{
 "runtime_core-image-ptest-acl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-acl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.031327247619628906,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1627886295318604,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03529763221740723,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.8042182922363281,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012097358703613281,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.acl.cp.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.getfacl-lfs.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.getfacl-noacl.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.getfacl-recursive.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.malformed-restore.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.misc.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.sbits-restore.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.setfacl-X.test": {
    "status": "PASSED"
   },
   "ptestresult.acl.utf8-filenames.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:41\nBEGIN: /usr/lib/acl/ptest\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[3] $ umask 022 -- ok\n[4] $ mkdir d -- ok\n[5] $ cd d -- ok\n[6] $ touch f -- ok\n[7] $ setfacl -m u:bin:rw f -- ok\n[8] $ ls -l f | awk -- '{ print $1 }' -- ok\n[11] $ cp f g -- ok\n[12] $ ls -l g | awk -- '{ print $1 }' | sed 's/\\.$//g' -- ok\n[15] $ rm g -- ok\n[16] $ cp -p f g -- ok\n[17] $ ls -l g | awk -- '{ print $1 }' -- ok\n[20] $ mkdir h -- ok\n[21] $ echo blubb > h/x -- ok\n[22] $ cp -rp h i -- ok\n[23] $ cat i/x -- ok\n[26] $ rm -r i -- ok\n[27] $ setfacl -R -m u:bin:rwx h -- ok\n[28] $ getfacl --omit-header h/x -- ok\n[36] $ cp -rp h i -- ok\n[37] $ getfacl --omit-header i/x -- ok\n[45] $ cd .. -- ok\n[46] $ rm -r d -- ok\n22 commands (22 passed, 0 failed)\nPASS: cp.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[4] $ umask 027 -- ok\n[5] $ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||: -- ok\n[6] $ sh -c 'if test -f large-file; then getfacl large-file >/dev/null; fi' -- ok\n[7] $ rm large-file -- ok\n4 commands (4 passed, 0 failed)\nPASS: getfacl-lfs.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[4] $ mkdir test -- ok\n[5] $ cd test -- ok\n[6] $ umask 027 -- ok\n[7] $ touch x -- ok\n[8] $ getfacl --omit-header x -- ok\n[14] $ getfacl --omit-header --access x -- ok\n[20] $ getfacl --omit-header -d x -- ok\n[21] $ getfacl --omit-header -d . -- ok\n[22] $ getfacl --omit-header -d / -- ok\n[25] $ getfacl --skip-base x -- ok\n[26] $ getfacl --omit-header --all-effective x -- ok\n[32] $ getfacl --omit-header --no-effective x -- ok\n[38] $ mkdir d -- ok\n[39] $ touch d/y -- ok\n[40] $ ln -s d l -- ok\n[41] $ getfacl -dR . | grep file | sort -- ok\n[47] $ ln -s l ll -- ok\n[48] $ getfacl -dLR ll | grep file | sort -- ok\n[52] $ rm l ll x -- ok\n[53] $ rm -rf d -- ok\n[54] $ cd .. -- ok\n[55] $ rmdir test -- ok\n22 commands (22 passed, 0 failed)\nPASS: getfacl-noacl.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[3] $ umask 022 -- ok\n[4] $ mkdir -p 1/2/3 -- ok\n[5] $ mkdir 1/link -- ok\n[6] $ touch 1/link/file -- ok\n[7] $ ln -s `pwd`/1/link 1/2/link -- ok\n[8] $ getfacl -P -R 1/2 | sort-getfacl-output -- ok\n[24] $ getfacl -R 1/2 | sort-getfacl-output -- ok\n[40] $ getfacl -R -L 1/2 | sort-getfacl-output -- ok\n[70] $ getfacl -P -R 1 | sort-getfacl-output -- ok\n[107] $ getfacl -R 1 | sort-getfacl-output -- ok\n[144] $ getfacl -R -L 1 | sort-getfacl-output -- ok\n[195] $ rm -R 1/ -- ok\n12 commands (12 passed, 0 failed)\nPASS: getfacl-recursive.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[4] $ cp \"/usr/lib/acl/ptest/malformed-restore-double-owner.acl\" tmp.acl -- ok\n[5] $ sed -i \"s/USER/root/g\" tmp.acl -- ok\n[6] $ sed -i \"s/GROUP/root/g\" tmp.acl -- ok\n[7] $ touch tmp -- ok\n[8] $ setfacl --restore tmp.acl -- ok\n[10] $ rm tmp.acl tmp -- ok\n[12] $ mkdir tmp -- ok\n[13] $ chmod 1777 tmp -- ok\n[14] $ getfacl tmp > tmp.acl -- ok\n[15] $ sed -i 's/--t/--x/g' tmp.acl -- ok\n[16] $ setfacl --restore tmp.acl -- ok\n[18] $ rmdir tmp -- ok\n[19] $ rm tmp.acl -- ok\n13 commands (13 passed, 0 failed)\nPASS: malformed-restore.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[6] $ rm -f f -- ok\n[7] $ umask 027 -- ok\n[8] $ touch f -- ok\n[11] $ chacl u::rw,g::r,o::- f -- ok\n[12] $ setfacl -m u::r f -- ok\n[13] $ setfacl -m u::rw,u:bin:rw f -- ok\n[14] $ ls -dl f | awk '{print $1}' -- ok\n[17] $ getfacl --omit-header f -- ok\n[25] $ rm f -- ok\n[26] $ umask 022 -- ok\n[27] $ touch f -- ok\n[28] $ setfacl -m u:bin:rw f -- ok\n[29] $ ls -dl f | awk '{print $1}' -- ok\n[32] $ getfacl --omit-header f -- ok\n[40] $ rm f -- ok\n[41] $ umask 027 -- ok\n[42] $ mkdir d -- ok\n[43] $ setfacl -m u:bin:rwx d -- ok\n[44] $ ls -dl d | awk '{print $1}' -- ok\n[47] $ getfacl --omit-header d -- ok\n[55] $ rmdir d -- ok\n[56] $ umask 022 -- ok\n[57] $ mkdir d -- ok\n[58] $ setfacl -m u:bin:rwx d -- ok\n[59] $ ls -dl d | awk '{print $1}' -- ok\n[62] $ getfacl --omit-header d -- ok\n[70] $ rmdir d -- ok\n[75] $ umask 022 -- ok\n[76] $ touch f -- ok\n[77] $ setfacl -m u:bin:rw,u:daemon:r f -- ok\n[78] $ ls -dl f | awk '{print $1}' -- ok\n[81] $ getfacl --omit-header f -- ok\n[92] $ setfacl -m g:users:rw,g:daemon:r f -- ok\n[93] $ ls -dl f | awk '{print $1}' -- ok\n[96] $ getfacl --omit-header f -- ok\n[109] $ setfacl -x g:users f -- ok\n[110] $ ls -dl f | awk '{print $1}' -- ok\n[113] $ getfacl --omit-header f -- ok\n[125] $ setfacl -x u:daemon f -- ok\n[126] $ ls -dl f | awk '{print $1}' -- ok\n[129] $ getfacl --omit-header f -- ok\n[138] $ rm f -- ok\n[142] $ umask 027 -- ok\n[143] $ mkdir d -- ok\n[144] $ setfacl -m u:bin:rwx,u:daemon:rw,d:u:bin:rwx,d:m:rx d -- ok\n[145] $ ls -dl d | awk '{print $1}' -- ok\n[148] $ getfacl --omit-header d -- ok\n[164] $ umask 027 -- ok\n[165] $ touch d/f -- ok\n[166] $ ls -dl d/f | awk '{print $1}' -- ok\n[169] $ getfacl --omit-header d/f -- ok\n[177] $ rm d/f -- ok\n[178] $ umask 022 -- ok\n[179] $ touch d/f -- ok\n[180] $ ls -dl d/f | awk '{print $1}' -- ok\n[183] $ getfacl --omit-header d/f -- ok\n[191] $ rm d/f -- ok\n[195] $ umask 000 -- ok\n[196] $ mkdir d/d -- ok\n[197] $ ls -dl d/d | awk '{print $1}' -- ok\n[200] $ getfacl --omit-header d/d -- ok\n[213] $ rmdir d/d -- ok\n[214] $ umask 022 -- ok\n[215] $ mkdir d/d -- ok\n[216] $ ls -dl d/d | awk '{print $1}' -- ok\n[219] $ getfacl --omit-header d/d -- ok\n[234] $ setfacl -nm u:daemon:rx,d:u:daemon:rx,g:users:rx,g:daemon:rwx d/d -- ok\n[235] $ ls -dl d/d | awk '{print $1}' -- ok\n[238] $ getfacl --omit-header d/d -- ok\n[257] $ ln -s d d/l -- ok\n[258] $ ls -dl d/l | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[261] $ ls -dl -L d/l | awk '{print $1}' -- ok\n[264] $ getfacl --omit-header d/l -- ok\n[281] $ rm d/l -- ok\n[285] $ setfacl -m g:daemon:rx,u:bin:rx d/d -- ok\n[286] $ ls -dl d/d | awk '{print $1}' -- ok\n[289] $ getfacl --omit-header d/d -- ok\n[306] $ setfacl -m d:u:bin:rwx d/d -- ok\n[307] $ ls -dl d/d | awk '{print $1}' -- ok\n[310] $ getfacl --omit-header d/d -- ok\n[327] $ rmdir d/d -- ok\n[331] $ setfacl -k d -- ok\n[332] $ ls -dl d | awk '{print $1}' -- ok\n[335] $ getfacl --omit-header d -- ok\n[346] $ setfacl -b d -- ok\n[347] $ ls -dl d | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[350] $ getfacl --omit-header d -- ok\n[358] $ chmod 775 d -- ok\n[359] $ ls -dl d | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[362] $ getfacl --omit-header d -- ok\n[368] $ rmdir d -- ok\n[369] $ umask 002 -- ok\n[370] $ mkdir d -- ok\n[371] $ setfacl -m u:daemon:rwx,u:bin:rx,d:u:daemon:rwx,d:u:bin:rx d -- ok\n[372] $ ls -dl d | awk '{print $1}' -- ok\n[375] $ getfacl --omit-header d -- ok\n[390] $ chmod 750 d -- ok\n[391] $ ls -dl d | awk '{print $1}' -- ok\n[394] $ getfacl --omit-header d -- ok\n[409] $ chmod 750 d -- ok\n[410] $ ls -dl d | awk '{print $1}' -- ok\n[413] $ getfacl --omit-header d -- ok\n[428] $ rmdir d -- ok\n[432] $ mkdir d -- ok\n[433] $ ln -s d/a d/b -- ok\n[434] $ getfacl -R d -- ok\n[442] $ setfacl -R -m u:bin:rw d -- ok\n[443] $ getfacl -RL d > /dev/null -- ok\n[445] $ getfacl -RL d 2> /dev/null -- ok\n[455] $ setfacl -RL -m u:bin:rw d -- ok\n[457] $ rm -R d -- ok\n[460] $ mkdir d -- ok\n[461] $ touch d/f -- ok\n[462] $ setfacl -m u:domain\\\\12345:rw- d/f -- ok\n[463] $ getfacl --omit-header d/f -- ok\n[470] $ rm -R d -- ok\n[473] $ mkdir d -- ok\n[474] $ touch d/f -- ok\n[475] $ setfacl -m u:domain\\\\user:rw- d/f -- ok\n[476] $ getfacl --omit-header d/f -- ok\n[483] $ rm -R d -- ok\n[486] $ mkdir d -- ok\n[487] $ touch d/f -- ok\n[488] $ setfacl -m u:\\142\\151\\156:rw- d/f -- ok\n[489] $ getfacl --omit-header d/f -- ok\n[496] $ rm -R d -- ok\n[500] $ echo \"# owner: root\" > f -- ok\n[501] $ setfacl --restore=f 2>&1 -- ok\n128 commands (128 passed, 0 failed)\nPASS: misc.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[3] $ umask 022 -- ok\n[4] $ mkdir d -- ok\n[5] $ touch d/g -- ok\n[6] $ touch d/u -- ok\n[7] $ chmod u+s d/u -- ok\n[8] $ chmod g+s d/g -- ok\n[9] $ chmod +t d -- ok\n[10] $ getfacl -R d > d.acl -- ok\n[11] $ rm -R d -- ok\n[12] $ mkdir d -- ok\n[13] $ touch d/g -- ok\n[14] $ touch d/u -- ok\n[15] $ setfacl --restore d.acl -- ok\n[16] $ ls -dl d | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[18] $ ls -dl d/u | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[20] $ ls -dl d/g | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[22] $ rm -Rf d -- ok\n17 commands (17 passed, 0 failed)\nPASS: sbits-restore.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[1] $ umask 022 -- ok\n[2] $ mkdir d -- ok\n[3] $ cd d -- ok\n[5] $ setfacl -dm u:bin:rwx . -- ok\n[7] $ touch f g -- ok\n[8] $ chmod ugo+x f -- ok\n[9] $ setfacl -m u:bin:rw,g::r g -- ok\n[10] $ setfacl -m u:root:rwX f g -- ok\n[11] $ getfacl --omit-header --no-effective f g -- ok\n[27] $ rm f g -- ok\n[28] $ touch f g -- ok\n[29] $ mkdir d e -- ok\n[30] $ setfacl -n -m u:root:rwX d f e g -- ok\n[31] $ getfacl --omit-header --no-effective d e f g -- ok\n[71] $ rm f g -- ok\n[72] $ rmdir d e -- ok\n[73] $ touch f g -- ok\n[74] $ mkdir d e -- ok\n[75] $ setfacl -n -m u:root:rwX f d g e -- ok\n[76] $ getfacl --omit-header --no-effective d e f g -- ok\n[116] $ rm f g -- ok\n[117] $ rmdir d e -- ok\n[118] $ cd .. -- ok\n[119] $ rm -rf d -- ok\n24 commands (24 passed, 0 failed)\nPASS: setfacl-X.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[8] $ export UPATH=\"\u5b98\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71>\u5b98\u8a71\u5b98\u8a71\u8a71\u5b98\u8a71\u5b98\" -- ok\n[9] $ mkdir -p $UPATH/$UPATH/$UPATH -- ok\n[10] $ touch $UPATH/$UPATH/$UPATH/$UPATH -- ok\n[11] $ getfacl $UPATH/$UPATH/$UPATH/$UPATH > utf8-filenames.acl -- ok\n[12] $ setfacl --restore=utf8-filenames.acl -- ok\n[13] $ rm -R $UPATH -- ok\n[14] $ rm utf8-filenames.acl -- ok\n7 commands (7 passed, 0 failed)\nPASS: utf8-filenames.test\nAll 9 tests passed\nDURATION: 0\nEND: /usr/lib/acl/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "acl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:41\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[3] $ umask 022 -- ok\n[4] $ mkdir d -- ok\n[5] $ cd d -- ok\n[6] $ touch f -- ok\n[7] $ setfacl -m u:bin:rw f -- ok\n[8] $ ls -l f | awk -- '{ print $1 }' -- ok\n[11] $ cp f g -- ok\n[12] $ ls -l g | awk -- '{ print $1 }' | sed 's/\\.$//g' -- ok\n[15] $ rm g -- ok\n[16] $ cp -p f g -- ok\n[17] $ ls -l g | awk -- '{ print $1 }' -- ok\n[20] $ mkdir h -- ok\n[21] $ echo blubb > h/x -- ok\n[22] $ cp -rp h i -- ok\n[23] $ cat i/x -- ok\n[26] $ rm -r i -- ok\n[27] $ setfacl -R -m u:bin:rwx h -- ok\n[28] $ getfacl --omit-header h/x -- ok\n[36] $ cp -rp h i -- ok\n[37] $ getfacl --omit-header i/x -- ok\n[45] $ cd .. -- ok\n[46] $ rm -r d -- ok\n22 commands (22 passed, 0 failed)\nPASS: cp.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[4] $ umask 027 -- ok\n[5] $ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||: -- ok\n[6] $ sh -c 'if test -f large-file; then getfacl large-file >/dev/null; fi' -- ok\n[7] $ rm large-file -- ok\n4 commands (4 passed, 0 failed)\nPASS: getfacl-lfs.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[4] $ mkdir test -- ok\n[5] $ cd test -- ok\n[6] $ umask 027 -- ok\n[7] $ touch x -- ok\n[8] $ getfacl --omit-header x -- ok\n[14] $ getfacl --omit-header --access x -- ok\n[20] $ getfacl --omit-header -d x -- ok\n[21] $ getfacl --omit-header -d . -- ok\n[22] $ getfacl --omit-header -d / -- ok\n[25] $ getfacl --skip-base x -- ok\n[26] $ getfacl --omit-header --all-effective x -- ok\n[32] $ getfacl --omit-header --no-effective x -- ok\n[38] $ mkdir d -- ok\n[39] $ touch d/y -- ok\n[40] $ ln -s d l -- ok\n[41] $ getfacl -dR . | grep file | sort -- ok\n[47] $ ln -s l ll -- ok\n[48] $ getfacl -dLR ll | grep file | sort -- ok\n[52] $ rm l ll x -- ok\n[53] $ rm -rf d -- ok\n[54] $ cd .. -- ok\n[55] $ rmdir test -- ok\n22 commands (22 passed, 0 failed)\nPASS: getfacl-noacl.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[3] $ umask 022 -- ok\n[4] $ mkdir -p 1/2/3 -- ok\n[5] $ mkdir 1/link -- ok\n[6] $ touch 1/link/file -- ok\n[7] $ ln -s `pwd`/1/link 1/2/link -- ok\n[8] $ getfacl -P -R 1/2 | sort-getfacl-output -- ok\n[24] $ getfacl -R 1/2 | sort-getfacl-output -- ok\n[40] $ getfacl -R -L 1/2 | sort-getfacl-output -- ok\n[70] $ getfacl -P -R 1 | sort-getfacl-output -- ok\n[107] $ getfacl -R 1 | sort-getfacl-output -- ok\n[144] $ getfacl -R -L 1 | sort-getfacl-output -- ok\n[195] $ rm -R 1/ -- ok\n12 commands (12 passed, 0 failed)\nPASS: getfacl-recursive.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[4] $ cp \"/usr/lib/acl/ptest/malformed-restore-double-owner.acl\" tmp.acl -- ok\n[5] $ sed -i \"s/USER/root/g\" tmp.acl -- ok\n[6] $ sed -i \"s/GROUP/root/g\" tmp.acl -- ok\n[7] $ touch tmp -- ok\n[8] $ setfacl --restore tmp.acl -- ok\n[10] $ rm tmp.acl tmp -- ok\n[12] $ mkdir tmp -- ok\n[13] $ chmod 1777 tmp -- ok\n[14] $ getfacl tmp > tmp.acl -- ok\n[15] $ sed -i 's/--t/--x/g' tmp.acl -- ok\n[16] $ setfacl --restore tmp.acl -- ok\n[18] $ rmdir tmp -- ok\n[19] $ rm tmp.acl -- ok\n13 commands (13 passed, 0 failed)\nPASS: malformed-restore.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[6] $ rm -f f -- ok\n[7] $ umask 027 -- ok\n[8] $ touch f -- ok\n[11] $ chacl u::rw,g::r,o::- f -- ok\n[12] $ setfacl -m u::r f -- ok\n[13] $ setfacl -m u::rw,u:bin:rw f -- ok\n[14] $ ls -dl f | awk '{print $1}' -- ok\n[17] $ getfacl --omit-header f -- ok\n[25] $ rm f -- ok\n[26] $ umask 022 -- ok\n[27] $ touch f -- ok\n[28] $ setfacl -m u:bin:rw f -- ok\n[29] $ ls -dl f | awk '{print $1}' -- ok\n[32] $ getfacl --omit-header f -- ok\n[40] $ rm f -- ok\n[41] $ umask 027 -- ok\n[42] $ mkdir d -- ok\n[43] $ setfacl -m u:bin:rwx d -- ok\n[44] $ ls -dl d | awk '{print $1}' -- ok\n[47] $ getfacl --omit-header d -- ok\n[55] $ rmdir d -- ok\n[56] $ umask 022 -- ok\n[57] $ mkdir d -- ok\n[58] $ setfacl -m u:bin:rwx d -- ok\n[59] $ ls -dl d | awk '{print $1}' -- ok\n[62] $ getfacl --omit-header d -- ok\n[70] $ rmdir d -- ok\n[75] $ umask 022 -- ok\n[76] $ touch f -- ok\n[77] $ setfacl -m u:bin:rw,u:daemon:r f -- ok\n[78] $ ls -dl f | awk '{print $1}' -- ok\n[81] $ getfacl --omit-header f -- ok\n[92] $ setfacl -m g:users:rw,g:daemon:r f -- ok\n[93] $ ls -dl f | awk '{print $1}' -- ok\n[96] $ getfacl --omit-header f -- ok\n[109] $ setfacl -x g:users f -- ok\n[110] $ ls -dl f | awk '{print $1}' -- ok\n[113] $ getfacl --omit-header f -- ok\n[125] $ setfacl -x u:daemon f -- ok\n[126] $ ls -dl f | awk '{print $1}' -- ok\n[129] $ getfacl --omit-header f -- ok\n[138] $ rm f -- ok\n[142] $ umask 027 -- ok\n[143] $ mkdir d -- ok\n[144] $ setfacl -m u:bin:rwx,u:daemon:rw,d:u:bin:rwx,d:m:rx d -- ok\n[145] $ ls -dl d | awk '{print $1}' -- ok\n[148] $ getfacl --omit-header d -- ok\n[164] $ umask 027 -- ok\n[165] $ touch d/f -- ok\n[166] $ ls -dl d/f | awk '{print $1}' -- ok\n[169] $ getfacl --omit-header d/f -- ok\n[177] $ rm d/f -- ok\n[178] $ umask 022 -- ok\n[179] $ touch d/f -- ok\n[180] $ ls -dl d/f | awk '{print $1}' -- ok\n[183] $ getfacl --omit-header d/f -- ok\n[191] $ rm d/f -- ok\n[195] $ umask 000 -- ok\n[196] $ mkdir d/d -- ok\n[197] $ ls -dl d/d | awk '{print $1}' -- ok\n[200] $ getfacl --omit-header d/d -- ok\n[213] $ rmdir d/d -- ok\n[214] $ umask 022 -- ok\n[215] $ mkdir d/d -- ok\n[216] $ ls -dl d/d | awk '{print $1}' -- ok\n[219] $ getfacl --omit-header d/d -- ok\n[234] $ setfacl -nm u:daemon:rx,d:u:daemon:rx,g:users:rx,g:daemon:rwx d/d -- ok\n[235] $ ls -dl d/d | awk '{print $1}' -- ok\n[238] $ getfacl --omit-header d/d -- ok\n[257] $ ln -s d d/l -- ok\n[258] $ ls -dl d/l | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[261] $ ls -dl -L d/l | awk '{print $1}' -- ok\n[264] $ getfacl --omit-header d/l -- ok\n[281] $ rm d/l -- ok\n[285] $ setfacl -m g:daemon:rx,u:bin:rx d/d -- ok\n[286] $ ls -dl d/d | awk '{print $1}' -- ok\n[289] $ getfacl --omit-header d/d -- ok\n[306] $ setfacl -m d:u:bin:rwx d/d -- ok\n[307] $ ls -dl d/d | awk '{print $1}' -- ok\n[310] $ getfacl --omit-header d/d -- ok\n[327] $ rmdir d/d -- ok\n[331] $ setfacl -k d -- ok\n[332] $ ls -dl d | awk '{print $1}' -- ok\n[335] $ getfacl --omit-header d -- ok\n[346] $ setfacl -b d -- ok\n[347] $ ls -dl d | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[350] $ getfacl --omit-header d -- ok\n[358] $ chmod 775 d -- ok\n[359] $ ls -dl d | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[362] $ getfacl --omit-header d -- ok\n[368] $ rmdir d -- ok\n[369] $ umask 002 -- ok\n[370] $ mkdir d -- ok\n[371] $ setfacl -m u:daemon:rwx,u:bin:rx,d:u:daemon:rwx,d:u:bin:rx d -- ok\n[372] $ ls -dl d | awk '{print $1}' -- ok\n[375] $ getfacl --omit-header d -- ok\n[390] $ chmod 750 d -- ok\n[391] $ ls -dl d | awk '{print $1}' -- ok\n[394] $ getfacl --omit-header d -- ok\n[409] $ chmod 750 d -- ok\n[410] $ ls -dl d | awk '{print $1}' -- ok\n[413] $ getfacl --omit-header d -- ok\n[428] $ rmdir d -- ok\n[432] $ mkdir d -- ok\n[433] $ ln -s d/a d/b -- ok\n[434] $ getfacl -R d -- ok\n[442] $ setfacl -R -m u:bin:rw d -- ok\n[443] $ getfacl -RL d > /dev/null -- ok\n[445] $ getfacl -RL d 2> /dev/null -- ok\n[455] $ setfacl -RL -m u:bin:rw d -- ok\n[457] $ rm -R d -- ok\n[460] $ mkdir d -- ok\n[461] $ touch d/f -- ok\n[462] $ setfacl -m u:domain\\\\12345:rw- d/f -- ok\n[463] $ getfacl --omit-header d/f -- ok\n[470] $ rm -R d -- ok\n[473] $ mkdir d -- ok\n[474] $ touch d/f -- ok\n[475] $ setfacl -m u:domain\\\\user:rw- d/f -- ok\n[476] $ getfacl --omit-header d/f -- ok\n[483] $ rm -R d -- ok\n[486] $ mkdir d -- ok\n[487] $ touch d/f -- ok\n[488] $ setfacl -m u:\\142\\151\\156:rw- d/f -- ok\n[489] $ getfacl --omit-header d/f -- ok\n[496] $ rm -R d -- ok\n[500] $ echo \"# owner: root\" > f -- ok\n[501] $ setfacl --restore=f 2>&1 -- ok\n128 commands (128 passed, 0 failed)\nPASS: misc.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[3] $ umask 022 -- ok\n[4] $ mkdir d -- ok\n[5] $ touch d/g -- ok\n[6] $ touch d/u -- ok\n[7] $ chmod u+s d/u -- ok\n[8] $ chmod g+s d/g -- ok\n[9] $ chmod +t d -- ok\n[10] $ getfacl -R d > d.acl -- ok\n[11] $ rm -R d -- ok\n[12] $ mkdir d -- ok\n[13] $ touch d/g -- ok\n[14] $ touch d/u -- ok\n[15] $ setfacl --restore d.acl -- ok\n[16] $ ls -dl d | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[18] $ ls -dl d/u | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[20] $ ls -dl d/g | awk '{print $1}' | sed 's/\\.$//g' -- ok\n[22] $ rm -Rf d -- ok\n17 commands (17 passed, 0 failed)\nPASS: sbits-restore.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[1] $ umask 022 -- ok\n[2] $ mkdir d -- ok\n[3] $ cd d -- ok\n[5] $ setfacl -dm u:bin:rwx . -- ok\n[7] $ touch f g -- ok\n[8] $ chmod ugo+x f -- ok\n[9] $ setfacl -m u:bin:rw,g::r g -- ok\n[10] $ setfacl -m u:root:rwX f g -- ok\n[11] $ getfacl --omit-header --no-effective f g -- ok\n[27] $ rm f g -- ok\n[28] $ touch f g -- ok\n[29] $ mkdir d e -- ok\n[30] $ setfacl -n -m u:root:rwX d f e g -- ok\n[31] $ getfacl --omit-header --no-effective d e f g -- ok\n[71] $ rm f g -- ok\n[72] $ rmdir d e -- ok\n[73] $ touch f g -- ok\n[74] $ mkdir d e -- ok\n[75] $ setfacl -n -m u:root:rwX f d g e -- ok\n[76] $ getfacl --omit-header --no-effective d e f g -- ok\n[116] $ rm f g -- ok\n[117] $ rmdir d e -- ok\n[118] $ cd .. -- ok\n[119] $ rm -rf d -- ok\n24 commands (24 passed, 0 failed)\nPASS: setfacl-X.test\nPossible precedence issue with control flow operator (exit) at ./run line 147.\n[8] $ export UPATH=\"\u5b98\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71\u8a71\u5b98\u8a71\u5b98\u8a71\u5b98\u8a71>\u5b98\u8a71\u5b98\u8a71\u8a71\u5b98\u8a71\u5b98\" -- ok\n[9] $ mkdir -p $UPATH/$UPATH/$UPATH -- ok\n[10] $ touch $UPATH/$UPATH/$UPATH/$UPATH -- ok\n[11] $ getfacl $UPATH/$UPATH/$UPATH/$UPATH > utf8-filenames.acl -- ok\n[12] $ setfacl --restore=utf8-filenames.acl -- ok\n[13] $ rm -R $UPATH -- ok\n[14] $ rm utf8-filenames.acl -- ok\n7 commands (7 passed, 0 failed)\nPASS: utf8-filenames.test\nAll 9 tests passed\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5101742744445801,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-apr-util_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-apr-util",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014996528625488281,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1801555156707764,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031615495681762695,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 6.5295116901397705,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008616447448730469,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.apr-util.testbuckets": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testcrypto": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testdate": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testdbd": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testdbm": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testmd4": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testmd5": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testmemcache": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testpass": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testqueue": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testredis": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testreslist": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testrmm": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testsiphash": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.teststrmatch": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testuri": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testuuid": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testxlate": {
    "status": "PASSED"
   },
   "ptestresult.apr-util.testxml": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:41\nBEGIN: /usr/lib/apr-util/ptest\nPASS: teststrmatch        \nPASS: testuri             \nPASS: testuuid            \nPASS: testbuckets         \nPASS: testpass            \nPASS: testmd4             \nPASS: testmd5             \nPASS: testcrypto          \nPASS: testdbd             \nPASS: testdate            \nPASS: testmemcache        \nPASS: testredis           \nPASS: testxml             \nPASS: testxlate           \nPASS: testrmm             \nPASS: testdbm             \nPASS: testqueue           \nPASS: testreslist         \nPASS: testsiphash         \nAll tests passed.\nDURATION: 6\nEND: /usr/lib/apr-util/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "apr-util": {
     "duration": "6",
     "log": "START: ptest-runner\n2025-06-16T11:41\nPASS: teststrmatch        \nPASS: testuri             \nPASS: testuuid            \nPASS: testbuckets         \nPASS: testpass            \nPASS: testmd4             \nPASS: testmd5             \nPASS: testcrypto          \nPASS: testdbd             \nPASS: testdate            \nPASS: testmemcache        \nPASS: testredis           \nPASS: testxml             \nPASS: testxlate           \nPASS: testrmm             \nPASS: testdbm             \nPASS: testqueue           \nPASS: testreslist         \nPASS: testsiphash         \nAll tests passed.\nDURATION: 6\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5232048034667969,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-apr_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-apr",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006735324859619141,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1685280799865723,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03470563888549805,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 38.449827909469604,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009012222290039062,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.apr.testargs": {
    "status": "PASSED"
   },
   "ptestresult.apr.testatomic": {
    "status": "PASSED"
   },
   "ptestresult.apr.testcond": {
    "status": "PASSED"
   },
   "ptestresult.apr.testdir": {
    "status": "PASSED"
   },
   "ptestresult.apr.testdso": {
    "status": "PASSED"
   },
   "ptestresult.apr.testdup": {
    "status": "PASSED"
   },
   "ptestresult.apr.testencode": {
    "status": "PASSED"
   },
   "ptestresult.apr.testenv": {
    "status": "PASSED"
   },
   "ptestresult.apr.testescape": {
    "status": "PASSED"
   },
   "ptestresult.apr.testfilecopy": {
    "status": "PASSED"
   },
   "ptestresult.apr.testfileinfo": {
    "status": "PASSED"
   },
   "ptestresult.apr.testflock": {
    "status": "PASSED"
   },
   "ptestresult.apr.testfmt": {
    "status": "PASSED"
   },
   "ptestresult.apr.testfnmatch": {
    "status": "PASSED"
   },
   "ptestresult.apr.testhash": {
    "status": "PASSED"
   },
   "ptestresult.apr.testipsub": {
    "status": "PASSED"
   },
   "ptestresult.apr.testlfs": {
    "status": "PASSED"
   },
   "ptestresult.apr.testlock": {
    "status": "PASSED"
   },
   "ptestresult.apr.testmmap": {
    "status": "PASSED"
   },
   "ptestresult.apr.testnames": {
    "status": "PASSED"
   },
   "ptestresult.apr.testoc": {
    "status": "PASSED"
   },
   "ptestresult.apr.testpath": {
    "status": "PASSED"
   },
   "ptestresult.apr.testpipe": {
    "status": "PASSED"
   },
   "ptestresult.apr.testpoll": {
    "status": "PASSED"
   },
   "ptestresult.apr.testpools": {
    "status": "PASSED"
   },
   "ptestresult.apr.testproc": {
    "status": "PASSED"
   },
   "ptestresult.apr.testprocmutex": {
    "status": "PASSED"
   },
   "ptestresult.apr.testrand": {
    "status": "PASSED"
   },
   "ptestresult.apr.testshm": {
    "status": "PASSED"
   },
   "ptestresult.apr.testskiplist": {
    "status": "PASSED"
   },
   "ptestresult.apr.testsleep": {
    "status": "PASSED"
   },
   "ptestresult.apr.testsock": {
    "status": "PASSED"
   },
   "ptestresult.apr.testsockets": {
    "status": "PASSED"
   },
   "ptestresult.apr.testsockopt": {
    "status": "PASSED"
   },
   "ptestresult.apr.teststr": {
    "status": "PASSED"
   },
   "ptestresult.apr.teststrnatcmp": {
    "status": "PASSED"
   },
   "ptestresult.apr.testtable": {
    "status": "PASSED"
   },
   "ptestresult.apr.testtemp": {
    "status": "PASSED"
   },
   "ptestresult.apr.testthread": {
    "status": "PASSED"
   },
   "ptestresult.apr.testtime": {
    "status": "PASSED"
   },
   "ptestresult.apr.testud": {
    "status": "PASSED"
   },
   "ptestresult.apr.testuser": {
    "status": "PASSED"
   },
   "ptestresult.apr.testvsn": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/apr/ptest\nPASS: testatomic          \nPASS: testdir             \nPASS: testdso             \nPASS: testdup             \nPASS: testencode          \nPASS: testenv             \nPASS: testescape          \ntestfile            :  abcdef\b\b\b\b\b\bSUCCESS\nPASS: testfilecopy        \nPASS: testfileinfo        \nPASS: testflock           \nPASS: testfmt             \nPASS: testfnmatch         \nPASS: testargs            \nPASS: testhash            \nPASS: testipsub           \nPASS: testlock            \nPASS: testcond            \nPASS: testlfs             \nPASS: testmmap            \nPASS: testnames           \nPASS: testoc              \nPASS: testpath            \nPASS: testpipe            \nPASS: testpoll            \nPASS: testpools           \nPASS: testproc            \nPASS: testprocmutex       \nPASS: testrand            \nPASS: testsleep           \nPASS: testshm             \nPASS: testsock            \nPASS: testsockets         \nPASS: testsockopt         \nPASS: teststr             \nPASS: teststrnatcmp       \nPASS: testtable           \nPASS: testtemp            \nPASS: testthread          \nPASS: testtime            \nPASS: testud              \nPASS: testuser            \nPASS: testvsn             \nPASS: testskiplist        \nAll tests passed.\nDURATION: 38\nEND: /usr/lib/apr/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "apr": {
     "duration": "38",
     "log": "START: ptest-runner\n2025-06-16T11:37\nPASS: testatomic          \nPASS: testdir             \nPASS: testdso             \nPASS: testdup             \nPASS: testencode          \nPASS: testenv             \nPASS: testescape          \ntestfile            :  abcdef\b\b\b\b\b\bSUCCESS\nPASS: testfilecopy        \nPASS: testfileinfo        \nPASS: testflock           \nPASS: testfmt             \nPASS: testfnmatch         \nPASS: testargs            \nPASS: testhash            \nPASS: testipsub           \nPASS: testlock            \nPASS: testcond            \nPASS: testlfs             \nPASS: testmmap            \nPASS: testnames           \nPASS: testoc              \nPASS: testpath            \nPASS: testpipe            \nPASS: testpoll            \nPASS: testpools           \nPASS: testproc            \nPASS: testprocmutex       \nPASS: testrand            \nPASS: testsleep           \nPASS: testshm             \nPASS: testsock            \nPASS: testsockets         \nPASS: testsockopt         \nPASS: teststr             \nPASS: teststrnatcmp       \nPASS: testtable           \nPASS: testtemp            \nPASS: testthread          \nPASS: testtime            \nPASS: testud              \nPASS: testuser            \nPASS: testvsn             \nPASS: testskiplist        \nAll tests passed.\nDURATION: 38\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5121924877166748,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-attr_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-attr",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015060901641845703,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.177847146987915,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.040452003479003906,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.6824722290039062,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008847713470458984,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.attr.attr.test": {
    "status": "PASSED"
   },
   "ptestresult.attr.getfattr.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:41\nBEGIN: /usr/lib/attr/ptest\nPossible precedence issue with control flow operator (exit) at ./run line 150.\n[9] $ mkdir d -- ok\n[10] $ cd d -- ok\n[12] $ touch f -- ok\n[13] $ setfattr -n user -v value f -- ok\n[16] $ setfattr -n user. -v value f -- ok\n[19] $ setfattr -n user.name f -- ok\n[20] $ getfattr -d f -- ok\n[25] $ setfattr -x user.name f -- ok\n[26] $ sh -c 'getfattr -n user.name f && echo zero exit code' -- ok\n[29] $ setfattr -n user.n -v value f -- ok\n[30] $ rm f -- ok\n[35] $ touch f -- ok\n[36] $ setfattr -n user.vvvvvvvvvvvv -v vvvvvvvvvvvv f -- ok\n[37] $ setfattr -n user.wwwwwwww -v wwwwwwww f -- ok\n[38] $ setfattr -n user.xxxx -v xxxx f -- ok\n[39] $ getfattr -d f -- ok\n[46] $ setfattr -n user.wwwwwwww -v wwww f -- ok\n[47] $ getfattr -d f -- ok\n[54] $ setfattr -n user.xxxx -v xxxxxxxx f -- ok\n[55] $ getfattr -d f -- ok\n[62] $ rm f -- ok\n[66] $ touch f -- ok\n[67] $ setfattr -n user.name -v 0xbabe f -- ok\n[68] $ setfattr -n user.name2 -v 0s3q2+7w== f -- ok\n[69] $ setfattr -n user.name3 -v 0xdeface f -- ok\n[70] $ getfattr -d -e hex f -- ok\n[77] $ getfattr -d -e base64 f -- ok\n[84] $ rm f -- ok\n[88] $ touch f -- ok\n[89] $ setfattr -n user.novalue f -- ok\n[90] $ setfattr -n user.somename -v somevalue f -- ok\n[91] $ setfattr -n user.somename -v somevalue f -- ok\n[92] $ setfattr -n user.longername -v longervalue f -- ok\n[93] $ setfattr -n user.short -v value f -- ok\n[94] $ setfattr -n user.novalue-yet f -- ok\n[96] $ getfattr -d f -- ok\n[105] $ setfattr -n user.novalue-yet -v avalue-now f -- ok\n[106] $ getfattr -d f -- ok\n[115] $ setfattr -x user.noname f -- ok\n[118] $ setfattr -x user.somename f -- ok\n[119] $ setfattr -x user.short f -- ok\n[120] $ getfattr -d f -- ok\n[127] $ setfattr -x user.longername f -- ok\n[128] $ setfattr -x user.novalue f -- ok\n[129] $ setfattr -x user.novalue-yet f -- ok\n[130] $ getfattr -d f -- ok\n[132] $ rm f -- ok\n[136] $ touch f g h -- ok\n[137] $ setfattr -n user.novalue f g h -- ok\n[138] $ getfattr f g h | sort-getfattr-output -- ok\n[149] $ setfattr -n user.name -v value f -- ok\n[150] $ getfattr f g h | sort-getfattr-output -- ok\n[162] $ getfattr -d f g h | sort-getfattr-output -- ok\n[174] $ setfattr -n user.name -v value g -- ok\n[175] $ getfattr f g h | sort-getfattr-output -- ok\n[188] $ setfattr -x user.novalue h -- ok\n[189] $ getfattr f g h | sort-getfattr-output -- ok\n[199] $ rm f g h -- ok\n[203] $ touch f -- ok\n[204] $ ln -s f l -- ok\n[205] $ setfattr -n user.filename -v f l -- ok\n[206] $ setfattr -n user.filename -v l l -- ok\n[207] $ setfattr -h -n user.filename -v l l -- ok\n[210] $ getfattr -d f l | sort-getfattr-output -- ok\n[218] $ rm f -- ok\n[222] $ mkdir src -- ok\n[223] $ touch src/target -- ok\n[224] $ setfattr -n user.color -v blue src/target -- ok\n[225] $ ln -s src symlink -- ok\n[226] $ getfattr -n user.color -h symlink 2>/dev/null -- ok\n[230] $ touch \"f \" -- ok\n[231] $ setfattr -n user.name -v value \"f \" -- ok\n[232] $ getfattr -d \"f \" -- ok\n[237] $ rm \"f \" -- ok\n[241] $ touch f -- ok\n[242] $ setfattr -n user.name -v '' f -- ok\n[243] $ getfattr -d f -- ok\n[247] $ rm f -- ok\n[251] $ touch f -- ok\n[252] $ setfattr -n \"user.sp ace\" -v value f -- ok\n[253] $ setfattr -n \"user.special \" -v value f -- ok\n[254] $ getfattr f -- ok\n[260] $ getfattr -d f -- ok\n[266] $ setfattr -x \"user.sp ace\" f -- ok\n[267] $ setfattr -n \"user.sp ace\" -v value f -- ok\n[268] $ setfattr -x \"user.sp ace\" f -- ok\n[269] $ setfattr -x \"user.special \" f -- ok\n[270] $ rm f -- ok\n[272] $ cd .. -- ok\n[273] $ rm -rf d -- ok\n[277] $ mkdir -p 1/2/3 -- ok\n[278] $ setfattr -n \"user.9\" 1 -- ok\n[279] $ setfattr -n \"user.a\" 1 -- ok\n[280] $ setfattr -n \"user.9\" 1/2 -- ok\n[281] $ setfattr -n \"user.a\" 1/2 -- ok\n[282] $ setfattr -n \"user.9\" 1/2/3 -- ok\n[283] $ setfattr -n \"user.a\" 1/2/3 -- ok\n[285] $ getfattr -h -L -R -m '.' -e hex 1 | grep -v selinux | sort-getfattr-output -- ok\n[299] $ getfattr -h -P -R -m '.' -e hex 1/2 | grep -v selinux | sort-getfattr-output -- ok\n[309] $ rm -R 1 -- ok\n[313] $ mkdir -p 1/sub -- ok\n[314] $ mkdir 1/link -- ok\n[315] $ touch 1/link/link-file -- ok\n[316] $ touch 1/sub/sub-file -- ok\n[317] $ ln -s `pwd`/1/link 1/sub/link -- ok\n[318] $ setfattr -n \"user.a\" 1 -- ok\n[319] $ setfattr -n \"user.a\" 1/link/link-file -- ok\n[320] $ setfattr -n \"user.a\" 1/link -- ok\n[321] $ setfattr -n \"user.a\" 1/sub/sub-file -- ok\n[322] $ setfattr -n \"user.a\" 1/sub -- ok\n[323] $ getfattr -P -R 1 | sort-getfattr-output -- ok\n[343] $ getfattr -R -P 1/sub | sort-getfattr-output -- ok\n[354] $ getfattr -L -R 1 | sort-getfattr-output -- ok\n[377] $ getfattr -R 1/sub/link | sort-getfattr-output -- ok\n[385] $ getfattr -L -R 1/sub/link | sort-getfattr-output -- ok\n[393] $ rm -R 1 -- ok\n[397] $ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||: -- ok\n[398] $ sh -c 'if test -f large-file; then getfattr large-file; fi' -- ok\n[399] $ rm large-file -- ok\n119 commands (119 passed, 0 failed)\nPASS: attr.test\nPossible precedence issue with control flow operator (exit) at ./run line 150.\n[3] $ require_root -- ok\n[5] $ mkdir d -- ok\n[6] $ cd d -- ok\n[8] $ touch f -- ok\n[9] $ setfattr -n user.test -v test f -- ok\n[10] $ ln -s f l -- ok\n[11] $ setfattr -h -n trusted.test -v test l -- ok\n[14] $ getfattr -m- -d f -- ok\n[20] $ getfattr -m- -d l -- ok\n[26] $ getfattr -m- -hd l -- ok\n[32] $ getfattr -m- -Rd . | sort-getfattr-output -- ok\n[40] $ getfattr -m- -Rhd . | sort-getfattr-output -- ok\n[49] $ ln -s . here -- ok\n[50] $ getfattr -m- -Rd here | sort-getfattr-output -- ok\n[58] $ getfattr -m- -Rhd here -- ok\n[60] $ getfattr -m- -RLhd here | sort-getfattr-output -- ok\n[68] $ getfattr -m- -RPhd here -- ok\n[71] $ mkdir sub -- ok\n[72] $ mv f l sub -- ok\n[73] $ getfattr -m- -Rd . | sort-getfattr-output -- ok\n[81] $ getfattr -m- -Rhd . | sort-getfattr-output -- ok\n[90] $ mkdir sub2 -- ok\n[91] $ ln -s ../sub sub2/to-sub -- ok\n[92] $ getfattr -m- -Rhd sub2 -- ok\n[94] $ getfattr -m- -RLhd sub2 | sort-getfattr-output -- ok\n[102] $ getfattr -m- -RPhd sub2 -- ok\n[105] $ ln -s .. sub/up -- ok\n[106] $ getfattr -m- -RLhd . | sort-getfattr-output -- ok\n[119] $ cd .. -- ok\n[120] $ rm -rf d -- ok\n30 commands (30 passed, 0 failed)\nPASS: getfattr.test\nAll 2 tests passed\nDURATION: 0\nEND: /usr/lib/attr/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "attr": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:41\nPossible precedence issue with control flow operator (exit) at ./run line 150.\n[9] $ mkdir d -- ok\n[10] $ cd d -- ok\n[12] $ touch f -- ok\n[13] $ setfattr -n user -v value f -- ok\n[16] $ setfattr -n user. -v value f -- ok\n[19] $ setfattr -n user.name f -- ok\n[20] $ getfattr -d f -- ok\n[25] $ setfattr -x user.name f -- ok\n[26] $ sh -c 'getfattr -n user.name f && echo zero exit code' -- ok\n[29] $ setfattr -n user.n -v value f -- ok\n[30] $ rm f -- ok\n[35] $ touch f -- ok\n[36] $ setfattr -n user.vvvvvvvvvvvv -v vvvvvvvvvvvv f -- ok\n[37] $ setfattr -n user.wwwwwwww -v wwwwwwww f -- ok\n[38] $ setfattr -n user.xxxx -v xxxx f -- ok\n[39] $ getfattr -d f -- ok\n[46] $ setfattr -n user.wwwwwwww -v wwww f -- ok\n[47] $ getfattr -d f -- ok\n[54] $ setfattr -n user.xxxx -v xxxxxxxx f -- ok\n[55] $ getfattr -d f -- ok\n[62] $ rm f -- ok\n[66] $ touch f -- ok\n[67] $ setfattr -n user.name -v 0xbabe f -- ok\n[68] $ setfattr -n user.name2 -v 0s3q2+7w== f -- ok\n[69] $ setfattr -n user.name3 -v 0xdeface f -- ok\n[70] $ getfattr -d -e hex f -- ok\n[77] $ getfattr -d -e base64 f -- ok\n[84] $ rm f -- ok\n[88] $ touch f -- ok\n[89] $ setfattr -n user.novalue f -- ok\n[90] $ setfattr -n user.somename -v somevalue f -- ok\n[91] $ setfattr -n user.somename -v somevalue f -- ok\n[92] $ setfattr -n user.longername -v longervalue f -- ok\n[93] $ setfattr -n user.short -v value f -- ok\n[94] $ setfattr -n user.novalue-yet f -- ok\n[96] $ getfattr -d f -- ok\n[105] $ setfattr -n user.novalue-yet -v avalue-now f -- ok\n[106] $ getfattr -d f -- ok\n[115] $ setfattr -x user.noname f -- ok\n[118] $ setfattr -x user.somename f -- ok\n[119] $ setfattr -x user.short f -- ok\n[120] $ getfattr -d f -- ok\n[127] $ setfattr -x user.longername f -- ok\n[128] $ setfattr -x user.novalue f -- ok\n[129] $ setfattr -x user.novalue-yet f -- ok\n[130] $ getfattr -d f -- ok\n[132] $ rm f -- ok\n[136] $ touch f g h -- ok\n[137] $ setfattr -n user.novalue f g h -- ok\n[138] $ getfattr f g h | sort-getfattr-output -- ok\n[149] $ setfattr -n user.name -v value f -- ok\n[150] $ getfattr f g h | sort-getfattr-output -- ok\n[162] $ getfattr -d f g h | sort-getfattr-output -- ok\n[174] $ setfattr -n user.name -v value g -- ok\n[175] $ getfattr f g h | sort-getfattr-output -- ok\n[188] $ setfattr -x user.novalue h -- ok\n[189] $ getfattr f g h | sort-getfattr-output -- ok\n[199] $ rm f g h -- ok\n[203] $ touch f -- ok\n[204] $ ln -s f l -- ok\n[205] $ setfattr -n user.filename -v f l -- ok\n[206] $ setfattr -n user.filename -v l l -- ok\n[207] $ setfattr -h -n user.filename -v l l -- ok\n[210] $ getfattr -d f l | sort-getfattr-output -- ok\n[218] $ rm f -- ok\n[222] $ mkdir src -- ok\n[223] $ touch src/target -- ok\n[224] $ setfattr -n user.color -v blue src/target -- ok\n[225] $ ln -s src symlink -- ok\n[226] $ getfattr -n user.color -h symlink 2>/dev/null -- ok\n[230] $ touch \"f \" -- ok\n[231] $ setfattr -n user.name -v value \"f \" -- ok\n[232] $ getfattr -d \"f \" -- ok\n[237] $ rm \"f \" -- ok\n[241] $ touch f -- ok\n[242] $ setfattr -n user.name -v '' f -- ok\n[243] $ getfattr -d f -- ok\n[247] $ rm f -- ok\n[251] $ touch f -- ok\n[252] $ setfattr -n \"user.sp ace\" -v value f -- ok\n[253] $ setfattr -n \"user.special \" -v value f -- ok\n[254] $ getfattr f -- ok\n[260] $ getfattr -d f -- ok\n[266] $ setfattr -x \"user.sp ace\" f -- ok\n[267] $ setfattr -n \"user.sp ace\" -v value f -- ok\n[268] $ setfattr -x \"user.sp ace\" f -- ok\n[269] $ setfattr -x \"user.special \" f -- ok\n[270] $ rm f -- ok\n[272] $ cd .. -- ok\n[273] $ rm -rf d -- ok\n[277] $ mkdir -p 1/2/3 -- ok\n[278] $ setfattr -n \"user.9\" 1 -- ok\n[279] $ setfattr -n \"user.a\" 1 -- ok\n[280] $ setfattr -n \"user.9\" 1/2 -- ok\n[281] $ setfattr -n \"user.a\" 1/2 -- ok\n[282] $ setfattr -n \"user.9\" 1/2/3 -- ok\n[283] $ setfattr -n \"user.a\" 1/2/3 -- ok\n[285] $ getfattr -h -L -R -m '.' -e hex 1 | grep -v selinux | sort-getfattr-output -- ok\n[299] $ getfattr -h -P -R -m '.' -e hex 1/2 | grep -v selinux | sort-getfattr-output -- ok\n[309] $ rm -R 1 -- ok\n[313] $ mkdir -p 1/sub -- ok\n[314] $ mkdir 1/link -- ok\n[315] $ touch 1/link/link-file -- ok\n[316] $ touch 1/sub/sub-file -- ok\n[317] $ ln -s `pwd`/1/link 1/sub/link -- ok\n[318] $ setfattr -n \"user.a\" 1 -- ok\n[319] $ setfattr -n \"user.a\" 1/link/link-file -- ok\n[320] $ setfattr -n \"user.a\" 1/link -- ok\n[321] $ setfattr -n \"user.a\" 1/sub/sub-file -- ok\n[322] $ setfattr -n \"user.a\" 1/sub -- ok\n[323] $ getfattr -P -R 1 | sort-getfattr-output -- ok\n[343] $ getfattr -R -P 1/sub | sort-getfattr-output -- ok\n[354] $ getfattr -L -R 1 | sort-getfattr-output -- ok\n[377] $ getfattr -R 1/sub/link | sort-getfattr-output -- ok\n[385] $ getfattr -L -R 1/sub/link | sort-getfattr-output -- ok\n[393] $ rm -R 1 -- ok\n[397] $ dd bs=65536 seek=32768 if=/dev/null of=large-file 2>/dev/null ||: -- ok\n[398] $ sh -c 'if test -f large-file; then getfattr large-file; fi' -- ok\n[399] $ rm large-file -- ok\n119 commands (119 passed, 0 failed)\nPASS: attr.test\nPossible precedence issue with control flow operator (exit) at ./run line 150.\n[3] $ require_root -- ok\n[5] $ mkdir d -- ok\n[6] $ cd d -- ok\n[8] $ touch f -- ok\n[9] $ setfattr -n user.test -v test f -- ok\n[10] $ ln -s f l -- ok\n[11] $ setfattr -h -n trusted.test -v test l -- ok\n[14] $ getfattr -m- -d f -- ok\n[20] $ getfattr -m- -d l -- ok\n[26] $ getfattr -m- -hd l -- ok\n[32] $ getfattr -m- -Rd . | sort-getfattr-output -- ok\n[40] $ getfattr -m- -Rhd . | sort-getfattr-output -- ok\n[49] $ ln -s . here -- ok\n[50] $ getfattr -m- -Rd here | sort-getfattr-output -- ok\n[58] $ getfattr -m- -Rhd here -- ok\n[60] $ getfattr -m- -RLhd here | sort-getfattr-output -- ok\n[68] $ getfattr -m- -RPhd here -- ok\n[71] $ mkdir sub -- ok\n[72] $ mv f l sub -- ok\n[73] $ getfattr -m- -Rd . | sort-getfattr-output -- ok\n[81] $ getfattr -m- -Rhd . | sort-getfattr-output -- ok\n[90] $ mkdir sub2 -- ok\n[91] $ ln -s ../sub sub2/to-sub -- ok\n[92] $ getfattr -m- -Rhd sub2 -- ok\n[94] $ getfattr -m- -RLhd sub2 | sort-getfattr-output -- ok\n[102] $ getfattr -m- -RPhd sub2 -- ok\n[105] $ ln -s .. sub/up -- ok\n[106] $ getfattr -m- -RLhd . | sort-getfattr-output -- ok\n[119] $ cd .. -- ok\n[120] $ rm -rf d -- ok\n30 commands (30 passed, 0 failed)\nPASS: getfattr.test\nAll 2 tests passed\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5157608985900879,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-babeltrace2_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-babeltrace2",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015094280242919922,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1608893871307373,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03351187705993652,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 21.651768445968628,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0021207332611083984,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_100_-_Writing_and_reading_back_0x3476DE1B3D96641D,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_101_-_Writing_and_reading_back_0x664269F,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_102_-_Writing_and_reading_back_0x3476DE1B3D96641D,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_103_-_Writing_and_reading_back_0x664269F,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_104_-_Writing_and_reading_back_0x3476DE1B3D96641D,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_10_-_Writing_and_reading_back_0x1,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_11_-_Writing_and_reading_back_0x1,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_12_-_Writing_and_reading_back_0x1,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_13_-_Writing_and_reading_back_0xFFFFFFFF,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_14_-_Writing_and_reading_back_0xFFFFFFFFFFFFFFFF,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_15_-_Writing_and_reading_back_0xFFFFFFFF,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_16_-_Writing_and_reading_back_0xFFFFFFFFFFFFFFFF,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_17_-_Writing_and_reading_back_0xFFFFFFFF,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_18_-_Writing_and_reading_back_0xFFFFFFFFFFFFFFFF,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_19_-_Writing_and_reading_back_0xFFFFFFFF,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_1_-_Writing_and_reading_back_0x0,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_20_-_Writing_and_reading_back_0xFFFFFFFFFFFFFFFF,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_21_-_Writing_and_reading_back_0x80000000,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_22_-_Writing_and_reading_back_0x8000000000000000,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_23_-_Writing_and_reading_back_0x80000000,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_24_-_Writing_and_reading_back_0x8000000000000000,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_25_-_Writing_and_reading_back_0x3D6FCFFF,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_26_-_Writing_and_reading_back_0x7110E8249CCFBCB,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_27_-_Writing_and_reading_back_0x3D6FCFFF,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_28_-_Writing_and_reading_back_0x7110E8249CCFBCB,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_29_-_Writing_and_reading_back_0x3D6FCFFF,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_2_-_Writing_and_reading_back_0x0,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_30_-_Writing_and_reading_back_0x7110E8249CCFBCB,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_31_-_Writing_and_reading_back_0x3D6FCFFF,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_32_-_Writing_and_reading_back_0x7110E8249CCFBCB,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_33_-_Writing_and_reading_back_0x502B6696,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_34_-_Writing_and_reading_back_0x3E63037A4F49E852,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_35_-_Writing_and_reading_back_0x502B6696,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_36_-_Writing_and_reading_back_0x3E63037A4F49E852,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_37_-_Writing_and_reading_back_0x502B6696,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_38_-_Writing_and_reading_back_0x3E63037A4F49E852,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_39_-_Writing_and_reading_back_0x502B6696,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_3_-_Writing_and_reading_back_0x0,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_40_-_Writing_and_reading_back_0x3E63037A4F49E852,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_41_-_Writing_and_reading_back_0x30E90CC,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_42_-_Writing_and_reading_back_0xF4C711D4B2075F5,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_43_-_Writing_and_reading_back_0x30E90CC,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_44_-_Writing_and_reading_back_0xF4C711D4B2075F5,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_45_-_Writing_and_reading_back_0x30E90CC,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_46_-_Writing_and_reading_back_0xF4C711D4B2075F5,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_47_-_Writing_and_reading_back_0x30E90CC,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_48_-_Writing_and_reading_back_0xF4C711D4B2075F5,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_49_-_Writing_and_reading_back_0x11502B8A,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_4_-_Writing_and_reading_back_0x0,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_50_-_Writing_and_reading_back_0x17BB8A011B530C02,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_51_-_Writing_and_reading_back_0x11502B8A,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_52_-_Writing_and_reading_back_0x17BB8A011B530C02,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_53_-_Writing_and_reading_back_0x11502B8A,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_54_-_Writing_and_reading_back_0x17BB8A011B530C02,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_55_-_Writing_and_reading_back_0x11502B8A,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_56_-_Writing_and_reading_back_0x17BB8A011B530C02,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_57_-_Writing_and_reading_back_0x332AA167,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_58_-_Writing_and_reading_back_0x146242670AF6E177,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_59_-_Writing_and_reading_back_0x332AA167,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_5_-_Writing_and_reading_back_0x0,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_60_-_Writing_and_reading_back_0x146242670AF6E177,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_61_-_Writing_and_reading_back_0x332AA167,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_62_-_Writing_and_reading_back_0x146242670AF6E177,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_63_-_Writing_and_reading_back_0x332AA167,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_64_-_Writing_and_reading_back_0x146242670AF6E177,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_65_-_Writing_and_reading_back_0x1D3E2003,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_66_-_Writing_and_reading_back_0x4D94BF7F63FBCD4E,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_67_-_Writing_and_reading_back_0x1D3E2003,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_68_-_Writing_and_reading_back_0x4D94BF7F63FBCD4E,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_69_-_Writing_and_reading_back_0x1D3E2003,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_6_-_Writing_and_reading_back_0x0,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_70_-_Writing_and_reading_back_0x4D94BF7F63FBCD4E,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_71_-_Writing_and_reading_back_0x1D3E2003,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_72_-_Writing_and_reading_back_0x4D94BF7F63FBCD4E,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_73_-_Writing_and_reading_back_0x6E468267,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_74_-_Writing_and_reading_back_0x6DB53AE611A80D97,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_75_-_Writing_and_reading_back_0x6E468267,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_76_-_Writing_and_reading_back_0x6DB53AE611A80D97,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_77_-_Writing_and_reading_back_0x6E468267,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_78_-_Writing_and_reading_back_0x6DB53AE611A80D97,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_79_-_Writing_and_reading_back_0x6E468267,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_7_-_Writing_and_reading_back_0x0,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_80_-_Writing_and_reading_back_0x6DB53AE611A80D97,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_81_-_Writing_and_reading_back_0x5DC2A20D,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_82_-_Writing_and_reading_back_0x524085363FD653FD,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_83_-_Writing_and_reading_back_0x5DC2A20D,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_84_-_Writing_and_reading_back_0x524085363FD653FD,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_85_-_Writing_and_reading_back_0x5DC2A20D,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_86_-_Writing_and_reading_back_0x524085363FD653FD,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_87_-_Writing_and_reading_back_0x5DC2A20D,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_88_-_Writing_and_reading_back_0x524085363FD653FD,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_89_-_Writing_and_reading_back_0x5D62336F,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_8_-_Writing_and_reading_back_0x0,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_90_-_Writing_and_reading_back_0xE47AC665B0157FC,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_91_-_Writing_and_reading_back_0x5D62336F,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_92_-_Writing_and_reading_back_0xE47AC665B0157FC,_unsigned_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_93_-_Writing_and_reading_back_0x5D62336F,_signed_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_94_-_Writing_and_reading_back_0xE47AC665B0157FC,_signed_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_95_-_Writing_and_reading_back_0x5D62336F,_signed_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_96_-_Writing_and_reading_back_0xE47AC665B0157FC,_signed_long_long_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_97_-_Writing_and_reading_back_0x664269F,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_98_-_Writing_and_reading_back_0x3476DE1B3D96641D,_unsigned_long_long_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_99_-_Writing_and_reading_back_0x664269F,_unsigned_int_dest,_varying_read_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.bitfield/test-bitfield_9_-_Writing_and_reading_back_0x1,_unsigned_int_source,_varying_write_unit_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_100_-_--end_and_--timerange:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_101_-_--end_and_--timerange:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_102_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_103_-_bad_--timerange_format__1_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_104_-_bad_--timerange_format__1_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_105_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_106_-_bad_--timerange_format__2_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_107_-_bad_--timerange_format__2_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_108_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_109_-_bad_--timerange_format__3_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_10_-_path_non-option_arg_+_user_source_named_`auto-disc-source-ctf-fs`:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_110_-_bad_--timerange_format__3_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_111_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_112_-_bad_--fields_format:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_113_-_bad_--fields_format:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_114_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_115_-_bad_--names_format:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_116_-_bad_--names_format:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_117_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_118_-_unknown_-i:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_119_-_unknown_-i:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_11_-_path_non-option_arg_+_user_sink_named_`pretty`:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_120_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_121_-_duplicate_-i:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_122_-_duplicate_-i:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_123_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_124_-_unknown_-o:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_125_-_unknown_-o:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_126_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_127_-_duplicate_-o:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_128_-_duplicate_-o:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_129_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_12_-_path_non-option_arg_+_user_sink_named_`pretty`:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_130_-_--run-args_and_--run-args-0:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_131_-_--run-args_and_--run-args-0:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_132_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_133_-_-o_ctf-metadata_without_path:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_134_-_-o_ctf-metadata_without_path:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_135_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_136_-_-i_lttng-live_and_implicit_source.ctf.fs:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_137_-_-i_lttng-live_and_implicit_source.ctf.fs:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_138_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_139_-_implicit_source.ctf.fs_without_path:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_13_-_path_non-option_arg_+_user_filter_named_`muxer`:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_140_-_implicit_source.ctf.fs_without_path:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_141_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_142_-_implicit_source.ctf.lttng-live_without_URL:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_143_-_implicit_source.ctf.lttng-live_without_URL:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_144_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_145_-_no_source:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_146_-_no_source:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_147_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_148_-_-o_ctf_without_--output:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_149_-_-o_ctf_without_--output:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_14_-_path_non-option_arg_+_user_filter_named_`muxer`:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_150_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_151_-_-o_ctf_+_--output_with_implicit_sink.text.pretty:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_152_-_-o_ctf_+_--output_with_implicit_sink.text.pretty:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_153_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_154_-_--stream-intersection:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_155_-_--stream-intersection:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_156_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_157_-_two_sinks_with_-o_dummy_+_--clock-seconds:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_158_-_two_sinks_with_-o_dummy_+_--clock-seconds:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_159_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_15_-_path_non-option_arg_+_--begin_+_user_filter_named_`trimmer`:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_160_-_path_non-option_arg_+_user_sink_+_-o_text:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_161_-_path_non-option_arg_+_user_sink_+_-o_text:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_16_-_path_non-option_arg_+_--begin_+_user_filter_named_`trimmer`:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_17_-_path_non-option_arg_+_--begin:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_18_-_path_non-option_arg_+_--begin:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_19_-_path_non-option_arg_+_--begin_--end:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_1_-_path_non-option_arg:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_20_-_path_non-option_arg_+_--begin_--end:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_21_-_path_non-option_arg_+_--timerange:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_22_-_path_non-option_arg_+_--timerange:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_23_-_path_non-option_arg_+_--clock-cycles:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_24_-_path_non-option_arg_+_--clock-cycles:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_25_-_path_non-option_arg_+_--clock-date:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_26_-_path_non-option_arg_+_--clock-date:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_27_-_path_non-option_arg_+_--clock-force-correlate:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_28_-_path_non-option_arg_+_--clock-force-correlate:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_29_-_path_non-option_arg_+_--clock-gmt:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_2_-_path_non-option_arg:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_30_-_path_non-option_arg_+_--clock-gmt:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_31_-_path_non-option_arg_+_--clock-offset:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_32_-_path_non-option_arg_+_--clock-offset:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_33_-_path_non-option_arg_+_--clock-offset-ns:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_34_-_path_non-option_arg_+_--clock-offset-ns:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_35_-_path_non-option_arg_+_--clock-seconds:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_36_-_path_non-option_arg_+_--clock-seconds:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_37_-_path_non-option_arg_+_--color:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_38_-_path_non-option_arg_+_--color:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_39_-_path_non-option_arg_+_--debug-info:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_3_-_path_non-option_args:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_40_-_path_non-option_arg_+_--debug-info:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_41_-_path_non-option_arg_+_--debug-info-dir:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_42_-_path_non-option_arg_+_--debug-info-dir:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_43_-_path_non-option_arg_+_--debug-info-target-prefix:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_44_-_path_non-option_arg_+_--debug-info-target-prefix:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_45_-_path_non-option_arg_+_--debug-info-full-path:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_46_-_path_non-option_arg_+_--debug-info-full-path:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_47_-_path_non-option_arg_+_--fields=trace:domain,loglevel:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_48_-_path_non-option_arg_+_--fields=trace:domain,loglevel:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_49_-_path_non-option_arg_+_--fields=all:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_4_-_path_non-option_args:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_50_-_path_non-option_arg_+_--fields=all:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_51_-_path_non-option_arg_+_--names=context,header:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_52_-_path_non-option_arg_+_--names=context,header:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_53_-_path_non-option_arg_+_--names=all:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_54_-_path_non-option_arg_+_--names=all:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_55_-_path_non-option_arg_+_--no-delta:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_56_-_path_non-option_arg_+_--no-delta:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_57_-_path_non-option_arg_+_--output:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_58_-_path_non-option_arg_+_--output:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_59_-_path_non-option_arg_+_-i_ctf:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_5_-_path_non-option_arg_+_named_user_source_with_--params:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_60_-_path_non-option_arg_+_-i_ctf:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_61_-_URL_non-option_arg_+_-i_lttng-live:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_62_-_URL_non-option_arg_+_-i_lttng-live:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_63_-_path_non-option_arg_+_-o_dummy:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_64_-_path_non-option_arg_+_-o_dummy:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_65_-_path_non-option_arg_+_-o_ctf_+_--output:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_66_-_path_non-option_arg_+_-o_ctf_+_--output:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_67_-_path_non-option_arg_+_user_sink_with_log_level:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_68_-_path_non-option_arg_+_user_sink_with_log_level:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_69_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_6_-_path_non-option_arg_+_named_user_source_with_--params:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_70_-_bad_--component_format__plugin_only_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_71_-_bad_--component_format__plugin_only_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_72_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_73_-_bad_--component_format__name_and_plugin_only_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_74_-_bad_--component_format__name_and_plugin_only_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_75_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_76_-_bad_--component_format__name_only_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_77_-_bad_--component_format__name_only_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_78_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_79_-_bad_--component_format__extra_dot_found_:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_7_-_unnamed_user_source:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_80_-_bad_--component_format__extra_dot_found_:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_81_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_82_-_duplicate_component_name:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_83_-_duplicate_component_name:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_84_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_85_-_unknown_option:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_86_-_unknown_option:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_87_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_88_-_--params_without_current_component:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_89_-_--params_without_current_component:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_8_-_unnamed_user_source:_run_arguments": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_90_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_91_-_duplicate_--begin:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_92_-_duplicate_--begin:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_93_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_94_-_duplicate_--end:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_95_-_duplicate_--end:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_96_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_97_-_--begin_and_--timerange:_nothing_is_printed_on_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_98_-_--begin_and_--timerange:_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_99_-_failure_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/convert/test-convert-args.sh_9_-_path_non-option_arg_+_user_source_named_`auto-disc-source-ctf-fs`:_success_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_10_-_help_with_too_many_parameters_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_11_-_help_with_too_many_parameters_produces_expected_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_12_-_help_with_too_many_parameters_produces_no_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_13_-_help_with_unknown_plugin_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_14_-_help_with_unknown_plugin_name_produces_expected_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_15_-_help_with_unknown_plugin_name_produces_no_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_16_-_help_with_unknown_component_class_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_17_-_help_with_unknown_component_class_name_produces_expected_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_18_-_help_with_unknown_component_class_name_prints_plugin_help": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_19_-_help_with_unknown_component_class_plugin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_1_-_help_ctf_plugin_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_20_-_help_with_unknown_component_class_plugin_produces_expected_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_21_-_help_with_unknown_component_class_plugin_produces_no_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_2_-_help_ctf_plugin_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_3_-_help_ctf_plugin_produces_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_4_-_help_src.ctf.fs_component_class_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_5_-_help_src.ctf.fs_component_class_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_6_-_help_src.ctf.fs_component_class_produces_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_7_-_help_without_parameter_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_8_-_help_without_parameter_produces_expected_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-help.sh_9_-_help_without_parameter_produces_no_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_10_-_3_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_11_-_run_with_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_12_-_3_events_in_streams_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_13_-_run_without_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_14_-_6_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_15_-_run_with_--stream-intersection_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_16_-_stderr_contains_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_17_-_run_without_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_18_-_0_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_19_-_run_with_--stream-intersection_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_1_-_run_without_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_20_-_stderr_contains_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_2_-_8_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_3_-_run_with_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_4_-_3_events_in_streams_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_5_-_run_without_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_6_-_8_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_7_-_run_with_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_8_-_3_events_in_streams_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-intersection.sh_9_-_run_without_--stream-intersection": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-output-ctf-metadata.sh_1_-_Run_babeltrace_-o_ctf-metadata_with_a_valid_trace_directory,_correct_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-output-ctf-metadata.sh_2_-_Run_babeltrace_-o_ctf-metadata_with_a_valid_trace_directory,_correct_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-output-ctf-metadata.sh_3_-_Run_babeltrace_-o_ctf-metadata_with_an_invalid_trace_directory,_expecting_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-output-path-ctf-non-lttng-trace.sh_1_-_3eventsintersect_output_trace_exists": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-output-path-ctf-non-lttng-trace.sh_2_-_3eventsintersectreverse_output_trace_exists": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-output-path-ctf-non-lttng-trace.sh_3_-_nointersect_output_trace_exists": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_10_-_Lost_events_string_matches_2,3,1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_1_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_2_-_No_events_lost": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_3_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_4_-_No_events_lost": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_5_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_6_-_Lost_events_string_matches_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_7_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_8_-_Lost_events_string_matches_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-packet-seq-num.sh_9_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_100_-_Read_the_new_trace_in_/tmp/tmp.Cr13vfPCZ3__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_101_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_102_-_Copy_trace_env-warning_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_103_-_Read_the_new_trace_in_/tmp/tmp.Ay183PHF3G__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_104_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_105_-_Copy_trace_ev-disc-no-ts-begin-end_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_106_-_Read_the_new_trace_in_/tmp/tmp.TOemYFIG58__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_107_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_108_-_Copy_trace_fl-bm_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_109_-_Read_the_new_trace_in_/tmp/tmp.Gc4O7T8cLK__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_10_-_Copy_trace_crlf-metadata_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_110_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_111_-_Copy_trace_lttng-crash_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_112_-_Read_the_new_trace_in_/tmp/tmp.SglH1sCIxI__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_113_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_114_-_Copy_trace_lttng-event-after-packet_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_115_-_Read_the_new_trace_in_/tmp/tmp.mKYkW4brXb__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_116_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_117_-_Copy_trace_lttng-tracefile-rotation_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_118_-_Read_the_new_trace_in_/tmp/tmp.rG80XUJPqY__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_119_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_11_-_Read_the_new_trace_in_/tmp/tmp.grPI8PJhHB__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_120_-_Empty_trace_meta-clk-cls-before-trace-cls,_nothing_to_copy__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_121_-_Empty_trace_meta-ctx-sequence,_nothing_to_copy__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_122_-_Copy_trace_meta-variant-no-underscore_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_123_-_Read_the_new_trace_in_/tmp/tmp.oMM7ObFKOM__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_124_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_125_-_Copy_trace_meta-variant-one-underscore_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_126_-_Read_the_new_trace_in_/tmp/tmp.AWEMmO0aCz__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_127_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_128_-_Copy_trace_meta-variant-reserved-keywords_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_129_-_Read_the_new_trace_in_/tmp/tmp.n391DuB5cN__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_12_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_130_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_131_-_Copy_trace_meta-variant-same-with-underscore_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_132_-_Read_the_new_trace_in_/tmp/tmp.r4Igd4BTxb__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_133_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_134_-_Copy_trace_meta-variant-two-underscores_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_135_-_Read_the_new_trace_in_/tmp/tmp.rd32FG4Typ__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_136_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_137_-_Copy_trace_multi-domains_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_138_-_Read_the_new_trace_in_/tmp/tmp.TgMcvsIld0__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_139_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_13_-_Copy_trace_debug-info_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_140_-_Copy_trace_no-packet-context_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_141_-_Read_the_new_trace_in_/tmp/tmp.pAW21gRWJt__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_142_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_143_-_Copy_trace_sequence_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_144_-_Read_the_new_trace_in_/tmp/tmp.ZX1pm0VUMz__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_145_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_146_-_Copy_trace_session-rotation_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_147_-_Read_the_new_trace_in_/tmp/tmp.kzgk8jQLqk__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_148_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_149_-_Copy_trace_smalltrace_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_14_-_Read_the_new_trace_in_/tmp/tmp.8DI6tHDO2J__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_150_-_Read_the_new_trace_in_/tmp/tmp.oG9bSeVS7n__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_151_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_152_-_Copy_trace_struct-array-align-elem_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_153_-_Read_the_new_trace_in_/tmp/tmp.Yy6DEZwBso__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_154_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_155_-_Copy_trace_succeed1_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_156_-_Read_the_new_trace_in_/tmp/tmp.B9j9YZD314__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_157_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_158_-_Copy_trace_succeed2_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_159_-_Read_the_new_trace_in_/tmp/tmp.qQ3UoPLYgO__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_15_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_160_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_161_-_Copy_trace_trace-with-index_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_162_-_Read_the_new_trace_in_/tmp/tmp.DAoMJuM70H__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_163_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_164_-_Copy_trace_wk-heartbeat-u_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_165_-_Read_the_new_trace_in_/tmp/tmp.kzNV3fWpDH__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_166_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_16_-_Copy_trace_def-clk-freq_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_17_-_Read_the_new_trace_in_/tmp/tmp.dY8U9MLzRl__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_18_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_19_-_Copy_trace_env-warning_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_1_-_Copy_trace_2packets_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_20_-_Read_the_new_trace_in_/tmp/tmp.NEQrTdkDgv__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_21_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_22_-_Copy_trace_ev-disc-no-ts-begin-end_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_23_-_Read_the_new_trace_in_/tmp/tmp.erg1MpA7cP__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_24_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_25_-_Copy_trace_lf-metadata_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_26_-_Read_the_new_trace_in_/tmp/tmp.UVT0CoWFjP__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_27_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_28_-_Copy_trace_lttng-crash_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_29_-_Read_the_new_trace_in_/tmp/tmp.ZFkwW2zckD__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_2_-_Read_the_new_trace_in_/tmp/tmp.bFtyVLjptv__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_30_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_31_-_Copy_trace_lttng-event-after-packet_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_32_-_Read_the_new_trace_in_/tmp/tmp.UdZXGJktA6__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_33_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_34_-_Copy_trace_lttng-tracefile-rotation_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_35_-_Read_the_new_trace_in_/tmp/tmp.PGFUfWpevZ__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_36_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_37_-_Empty_trace_meta-ctx-sequence,_nothing_to_copy__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_38_-_Copy_trace_meta-variant-no-underscore_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_39_-_Read_the_new_trace_in_/tmp/tmp.8fKszGZ0fJ__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_3_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_40_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_41_-_Copy_trace_meta-variant-one-underscore_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_42_-_Read_the_new_trace_in_/tmp/tmp.Y4CUvq7dQq__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_43_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_44_-_Copy_trace_meta-variant-reserved-keywords_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_45_-_Read_the_new_trace_in_/tmp/tmp.izqN8cm0cc__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_46_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_47_-_Copy_trace_meta-variant-same-with-underscore_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_48_-_Read_the_new_trace_in_/tmp/tmp.Ge0IP89xTJ__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_49_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_4_-_Copy_trace_array-align-elem_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_50_-_Copy_trace_meta-variant-two-underscores_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_51_-_Read_the_new_trace_in_/tmp/tmp.t3U0kVpjf7__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_52_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_53_-_Copy_trace_multi-domains_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_54_-_Read_the_new_trace_in_/tmp/tmp.jol57bRRl8__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_55_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_56_-_Copy_trace_no-packet-context_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_57_-_Read_the_new_trace_in_/tmp/tmp.uTA5SoqUJh__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_58_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_59_-_Copy_trace_sequence_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_5_-_Read_the_new_trace_in_/tmp/tmp.Qpp7ttDynw__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_60_-_Read_the_new_trace_in_/tmp/tmp.oDsPOSeKYz__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_61_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_62_-_Copy_trace_session-rotation_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_63_-_Read_the_new_trace_in_/tmp/tmp.TD8mEPuG4T__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_64_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_65_-_Copy_trace_smalltrace_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_66_-_Read_the_new_trace_in_/tmp/tmp.bRw7cyj5Cu__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_67_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_68_-_Copy_trace_struct-array-align-elem_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_69_-_Read_the_new_trace_in_/tmp/tmp.DMAjhpcuCM__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_6_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_70_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_71_-_Copy_trace_succeed1_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_72_-_Read_the_new_trace_in_/tmp/tmp.CFfX7wnnAA__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_73_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_74_-_Copy_trace_succeed2_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_75_-_Read_the_new_trace_in_/tmp/tmp.OyA1Zgy4ik__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_76_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_77_-_Copy_trace_succeed3_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_78_-_Read_the_new_trace_in_/tmp/tmp.K00Xm9CBwf__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_79_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_7_-_Copy_trace_barectf-event-before-packet_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_80_-_Empty_trace_succeed4,_nothing_to_copy__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_81_-_Copy_trace_trace-with-index_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_82_-_Read_the_new_trace_in_/tmp/tmp.cmjaE7KLT2__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_83_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_84_-_Copy_trace_warnings_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_85_-_Read_the_new_trace_in_/tmp/tmp.QYZTT5NXA1__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_86_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_87_-_Copy_trace_wk-heartbeat-u_with_ctf-fs_sink__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_88_-_Read_the_new_trace_in_/tmp/tmp.OVq7k31dCI__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_89_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_8_-_Read_the_new_trace_in_/tmp/tmp.Q6qPvqfoOa__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_90_-_Copy_trace_2packets_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_91_-_Read_the_new_trace_in_/tmp/tmp.pEegsvj8pP__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_92_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_93_-_Copy_trace_array-align-elem_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_94_-_Read_the_new_trace_in_/tmp/tmp.b13BCsb0yq__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_95_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_96_-_Copy_trace_barectf-event-before-packet_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_97_-_Read_the_new_trace_in_/tmp/tmp.tEkoNXGyc6__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_98_-_Exact_same_content_between_the_two_traces__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_99_-_Copy_trace_debug-info_with_ctf-fs_sink__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-copy.sh_9_-_Exact_same_content_between_the_two_traces__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_10_-_Run_babeltrace2_with_trace_lttng-crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_11_-_Run_babeltrace2_with_trace_lttng-event-after-packet": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_12_-_Run_babeltrace2_with_trace_lttng-tracefile-rotation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_13_-_Run_babeltrace2_with_trace_meta-ctx-sequence": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_14_-_Run_babeltrace2_with_trace_meta-variant-no-underscore": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_15_-_Run_babeltrace2_with_trace_meta-variant-one-underscore": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_16_-_Run_babeltrace2_with_trace_meta-variant-reserved-keywords": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_17_-_Run_babeltrace2_with_trace_meta-variant-same-with-underscore": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_18_-_Run_babeltrace2_with_trace_meta-variant-two-underscores": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_19_-_Run_babeltrace2_with_trace_multi-domains": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_1_-_Run_babeltrace2_with_trace_2packets": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_20_-_Run_babeltrace2_with_trace_no-packet-context": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_21_-_Run_babeltrace2_with_trace_sequence": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_22_-_Run_babeltrace2_with_trace_session-rotation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_23_-_Run_babeltrace2_with_trace_smalltrace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_24_-_Run_babeltrace2_with_trace_struct-array-align-elem": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_25_-_Run_babeltrace2_with_trace_succeed1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_26_-_Run_babeltrace2_with_trace_succeed2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_27_-_Run_babeltrace2_with_trace_succeed3": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_28_-_Run_babeltrace2_with_trace_succeed4": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_29_-_Run_babeltrace2_with_trace_trace-with-index": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_2_-_Run_babeltrace2_with_trace_array-align-elem": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_30_-_Run_babeltrace2_with_trace_warnings": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_31_-_Run_babeltrace2_with_trace_wk-heartbeat-u": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_32_-_Run_babeltrace2_with_invalid_trace_fail1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_33_-_Run_babeltrace2_with_invalid_trace_fail2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_34_-_Run_babeltrace2_with_invalid_trace_incomplete-packet-header": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_35_-_Run_babeltrace2_with_invalid_trace_integer-range": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_36_-_Run_babeltrace2_with_invalid_trace_invalid-packet-size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_37_-_Run_babeltrace2_with_invalid_trace_invalid-sequence-length-field-class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_38_-_Run_babeltrace2_with_invalid_trace_invalid-variant-selector-field-class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_39_-_Run_babeltrace2_with_invalid_trace_lttng-modules-2.0-pre1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_3_-_Run_babeltrace2_with_trace_barectf-event-before-packet": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_40_-_Run_babeltrace2_with_invalid_trace_metadata-syntax-error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_41_-_Run_babeltrace2_with_invalid_trace_packet-based-metadata": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_42_-_Run_babeltrace2_with_invalid_trace_smalltrace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_43_-_Run_babeltrace2_with_invalid_trace_valid-events-then-invalid-events": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_4_-_Run_babeltrace2_with_trace_crlf-metadata": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_5_-_Run_babeltrace2_with_trace_debug-info": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_6_-_Run_babeltrace2_with_trace_def-clk-freq": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_7_-_Run_babeltrace2_with_trace_env-warning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_8_-_Run_babeltrace2_with_trace_ev-disc-no-ts-begin-end": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trace-read.sh_9_-_Run_babeltrace2_with_trace_lf-metadata": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_100_-_trimmer:_date_time_format:_month_with_missing_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_101_-_trimmer:_date_time_format:_year_with_too_many_digits:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_102_-_trimmer:_date_time_format:_year_with_too_many_digits:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_103_-_trimmer:_date_time_format:_year_with_too_many_digits:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_104_-_trimmer:_date_time_format:_year_with_missing_digits:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_105_-_trimmer:_date_time_format:_year_with_missing_digits:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_106_-_trimmer:_date_time_format:_year_with_missing_digits:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_107_-_trimmer:_date_time_format:_missing_day_1:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_108_-_trimmer:_date_time_format:_missing_day_1:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_109_-_trimmer:_date_time_format:_missing_day_1:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_10_-_trimmer:_--end,_out_of_range,_GMT_relative_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_110_-_trimmer:_date_time_format:_missing_day_2:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_111_-_trimmer:_date_time_format:_missing_day_2:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_112_-_trimmer:_date_time_format:_missing_day_2:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_113_-_trimmer:_seconds_from_origin_format:_too_many_nanosecond_digits:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_114_-_trimmer:_seconds_from_origin_format:_too_many_nanosecond_digits:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_115_-_trimmer:_seconds_from_origin_format:_too_many_nanosecond_digits:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_116_-_trimmer:_seconds_from_origin_format:_missing_nanseconds:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_117_-_trimmer:_seconds_from_origin_format:_missing_nanseconds:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_118_-_trimmer:_seconds_from_origin_format:_missing_nanseconds:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_11_-_trimmer:_--begin,_GMT_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_12_-_trimmer:_--begin,_GMT_absolute_timestamps:_number_of_events__18_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_13_-_trimmer:_--end,_GMT_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_14_-_trimmer:_--end,_GMT_absolute_timestamps:_number_of_events__9_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_15_-_trimmer:_--begin_and_--end,_GMT_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_16_-_trimmer:_--begin_and_--end,_GMT_absolute_timestamps:_number_of_events__7_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_17_-_trimmer:_--begin,_out_of_range,_GMT_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_18_-_trimmer:_--begin,_out_of_range,_GMT_absolute_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_19_-_trimmer:_--begin,_out_of_range,_GMT_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_1_-_trimmer:_--begin,_GMT_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_20_-_trimmer:_--begin,_out_of_range,_GMT_absolute_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_21_-_trimmer:_--begin,_EST_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_22_-_trimmer:_--begin,_EST_relative_timestamps:_number_of_events__18_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_23_-_trimmer:_--end,_EST_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_24_-_trimmer:_--end,_EST_relative_timestamps:_number_of_events__9_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_25_-_trimmer:_--begin_and_--end,_EST_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_26_-_trimmer:_--begin_and_--end,_EST_relative_timestamps:_number_of_events__7_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_27_-_trimmer:_--begin,_out_of_range,_EST_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_28_-_trimmer:_--begin,_out_of_range,_EST_relative_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_29_-_trimmer:_--end,_out_of_range,_EST_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_2_-_trimmer:_--begin,_GMT_relative_timestamps:_number_of_events__18_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_30_-_trimmer:_--end,_out_of_range,_EST_relative_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_31_-_trimmer:_--begin,_EST_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_32_-_trimmer:_--begin,_EST_absolute_timestamps:_number_of_events__18_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_33_-_trimmer:_--end,_EST_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_34_-_trimmer:_--end,_EST_absolute_timestamps:_number_of_events__9_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_35_-_trimmer:_--begin_and_--end,_EST_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_36_-_trimmer:_--begin_and_--end,_EST_absolute_timestamps:_number_of_events__7_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_37_-_trimmer:_--begin,_out_of_range,_EST_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_38_-_trimmer:_--begin,_out_of_range,_EST_absolute_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_39_-_trimmer:_--end,_out_of_range,_EST_absolute_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_3_-_trimmer:_--end,_GMT_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_40_-_trimmer:_--end,_out_of_range,_EST_absolute_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_41_-_trimmer:_date_time_format:_partial_nanosecond_precision:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_42_-_trimmer:_date_time_format:_partial_nanosecond_precision:_number_of_events__13_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_43_-_trimmer:_date_time_format:_second_precision:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_44_-_trimmer:_date_time_format:_second_precision:_number_of_events__11_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_45_-_trimmer:_date_time_format:_minute_precision:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_46_-_trimmer:_date_time_format:_minute_precision:_number_of_events__11_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_47_-_trimmer:_seconds_from_origin_format:_nanosecond_precision:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_48_-_trimmer:_seconds_from_origin_format:_nanosecond_precision:_number_of_events__11_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_49_-_trimmer:_seconds_from_origin_format:_partial_nanosecond_precision:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_4_-_trimmer:_--end,_GMT_relative_timestamps:_number_of_events__9_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_50_-_trimmer:_seconds_from_origin_format:_partial_nanosecond_precision:_number_of_events__11_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_51_-_trimmer:_seconds_from_origin_format:_second_precision:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_52_-_trimmer:_seconds_from_origin_format:_second_precision:_number_of_events__11_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_53_-_trimmer:_date_time_format:_too_many_nanosecond_digits:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_54_-_trimmer:_date_time_format:_too_many_nanosecond_digits:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_55_-_trimmer:_date_time_format:_too_many_nanosecond_digits:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_56_-_trimmer:_date_time_format:_missing_nanoseconds:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_57_-_trimmer:_date_time_format:_missing_nanoseconds:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_58_-_trimmer:_date_time_format:_missing_nanoseconds:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_59_-_trimmer:_date_time_format:_seconds_with_too_many_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_5_-_trimmer:_--begin_and_--end,_GMT_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_60_-_trimmer:_date_time_format:_seconds_with_too_many_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_61_-_trimmer:_date_time_format:_seconds_with_too_many_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_62_-_trimmer:_date_time_format:_seconds_with_missing_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_63_-_trimmer:_date_time_format:_seconds_with_missing_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_64_-_trimmer:_date_time_format:_seconds_with_missing_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_65_-_trimmer:_date_time_format:_minutes_with_too_many_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_66_-_trimmer:_date_time_format:_minutes_with_too_many_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_67_-_trimmer:_date_time_format:_minutes_with_too_many_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_68_-_trimmer:_date_time_format:_minutes_with_missing_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_69_-_trimmer:_date_time_format:_minutes_with_missing_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_6_-_trimmer:_--begin_and_--end,_GMT_relative_timestamps:_number_of_events__7_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_70_-_trimmer:_date_time_format:_minutes_with_missing_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_71_-_trimmer:_date_time_format:_hours_with_too_many_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_72_-_trimmer:_date_time_format:_hours_with_too_many_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_73_-_trimmer:_date_time_format:_hours_with_too_many_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_74_-_trimmer:_date_time_format:_hours_with_missing_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_75_-_trimmer:_date_time_format:_hours_with_missing_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_76_-_trimmer:_date_time_format:_hours_with_missing_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_77_-_trimmer:_date_time_format:_missing_seconds:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_78_-_trimmer:_date_time_format:_missing_seconds:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_79_-_trimmer:_date_time_format:_missing_seconds:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_7_-_trimmer:_--begin,_out_of_range,_GMT_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_80_-_trimmer:_date_time_format:_missing_minutes_1:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_81_-_trimmer:_date_time_format:_missing_minutes_1:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_82_-_trimmer:_date_time_format:_missing_minutes_1:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_83_-_trimmer:_date_time_format:_missing_minutes_2:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_84_-_trimmer:_date_time_format:_missing_minutes_2:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_85_-_trimmer:_date_time_format:_missing_minutes_2:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_86_-_trimmer:_date_time_format:_missing_time:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_87_-_trimmer:_date_time_format:_missing_time:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_88_-_trimmer:_date_time_format:_missing_time:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_89_-_trimmer:_date_time_format:_day_with_too_many_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_8_-_trimmer:_--begin,_out_of_range,_GMT_relative_timestamps:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_90_-_trimmer:_date_time_format:_day_with_too_many_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_91_-_trimmer:_date_time_format:_day_with_too_many_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_92_-_trimmer:_date_time_format:_day_with_missing_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_93_-_trimmer:_date_time_format:_day_with_missing_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_94_-_trimmer:_date_time_format:_day_with_missing_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_95_-_trimmer:_date_time_format:_month_with_too_many_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_96_-_trimmer:_date_time_format:_month_with_too_many_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_97_-_trimmer:_date_time_format:_month_with_too_many_digit:_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_98_-_trimmer:_date_time_format:_month_with_missing_digit:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_99_-_trimmer:_date_time_format:_month_with_missing_digit:_number_of_events__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cli/test-trimmer.sh_9_-_trimmer:_--end,_out_of_range,_GMT_relative_timestamps:_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_10_-_`std::string`_!=_`bt2c::CStringView`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_11_-_\"Moutarde_Choux\"_starts_with_\"Moutarde\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_12_-_\"Moutarde_Choux\"_does_not_start_with_\"Choux\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_13_-_\"Moutarde_Choux\"_starts_with_\"\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_14_-_\"Moutarde_Choux\"_starts_with_\"Moutarde_choux\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_15_-_\"Moutarde\"_does_not_start_with_\"Moutarde_choux\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_16_-_\"\"_starts_with_\"\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_1_-_`bt2c::CStringView`_==_`bt2c::CStringView`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_2_-_`bt2c::CStringView`_!=_`bt2c::CStringView`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_3_-_`bt2c::CStringView`_==_`const_char_*`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_4_-_`bt2c::CStringView`_!=_`const_char_*`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_5_-_`const_char_*`_==_`bt2c::CStringView`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_6_-_`const_char_*`_!=_`bt2c::CStringView`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_7_-_`bt2c::CStringView`_==_`std::string`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_8_-_`bt2c::CStringView`_!=_`std::string`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-c-string-view.sh_9_-_`std::string`_==_`bt2c::CStringView`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_10_-_truncated_code_point_-_error_cause_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_11_-_truncated_code_unit_-_got_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_12_-_truncated_code_unit_-_error_cause_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_13_-_truncated_code_unit_-_got_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_14_-_truncated_code_unit_-_error_cause_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_1_-_UTF-16BE_to_UTF-8:_length_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_2_-_UTF-16BE_to_UTF-8:_content_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_3_-_UTF-16LE_to_UTF-8:_length_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_4_-_UTF-16LE_to_UTF-8:_content_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_5_-_UTF-32BE_to_UTF-8:_length_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_6_-_UTF-32BE_to_UTF-8:_content_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_7_-_UTF-32LE_to_UTF-8:_length_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_8_-_UTF-32LE_to_UTF-8:_content_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-unicode-conv.sh_9_-_truncated_code_point_-_got_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-uuid.sh_1_-_result_of_format_as___for_`Uuid`_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.cpp-common/test-uuid.sh_2_-_result_of_format_as___for_`UuidView`_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_100_-_bt_ctf_field_type_structure_get_field_count_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_101_-_bt_ctf_field_type_structure_get_field_handles_a_NULL_name_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_102_-_bt_ctf_field_type_structure_get_field_handles_a_NULL_return_type_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_103_-_bt_ctf_field_type_structure_get_field_returns_a_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_104_-_bt_ctf_field_type_structure_get_field_returns_a_correct_field_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_105_-_bt_ctf_field_type_structure_get_field_returns_a_correct_field_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_106_-_bt_ctf_field_type_structure_get_field_type_by_name_returns_the_correct_field_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_107_-_Add_a_string_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_108_-_Add_a_structure_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_109_-_bt_ctf_field_type_structure_get_field_type_by_name_returns_a_correct_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_10_-_bt_ctf_writer_add_environment_field_error_with_NULL_field_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_110_-_Instantiate_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_111_-_Instantiate_an_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_112_-_bt_ctf_field_get_type_returns_the_correct_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_113_-_Check_an_integer_type'_base_can't_be_modified_after_instantiation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_114_-_Check_an_integer_type's_signedness_can't_be_modified_after_instantiation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_115_-_Check_-32768_is_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_116_-_Check_32767_is_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_117_-_Check_-42_is_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_118_-_Check_4095_is_allowed_for_an_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_119_-_Check_0_is_allowed_for_an_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_11_-_bt_ctf_writer_add_environment_field_error_with_NULL_field_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_120_-_Instantiate_a_string_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_121_-_Set_a_string's_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_122_-_Create_an_enumeration_type_with_an_unsigned_12-bit_integer_as_container": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_123_-_bt_ctf_stream_class_get_id_returns_an_error_when_no_id_is_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_124_-_bt_ctf_stream_class_set_id_handles_NULL_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_125_-_Set_an_stream_class'_id": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_126_-_bt_ctf_stream_class_get_id_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_127_-_bt_ctf_stream_class_get_event_header_type_returns_an_event_header_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_128_-_Default_event_header_type_is_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_129_-_Default_event_header_type_contains_an_\"id\"_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_12_-_bt_ctf_trace_set_environment_field_integer_handles_a_NULL_trace_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_130_-_Default_event_header_\"id\"_field_is_an_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_131_-_Default_event_header_type_contains_a_\"timestamp\"_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_132_-_Default_event_header_\"timestamp\"_field_is_an_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_133_-_bt_ctf_trace_get_packet_header_field_type_returns_a_packet_header": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_134_-_bt_ctf_trace_get_packet_header_field_type_returns_a_packet_header_of_type_struct": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_135_-_Default_packet_header_type_contains_a_\"magic\"_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_136_-_Default_packet_header_type_contains_a_\"uuid\"_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_137_-_Default_packet_header_type_contains_a_\"stream_id\"_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_138_-_Added_a_custom_trace_packet_header_field_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_139_-_bt_ctf_trace_set_packet_header_field_type_handles_a_NULL_trace_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_13_-_bt_ctf_trace_set_environment_field_integer_handles_a_NULL_name_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_140_-_Set_a_trace_packet_header_type_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_141_-_bt_ctf_stream_class_get_packet_context_type_returns_a_packet_context_type.": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_142_-_Packet_context_is_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_143_-_bt_ctf_stream_class_set_packet_context_type_handles_a_NULL_stream_class_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_144_-_bt_ctf_stream_class_set_packet_context_type_rejects_a_packet_context_that_is_not_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_145_-_Packet_context_field_added_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_146_-_bt_ctf_stream_class_set_event_context_type_handles_a_NULL_stream_class_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_147_-_bt_ctf_stream_class_set_event_context_type_validates_that_the_event_context_os_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_148_-_Set_a_new_stream_event_context_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_149_-_bt_ctf_stream_class_get_event_context_type_returns_the_correct_field_type.": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_14_-_bt_ctf_trace_set_environment_field_integer_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_150_-_bt_ctf_trace_get_stream_count___succeeds_and_returns_the_correct_value__0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_151_-_Instantiate_a_stream_class_from_writer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_152_-_bt_ctf_trace_get_stream_count___succeeds_and_returns_the_correct_value__1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_153_-_bt_ctf_trace_get_stream_by_index___succeeds_and_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_154_-_bt_ctf_stream_get_class_returns_a_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_155_-_Returned_stream_class_is_of_the_correct_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_156_-_Trace_packet_header_type_can't_be_modified_once_a_stream_has_been_instantiated": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_157_-_Packet_context_type_can't_be_modified_once_a_stream_has_been_instantiated": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_158_-_Stream_event_context_type_can't_be_modified_once_a_stream_has_been_instantiated": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_159_-_Changes_to_a_stream_class_that_was_already_instantiated_fail": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_15_-_bt_ctf_trace_set_environment_field_string_handles_a_NULL_trace_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_160_-_bt_ctf_stream_get_packet_header_handles_NULL_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_161_-_bt_ctf_stream_get_packet_header_returns_a_packet_header": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_162_-_Stream_returns_a_packet_header_of_the_appropriate_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_163_-_Packet_header_structure_contains_a_custom_field_with_the_appropriate_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_164_-_Set_custom_packet_header_value_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_165_-_bt_ctf_stream_set_packet_header_handles_a_NULL_packet_header_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_166_-_bt_ctf_stream_set_packet_header_handles_a_NULL_stream_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_167_-_bt_ctf_stream_set_packet_header_rejects_a_packet_header_of_the_wrong_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_168_-_Successfully_set_a_stream's_packet_header": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_169_-_Add_environment_field_to_writer_after_stream_creation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_16_-_bt_ctf_trace_set_environment_field_string_handles_a_NULL_name_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_170_-_bt_ctf_event_get_stream_returns_an_event's_stream_after_it_has_been_appended": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_171_-_Create_an_event_before_instantiating_its_associated_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_172_-_Create_an_unsigned_integer_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_173_-_Set_signed_64_bit_integer_signedness_to_true": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_174_-_Create_a_signed_integer_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_175_-_bt_ctf_field_type_enumeration_get_container_field_type_returns_the_right_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_176_-_bt_ctf_field_enumeration_type_create_rejects_non-integer_container_field_types": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_177_-_bt_ctf_field_type_get_alignment_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_178_-_Set_a_floating_point_type's_exponent_digit_count": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_179_-_Set_a_floating_point_type's_mantissa_digit_count": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_17_-_bt_ctf_trace_set_environment_field_string_handles_a_NULL_value_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_180_-_bt_ctf_field_type_floating_point_get_exponent_digits_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_181_-_bt_ctf_field_type_floating_point_get_mantissa_digits_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_182_-_bt_ctf_field_type_enumeration_add_mapping_accepts_negative_enumeration_mappings": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_183_-_bt_ctf_field_type_enumeration_add_mapping_accepts_enumeration_mapping_strings_containing_quotes": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_184_-_bt_ctf_field_type_enumeration_add_mapping_accepts_enumeration_mapping_strings_containing_special_characters": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_185_-_Accept_enumeration_mapping_strings_containing_reserved_keywords": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_186_-_bt_ctf_field_type_enumeration_add_mapping_accepts_duplicate_mapping_names": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_187_-_bt_ctf_field_type_enumeration_add_mapping_accepts_overlapping_enum_entries": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_188_-_bt_ctf_field_type_enumeration_add_mapping_rejects_mapping_where_end_<_start": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_189_-_Add_signed_enumeration_field_to_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_18_-_bt_ctf_trace_set_environment_field_string_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_190_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_handles_a_NULL_string_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_191_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_handles_a_NULL_start_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_192_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_handles_a_NULL_end_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_193_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_returns_a_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_194_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_returns_a_correct_mapping_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_195_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_returns_a_correct_mapping_start": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_196_-_bt_ctf_field_type_enumeration_signed_get_mapping_by_index_returns_a_correct_mapping_end": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_197_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_accepts_enumeration_mapping_strings_containing_quotes": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_198_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_accepts_enumeration_mapping_strings_containing_special_characters": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_199_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_accepts_enumeration_mapping_strings_containing_reserved_keywords": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_19_-_bt_ctf_trace_set_environment_field_integer_succeeds_with_an_existing_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_1_-_bt_ctf_create_succeeds_in_creating_trace_with_path": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_200_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_accepts_single-value_ranges": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_201_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_accepts_duplicate_mapping_names": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_202_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_accepts_overlapping_enum_entries": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_203_-_bt_ctf_field_type_enumeration_unsigned_add_mapping_rejects_mapping_where_end_<_start": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_204_-_Add_unsigned_enumeration_field_to_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_205_-_bt_ctf_field_type_enumeration_get_mapping_count_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_206_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_handles_a_NULL_string_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_207_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_handles_a_NULL_start_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_208_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_handles_a_NULL_end_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_209_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_returns_a_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_20_-_Add_sysname__GNU/Linux__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_210_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_returns_a_correct_mapping_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_211_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_returns_a_correct_mapping_start": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_212_-_bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index_returns_a_correct_mapping_end": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_213_-_Add_event_specific_context_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_214_-_bt_ctf_event_class_set_context_field_type_handles_a_NULL_event_class_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_215_-_Set_an_event_class'_context_type_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_216_-_bt_ctf_event_class_get_context_field_type_returns_the_appropriate_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_217_-_Adding_simple_event_class_to_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_218_-_bt_ctf_stream_class_get_event_class_count_returns_a_correct_number_of_event_classes": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_219_-_bt_ctf_stream_class_get_event_class_returns_the_correct_event_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_21_-_Add_nodename__testhost__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_220_-_bt_ctf_stream_class_get_event_class_by_id_returns_NULL_when_the_requested_ID_doesn't_exist": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_221_-_bt_ctf_stream_class_get_event_class_by_id_returns_a_correct_event_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_222_-_Instantiate_an_event_containing_a_single_integer_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_223_-_Use_bt_ctf_event_set_payload_to_set_a_manually_allocated_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_224_-_bt_ctf_field_floating_point_get_value_returns_a_double_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_225_-_bt_ctf_field_floating_point_get_value_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_226_-_Set_signed_enumeration_container_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_227_-_Set_unsigned_enumeration_container_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_228_-_Set_clock_time": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_229_-_bt_ctf_event_get_context_returns_a_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_22_-_Add_release__4.4.0-87-generic__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_230_-_bt_ctf_event_get_context_returns_a_field_of_the_appropriate_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_231_-_Successfully_set_an_event_context's_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_232_-_Set_an_event_context_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_233_-_Append_simple_event_to_trace_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_234_-_bt_ctf_stream_get_packet_context_returns_a_packet_context": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_235_-_Packet_context_contains_the_default_packet_size_field.": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_236_-_Custom_packet_context_field_value_successfully_set.": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_237_-_Successfully_set_a_stream's_packet_context": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_238_-_Flush_trace_stream_with_one_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_239_-_Add_a_new_event_class_to_a_stream_class_after_writing_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_23_-_Add_version__\\#110-Ubuntu_SMP_Tue_Jul_18_12:55:35_UTC_2017__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_240_-_bt_ctf_stream_get_discarded_events_count_returns_a_correct_number_of_discarded_events_when_none_were_discarded": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_241_-_bt_ctf_stream_get_discarded_events_count_returns_a_correct_number_of_discarded_events_when_some_were_discarded": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_242_-_Append_100_000_events_to_a_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_243_-_Flush_a_stream_that_forces_a_packet_resize": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_244_-_bt_ctf_stream_get_discarded_events_count_returns_a_correct_number_of_discarded_events_after_a_flush": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_245_-_bt_ctf_field_type_set_alignment_handles_0-alignment_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_246_-_bt_ctf_field_type_set_alignment_handles_wrong_alignment_correctly__3_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_247_-_bt_ctf_field_type_set_alignment_handles_wrong_alignment_correctly__24_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_248_-_bt_ctf_field_type_set_alignment_handles_correct_alignment_correctly__4_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_249_-_Set_alignment_of_signed_16_bit_integer_to_32": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_24_-_Add_machine__x86_64__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_250_-_Set_integer_signedness_to_true": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_251_-_Set_signed_16_bit_integer_base_to_hexadecimal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_252_-_bt_ctf_field_type_array_get_element_field_type_returns_the_correct_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_253_-_bt_ctf_field_type_array_get_length_returns_the_correct_length": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_254_-_Cannot_add_self_to_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_255_-_Add_seq_len_field_to_inner_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_256_-_Add_a_sequence_field_to_inner_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_257_-_Add_an_array_field_to_inner_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_258_-_Reject_a_variant_field_based_on_an_unknown_tag_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_259_-_Add_a_field_to_a_variant": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_25_-_Illegal_clock_name_rejected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_260_-_Add_INT16_TYPE_field_to_variant": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_261_-_Add_UINT35_TYPE_field_to_variant": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_262_-_bt_ctf_field_type_variant_get_tag_field_type_returns_a_correct_tag_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_263_-_bt_ctf_field_type_variant_get_tag_name_returns_the_correct_variant_tag_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_264_-_bt_ctf_field_type_variant_get_field_type_by_name_returns_a_correct_field_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_265_-_bt_ctf_field_type_variant_get_field_count_returns_the_correct_count": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_266_-_bt_ctf_field_type_variant_get_field_handles_a_NULL_field_name_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_267_-_bt_ctf_field_type_variant_get_field_handles_a_NULL_field_type_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_268_-_bt_ctf_field_type_variant_get_field_returns_a_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_269_-_bt_ctf_field_type_variant_get_field_returns_a_correct_field_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_26_-_Clock_created_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_270_-_bt_ctf_field_type_variant_get_field_returns_a_correct_field_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_271_-_Add_variant_selector_field_to_complex_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_272_-_Add_`string`_field_to_complex_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_273_-_Add_variant_value_field_to_complex_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_274_-_Add_inner_structure_field_to_complex_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_275_-_Create_an_event_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_276_-_Reject_addition_of_a_field_with_an_empty_name_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_277_-_Reject_addition_of_a_field_with_a_NULL_type_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_278_-_Reject_addition_of_a_type_with_an_illegal_name_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_279_-_Add_field_of_type_unsigned_integer_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_27_-_bt_ctf_clock_get_name_returns_a_clock_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_280_-_Add_field_of_type_signed_integer_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_281_-_Add_composite_structure_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_282_-_bt_ctf_event_class_get_name_returns_a_correct_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_283_-_bt_ctf_event_class_get_id_returns_a_negative_value_when_not_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_284_-_bt_ctf_event_class_set_id_handles_NULL_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_285_-_Set_an_event_class'_id": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_286_-_bt_ctf_event_class_get_id_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_287_-_event_class_has_the_expected_initial_log_level": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_288_-_as_expected,_event_class_has_no_initial_EMF_URI": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_289_-_bt_ctf_event_class_set_log_level_handles_a_NULL_event_class_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_28_-_Returned_clock_name_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_290_-_bt_ctf_event_class_set_log_level_handles_an_unknown_log_level_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_291_-_bt_ctf_event_class_set_log_level_succeeds_with_a_valid_log_level": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_292_-_bt_ctf_event_class_get_log_level_returns_the_expected_log_level": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_293_-_bt_ctf_event_class_set_emf_uri_handles_a_NULL_event_class_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_294_-_bt_ctf_event_class_set_emf_uri_succeeds_with_a_valid_EMF_URI": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_295_-_bt_ctf_event_class_get_emf_uri_returns_the_expected_EMF_URI": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_296_-_bt_ctf_event_class_set_emf_uri_succeeds_with_NULL__to_reset_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_297_-_as_expected,_event_class_has_no_EMF_URI_after_reset": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_298_-_Reject_addition_of_NULL_event_class_to_a_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_299_-_Add_an_event_class_to_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_29_-_bt_ctf_clock_get_description_returns_NULL_on_an_unset_description": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_2_-_bt_ctf_writer_get_trace_correctly_handles_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_300_-_bt_ctf_event_class_get_stream_class_returns_the_correct_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_301_-_bt_ctf_event_class_get_field_by_name_handles_an_invalid_field_name_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_302_-_Instantiate_a_complex_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_303_-_bt_ctf_event_get_class_returns_the_correct_event_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_304_-_Use_bt_ctf_event_get_payload_to_get_a_field_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_305_-_bt_ctf_field_integer_unsigned_get_value_succeeds_after_setting_a_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_306_-_bt_ctf_field_integer_unsigned_get_value_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_307_-_bt_ctf_field_integer_signed_get_value_succeeds_after_setting_a_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_308_-_bt_ctf_field_integer_signed_get_value_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_309_-_bt_ctf_field_string_append_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_30_-_Clock_description_set_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_310_-_bt_ctf_field_string_append_len_succeeds__append_5_characters_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_311_-_bt_ctf_field_string_append_len_succeeds__append_0_characters_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_312_-_bt_ctf_field_string_append_len_succeeds__append_0_characters_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_313_-_bt_ctf_field_string_get_value_returns_a_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_314_-_bt_ctf_field_string_get_value_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_315_-_bt_ctf_field_type_variant_get_field_type_from_tag_returns_the_correct_field_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_316_-_Set_a_sequence_field's_length": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_317_-_Append_a_complex_event_to_a_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_318_-_Flush_a_stream_containing_a_complex_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_319_-_two_event_classes_with_the_same_name_may_cohabit_within_the_same_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_31_-_bt_ctf_clock_get_description_returns_a_description.": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_320_-_two_event_classes_with_the_same_ID_cannot_cohabit_within_the_same_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_321_-_bt_ctf_stream_class_get_trace_returns_NULL_when_stream_class_is_orphaned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_322_-_bt_ctf_stream_class_get_trace_returns_the_correct_trace_after_a_stream_has_been_created": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_323_-_Created_a_stream_class_with_default_attributes_and_an_empty_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_324_-_Get_metadata_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_325_-_Babeltrace_could_read_the_resulting_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_32_-_Returned_clock_description_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_33_-_bt_ctf_clock_get_frequency_returns_the_correct_default_frequency": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_34_-_Set_clock_frequency": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_35_-_bt_ctf_clock_get_frequency_returns_the_correct_frequency_once_it_is_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_36_-_bt_ctf_clock_get_offset_s_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_37_-_bt_ctf_clock_get_offset_s_returns_the_correct_default_offset__in_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_38_-_Set_clock_offset__seconds_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_39_-_bt_ctf_clock_get_offset_s_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_3_-_Cannot_set_a_trace's_byte_order_to_BT_CTF_BYTE_ORDER_NATIVE": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_40_-_bt_ctf_clock_get_offset_s_returns_the_correct_default_offset__in_seconds__once_it_is_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_41_-_bt_ctf_clock_get_offset_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_42_-_bt_ctf_clock_get_offset_returns_the_correct_default_offset__in_ticks_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_43_-_Set_clock_offset": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_44_-_bt_ctf_clock_get_offset_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_45_-_bt_ctf_clock_get_offset_returns_the_correct_default_offset__in_ticks__once_it_is_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_46_-_bt_ctf_clock_get_precision_returns_the_correct_default_precision": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_47_-_Set_clock_precision": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_48_-_bt_ctf_clock_get_precision_returns_the_correct_precision_once_it_is_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_49_-_bt_ctf_clock_get_precision_returns_the_correct_default_is_absolute_attribute": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_4_-_Cannot_set_a_trace's_byte_order_to_BT_CTF_BYTE_ORDER_UNSPECIFIED": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_50_-_Set_clock_absolute_property": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_51_-_bt_ctf_clock_get_precision_returns_the_correct_is_absolute_attribute_once_it_is_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_52_-_Set_clock_time": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_53_-_bt_ctf_clock_get_uuid_returns_a_UUID": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_54_-_bt_ctf_clock_set_uuid_sets_a_new_uuid_successfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_55_-_bt_ctf_clock_get_uuid_returns_a_UUID_after_setting_a_new_one": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_56_-_bt_ctf_clock_get_uuid_returns_the_correct_UUID_after_setting_a_new_one": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_57_-_bt_ctf_stream_class_get_name_returns_a_correct_stream_class_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_58_-_bt_ctf_stream_class_get_clock_returns_NULL_when_a_clock_was_not_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_59_-_bt_ctf_stream_class_get_clock_handles_NULL_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_5_-_bt_ctf_writer_get_trace_returns_a_bt_ctf_trace_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_60_-_Create_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_61_-_Set_a_stream_class'_clock": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_62_-_bt_ctf_stream_class_get_clock_returns_a_correct_clock": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_63_-_Create_an_unsigned_integer_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_64_-_Set_integer_type's_base_as_binary": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_65_-_Set_integer_type's_base_as_decimal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_66_-_Reject_integer_type's_base_set_as_unknown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_67_-_Set_integer_type's_base_as_octal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_68_-_Set_integer_type's_base_as_hexadecimal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_69_-_Reject_unknown_integer_base_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_6_-_Set_a_trace's_byte_order_to_big_endian": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_70_-_Set_integer_type_signedness_to_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_71_-_Set_integer_type_signedness_to_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_72_-_bt_ctf_field_type_integer_get_size_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_73_-_bt_ctf_field_type_integer_get_signed_returns_a_correct_value_for_unsigned_types": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_74_-_bt_ctf_field_type_set_byte_order_handles_NULL_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_75_-_bt_ctf_field_type_set_byte_order_rejects_invalid_values": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_76_-_Set_an_integer's_byte_order_to_little_endian": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_77_-_Set_an_integer's_byte_order_to_big_endian": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_78_-_bt_ctf_field_type_get_byte_order_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_79_-_bt_ctf_field_type_get_type_id_returns_a_correct_value_with_an_integer_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_7_-_bt_ctf_trace_get_native_byte_order_returns_a_correct_endianness": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_80_-_bt_ctf_field_type_integer_get_base_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_81_-_bt_ctf_field_type_integer_set_encoding_handles_NULL_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_82_-_bt_ctf_field_type_integer_set_encoding_handles_invalid_encodings_correctly": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_83_-_Set_integer_type_encoding_to_UTF8": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_84_-_bt_ctf_field_type_integer_get_encoding_returns_a_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_85_-_Set_signedness_of_16_bit_integer_to_true": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_86_-_bt_ctf_field_type_integer_get_signed_returns_a_correct_value_for_signed_types": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_87_-_Create_a_sequence_of_int16_t_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_88_-_bt_ctf_field_type_get_type_id_returns_a_correct_value_with_a_sequence_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_89_-_bt_ctf_field_type_sequence_get_length_field_name_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_8_-_Add_host__testhost__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_90_-_bt_ctf_field_type_sequence_get_element_field_type_returns_the_correct_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_91_-_Create_a_string_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_92_-_Reject_invalid_\"None\"_string_encoding": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_93_-_Reject_invalid_string_encoding": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_94_-_Set_string_encoding_to_ASCII": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_95_-_bt_ctf_field_type_string_get_encoding_returns_the_correct_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_96_-_bt_ctf_field_type_get_type_id_returns_a_correct_value_with_a_structure_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_97_-_Create_a_structure_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_98_-_Add_a_uint8_t_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_99_-_Add_a_sequence_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.ctf-writer/test-ctf-writer.sh_9_-_bt_ctf_writer_add_environment_field_error_with_NULL_writer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_10_-_bt_uuid_from_c_str_-_Parse_invalid_string_'4542ad19-9e4f-4931-8261-2101c3e089ae7',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_11_-_bt_uuid_from_c_str_-_Parse_invalid_string_'XX0123',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_12_-_bt_uuid_to_str_-_Convert_UUID_'3d260c88-75ea-47b8-a7e2-d6077c0378d9'_to_string,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_13_-_bt_uuid_to_str_-_Convert_UUID_'611cf3a6-a68b-4515-834f-208bc2762592'_to_string,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_14_-_bt_uuid_to_str_-_Convert_UUID_'1b4855cc-96de-4ae8-abe3-86449c2a43c4'_to_string,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_15_-_bt_uuid_compare_-_Compare_same_UUID,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_16_-_bt_uuid_compare_-_Compare_different_UUID,_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_17_-_bt_uuid_compare_-_Compare_different_UUID,_expect_uuid1_smaller": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_18_-_bt_uuid_compare_-_Compare_different_UUID,_expect_uuid2_bigger": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_19_-_bt_uuid_copy_-_Compare_copied_UUID_with_source,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_1_-_bt_uuid_from_c_str_-_Parse_valid_string_'3d260c88-75ea-47b8-a7e2-d6077c0378d9',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_20_-_bt_uuid_generate_-_Generated_UUIDs_are_different": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_21_-_bt_uuid_generate_-_bit_6_of_clock_seq_hi_and_reserved_is_set_to_zero": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_22_-_bt_uuid_generate_-_bit_7_of_clock_seq_hi_and_reserved_is_set_to_one": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_23_-_bt_uuid_generate_-_Generated_UUID_version_check": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_2_-_bt_uuid_from_c_str_-_Parse_valid_string_'611cf3a6-a68b-4515-834f-208bc2762592',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_3_-_bt_uuid_from_c_str_-_Parse_valid_string_'1b4855cc-96de-4ae8-abe3-86449c2a43c4',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_4_-_bt_uuid_from_c_str_-_Parse_valid_string_'8ADED5B9-ACD2-439F-A60C-897403AA2AB4',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_5_-_bt_uuid_from_c_str_-_Parse_valid_string_'f109e0a2-C619-4d18-b760-20EA20E0F69A',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_6_-_bt_uuid_from_c_str_-_Parse_invalid_string_'1b485!cc-96de-4XX8-abe3-86449c2a43?4',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_7_-_bt_uuid_from_c_str_-_Parse_invalid_string_'c2e6eddb&3955&4006&be3a&70bb63bd5f25',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_8_-_bt_uuid_from_c_str_-_Parse_invalid_string_'81b1cb88-ff42-45b9-ba4d-964088ee45',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-uuid_9_-_bt_uuid_from_c_str_-_Parse_invalid_string_'2d-6c6d756574-470e-9142-a4e6ad03f143',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_100_-_bt_value_map_insert_bool_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_101_-_bt_value_map_insert_signed_integer_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_102_-_bt_value_map_insert_real_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_103_-_bt_value_map_insert_string_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_104_-_bt_value_map_insert_empty_array_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_105_-_bt_value_map_insert_empty_array_entry___with_returned_value_object_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_106_-_object_returned_by_bt_value_map_insert_empty_array_entry___is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_107_-_object_returned_by_bt_value_map_insert_empty_array_entry___is_an_array_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_108_-_bt_value_map_insert_empty_map_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_109_-_bt_value_map_insert_empty_map_entry___with_returned_value_object_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_10_-_bt_value_bool_create_init___sets_the_appropriate_initial_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_110_-_object_returned_by_bt_value_map_insert_empty_map_entry___is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_111_-_object_returned_by_bt_value_map_insert_empty_map_entry___is_an_array_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_112_-_the_bt_value_map_insert*___functions_increment_the_map_value_object's_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_113_-_map_value_object_does_not_have_key_\"hello\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_114_-_map_value_object_has_key_\"bt_bool\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_115_-_map_value_object_has_key_\"uint\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_116_-_map_value_object_has_key_\"int\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_117_-_map_value_object_has_key_\"real\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_118_-_map_value_object_has_key_\"null\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_119_-_map_value_object_has_key_\"bool2\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_11_-_bt_value_integer_unsigned_create___returns_an_unsigned_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_120_-_map_value_object_has_key_\"int2\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_121_-_map_value_object_has_key_\"real2\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_122_-_map_value_object_has_key_\"string2\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_123_-_map_value_object_has_key_\"array2\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_124_-_map_value_object_has_key_\"array3\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_125_-_map_value_object_has_key_\"map2\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_126_-_map_value_object_has_key_\"map3\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_127_-_bt_value_map_foreach_entry___breaks_the_loop_when_the_user_function_returns_BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_INTERRUPT": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_128_-_bt_value_map_foreach_entry___fails_when_the_user_function_returns_BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_ERROR": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_129_-_bt_value_map_foreach_entry___fails_when_the_user_function_returns_BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_MEMORY_ERROR": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_12_-_default_unsigned_integer_value_object_value_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_130_-_test_map_foreach_cb_check__:_success_getting_\"map2\"_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_131_-_test_map_foreach_cb_check__:_\"map2\"_value_object_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_132_-_test_map_foreach_cb_check__:_success_getting_\"array3\"_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_133_-_test_map_foreach_cb_check__:_\"array3\"_value_object_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_134_-_test_map_foreach_cb_check__:_success_getting_\"null\"_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_135_-_test_map_foreach_cb_check__:_success_getting_\"array2\"_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_136_-_test_map_foreach_cb_check__:_\"array2\"_value_object_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_137_-_test_map_foreach_cb_check__:_\"bt_bool\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_138_-_test_map_foreach_cb_check__:_\"string2\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_139_-_test_map_foreach_cb_check__:_\"real\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_13_-_bt_value_integer_unsigned_bool_set___works": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_140_-_test_map_foreach_cb_check__:_\"real2\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_141_-_test_map_foreach_cb_check__:_\"uint\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_142_-_test_map_foreach_cb_check__:_\"int\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_143_-_test_map_foreach_cb_check__:_\"int2\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_144_-_test_map_foreach_cb_check__:_\"bool2\"_value_object_has_the_right_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_145_-_test_map_foreach_cb_check__:_success_getting_\"map3\"_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_146_-_test_map_foreach_cb_check__:_\"map3\"_value_object_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_147_-_bt_value_map_foreach_entry___succeeds_with_test_map_foreach_cb_check__": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_148_-_bt_value_map_foreach_entry___iterates_over_all_the_map_value_object's_elements": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_149_-_putting_an_existing_map_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_14_-_putting_an_existing_unsigned_integer_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_150_-_null_value_objects_are_equivalent": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_151_-_cannot_compare_null_value_object_and_bt_bool_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_152_-_boolean_value_objects_are_not_equivalent__BT_FALSE_and_BT_TRUE_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_153_-_boolean_value_objects_are_equivalent__BT_FALSE_and_BT_FALSE_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_154_-_cannot_compare_null_value_object_and_unsigned_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_155_-_unsigned_integer_value_objects_are_not_equivalent__10_and_23_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_156_-_unsigned_integer_value_objects_are_equivalent__10_and_10_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_157_-_cannot_compare_null_value_object_and_signed_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_158_-_signed_integer_value_objects_are_not_equivalent__10_and_-23_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_159_-_signed_integer_value_objects_are_equivalent__10_and_10_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_15_-_bt_value_integer_unsigned_create_init___returns_an_unsigned_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_160_-_cannot_compare_null_value_object_and_real_number_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_161_-_real_number_value_objects_are_not_equivalent__17.38_and_-14.23_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_162_-_real_number_value_objects_are_equivalent__17.38_and_17.38_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_163_-_cannot_compare_null_value_object_and_string_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_164_-_string_value_objects_are_not_equivalent__\"hello\"_and_\"bt_value\"_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_165_-_string_value_objects_are_equivalent__\"hello\"_and_\"hello\"_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_166_-_empty_array_value_objects_are_equivalent": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_167_-_cannot_compare_null_value_object_and_array_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_168_-_array_value_objects_are_not_equivalent__[23,_14.2,_BT_FALSE]_and_[14.2,_23,_BT_FALSE]_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_169_-_array_value_objects_are_equivalent__[23,_14.2,_BT_FALSE]_and_[23,_14.2,_BT_FALSE]_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_16_-_bt_value_integer_unsigned_create_init___sets_the_appropriate_initial_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_170_-_empty_map_value_objects_are_equivalent": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_171_-_cannot_compare_null_value_object_and_map_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_172_-_map_value_objects_are_not_equivalent": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_173_-_map_value_objects_are_equivalent": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_174_-_bt_value_copy___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_175_-_bt_value_copy___returns_a_different_pointer__map_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_176_-_bt_value_copy___returns_a_different_pointer__string_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_177_-_bt_value_copy___returns_a_different_pointer__array_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_178_-_bt_value_copy___returns_a_different_pointer__bool_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_179_-_bt_value_copy___returns_a_different_pointer__unsigned_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_17_-_bt_value_integer_signed_create___returns_a_signed_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_180_-_bt_value_copy___returns_a_different_pointer__signed_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_181_-_bt_value_copy___returns_a_different_pointer__real_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_182_-_bt_value_copy___returns_the_same_pointer__null_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_183_-_source_and_destination_value_objects_have_the_same_content": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_184_-_bt_value_map_extend___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_185_-_bt_value_map_extend___returns_a_map_object_with_the_correct_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_186_-_bt_value_map_extend___picks_the_appropriate_element__file_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_187_-_bt_value_map_extend___picks_the_appropriate_element__edit_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_188_-_bt_value_map_extend___picks_the_appropriate_element__selection_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_189_-_bt_value_map_extend___picks_the_appropriate_element__find_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_18_-_default_signed_integer_value_object_value_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_190_-_bt_value_map_extend___picks_the_appropriate_element__project_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_19_-_bt_value_integer_signed_bool_set___works": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_1_-_bt_value_null_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_20_-_putting_an_existing_signed_integer_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_21_-_bt_value_integer_signed_create_init___returns_a_signed_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_22_-_bt_value_integer_signed_create_init___sets_the_appropriate_initial_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_23_-_bt_value_real_create___returns_a_real_number_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_24_-_default_real_number_value_object_value_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_25_-_bt_value_real_set___works": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_26_-_putting_an_existing_real_number_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_27_-_bt_value_real_create_init___returns_a_real_number_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_28_-_bt_value_real_create_init___sets_the_appropriate_initial_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_29_-_bt_value_string_create___returns_a_string_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_2_-_bt_value_null_is_a_null_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_30_-_default_string_value_object_value_is_\"\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_31_-_bt_value_string_get___works": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_32_-_putting_an_existing_string_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_33_-_bt_value_string_create_init___returns_a_string_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_34_-_bt_value_string_create_init___sets_the_appropriate_initial_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_35_-_bt_value_array_create___returns_an_array_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_36_-_initial_array_value_object_size_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_37_-_bt_value_array_append_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_38_-_appending_an_element_to_an_array_value_object_increment_its_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_39_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_type__unsigned_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_3_-_getting_bt_value_null_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_40_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_value__unsigned_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_41_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_type__signed_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_42_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_value__signed_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_43_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_type__real_number_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_44_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_value__real_number_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_45_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_type__boolean_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_46_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_value__boolean_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_47_-_bt_value_array_borrow_element_by_index___returns_an_value_object_with_the_appropriate_type__null_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_48_-_bt_value_array_set_element_by_index___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_49_-_bt_value_array_set_element_by_index___inserts_an_value_object_with_the_appropriate_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_4_-_putting_bt_value_null_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_50_-_bt_value_array_set_element_by_index___inserts_an_value_object_with_the_appropriate_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_51_-_bt_value_array_append_bool_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_52_-_bt_value_array_append_unsigned_integer_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_53_-_bt_value_array_append_signed_integer_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_54_-_bt_value_array_append_real_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_55_-_bt_value_array_append_string_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_56_-_bt_value_array_append_empty_array_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_57_-_bt_value_array_append_empty_array_element___with_returned_value_object_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_58_-_object_returned_by_bt_value_array_append_empty_array_element___is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_59_-_object_returned_by_bt_value_array_append_empty_array_element___is_an_array_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_5_-_bt_value_bool_create___returns_a_boolean_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_60_-_bt_value_array_append_empty_map_element___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_61_-_bt_value_array_append_empty_map_element___with_returned_value_object_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_62_-_object_returned_by_bt_value_array_append_empty_map_element___is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_63_-_object_returned_by_bt_value_array_append_empty_map_element___is_an_array_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_64_-_the_bt_value_array_append_element_*___functions_increment_the_array_value_object's_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_65_-_map_value_object_is_not_empty": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_66_-_bt_value_array_append_bool_element___appends_a_boolean_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_67_-_bt_value_array_append_bool_element___appends_the_appropriate_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_68_-_bt_value_array_append_unsigned_integer_element___appends_an_unsigned_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_69_-_bt_value_array_append_unsigned_integer_element___appends_the_appropriate_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_6_-_default_boolean_value_object_value_is_BT_FALSE": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_70_-_bt_value_array_append_signed_integer_element___appends_a_signed_integer_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_71_-_bt_value_array_append_signed_integer_element___appends_the_appropriate_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_72_-_bt_value_array_append_real_element___appends_a_real_number_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_73_-_bt_value_array_append_real_element___appends_the_appropriate_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_74_-_bt_value_array_append_string_element___appends_a_string_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_75_-_bt_value_array_append_string_element___appends_the_appropriate_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_76_-_bt_value_array_append_empty_array_element___appends_an_array_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_77_-_bt_value_array_append_empty_array_element___an_empty_array_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_78_-_bt_value_array_append_empty_array_element___appends_an_array_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_79_-_bt_value_array_append_empty_array_element___an_empty_array_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_7_-_bt_value_bool_set___works": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_80_-_bt_value_array_append_empty_map_element___appends_a_map_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_81_-_bt_value_array_append_empty_map_element___an_empty_map_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_82_-_bt_value_array_append_empty_map_element___appends_a_map_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_83_-_bt_value_array_append_empty_map_element___an_empty_map_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_84_-_putting_an_existing_array_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_85_-_bt_value_map_create___returns_a_map_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_86_-_initial_map_value_object_size_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_87_-_bt_value_map_insert_entry___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_88_-_inserting_an_element_into_a_map_value_object_increment_its_size": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_89_-_bt_value_map_insert_entry___accepts_an_existing_key": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_8_-_putting_an_existing_boolean_value_object_does_not_cause_a_crash": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_90_-_bt_value_map_borrow_entry_value___returns_NULL_with_an_non_existing_key": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_91_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_type__real_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_92_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_value__real_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_93_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_type__unsigned_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_94_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_value__unsigned_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_95_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_type__signed_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_96_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_value__signed_integer_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_97_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_type__null_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_98_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_type__boolean_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_99_-_bt_value_map_borrow_entry_value___returns_an_value_object_with_the_appropriate_value__boolean_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-bt-values_9_-_bt_value_bool_create_init___returns_a_boolean_value_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-fields.sh_1_-_string_field_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-fields.sh_2_-_string_field_length_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_10_-_got_the_expected_graph's_port_added_event__for_source,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_11_-_got_the_expected_graph's_port_added_event__for_sink,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_12_-_got_the_expected_source's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_13_-_bt_graph_connect_ports___returns_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_14_-_returned_connection_is_still_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_15_-_we_have_the_expected_number_of_events": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_16_-_got_the_expected_graph's_port_added_event__for_source,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_17_-_got_the_expected_graph's_port_added_event__for_sink,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_18_-_got_the_expected_source's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_19_-_got_the_expected_sink's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_1_-_empty_graph_generates_no_events": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_20_-_we_have_the_expected_number_of_events": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_21_-_got_the_expected_graph's_port_added_event__for_source,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_22_-_got_the_expected_graph's_port_added_event__for_sink,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_23_-_got_the_expected_source's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_24_-_got_the_expected_graph's_port_added_event__for_source_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_25_-_got_the_expected_sink's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_26_-_event_order_is_good": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_2_-_we_have_the_expected_number_of_events": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_3_-_got_the_expected_graph's_port_added_event__for_source,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_4_-_got_the_expected_graph's_port_added_event__for_sink,_initial_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_5_-_got_the_expected_source's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_6_-_got_the_expected_sink's_port_connected_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_7_-_bt_graph_connect_ports___returns_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_8_-_returned_connection_is_still_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-graph-topo_9_-_we_have_the_expected_number_of_events": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_10_-_MIP_version_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_11_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_12_-_MIP_version_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_13_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_1_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_2_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_3_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_4_-_MIP_version_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_5_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_6_-_MIP_version_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_7_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_8_-_MIP_version_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-mip_9_-_status_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_10_-_bt_plugin_get_source_component_class_count___returns_the_expected_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_11_-_bt_plugin_get_filter_component_class_count___returns_the_expected_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_12_-_bt_plugin_get_sink_component_class_count___returns_the_expected_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_13_-_plugin's_finalize_function_is_not_yet_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_14_-_plugin's_finalize_function_is_called_when_the_plugin_is_destroyed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_15_-_bt_plugin_get_version___succeeds_when_there's_a_version": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_16_-_bt_plugin_get_version___returns_the_expected_major_version": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_17_-_bt_plugin_get_version___returns_the_expected_minor_version": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_18_-_bt_plugin_get_version___returns_the_expected_patch_version": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_19_-_bt_plugin_get_version___returns_the_expected_extra_version": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_1_-_bt_plugin_find_all_from_file___returns_a_plugin_set": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_20_-_bt_plugin_get_source_component_class_count___returns_the_expected_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_21_-_bt_plugin_get_filter_component_class_count___returns_the_expected_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_22_-_bt_plugin_get_sink_component_class_count___returns_the_expected_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_23_-_bt_plugin_borrow_source_component_class_by_name_const___finds_a_source_component_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_24_-_bt_plugin_borrow_sink_component_class_by_name_const___finds_a_sink_component_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_25_-_bt_component_class_get_help___returns_the_expected_help_text": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_26_-_bt_plugin_borrow_filter_component_class_by_name_const___finds_a_filter_component_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_27_-_bt_query_executor_query___succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_28_-_bt_component_class_query___receives_the_expected_object_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_29_-_bt_component_class_query___receives_the_expected_parameters": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_2_-_plugin's_initialization_function_is_called_during_bt_plugin_find_all_from_file__": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_30_-_bt_graph_add_sink_component___still_works_after_the_plugin_object_is_destroyed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_31_-_bt_plugin_find_all_from_dir___fails_with_an_invalid_path": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_32_-_bt_plugin_find_all_from_dir___returns_a_plugin_set_with_a_valid_path": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_33_-_bt_plugin_find_all_from_dir___returns_the_expected_number_of_plugin_objects": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_34_-_bt_plugin_find___returns_BT_PLUGIN_STATUS_NOT_FOUND_with_an_unknown_plugin_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_35_-_bt_plugin_find___returns_a_plugin_object": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_36_-_bt_plugin_find___finds_the_correct_plugin_for_a_given_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_3_-_bt_plugin_find_all_from_file___returns_the_expected_number_of_plugins": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_4_-_bt_plugin_get_name___returns_the_expected_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_5_-_bt_plugin_get_description___returns_the_expected_description": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_6_-_bt_plugin_get_version___fails_when_there's_no_version": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_7_-_bt_plugin_get_author___returns_the_expected_author": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_8_-_bt_plugin_get_license___returns_the_expected_license": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-plugins.sh_9_-_bt_plugin_get_path___returns_the_expected_path": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_10_-_remove_trace_class_listener_1_from_3": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_11_-_remove_trace_class_listener_5_from_4": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_12_-_trace_class_destruction_listener_1_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_13_-_trace_class_destruction_listener_2_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_14_-_trace_class_destruction_listener_3_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_15_-_trace_class_destruction_listener_4_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_16_-_trace_class_destruction_listener_5_not_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_1_-_remove_trace_listener_2_from_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_2_-_remove_trace_listener_1_from_3": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_3_-_remove_trace_listener_5_from_4": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_4_-_trace_destruction_listener_1_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_5_-_trace_destruction_listener_2_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_6_-_trace_destruction_listener_3_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_7_-_trace_destruction_listener_4_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_8_-_trace_destruction_listener_5_not_called": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-remove-destruction-listener-in-destruction-listener_9_-_remove_trace_class_listener_2_from_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_10_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_11_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_12_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_13_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_14_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_-1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_15_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_16_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_17_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_18_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_19_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_1_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_20_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_21_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_-12_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_22_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_23_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_24_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_25_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_26_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_27_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_28_-_Message_iterator_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_29_-_Data_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_2_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_30_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_31_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_32_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_33_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_34_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_35_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_36_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_37_-_Message_iterator_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_38_-_Data_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_39_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_-1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_3_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_40_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_41_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_42_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_43_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_44_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_45_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_46_-_Message_iterator_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_47_-_Data_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_48_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_-12_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_49_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_4_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_50_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_51_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_52_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_53_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_54_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_55_-_Message_iterator_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_56_-_Data_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_57_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_11_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_58_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_59_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_5_-_Message_iterator_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_60_-_Simple_sink_component_has_an_input_port_named_\"in\"": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_61_-_Simple_sink_component's_\"in\"_port_is_connectable": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_62_-_Message_iterator_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_63_-_Data_is_not_NULL_in_initialization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_64_-_Message_iterator_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_65_-_Data_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_66_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_67_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_68_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_6_-_Data_is_not_NULL_in_consume_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_7_-_Graph_\"run_once\"_status_is_the_expected_one__status_code:_0_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_8_-_Current_thread_error_is_set_if_bt_graph_run_once_returned_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-simple-sink_9_-_Data_is_not_NULL_in_finalization_function": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_10_-_TC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_11_-_User_A_acquires_SC2_from_TC1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_12_-_TC1_reference_count_is_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_13_-_SC2_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_14_-_User_A_acquires_EC3_from_SC2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_15_-_TC1_reference_count_is_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_16_-_SC2_reference_count_is_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_17_-_EC3_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_18_-_TC1_reference_count_is_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_19_-_SC2_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_1_-_Borrow_parent_stream_SC1_from_EC1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_20_-_EC3_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_21_-_TC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_22_-_SC2_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_23_-_EC3_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_24_-_TC1_reference_count_is_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_25_-_SC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_26_-_EC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_27_-_SC1_reference_count_is_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_28_-_EC3_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_29_-_SC2_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_2_-_Borrow_parent_stream_SC1_from_EC2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_30_-_TC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_31_-_SC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_32_-_TC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_33_-_SC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_34_-_SC2_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_35_-_EC1_reference_count_is_1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_36_-_EC2_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_37_-_EC3_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_3_-_Borrow_parent_stream_SC2_from_EC3": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_4_-_Initialize_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_5_-_Initial_SC1_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_6_-_Initial_SC2_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_7_-_Initial_EC1_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_8_-_Initial_EC2_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.lib/test-trace-ir-ref_9_-_Initial_EC3_reference_count_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_10_-_map_entry_with_unexpected_type:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_11_-_map_entry_with_unexpected_type:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_12_-_valid_array:_validation_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_13_-_valid_array:_error_string_is_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_14_-_valid_empty_array:_validation_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_15_-_valid_empty_array:_error_string_is_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_16_-_array_too_small:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_17_-_array_too_small:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_18_-_array_too_small:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_19_-_array_too_large:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_1_-_valid_map:_validation_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_20_-_array_too_large:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_21_-_array_too_large:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_22_-_array_with_invalid_element_type:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_23_-_array_with_invalid_element_type:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_24_-_array_with_invalid_element_type:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_25_-_valid_string_without_choices:_validation_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_26_-_valid_string_without_choices:_error_string_is_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_27_-_valid_string_with_choices:_validation_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_28_-_valid_string_with_choices:_error_string_is_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_29_-_string_with_invalid_choice:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_2_-_valid_map:_error_string_is_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_30_-_string_with_invalid_choice:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_31_-_string_with_invalid_choice:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_32_-_type_of_value_passed_to_custom_function_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_33_-_value_passed_to_custom_function_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_34_-_custom_validation_function_with_valid_value:_validation_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_35_-_custom_validation_function_with_valid_value:_error_string_is_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_36_-_custom_validation_function_with_invalid_value:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_37_-_custom_validation_function_with_invalid_value:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_38_-_custom_validation_function_with_invalid_value:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_39_-_error_nested_in_maps_and_arrays:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_3_-_missing_key_in_map:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_40_-_error_nested_in_maps_and_arrays:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_41_-_error_nested_in_maps_and_arrays:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_4_-_missing_key_in_map:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_5_-_missing_key_in_map:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_6_-_unexpected_key_in_map:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_7_-_unexpected_key_in_map:_error_string_is_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_8_-_unexpected_key_in_map:_error_string_contains_expected_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.param-validation/test-param-validation_9_-_map_entry_with_unexpected_type:_validation_fails": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_100_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_101_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_102_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_103_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_104_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_105_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_106_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_107_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_108_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_109_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_10_-_clock_classes_with_Unix_epoch_origins__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_110_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_111_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_112_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_113_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_114_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_115_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_116_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_117_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_118_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_119_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_11_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__stream_beginning/end,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_120_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_121_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_122_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_123_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_124_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_a_Unix_epoch_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_125_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_126_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_127_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_128_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_129_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_12_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_130_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_131_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_132_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_133_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_134_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_135_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_136_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_137_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_138_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_139_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_13_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_140_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_141_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_142_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_143_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_144_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_145_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_146_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_147_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_148_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_no_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_149_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_14_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_150_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_151_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_152_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_153_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_154_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_155_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_156_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_157_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_158_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_159_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_15_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_160_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_161_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_162_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_163_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_164_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_165_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_166_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_167_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_168_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_169_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_16_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_170_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_171_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_172_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_clock_class_with_an_unknown_origin_and_another_UUID__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_173_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_174_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_175_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_176_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_177_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_178_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_179_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_17_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_180_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_181_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_182_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_183_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_184_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_185_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_186_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_187_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_188_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_189_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_18_-_clock_classes_with_unknown_origins,_with_equal_UUIDs__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_190_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_191_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_192_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_193_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_194_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_195_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_196_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_197_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_198_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_199_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_19_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_1_-_no_clock_classes__stream_beginning/end,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_200_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_201_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_202_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_203_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_204_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_205_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_206_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_207_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_208_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_209_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_20_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_210_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_211_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_212_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_213_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_214_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_215_-_clock_class_a_known_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_216_-_clock_class_a_known_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_217_-_clock_class_a_known_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_218_-_clock_class_a_known_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_219_-_clock_class_a_known_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_21_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_220_-_clock_class_a_known_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_221_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_222_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_223_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_224_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_225_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_226_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_227_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_228_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_229_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_22_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_230_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_231_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_232_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_233_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_234_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_235_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_236_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_237_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_238_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_239_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_23_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_240_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_241_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_242_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_243_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_244_-_clock_class_with_a_known_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_245_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_246_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_247_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_248_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_249_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_24_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_250_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_251_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_252_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_253_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_254_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_255_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_256_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_257_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_258_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_259_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_25_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_260_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_261_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_262_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_263_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_264_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_265_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_266_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_267_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_268_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_269_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_26_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_270_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_271_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_272_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_273_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_274_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_a_known_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_275_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_276_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_277_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_278_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_279_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_27_-_no_clock_classes__stream_beginning/end,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_280_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_281_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_282_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_283_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_284_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_285_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_286_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_287_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_288_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_289_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_28_-_no_clock_classes__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_290_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_291_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_292_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_293_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_294_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_295_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_296_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_297_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_298_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_no_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_299_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_29_-_clock_classes_with_known_origins__stream_beginning/end,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_2_-_no_clock_classes__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_300_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_301_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_302_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_303_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_304_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_305_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_306_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_307_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_308_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_309_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_30_-_clock_classes_with_known_origins__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_310_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_311_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_312_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_313_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_314_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_315_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_316_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_317_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_318_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_319_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_31_-_clock_classes_with_known_origins__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_320_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_321_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_322_-_clock_class_with_an_unknown_origin_and_an_identity_followed_by_clock_class_with_an_unknown_origin_and_another_identity__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_323_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_324_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_325_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_326_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_327_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_328_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_329_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_32_-_clock_classes_with_known_origins__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_330_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_331_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_332_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_333_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_334_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_335_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_336_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_337_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_338_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_339_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_33_-_clock_classes_with_known_origins__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_340_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_341_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_342_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_343_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_344_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_345_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_346_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_347_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_348_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_349_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_34_-_clock_classes_with_known_origins__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_350_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_351_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_352_-_clock_class_with_an_unknown_origin_and_no_UUID/identity_followed_by_different_clock_class__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_35_-_clock_classes_with_known_origins__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_36_-_clock_classes_with_known_origins__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_37_-_clock_classes_with_unknown_origins,_with_equal_identities__stream_beginning/end,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_38_-_clock_classes_with_unknown_origins,_with_equal_identities__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_39_-_clock_classes_with_unknown_origins,_with_equal_identities__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_3_-_clock_classes_with_Unix_epoch_origins__stream_beginning/end,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_40_-_clock_classes_with_unknown_origins,_with_equal_identities__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_41_-_clock_classes_with_unknown_origins,_with_equal_identities__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_42_-_clock_classes_with_unknown_origins,_with_equal_identities__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_43_-_clock_classes_with_unknown_origins,_with_equal_identities__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_44_-_clock_classes_with_unknown_origins,_with_equal_identities__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_45_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_46_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_47_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_48_-_clock_classes_with_unknown_origins,_unknown_identities__stream_beginning/end,_message_iterator_inactivity,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_49_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_4_-_clock_classes_with_Unix_epoch_origins__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_50_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_stream_beginning/end,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_51_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_52_-_clock_classes_with_unknown_origins,_unknown_identities__message_iterator_inactivity,_message_iterator_inactivity,_MIP_1__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_53_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_54_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_55_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_56_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_57_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_58_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_59_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_5_-_clock_classes_with_Unix_epoch_origins__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_60_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_61_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_62_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_63_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_64_-_no_clock_class_followed_by_clock_class__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_65_-_clock_class_with_a_Unix_epoch_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_66_-_clock_class_with_a_Unix_epoch_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_67_-_clock_class_with_a_Unix_epoch_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_68_-_clock_class_with_a_Unix_epoch_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_69_-_clock_class_with_a_Unix_epoch_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_6_-_clock_classes_with_Unix_epoch_origins__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_70_-_clock_class_with_a_Unix_epoch_origin_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_71_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_72_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_73_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_74_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_75_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_76_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_77_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_78_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_79_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_7_-_clock_classes_with_Unix_epoch_origins__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_80_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_81_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_82_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__stream_beginning/end,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_83_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_84_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_85_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_86_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_87_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_88_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_89_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_8_-_clock_classes_with_Unix_epoch_origins__message_iterator_inactivity,_stream_beginning/end,_MIP_0__-_current_thread_has_no_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_90_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_91_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_92_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_93_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_94_-_clock_class_with_a_Unix_epoch_origin_followed_by_clock_class_with_an_unknown_origin__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_causes's_component_name_is_`the-muxer`": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_95_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_96_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_current_thread_has_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_97_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_error_has_at_least_one_cause": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_98_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_message_is_expected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_99_-_clock_class_with_an_unknown_origin_and_a_UUID_followed_by_no_clock_class__stream_beginning/end,_stream_beginning/end,_MIP_0__-_cause's_actor_type_is_message_iterator": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/flt.utils.muxer/test-clock-compatibility.sh_9_-_clock_classes_with_Unix_epoch_origins__message_iterator_inactivity,_message_iterator_inactivity,_MIP_0__-_no_`bt2::Error`_thrown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_10_-_Converted_trace_'meta-variant-no-underscore'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_11_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'meta-variant-one-underscore'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_12_-_Converted_trace_'meta-variant-one-underscore'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_13_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'meta-variant-reserved-keywords'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_14_-_Converted_trace_'meta-variant-reserved-keywords'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_15_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'meta-variant-same-with-underscore'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_16_-_Converted_trace_'meta-variant-same-with-underscore'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_17_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'meta-variant-two-underscores'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_18_-_Converted_trace_'meta-variant-two-underscores'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_1_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'float'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_2_-_Converted_trace_'float'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_3_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'double'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_4_-_Converted_trace_'double'_gives_the_expected_output__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_5_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'float'__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_6_-_Converted_trace_'float'_gives_the_expected_output__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_7_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'double'__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_8_-_Converted_trace_'double'_gives_the_expected_output__CTF_2_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.ctf.fs/succeed/test-succeed.sh_9_-_'sink.ctf.fs'_component_succeeds_with_input_trace_'meta-variant-no-underscore'__CTF_1_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_10_-_CTF_1:_MIP_0:_'default-compact-without-time'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_11_-_CTF_1:_MIP_1:_'default-compact-without-time'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_12_-_CTF_2:_MIP_1:_'default-compact-without-time'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_13_-_CTF_1:_MIP_0:_'default-without-data'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_14_-_CTF_1:_MIP_1:_'default-without-data'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_15_-_CTF_2:_MIP_1:_'default-without-data'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_16_-_CTF_1:_MIP_0:_'default-without-data-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_17_-_CTF_1:_MIP_1:_'default-without-data-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_18_-_CTF_2:_MIP_1:_'default-without-data-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_19_-_CTF_1:_MIP_0:_'default-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_1_-_CTF_1:_MIP_0:_'default'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_20_-_CTF_1:_MIP_1:_'default-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_21_-_CTF_2:_MIP_1:_'default-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_22_-_CTF_1:_MIP_0:_'default-without-names'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_23_-_CTF_1:_MIP_1:_'default-without-names'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_24_-_CTF_2:_MIP_1:_'default-without-names'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_25_-_CTF_1:_MIP_0:_'default-without-time'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_26_-_CTF_1:_MIP_1:_'default-without-time'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_27_-_CTF_2:_MIP_1:_'default-without-time'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_28_-_CTF_1:_MIP_0:_'default-without-trace-name'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_29_-_CTF_1:_MIP_1:_'default-without-trace-name'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_2_-_CTF_1:_MIP_1:_'default'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_30_-_CTF_2:_MIP_1:_'default-without-trace-name'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_31_-_CTF_1:_MIP_0:_'default-without-uuid'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_32_-_CTF_1:_MIP_1:_'default-without-uuid'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_33_-_CTF_2:_MIP_1:_'default-without-uuid'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_34_-_CTF_1:_MIP_0:_'no-packet-context'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_35_-_CTF_1:_MIP_1:_'no-packet-context'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_36_-_CTF_2:_MIP_1:_'no-packet-context'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_3_-_CTF_2:_MIP_1:_'default'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_4_-_CTF_1:_MIP_0:_'default-compact'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_5_-_CTF_1:_MIP_1:_'default-compact'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_6_-_CTF_2:_MIP_1:_'default-compact'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_7_-_CTF_1:_MIP_0:_'default-compact-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_8_-_CTF_1:_MIP_1:_'default-compact-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.details/succeed/test-succeed.sh_9_-_CTF_2:_MIP_1:_'default-compact-without-metadata'_test_has_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/sink.text.pretty/test-pretty.sh_1_-_show_basic_bit_array_fields_with_flags": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_10_-_Trace_valid-events-then-invalid-events/trace:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_11_-_Trace_valid-events-then-invalid-events/trace:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_12_-_Trace_valid-events-then-invalid-events/trace:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_13_-_Trace_valid-events-then-invalid-events/trace:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_14_-_Trace_valid-events-then-invalid-events/trace:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_15_-_Trace_valid-events-then-invalid-events/trace:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_16_-_Trace_valid-events-then-invalid-events/trace:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_17_-_Trace_metadata-syntax-error:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_18_-_Trace_metadata-syntax-error:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_19_-_Trace_metadata-syntax-error:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_1_-_Trace_invalid-packet-size/trace:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_20_-_Trace_metadata-syntax-error:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_21_-_Trace_metadata-syntax-error:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_22_-_Trace_metadata-syntax-error:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_23_-_Trace_metadata-syntax-error:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_24_-_Trace_metadata-syntax-error:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_25_-_Trace_invalid-sequence-length-field-class:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_26_-_Trace_invalid-sequence-length-field-class:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_27_-_Trace_invalid-sequence-length-field-class:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_28_-_Trace_invalid-sequence-length-field-class:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_29_-_Trace_invalid-sequence-length-field-class:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_2_-_Trace_invalid-packet-size/trace:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_30_-_Trace_invalid-sequence-length-field-class:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_31_-_Trace_invalid-sequence-length-field-class:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_32_-_Trace_invalid-sequence-length-field-class:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_33_-_Trace_invalid-variant-selector-field-class:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_34_-_Trace_invalid-variant-selector-field-class:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_35_-_Trace_invalid-variant-selector-field-class:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_36_-_Trace_invalid-variant-selector-field-class:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_37_-_Trace_invalid-variant-selector-field-class:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_38_-_Trace_invalid-variant-selector-field-class:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_39_-_Trace_invalid-variant-selector-field-class:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_3_-_Trace_invalid-packet-size/trace:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_40_-_Trace_invalid-variant-selector-field-class:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_41_-_Trace_incomplete-packet-header:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_42_-_Trace_incomplete-packet-header:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_43_-_Trace_incomplete-packet-header:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_44_-_Trace_incomplete-packet-header:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_45_-_Trace_incomplete-packet-header:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_46_-_Trace_incomplete-packet-header:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_47_-_Trace_incomplete-packet-header:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_48_-_Trace_incomplete-packet-header:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_49_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_4_-_Trace_invalid-packet-size/trace:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_50_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_51_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_52_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_53_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_54_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_55_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_56_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_57_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_58_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_59_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_5_-_Trace_invalid-packet-size/trace:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_60_-_Trace_meta-no-trace-cls-no-stream-cls:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_61_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_62_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_63_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_64_-_Trace_meta-no-trace-cls-no-stream-cls:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_65_-_Trace_empty-event-record:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_66_-_Trace_empty-event-record:_method_autodisc:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_67_-_Trace_empty-event-record:_method_autodisc:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_68_-_Trace_empty-event-record:_method_autodisc:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_69_-_Trace_empty-event-record:_method_component:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_6_-_Trace_invalid-packet-size/trace:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_70_-_Trace_empty-event-record:_method_component:_babeltrace_produces_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_71_-_Trace_empty-event-record:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_72_-_Trace_empty-event-record:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_7_-_Trace_invalid-packet-size/trace:_method_component:_babeltrace_produces_an_error_stack": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_8_-_Trace_invalid-packet-size/trace:_method_component:_babeltrace_produces_the_expected_error_message": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/fail/test-fail.sh_9_-_Trace_valid-events-then-invalid-events/trace:_method_autodisc:_babeltrace_exits_with_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_10_-_CTF_2:_MIP_1:_Trace_'smalltrace'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_11_-_CTF_1:_MIP_0:_Trace_'2packets'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_12_-_CTF_1:_MIP_1:_Trace_'2packets'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_13_-_CTF_2:_MIP_1:_Trace_'2packets'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_14_-_CTF_1:_MIP_0:_Trace_'barectf-event-before-packet'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_15_-_CTF_1:_MIP_1:_Trace_'barectf-event-before-packet'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_16_-_CTF_2:_MIP_1:_Trace_'barectf-event-before-packet'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_17_-_CTF_1:_MIP_0:_Trace_'session-rotation'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_18_-_CTF_1:_MIP_1:_Trace_'session-rotation'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_19_-_CTF_2:_MIP_1:_Trace_'session-rotation'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_1_-_CTF_1:_MIP_0:_Trace_'2packets'_and_'barectf-event-before-packet'_give_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_20_-_CTF_1:_MIP_0:_Trace_'lttng-tracefile-rotation'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_21_-_CTF_1:_MIP_1:_Trace_'lttng-tracefile-rotation'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_22_-_CTF_2:_MIP_1:_Trace_'lttng-tracefile-rotation'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_23_-_CTF_1:_MIP_0:_Trace_'array-align-elem'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_24_-_CTF_1:_MIP_1:_Trace_'array-align-elem'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_25_-_CTF_2:_MIP_1:_Trace_'array-align-elem'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_26_-_CTF_1:_MIP_0:_Trace_'struct-array-align-elem'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_27_-_CTF_1:_MIP_1:_Trace_'struct-array-align-elem'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_28_-_CTF_2:_MIP_1:_Trace_'struct-array-align-elem'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_29_-_CTF_1:_MIP_0:_Trace_'meta-ctx-sequence'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_2_-_CTF_1:_MIP_0:_Trace_'2packets'_and_'barectf-event-before-packet'_give_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_30_-_CTF_1:_MIP_1:_Trace_'meta-ctx-sequence'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_31_-_CTF_2:_MIP_1:_Trace_'meta-ctx-sequence'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_32_-_CTF_2:_MIP_1:_Trace_'meta-clk-cls-before-trace-cls'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_33_-_CTF_1:_MIP_0:_Trace_'def-clk-freq'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_34_-_CTF_1:_MIP_1:_Trace_'def-clk-freq'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_35_-_CTF_1:_Trace_'lttng-event-after-packet'_gives_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_36_-_CTF_1:_Trace_'lttng-event-after-packet'_gives_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_37_-_CTF_1:_Trace_'lttng-event-after-packet'_gives_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_38_-_CTF_1:_Trace_'lttng-event-after-packet'_gives_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_39_-_CTF_2:_Trace_'lttng-event-after-packet'_gives_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_3_-_CTF_1:_MIP_1:_Trace_'2packets'_and_'barectf-event-before-packet'_give_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_40_-_CTF_2:_Trace_'lttng-event-after-packet'_gives_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_41_-_CTF_1:_Trace_'lttng-crash'_gives_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_42_-_CTF_1:_Trace_'lttng-crash'_gives_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_43_-_CTF_1:_Trace_'lttng-crash'_gives_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_44_-_CTF_1:_Trace_'lttng-crash'_gives_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_45_-_CTF_2:_Trace_'lttng-crash'_gives_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_46_-_CTF_2:_Trace_'lttng-crash'_gives_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_47_-_Trace_'clock-offset-goes-back-in-time'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_4_-_CTF_1:_MIP_1:_Trace_'2packets'_and_'barectf-event-before-packet'_give_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_5_-_CTF_2:_MIP_1:_Trace_'2packets'_and_'barectf-event-before-packet'_give_the_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_6_-_CTF_2:_MIP_1:_Trace_'2packets'_and_'barectf-event-before-packet'_give_the_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_7_-_Generated_trace_'simple'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_8_-_CTF_1:_MIP_0:_Trace_'smalltrace'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/succeed/test-succeed.sh_9_-_CTF_1:_MIP_1:_Trace_'smalltrace'_gives_the_expected_output": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_10_-_cb:_expected_output_is_produced": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_1_-_ab:_exit_status_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_2_-_ab:_error_stack_is_produced": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_3_-_ab:_expected_error_message_is_present": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_4_-_ba:_exit_status_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_5_-_ba:_error_stack_is_produced": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_6_-_ba:_expected_error_message_is_present": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_7_-_bc:_exit_status_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_8_-_bc:_expected_output_is_produced": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.fs/test-deterministic-ordering.sh_9_-_cb:_exit_status_is_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_10_-_CLI_attach_and_fetch_from_multi-domains_session_-_discarded_events_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_11_-_CLI_attach_and_fetch_from_multi-domains_session_-_discarded_events__v2.15_protocol__-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_12_-_CLI_attach_and_fetch_from_multi-domains_session_-_discarded_events__v2.15_protocol__-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_13_-_CLI_many_requests_per_packet_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_14_-_CLI_many_requests_per_packet_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_15_-_CLI_src.ctf.fs_vs_src.ctf.lttng-live_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_16_-_CLI_src.ctf.fs_vs_src.ctf.lttng-live_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_17_-_CLI_src.ctf.fs_vs_src.ctf.lttng-live_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_18_-_CLI_src.ctf.fs_vs_src.ctf.lttng-live_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_19_-_CLI_attach_and_fetch_from_single-domains_session_-_inactivity_discarded_packet_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_1_-_CLI_prints_the_expected_session_list_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_20_-_CLI_attach_and_fetch_from_single-domains_session_-_inactivity_discarded_packet_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_21_-_CLI_attach_and_fetch_from_single-domain_session_-_Receive_metadata_in_two_sections_separated_by_a_empty_section_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_22_-_CLI_attach_and_fetch_from_single-domain_session_-_Receive_metadata_in_two_sections_separated_by_a_empty_section_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_23_-_split_metadata_requiring_additional_stored_values_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_24_-_split_metadata_requiring_additional_stored_values_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_25_-_new_stream_announced_while_an_existing_stream_is_inactive_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_26_-_new_stream_announced_while_an_existing_stream_is_inactive_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_27_-_invalid_metadata_sent_by_the_relay_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_28_-_invalid_metadata_sent_by_the_relay_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_2_-_CLI_prints_the_expected_session_list_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_3_-_CLI_prints_the_expected_session_list__v2.15_protocol__-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_4_-_CLI_prints_the_expected_session_list__v2.15_protocol__-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_5_-_CLI_attach_and_fetch_from_single-domains_session_-_no_discarded_events_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_6_-_CLI_attach_and_fetch_from_single-domains_session_-_no_discarded_events_-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_7_-_CLI_attach_and_fetch_from_single-domains_session_-_no_discarded_events__v2.15_protocol__-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_8_-_CLI_attach_and_fetch_from_single-domains_session_-_no_discarded_events__v2.15_protocol__-_stderr": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace2.plugins/src.ctf.lttng-live/test-live.sh_9_-_CLI_attach_and_fetch_from_multi-domains_session_-_discarded_events_-_stdout": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:41\nBEGIN: /usr/lib/babeltrace2/ptest\nPASS: cli/convert/test-convert-args.sh 1 - path non-option arg: success exit status\nPASS: cli/convert/test-convert-args.sh 2 - path non-option arg: run arguments\nPASS: cli/convert/test-convert-args.sh 3 - path non-option args: success exit status\nPASS: cli/convert/test-convert-args.sh 4 - path non-option args: run arguments\nPASS: cli/convert/test-convert-args.sh 5 - path non-option arg + named user source with --params: success exit status\nPASS: cli/convert/test-convert-args.sh 6 - path non-option arg + named user source with --params: run arguments\nPASS: cli/convert/test-convert-args.sh 7 - unnamed user source: success exit status\nPASS: cli/convert/test-convert-args.sh 8 - unnamed user source: run arguments\nPASS: cli/convert/test-convert-args.sh 9 - path non-option arg + user source named `auto-disc-source-ctf-fs`: success exit status\nPASS: cli/convert/test-convert-args.sh 10 - path non-option arg + user source named `auto-disc-source-ctf-fs`: run arguments\nPASS: cli/convert/test-convert-args.sh 11 - path non-option arg + user sink named `pretty`: success exit status\nPASS: cli/convert/test-convert-args.sh 12 - path non-option arg + user sink named `pretty`: run arguments\nPASS: cli/convert/test-convert-args.sh 13 - path non-option arg + user filter named `muxer`: success exit status\nPASS: cli/convert/test-convert-args.sh 14 - path non-option arg + user filter named `muxer`: run arguments\nPASS: cli/convert/test-convert-args.sh 15 - path non-option arg + --begin + user filter named `trimmer`: success exit status\nPASS: cli/convert/test-convert-args.sh 16 - path non-option arg + --begin + user filter named `trimmer`: run arguments\nPASS: cli/convert/test-convert-args.sh 17 - path non-option arg + --begin: success exit status\nPASS: cli/convert/test-convert-args.sh 18 - path non-option arg + --begin: run arguments\nPASS: cli/convert/test-convert-args.sh 19 - path non-option arg + --begin --end: success exit status\nPASS: cli/convert/test-convert-args.sh 20 - path non-option arg + --begin --end: run arguments\nPASS: cli/convert/test-convert-args.sh 21 - path non-option arg + --timerange: success exit status\nPASS: cli/convert/test-convert-args.sh 22 - path non-option arg + --timerange: run arguments\nPASS: cli/convert/test-convert-args.sh 23 - path non-option arg + --clock-cycles: success exit status\nPASS: cli/convert/test-convert-args.sh 24 - path non-option arg + --clock-cycles: run arguments\nPASS: cli/convert/test-convert-args.sh 25 - path non-option arg + --clock-date: success exit status\nPASS: cli/convert/test-convert-args.sh 26 - path non-option arg + --clock-date: run arguments\nPASS: cli/convert/test-convert-args.sh 27 - path non-option arg + --clock-force-correlate: success exit status\nPASS: cli/convert/test-convert-args.sh 28 - path non-option arg + --clock-force-correlate: run arguments\nPASS: cli/convert/test-convert-args.sh 29 - path non-option arg + --clock-gmt: success exit status\nPASS: cli/convert/test-convert-args.sh 30 - path non-option arg + --clock-gmt: run arguments\nPASS: cli/convert/test-convert-args.sh 31 - path non-option arg + --clock-offset: success exit status\nPASS: cli/convert/test-convert-args.sh 32 - path non-option arg + --clock-offset: run arguments\nPASS: cli/convert/test-convert-args.sh 33 - path non-option arg + --clock-offset-ns: success exit status\nPASS: cli/convert/test-convert-args.sh 34 - path non-option arg + --clock-offset-ns: run arguments\nPASS: cli/convert/test-convert-args.sh 35 - path non-option arg + --clock-seconds: success exit status\nPASS: cli/convert/test-convert-args.sh 36 - path non-option arg + --clock-seconds: run arguments\nPASS: cli/convert/test-convert-args.sh 37 - path non-option arg + --color: success exit status\nPASS: cli/convert/test-convert-args.sh 38 - path non-option arg + --color: run arguments\nPASS: cli/convert/test-convert-args.sh 39 - path non-option arg + --debug-info: success exit status\nPASS: cli/convert/test-convert-args.sh 40 - path non-option arg + --debug-info: run arguments\nPASS: cli/convert/test-convert-args.sh 41 - path non-option arg + --debug-info-dir: success exit status\nPASS: cli/convert/test-convert-args.sh 42 - path non-option arg + --debug-info-dir: run arguments\nPASS: cli/convert/test-convert-args.sh 43 - path non-option arg + --debug-info-target-prefix: success exit status\nPASS: cli/convert/test-convert-args.sh 44 - path non-option arg + --debug-info-target-prefix: run arguments\nPASS: cli/convert/test-convert-args.sh 45 - path non-option arg + --debug-info-full-path: success exit status\nPASS: cli/convert/test-convert-args.sh 46 - path non-option arg + --debug-info-full-path: run arguments\nPASS: cli/convert/test-convert-args.sh 47 - path non-option arg + --fields=trace:domain,loglevel: success exit status\nPASS: cli/convert/test-convert-args.sh 48 - path non-option arg + --fields=trace:domain,loglevel: run arguments\nPASS: cli/convert/test-convert-args.sh 49 - path non-option arg + --fields=all: success exit status\nPASS: cli/convert/test-convert-args.sh 50 - path non-option arg + --fields=all: run arguments\nPASS: cli/convert/test-convert-args.sh 51 - path non-option arg + --names=context,header: success exit status\nPASS: cli/convert/test-convert-args.sh 52 - path non-option arg + --names=context,header: run arguments\nPASS: cli/convert/test-convert-args.sh 53 - path non-option arg + --names=all: success exit status\nPASS: cli/convert/test-convert-args.sh 54 - path non-option arg + --names=all: run arguments\nPASS: cli/convert/test-convert-args.sh 55 - path non-option arg + --no-delta: success exit status\nPASS: cli/convert/test-convert-args.sh 56 - path non-option arg + --no-delta: run arguments\nPASS: cli/convert/test-convert-args.sh 57 - path non-option arg + --output: success exit status\nPASS: cli/convert/test-convert-args.sh 58 - path non-option arg + --output: run arguments\nPASS: cli/convert/test-convert-args.sh 59 - path non-option arg + -i ctf: success exit status\nPASS: cli/convert/test-convert-args.sh 60 - path non-option arg + -i ctf: run arguments\nPASS: cli/convert/test-convert-args.sh 61 - URL non-option arg + -i lttng-live: success exit status\nPASS: cli/convert/test-convert-args.sh 62 - URL non-option arg + -i lttng-live: run arguments\nPASS: cli/convert/test-convert-args.sh 63 - path non-option arg + -o dummy: success exit status\nPASS: cli/convert/test-convert-args.sh 64 - path non-option arg + -o dummy: run arguments\nPASS: cli/convert/test-convert-args.sh 65 - path non-option arg + -o ctf + --output: success exit status\nPASS: cli/convert/test-convert-args.sh 66 - path non-option arg + -o ctf + --output: run arguments\nPASS: cli/convert/test-convert-args.sh 67 - path non-option arg + user sink with log level: success exit status\nPASS: cli/convert/test-convert-args.sh 68 - path non-option arg + user sink with log level: run arguments\nPASS: cli/convert/test-convert-args.sh 69 - failure exit status\nPASS: cli/convert/test-convert-args.sh 70 - bad --component format (plugin only): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 71 - bad --component format (plugin only): expected error message\nPASS: cli/convert/test-convert-args.sh 72 - failure exit status\nPASS: cli/convert/test-convert-args.sh 73 - bad --component format (name and plugin only): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 74 - bad --component format (name and plugin only): expected error message\nPASS: cli/convert/test-convert-args.sh 75 - failure exit status\nPASS: cli/convert/test-convert-args.sh 76 - bad --component format (name only): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 77 - bad --component format (name only): expected error message\nPASS: cli/convert/test-convert-args.sh 78 - failure exit status\nPASS: cli/convert/test-convert-args.sh 79 - bad --component format (extra dot found): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 80 - bad --component format (extra dot found): expected error message\nPASS: cli/convert/test-convert-args.sh 81 - failure exit status\nPASS: cli/convert/test-convert-args.sh 82 - duplicate component name: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 83 - duplicate component name: expected error message\nPASS: cli/convert/test-convert-args.sh 84 - failure exit status\nPASS: cli/convert/test-convert-args.sh 85 - unknown option: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 86 - unknown option: expected error message\nPASS: cli/convert/test-convert-args.sh 87 - failure exit status\nPASS: cli/convert/test-convert-args.sh 88 - --params without current component: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 89 - --params without current component: expected error message\nPASS: cli/convert/test-convert-args.sh 90 - failure exit status\nPASS: cli/convert/test-convert-args.sh 91 - duplicate --begin: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 92 - duplicate --begin: expected error message\nPASS: cli/convert/test-convert-args.sh 93 - failure exit status\nPASS: cli/convert/test-convert-args.sh 94 - duplicate --end: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 95 - duplicate --end: expected error message\nPASS: cli/convert/test-convert-args.sh 96 - failure exit status\nPASS: cli/convert/test-convert-args.sh 97 - --begin and --timerange: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 98 - --begin and --timerange: expected error message\nPASS: cli/convert/test-convert-args.sh 99 - failure exit status\nPASS: cli/convert/test-convert-args.sh 100 - --end and --timerange: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 101 - --end and --timerange: expected error message\nPASS: cli/convert/test-convert-args.sh 102 - failure exit status\nPASS: cli/convert/test-convert-args.sh 103 - bad --timerange format (1): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 104 - bad --timerange format (1): expected error message\nPASS: cli/convert/test-convert-args.sh 105 - failure exit status\nPASS: cli/convert/test-convert-args.sh 106 - bad --timerange format (2): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 107 - bad --timerange format (2): expected error message\nPASS: cli/convert/test-convert-args.sh 108 - failure exit status\nPASS: cli/convert/test-convert-args.sh 109 - bad --timerange format (3): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 110 - bad --timerange format (3): expected error message\nPASS: cli/convert/test-convert-args.sh 111 - failure exit status\nPASS: cli/convert/test-convert-args.sh 112 - bad --fields format: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 113 - bad --fields format: expected error message\nPASS: cli/convert/test-convert-args.sh 114 - failure exit status\nPASS: cli/convert/test-convert-args.sh 115 - bad --names format: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 116 - bad --names format: expected error message\nPASS: cli/convert/test-convert-args.sh 117 - failure exit status\nPASS: cli/convert/test-convert-args.sh 118 - unknown -i: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 119 - unknown -i: expected error message\nPASS: cli/convert/test-convert-args.sh 120 - failure exit status\nPASS: cli/convert/test-convert-args.sh 121 - duplicate -i: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 122 - duplicate -i: expected error message\nPASS: cli/convert/test-convert-args.sh 123 - failure exit status\nPASS: cli/convert/test-convert-args.sh 124 - unknown -o: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 125 - unknown -o: expected error message\nPASS: cli/convert/test-convert-args.sh 126 - failure exit status\nPASS: cli/convert/test-convert-args.sh 127 - duplicate -o: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 128 - duplicate -o: expected error message\nPASS: cli/convert/test-convert-args.sh 129 - failure exit status\nPASS: cli/convert/test-convert-args.sh 130 - --run-args and --run-args-0: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 131 - --run-args and --run-args-0: expected error message\nPASS: cli/convert/test-convert-args.sh 132 - failure exit status\nPASS: cli/convert/test-convert-args.sh 133 - -o ctf-metadata without path: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 134 - -o ctf-metadata without path: expected error message\nPASS: cli/convert/test-convert-args.sh 135 - failure exit status\nPASS: cli/convert/test-convert-args.sh 136 - -i lttng-live and implicit source.ctf.fs: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 137 - -i lttng-live and implicit source.ctf.fs: expected error message\nPASS: cli/convert/test-convert-args.sh 138 - failure exit status\nPASS: cli/convert/test-convert-args.sh 139 - implicit source.ctf.fs without path: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 140 - implicit source.ctf.fs without path: expected error message\nPASS: cli/convert/test-convert-args.sh 141 - failure exit status\nPASS: cli/convert/test-convert-args.sh 142 - implicit source.ctf.lttng-live without URL: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 143 - implicit source.ctf.lttng-live without URL: expected error message\nPASS: cli/convert/test-convert-args.sh 144 - failure exit status\nPASS: cli/convert/test-convert-args.sh 145 - no source: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 146 - no source: expected error message\nPASS: cli/convert/test-convert-args.sh 147 - failure exit status\nPASS: cli/convert/test-convert-args.sh 148 - -o ctf without --output: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 149 - -o ctf without --output: expected error message\nPASS: cli/convert/test-convert-args.sh 150 - failure exit status\nPASS: cli/convert/test-convert-args.sh 151 - -o ctf + --output with implicit sink.text.pretty: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 152 - -o ctf + --output with implicit sink.text.pretty: expected error message\nPASS: cli/convert/test-convert-args.sh 153 - failure exit status\nPASS: cli/convert/test-convert-args.sh 154 - --stream-intersection: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 155 - --stream-intersection: expected error message\nPASS: cli/convert/test-convert-args.sh 156 - failure exit status\nPASS: cli/convert/test-convert-args.sh 157 - two sinks with -o dummy + --clock-seconds: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 158 - two sinks with -o dummy + --clock-seconds: expected error message\nPASS: cli/convert/test-convert-args.sh 159 - failure exit status\nPASS: cli/convert/test-convert-args.sh 160 - path non-option arg + user sink + -o text: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 161 - path non-option arg + user sink + -o text: expected error message\nPASS: cli/test-help.sh 1 - help ctf plugin exit status\nPASS: cli/test-help.sh 2 - help ctf plugin expected output\nPASS: cli/test-help.sh 3 - help ctf plugin produces no error\nPASS: cli/test-help.sh 4 - help src.ctf.fs component class exit status\nPASS: cli/test-help.sh 5 - help src.ctf.fs component class expected output\nPASS: cli/test-help.sh 6 - help src.ctf.fs component class produces no error\nPASS: cli/test-help.sh 7 - help without parameter exit status\nPASS: cli/test-help.sh 8 - help without parameter produces expected error\nPASS: cli/test-help.sh 9 - help without parameter produces no output\nPASS: cli/test-help.sh 10 - help with too many parameters exit status\nPASS: cli/test-help.sh 11 - help with too many parameters produces expected error\nPASS: cli/test-help.sh 12 - help with too many parameters produces no output\nPASS: cli/test-help.sh 13 - help with unknown plugin name\nPASS: cli/test-help.sh 14 - help with unknown plugin name produces expected error\nPASS: cli/test-help.sh 15 - help with unknown plugin name produces no output\nPASS: cli/test-help.sh 16 - help with unknown component class name\nPASS: cli/test-help.sh 17 - help with unknown component class name produces expected error\nPASS: cli/test-help.sh 18 - help with unknown component class name prints plugin help\nPASS: cli/test-help.sh 19 - help with unknown component class plugin\nPASS: cli/test-help.sh 20 - help with unknown component class plugin produces expected error\nPASS: cli/test-help.sh 21 - help with unknown component class plugin produces no output\nPASS: cli/test-intersection.sh 1 - run without --stream-intersection\nPASS: cli/test-intersection.sh 2 - 8 events in the whole trace\nPASS: cli/test-intersection.sh 3 - run with --stream-intersection\nPASS: cli/test-intersection.sh 4 - 3 events in streams intersecting\nPASS: cli/test-intersection.sh 5 - run without --stream-intersection\nPASS: cli/test-intersection.sh 6 - 8 events in the whole trace\nPASS: cli/test-intersection.sh 7 - run with --stream-intersection\nPASS: cli/test-intersection.sh 8 - 3 events in streams intersecting\nPASS: cli/test-intersection.sh 9 - run without --stream-intersection\nPASS: cli/test-intersection.sh 10 - 3 events in the whole trace\nPASS: cli/test-intersection.sh 11 - run with --stream-intersection\nPASS: cli/test-intersection.sh 12 - 3 events in streams intersecting\nPASS: cli/test-intersection.sh 13 - run without --stream-intersection\nPASS: cli/test-intersection.sh 14 - 6 events in the whole trace\nPASS: cli/test-intersection.sh 15 - run with --stream-intersection fails\nPASS: cli/test-intersection.sh 16 - stderr contains expected error message\nPASS: cli/test-intersection.sh 17 - run without --stream-intersection\nPASS: cli/test-intersection.sh 18 - 0 events in the whole trace\nPASS: cli/test-intersection.sh 19 - run with --stream-intersection fails\nPASS: cli/test-intersection.sh 20 - stderr contains expected error message\nPASS: cli/test-output-ctf-metadata.sh 1 - Run babeltrace -o ctf-metadata with a valid trace directory, correct exit status\nPASS: cli/test-output-ctf-metadata.sh 2 - Run babeltrace -o ctf-metadata with a valid trace directory, correct output\nPASS: cli/test-output-ctf-metadata.sh 3 - Run babeltrace -o ctf-metadata with an invalid trace directory, expecting failure\nPASS: cli/test-output-path-ctf-non-lttng-trace.sh 1 - 3eventsintersect output trace exists\nPASS: cli/test-output-path-ctf-non-lttng-trace.sh 2 - 3eventsintersectreverse output trace exists\nPASS: cli/test-output-path-ctf-non-lttng-trace.sh 3 - nointersect output trace exists\nPASS: cli/test-packet-seq-num.sh 1 - Trace parses\nPASS: cli/test-packet-seq-num.sh 2 - No events lost\nPASS: cli/test-packet-seq-num.sh 3 - Trace parses\nPASS: cli/test-packet-seq-num.sh 4 - No events lost\nPASS: cli/test-packet-seq-num.sh 5 - Trace parses\nPASS: cli/test-packet-seq-num.sh 6 - Lost events string matches 2\nPASS: cli/test-packet-seq-num.sh 7 - Trace parses\nPASS: cli/test-packet-seq-num.sh 8 - Lost events string matches 2\nPASS: cli/test-packet-seq-num.sh 9 - Trace parses\nPASS: cli/test-packet-seq-num.sh 10 - Lost events string matches 2,3,1\nPASS: cli/test-trace-copy.sh 1 - Copy trace 2packets with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 2 - Read the new trace in /tmp/tmp.bFtyVLjptv (CTF 1)\nPASS: cli/test-trace-copy.sh 3 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 4 - Copy trace array-align-elem with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 5 - Read the new trace in /tmp/tmp.Qpp7ttDynw (CTF 1)\nPASS: cli/test-trace-copy.sh 6 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 7 - Copy trace barectf-event-before-packet with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 8 - Read the new trace in /tmp/tmp.Q6qPvqfoOa (CTF 1)\nPASS: cli/test-trace-copy.sh 9 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 10 - Copy trace crlf-metadata with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 11 - Read the new trace in /tmp/tmp.grPI8PJhHB (CTF 1)\nPASS: cli/test-trace-copy.sh 12 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 13 - Copy trace debug-info with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 14 - Read the new trace in /tmp/tmp.8DI6tHDO2J (CTF 1)\nPASS: cli/test-trace-copy.sh 15 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 16 - Copy trace def-clk-freq with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 17 - Read the new trace in /tmp/tmp.dY8U9MLzRl (CTF 1)\nPASS: cli/test-trace-copy.sh 18 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 19 - Copy trace env-warning with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 20 - Read the new trace in /tmp/tmp.NEQrTdkDgv (CTF 1)\nPASS: cli/test-trace-copy.sh 21 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 22 - Copy trace ev-disc-no-ts-begin-end with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 23 - Read the new trace in /tmp/tmp.erg1MpA7cP (CTF 1)\nPASS: cli/test-trace-copy.sh 24 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 25 - Copy trace lf-metadata with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 26 - Read the new trace in /tmp/tmp.UVT0CoWFjP (CTF 1)\nPASS: cli/test-trace-copy.sh 27 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 28 - Copy trace lttng-crash with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 29 - Read the new trace in /tmp/tmp.ZFkwW2zckD (CTF 1)\nPASS: cli/test-trace-copy.sh 30 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 31 - Copy trace lttng-event-after-packet with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 32 - Read the new trace in /tmp/tmp.UdZXGJktA6 (CTF 1)\nPASS: cli/test-trace-copy.sh 33 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 34 - Copy trace lttng-tracefile-rotation with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 35 - Read the new trace in /tmp/tmp.PGFUfWpevZ (CTF 1)\nPASS: cli/test-trace-copy.sh 36 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 37 - Empty trace meta-ctx-sequence, nothing to copy (CTF 1)\nPASS: cli/test-trace-copy.sh 38 - Copy trace meta-variant-no-underscore with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 39 - Read the new trace in /tmp/tmp.8fKszGZ0fJ (CTF 1)\nPASS: cli/test-trace-copy.sh 40 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 41 - Copy trace meta-variant-one-underscore with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 42 - Read the new trace in /tmp/tmp.Y4CUvq7dQq (CTF 1)\nPASS: cli/test-trace-copy.sh 43 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 44 - Copy trace meta-variant-reserved-keywords with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 45 - Read the new trace in /tmp/tmp.izqN8cm0cc (CTF 1)\nPASS: cli/test-trace-copy.sh 46 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 47 - Copy trace meta-variant-same-with-underscore with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 48 - Read the new trace in /tmp/tmp.Ge0IP89xTJ (CTF 1)\nPASS: cli/test-trace-copy.sh 49 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 50 - Copy trace meta-variant-two-underscores with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 51 - Read the new trace in /tmp/tmp.t3U0kVpjf7 (CTF 1)\nPASS: cli/test-trace-copy.sh 52 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 53 - Copy trace multi-domains with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 54 - Read the new trace in /tmp/tmp.jol57bRRl8 (CTF 1)\nPASS: cli/test-trace-copy.sh 55 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 56 - Copy trace no-packet-context with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 57 - Read the new trace in /tmp/tmp.uTA5SoqUJh (CTF 1)\nPASS: cli/test-trace-copy.sh 58 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 59 - Copy trace sequence with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 60 - Read the new trace in /tmp/tmp.oDsPOSeKYz (CTF 1)\nPASS: cli/test-trace-copy.sh 61 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 62 - Copy trace session-rotation with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 63 - Read the new trace in /tmp/tmp.TD8mEPuG4T (CTF 1)\nPASS: cli/test-trace-copy.sh 64 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 65 - Copy trace smalltrace with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 66 - Read the new trace in /tmp/tmp.bRw7cyj5Cu (CTF 1)\nPASS: cli/test-trace-copy.sh 67 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 68 - Copy trace struct-array-align-elem with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 69 - Read the new trace in /tmp/tmp.DMAjhpcuCM (CTF 1)\nPASS: cli/test-trace-copy.sh 70 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 71 - Copy trace succeed1 with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 72 - Read the new trace in /tmp/tmp.CFfX7wnnAA (CTF 1)\nPASS: cli/test-trace-copy.sh 73 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 74 - Copy trace succeed2 with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 75 - Read the new trace in /tmp/tmp.OyA1Zgy4ik (CTF 1)\nPASS: cli/test-trace-copy.sh 76 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 77 - Copy trace succeed3 with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 78 - Read the new trace in /tmp/tmp.K00Xm9CBwf (CTF 1)\nPASS: cli/test-trace-copy.sh 79 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 80 - Empty trace succeed4, nothing to copy (CTF 1)\nPASS: cli/test-trace-copy.sh 81 - Copy trace trace-with-index with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 82 - Read the new trace in /tmp/tmp.cmjaE7KLT2 (CTF 1)\nPASS: cli/test-trace-copy.sh 83 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 84 - Copy trace warnings with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 85 - Read the new trace in /tmp/tmp.QYZTT5NXA1 (CTF 1)\nPASS: cli/test-trace-copy.sh 86 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 87 - Copy trace wk-heartbeat-u with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 88 - Read the new trace in /tmp/tmp.OVq7k31dCI (CTF 1)\nPASS: cli/test-trace-copy.sh 89 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 90 - Copy trace 2packets with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 91 - Read the new trace in /tmp/tmp.pEegsvj8pP (CTF 2)\nPASS: cli/test-trace-copy.sh 92 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 93 - Copy trace array-align-elem with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 94 - Read the new trace in /tmp/tmp.b13BCsb0yq (CTF 2)\nPASS: cli/test-trace-copy.sh 95 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 96 - Copy trace barectf-event-before-packet with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 97 - Read the new trace in /tmp/tmp.tEkoNXGyc6 (CTF 2)\nPASS: cli/test-trace-copy.sh 98 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 99 - Copy trace debug-info with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 100 - Read the new trace in /tmp/tmp.Cr13vfPCZ3 (CTF 2)\nPASS: cli/test-trace-copy.sh 101 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 102 - Copy trace env-warning with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 103 - Read the new trace in /tmp/tmp.Ay183PHF3G (CTF 2)\nPASS: cli/test-trace-copy.sh 104 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 105 - Copy trace ev-disc-no-ts-begin-end with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 106 - Read the new trace in /tmp/tmp.TOemYFIG58 (CTF 2)\nPASS: cli/test-trace-copy.sh 107 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 108 - Copy trace fl-bm with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 109 - Read the new trace in /tmp/tmp.Gc4O7T8cLK (CTF 2)\nPASS: cli/test-trace-copy.sh 110 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 111 - Copy trace lttng-crash with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 112 - Read the new trace in /tmp/tmp.SglH1sCIxI (CTF 2)\nPASS: cli/test-trace-copy.sh 113 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 114 - Copy trace lttng-event-after-packet with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 115 - Read the new trace in /tmp/tmp.mKYkW4brXb (CTF 2)\nPASS: cli/test-trace-copy.sh 116 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 117 - Copy trace lttng-tracefile-rotation with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 118 - Read the new trace in /tmp/tmp.rG80XUJPqY (CTF 2)\nPASS: cli/test-trace-copy.sh 119 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 120 - Empty trace meta-clk-cls-before-trace-cls, nothing to copy (CTF 2)\nPASS: cli/test-trace-copy.sh 121 - Empty trace meta-ctx-sequence, nothing to copy (CTF 2)\nPASS: cli/test-trace-copy.sh 122 - Copy trace meta-variant-no-underscore with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 123 - Read the new trace in /tmp/tmp.oMM7ObFKOM (CTF 2)\nPASS: cli/test-trace-copy.sh 124 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 125 - Copy trace meta-variant-one-underscore with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 126 - Read the new trace in /tmp/tmp.AWEMmO0aCz (CTF 2)\nPASS: cli/test-trace-copy.sh 127 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 128 - Copy trace meta-variant-reserved-keywords with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 129 - Read the new trace in /tmp/tmp.n391DuB5cN (CTF 2)\nPASS: cli/test-trace-copy.sh 130 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 131 - Copy trace meta-variant-same-with-underscore with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 132 - Read the new trace in /tmp/tmp.r4Igd4BTxb (CTF 2)\nPASS: cli/test-trace-copy.sh 133 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 134 - Copy trace meta-variant-two-underscores with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 135 - Read the new trace in /tmp/tmp.rd32FG4Typ (CTF 2)\nPASS: cli/test-trace-copy.sh 136 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 137 - Copy trace multi-domains with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 138 - Read the new trace in /tmp/tmp.TgMcvsIld0 (CTF 2)\nPASS: cli/test-trace-copy.sh 139 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 140 - Copy trace no-packet-context with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 141 - Read the new trace in /tmp/tmp.pAW21gRWJt (CTF 2)\nPASS: cli/test-trace-copy.sh 142 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 143 - Copy trace sequence with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 144 - Read the new trace in /tmp/tmp.ZX1pm0VUMz (CTF 2)\nPASS: cli/test-trace-copy.sh 145 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 146 - Copy trace session-rotation with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 147 - Read the new trace in /tmp/tmp.kzgk8jQLqk (CTF 2)\nPASS: cli/test-trace-copy.sh 148 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 149 - Copy trace smalltrace with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 150 - Read the new trace in /tmp/tmp.oG9bSeVS7n (CTF 2)\nPASS: cli/test-trace-copy.sh 151 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 152 - Copy trace struct-array-align-elem with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 153 - Read the new trace in /tmp/tmp.Yy6DEZwBso (CTF 2)\nPASS: cli/test-trace-copy.sh 154 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 155 - Copy trace succeed1 with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 156 - Read the new trace in /tmp/tmp.B9j9YZD314 (CTF 2)\nPASS: cli/test-trace-copy.sh 157 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 158 - Copy trace succeed2 with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 159 - Read the new trace in /tmp/tmp.qQ3UoPLYgO (CTF 2)\nPASS: cli/test-trace-copy.sh 160 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 161 - Copy trace trace-with-index with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 162 - Read the new trace in /tmp/tmp.DAoMJuM70H (CTF 2)\nPASS: cli/test-trace-copy.sh 163 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 164 - Copy trace wk-heartbeat-u with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 165 - Read the new trace in /tmp/tmp.kzNV3fWpDH (CTF 2)\nPASS: cli/test-trace-copy.sh 166 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-read.sh 1 - Run babeltrace2 with trace 2packets\nPASS: cli/test-trace-read.sh 2 - Run babeltrace2 with trace array-align-elem\nPASS: cli/test-trace-read.sh 3 - Run babeltrace2 with trace barectf-event-before-packet\nPASS: cli/test-trace-read.sh 4 - Run babeltrace2 with trace crlf-metadata\nPASS: cli/test-trace-read.sh 5 - Run babeltrace2 with trace debug-info\nPASS: cli/test-trace-read.sh 6 - Run babeltrace2 with trace def-clk-freq\nPASS: cli/test-trace-read.sh 7 - Run babeltrace2 with trace env-warning\nPASS: cli/test-trace-read.sh 8 - Run babeltrace2 with trace ev-disc-no-ts-begin-end\nPASS: cli/test-trace-read.sh 9 - Run babeltrace2 with trace lf-metadata\nPASS: cli/test-trace-read.sh 10 - Run babeltrace2 with trace lttng-crash\nPASS: cli/test-trace-read.sh 11 - Run babeltrace2 with trace lttng-event-after-packet\nPASS: cli/test-trace-read.sh 12 - Run babeltrace2 with trace lttng-tracefile-rotation\nPASS: cli/test-trace-read.sh 13 - Run babeltrace2 with trace meta-ctx-sequence\nPASS: cli/test-trace-read.sh 14 - Run babeltrace2 with trace meta-variant-no-underscore\nPASS: cli/test-trace-read.sh 15 - Run babeltrace2 with trace meta-variant-one-underscore\nPASS: cli/test-trace-read.sh 16 - Run babeltrace2 with trace meta-variant-reserved-keywords\nPASS: cli/test-trace-read.sh 17 - Run babeltrace2 with trace meta-variant-same-with-underscore\nPASS: cli/test-trace-read.sh 18 - Run babeltrace2 with trace meta-variant-two-underscores\nPASS: cli/test-trace-read.sh 19 - Run babeltrace2 with trace multi-domains\nPASS: cli/test-trace-read.sh 20 - Run babeltrace2 with trace no-packet-context\nPASS: cli/test-trace-read.sh 21 - Run babeltrace2 with trace sequence\nPASS: cli/test-trace-read.sh 22 - Run babeltrace2 with trace session-rotation\nPASS: cli/test-trace-read.sh 23 - Run babeltrace2 with trace smalltrace\nPASS: cli/test-trace-read.sh 24 - Run babeltrace2 with trace struct-array-align-elem\nPASS: cli/test-trace-read.sh 25 - Run babeltrace2 with trace succeed1\nPASS: cli/test-trace-read.sh 26 - Run babeltrace2 with trace succeed2\nPASS: cli/test-trace-read.sh 27 - Run babeltrace2 with trace succeed3\nPASS: cli/test-trace-read.sh 28 - Run babeltrace2 with trace succeed4\nPASS: cli/test-trace-read.sh 29 - Run babeltrace2 with trace trace-with-index\nPASS: cli/test-trace-read.sh 30 - Run babeltrace2 with trace warnings\nPASS: cli/test-trace-read.sh 31 - Run babeltrace2 with trace wk-heartbeat-u\nPASS: cli/test-trace-read.sh 32 - Run babeltrace2 with invalid trace fail1\nPASS: cli/test-trace-read.sh 33 - Run babeltrace2 with invalid trace fail2\nPASS: cli/test-trace-read.sh 34 - Run babeltrace2 with invalid trace incomplete-packet-header\nPASS: cli/test-trace-read.sh 35 - Run babeltrace2 with invalid trace integer-range\nPASS: cli/test-trace-read.sh 36 - Run babeltrace2 with invalid trace invalid-packet-size\nPASS: cli/test-trace-read.sh 37 - Run babeltrace2 with invalid trace invalid-sequence-length-field-class\nPASS: cli/test-trace-read.sh 38 - Run babeltrace2 with invalid trace invalid-variant-selector-field-class\nPASS: cli/test-trace-read.sh 39 - Run babeltrace2 with invalid trace lttng-modules-2.0-pre1\nPASS: cli/test-trace-read.sh 40 - Run babeltrace2 with invalid trace metadata-syntax-error\nPASS: cli/test-trace-read.sh 41 - Run babeltrace2 with invalid trace packet-based-metadata\nPASS: cli/test-trace-read.sh 42 - Run babeltrace2 with invalid trace smalltrace\nPASS: cli/test-trace-read.sh 43 - Run babeltrace2 with invalid trace valid-events-then-invalid-events\nPASS: cli/test-trimmer.sh 1 - trimmer: --begin, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 2 - trimmer: --begin, GMT relative timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 3 - trimmer: --end, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 4 - trimmer: --end, GMT relative timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 5 - trimmer: --begin and --end, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 6 - trimmer: --begin and --end, GMT relative timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 7 - trimmer: --begin, out of range, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 8 - trimmer: --begin, out of range, GMT relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 9 - trimmer: --end, out of range, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 10 - trimmer: --end, out of range, GMT relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 11 - trimmer: --begin, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 12 - trimmer: --begin, GMT absolute timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 13 - trimmer: --end, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 14 - trimmer: --end, GMT absolute timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 15 - trimmer: --begin and --end, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 16 - trimmer: --begin and --end, GMT absolute timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 17 - trimmer: --begin, out of range, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 18 - trimmer: --begin, out of range, GMT absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 19 - trimmer: --begin, out of range, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 20 - trimmer: --begin, out of range, GMT absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 21 - trimmer: --begin, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 22 - trimmer: --begin, EST relative timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 23 - trimmer: --end, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 24 - trimmer: --end, EST relative timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 25 - trimmer: --begin and --end, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 26 - trimmer: --begin and --end, EST relative timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 27 - trimmer: --begin, out of range, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 28 - trimmer: --begin, out of range, EST relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 29 - trimmer: --end, out of range, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 30 - trimmer: --end, out of range, EST relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 31 - trimmer: --begin, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 32 - trimmer: --begin, EST absolute timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 33 - trimmer: --end, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 34 - trimmer: --end, EST absolute timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 35 - trimmer: --begin and --end, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 36 - trimmer: --begin and --end, EST absolute timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 37 - trimmer: --begin, out of range, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 38 - trimmer: --begin, out of range, EST absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 39 - trimmer: --end, out of range, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 40 - trimmer: --end, out of range, EST absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 41 - trimmer: date time format: partial nanosecond precision: exit status\nPASS: cli/test-trimmer.sh 42 - trimmer: date time format: partial nanosecond precision: number of events (13)\nPASS: cli/test-trimmer.sh 43 - trimmer: date time format: second precision: exit status\nPASS: cli/test-trimmer.sh 44 - trimmer: date time format: second precision: number of events (11)\nPASS: cli/test-trimmer.sh 45 - trimmer: date time format: minute precision: exit status\nPASS: cli/test-trimmer.sh 46 - trimmer: date time format: minute precision: number of events (11)\nPASS: cli/test-trimmer.sh 47 - trimmer: seconds from origin format: nanosecond precision: exit status\nPASS: cli/test-trimmer.sh 48 - trimmer: seconds from origin format: nanosecond precision: number of events (11)\nPASS: cli/test-trimmer.sh 49 - trimmer: seconds from origin format: partial nanosecond precision: exit status\nPASS: cli/test-trimmer.sh 50 - trimmer: seconds from origin format: partial nanosecond precision: number of events (11)\nPASS: cli/test-trimmer.sh 51 - trimmer: seconds from origin format: second precision: exit status\nPASS: cli/test-trimmer.sh 52 - trimmer: seconds from origin format: second precision: number of events (11)\nPASS: cli/test-trimmer.sh 53 - trimmer: date time format: too many nanosecond digits: exit status\nPASS: cli/test-trimmer.sh 54 - trimmer: date time format: too many nanosecond digits: number of events (0)\nPASS: cli/test-trimmer.sh 55 - trimmer: date time format: too many nanosecond digits: error message\nPASS: cli/test-trimmer.sh 56 - trimmer: date time format: missing nanoseconds: exit status\nPASS: cli/test-trimmer.sh 57 - trimmer: date time format: missing nanoseconds: number of events (0)\nPASS: cli/test-trimmer.sh 58 - trimmer: date time format: missing nanoseconds: error message\nPASS: cli/test-trimmer.sh 59 - trimmer: date time format: seconds with too many digit: exit status\nPASS: cli/test-trimmer.sh 60 - trimmer: date time format: seconds with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 61 - trimmer: date time format: seconds with too many digit: error message\nPASS: cli/test-trimmer.sh 62 - trimmer: date time format: seconds with missing digit: exit status\nPASS: cli/test-trimmer.sh 63 - trimmer: date time format: seconds with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 64 - trimmer: date time format: seconds with missing digit: error message\nPASS: cli/test-trimmer.sh 65 - trimmer: date time format: minutes with too many digit: exit status\nPASS: cli/test-trimmer.sh 66 - trimmer: date time format: minutes with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 67 - trimmer: date time format: minutes with too many digit: error message\nPASS: cli/test-trimmer.sh 68 - trimmer: date time format: minutes with missing digit: exit status\nPASS: cli/test-trimmer.sh 69 - trimmer: date time format: minutes with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 70 - trimmer: date time format: minutes with missing digit: error message\nPASS: cli/test-trimmer.sh 71 - trimmer: date time format: hours with too many digit: exit status\nPASS: cli/test-trimmer.sh 72 - trimmer: date time format: hours with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 73 - trimmer: date time format: hours with too many digit: error message\nPASS: cli/test-trimmer.sh 74 - trimmer: date time format: hours with missing digit: exit status\nPASS: cli/test-trimmer.sh 75 - trimmer: date time format: hours with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 76 - trimmer: date time format: hours with missing digit: error message\nPASS: cli/test-trimmer.sh 77 - trimmer: date time format: missing seconds: exit status\nPASS: cli/test-trimmer.sh 78 - trimmer: date time format: missing seconds: number of events (0)\nPASS: cli/test-trimmer.sh 79 - trimmer: date time format: missing seconds: error message\nPASS: cli/test-trimmer.sh 80 - trimmer: date time format: missing minutes 1: exit status\nPASS: cli/test-trimmer.sh 81 - trimmer: date time format: missing minutes 1: number of events (0)\nPASS: cli/test-trimmer.sh 82 - trimmer: date time format: missing minutes 1: error message\nPASS: cli/test-trimmer.sh 83 - trimmer: date time format: missing minutes 2: exit status\nPASS: cli/test-trimmer.sh 84 - trimmer: date time format: missing minutes 2: number of events (0)\nPASS: cli/test-trimmer.sh 85 - trimmer: date time format: missing minutes 2: error message\nPASS: cli/test-trimmer.sh 86 - trimmer: date time format: missing time: exit status\nPASS: cli/test-trimmer.sh 87 - trimmer: date time format: missing time: number of events (0)\nPASS: cli/test-trimmer.sh 88 - trimmer: date time format: missing time: error message\nPASS: cli/test-trimmer.sh 89 - trimmer: date time format: day with too many digit: exit status\nPASS: cli/test-trimmer.sh 90 - trimmer: date time format: day with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 91 - trimmer: date time format: day with too many digit: error message\nPASS: cli/test-trimmer.sh 92 - trimmer: date time format: day with missing digit: exit status\nPASS: cli/test-trimmer.sh 93 - trimmer: date time format: day with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 94 - trimmer: date time format: day with missing digit: error message\nPASS: cli/test-trimmer.sh 95 - trimmer: date time format: month with too many digit: exit status\nPASS: cli/test-trimmer.sh 96 - trimmer: date time format: month with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 97 - trimmer: date time format: month with too many digit: error message\nPASS: cli/test-trimmer.sh 98 - trimmer: date time format: month with missing digit: exit status\nPASS: cli/test-trimmer.sh 99 - trimmer: date time format: month with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 100 - trimmer: date time format: month with missing digit: error message\nPASS: cli/test-trimmer.sh 101 - trimmer: date time format: year with too many digits: exit status\nPASS: cli/test-trimmer.sh 102 - trimmer: date time format: year with too many digits: number of events (0)\nPASS: cli/test-trimmer.sh 103 - trimmer: date time format: year with too many digits: error message\nPASS: cli/test-trimmer.sh 104 - trimmer: date time format: year with missing digits: exit status\nPASS: cli/test-trimmer.sh 105 - trimmer: date time format: year with missing digits: number of events (0)\nPASS: cli/test-trimmer.sh 106 - trimmer: date time format: year with missing digits: error message\nPASS: cli/test-trimmer.sh 107 - trimmer: date time format: missing day 1: exit status\nPASS: cli/test-trimmer.sh 108 - trimmer: date time format: missing day 1: number of events (0)\nPASS: cli/test-trimmer.sh 109 - trimmer: date time format: missing day 1: error message\nPASS: cli/test-trimmer.sh 110 - trimmer: date time format: missing day 2: exit status\nPASS: cli/test-trimmer.sh 111 - trimmer: date time format: missing day 2: number of events (0)\nPASS: cli/test-trimmer.sh 112 - trimmer: date time format: missing day 2: error message\nPASS: cli/test-trimmer.sh 113 - trimmer: seconds from origin format: too many nanosecond digits: exit status\nPASS: cli/test-trimmer.sh 114 - trimmer: seconds from origin format: too many nanosecond digits: number of events (0)\nPASS: cli/test-trimmer.sh 115 - trimmer: seconds from origin format: too many nanosecond digits: error message\nPASS: cli/test-trimmer.sh 116 - trimmer: seconds from origin format: missing nanseconds: exit status\nPASS: cli/test-trimmer.sh 117 - trimmer: seconds from origin format: missing nanseconds: number of events (0)\nPASS: cli/test-trimmer.sh 118 - trimmer: seconds from origin format: missing nanseconds: error message\nPASS: cpp-common/test-c-string-view.sh 1 - `bt2c::CStringView` == `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 2 - `bt2c::CStringView` != `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 3 - `bt2c::CStringView` == `const char *`\nPASS: cpp-common/test-c-string-view.sh 4 - `bt2c::CStringView` != `const char *`\nPASS: cpp-common/test-c-string-view.sh 5 - `const char *` == `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 6 - `const char *` != `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 7 - `bt2c::CStringView` == `std::string`\nPASS: cpp-common/test-c-string-view.sh 8 - `bt2c::CStringView` != `std::string`\nPASS: cpp-common/test-c-string-view.sh 9 - `std::string` == `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 10 - `std::string` != `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 11 - \"Moutarde Choux\" starts with \"Moutarde\"\nPASS: cpp-common/test-c-string-view.sh 12 - \"Moutarde Choux\" does not start with \"Choux\"\nPASS: cpp-common/test-c-string-view.sh 13 - \"Moutarde Choux\" starts with \"\"\nPASS: cpp-common/test-c-string-view.sh 14 - \"Moutarde Choux\" starts with \"Moutarde choux\"\nPASS: cpp-common/test-c-string-view.sh 15 - \"Moutarde\" does not start with \"Moutarde choux\"\nPASS: cpp-common/test-c-string-view.sh 16 - \"\" starts with \"\"\nPASS: cpp-common/test-uuid.sh 1 - result of format_as() for `Uuid` is expected\nPASS: cpp-common/test-uuid.sh 2 - result of format_as() for `UuidView` is expected\nPASS: cpp-common/test-unicode-conv.sh 1 - UTF-16BE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 2 - UTF-16BE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 3 - UTF-16LE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 4 - UTF-16LE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 5 - UTF-32BE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 6 - UTF-32BE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 7 - UTF-32LE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 8 - UTF-32LE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 9 - truncated code point - got error\nPASS: cpp-common/test-unicode-conv.sh 10 - truncated code point - error cause message is expected\nPASS: cpp-common/test-unicode-conv.sh 11 - truncated code unit - got error\nPASS: cpp-common/test-unicode-conv.sh 12 - truncated code unit - error cause message is expected\nPASS: cpp-common/test-unicode-conv.sh 13 - truncated code unit - got error\nPASS: cpp-common/test-unicode-conv.sh 14 - truncated code unit - error cause message is expected\nPASS: ctf-writer/test-ctf-writer.sh 1 - bt_ctf_create succeeds in creating trace with path\nPASS: ctf-writer/test-ctf-writer.sh 2 - bt_ctf_writer_get_trace correctly handles NULL\nPASS: ctf-writer/test-ctf-writer.sh 3 - Cannot set a trace's byte order to BT_CTF_BYTE_ORDER_NATIVE\nPASS: ctf-writer/test-ctf-writer.sh 4 - Cannot set a trace's byte order to BT_CTF_BYTE_ORDER_UNSPECIFIED\nPASS: ctf-writer/test-ctf-writer.sh 5 - bt_ctf_writer_get_trace returns a bt_ctf_trace object\nPASS: ctf-writer/test-ctf-writer.sh 6 - Set a trace's byte order to big endian\nPASS: ctf-writer/test-ctf-writer.sh 7 - bt_ctf_trace_get_native_byte_order returns a correct endianness\nPASS: ctf-writer/test-ctf-writer.sh 8 - Add host (testhost) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 9 - bt_ctf_writer_add_environment_field error with NULL writer\nPASS: ctf-writer/test-ctf-writer.sh 10 - bt_ctf_writer_add_environment_field error with NULL field name\nPASS: ctf-writer/test-ctf-writer.sh 11 - bt_ctf_writer_add_environment_field error with NULL field value\nPASS: ctf-writer/test-ctf-writer.sh 12 - bt_ctf_trace_set_environment_field_integer handles a NULL trace correctly\nPASS: ctf-writer/test-ctf-writer.sh 13 - bt_ctf_trace_set_environment_field_integer handles a NULL name correctly\nPASS: ctf-writer/test-ctf-writer.sh 14 - bt_ctf_trace_set_environment_field_integer succeeds\nPASS: ctf-writer/test-ctf-writer.sh 15 - bt_ctf_trace_set_environment_field_string handles a NULL trace correctly\nPASS: ctf-writer/test-ctf-writer.sh 16 - bt_ctf_trace_set_environment_field_string handles a NULL name correctly\nPASS: ctf-writer/test-ctf-writer.sh 17 - bt_ctf_trace_set_environment_field_string handles a NULL value correctly\nPASS: ctf-writer/test-ctf-writer.sh 18 - bt_ctf_trace_set_environment_field_string succeeds\nPASS: ctf-writer/test-ctf-writer.sh 19 - bt_ctf_trace_set_environment_field_integer succeeds with an existing name\nPASS: ctf-writer/test-ctf-writer.sh 20 - Add sysname (GNU/Linux) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 21 - Add nodename (testhost) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 22 - Add release (4.4.0-87-generic) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 23 - Add version (\\#110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 24 - Add machine (x86_64) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 25 - Illegal clock name rejected\nPASS: ctf-writer/test-ctf-writer.sh 26 - Clock created successfully\nPASS: ctf-writer/test-ctf-writer.sh 27 - bt_ctf_clock_get_name returns a clock name\nPASS: ctf-writer/test-ctf-writer.sh 28 - Returned clock name is valid\nPASS: ctf-writer/test-ctf-writer.sh 29 - bt_ctf_clock_get_description returns NULL on an unset description\nPASS: ctf-writer/test-ctf-writer.sh 30 - Clock description set successfully\nPASS: ctf-writer/test-ctf-writer.sh 31 - bt_ctf_clock_get_description returns a description.\nPASS: ctf-writer/test-ctf-writer.sh 32 - Returned clock description is valid\nPASS: ctf-writer/test-ctf-writer.sh 33 - bt_ctf_clock_get_frequency returns the correct default frequency\nPASS: ctf-writer/test-ctf-writer.sh 34 - Set clock frequency\nPASS: ctf-writer/test-ctf-writer.sh 35 - bt_ctf_clock_get_frequency returns the correct frequency once it is set\nPASS: ctf-writer/test-ctf-writer.sh 36 - bt_ctf_clock_get_offset_s succeeds\nPASS: ctf-writer/test-ctf-writer.sh 37 - bt_ctf_clock_get_offset_s returns the correct default offset (in seconds)\nPASS: ctf-writer/test-ctf-writer.sh 38 - Set clock offset (seconds)\nPASS: ctf-writer/test-ctf-writer.sh 39 - bt_ctf_clock_get_offset_s succeeds\nPASS: ctf-writer/test-ctf-writer.sh 40 - bt_ctf_clock_get_offset_s returns the correct default offset (in seconds) once it is set\nPASS: ctf-writer/test-ctf-writer.sh 41 - bt_ctf_clock_get_offset succeeds\nPASS: ctf-writer/test-ctf-writer.sh 42 - bt_ctf_clock_get_offset returns the correct default offset (in ticks)\nPASS: ctf-writer/test-ctf-writer.sh 43 - Set clock offset\nPASS: ctf-writer/test-ctf-writer.sh 44 - bt_ctf_clock_get_offset succeeds\nPASS: ctf-writer/test-ctf-writer.sh 45 - bt_ctf_clock_get_offset returns the correct default offset (in ticks) once it is set\nPASS: ctf-writer/test-ctf-writer.sh 46 - bt_ctf_clock_get_precision returns the correct default precision\nPASS: ctf-writer/test-ctf-writer.sh 47 - Set clock precision\nPASS: ctf-writer/test-ctf-writer.sh 48 - bt_ctf_clock_get_precision returns the correct precision once it is set\nPASS: ctf-writer/test-ctf-writer.sh 49 - bt_ctf_clock_get_precision returns the correct default is_absolute attribute\nPASS: ctf-writer/test-ctf-writer.sh 50 - Set clock absolute property\nPASS: ctf-writer/test-ctf-writer.sh 51 - bt_ctf_clock_get_precision returns the correct is_absolute attribute once it is set\nPASS: ctf-writer/test-ctf-writer.sh 52 - Set clock time\nPASS: ctf-writer/test-ctf-writer.sh 53 - bt_ctf_clock_get_uuid returns a UUID\nPASS: ctf-writer/test-ctf-writer.sh 54 - bt_ctf_clock_set_uuid sets a new uuid successfully\nPASS: ctf-writer/test-ctf-writer.sh 55 - bt_ctf_clock_get_uuid returns a UUID after setting a new one\nPASS: ctf-writer/test-ctf-writer.sh 56 - bt_ctf_clock_get_uuid returns the correct UUID after setting a new one\nPASS: ctf-writer/test-ctf-writer.sh 57 - bt_ctf_stream_class_get_name returns a correct stream class name\nPASS: ctf-writer/test-ctf-writer.sh 58 - bt_ctf_stream_class_get_clock returns NULL when a clock was not set\nPASS: ctf-writer/test-ctf-writer.sh 59 - bt_ctf_stream_class_get_clock handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 60 - Create stream class\nPASS: ctf-writer/test-ctf-writer.sh 61 - Set a stream class' clock\nPASS: ctf-writer/test-ctf-writer.sh 62 - bt_ctf_stream_class_get_clock returns a correct clock\nPASS: ctf-writer/test-ctf-writer.sh 63 - Create an unsigned integer type\nPASS: ctf-writer/test-ctf-writer.sh 64 - Set integer type's base as binary\nPASS: ctf-writer/test-ctf-writer.sh 65 - Set integer type's base as decimal\nPASS: ctf-writer/test-ctf-writer.sh 66 - Reject integer type's base set as unknown\nPASS: ctf-writer/test-ctf-writer.sh 67 - Set integer type's base as octal\nPASS: ctf-writer/test-ctf-writer.sh 68 - Set integer type's base as hexadecimal\nPASS: ctf-writer/test-ctf-writer.sh 69 - Reject unknown integer base value\nPASS: ctf-writer/test-ctf-writer.sh 70 - Set integer type signedness to signed\nPASS: ctf-writer/test-ctf-writer.sh 71 - Set integer type signedness to unsigned\nPASS: ctf-writer/test-ctf-writer.sh 72 - bt_ctf_field_type_integer_get_size returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 73 - bt_ctf_field_type_integer_get_signed returns a correct value for unsigned types\nPASS: ctf-writer/test-ctf-writer.sh 74 - bt_ctf_field_type_set_byte_order handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 75 - bt_ctf_field_type_set_byte_order rejects invalid values\nPASS: ctf-writer/test-ctf-writer.sh 76 - Set an integer's byte order to little endian\nPASS: ctf-writer/test-ctf-writer.sh 77 - Set an integer's byte order to big endian\nPASS: ctf-writer/test-ctf-writer.sh 78 - bt_ctf_field_type_get_byte_order returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 79 - bt_ctf_field_type_get_type_id returns a correct value with an integer type\nPASS: ctf-writer/test-ctf-writer.sh 80 - bt_ctf_field_type_integer_get_base returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 81 - bt_ctf_field_type_integer_set_encoding handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 82 - bt_ctf_field_type_integer_set_encoding handles invalid encodings correctly\nPASS: ctf-writer/test-ctf-writer.sh 83 - Set integer type encoding to UTF8\nPASS: ctf-writer/test-ctf-writer.sh 84 - bt_ctf_field_type_integer_get_encoding returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 85 - Set signedness of 16 bit integer to true\nPASS: ctf-writer/test-ctf-writer.sh 86 - bt_ctf_field_type_integer_get_signed returns a correct value for signed types\nPASS: ctf-writer/test-ctf-writer.sh 87 - Create a sequence of int16_t type\nPASS: ctf-writer/test-ctf-writer.sh 88 - bt_ctf_field_type_get_type_id returns a correct value with a sequence type\nPASS: ctf-writer/test-ctf-writer.sh 89 - bt_ctf_field_type_sequence_get_length_field_name returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 90 - bt_ctf_field_type_sequence_get_element_field_type returns the correct type\nPASS: ctf-writer/test-ctf-writer.sh 91 - Create a string type\nPASS: ctf-writer/test-ctf-writer.sh 92 - Reject invalid \"None\" string encoding\nPASS: ctf-writer/test-ctf-writer.sh 93 - Reject invalid string encoding\nPASS: ctf-writer/test-ctf-writer.sh 94 - Set string encoding to ASCII\nPASS: ctf-writer/test-ctf-writer.sh 95 - bt_ctf_field_type_string_get_encoding returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 96 - bt_ctf_field_type_get_type_id returns a correct value with a structure type\nPASS: ctf-writer/test-ctf-writer.sh 97 - Create a structure type\nPASS: ctf-writer/test-ctf-writer.sh 98 - Add a uint8_t type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 99 - Add a sequence type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 100 - bt_ctf_field_type_structure_get_field_count returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 101 - bt_ctf_field_type_structure_get_field handles a NULL name correctly\nPASS: ctf-writer/test-ctf-writer.sh 102 - bt_ctf_field_type_structure_get_field handles a NULL return type correctly\nPASS: ctf-writer/test-ctf-writer.sh 103 - bt_ctf_field_type_structure_get_field returns a field\nPASS: ctf-writer/test-ctf-writer.sh 104 - bt_ctf_field_type_structure_get_field returns a correct field name\nPASS: ctf-writer/test-ctf-writer.sh 105 - bt_ctf_field_type_structure_get_field returns a correct field type\nPASS: ctf-writer/test-ctf-writer.sh 106 - bt_ctf_field_type_structure_get_field_type_by_name returns the correct field type\nPASS: ctf-writer/test-ctf-writer.sh 107 - Add a string type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 108 - Add a structure type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 109 - bt_ctf_field_type_structure_get_field_type_by_name returns a correct type\nPASS: ctf-writer/test-ctf-writer.sh 110 - Instantiate a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 111 - Instantiate an unsigned 12-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 112 - bt_ctf_field_get_type returns the correct type\nPASS: ctf-writer/test-ctf-writer.sh 113 - Check an integer type' base can't be modified after instantiation\nPASS: ctf-writer/test-ctf-writer.sh 114 - Check an integer type's signedness can't be modified after instantiation\nPASS: ctf-writer/test-ctf-writer.sh 115 - Check -32768 is allowed for a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 116 - Check 32767 is allowed for a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 117 - Check -42 is allowed for a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 118 - Check 4095 is allowed for an unsigned 12-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 119 - Check 0 is allowed for an unsigned 12-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 120 - Instantiate a string field\nPASS: ctf-writer/test-ctf-writer.sh 121 - Set a string's value\nPASS: ctf-writer/test-ctf-writer.sh 122 - Create an enumeration type with an unsigned 12-bit integer as container\nPASS: ctf-writer/test-ctf-writer.sh 123 - bt_ctf_stream_class_get_id returns an error when no id is set\nPASS: ctf-writer/test-ctf-writer.sh 124 - bt_ctf_stream_class_set_id handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 125 - Set an stream class' id\nPASS: ctf-writer/test-ctf-writer.sh 126 - bt_ctf_stream_class_get_id returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 127 - bt_ctf_stream_class_get_event_header_type returns an event header type\nPASS: ctf-writer/test-ctf-writer.sh 128 - Default event header type is a structure\nPASS: ctf-writer/test-ctf-writer.sh 129 - Default event header type contains an \"id\" field\nPASS: ctf-writer/test-ctf-writer.sh 130 - Default event header \"id\" field is an integer\nPASS: ctf-writer/test-ctf-writer.sh 131 - Default event header type contains a \"timestamp\" field\nPASS: ctf-writer/test-ctf-writer.sh 132 - Default event header \"timestamp\" field is an integer\nPASS: ctf-writer/test-ctf-writer.sh 133 - bt_ctf_trace_get_packet_header_field_type returns a packet header\nPASS: ctf-writer/test-ctf-writer.sh 134 - bt_ctf_trace_get_packet_header_field_type returns a packet header of type struct\nPASS: ctf-writer/test-ctf-writer.sh 135 - Default packet header type contains a \"magic\" field\nPASS: ctf-writer/test-ctf-writer.sh 136 - Default packet header type contains a \"uuid\" field\nPASS: ctf-writer/test-ctf-writer.sh 137 - Default packet header type contains a \"stream_id\" field\nPASS: ctf-writer/test-ctf-writer.sh 138 - Added a custom trace packet header field successfully\nPASS: ctf-writer/test-ctf-writer.sh 139 - bt_ctf_trace_set_packet_header_field_type handles a NULL trace correctly\nPASS: ctf-writer/test-ctf-writer.sh 140 - Set a trace packet_header_type successfully\nPASS: ctf-writer/test-ctf-writer.sh 141 - bt_ctf_stream_class_get_packet_context_type returns a packet context type.\nPASS: ctf-writer/test-ctf-writer.sh 142 - Packet context is a structure\nPASS: ctf-writer/test-ctf-writer.sh 143 - bt_ctf_stream_class_set_packet_context_type handles a NULL stream class correctly\nPASS: ctf-writer/test-ctf-writer.sh 144 - bt_ctf_stream_class_set_packet_context_type rejects a packet context that is not a structure\nPASS: ctf-writer/test-ctf-writer.sh 145 - Packet context field added successfully\nPASS: ctf-writer/test-ctf-writer.sh 146 - bt_ctf_stream_class_set_event_context_type handles a NULL stream_class correctly\nPASS: ctf-writer/test-ctf-writer.sh 147 - bt_ctf_stream_class_set_event_context_type validates that the event context os a structure\nPASS: ctf-writer/test-ctf-writer.sh 148 - Set a new stream event context type\nPASS: ctf-writer/test-ctf-writer.sh 149 - bt_ctf_stream_class_get_event_context_type returns the correct field type.\nPASS: ctf-writer/test-ctf-writer.sh 150 - bt_ctf_trace_get_stream_count() succeeds and returns the correct value (0)\nPASS: ctf-writer/test-ctf-writer.sh 151 - Instantiate a stream class from writer\nPASS: ctf-writer/test-ctf-writer.sh 152 - bt_ctf_trace_get_stream_count() succeeds and returns the correct value (1)\nPASS: ctf-writer/test-ctf-writer.sh 153 - bt_ctf_trace_get_stream_by_index() succeeds and returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 154 - bt_ctf_stream_get_class returns a stream class\nPASS: ctf-writer/test-ctf-writer.sh 155 - Returned stream class is of the correct type\nPASS: ctf-writer/test-ctf-writer.sh 156 - Trace packet header type can't be modified once a stream has been instantiated\nPASS: ctf-writer/test-ctf-writer.sh 157 - Packet context type can't be modified once a stream has been instantiated\nPASS: ctf-writer/test-ctf-writer.sh 158 - Stream event context type can't be modified once a stream has been instantiated\nPASS: ctf-writer/test-ctf-writer.sh 159 - Changes to a stream class that was already instantiated fail\nPASS: ctf-writer/test-ctf-writer.sh 160 - bt_ctf_stream_get_packet_header handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 161 - bt_ctf_stream_get_packet_header returns a packet header\nPASS: ctf-writer/test-ctf-writer.sh 162 - Stream returns a packet header of the appropriate type\nPASS: ctf-writer/test-ctf-writer.sh 163 - Packet header structure contains a custom field with the appropriate name\nPASS: ctf-writer/test-ctf-writer.sh 164 - Set custom packet header value successfully\nPASS: ctf-writer/test-ctf-writer.sh 165 - bt_ctf_stream_set_packet_header handles a NULL packet header correctly\nPASS: ctf-writer/test-ctf-writer.sh 166 - bt_ctf_stream_set_packet_header handles a NULL stream correctly\nPASS: ctf-writer/test-ctf-writer.sh 167 - bt_ctf_stream_set_packet_header rejects a packet header of the wrong type\nPASS: ctf-writer/test-ctf-writer.sh 168 - Successfully set a stream's packet header\nPASS: ctf-writer/test-ctf-writer.sh 169 - Add environment field to writer after stream creation\nPASS: ctf-writer/test-ctf-writer.sh 170 - bt_ctf_event_get_stream returns an event's stream after it has been appended\nPASS: ctf-writer/test-ctf-writer.sh 171 - Create an event before instantiating its associated stream\nPASS: ctf-writer/test-ctf-writer.sh 172 - Create an unsigned integer type\nPASS: ctf-writer/test-ctf-writer.sh 173 - Set signed 64 bit integer signedness to true\nPASS: ctf-writer/test-ctf-writer.sh 174 - Create a signed integer type\nPASS: ctf-writer/test-ctf-writer.sh 175 - bt_ctf_field_type_enumeration_get_container_field_type returns the right type\nPASS: ctf-writer/test-ctf-writer.sh 176 - bt_ctf_field_enumeration_type_create rejects non-integer container field types\nPASS: ctf-writer/test-ctf-writer.sh 177 - bt_ctf_field_type_get_alignment returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 178 - Set a floating point type's exponent digit count\nPASS: ctf-writer/test-ctf-writer.sh 179 - Set a floating point type's mantissa digit count\nPASS: ctf-writer/test-ctf-writer.sh 180 - bt_ctf_field_type_floating_point_get_exponent_digits returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 181 - bt_ctf_field_type_floating_point_get_mantissa_digits returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 182 - bt_ctf_field_type_enumeration_add_mapping accepts negative enumeration mappings\nPASS: ctf-writer/test-ctf-writer.sh 183 - bt_ctf_field_type_enumeration_add_mapping accepts enumeration mapping strings containing quotes\nPASS: ctf-writer/test-ctf-writer.sh 184 - bt_ctf_field_type_enumeration_add_mapping accepts enumeration mapping strings containing special characters\nPASS: ctf-writer/test-ctf-writer.sh 185 - Accept enumeration mapping strings containing reserved keywords\nPASS: ctf-writer/test-ctf-writer.sh 186 - bt_ctf_field_type_enumeration_add_mapping accepts duplicate mapping names\nPASS: ctf-writer/test-ctf-writer.sh 187 - bt_ctf_field_type_enumeration_add_mapping accepts overlapping enum entries\nPASS: ctf-writer/test-ctf-writer.sh 188 - bt_ctf_field_type_enumeration_add_mapping rejects mapping where end < start\nPASS: ctf-writer/test-ctf-writer.sh 189 - Add signed enumeration field to event\nPASS: ctf-writer/test-ctf-writer.sh 190 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL string correctly\nPASS: ctf-writer/test-ctf-writer.sh 191 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL start correctly\nPASS: ctf-writer/test-ctf-writer.sh 192 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL end correctly\nPASS: ctf-writer/test-ctf-writer.sh 193 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a value\nPASS: ctf-writer/test-ctf-writer.sh 194 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping name\nPASS: ctf-writer/test-ctf-writer.sh 195 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping start\nPASS: ctf-writer/test-ctf-writer.sh 196 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping end\nPASS: ctf-writer/test-ctf-writer.sh 197 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing quotes\nPASS: ctf-writer/test-ctf-writer.sh 198 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing special characters\nPASS: ctf-writer/test-ctf-writer.sh 199 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing reserved keywords\nPASS: ctf-writer/test-ctf-writer.sh 200 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts single-value ranges\nPASS: ctf-writer/test-ctf-writer.sh 201 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts duplicate mapping names\nPASS: ctf-writer/test-ctf-writer.sh 202 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts overlapping enum entries\nPASS: ctf-writer/test-ctf-writer.sh 203 - bt_ctf_field_type_enumeration_unsigned_add_mapping rejects mapping where end < start\nPASS: ctf-writer/test-ctf-writer.sh 204 - Add unsigned enumeration field to event\nPASS: ctf-writer/test-ctf-writer.sh 205 - bt_ctf_field_type_enumeration_get_mapping_count returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 206 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL string correctly\nPASS: ctf-writer/test-ctf-writer.sh 207 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL start correctly\nPASS: ctf-writer/test-ctf-writer.sh 208 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL end correctly\nPASS: ctf-writer/test-ctf-writer.sh 209 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a value\nPASS: ctf-writer/test-ctf-writer.sh 210 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping name\nPASS: ctf-writer/test-ctf-writer.sh 211 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping start\nPASS: ctf-writer/test-ctf-writer.sh 212 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping end\nPASS: ctf-writer/test-ctf-writer.sh 213 - Add event specific context field\nPASS: ctf-writer/test-ctf-writer.sh 214 - bt_ctf_event_class_set_context_field_type handles a NULL event class correctly\nPASS: ctf-writer/test-ctf-writer.sh 215 - Set an event class' context type successfully\nPASS: ctf-writer/test-ctf-writer.sh 216 - bt_ctf_event_class_get_context_field_type returns the appropriate type\nPASS: ctf-writer/test-ctf-writer.sh 217 - Adding simple event class to stream class\nPASS: ctf-writer/test-ctf-writer.sh 218 - bt_ctf_stream_class_get_event_class_count returns a correct number of event classes\nPASS: ctf-writer/test-ctf-writer.sh 219 - bt_ctf_stream_class_get_event_class returns the correct event class\nPASS: ctf-writer/test-ctf-writer.sh 220 - bt_ctf_stream_class_get_event_class_by_id returns NULL when the requested ID doesn't exist\nPASS: ctf-writer/test-ctf-writer.sh 221 - bt_ctf_stream_class_get_event_class_by_id returns a correct event class\nPASS: ctf-writer/test-ctf-writer.sh 222 - Instantiate an event containing a single integer field\nPASS: ctf-writer/test-ctf-writer.sh 223 - Use bt_ctf_event_set_payload to set a manually allocated field\nPASS: ctf-writer/test-ctf-writer.sh 224 - bt_ctf_field_floating_point_get_value returns a double value\nPASS: ctf-writer/test-ctf-writer.sh 225 - bt_ctf_field_floating_point_get_value returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 226 - Set signed enumeration container value\nPASS: ctf-writer/test-ctf-writer.sh 227 - Set unsigned enumeration container value\nPASS: ctf-writer/test-ctf-writer.sh 228 - Set clock time\nPASS: ctf-writer/test-ctf-writer.sh 229 - bt_ctf_event_get_context returns a field\nPASS: ctf-writer/test-ctf-writer.sh 230 - bt_ctf_event_get_context returns a field of the appropriate type\nPASS: ctf-writer/test-ctf-writer.sh 231 - Successfully set an event context's value\nPASS: ctf-writer/test-ctf-writer.sh 232 - Set an event context successfully\nPASS: ctf-writer/test-ctf-writer.sh 233 - Append simple event to trace stream\nPASS: ctf-writer/test-ctf-writer.sh 234 - bt_ctf_stream_get_packet_context returns a packet context\nPASS: ctf-writer/test-ctf-writer.sh 235 - Packet context contains the default packet_size field.\nPASS: ctf-writer/test-ctf-writer.sh 236 - Custom packet context field value successfully set.\nPASS: ctf-writer/test-ctf-writer.sh 237 - Successfully set a stream's packet context\nPASS: ctf-writer/test-ctf-writer.sh 238 - Flush trace stream with one event\nPASS: ctf-writer/test-ctf-writer.sh 239 - Add a new event class to a stream class after writing an event\nPASS: ctf-writer/test-ctf-writer.sh 240 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events when none were discarded\nPASS: ctf-writer/test-ctf-writer.sh 241 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events when some were discarded\nPASS: ctf-writer/test-ctf-writer.sh 242 - Append 100 000 events to a stream\nPASS: ctf-writer/test-ctf-writer.sh 243 - Flush a stream that forces a packet resize\nPASS: ctf-writer/test-ctf-writer.sh 244 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events after a flush\nPASS: ctf-writer/test-ctf-writer.sh 245 - bt_ctf_field_type_set_alignment handles 0-alignment correctly\nPASS: ctf-writer/test-ctf-writer.sh 246 - bt_ctf_field_type_set_alignment handles wrong alignment correctly (3)\nPASS: ctf-writer/test-ctf-writer.sh 247 - bt_ctf_field_type_set_alignment handles wrong alignment correctly (24)\nPASS: ctf-writer/test-ctf-writer.sh 248 - bt_ctf_field_type_set_alignment handles correct alignment correctly (4)\nPASS: ctf-writer/test-ctf-writer.sh 249 - Set alignment of signed 16 bit integer to 32\nPASS: ctf-writer/test-ctf-writer.sh 250 - Set integer signedness to true\nPASS: ctf-writer/test-ctf-writer.sh 251 - Set signed 16 bit integer base to hexadecimal\nPASS: ctf-writer/test-ctf-writer.sh 252 - bt_ctf_field_type_array_get_element_field_type returns the correct type\nPASS: ctf-writer/test-ctf-writer.sh 253 - bt_ctf_field_type_array_get_length returns the correct length\nPASS: ctf-writer/test-ctf-writer.sh 254 - Cannot add self to structure\nPASS: ctf-writer/test-ctf-writer.sh 255 - Add seq_len field to inner structure\nPASS: ctf-writer/test-ctf-writer.sh 256 - Add a_sequence field to inner structure\nPASS: ctf-writer/test-ctf-writer.sh 257 - Add an_array field to inner structure\nPASS: ctf-writer/test-ctf-writer.sh 258 - Reject a variant field based on an unknown tag value\nPASS: ctf-writer/test-ctf-writer.sh 259 - Add a field to a variant\nPASS: ctf-writer/test-ctf-writer.sh 260 - Add INT16_TYPE field to variant\nPASS: ctf-writer/test-ctf-writer.sh 261 - Add UINT35_TYPE field to variant\nPASS: ctf-writer/test-ctf-writer.sh 262 - bt_ctf_field_type_variant_get_tag_field_type returns a correct tag type\nPASS: ctf-writer/test-ctf-writer.sh 263 - bt_ctf_field_type_variant_get_tag_name returns the correct variant tag name\nPASS: ctf-writer/test-ctf-writer.sh 264 - bt_ctf_field_type_variant_get_field_type_by_name returns a correct field type\nPASS: ctf-writer/test-ctf-writer.sh 265 - bt_ctf_field_type_variant_get_field_count returns the correct count\nPASS: ctf-writer/test-ctf-writer.sh 266 - bt_ctf_field_type_variant_get_field handles a NULL field name correctly\nPASS: ctf-writer/test-ctf-writer.sh 267 - bt_ctf_field_type_variant_get_field handles a NULL field type correctly\nPASS: ctf-writer/test-ctf-writer.sh 268 - bt_ctf_field_type_variant_get_field returns a field\nPASS: ctf-writer/test-ctf-writer.sh 269 - bt_ctf_field_type_variant_get_field returns a correct field name\nPASS: ctf-writer/test-ctf-writer.sh 270 - bt_ctf_field_type_variant_get_field returns a correct field type\nPASS: ctf-writer/test-ctf-writer.sh 271 - Add variant_selector field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 272 - Add `string` field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 273 - Add variant_value field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 274 - Add inner_structure field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 275 - Create an event class\nPASS: ctf-writer/test-ctf-writer.sh 276 - Reject addition of a field with an empty name to an event\nPASS: ctf-writer/test-ctf-writer.sh 277 - Reject addition of a field with a NULL type to an event\nPASS: ctf-writer/test-ctf-writer.sh 278 - Reject addition of a type with an illegal name to an event\nPASS: ctf-writer/test-ctf-writer.sh 279 - Add field of type unsigned integer to an event\nPASS: ctf-writer/test-ctf-writer.sh 280 - Add field of type signed integer to an event\nPASS: ctf-writer/test-ctf-writer.sh 281 - Add composite structure to an event\nPASS: ctf-writer/test-ctf-writer.sh 282 - bt_ctf_event_class_get_name returns a correct name\nPASS: ctf-writer/test-ctf-writer.sh 283 - bt_ctf_event_class_get_id returns a negative value when not set\nPASS: ctf-writer/test-ctf-writer.sh 284 - bt_ctf_event_class_set_id handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 285 - Set an event class' id\nPASS: ctf-writer/test-ctf-writer.sh 286 - bt_ctf_event_class_get_id returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 287 - event class has the expected initial log level\nPASS: ctf-writer/test-ctf-writer.sh 288 - as expected, event class has no initial EMF URI\nPASS: ctf-writer/test-ctf-writer.sh 289 - bt_ctf_event_class_set_log_level handles a NULL event class correctly\nPASS: ctf-writer/test-ctf-writer.sh 290 - bt_ctf_event_class_set_log_level handles an unknown log level correctly\nPASS: ctf-writer/test-ctf-writer.sh 291 - bt_ctf_event_class_set_log_level succeeds with a valid log level\nPASS: ctf-writer/test-ctf-writer.sh 292 - bt_ctf_event_class_get_log_level returns the expected log level\nPASS: ctf-writer/test-ctf-writer.sh 293 - bt_ctf_event_class_set_emf_uri handles a NULL event class correctly\nPASS: ctf-writer/test-ctf-writer.sh 294 - bt_ctf_event_class_set_emf_uri succeeds with a valid EMF URI\nPASS: ctf-writer/test-ctf-writer.sh 295 - bt_ctf_event_class_get_emf_uri returns the expected EMF URI\nPASS: ctf-writer/test-ctf-writer.sh 296 - bt_ctf_event_class_set_emf_uri succeeds with NULL (to reset)\nPASS: ctf-writer/test-ctf-writer.sh 297 - as expected, event class has no EMF URI after reset\nPASS: ctf-writer/test-ctf-writer.sh 298 - Reject addition of NULL event class to a stream class\nPASS: ctf-writer/test-ctf-writer.sh 299 - Add an event class to stream class\nPASS: ctf-writer/test-ctf-writer.sh 300 - bt_ctf_event_class_get_stream_class returns the correct stream class\nPASS: ctf-writer/test-ctf-writer.sh 301 - bt_ctf_event_class_get_field_by_name handles an invalid field name correctly\nPASS: ctf-writer/test-ctf-writer.sh 302 - Instantiate a complex event\nPASS: ctf-writer/test-ctf-writer.sh 303 - bt_ctf_event_get_class returns the correct event class\nPASS: ctf-writer/test-ctf-writer.sh 304 - Use bt_ctf_event_get_payload to get a field instance\nPASS: ctf-writer/test-ctf-writer.sh 305 - bt_ctf_field_integer_unsigned_get_value succeeds after setting a value\nPASS: ctf-writer/test-ctf-writer.sh 306 - bt_ctf_field_integer_unsigned_get_value returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 307 - bt_ctf_field_integer_signed_get_value succeeds after setting a value\nPASS: ctf-writer/test-ctf-writer.sh 308 - bt_ctf_field_integer_signed_get_value returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 309 - bt_ctf_field_string_append succeeds\nPASS: ctf-writer/test-ctf-writer.sh 310 - bt_ctf_field_string_append_len succeeds (append 5 characters)\nPASS: ctf-writer/test-ctf-writer.sh 311 - bt_ctf_field_string_append_len succeeds (append 0 characters)\nPASS: ctf-writer/test-ctf-writer.sh 312 - bt_ctf_field_string_append_len succeeds (append 0 characters)\nPASS: ctf-writer/test-ctf-writer.sh 313 - bt_ctf_field_string_get_value returns a string\nPASS: ctf-writer/test-ctf-writer.sh 314 - bt_ctf_field_string_get_value returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 315 - bt_ctf_field_type_variant_get_field_type_from_tag returns the correct field type\nPASS: ctf-writer/test-ctf-writer.sh 316 - Set a sequence field's length\nPASS: ctf-writer/test-ctf-writer.sh 317 - Append a complex event to a stream\nPASS: ctf-writer/test-ctf-writer.sh 318 - Flush a stream containing a complex event\nPASS: ctf-writer/test-ctf-writer.sh 319 - two event classes with the same name may cohabit within the same stream class\nPASS: ctf-writer/test-ctf-writer.sh 320 - two event classes with the same ID cannot cohabit within the same stream class\nPASS: ctf-writer/test-ctf-writer.sh 321 - bt_ctf_stream_class_get_trace returns NULL when stream class is orphaned\nPASS: ctf-writer/test-ctf-writer.sh 322 - bt_ctf_stream_class_get_trace returns the correct trace after a stream has been created\nPASS: ctf-writer/test-ctf-writer.sh 323 - Created a stream class with default attributes and an empty stream\nPASS: ctf-writer/test-ctf-writer.sh 324 - Get metadata string\nPASS: ctf-writer/test-ctf-writer.sh 325 - Babeltrace could read the resulting trace\nPASS: lib/test-bt-uuid 1 - bt_uuid_from_c_str - Parse valid string '3d260c88-75ea-47b8-a7e2-d6077c0378d9', expect success\nPASS: lib/test-bt-uuid 2 - bt_uuid_from_c_str - Parse valid string '611cf3a6-a68b-4515-834f-208bc2762592', expect success\nPASS: lib/test-bt-uuid 3 - bt_uuid_from_c_str - Parse valid string '1b4855cc-96de-4ae8-abe3-86449c2a43c4', expect success\nPASS: lib/test-bt-uuid 4 - bt_uuid_from_c_str - Parse valid string '8ADED5B9-ACD2-439F-A60C-897403AA2AB4', expect success\nPASS: lib/test-bt-uuid 5 - bt_uuid_from_c_str - Parse valid string 'f109e0a2-C619-4d18-b760-20EA20E0F69A', expect success\nPASS: lib/test-bt-uuid 6 - bt_uuid_from_c_str - Parse invalid string '1b485!cc-96de-4XX8-abe3-86449c2a43?4', expect failure\nPASS: lib/test-bt-uuid 7 - bt_uuid_from_c_str - Parse invalid string 'c2e6eddb&3955&4006&be3a&70bb63bd5f25', expect failure\nPASS: lib/test-bt-uuid 8 - bt_uuid_from_c_str - Parse invalid string '81b1cb88-ff42-45b9-ba4d-964088ee45', expect failure\nPASS: lib/test-bt-uuid 9 - bt_uuid_from_c_str - Parse invalid string '2d-6c6d756574-470e-9142-a4e6ad03f143', expect failure\nPASS: lib/test-bt-uuid 10 - bt_uuid_from_c_str - Parse invalid string '4542ad19-9e4f-4931-8261-2101c3e089ae7', expect failure\nPASS: lib/test-bt-uuid 11 - bt_uuid_from_c_str - Parse invalid string 'XX0123', expect failure\nPASS: lib/test-bt-uuid 12 - bt_uuid_to_str - Convert UUID '3d260c88-75ea-47b8-a7e2-d6077c0378d9' to string, expect success\nPASS: lib/test-bt-uuid 13 - bt_uuid_to_str - Convert UUID '611cf3a6-a68b-4515-834f-208bc2762592' to string, expect success\nPASS: lib/test-bt-uuid 14 - bt_uuid_to_str - Convert UUID '1b4855cc-96de-4ae8-abe3-86449c2a43c4' to string, expect success\nPASS: lib/test-bt-uuid 15 - bt_uuid_compare - Compare same UUID, expect success\nPASS: lib/test-bt-uuid 16 - bt_uuid_compare - Compare different UUID, expect failure\nPASS: lib/test-bt-uuid 17 - bt_uuid_compare - Compare different UUID, expect uuid1 smaller\nPASS: lib/test-bt-uuid 18 - bt_uuid_compare - Compare different UUID, expect uuid2 bigger\nPASS: lib/test-bt-uuid 19 - bt_uuid_copy - Compare copied UUID with source, expect success\nPASS: lib/test-bt-uuid 20 - bt_uuid_generate - Generated UUIDs are different\nPASS: lib/test-bt-uuid 21 - bt_uuid_generate - bit 6 of clock_seq_hi_and_reserved is set to zero\nPASS: lib/test-bt-uuid 22 - bt_uuid_generate - bit 7 of clock_seq_hi_and_reserved is set to one\nPASS: lib/test-bt-uuid 23 - bt_uuid_generate - Generated UUID version check\nPASS: lib/test-bt-values 1 - bt_value_null is not NULL\nPASS: lib/test-bt-values 2 - bt_value_null is a null value object\nPASS: lib/test-bt-values 3 - getting bt_value_null does not cause a crash\nPASS: lib/test-bt-values 4 - putting bt_value_null does not cause a crash\nPASS: lib/test-bt-values 5 - bt_value_bool_create() returns a boolean value object\nPASS: lib/test-bt-values 6 - default boolean value object value is BT_FALSE\nPASS: lib/test-bt-values 7 - bt_value_bool_set() works\nPASS: lib/test-bt-values 8 - putting an existing boolean value object does not cause a crash\nPASS: lib/test-bt-values 9 - bt_value_bool_create_init() returns a boolean value object\nPASS: lib/test-bt-values 10 - bt_value_bool_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 11 - bt_value_integer_unsigned_create() returns an unsigned integer value object\nPASS: lib/test-bt-values 12 - default unsigned integer value object value is 0\nPASS: lib/test-bt-values 13 - bt_value_integer_unsigned_bool_set() works\nPASS: lib/test-bt-values 14 - putting an existing unsigned integer value object does not cause a crash\nPASS: lib/test-bt-values 15 - bt_value_integer_unsigned_create_init() returns an unsigned integer value object\nPASS: lib/test-bt-values 16 - bt_value_integer_unsigned_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 17 - bt_value_integer_signed_create() returns a signed integer value object\nPASS: lib/test-bt-values 18 - default signed integer value object value is 0\nPASS: lib/test-bt-values 19 - bt_value_integer_signed_bool_set() works\nPASS: lib/test-bt-values 20 - putting an existing signed integer value object does not cause a crash\nPASS: lib/test-bt-values 21 - bt_value_integer_signed_create_init() returns a signed integer value object\nPASS: lib/test-bt-values 22 - bt_value_integer_signed_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 23 - bt_value_real_create() returns a real number value object\nPASS: lib/test-bt-values 24 - default real number value object value is 0\nPASS: lib/test-bt-values 25 - bt_value_real_set() works\nPASS: lib/test-bt-values 26 - putting an existing real number value object does not cause a crash\nPASS: lib/test-bt-values 27 - bt_value_real_create_init() returns a real number value object\nPASS: lib/test-bt-values 28 - bt_value_real_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 29 - bt_value_string_create() returns a string value object\nPASS: lib/test-bt-values 30 - default string value object value is \"\"\nPASS: lib/test-bt-values 31 - bt_value_string_get() works\nPASS: lib/test-bt-values 32 - putting an existing string value object does not cause a crash\nPASS: lib/test-bt-values 33 - bt_value_string_create_init() returns a string value object\nPASS: lib/test-bt-values 34 - bt_value_string_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 35 - bt_value_array_create() returns an array value object\nPASS: lib/test-bt-values 36 - initial array value object size is 0\nPASS: lib/test-bt-values 37 - bt_value_array_append_element() succeeds\nPASS: lib/test-bt-values 38 - appending an element to an array value object increment its size\nPASS: lib/test-bt-values 39 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (unsigned integer)\nPASS: lib/test-bt-values 40 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (unsigned integer)\nPASS: lib/test-bt-values 41 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (signed integer)\nPASS: lib/test-bt-values 42 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (signed integer)\nPASS: lib/test-bt-values 43 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (real number)\nPASS: lib/test-bt-values 44 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (real number)\nPASS: lib/test-bt-values 45 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (boolean)\nPASS: lib/test-bt-values 46 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (boolean)\nPASS: lib/test-bt-values 47 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (null)\nPASS: lib/test-bt-values 48 - bt_value_array_set_element_by_index() succeeds\nPASS: lib/test-bt-values 49 - bt_value_array_set_element_by_index() inserts an value object with the appropriate type\nPASS: lib/test-bt-values 50 - bt_value_array_set_element_by_index() inserts an value object with the appropriate value\nPASS: lib/test-bt-values 51 - bt_value_array_append_bool_element() succeeds\nPASS: lib/test-bt-values 52 - bt_value_array_append_unsigned_integer_element() succeeds\nPASS: lib/test-bt-values 53 - bt_value_array_append_signed_integer_element() succeeds\nPASS: lib/test-bt-values 54 - bt_value_array_append_real_element() succeeds\nPASS: lib/test-bt-values 55 - bt_value_array_append_string_element() succeeds\nPASS: lib/test-bt-values 56 - bt_value_array_append_empty_array_element() succeeds\nPASS: lib/test-bt-values 57 - bt_value_array_append_empty_array_element() with returned value object succeeds\nPASS: lib/test-bt-values 58 - object returned by bt_value_array_append_empty_array_element() is not NULL\nPASS: lib/test-bt-values 59 - object returned by bt_value_array_append_empty_array_element() is an array value\nPASS: lib/test-bt-values 60 - bt_value_array_append_empty_map_element() succeeds\nPASS: lib/test-bt-values 61 - bt_value_array_append_empty_map_element() with returned value object succeeds\nPASS: lib/test-bt-values 62 - object returned by bt_value_array_append_empty_map_element() is not NULL\nPASS: lib/test-bt-values 63 - object returned by bt_value_array_append_empty_map_element() is an array value\nPASS: lib/test-bt-values 64 - the bt_value_array_append_element_*() functions increment the array value object's size\nPASS: lib/test-bt-values 65 - map value object is not empty\nPASS: lib/test-bt-values 66 - bt_value_array_append_bool_element() appends a boolean value object\nPASS: lib/test-bt-values 67 - bt_value_array_append_bool_element() appends the appropriate value\nPASS: lib/test-bt-values 68 - bt_value_array_append_unsigned_integer_element() appends an unsigned integer value object\nPASS: lib/test-bt-values 69 - bt_value_array_append_unsigned_integer_element() appends the appropriate value\nPASS: lib/test-bt-values 70 - bt_value_array_append_signed_integer_element() appends a signed integer value object\nPASS: lib/test-bt-values 71 - bt_value_array_append_signed_integer_element() appends the appropriate value\nPASS: lib/test-bt-values 72 - bt_value_array_append_real_element() appends a real number value object\nPASS: lib/test-bt-values 73 - bt_value_array_append_real_element() appends the appropriate value\nPASS: lib/test-bt-values 74 - bt_value_array_append_string_element() appends a string value object\nPASS: lib/test-bt-values 75 - bt_value_array_append_string_element() appends the appropriate value\nPASS: lib/test-bt-values 76 - bt_value_array_append_empty_array_element() appends an array value object\nPASS: lib/test-bt-values 77 - bt_value_array_append_empty_array_element() an empty array value object\nPASS: lib/test-bt-values 78 - bt_value_array_append_empty_array_element() appends an array value object\nPASS: lib/test-bt-values 79 - bt_value_array_append_empty_array_element() an empty array value object\nPASS: lib/test-bt-values 80 - bt_value_array_append_empty_map_element() appends a map value object\nPASS: lib/test-bt-values 81 - bt_value_array_append_empty_map_element() an empty map value object\nPASS: lib/test-bt-values 82 - bt_value_array_append_empty_map_element() appends a map value object\nPASS: lib/test-bt-values 83 - bt_value_array_append_empty_map_element() an empty map value object\nPASS: lib/test-bt-values 84 - putting an existing array value object does not cause a crash\nPASS: lib/test-bt-values 85 - bt_value_map_create() returns a map value object\nPASS: lib/test-bt-values 86 - initial map value object size is 0\nPASS: lib/test-bt-values 87 - bt_value_map_insert_entry() succeeds\nPASS: lib/test-bt-values 88 - inserting an element into a map value object increment its size\nPASS: lib/test-bt-values 89 - bt_value_map_insert_entry() accepts an existing key\nPASS: lib/test-bt-values 90 - bt_value_map_borrow_entry_value() returns NULL with an non existing key\nPASS: lib/test-bt-values 91 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (real)\nPASS: lib/test-bt-values 92 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (real)\nPASS: lib/test-bt-values 93 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (unsigned integer)\nPASS: lib/test-bt-values 94 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (unsigned integer)\nPASS: lib/test-bt-values 95 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (signed integer)\nPASS: lib/test-bt-values 96 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (signed integer)\nPASS: lib/test-bt-values 97 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (null)\nPASS: lib/test-bt-values 98 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (boolean)\nPASS: lib/test-bt-values 99 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (boolean)\nPASS: lib/test-bt-values 100 - bt_value_map_insert_bool_entry() succeeds\nPASS: lib/test-bt-values 101 - bt_value_map_insert_signed_integer_entry() succeeds\nPASS: lib/test-bt-values 102 - bt_value_map_insert_real_entry() succeeds\nPASS: lib/test-bt-values 103 - bt_value_map_insert_string_entry() succeeds\nPASS: lib/test-bt-values 104 - bt_value_map_insert_empty_array_entry() succeeds\nPASS: lib/test-bt-values 105 - bt_value_map_insert_empty_array_entry() with returned value object succeeds\nPASS: lib/test-bt-values 106 - object returned by bt_value_map_insert_empty_array_entry() is not NULL\nPASS: lib/test-bt-values 107 - object returned by bt_value_map_insert_empty_array_entry() is an array value\nPASS: lib/test-bt-values 108 - bt_value_map_insert_empty_map_entry() succeeds\nPASS: lib/test-bt-values 109 - bt_value_map_insert_empty_map_entry() with returned value object succeeds\nPASS: lib/test-bt-values 110 - object returned by bt_value_map_insert_empty_map_entry() is not NULL\nPASS: lib/test-bt-values 111 - object returned by bt_value_map_insert_empty_map_entry() is an array value\nPASS: lib/test-bt-values 112 - the bt_value_map_insert*() functions increment the map value object's size\nPASS: lib/test-bt-values 113 - map value object does not have key \"hello\"\nPASS: lib/test-bt-values 114 - map value object has key \"bt_bool\"\nPASS: lib/test-bt-values 115 - map value object has key \"uint\"\nPASS: lib/test-bt-values 116 - map value object has key \"int\"\nPASS: lib/test-bt-values 117 - map value object has key \"real\"\nPASS: lib/test-bt-values 118 - map value object has key \"null\"\nPASS: lib/test-bt-values 119 - map value object has key \"bool2\"\nPASS: lib/test-bt-values 120 - map value object has key \"int2\"\nPASS: lib/test-bt-values 121 - map value object has key \"real2\"\nPASS: lib/test-bt-values 122 - map value object has key \"string2\"\nPASS: lib/test-bt-values 123 - map value object has key \"array2\"\nPASS: lib/test-bt-values 124 - map value object has key \"array3\"\nPASS: lib/test-bt-values 125 - map value object has key \"map2\"\nPASS: lib/test-bt-values 126 - map value object has key \"map3\"\nPASS: lib/test-bt-values 127 - bt_value_map_foreach_entry() breaks the loop when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_INTERRUPT\nPASS: lib/test-bt-values 128 - bt_value_map_foreach_entry() fails when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_ERROR\nPASS: lib/test-bt-values 129 - bt_value_map_foreach_entry() fails when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_MEMORY_ERROR\nPASS: lib/test-bt-values 130 - test_map_foreach_cb_check(): success getting \"map2\" value object\nPASS: lib/test-bt-values 131 - test_map_foreach_cb_check(): \"map2\" value object is empty\nPASS: lib/test-bt-values 132 - test_map_foreach_cb_check(): success getting \"array3\" value object\nPASS: lib/test-bt-values 133 - test_map_foreach_cb_check(): \"array3\" value object is empty\nPASS: lib/test-bt-values 134 - test_map_foreach_cb_check(): success getting \"null\" value object\nPASS: lib/test-bt-values 135 - test_map_foreach_cb_check(): success getting \"array2\" value object\nPASS: lib/test-bt-values 136 - test_map_foreach_cb_check(): \"array2\" value object is empty\nPASS: lib/test-bt-values 137 - test_map_foreach_cb_check(): \"bt_bool\" value object has the right value\nPASS: lib/test-bt-values 138 - test_map_foreach_cb_check(): \"string2\" value object has the right value\nPASS: lib/test-bt-values 139 - test_map_foreach_cb_check(): \"real\" value object has the right value\nPASS: lib/test-bt-values 140 - test_map_foreach_cb_check(): \"real2\" value object has the right value\nPASS: lib/test-bt-values 141 - test_map_foreach_cb_check(): \"uint\" value object has the right value\nPASS: lib/test-bt-values 142 - test_map_foreach_cb_check(): \"int\" value object has the right value\nPASS: lib/test-bt-values 143 - test_map_foreach_cb_check(): \"int2\" value object has the right value\nPASS: lib/test-bt-values 144 - test_map_foreach_cb_check(): \"bool2\" value object has the right value\nPASS: lib/test-bt-values 145 - test_map_foreach_cb_check(): success getting \"map3\" value object\nPASS: lib/test-bt-values 146 - test_map_foreach_cb_check(): \"map3\" value object is empty\nPASS: lib/test-bt-values 147 - bt_value_map_foreach_entry() succeeds with test_map_foreach_cb_check()\nPASS: lib/test-bt-values 148 - bt_value_map_foreach_entry() iterates over all the map value object's elements\nPASS: lib/test-bt-values 149 - putting an existing map value object does not cause a crash\nPASS: lib/test-bt-values 150 - null value objects are equivalent\nPASS: lib/test-bt-values 151 - cannot compare null value object and bt_bool value object\nPASS: lib/test-bt-values 152 - boolean value objects are not equivalent (BT_FALSE and BT_TRUE)\nPASS: lib/test-bt-values 153 - boolean value objects are equivalent (BT_FALSE and BT_FALSE)\nPASS: lib/test-bt-values 154 - cannot compare null value object and unsigned integer value object\nPASS: lib/test-bt-values 155 - unsigned integer value objects are not equivalent (10 and 23)\nPASS: lib/test-bt-values 156 - unsigned integer value objects are equivalent (10 and 10)\nPASS: lib/test-bt-values 157 - cannot compare null value object and signed integer value object\nPASS: lib/test-bt-values 158 - signed integer value objects are not equivalent (10 and -23)\nPASS: lib/test-bt-values 159 - signed integer value objects are equivalent (10 and 10)\nPASS: lib/test-bt-values 160 - cannot compare null value object and real number value object\nPASS: lib/test-bt-values 161 - real number value objects are not equivalent (17.38 and -14.23)\nPASS: lib/test-bt-values 162 - real number value objects are equivalent (17.38 and 17.38)\nPASS: lib/test-bt-values 163 - cannot compare null value object and string value object\nPASS: lib/test-bt-values 164 - string value objects are not equivalent (\"hello\" and \"bt_value\")\nPASS: lib/test-bt-values 165 - string value objects are equivalent (\"hello\" and \"hello\")\nPASS: lib/test-bt-values 166 - empty array value objects are equivalent\nPASS: lib/test-bt-values 167 - cannot compare null value object and array value object\nPASS: lib/test-bt-values 168 - array value objects are not equivalent ([23, 14.2, BT_FALSE] and [14.2, 23, BT_FALSE])\nPASS: lib/test-bt-values 169 - array value objects are equivalent ([23, 14.2, BT_FALSE] and [23, 14.2, BT_FALSE])\nPASS: lib/test-bt-values 170 - empty map value objects are equivalent\nPASS: lib/test-bt-values 171 - cannot compare null value object and map value object\nPASS: lib/test-bt-values 172 - map value objects are not equivalent\nPASS: lib/test-bt-values 173 - map value objects are equivalent\nPASS: lib/test-bt-values 174 - bt_value_copy() succeeds\nPASS: lib/test-bt-values 175 - bt_value_copy() returns a different pointer (map)\nPASS: lib/test-bt-values 176 - bt_value_copy() returns a different pointer (string)\nPASS: lib/test-bt-values 177 - bt_value_copy() returns a different pointer (array)\nPASS: lib/test-bt-values 178 - bt_value_copy() returns a different pointer (bool)\nPASS: lib/test-bt-values 179 - bt_value_copy() returns a different pointer (unsigned integer)\nPASS: lib/test-bt-values 180 - bt_value_copy() returns a different pointer (signed integer)\nPASS: lib/test-bt-values 181 - bt_value_copy() returns a different pointer (real)\nPASS: lib/test-bt-values 182 - bt_value_copy() returns the same pointer (null)\nPASS: lib/test-bt-values 183 - source and destination value objects have the same content\nPASS: lib/test-bt-values 184 - bt_value_map_extend() succeeds\nPASS: lib/test-bt-values 185 - bt_value_map_extend() returns a map object with the correct size\nPASS: lib/test-bt-values 186 - bt_value_map_extend() picks the appropriate element (file)\nPASS: lib/test-bt-values 187 - bt_value_map_extend() picks the appropriate element (edit)\nPASS: lib/test-bt-values 188 - bt_value_map_extend() picks the appropriate element (selection)\nPASS: lib/test-bt-values 189 - bt_value_map_extend() picks the appropriate element (find)\nPASS: lib/test-bt-values 190 - bt_value_map_extend() picks the appropriate element (project)\nPASS: lib/test-fields.sh 1 - string field is empty\nPASS: lib/test-fields.sh 2 - string field length is 0\nPASS: lib/test-graph-topo 1 - empty graph generates no events\nPASS: lib/test-graph-topo 2 - we have the expected number of events\nPASS: lib/test-graph-topo 3 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 4 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 5 - got the expected source's port connected event\nPASS: lib/test-graph-topo 6 - got the expected sink's port connected event\nPASS: lib/test-graph-topo 7 - bt_graph_connect_ports() returns an error\nPASS: lib/test-graph-topo 8 - returned connection is still NULL\nPASS: lib/test-graph-topo 9 - we have the expected number of events\nPASS: lib/test-graph-topo 10 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 11 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 12 - got the expected source's port connected event\nPASS: lib/test-graph-topo 13 - bt_graph_connect_ports() returns an error\nPASS: lib/test-graph-topo 14 - returned connection is still NULL\nPASS: lib/test-graph-topo 15 - we have the expected number of events\nPASS: lib/test-graph-topo 16 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 17 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 18 - got the expected source's port connected event\nPASS: lib/test-graph-topo 19 - got the expected sink's port connected event\nPASS: lib/test-graph-topo 20 - we have the expected number of events\nPASS: lib/test-graph-topo 21 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 22 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 23 - got the expected source's port connected event\nPASS: lib/test-graph-topo 24 - got the expected graph's port added event (for source)\nPASS: lib/test-graph-topo 25 - got the expected sink's port connected event\nPASS: lib/test-graph-topo 26 - event order is good\nPASS: lib/test-mip 1 - status is as expected\nPASS: lib/test-mip 2 - status is as expected\nPASS: lib/test-mip 3 - status is as expected\nPASS: lib/test-mip 4 - MIP version is as expected\nPASS: lib/test-mip 5 - status is as expected\nPASS: lib/test-mip 6 - MIP version is as expected\nPASS: lib/test-mip 7 - status is as expected\nPASS: lib/test-mip 8 - MIP version is as expected\nPASS: lib/test-mip 9 - status is as expected\nPASS: lib/test-mip 10 - MIP version is as expected\nPASS: lib/test-mip 11 - status is as expected\nPASS: lib/test-mip 12 - MIP version is as expected\nPASS: lib/test-mip 13 - status is as expected\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 1 - remove trace listener 2 from 2\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 2 - remove trace listener 1 from 3\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 3 - remove trace listener 5 from 4\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 4 - trace destruction listener 1 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 5 - trace destruction listener 2 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 6 - trace destruction listener 3 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 7 - trace destruction listener 4 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 8 - trace destruction listener 5 not called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 9 - remove trace class listener 2 from 2\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 10 - remove trace class listener 1 from 3\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 11 - remove trace class listener 5 from 4\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 12 - trace class destruction listener 1 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 13 - trace class destruction listener 2 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 14 - trace class destruction listener 3 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 15 - trace class destruction listener 4 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 16 - trace class destruction listener 5 not called\nPASS: lib/test-simple-sink 1 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 2 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 3 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 4 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 5 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 6 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 7 - Graph \"run once\" status is the expected one (status code: 0)\nPASS: lib/test-simple-sink 8 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 9 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 10 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 11 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 12 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 13 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 14 - Graph \"run once\" status is the expected one (status code: -1)\nPASS: lib/test-simple-sink 15 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 16 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 17 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 18 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 19 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 20 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 21 - Graph \"run once\" status is the expected one (status code: -12)\nPASS: lib/test-simple-sink 22 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 23 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 24 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 25 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 26 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 27 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 28 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 29 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 30 - Graph \"run once\" status is the expected one (status code: 0)\nPASS: lib/test-simple-sink 31 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 32 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 33 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 34 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 35 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 36 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 37 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 38 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 39 - Graph \"run once\" status is the expected one (status code: -1)\nPASS: lib/test-simple-sink 40 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 41 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 42 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 43 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 44 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 45 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 46 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 47 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 48 - Graph \"run once\" status is the expected one (status code: -12)\nPASS: lib/test-simple-sink 49 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 50 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 51 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 52 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 53 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 54 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 55 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 56 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 57 - Graph \"run once\" status is the expected one (status code: 11)\nPASS: lib/test-simple-sink 58 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 59 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 60 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 61 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 62 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 63 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 64 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 65 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 66 - Graph \"run once\" status is the expected one (status code: 1)\nPASS: lib/test-simple-sink 67 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 68 - Data is not NULL in finalization function\nPASS: lib/test-trace-ir-ref 1 - Borrow parent stream SC1 from EC1\nPASS: lib/test-trace-ir-ref 2 - Borrow parent stream SC1 from EC2\nPASS: lib/test-trace-ir-ref 3 - Borrow parent stream SC2 from EC3\nPASS: lib/test-trace-ir-ref 4 - Initialize trace\nPASS: lib/test-trace-ir-ref 5 - Initial SC1 reference count is 0\nPASS: lib/test-trace-ir-ref 6 - Initial SC2 reference count is 0\nPASS: lib/test-trace-ir-ref 7 - Initial EC1 reference count is 0\nPASS: lib/test-trace-ir-ref 8 - Initial EC2 reference count is 0\nPASS: lib/test-trace-ir-ref 9 - Initial EC3 reference count is 0\nPASS: lib/test-trace-ir-ref 10 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 11 - User A acquires SC2 from TC1\nPASS: lib/test-trace-ir-ref 12 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 13 - SC2 reference count is 1\nPASS: lib/test-trace-ir-ref 14 - User A acquires EC3 from SC2\nPASS: lib/test-trace-ir-ref 15 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 16 - SC2 reference count is 2\nPASS: lib/test-trace-ir-ref 17 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 18 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 19 - SC2 reference count is 1\nPASS: lib/test-trace-ir-ref 20 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 21 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 22 - SC2 reference count is 1\nPASS: lib/test-trace-ir-ref 23 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 24 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 25 - SC1 reference count is 1\nPASS: lib/test-trace-ir-ref 26 - EC1 reference count is 1\nPASS: lib/test-trace-ir-ref 27 - SC1 reference count is 2\nPASS: lib/test-trace-ir-ref 28 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 29 - SC2 reference count is 0\nPASS: lib/test-trace-ir-ref 30 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 31 - SC1 reference count is 1\nPASS: lib/test-trace-ir-ref 32 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 33 - SC1 reference count is 1\nPASS: lib/test-trace-ir-ref 34 - SC2 reference count is 0\nPASS: lib/test-trace-ir-ref 35 - EC1 reference count is 1\nPASS: lib/test-trace-ir-ref 36 - EC2 reference count is 0\nPASS: lib/test-trace-ir-ref 37 - EC3 reference count is 0\nPASS: lib/test-plugins.sh 1 - bt_plugin_find_all_from_file() returns a plugin set\nPASS: lib/test-plugins.sh 2 - plugin's initialization function is called during bt_plugin_find_all_from_file()\nPASS: lib/test-plugins.sh 3 - bt_plugin_find_all_from_file() returns the expected number of plugins\nPASS: lib/test-plugins.sh 4 - bt_plugin_get_name() returns the expected name\nPASS: lib/test-plugins.sh 5 - bt_plugin_get_description() returns the expected description\nPASS: lib/test-plugins.sh 6 - bt_plugin_get_version() fails when there's no version\nPASS: lib/test-plugins.sh 7 - bt_plugin_get_author() returns the expected author\nPASS: lib/test-plugins.sh 8 - bt_plugin_get_license() returns the expected license\nPASS: lib/test-plugins.sh 9 - bt_plugin_get_path() returns the expected path\nPASS: lib/test-plugins.sh 10 - bt_plugin_get_source_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 11 - bt_plugin_get_filter_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 12 - bt_plugin_get_sink_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 13 - plugin's finalize function is not yet called\nPASS: lib/test-plugins.sh 14 - plugin's finalize function is called when the plugin is destroyed\nPASS: lib/test-plugins.sh 15 - bt_plugin_get_version() succeeds when there's a version\nPASS: lib/test-plugins.sh 16 - bt_plugin_get_version() returns the expected major version\nPASS: lib/test-plugins.sh 17 - bt_plugin_get_version() returns the expected minor version\nPASS: lib/test-plugins.sh 18 - bt_plugin_get_version() returns the expected patch version\nPASS: lib/test-plugins.sh 19 - bt_plugin_get_version() returns the expected extra version\nPASS: lib/test-plugins.sh 20 - bt_plugin_get_source_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 21 - bt_plugin_get_filter_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 22 - bt_plugin_get_sink_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 23 - bt_plugin_borrow_source_component_class_by_name_const() finds a source component class\nPASS: lib/test-plugins.sh 24 - bt_plugin_borrow_sink_component_class_by_name_const() finds a sink component class\nPASS: lib/test-plugins.sh 25 - bt_component_class_get_help() returns the expected help text\nPASS: lib/test-plugins.sh 26 - bt_plugin_borrow_filter_component_class_by_name_const() finds a filter component class\nPASS: lib/test-plugins.sh 27 - bt_query_executor_query() succeeds\nPASS: lib/test-plugins.sh 28 - bt_component_class_query() receives the expected object name\nPASS: lib/test-plugins.sh 29 - bt_component_class_query() receives the expected parameters\nPASS: lib/test-plugins.sh 30 - bt_graph_add_sink_component() still works after the plugin object is destroyed\nPASS: lib/test-plugins.sh 31 - bt_plugin_find_all_from_dir() fails with an invalid path\nPASS: lib/test-plugins.sh 32 - bt_plugin_find_all_from_dir() returns a plugin set with a valid path\nPASS: lib/test-plugins.sh 33 - bt_plugin_find_all_from_dir() returns the expected number of plugin objects\nPASS: lib/test-plugins.sh 34 - bt_plugin_find() returns BT_PLUGIN_STATUS_NOT_FOUND with an unknown plugin name\nPASS: lib/test-plugins.sh 35 - bt_plugin_find() returns a plugin object\nPASS: lib/test-plugins.sh 36 - bt_plugin_find() finds the correct plugin for a given name\nPASS: param-validation/test-param-validation 1 - valid map: validation succeeds\nPASS: param-validation/test-param-validation 2 - valid map: error string is NULL\nPASS: param-validation/test-param-validation 3 - missing key in map: validation fails\nPASS: param-validation/test-param-validation 4 - missing key in map: error string is not NULL\nPASS: param-validation/test-param-validation 5 - missing key in map: error string contains expected string\nPASS: param-validation/test-param-validation 6 - unexpected key in map: validation fails\nPASS: param-validation/test-param-validation 7 - unexpected key in map: error string is not NULL\nPASS: param-validation/test-param-validation 8 - unexpected key in map: error string contains expected string\nPASS: param-validation/test-param-validation 9 - map entry with unexpected type: validation fails\nPASS: param-validation/test-param-validation 10 - map entry with unexpected type: error string is not NULL\nPASS: param-validation/test-param-validation 11 - map entry with unexpected type: error string contains expected string\nPASS: param-validation/test-param-validation 12 - valid array: validation succeeds\nPASS: param-validation/test-param-validation 13 - valid array: error string is NULL\nPASS: param-validation/test-param-validation 14 - valid empty array: validation succeeds\nPASS: param-validation/test-param-validation 15 - valid empty array: error string is NULL\nPASS: param-validation/test-param-validation 16 - array too small: validation fails\nPASS: param-validation/test-param-validation 17 - array too small: error string is not NULL\nPASS: param-validation/test-param-validation 18 - array too small: error string contains expected string\nPASS: param-validation/test-param-validation 19 - array too large: validation fails\nPASS: param-validation/test-param-validation 20 - array too large: error string is not NULL\nPASS: param-validation/test-param-validation 21 - array too large: error string contains expected string\nPASS: param-validation/test-param-validation 22 - array with invalid element type: validation fails\nPASS: param-validation/test-param-validation 23 - array with invalid element type: error string is not NULL\nPASS: param-validation/test-param-validation 24 - array with invalid element type: error string contains expected string\nPASS: param-validation/test-param-validation 25 - valid string without choices: validation succeeds\nPASS: param-validation/test-param-validation 26 - valid string without choices: error string is NULL\nPASS: param-validation/test-param-validation 27 - valid string with choices: validation succeeds\nPASS: param-validation/test-param-validation 28 - valid string with choices: error string is NULL\nPASS: param-validation/test-param-validation 29 - string with invalid choice: validation fails\nPASS: param-validation/test-param-validation 30 - string with invalid choice: error string is not NULL\nPASS: param-validation/test-param-validation 31 - string with invalid choice: error string contains expected string\nPASS: param-validation/test-param-validation 32 - type of value passed to custom function is as expected\nPASS: param-validation/test-param-validation 33 - value passed to custom function is as expected\nPASS: param-validation/test-param-validation 34 - custom validation function with valid value: validation succeeds\nPASS: param-validation/test-param-validation 35 - custom validation function with valid value: error string is NULL\nPASS: param-validation/test-param-validation 36 - custom validation function with invalid value: validation fails\nPASS: param-validation/test-param-validation 37 - custom validation function with invalid value: error string is not NULL\nPASS: param-validation/test-param-validation 38 - custom validation function with invalid value: error string contains expected string\nPASS: param-validation/test-param-validation 39 - error nested in maps and arrays: validation fails\nPASS: param-validation/test-param-validation 40 - error nested in maps and arrays: error string is not NULL\nPASS: param-validation/test-param-validation 41 - error nested in maps and arrays: error string contains expected string\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 1 - Trace invalid-packet-size/trace: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 2 - Trace invalid-packet-size/trace: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 3 - Trace invalid-packet-size/trace: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 4 - Trace invalid-packet-size/trace: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 5 - Trace invalid-packet-size/trace: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 6 - Trace invalid-packet-size/trace: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 7 - Trace invalid-packet-size/trace: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 8 - Trace invalid-packet-size/trace: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 9 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 10 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 11 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 12 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 13 - Trace valid-events-then-invalid-events/trace: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 14 - Trace valid-events-then-invalid-events/trace: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 15 - Trace valid-events-then-invalid-events/trace: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 16 - Trace valid-events-then-invalid-events/trace: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 17 - Trace metadata-syntax-error: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 18 - Trace metadata-syntax-error: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 19 - Trace metadata-syntax-error: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 20 - Trace metadata-syntax-error: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 21 - Trace metadata-syntax-error: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 22 - Trace metadata-syntax-error: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 23 - Trace metadata-syntax-error: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 24 - Trace metadata-syntax-error: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 25 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 26 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 27 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 28 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 29 - Trace invalid-sequence-length-field-class: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 30 - Trace invalid-sequence-length-field-class: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 31 - Trace invalid-sequence-length-field-class: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 32 - Trace invalid-sequence-length-field-class: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 33 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 34 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 35 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 36 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 37 - Trace invalid-variant-selector-field-class: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 38 - Trace invalid-variant-selector-field-class: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 39 - Trace invalid-variant-selector-field-class: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 40 - Trace invalid-variant-selector-field-class: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 41 - Trace incomplete-packet-header: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 42 - Trace incomplete-packet-header: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 43 - Trace incomplete-packet-header: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 44 - Trace incomplete-packet-header: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 45 - Trace incomplete-packet-header: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 46 - Trace incomplete-packet-header: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 47 - Trace incomplete-packet-header: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 48 - Trace incomplete-packet-header: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 49 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 50 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 51 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 52 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 53 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 54 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 55 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 56 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 57 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 58 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 59 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 60 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 61 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 62 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 63 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 64 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 65 - Trace empty-event-record: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 66 - Trace empty-event-record: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 67 - Trace empty-event-record: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 68 - Trace empty-event-record: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 69 - Trace empty-event-record: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 70 - Trace empty-event-record: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 71 - Trace empty-event-record: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 72 - Trace empty-event-record: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 1 - CTF 1: MIP 0: Trace '2packets' and 'barectf-event-before-packet' give the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 2 - CTF 1: MIP 0: Trace '2packets' and 'barectf-event-before-packet' give the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 3 - CTF 1: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 4 - CTF 1: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 5 - CTF 2: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 6 - CTF 2: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 7 - Generated trace 'simple' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 8 - CTF 1: MIP 0: Trace 'smalltrace' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 9 - CTF 1: MIP 1: Trace 'smalltrace' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 10 - CTF 2: MIP 1: Trace 'smalltrace' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 11 - CTF 1: MIP 0: Trace '2packets' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 12 - CTF 1: MIP 1: Trace '2packets' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 13 - CTF 2: MIP 1: Trace '2packets' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 14 - CTF 1: MIP 0: Trace 'barectf-event-before-packet' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 15 - CTF 1: MIP 1: Trace 'barectf-event-before-packet' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 16 - CTF 2: MIP 1: Trace 'barectf-event-before-packet' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 17 - CTF 1: MIP 0: Trace 'session-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 18 - CTF 1: MIP 1: Trace 'session-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 19 - CTF 2: MIP 1: Trace 'session-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 20 - CTF 1: MIP 0: Trace 'lttng-tracefile-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 21 - CTF 1: MIP 1: Trace 'lttng-tracefile-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 22 - CTF 2: MIP 1: Trace 'lttng-tracefile-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 23 - CTF 1: MIP 0: Trace 'array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 24 - CTF 1: MIP 1: Trace 'array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 25 - CTF 2: MIP 1: Trace 'array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 26 - CTF 1: MIP 0: Trace 'struct-array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 27 - CTF 1: MIP 1: Trace 'struct-array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 28 - CTF 2: MIP 1: Trace 'struct-array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 29 - CTF 1: MIP 0: Trace 'meta-ctx-sequence' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 30 - CTF 1: MIP 1: Trace 'meta-ctx-sequence' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 31 - CTF 2: MIP 1: Trace 'meta-ctx-sequence' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 32 - CTF 2: MIP 1: Trace 'meta-clk-cls-before-trace-cls' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 33 - CTF 1: MIP 0: Trace 'def-clk-freq' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 34 - CTF 1: MIP 1: Trace 'def-clk-freq' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 35 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 36 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 37 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 38 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 39 - CTF 2: Trace 'lttng-event-after-packet' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 40 - CTF 2: Trace 'lttng-event-after-packet' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 41 - CTF 1: Trace 'lttng-crash' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 42 - CTF 1: Trace 'lttng-crash' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 43 - CTF 1: Trace 'lttng-crash' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 44 - CTF 1: Trace 'lttng-crash' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 45 - CTF 2: Trace 'lttng-crash' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 46 - CTF 2: Trace 'lttng-crash' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 47 - Trace 'clock-offset-goes-back-in-time' gives the expected output\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 1 - ab: exit status is not 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 2 - ab: error stack is produced\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 3 - ab: expected error message is present\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 4 - ba: exit status is not 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 5 - ba: error stack is produced\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 6 - ba: expected error message is present\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 7 - bc: exit status is 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 8 - bc: expected output is produced\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 9 - cb: exit status is 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 10 - cb: expected output is produced\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 1 - 'sink.ctf.fs' component succeeds with input trace 'float' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 2 - Converted trace 'float' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 3 - 'sink.ctf.fs' component succeeds with input trace 'double' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 4 - Converted trace 'double' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 5 - 'sink.ctf.fs' component succeeds with input trace 'float' (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 6 - Converted trace 'float' gives the expected output (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 7 - 'sink.ctf.fs' component succeeds with input trace 'double' (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 8 - Converted trace 'double' gives the expected output (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 9 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-no-underscore' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 10 - Converted trace 'meta-variant-no-underscore' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 11 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-one-underscore' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 12 - Converted trace 'meta-variant-one-underscore' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 13 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-reserved-keywords' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 14 - Converted trace 'meta-variant-reserved-keywords' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 15 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-same-with-underscore' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 16 - Converted trace 'meta-variant-same-with-underscore' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 17 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-two-underscores' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 18 - Converted trace 'meta-variant-two-underscores' gives the expected output (CTF 1)\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 1 - CTF 1: MIP 0: 'default' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 2 - CTF 1: MIP 1: 'default' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 3 - CTF 2: MIP 1: 'default' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 4 - CTF 1: MIP 0: 'default-compact' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 5 - CTF 1: MIP 1: 'default-compact' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 6 - CTF 2: MIP 1: 'default-compact' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 7 - CTF 1: MIP 0: 'default-compact-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 8 - CTF 1: MIP 1: 'default-compact-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 9 - CTF 2: MIP 1: 'default-compact-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 10 - CTF 1: MIP 0: 'default-compact-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 11 - CTF 1: MIP 1: 'default-compact-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 12 - CTF 2: MIP 1: 'default-compact-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 13 - CTF 1: MIP 0: 'default-without-data' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 14 - CTF 1: MIP 1: 'default-without-data' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 15 - CTF 2: MIP 1: 'default-without-data' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 16 - CTF 1: MIP 0: 'default-without-data-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 17 - CTF 1: MIP 1: 'default-without-data-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 18 - CTF 2: MIP 1: 'default-without-data-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 19 - CTF 1: MIP 0: 'default-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 20 - CTF 1: MIP 1: 'default-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 21 - CTF 2: MIP 1: 'default-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 22 - CTF 1: MIP 0: 'default-without-names' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 23 - CTF 1: MIP 1: 'default-without-names' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 24 - CTF 2: MIP 1: 'default-without-names' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 25 - CTF 1: MIP 0: 'default-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 26 - CTF 1: MIP 1: 'default-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 27 - CTF 2: MIP 1: 'default-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 28 - CTF 1: MIP 0: 'default-without-trace-name' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 29 - CTF 1: MIP 1: 'default-without-trace-name' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 30 - CTF 2: MIP 1: 'default-without-trace-name' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 31 - CTF 1: MIP 0: 'default-without-uuid' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 32 - CTF 1: MIP 1: 'default-without-uuid' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 33 - CTF 2: MIP 1: 'default-without-uuid' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 34 - CTF 1: MIP 0: 'no-packet-context' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 35 - CTF 1: MIP 1: 'no-packet-context' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 36 - CTF 2: MIP 1: 'no-packet-context' test has the expected output\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 1 - no clock classes (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 2 - no clock classes (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 3 - clock classes with Unix epoch origins (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 4 - clock classes with Unix epoch origins (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 5 - clock classes with Unix epoch origins (stream beginning/end, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 6 - clock classes with Unix epoch origins (stream beginning/end, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 7 - clock classes with Unix epoch origins (message iterator inactivity, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 8 - clock classes with Unix epoch origins (message iterator inactivity, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 9 - clock classes with Unix epoch origins (message iterator inactivity, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 10 - clock classes with Unix epoch origins (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 11 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 12 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 13 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 14 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 15 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 16 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 17 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 18 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 19 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 20 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 21 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 22 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 23 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 24 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 25 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 26 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 27 - no clock classes (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 28 - no clock classes (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 29 - clock classes with known origins (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 30 - clock classes with known origins (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 31 - clock classes with known origins (stream beginning/end, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 32 - clock classes with known origins (stream beginning/end, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 33 - clock classes with known origins (message iterator inactivity, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 34 - clock classes with known origins (message iterator inactivity, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 35 - clock classes with known origins (message iterator inactivity, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 36 - clock classes with known origins (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 37 - clock classes with unknown origins, with equal identities (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 38 - clock classes with unknown origins, with equal identities (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 39 - clock classes with unknown origins, with equal identities (stream beginning/end, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 40 - clock classes with unknown origins, with equal identities (stream beginning/end, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 41 - clock classes with unknown origins, with equal identities (message iterator inactivity, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 42 - clock classes with unknown origins, with equal identities (message iterator inactivity, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 43 - clock classes with unknown origins, with equal identities (message iterator inactivity, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 44 - clock classes with unknown origins, with equal identities (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 45 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 46 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 47 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 48 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 49 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 50 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 51 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 52 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 53 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 54 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 55 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 56 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 57 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 58 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 59 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 60 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 61 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 62 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 63 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 64 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 65 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 66 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 67 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 68 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 69 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 70 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 71 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 72 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 73 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 74 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 75 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 76 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 77 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 78 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 79 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 80 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 81 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 82 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 83 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 84 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 85 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 86 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 87 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 88 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 89 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 90 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 91 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 92 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 93 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 94 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 95 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 96 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 97 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 98 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 99 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 100 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 101 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 102 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 103 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 104 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 105 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 106 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 107 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 108 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 109 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 110 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 111 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 112 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 113 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 114 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 115 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 116 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 117 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 118 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 119 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 120 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 121 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 122 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 123 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 124 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 125 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 126 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 127 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 128 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 129 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 130 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 131 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 132 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 133 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 134 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 135 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 136 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 137 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 138 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 139 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 140 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 141 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 142 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 143 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 144 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 145 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 146 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 147 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 148 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 149 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 150 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 151 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 152 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 153 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 154 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 155 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 156 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 157 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 158 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 159 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 160 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 161 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 162 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 163 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 164 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 165 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 166 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 167 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 168 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 169 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 170 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 171 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 172 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 173 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 174 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 175 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 176 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 177 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 178 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 179 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 180 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 181 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 182 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 183 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 184 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 185 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 186 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 187 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 188 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 189 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 190 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 191 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 192 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 193 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 194 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 195 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 196 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 197 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 198 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 199 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 200 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 201 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 202 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 203 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 204 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 205 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 206 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 207 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 208 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 209 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 210 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 211 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 212 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 213 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 214 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 215 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 216 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 217 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 218 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 219 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 220 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 221 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 222 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 223 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 224 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 225 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 226 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 227 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 228 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 229 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 230 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 231 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 232 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 233 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 234 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 235 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 236 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 237 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 238 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 239 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 240 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 241 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 242 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 243 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 244 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 245 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 246 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 247 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 248 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 249 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 250 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 251 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 252 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 253 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 254 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 255 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 256 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 257 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 258 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 259 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 260 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 261 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 262 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 263 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 264 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 265 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 266 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 267 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 268 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 269 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 270 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 271 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 272 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 273 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 274 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 275 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 276 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 277 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 278 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 279 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 280 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 281 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 282 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 283 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 284 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 285 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 286 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 287 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 288 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 289 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 290 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 291 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 292 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 293 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 294 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 295 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 296 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 297 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 298 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 299 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 300 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 301 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 302 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 303 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 304 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 305 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 306 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 307 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 308 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 309 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 310 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 311 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 312 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 313 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 314 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 315 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 316 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 317 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 318 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 319 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 320 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 321 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 322 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 323 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 324 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 325 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 326 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 327 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 328 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 329 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 330 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 331 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 332 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 333 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 334 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 335 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 336 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 337 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 338 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 339 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 340 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 341 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 342 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 343 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 344 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 345 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 346 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 347 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 348 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 349 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 350 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 351 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 352 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/sink.text.pretty/test-pretty.sh 1 - show basic bit array fields with flags\nPASS: plugins/src.ctf.lttng-live/test-live.sh 1 - CLI prints the expected session list - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 2 - CLI prints the expected session list - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 3 - CLI prints the expected session list (v2.15 protocol) - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 4 - CLI prints the expected session list (v2.15 protocol) - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 5 - CLI attach and fetch from single-domains session - no discarded events - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 6 - CLI attach and fetch from single-domains session - no discarded events - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 7 - CLI attach and fetch from single-domains session - no discarded events (v2.15 protocol) - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 8 - CLI attach and fetch from single-domains session - no discarded events (v2.15 protocol) - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 9 - CLI attach and fetch from multi-domains session - discarded events - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 10 - CLI attach and fetch from multi-domains session - discarded events - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 11 - CLI attach and fetch from multi-domains session - discarded events (v2.15 protocol) - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 12 - CLI attach and fetch from multi-domains session - discarded events (v2.15 protocol) - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 13 - CLI many requests per packet - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 14 - CLI many requests per packet - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 15 - CLI src.ctf.fs vs src.ctf.lttng-live - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 16 - CLI src.ctf.fs vs src.ctf.lttng-live - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 17 - CLI src.ctf.fs vs src.ctf.lttng-live - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 18 - CLI src.ctf.fs vs src.ctf.lttng-live - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 19 - CLI attach and fetch from single-domains session - inactivity discarded packet - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 20 - CLI attach and fetch from single-domains session - inactivity discarded packet - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 21 - CLI attach and fetch from single-domain session - Receive metadata in two sections separated by a empty section - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 22 - CLI attach and fetch from single-domain session - Receive metadata in two sections separated by a empty section - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 23 - split metadata requiring additional stored values - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 24 - split metadata requiring additional stored values - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 25 - new stream announced while an existing stream is inactive - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 26 - new stream announced while an existing stream is inactive - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 27 - invalid metadata sent by the relay - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 28 - invalid metadata sent by the relay - stderr\nPASS: bitfield/test-bitfield 1 - Writing and reading back 0x0, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 2 - Writing and reading back 0x0, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 3 - Writing and reading back 0x0, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 4 - Writing and reading back 0x0, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 5 - Writing and reading back 0x0, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 6 - Writing and reading back 0x0, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 7 - Writing and reading back 0x0, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 8 - Writing and reading back 0x0, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 9 - Writing and reading back 0x1, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 10 - Writing and reading back 0x1, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 11 - Writing and reading back 0x1, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 12 - Writing and reading back 0x1, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 13 - Writing and reading back 0xFFFFFFFF, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 14 - Writing and reading back 0xFFFFFFFFFFFFFFFF, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 15 - Writing and reading back 0xFFFFFFFF, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 16 - Writing and reading back 0xFFFFFFFFFFFFFFFF, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 17 - Writing and reading back 0xFFFFFFFF, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 18 - Writing and reading back 0xFFFFFFFFFFFFFFFF, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 19 - Writing and reading back 0xFFFFFFFF, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 20 - Writing and reading back 0xFFFFFFFFFFFFFFFF, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 21 - Writing and reading back 0x80000000, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 22 - Writing and reading back 0x8000000000000000, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 23 - Writing and reading back 0x80000000, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 24 - Writing and reading back 0x8000000000000000, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 25 - Writing and reading back 0x3D6FCFFF, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 26 - Writing and reading back 0x7110E8249CCFBCB, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 27 - Writing and reading back 0x3D6FCFFF, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 28 - Writing and reading back 0x7110E8249CCFBCB, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 29 - Writing and reading back 0x3D6FCFFF, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 30 - Writing and reading back 0x7110E8249CCFBCB, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 31 - Writing and reading back 0x3D6FCFFF, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 32 - Writing and reading back 0x7110E8249CCFBCB, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 33 - Writing and reading back 0x502B6696, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 34 - Writing and reading back 0x3E63037A4F49E852, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 35 - Writing and reading back 0x502B6696, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 36 - Writing and reading back 0x3E63037A4F49E852, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 37 - Writing and reading back 0x502B6696, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 38 - Writing and reading back 0x3E63037A4F49E852, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 39 - Writing and reading back 0x502B6696, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 40 - Writing and reading back 0x3E63037A4F49E852, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 41 - Writing and reading back 0x30E90CC, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 42 - Writing and reading back 0xF4C711D4B2075F5, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 43 - Writing and reading back 0x30E90CC, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 44 - Writing and reading back 0xF4C711D4B2075F5, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 45 - Writing and reading back 0x30E90CC, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 46 - Writing and reading back 0xF4C711D4B2075F5, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 47 - Writing and reading back 0x30E90CC, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 48 - Writing and reading back 0xF4C711D4B2075F5, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 49 - Writing and reading back 0x11502B8A, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 50 - Writing and reading back 0x17BB8A011B530C02, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 51 - Writing and reading back 0x11502B8A, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 52 - Writing and reading back 0x17BB8A011B530C02, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 53 - Writing and reading back 0x11502B8A, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 54 - Writing and reading back 0x17BB8A011B530C02, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 55 - Writing and reading back 0x11502B8A, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 56 - Writing and reading back 0x17BB8A011B530C02, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 57 - Writing and reading back 0x332AA167, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 58 - Writing and reading back 0x146242670AF6E177, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 59 - Writing and reading back 0x332AA167, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 60 - Writing and reading back 0x146242670AF6E177, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 61 - Writing and reading back 0x332AA167, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 62 - Writing and reading back 0x146242670AF6E177, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 63 - Writing and reading back 0x332AA167, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 64 - Writing and reading back 0x146242670AF6E177, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 65 - Writing and reading back 0x1D3E2003, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 66 - Writing and reading back 0x4D94BF7F63FBCD4E, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 67 - Writing and reading back 0x1D3E2003, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 68 - Writing and reading back 0x4D94BF7F63FBCD4E, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 69 - Writing and reading back 0x1D3E2003, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 70 - Writing and reading back 0x4D94BF7F63FBCD4E, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 71 - Writing and reading back 0x1D3E2003, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 72 - Writing and reading back 0x4D94BF7F63FBCD4E, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 73 - Writing and reading back 0x6E468267, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 74 - Writing and reading back 0x6DB53AE611A80D97, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 75 - Writing and reading back 0x6E468267, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 76 - Writing and reading back 0x6DB53AE611A80D97, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 77 - Writing and reading back 0x6E468267, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 78 - Writing and reading back 0x6DB53AE611A80D97, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 79 - Writing and reading back 0x6E468267, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 80 - Writing and reading back 0x6DB53AE611A80D97, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 81 - Writing and reading back 0x5DC2A20D, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 82 - Writing and reading back 0x524085363FD653FD, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 83 - Writing and reading back 0x5DC2A20D, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 84 - Writing and reading back 0x524085363FD653FD, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 85 - Writing and reading back 0x5DC2A20D, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 86 - Writing and reading back 0x524085363FD653FD, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 87 - Writing and reading back 0x5DC2A20D, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 88 - Writing and reading back 0x524085363FD653FD, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 89 - Writing and reading back 0x5D62336F, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 90 - Writing and reading back 0xE47AC665B0157FC, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 91 - Writing and reading back 0x5D62336F, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 92 - Writing and reading back 0xE47AC665B0157FC, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 93 - Writing and reading back 0x5D62336F, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 94 - Writing and reading back 0xE47AC665B0157FC, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 95 - Writing and reading back 0x5D62336F, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 96 - Writing and reading back 0xE47AC665B0157FC, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 97 - Writing and reading back 0x664269F, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 98 - Writing and reading back 0x3476DE1B3D96641D, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 99 - Writing and reading back 0x664269F, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 100 - Writing and reading back 0x3476DE1B3D96641D, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 101 - Writing and reading back 0x664269F, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 102 - Writing and reading back 0x3476DE1B3D96641D, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 103 - Writing and reading back 0x664269F, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 104 - Writing and reading back 0x3476DE1B3D96641D, signed long long dest, varying read unit size\n============================================================================\nTestsuite summary for babeltrace2 2.1.1\n============================================================================\n# TOTAL: 2022\n# PASS:  2022\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\n=============================================\n   babeltrace2 2.1.1: tests/test-suite.log\n=============================================\n\n# TOTAL: 2022\n# PASS:  2022\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n\nSystem information (uname -a): Linux 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun 5 02:14:18 UTC 2025 x86_64\nDistribution information (/etc/issue):\nPoky (Yocto Project Reference Distro) 5.2 \\n \\l\n\n\n.. contents:: :depth: 2\n\nDURATION: 21\nEND: /usr/lib/babeltrace2/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "babeltrace2": {
     "duration": "21",
     "log": "START: ptest-runner\n2025-06-16T11:41\nPASS: cli/convert/test-convert-args.sh 1 - path non-option arg: success exit status\nPASS: cli/convert/test-convert-args.sh 2 - path non-option arg: run arguments\nPASS: cli/convert/test-convert-args.sh 3 - path non-option args: success exit status\nPASS: cli/convert/test-convert-args.sh 4 - path non-option args: run arguments\nPASS: cli/convert/test-convert-args.sh 5 - path non-option arg + named user source with --params: success exit status\nPASS: cli/convert/test-convert-args.sh 6 - path non-option arg + named user source with --params: run arguments\nPASS: cli/convert/test-convert-args.sh 7 - unnamed user source: success exit status\nPASS: cli/convert/test-convert-args.sh 8 - unnamed user source: run arguments\nPASS: cli/convert/test-convert-args.sh 9 - path non-option arg + user source named `auto-disc-source-ctf-fs`: success exit status\nPASS: cli/convert/test-convert-args.sh 10 - path non-option arg + user source named `auto-disc-source-ctf-fs`: run arguments\nPASS: cli/convert/test-convert-args.sh 11 - path non-option arg + user sink named `pretty`: success exit status\nPASS: cli/convert/test-convert-args.sh 12 - path non-option arg + user sink named `pretty`: run arguments\nPASS: cli/convert/test-convert-args.sh 13 - path non-option arg + user filter named `muxer`: success exit status\nPASS: cli/convert/test-convert-args.sh 14 - path non-option arg + user filter named `muxer`: run arguments\nPASS: cli/convert/test-convert-args.sh 15 - path non-option arg + --begin + user filter named `trimmer`: success exit status\nPASS: cli/convert/test-convert-args.sh 16 - path non-option arg + --begin + user filter named `trimmer`: run arguments\nPASS: cli/convert/test-convert-args.sh 17 - path non-option arg + --begin: success exit status\nPASS: cli/convert/test-convert-args.sh 18 - path non-option arg + --begin: run arguments\nPASS: cli/convert/test-convert-args.sh 19 - path non-option arg + --begin --end: success exit status\nPASS: cli/convert/test-convert-args.sh 20 - path non-option arg + --begin --end: run arguments\nPASS: cli/convert/test-convert-args.sh 21 - path non-option arg + --timerange: success exit status\nPASS: cli/convert/test-convert-args.sh 22 - path non-option arg + --timerange: run arguments\nPASS: cli/convert/test-convert-args.sh 23 - path non-option arg + --clock-cycles: success exit status\nPASS: cli/convert/test-convert-args.sh 24 - path non-option arg + --clock-cycles: run arguments\nPASS: cli/convert/test-convert-args.sh 25 - path non-option arg + --clock-date: success exit status\nPASS: cli/convert/test-convert-args.sh 26 - path non-option arg + --clock-date: run arguments\nPASS: cli/convert/test-convert-args.sh 27 - path non-option arg + --clock-force-correlate: success exit status\nPASS: cli/convert/test-convert-args.sh 28 - path non-option arg + --clock-force-correlate: run arguments\nPASS: cli/convert/test-convert-args.sh 29 - path non-option arg + --clock-gmt: success exit status\nPASS: cli/convert/test-convert-args.sh 30 - path non-option arg + --clock-gmt: run arguments\nPASS: cli/convert/test-convert-args.sh 31 - path non-option arg + --clock-offset: success exit status\nPASS: cli/convert/test-convert-args.sh 32 - path non-option arg + --clock-offset: run arguments\nPASS: cli/convert/test-convert-args.sh 33 - path non-option arg + --clock-offset-ns: success exit status\nPASS: cli/convert/test-convert-args.sh 34 - path non-option arg + --clock-offset-ns: run arguments\nPASS: cli/convert/test-convert-args.sh 35 - path non-option arg + --clock-seconds: success exit status\nPASS: cli/convert/test-convert-args.sh 36 - path non-option arg + --clock-seconds: run arguments\nPASS: cli/convert/test-convert-args.sh 37 - path non-option arg + --color: success exit status\nPASS: cli/convert/test-convert-args.sh 38 - path non-option arg + --color: run arguments\nPASS: cli/convert/test-convert-args.sh 39 - path non-option arg + --debug-info: success exit status\nPASS: cli/convert/test-convert-args.sh 40 - path non-option arg + --debug-info: run arguments\nPASS: cli/convert/test-convert-args.sh 41 - path non-option arg + --debug-info-dir: success exit status\nPASS: cli/convert/test-convert-args.sh 42 - path non-option arg + --debug-info-dir: run arguments\nPASS: cli/convert/test-convert-args.sh 43 - path non-option arg + --debug-info-target-prefix: success exit status\nPASS: cli/convert/test-convert-args.sh 44 - path non-option arg + --debug-info-target-prefix: run arguments\nPASS: cli/convert/test-convert-args.sh 45 - path non-option arg + --debug-info-full-path: success exit status\nPASS: cli/convert/test-convert-args.sh 46 - path non-option arg + --debug-info-full-path: run arguments\nPASS: cli/convert/test-convert-args.sh 47 - path non-option arg + --fields=trace:domain,loglevel: success exit status\nPASS: cli/convert/test-convert-args.sh 48 - path non-option arg + --fields=trace:domain,loglevel: run arguments\nPASS: cli/convert/test-convert-args.sh 49 - path non-option arg + --fields=all: success exit status\nPASS: cli/convert/test-convert-args.sh 50 - path non-option arg + --fields=all: run arguments\nPASS: cli/convert/test-convert-args.sh 51 - path non-option arg + --names=context,header: success exit status\nPASS: cli/convert/test-convert-args.sh 52 - path non-option arg + --names=context,header: run arguments\nPASS: cli/convert/test-convert-args.sh 53 - path non-option arg + --names=all: success exit status\nPASS: cli/convert/test-convert-args.sh 54 - path non-option arg + --names=all: run arguments\nPASS: cli/convert/test-convert-args.sh 55 - path non-option arg + --no-delta: success exit status\nPASS: cli/convert/test-convert-args.sh 56 - path non-option arg + --no-delta: run arguments\nPASS: cli/convert/test-convert-args.sh 57 - path non-option arg + --output: success exit status\nPASS: cli/convert/test-convert-args.sh 58 - path non-option arg + --output: run arguments\nPASS: cli/convert/test-convert-args.sh 59 - path non-option arg + -i ctf: success exit status\nPASS: cli/convert/test-convert-args.sh 60 - path non-option arg + -i ctf: run arguments\nPASS: cli/convert/test-convert-args.sh 61 - URL non-option arg + -i lttng-live: success exit status\nPASS: cli/convert/test-convert-args.sh 62 - URL non-option arg + -i lttng-live: run arguments\nPASS: cli/convert/test-convert-args.sh 63 - path non-option arg + -o dummy: success exit status\nPASS: cli/convert/test-convert-args.sh 64 - path non-option arg + -o dummy: run arguments\nPASS: cli/convert/test-convert-args.sh 65 - path non-option arg + -o ctf + --output: success exit status\nPASS: cli/convert/test-convert-args.sh 66 - path non-option arg + -o ctf + --output: run arguments\nPASS: cli/convert/test-convert-args.sh 67 - path non-option arg + user sink with log level: success exit status\nPASS: cli/convert/test-convert-args.sh 68 - path non-option arg + user sink with log level: run arguments\nPASS: cli/convert/test-convert-args.sh 69 - failure exit status\nPASS: cli/convert/test-convert-args.sh 70 - bad --component format (plugin only): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 71 - bad --component format (plugin only): expected error message\nPASS: cli/convert/test-convert-args.sh 72 - failure exit status\nPASS: cli/convert/test-convert-args.sh 73 - bad --component format (name and plugin only): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 74 - bad --component format (name and plugin only): expected error message\nPASS: cli/convert/test-convert-args.sh 75 - failure exit status\nPASS: cli/convert/test-convert-args.sh 76 - bad --component format (name only): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 77 - bad --component format (name only): expected error message\nPASS: cli/convert/test-convert-args.sh 78 - failure exit status\nPASS: cli/convert/test-convert-args.sh 79 - bad --component format (extra dot found): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 80 - bad --component format (extra dot found): expected error message\nPASS: cli/convert/test-convert-args.sh 81 - failure exit status\nPASS: cli/convert/test-convert-args.sh 82 - duplicate component name: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 83 - duplicate component name: expected error message\nPASS: cli/convert/test-convert-args.sh 84 - failure exit status\nPASS: cli/convert/test-convert-args.sh 85 - unknown option: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 86 - unknown option: expected error message\nPASS: cli/convert/test-convert-args.sh 87 - failure exit status\nPASS: cli/convert/test-convert-args.sh 88 - --params without current component: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 89 - --params without current component: expected error message\nPASS: cli/convert/test-convert-args.sh 90 - failure exit status\nPASS: cli/convert/test-convert-args.sh 91 - duplicate --begin: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 92 - duplicate --begin: expected error message\nPASS: cli/convert/test-convert-args.sh 93 - failure exit status\nPASS: cli/convert/test-convert-args.sh 94 - duplicate --end: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 95 - duplicate --end: expected error message\nPASS: cli/convert/test-convert-args.sh 96 - failure exit status\nPASS: cli/convert/test-convert-args.sh 97 - --begin and --timerange: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 98 - --begin and --timerange: expected error message\nPASS: cli/convert/test-convert-args.sh 99 - failure exit status\nPASS: cli/convert/test-convert-args.sh 100 - --end and --timerange: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 101 - --end and --timerange: expected error message\nPASS: cli/convert/test-convert-args.sh 102 - failure exit status\nPASS: cli/convert/test-convert-args.sh 103 - bad --timerange format (1): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 104 - bad --timerange format (1): expected error message\nPASS: cli/convert/test-convert-args.sh 105 - failure exit status\nPASS: cli/convert/test-convert-args.sh 106 - bad --timerange format (2): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 107 - bad --timerange format (2): expected error message\nPASS: cli/convert/test-convert-args.sh 108 - failure exit status\nPASS: cli/convert/test-convert-args.sh 109 - bad --timerange format (3): nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 110 - bad --timerange format (3): expected error message\nPASS: cli/convert/test-convert-args.sh 111 - failure exit status\nPASS: cli/convert/test-convert-args.sh 112 - bad --fields format: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 113 - bad --fields format: expected error message\nPASS: cli/convert/test-convert-args.sh 114 - failure exit status\nPASS: cli/convert/test-convert-args.sh 115 - bad --names format: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 116 - bad --names format: expected error message\nPASS: cli/convert/test-convert-args.sh 117 - failure exit status\nPASS: cli/convert/test-convert-args.sh 118 - unknown -i: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 119 - unknown -i: expected error message\nPASS: cli/convert/test-convert-args.sh 120 - failure exit status\nPASS: cli/convert/test-convert-args.sh 121 - duplicate -i: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 122 - duplicate -i: expected error message\nPASS: cli/convert/test-convert-args.sh 123 - failure exit status\nPASS: cli/convert/test-convert-args.sh 124 - unknown -o: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 125 - unknown -o: expected error message\nPASS: cli/convert/test-convert-args.sh 126 - failure exit status\nPASS: cli/convert/test-convert-args.sh 127 - duplicate -o: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 128 - duplicate -o: expected error message\nPASS: cli/convert/test-convert-args.sh 129 - failure exit status\nPASS: cli/convert/test-convert-args.sh 130 - --run-args and --run-args-0: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 131 - --run-args and --run-args-0: expected error message\nPASS: cli/convert/test-convert-args.sh 132 - failure exit status\nPASS: cli/convert/test-convert-args.sh 133 - -o ctf-metadata without path: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 134 - -o ctf-metadata without path: expected error message\nPASS: cli/convert/test-convert-args.sh 135 - failure exit status\nPASS: cli/convert/test-convert-args.sh 136 - -i lttng-live and implicit source.ctf.fs: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 137 - -i lttng-live and implicit source.ctf.fs: expected error message\nPASS: cli/convert/test-convert-args.sh 138 - failure exit status\nPASS: cli/convert/test-convert-args.sh 139 - implicit source.ctf.fs without path: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 140 - implicit source.ctf.fs without path: expected error message\nPASS: cli/convert/test-convert-args.sh 141 - failure exit status\nPASS: cli/convert/test-convert-args.sh 142 - implicit source.ctf.lttng-live without URL: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 143 - implicit source.ctf.lttng-live without URL: expected error message\nPASS: cli/convert/test-convert-args.sh 144 - failure exit status\nPASS: cli/convert/test-convert-args.sh 145 - no source: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 146 - no source: expected error message\nPASS: cli/convert/test-convert-args.sh 147 - failure exit status\nPASS: cli/convert/test-convert-args.sh 148 - -o ctf without --output: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 149 - -o ctf without --output: expected error message\nPASS: cli/convert/test-convert-args.sh 150 - failure exit status\nPASS: cli/convert/test-convert-args.sh 151 - -o ctf + --output with implicit sink.text.pretty: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 152 - -o ctf + --output with implicit sink.text.pretty: expected error message\nPASS: cli/convert/test-convert-args.sh 153 - failure exit status\nPASS: cli/convert/test-convert-args.sh 154 - --stream-intersection: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 155 - --stream-intersection: expected error message\nPASS: cli/convert/test-convert-args.sh 156 - failure exit status\nPASS: cli/convert/test-convert-args.sh 157 - two sinks with -o dummy + --clock-seconds: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 158 - two sinks with -o dummy + --clock-seconds: expected error message\nPASS: cli/convert/test-convert-args.sh 159 - failure exit status\nPASS: cli/convert/test-convert-args.sh 160 - path non-option arg + user sink + -o text: nothing is printed on stdout\nPASS: cli/convert/test-convert-args.sh 161 - path non-option arg + user sink + -o text: expected error message\nPASS: cli/test-help.sh 1 - help ctf plugin exit status\nPASS: cli/test-help.sh 2 - help ctf plugin expected output\nPASS: cli/test-help.sh 3 - help ctf plugin produces no error\nPASS: cli/test-help.sh 4 - help src.ctf.fs component class exit status\nPASS: cli/test-help.sh 5 - help src.ctf.fs component class expected output\nPASS: cli/test-help.sh 6 - help src.ctf.fs component class produces no error\nPASS: cli/test-help.sh 7 - help without parameter exit status\nPASS: cli/test-help.sh 8 - help without parameter produces expected error\nPASS: cli/test-help.sh 9 - help without parameter produces no output\nPASS: cli/test-help.sh 10 - help with too many parameters exit status\nPASS: cli/test-help.sh 11 - help with too many parameters produces expected error\nPASS: cli/test-help.sh 12 - help with too many parameters produces no output\nPASS: cli/test-help.sh 13 - help with unknown plugin name\nPASS: cli/test-help.sh 14 - help with unknown plugin name produces expected error\nPASS: cli/test-help.sh 15 - help with unknown plugin name produces no output\nPASS: cli/test-help.sh 16 - help with unknown component class name\nPASS: cli/test-help.sh 17 - help with unknown component class name produces expected error\nPASS: cli/test-help.sh 18 - help with unknown component class name prints plugin help\nPASS: cli/test-help.sh 19 - help with unknown component class plugin\nPASS: cli/test-help.sh 20 - help with unknown component class plugin produces expected error\nPASS: cli/test-help.sh 21 - help with unknown component class plugin produces no output\nPASS: cli/test-intersection.sh 1 - run without --stream-intersection\nPASS: cli/test-intersection.sh 2 - 8 events in the whole trace\nPASS: cli/test-intersection.sh 3 - run with --stream-intersection\nPASS: cli/test-intersection.sh 4 - 3 events in streams intersecting\nPASS: cli/test-intersection.sh 5 - run without --stream-intersection\nPASS: cli/test-intersection.sh 6 - 8 events in the whole trace\nPASS: cli/test-intersection.sh 7 - run with --stream-intersection\nPASS: cli/test-intersection.sh 8 - 3 events in streams intersecting\nPASS: cli/test-intersection.sh 9 - run without --stream-intersection\nPASS: cli/test-intersection.sh 10 - 3 events in the whole trace\nPASS: cli/test-intersection.sh 11 - run with --stream-intersection\nPASS: cli/test-intersection.sh 12 - 3 events in streams intersecting\nPASS: cli/test-intersection.sh 13 - run without --stream-intersection\nPASS: cli/test-intersection.sh 14 - 6 events in the whole trace\nPASS: cli/test-intersection.sh 15 - run with --stream-intersection fails\nPASS: cli/test-intersection.sh 16 - stderr contains expected error message\nPASS: cli/test-intersection.sh 17 - run without --stream-intersection\nPASS: cli/test-intersection.sh 18 - 0 events in the whole trace\nPASS: cli/test-intersection.sh 19 - run with --stream-intersection fails\nPASS: cli/test-intersection.sh 20 - stderr contains expected error message\nPASS: cli/test-output-ctf-metadata.sh 1 - Run babeltrace -o ctf-metadata with a valid trace directory, correct exit status\nPASS: cli/test-output-ctf-metadata.sh 2 - Run babeltrace -o ctf-metadata with a valid trace directory, correct output\nPASS: cli/test-output-ctf-metadata.sh 3 - Run babeltrace -o ctf-metadata with an invalid trace directory, expecting failure\nPASS: cli/test-output-path-ctf-non-lttng-trace.sh 1 - 3eventsintersect output trace exists\nPASS: cli/test-output-path-ctf-non-lttng-trace.sh 2 - 3eventsintersectreverse output trace exists\nPASS: cli/test-output-path-ctf-non-lttng-trace.sh 3 - nointersect output trace exists\nPASS: cli/test-packet-seq-num.sh 1 - Trace parses\nPASS: cli/test-packet-seq-num.sh 2 - No events lost\nPASS: cli/test-packet-seq-num.sh 3 - Trace parses\nPASS: cli/test-packet-seq-num.sh 4 - No events lost\nPASS: cli/test-packet-seq-num.sh 5 - Trace parses\nPASS: cli/test-packet-seq-num.sh 6 - Lost events string matches 2\nPASS: cli/test-packet-seq-num.sh 7 - Trace parses\nPASS: cli/test-packet-seq-num.sh 8 - Lost events string matches 2\nPASS: cli/test-packet-seq-num.sh 9 - Trace parses\nPASS: cli/test-packet-seq-num.sh 10 - Lost events string matches 2,3,1\nPASS: cli/test-trace-copy.sh 1 - Copy trace 2packets with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 2 - Read the new trace in /tmp/tmp.bFtyVLjptv (CTF 1)\nPASS: cli/test-trace-copy.sh 3 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 4 - Copy trace array-align-elem with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 5 - Read the new trace in /tmp/tmp.Qpp7ttDynw (CTF 1)\nPASS: cli/test-trace-copy.sh 6 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 7 - Copy trace barectf-event-before-packet with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 8 - Read the new trace in /tmp/tmp.Q6qPvqfoOa (CTF 1)\nPASS: cli/test-trace-copy.sh 9 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 10 - Copy trace crlf-metadata with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 11 - Read the new trace in /tmp/tmp.grPI8PJhHB (CTF 1)\nPASS: cli/test-trace-copy.sh 12 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 13 - Copy trace debug-info with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 14 - Read the new trace in /tmp/tmp.8DI6tHDO2J (CTF 1)\nPASS: cli/test-trace-copy.sh 15 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 16 - Copy trace def-clk-freq with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 17 - Read the new trace in /tmp/tmp.dY8U9MLzRl (CTF 1)\nPASS: cli/test-trace-copy.sh 18 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 19 - Copy trace env-warning with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 20 - Read the new trace in /tmp/tmp.NEQrTdkDgv (CTF 1)\nPASS: cli/test-trace-copy.sh 21 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 22 - Copy trace ev-disc-no-ts-begin-end with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 23 - Read the new trace in /tmp/tmp.erg1MpA7cP (CTF 1)\nPASS: cli/test-trace-copy.sh 24 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 25 - Copy trace lf-metadata with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 26 - Read the new trace in /tmp/tmp.UVT0CoWFjP (CTF 1)\nPASS: cli/test-trace-copy.sh 27 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 28 - Copy trace lttng-crash with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 29 - Read the new trace in /tmp/tmp.ZFkwW2zckD (CTF 1)\nPASS: cli/test-trace-copy.sh 30 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 31 - Copy trace lttng-event-after-packet with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 32 - Read the new trace in /tmp/tmp.UdZXGJktA6 (CTF 1)\nPASS: cli/test-trace-copy.sh 33 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 34 - Copy trace lttng-tracefile-rotation with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 35 - Read the new trace in /tmp/tmp.PGFUfWpevZ (CTF 1)\nPASS: cli/test-trace-copy.sh 36 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 37 - Empty trace meta-ctx-sequence, nothing to copy (CTF 1)\nPASS: cli/test-trace-copy.sh 38 - Copy trace meta-variant-no-underscore with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 39 - Read the new trace in /tmp/tmp.8fKszGZ0fJ (CTF 1)\nPASS: cli/test-trace-copy.sh 40 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 41 - Copy trace meta-variant-one-underscore with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 42 - Read the new trace in /tmp/tmp.Y4CUvq7dQq (CTF 1)\nPASS: cli/test-trace-copy.sh 43 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 44 - Copy trace meta-variant-reserved-keywords with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 45 - Read the new trace in /tmp/tmp.izqN8cm0cc (CTF 1)\nPASS: cli/test-trace-copy.sh 46 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 47 - Copy trace meta-variant-same-with-underscore with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 48 - Read the new trace in /tmp/tmp.Ge0IP89xTJ (CTF 1)\nPASS: cli/test-trace-copy.sh 49 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 50 - Copy trace meta-variant-two-underscores with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 51 - Read the new trace in /tmp/tmp.t3U0kVpjf7 (CTF 1)\nPASS: cli/test-trace-copy.sh 52 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 53 - Copy trace multi-domains with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 54 - Read the new trace in /tmp/tmp.jol57bRRl8 (CTF 1)\nPASS: cli/test-trace-copy.sh 55 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 56 - Copy trace no-packet-context with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 57 - Read the new trace in /tmp/tmp.uTA5SoqUJh (CTF 1)\nPASS: cli/test-trace-copy.sh 58 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 59 - Copy trace sequence with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 60 - Read the new trace in /tmp/tmp.oDsPOSeKYz (CTF 1)\nPASS: cli/test-trace-copy.sh 61 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 62 - Copy trace session-rotation with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 63 - Read the new trace in /tmp/tmp.TD8mEPuG4T (CTF 1)\nPASS: cli/test-trace-copy.sh 64 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 65 - Copy trace smalltrace with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 66 - Read the new trace in /tmp/tmp.bRw7cyj5Cu (CTF 1)\nPASS: cli/test-trace-copy.sh 67 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 68 - Copy trace struct-array-align-elem with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 69 - Read the new trace in /tmp/tmp.DMAjhpcuCM (CTF 1)\nPASS: cli/test-trace-copy.sh 70 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 71 - Copy trace succeed1 with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 72 - Read the new trace in /tmp/tmp.CFfX7wnnAA (CTF 1)\nPASS: cli/test-trace-copy.sh 73 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 74 - Copy trace succeed2 with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 75 - Read the new trace in /tmp/tmp.OyA1Zgy4ik (CTF 1)\nPASS: cli/test-trace-copy.sh 76 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 77 - Copy trace succeed3 with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 78 - Read the new trace in /tmp/tmp.K00Xm9CBwf (CTF 1)\nPASS: cli/test-trace-copy.sh 79 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 80 - Empty trace succeed4, nothing to copy (CTF 1)\nPASS: cli/test-trace-copy.sh 81 - Copy trace trace-with-index with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 82 - Read the new trace in /tmp/tmp.cmjaE7KLT2 (CTF 1)\nPASS: cli/test-trace-copy.sh 83 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 84 - Copy trace warnings with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 85 - Read the new trace in /tmp/tmp.QYZTT5NXA1 (CTF 1)\nPASS: cli/test-trace-copy.sh 86 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 87 - Copy trace wk-heartbeat-u with ctf-fs sink (CTF 1)\nPASS: cli/test-trace-copy.sh 88 - Read the new trace in /tmp/tmp.OVq7k31dCI (CTF 1)\nPASS: cli/test-trace-copy.sh 89 - Exact same content between the two traces (CTF 1)\nPASS: cli/test-trace-copy.sh 90 - Copy trace 2packets with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 91 - Read the new trace in /tmp/tmp.pEegsvj8pP (CTF 2)\nPASS: cli/test-trace-copy.sh 92 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 93 - Copy trace array-align-elem with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 94 - Read the new trace in /tmp/tmp.b13BCsb0yq (CTF 2)\nPASS: cli/test-trace-copy.sh 95 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 96 - Copy trace barectf-event-before-packet with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 97 - Read the new trace in /tmp/tmp.tEkoNXGyc6 (CTF 2)\nPASS: cli/test-trace-copy.sh 98 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 99 - Copy trace debug-info with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 100 - Read the new trace in /tmp/tmp.Cr13vfPCZ3 (CTF 2)\nPASS: cli/test-trace-copy.sh 101 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 102 - Copy trace env-warning with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 103 - Read the new trace in /tmp/tmp.Ay183PHF3G (CTF 2)\nPASS: cli/test-trace-copy.sh 104 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 105 - Copy trace ev-disc-no-ts-begin-end with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 106 - Read the new trace in /tmp/tmp.TOemYFIG58 (CTF 2)\nPASS: cli/test-trace-copy.sh 107 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 108 - Copy trace fl-bm with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 109 - Read the new trace in /tmp/tmp.Gc4O7T8cLK (CTF 2)\nPASS: cli/test-trace-copy.sh 110 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 111 - Copy trace lttng-crash with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 112 - Read the new trace in /tmp/tmp.SglH1sCIxI (CTF 2)\nPASS: cli/test-trace-copy.sh 113 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 114 - Copy trace lttng-event-after-packet with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 115 - Read the new trace in /tmp/tmp.mKYkW4brXb (CTF 2)\nPASS: cli/test-trace-copy.sh 116 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 117 - Copy trace lttng-tracefile-rotation with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 118 - Read the new trace in /tmp/tmp.rG80XUJPqY (CTF 2)\nPASS: cli/test-trace-copy.sh 119 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 120 - Empty trace meta-clk-cls-before-trace-cls, nothing to copy (CTF 2)\nPASS: cli/test-trace-copy.sh 121 - Empty trace meta-ctx-sequence, nothing to copy (CTF 2)\nPASS: cli/test-trace-copy.sh 122 - Copy trace meta-variant-no-underscore with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 123 - Read the new trace in /tmp/tmp.oMM7ObFKOM (CTF 2)\nPASS: cli/test-trace-copy.sh 124 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 125 - Copy trace meta-variant-one-underscore with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 126 - Read the new trace in /tmp/tmp.AWEMmO0aCz (CTF 2)\nPASS: cli/test-trace-copy.sh 127 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 128 - Copy trace meta-variant-reserved-keywords with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 129 - Read the new trace in /tmp/tmp.n391DuB5cN (CTF 2)\nPASS: cli/test-trace-copy.sh 130 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 131 - Copy trace meta-variant-same-with-underscore with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 132 - Read the new trace in /tmp/tmp.r4Igd4BTxb (CTF 2)\nPASS: cli/test-trace-copy.sh 133 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 134 - Copy trace meta-variant-two-underscores with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 135 - Read the new trace in /tmp/tmp.rd32FG4Typ (CTF 2)\nPASS: cli/test-trace-copy.sh 136 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 137 - Copy trace multi-domains with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 138 - Read the new trace in /tmp/tmp.TgMcvsIld0 (CTF 2)\nPASS: cli/test-trace-copy.sh 139 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 140 - Copy trace no-packet-context with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 141 - Read the new trace in /tmp/tmp.pAW21gRWJt (CTF 2)\nPASS: cli/test-trace-copy.sh 142 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 143 - Copy trace sequence with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 144 - Read the new trace in /tmp/tmp.ZX1pm0VUMz (CTF 2)\nPASS: cli/test-trace-copy.sh 145 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 146 - Copy trace session-rotation with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 147 - Read the new trace in /tmp/tmp.kzgk8jQLqk (CTF 2)\nPASS: cli/test-trace-copy.sh 148 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 149 - Copy trace smalltrace with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 150 - Read the new trace in /tmp/tmp.oG9bSeVS7n (CTF 2)\nPASS: cli/test-trace-copy.sh 151 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 152 - Copy trace struct-array-align-elem with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 153 - Read the new trace in /tmp/tmp.Yy6DEZwBso (CTF 2)\nPASS: cli/test-trace-copy.sh 154 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 155 - Copy trace succeed1 with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 156 - Read the new trace in /tmp/tmp.B9j9YZD314 (CTF 2)\nPASS: cli/test-trace-copy.sh 157 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 158 - Copy trace succeed2 with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 159 - Read the new trace in /tmp/tmp.qQ3UoPLYgO (CTF 2)\nPASS: cli/test-trace-copy.sh 160 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 161 - Copy trace trace-with-index with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 162 - Read the new trace in /tmp/tmp.DAoMJuM70H (CTF 2)\nPASS: cli/test-trace-copy.sh 163 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-copy.sh 164 - Copy trace wk-heartbeat-u with ctf-fs sink (CTF 2)\nPASS: cli/test-trace-copy.sh 165 - Read the new trace in /tmp/tmp.kzNV3fWpDH (CTF 2)\nPASS: cli/test-trace-copy.sh 166 - Exact same content between the two traces (CTF 2)\nPASS: cli/test-trace-read.sh 1 - Run babeltrace2 with trace 2packets\nPASS: cli/test-trace-read.sh 2 - Run babeltrace2 with trace array-align-elem\nPASS: cli/test-trace-read.sh 3 - Run babeltrace2 with trace barectf-event-before-packet\nPASS: cli/test-trace-read.sh 4 - Run babeltrace2 with trace crlf-metadata\nPASS: cli/test-trace-read.sh 5 - Run babeltrace2 with trace debug-info\nPASS: cli/test-trace-read.sh 6 - Run babeltrace2 with trace def-clk-freq\nPASS: cli/test-trace-read.sh 7 - Run babeltrace2 with trace env-warning\nPASS: cli/test-trace-read.sh 8 - Run babeltrace2 with trace ev-disc-no-ts-begin-end\nPASS: cli/test-trace-read.sh 9 - Run babeltrace2 with trace lf-metadata\nPASS: cli/test-trace-read.sh 10 - Run babeltrace2 with trace lttng-crash\nPASS: cli/test-trace-read.sh 11 - Run babeltrace2 with trace lttng-event-after-packet\nPASS: cli/test-trace-read.sh 12 - Run babeltrace2 with trace lttng-tracefile-rotation\nPASS: cli/test-trace-read.sh 13 - Run babeltrace2 with trace meta-ctx-sequence\nPASS: cli/test-trace-read.sh 14 - Run babeltrace2 with trace meta-variant-no-underscore\nPASS: cli/test-trace-read.sh 15 - Run babeltrace2 with trace meta-variant-one-underscore\nPASS: cli/test-trace-read.sh 16 - Run babeltrace2 with trace meta-variant-reserved-keywords\nPASS: cli/test-trace-read.sh 17 - Run babeltrace2 with trace meta-variant-same-with-underscore\nPASS: cli/test-trace-read.sh 18 - Run babeltrace2 with trace meta-variant-two-underscores\nPASS: cli/test-trace-read.sh 19 - Run babeltrace2 with trace multi-domains\nPASS: cli/test-trace-read.sh 20 - Run babeltrace2 with trace no-packet-context\nPASS: cli/test-trace-read.sh 21 - Run babeltrace2 with trace sequence\nPASS: cli/test-trace-read.sh 22 - Run babeltrace2 with trace session-rotation\nPASS: cli/test-trace-read.sh 23 - Run babeltrace2 with trace smalltrace\nPASS: cli/test-trace-read.sh 24 - Run babeltrace2 with trace struct-array-align-elem\nPASS: cli/test-trace-read.sh 25 - Run babeltrace2 with trace succeed1\nPASS: cli/test-trace-read.sh 26 - Run babeltrace2 with trace succeed2\nPASS: cli/test-trace-read.sh 27 - Run babeltrace2 with trace succeed3\nPASS: cli/test-trace-read.sh 28 - Run babeltrace2 with trace succeed4\nPASS: cli/test-trace-read.sh 29 - Run babeltrace2 with trace trace-with-index\nPASS: cli/test-trace-read.sh 30 - Run babeltrace2 with trace warnings\nPASS: cli/test-trace-read.sh 31 - Run babeltrace2 with trace wk-heartbeat-u\nPASS: cli/test-trace-read.sh 32 - Run babeltrace2 with invalid trace fail1\nPASS: cli/test-trace-read.sh 33 - Run babeltrace2 with invalid trace fail2\nPASS: cli/test-trace-read.sh 34 - Run babeltrace2 with invalid trace incomplete-packet-header\nPASS: cli/test-trace-read.sh 35 - Run babeltrace2 with invalid trace integer-range\nPASS: cli/test-trace-read.sh 36 - Run babeltrace2 with invalid trace invalid-packet-size\nPASS: cli/test-trace-read.sh 37 - Run babeltrace2 with invalid trace invalid-sequence-length-field-class\nPASS: cli/test-trace-read.sh 38 - Run babeltrace2 with invalid trace invalid-variant-selector-field-class\nPASS: cli/test-trace-read.sh 39 - Run babeltrace2 with invalid trace lttng-modules-2.0-pre1\nPASS: cli/test-trace-read.sh 40 - Run babeltrace2 with invalid trace metadata-syntax-error\nPASS: cli/test-trace-read.sh 41 - Run babeltrace2 with invalid trace packet-based-metadata\nPASS: cli/test-trace-read.sh 42 - Run babeltrace2 with invalid trace smalltrace\nPASS: cli/test-trace-read.sh 43 - Run babeltrace2 with invalid trace valid-events-then-invalid-events\nPASS: cli/test-trimmer.sh 1 - trimmer: --begin, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 2 - trimmer: --begin, GMT relative timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 3 - trimmer: --end, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 4 - trimmer: --end, GMT relative timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 5 - trimmer: --begin and --end, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 6 - trimmer: --begin and --end, GMT relative timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 7 - trimmer: --begin, out of range, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 8 - trimmer: --begin, out of range, GMT relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 9 - trimmer: --end, out of range, GMT relative timestamps: exit status\nPASS: cli/test-trimmer.sh 10 - trimmer: --end, out of range, GMT relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 11 - trimmer: --begin, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 12 - trimmer: --begin, GMT absolute timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 13 - trimmer: --end, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 14 - trimmer: --end, GMT absolute timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 15 - trimmer: --begin and --end, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 16 - trimmer: --begin and --end, GMT absolute timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 17 - trimmer: --begin, out of range, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 18 - trimmer: --begin, out of range, GMT absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 19 - trimmer: --begin, out of range, GMT absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 20 - trimmer: --begin, out of range, GMT absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 21 - trimmer: --begin, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 22 - trimmer: --begin, EST relative timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 23 - trimmer: --end, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 24 - trimmer: --end, EST relative timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 25 - trimmer: --begin and --end, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 26 - trimmer: --begin and --end, EST relative timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 27 - trimmer: --begin, out of range, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 28 - trimmer: --begin, out of range, EST relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 29 - trimmer: --end, out of range, EST relative timestamps: exit status\nPASS: cli/test-trimmer.sh 30 - trimmer: --end, out of range, EST relative timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 31 - trimmer: --begin, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 32 - trimmer: --begin, EST absolute timestamps: number of events (18)\nPASS: cli/test-trimmer.sh 33 - trimmer: --end, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 34 - trimmer: --end, EST absolute timestamps: number of events (9)\nPASS: cli/test-trimmer.sh 35 - trimmer: --begin and --end, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 36 - trimmer: --begin and --end, EST absolute timestamps: number of events (7)\nPASS: cli/test-trimmer.sh 37 - trimmer: --begin, out of range, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 38 - trimmer: --begin, out of range, EST absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 39 - trimmer: --end, out of range, EST absolute timestamps: exit status\nPASS: cli/test-trimmer.sh 40 - trimmer: --end, out of range, EST absolute timestamps: number of events (0)\nPASS: cli/test-trimmer.sh 41 - trimmer: date time format: partial nanosecond precision: exit status\nPASS: cli/test-trimmer.sh 42 - trimmer: date time format: partial nanosecond precision: number of events (13)\nPASS: cli/test-trimmer.sh 43 - trimmer: date time format: second precision: exit status\nPASS: cli/test-trimmer.sh 44 - trimmer: date time format: second precision: number of events (11)\nPASS: cli/test-trimmer.sh 45 - trimmer: date time format: minute precision: exit status\nPASS: cli/test-trimmer.sh 46 - trimmer: date time format: minute precision: number of events (11)\nPASS: cli/test-trimmer.sh 47 - trimmer: seconds from origin format: nanosecond precision: exit status\nPASS: cli/test-trimmer.sh 48 - trimmer: seconds from origin format: nanosecond precision: number of events (11)\nPASS: cli/test-trimmer.sh 49 - trimmer: seconds from origin format: partial nanosecond precision: exit status\nPASS: cli/test-trimmer.sh 50 - trimmer: seconds from origin format: partial nanosecond precision: number of events (11)\nPASS: cli/test-trimmer.sh 51 - trimmer: seconds from origin format: second precision: exit status\nPASS: cli/test-trimmer.sh 52 - trimmer: seconds from origin format: second precision: number of events (11)\nPASS: cli/test-trimmer.sh 53 - trimmer: date time format: too many nanosecond digits: exit status\nPASS: cli/test-trimmer.sh 54 - trimmer: date time format: too many nanosecond digits: number of events (0)\nPASS: cli/test-trimmer.sh 55 - trimmer: date time format: too many nanosecond digits: error message\nPASS: cli/test-trimmer.sh 56 - trimmer: date time format: missing nanoseconds: exit status\nPASS: cli/test-trimmer.sh 57 - trimmer: date time format: missing nanoseconds: number of events (0)\nPASS: cli/test-trimmer.sh 58 - trimmer: date time format: missing nanoseconds: error message\nPASS: cli/test-trimmer.sh 59 - trimmer: date time format: seconds with too many digit: exit status\nPASS: cli/test-trimmer.sh 60 - trimmer: date time format: seconds with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 61 - trimmer: date time format: seconds with too many digit: error message\nPASS: cli/test-trimmer.sh 62 - trimmer: date time format: seconds with missing digit: exit status\nPASS: cli/test-trimmer.sh 63 - trimmer: date time format: seconds with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 64 - trimmer: date time format: seconds with missing digit: error message\nPASS: cli/test-trimmer.sh 65 - trimmer: date time format: minutes with too many digit: exit status\nPASS: cli/test-trimmer.sh 66 - trimmer: date time format: minutes with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 67 - trimmer: date time format: minutes with too many digit: error message\nPASS: cli/test-trimmer.sh 68 - trimmer: date time format: minutes with missing digit: exit status\nPASS: cli/test-trimmer.sh 69 - trimmer: date time format: minutes with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 70 - trimmer: date time format: minutes with missing digit: error message\nPASS: cli/test-trimmer.sh 71 - trimmer: date time format: hours with too many digit: exit status\nPASS: cli/test-trimmer.sh 72 - trimmer: date time format: hours with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 73 - trimmer: date time format: hours with too many digit: error message\nPASS: cli/test-trimmer.sh 74 - trimmer: date time format: hours with missing digit: exit status\nPASS: cli/test-trimmer.sh 75 - trimmer: date time format: hours with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 76 - trimmer: date time format: hours with missing digit: error message\nPASS: cli/test-trimmer.sh 77 - trimmer: date time format: missing seconds: exit status\nPASS: cli/test-trimmer.sh 78 - trimmer: date time format: missing seconds: number of events (0)\nPASS: cli/test-trimmer.sh 79 - trimmer: date time format: missing seconds: error message\nPASS: cli/test-trimmer.sh 80 - trimmer: date time format: missing minutes 1: exit status\nPASS: cli/test-trimmer.sh 81 - trimmer: date time format: missing minutes 1: number of events (0)\nPASS: cli/test-trimmer.sh 82 - trimmer: date time format: missing minutes 1: error message\nPASS: cli/test-trimmer.sh 83 - trimmer: date time format: missing minutes 2: exit status\nPASS: cli/test-trimmer.sh 84 - trimmer: date time format: missing minutes 2: number of events (0)\nPASS: cli/test-trimmer.sh 85 - trimmer: date time format: missing minutes 2: error message\nPASS: cli/test-trimmer.sh 86 - trimmer: date time format: missing time: exit status\nPASS: cli/test-trimmer.sh 87 - trimmer: date time format: missing time: number of events (0)\nPASS: cli/test-trimmer.sh 88 - trimmer: date time format: missing time: error message\nPASS: cli/test-trimmer.sh 89 - trimmer: date time format: day with too many digit: exit status\nPASS: cli/test-trimmer.sh 90 - trimmer: date time format: day with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 91 - trimmer: date time format: day with too many digit: error message\nPASS: cli/test-trimmer.sh 92 - trimmer: date time format: day with missing digit: exit status\nPASS: cli/test-trimmer.sh 93 - trimmer: date time format: day with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 94 - trimmer: date time format: day with missing digit: error message\nPASS: cli/test-trimmer.sh 95 - trimmer: date time format: month with too many digit: exit status\nPASS: cli/test-trimmer.sh 96 - trimmer: date time format: month with too many digit: number of events (0)\nPASS: cli/test-trimmer.sh 97 - trimmer: date time format: month with too many digit: error message\nPASS: cli/test-trimmer.sh 98 - trimmer: date time format: month with missing digit: exit status\nPASS: cli/test-trimmer.sh 99 - trimmer: date time format: month with missing digit: number of events (0)\nPASS: cli/test-trimmer.sh 100 - trimmer: date time format: month with missing digit: error message\nPASS: cli/test-trimmer.sh 101 - trimmer: date time format: year with too many digits: exit status\nPASS: cli/test-trimmer.sh 102 - trimmer: date time format: year with too many digits: number of events (0)\nPASS: cli/test-trimmer.sh 103 - trimmer: date time format: year with too many digits: error message\nPASS: cli/test-trimmer.sh 104 - trimmer: date time format: year with missing digits: exit status\nPASS: cli/test-trimmer.sh 105 - trimmer: date time format: year with missing digits: number of events (0)\nPASS: cli/test-trimmer.sh 106 - trimmer: date time format: year with missing digits: error message\nPASS: cli/test-trimmer.sh 107 - trimmer: date time format: missing day 1: exit status\nPASS: cli/test-trimmer.sh 108 - trimmer: date time format: missing day 1: number of events (0)\nPASS: cli/test-trimmer.sh 109 - trimmer: date time format: missing day 1: error message\nPASS: cli/test-trimmer.sh 110 - trimmer: date time format: missing day 2: exit status\nPASS: cli/test-trimmer.sh 111 - trimmer: date time format: missing day 2: number of events (0)\nPASS: cli/test-trimmer.sh 112 - trimmer: date time format: missing day 2: error message\nPASS: cli/test-trimmer.sh 113 - trimmer: seconds from origin format: too many nanosecond digits: exit status\nPASS: cli/test-trimmer.sh 114 - trimmer: seconds from origin format: too many nanosecond digits: number of events (0)\nPASS: cli/test-trimmer.sh 115 - trimmer: seconds from origin format: too many nanosecond digits: error message\nPASS: cli/test-trimmer.sh 116 - trimmer: seconds from origin format: missing nanseconds: exit status\nPASS: cli/test-trimmer.sh 117 - trimmer: seconds from origin format: missing nanseconds: number of events (0)\nPASS: cli/test-trimmer.sh 118 - trimmer: seconds from origin format: missing nanseconds: error message\nPASS: cpp-common/test-c-string-view.sh 1 - `bt2c::CStringView` == `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 2 - `bt2c::CStringView` != `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 3 - `bt2c::CStringView` == `const char *`\nPASS: cpp-common/test-c-string-view.sh 4 - `bt2c::CStringView` != `const char *`\nPASS: cpp-common/test-c-string-view.sh 5 - `const char *` == `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 6 - `const char *` != `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 7 - `bt2c::CStringView` == `std::string`\nPASS: cpp-common/test-c-string-view.sh 8 - `bt2c::CStringView` != `std::string`\nPASS: cpp-common/test-c-string-view.sh 9 - `std::string` == `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 10 - `std::string` != `bt2c::CStringView`\nPASS: cpp-common/test-c-string-view.sh 11 - \"Moutarde Choux\" starts with \"Moutarde\"\nPASS: cpp-common/test-c-string-view.sh 12 - \"Moutarde Choux\" does not start with \"Choux\"\nPASS: cpp-common/test-c-string-view.sh 13 - \"Moutarde Choux\" starts with \"\"\nPASS: cpp-common/test-c-string-view.sh 14 - \"Moutarde Choux\" starts with \"Moutarde choux\"\nPASS: cpp-common/test-c-string-view.sh 15 - \"Moutarde\" does not start with \"Moutarde choux\"\nPASS: cpp-common/test-c-string-view.sh 16 - \"\" starts with \"\"\nPASS: cpp-common/test-uuid.sh 1 - result of format_as() for `Uuid` is expected\nPASS: cpp-common/test-uuid.sh 2 - result of format_as() for `UuidView` is expected\nPASS: cpp-common/test-unicode-conv.sh 1 - UTF-16BE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 2 - UTF-16BE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 3 - UTF-16LE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 4 - UTF-16LE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 5 - UTF-32BE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 6 - UTF-32BE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 7 - UTF-32LE to UTF-8: length is expected\nPASS: cpp-common/test-unicode-conv.sh 8 - UTF-32LE to UTF-8: content is expected\nPASS: cpp-common/test-unicode-conv.sh 9 - truncated code point - got error\nPASS: cpp-common/test-unicode-conv.sh 10 - truncated code point - error cause message is expected\nPASS: cpp-common/test-unicode-conv.sh 11 - truncated code unit - got error\nPASS: cpp-common/test-unicode-conv.sh 12 - truncated code unit - error cause message is expected\nPASS: cpp-common/test-unicode-conv.sh 13 - truncated code unit - got error\nPASS: cpp-common/test-unicode-conv.sh 14 - truncated code unit - error cause message is expected\nPASS: ctf-writer/test-ctf-writer.sh 1 - bt_ctf_create succeeds in creating trace with path\nPASS: ctf-writer/test-ctf-writer.sh 2 - bt_ctf_writer_get_trace correctly handles NULL\nPASS: ctf-writer/test-ctf-writer.sh 3 - Cannot set a trace's byte order to BT_CTF_BYTE_ORDER_NATIVE\nPASS: ctf-writer/test-ctf-writer.sh 4 - Cannot set a trace's byte order to BT_CTF_BYTE_ORDER_UNSPECIFIED\nPASS: ctf-writer/test-ctf-writer.sh 5 - bt_ctf_writer_get_trace returns a bt_ctf_trace object\nPASS: ctf-writer/test-ctf-writer.sh 6 - Set a trace's byte order to big endian\nPASS: ctf-writer/test-ctf-writer.sh 7 - bt_ctf_trace_get_native_byte_order returns a correct endianness\nPASS: ctf-writer/test-ctf-writer.sh 8 - Add host (testhost) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 9 - bt_ctf_writer_add_environment_field error with NULL writer\nPASS: ctf-writer/test-ctf-writer.sh 10 - bt_ctf_writer_add_environment_field error with NULL field name\nPASS: ctf-writer/test-ctf-writer.sh 11 - bt_ctf_writer_add_environment_field error with NULL field value\nPASS: ctf-writer/test-ctf-writer.sh 12 - bt_ctf_trace_set_environment_field_integer handles a NULL trace correctly\nPASS: ctf-writer/test-ctf-writer.sh 13 - bt_ctf_trace_set_environment_field_integer handles a NULL name correctly\nPASS: ctf-writer/test-ctf-writer.sh 14 - bt_ctf_trace_set_environment_field_integer succeeds\nPASS: ctf-writer/test-ctf-writer.sh 15 - bt_ctf_trace_set_environment_field_string handles a NULL trace correctly\nPASS: ctf-writer/test-ctf-writer.sh 16 - bt_ctf_trace_set_environment_field_string handles a NULL name correctly\nPASS: ctf-writer/test-ctf-writer.sh 17 - bt_ctf_trace_set_environment_field_string handles a NULL value correctly\nPASS: ctf-writer/test-ctf-writer.sh 18 - bt_ctf_trace_set_environment_field_string succeeds\nPASS: ctf-writer/test-ctf-writer.sh 19 - bt_ctf_trace_set_environment_field_integer succeeds with an existing name\nPASS: ctf-writer/test-ctf-writer.sh 20 - Add sysname (GNU/Linux) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 21 - Add nodename (testhost) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 22 - Add release (4.4.0-87-generic) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 23 - Add version (\\#110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 24 - Add machine (x86_64) environment field to writer instance\nPASS: ctf-writer/test-ctf-writer.sh 25 - Illegal clock name rejected\nPASS: ctf-writer/test-ctf-writer.sh 26 - Clock created successfully\nPASS: ctf-writer/test-ctf-writer.sh 27 - bt_ctf_clock_get_name returns a clock name\nPASS: ctf-writer/test-ctf-writer.sh 28 - Returned clock name is valid\nPASS: ctf-writer/test-ctf-writer.sh 29 - bt_ctf_clock_get_description returns NULL on an unset description\nPASS: ctf-writer/test-ctf-writer.sh 30 - Clock description set successfully\nPASS: ctf-writer/test-ctf-writer.sh 31 - bt_ctf_clock_get_description returns a description.\nPASS: ctf-writer/test-ctf-writer.sh 32 - Returned clock description is valid\nPASS: ctf-writer/test-ctf-writer.sh 33 - bt_ctf_clock_get_frequency returns the correct default frequency\nPASS: ctf-writer/test-ctf-writer.sh 34 - Set clock frequency\nPASS: ctf-writer/test-ctf-writer.sh 35 - bt_ctf_clock_get_frequency returns the correct frequency once it is set\nPASS: ctf-writer/test-ctf-writer.sh 36 - bt_ctf_clock_get_offset_s succeeds\nPASS: ctf-writer/test-ctf-writer.sh 37 - bt_ctf_clock_get_offset_s returns the correct default offset (in seconds)\nPASS: ctf-writer/test-ctf-writer.sh 38 - Set clock offset (seconds)\nPASS: ctf-writer/test-ctf-writer.sh 39 - bt_ctf_clock_get_offset_s succeeds\nPASS: ctf-writer/test-ctf-writer.sh 40 - bt_ctf_clock_get_offset_s returns the correct default offset (in seconds) once it is set\nPASS: ctf-writer/test-ctf-writer.sh 41 - bt_ctf_clock_get_offset succeeds\nPASS: ctf-writer/test-ctf-writer.sh 42 - bt_ctf_clock_get_offset returns the correct default offset (in ticks)\nPASS: ctf-writer/test-ctf-writer.sh 43 - Set clock offset\nPASS: ctf-writer/test-ctf-writer.sh 44 - bt_ctf_clock_get_offset succeeds\nPASS: ctf-writer/test-ctf-writer.sh 45 - bt_ctf_clock_get_offset returns the correct default offset (in ticks) once it is set\nPASS: ctf-writer/test-ctf-writer.sh 46 - bt_ctf_clock_get_precision returns the correct default precision\nPASS: ctf-writer/test-ctf-writer.sh 47 - Set clock precision\nPASS: ctf-writer/test-ctf-writer.sh 48 - bt_ctf_clock_get_precision returns the correct precision once it is set\nPASS: ctf-writer/test-ctf-writer.sh 49 - bt_ctf_clock_get_precision returns the correct default is_absolute attribute\nPASS: ctf-writer/test-ctf-writer.sh 50 - Set clock absolute property\nPASS: ctf-writer/test-ctf-writer.sh 51 - bt_ctf_clock_get_precision returns the correct is_absolute attribute once it is set\nPASS: ctf-writer/test-ctf-writer.sh 52 - Set clock time\nPASS: ctf-writer/test-ctf-writer.sh 53 - bt_ctf_clock_get_uuid returns a UUID\nPASS: ctf-writer/test-ctf-writer.sh 54 - bt_ctf_clock_set_uuid sets a new uuid successfully\nPASS: ctf-writer/test-ctf-writer.sh 55 - bt_ctf_clock_get_uuid returns a UUID after setting a new one\nPASS: ctf-writer/test-ctf-writer.sh 56 - bt_ctf_clock_get_uuid returns the correct UUID after setting a new one\nPASS: ctf-writer/test-ctf-writer.sh 57 - bt_ctf_stream_class_get_name returns a correct stream class name\nPASS: ctf-writer/test-ctf-writer.sh 58 - bt_ctf_stream_class_get_clock returns NULL when a clock was not set\nPASS: ctf-writer/test-ctf-writer.sh 59 - bt_ctf_stream_class_get_clock handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 60 - Create stream class\nPASS: ctf-writer/test-ctf-writer.sh 61 - Set a stream class' clock\nPASS: ctf-writer/test-ctf-writer.sh 62 - bt_ctf_stream_class_get_clock returns a correct clock\nPASS: ctf-writer/test-ctf-writer.sh 63 - Create an unsigned integer type\nPASS: ctf-writer/test-ctf-writer.sh 64 - Set integer type's base as binary\nPASS: ctf-writer/test-ctf-writer.sh 65 - Set integer type's base as decimal\nPASS: ctf-writer/test-ctf-writer.sh 66 - Reject integer type's base set as unknown\nPASS: ctf-writer/test-ctf-writer.sh 67 - Set integer type's base as octal\nPASS: ctf-writer/test-ctf-writer.sh 68 - Set integer type's base as hexadecimal\nPASS: ctf-writer/test-ctf-writer.sh 69 - Reject unknown integer base value\nPASS: ctf-writer/test-ctf-writer.sh 70 - Set integer type signedness to signed\nPASS: ctf-writer/test-ctf-writer.sh 71 - Set integer type signedness to unsigned\nPASS: ctf-writer/test-ctf-writer.sh 72 - bt_ctf_field_type_integer_get_size returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 73 - bt_ctf_field_type_integer_get_signed returns a correct value for unsigned types\nPASS: ctf-writer/test-ctf-writer.sh 74 - bt_ctf_field_type_set_byte_order handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 75 - bt_ctf_field_type_set_byte_order rejects invalid values\nPASS: ctf-writer/test-ctf-writer.sh 76 - Set an integer's byte order to little endian\nPASS: ctf-writer/test-ctf-writer.sh 77 - Set an integer's byte order to big endian\nPASS: ctf-writer/test-ctf-writer.sh 78 - bt_ctf_field_type_get_byte_order returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 79 - bt_ctf_field_type_get_type_id returns a correct value with an integer type\nPASS: ctf-writer/test-ctf-writer.sh 80 - bt_ctf_field_type_integer_get_base returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 81 - bt_ctf_field_type_integer_set_encoding handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 82 - bt_ctf_field_type_integer_set_encoding handles invalid encodings correctly\nPASS: ctf-writer/test-ctf-writer.sh 83 - Set integer type encoding to UTF8\nPASS: ctf-writer/test-ctf-writer.sh 84 - bt_ctf_field_type_integer_get_encoding returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 85 - Set signedness of 16 bit integer to true\nPASS: ctf-writer/test-ctf-writer.sh 86 - bt_ctf_field_type_integer_get_signed returns a correct value for signed types\nPASS: ctf-writer/test-ctf-writer.sh 87 - Create a sequence of int16_t type\nPASS: ctf-writer/test-ctf-writer.sh 88 - bt_ctf_field_type_get_type_id returns a correct value with a sequence type\nPASS: ctf-writer/test-ctf-writer.sh 89 - bt_ctf_field_type_sequence_get_length_field_name returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 90 - bt_ctf_field_type_sequence_get_element_field_type returns the correct type\nPASS: ctf-writer/test-ctf-writer.sh 91 - Create a string type\nPASS: ctf-writer/test-ctf-writer.sh 92 - Reject invalid \"None\" string encoding\nPASS: ctf-writer/test-ctf-writer.sh 93 - Reject invalid string encoding\nPASS: ctf-writer/test-ctf-writer.sh 94 - Set string encoding to ASCII\nPASS: ctf-writer/test-ctf-writer.sh 95 - bt_ctf_field_type_string_get_encoding returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 96 - bt_ctf_field_type_get_type_id returns a correct value with a structure type\nPASS: ctf-writer/test-ctf-writer.sh 97 - Create a structure type\nPASS: ctf-writer/test-ctf-writer.sh 98 - Add a uint8_t type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 99 - Add a sequence type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 100 - bt_ctf_field_type_structure_get_field_count returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 101 - bt_ctf_field_type_structure_get_field handles a NULL name correctly\nPASS: ctf-writer/test-ctf-writer.sh 102 - bt_ctf_field_type_structure_get_field handles a NULL return type correctly\nPASS: ctf-writer/test-ctf-writer.sh 103 - bt_ctf_field_type_structure_get_field returns a field\nPASS: ctf-writer/test-ctf-writer.sh 104 - bt_ctf_field_type_structure_get_field returns a correct field name\nPASS: ctf-writer/test-ctf-writer.sh 105 - bt_ctf_field_type_structure_get_field returns a correct field type\nPASS: ctf-writer/test-ctf-writer.sh 106 - bt_ctf_field_type_structure_get_field_type_by_name returns the correct field type\nPASS: ctf-writer/test-ctf-writer.sh 107 - Add a string type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 108 - Add a structure type to a structure\nPASS: ctf-writer/test-ctf-writer.sh 109 - bt_ctf_field_type_structure_get_field_type_by_name returns a correct type\nPASS: ctf-writer/test-ctf-writer.sh 110 - Instantiate a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 111 - Instantiate an unsigned 12-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 112 - bt_ctf_field_get_type returns the correct type\nPASS: ctf-writer/test-ctf-writer.sh 113 - Check an integer type' base can't be modified after instantiation\nPASS: ctf-writer/test-ctf-writer.sh 114 - Check an integer type's signedness can't be modified after instantiation\nPASS: ctf-writer/test-ctf-writer.sh 115 - Check -32768 is allowed for a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 116 - Check 32767 is allowed for a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 117 - Check -42 is allowed for a signed 16-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 118 - Check 4095 is allowed for an unsigned 12-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 119 - Check 0 is allowed for an unsigned 12-bit integer\nPASS: ctf-writer/test-ctf-writer.sh 120 - Instantiate a string field\nPASS: ctf-writer/test-ctf-writer.sh 121 - Set a string's value\nPASS: ctf-writer/test-ctf-writer.sh 122 - Create an enumeration type with an unsigned 12-bit integer as container\nPASS: ctf-writer/test-ctf-writer.sh 123 - bt_ctf_stream_class_get_id returns an error when no id is set\nPASS: ctf-writer/test-ctf-writer.sh 124 - bt_ctf_stream_class_set_id handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 125 - Set an stream class' id\nPASS: ctf-writer/test-ctf-writer.sh 126 - bt_ctf_stream_class_get_id returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 127 - bt_ctf_stream_class_get_event_header_type returns an event header type\nPASS: ctf-writer/test-ctf-writer.sh 128 - Default event header type is a structure\nPASS: ctf-writer/test-ctf-writer.sh 129 - Default event header type contains an \"id\" field\nPASS: ctf-writer/test-ctf-writer.sh 130 - Default event header \"id\" field is an integer\nPASS: ctf-writer/test-ctf-writer.sh 131 - Default event header type contains a \"timestamp\" field\nPASS: ctf-writer/test-ctf-writer.sh 132 - Default event header \"timestamp\" field is an integer\nPASS: ctf-writer/test-ctf-writer.sh 133 - bt_ctf_trace_get_packet_header_field_type returns a packet header\nPASS: ctf-writer/test-ctf-writer.sh 134 - bt_ctf_trace_get_packet_header_field_type returns a packet header of type struct\nPASS: ctf-writer/test-ctf-writer.sh 135 - Default packet header type contains a \"magic\" field\nPASS: ctf-writer/test-ctf-writer.sh 136 - Default packet header type contains a \"uuid\" field\nPASS: ctf-writer/test-ctf-writer.sh 137 - Default packet header type contains a \"stream_id\" field\nPASS: ctf-writer/test-ctf-writer.sh 138 - Added a custom trace packet header field successfully\nPASS: ctf-writer/test-ctf-writer.sh 139 - bt_ctf_trace_set_packet_header_field_type handles a NULL trace correctly\nPASS: ctf-writer/test-ctf-writer.sh 140 - Set a trace packet_header_type successfully\nPASS: ctf-writer/test-ctf-writer.sh 141 - bt_ctf_stream_class_get_packet_context_type returns a packet context type.\nPASS: ctf-writer/test-ctf-writer.sh 142 - Packet context is a structure\nPASS: ctf-writer/test-ctf-writer.sh 143 - bt_ctf_stream_class_set_packet_context_type handles a NULL stream class correctly\nPASS: ctf-writer/test-ctf-writer.sh 144 - bt_ctf_stream_class_set_packet_context_type rejects a packet context that is not a structure\nPASS: ctf-writer/test-ctf-writer.sh 145 - Packet context field added successfully\nPASS: ctf-writer/test-ctf-writer.sh 146 - bt_ctf_stream_class_set_event_context_type handles a NULL stream_class correctly\nPASS: ctf-writer/test-ctf-writer.sh 147 - bt_ctf_stream_class_set_event_context_type validates that the event context os a structure\nPASS: ctf-writer/test-ctf-writer.sh 148 - Set a new stream event context type\nPASS: ctf-writer/test-ctf-writer.sh 149 - bt_ctf_stream_class_get_event_context_type returns the correct field type.\nPASS: ctf-writer/test-ctf-writer.sh 150 - bt_ctf_trace_get_stream_count() succeeds and returns the correct value (0)\nPASS: ctf-writer/test-ctf-writer.sh 151 - Instantiate a stream class from writer\nPASS: ctf-writer/test-ctf-writer.sh 152 - bt_ctf_trace_get_stream_count() succeeds and returns the correct value (1)\nPASS: ctf-writer/test-ctf-writer.sh 153 - bt_ctf_trace_get_stream_by_index() succeeds and returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 154 - bt_ctf_stream_get_class returns a stream class\nPASS: ctf-writer/test-ctf-writer.sh 155 - Returned stream class is of the correct type\nPASS: ctf-writer/test-ctf-writer.sh 156 - Trace packet header type can't be modified once a stream has been instantiated\nPASS: ctf-writer/test-ctf-writer.sh 157 - Packet context type can't be modified once a stream has been instantiated\nPASS: ctf-writer/test-ctf-writer.sh 158 - Stream event context type can't be modified once a stream has been instantiated\nPASS: ctf-writer/test-ctf-writer.sh 159 - Changes to a stream class that was already instantiated fail\nPASS: ctf-writer/test-ctf-writer.sh 160 - bt_ctf_stream_get_packet_header handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 161 - bt_ctf_stream_get_packet_header returns a packet header\nPASS: ctf-writer/test-ctf-writer.sh 162 - Stream returns a packet header of the appropriate type\nPASS: ctf-writer/test-ctf-writer.sh 163 - Packet header structure contains a custom field with the appropriate name\nPASS: ctf-writer/test-ctf-writer.sh 164 - Set custom packet header value successfully\nPASS: ctf-writer/test-ctf-writer.sh 165 - bt_ctf_stream_set_packet_header handles a NULL packet header correctly\nPASS: ctf-writer/test-ctf-writer.sh 166 - bt_ctf_stream_set_packet_header handles a NULL stream correctly\nPASS: ctf-writer/test-ctf-writer.sh 167 - bt_ctf_stream_set_packet_header rejects a packet header of the wrong type\nPASS: ctf-writer/test-ctf-writer.sh 168 - Successfully set a stream's packet header\nPASS: ctf-writer/test-ctf-writer.sh 169 - Add environment field to writer after stream creation\nPASS: ctf-writer/test-ctf-writer.sh 170 - bt_ctf_event_get_stream returns an event's stream after it has been appended\nPASS: ctf-writer/test-ctf-writer.sh 171 - Create an event before instantiating its associated stream\nPASS: ctf-writer/test-ctf-writer.sh 172 - Create an unsigned integer type\nPASS: ctf-writer/test-ctf-writer.sh 173 - Set signed 64 bit integer signedness to true\nPASS: ctf-writer/test-ctf-writer.sh 174 - Create a signed integer type\nPASS: ctf-writer/test-ctf-writer.sh 175 - bt_ctf_field_type_enumeration_get_container_field_type returns the right type\nPASS: ctf-writer/test-ctf-writer.sh 176 - bt_ctf_field_enumeration_type_create rejects non-integer container field types\nPASS: ctf-writer/test-ctf-writer.sh 177 - bt_ctf_field_type_get_alignment returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 178 - Set a floating point type's exponent digit count\nPASS: ctf-writer/test-ctf-writer.sh 179 - Set a floating point type's mantissa digit count\nPASS: ctf-writer/test-ctf-writer.sh 180 - bt_ctf_field_type_floating_point_get_exponent_digits returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 181 - bt_ctf_field_type_floating_point_get_mantissa_digits returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 182 - bt_ctf_field_type_enumeration_add_mapping accepts negative enumeration mappings\nPASS: ctf-writer/test-ctf-writer.sh 183 - bt_ctf_field_type_enumeration_add_mapping accepts enumeration mapping strings containing quotes\nPASS: ctf-writer/test-ctf-writer.sh 184 - bt_ctf_field_type_enumeration_add_mapping accepts enumeration mapping strings containing special characters\nPASS: ctf-writer/test-ctf-writer.sh 185 - Accept enumeration mapping strings containing reserved keywords\nPASS: ctf-writer/test-ctf-writer.sh 186 - bt_ctf_field_type_enumeration_add_mapping accepts duplicate mapping names\nPASS: ctf-writer/test-ctf-writer.sh 187 - bt_ctf_field_type_enumeration_add_mapping accepts overlapping enum entries\nPASS: ctf-writer/test-ctf-writer.sh 188 - bt_ctf_field_type_enumeration_add_mapping rejects mapping where end < start\nPASS: ctf-writer/test-ctf-writer.sh 189 - Add signed enumeration field to event\nPASS: ctf-writer/test-ctf-writer.sh 190 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL string correctly\nPASS: ctf-writer/test-ctf-writer.sh 191 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL start correctly\nPASS: ctf-writer/test-ctf-writer.sh 192 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index handles a NULL end correctly\nPASS: ctf-writer/test-ctf-writer.sh 193 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a value\nPASS: ctf-writer/test-ctf-writer.sh 194 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping name\nPASS: ctf-writer/test-ctf-writer.sh 195 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping start\nPASS: ctf-writer/test-ctf-writer.sh 196 - bt_ctf_field_type_enumeration_signed_get_mapping_by_index returns a correct mapping end\nPASS: ctf-writer/test-ctf-writer.sh 197 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing quotes\nPASS: ctf-writer/test-ctf-writer.sh 198 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing special characters\nPASS: ctf-writer/test-ctf-writer.sh 199 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts enumeration mapping strings containing reserved keywords\nPASS: ctf-writer/test-ctf-writer.sh 200 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts single-value ranges\nPASS: ctf-writer/test-ctf-writer.sh 201 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts duplicate mapping names\nPASS: ctf-writer/test-ctf-writer.sh 202 - bt_ctf_field_type_enumeration_unsigned_add_mapping accepts overlapping enum entries\nPASS: ctf-writer/test-ctf-writer.sh 203 - bt_ctf_field_type_enumeration_unsigned_add_mapping rejects mapping where end < start\nPASS: ctf-writer/test-ctf-writer.sh 204 - Add unsigned enumeration field to event\nPASS: ctf-writer/test-ctf-writer.sh 205 - bt_ctf_field_type_enumeration_get_mapping_count returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 206 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL string correctly\nPASS: ctf-writer/test-ctf-writer.sh 207 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL start correctly\nPASS: ctf-writer/test-ctf-writer.sh 208 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index handles a NULL end correctly\nPASS: ctf-writer/test-ctf-writer.sh 209 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a value\nPASS: ctf-writer/test-ctf-writer.sh 210 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping name\nPASS: ctf-writer/test-ctf-writer.sh 211 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping start\nPASS: ctf-writer/test-ctf-writer.sh 212 - bt_ctf_field_type_enumeration_unsigned_get_mapping_by_index returns a correct mapping end\nPASS: ctf-writer/test-ctf-writer.sh 213 - Add event specific context field\nPASS: ctf-writer/test-ctf-writer.sh 214 - bt_ctf_event_class_set_context_field_type handles a NULL event class correctly\nPASS: ctf-writer/test-ctf-writer.sh 215 - Set an event class' context type successfully\nPASS: ctf-writer/test-ctf-writer.sh 216 - bt_ctf_event_class_get_context_field_type returns the appropriate type\nPASS: ctf-writer/test-ctf-writer.sh 217 - Adding simple event class to stream class\nPASS: ctf-writer/test-ctf-writer.sh 218 - bt_ctf_stream_class_get_event_class_count returns a correct number of event classes\nPASS: ctf-writer/test-ctf-writer.sh 219 - bt_ctf_stream_class_get_event_class returns the correct event class\nPASS: ctf-writer/test-ctf-writer.sh 220 - bt_ctf_stream_class_get_event_class_by_id returns NULL when the requested ID doesn't exist\nPASS: ctf-writer/test-ctf-writer.sh 221 - bt_ctf_stream_class_get_event_class_by_id returns a correct event class\nPASS: ctf-writer/test-ctf-writer.sh 222 - Instantiate an event containing a single integer field\nPASS: ctf-writer/test-ctf-writer.sh 223 - Use bt_ctf_event_set_payload to set a manually allocated field\nPASS: ctf-writer/test-ctf-writer.sh 224 - bt_ctf_field_floating_point_get_value returns a double value\nPASS: ctf-writer/test-ctf-writer.sh 225 - bt_ctf_field_floating_point_get_value returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 226 - Set signed enumeration container value\nPASS: ctf-writer/test-ctf-writer.sh 227 - Set unsigned enumeration container value\nPASS: ctf-writer/test-ctf-writer.sh 228 - Set clock time\nPASS: ctf-writer/test-ctf-writer.sh 229 - bt_ctf_event_get_context returns a field\nPASS: ctf-writer/test-ctf-writer.sh 230 - bt_ctf_event_get_context returns a field of the appropriate type\nPASS: ctf-writer/test-ctf-writer.sh 231 - Successfully set an event context's value\nPASS: ctf-writer/test-ctf-writer.sh 232 - Set an event context successfully\nPASS: ctf-writer/test-ctf-writer.sh 233 - Append simple event to trace stream\nPASS: ctf-writer/test-ctf-writer.sh 234 - bt_ctf_stream_get_packet_context returns a packet context\nPASS: ctf-writer/test-ctf-writer.sh 235 - Packet context contains the default packet_size field.\nPASS: ctf-writer/test-ctf-writer.sh 236 - Custom packet context field value successfully set.\nPASS: ctf-writer/test-ctf-writer.sh 237 - Successfully set a stream's packet context\nPASS: ctf-writer/test-ctf-writer.sh 238 - Flush trace stream with one event\nPASS: ctf-writer/test-ctf-writer.sh 239 - Add a new event class to a stream class after writing an event\nPASS: ctf-writer/test-ctf-writer.sh 240 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events when none were discarded\nPASS: ctf-writer/test-ctf-writer.sh 241 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events when some were discarded\nPASS: ctf-writer/test-ctf-writer.sh 242 - Append 100 000 events to a stream\nPASS: ctf-writer/test-ctf-writer.sh 243 - Flush a stream that forces a packet resize\nPASS: ctf-writer/test-ctf-writer.sh 244 - bt_ctf_stream_get_discarded_events_count returns a correct number of discarded events after a flush\nPASS: ctf-writer/test-ctf-writer.sh 245 - bt_ctf_field_type_set_alignment handles 0-alignment correctly\nPASS: ctf-writer/test-ctf-writer.sh 246 - bt_ctf_field_type_set_alignment handles wrong alignment correctly (3)\nPASS: ctf-writer/test-ctf-writer.sh 247 - bt_ctf_field_type_set_alignment handles wrong alignment correctly (24)\nPASS: ctf-writer/test-ctf-writer.sh 248 - bt_ctf_field_type_set_alignment handles correct alignment correctly (4)\nPASS: ctf-writer/test-ctf-writer.sh 249 - Set alignment of signed 16 bit integer to 32\nPASS: ctf-writer/test-ctf-writer.sh 250 - Set integer signedness to true\nPASS: ctf-writer/test-ctf-writer.sh 251 - Set signed 16 bit integer base to hexadecimal\nPASS: ctf-writer/test-ctf-writer.sh 252 - bt_ctf_field_type_array_get_element_field_type returns the correct type\nPASS: ctf-writer/test-ctf-writer.sh 253 - bt_ctf_field_type_array_get_length returns the correct length\nPASS: ctf-writer/test-ctf-writer.sh 254 - Cannot add self to structure\nPASS: ctf-writer/test-ctf-writer.sh 255 - Add seq_len field to inner structure\nPASS: ctf-writer/test-ctf-writer.sh 256 - Add a_sequence field to inner structure\nPASS: ctf-writer/test-ctf-writer.sh 257 - Add an_array field to inner structure\nPASS: ctf-writer/test-ctf-writer.sh 258 - Reject a variant field based on an unknown tag value\nPASS: ctf-writer/test-ctf-writer.sh 259 - Add a field to a variant\nPASS: ctf-writer/test-ctf-writer.sh 260 - Add INT16_TYPE field to variant\nPASS: ctf-writer/test-ctf-writer.sh 261 - Add UINT35_TYPE field to variant\nPASS: ctf-writer/test-ctf-writer.sh 262 - bt_ctf_field_type_variant_get_tag_field_type returns a correct tag type\nPASS: ctf-writer/test-ctf-writer.sh 263 - bt_ctf_field_type_variant_get_tag_name returns the correct variant tag name\nPASS: ctf-writer/test-ctf-writer.sh 264 - bt_ctf_field_type_variant_get_field_type_by_name returns a correct field type\nPASS: ctf-writer/test-ctf-writer.sh 265 - bt_ctf_field_type_variant_get_field_count returns the correct count\nPASS: ctf-writer/test-ctf-writer.sh 266 - bt_ctf_field_type_variant_get_field handles a NULL field name correctly\nPASS: ctf-writer/test-ctf-writer.sh 267 - bt_ctf_field_type_variant_get_field handles a NULL field type correctly\nPASS: ctf-writer/test-ctf-writer.sh 268 - bt_ctf_field_type_variant_get_field returns a field\nPASS: ctf-writer/test-ctf-writer.sh 269 - bt_ctf_field_type_variant_get_field returns a correct field name\nPASS: ctf-writer/test-ctf-writer.sh 270 - bt_ctf_field_type_variant_get_field returns a correct field type\nPASS: ctf-writer/test-ctf-writer.sh 271 - Add variant_selector field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 272 - Add `string` field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 273 - Add variant_value field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 274 - Add inner_structure field to complex structure\nPASS: ctf-writer/test-ctf-writer.sh 275 - Create an event class\nPASS: ctf-writer/test-ctf-writer.sh 276 - Reject addition of a field with an empty name to an event\nPASS: ctf-writer/test-ctf-writer.sh 277 - Reject addition of a field with a NULL type to an event\nPASS: ctf-writer/test-ctf-writer.sh 278 - Reject addition of a type with an illegal name to an event\nPASS: ctf-writer/test-ctf-writer.sh 279 - Add field of type unsigned integer to an event\nPASS: ctf-writer/test-ctf-writer.sh 280 - Add field of type signed integer to an event\nPASS: ctf-writer/test-ctf-writer.sh 281 - Add composite structure to an event\nPASS: ctf-writer/test-ctf-writer.sh 282 - bt_ctf_event_class_get_name returns a correct name\nPASS: ctf-writer/test-ctf-writer.sh 283 - bt_ctf_event_class_get_id returns a negative value when not set\nPASS: ctf-writer/test-ctf-writer.sh 284 - bt_ctf_event_class_set_id handles NULL correctly\nPASS: ctf-writer/test-ctf-writer.sh 285 - Set an event class' id\nPASS: ctf-writer/test-ctf-writer.sh 286 - bt_ctf_event_class_get_id returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 287 - event class has the expected initial log level\nPASS: ctf-writer/test-ctf-writer.sh 288 - as expected, event class has no initial EMF URI\nPASS: ctf-writer/test-ctf-writer.sh 289 - bt_ctf_event_class_set_log_level handles a NULL event class correctly\nPASS: ctf-writer/test-ctf-writer.sh 290 - bt_ctf_event_class_set_log_level handles an unknown log level correctly\nPASS: ctf-writer/test-ctf-writer.sh 291 - bt_ctf_event_class_set_log_level succeeds with a valid log level\nPASS: ctf-writer/test-ctf-writer.sh 292 - bt_ctf_event_class_get_log_level returns the expected log level\nPASS: ctf-writer/test-ctf-writer.sh 293 - bt_ctf_event_class_set_emf_uri handles a NULL event class correctly\nPASS: ctf-writer/test-ctf-writer.sh 294 - bt_ctf_event_class_set_emf_uri succeeds with a valid EMF URI\nPASS: ctf-writer/test-ctf-writer.sh 295 - bt_ctf_event_class_get_emf_uri returns the expected EMF URI\nPASS: ctf-writer/test-ctf-writer.sh 296 - bt_ctf_event_class_set_emf_uri succeeds with NULL (to reset)\nPASS: ctf-writer/test-ctf-writer.sh 297 - as expected, event class has no EMF URI after reset\nPASS: ctf-writer/test-ctf-writer.sh 298 - Reject addition of NULL event class to a stream class\nPASS: ctf-writer/test-ctf-writer.sh 299 - Add an event class to stream class\nPASS: ctf-writer/test-ctf-writer.sh 300 - bt_ctf_event_class_get_stream_class returns the correct stream class\nPASS: ctf-writer/test-ctf-writer.sh 301 - bt_ctf_event_class_get_field_by_name handles an invalid field name correctly\nPASS: ctf-writer/test-ctf-writer.sh 302 - Instantiate a complex event\nPASS: ctf-writer/test-ctf-writer.sh 303 - bt_ctf_event_get_class returns the correct event class\nPASS: ctf-writer/test-ctf-writer.sh 304 - Use bt_ctf_event_get_payload to get a field instance\nPASS: ctf-writer/test-ctf-writer.sh 305 - bt_ctf_field_integer_unsigned_get_value succeeds after setting a value\nPASS: ctf-writer/test-ctf-writer.sh 306 - bt_ctf_field_integer_unsigned_get_value returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 307 - bt_ctf_field_integer_signed_get_value succeeds after setting a value\nPASS: ctf-writer/test-ctf-writer.sh 308 - bt_ctf_field_integer_signed_get_value returns the correct value\nPASS: ctf-writer/test-ctf-writer.sh 309 - bt_ctf_field_string_append succeeds\nPASS: ctf-writer/test-ctf-writer.sh 310 - bt_ctf_field_string_append_len succeeds (append 5 characters)\nPASS: ctf-writer/test-ctf-writer.sh 311 - bt_ctf_field_string_append_len succeeds (append 0 characters)\nPASS: ctf-writer/test-ctf-writer.sh 312 - bt_ctf_field_string_append_len succeeds (append 0 characters)\nPASS: ctf-writer/test-ctf-writer.sh 313 - bt_ctf_field_string_get_value returns a string\nPASS: ctf-writer/test-ctf-writer.sh 314 - bt_ctf_field_string_get_value returns a correct value\nPASS: ctf-writer/test-ctf-writer.sh 315 - bt_ctf_field_type_variant_get_field_type_from_tag returns the correct field type\nPASS: ctf-writer/test-ctf-writer.sh 316 - Set a sequence field's length\nPASS: ctf-writer/test-ctf-writer.sh 317 - Append a complex event to a stream\nPASS: ctf-writer/test-ctf-writer.sh 318 - Flush a stream containing a complex event\nPASS: ctf-writer/test-ctf-writer.sh 319 - two event classes with the same name may cohabit within the same stream class\nPASS: ctf-writer/test-ctf-writer.sh 320 - two event classes with the same ID cannot cohabit within the same stream class\nPASS: ctf-writer/test-ctf-writer.sh 321 - bt_ctf_stream_class_get_trace returns NULL when stream class is orphaned\nPASS: ctf-writer/test-ctf-writer.sh 322 - bt_ctf_stream_class_get_trace returns the correct trace after a stream has been created\nPASS: ctf-writer/test-ctf-writer.sh 323 - Created a stream class with default attributes and an empty stream\nPASS: ctf-writer/test-ctf-writer.sh 324 - Get metadata string\nPASS: ctf-writer/test-ctf-writer.sh 325 - Babeltrace could read the resulting trace\nPASS: lib/test-bt-uuid 1 - bt_uuid_from_c_str - Parse valid string '3d260c88-75ea-47b8-a7e2-d6077c0378d9', expect success\nPASS: lib/test-bt-uuid 2 - bt_uuid_from_c_str - Parse valid string '611cf3a6-a68b-4515-834f-208bc2762592', expect success\nPASS: lib/test-bt-uuid 3 - bt_uuid_from_c_str - Parse valid string '1b4855cc-96de-4ae8-abe3-86449c2a43c4', expect success\nPASS: lib/test-bt-uuid 4 - bt_uuid_from_c_str - Parse valid string '8ADED5B9-ACD2-439F-A60C-897403AA2AB4', expect success\nPASS: lib/test-bt-uuid 5 - bt_uuid_from_c_str - Parse valid string 'f109e0a2-C619-4d18-b760-20EA20E0F69A', expect success\nPASS: lib/test-bt-uuid 6 - bt_uuid_from_c_str - Parse invalid string '1b485!cc-96de-4XX8-abe3-86449c2a43?4', expect failure\nPASS: lib/test-bt-uuid 7 - bt_uuid_from_c_str - Parse invalid string 'c2e6eddb&3955&4006&be3a&70bb63bd5f25', expect failure\nPASS: lib/test-bt-uuid 8 - bt_uuid_from_c_str - Parse invalid string '81b1cb88-ff42-45b9-ba4d-964088ee45', expect failure\nPASS: lib/test-bt-uuid 9 - bt_uuid_from_c_str - Parse invalid string '2d-6c6d756574-470e-9142-a4e6ad03f143', expect failure\nPASS: lib/test-bt-uuid 10 - bt_uuid_from_c_str - Parse invalid string '4542ad19-9e4f-4931-8261-2101c3e089ae7', expect failure\nPASS: lib/test-bt-uuid 11 - bt_uuid_from_c_str - Parse invalid string 'XX0123', expect failure\nPASS: lib/test-bt-uuid 12 - bt_uuid_to_str - Convert UUID '3d260c88-75ea-47b8-a7e2-d6077c0378d9' to string, expect success\nPASS: lib/test-bt-uuid 13 - bt_uuid_to_str - Convert UUID '611cf3a6-a68b-4515-834f-208bc2762592' to string, expect success\nPASS: lib/test-bt-uuid 14 - bt_uuid_to_str - Convert UUID '1b4855cc-96de-4ae8-abe3-86449c2a43c4' to string, expect success\nPASS: lib/test-bt-uuid 15 - bt_uuid_compare - Compare same UUID, expect success\nPASS: lib/test-bt-uuid 16 - bt_uuid_compare - Compare different UUID, expect failure\nPASS: lib/test-bt-uuid 17 - bt_uuid_compare - Compare different UUID, expect uuid1 smaller\nPASS: lib/test-bt-uuid 18 - bt_uuid_compare - Compare different UUID, expect uuid2 bigger\nPASS: lib/test-bt-uuid 19 - bt_uuid_copy - Compare copied UUID with source, expect success\nPASS: lib/test-bt-uuid 20 - bt_uuid_generate - Generated UUIDs are different\nPASS: lib/test-bt-uuid 21 - bt_uuid_generate - bit 6 of clock_seq_hi_and_reserved is set to zero\nPASS: lib/test-bt-uuid 22 - bt_uuid_generate - bit 7 of clock_seq_hi_and_reserved is set to one\nPASS: lib/test-bt-uuid 23 - bt_uuid_generate - Generated UUID version check\nPASS: lib/test-bt-values 1 - bt_value_null is not NULL\nPASS: lib/test-bt-values 2 - bt_value_null is a null value object\nPASS: lib/test-bt-values 3 - getting bt_value_null does not cause a crash\nPASS: lib/test-bt-values 4 - putting bt_value_null does not cause a crash\nPASS: lib/test-bt-values 5 - bt_value_bool_create() returns a boolean value object\nPASS: lib/test-bt-values 6 - default boolean value object value is BT_FALSE\nPASS: lib/test-bt-values 7 - bt_value_bool_set() works\nPASS: lib/test-bt-values 8 - putting an existing boolean value object does not cause a crash\nPASS: lib/test-bt-values 9 - bt_value_bool_create_init() returns a boolean value object\nPASS: lib/test-bt-values 10 - bt_value_bool_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 11 - bt_value_integer_unsigned_create() returns an unsigned integer value object\nPASS: lib/test-bt-values 12 - default unsigned integer value object value is 0\nPASS: lib/test-bt-values 13 - bt_value_integer_unsigned_bool_set() works\nPASS: lib/test-bt-values 14 - putting an existing unsigned integer value object does not cause a crash\nPASS: lib/test-bt-values 15 - bt_value_integer_unsigned_create_init() returns an unsigned integer value object\nPASS: lib/test-bt-values 16 - bt_value_integer_unsigned_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 17 - bt_value_integer_signed_create() returns a signed integer value object\nPASS: lib/test-bt-values 18 - default signed integer value object value is 0\nPASS: lib/test-bt-values 19 - bt_value_integer_signed_bool_set() works\nPASS: lib/test-bt-values 20 - putting an existing signed integer value object does not cause a crash\nPASS: lib/test-bt-values 21 - bt_value_integer_signed_create_init() returns a signed integer value object\nPASS: lib/test-bt-values 22 - bt_value_integer_signed_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 23 - bt_value_real_create() returns a real number value object\nPASS: lib/test-bt-values 24 - default real number value object value is 0\nPASS: lib/test-bt-values 25 - bt_value_real_set() works\nPASS: lib/test-bt-values 26 - putting an existing real number value object does not cause a crash\nPASS: lib/test-bt-values 27 - bt_value_real_create_init() returns a real number value object\nPASS: lib/test-bt-values 28 - bt_value_real_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 29 - bt_value_string_create() returns a string value object\nPASS: lib/test-bt-values 30 - default string value object value is \"\"\nPASS: lib/test-bt-values 31 - bt_value_string_get() works\nPASS: lib/test-bt-values 32 - putting an existing string value object does not cause a crash\nPASS: lib/test-bt-values 33 - bt_value_string_create_init() returns a string value object\nPASS: lib/test-bt-values 34 - bt_value_string_create_init() sets the appropriate initial value\nPASS: lib/test-bt-values 35 - bt_value_array_create() returns an array value object\nPASS: lib/test-bt-values 36 - initial array value object size is 0\nPASS: lib/test-bt-values 37 - bt_value_array_append_element() succeeds\nPASS: lib/test-bt-values 38 - appending an element to an array value object increment its size\nPASS: lib/test-bt-values 39 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (unsigned integer)\nPASS: lib/test-bt-values 40 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (unsigned integer)\nPASS: lib/test-bt-values 41 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (signed integer)\nPASS: lib/test-bt-values 42 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (signed integer)\nPASS: lib/test-bt-values 43 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (real number)\nPASS: lib/test-bt-values 44 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (real number)\nPASS: lib/test-bt-values 45 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (boolean)\nPASS: lib/test-bt-values 46 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate value (boolean)\nPASS: lib/test-bt-values 47 - bt_value_array_borrow_element_by_index() returns an value object with the appropriate type (null)\nPASS: lib/test-bt-values 48 - bt_value_array_set_element_by_index() succeeds\nPASS: lib/test-bt-values 49 - bt_value_array_set_element_by_index() inserts an value object with the appropriate type\nPASS: lib/test-bt-values 50 - bt_value_array_set_element_by_index() inserts an value object with the appropriate value\nPASS: lib/test-bt-values 51 - bt_value_array_append_bool_element() succeeds\nPASS: lib/test-bt-values 52 - bt_value_array_append_unsigned_integer_element() succeeds\nPASS: lib/test-bt-values 53 - bt_value_array_append_signed_integer_element() succeeds\nPASS: lib/test-bt-values 54 - bt_value_array_append_real_element() succeeds\nPASS: lib/test-bt-values 55 - bt_value_array_append_string_element() succeeds\nPASS: lib/test-bt-values 56 - bt_value_array_append_empty_array_element() succeeds\nPASS: lib/test-bt-values 57 - bt_value_array_append_empty_array_element() with returned value object succeeds\nPASS: lib/test-bt-values 58 - object returned by bt_value_array_append_empty_array_element() is not NULL\nPASS: lib/test-bt-values 59 - object returned by bt_value_array_append_empty_array_element() is an array value\nPASS: lib/test-bt-values 60 - bt_value_array_append_empty_map_element() succeeds\nPASS: lib/test-bt-values 61 - bt_value_array_append_empty_map_element() with returned value object succeeds\nPASS: lib/test-bt-values 62 - object returned by bt_value_array_append_empty_map_element() is not NULL\nPASS: lib/test-bt-values 63 - object returned by bt_value_array_append_empty_map_element() is an array value\nPASS: lib/test-bt-values 64 - the bt_value_array_append_element_*() functions increment the array value object's size\nPASS: lib/test-bt-values 65 - map value object is not empty\nPASS: lib/test-bt-values 66 - bt_value_array_append_bool_element() appends a boolean value object\nPASS: lib/test-bt-values 67 - bt_value_array_append_bool_element() appends the appropriate value\nPASS: lib/test-bt-values 68 - bt_value_array_append_unsigned_integer_element() appends an unsigned integer value object\nPASS: lib/test-bt-values 69 - bt_value_array_append_unsigned_integer_element() appends the appropriate value\nPASS: lib/test-bt-values 70 - bt_value_array_append_signed_integer_element() appends a signed integer value object\nPASS: lib/test-bt-values 71 - bt_value_array_append_signed_integer_element() appends the appropriate value\nPASS: lib/test-bt-values 72 - bt_value_array_append_real_element() appends a real number value object\nPASS: lib/test-bt-values 73 - bt_value_array_append_real_element() appends the appropriate value\nPASS: lib/test-bt-values 74 - bt_value_array_append_string_element() appends a string value object\nPASS: lib/test-bt-values 75 - bt_value_array_append_string_element() appends the appropriate value\nPASS: lib/test-bt-values 76 - bt_value_array_append_empty_array_element() appends an array value object\nPASS: lib/test-bt-values 77 - bt_value_array_append_empty_array_element() an empty array value object\nPASS: lib/test-bt-values 78 - bt_value_array_append_empty_array_element() appends an array value object\nPASS: lib/test-bt-values 79 - bt_value_array_append_empty_array_element() an empty array value object\nPASS: lib/test-bt-values 80 - bt_value_array_append_empty_map_element() appends a map value object\nPASS: lib/test-bt-values 81 - bt_value_array_append_empty_map_element() an empty map value object\nPASS: lib/test-bt-values 82 - bt_value_array_append_empty_map_element() appends a map value object\nPASS: lib/test-bt-values 83 - bt_value_array_append_empty_map_element() an empty map value object\nPASS: lib/test-bt-values 84 - putting an existing array value object does not cause a crash\nPASS: lib/test-bt-values 85 - bt_value_map_create() returns a map value object\nPASS: lib/test-bt-values 86 - initial map value object size is 0\nPASS: lib/test-bt-values 87 - bt_value_map_insert_entry() succeeds\nPASS: lib/test-bt-values 88 - inserting an element into a map value object increment its size\nPASS: lib/test-bt-values 89 - bt_value_map_insert_entry() accepts an existing key\nPASS: lib/test-bt-values 90 - bt_value_map_borrow_entry_value() returns NULL with an non existing key\nPASS: lib/test-bt-values 91 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (real)\nPASS: lib/test-bt-values 92 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (real)\nPASS: lib/test-bt-values 93 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (unsigned integer)\nPASS: lib/test-bt-values 94 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (unsigned integer)\nPASS: lib/test-bt-values 95 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (signed integer)\nPASS: lib/test-bt-values 96 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (signed integer)\nPASS: lib/test-bt-values 97 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (null)\nPASS: lib/test-bt-values 98 - bt_value_map_borrow_entry_value() returns an value object with the appropriate type (boolean)\nPASS: lib/test-bt-values 99 - bt_value_map_borrow_entry_value() returns an value object with the appropriate value (boolean)\nPASS: lib/test-bt-values 100 - bt_value_map_insert_bool_entry() succeeds\nPASS: lib/test-bt-values 101 - bt_value_map_insert_signed_integer_entry() succeeds\nPASS: lib/test-bt-values 102 - bt_value_map_insert_real_entry() succeeds\nPASS: lib/test-bt-values 103 - bt_value_map_insert_string_entry() succeeds\nPASS: lib/test-bt-values 104 - bt_value_map_insert_empty_array_entry() succeeds\nPASS: lib/test-bt-values 105 - bt_value_map_insert_empty_array_entry() with returned value object succeeds\nPASS: lib/test-bt-values 106 - object returned by bt_value_map_insert_empty_array_entry() is not NULL\nPASS: lib/test-bt-values 107 - object returned by bt_value_map_insert_empty_array_entry() is an array value\nPASS: lib/test-bt-values 108 - bt_value_map_insert_empty_map_entry() succeeds\nPASS: lib/test-bt-values 109 - bt_value_map_insert_empty_map_entry() with returned value object succeeds\nPASS: lib/test-bt-values 110 - object returned by bt_value_map_insert_empty_map_entry() is not NULL\nPASS: lib/test-bt-values 111 - object returned by bt_value_map_insert_empty_map_entry() is an array value\nPASS: lib/test-bt-values 112 - the bt_value_map_insert*() functions increment the map value object's size\nPASS: lib/test-bt-values 113 - map value object does not have key \"hello\"\nPASS: lib/test-bt-values 114 - map value object has key \"bt_bool\"\nPASS: lib/test-bt-values 115 - map value object has key \"uint\"\nPASS: lib/test-bt-values 116 - map value object has key \"int\"\nPASS: lib/test-bt-values 117 - map value object has key \"real\"\nPASS: lib/test-bt-values 118 - map value object has key \"null\"\nPASS: lib/test-bt-values 119 - map value object has key \"bool2\"\nPASS: lib/test-bt-values 120 - map value object has key \"int2\"\nPASS: lib/test-bt-values 121 - map value object has key \"real2\"\nPASS: lib/test-bt-values 122 - map value object has key \"string2\"\nPASS: lib/test-bt-values 123 - map value object has key \"array2\"\nPASS: lib/test-bt-values 124 - map value object has key \"array3\"\nPASS: lib/test-bt-values 125 - map value object has key \"map2\"\nPASS: lib/test-bt-values 126 - map value object has key \"map3\"\nPASS: lib/test-bt-values 127 - bt_value_map_foreach_entry() breaks the loop when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_INTERRUPT\nPASS: lib/test-bt-values 128 - bt_value_map_foreach_entry() fails when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_ERROR\nPASS: lib/test-bt-values 129 - bt_value_map_foreach_entry() fails when the user function returns BT_VALUE_MAP_FOREACH_ENTRY_FUNC_STATUS_MEMORY_ERROR\nPASS: lib/test-bt-values 130 - test_map_foreach_cb_check(): success getting \"map2\" value object\nPASS: lib/test-bt-values 131 - test_map_foreach_cb_check(): \"map2\" value object is empty\nPASS: lib/test-bt-values 132 - test_map_foreach_cb_check(): success getting \"array3\" value object\nPASS: lib/test-bt-values 133 - test_map_foreach_cb_check(): \"array3\" value object is empty\nPASS: lib/test-bt-values 134 - test_map_foreach_cb_check(): success getting \"null\" value object\nPASS: lib/test-bt-values 135 - test_map_foreach_cb_check(): success getting \"array2\" value object\nPASS: lib/test-bt-values 136 - test_map_foreach_cb_check(): \"array2\" value object is empty\nPASS: lib/test-bt-values 137 - test_map_foreach_cb_check(): \"bt_bool\" value object has the right value\nPASS: lib/test-bt-values 138 - test_map_foreach_cb_check(): \"string2\" value object has the right value\nPASS: lib/test-bt-values 139 - test_map_foreach_cb_check(): \"real\" value object has the right value\nPASS: lib/test-bt-values 140 - test_map_foreach_cb_check(): \"real2\" value object has the right value\nPASS: lib/test-bt-values 141 - test_map_foreach_cb_check(): \"uint\" value object has the right value\nPASS: lib/test-bt-values 142 - test_map_foreach_cb_check(): \"int\" value object has the right value\nPASS: lib/test-bt-values 143 - test_map_foreach_cb_check(): \"int2\" value object has the right value\nPASS: lib/test-bt-values 144 - test_map_foreach_cb_check(): \"bool2\" value object has the right value\nPASS: lib/test-bt-values 145 - test_map_foreach_cb_check(): success getting \"map3\" value object\nPASS: lib/test-bt-values 146 - test_map_foreach_cb_check(): \"map3\" value object is empty\nPASS: lib/test-bt-values 147 - bt_value_map_foreach_entry() succeeds with test_map_foreach_cb_check()\nPASS: lib/test-bt-values 148 - bt_value_map_foreach_entry() iterates over all the map value object's elements\nPASS: lib/test-bt-values 149 - putting an existing map value object does not cause a crash\nPASS: lib/test-bt-values 150 - null value objects are equivalent\nPASS: lib/test-bt-values 151 - cannot compare null value object and bt_bool value object\nPASS: lib/test-bt-values 152 - boolean value objects are not equivalent (BT_FALSE and BT_TRUE)\nPASS: lib/test-bt-values 153 - boolean value objects are equivalent (BT_FALSE and BT_FALSE)\nPASS: lib/test-bt-values 154 - cannot compare null value object and unsigned integer value object\nPASS: lib/test-bt-values 155 - unsigned integer value objects are not equivalent (10 and 23)\nPASS: lib/test-bt-values 156 - unsigned integer value objects are equivalent (10 and 10)\nPASS: lib/test-bt-values 157 - cannot compare null value object and signed integer value object\nPASS: lib/test-bt-values 158 - signed integer value objects are not equivalent (10 and -23)\nPASS: lib/test-bt-values 159 - signed integer value objects are equivalent (10 and 10)\nPASS: lib/test-bt-values 160 - cannot compare null value object and real number value object\nPASS: lib/test-bt-values 161 - real number value objects are not equivalent (17.38 and -14.23)\nPASS: lib/test-bt-values 162 - real number value objects are equivalent (17.38 and 17.38)\nPASS: lib/test-bt-values 163 - cannot compare null value object and string value object\nPASS: lib/test-bt-values 164 - string value objects are not equivalent (\"hello\" and \"bt_value\")\nPASS: lib/test-bt-values 165 - string value objects are equivalent (\"hello\" and \"hello\")\nPASS: lib/test-bt-values 166 - empty array value objects are equivalent\nPASS: lib/test-bt-values 167 - cannot compare null value object and array value object\nPASS: lib/test-bt-values 168 - array value objects are not equivalent ([23, 14.2, BT_FALSE] and [14.2, 23, BT_FALSE])\nPASS: lib/test-bt-values 169 - array value objects are equivalent ([23, 14.2, BT_FALSE] and [23, 14.2, BT_FALSE])\nPASS: lib/test-bt-values 170 - empty map value objects are equivalent\nPASS: lib/test-bt-values 171 - cannot compare null value object and map value object\nPASS: lib/test-bt-values 172 - map value objects are not equivalent\nPASS: lib/test-bt-values 173 - map value objects are equivalent\nPASS: lib/test-bt-values 174 - bt_value_copy() succeeds\nPASS: lib/test-bt-values 175 - bt_value_copy() returns a different pointer (map)\nPASS: lib/test-bt-values 176 - bt_value_copy() returns a different pointer (string)\nPASS: lib/test-bt-values 177 - bt_value_copy() returns a different pointer (array)\nPASS: lib/test-bt-values 178 - bt_value_copy() returns a different pointer (bool)\nPASS: lib/test-bt-values 179 - bt_value_copy() returns a different pointer (unsigned integer)\nPASS: lib/test-bt-values 180 - bt_value_copy() returns a different pointer (signed integer)\nPASS: lib/test-bt-values 181 - bt_value_copy() returns a different pointer (real)\nPASS: lib/test-bt-values 182 - bt_value_copy() returns the same pointer (null)\nPASS: lib/test-bt-values 183 - source and destination value objects have the same content\nPASS: lib/test-bt-values 184 - bt_value_map_extend() succeeds\nPASS: lib/test-bt-values 185 - bt_value_map_extend() returns a map object with the correct size\nPASS: lib/test-bt-values 186 - bt_value_map_extend() picks the appropriate element (file)\nPASS: lib/test-bt-values 187 - bt_value_map_extend() picks the appropriate element (edit)\nPASS: lib/test-bt-values 188 - bt_value_map_extend() picks the appropriate element (selection)\nPASS: lib/test-bt-values 189 - bt_value_map_extend() picks the appropriate element (find)\nPASS: lib/test-bt-values 190 - bt_value_map_extend() picks the appropriate element (project)\nPASS: lib/test-fields.sh 1 - string field is empty\nPASS: lib/test-fields.sh 2 - string field length is 0\nPASS: lib/test-graph-topo 1 - empty graph generates no events\nPASS: lib/test-graph-topo 2 - we have the expected number of events\nPASS: lib/test-graph-topo 3 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 4 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 5 - got the expected source's port connected event\nPASS: lib/test-graph-topo 6 - got the expected sink's port connected event\nPASS: lib/test-graph-topo 7 - bt_graph_connect_ports() returns an error\nPASS: lib/test-graph-topo 8 - returned connection is still NULL\nPASS: lib/test-graph-topo 9 - we have the expected number of events\nPASS: lib/test-graph-topo 10 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 11 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 12 - got the expected source's port connected event\nPASS: lib/test-graph-topo 13 - bt_graph_connect_ports() returns an error\nPASS: lib/test-graph-topo 14 - returned connection is still NULL\nPASS: lib/test-graph-topo 15 - we have the expected number of events\nPASS: lib/test-graph-topo 16 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 17 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 18 - got the expected source's port connected event\nPASS: lib/test-graph-topo 19 - got the expected sink's port connected event\nPASS: lib/test-graph-topo 20 - we have the expected number of events\nPASS: lib/test-graph-topo 21 - got the expected graph's port added event (for source, initial)\nPASS: lib/test-graph-topo 22 - got the expected graph's port added event (for sink, initial)\nPASS: lib/test-graph-topo 23 - got the expected source's port connected event\nPASS: lib/test-graph-topo 24 - got the expected graph's port added event (for source)\nPASS: lib/test-graph-topo 25 - got the expected sink's port connected event\nPASS: lib/test-graph-topo 26 - event order is good\nPASS: lib/test-mip 1 - status is as expected\nPASS: lib/test-mip 2 - status is as expected\nPASS: lib/test-mip 3 - status is as expected\nPASS: lib/test-mip 4 - MIP version is as expected\nPASS: lib/test-mip 5 - status is as expected\nPASS: lib/test-mip 6 - MIP version is as expected\nPASS: lib/test-mip 7 - status is as expected\nPASS: lib/test-mip 8 - MIP version is as expected\nPASS: lib/test-mip 9 - status is as expected\nPASS: lib/test-mip 10 - MIP version is as expected\nPASS: lib/test-mip 11 - status is as expected\nPASS: lib/test-mip 12 - MIP version is as expected\nPASS: lib/test-mip 13 - status is as expected\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 1 - remove trace listener 2 from 2\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 2 - remove trace listener 1 from 3\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 3 - remove trace listener 5 from 4\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 4 - trace destruction listener 1 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 5 - trace destruction listener 2 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 6 - trace destruction listener 3 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 7 - trace destruction listener 4 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 8 - trace destruction listener 5 not called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 9 - remove trace class listener 2 from 2\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 10 - remove trace class listener 1 from 3\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 11 - remove trace class listener 5 from 4\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 12 - trace class destruction listener 1 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 13 - trace class destruction listener 2 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 14 - trace class destruction listener 3 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 15 - trace class destruction listener 4 called\nPASS: lib/test-remove-destruction-listener-in-destruction-listener 16 - trace class destruction listener 5 not called\nPASS: lib/test-simple-sink 1 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 2 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 3 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 4 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 5 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 6 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 7 - Graph \"run once\" status is the expected one (status code: 0)\nPASS: lib/test-simple-sink 8 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 9 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 10 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 11 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 12 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 13 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 14 - Graph \"run once\" status is the expected one (status code: -1)\nPASS: lib/test-simple-sink 15 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 16 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 17 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 18 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 19 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 20 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 21 - Graph \"run once\" status is the expected one (status code: -12)\nPASS: lib/test-simple-sink 22 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 23 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 24 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 25 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 26 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 27 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 28 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 29 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 30 - Graph \"run once\" status is the expected one (status code: 0)\nPASS: lib/test-simple-sink 31 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 32 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 33 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 34 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 35 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 36 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 37 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 38 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 39 - Graph \"run once\" status is the expected one (status code: -1)\nPASS: lib/test-simple-sink 40 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 41 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 42 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 43 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 44 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 45 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 46 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 47 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 48 - Graph \"run once\" status is the expected one (status code: -12)\nPASS: lib/test-simple-sink 49 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 50 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 51 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 52 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 53 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 54 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 55 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 56 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 57 - Graph \"run once\" status is the expected one (status code: 11)\nPASS: lib/test-simple-sink 58 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 59 - Data is not NULL in finalization function\nPASS: lib/test-simple-sink 60 - Simple sink component has an input port named \"in\"\nPASS: lib/test-simple-sink 61 - Simple sink component's \"in\" port is connectable\nPASS: lib/test-simple-sink 62 - Message iterator is not NULL in initialization function\nPASS: lib/test-simple-sink 63 - Data is not NULL in initialization function\nPASS: lib/test-simple-sink 64 - Message iterator is not NULL in consume function\nPASS: lib/test-simple-sink 65 - Data is not NULL in consume function\nPASS: lib/test-simple-sink 66 - Graph \"run once\" status is the expected one (status code: 1)\nPASS: lib/test-simple-sink 67 - Current thread error is set if bt_graph_run_once returned an error\nPASS: lib/test-simple-sink 68 - Data is not NULL in finalization function\nPASS: lib/test-trace-ir-ref 1 - Borrow parent stream SC1 from EC1\nPASS: lib/test-trace-ir-ref 2 - Borrow parent stream SC1 from EC2\nPASS: lib/test-trace-ir-ref 3 - Borrow parent stream SC2 from EC3\nPASS: lib/test-trace-ir-ref 4 - Initialize trace\nPASS: lib/test-trace-ir-ref 5 - Initial SC1 reference count is 0\nPASS: lib/test-trace-ir-ref 6 - Initial SC2 reference count is 0\nPASS: lib/test-trace-ir-ref 7 - Initial EC1 reference count is 0\nPASS: lib/test-trace-ir-ref 8 - Initial EC2 reference count is 0\nPASS: lib/test-trace-ir-ref 9 - Initial EC3 reference count is 0\nPASS: lib/test-trace-ir-ref 10 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 11 - User A acquires SC2 from TC1\nPASS: lib/test-trace-ir-ref 12 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 13 - SC2 reference count is 1\nPASS: lib/test-trace-ir-ref 14 - User A acquires EC3 from SC2\nPASS: lib/test-trace-ir-ref 15 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 16 - SC2 reference count is 2\nPASS: lib/test-trace-ir-ref 17 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 18 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 19 - SC2 reference count is 1\nPASS: lib/test-trace-ir-ref 20 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 21 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 22 - SC2 reference count is 1\nPASS: lib/test-trace-ir-ref 23 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 24 - TC1 reference count is 2\nPASS: lib/test-trace-ir-ref 25 - SC1 reference count is 1\nPASS: lib/test-trace-ir-ref 26 - EC1 reference count is 1\nPASS: lib/test-trace-ir-ref 27 - SC1 reference count is 2\nPASS: lib/test-trace-ir-ref 28 - EC3 reference count is 1\nPASS: lib/test-trace-ir-ref 29 - SC2 reference count is 0\nPASS: lib/test-trace-ir-ref 30 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 31 - SC1 reference count is 1\nPASS: lib/test-trace-ir-ref 32 - TC1 reference count is 1\nPASS: lib/test-trace-ir-ref 33 - SC1 reference count is 1\nPASS: lib/test-trace-ir-ref 34 - SC2 reference count is 0\nPASS: lib/test-trace-ir-ref 35 - EC1 reference count is 1\nPASS: lib/test-trace-ir-ref 36 - EC2 reference count is 0\nPASS: lib/test-trace-ir-ref 37 - EC3 reference count is 0\nPASS: lib/test-plugins.sh 1 - bt_plugin_find_all_from_file() returns a plugin set\nPASS: lib/test-plugins.sh 2 - plugin's initialization function is called during bt_plugin_find_all_from_file()\nPASS: lib/test-plugins.sh 3 - bt_plugin_find_all_from_file() returns the expected number of plugins\nPASS: lib/test-plugins.sh 4 - bt_plugin_get_name() returns the expected name\nPASS: lib/test-plugins.sh 5 - bt_plugin_get_description() returns the expected description\nPASS: lib/test-plugins.sh 6 - bt_plugin_get_version() fails when there's no version\nPASS: lib/test-plugins.sh 7 - bt_plugin_get_author() returns the expected author\nPASS: lib/test-plugins.sh 8 - bt_plugin_get_license() returns the expected license\nPASS: lib/test-plugins.sh 9 - bt_plugin_get_path() returns the expected path\nPASS: lib/test-plugins.sh 10 - bt_plugin_get_source_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 11 - bt_plugin_get_filter_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 12 - bt_plugin_get_sink_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 13 - plugin's finalize function is not yet called\nPASS: lib/test-plugins.sh 14 - plugin's finalize function is called when the plugin is destroyed\nPASS: lib/test-plugins.sh 15 - bt_plugin_get_version() succeeds when there's a version\nPASS: lib/test-plugins.sh 16 - bt_plugin_get_version() returns the expected major version\nPASS: lib/test-plugins.sh 17 - bt_plugin_get_version() returns the expected minor version\nPASS: lib/test-plugins.sh 18 - bt_plugin_get_version() returns the expected patch version\nPASS: lib/test-plugins.sh 19 - bt_plugin_get_version() returns the expected extra version\nPASS: lib/test-plugins.sh 20 - bt_plugin_get_source_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 21 - bt_plugin_get_filter_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 22 - bt_plugin_get_sink_component_class_count() returns the expected value\nPASS: lib/test-plugins.sh 23 - bt_plugin_borrow_source_component_class_by_name_const() finds a source component class\nPASS: lib/test-plugins.sh 24 - bt_plugin_borrow_sink_component_class_by_name_const() finds a sink component class\nPASS: lib/test-plugins.sh 25 - bt_component_class_get_help() returns the expected help text\nPASS: lib/test-plugins.sh 26 - bt_plugin_borrow_filter_component_class_by_name_const() finds a filter component class\nPASS: lib/test-plugins.sh 27 - bt_query_executor_query() succeeds\nPASS: lib/test-plugins.sh 28 - bt_component_class_query() receives the expected object name\nPASS: lib/test-plugins.sh 29 - bt_component_class_query() receives the expected parameters\nPASS: lib/test-plugins.sh 30 - bt_graph_add_sink_component() still works after the plugin object is destroyed\nPASS: lib/test-plugins.sh 31 - bt_plugin_find_all_from_dir() fails with an invalid path\nPASS: lib/test-plugins.sh 32 - bt_plugin_find_all_from_dir() returns a plugin set with a valid path\nPASS: lib/test-plugins.sh 33 - bt_plugin_find_all_from_dir() returns the expected number of plugin objects\nPASS: lib/test-plugins.sh 34 - bt_plugin_find() returns BT_PLUGIN_STATUS_NOT_FOUND with an unknown plugin name\nPASS: lib/test-plugins.sh 35 - bt_plugin_find() returns a plugin object\nPASS: lib/test-plugins.sh 36 - bt_plugin_find() finds the correct plugin for a given name\nPASS: param-validation/test-param-validation 1 - valid map: validation succeeds\nPASS: param-validation/test-param-validation 2 - valid map: error string is NULL\nPASS: param-validation/test-param-validation 3 - missing key in map: validation fails\nPASS: param-validation/test-param-validation 4 - missing key in map: error string is not NULL\nPASS: param-validation/test-param-validation 5 - missing key in map: error string contains expected string\nPASS: param-validation/test-param-validation 6 - unexpected key in map: validation fails\nPASS: param-validation/test-param-validation 7 - unexpected key in map: error string is not NULL\nPASS: param-validation/test-param-validation 8 - unexpected key in map: error string contains expected string\nPASS: param-validation/test-param-validation 9 - map entry with unexpected type: validation fails\nPASS: param-validation/test-param-validation 10 - map entry with unexpected type: error string is not NULL\nPASS: param-validation/test-param-validation 11 - map entry with unexpected type: error string contains expected string\nPASS: param-validation/test-param-validation 12 - valid array: validation succeeds\nPASS: param-validation/test-param-validation 13 - valid array: error string is NULL\nPASS: param-validation/test-param-validation 14 - valid empty array: validation succeeds\nPASS: param-validation/test-param-validation 15 - valid empty array: error string is NULL\nPASS: param-validation/test-param-validation 16 - array too small: validation fails\nPASS: param-validation/test-param-validation 17 - array too small: error string is not NULL\nPASS: param-validation/test-param-validation 18 - array too small: error string contains expected string\nPASS: param-validation/test-param-validation 19 - array too large: validation fails\nPASS: param-validation/test-param-validation 20 - array too large: error string is not NULL\nPASS: param-validation/test-param-validation 21 - array too large: error string contains expected string\nPASS: param-validation/test-param-validation 22 - array with invalid element type: validation fails\nPASS: param-validation/test-param-validation 23 - array with invalid element type: error string is not NULL\nPASS: param-validation/test-param-validation 24 - array with invalid element type: error string contains expected string\nPASS: param-validation/test-param-validation 25 - valid string without choices: validation succeeds\nPASS: param-validation/test-param-validation 26 - valid string without choices: error string is NULL\nPASS: param-validation/test-param-validation 27 - valid string with choices: validation succeeds\nPASS: param-validation/test-param-validation 28 - valid string with choices: error string is NULL\nPASS: param-validation/test-param-validation 29 - string with invalid choice: validation fails\nPASS: param-validation/test-param-validation 30 - string with invalid choice: error string is not NULL\nPASS: param-validation/test-param-validation 31 - string with invalid choice: error string contains expected string\nPASS: param-validation/test-param-validation 32 - type of value passed to custom function is as expected\nPASS: param-validation/test-param-validation 33 - value passed to custom function is as expected\nPASS: param-validation/test-param-validation 34 - custom validation function with valid value: validation succeeds\nPASS: param-validation/test-param-validation 35 - custom validation function with valid value: error string is NULL\nPASS: param-validation/test-param-validation 36 - custom validation function with invalid value: validation fails\nPASS: param-validation/test-param-validation 37 - custom validation function with invalid value: error string is not NULL\nPASS: param-validation/test-param-validation 38 - custom validation function with invalid value: error string contains expected string\nPASS: param-validation/test-param-validation 39 - error nested in maps and arrays: validation fails\nPASS: param-validation/test-param-validation 40 - error nested in maps and arrays: error string is not NULL\nPASS: param-validation/test-param-validation 41 - error nested in maps and arrays: error string contains expected string\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 1 - Trace invalid-packet-size/trace: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 2 - Trace invalid-packet-size/trace: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 3 - Trace invalid-packet-size/trace: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 4 - Trace invalid-packet-size/trace: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 5 - Trace invalid-packet-size/trace: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 6 - Trace invalid-packet-size/trace: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 7 - Trace invalid-packet-size/trace: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 8 - Trace invalid-packet-size/trace: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 9 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 10 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 11 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 12 - Trace valid-events-then-invalid-events/trace: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 13 - Trace valid-events-then-invalid-events/trace: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 14 - Trace valid-events-then-invalid-events/trace: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 15 - Trace valid-events-then-invalid-events/trace: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 16 - Trace valid-events-then-invalid-events/trace: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 17 - Trace metadata-syntax-error: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 18 - Trace metadata-syntax-error: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 19 - Trace metadata-syntax-error: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 20 - Trace metadata-syntax-error: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 21 - Trace metadata-syntax-error: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 22 - Trace metadata-syntax-error: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 23 - Trace metadata-syntax-error: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 24 - Trace metadata-syntax-error: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 25 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 26 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 27 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 28 - Trace invalid-sequence-length-field-class: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 29 - Trace invalid-sequence-length-field-class: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 30 - Trace invalid-sequence-length-field-class: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 31 - Trace invalid-sequence-length-field-class: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 32 - Trace invalid-sequence-length-field-class: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 33 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 34 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 35 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 36 - Trace invalid-variant-selector-field-class: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 37 - Trace invalid-variant-selector-field-class: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 38 - Trace invalid-variant-selector-field-class: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 39 - Trace invalid-variant-selector-field-class: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 40 - Trace invalid-variant-selector-field-class: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 41 - Trace incomplete-packet-header: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 42 - Trace incomplete-packet-header: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 43 - Trace incomplete-packet-header: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 44 - Trace incomplete-packet-header: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 45 - Trace incomplete-packet-header: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 46 - Trace incomplete-packet-header: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 47 - Trace incomplete-packet-header: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 48 - Trace incomplete-packet-header: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 49 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 50 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 51 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 52 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 53 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 54 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 55 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 56 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 57 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 58 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 59 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 60 - Trace meta-no-trace-cls-no-stream-cls: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 61 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 62 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 63 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 64 - Trace meta-no-trace-cls-no-stream-cls: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 65 - Trace empty-event-record: method autodisc: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 66 - Trace empty-event-record: method autodisc: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 67 - Trace empty-event-record: method autodisc: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 68 - Trace empty-event-record: method autodisc: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 69 - Trace empty-event-record: method component: babeltrace exits with an error\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 70 - Trace empty-event-record: method component: babeltrace produces the expected stdout\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 71 - Trace empty-event-record: method component: babeltrace produces an error stack\nPASS: plugins/src.ctf.fs/fail/test-fail.sh 72 - Trace empty-event-record: method component: babeltrace produces the expected error message\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 1 - CTF 1: MIP 0: Trace '2packets' and 'barectf-event-before-packet' give the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 2 - CTF 1: MIP 0: Trace '2packets' and 'barectf-event-before-packet' give the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 3 - CTF 1: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 4 - CTF 1: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 5 - CTF 2: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 6 - CTF 2: MIP 1: Trace '2packets' and 'barectf-event-before-packet' give the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 7 - Generated trace 'simple' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 8 - CTF 1: MIP 0: Trace 'smalltrace' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 9 - CTF 1: MIP 1: Trace 'smalltrace' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 10 - CTF 2: MIP 1: Trace 'smalltrace' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 11 - CTF 1: MIP 0: Trace '2packets' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 12 - CTF 1: MIP 1: Trace '2packets' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 13 - CTF 2: MIP 1: Trace '2packets' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 14 - CTF 1: MIP 0: Trace 'barectf-event-before-packet' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 15 - CTF 1: MIP 1: Trace 'barectf-event-before-packet' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 16 - CTF 2: MIP 1: Trace 'barectf-event-before-packet' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 17 - CTF 1: MIP 0: Trace 'session-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 18 - CTF 1: MIP 1: Trace 'session-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 19 - CTF 2: MIP 1: Trace 'session-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 20 - CTF 1: MIP 0: Trace 'lttng-tracefile-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 21 - CTF 1: MIP 1: Trace 'lttng-tracefile-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 22 - CTF 2: MIP 1: Trace 'lttng-tracefile-rotation' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 23 - CTF 1: MIP 0: Trace 'array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 24 - CTF 1: MIP 1: Trace 'array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 25 - CTF 2: MIP 1: Trace 'array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 26 - CTF 1: MIP 0: Trace 'struct-array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 27 - CTF 1: MIP 1: Trace 'struct-array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 28 - CTF 2: MIP 1: Trace 'struct-array-align-elem' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 29 - CTF 1: MIP 0: Trace 'meta-ctx-sequence' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 30 - CTF 1: MIP 1: Trace 'meta-ctx-sequence' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 31 - CTF 2: MIP 1: Trace 'meta-ctx-sequence' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 32 - CTF 2: MIP 1: Trace 'meta-clk-cls-before-trace-cls' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 33 - CTF 1: MIP 0: Trace 'def-clk-freq' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 34 - CTF 1: MIP 1: Trace 'def-clk-freq' gives the expected output\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 35 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 36 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 37 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 38 - CTF 1: Trace 'lttng-event-after-packet' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 39 - CTF 2: Trace 'lttng-event-after-packet' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 40 - CTF 2: Trace 'lttng-event-after-packet' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 41 - CTF 1: Trace 'lttng-crash' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 42 - CTF 1: Trace 'lttng-crash' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 43 - CTF 1: Trace 'lttng-crash' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 44 - CTF 1: Trace 'lttng-crash' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 45 - CTF 2: Trace 'lttng-crash' gives the expected stdout\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 46 - CTF 2: Trace 'lttng-crash' gives the expected stderr\nPASS: plugins/src.ctf.fs/succeed/test-succeed.sh 47 - Trace 'clock-offset-goes-back-in-time' gives the expected output\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 1 - ab: exit status is not 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 2 - ab: error stack is produced\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 3 - ab: expected error message is present\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 4 - ba: exit status is not 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 5 - ba: error stack is produced\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 6 - ba: expected error message is present\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 7 - bc: exit status is 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 8 - bc: expected output is produced\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 9 - cb: exit status is 0\nPASS: plugins/src.ctf.fs/test-deterministic-ordering.sh 10 - cb: expected output is produced\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 1 - 'sink.ctf.fs' component succeeds with input trace 'float' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 2 - Converted trace 'float' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 3 - 'sink.ctf.fs' component succeeds with input trace 'double' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 4 - Converted trace 'double' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 5 - 'sink.ctf.fs' component succeeds with input trace 'float' (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 6 - Converted trace 'float' gives the expected output (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 7 - 'sink.ctf.fs' component succeeds with input trace 'double' (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 8 - Converted trace 'double' gives the expected output (CTF 2)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 9 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-no-underscore' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 10 - Converted trace 'meta-variant-no-underscore' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 11 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-one-underscore' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 12 - Converted trace 'meta-variant-one-underscore' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 13 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-reserved-keywords' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 14 - Converted trace 'meta-variant-reserved-keywords' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 15 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-same-with-underscore' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 16 - Converted trace 'meta-variant-same-with-underscore' gives the expected output (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 17 - 'sink.ctf.fs' component succeeds with input trace 'meta-variant-two-underscores' (CTF 1)\nPASS: plugins/sink.ctf.fs/succeed/test-succeed.sh 18 - Converted trace 'meta-variant-two-underscores' gives the expected output (CTF 1)\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 1 - CTF 1: MIP 0: 'default' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 2 - CTF 1: MIP 1: 'default' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 3 - CTF 2: MIP 1: 'default' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 4 - CTF 1: MIP 0: 'default-compact' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 5 - CTF 1: MIP 1: 'default-compact' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 6 - CTF 2: MIP 1: 'default-compact' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 7 - CTF 1: MIP 0: 'default-compact-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 8 - CTF 1: MIP 1: 'default-compact-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 9 - CTF 2: MIP 1: 'default-compact-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 10 - CTF 1: MIP 0: 'default-compact-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 11 - CTF 1: MIP 1: 'default-compact-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 12 - CTF 2: MIP 1: 'default-compact-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 13 - CTF 1: MIP 0: 'default-without-data' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 14 - CTF 1: MIP 1: 'default-without-data' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 15 - CTF 2: MIP 1: 'default-without-data' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 16 - CTF 1: MIP 0: 'default-without-data-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 17 - CTF 1: MIP 1: 'default-without-data-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 18 - CTF 2: MIP 1: 'default-without-data-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 19 - CTF 1: MIP 0: 'default-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 20 - CTF 1: MIP 1: 'default-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 21 - CTF 2: MIP 1: 'default-without-metadata' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 22 - CTF 1: MIP 0: 'default-without-names' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 23 - CTF 1: MIP 1: 'default-without-names' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 24 - CTF 2: MIP 1: 'default-without-names' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 25 - CTF 1: MIP 0: 'default-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 26 - CTF 1: MIP 1: 'default-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 27 - CTF 2: MIP 1: 'default-without-time' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 28 - CTF 1: MIP 0: 'default-without-trace-name' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 29 - CTF 1: MIP 1: 'default-without-trace-name' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 30 - CTF 2: MIP 1: 'default-without-trace-name' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 31 - CTF 1: MIP 0: 'default-without-uuid' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 32 - CTF 1: MIP 1: 'default-without-uuid' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 33 - CTF 2: MIP 1: 'default-without-uuid' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 34 - CTF 1: MIP 0: 'no-packet-context' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 35 - CTF 1: MIP 1: 'no-packet-context' test has the expected output\nPASS: plugins/sink.text.details/succeed/test-succeed.sh 36 - CTF 2: MIP 1: 'no-packet-context' test has the expected output\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 1 - no clock classes (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 2 - no clock classes (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 3 - clock classes with Unix epoch origins (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 4 - clock classes with Unix epoch origins (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 5 - clock classes with Unix epoch origins (stream beginning/end, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 6 - clock classes with Unix epoch origins (stream beginning/end, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 7 - clock classes with Unix epoch origins (message iterator inactivity, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 8 - clock classes with Unix epoch origins (message iterator inactivity, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 9 - clock classes with Unix epoch origins (message iterator inactivity, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 10 - clock classes with Unix epoch origins (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 11 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 12 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 13 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 14 - clock classes with unknown origins, with equal UUIDs (stream beginning/end, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 15 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 16 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 17 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 18 - clock classes with unknown origins, with equal UUIDs (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 19 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 20 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 21 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 22 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 23 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 24 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 25 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 0) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 26 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 27 - no clock classes (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 28 - no clock classes (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 29 - clock classes with known origins (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 30 - clock classes with known origins (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 31 - clock classes with known origins (stream beginning/end, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 32 - clock classes with known origins (stream beginning/end, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 33 - clock classes with known origins (message iterator inactivity, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 34 - clock classes with known origins (message iterator inactivity, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 35 - clock classes with known origins (message iterator inactivity, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 36 - clock classes with known origins (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 37 - clock classes with unknown origins, with equal identities (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 38 - clock classes with unknown origins, with equal identities (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 39 - clock classes with unknown origins, with equal identities (stream beginning/end, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 40 - clock classes with unknown origins, with equal identities (stream beginning/end, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 41 - clock classes with unknown origins, with equal identities (message iterator inactivity, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 42 - clock classes with unknown origins, with equal identities (message iterator inactivity, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 43 - clock classes with unknown origins, with equal identities (message iterator inactivity, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 44 - clock classes with unknown origins, with equal identities (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 45 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 46 - clock classes with unknown origins, unknown identities (stream beginning/end, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 47 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 48 - clock classes with unknown origins, unknown identities (stream beginning/end, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 49 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 50 - clock classes with unknown origins, unknown identities (message iterator inactivity, stream beginning/end, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 51 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 1) - no `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 52 - clock classes with unknown origins, unknown identities (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has no error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 53 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 54 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 55 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 56 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 57 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 58 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 59 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 60 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 61 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 62 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 63 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 64 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 65 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 66 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 67 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 68 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 69 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 70 - clock class with a Unix epoch origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 71 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 72 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 73 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 74 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 75 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 76 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 77 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 78 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 79 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 80 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 81 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 82 - clock class with a Unix epoch origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 83 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 84 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 85 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 86 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 87 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 88 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 89 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 90 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 91 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 92 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 93 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 94 - clock class with a Unix epoch origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 95 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 96 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 97 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 98 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 99 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 100 - clock class with an unknown origin and a UUID followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 101 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 102 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 103 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 104 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 105 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 106 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 107 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 108 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 109 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 110 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 111 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 112 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 113 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 114 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 115 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 116 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 117 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 118 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 119 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 120 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 121 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 122 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 123 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 124 - clock class with an unknown origin and a UUID followed by clock class with a Unix epoch origin (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 125 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 126 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 127 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 128 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 129 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 130 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 131 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 132 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 133 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 134 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 135 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 136 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 137 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 138 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 139 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 140 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 141 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 142 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 143 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 144 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 145 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 146 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 147 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 148 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and no UUID (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 149 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 150 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 151 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 152 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 153 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 154 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 155 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 156 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 157 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 158 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 159 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 160 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 161 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 162 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 163 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 164 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 165 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 166 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 167 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 168 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 169 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 170 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 171 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 172 - clock class with an unknown origin and a UUID followed by clock class with an unknown origin and another UUID (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 173 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 174 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 175 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 176 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 177 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 178 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 179 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 180 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 181 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 182 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 183 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 184 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 185 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 186 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 187 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 188 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 189 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 190 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 191 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 192 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 193 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 194 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 195 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 196 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 197 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 198 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 199 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 200 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 201 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 202 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 0) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 203 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 204 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 205 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 206 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 207 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 208 - no clock class followed by clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 209 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 210 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 211 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 212 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 213 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 214 - no clock class followed by clock class (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 215 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 216 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 217 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 218 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 219 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 220 - clock class a known origin followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 221 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 222 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 223 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 224 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 225 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 226 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 227 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 228 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 229 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 230 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 231 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 232 - clock class with a known origin followed by clock class with an unknown origin (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 233 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 234 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 235 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 236 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 237 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 238 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 239 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 240 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 241 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 242 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 243 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 244 - clock class with a known origin followed by clock class with an unknown origin (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 245 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 246 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 247 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 248 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 249 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 250 - clock class with an unknown origin and an identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 251 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 252 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 253 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 254 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 255 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 256 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 257 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 258 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 259 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 260 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 261 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 262 - clock class with an unknown origin and an identity followed by clock class with a known origin (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 263 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 264 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 265 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 266 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 267 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 268 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 269 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 270 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 271 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 272 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 273 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 274 - clock class with an unknown origin and an identity followed by clock class with a known origin (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 275 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 276 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 277 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 278 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 279 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 280 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 281 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 282 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 283 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 284 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 285 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 286 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 287 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 288 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 289 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 290 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 291 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 292 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 293 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 294 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 295 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 296 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 297 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 298 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and no identity (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 299 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 300 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 301 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 302 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 303 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 304 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 305 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 306 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 307 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 308 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 309 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 310 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 311 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 312 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 313 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 314 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 315 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 316 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 317 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 318 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 319 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 320 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 321 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 322 - clock class with an unknown origin and an identity followed by clock class with an unknown origin and another identity (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 323 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 324 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 325 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 326 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 327 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 328 - clock class with an unknown origin and no UUID/identity followed by no clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 329 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 330 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 331 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 332 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 333 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 334 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 335 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 336 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 337 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 338 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 339 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 340 - clock class with an unknown origin and no UUID/identity followed by different clock class (stream beginning/end, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 341 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 342 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 343 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 344 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 345 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 346 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, stream beginning/end, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 347 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - `bt2::Error` thrown\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 348 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - current thread has an error\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 349 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - error has at least one cause\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 350 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - cause's message is expected\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 351 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - cause's actor type is message iterator\nPASS: plugins/flt.utils.muxer/test-clock-compatibility.sh 352 - clock class with an unknown origin and no UUID/identity followed by different clock class (message iterator inactivity, message iterator inactivity, MIP 1) - causes's component name is `the-muxer`\nPASS: plugins/sink.text.pretty/test-pretty.sh 1 - show basic bit array fields with flags\nPASS: plugins/src.ctf.lttng-live/test-live.sh 1 - CLI prints the expected session list - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 2 - CLI prints the expected session list - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 3 - CLI prints the expected session list (v2.15 protocol) - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 4 - CLI prints the expected session list (v2.15 protocol) - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 5 - CLI attach and fetch from single-domains session - no discarded events - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 6 - CLI attach and fetch from single-domains session - no discarded events - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 7 - CLI attach and fetch from single-domains session - no discarded events (v2.15 protocol) - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 8 - CLI attach and fetch from single-domains session - no discarded events (v2.15 protocol) - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 9 - CLI attach and fetch from multi-domains session - discarded events - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 10 - CLI attach and fetch from multi-domains session - discarded events - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 11 - CLI attach and fetch from multi-domains session - discarded events (v2.15 protocol) - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 12 - CLI attach and fetch from multi-domains session - discarded events (v2.15 protocol) - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 13 - CLI many requests per packet - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 14 - CLI many requests per packet - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 15 - CLI src.ctf.fs vs src.ctf.lttng-live - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 16 - CLI src.ctf.fs vs src.ctf.lttng-live - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 17 - CLI src.ctf.fs vs src.ctf.lttng-live - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 18 - CLI src.ctf.fs vs src.ctf.lttng-live - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 19 - CLI attach and fetch from single-domains session - inactivity discarded packet - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 20 - CLI attach and fetch from single-domains session - inactivity discarded packet - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 21 - CLI attach and fetch from single-domain session - Receive metadata in two sections separated by a empty section - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 22 - CLI attach and fetch from single-domain session - Receive metadata in two sections separated by a empty section - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 23 - split metadata requiring additional stored values - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 24 - split metadata requiring additional stored values - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 25 - new stream announced while an existing stream is inactive - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 26 - new stream announced while an existing stream is inactive - stderr\nPASS: plugins/src.ctf.lttng-live/test-live.sh 27 - invalid metadata sent by the relay - stdout\nPASS: plugins/src.ctf.lttng-live/test-live.sh 28 - invalid metadata sent by the relay - stderr\nPASS: bitfield/test-bitfield 1 - Writing and reading back 0x0, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 2 - Writing and reading back 0x0, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 3 - Writing and reading back 0x0, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 4 - Writing and reading back 0x0, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 5 - Writing and reading back 0x0, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 6 - Writing and reading back 0x0, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 7 - Writing and reading back 0x0, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 8 - Writing and reading back 0x0, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 9 - Writing and reading back 0x1, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 10 - Writing and reading back 0x1, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 11 - Writing and reading back 0x1, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 12 - Writing and reading back 0x1, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 13 - Writing and reading back 0xFFFFFFFF, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 14 - Writing and reading back 0xFFFFFFFFFFFFFFFF, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 15 - Writing and reading back 0xFFFFFFFF, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 16 - Writing and reading back 0xFFFFFFFFFFFFFFFF, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 17 - Writing and reading back 0xFFFFFFFF, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 18 - Writing and reading back 0xFFFFFFFFFFFFFFFF, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 19 - Writing and reading back 0xFFFFFFFF, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 20 - Writing and reading back 0xFFFFFFFFFFFFFFFF, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 21 - Writing and reading back 0x80000000, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 22 - Writing and reading back 0x8000000000000000, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 23 - Writing and reading back 0x80000000, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 24 - Writing and reading back 0x8000000000000000, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 25 - Writing and reading back 0x3D6FCFFF, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 26 - Writing and reading back 0x7110E8249CCFBCB, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 27 - Writing and reading back 0x3D6FCFFF, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 28 - Writing and reading back 0x7110E8249CCFBCB, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 29 - Writing and reading back 0x3D6FCFFF, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 30 - Writing and reading back 0x7110E8249CCFBCB, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 31 - Writing and reading back 0x3D6FCFFF, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 32 - Writing and reading back 0x7110E8249CCFBCB, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 33 - Writing and reading back 0x502B6696, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 34 - Writing and reading back 0x3E63037A4F49E852, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 35 - Writing and reading back 0x502B6696, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 36 - Writing and reading back 0x3E63037A4F49E852, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 37 - Writing and reading back 0x502B6696, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 38 - Writing and reading back 0x3E63037A4F49E852, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 39 - Writing and reading back 0x502B6696, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 40 - Writing and reading back 0x3E63037A4F49E852, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 41 - Writing and reading back 0x30E90CC, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 42 - Writing and reading back 0xF4C711D4B2075F5, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 43 - Writing and reading back 0x30E90CC, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 44 - Writing and reading back 0xF4C711D4B2075F5, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 45 - Writing and reading back 0x30E90CC, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 46 - Writing and reading back 0xF4C711D4B2075F5, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 47 - Writing and reading back 0x30E90CC, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 48 - Writing and reading back 0xF4C711D4B2075F5, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 49 - Writing and reading back 0x11502B8A, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 50 - Writing and reading back 0x17BB8A011B530C02, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 51 - Writing and reading back 0x11502B8A, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 52 - Writing and reading back 0x17BB8A011B530C02, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 53 - Writing and reading back 0x11502B8A, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 54 - Writing and reading back 0x17BB8A011B530C02, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 55 - Writing and reading back 0x11502B8A, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 56 - Writing and reading back 0x17BB8A011B530C02, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 57 - Writing and reading back 0x332AA167, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 58 - Writing and reading back 0x146242670AF6E177, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 59 - Writing and reading back 0x332AA167, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 60 - Writing and reading back 0x146242670AF6E177, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 61 - Writing and reading back 0x332AA167, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 62 - Writing and reading back 0x146242670AF6E177, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 63 - Writing and reading back 0x332AA167, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 64 - Writing and reading back 0x146242670AF6E177, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 65 - Writing and reading back 0x1D3E2003, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 66 - Writing and reading back 0x4D94BF7F63FBCD4E, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 67 - Writing and reading back 0x1D3E2003, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 68 - Writing and reading back 0x4D94BF7F63FBCD4E, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 69 - Writing and reading back 0x1D3E2003, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 70 - Writing and reading back 0x4D94BF7F63FBCD4E, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 71 - Writing and reading back 0x1D3E2003, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 72 - Writing and reading back 0x4D94BF7F63FBCD4E, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 73 - Writing and reading back 0x6E468267, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 74 - Writing and reading back 0x6DB53AE611A80D97, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 75 - Writing and reading back 0x6E468267, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 76 - Writing and reading back 0x6DB53AE611A80D97, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 77 - Writing and reading back 0x6E468267, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 78 - Writing and reading back 0x6DB53AE611A80D97, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 79 - Writing and reading back 0x6E468267, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 80 - Writing and reading back 0x6DB53AE611A80D97, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 81 - Writing and reading back 0x5DC2A20D, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 82 - Writing and reading back 0x524085363FD653FD, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 83 - Writing and reading back 0x5DC2A20D, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 84 - Writing and reading back 0x524085363FD653FD, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 85 - Writing and reading back 0x5DC2A20D, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 86 - Writing and reading back 0x524085363FD653FD, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 87 - Writing and reading back 0x5DC2A20D, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 88 - Writing and reading back 0x524085363FD653FD, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 89 - Writing and reading back 0x5D62336F, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 90 - Writing and reading back 0xE47AC665B0157FC, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 91 - Writing and reading back 0x5D62336F, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 92 - Writing and reading back 0xE47AC665B0157FC, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 93 - Writing and reading back 0x5D62336F, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 94 - Writing and reading back 0xE47AC665B0157FC, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 95 - Writing and reading back 0x5D62336F, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 96 - Writing and reading back 0xE47AC665B0157FC, signed long long dest, varying read unit size\nPASS: bitfield/test-bitfield 97 - Writing and reading back 0x664269F, unsigned int source, varying write unit size\nPASS: bitfield/test-bitfield 98 - Writing and reading back 0x3476DE1B3D96641D, unsigned long long source, varying write unit size\nPASS: bitfield/test-bitfield 99 - Writing and reading back 0x664269F, unsigned int dest, varying read unit size\nPASS: bitfield/test-bitfield 100 - Writing and reading back 0x3476DE1B3D96641D, unsigned long long dest, varying read unit size\nPASS: bitfield/test-bitfield 101 - Writing and reading back 0x664269F, signed int source, varying write unit size\nPASS: bitfield/test-bitfield 102 - Writing and reading back 0x3476DE1B3D96641D, signed long long source, varying write unit size\nPASS: bitfield/test-bitfield 103 - Writing and reading back 0x664269F, signed int dest, varying read unit size\nPASS: bitfield/test-bitfield 104 - Writing and reading back 0x3476DE1B3D96641D, signed long long dest, varying read unit size\n============================================================================\nTestsuite summary for babeltrace2 2.1.1\n============================================================================\n# TOTAL: 2022\n# PASS:  2022\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\n=============================================\n   babeltrace2 2.1.1: tests/test-suite.log\n=============================================\n\n# TOTAL: 2022\n# PASS:  2022\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n\nSystem information (uname -a): Linux 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun 5 02:14:18 UTC 2025 x86_64\nDistribution information (/etc/issue):\nPoky (Yocto Project Reference Distro) 5.2 \\n \\l\n\n\n.. contents:: :depth: 2\n\nDURATION: 21\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5194790363311768,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-babeltrace_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-babeltrace",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007264614105224609,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1734912395477295,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.025165081024169922,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 3.6463608741760254,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002203702926635742,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_10_-_0_events_in_packets_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_1_-_8_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_2_-_3_events_in_packets_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_3_-_8_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_4_-_3_events_in_packets_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_5_-_6_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_6_-_0_events_in_packets_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_7_-_3_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_8_-_3_events_in_packets_intersecting": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/intersection/test_intersection_9_-_0_events_in_the_whole_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_10_-_Lost_events_string_matches_3,2,1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_1_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_2_-_No_events_lost": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_3_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_4_-_No_events_lost": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_5_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_6_-_Lost_events_string_matches_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_7_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_8_-_Lost_events_string_matches_2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_packet_seq_num_9_-_Trace_parses": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_10_-_Run_babeltrace_with_trace_wk-heartbeat-u": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_11_-_Run_babeltrace_with_invalid_trace_fail1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_12_-_Run_babeltrace_with_invalid_trace_fail2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_13_-_Run_babeltrace_with_invalid_trace_integer-range": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_14_-_Run_babeltrace_with_invalid_trace_lttng-modules-2.0-pre1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_15_-_Run_babeltrace_with_invalid_trace_packet-based-metadata": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_16_-_Run_babeltrace_with_invalid_trace_smalltrace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_1_-_Run_babeltrace_with_trace_env-warning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_2_-_Run_babeltrace_with_trace_lttng-modules-2.0-pre5": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_3_-_Run_babeltrace_with_trace_sequence": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_4_-_Run_babeltrace_with_trace_smalltrace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_5_-_Run_babeltrace_with_trace_succeed1": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_6_-_Run_babeltrace_with_trace_succeed2": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_7_-_Run_babeltrace_with_trace_succeed3": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_8_-_Run_babeltrace_with_trace_succeed4": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.bin/test_trace_read_9_-_Run_babeltrace_with_trace_warnings": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_10_-_Writing_and_reading_back_0x2500758,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_11_-_Writing_and_reading_back_0x20C2049E,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_12_-_Writing_and_reading_back_0x20C2049E,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_13_-_Writing_and_reading_back_0xE452601,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_14_-_Writing_and_reading_back_0xE452601,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_15_-_Writing_and_reading_back_0x5C448186,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_16_-_Writing_and_reading_back_0x5C448186,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_17_-_Writing_and_reading_back_0x59AB4C60,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_18_-_Writing_and_reading_back_0x59AB4C60,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_19_-_Writing_and_reading_back_0x47BBF376,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_1_-_Writing_and_reading_back_0x0,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_20_-_Writing_and_reading_back_0x47BBF376,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_21_-_Writing_and_reading_back_0x710EA9FE,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_22_-_Writing_and_reading_back_0x710EA9FE,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_23_-_Writing_and_reading_back_0x5E8B23B1,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_24_-_Writing_and_reading_back_0x5E8B23B1,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_25_-_Writing_and_reading_back_0x5B4F9797,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_26_-_Writing_and_reading_back_0x5B4F9797,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_2_-_Writing_and_reading_back_0x0,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_3_-_Writing_and_reading_back_0x1,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_4_-_Writing_and_reading_back_0xFFFFFFFF,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_5_-_Writing_and_reading_back_0xFFFFFFFF,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_6_-_Writing_and_reading_back_0x80000000,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_7_-_Writing_and_reading_back_0x581057A,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_8_-_Writing_and_reading_back_0x581057A,_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_bitfield_9_-_Writing_and_reading_back_0x2500758,_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_10_-_Add_machine__x86_64__environment_field_to_writer_istance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_11_-_Illegal_clock_name_rejected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_12_-_NULL_clock_name_rejected": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_13_-_Clock_created_sucessfully": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_14_-_Set_clock_frequency": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_15_-_Set_clock_offset__seconds_": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_16_-_Set_clock_offset": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_17_-_Set_clock_precision": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_18_-_Set_clock_absolute_property": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_19_-_Add_clock_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_1_-_bt_ctf_create_succeeds_in_creating_trace_with_path": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_20_-_Verify_a_clock_can't_be_added_twice_to_a_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_21_-_Create_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_22_-_Set_a_stream_class'_clock": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_23_-_Create_an_unsigned_integer_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_24_-_Set_integer_type's_base_as_binary": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_25_-_Set_integer_type's_base_as_decimal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_26_-_Reject_integer_type's_base_set_as_unknown": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_27_-_Set_integer_type's_base_as_octal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_28_-_Set_integer_type's_base_as_hexadecimal": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_29_-_Reject_unknown_integer_base_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_2_-_Add_host__qemux86-64__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_30_-_Set_integer_type_signedness_to_signed": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_31_-_Set_integer_type_signedness_to_unsigned": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_32_-_Create_a_sequence_of_int16_t_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_33_-_Create_a_string_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_34_-_Reject_invalid_\"None\"_string_encoding": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_35_-_Reject_invalid_string_encoding": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_36_-_Set_string_encoding_to_ASCII": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_37_-_Create_a_structure_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_38_-_Add_a_uint8_t_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_39_-_Add_a_sequence_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_3_-_bt_ctf_writer_add_environment_field_error_with_NULL_writer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_40_-_Add_a_string_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_41_-_Add_a_structure_type_to_a_structure": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_42_-_Instanciate_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_43_-_Instanciate_an_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_44_-_Check_an_integer_type'_base_can't_be_modified_after_instanciation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_45_-_Check_an_integer_type's_signedness_can't_be_modified_after_instanciation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_46_-_Check_bt_ctf_field_signed_integer_set_value_is_not_allowed_on_an_unsigned_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_47_-_Check_bt_ctf_field_unsigned_integer_set_value_is_not_allowed_on_a_signed_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_48_-_Check_-32768_is_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_49_-_Check_32767_is_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_4_-_bt_ctf_writer_add_environment_field_error_with_NULL_field_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_50_-_Check_32768_is_not_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_51_-_Check_-32769_is_not_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_52_-_Check_-42_is_allowed_for_a_signed_16-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_53_-_Check_4095_is_allowed_for_an_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_54_-_Check_4096_is_not_allowed_for_a_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_55_-_Check_0_is_allowed_for_an_unsigned_12-bit_integer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_56_-_Instanciate_a_string_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_57_-_Set_a_string's_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_58_-_Create_an_enumeration_type_with_an_unsigned_12-bit_integer_as_container": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_59_-_Check_enumeration_types_are_validated_before_instantiation": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_5_-_bt_ctf_writer_add_environment_field_error_with_NULL_field_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_60_-_Instanciate_a_stream_class_from_writer": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_61_-_Changes_to_a_stream_class_that_was_already_instantiated_fail": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_62_-_Accept_enumeration_mapping_strings_containing_quotes": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_63_-_Accept_enumeration_mapping_strings_containing_special_characters": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_64_-_Accept_enumeration_mapping_strings_containing_reserved_keywords": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_65_-_Add_enumeration_field_to_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_66_-_Create_an_unsigned_integer_type": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_67_-_Instantiate_an_event_containing_a_single_integer_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_68_-_Use_bt_ctf_event_set_payload_to_set_a_manually_allocated_field": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_69_-_Set_enumeration_container_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_6_-_Add_sysname__Linux__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_70_-_Set_clock_time": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_71_-_Append_simple_event_to_trace_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_72_-_Flush_trace_stream_with_one_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_73_-_Add_a_new_event_class_to_a_stream_class_after_writing_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_74_-_Append_100_000_events_to_a_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_75_-_Flush_a_stream_that_forces_a_packet_resize": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_76_-_Reject_a_variant_field_based_on_an_unknown_tag_value": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_77_-_Add_a_field_to_a_variant": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_78_-_Reject_creation_of_an_event_class_with_an_illegal_name": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_79_-_Create_an_event_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_7_-_Add_nodename__qemux86-64__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_80_-_Reject_addition_of_a_field_with_an_empty_name_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_81_-_Reject_addition_of_a_field_with_a_NULL_type_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_82_-_Reject_addition_of_a_type_with_an_illegal_name_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_83_-_Add_field_of_type_unsigned_integer_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_84_-_Add_field_of_type_signed_integer_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_85_-_Add_composite_structure_to_an_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_86_-_Reject_addition_of_NULL_event_class_to_a_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_87_-_Add_an_event_class_to_stream_class": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_88_-_Instanciate_a_complex_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_89_-_Use_bt_ctf_event_get_payload_to_get_a_field_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_8_-_Add_release__6.12.31-yocto-standard__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_90_-_Set_a_sequence_field's_length": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_91_-_Append_a_complex_event_to_a_stream": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_92_-_Flush_a_stream_containing_a_complex_event": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_93_-_Get_metadata_string": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_94_-_Metadata_string_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_95_-_Babeltrace_could_read_the_resulting_trace": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_ctf_writer_complete_9_-_Add_version__\\#1_SMP_PREEMPT_DYNAMIC_Thu_Jun_5_02:14:18_UTC_2025__environment_field_to_writer_instance": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_10_-_iter_next_should_return_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_11_-_Event_after_last_should_be_invalid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_12_-_Event_valid_at_beginning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_13_-_Seek_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_14_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_15_-_timestamp_last_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_16_-_iter_next_should_return_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_17_-_Event_after_last_should_be_invalid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_18_-_Event_valid_at_beginning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_19_-_Seek_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_1_-_Event_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_20_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_21_-_timestamp_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_22_-_iter_next_should_return_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_23_-_Event_after_last_should_be_invalid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_24_-_Seek_begin_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_25_-_Event_valid_at_first_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_26_-_timestamp_==_expected_begin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_27_-_Seek_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_28_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_29_-_timestamp_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_2_-_timestamp_begin_==_expected_begin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_3_-_Seek_begin_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_4_-_Event_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_5_-_timestamp_begin_==_timestamp_seek_begin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_6_-_Event_valid_at_beginning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_7_-_Seek_time_at_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_8_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_big_trace_9_-_timestamp_last_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_10_-_iter_next_should_return_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_11_-_Event_after_last_should_be_invalid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_12_-_Event_valid_at_beginning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_13_-_Seek_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_14_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_15_-_timestamp_last_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_16_-_iter_next_should_return_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_17_-_Event_after_last_should_be_invalid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_18_-_Event_valid_at_beginning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_19_-_Seek_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_1_-_Event_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_20_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_21_-_timestamp_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_22_-_iter_next_should_return_an_error": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_23_-_Event_after_last_should_be_invalid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_24_-_Seek_begin_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_25_-_Event_valid_at_first_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_26_-_timestamp_==_expected_begin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_27_-_Seek_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_28_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_29_-_timestamp_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_2_-_timestamp_begin_==_expected_begin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_3_-_Seek_begin_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_4_-_Event_valid": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_5_-_timestamp_begin_==_timestamp_seek_begin": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_6_-_Event_valid_at_beginning": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_7_-_Seek_time_at_last_retval_0": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_8_-_Event_valid_at_last_position": {
    "status": "PASSED"
   },
   "ptestresult.babeltrace.lib/test_seek_empty_packet_9_-_timestamp_last_==_expected_last": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:41\nBEGIN: /usr/lib/babeltrace/ptest\nPASS: bin/test_trace_read 1 - Run babeltrace with trace env-warning\nPASS: bin/test_trace_read 2 - Run babeltrace with trace lttng-modules-2.0-pre5\nPASS: bin/test_trace_read 3 - Run babeltrace with trace sequence\nPASS: bin/test_trace_read 4 - Run babeltrace with trace smalltrace\nPASS: bin/test_trace_read 5 - Run babeltrace with trace succeed1\nPASS: bin/test_trace_read 6 - Run babeltrace with trace succeed2\nPASS: bin/test_trace_read 7 - Run babeltrace with trace succeed3\nPASS: bin/test_trace_read 8 - Run babeltrace with trace succeed4\nPASS: bin/test_trace_read 9 - Run babeltrace with trace warnings\nPASS: bin/test_trace_read 10 - Run babeltrace with trace wk-heartbeat-u\nPASS: bin/test_trace_read 11 - Run babeltrace with invalid trace fail1\nPASS: bin/test_trace_read 12 - Run babeltrace with invalid trace fail2\nPASS: bin/test_trace_read 13 - Run babeltrace with invalid trace integer-range\nPASS: bin/test_trace_read 14 - Run babeltrace with invalid trace lttng-modules-2.0-pre1\nPASS: bin/test_trace_read 15 - Run babeltrace with invalid trace packet-based-metadata\nPASS: bin/test_trace_read 16 - Run babeltrace with invalid trace smalltrace\nPASS: bin/test_packet_seq_num 1 - Trace parses\nPASS: bin/test_packet_seq_num 2 - No events lost\nPASS: bin/test_packet_seq_num 3 - Trace parses\nPASS: bin/test_packet_seq_num 4 - No events lost\nPASS: bin/test_packet_seq_num 5 - Trace parses\nPASS: bin/test_packet_seq_num 6 - Lost events string matches 2\nPASS: bin/test_packet_seq_num 7 - Trace parses\nPASS: bin/test_packet_seq_num 8 - Lost events string matches 2\nPASS: bin/test_packet_seq_num 9 - Trace parses\nPASS: bin/test_packet_seq_num 10 - Lost events string matches 3,2,1\nPASS: bin/intersection/test_intersection 1 - 8 events in the whole trace\nPASS: bin/intersection/test_intersection 2 - 3 events in packets intersecting\nPASS: bin/intersection/test_intersection 3 - 8 events in the whole trace\nPASS: bin/intersection/test_intersection 4 - 3 events in packets intersecting\nPASS: bin/intersection/test_intersection 5 - 6 events in the whole trace\nPASS: bin/intersection/test_intersection 6 - 0 events in packets intersecting\nPASS: bin/intersection/test_intersection 7 - 3 events in the whole trace\nPASS: bin/intersection/test_intersection 8 - 3 events in packets intersecting\nPASS: bin/intersection/test_intersection 9 - 0 events in the whole trace\nPASS: bin/intersection/test_intersection 10 - 0 events in packets intersecting\nPASS: lib/test_bitfield 1 - Writing and reading back 0x0, unsigned\nPASS: lib/test_bitfield 2 - Writing and reading back 0x0, signed\nPASS: lib/test_bitfield 3 - Writing and reading back 0x1, unsigned\nPASS: lib/test_bitfield 4 - Writing and reading back 0xFFFFFFFF, unsigned\nPASS: lib/test_bitfield 5 - Writing and reading back 0xFFFFFFFF, signed\nPASS: lib/test_bitfield 6 - Writing and reading back 0x80000000, signed\nPASS: lib/test_bitfield 7 - Writing and reading back 0x581057A, unsigned\nPASS: lib/test_bitfield 8 - Writing and reading back 0x581057A, signed\nPASS: lib/test_bitfield 9 - Writing and reading back 0x2500758, unsigned\nPASS: lib/test_bitfield 10 - Writing and reading back 0x2500758, signed\nPASS: lib/test_bitfield 11 - Writing and reading back 0x20C2049E, unsigned\nPASS: lib/test_bitfield 12 - Writing and reading back 0x20C2049E, signed\nPASS: lib/test_bitfield 13 - Writing and reading back 0xE452601, unsigned\nPASS: lib/test_bitfield 14 - Writing and reading back 0xE452601, signed\nPASS: lib/test_bitfield 15 - Writing and reading back 0x5C448186, unsigned\nPASS: lib/test_bitfield 16 - Writing and reading back 0x5C448186, signed\nPASS: lib/test_bitfield 17 - Writing and reading back 0x59AB4C60, unsigned\nPASS: lib/test_bitfield 18 - Writing and reading back 0x59AB4C60, signed\nPASS: lib/test_bitfield 19 - Writing and reading back 0x47BBF376, unsigned\nPASS: lib/test_bitfield 20 - Writing and reading back 0x47BBF376, signed\nPASS: lib/test_bitfield 21 - Writing and reading back 0x710EA9FE, unsigned\nPASS: lib/test_bitfield 22 - Writing and reading back 0x710EA9FE, signed\nPASS: lib/test_bitfield 23 - Writing and reading back 0x5E8B23B1, unsigned\nPASS: lib/test_bitfield 24 - Writing and reading back 0x5E8B23B1, signed\nPASS: lib/test_bitfield 25 - Writing and reading back 0x5B4F9797, unsigned\nPASS: lib/test_bitfield 26 - Writing and reading back 0x5B4F9797, signed\nPASS: lib/test_seek_empty_packet 1 - Event valid\nPASS: lib/test_seek_empty_packet 2 - timestamp_begin == expected_begin\nPASS: lib/test_seek_empty_packet 3 - Seek begin retval 0\nPASS: lib/test_seek_empty_packet 4 - Event valid\nPASS: lib/test_seek_empty_packet 5 - timestamp_begin == timestamp_seek_begin\nPASS: lib/test_seek_empty_packet 6 - Event valid at beginning\nPASS: lib/test_seek_empty_packet 7 - Seek time at last retval 0\nPASS: lib/test_seek_empty_packet 8 - Event valid at last position\nPASS: lib/test_seek_empty_packet 9 - timestamp_last == expected_last\nPASS: lib/test_seek_empty_packet 10 - iter next should return an error\nPASS: lib/test_seek_empty_packet 11 - Event after last should be invalid\nPASS: lib/test_seek_empty_packet 12 - Event valid at beginning\nPASS: lib/test_seek_empty_packet 13 - Seek last retval 0\nPASS: lib/test_seek_empty_packet 14 - Event valid at last position\nPASS: lib/test_seek_empty_packet 15 - timestamp_last == expected_last\nPASS: lib/test_seek_empty_packet 16 - iter next should return an error\nPASS: lib/test_seek_empty_packet 17 - Event after last should be invalid\nPASS: lib/test_seek_empty_packet 18 - Event valid at beginning\nPASS: lib/test_seek_empty_packet 19 - Seek last retval 0\nPASS: lib/test_seek_empty_packet 20 - Event valid at last position\nPASS: lib/test_seek_empty_packet 21 - timestamp == expected_last\nPASS: lib/test_seek_empty_packet 22 - iter next should return an error\nPASS: lib/test_seek_empty_packet 23 - Event after last should be invalid\nPASS: lib/test_seek_empty_packet 24 - Seek begin retval 0\nPASS: lib/test_seek_empty_packet 25 - Event valid at first position\nPASS: lib/test_seek_empty_packet 26 - timestamp == expected_begin\nPASS: lib/test_seek_empty_packet 27 - Seek last retval 0\nPASS: lib/test_seek_empty_packet 28 - Event valid at last position\nPASS: lib/test_seek_empty_packet 29 - timestamp == expected_last\nPASS: lib/test_seek_big_trace 1 - Event valid\nPASS: lib/test_seek_big_trace 2 - timestamp_begin == expected_begin\nPASS: lib/test_seek_big_trace 3 - Seek begin retval 0\nPASS: lib/test_seek_big_trace 4 - Event valid\nPASS: lib/test_seek_big_trace 5 - timestamp_begin == timestamp_seek_begin\nPASS: lib/test_seek_big_trace 6 - Event valid at beginning\nPASS: lib/test_seek_big_trace 7 - Seek time at last retval 0\nPASS: lib/test_seek_big_trace 8 - Event valid at last position\nPASS: lib/test_seek_big_trace 9 - timestamp_last == expected_last\nPASS: lib/test_seek_big_trace 10 - iter next should return an error\nPASS: lib/test_seek_big_trace 11 - Event after last should be invalid\nPASS: lib/test_seek_big_trace 12 - Event valid at beginning\nPASS: lib/test_seek_big_trace 13 - Seek last retval 0\nPASS: lib/test_seek_big_trace 14 - Event valid at last position\nPASS: lib/test_seek_big_trace 15 - timestamp_last == expected_last\nPASS: lib/test_seek_big_trace 16 - iter next should return an error\nPASS: lib/test_seek_big_trace 17 - Event after last should be invalid\nPASS: lib/test_seek_big_trace 18 - Event valid at beginning\nPASS: lib/test_seek_big_trace 19 - Seek last retval 0\nPASS: lib/test_seek_big_trace 20 - Event valid at last position\nPASS: lib/test_seek_big_trace 21 - timestamp == expected_last\nPASS: lib/test_seek_big_trace 22 - iter next should return an error\nPASS: lib/test_seek_big_trace 23 - Event after last should be invalid\nPASS: lib/test_seek_big_trace 24 - Seek begin retval 0\nPASS: lib/test_seek_big_trace 25 - Event valid at first position\nPASS: lib/test_seek_big_trace 26 - timestamp == expected_begin\nPASS: lib/test_seek_big_trace 27 - Seek last retval 0\nPASS: lib/test_seek_big_trace 28 - Event valid at last position\nPASS: lib/test_seek_big_trace 29 - timestamp == expected_last\nPASS: lib/test_ctf_writer_complete 1 - bt_ctf_create succeeds in creating trace with path\nPASS: lib/test_ctf_writer_complete 2 - Add host (qemux86-64) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 3 - bt_ctf_writer_add_environment_field error with NULL writer\nPASS: lib/test_ctf_writer_complete 4 - bt_ctf_writer_add_environment_field error with NULL field name\nPASS: lib/test_ctf_writer_complete 5 - bt_ctf_writer_add_environment_field error with NULL field value\nPASS: lib/test_ctf_writer_complete 6 - Add sysname (Linux) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 7 - Add nodename (qemux86-64) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 8 - Add release (6.12.31-yocto-standard) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 9 - Add version (\\#1 SMP PREEMPT_DYNAMIC Thu Jun  5 02:14:18 UTC 2025) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 10 - Add machine (x86_64) environment field to writer istance\nPASS: lib/test_ctf_writer_complete 11 - Illegal clock name rejected\nPASS: lib/test_ctf_writer_complete 12 - NULL clock name rejected\nPASS: lib/test_ctf_writer_complete 13 - Clock created sucessfully\nPASS: lib/test_ctf_writer_complete 14 - Set clock frequency\nPASS: lib/test_ctf_writer_complete 15 - Set clock offset (seconds)\nPASS: lib/test_ctf_writer_complete 16 - Set clock offset\nPASS: lib/test_ctf_writer_complete 17 - Set clock precision\nPASS: lib/test_ctf_writer_complete 18 - Set clock absolute property\nPASS: lib/test_ctf_writer_complete 19 - Add clock to writer instance\nPASS: lib/test_ctf_writer_complete 20 - Verify a clock can't be added twice to a writer instance\nPASS: lib/test_ctf_writer_complete 21 - Create stream class\nPASS: lib/test_ctf_writer_complete 22 - Set a stream class' clock\nPASS: lib/test_ctf_writer_complete 23 - Create an unsigned integer type\nPASS: lib/test_ctf_writer_complete 24 - Set integer type's base as binary\nPASS: lib/test_ctf_writer_complete 25 - Set integer type's base as decimal\nPASS: lib/test_ctf_writer_complete 26 - Reject integer type's base set as unknown\nPASS: lib/test_ctf_writer_complete 27 - Set integer type's base as octal\nPASS: lib/test_ctf_writer_complete 28 - Set integer type's base as hexadecimal\nPASS: lib/test_ctf_writer_complete 29 - Reject unknown integer base value\nPASS: lib/test_ctf_writer_complete 30 - Set integer type signedness to signed\nPASS: lib/test_ctf_writer_complete 31 - Set integer type signedness to unsigned\nPASS: lib/test_ctf_writer_complete 32 - Create a sequence of int16_t type\nPASS: lib/test_ctf_writer_complete 33 - Create a string type\nPASS: lib/test_ctf_writer_complete 34 - Reject invalid \"None\" string encoding\nPASS: lib/test_ctf_writer_complete 35 - Reject invalid string encoding\nPASS: lib/test_ctf_writer_complete 36 - Set string encoding to ASCII\nPASS: lib/test_ctf_writer_complete 37 - Create a structure type\nPASS: lib/test_ctf_writer_complete 38 - Add a uint8_t type to a structure\nPASS: lib/test_ctf_writer_complete 39 - Add a sequence type to a structure\nPASS: lib/test_ctf_writer_complete 40 - Add a string type to a structure\nPASS: lib/test_ctf_writer_complete 41 - Add a structure type to a structure\nPASS: lib/test_ctf_writer_complete 42 - Instanciate a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 43 - Instanciate an unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 44 - Check an integer type' base can't be modified after instanciation\nPASS: lib/test_ctf_writer_complete 45 - Check an integer type's signedness can't be modified after instanciation\nPASS: lib/test_ctf_writer_complete 46 - Check bt_ctf_field_signed_integer_set_value is not allowed on an unsigned integer\nPASS: lib/test_ctf_writer_complete 47 - Check bt_ctf_field_unsigned_integer_set_value is not allowed on a signed integer\nPASS: lib/test_ctf_writer_complete 48 - Check -32768 is allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 49 - Check 32767 is allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 50 - Check 32768 is not allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 51 - Check -32769 is not allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 52 - Check -42 is allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 53 - Check 4095 is allowed for an unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 54 - Check 4096 is not allowed for a unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 55 - Check 0 is allowed for an unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 56 - Instanciate a string field\nPASS: lib/test_ctf_writer_complete 57 - Set a string's value\nPASS: lib/test_ctf_writer_complete 58 - Create an enumeration type with an unsigned 12-bit integer as container\nPASS: lib/test_ctf_writer_complete 59 - Check enumeration types are validated before instantiation\nPASS: lib/test_ctf_writer_complete 60 - Instanciate a stream class from writer\nPASS: lib/test_ctf_writer_complete 61 - Changes to a stream class that was already instantiated fail\nPASS: lib/test_ctf_writer_complete 62 - Accept enumeration mapping strings containing quotes\nPASS: lib/test_ctf_writer_complete 63 - Accept enumeration mapping strings containing special characters\nPASS: lib/test_ctf_writer_complete 64 - Accept enumeration mapping strings containing reserved keywords\nPASS: lib/test_ctf_writer_complete 65 - Add enumeration field to event\nPASS: lib/test_ctf_writer_complete 66 - Create an unsigned integer type\nPASS: lib/test_ctf_writer_complete 67 - Instantiate an event containing a single integer field\nPASS: lib/test_ctf_writer_complete 68 - Use bt_ctf_event_set_payload to set a manually allocated field\nPASS: lib/test_ctf_writer_complete 69 - Set enumeration container value\nPASS: lib/test_ctf_writer_complete 70 - Set clock time\nPASS: lib/test_ctf_writer_complete 71 - Append simple event to trace stream\nPASS: lib/test_ctf_writer_complete 72 - Flush trace stream with one event\nPASS: lib/test_ctf_writer_complete 73 - Add a new event class to a stream class after writing an event\nPASS: lib/test_ctf_writer_complete 74 - Append 100 000 events to a stream\nPASS: lib/test_ctf_writer_complete 75 - Flush a stream that forces a packet resize\nPASS: lib/test_ctf_writer_complete 76 - Reject a variant field based on an unknown tag value\nPASS: lib/test_ctf_writer_complete 77 - Add a field to a variant\nPASS: lib/test_ctf_writer_complete 78 - Reject creation of an event class with an illegal name\nPASS: lib/test_ctf_writer_complete 79 - Create an event class\nPASS: lib/test_ctf_writer_complete 80 - Reject addition of a field with an empty name to an event\nPASS: lib/test_ctf_writer_complete 81 - Reject addition of a field with a NULL type to an event\nPASS: lib/test_ctf_writer_complete 82 - Reject addition of a type with an illegal name to an event\nPASS: lib/test_ctf_writer_complete 83 - Add field of type unsigned integer to an event\nPASS: lib/test_ctf_writer_complete 84 - Add field of type signed integer to an event\nPASS: lib/test_ctf_writer_complete 85 - Add composite structure to an event\nPASS: lib/test_ctf_writer_complete 86 - Reject addition of NULL event class to a stream class\nPASS: lib/test_ctf_writer_complete 87 - Add an event class to stream class\nPASS: lib/test_ctf_writer_complete 88 - Instanciate a complex event\nPASS: lib/test_ctf_writer_complete 89 - Use bt_ctf_event_get_payload to get a field instance\nPASS: lib/test_ctf_writer_complete 90 - Set a sequence field's length\nPASS: lib/test_ctf_writer_complete 91 - Append a complex event to a stream\nPASS: lib/test_ctf_writer_complete 92 - Flush a stream containing a complex event\nPASS: lib/test_ctf_writer_complete 93 - Get metadata string\nPASS: lib/test_ctf_writer_complete 94 - Metadata string is valid\nPASS: lib/test_ctf_writer_complete 95 - Babeltrace could read the resulting trace\n============================================================================\nTestsuite summary for babeltrace 1.5.11\n============================================================================\n# TOTAL: 231\n# PASS:  231\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nDURATION: 3\nEND: /usr/lib/babeltrace/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "babeltrace": {
     "duration": "3",
     "log": "START: ptest-runner\n2025-06-16T11:41\nPASS: bin/test_trace_read 1 - Run babeltrace with trace env-warning\nPASS: bin/test_trace_read 2 - Run babeltrace with trace lttng-modules-2.0-pre5\nPASS: bin/test_trace_read 3 - Run babeltrace with trace sequence\nPASS: bin/test_trace_read 4 - Run babeltrace with trace smalltrace\nPASS: bin/test_trace_read 5 - Run babeltrace with trace succeed1\nPASS: bin/test_trace_read 6 - Run babeltrace with trace succeed2\nPASS: bin/test_trace_read 7 - Run babeltrace with trace succeed3\nPASS: bin/test_trace_read 8 - Run babeltrace with trace succeed4\nPASS: bin/test_trace_read 9 - Run babeltrace with trace warnings\nPASS: bin/test_trace_read 10 - Run babeltrace with trace wk-heartbeat-u\nPASS: bin/test_trace_read 11 - Run babeltrace with invalid trace fail1\nPASS: bin/test_trace_read 12 - Run babeltrace with invalid trace fail2\nPASS: bin/test_trace_read 13 - Run babeltrace with invalid trace integer-range\nPASS: bin/test_trace_read 14 - Run babeltrace with invalid trace lttng-modules-2.0-pre1\nPASS: bin/test_trace_read 15 - Run babeltrace with invalid trace packet-based-metadata\nPASS: bin/test_trace_read 16 - Run babeltrace with invalid trace smalltrace\nPASS: bin/test_packet_seq_num 1 - Trace parses\nPASS: bin/test_packet_seq_num 2 - No events lost\nPASS: bin/test_packet_seq_num 3 - Trace parses\nPASS: bin/test_packet_seq_num 4 - No events lost\nPASS: bin/test_packet_seq_num 5 - Trace parses\nPASS: bin/test_packet_seq_num 6 - Lost events string matches 2\nPASS: bin/test_packet_seq_num 7 - Trace parses\nPASS: bin/test_packet_seq_num 8 - Lost events string matches 2\nPASS: bin/test_packet_seq_num 9 - Trace parses\nPASS: bin/test_packet_seq_num 10 - Lost events string matches 3,2,1\nPASS: bin/intersection/test_intersection 1 - 8 events in the whole trace\nPASS: bin/intersection/test_intersection 2 - 3 events in packets intersecting\nPASS: bin/intersection/test_intersection 3 - 8 events in the whole trace\nPASS: bin/intersection/test_intersection 4 - 3 events in packets intersecting\nPASS: bin/intersection/test_intersection 5 - 6 events in the whole trace\nPASS: bin/intersection/test_intersection 6 - 0 events in packets intersecting\nPASS: bin/intersection/test_intersection 7 - 3 events in the whole trace\nPASS: bin/intersection/test_intersection 8 - 3 events in packets intersecting\nPASS: bin/intersection/test_intersection 9 - 0 events in the whole trace\nPASS: bin/intersection/test_intersection 10 - 0 events in packets intersecting\nPASS: lib/test_bitfield 1 - Writing and reading back 0x0, unsigned\nPASS: lib/test_bitfield 2 - Writing and reading back 0x0, signed\nPASS: lib/test_bitfield 3 - Writing and reading back 0x1, unsigned\nPASS: lib/test_bitfield 4 - Writing and reading back 0xFFFFFFFF, unsigned\nPASS: lib/test_bitfield 5 - Writing and reading back 0xFFFFFFFF, signed\nPASS: lib/test_bitfield 6 - Writing and reading back 0x80000000, signed\nPASS: lib/test_bitfield 7 - Writing and reading back 0x581057A, unsigned\nPASS: lib/test_bitfield 8 - Writing and reading back 0x581057A, signed\nPASS: lib/test_bitfield 9 - Writing and reading back 0x2500758, unsigned\nPASS: lib/test_bitfield 10 - Writing and reading back 0x2500758, signed\nPASS: lib/test_bitfield 11 - Writing and reading back 0x20C2049E, unsigned\nPASS: lib/test_bitfield 12 - Writing and reading back 0x20C2049E, signed\nPASS: lib/test_bitfield 13 - Writing and reading back 0xE452601, unsigned\nPASS: lib/test_bitfield 14 - Writing and reading back 0xE452601, signed\nPASS: lib/test_bitfield 15 - Writing and reading back 0x5C448186, unsigned\nPASS: lib/test_bitfield 16 - Writing and reading back 0x5C448186, signed\nPASS: lib/test_bitfield 17 - Writing and reading back 0x59AB4C60, unsigned\nPASS: lib/test_bitfield 18 - Writing and reading back 0x59AB4C60, signed\nPASS: lib/test_bitfield 19 - Writing and reading back 0x47BBF376, unsigned\nPASS: lib/test_bitfield 20 - Writing and reading back 0x47BBF376, signed\nPASS: lib/test_bitfield 21 - Writing and reading back 0x710EA9FE, unsigned\nPASS: lib/test_bitfield 22 - Writing and reading back 0x710EA9FE, signed\nPASS: lib/test_bitfield 23 - Writing and reading back 0x5E8B23B1, unsigned\nPASS: lib/test_bitfield 24 - Writing and reading back 0x5E8B23B1, signed\nPASS: lib/test_bitfield 25 - Writing and reading back 0x5B4F9797, unsigned\nPASS: lib/test_bitfield 26 - Writing and reading back 0x5B4F9797, signed\nPASS: lib/test_seek_empty_packet 1 - Event valid\nPASS: lib/test_seek_empty_packet 2 - timestamp_begin == expected_begin\nPASS: lib/test_seek_empty_packet 3 - Seek begin retval 0\nPASS: lib/test_seek_empty_packet 4 - Event valid\nPASS: lib/test_seek_empty_packet 5 - timestamp_begin == timestamp_seek_begin\nPASS: lib/test_seek_empty_packet 6 - Event valid at beginning\nPASS: lib/test_seek_empty_packet 7 - Seek time at last retval 0\nPASS: lib/test_seek_empty_packet 8 - Event valid at last position\nPASS: lib/test_seek_empty_packet 9 - timestamp_last == expected_last\nPASS: lib/test_seek_empty_packet 10 - iter next should return an error\nPASS: lib/test_seek_empty_packet 11 - Event after last should be invalid\nPASS: lib/test_seek_empty_packet 12 - Event valid at beginning\nPASS: lib/test_seek_empty_packet 13 - Seek last retval 0\nPASS: lib/test_seek_empty_packet 14 - Event valid at last position\nPASS: lib/test_seek_empty_packet 15 - timestamp_last == expected_last\nPASS: lib/test_seek_empty_packet 16 - iter next should return an error\nPASS: lib/test_seek_empty_packet 17 - Event after last should be invalid\nPASS: lib/test_seek_empty_packet 18 - Event valid at beginning\nPASS: lib/test_seek_empty_packet 19 - Seek last retval 0\nPASS: lib/test_seek_empty_packet 20 - Event valid at last position\nPASS: lib/test_seek_empty_packet 21 - timestamp == expected_last\nPASS: lib/test_seek_empty_packet 22 - iter next should return an error\nPASS: lib/test_seek_empty_packet 23 - Event after last should be invalid\nPASS: lib/test_seek_empty_packet 24 - Seek begin retval 0\nPASS: lib/test_seek_empty_packet 25 - Event valid at first position\nPASS: lib/test_seek_empty_packet 26 - timestamp == expected_begin\nPASS: lib/test_seek_empty_packet 27 - Seek last retval 0\nPASS: lib/test_seek_empty_packet 28 - Event valid at last position\nPASS: lib/test_seek_empty_packet 29 - timestamp == expected_last\nPASS: lib/test_seek_big_trace 1 - Event valid\nPASS: lib/test_seek_big_trace 2 - timestamp_begin == expected_begin\nPASS: lib/test_seek_big_trace 3 - Seek begin retval 0\nPASS: lib/test_seek_big_trace 4 - Event valid\nPASS: lib/test_seek_big_trace 5 - timestamp_begin == timestamp_seek_begin\nPASS: lib/test_seek_big_trace 6 - Event valid at beginning\nPASS: lib/test_seek_big_trace 7 - Seek time at last retval 0\nPASS: lib/test_seek_big_trace 8 - Event valid at last position\nPASS: lib/test_seek_big_trace 9 - timestamp_last == expected_last\nPASS: lib/test_seek_big_trace 10 - iter next should return an error\nPASS: lib/test_seek_big_trace 11 - Event after last should be invalid\nPASS: lib/test_seek_big_trace 12 - Event valid at beginning\nPASS: lib/test_seek_big_trace 13 - Seek last retval 0\nPASS: lib/test_seek_big_trace 14 - Event valid at last position\nPASS: lib/test_seek_big_trace 15 - timestamp_last == expected_last\nPASS: lib/test_seek_big_trace 16 - iter next should return an error\nPASS: lib/test_seek_big_trace 17 - Event after last should be invalid\nPASS: lib/test_seek_big_trace 18 - Event valid at beginning\nPASS: lib/test_seek_big_trace 19 - Seek last retval 0\nPASS: lib/test_seek_big_trace 20 - Event valid at last position\nPASS: lib/test_seek_big_trace 21 - timestamp == expected_last\nPASS: lib/test_seek_big_trace 22 - iter next should return an error\nPASS: lib/test_seek_big_trace 23 - Event after last should be invalid\nPASS: lib/test_seek_big_trace 24 - Seek begin retval 0\nPASS: lib/test_seek_big_trace 25 - Event valid at first position\nPASS: lib/test_seek_big_trace 26 - timestamp == expected_begin\nPASS: lib/test_seek_big_trace 27 - Seek last retval 0\nPASS: lib/test_seek_big_trace 28 - Event valid at last position\nPASS: lib/test_seek_big_trace 29 - timestamp == expected_last\nPASS: lib/test_ctf_writer_complete 1 - bt_ctf_create succeeds in creating trace with path\nPASS: lib/test_ctf_writer_complete 2 - Add host (qemux86-64) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 3 - bt_ctf_writer_add_environment_field error with NULL writer\nPASS: lib/test_ctf_writer_complete 4 - bt_ctf_writer_add_environment_field error with NULL field name\nPASS: lib/test_ctf_writer_complete 5 - bt_ctf_writer_add_environment_field error with NULL field value\nPASS: lib/test_ctf_writer_complete 6 - Add sysname (Linux) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 7 - Add nodename (qemux86-64) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 8 - Add release (6.12.31-yocto-standard) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 9 - Add version (\\#1 SMP PREEMPT_DYNAMIC Thu Jun  5 02:14:18 UTC 2025) environment field to writer instance\nPASS: lib/test_ctf_writer_complete 10 - Add machine (x86_64) environment field to writer istance\nPASS: lib/test_ctf_writer_complete 11 - Illegal clock name rejected\nPASS: lib/test_ctf_writer_complete 12 - NULL clock name rejected\nPASS: lib/test_ctf_writer_complete 13 - Clock created sucessfully\nPASS: lib/test_ctf_writer_complete 14 - Set clock frequency\nPASS: lib/test_ctf_writer_complete 15 - Set clock offset (seconds)\nPASS: lib/test_ctf_writer_complete 16 - Set clock offset\nPASS: lib/test_ctf_writer_complete 17 - Set clock precision\nPASS: lib/test_ctf_writer_complete 18 - Set clock absolute property\nPASS: lib/test_ctf_writer_complete 19 - Add clock to writer instance\nPASS: lib/test_ctf_writer_complete 20 - Verify a clock can't be added twice to a writer instance\nPASS: lib/test_ctf_writer_complete 21 - Create stream class\nPASS: lib/test_ctf_writer_complete 22 - Set a stream class' clock\nPASS: lib/test_ctf_writer_complete 23 - Create an unsigned integer type\nPASS: lib/test_ctf_writer_complete 24 - Set integer type's base as binary\nPASS: lib/test_ctf_writer_complete 25 - Set integer type's base as decimal\nPASS: lib/test_ctf_writer_complete 26 - Reject integer type's base set as unknown\nPASS: lib/test_ctf_writer_complete 27 - Set integer type's base as octal\nPASS: lib/test_ctf_writer_complete 28 - Set integer type's base as hexadecimal\nPASS: lib/test_ctf_writer_complete 29 - Reject unknown integer base value\nPASS: lib/test_ctf_writer_complete 30 - Set integer type signedness to signed\nPASS: lib/test_ctf_writer_complete 31 - Set integer type signedness to unsigned\nPASS: lib/test_ctf_writer_complete 32 - Create a sequence of int16_t type\nPASS: lib/test_ctf_writer_complete 33 - Create a string type\nPASS: lib/test_ctf_writer_complete 34 - Reject invalid \"None\" string encoding\nPASS: lib/test_ctf_writer_complete 35 - Reject invalid string encoding\nPASS: lib/test_ctf_writer_complete 36 - Set string encoding to ASCII\nPASS: lib/test_ctf_writer_complete 37 - Create a structure type\nPASS: lib/test_ctf_writer_complete 38 - Add a uint8_t type to a structure\nPASS: lib/test_ctf_writer_complete 39 - Add a sequence type to a structure\nPASS: lib/test_ctf_writer_complete 40 - Add a string type to a structure\nPASS: lib/test_ctf_writer_complete 41 - Add a structure type to a structure\nPASS: lib/test_ctf_writer_complete 42 - Instanciate a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 43 - Instanciate an unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 44 - Check an integer type' base can't be modified after instanciation\nPASS: lib/test_ctf_writer_complete 45 - Check an integer type's signedness can't be modified after instanciation\nPASS: lib/test_ctf_writer_complete 46 - Check bt_ctf_field_signed_integer_set_value is not allowed on an unsigned integer\nPASS: lib/test_ctf_writer_complete 47 - Check bt_ctf_field_unsigned_integer_set_value is not allowed on a signed integer\nPASS: lib/test_ctf_writer_complete 48 - Check -32768 is allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 49 - Check 32767 is allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 50 - Check 32768 is not allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 51 - Check -32769 is not allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 52 - Check -42 is allowed for a signed 16-bit integer\nPASS: lib/test_ctf_writer_complete 53 - Check 4095 is allowed for an unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 54 - Check 4096 is not allowed for a unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 55 - Check 0 is allowed for an unsigned 12-bit integer\nPASS: lib/test_ctf_writer_complete 56 - Instanciate a string field\nPASS: lib/test_ctf_writer_complete 57 - Set a string's value\nPASS: lib/test_ctf_writer_complete 58 - Create an enumeration type with an unsigned 12-bit integer as container\nPASS: lib/test_ctf_writer_complete 59 - Check enumeration types are validated before instantiation\nPASS: lib/test_ctf_writer_complete 60 - Instanciate a stream class from writer\nPASS: lib/test_ctf_writer_complete 61 - Changes to a stream class that was already instantiated fail\nPASS: lib/test_ctf_writer_complete 62 - Accept enumeration mapping strings containing quotes\nPASS: lib/test_ctf_writer_complete 63 - Accept enumeration mapping strings containing special characters\nPASS: lib/test_ctf_writer_complete 64 - Accept enumeration mapping strings containing reserved keywords\nPASS: lib/test_ctf_writer_complete 65 - Add enumeration field to event\nPASS: lib/test_ctf_writer_complete 66 - Create an unsigned integer type\nPASS: lib/test_ctf_writer_complete 67 - Instantiate an event containing a single integer field\nPASS: lib/test_ctf_writer_complete 68 - Use bt_ctf_event_set_payload to set a manually allocated field\nPASS: lib/test_ctf_writer_complete 69 - Set enumeration container value\nPASS: lib/test_ctf_writer_complete 70 - Set clock time\nPASS: lib/test_ctf_writer_complete 71 - Append simple event to trace stream\nPASS: lib/test_ctf_writer_complete 72 - Flush trace stream with one event\nPASS: lib/test_ctf_writer_complete 73 - Add a new event class to a stream class after writing an event\nPASS: lib/test_ctf_writer_complete 74 - Append 100 000 events to a stream\nPASS: lib/test_ctf_writer_complete 75 - Flush a stream that forces a packet resize\nPASS: lib/test_ctf_writer_complete 76 - Reject a variant field based on an unknown tag value\nPASS: lib/test_ctf_writer_complete 77 - Add a field to a variant\nPASS: lib/test_ctf_writer_complete 78 - Reject creation of an event class with an illegal name\nPASS: lib/test_ctf_writer_complete 79 - Create an event class\nPASS: lib/test_ctf_writer_complete 80 - Reject addition of a field with an empty name to an event\nPASS: lib/test_ctf_writer_complete 81 - Reject addition of a field with a NULL type to an event\nPASS: lib/test_ctf_writer_complete 82 - Reject addition of a type with an illegal name to an event\nPASS: lib/test_ctf_writer_complete 83 - Add field of type unsigned integer to an event\nPASS: lib/test_ctf_writer_complete 84 - Add field of type signed integer to an event\nPASS: lib/test_ctf_writer_complete 85 - Add composite structure to an event\nPASS: lib/test_ctf_writer_complete 86 - Reject addition of NULL event class to a stream class\nPASS: lib/test_ctf_writer_complete 87 - Add an event class to stream class\nPASS: lib/test_ctf_writer_complete 88 - Instanciate a complex event\nPASS: lib/test_ctf_writer_complete 89 - Use bt_ctf_event_get_payload to get a field instance\nPASS: lib/test_ctf_writer_complete 90 - Set a sequence field's length\nPASS: lib/test_ctf_writer_complete 91 - Append a complex event to a stream\nPASS: lib/test_ctf_writer_complete 92 - Flush a stream containing a complex event\nPASS: lib/test_ctf_writer_complete 93 - Get metadata string\nPASS: lib/test_ctf_writer_complete 94 - Metadata string is valid\nPASS: lib/test_ctf_writer_complete 95 - Babeltrace could read the resulting trace\n============================================================================\nTestsuite summary for babeltrace 1.5.11\n============================================================================\n# TOTAL: 231\n# PASS:  231\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nDURATION: 3\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5112218856811523,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-bc_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-bc",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014710426330566406,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1660871505737305,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03241586685180664,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 7.893500328063965,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0024874210357666016,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.bc.bc/array.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/arrayp.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/aryprm.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/atan.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/checklib.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/div.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/exp.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/fact.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/jn.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/ln.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/mul.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/raise.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/sine.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/sqrt.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/sqrt1.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/sqrt2.b": {
    "status": "PASSED"
   },
   "ptestresult.bc.bc/testfn.b": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:41\nBEGIN: /usr/lib/bc/ptest\nThis tests arrays!\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n1000\n1001\n1002\n1003\n1004\n1005\n1006\n1007\n1008\n1009\n1010\n1011\n1012\n1013\n1014\n1015\n1016\n1017\n1018\n1019\n1020\n1021\n1022\n1023\n1024\n1025\n1026\n1027\n1028\n1029\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\nPASS: bc/array.b\nThis tests arrays!\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n---\nm1\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\nPASS: bc/arrayp.b\n0\n1\n1.41421356237309504880\n1.73205080756887729352\n2.00000000000000000000\n2.23606797749978969640\n2.44948974278317809819\n2.64575131106459059050\n2.82842712474619009760\n3.00000000000000000000\n0\n0\n0\n1\n1.41421356237309504880\n1.73205080756887729352\n2.00000000000000000000\n2.23606797749978969640\n2.44948974278317809819\n2.64575131106459059050\n2.82842712474619009760\n3.00000000000000000000\n0\nPASS: bc/aryprm.b\n1.56979432312222174523\n1.10514068836449430089\nPASS: bc/atan.b\n\nChecking e(x)\nscale = 10\n\nFailed:  \n  index = 97\n  val1 = 1338334719204269500461736408706115029076717.4572136445\n  val2 = 1338334719204269500461736408706115029076717.45721364460012\n\n\nTotal tests:    200\n\nTotal failures: 1\n\nPercent failed: .50\n\nscale = 20\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 30\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 40\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 50\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 60\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nChecking l(x)\nscale = 10\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 20\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 30\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 40\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 50\n\nFailed:  \n  index = 8651\n  val1 = 9.06543020018037429960871963849168770641756864298096\n  val2 = 9.065430200180374299608719638491687706417568642980970004\n\n\nTotal tests:    400\n\nTotal failures: 1\n\nPercent failed: .25\n\nscale = 60\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nChecking s(x)\nscale = 10\n\nFailed:  \n  index = .80\n  val1 = .7173560909\n  val2 = .71735609089952\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 20\n\nFailed:  \n  index = 4.47\n  val1 = -.97076733665828831221\n  val2 = -.970767336658288312209921\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 30\n\nFailed:  \n  index = 2.19\n  val1 = .814340892425795914434327645905\n  val2 = .8143408924257959144343276459049990\n\n\nFailed:  \n  index = 4.31\n  val1 = -.920128053755623783965712426991\n  val2 = -.9201280537556237839657124269909938\n\n\nTotal tests:    624\n\nTotal failures: 2\n\nPercent failed: .32\n\nscale = 40\n\nFailed:  \n  index = 2.36\n  val1 = .7044107657701761194310307129327036851253\n  val2 = .70441076577017611943103071293270368512529991\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 50\n\nFailed:  \n  index = 2.04\n  val1 = .89192865095337963517152564858420454473014439859865\n  val2 = .891928650953379635171525648584204544730144398598649944\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 60\n\nFailed:  \n  index = .65\n  val1 = .6051864057360395603725216786059407063184991873698258835123\\\n50\n  val2 = .6051864057360395603725216786059407063184991873698258835123\\\n499974\n\n\nFailed:  \n  index = 1.07\n  val1 = .8772005042746816103070632577768211866500141475064720919109\\\n44\n  val2 = .8772005042746816103070632577768211866500141475064720919109\\\n439950\n\n\nTotal tests:    624\n\nTotal failures: 2\n\nPercent failed: .32\n\nChecking a(x)\nscale = 10\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 20\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 30\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 40\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 50\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 60\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nChecking j(n,x)\nn=0, scale = 10\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 10\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 20\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 20\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 30\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 30\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 40\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 40\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 50\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 50\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 60\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 60\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\nPASS: bc/checklib.b\n.00673400673400673400\nPASS: bc/div.b\n99836408603283573660347145562829683495827909199408566065153345558783\\\n9427595471.89114392327665123852\nPASS: bc/exp.b\nlength(b)= 1406\nPASS: bc/fact.b\n-.03329855487630566800748309439984550659781158351287\n-.00648115168876276895858580295786734310987910950934\n.04431532933245365649911092813736180550142494873120\n-.04084340882273173036919689349257616993289838931589\n-.02243471758440192810060521803721671199059663161876\n-.01449122706478569886133684583938086724345975237695\nPASS: bc/jn.b\n87.336544750553108986571247303730247577513016929392162019205681\nPASS: bc/ln.b\n989901\n99990000000000000000000000000000000000000000000000000000000000009899\\\n01\nPASS: bc/mul.b\n301\n1479\n13186\nPASS: bc/raise.b\n-.00318530179313823899\n.11677468864383377454\nPASS: bc/sine.b\n22.33830\n22.3383079036\n22.3383079036886766608314514\n22.3383079036886766608314514388942891544207\nPASS: bc/sqrt.b\n.9999999999999999999999999999999999999999999999999999999999999999999\\\n9999999999999999999999994\n1.414213562373095048801688724209698078569671875376948073176679737990\\\n73247846210703885038753429\n1.732050807568877293527446341505872366942805253810380628055806979451\\\n93301690880003708114618672\n1.999999999999999999999999999999999999999999999999999999999999999999\\\n99999999999999999999999997\n2.236067977499789696409173668731276235440618359611525724270897245410\\\n52092563780489941441440835\n2.449489742783178098197284074705891391965947480656670128432692567250\\\n96037745731502653985943308\n2.645751311064590590501615753639260425710259183082450180368334459201\\\n06882323028362776039288645\n2.828427124746190097603377448419396157139343750753896146353359475981\\\n46495692421407770077506863\n2.999999999999999999999999999999999999999999999999999999999999999999\\\n99999999999999999999999998\n3.162277660168379331998893544432718533719555139325216826857504852792\\\n59443863923822134424810836\nPASS: bc/sqrt1.b\n70.70360669725413661247\n223.38531733307809324159\n706.40002831257021404187\n2233.83101419959697004192\nPASS: bc/sqrt2.b\nPASS: bc/testfn.b\nDURATION: 7\nEND: /usr/lib/bc/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "bc": {
     "duration": "7",
     "log": "START: ptest-runner\n2025-06-16T11:41\nThis tests arrays!\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n1000\n1001\n1002\n1003\n1004\n1005\n1006\n1007\n1008\n1009\n1010\n1011\n1012\n1013\n1014\n1015\n1016\n1017\n1018\n1019\n1020\n1021\n1022\n1023\n1024\n1025\n1026\n1027\n1028\n1029\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\nPASS: bc/array.b\nThis tests arrays!\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n0\n0\n0\n0\n0\n0\n0\n0\n0\n0\n---\nm1\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\nPASS: bc/arrayp.b\n0\n1\n1.41421356237309504880\n1.73205080756887729352\n2.00000000000000000000\n2.23606797749978969640\n2.44948974278317809819\n2.64575131106459059050\n2.82842712474619009760\n3.00000000000000000000\n0\n0\n0\n1\n1.41421356237309504880\n1.73205080756887729352\n2.00000000000000000000\n2.23606797749978969640\n2.44948974278317809819\n2.64575131106459059050\n2.82842712474619009760\n3.00000000000000000000\n0\nPASS: bc/aryprm.b\n1.56979432312222174523\n1.10514068836449430089\nPASS: bc/atan.b\n\nChecking e(x)\nscale = 10\n\nFailed:  \n  index = 97\n  val1 = 1338334719204269500461736408706115029076717.4572136445\n  val2 = 1338334719204269500461736408706115029076717.45721364460012\n\n\nTotal tests:    200\n\nTotal failures: 1\n\nPercent failed: .50\n\nscale = 20\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 30\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 40\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 50\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 60\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nChecking l(x)\nscale = 10\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 20\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 30\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 40\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 50\n\nFailed:  \n  index = 8651\n  val1 = 9.06543020018037429960871963849168770641756864298096\n  val2 = 9.065430200180374299608719638491687706417568642980970004\n\n\nTotal tests:    400\n\nTotal failures: 1\n\nPercent failed: .25\n\nscale = 60\n\nTotal tests:    400\n\nTotal failures: 0\n\nPercent failed: 0\n\nChecking s(x)\nscale = 10\n\nFailed:  \n  index = .80\n  val1 = .7173560909\n  val2 = .71735609089952\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 20\n\nFailed:  \n  index = 4.47\n  val1 = -.97076733665828831221\n  val2 = -.970767336658288312209921\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 30\n\nFailed:  \n  index = 2.19\n  val1 = .814340892425795914434327645905\n  val2 = .8143408924257959144343276459049990\n\n\nFailed:  \n  index = 4.31\n  val1 = -.920128053755623783965712426991\n  val2 = -.9201280537556237839657124269909938\n\n\nTotal tests:    624\n\nTotal failures: 2\n\nPercent failed: .32\n\nscale = 40\n\nFailed:  \n  index = 2.36\n  val1 = .7044107657701761194310307129327036851253\n  val2 = .70441076577017611943103071293270368512529991\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 50\n\nFailed:  \n  index = 2.04\n  val1 = .89192865095337963517152564858420454473014439859865\n  val2 = .891928650953379635171525648584204544730144398598649944\n\n\nTotal tests:    624\n\nTotal failures: 1\n\nPercent failed: .16\n\nscale = 60\n\nFailed:  \n  index = .65\n  val1 = .6051864057360395603725216786059407063184991873698258835123\\\n50\n  val2 = .6051864057360395603725216786059407063184991873698258835123\\\n499974\n\n\nFailed:  \n  index = 1.07\n  val1 = .8772005042746816103070632577768211866500141475064720919109\\\n44\n  val2 = .8772005042746816103070632577768211866500141475064720919109\\\n439950\n\n\nTotal tests:    624\n\nTotal failures: 2\n\nPercent failed: .32\n\nChecking a(x)\nscale = 10\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 20\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 30\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 40\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 50\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nscale = 60\n\nTotal tests:    200\n\nTotal failures: 0\n\nPercent failed: 0\n\nChecking j(n,x)\nn=0, scale = 10\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 10\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 20\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 20\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 30\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 30\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 40\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 40\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 50\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 50\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=0, scale = 60\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\n\nn=1, scale = 60\n\nTotal tests:    300\n\nTotal failures: 0\n\nPercent failed: 0\nPASS: bc/checklib.b\n.00673400673400673400\nPASS: bc/div.b\n99836408603283573660347145562829683495827909199408566065153345558783\\\n9427595471.89114392327665123852\nPASS: bc/exp.b\nlength(b)= 1406\nPASS: bc/fact.b\n-.03329855487630566800748309439984550659781158351287\n-.00648115168876276895858580295786734310987910950934\n.04431532933245365649911092813736180550142494873120\n-.04084340882273173036919689349257616993289838931589\n-.02243471758440192810060521803721671199059663161876\n-.01449122706478569886133684583938086724345975237695\nPASS: bc/jn.b\n87.336544750553108986571247303730247577513016929392162019205681\nPASS: bc/ln.b\n989901\n99990000000000000000000000000000000000000000000000000000000000009899\\\n01\nPASS: bc/mul.b\n301\n1479\n13186\nPASS: bc/raise.b\n-.00318530179313823899\n.11677468864383377454\nPASS: bc/sine.b\n22.33830\n22.3383079036\n22.3383079036886766608314514\n22.3383079036886766608314514388942891544207\nPASS: bc/sqrt.b\n.9999999999999999999999999999999999999999999999999999999999999999999\\\n9999999999999999999999994\n1.414213562373095048801688724209698078569671875376948073176679737990\\\n73247846210703885038753429\n1.732050807568877293527446341505872366942805253810380628055806979451\\\n93301690880003708114618672\n1.999999999999999999999999999999999999999999999999999999999999999999\\\n99999999999999999999999997\n2.236067977499789696409173668731276235440618359611525724270897245410\\\n52092563780489941441440835\n2.449489742783178098197284074705891391965947480656670128432692567250\\\n96037745731502653985943308\n2.645751311064590590501615753639260425710259183082450180368334459201\\\n06882323028362776039288645\n2.828427124746190097603377448419396157139343750753896146353359475981\\\n46495692421407770077506863\n2.999999999999999999999999999999999999999999999999999999999999999999\\\n99999999999999999999999998\n3.162277660168379331998893544432718533719555139325216826857504852792\\\n59443863923822134424810836\nPASS: bc/sqrt1.b\n70.70360669725413661247\n223.38531733307809324159\n706.40002831257021404187\n2233.83101419959697004192\nPASS: bc/sqrt2.b\nPASS: bc/testfn.b\nDURATION: 7\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5256292819976807,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-bluez5_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-bluez5",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0010838508605957031,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1243247985839844,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03125429153442383,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 18.283900260925293,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002323150634765625,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.bluez5.test-avctp": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-avdtp": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-avrcp": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-bap": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-bass": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-crc": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-crypto": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-ecc": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-eir": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gatt": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gattrib": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gdbus-client": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gobex": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gobex-apparam": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gobex-header": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gobex-packet": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-gobex-transfer": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-hfp": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-hog": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-lib": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-mgmt": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-micp": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-queue": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-ringbuf": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-sdp": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-tester": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-textfile": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-uhid": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-uuid": {
    "status": "PASSED"
   },
   "ptestresult.bluez5.test-vcp": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/bluez5/ptest\nbluetoothd[396]: Bluetooth daemon 5.83\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:session_cb() handler not found for 0x00\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=2\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=2\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\n\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/CCM/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CCM/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CCM/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CCM/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 9, \u001b[0;32mPassed: 9 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000263 seconds\nPASS: test-avctp\nbluetoothd[397]: Bluetooth daemon 5.83\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4bb0: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a54b0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a56e0 registered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5750 registered: type:1 codec:0 seid:3\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:1 codec:0 seid:4\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5830 registered: type:1 codec:0 seid:5\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a58a0 registered: type:1 codec:0 seid:6\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5910 registered: type:1 codec:0 seid:7\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5980 registered: type:1 codec:0 seid:8\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a59f0 registered: type:1 codec:0 seid:9\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5a60 registered: type:1 codec:0 seid:10\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5b50 registered: type:1 codec:0 seid:11\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5bc0 registered: type:1 codec:0 seid:12\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5c30 registered: type:1 codec:0 seid:13\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5ca0 registered: type:1 codec:0 seid:14\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5d10 registered: type:1 codec:0 seid:15\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5d80 registered: type:1 codec:0 seid:16\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5df0 registered: type:1 codec:0 seid:17\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5e60 registered: type:1 codec:0 seid:18\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5ed0 registered: type:1 codec:0 seid:19\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5f40 registered: type:1 codec:0 seid:20\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5fb0 registered: type:1 codec:0 seid:21\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6020 registered: type:1 codec:0 seid:22\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6090 registered: type:1 codec:0 seid:23\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6100 registered: type:1 codec:0 seid:24\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6170 registered: type:1 codec:0 seid:25\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a61e0 registered: type:1 codec:0 seid:26\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6250 registered: type:1 codec:0 seid:27\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a62c0 registered: type:1 codec:0 seid:28\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6330 registered: type:1 codec:0 seid:29\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a63a0 registered: type:1 codec:0 seid:30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6410 registered: type:1 codec:0 seid:31\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6480 registered: type:1 codec:0 seid:32\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a64f0 registered: type:1 codec:0 seid:33\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6560 registered: type:1 codec:0 seid:34\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a65d0 registered: type:1 codec:0 seid:35\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6640 registered: type:1 codec:0 seid:36\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a66b0 registered: type:1 codec:0 seid:37\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6720 registered: type:1 codec:0 seid:38\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6790 registered: type:1 codec:0 seid:39\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6800 registered: type:1 codec:0 seid:40\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6870 registered: type:1 codec:0 seid:41\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a68e0 registered: type:1 codec:0 seid:42\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6950 registered: type:1 codec:0 seid:43\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a69c0 registered: type:1 codec:0 seid:44\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6a30 registered: type:1 codec:0 seid:45\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6aa0 registered: type:1 codec:0 seid:46\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6b10 registered: type:1 codec:0 seid:47\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6b80 registered: type:1 codec:0 seid:48\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6bf0 registered: type:1 codec:0 seid:49\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6c60 registered: type:1 codec:0 seid:50\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6cd0 registered: type:1 codec:0 seid:51\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6d40 registered: type:1 codec:0 seid:52\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6db0 registered: type:1 codec:0 seid:53\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6e20 registered: type:1 codec:0 seid:54\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6e90 registered: type:1 codec:0 seid:55\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6f00 registered: type:1 codec:0 seid:56\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6f70 registered: type:1 codec:0 seid:57\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6fe0 registered: type:1 codec:0 seid:58\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a7050 registered: type:1 codec:0 seid:59\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a70c0 registered: type:1 codec:0 seid:60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a7130 registered: type:1 codec:0 seid:61\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a71a0 registered: type:1 codec:0 seid:62\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4bb0: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4bb0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a54b0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a56e0 unregistered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5750 unregistered: type:1 codec:0 seid:3\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:1 codec:0 seid:4\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5830 unregistered: type:1 codec:0 seid:5\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a58a0 unregistered: type:1 codec:0 seid:6\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5910 unregistered: type:1 codec:0 seid:7\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5980 unregistered: type:1 codec:0 seid:8\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a59f0 unregistered: type:1 codec:0 seid:9\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5a60 unregistered: type:1 codec:0 seid:10\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5b50 unregistered: type:1 codec:0 seid:11\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5bc0 unregistered: type:1 codec:0 seid:12\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5c30 unregistered: type:1 codec:0 seid:13\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5ca0 unregistered: type:1 codec:0 seid:14\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5d10 unregistered: type:1 codec:0 seid:15\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5d80 unregistered: type:1 codec:0 seid:16\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5df0 unregistered: type:1 codec:0 seid:17\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5e60 unregistered: type:1 codec:0 seid:18\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5ed0 unregistered: type:1 codec:0 seid:19\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5f40 unregistered: type:1 codec:0 seid:20\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5fb0 unregistered: type:1 codec:0 seid:21\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6020 unregistered: type:1 codec:0 seid:22\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6090 unregistered: type:1 codec:0 seid:23\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6100 unregistered: type:1 codec:0 seid:24\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6170 unregistered: type:1 codec:0 seid:25\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a61e0 unregistered: type:1 codec:0 seid:26\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6250 unregistered: type:1 codec:0 seid:27\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a62c0 unregistered: type:1 codec:0 seid:28\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6330 unregistered: type:1 codec:0 seid:29\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a63a0 unregistered: type:1 codec:0 seid:30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6410 unregistered: type:1 codec:0 seid:31\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6480 unregistered: type:1 codec:0 seid:32\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a64f0 unregistered: type:1 codec:0 seid:33\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6560 unregistered: type:1 codec:0 seid:34\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a65d0 unregistered: type:1 codec:0 seid:35\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6640 unregistered: type:1 codec:0 seid:36\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a66b0 unregistered: type:1 codec:0 seid:37\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6720 unregistered: type:1 codec:0 seid:38\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6790 unregistered: type:1 codec:0 seid:39\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6800 unregistered: type:1 codec:0 seid:40\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6870 unregistered: type:1 codec:0 seid:41\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a68e0 unregistered: type:1 codec:0 seid:42\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6950 unregistered: type:1 codec:0 seid:43\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a69c0 unregistered: type:1 codec:0 seid:44\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6a30 unregistered: type:1 codec:0 seid:45\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6aa0 unregistered: type:1 codec:0 seid:46\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6b10 unregistered: type:1 codec:0 seid:47\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6b80 unregistered: type:1 codec:0 seid:48\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6bf0 unregistered: type:1 codec:0 seid:49\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6c60 unregistered: type:1 codec:0 seid:50\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6cd0 unregistered: type:1 codec:0 seid:51\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6d40 unregistered: type:1 codec:0 seid:52\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6db0 unregistered: type:1 codec:0 seid:53\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6e20 unregistered: type:1 codec:0 seid:54\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6e90 unregistered: type:1 codec:0 seid:55\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6f00 unregistered: type:1 codec:0 seid:56\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6f70 unregistered: type:1 codec:0 seid:57\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6fe0 unregistered: type:1 codec:0 seid:58\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a7050 unregistered: type:1 codec:0 seid:59\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a70c0 unregistered: type:1 codec:0 seid:60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a7130 unregistered: type:1 codec:0 seid:61\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a71a0 unregistered: type:1 codec:0 seid:62\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5830 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5830 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5830 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5830 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b60: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b60: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\n\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;34msbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() START request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() START request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\netup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/Sbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() DISCOVER request rejected: Bad Header Format (1)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() No pending request, ignoring message\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() GET_CAPABILITIES request rejected: Bad Packet Length (17)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nMG/BV-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() SET_CONFIGURATION request rejected: Stream End Point in Use (19)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() GET_CONFIGURATION request rejected: Bad Acceptor SEID (18)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nG/SMG/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;30minit\u001bbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() START request rejected: Bad State (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_start_cmd() Rejecting (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_start_cmd() Rejecting (192)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() START request rejected: Bad State (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() SUSPEND request rejected: Bad State (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\n[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0bluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a1300 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a1300 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a1300 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a1300 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() first packet with 45 bytes sent\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() sending continue with 47 bytes\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() sending end with 16 bytes\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\n;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001bbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\n[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/SIG/SMG/BV-06-C-SEID-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SIG/SMG/BV-06-C-SEID-2                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-07-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-08-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-09-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-10-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-11-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-12-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-15-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-16-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-17-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-18-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-19-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-20-C                                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SIG/SMG/BV-21-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-22-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-23-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-24-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-25-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-26-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-27-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-28-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-31-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-02-C                                  \u001b[0;32mPassed    \u001b[0m   1.396 seconds\n/TP/SIG/SMG/BI-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-07-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-08-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-09-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-10-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-11-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-17-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-18-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-19-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-20-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-21-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-22-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-23-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-24-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-25-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-26-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-27-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-28-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-30-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/ESR04/BI-28-C                            \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-32-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-33-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-35-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-36-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/FRA/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/FRA/BV-02-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-02-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 62, \u001b[0;32mPassed: 62 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 1.41 seconds\nPASS: test-avdtp\nbluetoothd[398]: Bluetooth daemon 5.83\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_addressed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_browsed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_addressed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0mbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_browsed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_addressed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_browsed() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:change_path() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:change_path() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:change_path() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:search() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:play_item() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:add_to_now_playing() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001bbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:play_item() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:add_to_now_playing() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;35mteardobluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nwn\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;30bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:list_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_attribute_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:list_values() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nminit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;30bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_attribute_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:list_values() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_value() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nmrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;35mbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_play_status() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() UNKNOWN\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() UNKNOWN\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;3bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() PLAY\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_release() PLAY\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() FAST FORWARD\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_release() FAST FORWARD\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() FAST FORWARD\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:continuing_new() len 519\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() len 519\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:continuing_new() len 14\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() len 14\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:continuing_new() len 519\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:abort_continuing() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n2mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/MPS/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-06-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-07-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-08-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-09-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-10-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-11-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-02-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SCR/BV-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BI-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CEC/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CEC/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CRC/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CRC/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/ICC/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/ICC/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-03-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-04-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-05-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CFG/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CFG/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CFG/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-06-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-07-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-08-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-09-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-10-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-11-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-08-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/INV/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/INV/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTH/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTH/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   1.988 seconds\n/TP/RCR/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/RCR/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 110, \u001b[0;32mPassed: 110 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 1.99 seconds\nPASS: test-avrcp\n\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nBAP/UCL/DISC/BV-01-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/UCL/DISC/BV-02-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/UCL/DISC/BV-06-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/UCL/DISC/BV-05-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/UCL/DISC/BV-03-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/UCL/DISC/BV-04-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/USR/DISC/BV-01-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/USR/DISC/BV-02-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/USR/DISC/BV-06-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/USR/DISC/BV-07-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/USR/DISC/BV-03-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/USR/DISC/BV-04-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/USR/DISC/BV-05-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-101-C [UCL SRC Enable]                \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-102-C [UCL SNK Enable]                \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-135-C [USR SNK Enable]                \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/SCC/BV-136-C [UCL SRC Enable]                \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state] \u001b[0;32mPassed    \u001b[0m   0.043 seconds\nBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.043 seconds\nBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state] \u001b[0;32mPassed    \u001b[0m   0.053 seconds\nBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state] \u001b[0;32mPassed    \u001b[0m   0.053 seconds\nBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.054 seconds\nBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]          \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]          \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]        \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]       \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]     \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]     \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]    \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]     \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]     \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]          \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]          \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]        \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]        \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]          \u001b[0;32mPassed    \u001b[0m   0.045 seconds\nBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.035 seconds\nBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]           \u001b[0;32mPassed    \u001b[0m   0.043 seconds\nBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]          \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-36-C [Disables Broadcast]            \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-37-C [Releases Broadcast]            \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-17-C [BSNK, VS]                      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-17-C [BSRC, VS]                      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nTotal: 638, \u001b[0;32mPassed: 638 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 11.2 seconds\nPASS: test-bap\n\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nBASS/SR/SGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SGGIT/CHA/BV-02-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBASS/SR/SPE/BI-07-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nTotal: 8, \u001b[0;32mPassed: 8 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0212 seconds\nPASS: test-bass\n\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/crc/1                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/2                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/3                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/4                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/5                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/6                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/7                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/8                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/9                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 9, \u001b[0;32mPassed: 9 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000167 seconds\nPASS: test-crc\nPASS: test-crypto\n\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/ecdh/multi                                          \u001b[0;32mPassed    \u001b[0m   0.369 seconds\n/ecdh/sample/1                                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/ecdh/sample/2                                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/ecdh/sample/3                                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/ecdh/invalid                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 5, \u001b[0;32mPassed: 5 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.372 seconds\nPASS: test-ecc\n\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/eir/basic                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/macbookair                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/iphone5                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/ipadmini                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/sl400h                                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/sl910                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/bh907                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/fuelband                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/bluesc                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/wahooscale                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/mioalpha                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/cookoo                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/citizen1                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/citizen2                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nad/g-tag                                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nad/uri-beacon                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 16, \u001b[0;32mPassed: 16 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000508 seconds\nPASS: test-eir\n\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/GAC/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAC/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-01-C-small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-01-C-small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-01-C-large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-02-C-1                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-02-C-1-alternative                     \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-02-C-2                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/exists-16/small                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/exists-16/large-1                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/missing-16/small                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/missing-16/large-1                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/exists-128/large-1                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/missing-128/large-1               \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-04-C/small/1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-04-C/small/2                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-04-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-05-C/small/1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-05-C/small/2                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-05-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-06-C/client-1                          \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAD/CL/BV-06-C/client-2                          \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAD/CL/BV-06-C/client-3                          \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAD/SR/BV-06-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-04-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-01-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-01-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-02-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-02-C/large                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-03-C-1                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-03-C-2                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-10-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-11-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-07-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-08-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-04-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-12-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-13-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-13-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-14-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-14-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-04-C/512B                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-12-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-13-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-14-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-15-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-16-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-16-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-17-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-18-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-19-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-20-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-21-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-21-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-22-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-05-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-05-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BI-18-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-19-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-19-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-06-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-23-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-24-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-24-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-28-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BI-29-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-29-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-30-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-30-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAN/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAN/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAI/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAI/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-23-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-24-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-25-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-26-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-26-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-27-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BV-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BV-07-C/512B                              \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-28-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-29-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-30-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-31-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-32-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-32-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-33-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-34-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-35-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BV-02-C                                   \u001b[0;33mNot Run   \u001b[0m\n/TP/GAW/CL/BV-02-C/seclevel                          \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-05-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/SR/BV-07-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-02-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-02-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-11-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-12-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-13-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/SR/BV-05-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-05-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-07-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-08-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-14-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-15-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-17-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-18-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-18-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-19-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/SR/BV-06-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/SR/BV-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-10-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-10-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-14-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-14-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-15-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-15-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-20-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-21-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-22-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-23-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-23-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-24-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-08-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-20-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-20-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-21-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/SR/BI-21-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-25-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-26-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-29-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-30-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-31-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-09-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/SR/BV-09-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-25-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-25-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-26-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-26-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/robustness/no-reliable-characteristic               \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/robustness/unkown-request                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/robustness/unkown-command                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/robustness/hash-db                                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nTotal: 193, \u001b[0;32mPassed: 192 (99.5%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 1\u001b[0m\nOverall execution time: 0.288 seconds\nPASS: test-gatt\nTAP version 14\n# random seed: R02S988b7598deb7eaa002fde2ed6a316660\n1..6\n# Start of gattrib tests\nok 1 /gattrib/refcount\nok 2 /gattrib/get_channel\nok 3 /gattrib/send\nok 4 /gattrib/cancel\nok 5 /gattrib/register\nok 6 /gattrib/buffers\n# End of gattrib tests\nPASS: test-gattrib\n\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/gdbus/simple_client                                 \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_connect_disconnect                     \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_string_property                    \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_boolean_property                   \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_uint64_property                    \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_array_property                     \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_dict_property                      \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_set_string_property                    \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_string_changed                         \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_check_order                            \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_proxy_removed                          \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_no_object_manager                      \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_force_disconnect                       \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_ready                                  \u001b[0;33mNot Run   \u001b[0m\nTotal: 14, \u001b[0;32mPassed: 0 (0.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 14\u001b[0m\nOverall execution time: 0.000122 seconds\nPASS: test-gdbus-client\nTAP version 14\n# random seed: R02Sb31fd2bd673bca3ffec30365df57edbd\n1..34\n# Start of gobex tests\nok 1 /gobex/null_io\nok 2 /gobex/basic\nok 3 /gobex/ref_unref\nok 4 /gobex/test_disconnect\nok 5 /gobex/test_recv_connect_stream\nok 6 /gobex/test_recv_connect_pkt\nok 7 /gobex/test_send_connect_stream\nok 8 /gobex/test_send_connect_pkt\nok 9 /gobex/test_recv_unexpected\nok 10 /gobex/test_send_on_demand_stream\nok 11 /gobex/test_send_on_demand_pkt\nok 12 /gobex/test_send_on_demand_fail_stream\nok 13 /gobex/test_send_on_demand_fail_pkt\nok 14 /gobex/test_send_connect_req_stream\nok 15 /gobex/test_send_connect_req_pkt\nok 16 /gobex/test_send_nval_connect_req_stream\nok 17 /gobex/test_send_nval_connect_req_pkt\nok 18 /gobex/test_send_nval_connect_req_short_pkt\nok 19 /gobex/test_send_connect_req_timeout_stream\nok 20 /gobex/test_send_connect_req_timeout_pkt\nok 21 /gobex/test_cancel_req_immediate\nok 22 /gobex/test_cancel_req_delay_stream\nok 23 /gobex/test_cancel_req_delay_pkt\nok 24 /gobex/test_connect\nok 25 /gobex/test_obex_disconnect\nok 26 /gobex/test_auth\nok 27 /gobex/test_auth_fail\nok 28 /gobex/test_setpath\nok 29 /gobex/test_setpath_up\nok 30 /gobex/test_setpath_up_down\nok 31 /gobex/test_mkdir\nok 32 /gobex/test_delete\nok 33 /gobex/test_copy\nok 34 /gobex/test_move\n# End of gobex tests\nPASS: test-gobex\nTAP version 14\n# random seed: R02Sbaf3448872b50e5d14713217c19efb1b\n1..18\n# Start of gobex tests\nok 1 /gobex/test_apparam_nval_short\nok 2 /gobex/test_apparam_nval_data\nok 3 /gobex/test_apparam_nval2_short\nok 4 /gobex/test_apparam_nval2_data\nok 5 /gobex/test_apparam_get_uint8\nok 6 /gobex/test_apparam_get_uint16\nok 7 /gobex/test_apparam_get_uint32\nok 8 /gobex/test_apparam_get_uint64\nok 9 /gobex/test_apparam_get_string\nok 10 /gobex/test_apparam_get_bytes\nok 11 /gobex/test_apparam_get_multi\nok 12 /gobex/test_apparam_set_uint8\nok 13 /gobex/test_apparam_set_uint16\nok 14 /gobex/test_apparam_set_uint32\nok 15 /gobex/test_apparam_set_uint64\nok 16 /gobex/test_apparam_set_string\nok 17 /gobex/test_apparam_set_bytes\nok 18 /gobex/test_apparam_set_multi\n# End of gobex tests\nPASS: test-gobex-apparam\nTAP version 14\n# random seed: R02Sca01a56b4f266b711f9b28d4bdb305ec\n1..28\n# Start of gobex tests\nok 1 /gobex/test_decode_header_connid\nok 2 /gobex/test_decode_header_name_empty\nok 3 /gobex/test_decode_header_name_ascii\nok 4 /gobex/test_decode_header_name_umlaut\nok 5 /gobex/test_decode_header_body\nok 6 /gobex/test_decode_header_body_extdata\nok 7 /gobex/test_decode_header_actionid\nok 8 /gobex/test_decode_header_multi\nok 9 /gobex/test_decode_header_uint32_nval\nok 10 /gobex/test_decode_header_unicode_nval_short\nok 11 /gobex/test_decode_header_unicode_nval_data\nok 12 /gobex/test_decode_header_bytes_nval_short\nok 13 /gobex/test_decode_header_bytes_nval_data\nok 14 /gobex/test_decode_header_bytes_nval_len\nok 15 /gobex/test_header_encode_connid\nok 16 /gobex/test_header_encode_name_empty\nok 17 /gobex/test_header_encode_name_ascii\nok 18 /gobex/test_header_encode_name_umlaut\nok 19 /gobex/test_header_encode_body\nok 20 /gobex/test_header_encode_actionid\nok 21 /gobex/test_header_encode_apparam\nok 22 /gobex/test_header_name_empty\nok 23 /gobex/test_header_name_ascii\nok 24 /gobex/test_header_name_umlaut\nok 25 /gobex/test_header_bytes\nok 26 /gobex/test_header_uint8\nok 27 /gobex/test_header_uint32\nok 28 /gobex/test_header_apparam\n# End of gobex tests\nPASS: test-gobex-header\nTAP version 14\n# random seed: R02S7ac0f18d9e1deeb688f31d91ae848501\n1..9\n# Start of gobex tests\nok 1 /gobex/test_pkt\nok 2 /gobex/test_decode_pkt\nok 3 /gobex/test_decode_pkt_header\nok 4 /gobex/test_decode_connect\nok 5 /gobex/test_decode_nval\nok 6 /gobex/test_encode_pkt\nok 7 /gobex/test_encode_on_demand\nok 8 /gobex/test_encode_on_demand_fail\nok 9 /gobex/test_create_args\n# End of gobex tests\nPASS: test-gobex-packet\nTAP version 14\n# random seed: R02S2b34812bab6f4befdb7a010a41a0a4e8\n1..38\n# Start of gobex tests\nok 1 /gobex/test_conn_req\nok 2 /gobex/test_conn_rsp\nok 3 /gobex/test_put_req\nok 4 /gobex/test_put_rsp\nok 5 /gobex/test_get_req\nok 6 /gobex/test_get_rsp\nok 7 /gobex/test_get_req_app\nok 8 /gobex/test_get_rsp_app\nok 9 /gobex/test_put_req_delay\nok 10 /gobex/test_put_rsp_delay\nok 11 /gobex/test_get_req_delay\nok 12 /gobex/test_get_rsp_delay\nok 13 /gobex/test_put_req_eagain\nok 14 /gobex/test_get_req_eagain\nok 15 /gobex/test_stream_put_req\nok 16 /gobex/test_stream_put_rsp\nok 17 /gobex/test_stream_put_req_abort\nok 18 /gobex/test_stream_put_rsp_abort\nok 19 /gobex/test_stream_get_req\nok 20 /gobex/test_stream_get_rsp\nok 21 /gobex/test_conn_get_req\nok 22 /gobex/test_conn_get_rsp\nok 23 /gobex/test_conn_put_req\nok 24 /gobex/test_conn_put_rsp\nok 25 /gobex/test_conn_get_wrg_rsp\nok 26 /gobex/test_conn_put_req_seq\nok 27 /gobex/test_packet_put_req\nok 28 /gobex/test_packet_put_req_wait\nok 29 /gobex/test_packet_put_req_suspend_resume\n# slow test /gobex/test_packet_put_req_suspend_resume executed in 0.78 secs\nok 30 /gobex/test_packet_put_rsp\nok 31 /gobex/test_packet_put_rsp_wait\nok 32 /gobex/test_packet_get_rsp\nok 33 /gobex/test_packet_get_rsp_wait\nok 34 /gobex/test_packet_get_req\nok 35 /gobex/test_packet_get_req_wait\nok 36 /gobex/test_packet_get_req_suspend_resume\nok 37 /gobex/test_packet_get_req_wait_next\nok 38 /gobex/test_conn_put_req_seq_srm\n# End of gobex tests\nPASS: test-gobex-transfer\n\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/hfp/test_init                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_cmd_handler_1                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_cmd_handler_2                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_1                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_2                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_3                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_4                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_5                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_fragmented_1                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_ustring_1                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_ustring_2                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_string_1                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_string_2                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_corrupted_1                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_empty                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_init                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_send_command_1                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_send_command_2                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_send_command_3                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unsolicited_1                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unsolicited_2                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unsolicited_3                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_corrupted_1                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_corrupted_2                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_empty                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unknown                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_context_parser_1                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_context_parser_2                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_context_skip_field                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 29, \u001b[0;32mPassed: 29 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.00108 seconds\nPASS: test-hfp\n\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/HGRF/RH/BV-01-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGRF/RH/BV-08-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGRF/RH/BV-09-I                                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/HGRF/RH/BV-06-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGCF/RH/BV-01-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGRF/RH/BV-02-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nTotal: 6, \u001b[0;32mPassed: 6 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0101 seconds\nPASS: test-hog\n\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/lib/ntoh64                                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/hton64                                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/valid                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/nodata                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/invalid_dtd1              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/invalid_dtd2              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_lang_attr/valid                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_lang_attr/nodata                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_lang_attr/invalid_dtd                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/valid                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/nodata                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/invalid_dtd               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/workaround                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_server_ver                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 14, \u001b[0;32mPassed: 14 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000275 seconds\nPASS: test-lib\nTAP version 14\n# random seed: R02S04d8fff5541b39042002525008184ea3\n1..9\n# Start of mgmt tests\n# Start of command tests\nok 1 /mgmt/command/1\nok 2 /mgmt/command/2\n# End of command tests\n# Start of response tests\nok 3 /mgmt/response/1\nok 4 /mgmt/response/2\n# End of response tests\n# Start of event tests\nok 5 /mgmt/event/1\nok 6 /mgmt/event/2\n# End of event tests\n# Start of unregister tests\nok 7 /mgmt/unregister/1\nok 8 /mgmt/unregister/2\n# End of unregister tests\n# Start of destroy tests\nok 9 /mgmt/destroy/1\n# End of destroy tests\n# End of mgmt tests\nPASS: test-mgmt\n\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\ngatt_notify_cb: notify.value:0 notify->len:1\ngatt_notify_cb: notify.value:1 notify->len:1\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\nmicp_write_value handle: 3\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\nWrite failed: 0x13\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\nmicp_write_value handle: 3\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\nMICP Write successful\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\nmicp_write_value handle: 3\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\nWrite failed: 0x80\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nMICS/SR/SGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICS/SR/SGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nMICS/SR/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICS/SR/SPN/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICP/CL/CGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICP/CL/CGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.004 seconds\nMICP/CL/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.004 seconds\nTotal: 7, \u001b[0;32mPassed: 7 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0217 seconds\nPASS: test-micp\n\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/queue/basic                                         \u001b[0;32mPassed    \u001b[0m   0.017 seconds\n/queue/foreach_destroy                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/foreach_remove                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/foreach_remove_all                            \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/foreach_remove_backward                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/destroy_remove                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/push_after                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/remove_all                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 8, \u001b[0;32mPassed: 8 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0175 seconds\nPASS: test-queue\n\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/ringbuf/power2                                      \u001b[0;32mPassed    \u001b[0m   0.378 seconds\n/ringbuf/alloc                                       \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/ringbuf/printf                                      \u001b[0;32mPassed    \u001b[0m   0.005 seconds\nTotal: 3, \u001b[0;32mPassed: 3 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.386 seconds\nPASS: test-ringbuf\nbluetoothd[2139]: Bluetooth daemon 5.83\n\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128bluetoothd[2139]: ../bluez-5.83/src/sdpd-request.c:service_attr_req() NULL cache buffer and non-NULL continuation state\n\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/SERVER/SS/BV-01-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-01-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-01-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-03-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-03-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-03-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-04-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-04-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-04-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-01-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-01-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-01-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-02-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-02-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-02-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-01-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-03-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-04-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-05-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-06-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-07-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-08-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-09-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-10-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-11-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-12-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-13-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-14-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-15-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-16-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-17-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-18-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-19-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-20-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-21-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BI-01-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BI-02-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BI-03-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-01-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-01-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-01-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-02-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-02-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-02-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-03-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-03-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-03-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-04-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-04-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-04-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-06-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-06-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-06-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-07-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-07-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-07-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-08-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-08-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-08-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-09-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-09-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-09-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-10-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-10-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-10-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-11-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-11-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-11-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-12-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-12-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-12-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-13-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-13-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-13-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-14-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-14-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-14-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-15-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-15-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-15-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-16-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-16-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-16-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-17-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-17-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-17-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-18-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-18-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-18-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-19-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-19-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-19-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-20-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-20-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-20-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-21-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-21-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-21-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-22-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-22-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-22-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-23-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-23-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-23-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-01-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-01-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-01-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-02-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-02-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-02-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/BRW/BV-01-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SERVER/BRW/BV-01-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SERVER/BRW/BV-01-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SERVER/BRW/BV-02-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/BRW/BV-02-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/BRW/BV-02-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/TEXT_STR8/empty                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/TEXT_STR8                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/TEXT_STR16                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/URL_STR8                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/URL_STR16                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/NIL                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT8                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT8                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/BOOL                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT16                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT16                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT32                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT32                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT64                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT64                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT128                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT128                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/ROB/BI-01-C                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 134, \u001b[0;32mPassed: 134 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0117 seconds\nPASS: test-sdp\n\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/tester/basic                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/tester/setup_io                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/tester/io_send                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 3, \u001b[0;32mPassed: 3 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000113 seconds\nPASS: test-tester\n\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/textfile/pagesize                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/textfile/delete                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/textfile/overwrite                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/textfile/multiple                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 4, \u001b[0;32mPassed: 4 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000636 seconds\nPASS: test-textfile\n\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/uhid/command/create                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/command/destroy                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/command/feature_answer                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/command/input                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/event/output                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/event/feature                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/device/mx_anywhere_3                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 7, \u001b[0;32mPassed: 7 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000232 seconds\nPASS: test-uhid\n\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/uuid/base                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/base/str                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/base/cmp                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen1                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen1/str                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen1/cmp                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen2                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen2/str                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen2/cmp                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo1                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo1/str                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo1/cmp                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo2                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thritytwo2/str                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo2/cmp                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/onetwentyeight                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/onetwentyeight/str                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/onetwentyeight/cmp                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/01                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/012                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/xxxx                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/xxxxx                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0xxxxx                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0123456                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/012g4567                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/012345678                            \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0x234567u9                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/01234567890                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-8000-00805F9B34F  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/00001234-0000-1000-8000-00805f9b34fb  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 37, \u001b[0;32mPassed: 37 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000258 seconds\nPASS: test-uuid\n\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nVOCS/SR/SGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CHA/BV-02-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CHA/BV-03-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SGGIT/CHA/BV-04-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CP/BI-01-C                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CP/BI-02-C                             \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SGGIT/CP/BI-03-C                             \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/CP/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.009 seconds\nTotal: 10, \u001b[0;32mPassed: 10 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0319 seconds\nPASS: test-vcp\nAll 30 tests passed\nDURATION: 18\nEND: /usr/lib/bluez5/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "bluez5": {
     "duration": "18",
     "log": "START: ptest-runner\n2025-06-16T11:40\nbluetoothd[396]: Bluetooth daemon 5.83\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:session_cb() handler not found for 0x00\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=2\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=2\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x558de7fadd50: ref=1\nbluetoothd[396]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x558de7fadd50: ref=1\n\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CCM/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFR/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/CCM/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CCM/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CCM/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CCM/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFR/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 9, \u001b[0;32mPassed: 9 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000263 seconds\nPASS: test-avctp\nbluetoothd[397]: Bluetooth daemon 5.83\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4bb0: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a54b0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a56e0 registered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5750 registered: type:1 codec:0 seid:3\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:1 codec:0 seid:4\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5830 registered: type:1 codec:0 seid:5\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a58a0 registered: type:1 codec:0 seid:6\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5910 registered: type:1 codec:0 seid:7\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5980 registered: type:1 codec:0 seid:8\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a59f0 registered: type:1 codec:0 seid:9\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5a60 registered: type:1 codec:0 seid:10\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5b50 registered: type:1 codec:0 seid:11\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5bc0 registered: type:1 codec:0 seid:12\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5c30 registered: type:1 codec:0 seid:13\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5ca0 registered: type:1 codec:0 seid:14\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5d10 registered: type:1 codec:0 seid:15\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5d80 registered: type:1 codec:0 seid:16\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5df0 registered: type:1 codec:0 seid:17\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5e60 registered: type:1 codec:0 seid:18\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5ed0 registered: type:1 codec:0 seid:19\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5f40 registered: type:1 codec:0 seid:20\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5fb0 registered: type:1 codec:0 seid:21\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6020 registered: type:1 codec:0 seid:22\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6090 registered: type:1 codec:0 seid:23\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6100 registered: type:1 codec:0 seid:24\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6170 registered: type:1 codec:0 seid:25\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a61e0 registered: type:1 codec:0 seid:26\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6250 registered: type:1 codec:0 seid:27\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a62c0 registered: type:1 codec:0 seid:28\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6330 registered: type:1 codec:0 seid:29\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a63a0 registered: type:1 codec:0 seid:30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6410 registered: type:1 codec:0 seid:31\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6480 registered: type:1 codec:0 seid:32\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a64f0 registered: type:1 codec:0 seid:33\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6560 registered: type:1 codec:0 seid:34\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a65d0 registered: type:1 codec:0 seid:35\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6640 registered: type:1 codec:0 seid:36\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a66b0 registered: type:1 codec:0 seid:37\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6720 registered: type:1 codec:0 seid:38\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6790 registered: type:1 codec:0 seid:39\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6800 registered: type:1 codec:0 seid:40\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6870 registered: type:1 codec:0 seid:41\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a68e0 registered: type:1 codec:0 seid:42\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6950 registered: type:1 codec:0 seid:43\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a69c0 registered: type:1 codec:0 seid:44\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6a30 registered: type:1 codec:0 seid:45\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6aa0 registered: type:1 codec:0 seid:46\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6b10 registered: type:1 codec:0 seid:47\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6b80 registered: type:1 codec:0 seid:48\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6bf0 registered: type:1 codec:0 seid:49\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6c60 registered: type:1 codec:0 seid:50\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6cd0 registered: type:1 codec:0 seid:51\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6d40 registered: type:1 codec:0 seid:52\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6db0 registered: type:1 codec:0 seid:53\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6e20 registered: type:1 codec:0 seid:54\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6e90 registered: type:1 codec:0 seid:55\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6f00 registered: type:1 codec:0 seid:56\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6f70 registered: type:1 codec:0 seid:57\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a6fe0 registered: type:1 codec:0 seid:58\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a7050 registered: type:1 codec:0 seid:59\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a70c0 registered: type:1 codec:0 seid:60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a7130 registered: type:1 codec:0 seid:61\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a71a0 registered: type:1 codec:0 seid:62\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4bb0: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4bb0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a54b0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a56e0 unregistered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5750 unregistered: type:1 codec:0 seid:3\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:1 codec:0 seid:4\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5830 unregistered: type:1 codec:0 seid:5\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a58a0 unregistered: type:1 codec:0 seid:6\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5910 unregistered: type:1 codec:0 seid:7\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5980 unregistered: type:1 codec:0 seid:8\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a59f0 unregistered: type:1 codec:0 seid:9\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5a60 unregistered: type:1 codec:0 seid:10\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5b50 unregistered: type:1 codec:0 seid:11\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5bc0 unregistered: type:1 codec:0 seid:12\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5c30 unregistered: type:1 codec:0 seid:13\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5ca0 unregistered: type:1 codec:0 seid:14\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5d10 unregistered: type:1 codec:0 seid:15\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5d80 unregistered: type:1 codec:0 seid:16\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5df0 unregistered: type:1 codec:0 seid:17\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5e60 unregistered: type:1 codec:0 seid:18\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5ed0 unregistered: type:1 codec:0 seid:19\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5f40 unregistered: type:1 codec:0 seid:20\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5fb0 unregistered: type:1 codec:0 seid:21\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6020 unregistered: type:1 codec:0 seid:22\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6090 unregistered: type:1 codec:0 seid:23\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6100 unregistered: type:1 codec:0 seid:24\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6170 unregistered: type:1 codec:0 seid:25\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a61e0 unregistered: type:1 codec:0 seid:26\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6250 unregistered: type:1 codec:0 seid:27\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a62c0 unregistered: type:1 codec:0 seid:28\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6330 unregistered: type:1 codec:0 seid:29\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a63a0 unregistered: type:1 codec:0 seid:30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6410 unregistered: type:1 codec:0 seid:31\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6480 unregistered: type:1 codec:0 seid:32\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a64f0 unregistered: type:1 codec:0 seid:33\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6560 unregistered: type:1 codec:0 seid:34\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a65d0 unregistered: type:1 codec:0 seid:35\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6640 unregistered: type:1 codec:0 seid:36\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a66b0 unregistered: type:1 codec:0 seid:37\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6720 unregistered: type:1 codec:0 seid:38\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6790 unregistered: type:1 codec:0 seid:39\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6800 unregistered: type:1 codec:0 seid:40\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6870 unregistered: type:1 codec:0 seid:41\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a68e0 unregistered: type:1 codec:0 seid:42\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6950 unregistered: type:1 codec:0 seid:43\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a69c0 unregistered: type:1 codec:0 seid:44\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6a30 unregistered: type:1 codec:0 seid:45\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6aa0 unregistered: type:1 codec:0 seid:46\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6b10 unregistered: type:1 codec:0 seid:47\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6b80 unregistered: type:1 codec:0 seid:48\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6bf0 unregistered: type:1 codec:0 seid:49\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6c60 unregistered: type:1 codec:0 seid:50\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6cd0 unregistered: type:1 codec:0 seid:51\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6d40 unregistered: type:1 codec:0 seid:52\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6db0 unregistered: type:1 codec:0 seid:53\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6e20 unregistered: type:1 codec:0 seid:54\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6e90 unregistered: type:1 codec:0 seid:55\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6f00 unregistered: type:1 codec:0 seid:56\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6f70 unregistered: type:1 codec:0 seid:57\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a6fe0 unregistered: type:1 codec:0 seid:58\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a7050 unregistered: type:1 codec:0 seid:59\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a70c0 unregistered: type:1 codec:0 seid:60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a7130 unregistered: type:1 codec:0 seid:61\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a71a0 unregistered: type:1 codec:0 seid:62\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5830 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5830 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a5830 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:1 codec:0 seid:2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a5830 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a57c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a57c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b60: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b60: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b60: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b60: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b60\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\n\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C-SEID-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;34msbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() START request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> CLOSING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() START request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\netup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-16-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/Sbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received ABORT_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> ABORTING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069a060 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() DISCOVER request rejected: Bad Header Format (1)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069a060 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() No pending request, ignoring message\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() GET_CAPABILITIES request rejected: Bad Packet Length (17)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nMG/BV-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-27-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BV-31-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() SET_CONFIGURATION request rejected: Stream End Point in Use (19)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state change failed: Input/output error\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() GET_CONFIGURATION request rejected: Bad Acceptor SEID (18)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received GET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nG/SMG/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;30minit\u001bbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() START request rejected: Bad State (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_start_cmd() Rejecting (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_start_cmd() Rejecting (192)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() OPEN request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() START request rejected: Bad State (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received CLOSE_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() SUSPEND request rejected: Bad State (49)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: STREAMING -> IDLE\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SUSPEND_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d069d8d0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d069d8d0 unregistered: type:0 codec:0 seid:1\n[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-27-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0bluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a1300 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a1300 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a1300 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received unknown request id 63\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a1300 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_rej() GET_ALL_CAPABILITIES request rejected: Bad Packet Length (17)\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() 108 bytes split into 3 fragments\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() first packet with 45 bytes sent\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() sending continue with 47 bytes\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_send() sending end with 16 bytes\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 2 to go\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_data() Received AVDTP fragment. 1 to go\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\n;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-30-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/ESR04/BI-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-32-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-33-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-35-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SMG/BI-36-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/FRA/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001bbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() DISCOVER request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_discover_resp() seid 1 type 0 media 0 in use 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() GET_ALL_CAPABILITIES request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_get_capabilities_resp() seid 1 type 0 media 0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_set_configuration() 0x55b1d06a4b30: int_seid=1, acp_seid=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_resp() SET_CONFIGURATION request succeeded\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:1 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_register_sep() SEP 0x55b1d06a16c0 registered: type:0 codec:0 seid:1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DISCOVER_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received  GET_ALL_CAPABILITIES_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received SET_CONFIGURATION_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: IDLE -> CONFIGURED\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received OPEN_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: CONFIGURED -> OPEN\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received START_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_sep_set_state() stream state changed: OPEN -> STREAMING\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:session_cb() \nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_ref() 0x55b1d06a4b30: ref=2\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_parse_cmd() Received DELAY_REPORT_CMD\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=1\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unref() 0x55b1d06a4b30: ref=0\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_free() 0x55b1d06a4b30\nbluetoothd[397]: ../bluez-5.83/android/avdtp.c:avdtp_unregister_sep() SEP 0x55b1d06a16c0 unregistered: type:0 codec:0 seid:1\n[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SIG/SYN/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/SIG/SMG/BV-06-C-SEID-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SIG/SMG/BV-06-C-SEID-2                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-07-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-08-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-09-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-10-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-11-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-12-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-15-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-16-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-17-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-18-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-19-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-20-C                                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SIG/SMG/BV-21-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-22-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-23-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-24-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-25-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-26-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-27-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-28-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BV-31-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-02-C                                  \u001b[0;32mPassed    \u001b[0m   1.396 seconds\n/TP/SIG/SMG/BI-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-07-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-08-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-09-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-10-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-11-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-17-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-18-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-19-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-20-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-21-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-22-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-23-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-24-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-25-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-26-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-27-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-28-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-30-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/ESR04/BI-28-C                            \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-32-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-33-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-35-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SMG/BI-36-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/FRA/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/FRA/BV-02-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-02-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SIG/SYN/BV-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 62, \u001b[0;32mPassed: 62 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 1.41 seconds\nPASS: test-avdtp\nbluetoothd[398]: Bluetooth daemon 5.83\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_addressed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_browsed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_addressed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0mbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_browsed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x60, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_addressed() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x70, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_browsed() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:change_path() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:change_path() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x72, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:change_path() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x80, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:search() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:play_item() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:add_to_now_playing() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x71, len 0x000A\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_folder_items() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n/TP/MCN/SRC/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SCR/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/SRC/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001bbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x73, len 0x000C\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_item_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x74, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:play_item() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0x90, len 0x000B\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:add_to_now_playing() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/CB/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MCN/NP/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MPS/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;35mteardobluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:handle_unit_info() reply to AVC_OP_UNITINFO\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:handle_subunit_info() reply to AVC_OP_SUBUNITINFO\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nwn\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CON/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CEC/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CRC/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/ICC/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-03-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-04-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;30bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x10, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x11, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:list_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_attribute_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:list_values() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nminit\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTT/BV-05-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CFG/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/CFG/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;30bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x15, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_attribute_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x12, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:list_values() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x16, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value_text() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x13, len 0x0002\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_value() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x14, len 0x0003\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_value() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nmrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PAS/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;35mbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x30, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_play_status() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x000D\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/MDI/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0xFF, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_browsing_pdu() AVRCP Browsing PDU 0xFF, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() UNKNOWN\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() UNKNOWN\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x31, len 0x0005\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n34msetup\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/NFY/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/INV/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/BGN/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;3bluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0000\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x50, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:set_volume_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:register_notification_rsp() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() PLAY\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_release() PLAY\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() FAST FORWARD\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_rsp() code 0x09 operand_count 1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_release() FAST FORWARD\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_passthrough_press() FAST FORWARD\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=2\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:continuing_new() len 519\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() len 519\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:continuing_new() len 14\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x40, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:request_continuing() len 14\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_ref() 0x55a6f2954600: ref=1\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x20, len 0x0009\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:get_element_attributes() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:continuing_new() len 519\nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:handle_vendordep_pdu() AVRCP PDU 0x41, len 0x0001\nbluetoothd[398]: ../bluez-5.83/android/avrcp-lib.c:abort_continuing() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_send() \nbluetoothd[398]: ../bluez-5.83/android/avctp.c:avctp_unref() 0x55a6f2954600: ref=1\n2mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/VLH/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/PTH/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/RCR/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/MPS/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-06-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-07-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-08-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-09-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-10-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-11-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BI-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-02-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SCR/BV-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-05-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/SRC/BV-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BV-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/CB/BV-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BI-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MCN/NP/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MPS/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CON/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CEC/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CEC/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CRC/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CRC/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/ICC/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/ICC/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-03-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-04-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTT/BV-05-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CFG/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CFG/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/CFG/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-06-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-07-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-08-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-09-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-10-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BV-11-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PAS/BI-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/MDI/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-05-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BV-08-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/NFY/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/INV/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/INV/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-01-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/BGN/BV-02-I                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-03-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/VLH/BI-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTH/BV-01-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/PTH/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   1.988 seconds\n/TP/RCR/BV-02-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/RCR/BV-04-C                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 110, \u001b[0;32mPassed: 110 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 1.99 seconds\nPASS: test-avrcp\n\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/DISC/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/DISC/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-101-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-102-C [UCL SNK Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-135-C [USR SNK Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-136-C [UCL SRC Enable]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-36-C [Disables Broadcast]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/SCC/BV-37-C [Releases Broadcast]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-17-C [BSNK, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-17-C [BSRC, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nBAP/UCL/DISC/BV-01-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/UCL/DISC/BV-02-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/UCL/DISC/BV-06-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/UCL/DISC/BV-05-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/UCL/DISC/BV-03-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/UCL/DISC/BV-04-C                                 \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBAP/USR/DISC/BV-01-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/USR/DISC/BV-02-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/USR/DISC/BV-06-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/USR/DISC/BV-07-C                                 \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/USR/DISC/BV-03-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/USR/DISC/BV-04-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/USR/DISC/BV-05-C                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/UCL/SCC/BV-001-C [UCL SRC Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-002-C [UCL SRC Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-003-C [UCL SRC Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-004-C [UCL SRC Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-005-C [UCL SRC Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-006-C [UCL SRC Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-007-C [UCL SRC Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-008-C [UCL SRC Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-009-C [UCL SRC Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-010-C [UCL SRC Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-011-C [UCL SRC Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-012-C [UCL SRC Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-013-C [UCL SRC Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-014-C [UCL SRC Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-015-C [UCL SRC Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-016-C [UCL SRC Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-017-C [UCL SNK Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-018-C [UCL SNK Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-019-C [UCL SNK Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-020-C [UCL SNK Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-021-C [UCL SNK Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-022-C [UCL SNK Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-023-C [UCL SNK Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-024-C [UCL SNK Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-025-C [UCL SNK Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-026-C [UCL SNK Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-027-C [UCL SNK Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-028-C [UCL SNK Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-029-C [UCL SNK Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-030-C [UCL SNK Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-031-C [UCL SNK Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-032-C [UCL SNK Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/USR/SCC/BV-001-C [USR SNK Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-002-C [USR SNK Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-003-C [USR SNK Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-004-C [USR SNK Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-005-C [USR SNK Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-006-C [USR SNK Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-007-C [USR SNK Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-008-C [USR SNK Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-009-C [USR SNK Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-010-C [USR SNK Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-011-C [USR SNK Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-012-C [USR SNK Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-013-C [USR SNK Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-014-C [USR SNK Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-015-C [USR SNK Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-016-C [USR SNK Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-017-C [USR SRC Config Codec, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-018-C [USR SRC Config Codec, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-019-C [USR SRC Config Codec, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-020-C [USR SRC Config Codec, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-021-C [USR SRC Config Codec, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/USR/SCC/BV-022-C [USR SRC Config Codec, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-023-C [USR SRC Config Codec, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-024-C [USR SRC Config Codec, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-025-C [USR SRC Config Codec, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-026-C [USR SRC Config Codec, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-027-C [USR SRC Config Codec, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-028-C [USR SRC Config Codec, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-029-C [USR SRC Config Codec, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-030-C [USR SRC Config Codec, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-031-C [USR SRC Config Codec, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/USR/SCC/BV-032-C [USR SRC Config Codec, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-033-C [UCL SRC Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-034-C [UCL SNK Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/USR/SCC/BV-033-C [USR SNK Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-034-C [USR SRC Config Codec, VS]      \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-035-C [UCL SRC Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-036-C [UCL SRC Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-037-C [UCL SRC Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-038-C [UCL SRC Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-039-C [UCL SRC Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-040-C [UCL SRC Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-041-C [UCL SRC Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-042-C [UCL SRC Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-043-C [UCL SRC Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-044-C [UCL SRC Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-045-C [UCL SRC Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-046-C [UCL SRC Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-047-C [UCL SRC Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-048-C [UCL SRC Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-049-C [UCL SRC Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-050-C [UCL SRC Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-051-C [UCL SNK Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-052-C [UCL SNK Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-053-C [UCL SNK Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-054-C [UCL SNK Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-055-C [UCL SNK Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-056-C [UCL SNK Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-057-C [UCL SNK Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-058-C [UCL SNK Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-059-C [UCL SNK Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-060-C [UCL SNK Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-061-C [UCL SNK Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-062-C [UCL SNK Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-063-C [UCL SNK Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-064-C [UCL SNK Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-065-C [UCL SNK Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-066-C [UCL SNK Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-067-C [UCL SRC Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-068-C [UCL SRC Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-069-C [UCL SRC Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-070-C [UCL SRC Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-071-C [UCL SRC Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-072-C [UCL SRC Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-073-C [UCL SRC Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-074-C [UCL SRC Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-075-C [UCL SRC Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-076-C [UCL SRC Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-077-C [UCL SRC Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-078-C [UCL SRC Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/SCC/BV-079-C [UCL SRC Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-080-C [UCL SRC Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-081-C [UCL SRC Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-082-C [UCL SRC Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-083-C [UCL SNK Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-084-C [UCL SNK Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/SCC/BV-085-C [UCL SNK Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/SCC/BV-086-C [UCL SNK Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-087-C [UCL SNK Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-088-C [UCL SNK Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-089-C [UCL SNK Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-090-C [UCL SNK Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-091-C [UCL SNK Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/SCC/BV-092-C [UCL SNK Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-093-C [UCL SNK Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-094-C [UCL SNK Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-095-C [UCL SNK Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-096-C [UCL SNK Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-097-C [UCL SNK Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-098-C [UCL SNK Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/USR/SCC/BV-069-C [USR SNK Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-070-C [USR SNK Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-071-C [USR SNK Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-072-C [USR SNK Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-073-C [USR SNK Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-074-C [USR SNK Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-075-C [USR SNK Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-076-C [USR SNK Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-077-C [USR SNK Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-078-C [USR SNK Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-079-C [USR SNK Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-080-C [USR SNK Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-081-C [USR SNK Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-082-C [USR SNK Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-083-C [USR SNK Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-084-C [USR SNK Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-085-C [USR SRC Config QoS, LC3 8_1_1] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-086-C [USR SRC Config QoS, LC3 8_2_1] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-087-C [USR SRC Config QoS, LC3 16_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-088-C [USR SRC Config QoS, LC3 16_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-089-C [USR SRC Config QoS, LC3 24_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-090-C [USR SRC Config QoS, LC3 24_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-091-C [USR SRC Config QoS, LC3 32_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-092-C [USR SRC Config QoS, LC3 32_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-093-C [USR SRC Config QoS, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-094-C [USR SRC Config QoS, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-095-C [USR SRC Config QoS, LC3 48_1_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-096-C [USR SRC Config QoS, LC3 48_2_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-097-C [USR SRC Config QoS, LC3 48_3_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-098-C [USR SRC Config QoS, LC3 48_4_1] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-099-C [USR SRC Config QoS, LC3 48_5_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-100-C [USR SRC Config QoS, LC3 48_6_1] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-101-C [USR SNK Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-102-C [USR SNK Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-103-C [USR SNK Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-104-C [USR SNK Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-105-C [USR SNK Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-106-C [USR SNK Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-107-C [USR SNK Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-108-C [USR SNK Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-109-C [USR SNK Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-110-C [USR SNK Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-111-C [USR SNK Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-112-C [USR SNK Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-113-C [USR SNK Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-114-C [USR SNK Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-115-C [USR SNK Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-116-C [USR SNK Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-117-C [USR SRC Config QoS, LC3 8_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-118-C [USR SRC Config QoS, LC3 8_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-119-C [USR SRC Config QoS, LC3 16_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-120-C [USR SRC Config QoS, LC3 16_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-121-C [USR SRC Config QoS, LC3 24_1_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-122-C [USR SRC Config QoS, LC3 24_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-123-C [USR SRC Config QoS, LC3 32_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-124-C [USR SRC Config QoS, LC3 32_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-125-C [USR SRC Config QoS, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-126-C [USR SRC Config QoS, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-127-C [USR SRC Config QoS, LC3 48_1_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-128-C [USR SRC Config QoS, LC3 48_2_2] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-129-C [USR SRC Config QoS, LC3 48_3_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-130-C [USR SRC Config QoS, LC3 48_4_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-131-C [USR SRC Config QoS, LC3 48_5_2] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-132-C [USR SRC Config QoS, LC3 48_6_2] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/UCL/SCC/BV-099-C [UCL SNK Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-100-C [UCL SRC Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-133-C [USR SNK Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-134-C [USR SRC Config QoS, VS]        \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-101-C [UCL SRC Enable]                \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/SCC/BV-102-C [UCL SNK Enable]                \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/SCC/BV-135-C [USR SNK Enable]                \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/SCC/BV-136-C [UCL SRC Enable]                \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/UCL/SCC/BV-103-C [UCL SNK Disable in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-104-C [UCL SRC Disable in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/SCC/BV-105-C [UCL SNK Disable in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/USR/SCC/BV-137-C [USR SRC Disable in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-138-C [USR SNK Disable in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-139-C [USR SRC Disable in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/UCL/SCC/BV-106-C [UCL SNK Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/UCL/SCC/BV-107-C [UCL SRC Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/UCL/SCC/BV-108-C [UCL SNK Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-109-C [UCL SRC Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.025 seconds\nBAP/UCL/SCC/BV-110-C [UCL SNK Release in Enabling state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-111-C [UCL SRC Release in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/UCL/SCC/BV-112-C [UCL SNK Release in Streaming state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-113-C [UCL SNK Release in Disabling state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-143-C [USR SRC Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.022 seconds\nBAP/USR/SCC/BV-144-C [USR SNK Release in Codec Configured state] \u001b[0;32mPassed    \u001b[0m   0.023 seconds\nBAP/USR/SCC/BV-145-C [USR SRC Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/SCC/BV-146-C [USR SNK Release in QoS Configured state] \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/SCC/BV-147-C [USR SRC Release in Enabling state] \u001b[0;32mPassed    \u001b[0m   0.043 seconds\nBAP/USR/SCC/BV-148-C [USR SNK Release in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.043 seconds\nBAP/USR/SCC/BV-149-C [USR SRC Release in Streaming state] \u001b[0;32mPassed    \u001b[0m   0.053 seconds\nBAP/USR/SCC/BV-150-C [USR SRC Release in Disabling state] \u001b[0;32mPassed    \u001b[0m   0.053 seconds\nBAP/UCL/SCC/BV-115-C [UCL SNK Update Metadata in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-116-C [UCL SRC Update Metadata in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/UCL/SCC/BV-117-C [UCL SNK Update Metadata in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.024 seconds\nBAP/USR/SCC/BV-161-C [USR SRC Update Metadata in Enabling State] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-162-C [USR SNK Update Metadata in Enabling or Streaming state] \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/SCC/BV-163-C [USR SRC Update Metadata in Streaming State] \u001b[0;32mPassed    \u001b[0m   0.054 seconds\nBAP/UCL/STR/BV-001-C [UCL, AC 2, LC3 8_1_1]          \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-002-C [UCL, AC 10, LC3 8_1_1]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-003-C [UCL, AC 2, LC3 8_2_1]          \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-004-C [UCL, AC 10, LC3 8_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-005-C [UCL, AC 2, LC3 16_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-006-C [UCL, AC 10, LC3 16_1_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-007-C [UCL, AC 2, LC3 16_2_1]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-008-C [UCL, AC 10, LC3 16_2_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-009-C [UCL, AC 2, LC3 24_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-010-C [UCL, AC 10, LC3 24_1_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-011-C [UCL, AC 2, LC3 24_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-012-C [UCL, AC 10, LC3 24_2_1]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-013-C [UCL, AC 2, LC3 32_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-014-C [UCL, AC 10, LC3 32_1_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-015-C [UCL, AC 2, LC3 32_2_1]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-016-C [UCL, AC 10, LC3 32_2_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-017-C [UCL, AC 2, LC3 441_1_1]        \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/STR/BV-018-C [UCL, AC 10, LC3 441_1_1]       \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/STR/BV-019-C [UCL, AC 2, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-020-C [UCL, AC 10, LC3 44_2_1]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-021-C [UCL, AC 2, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-022-C [UCL, AC 10, LC3 48_1_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-023-C [UCL, AC 2, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-024-C [UCL, AC 10, LC3 48_2_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-025-C [UCL, AC 2, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-026-C [UCL, AC 10, LC3 48_3_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-027-C [UCL, AC 2, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-028-C [UCL, AC 10, LC3 48_4_1]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-029-C [UCL, AC 2, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-030-C [UCL, AC 10, LC3 48_5_1]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-031-C [UCL, AC 2, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-032-C [UCL, AC 10, LC3 48_6_1]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-033-C [UCL, SRC, AC 1, LC3 8_1_1]     \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-034-C [UCL, SRC, AC 4, LC3 8_1_1]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-035-C [UCL, SRC, AC 1, LC3 8_2_1]     \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-036-C [UCL, SRC, AC 4, LC3 8_2_1]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-037-C [UCL, SRC, AC 1, LC3 16_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-038-C [UCL, SRC, AC 4, LC3 16_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-039-C [UCL, SRC, AC 1, LC3 16_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-040-C [UCL, SRC, AC 4, LC3 16_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-041-C [UCL, SRC, AC 1, LC3 24_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-042-C [UCL, SRC, AC 4, LC3 24_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-043-C [UCL, SRC, AC 1, LC3 24_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-044-C [UCL, SRC, AC 4, LC3 24_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-045-C [UCL, SRC, AC 1, LC3 32_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-046-C [UCL, SRC, AC 4, LC3 32_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-047-C [UCL, SRC, AC 1, LC3 32_2_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-048-C [UCL, SRC, AC 4, LC3 32_2_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-049-C [UCL, SRC, AC 1, LC3 44_1_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-050-C [UCL, SRC, AC 4, LC3 44_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-051-C [UCL, SRC, AC 1, LC3 44_2_1]    \u001b[0;32mPassed    \u001b[0m   0.016 seconds\nBAP/UCL/STR/BV-052-C [UCL, SRC, AC 4, LC3 44_2_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-053-C [UCL, SRC, AC 1, LC3 48_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-054-C [UCL, SRC, AC 4, LC3 48_1_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-055-C [UCL, SRC, AC 1, LC3 48_2_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-056-C [UCL, SRC, AC 4, LC3 48_2_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-057-C [UCL, SRC, AC 1, LC3 48_3_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-058-C [UCL, SRC, AC 4, LC3 48_3_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-059-C [UCL, SRC, AC 1, LC3 48_4_1]    \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-060-C [UCL, SRC, AC 4, LC3 48_4_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-061-C [UCL, SRC, AC 1, LC3 48_5_1]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-062-C [UCL, SRC, AC 4, LC3 48_5_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-063-C [UCL, SRC, AC 1, LC3 48_6_1]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-064-C [UCL, SRC, AC 4, LC3 48_6_1]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-065-C [UCL, AC 2, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-066-C [UCL, AC 10, LC3 8_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-067-C [UCL, AC 2, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-068-C [UCL, AC 10, LC3 8_2_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-069-C [UCL, AC 2, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-070-C [UCL, AC 10, LC3 16_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-071-C [UCL, AC 2, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-072-C [UCL, AC 10, LC3 16_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-073-C [UCL, AC 2, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-074-C [UCL, AC 10, LC3 24_1_2]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-075-C [UCL, AC 2, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-076-C [UCL, AC 10, LC3 24_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-077-C [UCL, AC 2, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-078-C [UCL, AC 10, LC3 32_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-079-C [UCL, AC 2, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-080-C [UCL, AC 10, LC3 32_2_2]        \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-081-C [UCL, AC 2, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-082-C [UCL, AC 10, LC3 44_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-083-C [UCL, AC 2, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-084-C [UCL, AC 10, LC3 44_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-085-C [UCL, AC 2, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-086-C [UCL, AC 10, LC3 48_1_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-087-C [UCL, AC 2, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-088-C [UCL, AC 10, LC3 48_2_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-089-C [UCL, AC 2, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-090-C [UCL, AC 10, LC3 48_3_2]        \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-091-C [UCL, AC 2, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-092-C [UCL, AC 10, LC3 48_4_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-093-C [UCL, AC 2, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-094-C [UCL, AC 10, LC3 48_5_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-095-C [UCL, AC 2, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-096-C [UCL, AC 10, LC3 48_6_2]        \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-097-C [UCL, SRC, AC 1, LC3 8_1_2]     \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-098-C [UCL, SRC, AC 4, LC3 8_1_2]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-099-C [UCL, SRC, AC 1, LC3 8_2_2]     \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-100-C [UCL, SRC, AC 4, LC3 8_2_2]     \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-101-C [UCL, SRC, AC 1, LC3 16_1_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-102-C [UCL, SRC, AC 4, LC3 16_1_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-103-C [UCL, SRC, AC 1, LC3 16_2_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-104-C [UCL, SRC, AC 4, LC3 16_2_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-105-C [UCL, SRC, AC 1, LC3 24_1_2]    \u001b[0;32mPassed    \u001b[0m   0.014 seconds\nBAP/UCL/STR/BV-106-C [UCL, SRC, AC 4, LC3 24_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-107-C [UCL, SRC, AC 1, LC3 24_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-108-C [UCL, SRC, AC 4, LC3 24_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-109-C [UCL, SRC, AC 1, LC3 32_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-110-C [UCL, SRC, AC 4, LC3 32_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-111-C [UCL, SRC, AC 1, LC3 32_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-112-C [UCL, SRC, AC 4, LC3 32_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-113-C [UCL, SRC, AC 1, LC3 44_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-114-C [UCL, SRC, AC 4, LC3 44_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-115-C [UCL, SRC, AC 1, LC3 44_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-116-C [UCL, SRC, AC 4, LC3 44_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-117-C [UCL, SRC, AC 1, LC3 48_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-118-C [UCL, SRC, AC 4, LC3 48_1_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-119-C [UCL, SRC, AC 1, LC3 48_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-120-C [UCL, SRC, AC 4, LC3 48_2_2]    \u001b[0;32mPassed    \u001b[0m   0.015 seconds\nBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_3_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_3_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-123-C [UCL, SRC, AC 1, LC3 48_4_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-124-C [UCL, SRC, AC 4, LC3 48_4_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-121-C [UCL, SRC, AC 1, LC3 48_5_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-122-C [UCL, SRC, AC 4, LC3 48_5_2]    \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/UCL/STR/BV-123-C [UCL AC 2, LC3 48_6_2]          \u001b[0;32mPassed    \u001b[0m   0.013 seconds\nBAP/UCL/STR/BV-124-C [UCL AC 10, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.012 seconds\nBAP/USR/STR/BV-001-C [USR, AC 2, LC3 8_1_1]          \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-002-C [USR, AC 10, LC3 8_1_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-003-C [USR, AC 2, LC3 8_2_1]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-004-C [USR, AC 10, LC3 8_2_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-005-C [USR, AC 2, LC3 16_1_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-006-C [USR, AC 10, LC3 16_1_1]        \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-007-C [USR, AC 2, LC3 16_2_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-008-C [USR, AC 10, LC3 16_2_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-009-C [USR, AC 2, LC3 24_1_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-010-C [USR, AC 10, LC3 24_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-011-C [USR, AC 2, LC3 24_2_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-012-C [USR, AC 10, LC3 24_2_1]        \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-013-C [USR, AC 2, LC3 32_1_1]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-014-C [USR, AC 10, LC3 32_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-015-C [USR, AC 2, LC3 32_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-016-C [USR, AC 10, LC3 32_2_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-017-C [USR, AC 1, LC3 441_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-018-C [USR, AC 4, LC3 441_1_1]        \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-019-C [USR, AC 1, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-020-C [USR, AC 4, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-021-C [USR, AC 1, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-022-C [USR, AC 4, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-023-C [USR, AC 1, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-024-C [USR, AC 4, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-025-C [USR, AC 1, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-026-C [USR, AC 4, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-027-C [USR, AC 1, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-028-C [USR, AC 4, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-029-C [USR, AC 1, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-030-C [USR, AC 4, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-031-C [USR, AC 1, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-032-C [USR, AC 4, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-033-C [USR AC 2, LC3 8_1_1]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-034-C [USR AC 10, LC3 8_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-035-C [USR AC 2, LC3 8_2_1]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-036-C [USR AC 10, LC3 8_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-037-C [USR AC 2, LC3 16_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-038-C [USR AC 10, LC3 16_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-039-C [USR AC 2, LC3 16_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-040-C [USR AC 10, LC3 16_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-041-C [USR AC 2, LC3 24_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-042-C [USR AC 10, LC3 24_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-043-C [USR AC 2, LC3 24_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-044-C [USR AC 10, LC3 24_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-045-C [USR AC 2, LC3 32_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-046-C [USR AC 10, LC3 32_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-047-C [USR AC 2, LC3 32_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-048-C [USR AC 10, LC3 32_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-049-C [USR AC 2, LC3 44_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-050-C [USR AC 10, LC3 44_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-051-C [USR AC 2, LC3 44_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-052-C [USR AC 10, LC3 44_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-053-C [USR AC 2, LC3 48_1_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-054-C [USR AC 10, LC3 48_1_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-055-C [USR AC 2, LC3 48_2_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-056-C [USR AC 10, LC3 48_2_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-057-C [USR AC 2, LC3 48_3_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-058-C [USR AC 10, LC3 48_3_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-059-C [USR AC 2, LC3 48_4_1]          \u001b[0;32mPassed    \u001b[0m   0.045 seconds\nBAP/USR/STR/BV-060-C [USR AC 10, LC3 48_4_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-061-C [USR AC 2, LC3 48_5_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-062-C [USR AC 10, LC3 48_5_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-063-C [USR AC 2, LC3 48_6_1]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-064-C [USR AC 10, LC3 48_6_1]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-065-C [USR, AC 1, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-066-C [USR, AC 4, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-067-C [USR, AC 1, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-068-C [USR, AC 4, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-069-C [USR, AC 1, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-070-C [USR, AC 4, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-071-C [USR, AC 1, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-072-C [USR, AC 4, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-073-C [USR, AC 1, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.033 seconds\nBAP/USR/STR/BV-074-C [USR, AC 4, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-075-C [USR, AC 1, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-076-C [USR, AC 4, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-077-C [USR, AC 1, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-078-C [USR, AC 4, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-079-C [USR, AC 1, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-080-C [USR, AC 4, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-081-C [USR, AC 1, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-082-C [USR, AC 4, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-083-C [USR, AC 1, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-084-C [USR, AC 4, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-085-C [USR, AC 1, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.035 seconds\nBAP/USR/STR/BV-086-C [USR, AC 4, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-087-C [USR, AC 1, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-088-C [USR, AC 4, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-089-C [USR, AC 1, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-090-C [USR, AC 4, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-091-C [USR, AC 1, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-092-C [USR, AC 4, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-093-C [USR, AC 1, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-094-C [USR, AC 4, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.032 seconds\nBAP/USR/STR/BV-095-C [USR, AC 1, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-096-C [USR, AC 4, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.034 seconds\nBAP/USR/STR/BV-097-C [USR AC 2, LC3 8_1_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-098-C [USR AC 10, LC3 8_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-099-C [USR AC 2, LC3 8_2_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-100-C [USR AC 10, LC3 8_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-101-C [USR AC 2, LC3 16_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-102-C [USR AC 10, LC3 16_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-103-C [USR AC 2, LC3 16_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-104-C [USR AC 10, LC3 16_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-105-C [USR AC 2, LC3 24_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-106-C [USR AC 10, LC3 24_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-107-C [USR AC 2, LC3 24_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-108-C [USR AC 10, LC3 24_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-109-C [USR AC 2, LC3 32_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-110-C [USR AC 10, LC3 32_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-111-C [USR AC 2, LC3 32_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-112-C [USR AC 10, LC3 32_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-113-C [USR AC 2, LC3 44_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-114-C [USR AC 10, LC3 44_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-115-C [USR AC 2, LC3 44_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-116-C [USR AC 10, LC3 44_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-117-C [USR AC 2, LC3 48_1_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-118-C [USR AC 10, LC3 48_1_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-119-C [USR AC 2, LC3 48_2_2]          \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-120-C [USR AC 10, LC3 48_2_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_3_2]           \u001b[0;32mPassed    \u001b[0m   0.043 seconds\nBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_3_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_4_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_4_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-121-C [USR AC 2 LC3 48_5_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-122-C [USR AC 10, LC3 48_5_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-123-C [USR AC 2 LC3 48_6_2]           \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/USR/STR/BV-124-C [USR AC 10, LC3 48_6_2]         \u001b[0;32mPassed    \u001b[0m   0.044 seconds\nBAP/BSRC/SCC/BV-01-C [Config Broadcast, LC3 8_1_1]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-02-C [Config Broadcast, LC3 8_2_1]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-03-C [Config Broadcast, LC3 16_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-04-C [Config Broadcast, LC3 16_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-05-C [Config Broadcast, LC3 24_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-06-C [Config Broadcast, LC3 24_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-07-C [Config Broadcast, LC3 32_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-08-C [Config Broadcast, LC3 32_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-09-C [Config Broadcast, LC3 44.1_1_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-10-C [Config Broadcast, LC3 44.1_2_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-11-C [Config Broadcast, LC3 48_1_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-12-C [Config Broadcast, LC3 48_2_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-13-C [Config Broadcast, LC3 48_3_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-14-C [Config Broadcast, LC3 48_4_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-15-C [Config Broadcast, LC3 48_5_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-16-C [Config Broadcast, LC3 48_6_1]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-17-C [Config Broadcast, LC3 8_1_2]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-18-C [Config Broadcast, LC3 8_2_2]   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-19-C [Config Broadcast, LC3 16_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-20-C [Config Broadcast, LC3 16_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-21-C [Config Broadcast, LC3 24_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-22-C [Config Broadcast, LC3 24_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-23-C [Config Broadcast, LC3 32_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-24-C [Config Broadcast, LC3 32_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-25-C [Config Broadcast, LC3 44.1_1_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-26-C [Config Broadcast, LC3 44.1_2_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-27-C [Config Broadcast, LC3 48_1_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-28-C [Config Broadcast, LC3 48_2_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-29-C [Config Broadcast, LC3 48_3_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-30-C [Config Broadcast, LC3 48_4_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-31-C [Config Broadcast, LC3 48_5_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-32-C [Config Broadcast, LC3 48_6_2]  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-33-C [Config Broadcast, VS]          \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-35-C [Establishes Broadcast]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-36-C [Disables Broadcast]            \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/SCC/BV-37-C [Releases Broadcast]            \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-01-C [Sync to PA, LC3 8_1_1]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-02-C [Sync to PA, LC3 8_2_1]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-03-C [Sync to PA, LC3 16_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-04-C [Sync to PA, LC3 16_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-05-C [Sync to PA, LC3 24_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-06-C [Sync to PA, LC3 24_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-07-C [Sync to PA, LC3 32_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-08-C [Sync to PA, LC3 32_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-09-C [Sync to PA, LC3 44.1_1_1]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-10-C [Sync to PA, LC3 44.1_2_1]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-11-C [Sync to PA, LC3 48_1_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-12-C [Sync to PA, LC3 48_2_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-13-C [Sync to PA, LC3 48_3_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-14-C [Sync to PA, LC3 48_4_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-15-C [Sync to PA, LC3 48_5_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-16-C [Sync to PA, LC3 48_6_1]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-17-C [Sync to PA, LC3 8_1_2]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-18-C [Sync to PA, LC3 8_2_2]         \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-19-C [Sync to PA, LC3 16_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-20-C [Sync to PA, LC3 16_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-21-C [Sync to PA, LC3 24_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-22-C [Sync to PA, LC3 24_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-23-C [Sync to PA, LC3 32_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-24-C [Sync to PA, LC3 32_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-25-C [Sync to PA, LC3 44.1_1_2]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-26-C [Sync to PA, LC3 44.1_2_2]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-27-C [Sync to PA, LC3 48_1_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-28-C [Sync to PA, LC3 48_2_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-29-C [Sync to PA, LC3 48_3_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-30-C [Sync to PA, LC3 48_4_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-31-C [Sync to PA, LC3 48_5_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-32-C [Sync to PA, LC3 48_6_2]        \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/SCC/BV-33-C [Sync to PA, VS]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-01-C [BSNK, LC3 8_1]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-02-C [BSNK, LC3 8_2]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-03-C [BSNK, LC3 16_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-04-C [BSNK, LC3 16_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-05-C [BSNK, LC3 24_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-06-C [BSNK, LC3 24_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-07-C [BSNK, LC3 32_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-08-C [BSNK, LC3 32_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-09-C [BSNK, LC3 44.1_1]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-10-C [BSNK, LC3 44.1_2]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-11-C [BSNK, LC3 48_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-12-C [BSNK, LC3 48_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-13-C [BSNK, LC3 48_3]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-14-C [BSNK, LC3 48_4]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-15-C [BSNK, LC3 48_5]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-16-C [BSNK, LC3 48_6]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-17-C [BSNK, VS]                      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-18-C [BSNK, Multiple BISes, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-19-C [BSNK, Multiple BISes, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-20-C [BSNK, Multiple BISes, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-21-C [BSNK, Multiple BISes, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-22-C [BSNK, Multiple BISes, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-23-C [BSNK, Multiple BISes, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-24-C [BSNK, Multiple BISes, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-25-C [BSNK, Multiple BISes, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-26-C [BSNK, Multiple BISes, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-27-C [BSNK, Multiple BISes, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-28-C [BSNK, Multiple BISes, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-29-C [BSNK, Multiple BISes, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-30-C [BSNK, Multiple BISes, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-31-C [BSNK, Multiple BISes, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-32-C [BSNK, Multiple BISes, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-33-C [BSNK, Multiple BISes, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSNK/STR/BV-34-C [BSNK, Multiple BISes, VS]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-01-C [BSRC, LC3 8_1]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-02-C [BSRC, LC3 8_2]                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-03-C [BSRC, LC3 16_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-04-C [BSRC, LC3 16_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-05-C [BSRC, LC3 24_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-06-C [BSRC, LC3 24_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-07-C [BSRC, LC3 32_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-08-C [BSRC, LC3 32_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-09-C [BSRC, LC3 44.1_1]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-10-C [BSRC, LC3 44.1_2]              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-11-C [BSRC, LC3 48_1]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-12-C [BSRC, LC3 48_2]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-13-C [BSRC, LC3 48_3]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-14-C [BSRC, LC3 48_4]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-15-C [BSRC, LC3 48_5]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-16-C [BSRC, LC3 48_6]                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-17-C [BSRC, VS]                      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-18-C [BSRC, Multiple BISes, LC3 8_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-19-C [BSRC, Multiple BISes, LC3 8_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-20-C [BSRC, Multiple BISes, LC3 16_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-21-C [BSRC, Multiple BISes, LC3 16_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-22-C [BSRC, Multiple BISes, LC3 24_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-23-C [BSRC, Multiple BISes, LC3 24_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-24-C [BSRC, Multiple BISes, LC3 32_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-25-C [BSRC, Multiple BISes, LC3 32_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-26-C [BSRC, Multiple BISes, LC3 44.1_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-27-C [BSRC, Multiple BISes, LC3 44.1_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-28-C [BSRC, Multiple BISes, LC3 48_1] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-29-C [BSRC, Multiple BISes, LC3 48_2] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-30-C [BSRC, Multiple BISes, LC3 48_3] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-31-C [BSRC, Multiple BISes, LC3 48_4] \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/BSRC/STR/BV-32-C [BSRC, Multiple BISes, LC3 48_5] \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBAP/BSRC/STR/BV-33-C [BSRC, Multiple BISes, LC3 48_6] \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nBAP/BSRC/STR/BV-34-C [BSRC, Multiple BISes, VS]      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nTotal: 638, \u001b[0;32mPassed: 638 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 11.2 seconds\nPASS: test-bap\n\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mBASS/SR/SPE/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nBASS/SR/SGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SGGIT/CHA/BV-02-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-03-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-04-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nBASS/SR/SPE/BI-06-C                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nBASS/SR/SPE/BI-07-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nTotal: 8, \u001b[0;32mPassed: 8 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0212 seconds\nPASS: test-bass\n\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/4\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/5\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/6\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/7\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/crc/9\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/crc/1                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/2                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/3                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/4                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/5                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/6                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/7                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/8                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/crc/9                                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 9, \u001b[0;32mPassed: 9 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000167 seconds\nPASS: test-crc\nPASS: test-crypto\n\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/multi\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/sample/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/sample/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/sample/3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ecdh/invalid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/ecdh/multi                                          \u001b[0;32mPassed    \u001b[0m   0.369 seconds\n/ecdh/sample/1                                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/ecdh/sample/2                                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/ecdh/sample/3                                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/ecdh/invalid                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 5, \u001b[0;32mPassed: 5 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.372 seconds\nPASS: test-ecc\n\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/basic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/macbookair\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/iphone5\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/ipadmini\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/sl400h\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/sl910\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/bh907\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/eir/fuelband\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/bluesc\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/wahooscale\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/mioalpha\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/cookoo\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/citizen1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ad/citizen2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mad/g-tag\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mad/uri-beacon\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/eir/basic                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/macbookair                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/iphone5                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/ipadmini                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/sl400h                                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/sl910                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/bh907                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/eir/fuelband                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/bluesc                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/wahooscale                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/mioalpha                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/cookoo                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/citizen1                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/ad/citizen2                                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nad/g-tag                                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nad/uri-beacon                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 16, \u001b[0;32mPassed: 16 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000508 seconds\nPASS: test-eir\n\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAC/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAC/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-01-C-small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-01-C-large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-1-alternative\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-02-C-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-16/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-16/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/exists-128/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-02-C/missing-128/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/small/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/small/2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/CL/BV-06-C/client-3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAD/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-04-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-01-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-02-C/large\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-03-C-2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-04-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-12-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-13-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-04-C/512B\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-13-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-14-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-16-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-21-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-18-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-19-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-23-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-24-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-28-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-29-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/SR/BI-30-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAN/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAN/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAI/SR/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAI/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-26-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-27-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BV-07-C/512B\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-28-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-29-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-30-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-31-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-32-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-33-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-34-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAR/CL/BI-35-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-02-C/seclevel\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-05-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-02-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-03-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-13-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-05-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-07-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-14-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-18-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-06-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-10-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-14-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-15-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-22-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-23-C/auto\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-24-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-08-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-20-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-21-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-25-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-26-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-29-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-30-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/CL/BI-31-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BV-09-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-25-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/small\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/GAW/SR/BI-26-C/large-1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/no-reliable-characteristic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/unkown-request\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/unkown-command\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/robustness/hash-db\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/GAC/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAC/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-01-C-small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-01-C-small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-01-C-large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-02-C-1                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-02-C-1-alternative                     \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-02-C-2                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/exists-16/small                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/exists-16/large-1                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/missing-16/small                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/missing-16/large-1                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/exists-128/large-1                \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-02-C/missing-128/large-1               \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-04-C/small/1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-04-C/small/2                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-04-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-05-C/small/1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-05-C/small/2                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-05-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/CL/BV-06-C/client-1                          \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAD/CL/BV-06-C/client-2                          \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAD/CL/BV-06-C/client-3                          \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAD/SR/BV-06-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAD/SR/BV-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-04-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-01-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-01-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-02-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-02-C/large                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-03-C-1                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-03-C-2                                 \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-10-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-11-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-07-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-08-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-04-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-12-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-13-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-13-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-14-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-14-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-04-C/512B                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-12-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-13-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-14-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-15-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-16-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-16-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-17-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-18-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-19-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-20-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-21-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-21-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-22-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-05-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-05-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BI-18-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-19-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-19-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-06-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-23-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-24-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-24-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BV-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BV-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-28-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/SR/BI-29-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-29-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-30-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/SR/BI-30-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAN/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAN/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAI/SR/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAI/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-23-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-24-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-25-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-26-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-26-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-27-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BV-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BV-07-C/512B                              \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-28-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-29-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAR/CL/BI-30-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-31-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-32-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAR/CL/BI-32-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-33-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-34-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAR/CL/BI-35-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BV-02-C                                   \u001b[0;33mNot Run   \u001b[0m\n/TP/GAW/CL/BV-02-C/seclevel                          \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BV-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-02-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-03-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-04-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-05-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/SR/BV-07-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-02-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-02-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-03-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-03-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-05-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-07-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-11-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-12-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-13-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/SR/BV-05-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-05-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-07-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-07-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-08-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-06-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-14-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-15-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-17-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-18-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-18-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-19-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/SR/BV-06-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/SR/BV-06-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-10-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-10-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-14-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-14-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-15-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-15-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-08-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-20-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-21-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-22-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-23-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-23-C/auto                              \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BI-24-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-08-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-08-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-20-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-20-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-21-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/SR/BI-21-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/CL/BV-09-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-25-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-26-C                                   \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/TP/GAW/CL/BI-29-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-30-C                                   \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/CL/BI-31-C                                   \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BV-09-C/small                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/GAW/SR/BV-09-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-25-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-25-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-26-C/small                             \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/GAW/SR/BI-26-C/large-1                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/robustness/no-reliable-characteristic               \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/robustness/unkown-request                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/robustness/unkown-command                           \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/robustness/hash-db                                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\nTotal: 193, \u001b[0;32mPassed: 192 (99.5%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 1\u001b[0m\nOverall execution time: 0.288 seconds\nPASS: test-gatt\nTAP version 14\n# random seed: R02S988b7598deb7eaa002fde2ed6a316660\n1..6\n# Start of gattrib tests\nok 1 /gattrib/refcount\nok 2 /gattrib/get_channel\nok 3 /gattrib/send\nok 4 /gattrib/cancel\nok 5 /gattrib/register\nok 6 /gattrib/buffers\n# End of gattrib tests\nPASS: test-gattrib\n\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/simple_client\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_connect_disconnect\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_string_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_boolean_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_uint64_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_array_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_get_dict_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_set_string_property\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_string_changed\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_check_order\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_proxy_removed\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_no_object_manager\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_force_disconnect\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/gdbus/client_ready\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/gdbus/simple_client                                 \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_connect_disconnect                     \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_string_property                    \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_boolean_property                   \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_uint64_property                    \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_array_property                     \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_get_dict_property                      \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_set_string_property                    \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_string_changed                         \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_check_order                            \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_proxy_removed                          \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_no_object_manager                      \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_force_disconnect                       \u001b[0;33mNot Run   \u001b[0m\n/gdbus/client_ready                                  \u001b[0;33mNot Run   \u001b[0m\nTotal: 14, \u001b[0;32mPassed: 0 (0.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 14\u001b[0m\nOverall execution time: 0.000122 seconds\nPASS: test-gdbus-client\nTAP version 14\n# random seed: R02Sb31fd2bd673bca3ffec30365df57edbd\n1..34\n# Start of gobex tests\nok 1 /gobex/null_io\nok 2 /gobex/basic\nok 3 /gobex/ref_unref\nok 4 /gobex/test_disconnect\nok 5 /gobex/test_recv_connect_stream\nok 6 /gobex/test_recv_connect_pkt\nok 7 /gobex/test_send_connect_stream\nok 8 /gobex/test_send_connect_pkt\nok 9 /gobex/test_recv_unexpected\nok 10 /gobex/test_send_on_demand_stream\nok 11 /gobex/test_send_on_demand_pkt\nok 12 /gobex/test_send_on_demand_fail_stream\nok 13 /gobex/test_send_on_demand_fail_pkt\nok 14 /gobex/test_send_connect_req_stream\nok 15 /gobex/test_send_connect_req_pkt\nok 16 /gobex/test_send_nval_connect_req_stream\nok 17 /gobex/test_send_nval_connect_req_pkt\nok 18 /gobex/test_send_nval_connect_req_short_pkt\nok 19 /gobex/test_send_connect_req_timeout_stream\nok 20 /gobex/test_send_connect_req_timeout_pkt\nok 21 /gobex/test_cancel_req_immediate\nok 22 /gobex/test_cancel_req_delay_stream\nok 23 /gobex/test_cancel_req_delay_pkt\nok 24 /gobex/test_connect\nok 25 /gobex/test_obex_disconnect\nok 26 /gobex/test_auth\nok 27 /gobex/test_auth_fail\nok 28 /gobex/test_setpath\nok 29 /gobex/test_setpath_up\nok 30 /gobex/test_setpath_up_down\nok 31 /gobex/test_mkdir\nok 32 /gobex/test_delete\nok 33 /gobex/test_copy\nok 34 /gobex/test_move\n# End of gobex tests\nPASS: test-gobex\nTAP version 14\n# random seed: R02Sbaf3448872b50e5d14713217c19efb1b\n1..18\n# Start of gobex tests\nok 1 /gobex/test_apparam_nval_short\nok 2 /gobex/test_apparam_nval_data\nok 3 /gobex/test_apparam_nval2_short\nok 4 /gobex/test_apparam_nval2_data\nok 5 /gobex/test_apparam_get_uint8\nok 6 /gobex/test_apparam_get_uint16\nok 7 /gobex/test_apparam_get_uint32\nok 8 /gobex/test_apparam_get_uint64\nok 9 /gobex/test_apparam_get_string\nok 10 /gobex/test_apparam_get_bytes\nok 11 /gobex/test_apparam_get_multi\nok 12 /gobex/test_apparam_set_uint8\nok 13 /gobex/test_apparam_set_uint16\nok 14 /gobex/test_apparam_set_uint32\nok 15 /gobex/test_apparam_set_uint64\nok 16 /gobex/test_apparam_set_string\nok 17 /gobex/test_apparam_set_bytes\nok 18 /gobex/test_apparam_set_multi\n# End of gobex tests\nPASS: test-gobex-apparam\nTAP version 14\n# random seed: R02Sca01a56b4f266b711f9b28d4bdb305ec\n1..28\n# Start of gobex tests\nok 1 /gobex/test_decode_header_connid\nok 2 /gobex/test_decode_header_name_empty\nok 3 /gobex/test_decode_header_name_ascii\nok 4 /gobex/test_decode_header_name_umlaut\nok 5 /gobex/test_decode_header_body\nok 6 /gobex/test_decode_header_body_extdata\nok 7 /gobex/test_decode_header_actionid\nok 8 /gobex/test_decode_header_multi\nok 9 /gobex/test_decode_header_uint32_nval\nok 10 /gobex/test_decode_header_unicode_nval_short\nok 11 /gobex/test_decode_header_unicode_nval_data\nok 12 /gobex/test_decode_header_bytes_nval_short\nok 13 /gobex/test_decode_header_bytes_nval_data\nok 14 /gobex/test_decode_header_bytes_nval_len\nok 15 /gobex/test_header_encode_connid\nok 16 /gobex/test_header_encode_name_empty\nok 17 /gobex/test_header_encode_name_ascii\nok 18 /gobex/test_header_encode_name_umlaut\nok 19 /gobex/test_header_encode_body\nok 20 /gobex/test_header_encode_actionid\nok 21 /gobex/test_header_encode_apparam\nok 22 /gobex/test_header_name_empty\nok 23 /gobex/test_header_name_ascii\nok 24 /gobex/test_header_name_umlaut\nok 25 /gobex/test_header_bytes\nok 26 /gobex/test_header_uint8\nok 27 /gobex/test_header_uint32\nok 28 /gobex/test_header_apparam\n# End of gobex tests\nPASS: test-gobex-header\nTAP version 14\n# random seed: R02S7ac0f18d9e1deeb688f31d91ae848501\n1..9\n# Start of gobex tests\nok 1 /gobex/test_pkt\nok 2 /gobex/test_decode_pkt\nok 3 /gobex/test_decode_pkt_header\nok 4 /gobex/test_decode_connect\nok 5 /gobex/test_decode_nval\nok 6 /gobex/test_encode_pkt\nok 7 /gobex/test_encode_on_demand\nok 8 /gobex/test_encode_on_demand_fail\nok 9 /gobex/test_create_args\n# End of gobex tests\nPASS: test-gobex-packet\nTAP version 14\n# random seed: R02S2b34812bab6f4befdb7a010a41a0a4e8\n1..38\n# Start of gobex tests\nok 1 /gobex/test_conn_req\nok 2 /gobex/test_conn_rsp\nok 3 /gobex/test_put_req\nok 4 /gobex/test_put_rsp\nok 5 /gobex/test_get_req\nok 6 /gobex/test_get_rsp\nok 7 /gobex/test_get_req_app\nok 8 /gobex/test_get_rsp_app\nok 9 /gobex/test_put_req_delay\nok 10 /gobex/test_put_rsp_delay\nok 11 /gobex/test_get_req_delay\nok 12 /gobex/test_get_rsp_delay\nok 13 /gobex/test_put_req_eagain\nok 14 /gobex/test_get_req_eagain\nok 15 /gobex/test_stream_put_req\nok 16 /gobex/test_stream_put_rsp\nok 17 /gobex/test_stream_put_req_abort\nok 18 /gobex/test_stream_put_rsp_abort\nok 19 /gobex/test_stream_get_req\nok 20 /gobex/test_stream_get_rsp\nok 21 /gobex/test_conn_get_req\nok 22 /gobex/test_conn_get_rsp\nok 23 /gobex/test_conn_put_req\nok 24 /gobex/test_conn_put_rsp\nok 25 /gobex/test_conn_get_wrg_rsp\nok 26 /gobex/test_conn_put_req_seq\nok 27 /gobex/test_packet_put_req\nok 28 /gobex/test_packet_put_req_wait\nok 29 /gobex/test_packet_put_req_suspend_resume\n# slow test /gobex/test_packet_put_req_suspend_resume executed in 0.78 secs\nok 30 /gobex/test_packet_put_rsp\nok 31 /gobex/test_packet_put_rsp_wait\nok 32 /gobex/test_packet_get_rsp\nok 33 /gobex/test_packet_get_rsp_wait\nok 34 /gobex/test_packet_get_req\nok 35 /gobex/test_packet_get_req_wait\nok 36 /gobex/test_packet_get_req_suspend_resume\nok 37 /gobex/test_packet_get_req_wait_next\nok 38 /gobex/test_conn_put_req_seq_srm\n# End of gobex tests\nPASS: test-gobex-transfer\n\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_init\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_cmd_handler_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_4\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_register_5\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_fragmented_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_ustring_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_string_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_string_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_corrupted_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp/test_empty\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_init\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_send_command_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unsolicited_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_corrupted_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_empty\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_unknown\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_parser_2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/hfp_hf/test_context_skip_field\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/hfp/test_init                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_cmd_handler_1                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_cmd_handler_2                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_1                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_2                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_3                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_4                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_register_5                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_fragmented_1                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_ustring_1                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_ustring_2                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_string_1                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_string_2                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_corrupted_1                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp/test_empty                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_init                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_send_command_1                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_send_command_2                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_send_command_3                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unsolicited_1                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unsolicited_2                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unsolicited_3                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_corrupted_1                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_corrupted_2                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_empty                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_unknown                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_context_parser_1                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_context_parser_2                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/hfp_hf/test_context_skip_field                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 29, \u001b[0;32mPassed: 29 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.00108 seconds\nPASS: test-hfp\n\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-08-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-09-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-06-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGCF/RH/BV-01-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/HGRF/RH/BV-02-I\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/HGRF/RH/BV-01-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGRF/RH/BV-08-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGRF/RH/BV-09-I                                  \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/HGRF/RH/BV-06-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGCF/RH/BV-01-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\n/TP/HGRF/RH/BV-02-I                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nTotal: 6, \u001b[0;32mPassed: 6 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0101 seconds\nPASS: test-hog\n\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/ntoh64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/hton64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/valid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/nodata\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_access_protos/invalid_dtd2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/valid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/nodata\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_lang_attr/invalid_dtd\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/valid\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/nodata\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/invalid_dtd\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_profile_descs/workaround\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/lib/sdp_get_server_ver\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/lib/ntoh64                                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/hton64                                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/valid                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/nodata                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/invalid_dtd1              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_access_protos/invalid_dtd2              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_lang_attr/valid                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_lang_attr/nodata                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_lang_attr/invalid_dtd                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/valid                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/nodata                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/invalid_dtd               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_profile_descs/workaround                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/lib/sdp_get_server_ver                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 14, \u001b[0;32mPassed: 14 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000275 seconds\nPASS: test-lib\nTAP version 14\n# random seed: R02S04d8fff5541b39042002525008184ea3\n1..9\n# Start of mgmt tests\n# Start of command tests\nok 1 /mgmt/command/1\nok 2 /mgmt/command/2\n# End of command tests\n# Start of response tests\nok 3 /mgmt/response/1\nok 4 /mgmt/response/2\n# End of response tests\n# Start of event tests\nok 5 /mgmt/event/1\nok 6 /mgmt/event/2\n# End of event tests\n# Start of unregister tests\nok 7 /mgmt/unregister/1\nok 8 /mgmt/unregister/2\n# End of unregister tests\n# Start of destroy tests\nok 9 /mgmt/destroy/1\n# End of destroy tests\n# End of mgmt tests\nPASS: test-mgmt\n\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\ngatt_notify_cb: notify.value:0 notify->len:1\ngatt_notify_cb: notify.value:1 notify->len:1\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICS/SR/SPN/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\nmicp_write_value handle: 3\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\nWrite failed: 0x13\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\nmicp_write_value handle: 3\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\nMICP Write successful\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICP/CL/CGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\nmicp_write_value handle: 3\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\nWrite failed: 0x80\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mMICP/CL/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nMICS/SR/SGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICS/SR/SGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nMICS/SR/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICS/SR/SPN/BV-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICP/CL/CGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nMICP/CL/CGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.004 seconds\nMICP/CL/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.004 seconds\nTotal: 7, \u001b[0;32mPassed: 7 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0217 seconds\nPASS: test-micp\n\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/basic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_destroy\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_all\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/foreach_remove_backward\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/destroy_remove\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/push_after\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/queue/remove_all\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/queue/basic                                         \u001b[0;32mPassed    \u001b[0m   0.017 seconds\n/queue/foreach_destroy                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/foreach_remove                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/foreach_remove_all                            \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/foreach_remove_backward                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/destroy_remove                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/push_after                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/queue/remove_all                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 8, \u001b[0;32mPassed: 8 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0175 seconds\nPASS: test-queue\n\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ringbuf/power2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ringbuf/alloc\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/ringbuf/printf\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/ringbuf/power2                                      \u001b[0;32mPassed    \u001b[0m   0.378 seconds\n/ringbuf/alloc                                       \u001b[0;32mPassed    \u001b[0m   0.003 seconds\n/ringbuf/printf                                      \u001b[0;32mPassed    \u001b[0m   0.005 seconds\nTotal: 3, \u001b[0;32mPassed: 3 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.386 seconds\nPASS: test-ringbuf\nbluetoothd[2139]: Bluetooth daemon 5.83\n\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SS/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-05-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-06-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-07-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-08-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-09-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-10-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-11-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-12-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-13-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-14-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-15-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-16-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-17-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-18-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-19-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-20-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BV-21-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SA/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-03-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-04-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-06-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-07-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-08-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-09-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-10-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-11-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-12-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-13-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-14-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-15-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-16-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-17-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-18-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-19-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-20-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-21-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-22-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BV-23-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/SSA/BI-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-01-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/BRW/BV-02-C/UUID-128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8/empty\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/TEXT_STR16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/URL_STR16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/NIL\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT8\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/BOOL\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT16\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT32\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT64\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/UINT128\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/sdp/DE/ATTR/INT128bluetoothd[2139]: ../bluez-5.83/src/sdpd-request.c:service_attr_req() NULL cache buffer and non-NULL continuation state\n\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/TP/SERVER/ROB/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/TP/SERVER/SS/BV-01-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-01-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-01-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-03-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-03-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-03-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-04-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-04-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BV-04-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-01-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-01-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-01-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-02-C/UUID-16                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-02-C/UUID-32                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SS/BI-02-C/UUID-128                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-01-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-03-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-04-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-05-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-06-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-07-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-08-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-09-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-10-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-11-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-12-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-13-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-14-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-15-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-16-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-17-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-18-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-19-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-20-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BV-21-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BI-01-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BI-02-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SA/BI-03-C                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-01-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-01-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-01-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-02-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-02-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-02-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-03-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-03-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-03-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-04-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-04-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-04-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-06-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-06-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-06-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-07-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-07-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-07-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-08-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-08-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-08-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-09-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-09-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-09-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-10-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-10-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-10-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-11-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-11-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-11-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-12-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-12-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-12-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-13-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-13-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-13-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-14-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-14-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-14-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-15-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-15-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-15-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-16-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-16-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-16-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-17-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-17-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-17-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-18-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-18-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-18-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-19-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-19-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-19-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-20-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-20-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-20-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-21-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-21-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-21-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-22-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-22-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-22-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-23-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-23-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BV-23-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-01-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-01-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-01-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-02-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-02-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/SSA/BI-02-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/BRW/BV-01-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SERVER/BRW/BV-01-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SERVER/BRW/BV-01-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.001 seconds\n/TP/SERVER/BRW/BV-02-C/UUID-16                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/BRW/BV-02-C/UUID-32                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/BRW/BV-02-C/UUID-128                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/TEXT_STR8/empty                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/TEXT_STR8                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/TEXT_STR16                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/URL_STR8                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/URL_STR16                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/NIL                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT8                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT8                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/BOOL                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT16                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT16                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT32                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT32                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT64                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT64                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/UINT128                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/sdp/DE/ATTR/INT128                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/TP/SERVER/ROB/BI-01-C                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 134, \u001b[0;32mPassed: 134 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0117 seconds\nPASS: test-sdp\n\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/tester/basic\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/tester/setup_io\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/tester/io_send\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/tester/basic                                        \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/tester/setup_io                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/tester/io_send                                      \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 3, \u001b[0;32mPassed: 3 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000113 seconds\nPASS: test-tester\n\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/pagesize\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/delete\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/overwrite\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/textfile/multiple\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/textfile/pagesize                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/textfile/delete                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/textfile/overwrite                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/textfile/multiple                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 4, \u001b[0;32mPassed: 4 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000636 seconds\nPASS: test-textfile\n\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/create\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/destroy\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/feature_answer\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/command/input\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/event/output\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/event/feature\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;33mtest not run\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uhid/device/mx_anywhere_3\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/uhid/command/create                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/command/destroy                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/command/feature_answer                         \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/command/input                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/event/output                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/event/feature                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uhid/device/mx_anywhere_3                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 7, \u001b[0;32mPassed: 7 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000232 seconds\nPASS: test-uhid\n\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/base\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/base/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/base/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen1/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/sixteen2/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo1/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thritytwo2/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/thirtytwo2/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/str\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/onetwentyeight/cmp\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxx\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/xxxxx\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0xxxxx\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0123456\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012g4567\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/012345678\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/0x234567u9\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/01234567890\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34F\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/00001234-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39m/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\n/uuid/base                                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/base/str                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/base/cmp                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen1                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen1/str                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen1/cmp                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen2                                       \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen2/str                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/sixteen2/cmp                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo1                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo1/str                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo1/cmp                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo2                                     \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thritytwo2/str                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/thirtytwo2/cmp                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/onetwentyeight                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/onetwentyeight/str                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/onetwentyeight/cmp                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0                                    \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/01                                   \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/012                                  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/xxxx                                 \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/xxxxx                                \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0xxxxx                               \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0123456                              \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/012g4567                             \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/012345678                            \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/0x234567u9                           \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/01234567890                          \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-8000-00805F9B34F  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-8000 00805F9B34FB \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-8000-00805F9B34FBC \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/malformed/00001234-0000-1000-800G-00805F9B34FB \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/00001234-0000-1000-8000-00805f9b34fb  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/0000FFFF-0000-1000-8000-00805f9b34fb  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/0000FFFF-0000-1000-8000-00805F9B34FB  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\n/uuid/compress/F0000000-0000-1000-8000-00805f9b34fb  \u001b[0;32mPassed    \u001b[0m   0.000 seconds\nTotal: 37, \u001b[0;32mPassed: 37 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.000258 seconds\nPASS: test-uuid\n\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/SER/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CHA/BV-04-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-02-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SGGIT/CP/BI-03-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/SPE/BI-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;30minit\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;34msetup\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;34msetup complete\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;30mrun\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;32mtest passed\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;35mteardown\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;35mteardown complete\u001b[0m\n\u001b[1;39mVOCS/SR/CP/BV-01-C\u001b[0m - \u001b[0;30mdone\u001b[0m\n\n\u001b[1;39m\u001b[0m\n\u001b[1;39mTest Summary\u001b[0m\n\u001b[1;39m------------\u001b[0m\nVOCS/SR/SGGIT/SER/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SGGIT/CHA/BV-01-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CHA/BV-02-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CHA/BV-03-C                            \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SGGIT/CHA/BV-04-C                            \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CP/BI-01-C                             \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/SGGIT/CP/BI-02-C                             \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SGGIT/CP/BI-03-C                             \u001b[0;32mPassed    \u001b[0m   0.003 seconds\nVOCS/SR/SPE/BI-01-C                                  \u001b[0;32mPassed    \u001b[0m   0.002 seconds\nVOCS/SR/CP/BV-01-C                                   \u001b[0;32mPassed    \u001b[0m   0.009 seconds\nTotal: 10, \u001b[0;32mPassed: 10 (100.0%)\u001b[0m, \u001b[0;31mFailed: 0\u001b[0m, \u001b[0;33mNot Run: 0\u001b[0m\nOverall execution time: 0.0319 seconds\nPASS: test-vcp\nAll 30 tests passed\nDURATION: 18\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5275509357452393,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-busybox_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-busybox",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0018851757049560547,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1583423614501953,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.034714698791503906,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 3.4609105587005615,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.001990079879760742,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.busybox.-b_encapsulated": {
    "status": "PASSED"
   },
   "ptestresult.busybox../busybox-suffix": {
    "status": "PASSED"
   },
   "ptestresult.busybox../busybox-suffix_--help": {
    "status": "PASSED"
   },
   "ptestresult.busybox../busybox-suffix_--help_cat": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox../busybox-suffix_--help_unknown": {
    "status": "PASSED"
   },
   "ptestresult.busybox../busybox-suffix_cat": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox../busybox-suffix_unknown": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_\"cmd\"_|_getline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_$NF_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_'delete_a[v--]'_evaluates_v--_once": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_'gcc_build_bug'": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_'v__a_'_is_not_a_function_call,_it_is_a_concatenation": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_0": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_4": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_5": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_6": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_case_7": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-F_handles_escapes": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-e_and_ARGC": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_-f_and_ARGC": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_=_and_?:_precedence": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_FS_assignment": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_FS_regex_which_can_match_empty_string": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_NF_in_BEGIN": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_assign_while_assign": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_backslash+newline_eaten_with_no_trace": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_bitwise_op": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_break": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_continue": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_do_not_allow_\"str\"++": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_does_not_split_on_CR__char_13_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_errors_on_missing_delete_arg": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_exit_N_propagates_through_END's_exit": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_floating_const_with_leading_zeroes": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_func_arg_parsing_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_func_arg_parsing_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_func_arg_parsing_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_func_arg_parsing_4": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\&": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\0": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\\\": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\\\0": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\\\\\": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gensub_backslashes_\\\\\\\\": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gsub_erroneous_word_start_match": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_gsub_falls_back_to_non-extended-regex": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_colon_not_preceded_by_ternary": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_empty___": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_empty_function_f__{}": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_empty_function_f_arg_{}": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_invalid_for_loop": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_non-existing_file_correctly": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_handles_whitespace_before_array_subscript": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_hex_const_1": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.awk_hex_const_2": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.awk_if__length_==_0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_if_operator_!=": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_if_operator_<": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_if_operator_==": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_if_operator_>=": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_if_string_==": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_input_is_never_oct": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_large_integer": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_length_==_0": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_length__": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_length_array_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_long_field_sep": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_negative_field_access": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_nested_loops_with_the_same_variable": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_oct_const": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.awk_print_+_redirect": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_print_length,_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_print_length_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_printf_%%_prints_one_%": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_printf_'%-10c'__can_output_NUL": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.awk_printf_'%c'__can_output_NUL": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_properly_handles_function_from_other_scope": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_properly_handles_undefined_function": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_references_to_empty_fields": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_string_cast__bug_725_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.awk_unused_function_args_are_evaluated": {
    "status": "PASSED"
   },
   "ptestresult.busybox.basename-does-not-remove-identical-extension": {
    "status": "PASSED"
   },
   "ptestresult.busybox.basename-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2-reads-from-standard-input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2-removes-compressed-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_already_exists": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_bz2_issue_11.bz2_corrupted_example": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_bz2_issue_12.bz2_corrupted_example": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_delete_src": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_doesnt_exist": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_pbzip_4m_zeros_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_stream_unpack": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_test_bz2_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bunzip2:_unknown_suffix": {
    "status": "PASSED"
   },
   "ptestresult.busybox.busybox": {
    "status": "PASSED"
   },
   "ptestresult.busybox.busybox_--help": {
    "status": "PASSED"
   },
   "ptestresult.busybox.busybox_--help_busybox": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.busybox_--help_cat": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.busybox_--help_unknown": {
    "status": "PASSED"
   },
   "ptestresult.busybox.busybox_as_unknown_name": {
    "status": "PASSED"
   },
   "ptestresult.busybox.busybox_cat": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.busybox_unknown": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bzcat-does-not-remove-compressed-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bzcat_can_handle_compressed_zero-length_bzip2_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.bzcat_can_print_many_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cat-prints-a-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cat-prints-a-file-and-standard-input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cat_-b": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cat_-e": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cat_-n": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cat_-v": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cmp-detects-difference": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-RHL-does_not_preserve-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-a-files-to-dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-a-preserves-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-copies-empty-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-copies-large-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-copies-small-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-d-files-to-dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-dev-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-dir-create-dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-dir-existing-dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-does-not-copy-unreadable-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-files-to-dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-follows-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-parents": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-preserves-hard-links": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cp-preserves-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp-preserves-source-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-H": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-L": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-P": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-R": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-RHL": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-RL": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-RP": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-Rd": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cp_-d": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cpio_-R_with_create": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cpio_-R_with_extract": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cpio_-p_with_absolute_paths": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cpio_extract_file_outside_of_destination": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cpio_extracts_in_existing_directory": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cpio_extracts_zero-sized_hardlinks": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cpio_extracts_zero-sized_hardlinks_2": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cpio_restores_suid/sgid_bits": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cpio_uses_by_default_uid/gid": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.cut-cuts-a-character": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut-cuts-a-closed-range": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut-cuts-a-field": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut-cuts-an-open-range": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut-cuts-an-unclosed-range": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_'-'__stdin__and_multi_file_handling": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-DF": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-b_a,a,a": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-b_overlaps": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-c_-b": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-c_a": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-c_a,b-c,d": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-c_a-": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-c_a-b": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_-f_a-": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_empty_field": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_empty_field_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_high-low_error": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_show_whole_line_with_no_delim": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-b__a,b,c_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-c__a,b,c_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-d_-f_:__-s": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-d_-f____-s": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-d_-f_a__-s": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-d_-f_a__-s_-n": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_-d_-s_omits_blank_lines": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_echo,_-c__a-b_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.cut_with_echo,_-c__a_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.date-@-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.date-R-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.date-format-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.date-timezone": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.date-u-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.date-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.date-works-1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc:_p_should_parse/print_single_backslashes": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc:_p_should_print_invalid_escapes": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc:_p_should_print_single_backslash_strings": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc:_p_should_print_trailing_backslashes": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc:_x_should_execute_strings": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc:_x_should_not_execute_or_pop_non-strings": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc:_x_should_work_with_strings_created_from_a": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_'>a'__conditional_execute_string__1": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_'>a'__conditional_execute_string__2": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_'>aeb'__conditional_execute_string_with_else_": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_-x_dcx_vars.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_Z__length__for_numbers": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_basic_syntax__argv,_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_basic_syntax__argv,_single_arg_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_basic_syntax__stdin,_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_complex_with_spaces__multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_complex_with_spaces__single_arg_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_complex_without_spaces__multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_complex_without_spaces__single_arg_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dc_dc_add.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_boolean.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_decimal.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_divide.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_divmod.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_misc.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_modexp.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_modulus.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_multiply.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_power.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_sqrt.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_strings.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_dc_subtract.dc": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_newline_can_be_a_register": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_read": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_read_string": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dc_space_can_be_a_register": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dd-accepts-if": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dd-accepts-of": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dd-copies-from-standard-input-to-standard-output": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dd-count-bytes": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.dd-prints-count-to-standard-error": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dd-reports-write-errors": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-B_does_not_ignore_changes_whose_lines_are_not_all_blank": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-B_does_not_ignore_non-blank_single_line_change": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-B_ignores_blank_single_line_change": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-B_ignores_changes_whose_lines_are_all_blank": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-b_treats_EOF_as_whitespace": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-b_treats_all_spaces_as_equal": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_-rN_does_not_read_non-regular_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_always_takes_context_from_old_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_diff1_diff2/": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_diff1_diff2/subdir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_dir_dir2/file/-": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_dir_and_fifo": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_empty_file_against_nonempty_one": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_empty_file_against_stdin": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_file_and_fifo": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_stdin": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_stdin,_no_newline_in_the_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.diff_of_stdin,_twice": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-handles-absolute-path": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-handles-empty-path": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-handles-multiple-slashes": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-handles-relative-path": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-handles-root": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-handles-single-component": {
    "status": "PASSED"
   },
   "ptestresult.busybox.dirname-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.du-h-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.du-k-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.du-l-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.du-m-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.du-s-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.du-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.echo-does-not-print-newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.echo-prints-argument": {
    "status": "PASSED"
   },
   "ptestresult.busybox.echo-prints-arguments": {
    "status": "PASSED"
   },
   "ptestresult.busybox.echo-prints-dash": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.echo-prints-newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.echo-prints-non-opts": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.echo-prints-slash-zero": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.echo-prints-slash_00041": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.echo-prints-slash_0041": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.echo-prints-slash_041": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.echo-prints-slash_41": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.egrep_is_not_case_insensitive": {
    "status": "PASSED"
   },
   "ptestresult.busybox.expr-big": {
    "status": "PASSED"
   },
   "ptestresult.busybox.expr-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.false-is-silent": {
    "status": "PASSED"
   },
   "ptestresult.busybox.false-returns-failure": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find-supports-minus-xdev": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_-exec_exitcode_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_-exec_exitcode_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_-exec_exitcode_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_-exec_exitcode_4": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_-ok": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_-type_f": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_.///_-name_.": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_.///_-name_.///": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_//_-maxdepth_0_-name_/": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_//_-maxdepth_0_-name_//": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_/_-maxdepth_0_-name_/": {
    "status": "PASSED"
   },
   "ptestresult.busybox.find_/_-maxdepth_0_-name_//": {
    "status": "PASSED"
   },
   "ptestresult.busybox.glibc_build_sort": {
    "status": "PASSED"
   },
   "ptestresult.busybox.glibc_build_sort_unique": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-E_-o_prints_all_matches": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-E_supports_extended_regexps": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-F_-w_w_doesn't_match_ww": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-F_handles_-i": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-F_handles_multiple_expessions": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-Fw_doesn't_stop_on_1st_mismatch": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-Fw_matches_only_words": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-L_exitcode_0": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-L_exitcode_0_#2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-L_exitcode_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-__specify_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-_infile__specify_stdin_and_file_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-_nofile__specify_stdin_and_nonexisting_file_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-e_PATTERN_can_be_a_newline-delimited_list": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-f_EMPTY_FILE": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-o_does_not_loop_forever": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-o_does_not_loop_forever_on_zero-length_match": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-q_-_nofile__specify_stdin_and_nonexisting_file,_match_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-q_-_nofile__specify_stdin_and_nonexisting_file,_no_match_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-r_on_dir/symlink_to_dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-r_on_symlink_to_dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-s_nofile_-__stdin_and_nonexisting_file,_match_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-s_nofile__nonexisting_file,_no_match_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-v_-f_EMPTY_FILE": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-vxf_EMPTY_FILE": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-w_^_doesn't_hang": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-w_^str_doesn't_match_str_not_at_the_beginning": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-w_doesn't_stop_on_1st_mismatch": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-w_word_doesn't_match_wordword": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-w_word_match_second_word": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x_-F__full_match_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x_-F__partial_match_1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x_-F__partial_match_2_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x_-v_-e_EXP1_-e_EXP2_finds_nothing_if_either_EXP_matches": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x__full_match_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x__partial_match_1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_-x__partial_match_2_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_PATTERN_can_be_a_newline-delimited_list": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep__default_to_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep__exit_success_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep__exit_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep__no_newline_at_EOL_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_can_read_regexps_from_stdin": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_handles_NUL_in_files": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.grep_handles_NUL_on_stdin": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.grep_handles_multiple_regexps": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_input__specify_file_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_is_also_egrep": {
    "status": "PASSED"
   },
   "ptestresult.busybox.grep_matches_NUL": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.grep_two_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gunzip-reads-from-standard-input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gunzip:_already_exists": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gunzip:_delete_src": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gunzip:_doesnt_exist": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gunzip:_stream_unpack": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gunzip:_unknown_suffix": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gzip-accepts-multiple-files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gzip-accepts-single-minus": {
    "status": "PASSED"
   },
   "ptestresult.busybox.gzip-compression-levels": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.gzip-removes-original-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.head_-n_<negative_number>": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.head_-n_<positive_number>": {
    "status": "PASSED"
   },
   "ptestresult.busybox.head__without_args_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hexdump_-C_with_four_NULs": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hexdump_-e_%3_u": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hexdump_-e_/1_%d": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hexdump_-e_/2_%d": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hexdump_does_not_think_last_padded_block_matches_any_full_block": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hexdump_thinks_last_full_block_can_match": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hostname-d-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hostname-i-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hostname-s-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.hostname-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.id-g-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.id-u-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.id-un-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.id-ur-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ln-creates-hard-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ln-creates-soft-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ln-force-creates-hard-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ln-force-creates-soft-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ln-preserves-hard-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ln-preserves-soft-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ls-1-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ls-h-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ls-l-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ls-s-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ls_symlink_to_dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.ls_unicode_test_with_codepoints_limited_to_767": {
    "status": "PASSED"
   },
   "ptestresult.busybox.md5sum": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.md5sum-verifies-non-binary-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mkdir-makes-a-directory": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mkdir-makes-parent-directories": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mount": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.mv-files-to-dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-files-to-dir-2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-follows-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-empty-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-hardlinks": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-large-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-small-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-symlinks": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-moves-unreadable-files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-preserves-hard-links": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.mv-preserves-links": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-refuses-mv-dir-to-subdir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.mv-removes-source-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-B": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-D__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-F__!DESKTOP_little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-H__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-I__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-L__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-O__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-X__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-a__!DESKTOP_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-a__DESKTOP_": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.od_-b": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.od_-b_--traditional": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.od_-b_--traditional_FILE": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.od_-c": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-d__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-e__!DESKTOP_little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-f": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.od_-f__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-h__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-i__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-l__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-o__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od_-x__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.od__little-endian_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_-N_ignores_already_applied_hunk": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_-R_with_nonexistent_old_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_FILE_PATCH": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_at_the_beginning": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_creates_new_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_detects_already_applied_hunk": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_detects_already_applied_hunk_at_the_EOF": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_internal_buffering_bug?": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_understands_...dir///dir...": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_with_nonexistent_old_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.patch_with_old_file_==_new_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.pidof_-o_%PPID_NOP": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.pidof_-o_init": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.pidof_-s": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.pidof__exit_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.pidof__exit_with_success_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.pidof_this": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_aborts_on_%r": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_aborts_on_bare_%": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_handles_%d_bad_input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_handles_multiple_flags": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_handles_positive_numbers_for_%d": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_handles_positive_numbers_for_%f": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_handles_positive_numbers_for_%i": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_handles_positive_numbers_for_%x": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_produces_no_further_output_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_produces_no_further_output_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_repeatedly_uses_pattern_for_each_argv": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_treats_leading_0_as_flag": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%%": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%*.*f": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%*.*f_with_negative_width/precision": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%*f_with_negative_width": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%.*f_with_negative_precision": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%23.12f": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%Ld": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%b_escaped_string": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%d_'\"x'_\"'y\"_\"'zTAIL\"": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%ld": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%s_'\"x'_\"'y\"_\"'zTAIL\"": {
    "status": "PASSED"
   },
   "ptestresult.busybox.printf_understands_%zd": {
    "status": "PASSED"
   },
   "ptestresult.busybox.pwd-prints-working-directory": {
    "status": "PASSED"
   },
   "ptestresult.busybox.readlink_-f_on_a_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.readlink_-f_on_a_link": {
    "status": "PASSED"
   },
   "ptestresult.busybox.readlink_-f_on_a_weird_dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.readlink_-f_on_an_invalid_link": {
    "status": "PASSED"
   },
   "ptestresult.busybox.readlink_on_a_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.readlink_on_a_link": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_link_to_non-existent_file_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_link_to_non-existent_file_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_link_to_non-existent_file_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_link_to_non-existent_file_4": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_non-existent_absolute_path_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_non-existent_absolute_path_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_non-existent_absolute_path_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_non-existent_absolute_path_4": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_non-existent_local_file_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.realpath_on_non-existent_local_file_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.rev_file_with_NUL_character": {
    "status": "PASSED"
   },
   "ptestresult.busybox.rev_file_with_long_line": {
    "status": "PASSED"
   },
   "ptestresult.busybox.rev_file_with_missing_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.rev_works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.rm-removes-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.rmdir-removes-parent-directories": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_'s///w_FILE'": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_-i_finishes_ranges_correctly": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_-i_with_address_modifies_all_files,_not_only_first": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_-i_with_no_arg_[GNUFAIL]": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_-n": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_-n_s//p": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/$_in_regex/_should_not_match_newlines,_only_end-of-line": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/regex/,+0<cmd>_-i_works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/regex/,+0{...}_-i_works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/regex/,+N{...}_-i_works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/regex/,+N{...}_addresses_work": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/regex/,+N{...}_addresses_work_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_/regex/,N{...}_addresses_work": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_2d;2,1p__gnu_compat_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_G__append_hold_space_to_pattern_space_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_N__flushes_pattern_space__GNU_behavior__": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_N__stops_at_end_of_input__and_P__prints_to_first_newline_only_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_N_test2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_N_test3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_T__!test/branch_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_^_OR_not^": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_a_cmd_ended_by_double_backslash": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_a_cmd_understands_\\n,\\t,\\r": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_accepts_blanks_before_command": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_accepts_multiple_-e": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_accepts_newlines_in_-e": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_address_match_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_append_autoinserts_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_append_autoinserts_newline_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_append_autoinserts_newline_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_autoinsert_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_b__branch_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_b__branch_with_no_label_jumps_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_backref_from_empty_s_uses_range_regex": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_backref_from_empty_s_uses_range_regex_with_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_beginning__^__matches_only_once": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_c": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_cat_plus_empty_file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_clusternewline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_d_does_not_break_n,m_matching": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_d_does_not_break_n,regex_matching": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_d_does_not_break_n,regex_matching_#2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_d_ends_script_iteration": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_d_ends_script_iteration__2_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_embedded_NUL_g": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_empty_file_plus_cat": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_escaped_newline_in_command": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_explicit_stdin": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_handles_empty_lines": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_i_cmd_understands_\\n,\\t,\\r": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_insert_doesn't_autoinsert_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_leave_off_trailing_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_lie-to-autoconf": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_match_EOF": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_match_EOF_inline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_match_EOF_two_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_n__flushes_pattern_space,_terminates_early_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_n_command_must_reset_'substituted'_bit": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_nested_{}s": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_no_files__stdin_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_noprint,_no_match,_no_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_normal_newlines": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_print_autoinsert_newlines": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_print_autoinsert_newlines_two_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s///NUM_test": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s//g__exhaustive_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s//p": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s/xxx/[/": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s_[delimiter]": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s_arbitrary_delimiter": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s_chains": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s_chains2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_s_with_\\t__GNU_ext_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_selective_matches_insert_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_selective_matches_noinsert_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_selective_matches_with_one_nl": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_special_char_as_s///_delimiter,_in_pattern": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_special_char_as_s///_delimiter,_in_replacement_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_special_char_as_s///_delimiter,_in_replacement_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_stdin_twice": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_subst+write": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_t__test/branch_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_t__test/branch_clears_test_bit_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_trailing_NUL": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_understands_\\r": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_understands_duplicate_file_name": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_uses_previous_regexp": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_with_N_skipping_lines_past_ranges_on_next_cmds": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_with_empty_match": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_zero_chars_match/replace_advances_correctly_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_zero_chars_match/replace_advances_correctly_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_zero_chars_match/replace_logic_must_not_falsely_trigger_here_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sed_zero_chars_match/replace_logic_must_not_falsely_trigger_here_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_-s_:_with_negative_start": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq__exit_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_-.9": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_.3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_.30": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_.30_to_4.000": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_.3_with_padding_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_.3_with_padding_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_by_zero": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_down_by_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_down_by_3_with_padding": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_up_by_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_wrong_way_#1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_count_wrong_way_#2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_from_-.0_count_down_by_.25": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_from_-4_count_down_by_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_one_argument": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_one_argument_with_padding": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_two_arguments": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_two_arguments_equal": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_two_arguments_equal,_arbitrary_negative_step": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_two_arguments_equal,_arbitrary_positive_step": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_two_arguments_reversed": {
    "status": "PASSED"
   },
   "ptestresult.busybox.seq_two_arguments_with_padding": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sha1sum": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.sha1sum:_one-space_separated_input_for_-c": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sha256sum": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.sort": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_#2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_-h": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_-k2,2M": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_-s_-u": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_-sr__stable_and_reverse__does_NOT_reverse_'stable'_ordering": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_-u_should_consider_field_only_when_discarding": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_-z_outputs_NUL_terminated_lines": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_file_in_place": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_key_doesn't_strip_leading_blanks,_disables_fallback_global_sort": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_key_range_with_multiple_options": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_key_range_with_numeric_option": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_key_range_with_numeric_option_and_global_reverse": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_key_range_with_two_-k_options": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_numeric": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_one_key": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_reverse": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_stdin": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_with_ENDCHAR": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_with_non-default_leading_delim_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_with_non-default_leading_delim_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_with_non-default_leading_delim_3": {
    "status": "PASSED"
   },
   "ptestresult.busybox.sort_with_non-default_leading_delim_4": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_-a_without_-x": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_-x_with_--chdir_on_existing_and_check_dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_-x_with_-d_on_existing_and_check_dir": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_-x_with_-d_on_existing_directory": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_-x_with_-d_on_non-existing_directory": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_-x_without_-a": {
    "status": "PASSED"
   },
   "ptestresult.busybox.start-stop-daemon_with_both_-x_and_-a__need_non-busybox_false_": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.start-stop-daemon_without_-x_and_-a": {
    "status": "PASSED"
   },
   "ptestresult.busybox.strings-works-like-GNU": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tail-n-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tail-works": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tail:_+N_with_N_>_file_length": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tail:_-c_+N_with_largish_N": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-archives-multiple-files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-complains-about-missing-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-demands-at-least-one-ctx": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-demands-at-most-one-ctx": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-extracts-all-subdirs": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-extracts-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-extracts-from-standard-input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-extracts-multiple-files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-extracts-to-standard-output": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-handles-cz-options": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-handles-empty-include-and-non-empty-exclude-list": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-handles-exclude-and-extract-lists": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-handles-multiple-X-options": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar-handles-nested-exclude": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_--overwrite": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_-k_does_not_extract_into_symlinks": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tar_Empty_file_is_not_a_tarball": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_Empty_file_is_not_a_tarball.tar.gz": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_Pax-encoded_UTF8_names_and_symlinks": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_Symlink_attack:_create_symlink_and_then_write_through_it": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tar_Symlinks_and_hardlinks_coexist": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_Twenty_zeroed_blocks_is_an_empty_tarball": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_Two_zeroed_blocks_is_a__'truncated'__empty_tarball": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_does_not_extract_into_symlinks": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tar_extract_tgz": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_extract_txz": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tar_hardlinks_and_repeated_files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_hardlinks_mode": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_strips_/../_on_extract": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_symlinks_mode": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tar_with_link_with_size": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tar_with_prefix_fields": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.tee-appends-input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tee-tees-input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test:_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_!:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_!_-f:_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_!_a_=_b_-a_!_c_=_c:_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_!_a_=_b_-a_!_c_=_d:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_'!'_'!'_=_'!':_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_'!'_'_'_=_'_':_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_'!'_=_'!':_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_'':_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_'_'_=_'_':_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_--help:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_-f:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_-f_=_a_-o_b:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_-lt_=_-gt:_should_be_false__1_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_a:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_a_-a_!:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.test_a_=_a:_should_be_true__0_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.time_-f_backslash_tab_and_newline": {
    "status": "PASSED"
   },
   "ptestresult.busybox.time_-f_percent_percent": {
    "status": "PASSED"
   },
   "ptestresult.busybox.time_-f_trailing_backslash": {
    "status": "PASSED"
   },
   "ptestresult.busybox.time_-f_trailing_percent": {
    "status": "PASSED"
   },
   "ptestresult.busybox.time_-f_undefined_backslash": {
    "status": "PASSED"
   },
   "ptestresult.busybox.time_-f_undefined_percent": {
    "status": "PASSED"
   },
   "ptestresult.busybox.touch-creates-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.touch-does-not-create-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.touch-touches-files-after-non-existent-file": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr-d-alnum-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr-d-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr-non-gnu": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr-rejects-wrong-class": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr_does_not_stop_after_[:digit:]": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr_does_not_treat_[]_in_[a-z]_as_special": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr_has_correct_xdigit_sequence": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr_understands_0-9A-F": {
    "status": "PASSED"
   },
   "ptestresult.busybox.tr_understands_[:xdigit:]": {
    "status": "PASSED"
   },
   "ptestresult.busybox.true-is-silent": {
    "status": "PASSED"
   },
   "ptestresult.busybox.true-returns-success": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-__specify_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-c__occurrence_count_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-d__dups_only_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-f_-s__skip_fields_and_chars_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-s_-w__skip_fields_and_compare_max_chars_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-u_and_-d_produce_no_output": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_-w__compare_max_characters_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq__default_to_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq__exit_success_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq__exit_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq__stdin__outfile": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_input_-__specify_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_input__specify_file_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uniq_input_outfile__two_files_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.unzip__archive_with_corrupted_lzma_1_": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.unzip__archive_with_corrupted_lzma_2_": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.unzip__bad_archive_": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.unzip__subdir_only_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.uptime-works": {
    "status": "PASSED"
   },
   "ptestresult.busybox.wc-counts-all": {
    "status": "PASSED"
   },
   "ptestresult.busybox.wc-counts-characters": {
    "status": "PASSED"
   },
   "ptestresult.busybox.wc-counts-lines": {
    "status": "PASSED"
   },
   "ptestresult.busybox.wc-counts-words": {
    "status": "PASSED"
   },
   "ptestresult.busybox.wc-prints-longest-line-length": {
    "status": "PASSED"
   },
   "ptestresult.busybox.which-uses-default-path": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs-works": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.xargs_-E_''": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs_-E___stops_on_underscore": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs_-I_skips_empty_lines_and_leading_whitespace": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.xargs_-e_without_param": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs_-n1": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.xargs_-n2": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.xargs_-s7_can_take_one-char_input": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs_-sNUM_test_1": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs_-sNUM_test_2": {
    "status": "PASSED"
   },
   "ptestresult.busybox.xargs_argument_line_too_long": {
    "status": "SKIPPED"
   },
   "ptestresult.busybox.xargs_does_not_stop_on_underscore__'new'_GNU_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.busybox.zcat:_dont_delete_Z_src": {
    "status": "PASSED"
   },
   "ptestresult.busybox.zcat:_dont_delete_bz2_src": {
    "status": "PASSED"
   },
   "ptestresult.busybox.zcat:_dont_delete_gz_src": {
    "status": "PASSED"
   },
   "ptestresult.busybox.zcat_can_handle_compressed_zero-length__.Z__files": {
    "status": "PASSED"
   },
   "ptestresult.busybox.zcat_can_print_many_files": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/busybox/ptest\n======================\necho -ne '' >input\necho -ne '' | ./unknown 2>&1\nPASS: busybox as unknown name\nSKIP: busybox --help busybox\n======================\necho -ne '' >input\necho -ne '' | busybox 2>&1 | cat\nPASS: busybox\n======================\necho -ne '' >input\necho -ne '' | busybox unknown 2>&1\nPASS: busybox unknown\n======================\necho -ne '' >input\necho -ne '' | busybox --help 2>&1\nPASS: busybox --help\nSKIP: busybox cat\nSKIP: busybox --help cat\n======================\necho -ne '' >input\necho -ne '' | busybox --help unknown 2>&1\nPASS: busybox --help unknown\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix 2>&1 | cat\nPASS: ./busybox-suffix\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix unknown 2>&1\nPASS: ./busybox-suffix unknown\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix --help 2>&1\nPASS: ./busybox-suffix --help\nSKIP: ./busybox-suffix cat\nSKIP: ./busybox-suffix --help cat\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix --help unknown 2>&1\nPASS: ./busybox-suffix --help unknown\n======================\necho -ne '' >input\necho -ne '' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 0\n======================\necho -ne '' >input\necho -ne '\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 1\n======================\necho -ne '' >input\necho -ne '#\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 2\n======================\necho -ne '' >input\necho -ne '#abc#\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 3\n======================\necho -ne '' >input\necho -ne '#abc#zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 4\n======================\necho -ne '' >input\necho -ne '#abc##zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 5\n======================\necho -ne '' >input\necho -ne 'z#abc##zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 6\n======================\necho -ne '' >input\necho -ne 'z##abc##zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 7\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(23==23) print \"foo\"}'\nPASS: awk if operator == \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(23!=23) print \"bar\"}'\nPASS: awk if operator != \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(23>=23) print \"foo\"}'\nPASS: awk if operator >= \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(2 < 13) print \"foo\"}'\nPASS: awk if operator < \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(\"a\"==\"ab\") print \"bar\"}'\nPASS: awk if string == \n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ print or(4294967295,1) }'\nPASS: awk bitwise op\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction empty_fun(count) {\n  # empty\n}\nEND {\n  i=1\n  print \"L\" i \"\\n\"\n  empty_fun(i + i + ++i)\n  print \"L\" i \"\\n\"\n}'\nPASS: awk handles empty function f(arg){}\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction empty_fun(){}\nEND {empty_fun()\n  print \"Ok\"\n}'\nPASS: awk handles empty function f(){}\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction outer_fun() {\n  return 1\n}\nEND {\n  i=1\n  print \"L\" i \"\\n\"\n  i += outer_fun()\n  print \"L\" i \"\\n\"\n}'\nPASS: awk properly handles function from other scope\n======================\necho -ne '' >input\necho -ne '' | awk '\nEND {\n  i=1\n  print \"L\" i \"\\n\"\n  i + trigger_error_fun()\n  print \"L\" i \"\\n\"\n}' 2>&1\nPASS: awk properly handles undefined function\n======================\necho -ne '' >input\necho -ne '' | awk '\nBEGIN {\n  v=1\n  a=2\n  print v (a)\n}' 2>&1\nPASS: awk 'v (a)' is not a function call, it is a concatenation\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(){print\"F\"};func g(){print\"G\"};BEGIN{f(g(),g())}' 2>&1\nPASS: awk unused function args are evaluated\nSKIP: awk hex const 1\nSKIP: awk hex const 2\nSKIP: awk oct const\n======================\necho -ne '' >input\necho -ne '011\\n' | awk '{ print $1, $1+1 }'\nPASS: awk input is never oct\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ printf \"%f %f\\n\", \"000.123\", \"009.123\" }'\nPASS: awk floating const with leading zeroes\n======================\necho -ne '' >input\necho -ne 'a--\\na--b--\\na--b--c--\\na--b--c--d--' | awk -F-- '{ print NF, length($NF), $NF }'\nPASS: awk long field sep\n======================\necho -ne '' >input\necho -ne 'a!b\\n' | awk -F'\\x21' '{print $1}'\nPASS: awk -F handles escapes\n======================\necho -ne '' >input\necho -ne 'Hi\\n' | awk 'gsub(\"@(samp|code|file)\\{\",\"\");'; echo $?\nPASS: awk gsub falls back to non-extended-regex\n======================\necho -ne '' >input\necho -ne '' | awk -f awk_t1_opt-functions.awk -f awk_t1_opth-gen.awk <awk_t1_input | md5sum\nPASS: awk 'gcc build bug'\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { print \":\" NF \":\" $0 \":\" $1 \":\" $2 \":\" }'\nPASS: awk NF in BEGIN\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction b(tmp) {\n\ttmp = 0;\n\tprint \"\" tmp; #this line causes the bug\n\treturn tmp;\n}\nfunction c(tmpc) {\n\ttmpc = b(); return tmpc;\n}\nBEGIN {\n\tprint (c() ? \"string\" : \"number\");\n}'\nPASS: awk string cast (bug 725)\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { arr [3] = 1; print arr [3] }'\nPASS: awk handles whitespace before array subscript\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { getline line <\"doesnt_exist\"; print ERRNO; ERRNO=0; close(\"doesnt_exist\"); print ERRNO; print \"Ok\" }'\nPASS: awk handles non-existing file correctly\n======================\necho -ne '' >input\necho -ne '' | awk '\nBEGIN {\n  u[\"a\"]=1\n  u[\"b\"]=1\n  u[\"c\"]=1\n  v[\"d\"]=1\n  v[\"e\"]=1\n  v[\"f\"]=1\n  for (l in u) {\n    print \"outer1\", l;\n    for (l in v) {\n      print \" inner\", l;\n    }\n    print \"outer2\", l;\n  }\n  print \"end\", l;\n  l=\"a\"\n  exit;\n}'\nPASS: awk nested loops with the same variable\n======================\necho -ne '' >input\necho -ne '' | awk '\nBEGIN{\ncnt = 0\na[cnt] = \"zeroth\"\na[++cnt] = \"first\"\ndelete a[cnt--]\nprint cnt\nprint \"[0]:\" a[0]\nprint \"[1]:\" a[1]\n}'\nPASS: awk 'delete a[v--]' evaluates v-- once\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(,) { }' 2>&1\nPASS: awk func arg parsing 1\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(a,,b) { }' 2>&1\nPASS: awk func arg parsing 2\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(a,) { }' 2>&1\nPASS: awk func arg parsing 3\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(a b) { }' 2>&1\nPASS: awk func arg parsing 4\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN {print()}' 2>&1\nPASS: awk handles empty ()\n======================\necho -ne '' >input\necho -ne 'a:b c:d\\ne:f g:h' | awk '{FS=\":\"; print $1}'\nPASS: awk FS assignment\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{n=(2^31)-1; print n, int(n), n%1, ++n, int(n), n%1}'\nPASS: awk large integer\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{ A[1]=2; A[\"qwe\"]=\"asd\"; print length(A)}'\nPASS: awk length(array)\n======================\necho -ne '' >input\necho -ne 'qwe' | awk '{print length; print length(); print length(\"qwe\"); print length(99+9)}'\nPASS: awk length()\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ print length, 1 }'\nPASS: awk print length, 1\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ print length 1 }'\nPASS: awk print length 1\n======================\necho -ne '' >input\necho -ne '\\n' | awk 'length == 0 { print \"foo\" }'\nPASS: awk length == 0\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ if (length == 0) { print \"bar\" } }'\nPASS: awk if (length == 0)\n======================\necho -ne 'do re mi\\n' >input\necho -ne '{print $2; print ARGC;}' | awk -f - input\nPASS: awk -f and ARGC\n======================\necho -ne 'do re mi\\n' >input\necho -ne '' | awk -e '{print $2; print ARGC;}' input\nPASS: awk -e and ARGC\n======================\necho -ne '' >input\necho -ne 'BEGIN { if (1) break; else a = 1 }' | awk -f - 2>&1; echo $?\nPASS: awk break\n======================\necho -ne '' >input\necho -ne 'BEGIN { if (1) continue; else a = 1 }' | awk -f - 2>&1; echo $?\nPASS: awk continue\n======================\necho -ne '' >input\necho -ne '' | awk -e '{ for() }' 2>&1\nPASS: awk handles invalid for loop\n======================\necho -ne '' >input\necho -ne '' | awk -e foo:bar: 2>&1\nPASS: awk handles colon not preceded by ternary\n======================\necho -ne '' >input\necho -ne '' | awk -e '{delete}' 2>&1\nPASS: awk errors on missing delete arg\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{printf(\"hello%c null\\n\", 0)}'\nPASS: awk printf('%c') can output NUL\nSKIP: awk printf('%-10c') can output NUL\n======================\necho -ne '' >input\necho -ne 'anything' | awk 2>&1 -- '{ $(-1) }'\nPASS: awk negative field access\n======================\necho -ne '' >input\necho -ne 'anything' | awk -v i=1 \"BEGIN {print \\\"str\\\" ++i}\"\nPASS: awk do not allow \"str\"++\n======================\necho -ne '' >input\necho -ne 'foo--bar' | awk -F '-*' '{print $1 \"-\" $2 \"=\" $3 \"*\" $4}'\nPASS: awk FS regex which can match empty string\n======================\necho -ne '' >input\necho -ne 'a=====123=' | awk -F '=+' '{print $NF}'\nPASS: awk $NF is empty\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { exit 42 } END { exit }'; echo $?\nPASS: awk exit N propagates through END's exit\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { print \"STDERR %s\" >\"/dev/stderr\" }' 2>&1\nPASS: awk print + redirect\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { \"echo HELLO\" | getline; print }'\nPASS: awk \"cmd\" | getline\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { printf \"%%\\n\" }'\nPASS: awk printf %% prints one %\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { printf \"Hello\\\n world\\n\" }'\nPASS: awk backslash+newline eaten with no trace\n======================\necho -ne '' >input\necho -ne '\u2500 process timing \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500 overall results \u2500\u2500\u2500\u2500\u2510\n\u2502        run time : 0 days, 0 hrs, 0 min, 56 sec      \u2502  cycles done : 0     \u2502\n\u2502   last new find : 0 days, 0 hrs, 0 min, 1 sec       \u2502 corpus count : 208   \u2502\n\u2502last saved crash : none seen yet                     \u2502saved crashes : 0     \u2502\n\u2502 last saved hang : none seen yet                     \u2502  saved hangs : 0     \u2502\n\u251c\u2500 cycle progress \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500 map coverage\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\n\u2502  now processing : 184.1 (88.5%)      \u2502    map density : 0.30% / 0.52%      \u2502\n\u2502  runs timed out : 0 (0.00%)          \u2502 count coverage : 2.18 bits/tuple    \u2502\n\u251c\u2500 stage progress \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u253c\u2500 findings in depth \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\n\u2502  now trying : havoc                  \u2502 favored items : 43 (20.67%)         \u2502\n\u2502 stage execs : 11.2k/131k (8.51%)     \u2502  new edges on : 52 (25.00%)         \u2502\n\u2502 total execs : 179k                   \u2502 total crashes : 0 (0 saved)         \u2502\n\u2502  exec speed : 3143/sec               \u2502  total tmouts : 0 (0 saved)         \u2502\n\u251c\u2500 fuzzing strategy yields \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500 item geometry \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\n\u2502   bit flips : 11/648, 4/638, 5/618                 \u2502    levels : 4         \u2502\n\u2502  byte flips : 0/81, 0/71, 0/52                     \u2502   pending : 199       \u2502\n\u2502 arithmetics : 11/4494, 0/1153, 0/0                 \u2502  pend fav : 35        \u2502\n\u2502  known ints : 1/448, 0/1986, 0/2288                \u2502 own finds : 207       \u2502\n\u2502  dictionary : 0/0, 0/0, 0/0, 0/0                   \u2502  imported : 0         \u2502\n\u2502havoc/splice : 142/146k, 23/7616                    \u2502 stability : 100.00%   \u2502\n\u2502py/custom/rq : unused, unused, unused, unused       \u251c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n\u2502    trim/eff : 57.02%/26, 0.00%                     \u2502          [cpu000:100%]\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518^C' | awk '$5=$$5=$0'; echo $?\nPASS: awk assign while assign\n======================\necho -ne '' >input\necho -ne 'word1 word2 word3\\r' | awk '{ $1=$0; print }'\nPASS: awk does not split on CR (char 13)\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { a=0?\"bug\":\"ok\"; print a}'\nPASS: awk = and ?: precedence\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\\\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\\\\\\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\\\\\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\&\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\&\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\0\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\0\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\0\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\0\n======================\necho -ne '' >input\necho -ne 'a\\nb\\n' | awk '$2 != 0'\nPASS: awk references to empty fields\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { a=\"abc\"; gsub(/\\<b*/,\"\",a); print a }'\nPASS: awk gsub erroneous word start match\nPASS: basename-does-not-remove-identical-extension\nPASS: basename-works\nPASS: bunzip2-reads-from-standard-input\nPASS: bunzip2-removes-compressed-file\nPASS: bunzip2: doesnt exist\nPASS: bunzip2: unknown suffix\nPASS: bunzip2: already exists\nPASS: bunzip2: stream unpack\nPASS: bunzip2: delete src\nPASS: bunzip2: test_bz2 file\nPASS: bunzip2: pbzip_4m_zeros file\nPASS: bunzip2: bz2_issue_11.bz2 corrupted example\nPASS: bunzip2: bz2_issue_12.bz2 corrupted example\nPASS: bzcat-does-not-remove-compressed-file\nPASS: zcat: dont delete gz src\nPASS: zcat: dont delete bz2 src\nPASS: zcat: dont delete Z src\n======================\necho -ne '\\x42\\x5a\\x68\\x39\\x31\\x41\\x59\\x26\\x53\\x59\\x63\\x3e\\xd6\\xe2\\x00\\x00\\x00\\xc1\\x00\\x00\\x10\\x20\\x00\\x20\\x00\\x21\\x00\\x82\\xb1\\x77\\x24\\x53\\x85\\x09\\x06\\x33\\xed\\x6e\\x20' >input\necho -ne '' | bzcat input input; echo $?\nPASS: bzcat can print many files\n======================\necho -ne '\\x42\\x5a\\x68\\x39\\x17\\x72\\x45\\x38\\x50\\x90\\x00\\x00\\x00\\x00' >input\necho -ne '' | bzcat input input; echo $?\nPASS: bzcat can handle compressed zero-length bzip2 files\n======================\necho -ne '\\x1f\\x9d\\x90\\x61\\x14\\x00' >input\necho -ne '' | zcat input input; echo $?\nPASS: zcat can print many files\n======================\necho -ne '\\x1f\\x9d\\x90\\x00' >input\necho -ne '' | zcat input input; echo $?\nPASS: zcat can handle compressed zero-length (.Z) files\nPASS: cat-prints-a-file\nPASS: cat-prints-a-file-and-standard-input\nSKIP: cat -e\nSKIP: cat -v\n======================\necho -ne '' >input\necho -ne 'line 1\\n\\nline 3\\n' | cat -n\nPASS: cat -n\n======================\necho -ne '' >input\necho -ne 'line 1\\n\\nline 3\\n' | cat -b\nPASS: cat -b\nPASS: cmp-detects-difference\nPASS: cp-RHL-does_not_preserve-links\nPASS: cp-a-files-to-dir\nPASS: cp-a-preserves-links\nPASS: cp-copies-empty-file\nPASS: cp-copies-large-file\nPASS: cp-copies-small-file\nPASS: cp-d-files-to-dir\nPASS: cp-dev-file\nPASS: cp-dir-create-dir\nPASS: cp-dir-existing-dir\nPASS: cp-does-not-copy-unreadable-file\nPASS: cp-files-to-dir\nPASS: cp-follows-links\nPASS: cp-parents\nSKIP: cp-preserves-hard-links\nPASS: cp-preserves-links\nPASS: cp-preserves-source-file\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest ! -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest ! -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -d * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest   -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest   -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -d\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -P * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest   -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest   -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -P\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -L * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest ! -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest ! -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -L\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -H * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest ! -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest ! -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -H\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -R * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest   -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest   -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest   -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -R\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -Rd * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest   -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest   -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest   -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -Rd\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -RP * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest   -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest   -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest   -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -RP\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -RL * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest ! -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest ! -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest ! -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -RL\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -RHL * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest ! -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest ! -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest ! -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -RHL\n======================\necho -ne '' >input\necho -ne '' | echo -ne '\\x42\\x5a\\x68\\x39\\x31\\x41\\x59\\x26\\x53\\x59\\x64\\x1e\\x91\\x8c\\x00\\x00\\x48\\x7f\\x80\\x4c\\x48\\x08\\x00\\x28\\x01\\xff\\xe0\\x3f\\x24\\x14\\x00\\x0e\\x20\\xdc\\x60\\x20\\x00\\x92\\x11\\xea\\xa0\\x1a\\x00\\x00\\x00\\x03\\x20\\x8a\\x93\\xd4\\x9a\\x68\\x1a\\x0d\\x1e\\x91\\xa1\\xa0\\x06\\x98\\xe3\\x5c\\x2f\\xd9\\x26\\xa1\\x25\\x24\\x20\\xed\\x47\\xc7\\x21\\x40\\x2b\\x6e\\xf2\\xe6\\xfe\\x98\\x13\\x68\\xa8\\xbd\\x82\\xb2\\x4f\\x26\\x02\\x24\\x16\\x5b\\x22\\x16\\x72\\x74\\x15\\xcd\\xc1\\xa6\\x9e\\xa6\\x5e\\x6c\\x16\\x37\\x35\\x01\\x99\\xc4\\x81\\x21\\x29\\x28\\x4b\\x69\\x51\\xa9\\x3c\\x1a\\x9b\\x0a\\xe1\\xe4\\xb4\\xaf\\x85\\x73\\xba\\x23\\x10\\x59\\xe8\\xb3\\xe1\\xa1\\x63\\x05\\x8c\\x4f\\xc5\\xdc\\x91\\x4e\\x14\\x24\\x19\\x07\\xa4\\x63\\x00' | bzcat | cpio -i 2>&1; echo $?;\nls -ln cpio.testdir | sed 's/  */ /g' | cut -d' ' -f 1-5,9- | grep -v '^total '\nPASS: cpio extracts zero-sized hardlinks\nSKIP: cpio extracts zero-sized hardlinks 2\nSKIP: cpio -p with absolute paths\nSKIP: cpio restores suid/sgid bits\n======================\necho -ne '' >input\necho -ne '' | echo -ne '\\x42\\x5a\\x68\\x39\\x31\\x41\\x59\\x26\\x53\\x59\\x64\\x1e\\x91\\x8c\\x00\\x00\\x48\\x7f\\x80\\x4c\\x48\\x08\\x00\\x28\\x01\\xff\\xe0\\x3f\\x24\\x14\\x00\\x0e\\x20\\xdc\\x60\\x20\\x00\\x92\\x11\\xea\\xa0\\x1a\\x00\\x00\\x00\\x03\\x20\\x8a\\x93\\xd4\\x9a\\x68\\x1a\\x0d\\x1e\\x91\\xa1\\xa0\\x06\\x98\\xe3\\x5c\\x2f\\xd9\\x26\\xa1\\x25\\x24\\x20\\xed\\x47\\xc7\\x21\\x40\\x2b\\x6e\\xf2\\xe6\\xfe\\x98\\x13\\x68\\xa8\\xbd\\x82\\xb2\\x4f\\x26\\x02\\x24\\x16\\x5b\\x22\\x16\\x72\\x74\\x15\\xcd\\xc1\\xa6\\x9e\\xa6\\x5e\\x6c\\x16\\x37\\x35\\x01\\x99\\xc4\\x81\\x21\\x29\\x28\\x4b\\x69\\x51\\xa9\\x3c\\x1a\\x9b\\x0a\\xe1\\xe4\\xb4\\xaf\\x85\\x73\\xba\\x23\\x10\\x59\\xe8\\xb3\\xe1\\xa1\\x63\\x05\\x8c\\x4f\\xc5\\xdc\\x91\\x4e\\x14\\x24\\x19\\x07\\xa4\\x63\\x00' | bzcat | cpio -id 2>&1; echo $?\nPASS: cpio extracts in existing directory\nSKIP: cpio uses by default uid/gid\nSKIP: cpio -R with create\nSKIP: cpio -R with extract\nSKIP: cpio extract file outside of destination\nPASS: cut-cuts-a-character\nPASS: cut-cuts-a-closed-range\nPASS: cut-cuts-a-field\nPASS: cut-cuts-an-open-range\nPASS: cut-cuts-an-unclosed-range\n======================\necho -ne 'the quick brown fox\\n' >input\necho -ne 'jumps over the lazy dog\\n' | cut -d' ' -f2 - input\nPASS: cut '-' (stdin) and multi file handling\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 3,3,3 input\nPASS: cut -b a,a,a\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 1-3,2-5,7-9,9-10 input\nPASS: cut -b overlaps\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 3-8,4-6 input\nPASS: -b encapsulated\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 8-3 abc.txt 2>/dev/null || echo err\nPASS: cut high-low error\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 4-10 input\nPASS: cut -c a-b\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 41- input\nPASS: cut -c a-\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c -39 input\nPASS: cut -c -b\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 40 input\nPASS: cut -c a\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 3,5-7,10 input\nPASS: cut -c a,b-c,d\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -d ':' -f 5- input\nPASS: cut -f a-\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -d ' ' -f 3 input\nPASS: cut show whole line with no delim\n======================\necho -ne '' >input\necho -ne '' | echo 'ref_categorie=test' | cut -c 1-15 \nPASS: cut with echo, -c (a-b)\n======================\necho -ne '' >input\necho -ne '' | echo 'ref_categorie=test' | cut -c 14\nPASS: cut with echo, -c (a)\n======================\necho -ne 'abcdefghijklmnopqrstuvwxyz' >input\necho -ne '' | cut -c 4,5,20 input\nPASS: cut with -c (a,b,c)\n======================\necho -ne 'abcdefghijklmnopqrstuvwxyz' >input\necho -ne '' | cut -b 4,5,20 input\nPASS: cut with -b (a,b,c)\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -d: -f3 -s input\nPASS: cut with -d -f(:) -s\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -d' ' -f3 -s input && echo yes\nPASS: cut with -d -f( ) -s\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -da -f3 -s input\nPASS: cut with -d -f(a) -s\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -da -f3 -s -n input\nPASS: cut with -d -f(a) -s -n\n======================\necho -ne '\nfoo bar baz\n\nbing bong boop\n\n' >input\necho -ne '' | cut -d' ' -f2 -s input\nPASS: cut with -d -s omits blank lines\n======================\necho -ne '' >input\necho -ne 'Bother, said Pooh. It's your husband, and he has a gun.\nCheerios are donut seeds.\nTalk is cheap because supply exceeds demand.\nWeather forecast for tonight : dark.\nApple: you can buy better, but you can't pay more.\nSubcalifragilisticexpialidocious.\nAuntie Em: Hate you, hate Kansas. Took the dog. Dorothy.' | cut -DF 2,7,5\nPASS: cut -DF\n======================\necho -ne '' >input\necho -ne 'a::b\\n' | cut -d ':' -f 1-3\nPASS: cut empty field\n======================\necho -ne '' >input\necho -ne 'a::b::c:d\\n' | cut -d ':' -f 3-5\nPASS: cut empty field 2\nPASS: date-@-works\nPASS: date-R-works\nPASS: date-format-works\nSKIP: date-timezone\nPASS: date-u-works\nPASS: date-works\nPASS: date-works-1\n======================\necho -ne '' >input\necho -ne '10 20+p' | dc\nPASS: dc basic syntax (stdin, multiple args)\n======================\necho -ne '' >input\necho -ne '' | dc -e'10 20+p'\nPASS: dc basic syntax (argv, single arg)\n======================\necho -ne '' >input\necho -ne '' | dc -e10 -e20+p\nPASS: dc basic syntax (argv, multiple args)\n======================\necho -ne '' >input\necho -ne '' | dc -e'8 8 * 2 2 + / p'\nPASS: dc complex with spaces (single arg)\n======================\necho -ne '' >input\necho -ne '' | dc -e'8 8*2 2+/p'\nPASS: dc complex without spaces (single arg)\n======================\necho -ne '' >input\necho -ne '' | dc -e8 -e8 -e\\* -e2 -e2 -e+ -e/ -ep\nPASS: dc complex with spaces (multiple args)\n======================\necho -ne '' >input\necho -ne '' | dc -e8 -e8\\*2 -e2+/p\nPASS: dc complex without spaces (multiple args)\nSKIP: dc: x should execute strings\nSKIP: dc: x should not execute or pop non-strings\nSKIP: dc: x should work with strings created from a\nSKIP: dc: p should print invalid escapes\nSKIP: dc: p should print trailing backslashes\nSKIP: dc: p should parse/print single backslashes\nSKIP: dc: p should print single backslash strings\nSKIP: dc read\nSKIP: dc read string\nSKIP: dc '>a' (conditional execute string) 1\nSKIP: dc '>a' (conditional execute string) 2\nSKIP: dc '>aeb' (conditional execute string with else)\nSKIP: dc space can be a register\nSKIP: dc newline can be a register\nSKIP: dc Z (length) for numbers\nSKIP: dc dc_add.dc\nSKIP: dc dc_boolean.dc\nSKIP: dc dc_decimal.dc\nSKIP: dc dc_divide.dc\nSKIP: dc dc_divmod.dc\nSKIP: dc dc_misc.dc\nSKIP: dc dc_modexp.dc\nSKIP: dc dc_modulus.dc\nSKIP: dc dc_multiply.dc\nSKIP: dc dc_power.dc\nSKIP: dc dc_sqrt.dc\nSKIP: dc dc_strings.dc\nSKIP: dc dc_subtract.dc\nSKIP: dc -x dcx_vars.dc\nPASS: dd-accepts-if\nPASS: dd-accepts-of\nPASS: dd-copies-from-standard-input-to-standard-output\nSKIP: dd-count-bytes\nPASS: dd-prints-count-to-standard-error\nPASS: dd-reports-write-errors\n======================\necho -ne 'qwe\\nasd\\nzxc\\n' >input\necho -ne 'asd\\n' | diff -u - input | sed 's/\t.*//'\nPASS: diff of stdin\n======================\necho -ne 'qwe\\nasd\\nzxc' >input\necho -ne 'asd\\n' | diff -u - input | sed 's/\t.*//'\nPASS: diff of stdin, no newline in the file\n======================\necho -ne '' >input\necho -ne 'stdin' | diff - -; echo $?; wc -c\nPASS: diff of stdin, twice\n======================\necho -ne '' >input\necho -ne 'a\\n' | diff -u - input | sed 's/\t.*//'\nPASS: diff of empty file against stdin\n======================\necho -ne 'a\\n' >input\necho -ne '' | diff -u - input | sed 's/\t.*//'\nPASS: diff of empty file against nonempty one\n======================\necho -ne 'abc' >input\necho -ne 'abc ' | diff -ub - input; echo $?\nPASS: diff -b treats EOF as whitespace\n======================\necho -ne 'a \\t c\\n' >input\necho -ne 'a\\t \\tc\\n' | diff -ub - input; echo $?\nPASS: diff -b treats all spaces as equal\n======================\necho -ne 'a\\n' >input\necho -ne '\\na\\n\\n' | diff -uB - input; echo $?\nPASS: diff -B ignores changes whose lines are all blank\n======================\necho -ne 'a\\n' >input\necho -ne '\\nb\\n\\n' | diff -uB - input | sed 's/\t.*//'\nPASS: diff -B does not ignore changes whose lines are not all blank\n======================\necho -ne '\\n1\\n' >input\necho -ne '1\\n' | diff -qB - input; echo $?\nPASS: diff -B ignores blank single line change\n======================\necho -ne '0\\n' >input\necho -ne '1\\n' | diff -qB - input; echo $?\nPASS: diff -B does not ignore non-blank single line change\n======================\necho -ne 'abc\\na  c\\ndef\\n' >input\necho -ne 'a c\\n' | diff -ub - input | sed 's/\t.*//'\nPASS: diff always takes context from old file\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff diff1 diff2/subdir\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir/- | sed 's/\t.*//'\nPASS: diff dir dir2/file/-\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff of dir and fifo\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff of file and fifo\n======================\necho -ne '' >input\necho -ne '' | diff -urN diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff -rN does not read non-regular files\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/ | sed 's/\t.*//'; diff -ur .///diff1 diff2//// | sed 's/\t.*//'\nPASS: diff diff1 diff2/\nPASS: dirname-handles-absolute-path\nPASS: dirname-handles-empty-path\nPASS: dirname-handles-multiple-slashes\nPASS: dirname-handles-relative-path\nPASS: dirname-handles-root\nPASS: dirname-handles-single-component\nPASS: dirname-works\nPASS: du-h-works\nPASS: du-k-works\nPASS: du-l-works\nPASS: du-m-works\nPASS: du-s-works\nPASS: du-works\nPASS: echo-does-not-print-newline\nPASS: echo-prints-argument\nPASS: echo-prints-arguments\nSKIP: echo-prints-dash\nPASS: echo-prints-newline\nSKIP: echo-prints-non-opts\nSKIP: echo-prints-slash-zero\nSKIP: echo-prints-slash_00041\nSKIP: echo-prints-slash_0041\nSKIP: echo-prints-slash_041\nSKIP: echo-prints-slash_41\nPASS: expr-big\nPASS: expr-works\nPASS: false-is-silent\nPASS: false-returns-failure\nPASS: find-supports-minus-xdev\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find -type f 2>&1\nPASS: find -type f\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec true {} \\; 2>&1; echo $?\nPASS: find -exec exitcode 1\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec true {} + 2>&1; echo $?\nPASS: find -exec exitcode 2\n======================\necho -ne '' >input\necho -ne 'y' | cd find.tempdir && find testfile -ok true {} ';' 2>&1; echo $?\nPASS: find -ok\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec false {} \\; 2>&1; echo $?\nPASS: find -exec exitcode 3\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec false {} + 2>&1; echo $?\nPASS: find -exec exitcode 4\n======================\necho -ne '' >input\necho -ne '' | find / -maxdepth 0 -name /\nPASS: find / -maxdepth 0 -name /\n======================\necho -ne '' >input\necho -ne '' | find // -maxdepth 0 -name /\nPASS: find // -maxdepth 0 -name /\n======================\necho -ne '' >input\necho -ne '' | find / -maxdepth 0 -name //\nPASS: find / -maxdepth 0 -name //\n======================\necho -ne '' >input\necho -ne '' | find // -maxdepth 0 -name //\nPASS: find // -maxdepth 0 -name //\n======================\necho -ne '' >input\necho -ne '' | find ./// -name .\nPASS: find ./// -name .\n======================\necho -ne '' >input\necho -ne '' | find ./// -name .///\nPASS: find ./// -name .///\n======================\necho -ne '' >input\necho -ne '' | grep nonexistent 2> /dev/null ; echo $?\nPASS: grep (exit with error)\n======================\necho -ne '' >input\necho -ne '' | grep grep '/usr/lib/busybox/ptest/testsuite/grep.tests' > /dev/null 2>&1 ; echo $?\nPASS: grep (exit success)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' | grep two\nPASS: grep (default to stdin)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' | grep two -\nPASS: grep - (specify stdin)\n======================\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | grep two input\nPASS: grep input (specify file)\n======================\necho -ne 'bug' >input\necho -ne '' | grep bug input\nPASS: grep (no newline at EOL)\n======================\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | grep two input empty 2>/dev/null\nPASS: grep two files\n======================\necho -ne 'one\\ntwo\\nthree\\n' >input\necho -ne 'one\\ntwo\\ntoo\\nthree\\nthree\\n' | grep two - input\nPASS: grep - infile (specify stdin and file)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | grep two - nonexistent 2> /dev/null ; echo $?\nPASS: grep - nofile (specify stdin and nonexisting file)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | grep -q nomatch - nonexistent 2> /dev/null ; echo $?\nPASS: grep -q - nofile (specify stdin and nonexisting file, no match)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | grep -q two - nonexistent ; echo $?\nPASS: grep -q - nofile (specify stdin and nonexisting file, match)\n======================\necho -ne '' >input\necho -ne '' | grep -s nomatch nonexistent ; echo $?\nPASS: grep -s nofile (nonexisting file, no match)\n======================\necho -ne '' >input\necho -ne 'nomatch\\ndomatch\\nend\\n' | grep -s domatch nonexistent - ; echo $?\nPASS: grep -s nofile - (stdin and nonexisting file, match)\nSKIP: grep handles NUL in files\nSKIP: grep handles NUL on stdin\nSKIP: grep matches NUL\n======================\necho -ne 'one\\ntwo\\n' >input\necho -ne '' | grep -e one -e two input ; echo $?\nPASS: grep handles multiple regexps\n======================\necho -ne 'one\\ntwo\\n' >input\necho -ne '' | grep -F -e one -e two input ; echo $?\nPASS: grep -F handles multiple expessions\n======================\necho -ne 'FOO\\n' >input\necho -ne '' | grep -F -i foo input ; echo $?\nPASS: grep -F handles -i\n======================\necho -ne 'tw\\ntwo\\nthree\\n' >input\necho -ne 'tw.\\nthr\\n' | grep -f - input ; echo $?\nPASS: grep can read regexps from stdin\n======================\necho -ne 'foo\\n' >input\necho -ne '' | grep -x foo input ; echo $?\nPASS: grep -x (full match)\n======================\necho -ne 'foo bar\\n' >input\necho -ne '' | grep -x foo input ; echo $?\nPASS: grep -x (partial match 1)\n======================\necho -ne 'bar foo\\n' >input\necho -ne '' | grep -x foo input ; echo $?\nPASS: grep -x (partial match 2)\n======================\necho -ne 'foo\\n' >input\necho -ne '' | grep -x -F foo input ; echo $?\nPASS: grep -x -F (full match)\n======================\necho -ne 'foo bar\\n' >input\necho -ne '' | grep -x -F foo input ; echo $?\nPASS: grep -x -F (partial match 1)\n======================\necho -ne 'bar foo\\n' >input\necho -ne '' | grep -x -F foo input ; echo $?\nPASS: grep -x -F (partial match 2)\n======================\necho -ne 'asd\\n' >input\necho -ne '' | grep -L qwe input; echo $?\nPASS: grep -L exitcode 0\n======================\necho -ne 'qwe\\n' >input\necho -ne 'asd\\n' | grep -L qwe input -; echo $?\nPASS: grep -L exitcode 0 #2\n======================\necho -ne 'qwe\\n' >input\necho -ne '' | grep -L qwe input; echo $?\nPASS: grep -L exitcode 1\n======================\necho -ne '' >input\necho -ne 'b\\ar\\nfoo\\nbaz' | grep -E fo+\nPASS: grep -E supports extended regexps\n======================\necho -ne '' >input\necho -ne 'foo\\nbar\\n' | egrep foo\nPASS: grep is also egrep\n======================\necho -ne '' >input\necho -ne 'FOO\\n' | egrep foo ; [ $? -ne 0 ] && echo yes\nPASS: egrep is not case insensitive\n======================\necho -ne '' >input\necho -ne '00:19:3E:00:AA:5E 00:1D:60:3D:3A:FB 00:22:43:49:FB:AA\\n' | grep -E -o '([[:xdigit:]]{2}[:-]){5}[[:xdigit:]]{2}'\nPASS: grep -E -o prints all matches\n======================\necho -ne '' >input\necho -ne '/var/test\\n' | grep -o \"[^/]*$\"\nPASS: grep -o does not loop forever\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -o \"\" | head -n1\nPASS: grep -o does not loop forever on zero-length match\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -f input\nPASS: grep -f EMPTY_FILE\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -v -f input\nPASS: grep -v -f EMPTY_FILE\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -vxf input\nPASS: grep -vxf EMPTY_FILE\n======================\necho -ne 'foop\\n' >input\necho -ne '' | grep -Fw foo input\nPASS: grep -Fw matches only words\n======================\necho -ne 'foop foo\\n' >input\necho -ne '' | grep -Fw foo input\nPASS: grep -Fw doesn't stop on 1st mismatch\n======================\necho -ne 'foop foo\\n' >input\necho -ne '' | grep -w foo input\nPASS: grep -w doesn't stop on 1st mismatch\n======================\necho -ne 'strstr\\n' >input\necho -ne '' | grep -w ^str input\nPASS: grep -w ^str doesn't match str not at the beginning\n======================\necho -ne 'anything\\n' >input\necho -ne '' | grep -w ^ input\nPASS: grep -w ^ doesn't hang\n======================\necho -ne 'wordword\\n' >input\necho -ne '' | grep -w word input\nPASS: grep -w word doesn't match wordword\n======================\necho -ne 'ww\\n' >input\necho -ne '' | grep -F -w w input\nPASS: grep -F -w w doesn't match ww\n======================\necho -ne 'bword,word\\nwordb,word\\nbwordb,word\\n' >input\necho -ne '' | grep -w word input\nPASS: grep -w word match second word\n======================\necho -ne '' >input\necho -ne '  aa bb cc\\n' | grep -x -v -e '.*aa.*' -e 'bb.*'; echo $?\nPASS: grep -x -v -e EXP1 -e EXP2 finds nothing if either EXP matches\n======================\necho -ne '' >input\necho -ne 'foo\\nbar\\nbaz\\n' | grep -Fv \"$(printf \"foo\\nbar\\n\")\"\nPASS: grep PATTERN can be a newline-delimited list\n======================\necho -ne '' >input\necho -ne 'foo\\nbar\\nbaz\\n' | grep -Fv -e \"$(printf \"foo\\nbar\\n\")\"\nPASS: grep -e PATTERN can be a newline-delimited list\n======================\necho -ne '' >input\necho -ne '' | grep -r . grep.testdir/symfoo\nPASS: grep -r on symlink to dir\n======================\necho -ne '' >input\necho -ne '' | grep -r . grep.testdir\nPASS: grep -r on dir/symlink to dir\nPASS: gunzip-reads-from-standard-input\nPASS: gunzip: doesnt exist\nPASS: gunzip: unknown suffix\nPASS: gunzip: already exists\nPASS: gunzip: stream unpack\nPASS: gunzip: delete src\nPASS: gzip-accepts-multiple-files\nPASS: gzip-accepts-single-minus\nSKIP: gzip-compression-levels\nPASS: gzip-removes-original-file\n======================\necho -ne '' >input\necho -ne '' | head head.input\nPASS: head (without args)\n======================\necho -ne '' >input\necho -ne '' | head -n 2 head.input\nPASS: head -n <positive number>\nSKIP: head -n <negative number>\n======================\necho -ne '' >input\necho -ne '\\0\\0\\0\\0' | hexdump -C\nPASS: hexdump -C with four NULs\n======================\necho -ne '' >input\necho -ne '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0' | hexdump -e '1/1 \"%02x|\"1/1 \"%02x!\\n\"'\nPASS: hexdump does not think last padded block matches any full block\n======================\necho -ne '' >input\necho -ne '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0' | hexdump -e '1/1 \"%02x|\"1/1 \"%02x!\\n\"'\nPASS: hexdump thinks last full block can match\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | hexdump -e '16/1 \" %3_u\" \"\\n\"'\nPASS: hexdump -e %3_u\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | hexdump -e '16/1 \" %4d\" \"\\n\"'\nPASS: hexdump -e /1 %d\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | hexdump -e '8/2 \" %6d\" \"\\n\"'\nPASS: hexdump -e /2 %d\nPASS: hostname-d-works\nPASS: hostname-i-works\nPASS: hostname-s-works\nPASS: hostname-works\nPASS: id-g-works\nPASS: id-u-works\nPASS: id-un-works\nPASS: id-ur-works\nPASS: ln-creates-hard-links\nPASS: ln-creates-soft-links\nPASS: ln-force-creates-hard-links\nPASS: ln-force-creates-soft-links\nPASS: ln-preserves-hard-links\nPASS: ln-preserves-soft-links\nPASS: ls-1-works\nPASS: ls-h-works\nPASS: ls-l-works\nPASS: ls-s-works\n======================\necho -ne '' >input\necho -ne '' | (cd ls.testdir && sh ../ls.mk_uni_tests) && ls -1 ls.testdir\nPASS: ls unicode test with codepoints limited to 767\n======================\necho -ne '' >input\necho -ne '' | touch ls.testdir/A ls.testdir/B; ln -s ls.testdir ls.link; ls ls.link; ls -1 ls.link/; ls -1 ls.link; rm -f ls.link\nPASS: ls symlink_to_dir\nPASS: md5sum-verifies-non-binary-file\nSKIP: md5sum\nPASS: mkdir-makes-a-directory\nPASS: mkdir-makes-parent-directories\nSKIP: mount\nPASS: mv-files-to-dir\nPASS: mv-files-to-dir-2\nPASS: mv-follows-links\nPASS: mv-moves-empty-file\nPASS: mv-moves-file\nPASS: mv-moves-hardlinks\nPASS: mv-moves-large-file\nPASS: mv-moves-small-file\nPASS: mv-moves-symlinks\nPASS: mv-moves-unreadable-files\nSKIP: mv-preserves-hard-links\nPASS: mv-preserves-links\nPASS: mv-refuses-mv-dir-to-subdir\nPASS: mv-removes-source-file\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od\nPASS: od (little-endian)\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | od -a\nPASS: od -a (!DESKTOP)\nSKIP: od -a (DESKTOP)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -B\nPASS: od -B\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -o\nPASS: od -o (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -b\nPASS: od -b\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -c\nPASS: od -c\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -d\nPASS: od -d (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -D\nPASS: od -D (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -e\nPASS: od -e (!DESKTOP little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -F\nPASS: od -F (!DESKTOP little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -f\nPASS: od -f (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -H\nPASS: od -H (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -X\nPASS: od -X (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -h\nPASS: od -h (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -x\nPASS: od -x (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -i\nPASS: od -i (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -O\nPASS: od -O (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -I\nPASS: od -I (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -L\nPASS: od -L (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -l\nPASS: od -l (little-endian)\nSKIP: od -b\nSKIP: od -f\nSKIP: od -b --traditional\nSKIP: od -b --traditional FILE\n======================\necho -ne 'qwe\nzxc\n' >input\necho -ne '--- input\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch 2>&1; echo $?; cat input\nPASS: patch with old_file == new_file\n======================\necho -ne 'qwe\nzxc\n' >input\necho -ne '--- input.doesnt_exist\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch 2>&1; echo $?; cat input\nPASS: patch with nonexistent old_file\n======================\necho -ne 'qwe\nasd\nzxc\n' >input\necho -ne '--- input.doesnt_exist\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch -R 2>&1; echo $?; cat input\nPASS: patch -R with nonexistent old_file\n======================\necho -ne 'abc\ndef\n123\n' >input\necho -ne '--- input.old\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n abc\n+def\n 123\n' | patch 2>&1; echo $?; cat input\nPASS: patch detects already applied hunk\n======================\necho -ne 'abc\n123\n456\n' >input\necho -ne '--- input.old\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n abc\n 123\n+456\n' | patch 2>&1; echo $?; cat input\nPASS: patch detects already applied hunk at the EOF\n======================\necho -ne 'abc\ndef\n123\n' >input\necho -ne '--- input\n+++ input\n@@ -1,2 +1,3 @@\n abc\n+def\n 123\n' | patch -N 2>&1; echo $?; cat input\nPASS: patch -N ignores already applied hunk\n======================\necho -ne 'abc\n123\n' >input\necho -ne '--- foo.old\n+++ foo\n@@ -1,2 +1,3 @@\n abc\n+def\n 123\n' | cat >a.patch; patch input a.patch 2>&1; echo $?; cat input; rm a.patch\nPASS: patch FILE PATCH\n======================\necho -ne '111\n222\n333\n444\n555\n666\n777\n888\n999\n' >input\necho -ne '--- input\n+++ input\n@@ -1,6 +1,4 @@\n-111\n-222\n-333\n+111changed\n 444\n 555\n 666\n' | patch 2>&1; cat input\nPASS: patch at the beginning\n======================\necho -ne '' >input\necho -ne '--- /dev/null\n+++ testfile\n@@ -0,0 +1 @@\n+qwerty\n' | patch 2>&1; echo $?; cat testfile; rm testfile\nPASS: patch creates new file\n======================\necho -ne '' >input\necho -ne '--- bogus_dir///dir2///file\n+++ bogus_dir///dir2///file\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch -p1 2>&1; echo $?\nPASS: patch understands ...dir///dir...\n======================\necho -ne 'foo\n\n\n\n\n\n\n\nbar\n' >input\necho -ne '--- a/input.orig\n+++ b/input\n@@ -5,5 +5,8 @@ foo\n \n \n \n+1\n+2\n+3\n \n bar\n-- \n2.9.2\n' | patch -p1 2>&1; echo $?; cat input\nPASS: patch internal buffering bug?\n======================\necho -ne '' >input\necho -ne '' | pidof veryunlikelyoccuringbinaryname ; echo $?\nPASS: pidof (exit with error)\n======================\necho -ne '' >input\necho -ne '' | pidof pidof > /dev/null; echo $?\nPASS: pidof (exit with success)\n======================\necho -ne '' >input\necho -ne '' | pidof pidof.tests | grep -o -w 3488\nPASS: pidof this\nSKIP: pidof -s\nSKIP: pidof -o %PPID NOP\nSKIP: pidof -o init\n======================\necho -ne '' >input\necho -ne '' | busybox printf '\\c' foo\nPASS: printf produces no further output 1\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%s\\c' foo bar\nPASS: printf produces no further output 2\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%s\\n' foo '/home/root'\nPASS: printf repeatedly uses pattern for each argv\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%b' 'a\\tb' 'c\\d\\n' 2>&1; echo $?\nPASS: printf understands %b escaped_string\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%d\\n' '\"x' \"'y\" \"'zTAIL\" 2>&1; echo $?\nPASS: printf understands %d '\"x' \"'y\" \"'zTAIL\"\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%s\\n' '\"x' \"'y\" \"'zTAIL\" 2>&1; echo $?\nPASS: printf understands %s '\"x' \"'y\" \"'zTAIL\"\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%23.12f|\\n' 5.25 2>&1; echo $?\nPASS: printf understands %23.12f\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%*.*f|\\n' 23 12 5.25 2>&1; echo $?\nPASS: printf understands %*.*f\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%*f|\\n' -23 5.25 2>&1; echo $?\nPASS: printf understands %*f with negative width\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%.*f|\\n' -12 5.25 2>&1; echo $?\nPASS: printf understands %.*f with negative precision\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%*.*f|\\n' -23 -12 5.25 2>&1; echo $?\nPASS: printf understands %*.*f with negative width/precision\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%zd\\n' -5 2>&1; echo $?\nPASS: printf understands %zd\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%ld\\n' -5 2>&1; echo $?\nPASS: printf understands %ld\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%Ld\\n' -5 2>&1; echo $?\nPASS: printf understands %Ld\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%%\\n' 2>&1; echo $?\nPASS: printf understands %%\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%d\\n' 3 +3 '   3' '   +3' 2>&1; echo $?\nPASS: printf handles positive numbers for %d\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%i\\n' 3 +3 '   3' '   +3' 2>&1; echo $?\nPASS: printf handles positive numbers for %i\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%x\\n' 42 +42 '   42' '   +42' 2>&1; echo $?\nPASS: printf handles positive numbers for %x\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%0.3f\\n' .42 +.42 '   .42' '   +.42' 2>&1; echo $?\nPASS: printf handles positive numbers for %f\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%d\\n' 1 - 2 bad 3 123bad 4 2>&1; echo $?\nPASS: printf handles %d bad_input\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%' a b c 2>&1; echo $?\nPASS: printf aborts on bare %\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%r' a b c 2>&1; echo $?\nPASS: printf aborts on %r\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%0*d\\n' 2 1 2>&1; echo $?\nPASS: printf treats leading 0 as flag\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%0 d\\n' 2 2>&1; echo $?\nPASS: printf handles multiple flags\nPASS: pwd-prints-working-directory\n======================\necho -ne '' >input\necho -ne '' | readlink ./readlink_testdir/testfile\nPASS: readlink on a file\n======================\necho -ne '' >input\necho -ne '' | readlink ./testlink\nPASS: readlink on a link\n======================\necho -ne '' >input\necho -ne '' | readlink -f ./readlink_testdir/testfile\nPASS: readlink -f on a file\n======================\necho -ne '' >input\necho -ne '' | readlink -f ./testlink\nPASS: readlink -f on a link\n======================\necho -ne '' >input\necho -ne '' | readlink -f ./readlink_testdir/readlink_testdir/testlink\nPASS: readlink -f on an invalid link\n======================\necho -ne '' >input\necho -ne '' | readlink -f readlink_testdir/../readlink_testdir/testfile\nPASS: readlink -f on a weird dir\n======================\necho -ne '' >input\necho -ne '' | realpath /not_file\nPASS: realpath on non-existent absolute path 1\n======================\necho -ne '' >input\necho -ne '' | realpath /not_file/\nPASS: realpath on non-existent absolute path 2\n======================\necho -ne '' >input\necho -ne '' | realpath //not_file\nPASS: realpath on non-existent absolute path 3\n======================\necho -ne '' >input\necho -ne '' | realpath /not_dir/not_file 2>&1\nPASS: realpath on non-existent absolute path 4\n======================\necho -ne '' >input\necho -ne '' | realpath realpath_testdir/not_file\nPASS: realpath on non-existent local file 1\n======================\necho -ne '' >input\necho -ne '' | realpath realpath_testdir/not_dir/not_file 2>&1\nPASS: realpath on non-existent local file 2\n======================\necho -ne '' >input\necho -ne '' | realpath link1\nPASS: realpath on link to non-existent file 1\n======================\necho -ne '' >input\necho -ne '' | realpath link2 2>&1\nPASS: realpath on link to non-existent file 2\n======================\necho -ne '' >input\necho -ne '' | realpath ./link1\nPASS: realpath on link to non-existent file 3\n======================\necho -ne '' >input\necho -ne '' | realpath ./link2 2>&1\nPASS: realpath on link to non-existent file 4\n======================\necho -ne 'line 1\\n\\nline 3\\n' >input\necho -ne '' | rev input\nPASS: rev works\n======================\necho -ne 'line 1\\n\\nline 3' >input\necho -ne '' | rev input\nPASS: rev file with missing newline\n======================\necho -ne 'lin\\000e 1\\n\\nline 3\\n' >input\necho -ne '' | rev input\nPASS: rev file with NUL character\n======================\necho -ne '---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+--------------+\\nabc\\n' >input\necho -ne '' | rev input\nPASS: rev file with long line\nPASS: rm-removes-file\nPASS: rmdir-removes-parent-directories\n======================\necho -ne '' >input\necho -ne 'hello\\n' | sed \"\"\nPASS: sed no files (stdin)\n======================\necho -ne '' >input\necho -ne 'hello\\n' | sed \"\" -\nPASS: sed explicit stdin\n======================\necho -ne '' >input\necho -ne '\\n' | sed -e 's/$/@/'\nPASS: sed handles empty lines\n======================\necho -ne '' >input\necho -ne 'hello' | sed \"\" - -\nPASS: sed stdin twice\n======================\necho -ne '' >input\necho -ne '' | sed -e '1 d'\nPASS: sed accepts blanks before command\n======================\necho -ne '' >input\necho -ne '2\\n' | sed -e 'i1\na3'\nPASS: sed accepts newlines in -e\n======================\necho -ne '' >input\necho -ne '2\\n' | sed -e 'i\\' -e '1' -e 'a\\' -e '3'\nPASS: sed accepts multiple -e\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -n -e s/foo/bar/ -e s/bar/baz/\nPASS: sed -n\n======================\necho -ne '' >input\necho -ne 'string\\n' | sed 's/z*//g'\nPASS: sed with empty match\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e s/foo/bar/p -e s/bar/baz/p\nPASS: sed s//p\n======================\necho -ne '' >input\necho -ne 'abc\\n' | sed -ne s/abc/def/p\nPASS: sed -n s//p\n======================\necho -ne '' >input\necho -ne '12345\\n' | sed -e 's/[[:space:]]*/,/g'\nPASS: sed s//g (exhaustive)\n======================\necho -ne '' >input\necho -ne 'woo\\n' | sed -e 's woo boing '\nPASS: sed s arbitrary delimiter\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e s/foo/bar/ -e s/bar/baz/\nPASS: sed s chains\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e s/foo/bar/ -e s/baz/nee/\nPASS: sed s chains2\n======================\necho -ne '' >input\necho -ne 'one@two' | sed -e 's@[@]@@'\nPASS: sed s [delimiter]\n======================\necho -ne '' >input\necho -ne 'one\\ttwo' | sed 's/\\t/ /'\nPASS: sed s with \\t (GNU ext)\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e 'b one;p;: one'\nPASS: sed b (branch)\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e 'b;p'\nPASS: sed b (branch with no label jumps to end)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 's/a/1/;t one;p;: one;p'\nPASS: sed t (test/branch)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 's/a/b/;:loop;t loop'\nPASS: sed t (test/branch clears test bit)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 's/a/1/;T notone;p;: notone;p'\nPASS: sed T (!test/branch)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 'n;p'\nPASS: sed n (flushes pattern space, terminates early)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 'N;p'\nPASS: sed N (flushes pattern space (GNU behavior))\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed ':a;N;s/\\n/ /;ta'\nPASS: sed N test2\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed 'N;s/\\n/ /'\nPASS: sed N test3\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\nd\\n' | sed \"/b/N;/b\\\\nc/i woo\"\nPASS: sed address match newline\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -n 'N;P;p'\nPASS: sed N (stops at end of input) and P (prints to first newline only)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed G\nPASS: sed G (append hold space to pattern space)\n======================\necho -ne '' >input\necho -ne 'ook\\n' | sed -e '/ook/d;s/ook/ping/p;i woot'\nPASS: sed d ends script iteration\n======================\necho -ne '' >input\necho -ne 'ook\\nwoot\\n' | sed -e '/ook/d;a\\' -e 'bang'\nPASS: sed d ends script iteration (2)\n======================\necho -ne '' >input\necho -ne 'woo\\0woo\\0' | sed -e 's/woo/bang/g'\nPASS: sed embedded NUL g\n======================\necho -ne 'woo\\n' >input\necho -ne 'woo\\n' | sed -e 's/woo/bang/' input -\nPASS: sed normal newlines\n======================\necho -ne 'woo\\n' >input\necho -ne 'woo' | sed -e 's/woo/bang/' input -\nPASS: sed leave off trailing newline\n======================\necho -ne 'woo' >input\necho -ne 'woo' | sed -e 's/woo/bang/' input -\nPASS: sed autoinsert newline\n======================\necho -ne '' >input\necho -ne 'one\\ntwo' | sed -e 's/nohit//' input -\nPASS: sed empty file plus cat\n======================\necho -ne 'one\\ntwo' >input\necho -ne '' | sed -e 's/nohit//' input -\nPASS: sed cat plus empty file\n======================\necho -ne '' >input\necho -ne 'woot' | sed -e '/woot/a woo' -\nPASS: sed append autoinserts newline\n======================\necho -ne 'boot' >input\necho -ne 'woot' | sed -e '/oot/a woo' - input\nPASS: sed append autoinserts newline 2\n======================\necho -ne 'boot' >input\necho -ne '' | sed -e '/oot/a woo' -i input && cat input\nPASS: sed append autoinserts newline 3\n======================\necho -ne '' >input\necho -ne 'woot' | sed -e '/woot/i woo' -\nPASS: sed insert doesn't autoinsert newline\n======================\necho -ne '' >input\necho -ne 'one' | sed -e 'p' -\nPASS: sed print autoinsert newlines\n======================\necho -ne 'one' >input\necho -ne 'two' | sed -e 'p' input -\nPASS: sed print autoinsert newlines two files\n======================\necho -ne 'no\\n' >input\necho -ne '' | sed -ne 's/woo/bang/' input\nPASS: sed noprint, no match, no newline\n======================\necho -ne 'a woo\\nb no' >input\necho -ne 'c woo\\nd no' | sed -ne 's/woo/bang/p' input -\nPASS: sed selective matches with one nl\n======================\necho -ne 'a woo\\nb woo' >input\necho -ne 'c no\\nd woo' | sed -ne 's/woo/bang/p' input -\nPASS: sed selective matches insert newline\n======================\necho -ne 'a woo\\nb woo' >input\necho -ne 'c no\\nd no' | sed -ne 's/woo/bang/p' input -\nPASS: sed selective matches noinsert newline\n======================\necho -ne 'one' >input\necho -ne 'two' | sed -e '/one/a 111' -e '/two/i 222' -e p input -\nPASS: sed clusternewline\n======================\necho -ne 'thingy' >input\necho -ne 'again' | sed -e 's/i/z/' -e 'woutputw' input -; echo -n X; cat outputw\nPASS: sed subst+write\n======================\necho -ne 'a\\0b\\0' >input\necho -ne 'c' | sed 's/i/z/' input -\nPASS: sed trailing NUL\n======================\necho -ne 'a' >input\necho -ne '' | sed 's/a/z\\\nz/' input\nPASS: sed escaped newline in command\n======================\necho -ne '' >input\necho -ne 'hello\\nthere' | sed -e '$p'\nPASS: sed match EOF\n======================\necho -ne 'one\\ntwo' >input\necho -ne 'three\\nfour' | sed -e '$p' input -\nPASS: sed match EOF two files\n======================\necho -ne 'one\\ntwo' >input\necho -ne '' | sed -e '$i ook' -i input input2 && cat input input2\nPASS: sed match EOF inline\n======================\necho -ne '' >input\necho -ne '' | sed --version | grep -o 'GNU sed version '\nPASS: sed lie-to-autoconf\n======================\necho -ne '' >input\necho -ne 'woot' | sed -e '/woot/s//eep \\0 eep/'\nPASS: sed backref from empty s uses range regex\n======================\necho -ne '' >input\necho -ne 'woot\\n' | sed -e '/woot/s//eep \\0 eep/'\nPASS: sed backref from empty s uses range regex with newline\n======================\necho -ne '' >input\necho -ne '' | sed -e '' -i 2> /dev/null || echo yes\nPASS: sed -i with no arg [GNUFAIL]\n======================\necho -ne '' >input\necho -ne 'xxx\\n' | sed -e 's/xxx/[/'\nPASS: sed s/xxx/[/\n======================\necho -ne '' >input\necho -ne '0\\n1\\n2\\n3\\n' | sed 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q'\nPASS: sed n command must reset 'substituted' bit\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\n' | sed -n '1d;1,3p'\nPASS: sed d does not break n,m matching\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\n' | sed -n '1d;1,/hir/p'\nPASS: sed d does not break n,regex matching\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\nfirst2\\nsecond2\\nthird2\\nfourth2\\n' | sed -n '1,5d;1,/hir/p'\nPASS: sed d does not break n,regex matching #2\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\n' | sed -n '2d;2,1p'\nPASS: sed 2d;2,1p (gnu compat)\n======================\necho -ne '' >input\necho -ne '/usr/lib\\n' | sed 's,\\(^/\\|\\)[^/][^/]*,>\\0<,g'\nPASS: sed beginning (^) matches only once\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\n' | sed 'crepl'\nPASS: sed c\n======================\necho -ne '' >input\necho -ne 'qwe\\nasd\\nzxc\\n' | sed '/asd/ { p; /s/ { s/s/c/ }; p; q }'\nPASS: sed nested {}s\n======================\necho -ne '' >input\necho -ne '\t| one \\\\\n\t| two \\\\\n' | sed -e '/| one /a \\\n\t| three \\\\' -e '/| one-/a \\\n\t| three-* \\\\'\nPASS: sed a cmd ended by double backslash\n======================\necho -ne '' >input\necho -ne 'line1\\n' | sed '/1/a\\\\t\\rzero\\none\\\\ntwo\\\\\\nthree'\nPASS: sed a cmd understands \\n,\\t,\\r\n======================\necho -ne '' >input\necho -ne 'line1\\n' | sed '/1/i\\\\t\\rzero\\none\\\\ntwo\\\\\\nthree'\nPASS: sed i cmd understands \\n,\\t,\\r\n======================\necho -ne '' >input\necho -ne '1\\n2\\n3\\n4\\n' | sed -n '1{N;N;d};1p;2,3p;3p;4p'\nPASS: sed with N skipping lines past ranges on next cmds\n======================\necho -ne 'foo\\n' >input\necho -ne '' | cp input input2; sed -i -e '1s/foo/bar/' input input2 && cat input input2; rm input2\nPASS: sed -i with address modifies all files, not only first\n======================\necho -ne '' >input\necho -ne 'rrr\\n' | sed 's/r/\\r/'\nPASS: sed understands \\r\n======================\necho -ne '1\\n2\\n3\\n4\\n' >input\necho -ne '' | sed '1,2d' -i input; echo $?; cat input\nPASS: sed -i finishes ranges correctly\n======================\necho -ne '' >input\necho -ne 'helllo\\n' | sed 's/l*/@/g'\nPASS: sed zero chars match/replace advances correctly 1\n======================\necho -ne '' >input\necho -ne ' a.b\\n' | sed 's [^ .]* x g'\nPASS: sed zero chars match/replace advances correctly 2\n======================\necho -ne '' >input\necho -ne '_aaa1aa\\n' | sed 's/a/A/g'\nPASS: sed zero chars match/replace logic must not falsely trigger here 1\n======================\necho -ne '' >input\necho -ne 'qwerty\\n' | sed 's/ *$/_/g'\nPASS: sed zero chars match/replace logic must not falsely trigger here 2\n======================\necho -ne '' >input\necho -ne '9+8=17\\n' | sed 's+9\\++X+'\nPASS: sed special char as s/// delimiter, in pattern\n======================\necho -ne '' >input\necho -ne '9+8=17\\n' | sed 's&9&X\\&&'\nPASS: sed special char as s/// delimiter, in replacement 1\n======================\necho -ne '' >input\necho -ne '9+8=17\\n' | sed 's1\\(9\\)1X\\11'\nPASS: sed special char as s/// delimiter, in replacement 2\n======================\necho -ne '' >input\necho -ne 'this is a regular line\nline with \\\ncontinuation\nmore regular lines\nline with \\\ncontinuation\n' | sed ': testcont; /\\\\$/{ =; N; b testcont }'\nPASS: sed /$_in_regex/ should not match newlines, only end-of-line\n======================\necho -ne '' >input\necho -ne 'aa\\n' | sed -e 's/a/b/2; s/a/c/g'\nPASS: sed s///NUM test\n======================\necho -ne '' >input\necho -ne '1\\n2\\n3\\n4\\n5\\n' | sed /^2/,2{d}\nPASS: sed /regex/,N{...} addresses work\n======================\necho -ne '' >input\necho -ne '1\\n2\\n3\\n4\\n5\\n' | sed /^2/,+2{d}\nPASS: sed /regex/,+N{...} addresses work\n======================\necho -ne '' >input\necho -ne 'a\\n1\\nc\\nc\\na\\n2\\na\\n3\\n' | sed -n '/a/,+1 p'\nPASS: sed /regex/,+N{...} addresses work 2\n======================\necho -ne '1\\n2\\n3\\n4\\n5\\n6\\n7\\n8\\n' >input\necho -ne '1\\n2\\n4\\n5\\n6\\n7\\n8\\n' | cat - >input2; sed /^4/,+2{d} -i input input2; echo $?; cat input input2; rm input2\nPASS: sed /regex/,+N{...} -i works\n======================\necho -ne '1\\n2\\n3\\n4\\n5\\n6\\n7\\n8\\n' >input\necho -ne '1\\n2\\n4\\n5\\n6\\n7\\n8\\n' | cat - >input2; sed /^4/,+0{d} -i input input2; echo $?; cat input input2; rm input2\nPASS: sed /regex/,+0{...} -i works\n======================\necho -ne '1\\n2\\n3\\n4\\n5\\n6\\n7\\n8\\n' >input\necho -ne '1\\n2\\n4\\n5\\n6\\n7\\n8\\n' | cat - >input2; sed /^4/,+0d -i input input2; echo $?; cat input input2; rm input2\nPASS: sed /regex/,+0<cmd> -i works\n======================\necho -ne '' >input\necho -ne '123\\nqwe\\nasd\\n' | sed 's/qwe/ZZZ/wz'; cat z; rm z\nPASS: sed 's///w FILE'\n======================\necho -ne '' >input\necho -ne 'q\\nw\\ne\\nr\\n' | sed '/w/p;//q'\nPASS: sed uses previous regexp\n======================\necho -ne '' >input\necho -ne 'abca\\n' | sed -e 's/^a\\|b//g'\nPASS: sed ^ OR not^\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -n -e '/a/w sed.output' -e '/c/w sed.output' 2>&1 && cat sed.output && rm sed.output\nPASS: sed understands duplicate file name\n======================\necho -ne '' >input\necho -ne '' | seq 2> /dev/null || echo yes\nPASS: seq (exit with error)\n======================\necho -ne '' >input\necho -ne '' | seq 1 2 3 4 2> /dev/null || echo yes\nPASS: seq (exit with error)\n======================\necho -ne '' >input\necho -ne '' | seq 3\nPASS: seq one argument\n======================\necho -ne '' >input\necho -ne '' | seq 5 7\nPASS: seq two arguments\n======================\necho -ne '' >input\necho -ne '' | seq 7 5\nPASS: seq two arguments reversed\n======================\necho -ne '' >input\necho -ne '' | seq 3 3\nPASS: seq two arguments equal\n======================\necho -ne '' >input\necho -ne '' | seq 1 -15 1\nPASS: seq two arguments equal, arbitrary negative step\n======================\necho -ne '' >input\necho -ne '' | seq 1 +15 1\nPASS: seq two arguments equal, arbitrary positive step\n======================\necho -ne '' >input\necho -ne '' | seq 4 2 8\nPASS: seq count up by 2\n======================\necho -ne '' >input\necho -ne '' | seq 8 -2 4\nPASS: seq count down by 2\n======================\necho -ne '' >input\necho -ne '' | seq 4 -2 8\nPASS: seq count wrong way #1\n======================\necho -ne '' >input\necho -ne '' | seq 8 2 4\nPASS: seq count wrong way #2\n======================\necho -ne '' >input\necho -ne '' | seq 3 .3 4\nPASS: seq count by .3\n======================\necho -ne '' >input\necho -ne '' | seq 3 .30 4\nPASS: seq count by .30\n======================\necho -ne '' >input\necho -ne '' | seq 3 .30 4.000\nPASS: seq count by .30 to 4.000\n======================\necho -ne '' >input\necho -ne '' | seq .7 -.9 -2.2\nPASS: seq count by -.9\n======================\necho -ne '' >input\necho -ne '' | seq 4 0 8 | head -n 10\nPASS: seq count by zero\n======================\necho -ne '' >input\necho -ne '' | seq -w 003\nPASS: seq one argument with padding\n======================\necho -ne '' >input\necho -ne '' | seq -w 005 7\nPASS: seq two arguments with padding\n======================\necho -ne '' >input\necho -ne '' | seq -w 8 -3 04\nPASS: seq count down by 3 with padding\n======================\necho -ne '' >input\necho -ne '' | seq -w 09 .3 11\nPASS: seq count by .3 with padding 1\n======================\necho -ne '' >input\necho -ne '' | seq -w 03 .3 0004\nPASS: seq count by .3 with padding 2\n======================\necho -ne '' >input\necho -ne '' | seq -4 -2 -8\nPASS: seq from -4 count down by 2\n======================\necho -ne '' >input\necho -ne '' | seq -.0 -.25 -.9\nPASS: seq from -.0 count down by .25\n======================\necho -ne '' >input\necho -ne '' | seq -s : -1 1\nPASS: seq -s : with negative start\n======================\necho -ne '' >input\necho -ne '' | echo \"da39a3ee5e6b4b0d3255bfef95601890afd80709 EMPTY\" | sha1sum -c\nPASS: sha1sum: one-space separated input for -c\nSKIP: sha1sum\nSKIP: sha256sum\n======================\necho -ne 'c\\na\\nb\\n' >input\necho -ne '' | sort input\nPASS: sort\n======================\necho -ne '3\\n1\\n010\\n' >input\necho -ne '' | sort input\nPASS: sort #2\n======================\necho -ne '' >input\necho -ne 'b\\na\\nc\\n' | sort\nPASS: sort stdin\n======================\necho -ne '3\\n1\\n010\\n' >input\necho -ne '' | sort -n input\nPASS: sort numeric\n======================\necho -ne 'point\\nwook\\npabst\\naargh\\nwalrus\\n' >input\necho -ne '' | sort -r input\nPASS: sort reverse\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k4,4 input\nPASS: sort one key\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k2,3n input\nPASS: sort key range with numeric option\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k2,3n -r input\nPASS: sort key range with numeric option and global reverse\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k2,3rn input\nPASS: sort key range with multiple options\n======================\necho -ne 'c 3\nb 2\nd 2\n' >input\necho -ne '' | sort -k 2,2n -k 1,1r input\nPASS: sort key range with two -k options\n======================\necho -ne '/a/2\n/b/1\n' >input\necho -ne '' | sort -n -k2 -t/ input\nPASS: sort with non-default leading delim 1\n======================\necho -ne '/b/1\n/a/2\n' >input\necho -ne '' | sort -n -k3 -t/ input\nPASS: sort with non-default leading delim 2\n======================\necho -ne '//a/2\n//b/1\n' >input\necho -ne '' | sort -n -k3 -t/ input\nPASS: sort with non-default leading delim 3\n======================\necho -ne 'a/a:a\na:b\n' >input\necho -ne '' | sort -t: -k1,1 input\nPASS: sort with non-default leading delim 4\n======================\necho -ne 'aa.2\nab.1\n' >input\necho -ne '' | sort -t. -k1,1.1 -k2 input\nPASS: sort with ENDCHAR\n======================\necho -ne 'GLIBC_2.21\nGLIBC_2.1.1\nGLIBC_2.2.1\nGLIBC_2.2\nGLIBC_2.20\nGLIBC_2.10\nGLIBC_2.1\n' >input\necho -ne '' | sort -t. -k 1,1 -k 2n,2n -k 3 input\nPASS: glibc build sort\n======================\necho -ne 'GLIBC_2.10\nGLIBC_2.2.1\nGLIBC_2.1.1\nGLIBC_2.20\nGLIBC_2.2\nGLIBC_2.1\nGLIBC_2.21\n' >input\necho -ne '' | sort -u -t. -k 1,1 -k 2n,2n -k 3 input\nPASS: glibc build sort unique\n======================\necho -ne 'a c\nb c\n' >input\necho -ne '' | sort -u -k2 input\nPASS: sort -u should consider field only when discarding\n======================\necho -ne 'one\\0two\\0three\\0' >input\necho -ne '' | sort -z input\nPASS: sort -z outputs NUL terminated lines\n======================\necho -ne '' >input\necho -ne ' 2 \\n 1 \\n a \\n' | sort -n -k2 -t ' '\nPASS: sort key doesn't strip leading blanks, disables fallback global sort\n======================\necho -ne '222\n111\n' >input\necho -ne '' | sort -o input input && cat input\nPASS: sort file in place\n======================\necho -ne 'a 1\nb 2\nc 1\nd 2\n' >input\necho -ne '' | sort -k2 -r -s input\nPASS: sort -sr (stable and reverse) does NOT reverse 'stable' ordering\n======================\necho -ne '1Y\n5y\n1M\n2E\n3k\n3e\n2K\n4m\n1023\n1025\n3000\n1024\n' >input\necho -ne '' | sort -h input\nPASS: sort -h\n======================\necho -ne '2 April\n1  May\n3 March\n' >input\necho -ne '' | sort -k2,2M input\nPASS: sort -k2,2M\n======================\necho -ne 'z b\na b\nz a\na a' >input\necho -ne '' | sort -s -u -k 2 input\nPASS: sort -s -u\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -x true 2>&1; echo $?\nPASS: start-stop-daemon -x without -a\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -d $TMP_DIR -x true 2>&1; echo $?\nPASS: start-stop-daemon -x with -d on existing directory\n======================\necho -ne '' >input\necho -ne '' | output=$(start-stop-daemon -S -d $TMP_DIR -x pwd); echo $output\nPASS: start-stop-daemon -x with -d on existing and check dir\n======================\necho -ne '' >input\necho -ne '' | output=$(start-stop-daemon -S --chdir $TMP_DIR -x pwd); echo $output\nPASS: start-stop-daemon -x with --chdir on existing and check dir\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -a false 2>&1; echo $?\nPASS: start-stop-daemon -a without -x\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S false 2>&1; echo $?\nPASS: start-stop-daemon without -x and -a\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -d /non-existent -x true > /dev/null 2>&1; echo $?\nPASS: start-stop-daemon -x with -d on non-existing directory\nSKIP: start-stop-daemon with both -x and -a (need non-busybox false)\nPASS: strings-works-like-GNU\nPASS: tail-n-works\nSKIP: tail-works\n======================\necho -ne '' >input\necho -ne 'qw' | tail -c +55 2>&1; echo $?\nPASS: tail: +N with N > file length\n======================\necho -ne '' >input\necho -ne '' | \n\tdd if=/dev/zero bs=16k count=1 2>/dev/null | tail -c +8200 | wc -c;\n\tdd if=/dev/zero bs=16k count=1 2>/dev/null | tail -c +8208 | wc -c;\n\t\nPASS: tail: -c +N with largish N\nPASS: tar-archives-multiple-files\nPASS: tar-complains-about-missing-file\nPASS: tar-demands-at-least-one-ctx\nPASS: tar-demands-at-most-one-ctx\nPASS: tar-extracts-all-subdirs\nPASS: tar-extracts-file\nPASS: tar-extracts-from-standard-input\nPASS: tar-extracts-multiple-files\nPASS: tar-extracts-to-standard-output\nPASS: tar-handles-cz-options\nPASS: tar-handles-empty-include-and-non-empty-exclude-list\nPASS: tar-handles-exclude-and-extract-lists\nPASS: tar-handles-multiple-X-options\nPASS: tar-handles-nested-exclude\nSKIP: tar_with_link_with_size\nSKIP: tar_with_prefix_fields\n======================\necho -ne '' >input\necho -ne '' | \\\ntar xvf - 2>&1; echo $?\n\nPASS: tar Empty file is not a tarball\n======================\necho -ne '' >input\necho -ne '' | \\\n{ tar xvzf - 2>&1; echo $?; } | grep -Fv \"invalid magic\"\n\nPASS: tar Empty file is not a tarball.tar.gz\n======================\necho -ne '' >input\necho -ne '' | \\\ndd if=/dev/zero bs=512 count=2 2>/dev/null | tar xvf - 2>&1; echo $?\n\nPASS: tar Two zeroed blocks is a ('truncated') empty tarball\n======================\necho -ne '' >input\necho -ne '' | \\\ndd if=/dev/zero bs=512 count=20 2>/dev/null | tar xvf - 2>&1; echo $?\n\nPASS: tar Twenty zeroed blocks is an empty tarball\n======================\necho -ne '' >input\necho -ne '' | \\\n>input_hard1\nln input_hard1 input_hard2\nmkdir input_dir\n>input_dir/file\nchmod -R 644 *\nchmod    755 input_dir\ntar cf test.tar input input_dir/ input_hard1 input_hard2 input_hard1 input_dir/ input\ntar tvf test.tar | sed \"s/.*[0-9] input/input/\"\nrm -rf input_dir\ntar xf test.tar 2>&1\necho Ok: $?\nls -l . input_dir/* | grep input_ | sed \"s/\\\\(^[^ ]*\\\\) .* input/\\\\1 input/\"\n\nPASS: tar hardlinks and repeated files\n======================\necho -ne '' >input\necho -ne '' | \\\n>input_hard1\nchmod 741 input_hard1\nln input_hard1 input_hard2\nmkdir input_dir\nln input_hard1 input_dir\nln input_hard2 input_dir\nchmod 550 input_dir\n# On some filesystems, input_dir/input_hard2 is returned by readdir\n# BEFORE input_dir/input_hard1! Thats why we cant just \"tar cf ... input_*\":\ntar cf test.tar input_dir/input_hard* input_hard*\ntar tvf test.tar | sed \"s/.*[0-9] input/input/\"\nchmod 770 input_dir\nrm -rf input_*\ntar xf test.tar 2>&1\necho Ok: $?\nls -l . input_dir/* | grep \"input.*hard\" | sed \"s/\\\\(^[^ ]*\\\\) .* input/\\\\1 input/\"\n\nPASS: tar hardlinks mode\n======================\necho -ne '' >input\necho -ne '' | \\\n>input_file\nchmod 741 input_file\nln -s input_file input_soft\nmkdir input_dir\nln input_file input_dir\nln input_soft input_dir\nchmod 550 input_dir\ntar cf test.tar input_dir/* input_[fs]*\ntar tvf test.tar | sed \"s/.*[0-9] input/input/\" | sort\nchmod 770 input_dir\nrm -rf input_*\ntar xf test.tar 2>&1\necho Ok: $?\nls -l . input_dir/* | grep \"input_[fs]\" | sed \"s/\\\\(^[^ ]*\\\\) .* input/\\\\1 input/\"\n\nPASS: tar symlinks mode\n======================\necho -ne 'Ok\\n' >input\necho -ne '' | ln input input_hard\ntar cf test.tar input_hard\necho WRONG >input\n# --overwrite opens 'input_hard' without unlinking,\n# thus 'input_hard' still linked to 'input' and we write 'Ok' into it\ntar xf test.tar --overwrite 2>&1 && cat input\n\nPASS: tar --overwrite\n======================\necho -ne '' >input\necho -ne '' | dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null\ntar -czf F0.tgz F0\nrm F0\ntar -xzvf F0.tgz && echo Ok\nrm F0 || echo BAD\n\nPASS: tar extract tgz\nSKIP: tar extract txz\n======================\necho -ne '' >input\necho -ne '' | rm -rf input_* test.tar 2>/dev/null\nmkdir input_dir\necho Ok >input_dir/file\ntar cf test.tar ./../tar.tempdir/input_dir/../input_dir 2>&1\nrm -rf input_* 2>/dev/null\ntar -vxf test.tar 2>&1\ncat input_dir/file 2>&1\n\nPASS: tar strips /../ on extract\nSKIP: tar does not extract into symlinks\nSKIP: tar -k does not extract into symlinks\n======================\necho -ne '' >input\necho -ne '' | \\\ntar xvf ../tar.utf8.tar.bz2 2>&1; echo $?\nexport LANG=en_US.UTF-8\nls -l etc/ssl/certs/* | sed \"s:.*etc/:etc/:\" | sort\nunset LANG\nrm -rf etc usr\n\nPASS: tar Pax-encoded UTF8 names and symlinks\nSKIP: tar Symlink attack: create symlink and then write through it\n======================\necho -ne '' >input\necho -ne '' | \\\nmkdir dir\n>dir/a\nln -s ../dir/a dir/b\nln dir/b dir/c\nmkdir new\ntar cf - dir/* | tar -C new -xvf - 2>&1\n\nPASS: tar Symlinks and hardlinks coexist\nPASS: tee-appends-input\nPASS: tee-tees-input\n======================\necho -ne '' >input\necho -ne '' | busybox test; echo $?\nPASS: test: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test ''; echo $?\nPASS: test '': should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test !; echo $?\nPASS: test !: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test a; echo $?\nPASS: test a: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test --help; echo $?\nPASS: test --help: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test -f; echo $?\nPASS: test -f: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test ! -f; echo $?\nPASS: test ! -f: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test a = a; echo $?\nPASS: test a = a: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test -lt = -gt; echo $?\nPASS: test -lt = -gt: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test a -a !; echo $?\nPASS: test a -a !: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test -f = a -o b; echo $?\nPASS: test -f = a -o b: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test ! a = b -a ! c = c; echo $?\nPASS: test ! a = b -a ! c = c: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test ! a = b -a ! c = d; echo $?\nPASS: test ! a = b -a ! c = d: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test '!' = '!'; echo $?\nPASS: test '!' = '!': should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test '(' = '('; echo $?\nPASS: test '(' = '(': should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test '!' '!' = '!'; echo $?\nPASS: test '!' '!' = '!': should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test '!' '(' = '('; echo $?\nPASS: test '!' '(' = '(': should be false (1)\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc\\' sleep 0 2>&1\nPASS: time -f trailing backslash\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc%' sleep 0 2>&1\nPASS: time -f trailing percent\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc\\^def' sleep 0 2>&1\nPASS: time -f undefined backslash\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc%^def' sleep 0 2>&1\nPASS: time -f undefined percent\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc\\ndef\\txyz' sleep 0 2>&1\nPASS: time -f backslash tab and newline\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc%%def' sleep 0 2>&1\nPASS: time -f percent percent\nPASS: touch-creates-file\nPASS: touch-does-not-create-file\nPASS: touch-touches-files-after-non-existent-file\nPASS: tr-d-alnum-works\nPASS: tr-d-works\nPASS: tr-non-gnu\nPASS: tr-rejects-wrong-class\nPASS: tr-works\n======================\necho -ne '' >input\necho -ne '[qwe]' | tr '[q-z]' '_Q-Z+'\nPASS: tr does not treat [] in [a-z] as special\n======================\necho -ne '' >input\necho -ne '19AFH\\n' | tr -cd '[0-9A-F]'\nPASS: tr understands 0-9A-F\n======================\necho -ne '' >input\necho -ne '19AFH\\n' | tr -cd '[:xdigit:]'\nPASS: tr understands [:xdigit:]\n======================\necho -ne '' >input\necho -ne '789abcxyz\\n' | tr '[:digit:]y-z' 111111111123\nPASS: tr does not stop after [:digit:]\n======================\necho -ne '' >input\necho -ne '#0123456789ABCDEFGabcdefg\\n' | tr '[:xdigit:]Gg' 1111111151242222333330xX\nPASS: tr has correct xdigit sequence\nPASS: true-is-silent\nPASS: true-returns-success\n======================\necho -ne '' >input\necho -ne '' | uniq nonexistent 2> /dev/null || echo yes\nPASS: uniq (exit with error)\n======================\necho -ne '' >input\necho -ne '' | uniq /dev/null && echo yes\nPASS: uniq (exit success)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq\nPASS: uniq (default to stdin)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -\nPASS: uniq - (specify stdin)\n======================\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | uniq input\nPASS: uniq input (specify file)\n======================\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | uniq input actual > /dev/null\nPASS: uniq input outfile (two files)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq - actual\nPASS: uniq (stdin) outfile\n======================\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | uniq input -\nPASS: uniq input - (specify stdout)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -c | sed 's/^[ \\t]*//'\nPASS: uniq -c (occurrence count)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -d\nPASS: uniq -d (dups only)\n======================\necho -ne '' >input\necho -ne 'cc\tdd\tee8\nbb\tcc\tdd8\naa\tbb\tcc9\n' | uniq -f2 -s 3\nPASS: uniq -f -s (skip fields and chars)\n======================\necho -ne '' >input\necho -ne 'cc1\ncc2\ncc3\n' | uniq -w 2\nPASS: uniq -w (compare max characters)\n======================\necho -ne '' >input\necho -ne 'aaccaa\naaccbb\nbbccaa\n' | uniq -s 2 -w 2\nPASS: uniq -s -w (skip fields and compare max chars)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -d -u\nPASS: uniq -u and -d produce no output\n======================\necho -ne '' >input\necho -ne '' | unzip -q foo.zip foo/ && test -d foo && test ! -f foo/bar && echo yes\nPASS: unzip (subdir only)\nSKIP: unzip (bad archive)\nSKIP: unzip (archive with corrupted lzma 1)\nSKIP: unzip (archive with corrupted lzma 2)\nPASS: uptime-works\nPASS: wc-counts-all\nPASS: wc-counts-characters\nPASS: wc-counts-lines\nPASS: wc-counts-words\nPASS: wc-prints-longest-line-length\nPASS: which-uses-default-path\nSKIP: xargs-works\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs -E _\nPASS: xargs -E _ stops on underscore\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs -E ''\nPASS: xargs -E ''\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs -e\nPASS: xargs -e without param\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs\nPASS: xargs does not stop on underscore ('new' GNU behavior)\n======================\necho -ne '' >input\necho -ne 'a\\n' | xargs -s7 echo\nPASS: xargs -s7 can take one-char input\n======================\necho -ne '' >input\necho -ne '1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 00\\n' | xargs -ts25 echo 2>&1 >/dev/null\nPASS: xargs -sNUM test 1\n======================\necho -ne '' >input\necho -ne '2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 00\\n' | xargs -ts25 echo 1 2>&1 >/dev/null\nPASS: xargs -sNUM test 2\nSKIP: xargs argument line too long\nSKIP: xargs -n1\nSKIP: xargs -n2\nSKIP: xargs -I skips empty lines and leading whitespace\nDURATION: 3\nEND: /usr/lib/busybox/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "busybox": {
     "duration": "3",
     "log": "START: ptest-runner\n2025-06-16T11:40\n======================\necho -ne '' >input\necho -ne '' | ./unknown 2>&1\nPASS: busybox as unknown name\nSKIP: busybox --help busybox\n======================\necho -ne '' >input\necho -ne '' | busybox 2>&1 | cat\nPASS: busybox\n======================\necho -ne '' >input\necho -ne '' | busybox unknown 2>&1\nPASS: busybox unknown\n======================\necho -ne '' >input\necho -ne '' | busybox --help 2>&1\nPASS: busybox --help\nSKIP: busybox cat\nSKIP: busybox --help cat\n======================\necho -ne '' >input\necho -ne '' | busybox --help unknown 2>&1\nPASS: busybox --help unknown\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix 2>&1 | cat\nPASS: ./busybox-suffix\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix unknown 2>&1\nPASS: ./busybox-suffix unknown\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix --help 2>&1\nPASS: ./busybox-suffix --help\nSKIP: ./busybox-suffix cat\nSKIP: ./busybox-suffix --help cat\n======================\necho -ne '' >input\necho -ne '' | ./busybox-suffix --help unknown 2>&1\nPASS: ./busybox-suffix --help unknown\n======================\necho -ne '' >input\necho -ne '' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 0\n======================\necho -ne '' >input\necho -ne '\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 1\n======================\necho -ne '' >input\necho -ne '#\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 2\n======================\necho -ne '' >input\necho -ne '#abc#\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 3\n======================\necho -ne '' >input\necho -ne '#abc#zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 4\n======================\necho -ne '' >input\necho -ne '#abc##zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 5\n======================\necho -ne '' >input\necho -ne 'z#abc##zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 6\n======================\necho -ne '' >input\necho -ne 'z##abc##zz\\n' | awk -F '[#]' '{ print NF }'\nPASS: awk -F case 7\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(23==23) print \"foo\"}'\nPASS: awk if operator == \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(23!=23) print \"bar\"}'\nPASS: awk if operator != \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(23>=23) print \"foo\"}'\nPASS: awk if operator >= \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(2 < 13) print \"foo\"}'\nPASS: awk if operator < \n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{if(\"a\"==\"ab\") print \"bar\"}'\nPASS: awk if string == \n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ print or(4294967295,1) }'\nPASS: awk bitwise op\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction empty_fun(count) {\n  # empty\n}\nEND {\n  i=1\n  print \"L\" i \"\\n\"\n  empty_fun(i + i + ++i)\n  print \"L\" i \"\\n\"\n}'\nPASS: awk handles empty function f(arg){}\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction empty_fun(){}\nEND {empty_fun()\n  print \"Ok\"\n}'\nPASS: awk handles empty function f(){}\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction outer_fun() {\n  return 1\n}\nEND {\n  i=1\n  print \"L\" i \"\\n\"\n  i += outer_fun()\n  print \"L\" i \"\\n\"\n}'\nPASS: awk properly handles function from other scope\n======================\necho -ne '' >input\necho -ne '' | awk '\nEND {\n  i=1\n  print \"L\" i \"\\n\"\n  i + trigger_error_fun()\n  print \"L\" i \"\\n\"\n}' 2>&1\nPASS: awk properly handles undefined function\n======================\necho -ne '' >input\necho -ne '' | awk '\nBEGIN {\n  v=1\n  a=2\n  print v (a)\n}' 2>&1\nPASS: awk 'v (a)' is not a function call, it is a concatenation\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(){print\"F\"};func g(){print\"G\"};BEGIN{f(g(),g())}' 2>&1\nPASS: awk unused function args are evaluated\nSKIP: awk hex const 1\nSKIP: awk hex const 2\nSKIP: awk oct const\n======================\necho -ne '' >input\necho -ne '011\\n' | awk '{ print $1, $1+1 }'\nPASS: awk input is never oct\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ printf \"%f %f\\n\", \"000.123\", \"009.123\" }'\nPASS: awk floating const with leading zeroes\n======================\necho -ne '' >input\necho -ne 'a--\\na--b--\\na--b--c--\\na--b--c--d--' | awk -F-- '{ print NF, length($NF), $NF }'\nPASS: awk long field sep\n======================\necho -ne '' >input\necho -ne 'a!b\\n' | awk -F'\\x21' '{print $1}'\nPASS: awk -F handles escapes\n======================\necho -ne '' >input\necho -ne 'Hi\\n' | awk 'gsub(\"@(samp|code|file)\\{\",\"\");'; echo $?\nPASS: awk gsub falls back to non-extended-regex\n======================\necho -ne '' >input\necho -ne '' | awk -f awk_t1_opt-functions.awk -f awk_t1_opth-gen.awk <awk_t1_input | md5sum\nPASS: awk 'gcc build bug'\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { print \":\" NF \":\" $0 \":\" $1 \":\" $2 \":\" }'\nPASS: awk NF in BEGIN\n======================\necho -ne '' >input\necho -ne '' | awk '\nfunction b(tmp) {\n\ttmp = 0;\n\tprint \"\" tmp; #this line causes the bug\n\treturn tmp;\n}\nfunction c(tmpc) {\n\ttmpc = b(); return tmpc;\n}\nBEGIN {\n\tprint (c() ? \"string\" : \"number\");\n}'\nPASS: awk string cast (bug 725)\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { arr [3] = 1; print arr [3] }'\nPASS: awk handles whitespace before array subscript\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { getline line <\"doesnt_exist\"; print ERRNO; ERRNO=0; close(\"doesnt_exist\"); print ERRNO; print \"Ok\" }'\nPASS: awk handles non-existing file correctly\n======================\necho -ne '' >input\necho -ne '' | awk '\nBEGIN {\n  u[\"a\"]=1\n  u[\"b\"]=1\n  u[\"c\"]=1\n  v[\"d\"]=1\n  v[\"e\"]=1\n  v[\"f\"]=1\n  for (l in u) {\n    print \"outer1\", l;\n    for (l in v) {\n      print \" inner\", l;\n    }\n    print \"outer2\", l;\n  }\n  print \"end\", l;\n  l=\"a\"\n  exit;\n}'\nPASS: awk nested loops with the same variable\n======================\necho -ne '' >input\necho -ne '' | awk '\nBEGIN{\ncnt = 0\na[cnt] = \"zeroth\"\na[++cnt] = \"first\"\ndelete a[cnt--]\nprint cnt\nprint \"[0]:\" a[0]\nprint \"[1]:\" a[1]\n}'\nPASS: awk 'delete a[v--]' evaluates v-- once\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(,) { }' 2>&1\nPASS: awk func arg parsing 1\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(a,,b) { }' 2>&1\nPASS: awk func arg parsing 2\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(a,) { }' 2>&1\nPASS: awk func arg parsing 3\n======================\necho -ne '' >input\necho -ne '' | awk 'func f(a b) { }' 2>&1\nPASS: awk func arg parsing 4\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN {print()}' 2>&1\nPASS: awk handles empty ()\n======================\necho -ne '' >input\necho -ne 'a:b c:d\\ne:f g:h' | awk '{FS=\":\"; print $1}'\nPASS: awk FS assignment\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{n=(2^31)-1; print n, int(n), n%1, ++n, int(n), n%1}'\nPASS: awk large integer\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN{ A[1]=2; A[\"qwe\"]=\"asd\"; print length(A)}'\nPASS: awk length(array)\n======================\necho -ne '' >input\necho -ne 'qwe' | awk '{print length; print length(); print length(\"qwe\"); print length(99+9)}'\nPASS: awk length()\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ print length, 1 }'\nPASS: awk print length, 1\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ print length 1 }'\nPASS: awk print length 1\n======================\necho -ne '' >input\necho -ne '\\n' | awk 'length == 0 { print \"foo\" }'\nPASS: awk length == 0\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{ if (length == 0) { print \"bar\" } }'\nPASS: awk if (length == 0)\n======================\necho -ne 'do re mi\\n' >input\necho -ne '{print $2; print ARGC;}' | awk -f - input\nPASS: awk -f and ARGC\n======================\necho -ne 'do re mi\\n' >input\necho -ne '' | awk -e '{print $2; print ARGC;}' input\nPASS: awk -e and ARGC\n======================\necho -ne '' >input\necho -ne 'BEGIN { if (1) break; else a = 1 }' | awk -f - 2>&1; echo $?\nPASS: awk break\n======================\necho -ne '' >input\necho -ne 'BEGIN { if (1) continue; else a = 1 }' | awk -f - 2>&1; echo $?\nPASS: awk continue\n======================\necho -ne '' >input\necho -ne '' | awk -e '{ for() }' 2>&1\nPASS: awk handles invalid for loop\n======================\necho -ne '' >input\necho -ne '' | awk -e foo:bar: 2>&1\nPASS: awk handles colon not preceded by ternary\n======================\necho -ne '' >input\necho -ne '' | awk -e '{delete}' 2>&1\nPASS: awk errors on missing delete arg\n======================\necho -ne '' >input\necho -ne '\\n' | awk '{printf(\"hello%c null\\n\", 0)}'\nPASS: awk printf('%c') can output NUL\nSKIP: awk printf('%-10c') can output NUL\n======================\necho -ne '' >input\necho -ne 'anything' | awk 2>&1 -- '{ $(-1) }'\nPASS: awk negative field access\n======================\necho -ne '' >input\necho -ne 'anything' | awk -v i=1 \"BEGIN {print \\\"str\\\" ++i}\"\nPASS: awk do not allow \"str\"++\n======================\necho -ne '' >input\necho -ne 'foo--bar' | awk -F '-*' '{print $1 \"-\" $2 \"=\" $3 \"*\" $4}'\nPASS: awk FS regex which can match empty string\n======================\necho -ne '' >input\necho -ne 'a=====123=' | awk -F '=+' '{print $NF}'\nPASS: awk $NF is empty\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { exit 42 } END { exit }'; echo $?\nPASS: awk exit N propagates through END's exit\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { print \"STDERR %s\" >\"/dev/stderr\" }' 2>&1\nPASS: awk print + redirect\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { \"echo HELLO\" | getline; print }'\nPASS: awk \"cmd\" | getline\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { printf \"%%\\n\" }'\nPASS: awk printf %% prints one %\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { printf \"Hello\\\n world\\n\" }'\nPASS: awk backslash+newline eaten with no trace\n======================\necho -ne '' >input\necho -ne '\u2500 process timing \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500 overall results \u2500\u2500\u2500\u2500\u2510\n\u2502        run time : 0 days, 0 hrs, 0 min, 56 sec      \u2502  cycles done : 0     \u2502\n\u2502   last new find : 0 days, 0 hrs, 0 min, 1 sec       \u2502 corpus count : 208   \u2502\n\u2502last saved crash : none seen yet                     \u2502saved crashes : 0     \u2502\n\u2502 last saved hang : none seen yet                     \u2502  saved hangs : 0     \u2502\n\u251c\u2500 cycle progress \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500 map coverage\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\n\u2502  now processing : 184.1 (88.5%)      \u2502    map density : 0.30% / 0.52%      \u2502\n\u2502  runs timed out : 0 (0.00%)          \u2502 count coverage : 2.18 bits/tuple    \u2502\n\u251c\u2500 stage progress \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u253c\u2500 findings in depth \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\n\u2502  now trying : havoc                  \u2502 favored items : 43 (20.67%)         \u2502\n\u2502 stage execs : 11.2k/131k (8.51%)     \u2502  new edges on : 52 (25.00%)         \u2502\n\u2502 total execs : 179k                   \u2502 total crashes : 0 (0 saved)         \u2502\n\u2502  exec speed : 3143/sec               \u2502  total tmouts : 0 (0 saved)         \u2502\n\u251c\u2500 fuzzing strategy yields \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2534\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u252c\u2500 item geometry \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2524\n\u2502   bit flips : 11/648, 4/638, 5/618                 \u2502    levels : 4         \u2502\n\u2502  byte flips : 0/81, 0/71, 0/52                     \u2502   pending : 199       \u2502\n\u2502 arithmetics : 11/4494, 0/1153, 0/0                 \u2502  pend fav : 35        \u2502\n\u2502  known ints : 1/448, 0/1986, 0/2288                \u2502 own finds : 207       \u2502\n\u2502  dictionary : 0/0, 0/0, 0/0, 0/0                   \u2502  imported : 0         \u2502\n\u2502havoc/splice : 142/146k, 23/7616                    \u2502 stability : 100.00%   \u2502\n\u2502py/custom/rq : unused, unused, unused, unused       \u251c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n\u2502    trim/eff : 57.02%/26, 0.00%                     \u2502          [cpu000:100%]\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518^C' | awk '$5=$$5=$0'; echo $?\nPASS: awk assign while assign\n======================\necho -ne '' >input\necho -ne 'word1 word2 word3\\r' | awk '{ $1=$0; print }'\nPASS: awk does not split on CR (char 13)\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { a=0?\"bug\":\"ok\"; print a}'\nPASS: awk = and ?: precedence\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\\\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\\\\\\\\\\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\\\\\\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\&\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\&\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\0\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\0\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { s=\"\\\\\\\\0\"; print \"s=\" s; print gensub(\"a\", s, \"g\", \"a|a\") }'\nPASS: awk gensub backslashes \\\\0\n======================\necho -ne '' >input\necho -ne 'a\\nb\\n' | awk '$2 != 0'\nPASS: awk references to empty fields\n======================\necho -ne '' >input\necho -ne '' | awk 'BEGIN { a=\"abc\"; gsub(/\\<b*/,\"\",a); print a }'\nPASS: awk gsub erroneous word start match\nPASS: basename-does-not-remove-identical-extension\nPASS: basename-works\nPASS: bunzip2-reads-from-standard-input\nPASS: bunzip2-removes-compressed-file\nPASS: bunzip2: doesnt exist\nPASS: bunzip2: unknown suffix\nPASS: bunzip2: already exists\nPASS: bunzip2: stream unpack\nPASS: bunzip2: delete src\nPASS: bunzip2: test_bz2 file\nPASS: bunzip2: pbzip_4m_zeros file\nPASS: bunzip2: bz2_issue_11.bz2 corrupted example\nPASS: bunzip2: bz2_issue_12.bz2 corrupted example\nPASS: bzcat-does-not-remove-compressed-file\nPASS: zcat: dont delete gz src\nPASS: zcat: dont delete bz2 src\nPASS: zcat: dont delete Z src\n======================\necho -ne '\\x42\\x5a\\x68\\x39\\x31\\x41\\x59\\x26\\x53\\x59\\x63\\x3e\\xd6\\xe2\\x00\\x00\\x00\\xc1\\x00\\x00\\x10\\x20\\x00\\x20\\x00\\x21\\x00\\x82\\xb1\\x77\\x24\\x53\\x85\\x09\\x06\\x33\\xed\\x6e\\x20' >input\necho -ne '' | bzcat input input; echo $?\nPASS: bzcat can print many files\n======================\necho -ne '\\x42\\x5a\\x68\\x39\\x17\\x72\\x45\\x38\\x50\\x90\\x00\\x00\\x00\\x00' >input\necho -ne '' | bzcat input input; echo $?\nPASS: bzcat can handle compressed zero-length bzip2 files\n======================\necho -ne '\\x1f\\x9d\\x90\\x61\\x14\\x00' >input\necho -ne '' | zcat input input; echo $?\nPASS: zcat can print many files\n======================\necho -ne '\\x1f\\x9d\\x90\\x00' >input\necho -ne '' | zcat input input; echo $?\nPASS: zcat can handle compressed zero-length (.Z) files\nPASS: cat-prints-a-file\nPASS: cat-prints-a-file-and-standard-input\nSKIP: cat -e\nSKIP: cat -v\n======================\necho -ne '' >input\necho -ne 'line 1\\n\\nline 3\\n' | cat -n\nPASS: cat -n\n======================\necho -ne '' >input\necho -ne 'line 1\\n\\nline 3\\n' | cat -b\nPASS: cat -b\nPASS: cmp-detects-difference\nPASS: cp-RHL-does_not_preserve-links\nPASS: cp-a-files-to-dir\nPASS: cp-a-preserves-links\nPASS: cp-copies-empty-file\nPASS: cp-copies-large-file\nPASS: cp-copies-small-file\nPASS: cp-d-files-to-dir\nPASS: cp-dev-file\nPASS: cp-dir-create-dir\nPASS: cp-dir-existing-dir\nPASS: cp-does-not-copy-unreadable-file\nPASS: cp-files-to-dir\nPASS: cp-follows-links\nPASS: cp-parents\nSKIP: cp-preserves-hard-links\nPASS: cp-preserves-links\nPASS: cp-preserves-source-file\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest ! -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest ! -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -d * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest   -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest   -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -d\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -P * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest   -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest   -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -P\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -L * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest ! -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest ! -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -L\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -H * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file         && test   -f file             || echo BAD: file\ntest ! -L file_symlink && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir          && test ! -e dir              || echo BAD: dir\ntest ! -L dir_symlink  && test ! -e dir_symlink      || echo BAD: dir_symlink\n\nPASS: cp -H\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -R * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest   -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest   -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest   -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -R\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -Rd * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest   -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest   -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest   -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -Rd\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -RP * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest   -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest   -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest   -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -RP\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -RL * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest ! -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest ! -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest ! -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -RL\n======================\necho -ne '' >input\necho -ne '' | \\\ncd cp.testdir || exit 1; cp -RHL * ../cp.testdir2 2>&1; echo $?; cd ../cp.testdir2 || exit 1\ntest ! -L file             && test   -f file             || echo BAD: file\ntest ! -L file_symlink     && test   -f file_symlink     || echo BAD: file_symlink\ntest ! -L dir              && test   -d dir              || echo BAD: dir\ntest ! -L dir_symlink      && test   -d dir_symlink      || echo BAD: dir_symlink\ntest ! -L dir/file         && test   -f dir/file         || echo BAD: dir/file\ntest ! -L dir/file_symlink && test   -f dir/file_symlink || echo BAD: dir/file_symlink\n\nPASS: cp -RHL\n======================\necho -ne '' >input\necho -ne '' | echo -ne '\\x42\\x5a\\x68\\x39\\x31\\x41\\x59\\x26\\x53\\x59\\x64\\x1e\\x91\\x8c\\x00\\x00\\x48\\x7f\\x80\\x4c\\x48\\x08\\x00\\x28\\x01\\xff\\xe0\\x3f\\x24\\x14\\x00\\x0e\\x20\\xdc\\x60\\x20\\x00\\x92\\x11\\xea\\xa0\\x1a\\x00\\x00\\x00\\x03\\x20\\x8a\\x93\\xd4\\x9a\\x68\\x1a\\x0d\\x1e\\x91\\xa1\\xa0\\x06\\x98\\xe3\\x5c\\x2f\\xd9\\x26\\xa1\\x25\\x24\\x20\\xed\\x47\\xc7\\x21\\x40\\x2b\\x6e\\xf2\\xe6\\xfe\\x98\\x13\\x68\\xa8\\xbd\\x82\\xb2\\x4f\\x26\\x02\\x24\\x16\\x5b\\x22\\x16\\x72\\x74\\x15\\xcd\\xc1\\xa6\\x9e\\xa6\\x5e\\x6c\\x16\\x37\\x35\\x01\\x99\\xc4\\x81\\x21\\x29\\x28\\x4b\\x69\\x51\\xa9\\x3c\\x1a\\x9b\\x0a\\xe1\\xe4\\xb4\\xaf\\x85\\x73\\xba\\x23\\x10\\x59\\xe8\\xb3\\xe1\\xa1\\x63\\x05\\x8c\\x4f\\xc5\\xdc\\x91\\x4e\\x14\\x24\\x19\\x07\\xa4\\x63\\x00' | bzcat | cpio -i 2>&1; echo $?;\nls -ln cpio.testdir | sed 's/  */ /g' | cut -d' ' -f 1-5,9- | grep -v '^total '\nPASS: cpio extracts zero-sized hardlinks\nSKIP: cpio extracts zero-sized hardlinks 2\nSKIP: cpio -p with absolute paths\nSKIP: cpio restores suid/sgid bits\n======================\necho -ne '' >input\necho -ne '' | echo -ne '\\x42\\x5a\\x68\\x39\\x31\\x41\\x59\\x26\\x53\\x59\\x64\\x1e\\x91\\x8c\\x00\\x00\\x48\\x7f\\x80\\x4c\\x48\\x08\\x00\\x28\\x01\\xff\\xe0\\x3f\\x24\\x14\\x00\\x0e\\x20\\xdc\\x60\\x20\\x00\\x92\\x11\\xea\\xa0\\x1a\\x00\\x00\\x00\\x03\\x20\\x8a\\x93\\xd4\\x9a\\x68\\x1a\\x0d\\x1e\\x91\\xa1\\xa0\\x06\\x98\\xe3\\x5c\\x2f\\xd9\\x26\\xa1\\x25\\x24\\x20\\xed\\x47\\xc7\\x21\\x40\\x2b\\x6e\\xf2\\xe6\\xfe\\x98\\x13\\x68\\xa8\\xbd\\x82\\xb2\\x4f\\x26\\x02\\x24\\x16\\x5b\\x22\\x16\\x72\\x74\\x15\\xcd\\xc1\\xa6\\x9e\\xa6\\x5e\\x6c\\x16\\x37\\x35\\x01\\x99\\xc4\\x81\\x21\\x29\\x28\\x4b\\x69\\x51\\xa9\\x3c\\x1a\\x9b\\x0a\\xe1\\xe4\\xb4\\xaf\\x85\\x73\\xba\\x23\\x10\\x59\\xe8\\xb3\\xe1\\xa1\\x63\\x05\\x8c\\x4f\\xc5\\xdc\\x91\\x4e\\x14\\x24\\x19\\x07\\xa4\\x63\\x00' | bzcat | cpio -id 2>&1; echo $?\nPASS: cpio extracts in existing directory\nSKIP: cpio uses by default uid/gid\nSKIP: cpio -R with create\nSKIP: cpio -R with extract\nSKIP: cpio extract file outside of destination\nPASS: cut-cuts-a-character\nPASS: cut-cuts-a-closed-range\nPASS: cut-cuts-a-field\nPASS: cut-cuts-an-open-range\nPASS: cut-cuts-an-unclosed-range\n======================\necho -ne 'the quick brown fox\\n' >input\necho -ne 'jumps over the lazy dog\\n' | cut -d' ' -f2 - input\nPASS: cut '-' (stdin) and multi file handling\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 3,3,3 input\nPASS: cut -b a,a,a\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 1-3,2-5,7-9,9-10 input\nPASS: cut -b overlaps\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 3-8,4-6 input\nPASS: -b encapsulated\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -b 8-3 abc.txt 2>/dev/null || echo err\nPASS: cut high-low error\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 4-10 input\nPASS: cut -c a-b\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 41- input\nPASS: cut -c a-\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c -39 input\nPASS: cut -c -b\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 40 input\nPASS: cut -c a\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -c 3,5-7,10 input\nPASS: cut -c a,b-c,d\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -d ':' -f 5- input\nPASS: cut -f a-\n======================\necho -ne 'one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n' >input\necho -ne '' | cut -d ' ' -f 3 input\nPASS: cut show whole line with no delim\n======================\necho -ne '' >input\necho -ne '' | echo 'ref_categorie=test' | cut -c 1-15 \nPASS: cut with echo, -c (a-b)\n======================\necho -ne '' >input\necho -ne '' | echo 'ref_categorie=test' | cut -c 14\nPASS: cut with echo, -c (a)\n======================\necho -ne 'abcdefghijklmnopqrstuvwxyz' >input\necho -ne '' | cut -c 4,5,20 input\nPASS: cut with -c (a,b,c)\n======================\necho -ne 'abcdefghijklmnopqrstuvwxyz' >input\necho -ne '' | cut -b 4,5,20 input\nPASS: cut with -b (a,b,c)\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -d: -f3 -s input\nPASS: cut with -d -f(:) -s\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -d' ' -f3 -s input && echo yes\nPASS: cut with -d -f( ) -s\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -da -f3 -s input\nPASS: cut with -d -f(a) -s\n======================\necho -ne '406378:Sales:Itorre:Jan\n031762:Marketing:Nasium:Jim\n636496:Research:Ancholie:Mel\n396082:Sales:Jucacion:Ed\n' >input\necho -ne '' | cut -da -f3 -s -n input\nPASS: cut with -d -f(a) -s -n\n======================\necho -ne '\nfoo bar baz\n\nbing bong boop\n\n' >input\necho -ne '' | cut -d' ' -f2 -s input\nPASS: cut with -d -s omits blank lines\n======================\necho -ne '' >input\necho -ne 'Bother, said Pooh. It's your husband, and he has a gun.\nCheerios are donut seeds.\nTalk is cheap because supply exceeds demand.\nWeather forecast for tonight : dark.\nApple: you can buy better, but you can't pay more.\nSubcalifragilisticexpialidocious.\nAuntie Em: Hate you, hate Kansas. Took the dog. Dorothy.' | cut -DF 2,7,5\nPASS: cut -DF\n======================\necho -ne '' >input\necho -ne 'a::b\\n' | cut -d ':' -f 1-3\nPASS: cut empty field\n======================\necho -ne '' >input\necho -ne 'a::b::c:d\\n' | cut -d ':' -f 3-5\nPASS: cut empty field 2\nPASS: date-@-works\nPASS: date-R-works\nPASS: date-format-works\nSKIP: date-timezone\nPASS: date-u-works\nPASS: date-works\nPASS: date-works-1\n======================\necho -ne '' >input\necho -ne '10 20+p' | dc\nPASS: dc basic syntax (stdin, multiple args)\n======================\necho -ne '' >input\necho -ne '' | dc -e'10 20+p'\nPASS: dc basic syntax (argv, single arg)\n======================\necho -ne '' >input\necho -ne '' | dc -e10 -e20+p\nPASS: dc basic syntax (argv, multiple args)\n======================\necho -ne '' >input\necho -ne '' | dc -e'8 8 * 2 2 + / p'\nPASS: dc complex with spaces (single arg)\n======================\necho -ne '' >input\necho -ne '' | dc -e'8 8*2 2+/p'\nPASS: dc complex without spaces (single arg)\n======================\necho -ne '' >input\necho -ne '' | dc -e8 -e8 -e\\* -e2 -e2 -e+ -e/ -ep\nPASS: dc complex with spaces (multiple args)\n======================\necho -ne '' >input\necho -ne '' | dc -e8 -e8\\*2 -e2+/p\nPASS: dc complex without spaces (multiple args)\nSKIP: dc: x should execute strings\nSKIP: dc: x should not execute or pop non-strings\nSKIP: dc: x should work with strings created from a\nSKIP: dc: p should print invalid escapes\nSKIP: dc: p should print trailing backslashes\nSKIP: dc: p should parse/print single backslashes\nSKIP: dc: p should print single backslash strings\nSKIP: dc read\nSKIP: dc read string\nSKIP: dc '>a' (conditional execute string) 1\nSKIP: dc '>a' (conditional execute string) 2\nSKIP: dc '>aeb' (conditional execute string with else)\nSKIP: dc space can be a register\nSKIP: dc newline can be a register\nSKIP: dc Z (length) for numbers\nSKIP: dc dc_add.dc\nSKIP: dc dc_boolean.dc\nSKIP: dc dc_decimal.dc\nSKIP: dc dc_divide.dc\nSKIP: dc dc_divmod.dc\nSKIP: dc dc_misc.dc\nSKIP: dc dc_modexp.dc\nSKIP: dc dc_modulus.dc\nSKIP: dc dc_multiply.dc\nSKIP: dc dc_power.dc\nSKIP: dc dc_sqrt.dc\nSKIP: dc dc_strings.dc\nSKIP: dc dc_subtract.dc\nSKIP: dc -x dcx_vars.dc\nPASS: dd-accepts-if\nPASS: dd-accepts-of\nPASS: dd-copies-from-standard-input-to-standard-output\nSKIP: dd-count-bytes\nPASS: dd-prints-count-to-standard-error\nPASS: dd-reports-write-errors\n======================\necho -ne 'qwe\\nasd\\nzxc\\n' >input\necho -ne 'asd\\n' | diff -u - input | sed 's/\t.*//'\nPASS: diff of stdin\n======================\necho -ne 'qwe\\nasd\\nzxc' >input\necho -ne 'asd\\n' | diff -u - input | sed 's/\t.*//'\nPASS: diff of stdin, no newline in the file\n======================\necho -ne '' >input\necho -ne 'stdin' | diff - -; echo $?; wc -c\nPASS: diff of stdin, twice\n======================\necho -ne '' >input\necho -ne 'a\\n' | diff -u - input | sed 's/\t.*//'\nPASS: diff of empty file against stdin\n======================\necho -ne 'a\\n' >input\necho -ne '' | diff -u - input | sed 's/\t.*//'\nPASS: diff of empty file against nonempty one\n======================\necho -ne 'abc' >input\necho -ne 'abc ' | diff -ub - input; echo $?\nPASS: diff -b treats EOF as whitespace\n======================\necho -ne 'a \\t c\\n' >input\necho -ne 'a\\t \\tc\\n' | diff -ub - input; echo $?\nPASS: diff -b treats all spaces as equal\n======================\necho -ne 'a\\n' >input\necho -ne '\\na\\n\\n' | diff -uB - input; echo $?\nPASS: diff -B ignores changes whose lines are all blank\n======================\necho -ne 'a\\n' >input\necho -ne '\\nb\\n\\n' | diff -uB - input | sed 's/\t.*//'\nPASS: diff -B does not ignore changes whose lines are not all blank\n======================\necho -ne '\\n1\\n' >input\necho -ne '1\\n' | diff -qB - input; echo $?\nPASS: diff -B ignores blank single line change\n======================\necho -ne '0\\n' >input\necho -ne '1\\n' | diff -qB - input; echo $?\nPASS: diff -B does not ignore non-blank single line change\n======================\necho -ne 'abc\\na  c\\ndef\\n' >input\necho -ne 'a c\\n' | diff -ub - input | sed 's/\t.*//'\nPASS: diff always takes context from old file\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff diff1 diff2/subdir\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir/- | sed 's/\t.*//'\nPASS: diff dir dir2/file/-\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff of dir and fifo\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff of file and fifo\n======================\necho -ne '' >input\necho -ne '' | diff -urN diff1 diff2/subdir | sed 's/\t.*//'\nPASS: diff -rN does not read non-regular files\n======================\necho -ne '' >input\necho -ne '' | diff -ur diff1 diff2/ | sed 's/\t.*//'; diff -ur .///diff1 diff2//// | sed 's/\t.*//'\nPASS: diff diff1 diff2/\nPASS: dirname-handles-absolute-path\nPASS: dirname-handles-empty-path\nPASS: dirname-handles-multiple-slashes\nPASS: dirname-handles-relative-path\nPASS: dirname-handles-root\nPASS: dirname-handles-single-component\nPASS: dirname-works\nPASS: du-h-works\nPASS: du-k-works\nPASS: du-l-works\nPASS: du-m-works\nPASS: du-s-works\nPASS: du-works\nPASS: echo-does-not-print-newline\nPASS: echo-prints-argument\nPASS: echo-prints-arguments\nSKIP: echo-prints-dash\nPASS: echo-prints-newline\nSKIP: echo-prints-non-opts\nSKIP: echo-prints-slash-zero\nSKIP: echo-prints-slash_00041\nSKIP: echo-prints-slash_0041\nSKIP: echo-prints-slash_041\nSKIP: echo-prints-slash_41\nPASS: expr-big\nPASS: expr-works\nPASS: false-is-silent\nPASS: false-returns-failure\nPASS: find-supports-minus-xdev\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find -type f 2>&1\nPASS: find -type f\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec true {} \\; 2>&1; echo $?\nPASS: find -exec exitcode 1\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec true {} + 2>&1; echo $?\nPASS: find -exec exitcode 2\n======================\necho -ne '' >input\necho -ne 'y' | cd find.tempdir && find testfile -ok true {} ';' 2>&1; echo $?\nPASS: find -ok\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec false {} \\; 2>&1; echo $?\nPASS: find -exec exitcode 3\n======================\necho -ne '' >input\necho -ne '' | cd find.tempdir && find testfile -exec false {} + 2>&1; echo $?\nPASS: find -exec exitcode 4\n======================\necho -ne '' >input\necho -ne '' | find / -maxdepth 0 -name /\nPASS: find / -maxdepth 0 -name /\n======================\necho -ne '' >input\necho -ne '' | find // -maxdepth 0 -name /\nPASS: find // -maxdepth 0 -name /\n======================\necho -ne '' >input\necho -ne '' | find / -maxdepth 0 -name //\nPASS: find / -maxdepth 0 -name //\n======================\necho -ne '' >input\necho -ne '' | find // -maxdepth 0 -name //\nPASS: find // -maxdepth 0 -name //\n======================\necho -ne '' >input\necho -ne '' | find ./// -name .\nPASS: find ./// -name .\n======================\necho -ne '' >input\necho -ne '' | find ./// -name .///\nPASS: find ./// -name .///\n======================\necho -ne '' >input\necho -ne '' | grep nonexistent 2> /dev/null ; echo $?\nPASS: grep (exit with error)\n======================\necho -ne '' >input\necho -ne '' | grep grep '/usr/lib/busybox/ptest/testsuite/grep.tests' > /dev/null 2>&1 ; echo $?\nPASS: grep (exit success)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' | grep two\nPASS: grep (default to stdin)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' | grep two -\nPASS: grep - (specify stdin)\n======================\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | grep two input\nPASS: grep input (specify file)\n======================\necho -ne 'bug' >input\necho -ne '' | grep bug input\nPASS: grep (no newline at EOL)\n======================\necho -ne 'one\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | grep two input empty 2>/dev/null\nPASS: grep two files\n======================\necho -ne 'one\\ntwo\\nthree\\n' >input\necho -ne 'one\\ntwo\\ntoo\\nthree\\nthree\\n' | grep two - input\nPASS: grep - infile (specify stdin and file)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | grep two - nonexistent 2> /dev/null ; echo $?\nPASS: grep - nofile (specify stdin and nonexisting file)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | grep -q nomatch - nonexistent 2> /dev/null ; echo $?\nPASS: grep -q - nofile (specify stdin and nonexisting file, no match)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | grep -q two - nonexistent ; echo $?\nPASS: grep -q - nofile (specify stdin and nonexisting file, match)\n======================\necho -ne '' >input\necho -ne '' | grep -s nomatch nonexistent ; echo $?\nPASS: grep -s nofile (nonexisting file, no match)\n======================\necho -ne '' >input\necho -ne 'nomatch\\ndomatch\\nend\\n' | grep -s domatch nonexistent - ; echo $?\nPASS: grep -s nofile - (stdin and nonexisting file, match)\nSKIP: grep handles NUL in files\nSKIP: grep handles NUL on stdin\nSKIP: grep matches NUL\n======================\necho -ne 'one\\ntwo\\n' >input\necho -ne '' | grep -e one -e two input ; echo $?\nPASS: grep handles multiple regexps\n======================\necho -ne 'one\\ntwo\\n' >input\necho -ne '' | grep -F -e one -e two input ; echo $?\nPASS: grep -F handles multiple expessions\n======================\necho -ne 'FOO\\n' >input\necho -ne '' | grep -F -i foo input ; echo $?\nPASS: grep -F handles -i\n======================\necho -ne 'tw\\ntwo\\nthree\\n' >input\necho -ne 'tw.\\nthr\\n' | grep -f - input ; echo $?\nPASS: grep can read regexps from stdin\n======================\necho -ne 'foo\\n' >input\necho -ne '' | grep -x foo input ; echo $?\nPASS: grep -x (full match)\n======================\necho -ne 'foo bar\\n' >input\necho -ne '' | grep -x foo input ; echo $?\nPASS: grep -x (partial match 1)\n======================\necho -ne 'bar foo\\n' >input\necho -ne '' | grep -x foo input ; echo $?\nPASS: grep -x (partial match 2)\n======================\necho -ne 'foo\\n' >input\necho -ne '' | grep -x -F foo input ; echo $?\nPASS: grep -x -F (full match)\n======================\necho -ne 'foo bar\\n' >input\necho -ne '' | grep -x -F foo input ; echo $?\nPASS: grep -x -F (partial match 1)\n======================\necho -ne 'bar foo\\n' >input\necho -ne '' | grep -x -F foo input ; echo $?\nPASS: grep -x -F (partial match 2)\n======================\necho -ne 'asd\\n' >input\necho -ne '' | grep -L qwe input; echo $?\nPASS: grep -L exitcode 0\n======================\necho -ne 'qwe\\n' >input\necho -ne 'asd\\n' | grep -L qwe input -; echo $?\nPASS: grep -L exitcode 0 #2\n======================\necho -ne 'qwe\\n' >input\necho -ne '' | grep -L qwe input; echo $?\nPASS: grep -L exitcode 1\n======================\necho -ne '' >input\necho -ne 'b\\ar\\nfoo\\nbaz' | grep -E fo+\nPASS: grep -E supports extended regexps\n======================\necho -ne '' >input\necho -ne 'foo\\nbar\\n' | egrep foo\nPASS: grep is also egrep\n======================\necho -ne '' >input\necho -ne 'FOO\\n' | egrep foo ; [ $? -ne 0 ] && echo yes\nPASS: egrep is not case insensitive\n======================\necho -ne '' >input\necho -ne '00:19:3E:00:AA:5E 00:1D:60:3D:3A:FB 00:22:43:49:FB:AA\\n' | grep -E -o '([[:xdigit:]]{2}[:-]){5}[[:xdigit:]]{2}'\nPASS: grep -E -o prints all matches\n======================\necho -ne '' >input\necho -ne '/var/test\\n' | grep -o \"[^/]*$\"\nPASS: grep -o does not loop forever\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -o \"\" | head -n1\nPASS: grep -o does not loop forever on zero-length match\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -f input\nPASS: grep -f EMPTY_FILE\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -v -f input\nPASS: grep -v -f EMPTY_FILE\n======================\necho -ne '' >input\necho -ne 'test\\n' | grep -vxf input\nPASS: grep -vxf EMPTY_FILE\n======================\necho -ne 'foop\\n' >input\necho -ne '' | grep -Fw foo input\nPASS: grep -Fw matches only words\n======================\necho -ne 'foop foo\\n' >input\necho -ne '' | grep -Fw foo input\nPASS: grep -Fw doesn't stop on 1st mismatch\n======================\necho -ne 'foop foo\\n' >input\necho -ne '' | grep -w foo input\nPASS: grep -w doesn't stop on 1st mismatch\n======================\necho -ne 'strstr\\n' >input\necho -ne '' | grep -w ^str input\nPASS: grep -w ^str doesn't match str not at the beginning\n======================\necho -ne 'anything\\n' >input\necho -ne '' | grep -w ^ input\nPASS: grep -w ^ doesn't hang\n======================\necho -ne 'wordword\\n' >input\necho -ne '' | grep -w word input\nPASS: grep -w word doesn't match wordword\n======================\necho -ne 'ww\\n' >input\necho -ne '' | grep -F -w w input\nPASS: grep -F -w w doesn't match ww\n======================\necho -ne 'bword,word\\nwordb,word\\nbwordb,word\\n' >input\necho -ne '' | grep -w word input\nPASS: grep -w word match second word\n======================\necho -ne '' >input\necho -ne '  aa bb cc\\n' | grep -x -v -e '.*aa.*' -e 'bb.*'; echo $?\nPASS: grep -x -v -e EXP1 -e EXP2 finds nothing if either EXP matches\n======================\necho -ne '' >input\necho -ne 'foo\\nbar\\nbaz\\n' | grep -Fv \"$(printf \"foo\\nbar\\n\")\"\nPASS: grep PATTERN can be a newline-delimited list\n======================\necho -ne '' >input\necho -ne 'foo\\nbar\\nbaz\\n' | grep -Fv -e \"$(printf \"foo\\nbar\\n\")\"\nPASS: grep -e PATTERN can be a newline-delimited list\n======================\necho -ne '' >input\necho -ne '' | grep -r . grep.testdir/symfoo\nPASS: grep -r on symlink to dir\n======================\necho -ne '' >input\necho -ne '' | grep -r . grep.testdir\nPASS: grep -r on dir/symlink to dir\nPASS: gunzip-reads-from-standard-input\nPASS: gunzip: doesnt exist\nPASS: gunzip: unknown suffix\nPASS: gunzip: already exists\nPASS: gunzip: stream unpack\nPASS: gunzip: delete src\nPASS: gzip-accepts-multiple-files\nPASS: gzip-accepts-single-minus\nSKIP: gzip-compression-levels\nPASS: gzip-removes-original-file\n======================\necho -ne '' >input\necho -ne '' | head head.input\nPASS: head (without args)\n======================\necho -ne '' >input\necho -ne '' | head -n 2 head.input\nPASS: head -n <positive number>\nSKIP: head -n <negative number>\n======================\necho -ne '' >input\necho -ne '\\0\\0\\0\\0' | hexdump -C\nPASS: hexdump -C with four NULs\n======================\necho -ne '' >input\necho -ne '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0' | hexdump -e '1/1 \"%02x|\"1/1 \"%02x!\\n\"'\nPASS: hexdump does not think last padded block matches any full block\n======================\necho -ne '' >input\necho -ne '\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0\\0' | hexdump -e '1/1 \"%02x|\"1/1 \"%02x!\\n\"'\nPASS: hexdump thinks last full block can match\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | hexdump -e '16/1 \" %3_u\" \"\\n\"'\nPASS: hexdump -e %3_u\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | hexdump -e '16/1 \" %4d\" \"\\n\"'\nPASS: hexdump -e /1 %d\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | hexdump -e '8/2 \" %6d\" \"\\n\"'\nPASS: hexdump -e /2 %d\nPASS: hostname-d-works\nPASS: hostname-i-works\nPASS: hostname-s-works\nPASS: hostname-works\nPASS: id-g-works\nPASS: id-u-works\nPASS: id-un-works\nPASS: id-ur-works\nPASS: ln-creates-hard-links\nPASS: ln-creates-soft-links\nPASS: ln-force-creates-hard-links\nPASS: ln-force-creates-soft-links\nPASS: ln-preserves-hard-links\nPASS: ln-preserves-soft-links\nPASS: ls-1-works\nPASS: ls-h-works\nPASS: ls-l-works\nPASS: ls-s-works\n======================\necho -ne '' >input\necho -ne '' | (cd ls.testdir && sh ../ls.mk_uni_tests) && ls -1 ls.testdir\nPASS: ls unicode test with codepoints limited to 767\n======================\necho -ne '' >input\necho -ne '' | touch ls.testdir/A ls.testdir/B; ln -s ls.testdir ls.link; ls ls.link; ls -1 ls.link/; ls -1 ls.link; rm -f ls.link\nPASS: ls symlink_to_dir\nPASS: md5sum-verifies-non-binary-file\nSKIP: md5sum\nPASS: mkdir-makes-a-directory\nPASS: mkdir-makes-parent-directories\nSKIP: mount\nPASS: mv-files-to-dir\nPASS: mv-files-to-dir-2\nPASS: mv-follows-links\nPASS: mv-moves-empty-file\nPASS: mv-moves-file\nPASS: mv-moves-hardlinks\nPASS: mv-moves-large-file\nPASS: mv-moves-small-file\nPASS: mv-moves-symlinks\nPASS: mv-moves-unreadable-files\nSKIP: mv-preserves-hard-links\nPASS: mv-preserves-links\nPASS: mv-refuses-mv-dir-to-subdir\nPASS: mv-removes-source-file\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od\nPASS: od (little-endian)\n======================\necho -ne '' >input\necho -ne '\\x00\\x01\\x02\\x03\\x04\\x05\\x06\\x07\\x08\\x09\\x0a\\x0b\\x0c\\x0d\\x0e\\x0f\\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17\\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f\\x70\\x71\\x72\\x73\\x74\\x75\\x76\\x77\\x78\\x79\\x7a\\x7b\\x7c\\x7d\\x7e\\x7f\\x80\\x81\\x82\\x83\\x84\\x85\\x86\\x87\\x88\\x89\\x8a\\x8b\\x8c\\x8d\\x8e\\x8f\\xf0\\xf1\\xf2\\xf3\\xf4\\xf5\\xf6\\xf7\\xf8\\xf9\\xfa\\xfb\\xfc\\xfd\\xfe\\xff' | od -a\nPASS: od -a (!DESKTOP)\nSKIP: od -a (DESKTOP)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -B\nPASS: od -B\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -o\nPASS: od -o (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -b\nPASS: od -b\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -c\nPASS: od -c\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -d\nPASS: od -d (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -D\nPASS: od -D (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -e\nPASS: od -e (!DESKTOP little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -F\nPASS: od -F (!DESKTOP little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -f\nPASS: od -f (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -H\nPASS: od -H (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -X\nPASS: od -X (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -h\nPASS: od -h (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -x\nPASS: od -x (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -i\nPASS: od -i (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -O\nPASS: od -O (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -I\nPASS: od -I (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -L\nPASS: od -L (little-endian)\n======================\necho -ne '' >input\necho -ne '\u0001\u0002\u0003\nABC' | od -l\nPASS: od -l (little-endian)\nSKIP: od -b\nSKIP: od -f\nSKIP: od -b --traditional\nSKIP: od -b --traditional FILE\n======================\necho -ne 'qwe\nzxc\n' >input\necho -ne '--- input\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch 2>&1; echo $?; cat input\nPASS: patch with old_file == new_file\n======================\necho -ne 'qwe\nzxc\n' >input\necho -ne '--- input.doesnt_exist\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch 2>&1; echo $?; cat input\nPASS: patch with nonexistent old_file\n======================\necho -ne 'qwe\nasd\nzxc\n' >input\necho -ne '--- input.doesnt_exist\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch -R 2>&1; echo $?; cat input\nPASS: patch -R with nonexistent old_file\n======================\necho -ne 'abc\ndef\n123\n' >input\necho -ne '--- input.old\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n abc\n+def\n 123\n' | patch 2>&1; echo $?; cat input\nPASS: patch detects already applied hunk\n======================\necho -ne 'abc\n123\n456\n' >input\necho -ne '--- input.old\tJan 01 01:01:01 2000\n+++ input\tJan 01 01:01:01 2000\n@@ -1,2 +1,3 @@\n abc\n 123\n+456\n' | patch 2>&1; echo $?; cat input\nPASS: patch detects already applied hunk at the EOF\n======================\necho -ne 'abc\ndef\n123\n' >input\necho -ne '--- input\n+++ input\n@@ -1,2 +1,3 @@\n abc\n+def\n 123\n' | patch -N 2>&1; echo $?; cat input\nPASS: patch -N ignores already applied hunk\n======================\necho -ne 'abc\n123\n' >input\necho -ne '--- foo.old\n+++ foo\n@@ -1,2 +1,3 @@\n abc\n+def\n 123\n' | cat >a.patch; patch input a.patch 2>&1; echo $?; cat input; rm a.patch\nPASS: patch FILE PATCH\n======================\necho -ne '111\n222\n333\n444\n555\n666\n777\n888\n999\n' >input\necho -ne '--- input\n+++ input\n@@ -1,6 +1,4 @@\n-111\n-222\n-333\n+111changed\n 444\n 555\n 666\n' | patch 2>&1; cat input\nPASS: patch at the beginning\n======================\necho -ne '' >input\necho -ne '--- /dev/null\n+++ testfile\n@@ -0,0 +1 @@\n+qwerty\n' | patch 2>&1; echo $?; cat testfile; rm testfile\nPASS: patch creates new file\n======================\necho -ne '' >input\necho -ne '--- bogus_dir///dir2///file\n+++ bogus_dir///dir2///file\n@@ -1,2 +1,3 @@\n qwe\n+asd\n zxc\n' | patch -p1 2>&1; echo $?\nPASS: patch understands ...dir///dir...\n======================\necho -ne 'foo\n\n\n\n\n\n\n\nbar\n' >input\necho -ne '--- a/input.orig\n+++ b/input\n@@ -5,5 +5,8 @@ foo\n \n \n \n+1\n+2\n+3\n \n bar\n-- \n2.9.2\n' | patch -p1 2>&1; echo $?; cat input\nPASS: patch internal buffering bug?\n======================\necho -ne '' >input\necho -ne '' | pidof veryunlikelyoccuringbinaryname ; echo $?\nPASS: pidof (exit with error)\n======================\necho -ne '' >input\necho -ne '' | pidof pidof > /dev/null; echo $?\nPASS: pidof (exit with success)\n======================\necho -ne '' >input\necho -ne '' | pidof pidof.tests | grep -o -w 3488\nPASS: pidof this\nSKIP: pidof -s\nSKIP: pidof -o %PPID NOP\nSKIP: pidof -o init\n======================\necho -ne '' >input\necho -ne '' | busybox printf '\\c' foo\nPASS: printf produces no further output 1\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%s\\c' foo bar\nPASS: printf produces no further output 2\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%s\\n' foo '/home/root'\nPASS: printf repeatedly uses pattern for each argv\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%b' 'a\\tb' 'c\\d\\n' 2>&1; echo $?\nPASS: printf understands %b escaped_string\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%d\\n' '\"x' \"'y\" \"'zTAIL\" 2>&1; echo $?\nPASS: printf understands %d '\"x' \"'y\" \"'zTAIL\"\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%s\\n' '\"x' \"'y\" \"'zTAIL\" 2>&1; echo $?\nPASS: printf understands %s '\"x' \"'y\" \"'zTAIL\"\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%23.12f|\\n' 5.25 2>&1; echo $?\nPASS: printf understands %23.12f\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%*.*f|\\n' 23 12 5.25 2>&1; echo $?\nPASS: printf understands %*.*f\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%*f|\\n' -23 5.25 2>&1; echo $?\nPASS: printf understands %*f with negative width\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%.*f|\\n' -12 5.25 2>&1; echo $?\nPASS: printf understands %.*f with negative precision\n======================\necho -ne '' >input\necho -ne '' | busybox printf '|%*.*f|\\n' -23 -12 5.25 2>&1; echo $?\nPASS: printf understands %*.*f with negative width/precision\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%zd\\n' -5 2>&1; echo $?\nPASS: printf understands %zd\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%ld\\n' -5 2>&1; echo $?\nPASS: printf understands %ld\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%Ld\\n' -5 2>&1; echo $?\nPASS: printf understands %Ld\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%%\\n' 2>&1; echo $?\nPASS: printf understands %%\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%d\\n' 3 +3 '   3' '   +3' 2>&1; echo $?\nPASS: printf handles positive numbers for %d\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%i\\n' 3 +3 '   3' '   +3' 2>&1; echo $?\nPASS: printf handles positive numbers for %i\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%x\\n' 42 +42 '   42' '   +42' 2>&1; echo $?\nPASS: printf handles positive numbers for %x\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%0.3f\\n' .42 +.42 '   .42' '   +.42' 2>&1; echo $?\nPASS: printf handles positive numbers for %f\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%d\\n' 1 - 2 bad 3 123bad 4 2>&1; echo $?\nPASS: printf handles %d bad_input\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%' a b c 2>&1; echo $?\nPASS: printf aborts on bare %\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%r' a b c 2>&1; echo $?\nPASS: printf aborts on %r\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%0*d\\n' 2 1 2>&1; echo $?\nPASS: printf treats leading 0 as flag\n======================\necho -ne '' >input\necho -ne '' | busybox printf '%0 d\\n' 2 2>&1; echo $?\nPASS: printf handles multiple flags\nPASS: pwd-prints-working-directory\n======================\necho -ne '' >input\necho -ne '' | readlink ./readlink_testdir/testfile\nPASS: readlink on a file\n======================\necho -ne '' >input\necho -ne '' | readlink ./testlink\nPASS: readlink on a link\n======================\necho -ne '' >input\necho -ne '' | readlink -f ./readlink_testdir/testfile\nPASS: readlink -f on a file\n======================\necho -ne '' >input\necho -ne '' | readlink -f ./testlink\nPASS: readlink -f on a link\n======================\necho -ne '' >input\necho -ne '' | readlink -f ./readlink_testdir/readlink_testdir/testlink\nPASS: readlink -f on an invalid link\n======================\necho -ne '' >input\necho -ne '' | readlink -f readlink_testdir/../readlink_testdir/testfile\nPASS: readlink -f on a weird dir\n======================\necho -ne '' >input\necho -ne '' | realpath /not_file\nPASS: realpath on non-existent absolute path 1\n======================\necho -ne '' >input\necho -ne '' | realpath /not_file/\nPASS: realpath on non-existent absolute path 2\n======================\necho -ne '' >input\necho -ne '' | realpath //not_file\nPASS: realpath on non-existent absolute path 3\n======================\necho -ne '' >input\necho -ne '' | realpath /not_dir/not_file 2>&1\nPASS: realpath on non-existent absolute path 4\n======================\necho -ne '' >input\necho -ne '' | realpath realpath_testdir/not_file\nPASS: realpath on non-existent local file 1\n======================\necho -ne '' >input\necho -ne '' | realpath realpath_testdir/not_dir/not_file 2>&1\nPASS: realpath on non-existent local file 2\n======================\necho -ne '' >input\necho -ne '' | realpath link1\nPASS: realpath on link to non-existent file 1\n======================\necho -ne '' >input\necho -ne '' | realpath link2 2>&1\nPASS: realpath on link to non-existent file 2\n======================\necho -ne '' >input\necho -ne '' | realpath ./link1\nPASS: realpath on link to non-existent file 3\n======================\necho -ne '' >input\necho -ne '' | realpath ./link2 2>&1\nPASS: realpath on link to non-existent file 4\n======================\necho -ne 'line 1\\n\\nline 3\\n' >input\necho -ne '' | rev input\nPASS: rev works\n======================\necho -ne 'line 1\\n\\nline 3' >input\necho -ne '' | rev input\nPASS: rev file with missing newline\n======================\necho -ne 'lin\\000e 1\\n\\nline 3\\n' >input\necho -ne '' | rev input\nPASS: rev file with NUL character\n======================\necho -ne '---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+---------------+--------------+\\nabc\\n' >input\necho -ne '' | rev input\nPASS: rev file with long line\nPASS: rm-removes-file\nPASS: rmdir-removes-parent-directories\n======================\necho -ne '' >input\necho -ne 'hello\\n' | sed \"\"\nPASS: sed no files (stdin)\n======================\necho -ne '' >input\necho -ne 'hello\\n' | sed \"\" -\nPASS: sed explicit stdin\n======================\necho -ne '' >input\necho -ne '\\n' | sed -e 's/$/@/'\nPASS: sed handles empty lines\n======================\necho -ne '' >input\necho -ne 'hello' | sed \"\" - -\nPASS: sed stdin twice\n======================\necho -ne '' >input\necho -ne '' | sed -e '1 d'\nPASS: sed accepts blanks before command\n======================\necho -ne '' >input\necho -ne '2\\n' | sed -e 'i1\na3'\nPASS: sed accepts newlines in -e\n======================\necho -ne '' >input\necho -ne '2\\n' | sed -e 'i\\' -e '1' -e 'a\\' -e '3'\nPASS: sed accepts multiple -e\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -n -e s/foo/bar/ -e s/bar/baz/\nPASS: sed -n\n======================\necho -ne '' >input\necho -ne 'string\\n' | sed 's/z*//g'\nPASS: sed with empty match\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e s/foo/bar/p -e s/bar/baz/p\nPASS: sed s//p\n======================\necho -ne '' >input\necho -ne 'abc\\n' | sed -ne s/abc/def/p\nPASS: sed -n s//p\n======================\necho -ne '' >input\necho -ne '12345\\n' | sed -e 's/[[:space:]]*/,/g'\nPASS: sed s//g (exhaustive)\n======================\necho -ne '' >input\necho -ne 'woo\\n' | sed -e 's woo boing '\nPASS: sed s arbitrary delimiter\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e s/foo/bar/ -e s/bar/baz/\nPASS: sed s chains\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e s/foo/bar/ -e s/baz/nee/\nPASS: sed s chains2\n======================\necho -ne '' >input\necho -ne 'one@two' | sed -e 's@[@]@@'\nPASS: sed s [delimiter]\n======================\necho -ne '' >input\necho -ne 'one\\ttwo' | sed 's/\\t/ /'\nPASS: sed s with \\t (GNU ext)\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e 'b one;p;: one'\nPASS: sed b (branch)\n======================\necho -ne '' >input\necho -ne 'foo\\n' | sed -e 'b;p'\nPASS: sed b (branch with no label jumps to end)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 's/a/1/;t one;p;: one;p'\nPASS: sed t (test/branch)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 's/a/b/;:loop;t loop'\nPASS: sed t (test/branch clears test bit)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 's/a/1/;T notone;p;: notone;p'\nPASS: sed T (!test/branch)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 'n;p'\nPASS: sed n (flushes pattern space, terminates early)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -e 'N;p'\nPASS: sed N (flushes pattern space (GNU behavior))\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed ':a;N;s/\\n/ /;ta'\nPASS: sed N test2\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed 'N;s/\\n/ /'\nPASS: sed N test3\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\nd\\n' | sed \"/b/N;/b\\\\nc/i woo\"\nPASS: sed address match newline\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -n 'N;P;p'\nPASS: sed N (stops at end of input) and P (prints to first newline only)\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed G\nPASS: sed G (append hold space to pattern space)\n======================\necho -ne '' >input\necho -ne 'ook\\n' | sed -e '/ook/d;s/ook/ping/p;i woot'\nPASS: sed d ends script iteration\n======================\necho -ne '' >input\necho -ne 'ook\\nwoot\\n' | sed -e '/ook/d;a\\' -e 'bang'\nPASS: sed d ends script iteration (2)\n======================\necho -ne '' >input\necho -ne 'woo\\0woo\\0' | sed -e 's/woo/bang/g'\nPASS: sed embedded NUL g\n======================\necho -ne 'woo\\n' >input\necho -ne 'woo\\n' | sed -e 's/woo/bang/' input -\nPASS: sed normal newlines\n======================\necho -ne 'woo\\n' >input\necho -ne 'woo' | sed -e 's/woo/bang/' input -\nPASS: sed leave off trailing newline\n======================\necho -ne 'woo' >input\necho -ne 'woo' | sed -e 's/woo/bang/' input -\nPASS: sed autoinsert newline\n======================\necho -ne '' >input\necho -ne 'one\\ntwo' | sed -e 's/nohit//' input -\nPASS: sed empty file plus cat\n======================\necho -ne 'one\\ntwo' >input\necho -ne '' | sed -e 's/nohit//' input -\nPASS: sed cat plus empty file\n======================\necho -ne '' >input\necho -ne 'woot' | sed -e '/woot/a woo' -\nPASS: sed append autoinserts newline\n======================\necho -ne 'boot' >input\necho -ne 'woot' | sed -e '/oot/a woo' - input\nPASS: sed append autoinserts newline 2\n======================\necho -ne 'boot' >input\necho -ne '' | sed -e '/oot/a woo' -i input && cat input\nPASS: sed append autoinserts newline 3\n======================\necho -ne '' >input\necho -ne 'woot' | sed -e '/woot/i woo' -\nPASS: sed insert doesn't autoinsert newline\n======================\necho -ne '' >input\necho -ne 'one' | sed -e 'p' -\nPASS: sed print autoinsert newlines\n======================\necho -ne 'one' >input\necho -ne 'two' | sed -e 'p' input -\nPASS: sed print autoinsert newlines two files\n======================\necho -ne 'no\\n' >input\necho -ne '' | sed -ne 's/woo/bang/' input\nPASS: sed noprint, no match, no newline\n======================\necho -ne 'a woo\\nb no' >input\necho -ne 'c woo\\nd no' | sed -ne 's/woo/bang/p' input -\nPASS: sed selective matches with one nl\n======================\necho -ne 'a woo\\nb woo' >input\necho -ne 'c no\\nd woo' | sed -ne 's/woo/bang/p' input -\nPASS: sed selective matches insert newline\n======================\necho -ne 'a woo\\nb woo' >input\necho -ne 'c no\\nd no' | sed -ne 's/woo/bang/p' input -\nPASS: sed selective matches noinsert newline\n======================\necho -ne 'one' >input\necho -ne 'two' | sed -e '/one/a 111' -e '/two/i 222' -e p input -\nPASS: sed clusternewline\n======================\necho -ne 'thingy' >input\necho -ne 'again' | sed -e 's/i/z/' -e 'woutputw' input -; echo -n X; cat outputw\nPASS: sed subst+write\n======================\necho -ne 'a\\0b\\0' >input\necho -ne 'c' | sed 's/i/z/' input -\nPASS: sed trailing NUL\n======================\necho -ne 'a' >input\necho -ne '' | sed 's/a/z\\\nz/' input\nPASS: sed escaped newline in command\n======================\necho -ne '' >input\necho -ne 'hello\\nthere' | sed -e '$p'\nPASS: sed match EOF\n======================\necho -ne 'one\\ntwo' >input\necho -ne 'three\\nfour' | sed -e '$p' input -\nPASS: sed match EOF two files\n======================\necho -ne 'one\\ntwo' >input\necho -ne '' | sed -e '$i ook' -i input input2 && cat input input2\nPASS: sed match EOF inline\n======================\necho -ne '' >input\necho -ne '' | sed --version | grep -o 'GNU sed version '\nPASS: sed lie-to-autoconf\n======================\necho -ne '' >input\necho -ne 'woot' | sed -e '/woot/s//eep \\0 eep/'\nPASS: sed backref from empty s uses range regex\n======================\necho -ne '' >input\necho -ne 'woot\\n' | sed -e '/woot/s//eep \\0 eep/'\nPASS: sed backref from empty s uses range regex with newline\n======================\necho -ne '' >input\necho -ne '' | sed -e '' -i 2> /dev/null || echo yes\nPASS: sed -i with no arg [GNUFAIL]\n======================\necho -ne '' >input\necho -ne 'xxx\\n' | sed -e 's/xxx/[/'\nPASS: sed s/xxx/[/\n======================\necho -ne '' >input\necho -ne '0\\n1\\n2\\n3\\n' | sed 's/1/x/;T;n;: next;s/3/y/;t quit;n;b next;: quit;q'\nPASS: sed n command must reset 'substituted' bit\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\n' | sed -n '1d;1,3p'\nPASS: sed d does not break n,m matching\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\n' | sed -n '1d;1,/hir/p'\nPASS: sed d does not break n,regex matching\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\nfirst2\\nsecond2\\nthird2\\nfourth2\\n' | sed -n '1,5d;1,/hir/p'\nPASS: sed d does not break n,regex matching #2\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\nthird\\nfourth\\n' | sed -n '2d;2,1p'\nPASS: sed 2d;2,1p (gnu compat)\n======================\necho -ne '' >input\necho -ne '/usr/lib\\n' | sed 's,\\(^/\\|\\)[^/][^/]*,>\\0<,g'\nPASS: sed beginning (^) matches only once\n======================\necho -ne '' >input\necho -ne 'first\\nsecond\\n' | sed 'crepl'\nPASS: sed c\n======================\necho -ne '' >input\necho -ne 'qwe\\nasd\\nzxc\\n' | sed '/asd/ { p; /s/ { s/s/c/ }; p; q }'\nPASS: sed nested {}s\n======================\necho -ne '' >input\necho -ne '\t| one \\\\\n\t| two \\\\\n' | sed -e '/| one /a \\\n\t| three \\\\' -e '/| one-/a \\\n\t| three-* \\\\'\nPASS: sed a cmd ended by double backslash\n======================\necho -ne '' >input\necho -ne 'line1\\n' | sed '/1/a\\\\t\\rzero\\none\\\\ntwo\\\\\\nthree'\nPASS: sed a cmd understands \\n,\\t,\\r\n======================\necho -ne '' >input\necho -ne 'line1\\n' | sed '/1/i\\\\t\\rzero\\none\\\\ntwo\\\\\\nthree'\nPASS: sed i cmd understands \\n,\\t,\\r\n======================\necho -ne '' >input\necho -ne '1\\n2\\n3\\n4\\n' | sed -n '1{N;N;d};1p;2,3p;3p;4p'\nPASS: sed with N skipping lines past ranges on next cmds\n======================\necho -ne 'foo\\n' >input\necho -ne '' | cp input input2; sed -i -e '1s/foo/bar/' input input2 && cat input input2; rm input2\nPASS: sed -i with address modifies all files, not only first\n======================\necho -ne '' >input\necho -ne 'rrr\\n' | sed 's/r/\\r/'\nPASS: sed understands \\r\n======================\necho -ne '1\\n2\\n3\\n4\\n' >input\necho -ne '' | sed '1,2d' -i input; echo $?; cat input\nPASS: sed -i finishes ranges correctly\n======================\necho -ne '' >input\necho -ne 'helllo\\n' | sed 's/l*/@/g'\nPASS: sed zero chars match/replace advances correctly 1\n======================\necho -ne '' >input\necho -ne ' a.b\\n' | sed 's [^ .]* x g'\nPASS: sed zero chars match/replace advances correctly 2\n======================\necho -ne '' >input\necho -ne '_aaa1aa\\n' | sed 's/a/A/g'\nPASS: sed zero chars match/replace logic must not falsely trigger here 1\n======================\necho -ne '' >input\necho -ne 'qwerty\\n' | sed 's/ *$/_/g'\nPASS: sed zero chars match/replace logic must not falsely trigger here 2\n======================\necho -ne '' >input\necho -ne '9+8=17\\n' | sed 's+9\\++X+'\nPASS: sed special char as s/// delimiter, in pattern\n======================\necho -ne '' >input\necho -ne '9+8=17\\n' | sed 's&9&X\\&&'\nPASS: sed special char as s/// delimiter, in replacement 1\n======================\necho -ne '' >input\necho -ne '9+8=17\\n' | sed 's1\\(9\\)1X\\11'\nPASS: sed special char as s/// delimiter, in replacement 2\n======================\necho -ne '' >input\necho -ne 'this is a regular line\nline with \\\ncontinuation\nmore regular lines\nline with \\\ncontinuation\n' | sed ': testcont; /\\\\$/{ =; N; b testcont }'\nPASS: sed /$_in_regex/ should not match newlines, only end-of-line\n======================\necho -ne '' >input\necho -ne 'aa\\n' | sed -e 's/a/b/2; s/a/c/g'\nPASS: sed s///NUM test\n======================\necho -ne '' >input\necho -ne '1\\n2\\n3\\n4\\n5\\n' | sed /^2/,2{d}\nPASS: sed /regex/,N{...} addresses work\n======================\necho -ne '' >input\necho -ne '1\\n2\\n3\\n4\\n5\\n' | sed /^2/,+2{d}\nPASS: sed /regex/,+N{...} addresses work\n======================\necho -ne '' >input\necho -ne 'a\\n1\\nc\\nc\\na\\n2\\na\\n3\\n' | sed -n '/a/,+1 p'\nPASS: sed /regex/,+N{...} addresses work 2\n======================\necho -ne '1\\n2\\n3\\n4\\n5\\n6\\n7\\n8\\n' >input\necho -ne '1\\n2\\n4\\n5\\n6\\n7\\n8\\n' | cat - >input2; sed /^4/,+2{d} -i input input2; echo $?; cat input input2; rm input2\nPASS: sed /regex/,+N{...} -i works\n======================\necho -ne '1\\n2\\n3\\n4\\n5\\n6\\n7\\n8\\n' >input\necho -ne '1\\n2\\n4\\n5\\n6\\n7\\n8\\n' | cat - >input2; sed /^4/,+0{d} -i input input2; echo $?; cat input input2; rm input2\nPASS: sed /regex/,+0{...} -i works\n======================\necho -ne '1\\n2\\n3\\n4\\n5\\n6\\n7\\n8\\n' >input\necho -ne '1\\n2\\n4\\n5\\n6\\n7\\n8\\n' | cat - >input2; sed /^4/,+0d -i input input2; echo $?; cat input input2; rm input2\nPASS: sed /regex/,+0<cmd> -i works\n======================\necho -ne '' >input\necho -ne '123\\nqwe\\nasd\\n' | sed 's/qwe/ZZZ/wz'; cat z; rm z\nPASS: sed 's///w FILE'\n======================\necho -ne '' >input\necho -ne 'q\\nw\\ne\\nr\\n' | sed '/w/p;//q'\nPASS: sed uses previous regexp\n======================\necho -ne '' >input\necho -ne 'abca\\n' | sed -e 's/^a\\|b//g'\nPASS: sed ^ OR not^\n======================\necho -ne '' >input\necho -ne 'a\\nb\\nc\\n' | sed -n -e '/a/w sed.output' -e '/c/w sed.output' 2>&1 && cat sed.output && rm sed.output\nPASS: sed understands duplicate file name\n======================\necho -ne '' >input\necho -ne '' | seq 2> /dev/null || echo yes\nPASS: seq (exit with error)\n======================\necho -ne '' >input\necho -ne '' | seq 1 2 3 4 2> /dev/null || echo yes\nPASS: seq (exit with error)\n======================\necho -ne '' >input\necho -ne '' | seq 3\nPASS: seq one argument\n======================\necho -ne '' >input\necho -ne '' | seq 5 7\nPASS: seq two arguments\n======================\necho -ne '' >input\necho -ne '' | seq 7 5\nPASS: seq two arguments reversed\n======================\necho -ne '' >input\necho -ne '' | seq 3 3\nPASS: seq two arguments equal\n======================\necho -ne '' >input\necho -ne '' | seq 1 -15 1\nPASS: seq two arguments equal, arbitrary negative step\n======================\necho -ne '' >input\necho -ne '' | seq 1 +15 1\nPASS: seq two arguments equal, arbitrary positive step\n======================\necho -ne '' >input\necho -ne '' | seq 4 2 8\nPASS: seq count up by 2\n======================\necho -ne '' >input\necho -ne '' | seq 8 -2 4\nPASS: seq count down by 2\n======================\necho -ne '' >input\necho -ne '' | seq 4 -2 8\nPASS: seq count wrong way #1\n======================\necho -ne '' >input\necho -ne '' | seq 8 2 4\nPASS: seq count wrong way #2\n======================\necho -ne '' >input\necho -ne '' | seq 3 .3 4\nPASS: seq count by .3\n======================\necho -ne '' >input\necho -ne '' | seq 3 .30 4\nPASS: seq count by .30\n======================\necho -ne '' >input\necho -ne '' | seq 3 .30 4.000\nPASS: seq count by .30 to 4.000\n======================\necho -ne '' >input\necho -ne '' | seq .7 -.9 -2.2\nPASS: seq count by -.9\n======================\necho -ne '' >input\necho -ne '' | seq 4 0 8 | head -n 10\nPASS: seq count by zero\n======================\necho -ne '' >input\necho -ne '' | seq -w 003\nPASS: seq one argument with padding\n======================\necho -ne '' >input\necho -ne '' | seq -w 005 7\nPASS: seq two arguments with padding\n======================\necho -ne '' >input\necho -ne '' | seq -w 8 -3 04\nPASS: seq count down by 3 with padding\n======================\necho -ne '' >input\necho -ne '' | seq -w 09 .3 11\nPASS: seq count by .3 with padding 1\n======================\necho -ne '' >input\necho -ne '' | seq -w 03 .3 0004\nPASS: seq count by .3 with padding 2\n======================\necho -ne '' >input\necho -ne '' | seq -4 -2 -8\nPASS: seq from -4 count down by 2\n======================\necho -ne '' >input\necho -ne '' | seq -.0 -.25 -.9\nPASS: seq from -.0 count down by .25\n======================\necho -ne '' >input\necho -ne '' | seq -s : -1 1\nPASS: seq -s : with negative start\n======================\necho -ne '' >input\necho -ne '' | echo \"da39a3ee5e6b4b0d3255bfef95601890afd80709 EMPTY\" | sha1sum -c\nPASS: sha1sum: one-space separated input for -c\nSKIP: sha1sum\nSKIP: sha256sum\n======================\necho -ne 'c\\na\\nb\\n' >input\necho -ne '' | sort input\nPASS: sort\n======================\necho -ne '3\\n1\\n010\\n' >input\necho -ne '' | sort input\nPASS: sort #2\n======================\necho -ne '' >input\necho -ne 'b\\na\\nc\\n' | sort\nPASS: sort stdin\n======================\necho -ne '3\\n1\\n010\\n' >input\necho -ne '' | sort -n input\nPASS: sort numeric\n======================\necho -ne 'point\\nwook\\npabst\\naargh\\nwalrus\\n' >input\necho -ne '' | sort -r input\nPASS: sort reverse\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k4,4 input\nPASS: sort one key\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k2,3n input\nPASS: sort key range with numeric option\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k2,3n -r input\nPASS: sort key range with numeric option and global reverse\n======================\necho -ne '42\t1\t3\twoot\n42\t1\t010\tzoology\negg\t1\t2\tpapyrus\n7\t3\t42\tsoup\n999\t3\t0\talgebra\n' >input\necho -ne '' | sort -k2,3rn input\nPASS: sort key range with multiple options\n======================\necho -ne 'c 3\nb 2\nd 2\n' >input\necho -ne '' | sort -k 2,2n -k 1,1r input\nPASS: sort key range with two -k options\n======================\necho -ne '/a/2\n/b/1\n' >input\necho -ne '' | sort -n -k2 -t/ input\nPASS: sort with non-default leading delim 1\n======================\necho -ne '/b/1\n/a/2\n' >input\necho -ne '' | sort -n -k3 -t/ input\nPASS: sort with non-default leading delim 2\n======================\necho -ne '//a/2\n//b/1\n' >input\necho -ne '' | sort -n -k3 -t/ input\nPASS: sort with non-default leading delim 3\n======================\necho -ne 'a/a:a\na:b\n' >input\necho -ne '' | sort -t: -k1,1 input\nPASS: sort with non-default leading delim 4\n======================\necho -ne 'aa.2\nab.1\n' >input\necho -ne '' | sort -t. -k1,1.1 -k2 input\nPASS: sort with ENDCHAR\n======================\necho -ne 'GLIBC_2.21\nGLIBC_2.1.1\nGLIBC_2.2.1\nGLIBC_2.2\nGLIBC_2.20\nGLIBC_2.10\nGLIBC_2.1\n' >input\necho -ne '' | sort -t. -k 1,1 -k 2n,2n -k 3 input\nPASS: glibc build sort\n======================\necho -ne 'GLIBC_2.10\nGLIBC_2.2.1\nGLIBC_2.1.1\nGLIBC_2.20\nGLIBC_2.2\nGLIBC_2.1\nGLIBC_2.21\n' >input\necho -ne '' | sort -u -t. -k 1,1 -k 2n,2n -k 3 input\nPASS: glibc build sort unique\n======================\necho -ne 'a c\nb c\n' >input\necho -ne '' | sort -u -k2 input\nPASS: sort -u should consider field only when discarding\n======================\necho -ne 'one\\0two\\0three\\0' >input\necho -ne '' | sort -z input\nPASS: sort -z outputs NUL terminated lines\n======================\necho -ne '' >input\necho -ne ' 2 \\n 1 \\n a \\n' | sort -n -k2 -t ' '\nPASS: sort key doesn't strip leading blanks, disables fallback global sort\n======================\necho -ne '222\n111\n' >input\necho -ne '' | sort -o input input && cat input\nPASS: sort file in place\n======================\necho -ne 'a 1\nb 2\nc 1\nd 2\n' >input\necho -ne '' | sort -k2 -r -s input\nPASS: sort -sr (stable and reverse) does NOT reverse 'stable' ordering\n======================\necho -ne '1Y\n5y\n1M\n2E\n3k\n3e\n2K\n4m\n1023\n1025\n3000\n1024\n' >input\necho -ne '' | sort -h input\nPASS: sort -h\n======================\necho -ne '2 April\n1  May\n3 March\n' >input\necho -ne '' | sort -k2,2M input\nPASS: sort -k2,2M\n======================\necho -ne 'z b\na b\nz a\na a' >input\necho -ne '' | sort -s -u -k 2 input\nPASS: sort -s -u\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -x true 2>&1; echo $?\nPASS: start-stop-daemon -x without -a\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -d $TMP_DIR -x true 2>&1; echo $?\nPASS: start-stop-daemon -x with -d on existing directory\n======================\necho -ne '' >input\necho -ne '' | output=$(start-stop-daemon -S -d $TMP_DIR -x pwd); echo $output\nPASS: start-stop-daemon -x with -d on existing and check dir\n======================\necho -ne '' >input\necho -ne '' | output=$(start-stop-daemon -S --chdir $TMP_DIR -x pwd); echo $output\nPASS: start-stop-daemon -x with --chdir on existing and check dir\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -a false 2>&1; echo $?\nPASS: start-stop-daemon -a without -x\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S false 2>&1; echo $?\nPASS: start-stop-daemon without -x and -a\n======================\necho -ne '' >input\necho -ne '' | start-stop-daemon -S -d /non-existent -x true > /dev/null 2>&1; echo $?\nPASS: start-stop-daemon -x with -d on non-existing directory\nSKIP: start-stop-daemon with both -x and -a (need non-busybox false)\nPASS: strings-works-like-GNU\nPASS: tail-n-works\nSKIP: tail-works\n======================\necho -ne '' >input\necho -ne 'qw' | tail -c +55 2>&1; echo $?\nPASS: tail: +N with N > file length\n======================\necho -ne '' >input\necho -ne '' | \n\tdd if=/dev/zero bs=16k count=1 2>/dev/null | tail -c +8200 | wc -c;\n\tdd if=/dev/zero bs=16k count=1 2>/dev/null | tail -c +8208 | wc -c;\n\t\nPASS: tail: -c +N with largish N\nPASS: tar-archives-multiple-files\nPASS: tar-complains-about-missing-file\nPASS: tar-demands-at-least-one-ctx\nPASS: tar-demands-at-most-one-ctx\nPASS: tar-extracts-all-subdirs\nPASS: tar-extracts-file\nPASS: tar-extracts-from-standard-input\nPASS: tar-extracts-multiple-files\nPASS: tar-extracts-to-standard-output\nPASS: tar-handles-cz-options\nPASS: tar-handles-empty-include-and-non-empty-exclude-list\nPASS: tar-handles-exclude-and-extract-lists\nPASS: tar-handles-multiple-X-options\nPASS: tar-handles-nested-exclude\nSKIP: tar_with_link_with_size\nSKIP: tar_with_prefix_fields\n======================\necho -ne '' >input\necho -ne '' | \\\ntar xvf - 2>&1; echo $?\n\nPASS: tar Empty file is not a tarball\n======================\necho -ne '' >input\necho -ne '' | \\\n{ tar xvzf - 2>&1; echo $?; } | grep -Fv \"invalid magic\"\n\nPASS: tar Empty file is not a tarball.tar.gz\n======================\necho -ne '' >input\necho -ne '' | \\\ndd if=/dev/zero bs=512 count=2 2>/dev/null | tar xvf - 2>&1; echo $?\n\nPASS: tar Two zeroed blocks is a ('truncated') empty tarball\n======================\necho -ne '' >input\necho -ne '' | \\\ndd if=/dev/zero bs=512 count=20 2>/dev/null | tar xvf - 2>&1; echo $?\n\nPASS: tar Twenty zeroed blocks is an empty tarball\n======================\necho -ne '' >input\necho -ne '' | \\\n>input_hard1\nln input_hard1 input_hard2\nmkdir input_dir\n>input_dir/file\nchmod -R 644 *\nchmod    755 input_dir\ntar cf test.tar input input_dir/ input_hard1 input_hard2 input_hard1 input_dir/ input\ntar tvf test.tar | sed \"s/.*[0-9] input/input/\"\nrm -rf input_dir\ntar xf test.tar 2>&1\necho Ok: $?\nls -l . input_dir/* | grep input_ | sed \"s/\\\\(^[^ ]*\\\\) .* input/\\\\1 input/\"\n\nPASS: tar hardlinks and repeated files\n======================\necho -ne '' >input\necho -ne '' | \\\n>input_hard1\nchmod 741 input_hard1\nln input_hard1 input_hard2\nmkdir input_dir\nln input_hard1 input_dir\nln input_hard2 input_dir\nchmod 550 input_dir\n# On some filesystems, input_dir/input_hard2 is returned by readdir\n# BEFORE input_dir/input_hard1! Thats why we cant just \"tar cf ... input_*\":\ntar cf test.tar input_dir/input_hard* input_hard*\ntar tvf test.tar | sed \"s/.*[0-9] input/input/\"\nchmod 770 input_dir\nrm -rf input_*\ntar xf test.tar 2>&1\necho Ok: $?\nls -l . input_dir/* | grep \"input.*hard\" | sed \"s/\\\\(^[^ ]*\\\\) .* input/\\\\1 input/\"\n\nPASS: tar hardlinks mode\n======================\necho -ne '' >input\necho -ne '' | \\\n>input_file\nchmod 741 input_file\nln -s input_file input_soft\nmkdir input_dir\nln input_file input_dir\nln input_soft input_dir\nchmod 550 input_dir\ntar cf test.tar input_dir/* input_[fs]*\ntar tvf test.tar | sed \"s/.*[0-9] input/input/\" | sort\nchmod 770 input_dir\nrm -rf input_*\ntar xf test.tar 2>&1\necho Ok: $?\nls -l . input_dir/* | grep \"input_[fs]\" | sed \"s/\\\\(^[^ ]*\\\\) .* input/\\\\1 input/\"\n\nPASS: tar symlinks mode\n======================\necho -ne 'Ok\\n' >input\necho -ne '' | ln input input_hard\ntar cf test.tar input_hard\necho WRONG >input\n# --overwrite opens 'input_hard' without unlinking,\n# thus 'input_hard' still linked to 'input' and we write 'Ok' into it\ntar xf test.tar --overwrite 2>&1 && cat input\n\nPASS: tar --overwrite\n======================\necho -ne '' >input\necho -ne '' | dd count=1 bs=1M if=/dev/zero of=F0 2>/dev/null\ntar -czf F0.tgz F0\nrm F0\ntar -xzvf F0.tgz && echo Ok\nrm F0 || echo BAD\n\nPASS: tar extract tgz\nSKIP: tar extract txz\n======================\necho -ne '' >input\necho -ne '' | rm -rf input_* test.tar 2>/dev/null\nmkdir input_dir\necho Ok >input_dir/file\ntar cf test.tar ./../tar.tempdir/input_dir/../input_dir 2>&1\nrm -rf input_* 2>/dev/null\ntar -vxf test.tar 2>&1\ncat input_dir/file 2>&1\n\nPASS: tar strips /../ on extract\nSKIP: tar does not extract into symlinks\nSKIP: tar -k does not extract into symlinks\n======================\necho -ne '' >input\necho -ne '' | \\\ntar xvf ../tar.utf8.tar.bz2 2>&1; echo $?\nexport LANG=en_US.UTF-8\nls -l etc/ssl/certs/* | sed \"s:.*etc/:etc/:\" | sort\nunset LANG\nrm -rf etc usr\n\nPASS: tar Pax-encoded UTF8 names and symlinks\nSKIP: tar Symlink attack: create symlink and then write through it\n======================\necho -ne '' >input\necho -ne '' | \\\nmkdir dir\n>dir/a\nln -s ../dir/a dir/b\nln dir/b dir/c\nmkdir new\ntar cf - dir/* | tar -C new -xvf - 2>&1\n\nPASS: tar Symlinks and hardlinks coexist\nPASS: tee-appends-input\nPASS: tee-tees-input\n======================\necho -ne '' >input\necho -ne '' | busybox test; echo $?\nPASS: test: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test ''; echo $?\nPASS: test '': should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test !; echo $?\nPASS: test !: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test a; echo $?\nPASS: test a: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test --help; echo $?\nPASS: test --help: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test -f; echo $?\nPASS: test -f: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test ! -f; echo $?\nPASS: test ! -f: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test a = a; echo $?\nPASS: test a = a: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test -lt = -gt; echo $?\nPASS: test -lt = -gt: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test a -a !; echo $?\nPASS: test a -a !: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test -f = a -o b; echo $?\nPASS: test -f = a -o b: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test ! a = b -a ! c = c; echo $?\nPASS: test ! a = b -a ! c = c: should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test ! a = b -a ! c = d; echo $?\nPASS: test ! a = b -a ! c = d: should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test '!' = '!'; echo $?\nPASS: test '!' = '!': should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test '(' = '('; echo $?\nPASS: test '(' = '(': should be true (0)\n======================\necho -ne '' >input\necho -ne '' | busybox test '!' '!' = '!'; echo $?\nPASS: test '!' '!' = '!': should be false (1)\n======================\necho -ne '' >input\necho -ne '' | busybox test '!' '(' = '('; echo $?\nPASS: test '!' '(' = '(': should be false (1)\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc\\' sleep 0 2>&1\nPASS: time -f trailing backslash\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc%' sleep 0 2>&1\nPASS: time -f trailing percent\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc\\^def' sleep 0 2>&1\nPASS: time -f undefined backslash\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc%^def' sleep 0 2>&1\nPASS: time -f undefined percent\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc\\ndef\\txyz' sleep 0 2>&1\nPASS: time -f backslash tab and newline\n======================\necho -ne '' >input\necho -ne '' | time -f 'abc%%def' sleep 0 2>&1\nPASS: time -f percent percent\nPASS: touch-creates-file\nPASS: touch-does-not-create-file\nPASS: touch-touches-files-after-non-existent-file\nPASS: tr-d-alnum-works\nPASS: tr-d-works\nPASS: tr-non-gnu\nPASS: tr-rejects-wrong-class\nPASS: tr-works\n======================\necho -ne '' >input\necho -ne '[qwe]' | tr '[q-z]' '_Q-Z+'\nPASS: tr does not treat [] in [a-z] as special\n======================\necho -ne '' >input\necho -ne '19AFH\\n' | tr -cd '[0-9A-F]'\nPASS: tr understands 0-9A-F\n======================\necho -ne '' >input\necho -ne '19AFH\\n' | tr -cd '[:xdigit:]'\nPASS: tr understands [:xdigit:]\n======================\necho -ne '' >input\necho -ne '789abcxyz\\n' | tr '[:digit:]y-z' 111111111123\nPASS: tr does not stop after [:digit:]\n======================\necho -ne '' >input\necho -ne '#0123456789ABCDEFGabcdefg\\n' | tr '[:xdigit:]Gg' 1111111151242222333330xX\nPASS: tr has correct xdigit sequence\nPASS: true-is-silent\nPASS: true-returns-success\n======================\necho -ne '' >input\necho -ne '' | uniq nonexistent 2> /dev/null || echo yes\nPASS: uniq (exit with error)\n======================\necho -ne '' >input\necho -ne '' | uniq /dev/null && echo yes\nPASS: uniq (exit success)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq\nPASS: uniq (default to stdin)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -\nPASS: uniq - (specify stdin)\n======================\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | uniq input\nPASS: uniq input (specify file)\n======================\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | uniq input actual > /dev/null\nPASS: uniq input outfile (two files)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq - actual\nPASS: uniq (stdin) outfile\n======================\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' >input\necho -ne '' | uniq input -\nPASS: uniq input - (specify stdout)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -c | sed 's/^[ \\t]*//'\nPASS: uniq -c (occurrence count)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -d\nPASS: uniq -d (dups only)\n======================\necho -ne '' >input\necho -ne 'cc\tdd\tee8\nbb\tcc\tdd8\naa\tbb\tcc9\n' | uniq -f2 -s 3\nPASS: uniq -f -s (skip fields and chars)\n======================\necho -ne '' >input\necho -ne 'cc1\ncc2\ncc3\n' | uniq -w 2\nPASS: uniq -w (compare max characters)\n======================\necho -ne '' >input\necho -ne 'aaccaa\naaccbb\nbbccaa\n' | uniq -s 2 -w 2\nPASS: uniq -s -w (skip fields and compare max chars)\n======================\necho -ne '' >input\necho -ne 'one\\ntwo\\ntwo\\nthree\\nthree\\nthree\\n' | uniq -d -u\nPASS: uniq -u and -d produce no output\n======================\necho -ne '' >input\necho -ne '' | unzip -q foo.zip foo/ && test -d foo && test ! -f foo/bar && echo yes\nPASS: unzip (subdir only)\nSKIP: unzip (bad archive)\nSKIP: unzip (archive with corrupted lzma 1)\nSKIP: unzip (archive with corrupted lzma 2)\nPASS: uptime-works\nPASS: wc-counts-all\nPASS: wc-counts-characters\nPASS: wc-counts-lines\nPASS: wc-counts-words\nPASS: wc-prints-longest-line-length\nPASS: which-uses-default-path\nSKIP: xargs-works\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs -E _\nPASS: xargs -E _ stops on underscore\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs -E ''\nPASS: xargs -E ''\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs -e\nPASS: xargs -e without param\n======================\necho -ne '' >input\necho -ne 'a\\n_\\nb\\n' | xargs\nPASS: xargs does not stop on underscore ('new' GNU behavior)\n======================\necho -ne '' >input\necho -ne 'a\\n' | xargs -s7 echo\nPASS: xargs -s7 can take one-char input\n======================\necho -ne '' >input\necho -ne '1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 00\\n' | xargs -ts25 echo 2>&1 >/dev/null\nPASS: xargs -sNUM test 1\n======================\necho -ne '' >input\necho -ne '2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 00\\n' | xargs -ts25 echo 1 2>&1 >/dev/null\nPASS: xargs -sNUM test 2\nSKIP: xargs argument line too long\nSKIP: xargs -n1\nSKIP: xargs -n2\nSKIP: xargs -I skips empty lines and leading whitespace\nDURATION: 3\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.514472484588623,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-bzip2_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-bzip2",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0017805099487304688,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.2037150859832764,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03487706184387207,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 44.67767596244812,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002148866653442383,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Decompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Md5sum_Matched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Recompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Recompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Redecompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_Redecompress__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_md5sum_Matched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_md5sum_ReMatched": {
    "status": "PASSED"
   },
   "ptestresult.bzip2./usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2_md5sum_ReMatched__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/go/compress/fail-issue5747.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/go/compress/fail-issue5747.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc1.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc1.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc2.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc2.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve2.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve2.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun2.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun2.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/void.bz2.bad": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.Correctly_found_data_integrity_errors_in_/usr/lib/bzip2/ptest/bzip2-tests/lbzip2/void.bz2.bad__small_": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.sample1_compress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.sample1_decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.sample2_compress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.sample2_decompress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.sample3_compress": {
    "status": "PASSED"
   },
   "ptestresult.bzip2.sample3_decompress": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/bzip2/ptest\n./bzip2 -1  < sample1.ref > sample1.rb2\n./bzip2 -2  < sample2.ref > sample2.rb2\n./bzip2 -3  < sample3.ref > sample3.rb2\n./bzip2 -d  < sample1.bz2 > sample1.tst\n./bzip2 -d  < sample2.bz2 > sample2.tst\n./bzip2 -ds < sample3.bz2 > sample3.tst\nPASS: sample1 compress\nPASS: sample2 compress\nPASS: sample3 compress\nPASS: sample1 decompress\nPASS: sample2 decompress\nPASS: sample3 decompress\n./bzip2-tests/run-tests.sh --without-valgrind --tests-dir=\"/usr/lib/bzip2/ptest/bzip2-tests\"\nTesting bzip2 in directory /usr/lib/bzip2/ptest/bzip2-tests\nUsing valgrind: No\nChecking md5 sums: Yes\nTesting decompression and recompression...\n\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 md5sum ReMatched (small)\n\nAll .bz files decompressed and recompressed correctly.\n\nTesting detection of bad input data...\n\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc1.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc1.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun2.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun2.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/void.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/void.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc2.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc2.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve2.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve2.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/go/compress/fail-issue5747.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/go/compress/fail-issue5747.bz2.bad (small)\n\nCorrectly found all bad file data integrity errors.\n\nAll tests passed\nDURATION: 44\nEND: /usr/lib/bzip2/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "bzip2": {
     "duration": "44",
     "log": "START: ptest-runner\n2025-06-16T11:37\n./bzip2 -1  < sample1.ref > sample1.rb2\n./bzip2 -2  < sample2.ref > sample2.rb2\n./bzip2 -3  < sample3.ref > sample3.rb2\n./bzip2 -d  < sample1.bz2 > sample1.tst\n./bzip2 -d  < sample2.bz2 > sample2.tst\n./bzip2 -ds < sample3.bz2 > sample3.tst\nPASS: sample1 compress\nPASS: sample2 compress\nPASS: sample3 compress\nPASS: sample1 decompress\nPASS: sample2 decompress\nPASS: sample3 decompress\n./bzip2-tests/run-tests.sh --without-valgrind --tests-dir=\"/usr/lib/bzip2/ptest/bzip2-tests\"\nTesting bzip2 in directory /usr/lib/bzip2/ptest/bzip2-tests\nUsing valgrind: No\nChecking md5 sums: Yes\nTesting decompression and recompression...\n\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-2.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/incomp-1.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/empty.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/idx899999.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/ch255.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/fib.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/codelen20.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/repet.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/32767.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/rand.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/trash.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/concat.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/gap.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-00.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/empty.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/hello-world.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/45MB-fb.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/aaa.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/510B.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/pyflate/765B.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/random.data.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random2.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-sawtooth.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/Isaac.Newton-Opticks.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/pass-random1.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/compress/e.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/regexp/re2-exhaustive.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/pss-vect.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/go/crypto/SigVer.rsp.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample1.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/dancing-color.ps.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/dotnetzip/sample2.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/COMPRESS-131.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.txt.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/zip64support.tar.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.tar.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/bla.xml.bz2 md5sum ReMatched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Decompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 md5sum Matched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Recompress \nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Redecompress\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 md5sum ReMatched\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Decompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Md5sum Matched (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Recompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 Redecompress (small)\nPASS: /usr/lib/bzip2/ptest/bzip2-tests/commons-compress/multiple.bz2 md5sum ReMatched (small)\n\nAll .bz files decompressed and recompressed correctly.\n\nTesting detection of bad input data...\n\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc1.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc1.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun2.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun2.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/void.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/void.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc2.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/crc2.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve2.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve2.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/overrun.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/lbzip2/cve.bz2.bad (small)\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/go/compress/fail-issue5747.bz2.bad\nPASS: Correctly found data integrity errors in /usr/lib/bzip2/ptest/bzip2-tests/go/compress/fail-issue5747.bz2.bad (small)\n\nCorrectly found all bad file data integrity errors.\n\nAll tests passed\nDURATION: 44\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5149390697479248,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-coreutils_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-coreutils",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007426738739013672,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1965744495391846,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03615689277648926,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 100.92981362342834,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.000888824462890625,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/basenc/base64.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/basenc/basenc.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cat/cat-E.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cat/cat-buf.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cat/cat-proc.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cat/cat-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chcon/chcon-fail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chcon/chcon.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/chgrp/basic.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chgrp/default-no-deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chgrp/deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chgrp/from.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/chgrp/no-x.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chgrp/posix-H.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chgrp/recurse.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/c-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/equal-x.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/equals.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/ignore-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/inaccessible.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/no-x.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/octal.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/setgid.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/silent.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/symlinks.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/thru-dangling.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/umask-x.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chmod/usage.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chown/basic.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/chown/deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chown/preserve-root.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/chown/separator.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/chroot/chroot-credentials.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/chroot/chroot-fail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/b2sum.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/cksum-a.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/cksum-base64.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/cksum-c.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/cksum-raw.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/cksum.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/md5sum-bsd.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/md5sum-newline.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/md5sum-parallel.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/md5sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sha1sum-vec.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sha1sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sha224sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sha256sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sha384sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sha512sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sm3sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sum-sysv.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cksum/sum.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/abuse.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/acl.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/attr-existing.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/backup-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/backup-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/backup-is-src.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/capability.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/copy-FMR.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/cp-HL.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/cp-a-selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/cp-deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/cp-i.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/cp-mv-backup.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/cp-mv-enotsup-xattr.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/cp-parents.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/cross-dev-symlink.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/debug.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/deref-slink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/dir-rm-dest.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/dir-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/dir-vs-file.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/existing-perm-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/existing-perm-race.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/fail-perm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/file-perm-race.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/into-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/keep-directory-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/link-deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/link-heap.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/link-no-deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/link-preserve.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/link-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/link.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/nfs-removal-race.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/no-ctx.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/no-deref-link1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/no-deref-link2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/no-deref-link3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/parent-perm-race.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/parent-perm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/perm.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/preserve-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/preserve-gid.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/preserve-link.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/preserve-mode.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/preserve-slink-time.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/proc-short-read.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/proc-zero-len.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/r-vs-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/reflink-auto.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/reflink-perm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/same-file.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/slink-2-slink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/sparse-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/sparse-extents-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/sparse-extents.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/sparse-perf.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/sparse-to-pipe.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/sparse.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/special-bits.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/cp/special-f.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/src-base-dot.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/symlink-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cp/thru-dangling.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/csplit/csplit-1000.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/csplit/csplit-heap.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/csplit/csplit-io-err.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/csplit/csplit-suppress-matched.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/csplit/csplit.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cut/cut-huge-range.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/cut/cut.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/date/date-debug.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/date/date-next-dow.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/date/date-sec.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/date/date-tz.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/date/date.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/ascii.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/bytes.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/direct.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/misc.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/no-allocate.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/nocache.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/nocache_eof.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/dd/nocache_fail.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/dd/not-rewound.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/reblock.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/skip-seek-past-dev.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/dd/skip-seek-past-file.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/skip-seek.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/skip-seek2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/sparse.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/stats.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/stderr.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/unblock-sync.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/dd/unblock.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/df/df-P.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/df/df-output.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/df/df-symlink.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/df/header.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/df/no-mtab-status.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/df/over-mount-device.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/df/problematic-chars.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/df/skip-duplicates.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/df/skip-rootfs.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/df/total-unprocessed.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/df/total-verify.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/df/unreadable.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/2g.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/du/8gb.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/apparent.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/basic.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/bigtime.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/du/bind-mount-dir-cycle-v2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/du/bind-mount-dir-cycle.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/du/deref-args.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/exclude.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/fd-leak.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/du/files0-from-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/files0-from.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/hard-link.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/inacc-dest.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/inacc-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/inaccessible-cwd.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/inodes.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/long-from-unreadable.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/long-sloop.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/max-depth.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/move-dir-while-traversing.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/du/no-deref.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/no-x.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/one-file-system.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/restore-wd.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/threshold.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/trailing-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/du/two-args.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/env/env-S-script.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/env/env-S.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/env/env-null.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/env/env-signal-handler.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/env/env.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/expr/expr-multibyte.pl": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/expr/expr.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/factor/factor-parallel.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/factor/factor.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/factor/t00.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t01.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t02.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t03.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t04.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t05.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t06.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t07.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t08.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t09.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t10.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t11.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t12.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t13.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t14.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t15.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t16.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t17.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t18.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t19.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t20.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t21.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t22.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t23.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t24.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t25.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t26.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t27.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t28.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t29.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t30.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t31.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t32.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t33.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t34.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t35.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t36.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/factor/t37.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/fmt/base.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/fmt/goal-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/fmt/long-line.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/fmt/non-space.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/groups/groups-dash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/groups/groups-process-all.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/groups/groups-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/head/head-c.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/head/head-elide-tail.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/head/head-pos.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/head/head-write-error.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/head/head.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/help/help-version-getopt.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/help/help-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/id/context.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/id/gnu-zero-uids.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/id/no-context.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/id/setgid.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/id/smack.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/id/uid.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/id/zero.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/install/basic-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/install/create-leading.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/install/d-slashdot.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/install/install-C-root.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/install/install-C-selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/install/install-C.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/install/install-Z-selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/install/strip-program.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/install/trap.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/join/join-utf8.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/join/join.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/backup-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/hard-backup.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/hard-to-sym.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/misc.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/relative.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/sf-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/slash-decorated-nonexistent-dest.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ln/target-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/a-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/abmon-align.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/acl.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/birthtime.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/block-size.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/capability.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/classify.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/color-clear-to-eol.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/color-dtype-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/color-ext.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/color-norm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/color-term.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/dangle.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/dired.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/file-type.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/follow-slink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/getxattr-speedup.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/group-dirs.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/hex-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/hyperlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/infloop.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/inode.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/ls-misc.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/ls-time.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/m-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/multihardlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/nameless-uid.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/no-arg.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/no-cap.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/quote-align.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/readdir-mountpoint-inode.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/recursive.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/removed-directory.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/root-rel-symlink-color.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/rt-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/selinux-segfault.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/size-align.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/slink-acl.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/sort-width-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/stat-dtype.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/stat-failed.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/stat-free-color.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/stat-free-symlinks.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/ls/stat-vs-dirent.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/symlink-loop.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/symlink-quote.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/symlink-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/time-style-diag.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/w-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/x-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ls/zero-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/arch.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/basename.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/close-stdout.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/comm.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/coreutils.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/misc/dircolors.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/dirname.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/echo.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/expand.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/false-status.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/fold.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/invalid-opt.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/kill.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/mknod.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/mktemp.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/nl.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/nohup.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/numfmt.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/paste.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/pathchk.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/printenv.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/read-errors.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/realpath.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/misc/sleep.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/stdbuf.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/sync.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/tee.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/time-style.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/tsort.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/unexpand.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/usage_vs_getopt.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/write-errors.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/xattr.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/xstrtol.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/misc/yes.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-acl.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-slashdot.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-thru-slink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/p-v.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/parents.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/perm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/restorecon.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mkdir/selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mkdir/smack-no-root.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mkdir/smack-root.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mkdir/special-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/t-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mkdir/writable-under-readonly.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/acl.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/atomic.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/atomic2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/backup-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/backup-is-src.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/childproof.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/diag.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/dir-file.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/dir2dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/dup-source.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/force.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/hard-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/hard-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/hard-4.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/hard-link-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/hardlink-case.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/i-1.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/i-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/i-3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/i-4.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/i-5.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/i-link-no.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/into-self-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/into-self-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/into-self-4.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/into-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/leak-fd.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/mv-exchange.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/mv-n.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/mv-special-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/no-copy.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/no-target-dir.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/part-fail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/part-hardlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/part-rename.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/part-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/partition-perm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/perm-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/sticky-to-xpart.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/mv/symlink-onto-hardlink-to-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/symlink-onto-hardlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/to-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/trailing-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/mv/update.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/nice/nice-fail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/nice/nice.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/nproc/nproc-avail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/nproc/nproc-override.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/nproc/nproc-positive.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od-N.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od-endian.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od-float.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od-j.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od-multiple-t.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od-x8.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/od/od.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/pr/pr-tests.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf-cov.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf-hex.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf-indexed.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf-mb.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf-quote.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf-surprise.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/printf/printf.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ptx/ptx-overrun.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/ptx/ptx.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/pwd/pwd-long.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/pwd/pwd-option.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/can-e.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/can-f.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/can-m.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/multi.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/readlink-fp-loop.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/readlink-root.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/readlink/rl-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/cycle.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/d-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/d-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/d-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/dangling-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/deep-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/deep-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/dir-no-w.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/dir-nonrecur.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/dot-rel.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/empty-immutable-skip.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/empty-inacc.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/empty-name.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/ext3-perf.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/f-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/fail-2eperm.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/fail-eacces.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/fail-eperm.xpl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/hash.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/i-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/i-never.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/i-no-r.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/ignorable.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/inaccessible.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/interactive-always.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/interactive-once.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/ir-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/isatty.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/many-dir-entries-vs-OOM.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/no-give-up.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/one-file-system.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/one-file-system2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/r-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/r-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/r-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/r-4.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/r-root.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/read-only.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/readdir-bug.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/rm-readdir-fail.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/rm/rm1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/rm2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/rm3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/rm4.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/rm5.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/sunos-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/unread2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/unread3.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/unreadable.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rm/v-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rmdir/fail-perm.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rmdir/ignore.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rmdir/symlink-errors.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/rmdir/t-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/runcon/runcon-compute.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/runcon/runcon-no-reorder.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/seq/seq-epipe.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/seq/seq-extra-number.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/seq/seq-io-errors.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/seq/seq-locale.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/seq/seq-long-double.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/seq/seq-precision.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/seq/seq.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/shred/shred-exact.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/shred/shred-passes.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/shred/shred-remove.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/shred/shred-size.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/shuf/shuf-reservoir.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/shuf/shuf.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-NaN-infloop.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-benchmark-random.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-compress-hang.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-compress-proc.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-compress.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-continue.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-debug-keys.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-debug-warn.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-discrim.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-exit-early.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-files0-from.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-float.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-h-thousands-sep.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-merge-fdlimit.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-merge.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-month.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-rand.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-spinlock-abuse.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-stale-thread-mem.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-u-FMR.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/sort/sort-unique-segv.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-unique.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/sort/sort.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/additional-suffix.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/b-chunk.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/fail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/filter.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/guard-input.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/l-chunk-root.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/split/l-chunk.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/line-bytes.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/lines.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/numeric.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/r-chunk.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/record-sep.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/suffix-auto-length.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/split/suffix-length.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-birthtime.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-fmt.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-hyphen.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-mount.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-nanoseconds.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-printf.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stat/stat-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stty/stty-invalid.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stty/stty-row-col.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/stty/stty.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tac/tac-2-nonseekable.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tac/tac-continue.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tac/tac.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/F-headers.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/F-vs-missing.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/F-vs-rename.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/append-only.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/assert-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/big-4gb.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/descriptor-vs-rename.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/end-of-device.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/flush-initial.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/follow-name.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/follow-stdin.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/inotify-dir-recreate.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/inotify-hash-abuse.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/inotify-hash-abuse2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/inotify-only-regular.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/inotify-race.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/inotify-race2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/inotify-rotate-resources.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/inotify-rotate.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/overlay-headers.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/pid-pipe.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/pid.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/pipe-f.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/pipe-f2.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/proc-ksyms.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/retry.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/start-middle.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/tail-c.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/tail-n0f.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/tail-sysfs.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tail/tail.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/truncate.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tail/wait.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/test/test-N.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/test/test-diag.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/test/test.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/timeout/timeout-blocked.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/timeout/timeout-group.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/timeout/timeout-large-parameters.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/timeout/timeout-parameters.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/timeout/timeout.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/60-seconds.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/dangling-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/dir-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/empty-file.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/fail-diag.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/fifo.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/no-create-missing.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/no-dereference.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/no-rights.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/not-owner.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/now-owned-by-other.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/touch/obsolescent.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/read-only.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/relative.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/touch/trailing-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tr/tr-case-class.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tr/tr.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-dangling-symlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-dir-fail.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-fail-diag.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-fifo.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-no-create-missing.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-overflow.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-owned-by-other.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-parameters.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/truncate/truncate-relative.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/tty/tty-eof.pl": {
    "status": "SKIPPED"
   },
   "ptestresult.coreutils.tests/tty/tty.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/uniq/uniq-collate.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/uniq/uniq-perf.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/uniq/uniq.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc-files0-from.pl": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc-files0.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc-nbsp.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc-parallel.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc-proc.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc-total.sh": {
    "status": "PASSED"
   },
   "ptestresult.coreutils.tests/wc/wc.pl": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/coreutils/ptest\nmake[1]: Entering directory '/usr/lib/coreutils/ptest'\nPASS: tests/help/help-version.sh\nPASS: tests/help/help-version-getopt.sh\ninotify-race.sh: skipped test: can't run gdb\nSKIP: tests/tail/inotify-race.sh\ninotify-race2.sh: skipped test: can't run gdb\nSKIP: tests/tail/inotify-race2.sh\nPASS: tests/misc/invalid-opt.pl\next3-perf.sh: skipped test: very expensive: disabled by default\nSKIP: tests/rm/ext3-perf.sh\nPASS: tests/rm/cycle.sh\nlink-heap.sh: skipped test: expensive: disabled by default\nSKIP: tests/cp/link-heap.sh\nno-ctx.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/cp/no-ctx.sh\ntty-eof.pl: this script requires Perl's Expect package >=1.11\nSKIP: tests/tty/tty-eof.pl\nPASS: tests/misc/read-errors.sh\nPASS: tests/misc/write-errors.sh\nPASS: tests/tail/inotify-hash-abuse.sh\nPASS: tests/tail/inotify-hash-abuse2.sh\nPASS: tests/tail/F-vs-missing.sh\nPASS: tests/tail/F-vs-rename.sh\nPASS: tests/tail/F-headers.sh\nPASS: tests/tail/descriptor-vs-rename.sh\nPASS: tests/tail/inotify-rotate.sh\ninotify-rotate-resources.sh: skipped test: no strace program\nSKIP: tests/tail/inotify-rotate-resources.sh\nPASS: tests/tail/inotify-dir-recreate.sh\ninotify-only-regular.sh: skipped test: no strace program\nSKIP: tests/tail/inotify-only-regular.sh\nPASS: tests/chmod/no-x.sh\nPASS: tests/chgrp/basic.sh\nPASS: tests/rm/dangling-symlink.sh\nPASS: tests/ls/ls-time.sh\nPASS: tests/rm/d-1.sh\nPASS: tests/rm/d-2.sh\nPASS: tests/rm/d-3.sh\nPASS: tests/rm/deep-1.sh\nPASS: tests/rm/deep-2.sh\nPASS: tests/rm/dir-no-w.sh\nPASS: tests/rm/dir-nonrecur.sh\nPASS: tests/rm/dot-rel.sh\nPASS: tests/rm/isatty.sh\nPASS: tests/rm/empty-inacc.sh\nPASS: tests/rm/empty-name.pl\nPASS: tests/rm/f-1.sh\nPASS: tests/rm/fail-eacces.sh\nPASS: tests/rm/fail-eperm.xpl\nhash.sh: skipped test: expensive: disabled by default\nSKIP: tests/rm/hash.sh\nPASS: tests/rm/i-1.sh\nPASS: tests/rm/i-never.sh\nPASS: tests/rm/i-no-r.sh\nPASS: tests/rm/ignorable.sh\nPASS: tests/rm/inaccessible.sh\nPASS: tests/rm/interactive-always.sh\nPASS: tests/rm/interactive-once.sh\nPASS: tests/rm/ir-1.sh\nPASS: tests/rm/one-file-system2.sh\nPASS: tests/rm/r-1.sh\nPASS: tests/rm/r-2.sh\nPASS: tests/rm/r-3.sh\nPASS: tests/rm/r-4.sh\nr-root.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/rm/r-root.sh\nPASS: tests/rm/readdir-bug.sh\nPASS: tests/rm/rm1.sh\nPASS: tests/touch/empty-file.sh\nPASS: tests/rm/rm2.sh\nPASS: tests/rm/rm3.sh\nPASS: tests/rm/rm4.sh\nPASS: tests/rm/rm5.sh\nPASS: tests/rm/sunos-1.sh\nPASS: tests/rm/unread2.sh\nPASS: tests/rm/unread3.sh\nPASS: tests/rm/unreadable.pl\nPASS: tests/rm/v-slash.sh\nmany-dir-entries-vs-OOM.sh: skipped test: expensive: disabled by default\nSKIP: tests/rm/many-dir-entries-vs-OOM.sh\nrm-readdir-fail.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/rm/rm-readdir-fail.sh\nPASS: tests/chgrp/default-no-deref.sh\nPASS: tests/chgrp/deref.sh\nPASS: tests/chgrp/no-x.sh\nPASS: tests/chgrp/posix-H.sh\nPASS: tests/chgrp/recurse.sh\nPASS: tests/fmt/base.pl\nPASS: tests/fmt/goal-option.sh\nPASS: tests/fmt/long-line.sh\nPASS: tests/fmt/non-space.sh\nPASS: tests/misc/echo.sh\nPASS: tests/env/env.sh\nPASS: tests/env/env-signal-handler.sh\nPASS: tests/ptx/ptx.pl\nPASS: tests/test/test.pl\nPASS: tests/seq/seq.pl\nPASS: tests/seq/seq-epipe.sh\nPASS: tests/seq/seq-extra-number.sh\nPASS: tests/seq/seq-io-errors.sh\nPASS: tests/seq/seq-locale.sh\nseq-long-double.sh: skipped test: this test runs only on systems with glibc and long double != double\nSKIP: tests/seq/seq-long-double.sh\nPASS: tests/seq/seq-precision.sh\nPASS: tests/head/head.pl\nPASS: tests/head/head-elide-tail.pl\ntail-sysfs.sh: skipped test: No /sys/kernel/profiling file\nSKIP: tests/tail/tail-sysfs.sh\nPASS: tests/tail/tail-n0f.sh\nPASS: tests/ls/ls-misc.pl\nPASS: tests/date/date.pl\nPASS: tests/date/date-next-dow.pl\nPASS: tests/ptx/ptx-overrun.sh\nPASS: tests/misc/xstrtol.pl\nPASS: tests/tail/overlay-headers.sh\nPASS: tests/tail/pid.sh\nPASS: tests/tail/pid-pipe.sh\nPASS: tests/od/od.pl\nPASS: tests/od/od-endian.sh\nPASS: tests/od/od-float.sh\nPASS: tests/misc/mktemp.pl\nPASS: tests/misc/arch.sh\nPASS: tests/pr/pr-tests.pl\nPASS: tests/pwd/pwd-option.sh\nPASS: tests/chcon/chcon-fail.sh\ncoreutils.sh: skipped test: required program(s) not built\nSKIP: tests/misc/coreutils.sh\nPASS: tests/cut/cut.pl\nPASS: tests/cut/cut-huge-range.sh\nPASS: tests/wc/wc.pl\nPASS: tests/wc/wc-files0-from.pl\nPASS: tests/wc/wc-files0.sh\nPASS: tests/wc/wc-nbsp.sh\nPASS: tests/wc/wc-parallel.sh\nPASS: tests/wc/wc-proc.sh\nPASS: tests/wc/wc-total.sh\nPASS: tests/cat/cat-E.sh\nPASS: tests/cat/cat-proc.sh\nPASS: tests/cat/cat-buf.sh\nPASS: tests/cat/cat-self.sh\nPASS: tests/misc/basename.pl\nPASS: tests/basenc/base64.pl\nPASS: tests/basenc/basenc.pl\nPASS: tests/misc/close-stdout.sh\nPASS: tests/chroot/chroot-fail.sh\nPASS: tests/cksum/cksum.sh\nPASS: tests/cksum/cksum-a.sh\nPASS: tests/cksum/cksum-c.sh\nPASS: tests/cksum/cksum-base64.pl\nPASS: tests/cksum/cksum-raw.sh\nPASS: tests/misc/comm.pl\nPASS: tests/csplit/csplit.sh\nPASS: tests/csplit/csplit-1000.sh\nPASS: tests/csplit/csplit-heap.sh\ncsplit-io-err.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/csplit/csplit-io-err.sh\nPASS: tests/csplit/csplit-suppress-matched.pl\ndate-debug.sh: skipped test: Timezones database not found\nSKIP: tests/date/date-debug.sh\nPASS: tests/date/date-sec.sh\nPASS: tests/date/date-tz.sh\nPASS: tests/misc/dircolors.pl\nPASS: tests/misc/dirname.pl\nPASS: tests/env/env-null.sh\nPASS: tests/env/env-S.pl\nPASS: tests/env/env-S-script.sh\nPASS: tests/misc/expand.pl\nPASS: tests/expr/expr.pl\nexpr-multibyte.pl: this test requires FR-UTF8 locale\nSKIP: tests/expr/expr-multibyte.pl\nPASS: tests/factor/factor.pl\nPASS: tests/factor/factor-parallel.sh\nPASS: tests/misc/false-status.sh\nPASS: tests/misc/fold.pl\nPASS: tests/groups/groups-dash.sh\nPASS: tests/groups/groups-process-all.sh\nPASS: tests/groups/groups-version.sh\nPASS: tests/head/head-c.sh\nPASS: tests/head/head-pos.sh\nPASS: tests/head/head-write-error.sh\nPASS: tests/misc/kill.sh\nPASS: tests/cksum/b2sum.sh\nPASS: tests/cksum/md5sum.pl\nPASS: tests/cksum/md5sum-bsd.sh\nPASS: tests/cksum/md5sum-newline.pl\nPASS: tests/cksum/md5sum-parallel.sh\nPASS: tests/join/join.pl\njoin-utf8.sh: skipped test: French UTF-8 locale not available\nSKIP: tests/join/join-utf8.sh\nPASS: tests/misc/mknod.sh\nPASS: tests/nice/nice.sh\nPASS: tests/nice/nice-fail.sh\nPASS: tests/misc/nl.sh\nPASS: tests/misc/nohup.sh\nPASS: tests/nproc/nproc-avail.sh\nPASS: tests/nproc/nproc-positive.sh\nPASS: tests/nproc/nproc-override.sh\nPASS: tests/misc/numfmt.pl\nPASS: tests/od/od-N.sh\nPASS: tests/od/od-j.sh\nPASS: tests/od/od-multiple-t.sh\nPASS: tests/od/od-x8.sh\nPASS: tests/misc/paste.pl\nPASS: tests/misc/pathchk.sh\nPASS: tests/misc/printenv.sh\nPASS: tests/printf/printf.sh\nPASS: tests/printf/printf-cov.pl\nPASS: tests/printf/printf-hex.sh\nPASS: tests/printf/printf-indexed.sh\nPASS: tests/printf/printf-mb.sh\nPASS: tests/printf/printf-surprise.sh\nPASS: tests/printf/printf-quote.sh\nPASS: tests/pwd/pwd-long.sh\nPASS: tests/readlink/readlink-fp-loop.sh\nPASS: tests/readlink/readlink-root.sh\nPASS: tests/misc/realpath.sh\nruncon-compute.sh: skipped test: runcon setup failed\nSKIP: tests/runcon/runcon-compute.sh\nPASS: tests/runcon/runcon-no-reorder.sh\nPASS: tests/cksum/sha1sum.pl\nPASS: tests/cksum/sha1sum-vec.pl\nPASS: tests/cksum/sha224sum.pl\nPASS: tests/cksum/sha256sum.pl\nPASS: tests/cksum/sha384sum.pl\nPASS: tests/cksum/sha512sum.pl\nPASS: tests/shred/shred-exact.sh\nPASS: tests/shred/shred-passes.sh\nPASS: tests/shred/shred-remove.sh\nPASS: tests/shred/shred-size.sh\nPASS: tests/shuf/shuf.sh\nshuf-reservoir.sh: skipped test: expensive: disabled by default\nSKIP: tests/shuf/shuf-reservoir.sh\nPASS: tests/misc/sleep.sh\nPASS: tests/cksum/sm3sum.pl\nPASS: tests/sort/sort.pl\nsort-benchmark-random.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-benchmark-random.sh\nPASS: tests/sort/sort-compress.sh\nsort-compress-hang.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-compress-hang.sh\nsort-compress-proc.sh: skipped test: expensive: disabled by default\nSKIP: tests/sort/sort-compress-proc.sh\nPASS: tests/sort/sort-continue.sh\nPASS: tests/sort/sort-debug-keys.sh\nPASS: tests/sort/sort-debug-warn.sh\nPASS: tests/sort/sort-discrim.sh\nPASS: tests/sort/sort-files0-from.pl\nPASS: tests/sort/sort-float.sh\nsort-h-thousands-sep.sh: skipped test: The Swedish locale with blank thousands separator is unavailable.\nSKIP: tests/sort/sort-h-thousands-sep.sh\nPASS: tests/sort/sort-merge.pl\nPASS: tests/sort/sort-merge-fdlimit.sh\nsort-month.sh: skipped test: The locale utility is not present\nSKIP: tests/sort/sort-month.sh\nPASS: tests/sort/sort-exit-early.sh\nPASS: tests/sort/sort-rand.sh\nsort-spinlock-abuse.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-spinlock-abuse.sh\nsort-stale-thread-mem.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-stale-thread-mem.sh\nPASS: tests/sort/sort-unique.sh\nPASS: tests/sort/sort-unique-segv.sh\nPASS: tests/sort/sort-version.sh\nPASS: tests/sort/sort-NaN-infloop.sh\nsort-u-FMR.sh: skipped test: requires a working valgrind\nSKIP: tests/sort/sort-u-FMR.sh\nPASS: tests/split/filter.sh\nPASS: tests/split/suffix-auto-length.sh\nPASS: tests/split/suffix-length.sh\nPASS: tests/split/additional-suffix.sh\nPASS: tests/split/b-chunk.sh\nPASS: tests/split/fail.sh\nPASS: tests/split/lines.sh\nPASS: tests/split/line-bytes.sh\nPASS: tests/split/l-chunk.sh\nPASS: tests/split/r-chunk.sh\nPASS: tests/split/record-sep.sh\nPASS: tests/split/numeric.sh\nPASS: tests/split/guard-input.sh\nPASS: tests/stat/stat-birthtime.sh\nPASS: tests/stat/stat-fmt.sh\nPASS: tests/stat/stat-hyphen.sh\nPASS: tests/stat/stat-mount.sh\nPASS: tests/stat/stat-nanoseconds.sh\nPASS: tests/stat/stat-printf.pl\nPASS: tests/stat/stat-slash.sh\nPASS: tests/misc/stdbuf.sh\nstty.sh: skipped test: no strace program\nSKIP: tests/stty/stty.sh\nPASS: tests/stty/stty-invalid.sh\nPASS: tests/stty/stty-row-col.sh\nPASS: tests/cksum/sum.pl\nPASS: tests/cksum/sum-sysv.sh\nPASS: tests/misc/sync.sh\nPASS: tests/tac/tac.pl\ntac-continue.sh: skipped test: FULL_PARTITION_TMPDIR not defined\nSKIP: tests/tac/tac-continue.sh\nPASS: tests/tac/tac-2-nonseekable.sh\nPASS: tests/tail/tail.pl\nPASS: tests/misc/tee.sh\nPASS: tests/test/test-N.sh\nPASS: tests/test/test-diag.pl\nPASS: tests/misc/time-style.sh\nPASS: tests/timeout/timeout.sh\nPASS: tests/timeout/timeout-blocked.pl\nPASS: tests/timeout/timeout-group.sh\nPASS: tests/timeout/timeout-large-parameters.sh\nPASS: tests/timeout/timeout-parameters.sh\nPASS: tests/tr/tr.pl\nPASS: tests/tr/tr-case-class.sh\nPASS: tests/truncate/truncate-dangling-symlink.sh\nPASS: tests/truncate/truncate-dir-fail.sh\nPASS: tests/truncate/truncate-fail-diag.sh\nPASS: tests/truncate/truncate-fifo.sh\nPASS: tests/truncate/truncate-no-create-missing.sh\nPASS: tests/truncate/truncate-overflow.sh\nPASS: tests/truncate/truncate-parameters.sh\nPASS: tests/truncate/truncate-relative.sh\nPASS: tests/misc/tsort.pl\nPASS: tests/tty/tty.sh\nPASS: tests/misc/usage_vs_getopt.sh\nPASS: tests/misc/unexpand.pl\nPASS: tests/uniq/uniq.pl\nPASS: tests/uniq/uniq-perf.sh\nPASS: tests/uniq/uniq-collate.sh\nPASS: tests/misc/xattr.sh\nPASS: tests/misc/yes.sh\nPASS: tests/tail/wait.sh\nPASS: tests/tail/retry.sh\nPASS: tests/tail/symlink.sh\nPASS: tests/tail/tail-c.sh\nPASS: tests/tail/truncate.sh\nPASS: tests/chmod/c-option.sh\nPASS: tests/chmod/equal-x.sh\nPASS: tests/chmod/equals.sh\nPASS: tests/chmod/ignore-symlink.sh\nPASS: tests/chmod/inaccessible.sh\nPASS: tests/chmod/octal.sh\nPASS: tests/chmod/setgid.sh\nPASS: tests/chmod/silent.sh\nPASS: tests/chmod/thru-dangling.sh\nPASS: tests/chmod/umask-x.sh\nPASS: tests/chmod/usage.sh\nPASS: tests/chmod/symlinks.sh\nPASS: tests/chown/deref.sh\nPASS: tests/chown/preserve-root.sh\nseparator.sh: skipped test: group 'tester' not unique:  \nSKIP: tests/chown/separator.sh\nPASS: tests/cp/abuse.sh\nPASS: tests/cp/acl.sh\nPASS: tests/cp/attr-existing.sh\nPASS: tests/cp/backup-1.sh\nPASS: tests/cp/backup-dir.sh\nPASS: tests/cp/backup-is-src.sh\nPASS: tests/cp/cp-HL.sh\nPASS: tests/cp/cp-deref.sh\nPASS: tests/cp/cp-i.sh\nPASS: tests/cp/cp-mv-backup.sh\nPASS: tests/cp/cp-parents.sh\nPASS: tests/cp/debug.sh\nPASS: tests/cp/deref-slink.sh\nPASS: tests/cp/dir-rm-dest.sh\nPASS: tests/cp/dir-slash.sh\nPASS: tests/cp/dir-vs-file.sh\nPASS: tests/cp/existing-perm-dir.sh\nPASS: tests/cp/existing-perm-race.sh\nPASS: tests/cp/fail-perm.sh\nPASS: tests/cp/keep-directory-symlink.sh\nsparse-extents.sh: skipped test: The fallocate utility is required\nSKIP: tests/cp/sparse-extents.sh\ncopy-FMR.sh: skipped test: requires a working valgrind\nSKIP: tests/cp/copy-FMR.sh\nPASS: tests/cp/sparse-perf.sh\nPASS: tests/cp/sparse-2.sh\nPASS: tests/cp/file-perm-race.sh\nPASS: tests/cp/into-self.sh\nPASS: tests/cp/link.sh\nPASS: tests/cp/link-deref.sh\nPASS: tests/cp/link-no-deref.sh\nPASS: tests/cp/link-preserve.sh\nPASS: tests/cp/link-symlink.sh\nnfs-removal-race.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/cp/nfs-removal-race.sh\nPASS: tests/cp/no-deref-link1.sh\nPASS: tests/cp/no-deref-link2.sh\nPASS: tests/cp/no-deref-link3.sh\nPASS: tests/cp/parent-perm.sh\nPASS: tests/cp/parent-perm-race.sh\nperm.sh: skipped test: very expensive: disabled by default\nSKIP: tests/cp/perm.sh\nPASS: tests/cp/preserve-2.sh\nPASS: tests/cp/preserve-link.sh\nPASS: tests/cp/preserve-mode.sh\nPASS: tests/cp/preserve-slink-time.sh\nPASS: tests/cp/proc-short-read.sh\nPASS: tests/cp/proc-zero-len.sh\nPASS: tests/cp/r-vs-symlink.sh\nPASS: tests/cp/reflink-auto.sh\nPASS: tests/cp/reflink-perm.sh\nPASS: tests/cp/same-file.sh\nPASS: tests/cp/slink-2-slink.sh\nPASS: tests/cp/sparse.sh\nPASS: tests/cp/sparse-to-pipe.sh\nPASS: tests/cp/special-f.sh\nPASS: tests/cp/src-base-dot.sh\nPASS: tests/cp/symlink-slash.sh\nPASS: tests/cp/thru-dangling.sh\nPASS: tests/df/header.sh\nPASS: tests/df/df-P.sh\nPASS: tests/df/df-output.sh\ndf-symlink.sh: skipped test: cannot get info for /dev/root\nSKIP: tests/df/df-symlink.sh\nPASS: tests/df/unreadable.sh\nPASS: tests/df/total-unprocessed.sh\nno-mtab-status.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/df/no-mtab-status.sh\nskip-duplicates.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/df/skip-duplicates.sh\nskip-rootfs.sh: skipped test: no rootfs in mtab\nSKIP: tests/df/skip-rootfs.sh\nPASS: tests/dd/ascii.sh\nPASS: tests/dd/direct.sh\nPASS: tests/dd/misc.sh\nPASS: tests/dd/no-allocate.sh\nPASS: tests/dd/nocache.sh\nnocache_eof.sh: skipped test: no strace program\nSKIP: tests/dd/nocache_eof.sh\nnocache_fail.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/dd/nocache_fail.sh\nPASS: tests/dd/not-rewound.sh\nPASS: tests/dd/reblock.sh\nPASS: tests/dd/skip-seek.pl\nPASS: tests/dd/skip-seek2.sh\nPASS: tests/dd/bytes.sh\nPASS: tests/dd/skip-seek-past-file.sh\nPASS: tests/dd/sparse.sh\nPASS: tests/dd/stderr.sh\nPASS: tests/dd/unblock.pl\nPASS: tests/dd/unblock-sync.sh\nPASS: tests/dd/stats.sh\nPASS: tests/df/total-verify.sh\n2g.sh: skipped test: very expensive: disabled by default\nSKIP: tests/du/2g.sh\nPASS: tests/du/8gb.sh\nPASS: tests/du/apparent.sh\nPASS: tests/du/basic.sh\nbigtime.sh: skipped test: file system or localtime mishandles big timestamps: -rw-r--r-- 1 tester tester 0 May 10  2446 future\nSKIP: tests/du/bigtime.sh\nPASS: tests/du/deref.sh\nPASS: tests/du/deref-args.sh\nPASS: tests/du/exclude.sh\nfd-leak.sh: skipped test: expensive: disabled by default\nSKIP: tests/du/fd-leak.sh\nPASS: tests/du/files0-from.pl\nPASS: tests/du/files0-from-dir.sh\nPASS: tests/du/hard-link.sh\nPASS: tests/du/inacc-dest.sh\nPASS: tests/du/inacc-dir.sh\nPASS: tests/du/inaccessible-cwd.sh\nPASS: tests/du/inodes.sh\nPASS: tests/du/long-from-unreadable.sh\nPASS: tests/du/long-sloop.sh\nPASS: tests/du/max-depth.sh\nmove-dir-while-traversing.sh: skipped test: python inotify package not installed\nSKIP: tests/du/move-dir-while-traversing.sh\nPASS: tests/du/no-deref.sh\nPASS: tests/du/no-x.sh\nPASS: tests/du/one-file-system.sh\nPASS: tests/du/restore-wd.sh\nPASS: tests/du/slash.sh\nPASS: tests/du/threshold.sh\nPASS: tests/du/trailing-slash.sh\nPASS: tests/du/two-args.sh\ngnu-zero-uids.sh: skipped test: not running on GNU/Hurd\nSKIP: tests/id/gnu-zero-uids.sh\nno-context.sh: skipped test: this system lacks SELinux support\nSKIP: tests/id/no-context.sh\ncontext.sh: skipped test: this system lacks SELinux support\nSKIP: tests/id/context.sh\nPASS: tests/id/uid.sh\nPASS: tests/id/zero.sh\nsmack.sh: skipped test: this system lacks SMACK support\nSKIP: tests/id/smack.sh\nWARNING!!! Your strip command doesn't seem to work,\nPASS: tests/install/basic-1.sh\nPASS: tests/install/create-leading.sh\nPASS: tests/install/d-slashdot.sh\nPASS: tests/install/install-C.sh\ninstall-C-selinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/install/install-C-selinux.sh\ninstall-Z-selinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/install/install-Z-selinux.sh\nPASS: tests/install/strip-program.sh\nPASS: tests/install/trap.sh\nPASS: tests/ln/backup-1.sh\nPASS: tests/ln/hard-backup.sh\nPASS: tests/ln/hard-to-sym.sh\nPASS: tests/ln/misc.sh\nPASS: tests/ln/relative.sh\nPASS: tests/ln/sf-1.sh\nPASS: tests/ln/slash-decorated-nonexistent-dest.sh\nPASS: tests/ln/target-1.sh\nPASS: tests/ls/a-option.sh\nPASS: tests/ls/acl.sh\nPASS: tests/ls/abmon-align.sh\nPASS: tests/ls/birthtime.sh\nPASS: tests/ls/block-size.sh\nPASS: tests/ls/classify.sh\nPASS: tests/ls/color-clear-to-eol.sh\nPASS: tests/ls/color-dtype-dir.sh\nPASS: tests/ls/color-norm.sh\nPASS: tests/ls/color-term.sh\nPASS: tests/ls/color-ext.sh\nPASS: tests/ls/dangle.sh\nPASS: tests/ls/dired.sh\nPASS: tests/ls/file-type.sh\nPASS: tests/ls/follow-slink.sh\ngetxattr-speedup.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/ls/getxattr-speedup.sh\nPASS: tests/ls/group-dirs.sh\nPASS: tests/ls/hex-option.sh\nPASS: tests/ls/hyperlink.sh\nPASS: tests/ls/infloop.sh\nPASS: tests/ls/inode.sh\nPASS: tests/ls/m-option.sh\nPASS: tests/ls/w-option.sh\nPASS: tests/ls/multihardlink.sh\nPASS: tests/ls/no-arg.sh\nPASS: tests/ls/selinux-segfault.sh\nPASS: tests/ls/quote-align.sh\nPASS: tests/ls/size-align.sh\nPASS: tests/ls/readdir-mountpoint-inode.sh\nPASS: tests/ls/recursive.sh\nPASS: tests/ls/removed-directory.sh\nroot-rel-symlink-color.sh: skipped test: no relative symlink in /\nSKIP: tests/ls/root-rel-symlink-color.sh\nPASS: tests/ls/rt-1.sh\nselinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/ls/selinux.sh\nPASS: tests/ls/slink-acl.sh\nPASS: tests/ls/stat-dtype.sh\nPASS: tests/ls/stat-failed.sh\nstat-free-color.sh: skipped test: no strace program\nSKIP: tests/ls/stat-free-color.sh\nstat-free-symlinks.sh: skipped test: no strace program\nSKIP: tests/ls/stat-free-symlinks.sh\nPASS: tests/ls/stat-vs-dirent.sh\nPASS: tests/ls/symlink-loop.sh\nPASS: tests/ls/symlink-quote.sh\nPASS: tests/ls/symlink-slash.sh\nPASS: tests/ls/time-style-diag.sh\nPASS: tests/ls/sort-width-option.sh\nPASS: tests/ls/x-option.sh\nPASS: tests/ls/zero-option.sh\nPASS: tests/mkdir/p-1.sh\nPASS: tests/mkdir/p-2.sh\nPASS: tests/mkdir/p-3.sh\nPASS: tests/mkdir/p-acl.sh\nPASS: tests/mkdir/p-slashdot.sh\nPASS: tests/mkdir/p-thru-slink.sh\nPASS: tests/mkdir/p-v.sh\nPASS: tests/mkdir/parents.sh\nPASS: tests/mkdir/perm.sh\nselinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/mkdir/selinux.sh\nrestorecon.sh: skipped test: this system lacks SELinux support\nSKIP: tests/mkdir/restorecon.sh\nPASS: tests/mkdir/special-1.sh\nPASS: tests/mkdir/t-slash.sh\nsmack-no-root.sh: skipped test: this system lacks SMACK support\nSKIP: tests/mkdir/smack-no-root.sh\nPASS: tests/mv/acl.sh\natomic.sh: skipped test: no strace program\nSKIP: tests/mv/atomic.sh\natomic2.sh: skipped test: no strace program\nSKIP: tests/mv/atomic2.sh\nPASS: tests/mv/backup-dir.sh\nPASS: tests/mv/backup-is-src.sh\nPASS: tests/mv/childproof.sh\nPASS: tests/mv/diag.sh\nPASS: tests/mv/dir-file.sh\nPASS: tests/mv/dir2dir.sh\nPASS: tests/mv/dup-source.sh\nPASS: tests/mv/force.sh\nPASS: tests/mv/hard-2.sh\nPASS: tests/mv/hard-3.sh\nPASS: tests/mv/hard-4.sh\nPASS: tests/mv/hard-link-1.sh\nPASS: tests/mv/i-1.pl\nPASS: tests/mv/i-2.sh\ni-3.sh: skipped test: /dev/stdin is not readable\nSKIP: tests/mv/i-3.sh\nPASS: tests/mv/i-4.sh\nPASS: tests/mv/i-5.sh\nPASS: tests/mv/i-link-no.sh\nPASS: tests/mv/into-self.sh\nPASS: tests/mv/into-self-2.sh\nPASS: tests/mv/into-self-3.sh\nPASS: tests/mv/into-self-4.sh\nleak-fd.sh: skipped test: expensive: disabled by default\nSKIP: tests/mv/leak-fd.sh\nPASS: tests/mv/mv-exchange.sh\nPASS: tests/mv/mv-n.sh\nPASS: tests/mv/mv-special-1.sh\nPASS: tests/mv/no-copy.sh\nPASS: tests/mv/no-target-dir.sh\nPASS: tests/mv/part-fail.sh\nPASS: tests/mv/part-hardlink.sh\nPASS: tests/mv/part-rename.sh\nPASS: tests/mv/part-symlink.sh\nPASS: tests/mv/partition-perm.sh\nPASS: tests/mv/perm-1.sh\nPASS: tests/mv/symlink-onto-hardlink.sh\nPASS: tests/mv/symlink-onto-hardlink-to-self.sh\nPASS: tests/mv/to-symlink.sh\nPASS: tests/mv/trailing-slash.sh\nPASS: tests/mv/update.sh\nPASS: tests/readlink/can-e.sh\nPASS: tests/readlink/can-f.sh\nPASS: tests/readlink/can-m.sh\nPASS: tests/readlink/multi.sh\nPASS: tests/readlink/rl-1.sh\nPASS: tests/rmdir/fail-perm.sh\nPASS: tests/rmdir/ignore.sh\nPASS: tests/rmdir/symlink-errors.sh\nPASS: tests/rmdir/t-slash.sh\nPASS: tests/tail/assert-2.sh\nbig-4gb.sh: skipped test: expensive: disabled by default\nSKIP: tests/tail/big-4gb.sh\nPASS: tests/tail/flush-initial.sh\nPASS: tests/tail/follow-name.sh\nPASS: tests/tail/follow-stdin.sh\nPASS: tests/tail/pipe-f.sh\nPASS: tests/tail/pipe-f2.sh\nPASS: tests/tail/proc-ksyms.sh\nPASS: tests/tail/start-middle.sh\nPASS: tests/touch/60-seconds.sh\nPASS: tests/touch/dangling-symlink.sh\nPASS: tests/touch/dir-1.sh\nPASS: tests/touch/fail-diag.sh\nPASS: tests/touch/fifo.sh\nPASS: tests/touch/no-create-missing.sh\nPASS: tests/touch/no-dereference.sh\nPASS: tests/touch/no-rights.sh\nPASS: tests/touch/not-owner.sh\nPASS: tests/touch/obsolescent.sh\nPASS: tests/touch/read-only.sh\nPASS: tests/touch/relative.sh\nPASS: tests/touch/trailing-slash.sh\nbasic.sh: skipped test: must be run as root\nSKIP: tests/chown/basic.sh\nfrom.sh: skipped test: must be run as root\nSKIP: tests/chgrp/from.sh\ncp-a-selinux.sh: skipped test: must be run as root\nSKIP: tests/cp/cp-a-selinux.sh\npreserve-gid.sh: skipped test: must be run as root\nSKIP: tests/cp/preserve-gid.sh\nspecial-bits.sh: skipped test: must be run as root\nSKIP: tests/cp/special-bits.sh\ncp-mv-enotsup-xattr.sh: skipped test: must be run as root\nSKIP: tests/cp/cp-mv-enotsup-xattr.sh\ncapability.sh: skipped test: must be run as root\nSKIP: tests/cp/capability.sh\nPASS: tests/cp/sparse-extents-2.sh\ncross-dev-symlink.sh: skipped test: must be run as root\nSKIP: tests/cp/cross-dev-symlink.sh\nskip-seek-past-dev.sh: skipped test: must be run as root\nSKIP: tests/dd/skip-seek-past-dev.sh\nproblematic-chars.sh: skipped test: must be run as root\nSKIP: tests/df/problematic-chars.sh\nover-mount-device.sh: skipped test: must be run as root\nSKIP: tests/df/over-mount-device.sh\nbind-mount-dir-cycle.sh: skipped test: must be run as root\nSKIP: tests/du/bind-mount-dir-cycle.sh\nbind-mount-dir-cycle-v2.sh: skipped test: must be run as root\nSKIP: tests/du/bind-mount-dir-cycle-v2.sh\nsetgid.sh: skipped test: must be run as root\nSKIP: tests/id/setgid.sh\ninstall-C-root.sh: skipped test: must be run as root\nSKIP: tests/install/install-C-root.sh\ncapability.sh: skipped test: must be run as root\nSKIP: tests/ls/capability.sh\nno-cap.sh: skipped test: no strace program\nSKIP: tests/ls/no-cap.sh\nnameless-uid.sh: skipped test: must be run as root\nSKIP: tests/ls/nameless-uid.sh\nchcon.sh: skipped test: must be run as root\nSKIP: tests/chcon/chcon.sh\nchroot-credentials.sh: skipped test: must be run as root\nSKIP: tests/chroot/chroot-credentials.sh\nselinux.sh: skipped test: must be run as root\nSKIP: tests/misc/selinux.sh\ntruncate-owned-by-other.sh: skipped test: must be run as root\nSKIP: tests/truncate/truncate-owned-by-other.sh\nwritable-under-readonly.sh: skipped test: must be run as root\nSKIP: tests/mkdir/writable-under-readonly.sh\nsmack-root.sh: skipped test: this system lacks SMACK support\nSKIP: tests/mkdir/smack-root.sh\nhardlink-case.sh: skipped test: must be run as root\nSKIP: tests/mv/hardlink-case.sh\nsticky-to-xpart.sh: skipped test: must be run as root\nSKIP: tests/mv/sticky-to-xpart.sh\nfail-2eperm.sh: skipped test: must be run as root\nSKIP: tests/rm/fail-2eperm.sh\nno-give-up.sh: skipped test: must be run as root\nSKIP: tests/rm/no-give-up.sh\none-file-system.sh: skipped test: must be run as root\nSKIP: tests/rm/one-file-system.sh\nread-only.sh: skipped test: must be run as root\nSKIP: tests/rm/read-only.sh\nempty-immutable-skip.sh: skipped test: must be run as root\nSKIP: tests/rm/empty-immutable-skip.sh\nl-chunk-root.sh: skipped test: must be run as root\nSKIP: tests/split/l-chunk-root.sh\nappend-only.sh: skipped test: must be run as root\nSKIP: tests/tail/append-only.sh\nend-of-device.sh: skipped test: must be run as root\nSKIP: tests/tail/end-of-device.sh\nnow-owned-by-other.sh: skipped test: must be run as root\nSKIP: tests/touch/now-owned-by-other.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t00.sh \\\n  ./tests/factor/run.sh > tests/factor/t00.sh-t\nchmod a+x tests/factor/t00.sh-t\nmv -f tests/factor/t00.sh-t tests/factor/t00.sh\nt00.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t00.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t01.sh \\\n  ./tests/factor/run.sh > tests/factor/t01.sh-t\nchmod a+x tests/factor/t01.sh-t\nmv -f tests/factor/t01.sh-t tests/factor/t01.sh\nt01.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t01.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t02.sh \\\n  ./tests/factor/run.sh > tests/factor/t02.sh-t\nchmod a+x tests/factor/t02.sh-t\nmv -f tests/factor/t02.sh-t tests/factor/t02.sh\nt02.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t02.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t03.sh \\\n  ./tests/factor/run.sh > tests/factor/t03.sh-t\nchmod a+x tests/factor/t03.sh-t\nmv -f tests/factor/t03.sh-t tests/factor/t03.sh\nt03.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t03.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t04.sh \\\n  ./tests/factor/run.sh > tests/factor/t04.sh-t\nchmod a+x tests/factor/t04.sh-t\nmv -f tests/factor/t04.sh-t tests/factor/t04.sh\nt04.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t04.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t05.sh \\\n  ./tests/factor/run.sh > tests/factor/t05.sh-t\nchmod a+x tests/factor/t05.sh-t\nmv -f tests/factor/t05.sh-t tests/factor/t05.sh\nt05.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t05.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t06.sh \\\n  ./tests/factor/run.sh > tests/factor/t06.sh-t\nchmod a+x tests/factor/t06.sh-t\nmv -f tests/factor/t06.sh-t tests/factor/t06.sh\nt06.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t06.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t07.sh \\\n  ./tests/factor/run.sh > tests/factor/t07.sh-t\nchmod a+x tests/factor/t07.sh-t\nmv -f tests/factor/t07.sh-t tests/factor/t07.sh\nt07.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t07.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t08.sh \\\n  ./tests/factor/run.sh > tests/factor/t08.sh-t\nchmod a+x tests/factor/t08.sh-t\nmv -f tests/factor/t08.sh-t tests/factor/t08.sh\nt08.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t08.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t09.sh \\\n  ./tests/factor/run.sh > tests/factor/t09.sh-t\nchmod a+x tests/factor/t09.sh-t\nmv -f tests/factor/t09.sh-t tests/factor/t09.sh\nt09.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t09.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t10.sh \\\n  ./tests/factor/run.sh > tests/factor/t10.sh-t\nchmod a+x tests/factor/t10.sh-t\nmv -f tests/factor/t10.sh-t tests/factor/t10.sh\nt10.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t10.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t11.sh \\\n  ./tests/factor/run.sh > tests/factor/t11.sh-t\nchmod a+x tests/factor/t11.sh-t\nmv -f tests/factor/t11.sh-t tests/factor/t11.sh\nt11.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t11.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t12.sh \\\n  ./tests/factor/run.sh > tests/factor/t12.sh-t\nchmod a+x tests/factor/t12.sh-t\nmv -f tests/factor/t12.sh-t tests/factor/t12.sh\nt12.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t12.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t13.sh \\\n  ./tests/factor/run.sh > tests/factor/t13.sh-t\nchmod a+x tests/factor/t13.sh-t\nmv -f tests/factor/t13.sh-t tests/factor/t13.sh\nt13.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t13.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t14.sh \\\n  ./tests/factor/run.sh > tests/factor/t14.sh-t\nchmod a+x tests/factor/t14.sh-t\nmv -f tests/factor/t14.sh-t tests/factor/t14.sh\nt14.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t14.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t15.sh \\\n  ./tests/factor/run.sh > tests/factor/t15.sh-t\nchmod a+x tests/factor/t15.sh-t\nmv -f tests/factor/t15.sh-t tests/factor/t15.sh\nt15.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t15.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t16.sh \\\n  ./tests/factor/run.sh > tests/factor/t16.sh-t\nchmod a+x tests/factor/t16.sh-t\nmv -f tests/factor/t16.sh-t tests/factor/t16.sh\nt16.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t16.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t17.sh \\\n  ./tests/factor/run.sh > tests/factor/t17.sh-t\nchmod a+x tests/factor/t17.sh-t\nmv -f tests/factor/t17.sh-t tests/factor/t17.sh\nt17.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t17.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t18.sh \\\n  ./tests/factor/run.sh > tests/factor/t18.sh-t\nchmod a+x tests/factor/t18.sh-t\nmv -f tests/factor/t18.sh-t tests/factor/t18.sh\nt18.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t18.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t19.sh \\\n  ./tests/factor/run.sh > tests/factor/t19.sh-t\nchmod a+x tests/factor/t19.sh-t\nmv -f tests/factor/t19.sh-t tests/factor/t19.sh\nt19.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t19.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t20.sh \\\n  ./tests/factor/run.sh > tests/factor/t20.sh-t\nchmod a+x tests/factor/t20.sh-t\nmv -f tests/factor/t20.sh-t tests/factor/t20.sh\nt20.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t20.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t21.sh \\\n  ./tests/factor/run.sh > tests/factor/t21.sh-t\nchmod a+x tests/factor/t21.sh-t\nmv -f tests/factor/t21.sh-t tests/factor/t21.sh\nt21.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t21.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t22.sh \\\n  ./tests/factor/run.sh > tests/factor/t22.sh-t\nchmod a+x tests/factor/t22.sh-t\nmv -f tests/factor/t22.sh-t tests/factor/t22.sh\nt22.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t22.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t23.sh \\\n  ./tests/factor/run.sh > tests/factor/t23.sh-t\nchmod a+x tests/factor/t23.sh-t\nmv -f tests/factor/t23.sh-t tests/factor/t23.sh\nt23.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t23.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t24.sh \\\n  ./tests/factor/run.sh > tests/factor/t24.sh-t\nchmod a+x tests/factor/t24.sh-t\nmv -f tests/factor/t24.sh-t tests/factor/t24.sh\nt24.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t24.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t25.sh \\\n  ./tests/factor/run.sh > tests/factor/t25.sh-t\nchmod a+x tests/factor/t25.sh-t\nmv -f tests/factor/t25.sh-t tests/factor/t25.sh\nt25.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t25.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t26.sh \\\n  ./tests/factor/run.sh > tests/factor/t26.sh-t\nchmod a+x tests/factor/t26.sh-t\nmv -f tests/factor/t26.sh-t tests/factor/t26.sh\nt26.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t26.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t27.sh \\\n  ./tests/factor/run.sh > tests/factor/t27.sh-t\nchmod a+x tests/factor/t27.sh-t\nmv -f tests/factor/t27.sh-t tests/factor/t27.sh\nt27.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t27.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t28.sh \\\n  ./tests/factor/run.sh > tests/factor/t28.sh-t\nchmod a+x tests/factor/t28.sh-t\nmv -f tests/factor/t28.sh-t tests/factor/t28.sh\nt28.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t28.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t29.sh \\\n  ./tests/factor/run.sh > tests/factor/t29.sh-t\nchmod a+x tests/factor/t29.sh-t\nmv -f tests/factor/t29.sh-t tests/factor/t29.sh\nt29.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t29.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t30.sh \\\n  ./tests/factor/run.sh > tests/factor/t30.sh-t\nchmod a+x tests/factor/t30.sh-t\nmv -f tests/factor/t30.sh-t tests/factor/t30.sh\nt30.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t30.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t31.sh \\\n  ./tests/factor/run.sh > tests/factor/t31.sh-t\nchmod a+x tests/factor/t31.sh-t\nmv -f tests/factor/t31.sh-t tests/factor/t31.sh\nt31.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t31.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t32.sh \\\n  ./tests/factor/run.sh > tests/factor/t32.sh-t\nchmod a+x tests/factor/t32.sh-t\nmv -f tests/factor/t32.sh-t tests/factor/t32.sh\nt32.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t32.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t33.sh \\\n  ./tests/factor/run.sh > tests/factor/t33.sh-t\nchmod a+x tests/factor/t33.sh-t\nmv -f tests/factor/t33.sh-t tests/factor/t33.sh\nt33.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t33.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t34.sh \\\n  ./tests/factor/run.sh > tests/factor/t34.sh-t\nchmod a+x tests/factor/t34.sh-t\nmv -f tests/factor/t34.sh-t tests/factor/t34.sh\nt34.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t34.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t35.sh \\\n  ./tests/factor/run.sh > tests/factor/t35.sh-t\nchmod a+x tests/factor/t35.sh-t\nmv -f tests/factor/t35.sh-t tests/factor/t35.sh\nt35.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t35.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t36.sh \\\n  ./tests/factor/run.sh > tests/factor/t36.sh-t\nchmod a+x tests/factor/t36.sh-t\nmv -f tests/factor/t36.sh-t tests/factor/t36.sh\nt36.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t36.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t37.sh \\\n  ./tests/factor/run.sh > tests/factor/t37.sh-t\nchmod a+x tests/factor/t37.sh-t\nmv -f tests/factor/t37.sh-t tests/factor/t37.sh\nt37.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t37.sh\n============================================================================\nTestsuite summary for GNU coreutils 9.7\n============================================================================\n# TOTAL: 656\n# PASS:  518\n# SKIP:  138\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/coreutils/ptest'\nDURATION: 100\nEND: /usr/lib/coreutils/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "coreutils": {
     "duration": "100",
     "log": "START: ptest-runner\n2025-06-16T11:37\nmake[1]: Entering directory '/usr/lib/coreutils/ptest'\nPASS: tests/help/help-version.sh\nPASS: tests/help/help-version-getopt.sh\ninotify-race.sh: skipped test: can't run gdb\nSKIP: tests/tail/inotify-race.sh\ninotify-race2.sh: skipped test: can't run gdb\nSKIP: tests/tail/inotify-race2.sh\nPASS: tests/misc/invalid-opt.pl\next3-perf.sh: skipped test: very expensive: disabled by default\nSKIP: tests/rm/ext3-perf.sh\nPASS: tests/rm/cycle.sh\nlink-heap.sh: skipped test: expensive: disabled by default\nSKIP: tests/cp/link-heap.sh\nno-ctx.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/cp/no-ctx.sh\ntty-eof.pl: this script requires Perl's Expect package >=1.11\nSKIP: tests/tty/tty-eof.pl\nPASS: tests/misc/read-errors.sh\nPASS: tests/misc/write-errors.sh\nPASS: tests/tail/inotify-hash-abuse.sh\nPASS: tests/tail/inotify-hash-abuse2.sh\nPASS: tests/tail/F-vs-missing.sh\nPASS: tests/tail/F-vs-rename.sh\nPASS: tests/tail/F-headers.sh\nPASS: tests/tail/descriptor-vs-rename.sh\nPASS: tests/tail/inotify-rotate.sh\ninotify-rotate-resources.sh: skipped test: no strace program\nSKIP: tests/tail/inotify-rotate-resources.sh\nPASS: tests/tail/inotify-dir-recreate.sh\ninotify-only-regular.sh: skipped test: no strace program\nSKIP: tests/tail/inotify-only-regular.sh\nPASS: tests/chmod/no-x.sh\nPASS: tests/chgrp/basic.sh\nPASS: tests/rm/dangling-symlink.sh\nPASS: tests/ls/ls-time.sh\nPASS: tests/rm/d-1.sh\nPASS: tests/rm/d-2.sh\nPASS: tests/rm/d-3.sh\nPASS: tests/rm/deep-1.sh\nPASS: tests/rm/deep-2.sh\nPASS: tests/rm/dir-no-w.sh\nPASS: tests/rm/dir-nonrecur.sh\nPASS: tests/rm/dot-rel.sh\nPASS: tests/rm/isatty.sh\nPASS: tests/rm/empty-inacc.sh\nPASS: tests/rm/empty-name.pl\nPASS: tests/rm/f-1.sh\nPASS: tests/rm/fail-eacces.sh\nPASS: tests/rm/fail-eperm.xpl\nhash.sh: skipped test: expensive: disabled by default\nSKIP: tests/rm/hash.sh\nPASS: tests/rm/i-1.sh\nPASS: tests/rm/i-never.sh\nPASS: tests/rm/i-no-r.sh\nPASS: tests/rm/ignorable.sh\nPASS: tests/rm/inaccessible.sh\nPASS: tests/rm/interactive-always.sh\nPASS: tests/rm/interactive-once.sh\nPASS: tests/rm/ir-1.sh\nPASS: tests/rm/one-file-system2.sh\nPASS: tests/rm/r-1.sh\nPASS: tests/rm/r-2.sh\nPASS: tests/rm/r-3.sh\nPASS: tests/rm/r-4.sh\nr-root.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/rm/r-root.sh\nPASS: tests/rm/readdir-bug.sh\nPASS: tests/rm/rm1.sh\nPASS: tests/touch/empty-file.sh\nPASS: tests/rm/rm2.sh\nPASS: tests/rm/rm3.sh\nPASS: tests/rm/rm4.sh\nPASS: tests/rm/rm5.sh\nPASS: tests/rm/sunos-1.sh\nPASS: tests/rm/unread2.sh\nPASS: tests/rm/unread3.sh\nPASS: tests/rm/unreadable.pl\nPASS: tests/rm/v-slash.sh\nmany-dir-entries-vs-OOM.sh: skipped test: expensive: disabled by default\nSKIP: tests/rm/many-dir-entries-vs-OOM.sh\nrm-readdir-fail.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/rm/rm-readdir-fail.sh\nPASS: tests/chgrp/default-no-deref.sh\nPASS: tests/chgrp/deref.sh\nPASS: tests/chgrp/no-x.sh\nPASS: tests/chgrp/posix-H.sh\nPASS: tests/chgrp/recurse.sh\nPASS: tests/fmt/base.pl\nPASS: tests/fmt/goal-option.sh\nPASS: tests/fmt/long-line.sh\nPASS: tests/fmt/non-space.sh\nPASS: tests/misc/echo.sh\nPASS: tests/env/env.sh\nPASS: tests/env/env-signal-handler.sh\nPASS: tests/ptx/ptx.pl\nPASS: tests/test/test.pl\nPASS: tests/seq/seq.pl\nPASS: tests/seq/seq-epipe.sh\nPASS: tests/seq/seq-extra-number.sh\nPASS: tests/seq/seq-io-errors.sh\nPASS: tests/seq/seq-locale.sh\nseq-long-double.sh: skipped test: this test runs only on systems with glibc and long double != double\nSKIP: tests/seq/seq-long-double.sh\nPASS: tests/seq/seq-precision.sh\nPASS: tests/head/head.pl\nPASS: tests/head/head-elide-tail.pl\ntail-sysfs.sh: skipped test: No /sys/kernel/profiling file\nSKIP: tests/tail/tail-sysfs.sh\nPASS: tests/tail/tail-n0f.sh\nPASS: tests/ls/ls-misc.pl\nPASS: tests/date/date.pl\nPASS: tests/date/date-next-dow.pl\nPASS: tests/ptx/ptx-overrun.sh\nPASS: tests/misc/xstrtol.pl\nPASS: tests/tail/overlay-headers.sh\nPASS: tests/tail/pid.sh\nPASS: tests/tail/pid-pipe.sh\nPASS: tests/od/od.pl\nPASS: tests/od/od-endian.sh\nPASS: tests/od/od-float.sh\nPASS: tests/misc/mktemp.pl\nPASS: tests/misc/arch.sh\nPASS: tests/pr/pr-tests.pl\nPASS: tests/pwd/pwd-option.sh\nPASS: tests/chcon/chcon-fail.sh\ncoreutils.sh: skipped test: required program(s) not built\nSKIP: tests/misc/coreutils.sh\nPASS: tests/cut/cut.pl\nPASS: tests/cut/cut-huge-range.sh\nPASS: tests/wc/wc.pl\nPASS: tests/wc/wc-files0-from.pl\nPASS: tests/wc/wc-files0.sh\nPASS: tests/wc/wc-nbsp.sh\nPASS: tests/wc/wc-parallel.sh\nPASS: tests/wc/wc-proc.sh\nPASS: tests/wc/wc-total.sh\nPASS: tests/cat/cat-E.sh\nPASS: tests/cat/cat-proc.sh\nPASS: tests/cat/cat-buf.sh\nPASS: tests/cat/cat-self.sh\nPASS: tests/misc/basename.pl\nPASS: tests/basenc/base64.pl\nPASS: tests/basenc/basenc.pl\nPASS: tests/misc/close-stdout.sh\nPASS: tests/chroot/chroot-fail.sh\nPASS: tests/cksum/cksum.sh\nPASS: tests/cksum/cksum-a.sh\nPASS: tests/cksum/cksum-c.sh\nPASS: tests/cksum/cksum-base64.pl\nPASS: tests/cksum/cksum-raw.sh\nPASS: tests/misc/comm.pl\nPASS: tests/csplit/csplit.sh\nPASS: tests/csplit/csplit-1000.sh\nPASS: tests/csplit/csplit-heap.sh\ncsplit-io-err.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/csplit/csplit-io-err.sh\nPASS: tests/csplit/csplit-suppress-matched.pl\ndate-debug.sh: skipped test: Timezones database not found\nSKIP: tests/date/date-debug.sh\nPASS: tests/date/date-sec.sh\nPASS: tests/date/date-tz.sh\nPASS: tests/misc/dircolors.pl\nPASS: tests/misc/dirname.pl\nPASS: tests/env/env-null.sh\nPASS: tests/env/env-S.pl\nPASS: tests/env/env-S-script.sh\nPASS: tests/misc/expand.pl\nPASS: tests/expr/expr.pl\nexpr-multibyte.pl: this test requires FR-UTF8 locale\nSKIP: tests/expr/expr-multibyte.pl\nPASS: tests/factor/factor.pl\nPASS: tests/factor/factor-parallel.sh\nPASS: tests/misc/false-status.sh\nPASS: tests/misc/fold.pl\nPASS: tests/groups/groups-dash.sh\nPASS: tests/groups/groups-process-all.sh\nPASS: tests/groups/groups-version.sh\nPASS: tests/head/head-c.sh\nPASS: tests/head/head-pos.sh\nPASS: tests/head/head-write-error.sh\nPASS: tests/misc/kill.sh\nPASS: tests/cksum/b2sum.sh\nPASS: tests/cksum/md5sum.pl\nPASS: tests/cksum/md5sum-bsd.sh\nPASS: tests/cksum/md5sum-newline.pl\nPASS: tests/cksum/md5sum-parallel.sh\nPASS: tests/join/join.pl\njoin-utf8.sh: skipped test: French UTF-8 locale not available\nSKIP: tests/join/join-utf8.sh\nPASS: tests/misc/mknod.sh\nPASS: tests/nice/nice.sh\nPASS: tests/nice/nice-fail.sh\nPASS: tests/misc/nl.sh\nPASS: tests/misc/nohup.sh\nPASS: tests/nproc/nproc-avail.sh\nPASS: tests/nproc/nproc-positive.sh\nPASS: tests/nproc/nproc-override.sh\nPASS: tests/misc/numfmt.pl\nPASS: tests/od/od-N.sh\nPASS: tests/od/od-j.sh\nPASS: tests/od/od-multiple-t.sh\nPASS: tests/od/od-x8.sh\nPASS: tests/misc/paste.pl\nPASS: tests/misc/pathchk.sh\nPASS: tests/misc/printenv.sh\nPASS: tests/printf/printf.sh\nPASS: tests/printf/printf-cov.pl\nPASS: tests/printf/printf-hex.sh\nPASS: tests/printf/printf-indexed.sh\nPASS: tests/printf/printf-mb.sh\nPASS: tests/printf/printf-surprise.sh\nPASS: tests/printf/printf-quote.sh\nPASS: tests/pwd/pwd-long.sh\nPASS: tests/readlink/readlink-fp-loop.sh\nPASS: tests/readlink/readlink-root.sh\nPASS: tests/misc/realpath.sh\nruncon-compute.sh: skipped test: runcon setup failed\nSKIP: tests/runcon/runcon-compute.sh\nPASS: tests/runcon/runcon-no-reorder.sh\nPASS: tests/cksum/sha1sum.pl\nPASS: tests/cksum/sha1sum-vec.pl\nPASS: tests/cksum/sha224sum.pl\nPASS: tests/cksum/sha256sum.pl\nPASS: tests/cksum/sha384sum.pl\nPASS: tests/cksum/sha512sum.pl\nPASS: tests/shred/shred-exact.sh\nPASS: tests/shred/shred-passes.sh\nPASS: tests/shred/shred-remove.sh\nPASS: tests/shred/shred-size.sh\nPASS: tests/shuf/shuf.sh\nshuf-reservoir.sh: skipped test: expensive: disabled by default\nSKIP: tests/shuf/shuf-reservoir.sh\nPASS: tests/misc/sleep.sh\nPASS: tests/cksum/sm3sum.pl\nPASS: tests/sort/sort.pl\nsort-benchmark-random.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-benchmark-random.sh\nPASS: tests/sort/sort-compress.sh\nsort-compress-hang.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-compress-hang.sh\nsort-compress-proc.sh: skipped test: expensive: disabled by default\nSKIP: tests/sort/sort-compress-proc.sh\nPASS: tests/sort/sort-continue.sh\nPASS: tests/sort/sort-debug-keys.sh\nPASS: tests/sort/sort-debug-warn.sh\nPASS: tests/sort/sort-discrim.sh\nPASS: tests/sort/sort-files0-from.pl\nPASS: tests/sort/sort-float.sh\nsort-h-thousands-sep.sh: skipped test: The Swedish locale with blank thousands separator is unavailable.\nSKIP: tests/sort/sort-h-thousands-sep.sh\nPASS: tests/sort/sort-merge.pl\nPASS: tests/sort/sort-merge-fdlimit.sh\nsort-month.sh: skipped test: The locale utility is not present\nSKIP: tests/sort/sort-month.sh\nPASS: tests/sort/sort-exit-early.sh\nPASS: tests/sort/sort-rand.sh\nsort-spinlock-abuse.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-spinlock-abuse.sh\nsort-stale-thread-mem.sh: skipped test: very expensive: disabled by default\nSKIP: tests/sort/sort-stale-thread-mem.sh\nPASS: tests/sort/sort-unique.sh\nPASS: tests/sort/sort-unique-segv.sh\nPASS: tests/sort/sort-version.sh\nPASS: tests/sort/sort-NaN-infloop.sh\nsort-u-FMR.sh: skipped test: requires a working valgrind\nSKIP: tests/sort/sort-u-FMR.sh\nPASS: tests/split/filter.sh\nPASS: tests/split/suffix-auto-length.sh\nPASS: tests/split/suffix-length.sh\nPASS: tests/split/additional-suffix.sh\nPASS: tests/split/b-chunk.sh\nPASS: tests/split/fail.sh\nPASS: tests/split/lines.sh\nPASS: tests/split/line-bytes.sh\nPASS: tests/split/l-chunk.sh\nPASS: tests/split/r-chunk.sh\nPASS: tests/split/record-sep.sh\nPASS: tests/split/numeric.sh\nPASS: tests/split/guard-input.sh\nPASS: tests/stat/stat-birthtime.sh\nPASS: tests/stat/stat-fmt.sh\nPASS: tests/stat/stat-hyphen.sh\nPASS: tests/stat/stat-mount.sh\nPASS: tests/stat/stat-nanoseconds.sh\nPASS: tests/stat/stat-printf.pl\nPASS: tests/stat/stat-slash.sh\nPASS: tests/misc/stdbuf.sh\nstty.sh: skipped test: no strace program\nSKIP: tests/stty/stty.sh\nPASS: tests/stty/stty-invalid.sh\nPASS: tests/stty/stty-row-col.sh\nPASS: tests/cksum/sum.pl\nPASS: tests/cksum/sum-sysv.sh\nPASS: tests/misc/sync.sh\nPASS: tests/tac/tac.pl\ntac-continue.sh: skipped test: FULL_PARTITION_TMPDIR not defined\nSKIP: tests/tac/tac-continue.sh\nPASS: tests/tac/tac-2-nonseekable.sh\nPASS: tests/tail/tail.pl\nPASS: tests/misc/tee.sh\nPASS: tests/test/test-N.sh\nPASS: tests/test/test-diag.pl\nPASS: tests/misc/time-style.sh\nPASS: tests/timeout/timeout.sh\nPASS: tests/timeout/timeout-blocked.pl\nPASS: tests/timeout/timeout-group.sh\nPASS: tests/timeout/timeout-large-parameters.sh\nPASS: tests/timeout/timeout-parameters.sh\nPASS: tests/tr/tr.pl\nPASS: tests/tr/tr-case-class.sh\nPASS: tests/truncate/truncate-dangling-symlink.sh\nPASS: tests/truncate/truncate-dir-fail.sh\nPASS: tests/truncate/truncate-fail-diag.sh\nPASS: tests/truncate/truncate-fifo.sh\nPASS: tests/truncate/truncate-no-create-missing.sh\nPASS: tests/truncate/truncate-overflow.sh\nPASS: tests/truncate/truncate-parameters.sh\nPASS: tests/truncate/truncate-relative.sh\nPASS: tests/misc/tsort.pl\nPASS: tests/tty/tty.sh\nPASS: tests/misc/usage_vs_getopt.sh\nPASS: tests/misc/unexpand.pl\nPASS: tests/uniq/uniq.pl\nPASS: tests/uniq/uniq-perf.sh\nPASS: tests/uniq/uniq-collate.sh\nPASS: tests/misc/xattr.sh\nPASS: tests/misc/yes.sh\nPASS: tests/tail/wait.sh\nPASS: tests/tail/retry.sh\nPASS: tests/tail/symlink.sh\nPASS: tests/tail/tail-c.sh\nPASS: tests/tail/truncate.sh\nPASS: tests/chmod/c-option.sh\nPASS: tests/chmod/equal-x.sh\nPASS: tests/chmod/equals.sh\nPASS: tests/chmod/ignore-symlink.sh\nPASS: tests/chmod/inaccessible.sh\nPASS: tests/chmod/octal.sh\nPASS: tests/chmod/setgid.sh\nPASS: tests/chmod/silent.sh\nPASS: tests/chmod/thru-dangling.sh\nPASS: tests/chmod/umask-x.sh\nPASS: tests/chmod/usage.sh\nPASS: tests/chmod/symlinks.sh\nPASS: tests/chown/deref.sh\nPASS: tests/chown/preserve-root.sh\nseparator.sh: skipped test: group 'tester' not unique:  \nSKIP: tests/chown/separator.sh\nPASS: tests/cp/abuse.sh\nPASS: tests/cp/acl.sh\nPASS: tests/cp/attr-existing.sh\nPASS: tests/cp/backup-1.sh\nPASS: tests/cp/backup-dir.sh\nPASS: tests/cp/backup-is-src.sh\nPASS: tests/cp/cp-HL.sh\nPASS: tests/cp/cp-deref.sh\nPASS: tests/cp/cp-i.sh\nPASS: tests/cp/cp-mv-backup.sh\nPASS: tests/cp/cp-parents.sh\nPASS: tests/cp/debug.sh\nPASS: tests/cp/deref-slink.sh\nPASS: tests/cp/dir-rm-dest.sh\nPASS: tests/cp/dir-slash.sh\nPASS: tests/cp/dir-vs-file.sh\nPASS: tests/cp/existing-perm-dir.sh\nPASS: tests/cp/existing-perm-race.sh\nPASS: tests/cp/fail-perm.sh\nPASS: tests/cp/keep-directory-symlink.sh\nsparse-extents.sh: skipped test: The fallocate utility is required\nSKIP: tests/cp/sparse-extents.sh\ncopy-FMR.sh: skipped test: requires a working valgrind\nSKIP: tests/cp/copy-FMR.sh\nPASS: tests/cp/sparse-perf.sh\nPASS: tests/cp/sparse-2.sh\nPASS: tests/cp/file-perm-race.sh\nPASS: tests/cp/into-self.sh\nPASS: tests/cp/link.sh\nPASS: tests/cp/link-deref.sh\nPASS: tests/cp/link-no-deref.sh\nPASS: tests/cp/link-preserve.sh\nPASS: tests/cp/link-symlink.sh\nnfs-removal-race.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/cp/nfs-removal-race.sh\nPASS: tests/cp/no-deref-link1.sh\nPASS: tests/cp/no-deref-link2.sh\nPASS: tests/cp/no-deref-link3.sh\nPASS: tests/cp/parent-perm.sh\nPASS: tests/cp/parent-perm-race.sh\nperm.sh: skipped test: very expensive: disabled by default\nSKIP: tests/cp/perm.sh\nPASS: tests/cp/preserve-2.sh\nPASS: tests/cp/preserve-link.sh\nPASS: tests/cp/preserve-mode.sh\nPASS: tests/cp/preserve-slink-time.sh\nPASS: tests/cp/proc-short-read.sh\nPASS: tests/cp/proc-zero-len.sh\nPASS: tests/cp/r-vs-symlink.sh\nPASS: tests/cp/reflink-auto.sh\nPASS: tests/cp/reflink-perm.sh\nPASS: tests/cp/same-file.sh\nPASS: tests/cp/slink-2-slink.sh\nPASS: tests/cp/sparse.sh\nPASS: tests/cp/sparse-to-pipe.sh\nPASS: tests/cp/special-f.sh\nPASS: tests/cp/src-base-dot.sh\nPASS: tests/cp/symlink-slash.sh\nPASS: tests/cp/thru-dangling.sh\nPASS: tests/df/header.sh\nPASS: tests/df/df-P.sh\nPASS: tests/df/df-output.sh\ndf-symlink.sh: skipped test: cannot get info for /dev/root\nSKIP: tests/df/df-symlink.sh\nPASS: tests/df/unreadable.sh\nPASS: tests/df/total-unprocessed.sh\nno-mtab-status.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/df/no-mtab-status.sh\nskip-duplicates.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/df/skip-duplicates.sh\nskip-rootfs.sh: skipped test: no rootfs in mtab\nSKIP: tests/df/skip-rootfs.sh\nPASS: tests/dd/ascii.sh\nPASS: tests/dd/direct.sh\nPASS: tests/dd/misc.sh\nPASS: tests/dd/no-allocate.sh\nPASS: tests/dd/nocache.sh\nnocache_eof.sh: skipped test: no strace program\nSKIP: tests/dd/nocache_eof.sh\nnocache_fail.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/dd/nocache_fail.sh\nPASS: tests/dd/not-rewound.sh\nPASS: tests/dd/reblock.sh\nPASS: tests/dd/skip-seek.pl\nPASS: tests/dd/skip-seek2.sh\nPASS: tests/dd/bytes.sh\nPASS: tests/dd/skip-seek-past-file.sh\nPASS: tests/dd/sparse.sh\nPASS: tests/dd/stderr.sh\nPASS: tests/dd/unblock.pl\nPASS: tests/dd/unblock-sync.sh\nPASS: tests/dd/stats.sh\nPASS: tests/df/total-verify.sh\n2g.sh: skipped test: very expensive: disabled by default\nSKIP: tests/du/2g.sh\nPASS: tests/du/8gb.sh\nPASS: tests/du/apparent.sh\nPASS: tests/du/basic.sh\nbigtime.sh: skipped test: file system or localtime mishandles big timestamps: -rw-r--r-- 1 tester tester 0 May 10  2446 future\nSKIP: tests/du/bigtime.sh\nPASS: tests/du/deref.sh\nPASS: tests/du/deref-args.sh\nPASS: tests/du/exclude.sh\nfd-leak.sh: skipped test: expensive: disabled by default\nSKIP: tests/du/fd-leak.sh\nPASS: tests/du/files0-from.pl\nPASS: tests/du/files0-from-dir.sh\nPASS: tests/du/hard-link.sh\nPASS: tests/du/inacc-dest.sh\nPASS: tests/du/inacc-dir.sh\nPASS: tests/du/inaccessible-cwd.sh\nPASS: tests/du/inodes.sh\nPASS: tests/du/long-from-unreadable.sh\nPASS: tests/du/long-sloop.sh\nPASS: tests/du/max-depth.sh\nmove-dir-while-traversing.sh: skipped test: python inotify package not installed\nSKIP: tests/du/move-dir-while-traversing.sh\nPASS: tests/du/no-deref.sh\nPASS: tests/du/no-x.sh\nPASS: tests/du/one-file-system.sh\nPASS: tests/du/restore-wd.sh\nPASS: tests/du/slash.sh\nPASS: tests/du/threshold.sh\nPASS: tests/du/trailing-slash.sh\nPASS: tests/du/two-args.sh\ngnu-zero-uids.sh: skipped test: not running on GNU/Hurd\nSKIP: tests/id/gnu-zero-uids.sh\nno-context.sh: skipped test: this system lacks SELinux support\nSKIP: tests/id/no-context.sh\ncontext.sh: skipped test: this system lacks SELinux support\nSKIP: tests/id/context.sh\nPASS: tests/id/uid.sh\nPASS: tests/id/zero.sh\nsmack.sh: skipped test: this system lacks SMACK support\nSKIP: tests/id/smack.sh\nWARNING!!! Your strip command doesn't seem to work,\nPASS: tests/install/basic-1.sh\nPASS: tests/install/create-leading.sh\nPASS: tests/install/d-slashdot.sh\nPASS: tests/install/install-C.sh\ninstall-C-selinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/install/install-C-selinux.sh\ninstall-Z-selinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/install/install-Z-selinux.sh\nPASS: tests/install/strip-program.sh\nPASS: tests/install/trap.sh\nPASS: tests/ln/backup-1.sh\nPASS: tests/ln/hard-backup.sh\nPASS: tests/ln/hard-to-sym.sh\nPASS: tests/ln/misc.sh\nPASS: tests/ln/relative.sh\nPASS: tests/ln/sf-1.sh\nPASS: tests/ln/slash-decorated-nonexistent-dest.sh\nPASS: tests/ln/target-1.sh\nPASS: tests/ls/a-option.sh\nPASS: tests/ls/acl.sh\nPASS: tests/ls/abmon-align.sh\nPASS: tests/ls/birthtime.sh\nPASS: tests/ls/block-size.sh\nPASS: tests/ls/classify.sh\nPASS: tests/ls/color-clear-to-eol.sh\nPASS: tests/ls/color-dtype-dir.sh\nPASS: tests/ls/color-norm.sh\nPASS: tests/ls/color-term.sh\nPASS: tests/ls/color-ext.sh\nPASS: tests/ls/dangle.sh\nPASS: tests/ls/dired.sh\nPASS: tests/ls/file-type.sh\nPASS: tests/ls/follow-slink.sh\ngetxattr-speedup.sh: skipped test: $CC -shared ... failed to build a shared lib\nSKIP: tests/ls/getxattr-speedup.sh\nPASS: tests/ls/group-dirs.sh\nPASS: tests/ls/hex-option.sh\nPASS: tests/ls/hyperlink.sh\nPASS: tests/ls/infloop.sh\nPASS: tests/ls/inode.sh\nPASS: tests/ls/m-option.sh\nPASS: tests/ls/w-option.sh\nPASS: tests/ls/multihardlink.sh\nPASS: tests/ls/no-arg.sh\nPASS: tests/ls/selinux-segfault.sh\nPASS: tests/ls/quote-align.sh\nPASS: tests/ls/size-align.sh\nPASS: tests/ls/readdir-mountpoint-inode.sh\nPASS: tests/ls/recursive.sh\nPASS: tests/ls/removed-directory.sh\nroot-rel-symlink-color.sh: skipped test: no relative symlink in /\nSKIP: tests/ls/root-rel-symlink-color.sh\nPASS: tests/ls/rt-1.sh\nselinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/ls/selinux.sh\nPASS: tests/ls/slink-acl.sh\nPASS: tests/ls/stat-dtype.sh\nPASS: tests/ls/stat-failed.sh\nstat-free-color.sh: skipped test: no strace program\nSKIP: tests/ls/stat-free-color.sh\nstat-free-symlinks.sh: skipped test: no strace program\nSKIP: tests/ls/stat-free-symlinks.sh\nPASS: tests/ls/stat-vs-dirent.sh\nPASS: tests/ls/symlink-loop.sh\nPASS: tests/ls/symlink-quote.sh\nPASS: tests/ls/symlink-slash.sh\nPASS: tests/ls/time-style-diag.sh\nPASS: tests/ls/sort-width-option.sh\nPASS: tests/ls/x-option.sh\nPASS: tests/ls/zero-option.sh\nPASS: tests/mkdir/p-1.sh\nPASS: tests/mkdir/p-2.sh\nPASS: tests/mkdir/p-3.sh\nPASS: tests/mkdir/p-acl.sh\nPASS: tests/mkdir/p-slashdot.sh\nPASS: tests/mkdir/p-thru-slink.sh\nPASS: tests/mkdir/p-v.sh\nPASS: tests/mkdir/parents.sh\nPASS: tests/mkdir/perm.sh\nselinux.sh: skipped test: this system lacks SELinux support\nSKIP: tests/mkdir/selinux.sh\nrestorecon.sh: skipped test: this system lacks SELinux support\nSKIP: tests/mkdir/restorecon.sh\nPASS: tests/mkdir/special-1.sh\nPASS: tests/mkdir/t-slash.sh\nsmack-no-root.sh: skipped test: this system lacks SMACK support\nSKIP: tests/mkdir/smack-no-root.sh\nPASS: tests/mv/acl.sh\natomic.sh: skipped test: no strace program\nSKIP: tests/mv/atomic.sh\natomic2.sh: skipped test: no strace program\nSKIP: tests/mv/atomic2.sh\nPASS: tests/mv/backup-dir.sh\nPASS: tests/mv/backup-is-src.sh\nPASS: tests/mv/childproof.sh\nPASS: tests/mv/diag.sh\nPASS: tests/mv/dir-file.sh\nPASS: tests/mv/dir2dir.sh\nPASS: tests/mv/dup-source.sh\nPASS: tests/mv/force.sh\nPASS: tests/mv/hard-2.sh\nPASS: tests/mv/hard-3.sh\nPASS: tests/mv/hard-4.sh\nPASS: tests/mv/hard-link-1.sh\nPASS: tests/mv/i-1.pl\nPASS: tests/mv/i-2.sh\ni-3.sh: skipped test: /dev/stdin is not readable\nSKIP: tests/mv/i-3.sh\nPASS: tests/mv/i-4.sh\nPASS: tests/mv/i-5.sh\nPASS: tests/mv/i-link-no.sh\nPASS: tests/mv/into-self.sh\nPASS: tests/mv/into-self-2.sh\nPASS: tests/mv/into-self-3.sh\nPASS: tests/mv/into-self-4.sh\nleak-fd.sh: skipped test: expensive: disabled by default\nSKIP: tests/mv/leak-fd.sh\nPASS: tests/mv/mv-exchange.sh\nPASS: tests/mv/mv-n.sh\nPASS: tests/mv/mv-special-1.sh\nPASS: tests/mv/no-copy.sh\nPASS: tests/mv/no-target-dir.sh\nPASS: tests/mv/part-fail.sh\nPASS: tests/mv/part-hardlink.sh\nPASS: tests/mv/part-rename.sh\nPASS: tests/mv/part-symlink.sh\nPASS: tests/mv/partition-perm.sh\nPASS: tests/mv/perm-1.sh\nPASS: tests/mv/symlink-onto-hardlink.sh\nPASS: tests/mv/symlink-onto-hardlink-to-self.sh\nPASS: tests/mv/to-symlink.sh\nPASS: tests/mv/trailing-slash.sh\nPASS: tests/mv/update.sh\nPASS: tests/readlink/can-e.sh\nPASS: tests/readlink/can-f.sh\nPASS: tests/readlink/can-m.sh\nPASS: tests/readlink/multi.sh\nPASS: tests/readlink/rl-1.sh\nPASS: tests/rmdir/fail-perm.sh\nPASS: tests/rmdir/ignore.sh\nPASS: tests/rmdir/symlink-errors.sh\nPASS: tests/rmdir/t-slash.sh\nPASS: tests/tail/assert-2.sh\nbig-4gb.sh: skipped test: expensive: disabled by default\nSKIP: tests/tail/big-4gb.sh\nPASS: tests/tail/flush-initial.sh\nPASS: tests/tail/follow-name.sh\nPASS: tests/tail/follow-stdin.sh\nPASS: tests/tail/pipe-f.sh\nPASS: tests/tail/pipe-f2.sh\nPASS: tests/tail/proc-ksyms.sh\nPASS: tests/tail/start-middle.sh\nPASS: tests/touch/60-seconds.sh\nPASS: tests/touch/dangling-symlink.sh\nPASS: tests/touch/dir-1.sh\nPASS: tests/touch/fail-diag.sh\nPASS: tests/touch/fifo.sh\nPASS: tests/touch/no-create-missing.sh\nPASS: tests/touch/no-dereference.sh\nPASS: tests/touch/no-rights.sh\nPASS: tests/touch/not-owner.sh\nPASS: tests/touch/obsolescent.sh\nPASS: tests/touch/read-only.sh\nPASS: tests/touch/relative.sh\nPASS: tests/touch/trailing-slash.sh\nbasic.sh: skipped test: must be run as root\nSKIP: tests/chown/basic.sh\nfrom.sh: skipped test: must be run as root\nSKIP: tests/chgrp/from.sh\ncp-a-selinux.sh: skipped test: must be run as root\nSKIP: tests/cp/cp-a-selinux.sh\npreserve-gid.sh: skipped test: must be run as root\nSKIP: tests/cp/preserve-gid.sh\nspecial-bits.sh: skipped test: must be run as root\nSKIP: tests/cp/special-bits.sh\ncp-mv-enotsup-xattr.sh: skipped test: must be run as root\nSKIP: tests/cp/cp-mv-enotsup-xattr.sh\ncapability.sh: skipped test: must be run as root\nSKIP: tests/cp/capability.sh\nPASS: tests/cp/sparse-extents-2.sh\ncross-dev-symlink.sh: skipped test: must be run as root\nSKIP: tests/cp/cross-dev-symlink.sh\nskip-seek-past-dev.sh: skipped test: must be run as root\nSKIP: tests/dd/skip-seek-past-dev.sh\nproblematic-chars.sh: skipped test: must be run as root\nSKIP: tests/df/problematic-chars.sh\nover-mount-device.sh: skipped test: must be run as root\nSKIP: tests/df/over-mount-device.sh\nbind-mount-dir-cycle.sh: skipped test: must be run as root\nSKIP: tests/du/bind-mount-dir-cycle.sh\nbind-mount-dir-cycle-v2.sh: skipped test: must be run as root\nSKIP: tests/du/bind-mount-dir-cycle-v2.sh\nsetgid.sh: skipped test: must be run as root\nSKIP: tests/id/setgid.sh\ninstall-C-root.sh: skipped test: must be run as root\nSKIP: tests/install/install-C-root.sh\ncapability.sh: skipped test: must be run as root\nSKIP: tests/ls/capability.sh\nno-cap.sh: skipped test: no strace program\nSKIP: tests/ls/no-cap.sh\nnameless-uid.sh: skipped test: must be run as root\nSKIP: tests/ls/nameless-uid.sh\nchcon.sh: skipped test: must be run as root\nSKIP: tests/chcon/chcon.sh\nchroot-credentials.sh: skipped test: must be run as root\nSKIP: tests/chroot/chroot-credentials.sh\nselinux.sh: skipped test: must be run as root\nSKIP: tests/misc/selinux.sh\ntruncate-owned-by-other.sh: skipped test: must be run as root\nSKIP: tests/truncate/truncate-owned-by-other.sh\nwritable-under-readonly.sh: skipped test: must be run as root\nSKIP: tests/mkdir/writable-under-readonly.sh\nsmack-root.sh: skipped test: this system lacks SMACK support\nSKIP: tests/mkdir/smack-root.sh\nhardlink-case.sh: skipped test: must be run as root\nSKIP: tests/mv/hardlink-case.sh\nsticky-to-xpart.sh: skipped test: must be run as root\nSKIP: tests/mv/sticky-to-xpart.sh\nfail-2eperm.sh: skipped test: must be run as root\nSKIP: tests/rm/fail-2eperm.sh\nno-give-up.sh: skipped test: must be run as root\nSKIP: tests/rm/no-give-up.sh\none-file-system.sh: skipped test: must be run as root\nSKIP: tests/rm/one-file-system.sh\nread-only.sh: skipped test: must be run as root\nSKIP: tests/rm/read-only.sh\nempty-immutable-skip.sh: skipped test: must be run as root\nSKIP: tests/rm/empty-immutable-skip.sh\nl-chunk-root.sh: skipped test: must be run as root\nSKIP: tests/split/l-chunk-root.sh\nappend-only.sh: skipped test: must be run as root\nSKIP: tests/tail/append-only.sh\nend-of-device.sh: skipped test: must be run as root\nSKIP: tests/tail/end-of-device.sh\nnow-owned-by-other.sh: skipped test: must be run as root\nSKIP: tests/touch/now-owned-by-other.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t00.sh \\\n  ./tests/factor/run.sh > tests/factor/t00.sh-t\nchmod a+x tests/factor/t00.sh-t\nmv -f tests/factor/t00.sh-t tests/factor/t00.sh\nt00.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t00.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t01.sh \\\n  ./tests/factor/run.sh > tests/factor/t01.sh-t\nchmod a+x tests/factor/t01.sh-t\nmv -f tests/factor/t01.sh-t tests/factor/t01.sh\nt01.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t01.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t02.sh \\\n  ./tests/factor/run.sh > tests/factor/t02.sh-t\nchmod a+x tests/factor/t02.sh-t\nmv -f tests/factor/t02.sh-t tests/factor/t02.sh\nt02.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t02.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t03.sh \\\n  ./tests/factor/run.sh > tests/factor/t03.sh-t\nchmod a+x tests/factor/t03.sh-t\nmv -f tests/factor/t03.sh-t tests/factor/t03.sh\nt03.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t03.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t04.sh \\\n  ./tests/factor/run.sh > tests/factor/t04.sh-t\nchmod a+x tests/factor/t04.sh-t\nmv -f tests/factor/t04.sh-t tests/factor/t04.sh\nt04.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t04.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t05.sh \\\n  ./tests/factor/run.sh > tests/factor/t05.sh-t\nchmod a+x tests/factor/t05.sh-t\nmv -f tests/factor/t05.sh-t tests/factor/t05.sh\nt05.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t05.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t06.sh \\\n  ./tests/factor/run.sh > tests/factor/t06.sh-t\nchmod a+x tests/factor/t06.sh-t\nmv -f tests/factor/t06.sh-t tests/factor/t06.sh\nt06.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t06.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t07.sh \\\n  ./tests/factor/run.sh > tests/factor/t07.sh-t\nchmod a+x tests/factor/t07.sh-t\nmv -f tests/factor/t07.sh-t tests/factor/t07.sh\nt07.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t07.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t08.sh \\\n  ./tests/factor/run.sh > tests/factor/t08.sh-t\nchmod a+x tests/factor/t08.sh-t\nmv -f tests/factor/t08.sh-t tests/factor/t08.sh\nt08.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t08.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t09.sh \\\n  ./tests/factor/run.sh > tests/factor/t09.sh-t\nchmod a+x tests/factor/t09.sh-t\nmv -f tests/factor/t09.sh-t tests/factor/t09.sh\nt09.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t09.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t10.sh \\\n  ./tests/factor/run.sh > tests/factor/t10.sh-t\nchmod a+x tests/factor/t10.sh-t\nmv -f tests/factor/t10.sh-t tests/factor/t10.sh\nt10.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t10.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t11.sh \\\n  ./tests/factor/run.sh > tests/factor/t11.sh-t\nchmod a+x tests/factor/t11.sh-t\nmv -f tests/factor/t11.sh-t tests/factor/t11.sh\nt11.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t11.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t12.sh \\\n  ./tests/factor/run.sh > tests/factor/t12.sh-t\nchmod a+x tests/factor/t12.sh-t\nmv -f tests/factor/t12.sh-t tests/factor/t12.sh\nt12.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t12.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t13.sh \\\n  ./tests/factor/run.sh > tests/factor/t13.sh-t\nchmod a+x tests/factor/t13.sh-t\nmv -f tests/factor/t13.sh-t tests/factor/t13.sh\nt13.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t13.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t14.sh \\\n  ./tests/factor/run.sh > tests/factor/t14.sh-t\nchmod a+x tests/factor/t14.sh-t\nmv -f tests/factor/t14.sh-t tests/factor/t14.sh\nt14.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t14.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t15.sh \\\n  ./tests/factor/run.sh > tests/factor/t15.sh-t\nchmod a+x tests/factor/t15.sh-t\nmv -f tests/factor/t15.sh-t tests/factor/t15.sh\nt15.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t15.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t16.sh \\\n  ./tests/factor/run.sh > tests/factor/t16.sh-t\nchmod a+x tests/factor/t16.sh-t\nmv -f tests/factor/t16.sh-t tests/factor/t16.sh\nt16.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t16.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t17.sh \\\n  ./tests/factor/run.sh > tests/factor/t17.sh-t\nchmod a+x tests/factor/t17.sh-t\nmv -f tests/factor/t17.sh-t tests/factor/t17.sh\nt17.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t17.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t18.sh \\\n  ./tests/factor/run.sh > tests/factor/t18.sh-t\nchmod a+x tests/factor/t18.sh-t\nmv -f tests/factor/t18.sh-t tests/factor/t18.sh\nt18.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t18.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t19.sh \\\n  ./tests/factor/run.sh > tests/factor/t19.sh-t\nchmod a+x tests/factor/t19.sh-t\nmv -f tests/factor/t19.sh-t tests/factor/t19.sh\nt19.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t19.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t20.sh \\\n  ./tests/factor/run.sh > tests/factor/t20.sh-t\nchmod a+x tests/factor/t20.sh-t\nmv -f tests/factor/t20.sh-t tests/factor/t20.sh\nt20.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t20.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t21.sh \\\n  ./tests/factor/run.sh > tests/factor/t21.sh-t\nchmod a+x tests/factor/t21.sh-t\nmv -f tests/factor/t21.sh-t tests/factor/t21.sh\nt21.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t21.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t22.sh \\\n  ./tests/factor/run.sh > tests/factor/t22.sh-t\nchmod a+x tests/factor/t22.sh-t\nmv -f tests/factor/t22.sh-t tests/factor/t22.sh\nt22.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t22.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t23.sh \\\n  ./tests/factor/run.sh > tests/factor/t23.sh-t\nchmod a+x tests/factor/t23.sh-t\nmv -f tests/factor/t23.sh-t tests/factor/t23.sh\nt23.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t23.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t24.sh \\\n  ./tests/factor/run.sh > tests/factor/t24.sh-t\nchmod a+x tests/factor/t24.sh-t\nmv -f tests/factor/t24.sh-t tests/factor/t24.sh\nt24.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t24.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t25.sh \\\n  ./tests/factor/run.sh > tests/factor/t25.sh-t\nchmod a+x tests/factor/t25.sh-t\nmv -f tests/factor/t25.sh-t tests/factor/t25.sh\nt25.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t25.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t26.sh \\\n  ./tests/factor/run.sh > tests/factor/t26.sh-t\nchmod a+x tests/factor/t26.sh-t\nmv -f tests/factor/t26.sh-t tests/factor/t26.sh\nt26.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t26.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t27.sh \\\n  ./tests/factor/run.sh > tests/factor/t27.sh-t\nchmod a+x tests/factor/t27.sh-t\nmv -f tests/factor/t27.sh-t tests/factor/t27.sh\nt27.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t27.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t28.sh \\\n  ./tests/factor/run.sh > tests/factor/t28.sh-t\nchmod a+x tests/factor/t28.sh-t\nmv -f tests/factor/t28.sh-t tests/factor/t28.sh\nt28.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t28.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t29.sh \\\n  ./tests/factor/run.sh > tests/factor/t29.sh-t\nchmod a+x tests/factor/t29.sh-t\nmv -f tests/factor/t29.sh-t tests/factor/t29.sh\nt29.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t29.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t30.sh \\\n  ./tests/factor/run.sh > tests/factor/t30.sh-t\nchmod a+x tests/factor/t30.sh-t\nmv -f tests/factor/t30.sh-t tests/factor/t30.sh\nt30.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t30.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t31.sh \\\n  ./tests/factor/run.sh > tests/factor/t31.sh-t\nchmod a+x tests/factor/t31.sh-t\nmv -f tests/factor/t31.sh-t tests/factor/t31.sh\nt31.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t31.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t32.sh \\\n  ./tests/factor/run.sh > tests/factor/t32.sh-t\nchmod a+x tests/factor/t32.sh-t\nmv -f tests/factor/t32.sh-t tests/factor/t32.sh\nt32.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t32.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t33.sh \\\n  ./tests/factor/run.sh > tests/factor/t33.sh-t\nchmod a+x tests/factor/t33.sh-t\nmv -f tests/factor/t33.sh-t tests/factor/t33.sh\nt33.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t33.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t34.sh \\\n  ./tests/factor/run.sh > tests/factor/t34.sh-t\nchmod a+x tests/factor/t34.sh-t\nmv -f tests/factor/t34.sh-t tests/factor/t34.sh\nt34.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t34.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t35.sh \\\n  ./tests/factor/run.sh > tests/factor/t35.sh-t\nchmod a+x tests/factor/t35.sh-t\nmv -f tests/factor/t35.sh-t tests/factor/t35.sh\nt35.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t35.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t36.sh \\\n  ./tests/factor/run.sh > tests/factor/t36.sh-t\nchmod a+x tests/factor/t36.sh-t\nmv -f tests/factor/t36.sh-t tests/factor/t36.sh\nt36.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t36.sh\nmkdir -p tests/factor\n/bin/bash ./tests/factor/create-test.sh tests/factor/t37.sh \\\n  ./tests/factor/run.sh > tests/factor/t37.sh-t\nchmod a+x tests/factor/t37.sh-t\nmv -f tests/factor/t37.sh-t tests/factor/t37.sh\nt37.sh: skipped test: very expensive: disabled by default\nSKIP: tests/factor/t37.sh\n============================================================================\nTestsuite summary for GNU coreutils 9.7\n============================================================================\n# TOTAL: 656\n# PASS:  518\n# SKIP:  138\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/coreutils/ptest'\nDURATION: 100\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5191857814788818,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-cpio_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-cpio",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007262229919433594,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1524369716644287,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02425384521484375,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.665008544921875,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002095937728881836,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.cpio.CVE-2015-1197__--no-absolute-filenames_for_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.cpio.CVE-2019-14866__tar_header_size_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.cpio.basic_functionality:_copyin/copyout": {
    "status": "PASSED"
   },
   "ptestresult.cpio.big_block_size": {
    "status": "PASSED"
   },
   "ptestresult.cpio.cpio_version": {
    "status": "PASSED"
   },
   "ptestresult.cpio.delayed_setstat": {
    "status": "PASSED"
   },
   "ptestresult.cpio.delayed_setstat__copy-pass_": {
    "status": "PASSED"
   },
   "ptestresult.cpio.delayed_setstat__umask,_copy-pass_": {
    "status": "PASSED"
   },
   "ptestresult.cpio.delayed_setstat__umask_": {
    "status": "PASSED"
   },
   "ptestresult.cpio.delayed_setstat__with_-depth_": {
    "status": "PASSED"
   },
   "ptestresult.cpio.interdir": {
    "status": "PASSED"
   },
   "ptestresult.cpio.restoring_delayed_symlink_times": {
    "status": "PASSED"
   },
   "ptestresult.cpio.restoring_symlink_times": {
    "status": "PASSED"
   },
   "ptestresult.cpio.symlink": {
    "status": "PASSED"
   },
   "ptestresult.cpio.symlink-bad-length": {
    "status": "PASSED"
   },
   "ptestresult.cpio.symlink-long": {
    "status": "PASSED"
   },
   "ptestresult.cpio.symlink_--to-stdout": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/cpio/ptest\n## ------------------------- ##\n## GNU cpio 2.15 test suite. ##\n## ------------------------- ##\nPASS: cpio version\nPASS: basic functionality: copyin/copyout\nPASS: symlink\nPASS: symlink-bad-length\nPASS: symlink-long\nPASS: symlink --to-stdout\nPASS: interdir\nPASS: delayed setstat\nPASS: delayed setstat (with -depth)\nPASS: delayed setstat (copy-pass)\nPASS: delayed setstat (umask)\nPASS: delayed setstat (umask, copy-pass)\nPASS: big block size\nPASS: CVE-2015-1197 (--no-absolute-filenames for symlinks)\nPASS: CVE-2019-14866 (tar header size overflow)\nPASS: restoring symlink times\nPASS: restoring delayed symlink times\n\n## ------------- ##\n## Test results. ##\n## ------------- ##\n\nAll 17 tests were successful.\nDURATION: 0\nEND: /usr/lib/cpio/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "cpio": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\n## ------------------------- ##\n## GNU cpio 2.15 test suite. ##\n## ------------------------- ##\nPASS: cpio version\nPASS: basic functionality: copyin/copyout\nPASS: symlink\nPASS: symlink-bad-length\nPASS: symlink-long\nPASS: symlink --to-stdout\nPASS: interdir\nPASS: delayed setstat\nPASS: delayed setstat (with -depth)\nPASS: delayed setstat (copy-pass)\nPASS: delayed setstat (umask)\nPASS: delayed setstat (umask, copy-pass)\nPASS: big block size\nPASS: CVE-2015-1197 (--no-absolute-filenames for symlinks)\nPASS: CVE-2019-14866 (tar header size overflow)\nPASS: restoring symlink times\nPASS: restoring delayed symlink times\n\n## ------------- ##\n## Test results. ##\n## ------------- ##\n\nAll 17 tests were successful.\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5223729610443115,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-curl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-curl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0016758441925048828,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.158109664916992,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03231096267700195,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 49.6931049823761,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008389949798583984,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.curl.1001_-_HTTP_POST_--digest_with_PUT_and_resumed_upload_and_modified_method": {
    "status": "PASSED"
   },
   "ptestresult.curl.1002_-_HTTP_PUT_with_Digest_auth,_resumed_upload_and_modified_method,_twice": {
    "status": "PASSED"
   },
   "ptestresult.curl.1004_-_HTTP_GET_with_empty_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1008_-_HTTP_proxy_CONNECT_auth_NTLM_with_chunked-encoded_407_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1011_-_HTTP_POST_with_301_redirect": {
    "status": "PASSED"
   },
   "ptestresult.curl.1012_-_HTTP_POST_with_301_redirect_and_--post301": {
    "status": "PASSED"
   },
   "ptestresult.curl.1015_-_--data-urlencode": {
    "status": "PASSED"
   },
   "ptestresult.curl.1016_-_X-Y_range_on_a_file://_URL_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1017_-_0-Y_range_on_a_file://_URL_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1018_-_X-X_range_on_a_file://_URL_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1019_-_X-_range_on_a_file://_URL_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1020_-_-Y_range_on_a_file://_URL_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1021_-_HTTP_proxy_CONNECT_with_any_proxyauth_and_proxy_offers_NTLM_and_close": {
    "status": "PASSED"
   },
   "ptestresult.curl.1024_-_HTTP_Location:_following_with_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.1025_-_HTTP_Location:_following_with_command-line_and_server_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.1027_-_curl_--help": {
    "status": "PASSED"
   },
   "ptestresult.curl.1029_-_HTTP_Location:_and_'redirect_url'_check": {
    "status": "PASSED"
   },
   "ptestresult.curl.1030_-_HTTP_PUT_with_--anyauth_authorization__picking_Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1031_-_HTTP_Location:_following_to_a_query_string": {
    "status": "PASSED"
   },
   "ptestresult.curl.1032_-_HTTP_HEAD_with_--range": {
    "status": "PASSED"
   },
   "ptestresult.curl.1033_-_HTTP_GET_with_102_response!": {
    "status": "PASSED"
   },
   "ptestresult.curl.1040_-_HTTP_GET_with_resume_from_end_of_entirely-downloaded_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1041_-_HTTP_PUT_with_resume_from_end_of_already-uploaded_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1042_-_HTTP_GET_beyond_end_of_entirely-downloaded_file,_no_server_resume": {
    "status": "PASSED"
   },
   "ptestresult.curl.1043_-_HTTP_GET_with_resume_from_end_of_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1045_-_HTTP_GET_with_numeric_localhost_--interface": {
    "status": "PASSED"
   },
   "ptestresult.curl.1046_-_HTTP-IPv6_GET_with_numeric_localhost_--interface": {
    "status": "PASSED"
   },
   "ptestresult.curl.1051_-_HTTP_PUT_with_Location:_following": {
    "status": "PASSED"
   },
   "ptestresult.curl.1052_-_HTTP_1.0_PUT_with_Location:_following": {
    "status": "PASSED"
   },
   "ptestresult.curl.1053_-_HTTP_RFC1867-type_formposting_from_file_with_Location:_following": {
    "status": "PASSED"
   },
   "ptestresult.curl.1054_-_HTTP_POST_from_file_with_301_redirect_and_--post301": {
    "status": "PASSED"
   },
   "ptestresult.curl.1056_-_HTTP_follow_redirect_from_IPv4_to_IPv6_with_scope": {
    "status": "PASSED"
   },
   "ptestresult.curl.1058_-_HTTP_range_relative_to_end_of_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1060_-_HTTP_proxy_CONNECT_auth_Digest,_large_headers_and_data": {
    "status": "PASSED"
   },
   "ptestresult.curl.1061_-_HTTP_proxy_CONNECT_auth_Digest,_large_headers_and_chunked_data": {
    "status": "PASSED"
   },
   "ptestresult.curl.1063_-_Invalid_large_X-_range_on_a_file://": {
    "status": "PASSED"
   },
   "ptestresult.curl.1064_-_HTTP_PUT_twice": {
    "status": "PASSED"
   },
   "ptestresult.curl.1065_-_HTTP_PUT_with_one_file_but_two_URLs": {
    "status": "PASSED"
   },
   "ptestresult.curl.1066_-_HTTP_--dump-header_-_with_two_URLs": {
    "status": "PASSED"
   },
   "ptestresult.curl.1067_-_HTTP_Location:_following_with_auto-referer": {
    "status": "PASSED"
   },
   "ptestresult.curl.1068_-_HTTP_PUT_from_stdin": {
    "status": "PASSED"
   },
   "ptestresult.curl.1069_-_HTTP_1.0_PUT_from_stdin_with_no_content_length": {
    "status": "PASSED"
   },
   "ptestresult.curl.1070_-_HTTP_POST_with_server_closing_connection_before__all__data_is_received": {
    "status": "PASSED"
   },
   "ptestresult.curl.1071_-_Downgraded_HTTP_PUT_to_HTTP_1.0_with_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.1072_-_HTTP_chunked_PUT_to_HTTP_1.0_server_with_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.1073_-_HTTP_chunked_PUT_to_HTTP_1.0_server_with_redirect": {
    "status": "PASSED"
   },
   "ptestresult.curl.1074_-_HTTP_downgrade_to_HTTP/1.0_on_second_request": {
    "status": "PASSED"
   },
   "ptestresult.curl.1075_-_HTTP_PUT_with_--anyauth_authorization__picking_Basic_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1076_-_HTTP_POST_with_302_redirect_and_--post302": {
    "status": "PASSED"
   },
   "ptestresult.curl.1078_-_HTTP_1.0_CONNECT_with_proxytunnel_and_downgrade_GET_to_HTTP/1.0": {
    "status": "PASSED"
   },
   "ptestresult.curl.1079_-_HTTP_retry_after_closed_connection_and_empty_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1080_-_HTTP_Location:_on_two_URLs_'redirect_url'_check": {
    "status": "PASSED"
   },
   "ptestresult.curl.1081_-_HTTP_no_Location:_on_second_URL_'redirect_url'_check": {
    "status": "PASSED"
   },
   "ptestresult.curl.1082_-_HTTP_GET_with_localhost_--interface": {
    "status": "PASSED"
   },
   "ptestresult.curl.1083_-_HTTP-IPv6_GET_with_ip6-localhost_--interface": {
    "status": "PASSED"
   },
   "ptestresult.curl.1084_-_HTTP_GET_with_invalid_--interface": {
    "status": "PASSED"
   },
   "ptestresult.curl.1085_-_HTTP-IPv6_GET_with_invalid_--interface": {
    "status": "PASSED"
   },
   "ptestresult.curl.1087_-_HTTP,_proxy_with_--anyauth_and_Location:_to_new_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.1088_-_HTTP,_proxy_with_--anyauth_and_Location:_to_new_host_using_location-trusted": {
    "status": "PASSED"
   },
   "ptestresult.curl.1089_-_HTTP_GET_--write-out_with_redirected_fetch": {
    "status": "PASSED"
   },
   "ptestresult.curl.1090_-_HTTP_GET_--write-out_with_redirected_fetch_and_chunked_reply": {
    "status": "PASSED"
   },
   "ptestresult.curl.1095_-_HTTP_with_Digest_and_realm_with_quoted_quotes": {
    "status": "PASSED"
   },
   "ptestresult.curl.10_-_simple_HTTP_PUT_from_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1101_-_NO_PROXY_test,_with_user_name_in_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1104_-_HTTP_cookie_expiry_date_at_Jan_1_00:00:00_GMT_1970": {
    "status": "PASSED"
   },
   "ptestresult.curl.1105_-_HTTP_with_cookie_parser_and_header_recording": {
    "status": "PASSED"
   },
   "ptestresult.curl.1109_-_HTTP_GET_with_URL_that_contains_fragment_after_the_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.1110_-_HTTP_GET_with_URL_that_contains_a_fragment_after_the_query_part": {
    "status": "PASSED"
   },
   "ptestresult.curl.1111_-_HTTP_GET_with_URL_whose_fragment_contains_a_#__which_is_illegal_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1115_-_HTTP_GET_with_unexpected_1xx_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1116_-_HTTP_GET_with_chunked_trailer_without_Trailer:": {
    "status": "PASSED"
   },
   "ptestresult.curl.1117_-_HTTP_with_invalid_range_then_another_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1118_-_URL_without_slash_and_@-letter_in_query": {
    "status": "PASSED"
   },
   "ptestresult.curl.1121_-_HTTP_multiple_provided_Host:_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.1122_-_HTTP_GET_gzip_transfer-encoded_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.1123_-_HTTP_GET_deflate_transfer-encoded_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.1124_-_HTTP_GET_gzip+chunked_transfer-encoded_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.1125_-_HTTP_GET_transfer-encoding_with_custom_Connection:": {
    "status": "PASSED"
   },
   "ptestresult.curl.1126_-_HTTP_200_If-Modified-Since_with_newer_document": {
    "status": "PASSED"
   },
   "ptestresult.curl.1127_-_HTTP_200_If-Modified-Since_with_older_document": {
    "status": "PASSED"
   },
   "ptestresult.curl.1128_-_HTTP_200_If-Modified-Since_with_old+new_documents": {
    "status": "PASSED"
   },
   "ptestresult.curl.1129_-_HTTP_POST_expect_100-continue_with_a_404": {
    "status": "PASSED"
   },
   "ptestresult.curl.1130_-_HTTP_POST_forced_expect_100-continue_with_a_404": {
    "status": "PASSED"
   },
   "ptestresult.curl.1131_-_HTTP_PUT_expect_100-continue_with_a_400": {
    "status": "PASSED"
   },
   "ptestresult.curl.1133_-_HTTP_RFC1867-type_formposting_with_filename/data_contains_',',_';',_'\"'": {
    "status": "PASSED"
   },
   "ptestresult.curl.1134_-_HTTP_connection_reuse_with_different_credentials": {
    "status": "PASSED"
   },
   "ptestresult.curl.1138_-_HTTP_redirect_with_UTF-8_characters": {
    "status": "PASSED"
   },
   "ptestresult.curl.1141_-_HTTP_redirect_to_http:///__three_slashes!_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1142_-_HTTP_redirect_to_http:////__four_slashes!_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1143_-_HTTP_URL_with_http:/__one_slash!_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1144_-_HTTP_HEAD,_receive_no_headers_only_body": {
    "status": "PASSED"
   },
   "ptestresult.curl.1145_-_file://_bad_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.1146_-_--proto-default_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1147_-_Get_-H_headers_from_a_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1148_-_progress-bar": {
    "status": "PASSED"
   },
   "ptestresult.curl.1150_-_HTTP_proxy_with_URLs_using_different_ports": {
    "status": "PASSED"
   },
   "ptestresult.curl.1151_-_HTTP_with_too_long_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.1154_-_HTTP_GET_with_100K__too_long__response_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1155_-_HTTP_cookie_with_parameter_word_as_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1156_-_HTTP_resume/range_fail_range-error_content-range_combinations": {
    "status": "PASSED"
   },
   "ptestresult.curl.1157_-_Get_-H_headers_from_empty_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1158_-_HTTP_RFC1867-type_formposting_with_filename_containing_'\"'": {
    "status": "PASSED"
   },
   "ptestresult.curl.1159_-_HTTP_Location:_and_'redirect_url'_with_non-supported_scheme": {
    "status": "PASSED"
   },
   "ptestresult.curl.1160_-_HTTP_with_long_funny_format_cookie": {
    "status": "PASSED"
   },
   "ptestresult.curl.1161_-_HTTP_cookie_with_path_set_twice": {
    "status": "PASSED"
   },
   "ptestresult.curl.1164_-_HTTP/0.9_GET_and_all_zeroes": {
    "status": "PASSED"
   },
   "ptestresult.curl.1166_-_HTTP_response_with_cookies_but_not_receiving!": {
    "status": "PASSED"
   },
   "ptestresult.curl.1168_-_HTTP_redirect_with_credentials_using_#_in_user_and_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.1169_-_Verify_that_runtests.pl_accepts_an_-L_option": {
    "status": "PASSED"
   },
   "ptestresult.curl.1170_-_HTTP_GET_transfer-encoding_with_removed_Connection:": {
    "status": "PASSED"
   },
   "ptestresult.curl.1171_-_HTTP_GET_transfer-encoding_with_blanked_Connection:": {
    "status": "PASSED"
   },
   "ptestresult.curl.1172_-_HTTP/0.9_GET_response_denied": {
    "status": "PASSED"
   },
   "ptestresult.curl.1174_-_HTTP/0.9_GET_response_denied_by_default": {
    "status": "PASSED"
   },
   "ptestresult.curl.1176_-_--output_using_#0": {
    "status": "PASSED"
   },
   "ptestresult.curl.1178_-_HTTP_proxy_auth_with_credentials_longer_than_256_bytes": {
    "status": "PASSED"
   },
   "ptestresult.curl.1180_-_HTTP_GET_request_with_proxy_and_-H_\"Proxy-Connection:_keep-alive\"": {
    "status": "PASSED"
   },
   "ptestresult.curl.1181_-_HTTP_GET_request_with_proxy_and_--proxy-header_\"Proxy-Connection:_Keep-Alive\"": {
    "status": "PASSED"
   },
   "ptestresult.curl.1183_-_1183_used_instead_of_actual_test_number": {
    "status": "PASSED"
   },
   "ptestresult.curl.1186_-_Multipart_formposting_with_backslash-escaping_filename_containing_'\"'": {
    "status": "PASSED"
   },
   "ptestresult.curl.1188_-_--write-out_with_%{onerror}_and_%{urlnum}_to_stderr": {
    "status": "PASSED"
   },
   "ptestresult.curl.1189_-_Multipart_formposting_with_backslash-escaping_of_name=_and_filename=": {
    "status": "PASSED"
   },
   "ptestresult.curl.1197_-_HTTP_POST_redirected_to_GET_and_--write-out_method": {
    "status": "PASSED"
   },
   "ptestresult.curl.11_-_simple_HTTP_Location:_following": {
    "status": "PASSED"
   },
   "ptestresult.curl.1204_-_HTTP_with_WWW-Authenticate_and_multiple_auths_in_a_single_line": {
    "status": "PASSED"
   },
   "ptestresult.curl.1205_-_HTTP_GET_with_18K_HTTP_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1210_-_HTTP_GET_with_-J_without_Content-Disposition": {
    "status": "PASSED"
   },
   "ptestresult.curl.1212_-_noproxy_setting_together_with_socks_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1213_-_HTTP_with_proxy_and_host-only_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1214_-_HTTP_with_proxy_and_URL_with_?_and_no_slash_separator": {
    "status": "PASSED"
   },
   "ptestresult.curl.1215_-_HTTP_with_server_NTLM_authorization_using_a_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1216_-_HTTP_cookie_domains_tailmatching_the_host_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1218_-_HTTP_cookies_and_domains_with_same_prefix": {
    "status": "PASSED"
   },
   "ptestresult.curl.1220_-_file://_URLs_with_query_string": {
    "status": "PASSED"
   },
   "ptestresult.curl.1221_-_--url-query_with_--data-urlencode": {
    "status": "PASSED"
   },
   "ptestresult.curl.1223_-_HTTP_GET_-w_remote_ip_and_-w_remote_port": {
    "status": "PASSED"
   },
   "ptestresult.curl.1228_-_HTTP_cookie_path_match": {
    "status": "PASSED"
   },
   "ptestresult.curl.1229_-_HTTP_with_Digest_authorization_with_user_name_needing_escape": {
    "status": "PASSED"
   },
   "ptestresult.curl.1230_-_HTTP_CONNECT_to_IPv6_numerical_address": {
    "status": "PASSED"
   },
   "ptestresult.curl.1231_-_HTTP_URL_with_dotdot_removal_from_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.1232_-_HTTP_URL_with_dotdot_removal_from_path_using_an_HTTP_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1234_-_abusing_{}-globbing": {
    "status": "PASSED"
   },
   "ptestresult.curl.1235_-_multiple_requests_using_{}{}_in_the_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1236_-_[]_globbing_overflowing_the_range_counter": {
    "status": "PASSED"
   },
   "ptestresult.curl.1237_-_URL_with_1000+_letter_user_name_+_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.1239_-_HTTP_with_-z_+_-w_response_code_and_simulated_304": {
    "status": "PASSED"
   },
   "ptestresult.curl.1240_-_glob_[0-1]_with_stuff_after_range__7.33.0_regression_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1241_-_HTTP__without__dotdot_removal": {
    "status": "PASSED"
   },
   "ptestresult.curl.1246_-_URL_with_'#'_at_end_of_host_name_instead_of_'/'": {
    "status": "PASSED"
   },
   "ptestresult.curl.1247_-_--fail-early": {
    "status": "PASSED"
   },
   "ptestresult.curl.1248_-_Access_a_non-proxied_host_with_using_the_combination_of_--proxy_option_and_--noproxy_option": {
    "status": "PASSED"
   },
   "ptestresult.curl.1249_-_Access_a_non-proxied_host_with_using_the_combination_of_--proxy_option_and_NO_PROXY_env_var": {
    "status": "PASSED"
   },
   "ptestresult.curl.1250_-_Access_a_non-proxied_host_with_using_the_combination_of_http_proxy_env_var_and_--noproxy_option": {
    "status": "PASSED"
   },
   "ptestresult.curl.1251_-_Access_a_non-proxied_host_with_using_the_combination_of_http_proxy_env_var_and_NO_PROXY_env_var": {
    "status": "PASSED"
   },
   "ptestresult.curl.1252_-_Under_condition_using_--proxy,_override_NO_PROXY_by_--noproxy_and_access_target_URL_directly": {
    "status": "PASSED"
   },
   "ptestresult.curl.1253_-_Under_condition_using_--proxy,_override_NO_PROXY_by_--noproxy_and_access_target_URL_through_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1254_-_override_NO_PROXY_by_--noproxy_and_access_target_URL_through_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1255_-_Under_condition_using_http_proxy,_override_NO_PROXY_by_--noproxy_and_access_target_URL_directly": {
    "status": "PASSED"
   },
   "ptestresult.curl.1256_-_Under_condition_using_http_proxy,_override_NO_PROXY_by_--noproxy_and_access_target_URL_through_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1257_-_Under_condition_using_http_proxy,_override_NO_PROXY_by_--noproxy_and_access_target_URL_through_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.1258_-_HTTP,_use_cookies_with_localhost": {
    "status": "PASSED"
   },
   "ptestresult.curl.1259_-_HTTP_URL_with_semicolon_in_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.1260_-_HTTP_URL_with_rubbish_after_port_number": {
    "status": "PASSED"
   },
   "ptestresult.curl.1261_-_'redirect_url'_with_--location_and_--max-redirs": {
    "status": "PASSED"
   },
   "ptestresult.curl.1263_-_HTTP_URL_with_rubbish_after_IPv6_bracket": {
    "status": "PASSED"
   },
   "ptestresult.curl.1264_-_HTTP_URL_with_space_in_host_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1265_-_NO_PROXY_with_IPv6_numerical_address": {
    "status": "PASSED"
   },
   "ptestresult.curl.1266_-_HTTP_GET_with_a_single-byte_HTTP/0.9_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1267_-_HTTP_GET_with_an_invalid_HTTP/1_response_line_start": {
    "status": "PASSED"
   },
   "ptestresult.curl.1268_-_filename_argument_looks_like_a_flag": {
    "status": "PASSED"
   },
   "ptestresult.curl.1269_-_too_large_--retry-delay_value": {
    "status": "PASSED"
   },
   "ptestresult.curl.1270_-_Basic_'redirect_url'": {
    "status": "PASSED"
   },
   "ptestresult.curl.1271_-_--write-out_from_file_with_empty_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1273_-_-f_and_resume_transfer_of_an_entirely-downloaded_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1274_-_HTTP_header_line_folding": {
    "status": "PASSED"
   },
   "ptestresult.curl.1277_-_HTTP_GET_with_both_content_and_transfer_encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.1278_-_verify_extra_--no-remote-name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1280_-_simple_[a-d]_globbing": {
    "status": "PASSED"
   },
   "ptestresult.curl.1281_-_reject_non-numerical_port_number_in_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1283_-_globbing_range_with_same_start_and_stop": {
    "status": "PASSED"
   },
   "ptestresult.curl.1284_-_HTTP_POST_--digest_with_user-specified_Content-Length_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1285_-_HTTP_PUT_--digest_with_user-specified_Content-Length_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1286_-_HTTP_GET_--digest_increasing_nonce-count": {
    "status": "PASSED"
   },
   "ptestresult.curl.1287_-_HTTP_over_proxy-tunnel_ignore_TE_and_CL_in_CONNECT_2xx_responses": {
    "status": "PASSED"
   },
   "ptestresult.curl.1288_-_Suppress_proxy_CONNECT_response_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.1289_-_globbing_with_overflow_and_bad_syntax": {
    "status": "PASSED"
   },
   "ptestresult.curl.1290_-_Verify_URL_globbing_ignores_[]": {
    "status": "PASSED"
   },
   "ptestresult.curl.1291_-_Attempt_to_upload_1000_files_but_fail_immediately": {
    "status": "PASSED"
   },
   "ptestresult.curl.1292_-_Replaced_internal_headers_with_a_blank_one": {
    "status": "PASSED"
   },
   "ptestresult.curl.1293_-_Multipart_formpost_to_two_URLs,_the_first_failing": {
    "status": "PASSED"
   },
   "ptestresult.curl.1296_-_HTTP_URL_with_%0a_in_name_part": {
    "status": "PASSED"
   },
   "ptestresult.curl.1297_-_CONNECT_to_peer_that_returns_nothing": {
    "status": "PASSED"
   },
   "ptestresult.curl.1298_-_HTTP_GET_special_path_with_--request-target": {
    "status": "PASSED"
   },
   "ptestresult.curl.1299_-_Send_\"OPTIONS_*\"_with_--request-target": {
    "status": "PASSED"
   },
   "ptestresult.curl.129_-_HTTP/1.2_is_rejected": {
    "status": "PASSED"
   },
   "ptestresult.curl.12_-_HTTP_range_support": {
    "status": "PASSED"
   },
   "ptestresult.curl.1301_-_curl_strequal_tests": {
    "status": "PASSED"
   },
   "ptestresult.curl.1308_-_formpost_tests": {
    "status": "PASSED"
   },
   "ptestresult.curl.1310_-_HTTP_GET_with_-J_+_--show-headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.1311_-_HTTP_GET_with_-J_and_Content-Disposition": {
    "status": "PASSED"
   },
   "ptestresult.curl.1312_-_HTTP_GET_with_-J,_Content-Disposition_and_;_in_filename": {
    "status": "PASSED"
   },
   "ptestresult.curl.1313_-_HTTP_GET_with_-J,_Content-Disposition,_uneven_quotes": {
    "status": "PASSED"
   },
   "ptestresult.curl.1314_-_HTTP_Location:_following_a_//_prefixed_url": {
    "status": "PASSED"
   },
   "ptestresult.curl.1315_-_HTTP_RFC1867-type_formposting_-_-F_with_three_files,_one_with_explicit_type": {
    "status": "PASSED"
   },
   "ptestresult.curl.1317_-_HTTP_with_--resolve": {
    "status": "PASSED"
   },
   "ptestresult.curl.1318_-_HTTP_with_--resolve_and_same_host_name_using_different_cases": {
    "status": "PASSED"
   },
   "ptestresult.curl.1322_-_HTTP_with_--resolve_and_hostname_with_trailing_dot": {
    "status": "PASSED"
   },
   "ptestresult.curl.1324_-_HTTP_with_--resolve_and_[ipv6address]": {
    "status": "PASSED"
   },
   "ptestresult.curl.1325_-_HTTP_308-redirect_with_POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.1328_-_HTTP_GET_a_globbed_range_with_-f": {
    "status": "PASSED"
   },
   "ptestresult.curl.1329_-_/-prefixed_proxy_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1331_-_HTTP_--proxy-anyauth_and_407_with_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.1332_-_HTTP_POST_with_303_redirect_and_--post303": {
    "status": "PASSED"
   },
   "ptestresult.curl.1333_-_HTTP_POST_zero_length,_chunked-encoded": {
    "status": "PASSED"
   },
   "ptestresult.curl.1334_-_HTTP_GET_with_-O_without_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1335_-_HTTP_GET_with_-O_without_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1336_-_HTTP_GET_with_-O_and_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1337_-_HTTP_GET_with_-O_and_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1338_-_HTTP_GET_with_-O_-J_without_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1339_-_HTTP_GET_with_-O_-J_without_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1340_-_HTTP_GET_with_-O_-J_and_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1341_-_HTTP_GET_with_-O_-J_and_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1342_-_HTTP_GET_with_-O_-i_without_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1343_-_HTTP_GET_with_-O_-i_without_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1344_-_HTTP_GET_with_-O_-i_and_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1345_-_HTTP_GET_with_-O_-i_and_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1346_-_HTTP_GET_with_-O_-i_without_Content-Disposition,_without_-D": {
    "status": "PASSED"
   },
   "ptestresult.curl.1347_-_HTTP_GET_with_-O_-i_and_Content-Disposition,_without_-D": {
    "status": "PASSED"
   },
   "ptestresult.curl.1364_-_HTTP_GET_-o_fname_without_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1365_-_HTTP_GET_-o_fname_without_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1366_-_HTTP_GET_-o_fname_and_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1367_-_HTTP_GET_-o_fname_and_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1368_-_HTTP_GET_-o_fname_-J_without_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1369_-_HTTP_GET_-o_fname_-J_without_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1370_-_HTTP_GET_-o_fname_-J_and_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1371_-_HTTP_GET_-o_fname_-J_and_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1372_-_HTTP_GET_-o_fname_-i_without_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1373_-_HTTP_GET_-o_fname_-i_without_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1374_-_HTTP_GET_-o_fname_-i_and_Content-Disposition,_-D_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1375_-_HTTP_GET_-o_fname_-i_and_Content-Disposition,_-D_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1376_-_HTTP_GET_-o_fname_-i_without_Content-Disposition,_without_-D": {
    "status": "PASSED"
   },
   "ptestresult.curl.1377_-_HTTP_GET_-o_fname_-i_and_Content-Disposition,_without_-D": {
    "status": "PASSED"
   },
   "ptestresult.curl.13_-_HTTP_custom_request_'DELETE'": {
    "status": "PASSED"
   },
   "ptestresult.curl.1408_-_HTTP_receive_cookies_over_IPV6": {
    "status": "PASSED"
   },
   "ptestresult.curl.1409_-_Pass_in_string_to_-C": {
    "status": "PASSED"
   },
   "ptestresult.curl.1410_-_Pass_in_negative_number_to_--max-time": {
    "status": "PASSED"
   },
   "ptestresult.curl.1411_-_HTTP_with_zero_size_file_PUT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1412_-_HTTP_GET_with_--anyauth_with_two_URLs__picking_Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1413_-_HTTP_redirect_with_fragment_in_new_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1415_-_Delete_expired_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.1416_-_HTTP_GET_with_chunked_Transfer-Encoding_overflowed_chunked_size": {
    "status": "PASSED"
   },
   "ptestresult.curl.1417_-_HTTP_GET_with_chunked_encoding_and_chunked_trailer_without_CRs": {
    "status": "PASSED"
   },
   "ptestresult.curl.1418_-_HTTP_with_--anyauth_and_connection_reuse": {
    "status": "PASSED"
   },
   "ptestresult.curl.1419_-_HTTP_with_--anyauth__but_no_auth!__and_connection_reuse": {
    "status": "PASSED"
   },
   "ptestresult.curl.1421_-_Re-using_HTTP_proxy_connection_for_two_different_host_names": {
    "status": "PASSED"
   },
   "ptestresult.curl.1422_-_HTTP_GET_with_-O_-J_and_Content-Disposition__empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1423_-_HTTP_GET_-o_fname_without_Content-Disposition__empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1424_-_HTTP_GET_-o_fname_without_Content-Disposition__unmet_time_condition_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1427_-_too_large_-m_timeout_value": {
    "status": "PASSED"
   },
   "ptestresult.curl.1428_-_HTTP_over_proxy-tunnel_with_--proxy-header_and_--header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1429_-_HTTP_GET_with_999_response_code": {
    "status": "PASSED"
   },
   "ptestresult.curl.1430_-_HTTP_GET_with_negative_response_code": {
    "status": "PASSED"
   },
   "ptestresult.curl.1431_-_HTTP_GET_with_single-digit_response_code": {
    "status": "PASSED"
   },
   "ptestresult.curl.1432_-_HTTP_GET_with_100-digit_response_code_and_survive": {
    "status": "PASSED"
   },
   "ptestresult.curl.1433_-_HTTP_GET_with_100-digit_subversion_number_in_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1434_-_HTTP_GET_resume_at_exactly_the_existing_file_size_is_fine": {
    "status": "PASSED"
   },
   "ptestresult.curl.1435_-_simple_HTTP_GET_over_Unix_socket": {
    "status": "PASSED"
   },
   "ptestresult.curl.1436_-_HTTP_requests_with_multiple_connections_over_Unix_socket": {
    "status": "PASSED"
   },
   "ptestresult.curl.1437_-_HTTP_with_duplicated_WWW-Authenticate_parameters": {
    "status": "PASSED"
   },
   "ptestresult.curl.1438_-_Check_if_%{scheme}_returns_HTTP": {
    "status": "PASSED"
   },
   "ptestresult.curl.1439_-_Check_if_%{http_version}_returns_1.1": {
    "status": "PASSED"
   },
   "ptestresult.curl.1440_-_Check_--write-out_with_trailing_%{": {
    "status": "PASSED"
   },
   "ptestresult.curl.1441_-_Check_--write-out_with_trailing_%": {
    "status": "PASSED"
   },
   "ptestresult.curl.1442_-_Check_--write-out_with_trailing_\\": {
    "status": "PASSED"
   },
   "ptestresult.curl.1443_-_HTTP_GET_with_-O_and_--remote-time": {
    "status": "PASSED"
   },
   "ptestresult.curl.1447_-_Provide_illegal_proxy_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1455_-_HTTP_GET_when_PROXY_Protocol_enabled": {
    "status": "PASSED"
   },
   "ptestresult.curl.1456_-_HTTP-IPv6_GET_with_PROXY_protocol": {
    "status": "PASSED"
   },
   "ptestresult.curl.1457_-_Check_if_%{stderr}_and_%{stdout}_switch_between_stdout_and_stderr.": {
    "status": "PASSED"
   },
   "ptestresult.curl.1458_-_HTTP_with_wildcard_--resolve": {
    "status": "PASSED"
   },
   "ptestresult.curl.1460_-_HTTP_GET_with_-Ji_and_Content-Disposition_with_existing_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1462_-_curl_invalid_category_--help": {
    "status": "PASSED"
   },
   "ptestresult.curl.1463_-_curl_file_category_--help": {
    "status": "PASSED"
   },
   "ptestresult.curl.1464_-_curl_file_category_--help_with_lower/upper_mix": {
    "status": "PASSED"
   },
   "ptestresult.curl.1466_-_HTTP_GET_with_3-digit_response_and_only_digits_in_reason": {
    "status": "PASSED"
   },
   "ptestresult.curl.1467_-_HTTP_GET_via_SOCKS5_proxy_via_Unix_sockets": {
    "status": "PASSED"
   },
   "ptestresult.curl.1468_-_HTTP_GET_with_host_name_using_SOCKS5h_via_Unix_sockets": {
    "status": "PASSED"
   },
   "ptestresult.curl.1471_-_Fail_to_resolve_.onion_TLD": {
    "status": "PASSED"
   },
   "ptestresult.curl.1472_-_Fail_to_resolve_.onion._TLD": {
    "status": "PASSED"
   },
   "ptestresult.curl.1473_-_first_HTTP_header_starts_with_white_space": {
    "status": "PASSED"
   },
   "ptestresult.curl.1474_-_--proto_-all_disables_all_protocols": {
    "status": "PASSED"
   },
   "ptestresult.curl.1475_-_-f_and_416_with_Content-Range:_*/size": {
    "status": "PASSED"
   },
   "ptestresult.curl.1479_-_HTTP/1.1_response_followed_by_an_HTTP/0.9_response_over_the_same_connection": {
    "status": "PASSED"
   },
   "ptestresult.curl.1480_-_HTTP_Continue_response_without_final_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1482_-_HTTP_GET_with_double_chunked_in_TE_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1483_-_HTTP_GET_with_double_chunked_in_TE_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1484_-_HTTP_HEAD_with_response_body_to_ignore": {
    "status": "PASSED"
   },
   "ptestresult.curl.1485_-_get_curlinfo_on_last_header_in_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.1487_-_HTTP_GET_with_-J_and_Content-Disposition_on_301": {
    "status": "PASSED"
   },
   "ptestresult.curl.1489_-_-D_sent_to_stderr": {
    "status": "PASSED"
   },
   "ptestresult.curl.1490_-_\"upload\"_with_file://_overwriting_existing": {
    "status": "PASSED"
   },
   "ptestresult.curl.1491_-_file://_don't_overwrite_self_with_--skip-existing": {
    "status": "PASSED"
   },
   "ptestresult.curl.1492_-_HTTP_GET_with_-J_+_--show-headers_but_no_Content-Disposition:": {
    "status": "PASSED"
   },
   "ptestresult.curl.1493_-_HTTP_GET_with_identity_+_chunked_in_TE_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1494_-_HTTP_GET_with_identity_twice_in_TE_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1495_-_HTTP_GET_with_chunked_+_identity_in_TE_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1496_-_HTTP_GET_with_gzip_+_chunked_transfer-encoding_without_being_asked": {
    "status": "PASSED"
   },
   "ptestresult.curl.1497_-_HTTP_GET_--retry_on_503_error_with_output_to_/dev/null": {
    "status": "PASSED"
   },
   "ptestresult.curl.1498_-_HTTP_PUT_from_stdin_using_period": {
    "status": "PASSED"
   },
   "ptestresult.curl.14_-_HTTP_HEAD_with_Connection:_close": {
    "status": "PASSED"
   },
   "ptestresult.curl.1500_-_curl_multi_wait": {
    "status": "PASSED"
   },
   "ptestresult.curl.1502_-_HTTP_multi_with_CURLOPT_RESOLVE,_cleanup_sequence_UA": {
    "status": "PASSED"
   },
   "ptestresult.curl.1503_-_HTTP_multi_with_CURLOPT_RESOLVE,_cleanup_sequence_PA": {
    "status": "PASSED"
   },
   "ptestresult.curl.1504_-_HTTP_multi_with_CURLOPT_RESOLVE,_cleanup_sequence_UB": {
    "status": "PASSED"
   },
   "ptestresult.curl.1505_-_HTTP_multi_with_CURLOPT_RESOLVE,_cleanup_sequence_PB": {
    "status": "PASSED"
   },
   "ptestresult.curl.1506_-_HTTP_GET_connection_cache_limit__CURLMOPT_MAXCONNECTS_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1508_-_Close_a_multi_handle_without_using_it": {
    "status": "PASSED"
   },
   "ptestresult.curl.1509_-_simple_multi_http://_through_proxytunnel_with_authentication_info": {
    "status": "PASSED"
   },
   "ptestresult.curl.150_-_HTTP_with_NTLM_authorization_and_--fail": {
    "status": "PASSED"
   },
   "ptestresult.curl.1511_-_HTTP_GET_time_conditions_in_repeated_requests": {
    "status": "PASSED"
   },
   "ptestresult.curl.1513_-_return_failure_immediately_from_progress_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.1514_-_HTTP_POST_with_read_callback_and_unknown_data_size": {
    "status": "PASSED"
   },
   "ptestresult.curl.1515_-_caching_of_manual_libcurl_DNS_entries_after_DNS_cache_timeout": {
    "status": "PASSED"
   },
   "ptestresult.curl.1516_-_caching_of_manual_libcurl_DNS_entries_after_dead_connection": {
    "status": "PASSED"
   },
   "ptestresult.curl.1517_-_HTTP_POST,_server_responds_before_completed_send": {
    "status": "PASSED"
   },
   "ptestresult.curl.1518_-_Extract_Location:_with_broken_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1519_-_Extract_Location:_with_broken_absolute_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.151_-_HTTP_GET_with_an_error_code_that_might_trick_authentication": {
    "status": "PASSED"
   },
   "ptestresult.curl.1521_-_Test_all_curl_easy_setopt_and_curl_easy_getinfo_options": {
    "status": "PASSED"
   },
   "ptestresult.curl.1522_-_CURLINFO_SIZE_UPLOAD_with_small_SO_SNDBUF": {
    "status": "PASSED"
   },
   "ptestresult.curl.1523_-_CURLINFO_LOW_SPEED_LIMIT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1524_-_HTTP_PUT_with_303_redirect": {
    "status": "PASSED"
   },
   "ptestresult.curl.1525_-_CURLOPT_PROXYHEADER_is_ignored_CURLHEADER_UNIFIED": {
    "status": "PASSED"
   },
   "ptestresult.curl.1526_-_CURLOPT_PROXYHEADER:_separate_host/proxy_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.1527_-_Check_same_headers_are_generated_with_CURLOPT_HEADEROPT_==_CURLHEADER_UNIFIED": {
    "status": "PASSED"
   },
   "ptestresult.curl.1528_-_Separately_specified_proxy/server_headers_sent_in_a_proxy_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.1529_-_HTTP_request-injection_in_URL_sent_over_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.152_-_HTTP_GET_with_an_error_code_that_might_trick_authentication_and_--fail": {
    "status": "PASSED"
   },
   "ptestresult.curl.1530_-_CURLOPT_OPENSOCKETFUNCTION_returns_bad_socket": {
    "status": "PASSED"
   },
   "ptestresult.curl.1531_-_CURLOPT_POSTFIELDS_with_binary_data_set_after_multi_add_handle": {
    "status": "PASSED"
   },
   "ptestresult.curl.1532_-_Test_CURLINFO_RESPONSE_CODE": {
    "status": "PASSED"
   },
   "ptestresult.curl.1533_-_HTTP_with_CURLOPT_KEEP_SENDING_ON_ERROR_and_an_early_error_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1534_-_CURLINFO_FILETIME_init_and_reset": {
    "status": "PASSED"
   },
   "ptestresult.curl.1535_-_Test_CURLINFO_RESPONSE_CODE_CURLINFO_PROTOCOL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1536_-_Test_CURLINFO_RESPONSE_CODE_CURLINFO_SCHEME": {
    "status": "PASSED"
   },
   "ptestresult.curl.1537_-_libcurl_URL_escape/unescape_tests": {
    "status": "PASSED"
   },
   "ptestresult.curl.1538_-_libcurl_strerror_API_call_tests": {
    "status": "PASSED"
   },
   "ptestresult.curl.1539_-_HTTP_1.0_POST_with_read_callback_and_unknown_data_size": {
    "status": "PASSED"
   },
   "ptestresult.curl.153_-_HTTP_with_Digest_authorization_with_stale=true": {
    "status": "PASSED"
   },
   "ptestresult.curl.1540_-_chunked_with_trailers_and_pausing_the_receive": {
    "status": "PASSED"
   },
   "ptestresult.curl.1541_-_chunked_with_trailers_and_pausing_the_receive": {
    "status": "PASSED"
   },
   "ptestresult.curl.1542_-_connection_reuse_with_CURLOPT_MAXLIFETIME_CONN": {
    "status": "PASSED"
   },
   "ptestresult.curl.1543_-_CURLOPT_CURLU,_URL_with_space_and_CURLINFO_EFFECTIVE_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1545_-_use_curl_formadd___data_twice_with_unreadable_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1546_-_HTTP_transfer-encoding_wrong_order": {
    "status": "PASSED"
   },
   "ptestresult.curl.154_-_HTTP_PUT_with_--anyauth_authorization__picking_Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1550_-_verify_setting_pipelining_blocklisting_options": {
    "status": "PASSED"
   },
   "ptestresult.curl.1551_-_re-run_redirected_transfer_without_setting_URL_again": {
    "status": "PASSED"
   },
   "ptestresult.curl.1554_-_HTTP_with_shared_connection_cache": {
    "status": "PASSED"
   },
   "ptestresult.curl.1555_-_verify_api_is_protected_against_calls_from_callbacks": {
    "status": "PASSED"
   },
   "ptestresult.curl.1556_-_send_long_HTTP_headers_to_header_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.1557_-_Removing_easy_handle_that's_in_the_pending_connections_list_doesn't_leave_behind_a_dangling_entry": {
    "status": "PASSED"
   },
   "ptestresult.curl.1558_-_CURLINFO_PROTOCOL_for_file://_transfer": {
    "status": "PASSED"
   },
   "ptestresult.curl.1559_-_Set_excessive_URL_lengths": {
    "status": "PASSED"
   },
   "ptestresult.curl.155_-_HTTP_PUT_with_--anyauth_authorization__picking_NTLM_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1563_-_Make_sure_redirects_to_CURLPROTO_GOPHER_are_forbidden_by_default": {
    "status": "PASSED"
   },
   "ptestresult.curl.1564_-_wakeup_before_poll_with_no_easy_handles": {
    "status": "PASSED"
   },
   "ptestresult.curl.1565_-_wakeup_from_another_thread": {
    "status": "PASSED"
   },
   "ptestresult.curl.1566_-_--etag-compare_that_gets_a_304_back_shouldn't_overwrite_the_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.1567_-_re-run_redirected_transfer_without_setting_CURLU_URL_again": {
    "status": "PASSED"
   },
   "ptestresult.curl.1568_-_HTTP_with_Digest_authorization_on_custom_CURLOPT_PORT": {
    "status": "PASSED"
   },
   "ptestresult.curl.156_-_HTTP_PUT_with_--anyauth__when_the_server_requires_none_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1571_-_CURLFOLLOW_OBEYCODE_with_custom_POST_method,_302_=>_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.1572_-_CURLFOLLOW_OBEYCODE_with_custom_POST_method,_308_=>_custom": {
    "status": "PASSED"
   },
   "ptestresult.curl.1573_-_CURLFOLLOW_OBEYCODE_with_custom_GET_method,_301_=>_custom": {
    "status": "PASSED"
   },
   "ptestresult.curl.1574_-_CURLFOLLOW_FIRSTONLY_with_custom_GET_method,_301_=>_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.1575_-_CURLFOLLOW_FIRSTONLY_with_custom_POST_method,_308_=>_POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.1576_-_CURLFOLLOW_OBEYCODE_with_custom_PUT_method,_302_=>_custom": {
    "status": "PASSED"
   },
   "ptestresult.curl.1577_-_CURLFOLLOW_OBEYCODE_with_custom_PUT_method,_308_=>_custom": {
    "status": "PASSED"
   },
   "ptestresult.curl.1578_-_CURLFOLLOW_FIRSTONLY_with_custom_PUT_method,_302_=>_PUT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1579_-_CURLFOLLOW_OBEYCODE_with_custom_PUT_method,_303_=>_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.157_-_HTTP_GET_with_--anyauth__when_the_server_requires_none_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1580_-_CURLFOLLOW_FIRSTONLY_with_custom_PUT_method,_308_=>_PUT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1581_-_CURLFOLLOW_OBEYCODE_with_custom_POST301_method,_301_=>_custom": {
    "status": "PASSED"
   },
   "ptestresult.curl.158_-_HTTP_multipart_formpost_with_only_a_100_reply": {
    "status": "PASSED"
   },
   "ptestresult.curl.1591_-_HTTP_PUT_with_trailers_at_the_end": {
    "status": "PASSED"
   },
   "ptestresult.curl.1593_-_HTTP_custom_header_overrides_CURLOPT_TIMECONDITION": {
    "status": "PASSED"
   },
   "ptestresult.curl.1594_-_HTTP_Retry-After_header_parsing_and_extraction": {
    "status": "PASSED"
   },
   "ptestresult.curl.1595_-_HTTP_Retry-After_header_extraction__without_header_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1596_-_HTTP_Retry-After_header_parsing_using_a_date": {
    "status": "PASSED"
   },
   "ptestresult.curl.1597_-_CURLOPT_PROTOCOLS_STR": {
    "status": "PASSED"
   },
   "ptestresult.curl.1598_-_HTTP_POST_with_trailers_at_the_end": {
    "status": "PASSED"
   },
   "ptestresult.curl.15_-_--write-out_test": {
    "status": "PASSED"
   },
   "ptestresult.curl.160_-_HTTP_with_delayed_close,_conn_reuse,_connection_reset_and_retry": {
    "status": "PASSED"
   },
   "ptestresult.curl.1613_-_Send_\"OPTIONS_*\"_with_--request-target_to_a_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.162_-_HTTP_GET_asking_for_--proxy-ntlm_when_some_other_authentication_is_required": {
    "status": "PASSED"
   },
   "ptestresult.curl.1633_-_--retry_with_a_429_response_and_Retry-After:": {
    "status": "PASSED"
   },
   "ptestresult.curl.1634_-_--retry_with_a_429_response_and_Retry-After:_and_--fail": {
    "status": "PASSED"
   },
   "ptestresult.curl.1635_-_--retry_with_a_429_response_and_Retry-After:_and_--fail-with-body": {
    "status": "PASSED"
   },
   "ptestresult.curl.163_-_HTTP_multipart_formpost_with_contents_from_a_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.164_-_HTTP_range_with_multiple_ranges": {
    "status": "PASSED"
   },
   "ptestresult.curl.166_-_HTTP_formpost_a_file_with_spaces_in_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.1670_-_-w_individual_header_output": {
    "status": "PASSED"
   },
   "ptestresult.curl.1671_-_-w_header_JSON_output": {
    "status": "PASSED"
   },
   "ptestresult.curl.167_-_HTTP_with_proxy-requiring-Basic_to_site-requiring-Digest": {
    "status": "PASSED"
   },
   "ptestresult.curl.1680_-_HTTP_GET_with_explicit_clobber": {
    "status": "PASSED"
   },
   "ptestresult.curl.1681_-_HTTP_GET_without_clobber": {
    "status": "PASSED"
   },
   "ptestresult.curl.1682_-_HTTP_GET_without_clobber_and_--output-dir": {
    "status": "PASSED"
   },
   "ptestresult.curl.1683_-_HTTP_GET_without_clobber_when_100_files_already_exist": {
    "status": "PASSED"
   },
   "ptestresult.curl.168_-_HTTP_with_proxy-requiring-Digest_to_site-requiring-Digest": {
    "status": "PASSED"
   },
   "ptestresult.curl.169_-_HTTP_with_proxy-requiring-NTLM_to_site-requiring-Digest": {
    "status": "PASSED"
   },
   "ptestresult.curl.16_-_HTTP_with_proxy_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.170_-_HTTP_POST_with_--proxy-ntlm_and_no_SSL_with_no_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.171_-_HTTP,_get_cookie_with_dot_prefixed_full_domain": {
    "status": "PASSED"
   },
   "ptestresult.curl.172_-_HTTP_with_cookies_file_and_custom_added_cookie": {
    "status": "PASSED"
   },
   "ptestresult.curl.173_-_HTTP_RFC1867-formpost_a_file_from_stdin_with_\"faked\"_filename": {
    "status": "PASSED"
   },
   "ptestresult.curl.174_-_HTTP_POST_--anyauth_to_server_not_requiring_any_auth_at_all": {
    "status": "PASSED"
   },
   "ptestresult.curl.175_-_HTTP_POST_--digest_to_server_not_requiring_any_auth_at_all": {
    "status": "PASSED"
   },
   "ptestresult.curl.176_-_HTTP_POST_--ntlm_to_server_not_requiring_any_auth_at_all": {
    "status": "PASSED"
   },
   "ptestresult.curl.177_-_HTTP_POST_--digest_to_server_doing_a_302-location_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.178_-_HTTP_response_with_negative_Content-Length": {
    "status": "PASSED"
   },
   "ptestresult.curl.179_-_HTTP_using_proxy_and_cookies_with_path_checks": {
    "status": "PASSED"
   },
   "ptestresult.curl.17_-_HTTP_with_config_file_on_stdin": {
    "status": "PASSED"
   },
   "ptestresult.curl.180_-_HTTP_1.0_PUT": {
    "status": "PASSED"
   },
   "ptestresult.curl.181_-_HTTP_1.0_POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.183_-_HTTP_GET_two_URLs_over_a_single_proxy_with_persistent_connection": {
    "status": "PASSED"
   },
   "ptestresult.curl.184_-_HTTP_replace_Host:_when_following_Location:_to_new_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.185_-_HTTP_replace_Host:_when_following_Location:_on_the_same_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.186_-_HTTP_RFC1867-type_formposting_with_types_on_text_fields": {
    "status": "PASSED"
   },
   "ptestresult.curl.187_-_HTTP_redirect_with_bad_host_name_separation_and_slash_in_parameters": {
    "status": "PASSED"
   },
   "ptestresult.curl.188_-_HTTP_GET_with_resume_and_redirect": {
    "status": "PASSED"
   },
   "ptestresult.curl.189_-_HTTP_GET_with_resume_and_redirect__to_a_page_that_doesn't_resume_": {
    "status": "PASSED"
   },
   "ptestresult.curl.18_-_multiple_requests_using_{}_in_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1900_-_HSTS_curl_easy_duphandle": {
    "status": "PASSED"
   },
   "ptestresult.curl.1901_-_Chunked_HTTP_POST_from_callback_with_CURLOPT_POSTFIELDSIZE_set": {
    "status": "PASSED"
   },
   "ptestresult.curl.1903_-_CURLOPT_COOKIEFILE_then_reset_then_set_again": {
    "status": "PASSED"
   },
   "ptestresult.curl.1904_-_HTTP_CONNECT_with_204_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1905_-_CURLOPT_COOKIELIST_set_to_\"FLUSH\"_of_a_shared_cookie_object": {
    "status": "PASSED"
   },
   "ptestresult.curl.1906_-_CURLOPT_CURLU_and_CURLOPT_PORT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1907_-_CURLINFO_EFFECTIVE_URL_with_non-scheme_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.1909_-_HTTP_GET_--retry-all-errors_to_overcome_partial_transfer": {
    "status": "PASSED"
   },
   "ptestresult.curl.1910_-_HTTP_credentials_with_newline_and_redirect": {
    "status": "PASSED"
   },
   "ptestresult.curl.1911_-_verify_that_curl_easy_setopt___rejects_too_long_string_inputs": {
    "status": "PASSED"
   },
   "ptestresult.curl.1912_-_Cross_validate_that_gcc-typecheck_macros_match_the_option_types.": {
    "status": "PASSED"
   },
   "ptestresult.curl.1915_-_HSTS_read/write_callbacks": {
    "status": "PASSED"
   },
   "ptestresult.curl.1918_-_curl_easy_option_by_name___and_curl_easy_option_by_id__": {
    "status": "PASSED"
   },
   "ptestresult.curl.1919_-_set_CURLOPT_XOAUTH2_BEARER_and_do_connection_reuse": {
    "status": "PASSED"
   },
   "ptestresult.curl.192_-_HTTP_GET_-w_num_connects_with_one_simple_connect": {
    "status": "PASSED"
   },
   "ptestresult.curl.193_-_HTTP_GET_-w_num_connects_with_redirected_fetch__2_connects_": {
    "status": "PASSED"
   },
   "ptestresult.curl.1940_-_curl_easy_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.1941_-_curl_easy_header_with_CONNECT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1942_-_curl_easy_header_with_1xx_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.1943_-_curl_easy_header_with_trailers": {
    "status": "PASSED"
   },
   "ptestresult.curl.1944_-_curl_easy_header_with_redirect": {
    "status": "PASSED"
   },
   "ptestresult.curl.1945_-_curl_easy_nextheader_with_server_+_CONNECT": {
    "status": "PASSED"
   },
   "ptestresult.curl.1946_-_curl_easy_header_with_redirect_but_get_headers_from_first_request": {
    "status": "PASSED"
   },
   "ptestresult.curl.1947_-_curl_easy_nextheader_on_second_request_after_first_did_redirects": {
    "status": "PASSED"
   },
   "ptestresult.curl.1948_-_CURLOPT_POST_after_CURLOPT_UPLOAD_reusing_handle": {
    "status": "PASSED"
   },
   "ptestresult.curl.194_-_HTTP_resume_transfer_with_the_whole_file_already_downloaded_and_--fail": {
    "status": "PASSED"
   },
   "ptestresult.curl.1960_-_application_hands_over_already_connected_socket": {
    "status": "PASSED"
   },
   "ptestresult.curl.1964_-_HTTP_AWS_SIGV4_with_one_provider_and_auth_cred_via_URL,_but_X-Xxx-Date_header_set_manually": {
    "status": "PASSED"
   },
   "ptestresult.curl.1977_-_CURLOPT_CURLU_and_CURLINFO_EFFECTIVE_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.197_-_HTTP_GET_--retry_on_503_error_with_output_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.198_-_HTTP_GET_--retry_on_503_error_with_output_to_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.199_-_HTTP_with_-d,_-G_and_{}": {
    "status": "PASSED"
   },
   "ptestresult.curl.19_-_attempt_connect_to_non-listening_socket": {
    "status": "PASSED"
   },
   "ptestresult.curl.1_-_HTTP_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.2005_-_netrc_match_with_password_only_in_file,_no_username._machine_follows": {
    "status": "PASSED"
   },
   "ptestresult.curl.200_-_basic_file://_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.201_-_missing_file://_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.2023_-_HTTP_authorization_retry__Basic_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2024_-_HTTP_authorization_retry__Basic_switching_to_Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2025_-_HTTP_authorization_retry__Basic_switching_to_NTLM_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2026_-_HTTP_authorization_retry__Digest_switching_to_Basic_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2027_-_HTTP_authorization_retry__Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2028_-_HTTP_authorization_retry__Digest_switching_to_NTLM_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2029_-_HTTP_authorization_retry__NTLM_switching_to_Basic_": {
    "status": "PASSED"
   },
   "ptestresult.curl.202_-_two_file://_URLs_to_stdout": {
    "status": "PASSED"
   },
   "ptestresult.curl.2030_-_HTTP_authorization_retry__NTLM_switching_to_Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2031_-_HTTP_authorization_retry__NTLM_": {
    "status": "PASSED"
   },
   "ptestresult.curl.203_-_file:/path_URL_with_a_single_slash": {
    "status": "PASSED"
   },
   "ptestresult.curl.2040_-_HTTP_Basic_authorization,_then_without_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.2044_-_Attempt_to_set_a_default_protocol_that_does_not_exist": {
    "status": "PASSED"
   },
   "ptestresult.curl.2049_-_Connect_to_specific_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.204_-_\"upload\"_with_file://": {
    "status": "PASSED"
   },
   "ptestresult.curl.2050_-_Connect_to_specific_host_via_HTTP_proxy__switch_to_tunnel_mode_automatically_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2051_-_Connect_to_specific_host:_Reuse_existing_connections_if_possible": {
    "status": "PASSED"
   },
   "ptestresult.curl.2052_-_Connect_to_specific_host:_Do_not_mix_connections_with_and_without_a_\"connect_to_host\"": {
    "status": "PASSED"
   },
   "ptestresult.curl.2053_-_Connect_to_specific_host_with_IP_addresses": {
    "status": "PASSED"
   },
   "ptestresult.curl.2054_-_Connect_to_specific_host:_use_the_first_\"connect-to\"_string_that_matches": {
    "status": "PASSED"
   },
   "ptestresult.curl.2055_-_Connect_to_specific_host_via_SOCKS_proxy_and_HTTP_proxy__switch_to_tunnel_mode_automatically_": {
    "status": "PASSED"
   },
   "ptestresult.curl.2058_-_HTTP_POST_--digest_with_PUT,_resumed_upload,_modified_method_and_SHA-256": {
    "status": "PASSED"
   },
   "ptestresult.curl.2059_-_HTTP_POST_--digest_with_PUT,_resumed_upload,_modified_method,_SHA-256_and_userhash=true": {
    "status": "PASSED"
   },
   "ptestresult.curl.205_-_\"upload\"_nonexisting_with_file://": {
    "status": "PASSED"
   },
   "ptestresult.curl.2060_-_HTTP_POST_--digest_with_PUT,_resumed_upload,_modified_method,_SHA-512-256_and_userhash=false": {
    "status": "PASSED"
   },
   "ptestresult.curl.2061_-_HTTP_with_RFC7616_SHA256_Digest_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.2062_-_HTTP_with_RFC7616_SHA-512-256_Digest_authorization_and_userhash=false": {
    "status": "PASSED"
   },
   "ptestresult.curl.2063_-_HTTP_with_RFC7616_SHA-256_Digest_authorization_and_userhash=true": {
    "status": "PASSED"
   },
   "ptestresult.curl.2064_-_HTTP_with_RFC7616_Digest_authorization_with_bad_password_and_SHA256": {
    "status": "PASSED"
   },
   "ptestresult.curl.2065_-_HTTP_with_RFC7616_Digest_authorization_with_bad_password,_SHA-512-256_and_userhash=false": {
    "status": "PASSED"
   },
   "ptestresult.curl.2066_-_HTTP_with_RFC7616_Digest_authorization_with_bad_password,_SHA-256_and_userhash=true": {
    "status": "PASSED"
   },
   "ptestresult.curl.2067_-_HTTP_POST_--digest_with_SHA256_and_user-specified_Content-Length_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.2068_-_HTTP_POST_--digest_with_SHA-512-256,_userhash=false_and_user-specified_Content-Length_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.2069_-_HTTP_POST_--digest_with_SHA-256,_userhash=true_and_user-specified_Content-Length_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.206_-_HTTP_proxy_CONNECT_auth_Digest": {
    "status": "PASSED"
   },
   "ptestresult.curl.2071_-_basic_file://_file_with_\"127.0.0.1\"_hostname": {
    "status": "PASSED"
   },
   "ptestresult.curl.2072_-_file://_with_Unix_path_resolution_behavior_for_the_case_of_extra_slashes": {
    "status": "PASSED"
   },
   "ptestresult.curl.2073_-_HTTP_form_posts_with_handle_reset": {
    "status": "PASSED"
   },
   "ptestresult.curl.2074_-_HTTP_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.2075_-_Verify_usernames_are_not_allowed_in_url": {
    "status": "PASSED"
   },
   "ptestresult.curl.2076_-_HTTP_with_digest_auth_and_URI_contains_query": {
    "status": "PASSED"
   },
   "ptestresult.curl.207_-_HTTP_GET_with_chunked_Transfer-Encoding_closed_prematurely": {
    "status": "PASSED"
   },
   "ptestresult.curl.2080_-_config_file_with_overly_long_option": {
    "status": "PASSED"
   },
   "ptestresult.curl.2081_-_Automatic_referrer_credential_and_anchor_stripping_check": {
    "status": "PASSED"
   },
   "ptestresult.curl.2082_-_Pre-request_callback_for_HTTP": {
    "status": "PASSED"
   },
   "ptestresult.curl.2084_-_Pre-request_callback_for_HTTP_with_callback_terminating_transfer": {
    "status": "PASSED"
   },
   "ptestresult.curl.2085_-_Pre-request_callback_for_HTTP_with_location_following": {
    "status": "PASSED"
   },
   "ptestresult.curl.2086_-_Pre-request_callback_for_HTTP_IPv6": {
    "status": "PASSED"
   },
   "ptestresult.curl.209_-_HTTP_proxy_CONNECT_auth_NTLM": {
    "status": "PASSED"
   },
   "ptestresult.curl.20_-_attempt_connect_to_non-existing_host_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.213_-_HTTP_1.0_proxy_CONNECT_auth_NTLM_and_then_POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.214_-_HTTP_URL_with_escaped_{_and_}": {
    "status": "PASSED"
   },
   "ptestresult.curl.217_-_HTTP_proxy_CONNECT_to_proxy_returning_405": {
    "status": "PASSED"
   },
   "ptestresult.curl.218_-_HTTP_PUT_from_a_file_but_enforce_chunked_transfer-encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.219_-_try_using_proxy_with_unsupported_scheme": {
    "status": "PASSED"
   },
   "ptestresult.curl.21_-_use_curl_with_multiple_request_methods": {
    "status": "PASSED"
   },
   "ptestresult.curl.220_-_HTTP_GET_gzip_compressed_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.221_-_HTTP_GET_gzip_compressed_content_with_broken_gzip_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.222_-_HTTP_GET_deflate_compressed_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.223_-_HTTP_GET_deflate_compressed_content_with_broken_deflate_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.224_-_HTTP_GET_gzip_compressed_content_with_huge_comment_and_extra_field": {
    "status": "PASSED"
   },
   "ptestresult.curl.22_-_get_HTTP_with_URL_>_10000_bytes": {
    "status": "PASSED"
   },
   "ptestresult.curl.2306_-_HTTP_GET_reused_handle_with_first_header_folded": {
    "status": "PASSED"
   },
   "ptestresult.curl.2308_-_verify_return_code_when_write_callback_returns_error": {
    "status": "PASSED"
   },
   "ptestresult.curl.2309_-_HTTP_with_.netrc_using_duped_easy_handle": {
    "status": "PASSED"
   },
   "ptestresult.curl.230_-_HTTP_GET_multiply_compressed_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.231_-_file://_with_resume": {
    "status": "PASSED"
   },
   "ptestresult.curl.232_-_HTTP_GET_deflate_raw-compressed_content": {
    "status": "PASSED"
   },
   "ptestresult.curl.233_-_HTTP,_proxy,_site+proxy_auth_and_Location:_to_new_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.234_-_HTTP,_proxy,_site+proxy_auth_and_Location:_to_new_host_using_location-trusted": {
    "status": "PASSED"
   },
   "ptestresult.curl.239_-_HTTP_proxy-auth_NTLM_and_then_POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.23_-_unsupported_protocol://_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.240_-_HTTP-IPv6_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.241_-_HTTP-IPv6_GET__using_ip6-localhost_": {
    "status": "PASSED"
   },
   "ptestresult.curl.242_-_HTTP-IPv6_GET_with_username+password_in_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.243_-_HTTP_POST_with_--proxy-anyauth,_picking_NTLM": {
    "status": "PASSED"
   },
   "ptestresult.curl.245_-_HTTP_POST_--digest": {
    "status": "PASSED"
   },
   "ptestresult.curl.246_-_HTTP_POST_--digest_with_server_doing_a_100_before_401_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.249_-_HTTP_304_response_with_\"illegal\"_Content-Length:_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.24_-_HTTP_GET_fail_silently_on_HTTP_error_return": {
    "status": "PASSED"
   },
   "ptestresult.curl.256_-_HTTP_resume_request_over_proxy_with_auth_without_server_supporting_it": {
    "status": "PASSED"
   },
   "ptestresult.curl.257_-_HTTP_Location:_following_with_--netrc-optional": {
    "status": "PASSED"
   },
   "ptestresult.curl.258_-_HTTP_POST_multipart_without_Expect:_header_using_proxy_anyauth__Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.259_-_HTTP_POST_multipart_with_Expect:_header_using_proxy_anyauth__Digest_": {
    "status": "PASSED"
   },
   "ptestresult.curl.25_-_looping_HTTP_Location:_following_with_--max-redirs": {
    "status": "PASSED"
   },
   "ptestresult.curl.260_-_HTTP_GET_URL_without_slash_but_with_question_mark": {
    "status": "PASSED"
   },
   "ptestresult.curl.262_-_Reject_HTTP_response_with_binary_zero_in_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.263_-_HTTP-IPv6_GET_with_proxy_specified_using_IPv6-numerical_address": {
    "status": "PASSED"
   },
   "ptestresult.curl.264_-_HTTP_with_proxy_string_including_http://_and_user+password": {
    "status": "PASSED"
   },
   "ptestresult.curl.265_-_HTTP_proxy_CONNECT_auth_NTLM_and_then_POST,_response-body_in_the_407": {
    "status": "PASSED"
   },
   "ptestresult.curl.266_-_HTTP_GET_with_chunked_Transfer-Encoding_and_chunked_trailer": {
    "status": "PASSED"
   },
   "ptestresult.curl.267_-_HTTP_POST_with_NTLM_authorization_and_added_custom_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.268_-_JSON_encoding_of_Unicode_string": {
    "status": "PASSED"
   },
   "ptestresult.curl.269_-_HTTP_--ignore-content-length": {
    "status": "PASSED"
   },
   "ptestresult.curl.26_-_specify_more_-o_than_URLs": {
    "status": "PASSED"
   },
   "ptestresult.curl.273_-_HTTP_with_two_Digest_authorization_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.274_-_HTTP_Location:_following_with_--max-redirs_0": {
    "status": "PASSED"
   },
   "ptestresult.curl.275_-_HTTP_CONNECT_with_proxytunnel_getting_two_URLs_from_the_same_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.276_-_HTTP_Location:_following_with_multiple_question_marks_in_URLs": {
    "status": "PASSED"
   },
   "ptestresult.curl.277_-_HTTP_RFC1867-type_formposting_with_custom_Content-Type": {
    "status": "PASSED"
   },
   "ptestresult.curl.278_-_HTTP_with_proxy_string_including_http://_and_user+empty_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.279_-_HTTP_with_proxy_string_including_http://_and_user_only": {
    "status": "PASSED"
   },
   "ptestresult.curl.27_-_Get_same_cookie_page_several_times": {
    "status": "PASSED"
   },
   "ptestresult.curl.281_-_HTTP_PUT_from_file_with_100_+_401_responses_and_-f_without_auth_given": {
    "status": "PASSED"
   },
   "ptestresult.curl.282_-_HTTP_GET_with_no_response_body_or_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.287_-_HTTP_proxy_CONNECT_with_custom_User-Agent_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.288_-_file://_with__unsupported__proxy,_authentication_and_range": {
    "status": "PASSED"
   },
   "ptestresult.curl.28_-_HTTP_Location:_following_with_extra_spaces_in_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.292_-_HTTP_GET_with_maximum_filesize_not_exceeded": {
    "status": "PASSED"
   },
   "ptestresult.curl.293_-_HTTP_GET_with_maximum_filesize_exceeded": {
    "status": "PASSED"
   },
   "ptestresult.curl.29_-_HTTP_with_2_secs_timeout": {
    "status": "PASSED"
   },
   "ptestresult.curl.2_-_HTTP_GET_with_user_and_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.3008_-_--output-dir": {
    "status": "PASSED"
   },
   "ptestresult.curl.3009_-_--output-dir_a_non-existing_directory": {
    "status": "PASSED"
   },
   "ptestresult.curl.3010_-_HTTP_retry-after_reset": {
    "status": "PASSED"
   },
   "ptestresult.curl.3011_-_--output-dir_with_--create-dirs": {
    "status": "PASSED"
   },
   "ptestresult.curl.3012_-_--output-dir_with_-J_and_-R": {
    "status": "PASSED"
   },
   "ptestresult.curl.3013_-_Two_--output-dir_with_--next_in_between": {
    "status": "PASSED"
   },
   "ptestresult.curl.3014_-_Check_if_%{num_headers}_returns_correct_number_of_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.3015_-_HTTP_GET_-w_num_headers_with_redirected_fetch__2_connects_": {
    "status": "PASSED"
   },
   "ptestresult.curl.3016_-_GET_a_directory_using_file://": {
    "status": "PASSED"
   },
   "ptestresult.curl.3019_-_HTTP_with_invalid_--resolve_syntax": {
    "status": "PASSED"
   },
   "ptestresult.curl.3020_-_HTTP_with_invalid_--connect-to_syntax": {
    "status": "PASSED"
   },
   "ptestresult.curl.3025_-_CURLOPT_HTTP200ALIASES": {
    "status": "PASSED"
   },
   "ptestresult.curl.3026_-_curl_global_init_thread-safety": {
    "status": "PASSED"
   },
   "ptestresult.curl.3028_-_HTTP_GET_when_PROXY_Protocol_enabled_behind_a_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.3029_-_HTTP_with_multiple_-D": {
    "status": "PASSED"
   },
   "ptestresult.curl.3030_-_HTTP_with_multiple_transfers_in_one_-D": {
    "status": "PASSED"
   },
   "ptestresult.curl.3031_-_--output-dir_with_--create-dirs": {
    "status": "PASSED"
   },
   "ptestresult.curl.3032_-_HTTP_redirect_loop_3x_swsbounce_test": {
    "status": "PASSED"
   },
   "ptestresult.curl.30_-_HTTP_with_no_data_in_server_reply": {
    "status": "PASSED"
   },
   "ptestresult.curl.3101_-_HTTP_auth_without_redirection_protocols": {
    "status": "PASSED"
   },
   "ptestresult.curl.3103_-_CURLOPT_COOKIELIST_without_expiry": {
    "status": "PASSED"
   },
   "ptestresult.curl.3104_-_CURLOPT_COOKIELIST_with_Netscape_format": {
    "status": "PASSED"
   },
   "ptestresult.curl.3105_-_curl_multi_remove_handle_twice": {
    "status": "PASSED"
   },
   "ptestresult.curl.317_-_HTTP_with_custom_Authorization:_and_redirect_to_new_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.318_-_HTTP_with_custom_Authorization:_and_redirect_to_new_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.319_-_HTTP_GET_gobbledigook_transfer-encoded_data_in_raw_mode": {
    "status": "PASSED"
   },
   "ptestresult.curl.31_-_HTTP_with_weirdly_formatted_cookies_and_cookiejar_storage": {
    "status": "PASSED"
   },
   "ptestresult.curl.3201_-_HTTP_GET_when_PROXY_Protocol_enabled_and_spoofed_client_IP": {
    "status": "PASSED"
   },
   "ptestresult.curl.3202_-_HTTP-IPv6_GET_with_PROXY_protocol_with_spoofed_client_IP": {
    "status": "PASSED"
   },
   "ptestresult.curl.3203_-_GET_a_directory_using_file://": {
    "status": "PASSED"
   },
   "ptestresult.curl.3204_-_Use_--etag-compare_and_--etag-save_on_an_existing_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.326_-_HTTP_GET_chunked_data_in_raw_mode": {
    "status": "PASSED"
   },
   "ptestresult.curl.327_-_HTTP_with_cookiejar_without_cookies_left": {
    "status": "PASSED"
   },
   "ptestresult.curl.328_-_HTTP_with_\"Content-Encoding:_none": {
    "status": "PASSED"
   },
   "ptestresult.curl.329_-_HTTP_cookie_with_Max-Age=0": {
    "status": "PASSED"
   },
   "ptestresult.curl.32_-_HTTP_with_-d_and_-G": {
    "status": "PASSED"
   },
   "ptestresult.curl.330_-_HTTP_with_custom_Cookie:_and_redirect_to_new_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.331_-_HTTP_with_cookie_using_host_name_'moo'": {
    "status": "PASSED"
   },
   "ptestresult.curl.333_-_Try_a_non-boolean_command_line_option_with_--no-": {
    "status": "PASSED"
   },
   "ptestresult.curl.334_-_HTTP_204_No_content_with_chunked_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.335_-_HTTP_with_proxy_Digest_and_site_Digest_with_creds_in_URLs": {
    "status": "PASSED"
   },
   "ptestresult.curl.338_-_ANYAUTH_connection_reuse_of_non-authed_connection": {
    "status": "PASSED"
   },
   "ptestresult.curl.339_-_Check_if_--etag-save_saved_correct_etag_to_a_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.33_-_HTTP_PUT_with_resume": {
    "status": "PASSED"
   },
   "ptestresult.curl.341_-_A_non_existing_file_with_--etag-compare_is_just_a_blank": {
    "status": "PASSED"
   },
   "ptestresult.curl.342_-_Check_if_--etag-compare_set_correct_etag_in_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.343_-_Both_--etag-compare_and_--etag-save_to_save_new_Etag": {
    "status": "PASSED"
   },
   "ptestresult.curl.344_-_Both_--etag-compare_and_-save_store_new_Etag_using_non-existing_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.345_-_Both_--etag-compare_and_-save_store_new_Etag_using_one_pre-existing_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.346_-_HTTP_GET_over_proxy_with_credentials_using_blank_passwords": {
    "status": "PASSED"
   },
   "ptestresult.curl.347_-_--etag-save_with_blank_incoming_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.349_-_HTTP_GET_--fail-with-body_on_HTTP_error_return": {
    "status": "PASSED"
   },
   "ptestresult.curl.34_-_HTTP_GET_with_chunked_Transfer-Encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.355_-_load_Alt-Svc_from_file_and_use": {
    "status": "PASSED"
   },
   "ptestresult.curl.357_-_HTTP_PUT_with_Expect:_100-continue_and_417_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.35_-_HTTP_POST_binary_data_with_embedded_NUL": {
    "status": "PASSED"
   },
   "ptestresult.curl.360_-_Error_on_both_--fail-with-body_and_--fail": {
    "status": "PASSED"
   },
   "ptestresult.curl.361_-_HTTP_GET_--fail-with-body_on_HTTP_error_return_-_twice": {
    "status": "PASSED"
   },
   "ptestresult.curl.365_-_HTTP/1.1_with_chunked_AND_Content-Length_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.366_-_HTTP_--retry-max-time_with_too_long_Retry-After": {
    "status": "PASSED"
   },
   "ptestresult.curl.367_-_Empty_user_name_provided_in_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.368_-_Append_dash_if_-r_range_specified_without_one": {
    "status": "PASSED"
   },
   "ptestresult.curl.369_-_--etag-save_with_bad_path_then_working_transfer": {
    "status": "PASSED"
   },
   "ptestresult.curl.36_-_HTTP_GET_with_bad_chunked_Transfer-Encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.370_-_--etag-save_with_bad_path_-_no_transfer": {
    "status": "PASSED"
   },
   "ptestresult.curl.371_-_using_more_-o_than_URLs_in_the_command_line": {
    "status": "PASSED"
   },
   "ptestresult.curl.372_-_Binary_zero_in_data_element.": {
    "status": "PASSED"
   },
   "ptestresult.curl.373_-_Chunked_transfer_encoding_-_Multiple_valid_chunks_with_binary_zeros.": {
    "status": "PASSED"
   },
   "ptestresult.curl.374_-_Valid_gif_with_two_frames._No_new_line_in_data_section.": {
    "status": "PASSED"
   },
   "ptestresult.curl.376_-_--remove-on-error": {
    "status": "PASSED"
   },
   "ptestresult.curl.378_-_Reject_using_-T_and_-d_at_once": {
    "status": "PASSED"
   },
   "ptestresult.curl.379_-_--remove-on-error_with_--no-clobber_and_an_added_number": {
    "status": "PASSED"
   },
   "ptestresult.curl.37_-_HTTP_GET_with_nothing_returned_from_server": {
    "status": "PASSED"
   },
   "ptestresult.curl.383_-_HTTP_with_--json": {
    "status": "PASSED"
   },
   "ptestresult.curl.384_-_HTTP_with_--json_from_stdin": {
    "status": "PASSED"
   },
   "ptestresult.curl.385_-_HTTP_with_--json_x_2": {
    "status": "PASSED"
   },
   "ptestresult.curl.386_-_HTTP_with_--json_+_--next": {
    "status": "PASSED"
   },
   "ptestresult.curl.387_-_Response_with_overly_long_compression_chain": {
    "status": "PASSED"
   },
   "ptestresult.curl.388_-_HTTP_with_Digest_and_multiple_qop_values_with_leading_space": {
    "status": "PASSED"
   },
   "ptestresult.curl.389_-_*.localhost_is_a_local_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.38_-_HTTP_resume_request_without_server_supporting_it": {
    "status": "PASSED"
   },
   "ptestresult.curl.391_-_--path-as-is_with_redirect,_keeping_dotdots": {
    "status": "PASSED"
   },
   "ptestresult.curl.392_-_HTTP_secure_cookies_over_localhost": {
    "status": "PASSED"
   },
   "ptestresult.curl.393_-_HTTP_max-filesize_and_out-of-range_Content-Length": {
    "status": "PASSED"
   },
   "ptestresult.curl.394_-_HTTP_with_rubbish_in_Content-Length": {
    "status": "PASSED"
   },
   "ptestresult.curl.395_-_HTTP_and_out-of-range_Content-Length": {
    "status": "PASSED"
   },
   "ptestresult.curl.398_-_Reject_HTTP/1.1_response_with_colon-less_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.399_-_65536_bytes_long_host_name_in_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.39_-_HTTP_RFC1867-type_formposting_with_filename=_and_type=": {
    "status": "PASSED"
   },
   "ptestresult.curl.3_-_HTTP_POST_with_auth_and_contents_but_with_content-length_set_to_0": {
    "status": "PASSED"
   },
   "ptestresult.curl.40_-_HTTP_redirect_with_whitespace_after_?__and_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.curl.411_-_-K_with_missing_file_causes_error": {
    "status": "PASSED"
   },
   "ptestresult.curl.415_-_HTTP_response_with_control_code_then_negative_Content-Length": {
    "status": "PASSED"
   },
   "ptestresult.curl.418_-_Response_with_multiple_Transfer-Encoding_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.419_-_--dump-header_to_file_that_cannot_be_created": {
    "status": "PASSED"
   },
   "ptestresult.curl.41_-_HTTP_formpost_with_missing_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.420_-_Setting_cookies_set_with_expired_dates_that_were_loaded_from_jar": {
    "status": "PASSED"
   },
   "ptestresult.curl.421_-_HTTP_GET_multiple_headers_and_%{header_json}": {
    "status": "PASSED"
   },
   "ptestresult.curl.422_-_use_--next_with_missing_URL_before_it": {
    "status": "PASSED"
   },
   "ptestresult.curl.423_-_-w_with_url.*_variables": {
    "status": "PASSED"
   },
   "ptestresult.curl.424_-_-w_with_urle.*_variables": {
    "status": "PASSED"
   },
   "ptestresult.curl.425_-_HTTP_PUT_with_path_ending_with_slash_+_query": {
    "status": "PASSED"
   },
   "ptestresult.curl.426_-_try_--data_with_--continue-at": {
    "status": "PASSED"
   },
   "ptestresult.curl.427_-_Keep_Cookie:_header_within_8190_bytes": {
    "status": "PASSED"
   },
   "ptestresult.curl.428_-_Expand_environment_variables_within_config_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.429_-_Expand_environment_variable_in_config_file_-_too_long_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.42_-_HTTP_redirect_with_whitespace_in_path__and_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.curl.430_-_Three_-K_uses_with_--next_and_--data_in_each": {
    "status": "PASSED"
   },
   "ptestresult.curl.431_-_Two_-K_uses_with_--next_and_then_one_on_cmdline": {
    "status": "PASSED"
   },
   "ptestresult.curl.432_-_Use_-K_with_--next_and_--config_from_within": {
    "status": "PASSED"
   },
   "ptestresult.curl.433_-_Verify_XDG_CONFIG_HOME_use_to_find_curlrc": {
    "status": "PASSED"
   },
   "ptestresult.curl.434_-_-K_with_a_single_line_without_newline": {
    "status": "PASSED"
   },
   "ptestresult.curl.435_-_verify_-w_local/remote_port+ip_after_connection_reuse": {
    "status": "PASSED"
   },
   "ptestresult.curl.436_-_Find_.curlrc_in_.config/curlrc_via_CURL_HOME": {
    "status": "PASSED"
   },
   "ptestresult.curl.43_-_HTTP_Location:_following_over_HTTP_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.440_-_HSTS_with_trailing-dot_host_name_in_URL_but_none_in_hsts_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.441_-_HSTS_with_no_t-dot_host_name_in_URL_but_t-dot_in_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.442_-_Send_capped_huge_number_of_matching_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.443_-_Cookie_header_in_request_no_longer_than_8K": {
    "status": "PASSED"
   },
   "ptestresult.curl.444_-_Many_Set-Cookie_response_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.448_-_Environment_variables_within_config_file,_unbalanced_braces": {
    "status": "PASSED"
   },
   "ptestresult.curl.449_-_Environment_variables_in_config_file_w/o_[expand]": {
    "status": "PASSED"
   },
   "ptestresult.curl.44_-_HTTP_RFC1867-type_formposting_without_Expect:_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.450_-_Variable_from_file_that_is_trimmed_and_URL_encoded": {
    "status": "PASSED"
   },
   "ptestresult.curl.451_-_Variable_from_file_that_is_JSON_and_URL_encoded__with_null_byte_": {
    "status": "PASSED"
   },
   "ptestresult.curl.452_-_Variable_using_illegal_function_in_expansion": {
    "status": "PASSED"
   },
   "ptestresult.curl.453_-_Variable_output_containing_null_byte": {
    "status": "PASSED"
   },
   "ptestresult.curl.454_-_Variable_using_illegal_function_separator": {
    "status": "PASSED"
   },
   "ptestresult.curl.455_-_Variable_using_base64": {
    "status": "PASSED"
   },
   "ptestresult.curl.456_-_Variable_output_starting_with_null_byte": {
    "status": "PASSED"
   },
   "ptestresult.curl.457_-_chunked_Transfer-Encoding_with_--max-filesize": {
    "status": "PASSED"
   },
   "ptestresult.curl.458_-_variable_expand_the_file_name_with_--expand-output": {
    "status": "PASSED"
   },
   "ptestresult.curl.459_-_config_file_with_argument_using_whitespace_missing_quotes": {
    "status": "PASSED"
   },
   "ptestresult.curl.45_-_simple_HTTP_Location:_without_protocol_in_initial_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.460_-_try_--expand_without_an_argument": {
    "status": "PASSED"
   },
   "ptestresult.curl.461_-_disable_Host:_when_specified_as_lower_case": {
    "status": "PASSED"
   },
   "ptestresult.curl.462_-_Missing_environment_variables_in_config_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.463_-_HTTP_with_-d_@file_with_file_containing_CR,_LF_and_null_byte": {
    "status": "PASSED"
   },
   "ptestresult.curl.467_-_use_a_bad_short_option_letter_that_does_not_exist__after_one_does_exist_": {
    "status": "PASSED"
   },
   "ptestresult.curl.468_-_set_-w_in_config,_then_reset_-w_to_blank_on_cmdline": {
    "status": "PASSED"
   },
   "ptestresult.curl.469_-_warn_about_Unicode_quote_character": {
    "status": "PASSED"
   },
   "ptestresult.curl.46_-_HTTP_with_bad_domain_name,_get_cookies_and_store_in_cookie_jar": {
    "status": "PASSED"
   },
   "ptestresult.curl.470_-_warn_about_Unicode_quote_character_read_from_config_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.473_-_Check_if_--etag-save_saved_correct_etag_to_a_file_on_301": {
    "status": "PASSED"
   },
   "ptestresult.curl.477_-_HTTP_GET_with_maximum_filesize_with_a_redirect_sending_data": {
    "status": "PASSED"
   },
   "ptestresult.curl.478_-_.netrc_with_multiple_accounts_for_same_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.479_-_.netrc_with_redirect_and_default_without_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.47_-_simple_HTTP_1.0_GET": {
    "status": "PASSED"
   },
   "ptestresult.curl.481_-_--no-clobber_with_--continue-at": {
    "status": "PASSED"
   },
   "ptestresult.curl.482_-_--remove-on-error_with_--continue-at": {
    "status": "PASSED"
   },
   "ptestresult.curl.483_-_HTTP_cookies_with_long_expire_dates": {
    "status": "PASSED"
   },
   "ptestresult.curl.484_-_Use_--etag-compare_and_-save_with_more_than_one_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.485_-_Use_--etag-compare_and_-save_with_more_than_one_URL,_URLs_specified_first": {
    "status": "PASSED"
   },
   "ptestresult.curl.486_-_.netrc_with_redirect_and_\"default\"_with_no_password_or_login": {
    "status": "PASSED"
   },
   "ptestresult.curl.487_-_Variable_using_64dec_with_bad_base64": {
    "status": "PASSED"
   },
   "ptestresult.curl.488_-_Download_two_URLs_provided_on_stdin": {
    "status": "PASSED"
   },
   "ptestresult.curl.489_-_Download_two_URLs_provided_in_a_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.48_-_HTTP_with_-d_and_-G_and_-I": {
    "status": "PASSED"
   },
   "ptestresult.curl.490_-_Two_globbed_HTTP_PUTs": {
    "status": "PASSED"
   },
   "ptestresult.curl.491_-_Two_globbed_HTTP_PUTs,_the_second_upload_file_is_missing": {
    "status": "PASSED"
   },
   "ptestresult.curl.492_-_Two_globbed_HTTP_PUTs_to_two_globbed_URLs": {
    "status": "PASSED"
   },
   "ptestresult.curl.493_-_HSTS_and_%{url_effective}_after_upgrade": {
    "status": "PASSED"
   },
   "ptestresult.curl.495_-_user+password_in_URL_with_optional_netrc": {
    "status": "PASSED"
   },
   "ptestresult.curl.496_-_parallel_upload_missing_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.497_-_Reject_too_large_accumulated_HTTP_response_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.498_-_Reject_too_large_HTTP_response_headers_on_endless_redirects": {
    "status": "PASSED"
   },
   "ptestresult.curl.499_-_HTTP_HEAD_to_server_still_sending_a_body": {
    "status": "PASSED"
   },
   "ptestresult.curl.49_-_HTTP_follow_redirect_with_../": {
    "status": "PASSED"
   },
   "ptestresult.curl.4_-_Replaced_internal_and_added_custom_HTTP_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.500_-_simple_libcurl_HTTP_GET_tool": {
    "status": "PASSED"
   },
   "ptestresult.curl.501_-_simple_libcurl_attempt_operation_without_URL_set": {
    "status": "PASSED"
   },
   "ptestresult.curl.502_-_simple_multi_file://_get": {
    "status": "PASSED"
   },
   "ptestresult.curl.503_-_simple_multi_http://_through_proxytunnel_with_authentication_info": {
    "status": "PASSED"
   },
   "ptestresult.curl.504_-_simple_multi_through_local_proxy_without_listener": {
    "status": "PASSED"
   },
   "ptestresult.curl.507_-_multi_interface_get_with_non-existing_host_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.508_-_send_HTTP_POST_using_read_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.509_-_initialization_with_memory_callbacks_and_actual_usage": {
    "status": "PASSED"
   },
   "ptestresult.curl.50_-_HTTP_follow_redirect_with_../../": {
    "status": "PASSED"
   },
   "ptestresult.curl.510_-_send_HTTP_POST_using_read_callback,_using_chunked_transfer-encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.512_-_simple_curl_easy_duplicate___test": {
    "status": "PASSED"
   },
   "ptestresult.curl.513_-_send_HTTP_POST_using_read_callback_that_returns_CURL_READFUNC_ABORT": {
    "status": "PASSED"
   },
   "ptestresult.curl.514_-_First_set_options_to_POST_and_then_to_make_HEAD": {
    "status": "PASSED"
   },
   "ptestresult.curl.515_-_make_a_POSTFIELDS_set_to_NULL_with_POSTFIELDSIZE_set_to_zero": {
    "status": "PASSED"
   },
   "ptestresult.curl.516_-_make_an_HTTPPOST_set_to_NULL": {
    "status": "PASSED"
   },
   "ptestresult.curl.517_-_curl_getdate___testing": {
    "status": "PASSED"
   },
   "ptestresult.curl.519_-_GET_same_URL_twice_with_different_users": {
    "status": "PASSED"
   },
   "ptestresult.curl.51_-_HTTP_follow_redirect_with_excessive_../": {
    "status": "PASSED"
   },
   "ptestresult.curl.522_-_HTTP_GET_with_CURLOPT_PORT": {
    "status": "PASSED"
   },
   "ptestresult.curl.523_-_HTTP_GET_with_proxy_and_CURLOPT_PORT": {
    "status": "PASSED"
   },
   "ptestresult.curl.528_-_HTTP_GET_same_file_using_different_handles_but_same_connection": {
    "status": "PASSED"
   },
   "ptestresult.curl.52_-_HTTP_follow_redirect_with_./-prefix": {
    "status": "PASSED"
   },
   "ptestresult.curl.530_-_multi_socket_interface_transfer_with_callbacks_returning_error": {
    "status": "PASSED"
   },
   "ptestresult.curl.535_-_HTTP_GET_multi_two_files_with_FAILONERROR": {
    "status": "PASSED"
   },
   "ptestresult.curl.536_-_CURLINFO_USED_PROXY": {
    "status": "PASSED"
   },
   "ptestresult.curl.53_-_HTTP,_junk_session_cookies": {
    "status": "PASSED"
   },
   "ptestresult.curl.540_-_HTTP_proxy_auth_Digest_multi_API_re-using_connection": {
    "status": "PASSED"
   },
   "ptestresult.curl.543_-_curl_easy_escape": {
    "status": "PASSED"
   },
   "ptestresult.curl.544_-_HTTP_POST_text_data_using_CURLOPT_COPYPOSTFIELDS": {
    "status": "PASSED"
   },
   "ptestresult.curl.545_-_HTTP_POST_binary_with_embedded_zero_and_no_trailing_zero": {
    "status": "PASSED"
   },
   "ptestresult.curl.547_-_HTTP_proxy_auth_NTLM_with_POST_data_from_read_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.548_-_HTTP_proxy_auth_NTLM_with_POST_data_from_CURLOPT_POSTFIELDS": {
    "status": "PASSED"
   },
   "ptestresult.curl.54_-_HTTP_with_blank_Location:": {
    "status": "PASSED"
   },
   "ptestresult.curl.551_-_HTTP_proxy_auth_Digest_with_POST_data_from_read_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.552_-_HTTP_proxy_auth_Digest_with_70K_POST_data_from_read_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.553_-_HTTP_post_with_huge_request_headers_and_post_data_from_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.554_-_HTTP_multi-part_formpost_using_read_callback_for_the_file_part": {
    "status": "PASSED"
   },
   "ptestresult.curl.555_-_HTTP_proxy_auth_NTLM_with_POST_data_from_read_callback_multi-if": {
    "status": "PASSED"
   },
   "ptestresult.curl.556_-_send_and_recv_HTTP": {
    "status": "PASSED"
   },
   "ptestresult.curl.557_-_curl_mprintf___testing": {
    "status": "PASSED"
   },
   "ptestresult.curl.559_-_use_tiny_CURLOPT_BUFFERSIZE": {
    "status": "PASSED"
   },
   "ptestresult.curl.55_-_HTTP_follow_redirect_with_single_slash_in_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.565_-_send_HTTP_POST_using_read_callback,_chunked_transfer-encoding_and_Digest": {
    "status": "PASSED"
   },
   "ptestresult.curl.566_-_HTTP_GET_with_CURLINFO_CONTENT_LENGTH_DOWNLOAD_and_0_bytes_transfer": {
    "status": "PASSED"
   },
   "ptestresult.curl.56_-_HTTP_POST_with_*HUGE*_request_and_chunked_transfer-encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.578_-_HTTP_POST_lower_than_MAX_INITIAL_POST_SIZE_with_progress_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.579_-_small_chunked_HTTP_POSTs_with_digest_auth._and_progress_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.57_-_HTTP_content-type_with_spaces_in": {
    "status": "PASSED"
   },
   "ptestresult.curl.580_-_multi_interface,_multiple_Location:_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.581_-_multi_interface,_multiple_Content-Type:_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.584_-_CURLOPT_MIMEPOST_first_set_then_set_to_NULL": {
    "status": "PASSED"
   },
   "ptestresult.curl.585_-_socket_open/close_callbacks": {
    "status": "PASSED"
   },
   "ptestresult.curl.589_-_make_an_HTTP_MIME_POST_set_to_NULL": {
    "status": "PASSED"
   },
   "ptestresult.curl.58_-_HTTP_PUT_from_file_with_weird_letters": {
    "status": "PASSED"
   },
   "ptestresult.curl.590_-_HTTP_proxy_offers_Negotiate+NTLM,_use_only_NTLM": {
    "status": "PASSED"
   },
   "ptestresult.curl.598_-_curl_easy_reset_with_referer_and_other_strings_set": {
    "status": "PASSED"
   },
   "ptestresult.curl.599_-_HTTP_GET_with_progress_callback_and_redirects_changing_content_sizes": {
    "status": "PASSED"
   },
   "ptestresult.curl.59_-_HTTP_URL_with_slash_but_with_\"parameter\"": {
    "status": "PASSED"
   },
   "ptestresult.curl.5_-_HTTP_over_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.60_-_HTTP_PUT_from_stdin_with_wrong_content-length": {
    "status": "PASSED"
   },
   "ptestresult.curl.61_-_HTTP_with_various_cookies_and_custom_Host:": {
    "status": "PASSED"
   },
   "ptestresult.curl.62_-_HTTP,_send_cookies_when_using_custom_Host:": {
    "status": "PASSED"
   },
   "ptestresult.curl.63_-_HTTP_with_proxy_authorization_set_in_environment": {
    "status": "PASSED"
   },
   "ptestresult.curl.643_-_HTTP_multi-part_mimepost_using_read_callback_for_the_file_part": {
    "status": "PASSED"
   },
   "ptestresult.curl.645_-_HTTP_multi-part_chunked_mimepost_using_read_callback_for_the_file_part": {
    "status": "PASSED"
   },
   "ptestresult.curl.64_-_HTTP_with_Digest_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.650_-_HTTP_formpost_using_form_API_-_with_redirect_and_re-POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.651_-_curl_formadd_with_huge_COPYCONTENTS": {
    "status": "PASSED"
   },
   "ptestresult.curl.653_-_Reuse_of_handle_after_altering_mime_data": {
    "status": "PASSED"
   },
   "ptestresult.curl.654_-_HTTP_duplicate_easy_handle_with_mime_data": {
    "status": "PASSED"
   },
   "ptestresult.curl.655_-_resolver_start_callback": {
    "status": "PASSED"
   },
   "ptestresult.curl.658_-_Pass_URL_to_libcurl_with_CURLOPT_CURLU": {
    "status": "PASSED"
   },
   "ptestresult.curl.659_-_CURLOPT_CURLU_without_the_path_set_-_over_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.65_-_HTTP_with_Digest_authorization_with_bad_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.662_-_HTTP_redirect_with_whitespace_in_absolute_Location:_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.663_-_HTTP_redirect_with_dotdots_and_whitespaces_in_absolute_Location:_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.666_-_HTTP_mime_post_with_binary-encoded_huge_data_contents": {
    "status": "PASSED"
   },
   "ptestresult.curl.667_-_HTTP_chunked_mimepost_using_single-byte_read_callback_with_encoder": {
    "status": "PASSED"
   },
   "ptestresult.curl.668_-_HTTP_mimepost_early_end_of_data_detection": {
    "status": "PASSED"
   },
   "ptestresult.curl.669_-_HTTP_custom_Content-Type_with_parameter": {
    "status": "PASSED"
   },
   "ptestresult.curl.66_-_HTTP_GET_without_headers_in_the_response": {
    "status": "PASSED"
   },
   "ptestresult.curl.670_-_Request_pause_from_mime_read_callback:_multi": {
    "status": "PASSED"
   },
   "ptestresult.curl.671_-_Request_pause_from_mime_read_callback:_easy": {
    "status": "PASSED"
   },
   "ptestresult.curl.672_-_Request_pause_from_form_read_callback:_multi": {
    "status": "PASSED"
   },
   "ptestresult.curl.673_-_Request_pause_from_form_read_callback:_easy": {
    "status": "PASSED"
   },
   "ptestresult.curl.674_-_Set_CURLOPT_CURLU_and_dupe_the_handle": {
    "status": "PASSED"
   },
   "ptestresult.curl.675_-_HTTP_connection_reuse_and_different_credentials": {
    "status": "PASSED"
   },
   "ptestresult.curl.676_-_verify_setting_CURLOPT_COOKIEFILE_to_NULL_again": {
    "status": "PASSED"
   },
   "ptestresult.curl.679_-_netrc_with_quoted_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.67_-_HTTP_with_NTLM_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.680_-_netrc_with_quoted_password_but_missing_end_quote": {
    "status": "PASSED"
   },
   "ptestresult.curl.681_-_--remote-name-all_with_--no-remote-name": {
    "status": "PASSED"
   },
   "ptestresult.curl.682_-_netrc_with_multiple_logins_-_pick_first": {
    "status": "PASSED"
   },
   "ptestresult.curl.683_-_netrc_with_multiple_logins_-_pick_second": {
    "status": "PASSED"
   },
   "ptestresult.curl.684_-_netrc_with_no_login": {
    "status": "PASSED"
   },
   "ptestresult.curl.685_-_netrc_with_no_login_-_provided_user": {
    "status": "PASSED"
   },
   "ptestresult.curl.686_-_verify_return_code_for_missing_URL_after_--next": {
    "status": "PASSED"
   },
   "ptestresult.curl.68_-_HTTP_with_NTLM_authorization_and_wrong_password": {
    "status": "PASSED"
   },
   "ptestresult.curl.690_-_-O_with_URL_without_path_using_trailing_slash": {
    "status": "PASSED"
   },
   "ptestresult.curl.691_-_-O_with_URL_with_path_using_trailing_slash": {
    "status": "PASSED"
   },
   "ptestresult.curl.692_-_-JO_with_URL_without_path_using_trailing_slash": {
    "status": "PASSED"
   },
   "ptestresult.curl.693_-_--etag-save_with_--create-dirs": {
    "status": "PASSED"
   },
   "ptestresult.curl.694_-_HTTP_with_NTLM_twice,_verify_CURLINFO_HTTPAUTH_USED": {
    "status": "PASSED"
   },
   "ptestresult.curl.695_-_MIME_parts_reuse_as_a_child_part": {
    "status": "PASSED"
   },
   "ptestresult.curl.696_-_CONNECT_ONLY_and_doing_a_second_curl_easy_perform": {
    "status": "PASSED"
   },
   "ptestresult.curl.697_-_netrc_with_missing_netrc_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.699_-_--config_with_single-letter_options_plus_one_that_is_cleared": {
    "status": "PASSED"
   },
   "ptestresult.curl.69_-_HTTP_with_NTLM,_Basic_or_Wild-and-crazy_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.6_-_HTTP_with_simple_cookie_send": {
    "status": "PASSED"
   },
   "ptestresult.curl.700_-_HTTP_GET_via_SOCKS4_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.701_-_HTTP_GET_via_SOCKS5_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.702_-_Attempt_connect_to_non-listening_HTTP_server_via_SOCKS4_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.703_-_Attempt_connect_to_non-listening_HTTP_server_via_SOCKS5_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.704_-_Attempt_connect_to_non-listening_SOCKS4_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.705_-_Attempt_connect_to_non-listening_SOCKS5_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.708_-_HTTP_GET_via_SOCKS4_proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.709_-_HTTP_GET_via_SOCKS5_set_in_http_proxy_environment_variable": {
    "status": "PASSED"
   },
   "ptestresult.curl.70_-_HTTP_with_Digest_*OR*_NTLM_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.710_-_HTTP_GET_via_SOCKS5_set_with_--proxy": {
    "status": "PASSED"
   },
   "ptestresult.curl.716_-_SOCKS5_proxy_with_too_long_user_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.717_-_SOCKS5_proxy_auth": {
    "status": "PASSED"
   },
   "ptestresult.curl.718_-_HTTP_proxy_CONNECT__no_auth__with_proxy_returning_407_and_closing": {
    "status": "PASSED"
   },
   "ptestresult.curl.719_-_HTTP_GET_with_IPv6_numerical_via_SOCKS5h": {
    "status": "PASSED"
   },
   "ptestresult.curl.71_-_HTTP_and_-F_upload_in_config_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.720_-_HTTP_GET_with_IPv4_numerical_via_SOCKS5h": {
    "status": "PASSED"
   },
   "ptestresult.curl.721_-_HTTP_GET_with_host_name_using_SOCKS5h": {
    "status": "PASSED"
   },
   "ptestresult.curl.722_-_IPFS": {
    "status": "PASSED"
   },
   "ptestresult.curl.723_-_IPFS_with_malformed_gateway_URL__bad_function_argument_error_": {
    "status": "PASSED"
   },
   "ptestresult.curl.724_-_IPFS_with_gateway_URL_from_gateway_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.725_-_IPFS_with_malformed_gateway_URL_from_gateway_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.726_-_IPFS_with_no_gateway_URL__no_environment_or_home_file_either_": {
    "status": "PASSED"
   },
   "ptestresult.curl.727_-_IPNS": {
    "status": "PASSED"
   },
   "ptestresult.curl.728_-_SOCKS5h_with_HTTP_redirect_to_hostname_too_long": {
    "status": "PASSED"
   },
   "ptestresult.curl.729_-_SOCKS4_with_very_long_proxy_user_name": {
    "status": "PASSED"
   },
   "ptestresult.curl.72_-_HTTP_with_Digest_*OR*_Basic_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.730_-_IPFS_arg_gateway_with_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.731_-_IPFS_with_gateway_URL_and_path_from_gateway_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.732_-_IPFS_with_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.733_-_IPFS_with_path_and_query_args": {
    "status": "PASSED"
   },
   "ptestresult.curl.734_-_IPFS_with_path,_query_args_and_gateway_with_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.735_-_IPNS_with_path,_query_args_and_gateway_with_path": {
    "status": "PASSED"
   },
   "ptestresult.curl.736_-_IPFS_with_IPFS_PATH_set,_no_trailing_slash": {
    "status": "PASSED"
   },
   "ptestresult.curl.737_-_IPFS_with_IPFS_PATH_set,_with_trailing_slash": {
    "status": "PASSED"
   },
   "ptestresult.curl.738_-_IPFS_with_IPFS_PATH,_no_gateway_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.739_-_IPNS_path_and_query_args_for_gateway_and_IPFS_url__malformed_gateway_url_": {
    "status": "PASSED"
   },
   "ptestresult.curl.73_-_HTTP,_receive_cookies_when_using_custom_Host:,_domain_using_only_two_dots": {
    "status": "PASSED"
   },
   "ptestresult.curl.740_-_IPFS_with_gateway_URL_from_multiline_gateway_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.741_-_IPFS_with_malformed_gateway_URL_from_multiline_gateway_file,_first_line_no_url": {
    "status": "PASSED"
   },
   "ptestresult.curl.742_-_SOCKS5-hostname_with_max_length_credentials_and_max_host_name_length": {
    "status": "PASSED"
   },
   "ptestresult.curl.743_-_--config_with_a_127_byte_line": {
    "status": "PASSED"
   },
   "ptestresult.curl.744_-_--netrc-file_with_a_127_byte_line": {
    "status": "PASSED"
   },
   "ptestresult.curl.746_-_too_large_numerical_value_passed_to_-m": {
    "status": "PASSED"
   },
   "ptestresult.curl.747_-_Reject_too_many_HTTP_response_headers": {
    "status": "PASSED"
   },
   "ptestresult.curl.748_-_A_--config_file_that_uses_-h_and_no_URL": {
    "status": "PASSED"
   },
   "ptestresult.curl.749_-_HTTP_CONNECT_with_proxy_returning_400_and_closing": {
    "status": "PASSED"
   },
   "ptestresult.curl.74_-_HTTP,_urlglob_{}-retrieval_and_-o_#[num]_usage": {
    "status": "PASSED"
   },
   "ptestresult.curl.750_-_HTTP_CONNECT_with_proxy_returning_just_HTML_and_closing": {
    "status": "PASSED"
   },
   "ptestresult.curl.751_-_multi_-_add_many_easy_handles": {
    "status": "PASSED"
   },
   "ptestresult.curl.75_-_HTTP,_urlglob_retrieval_with_bad_range": {
    "status": "PASSED"
   },
   "ptestresult.curl.76_-_HTTP_with_comma-separated_WWW-Authenticate_header": {
    "status": "PASSED"
   },
   "ptestresult.curl.77_-_HTTP_with_-z_\"older_date\"": {
    "status": "PASSED"
   },
   "ptestresult.curl.784_-_--variable_with_a_file_byte_range": {
    "status": "PASSED"
   },
   "ptestresult.curl.785_-_--variable_with_a_file_byte_range_without_end": {
    "status": "PASSED"
   },
   "ptestresult.curl.786_-_--variable_with_a_file_byte_range,_reading_from_stdin": {
    "status": "PASSED"
   },
   "ptestresult.curl.787_-_--variable_with_a_file_byte_range,_bad_range": {
    "status": "PASSED"
   },
   "ptestresult.curl.788_-_--variable_with_a_file_and_single-byte_byte_range": {
    "status": "PASSED"
   },
   "ptestresult.curl.789_-_--variable_with_a_file_and_byte_range_out_of_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.78_-_HTTP_with_-z_\"newer_date\"": {
    "status": "PASSED"
   },
   "ptestresult.curl.790_-_--variable_with_a_byte_range_using_plain_assign": {
    "status": "PASSED"
   },
   "ptestresult.curl.791_-_--variable_with_a_byte_range_using_plain_assign,_out_of_range": {
    "status": "PASSED"
   },
   "ptestresult.curl.7_-_HTTP_with_cookie_parser_and_header_recording": {
    "status": "PASSED"
   },
   "ptestresult.curl.80_-_HTTP_1.0_CONNECT_with_proxytunnel_and_proxy+host_Basic_authentication": {
    "status": "PASSED"
   },
   "ptestresult.curl.81_-_HTTP_with_proxy_using_NTLM_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.82_-_HTTP_with_proxy_requiring_NTLM,_but_we_send_Basic": {
    "status": "PASSED"
   },
   "ptestresult.curl.83_-_HTTP_over_proxy-tunnel_with_site_authentication": {
    "status": "PASSED"
   },
   "ptestresult.curl.84_-_HTTP_over_proxy_with_site_authentication": {
    "status": "PASSED"
   },
   "ptestresult.curl.85_-_HTTP_over_proxy_with_site_and_proxy_authentication": {
    "status": "PASSED"
   },
   "ptestresult.curl.86_-_HTTP,_urlglob_[]-retrieval_and_-o_#[num]_usage": {
    "status": "PASSED"
   },
   "ptestresult.curl.87_-_urlglob_with_out_of_range_-o_#[num]_usage": {
    "status": "PASSED"
   },
   "ptestresult.curl.88_-_HTTP_PUT_with_Digest_authorization": {
    "status": "PASSED"
   },
   "ptestresult.curl.898_-_HTTP_with_custom_auth_and_cookies_redirected_to_HTTP_on_a_diff_port": {
    "status": "PASSED"
   },
   "ptestresult.curl.899_-_URL_with_credentials_redirects_to_URL_with_different_credentials": {
    "status": "PASSED"
   },
   "ptestresult.curl.89_-_HTTP_with_NTLM_and_follow-location": {
    "status": "PASSED"
   },
   "ptestresult.curl.8_-_HTTP_with_cookie_parsing_from_header_file": {
    "status": "PASSED"
   },
   "ptestresult.curl.90_-_HTTP_with_NTLM_via_--anyauth,_and_then_follow-location_with_NTLM_again": {
    "status": "PASSED"
   },
   "ptestresult.curl.91_-_HTTP_with_NTLM/Negotiate/Basic,_anyauth_and_user_with_domain,_with_size_0": {
    "status": "PASSED"
   },
   "ptestresult.curl.92_-_HTTP_resume_transfer_with_the_whole_file_already_downloaded": {
    "status": "PASSED"
   },
   "ptestresult.curl.93_-_HTTP_GET_with_failed_proxy_auth": {
    "status": "PASSED"
   },
   "ptestresult.curl.94_-_HTTPS_GET_with_failed_proxy_auth__CONNECT_1.0_": {
    "status": "PASSED"
   },
   "ptestresult.curl.95_-_HTTP_over_proxytunnel_using_POST": {
    "status": "PASSED"
   },
   "ptestresult.curl.974_-_HTTP_with_auth_redirected_to_HTTP_on_a_diff_port_w/o_auth": {
    "status": "PASSED"
   },
   "ptestresult.curl.976_-_HTTP_with_auth_redirected_to_HTTP_on_a_diff_port_--location-trusted": {
    "status": "PASSED"
   },
   "ptestresult.curl.977_-_URL_with_trailing_dot_and_receiving_a_cookie_for_the_TLD_with_dot": {
    "status": "PASSED"
   },
   "ptestresult.curl.978_-_verify_that_--stderr_works_for_-w's_stderr_as_well": {
    "status": "PASSED"
   },
   "ptestresult.curl.979_-_-u_with_redirect_to_absolute_URL_using_same_origin_and_auth": {
    "status": "PASSED"
   },
   "ptestresult.curl.97_-_HTTP_POST_with_custom_content-type": {
    "status": "PASSED"
   },
   "ptestresult.curl.98_-_HTTP_PUT_from_stdin_with_set_size,_disabling_chunked_transfer-encoding": {
    "status": "PASSED"
   },
   "ptestresult.curl.990_-_use_-w_%output{}": {
    "status": "PASSED"
   },
   "ptestresult.curl.991_-_use_-w_%output{}_append": {
    "status": "PASSED"
   },
   "ptestresult.curl.994_-_--skip-existing_with_globbing": {
    "status": "PASSED"
   },
   "ptestresult.curl.995_-_--skip-existing_without_file_present": {
    "status": "PASSED"
   },
   "ptestresult.curl.996_-_--skip-existing_with_file_present": {
    "status": "PASSED"
   },
   "ptestresult.curl.998_-_HTTP_with_auth_in_URL_redirected_to_another_host": {
    "status": "PASSED"
   },
   "ptestresult.curl.999_-_HTTP_with_auth_in_first_URL_but_not_second": {
    "status": "PASSED"
   },
   "ptestresult.curl.99_-_HTTP_GET_with_large-file_resume_point_and_failed_resume": {
    "status": "PASSED"
   },
   "ptestresult.curl.9_-_HTTP_RFC1867-type_formposting": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/curl/ptest\nUsing curl: curl\nsh: can't open '../curl-config': No such file or directory\n********* System characteristics ******** \n* curl 8.14.1 (x86_64-poky-linux-gnu) \n* libcurl/8.14.1 OpenSSL/3.5.0 zlib/1.3.1 libidn2/2.3.8\n* Protocols: file ftp ftps http https ipfs ipns\n* Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets\n* Disabled: win32-ca-searchpath, win32-ca-search-safe, --libcurl, override-dns\n* Host: qemux86-64\n* System: Linux qemux86-64 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun  5 02:14:18 UTC 2025 x86_64 GNU/Linux\n* OS: linux\n* Perl: v5.40.2 (/usr/bin/perl)\n* diff: available\n* Args: -a -c curl -vc curl -n -am -j4 -p !flaky !timing-dependent !FTP !--libcurl !curl-config !source analysis !checksrc !documentation\n* Jobs: 4\n* Env: 0\n* Seed: 261100\n* Servers: HTTP-IPv6 HTTP-unix FTP-IPv6 \n***************************************** \nWarning: 403: cleardir(log/4/lock) failed\nPASS: 1 - HTTP GET\nPASS: 3 - HTTP POST with auth and contents but with content-length set to 0\nPASS: 2 - HTTP GET with user and password\nPASS: 6 - HTTP with simple cookie send\nPASS: 5 - HTTP over proxy\nPASS: 4 - Replaced internal and added custom HTTP headers\nPASS: 7 - HTTP with cookie parser and header recording\nPASS: 9 - HTTP RFC1867-type formposting\nPASS: 8 - HTTP with cookie parsing from header file\nPASS: 12 - HTTP range support\nPASS: 13 - HTTP custom request 'DELETE'\nPASS: 10 - simple HTTP PUT from file\nPASS: 14 - HTTP HEAD with Connection: close\nPASS: 15 - --write-out test\nPASS: 16 - HTTP with proxy authorization\nPASS: 18 - multiple requests using {} in URL\nPASS: 17 - HTTP with config file on stdin\nPASS: 19 - attempt connect to non-listening socket\nPASS: 20 - attempt connect to non-existing host name\nPASS: 21 - use curl with multiple request methods\nPASS: 22 - get HTTP with URL > 10000 bytes\nPASS: 23 - unsupported protocol:// URL\nPASS: 11 - simple HTTP Location: following\nPASS: 25 - looping HTTP Location: following with --max-redirs\nPASS: 24 - HTTP GET fail silently on HTTP error return\nPASS: 26 - specify more -o than URLs\nPASS: 30 - HTTP with no data in server reply\nPASS: 28 - HTTP Location: following with extra spaces in header\nPASS: 32 - HTTP with -d and -G\nPASS: 31 - HTTP with weirdly formatted cookies and cookiejar storage\nPASS: 27 - Get same cookie page several times\nPASS: 34 - HTTP GET with chunked Transfer-Encoding\nPASS: 36 - HTTP GET with bad chunked Transfer-Encoding\nPASS: 33 - HTTP PUT with resume\nPASS: 38 - HTTP resume request without server supporting it\nPASS: 35 - HTTP POST binary data with embedded NUL\nPASS: 37 - HTTP GET with nothing returned from server\nPASS: 39 - HTTP RFC1867-type formposting with filename= and type=\nPASS: 41 - HTTP formpost with missing file\nPASS: 40 - HTTP redirect with whitespace after ? (and conversion)\nPASS: 43 - HTTP Location: following over HTTP proxy\nPASS: 42 - HTTP redirect with whitespace in path (and conversion)\nPASS: 46 - HTTP with bad domain name, get cookies and store in cookie jar\nPASS: 44 - HTTP RFC1867-type formposting without Expect: header\nPASS: 48 - HTTP with -d and -G and -I\nPASS: 45 - simple HTTP Location: without protocol in initial URL\nPASS: 47 - simple HTTP 1.0 GET\nPASS: 49 - HTTP follow redirect with ../\nPASS: 51 - HTTP follow redirect with excessive ../\nPASS: 50 - HTTP follow redirect with ../../\nPASS: 53 - HTTP, junk session cookies\nPASS: 54 - HTTP with blank Location:\nPASS: 52 - HTTP follow redirect with ./-prefix\nPASS: 57 - HTTP content-type with spaces in\nPASS: 55 - HTTP follow redirect with single slash in path\nPASS: 56 - HTTP POST with *HUGE* request and chunked transfer-encoding\nPASS: 58 - HTTP PUT from file with weird letters\nPASS: 59 - HTTP URL with slash but with \"parameter\"\nPASS: 61 - HTTP with various cookies and custom Host:\nPASS: 63 - HTTP with proxy authorization set in environment\nPASS: 62 - HTTP, send cookies when using custom Host:\nPASS: 65 - HTTP with Digest authorization with bad password\nPASS: 64 - HTTP with Digest authorization\nPASS: 66 - HTTP GET without headers in the response\nPASS: 68 - HTTP with NTLM authorization and wrong password\nPASS: 67 - HTTP with NTLM authorization\nPASS: 70 - HTTP with Digest *OR* NTLM authorization\nPASS: 69 - HTTP with NTLM, Basic or Wild-and-crazy authorization\nPASS: 71 - HTTP and -F upload in config file\nPASS: 72 - HTTP with Digest *OR* Basic authorization\nPASS: 73 - HTTP, receive cookies when using custom Host:, domain using only two dots\nPASS: 75 - HTTP, urlglob retrieval with bad range\nPASS: 74 - HTTP, urlglob {}-retrieval and -o #[num] usage\nPASS: 77 - HTTP with -z \"older date\"\nPASS: 78 - HTTP with -z \"newer date\"\nPASS: 76 - HTTP with comma-separated WWW-Authenticate header\nPASS: 81 - HTTP with proxy using NTLM authorization\nPASS: 82 - HTTP with proxy requiring NTLM, but we send Basic\nPASS: 60 - HTTP PUT from stdin with wrong content-length\nPASS: 84 - HTTP over proxy with site authentication\nPASS: 85 - HTTP over proxy with site and proxy authentication\nPASS: 29 - HTTP with 2 secs timeout\nPASS: 86 - HTTP, urlglob []-retrieval and -o #[num] usage\nPASS: 88 - HTTP PUT with Digest authorization\nPASS: 89 - HTTP with NTLM and follow-location\nPASS: 90 - HTTP with NTLM via --anyauth, and then follow-location with NTLM again\nPASS: 91 - HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0\nPASS: 92 - HTTP resume transfer with the whole file already downloaded\nPASS: 93 - HTTP GET with failed proxy auth\nPASS: 94 - HTTPS GET with failed proxy auth (CONNECT 1.0)\nPASS: 87 - urlglob with out of range -o #[num] usage\nPASS: 97 - HTTP POST with custom content-type\nPASS: 80 - HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication\nPASS: 99 - HTTP GET with large-file resume point and failed resume\nPASS: 129 - HTTP/1.2 is rejected\nPASS: 150 - HTTP with NTLM authorization and --fail\nPASS: 83 - HTTP over proxy-tunnel with site authentication\nPASS: 151 - HTTP GET with an error code that might trick authentication\nPASS: 152 - HTTP GET with an error code that might trick authentication and --fail\nPASS: 153 - HTTP with Digest authorization with stale=true\nPASS: 154 - HTTP PUT with --anyauth authorization (picking Digest)\nPASS: 156 - HTTP PUT with --anyauth (when the server requires none)\nPASS: 155 - HTTP PUT with --anyauth authorization (picking NTLM)\nPASS: 157 - HTTP GET with --anyauth (when the server requires none)\nPASS: 158 - HTTP multipart formpost with only a 100 reply\nPASS: 162 - HTTP GET asking for --proxy-ntlm when some other authentication is required\nPASS: 163 - HTTP multipart formpost with contents from a file\nPASS: 98 - HTTP PUT from stdin with set size, disabling chunked transfer-encoding\nPASS: 164 - HTTP range with multiple ranges\nPASS: 166 - HTTP formpost a file with spaces in name\nPASS: 167 - HTTP with proxy-requiring-Basic to site-requiring-Digest\nPASS: 169 - HTTP with proxy-requiring-NTLM to site-requiring-Digest\nPASS: 168 - HTTP with proxy-requiring-Digest to site-requiring-Digest\nPASS: 171 - HTTP, get cookie with dot prefixed full domain\nPASS: 170 - HTTP POST with --proxy-ntlm and no SSL with no response\nPASS: 172 - HTTP with cookies file and custom added cookie\nPASS: 174 - HTTP POST --anyauth to server not requiring any auth at all\nPASS: 173 - HTTP RFC1867-formpost a file from stdin with \"faked\" filename\nPASS: 175 - HTTP POST --digest to server not requiring any auth at all\nPASS: 176 - HTTP POST --ntlm to server not requiring any auth at all\nPASS: 177 - HTTP POST --digest to server doing a 302-location response\nPASS: 179 - HTTP using proxy and cookies with path checks\nPASS: 178 - HTTP response with negative Content-Length\nPASS: 180 - HTTP 1.0 PUT\nPASS: 183 - HTTP GET two URLs over a single proxy with persistent connection\nPASS: 181 - HTTP 1.0 POST\nPASS: 184 - HTTP replace Host: when following Location: to new host\nPASS: 185 - HTTP replace Host: when following Location: on the same host\nPASS: 187 - HTTP redirect with bad host name separation and slash in parameters\nPASS: 186 - HTTP RFC1867-type formposting with types on text fields\nPASS: 189 - HTTP GET with resume and redirect (to a page that doesn't resume)\nPASS: 188 - HTTP GET with resume and redirect\nPASS: 192 - HTTP GET -w num_connects with one simple connect\nPASS: 193 - HTTP GET -w num_connects with redirected fetch (2 connects)\nPASS: 194 - HTTP resume transfer with the whole file already downloaded and --fail\nPASS: 95 - HTTP over proxytunnel using POST\nPASS: 199 - HTTP with -d, -G and {}\nPASS: 200 - basic file:// file\nPASS: 201 - missing file:// file\nPASS: 202 - two file:// URLs to stdout\nPASS: 203 - file:/path URL with a single slash\nPASS: 204 - \"upload\" with file://\nPASS: 205 - \"upload\" nonexisting with file://\nPASS: 206 - HTTP proxy CONNECT auth Digest\nPASS: 207 - HTTP GET with chunked Transfer-Encoding closed prematurely\nPASS: 209 - HTTP proxy CONNECT auth NTLM\nPASS: 213 - HTTP 1.0 proxy CONNECT auth NTLM and then POST\nPASS: 214 - HTTP URL with escaped { and }\nPASS: 217 - HTTP proxy CONNECT to proxy returning 405\nPASS: 218 - HTTP PUT from a file but enforce chunked transfer-encoding\nPASS: 219 - try using proxy with unsupported scheme\nPASS: 220 - HTTP GET gzip compressed content\nPASS: 221 - HTTP GET gzip compressed content with broken gzip header\nPASS: 222 - HTTP GET deflate compressed content\nPASS: 223 - HTTP GET deflate compressed content with broken deflate header\nPASS: 224 - HTTP GET gzip compressed content with huge comment and extra field\nPASS: 230 - HTTP GET multiply compressed content\nPASS: 231 - file:// with resume\nPASS: 232 - HTTP GET deflate raw-compressed content\nPASS: 233 - HTTP, proxy, site+proxy auth and Location: to new host\nPASS: 234 - HTTP, proxy, site+proxy auth and Location: to new host using location-trusted\nPASS: 160 - HTTP with delayed close, conn reuse, connection reset and retry\nPASS: 198 - HTTP GET --retry on 503 error with output to file\nPASS: 197 - HTTP GET --retry on 503 error with output to stdout\nPASS: 239 - HTTP proxy-auth NTLM and then POST\nPASS: 243 - HTTP POST with --proxy-anyauth, picking NTLM\nPASS: 245 - HTTP POST --digest\nPASS: 246 - HTTP POST --digest with server doing a 100 before 401 response\nPASS: 249 - HTTP 304 response with \"illegal\" Content-Length: header\nPASS: 256 - HTTP resume request over proxy with auth without server supporting it\nPASS: 257 - HTTP Location: following with --netrc-optional\nPASS: 258 - HTTP POST multipart without Expect: header using proxy anyauth (Digest)\nPASS: 240 - HTTP-IPv6 GET\nPASS: 260 - HTTP GET URL without slash but with question mark\nPASS: 241 - HTTP-IPv6 GET (using ip6-localhost)\nPASS: 242 - HTTP-IPv6 GET with username+password in URL\nPASS: 262 - Reject HTTP response with binary zero in header\nPASS: 263 - HTTP-IPv6 GET with proxy specified using IPv6-numerical address\nPASS: 265 - HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407\nPASS: 264 - HTTP with proxy string including http:// and user+password\nPASS: 268 - JSON encoding of Unicode string\nPASS: 267 - HTTP POST with NTLM authorization and added custom headers\nPASS: 269 - HTTP --ignore-content-length\nPASS: 274 - HTTP Location: following with --max-redirs 0\nPASS: 266 - HTTP GET with chunked Transfer-Encoding and chunked trailer\nPASS: 273 - HTTP with two Digest authorization headers\nPASS: 277 - HTTP RFC1867-type formposting with custom Content-Type\nPASS: 276 - HTTP Location: following with multiple question marks in URLs\nPASS: 278 - HTTP with proxy string including http:// and user+empty password\nPASS: 279 - HTTP with proxy string including http:// and user only\nPASS: 281 - HTTP PUT from file with 100 + 401 responses and -f without auth given\nPASS: 282 - HTTP GET with no response body or headers\nPASS: 288 - file:// with (unsupported) proxy, authentication and range\nPASS: 287 - HTTP proxy CONNECT with custom User-Agent header\nPASS: 292 - HTTP GET with maximum filesize not exceeded\nPASS: 293 - HTTP GET with maximum filesize exceeded\nPASS: 317 - HTTP with custom Authorization: and redirect to new host\nPASS: 318 - HTTP with custom Authorization: and redirect to new host\nPASS: 326 - HTTP GET chunked data in raw mode\nPASS: 319 - HTTP GET gobbledigook transfer-encoded data in raw mode\nPASS: 328 - HTTP with \"Content-Encoding: none\nPASS: 329 - HTTP cookie with Max-Age=0\nPASS: 327 - HTTP with cookiejar without cookies left\nPASS: 331 - HTTP with cookie using host name 'moo'\nPASS: 333 - Try a non-boolean command line option with --no-\nPASS: 334 - HTTP 204 No content with chunked header\nPASS: 330 - HTTP with custom Cookie: and redirect to new host\nPASS: 338 - ANYAUTH connection reuse of non-authed connection\nPASS: 339 - Check if --etag-save saved correct etag to a file\nPASS: 341 - A non existing file with --etag-compare is just a blank\nPASS: 342 - Check if --etag-compare set correct etag in header\nPASS: 343 - Both --etag-compare and --etag-save to save new Etag\nPASS: 344 - Both --etag-compare and -save store new Etag using non-existing file\nPASS: 345 - Both --etag-compare and -save store new Etag using one pre-existing file\nPASS: 346 - HTTP GET over proxy with credentials using blank passwords\nPASS: 347 - --etag-save with blank incoming header\nPASS: 335 - HTTP with proxy Digest and site Digest with creds in URLs\nPASS: 355 - load Alt-Svc from file and use\nPASS: 349 - HTTP GET --fail-with-body on HTTP error return\nPASS: 360 - Error on both --fail-with-body and --fail\nPASS: 357 - HTTP PUT with Expect: 100-continue and 417 response\nPASS: 275 - HTTP CONNECT with proxytunnel getting two URLs from the same host\nPASS: 366 - HTTP --retry-max-time with too long Retry-After\nPASS: 365 - HTTP/1.1 with chunked AND Content-Length headers\nPASS: 367 - Empty user name provided in URL\nPASS: 368 - Append dash if -r range specified without one\nPASS: 370 - --etag-save with bad path - no transfer\nPASS: 361 - HTTP GET --fail-with-body on HTTP error return - twice\nPASS: 369 - --etag-save with bad path then working transfer\nPASS: 371 - using more -o than URLs in the command line\nPASS: 372 - Binary zero in data element.\nPASS: 374 - Valid gif with two frames. No new line in data section.\nPASS: 373 - Chunked transfer encoding - Multiple valid chunks with binary zeros.\nPASS: 378 - Reject using -T and -d at once\nPASS: 383 - HTTP with --json\nPASS: 384 - HTTP with --json from stdin\nPASS: 376 - --remove-on-error\nPASS: 379 - --remove-on-error with --no-clobber and an added number\nPASS: 385 - HTTP with --json x 2\nPASS: 387 - Response with overly long compression chain\nPASS: 386 - HTTP with --json + --next\nPASS: 389 - *.localhost is a local host\nPASS: 391 - --path-as-is with redirect, keeping dotdots\nPASS: 392 - HTTP secure cookies over localhost\nPASS: 393 - HTTP max-filesize and out-of-range Content-Length\nPASS: 394 - HTTP with rubbish in Content-Length\nPASS: 388 - HTTP with Digest and multiple qop values with leading space\nPASS: 398 - Reject HTTP/1.1 response with colon-less header\nPASS: 259 - HTTP POST multipart with Expect: header using proxy anyauth (Digest)\nPASS: 399 - 65536 bytes long host name in URL\nPASS: 411 - -K with missing file causes error\nPASS: 395 - HTTP and out-of-range Content-Length\nPASS: 419 - --dump-header to file that cannot be created\nPASS: 420 - Setting cookies set with expired dates that were loaded from jar\nPASS: 422 - use --next with missing URL before it\nPASS: 421 - HTTP GET multiple headers and %{header_json}\nPASS: 423 - -w with url.* variables\nPASS: 418 - Response with multiple Transfer-Encoding headers\nPASS: 424 - -w with urle.* variables\nPASS: 415 - HTTP response with control code then negative Content-Length\nPASS: 426 - try --data with --continue-at\nPASS: 425 - HTTP PUT with path ending with slash + query\nPASS: 429 - Expand environment variable in config file - too long name\nPASS: 427 - Keep Cookie: header within 8190 bytes\nPASS: 428 - Expand environment variables within config file\nPASS: 430 - Three -K uses with --next and --data in each\nPASS: 433 - Verify XDG_CONFIG_HOME use to find curlrc\nPASS: 432 - Use -K with --next and --config from within\nPASS: 431 - Two -K uses with --next and then one on cmdline\nPASS: 434 - -K with a single line without newline\nPASS: 435 - verify -w local/remote port+ip after connection reuse\nPASS: 436 - Find .curlrc in .config/curlrc via CURL_HOME\nPASS: 441 - HSTS with no t-dot host name in URL but t-dot in file\nPASS: 440 - HSTS with trailing-dot host name in URL but none in hsts file\nPASS: 443 - Cookie header in request no longer than 8K\nPASS: 448 - Environment variables within config file, unbalanced braces\nPASS: 442 - Send capped huge number of matching cookies\nPASS: 444 - Many Set-Cookie response headers\nPASS: 449 - Environment variables in config file w/o [expand]\nPASS: 450 - Variable from file that is trimmed and URL encoded\nPASS: 451 - Variable from file that is JSON and URL encoded (with null byte)\nPASS: 452 - Variable using illegal function in expansion\nPASS: 453 - Variable output containing null byte\nPASS: 454 - Variable using illegal function separator\nPASS: 456 - Variable output starting with null byte\nPASS: 455 - Variable using base64\nPASS: 457 - chunked Transfer-Encoding with --max-filesize\nPASS: 458 - variable expand the file name with --expand-output\nPASS: 460 - try --expand without an argument\nPASS: 459 - config file with argument using whitespace missing quotes\nPASS: 462 - Missing environment variables in config file\nPASS: 461 - disable Host: when specified as lower case\nPASS: 467 - use a bad short option letter that does not exist (after one does exist)\nPASS: 463 - HTTP with -d @file with file containing CR, LF and null byte\nPASS: 468 - set -w in config, then reset -w to blank on cmdline\nPASS: 469 - warn about Unicode quote character\nPASS: 470 - warn about Unicode quote character read from config file\nPASS: 473 - Check if --etag-save saved correct etag to a file on 301\nPASS: 477 - HTTP GET with maximum filesize with a redirect sending data\nPASS: 478 - .netrc with multiple accounts for same host\nPASS: 481 - --no-clobber with --continue-at\nPASS: 479 - .netrc with redirect and default without password\nPASS: 482 - --remove-on-error with --continue-at\nPASS: 484 - Use --etag-compare and -save with more than one URL\nPASS: 485 - Use --etag-compare and -save with more than one URL, URLs specified first\nPASS: 483 - HTTP cookies with long expire dates\nPASS: 487 - Variable using 64dec with bad base64\nPASS: 486 - .netrc with redirect and \"default\" with no password or login\nPASS: 488 - Download two URLs provided on stdin\nPASS: 490 - Two globbed HTTP PUTs\nPASS: 491 - Two globbed HTTP PUTs, the second upload file is missing\nPASS: 492 - Two globbed HTTP PUTs to two globbed URLs\nPASS: 493 - HSTS and %{url_effective} after upgrade\nPASS: 495 - user+password in URL with optional netrc\nPASS: 496 - parallel upload missing file\nPASS: 499 - HTTP HEAD to server still sending a body\nPASS: 500 - simple libcurl HTTP GET tool\nPASS: 489 - Download two URLs provided in a file\nPASS: 501 - simple libcurl attempt operation without URL set\nPASS: 502 - simple multi file:// get\nPASS: 497 - Reject too large accumulated HTTP response headers\nPASS: 504 - simple multi through local proxy without listener\nPASS: 507 - multi interface get with non-existing host name\nPASS: 509 - initialization with memory callbacks and actual usage\nPASS: 498 - Reject too large HTTP response headers on endless redirects\nPASS: 508 - send HTTP POST using read callback\nPASS: 512 - simple curl_easy_duplicate() test\nPASS: 503 - simple multi http:// through proxytunnel with authentication info\nPASS: 510 - send HTTP POST using read callback, using chunked transfer-encoding\nPASS: 513 - send HTTP POST using read callback that returns CURL_READFUNC_ABORT\nPASS: 517 - curl_getdate() testing\nPASS: 515 - make a POSTFIELDS set to NULL with POSTFIELDSIZE set to zero\nPASS: 514 - First set options to POST and then to make HEAD\nPASS: 522 - HTTP GET with CURLOPT_PORT\nPASS: 516 - make an HTTPPOST set to NULL\nPASS: 519 - GET same URL twice with different users\nPASS: 523 - HTTP GET with proxy and CURLOPT_PORT\nPASS: 530 - multi_socket interface transfer with callbacks returning error\nPASS: 540 - HTTP proxy auth Digest multi API re-using connection\nPASS: 543 - curl_easy_escape\nPASS: 536 - CURLINFO_USED_PROXY\nPASS: 544 - HTTP POST text data using CURLOPT_COPYPOSTFIELDS\nPASS: 545 - HTTP POST binary with embedded zero and no trailing zero\nPASS: 547 - HTTP proxy auth NTLM with POST data from read callback\nPASS: 548 - HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS\nPASS: 551 - HTTP proxy auth Digest with POST data from read callback\nPASS: 553 - HTTP post with huge request headers and post data from callback\nPASS: 552 - HTTP proxy auth Digest with 70K POST data from read callback\nPASS: 554 - HTTP multi-part formpost using read callback for the file part\nPASS: 556 - send and recv HTTP\nPASS: 557 - curl_mprintf() testing\nPASS: 559 - use tiny CURLOPT_BUFFERSIZE\nPASS: 555 - HTTP proxy auth NTLM with POST data from read callback multi-if\nPASS: 566 - HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer\nPASS: 578 - HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback\nPASS: 535 - HTTP GET multi two files with FAILONERROR\nPASS: 580 - multi interface, multiple Location: headers\nPASS: 581 - multi interface, multiple Content-Type: headers\nPASS: 584 - CURLOPT_MIMEPOST first set then set to NULL\nPASS: 585 - socket open/close callbacks\nPASS: 589 - make an HTTP MIME POST set to NULL\nPASS: 590 - HTTP proxy offers Negotiate+NTLM, use only NTLM\nPASS: 598 - curl_easy_reset with referer and other strings set\nPASS: 599 - HTTP GET with progress callback and redirects changing content sizes\nPASS: 643 - HTTP multi-part mimepost using read callback for the file part\nPASS: 565 - send HTTP POST using read callback, chunked transfer-encoding and Digest\nPASS: 579 - small chunked HTTP POSTs with digest auth. and progress callback\nPASS: 651 - curl_formadd with huge COPYCONTENTS\nPASS: 653 - Reuse of handle after altering mime data\nPASS: 528 - HTTP GET same file using different handles but same connection\nPASS: 655 - resolver start callback\nPASS: 658 - Pass URL to libcurl with CURLOPT_CURLU\nPASS: 659 - CURLOPT_CURLU without the path set - over proxy\nPASS: 662 - HTTP redirect with whitespace in absolute Location: URL\nPASS: 654 - HTTP duplicate easy handle with mime data\nPASS: 663 - HTTP redirect with dotdots and whitespaces in absolute Location: URL\nPASS: 666 - HTTP mime post with binary-encoded huge data contents\nPASS: 645 - HTTP multi-part chunked mimepost using read callback for the file part\nPASS: 650 - HTTP formpost using form API - with redirect and re-POST\nPASS: 669 - HTTP custom Content-Type with parameter\nPASS: 667 - HTTP chunked mimepost using single-byte read callback with encoder\nPASS: 668 - HTTP mimepost early end of data detection\nPASS: 672 - Request pause from form read callback: multi\nPASS: 674 - Set CURLOPT_CURLU and dupe the handle\nPASS: 670 - Request pause from mime read callback: multi\nPASS: 676 - verify setting CURLOPT_COOKIEFILE to NULL again\nPASS: 671 - Request pause from mime read callback: easy\nPASS: 675 - HTTP connection reuse and different credentials\nPASS: 679 - netrc with quoted password\nPASS: 680 - netrc with quoted password but missing end quote\nPASS: 681 - --remote-name-all with --no-remote-name\nPASS: 682 - netrc with multiple logins - pick first\nPASS: 683 - netrc with multiple logins - pick second\nPASS: 686 - verify return code for missing URL after --next\nPASS: 684 - netrc with no login\nPASS: 685 - netrc with no login - provided user\nPASS: 690 - -O with URL without path using trailing slash\nPASS: 691 - -O with URL with path using trailing slash\nPASS: 692 - -JO with URL without path using trailing slash\nPASS: 693 - --etag-save with --create-dirs\nPASS: 694 - HTTP with NTLM twice, verify CURLINFO_HTTPAUTH_USED\nPASS: 697 - netrc with missing netrc file\nPASS: 699 - --config with single-letter options plus one that is cleared\nPASS: 695 - MIME parts reuse as a child part\nPASS: 696 - CONNECT_ONLY and doing a second curl_easy_perform\nPASS: 673 - Request pause from form read callback: easy\nPASS: 700 - HTTP GET via SOCKS4 proxy\nPASS: 704 - Attempt connect to non-listening SOCKS4 proxy\nPASS: 702 - Attempt connect to non-listening HTTP server via SOCKS4 proxy\nPASS: 705 - Attempt connect to non-listening SOCKS5 proxy\nPASS: 701 - HTTP GET via SOCKS5 proxy\nPASS: 708 - HTTP GET via SOCKS4 proxy\nPASS: 709 - HTTP GET via SOCKS5 set in http_proxy environment variable\nPASS: 716 - SOCKS5 proxy with too long user name\nPASS: 710 - HTTP GET via SOCKS5 set with --proxy\nPASS: 717 - SOCKS5 proxy auth\nPASS: 718 - HTTP proxy CONNECT (no auth) with proxy returning 407 and closing\nPASS: 719 - HTTP GET with IPv6 numerical via SOCKS5h\nPASS: 722 - IPFS\nPASS: 720 - HTTP GET with IPv4 numerical via SOCKS5h\nPASS: 721 - HTTP GET with host name using SOCKS5h\nPASS: 723 - IPFS with malformed gateway URL (bad function argument error)\nPASS: 724 - IPFS with gateway URL from gateway file\nPASS: 725 - IPFS with malformed gateway URL from gateway file\nPASS: 726 - IPFS with no gateway URL (no environment or home file either)\nPASS: 703 - Attempt connect to non-listening HTTP server via SOCKS5 proxy\nPASS: 727 - IPNS\nPASS: 729 - SOCKS4 with very long proxy user name\nPASS: 728 - SOCKS5h with HTTP redirect to hostname too long\nPASS: 731 - IPFS with gateway URL and path from gateway file\nPASS: 732 - IPFS with path\nPASS: 730 - IPFS arg gateway with path\nPASS: 733 - IPFS with path and query args\nPASS: 735 - IPNS with path, query args and gateway with path\nPASS: 736 - IPFS with IPFS_PATH set, no trailing slash\nPASS: 738 - IPFS with IPFS_PATH, no gateway file\nPASS: 737 - IPFS with IPFS_PATH set, with trailing slash\nPASS: 739 - IPNS path and query args for gateway and IPFS url (malformed gateway url)\nPASS: 740 - IPFS with gateway URL from multiline gateway file\nPASS: 741 - IPFS with malformed gateway URL from multiline gateway file, first line no url\nPASS: 743 - --config with a 127 byte line\nPASS: 746 - too large numerical value passed to -m\nPASS: 734 - IPFS with path, query args and gateway with path\nPASS: 748 - A --config file that uses -h and no URL\nPASS: 742 - SOCKS5-hostname with max length credentials and max host name length\nPASS: 749 - HTTP CONNECT with proxy returning 400 and closing\nPASS: 751 - multi - add many easy handles\nPASS: 784 - --variable with a file byte range\nPASS: 785 - --variable with a file byte range without end\nPASS: 747 - Reject too many HTTP response headers\nPASS: 750 - HTTP CONNECT with proxy returning just HTML and closing\nPASS: 786 - --variable with a file byte range, reading from stdin\nPASS: 788 - --variable with a file and single-byte byte range\nPASS: 787 - --variable with a file byte range, bad range\nPASS: 789 - --variable with a file and byte range out of file\nPASS: 791 - --variable with a byte range using plain assign, out of range\nPASS: 790 - --variable with a byte range using plain assign\nPASS: 899 - URL with credentials redirects to URL with different credentials\nPASS: 898 - HTTP with custom auth and cookies redirected to HTTP on a diff port\nPASS: 976 - HTTP with auth redirected to HTTP on a diff port --location-trusted\nPASS: 974 - HTTP with auth redirected to HTTP on a diff port w/o auth\nPASS: 978 - verify that --stderr works for -w's stderr as well\nPASS: 977 - URL with trailing dot and receiving a cookie for the TLD with dot\nPASS: 979 - -u with redirect to absolute URL using same origin and auth\nPASS: 990 - use -w %output{}\nPASS: 994 - --skip-existing with globbing\nPASS: 991 - use -w %output{} append\nPASS: 996 - --skip-existing with file present\nPASS: 995 - --skip-existing without file present\nPASS: 998 - HTTP with auth in URL redirected to another host\nPASS: 999 - HTTP with auth in first URL but not second\nPASS: 1001 - HTTP POST --digest with PUT and resumed upload and modified method\nPASS: 1002 - HTTP PUT with Digest auth, resumed upload and modified method, twice\nPASS: 1004 - HTTP GET with empty proxy\nPASS: 1008 - HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response\nPASS: 1011 - HTTP POST with 301 redirect\nPASS: 1016 - X-Y range on a file:// URL to stdout\nPASS: 1015 - --data-urlencode\nPASS: 1017 - 0-Y range on a file:// URL to stdout\nPASS: 1019 - X- range on a file:// URL to stdout\nPASS: 1018 - X-X range on a file:// URL to stdout\nPASS: 1020 - -Y range on a file:// URL to stdout\nPASS: 1012 - HTTP POST with 301 redirect and --post301\nPASS: 1024 - HTTP Location: following with cookies\nPASS: 1027 - curl --help\nPASS: 1025 - HTTP Location: following with command-line and server cookies\nPASS: 1030 - HTTP PUT with --anyauth authorization (picking Digest)\nPASS: 1021 - HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close\nPASS: 1032 - HTTP HEAD with --range\nPASS: 1029 - HTTP Location: and 'redirect_url' check\nPASS: 1033 - HTTP GET with 102 response!\nPASS: 1040 - HTTP GET with resume from end of entirely-downloaded file\nPASS: 1042 - HTTP GET beyond end of entirely-downloaded file, no server resume\nPASS: 1043 - HTTP GET with resume from end of file\nPASS: 1041 - HTTP PUT with resume from end of already-uploaded file\nPASS: 1045 - HTTP GET with numeric localhost --interface\nPASS: 1046 - HTTP-IPv6 GET with numeric localhost --interface\nPASS: 1031 - HTTP Location: following to a query string\nPASS: 1051 - HTTP PUT with Location: following\nPASS: 1053 - HTTP RFC1867-type formposting from file with Location: following\nPASS: 1052 - HTTP 1.0 PUT with Location: following\nPASS: 1058 - HTTP range relative to end of file\nPASS: 1056 - HTTP follow redirect from IPv4 to IPv6 with scope\nPASS: 1054 - HTTP POST from file with 301 redirect and --post301\nPASS: 1063 - Invalid large X- range on a file://\nPASS: 1064 - HTTP PUT twice\nPASS: 1065 - HTTP PUT with one file but two URLs\nPASS: 1066 - HTTP --dump-header - with two URLs\nPASS: 1060 - HTTP proxy CONNECT auth Digest, large headers and data\nPASS: 1067 - HTTP Location: following with auto-referer\nPASS: 1061 - HTTP proxy CONNECT auth Digest, large headers and chunked data\nPASS: 1069 - HTTP 1.0 PUT from stdin with no content length\nPASS: 744 - --netrc-file with a 127 byte line\nPASS: 1071 - Downgraded HTTP PUT to HTTP 1.0 with authorization\nPASS: 1068 - HTTP PUT from stdin\nPASS: 1070 - HTTP POST with server closing connection before (all) data is received\nPASS: 1072 - HTTP chunked PUT to HTTP 1.0 server with authorization\nPASS: 1075 - HTTP PUT with --anyauth authorization (picking Basic)\nPASS: 1073 - HTTP chunked PUT to HTTP 1.0 server with redirect\nPASS: 1076 - HTTP POST with 302 redirect and --post302\nPASS: 1079 - HTTP retry after closed connection and empty response\nPASS: 1080 - HTTP Location: on two URLs 'redirect_url' check\nPASS: 1082 - HTTP GET with localhost --interface\nPASS: 1081 - HTTP no Location: on second URL 'redirect_url' check\nPASS: 1084 - HTTP GET with invalid --interface\nPASS: 1085 - HTTP-IPv6 GET with invalid --interface\nPASS: 1087 - HTTP, proxy with --anyauth and Location: to new host\nPASS: 1088 - HTTP, proxy with --anyauth and Location: to new host using location-trusted\nPASS: 1089 - HTTP GET --write-out with redirected fetch\nPASS: 1090 - HTTP GET --write-out with redirected fetch and chunked reply\nPASS: 1095 - HTTP with Digest and realm with quoted quotes\nPASS: 1101 - NO_PROXY test, with user name in URL\nPASS: 1078 - HTTP 1.0 CONNECT with proxytunnel and downgrade GET to HTTP/1.0\nPASS: 1104 - HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970\nPASS: 1109 - HTTP GET with URL that contains fragment after the path\nPASS: 1105 - HTTP with cookie parser and header recording\nPASS: 1110 - HTTP GET with URL that contains a fragment after the query part\nPASS: 1111 - HTTP GET with URL whose fragment contains a # (which is illegal)\nPASS: 1115 - HTTP GET with unexpected 1xx response\nPASS: 1083 - HTTP-IPv6 GET with ip6-localhost --interface\nPASS: 1118 - URL without slash and @-letter in query\nPASS: 1121 - HTTP multiple provided Host: headers\nPASS: 1116 - HTTP GET with chunked trailer without Trailer:\nPASS: 1122 - HTTP GET gzip transfer-encoded content\nPASS: 1123 - HTTP GET deflate transfer-encoded content\nPASS: 1124 - HTTP GET gzip+chunked transfer-encoded content\nPASS: 1125 - HTTP GET transfer-encoding with custom Connection:\nPASS: 1126 - HTTP 200 If-Modified-Since with newer document\nPASS: 1127 - HTTP 200 If-Modified-Since with older document\nPASS: 1128 - HTTP 200 If-Modified-Since with old+new documents\nPASS: 1129 - HTTP POST expect 100-continue with a 404\nPASS: 1130 - HTTP POST forced expect 100-continue with a 404\nPASS: 1131 - HTTP PUT expect 100-continue with a 400\nPASS: 1133 - HTTP RFC1867-type formposting with filename/data contains ',', ';', '\"'\nPASS: 1134 - HTTP connection reuse with different credentials\nPASS: 1141 - HTTP redirect to http:/// (three slashes!)\nPASS: 1142 - HTTP redirect to http://// (four slashes!)\nPASS: 1143 - HTTP URL with http:/ (one slash!)\nPASS: 1138 - HTTP redirect with UTF-8 characters\nPASS: 1144 - HTTP HEAD, receive no headers only body\nPASS: 1145 - file:// bad host\nPASS: 1146 - --proto-default file\nPASS: 1148 - progress-bar\nPASS: 1147 - Get -H headers from a file\nPASS: 1150 - HTTP proxy with URLs using different ports\nPASS: 1154 - HTTP GET with 100K (too long) response header\nPASS: 1155 - HTTP cookie with parameter word as name\nPASS: 1151 - HTTP with too long cookies\nPASS: 1156 - HTTP resume/range fail range-error content-range combinations\nPASS: 1157 - Get -H headers from empty file\nPASS: 1158 - HTTP RFC1867-type formposting with filename containing '\"'\nPASS: 1160 - HTTP with long funny format cookie\nPASS: 1161 - HTTP cookie with path set twice\nPASS: 1074 - HTTP downgrade to HTTP/1.0 on second request\nPASS: 1159 - HTTP Location: and 'redirect_url' with non-supported scheme\nPASS: 1166 - HTTP response with cookies but not receiving!\nPASS: 1164 - HTTP/0.9 GET and all zeroes\nPASS: 1169 - Verify that runtests.pl accepts an -L option\nPASS: 1170 - HTTP GET transfer-encoding with removed Connection:\nPASS: 1171 - HTTP GET transfer-encoding with blanked Connection:\nPASS: 1168 - HTTP redirect with credentials using # in user and password\nPASS: 1176 - --output using #0\nPASS: 1172 - HTTP/0.9 GET response denied\nPASS: 1174 - HTTP/0.9 GET response denied by default\nPASS: 1180 - HTTP GET request with proxy and -H \"Proxy-Connection: keep-alive\"\nPASS: 1181 - HTTP GET request with proxy and --proxy-header \"Proxy-Connection: Keep-Alive\"\nPASS: 1183 - 1183 used instead of actual test number\nPASS: 1178 - HTTP proxy auth with credentials longer than 256 bytes\nPASS: 1186 - Multipart formposting with backslash-escaping filename containing '\"'\nPASS: 1188 - --write-out with %{onerror} and %{urlnum} to stderr\nPASS: 1189 - Multipart formposting with backslash-escaping of name= and filename=\nPASS: 1204 - HTTP with WWW-Authenticate and multiple auths in a single line\nPASS: 1205 - HTTP GET with 18K HTTP header\nPASS: 1210 - HTTP GET with -J without Content-Disposition\nPASS: 1212 - noproxy setting together with socks proxy\nPASS: 1197 - HTTP POST redirected to GET and --write-out method\nPASS: 1213 - HTTP with proxy and host-only URL\nPASS: 1214 - HTTP with proxy and URL with ? and no slash separator\nPASS: 1216 - HTTP cookie domains tailmatching the host name\nPASS: 1218 - HTTP cookies and domains with same prefix\nPASS: 1220 - file:// URLs with query string\nPASS: 1223 - HTTP GET -w remote_ip and -w remote_port\nPASS: 1215 - HTTP with server NTLM authorization using a proxy\nPASS: 1228 - HTTP cookie path match\nPASS: 1221 - --url-query with --data-urlencode\nPASS: 1230 - HTTP CONNECT to IPv6 numerical address\nPASS: 1231 - HTTP URL with dotdot removal from path\nPASS: 1232 - HTTP URL with dotdot removal from path using an HTTP proxy\nPASS: 1234 - abusing {}-globbing\nPASS: 1236 - [] globbing overflowing the range counter\nPASS: 1235 - multiple requests using {}{} in the URL\nPASS: 1237 - URL with 1000+ letter user name + password\nPASS: 1229 - HTTP with Digest authorization with user name needing escape\nPASS: 1239 - HTTP with -z + -w response_code and simulated 304\nPASS: 1240 - glob [0-1] with stuff after range (7.33.0 regression)\nPASS: 1241 - HTTP _without_ dotdot removal\nPASS: 1247 - --fail-early\nPASS: 1246 - URL with '#' at end of host name instead of '/'\nPASS: 1248 - Access a non-proxied host with using the combination of --proxy option and --noproxy option\nPASS: 1249 - Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var\nPASS: 1250 - Access a non-proxied host with using the combination of http_proxy env var and --noproxy option\nPASS: 1251 - Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var\nPASS: 1252 - Under condition using --proxy, override NO_PROXY by --noproxy and access target URL directly\nPASS: 1253 - Under condition using --proxy, override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1254 - override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1255 - Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL directly\nPASS: 1256 - Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1257 - Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1260 - HTTP URL with rubbish after port number\nPASS: 1259 - HTTP URL with semicolon in password\nPASS: 1263 - HTTP URL with rubbish after IPv6 bracket\nPASS: 1261 - 'redirect_url' with --location and --max-redirs\nPASS: 1264 - HTTP URL with space in host name\nPASS: 1265 - NO_PROXY with IPv6 numerical address\nPASS: 1258 - HTTP, use cookies with localhost\nPASS: 1268 - filename argument looks like a flag\nPASS: 1269 - too large --retry-delay value\nPASS: 1266 - HTTP GET with a single-byte HTTP/0.9 response\nPASS: 1270 - Basic 'redirect_url'\nPASS: 1267 - HTTP GET with an invalid HTTP/1 response line start\nPASS: 1274 - HTTP header line folding\nPASS: 1277 - HTTP GET with both content and transfer encoding\nPASS: 1271 - --write-out from file with empty file\nPASS: 1278 - verify extra --no-remote-name\nPASS: 1281 - reject non-numerical port number in URL\nPASS: 1280 - simple [a-d] globbing\nPASS: 1283 - globbing range with same start and stop\nPASS: 1285 - HTTP PUT --digest with user-specified Content-Length header\nPASS: 1284 - HTTP POST --digest with user-specified Content-Length header\nPASS: 1286 - HTTP GET --digest increasing nonce-count\nPASS: 1273 - -f and resume transfer of an entirely-downloaded file\nPASS: 1289 - globbing with overflow and bad syntax\nPASS: 1287 - HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses\nPASS: 1290 - Verify URL globbing ignores []\nPASS: 1288 - Suppress proxy CONNECT response headers\nPASS: 1291 - Attempt to upload 1000 files but fail immediately\nPASS: 1293 - Multipart formpost to two URLs, the first failing\nPASS: 1296 - HTTP URL with %0a in name part\nPASS: 1298 - HTTP GET special path with --request-target\nPASS: 1292 - Replaced internal headers with a blank one\nPASS: 1299 - Send \"OPTIONS *\" with --request-target\n 1300: IGNORED: The tool set in the test case for this: 'unit1300' does not exist\nPASS: 1301 - curl_strequal tests\n 1302: IGNORED: The tool set in the test case for this: 'unit1302' does not exist\n 1303: IGNORED: The tool set in the test case for this: 'unit1303' does not exist\n 1304: IGNORED: The tool set in the test case for this: 'unit1304' does not exist\n 1305: IGNORED: The tool set in the test case for this: 'unit1305' does not exist\n 1306: IGNORED: The tool set in the test case for this: 'unit1305' does not exist\nPASS: 1308 - formpost tests\nPASS: 1310 - HTTP GET with -J + --show-headers\nPASS: 1311 - HTTP GET with -J and Content-Disposition\nPASS: 1312 - HTTP GET with -J, Content-Disposition and ; in filename\nPASS: 1313 - HTTP GET with -J, Content-Disposition, uneven quotes\nPASS: 1314 - HTTP Location: following a // prefixed url\nPASS: 1315 - HTTP RFC1867-type formposting - -F with three files, one with explicit type\nPASS: 1317 - HTTP with --resolve\n 1309: IGNORED: The tool set in the test case for this: 'unit1309' does not exist\nPASS: 1318 - HTTP with --resolve and same host name using different cases\nPASS: 1322 - HTTP with --resolve and hostname with trailing dot\n 1323: IGNORED: The tool set in the test case for this: 'unit1323' does not exist\nPASS: 1324 - HTTP with --resolve and [ipv6address]\nPASS: 1328 - HTTP GET a globbed range with -f\nPASS: 1329 - /-prefixed proxy name\nPASS: 1331 - HTTP --proxy-anyauth and 407 with cookies\nPASS: 1325 - HTTP 308-redirect with POST\nPASS: 1333 - HTTP POST zero length, chunked-encoded\nPASS: 1334 - HTTP GET with -O without Content-Disposition, -D file\nPASS: 1332 - HTTP POST with 303 redirect and --post303\nPASS: 1335 - HTTP GET with -O without Content-Disposition, -D stdout\nPASS: 1336 - HTTP GET with -O and Content-Disposition, -D file\nPASS: 1338 - HTTP GET with -O -J without Content-Disposition, -D file\nPASS: 1337 - HTTP GET with -O and Content-Disposition, -D stdout\nPASS: 1339 - HTTP GET with -O -J without Content-Disposition, -D stdout\nPASS: 1340 - HTTP GET with -O -J and Content-Disposition, -D file\nPASS: 1341 - HTTP GET with -O -J and Content-Disposition, -D stdout\nPASS: 1342 - HTTP GET with -O -i without Content-Disposition, -D file\nPASS: 1343 - HTTP GET with -O -i without Content-Disposition, -D stdout\nPASS: 1344 - HTTP GET with -O -i and Content-Disposition, -D file\nPASS: 1346 - HTTP GET with -O -i without Content-Disposition, without -D\nPASS: 1345 - HTTP GET with -O -i and Content-Disposition, -D stdout\nPASS: 1347 - HTTP GET with -O -i and Content-Disposition, without -D\nPASS: 1364 - HTTP GET -o fname without Content-Disposition, -D file\nPASS: 1365 - HTTP GET -o fname without Content-Disposition, -D stdout\nPASS: 1366 - HTTP GET -o fname and Content-Disposition, -D file\nPASS: 1367 - HTTP GET -o fname and Content-Disposition, -D stdout\nPASS: 1369 - HTTP GET -o fname -J without Content-Disposition, -D stdout\nPASS: 1368 - HTTP GET -o fname -J without Content-Disposition, -D file\nPASS: 1370 - HTTP GET -o fname -J and Content-Disposition, -D file\nPASS: 1371 - HTTP GET -o fname -J and Content-Disposition, -D stdout\nPASS: 1372 - HTTP GET -o fname -i without Content-Disposition, -D file\nPASS: 1373 - HTTP GET -o fname -i without Content-Disposition, -D stdout\nPASS: 1374 - HTTP GET -o fname -i and Content-Disposition, -D file\nPASS: 1375 - HTTP GET -o fname -i and Content-Disposition, -D stdout\nPASS: 1376 - HTTP GET -o fname -i without Content-Disposition, without -D\n 1394: IGNORED: The tool set in the test case for this: 'tool1394' does not exist\nPASS: 1377 - HTTP GET -o fname -i and Content-Disposition, without -D\n 1395: IGNORED: The tool set in the test case for this: 'unit1395' does not exist\n 1396: IGNORED: The tool set in the test case for this: 'unit1396' does not exist\n 1397: IGNORED: The tool set in the test case for this: 'unit1397' does not exist\n 1399: IGNORED: The tool set in the test case for this: 'unit1399' does not exist\n 1398: IGNORED: The tool set in the test case for this: 'unit1398' does not exist\nPASS: 1409 - Pass in string to -C\nPASS: 1410 - Pass in negative number to --max-time\nPASS: 1408 - HTTP receive cookies over IPV6\nPASS: 1411 - HTTP with zero size file PUT\nPASS: 1413 - HTTP redirect with fragment in new URL\nPASS: 1415 - Delete expired cookies\nPASS: 1416 - HTTP GET with chunked Transfer-Encoding overflowed chunked size\nPASS: 1412 - HTTP GET with --anyauth with two URLs (picking Digest)\nPASS: 1417 - HTTP GET with chunked encoding and chunked trailer without CRs\nPASS: 1419 - HTTP with --anyauth (but no auth!) and connection reuse\nPASS: 1418 - HTTP with --anyauth and connection reuse\nPASS: 1422 - HTTP GET with -O -J and Content-Disposition (empty file)\nPASS: 1421 - Re-using HTTP proxy connection for two different host names\nPASS: 1423 - HTTP GET -o fname without Content-Disposition (empty file)\nPASS: 1424 - HTTP GET -o fname without Content-Disposition (unmet time condition)\nPASS: 1427 - too large -m timeout value\nPASS: 1297 - CONNECT to peer that returns nothing\nPASS: 1429 - HTTP GET with 999 response code\nPASS: 1430 - HTTP GET with negative response code\nPASS: 1431 - HTTP GET with single-digit response code\nPASS: 1432 - HTTP GET with 100-digit response code and survive\nPASS: 1433 - HTTP GET with 100-digit subversion number in response\nPASS: 1434 - HTTP GET resume at exactly the existing file size is fine\nPASS: 1428 - HTTP over proxy-tunnel with --proxy-header and --header\nPASS: 1435 - simple HTTP GET over Unix socket\nPASS: 1438 - Check if %{scheme} returns HTTP\nPASS: 1436 - HTTP requests with multiple connections over Unix socket\nPASS: 1437 - HTTP with duplicated WWW-Authenticate parameters\nPASS: 1439 - Check if %{http_version} returns 1.1\nPASS: 1440 - Check --write-out with trailing %{\nPASS: 1442 - Check --write-out with trailing \\\nPASS: 1441 - Check --write-out with trailing %\nPASS: 1447 - Provide illegal proxy name\nPASS: 1443 - HTTP GET with -O and --remote-time\nPASS: 1455 - HTTP GET when PROXY Protocol enabled\nPASS: 1456 - HTTP-IPv6 GET with PROXY protocol\nPASS: 1457 - Check if %{stderr} and %{stdout} switch between stdout and stderr.\nPASS: 1458 - HTTP with wildcard --resolve\nPASS: 1462 - curl invalid category --help\nPASS: 1463 - curl file category --help\nPASS: 1464 - curl file category --help with lower/upper mix\nPASS: 1466 - HTTP GET with 3-digit response and only digits in reason\nPASS: 1460 - HTTP GET with -Ji and Content-Disposition with existing file\nPASS: 1471 - Fail to resolve .onion TLD\nPASS: 1472 - Fail to resolve .onion. TLD\nPASS: 1473 - first HTTP header starts with white space\nPASS: 1474 - --proto -all disables all protocols\nPASS: 1475 - -f and 416 with Content-Range: */size\nPASS: 1467 - HTTP GET via SOCKS5 proxy via Unix sockets\nPASS: 1468 - HTTP GET with host name using SOCKS5h via Unix sockets\nPASS: 1480 - HTTP Continue response without final response\nPASS: 1479 - HTTP/1.1 response followed by an HTTP/0.9 response over the same connection\nPASS: 1484 - HTTP HEAD with response body to ignore\nPASS: 1482 - HTTP GET with double chunked in TE header\nPASS: 1485 - get curlinfo on last header in callback\nPASS: 1487 - HTTP GET with -J and Content-Disposition on 301\nPASS: 1483 - HTTP GET with double chunked in TE header\nPASS: 1489 - -D sent to stderr\nPASS: 1490 - \"upload\" with file:// overwriting existing\nPASS: 1491 - file:// don't overwrite self with --skip-existing\nPASS: 1492 - HTTP GET with -J + --show-headers but no Content-Disposition:\nPASS: 1493 - HTTP GET with identity + chunked in TE header\nPASS: 1495 - HTTP GET with chunked + identity in TE header\nPASS: 1496 - HTTP GET with gzip + chunked transfer-encoding without being asked\nPASS: 1494 - HTTP GET with identity twice in TE header\nPASS: 1500 - curl_multi_wait\nPASS: 1502 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence UA\nPASS: 1503 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence PA\nPASS: 1504 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB\nPASS: 1505 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB\nPASS: 1506 - HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)\nPASS: 1508 - Close a multi handle without using it\nPASS: 1497 - HTTP GET --retry on 503 error with output to /dev/null\nPASS: 1511 - HTTP GET time conditions in repeated requests\nPASS: 1513 - return failure immediately from progress callback\nPASS: 1498 - HTTP PUT from stdin using period\nPASS: 1509 - simple multi http:// through proxytunnel with authentication info\nPASS: 1514 - HTTP POST with read callback and unknown data size\nPASS: 1515 - caching of manual libcurl DNS entries after DNS cache timeout\nPASS: 1518 - Extract Location: with broken URL\nPASS: 1517 - HTTP POST, server responds before completed send\nPASS: 1521 - Test all curl_easy_setopt and curl_easy_getinfo options\nPASS: 1522 - CURLINFO_SIZE_UPLOAD with small SO_SNDBUF\nPASS: 1519 - Extract Location: with broken absolute URL\nPASS: 1516 - caching of manual libcurl DNS entries after dead connection\nPASS: 1524 - HTTP PUT with 303 redirect\nPASS: 1525 - CURLOPT_PROXYHEADER is ignored CURLHEADER_UNIFIED\nPASS: 1526 - CURLOPT_PROXYHEADER: separate host/proxy headers\nPASS: 1528 - Separately specified proxy/server headers sent in a proxy GET\nPASS: 1529 - HTTP request-injection in URL sent over proxy\nPASS: 1530 - CURLOPT_OPENSOCKETFUNCTION returns bad socket\nPASS: 1531 - CURLOPT_POSTFIELDS with binary data set after multi_add_handle\nPASS: 1532 - Test CURLINFO_RESPONSE_CODE\nPASS: 1533 - HTTP with CURLOPT_KEEP_SENDING_ON_ERROR and an early error response\nPASS: 1534 - CURLINFO_FILETIME init and reset\nPASS: 1535 - Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL\nPASS: 1536 - Test CURLINFO_RESPONSE_CODE CURLINFO_SCHEME\nPASS: 1537 - libcurl URL escape/unescape tests\nPASS: 1538 - libcurl strerror API call tests\nPASS: 1539 - HTTP 1.0 POST with read callback and unknown data size\nPASS: 1540 - chunked with trailers and pausing the receive\nPASS: 1541 - chunked with trailers and pausing the receive\nPASS: 1527 - Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED\nPASS: 1543 - CURLOPT_CURLU, URL with space and CURLINFO_EFFECTIVE_URL\nPASS: 1545 - use curl_formadd() data twice with unreadable file\nPASS: 1546 - HTTP transfer-encoding wrong order\nPASS: 1550 - verify setting pipelining blocklisting options\nPASS: 1551 - re-run redirected transfer without setting URL again\nPASS: 1554 - HTTP with shared connection cache\nPASS: 1555 - verify api is protected against calls from callbacks\nPASS: 1556 - send long HTTP headers to header callback\nPASS: 1557 - Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry\nPASS: 1558 - CURLINFO_PROTOCOL for file:// transfer\nPASS: 1559 - Set excessive URL lengths\nPASS: 1563 - Make sure redirects to CURLPROTO_GOPHER are forbidden by default\nPASS: 1523 - CURLINFO_LOW_SPEED_LIMIT\nPASS: 1542 - connection reuse with CURLOPT_MAXLIFETIME_CONN\nPASS: 1566 - --etag-compare that gets a 304 back shouldn't overwrite the file\nPASS: 1567 - re-run redirected transfer without setting CURLU URL again\nPASS: 1568 - HTTP with Digest authorization on custom CURLOPT_PORT\nPASS: 1571 - CURLFOLLOW_OBEYCODE with custom POST method, 302 => GET\nPASS: 1572 - CURLFOLLOW_OBEYCODE with custom POST method, 308 => custom\nPASS: 1573 - CURLFOLLOW_OBEYCODE with custom GET method, 301 => custom\nPASS: 1574 - CURLFOLLOW_FIRSTONLY with custom GET method, 301 => GET\nPASS: 1575 - CURLFOLLOW_FIRSTONLY with custom POST method, 308 => POST\nPASS: 1576 - CURLFOLLOW_OBEYCODE with custom PUT method, 302 => custom\nPASS: 1577 - CURLFOLLOW_OBEYCODE with custom PUT method, 308 => custom\nPASS: 1578 - CURLFOLLOW_FIRSTONLY with custom PUT method, 302 => PUT\nPASS: 1579 - CURLFOLLOW_OBEYCODE with custom PUT method, 303 => GET\nPASS: 1580 - CURLFOLLOW_FIRSTONLY with custom PUT method, 308 => PUT\nPASS: 1581 - CURLFOLLOW_OBEYCODE with custom POST301 method, 301 => custom\nPASS: 1591 - HTTP PUT with trailers at the end\nPASS: 1593 - HTTP custom header overrides CURLOPT_TIMECONDITION\nPASS: 1594 - HTTP Retry-After header parsing and extraction\nPASS: 1595 - HTTP Retry-After header extraction (without header)\nPASS: 1596 - HTTP Retry-After header parsing using a date\nPASS: 1597 - CURLOPT_PROTOCOLS_STR\nPASS: 1564 - wakeup before poll with no easy handles\n 1600: IGNORED: The tool set in the test case for this: 'unit1600' does not exist\n 1601: IGNORED: The tool set in the test case for this: 'unit1601' does not exist\n 1602: IGNORED: The tool set in the test case for this: 'unit1602' does not exist\nPASS: 1598 - HTTP POST with trailers at the end\n 1603: IGNORED: The tool set in the test case for this: 'unit1603' does not exist\n 1605: IGNORED: The tool set in the test case for this: 'unit1605' does not exist\n 1604: IGNORED: The tool set in the test case for this: 'tool1604' does not exist\n 1606: IGNORED: The tool set in the test case for this: 'unit1606' does not exist\n 1607: IGNORED: The tool set in the test case for this: 'unit1607' does not exist\n 1608: IGNORED: The tool set in the test case for this: 'unit1608' does not exist\n 1610: IGNORED: The tool set in the test case for this: 'unit1610' does not exist\n 1609: IGNORED: The tool set in the test case for this: 'unit1609' does not exist\n 1611: IGNORED: The tool set in the test case for this: 'unit1611' does not exist\n 1612: IGNORED: The tool set in the test case for this: 'unit1612' does not exist\n 1614: IGNORED: The tool set in the test case for this: 'unit1614' does not exist\n 1615: IGNORED: The tool set in the test case for this: 'unit1615' does not exist\nPASS: 1613 - Send \"OPTIONS *\" with --request-target to a proxy\n 1616: IGNORED: The tool set in the test case for this: 'unit1616' does not exist\n 1620: IGNORED: The tool set in the test case for this: 'unit1620' does not exist\nPASS: 1633 - --retry with a 429 response and Retry-After:\nPASS: 1634 - --retry with a 429 response and Retry-After: and --fail\n 1650: IGNORED: The tool set in the test case for this: 'unit1650' does not exist\n 1651: IGNORED: The tool set in the test case for this: 'unit1651' does not exist\n 1652: IGNORED: The tool set in the test case for this: 'unit1652' does not exist\n 1653: IGNORED: The tool set in the test case for this: 'unit1653' does not exist\n 1654: IGNORED: The tool set in the test case for this: 'unit1654' does not exist\n 1655: IGNORED: The tool set in the test case for this: 'unit1655' does not exist\n 1656: IGNORED: The tool set in the test case for this: 'unit1656' does not exist\n 1657: IGNORED: The tool set in the test case for this: 'unit1657' does not exist\n 1658: IGNORED: The tool set in the test case for this: 'unit1658' does not exist\n 1660: IGNORED: The tool set in the test case for this: 'unit1660' does not exist\n 1661: IGNORED: The tool set in the test case for this: 'unit1661' does not exist\n 1663: IGNORED: The tool set in the test case for this: 'unit1663' does not exist\n 1664: IGNORED: The tool set in the test case for this: 'unit1664' does not exist\nPASS: 1670 - -w individual header output\nPASS: 1671 - -w header JSON output\nPASS: 1680 - HTTP GET with explicit clobber\nPASS: 1681 - HTTP GET without clobber\nPASS: 1682 - HTTP GET without clobber and --output-dir\nPASS: 1683 - HTTP GET without clobber when 100 files already exist\nPASS: 1900 - HSTS curl_easy_duphandle\nPASS: 1901 - Chunked HTTP POST from callback with CURLOPT_POSTFIELDSIZE set\nPASS: 1903 - CURLOPT_COOKIEFILE then reset then set again\nPASS: 1635 - --retry with a 429 response and Retry-After: and --fail-with-body\nPASS: 1905 - CURLOPT_COOKIELIST set to \"FLUSH\" of a shared cookie object\nPASS: 1906 - CURLOPT_CURLU and CURLOPT_PORT\nPASS: 1907 - CURLINFO_EFFECTIVE_URL with non-scheme URL\nPASS: 1904 - HTTP CONNECT with 204 response\nPASS: 1910 - HTTP credentials with newline and redirect\nPASS: 1911 - verify that curl_easy_setopt() rejects too long string inputs\nPASS: 1912 - Cross validate that gcc-typecheck macros match the option types.\nPASS: 1915 - HSTS read/write callbacks\nPASS: 1918 - curl_easy_option_by_name() and curl_easy_option_by_id()\nPASS: 1919 - set CURLOPT_XOAUTH2_BEARER and do connection reuse\nPASS: 1940 - curl_easy_header\nPASS: 1909 - HTTP GET --retry-all-errors to overcome partial transfer\nPASS: 1942 - curl_easy_header with 1xx response\nPASS: 1943 - curl_easy_header with trailers\nPASS: 1944 - curl_easy_header with redirect\nPASS: 1941 - curl_easy_header with CONNECT\nPASS: 1946 - curl_easy_header with redirect but get headers from first request\nPASS: 1947 - curl_easy_nextheader on second request after first did redirects\nPASS: 1948 - CURLOPT_POST after CURLOPT_UPLOAD reusing handle\nPASS: 1960 - application hands over already connected socket\nPASS: 1964 - HTTP AWS_SIGV4 with one provider and auth cred via URL, but X-Xxx-Date header set manually\nPASS: 1977 - CURLOPT_CURLU and CURLINFO_EFFECTIVE_URL\n 1979: IGNORED: The tool set in the test case for this: 'unit1979' does not exist\n 1980: IGNORED: The tool set in the test case for this: 'unit1980' does not exist\nPASS: 2005 - netrc match with password only in file, no username. machine follows\nPASS: 2023 - HTTP authorization retry (Basic)\nPASS: 2024 - HTTP authorization retry (Basic switching to Digest)\nPASS: 1565 - wakeup from another thread\nPASS: 2025 - HTTP authorization retry (Basic switching to NTLM)\nPASS: 2027 - HTTP authorization retry (Digest)\nPASS: 2026 - HTTP authorization retry (Digest switching to Basic)\nPASS: 2029 - HTTP authorization retry (NTLM switching to Basic)\nPASS: 2028 - HTTP authorization retry (Digest switching to NTLM)\nPASS: 2030 - HTTP authorization retry (NTLM switching to Digest)\nPASS: 2031 - HTTP authorization retry (NTLM)\nPASS: 2040 - HTTP Basic authorization, then without authorization\nPASS: 2044 - Attempt to set a default protocol that does not exist\nPASS: 2049 - Connect to specific host\nPASS: 2051 - Connect to specific host: Reuse existing connections if possible\nPASS: 2052 - Connect to specific host: Do not mix connections with and without a \"connect to host\"\nPASS: 2053 - Connect to specific host with IP addresses\nPASS: 2054 - Connect to specific host: use the first \"connect-to\" string that matches\nPASS: 1945 - curl_easy_nextheader with server + CONNECT\nPASS: 2058 - HTTP POST --digest with PUT, resumed upload, modified method and SHA-256\nPASS: 2059 - HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true\nPASS: 2060 - HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false\nPASS: 2061 - HTTP with RFC7616 SHA256 Digest authorization\nPASS: 2062 - HTTP with RFC7616 SHA-512-256 Digest authorization and userhash=false\nPASS: 2063 - HTTP with RFC7616 SHA-256 Digest authorization and userhash=true\nPASS: 2064 - HTTP with RFC7616 Digest authorization with bad password and SHA256\nPASS: 2065 - HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false\nPASS: 2066 - HTTP with RFC7616 Digest authorization with bad password, SHA-256 and userhash=true\nPASS: 2067 - HTTP POST --digest with SHA256 and user-specified Content-Length header\nPASS: 2068 - HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header\nPASS: 2069 - HTTP POST --digest with SHA-256, userhash=true and user-specified Content-Length header\nPASS: 2071 - basic file:// file with \"127.0.0.1\" hostname\nPASS: 2072 - file:// with Unix path resolution behavior for the case of extra slashes\nPASS: 2050 - Connect to specific host via HTTP proxy (switch to tunnel mode automatically)\nPASS: 2073 - HTTP form posts with handle reset\nPASS: 2074 - HTTP GET\nPASS: 2075 - Verify usernames are not allowed in url\nPASS: 2080 - config file with overly long option\nPASS: 2055 - Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode automatically)\nPASS: 2082 - Pre-request callback for HTTP\nPASS: 2084 - Pre-request callback for HTTP with callback terminating transfer\nPASS: 2076 - HTTP with digest auth and URI contains query\nPASS: 2081 - Automatic referrer credential and anchor stripping check\nPASS: 2086 - Pre-request callback for HTTP IPv6\nPASS: 2308 - verify return code when write callback returns error\nPASS: 2085 - Pre-request callback for HTTP with location following\n 2601: IGNORED: The tool set in the test case for this: 'unit2601' does not exist\nPASS: 2309 - HTTP with .netrc using duped easy handle\n 2602: IGNORED: The tool set in the test case for this: 'unit2602' does not exist\nPASS: 2306 - HTTP GET reused handle with first header folded\n 2603: IGNORED: The tool set in the test case for this: 'unit2603' does not exist\nPASS: 3008 - --output-dir\nPASS: 3010 - HTTP retry-after reset\nPASS: 3009 - --output-dir a non-existing directory\nPASS: 3011 - --output-dir with --create-dirs\nPASS: 3012 - --output-dir with -J and -R\nPASS: 3013 - Two --output-dir with --next in between\nPASS: 3014 - Check if %{num_headers} returns correct number of headers\nPASS: 3016 - GET a directory using file://\nPASS: 3015 - HTTP GET -w num_headers with redirected fetch (2 connects)\nPASS: 3019 - HTTP with invalid --resolve syntax\nPASS: 3020 - HTTP with invalid --connect-to syntax\nPASS: 3025 - CURLOPT_HTTP200ALIASES\nPASS: 3026 - curl_global_init thread-safety\nPASS: 3029 - HTTP with multiple -D\nPASS: 3030 - HTTP with multiple transfers in one -D\nPASS: 3031 - --output-dir with --create-dirs\nPASS: 3032 - HTTP redirect loop 3x swsbounce test\nPASS: 3101 - HTTP auth without redirection protocols\nPASS: 3103 - CURLOPT_COOKIELIST without expiry\nPASS: 3104 - CURLOPT_COOKIELIST with Netscape format\nPASS: 3105 - curl_multi_remove_handle twice\n 3200: IGNORED: The tool set in the test case for this: 'unit3200' does not exist\nPASS: 3201 - HTTP GET when PROXY Protocol enabled and spoofed client IP\nPASS: 3202 - HTTP-IPv6 GET with PROXY protocol with spoofed client IP\nPASS: 3203 - GET a directory using file://\n 3205: IGNORED: The tool set in the test case for this: 'unit3205' does not exist\nPASS: 3204 - Use --etag-compare and --etag-save on an existing file\n 3211: IGNORED: The tool set in the test case for this: 'unit3211' does not exist\n 3212: IGNORED: The tool set in the test case for this: 'unit3212' does not exist\n 3213: IGNORED: The tool set in the test case for this: 'unit3213' does not exist\nPASS: 3028 - HTTP GET when PROXY Protocol enabled behind a proxy\nPASS: 1117 - HTTP with invalid range then another URL\nTESTDONE: 1785 tests were considered during 49 seconds.\nTESTDONE: 956 tests out of 956 reported OK: 100%\nDURATION: 49\nEND: /usr/lib/curl/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "curl": {
     "duration": "49",
     "log": "START: ptest-runner\n2025-06-16T11:37\nUsing curl: curl\nsh: can't open '../curl-config': No such file or directory\n********* System characteristics ******** \n* curl 8.14.1 (x86_64-poky-linux-gnu) \n* libcurl/8.14.1 OpenSSL/3.5.0 zlib/1.3.1 libidn2/2.3.8\n* Protocols: file ftp ftps http https ipfs ipns\n* Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Largefile libz NTLM SSL threadsafe TLS-SRP UnixSockets\n* Disabled: win32-ca-searchpath, win32-ca-search-safe, --libcurl, override-dns\n* Host: qemux86-64\n* System: Linux qemux86-64 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun  5 02:14:18 UTC 2025 x86_64 GNU/Linux\n* OS: linux\n* Perl: v5.40.2 (/usr/bin/perl)\n* diff: available\n* Args: -a -c curl -vc curl -n -am -j4 -p !flaky !timing-dependent !FTP !--libcurl !curl-config !source analysis !checksrc !documentation\n* Jobs: 4\n* Env: 0\n* Seed: 261100\n* Servers: HTTP-IPv6 HTTP-unix FTP-IPv6 \n***************************************** \nWarning: 403: cleardir(log/4/lock) failed\nPASS: 1 - HTTP GET\nPASS: 3 - HTTP POST with auth and contents but with content-length set to 0\nPASS: 2 - HTTP GET with user and password\nPASS: 6 - HTTP with simple cookie send\nPASS: 5 - HTTP over proxy\nPASS: 4 - Replaced internal and added custom HTTP headers\nPASS: 7 - HTTP with cookie parser and header recording\nPASS: 9 - HTTP RFC1867-type formposting\nPASS: 8 - HTTP with cookie parsing from header file\nPASS: 12 - HTTP range support\nPASS: 13 - HTTP custom request 'DELETE'\nPASS: 10 - simple HTTP PUT from file\nPASS: 14 - HTTP HEAD with Connection: close\nPASS: 15 - --write-out test\nPASS: 16 - HTTP with proxy authorization\nPASS: 18 - multiple requests using {} in URL\nPASS: 17 - HTTP with config file on stdin\nPASS: 19 - attempt connect to non-listening socket\nPASS: 20 - attempt connect to non-existing host name\nPASS: 21 - use curl with multiple request methods\nPASS: 22 - get HTTP with URL > 10000 bytes\nPASS: 23 - unsupported protocol:// URL\nPASS: 11 - simple HTTP Location: following\nPASS: 25 - looping HTTP Location: following with --max-redirs\nPASS: 24 - HTTP GET fail silently on HTTP error return\nPASS: 26 - specify more -o than URLs\nPASS: 30 - HTTP with no data in server reply\nPASS: 28 - HTTP Location: following with extra spaces in header\nPASS: 32 - HTTP with -d and -G\nPASS: 31 - HTTP with weirdly formatted cookies and cookiejar storage\nPASS: 27 - Get same cookie page several times\nPASS: 34 - HTTP GET with chunked Transfer-Encoding\nPASS: 36 - HTTP GET with bad chunked Transfer-Encoding\nPASS: 33 - HTTP PUT with resume\nPASS: 38 - HTTP resume request without server supporting it\nPASS: 35 - HTTP POST binary data with embedded NUL\nPASS: 37 - HTTP GET with nothing returned from server\nPASS: 39 - HTTP RFC1867-type formposting with filename= and type=\nPASS: 41 - HTTP formpost with missing file\nPASS: 40 - HTTP redirect with whitespace after ? (and conversion)\nPASS: 43 - HTTP Location: following over HTTP proxy\nPASS: 42 - HTTP redirect with whitespace in path (and conversion)\nPASS: 46 - HTTP with bad domain name, get cookies and store in cookie jar\nPASS: 44 - HTTP RFC1867-type formposting without Expect: header\nPASS: 48 - HTTP with -d and -G and -I\nPASS: 45 - simple HTTP Location: without protocol in initial URL\nPASS: 47 - simple HTTP 1.0 GET\nPASS: 49 - HTTP follow redirect with ../\nPASS: 51 - HTTP follow redirect with excessive ../\nPASS: 50 - HTTP follow redirect with ../../\nPASS: 53 - HTTP, junk session cookies\nPASS: 54 - HTTP with blank Location:\nPASS: 52 - HTTP follow redirect with ./-prefix\nPASS: 57 - HTTP content-type with spaces in\nPASS: 55 - HTTP follow redirect with single slash in path\nPASS: 56 - HTTP POST with *HUGE* request and chunked transfer-encoding\nPASS: 58 - HTTP PUT from file with weird letters\nPASS: 59 - HTTP URL with slash but with \"parameter\"\nPASS: 61 - HTTP with various cookies and custom Host:\nPASS: 63 - HTTP with proxy authorization set in environment\nPASS: 62 - HTTP, send cookies when using custom Host:\nPASS: 65 - HTTP with Digest authorization with bad password\nPASS: 64 - HTTP with Digest authorization\nPASS: 66 - HTTP GET without headers in the response\nPASS: 68 - HTTP with NTLM authorization and wrong password\nPASS: 67 - HTTP with NTLM authorization\nPASS: 70 - HTTP with Digest *OR* NTLM authorization\nPASS: 69 - HTTP with NTLM, Basic or Wild-and-crazy authorization\nPASS: 71 - HTTP and -F upload in config file\nPASS: 72 - HTTP with Digest *OR* Basic authorization\nPASS: 73 - HTTP, receive cookies when using custom Host:, domain using only two dots\nPASS: 75 - HTTP, urlglob retrieval with bad range\nPASS: 74 - HTTP, urlglob {}-retrieval and -o #[num] usage\nPASS: 77 - HTTP with -z \"older date\"\nPASS: 78 - HTTP with -z \"newer date\"\nPASS: 76 - HTTP with comma-separated WWW-Authenticate header\nPASS: 81 - HTTP with proxy using NTLM authorization\nPASS: 82 - HTTP with proxy requiring NTLM, but we send Basic\nPASS: 60 - HTTP PUT from stdin with wrong content-length\nPASS: 84 - HTTP over proxy with site authentication\nPASS: 85 - HTTP over proxy with site and proxy authentication\nPASS: 29 - HTTP with 2 secs timeout\nPASS: 86 - HTTP, urlglob []-retrieval and -o #[num] usage\nPASS: 88 - HTTP PUT with Digest authorization\nPASS: 89 - HTTP with NTLM and follow-location\nPASS: 90 - HTTP with NTLM via --anyauth, and then follow-location with NTLM again\nPASS: 91 - HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0\nPASS: 92 - HTTP resume transfer with the whole file already downloaded\nPASS: 93 - HTTP GET with failed proxy auth\nPASS: 94 - HTTPS GET with failed proxy auth (CONNECT 1.0)\nPASS: 87 - urlglob with out of range -o #[num] usage\nPASS: 97 - HTTP POST with custom content-type\nPASS: 80 - HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication\nPASS: 99 - HTTP GET with large-file resume point and failed resume\nPASS: 129 - HTTP/1.2 is rejected\nPASS: 150 - HTTP with NTLM authorization and --fail\nPASS: 83 - HTTP over proxy-tunnel with site authentication\nPASS: 151 - HTTP GET with an error code that might trick authentication\nPASS: 152 - HTTP GET with an error code that might trick authentication and --fail\nPASS: 153 - HTTP with Digest authorization with stale=true\nPASS: 154 - HTTP PUT with --anyauth authorization (picking Digest)\nPASS: 156 - HTTP PUT with --anyauth (when the server requires none)\nPASS: 155 - HTTP PUT with --anyauth authorization (picking NTLM)\nPASS: 157 - HTTP GET with --anyauth (when the server requires none)\nPASS: 158 - HTTP multipart formpost with only a 100 reply\nPASS: 162 - HTTP GET asking for --proxy-ntlm when some other authentication is required\nPASS: 163 - HTTP multipart formpost with contents from a file\nPASS: 98 - HTTP PUT from stdin with set size, disabling chunked transfer-encoding\nPASS: 164 - HTTP range with multiple ranges\nPASS: 166 - HTTP formpost a file with spaces in name\nPASS: 167 - HTTP with proxy-requiring-Basic to site-requiring-Digest\nPASS: 169 - HTTP with proxy-requiring-NTLM to site-requiring-Digest\nPASS: 168 - HTTP with proxy-requiring-Digest to site-requiring-Digest\nPASS: 171 - HTTP, get cookie with dot prefixed full domain\nPASS: 170 - HTTP POST with --proxy-ntlm and no SSL with no response\nPASS: 172 - HTTP with cookies file and custom added cookie\nPASS: 174 - HTTP POST --anyauth to server not requiring any auth at all\nPASS: 173 - HTTP RFC1867-formpost a file from stdin with \"faked\" filename\nPASS: 175 - HTTP POST --digest to server not requiring any auth at all\nPASS: 176 - HTTP POST --ntlm to server not requiring any auth at all\nPASS: 177 - HTTP POST --digest to server doing a 302-location response\nPASS: 179 - HTTP using proxy and cookies with path checks\nPASS: 178 - HTTP response with negative Content-Length\nPASS: 180 - HTTP 1.0 PUT\nPASS: 183 - HTTP GET two URLs over a single proxy with persistent connection\nPASS: 181 - HTTP 1.0 POST\nPASS: 184 - HTTP replace Host: when following Location: to new host\nPASS: 185 - HTTP replace Host: when following Location: on the same host\nPASS: 187 - HTTP redirect with bad host name separation and slash in parameters\nPASS: 186 - HTTP RFC1867-type formposting with types on text fields\nPASS: 189 - HTTP GET with resume and redirect (to a page that doesn't resume)\nPASS: 188 - HTTP GET with resume and redirect\nPASS: 192 - HTTP GET -w num_connects with one simple connect\nPASS: 193 - HTTP GET -w num_connects with redirected fetch (2 connects)\nPASS: 194 - HTTP resume transfer with the whole file already downloaded and --fail\nPASS: 95 - HTTP over proxytunnel using POST\nPASS: 199 - HTTP with -d, -G and {}\nPASS: 200 - basic file:// file\nPASS: 201 - missing file:// file\nPASS: 202 - two file:// URLs to stdout\nPASS: 203 - file:/path URL with a single slash\nPASS: 204 - \"upload\" with file://\nPASS: 205 - \"upload\" nonexisting with file://\nPASS: 206 - HTTP proxy CONNECT auth Digest\nPASS: 207 - HTTP GET with chunked Transfer-Encoding closed prematurely\nPASS: 209 - HTTP proxy CONNECT auth NTLM\nPASS: 213 - HTTP 1.0 proxy CONNECT auth NTLM and then POST\nPASS: 214 - HTTP URL with escaped { and }\nPASS: 217 - HTTP proxy CONNECT to proxy returning 405\nPASS: 218 - HTTP PUT from a file but enforce chunked transfer-encoding\nPASS: 219 - try using proxy with unsupported scheme\nPASS: 220 - HTTP GET gzip compressed content\nPASS: 221 - HTTP GET gzip compressed content with broken gzip header\nPASS: 222 - HTTP GET deflate compressed content\nPASS: 223 - HTTP GET deflate compressed content with broken deflate header\nPASS: 224 - HTTP GET gzip compressed content with huge comment and extra field\nPASS: 230 - HTTP GET multiply compressed content\nPASS: 231 - file:// with resume\nPASS: 232 - HTTP GET deflate raw-compressed content\nPASS: 233 - HTTP, proxy, site+proxy auth and Location: to new host\nPASS: 234 - HTTP, proxy, site+proxy auth and Location: to new host using location-trusted\nPASS: 160 - HTTP with delayed close, conn reuse, connection reset and retry\nPASS: 198 - HTTP GET --retry on 503 error with output to file\nPASS: 197 - HTTP GET --retry on 503 error with output to stdout\nPASS: 239 - HTTP proxy-auth NTLM and then POST\nPASS: 243 - HTTP POST with --proxy-anyauth, picking NTLM\nPASS: 245 - HTTP POST --digest\nPASS: 246 - HTTP POST --digest with server doing a 100 before 401 response\nPASS: 249 - HTTP 304 response with \"illegal\" Content-Length: header\nPASS: 256 - HTTP resume request over proxy with auth without server supporting it\nPASS: 257 - HTTP Location: following with --netrc-optional\nPASS: 258 - HTTP POST multipart without Expect: header using proxy anyauth (Digest)\nPASS: 240 - HTTP-IPv6 GET\nPASS: 260 - HTTP GET URL without slash but with question mark\nPASS: 241 - HTTP-IPv6 GET (using ip6-localhost)\nPASS: 242 - HTTP-IPv6 GET with username+password in URL\nPASS: 262 - Reject HTTP response with binary zero in header\nPASS: 263 - HTTP-IPv6 GET with proxy specified using IPv6-numerical address\nPASS: 265 - HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407\nPASS: 264 - HTTP with proxy string including http:// and user+password\nPASS: 268 - JSON encoding of Unicode string\nPASS: 267 - HTTP POST with NTLM authorization and added custom headers\nPASS: 269 - HTTP --ignore-content-length\nPASS: 274 - HTTP Location: following with --max-redirs 0\nPASS: 266 - HTTP GET with chunked Transfer-Encoding and chunked trailer\nPASS: 273 - HTTP with two Digest authorization headers\nPASS: 277 - HTTP RFC1867-type formposting with custom Content-Type\nPASS: 276 - HTTP Location: following with multiple question marks in URLs\nPASS: 278 - HTTP with proxy string including http:// and user+empty password\nPASS: 279 - HTTP with proxy string including http:// and user only\nPASS: 281 - HTTP PUT from file with 100 + 401 responses and -f without auth given\nPASS: 282 - HTTP GET with no response body or headers\nPASS: 288 - file:// with (unsupported) proxy, authentication and range\nPASS: 287 - HTTP proxy CONNECT with custom User-Agent header\nPASS: 292 - HTTP GET with maximum filesize not exceeded\nPASS: 293 - HTTP GET with maximum filesize exceeded\nPASS: 317 - HTTP with custom Authorization: and redirect to new host\nPASS: 318 - HTTP with custom Authorization: and redirect to new host\nPASS: 326 - HTTP GET chunked data in raw mode\nPASS: 319 - HTTP GET gobbledigook transfer-encoded data in raw mode\nPASS: 328 - HTTP with \"Content-Encoding: none\nPASS: 329 - HTTP cookie with Max-Age=0\nPASS: 327 - HTTP with cookiejar without cookies left\nPASS: 331 - HTTP with cookie using host name 'moo'\nPASS: 333 - Try a non-boolean command line option with --no-\nPASS: 334 - HTTP 204 No content with chunked header\nPASS: 330 - HTTP with custom Cookie: and redirect to new host\nPASS: 338 - ANYAUTH connection reuse of non-authed connection\nPASS: 339 - Check if --etag-save saved correct etag to a file\nPASS: 341 - A non existing file with --etag-compare is just a blank\nPASS: 342 - Check if --etag-compare set correct etag in header\nPASS: 343 - Both --etag-compare and --etag-save to save new Etag\nPASS: 344 - Both --etag-compare and -save store new Etag using non-existing file\nPASS: 345 - Both --etag-compare and -save store new Etag using one pre-existing file\nPASS: 346 - HTTP GET over proxy with credentials using blank passwords\nPASS: 347 - --etag-save with blank incoming header\nPASS: 335 - HTTP with proxy Digest and site Digest with creds in URLs\nPASS: 355 - load Alt-Svc from file and use\nPASS: 349 - HTTP GET --fail-with-body on HTTP error return\nPASS: 360 - Error on both --fail-with-body and --fail\nPASS: 357 - HTTP PUT with Expect: 100-continue and 417 response\nPASS: 275 - HTTP CONNECT with proxytunnel getting two URLs from the same host\nPASS: 366 - HTTP --retry-max-time with too long Retry-After\nPASS: 365 - HTTP/1.1 with chunked AND Content-Length headers\nPASS: 367 - Empty user name provided in URL\nPASS: 368 - Append dash if -r range specified without one\nPASS: 370 - --etag-save with bad path - no transfer\nPASS: 361 - HTTP GET --fail-with-body on HTTP error return - twice\nPASS: 369 - --etag-save with bad path then working transfer\nPASS: 371 - using more -o than URLs in the command line\nPASS: 372 - Binary zero in data element.\nPASS: 374 - Valid gif with two frames. No new line in data section.\nPASS: 373 - Chunked transfer encoding - Multiple valid chunks with binary zeros.\nPASS: 378 - Reject using -T and -d at once\nPASS: 383 - HTTP with --json\nPASS: 384 - HTTP with --json from stdin\nPASS: 376 - --remove-on-error\nPASS: 379 - --remove-on-error with --no-clobber and an added number\nPASS: 385 - HTTP with --json x 2\nPASS: 387 - Response with overly long compression chain\nPASS: 386 - HTTP with --json + --next\nPASS: 389 - *.localhost is a local host\nPASS: 391 - --path-as-is with redirect, keeping dotdots\nPASS: 392 - HTTP secure cookies over localhost\nPASS: 393 - HTTP max-filesize and out-of-range Content-Length\nPASS: 394 - HTTP with rubbish in Content-Length\nPASS: 388 - HTTP with Digest and multiple qop values with leading space\nPASS: 398 - Reject HTTP/1.1 response with colon-less header\nPASS: 259 - HTTP POST multipart with Expect: header using proxy anyauth (Digest)\nPASS: 399 - 65536 bytes long host name in URL\nPASS: 411 - -K with missing file causes error\nPASS: 395 - HTTP and out-of-range Content-Length\nPASS: 419 - --dump-header to file that cannot be created\nPASS: 420 - Setting cookies set with expired dates that were loaded from jar\nPASS: 422 - use --next with missing URL before it\nPASS: 421 - HTTP GET multiple headers and %{header_json}\nPASS: 423 - -w with url.* variables\nPASS: 418 - Response with multiple Transfer-Encoding headers\nPASS: 424 - -w with urle.* variables\nPASS: 415 - HTTP response with control code then negative Content-Length\nPASS: 426 - try --data with --continue-at\nPASS: 425 - HTTP PUT with path ending with slash + query\nPASS: 429 - Expand environment variable in config file - too long name\nPASS: 427 - Keep Cookie: header within 8190 bytes\nPASS: 428 - Expand environment variables within config file\nPASS: 430 - Three -K uses with --next and --data in each\nPASS: 433 - Verify XDG_CONFIG_HOME use to find curlrc\nPASS: 432 - Use -K with --next and --config from within\nPASS: 431 - Two -K uses with --next and then one on cmdline\nPASS: 434 - -K with a single line without newline\nPASS: 435 - verify -w local/remote port+ip after connection reuse\nPASS: 436 - Find .curlrc in .config/curlrc via CURL_HOME\nPASS: 441 - HSTS with no t-dot host name in URL but t-dot in file\nPASS: 440 - HSTS with trailing-dot host name in URL but none in hsts file\nPASS: 443 - Cookie header in request no longer than 8K\nPASS: 448 - Environment variables within config file, unbalanced braces\nPASS: 442 - Send capped huge number of matching cookies\nPASS: 444 - Many Set-Cookie response headers\nPASS: 449 - Environment variables in config file w/o [expand]\nPASS: 450 - Variable from file that is trimmed and URL encoded\nPASS: 451 - Variable from file that is JSON and URL encoded (with null byte)\nPASS: 452 - Variable using illegal function in expansion\nPASS: 453 - Variable output containing null byte\nPASS: 454 - Variable using illegal function separator\nPASS: 456 - Variable output starting with null byte\nPASS: 455 - Variable using base64\nPASS: 457 - chunked Transfer-Encoding with --max-filesize\nPASS: 458 - variable expand the file name with --expand-output\nPASS: 460 - try --expand without an argument\nPASS: 459 - config file with argument using whitespace missing quotes\nPASS: 462 - Missing environment variables in config file\nPASS: 461 - disable Host: when specified as lower case\nPASS: 467 - use a bad short option letter that does not exist (after one does exist)\nPASS: 463 - HTTP with -d @file with file containing CR, LF and null byte\nPASS: 468 - set -w in config, then reset -w to blank on cmdline\nPASS: 469 - warn about Unicode quote character\nPASS: 470 - warn about Unicode quote character read from config file\nPASS: 473 - Check if --etag-save saved correct etag to a file on 301\nPASS: 477 - HTTP GET with maximum filesize with a redirect sending data\nPASS: 478 - .netrc with multiple accounts for same host\nPASS: 481 - --no-clobber with --continue-at\nPASS: 479 - .netrc with redirect and default without password\nPASS: 482 - --remove-on-error with --continue-at\nPASS: 484 - Use --etag-compare and -save with more than one URL\nPASS: 485 - Use --etag-compare and -save with more than one URL, URLs specified first\nPASS: 483 - HTTP cookies with long expire dates\nPASS: 487 - Variable using 64dec with bad base64\nPASS: 486 - .netrc with redirect and \"default\" with no password or login\nPASS: 488 - Download two URLs provided on stdin\nPASS: 490 - Two globbed HTTP PUTs\nPASS: 491 - Two globbed HTTP PUTs, the second upload file is missing\nPASS: 492 - Two globbed HTTP PUTs to two globbed URLs\nPASS: 493 - HSTS and %{url_effective} after upgrade\nPASS: 495 - user+password in URL with optional netrc\nPASS: 496 - parallel upload missing file\nPASS: 499 - HTTP HEAD to server still sending a body\nPASS: 500 - simple libcurl HTTP GET tool\nPASS: 489 - Download two URLs provided in a file\nPASS: 501 - simple libcurl attempt operation without URL set\nPASS: 502 - simple multi file:// get\nPASS: 497 - Reject too large accumulated HTTP response headers\nPASS: 504 - simple multi through local proxy without listener\nPASS: 507 - multi interface get with non-existing host name\nPASS: 509 - initialization with memory callbacks and actual usage\nPASS: 498 - Reject too large HTTP response headers on endless redirects\nPASS: 508 - send HTTP POST using read callback\nPASS: 512 - simple curl_easy_duplicate() test\nPASS: 503 - simple multi http:// through proxytunnel with authentication info\nPASS: 510 - send HTTP POST using read callback, using chunked transfer-encoding\nPASS: 513 - send HTTP POST using read callback that returns CURL_READFUNC_ABORT\nPASS: 517 - curl_getdate() testing\nPASS: 515 - make a POSTFIELDS set to NULL with POSTFIELDSIZE set to zero\nPASS: 514 - First set options to POST and then to make HEAD\nPASS: 522 - HTTP GET with CURLOPT_PORT\nPASS: 516 - make an HTTPPOST set to NULL\nPASS: 519 - GET same URL twice with different users\nPASS: 523 - HTTP GET with proxy and CURLOPT_PORT\nPASS: 530 - multi_socket interface transfer with callbacks returning error\nPASS: 540 - HTTP proxy auth Digest multi API re-using connection\nPASS: 543 - curl_easy_escape\nPASS: 536 - CURLINFO_USED_PROXY\nPASS: 544 - HTTP POST text data using CURLOPT_COPYPOSTFIELDS\nPASS: 545 - HTTP POST binary with embedded zero and no trailing zero\nPASS: 547 - HTTP proxy auth NTLM with POST data from read callback\nPASS: 548 - HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS\nPASS: 551 - HTTP proxy auth Digest with POST data from read callback\nPASS: 553 - HTTP post with huge request headers and post data from callback\nPASS: 552 - HTTP proxy auth Digest with 70K POST data from read callback\nPASS: 554 - HTTP multi-part formpost using read callback for the file part\nPASS: 556 - send and recv HTTP\nPASS: 557 - curl_mprintf() testing\nPASS: 559 - use tiny CURLOPT_BUFFERSIZE\nPASS: 555 - HTTP proxy auth NTLM with POST data from read callback multi-if\nPASS: 566 - HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer\nPASS: 578 - HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback\nPASS: 535 - HTTP GET multi two files with FAILONERROR\nPASS: 580 - multi interface, multiple Location: headers\nPASS: 581 - multi interface, multiple Content-Type: headers\nPASS: 584 - CURLOPT_MIMEPOST first set then set to NULL\nPASS: 585 - socket open/close callbacks\nPASS: 589 - make an HTTP MIME POST set to NULL\nPASS: 590 - HTTP proxy offers Negotiate+NTLM, use only NTLM\nPASS: 598 - curl_easy_reset with referer and other strings set\nPASS: 599 - HTTP GET with progress callback and redirects changing content sizes\nPASS: 643 - HTTP multi-part mimepost using read callback for the file part\nPASS: 565 - send HTTP POST using read callback, chunked transfer-encoding and Digest\nPASS: 579 - small chunked HTTP POSTs with digest auth. and progress callback\nPASS: 651 - curl_formadd with huge COPYCONTENTS\nPASS: 653 - Reuse of handle after altering mime data\nPASS: 528 - HTTP GET same file using different handles but same connection\nPASS: 655 - resolver start callback\nPASS: 658 - Pass URL to libcurl with CURLOPT_CURLU\nPASS: 659 - CURLOPT_CURLU without the path set - over proxy\nPASS: 662 - HTTP redirect with whitespace in absolute Location: URL\nPASS: 654 - HTTP duplicate easy handle with mime data\nPASS: 663 - HTTP redirect with dotdots and whitespaces in absolute Location: URL\nPASS: 666 - HTTP mime post with binary-encoded huge data contents\nPASS: 645 - HTTP multi-part chunked mimepost using read callback for the file part\nPASS: 650 - HTTP formpost using form API - with redirect and re-POST\nPASS: 669 - HTTP custom Content-Type with parameter\nPASS: 667 - HTTP chunked mimepost using single-byte read callback with encoder\nPASS: 668 - HTTP mimepost early end of data detection\nPASS: 672 - Request pause from form read callback: multi\nPASS: 674 - Set CURLOPT_CURLU and dupe the handle\nPASS: 670 - Request pause from mime read callback: multi\nPASS: 676 - verify setting CURLOPT_COOKIEFILE to NULL again\nPASS: 671 - Request pause from mime read callback: easy\nPASS: 675 - HTTP connection reuse and different credentials\nPASS: 679 - netrc with quoted password\nPASS: 680 - netrc with quoted password but missing end quote\nPASS: 681 - --remote-name-all with --no-remote-name\nPASS: 682 - netrc with multiple logins - pick first\nPASS: 683 - netrc with multiple logins - pick second\nPASS: 686 - verify return code for missing URL after --next\nPASS: 684 - netrc with no login\nPASS: 685 - netrc with no login - provided user\nPASS: 690 - -O with URL without path using trailing slash\nPASS: 691 - -O with URL with path using trailing slash\nPASS: 692 - -JO with URL without path using trailing slash\nPASS: 693 - --etag-save with --create-dirs\nPASS: 694 - HTTP with NTLM twice, verify CURLINFO_HTTPAUTH_USED\nPASS: 697 - netrc with missing netrc file\nPASS: 699 - --config with single-letter options plus one that is cleared\nPASS: 695 - MIME parts reuse as a child part\nPASS: 696 - CONNECT_ONLY and doing a second curl_easy_perform\nPASS: 673 - Request pause from form read callback: easy\nPASS: 700 - HTTP GET via SOCKS4 proxy\nPASS: 704 - Attempt connect to non-listening SOCKS4 proxy\nPASS: 702 - Attempt connect to non-listening HTTP server via SOCKS4 proxy\nPASS: 705 - Attempt connect to non-listening SOCKS5 proxy\nPASS: 701 - HTTP GET via SOCKS5 proxy\nPASS: 708 - HTTP GET via SOCKS4 proxy\nPASS: 709 - HTTP GET via SOCKS5 set in http_proxy environment variable\nPASS: 716 - SOCKS5 proxy with too long user name\nPASS: 710 - HTTP GET via SOCKS5 set with --proxy\nPASS: 717 - SOCKS5 proxy auth\nPASS: 718 - HTTP proxy CONNECT (no auth) with proxy returning 407 and closing\nPASS: 719 - HTTP GET with IPv6 numerical via SOCKS5h\nPASS: 722 - IPFS\nPASS: 720 - HTTP GET with IPv4 numerical via SOCKS5h\nPASS: 721 - HTTP GET with host name using SOCKS5h\nPASS: 723 - IPFS with malformed gateway URL (bad function argument error)\nPASS: 724 - IPFS with gateway URL from gateway file\nPASS: 725 - IPFS with malformed gateway URL from gateway file\nPASS: 726 - IPFS with no gateway URL (no environment or home file either)\nPASS: 703 - Attempt connect to non-listening HTTP server via SOCKS5 proxy\nPASS: 727 - IPNS\nPASS: 729 - SOCKS4 with very long proxy user name\nPASS: 728 - SOCKS5h with HTTP redirect to hostname too long\nPASS: 731 - IPFS with gateway URL and path from gateway file\nPASS: 732 - IPFS with path\nPASS: 730 - IPFS arg gateway with path\nPASS: 733 - IPFS with path and query args\nPASS: 735 - IPNS with path, query args and gateway with path\nPASS: 736 - IPFS with IPFS_PATH set, no trailing slash\nPASS: 738 - IPFS with IPFS_PATH, no gateway file\nPASS: 737 - IPFS with IPFS_PATH set, with trailing slash\nPASS: 739 - IPNS path and query args for gateway and IPFS url (malformed gateway url)\nPASS: 740 - IPFS with gateway URL from multiline gateway file\nPASS: 741 - IPFS with malformed gateway URL from multiline gateway file, first line no url\nPASS: 743 - --config with a 127 byte line\nPASS: 746 - too large numerical value passed to -m\nPASS: 734 - IPFS with path, query args and gateway with path\nPASS: 748 - A --config file that uses -h and no URL\nPASS: 742 - SOCKS5-hostname with max length credentials and max host name length\nPASS: 749 - HTTP CONNECT with proxy returning 400 and closing\nPASS: 751 - multi - add many easy handles\nPASS: 784 - --variable with a file byte range\nPASS: 785 - --variable with a file byte range without end\nPASS: 747 - Reject too many HTTP response headers\nPASS: 750 - HTTP CONNECT with proxy returning just HTML and closing\nPASS: 786 - --variable with a file byte range, reading from stdin\nPASS: 788 - --variable with a file and single-byte byte range\nPASS: 787 - --variable with a file byte range, bad range\nPASS: 789 - --variable with a file and byte range out of file\nPASS: 791 - --variable with a byte range using plain assign, out of range\nPASS: 790 - --variable with a byte range using plain assign\nPASS: 899 - URL with credentials redirects to URL with different credentials\nPASS: 898 - HTTP with custom auth and cookies redirected to HTTP on a diff port\nPASS: 976 - HTTP with auth redirected to HTTP on a diff port --location-trusted\nPASS: 974 - HTTP with auth redirected to HTTP on a diff port w/o auth\nPASS: 978 - verify that --stderr works for -w's stderr as well\nPASS: 977 - URL with trailing dot and receiving a cookie for the TLD with dot\nPASS: 979 - -u with redirect to absolute URL using same origin and auth\nPASS: 990 - use -w %output{}\nPASS: 994 - --skip-existing with globbing\nPASS: 991 - use -w %output{} append\nPASS: 996 - --skip-existing with file present\nPASS: 995 - --skip-existing without file present\nPASS: 998 - HTTP with auth in URL redirected to another host\nPASS: 999 - HTTP with auth in first URL but not second\nPASS: 1001 - HTTP POST --digest with PUT and resumed upload and modified method\nPASS: 1002 - HTTP PUT with Digest auth, resumed upload and modified method, twice\nPASS: 1004 - HTTP GET with empty proxy\nPASS: 1008 - HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response\nPASS: 1011 - HTTP POST with 301 redirect\nPASS: 1016 - X-Y range on a file:// URL to stdout\nPASS: 1015 - --data-urlencode\nPASS: 1017 - 0-Y range on a file:// URL to stdout\nPASS: 1019 - X- range on a file:// URL to stdout\nPASS: 1018 - X-X range on a file:// URL to stdout\nPASS: 1020 - -Y range on a file:// URL to stdout\nPASS: 1012 - HTTP POST with 301 redirect and --post301\nPASS: 1024 - HTTP Location: following with cookies\nPASS: 1027 - curl --help\nPASS: 1025 - HTTP Location: following with command-line and server cookies\nPASS: 1030 - HTTP PUT with --anyauth authorization (picking Digest)\nPASS: 1021 - HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close\nPASS: 1032 - HTTP HEAD with --range\nPASS: 1029 - HTTP Location: and 'redirect_url' check\nPASS: 1033 - HTTP GET with 102 response!\nPASS: 1040 - HTTP GET with resume from end of entirely-downloaded file\nPASS: 1042 - HTTP GET beyond end of entirely-downloaded file, no server resume\nPASS: 1043 - HTTP GET with resume from end of file\nPASS: 1041 - HTTP PUT with resume from end of already-uploaded file\nPASS: 1045 - HTTP GET with numeric localhost --interface\nPASS: 1046 - HTTP-IPv6 GET with numeric localhost --interface\nPASS: 1031 - HTTP Location: following to a query string\nPASS: 1051 - HTTP PUT with Location: following\nPASS: 1053 - HTTP RFC1867-type formposting from file with Location: following\nPASS: 1052 - HTTP 1.0 PUT with Location: following\nPASS: 1058 - HTTP range relative to end of file\nPASS: 1056 - HTTP follow redirect from IPv4 to IPv6 with scope\nPASS: 1054 - HTTP POST from file with 301 redirect and --post301\nPASS: 1063 - Invalid large X- range on a file://\nPASS: 1064 - HTTP PUT twice\nPASS: 1065 - HTTP PUT with one file but two URLs\nPASS: 1066 - HTTP --dump-header - with two URLs\nPASS: 1060 - HTTP proxy CONNECT auth Digest, large headers and data\nPASS: 1067 - HTTP Location: following with auto-referer\nPASS: 1061 - HTTP proxy CONNECT auth Digest, large headers and chunked data\nPASS: 1069 - HTTP 1.0 PUT from stdin with no content length\nPASS: 744 - --netrc-file with a 127 byte line\nPASS: 1071 - Downgraded HTTP PUT to HTTP 1.0 with authorization\nPASS: 1068 - HTTP PUT from stdin\nPASS: 1070 - HTTP POST with server closing connection before (all) data is received\nPASS: 1072 - HTTP chunked PUT to HTTP 1.0 server with authorization\nPASS: 1075 - HTTP PUT with --anyauth authorization (picking Basic)\nPASS: 1073 - HTTP chunked PUT to HTTP 1.0 server with redirect\nPASS: 1076 - HTTP POST with 302 redirect and --post302\nPASS: 1079 - HTTP retry after closed connection and empty response\nPASS: 1080 - HTTP Location: on two URLs 'redirect_url' check\nPASS: 1082 - HTTP GET with localhost --interface\nPASS: 1081 - HTTP no Location: on second URL 'redirect_url' check\nPASS: 1084 - HTTP GET with invalid --interface\nPASS: 1085 - HTTP-IPv6 GET with invalid --interface\nPASS: 1087 - HTTP, proxy with --anyauth and Location: to new host\nPASS: 1088 - HTTP, proxy with --anyauth and Location: to new host using location-trusted\nPASS: 1089 - HTTP GET --write-out with redirected fetch\nPASS: 1090 - HTTP GET --write-out with redirected fetch and chunked reply\nPASS: 1095 - HTTP with Digest and realm with quoted quotes\nPASS: 1101 - NO_PROXY test, with user name in URL\nPASS: 1078 - HTTP 1.0 CONNECT with proxytunnel and downgrade GET to HTTP/1.0\nPASS: 1104 - HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970\nPASS: 1109 - HTTP GET with URL that contains fragment after the path\nPASS: 1105 - HTTP with cookie parser and header recording\nPASS: 1110 - HTTP GET with URL that contains a fragment after the query part\nPASS: 1111 - HTTP GET with URL whose fragment contains a # (which is illegal)\nPASS: 1115 - HTTP GET with unexpected 1xx response\nPASS: 1083 - HTTP-IPv6 GET with ip6-localhost --interface\nPASS: 1118 - URL without slash and @-letter in query\nPASS: 1121 - HTTP multiple provided Host: headers\nPASS: 1116 - HTTP GET with chunked trailer without Trailer:\nPASS: 1122 - HTTP GET gzip transfer-encoded content\nPASS: 1123 - HTTP GET deflate transfer-encoded content\nPASS: 1124 - HTTP GET gzip+chunked transfer-encoded content\nPASS: 1125 - HTTP GET transfer-encoding with custom Connection:\nPASS: 1126 - HTTP 200 If-Modified-Since with newer document\nPASS: 1127 - HTTP 200 If-Modified-Since with older document\nPASS: 1128 - HTTP 200 If-Modified-Since with old+new documents\nPASS: 1129 - HTTP POST expect 100-continue with a 404\nPASS: 1130 - HTTP POST forced expect 100-continue with a 404\nPASS: 1131 - HTTP PUT expect 100-continue with a 400\nPASS: 1133 - HTTP RFC1867-type formposting with filename/data contains ',', ';', '\"'\nPASS: 1134 - HTTP connection reuse with different credentials\nPASS: 1141 - HTTP redirect to http:/// (three slashes!)\nPASS: 1142 - HTTP redirect to http://// (four slashes!)\nPASS: 1143 - HTTP URL with http:/ (one slash!)\nPASS: 1138 - HTTP redirect with UTF-8 characters\nPASS: 1144 - HTTP HEAD, receive no headers only body\nPASS: 1145 - file:// bad host\nPASS: 1146 - --proto-default file\nPASS: 1148 - progress-bar\nPASS: 1147 - Get -H headers from a file\nPASS: 1150 - HTTP proxy with URLs using different ports\nPASS: 1154 - HTTP GET with 100K (too long) response header\nPASS: 1155 - HTTP cookie with parameter word as name\nPASS: 1151 - HTTP with too long cookies\nPASS: 1156 - HTTP resume/range fail range-error content-range combinations\nPASS: 1157 - Get -H headers from empty file\nPASS: 1158 - HTTP RFC1867-type formposting with filename containing '\"'\nPASS: 1160 - HTTP with long funny format cookie\nPASS: 1161 - HTTP cookie with path set twice\nPASS: 1074 - HTTP downgrade to HTTP/1.0 on second request\nPASS: 1159 - HTTP Location: and 'redirect_url' with non-supported scheme\nPASS: 1166 - HTTP response with cookies but not receiving!\nPASS: 1164 - HTTP/0.9 GET and all zeroes\nPASS: 1169 - Verify that runtests.pl accepts an -L option\nPASS: 1170 - HTTP GET transfer-encoding with removed Connection:\nPASS: 1171 - HTTP GET transfer-encoding with blanked Connection:\nPASS: 1168 - HTTP redirect with credentials using # in user and password\nPASS: 1176 - --output using #0\nPASS: 1172 - HTTP/0.9 GET response denied\nPASS: 1174 - HTTP/0.9 GET response denied by default\nPASS: 1180 - HTTP GET request with proxy and -H \"Proxy-Connection: keep-alive\"\nPASS: 1181 - HTTP GET request with proxy and --proxy-header \"Proxy-Connection: Keep-Alive\"\nPASS: 1183 - 1183 used instead of actual test number\nPASS: 1178 - HTTP proxy auth with credentials longer than 256 bytes\nPASS: 1186 - Multipart formposting with backslash-escaping filename containing '\"'\nPASS: 1188 - --write-out with %{onerror} and %{urlnum} to stderr\nPASS: 1189 - Multipart formposting with backslash-escaping of name= and filename=\nPASS: 1204 - HTTP with WWW-Authenticate and multiple auths in a single line\nPASS: 1205 - HTTP GET with 18K HTTP header\nPASS: 1210 - HTTP GET with -J without Content-Disposition\nPASS: 1212 - noproxy setting together with socks proxy\nPASS: 1197 - HTTP POST redirected to GET and --write-out method\nPASS: 1213 - HTTP with proxy and host-only URL\nPASS: 1214 - HTTP with proxy and URL with ? and no slash separator\nPASS: 1216 - HTTP cookie domains tailmatching the host name\nPASS: 1218 - HTTP cookies and domains with same prefix\nPASS: 1220 - file:// URLs with query string\nPASS: 1223 - HTTP GET -w remote_ip and -w remote_port\nPASS: 1215 - HTTP with server NTLM authorization using a proxy\nPASS: 1228 - HTTP cookie path match\nPASS: 1221 - --url-query with --data-urlencode\nPASS: 1230 - HTTP CONNECT to IPv6 numerical address\nPASS: 1231 - HTTP URL with dotdot removal from path\nPASS: 1232 - HTTP URL with dotdot removal from path using an HTTP proxy\nPASS: 1234 - abusing {}-globbing\nPASS: 1236 - [] globbing overflowing the range counter\nPASS: 1235 - multiple requests using {}{} in the URL\nPASS: 1237 - URL with 1000+ letter user name + password\nPASS: 1229 - HTTP with Digest authorization with user name needing escape\nPASS: 1239 - HTTP with -z + -w response_code and simulated 304\nPASS: 1240 - glob [0-1] with stuff after range (7.33.0 regression)\nPASS: 1241 - HTTP _without_ dotdot removal\nPASS: 1247 - --fail-early\nPASS: 1246 - URL with '#' at end of host name instead of '/'\nPASS: 1248 - Access a non-proxied host with using the combination of --proxy option and --noproxy option\nPASS: 1249 - Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var\nPASS: 1250 - Access a non-proxied host with using the combination of http_proxy env var and --noproxy option\nPASS: 1251 - Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var\nPASS: 1252 - Under condition using --proxy, override NO_PROXY by --noproxy and access target URL directly\nPASS: 1253 - Under condition using --proxy, override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1254 - override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1255 - Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL directly\nPASS: 1256 - Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1257 - Under condition using http_proxy, override NO_PROXY by --noproxy and access target URL through proxy\nPASS: 1260 - HTTP URL with rubbish after port number\nPASS: 1259 - HTTP URL with semicolon in password\nPASS: 1263 - HTTP URL with rubbish after IPv6 bracket\nPASS: 1261 - 'redirect_url' with --location and --max-redirs\nPASS: 1264 - HTTP URL with space in host name\nPASS: 1265 - NO_PROXY with IPv6 numerical address\nPASS: 1258 - HTTP, use cookies with localhost\nPASS: 1268 - filename argument looks like a flag\nPASS: 1269 - too large --retry-delay value\nPASS: 1266 - HTTP GET with a single-byte HTTP/0.9 response\nPASS: 1270 - Basic 'redirect_url'\nPASS: 1267 - HTTP GET with an invalid HTTP/1 response line start\nPASS: 1274 - HTTP header line folding\nPASS: 1277 - HTTP GET with both content and transfer encoding\nPASS: 1271 - --write-out from file with empty file\nPASS: 1278 - verify extra --no-remote-name\nPASS: 1281 - reject non-numerical port number in URL\nPASS: 1280 - simple [a-d] globbing\nPASS: 1283 - globbing range with same start and stop\nPASS: 1285 - HTTP PUT --digest with user-specified Content-Length header\nPASS: 1284 - HTTP POST --digest with user-specified Content-Length header\nPASS: 1286 - HTTP GET --digest increasing nonce-count\nPASS: 1273 - -f and resume transfer of an entirely-downloaded file\nPASS: 1289 - globbing with overflow and bad syntax\nPASS: 1287 - HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses\nPASS: 1290 - Verify URL globbing ignores []\nPASS: 1288 - Suppress proxy CONNECT response headers\nPASS: 1291 - Attempt to upload 1000 files but fail immediately\nPASS: 1293 - Multipart formpost to two URLs, the first failing\nPASS: 1296 - HTTP URL with %0a in name part\nPASS: 1298 - HTTP GET special path with --request-target\nPASS: 1292 - Replaced internal headers with a blank one\nPASS: 1299 - Send \"OPTIONS *\" with --request-target\n 1300: IGNORED: The tool set in the test case for this: 'unit1300' does not exist\nPASS: 1301 - curl_strequal tests\n 1302: IGNORED: The tool set in the test case for this: 'unit1302' does not exist\n 1303: IGNORED: The tool set in the test case for this: 'unit1303' does not exist\n 1304: IGNORED: The tool set in the test case for this: 'unit1304' does not exist\n 1305: IGNORED: The tool set in the test case for this: 'unit1305' does not exist\n 1306: IGNORED: The tool set in the test case for this: 'unit1305' does not exist\nPASS: 1308 - formpost tests\nPASS: 1310 - HTTP GET with -J + --show-headers\nPASS: 1311 - HTTP GET with -J and Content-Disposition\nPASS: 1312 - HTTP GET with -J, Content-Disposition and ; in filename\nPASS: 1313 - HTTP GET with -J, Content-Disposition, uneven quotes\nPASS: 1314 - HTTP Location: following a // prefixed url\nPASS: 1315 - HTTP RFC1867-type formposting - -F with three files, one with explicit type\nPASS: 1317 - HTTP with --resolve\n 1309: IGNORED: The tool set in the test case for this: 'unit1309' does not exist\nPASS: 1318 - HTTP with --resolve and same host name using different cases\nPASS: 1322 - HTTP with --resolve and hostname with trailing dot\n 1323: IGNORED: The tool set in the test case for this: 'unit1323' does not exist\nPASS: 1324 - HTTP with --resolve and [ipv6address]\nPASS: 1328 - HTTP GET a globbed range with -f\nPASS: 1329 - /-prefixed proxy name\nPASS: 1331 - HTTP --proxy-anyauth and 407 with cookies\nPASS: 1325 - HTTP 308-redirect with POST\nPASS: 1333 - HTTP POST zero length, chunked-encoded\nPASS: 1334 - HTTP GET with -O without Content-Disposition, -D file\nPASS: 1332 - HTTP POST with 303 redirect and --post303\nPASS: 1335 - HTTP GET with -O without Content-Disposition, -D stdout\nPASS: 1336 - HTTP GET with -O and Content-Disposition, -D file\nPASS: 1338 - HTTP GET with -O -J without Content-Disposition, -D file\nPASS: 1337 - HTTP GET with -O and Content-Disposition, -D stdout\nPASS: 1339 - HTTP GET with -O -J without Content-Disposition, -D stdout\nPASS: 1340 - HTTP GET with -O -J and Content-Disposition, -D file\nPASS: 1341 - HTTP GET with -O -J and Content-Disposition, -D stdout\nPASS: 1342 - HTTP GET with -O -i without Content-Disposition, -D file\nPASS: 1343 - HTTP GET with -O -i without Content-Disposition, -D stdout\nPASS: 1344 - HTTP GET with -O -i and Content-Disposition, -D file\nPASS: 1346 - HTTP GET with -O -i without Content-Disposition, without -D\nPASS: 1345 - HTTP GET with -O -i and Content-Disposition, -D stdout\nPASS: 1347 - HTTP GET with -O -i and Content-Disposition, without -D\nPASS: 1364 - HTTP GET -o fname without Content-Disposition, -D file\nPASS: 1365 - HTTP GET -o fname without Content-Disposition, -D stdout\nPASS: 1366 - HTTP GET -o fname and Content-Disposition, -D file\nPASS: 1367 - HTTP GET -o fname and Content-Disposition, -D stdout\nPASS: 1369 - HTTP GET -o fname -J without Content-Disposition, -D stdout\nPASS: 1368 - HTTP GET -o fname -J without Content-Disposition, -D file\nPASS: 1370 - HTTP GET -o fname -J and Content-Disposition, -D file\nPASS: 1371 - HTTP GET -o fname -J and Content-Disposition, -D stdout\nPASS: 1372 - HTTP GET -o fname -i without Content-Disposition, -D file\nPASS: 1373 - HTTP GET -o fname -i without Content-Disposition, -D stdout\nPASS: 1374 - HTTP GET -o fname -i and Content-Disposition, -D file\nPASS: 1375 - HTTP GET -o fname -i and Content-Disposition, -D stdout\nPASS: 1376 - HTTP GET -o fname -i without Content-Disposition, without -D\n 1394: IGNORED: The tool set in the test case for this: 'tool1394' does not exist\nPASS: 1377 - HTTP GET -o fname -i and Content-Disposition, without -D\n 1395: IGNORED: The tool set in the test case for this: 'unit1395' does not exist\n 1396: IGNORED: The tool set in the test case for this: 'unit1396' does not exist\n 1397: IGNORED: The tool set in the test case for this: 'unit1397' does not exist\n 1399: IGNORED: The tool set in the test case for this: 'unit1399' does not exist\n 1398: IGNORED: The tool set in the test case for this: 'unit1398' does not exist\nPASS: 1409 - Pass in string to -C\nPASS: 1410 - Pass in negative number to --max-time\nPASS: 1408 - HTTP receive cookies over IPV6\nPASS: 1411 - HTTP with zero size file PUT\nPASS: 1413 - HTTP redirect with fragment in new URL\nPASS: 1415 - Delete expired cookies\nPASS: 1416 - HTTP GET with chunked Transfer-Encoding overflowed chunked size\nPASS: 1412 - HTTP GET with --anyauth with two URLs (picking Digest)\nPASS: 1417 - HTTP GET with chunked encoding and chunked trailer without CRs\nPASS: 1419 - HTTP with --anyauth (but no auth!) and connection reuse\nPASS: 1418 - HTTP with --anyauth and connection reuse\nPASS: 1422 - HTTP GET with -O -J and Content-Disposition (empty file)\nPASS: 1421 - Re-using HTTP proxy connection for two different host names\nPASS: 1423 - HTTP GET -o fname without Content-Disposition (empty file)\nPASS: 1424 - HTTP GET -o fname without Content-Disposition (unmet time condition)\nPASS: 1427 - too large -m timeout value\nPASS: 1297 - CONNECT to peer that returns nothing\nPASS: 1429 - HTTP GET with 999 response code\nPASS: 1430 - HTTP GET with negative response code\nPASS: 1431 - HTTP GET with single-digit response code\nPASS: 1432 - HTTP GET with 100-digit response code and survive\nPASS: 1433 - HTTP GET with 100-digit subversion number in response\nPASS: 1434 - HTTP GET resume at exactly the existing file size is fine\nPASS: 1428 - HTTP over proxy-tunnel with --proxy-header and --header\nPASS: 1435 - simple HTTP GET over Unix socket\nPASS: 1438 - Check if %{scheme} returns HTTP\nPASS: 1436 - HTTP requests with multiple connections over Unix socket\nPASS: 1437 - HTTP with duplicated WWW-Authenticate parameters\nPASS: 1439 - Check if %{http_version} returns 1.1\nPASS: 1440 - Check --write-out with trailing %{\nPASS: 1442 - Check --write-out with trailing \\\nPASS: 1441 - Check --write-out with trailing %\nPASS: 1447 - Provide illegal proxy name\nPASS: 1443 - HTTP GET with -O and --remote-time\nPASS: 1455 - HTTP GET when PROXY Protocol enabled\nPASS: 1456 - HTTP-IPv6 GET with PROXY protocol\nPASS: 1457 - Check if %{stderr} and %{stdout} switch between stdout and stderr.\nPASS: 1458 - HTTP with wildcard --resolve\nPASS: 1462 - curl invalid category --help\nPASS: 1463 - curl file category --help\nPASS: 1464 - curl file category --help with lower/upper mix\nPASS: 1466 - HTTP GET with 3-digit response and only digits in reason\nPASS: 1460 - HTTP GET with -Ji and Content-Disposition with existing file\nPASS: 1471 - Fail to resolve .onion TLD\nPASS: 1472 - Fail to resolve .onion. TLD\nPASS: 1473 - first HTTP header starts with white space\nPASS: 1474 - --proto -all disables all protocols\nPASS: 1475 - -f and 416 with Content-Range: */size\nPASS: 1467 - HTTP GET via SOCKS5 proxy via Unix sockets\nPASS: 1468 - HTTP GET with host name using SOCKS5h via Unix sockets\nPASS: 1480 - HTTP Continue response without final response\nPASS: 1479 - HTTP/1.1 response followed by an HTTP/0.9 response over the same connection\nPASS: 1484 - HTTP HEAD with response body to ignore\nPASS: 1482 - HTTP GET with double chunked in TE header\nPASS: 1485 - get curlinfo on last header in callback\nPASS: 1487 - HTTP GET with -J and Content-Disposition on 301\nPASS: 1483 - HTTP GET with double chunked in TE header\nPASS: 1489 - -D sent to stderr\nPASS: 1490 - \"upload\" with file:// overwriting existing\nPASS: 1491 - file:// don't overwrite self with --skip-existing\nPASS: 1492 - HTTP GET with -J + --show-headers but no Content-Disposition:\nPASS: 1493 - HTTP GET with identity + chunked in TE header\nPASS: 1495 - HTTP GET with chunked + identity in TE header\nPASS: 1496 - HTTP GET with gzip + chunked transfer-encoding without being asked\nPASS: 1494 - HTTP GET with identity twice in TE header\nPASS: 1500 - curl_multi_wait\nPASS: 1502 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence UA\nPASS: 1503 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence PA\nPASS: 1504 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB\nPASS: 1505 - HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB\nPASS: 1506 - HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)\nPASS: 1508 - Close a multi handle without using it\nPASS: 1497 - HTTP GET --retry on 503 error with output to /dev/null\nPASS: 1511 - HTTP GET time conditions in repeated requests\nPASS: 1513 - return failure immediately from progress callback\nPASS: 1498 - HTTP PUT from stdin using period\nPASS: 1509 - simple multi http:// through proxytunnel with authentication info\nPASS: 1514 - HTTP POST with read callback and unknown data size\nPASS: 1515 - caching of manual libcurl DNS entries after DNS cache timeout\nPASS: 1518 - Extract Location: with broken URL\nPASS: 1517 - HTTP POST, server responds before completed send\nPASS: 1521 - Test all curl_easy_setopt and curl_easy_getinfo options\nPASS: 1522 - CURLINFO_SIZE_UPLOAD with small SO_SNDBUF\nPASS: 1519 - Extract Location: with broken absolute URL\nPASS: 1516 - caching of manual libcurl DNS entries after dead connection\nPASS: 1524 - HTTP PUT with 303 redirect\nPASS: 1525 - CURLOPT_PROXYHEADER is ignored CURLHEADER_UNIFIED\nPASS: 1526 - CURLOPT_PROXYHEADER: separate host/proxy headers\nPASS: 1528 - Separately specified proxy/server headers sent in a proxy GET\nPASS: 1529 - HTTP request-injection in URL sent over proxy\nPASS: 1530 - CURLOPT_OPENSOCKETFUNCTION returns bad socket\nPASS: 1531 - CURLOPT_POSTFIELDS with binary data set after multi_add_handle\nPASS: 1532 - Test CURLINFO_RESPONSE_CODE\nPASS: 1533 - HTTP with CURLOPT_KEEP_SENDING_ON_ERROR and an early error response\nPASS: 1534 - CURLINFO_FILETIME init and reset\nPASS: 1535 - Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL\nPASS: 1536 - Test CURLINFO_RESPONSE_CODE CURLINFO_SCHEME\nPASS: 1537 - libcurl URL escape/unescape tests\nPASS: 1538 - libcurl strerror API call tests\nPASS: 1539 - HTTP 1.0 POST with read callback and unknown data size\nPASS: 1540 - chunked with trailers and pausing the receive\nPASS: 1541 - chunked with trailers and pausing the receive\nPASS: 1527 - Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED\nPASS: 1543 - CURLOPT_CURLU, URL with space and CURLINFO_EFFECTIVE_URL\nPASS: 1545 - use curl_formadd() data twice with unreadable file\nPASS: 1546 - HTTP transfer-encoding wrong order\nPASS: 1550 - verify setting pipelining blocklisting options\nPASS: 1551 - re-run redirected transfer without setting URL again\nPASS: 1554 - HTTP with shared connection cache\nPASS: 1555 - verify api is protected against calls from callbacks\nPASS: 1556 - send long HTTP headers to header callback\nPASS: 1557 - Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry\nPASS: 1558 - CURLINFO_PROTOCOL for file:// transfer\nPASS: 1559 - Set excessive URL lengths\nPASS: 1563 - Make sure redirects to CURLPROTO_GOPHER are forbidden by default\nPASS: 1523 - CURLINFO_LOW_SPEED_LIMIT\nPASS: 1542 - connection reuse with CURLOPT_MAXLIFETIME_CONN\nPASS: 1566 - --etag-compare that gets a 304 back shouldn't overwrite the file\nPASS: 1567 - re-run redirected transfer without setting CURLU URL again\nPASS: 1568 - HTTP with Digest authorization on custom CURLOPT_PORT\nPASS: 1571 - CURLFOLLOW_OBEYCODE with custom POST method, 302 => GET\nPASS: 1572 - CURLFOLLOW_OBEYCODE with custom POST method, 308 => custom\nPASS: 1573 - CURLFOLLOW_OBEYCODE with custom GET method, 301 => custom\nPASS: 1574 - CURLFOLLOW_FIRSTONLY with custom GET method, 301 => GET\nPASS: 1575 - CURLFOLLOW_FIRSTONLY with custom POST method, 308 => POST\nPASS: 1576 - CURLFOLLOW_OBEYCODE with custom PUT method, 302 => custom\nPASS: 1577 - CURLFOLLOW_OBEYCODE with custom PUT method, 308 => custom\nPASS: 1578 - CURLFOLLOW_FIRSTONLY with custom PUT method, 302 => PUT\nPASS: 1579 - CURLFOLLOW_OBEYCODE with custom PUT method, 303 => GET\nPASS: 1580 - CURLFOLLOW_FIRSTONLY with custom PUT method, 308 => PUT\nPASS: 1581 - CURLFOLLOW_OBEYCODE with custom POST301 method, 301 => custom\nPASS: 1591 - HTTP PUT with trailers at the end\nPASS: 1593 - HTTP custom header overrides CURLOPT_TIMECONDITION\nPASS: 1594 - HTTP Retry-After header parsing and extraction\nPASS: 1595 - HTTP Retry-After header extraction (without header)\nPASS: 1596 - HTTP Retry-After header parsing using a date\nPASS: 1597 - CURLOPT_PROTOCOLS_STR\nPASS: 1564 - wakeup before poll with no easy handles\n 1600: IGNORED: The tool set in the test case for this: 'unit1600' does not exist\n 1601: IGNORED: The tool set in the test case for this: 'unit1601' does not exist\n 1602: IGNORED: The tool set in the test case for this: 'unit1602' does not exist\nPASS: 1598 - HTTP POST with trailers at the end\n 1603: IGNORED: The tool set in the test case for this: 'unit1603' does not exist\n 1605: IGNORED: The tool set in the test case for this: 'unit1605' does not exist\n 1604: IGNORED: The tool set in the test case for this: 'tool1604' does not exist\n 1606: IGNORED: The tool set in the test case for this: 'unit1606' does not exist\n 1607: IGNORED: The tool set in the test case for this: 'unit1607' does not exist\n 1608: IGNORED: The tool set in the test case for this: 'unit1608' does not exist\n 1610: IGNORED: The tool set in the test case for this: 'unit1610' does not exist\n 1609: IGNORED: The tool set in the test case for this: 'unit1609' does not exist\n 1611: IGNORED: The tool set in the test case for this: 'unit1611' does not exist\n 1612: IGNORED: The tool set in the test case for this: 'unit1612' does not exist\n 1614: IGNORED: The tool set in the test case for this: 'unit1614' does not exist\n 1615: IGNORED: The tool set in the test case for this: 'unit1615' does not exist\nPASS: 1613 - Send \"OPTIONS *\" with --request-target to a proxy\n 1616: IGNORED: The tool set in the test case for this: 'unit1616' does not exist\n 1620: IGNORED: The tool set in the test case for this: 'unit1620' does not exist\nPASS: 1633 - --retry with a 429 response and Retry-After:\nPASS: 1634 - --retry with a 429 response and Retry-After: and --fail\n 1650: IGNORED: The tool set in the test case for this: 'unit1650' does not exist\n 1651: IGNORED: The tool set in the test case for this: 'unit1651' does not exist\n 1652: IGNORED: The tool set in the test case for this: 'unit1652' does not exist\n 1653: IGNORED: The tool set in the test case for this: 'unit1653' does not exist\n 1654: IGNORED: The tool set in the test case for this: 'unit1654' does not exist\n 1655: IGNORED: The tool set in the test case for this: 'unit1655' does not exist\n 1656: IGNORED: The tool set in the test case for this: 'unit1656' does not exist\n 1657: IGNORED: The tool set in the test case for this: 'unit1657' does not exist\n 1658: IGNORED: The tool set in the test case for this: 'unit1658' does not exist\n 1660: IGNORED: The tool set in the test case for this: 'unit1660' does not exist\n 1661: IGNORED: The tool set in the test case for this: 'unit1661' does not exist\n 1663: IGNORED: The tool set in the test case for this: 'unit1663' does not exist\n 1664: IGNORED: The tool set in the test case for this: 'unit1664' does not exist\nPASS: 1670 - -w individual header output\nPASS: 1671 - -w header JSON output\nPASS: 1680 - HTTP GET with explicit clobber\nPASS: 1681 - HTTP GET without clobber\nPASS: 1682 - HTTP GET without clobber and --output-dir\nPASS: 1683 - HTTP GET without clobber when 100 files already exist\nPASS: 1900 - HSTS curl_easy_duphandle\nPASS: 1901 - Chunked HTTP POST from callback with CURLOPT_POSTFIELDSIZE set\nPASS: 1903 - CURLOPT_COOKIEFILE then reset then set again\nPASS: 1635 - --retry with a 429 response and Retry-After: and --fail-with-body\nPASS: 1905 - CURLOPT_COOKIELIST set to \"FLUSH\" of a shared cookie object\nPASS: 1906 - CURLOPT_CURLU and CURLOPT_PORT\nPASS: 1907 - CURLINFO_EFFECTIVE_URL with non-scheme URL\nPASS: 1904 - HTTP CONNECT with 204 response\nPASS: 1910 - HTTP credentials with newline and redirect\nPASS: 1911 - verify that curl_easy_setopt() rejects too long string inputs\nPASS: 1912 - Cross validate that gcc-typecheck macros match the option types.\nPASS: 1915 - HSTS read/write callbacks\nPASS: 1918 - curl_easy_option_by_name() and curl_easy_option_by_id()\nPASS: 1919 - set CURLOPT_XOAUTH2_BEARER and do connection reuse\nPASS: 1940 - curl_easy_header\nPASS: 1909 - HTTP GET --retry-all-errors to overcome partial transfer\nPASS: 1942 - curl_easy_header with 1xx response\nPASS: 1943 - curl_easy_header with trailers\nPASS: 1944 - curl_easy_header with redirect\nPASS: 1941 - curl_easy_header with CONNECT\nPASS: 1946 - curl_easy_header with redirect but get headers from first request\nPASS: 1947 - curl_easy_nextheader on second request after first did redirects\nPASS: 1948 - CURLOPT_POST after CURLOPT_UPLOAD reusing handle\nPASS: 1960 - application hands over already connected socket\nPASS: 1964 - HTTP AWS_SIGV4 with one provider and auth cred via URL, but X-Xxx-Date header set manually\nPASS: 1977 - CURLOPT_CURLU and CURLINFO_EFFECTIVE_URL\n 1979: IGNORED: The tool set in the test case for this: 'unit1979' does not exist\n 1980: IGNORED: The tool set in the test case for this: 'unit1980' does not exist\nPASS: 2005 - netrc match with password only in file, no username. machine follows\nPASS: 2023 - HTTP authorization retry (Basic)\nPASS: 2024 - HTTP authorization retry (Basic switching to Digest)\nPASS: 1565 - wakeup from another thread\nPASS: 2025 - HTTP authorization retry (Basic switching to NTLM)\nPASS: 2027 - HTTP authorization retry (Digest)\nPASS: 2026 - HTTP authorization retry (Digest switching to Basic)\nPASS: 2029 - HTTP authorization retry (NTLM switching to Basic)\nPASS: 2028 - HTTP authorization retry (Digest switching to NTLM)\nPASS: 2030 - HTTP authorization retry (NTLM switching to Digest)\nPASS: 2031 - HTTP authorization retry (NTLM)\nPASS: 2040 - HTTP Basic authorization, then without authorization\nPASS: 2044 - Attempt to set a default protocol that does not exist\nPASS: 2049 - Connect to specific host\nPASS: 2051 - Connect to specific host: Reuse existing connections if possible\nPASS: 2052 - Connect to specific host: Do not mix connections with and without a \"connect to host\"\nPASS: 2053 - Connect to specific host with IP addresses\nPASS: 2054 - Connect to specific host: use the first \"connect-to\" string that matches\nPASS: 1945 - curl_easy_nextheader with server + CONNECT\nPASS: 2058 - HTTP POST --digest with PUT, resumed upload, modified method and SHA-256\nPASS: 2059 - HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true\nPASS: 2060 - HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false\nPASS: 2061 - HTTP with RFC7616 SHA256 Digest authorization\nPASS: 2062 - HTTP with RFC7616 SHA-512-256 Digest authorization and userhash=false\nPASS: 2063 - HTTP with RFC7616 SHA-256 Digest authorization and userhash=true\nPASS: 2064 - HTTP with RFC7616 Digest authorization with bad password and SHA256\nPASS: 2065 - HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false\nPASS: 2066 - HTTP with RFC7616 Digest authorization with bad password, SHA-256 and userhash=true\nPASS: 2067 - HTTP POST --digest with SHA256 and user-specified Content-Length header\nPASS: 2068 - HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header\nPASS: 2069 - HTTP POST --digest with SHA-256, userhash=true and user-specified Content-Length header\nPASS: 2071 - basic file:// file with \"127.0.0.1\" hostname\nPASS: 2072 - file:// with Unix path resolution behavior for the case of extra slashes\nPASS: 2050 - Connect to specific host via HTTP proxy (switch to tunnel mode automatically)\nPASS: 2073 - HTTP form posts with handle reset\nPASS: 2074 - HTTP GET\nPASS: 2075 - Verify usernames are not allowed in url\nPASS: 2080 - config file with overly long option\nPASS: 2055 - Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode automatically)\nPASS: 2082 - Pre-request callback for HTTP\nPASS: 2084 - Pre-request callback for HTTP with callback terminating transfer\nPASS: 2076 - HTTP with digest auth and URI contains query\nPASS: 2081 - Automatic referrer credential and anchor stripping check\nPASS: 2086 - Pre-request callback for HTTP IPv6\nPASS: 2308 - verify return code when write callback returns error\nPASS: 2085 - Pre-request callback for HTTP with location following\n 2601: IGNORED: The tool set in the test case for this: 'unit2601' does not exist\nPASS: 2309 - HTTP with .netrc using duped easy handle\n 2602: IGNORED: The tool set in the test case for this: 'unit2602' does not exist\nPASS: 2306 - HTTP GET reused handle with first header folded\n 2603: IGNORED: The tool set in the test case for this: 'unit2603' does not exist\nPASS: 3008 - --output-dir\nPASS: 3010 - HTTP retry-after reset\nPASS: 3009 - --output-dir a non-existing directory\nPASS: 3011 - --output-dir with --create-dirs\nPASS: 3012 - --output-dir with -J and -R\nPASS: 3013 - Two --output-dir with --next in between\nPASS: 3014 - Check if %{num_headers} returns correct number of headers\nPASS: 3016 - GET a directory using file://\nPASS: 3015 - HTTP GET -w num_headers with redirected fetch (2 connects)\nPASS: 3019 - HTTP with invalid --resolve syntax\nPASS: 3020 - HTTP with invalid --connect-to syntax\nPASS: 3025 - CURLOPT_HTTP200ALIASES\nPASS: 3026 - curl_global_init thread-safety\nPASS: 3029 - HTTP with multiple -D\nPASS: 3030 - HTTP with multiple transfers in one -D\nPASS: 3031 - --output-dir with --create-dirs\nPASS: 3032 - HTTP redirect loop 3x swsbounce test\nPASS: 3101 - HTTP auth without redirection protocols\nPASS: 3103 - CURLOPT_COOKIELIST without expiry\nPASS: 3104 - CURLOPT_COOKIELIST with Netscape format\nPASS: 3105 - curl_multi_remove_handle twice\n 3200: IGNORED: The tool set in the test case for this: 'unit3200' does not exist\nPASS: 3201 - HTTP GET when PROXY Protocol enabled and spoofed client IP\nPASS: 3202 - HTTP-IPv6 GET with PROXY protocol with spoofed client IP\nPASS: 3203 - GET a directory using file://\n 3205: IGNORED: The tool set in the test case for this: 'unit3205' does not exist\nPASS: 3204 - Use --etag-compare and --etag-save on an existing file\n 3211: IGNORED: The tool set in the test case for this: 'unit3211' does not exist\n 3212: IGNORED: The tool set in the test case for this: 'unit3212' does not exist\n 3213: IGNORED: The tool set in the test case for this: 'unit3213' does not exist\nPASS: 3028 - HTTP GET when PROXY Protocol enabled behind a proxy\nPASS: 1117 - HTTP with invalid range then another URL\nTESTDONE: 1785 tests were considered during 49 seconds.\nTESTDONE: 956 tests out of 956 reported OK: 100%\nDURATION: 49\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5238075256347656,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-dbus_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-dbus",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008296966552734375,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.162229537963867,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03751564025878906,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 11.266599178314209,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009694099426269531,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.dbus.dbus/integration/transient-services.sh.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/integration/transient-services.sh_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-apparmor-activation.sh.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-apparmor-activation.sh_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-assertions.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-assertions_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-atomic.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-atomic_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-corrupt.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-corrupt_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-dbus-daemon-eavesdrop.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-dbus-daemon-eavesdrop_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-dbus-daemon-fork.sh.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-dbus-daemon-fork.sh_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-dbus-daemon.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-dbus-daemon_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-desktop-file.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-desktop-file_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-fdpass.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-fdpass_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-hash.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-hash_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-header-fields.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-header-fields_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-loopback.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-loopback_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-marshal.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-marshal_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-message.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-message_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-misc-internals.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-misc-internals_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-monitor.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-monitor_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-printf.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-printf_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-refs.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-refs_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-relay.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-relay_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-sd-activation.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-sd-activation_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-server-oom.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-server-oom_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-shell.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-shell_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-strings.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-strings_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-syntax.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-syntax_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-sysdeps.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-sysdeps_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-syslog.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-syslog_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-uid-permissions.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-uid-permissions_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-userdb.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-userdb_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-variant.test": {
    "status": "PASSED"
   },
   "ptestresult.dbus.dbus/test-variant_with_config.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/dbus/ptest\nRunning test: dbus/test-atomic.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: atomic_inc/dec\nok 2 - atomic_inc/dec\n# atomic_inc/dec test took 0 seconds\n# Running test: atomic_set_[non]zero\nok 3 - atomic_set_[non]zero\n# atomic_set_[non]zero test took 0 seconds\n# 2 tests passed (1 skipped)\n1..3\nPASS: dbus/test-atomic.test\nRunning test: dbus/test-corrupt_with_config.test\nTAP version 14\n# random seed: R02Sda20129f10f0628dc8ad521c534f2084\n1..4\n# Start of corrupt tests\nok 1 /corrupt/tcp\nok 2 /corrupt/unix\n# Start of byte-order tests\nok 3 /corrupt/byte-order/tcp\nok 4 /corrupt/byte-order/unix\n# End of byte-order tests\n# End of corrupt tests\nPASS: dbus/test-corrupt_with_config.test\nRunning test: dbus/test-message_with_config.test\nTAP version 14\n# random seed: R02Scecbb2fbffb7a43cec4a30b580cd44f7\n1..13\n# Start of message tests\nok 1 /message/fd\nok 2 /message/zero-iter\n# Start of array tests\nok 3 /message/array/array\nok 4 /message/array/dict\nok 5 /message/array/variant\n# End of array tests\n# Start of valid tests\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/byteswap-fd-index.message-raw\nok 6 /message/valid/byteswap-fd-index\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/minimal.message-raw\nok 7 /message/valid/minimal\n# End of valid tests\n# Start of invalid tests\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/boolean-has-no-value.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 8 /message/invalid/boolean-has-no-value\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/fixed-array-not-divisible.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Array length incorrect)\nok 9 /message/invalid/fixed-array-not-divisible\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/issue418.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 10 /message/invalid/issue418\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/mis-nested-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 11 /message/invalid/mis-nested-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/truncated-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature length out of bounds)\nok 12 /message/invalid/truncated-variant-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/zero-length-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature empty)\nok 13 /message/invalid/zero-length-variant-sig\n# End of invalid tests\n# End of message tests\nPASS: dbus/test-message_with_config.test\nRunning test: dbus/test-relay.test\nTAP version 14\n# random seed: R02S4986d8651b8711b32590c1e2d20029f8\n1..6\n# Start of connect tests\n# Resetting test timeout (reference: 0x55a4e1639440; factor: 1)\n# Time since timeout reset 0x55a4e1639440: 0.000 seconds\nok 1 /connect/tcp\n# Resetting test timeout (reference: 0x55a4e163c960; factor: 1)\n# Time since timeout reset 0x55a4e163c960: 0.000 seconds\nok 2 /connect/unix\n# End of connect tests\n# Start of relay tests\n# Resetting test timeout (reference: 0x55a4e163e8f0; factor: 1)\n# Time since timeout reset 0x55a4e163e8f0: 0.041 seconds\nok 3 /relay/tcp\n# Resetting test timeout (reference: 0x55a4e163a2d0; factor: 1)\n# Time since timeout reset 0x55a4e163a2d0: 0.000 seconds\nok 4 /relay/unix\n# End of relay tests\n# Start of limit tests\n# Resetting test timeout (reference: 0x55a4e163e830; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55a4e163e830: 0.123 seconds\nok 5 /limit/tcp\n# Resetting test timeout (reference: 0x55a4e1642b60; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55a4e1642b60: 0.055 seconds\nok 6 /limit/unix\n# End of limit tests\nPASS: dbus/test-relay.test\nRunning test: dbus/test-syslog.test\nTAP version 14\n# random seed: R02S90f8e4d5796743d2fd9d202406c28d6b\n1..1\n# Start of syslog tests\nok 1 /syslog/normal\n# End of syslog tests\nPASS: dbus/test-syslog.test\nRunning test: dbus/test-syntax.test\nTAP version 14\n# random seed: R02Sa0b6f8f98fb63529e683f76f872698d8\n1..8\n# Start of syntax tests\nok 1 /syntax/path\nok 2 /syntax/interface\nok 3 /syntax/error\nok 4 /syntax/member\nok 5 /syntax/bus-name\nok 6 /syntax/signature\nok 7 /syntax/single-signature\nok 8 /syntax/utf8\n# End of syntax tests\nPASS: dbus/test-syntax.test\nRunning test: dbus/test-syntax_with_config.test\nTAP version 14\n# random seed: R02Sb6b45fee15e116cb288c8012b774ff85\n1..8\n# Start of syntax tests\nok 1 /syntax/path\nok 2 /syntax/interface\nok 3 /syntax/error\nok 4 /syntax/member\nok 5 /syntax/bus-name\nok 6 /syntax/signature\nok 7 /syntax/single-signature\nok 8 /syntax/utf8\n# End of syntax tests\nPASS: dbus/test-syntax_with_config.test\nRunning test: dbus/test-refs.test\nTAP version 14\n# random seed: R02S0698bb96cc5de40e3408b1572c9f75fb\n1..4\n# Start of refs tests\n# Resetting test timeout (reference: 0x55edc63ef340; factor: 1)\n# Time since timeout reset 0x55edc63ef340: 0.398 seconds\nok 1 /refs/connection\n# Resetting test timeout (reference: 0x55edc63f0280; factor: 1)\n# Time since timeout reset 0x55edc63f0280: 0.053 seconds\nok 2 /refs/message\n# Resetting test timeout (reference: 0x55edc63ef3a0; factor: 1)\n# Time since timeout reset 0x55edc63ef3a0: 0.396 seconds\nok 3 /refs/pending-call\n# Resetting test timeout (reference: 0x55edc63f0620; factor: 1)\n# Time since timeout reset 0x55edc63f0620: 0.259 seconds\nok 4 /refs/server\n# End of refs tests\nPASS: dbus/test-refs.test\nRunning test: dbus/test-header-fields_with_config.test\nTAP version 14\n# random seed: R02S29f218cdd19a284e0b9f05a76c0300ca\n1..5\n# Start of message tests\n# Start of weird-header-field tests\n# Resetting test timeout (reference: 0x55ef9a62d400; factor: 1)\n# Time since timeout reset 0x55ef9a62d400: 0.000 seconds\nok 1 /message/weird-header-field/none\n# Resetting test timeout (reference: 0x55ef9a62dbe0; factor: 1)\n# Time since timeout reset 0x55ef9a62dbe0: 0.000 seconds\nok 2 /message/weird-header-field/append\n# Resetting test timeout (reference: 0x55ef9a630c30; factor: 1)\n# Time since timeout reset 0x55ef9a630c30: 0.000 seconds\nok 3 /message/weird-header-field/change\n# Resetting test timeout (reference: 0x55ef9a62f1c0; factor: 1)\n# Time since timeout reset 0x55ef9a62f1c0: 0.000 seconds\nok 4 /message/weird-header-field/prepend\n# Resetting test timeout (reference: 0x55ef9a62f9c0; factor: 1)\n# Time since timeout reset 0x55ef9a62f9c0: 0.000 seconds\nok 5 /message/weird-header-field/multi\n# End of weird-header-field tests\n# End of message tests\nPASS: dbus/test-header-fields_with_config.test\nRunning test: dbus/test-fdpass_with_config.test\nTAP version 14\n# random seed: R02Sf058aab415d2fc1bb4520870e6af9b98\n1..15\nok 1 /unsupported\nok 2 /relay\nok 3 /limit\n# Start of too-many tests\nok 4 /too-many/plus1\nok 5 /too-many/plus2\nok 6 /too-many/plus17\nok 7 /too-many/split\n# End of too-many tests\n# Start of flood tests\nok 8 /flood/1\nok 9 /flood/half-limit\nok 10 /flood/over-half-limit\nok 11 /flood/limit\n# End of flood tests\n# Start of odd-limit tests\nok 12 /odd-limit/minus1\nok 13 /odd-limit/at\nok 14 /odd-limit/plus1\nok 15 /odd-limit/plus2\n# End of odd-limit tests\nPASS: dbus/test-fdpass_with_config.test\nRunning test: dbus/test-dbus-daemon_with_config.test\nTAP version 14\n# random seed: R02S4562e43b907be52e2aeb606375516ff4\n1..36\n# Resetting test timeout (reference: 0x56477f58b5c0; factor: 1)\n# ProcessID of this process is 2830\n# UnixUserID of this process is 0\n# UnixGroupIDs of this process present (1 groups)\n# Time since timeout reset 0x56477f58b5c0: 0.001 seconds\nok 1 /creds\n# Resetting test timeout (reference: 0x56477f58b6a0; factor: 1)\n# GetConnectionUnixProcessID returned 2830\n# Time since timeout reset 0x56477f58b6a0: 0.001 seconds\nok 2 /processid\n# Resetting test timeout (reference: 0x56477f58ef90; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=61303\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\n# max perf: 2000 messages / 0.025454 seconds\n# Time since timeout reset 0x56477f58ef90: 0.027 seconds\nok 3 /unix-runtime-is-default\n# Start of echo tests\n# Resetting test timeout (reference: 0x56477f58e1e0; factor: 1)\n# max perf: 2000 messages / 0.039647 seconds\n# Time since timeout reset 0x56477f58e1e0: 0.041 seconds\nok 4 /echo/session\n# Resetting test timeout (reference: 0x56477f6f00a0; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# max perf: 10000 messages / 0.172576 seconds\n# Time since timeout reset 0x56477f6f00a0: 0.175 seconds\nok 5 /echo/limited\n# End of echo tests\n# Start of no-reply tests\n# Resetting test timeout (reference: 0x56477f640150; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=76112\n# Time since timeout reset 0x56477f640150: 0.003 seconds\nok 6 /no-reply/disconnect\n# Resetting test timeout (reference: 0x56477f58a880; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=76112\n# Time since timeout reset 0x56477f58a880: 0.102 seconds\nok 7 /no-reply/timeout\n# End of no-reply tests\n# Start of canonical-path tests\n# Resetting test timeout (reference: 0x56477f5fd220; factor: 1)\n# Time since timeout reset 0x56477f5fd220: 0.002 seconds\nok 8 /canonical-path/uae\n# End of canonical-path tests\n# Start of limits tests\n# Resetting test timeout (reference: 0x56477f600d40; factor: 1)\ndbus-daemon[2839]: [session uid=0 pid=2839 pidfd=4] The maximum number of active connections has been reached (max_completed_connections=3)\n# Time since timeout reset 0x56477f600d40: 0.003 seconds\nok 9 /limits/max-completed-connections\n# Resetting test timeout (reference: 0x56477f61f720; factor: 1)\ndbus-daemon[2840]: [session uid=0 pid=2840 pidfd=4] The maximum number of active connections for UID 0 has been reached (max_connections_per_user=3)\n# Time since timeout reset 0x56477f61f720: 0.001 seconds\nok 10 /limits/max-connections-per-user\n# Resetting test timeout (reference: 0x56477f5fc910; factor: 1)\ndbus-daemon[2841]: [session uid=0 pid=2841 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=3)\ndbus-daemon[2841]: [session uid=0 pid=2841 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=3)# message of type 3\n\n# message of type 3\n# message of type 2\n# message of type 2\n# message of type 2\n# Time since timeout reset 0x56477f5fc910: 0.002 seconds\nok 11 /limits/max-replies-per-connection\n# Resetting test timeout (reference: 0x56477f624cb0; factor: 1)\ndbus-daemon[2842]: [session uid=0 pid=2842 pidfd=4] Connection \":1.0\" is not allowed to add more match rules (increase limits in configuration file if required; max_match_rules_per_connection=3)\n# Time since timeout reset 0x56477f624cb0: 0.003 seconds\nok 12 /limits/max-match-rules-per-connection\n# Resetting test timeout (reference: 0x56477f61f9e0; factor: 1)\ndbus-daemon[2843]: [session uid=0 pid=2843 pidfd=4] Connection \":1.0\" is not allowed to own more services (increase limits in configuration file if required; max_names_per_connection=4)\n# Time since timeout reset 0x56477f61f9e0: 0.003 seconds\nok 13 /limits/max-names-per-connection\n# Resetting test timeout (reference: 0x56477f5fd250; factor: 1)\n# Time since timeout reset 0x56477f5fd250: 0.001 seconds\nok 14 /limits/pending-fd-timeout # SKIP Cannot test, uid 0 is immune to this limit\n# End of limits tests\n# Start of match tests\n# Start of remove tests\n# Resetting test timeout (reference: 0x56477f624df0; factor: 1)\n# Time since timeout reset 0x56477f624df0: 0.002 seconds\nok 15 /match/remove/fails\n# Resetting test timeout (reference: 0x56477f602310; factor: 1)\n# Time since timeout reset 0x56477f602310: 0.001 seconds\nok 16 /match/remove/succeeds\n# End of remove tests\n# End of match tests\n# Start of peer tests\n# Resetting test timeout (reference: 0x56477f6039a0; factor: 1)\n# Time since timeout reset 0x56477f6039a0: 0.001 seconds\nok 17 /peer/ping\n# Resetting test timeout (reference: 0x56477f5fd250; factor: 1)\n# Time since timeout reset 0x56477f5fd250: 0.001 seconds\nok 18 /peer/get-machine-id\n# End of peer tests\n# Start of properties tests\n# Resetting test timeout (reference: 0x56477f625450; factor: 1)\n# Time since timeout reset 0x56477f625450: 0.001 seconds\nok 19 /properties/get-invalid-iface\n# Resetting test timeout (reference: 0x56477f611c50; factor: 1)\n# Time since timeout reset 0x56477f611c50: 0.001 seconds\nok 20 /properties/get-invalid-path\n# Resetting test timeout (reference: 0x56477f606a70; factor: 1)\n# Time since timeout reset 0x56477f606a70: 0.001 seconds\nok 21 /properties/get-invalid\n# Resetting test timeout (reference: 0x56477f606a30; factor: 1)\n# Time since timeout reset 0x56477f606a30: 0.001 seconds\nok 22 /properties/get-all-invalid-iface\n# Resetting test timeout (reference: 0x56477f580b50; factor: 1)\n# Time since timeout reset 0x56477f580b50: 0.001 seconds\nok 23 /properties/get-all-invalid-path\n# Resetting test timeout (reference: 0x56477f78f140; factor: 1)\n# Time since timeout reset 0x56477f78f140: 0.001 seconds\nok 24 /properties/set-invalid-iface\n# Resetting test timeout (reference: 0x56477f57f650; factor: 1)\n# Time since timeout reset 0x56477f57f650: 0.001 seconds\nok 25 /properties/set-invalid-path\n# Resetting test timeout (reference: 0x56477f5805b0; factor: 1)\n# Time since timeout reset 0x56477f5805b0: 0.001 seconds\nok 26 /properties/set-invalid\n# Resetting test timeout (reference: 0x56477f78f890; factor: 1)\n# Time since timeout reset 0x56477f78f890: 0.001 seconds\nok 27 /properties/set\n# Resetting test timeout (reference: 0x56477f58b780; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Time since timeout reset 0x56477f58b780: 0.001 seconds\nok 28 /properties/features\n# Resetting test timeout (reference: 0x56477f640150; factor: 1)\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x56477f640150: 0.001 seconds\nok 29 /properties/interfaces\n# Resetting test timeout (reference: 0x56477f58bd40; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x56477f58bd40: 0.003 seconds\nok 30 /properties/get-all\n# End of properties tests\n# Start of policy tests\n# Resetting test timeout (reference: 0x56477f640150; factor: 1)\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 1 fds to /test/DenySendMax2 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 2 fds to /test/DenySendMax2 was denied, as expected\n# message of type 2\n# Sending 3 fds to /test/DenySendMax2 was not denied, as expected\n# message of type 2\n# Sending 4 fds to /test/DenySendMax2 was not denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 2 fds to /test/DenyReceiveMax3 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 3 fds to /test/DenyReceiveMax3 was denied, as expected\n# message of type 2\n# Sending 4 fds to /test/DenyReceiveMax3 was not denied, as expected\n# message of type 2\n# Sending 5 fds to /test/DenyReceiveMax3 was not denied, as expected\n# message of type 2\n# Sending 2 fds to /test/DenySendMin4 was not denied, as expected\n# message of type 2\n# Sending 3 fds to /test/DenySendMin4 was not denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 4 fds to /test/DenySendMin4 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 5 fds to /test/DenySendMin4 was denied, as expected\n# message of type 2\n# Sending 3 fds to /test/DenyReceiveMin5 was not denied, as expected\n# message of type 2\n# Sending 4 fds to /test/DenyReceiveMin5 was not denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 5 fds to /test/DenyReceiveMin5 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 6 fds to /test/DenyReceiveMin5 was denied, as expected\n# Time since timeout reset 0x56477f640150: 0.005 seconds\nok 31 /policy/count-fds\n# End of policy tests\n# Start of fd-limit tests\n# Resetting test timeout (reference: 0x56477f615580; factor: 1)\n# our RLIMIT_NOFILE: rlim_cur: 1024, rlim_max: 4096\n# dbus-daemon's RLIMIT_NOFILE: rlim_cur: 65536, rlim_max: 65536\n# Time since timeout reset 0x56477f615580: 0.002 seconds\nok 32 /fd-limit/session\n# Resetting test timeout (reference: 0x56477f57fa50; factor: 1)\n# our RLIMIT_NOFILE: rlim_cur: 1024, rlim_max: 4096\n# dbus-daemon's RLIMIT_NOFILE: rlim_cur: 65536, rlim_max: 65536\n# Time since timeout reset 0x56477f57fa50: 0.003 seconds\nok 33 /fd-limit/system\n# End of fd-limit tests\n# Start of activation tests\n# Resetting test timeout (reference: 0x56477f615580; factor: 1)\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.2\": \"\" -> \":1.2\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.2\"\nEcho service echoed string: \"hello world\"\n# TestSuiteForkingEchoService initial reply OK\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.2\" -> \"\"\n# owner of \":1.2\": \":1.2\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.3\": \"\" -> \":1.3\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\nEcho service echoed string: \"counter 1\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.3\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.3\" -> \"\"\n# owner of \":1.3\": \":1.3\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.4\": \"\" -> \":1.4\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.4\"\nEcho service echoed string: \"counter 3\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.4\" -> \"\"\n# owner of \":1.4\": \":1.4\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\nExecuting: dbus/test-dbus-daemon_with_config.test\n# owner of \":1.5\": \"\" -> \":1.5\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.5\"\nEcho service echoed string: \"counter 5\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.5\" -> \"\"\n# owner of \":1.5\": \":1.5\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \":1.6\": \"\" -> \":1.6\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.6\"\nEcho service echoed string: \"counter 7\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.6\" -> \"\"\n# owner of \":1.6\": \":1.6\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.7\": \"\" -> \":1.7\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\nEcho service echoed string: \"counter 9\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.7\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.7\" -> \"\"\n# Time since timeout reset 0x56477f615580: 6.017 seconds\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\nok 34 /activation/forking\n# slow test /activation/forking executed in 6.02 secs\n# End of activation tests\n# Start of system-policy tests\n# Resetting test timeout (reference: 0x56477f580b80; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=18229\ndbus-daemon[2887]: [session uid=0 pid=2887 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\ndbus-daemon[2887]: [session uid=0 pid=2887 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteEchoService'\n# got signal\n# Time since timeout reset 0x56477f580b80: 0.005 seconds\nok 35 /system-policy/allow-signals\n# Start of send-destination tests\n# Resetting test timeout (reference: 0x56477f6296c0; factor: 1)\n# reply from foo.bar.test.dest_prefix.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ao.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ao.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a for correct method_return\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f1.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.do(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct method_return\n# reply from foo.bar.test.dest_prefix.do(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.do.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.do.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f for correct access_denied\n# Time since timeout reset 0x56477f6296c0: 0.129 seconds\nok 36 /system-policy/send-destination/prefix\n# End of send-destination tests\n# End of system-policy tests\nPASS: dbus/test-dbus-daemon_with_config.test\nRunning test: dbus/test-server-oom.test\nTAP version 14\n# random seed: R02S851ab94253739696227f416b3e289f68\n1..5\n# Start of server tests\nok 1 /server/new-tcp\nok 2 /server/new-nonce-tcp\nok 3 /server/new-tcp-star\nok 4 /server/new-tcp-v4\nok 5 /server/unix\n# End of server tests\nPASS: dbus/test-server-oom.test\nRunning test: dbus/test-corrupt.test\nTAP version 14\n# random seed: R02S4b815a1d010be62e203a0bcc400cb8e3\n1..4\n# Start of corrupt tests\nok 1 /corrupt/tcp\nok 2 /corrupt/unix\n# Start of byte-order tests\nok 3 /corrupt/byte-order/tcp\nok 4 /corrupt/byte-order/unix\n# End of byte-order tests\n# End of corrupt tests\nPASS: dbus/test-corrupt.test\nRunning test: dbus/test-misc-internals_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: misc\nok 2 - misc\n# misc test took 0 seconds\nok 3 # SKIP unable to determine whether misc leaked memory (not compiled with memory instrumentation)\n# Running test: address\nok 4 - address\n# address test took 0 seconds\nok 5 # SKIP unable to determine whether address leaked memory (not compiled with memory instrumentation)\n# Running test: server\n# checking server address 'tcp:port=1234'\n# checking server address 'tcp:host=localhost,port=1234'\n# checking server address 'tcp:host=localhost,port=1234;tcp:port=5678'\n# checking server address 'tcp:port=1234'\n# checking server address 'unix:path=/tmp/dbus-test-I2SS0m/boogie'\n# checking server address 'tcp:port=1234;unix:path=/tmp/dbus-test-I2SS0m/boogie'\n# checking server address 'unix:path=./boogie'\n# checking server address 'tcp:port=1234;unix:path=./boogie'\nok 6 - server\n# server test took 0 seconds\nok 7 # SKIP unable to determine whether server leaked memory (not compiled with memory instrumentation)\n# Running test: signature\nok 8 - signature\n# signature test took 0 seconds\nok 9 # SKIP unable to determine whether signature leaked memory (not compiled with memory instrumentation)\n# Running test: mem-pool\nok 10 - mem-pool\n# mem-pool test took 1 seconds\nok 11 # SKIP unable to determine whether mem-pool leaked memory (not compiled with memory instrumentation)\n# Running test: list\nok 12 - list\n# list test took 0 seconds\nok 13 # SKIP unable to determine whether list leaked memory (not compiled with memory instrumentation)\n# Running test: userdb\n#     Current user: root homedir: /home/root gids:\n# - 0\n# Is Console user: 0\n# Invocation was OK: yes\n# Is Console user 4711: 0\n# Invocation was OK: yes\nok 14 - userdb\n# userdb test took 0 seconds\nok 15 # SKIP unable to determine whether userdb leaked memory (not compiled with memory instrumentation)\n# 7 tests passed (8 skipped)\n1..15\n# removed test socket directory /tmp/dbus-test-I2SS0m\nPASS: dbus/test-misc-internals_with_config.test\nRunning test: dbus/test-shell_with_config.test\n# Testing command line 'command -s --force-shutdown \"a string\" 123'\n# Number of arguments: 5\n# Argument 0 = command\n# Argument 1 = -s\n# Argument 2 = --force-shutdown\n# Argument 3 = a string\n# Argument 4 = 123\n# Testing command line 'command -s'\n# Number of arguments: 2\n# Argument 0 = command\n# Argument 1 = -s\n# Testing command line '/opt/gnome/bin/service-start'\n# Number of arguments: 1\n# Argument 0 = /opt/gnome/bin/service-start\n# Testing command line 'grep -l -r -i 'whatever' files*.c'\n# Number of arguments: 6\n# Argument 0 = grep\n# Argument 1 = -l\n# Argument 2 = -r\n# Argument 3 = -i\n# Argument 4 = whatever\n# Argument 5 = files*.c\n# Testing command line '/home/boston/johnp/devel-local/dbus/test/test-segfault'\n# Number of arguments: 1\n# Argument 0 = /home/boston/johnp/devel-local/dbus/test/test-segfault\n# Testing command line 'ls -l -a --colors'\n# Number of arguments: 4\n# Argument 0 = ls\n# Argument 1 = -l\n# Argument 2 = -a\n# Argument 3 = --colors\n# Testing command line 'rsync-to-server'\n# Number of arguments: 1\n# Argument 0 = rsync-to-server\n# Testing command line 'test-segfault --no-segfault'\n# Number of arguments: 2\n# Argument 0 = test-segfault\n# Argument 1 = --no-segfault\n# Testing command line 'evolution mailto:pepe@cuco.com'\n# Number of arguments: 2\n# Argument 0 = evolution\n# Argument 1 = mailto:pepe@cuco.com\n# Testing command line 'run \"a \n multiline\"'\n# Number of arguments: 2\n# Argument 0 = run\n# Argument 1 = a \n multiline\n# Testing command line 'ls \"a wrong string''\n# Error (as expected) parsing command line: Unclosed quotes in command line\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\n1..11\nPASS: dbus/test-shell_with_config.test\nRunning test: dbus/test-hash.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: hash\n# Computing test hash keys...\n# ... done.\nok 2 - hash\n# hash test took 0 seconds\nok 3 # SKIP unable to determine whether hash leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-hash.test\nRunning test: dbus/test-uid-permissions_with_config.test\nTAP version 14\n# random seed: R02Sb68a1c848af50820b318c7a877230dad\n1..4\n# Start of uid-permissions tests\n# Start of uae tests\ndbus-daemon[2904]: rejected attempt to call UpdateActivationEnvironment by connection :1.0 (uid=65534 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") with uid 65534\nok 1 /uid-permissions/uae/other\n# End of uae tests\n# Start of monitor tests\ndbus-daemon[2906]: Connection :1.0 (uid=0 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") became a monitor.\ndbus-daemon[2906]: Monitoring connection :1.0 closed.\nok 2 /uid-permissions/monitor/root\ndbus-daemon[2908]: Connection :1.0 (uid=999 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") became a monitor.\ndbus-daemon[2908]: Monitoring connection :1.0 closed.\nok 3 /uid-permissions/monitor/messagebus\ndbus-daemon[2910]: rejected attempt to call BecomeMonitor by connection :1.0 (uid=65534 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") with uid 65534\nok 4 /uid-permissions/monitor/other\n# End of monitor tests\n# End of uid-permissions tests\nPASS: dbus/test-uid-permissions_with_config.test\nRunning test: dbus/test-sd-activation.test\nTAP version 14\n# random seed: R02S29fb6d642aa34a24d1e082df2f3b0cc3\n1..8\n# Start of sd-activation tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 1 /sd-activation/activation # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 2 /sd-activation/uae # SKIP DBUS_TEST_DATA not set\n# Start of deny-send tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 3 /sd-activation/deny-send/com.example.SendDenied # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 4 /sd-activation/deny-send/com.example.SendPrefixDenied # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 5 /sd-activation/deny-send/com.example.SendPrefixDenied.internal # SKIP DBUS_TEST_DATA not set\n# End of deny-send tests\n# Start of deny-receive tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 6 /sd-activation/deny-receive/com.example.ReceiveDenied # SKIP DBUS_TEST_DATA not set\n# End of deny-receive tests\n# Start of transient-services tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 7 /sd-activation/transient-services/later # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 8 /sd-activation/transient-services/in-advance # SKIP DBUS_TEST_DATA not set\n# End of transient-services tests\n# End of sd-activation tests\nPASS: dbus/test-sd-activation.test\nRunning test: dbus/test-uid-permissions.test\nTAP version 14\n# random seed: R02Sd5f922860bf2574fa083c946b6b2d053\n1..4\n# Start of uid-permissions tests\n# Start of uae tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 1 /uid-permissions/uae/other # SKIP DBUS_TEST_DATA not set\n# End of uae tests\n# Start of monitor tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 2 /uid-permissions/monitor/root # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 3 /uid-permissions/monitor/messagebus # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 4 /uid-permissions/monitor/other # SKIP DBUS_TEST_DATA not set\n# End of monitor tests\n# End of uid-permissions tests\nPASS: dbus/test-uid-permissions.test\nRunning test: dbus/test-apparmor-activation.sh_with_config.test\n# Attempting to load AppArmor profiles\n/usr/libexec/installed-tests/dbus/test-apparmor-activation.sh: line 50: apparmor_parser: command not found\n1..0 # SKIP - unable to load AppArmor profiles\nPASS: dbus/test-apparmor-activation.sh_with_config.test\nRunning test: dbus/test-loopback.test\nTAP version 14\n# random seed: R02S989c1dc2c0a43bd932cba39afa2427f0\n1..13\n# listening at tcp:host=127.0.0.1,port=37619,family=ipv4,guid=1f33732a4b79c94a4f15cb9e685001f4\n# Credentials: uid=0\nok 1 /builtin-filters\n# Start of connect tests\n# listening at tcp:host=127.0.0.1,port=44687,family=ipv4,guid=2341a0f9c78b2802099f4466685001f4\n# Credentials: uid=0\nok 2 /connect/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=39559,family=ipv4,noncefile=/tmp/dbus_nonce-sYPwgaqb/nonce,guid=ff4ab15b2bc033d0595e52ed685001f4\n# Credentials: uid=0\nok 3 /connect/nonce-tcp\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-wAUtay0y4S,guid=846446136f9bca5122b28e9f685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 4 /connect/unix/tmpdir\n# listening at unix:path=/tmp/dbus-xuDOTcTDrc,guid=a443a2a5430c2c6a83d3d12f685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 5 /connect/unix/dir\n# XDG_RUNTIME_DIR /tmp/dbus=daemon=test.IPMQ82\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.IPMQ82/bus,guid=3c06e6de774f27bfcf7fd1a6685001f4\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.IPMQ82/bus,guid=3c06e6de774f27bfcf7fd1a6685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 6 /connect/unix/runtime\n# listening at unix:path=/tmp/dbus-CedPhdTyoH,guid=76b0697b4940d1c0d5bf00d9685001f4\n# listening at unix:path=/tmp/dbus-CedPhdTyoH,guid=76b0697b4940d1c0d5bf00d9685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 7 /connect/unix/no-runtime\n# End of unix tests\n# End of connect tests\n# Start of message tests\n# listening at tcp:host=127.0.0.1,port=43805,family=ipv4,guid=edbc2a1542f04ac6dcbe5775685001f4\n# Credentials: uid=0\nok 8 /message/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=36303,family=ipv4,noncefile=/tmp/dbus_nonce-PlYfDQxN/nonce,guid=3e9f7229abb31050e1ec5f48685001f4\n# Credentials: uid=0\nok 9 /message/nonce-tcp\n# Start of bad-guid tests\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 10 /message/bad-guid/tcp\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 11 /message/bad-guid/unix\n# End of bad-guid tests\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-JgOC6QWrpu,guid=a6e6466b66517316839a91a4685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 12 /message/unix/tmpdir\n# listening at unix:path=/tmp/dbus-ak5igw856U,guid=ed728d7a45c970d6cc988309685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 13 /message/unix/dir\n# End of unix tests\n# End of message tests\nPASS: dbus/test-loopback.test\nRunning test: dbus/test-desktop-file_with_config.test\nTAP version 14\n# random seed: R02S1ac884300687a5444cbe5c2913ff690f\n1..25\n# Start of desktop-file tests\n# Start of valid tests\nok 1 /desktop-file/valid/newlines\nok 2 /desktop-file/valid/spaces\nok 3 /desktop-file/valid/normal\nok 4 /desktop-file/valid/empty value\nok 5 /desktop-file/valid/empty section\nok 6 /desktop-file/valid/empty section with newline\nok 7 /desktop-file/valid/odd whitespace\nok 8 /desktop-file/valid/Misc printable ASCII in section heading\nok 9 /desktop-file/valid/Backslash in section heading\nok 10 /desktop-file/valid/empty\n# End of valid tests\n# Start of invalid tests\nok 11 /desktop-file/invalid/unterminated section heading\nok 12 /desktop-file/invalid/newline in section heading\nok 13 /desktop-file/invalid/tab in section heading\nok 14 /desktop-file/invalid/junk after section heading\nok 15 /desktop-file/invalid/opening square bracket in section heading\nok 16 /desktop-file/invalid/closing square bracket in section heading\nok 17 /desktop-file/invalid/control character in section heading\nok 18 /desktop-file/invalid/backspace in section heading\nok 19 /desktop-file/invalid/NUL in section heading\nok 20 /desktop-file/invalid/non-ASCII in section heading\nok 21 /desktop-file/invalid/bare string not in section\nok 22 /desktop-file/invalid/key-value not in section\nok 23 /desktop-file/invalid/contains control character\nok 24 /desktop-file/invalid/contains nul\nok 25 /desktop-file/invalid/empty section name\n# End of invalid tests\n# End of desktop-file tests\nPASS: dbus/test-desktop-file_with_config.test\nRunning test: dbus/test-dbus-daemon-eavesdrop_with_config.test\nTAP version 14\n# random seed: R02Se01c64280073a829a79cd2f41a60b6a7\n1..3\n# Start of eavedrop tests\n# Start of match_keyword tests\nok 1 /eavedrop/match_keyword/broadcast\nok 2 /eavedrop/match_keyword/unicast_to_receiver\nok 3 /eavedrop/match_keyword/unicast_to_sender\n# End of match_keyword tests\n# End of eavedrop tests\nPASS: dbus/test-dbus-daemon-eavesdrop_with_config.test\nRunning test: dbus/test-variant.test\nTAP version 14\n# random seed: R02Sc3fde05ec694673186f73873a23bb602\n1..2\n# Start of variant tests\nok 1 /variant/simple\nok 2 /variant/oom\n# End of variant tests\nPASS: dbus/test-variant.test\nRunning test: dbus/test-sysdeps_with_config.test\nTAP version 14\n# random seed: R02S0438b1f7a225eb5b9b1a35f7d44cb055\n1..3\n# Start of sysdeps tests\n# Process ID of process handle 2932: 2932\n# Process 2932: \"/usr/libexec/installed-tests/dbus/test-sleep-forever bees\"\n# Process 2932 (truncated): \"/usr/libex\"\nok 1 /sysdeps/command_for_pid\nok 2 /sysdeps/close_all\nok 3 /sysdeps/set_all_close_on_exec\n# End of sysdeps tests\nPASS: dbus/test-sysdeps_with_config.test\nRunning test: dbus/test-printf.test\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\n1..8\nPASS: dbus/test-printf.test\nRunning test: dbus/integration/transient-services.sh_with_config.test\n1..0 # SKIP -  is empty or unset\nPASS: dbus/integration/transient-services.sh_with_config.test\nRunning test: dbus/test-dbus-daemon-eavesdrop.test\nTAP version 14\n# random seed: R02Sac4e3fac2e7f2cfa5be0e7acdbd6f618\n1..3\n# Start of eavedrop tests\n# Start of match_keyword tests\nok 1 /eavedrop/match_keyword/broadcast\nok 2 /eavedrop/match_keyword/unicast_to_receiver\nok 3 /eavedrop/match_keyword/unicast_to_sender\n# End of match_keyword tests\n# End of eavedrop tests\nPASS: dbus/test-dbus-daemon-eavesdrop.test\nRunning test: dbus/test-syslog_with_config.test\nTAP version 14\n# random seed: R02Sa7544ca34a26aa1dbc8f685a6c282d5e\n1..1\n# Start of syslog tests\nok 1 /syslog/normal\n# End of syslog tests\nPASS: dbus/test-syslog_with_config.test\nRunning test: dbus/test-sd-activation_with_config.test\nTAP version 14\n# random seed: R02S6172c19f0b89e4d3392bdbba1c22d903\n1..8\n# Start of sd-activation tests\ndbus-daemon[2947]: Activating systemd to hand-off: service name='com.example.SystemdActivatable1' unit='dbus-com.example.SystemdActivatable1.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\ndbus-daemon[2947]: Successfully activated service 'org.freedesktop.systemd1'\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2947]: Successfully activated service 'com.example.SystemdActivatable1'\ndbus-daemon[2947]: Activating via systemd: service name='com.example.SystemdActivatable2' unit='dbus-com.example.SystemdActivatable2.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2947]: Ignoring forged ActivationFailure message from connection :1.0 (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\ndbus-daemon[2947]: Successfully activated service 'com.example.SystemdActivatable2'\ndbus-daemon[2947]: Activating via systemd: service name='com.example.SystemdActivatable3' unit='dbus-com.example.SystemdActivatable3.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2947]: Activation via systemd failed for unit 'dbus-com.example.SystemdActivatable3.service': Computer says no\ndbus-daemon[2947]: Activating via systemd: service name='com.example.SendPrefixDenied.SendPrefixAllowed.internal' unit='dbus-com.example.SendPrefixDenied.SendPrefixAllowed.internal.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\nok 1 /sd-activation/activation\ndbus-daemon[2948]: Successfully activated service 'org.freedesktop.systemd1'\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Manager member SetEnvironment\n# got call\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Manager member SetEnvironment\n# got call\nok 2 /sd-activation/uae\n# Start of deny-send tests\ndbus-daemon[2949]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.bar\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.SendDenied\" (bus)\nok 3 /sd-activation/deny-send/com.example.SendDenied\ndbus-daemon[2950]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.bar\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.SendPrefixDenied\" (bus)\nok 4 /sd-activation/deny-send/com.example.SendPrefixDenied\ndbus-daemon[2951]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.bar\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.SendPrefixDenied.internal\" (bus)\nok 5 /sd-activation/deny-send/com.example.SendPrefixDenied.internal\n# End of deny-send tests\n# Start of deny-receive tests\ndbus-daemon[2952]: Activating systemd to hand-off: service name='com.example.ReceiveDenied' unit='dbus-com.example.ReceiveDenied.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\ndbus-daemon[2952]: Successfully activated service 'org.freedesktop.systemd1'\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2952]: Successfully activated service 'com.example.ReceiveDenied'\ndbus-daemon[2952]: Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.ReceiveDenied\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.ReceiveDenied\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\nok 6 /sd-activation/deny-receive/com.example.ReceiveDenied\n# End of deny-receive tests\n# Start of transient-services tests\ndbus-daemon[2953]: Reloaded configuration\ndbus-daemon[2953]: Activating via systemd: service name='com.example.TransientActivatable1' unit='dbus-com.example.TransientActivatable1.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2953]: Successfully activated service 'com.example.TransientActivatable1'\nok 7 /sd-activation/transient-services/later\ndbus-daemon[2954]: Activating via systemd: service name='com.example.TransientActivatable1' unit='dbus-com.example.TransientActivatable1.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2954]: Successfully activated service 'com.example.TransientActivatable1'\nok 8 /sd-activation/transient-services/in-advance\n# End of transient-services tests\n# End of sd-activation tests\nPASS: dbus/test-sd-activation_with_config.test\nRunning test: dbus/test-strings.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: skip_blank\nok 2 - skip_blank\n# skip_blank test took 0 seconds\nok 3 # SKIP unable to determine whether skip_blank leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-strings.test\nRunning test: dbus/test-loopback_with_config.test\nTAP version 14\n# random seed: R02S4ea8fadf055a2000498244f1237f364c\n1..13\n# listening at tcp:host=127.0.0.1,port=39021,family=ipv4,guid=b52d6cfdd43698bf68f79694685001f5\n# Credentials: uid=0\nok 1 /builtin-filters\n# Start of connect tests\n# listening at tcp:host=127.0.0.1,port=40827,family=ipv4,guid=fccdeae598b47ce11d79c39d685001f5\n# Credentials: uid=0\nok 2 /connect/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=43803,family=ipv4,noncefile=/tmp/dbus_nonce-jFS5QQRK/nonce,guid=460b71cfce2b784a539b93db685001f5\n# Credentials: uid=0\nok 3 /connect/nonce-tcp\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-NrAXEVpJF7,guid=e15aa9d94bad4da7804df401685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 4 /connect/unix/tmpdir\n# listening at unix:path=/tmp/dbus-Fz21zHk5oy,guid=639d6bc8298b0d8c6cbb5cd4685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 5 /connect/unix/dir\n# XDG_RUNTIME_DIR /tmp/dbus=daemon=test.AS5872\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.AS5872/bus,guid=2a91885497e4f50373bc9718685001f5\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.AS5872/bus,guid=2a91885497e4f50373bc9718685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 6 /connect/unix/runtime\n# listening at unix:path=/tmp/dbus-GBuaVInwmt,guid=9a65a3a101a0c00325ea3176685001f5\n# listening at unix:path=/tmp/dbus-GBuaVInwmt,guid=9a65a3a101a0c00325ea3176685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 7 /connect/unix/no-runtime\n# End of unix tests\n# End of connect tests\n# Start of message tests\n# listening at tcp:host=127.0.0.1,port=44253,family=ipv4,guid=3d25d61330e06684ae6306c8685001f5\n# Credentials: uid=0\nok 8 /message/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=42905,family=ipv4,noncefile=/tmp/dbus_nonce-ILWiiyoX/nonce,guid=aa8664bfd2261110c2d0ef1f685001f5\n# Credentials: uid=0\nok 9 /message/nonce-tcp\n# Start of bad-guid tests\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 10 /message/bad-guid/tcp\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 11 /message/bad-guid/unix\n# End of bad-guid tests\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-jlskg7plKJ,guid=1ecb778c95130f6bf2896e6a685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 12 /message/unix/tmpdir\n# listening at unix:path=/tmp/dbus-lQzziY7Oow,guid=c857d1a6f8925033ead5c601685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 13 /message/unix/dir\n# End of unix tests\n# End of message tests\nPASS: dbus/test-loopback_with_config.test\nRunning test: dbus/test-fdpass.test\nTAP version 14\n# random seed: R02S99899e7e95dcb4df5d9c77da479f1d9b\n1..15\nok 1 /unsupported\nok 2 /relay\nok 3 /limit\n# Start of too-many tests\nok 4 /too-many/plus1\nok 5 /too-many/plus2\nok 6 /too-many/plus17\nok 7 /too-many/split\n# End of too-many tests\n# Start of flood tests\nok 8 /flood/1\nok 9 /flood/half-limit\nok 10 /flood/over-half-limit\nok 11 /flood/limit\n# End of flood tests\n# Start of odd-limit tests\nok 12 /odd-limit/minus1\nok 13 /odd-limit/at\nok 14 /odd-limit/plus1\nok 15 /odd-limit/plus2\n# End of odd-limit tests\nPASS: dbus/test-fdpass.test\nRunning test: dbus/test-header-fields.test\nTAP version 14\n# random seed: R02Sea110b310cc7f444211733cbf5891364\n1..5\n# Start of message tests\n# Start of weird-header-field tests\n# Resetting test timeout (reference: 0x55cc31d964a0; factor: 1)\n# Time since timeout reset 0x55cc31d964a0: 0.001 seconds\nok 1 /message/weird-header-field/none\n# Resetting test timeout (reference: 0x55cc31d99810; factor: 1)\n# Time since timeout reset 0x55cc31d99810: 0.001 seconds\nok 2 /message/weird-header-field/append\n# Resetting test timeout (reference: 0x55cc31d8b4f0; factor: 1)\n# Time since timeout reset 0x55cc31d8b4f0: 0.001 seconds\nok 3 /message/weird-header-field/change\n# Resetting test timeout (reference: 0x55cc31d96120; factor: 1)\n# Time since timeout reset 0x55cc31d96120: 0.001 seconds\nok 4 /message/weird-header-field/prepend\n# Resetting test timeout (reference: 0x55cc31d97ae0; factor: 1)\n# Time since timeout reset 0x55cc31d97ae0: 0.001 seconds\nok 5 /message/weird-header-field/multi\n# End of weird-header-field tests\n# End of message tests\nPASS: dbus/test-header-fields.test\nRunning test: dbus/test-monitor_with_config.test\nTAP version 14\n# random seed: R02S5bdd5834c8eb1147405d5727561c782f\n1..18\n# Start of monitor tests\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\nok 1 /monitor/invalid\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[2971]: [session uid=0 pid=2971 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 10\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 11\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 12\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 13\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[2971]: [session uid=0 pid=2971 pidfd=4] Monitoring connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") is not allowed to send messages; closing it. Please fix the monitor to not do that. (message type=\"method_call\" interface=\"org.freedesktop.DBus\" member=\"AddMatch\" error name=\"(unset)\" destination=\"org.freedesktop.DBus\")\ndbus-daemon[2971]: [session uid=0 pid=2971 pidfd=4] Monitoring connection :1.0 closed.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: (dbus-daemon)\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus/Local\n# \tinterface: org.freedesktop.DBus.Local\n# \tmember: Disconnected\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 0\n# \tin reply to: 0\nok 2 /monitor/become\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2972]: [session uid=0 pid=2972 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2972]: [session uid=0 pid=2972 pidfd=4] Monitoring connection :1.0 closed.\nok 3 /monitor/broadcast\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: BroadcastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 5\n# \tin reply to: 2\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"BroadcastSignal1\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotReceive\n# \tmember: BroadcastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 6\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"BroadcastSignal2\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: BroadcastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 7\n# \tin reply to: 4\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"BroadcastSignal3\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast\n# \tmember: CannotBroadcast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 8\n# \tin reply to: 5\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotBroadcast\" member=\"CannotBroadcast\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast2\n# \tmember: CannotBroadcast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 9\n# \tin reply to: 6\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotBroadcast2\" member=\"CannotBroadcast2\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast\n# \tmember: CannotUnicast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast2\n# \tmember: CannotUnicast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 8\n# \tin reply to: 0\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Monitoring connection :1.0 closed.\nok 4 /monitor/forbidden-broadcast\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2974]: [session uid=0 pid=2974 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2974]: [session uid=0 pid=2974 pidfd=4] Monitoring connection :1.0 closed.\nok 5 /monitor/unicast-signal\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"UnicastSignal2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: UnicastSignal1\n# \tsignature: \ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal3\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")# \terror name: (null)\n\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast\" member=\"CannotUnicast\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")# \tserial number: 3\n\n# \tin reply to: 2\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast2\" member=\"CannotUnicast2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotReceive\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 4\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"UnicastSignal2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 5\n# \tin reply to: 4\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal3\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast\n# \tmember: CannotUnicast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 6\n# \tin reply to: 5\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast\" member=\"CannotUnicast\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast2\n# \tmember: CannotUnicast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 7\n# \tin reply to: 6\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast2\" member=\"CannotUnicast2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast\n# \tmember: CannotBroadcast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast2\n# \tmember: CannotBroadcast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 8\n# \tin reply to: 0\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Monitoring connection :1.0 closed.\nok 6 /monitor/forbidden\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2976]: [session uid=0 pid=2976 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: org.freedesktop.DBus.Peer\n# \tmember: Ping\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Call1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.UnknownMethod\n# \tserial number: 3\n# \tin reply to: 3\n# \tstring payload: Method \"Call1\" with signature \"\" on interface \"com.example.bar\" doesn't exist\n# \ndbus-daemon[2976]: [session uid=0 pid=2976 pidfd=4] Monitoring connection :1.0 closed.\nok 7 /monitor/method-call\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"Call1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: Call1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 3\n# \tin reply to: 2\n# \tstring payload: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"Call1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"Call2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotReceive\n# \tmember: Call2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 4\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"Call2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Monitoring connection :1.0 closed.\nok 8 /monitor/forbidden-method\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.DBus\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 6\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: ReleaseName\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Monitoring connection :1.0 closed.\nok 9 /monitor/forbidden-reply\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2979]: [session uid=0 pid=2979 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: ReleaseName\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[2979]: [session uid=0 pid=2979 pidfd=4] Monitoring connection :1.0 closed.\nok 10 /monitor/dbus-daemon\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\ndbus-daemon[2980]: # \tin reply to: 0\n[session uid=0 pid=2980 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Interesting\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Fun\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2980]: [session uid=0 pid=2980 pidfd=4] Monitoring connection :1.0 closed.\nok 11 /monitor/selective\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2981]: [session uid=0 pid=2981 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2981]: [session uid=0 pid=2981 pidfd=4] Monitoring connection :1.0 closed.\nok 12 /monitor/well-known-destination\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2982]: [session uid=0 pid=2982 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2982]: [session uid=0 pid=2982 pidfd=4] Monitoring connection :1.0 closed.\nok 13 /monitor/unique-destination\n*** Failed to open connection to activating message bus: Failed to connect to socket /tmp/dbus-vNJltWyKa6: No such file or directory\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2983]: [session uid=0 pid=2983 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2983]: [session uid=0 pid=2983 pidfd=4] Monitoring connection :1.0 closed.\nok 14 /monitor/wildcard\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2984]: [session uid=0 pid=2984 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2984]: [session uid=0 pid=2984 pidfd=4] Monitoring connection :1.0 closed.\nok 15 /monitor/no-rule\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2985]: [session uid=0 pid=2985 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2985]: [session uid=0 pid=2985 pidfd=4] Monitoring connection :1.0 closed.\nok 16 /monitor/eavesdrop\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2986]: [session uid=0 pid=2986 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2986]: [session uid=0 pid=2986 pidfd=4] Monitoring connection :1.0 closed.\nok 17 /monitor/no-eavesdrop\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2987]: Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2987]: Activating systemd to hand-off: service name='com.example.SystemdActivatable1' unit='dbus-com.example.SystemdActivatable1.service' requested by ':1.1' (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.systemd1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationRequest\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: dbus-com.example.SystemdActivatable1.service\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.SystemdActivatable1\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.3\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: Hello\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 1\n# \tstring payload: :1.3\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.3\ndbus-daemon[2987]: Successfully activated service 'org.freedesktop.systemd1'\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.3\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: org.freedesktop.systemd1\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.4\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: Hello\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 1\n# \tstring payload: :1.4\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 8\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.4\ndbus-daemon[2987]: Successfully activated service 'com.example.SystemdActivatable1'\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.4\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 9\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.SystemdActivatable1\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\ndbus-daemon[2987]: Activating via systemd: service name='com.example.SystemdActivatable2' unit='dbus-com.example.SystemdActivatable2.service' requested by ':1.1' (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.systemd1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationRequest\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: dbus-com.example.SystemdActivatable2.service\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.SystemdActivatable2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\ndbus-daemon[2987]: Successfully activated service 'com.example.SystemdActivatable2'\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.4\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 10\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.SystemdActivatable2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[2987]: Activating via systemd: service name='com.example.SystemdActivatable3' unit='dbus-com.example.SystemdActivatable3.service' requested by ':1.1' (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.systemd1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationRequest\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# \tstring payload: dbus-com.example.SystemdActivatable3.service\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.SystemdActivatable3\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2987]: Activation via systemd failed for unit 'dbus-com.example.SystemdActivatable3.service': Computer says no\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: com.example.Nope\n# \tserial number: 3\n# \tin reply to: 4\n# \tstring payload: Computer says no\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.3\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/systemd1\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationFailure\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\ndbus-daemon[2987]: Monitoring connection :1.0 closed.\nok 18 /monitor/activation\n# End of monitor tests\nPASS: dbus/test-monitor_with_config.test\nRunning test: dbus/test-server-oom_with_config.test\nTAP version 14\n# random seed: R02Scad260eba5a18cdac0dc3df32539b193\n1..5\n# Start of server tests\nok 1 /server/new-tcp\nok 2 /server/new-nonce-tcp\nok 3 /server/new-tcp-star\nok 4 /server/new-tcp-v4\nok 5 /server/unix\n# End of server tests\nPASS: dbus/test-server-oom_with_config.test\nRunning test: dbus/test-sysdeps.test\nTAP version 14\n# random seed: R02Sb003c7380b198c2ce106ceabde240149\n1..3\n# Start of sysdeps tests\nok 1 /sysdeps/command_for_pid # SKIP DBUS_TEST_EXEC not set\nok 2 /sysdeps/close_all\nok 3 /sysdeps/set_all_close_on_exec\n# End of sysdeps tests\nPASS: dbus/test-sysdeps.test\nRunning test: dbus/test-atomic_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: atomic_inc/dec\nok 2 - atomic_inc/dec\n# atomic_inc/dec test took 0 seconds\n# Running test: atomic_set_[non]zero\nok 3 - atomic_set_[non]zero\n# atomic_set_[non]zero test took 0 seconds\n# 2 tests passed (1 skipped)\n1..3\nPASS: dbus/test-atomic_with_config.test\nRunning test: dbus/test-assertions.test\nTAP version 14\n# random seed: R02Se410622bd64cc054e69278ef1caa2ee4\n1..5\n# Start of assertions tests\nok 1 /assertions/assert # SKIP Assertions disabled\nok 2 /assertions/assert_error_is_set # SKIP Assertions or checks disabled\nok 3 /assertions/assert_error_is_clear # SKIP Assertions or checks disabled\nok 4 /assertions/assert_error_xor_true # SKIP Assertions or checks disabled\nok 5 /assertions/assert_error_xor_false # SKIP Assertions or checks disabled\n# End of assertions tests\nPASS: dbus/test-assertions.test\nRunning test: dbus/test-desktop-file.test\nTAP version 14\n# random seed: R02S04170bdc35e88bdcc2805d962cf202cc\n1..25\n# Start of desktop-file tests\n# Start of valid tests\nok 1 /desktop-file/valid/newlines\nok 2 /desktop-file/valid/spaces\nok 3 /desktop-file/valid/normal\nok 4 /desktop-file/valid/empty value\nok 5 /desktop-file/valid/empty section\nok 6 /desktop-file/valid/empty section with newline\nok 7 /desktop-file/valid/odd whitespace\nok 8 /desktop-file/valid/Misc printable ASCII in section heading\nok 9 /desktop-file/valid/Backslash in section heading\nok 10 /desktop-file/valid/empty\n# End of valid tests\n# Start of invalid tests\nok 11 /desktop-file/invalid/unterminated section heading\nok 12 /desktop-file/invalid/newline in section heading\nok 13 /desktop-file/invalid/tab in section heading\nok 14 /desktop-file/invalid/junk after section heading\nok 15 /desktop-file/invalid/opening square bracket in section heading\nok 16 /desktop-file/invalid/closing square bracket in section heading\nok 17 /desktop-file/invalid/control character in section heading\nok 18 /desktop-file/invalid/backspace in section heading\nok 19 /desktop-file/invalid/NUL in section heading\nok 20 /desktop-file/invalid/non-ASCII in section heading\nok 21 /desktop-file/invalid/bare string not in section\nok 22 /desktop-file/invalid/key-value not in section\nok 23 /desktop-file/invalid/contains control character\nok 24 /desktop-file/invalid/contains nul\nok 25 /desktop-file/invalid/empty section name\n# End of invalid tests\n# End of desktop-file tests\nPASS: dbus/test-desktop-file.test\nRunning test: dbus/test-misc-internals.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: misc\nok 2 - misc\n# misc test took 0 seconds\nok 3 # SKIP unable to determine whether misc leaked memory (not compiled with memory instrumentation)\n# Running test: address\nok 4 - address\n# address test took 0 seconds\nok 5 # SKIP unable to determine whether address leaked memory (not compiled with memory instrumentation)\n# Running test: server\n# checking server address 'tcp:port=1234'\n# checking server address 'tcp:host=localhost,port=1234'\n# checking server address 'tcp:host=localhost,port=1234;tcp:port=5678'\n# checking server address 'tcp:port=1234'\n# checking server address 'unix:path=/tmp/dbus-test-t7fp1B/boogie'\n# checking server address 'tcp:port=1234;unix:path=/tmp/dbus-test-t7fp1B/boogie'\n# checking server address 'unix:path=./boogie'\n# checking server address 'tcp:port=1234;unix:path=./boogie'\nok 6 - server\n# server test took 0 seconds\nok 7 # SKIP unable to determine whether server leaked memory (not compiled with memory instrumentation)\n# Running test: signature\nok 8 - signature\n# signature test took 0 seconds\nok 9 # SKIP unable to determine whether signature leaked memory (not compiled with memory instrumentation)\n# Running test: mem-pool\nok 10 - mem-pool\n# mem-pool test took 0 seconds\nok 11 # SKIP unable to determine whether mem-pool leaked memory (not compiled with memory instrumentation)\n# Running test: list\nok 12 - list\n# list test took 0 seconds\nok 13 # SKIP unable to determine whether list leaked memory (not compiled with memory instrumentation)\n# Running test: userdb\n#     Current user: root homedir: /home/root gids:\n# - 0\n# Is Console user: 0\n# Invocation was OK: yes\n# Is Console user 4711: 0\n# Invocation was OK: yes\nok 14 - userdb\n# userdb test took 0 seconds\nok 15 # SKIP unable to determine whether userdb leaked memory (not compiled with memory instrumentation)\n# 7 tests passed (8 skipped)\n1..15\n# removed test socket directory /tmp/dbus-test-t7fp1B\nPASS: dbus/test-misc-internals.test\nRunning test: dbus/test-marshal_with_config.test\nTAP version 14\n# random seed: R02S65a3c8d7c402cd20292475b4bfd4d71d\n1..4\n# Start of demarshal tests\nok 1 /demarshal/le\nok 2 /demarshal/be\n# Start of needed tests\nok 3 /demarshal/needed/le\nok 4 /demarshal/needed/be\n# End of needed tests\n# End of demarshal tests\nPASS: dbus/test-marshal_with_config.test\nRunning test: dbus/test-refs_with_config.test\nTAP version 14\n# random seed: R02S6f50cd331846a768d447532ebcbc31d3\n1..4\n# Start of refs tests\n# Resetting test timeout (reference: 0x55f24cbd9200; factor: 1)\n# Time since timeout reset 0x55f24cbd9200: 0.380 seconds\nok 1 /refs/connection\n# Resetting test timeout (reference: 0x55f24cbda140; factor: 1)\n# Time since timeout reset 0x55f24cbda140: 0.053 seconds\nok 2 /refs/message\n# Resetting test timeout (reference: 0x55f24cbd9260; factor: 1)\n# Time since timeout reset 0x55f24cbd9260: 0.447 seconds\nok 3 /refs/pending-call\n# Resetting test timeout (reference: 0x55f24cbda5b0; factor: 1)\nExecuting: dbus/test-refs_with_config.test\n# Time since timeout reset 0x55f24cbda5b0: 0.276 seconds\nok 4 /refs/server\n# End of refs tests\nPASS: dbus/test-refs_with_config.test\nRunning test: dbus/test-variant_with_config.test\nTAP version 14\n# random seed: R02S945509c58b2d153b394e38ffe1da8be4\n1..2\n# Start of variant tests\nok 1 /variant/simple\nok 2 /variant/oom\n# End of variant tests\nPASS: dbus/test-variant_with_config.test\nRunning test: dbus/test-apparmor-activation.sh.test\n# Attempting to load AppArmor profiles\n/usr/libexec/installed-tests/dbus/test-apparmor-activation.sh: line 50: apparmor_parser: command not found\n1..0 # SKIP - unable to load AppArmor profiles\nPASS: dbus/test-apparmor-activation.sh.test\nRunning test: dbus/test-dbus-daemon-fork.sh_with_config.test\n# dbus-daemon binary: dbus-daemon\n# dbus-send binary: dbus-send\n# test data: /usr/libexec/installed-tests/dbus/data\n1..3\nmethod return time=1750073846.520432 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 1 - normal dbus-daemon\nmethod return time=1750073846.523722 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 2 - dbus-daemon with stdin closed\nmethod return time=1750073846.527206 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 3 - dbus-daemon with stdin, stdout, stderr closed\nPASS: dbus/test-dbus-daemon-fork.sh_with_config.test\nRunning test: dbus/integration/transient-services.sh.test\n1..0 # SKIP -  is empty or unset\nPASS: dbus/integration/transient-services.sh.test\nRunning test: dbus/test-dbus-daemon.test\nTAP version 14\n# random seed: R02S0d0e795e4d33780bdb78aacbfce69f2d\n1..36\n# Resetting test timeout (reference: 0x55d31ee5e660; factor: 1)\n# ProcessID of this process is 5436\n# UnixUserID of this process is 0\n# UnixGroupIDs of this process present (1 groups)\n# Time since timeout reset 0x55d31ee5e660: 0.001 seconds\nok 1 /creds\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# GetConnectionUnixProcessID returned 5436\n# Time since timeout reset 0x55d31ee5e740: 0.001 seconds\nok 2 /processid\n# Resetting test timeout (reference: 0x55d31ee62030; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/listen-unix-runtime.conf\n# Time since timeout reset 0x55d31ee62030: 0.000 seconds\nok 3 /unix-runtime-is-default # SKIP DBUS_TEST_DATA not set\n# Start of echo tests\n# Resetting test timeout (reference: 0x55d31ee5e820; factor: 1)\n# max perf: 2000 messages / 0.032767 seconds\n# Time since timeout reset 0x55d31ee5e820: 0.034 seconds\nok 4 /echo/session\n# Resetting test timeout (reference: 0x55d31effc9a0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/incoming-limit.conf\n# Time since timeout reset 0x55d31effc9a0: 0.000 seconds\nok 5 /echo/limited # SKIP DBUS_TEST_DATA not set\n# End of echo tests\n# Start of no-reply tests\n# Resetting test timeout (reference: 0x55d31effbce0; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=76112\n# Time since timeout reset 0x55d31effbce0: 0.002 seconds\nok 6 /no-reply/disconnect\n# Resetting test timeout (reference: 0x55d31ee53540; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/finite-timeout.conf\n# Time since timeout reset 0x55d31ee53540: 0.000 seconds\nok 7 /no-reply/timeout # SKIP DBUS_TEST_DATA not set\n# End of no-reply tests\n# Start of canonical-path tests\n# Resetting test timeout (reference: 0x55d31ee563d0; factor: 1)\n# Time since timeout reset 0x55d31ee563d0: 0.001 seconds\nok 8 /canonical-path/uae\n# End of canonical-path tests\n# Start of limits tests\n# Resetting test timeout (reference: 0x55d31ee654d0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-completed-connections.conf\n# Time since timeout reset 0x55d31ee654d0: 0.000 seconds\nok 9 /limits/max-completed-connections # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-connections-per-user.conf\n# Time since timeout reset 0x55d31ee5e740: 0.000 seconds\nok 10 /limits/max-connections-per-user # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31ee61780; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-replies-per-connection.conf\n# Time since timeout reset 0x55d31ee61780: 0.000 seconds\nok 11 /limits/max-replies-per-connection # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-match-rules-per-connection.conf\n# Time since timeout reset 0x55d31ee5e740: 0.000 seconds\nok 12 /limits/max-match-rules-per-connection # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31effdfb0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-names-per-connection.conf\n# Time since timeout reset 0x55d31effdfb0: 0.000 seconds\nok 13 /limits/max-names-per-connection # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31effc120; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/pending-fd-timeout.conf\n# Time since timeout reset 0x55d31effc120: 0.000 seconds\nok 14 /limits/pending-fd-timeout # SKIP DBUS_TEST_DATA not set\n# End of limits tests\n# Start of match tests\n# Start of remove tests\n# Resetting test timeout (reference: 0x55d31ee63150; factor: 1)\n# Time since timeout reset 0x55d31ee63150: 0.001 seconds\nok 15 /match/remove/fails\n# Resetting test timeout (reference: 0x55d31ee53590; factor: 1)\n# Time since timeout reset 0x55d31ee53590: 0.001 seconds\nok 16 /match/remove/succeeds\n# End of remove tests\n# End of match tests\n# Start of peer tests\n# Resetting test timeout (reference: 0x55d31ee65540; factor: 1)\n# Time since timeout reset 0x55d31ee65540: 0.001 seconds\nok 17 /peer/ping\n# Resetting test timeout (reference: 0x55d31ee630b0; factor: 1)\n# Time since timeout reset 0x55d31ee630b0: 0.001 seconds\nok 18 /peer/get-machine-id\n# End of peer tests\n# Start of properties tests\n# Resetting test timeout (reference: 0x55d31ee524f0; factor: 1)\n# Time since timeout reset 0x55d31ee524f0: 0.001 seconds\nok 19 /properties/get-invalid-iface\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# Time since timeout reset 0x55d31ee5e740: 0.001 seconds\nok 20 /properties/get-invalid-path\n# Resetting test timeout (reference: 0x55d31ee62060; factor: 1)\n# Time since timeout reset 0x55d31ee62060: 0.001 seconds\nok 21 /properties/get-invalid\n# Resetting test timeout (reference: 0x55d31efbddb0; factor: 1)\n# Time since timeout reset 0x55d31efbddb0: 0.001 seconds\nok 22 /properties/get-all-invalid-iface\n# Resetting test timeout (reference: 0x55d31ee5fa30; factor: 1)\n# Time since timeout reset 0x55d31ee5fa30: 0.001 seconds\nok 23 /properties/get-all-invalid-path\n# Resetting test timeout (reference: 0x55d31ee63bd0; factor: 1)\n# Time since timeout reset 0x55d31ee63bd0: 0.001 seconds\nok 24 /properties/set-invalid-iface\n# Resetting test timeout (reference: 0x55d31ee61780; factor: 1)\n# Time since timeout reset 0x55d31ee61780: 0.001 seconds\nok 25 /properties/set-invalid-path\n# Resetting test timeout (reference: 0x55d31ee61290; factor: 1)\n# Time since timeout reset 0x55d31ee61290: 0.001 seconds\nok 26 /properties/set-invalid\n# Resetting test timeout (reference: 0x55d31ee53720; factor: 1)\n# Time since timeout reset 0x55d31ee53720: 0.001 seconds\nok 27 /properties/set\n# Resetting test timeout (reference: 0x55d31f001bd0; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Time since timeout reset 0x55d31f001bd0: 0.001 seconds\nok 28 /properties/features\n# Resetting test timeout (reference: 0x55d31efffaf0; factor: 1)\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x55d31efffaf0: 0.002 seconds\nok 29 /properties/interfaces\n# Resetting test timeout (reference: 0x55d31ee63790; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x55d31ee63790: 0.002 seconds\nok 30 /properties/get-all\n# End of properties tests\n# Start of policy tests\n# Resetting test timeout (reference: 0x55d31ee63250; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/count-fds.conf\n# Time since timeout reset 0x55d31ee63250: 0.000 seconds\nok 31 /policy/count-fds # SKIP DBUS_TEST_DATA not set\n# End of policy tests\n# Start of fd-limit tests\n# Resetting test timeout (reference: 0x55d31effe200; factor: 1)\n# our RLIMIT_NOFILE: rlim_cur: 1024, rlim_max: 4096\n# dbus-daemon's RLIMIT_NOFILE: rlim_cur: 65536, rlim_max: 65536\n# Time since timeout reset 0x55d31effe200: 0.002 seconds\nok 32 /fd-limit/session\n# Resetting test timeout (reference: 0x55d31ee5ec50; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/as-another-user.conf\n# Time since timeout reset 0x55d31ee5ec50: 0.000 seconds\nok 33 /fd-limit/system # SKIP DBUS_TEST_DATA not set\n# End of fd-limit tests\n# Start of activation tests\n# Resetting test timeout (reference: 0x55d31ee61780; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/tmp-session.conf\n# Time since timeout reset 0x55d31ee61780: 0.000 seconds\nok 34 /activation/forking # SKIP DBUS_TEST_DATA not set\n# End of activation tests\n# Start of system-policy tests\n# Resetting test timeout (reference: 0x55d31ee5dab0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files-system/tmp-session-like-system.conf\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=18229\n# Time since timeout reset 0x55d31ee5dab0: 0.000 seconds\nok 35 /system-policy/allow-signals # SKIP DBUS_TEST_DATA not set\n# Start of send-destination tests\n# Resetting test timeout (reference: 0x55d31f003220; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/send-destination-prefix-rules.conf\n# Time since timeout reset 0x55d31f003220: 0.000 seconds\nok 36 /system-policy/send-destination/prefix # SKIP DBUS_TEST_DATA not set\n# End of send-destination tests\n# End of system-policy tests\nPASS: dbus/test-dbus-daemon.test\nRunning test: dbus/test-shell.test\n# Testing command line 'command -s --force-shutdown \"a string\" 123'\n# Number of arguments: 5\n# Argument 0 = command\n# Argument 1 = -s\n# Argument 2 = --force-shutdown\n# Argument 3 = a string\n# Argument 4 = 123\n# Testing command line 'command -s'\n# Number of arguments: 2\n# Argument 0 = command\n# Argument 1 = -s\n# Testing command line '/opt/gnome/bin/service-start'\n# Number of arguments: 1\n# Argument 0 = /opt/gnome/bin/service-start\n# Testing command line 'grep -l -r -i 'whatever' files*.c'\n# Number of arguments: 6\n# Argument 0 = grep\n# Argument 1 = -l\n# Argument 2 = -r\n# Argument 3 = -i\n# Argument 4 = whatever\n# Argument 5 = files*.c\n# Testing command line '/home/boston/johnp/devel-local/dbus/test/test-segfault'\n# Number of arguments: 1\n# Argument 0 = /home/boston/johnp/devel-local/dbus/test/test-segfault\n# Testing command line 'ls -l -a --colors'\n# Number of arguments: 4\n# Argument 0 = ls\n# Argument 1 = -l\n# Argument 2 = -a\n# Argument 3 = --colors\n# Testing command line 'rsync-to-server'\n# Number of arguments: 1\n# Argument 0 = rsync-to-server\n# Testing command line 'test-segfault --no-segfault'\n# Number of arguments: 2\n# Argument 0 = test-segfault\n# Argument 1 = --no-segfault\n# Testing command line 'evolution mailto:pepe@cuco.com'\n# Number of arguments: 2\n# Argument 0 = evolution\n# Argument 1 = mailto:pepe@cuco.com\n# Testing command line 'run \"a \n multiline\"'\n# Number of arguments: 2\n# Argument 0 = run\n# Argument 1 = a \n multiline\n# Testing command line 'ls \"a wrong string''\n# Error (as expected) parsing command line: Unclosed quotes in command line\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\n1..11\nPASS: dbus/test-shell.test\nRunning test: dbus/test-printf_with_config.test\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\n1..8\nPASS: dbus/test-printf_with_config.test\nRunning test: dbus/test-relay_with_config.test\nTAP version 14\n# random seed: R02Sbe75ddf8603ed3fc30782de35a13074f\n1..6\n# Start of connect tests\n# Resetting test timeout (reference: 0x55878e1ae300; factor: 1)\n# Time since timeout reset 0x55878e1ae300: 0.000 seconds\nok 1 /connect/tcp\n# Resetting test timeout (reference: 0x55878e1b1870; factor: 1)\n# Time since timeout reset 0x55878e1b1870: 0.000 seconds\nok 2 /connect/unix\n# End of connect tests\n# Start of relay tests\n# Resetting test timeout (reference: 0x55878e1b3950; factor: 1)\n# Time since timeout reset 0x55878e1b3950: 0.041 seconds\nok 3 /relay/tcp\n# Resetting test timeout (reference: 0x55878e1ae790; factor: 1)\n# Time since timeout reset 0x55878e1ae790: 0.000 seconds\nok 4 /relay/unix\n# End of relay tests\n# Start of limit tests\n# Resetting test timeout (reference: 0x55878e1afe30; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55878e1afe30: 0.126 seconds\nok 5 /limit/tcp\n# Resetting test timeout (reference: 0x55878e1b16d0; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55878e1b16d0: 0.055 seconds\nok 6 /limit/unix\n# End of limit tests\nPASS: dbus/test-relay_with_config.test\nRunning test: dbus/test-marshal.test\nTAP version 14\n# random seed: R02S3ef521b45d0979e48fa2af197013cc64\n1..4\n# Start of demarshal tests\nok 1 /demarshal/le\nok 2 /demarshal/be\n# Start of needed tests\nok 3 /demarshal/needed/le\nok 4 /demarshal/needed/be\n# End of needed tests\n# End of demarshal tests\nPASS: dbus/test-marshal.test\nRunning test: dbus/test-hash_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: hash\n# Computing test hash keys...\n# ... done.\nok 2 - hash\n# hash test took 0 seconds\nok 3 # SKIP unable to determine whether hash leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-hash_with_config.test\nRunning test: dbus/test-dbus-daemon-fork.sh.test\n# dbus-daemon binary: dbus-daemon\n# dbus-send binary: dbus-send\n# using standard session bus configuration\n1..3\nmethod return time=1750073847.209585 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 1 - normal dbus-daemon\nmethod return time=1750073847.215789 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 2 - dbus-daemon with stdin closed\nmethod return time=1750073847.220814 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 3 - dbus-daemon with stdin, stdout, stderr closed\nPASS: dbus/test-dbus-daemon-fork.sh.test\nRunning test: dbus/test-message.test\nTAP version 14\n# random seed: R02Sf01185176efa8882ad1f3c56f774abed\n1..13\n# Start of message tests\nok 1 /message/fd\nok 2 /message/zero-iter\n# Start of array tests\nok 3 /message/array/array\nok 4 /message/array/dict\nok 5 /message/array/variant\n# End of array tests\n# Start of valid tests\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/byteswap-fd-index.message-raw\nok 6 /message/valid/byteswap-fd-index\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/minimal.message-raw\nok 7 /message/valid/minimal\n# End of valid tests\n# Start of invalid tests\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/boolean-has-no-value.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 8 /message/invalid/boolean-has-no-value\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/fixed-array-not-divisible.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Array length incorrect)\nok 9 /message/invalid/fixed-array-not-divisible\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/issue418.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 10 /message/invalid/issue418\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/mis-nested-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 11 /message/invalid/mis-nested-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/truncated-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature length out of bounds)\nok 12 /message/invalid/truncated-variant-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/zero-length-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature empty)\nok 13 /message/invalid/zero-length-variant-sig\n# End of invalid tests\n# End of message tests\nPASS: dbus/test-message.test\nRunning test: dbus/test-strings_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: skip_blank\nok 2 - skip_blank\n# skip_blank test took 0 seconds\nok 3 # SKIP unable to determine whether skip_blank leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-strings_with_config.test\nRunning test: dbus/test-monitor.test\nTAP version 14\n# random seed: R02S48c2eba9e2e48532cd0c59d26df83e4c\n1..18\n# Start of monitor tests\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\nok 1 /monitor/invalid\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[5498]: [session uid=0 pid=5498 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 10\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 11\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 12\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 13\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[5498]: [session uid=0 pid=5498 pidfd=4] Monitoring connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") is not allowed to send messages; closing it. Please fix the monitor to not do that. (message type=\"method_call\" interface=\"org.freedesktop.DBus\" member=\"AddMatch\" error name=\"(unset)\" destination=\"org.freedesktop.DBus\")\ndbus-daemon[5498]: [session uid=0 pid=5498 pidfd=4] Monitoring connection :1.0 closed.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: (dbus-daemon)\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus/Local\n# \tinterface: org.freedesktop.DBus.Local\n# \tmember: Disconnected\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 0\n# \tin reply to: 0\nok 2 /monitor/become\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5499]: [session uid=0 pid=5499 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5499]: [session uid=0 pid=5499 pidfd=4] Monitoring connection :1.0 closed.\nok 3 /monitor/broadcast\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 4 /monitor/forbidden-broadcast # SKIP DBUS_TEST_DATA not set\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5500]: [session uid=0 pid=5500 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5500]: [session uid=0 pid=5500 pidfd=4] Monitoring connection :1.0 closed.\nok 5 /monitor/unicast-signal\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 6 /monitor/forbidden # SKIP DBUS_TEST_DATA not set\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5501]: [session uid=0 pid=5501 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: org.freedesktop.DBus.Peer\n# \tmember: Ping\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Call1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.UnknownMethod\n# \tserial number: 3\n# \tin reply to: 3\n# \tstring payload: Method \"Call1\" with signature \"\" on interface \"com.example.bar\" doesn't exist\n# \ndbus-daemon[5501]: [session uid=0 pid=5501 pidfd=4] Monitoring connection :1.0 closed.\nok 7 /monitor/method-call\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 8 /monitor/forbidden-method # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 9 /monitor/forbidden-reply # SKIP DBUS_TEST_DATA not set\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5502]: [session uid=0 pid=5502 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: ReleaseName\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[5502]: [session uid=0 pid=5502 pidfd=4] Monitoring connection :1.0 closed.\nok 10 /monitor/dbus-daemon\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5503]: [session uid=0 pid=5503 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Interesting\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Fun\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5503]: [session uid=0 pid=5503 pidfd=4] Monitoring connection :1.0 closed.\nok 11 /monitor/selective\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\ndbus-daemon[5504]: [session uid=0 pid=5504 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.# \tserial number: 2\n\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5504]: [session uid=0 pid=5504 pidfd=4] Monitoring connection :1.0 closed.\nok 12 /monitor/well-known-destination\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5505]: [session uid=0 pid=5505 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5505]: [session uid=0 pid=5505 pidfd=4] Monitoring connection :1.0 closed.\nok 13 /monitor/unique-destination\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5506]: [session uid=0 pid=5506 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5506]: [session uid=0 pid=5506 pidfd=4] Monitoring connection :1.0 closed.\nok 14 /monitor/wildcard\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5507]: [session uid=0 pid=5507 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5507]: [session uid=0 pid=5507 pidfd=4] Monitoring connection :1.0 closed.\nok 15 /monitor/no-rule\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5508]: [session uid=0 pid=5508 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5508]: [session uid=0 pid=5508 pidfd=4] Monitoring connection :1.0 closed.\nok 16 /monitor/eavesdrop\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5509]: [session uid=0 pid=5509 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5509]: [session uid=0 pid=5509 pidfd=4] Monitoring connection :1.0 closed.\nok 17 /monitor/no-eavesdrop\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 18 /monitor/activation # SKIP DBUS_TEST_DATA not set\n# End of monitor tests\nPASS: dbus/test-monitor.test\nRunning test: dbus/test-userdb.test\nTAP version 14\n# random seed: R02S50099abc7acbbf85ba262423e14771b9\n1..1\n# Start of userdb tests\n# Groups of uid 0:\n# [0]: 0\n# Groups of uid 0:\n# [0]: 0\n# Total: 1 groups\n# uid 31337 doesn't exist: (no errno)\n# Getting groups from non-uid failed as expected: org.freedesktop.DBus.Error.Failed: Looking up user ID 31337: not found\nok 1 /userdb/groups_from_uid\n# End of userdb tests\nPASS: dbus/test-userdb.test\nRunning test: dbus/test-userdb_with_config.test\nTAP version 14\n# random seed: R02Se8771cb3ac5745e9e77b30540e7c4ad8\n1..1\n# Start of userdb tests\n# Groups of uid 0:\n# [0]: 0\n# Groups of uid 0:\n# [0]: 0\n# Total: 1 groups\n# uid 31337 doesn't exist: (no errno)\n# Getting groups from non-uid failed as expected: org.freedesktop.DBus.Error.Failed: Looking up user ID 31337: not found\nok 1 /userdb/groups_from_uid\n# End of userdb tests\nPASS: dbus/test-userdb_with_config.test\nRunning test: dbus/test-assertions_with_config.test\nTAP version 14\n# random seed: R02Sa332384741ce53b0a121bb43aacac9ac\n1..5\n# Start of assertions tests\nok 1 /assertions/assert # SKIP Assertions disabled\nok 2 /assertions/assert_error_is_set # SKIP Assertions or checks disabled\nok 3 /assertions/assert_error_is_clear # SKIP Assertions or checks disabled\nok 4 /assertions/assert_error_xor_true # SKIP Assertions or checks disabled\nok 5 /assertions/assert_error_xor_false # SKIP Assertions or checks disabled\n# End of assertions tests\nPASS: dbus/test-assertions_with_config.test\nSUMMARY: total=60; passed=60; skipped=0; failed=0; user=5.2s; system=5.9s; maxrss=16248\nDURATION: 11\nEND: /usr/lib/dbus/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "dbus": {
     "duration": "11",
     "log": "START: ptest-runner\n2025-06-16T11:37\nRunning test: dbus/test-atomic.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: atomic_inc/dec\nok 2 - atomic_inc/dec\n# atomic_inc/dec test took 0 seconds\n# Running test: atomic_set_[non]zero\nok 3 - atomic_set_[non]zero\n# atomic_set_[non]zero test took 0 seconds\n# 2 tests passed (1 skipped)\n1..3\nPASS: dbus/test-atomic.test\nRunning test: dbus/test-corrupt_with_config.test\nTAP version 14\n# random seed: R02Sda20129f10f0628dc8ad521c534f2084\n1..4\n# Start of corrupt tests\nok 1 /corrupt/tcp\nok 2 /corrupt/unix\n# Start of byte-order tests\nok 3 /corrupt/byte-order/tcp\nok 4 /corrupt/byte-order/unix\n# End of byte-order tests\n# End of corrupt tests\nPASS: dbus/test-corrupt_with_config.test\nRunning test: dbus/test-message_with_config.test\nTAP version 14\n# random seed: R02Scecbb2fbffb7a43cec4a30b580cd44f7\n1..13\n# Start of message tests\nok 1 /message/fd\nok 2 /message/zero-iter\n# Start of array tests\nok 3 /message/array/array\nok 4 /message/array/dict\nok 5 /message/array/variant\n# End of array tests\n# Start of valid tests\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/byteswap-fd-index.message-raw\nok 6 /message/valid/byteswap-fd-index\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/minimal.message-raw\nok 7 /message/valid/minimal\n# End of valid tests\n# Start of invalid tests\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/boolean-has-no-value.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 8 /message/invalid/boolean-has-no-value\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/fixed-array-not-divisible.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Array length incorrect)\nok 9 /message/invalid/fixed-array-not-divisible\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/issue418.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 10 /message/invalid/issue418\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/mis-nested-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 11 /message/invalid/mis-nested-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/truncated-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature length out of bounds)\nok 12 /message/invalid/truncated-variant-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/zero-length-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature empty)\nok 13 /message/invalid/zero-length-variant-sig\n# End of invalid tests\n# End of message tests\nPASS: dbus/test-message_with_config.test\nRunning test: dbus/test-relay.test\nTAP version 14\n# random seed: R02S4986d8651b8711b32590c1e2d20029f8\n1..6\n# Start of connect tests\n# Resetting test timeout (reference: 0x55a4e1639440; factor: 1)\n# Time since timeout reset 0x55a4e1639440: 0.000 seconds\nok 1 /connect/tcp\n# Resetting test timeout (reference: 0x55a4e163c960; factor: 1)\n# Time since timeout reset 0x55a4e163c960: 0.000 seconds\nok 2 /connect/unix\n# End of connect tests\n# Start of relay tests\n# Resetting test timeout (reference: 0x55a4e163e8f0; factor: 1)\n# Time since timeout reset 0x55a4e163e8f0: 0.041 seconds\nok 3 /relay/tcp\n# Resetting test timeout (reference: 0x55a4e163a2d0; factor: 1)\n# Time since timeout reset 0x55a4e163a2d0: 0.000 seconds\nok 4 /relay/unix\n# End of relay tests\n# Start of limit tests\n# Resetting test timeout (reference: 0x55a4e163e830; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55a4e163e830: 0.123 seconds\nok 5 /limit/tcp\n# Resetting test timeout (reference: 0x55a4e1642b60; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55a4e1642b60: 0.055 seconds\nok 6 /limit/unix\n# End of limit tests\nPASS: dbus/test-relay.test\nRunning test: dbus/test-syslog.test\nTAP version 14\n# random seed: R02S90f8e4d5796743d2fd9d202406c28d6b\n1..1\n# Start of syslog tests\nok 1 /syslog/normal\n# End of syslog tests\nPASS: dbus/test-syslog.test\nRunning test: dbus/test-syntax.test\nTAP version 14\n# random seed: R02Sa0b6f8f98fb63529e683f76f872698d8\n1..8\n# Start of syntax tests\nok 1 /syntax/path\nok 2 /syntax/interface\nok 3 /syntax/error\nok 4 /syntax/member\nok 5 /syntax/bus-name\nok 6 /syntax/signature\nok 7 /syntax/single-signature\nok 8 /syntax/utf8\n# End of syntax tests\nPASS: dbus/test-syntax.test\nRunning test: dbus/test-syntax_with_config.test\nTAP version 14\n# random seed: R02Sb6b45fee15e116cb288c8012b774ff85\n1..8\n# Start of syntax tests\nok 1 /syntax/path\nok 2 /syntax/interface\nok 3 /syntax/error\nok 4 /syntax/member\nok 5 /syntax/bus-name\nok 6 /syntax/signature\nok 7 /syntax/single-signature\nok 8 /syntax/utf8\n# End of syntax tests\nPASS: dbus/test-syntax_with_config.test\nRunning test: dbus/test-refs.test\nTAP version 14\n# random seed: R02S0698bb96cc5de40e3408b1572c9f75fb\n1..4\n# Start of refs tests\n# Resetting test timeout (reference: 0x55edc63ef340; factor: 1)\n# Time since timeout reset 0x55edc63ef340: 0.398 seconds\nok 1 /refs/connection\n# Resetting test timeout (reference: 0x55edc63f0280; factor: 1)\n# Time since timeout reset 0x55edc63f0280: 0.053 seconds\nok 2 /refs/message\n# Resetting test timeout (reference: 0x55edc63ef3a0; factor: 1)\n# Time since timeout reset 0x55edc63ef3a0: 0.396 seconds\nok 3 /refs/pending-call\n# Resetting test timeout (reference: 0x55edc63f0620; factor: 1)\n# Time since timeout reset 0x55edc63f0620: 0.259 seconds\nok 4 /refs/server\n# End of refs tests\nPASS: dbus/test-refs.test\nRunning test: dbus/test-header-fields_with_config.test\nTAP version 14\n# random seed: R02S29f218cdd19a284e0b9f05a76c0300ca\n1..5\n# Start of message tests\n# Start of weird-header-field tests\n# Resetting test timeout (reference: 0x55ef9a62d400; factor: 1)\n# Time since timeout reset 0x55ef9a62d400: 0.000 seconds\nok 1 /message/weird-header-field/none\n# Resetting test timeout (reference: 0x55ef9a62dbe0; factor: 1)\n# Time since timeout reset 0x55ef9a62dbe0: 0.000 seconds\nok 2 /message/weird-header-field/append\n# Resetting test timeout (reference: 0x55ef9a630c30; factor: 1)\n# Time since timeout reset 0x55ef9a630c30: 0.000 seconds\nok 3 /message/weird-header-field/change\n# Resetting test timeout (reference: 0x55ef9a62f1c0; factor: 1)\n# Time since timeout reset 0x55ef9a62f1c0: 0.000 seconds\nok 4 /message/weird-header-field/prepend\n# Resetting test timeout (reference: 0x55ef9a62f9c0; factor: 1)\n# Time since timeout reset 0x55ef9a62f9c0: 0.000 seconds\nok 5 /message/weird-header-field/multi\n# End of weird-header-field tests\n# End of message tests\nPASS: dbus/test-header-fields_with_config.test\nRunning test: dbus/test-fdpass_with_config.test\nTAP version 14\n# random seed: R02Sf058aab415d2fc1bb4520870e6af9b98\n1..15\nok 1 /unsupported\nok 2 /relay\nok 3 /limit\n# Start of too-many tests\nok 4 /too-many/plus1\nok 5 /too-many/plus2\nok 6 /too-many/plus17\nok 7 /too-many/split\n# End of too-many tests\n# Start of flood tests\nok 8 /flood/1\nok 9 /flood/half-limit\nok 10 /flood/over-half-limit\nok 11 /flood/limit\n# End of flood tests\n# Start of odd-limit tests\nok 12 /odd-limit/minus1\nok 13 /odd-limit/at\nok 14 /odd-limit/plus1\nok 15 /odd-limit/plus2\n# End of odd-limit tests\nPASS: dbus/test-fdpass_with_config.test\nRunning test: dbus/test-dbus-daemon_with_config.test\nTAP version 14\n# random seed: R02S4562e43b907be52e2aeb606375516ff4\n1..36\n# Resetting test timeout (reference: 0x56477f58b5c0; factor: 1)\n# ProcessID of this process is 2830\n# UnixUserID of this process is 0\n# UnixGroupIDs of this process present (1 groups)\n# Time since timeout reset 0x56477f58b5c0: 0.001 seconds\nok 1 /creds\n# Resetting test timeout (reference: 0x56477f58b6a0; factor: 1)\n# GetConnectionUnixProcessID returned 2830\n# Time since timeout reset 0x56477f58b6a0: 0.001 seconds\nok 2 /processid\n# Resetting test timeout (reference: 0x56477f58ef90; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=61303\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\ndbus-daemon[2833]: [session uid=0 pid=2833 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=128)\n# max perf: 2000 messages / 0.025454 seconds\n# Time since timeout reset 0x56477f58ef90: 0.027 seconds\nok 3 /unix-runtime-is-default\n# Start of echo tests\n# Resetting test timeout (reference: 0x56477f58e1e0; factor: 1)\n# max perf: 2000 messages / 0.039647 seconds\n# Time since timeout reset 0x56477f58e1e0: 0.041 seconds\nok 4 /echo/session\n# Resetting test timeout (reference: 0x56477f6f00a0; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# max perf: 10000 messages / 0.172576 seconds\n# Time since timeout reset 0x56477f6f00a0: 0.175 seconds\nok 5 /echo/limited\n# End of echo tests\n# Start of no-reply tests\n# Resetting test timeout (reference: 0x56477f640150; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=76112\n# Time since timeout reset 0x56477f640150: 0.003 seconds\nok 6 /no-reply/disconnect\n# Resetting test timeout (reference: 0x56477f58a880; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=76112\n# Time since timeout reset 0x56477f58a880: 0.102 seconds\nok 7 /no-reply/timeout\n# End of no-reply tests\n# Start of canonical-path tests\n# Resetting test timeout (reference: 0x56477f5fd220; factor: 1)\n# Time since timeout reset 0x56477f5fd220: 0.002 seconds\nok 8 /canonical-path/uae\n# End of canonical-path tests\n# Start of limits tests\n# Resetting test timeout (reference: 0x56477f600d40; factor: 1)\ndbus-daemon[2839]: [session uid=0 pid=2839 pidfd=4] The maximum number of active connections has been reached (max_completed_connections=3)\n# Time since timeout reset 0x56477f600d40: 0.003 seconds\nok 9 /limits/max-completed-connections\n# Resetting test timeout (reference: 0x56477f61f720; factor: 1)\ndbus-daemon[2840]: [session uid=0 pid=2840 pidfd=4] The maximum number of active connections for UID 0 has been reached (max_connections_per_user=3)\n# Time since timeout reset 0x56477f61f720: 0.001 seconds\nok 10 /limits/max-connections-per-user\n# Resetting test timeout (reference: 0x56477f5fc910; factor: 1)\ndbus-daemon[2841]: [session uid=0 pid=2841 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=3)\ndbus-daemon[2841]: [session uid=0 pid=2841 pidfd=4] The maximum number of pending replies for \":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") has been reached (max_replies_per_connection=3)# message of type 3\n\n# message of type 3\n# message of type 2\n# message of type 2\n# message of type 2\n# Time since timeout reset 0x56477f5fc910: 0.002 seconds\nok 11 /limits/max-replies-per-connection\n# Resetting test timeout (reference: 0x56477f624cb0; factor: 1)\ndbus-daemon[2842]: [session uid=0 pid=2842 pidfd=4] Connection \":1.0\" is not allowed to add more match rules (increase limits in configuration file if required; max_match_rules_per_connection=3)\n# Time since timeout reset 0x56477f624cb0: 0.003 seconds\nok 12 /limits/max-match-rules-per-connection\n# Resetting test timeout (reference: 0x56477f61f9e0; factor: 1)\ndbus-daemon[2843]: [session uid=0 pid=2843 pidfd=4] Connection \":1.0\" is not allowed to own more services (increase limits in configuration file if required; max_names_per_connection=4)\n# Time since timeout reset 0x56477f61f9e0: 0.003 seconds\nok 13 /limits/max-names-per-connection\n# Resetting test timeout (reference: 0x56477f5fd250; factor: 1)\n# Time since timeout reset 0x56477f5fd250: 0.001 seconds\nok 14 /limits/pending-fd-timeout # SKIP Cannot test, uid 0 is immune to this limit\n# End of limits tests\n# Start of match tests\n# Start of remove tests\n# Resetting test timeout (reference: 0x56477f624df0; factor: 1)\n# Time since timeout reset 0x56477f624df0: 0.002 seconds\nok 15 /match/remove/fails\n# Resetting test timeout (reference: 0x56477f602310; factor: 1)\n# Time since timeout reset 0x56477f602310: 0.001 seconds\nok 16 /match/remove/succeeds\n# End of remove tests\n# End of match tests\n# Start of peer tests\n# Resetting test timeout (reference: 0x56477f6039a0; factor: 1)\n# Time since timeout reset 0x56477f6039a0: 0.001 seconds\nok 17 /peer/ping\n# Resetting test timeout (reference: 0x56477f5fd250; factor: 1)\n# Time since timeout reset 0x56477f5fd250: 0.001 seconds\nok 18 /peer/get-machine-id\n# End of peer tests\n# Start of properties tests\n# Resetting test timeout (reference: 0x56477f625450; factor: 1)\n# Time since timeout reset 0x56477f625450: 0.001 seconds\nok 19 /properties/get-invalid-iface\n# Resetting test timeout (reference: 0x56477f611c50; factor: 1)\n# Time since timeout reset 0x56477f611c50: 0.001 seconds\nok 20 /properties/get-invalid-path\n# Resetting test timeout (reference: 0x56477f606a70; factor: 1)\n# Time since timeout reset 0x56477f606a70: 0.001 seconds\nok 21 /properties/get-invalid\n# Resetting test timeout (reference: 0x56477f606a30; factor: 1)\n# Time since timeout reset 0x56477f606a30: 0.001 seconds\nok 22 /properties/get-all-invalid-iface\n# Resetting test timeout (reference: 0x56477f580b50; factor: 1)\n# Time since timeout reset 0x56477f580b50: 0.001 seconds\nok 23 /properties/get-all-invalid-path\n# Resetting test timeout (reference: 0x56477f78f140; factor: 1)\n# Time since timeout reset 0x56477f78f140: 0.001 seconds\nok 24 /properties/set-invalid-iface\n# Resetting test timeout (reference: 0x56477f57f650; factor: 1)\n# Time since timeout reset 0x56477f57f650: 0.001 seconds\nok 25 /properties/set-invalid-path\n# Resetting test timeout (reference: 0x56477f5805b0; factor: 1)\n# Time since timeout reset 0x56477f5805b0: 0.001 seconds\nok 26 /properties/set-invalid\n# Resetting test timeout (reference: 0x56477f78f890; factor: 1)\n# Time since timeout reset 0x56477f78f890: 0.001 seconds\nok 27 /properties/set\n# Resetting test timeout (reference: 0x56477f58b780; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Time since timeout reset 0x56477f58b780: 0.001 seconds\nok 28 /properties/features\n# Resetting test timeout (reference: 0x56477f640150; factor: 1)\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x56477f640150: 0.001 seconds\nok 29 /properties/interfaces\n# Resetting test timeout (reference: 0x56477f58bd40; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x56477f58bd40: 0.003 seconds\nok 30 /properties/get-all\n# End of properties tests\n# Start of policy tests\n# Resetting test timeout (reference: 0x56477f640150; factor: 1)\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 1 fds to /test/DenySendMax2 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 2 fds to /test/DenySendMax2 was denied, as expected\n# message of type 2\n# Sending 3 fds to /test/DenySendMax2 was not denied, as expected\n# message of type 2\n# Sending 4 fds to /test/DenySendMax2 was not denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 2 fds to /test/DenyReceiveMax3 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 3 fds to /test/DenyReceiveMax3 was denied, as expected\n# message of type 2\n# Sending 4 fds to /test/DenyReceiveMax3 was not denied, as expected\n# message of type 2\n# Sending 5 fds to /test/DenyReceiveMax3 was not denied, as expected\n# message of type 2\n# Sending 2 fds to /test/DenySendMin4 was not denied, as expected\n# message of type 2\n# Sending 3 fds to /test/DenySendMin4 was not denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 4 fds to /test/DenySendMin4 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 5 fds to /test/DenySendMin4 was denied, as expected\n# message of type 2\n# Sending 3 fds to /test/DenyReceiveMin5 was not denied, as expected\n# message of type 2\n# Sending 4 fds to /test/DenyReceiveMin5 was not denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 5 fds to /test/DenyReceiveMin5 was denied, as expected\ndbus-daemon[2861]: [session uid=0 pid=2861 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example\" member=\"Spam\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# message of type 3\n# Sending 6 fds to /test/DenyReceiveMin5 was denied, as expected\n# Time since timeout reset 0x56477f640150: 0.005 seconds\nok 31 /policy/count-fds\n# End of policy tests\n# Start of fd-limit tests\n# Resetting test timeout (reference: 0x56477f615580; factor: 1)\n# our RLIMIT_NOFILE: rlim_cur: 1024, rlim_max: 4096\n# dbus-daemon's RLIMIT_NOFILE: rlim_cur: 65536, rlim_max: 65536\n# Time since timeout reset 0x56477f615580: 0.002 seconds\nok 32 /fd-limit/session\n# Resetting test timeout (reference: 0x56477f57fa50; factor: 1)\n# our RLIMIT_NOFILE: rlim_cur: 1024, rlim_max: 4096\n# dbus-daemon's RLIMIT_NOFILE: rlim_cur: 65536, rlim_max: 65536\n# Time since timeout reset 0x56477f57fa50: 0.003 seconds\nok 33 /fd-limit/system\n# End of fd-limit tests\n# Start of activation tests\n# Resetting test timeout (reference: 0x56477f615580; factor: 1)\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.2\": \"\" -> \":1.2\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.2\"\nEcho service echoed string: \"hello world\"\n# TestSuiteForkingEchoService initial reply OK\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.2\" -> \"\"\n# owner of \":1.2\": \":1.2\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.3\": \"\" -> \":1.3\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\nEcho service echoed string: \"counter 1\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.3\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.3\" -> \"\"\n# owner of \":1.3\": \":1.3\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.4\": \"\" -> \":1.4\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.4\"\nEcho service echoed string: \"counter 3\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.4\" -> \"\"\n# owner of \":1.4\": \":1.4\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\nExecuting: dbus/test-dbus-daemon_with_config.test\n# owner of \":1.5\": \"\" -> \":1.5\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.5\"\nEcho service echoed string: \"counter 5\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.5\" -> \"\"\n# owner of \":1.5\": \":1.5\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\n# owner of \":1.6\": \"\" -> \":1.6\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.6\"\nEcho service echoed string: \"counter 7\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.6\" -> \"\"\n# owner of \":1.6\": \":1.6\" -> \"\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# owner of \":1.7\": \"\" -> \":1.7\"\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteForkingEchoService'\nEcho service echoed string: \"counter 9\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \"\" -> \":1.7\"\n# owner of \"org.freedesktop.DBus.TestSuiteForkingEchoService\": \":1.7\" -> \"\"\n# Time since timeout reset 0x56477f615580: 6.017 seconds\ndbus-daemon[2865]: [session uid=0 pid=2865 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteForkingEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\nok 34 /activation/forking\n# slow test /activation/forking executed in 6.02 secs\n# End of activation tests\n# Start of system-policy tests\n# Resetting test timeout (reference: 0x56477f580b80; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=18229\ndbus-daemon[2887]: [session uid=0 pid=2887 pidfd=4] Activating service name='org.freedesktop.DBus.TestSuiteEchoService' requested by ':1.0' (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\ndbus-daemon[2887]: [session uid=0 pid=2887 pidfd=4] Successfully activated service 'org.freedesktop.DBus.TestSuiteEchoService'\n# got signal\n# Time since timeout reset 0x56477f580b80: 0.005 seconds\nok 35 /system-policy/allow-signals\n# Start of send-destination tests\n# Resetting test timeout (reference: 0x56477f6296c0; factor: 1)\n# reply from foo.bar.test.dest_prefix.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.apf.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.apf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dpf.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dpf.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.ap.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.a\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"CallDeny\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallDeny OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):CallAllow OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.d\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(1):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"foo.bar.none\" member=\"NonExistent\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f(2):NonExistent OK\n# checking reply from foo.bar.test.dest_prefix.dp.m.f.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ao.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ao.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.do.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.d.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f1.dp.ap.a for correct method_return\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.d for correct access_denied\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.dp.ap.f.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f2.apxdp.f.f.f.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ap.f3.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a for correct method_return\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 3 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.f.f.f.f for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f1.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.do(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct method_return\n# reply from foo.bar.test.dest_prefix.do(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.do.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.do.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.do.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.ao(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\n# reply from foo.bar.test.dest_prefix.ao(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.ao for correct method_return\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 4 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.a.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f1.ap.d.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.a.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d for correct access_denied\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f for correct method_return\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.d.f.f.f for correct method_return\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.ap.dp.f.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f2.dpxap.f.f.f.dp.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 5 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 6 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.dp.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 8 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f(1):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f for correct access_denied\ndbus-daemon[2890]: Rejected send message, 7 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\") interface=\"com.example.Anything\" member=\"Anything\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2830 comm=\"/usr/libexec/installed-tests/dbus/test-dbus-daemon\")\n# reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f(2):Anything OK\n# checking reply from foo.bar.test.dest_prefix.dp.f3.apxdp.dp.ap.d.f.f.f.f for correct access_denied\n# Time since timeout reset 0x56477f6296c0: 0.129 seconds\nok 36 /system-policy/send-destination/prefix\n# End of send-destination tests\n# End of system-policy tests\nPASS: dbus/test-dbus-daemon_with_config.test\nRunning test: dbus/test-server-oom.test\nTAP version 14\n# random seed: R02S851ab94253739696227f416b3e289f68\n1..5\n# Start of server tests\nok 1 /server/new-tcp\nok 2 /server/new-nonce-tcp\nok 3 /server/new-tcp-star\nok 4 /server/new-tcp-v4\nok 5 /server/unix\n# End of server tests\nPASS: dbus/test-server-oom.test\nRunning test: dbus/test-corrupt.test\nTAP version 14\n# random seed: R02S4b815a1d010be62e203a0bcc400cb8e3\n1..4\n# Start of corrupt tests\nok 1 /corrupt/tcp\nok 2 /corrupt/unix\n# Start of byte-order tests\nok 3 /corrupt/byte-order/tcp\nok 4 /corrupt/byte-order/unix\n# End of byte-order tests\n# End of corrupt tests\nPASS: dbus/test-corrupt.test\nRunning test: dbus/test-misc-internals_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: misc\nok 2 - misc\n# misc test took 0 seconds\nok 3 # SKIP unable to determine whether misc leaked memory (not compiled with memory instrumentation)\n# Running test: address\nok 4 - address\n# address test took 0 seconds\nok 5 # SKIP unable to determine whether address leaked memory (not compiled with memory instrumentation)\n# Running test: server\n# checking server address 'tcp:port=1234'\n# checking server address 'tcp:host=localhost,port=1234'\n# checking server address 'tcp:host=localhost,port=1234;tcp:port=5678'\n# checking server address 'tcp:port=1234'\n# checking server address 'unix:path=/tmp/dbus-test-I2SS0m/boogie'\n# checking server address 'tcp:port=1234;unix:path=/tmp/dbus-test-I2SS0m/boogie'\n# checking server address 'unix:path=./boogie'\n# checking server address 'tcp:port=1234;unix:path=./boogie'\nok 6 - server\n# server test took 0 seconds\nok 7 # SKIP unable to determine whether server leaked memory (not compiled with memory instrumentation)\n# Running test: signature\nok 8 - signature\n# signature test took 0 seconds\nok 9 # SKIP unable to determine whether signature leaked memory (not compiled with memory instrumentation)\n# Running test: mem-pool\nok 10 - mem-pool\n# mem-pool test took 1 seconds\nok 11 # SKIP unable to determine whether mem-pool leaked memory (not compiled with memory instrumentation)\n# Running test: list\nok 12 - list\n# list test took 0 seconds\nok 13 # SKIP unable to determine whether list leaked memory (not compiled with memory instrumentation)\n# Running test: userdb\n#     Current user: root homedir: /home/root gids:\n# - 0\n# Is Console user: 0\n# Invocation was OK: yes\n# Is Console user 4711: 0\n# Invocation was OK: yes\nok 14 - userdb\n# userdb test took 0 seconds\nok 15 # SKIP unable to determine whether userdb leaked memory (not compiled with memory instrumentation)\n# 7 tests passed (8 skipped)\n1..15\n# removed test socket directory /tmp/dbus-test-I2SS0m\nPASS: dbus/test-misc-internals_with_config.test\nRunning test: dbus/test-shell_with_config.test\n# Testing command line 'command -s --force-shutdown \"a string\" 123'\n# Number of arguments: 5\n# Argument 0 = command\n# Argument 1 = -s\n# Argument 2 = --force-shutdown\n# Argument 3 = a string\n# Argument 4 = 123\n# Testing command line 'command -s'\n# Number of arguments: 2\n# Argument 0 = command\n# Argument 1 = -s\n# Testing command line '/opt/gnome/bin/service-start'\n# Number of arguments: 1\n# Argument 0 = /opt/gnome/bin/service-start\n# Testing command line 'grep -l -r -i 'whatever' files*.c'\n# Number of arguments: 6\n# Argument 0 = grep\n# Argument 1 = -l\n# Argument 2 = -r\n# Argument 3 = -i\n# Argument 4 = whatever\n# Argument 5 = files*.c\n# Testing command line '/home/boston/johnp/devel-local/dbus/test/test-segfault'\n# Number of arguments: 1\n# Argument 0 = /home/boston/johnp/devel-local/dbus/test/test-segfault\n# Testing command line 'ls -l -a --colors'\n# Number of arguments: 4\n# Argument 0 = ls\n# Argument 1 = -l\n# Argument 2 = -a\n# Argument 3 = --colors\n# Testing command line 'rsync-to-server'\n# Number of arguments: 1\n# Argument 0 = rsync-to-server\n# Testing command line 'test-segfault --no-segfault'\n# Number of arguments: 2\n# Argument 0 = test-segfault\n# Argument 1 = --no-segfault\n# Testing command line 'evolution mailto:pepe@cuco.com'\n# Number of arguments: 2\n# Argument 0 = evolution\n# Argument 1 = mailto:pepe@cuco.com\n# Testing command line 'run \"a \n multiline\"'\n# Number of arguments: 2\n# Argument 0 = run\n# Argument 1 = a \n multiline\n# Testing command line 'ls \"a wrong string''\n# Error (as expected) parsing command line: Unclosed quotes in command line\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\n1..11\nPASS: dbus/test-shell_with_config.test\nRunning test: dbus/test-hash.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: hash\n# Computing test hash keys...\n# ... done.\nok 2 - hash\n# hash test took 0 seconds\nok 3 # SKIP unable to determine whether hash leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-hash.test\nRunning test: dbus/test-uid-permissions_with_config.test\nTAP version 14\n# random seed: R02Sb68a1c848af50820b318c7a877230dad\n1..4\n# Start of uid-permissions tests\n# Start of uae tests\ndbus-daemon[2904]: rejected attempt to call UpdateActivationEnvironment by connection :1.0 (uid=65534 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") with uid 65534\nok 1 /uid-permissions/uae/other\n# End of uae tests\n# Start of monitor tests\ndbus-daemon[2906]: Connection :1.0 (uid=0 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") became a monitor.\ndbus-daemon[2906]: Monitoring connection :1.0 closed.\nok 2 /uid-permissions/monitor/root\ndbus-daemon[2908]: Connection :1.0 (uid=999 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") became a monitor.\ndbus-daemon[2908]: Monitoring connection :1.0 closed.\nok 3 /uid-permissions/monitor/messagebus\ndbus-daemon[2910]: rejected attempt to call BecomeMonitor by connection :1.0 (uid=65534 pid=2902 comm=\"/usr/libexec/installed-tests/dbus/test-uid-permiss\") with uid 65534\nok 4 /uid-permissions/monitor/other\n# End of monitor tests\n# End of uid-permissions tests\nPASS: dbus/test-uid-permissions_with_config.test\nRunning test: dbus/test-sd-activation.test\nTAP version 14\n# random seed: R02S29fb6d642aa34a24d1e082df2f3b0cc3\n1..8\n# Start of sd-activation tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 1 /sd-activation/activation # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 2 /sd-activation/uae # SKIP DBUS_TEST_DATA not set\n# Start of deny-send tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 3 /sd-activation/deny-send/com.example.SendDenied # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 4 /sd-activation/deny-send/com.example.SendPrefixDenied # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 5 /sd-activation/deny-send/com.example.SendPrefixDenied.internal # SKIP DBUS_TEST_DATA not set\n# End of deny-send tests\n# Start of deny-receive tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 6 /sd-activation/deny-receive/com.example.ReceiveDenied # SKIP DBUS_TEST_DATA not set\n# End of deny-receive tests\n# Start of transient-services tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 7 /sd-activation/transient-services/later # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 8 /sd-activation/transient-services/in-advance # SKIP DBUS_TEST_DATA not set\n# End of transient-services tests\n# End of sd-activation tests\nPASS: dbus/test-sd-activation.test\nRunning test: dbus/test-uid-permissions.test\nTAP version 14\n# random seed: R02Sd5f922860bf2574fa083c946b6b2d053\n1..4\n# Start of uid-permissions tests\n# Start of uae tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 1 /uid-permissions/uae/other # SKIP DBUS_TEST_DATA not set\n# End of uae tests\n# Start of monitor tests\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 2 /uid-permissions/monitor/root # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 3 /uid-permissions/monitor/messagebus # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/multi-user.conf\nok 4 /uid-permissions/monitor/other # SKIP DBUS_TEST_DATA not set\n# End of monitor tests\n# End of uid-permissions tests\nPASS: dbus/test-uid-permissions.test\nRunning test: dbus/test-apparmor-activation.sh_with_config.test\n# Attempting to load AppArmor profiles\n/usr/libexec/installed-tests/dbus/test-apparmor-activation.sh: line 50: apparmor_parser: command not found\n1..0 # SKIP - unable to load AppArmor profiles\nPASS: dbus/test-apparmor-activation.sh_with_config.test\nRunning test: dbus/test-loopback.test\nTAP version 14\n# random seed: R02S989c1dc2c0a43bd932cba39afa2427f0\n1..13\n# listening at tcp:host=127.0.0.1,port=37619,family=ipv4,guid=1f33732a4b79c94a4f15cb9e685001f4\n# Credentials: uid=0\nok 1 /builtin-filters\n# Start of connect tests\n# listening at tcp:host=127.0.0.1,port=44687,family=ipv4,guid=2341a0f9c78b2802099f4466685001f4\n# Credentials: uid=0\nok 2 /connect/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=39559,family=ipv4,noncefile=/tmp/dbus_nonce-sYPwgaqb/nonce,guid=ff4ab15b2bc033d0595e52ed685001f4\n# Credentials: uid=0\nok 3 /connect/nonce-tcp\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-wAUtay0y4S,guid=846446136f9bca5122b28e9f685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 4 /connect/unix/tmpdir\n# listening at unix:path=/tmp/dbus-xuDOTcTDrc,guid=a443a2a5430c2c6a83d3d12f685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 5 /connect/unix/dir\n# XDG_RUNTIME_DIR /tmp/dbus=daemon=test.IPMQ82\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.IPMQ82/bus,guid=3c06e6de774f27bfcf7fd1a6685001f4\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.IPMQ82/bus,guid=3c06e6de774f27bfcf7fd1a6685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 6 /connect/unix/runtime\n# listening at unix:path=/tmp/dbus-CedPhdTyoH,guid=76b0697b4940d1c0d5bf00d9685001f4\n# listening at unix:path=/tmp/dbus-CedPhdTyoH,guid=76b0697b4940d1c0d5bf00d9685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 7 /connect/unix/no-runtime\n# End of unix tests\n# End of connect tests\n# Start of message tests\n# listening at tcp:host=127.0.0.1,port=43805,family=ipv4,guid=edbc2a1542f04ac6dcbe5775685001f4\n# Credentials: uid=0\nok 8 /message/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=36303,family=ipv4,noncefile=/tmp/dbus_nonce-PlYfDQxN/nonce,guid=3e9f7229abb31050e1ec5f48685001f4\n# Credentials: uid=0\nok 9 /message/nonce-tcp\n# Start of bad-guid tests\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 10 /message/bad-guid/tcp\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 11 /message/bad-guid/unix\n# End of bad-guid tests\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-JgOC6QWrpu,guid=a6e6466b66517316839a91a4685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 12 /message/unix/tmpdir\n# listening at unix:path=/tmp/dbus-ak5igw856U,guid=ed728d7a45c970d6cc988309685001f4\n# Credentials: uid=0 pid=2920 gid=0 pidfd=10\nok 13 /message/unix/dir\n# End of unix tests\n# End of message tests\nPASS: dbus/test-loopback.test\nRunning test: dbus/test-desktop-file_with_config.test\nTAP version 14\n# random seed: R02S1ac884300687a5444cbe5c2913ff690f\n1..25\n# Start of desktop-file tests\n# Start of valid tests\nok 1 /desktop-file/valid/newlines\nok 2 /desktop-file/valid/spaces\nok 3 /desktop-file/valid/normal\nok 4 /desktop-file/valid/empty value\nok 5 /desktop-file/valid/empty section\nok 6 /desktop-file/valid/empty section with newline\nok 7 /desktop-file/valid/odd whitespace\nok 8 /desktop-file/valid/Misc printable ASCII in section heading\nok 9 /desktop-file/valid/Backslash in section heading\nok 10 /desktop-file/valid/empty\n# End of valid tests\n# Start of invalid tests\nok 11 /desktop-file/invalid/unterminated section heading\nok 12 /desktop-file/invalid/newline in section heading\nok 13 /desktop-file/invalid/tab in section heading\nok 14 /desktop-file/invalid/junk after section heading\nok 15 /desktop-file/invalid/opening square bracket in section heading\nok 16 /desktop-file/invalid/closing square bracket in section heading\nok 17 /desktop-file/invalid/control character in section heading\nok 18 /desktop-file/invalid/backspace in section heading\nok 19 /desktop-file/invalid/NUL in section heading\nok 20 /desktop-file/invalid/non-ASCII in section heading\nok 21 /desktop-file/invalid/bare string not in section\nok 22 /desktop-file/invalid/key-value not in section\nok 23 /desktop-file/invalid/contains control character\nok 24 /desktop-file/invalid/contains nul\nok 25 /desktop-file/invalid/empty section name\n# End of invalid tests\n# End of desktop-file tests\nPASS: dbus/test-desktop-file_with_config.test\nRunning test: dbus/test-dbus-daemon-eavesdrop_with_config.test\nTAP version 14\n# random seed: R02Se01c64280073a829a79cd2f41a60b6a7\n1..3\n# Start of eavedrop tests\n# Start of match_keyword tests\nok 1 /eavedrop/match_keyword/broadcast\nok 2 /eavedrop/match_keyword/unicast_to_receiver\nok 3 /eavedrop/match_keyword/unicast_to_sender\n# End of match_keyword tests\n# End of eavedrop tests\nPASS: dbus/test-dbus-daemon-eavesdrop_with_config.test\nRunning test: dbus/test-variant.test\nTAP version 14\n# random seed: R02Sc3fde05ec694673186f73873a23bb602\n1..2\n# Start of variant tests\nok 1 /variant/simple\nok 2 /variant/oom\n# End of variant tests\nPASS: dbus/test-variant.test\nRunning test: dbus/test-sysdeps_with_config.test\nTAP version 14\n# random seed: R02S0438b1f7a225eb5b9b1a35f7d44cb055\n1..3\n# Start of sysdeps tests\n# Process ID of process handle 2932: 2932\n# Process 2932: \"/usr/libexec/installed-tests/dbus/test-sleep-forever bees\"\n# Process 2932 (truncated): \"/usr/libex\"\nok 1 /sysdeps/command_for_pid\nok 2 /sysdeps/close_all\nok 3 /sysdeps/set_all_close_on_exec\n# End of sysdeps tests\nPASS: dbus/test-sysdeps_with_config.test\nRunning test: dbus/test-printf.test\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\n1..8\nPASS: dbus/test-printf.test\nRunning test: dbus/integration/transient-services.sh_with_config.test\n1..0 # SKIP -  is empty or unset\nPASS: dbus/integration/transient-services.sh_with_config.test\nRunning test: dbus/test-dbus-daemon-eavesdrop.test\nTAP version 14\n# random seed: R02Sac4e3fac2e7f2cfa5be0e7acdbd6f618\n1..3\n# Start of eavedrop tests\n# Start of match_keyword tests\nok 1 /eavedrop/match_keyword/broadcast\nok 2 /eavedrop/match_keyword/unicast_to_receiver\nok 3 /eavedrop/match_keyword/unicast_to_sender\n# End of match_keyword tests\n# End of eavedrop tests\nPASS: dbus/test-dbus-daemon-eavesdrop.test\nRunning test: dbus/test-syslog_with_config.test\nTAP version 14\n# random seed: R02Sa7544ca34a26aa1dbc8f685a6c282d5e\n1..1\n# Start of syslog tests\nok 1 /syslog/normal\n# End of syslog tests\nPASS: dbus/test-syslog_with_config.test\nRunning test: dbus/test-sd-activation_with_config.test\nTAP version 14\n# random seed: R02S6172c19f0b89e4d3392bdbba1c22d903\n1..8\n# Start of sd-activation tests\ndbus-daemon[2947]: Activating systemd to hand-off: service name='com.example.SystemdActivatable1' unit='dbus-com.example.SystemdActivatable1.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\ndbus-daemon[2947]: Successfully activated service 'org.freedesktop.systemd1'\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2947]: Successfully activated service 'com.example.SystemdActivatable1'\ndbus-daemon[2947]: Activating via systemd: service name='com.example.SystemdActivatable2' unit='dbus-com.example.SystemdActivatable2.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2947]: Ignoring forged ActivationFailure message from connection :1.0 (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\ndbus-daemon[2947]: Successfully activated service 'com.example.SystemdActivatable2'\ndbus-daemon[2947]: Activating via systemd: service name='com.example.SystemdActivatable3' unit='dbus-com.example.SystemdActivatable3.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2947]: Activation via systemd failed for unit 'dbus-com.example.SystemdActivatable3.service': Computer says no\ndbus-daemon[2947]: Activating via systemd: service name='com.example.SendPrefixDenied.SendPrefixAllowed.internal' unit='dbus-com.example.SendPrefixDenied.SendPrefixAllowed.internal.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\nok 1 /sd-activation/activation\ndbus-daemon[2948]: Successfully activated service 'org.freedesktop.systemd1'\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Manager member SetEnvironment\n# got call\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Manager member SetEnvironment\n# got call\nok 2 /sd-activation/uae\n# Start of deny-send tests\ndbus-daemon[2949]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.bar\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.SendDenied\" (bus)\nok 3 /sd-activation/deny-send/com.example.SendDenied\ndbus-daemon[2950]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.bar\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.SendPrefixDenied\" (bus)\nok 4 /sd-activation/deny-send/com.example.SendPrefixDenied\ndbus-daemon[2951]: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.bar\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.SendPrefixDenied.internal\" (bus)\nok 5 /sd-activation/deny-send/com.example.SendPrefixDenied.internal\n# End of deny-send tests\n# Start of deny-receive tests\ndbus-daemon[2952]: Activating systemd to hand-off: service name='com.example.ReceiveDenied' unit='dbus-com.example.ReceiveDenied.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\ndbus-daemon[2952]: Successfully activated service 'org.freedesktop.systemd1'\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2952]: Successfully activated service 'com.example.ReceiveDenied'\ndbus-daemon[2952]: Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.0\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\") interface=\"com.example.ReceiveDenied\" member=\"Call\" error name=\"(unset)\" requested_reply=\"0\" destination=\"com.example.ReceiveDenied\" (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\nok 6 /sd-activation/deny-receive/com.example.ReceiveDenied\n# End of deny-receive tests\n# Start of transient-services tests\ndbus-daemon[2953]: Reloaded configuration\ndbus-daemon[2953]: Activating via systemd: service name='com.example.TransientActivatable1' unit='dbus-com.example.TransientActivatable1.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2953]: Successfully activated service 'com.example.TransientActivatable1'\nok 7 /sd-activation/transient-services/later\ndbus-daemon[2954]: Activating via systemd: service name='com.example.TransientActivatable1' unit='dbus-com.example.TransientActivatable1.service' requested by ':1.0' (uid=0 pid=2946 comm=\"/usr/libexec/installed-tests/dbus/test-sd-activati\")\n# sender org.freedesktop.DBus iface org.freedesktop.systemd1.Activator member ActivationRequest\ndbus-daemon[2954]: Successfully activated service 'com.example.TransientActivatable1'\nok 8 /sd-activation/transient-services/in-advance\n# End of transient-services tests\n# End of sd-activation tests\nPASS: dbus/test-sd-activation_with_config.test\nRunning test: dbus/test-strings.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: skip_blank\nok 2 - skip_blank\n# skip_blank test took 0 seconds\nok 3 # SKIP unable to determine whether skip_blank leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-strings.test\nRunning test: dbus/test-loopback_with_config.test\nTAP version 14\n# random seed: R02S4ea8fadf055a2000498244f1237f364c\n1..13\n# listening at tcp:host=127.0.0.1,port=39021,family=ipv4,guid=b52d6cfdd43698bf68f79694685001f5\n# Credentials: uid=0\nok 1 /builtin-filters\n# Start of connect tests\n# listening at tcp:host=127.0.0.1,port=40827,family=ipv4,guid=fccdeae598b47ce11d79c39d685001f5\n# Credentials: uid=0\nok 2 /connect/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=43803,family=ipv4,noncefile=/tmp/dbus_nonce-jFS5QQRK/nonce,guid=460b71cfce2b784a539b93db685001f5\n# Credentials: uid=0\nok 3 /connect/nonce-tcp\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-NrAXEVpJF7,guid=e15aa9d94bad4da7804df401685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 4 /connect/unix/tmpdir\n# listening at unix:path=/tmp/dbus-Fz21zHk5oy,guid=639d6bc8298b0d8c6cbb5cd4685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 5 /connect/unix/dir\n# XDG_RUNTIME_DIR /tmp/dbus=daemon=test.AS5872\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.AS5872/bus,guid=2a91885497e4f50373bc9718685001f5\n# listening at unix:path=/tmp/dbus%3ddaemon%3dtest.AS5872/bus,guid=2a91885497e4f50373bc9718685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 6 /connect/unix/runtime\n# listening at unix:path=/tmp/dbus-GBuaVInwmt,guid=9a65a3a101a0c00325ea3176685001f5\n# listening at unix:path=/tmp/dbus-GBuaVInwmt,guid=9a65a3a101a0c00325ea3176685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 7 /connect/unix/no-runtime\n# End of unix tests\n# End of connect tests\n# Start of message tests\n# listening at tcp:host=127.0.0.1,port=44253,family=ipv4,guid=3d25d61330e06684ae6306c8685001f5\n# Credentials: uid=0\nok 8 /message/tcp\n# listening at nonce-tcp:host=127.0.0.1,port=42905,family=ipv4,noncefile=/tmp/dbus_nonce-ILWiiyoX/nonce,guid=aa8664bfd2261110c2d0ef1f685001f5\n# Credentials: uid=0\nok 9 /message/nonce-tcp\n# Start of bad-guid tests\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 10 /message/bad-guid/tcp\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=39720\nok 11 /message/bad-guid/unix\n# End of bad-guid tests\n# Start of unix tests\n# listening at unix:path=/tmp/dbus-jlskg7plKJ,guid=1ecb778c95130f6bf2896e6a685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 12 /message/unix/tmpdir\n# listening at unix:path=/tmp/dbus-lQzziY7Oow,guid=c857d1a6f8925033ead5c601685001f5\n# Credentials: uid=0 pid=2958 gid=0 pidfd=10\nok 13 /message/unix/dir\n# End of unix tests\n# End of message tests\nPASS: dbus/test-loopback_with_config.test\nRunning test: dbus/test-fdpass.test\nTAP version 14\n# random seed: R02S99899e7e95dcb4df5d9c77da479f1d9b\n1..15\nok 1 /unsupported\nok 2 /relay\nok 3 /limit\n# Start of too-many tests\nok 4 /too-many/plus1\nok 5 /too-many/plus2\nok 6 /too-many/plus17\nok 7 /too-many/split\n# End of too-many tests\n# Start of flood tests\nok 8 /flood/1\nok 9 /flood/half-limit\nok 10 /flood/over-half-limit\nok 11 /flood/limit\n# End of flood tests\n# Start of odd-limit tests\nok 12 /odd-limit/minus1\nok 13 /odd-limit/at\nok 14 /odd-limit/plus1\nok 15 /odd-limit/plus2\n# End of odd-limit tests\nPASS: dbus/test-fdpass.test\nRunning test: dbus/test-header-fields.test\nTAP version 14\n# random seed: R02Sea110b310cc7f444211733cbf5891364\n1..5\n# Start of message tests\n# Start of weird-header-field tests\n# Resetting test timeout (reference: 0x55cc31d964a0; factor: 1)\n# Time since timeout reset 0x55cc31d964a0: 0.001 seconds\nok 1 /message/weird-header-field/none\n# Resetting test timeout (reference: 0x55cc31d99810; factor: 1)\n# Time since timeout reset 0x55cc31d99810: 0.001 seconds\nok 2 /message/weird-header-field/append\n# Resetting test timeout (reference: 0x55cc31d8b4f0; factor: 1)\n# Time since timeout reset 0x55cc31d8b4f0: 0.001 seconds\nok 3 /message/weird-header-field/change\n# Resetting test timeout (reference: 0x55cc31d96120; factor: 1)\n# Time since timeout reset 0x55cc31d96120: 0.001 seconds\nok 4 /message/weird-header-field/prepend\n# Resetting test timeout (reference: 0x55cc31d97ae0; factor: 1)\n# Time since timeout reset 0x55cc31d97ae0: 0.001 seconds\nok 5 /message/weird-header-field/multi\n# End of weird-header-field tests\n# End of message tests\nPASS: dbus/test-header-fields.test\nRunning test: dbus/test-monitor_with_config.test\nTAP version 14\n# random seed: R02S5bdd5834c8eb1147405d5727561c782f\n1..18\n# Start of monitor tests\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\nok 1 /monitor/invalid\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[2971]: [session uid=0 pid=2971 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 10\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 11\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 12\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 13\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[2971]: [session uid=0 pid=2971 pidfd=4] Monitoring connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") is not allowed to send messages; closing it. Please fix the monitor to not do that. (message type=\"method_call\" interface=\"org.freedesktop.DBus\" member=\"AddMatch\" error name=\"(unset)\" destination=\"org.freedesktop.DBus\")\ndbus-daemon[2971]: [session uid=0 pid=2971 pidfd=4] Monitoring connection :1.0 closed.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: (dbus-daemon)\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus/Local\n# \tinterface: org.freedesktop.DBus.Local\n# \tmember: Disconnected\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 0\n# \tin reply to: 0\nok 2 /monitor/become\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2972]: [session uid=0 pid=2972 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2972]: [session uid=0 pid=2972 pidfd=4] Monitoring connection :1.0 closed.\nok 3 /monitor/broadcast\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: BroadcastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 5\n# \tin reply to: 2\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"BroadcastSignal1\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotReceive\n# \tmember: BroadcastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 6\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"BroadcastSignal2\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: BroadcastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 7\n# \tin reply to: 4\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"BroadcastSignal3\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast\n# \tmember: CannotBroadcast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 8\n# \tin reply to: 5\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotBroadcast\" member=\"CannotBroadcast\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast2\n# \tmember: CannotBroadcast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 9\n# \tin reply to: 6\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotBroadcast2\" member=\"CannotBroadcast2\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.DBus\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast\n# \tmember: CannotUnicast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast2\n# \tmember: CannotUnicast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 8\n# \tin reply to: 0\ndbus-daemon[2973]: [session uid=0 pid=2973 pidfd=4] Monitoring connection :1.0 closed.\nok 4 /monitor/forbidden-broadcast\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2974]: [session uid=0 pid=2974 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2974]: [session uid=0 pid=2974 pidfd=4] Monitoring connection :1.0 closed.\nok 5 /monitor/unicast-signal\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"UnicastSignal2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: UnicastSignal1\n# \tsignature: \ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal3\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")# \terror name: (null)\n\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast\" member=\"CannotUnicast\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")# \tserial number: 3\n\n# \tin reply to: 2\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast2\" member=\"CannotUnicast2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotReceive\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 4\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"UnicastSignal2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 5\n# \tin reply to: 4\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"UnicastSignal3\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast\n# \tmember: CannotUnicast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 6\n# \tin reply to: 5\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast\" member=\"CannotUnicast\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotUnicast2\n# \tmember: CannotUnicast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 7\n# \tin reply to: 6\n# \tstring payload: Rejected send message, 2 matched rules; type=\"signal\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotUnicast2\" member=\"CannotUnicast2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast\n# \tmember: CannotBroadcast\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotBroadcast2\n# \tmember: CannotBroadcast2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 8\n# \tin reply to: 0\ndbus-daemon[2975]: [session uid=0 pid=2975 pidfd=4] Monitoring connection :1.0 closed.\nok 6 /monitor/forbidden\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2976]: [session uid=0 pid=2976 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: org.freedesktop.DBus.Peer\n# \tmember: Ping\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Call1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.UnknownMethod\n# \tserial number: 3\n# \tin reply to: 3\n# \tstring payload: Method \"Call1\" with signature \"\" on interface \"com.example.bar\" doesn't exist\n# \ndbus-daemon[2976]: [session uid=0 pid=2976 pidfd=4] Monitoring connection :1.0 closed.\nok 7 /monitor/method-call\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"Call1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotSend\n# \tmember: Call1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 3\n# \tin reply to: 2\n# \tstring payload: Rejected send message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotSend\" member=\"Call1\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"Call2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.CannotReceive\n# \tmember: Call2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 4\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"method_call\", sender=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") interface=\"com.example.CannotReceive\" member=\"Call2\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2977]: [session uid=0 pid=2977 pidfd=4] Monitoring connection :1.0 closed.\nok 8 /monitor/forbidden-method\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.0\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.2\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.DBus\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.AccessDenied\n# \tserial number: 6\n# \tin reply to: 3\n# \tstring payload: Rejected receive message, 2 matched rules; type=\"signal\", sender=\"(unset)\" ((bus)) interface=\"org.freedesktop.DBus\" member=\"NameAcquired\" error name=\"(unset)\" requested_reply=\"0\" destination=\":1.1\" (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: ReleaseName\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[2978]: [session uid=0 pid=2978 pidfd=4] Monitoring connection :1.0 closed.\nok 9 /monitor/forbidden-reply\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2979]: [session uid=0 pid=2979 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: ReleaseName\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[2979]: [session uid=0 pid=2979 pidfd=4] Monitoring connection :1.0 closed.\nok 10 /monitor/dbus-daemon\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\ndbus-daemon[2980]: # \tin reply to: 0\n[session uid=0 pid=2980 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Interesting\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Fun\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2980]: [session uid=0 pid=2980 pidfd=4] Monitoring connection :1.0 closed.\nok 11 /monitor/selective\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2981]: [session uid=0 pid=2981 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2981]: [session uid=0 pid=2981 pidfd=4] Monitoring connection :1.0 closed.\nok 12 /monitor/well-known-destination\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2982]: [session uid=0 pid=2982 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2982]: [session uid=0 pid=2982 pidfd=4] Monitoring connection :1.0 closed.\nok 13 /monitor/unique-destination\n*** Failed to open connection to activating message bus: Failed to connect to socket /tmp/dbus-vNJltWyKa6: No such file or directory\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2983]: [session uid=0 pid=2983 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2983]: [session uid=0 pid=2983 pidfd=4] Monitoring connection :1.0 closed.\nok 14 /monitor/wildcard\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2984]: [session uid=0 pid=2984 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2984]: [session uid=0 pid=2984 pidfd=4] Monitoring connection :1.0 closed.\nok 15 /monitor/no-rule\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2985]: [session uid=0 pid=2985 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2985]: [session uid=0 pid=2985 pidfd=4] Monitoring connection :1.0 closed.\nok 16 /monitor/eavesdrop\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2986]: [session uid=0 pid=2986 pidfd=4] Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2986]: [session uid=0 pid=2986 pidfd=4] Monitoring connection :1.0 closed.\nok 17 /monitor/no-eavesdrop\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2987]: Connection :1.0 (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[2987]: Activating systemd to hand-off: service name='com.example.SystemdActivatable1' unit='dbus-com.example.SystemdActivatable1.service' requested by ':1.1' (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.systemd1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationRequest\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: dbus-com.example.SystemdActivatable1.service\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.SystemdActivatable1\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.3\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: Hello\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 1\n# \tstring payload: :1.3\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.3\ndbus-daemon[2987]: Successfully activated service 'org.freedesktop.systemd1'\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.3\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: org.freedesktop.systemd1\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.3\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.4\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: Hello\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 1\n# \tin reply to: 1\n# \tstring payload: :1.4\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 8\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.4\ndbus-daemon[2987]: Successfully activated service 'com.example.SystemdActivatable1'\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.4\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 9\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.SystemdActivatable1\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\ndbus-daemon[2987]: Activating via systemd: service name='com.example.SystemdActivatable2' unit='dbus-com.example.SystemdActivatable2.service' requested by ':1.1' (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.systemd1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationRequest\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: dbus-com.example.SystemdActivatable2.service\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.SystemdActivatable2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\ndbus-daemon[2987]: Successfully activated service 'com.example.SystemdActivatable2'\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.4\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 10\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.SystemdActivatable2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.4\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[2987]: Activating via systemd: service name='com.example.SystemdActivatable3' unit='dbus-com.example.SystemdActivatable3.service' requested by ':1.1' (uid=0 pid=2969 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\")\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: org.freedesktop.systemd1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationRequest\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# \tstring payload: dbus-com.example.SystemdActivatable3.service\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.SystemdActivatable3\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[2987]: Activation via systemd failed for unit 'dbus-com.example.SystemdActivatable3.service': Computer says no\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: com.example.Nope\n# \tserial number: 3\n# \tin reply to: 4\n# \tstring payload: Computer says no\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.3\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/systemd1\n# \tinterface: org.freedesktop.systemd1.Activator\n# \tmember: ActivationFailure\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\ndbus-daemon[2987]: Monitoring connection :1.0 closed.\nok 18 /monitor/activation\n# End of monitor tests\nPASS: dbus/test-monitor_with_config.test\nRunning test: dbus/test-server-oom_with_config.test\nTAP version 14\n# random seed: R02Scad260eba5a18cdac0dc3df32539b193\n1..5\n# Start of server tests\nok 1 /server/new-tcp\nok 2 /server/new-nonce-tcp\nok 3 /server/new-tcp-star\nok 4 /server/new-tcp-v4\nok 5 /server/unix\n# End of server tests\nPASS: dbus/test-server-oom_with_config.test\nRunning test: dbus/test-sysdeps.test\nTAP version 14\n# random seed: R02Sb003c7380b198c2ce106ceabde240149\n1..3\n# Start of sysdeps tests\nok 1 /sysdeps/command_for_pid # SKIP DBUS_TEST_EXEC not set\nok 2 /sysdeps/close_all\nok 3 /sysdeps/set_all_close_on_exec\n# End of sysdeps tests\nPASS: dbus/test-sysdeps.test\nRunning test: dbus/test-atomic_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: atomic_inc/dec\nok 2 - atomic_inc/dec\n# atomic_inc/dec test took 0 seconds\n# Running test: atomic_set_[non]zero\nok 3 - atomic_set_[non]zero\n# atomic_set_[non]zero test took 0 seconds\n# 2 tests passed (1 skipped)\n1..3\nPASS: dbus/test-atomic_with_config.test\nRunning test: dbus/test-assertions.test\nTAP version 14\n# random seed: R02Se410622bd64cc054e69278ef1caa2ee4\n1..5\n# Start of assertions tests\nok 1 /assertions/assert # SKIP Assertions disabled\nok 2 /assertions/assert_error_is_set # SKIP Assertions or checks disabled\nok 3 /assertions/assert_error_is_clear # SKIP Assertions or checks disabled\nok 4 /assertions/assert_error_xor_true # SKIP Assertions or checks disabled\nok 5 /assertions/assert_error_xor_false # SKIP Assertions or checks disabled\n# End of assertions tests\nPASS: dbus/test-assertions.test\nRunning test: dbus/test-desktop-file.test\nTAP version 14\n# random seed: R02S04170bdc35e88bdcc2805d962cf202cc\n1..25\n# Start of desktop-file tests\n# Start of valid tests\nok 1 /desktop-file/valid/newlines\nok 2 /desktop-file/valid/spaces\nok 3 /desktop-file/valid/normal\nok 4 /desktop-file/valid/empty value\nok 5 /desktop-file/valid/empty section\nok 6 /desktop-file/valid/empty section with newline\nok 7 /desktop-file/valid/odd whitespace\nok 8 /desktop-file/valid/Misc printable ASCII in section heading\nok 9 /desktop-file/valid/Backslash in section heading\nok 10 /desktop-file/valid/empty\n# End of valid tests\n# Start of invalid tests\nok 11 /desktop-file/invalid/unterminated section heading\nok 12 /desktop-file/invalid/newline in section heading\nok 13 /desktop-file/invalid/tab in section heading\nok 14 /desktop-file/invalid/junk after section heading\nok 15 /desktop-file/invalid/opening square bracket in section heading\nok 16 /desktop-file/invalid/closing square bracket in section heading\nok 17 /desktop-file/invalid/control character in section heading\nok 18 /desktop-file/invalid/backspace in section heading\nok 19 /desktop-file/invalid/NUL in section heading\nok 20 /desktop-file/invalid/non-ASCII in section heading\nok 21 /desktop-file/invalid/bare string not in section\nok 22 /desktop-file/invalid/key-value not in section\nok 23 /desktop-file/invalid/contains control character\nok 24 /desktop-file/invalid/contains nul\nok 25 /desktop-file/invalid/empty section name\n# End of invalid tests\n# End of desktop-file tests\nPASS: dbus/test-desktop-file.test\nRunning test: dbus/test-misc-internals.test\n# No test data!\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: misc\nok 2 - misc\n# misc test took 0 seconds\nok 3 # SKIP unable to determine whether misc leaked memory (not compiled with memory instrumentation)\n# Running test: address\nok 4 - address\n# address test took 0 seconds\nok 5 # SKIP unable to determine whether address leaked memory (not compiled with memory instrumentation)\n# Running test: server\n# checking server address 'tcp:port=1234'\n# checking server address 'tcp:host=localhost,port=1234'\n# checking server address 'tcp:host=localhost,port=1234;tcp:port=5678'\n# checking server address 'tcp:port=1234'\n# checking server address 'unix:path=/tmp/dbus-test-t7fp1B/boogie'\n# checking server address 'tcp:port=1234;unix:path=/tmp/dbus-test-t7fp1B/boogie'\n# checking server address 'unix:path=./boogie'\n# checking server address 'tcp:port=1234;unix:path=./boogie'\nok 6 - server\n# server test took 0 seconds\nok 7 # SKIP unable to determine whether server leaked memory (not compiled with memory instrumentation)\n# Running test: signature\nok 8 - signature\n# signature test took 0 seconds\nok 9 # SKIP unable to determine whether signature leaked memory (not compiled with memory instrumentation)\n# Running test: mem-pool\nok 10 - mem-pool\n# mem-pool test took 0 seconds\nok 11 # SKIP unable to determine whether mem-pool leaked memory (not compiled with memory instrumentation)\n# Running test: list\nok 12 - list\n# list test took 0 seconds\nok 13 # SKIP unable to determine whether list leaked memory (not compiled with memory instrumentation)\n# Running test: userdb\n#     Current user: root homedir: /home/root gids:\n# - 0\n# Is Console user: 0\n# Invocation was OK: yes\n# Is Console user 4711: 0\n# Invocation was OK: yes\nok 14 - userdb\n# userdb test took 0 seconds\nok 15 # SKIP unable to determine whether userdb leaked memory (not compiled with memory instrumentation)\n# 7 tests passed (8 skipped)\n1..15\n# removed test socket directory /tmp/dbus-test-t7fp1B\nPASS: dbus/test-misc-internals.test\nRunning test: dbus/test-marshal_with_config.test\nTAP version 14\n# random seed: R02S65a3c8d7c402cd20292475b4bfd4d71d\n1..4\n# Start of demarshal tests\nok 1 /demarshal/le\nok 2 /demarshal/be\n# Start of needed tests\nok 3 /demarshal/needed/le\nok 4 /demarshal/needed/be\n# End of needed tests\n# End of demarshal tests\nPASS: dbus/test-marshal_with_config.test\nRunning test: dbus/test-refs_with_config.test\nTAP version 14\n# random seed: R02S6f50cd331846a768d447532ebcbc31d3\n1..4\n# Start of refs tests\n# Resetting test timeout (reference: 0x55f24cbd9200; factor: 1)\n# Time since timeout reset 0x55f24cbd9200: 0.380 seconds\nok 1 /refs/connection\n# Resetting test timeout (reference: 0x55f24cbda140; factor: 1)\n# Time since timeout reset 0x55f24cbda140: 0.053 seconds\nok 2 /refs/message\n# Resetting test timeout (reference: 0x55f24cbd9260; factor: 1)\n# Time since timeout reset 0x55f24cbd9260: 0.447 seconds\nok 3 /refs/pending-call\n# Resetting test timeout (reference: 0x55f24cbda5b0; factor: 1)\nExecuting: dbus/test-refs_with_config.test\n# Time since timeout reset 0x55f24cbda5b0: 0.276 seconds\nok 4 /refs/server\n# End of refs tests\nPASS: dbus/test-refs_with_config.test\nRunning test: dbus/test-variant_with_config.test\nTAP version 14\n# random seed: R02S945509c58b2d153b394e38ffe1da8be4\n1..2\n# Start of variant tests\nok 1 /variant/simple\nok 2 /variant/oom\n# End of variant tests\nPASS: dbus/test-variant_with_config.test\nRunning test: dbus/test-apparmor-activation.sh.test\n# Attempting to load AppArmor profiles\n/usr/libexec/installed-tests/dbus/test-apparmor-activation.sh: line 50: apparmor_parser: command not found\n1..0 # SKIP - unable to load AppArmor profiles\nPASS: dbus/test-apparmor-activation.sh.test\nRunning test: dbus/test-dbus-daemon-fork.sh_with_config.test\n# dbus-daemon binary: dbus-daemon\n# dbus-send binary: dbus-send\n# test data: /usr/libexec/installed-tests/dbus/data\n1..3\nmethod return time=1750073846.520432 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 1 - normal dbus-daemon\nmethod return time=1750073846.523722 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 2 - dbus-daemon with stdin closed\nmethod return time=1750073846.527206 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 3 - dbus-daemon with stdin, stdout, stderr closed\nPASS: dbus/test-dbus-daemon-fork.sh_with_config.test\nRunning test: dbus/integration/transient-services.sh.test\n1..0 # SKIP -  is empty or unset\nPASS: dbus/integration/transient-services.sh.test\nRunning test: dbus/test-dbus-daemon.test\nTAP version 14\n# random seed: R02S0d0e795e4d33780bdb78aacbfce69f2d\n1..36\n# Resetting test timeout (reference: 0x55d31ee5e660; factor: 1)\n# ProcessID of this process is 5436\n# UnixUserID of this process is 0\n# UnixGroupIDs of this process present (1 groups)\n# Time since timeout reset 0x55d31ee5e660: 0.001 seconds\nok 1 /creds\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# GetConnectionUnixProcessID returned 5436\n# Time since timeout reset 0x55d31ee5e740: 0.001 seconds\nok 2 /processid\n# Resetting test timeout (reference: 0x55d31ee62030; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/listen-unix-runtime.conf\n# Time since timeout reset 0x55d31ee62030: 0.000 seconds\nok 3 /unix-runtime-is-default # SKIP DBUS_TEST_DATA not set\n# Start of echo tests\n# Resetting test timeout (reference: 0x55d31ee5e820; factor: 1)\n# max perf: 2000 messages / 0.032767 seconds\n# Time since timeout reset 0x55d31ee5e820: 0.034 seconds\nok 4 /echo/session\n# Resetting test timeout (reference: 0x55d31effc9a0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/incoming-limit.conf\n# Time since timeout reset 0x55d31effc9a0: 0.000 seconds\nok 5 /echo/limited # SKIP DBUS_TEST_DATA not set\n# End of echo tests\n# Start of no-reply tests\n# Resetting test timeout (reference: 0x55d31effbce0; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=76112\n# Time since timeout reset 0x55d31effbce0: 0.002 seconds\nok 6 /no-reply/disconnect\n# Resetting test timeout (reference: 0x55d31ee53540; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/finite-timeout.conf\n# Time since timeout reset 0x55d31ee53540: 0.000 seconds\nok 7 /no-reply/timeout # SKIP DBUS_TEST_DATA not set\n# End of no-reply tests\n# Start of canonical-path tests\n# Resetting test timeout (reference: 0x55d31ee563d0; factor: 1)\n# Time since timeout reset 0x55d31ee563d0: 0.001 seconds\nok 8 /canonical-path/uae\n# End of canonical-path tests\n# Start of limits tests\n# Resetting test timeout (reference: 0x55d31ee654d0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-completed-connections.conf\n# Time since timeout reset 0x55d31ee654d0: 0.000 seconds\nok 9 /limits/max-completed-connections # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-connections-per-user.conf\n# Time since timeout reset 0x55d31ee5e740: 0.000 seconds\nok 10 /limits/max-connections-per-user # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31ee61780; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-replies-per-connection.conf\n# Time since timeout reset 0x55d31ee61780: 0.000 seconds\nok 11 /limits/max-replies-per-connection # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-match-rules-per-connection.conf\n# Time since timeout reset 0x55d31ee5e740: 0.000 seconds\nok 12 /limits/max-match-rules-per-connection # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31effdfb0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/max-names-per-connection.conf\n# Time since timeout reset 0x55d31effdfb0: 0.000 seconds\nok 13 /limits/max-names-per-connection # SKIP DBUS_TEST_DATA not set\n# Resetting test timeout (reference: 0x55d31effc120; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/pending-fd-timeout.conf\n# Time since timeout reset 0x55d31effc120: 0.000 seconds\nok 14 /limits/pending-fd-timeout # SKIP DBUS_TEST_DATA not set\n# End of limits tests\n# Start of match tests\n# Start of remove tests\n# Resetting test timeout (reference: 0x55d31ee63150; factor: 1)\n# Time since timeout reset 0x55d31ee63150: 0.001 seconds\nok 15 /match/remove/fails\n# Resetting test timeout (reference: 0x55d31ee53590; factor: 1)\n# Time since timeout reset 0x55d31ee53590: 0.001 seconds\nok 16 /match/remove/succeeds\n# End of remove tests\n# End of match tests\n# Start of peer tests\n# Resetting test timeout (reference: 0x55d31ee65540; factor: 1)\n# Time since timeout reset 0x55d31ee65540: 0.001 seconds\nok 17 /peer/ping\n# Resetting test timeout (reference: 0x55d31ee630b0; factor: 1)\n# Time since timeout reset 0x55d31ee630b0: 0.001 seconds\nok 18 /peer/get-machine-id\n# End of peer tests\n# Start of properties tests\n# Resetting test timeout (reference: 0x55d31ee524f0; factor: 1)\n# Time since timeout reset 0x55d31ee524f0: 0.001 seconds\nok 19 /properties/get-invalid-iface\n# Resetting test timeout (reference: 0x55d31ee5e740; factor: 1)\n# Time since timeout reset 0x55d31ee5e740: 0.001 seconds\nok 20 /properties/get-invalid-path\n# Resetting test timeout (reference: 0x55d31ee62060; factor: 1)\n# Time since timeout reset 0x55d31ee62060: 0.001 seconds\nok 21 /properties/get-invalid\n# Resetting test timeout (reference: 0x55d31efbddb0; factor: 1)\n# Time since timeout reset 0x55d31efbddb0: 0.001 seconds\nok 22 /properties/get-all-invalid-iface\n# Resetting test timeout (reference: 0x55d31ee5fa30; factor: 1)\n# Time since timeout reset 0x55d31ee5fa30: 0.001 seconds\nok 23 /properties/get-all-invalid-path\n# Resetting test timeout (reference: 0x55d31ee63bd0; factor: 1)\n# Time since timeout reset 0x55d31ee63bd0: 0.001 seconds\nok 24 /properties/set-invalid-iface\n# Resetting test timeout (reference: 0x55d31ee61780; factor: 1)\n# Time since timeout reset 0x55d31ee61780: 0.001 seconds\nok 25 /properties/set-invalid-path\n# Resetting test timeout (reference: 0x55d31ee61290; factor: 1)\n# Time since timeout reset 0x55d31ee61290: 0.001 seconds\nok 26 /properties/set-invalid\n# Resetting test timeout (reference: 0x55d31ee53720; factor: 1)\n# Time since timeout reset 0x55d31ee53720: 0.001 seconds\nok 27 /properties/set\n# Resetting test timeout (reference: 0x55d31f001bd0; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Time since timeout reset 0x55d31f001bd0: 0.001 seconds\nok 28 /properties/features\n# Resetting test timeout (reference: 0x55d31efffaf0; factor: 1)\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x55d31efffaf0: 0.002 seconds\nok 29 /properties/interfaces\n# Resetting test timeout (reference: 0x55d31ee63790; factor: 1)\n# Feature: ActivatableServicesChanged\n# Feature: HeaderFiltering\n# Feature: SystemdActivation\n# Interface: org.freedesktop.DBus.Monitoring\n# Interface: org.freedesktop.DBus.Debug.Stats\n# Time since timeout reset 0x55d31ee63790: 0.002 seconds\nok 30 /properties/get-all\n# End of properties tests\n# Start of policy tests\n# Resetting test timeout (reference: 0x55d31ee63250; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/count-fds.conf\n# Time since timeout reset 0x55d31ee63250: 0.000 seconds\nok 31 /policy/count-fds # SKIP DBUS_TEST_DATA not set\n# End of policy tests\n# Start of fd-limit tests\n# Resetting test timeout (reference: 0x55d31effe200; factor: 1)\n# our RLIMIT_NOFILE: rlim_cur: 1024, rlim_max: 4096\n# dbus-daemon's RLIMIT_NOFILE: rlim_cur: 65536, rlim_max: 65536\n# Time since timeout reset 0x55d31effe200: 0.002 seconds\nok 32 /fd-limit/session\n# Resetting test timeout (reference: 0x55d31ee5ec50; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/as-another-user.conf\n# Time since timeout reset 0x55d31ee5ec50: 0.000 seconds\nok 33 /fd-limit/system # SKIP DBUS_TEST_DATA not set\n# End of fd-limit tests\n# Start of activation tests\n# Resetting test timeout (reference: 0x55d31ee61780; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/tmp-session.conf\n# Time since timeout reset 0x55d31ee61780: 0.000 seconds\nok 34 /activation/forking # SKIP DBUS_TEST_DATA not set\n# End of activation tests\n# Start of system-policy tests\n# Resetting test timeout (reference: 0x55d31ee5dab0; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files-system/tmp-session-like-system.conf\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=18229\n# Time since timeout reset 0x55d31ee5dab0: 0.000 seconds\nok 35 /system-policy/allow-signals # SKIP DBUS_TEST_DATA not set\n# Start of send-destination tests\n# Resetting test timeout (reference: 0x55d31f003220; factor: 1)\n# set DBUS_TEST_DATA to a directory containing valid-config-files/send-destination-prefix-rules.conf\n# Time since timeout reset 0x55d31f003220: 0.000 seconds\nok 36 /system-policy/send-destination/prefix # SKIP DBUS_TEST_DATA not set\n# End of send-destination tests\n# End of system-policy tests\nPASS: dbus/test-dbus-daemon.test\nRunning test: dbus/test-shell.test\n# Testing command line 'command -s --force-shutdown \"a string\" 123'\n# Number of arguments: 5\n# Argument 0 = command\n# Argument 1 = -s\n# Argument 2 = --force-shutdown\n# Argument 3 = a string\n# Argument 4 = 123\n# Testing command line 'command -s'\n# Number of arguments: 2\n# Argument 0 = command\n# Argument 1 = -s\n# Testing command line '/opt/gnome/bin/service-start'\n# Number of arguments: 1\n# Argument 0 = /opt/gnome/bin/service-start\n# Testing command line 'grep -l -r -i 'whatever' files*.c'\n# Number of arguments: 6\n# Argument 0 = grep\n# Argument 1 = -l\n# Argument 2 = -r\n# Argument 3 = -i\n# Argument 4 = whatever\n# Argument 5 = files*.c\n# Testing command line '/home/boston/johnp/devel-local/dbus/test/test-segfault'\n# Number of arguments: 1\n# Argument 0 = /home/boston/johnp/devel-local/dbus/test/test-segfault\n# Testing command line 'ls -l -a --colors'\n# Number of arguments: 4\n# Argument 0 = ls\n# Argument 1 = -l\n# Argument 2 = -a\n# Argument 3 = --colors\n# Testing command line 'rsync-to-server'\n# Number of arguments: 1\n# Argument 0 = rsync-to-server\n# Testing command line 'test-segfault --no-segfault'\n# Number of arguments: 2\n# Argument 0 = test-segfault\n# Argument 1 = --no-segfault\n# Testing command line 'evolution mailto:pepe@cuco.com'\n# Number of arguments: 2\n# Argument 0 = evolution\n# Argument 1 = mailto:pepe@cuco.com\n# Testing command line 'run \"a \n multiline\"'\n# Number of arguments: 2\n# Argument 0 = run\n# Argument 1 = a \n multiline\n# Testing command line 'ls \"a wrong string''\n# Error (as expected) parsing command line: Unclosed quotes in command line\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\n1..11\nPASS: dbus/test-shell.test\nRunning test: dbus/test-printf_with_config.test\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\n1..8\nPASS: dbus/test-printf_with_config.test\nRunning test: dbus/test-relay_with_config.test\nTAP version 14\n# random seed: R02Sbe75ddf8603ed3fc30782de35a13074f\n1..6\n# Start of connect tests\n# Resetting test timeout (reference: 0x55878e1ae300; factor: 1)\n# Time since timeout reset 0x55878e1ae300: 0.000 seconds\nok 1 /connect/tcp\n# Resetting test timeout (reference: 0x55878e1b1870; factor: 1)\n# Time since timeout reset 0x55878e1b1870: 0.000 seconds\nok 2 /connect/unix\n# End of connect tests\n# Start of relay tests\n# Resetting test timeout (reference: 0x55878e1b3950; factor: 1)\n# Time since timeout reset 0x55878e1b3950: 0.041 seconds\nok 3 /relay/tcp\n# Resetting test timeout (reference: 0x55878e1ae790; factor: 1)\n# Time since timeout reset 0x55878e1ae790: 0.000 seconds\nok 4 /relay/unix\n# End of relay tests\n# Start of limit tests\n# Resetting test timeout (reference: 0x55878e1afe30; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55878e1afe30: 0.126 seconds\nok 5 /limit/tcp\n# Resetting test timeout (reference: 0x55878e1b16d0; factor: 1)\n# Bug Reference: https://bugs.freedesktop.org/show_bug.cgi?id=34393\n# Time since timeout reset 0x55878e1b16d0: 0.055 seconds\nok 6 /limit/unix\n# End of limit tests\nPASS: dbus/test-relay_with_config.test\nRunning test: dbus/test-marshal.test\nTAP version 14\n# random seed: R02S3ef521b45d0979e48fa2af197013cc64\n1..4\n# Start of demarshal tests\nok 1 /demarshal/le\nok 2 /demarshal/be\n# Start of needed tests\nok 3 /demarshal/needed/le\nok 4 /demarshal/needed/be\n# End of needed tests\n# End of demarshal tests\nPASS: dbus/test-marshal.test\nRunning test: dbus/test-hash_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: hash\n# Computing test hash keys...\n# ... done.\nok 2 - hash\n# hash test took 0 seconds\nok 3 # SKIP unable to determine whether hash leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-hash_with_config.test\nRunning test: dbus/test-dbus-daemon-fork.sh.test\n# dbus-daemon binary: dbus-daemon\n# dbus-send binary: dbus-send\n# using standard session bus configuration\n1..3\nmethod return time=1750073847.209585 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 1 - normal dbus-daemon\nmethod return time=1750073847.215789 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 2 - dbus-daemon with stdin closed\nmethod return time=1750073847.220814 sender=org.freedesktop.DBus -> destination=:1.0 serial=3 reply_serial=2\n   array [\n      string \"org.freedesktop.DBus\"\n      string \":1.0\"\n   ]\nok 3 - dbus-daemon with stdin, stdout, stderr closed\nPASS: dbus/test-dbus-daemon-fork.sh.test\nRunning test: dbus/test-message.test\nTAP version 14\n# random seed: R02Sf01185176efa8882ad1f3c56f774abed\n1..13\n# Start of message tests\nok 1 /message/fd\nok 2 /message/zero-iter\n# Start of array tests\nok 3 /message/array/array\nok 4 /message/array/dict\nok 5 /message/array/variant\n# End of array tests\n# Start of valid tests\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/byteswap-fd-index.message-raw\nok 6 /message/valid/byteswap-fd-index\n# Successfully parsed /usr/libexec/installed-tests/dbus/data/valid-messages/minimal.message-raw\nok 7 /message/valid/minimal\n# End of valid tests\n# Start of invalid tests\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/boolean-has-no-value.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 8 /message/invalid/boolean-has-no-value\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/fixed-array-not-divisible.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Array length incorrect)\nok 9 /message/invalid/fixed-array-not-divisible\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/issue418.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 10 /message/invalid/issue418\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/mis-nested-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature bad)\nok 11 /message/invalid/mis-nested-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/truncated-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature length out of bounds)\nok 12 /message/invalid/truncated-variant-sig\n# Parsing /usr/libexec/installed-tests/dbus/data/invalid-messages/zero-length-variant-sig.message-raw reported error as expected: org.freedesktop.DBus.Error.InvalidArgs: Message is corrupted (Variant signature empty)\nok 13 /message/invalid/zero-length-variant-sig\n# End of invalid tests\n# End of message tests\nPASS: dbus/test-message.test\nRunning test: dbus/test-strings_with_config.test\n# Test data in /usr/libexec/installed-tests/dbus/data\nok 1 # SKIP unable to determine whether initial nss query leaked memory (not compiled with memory instrumentation)\n# Running test: skip_blank\nok 2 - skip_blank\n# skip_blank test took 0 seconds\nok 3 # SKIP unable to determine whether skip_blank leaked memory (not compiled with memory instrumentation)\n# 1 tests passed (2 skipped)\n1..3\nPASS: dbus/test-strings_with_config.test\nRunning test: dbus/test-monitor.test\nTAP version 14\n# random seed: R02S48c2eba9e2e48532cd0c59d26df83e4c\n1..18\n# Start of monitor tests\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\nok 1 /monitor/invalid\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 7\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[5498]: [session uid=0 pid=5498 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 10\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 11\n# \tin reply to: 0\n# \tstring payload: com.example.A\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 12\n# \tin reply to: 0\n# \tstring payload: com.example.B\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 13\n# \tin reply to: 0\n# \tstring payload: com.example.C\ndbus-daemon[5498]: [session uid=0 pid=5498 pidfd=4] Monitoring connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") is not allowed to send messages; closing it. Please fix the monitor to not do that. (message type=\"method_call\" interface=\"org.freedesktop.DBus\" member=\"AddMatch\" error name=\"(unset)\" destination=\"org.freedesktop.DBus\")\ndbus-daemon[5498]: [session uid=0 pid=5498 pidfd=4] Monitoring connection :1.0 closed.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: (dbus-daemon)\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus/Local\n# \tinterface: org.freedesktop.DBus.Local\n# \tmember: Disconnected\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 0\n# \tin reply to: 0\nok 2 /monitor/become\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5499]: [session uid=0 pid=5499 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: (broadcast)\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: BroadcastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5499]: [session uid=0 pid=5499 pidfd=4] Monitoring connection :1.0 closed.\nok 3 /monitor/broadcast\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 4 /monitor/forbidden-broadcast # SKIP DBUS_TEST_DATA not set\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5500]: [session uid=0 pid=5500 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5500]: [session uid=0 pid=5500 pidfd=4] Monitoring connection :1.0 closed.\nok 5 /monitor/unicast-signal\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 6 /monitor/forbidden # SKIP DBUS_TEST_DATA not set\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5501]: [session uid=0 pid=5501 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: org.freedesktop.DBus.Peer\n# \tmember: Ping\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Call1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 3 (error)\n# \tfrom: :1.2\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: s\n# \terror name: org.freedesktop.DBus.Error.UnknownMethod\n# \tserial number: 3\n# \tin reply to: 3\n# \tstring payload: Method \"Call1\" with signature \"\" on interface \"com.example.bar\" doesn't exist\n# \ndbus-daemon[5501]: [session uid=0 pid=5501 pidfd=4] Monitoring connection :1.0 closed.\nok 7 /monitor/method-call\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 8 /monitor/forbidden-method # SKIP DBUS_TEST_DATA not set\n# set DBUS_TEST_DATA to a directory containing valid-config-files/forbidding.conf\nok 9 /monitor/forbidden-reply # SKIP DBUS_TEST_DATA not set\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5502]: [session uid=0 pid=5502 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: RequestName\n# \tsignature: su\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 2\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 1 (method_call)\n# \tfrom: :1.1\n# \tto: org.freedesktop.DBus\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: ReleaseName\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 5\n# \tin reply to: 0\n# \tstring payload: com.example.Sender\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: (broadcast)\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameOwnerChanged\n# \tsignature: sss\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 2 (method_return)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.1\n# \tpath: (null)\n# \tinterface: (null)\n# \tmember: (null)\n# \tsignature: u\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 3\ndbus-daemon[5502]: [session uid=0 pid=5502 pidfd=4] Monitoring connection :1.0 closed.\nok 10 /monitor/dbus-daemon\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5503]: [session uid=0 pid=5503 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 6\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Interesting\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.Fun\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5503]: [session uid=0 pid=5503 pidfd=4] Monitoring connection :1.0 closed.\nok 11 /monitor/selective\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\ndbus-daemon[5504]: [session uid=0 pid=5504 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.# \tserial number: 2\n\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5504]: [session uid=0 pid=5504 pidfd=4] Monitoring connection :1.0 closed.\nok 12 /monitor/well-known-destination\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5505]: [session uid=0 pid=5505 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: com.example.Recipient\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: Observed2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5505]: [session uid=0 pid=5505 pidfd=4] Monitoring connection :1.0 closed.\nok 13 /monitor/unique-destination\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5506]: [session uid=0 pid=5506 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5506]: [session uid=0 pid=5506 pidfd=4] Monitoring connection :1.0 closed.\nok 14 /monitor/wildcard\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5507]: [session uid=0 pid=5507 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5507]: [session uid=0 pid=5507 pidfd=4] Monitoring connection :1.0 closed.\nok 15 /monitor/no-rule\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5508]: [session uid=0 pid=5508 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5508]: [session uid=0 pid=5508 pidfd=4] Monitoring connection :1.0 closed.\nok 16 /monitor/eavesdrop\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameAcquired\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# \tstring payload: :1.0\ndbus-daemon[5509]: [session uid=0 pid=5509 pidfd=4] Connection :1.0 (uid=0 pid=5496 comm=\"/usr/libexec/installed-tests/dbus/test-monitor --t\") became a monitor.\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: org.freedesktop.DBus\n# \tto: :1.0\n# \tpath: /org/freedesktop/DBus\n# \tinterface: org.freedesktop.DBus\n# \tmember: NameLost\n# \tsignature: s\n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\n# \tstring payload: :1.0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal1\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 2\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal2\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 3\n# \tin reply to: 0\n# Monitor received message:\n# ../dbus-1.16.2/test/monitor.c:382: message type 4 (signal)\n# \tfrom: :1.1\n# \tto: :1.2\n# \tpath: /foo\n# \tinterface: com.example.bar\n# \tmember: UnicastSignal3\n# \tsignature: \n# \terror name: (null)\n# \tserial number: 4\n# \tin reply to: 0\ndbus-daemon[5509]: [session uid=0 pid=5509 pidfd=4] Monitoring connection :1.0 closed.\nok 17 /monitor/no-eavesdrop\n# set DBUS_TEST_DATA to a directory containing valid-config-files/systemd-activation.conf\nok 18 /monitor/activation # SKIP DBUS_TEST_DATA not set\n# End of monitor tests\nPASS: dbus/test-monitor.test\nRunning test: dbus/test-userdb.test\nTAP version 14\n# random seed: R02S50099abc7acbbf85ba262423e14771b9\n1..1\n# Start of userdb tests\n# Groups of uid 0:\n# [0]: 0\n# Groups of uid 0:\n# [0]: 0\n# Total: 1 groups\n# uid 31337 doesn't exist: (no errno)\n# Getting groups from non-uid failed as expected: org.freedesktop.DBus.Error.Failed: Looking up user ID 31337: not found\nok 1 /userdb/groups_from_uid\n# End of userdb tests\nPASS: dbus/test-userdb.test\nRunning test: dbus/test-userdb_with_config.test\nTAP version 14\n# random seed: R02Se8771cb3ac5745e9e77b30540e7c4ad8\n1..1\n# Start of userdb tests\n# Groups of uid 0:\n# [0]: 0\n# Groups of uid 0:\n# [0]: 0\n# Total: 1 groups\n# uid 31337 doesn't exist: (no errno)\n# Getting groups from non-uid failed as expected: org.freedesktop.DBus.Error.Failed: Looking up user ID 31337: not found\nok 1 /userdb/groups_from_uid\n# End of userdb tests\nPASS: dbus/test-userdb_with_config.test\nRunning test: dbus/test-assertions_with_config.test\nTAP version 14\n# random seed: R02Sa332384741ce53b0a121bb43aacac9ac\n1..5\n# Start of assertions tests\nok 1 /assertions/assert # SKIP Assertions disabled\nok 2 /assertions/assert_error_is_set # SKIP Assertions or checks disabled\nok 3 /assertions/assert_error_is_clear # SKIP Assertions or checks disabled\nok 4 /assertions/assert_error_xor_true # SKIP Assertions or checks disabled\nok 5 /assertions/assert_error_xor_false # SKIP Assertions or checks disabled\n# End of assertions tests\nPASS: dbus/test-assertions_with_config.test\nSUMMARY: total=60; passed=60; skipped=0; failed=0; user=5.2s; system=5.9s; maxrss=16248\nDURATION: 11\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5251820087432861,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-diffstat_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-diffstat",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0011937618255615234,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1806981563568115,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.036751508712768555,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 3.2223920822143555,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008842945098876953,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.diffstat.case01": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case01u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case02u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case03u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case04u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case05u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case06u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case07u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case08u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case09u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case10u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case11u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case12u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case13u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case14u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case15u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case16u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case17u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case18u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case19u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case20u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case21u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case22u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case23u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case24u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case25u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case26u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case27u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case28u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case29u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31l": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lR": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lRp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lb": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lf0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lk": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lp1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lp9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lr1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lr2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31lu": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31uR": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31uRp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31ub": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31uf0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31uk": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31up1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31up9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31ur1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31ur2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case31uu": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case32u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case33u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case34u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case35u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case36u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case37u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38l": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lR": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lRp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lb": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lf0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lk": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lp1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lp9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lr1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lr2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38lu": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38r": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rR": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rRp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rb": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rf0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rk": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rp1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rp9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rr1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38rr2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case38ru": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case39u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case40u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case41u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case42u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case43u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case44u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case45u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case46u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case47u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case48u": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49R": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49Rp0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49b": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49f0": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49k": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49p1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49p9": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49r1": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49r2": {
    "status": "PASSED"
   },
   "ptestresult.diffstat.case49u": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/diffstat/ptest\nChecking /usr/bin/diffstat\ntesting case01\nPASS: case01\nPASS: case01p1\nPASS: case01p9\nPASS: case01f0\nPASS: case01u\nPASS: case01k\nPASS: case01r1\nPASS: case01r2\nPASS: case01b\nPASS: case01R\nPASS: case01Rp0\ntesting case02\nPASS: case02\nPASS: case02p1\nPASS: case02p9\nPASS: case02f0\nPASS: case02u\nPASS: case02k\nPASS: case02r1\nPASS: case02r2\nPASS: case02b\nPASS: case02R\nPASS: case02Rp0\ntesting case03\nPASS: case03\nPASS: case03p1\nPASS: case03p9\nPASS: case03f0\nPASS: case03u\nPASS: case03k\nPASS: case03r1\nPASS: case03r2\nPASS: case03b\nPASS: case03R\nPASS: case03Rp0\ntesting case04\nPASS: case04\nPASS: case04p1\nPASS: case04p9\nPASS: case04f0\nPASS: case04u\nPASS: case04k\nPASS: case04r1\nPASS: case04r2\nPASS: case04b\nPASS: case04R\nPASS: case04Rp0\ntesting case05\nPASS: case05\nPASS: case05p1\nPASS: case05p9\nPASS: case05f0\nPASS: case05u\nPASS: case05k\nPASS: case05r1\nPASS: case05r2\nPASS: case05b\nPASS: case05R\nPASS: case05Rp0\ntesting case06\nPASS: case06\nPASS: case06p1\nPASS: case06p9\nPASS: case06f0\nPASS: case06u\nPASS: case06k\nPASS: case06r1\nPASS: case06r2\nPASS: case06b\nPASS: case06R\nPASS: case06Rp0\ntesting case07\nPASS: case07\nPASS: case07p1\nPASS: case07p9\nPASS: case07f0\nPASS: case07u\nPASS: case07k\nPASS: case07r1\nPASS: case07r2\nPASS: case07b\nPASS: case07R\nPASS: case07Rp0\ntesting case08\nPASS: case08\nPASS: case08p1\nPASS: case08p9\nPASS: case08f0\nPASS: case08u\nPASS: case08k\nPASS: case08r1\nPASS: case08r2\nPASS: case08b\nPASS: case08R\nPASS: case08Rp0\ntesting case09\nPASS: case09\nPASS: case09p1\nPASS: case09p9\nPASS: case09f0\nPASS: case09u\nPASS: case09k\nPASS: case09r1\nPASS: case09r2\nPASS: case09b\nPASS: case09R\nPASS: case09Rp0\ntesting case10\nPASS: case10\nPASS: case10p1\nPASS: case10p9\nPASS: case10f0\nPASS: case10u\nPASS: case10k\nPASS: case10r1\nPASS: case10r2\nPASS: case10b\nPASS: case10R\nPASS: case10Rp0\ntesting case11\nPASS: case11\nPASS: case11p1\nPASS: case11p9\nPASS: case11f0\nPASS: case11u\nPASS: case11k\nPASS: case11r1\nPASS: case11r2\nPASS: case11b\nPASS: case11R\nPASS: case11Rp0\ntesting case12\nPASS: case12\nPASS: case12p1\nPASS: case12p9\nPASS: case12f0\nPASS: case12u\nPASS: case12k\nPASS: case12r1\nPASS: case12r2\nPASS: case12b\nPASS: case12R\nPASS: case12Rp0\ntesting case13\nPASS: case13\nPASS: case13p1\nPASS: case13p9\nPASS: case13f0\nPASS: case13u\nPASS: case13k\nPASS: case13r1\nPASS: case13r2\nPASS: case13b\nPASS: case13R\nPASS: case13Rp0\ntesting case14\nPASS: case14\nPASS: case14p1\nPASS: case14p9\nPASS: case14f0\nPASS: case14u\nPASS: case14k\nPASS: case14r1\nPASS: case14r2\nPASS: case14b\nPASS: case14R\nPASS: case14Rp0\ntesting case15\nPASS: case15\nPASS: case15p1\nPASS: case15p9\nPASS: case15f0\nPASS: case15u\nPASS: case15k\nPASS: case15r1\nPASS: case15r2\nPASS: case15b\nPASS: case15R\nPASS: case15Rp0\ntesting case16\nPASS: case16\nPASS: case16p1\nPASS: case16p9\nPASS: case16f0\nPASS: case16u\nPASS: case16k\nPASS: case16r1\nPASS: case16r2\nPASS: case16b\nPASS: case16R\nPASS: case16Rp0\ntesting case17\nPASS: case17\nPASS: case17p1\nPASS: case17p9\nPASS: case17f0\nPASS: case17u\nPASS: case17k\nPASS: case17r1\nPASS: case17r2\nPASS: case17b\nPASS: case17R\nPASS: case17Rp0\ntesting case18\nPASS: case18\nPASS: case18p1\nPASS: case18p9\nPASS: case18f0\nPASS: case18u\nPASS: case18k\nPASS: case18r1\nPASS: case18r2\nPASS: case18b\nPASS: case18R\nPASS: case18Rp0\ntesting case19\nPASS: case19\nPASS: case19p1\nPASS: case19p9\nPASS: case19f0\nPASS: case19u\nPASS: case19k\nPASS: case19r1\nPASS: case19r2\nPASS: case19b\nPASS: case19R\nPASS: case19Rp0\ntesting case20\nPASS: case20\nPASS: case20p1\nPASS: case20p9\nPASS: case20f0\nPASS: case20u\nPASS: case20k\nPASS: case20r1\nPASS: case20r2\nPASS: case20b\nPASS: case20R\nPASS: case20Rp0\ntesting case21\nPASS: case21\nPASS: case21p1\nPASS: case21p9\nPASS: case21f0\nPASS: case21u\nPASS: case21k\nPASS: case21r1\nPASS: case21r2\nPASS: case21b\nPASS: case21R\nPASS: case21Rp0\ntesting case22\nPASS: case22\nPASS: case22p1\nPASS: case22p9\nPASS: case22f0\nPASS: case22u\nPASS: case22k\nPASS: case22r1\nPASS: case22r2\nPASS: case22b\nPASS: case22R\nPASS: case22Rp0\ntesting case23\nPASS: case23\nPASS: case23p1\nPASS: case23p9\nPASS: case23f0\nPASS: case23u\nPASS: case23k\nPASS: case23r1\nPASS: case23r2\nPASS: case23b\nPASS: case23R\nPASS: case23Rp0\ntesting case24\nPASS: case24\nPASS: case24p1\nPASS: case24p9\nPASS: case24f0\nPASS: case24u\nPASS: case24k\nPASS: case24r1\nPASS: case24r2\nPASS: case24b\nPASS: case24R\nPASS: case24Rp0\ntesting case25\nPASS: case25\nPASS: case25p1\nPASS: case25p9\nPASS: case25f0\nPASS: case25u\nPASS: case25k\nPASS: case25r1\nPASS: case25r2\nPASS: case25b\nPASS: case25R\nPASS: case25Rp0\ntesting case26\nPASS: case26\nPASS: case26p1\nPASS: case26p9\nPASS: case26f0\nPASS: case26u\nPASS: case26k\nPASS: case26r1\nPASS: case26r2\nPASS: case26b\nPASS: case26R\nPASS: case26Rp0\ntesting case27\nPASS: case27\nPASS: case27p1\nPASS: case27p9\nPASS: case27f0\nPASS: case27u\nPASS: case27k\nPASS: case27r1\nPASS: case27r2\nPASS: case27b\nPASS: case27R\nPASS: case27Rp0\ntesting case28\nPASS: case28\nPASS: case28p1\nPASS: case28p9\nPASS: case28f0\nPASS: case28u\nPASS: case28k\nPASS: case28r1\nPASS: case28r2\nPASS: case28b\nPASS: case28R\nPASS: case28Rp0\ntesting case29\nPASS: case29\nPASS: case29p1\nPASS: case29p9\nPASS: case29f0\nPASS: case29u\nPASS: case29k\nPASS: case29r1\nPASS: case29r2\nPASS: case29b\nPASS: case29R\nPASS: case29Rp0\ntesting case31\nPASS: case31\nPASS: case31p1\nPASS: case31p9\nPASS: case31f0\nPASS: case31u\nPASS: case31k\nPASS: case31r1\nPASS: case31r2\nPASS: case31b\nPASS: case31R\nPASS: case31Rp0\ntesting case31l\nPASS: case31l\nPASS: case31lp1\nPASS: case31lp9\nPASS: case31lf0\nPASS: case31lu\nPASS: case31lk\nPASS: case31lr1\nPASS: case31lr2\nPASS: case31lb\nPASS: case31lR\nPASS: case31lRp0\ntesting case31u\nPASS: case31u\nPASS: case31up1\nPASS: case31up9\nPASS: case31uf0\nPASS: case31uu\nPASS: case31uk\nPASS: case31ur1\nPASS: case31ur2\nPASS: case31ub\nPASS: case31uR\nPASS: case31uRp0\ntesting case32\nPASS: case32\nPASS: case32p1\nPASS: case32p9\nPASS: case32f0\nPASS: case32u\nPASS: case32k\nPASS: case32r1\nPASS: case32r2\nPASS: case32b\nPASS: case32R\nPASS: case32Rp0\ntesting case33\nPASS: case33\nPASS: case33p1\nPASS: case33p9\nPASS: case33f0\nPASS: case33u\nPASS: case33k\nPASS: case33r1\nPASS: case33r2\nPASS: case33b\nPASS: case33R\nPASS: case33Rp0\ntesting case34\nPASS: case34\nPASS: case34p1\nPASS: case34p9\nPASS: case34f0\nPASS: case34u\nPASS: case34k\nPASS: case34r1\nPASS: case34r2\nPASS: case34b\nPASS: case34R\nPASS: case34Rp0\ntesting case35\nPASS: case35\nPASS: case35p1\nPASS: case35p9\nPASS: case35f0\nPASS: case35u\nPASS: case35k\nPASS: case35r1\nPASS: case35r2\nPASS: case35b\nPASS: case35R\nPASS: case35Rp0\ntesting case36\nPASS: case36\nPASS: case36p1\nPASS: case36p9\nPASS: case36f0\nPASS: case36u\nPASS: case36k\nPASS: case36r1\nPASS: case36r2\nPASS: case36b\nPASS: case36R\nPASS: case36Rp0\ntesting case37\nPASS: case37\nPASS: case37p1\nPASS: case37p9\nPASS: case37f0\nPASS: case37u\nPASS: case37k\nPASS: case37r1\nPASS: case37r2\nPASS: case37b\nPASS: case37R\nPASS: case37Rp0\ntesting case38l\nPASS: case38l\nPASS: case38lp1\nPASS: case38lp9\nPASS: case38lf0\nPASS: case38lu\nPASS: case38lk\nPASS: case38lr1\nPASS: case38lr2\nPASS: case38lb\nPASS: case38lR\nPASS: case38lRp0\ntesting case38r\nPASS: case38r\nPASS: case38rp1\nPASS: case38rp9\nPASS: case38rf0\nPASS: case38ru\nPASS: case38rk\nPASS: case38rr1\nPASS: case38rr2\nPASS: case38rb\nPASS: case38rR\nPASS: case38rRp0\ntesting case39\nPASS: case39\nPASS: case39p1\nPASS: case39p9\nPASS: case39f0\nPASS: case39u\nPASS: case39k\nPASS: case39r1\nPASS: case39r2\nPASS: case39b\nPASS: case39R\nPASS: case39Rp0\ntesting case40\nPASS: case40\nPASS: case40p1\nPASS: case40p9\nPASS: case40f0\nPASS: case40u\nPASS: case40k\nPASS: case40r1\nPASS: case40r2\nPASS: case40b\nPASS: case40R\nPASS: case40Rp0\ntesting case41\nPASS: case41\nPASS: case41p1\nPASS: case41p9\nPASS: case41f0\nPASS: case41u\nPASS: case41k\nPASS: case41r1\nPASS: case41r2\nPASS: case41b\nPASS: case41R\nPASS: case41Rp0\ntesting case42\nPASS: case42\nPASS: case42p1\nPASS: case42p9\nPASS: case42f0\nPASS: case42u\nPASS: case42k\nPASS: case42r1\nPASS: case42r2\nPASS: case42b\nPASS: case42R\nPASS: case42Rp0\ntesting case43\nPASS: case43\nPASS: case43p1\nPASS: case43p9\nPASS: case43f0\nPASS: case43u\nPASS: case43k\nPASS: case43r1\nPASS: case43r2\nPASS: case43b\nPASS: case43R\nPASS: case43Rp0\ntesting case44\nPASS: case44\nPASS: case44p1\nPASS: case44p9\nPASS: case44f0\nPASS: case44u\nPASS: case44k\nPASS: case44r1\nPASS: case44r2\nPASS: case44b\nPASS: case44R\nPASS: case44Rp0\ntesting case45\nPASS: case45\nPASS: case45p1\nPASS: case45p9\nPASS: case45f0\nPASS: case45u\nPASS: case45k\nPASS: case45r1\nPASS: case45r2\nPASS: case45b\nPASS: case45R\nPASS: case45Rp0\ntesting case46\nPASS: case46\nPASS: case46p1\nPASS: case46p9\nPASS: case46f0\nPASS: case46u\nPASS: case46k\nPASS: case46r1\nPASS: case46r2\nPASS: case46b\nPASS: case46R\nPASS: case46Rp0\ntesting case47\nPASS: case47\nPASS: case47p1\nPASS: case47p9\nPASS: case47f0\nPASS: case47u\nPASS: case47k\nPASS: case47r1\nPASS: case47r2\nPASS: case47b\nPASS: case47R\nPASS: case47Rp0\ntesting case48\nPASS: case48\nPASS: case48p1\nPASS: case48p9\nPASS: case48f0\nPASS: case48u\nPASS: case48k\nPASS: case48r1\nPASS: case48r2\nPASS: case48b\nPASS: case48R\nPASS: case48Rp0\ntesting case49\nPASS: case49\nPASS: case49p1\nPASS: case49p9\nPASS: case49f0\nPASS: case49u\nPASS: case49k\nPASS: case49r1\nPASS: case49r2\nPASS: case49b\nPASS: case49R\nPASS: case49Rp0\nDURATION: 3\nEND: /usr/lib/diffstat/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "diffstat": {
     "duration": "3",
     "log": "START: ptest-runner\n2025-06-16T11:40\nChecking /usr/bin/diffstat\ntesting case01\nPASS: case01\nPASS: case01p1\nPASS: case01p9\nPASS: case01f0\nPASS: case01u\nPASS: case01k\nPASS: case01r1\nPASS: case01r2\nPASS: case01b\nPASS: case01R\nPASS: case01Rp0\ntesting case02\nPASS: case02\nPASS: case02p1\nPASS: case02p9\nPASS: case02f0\nPASS: case02u\nPASS: case02k\nPASS: case02r1\nPASS: case02r2\nPASS: case02b\nPASS: case02R\nPASS: case02Rp0\ntesting case03\nPASS: case03\nPASS: case03p1\nPASS: case03p9\nPASS: case03f0\nPASS: case03u\nPASS: case03k\nPASS: case03r1\nPASS: case03r2\nPASS: case03b\nPASS: case03R\nPASS: case03Rp0\ntesting case04\nPASS: case04\nPASS: case04p1\nPASS: case04p9\nPASS: case04f0\nPASS: case04u\nPASS: case04k\nPASS: case04r1\nPASS: case04r2\nPASS: case04b\nPASS: case04R\nPASS: case04Rp0\ntesting case05\nPASS: case05\nPASS: case05p1\nPASS: case05p9\nPASS: case05f0\nPASS: case05u\nPASS: case05k\nPASS: case05r1\nPASS: case05r2\nPASS: case05b\nPASS: case05R\nPASS: case05Rp0\ntesting case06\nPASS: case06\nPASS: case06p1\nPASS: case06p9\nPASS: case06f0\nPASS: case06u\nPASS: case06k\nPASS: case06r1\nPASS: case06r2\nPASS: case06b\nPASS: case06R\nPASS: case06Rp0\ntesting case07\nPASS: case07\nPASS: case07p1\nPASS: case07p9\nPASS: case07f0\nPASS: case07u\nPASS: case07k\nPASS: case07r1\nPASS: case07r2\nPASS: case07b\nPASS: case07R\nPASS: case07Rp0\ntesting case08\nPASS: case08\nPASS: case08p1\nPASS: case08p9\nPASS: case08f0\nPASS: case08u\nPASS: case08k\nPASS: case08r1\nPASS: case08r2\nPASS: case08b\nPASS: case08R\nPASS: case08Rp0\ntesting case09\nPASS: case09\nPASS: case09p1\nPASS: case09p9\nPASS: case09f0\nPASS: case09u\nPASS: case09k\nPASS: case09r1\nPASS: case09r2\nPASS: case09b\nPASS: case09R\nPASS: case09Rp0\ntesting case10\nPASS: case10\nPASS: case10p1\nPASS: case10p9\nPASS: case10f0\nPASS: case10u\nPASS: case10k\nPASS: case10r1\nPASS: case10r2\nPASS: case10b\nPASS: case10R\nPASS: case10Rp0\ntesting case11\nPASS: case11\nPASS: case11p1\nPASS: case11p9\nPASS: case11f0\nPASS: case11u\nPASS: case11k\nPASS: case11r1\nPASS: case11r2\nPASS: case11b\nPASS: case11R\nPASS: case11Rp0\ntesting case12\nPASS: case12\nPASS: case12p1\nPASS: case12p9\nPASS: case12f0\nPASS: case12u\nPASS: case12k\nPASS: case12r1\nPASS: case12r2\nPASS: case12b\nPASS: case12R\nPASS: case12Rp0\ntesting case13\nPASS: case13\nPASS: case13p1\nPASS: case13p9\nPASS: case13f0\nPASS: case13u\nPASS: case13k\nPASS: case13r1\nPASS: case13r2\nPASS: case13b\nPASS: case13R\nPASS: case13Rp0\ntesting case14\nPASS: case14\nPASS: case14p1\nPASS: case14p9\nPASS: case14f0\nPASS: case14u\nPASS: case14k\nPASS: case14r1\nPASS: case14r2\nPASS: case14b\nPASS: case14R\nPASS: case14Rp0\ntesting case15\nPASS: case15\nPASS: case15p1\nPASS: case15p9\nPASS: case15f0\nPASS: case15u\nPASS: case15k\nPASS: case15r1\nPASS: case15r2\nPASS: case15b\nPASS: case15R\nPASS: case15Rp0\ntesting case16\nPASS: case16\nPASS: case16p1\nPASS: case16p9\nPASS: case16f0\nPASS: case16u\nPASS: case16k\nPASS: case16r1\nPASS: case16r2\nPASS: case16b\nPASS: case16R\nPASS: case16Rp0\ntesting case17\nPASS: case17\nPASS: case17p1\nPASS: case17p9\nPASS: case17f0\nPASS: case17u\nPASS: case17k\nPASS: case17r1\nPASS: case17r2\nPASS: case17b\nPASS: case17R\nPASS: case17Rp0\ntesting case18\nPASS: case18\nPASS: case18p1\nPASS: case18p9\nPASS: case18f0\nPASS: case18u\nPASS: case18k\nPASS: case18r1\nPASS: case18r2\nPASS: case18b\nPASS: case18R\nPASS: case18Rp0\ntesting case19\nPASS: case19\nPASS: case19p1\nPASS: case19p9\nPASS: case19f0\nPASS: case19u\nPASS: case19k\nPASS: case19r1\nPASS: case19r2\nPASS: case19b\nPASS: case19R\nPASS: case19Rp0\ntesting case20\nPASS: case20\nPASS: case20p1\nPASS: case20p9\nPASS: case20f0\nPASS: case20u\nPASS: case20k\nPASS: case20r1\nPASS: case20r2\nPASS: case20b\nPASS: case20R\nPASS: case20Rp0\ntesting case21\nPASS: case21\nPASS: case21p1\nPASS: case21p9\nPASS: case21f0\nPASS: case21u\nPASS: case21k\nPASS: case21r1\nPASS: case21r2\nPASS: case21b\nPASS: case21R\nPASS: case21Rp0\ntesting case22\nPASS: case22\nPASS: case22p1\nPASS: case22p9\nPASS: case22f0\nPASS: case22u\nPASS: case22k\nPASS: case22r1\nPASS: case22r2\nPASS: case22b\nPASS: case22R\nPASS: case22Rp0\ntesting case23\nPASS: case23\nPASS: case23p1\nPASS: case23p9\nPASS: case23f0\nPASS: case23u\nPASS: case23k\nPASS: case23r1\nPASS: case23r2\nPASS: case23b\nPASS: case23R\nPASS: case23Rp0\ntesting case24\nPASS: case24\nPASS: case24p1\nPASS: case24p9\nPASS: case24f0\nPASS: case24u\nPASS: case24k\nPASS: case24r1\nPASS: case24r2\nPASS: case24b\nPASS: case24R\nPASS: case24Rp0\ntesting case25\nPASS: case25\nPASS: case25p1\nPASS: case25p9\nPASS: case25f0\nPASS: case25u\nPASS: case25k\nPASS: case25r1\nPASS: case25r2\nPASS: case25b\nPASS: case25R\nPASS: case25Rp0\ntesting case26\nPASS: case26\nPASS: case26p1\nPASS: case26p9\nPASS: case26f0\nPASS: case26u\nPASS: case26k\nPASS: case26r1\nPASS: case26r2\nPASS: case26b\nPASS: case26R\nPASS: case26Rp0\ntesting case27\nPASS: case27\nPASS: case27p1\nPASS: case27p9\nPASS: case27f0\nPASS: case27u\nPASS: case27k\nPASS: case27r1\nPASS: case27r2\nPASS: case27b\nPASS: case27R\nPASS: case27Rp0\ntesting case28\nPASS: case28\nPASS: case28p1\nPASS: case28p9\nPASS: case28f0\nPASS: case28u\nPASS: case28k\nPASS: case28r1\nPASS: case28r2\nPASS: case28b\nPASS: case28R\nPASS: case28Rp0\ntesting case29\nPASS: case29\nPASS: case29p1\nPASS: case29p9\nPASS: case29f0\nPASS: case29u\nPASS: case29k\nPASS: case29r1\nPASS: case29r2\nPASS: case29b\nPASS: case29R\nPASS: case29Rp0\ntesting case31\nPASS: case31\nPASS: case31p1\nPASS: case31p9\nPASS: case31f0\nPASS: case31u\nPASS: case31k\nPASS: case31r1\nPASS: case31r2\nPASS: case31b\nPASS: case31R\nPASS: case31Rp0\ntesting case31l\nPASS: case31l\nPASS: case31lp1\nPASS: case31lp9\nPASS: case31lf0\nPASS: case31lu\nPASS: case31lk\nPASS: case31lr1\nPASS: case31lr2\nPASS: case31lb\nPASS: case31lR\nPASS: case31lRp0\ntesting case31u\nPASS: case31u\nPASS: case31up1\nPASS: case31up9\nPASS: case31uf0\nPASS: case31uu\nPASS: case31uk\nPASS: case31ur1\nPASS: case31ur2\nPASS: case31ub\nPASS: case31uR\nPASS: case31uRp0\ntesting case32\nPASS: case32\nPASS: case32p1\nPASS: case32p9\nPASS: case32f0\nPASS: case32u\nPASS: case32k\nPASS: case32r1\nPASS: case32r2\nPASS: case32b\nPASS: case32R\nPASS: case32Rp0\ntesting case33\nPASS: case33\nPASS: case33p1\nPASS: case33p9\nPASS: case33f0\nPASS: case33u\nPASS: case33k\nPASS: case33r1\nPASS: case33r2\nPASS: case33b\nPASS: case33R\nPASS: case33Rp0\ntesting case34\nPASS: case34\nPASS: case34p1\nPASS: case34p9\nPASS: case34f0\nPASS: case34u\nPASS: case34k\nPASS: case34r1\nPASS: case34r2\nPASS: case34b\nPASS: case34R\nPASS: case34Rp0\ntesting case35\nPASS: case35\nPASS: case35p1\nPASS: case35p9\nPASS: case35f0\nPASS: case35u\nPASS: case35k\nPASS: case35r1\nPASS: case35r2\nPASS: case35b\nPASS: case35R\nPASS: case35Rp0\ntesting case36\nPASS: case36\nPASS: case36p1\nPASS: case36p9\nPASS: case36f0\nPASS: case36u\nPASS: case36k\nPASS: case36r1\nPASS: case36r2\nPASS: case36b\nPASS: case36R\nPASS: case36Rp0\ntesting case37\nPASS: case37\nPASS: case37p1\nPASS: case37p9\nPASS: case37f0\nPASS: case37u\nPASS: case37k\nPASS: case37r1\nPASS: case37r2\nPASS: case37b\nPASS: case37R\nPASS: case37Rp0\ntesting case38l\nPASS: case38l\nPASS: case38lp1\nPASS: case38lp9\nPASS: case38lf0\nPASS: case38lu\nPASS: case38lk\nPASS: case38lr1\nPASS: case38lr2\nPASS: case38lb\nPASS: case38lR\nPASS: case38lRp0\ntesting case38r\nPASS: case38r\nPASS: case38rp1\nPASS: case38rp9\nPASS: case38rf0\nPASS: case38ru\nPASS: case38rk\nPASS: case38rr1\nPASS: case38rr2\nPASS: case38rb\nPASS: case38rR\nPASS: case38rRp0\ntesting case39\nPASS: case39\nPASS: case39p1\nPASS: case39p9\nPASS: case39f0\nPASS: case39u\nPASS: case39k\nPASS: case39r1\nPASS: case39r2\nPASS: case39b\nPASS: case39R\nPASS: case39Rp0\ntesting case40\nPASS: case40\nPASS: case40p1\nPASS: case40p9\nPASS: case40f0\nPASS: case40u\nPASS: case40k\nPASS: case40r1\nPASS: case40r2\nPASS: case40b\nPASS: case40R\nPASS: case40Rp0\ntesting case41\nPASS: case41\nPASS: case41p1\nPASS: case41p9\nPASS: case41f0\nPASS: case41u\nPASS: case41k\nPASS: case41r1\nPASS: case41r2\nPASS: case41b\nPASS: case41R\nPASS: case41Rp0\ntesting case42\nPASS: case42\nPASS: case42p1\nPASS: case42p9\nPASS: case42f0\nPASS: case42u\nPASS: case42k\nPASS: case42r1\nPASS: case42r2\nPASS: case42b\nPASS: case42R\nPASS: case42Rp0\ntesting case43\nPASS: case43\nPASS: case43p1\nPASS: case43p9\nPASS: case43f0\nPASS: case43u\nPASS: case43k\nPASS: case43r1\nPASS: case43r2\nPASS: case43b\nPASS: case43R\nPASS: case43Rp0\ntesting case44\nPASS: case44\nPASS: case44p1\nPASS: case44p9\nPASS: case44f0\nPASS: case44u\nPASS: case44k\nPASS: case44r1\nPASS: case44r2\nPASS: case44b\nPASS: case44R\nPASS: case44Rp0\ntesting case45\nPASS: case45\nPASS: case45p1\nPASS: case45p9\nPASS: case45f0\nPASS: case45u\nPASS: case45k\nPASS: case45r1\nPASS: case45r2\nPASS: case45b\nPASS: case45R\nPASS: case45Rp0\ntesting case46\nPASS: case46\nPASS: case46p1\nPASS: case46p9\nPASS: case46f0\nPASS: case46u\nPASS: case46k\nPASS: case46r1\nPASS: case46r2\nPASS: case46b\nPASS: case46R\nPASS: case46Rp0\ntesting case47\nPASS: case47\nPASS: case47p1\nPASS: case47p9\nPASS: case47f0\nPASS: case47u\nPASS: case47k\nPASS: case47r1\nPASS: case47r2\nPASS: case47b\nPASS: case47R\nPASS: case47Rp0\ntesting case48\nPASS: case48\nPASS: case48p1\nPASS: case48p9\nPASS: case48f0\nPASS: case48u\nPASS: case48k\nPASS: case48r1\nPASS: case48r2\nPASS: case48b\nPASS: case48R\nPASS: case48Rp0\ntesting case49\nPASS: case49\nPASS: case49p1\nPASS: case49p9\nPASS: case49f0\nPASS: case49u\nPASS: case49k\nPASS: case49r1\nPASS: case49r2\nPASS: case49b\nPASS: case49R\nPASS: case49Rp0\nDURATION: 3\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5201387405395508,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-diffutils_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-diffutils",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014843940734863281,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1478946208953857,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.027626514434814453,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 1.6738202571868896,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008709430694580078,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.diffutils.basic": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.bignum": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.binary": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.brief-vs-stat-zero-kernel-lies": {
    "status": "SKIPPED"
   },
   "ptestresult.diffutils.bug-64316": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.cmp": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.colliding-file-names": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.colors": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.diff3": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.empty-file": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.excess-slash": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.expand-tabs": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.filename-quoting": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.function-line-vs-leading-space": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.help-version": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.ifdef": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.ignore-case": {
    "status": "SKIPPED"
   },
   "ptestresult.diffutils.ignore-matching-lines": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.ignore-tab-expansion": {
    "status": "SKIPPED"
   },
   "ptestresult.diffutils.invalid-re": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.label-vs-func": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.new-file": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.no-dereference": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.no-newline-at-eof": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.side-by-side": {
    "status": "SKIPPED"
   },
   "ptestresult.diffutils.side-by-side-seq": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.starting-file": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.stdin": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.strcoll-0-names": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.timezone": {
    "status": "PASSED"
   },
   "ptestresult.diffutils.y2038-vs-32bit": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/diffutils/ptest\nmake: Entering directory '/usr/lib/diffutils/ptest/tests'\nmake[1]: Entering directory '/usr/lib/diffutils/ptest/tests'\nPASS: basic\nPASS: bignum\nPASS: binary\nbrief-vs-stat-zero-kernel-lies: skipped test: stat --format %s does not work\nSKIP: brief-vs-stat-zero-kernel-lies\nPASS: bug-64316\nPASS: cmp\nPASS: colliding-file-names\nPASS: diff3\nPASS: empty-file\nPASS: excess-slash\nPASS: expand-tabs\nPASS: help-version\nPASS: ifdef\nPASS: invalid-re\nPASS: function-line-vs-leading-space\nignore-case: skipped test: No UTF-8 locale found\nSKIP: ignore-case\nPASS: ignore-matching-lines\nignore-tab-expansion: skipped test: No UTF-8 locale found\nSKIP: ignore-tab-expansion\nPASS: label-vs-func\nXFAIL: large-subopt\nPASS: new-file\nPASS: no-dereference\nPASS: no-newline-at-eof\nside-by-side: skipped test: No UTF-8 locale found\nSKIP: side-by-side\nPASS: side-by-side-seq\nPASS: starting-file\nPASS: stdin\nPASS: strcoll-0-names\nPASS: filename-quoting\nPASS: timezone\nPASS: colors\nPASS: y2038-vs-32bit\n============================================================================\nTestsuite summary for GNU diffutils 3.12\n============================================================================\n# TOTAL: 32\n# PASS:  27\n# SKIP:  4\n# XFAIL: 1\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/diffutils/ptest/tests'\nmake: Leaving directory '/usr/lib/diffutils/ptest/tests'\nDURATION: 1\nEND: /usr/lib/diffutils/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "diffutils": {
     "duration": "1",
     "log": "START: ptest-runner\n2025-06-16T11:40\nmake: Entering directory '/usr/lib/diffutils/ptest/tests'\nmake[1]: Entering directory '/usr/lib/diffutils/ptest/tests'\nPASS: basic\nPASS: bignum\nPASS: binary\nbrief-vs-stat-zero-kernel-lies: skipped test: stat --format %s does not work\nSKIP: brief-vs-stat-zero-kernel-lies\nPASS: bug-64316\nPASS: cmp\nPASS: colliding-file-names\nPASS: diff3\nPASS: empty-file\nPASS: excess-slash\nPASS: expand-tabs\nPASS: help-version\nPASS: ifdef\nPASS: invalid-re\nPASS: function-line-vs-leading-space\nignore-case: skipped test: No UTF-8 locale found\nSKIP: ignore-case\nPASS: ignore-matching-lines\nignore-tab-expansion: skipped test: No UTF-8 locale found\nSKIP: ignore-tab-expansion\nPASS: label-vs-func\nXFAIL: large-subopt\nPASS: new-file\nPASS: no-dereference\nPASS: no-newline-at-eof\nside-by-side: skipped test: No UTF-8 locale found\nSKIP: side-by-side\nPASS: side-by-side-seq\nPASS: starting-file\nPASS: stdin\nPASS: strcoll-0-names\nPASS: filename-quoting\nPASS: timezone\nPASS: colors\nPASS: y2038-vs-32bit\n============================================================================\nTestsuite summary for GNU diffutils 3.12\n============================================================================\n# TOTAL: 32\n# PASS:  27\n# SKIP:  4\n# XFAIL: 1\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/diffutils/ptest/tests'\nmake: Leaving directory '/usr/lib/diffutils/ptest/tests'\nDURATION: 1\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5209298133850098,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-e2fsprogs_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-e2fsprogs",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0010712146759033203,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.170771837234497,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03394365310668945,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 86.20181846618652,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008862018585205078,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.d_bad_ostype:_handle_bad__negative__os_type:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_corrupt_journal_nr_users:_journal_superblock_corrupted,_nr_users_too_high:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_dumpe2fs_group_only:_dumpe2fs_group_only_mode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_fallocate:_fallocate_sparse_files_and_big_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_fallocate_bigalloc:_fallocate_sparse_files_and_big_files_with_bigalloc:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_fallocate_blkmap:_fallocate_sparse_files_and_big_files_on_a_blockmap_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_inline_dump:_debugfs_dump_inline_data_test:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_loaddump:_debugfs_load/dump_test:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_punch:_punch_sparse_files_and_big_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_punch_bigalloc:_punch_sparse_files_and_big_files_with_bigalloc:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_special_files:_create_special_files_in_debugfs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_xattr_edits:_edit_extended_attributes_in_debugfs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.d_xattr_sorting:_sort_extended_attributes_in_debugfs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.e_brel_bma:_block_relocation_table_using_memory_array_implementation:_skipped": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.e_icount_normal:_inode_counting_structure_optimized_for_low_counts:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.e_icount_opt:_inode_counting_abstraction_optimized_for_counting:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.e_irel_ima:_inode_relocation_table_using_memory_array_implementation:_skipped": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.f_16384_block:_16384_byte_blocksize:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_8192_block:_8192_byte_blocksize:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_bbitmap:_corrupt_block_bitmap__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_bmap_csum:_bad_block/inode_bitmap_csum__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_disconnected_inode:_disconnected_inode_with_bad_fields:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_encryption:_missing,_corrupt,_and_inconsistent_encryption_policies:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_fname:_case-insensitive_directory_with_broken_file_names:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_gdt_csum:_bad_group_descriptor_csum__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_ibitmap:_corrupt_inode_bitmap__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_inode_csum:_inode_table_corruption__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bad_local_jnl:_test_for_corrupt_local_journal__bad_V1->V2_journal_upgrade_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badbblocks:_illegal_blocks_in_bad_block_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badcluster:_test_alignment_problems_with_bigalloc_clusters:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_baddir2:_salvage_last_directory_entry:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_baddir:_corrupted_directory_entries:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_baddotdir:_bad_'.'_and_'..'_entries:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badinode:_corrupted_inode_entries:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badjour_encrypted:_journal_inode_has_encrypt_flag:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badjour_indblks:_corruption_in_journal_inode's_indirect_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badjourblks:_illegal_blocks_in_journal_inode__and_backup_in_superblock_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badorphan:_corrupted_orphan_list:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badprimary:_bad_blocks_in_the_primary_superblock_and_group_descriptors:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badroot:_file_in_root_directory_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badsymlinks2:_more_types_of_corrupted_symlinks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badsymlinks:_corrupted_symlinks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_badtable:_bad_blocks_in_bitmaps_and_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bb_in_bb:_bad_block_inode_table_block_in_bad_block_list:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bbfile:_bad_blocks_in_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bbinode:_bad_blocks_in_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_big_sparse:_big_sparse_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bigalloc_badinode:_delete_bad_inode_handling_for_bigalloc_filesystems:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bigalloc_orphan_list:_orphaned_list_handling_with_bigalloc_file_systems:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bigalloc_symlink_with_xattr:_fast_symlink_+_xattr_block_on_bigalloc_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_bitmaps:_corrupted_inode_and_block_bitmaps:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_boundscheck:_infinite_loop_when_finding_table_free_space:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_clear_xattr:_clearing_i_file_acl_when_!ext_attr_feature:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_cloneblock_alloc_error:_decrement_badcount_after_remapping_duplicate_block:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_collapse_extent_tree:_extent_tree_can_be_collapsed_one_level:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_compress_extent_tree_level:_compress_an_extent_tree_level:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_convert_bmap:_convert_blockmap_file_to_extents_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_convert_bmap_and_extent:_convert_blockmap_to_extents_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_convert_bmap_sparse:_convert_sparse_blockmap_file_to_extents_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_corrupt_dirent_tail:_rebuild_a_directory_with_corrupt_dirent_tail:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_crashdisk:_superblock_with_illegal_values:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_create_symlinks:_create_fast,_inlinedata,_and_regular_symlinks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_del_dup_quota:_delete_file_containing_multiply_claimed_blocks_with_quota:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_deleted_inode_bad_csum:_deleted_inode_with_bad_metadata_csum_wasn't_fixed:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_desc_size_128:_128-byte_group_descriptors:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_desc_size_bad:_bad_superblock_s_desc_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_desc_size_zero:_zero_s_desc_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_detect_junk:_skipped__no_magic_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.f_detect_xfs:_detect_xfs_filesystem:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dir_bad_csum:_dir_block_w/_missing/bad_csum/tail_or_block_corruption:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dir_bad_mode:_directory_with_corrupted_i_mode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dirlink:_directory_hard_links:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup2:_blocks_claimed_by_three_different_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup3:_blocks_claimed_by_one_file_multiple_times:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup4:_find_all_directory_pathnames:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup:_blocks_claimed_by_two_different_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup_ba:_multiply_claimed_blocks_with_bigalloc:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup_de2:_duplicate_directory_entries_for_non-indexed_dirs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup_de:_duplicate_directory_entries:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup_de_crypt:_duplicate_directory_entries_for_encrypted_dirs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dup_resize:_blocks_claimed_by_the_resize_inode_and_another_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dupdot:_duplicate_'.'_and_'..'_entries:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dupfsblks:_blocks_claimed_by_a_file_and_bitmaps_or_inode_tables:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_dupsuper:_blocks_claimed_by_a_file_and_superblock_or_group_descriptors:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_bad_csum:_EA_block_with_bad_checksum__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_checks:_extended_attribute_block_checks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_inode_dir_ref:_true_ea_inode_referenced_from_a_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_inode_disconnected:_ea_inode_that_is_not_connected_anywhere:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_inode_no_feature:_inode_with_ea_inode_but_EA_INODE_feature_is_not_set:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_inode_self_ref:_corrupted,_self-referential_ea_in_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_inode_spurious_flag_dir:_ea_inode_flag_set_on_a_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_signed_hash:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_unsigned_hash:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ea_value_crash:_extended_attribute_value_conflicts_with_key:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_emptydir:_always_iterate_dir_block_0_or_e2fsck_goes_into_infinite_loop:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_encrypted_lpf:_encrypted_lost+found_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_end-bitmap:_corruption_at_end_of_block_bitmap:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_eofblocks:_blocks_after_i_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_expand:_expanding_lost+found:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_expandroot_create_lnf:_no_space_in_root_to_create_lost+found_entry:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ext_journal:_test_external_journal_device:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ext_zero_len:_extent_with_zero_length:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_bad_node:_bad_interior_node_in_extent_tree__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_htree:_htree_extent_compression:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_htree:_htree_extent_compression_setup:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_int_bad_csum:_bad_csum_in_internal_extent__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_int_bad_extent:_bad_extent_in_internal_extent__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_int_bad_magic:_bad_magic_number_in_internal_extent__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_interior_start_lblk:_incorrect_starting_lblk_in_an_interior_node:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_leaf_bad_csum:_bad_csum_in_leaf_extent__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_leaf_bad_extent:_bad_extent_in_leaf_extent__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_leaf_bad_magic:_bad_magic_number_in_leaf_extent__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_oobounds:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extent_too_deep:_extent_tree_is_deeper_than_it_needs_to_be:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extents2:_multiply_claimed_blocks_in_extents_and_other_illegal_extents:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extents:_basic_extents_support:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_extra_journal:_valid_journal_inode,_but_has_journal_feature_not_present:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_fast_symlink_extents:_fast_symlink_with_extents_flag_set:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_file_acl_high:_i_file_acl_high_should_be_zero:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_filetype:_set_filetype_information_and_illegal_special_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_first_meta_bg_too_big:_s_first_meta_bg_is_too_large:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_full_bg:_inode_table_in_last_block_of_first_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_h_badnode:_hash_directory_with_bad_HTREE_nodes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_h_badroot:_bad_htree_root_nodes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_h_normal:_normal__signed__HTREE_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_h_reindex:_reindex_HTREE_Directory_with_different_hash_seed:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_h_unsigned:_unsigned_HTREE_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_holedir2:_directories_with_holes_and_zero_i_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_holedir3:_real_directories_with_holes_and_zero_i_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_holedir4:_bigalloc_directory_with_hole_and_misaligned_extent_after_hole:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_holedir:_directory_with_holes_and_illegal_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_htree_bad_csum:_htree_block_bad_csum/tail_dirent/htree_index_corruption:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_htree_leaf_csum:_bad_csum_in_htree_leaf_block:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_hugedir_blocks:_dir_crashes_e2fsck_with_impossible_logical_blk_offset:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_hurd:_GNU/Hurd_specific_tests:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_idata_and_extents:_conflicting_extents_and_inline_data_inode_flags:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_illbbitmap:_illegal_block_bitmap:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_illibitmap:_illegal_inode_bitmap:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_illitable:_illegal_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_illitable_flexbg:_illegal_inode_table_with_FLEX_BG:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_imagic:_non-imagic_filesystem_with_imagic_inodes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_imagic_fs:_imagic_filesystem_with_imagic_inodes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_ind_inode_collision:_multiple_*ind_collisions_with_critical_metadata:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_inlinedata_dirblocks:_check_inline_dir_as_two_dirent_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_inlinedata_flags:_check_incorrect_inline_data_flags:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_inlinedata_repair:_repair_corrupt_inline_data_files:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_inlinedir_bad_symlink:_bad_symlink_in_an_inline_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_inlinedir_detector:_detect_inline_dirs_correctly:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_inode_ea_collision:_collisions_in_the_inode_ea_area:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_invalid_bad_inode:_check_for_bogus_bad_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_invalid_extent_symlink:_extent-mapped_symlink_with_two_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_itable_collision:_collision_between_IND/extent_tree_blocks_and_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_jnl_32bit:_on-disk_32-bit_journal_format:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_jnl_64bit:_on-disk_64-bit_journal_format:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_jnl_errno:_journal_s_errno_handling:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_jnl_etb_alloc_fail:_can't_allocate_extent_tree_block_recreating_journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_journal:_recover_journal_from_corrupted_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_large_dir:_optimize_3_level_htree_directories:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.f_large_dir_csum:_optimize_3_level_htree_directories_with_metadata_checksums:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.f_lotsbad:_too_many_illegal_blocks_in_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_lpf2:_create_lost+found_and_reconnect_lost_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_lpf:_missing_lost+found:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_lpffile:_lost+found_is_not_a_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_many_subdirs:_directory_with_more_than_65000_sub-directories:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_messy_inode:_bad_file_and_directory_acl_pointers:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_miss_blk_bmap:_missing_block_bitmap:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_miss_journal:_non-existent_journal_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_misstable:_missing_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_mke2fs2b:_mke2fs_version_0.2b_created_filesystem:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_mmp:_disable_MMP_with_tune2fs_after_e2fsck_killed:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.f_mmp_garbage:_repair_MMP_when_it_is_corrupted:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.f_no:_e2fsck_with_repeated_no:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_no_cache_corrupt_inode:_don't_cache_inodes_that_fail_checksum_verification:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_noroot:_missing_root_directory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_nospc_create_lnf:_no_space_to_create_lost+found:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_okgroup:_8193_block_long_filesystem:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_opt_extent:_optimize_extent_tree:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_opt_extent_ext3:_convert_ext3_to_extent_tree:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_orphan:_clearing_orphan_inodes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_orphan_dotdot_ft:_filetype_of_.._in_orphaned_directories:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_orphan_extents_inode:_truncating_an_orphaned_extent-mapped_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_orphan_indirect_inode:_truncating_an_orphaned_inode_in_preen_mode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_orphquot:_e2fsck_with_quota_and_orphan_inodes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_overfsblks:_overlapping_inode_and_block_bitmaps:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_pre_1970_date_encoding:_correct_mis-encoded_pre-1970_dates:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_preen:_preen_shouldn't_destroy_backup_superblocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_preen_htree_csum:_fix_a_bad_htree_checksum_in_preen_mode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_quota:_fix_incorrect_usage_stats_in_quota:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_quota_deallocate_inode:_update_quota_when_deallocating_bad_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_quota_extent_opt:_extent_optimization_with_quota:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_quota_invalid_inum:_invalid_quota_inode_numbers:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_quota_shrinkdir:_update_quota_on_directory_optimization:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_readonly_fsck:_ensure_that_a_readonly_check_doesn't_modify_the_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_rebuild_csum_rootdir:_force_rebuild_corrupted_rootdir_w/_metadata_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_recnect_bad:_reconnecting_bad_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_reconnect:_simple_disconnected_file_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_rehash_dir:_optimize_htree_directories:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_resize_inode:_e2fsck_with_resize_inode:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_resize_inode_meta_bg:_conflicting_features_resize_inode_and_meta_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_salvage_dir:_salvage_corrupted_directories:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_sb_extra_isize:_check_invalid_extra_isize_fields_in_superblock:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_selinux:_SELinux_generated_symlinks_with_EA_data:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_shared_blocks_ok:_clean_check_for_intentionally_shared_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_short_encrypted_dirent:_short_encrypted_directory_entry:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_special_ea:_special_files_with_extended_attributes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_summary_counts:_incorrect_inode/block_free_counts:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_super_bad_csum:_bad_csum_in_superblock__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_toobig_extent_dir:_directory_with_a_very_large_lblk_in_extent:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_trunc_dirent_header:_no_space_for_dirent_header_at_end_of_buf:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_bad_free_inodes:_bad_free_inode_count,_but_good_checksum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_blk_used_not_set:_blocks_used_but_block_uninit_set:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_cat:_cat_a_file_with_uninit_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_checksum_bad:_invalid_group_descriptor_checksum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_dir:_fix_uninit_flag_on_directory_extents_and_check_the_dir_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_disable:_disable_uninit_bg_feature:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_enable:_enable_uninit_bg_feature:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_ext_past_eof2:_fallocate_extents_w/_nonzero_i_size_and_extents_>_4:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_ext_past_eof:_fallocated_extents_after_i_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_inode_past_unused:_inode_in_use_beyond_bg_itable_unused:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_last_uninit:_last_group_has_BLOCK_UNINIT_set:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_restart_fsck:_re-start_e2fsck_only_once_for_inodes_in_uninit_space:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_uninit_set_inode_not_set:_block_uninit_set_but_inode_uninit_not_set:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_unshare_blocks_no_space:_unshare_blocks_should_fail_with_no_free_space:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_unshare_blocks_ok:_unshare_blocks_successfully:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_unsorted_EAs:_unsorted_EAs_in_inode_should_not_be_deleted:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_unused_itable:_don't_move_files_to_lost+found_for_bg_unused_itable:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_valid_ea_in_inode:_valid_ea-in-inode_examplars:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_verity:_verity_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_write_ea_no_extra_isize:_write_EA_when_i_extra_size_is_zero:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_write_ea_toobig_extra_isize:_write_EA_when_i_extra_size_is_too_big_for_EA:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_write_ea_toosmall_extra_isize:_write_EA_when_i_extra_size_is_too_small:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_yes:_e2fsck_with_repeated_yes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_yesall:_e2fsck_with_yes-to-all:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_yesthenall:_e2fsck_with_yes_then_yes-to-all:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_yesthenno:_e2fsck_with_yes_then_no:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_zero_group:_fallback_for_damaged_group_descriptors:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_zero_inode_size:_superblock_with_a_zero_inode_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_zero_super:_fallback_for_damaged_superblock:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_zero_xattr:_zero_length_extended_attribute_in_in-inode_xattr:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.f_zeroed_ext_header:_zap_inode_with_zeroed_extent_header:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.i_bad_csum:_e2image_corrupt_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.i_bitmaps:_e2image_bitmap_read/write_test:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.i_qcow:_create/convert_raw/qcow2_images:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.i_zero_super:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_commit_csum:_corrupt_commit_csum__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_commit_tid:_corrupt_commit_tid__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_descr_csum:_corrupt_descr_csum__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_descr_tid:_corrupt_descr_tid__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_ext_jnl_sb_block:_corrupt_mcsum_extlosetup:_unrecognized_option_'--show'": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_ext_jnl_sb_csum:_corrupt_external_journal_superblock_metadata_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_journal_block:_corrupt_journal_block__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_revoke_block:_corrupt_revoke_block__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_revoke_csum:_corrupt_revoke_csum__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_revoke_rcount:_corrupt_revoke_r_count_buffer_overflow:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_sb_csum:_corrupt_sb_csum__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_corrupt_sb_magic:_corrupt_sb_magic__csum_v3_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_ext_dumpe2fs:_dumpe2fs_of_external_journal_device:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_ext_long_revoke_trans:_revoke_trans_nuking_free_space_w/_ext._journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_ext_long_trans:_transaction_nuking_free_space_w/_ext._journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_long_revoke_trans:_revoked_transaction_nuking_free_space:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_long_revoke_trans_mcsum_32bit:_revoked_trans_nuking_free_space_32bit,mcsum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_long_revoke_trans_mcsum_64bit:_revoke_trans_nuking_free_space_64bit,mcsum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_long_trans:_transaction_nuking_free_space:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_long_trans_mcsum_32bit:_trans_nuking_free_space_32bit,meta_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_long_trans_mcsum_64bit:_trans_nuking_free_space_64bit,meta_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_recover_csum2_32bit:_recover_32-bit_journal_checksum_v2:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_recover_csum2_64bit:_recover_64-bit_journal_checksum_v2:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_recover_csum3_64bit:_recover_64-bit_journal_checksum_v3:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_recover_fast_commit:_replay_fast_commit_journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_revoke_trans:_revoke_blocks_of_transaction_nuking_bitmaps:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_revoke_trans_mcsum_64bit:_revoke_trans_nuking_bmap_64bit,meta_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans:_transaction_nuking_the_bitmaps:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans_64bit:_transaction_nuking_the_bitmaps_on_64bit:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans_mcsum_64bit:_trans_nuking_bitmaps_64bit,meta_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans_old_csum:_trans_nuking_bitmaps_v1_journal_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans_open_recover:_don't_recover_open_journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans_recover:_transaction_nuking_the_bitmaps__debugfs_recovery_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_trans_recover_mcsum_64bit:_uncommitted_trans_nuking_bmap_64bit,mcsum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_uncommitted_trans:_uncommitted_transaction_nuking_bitmaps:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.j_short_uncommitted_trans_mcsum_64bit:_uncommitted_trans_nuking_bmap_64b,mcsum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_64bit_flexbg:_mkfs_with_64bit_and_flex_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_assume_storage_prezeroed:_:_skipped__no_loop_devices_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.m_bigjournal:_journal_over_4GB_in_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_dasd_bs:_2048_byte_sector_devices:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_desc_size_128:_enable_128-byte_group_descriptor_on_mkfs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_devdir:_create_fs_image_from_/dev:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_error_behavior:_mke2fs_with_error_behavior:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_extent_journal:_extent-mapped_journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_hugefile:_create_a_hugefile_fs_with_a_single_huge_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_hugefile_slack:_mke2fs_create_hugefile_fs_with_slack:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_image_mmp:_create_image_for_partition_with_enabled_mmp_and_execute_fsck_on_image:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_large_file:_largefile_fs_type:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_mcsum_extjournal:_create_external_journal_with_sb_checksum__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_meta_bg:_meta_blockgroup_feature:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_minrootdir:_create_fs_image_from_dir,_then_minimize_it:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_mkfs_overhead:_test_bg_overhead_calculation:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_mmp:_enable_MMP_during_mke2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_mmp_bad_csum:_mmp_with_bad_csum__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_mmp_bad_magic:_mmp_with_bad_magic__metadata_csum_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_no_opt:_no_filesystem_extensions:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_offset:_mke2fs_with_offset_option__-E_offset=N_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_quota:_enable_quota_feature_on_mkfs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_raid_opt:_raid_options:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_resize_inode_meta_bg:_resize_inode_and_meta_bg_enabled:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_root_owner:_root_directory_owner:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_root_perms:_root_directory_permissions:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_rootdir:_create_fs_image_from_dir:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_rootdir_acl:_create_fs_image_from_dir_using_inline_data_and_acls:_skipped__no_setfacl_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.m_rootgnutar:_create_fs_image_from_GNU_tarball:_skipped__no_libarchive_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.m_rootpaxtar:_skipped__no_libarchive_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.m_roottar:_skipped__no_libarchive_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.m_std:_standard_filesystem_options:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.m_uninit:_uninitialized_group_feature:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_1024_small_bg:_ext2_1024_blocksize_with_small_block_groups:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_32to64bit:_convert_flex_bg_32bit_fs_to_64bit_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_32to64bit_expand_full:_convert+expand_full_fs_to_64bit:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_32to64bit_meta:_convert_meta_bg_32bit_fs_to_64bit_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_32to64bit_move_itable:_convert_32_to_64bit_w/_itable_move:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_64bit_big_expand:_:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.r_64to32bit:_convert_flex_bg_64bit_fs_to_32bit_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_64to32bit_meta:_convert_meta_bg_64bit_fs_to_32bit_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_bigalloc_big_expand:_ext4_with_bigalloc:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_corrupt_fs:_resize2fs_-P_of_a_corrupted_file_system:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_expand_full:_expand_a_totally_full_filesystem:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_ext4_big_expand:_:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.r_ext4_small_bg:_ext4_1024_blocksize_with_small_block_groups:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_fixup_lastbg:_fix_up_last_bg_when_expanding_within_the_last_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_fixup_lastbg_big:_fix_up_last_bg_when_expanding_beyond_the_last_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_inline_xattr:_shrinking_filesystem_with_in-inode_extended_attributes:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_meta_bg_shrink:_meta_bg_shrink:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_min_itable:_resize2fs_-M_with_inode_table_in_middle_of_last_block_group:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_move_inode_int_extent:_move_inode_and_its_interior_extent_tree_block:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_move_itable:_filesystem_resize_which_requires_moving_the_inode_table:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_move_itable_nostride:_resize_with_flex_bg_and_stride_value_set:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_move_itable_realloc:_don't_allocate_inode_table_from_in-use_blocks:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.r_resize_inode:_filesystem_resize_with_a_resize_inode_present:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_change_uuid:_change_uuid_on_a_pre-metadata-csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_change_uuid_mcsum:_change_uuid_on_a_metadata-csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_change_uuid_mcsum_mounted:_change_uuid_on_a_metadata-csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_change_uuid_mcsum_seed_mounted:_change_meta-csum_uuid_with_mcsum-seed:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_change_uuid_mounted:_change_uuid_on_a_mounted_pre-metadata-csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_dangerous:_dangerous_tune2fs_operation_prompts:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_changed_csum_seed:_tune2fs_disable_csum_seed_after_uuid_change:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_changed_csum_seed_mounted:_mounted_tune2fs_disable_csum+uuid:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_csum_seed:_disable_csum_seed_via_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_mcsum:_disable_metadata_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_mcsum_noinitbg:_disable_metadata_csum_and_uninit_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_mcsum_yesinitbg:_disable_metadata_csum_and_enable_uninit_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_disable_meta_csum_and_seed:_disable_csum_seed_and_csums_via_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_enable_csum_seed:_enable_csum_seed_via_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_enable_mcsum:_enable_metadata_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_enable_mcsum_ext3:_enable_metadata_csum_on_ext3_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_enable_mcsum_initbg:_enable_metadata_csum_when_^uninit_bg:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_ext_jnl_fail:_tune2fs_fail_external_journal:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_ext_jnl_rm:_remove_missing_external_journal_device:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_format_csum_seed:_format_with_csum_seed:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_iexpand_full:_expand_inodes_on_a_totally_full_filesystem:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_iexpand_mcsum:_expand_inodes_and_turn_on_metadata_csum:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_mmp_1on:_enable_MMP_using_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_mmp_2off:_disable_MMP_using_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_mmp_fail:_error_running_tune2fs_with_MMP:_skipped__slow_test_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.t_project_1on:_enable_project_using_tune2fs_-O_option:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_project_2off:_disable_project_using_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_project_3on:_enable_project_using_tune2fs_-Q_option:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_project_4off:_disable_project_using_tune2fs_-Q_option:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_quota_1on:_enable_quota_using_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_quota_2off:_disable_quota_using_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_quota_add:_add_several_quota_types_using_tune2fs_and_check_computed_usage:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_replay_and_set:_recover_journal_and_clear_features:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.t_uninit_bg_rm:_remove_uninit_bg:_skipped_for_Linux": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.t_write_subdirectory:_debugfs_write_creates_file_in_subdirectory:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_bounce_io:_bounce_I/O_in_unix_io:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_compound_bad_rollback:_e2undo_with_mke2fs/tune2fs/resize2fs/e2fsck_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_compound_rollback:_e2undo_with_mke2fs/tune2fs/resize2fs/e2fsck_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_corrupt_blk_csum:_corrupt_e2undo_block_data:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_corrupt_blk_csum_force:_force_replay_of_corrupt_e2undo_block_data:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_corrupt_hdr_csum:_corrupt_e2undo_header:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_corrupt_key_csum:_corrupt_e2undo_key_data:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_debugfs_opt:_e2undo_with_debugfs_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_direct_io:_direct_I/O_in_unix_io:_skipped__no_loop_devices_": {
    "status": "SKIPPED"
   },
   "ptestresult.e2fsprogs.u_dryrun:_e2undo_dry_run:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_e2fsck_opt:_e2undo_with_e2fsck_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_errorout:_e2undo_a_failed_command:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_force:_e2undo_force:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_force_dryrun:_force_dry-run_replay_of_corrupt_e2undo_block_data:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_incomplete:_e2undo_with_incomplete_undo_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_mke2fs:_e2undo_with_mke2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_mke2fs_opt:_e2undo_with_mke2fs_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_mke2fs_opt_oddsize:_e2undo_with_mke2fs_-z_and_non-32k-aligned_bdev_size:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_mke2fs_opt_offset:_e2undo_and_mke2fs_with_offset_option:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_not_undo:_e2undo_a_non-undo_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_offset:_e2undo_with_the_offset_option__-o_offset_:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_onefile_bad:_check_that_we_cant_append_a_bad_undo_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_resize2fs_opt:_e2undo_with_resize2fs_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_revert_64bitmcsum_onefile:_convert_fs_to_64bit,mcsum_and_revert_undo_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_revert_all_onefile:_convert_64bit,mcsum_and_revert_undo_file:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_revert_upgrade_to_64bitmcsum:_convert_64bit,mcsum_and_revert_both:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_tune2fs:_e2undo_with_tune2fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_tune2fs_opt:_e2undo_with_tune2fs_-z:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_undo_undo:_undo_e2undo:_ok": {
    "status": "PASSED"
   },
   "ptestresult.e2fsprogs.u_wrong_fs:_e2undo_on_the_wrong_fs:_ok": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/e2fsprogs/ptest\n+ cd ./test\n+ sed -e '/:[[:space:]]ok/s/^/PASS: /' -e '/:[[:space:]]failed/s/^/FAIL: /' -e '/:[[:space:]]skipped/s/^/SKIP: /'\n+ SKIP_SLOW_TESTS=yes\n+ ./test_script\ndebugfs 1.47.1 (20-May-2024)\nmke2fs 1.47.1 (20-May-2024)\ndebugfs 1.47.1 (20-May-2024)\nPASS: d_bad_ostype: handle bad (negative) os_type: ok\nPASS: d_corrupt_journal_nr_users: journal superblock corrupted, nr_users too high: ok\nPASS: d_dumpe2fs_group_only: dumpe2fs group only mode: ok\nPASS: d_fallocate: fallocate sparse files and big files: ok\nPASS: d_fallocate_bigalloc: fallocate sparse files and big files with bigalloc: ok\nPASS: d_fallocate_blkmap: fallocate sparse files and big files on a blockmap fs: ok\nPASS: d_inline_dump: debugfs dump inline data test: ok\nPASS: d_loaddump: debugfs load/dump test: ok\nPASS: d_punch: punch sparse files and big files: ok\nPASS: d_punch_bigalloc: punch sparse files and big files with bigalloc: ok\nPASS: d_special_files: create special files in debugfs: ok\nPASS: d_xattr_edits: edit extended attributes in debugfs: ok\nPASS: d_xattr_sorting: sort extended attributes in debugfs: ok\nSKIP: e_brel_bma: block relocation table using memory array implementation: skipped\nPASS: e_icount_normal: inode counting structure optimized for low counts: ok\nPASS: e_icount_opt: inode counting abstraction optimized for counting: ok\nSKIP: e_irel_ima: inode relocation table using memory array implementation: skipped\nPASS: f_16384_block: 16384 byte blocksize: ok\nPASS: f_8192_block: 8192 byte blocksize: ok\nPASS: f_bad_bbitmap: corrupt block bitmap (metadata_csum): ok\nPASS: f_bad_bmap_csum: bad block/inode bitmap csum (metadata_csum): ok\nPASS: f_bad_disconnected_inode: disconnected inode with bad fields: ok\nPASS: f_bad_encryption: missing, corrupt, and inconsistent encryption policies: ok\nPASS: f_bad_fname: case-insensitive directory with broken file names: ok\nPASS: f_bad_gdt_csum: bad group descriptor csum (metadata_csum): ok\nPASS: f_bad_ibitmap: corrupt inode bitmap (metadata_csum): ok\nPASS: f_bad_inode_csum: inode table corruption (metadata_csum): ok\nPASS: f_bad_local_jnl: test for corrupt local journal (bad V1->V2 journal upgrade): ok\nPASS: f_badbblocks: illegal blocks in bad block inode: ok\nPASS: f_badcluster: test alignment problems with bigalloc clusters: ok\nPASS: f_baddir: corrupted directory entries: ok\nPASS: f_baddir2: salvage last directory entry: ok\nPASS: f_baddotdir: bad '.' and '..' entries: ok\nPASS: f_badinode: corrupted inode entries: ok\nCreating filesystem with 2048 1k blocks and 256 inodes\n\nAllocating group tables:    \b\b\bdone                            \nWriting inode tables:    \b\b\bdone                            \nCreating journal (1024 blocks): done\nWriting superblocks and filesystem accounting information:    \b\b\bdone\n\nThis filesystem will be automatically checked every 34 mounts or\n180 days, whichever comes first.  Use tune2fs -c or -i to override.\nPASS: f_badjour_encrypted: journal inode has encrypt flag: ok\nPASS: f_badjour_indblks: corruption in journal inode's indirect blocks: ok\nPASS: f_badjourblks: illegal blocks in journal inode (and backup in superblock): ok\nPASS: f_badorphan: corrupted orphan list: ok\nPASS: f_badprimary: bad blocks in the primary superblock and group descriptors: ok\nPASS: f_badroot: file in root directory inode: ok\nPASS: f_badsymlinks: corrupted symlinks: ok\nPASS: f_badsymlinks2: more types of corrupted symlinks: ok\nPASS: f_badtable: bad blocks in bitmaps and inode table: ok\nPASS: f_bb_in_bb: bad block inode table block in bad block list: ok\nPASS: f_bbfile: bad blocks in files: ok\nPASS: f_bbinode: bad blocks in inode table: ok\nPASS: f_big_sparse: big sparse file: ok\nPASS: f_bigalloc_badinode: delete bad inode handling for bigalloc filesystems: ok\nPASS: f_bigalloc_orphan_list: orphaned list handling with bigalloc file systems: ok\nPASS: f_bigalloc_symlink_with_xattr: fast symlink + xattr block on bigalloc fs: ok\nPASS: f_bitmaps: corrupted inode and block bitmaps: ok\nPASS: f_boundscheck: infinite loop when finding table free space: ok\nPASS: f_clear_xattr: clearing i_file_acl when !ext_attr feature: ok\nPASS: f_cloneblock_alloc_error: decrement badcount after remapping duplicate block: ok\nPASS: f_collapse_extent_tree: extent tree can be collapsed one level: ok\nPASS: f_compress_extent_tree_level: compress an extent tree level: ok\nPASS: f_convert_bmap: convert blockmap file to extents file: ok\nPASS: f_convert_bmap_and_extent: convert blockmap to extents files: ok\nPASS: f_convert_bmap_sparse: convert sparse blockmap file to extents file: ok\nPASS: f_corrupt_dirent_tail: rebuild a directory with corrupt dirent tail: ok\nPASS: f_crashdisk: superblock with illegal values: ok\nPASS: f_create_symlinks: create fast, inlinedata, and regular symlinks: ok\nPASS: f_del_dup_quota: delete file containing multiply claimed blocks with quota: ok\nPASS: f_deleted_inode_bad_csum: deleted inode with bad metadata_csum wasn't fixed: ok\nPASS: f_desc_size_128: 128-byte group descriptors: ok\nPASS: f_desc_size_bad: bad superblock s_desc_size: ok\nPASS: f_desc_size_zero: zero s_desc_size: ok\nSKIP: f_detect_junk: skipped (no magic)\nPASS: f_detect_xfs: detect xfs filesystem: ok\nPASS: f_dir_bad_csum: dir block w/ missing/bad csum/tail or block corruption: ok\nPASS: f_dir_bad_mode: directory with corrupted i_mode: ok\nPASS: f_dirlink: directory hard links: ok\nPASS: f_dup: blocks claimed by two different files: ok\nPASS: f_dup2: blocks claimed by three different files: ok\nPASS: f_dup3: blocks claimed by one file multiple times: ok\nPASS: f_dup4: find all directory pathnames: ok\nPASS: f_dup_ba: multiply claimed blocks with bigalloc: ok\nPASS: f_dup_de: duplicate directory entries: ok\nPASS: f_dup_de2: duplicate directory entries for non-indexed dirs: ok\nPASS: f_dup_de_crypt: duplicate directory entries for encrypted dirs: ok\nPASS: f_dup_resize: blocks claimed by the resize inode and another inode: ok\nPASS: f_dupdot: duplicate '.' and '..' entries: ok\nPASS: f_dupfsblks: blocks claimed by a file and bitmaps or inode tables: ok\nPASS: f_dupsuper: blocks claimed by a file and superblock or group descriptors: ok\nPASS: f_ea_bad_csum: EA block with bad checksum (metadata_csum): ok\nPASS: f_ea_checks: extended attribute block checks: ok\nPASS: f_ea_inode: ok\nPASS: f_ea_inode_dir_ref: true ea inode referenced from a directory: ok\nPASS: f_ea_inode_disconnected: ea inode that is not connected anywhere: ok\nPASS: f_ea_inode_no_feature: inode with ea inode but EA_INODE feature is not set: ok\nPASS: f_ea_inode_self_ref: corrupted, self-referential ea_in_inode: ok\nPASS: f_ea_inode_spurious_flag_dir: ea inode flag set on a directory: ok\nPASS: f_ea_signed_hash: ok\nPASS: f_ea_unsigned_hash: ok\nPASS: f_ea_value_crash: extended attribute value conflicts with key: ok\nPASS: f_emptydir: always iterate dir block 0 or e2fsck goes into infinite loop: ok\nPASS: f_encrypted_lpf: encrypted lost+found directory: ok\nPASS: f_end-bitmap: corruption at end of block bitmap: ok\nPASS: f_eofblocks: blocks after i_size: ok\nPASS: f_expand: expanding lost+found: ok\nPASS: f_expandroot_create_lnf: no space in root to create lost+found entry: ok\nPASS: f_ext_journal: test external journal device: ok\nPASS: f_ext_zero_len: extent with zero length: ok\nPASS: f_extent_bad_node: bad interior node in extent tree (metadata_csum): ok\nPASS: f_extent_htree: htree extent compression setup: ok\nPASS: f_extent_htree: htree extent compression: ok\nPASS: f_extent_int_bad_csum: bad csum in internal extent (metadata_csum): ok\nPASS: f_extent_int_bad_extent: bad extent in internal extent (metadata_csum): ok\nPASS: f_extent_int_bad_magic: bad magic number in internal extent (metadata_csum): ok\nPASS: f_extent_interior_start_lblk: incorrect starting lblk in an interior node: ok\nPASS: f_extent_leaf_bad_csum: bad csum in leaf extent (metadata_csum): ok\nPASS: f_extent_leaf_bad_extent: bad extent in leaf extent (metadata_csum): ok\nPASS: f_extent_leaf_bad_magic: bad magic number in leaf extent (metadata_csum): ok\nPASS: f_extent_oobounds: ok\nPASS: f_extent_too_deep: extent tree is deeper than it needs to be: ok\nPASS: f_extents: basic extents support: ok\nPASS: f_extents2: multiply claimed blocks in extents and other illegal extents: ok\nPASS: f_extra_journal: valid journal inode, but has_journal feature not present: ok\nPASS: f_fast_symlink_extents: fast symlink with extents flag set: ok\nPASS: f_file_acl_high: i_file_acl_high should be zero: ok\nPASS: f_filetype: set filetype information and illegal special files: ok\nPASS: f_first_meta_bg_too_big: s_first_meta_bg is too large: ok\nPASS: f_full_bg: inode table in last block of first bg: ok\nPASS: f_h_badnode: hash directory with bad HTREE nodes: ok\nPASS: f_h_badroot: bad htree root nodes: ok\nPASS: f_h_normal: normal (signed) HTREE directory: ok\nPASS: f_h_reindex: reindex HTREE Directory with different hash seed: ok\nPASS: f_h_unsigned: unsigned HTREE directory: ok\nPASS: f_holedir: directory with holes and illegal blocks: ok\nPASS: f_holedir2: directories with holes and zero i_size: ok\nPASS: f_holedir3: real directories with holes and zero i_size: ok\nPASS: f_holedir4: bigalloc directory with hole and misaligned extent after hole: ok\nPASS: f_htree_bad_csum: htree block bad csum/tail dirent/htree index corruption: ok\nPASS: f_htree_leaf_csum: bad csum in htree leaf block: ok\nPASS: f_hugedir_blocks: dir crashes e2fsck with impossible logical blk offset: ok\nPASS: f_hurd: GNU/Hurd specific tests: ok\nPASS: f_idata_and_extents: conflicting extents and inline_data inode flags: ok\nPASS: f_illbbitmap: illegal block bitmap: ok\nPASS: f_illibitmap: illegal inode bitmap: ok\nPASS: f_illitable: illegal inode table: ok\nPASS: f_illitable_flexbg: illegal inode table with FLEX_BG: ok\nPASS: f_imagic: non-imagic filesystem with imagic inodes: ok\nPASS: f_imagic_fs: imagic filesystem with imagic inodes: ok\nPASS: f_ind_inode_collision: multiple *ind collisions with critical metadata: ok\nPASS: f_inlinedata_dirblocks: check inline dir as two dirent blocks: ok\nPASS: f_inlinedata_flags: check incorrect inline_data flags: ok\nPASS: f_inlinedata_repair: repair corrupt inline data files: ok\nPASS: f_inlinedir_bad_symlink: bad symlink in an inline directory: ok\nPASS: f_inlinedir_detector: detect inline dirs correctly: ok\nPASS: f_inode_ea_collision: collisions in the inode ea area: ok\nPASS: f_invalid_bad_inode: check for bogus bad inode: ok\nPASS: f_invalid_extent_symlink: extent-mapped symlink with two blocks: ok\nPASS: f_itable_collision: collision between IND/extent tree blocks and inode table: ok\nPASS: f_jnl_32bit: on-disk 32-bit journal format: ok\nPASS: f_jnl_64bit: on-disk 64-bit journal format: ok\nPASS: f_jnl_errno: journal s_errno handling: ok\nPASS: f_jnl_etb_alloc_fail: can't allocate extent tree block recreating journal: ok\nPASS: f_journal: recover journal from corrupted inode table: ok\nSKIP: f_large_dir: optimize 3 level htree directories: skipped (slow test)\nSKIP: f_large_dir_csum: optimize 3 level htree directories with metadata checksums: skipped (slow test)\nPASS: f_lotsbad: too many illegal blocks in inode: ok\nPASS: f_lpf: missing lost+found: ok\nPASS: f_lpf2: create lost+found and reconnect lost directory: ok\nPASS: f_lpffile: lost+found is not a directory: ok\nPASS: f_many_subdirs: directory with more than 65000 sub-directories: ok\nPASS: f_messy_inode: bad file and directory acl pointers: ok\nPASS: f_miss_blk_bmap: missing block bitmap: ok\nPASS: f_miss_journal: non-existent journal inode: ok\nPASS: f_misstable: missing inode table: ok\nPASS: f_mke2fs2b: mke2fs version 0.2b created filesystem: ok\nf_mke2fs_baddisk: mke2fs /dev/mapper/bad_disk should fail: skip\nSKIP: f_mmp: disable MMP with tune2fs after e2fsck killed: skipped (slow test)\nSKIP: f_mmp_garbage: repair MMP when it is corrupted: skipped (slow test)\nPASS: f_no: e2fsck with repeated no: ok\nPASS: f_no_cache_corrupt_inode: don't cache inodes that fail checksum verification: ok\nPASS: f_noroot: missing root directory: ok\nPASS: f_nospc_create_lnf: no space to create lost+found: ok\nPASS: f_okgroup: 8193 block long filesystem: ok\nPASS: f_opt_extent: optimize extent tree: ok\nPASS: f_opt_extent_ext3: convert ext3 to extent tree: ok\nPASS: f_orphan: clearing orphan inodes: ok\nPASS: f_orphan_dotdot_ft: filetype of .. in orphaned directories: ok\nPASS: f_orphan_extents_inode: truncating an orphaned extent-mapped inode: ok\nPASS: f_orphan_indirect_inode: truncating an orphaned inode in preen mode: ok\nPASS: f_orphquot: e2fsck with quota and orphan inodes: ok\nPASS: f_overfsblks: overlapping inode and block bitmaps: ok\nPASS: f_pre_1970_date_encoding: correct mis-encoded pre-1970 dates: ok\nPASS: f_preen: preen shouldn't destroy backup superblocks: ok\nPASS: f_preen_htree_csum: fix a bad htree checksum in preen mode: ok\nPASS: f_quota: fix incorrect usage stats in quota: ok\nPASS: f_quota_deallocate_inode: update quota when deallocating bad inode: ok\nPASS: f_quota_extent_opt: extent optimization with quota: ok\nPASS: f_quota_invalid_inum: invalid quota inode numbers: ok\nPASS: f_quota_shrinkdir: update quota on directory optimization: ok\nPASS: f_readonly_fsck: ensure that a readonly check doesn't modify the fs: ok\nPASS: f_rebuild_csum_rootdir: force rebuild corrupted rootdir w/ metadata_csum: ok\nPASS: f_recnect_bad: reconnecting bad inode: ok\nPASS: f_reconnect: simple disconnected file inode: ok\nPASS: f_rehash_dir: optimize htree directories: ok\nPASS: f_resize_inode: e2fsck with resize_inode: ok\nPASS: f_resize_inode_meta_bg: conflicting features resize_inode and meta_bg: ok\nPASS: f_salvage_dir: salvage corrupted directories: ok\nPASS: f_sb_extra_isize: check invalid extra_isize fields in superblock: ok\nPASS: f_selinux: SELinux generated symlinks with EA data: ok\nPASS: f_shared_blocks_ok: clean check for intentionally shared blocks: ok\nPASS: f_short_encrypted_dirent: short encrypted directory entry: ok\nPASS: f_special_ea: special files with extended attributes: ok\nPASS: f_summary_counts: incorrect inode/block free counts: ok\nPASS: f_super_bad_csum: bad csum in superblock (metadata_csum): ok\nPASS: f_toobig_extent_dir: directory with a very large lblk in extent: ok\nPASS: f_trunc_dirent_header: no space for dirent header at end of buf: ok\nPASS: f_uninit_bad_free_inodes: bad free inode count, but good checksum: ok\nPASS: f_uninit_blk_used_not_set: blocks used but block uninit set: ok\nPASS: f_uninit_cat: cat a file with uninit blocks: ok\nPASS: f_uninit_checksum_bad: invalid group descriptor checksum: ok\nPASS: f_uninit_dir: fix uninit flag on directory extents and check the dir blocks: ok\nPASS: f_uninit_disable: disable uninit_bg feature: ok\nPASS: f_uninit_enable: enable uninit_bg feature: ok\nPASS: f_uninit_ext_past_eof: fallocated extents after i_size: ok\nPASS: f_uninit_ext_past_eof2: fallocate extents w/ nonzero i_size and extents > 4: ok\nPASS: f_uninit_inode_past_unused: inode in use beyond bg_itable_unused: ok\nPASS: f_uninit_last_uninit: last group has BLOCK_UNINIT set: ok\nPASS: f_uninit_restart_fsck: re-start e2fsck only once for inodes in uninit space: ok\nPASS: f_uninit_set_inode_not_set: block uninit set but inode uninit not set: ok\nPASS: f_unshare_blocks_no_space: unshare blocks should fail with no free space: ok\nPASS: f_unshare_blocks_ok: unshare blocks successfully: ok\nPASS: f_unsorted_EAs: unsorted EAs in inode should not be deleted: ok\nPASS: f_unused_itable: don't move files to lost+found for bg_unused_itable: ok\nPASS: f_valid_ea_in_inode: valid ea-in-inode examplars: ok\nPASS: f_verity: verity file: ok\nPASS: f_write_ea_no_extra_isize: write EA when i_extra_size is zero: ok\nPASS: f_write_ea_toobig_extra_isize: write EA when i_extra_size is too big for EA: ok\nPASS: f_write_ea_toosmall_extra_isize: write EA when i_extra_size is too small: ok\nPASS: f_yes: e2fsck with repeated yes: ok\nPASS: f_yesall: e2fsck with yes-to-all: ok\nPASS: f_yesthenall: e2fsck with yes then yes-to-all: ok\nPASS: f_yesthenno: e2fsck with yes then no: ok\nPASS: f_zero_group: fallback for damaged group descriptors: ok\nPASS: f_zero_inode_size: superblock with a zero inode size: ok\nPASS: f_zero_super: fallback for damaged superblock: ok\nPASS: f_zero_xattr: zero length extended attribute in in-inode xattr: ok\nPASS: f_zeroed_ext_header: zap inode with zeroed extent header: ok\nPASS: i_bad_csum: e2image corrupt fs: ok\nPASS: i_bitmaps: e2image bitmap read/write test: ok\nPASS: i_qcow: create/convert raw/qcow2 images: ok\nPASS: i_zero_super: ok\nPASS: j_corrupt_commit_csum: corrupt commit csum (csum v3): ok\nPASS: j_corrupt_commit_tid: corrupt commit tid (csum v3): ok\nPASS: j_corrupt_descr_csum: corrupt descr csum (csum v3): ok\nPASS: j_corrupt_descr_tid: corrupt descr tid (csum v3): ok\nPASS: j_corrupt_ext_jnl_sb_block: corrupt mcsum extlosetup: unrecognized option '--show'\nBusyBox v1.37.0 () multi-call binary.\n\nUsage: losetup [-rP] [-o OFS] {-f|LOOPDEV} FILE: associate loop devices\n\tlosetup -c LOOPDEV: reread file size\n\tlosetup -d LOOPDEV: disassociate\n\tlosetup -a: show status\n\tlosetup -f: show next free loop device\n jnl fs superblock block: ok\nPASS: j_corrupt_ext_jnl_sb_csum: corrupt external journal superblock metadata_csum: ok\nPASS: j_corrupt_journal_block: corrupt journal block (csum v3): ok\nPASS: j_corrupt_revoke_block: corrupt revoke block (csum v3): ok\nPASS: j_corrupt_revoke_csum: corrupt revoke csum (csum v3): ok\nPASS: j_corrupt_revoke_rcount: corrupt revoke r_count buffer overflow: ok\nPASS: j_corrupt_sb_csum: corrupt sb csum (csum v3): ok\nPASS: j_corrupt_sb_magic: corrupt sb magic (csum v3): ok\nPASS: j_ext_dumpe2fs: dumpe2fs of external journal device: ok\nPASS: j_ext_long_revoke_trans: revoke trans nuking free space w/ ext. journal: ok\nPASS: j_ext_long_trans: transaction nuking free space w/ ext. journal: ok\nPASS: j_long_revoke_trans: revoked transaction nuking free space: ok\nPASS: j_long_revoke_trans_mcsum_32bit: revoked trans nuking free space 32bit,mcsum: ok\nPASS: j_long_revoke_trans_mcsum_64bit: revoke trans nuking free space 64bit,mcsum: ok\nPASS: j_long_trans: transaction nuking free space: ok\nPASS: j_long_trans_mcsum_32bit: trans nuking free space 32bit,meta_csum: ok\nPASS: j_long_trans_mcsum_64bit: trans nuking free space 64bit,meta_csum: ok\nPASS: j_recover_csum2_32bit: recover 32-bit journal checksum v2: ok\nPASS: j_recover_csum2_64bit: recover 64-bit journal checksum v2: ok\nPASS: j_recover_csum3_64bit: recover 64-bit journal checksum v3: ok\nPASS: j_recover_fast_commit: replay fast commit journal: ok\nPASS: j_short_revoke_trans: revoke blocks of transaction nuking bitmaps: ok\nPASS: j_short_revoke_trans_mcsum_64bit: revoke trans nuking bmap 64bit,meta_csum: ok\nPASS: j_short_trans: transaction nuking the bitmaps: ok\nPASS: j_short_trans_64bit: transaction nuking the bitmaps on 64bit: ok\nPASS: j_short_trans_mcsum_64bit: trans nuking bitmaps 64bit,meta_csum: ok\nPASS: j_short_trans_old_csum: trans nuking bitmaps v1 journal csum: ok\nPASS: j_short_trans_open_recover: don't recover open journal: ok\nPASS: j_short_trans_recover: transaction nuking the bitmaps (debugfs recovery): ok\nPASS: j_short_trans_recover_mcsum_64bit: uncommitted trans nuking bmap 64bit,mcsum: ok\nPASS: j_short_uncommitted_trans: uncommitted transaction nuking bitmaps: ok\nPASS: j_short_uncommitted_trans_mcsum_64bit: uncommitted trans nuking bmap 64b,mcsum: ok\nPASS: m_64bit_flexbg: mkfs with 64bit and flex_bg: ok\nSKIP: m_assume_storage_prezeroed: : skipped (no loop devices)\nPASS: m_bigjournal: journal over 4GB in size: ok\nPASS: m_dasd_bs: 2048 byte sector devices: ok\nPASS: m_desc_size_128: enable 128-byte group descriptor on mkfs: ok\nPASS: m_devdir: create fs image from /dev: ok\nPASS: m_error_behavior: mke2fs with error behavior: ok\nPASS: m_extent_journal: extent-mapped journal: ok\nPASS: m_hugefile: create a hugefile fs with a single huge file: ok\nPASS: m_hugefile_slack: mke2fs create hugefile fs with slack: ok\nPASS: m_image_mmp: create image for partition with enabled mmp and execute fsck on image: ok\nPASS: m_large_file: largefile fs type: ok\nPASS: m_mcsum_extjournal: create external journal with sb checksum (metadata_csum): ok\nPASS: m_meta_bg: meta blockgroup feature: ok\nPASS: m_minrootdir: create fs image from dir, then minimize it: ok\nPASS: m_mkfs_overhead: test bg overhead calculation: ok\nPASS: m_mmp: enable MMP during mke2fs: ok\nPASS: m_mmp_bad_csum: mmp with bad csum (metadata_csum): ok\nPASS: m_mmp_bad_magic: mmp with bad magic (metadata_csum): ok\nPASS: m_no_opt: no filesystem extensions: ok\nPASS: m_offset: mke2fs with offset option (-E offset=N): ok\nPASS: m_quota: enable quota feature on mkfs: ok\nPASS: m_raid_opt: raid options: ok\nPASS: m_resize_inode_meta_bg: resize_inode and meta_bg enabled: ok\nPASS: m_root_owner: root directory owner: ok\nPASS: m_root_perms: root directory permissions: ok\nPASS: m_rootdir: create fs image from dir: ok\nSKIP: m_rootdir_acl: create fs image from dir using inline_data and acls: skipped (no setfacl)\nSKIP: m_rootgnutar: create fs image from GNU tarball: skipped (no libarchive)\nSKIP: m_rootpaxtar: skipped (no libarchive)\nSKIP: m_roottar: skipped (no libarchive)\nPASS: m_std: standard filesystem options: ok\nPASS: m_uninit: uninitialized group feature: ok\nPASS: r_1024_small_bg: ext2 1024 blocksize with small block groups: ok\nPASS: r_32to64bit: convert flex_bg 32bit fs to 64bit fs: ok\nPASS: r_32to64bit_expand_full: convert+expand full fs to 64bit: ok\nPASS: r_32to64bit_meta: convert meta_bg 32bit fs to 64bit fs: ok\nPASS: r_32to64bit_move_itable: convert 32 to 64bit w/ itable move: ok\nSKIP: r_64bit_big_expand: : skipped (slow test)\nPASS: r_64to32bit: convert flex_bg 64bit fs to 32bit fs: ok\nPASS: r_64to32bit_meta: convert meta_bg 64bit fs to 32bit fs: ok\nPASS: r_bigalloc_big_expand: ext4 with bigalloc: ok\nPASS: r_corrupt_fs: resize2fs -P of a corrupted file system: ok\nPASS: r_expand_full: expand a totally full filesystem: ok\nSKIP: r_ext4_big_expand: : skipped (slow test)\nPASS: r_ext4_small_bg: ext4 1024 blocksize with small block groups: ok\nPASS: r_fixup_lastbg: fix up last bg when expanding within the last bg: ok\nPASS: r_fixup_lastbg_big: fix up last bg when expanding beyond the last bg: ok\nPASS: r_inline_xattr: shrinking filesystem with in-inode extended attributes: ok\nPASS: r_meta_bg_shrink: meta_bg shrink: ok\nPASS: r_min_itable: resize2fs -M with inode table in middle of last block group: ok\nPASS: r_move_inode_int_extent: move inode and its interior extent tree block: ok\nPASS: r_move_itable: filesystem resize which requires moving the inode table: ok\nPASS: r_move_itable_nostride: resize with flex_bg and stride value set: ok\nPASS: r_move_itable_realloc: don't allocate inode table from in-use blocks: ok\nPASS: r_resize_inode: filesystem resize with a resize_inode present: ok\nPASS: t_change_uuid: change uuid on a pre-metadata-csum: ok\nPASS: t_change_uuid_mcsum: change uuid on a metadata-csum: ok\nPASS: t_change_uuid_mcsum_mounted: change uuid on a metadata-csum: ok\nPASS: t_change_uuid_mcsum_seed_mounted: change meta-csum uuid with mcsum-seed: ok\nPASS: t_change_uuid_mounted: change uuid on a mounted pre-metadata-csum: ok\nPASS: t_dangerous: dangerous tune2fs operation prompts: ok\nPASS: t_disable_changed_csum_seed: tune2fs disable csum seed after uuid change: ok\nPASS: t_disable_changed_csum_seed_mounted: mounted tune2fs disable csum+uuid: ok\nPASS: t_disable_csum_seed: disable csum seed via tune2fs: ok\nPASS: t_disable_mcsum: disable metadata_csum: ok\nPASS: t_disable_mcsum_noinitbg: disable metadata_csum and uninit_bg: ok\nPASS: t_disable_mcsum_yesinitbg: disable metadata_csum and enable uninit_bg: ok\nPASS: t_disable_meta_csum_and_seed: disable csum seed and csums via tune2fs: ok\nPASS: t_enable_csum_seed: enable csum seed via tune2fs: ok\nPASS: t_enable_mcsum: enable metadata_csum: ok\nPASS: t_enable_mcsum_ext3: enable metadata_csum on ext3 fs: ok\nPASS: t_enable_mcsum_initbg: enable metadata_csum when ^uninit_bg: ok\nPASS: t_ext_jnl_fail: tune2fs fail external journal: ok\nPASS: t_ext_jnl_rm: remove missing external journal device: ok\nPASS: t_format_csum_seed: format with csum_seed: ok\nPASS: t_iexpand_full: expand inodes on a totally full filesystem: ok\nPASS: t_iexpand_mcsum: expand inodes and turn on metadata_csum: ok\nPASS: t_mmp_1on: enable MMP using tune2fs: ok\nPASS: t_mmp_2off: disable MMP using tune2fs: ok\nSKIP: t_mmp_fail: error running tune2fs with MMP: skipped (slow test)\nPASS: t_project_1on: enable project using tune2fs -O option: ok\nPASS: t_project_2off: disable project using tune2fs: ok\nPASS: t_project_3on: enable project using tune2fs -Q option: ok\nPASS: t_project_4off: disable project using tune2fs -Q option: ok\nPASS: t_quota_1on: enable quota using tune2fs: ok\nPASS: t_quota_2off: disable quota using tune2fs: ok\nPASS: t_quota_add: add several quota types using tune2fs and check computed usage: ok\nPASS: t_replay_and_set: recover journal and clear features: ok\nSKIP: t_uninit_bg_rm: remove uninit_bg: skipped for Linux\nPASS: t_write_subdirectory: debugfs write creates file in subdirectory: ok\nPASS: u_bounce_io: bounce I/O in unix_io: ok\nPASS: u_compound_bad_rollback: e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z: ok\nPASS: u_compound_rollback: e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z: ok\nPASS: u_corrupt_blk_csum: corrupt e2undo block data: ok\nPASS: u_corrupt_blk_csum_force: force replay of corrupt e2undo block data: ok\nPASS: u_corrupt_hdr_csum: corrupt e2undo header: ok\nPASS: u_corrupt_key_csum: corrupt e2undo key data: ok\nPASS: u_debugfs_opt: e2undo with debugfs -z: ok\nSKIP: u_direct_io: direct I/O in unix_io: skipped (no loop devices)\nPASS: u_dryrun: e2undo dry run: ok\nPASS: u_e2fsck_opt: e2undo with e2fsck -z: ok\nPASS: u_errorout: e2undo a failed command: ok\nPASS: u_force: e2undo force: ok\nPASS: u_force_dryrun: force dry-run replay of corrupt e2undo block data: ok\nPASS: u_incomplete: e2undo with incomplete undo file: ok\nPASS: u_mke2fs: e2undo with mke2fs: ok\nPASS: u_mke2fs_opt: e2undo with mke2fs -z: ok\nPASS: u_mke2fs_opt_oddsize: e2undo with mke2fs -z and non-32k-aligned bdev size: ok\nPASS: u_mke2fs_opt_offset: e2undo and mke2fs with offset option: ok\nPASS: u_not_undo: e2undo a non-undo file: ok\nPASS: u_offset: e2undo with the offset option (-o offset): ok\nPASS: u_onefile_bad: check that we cant append a bad undo file: ok\nPASS: u_resize2fs_opt: e2undo with resize2fs -z: ok\nPASS: u_revert_64bitmcsum_onefile: convert fs to 64bit,mcsum and revert undo file: ok\nPASS: u_revert_all_onefile: convert 64bit,mcsum and revert undo file: ok\nPASS: u_revert_upgrade_to_64bitmcsum: convert 64bit,mcsum and revert both: ok\nPASS: u_tune2fs: e2undo with tune2fs: ok\nPASS: u_tune2fs_opt: e2undo with tune2fs -z: ok\nPASS: u_undo_undo: undo e2undo: ok\nPASS: u_wrong_fs: e2undo on the wrong fs: ok\n385 tests succeeded\t0 tests failed\n+ rm -rf '/var/volatile/tmp/*e2fsprogs*'\n+ rm -f 'tmp-*'\n+ rm -f f_expand.1.tmp test_data.tmp\n+ rm -f d_bad_ostype.ok d_corrupt_journal_nr_users.ok d_dumpe2fs_group_only.ok d_fallocate.ok d_fallocate_bigalloc.ok d_fallocate_blkmap.ok d_inline_dump.ok d_loaddump.ok d_punch.ok d_punch_bigalloc.ok d_special_files.ok d_xattr_edits.ok d_xattr_sorting.ok e_icount_normal.ok e_icount_opt.ok f_16384_block.ok f_8192_block.ok f_bad_bbitmap.ok f_bad_bmap_csum.ok f_bad_disconnected_inode.ok f_bad_encryption.ok f_bad_fname.ok f_bad_gdt_csum.ok f_bad_ibitmap.ok f_bad_inode_csum.ok f_bad_local_jnl.ok f_badbblocks.ok f_badcluster.ok f_baddir.ok f_baddir2.ok f_baddotdir.ok f_badinode.ok f_badjour_encrypted.ok f_badjour_indblks.ok f_badjourblks.ok f_badorphan.ok f_badprimary.ok f_badroot.ok f_badsymlinks.ok f_badsymlinks2.ok f_badtable.ok f_bb_in_bb.ok f_bbfile.ok f_bbinode.ok f_big_sparse.ok f_bigalloc_badinode.ok f_bigalloc_orphan_list.ok f_bigalloc_symlink_with_xattr.ok f_bitmaps.ok f_boundscheck.ok f_clear_xattr.ok f_cloneblock_alloc_error.ok f_collapse_extent_tree.ok f_compress_extent_tree_level.ok f_convert_bmap.ok f_convert_bmap_and_extent.ok f_convert_bmap_sparse.ok f_corrupt_dirent_tail.ok f_crashdisk.ok f_create_symlinks.ok f_del_dup_quota.ok f_deleted_inode_bad_csum.ok f_desc_size_128.ok f_desc_size_bad.ok f_desc_size_zero.ok f_detect_xfs.ok f_dir_bad_csum.ok f_dir_bad_mode.ok f_dirlink.ok f_dup.ok f_dup2.ok f_dup3.ok f_dup4.ok f_dup_ba.ok f_dup_de.ok f_dup_de2.ok f_dup_de_crypt.ok f_dup_resize.ok f_dupdot.ok f_dupfsblks.ok f_dupsuper.ok f_ea_bad_csum.ok f_ea_checks.ok f_ea_inode.ok f_ea_inode_dir_ref.ok f_ea_inode_disconnected.ok f_ea_inode_no_feature.ok f_ea_inode_self_ref.ok f_ea_inode_spurious_flag_dir.ok f_ea_signed_hash.ok f_ea_unsigned_hash.ok f_ea_value_crash.ok f_emptydir.ok f_encrypted_lpf.ok f_end-bitmap.ok f_eofblocks.ok f_expand.ok f_expandroot_create_lnf.ok f_ext_journal.ok f_ext_zero_len.ok f_extent_bad_node.ok f_extent_htree.ok f_extent_int_bad_csum.ok f_extent_int_bad_extent.ok f_extent_int_bad_magic.ok f_extent_interior_start_lblk.ok f_extent_leaf_bad_csum.ok f_extent_leaf_bad_extent.ok f_extent_leaf_bad_magic.ok f_extent_oobounds.ok f_extent_too_deep.ok f_extents.ok f_extents2.ok f_extra_journal.ok f_fast_symlink_extents.ok f_file_acl_high.ok f_filetype.ok f_first_meta_bg_too_big.ok f_full_bg.ok f_h_badnode.ok f_h_badroot.ok f_h_normal.ok f_h_reindex.ok f_h_unsigned.ok f_holedir.ok f_holedir2.ok f_holedir3.ok f_holedir4.ok f_htree_bad_csum.ok f_htree_leaf_csum.ok f_hugedir_blocks.ok f_hurd.ok f_idata_and_extents.ok f_illbbitmap.ok f_illibitmap.ok f_illitable.ok f_illitable_flexbg.ok f_imagic.ok f_imagic_fs.ok f_ind_inode_collision.ok f_inlinedata_dirblocks.ok f_inlinedata_flags.ok f_inlinedata_repair.ok f_inlinedir_bad_symlink.ok f_inlinedir_detector.ok f_inode_ea_collision.ok f_invalid_bad_inode.ok f_invalid_extent_symlink.ok f_itable_collision.ok f_jnl_32bit.ok f_jnl_64bit.ok f_jnl_errno.ok f_jnl_etb_alloc_fail.ok f_journal.ok f_lotsbad.ok f_lpf.ok f_lpf2.ok f_lpffile.ok f_many_subdirs.ok f_messy_inode.ok f_miss_blk_bmap.ok f_miss_journal.ok f_misstable.ok f_mke2fs2b.ok f_mke2fs_baddisk.ok f_no.ok f_no_cache_corrupt_inode.ok f_noroot.ok f_nospc_create_lnf.ok f_okgroup.ok f_opt_extent.ok f_opt_extent_ext3.ok f_orphan.ok f_orphan_dotdot_ft.ok f_orphan_extents_inode.ok f_orphan_indirect_inode.ok f_orphquot.ok f_overfsblks.ok f_pre_1970_date_encoding.ok f_preen.ok f_preen_htree_csum.ok f_quota.ok f_quota_deallocate_inode.ok f_quota_extent_opt.ok f_quota_invalid_inum.ok f_quota_shrinkdir.ok f_readonly_fsck.ok f_rebuild_csum_rootdir.ok f_recnect_bad.ok f_reconnect.ok f_rehash_dir.ok f_resize_inode.ok f_resize_inode_meta_bg.ok f_salvage_dir.ok f_sb_extra_isize.ok f_selinux.ok f_shared_blocks_ok.ok f_short_encrypted_dirent.ok f_special_ea.ok f_summary_counts.ok f_super_bad_csum.ok f_toobig_extent_dir.ok f_trunc_dirent_header.ok f_uninit_bad_free_inodes.ok f_uninit_blk_used_not_set.ok f_uninit_cat.ok f_uninit_checksum_bad.ok f_uninit_dir.ok f_uninit_disable.ok f_uninit_enable.ok f_uninit_ext_past_eof.ok f_uninit_ext_past_eof2.ok f_uninit_inode_past_unused.ok f_uninit_last_uninit.ok f_uninit_restart_fsck.ok f_uninit_set_inode_not_set.ok f_unshare_blocks_no_space.ok f_unshare_blocks_ok.ok f_unsorted_EAs.ok f_unused_itable.ok f_valid_ea_in_inode.ok f_verity.ok f_write_ea_no_extra_isize.ok f_write_ea_toobig_extra_isize.ok f_write_ea_toosmall_extra_isize.ok f_yes.ok f_yesall.ok f_yesthenall.ok f_yesthenno.ok f_zero_group.ok f_zero_inode_size.ok f_zero_super.ok f_zero_xattr.ok f_zeroed_ext_header.ok i_bad_csum.ok i_bitmaps.ok i_qcow.ok i_zero_super.ok j_corrupt_commit_csum.ok j_corrupt_commit_tid.ok j_corrupt_descr_csum.ok j_corrupt_descr_tid.ok j_corrupt_ext_jnl_sb_block.ok j_corrupt_ext_jnl_sb_csum.ok j_corrupt_journal_block.ok j_corrupt_revoke_block.ok j_corrupt_revoke_csum.ok j_corrupt_revoke_rcount.ok j_corrupt_sb_csum.ok j_corrupt_sb_magic.ok j_ext_dumpe2fs.ok j_ext_long_revoke_trans.ok j_ext_long_trans.ok j_long_revoke_trans.ok j_long_revoke_trans_mcsum_32bit.ok j_long_revoke_trans_mcsum_64bit.ok j_long_trans.ok j_long_trans_mcsum_32bit.ok j_long_trans_mcsum_64bit.ok j_recover_csum2_32bit.ok j_recover_csum2_64bit.ok j_recover_csum3_64bit.ok j_recover_fast_commit.ok j_short_revoke_trans.ok j_short_revoke_trans_mcsum_64bit.ok j_short_trans.ok j_short_trans_64bit.ok j_short_trans_mcsum_64bit.ok j_short_trans_old_csum.ok j_short_trans_open_recover.ok j_short_trans_recover.ok j_short_trans_recover_mcsum_64bit.ok j_short_uncommitted_trans.ok j_short_uncommitted_trans_mcsum_64bit.ok m_64bit_flexbg.ok m_bigjournal.ok m_dasd_bs.ok m_desc_size_128.ok m_devdir.ok m_error_behavior.ok m_extent_journal.ok m_hugefile.ok m_hugefile_slack.ok m_image_mmp.ok m_large_file.ok m_mcsum_extjournal.ok m_meta_bg.ok m_minrootdir.ok m_mkfs_overhead.ok m_mmp.ok m_mmp_bad_csum.ok m_mmp_bad_magic.ok m_no_opt.ok m_offset.ok m_quota.ok m_raid_opt.ok m_resize_inode_meta_bg.ok m_root_owner.ok m_root_perms.ok m_rootdir.ok m_std.ok m_uninit.ok r_1024_small_bg.ok r_32to64bit.ok r_32to64bit_expand_full.ok r_32to64bit_meta.ok r_32to64bit_move_itable.ok r_64to32bit.ok r_64to32bit_meta.ok r_bigalloc_big_expand.ok r_corrupt_fs.ok r_expand_full.ok r_ext4_small_bg.ok r_fixup_lastbg.ok r_fixup_lastbg_big.ok r_inline_xattr.ok r_meta_bg_shrink.ok r_min_itable.ok r_move_inode_int_extent.ok r_move_itable.ok r_move_itable_nostride.ok r_move_itable_realloc.ok r_resize_inode.ok t_change_uuid.ok t_change_uuid_mcsum.ok t_change_uuid_mcsum_mounted.ok t_change_uuid_mcsum_seed_mounted.ok t_change_uuid_mounted.ok t_dangerous.ok t_disable_changed_csum_seed.ok t_disable_changed_csum_seed_mounted.ok t_disable_csum_seed.ok t_disable_mcsum.ok t_disable_mcsum_noinitbg.ok t_disable_mcsum_yesinitbg.ok t_disable_meta_csum_and_seed.ok t_enable_csum_seed.ok t_enable_mcsum.ok t_enable_mcsum_ext3.ok t_enable_mcsum_initbg.ok t_ext_jnl_fail.ok t_ext_jnl_rm.ok t_format_csum_seed.ok t_iexpand_full.ok t_iexpand_mcsum.ok t_mmp_1on.ok t_mmp_2off.ok t_project_1on.ok t_project_2off.ok t_project_3on.ok t_project_4off.ok t_quota_1on.ok t_quota_2off.ok t_quota_add.ok t_replay_and_set.ok t_write_subdirectory.ok u_bounce_io.ok u_compound_bad_rollback.ok u_compound_rollback.ok u_corrupt_blk_csum.ok u_corrupt_blk_csum_force.ok u_corrupt_hdr_csum.ok u_corrupt_key_csum.ok u_debugfs_opt.ok u_dryrun.ok u_e2fsck_opt.ok u_errorout.ok u_force.ok u_force_dryrun.ok u_incomplete.ok u_mke2fs.ok u_mke2fs_opt.ok u_mke2fs_opt_oddsize.ok u_mke2fs_opt_offset.ok u_not_undo.ok u_offset.ok u_onefile_bad.ok u_resize2fs_opt.ok u_revert_64bitmcsum_onefile.ok u_revert_all_onefile.ok u_revert_upgrade_to_64bitmcsum.ok u_tune2fs.ok u_tune2fs_opt.ok u_undo_undo.ok u_wrong_fs.ok\n+ rm -f '*.failed'\n+ rm -f d_bad_ostype.log d_corrupt_journal_nr_users.log d_dumpe2fs_group_only.log d_fallocate.log d_fallocate_bigalloc.log d_fallocate_blkmap.log d_inline_dump.log d_loaddump.log d_punch.log d_punch_bigalloc.log d_special_files.log d_xattr_edits.log d_xattr_sorting.log e_icount_normal.log e_icount_opt.log f_16384_block.1.log f_16384_block.2.log f_8192_block.1.log f_8192_block.2.log f_bad_bbitmap.1.log f_bad_bbitmap.2.log f_bad_bmap_csum.1.log f_bad_bmap_csum.2.log f_bad_disconnected_inode.1.log f_bad_disconnected_inode.2.log f_bad_encryption.1.log f_bad_encryption.2.log f_bad_fname.1.log f_bad_fname.2.log f_bad_gdt_csum.1.log f_bad_gdt_csum.2.log f_bad_ibitmap.1.log f_bad_ibitmap.2.log f_bad_inode_csum.1.log f_bad_inode_csum.2.log f_bad_local_jnl.1.log f_bad_local_jnl.2.log f_badbblocks.1.log f_badbblocks.2.log f_badcluster.log f_baddir.1.log f_baddir.2.log f_baddir2.1.log f_baddir2.2.log f_baddotdir.1.log f_baddotdir.2.log f_badinode.1.log f_badinode.2.log f_badjour_encrypted.1.log f_badjour_encrypted.2.log f_badjour_indblks.1.log f_badjour_indblks.2.log f_badjourblks.1.log f_badjourblks.2.log f_badorphan.1.log f_badorphan.2.log f_badprimary.1.log f_badprimary.2.log f_badroot.1.log f_badroot.2.log f_badsymlinks.1.log f_badsymlinks.2.log f_badsymlinks2.1.log f_badsymlinks2.2.log f_badtable.1.log f_badtable.2.log f_bb_in_bb.1.log f_bb_in_bb.2.log f_bbfile.1.log f_bbfile.2.log f_bbinode.1.log f_bbinode.2.log f_big_sparse.1.log f_big_sparse.2.log f_bigalloc_badinode.1.log f_bigalloc_badinode.2.log f_bigalloc_orphan_list.1.log f_bigalloc_orphan_list.2.log f_bigalloc_symlink_with_xattr.1.log f_bitmaps.1.log f_bitmaps.2.log f_boundscheck.1.log f_boundscheck.2.log f_clear_xattr.1.log f_clear_xattr.2.log f_cloneblock_alloc_error.1.log f_cloneblock_alloc_error.2.log f_collapse_extent_tree.1.log f_collapse_extent_tree.2.log f_compress_extent_tree_level.1.log f_compress_extent_tree_level.2.log f_convert_bmap.1.log f_convert_bmap.2.log f_convert_bmap_and_extent.1.log f_convert_bmap_and_extent.2.log f_convert_bmap_sparse.1.log f_convert_bmap_sparse.2.log f_corrupt_dirent_tail.1.log f_corrupt_dirent_tail.2.log f_crashdisk.1.log f_create_symlinks.log f_del_dup_quota.1.log f_del_dup_quota.2.log f_deleted_inode_bad_csum.1.log f_deleted_inode_bad_csum.2.log f_desc_size_128.1.log f_desc_size_128.2.log f_desc_size_bad.1.log f_desc_size_bad.2.log f_desc_size_bad.log f_desc_size_zero.1.log f_detect_xfs.log f_dir_bad_csum.1.log f_dir_bad_csum.2.log f_dir_bad_mode.1.log f_dir_bad_mode.2.log f_dirlink.1.log f_dirlink.2.log f_dup.1.log f_dup.2.log f_dup2.1.log f_dup2.2.log f_dup3.1.log f_dup3.2.log f_dup4.1.log f_dup4.2.log f_dup_ba.1.log f_dup_ba.2.log f_dup_de.1.log f_dup_de.2.log f_dup_de2.1.log f_dup_de2.2.log f_dup_de_crypt.1.log f_dup_de_crypt.2.log f_dup_resize.1.log f_dup_resize.2.log f_dupdot.1.log f_dupdot.2.log f_dupfsblks.1.log f_dupfsblks.2.log f_dupsuper.1.log f_dupsuper.2.log f_ea_bad_csum.1.log f_ea_bad_csum.2.log f_ea_checks.1.log f_ea_checks.2.log f_ea_inode.1.log f_ea_inode.2.log f_ea_inode_dir_ref.1.log f_ea_inode_dir_ref.2.log f_ea_inode_disconnected.1.log f_ea_inode_disconnected.2.log f_ea_inode_no_feature.1.log f_ea_inode_no_feature.2.log f_ea_inode_self_ref.1.log f_ea_inode_self_ref.2.log f_ea_inode_spurious_flag_dir.1.log f_ea_inode_spurious_flag_dir.2.log f_ea_signed_hash.1.log f_ea_unsigned_hash.1.log f_ea_value_crash.1.log f_ea_value_crash.2.log f_emptydir.1.log f_emptydir.2.log f_encrypted_lpf.1.log f_encrypted_lpf.2.log f_end-bitmap.1.log f_end-bitmap.2.log f_eofblocks.1.log f_eofblocks.2.log f_expand.1.log f_expand.2.log f_expandroot_create_lnf.1.log f_expandroot_create_lnf.2.log f_ext_journal.1.log f_ext_journal.2.log f_ext_zero_len.1.log f_ext_zero_len.2.log f_extent_bad_node.1.log f_extent_bad_node.2.log f_extent_htree.1.log f_extent_htree.2.log f_extent_htree.log f_extent_htree.pre.1.log f_extent_htree.pre.2.log f_extent_int_bad_csum.1.log f_extent_int_bad_csum.2.log f_extent_int_bad_extent.1.log f_extent_int_bad_extent.2.log f_extent_int_bad_magic.1.log f_extent_int_bad_magic.2.log f_extent_interior_start_lblk.1.log f_extent_interior_start_lblk.2.log f_extent_leaf_bad_csum.1.log f_extent_leaf_bad_csum.2.log f_extent_leaf_bad_extent.1.log f_extent_leaf_bad_extent.2.log f_extent_leaf_bad_magic.1.log f_extent_leaf_bad_magic.2.log f_extent_oobounds.1.log f_extent_oobounds.2.log f_extent_too_deep.1.log f_extent_too_deep.2.log f_extents.1.log f_extents.2.log f_extents2.1.log f_extents2.2.log f_extra_journal.1.log f_extra_journal.2.log f_fast_symlink_extents.1.log f_fast_symlink_extents.2.log f_file_acl_high.1.log f_file_acl_high.2.log f_filetype.1.log f_filetype.2.log f_first_meta_bg_too_big.1.log f_first_meta_bg_too_big.2.log f_full_bg.1.log f_full_bg.2.log f_h_badnode.1.log f_h_badnode.2.log f_h_badroot.1.log f_h_badroot.2.log f_h_normal.1.log f_h_normal.2.log f_h_reindex.1.log f_h_reindex.2.log f_h_unsigned.1.log f_h_unsigned.2.log f_holedir.1.log f_holedir.2.log f_holedir2.1.log f_holedir2.2.log f_holedir3.1.log f_holedir3.2.log f_holedir4.1.log f_holedir4.2.log f_htree_bad_csum.1.log f_htree_bad_csum.2.log f_htree_leaf_csum.1.log f_htree_leaf_csum.2.log f_hugedir_blocks.1.log f_hugedir_blocks.2.log f_hurd.1.log f_hurd.2.log f_idata_and_extents.1.log f_idata_and_extents.2.log f_illbbitmap.1.log f_illbbitmap.2.log f_illibitmap.1.log f_illibitmap.2.log f_illitable.1.log f_illitable.2.log f_illitable_flexbg.1.log f_illitable_flexbg.2.log f_imagic.1.log f_imagic.2.log f_imagic_fs.1.log f_imagic_fs.2.log f_ind_inode_collision.1.log f_ind_inode_collision.2.log f_inlinedata_dirblocks.1.log f_inlinedata_dirblocks.2.log f_inlinedata_flags.1.log f_inlinedata_flags.2.log f_inlinedata_repair.1.log f_inlinedata_repair.2.log f_inlinedir_bad_symlink.1.log f_inlinedir_bad_symlink.2.log f_inlinedir_detector.1.log f_inlinedir_detector.2.log f_inode_ea_collision.1.log f_inode_ea_collision.2.log f_invalid_bad_inode.1.log f_invalid_bad_inode.2.log f_invalid_extent_symlink.1.log f_invalid_extent_symlink.2.log f_itable_collision.1.log f_itable_collision.2.log f_jnl_32bit.0.log f_jnl_32bit.1.log f_jnl_32bit.2.log f_jnl_64bit.0.log f_jnl_64bit.1.log f_jnl_64bit.2.log f_jnl_errno.0.log f_jnl_errno.1.log f_jnl_errno.2.log f_jnl_etb_alloc_fail.1.log f_jnl_etb_alloc_fail.2.log f_journal.1.log f_journal.2.log f_lotsbad.1.log f_lotsbad.2.log f_lpf.1.log f_lpf.2.log f_lpf2.1.log f_lpf2.2.log f_lpffile.1.log f_lpffile.2.log f_many_subdirs.1.log f_many_subdirs.2.log f_messy_inode.1.log f_messy_inode.2.log f_miss_blk_bmap.1.log f_miss_blk_bmap.2.log f_miss_journal.1.log f_miss_journal.2.log f_misstable.1.log f_misstable.2.log f_mke2fs2b.1.log f_mke2fs2b.2.log f_mke2fs_baddisk.log f_no.log f_no_cache_corrupt_inode.1.log f_no_cache_corrupt_inode.2.log f_noroot.1.log f_noroot.2.log f_nospc_create_lnf.1.log f_nospc_create_lnf.2.log f_okgroup.1.log f_okgroup.2.log f_opt_extent.log f_opt_extent_ext3.log f_orphan.1.log f_orphan.2.log f_orphan_dotdot_ft.1.log f_orphan_dotdot_ft.2.log f_orphan_extents_inode.1.log f_orphan_extents_inode.2.log f_orphan_indirect_inode.1.log f_orphan_indirect_inode.2.log f_orphquot.log f_overfsblks.1.log f_overfsblks.2.log f_pre_1970_date_encoding.log f_pre_1970_date_encoding.timestamps.log f_preen.1.log f_preen.2.log f_preen_htree_csum.1.log f_preen_htree_csum.2.log f_quota.0.log f_quota.1.log f_quota.2.log f_quota_deallocate_inode.1.log f_quota_deallocate_inode.2.log f_quota_extent_opt.1.log f_quota_extent_opt.2.log f_quota_invalid_inum.1.log f_quota_invalid_inum.2.log f_quota_shrinkdir.1.log f_quota_shrinkdir.2.log f_readonly_fsck.log f_rebuild_csum_rootdir.1.log f_rebuild_csum_rootdir.2.log f_recnect_bad.1.log f_recnect_bad.2.log f_reconnect.1.log f_reconnect.2.log f_rehash_dir.1.log f_rehash_dir.2.log f_resize_inode.log f_resize_inode_meta_bg.1.log f_resize_inode_meta_bg.2.log f_salvage_dir.1.log f_salvage_dir.2.log f_sb_extra_isize.1.log f_sb_extra_isize.2.log f_selinux.1.log f_selinux.2.log f_shared_blocks_ok.1.log f_shared_blocks_ok.2.log f_short_encrypted_dirent.1.log f_short_encrypted_dirent.2.log f_special_ea.1.log f_summary_counts.1.log f_summary_counts.2.log f_super_bad_csum.1.log f_super_bad_csum.2.log f_toobig_extent_dir.1.log f_toobig_extent_dir.2.log f_trunc_dirent_header.1.log f_trunc_dirent_header.2.log f_uninit_bad_free_inodes.1.log f_uninit_bad_free_inodes.2.log f_uninit_blk_used_not_set.1.log f_uninit_blk_used_not_set.2.log f_uninit_cat.log f_uninit_checksum_bad.1.log f_uninit_checksum_bad.2.log f_uninit_dir.1.log f_uninit_dir.2.log f_uninit_disable.1.log f_uninit_disable.2.log f_uninit_enable.1.log f_uninit_enable.2.log f_uninit_ext_past_eof.1.log f_uninit_ext_past_eof.2.log f_uninit_ext_past_eof2.1.log f_uninit_ext_past_eof2.2.log f_uninit_inode_past_unused.1.log f_uninit_inode_past_unused.2.log f_uninit_last_uninit.1.log f_uninit_last_uninit.2.log f_uninit_restart_fsck.1.log f_uninit_restart_fsck.2.log f_uninit_set_inode_not_set.1.log f_uninit_set_inode_not_set.2.log f_unshare_blocks_no_space.1.log f_unshare_blocks_no_space.2.log f_unshare_blocks_ok.1.log f_unshare_blocks_ok.2.log f_unsorted_EAs.1.log f_unsorted_EAs.2.log f_unused_itable.1.log f_unused_itable.2.log f_valid_ea_in_inode.1.log f_verity.1.log f_write_ea_no_extra_isize.1.log f_write_ea_no_extra_isize.2.log f_write_ea_toobig_extra_isize.1.log f_write_ea_toobig_extra_isize.2.log f_write_ea_toosmall_extra_isize.1.log f_write_ea_toosmall_extra_isize.2.log f_yes.log f_yesall.log f_yesthenall.log f_yesthenno.log f_zero_group.1.log f_zero_group.2.log f_zero_inode_size.1.log f_zero_inode_size.2.log f_zero_super.1.log f_zero_super.2.log f_zero_xattr.1.log f_zeroed_ext_header.1.log f_zeroed_ext_header.2.log i_bitmaps.log i_qcow.log i_zero_super.1.log j_corrupt_commit_csum.log j_corrupt_commit_tid.log j_corrupt_descr_csum.log j_corrupt_descr_tid.log j_corrupt_ext_jnl_sb_block.log j_corrupt_ext_jnl_sb_csum.log j_corrupt_journal_block.log j_corrupt_revoke_block.log j_corrupt_revoke_csum.log j_corrupt_revoke_rcount.1.log j_corrupt_revoke_rcount.2.log j_corrupt_sb_csum.log j_corrupt_sb_magic.log j_ext_dumpe2fs.log j_ext_long_revoke_trans.log j_ext_long_trans.log j_long_revoke_trans.log j_long_revoke_trans_mcsum_32bit.log j_long_revoke_trans_mcsum_64bit.log j_long_trans.log j_long_trans_mcsum_32bit.log j_long_trans_mcsum_64bit.log j_recover_csum2_32bit.1.log j_recover_csum2_32bit.2.log j_recover_csum2_64bit.1.log j_recover_csum2_64bit.2.log j_recover_csum3_64bit.1.log j_recover_csum3_64bit.2.log j_recover_fast_commit.log j_short_revoke_trans.log j_short_revoke_trans_mcsum_64bit.log j_short_trans.log j_short_trans_64bit.log j_short_trans_mcsum_64bit.log j_short_trans_old_csum.log j_short_trans_open_recover.log j_short_trans_recover.log j_short_trans_recover_mcsum_64bit.log j_short_uncommitted_trans.log j_short_uncommitted_trans_mcsum_64bit.log m_64bit_flexbg.1.log m_assume_storage_prezeroed.log m_bigjournal.1.log m_dasd_bs.1.log m_desc_size_128.1.log m_devdir.log m_error_behavior.log m_extent_journal.1.log m_hugefile.log m_hugefile_slack.log m_image_mmp.1.log m_image_mmp.log m_large_file.1.log m_mcsum_extjournal.log m_meta_bg.1.log m_minrootdir.log m_mkfs_overhead.log m_mmp.1.log m_mmp_bad_csum.log m_mmp_bad_magic.log m_no_opt.1.log m_offset.log m_quota.1.log m_raid_opt.1.log m_resize_inode_meta_bg.1.log m_root_owner.1.log m_root_perms.1.log m_rootdir.log m_std.1.log m_uninit.1.log r_1024_small_bg.log r_32to64bit.log r_32to64bit_expand_full.log r_32to64bit_meta.log r_32to64bit_move_itable.log r_64to32bit.log r_64to32bit_meta.log r_bigalloc_big_expand.log r_corrupt_fs.log r_expand_full.log r_ext4_small_bg.log r_fixup_lastbg.log r_fixup_lastbg_big.log r_inline_xattr.log r_meta_bg_shrink.log r_min_itable.log r_move_inode_int_extent.log r_move_itable.log r_move_itable_nostride.log r_move_itable_realloc.log r_resize_inode.log t_change_uuid.log t_change_uuid_mcsum.log t_change_uuid_mcsum_mounted.log t_change_uuid_mcsum_seed_mounted.log t_change_uuid_mounted.log t_dangerous.log t_disable_changed_csum_seed.log t_disable_changed_csum_seed_mounted.log t_disable_csum_seed.log t_disable_mcsum.log t_disable_mcsum_noinitbg.log t_disable_mcsum_yesinitbg.log t_disable_meta_csum_and_seed.log t_enable_csum_seed.log t_enable_mcsum.log t_enable_mcsum_ext3.log t_enable_mcsum_initbg.log t_ext_jnl_fail.log t_format_csum_seed.log t_iexpand_full.log t_iexpand_mcsum.log t_mmp_1on.log t_mmp_2off.log t_project_1on.log t_project_2off.log t_project_3on.log t_project_4off.log t_quota_1on.log t_quota_2off.log t_quota_add.log t_replay_and_set.log t_write_subdirectory.log u_bounce_io.1.log u_compound_bad_rollback.log u_compound_rollback.log u_corrupt_blk_csum.log u_corrupt_blk_csum_force.log u_corrupt_hdr_csum.log u_corrupt_key_csum.log u_debugfs_opt.log u_dryrun.log u_e2fsck_opt.log u_errorout.log u_force.log u_force_dryrun.log u_incomplete.log u_mke2fs.log u_mke2fs_opt.log u_mke2fs_opt_oddsize.log u_mke2fs_opt_offset.log u_not_undo.log u_offset.log u_onefile_bad.log u_resize2fs_opt.log u_revert_64bitmcsum_onefile.log u_revert_all_onefile.log u_revert_upgrade_to_64bitmcsum.log u_tune2fs.log u_tune2fs_opt.log u_undo_undo.log u_wrong_fs.log\n+ cp ../data/test_data.tmp ./\nDURATION: 86\nEND: /usr/lib/e2fsprogs/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "e2fsprogs": {
     "duration": "86",
     "log": "START: ptest-runner\n2025-06-16T11:37\n+ cd ./test\n+ sed -e '/:[[:space:]]ok/s/^/PASS: /' -e '/:[[:space:]]failed/s/^/FAIL: /' -e '/:[[:space:]]skipped/s/^/SKIP: /'\n+ SKIP_SLOW_TESTS=yes\n+ ./test_script\ndebugfs 1.47.1 (20-May-2024)\nmke2fs 1.47.1 (20-May-2024)\ndebugfs 1.47.1 (20-May-2024)\nPASS: d_bad_ostype: handle bad (negative) os_type: ok\nPASS: d_corrupt_journal_nr_users: journal superblock corrupted, nr_users too high: ok\nPASS: d_dumpe2fs_group_only: dumpe2fs group only mode: ok\nPASS: d_fallocate: fallocate sparse files and big files: ok\nPASS: d_fallocate_bigalloc: fallocate sparse files and big files with bigalloc: ok\nPASS: d_fallocate_blkmap: fallocate sparse files and big files on a blockmap fs: ok\nPASS: d_inline_dump: debugfs dump inline data test: ok\nPASS: d_loaddump: debugfs load/dump test: ok\nPASS: d_punch: punch sparse files and big files: ok\nPASS: d_punch_bigalloc: punch sparse files and big files with bigalloc: ok\nPASS: d_special_files: create special files in debugfs: ok\nPASS: d_xattr_edits: edit extended attributes in debugfs: ok\nPASS: d_xattr_sorting: sort extended attributes in debugfs: ok\nSKIP: e_brel_bma: block relocation table using memory array implementation: skipped\nPASS: e_icount_normal: inode counting structure optimized for low counts: ok\nPASS: e_icount_opt: inode counting abstraction optimized for counting: ok\nSKIP: e_irel_ima: inode relocation table using memory array implementation: skipped\nPASS: f_16384_block: 16384 byte blocksize: ok\nPASS: f_8192_block: 8192 byte blocksize: ok\nPASS: f_bad_bbitmap: corrupt block bitmap (metadata_csum): ok\nPASS: f_bad_bmap_csum: bad block/inode bitmap csum (metadata_csum): ok\nPASS: f_bad_disconnected_inode: disconnected inode with bad fields: ok\nPASS: f_bad_encryption: missing, corrupt, and inconsistent encryption policies: ok\nPASS: f_bad_fname: case-insensitive directory with broken file names: ok\nPASS: f_bad_gdt_csum: bad group descriptor csum (metadata_csum): ok\nPASS: f_bad_ibitmap: corrupt inode bitmap (metadata_csum): ok\nPASS: f_bad_inode_csum: inode table corruption (metadata_csum): ok\nPASS: f_bad_local_jnl: test for corrupt local journal (bad V1->V2 journal upgrade): ok\nPASS: f_badbblocks: illegal blocks in bad block inode: ok\nPASS: f_badcluster: test alignment problems with bigalloc clusters: ok\nPASS: f_baddir: corrupted directory entries: ok\nPASS: f_baddir2: salvage last directory entry: ok\nPASS: f_baddotdir: bad '.' and '..' entries: ok\nPASS: f_badinode: corrupted inode entries: ok\nCreating filesystem with 2048 1k blocks and 256 inodes\n\nAllocating group tables:    \b\b\bdone                            \nWriting inode tables:    \b\b\bdone                            \nCreating journal (1024 blocks): done\nWriting superblocks and filesystem accounting information:    \b\b\bdone\n\nThis filesystem will be automatically checked every 34 mounts or\n180 days, whichever comes first.  Use tune2fs -c or -i to override.\nPASS: f_badjour_encrypted: journal inode has encrypt flag: ok\nPASS: f_badjour_indblks: corruption in journal inode's indirect blocks: ok\nPASS: f_badjourblks: illegal blocks in journal inode (and backup in superblock): ok\nPASS: f_badorphan: corrupted orphan list: ok\nPASS: f_badprimary: bad blocks in the primary superblock and group descriptors: ok\nPASS: f_badroot: file in root directory inode: ok\nPASS: f_badsymlinks: corrupted symlinks: ok\nPASS: f_badsymlinks2: more types of corrupted symlinks: ok\nPASS: f_badtable: bad blocks in bitmaps and inode table: ok\nPASS: f_bb_in_bb: bad block inode table block in bad block list: ok\nPASS: f_bbfile: bad blocks in files: ok\nPASS: f_bbinode: bad blocks in inode table: ok\nPASS: f_big_sparse: big sparse file: ok\nPASS: f_bigalloc_badinode: delete bad inode handling for bigalloc filesystems: ok\nPASS: f_bigalloc_orphan_list: orphaned list handling with bigalloc file systems: ok\nPASS: f_bigalloc_symlink_with_xattr: fast symlink + xattr block on bigalloc fs: ok\nPASS: f_bitmaps: corrupted inode and block bitmaps: ok\nPASS: f_boundscheck: infinite loop when finding table free space: ok\nPASS: f_clear_xattr: clearing i_file_acl when !ext_attr feature: ok\nPASS: f_cloneblock_alloc_error: decrement badcount after remapping duplicate block: ok\nPASS: f_collapse_extent_tree: extent tree can be collapsed one level: ok\nPASS: f_compress_extent_tree_level: compress an extent tree level: ok\nPASS: f_convert_bmap: convert blockmap file to extents file: ok\nPASS: f_convert_bmap_and_extent: convert blockmap to extents files: ok\nPASS: f_convert_bmap_sparse: convert sparse blockmap file to extents file: ok\nPASS: f_corrupt_dirent_tail: rebuild a directory with corrupt dirent tail: ok\nPASS: f_crashdisk: superblock with illegal values: ok\nPASS: f_create_symlinks: create fast, inlinedata, and regular symlinks: ok\nPASS: f_del_dup_quota: delete file containing multiply claimed blocks with quota: ok\nPASS: f_deleted_inode_bad_csum: deleted inode with bad metadata_csum wasn't fixed: ok\nPASS: f_desc_size_128: 128-byte group descriptors: ok\nPASS: f_desc_size_bad: bad superblock s_desc_size: ok\nPASS: f_desc_size_zero: zero s_desc_size: ok\nSKIP: f_detect_junk: skipped (no magic)\nPASS: f_detect_xfs: detect xfs filesystem: ok\nPASS: f_dir_bad_csum: dir block w/ missing/bad csum/tail or block corruption: ok\nPASS: f_dir_bad_mode: directory with corrupted i_mode: ok\nPASS: f_dirlink: directory hard links: ok\nPASS: f_dup: blocks claimed by two different files: ok\nPASS: f_dup2: blocks claimed by three different files: ok\nPASS: f_dup3: blocks claimed by one file multiple times: ok\nPASS: f_dup4: find all directory pathnames: ok\nPASS: f_dup_ba: multiply claimed blocks with bigalloc: ok\nPASS: f_dup_de: duplicate directory entries: ok\nPASS: f_dup_de2: duplicate directory entries for non-indexed dirs: ok\nPASS: f_dup_de_crypt: duplicate directory entries for encrypted dirs: ok\nPASS: f_dup_resize: blocks claimed by the resize inode and another inode: ok\nPASS: f_dupdot: duplicate '.' and '..' entries: ok\nPASS: f_dupfsblks: blocks claimed by a file and bitmaps or inode tables: ok\nPASS: f_dupsuper: blocks claimed by a file and superblock or group descriptors: ok\nPASS: f_ea_bad_csum: EA block with bad checksum (metadata_csum): ok\nPASS: f_ea_checks: extended attribute block checks: ok\nPASS: f_ea_inode: ok\nPASS: f_ea_inode_dir_ref: true ea inode referenced from a directory: ok\nPASS: f_ea_inode_disconnected: ea inode that is not connected anywhere: ok\nPASS: f_ea_inode_no_feature: inode with ea inode but EA_INODE feature is not set: ok\nPASS: f_ea_inode_self_ref: corrupted, self-referential ea_in_inode: ok\nPASS: f_ea_inode_spurious_flag_dir: ea inode flag set on a directory: ok\nPASS: f_ea_signed_hash: ok\nPASS: f_ea_unsigned_hash: ok\nPASS: f_ea_value_crash: extended attribute value conflicts with key: ok\nPASS: f_emptydir: always iterate dir block 0 or e2fsck goes into infinite loop: ok\nPASS: f_encrypted_lpf: encrypted lost+found directory: ok\nPASS: f_end-bitmap: corruption at end of block bitmap: ok\nPASS: f_eofblocks: blocks after i_size: ok\nPASS: f_expand: expanding lost+found: ok\nPASS: f_expandroot_create_lnf: no space in root to create lost+found entry: ok\nPASS: f_ext_journal: test external journal device: ok\nPASS: f_ext_zero_len: extent with zero length: ok\nPASS: f_extent_bad_node: bad interior node in extent tree (metadata_csum): ok\nPASS: f_extent_htree: htree extent compression setup: ok\nPASS: f_extent_htree: htree extent compression: ok\nPASS: f_extent_int_bad_csum: bad csum in internal extent (metadata_csum): ok\nPASS: f_extent_int_bad_extent: bad extent in internal extent (metadata_csum): ok\nPASS: f_extent_int_bad_magic: bad magic number in internal extent (metadata_csum): ok\nPASS: f_extent_interior_start_lblk: incorrect starting lblk in an interior node: ok\nPASS: f_extent_leaf_bad_csum: bad csum in leaf extent (metadata_csum): ok\nPASS: f_extent_leaf_bad_extent: bad extent in leaf extent (metadata_csum): ok\nPASS: f_extent_leaf_bad_magic: bad magic number in leaf extent (metadata_csum): ok\nPASS: f_extent_oobounds: ok\nPASS: f_extent_too_deep: extent tree is deeper than it needs to be: ok\nPASS: f_extents: basic extents support: ok\nPASS: f_extents2: multiply claimed blocks in extents and other illegal extents: ok\nPASS: f_extra_journal: valid journal inode, but has_journal feature not present: ok\nPASS: f_fast_symlink_extents: fast symlink with extents flag set: ok\nPASS: f_file_acl_high: i_file_acl_high should be zero: ok\nPASS: f_filetype: set filetype information and illegal special files: ok\nPASS: f_first_meta_bg_too_big: s_first_meta_bg is too large: ok\nPASS: f_full_bg: inode table in last block of first bg: ok\nPASS: f_h_badnode: hash directory with bad HTREE nodes: ok\nPASS: f_h_badroot: bad htree root nodes: ok\nPASS: f_h_normal: normal (signed) HTREE directory: ok\nPASS: f_h_reindex: reindex HTREE Directory with different hash seed: ok\nPASS: f_h_unsigned: unsigned HTREE directory: ok\nPASS: f_holedir: directory with holes and illegal blocks: ok\nPASS: f_holedir2: directories with holes and zero i_size: ok\nPASS: f_holedir3: real directories with holes and zero i_size: ok\nPASS: f_holedir4: bigalloc directory with hole and misaligned extent after hole: ok\nPASS: f_htree_bad_csum: htree block bad csum/tail dirent/htree index corruption: ok\nPASS: f_htree_leaf_csum: bad csum in htree leaf block: ok\nPASS: f_hugedir_blocks: dir crashes e2fsck with impossible logical blk offset: ok\nPASS: f_hurd: GNU/Hurd specific tests: ok\nPASS: f_idata_and_extents: conflicting extents and inline_data inode flags: ok\nPASS: f_illbbitmap: illegal block bitmap: ok\nPASS: f_illibitmap: illegal inode bitmap: ok\nPASS: f_illitable: illegal inode table: ok\nPASS: f_illitable_flexbg: illegal inode table with FLEX_BG: ok\nPASS: f_imagic: non-imagic filesystem with imagic inodes: ok\nPASS: f_imagic_fs: imagic filesystem with imagic inodes: ok\nPASS: f_ind_inode_collision: multiple *ind collisions with critical metadata: ok\nPASS: f_inlinedata_dirblocks: check inline dir as two dirent blocks: ok\nPASS: f_inlinedata_flags: check incorrect inline_data flags: ok\nPASS: f_inlinedata_repair: repair corrupt inline data files: ok\nPASS: f_inlinedir_bad_symlink: bad symlink in an inline directory: ok\nPASS: f_inlinedir_detector: detect inline dirs correctly: ok\nPASS: f_inode_ea_collision: collisions in the inode ea area: ok\nPASS: f_invalid_bad_inode: check for bogus bad inode: ok\nPASS: f_invalid_extent_symlink: extent-mapped symlink with two blocks: ok\nPASS: f_itable_collision: collision between IND/extent tree blocks and inode table: ok\nPASS: f_jnl_32bit: on-disk 32-bit journal format: ok\nPASS: f_jnl_64bit: on-disk 64-bit journal format: ok\nPASS: f_jnl_errno: journal s_errno handling: ok\nPASS: f_jnl_etb_alloc_fail: can't allocate extent tree block recreating journal: ok\nPASS: f_journal: recover journal from corrupted inode table: ok\nSKIP: f_large_dir: optimize 3 level htree directories: skipped (slow test)\nSKIP: f_large_dir_csum: optimize 3 level htree directories with metadata checksums: skipped (slow test)\nPASS: f_lotsbad: too many illegal blocks in inode: ok\nPASS: f_lpf: missing lost+found: ok\nPASS: f_lpf2: create lost+found and reconnect lost directory: ok\nPASS: f_lpffile: lost+found is not a directory: ok\nPASS: f_many_subdirs: directory with more than 65000 sub-directories: ok\nPASS: f_messy_inode: bad file and directory acl pointers: ok\nPASS: f_miss_blk_bmap: missing block bitmap: ok\nPASS: f_miss_journal: non-existent journal inode: ok\nPASS: f_misstable: missing inode table: ok\nPASS: f_mke2fs2b: mke2fs version 0.2b created filesystem: ok\nf_mke2fs_baddisk: mke2fs /dev/mapper/bad_disk should fail: skip\nSKIP: f_mmp: disable MMP with tune2fs after e2fsck killed: skipped (slow test)\nSKIP: f_mmp_garbage: repair MMP when it is corrupted: skipped (slow test)\nPASS: f_no: e2fsck with repeated no: ok\nPASS: f_no_cache_corrupt_inode: don't cache inodes that fail checksum verification: ok\nPASS: f_noroot: missing root directory: ok\nPASS: f_nospc_create_lnf: no space to create lost+found: ok\nPASS: f_okgroup: 8193 block long filesystem: ok\nPASS: f_opt_extent: optimize extent tree: ok\nPASS: f_opt_extent_ext3: convert ext3 to extent tree: ok\nPASS: f_orphan: clearing orphan inodes: ok\nPASS: f_orphan_dotdot_ft: filetype of .. in orphaned directories: ok\nPASS: f_orphan_extents_inode: truncating an orphaned extent-mapped inode: ok\nPASS: f_orphan_indirect_inode: truncating an orphaned inode in preen mode: ok\nPASS: f_orphquot: e2fsck with quota and orphan inodes: ok\nPASS: f_overfsblks: overlapping inode and block bitmaps: ok\nPASS: f_pre_1970_date_encoding: correct mis-encoded pre-1970 dates: ok\nPASS: f_preen: preen shouldn't destroy backup superblocks: ok\nPASS: f_preen_htree_csum: fix a bad htree checksum in preen mode: ok\nPASS: f_quota: fix incorrect usage stats in quota: ok\nPASS: f_quota_deallocate_inode: update quota when deallocating bad inode: ok\nPASS: f_quota_extent_opt: extent optimization with quota: ok\nPASS: f_quota_invalid_inum: invalid quota inode numbers: ok\nPASS: f_quota_shrinkdir: update quota on directory optimization: ok\nPASS: f_readonly_fsck: ensure that a readonly check doesn't modify the fs: ok\nPASS: f_rebuild_csum_rootdir: force rebuild corrupted rootdir w/ metadata_csum: ok\nPASS: f_recnect_bad: reconnecting bad inode: ok\nPASS: f_reconnect: simple disconnected file inode: ok\nPASS: f_rehash_dir: optimize htree directories: ok\nPASS: f_resize_inode: e2fsck with resize_inode: ok\nPASS: f_resize_inode_meta_bg: conflicting features resize_inode and meta_bg: ok\nPASS: f_salvage_dir: salvage corrupted directories: ok\nPASS: f_sb_extra_isize: check invalid extra_isize fields in superblock: ok\nPASS: f_selinux: SELinux generated symlinks with EA data: ok\nPASS: f_shared_blocks_ok: clean check for intentionally shared blocks: ok\nPASS: f_short_encrypted_dirent: short encrypted directory entry: ok\nPASS: f_special_ea: special files with extended attributes: ok\nPASS: f_summary_counts: incorrect inode/block free counts: ok\nPASS: f_super_bad_csum: bad csum in superblock (metadata_csum): ok\nPASS: f_toobig_extent_dir: directory with a very large lblk in extent: ok\nPASS: f_trunc_dirent_header: no space for dirent header at end of buf: ok\nPASS: f_uninit_bad_free_inodes: bad free inode count, but good checksum: ok\nPASS: f_uninit_blk_used_not_set: blocks used but block uninit set: ok\nPASS: f_uninit_cat: cat a file with uninit blocks: ok\nPASS: f_uninit_checksum_bad: invalid group descriptor checksum: ok\nPASS: f_uninit_dir: fix uninit flag on directory extents and check the dir blocks: ok\nPASS: f_uninit_disable: disable uninit_bg feature: ok\nPASS: f_uninit_enable: enable uninit_bg feature: ok\nPASS: f_uninit_ext_past_eof: fallocated extents after i_size: ok\nPASS: f_uninit_ext_past_eof2: fallocate extents w/ nonzero i_size and extents > 4: ok\nPASS: f_uninit_inode_past_unused: inode in use beyond bg_itable_unused: ok\nPASS: f_uninit_last_uninit: last group has BLOCK_UNINIT set: ok\nPASS: f_uninit_restart_fsck: re-start e2fsck only once for inodes in uninit space: ok\nPASS: f_uninit_set_inode_not_set: block uninit set but inode uninit not set: ok\nPASS: f_unshare_blocks_no_space: unshare blocks should fail with no free space: ok\nPASS: f_unshare_blocks_ok: unshare blocks successfully: ok\nPASS: f_unsorted_EAs: unsorted EAs in inode should not be deleted: ok\nPASS: f_unused_itable: don't move files to lost+found for bg_unused_itable: ok\nPASS: f_valid_ea_in_inode: valid ea-in-inode examplars: ok\nPASS: f_verity: verity file: ok\nPASS: f_write_ea_no_extra_isize: write EA when i_extra_size is zero: ok\nPASS: f_write_ea_toobig_extra_isize: write EA when i_extra_size is too big for EA: ok\nPASS: f_write_ea_toosmall_extra_isize: write EA when i_extra_size is too small: ok\nPASS: f_yes: e2fsck with repeated yes: ok\nPASS: f_yesall: e2fsck with yes-to-all: ok\nPASS: f_yesthenall: e2fsck with yes then yes-to-all: ok\nPASS: f_yesthenno: e2fsck with yes then no: ok\nPASS: f_zero_group: fallback for damaged group descriptors: ok\nPASS: f_zero_inode_size: superblock with a zero inode size: ok\nPASS: f_zero_super: fallback for damaged superblock: ok\nPASS: f_zero_xattr: zero length extended attribute in in-inode xattr: ok\nPASS: f_zeroed_ext_header: zap inode with zeroed extent header: ok\nPASS: i_bad_csum: e2image corrupt fs: ok\nPASS: i_bitmaps: e2image bitmap read/write test: ok\nPASS: i_qcow: create/convert raw/qcow2 images: ok\nPASS: i_zero_super: ok\nPASS: j_corrupt_commit_csum: corrupt commit csum (csum v3): ok\nPASS: j_corrupt_commit_tid: corrupt commit tid (csum v3): ok\nPASS: j_corrupt_descr_csum: corrupt descr csum (csum v3): ok\nPASS: j_corrupt_descr_tid: corrupt descr tid (csum v3): ok\nPASS: j_corrupt_ext_jnl_sb_block: corrupt mcsum extlosetup: unrecognized option '--show'\nBusyBox v1.37.0 () multi-call binary.\n\nUsage: losetup [-rP] [-o OFS] {-f|LOOPDEV} FILE: associate loop devices\n\tlosetup -c LOOPDEV: reread file size\n\tlosetup -d LOOPDEV: disassociate\n\tlosetup -a: show status\n\tlosetup -f: show next free loop device\n jnl fs superblock block: ok\nPASS: j_corrupt_ext_jnl_sb_csum: corrupt external journal superblock metadata_csum: ok\nPASS: j_corrupt_journal_block: corrupt journal block (csum v3): ok\nPASS: j_corrupt_revoke_block: corrupt revoke block (csum v3): ok\nPASS: j_corrupt_revoke_csum: corrupt revoke csum (csum v3): ok\nPASS: j_corrupt_revoke_rcount: corrupt revoke r_count buffer overflow: ok\nPASS: j_corrupt_sb_csum: corrupt sb csum (csum v3): ok\nPASS: j_corrupt_sb_magic: corrupt sb magic (csum v3): ok\nPASS: j_ext_dumpe2fs: dumpe2fs of external journal device: ok\nPASS: j_ext_long_revoke_trans: revoke trans nuking free space w/ ext. journal: ok\nPASS: j_ext_long_trans: transaction nuking free space w/ ext. journal: ok\nPASS: j_long_revoke_trans: revoked transaction nuking free space: ok\nPASS: j_long_revoke_trans_mcsum_32bit: revoked trans nuking free space 32bit,mcsum: ok\nPASS: j_long_revoke_trans_mcsum_64bit: revoke trans nuking free space 64bit,mcsum: ok\nPASS: j_long_trans: transaction nuking free space: ok\nPASS: j_long_trans_mcsum_32bit: trans nuking free space 32bit,meta_csum: ok\nPASS: j_long_trans_mcsum_64bit: trans nuking free space 64bit,meta_csum: ok\nPASS: j_recover_csum2_32bit: recover 32-bit journal checksum v2: ok\nPASS: j_recover_csum2_64bit: recover 64-bit journal checksum v2: ok\nPASS: j_recover_csum3_64bit: recover 64-bit journal checksum v3: ok\nPASS: j_recover_fast_commit: replay fast commit journal: ok\nPASS: j_short_revoke_trans: revoke blocks of transaction nuking bitmaps: ok\nPASS: j_short_revoke_trans_mcsum_64bit: revoke trans nuking bmap 64bit,meta_csum: ok\nPASS: j_short_trans: transaction nuking the bitmaps: ok\nPASS: j_short_trans_64bit: transaction nuking the bitmaps on 64bit: ok\nPASS: j_short_trans_mcsum_64bit: trans nuking bitmaps 64bit,meta_csum: ok\nPASS: j_short_trans_old_csum: trans nuking bitmaps v1 journal csum: ok\nPASS: j_short_trans_open_recover: don't recover open journal: ok\nPASS: j_short_trans_recover: transaction nuking the bitmaps (debugfs recovery): ok\nPASS: j_short_trans_recover_mcsum_64bit: uncommitted trans nuking bmap 64bit,mcsum: ok\nPASS: j_short_uncommitted_trans: uncommitted transaction nuking bitmaps: ok\nPASS: j_short_uncommitted_trans_mcsum_64bit: uncommitted trans nuking bmap 64b,mcsum: ok\nPASS: m_64bit_flexbg: mkfs with 64bit and flex_bg: ok\nSKIP: m_assume_storage_prezeroed: : skipped (no loop devices)\nPASS: m_bigjournal: journal over 4GB in size: ok\nPASS: m_dasd_bs: 2048 byte sector devices: ok\nPASS: m_desc_size_128: enable 128-byte group descriptor on mkfs: ok\nPASS: m_devdir: create fs image from /dev: ok\nPASS: m_error_behavior: mke2fs with error behavior: ok\nPASS: m_extent_journal: extent-mapped journal: ok\nPASS: m_hugefile: create a hugefile fs with a single huge file: ok\nPASS: m_hugefile_slack: mke2fs create hugefile fs with slack: ok\nPASS: m_image_mmp: create image for partition with enabled mmp and execute fsck on image: ok\nPASS: m_large_file: largefile fs type: ok\nPASS: m_mcsum_extjournal: create external journal with sb checksum (metadata_csum): ok\nPASS: m_meta_bg: meta blockgroup feature: ok\nPASS: m_minrootdir: create fs image from dir, then minimize it: ok\nPASS: m_mkfs_overhead: test bg overhead calculation: ok\nPASS: m_mmp: enable MMP during mke2fs: ok\nPASS: m_mmp_bad_csum: mmp with bad csum (metadata_csum): ok\nPASS: m_mmp_bad_magic: mmp with bad magic (metadata_csum): ok\nPASS: m_no_opt: no filesystem extensions: ok\nPASS: m_offset: mke2fs with offset option (-E offset=N): ok\nPASS: m_quota: enable quota feature on mkfs: ok\nPASS: m_raid_opt: raid options: ok\nPASS: m_resize_inode_meta_bg: resize_inode and meta_bg enabled: ok\nPASS: m_root_owner: root directory owner: ok\nPASS: m_root_perms: root directory permissions: ok\nPASS: m_rootdir: create fs image from dir: ok\nSKIP: m_rootdir_acl: create fs image from dir using inline_data and acls: skipped (no setfacl)\nSKIP: m_rootgnutar: create fs image from GNU tarball: skipped (no libarchive)\nSKIP: m_rootpaxtar: skipped (no libarchive)\nSKIP: m_roottar: skipped (no libarchive)\nPASS: m_std: standard filesystem options: ok\nPASS: m_uninit: uninitialized group feature: ok\nPASS: r_1024_small_bg: ext2 1024 blocksize with small block groups: ok\nPASS: r_32to64bit: convert flex_bg 32bit fs to 64bit fs: ok\nPASS: r_32to64bit_expand_full: convert+expand full fs to 64bit: ok\nPASS: r_32to64bit_meta: convert meta_bg 32bit fs to 64bit fs: ok\nPASS: r_32to64bit_move_itable: convert 32 to 64bit w/ itable move: ok\nSKIP: r_64bit_big_expand: : skipped (slow test)\nPASS: r_64to32bit: convert flex_bg 64bit fs to 32bit fs: ok\nPASS: r_64to32bit_meta: convert meta_bg 64bit fs to 32bit fs: ok\nPASS: r_bigalloc_big_expand: ext4 with bigalloc: ok\nPASS: r_corrupt_fs: resize2fs -P of a corrupted file system: ok\nPASS: r_expand_full: expand a totally full filesystem: ok\nSKIP: r_ext4_big_expand: : skipped (slow test)\nPASS: r_ext4_small_bg: ext4 1024 blocksize with small block groups: ok\nPASS: r_fixup_lastbg: fix up last bg when expanding within the last bg: ok\nPASS: r_fixup_lastbg_big: fix up last bg when expanding beyond the last bg: ok\nPASS: r_inline_xattr: shrinking filesystem with in-inode extended attributes: ok\nPASS: r_meta_bg_shrink: meta_bg shrink: ok\nPASS: r_min_itable: resize2fs -M with inode table in middle of last block group: ok\nPASS: r_move_inode_int_extent: move inode and its interior extent tree block: ok\nPASS: r_move_itable: filesystem resize which requires moving the inode table: ok\nPASS: r_move_itable_nostride: resize with flex_bg and stride value set: ok\nPASS: r_move_itable_realloc: don't allocate inode table from in-use blocks: ok\nPASS: r_resize_inode: filesystem resize with a resize_inode present: ok\nPASS: t_change_uuid: change uuid on a pre-metadata-csum: ok\nPASS: t_change_uuid_mcsum: change uuid on a metadata-csum: ok\nPASS: t_change_uuid_mcsum_mounted: change uuid on a metadata-csum: ok\nPASS: t_change_uuid_mcsum_seed_mounted: change meta-csum uuid with mcsum-seed: ok\nPASS: t_change_uuid_mounted: change uuid on a mounted pre-metadata-csum: ok\nPASS: t_dangerous: dangerous tune2fs operation prompts: ok\nPASS: t_disable_changed_csum_seed: tune2fs disable csum seed after uuid change: ok\nPASS: t_disable_changed_csum_seed_mounted: mounted tune2fs disable csum+uuid: ok\nPASS: t_disable_csum_seed: disable csum seed via tune2fs: ok\nPASS: t_disable_mcsum: disable metadata_csum: ok\nPASS: t_disable_mcsum_noinitbg: disable metadata_csum and uninit_bg: ok\nPASS: t_disable_mcsum_yesinitbg: disable metadata_csum and enable uninit_bg: ok\nPASS: t_disable_meta_csum_and_seed: disable csum seed and csums via tune2fs: ok\nPASS: t_enable_csum_seed: enable csum seed via tune2fs: ok\nPASS: t_enable_mcsum: enable metadata_csum: ok\nPASS: t_enable_mcsum_ext3: enable metadata_csum on ext3 fs: ok\nPASS: t_enable_mcsum_initbg: enable metadata_csum when ^uninit_bg: ok\nPASS: t_ext_jnl_fail: tune2fs fail external journal: ok\nPASS: t_ext_jnl_rm: remove missing external journal device: ok\nPASS: t_format_csum_seed: format with csum_seed: ok\nPASS: t_iexpand_full: expand inodes on a totally full filesystem: ok\nPASS: t_iexpand_mcsum: expand inodes and turn on metadata_csum: ok\nPASS: t_mmp_1on: enable MMP using tune2fs: ok\nPASS: t_mmp_2off: disable MMP using tune2fs: ok\nSKIP: t_mmp_fail: error running tune2fs with MMP: skipped (slow test)\nPASS: t_project_1on: enable project using tune2fs -O option: ok\nPASS: t_project_2off: disable project using tune2fs: ok\nPASS: t_project_3on: enable project using tune2fs -Q option: ok\nPASS: t_project_4off: disable project using tune2fs -Q option: ok\nPASS: t_quota_1on: enable quota using tune2fs: ok\nPASS: t_quota_2off: disable quota using tune2fs: ok\nPASS: t_quota_add: add several quota types using tune2fs and check computed usage: ok\nPASS: t_replay_and_set: recover journal and clear features: ok\nSKIP: t_uninit_bg_rm: remove uninit_bg: skipped for Linux\nPASS: t_write_subdirectory: debugfs write creates file in subdirectory: ok\nPASS: u_bounce_io: bounce I/O in unix_io: ok\nPASS: u_compound_bad_rollback: e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z: ok\nPASS: u_compound_rollback: e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z: ok\nPASS: u_corrupt_blk_csum: corrupt e2undo block data: ok\nPASS: u_corrupt_blk_csum_force: force replay of corrupt e2undo block data: ok\nPASS: u_corrupt_hdr_csum: corrupt e2undo header: ok\nPASS: u_corrupt_key_csum: corrupt e2undo key data: ok\nPASS: u_debugfs_opt: e2undo with debugfs -z: ok\nSKIP: u_direct_io: direct I/O in unix_io: skipped (no loop devices)\nPASS: u_dryrun: e2undo dry run: ok\nPASS: u_e2fsck_opt: e2undo with e2fsck -z: ok\nPASS: u_errorout: e2undo a failed command: ok\nPASS: u_force: e2undo force: ok\nPASS: u_force_dryrun: force dry-run replay of corrupt e2undo block data: ok\nPASS: u_incomplete: e2undo with incomplete undo file: ok\nPASS: u_mke2fs: e2undo with mke2fs: ok\nPASS: u_mke2fs_opt: e2undo with mke2fs -z: ok\nPASS: u_mke2fs_opt_oddsize: e2undo with mke2fs -z and non-32k-aligned bdev size: ok\nPASS: u_mke2fs_opt_offset: e2undo and mke2fs with offset option: ok\nPASS: u_not_undo: e2undo a non-undo file: ok\nPASS: u_offset: e2undo with the offset option (-o offset): ok\nPASS: u_onefile_bad: check that we cant append a bad undo file: ok\nPASS: u_resize2fs_opt: e2undo with resize2fs -z: ok\nPASS: u_revert_64bitmcsum_onefile: convert fs to 64bit,mcsum and revert undo file: ok\nPASS: u_revert_all_onefile: convert 64bit,mcsum and revert undo file: ok\nPASS: u_revert_upgrade_to_64bitmcsum: convert 64bit,mcsum and revert both: ok\nPASS: u_tune2fs: e2undo with tune2fs: ok\nPASS: u_tune2fs_opt: e2undo with tune2fs -z: ok\nPASS: u_undo_undo: undo e2undo: ok\nPASS: u_wrong_fs: e2undo on the wrong fs: ok\n385 tests succeeded\t0 tests failed\n+ rm -rf '/var/volatile/tmp/*e2fsprogs*'\n+ rm -f 'tmp-*'\n+ rm -f f_expand.1.tmp test_data.tmp\n+ rm -f d_bad_ostype.ok d_corrupt_journal_nr_users.ok d_dumpe2fs_group_only.ok d_fallocate.ok d_fallocate_bigalloc.ok d_fallocate_blkmap.ok d_inline_dump.ok d_loaddump.ok d_punch.ok d_punch_bigalloc.ok d_special_files.ok d_xattr_edits.ok d_xattr_sorting.ok e_icount_normal.ok e_icount_opt.ok f_16384_block.ok f_8192_block.ok f_bad_bbitmap.ok f_bad_bmap_csum.ok f_bad_disconnected_inode.ok f_bad_encryption.ok f_bad_fname.ok f_bad_gdt_csum.ok f_bad_ibitmap.ok f_bad_inode_csum.ok f_bad_local_jnl.ok f_badbblocks.ok f_badcluster.ok f_baddir.ok f_baddir2.ok f_baddotdir.ok f_badinode.ok f_badjour_encrypted.ok f_badjour_indblks.ok f_badjourblks.ok f_badorphan.ok f_badprimary.ok f_badroot.ok f_badsymlinks.ok f_badsymlinks2.ok f_badtable.ok f_bb_in_bb.ok f_bbfile.ok f_bbinode.ok f_big_sparse.ok f_bigalloc_badinode.ok f_bigalloc_orphan_list.ok f_bigalloc_symlink_with_xattr.ok f_bitmaps.ok f_boundscheck.ok f_clear_xattr.ok f_cloneblock_alloc_error.ok f_collapse_extent_tree.ok f_compress_extent_tree_level.ok f_convert_bmap.ok f_convert_bmap_and_extent.ok f_convert_bmap_sparse.ok f_corrupt_dirent_tail.ok f_crashdisk.ok f_create_symlinks.ok f_del_dup_quota.ok f_deleted_inode_bad_csum.ok f_desc_size_128.ok f_desc_size_bad.ok f_desc_size_zero.ok f_detect_xfs.ok f_dir_bad_csum.ok f_dir_bad_mode.ok f_dirlink.ok f_dup.ok f_dup2.ok f_dup3.ok f_dup4.ok f_dup_ba.ok f_dup_de.ok f_dup_de2.ok f_dup_de_crypt.ok f_dup_resize.ok f_dupdot.ok f_dupfsblks.ok f_dupsuper.ok f_ea_bad_csum.ok f_ea_checks.ok f_ea_inode.ok f_ea_inode_dir_ref.ok f_ea_inode_disconnected.ok f_ea_inode_no_feature.ok f_ea_inode_self_ref.ok f_ea_inode_spurious_flag_dir.ok f_ea_signed_hash.ok f_ea_unsigned_hash.ok f_ea_value_crash.ok f_emptydir.ok f_encrypted_lpf.ok f_end-bitmap.ok f_eofblocks.ok f_expand.ok f_expandroot_create_lnf.ok f_ext_journal.ok f_ext_zero_len.ok f_extent_bad_node.ok f_extent_htree.ok f_extent_int_bad_csum.ok f_extent_int_bad_extent.ok f_extent_int_bad_magic.ok f_extent_interior_start_lblk.ok f_extent_leaf_bad_csum.ok f_extent_leaf_bad_extent.ok f_extent_leaf_bad_magic.ok f_extent_oobounds.ok f_extent_too_deep.ok f_extents.ok f_extents2.ok f_extra_journal.ok f_fast_symlink_extents.ok f_file_acl_high.ok f_filetype.ok f_first_meta_bg_too_big.ok f_full_bg.ok f_h_badnode.ok f_h_badroot.ok f_h_normal.ok f_h_reindex.ok f_h_unsigned.ok f_holedir.ok f_holedir2.ok f_holedir3.ok f_holedir4.ok f_htree_bad_csum.ok f_htree_leaf_csum.ok f_hugedir_blocks.ok f_hurd.ok f_idata_and_extents.ok f_illbbitmap.ok f_illibitmap.ok f_illitable.ok f_illitable_flexbg.ok f_imagic.ok f_imagic_fs.ok f_ind_inode_collision.ok f_inlinedata_dirblocks.ok f_inlinedata_flags.ok f_inlinedata_repair.ok f_inlinedir_bad_symlink.ok f_inlinedir_detector.ok f_inode_ea_collision.ok f_invalid_bad_inode.ok f_invalid_extent_symlink.ok f_itable_collision.ok f_jnl_32bit.ok f_jnl_64bit.ok f_jnl_errno.ok f_jnl_etb_alloc_fail.ok f_journal.ok f_lotsbad.ok f_lpf.ok f_lpf2.ok f_lpffile.ok f_many_subdirs.ok f_messy_inode.ok f_miss_blk_bmap.ok f_miss_journal.ok f_misstable.ok f_mke2fs2b.ok f_mke2fs_baddisk.ok f_no.ok f_no_cache_corrupt_inode.ok f_noroot.ok f_nospc_create_lnf.ok f_okgroup.ok f_opt_extent.ok f_opt_extent_ext3.ok f_orphan.ok f_orphan_dotdot_ft.ok f_orphan_extents_inode.ok f_orphan_indirect_inode.ok f_orphquot.ok f_overfsblks.ok f_pre_1970_date_encoding.ok f_preen.ok f_preen_htree_csum.ok f_quota.ok f_quota_deallocate_inode.ok f_quota_extent_opt.ok f_quota_invalid_inum.ok f_quota_shrinkdir.ok f_readonly_fsck.ok f_rebuild_csum_rootdir.ok f_recnect_bad.ok f_reconnect.ok f_rehash_dir.ok f_resize_inode.ok f_resize_inode_meta_bg.ok f_salvage_dir.ok f_sb_extra_isize.ok f_selinux.ok f_shared_blocks_ok.ok f_short_encrypted_dirent.ok f_special_ea.ok f_summary_counts.ok f_super_bad_csum.ok f_toobig_extent_dir.ok f_trunc_dirent_header.ok f_uninit_bad_free_inodes.ok f_uninit_blk_used_not_set.ok f_uninit_cat.ok f_uninit_checksum_bad.ok f_uninit_dir.ok f_uninit_disable.ok f_uninit_enable.ok f_uninit_ext_past_eof.ok f_uninit_ext_past_eof2.ok f_uninit_inode_past_unused.ok f_uninit_last_uninit.ok f_uninit_restart_fsck.ok f_uninit_set_inode_not_set.ok f_unshare_blocks_no_space.ok f_unshare_blocks_ok.ok f_unsorted_EAs.ok f_unused_itable.ok f_valid_ea_in_inode.ok f_verity.ok f_write_ea_no_extra_isize.ok f_write_ea_toobig_extra_isize.ok f_write_ea_toosmall_extra_isize.ok f_yes.ok f_yesall.ok f_yesthenall.ok f_yesthenno.ok f_zero_group.ok f_zero_inode_size.ok f_zero_super.ok f_zero_xattr.ok f_zeroed_ext_header.ok i_bad_csum.ok i_bitmaps.ok i_qcow.ok i_zero_super.ok j_corrupt_commit_csum.ok j_corrupt_commit_tid.ok j_corrupt_descr_csum.ok j_corrupt_descr_tid.ok j_corrupt_ext_jnl_sb_block.ok j_corrupt_ext_jnl_sb_csum.ok j_corrupt_journal_block.ok j_corrupt_revoke_block.ok j_corrupt_revoke_csum.ok j_corrupt_revoke_rcount.ok j_corrupt_sb_csum.ok j_corrupt_sb_magic.ok j_ext_dumpe2fs.ok j_ext_long_revoke_trans.ok j_ext_long_trans.ok j_long_revoke_trans.ok j_long_revoke_trans_mcsum_32bit.ok j_long_revoke_trans_mcsum_64bit.ok j_long_trans.ok j_long_trans_mcsum_32bit.ok j_long_trans_mcsum_64bit.ok j_recover_csum2_32bit.ok j_recover_csum2_64bit.ok j_recover_csum3_64bit.ok j_recover_fast_commit.ok j_short_revoke_trans.ok j_short_revoke_trans_mcsum_64bit.ok j_short_trans.ok j_short_trans_64bit.ok j_short_trans_mcsum_64bit.ok j_short_trans_old_csum.ok j_short_trans_open_recover.ok j_short_trans_recover.ok j_short_trans_recover_mcsum_64bit.ok j_short_uncommitted_trans.ok j_short_uncommitted_trans_mcsum_64bit.ok m_64bit_flexbg.ok m_bigjournal.ok m_dasd_bs.ok m_desc_size_128.ok m_devdir.ok m_error_behavior.ok m_extent_journal.ok m_hugefile.ok m_hugefile_slack.ok m_image_mmp.ok m_large_file.ok m_mcsum_extjournal.ok m_meta_bg.ok m_minrootdir.ok m_mkfs_overhead.ok m_mmp.ok m_mmp_bad_csum.ok m_mmp_bad_magic.ok m_no_opt.ok m_offset.ok m_quota.ok m_raid_opt.ok m_resize_inode_meta_bg.ok m_root_owner.ok m_root_perms.ok m_rootdir.ok m_std.ok m_uninit.ok r_1024_small_bg.ok r_32to64bit.ok r_32to64bit_expand_full.ok r_32to64bit_meta.ok r_32to64bit_move_itable.ok r_64to32bit.ok r_64to32bit_meta.ok r_bigalloc_big_expand.ok r_corrupt_fs.ok r_expand_full.ok r_ext4_small_bg.ok r_fixup_lastbg.ok r_fixup_lastbg_big.ok r_inline_xattr.ok r_meta_bg_shrink.ok r_min_itable.ok r_move_inode_int_extent.ok r_move_itable.ok r_move_itable_nostride.ok r_move_itable_realloc.ok r_resize_inode.ok t_change_uuid.ok t_change_uuid_mcsum.ok t_change_uuid_mcsum_mounted.ok t_change_uuid_mcsum_seed_mounted.ok t_change_uuid_mounted.ok t_dangerous.ok t_disable_changed_csum_seed.ok t_disable_changed_csum_seed_mounted.ok t_disable_csum_seed.ok t_disable_mcsum.ok t_disable_mcsum_noinitbg.ok t_disable_mcsum_yesinitbg.ok t_disable_meta_csum_and_seed.ok t_enable_csum_seed.ok t_enable_mcsum.ok t_enable_mcsum_ext3.ok t_enable_mcsum_initbg.ok t_ext_jnl_fail.ok t_ext_jnl_rm.ok t_format_csum_seed.ok t_iexpand_full.ok t_iexpand_mcsum.ok t_mmp_1on.ok t_mmp_2off.ok t_project_1on.ok t_project_2off.ok t_project_3on.ok t_project_4off.ok t_quota_1on.ok t_quota_2off.ok t_quota_add.ok t_replay_and_set.ok t_write_subdirectory.ok u_bounce_io.ok u_compound_bad_rollback.ok u_compound_rollback.ok u_corrupt_blk_csum.ok u_corrupt_blk_csum_force.ok u_corrupt_hdr_csum.ok u_corrupt_key_csum.ok u_debugfs_opt.ok u_dryrun.ok u_e2fsck_opt.ok u_errorout.ok u_force.ok u_force_dryrun.ok u_incomplete.ok u_mke2fs.ok u_mke2fs_opt.ok u_mke2fs_opt_oddsize.ok u_mke2fs_opt_offset.ok u_not_undo.ok u_offset.ok u_onefile_bad.ok u_resize2fs_opt.ok u_revert_64bitmcsum_onefile.ok u_revert_all_onefile.ok u_revert_upgrade_to_64bitmcsum.ok u_tune2fs.ok u_tune2fs_opt.ok u_undo_undo.ok u_wrong_fs.ok\n+ rm -f '*.failed'\n+ rm -f d_bad_ostype.log d_corrupt_journal_nr_users.log d_dumpe2fs_group_only.log d_fallocate.log d_fallocate_bigalloc.log d_fallocate_blkmap.log d_inline_dump.log d_loaddump.log d_punch.log d_punch_bigalloc.log d_special_files.log d_xattr_edits.log d_xattr_sorting.log e_icount_normal.log e_icount_opt.log f_16384_block.1.log f_16384_block.2.log f_8192_block.1.log f_8192_block.2.log f_bad_bbitmap.1.log f_bad_bbitmap.2.log f_bad_bmap_csum.1.log f_bad_bmap_csum.2.log f_bad_disconnected_inode.1.log f_bad_disconnected_inode.2.log f_bad_encryption.1.log f_bad_encryption.2.log f_bad_fname.1.log f_bad_fname.2.log f_bad_gdt_csum.1.log f_bad_gdt_csum.2.log f_bad_ibitmap.1.log f_bad_ibitmap.2.log f_bad_inode_csum.1.log f_bad_inode_csum.2.log f_bad_local_jnl.1.log f_bad_local_jnl.2.log f_badbblocks.1.log f_badbblocks.2.log f_badcluster.log f_baddir.1.log f_baddir.2.log f_baddir2.1.log f_baddir2.2.log f_baddotdir.1.log f_baddotdir.2.log f_badinode.1.log f_badinode.2.log f_badjour_encrypted.1.log f_badjour_encrypted.2.log f_badjour_indblks.1.log f_badjour_indblks.2.log f_badjourblks.1.log f_badjourblks.2.log f_badorphan.1.log f_badorphan.2.log f_badprimary.1.log f_badprimary.2.log f_badroot.1.log f_badroot.2.log f_badsymlinks.1.log f_badsymlinks.2.log f_badsymlinks2.1.log f_badsymlinks2.2.log f_badtable.1.log f_badtable.2.log f_bb_in_bb.1.log f_bb_in_bb.2.log f_bbfile.1.log f_bbfile.2.log f_bbinode.1.log f_bbinode.2.log f_big_sparse.1.log f_big_sparse.2.log f_bigalloc_badinode.1.log f_bigalloc_badinode.2.log f_bigalloc_orphan_list.1.log f_bigalloc_orphan_list.2.log f_bigalloc_symlink_with_xattr.1.log f_bitmaps.1.log f_bitmaps.2.log f_boundscheck.1.log f_boundscheck.2.log f_clear_xattr.1.log f_clear_xattr.2.log f_cloneblock_alloc_error.1.log f_cloneblock_alloc_error.2.log f_collapse_extent_tree.1.log f_collapse_extent_tree.2.log f_compress_extent_tree_level.1.log f_compress_extent_tree_level.2.log f_convert_bmap.1.log f_convert_bmap.2.log f_convert_bmap_and_extent.1.log f_convert_bmap_and_extent.2.log f_convert_bmap_sparse.1.log f_convert_bmap_sparse.2.log f_corrupt_dirent_tail.1.log f_corrupt_dirent_tail.2.log f_crashdisk.1.log f_create_symlinks.log f_del_dup_quota.1.log f_del_dup_quota.2.log f_deleted_inode_bad_csum.1.log f_deleted_inode_bad_csum.2.log f_desc_size_128.1.log f_desc_size_128.2.log f_desc_size_bad.1.log f_desc_size_bad.2.log f_desc_size_bad.log f_desc_size_zero.1.log f_detect_xfs.log f_dir_bad_csum.1.log f_dir_bad_csum.2.log f_dir_bad_mode.1.log f_dir_bad_mode.2.log f_dirlink.1.log f_dirlink.2.log f_dup.1.log f_dup.2.log f_dup2.1.log f_dup2.2.log f_dup3.1.log f_dup3.2.log f_dup4.1.log f_dup4.2.log f_dup_ba.1.log f_dup_ba.2.log f_dup_de.1.log f_dup_de.2.log f_dup_de2.1.log f_dup_de2.2.log f_dup_de_crypt.1.log f_dup_de_crypt.2.log f_dup_resize.1.log f_dup_resize.2.log f_dupdot.1.log f_dupdot.2.log f_dupfsblks.1.log f_dupfsblks.2.log f_dupsuper.1.log f_dupsuper.2.log f_ea_bad_csum.1.log f_ea_bad_csum.2.log f_ea_checks.1.log f_ea_checks.2.log f_ea_inode.1.log f_ea_inode.2.log f_ea_inode_dir_ref.1.log f_ea_inode_dir_ref.2.log f_ea_inode_disconnected.1.log f_ea_inode_disconnected.2.log f_ea_inode_no_feature.1.log f_ea_inode_no_feature.2.log f_ea_inode_self_ref.1.log f_ea_inode_self_ref.2.log f_ea_inode_spurious_flag_dir.1.log f_ea_inode_spurious_flag_dir.2.log f_ea_signed_hash.1.log f_ea_unsigned_hash.1.log f_ea_value_crash.1.log f_ea_value_crash.2.log f_emptydir.1.log f_emptydir.2.log f_encrypted_lpf.1.log f_encrypted_lpf.2.log f_end-bitmap.1.log f_end-bitmap.2.log f_eofblocks.1.log f_eofblocks.2.log f_expand.1.log f_expand.2.log f_expandroot_create_lnf.1.log f_expandroot_create_lnf.2.log f_ext_journal.1.log f_ext_journal.2.log f_ext_zero_len.1.log f_ext_zero_len.2.log f_extent_bad_node.1.log f_extent_bad_node.2.log f_extent_htree.1.log f_extent_htree.2.log f_extent_htree.log f_extent_htree.pre.1.log f_extent_htree.pre.2.log f_extent_int_bad_csum.1.log f_extent_int_bad_csum.2.log f_extent_int_bad_extent.1.log f_extent_int_bad_extent.2.log f_extent_int_bad_magic.1.log f_extent_int_bad_magic.2.log f_extent_interior_start_lblk.1.log f_extent_interior_start_lblk.2.log f_extent_leaf_bad_csum.1.log f_extent_leaf_bad_csum.2.log f_extent_leaf_bad_extent.1.log f_extent_leaf_bad_extent.2.log f_extent_leaf_bad_magic.1.log f_extent_leaf_bad_magic.2.log f_extent_oobounds.1.log f_extent_oobounds.2.log f_extent_too_deep.1.log f_extent_too_deep.2.log f_extents.1.log f_extents.2.log f_extents2.1.log f_extents2.2.log f_extra_journal.1.log f_extra_journal.2.log f_fast_symlink_extents.1.log f_fast_symlink_extents.2.log f_file_acl_high.1.log f_file_acl_high.2.log f_filetype.1.log f_filetype.2.log f_first_meta_bg_too_big.1.log f_first_meta_bg_too_big.2.log f_full_bg.1.log f_full_bg.2.log f_h_badnode.1.log f_h_badnode.2.log f_h_badroot.1.log f_h_badroot.2.log f_h_normal.1.log f_h_normal.2.log f_h_reindex.1.log f_h_reindex.2.log f_h_unsigned.1.log f_h_unsigned.2.log f_holedir.1.log f_holedir.2.log f_holedir2.1.log f_holedir2.2.log f_holedir3.1.log f_holedir3.2.log f_holedir4.1.log f_holedir4.2.log f_htree_bad_csum.1.log f_htree_bad_csum.2.log f_htree_leaf_csum.1.log f_htree_leaf_csum.2.log f_hugedir_blocks.1.log f_hugedir_blocks.2.log f_hurd.1.log f_hurd.2.log f_idata_and_extents.1.log f_idata_and_extents.2.log f_illbbitmap.1.log f_illbbitmap.2.log f_illibitmap.1.log f_illibitmap.2.log f_illitable.1.log f_illitable.2.log f_illitable_flexbg.1.log f_illitable_flexbg.2.log f_imagic.1.log f_imagic.2.log f_imagic_fs.1.log f_imagic_fs.2.log f_ind_inode_collision.1.log f_ind_inode_collision.2.log f_inlinedata_dirblocks.1.log f_inlinedata_dirblocks.2.log f_inlinedata_flags.1.log f_inlinedata_flags.2.log f_inlinedata_repair.1.log f_inlinedata_repair.2.log f_inlinedir_bad_symlink.1.log f_inlinedir_bad_symlink.2.log f_inlinedir_detector.1.log f_inlinedir_detector.2.log f_inode_ea_collision.1.log f_inode_ea_collision.2.log f_invalid_bad_inode.1.log f_invalid_bad_inode.2.log f_invalid_extent_symlink.1.log f_invalid_extent_symlink.2.log f_itable_collision.1.log f_itable_collision.2.log f_jnl_32bit.0.log f_jnl_32bit.1.log f_jnl_32bit.2.log f_jnl_64bit.0.log f_jnl_64bit.1.log f_jnl_64bit.2.log f_jnl_errno.0.log f_jnl_errno.1.log f_jnl_errno.2.log f_jnl_etb_alloc_fail.1.log f_jnl_etb_alloc_fail.2.log f_journal.1.log f_journal.2.log f_lotsbad.1.log f_lotsbad.2.log f_lpf.1.log f_lpf.2.log f_lpf2.1.log f_lpf2.2.log f_lpffile.1.log f_lpffile.2.log f_many_subdirs.1.log f_many_subdirs.2.log f_messy_inode.1.log f_messy_inode.2.log f_miss_blk_bmap.1.log f_miss_blk_bmap.2.log f_miss_journal.1.log f_miss_journal.2.log f_misstable.1.log f_misstable.2.log f_mke2fs2b.1.log f_mke2fs2b.2.log f_mke2fs_baddisk.log f_no.log f_no_cache_corrupt_inode.1.log f_no_cache_corrupt_inode.2.log f_noroot.1.log f_noroot.2.log f_nospc_create_lnf.1.log f_nospc_create_lnf.2.log f_okgroup.1.log f_okgroup.2.log f_opt_extent.log f_opt_extent_ext3.log f_orphan.1.log f_orphan.2.log f_orphan_dotdot_ft.1.log f_orphan_dotdot_ft.2.log f_orphan_extents_inode.1.log f_orphan_extents_inode.2.log f_orphan_indirect_inode.1.log f_orphan_indirect_inode.2.log f_orphquot.log f_overfsblks.1.log f_overfsblks.2.log f_pre_1970_date_encoding.log f_pre_1970_date_encoding.timestamps.log f_preen.1.log f_preen.2.log f_preen_htree_csum.1.log f_preen_htree_csum.2.log f_quota.0.log f_quota.1.log f_quota.2.log f_quota_deallocate_inode.1.log f_quota_deallocate_inode.2.log f_quota_extent_opt.1.log f_quota_extent_opt.2.log f_quota_invalid_inum.1.log f_quota_invalid_inum.2.log f_quota_shrinkdir.1.log f_quota_shrinkdir.2.log f_readonly_fsck.log f_rebuild_csum_rootdir.1.log f_rebuild_csum_rootdir.2.log f_recnect_bad.1.log f_recnect_bad.2.log f_reconnect.1.log f_reconnect.2.log f_rehash_dir.1.log f_rehash_dir.2.log f_resize_inode.log f_resize_inode_meta_bg.1.log f_resize_inode_meta_bg.2.log f_salvage_dir.1.log f_salvage_dir.2.log f_sb_extra_isize.1.log f_sb_extra_isize.2.log f_selinux.1.log f_selinux.2.log f_shared_blocks_ok.1.log f_shared_blocks_ok.2.log f_short_encrypted_dirent.1.log f_short_encrypted_dirent.2.log f_special_ea.1.log f_summary_counts.1.log f_summary_counts.2.log f_super_bad_csum.1.log f_super_bad_csum.2.log f_toobig_extent_dir.1.log f_toobig_extent_dir.2.log f_trunc_dirent_header.1.log f_trunc_dirent_header.2.log f_uninit_bad_free_inodes.1.log f_uninit_bad_free_inodes.2.log f_uninit_blk_used_not_set.1.log f_uninit_blk_used_not_set.2.log f_uninit_cat.log f_uninit_checksum_bad.1.log f_uninit_checksum_bad.2.log f_uninit_dir.1.log f_uninit_dir.2.log f_uninit_disable.1.log f_uninit_disable.2.log f_uninit_enable.1.log f_uninit_enable.2.log f_uninit_ext_past_eof.1.log f_uninit_ext_past_eof.2.log f_uninit_ext_past_eof2.1.log f_uninit_ext_past_eof2.2.log f_uninit_inode_past_unused.1.log f_uninit_inode_past_unused.2.log f_uninit_last_uninit.1.log f_uninit_last_uninit.2.log f_uninit_restart_fsck.1.log f_uninit_restart_fsck.2.log f_uninit_set_inode_not_set.1.log f_uninit_set_inode_not_set.2.log f_unshare_blocks_no_space.1.log f_unshare_blocks_no_space.2.log f_unshare_blocks_ok.1.log f_unshare_blocks_ok.2.log f_unsorted_EAs.1.log f_unsorted_EAs.2.log f_unused_itable.1.log f_unused_itable.2.log f_valid_ea_in_inode.1.log f_verity.1.log f_write_ea_no_extra_isize.1.log f_write_ea_no_extra_isize.2.log f_write_ea_toobig_extra_isize.1.log f_write_ea_toobig_extra_isize.2.log f_write_ea_toosmall_extra_isize.1.log f_write_ea_toosmall_extra_isize.2.log f_yes.log f_yesall.log f_yesthenall.log f_yesthenno.log f_zero_group.1.log f_zero_group.2.log f_zero_inode_size.1.log f_zero_inode_size.2.log f_zero_super.1.log f_zero_super.2.log f_zero_xattr.1.log f_zeroed_ext_header.1.log f_zeroed_ext_header.2.log i_bitmaps.log i_qcow.log i_zero_super.1.log j_corrupt_commit_csum.log j_corrupt_commit_tid.log j_corrupt_descr_csum.log j_corrupt_descr_tid.log j_corrupt_ext_jnl_sb_block.log j_corrupt_ext_jnl_sb_csum.log j_corrupt_journal_block.log j_corrupt_revoke_block.log j_corrupt_revoke_csum.log j_corrupt_revoke_rcount.1.log j_corrupt_revoke_rcount.2.log j_corrupt_sb_csum.log j_corrupt_sb_magic.log j_ext_dumpe2fs.log j_ext_long_revoke_trans.log j_ext_long_trans.log j_long_revoke_trans.log j_long_revoke_trans_mcsum_32bit.log j_long_revoke_trans_mcsum_64bit.log j_long_trans.log j_long_trans_mcsum_32bit.log j_long_trans_mcsum_64bit.log j_recover_csum2_32bit.1.log j_recover_csum2_32bit.2.log j_recover_csum2_64bit.1.log j_recover_csum2_64bit.2.log j_recover_csum3_64bit.1.log j_recover_csum3_64bit.2.log j_recover_fast_commit.log j_short_revoke_trans.log j_short_revoke_trans_mcsum_64bit.log j_short_trans.log j_short_trans_64bit.log j_short_trans_mcsum_64bit.log j_short_trans_old_csum.log j_short_trans_open_recover.log j_short_trans_recover.log j_short_trans_recover_mcsum_64bit.log j_short_uncommitted_trans.log j_short_uncommitted_trans_mcsum_64bit.log m_64bit_flexbg.1.log m_assume_storage_prezeroed.log m_bigjournal.1.log m_dasd_bs.1.log m_desc_size_128.1.log m_devdir.log m_error_behavior.log m_extent_journal.1.log m_hugefile.log m_hugefile_slack.log m_image_mmp.1.log m_image_mmp.log m_large_file.1.log m_mcsum_extjournal.log m_meta_bg.1.log m_minrootdir.log m_mkfs_overhead.log m_mmp.1.log m_mmp_bad_csum.log m_mmp_bad_magic.log m_no_opt.1.log m_offset.log m_quota.1.log m_raid_opt.1.log m_resize_inode_meta_bg.1.log m_root_owner.1.log m_root_perms.1.log m_rootdir.log m_std.1.log m_uninit.1.log r_1024_small_bg.log r_32to64bit.log r_32to64bit_expand_full.log r_32to64bit_meta.log r_32to64bit_move_itable.log r_64to32bit.log r_64to32bit_meta.log r_bigalloc_big_expand.log r_corrupt_fs.log r_expand_full.log r_ext4_small_bg.log r_fixup_lastbg.log r_fixup_lastbg_big.log r_inline_xattr.log r_meta_bg_shrink.log r_min_itable.log r_move_inode_int_extent.log r_move_itable.log r_move_itable_nostride.log r_move_itable_realloc.log r_resize_inode.log t_change_uuid.log t_change_uuid_mcsum.log t_change_uuid_mcsum_mounted.log t_change_uuid_mcsum_seed_mounted.log t_change_uuid_mounted.log t_dangerous.log t_disable_changed_csum_seed.log t_disable_changed_csum_seed_mounted.log t_disable_csum_seed.log t_disable_mcsum.log t_disable_mcsum_noinitbg.log t_disable_mcsum_yesinitbg.log t_disable_meta_csum_and_seed.log t_enable_csum_seed.log t_enable_mcsum.log t_enable_mcsum_ext3.log t_enable_mcsum_initbg.log t_ext_jnl_fail.log t_format_csum_seed.log t_iexpand_full.log t_iexpand_mcsum.log t_mmp_1on.log t_mmp_2off.log t_project_1on.log t_project_2off.log t_project_3on.log t_project_4off.log t_quota_1on.log t_quota_2off.log t_quota_add.log t_replay_and_set.log t_write_subdirectory.log u_bounce_io.1.log u_compound_bad_rollback.log u_compound_rollback.log u_corrupt_blk_csum.log u_corrupt_blk_csum_force.log u_corrupt_hdr_csum.log u_corrupt_key_csum.log u_debugfs_opt.log u_dryrun.log u_e2fsck_opt.log u_errorout.log u_force.log u_force_dryrun.log u_incomplete.log u_mke2fs.log u_mke2fs_opt.log u_mke2fs_opt_oddsize.log u_mke2fs_opt_offset.log u_not_undo.log u_offset.log u_onefile_bad.log u_resize2fs_opt.log u_revert_64bitmcsum_onefile.log u_revert_all_onefile.log u_revert_upgrade_to_64bitmcsum.log u_tune2fs.log u_tune2fs_opt.log u_undo_undo.log u_wrong_fs.log\n+ cp ../data/test_data.tmp ./\nDURATION: 86\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5223770141601562,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-elfutils_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-elfutils",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.024213314056396484,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1400644779205322,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03325223922729492,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 15.121121168136597,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0017442703247070312,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.asm-tst1": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst2": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst3": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst4": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst5": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst6": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst7": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst8": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.asm-tst9": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwarf_default_lower_bound": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwarf_language_lower_bound": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwfl-bug-addr-overflow": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwfl-bug-fd-leak": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwfl-bug-report": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwfl-proc-attach": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.dwfl-report-segment-contiguous": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.elfshphehdr": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.elfstrtab": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.emptyfile": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.fillfile": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.hash": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.leb128": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.msg_tst": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.newdata": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.newfile": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.newscn": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.newzdata": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.read_unaligned": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addr2line-C-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addr2line-alt-debugpath.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addr2line-i-demangle-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addr2line-i-lex-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addr2line-i-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addr2line-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addrcfi.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addrname-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-addrscopes.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-aggregate-size.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-all-dwarf-ranges.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-alldts.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-allfcts-multi.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-allfcts.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-allregs.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-annobingroup.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ar-N.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ar.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-arextract.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-arsymtest.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-attr-integrate-skel.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-aarch64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-i386.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-ppc.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-s390.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-s390x.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-sparc.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-x32.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-core-x86_64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-data.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-demangle.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-dwarf.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-fp-core-aarch64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-fp-core-i386.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-fp-core-ppc64le.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-fp-core-x86_64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-backtrace-native-biarch.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-backtrace-native-core-biarch.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-backtrace-native-core.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-backtrace-native.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-bug1-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-buildid.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-compress-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-copyadd-sections.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-copymany-be32.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-copymany-be64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-copymany-le32.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-copymany-le64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-cu-dwp-section-info.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-debugaltlink.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-debuginfod-IXr.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-archive-groom.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-archive-rename.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-archive-test.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-artifact-running.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-client-profile.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-dlopen.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-duplicate-urls.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-extraction-passive.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-extraction.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-fd-prefetch-caches.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-federation-link.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-federation-metrics.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-federation-sqlite.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-file.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-find-metadata.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-longsource.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-malformed.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-negative-cache.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-no-urls.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-percent-escape.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-query-retry.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-regex.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-response-headers.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-section.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-sizetime.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-tmp-home.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-webapi-concurrency.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-writable.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuginfod-x-forwarded-for.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-debuglink.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-declfiles.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-deleted.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-disasm-bpf.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-disasm-riscv64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-disasm-x86-64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-disasm-x86.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwarf-die-addr-die.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwarf-getmacros.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwarf-getstring.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwarf-ranges.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwarfcfi.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwelf_elf_e_machine_string.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwelfgnucompressed.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwfl-addr-sect.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwfl-bug-offline-rel.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwfl-core-noncontig.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwfl-report-elf-align.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwfl-report-offline-memory.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-dwfllines.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-early-offscn.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ecp-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ecp-test2.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elf_cntl_gelf_getshdr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elfclassify-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elfclassify.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elfgetchdr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elfgetzdata.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elflint-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elflint-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elfputzdata.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-elfstrmerge-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-eu-search-cfi.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-eu-search-die.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-eu-search-lines.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-eu-search-macros.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-exprlocs-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-exprlocs.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-find-prologues.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-funcretval++11.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-funcretval-struct-native.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-funcretval-struct.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-funcretval.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-funcscopes.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-get-aranges.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-get-files.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-get-lines.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-get-pubnames.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-get-units-invalid.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-get-units-split.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-getphdrnum.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-getsrc-die.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-large-elf-file.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-lfs-symbols.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-line2addr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-linkmap-cut.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-low_high_pc-dw-form-indirect.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-low_high_pc.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-macro-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-native-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-next-cfi-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-next-cfi.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-next-files.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-next-lines.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-nm-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-nm-syms.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-nvidia-extended-linemap-libdw.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-nvidia-extended-linemap-readelf.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-peel-type.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-prelink-addr-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-pt_gnu_prop-tests.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ranlib-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ranlib-test2.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ranlib-test3.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-ranlib-test4.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-A.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-Dd.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-addr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-aranges.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-arm-flags.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-compressed-zstd.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-readelf-compressed.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-readelf-const-values.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-d.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-discr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-dw-form-indirect.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-dwz-multi.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-fat-lto.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-frames.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-gdb_index.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-info-plus.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-line.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-lnames.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-loc.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-macro.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-mixed-corenote.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-multi-noline.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-n.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-r-manyfuncs.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-ranges.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-str.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-test1.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-test2.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-test3.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-test4.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-twofiles.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-types.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-variant.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-vmcoreinfo.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-z.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-zdebug-rel.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-zdebug.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-zp.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-readelf-zx.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-reloc-bpf.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-rerequest_tag.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-retain.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-reverse-sections-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-reverse-sections.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-show-abbrev.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-show-die-info.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-srcfiles-self.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.elfutils.run-stack-d-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-stack-demangled-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-stack-i-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strings-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-g.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-groups.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-largealign.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-nobitsalign.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-nothing.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-reloc-ko.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-reloc-ppc64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-reloc-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-remove-keep.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-strmerge.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test-many.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test10.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test11.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test12.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test2.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test3.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test4.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test5.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test6.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test7.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test8.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-test9.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strip-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-strptr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-sysroot.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-test-archive64.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-test-flag-nobits.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-test-includes.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-test-manyfuncs.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-typeiter-many.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-typeiter.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unit-info.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unstrip-M.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unstrip-n.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unstrip-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unstrip-test2.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unstrip-test3.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-unstrip-test4.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-varlocs-self.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-varlocs-vars.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-varlocs.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-xlate-note.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.run-zstrptr.sh": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.system-elf-gelf-test": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.system-elf-libelf-test": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.test-nlist": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.update1": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.update2": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.update3": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.update4": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.vdsosyms": {
    "status": "PASSED"
   },
   "ptestresult.elfutils.vendorelf": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/elfutils/ptest\nmake  \\\n\tTESTS_ENVIRONMENT=\"libdir='/usr/lib'; bindir='/usr/bin'; LC_ALL=C; LANG=C; VALGRIND_CMD=''; abs_srcdir='/usr/lib/elfutils/ptest/tests'; abs_builddir='/usr/lib/elfutils/ptest/tests'; abs_top_builddir='/usr/lib/elfutils/ptest/tests/../'; export abs_srcdir; export abs_builddir; export abs_top_builddir; export libdir; export bindir; export LC_ALL; export LANG; export VALGRIND_CMD; unset DEBUGINFOD_URLS; NM='x86_64-poky-linux-gcc-nm'; export NM; CC='gcc'; export CC;\" \\\n\tLOG_COMPILER=\"/usr/lib/elfutils/ptest/tests/test-wrapper.sh installed no 's,^,eu-,'\" check-TESTS\nmake[1]: Entering directory '/usr/lib/elfutils/ptest/tests'\nmake  runtest-TESTS\nmake[2]: Entering directory '/usr/lib/elfutils/ptest/tests'\nPASS: run-arextract.sh\nSKIP: run-arsymtest.sh\nMake a sorted list of the just build src .o files.\nnm.o\nsize.o\nstrip.o\nCreate a new ar file with the .o files.\neu-ar: creating test.ar\nList the ar file contents.\nDelete all objects again.\nCheck new ar file is now empty\nPASS: run-ar.sh\nPASS: newfile\nPASS: test-nlist\ncreate test.ar with 3 testfile\neu-ar: creating test.ar\na - testfile\na - testfile\ntestfile\ntestfile\na - testfile\nlist content of testfile 1 2 3\nx - testfile\nx - testfile\nx - testfile\ndelete testfile 2\nd - testfile\nx - testfile\nx - testfile\nPASS: run-ar-N.sh\nPASS: update1\nPASS: update2\nPASS: update3\nPASS: update4\nPASS: run-show-die-info.sh\nPASS: run-get-files.sh\nPASS: run-get-lines.sh\nPASS: run-next-files.sh\nPASS: run-next-lines.sh\nPASS: run-get-pubnames.sh\nPASS: run-get-aranges.sh\nPASS: run-allfcts.sh\nPASS: run-show-abbrev.sh\nPASS: run-line2addr.sh\nPASS: hash\nlong_bit: 64\nelfclass: 64\nspace_available: 0\nNot enough disk space, need at least 10GB available\nSKIP: run-large-elf-file.sh\nPASS: newscn\nPASS: run-strip-test.sh\nPASS: run-strip-test2.sh\nPASS: run-strip-test3.sh\nPASS: run-strip-test4.sh\nPASS: run-strip-test5.sh\nPASS: run-strip-test6.sh\nPASS: run-strip-test7.sh\nPASS: run-strip-test8.sh\nPASS: run-strip-test9.sh\nPASS: run-strip-test10.sh\nPASS: run-strip-test11.sh\nPASS: run-strip-test12.sh\n/usr/bin/gcc\nPASS: run-strip-nothing.sh\n/usr/bin/gcc\nCreate debug a.out.\nstrip -g to file with debug file\n[27] .symtab              SYMTAB       0000000000000000 00003028 00000360 24       28  19  8\n0\n1\narm strip -g to file with debug file\n[28] .symtab              SYMTAB       00000000 000750 000750 16       29  89  4\n0\n1\naarch64 strip -g to file with debug file\n[27] .symtab              SYMTAB       0000000000000000 00000920 000009c0 24       28  78  8\n0\n1\nPASS: run-strip-g.sh\nPASS: run-annobingroup.sh\nPASS: run-strip-groups.sh\nelflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge\nNo errors\nelfstrmerge\nelflint merged.elf\nNo errors\nstrip\nelflint merged.elf.stripped\nNo errors\nelflint merged.elf.debug\nNo errors\nunstrip\nelflint remerged.elf\nNo errors\nelfcmp\nelflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge.o\nNo errors\nelfstrmerge\nelflint merged.elf\nNo errors\nstrip\nelflint merged.elf.stripped\nNo errors\nelflint merged.elf.debug\nNo errors\nunstrip\nelflint remerged.elf\nNo errors\nelfcmp\nPASS: run-strip-strmerge.sh\nruntest hello_i386.ko\nruntest hello_x86_64.ko\nruntest hello_ppc64.ko\nruntest hello_s390.ko\nruntest hello_aarch64.ko\nruntest hello_m68k.ko\nruntest hello_riscv64.ko\nruntest hello_csky.ko\nruntest hello_arc_hs4.ko\nruntest hello_hexagon.ko\nPASS: run-strip-reloc-ko.sh\nruntest /usr/lib/elfutils/ptest/tests/..//src/strip\n/usr/bin/eu-strip: Ignoring --reloc-debug-sections-only for non-ET_REL file 'out.debug1'\nruntest /usr/lib/elfutils/ptest/tests/..//src/strip.o\nruntest strip-uncompressed.o\nruntest strip-compressed.o\nPASS: run-strip-reloc-self.sh\nruntest testfile-debug-rel-ppc64.o\nruntest testfile-debug-rel-ppc64-z.o\nruntest testfile-debug-rel-ppc64-g.o\nPASS: run-strip-reloc-ppc64.sh\nPASS: run-strip-nobitsalign.sh\nstrip --keep-section=.strtab testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip --keep-section=.symtab testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip --keep-section=.strtab testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip --keep-section=.symtab --remove-comment testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.symtab testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.s[yt][mr]tab --keep-section=.stab* testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.symtab testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.s[yt][mr]tab --keep-section=.comment testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nPASS: run-strip-remove-keep.sh\nPASS: run-unstrip-test.sh\nPASS: run-unstrip-test2.sh\nPASS: run-unstrip-test3.sh\nPASS: run-unstrip-test4.sh\nPASS: run-unstrip-M.sh\nmerging string tables testfile4 -> testfile4.merged\nWARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33\nNo errors\nmerging string tables testfile12 -> testfile12.merged\nWARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31\nNo errors\nPASS: run-elfstrmerge-test.sh\nPASS: run-ecp-test.sh\nPASS: run-ecp-test2.sh\nPASS: run-alldts.sh\nPASS: run-elflint-test.sh\nPASS: run-elflint-self.sh\nPASS: run-ranlib-test.sh\nPASS: run-ranlib-test2.sh\nPASS: run-ranlib-test3.sh\nPASS: run-ranlib-test4.sh\nPASS: run-addrscopes.sh\nPASS: run-strings-test.sh\nPASS: run-funcscopes.sh\nPASS: run-find-prologues.sh\nPASS: run-allregs.sh\nPASS: run-addrcfi.sh\nPASS: run-dwarfcfi.sh\nPASS: run-nm-syms.sh\nPASS: run-nm-self.sh\nPASS: run-readelf-self.sh\nCould not find split unit 'testfile-hello5.dwo', id: c422aa5c31fec205\n\nDWARF section [28] '.debug_info' at offset 0x3102:\n [Offset]\n Compilation unit at offset 0:\n Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4\n Unit type: skeleton (4), Unit id: 0xc422aa5c31fec205\n [    14]  skeleton_unit        abbrev: 1\n           low_pc               (addr) 0x0000000000401160 <foo>\n           high_pc              (data8) 81 (0x00000000004011b1)\n           stmt_list            (sec_offset) 0\n           dwo_name             (strp) \"testfile-hello5.dwo\"\n           comp_dir             (strp) \"/home/mark/src/elfutils/tests\"\n           GNU_pubnames         (flag_present) yes\n           addr_base            (sec_offset) address base [     8]\n Compilation unit at offset 53:\n Version: 5, Abbreviation section offset: 21, Address size: 8, Offset size: 4\n Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe\n [    49]  skeleton_unit        abbrev: 1\n           ranges               (sec_offset) range list [    24]\n           low_pc               (addr) 000000000000000000\n           stmt_list            (sec_offset) 655\n           dwo_name             (strp) \"testfile-world5.dwo\"\n           comp_dir             (strp) \"/home/mark/src/elfutils/tests\"\n           GNU_pubnames         (flag_present) yes\n           addr_base            (sec_offset) address base [    a8]\n           rnglists_base        (sec_offset) range list [     c]\n Split compilation unit at offset 53:\n Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4\n Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe\n {    14}  compile_unit         abbrev: 8\n           producer             (strx) \"GNU C17 9.0.0 20180515 (experimental) -mtune=generic -march=x86-64 -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2\"\n           language             (data1) C11 (29)\n           name                 (strx) \"world.c\"\n           comp_dir             (strx) \"/home/mark/src/elfutils/tests\"\n           loclists_base        (sec_offset) location list [     0]\n {    1d}    variable             abbrev: 9\n             name                 (string) \"m\"\n             decl_file            (data1) hello.h (2)\n             decl_line            (data1) 1\n             decl_column          (data1) 12\n             type                 (ref4) {    27}\n             external             (flag_present) yes\n             declaration          (flag_present) yes\n {    27}    base_type            abbrev: 10\n             byte_size            (data1) 4\n             encoding             (data1) signed (5)\n             name                 (string) \"int\"\n {    2e}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"long unsigned int\"\n {    32}    base_type            abbrev: 1\n             byte_size            (data1) 1\n             encoding             (data1) unsigned_char (8)\n             name                 (strx) \"unsigned char\"\n {    36}    base_type            abbrev: 1\n             byte_size            (data1) 2\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"short unsigned int\"\n {    3a}    base_type            abbrev: 1\n             byte_size            (data1) 4\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"unsigned int\"\n {    3e}    base_type            abbrev: 1\n             byte_size            (data1) 1\n             encoding             (data1) signed_char (6)\n             name                 (strx) \"signed char\"\n {    42}    base_type            abbrev: 1\n             byte_size            (data1) 2\n             encoding             (data1) signed (5)\n             name                 (strx) \"short int\"\n {    46}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) signed (5)\n             name                 (strx) \"long int\"\n {    4a}    base_type            abbrev: 1\n             byte_size            (data1) 1\n             encoding             (data1) signed_char (6)\n             name                 (strx) \"char\"\n {    4e}    const_type           abbrev: 11\n             type                 (ref4) {    4a}\n {    53}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) signed (5)\n             name                 (strx) \"long long int\"\n {    57}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"long long unsigned int\"\n {    5b}    subprogram           abbrev: 3\n             external             (flag_present) yes\n             name                 (strx) \"main\"\n             decl_file            (implicit_const) world.c (1)\n             decl_line            (data1) 14\n             decl_column          (implicit_const) 1\n             prototyped           (flag_present) yes\n             type                 (ref4) {    27}\n             low_pc               (addrx) [c] 0x0000000000401060 <main>\n             high_pc              (data8) 32 (0x0000000000401080 <_start>)\n             frame_base           (exprloc) \n              [ 0] call_frame_cfa\n             call_all_calls       (flag_present) yes\n             sibling              (ref4) {    9b}\n {    71}      formal_parameter     abbrev: 2\n               name                 (strx) \"argc\"\n               decl_file            (implicit_const) world.c (1)\n               decl_line            (data1) 14\n               decl_column          (data1) 11\n               type                 (ref4) {    27}\n               location             (loclistx) location index [     0]\n {    7a}      formal_parameter     abbrev: 2\n               name                 (strx) \"argv\"\n               decl_file            (implicit_const) world.c (1)\n               decl_line            (data1) 14\n               decl_column          (data1) 30\n               type                 (ref4) {    9b}\n               location             (loclistx) location index [     1]\n {    83}      variable             abbrev: 12\n               name                 (string) \"n\"\n               decl_file            (data1) world.c (1)\n               decl_line            (data1) 16\n               decl_column          (data1) 15\n               type                 (ref4) {    a0}\n               location             (loclistx) location index [     2]\n {    8e}      call_site            abbrev: 4\n               call_return_pc       (addrx) [5] 0x0000000000401079 <main+0x19>\n               call_origin          (ref4) {    a5}\n {    94}      call_site            abbrev: 4\n               call_return_pc       (addrx) [a] 0x0000000000401080 <_start>\n               call_origin          (ref4) {   114}\n {    9b}    pointer_type         abbrev: 5\n             byte_size            (implicit_const) 8\n             type                 (ref4) {    a0}\n {    a0}    pointer_type         abbrev: 5\n             byte_size            (implicit_const) 8\n             type                 (ref4) {    4e}\n {    a5}    subprogram           abbrev: 3\n             external             (flag_present) yes\n             name                 (strx) \"calc\"\n             decl_file            (implicit_const) world.c (1)\n             decl_line            (data1) 5\n             decl_column          (implicit_const) 1\n             prototyped           (flag_present) yes\n             type                 (ref4) {    27}\n             low_pc               (addrx) [b] 0x00000000004011c0 <calc>\n             high_pc              (data8) 43 (0x00000000004011eb)\n             frame_base           (exprloc) \n              [ 0] call_frame_cfa\n             call_all_calls       (flag_present) yes\n             sibling              (ref4) {    eb}\n {    bb}      formal_parameter     abbrev: 2\n               name                 (strx) \"word\"\n               decl_file            (implicit_const) world.c (1)\n               decl_line            (data1) 5\n               decl_column          (data1) 19\n               type                 (ref4) {    a0}\n               location             (loclistx) location index [     3]\n {    c4}      inlined_subroutine   abbrev: 13\n               abstract_origin      (ref4) {    eb}\n               entry_pc             (addrx) [6] 0x00000000004011d3 <calc+0x13>\n               ranges               (rnglistx) range index [     0]\n               call_file            (data1) world.c (1)\n               call_line            (data1) 10\n               call_column          (data1) 10\n {    ce}        formal_parameter     abbrev: 6\n                 abstract_origin      (ref4) {   101}\n                 location             (loclistx) location index [     4]\n {    d4}        formal_parameter     abbrev: 6\n                 abstract_origin      (ref4) {    f9}\n                 location             (loclistx) location index [     5]\n {    da}        lexical_block        abbrev: 14\n                 ranges               (rnglistx) range index [     0]\n {    dc}          variable             abbrev: 15\n                   abstract_origin      (ref4) {   109}\n                   location             (loclistx) location index [     6]\n {    e2}          call_site            abbrev: 16\n                   call_return_pc       (addrx) [1] 0x00000000004011e4 <calc+0x24>\n                   call_tail_call       (flag_present) yes\n                   call_origin          (ref4) {   11b}\n {    eb}    subprogram           abbrev: 17\n             name                 (strx) \"frob\"\n             decl_file            (data1) hello.h (2)\n             decl_line            (data1) 5\n             decl_column          (data1) 1\n             prototyped           (flag_present) yes\n             type                 (ref4) {    27}\n             inline               (data1) declared_inlined (3)\n             sibling              (ref4) {   114}\n {    f9}      formal_parameter     abbrev: 7\n               name                 (string) \"a\"\n               decl_file            (implicit_const) hello.h (2)\n               decl_line            (implicit_const) 5\n               decl_column          (data1) 11\n               type                 (ref4) {    27}\n {   101}      formal_parameter     abbrev: 7\n               name                 (string) \"b\"\n               decl_file            (implicit_const) hello.h (2)\n               decl_line            (implicit_const) 5\n               decl_column          (data1) 18\n               type                 (ref4) {    27}\n {   109}      variable             abbrev: 18\n               name                 (string) \"c\"\n               decl_file            (data1) hello.h (2)\n               decl_line            (data1) 7\n               decl_column          (data1) 7\n               type                 (ref4) {    27}\n {   114}    subprogram           abbrev: 19\n             external             (flag_present) yes\n             declaration          (flag_present) yes\n             linkage_name         (strx) \"exit\"\n             name                 (strx) \"exit\"\n             decl_file            (data1) stdlib.h (3)\n             decl_line            (data2) 542\n             decl_column          (data1) 13\n {   11b}    subprogram           abbrev: 20\n             external             (flag_present) yes\n             declaration          (flag_present) yes\n             linkage_name         (string) \"baz\"\n             name                 (string) \"baz\"\n             decl_file            (data1) hello.h (2)\n             decl_line            (data1) 2\n             decl_column          (data1) 12\nPASS: run-readelf-info-plus.sh\nelfutils built without bzip2 support\nSKIP: run-readelf-compressed.sh\nPASS: run-readelf-const-values.sh\nmodule 'addr2line'\n[c] CU '../sysdeps/x86_64/start.S'@2670\n  [28] function '_start'@2670\nmodule 'addr2line'\n[21f] CU '../../elfutils-0.193/src/addr2line.c'@0\n  [25f8] inlined function 'show_int'@2fa2\n    [2612] parameter 'get'\n      <no value>\n    [2617] parameter 'info'\n      [2fa2,2fc0) {reg6}\n      [3865,3885) {reg6}\n    [2624] parameter 'name'\n      [2fa2,2fc0) {addr(0x4647), stack_value}\n      [3865,3885) {addr(0x4647), stack_value}\n    [2631] variable 'val'\n      [2fa2,2fc0) {fbreg(-240)}\n      [3868,3888) {fbreg(-240)}\n  [26b6] inlined function 'show_int'@2fc0\n    [26d0] parameter 'get'\n      <no value>\n    [26d5] parameter 'info'\n      [2fc0,2fde) {reg6}\n      [3843,3860) {reg6}\n    [26e2] parameter 'name'\n      [2fc0,2fde) {addr(0x4654), stack_value}\n      [3843,3860) {addr(0x4654), stack_value}\n    [26ef] variable 'val'\n      [2fc0,2fe0) {fbreg(-240)}\n      [3848,3868) {fbreg(-240)}\n  [22c4] inlined function 'show_note'@2f26\n    [22de] parameter 'get'\n      <no value>\n    [22e3] parameter 'info'\n      [2f26,2f38) {reg0}\n      [2f38,2f4b) {reg6}\n      [3885,38aa) {reg6}\n    [22f0] parameter 'note'\n      [2f26,2f4b) {addr(0x460b), stack_value}\n      [3885,38aa) {addr(0x460b), stack_value}\n    [22fd] variable 'flag'\n      [2f26,2f4b) {fbreg(-240)}\n      [3888,38b0) {fbreg(-240)}\n  [2306] inlined function 'show_note'@3888\n    [232c] parameter 'get'\n      <no value>\n    [2331] parameter 'info'\n      [3885,38a5) {reg6}\n    [233e] parameter 'note'\n      [3885,38a5) {addr(0x460b), stack_value}\n    [234b] variable 'flag'\n      <no value>\n  [2391] inlined function 'show_note'@2f4b\n    [23ab] parameter 'get'\n      <no value>\n    [23b0] parameter 'info'\n      [2f4b,2f68) {reg6}\n      [38aa,38d2) {reg6}\n    [23bd] parameter 'note'\n      [2f4b,2f68) {addr(0x4616), stack_value}\n      [38aa,38d2) {addr(0x4616), stack_value}\n    [23ca] variable 'flag'\n      [2f4b,2f68) {fbreg(-240)}\n      [38b0,38d8) {fbreg(-240)}\n  [23d3] inlined function 'show_note'@38b0\n    [23f9] parameter 'get'\n      <no value>\n    [23fe] parameter 'info'\n      [38aa,38cd) {reg6}\n    [240b] parameter 'note'\n      [38aa,38cd) {addr(0x4616), stack_value}\n    [2418] variable 'flag'\n      <no value>\n  [245e] inlined function 'show_note'@2f68\n    [2478] parameter 'get'\n      <no value>\n    [247d] parameter 'info'\n      [2f68,2f85) {reg6}\n      [38fa,3922) {reg6}\n    [248a] parameter 'note'\n      [2f68,2f85) {addr(0x4625), stack_value}\n      [38fa,3922) {addr(0x4625), stack_value}\n    [2497] variable 'flag'\n      [2f68,2f85) {fbreg(-240)}\n      [3900,3928) {fbreg(-240)}\n  [24a0] inlined function 'show_note'@3900\n    [24c6] parameter 'get'\n      <no value>\n    [24cb] parameter 'info'\n      [38fa,391d) {reg6}\n    [24d8] parameter 'note'\n      [38fa,391d) {addr(0x4625), stack_value}\n    [24e5] variable 'flag'\n      <no value>\n  [252b] inlined function 'show_note'@2f85\n    [2545] parameter 'get'\n      <no value>\n    [254a] parameter 'info'\n      [2f85,2fa2) {reg6}\n      [38d2,38fa) {reg6}\n    [2557] parameter 'note'\n      [2f85,2fa2) {addr(0x4635), stack_value}\n      [38d2,38fa) {addr(0x4635), stack_value}\n    [2564] variable 'flag'\n      [2f85,2fa2) {fbreg(-240)}\n      [38d8,3900) {fbreg(-240)}\n  [256d] inlined function 'show_note'@38d8\n    [2593] parameter 'get'\n      <no value>\n    [2598] parameter 'info'\n      [38d2,38f5) {reg6}\n    [25a5] parameter 'note'\n      [38d2,38f5) {addr(0x4635), stack_value}\n    [25b2] variable 'flag'\n      <no value>\n  [20fa] inlined function 'get_addr_width'@3230\n    [2114] parameter 'mod'\n      [322b,3243) {reg0}\n      [3243,3256) {reg3}\n      [3530,353f) {reg0}\n      [353f,357d) {reg3}\n      [37e1,37f3) {reg3}\n  [38e6] function 'print_src'@2c30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3905] parameter 'src'\n      [2c30,2c65) {reg5}\n      [2c65,2c84) {fbreg(-64)}\n      [2c84,2cb1) {reg8}\n      [2cb2,2cc1) {reg5}\n      [2cc1,2ce6) {reg8}\n      [2cff,2d1a) {reg5}\n      [2d1a,2d1e) {reg8}\n      [2d1e,2d4a) {fbreg(-64)}\n    [3919] parameter 'lineno'\n      [2c30,2c5d) {reg4}\n      [2c5d,2c65) {reg9}\n      [2c65,2c86) {fbreg(-52)}\n      [2c86,2cb2) {entry_value(1) {reg4}, stack_value}\n      [2cb2,2cc1) {reg4}\n      [2cc1,2ccb) {reg9}\n      [2ccb,2cff) {entry_value(1) {reg4}, stack_value}\n      [2cff,2d13) {reg4}\n      [2d13,2d1e) {reg9}\n      [2d1e,2d4a) {fbreg(-52)}\n      [2d4a,2d4f) {entry_value(1) {reg4}, stack_value}\n    [392d] parameter 'linecol'\n      [2c30,2c65) {reg1}\n      [2c65,2ca6) {reg3}\n      [2ca6,2cb2) {entry_value(1) {reg1}, stack_value}\n      [2cb2,2cc1) {reg1}\n      [2cc1,2cfe) {reg3}\n      [2cfe,2cff) {entry_value(1) {reg1}, stack_value}\n      [2cff,2d0a) {reg1}\n      [2d0a,2d4f) {reg3}\n    [3941] parameter 'cu'\n      [2c30,2c65) {reg2}\n      [2c65,2cb2) {entry_value(1) {reg2}, stack_value}\n      [2cb2,2cc1) {reg2}\n      [2cc1,2cff) {entry_value(1) {reg2}, stack_value}\n      [2cff,2d1e) {reg2}\n      [2d1e,2d4f) {entry_value(1) {reg2}, stack_value}\n    [3954] variable 'comp_dir'\n      [2c52,2c84) {addr(0x47ae), stack_value}\n      [2c84,2cb1) {reg1}\n      [2cb2,2ccb) {addr(0x47ae), stack_value}\n      [2ccb,2ce6) {reg1}\n      [2cff,2d38) {addr(0x47ae), stack_value}\n      [2d38,2d44) {reg0}\n      [2d44,2d4a) {reg1}\n    [3968] variable 'comp_dir_sep'\n      [2c52,2c84) {addr(0x47ae), stack_value}\n      [2c84,2c86) {reg1}\n      [2c86,2cb1) {reg2}\n      [2cb2,2ccb) {addr(0x47ae), stack_value}\n      [2ccb,2ce6) {reg2}\n      [2cff,2d4a) {addr(0x47ae), stack_value}\n  [3ac0] function 'adjust_to_section'@2990\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3ae1] parameter 'name'\n      [2990,29be) {reg5}\n      [29be,2a4e) {reg14}\n      [2a4e,2a51) {entry_value(1) {reg5}, stack_value}\n      [2a51,2b09) {reg14}\n    [3af5] parameter 'addr'\n      [2990,29a0) {reg4}\n      [29a0,2a50) {reg15}\n      [2a50,2a51) {entry_value(1) {reg4}, stack_value}\n      [2a51,2b09) {reg15}\n    [3b09] parameter 'dwfl'\n      [2990,29c3) {reg1}\n      [29c3,29d0) {reg5}\n      [29d0,2b09) {entry_value(1) {reg1}, stack_value}\n    [3b1d] variable 'mod'\n      [2990,2b09) {fbreg(-160)}\n    [3b2d] variable 'nscn'\n      [29f4,29f8) {reg0}\n      [29f8,2a32) {reg12}\n      [2a51,2a8e) {reg12}\n  [3dc0] function 'find_symbol'@28b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3de1] parameter 'mod'\n      [28b0,28d8) {reg5}\n      [28d8,2958) {reg6}\n      [2958,2961) {entry_value(1) {reg5}, stack_value}\n      [2961,297a) {reg6}\n      [297a,2983) {entry_value(1) {reg5}, stack_value}\n    [3df5] parameter 'userdata'\n      [28b0,28d8) {reg4}\n      [28d8,2983) {entry_value(1) {reg4}, stack_value}\n    [3e09] parameter 'name'\n      [28b0,28d8) {reg1}\n      [28d8,2983) {entry_value(1) {reg1}, stack_value}\n    [3e1d] parameter 'start'\n      [28b0,28d8) {reg2}\n      [28d8,2983) {entry_value(1) {reg2}, stack_value}\n    [3e31] parameter 'arg'\n      [28b0,28d8) {reg8}\n      [28d8,2960) {reg15}\n      [2960,2961) {entry_value(1) {reg8}, stack_value}\n      [2961,2982) {reg15}\n      [2982,2983) {entry_value(1) {reg8}, stack_value}\n    [3e45] variable 'looking_for'\n      [28d4,28d8) {reg0}\n      [28d8,2983) {fbreg(-72)}\n    [3e59] variable 'symbol'\n      [28d4,2957) {reg3}\n      [2961,2979) {reg3}\n    [3e6d] variable 'value'\n      [28d4,295c) {reg13}\n      [2961,297e) {reg13}\n    [3e81] variable 'n'\n      [28d9,28e9) {reg0}\n      [28e9,294b) {reg12}\n      [2961,297c) {reg12}\n  [3f28] function 'see_one_module'@2890\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3f49] parameter 'mod'\n      [2890,28a6) {reg5}\n    [3f57] parameter 'userdata'\n      [2890,28a6) {reg4}\n    [3f65] parameter 'name'\n      [2890,28a6) {reg1}\n    [3f73] parameter 'start'\n      [2890,28a6) {reg2}\n    [3f81] parameter 'arg'\n      [2890,28a6) {reg8}\n    [3f8f] variable 'result'\n      [2890,28a6) {reg8}\n  [2c7f] inlined function 'print_addrsym'@2e22\n    [2c99] parameter 'mod'\n      [2e03,2e86) {reg3}\n      [3320,3361) {reg3}\n      [3512,3530) {reg3}\n      [3754,37e1) {reg3}\n      [37f3,3843) {reg3}\n    [2ca6] parameter 'addr'\n      [2e03,2e86) {fbreg(-296)}\n      [3320,3368) {fbreg(-296)}\n      [3518,3530) {fbreg(-296)}\n      [3758,37e8) {fbreg(-296)}\n      [37f8,3848) {fbreg(-296)}\n    [2caf] variable 's'\n      [2e03,2e86) {fbreg(-240)}\n      [3320,3368) {fbreg(-240)}\n      [3518,3530) {fbreg(-240)}\n      [3758,37e8) {fbreg(-240)}\n      [37f8,3848) {fbreg(-240)}\n    [2cb8] variable 'off'\n      [2e03,2e86) {fbreg(-288)}\n      [3320,3368) {fbreg(-288)}\n      [3518,3530) {fbreg(-288)}\n      [3758,37e8) {fbreg(-288)}\n      [37f8,3848) {fbreg(-288)}\n    [2cc1] variable 'name'\n      [2e29,2e3b) {reg0}\n      [2e3c,2e5b) {reg0}\n      [2e5b,2e5f) {reg1}\n      [3320,332c) {reg0}\n      [3512,3526) {reg0}\n      [3526,352a) {reg1}\n      [380a,381a) {reg0}\n      [381a,383d) {reg1}\n  [307e] inlined function 'print_dwarf_function'@313d\n    [3098] parameter 'mod'\n      [313d,31ec) {reg3}\n      [3361,33c4) {reg3}\n      [34c6,350d) {reg3}\n      [3922,3a59) {reg3}\n      [3b27,3bf2) {reg3}\n    [30a5] parameter 'addr'\n      [313d,3187) {reg6}\n    [30b2] variable 'bias'\n      [313d,31ec) {fbreg(-304)}\n      [3368,33c8) {fbreg(-304)}\n      [34d0,3518) {fbreg(-304)}\n      [3928,3a59) {fbreg(-304)}\n      [3b27,3bf2) {fbreg(-304)}\n    [30bb] variable 'cudie'\n      [3169,316d) {reg0}\n      [316d,31ec) {reg12}\n      [3361,33c4) {reg12}\n      [34c6,350d) {reg12}\n      [3922,3a59) {reg12}\n      [3b27,3bf2) {reg12}\n    [30c8] variable 'scopes'\n      [313d,31ec) {fbreg(-296)}\n      [3368,33c8) {fbreg(-296)}\n      [34d0,3518) {fbreg(-296)}\n      [3928,3a59) {fbreg(-296)}\n      [3b27,3bf2) {fbreg(-296)}\n    [30d1] variable 'nscopes'\n      [316e,3184) {reg0}\n    [30de] variable 'res'\n      [31e2,31ec) {lit1, stack_value}\n      [33bf,33c4) {lit0, stack_value}\n      [3503,350d) {lit1, stack_value}\n  [4631] inlined function 'get_diename'@2b80\n    [4657] parameter 'die'\n      [2b80,2b98) {reg3}\n    [4664] variable 'attr'\n      <no value>\n    [4669] variable 'name'\n      <no value>\n  [471c] inlined function 'symname'@2be6\n    [4742] parameter 'name'\n      [2be6,2c0a) {reg5}\n      [2c0a,2c1f) {fbreg(-40)}\n      [2c1f,2c22) {reg0}\n  [41cf] function 'parse_opt'@2760\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [41f1] parameter 'key'\n      [2760,276d) {reg5}\n      [276d,278e) {entry_value(1) {reg5}, stack_value}\n      [278e,27b5) {reg5}\n      [27b5,27b8) {entry_value(1) {reg5}, stack_value}\n      [27b8,27d5) {reg5}\n      [27d5,287c) {entry_value(1) {reg5}, stack_value}\n      [287c,288c) {reg5}\n    [4205] parameter 'arg'\n      [2760,288c) {reg4}\n    [4213] parameter 'state'\n      [2760,2779) {reg1}\n      [2779,278e) {entry_value(1) {reg1}, stack_value}\n      [278e,27b5) {reg1}\n      [27b5,27b8) {entry_value(1) {reg1}, stack_value}\n      [27b8,27d0) {reg1}\n      [27d0,287c) {entry_value(1) {reg1}, stack_value}\n      [287c,288c) {reg1}\n  [332d] inlined function 'xbasename'@39f1\n    [3347] parameter 's'\n      [39f1,3a02) {reg8}\n      [3a02,3a11) {fbreg(-352)}\n      [3a11,3a1c) {reg8}\n      [3a1c,3a1f) {fbreg(-352)}\n    [3354] variable 'p'\n      [3a03,3a1f) {reg0}\n  [39c6] inlined function 'xbasename'@2c58\n    [39e0] parameter 's'\n      [2c58,2c65) {reg5}\n      [2c65,2c84) {fbreg(-64)}\n    [39ed] variable 'p'\n      [2c66,2c84) {reg0}\n  [1e79] inlined function 'error'@3c0f\n    [1e9f] parameter '__status'\n      [3c0f,3c20) {lit0, stack_value}\n    [1eac] parameter '__errnum'\n      [3c0f,3c20) {lit0, stack_value}\n    [1eb9] parameter '__format'\n      [3c0f,3c1b) {reg0}\n      [3c1b,3c1f) {reg1}\n  [1ee5] inlined function 'error'@3c42\n    [1eff] parameter '__status'\n      [3c42,3c58) {lit0, stack_value}\n    [1f0c] parameter '__errnum'\n      [3c42,3c58) {lit0, stack_value}\n    [1f19] parameter '__format'\n      [3c42,3c53) {reg0}\n      [3c53,3c57) {reg1}\n  [3bc2] inlined function 'error'@2af0\n    [3bdc] parameter '__status'\n      [2af0,2b04) {lit0, stack_value}\n    [3be9] parameter '__errnum'\n      [2af0,2b04) {lit0, stack_value}\n    [3bf6] parameter '__format'\n      [2af0,2aff) {reg0}\n      [2aff,2b03) {reg1}\n  [3cdb] inlined function 'error'@2ac7\n    [3d01] parameter '__status'\n      [2ac7,2ad8) {lit1, stack_value}\n    [3d0e] parameter '__errnum'\n      [2ac7,2ad8) {lit0, stack_value}\n    [3d1b] parameter '__format'\n      [2ac7,2ad3) {reg0}\n      [2ad3,2ad7) {reg1}\n  [21ae] inlined function 'printf'@326d\n    [21d1] parameter '__fmt'\n      [326d,3285) {addr(0x4590), stack_value}\n  [2229] inlined function 'printf'@3419\n    [2243] parameter '__fmt'\n      [3419,3420) {addr(0x459a), stack_value}\n  [263a] inlined function 'printf'@3868\n    [2660] parameter '__fmt'\n      [3865,3880) {addr(0x464b), stack_value}\n  [26f8] inlined function 'printf'@3848\n    [271e] parameter '__fmt'\n      [3843,3860) {addr(0x464b), stack_value}\n  [292a] inlined function 'printf'@3b09\n    [2944] parameter '__fmt'\n      [3b09,3b22) {addr(0x45b6), stack_value}\n  [29fe] inlined function 'printf'@373c\n    [2a24] parameter '__fmt'\n      [373c,374f) {addr(0x4667), stack_value}\n  [2cce] inlined function 'printf'@2e4d\n    [2ce8] parameter '__fmt'\n      [2e4d,2e60) {addr(0x45b8), stack_value}\n  [2d16] inlined function 'printf'@2e81\n    [2d3c] parameter '__fmt'\n      [2e81,2e86) {implicit_pointer([47ba],0) {implicit_value(3){256300}}}\n  [2d71] inlined function 'printf'@3355\n    [2d8b] parameter '__fmt'\n      [3355,335c) {addr(0x45df), stack_value}\n  [2db9] inlined function 'printf'@3810\n    [2dd3] parameter '__fmt'\n      [3810,383e) {addr(0x45e4), stack_value}\n  [2e3a] inlined function 'printf'@3518\n    [2e60] parameter '__fmt'\n      [3512,352b) {addr(0x45f0), stack_value}\n  [2f1b] inlined function 'printf'@37c6\n    [2f41] parameter '__fmt'\n      [37c6,37dc) {addr(0x45f8), stack_value}\n  [312c] inlined function 'printf'@31ca\n    [3152] parameter '__fmt'\n      [31ca,31e2) {addr(0x459a), stack_value}\n  [31c4] inlined function 'printf'@336d\n    [31ea] parameter '__fmt'\n      [336d,3383) {addr(0x45a3), stack_value}\n  [3218] inlined function 'printf'@339a\n    [323e] parameter '__fmt'\n      [339a,33ad) {addr(0x45da), stack_value}\n  [326c] inlined function 'printf'@34ed\n    [3292] parameter '__fmt'\n      [34ed,3503) {addr(0x459f), stack_value}\n  [337e] inlined function 'printf'@3a35\n    [33a4] parameter '__fmt'\n      [3a35,3a52) {addr(0x45c9), stack_value}\n  [3423] inlined function 'printf'@3bbd\n    [3449] parameter '__fmt'\n      [3bbd,3bd5) {addr(0x45bb), stack_value}\n  [3480] inlined function 'printf'@3bda\n    [34a6] parameter '__fmt'\n      [3bda,3bed) {addr(0x45ae), stack_value}\n  [3654] inlined function 'printf'@3213\n    [367a] parameter '__fmt'\n      [3213,3226) {addr(0x4557), stack_value}\n  [3a16] inlined function 'printf'@2c86\n    [3a30] parameter '__fmt'\n      [2c86,2cb2) {addr(0x4545), stack_value}\n  [3a5e] inlined function 'printf'@2ccf\n    [3a84] parameter '__fmt'\n      [2ccf,2ce7) {addr(0x4538), stack_value}\n  [42ea] inlined function 'feof_unlocked'@25db\n    [4304] parameter '__stream'\n      (25db,25db) <empty range>\n      (2627,2627) <empty range>\n  [4312] inlined function 'getline'@262c\n    [4338] parameter '__lineptr'\n      [262c,2631) {fbreg(-56), stack_value}\n      [2631,263d) {reg5}\n      [263d,263e) {fbreg(-56), stack_value}\n    [4345] parameter '__n'\n      [262c,263e) {reg6}\n    [4352] parameter '__stream'\n      [262c,263d) {reg2}\n  [29b7] inlined function 'putchar'@36f3\n    [29dd] parameter '__c'\n      [36f3,3704) {lit10, stack_value}\n  [3037] inlined function 'putchar'@2fe0\n    [305d] parameter '__c'\n      [2fde,2ff1) {lit10, stack_value}\n  [45f4] function 'get_diename'@2b10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [460f] parameter 'die'\n      [2b10,2b33) {reg5}\n      [2b33,2b5b) {reg3}\n      [2b5b,2b5d) {entry_value(1) {reg5}, stack_value}\n      [2b5d,2b9d) {reg3}\n    [461c] variable 'attr'\n      [2b10,2b9d) {fbreg(-64)}\n    [4624] variable 'name'\n      [2b41,2b46) {reg0}\n      [2b78,2b87) {reg0}\n  [46f4] function 'symname'@2ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [470f] parameter 'name'\n      [2ba0,2bc2) {reg5}\n      [2bc2,2c0a) {reg5}\n      [2c0a,2c24) {fbreg(-40)}\n      [2c24,2c28) {reg5}\nmodule 'addr2line'\n[47e0] CU '../../elfutils-0.193/lib/printversion.c'@3c70\n  [4cfb] function 'print_version'@3c70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4d19] parameter 'stream'\n      [3c70,3c98) {reg5}\n      [3c98,3cb5) {reg3}\n      [3cb5,3cd1) {reg5}\n      [3cd1,3cd2) {entry_value(1) {reg5}, stack_value}\n    [4d2b] parameter 'state'\n      [3c70,3c86) {reg4}\n      [3c86,3cd2) {entry_value(1) {reg4}, stack_value}\n  [4d3d] inlined function 'fprintf'@3c70\n    [4d54] parameter '__stream'\n      [3c70,3c98) {reg5}\n      [3c98,3c99) {reg3}\n    [4d61] parameter '__fmt'\n      [3c70,3c99) {addr(0x47a3), stack_value}\n  [4daf] inlined function 'fprintf'@3cb1\n    [4dc6] parameter '__stream'\n      [3cb1,3cb5) {reg3}\n      [3cb5,3cd1) {reg5}\n      [3cd1,3cd2) {entry_value(1) {reg5}, stack_value}\n    [4dd3] parameter '__fmt'\n      [3cb1,3cbf) {reg0}\n      [3cbf,3cd1) {reg1}\nmodule 'elfclassify'\n[c] CU '../sysdeps/x86_64/start.S'@24b0\n  [28] function '_start'@24b0\nmodule 'elfclassify'\n[21f] CU '../../elfutils-0.193/src/elfclassify.c'@0\n  [166e] inlined function 'process_stdin'@23cf\n    [1688] parameter 'status'\n      [23cf,240e) {fbreg(-2132), stack_value}\n      [240e,2419) {reg5}\n      [2419,2467) {fbreg(-2132), stack_value}\n      [2471,249e) {fbreg(-2132), stack_value}\n      (24a8,24a8) <empty range>\n      [2280,2285) {fbreg(-2132), stack_value}\n    [1695] variable 'delim'\n      [23df,2467) {reg6}\n      [2471,249e) {reg6}\n      (24a8,24a8) <empty range>\n      [2280,2285) {reg6}\n    [16a2] variable 'buffer'\n      [23cf,2467) {fbreg(-2128)}\n      [2471,24a3) {fbreg(-2128)}\n      [2280,2285) {fbreg(-2128)}\n    [16ab] variable 'buffer_size'\n      [23cf,2467) {fbreg(-2120)}\n      [2471,24a3) {fbreg(-2120)}\n      [2280,2285) {fbreg(-2120)}\n  [1855] function 'process_current_path'@2860\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1874] parameter 'status'\n      [2860,28aa) {reg5}\n      [28aa,2d38) {reg15}\n      [2d38,2d39) {entry_value(1) {reg5}, stack_value}\n      [2d39,2df3) {reg15}\n      [2df3,2df8) {entry_value(1) {reg5}, stack_value}\n      [2df8,2e72) {reg15}\n      [2e72,2e77) {entry_value(1) {reg5}, stack_value}\n      [2e77,3ba7) {reg15}\n    [1888] variable 'checks_passed'\n      [2887,2c0e) {lit1, stack_value}\n      [2c0e,2c1d) {reg3}\n      [2c1d,2c37) {reg3}\n      [2c39,2c8b) {lit1, stack_value}\n      [2ca0,2cac) {reg3}\n      [2cac,2cbd) {reg3}\n      [2d39,2d7d) {lit1, stack_value}\n      [2d7d,2da7) {lit0, stack_value}\n      [2e77,3b42) {lit1, stack_value}\n      [3b47,3ba7) {lit1, stack_value}\n  [30f6] function 'parse_opt'@25a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3119] parameter 'key'\n      [25a0,25bb) {reg5}\n      [25bb,25be) {entry_value(1) {reg5}, stack_value}\n      [25be,25e5) {reg5}\n      [25e5,25f9) {breg0(2000), stack_value}\n      [25f9,25fe) {entry_value(1) {reg5}, stack_value}\n      [25fe,265d) {reg5}\n      [265d,26cc) {entry_value(1) {reg5}, stack_value}\n      [26cc,26dc) {reg5}\n      [26dc,26ef) {breg0(2000), stack_value}\n      [26ef,270c) {reg5}\n    [312e] parameter 'arg'\n      [25a0,270c) {reg4}\n    [313d] parameter 'state'\n      [25a0,25b2) {reg1}\n      [25b2,25be) {entry_value(1) {reg1}, stack_value}\n      [25be,25f5) {reg1}\n      [25f5,25fe) {entry_value(1) {reg1}, stack_value}\n      [25fe,2607) {reg1}\n      [2607,2613) {entry_value(1) {reg1}, stack_value}\n      [2613,265d) {reg1}\n      [265d,26cc) {entry_value(1) {reg1}, stack_value}\n      [26cc,270c) {reg1}\n  [3185] inlined function 'classify_check_negative'@25c0\n    [31a8] parameter 'key'\n      (25be,25be) <empty range>\n  [3151] inlined function 'classify_check_positive'@25a0\n    [3177] parameter 'key'\n      (25a0,25a0) <empty range>\n  [1aea] inlined function 'is_linux_kernel_module'@3008\n  [1a33] inlined function 'is_library'@2ae8\n  [19ff] inlined function 'is_program'@2a91\n  [19be] inlined function 'is_executable'@2a6c\n  [3643] inlined function 'is_shared'@2843\n  [1a5b] inlined function 'is_debug_only'@2b36\n  [198f] inlined function 'is_unstripped'@2a42\n  [361b] inlined function 'is_loadable'@27d0\n  [1960] inlined function 'is_core'@2a13\n  [1931] inlined function 'is_elf_archive'@29fc\n  [1902] inlined function 'is_elf_file'@29e5\n  [18d3] inlined function 'is_elf'@29cc\n  [21f8] inlined function 'run_classify'@2946\n    [2212] variable 'kind'\n      [29b2,29c2) {reg0}\n      [2eb1,2ed7) {reg0}\n      [2ed7,2f00) {reg9}\n      [2f00,2f17) {fbreg(-360)}\n      [30e3,30f9) {reg0}\n      [30f9,3102) {reg9}\n      [3508,3514) {reg0}\n    [221f] variable 'ehdr_storage'\n      [2932,2939) {fbreg(-224)}\n      [2946,29c2) {fbreg(-224)}\n      [2eb8,2fe8) {fbreg(-224)}\n      [30e8,3112) {fbreg(-224)}\n      [3119,3360) {fbreg(-224)}\n      [34dc,3514) {fbreg(-224)}\n      [359e,3610) {fbreg(-224)}\n      [3636,367c) {fbreg(-224)}\n      [3688,36f8) {fbreg(-224)}\n      [3702,3833) {fbreg(-224)}\n      [3849,3b42) {fbreg(-224)}\n      [3b47,3b53) {fbreg(-224)}\n      [3b86,3ba7) {fbreg(-224)}\n    [2228] variable 'ehdr'\n      [2f22,2f2f) {reg0}\n      [359e,35ba) {reg0}\n    [2235] variable 'dyn_seg'\n      [2f3c,2f7c) {piece(8), lit0, stack_value, piece(8), piece(40)}\n      [2fc6,2fd3) {piece(8), reg6, piece(8), piece(40)}\n      [35df,360c) {piece(8), lit0, stack_value, piece(8), piece(40)}\n      [3733,374b) {piece(8), lit0, stack_value, piece(8), piece(40)}\n  [2a24] inlined function 'elf_type_string'@3752\n    [2a3e] parameter 'type'\n      [3752,3776) {reg9}\n      [3849,3879) {reg9}\n      [3b47,3b53) {reg9}\n  [2242] inlined function 'elf_kind_string'@2eb8\n    [225b] parameter 'kind'\n      [2eb1,2ed7) {reg0}\n      [2ed7,2edb) {reg9}\n      [30e3,30f9) {reg0}\n      [30f9,3102) {reg9}\n      [3508,3514) {reg0}\n  [3008] inlined function 'close_elf'@2cb8\n  [1f97] inlined function 'open_elf'@2887\n  [20df] inlined function 'close_file'@2c61\n  [3022] inlined function 'close_file'@2cd0\n  [1fb1] inlined function 'open_file'@2887\n    [1fca] variable 'st'\n      [2887,2917) {fbreg(-224)}\n      [2c40,2c61) {fbreg(-224)}\n      [2d60,2d6b) {fbreg(-224)}\n      [2e80,2e98) {fbreg(-224)}\n  [210d] inlined function 'elf_issue'@2fe8\n    [2126] parameter 'msg'\n      [2fe1,2ffd) {addr(0x40c4), stack_value}\n      [3b53,3b86) {addr(0x40c4), stack_value}\n  [2319] inlined function 'elf_issue'@3102\n    [2333] parameter 'msg'\n      [3102,3112) {addr(0x40fd), stack_value}\n      [3b86,3ba7) {addr(0x40fd), stack_value}\n  [23a5] inlined function 'elf_issue'@35e0\n    [23ca] parameter 'msg'\n      [35df,360c) {addr(0x40ed), stack_value}\n  [245a] inlined function 'elf_issue'@3702\n    [2474] parameter 'msg'\n      [3702,3733) {addr(0x410c), stack_value}\n  [2691] inlined function 'elf_issue'@3688\n    [26b7] parameter 'msg'\n      [3688,36b7) {addr(0x411c), stack_value}\n  [271a] inlined function 'elf_issue'@36c0\n    [2740] parameter 'msg'\n      [36b7,36f1) {addr(0x4538), stack_value}\n  [28fc] inlined function 'elf_issue'@3935\n    [2922] parameter 'msg'\n      [3935,3966) {addr(0x4510), stack_value}\n  [299c] inlined function 'elf_issue'@359e\n    [29c1] parameter 'msg'\n      [359e,35c8) {addr(0x40e2), stack_value}\n  [33fc] function 'issue'@2710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [341a] parameter 'e'\n      [2710,2738) {reg5}\n      [2738,273e) {reg4}\n      [273e,274b) {entry_value(1) {reg5}, stack_value}\n      [274b,2758) {reg5}\n      [2758,276f) {reg4}\n      [276f,277c) {entry_value(1) {reg5}, stack_value}\n    [342a] parameter 'msg'\n      [2710,272a) {reg4}\n      [272a,273e) {reg2}\n      [273e,274b) {entry_value(1) {reg4}, stack_value}\n      [274b,2758) {reg4}\n      [2758,276f) {reg2}\n      [276f,277c) {entry_value(1) {reg4}, stack_value}\n  [202b] inlined function 'open'@28af\n    [2044] parameter '__path'\n      [28af,28c4) {addr(0x7898)}\n    [2051] parameter '__oflag'\n      [28af,28c0) {addr(0x7890), deref_size(1), const1u(255), and, lit17, shl, stack_value}\n      [28c0,28c4) {reg4}\n  [1b19] inlined function 'fprintf'@3360\n    [1b3f] parameter '__stream'\n      <no value>\n    [1b44] parameter '__fmt'\n      [3360,3386) {addr(0x42da), stack_value}\n  [1b72] inlined function 'fprintf'@3386\n    [1b98] parameter '__stream'\n      <no value>\n    [1b9d] parameter '__fmt'\n      [3386,33a7) {addr(0x42c3), stack_value}\n  [1bcb] inlined function 'fprintf'@33ac\n    [1bf1] parameter '__stream'\n      <no value>\n    [1bf6] parameter '__fmt'\n      [33ac,33cd) {addr(0x47a8), stack_value}\n  [1c24] inlined function 'fprintf'@33d2\n    [1c4a] parameter '__stream'\n      <no value>\n    [1c4f] parameter '__fmt'\n      [33d2,33f3) {addr(0x42af), stack_value}\n  [1c7d] inlined function 'fprintf'@33f8\n    [1ca3] parameter '__stream'\n      <no value>\n    [1ca8] parameter '__fmt'\n      [33f8,3419) {addr(0x429c), stack_value}\n  [1cd6] inlined function 'fprintf'@341e\n    [1cfc] parameter '__stream'\n      <no value>\n    [1d01] parameter '__fmt'\n      [341e,343f) {addr(0x4288), stack_value}\n  [1d2f] inlined function 'fprintf'@3444\n    [1d55] parameter '__stream'\n      <no value>\n    [1d5a] parameter '__fmt'\n      [3444,3465) {addr(0x4271), stack_value}\n  [1d88] inlined function 'fprintf'@346a\n    [1dae] parameter '__stream'\n      <no value>\n    [1db3] parameter '__fmt'\n      [346a,348b) {addr(0x425a), stack_value}\n  [1de1] inlined function 'fprintf'@3490\n    [1e07] parameter '__stream'\n      <no value>\n    [1e0c] parameter '__fmt'\n      [3490,34b1) {addr(0x4249), stack_value}\n  [1e3a] inlined function 'fprintf'@34b6\n    [1e60] parameter '__stream'\n      <no value>\n    [1e65] parameter '__fmt'\n      [34b6,34d7) {addr(0x420c), stack_value}\n  [1e93] inlined function 'fprintf'@3552\n    [1eb9] parameter '__stream'\n      <no value>\n    [1ebe] parameter '__fmt'\n      [3552,3573) {addr(0x421c), stack_value}\n  [1eec] inlined function 'fprintf'@3578\n    [1f12] parameter '__stream'\n      <no value>\n    [1f17] parameter '__fmt'\n      [3578,3599) {addr(0x4231), stack_value}\n  [1fd3] inlined function 'fprintf'@2890\n    [1ff8] parameter '__stream'\n      <no value>\n    [1ffd] parameter '__fmt'\n      [2890,28af) {addr(0x4098), stack_value}\n  [2269] inlined function 'fprintf'@2edb\n    [228e] parameter '__stream'\n      <no value>\n    [2293] parameter '__fmt'\n      [2edb,2f01) {addr(0x44e8), stack_value}\n  [2632] inlined function 'fprintf'@3318\n    [2658] parameter '__stream'\n      <no value>\n    [265d] parameter '__fmt'\n      [3313,3339) {addr(0x4558), stack_value}\n  [2a4c] inlined function 'fprintf'@3776\n    [2a72] parameter '__stream'\n      <no value>\n    [2a77] parameter '__fmt'\n      [3776,3797) {addr(0x4660), stack_value}\n  [2b10] inlined function 'fprintf'@38fa\n    [2b2a] parameter '__stream'\n      <no value>\n    [2b2f] parameter '__fmt'\n      [38fa,3919) {addr(0x4630), stack_value}\n  [2ba9] inlined function 'fprintf'@397a\n    [2bcf] parameter '__stream'\n      <no value>\n    [2bd4] parameter '__fmt'\n      [397a,39a0) {addr(0x4770), stack_value}\n  [2c02] inlined function 'fprintf'@39a0\n    [2c28] parameter '__stream'\n      <no value>\n    [2c2d] parameter '__fmt'\n      [39a0,39c1) {addr(0x4748), stack_value}\n  [2c5b] inlined function 'fprintf'@39c6\n    [2c81] parameter '__stream'\n      <no value>\n    [2c86] parameter '__fmt'\n      [39c6,39e7) {addr(0x4720), stack_value}\n  [2cb4] inlined function 'fprintf'@39ec\n    [2cda] parameter '__stream'\n      <no value>\n    [2cdf] parameter '__fmt'\n      [39ec,3a0d) {addr(0x41ee), stack_value}\n  [2d0d] inlined function 'fprintf'@3a12\n    [2d33] parameter '__stream'\n      <no value>\n    [2d38] parameter '__fmt'\n      [3a12,3a33) {addr(0x41d4), stack_value}\n  [2d66] inlined function 'fprintf'@3a38\n    [2d8c] parameter '__stream'\n      <no value>\n    [2d91] parameter '__fmt'\n      [3a38,3a59) {addr(0x4700), stack_value}\n  [2dbf] inlined function 'fprintf'@3a5e\n    [2de5] parameter '__stream'\n      <no value>\n    [2dea] parameter '__fmt'\n      [3a5e,3a7f) {addr(0x41bc), stack_value}\n  [2e18] inlined function 'fprintf'@3a84\n    [2e3e] parameter '__stream'\n      <no value>\n    [2e43] parameter '__fmt'\n      [3a84,3aa5) {addr(0x46d8), stack_value}\n  [2e71] inlined function 'fprintf'@3aaa\n    [2e97] parameter '__stream'\n      <no value>\n    [2e9c] parameter '__fmt'\n      [3aaa,3acb) {addr(0x46b0), stack_value}\n  [2eca] inlined function 'fprintf'@3ad0\n    [2ef0] parameter '__stream'\n      <no value>\n    [2ef5] parameter '__fmt'\n      [3ad0,3af1) {addr(0x4680), stack_value}\n  [2f23] inlined function 'fprintf'@3af6\n    [2f49] parameter '__stream'\n      <no value>\n    [2f4e] parameter '__fmt'\n      [3af6,3b17) {addr(0x41a4), stack_value}\n  [2f7c] inlined function 'fprintf'@3b1c\n    [2fa2] parameter '__stream'\n      <no value>\n    [2fa7] parameter '__fmt'\n      [3b1c,3b3d) {addr(0x418b), stack_value}\n  [2564] inlined function 'startswith'@3215\n    [258a] parameter 'str'\n      [3215,3229) {reg12}\n    [2597] parameter 'prefix'\n      [3215,3229) {addr(0x4157), stack_value}\n  [25cb] inlined function 'startswith'@322d\n    [25f1] parameter 'str'\n      [322d,3241) {reg12}\n    [25fe] parameter 'prefix'\n      [322d,3241) {addr(0x415f), stack_value}\n  [2133] inlined function 'error'@3b62\n    [214c] parameter '__status'\n      [3b62,3b81) {lit0, stack_value}\n    [2159] parameter '__errnum'\n      [3b62,3b81) {lit0, stack_value}\n    [2166] parameter '__format'\n      [3b62,3b81) {addr(0x40d5), stack_value}\n  [2340] inlined function 'error'@3b95\n    [2359] parameter '__status'\n      <constant value>\n    [235e] parameter '__errnum'\n      <constant value>\n    [2363] parameter '__format'\n      [3b95,3b9c) {addr(0x40d5), stack_value}\n      [3b9f,3ba7) {addr(0x40d5), stack_value}\n  [23d7] inlined function 'error'@35fd\n    [23f0] parameter '__status'\n      [35fd,360c) {lit0, stack_value}\n    [23fd] parameter '__errnum'\n      [35fd,360c) {lit0, stack_value}\n    [240a] parameter '__format'\n      [35fd,360c) {addr(0x40d5), stack_value}\n  [2481] inlined function 'error'@3721\n    [249a] parameter '__status'\n      [3721,3733) {lit0, stack_value}\n    [24a7] parameter '__errnum'\n      [3721,3733) {lit0, stack_value}\n    [24b4] parameter '__format'\n      [3721,3733) {addr(0x40d5), stack_value}\n  [26c4] inlined function 'error'@36a5\n    [26dd] parameter '__status'\n      [36a5,36b7) {lit0, stack_value}\n    [26ea] parameter '__errnum'\n      [36a5,36b7) {lit0, stack_value}\n    [26f7] parameter '__format'\n      [36a5,36b7) {addr(0x40d5), stack_value}\n  [274d] inlined function 'error'@36df\n    [2766] parameter '__status'\n      [36df,36f1) {lit0, stack_value}\n    [2773] parameter '__errnum'\n      [36df,36f1) {lit0, stack_value}\n    [2780] parameter '__format'\n      [36df,36f1) {addr(0x40d5), stack_value}\n  [292f] inlined function 'error'@3954\n    [2948] parameter '__status'\n      [3954,3966) {lit0, stack_value}\n    [2955] parameter '__errnum'\n      [3954,3966) {lit0, stack_value}\n    [2962] parameter '__format'\n      [3954,3966) {addr(0x40d5), stack_value}\n  [29ce] inlined function 'error'@35bb\n    [29e7] parameter '__status'\n      [35bb,35c8) {lit0, stack_value}\n    [29f4] parameter '__errnum'\n      [35bb,35c8) {lit0, stack_value}\n    [2a01] parameter '__format'\n      [35bb,35c8) {addr(0x40d5), stack_value}\n  [343c] inlined function 'error'@272f\n    [3461] parameter '__status'\n      [272f,273f) {lit0, stack_value}\n    [346e] parameter '__errnum'\n      [272f,2738) {reg5}\n      [2738,273e) {reg4}\n      [273e,273f) {entry_value(1) {reg5}, stack_value}\n    [347b] parameter '__format'\n      [272f,273f) {addr(0x4037), stack_value}\n  [34b7] inlined function 'error'@2760\n    [34d9] parameter '__status'\n      [2758,2770) {lit0, stack_value}\n    [34e6] parameter '__errnum'\n      [2758,276f) {reg4}\n      [276f,2770) {entry_value(1) {reg5}, stack_value}\n    [34f3] parameter '__format'\n      [2758,2770) {addr(0x4034), stack_value}\n  [35d7] function 'is_loadable'@2780\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n  [3600] function 'is_shared'@27d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\nmodule 'elfclassify'\n[368f] CU '../../elfutils-0.193/lib/printversion.c'@3bb0\n  [3baa] function 'print_version'@3bb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3bc8] parameter 'stream'\n      [3bb0,3bd8) {reg5}\n      [3bd8,3bf5) {reg3}\n      [3bf5,3c11) {reg5}\n      [3c11,3c12) {entry_value(1) {reg5}, stack_value}\n    [3bda] parameter 'state'\n      [3bb0,3bc6) {reg4}\n      [3bc6,3c12) {entry_value(1) {reg4}, stack_value}\n  [3bec] inlined function 'fprintf'@3bb0\n    [3c03] parameter '__stream'\n      [3bb0,3bd8) {reg5}\n      [3bd8,3bd9) {reg3}\n    [3c10] parameter '__fmt'\n      [3bb0,3bd9) {addr(0x44bc), stack_value}\n  [3c5e] inlined function 'fprintf'@3bf1\n    [3c75] parameter '__stream'\n      [3bf1,3bf5) {reg3}\n      [3bf5,3c11) {reg5}\n      [3c11,3c12) {entry_value(1) {reg5}, stack_value}\n    [3c82] parameter '__fmt'\n      [3bf1,3bff) {reg0}\n      [3bff,3c11) {reg1}\nmodule 'stack'\n[c] CU '../sysdeps/x86_64/start.S'@27a0\n  [28] function '_start'@27a0\nmodule 'stack'\n[21f] CU '../../elfutils-0.193/src/stack.c'@0\n  [2416] function 'parse_opt'@2f90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2439] parameter 'key'\n      [2f90,2fa7) {reg5}\n      [2fa7,2fbc) {entry_value(1) {reg5}, stack_value}\n      [2fbc,2fe0) {reg5}\n      [2fe0,2fea) {entry_value(1) {reg5}, stack_value}\n      [2fea,2ff7) {reg5}\n      [2ff7,318a) {entry_value(1) {reg5}, stack_value}\n      [318a,31ac) {reg5}\n      [31ac,329b) {entry_value(1) {reg5}, stack_value}\n      [329b,32a7) {reg5}\n      [32a7,3310) {entry_value(1) {reg5}, stack_value}\n      [3310,3321) {reg5}\n      [3321,33c8) {entry_value(1) {reg5}, stack_value}\n      [33c8,33de) {reg5}\n      [33de,3560) {entry_value(1) {reg5}, stack_value}\n    [244d] parameter 'arg'\n      [2f90,2fe5) {reg4}\n      [2fe5,2fea) {entry_value(1) {reg4}, stack_value}\n      [2fea,2ff7) {reg2}\n      [2ff7,2ffe) {entry_value(1) {reg4}, stack_value}\n      [2ffe,30c3) {reg2}\n      [30c3,30ef) {entry_value(1) {reg4}, stack_value}\n      [30ef,3103) {reg2}\n      [3103,312a) {entry_value(1) {reg4}, stack_value}\n      [312a,31ac) {reg2}\n      [31ac,329b) {entry_value(1) {reg4}, stack_value}\n      [329b,32b0) {reg2}\n      [32b0,3310) {fbreg(-24)}\n      [3310,3333) {reg2}\n      [3333,33c8) {entry_value(1) {reg4}, stack_value}\n      [33c8,33de) {reg2}\n      [33de,351a) {entry_value(1) {reg4}, stack_value}\n      [351a,3539) {fbreg(-24)}\n      [3539,3560) {entry_value(1) {reg4}, stack_value}\n    [2461] parameter 'state'\n      [2f90,2fb3) {reg1}\n      [2fb3,2fbc) {reg8}\n      [2fbc,2fe0) {reg1}\n      [2fe0,2fe5) {reg8}\n      [2fe5,2fea) {entry_value(1) {reg1}, stack_value}\n      [2fea,2ff7) {reg1}\n      [2ff7,2ffe) {entry_value(1) {reg1}, stack_value}\n      [2ffe,30c3) {reg8}\n      [30c3,30ef) {fbreg(-24)}\n      [30ef,3103) {reg8}\n      [3103,312a) {fbreg(-24)}\n      [312a,318a) {reg8}\n      [318a,31ac) {reg1}\n      [31ac,329b) {entry_value(1) {reg1}, stack_value}\n      [329b,32b0) {reg1}\n      [32b0,3310) {entry_value(1) {reg1}, stack_value}\n      [3310,3333) {reg1}\n      [3333,3347) {fbreg(-24)}\n      [3347,33c8) {entry_value(1) {reg1}, stack_value}\n      [33c8,33d6) {reg1}\n      [33d6,33de) {reg8}\n      [33de,3560) {entry_value(1) {reg1}, stack_value}\n  [2e23] function 'print_frames'@3560\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2e42] parameter 'frames'\n      [3560,357b) {reg5}\n      [357b,3abe) {fbreg(-192)}\n    [2e56] parameter 'tid'\n      [3560,35ab) {reg4}\n      [35ab,35df) {reg13}\n      [35df,3923) {fbreg(-152)}\n      [3923,3abe) {entry_value(1) {reg4}, stack_value}\n    [2e6a] parameter 'dwflerr'\n      [3560,35ae) {reg1}\n      [35ae,35df) {reg12}\n      [35df,3923) {fbreg(-140)}\n      [3923,3977) {entry_value(1) {reg1}, stack_value}\n      [3977,3a24) {fbreg(-140)}\n      [3a24,3a4d) {entry_value(1) {reg1}, stack_value}\n      [3a4d,3ab9) {fbreg(-140)}\n      [3ab9,3abe) {entry_value(1) {reg1}, stack_value}\n    [2e7e] parameter 'what'\n      [3560,35b5) {reg2}\n      [35b5,35df) {reg15}\n      [35df,3923) {fbreg(-136)}\n      [3923,3977) {entry_value(1) {reg2}, stack_value}\n      [3977,3a24) {fbreg(-136)}\n      [3a24,3a4d) {entry_value(1) {reg2}, stack_value}\n      [3a4d,3ab9) {fbreg(-136)}\n      [3ab9,3abe) {entry_value(1) {reg2}, stack_value}\n    [2e92] variable 'frame_nr'\n      [35b6,35df) {lit0, stack_value}\n      [35df,3601) {reg14}\n      [3601,3616) {breg14(1), stack_value}\n      [3616,380d) {reg14}\n      [380d,38b6) {reg12}\n      [38b6,38f0) {reg14}\n      [38f0,390c) {reg12}\n      [390c,3923) {reg14}\n      [3977,3a24) {reg14}\n      [3a4d,3ab2) {reg14}\n      [3ab2,3ab8) {reg8}\n  [308d] inlined function 'print_inline_frames'@379d\n    [30a7] parameter 'nr'\n      [379d,37c7) {implicit_pointer([2e92],0) {reg14}}\n      [37fe,390c) {implicit_pointer([2e92],0) {reg14}}\n    [30b4] parameter 'pc'\n      [379d,37bd) {reg13}\n      [37fe,3863) {reg13}\n      [3863,3904) {fbreg(-168)}\n    [30c1] parameter 'isactivation'\n      [379d,37bd) {reg3}\n      [37fe,3863) {reg3}\n      [3863,390c) {fbreg(-176)}\n    [30ce] parameter 'pc_adjusted'\n      [379d,37c7) {fbreg(-208)}\n      [37fe,390c) {fbreg(-208)}\n    [30db] parameter 'mod'\n      [379d,37c7) {fbreg(-200)}\n      [37fe,390c) {fbreg(-200)}\n    [30e8] parameter 'symname'\n      [379d,37bd) {reg6}\n      [37fe,3856) {reg6}\n      [38b6,38bd) {reg0}\n      [38bd,38db) {reg9}\n    [30f5] parameter 'cudie'\n      [379d,37c7) {fbreg(-160)}\n      [37fe,390c) {fbreg(-160)}\n    [3102] parameter 'die'\n      [379d,37a7) {fbreg(-112), stack_value}\n      [37a7,37b4) {reg5}\n      [37b4,37c7) {fbreg(-112), stack_value}\n      [37fe,390c) {fbreg(-112), stack_value}\n    [310f] parameter 'unwound_source'\n      [379d,37bd) {fbreg(-184)}\n      [37fe,3860) {fbreg(-184)}\n    [311c] variable 'scopes'\n      [379d,37d0) {fbreg(-120)}\n      [3800,3910) {fbreg(-120)}\n    [3125] variable 'nscopes'\n      [37b8,37bd) {reg15}\n      [37fe,3851) {reg15}\n  [36a0] function 'print_frame'@2ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [36be] parameter 'nr'\n      [2ba0,2bbe) {reg5}\n      [2bbe,2f8e) {fbreg(-148)}\n    [36d0] parameter 'pc'\n      [2ba0,2bf2) {reg4}\n      [2bf2,2f8e) {fbreg(-144)}\n    [36e2] parameter 'isactivation'\n      [2ba0,2bf2) {reg1}\n      [2bf2,2d16) {reg14}\n      [2d16,2f8e) {entry_value(1) {reg1}, stack_value}\n    [36f5] parameter 'pc_adjusted'\n      [2ba0,2bf2) {reg2}\n      [2bf2,2f8e) {fbreg(-136)}\n    [3708] parameter 'mod'\n      [2ba0,2bf2) {reg8}\n      [2bf2,2cec) {reg6}\n      [2cec,2d19) {entry_value(1) {reg8}, stack_value}\n      [2d19,2e83) {reg6}\n      [2e83,2ee5) {entry_value(1) {reg8}, stack_value}\n      [2ee5,2eff) {reg6}\n      [2eff,2f8e) {entry_value(1) {reg8}, stack_value}\n    [371b] parameter 'symname'\n      [2ba0,2bf2) {reg9}\n      [2bf2,2ca6) {reg3}\n      [2d19,2d69) {reg3}\n      [2d69,2d71) {reg0}\n      [2d71,2db1) {reg3}\n    [372e] parameter 'cudie'\n      [2ba0,2f8e) {fbreg(0)}\n    [373c] parameter 'die'\n      [2ba0,2f8e) {fbreg(8)}\n    [374b] parameter 'unwound_source'\n      [2ba0,2f8e) {fbreg(16)}\n    [3759] variable 'width'\n      [2bf3,2c0c) {reg0}\n      [2c0c,2c10) {reg2}\n    [376c] variable 'fname'\n      [2c85,2ca6) {reg0}\n      [2d71,2d89) {reg0}\n      [2d89,2d8d) {reg1}\n    [377f] variable 'start'\n      [2ba0,2f8e) {fbreg(-120)}\n  [3ea2] function 'die_name'@2930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3ec2] parameter 'die'\n      [2930,2953) {reg5}\n      [2953,297b) {reg3}\n      [297b,297d) {entry_value(1) {reg5}, stack_value}\n      [297d,29af) {reg3}\n    [3ed5] variable 'attr'\n      [2930,29af) {fbreg(-64)}\n    [3ee3] variable 'name'\n      [2961,297d) {reg0}\n      [2998,29a7) {reg0}\n      [29a8,29ae) {reg0}\n  [45d7] inlined function 'frame_callback'@3b71\n    [45f0] parameter 'state'\n      [3b71,3b92) {fbreg(-40)}\n      [3ba6,3bf9) {fbreg(-40)}\n    [45fd] parameter 'arg'\n      [3b71,3b8f) {reg6}\n      [3b8f,3b92) {entry_value(1) {reg4}, stack_value}\n      [3ba6,3bf9) {reg6}\n    [460a] variable 'frames'\n      <no value>\n    [460f] variable 'nr'\n      <no value>\n  [3fbf] function 'module_callback'@29b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3fdf] parameter 'mod'\n      [29b0,29e1) {reg5}\n      [29e1,2a94) {reg3}\n      [2a94,2b19) {entry_value(1) {reg5}, stack_value}\n      [2b19,2b40) {reg3}\n      [2b40,2b97) {entry_value(1) {reg5}, stack_value}\n    [3ff2] parameter 'userdata'\n      [29b0,29dd) {reg4}\n      [29dd,2b97) {entry_value(1) {reg4}, stack_value}\n    [4005] parameter 'name'\n      [29b0,29e1) {reg1}\n      [29e1,2b14) {reg13}\n      [2b14,2b19) {entry_value(1) {reg1}, stack_value}\n      [2b19,2b97) {reg13}\n    [4018] parameter 'start'\n      [29b0,29e1) {reg2}\n      [29e1,2b16) {reg14}\n      [2b16,2b19) {entry_value(1) {reg2}, stack_value}\n      [2b19,2b97) {reg14}\n    [402b] parameter 'arg'\n      [29b0,29e1) {reg8}\n      [29e1,2b97) {entry_value(1) {reg8}, stack_value}\n    [403e] variable 'bias'\n      [29b0,2b97) {fbreg(-120)}\n    [404d] variable 'elf'\n      [29eb,29ef) {reg0}\n      [29ef,2b12) {reg12}\n      [2b19,2b97) {reg12}\n    [4060] variable 'dwarf'\n      [29fd,2a07) {reg0}\n      [2a07,2b10) {reg6}\n      [2b19,2b97) {reg6}\n    [4073] variable 'end'\n      [29b0,2b97) {fbreg(-112)}\n    [4082] variable 'mainfile'\n      [29b0,2b97) {fbreg(-104)}\n    [4091] variable 'debugfile'\n      [29b0,2b97) {fbreg(-96)}\n    [40a0] variable 'modname'\n      [2a16,2a2b) {reg0}\n    [40b3] variable 'width'\n      [2a47,2a4b) {reg0}\n      [2a4b,2b18) {reg15}\n      [2b40,2b97) {reg15}\n    [40c6] variable 'id'\n      [29b0,2b97) {fbreg(-88)}\n    [40d4] variable 'id_vaddr'\n      [29b0,2b97) {fbreg(-80)}\n    [40e3] variable 'id_len'\n      [2a94,2a95) {reg0}\n      [2a95,2b0f) {reg3}\n      [2b40,2b7c) {reg3}\n      [2b7c,2b7f) {breg3(-1), stack_value}\n      [2b7f,2b97) {reg3}\n  [43e6] function 'get_addr_width'@2890\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4406] parameter 'mod'\n      [2890,28b1) {reg5}\n      [28b1,28c6) {entry_value(1) {reg5}, stack_value}\n      [28c6,28d9) {reg5}\n      [28d9,2930) {entry_value(1) {reg5}, stack_value}\n    [4419] variable 'width'\n      [2890,2930) {addr(0x7450)}\n  [40f6] inlined function 'xbasename'@2a47\n    [410f] parameter 's'\n      [2a47,2a4b) {reg5}\n      [2a4b,2a6f) {reg13}\n    [411c] variable 'p'\n      [2a61,2a65) {reg0}\n      [2a65,2a6b) {reg1}\n      [2a6b,2a6f) {breg0(-1), stack_value}\n  [2083] inlined function 'error'@271f\n    [20a9] parameter '__status'\n      [271f,2737) {lit2, stack_value}\n    [20b6] parameter '__errnum'\n      [271f,2737) {lit0, stack_value}\n    [20c3] parameter '__format'\n      [271f,2737) {addr(0x417a), stack_value}\n  [20f6] inlined function 'error'@273c\n    [211c] parameter '__status'\n      [273c,2751) {lit2, stack_value}\n    [2129] parameter '__errnum'\n      [273c,274c) {breg0(0)}\n      [274c,2750) {reg4}\n    [2136] parameter '__format'\n      [273c,2751) {addr(0x418e), stack_value}\n  [2164] inlined function 'error'@2756\n    [218a] parameter '__status'\n      [2756,276b) {lit2, stack_value}\n    [2197] parameter '__errnum'\n      [2756,276b) {lit0, stack_value}\n    [21a4] parameter '__format'\n      [2756,276b) {addr(0x41db), stack_value}\n  [21d7] inlined function 'error'@2773\n    [21f1] parameter '__status'\n      [2773,2788) {lit0, stack_value}\n    [21fe] parameter '__errnum'\n      [2773,2788) {lit0, stack_value}\n    [220b] parameter '__format'\n      [2773,2788) {addr(0x41c7), stack_value}\n  [2492] inlined function 'error'@3414\n    [24ac] parameter '__status'\n      [3414,3430) {lit2, stack_value}\n    [24b9] parameter '__errnum'\n      [3414,3424) {reg0}\n      [3424,342f) {reg4}\n    [24c6] parameter '__format'\n      [3414,3430) {addr(0x4430), stack_value}\n  [24f4] inlined function 'error'@3541\n    [250e] parameter '__status'\n      <constant value>\n    [2514] parameter '__errnum'\n      <constant value>\n    [251a] parameter '__format'\n      [3541,3541) {addr(0x4408), stack_value}\n      [3548,3556) {addr(0x4408), stack_value}\n      [3559,3560) {addr(0x4408), stack_value}\n  [25ae] inlined function 'error'@33ac\n    [25c8] parameter '__status'\n      [33ac,33c8) {lit2, stack_value}\n    [25d5] parameter '__errnum'\n      [33ac,33bc) {reg0}\n      [33bc,33c7) {reg4}\n    [25e2] parameter '__format'\n      [33ac,33c8) {addr(0x4478), stack_value}\n  [2610] inlined function 'error'@34fb\n    [262a] parameter '__status'\n      [34fb,351a) {lit2, stack_value}\n    [2637] parameter '__errnum'\n      [34fb,351a) {lit0, stack_value}\n    [2644] parameter '__format'\n      [34fb,351a) {addr(0x4450), stack_value}\n  [2731] inlined function 'error'@3283\n    [2757] parameter '__status'\n      [3283,329b) {lit2, stack_value}\n    [2764] parameter '__errnum'\n      [3283,329b) {lit0, stack_value}\n    [2771] parameter '__format'\n      [3283,329b) {addr(0x4108), stack_value}\n  [27ff] inlined function 'error'@32f3\n    [2819] parameter '__status'\n      [32f3,3310) {lit2, stack_value}\n    [2826] parameter '__errnum'\n      [32f3,3310) {lit0, stack_value}\n    [2833] parameter '__format'\n      [32f3,3310) {addr(0x4084), stack_value}\n  [286d] inlined function 'error'@345e\n    [2893] parameter '__status'\n      [345e,3473) {lit2, stack_value}\n    [28a0] parameter '__errnum'\n      [345e,3473) {lit0, stack_value}\n    [28ad] parameter '__format'\n      [345e,3473) {addr(0x40ab), stack_value}\n  [28e0] inlined function 'error'@347b\n    [2906] parameter '__status'\n      [347b,3493) {lit2, stack_value}\n    [2913] parameter '__errnum'\n      [347b,3493) {lit0, stack_value}\n    [2920] parameter '__format'\n      [347b,3493) {addr(0x409c), stack_value}\n  [2953] inlined function 'error'@349b\n    [2979] parameter '__status'\n      [349b,34b3) {lit2, stack_value}\n    [2986] parameter '__errnum'\n      [349b,34b3) {lit0, stack_value}\n    [2993] parameter '__format'\n      [349b,34b3) {addr(0x40c0), stack_value}\n  [29c6] inlined function 'error'@34bb\n    [29ec] parameter '__status'\n      [34bb,34d3) {lit2, stack_value}\n    [29f9] parameter '__errnum'\n      [34bb,34d3) {lit0, stack_value}\n    [2a06] parameter '__format'\n      [34bb,34d3) {addr(0x40ee), stack_value}\n  [2a39] inlined function 'error'@34db\n    [2a5f] parameter '__status'\n      [34db,34f3) {lit2, stack_value}\n    [2a6c] parameter '__errnum'\n      [34db,34f3) {lit0, stack_value}\n    [2a79] parameter '__format'\n      [34db,34f3) {addr(0x40da), stack_value}\n  [2aac] inlined function 'error'@351f\n    [2ad2] parameter '__status'\n      [351f,3539) {lit2, stack_value}\n    [2adf] parameter '__errnum'\n      [351f,3534) {breg0(0)}\n      [3534,3538) {reg4}\n    [2aec] parameter '__format'\n      [351f,3539) {addr(0x4069), stack_value}\n  [33b7] inlined function 'error'@3a05\n    [33dd] parameter '__status'\n      [3a05,3a22) {lit0, stack_value}\n    [33ea] parameter '__errnum'\n      [3a05,3a22) {lit0, stack_value}\n    [33f7] parameter '__format'\n      [3a05,3a22) {addr(0x44e0), stack_value}\n  [34e2] inlined function 'error'@3937\n    [34fc] parameter '__status'\n      [3937,3977) {lit0, stack_value}\n    [3509] parameter '__errnum'\n      [3937,3977) {lit0, stack_value}\n    [3516] parameter '__format'\n      [3937,3977) {addr(0x4132), stack_value}\n  [3549] inlined function 'error'@3a7d\n    [3563] parameter '__status'\n      [3a7d,3ab9) {lit0, stack_value}\n    [3570] parameter '__errnum'\n      [3a7d,3ab9) {lit0, stack_value}\n    [357d] parameter '__format'\n      [3a7d,3ab9) {addr(0x4498), stack_value}\n  [4614] inlined function 'error'@3bd3\n    [4639] parameter '__status'\n      [3bd3,3be8) {lit2, stack_value}\n    [4646] parameter '__errnum'\n      [3bd3,3be3) {breg0(0)}\n      [3be3,3be7) {reg4}\n    [4653] parameter '__format'\n      [3bd3,3be8) {addr(0x4158), stack_value}\n  [27a4] inlined function 'open'@32a0\n    [27ca] parameter '__path'\n      [329b,32b0) {reg2}\n      [32b0,32b1) {fbreg(-24)}\n    [27d7] parameter '__oflag'\n      [329b,32b1) {lit0, stack_value}\n  [26a3] inlined function 'atoi'@30bf\n    [26bd] parameter '__nptr'\n      [30bf,30c3) {reg5}\n      [30c3,30c4) {entry_value(1) {reg4}, stack_value}\n  [26ea] inlined function 'atoi'@30ff\n    [2704] parameter '__nptr'\n      [30ff,3103) {reg5}\n      [3103,3104) {entry_value(1) {reg4}, stack_value}\n  [1fe7] inlined function 'printf'@256a\n    [2001] parameter '__fmt'\n      [256a,2583) {addr(0x46d8), stack_value}\n  [2035] inlined function 'printf'@260a\n    [204f] parameter '__fmt'\n      [260a,2623) {addr(0x41b8), stack_value}\n  [3494] inlined function 'printf'@359d\n    [34ae] parameter '__fmt'\n      [359d,35b6) {addr(0x4120), stack_value}\n  [3836] inlined function 'printf'@2db7\n    [385c] parameter '__fmt'\n      [2db7,2dca) {addr(0x4041), stack_value}\n  [388a] inlined function 'printf'@2dea\n    [38a4] parameter '__fmt'\n      [2dea,2df4) {addr(0x401a), stack_value}\n  [38d2] inlined function 'printf'@2dfe\n    [38ec] parameter '__fmt'\n      [2dfe,2e19) {addr(0x4048), stack_value}\n  [3b2e] inlined function 'printf'@2e8c\n    [3b54] parameter '__fmt'\n      [2e8c,2ea2) {addr(0x405d), stack_value}\n  [3b88] inlined function 'printf'@2eae\n    [3bae] parameter '__fmt'\n      [2eae,2ec1) {addr(0x4065), stack_value}\n  [3bdc] inlined function 'printf'@2ecd\n    [3bff] parameter '__fmt'\n      [2ecd,2ee0) {addr(0x4065), stack_value}\n  [3c2e] inlined function 'printf'@2bf3\n    [3c53] parameter '__fmt'\n      [2bf3,2c11) {addr(0x4029), stack_value}\n  [3c92] inlined function 'printf'@2c34\n    [3cab] parameter '__fmt'\n      [2c34,2c42) {addr(0x4037), stack_value}\n  [3cfb] inlined function 'printf'@2c54\n    [3d20] parameter '__fmt'\n      [2c54,2c6a) {addr(0x4061), stack_value}\n  [3d54] inlined function 'printf'@2cec\n    [3d7a] parameter '__fmt'\n      [2cec,2cf6) {implicit_pointer([46e9],0) {implicit_value(2){0a00}}}\n  [3d9b] inlined function 'printf'@2d78\n    [3dc1] parameter '__fmt'\n      [2d71,2d8e) {addr(0x403b), stack_value}\n  [3def] inlined function 'printf'@2e30\n    [3e15] parameter '__fmt'\n      [2e26,2e46) {addr(0x4057), stack_value}\n  [4144] inlined function 'printf'@2a6f\n    [415d] parameter '__fmt'\n      [2a6f,2a80) {addr(0x4006), stack_value}\n  [419d] inlined function 'printf'@2ac2\n    [41b6] parameter '__fmt'\n      [2ac2,2ac9) {addr(0x401f), stack_value}\n  [41e4] inlined function 'printf'@2aed\n    [41fd] parameter '__fmt'\n      [2aed,2af4) {addr(0x401f), stack_value}\n  [422b] inlined function 'printf'@2b40\n    [4250] parameter '__fmt'\n      [2b40,2b53) {addr(0x4044), stack_value}\n  [427e] inlined function 'printf'@2b72\n    [4297] parameter '__fmt'\n      [2b72,2b7c) {addr(0x401a), stack_value}\n  [42c5] inlined function 'printf'@2b81\n    [42ea] parameter '__fmt'\n      [2b81,2b8d) {implicit_pointer([46f8],0) {implicit_value(3){5d0a00}}}\n  [4588] function 'frame_callback'@3b30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [45a3] parameter 'state'\n      [3b30,3b4b) {reg5}\n      [3b4b,3bfe) {fbreg(-40)}\n    [45b0] parameter 'arg'\n      [3b30,3b4b) {reg4}\n      [3b4b,3b8f) {reg6}\n      [3b8f,3b92) {entry_value(1) {reg4}, stack_value}\n      [3b92,3ba3) {reg6}\n      [3ba3,3ba6) {entry_value(1) {reg4}, stack_value}\n      [3ba6,3bfb) {reg6}\n      [3bfb,3bfe) {entry_value(1) {reg4}, stack_value}\n    [45bd] variable 'frames'\n      [3b30,3b4b) {reg4}\n      [3b4b,3b8f) {reg6}\n      [3b8f,3b92) {entry_value(1) {reg4}, stack_value}\n      [3b92,3ba3) {reg6}\n      [3ba3,3ba6) {entry_value(1) {reg4}, stack_value}\n      [3ba6,3bfb) {reg6}\n      [3bfb,3bfe) {entry_value(1) {reg4}, stack_value}\n    [45ca] variable 'nr'\n      [3b30,3b32) {breg4(0)}\nmodule 'stack'\n[4715] CU '../../elfutils-0.193/lib/printversion.c'@3c00\n  [4c30] function 'print_version'@3c00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4c4e] parameter 'stream'\n      [3c00,3c28) {reg5}\n      [3c28,3c45) {reg3}\n      [3c45,3c61) {reg5}\n      [3c61,3c62) {entry_value(1) {reg5}, stack_value}\n    [4c60] parameter 'state'\n      [3c00,3c16) {reg4}\n      [3c16,3c62) {entry_value(1) {reg4}, stack_value}\n  [4c72] inlined function 'fprintf'@3c00\n    [4c89] parameter '__stream'\n      [3c00,3c28) {reg5}\n      [3c28,3c29) {reg3}\n    [4c96] parameter '__fmt'\n      [3c00,3c29) {addr(0x4304), stack_value}\n  [4ce4] inlined function 'fprintf'@3c41\n    [4cfb] parameter '__stream'\n      [3c41,3c45) {reg3}\n      [3c45,3c61) {reg5}\n      [3c61,3c62) {entry_value(1) {reg5}, stack_value}\n    [4d08] parameter '__fmt'\n      [3c41,3c4f) {reg0}\n      [3c4f,3c61) {reg1}\nmodule 'unstrip'\n[c] CU '../sysdeps/x86_64/start.S'@2e80\n  [28] function '_start'@2e80\nmodule 'unstrip'\n[21f] CU '../../elfutils-0.193/src/unstrip.c'@0\n  [2012] inlined function 'handle_implicit_modules'@2916\n    [202c] parameter 'info'\n      [2916,2b11) {fbreg(-256), stack_value}\n      [2b49,2c90) {fbreg(-256), stack_value}\n      [2cbc,2d28) {fbreg(-256), stack_value}\n      [2dc2,2e50) {fbreg(-256), stack_value}\n      [2e55,2e7e) {fbreg(-256), stack_value}\n    [2039] variable 'mmi'\n      [2916,2b11) {fbreg(-288)}\n      [2b49,2c90) {fbreg(-288)}\n      [2cc0,2d28) {fbreg(-288)}\n      [2dc2,2e50) {fbreg(-288)}\n      [2e55,2e7e) {fbreg(-288)}\n      [26bd,26bd) {fbreg(-288)}\n    [2042] variable 'offset'\n      [2963,297c) {reg0}\n      [297c,2b0b) {reg6}\n      [2b0b,2b11) {reg0}\n      [2b49,2b67) {reg0}\n      [2b67,2c03) {reg6}\n      [2c03,2c11) {reg0}\n      [2c11,2c90) {reg6}\n      [2cbc,2d28) {reg6}\n      [2dc2,2ddd) {reg0}\n      [2ddd,2e27) {reg6}\n      [2e27,2e3e) {reg0}\n      [2e3e,2e50) {reg6}\n      [2e55,2e7e) {reg6}\n  [2947] function 'match_module'@39c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2968] parameter 'mod'\n      [39c0,39e4) {reg5}\n      [39e4,3a43) {reg13}\n      [3a43,3a44) {entry_value(1) {reg5}, stack_value}\n      [3a44,3ab4) {reg13}\n    [297c] parameter 'userdata'\n      [39c0,39f6) {reg4}\n      [39f6,3a44) {entry_value(1) {reg4}, stack_value}\n      [3a44,3a4d) {reg4}\n      [3a4d,3ab4) {entry_value(1) {reg4}, stack_value}\n    [2990] parameter 'name'\n      [39c0,39f6) {reg1}\n      [39f6,3a1f) {reg6}\n      [3a44,3a54) {reg1}\n      [3a54,3a8c) {reg6}\n      [3a8c,3a91) {entry_value(1) {reg1}, stack_value}\n      [3a91,3aa1) {reg6}\n    [29a4] parameter 'start'\n      [39c0,39f6) {reg2}\n      [39f6,3a44) {entry_value(1) {reg2}, stack_value}\n      [3a44,3a54) {reg2}\n      [3a54,3ab4) {entry_value(1) {reg2}, stack_value}\n    [29b8] parameter 'arg'\n      [39c0,39f6) {reg8}\n      [39f6,3a41) {reg12}\n      [3a41,3a44) {entry_value(1) {reg8}, stack_value}\n      [3a44,3a54) {reg8}\n      [3a54,3ab4) {reg12}\n    [29cc] variable 'info'\n      [39e1,39f6) {reg8}\n      [39f6,3a41) {reg12}\n      [3a41,3a44) {entry_value(1) {reg8}, stack_value}\n      [3a44,3a54) {reg8}\n      [3a54,3ab4) {reg12}\n  [204f] inlined function 'list_module'@29c8\n    [2069] parameter 'mod'\n      [29c8,2a66) {reg3}\n    [2076] variable 'bias'\n      [29a9,29c0) {fbreg(-344)}\n      [29c8,2ae9) {fbreg(-344)}\n      [2cc0,2d28) {fbreg(-344)}\n    [207f] variable 'have_elf'\n      [29e1,29e5) {breg0(0), lit0, ne, stack_value}\n      [29e5,2b11) {breg13(0), lit0, ne, stack_value}\n      [2cbc,2d28) {breg13(0), lit0, ne, stack_value}\n    [208c] variable 'have_dwarf'\n      [29fa,2a08) {breg0(0), lit0, ne, stack_value}\n      [2a08,2b11) {breg14(0), lit0, ne, stack_value}\n      [2cbc,2d28) {breg14(0), lit0, ne, stack_value}\n    [2099] variable 'file'\n      [29a9,29c0) {fbreg(-336)}\n      [29c8,2ae9) {fbreg(-336)}\n      [2cc0,2d28) {fbreg(-336)}\n    [20a2] variable 'debug'\n      [29a9,29c0) {fbreg(-328)}\n      [29c8,2ae9) {fbreg(-328)}\n      [2cc0,2d28) {fbreg(-328)}\n    [20ab] variable 'start'\n      [29a9,29c0) {fbreg(-320)}\n      [29c8,2ae9) {fbreg(-320)}\n      [2cc0,2d28) {fbreg(-320)}\n    [20b4] variable 'end'\n      [29a9,29c0) {fbreg(-312)}\n      [29c8,2ae9) {fbreg(-312)}\n      [2cc0,2d28) {fbreg(-312)}\n    [20bd] variable 'name'\n      [2a11,2a12) {reg0}\n      [2a12,2ae9) {reg12}\n      [2cbc,2d28) {reg12}\n    [20ca] variable 'id'\n      [29a9,29c0) {fbreg(-304)}\n      [29c8,2ae9) {fbreg(-304)}\n      [2cc0,2d28) {fbreg(-304)}\n    [20d3] variable 'id_vaddr'\n      [29a9,29c0) {fbreg(-296)}\n      [29c8,2ae9) {fbreg(-296)}\n      [2cc0,2d28) {fbreg(-296)}\n    [20dc] variable 'id_len'\n      [2a66,2a68) {reg0}\n      [2a68,2aa4) {reg3}\n      [2aa4,2aa7) {breg3(-1), stack_value}\n      [2aa7,2ae9) {reg3}\n      [2cbc,2d28) {reg3}\n  [2308] inlined function 'handle_output_dir_module'@2c49\n    [2322] parameter 'output_dir'\n      [2b67,2b89) {reg0}\n      [2b89,2bd0) {fbreg(-400)}\n      [2c38,2c5b) {reg0}\n      [2c5b,2c90) {fbreg(-400)}\n    [232f] parameter 'mod'\n      [2b67,2be1) {reg13}\n      [2c49,2c90) {reg13}\n    [233c] parameter 'force'\n      [2b67,2be1) {reg12}\n      [2c49,2c90) {reg12}\n    [2349] parameter 'all'\n      [2b67,2be1) {reg15}\n      [2c49,2c90) {reg15}\n    [2356] parameter 'ignore'\n      [2b67,2be1) {reg14}\n      [2c49,2c90) {reg14}\n    [2363] parameter 'modnames'\n      [2b67,2b89) {fbreg(-221)}\n      [2c49,2c5b) {fbreg(-221)}\n    [2370] parameter 'relocate'\n      [2b67,2be1) {reg3}\n      [2c49,2c90) {reg3}\n    [237d] variable 'file'\n      [2b70,2be1) {fbreg(-296)}\n      [2c11,2c19) {fbreg(-296)}\n      [2c49,2c90) {fbreg(-296)}\n    [2386] variable 'name'\n      [2b8d,2b8e) {reg0}\n      [2b8e,2b97) {reg1}\n    [2393] variable 'output_file'\n      [2baf,2bd4) {reg0}\n      [2bd4,2be1) {fbreg(-400)}\n  [2c09] function 'handle_dwfl_module'@8770\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2c26] parameter 'output_file'\n      [8770,8791) {reg5}\n      [8791,8af5) {fbreg(-208)}\n    [2c3a] parameter 'create_dirs'\n      [8770,879a) {reg4}\n      [879a,8af5) {fbreg(-196)}\n    [2c4e] parameter 'force'\n      [8770,87bb) {reg1}\n      [87bb,87f4) {fbreg(-192)}\n      [87f4,8af5) {entry_value(1) {reg1}, stack_value}\n    [2c62] parameter 'mod'\n      [8770,87bb) {reg2}\n      [87bb,8813) {reg3}\n      [8813,881d) {entry_value(1) {reg2}, stack_value}\n      [881d,88c0) {reg3}\n      [88c0,890b) {entry_value(1) {reg2}, stack_value}\n      [890b,8933) {reg3}\n      [8933,895a) {entry_value(1) {reg2}, stack_value}\n      [895a,8971) {reg3}\n      [8971,89af) {entry_value(1) {reg2}, stack_value}\n      [89af,8a07) {reg3}\n      [8a07,8a29) {entry_value(1) {reg2}, stack_value}\n      [8a29,8a49) {reg3}\n      [8a49,8a69) {entry_value(1) {reg2}, stack_value}\n      [8a69,8aa0) {reg3}\n      [8aa0,8ac3) {entry_value(1) {reg2}, stack_value}\n      [8ac3,8af3) {reg3}\n      [8af3,8af5) {entry_value(1) {reg2}, stack_value}\n    [2c76] parameter 'all'\n      [8770,87bb) {reg8}\n      [87bb,8818) {reg13}\n      [8818,8af5) {entry_value(1) {reg8}, stack_value}\n    [2c8a] parameter 'ignore'\n      [8770,87bb) {reg9}\n      [87bb,87f4) {reg6}\n      [87f4,8af5) {entry_value(1) {reg9}, stack_value}\n    [2c9e] parameter 'relocate'\n      [8770,8af5) {fbreg(0)}\n    [2cae] variable 'bias'\n      [8770,8af5) {fbreg(-168)}\n    [2cbe] variable 'stripped'\n      [87bc,87d4) {reg0}\n      [87d4,87f4) {reg14}\n      [881d,8890) {reg14}\n      [8890,88a9) {reg0}\n      [890b,8971) {reg14}\n      [89af,8a69) {reg14}\n      [8a6e,8af5) {reg14}\n    [2cd2] variable 'debug'\n      [87e3,87f4) {reg0}\n      [881d,8836) {reg0}\n      [8836,883d) {reg8}\n      [883d,8890) {fbreg(-184)}\n      [890b,8915) {reg0}\n      [8915,8928) {reg8}\n      [895a,8971) {reg0}\n      [89af,8a07) {fbreg(-184)}\n      [8a29,8a69) {fbreg(-184)}\n      [8a6e,8aa0) {fbreg(-184)}\n      [8ac3,8ad1) {reg0}\n      [8ad1,8ad7) {reg8}\n    [2ce6] variable 'stripped_ehdr'\n      [8770,8af5) {fbreg(-144)}\n  [325d] function 'handle_explicit_files'@84a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [327a] parameter 'output_file'\n      [84a0,84af) {reg5}\n      [84af,863a) {reg13}\n      [863a,863f) {entry_value(1) {reg5}, stack_value}\n      [863f,876f) {reg13}\n    [328e] parameter 'create_dirs'\n      [84a0,84c3) {reg4}\n      [84c3,876f) {fbreg(-228)}\n    [32a2] parameter 'force'\n      [84a0,84de) {reg1}\n      [84de,85e8) {reg15}\n      [85e8,876f) {entry_value(1) {reg1}, stack_value}\n    [32b6] parameter 'stripped_file'\n      [84a0,84de) {reg2}\n      [84de,876f) {fbreg(-240)}\n    [32ca] parameter 'unstripped_file'\n      [84a0,84de) {reg8}\n      [84de,85db) {reg12}\n      [85db,863f) {entry_value(1) {reg8}, stack_value}\n      [863f,8762) {reg12}\n      [8762,8767) {entry_value(1) {reg8}, stack_value}\n      [8767,876f) {reg12}\n    [32de] variable 'stripped_fd'\n      [84f2,84f6) {reg0}\n      [84f6,8636) {reg6}\n      [863f,8759) {reg6}\n      [8762,876f) {reg6}\n    [32f2] variable 'stripped'\n      [8504,8508) {reg0}\n      [8508,8759) {fbreg(-224)}\n      [8762,876f) {fbreg(-224)}\n    [3306] variable 'stripped_ehdr'\n      [84a0,876f) {fbreg(-208)}\n    [3316] variable 'unstripped_fd'\n      [8512,8538) {const1s(-1), stack_value}\n      [8538,854c) {reg0}\n      [854c,8635) {reg3}\n      [863f,86bd) {reg3}\n      [86bd,86d3) {const1s(-1), stack_value}\n      [86d3,8720) {reg3}\n      [8762,8767) {reg3}\n      [8767,876f) {const1s(-1), stack_value}\n    [332a] variable 'unstripped'\n      [8512,855a) {lit0, stack_value}\n      [855a,855e) {reg0}\n      [855e,86bd) {fbreg(-216)}\n      [86bd,86d3) {lit0, stack_value}\n      [86d3,8720) {fbreg(-216)}\n      [8762,8767) {reg12}\n      [8767,876f) {lit0, stack_value}\n  [380a] function 'warn'@3450\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3827] parameter 'msg'\n      [3450,347d) {reg5}\n      [347d,34b3) {reg12}\n      [34b3,34b6) {entry_value(1) {reg5}, stack_value}\n      [34b6,34ce) {reg5}\n      [34ce,34dc) {reg12}\n    [383b] parameter 'force'\n      [3450,3476) {reg4}\n      [3476,348f) {reg3}\n      [348f,34b6) {entry_value(1) {reg4}, stack_value}\n      [34b6,34c7) {reg4}\n      [34c7,34dc) {reg3}\n    [384f] parameter 'stripped_file'\n      [3450,3463) {reg1}\n      [3463,34b1) {reg6}\n      [34b1,34b6) {entry_value(1) {reg1}, stack_value}\n      [34b6,34dc) {reg6}\n    [3863] parameter 'unstripped_file'\n      [3450,3481) {reg2}\n      [3481,34b5) {reg13}\n      [34b5,34b6) {entry_value(1) {reg2}, stack_value}\n      [34b6,34d2) {reg2}\n      [34d2,34dc) {reg13}\n  [3357] inlined function 'open_file'@851b\n    [3371] parameter 'file'\n      [851b,8538) {reg12}\n      [8767,876f) {reg12}\n    [337e] parameter 'writable'\n      [851b,8538) {breg13(0), lit0, eq, stack_value}\n      [8767,876f) {breg13(0), lit0, eq, stack_value}\n    [338b] variable 'fd'\n      [8532,854c) {reg0}\n      [854c,85d6) {reg3}\n      [863f,86bd) {reg3}\n      [86d3,8720) {reg3}\n      [8767,876e) {reg0}\n      [876e,876f) {reg3}\n  [366f] inlined function 'open_file'@84da\n    [3689] parameter 'file'\n      [84da,84de) {reg2}\n      [84de,84f2) {fbreg(-240)}\n      [8759,8762) {fbreg(-240)}\n    [3696] parameter 'writable'\n      [84da,84f2) {lit0, stack_value}\n      [8759,8762) {lit0, stack_value}\n    [36a3] variable 'fd'\n      [84df,84f6) {reg0}\n      [84f6,8636) {reg6}\n      [863f,8759) {reg6}\n      [8759,8761) {reg0}\n      [8762,876f) {reg6}\n  [397c] function 'handle_file'@8170\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3999] parameter 'output_file'\n      [8170,817a) {reg5}\n      [817a,8212) {reg14}\n      [8212,8232) {entry_value(1) {reg5}, stack_value}\n      [8232,8293) {reg14}\n      [8293,82f9) {entry_value(1) {reg5}, stack_value}\n      [82f9,8378) {reg14}\n      [8378,83dd) {entry_value(1) {reg5}, stack_value}\n      [83dd,8437) {reg14}\n      [8437,8463) {entry_value(1) {reg5}, stack_value}\n      [8463,8497) {reg14}\n    [39ad] parameter 'create_dirs'\n      [8170,8193) {reg4}\n      [8193,8497) {fbreg(-220)}\n    [39c1] parameter 'stripped'\n      [8170,81b0) {reg1}\n      [81b0,82f0) {reg6}\n      [82f0,82f9) {entry_value(1) {reg1}, stack_value}\n      [82f9,8497) {reg6}\n    [39d5] parameter 'stripped_ehdr'\n      [8170,81b0) {reg2}\n      [81b0,8497) {fbreg(-232)}\n    [39e9] parameter 'unstripped'\n      [8170,81b0) {reg8}\n      [81b0,82f4) {reg13}\n      [82f4,82f9) {entry_value(1) {reg8}, stack_value}\n      [82f9,8497) {reg13}\n    [39fd] variable 'phnum'\n      [8170,8497) {fbreg(-200)}\n    [3a0d] variable 'bias'\n      [81b9,8212) {lit0, stack_value}\n      [830d,8337) {lit0, stack_value}\n      [8337,833b) {breg3(0), breg0(16), deref, minus, stack_value}\n      [833b,8373) {reg3}\n      [83fe,841f) {reg3}\n  [68e9] inlined function 'new_shstrtab'@6497\n    [6903] parameter 'unstripped'\n      [636b,6439) {fbreg(-344)}\n      [6497,6554) {fbreg(-344)}\n      [65ef,673a) {fbreg(-344)}\n      [673a,6767) {fbreg(-344)}\n      [731a,7322) {fbreg(-344)}\n      [7337,7362) {fbreg(-344)}\n      [8080,8088) {fbreg(-344)}\n      [80e5,8116) {fbreg(-344)}\n    [6910] parameter 'unstripped_shnum'\n      [636b,638b) {reg15}\n      [638b,6439) {breg15(1), stack_value}\n      [6497,6554) {reg15}\n      [65ef,6694) {breg15(1), stack_value}\n      [6694,673a) {fbreg(-368), deref, plus_uconst(1), stack_value}\n      [673a,6759) {fbreg(-288)}\n      [731a,7322) {fbreg(-368), deref, plus_uconst(1), stack_value}\n      [7337,7346) {reg15}\n      [7346,7362) {fbreg(-368), deref, plus_uconst(1), stack_value}\n      [8080,8088) {breg15(1), stack_value}\n      [80e5,8116) {breg15(1), stack_value}\n    [691d] parameter 'shstrtab'\n      [636b,6439) {fbreg(-400)}\n      [6497,6554) {fbreg(-400)}\n      [65ef,673a) {fbreg(-400)}\n      [673a,6767) {fbreg(-400)}\n      [731a,7322) {fbreg(-400)}\n      [7337,7362) {fbreg(-400)}\n      [8080,8088) {fbreg(-400)}\n      [80e5,8116) {fbreg(-400)}\n    [692a] parameter 'unstripped_shstrndx'\n      [636b,6439) {fbreg(-384)}\n      [6497,64ba) {reg0}\n      [64ba,64cb) {fbreg(-304)}\n      [64cb,6554) {fbreg(-384)}\n      [65ef,673a) {fbreg(-384)}\n      [673a,6759) {fbreg(-304)}\n      [731a,7322) {fbreg(-384)}\n      [7337,7346) {reg0}\n      [7346,7362) {fbreg(-384)}\n      [8080,8088) {fbreg(-384)}\n      [80e5,8116) {fbreg(-384)}\n    [6937] parameter 'sections'\n      [636b,6439) {reg14}\n      [6497,6554) {reg14}\n      [65ef,673a) {reg14}\n      [673a,6767) {reg14}\n      [731a,7322) {reg14}\n      [7337,7362) {reg14}\n      [8080,8088) {reg14}\n      [80e5,8116) {reg14}\n    [6944] parameter 'stripped_shnum'\n      [6497,64a1) {reg3}\n      [64a1,64cb) {fbreg(-280)}\n      [673a,6759) {fbreg(-280)}\n      [7337,7346) {reg3}\n    [6951] parameter 'strtab'\n      [636b,6439) {fbreg(-336)}\n      [6497,6554) {fbreg(-336)}\n      [65ef,673a) {fbreg(-336)}\n      [673a,6759) {lit0, stack_value}\n      [731a,7322) {fbreg(-336)}\n      [7337,7362) {fbreg(-336)}\n      [8080,8088) {fbreg(-336)}\n      [80e5,8116) {fbreg(-336)}\n    [695e] variable 'unstripped_strent'\n      [636b,6439) {breg7(0)}\n      [64c7,64cb) {breg5(0)}\n      [64cb,6554) {breg7(0)}\n      [65ef,673a) {breg7(0)}\n      [731a,7322) {breg7(0)}\n      [7346,7362) {breg7(0)}\n      [8080,8088) {breg7(0)}\n      [80e5,8116) {breg7(0)}\n    [696f] variable 'strtab_data'\n      [6637,663b) {reg0}\n      [663b,673a) {fbreg(-376)}\n      [731a,7322) {fbreg(-376)}\n      [7346,7362) {fbreg(-376)}\n      [80e5,8116) {fbreg(-376)}\n  [47f4] inlined function 'find_alloc_sections_prelink'@5cc8\n    [480e] parameter 'debug'\n      [5cc8,61d6) {fbreg(-344)}\n      [6200,636b) {fbreg(-344)}\n      [6581,65ef) {fbreg(-344)}\n      [6d20,714a) {fbreg(-344)}\n      [718f,719e) {fbreg(-344)}\n      [72e5,731a) {fbreg(-344)}\n      [7322,7337) {fbreg(-344)}\n      [73be,73cd) {fbreg(-344)}\n      [740c,742b) {fbreg(-344)}\n      [8088,80e5) {fbreg(-344)}\n    [481b] parameter 'debug_shstrtab'\n      [5cc8,61d6) {fbreg(-400)}\n      [6200,636b) {fbreg(-400)}\n      [6581,65ef) {fbreg(-400)}\n      [6d20,714a) {fbreg(-400)}\n      [718f,719e) {fbreg(-400)}\n      [72e5,731a) {fbreg(-400)}\n      [7322,7337) {fbreg(-400)}\n      [73be,73cd) {fbreg(-400)}\n      [740c,742b) {fbreg(-400)}\n      [8088,80e5) {fbreg(-400)}\n    [4828] parameter 'main'\n      [5cc8,61d6) {fbreg(-328)}\n      [6200,636b) {fbreg(-328)}\n      [6581,65ef) {fbreg(-328)}\n      [6d20,714a) {fbreg(-328)}\n      [718f,719e) {fbreg(-328)}\n      [72e5,731a) {fbreg(-328)}\n      [7322,7337) {fbreg(-328)}\n      [73be,73cd) {fbreg(-328)}\n      [740c,742b) {fbreg(-328)}\n      [8088,80b6) {fbreg(-328)}\n    [4835] parameter 'main_ehdr'\n      [5cc8,61d6) {fbreg(-352)}\n      [6200,636b) {fbreg(-352)}\n      [6581,65ef) {fbreg(-352)}\n      [6d20,714a) {fbreg(-352)}\n      [718f,719e) {fbreg(-352)}\n      [72e5,731a) {fbreg(-352)}\n      [7322,7337) {fbreg(-352)}\n      [73be,73cd) {fbreg(-352)}\n      [740c,742b) {fbreg(-352)}\n      [8088,80e5) {fbreg(-352)}\n    [4842] parameter 'main_shstrtab'\n      [5cc8,61d6) {fbreg(-384)}\n      [6200,622e) {fbreg(-384)}\n      [6581,65c1) {fbreg(-384)}\n      [70f3,7123) {fbreg(-384)}\n      [72e5,731a) {fbreg(-384)}\n      [7322,7337) {fbreg(-384)}\n      [8088,80e5) {fbreg(-384)}\n    [484f] parameter 'bias'\n      [5cc8,61d6) {fbreg(-360)}\n      [6200,636b) {fbreg(-360)}\n      [6581,65ef) {fbreg(-360)}\n      [6d20,714a) {fbreg(-360)}\n      [718f,719e) {fbreg(-360)}\n      [72e5,731a) {fbreg(-360)}\n      [7322,7337) {fbreg(-360)}\n      [73be,73cd) {fbreg(-360)}\n      [740c,742b) {fbreg(-360)}\n      [8088,80e5) {fbreg(-360)}\n    [485c] parameter 'sections'\n      [5cc8,61d6) {reg7}\n      [6200,636b) {reg7}\n      [6581,65ef) {reg7}\n      [6d20,714a) {reg7}\n      [718f,719e) {reg7}\n      [72e5,731a) {reg7}\n      [7322,7337) {reg7}\n      [73be,73cd) {reg7}\n      [740c,742b) {reg7}\n      [8088,80e5) {reg7}\n    [4869] parameter 'nalloc'\n      [5cc8,5d09) {reg9}\n      [5d09,5d9c) {reg15}\n      [5d9c,5df3) {reg9}\n      [5df3,5f0a) {reg15}\n      [6200,622e) {reg15}\n      [7322,7337) {reg9}\n    [4876] parameter 'nsections'\n      [5cc8,5d09) {reg1}\n      [5d09,5e08) {reg13}\n      [6200,622e) {reg13}\n      [7322,7337) {reg1}\n    [4883] variable 'undo'\n      [5cc8,5d96) {lit0, stack_value}\n      [5d96,5da4) {reg1}\n      [5da4,5e73) {fbreg(-336)}\n      [6200,622e) {lit0, stack_value}\n      [7322,7337) {lit0, stack_value}\n    [4890] variable 'undo_sections'\n      [5d96,6060) {lit0, stack_value}\n      [6060,609b) {reg0}\n      [609b,61d6) {fbreg(-336)}\n      [622e,636b) {fbreg(-336)}\n      [6581,65ef) {fbreg(-336)}\n      [6d20,70f3) {fbreg(-336)}\n      [70f3,7123) {lit0, stack_value}\n      [7123,714a) {fbreg(-336)}\n      [718f,719e) {fbreg(-336)}\n      [72e5,730b) {lit0, stack_value}\n      [730b,731a) {reg0}\n      [73be,73cd) {fbreg(-336)}\n      [740c,742b) {fbreg(-336)}\n      [8088,80ac) {lit0, stack_value}\n      [80ac,80e5) {fbreg(-336)}\n    [489d] variable 'undo_nalloc'\n      [5d96,609b) {lit0, stack_value}\n      [609b,61d6) {reg12}\n      [622e,636b) {fbreg(-432)}\n      [6581,65a0) {reg12}\n      [65a0,65a7) {fbreg(-432)}\n      [6d20,70f3) {fbreg(-432)}\n      [70f3,7123) {lit0, stack_value}\n      [7123,714a) {fbreg(-432)}\n      [718f,719e) {fbreg(-432)}\n      [72e5,731a) {lit0, stack_value}\n      [73be,73cd) {fbreg(-432)}\n      [740c,742b) {fbreg(-432)}\n      [8088,80ac) {lit0, stack_value}\n      [80ac,80e5) {reg12}\n    [48aa] variable 'fail'\n      [622e,624b) {lit0, stack_value}\n      [6d34,6d6c) {lit0, stack_value}\n      [740c,742b) {lit0, stack_value}\n    [48b7] variable 'scn'\n      [622e,624b) {lit0, stack_value}\n      [624b,6265) {reg3}\n      [6265,6279) {reg0}\n      [6279,636b) {reg3}\n      [6d20,6d6c) {reg0}\n      [6d6c,6d78) {breg3(0)}\n      [740c,741e) {reg0}\n      [741e,742b) {fbreg(-480)}\n    [48c4] variable 'split_bss'\n      [6d34,6d6c) {lit0, stack_value}\n      [6e84,6e98) {reg12}\n      [740c,742b) {lit0, stack_value}\n  [4f6e] inlined function 'check_match'@6316\n    [4f8b] parameter 'match'\n      <no value>\n    [4f90] parameter 'scn'\n      [6316,6366) {reg3}\n    [4f9d] parameter 'name'\n      [6316,6366) {fbreg(-384)}\n  [4faa] inlined function 'check_match'@6316\n    [4fcc] parameter 'match'\n      <no value>\n    [4fd1] parameter 'scn'\n      [6316,6359) {reg3}\n    [4fde] parameter 'name'\n      [6316,6359) {fbreg(-384)}\n  [51c8] inlined function 'check_match'@6ead\n    [51de] parameter 'match'\n      (6ead,6ead) <empty range>\n    [51eb] parameter 'scn'\n      <no value>\n    [51f0] parameter 'name'\n      <no value>\n  [51f5] inlined function 'check_match'@6f1e\n    [520b] parameter 'match'\n      <no value>\n    [5210] parameter 'scn'\n      <no value>\n    [5215] parameter 'name'\n      <no value>\n  [4250] inlined function 'get_group_sig'@54aa\n    [426a] parameter 'elf'\n      <no value>\n    [426f] parameter 'shdr'\n      [54aa,54ba) {reg2}\n      [54ba,54bb) {fbreg(-336)}\n    [427c] variable 'symscn'\n      <no value>\n    [4281] variable 'symshdr_mem'\n      <no value>\n    [4286] variable 'symshdr'\n      <no value>\n    [428b] variable 'symdata'\n      <no value>\n    [4290] variable 'sym_mem'\n      <no value>\n    [4295] variable 'sym'\n      <no value>\n    [429a] variable 'sig'\n      <no value>\n  [45b9] inlined function 'get_group_sig'@5850\n    [45df] parameter 'elf'\n      <no value>\n    [45e4] parameter 'shdr'\n      [5849,587f) {reg12}\n    [45f1] variable 'symscn'\n      <no value>\n    [45f6] variable 'symshdr_mem'\n      <no value>\n    [45fb] variable 'symshdr'\n      <no value>\n    [4600] variable 'symdata'\n      <no value>\n    [4605] variable 'sym_mem'\n      <no value>\n    [460a] variable 'sym'\n      <no value>\n    [460f] variable 'sig'\n      <no value>\n  [4b5e] inlined function 'get_group_sig'@6140\n    [4b78] parameter 'elf'\n      [6140,6159) {fbreg(-328)}\n    [4b85] parameter 'shdr'\n      [6140,6154) {breg15(40), stack_value}\n      [6154,6158) {reg4}\n      [6158,6159) {breg15(40), stack_value}\n    [4b92] variable 'symscn'\n      <no value>\n    [4b97] variable 'symshdr_mem'\n      <no value>\n    [4b9c] variable 'symshdr'\n      <no value>\n    [4ba1] variable 'symdata'\n      <no value>\n    [4ba6] variable 'sym_mem'\n      <no value>\n    [4bab] variable 'sym'\n      <no value>\n    [4bb0] variable 'sig'\n      <no value>\n  [4655] inlined function 'get_section_name'@5752\n    [466f] parameter 'ndx'\n      <no value>\n    [4674] parameter 'shdr'\n      [5752,577e) {reg12}\n    [4681] parameter 'shstrtab'\n      [5752,577e) {fbreg(-400)}\n  [4a3f] inlined function 'get_section_name'@6109\n    [4a59] parameter 'ndx'\n      [6109,6117) {breg13(1), stack_value}\n      [80ac,80e5) {breg13(1), stack_value}\n    [4a66] parameter 'shdr'\n      [6109,6117) {breg15(40), stack_value}\n      [80ac,80e5) {breg15(40), stack_value}\n    [4a73] parameter 'shstrtab'\n      [6109,6117) {fbreg(-384)}\n      [80ac,80e5) {fbreg(-384)}\n  [4a80] inlined function 'get_section_name'@80b6\n    [4aa2] parameter 'shdr'\n      [80b6,80e5) {breg15(40), stack_value}\n    [4aaf] parameter 'shstrtab'\n      [80b6,80e5) {fbreg(-384)}\n    [4abc] parameter 'ndx'\n      [80b6,80e5) {breg13(1), stack_value}\n  [4e9b] inlined function 'get_section_name'@6298\n    [4eb5] parameter 'ndx'\n      [6298,62ba) {reg0}\n    [4ec2] parameter 'shdr'\n      [6298,62cb) {fbreg(-384)}\n    [4ecf] parameter 'shstrtab'\n      [6298,62cb) {fbreg(-400)}\n  [5d20] inlined function 'get_section_name'@7b85\n    [5d3a] parameter 'ndx'\n      [7b85,7b94) {reg13}\n      [7bfb,7c03) {reg13}\n    [5d47] parameter 'shdr'\n      [7b85,7b8e) {reg0}\n    [5d54] parameter 'shstrtab'\n      <no value>\n  [6a0d] inlined function 'get_section_name'@6406\n    [6a27] parameter 'ndx'\n      [6406,6419) {breg3(1), stack_value}\n      [8080,8088) {breg3(1), stack_value}\n    [6a34] parameter 'shdr'\n      [6406,640f) {reg0}\n    [6a41] parameter 'shstrtab'\n      [6406,6419) {fbreg(-400)}\n      [8080,8088) {fbreg(-400)}\n  [7697] function 'find_alloc_section'@4190\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [76b8] parameter 'shdr'\n      [4190,41b1) {reg5}\n      [41b1,41dd) {reg11}\n      [41dd,41ee) {entry_value(1) {reg5}, stack_value}\n      [41ee,422d) {reg11}\n      [422d,427c) {reg3}\n    [76cc] parameter 'bias'\n      [4190,41ac) {reg4}\n      [41ac,427c) {entry_value(1) {reg4}, stack_value}\n    [76e0] parameter 'name'\n      [4190,41a4) {reg1}\n      [41a4,41dd) {reg3}\n      [41dd,41ee) {entry_value(1) {reg1}, stack_value}\n      [41ee,4228) {reg3}\n      [4228,427c) {reg14}\n    [76f4] parameter 'sections'\n      [4190,41b1) {reg2}\n      [41b1,41dd) {reg10}\n      [41dd,41ee) {entry_value(1) {reg2}, stack_value}\n      [41ee,422d) {reg10}\n      [422d,427c) {reg15}\n    [7708] parameter 'nalloc'\n      [4190,41dd) {reg8}\n      [41dd,41ee) {entry_value(1) {reg8}, stack_value}\n      [41ee,4225) {reg8}\n      [4225,427c) {reg6}\n    [771c] variable 'addr'\n      [41af,41b1) {reg4}\n      [41b1,41e0) {reg9}\n      [41ee,424c) {reg9}\n      [424c,4271) {fbreg(-56)}\n      [4271,427c) {reg9}\n    [7730] variable 'l'\n      [41af,41b1) {lit0, stack_value}\n      [41b1,41dd) {reg1}\n      [41ee,422d) {reg1}\n    [7742] variable 'u'\n      [41af,41b1) {reg8}\n      [41b1,41dd) {reg0}\n      [41ee,422d) {reg0}\n  [7794] function 'sections_match'@40f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [77b5] parameter 'sections'\n      [40f0,40fe) {reg5}\n      [40fe,4189) {entry_value(1) {reg5}, stack_value}\n    [77c9] parameter 'i'\n      [40f0,40f4) {reg4}\n      [40f4,4189) {entry_value(1) {reg4}, stack_value}\n    [77db] parameter 'shdr'\n      [40f0,40fb) {reg1}\n      [40fb,4167) {reg9}\n      [4167,4176) {entry_value(1) {reg1}, stack_value}\n      [4176,4189) {reg9}\n    [77ef] parameter 'name'\n      [40f0,4167) {reg2}\n      [4167,4176) {entry_value(1) {reg2}, stack_value}\n      [4176,4189) {reg2}\n  [7803] inlined function 'sections_flags_match'@4105\n    [781d] parameter 'sh_flags1'\n      [4105,410f) {reg8}\n      [411b,4128) {reg8}\n    [782a] parameter 'sh_flags2'\n      [4105,410f) {reg1}\n      [411b,4128) {reg1}\n    [7837] parameter 'sh_type'\n      [4105,410f) {reg0}\n      [411b,4128) {reg0}\n  [78b8] function 'compare_symbols_output'@3340\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [78d9] parameter 'a'\n      [3340,33fe) {reg5}\n      [33fe,3414) {entry_value(1) {reg5}, stack_value}\n      [3414,3432) {reg5}\n      [3432,3448) {entry_value(1) {reg5}, stack_value}\n    [78eb] parameter 'b'\n      [3340,33f2) {reg4}\n      [33f2,3414) {entry_value(1) {reg4}, stack_value}\n      [3414,3426) {reg4}\n      [3426,3448) {entry_value(1) {reg4}, stack_value}\n    [78fd] variable 's1'\n      [3340,33fe) {reg5}\n      [33fe,3414) {entry_value(1) {reg5}, stack_value}\n      [3414,3432) {reg5}\n      [3432,3448) {entry_value(1) {reg5}, stack_value}\n    [7910] variable 's2'\n      [3340,33f2) {reg4}\n      [33f2,3414) {entry_value(1) {reg4}, stack_value}\n      [3414,3426) {reg4}\n      [3426,3448) {entry_value(1) {reg4}, stack_value}\n    [7923] variable 'cmp'\n      [3352,3360) {reg0}\n      [3360,3379) {breg5(8), deref, lit0, eq, const1u(255), and, breg4(8), deref, lit0, eq, minus, stack_value}\n      [3379,3385) {reg0}\n      [3385,3393) {breg4(36), deref_size(1), lit4, shr, const1u(255), and, lit0, eq, const1u(255), and, breg8(0), const1u(255), and, lit0, eq, minus, stack_value}\n      [3393,3395) {breg0(0), const1u(255), and, breg2(0), const1u(255), and, minus, stack_value}\n      [3395,33b5) {reg0}\n      [33c1,33cd) {reg0}\n      [33d2,3402) {reg0}\n      [3414,341d) {reg0}\n      [341f,3436) {reg0}\n  [5ad8] inlined function 'compare_symbols_duplicate'@6c84\n    [5aee] parameter 'a'\n      [6c84,6cc1) {reg12}\n      [7474,7495) {reg12}\n    [5afb] parameter 'b'\n      [6c84,6cc1) {reg3}\n      [7474,7495) {reg3}\n    [5b08] variable 's1'\n      [6c84,6cce) {reg12}\n      [7474,7495) {reg12}\n    [5b15] variable 's2'\n      [6c84,6cce) {reg3}\n      [7474,7495) {reg3}\n  [9d02] inlined function 'compare_symbols'@3bda\n    [9d18] parameter 'a'\n      [3bda,3bf8) {reg5}\n      [3bf8,3c05) {reg2}\n      [3c05,3c28) {fbreg(-32)}\n      [3c36,3c41) {reg5}\n      [3c4e,3c6c) {reg2}\n      [3c6c,3c7e) {fbreg(-32)}\n    [9d25] parameter 'b'\n      [3bda,3bf4) {reg4}\n      [3bf4,3c05) {reg1}\n      [3c05,3c28) {fbreg(-24)}\n      [3c36,3c41) {reg4}\n      [3c4e,3c7e) {fbreg(-24)}\n    [9d32] variable 's1'\n      <no value>\n    [9d37] variable 's2'\n      <no value>\n    [9d3c] variable 'res'\n      [3be2,3be4) {breg0(0), breg1(0), minus, stack_value}\n      [3be4,3c05) {reg0}\n      [3c06,3c16) {reg0}\n      [3c36,3c41) {reg0}\n  [7bdf] function 'compare_sections_nonrel'@4380\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7c00] parameter 'a'\n      [4380,4386) {reg5}\n      [4386,4387) {entry_value(1) {reg5}, stack_value}\n    [7c12] parameter 'b'\n      [4380,4386) {reg4}\n      [4386,4387) {entry_value(1) {reg4}, stack_value}\n  [7c46] function 'compare_sections_rel'@4390\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7c67] parameter 'a'\n      [4390,4399) {reg5}\n      [4399,439a) {entry_value(1) {reg5}, stack_value}\n    [7c79] parameter 'b'\n      [4390,4399) {reg4}\n      [4399,439a) {entry_value(1) {reg4}, stack_value}\n  [a344] inlined function 'compare_sections'@42a6\n    [a35e] parameter 'rel'\n      [42a6,42f2) {reg9}\n      [42f2,42f3) {entry_value(1) {reg1}, stack_value}\n      [4341,434d) {reg9}\n      [4361,4374) {reg9}\n      [4374,4375) {entry_value(1) {reg1}, stack_value}\n    [a36b] parameter 'a'\n      [42a6,42ee) {reg5}\n      [42ee,42f3) {entry_value(1) {reg5}, stack_value}\n      [4341,434d) {reg5}\n      [4361,4370) {reg5}\n      [4370,4375) {entry_value(1) {reg5}, stack_value}\n    [a378] parameter 'b'\n      [42a6,42eb) {reg4}\n      [42eb,42f3) {entry_value(1) {reg4}, stack_value}\n      [4341,434d) {reg4}\n      [4361,436c) {reg4}\n      [436c,4375) {entry_value(1) {reg4}, stack_value}\n    [a385] variable 's1'\n      <no value>\n    [a38a] variable 's2'\n      <no value>\n  [44ee] inlined function 'compare_unalloc_sections'@58b4\n    [4504] parameter 'shdr1'\n      <no value>\n    [4509] parameter 'shdr2'\n      [58b4,5913) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n      [5990,59b1) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n    [4516] parameter 'name1'\n      <no value>\n    [451b] parameter 'name2'\n      [58b4,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n    [4528] parameter 'sig1'\n      <no value>\n    [452d] parameter 'sig2'\n      [58b4,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n  [453a] inlined function 'compare_unalloc_sections'@58e7\n    [4550] parameter 'shdr1'\n      <no value>\n    [4555] parameter 'shdr2'\n      [58e7,5913) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n      [5990,59b1) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n    [4562] parameter 'name1'\n      <no value>\n    [4567] parameter 'name2'\n      [58e7,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n    [4574] parameter 'sig1'\n      <no value>\n    [4579] parameter 'sig2'\n      [58e7,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n  [a38f] inlined function 'compare_unalloc_sections'@42a6\n    [a3a5] parameter 'shdr1'\n      [42a6,42ee) {breg5(40), stack_value}\n      [42ee,42f3) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n      [4341,434d) {breg5(40), stack_value}\n      [4361,4370) {breg5(40), stack_value}\n      [4370,4375) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n    [a3b2] parameter 'shdr2'\n      [42a6,42eb) {breg4(40), stack_value}\n      [42eb,42f3) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n      [4341,434d) {breg4(40), stack_value}\n      [4361,436c) {breg4(40), stack_value}\n      [436c,4375) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n    [a3bf] parameter 'name1'\n      [42a6,42ee) {breg5(8)}\n      [42ee,42f2) {entry_value(1) {reg5}, plus_uconst(8)}\n      [4341,434d) {breg5(8)}\n      [4361,4370) {breg5(8)}\n      [4370,4374) {entry_value(1) {reg5}, plus_uconst(8)}\n    [a3cc] parameter 'name2'\n      [42a6,42eb) {breg4(8)}\n      [42eb,42f2) {entry_value(1) {reg4}, plus_uconst(8)}\n      [4341,434d) {breg4(8)}\n      [4361,436c) {breg4(8)}\n      [436c,4374) {entry_value(1) {reg4}, plus_uconst(8)}\n    [a3d9] parameter 'sig1'\n      [42a6,42ee) {breg5(16)}\n      [42ee,42f2) {reg0}\n      [4341,434d) {breg5(16)}\n      [4361,4374) {reg0}\n    [a3e6] parameter 'sig2'\n      [42a6,42eb) {breg4(16)}\n      [42eb,42f2) {reg1}\n      [4341,434d) {breg4(16)}\n      [4361,4374) {reg1}\n  [a3f3] inlined function 'compare_unalloc_sections'@42d2\n    [a409] parameter 'shdr1'\n      [42d2,42ee) {breg5(40), stack_value}\n      [42ee,42f3) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n      [4361,4370) {breg5(40), stack_value}\n      [4370,4375) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n    [a416] parameter 'shdr2'\n      [42d2,42eb) {breg4(40), stack_value}\n      [42eb,42f3) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n      [4361,436c) {breg4(40), stack_value}\n      [436c,4375) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n    [a423] parameter 'name1'\n      [42d2,42ee) {breg5(8)}\n      [42ee,42f2) {entry_value(1) {reg5}, plus_uconst(8)}\n      [4361,4370) {breg5(8)}\n      [4370,4374) {entry_value(1) {reg5}, plus_uconst(8)}\n    [a430] parameter 'name2'\n      [42d2,42eb) {breg4(8)}\n      [42eb,42f2) {entry_value(1) {reg4}, plus_uconst(8)}\n      [4361,436c) {breg4(8)}\n      [436c,4374) {entry_value(1) {reg4}, plus_uconst(8)}\n    [a43d] parameter 'sig1'\n      [42d2,42ee) {breg5(16)}\n      [42ee,42f2) {reg0}\n      [4361,4374) {reg0}\n    [a44a] parameter 'sig2'\n      [42d2,42eb) {breg4(16)}\n      [42eb,42f2) {reg1}\n      [4361,4374) {reg1}\n  [a474] inlined function 'compare_alloc_sections'@42f8\n    [a48a] parameter 's1'\n      [42f3,4321) {reg5}\n      [4321,4341) {entry_value(1) {reg5}, stack_value}\n      [4359,4361) {reg5}\n    [a497] parameter 's2'\n      [42f3,4325) {reg4}\n      [4325,433c) {reg3}\n      [433c,4341) {entry_value(1) {reg4}, stack_value}\n      [4359,4361) {reg4}\n    [a4a4] parameter 'rel'\n      [42f3,4325) {reg9}\n      [4325,4341) {entry_value(1) {reg1}, stack_value}\n      [4359,4361) {reg9}\n  [7f79] function 'adjust_all_relocs'@4b40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7f96] parameter 'elf'\n      [4b40,4b51) {reg5}\n      [4b51,4c10) {reg12}\n      [4c10,4c17) {entry_value(1) {reg5}, stack_value}\n      [4c17,4c5e) {reg12}\n    [7faa] parameter 'symtab'\n      [4b40,4b7e) {reg4}\n      [4b7e,4c0e) {reg6}\n      [4c0e,4c17) {entry_value(1) {reg4}, stack_value}\n      [4c17,4c5e) {reg6}\n    [7fbe] parameter 'symshdr'\n      [4b40,4b7e) {reg1}\n      [4b7e,4c5e) {fbreg(-168)}\n    [7fd2] parameter 'map'\n      [4b40,4b7e) {reg2}\n      [4b7e,4c5e) {fbreg(-160)}\n    [7fe6] parameter 'map_size'\n      [4b40,4b7e) {reg8}\n      [4b7e,4c5e) {fbreg(-152)}\n    [7ffa] parameter 'scn_filter'\n      [4b40,4b7e) {reg9}\n      [4b7e,4c0d) {reg3}\n      [4c0d,4c17) {entry_value(1) {reg9}, stack_value}\n      [4c17,4c39) {reg3}\n      [4c39,4c59) {entry_value(1) {reg9}, stack_value}\n      [4c59,4c5e) {reg3}\n    [800e] variable 'new_sh_link'\n      (4b82,4b82) <empty range>\n      [4b82,4c14) {reg14}\n      [4c17,4c5e) {reg14}\n    [8022] variable 'scn'\n      (4b82,4b82) <empty range>\n      [4b82,4b99) {reg15}\n      [4b99,4bac) {reg0}\n      [4bac,4bf2) {reg15}\n      [4bf2,4c06) {reg0}\n      [4c06,4c16) {reg15}\n      [4c17,4c5e) {reg15}\n  [8351] inlined function 'adjust_reloc'@4862\n    [836b] parameter 'info'\n      [4862,488d) {breg0(8), stack_value}\n    [8378] parameter 'map'\n      [4862,488d) {reg12}\n    [8385] parameter 'map_size'\n      [4862,488d) {reg14}\n    [8392] variable 'ndx'\n      [486d,4880) {reg2}\n      [4880,4882) {breg1(0), const1u(32), shr, stack_value}\n      [4882,488d) {breg0(8), deref, const1u(32), shr, stack_value}\n  [839f] inlined function 'adjust_reloc'@4a8e\n    [83c1] parameter 'info'\n      <no value>\n    [83c6] parameter 'map'\n      [4a8e,4aa3) {reg12}\n    [83d3] parameter 'map_size'\n      [4a8e,4aa3) {reg14}\n    [83e0] variable 'ndx'\n      <no value>\n  [852b] inlined function 'adjust_reloc'@476a\n    [8551] parameter 'info'\n      [476a,4795) {breg0(8), stack_value}\n    [855e] parameter 'map'\n      [476a,4795) {reg12}\n    [856b] parameter 'map_size'\n      [476a,4795) {reg14}\n    [8578] variable 'ndx'\n      [4775,4788) {reg2}\n      [4788,478a) {breg1(0), const1u(32), shr, stack_value}\n      [478a,4795) {breg0(8), deref, const1u(32), shr, stack_value}\n  [a63b] inlined function 'update_sh_size'@4400\n    [a661] parameter 'outscn'\n      [43f9,4419) {fbreg(-104)}\n    [a66e] parameter 'data'\n      [43f9,4419) {reg3}\n    [a67b] variable 'shdr_mem'\n      <no value>\n    [a680] variable 'newshdr'\n      <no value>\n  [6b68] inlined function 'update_shdr'@6699\n    [6b82] parameter 'outscn'\n      [6699,66ad) {fbreg(-472)}\n      [7346,7362) {fbreg(-472)}\n    [6b8f] parameter 'newshdr'\n      [6699,66ad) {fbreg(-488)}\n      [7346,7362) {fbreg(-488)}\n  [6b9c] inlined function 'update_shdr'@7346\n    [6bc2] parameter 'outscn'\n      [7346,7362) {fbreg(-472)}\n    [6bcf] parameter 'newshdr'\n      [7346,7362) {fbreg(-488)}\n  [9bad] inlined function 'update_shdr'@3b60\n    [9bd3] parameter 'outscn'\n      [3b60,3b99) {entry_value(1) {reg5}, stack_value}\n    [9be0] parameter 'newshdr'\n      [3b60,3b99) {entry_value(1) {reg4}, stack_value}\n  [a518] inlined function 'update_shdr'@43da\n    [a532] parameter 'outscn'\n      [43da,43f9) {fbreg(-104)}\n      [4439,4460) {fbreg(-104)}\n    [a53f] parameter 'newshdr'\n      [43da,43de) {reg0}\n  [a54c] inlined function 'update_shdr'@4440\n    [a572] parameter 'outscn'\n      [4439,445b) {fbreg(-104)}\n    [a57f] parameter 'newshdr'\n      <no value>\n  [ac82] inlined function 'symtab_count_leading_section_symbols'@5108\n    [ac9c] parameter 'elf'\n      [5108,51fa) {fbreg(-272)}\n      [5245,52d2) {fbreg(-272)}\n    [aca9] parameter 'scn'\n      [5108,511a) {reg14}\n      [511a,51fa) {fbreg(-216)}\n      [5245,52d2) {fbreg(-216)}\n    [acb6] parameter 'shnum'\n      [5108,51fa) {reg15}\n      [5245,52d2) {reg15}\n    [acc3] parameter 'newsymdata'\n      [5108,510c) {reg0}\n      [510c,51fa) {fbreg(-264)}\n      [5245,52d2) {fbreg(-264)}\n    [acd0] variable 'data'\n      [510d,512a) {reg0}\n      [512a,51fa) {reg14}\n      [5245,52d2) {reg14}\n    [acdd] variable 'shndxdata'\n      <constant value>\n  [7845] inlined function 'section_can_shrink'@413c\n    [785f] parameter 'shdr'\n      [413c,4158) {breg5(40), stack_value}\n      [4176,4189) {breg5(40), stack_value}\n  [6dc8] inlined function 'free_new_data'@78c5\n    [6dee] variable 'list'\n      [78cc,78e2) {reg3}\n      [78e2,78e5) {reg12}\n      [78e5,78f3) {reg3}\n  [6083] inlined function 'record_new_data'@7cfe\n    [609d] parameter 'data'\n      [7cfe,7d15) {reg0}\n    [60aa] variable 'next'\n      [7d11,7d15) {addr(0xd050)}\n  [878b] inlined function 'record_new_data'@45e5\n    [87a5] parameter 'data'\n      [45e5,4608) {reg14}\n    [87b2] variable 'next'\n      [45ec,4608) {reg12}\n  [896d] inlined function 'record_new_data'@4a25\n    [8987] parameter 'data'\n      [4a25,4a48) {reg14}\n    [8994] variable 'next'\n      [4a2c,4a48) {reg12}\n  [8bd5] inlined function 'record_new_data'@4920\n    [8bfb] parameter 'data'\n      [491e,493f) {reg14}\n    [8c08] variable 'next'\n      [4927,493f) {reg3}\n  [a8d8] inlined function 'record_new_data'@4d60\n    [a8f2] parameter 'data'\n      [4d60,4d77) {reg0}\n    [a8ff] variable 'next'\n      [4d73,4d77) {addr(0xd050)}\n  [9041] function 'make_directories'@34e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [905e] parameter 'path'\n      [34e0,34f2) {reg5}\n      [34f2,352a) {reg3}\n      [352a,356e) {entry_value(1) {reg5}, stack_value}\n      [356e,3575) {reg3}\n      [3575,35a3) {entry_value(1) {reg5}, stack_value}\n      [35a3,35be) {reg3}\n      [35be,35d4) {entry_value(1) {reg5}, stack_value}\n    [9072] variable 'lastslash'\n      [34f3,3517) {reg0}\n      [356e,3577) {reg0}\n    [9086] variable 'dir'\n      [3528,352a) {reg0}\n      [352a,3569) {reg6}\n      [3569,356d) {reg5}\n      [3577,35a3) {reg6}\n      [35a3,35ba) {reg0}\n      [35ba,35d4) {reg6}\n  [9258] function 'copy_elf'@35e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9276] parameter 'outelf'\n      [35e0,35ec) {reg5}\n      [35ec,3960) {reg13}\n      [3960,3965) {entry_value(1) {reg5}, stack_value}\n      [3965,39b3) {reg13}\n    [9289] parameter 'inelf'\n      [35e0,360f) {reg4}\n      [360f,395e) {reg12}\n      [395e,3965) {entry_value(1) {reg4}, stack_value}\n      [3965,39b3) {reg12}\n    [929c] variable 'shstrndx'\n      [35e0,39b3) {fbreg(-224)}\n    [92ab] variable 'ehdr_mem'\n      [35e0,39b3) {fbreg(-144)}\n    [92ba] variable 'ehdr'\n      [3649,3653) {reg0}\n      [3653,369b) {reg3}\n      [3742,37a7) {reg3}\n      [37a9,3818) {reg3}\n      [38de,38e9) {reg0}\n      [38e9,38f9) {reg3}\n      [38fe,3919) {reg3}\n      [391e,3939) {reg3}\n      [3965,3981) {reg3}\n      [3986,39a9) {reg3}\n    [92cd] variable 'phnum'\n      [35e0,39b3) {fbreg(-216)}\n    [92dd] variable 'scn'\n      [369b,36ac) {reg3}\n      [36ac,36b9) {reg0}\n      [36b9,3742) {reg3}\n      [3840,3859) {reg3}\n      [385b,3879) {reg3}\n      [387b,3899) {reg3}\n      [393e,3951) {reg0}\n      [3951,395b) {reg3}\n      [39ae,39b3) {reg3}\n  [977d] function 'parse_opt'@2f80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [979f] parameter 'key'\n      [2f80,2fac) {reg5}\n      [2fac,2fc1) {entry_value(1) {reg5}, stack_value}\n      [2fc1,2fd3) {reg5}\n      [2fd3,3008) {entry_value(1) {reg5}, stack_value}\n      [3008,301b) {reg5}\n      [301b,3335) {entry_value(1) {reg5}, stack_value}\n    [97b2] parameter 'arg'\n      [2f80,2fe6) {reg4}\n      [2fe6,3008) {entry_value(1) {reg4}, stack_value}\n      [3008,301b) {reg4}\n      [301b,3025) {entry_value(1) {reg4}, stack_value}\n      [3025,302c) {reg4}\n      [302c,3091) {entry_value(1) {reg4}, stack_value}\n      [3091,3129) {reg4}\n      [3129,3202) {entry_value(1) {reg4}, stack_value}\n      [3202,3219) {reg4}\n      [3219,321e) {entry_value(1) {reg4}, stack_value}\n      [321e,3231) {reg4}\n      [3231,3335) {entry_value(1) {reg4}, stack_value}\n    [97c5] parameter 'state'\n      [2f80,2fa2) {reg1}\n      [2fa2,2fe6) {reg10}\n      [2fe6,3008) {entry_value(1) {reg1}, stack_value}\n      [3008,301b) {reg10}\n      [301b,3025) {entry_value(1) {reg1}, stack_value}\n      [3025,306b) {reg10}\n      [306b,3091) {entry_value(1) {reg1}, stack_value}\n      [3091,317a) {reg10}\n      [317a,31c1) {fbreg(-192)}\n      [31c1,3202) {entry_value(1) {reg1}, stack_value}\n      [3202,3236) {reg10}\n      [3236,3270) {fbreg(-192)}\n      [3270,329b) {entry_value(1) {reg1}, stack_value}\n      [329b,32ab) {reg10}\n      [32ab,32ec) {entry_value(1) {reg1}, stack_value}\n      [32ec,32f2) {fbreg(-192)}\n      [32f2,330d) {entry_value(1) {reg1}, stack_value}\n      [330d,3335) {reg10}\n    [97d8] variable 'info'\n      [2fa2,2fe6) {reg1}\n      [3008,3018) {reg1}\n      [3018,301b) {breg10(40)}\n      (301b,301b) <empty range>\n      [3025,3064) {reg1}\n      [3064,306b) {breg10(40)}\n      [3091,313a) {reg1}\n      [313a,3146) {breg10(40)}\n      [3146,317a) {reg1}\n      [317a,31cd) {fbreg(-200)}\n      [3202,3212) {reg1}\n      [3212,321e) {breg10(40)}\n      [321e,322a) {reg1}\n      [322a,3236) {breg10(40)}\n      [3236,3270) {fbreg(-200)}\n      [329b,32ab) {reg1}\n      [32ec,32f2) {fbreg(-200)}\n      [330d,3335) {reg1}\n  [24bf] inlined function 'error'@2e3f\n    [24e5] parameter '__status'\n      [2e3f,2e50) {lit1, stack_value}\n    [24f2] parameter '__errnum'\n      [2e3f,2e50) {lit0, stack_value}\n    [24ff] parameter '__format'\n      [2e3f,2e4b) {reg0}\n      [2e4b,2e4f) {reg1}\n  [2526] inlined function 'error'@2e6d\n    [2540] parameter '__status'\n      [2e6d,2e7e) {lit1, stack_value}\n    [254d] parameter '__errnum'\n      [2e6d,2e7e) {lit0, stack_value}\n    [255a] parameter '__format'\n      [2e6d,2e79) {reg0}\n      [2e79,2e7d) {reg1}\n  [2da7] inlined function 'error'@88f1\n    [2dcd] parameter '__status'\n      [88f1,890b) {lit1, stack_value}\n    [2dda] parameter '__errnum'\n      [88f1,890b) {lit0, stack_value}\n    [2de7] parameter '__format'\n      [88f1,8906) {reg0}\n      [8906,890a) {reg1}\n  [2e1f] inlined function 'error'@8998\n    [2e45] parameter '__status'\n      [8998,89af) {lit1, stack_value}\n    [2e52] parameter '__errnum'\n      [8998,89af) {lit0, stack_value}\n    [2e5f] parameter '__format'\n      [8998,89aa) {reg0}\n      [89aa,89ae) {reg1}\n  [3011] inlined function 'error'@8a55\n    [3037] parameter '__status'\n      [8a55,8a69) {lit1, stack_value}\n    [3044] parameter '__errnum'\n      [8a55,8a69) {lit0, stack_value}\n    [3051] parameter '__format'\n      [8a55,8a64) {reg0}\n      [8a64,8a68) {reg1}\n  [307d] inlined function 'error'@8aac\n    [30a3] parameter '__status'\n      [8aac,8ac3) {lit1, stack_value}\n    [30b0] parameter '__errnum'\n      [8aac,8ac3) {lit0, stack_value}\n    [30bd] parameter '__format'\n      [8aac,8abe) {reg0}\n      [8abe,8ac2) {reg1}\n  [340d] inlined function 'error'@8745\n    [3433] parameter '__status'\n      [8745,8759) {lit1, stack_value}\n    [3440] parameter '__errnum'\n      [8745,8759) {lit0, stack_value}\n    [344d] parameter '__format'\n      [8745,8754) {reg0}\n      [8754,8758) {reg1}\n  [3877] inlined function 'error'@348c\n    [3891] parameter '__status'\n      [348c,348f) {breg3(0), not, const1u(255), and, stack_value}\n      [348f,34ab) {breg3(0), lit1, xor, not, const1u(255), and, stack_value}\n    [389e] parameter '__errnum'\n      [348c,34ab) {lit0, stack_value}\n    [38ab] parameter '__format'\n      [348c,34ab) {addr(0x90a8), stack_value}\n  [3ac0] inlined function 'error'@821e\n    [3ae6] parameter '__status'\n      [821e,8232) {lit1, stack_value}\n    [3af3] parameter '__errnum'\n      [821e,8232) {lit0, stack_value}\n    [3b00] parameter '__format'\n      [821e,822d) {reg0}\n      [822d,8231) {reg1}\n  [3c06] inlined function 'error'@8483\n    [3c2c] parameter '__status'\n      <constant value>\n    [3c32] parameter '__errnum'\n      [8483,8492) {breg0(0)}\n      [8492,8496) {reg4}\n    [3c3f] parameter '__format'\n      [8483,8497) {reg3}\n  [3dec] inlined function 'error'@8362\n    [3e12] parameter '__status'\n      [8362,8373) {lit0, stack_value}\n    [3e1f] parameter '__errnum'\n      [8362,8373) {lit0, stack_value}\n    [3e2c] parameter '__format'\n      [8362,836e) {reg0}\n      [836e,8372) {reg1}\n  [3e58] inlined function 'error'@8411\n    [3e7e] parameter '__status'\n      [8411,841f) {lit0, stack_value}\n    [3e8b] parameter '__errnum'\n      [8411,841f) {lit0, stack_value}\n    [3e98] parameter '__format'\n      [8411,841a) {reg0}\n      [841a,841e) {reg1}\n  [42be] inlined function 'error'@717a\n    [42e4] parameter '__status'\n      [717a,7182) {lit1, stack_value}\n    [42f1] parameter '__errnum'\n      [717a,7182) {lit0, stack_value}\n    [42fe] parameter '__format'\n      [717a,7182) {reg0}\n  [468f] inlined function 'error'@5975\n    [46b5] parameter '__status'\n      [5975,597c) {lit1, stack_value}\n    [46c2] parameter '__errnum'\n      [5975,597c) {lit0, stack_value}\n    [46cf] parameter '__format'\n      [5975,597c) {reg0}\n  [4ac9] inlined function 'error'@80d6\n    [4aef] parameter '__status'\n      [80d6,80e5) {lit1, stack_value}\n    [4afc] parameter '__errnum'\n      [80d6,80e5) {lit0, stack_value}\n    [4b09] parameter '__format'\n      [80d6,80e5) {reg0}\n  [4bf0] inlined function 'error'@72fd\n    [4c16] parameter '__status'\n      [72fd,730b) {lit1, stack_value}\n    [4c23] parameter '__errnum'\n      [72fd,730b) {lit0, stack_value}\n    [4c30] parameter '__format'\n      [72fd,730b) {reg0}\n  [4c3e] inlined function 'error'@80a0\n    [4c64] parameter '__status'\n      [80a0,80ac) {lit1, stack_value}\n    [4c71] parameter '__errnum'\n      [80a0,80ac) {lit0, stack_value}\n    [4c7e] parameter '__format'\n      [80a0,80ac) {reg0}\n  [4feb] inlined function 'error'@633d\n    [5005] parameter '__status'\n      [633d,6359) {lit0, stack_value}\n    [5012] parameter '__errnum'\n      [633d,6359) {lit0, stack_value}\n    [501f] parameter '__format'\n      [633d,6354) {reg0}\n      [6354,6358) {reg1}\n  [521a] inlined function 'error'@6f3e\n    [5240] parameter '__status'\n      [6f3e,6f52) {lit0, stack_value}\n    [524d] parameter '__errnum'\n      [6f3e,6f52) {lit0, stack_value}\n    [525a] parameter '__format'\n      [6f3e,6f4d) {reg0}\n      [6f4d,6f51) {reg1}\n  [5530] inlined function 'error'@803a\n    [5556] parameter '__status'\n      [803a,8055) {lit1, stack_value}\n    [5563] parameter '__errnum'\n      [803a,8055) {lit0, stack_value}\n    [5570] parameter '__format'\n      [803a,8055) {addr(0x9d78), stack_value}\n  [5635] inlined function 'error'@8007\n    [565b] parameter '__status'\n      [8007,800f) {lit1, stack_value}\n    [5668] parameter '__errnum'\n      [8007,800f) {lit0, stack_value}\n    [5675] parameter '__format'\n      [8007,800f) {reg0}\n  [5720] inlined function 'error'@813d\n    [5742] parameter '__status'\n      [813d,8152) {lit1, stack_value}\n    [574f] parameter '__errnum'\n      [813d,8152) {lit0, stack_value}\n    [575c] parameter '__format'\n      [813d,8152) {addr(0x9da8), stack_value}\n  [57d2] inlined function 'error'@8017\n    [57f8] parameter '__status'\n      [8017,8032) {lit1, stack_value}\n    [5805] parameter '__errnum'\n      [8017,8032) {lit0, stack_value}\n    [5812] parameter '__format'\n      [8017,8032) {addr(0x9d50), stack_value}\n  [584b] inlined function 'error'@805d\n    [5871] parameter '__status'\n      [805d,8078) {lit1, stack_value}\n    [587e] parameter '__errnum'\n      [805d,8078) {lit0, stack_value}\n    [588b] parameter '__format'\n      [805d,8078) {addr(0x9d28), stack_value}\n  [6010] inlined function 'error'@75ec\n    [6036] parameter '__status'\n      [75ec,7601) {lit1, stack_value}\n    [6043] parameter '__errnum'\n      [75ec,7601) {lit0, stack_value}\n    [6050] parameter '__format'\n      [75ec,7601) {addr(0x9e28), stack_value}\n  [6168] inlined function 'error'@7fdc\n    [618e] parameter '__status'\n      [7fdc,7fef) {lit1, stack_value}\n    [619b] parameter '__errnum'\n      [7fdc,7fef) {lit0, stack_value}\n    [61a8] parameter '__format'\n      [7fdc,7fef) {addr(0x9e88), stack_value}\n  [681d] inlined function 'error'@552d\n    [6843] parameter '__status'\n      [552d,5530) {lit1, stack_value}\n    [6850] parameter '__errnum'\n      [552d,5530) {lit0, stack_value}\n    [685d] parameter '__format'\n      [552d,5530) {reg0}\n  [6883] inlined function 'error'@5838\n    [68a9] parameter '__status'\n      [5838,5849) {lit1, stack_value}\n    [68b6] parameter '__errnum'\n      [5838,5849) {lit0, stack_value}\n    [68c3] parameter '__format'\n      [5838,5844) {reg0}\n      [5844,5848) {reg1}\n  [6c59] inlined function 'error'@80e5\n    [6c7f] parameter '__status'\n      [80e5,80fa) {lit1, stack_value}\n    [6c8c] parameter '__errnum'\n      [80e5,80fa) {lit0, stack_value}\n    [6c99] parameter '__format'\n      [80e5,80fa) {addr(0x9cf8), stack_value}\n  [7937] inlined function 'error'@3403\n    [795d] parameter '__status'\n      [3403,3414) {lit1, stack_value}\n    [796a] parameter '__errnum'\n      [3403,3414) {lit0, stack_value}\n    [7977] parameter '__format'\n      [3403,340f) {reg0}\n      [340f,3413) {reg1}\n  [799d] inlined function 'error'@3437\n    [79c3] parameter '__status'\n      <constant value>\n    [79c9] parameter '__errnum'\n      <constant value>\n    [79cf] parameter '__format'\n      [3437,3443) {reg0}\n      [3443,3447) {reg1}\n  [80a1] inlined function 'error'@4c45\n    [80c7] parameter '__status'\n      [4c45,4c59) {lit1, stack_value}\n    [80d4] parameter '__errnum'\n      [4c45,4c59) {lit0, stack_value}\n    [80e1] parameter '__format'\n      [4c45,4c54) {reg0}\n      [4c54,4c58) {reg1}\n  [82e5] inlined function 'error'@471b\n    [830b] parameter '__status'\n      [471b,472f) {lit1, stack_value}\n    [8318] parameter '__errnum'\n      [471b,472f) {lit0, stack_value}\n    [8325] parameter '__format'\n      [471b,472a) {reg0}\n      [472a,472e) {reg1}\n  [83e5] inlined function 'error'@4a8e\n    [8407] parameter '__status'\n      [4a8e,4aa3) {lit1, stack_value}\n    [8414] parameter '__errnum'\n      [4a8e,4aa3) {lit0, stack_value}\n    [8421] parameter '__format'\n      [4a8e,4aa3) {addr(0x91d6), stack_value}\n  [87d3] inlined function 'error'@4ae7\n    [87f9] parameter '__status'\n      [4ae7,4afc) {lit1, stack_value}\n    [8806] parameter '__errnum'\n      [4ae7,4afc) {lit0, stack_value}\n    [8813] parameter '__format'\n      [4ae7,4afc) {addr(0x9a10), stack_value}\n  [89cf] inlined function 'error'@4afc\n    [89f5] parameter '__status'\n      [4afc,4b11) {lit1, stack_value}\n    [8a02] parameter '__errnum'\n      [4afc,4b11) {lit0, stack_value}\n    [8a0f] parameter '__format'\n      [4afc,4b11) {addr(0x99e8), stack_value}\n  [8a42] inlined function 'error'@4b11\n    [8a68] parameter '__status'\n      [4b11,4b26) {lit1, stack_value}\n    [8a75] parameter '__errnum'\n      [4b11,4b26) {lit0, stack_value}\n    [8a82] parameter '__format'\n      [4b11,4b26) {addr(0x99b8), stack_value}\n  [8ab5] inlined function 'error'@4b26\n    [8acf] parameter '__status'\n      [4b26,4b3b) {lit1, stack_value}\n    [8adc] parameter '__errnum'\n      [4b26,4b3b) {lit0, stack_value}\n    [8ae9] parameter '__format'\n      [4b26,4b3b) {addr(0x9988), stack_value}\n  [8c29] inlined function 'error'@4ad2\n    [8c4f] parameter '__status'\n      [4ad2,4ae7) {lit1, stack_value}\n    [8c5c] parameter '__errnum'\n      [4ad2,4ae7) {lit0, stack_value}\n    [8c69] parameter '__format'\n      [4ad2,4ae7) {addr(0x9a38), stack_value}\n  [8d33] inlined function 'error'@4aa8\n    [8d59] parameter '__status'\n      [4aa8,4abd) {lit1, stack_value}\n    [8d66] parameter '__errnum'\n      [4aa8,4abd) {lit0, stack_value}\n    [8d73] parameter '__format'\n      [4aa8,4abd) {addr(0x9930), stack_value}\n  [8da6] inlined function 'error'@4abd\n    [8dcc] parameter '__status'\n      [4abd,4ad2) {lit1, stack_value}\n    [8dd9] parameter '__errnum'\n      [4abd,4ad2) {lit0, stack_value}\n    [8de6] parameter '__format'\n      [4abd,4ad2) {addr(0x9958), stack_value}\n  [909a] inlined function 'error'@358f\n    [90c0] parameter '__status'\n      [358f,35a3) {lit1, stack_value}\n    [90cd] parameter '__errnum'\n      [358f,35a2) {breg3(0)}\n    [90da] parameter '__format'\n      [358f,359e) {reg0}\n      [359e,35a2) {reg1}\n  [9101] inlined function 'error'@35c3\n    [9127] parameter '__status'\n      <constant value>\n    [912d] parameter '__errnum'\n      [35c3,35cf) {breg0(0)}\n      [35cf,35d3) {reg4}\n    [913a] parameter '__format'\n      [35c3,35d4) {reg3}\n  [95a3] inlined function 'error'@382c\n    [95c9] parameter '__status'\n      [382c,3840) {lit1, stack_value}\n    [95d6] parameter '__errnum'\n      [382c,3840) {lit0, stack_value}\n    [95e3] parameter '__format'\n      [382c,383b) {reg0}\n      [383b,383f) {reg1}\n  [99e7] inlined function 'error'@3ae9\n    [9a0d] parameter '__status'\n      <constant value>\n    [9a13] parameter '__errnum'\n      [3ae9,3af8) {breg0(0)}\n      [3af8,3afc) {reg4}\n    [9a20] parameter '__format'\n      [3ae9,3afd) {reg3}\n  [9ace] inlined function 'error'@3b2e\n    [9af4] parameter '__status'\n      <constant value>\n    [9afa] parameter '__errnum'\n      <constant value>\n    [9b00] parameter '__format'\n      [3b2e,3b40) {reg0}\n      [3b40,3b44) {reg1}\n  [9bed] inlined function 'error'@3b85\n    [9c13] parameter '__status'\n      <constant value>\n    [9c19] parameter '__errnum'\n      <constant value>\n    [9c1f] parameter '__format'\n      [3b85,3b94) {reg0}\n      [3b94,3b98) {reg1}\n  [9d49] inlined function 'error'@3c6d\n    [9d6f] parameter '__status'\n      <constant value>\n    [9d75] parameter '__errnum'\n      <constant value>\n    [9d7b] parameter '__format'\n      [3c6d,3c79) {reg0}\n      [3c79,3c7d) {reg1}\n  [9e65] inlined function 'error'@3d44\n    [9e8b] parameter '__status'\n      [3d44,3d58) {lit1, stack_value}\n    [9e98] parameter '__errnum'\n      [3d44,3d58) {lit0, stack_value}\n    [9ea5] parameter '__format'\n      [3d44,3d53) {reg0}\n      [3d53,3d57) {reg1}\n  [a1e4] inlined function 'error'@3fed\n    [a20a] parameter '__status'\n      [3fed,4001) {lit1, stack_value}\n    [a217] parameter '__errnum'\n      [3fed,4001) {lit0, stack_value}\n    [a224] parameter '__format'\n      [3fed,3ffc) {reg0}\n      [3ffc,4000) {reg1}\n  [a584] inlined function 'error'@4425\n    [a5aa] parameter '__status'\n      [4425,4439) {lit1, stack_value}\n    [a5b7] parameter '__errnum'\n      [4425,4439) {lit0, stack_value}\n    [a5c4] parameter '__format'\n      [4425,4434) {reg0}\n      [4434,4438) {reg1}\n  [a7e1] inlined function 'error'@4ff5\n    [a807] parameter '__status'\n      [4ff5,5009) {lit1, stack_value}\n    [a814] parameter '__errnum'\n      [4ff5,5009) {lit0, stack_value}\n    [a821] parameter '__format'\n      [4ff5,5004) {reg0}\n      [5004,5008) {reg1}\n  [aa99] inlined function 'error'@506e\n    [aabf] parameter '__status'\n      [506e,5083) {lit1, stack_value}\n    [aacc] parameter '__errnum'\n      [506e,5083) {lit0, stack_value}\n    [aad9] parameter '__format'\n      [506e,5083) {addr(0x9ac8), stack_value}\n  [ad3b] inlined function 'error'@526d\n    [ad61] parameter '__status'\n      [526d,5281) {lit1, stack_value}\n    [ad6e] parameter '__errnum'\n      [526d,5281) {lit0, stack_value}\n    [ad7b] parameter '__format'\n      [526d,527c) {reg0}\n      [527c,5280) {reg1}\n  [60cb] inlined function 'memset'@7d43\n    [60e5] parameter '__dest'\n      [7d43,7d47) {reg1}\n    [60f2] parameter '__ch'\n      [7d43,7d47) {lit0, stack_value}\n    [60ff] parameter '__len'\n      [7d43,7d47) {lit24, stack_value}\n  [610d] inlined function 'memset'@7e6c\n    [6127] parameter '__dest'\n      [7e6c,7e71) {reg3}\n    [6134] parameter '__ch'\n      [7e6c,7e71) {lit0, stack_value}\n    [6141] parameter '__len'\n      [7e6c,7e70) {reg1}\n  [6abf] inlined function 'memset'@64c7\n    [6ad9] parameter '__dest'\n      [64c7,64cb) {reg5}\n      [64cb,64cc) {reg7}\n    [6ae6] parameter '__ch'\n      [64c7,64cc) {lit0, stack_value}\n    [6af3] parameter '__len'\n      [64c7,64cb) {reg1}\n      [64cb,64cc) {breg15(0), lit3, shl, stack_value}\n  [6d6d] inlined function 'memset'@67a0\n    [6d87] parameter '__dest'\n      [67a0,67a4) {reg5}\n      [67a4,67a5) {reg7}\n    [6d94] parameter '__ch'\n      [67a0,67a5) {lit0, stack_value}\n    [6da1] parameter '__len'\n      [67a0,67a4) {reg1}\n  [3398] inlined function 'open'@851b\n    [33b2] parameter '__path'\n      [851b,8532) {reg12}\n    [33bf] parameter '__oflag'\n      [851b,8532) {breg13(0), lit0, eq, const1u(255), and, lit1, shl, stack_value}\n  [36b0] inlined function 'open'@84da\n    [36ca] parameter '__path'\n      [84da,84de) {reg2}\n      [84de,84df) {fbreg(-240)}\n    [36d7] parameter '__oflag'\n      [84da,84df) {lit0, stack_value}\n  [3bb7] inlined function 'open'@826d\n    [3bd1] parameter '__path'\n      [826d,8273) {reg5}\n      [8273,8279) {reg14}\n    [3bde] parameter '__oflag'\n      [826d,8279) {const1u(66), stack_value}\n  [20e9] inlined function 'printf'@2d10\n    [2103] parameter '__fmt'\n      [2d10,2d23) {addr(0x9480), stack_value}\n  [2131] inlined function 'printf'@2a66\n    [214b] parameter '__fmt'\n      [2a66,2a70) {addr(0x9470), stack_value}\n  [2179] inlined function 'printf'@2a9a\n    [2193] parameter '__fmt'\n      [2a9a,2aa4) {addr(0x947b), stack_value}\n  [21c1] inlined function 'printf'@2ad3\n    [21e7] parameter '__fmt'\n      [2ad3,2ae9) {addr(0x9486), stack_value}\n  [221b] inlined function 'putchar'@2cfa\n    [2241] parameter '__c'\n      [2cfa,2d0b) {const1u(45), stack_value}\n  [99ad] function 'open_file'@3ac0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [99c8] parameter 'file'\n      [3ac0,3ad8) {reg5}\n      [3ad8,3afd) {reg6}\n    [99d5] variable 'fd'\n      <no value>\n    [99da] parameter 'writable'\n      [3ac0,3afd) {GNU_parameter_ref[3964], stack_value}\n  [9a8c] function 'get_section_name'@3b00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9aa7] parameter 'ndx'\n      [3b00,3b0a) {reg5}\n      [3b0a,3b45) {reg3}\n    [9ab4] parameter 'shstrtab'\n      [3b00,3b45) {GNU_parameter_ref[768a], stack_value}\n    [9ac1] parameter 'shdr'\n      [3b00,3b45) {GNU_parameter_ref[767e], stack_value}\n  [9b78] function 'update_shdr'@3b50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9b93] parameter 'outscn'\n      [3b50,3b55) {reg5}\n      [3b55,3b99) {entry_value(1) {reg5}, stack_value}\n    [9ba0] parameter 'newshdr'\n      [3b50,3b55) {reg4}\n      [3b55,3b99) {entry_value(1) {reg4}, stack_value}\n  [9cae] function 'compare_symbols'@3ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9cc9] parameter 'a'\n      [3ba0,3bf8) {reg5}\n      [3bf8,3c05) {reg2}\n      [3c05,3c2d) {fbreg(-32)}\n      [3c2d,3c4e) {reg5}\n      [3c4e,3c6c) {reg2}\n      [3c6c,3c7e) {fbreg(-32)}\n    [9cd6] parameter 'b'\n      [3ba0,3bf4) {reg4}\n      [3bf4,3c05) {reg1}\n      [3c05,3c2d) {fbreg(-24)}\n      [3c2d,3c4e) {reg4}\n      [3c4e,3c7e) {fbreg(-24)}\n    [9ce3] variable 's1'\n      [3ba0,3bf8) {reg5}\n      [3bf8,3c05) {reg2}\n      [3c05,3c2d) {fbreg(-32)}\n      [3c2d,3c4e) {reg5}\n      [3c4e,3c6c) {reg2}\n      [3c6c,3c7e) {fbreg(-32)}\n    [9cf0] variable 's2'\n      [3ba0,3bf4) {reg4}\n      [3bf4,3c05) {reg1}\n      [3c05,3c2d) {fbreg(-24)}\n      [3c2d,3c4e) {reg4}\n      [3c4e,3c7e) {fbreg(-24)}\n    [9cfd] variable 'res'\n      <no value>\n  [9ddd] function 'get_group_sig'@3c80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9df8] parameter 'elf'\n      [3c80,3ca5) {reg5}\n      [3ca5,3d1c) {reg6}\n      [3d1c,3d21) {entry_value(1) {reg5}, stack_value}\n      [3d21,3dc4) {reg6}\n    [9e05] parameter 'shdr'\n      [3c80,3ca1) {reg4}\n      [3ca1,3d1e) {reg12}\n      [3d1e,3d21) {entry_value(1) {reg4}, stack_value}\n      [3d21,3dc4) {reg12}\n    [9e12] variable 'symscn'\n      [3ca6,3cba) {reg0}\n      [3cba,3d1b) {reg3}\n      [3d21,3d28) {reg0}\n      [3d58,3d74) {reg3}\n      [3d76,3d8d) {reg3}\n      [3d8f,3da6) {reg3}\n      [3da8,3dbf) {reg3}\n    [9e1f] variable 'symshdr_mem'\n      [3c80,3dc4) {fbreg(-128)}\n    [9e28] variable 'symshdr'\n      [3cc1,3cd0) {reg0}\n      [3cd0,3d20) {reg13}\n      [3d58,3da8) {reg13}\n      [3da8,3daf) {reg0}\n      [3daf,3dc4) {reg13}\n    [9e35] variable 'symdata'\n      [3cd1,3ce9) {reg0}\n      [3d8f,3d96) {reg0}\n    [9e42] variable 'sym_mem'\n      [3c80,3dc4) {fbreg(-160)}\n    [9e4b] variable 'sym'\n      [3cea,3d00) {reg0}\n      [3d76,3d7d) {reg0}\n    [9e58] variable 'sig'\n      [3d01,3d21) {reg0}\n      [3d58,3d5c) {reg0}\n      [3d5d,3d64) {reg0}\n  [9ff7] function 'collect_symbols'@3dd0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a012] parameter 'outelf'\n      [3dd0,3dec) {reg5}\n      [3dec,40e2) {fbreg(-208)}\n    [a01f] parameter 'rel'\n      [3dd0,3dfa) {reg4}\n      [3dfa,40e2) {fbreg(-220)}\n    [a02c] parameter 'symscn'\n      [3dd0,3e29) {reg1}\n      [3e29,40e2) {entry_value(1) {reg1}, stack_value}\n    [a039] parameter 'strscn'\n      [3dd0,3e29) {reg2}\n      [3e29,3e85) {reg14}\n      [3e85,4069) {entry_value(1) {reg2}, stack_value}\n      [4069,40ae) {reg14}\n      [40ae,40e2) {entry_value(1) {reg2}, stack_value}\n    [a046] parameter 'nent'\n      [3dd0,3e29) {reg8}\n      [3e29,40e2) {fbreg(-264)}\n    [a053] parameter 'scnmap'\n      [3dd0,3e29) {reg9}\n      [3e29,40e2) {fbreg(-216)}\n    [a060] parameter 'table'\n      [3dd0,40e2) {fbreg(0)}\n    [a068] parameter 'map'\n      [3dd0,40e2) {fbreg(8)}\n    [a070] parameter 'split_bss'\n      [3dd0,40e2) {fbreg(16)}\n    [a078] variable 'symdata'\n      [3e32,3e41) {reg0}\n      [3e41,4069) {fbreg(-256)}\n      [4069,4079) {reg0}\n      [4079,40e2) {fbreg(-256)}\n    [a085] variable 'strdata'\n      [3e48,3e65) {reg0}\n      [3e65,3e85) {reg8}\n      [3e85,3fe1) {fbreg(-232)}\n      [4001,4036) {fbreg(-232)}\n      [408e,4099) {reg0}\n      [40ae,40dd) {fbreg(-232)}\n    [a092] variable 'shndxdata'\n      <no value>\n    [a097] parameter 'bias'\n      [3e25,40e2) {GNU_parameter_ref[7b23], stack_value}\n  [a2e8] function 'compare_sections'@4280\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a303] parameter 'a'\n      [4280,42ee) {reg5}\n      [42ee,42f3) {entry_value(1) {reg5}, stack_value}\n      [42f3,4321) {reg5}\n      [4321,4341) {entry_value(1) {reg5}, stack_value}\n      [4341,4370) {reg5}\n      [4370,4375) {entry_value(1) {reg5}, stack_value}\n      [4375,437b) {reg5}\n    [a310] parameter 'b'\n      [4280,42eb) {reg4}\n      [42eb,42f3) {entry_value(1) {reg4}, stack_value}\n      [42f3,4325) {reg4}\n      [4325,433c) {reg3}\n      [433c,4341) {entry_value(1) {reg4}, stack_value}\n      [4341,436c) {reg4}\n      [436c,4375) {entry_value(1) {reg4}, stack_value}\n      [4375,437b) {reg4}\n    [a31d] parameter 'rel'\n      [4280,428b) {reg1}\n      [428b,42f2) {reg9}\n      [42f2,437b) {entry_value(1) {reg1}, stack_value}\n    [a32a] variable 's1'\n      [4287,42ee) {reg5}\n      [42ee,42f3) {entry_value(1) {reg5}, stack_value}\n      [42f3,4321) {reg5}\n      [4321,4341) {entry_value(1) {reg5}, stack_value}\n      [4341,4370) {reg5}\n      [4370,4375) {entry_value(1) {reg5}, stack_value}\n      [4375,437b) {reg5}\n    [a337] variable 's2'\n      [4287,42eb) {reg4}\n      [42eb,42f3) {entry_value(1) {reg4}, stack_value}\n      [42f3,4325) {reg4}\n      [4325,433c) {reg3}\n      [433c,4341) {entry_value(1) {reg4}, stack_value}\n      [4341,436c) {reg4}\n      [436c,4375) {entry_value(1) {reg4}, stack_value}\n      [4375,437b) {reg4}\n  [a4cd] function 'update_sh_size'@43a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a4e8] parameter 'outscn'\n      [43a0,43c4) {reg5}\n      [43c4,4460) {fbreg(-104)}\n    [a4f5] parameter 'data'\n      [43a0,43bb) {reg4}\n      [43bb,43f8) {reg3}\n      [43f8,43f9) {entry_value(1) {reg4}, stack_value}\n      [43f9,4419) {reg3}\n      [4419,4439) {entry_value(1) {reg4}, stack_value}\n      [4439,4459) {reg3}\n      [4459,445b) {entry_value(1) {reg4}, stack_value}\n      [445b,4460) {reg3}\n    [a502] variable 'shdr_mem'\n      [43a0,4460) {fbreg(-96)}\n    [a50b] variable 'newshdr'\n      [43c5,43de) {reg0}\n      [43f9,4409) {reg0}\n  [a6c9] function 'add_new_section_symbols'@4c60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a6e4] parameter 'old_symscn'\n      [4c60,4c70) {reg5}\n      [4c70,4fc7) {reg13}\n      [4fc7,4fcd) {entry_value(1) {reg5}, stack_value}\n      [4fcd,5088) {reg13}\n    [a6f1] parameter 'old_shnum'\n      [4c60,4cb0) {reg4}\n      [4cb0,4fcc) {fbreg(-248)}\n      [4fcc,4fcd) {breg7(-240)}\n      [4fcd,5088) {fbreg(-248)}\n    [a6fe] parameter 'elf'\n      [4c60,4cb4) {reg1}\n      [4cb4,4fcc) {fbreg(-296)}\n      [4fcc,4fcd) {breg7(-288)}\n      [4fcd,5088) {fbreg(-296)}\n    [a70b] parameter 'rel'\n      [4c60,4cb4) {reg2}\n      [4cb4,4e40) {fbreg(-304)}\n      [4e40,5088) {entry_value(1) {reg2}, stack_value}\n    [a718] parameter 'symscn'\n      [4c60,4cb4) {reg8}\n      [4cb4,4fcc) {fbreg(-288)}\n      [4fcc,4fcd) {breg7(-280)}\n      [4fcd,5088) {fbreg(-288)}\n    [a725] parameter 'shnum'\n      [4c60,4cb4) {reg9}\n      [4cb4,4f07) {fbreg(-280)}\n      [4f07,502b) {entry_value(1) {reg9}, stack_value}\n      [502b,5083) {fbreg(-280)}\n      [5083,5088) {entry_value(1) {reg9}, stack_value}\n    [a732] variable 'added'\n      <no value>\n    [a737] variable 'shdr_mem'\n      [4c60,5088) {fbreg(-208)}\n    [a740] variable 'shdr'\n      [4cb5,4ce5) {reg0}\n      [4ce5,4e18) {reg15}\n      [506e,507e) {reg0}\n      [507e,5083) {reg15}\n    [a74d] variable 'nsym'\n      [4d08,4d10) {reg0}\n      [4d10,4fcc) {fbreg(-312)}\n      [4fcc,4fcd) {breg7(-304)}\n      [4fcd,4fe9) {fbreg(-312)}\n      [5009,504f) {fbreg(-312)}\n      [5083,5088) {fbreg(-312)}\n    [a75a] variable '<unknown>'\n      [4d08,4d10) {breg0(-2), stack_value}\n      [4d10,4fcc) {fbreg(-312), deref, lit2, minus, stack_value}\n      [4fcc,4fcd) {breg7(-304), deref, lit2, minus, stack_value}\n      [4fcd,4fe9) {fbreg(-312), deref, lit2, minus, stack_value}\n      [5009,504f) {fbreg(-312), deref, lit2, minus, stack_value}\n      [5083,5088) {fbreg(-312), deref, lit2, minus, stack_value}\n    [a767] variable 'symndx_map'\n      [4d22,4fc2) {breg7(0)}\n      [4fc2,4fcc) {fbreg(-256), deref}\n      [4fcc,4fcd) {breg7(-248), deref}\n      [4fcd,4fe9) {breg7(0)}\n      [5009,504f) {breg7(0)}\n      [5083,5088) {breg7(0)}\n    [a778] variable 'symdata'\n      [4d4e,4d56) {reg0}\n      [4d56,4fc5) {reg12}\n      [4fcd,4fe9) {reg12}\n      [5009,504f) {reg12}\n      [5083,5088) {reg12}\n    [a785] variable 'shndxdata'\n      [4d4e,4fe9) {lit0, stack_value}\n      [5009,504f) {lit0, stack_value}\n      [5083,5088) {lit0, stack_value}\n    [a792] variable 'old_symdata'\n      [4d9e,4da7) {reg0}\n      [4da7,4fcc) {fbreg(-272)}\n      [4fcc,4fcd) {breg7(-264)}\n      [4fcd,4fe9) {fbreg(-272)}\n      [5009,504f) {fbreg(-272)}\n      [5083,5088) {fbreg(-272)}\n  [abf4] function 'check_symtab_section_symbols'@5090\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [ac0f] parameter 'elf'\n      [5090,50b4) {reg5}\n      [50b4,534c) {fbreg(-272)}\n    [ac1c] parameter 'rel'\n      [5090,50f9) {reg4}\n      [50f9,534c) {fbreg(-228)}\n    [ac29] parameter 'scn'\n      [5090,50fd) {reg1}\n      [50fd,534c) {fbreg(-224)}\n    [ac36] parameter 'shnum'\n      [5090,50fd) {reg2}\n      [50fd,534c) {fbreg(-200)}\n    [ac43] parameter 'shstrndx'\n      [5090,50fd) {reg8}\n      [50fd,534c) {fbreg(-208)}\n    [ac50] parameter 'oscn'\n      [5090,50fd) {reg9}\n      [50fd,511a) {reg14}\n      [511a,534c) {fbreg(-216)}\n    [ac5d] parameter 'oshnum'\n      [5090,534c) {fbreg(0)}\n    [ac65] parameter 'oshstrndx'\n      [5090,534c) {fbreg(8)}\n    [ac6d] parameter 'debuglink'\n      [5090,534c) {fbreg(16)}\n    [ac75] variable 'n'\n      [51fa,522a) {fbreg(-256)}\n      [522a,5244) {reg4}\n      [52d2,530d) {reg13}\n      [5312,5347) {reg13}\nmodule 'unstrip'\n[af38] CU '../../elfutils-0.193/lib/xasprintf.c'@8b00\n  [b0c3] function 'xasprintf'@8b00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b0e5] parameter 'fmt'\n      [8b00,8b98) {reg5}\n      [8b98,8bae) {reg10}\n      [8bae,8bfe) {entry_value(1) {reg5}, stack_value}\n    [b0fa] variable 'res'\n      [8b00,8bfe) {fbreg(-232)}\n    [b109] variable 'ap'\n      [8b00,8bfe) {fbreg(-224)}\n  [b180] inlined function 'error'@8be8\n    [b1a5] parameter '__status'\n      [8be8,8bf9) {lit1, stack_value}\n    [b1b2] parameter '__errnum'\n      [8be8,8bf9) {lit0, stack_value}\n    [b1bf] parameter '__format'\n      [8be8,8bf4) {reg0}\n      [8bf4,8bf8) {reg1}\n  [b117] inlined function 'vasprintf'@8baa\n    [b130] parameter '__ptr'\n      [8baa,8bae) {reg5}\n      [8bae,8baf) {fbreg(-232), stack_value}\n    [b13d] parameter '__fmt'\n      [8baa,8bae) {reg1}\n      [8bae,8baf) {entry_value(1) {reg5}, stack_value}\n    [b14a] parameter '__ap'\n      [8baa,8bae) {reg2}\n      [8bae,8baf) {fbreg(-224), stack_value}\nmodule 'unstrip'\n[b295] CU '../../elfutils-0.193/lib/xmalloc.c'@8c00\n  [b3d8] function 'xrealloc'@8c80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b3f8] parameter 'p'\n      [8c80,8c88) {reg5}\n      [8c88,8c89) {entry_value(1) {reg5}, stack_value}\n      [8c89,8caa) {reg0}\n    [b409] parameter 'n'\n      [8c80,8c88) {reg4}\n      [8c88,8cbc) {entry_value(1) {reg4}, stack_value}\n  [b4bd] function 'xcalloc'@8c40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b4dd] parameter 'n'\n      [8c40,8c48) {reg5}\n      [8c48,8c7c) {entry_value(1) {reg5}, stack_value}\n    [b4ee] parameter 's'\n      [8c40,8c48) {reg4}\n      [8c48,8c7c) {entry_value(1) {reg4}, stack_value}\n    [b4ff] variable 'p'\n      [8c49,8c6a) {reg0}\n  [b5b2] function 'xmalloc'@8c00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b5d2] parameter 'n'\n      [8c00,8c08) {reg5}\n      [8c08,8c3c) {entry_value(1) {reg5}, stack_value}\n    [b5e3] variable 'p'\n      [8c09,8c2a) {reg0}\n  [b41a] inlined function 'error'@8cab\n    [b43d] parameter '__status'\n      <constant value>\n    [b443] parameter '__errnum'\n      <constant value>\n    [b449] parameter '__format'\n      [8cab,8cb7) {reg0}\n      [8cb7,8cbb) {reg1}\n  [b50f] inlined function 'error'@8c6b\n    [b532] parameter '__status'\n      <constant value>\n    [b538] parameter '__errnum'\n      <constant value>\n    [b53e] parameter '__format'\n      [8c6b,8c77) {reg0}\n      [8c77,8c7b) {reg1}\n  [b5f3] inlined function 'error'@8c2b\n    [b616] parameter '__status'\n      <constant value>\n    [b61c] parameter '__errnum'\n      <constant value>\n    [b622] parameter '__format'\n      [8c2b,8c37) {reg0}\n      [8c37,8c3b) {reg1}\nmodule 'unstrip'\n[b6c5] CU '../../elfutils-0.193/lib/printversion.c'@8cc0\n  [bbe0] function 'print_version'@8cc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bbfe] parameter 'stream'\n      [8cc0,8ce8) {reg5}\n      [8ce8,8d05) {reg3}\n      [8d05,8d21) {reg5}\n      [8d21,8d22) {entry_value(1) {reg5}, stack_value}\n    [bc10] parameter 'state'\n      [8cc0,8cd6) {reg4}\n      [8cd6,8d22) {entry_value(1) {reg4}, stack_value}\n  [bc22] inlined function 'fprintf'@8cc0\n    [bc39] parameter '__stream'\n      [8cc0,8ce8) {reg5}\n      [8ce8,8ce9) {reg3}\n    [bc46] parameter '__fmt'\n      [8cc0,8ce9) {addr(0x9541), stack_value}\n  [bc94] inlined function 'fprintf'@8d01\n    [bcab] parameter '__stream'\n      [8d01,8d05) {reg3}\n      [8d05,8d21) {reg5}\n      [8d21,8d22) {entry_value(1) {reg5}, stack_value}\n    [bcb8] parameter '__fmt'\n      [8d01,8d0f) {reg0}\n      [8d0f,8d21) {reg1}\nmodule 'libelf.so'\n[2f] CU '../../elfutils-0.193/libelf/elf_version.c'@4b70\n  [2e8] function 'elf_version'@4b70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [30a] parameter 'version'\n      [4b70,4b99) {reg5}\n      [4b99,4ba5) {entry_value(1) {reg5}, stack_value}\n  [31e] inlined function 'initialize_version'@4b79\nmodule 'libelf.so'\n[369] CU '../../elfutils-0.193/libelf/elf_hash.c'@4bc0\n  [3f3] function 'elf_hash'@4bc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [415] parameter 'string'\n      [4bc0,4c1c) {reg5}\n      [4c1c,4c68) {entry_value(1) {reg5}, stack_value}\n  [429] inlined function '_dl_elf_hash'@4bc0\n    [44a] parameter 'name_arg'\n      [4bc0,4c1c) {reg5}\n      [4c1c,4c67) {entry_value(1) {reg5}, stack_value}\n    [457] variable 'name'\n      [4bc0,4c10) {reg5}\n      [4c10,4c1c) {breg5(5), stack_value}\n      [4c1c,4c67) {reg5}\n    [464] variable 'hash'\n      [4bc3,4bdc) {reg0}\n      [4bdc,4bdf) {breg5(0), deref_size(1), const1u(255), and, stack_value}\n      [4bdf,4bef) {reg0}\n      [4bef,4bf2) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, stack_value}\n      [4bf2,4bfe) {reg0}\n      [4bfe,4c01) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, stack_value}\n      [4c01,4c0d) {reg0}\n      [4c0d,4c10) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(3), deref_size(1), const1u(255), and, plus, stack_value}\n      [4c10,4c44) {reg0}\n      [4c4b,4c67) {reg0}\nmodule 'libelf.so'\n[4e9] CU '../../elfutils-0.193/libelf/elf_error.c'@0\n  [966] function '__libelf_seterrno'@4ca0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [985] parameter 'value'\n      [4ca0,4cb9) {reg5}\n      [4cb9,4cc2) {entry_value(1) {reg5}, stack_value}\n  [99a] function 'elf_errno'@4c70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9b8] variable 'result'\n      [4c86,4c97) {reg1}\nmodule 'libelf.so'\n[9da] CU '../../elfutils-0.193/libelf/elf_fill.c'@4d80\n  [b31] function 'elf_fill'@4d80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b4b] parameter 'fill'\n      [4d80,4d87) {reg5}\nmodule 'libelf.so'\n[b67] CU '../../elfutils-0.193/libelf/elf_begin.c'@0\n  [2060] function 'elf_begin'@66d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2081] parameter 'fildes'\n      [66d0,6728) {reg5}\n      [6728,6730) {reg9}\n      [6730,6731) {entry_value(1) {reg5}, stack_value}\n      [6731,673e) {reg5}\n      [673e,67dd) {entry_value(1) {reg5}, stack_value}\n      [67dd,67f3) {reg5}\n      [67f3,6884) {fbreg(-24)}\n      [6884,688d) {reg5}\n      [688d,6897) {entry_value(1) {reg5}, stack_value}\n      [6897,68a6) {fbreg(-24)}\n      [68a6,68b5) {entry_value(1) {reg5}, stack_value}\n    [2095] parameter 'cmd'\n      [66d0,66fd) {reg4}\n      [66fd,6730) {reg2}\n      [6730,6731) {entry_value(1) {reg4}, stack_value}\n      [6731,673e) {reg2}\n      [673e,67dd) {entry_value(1) {reg4}, stack_value}\n      [67dd,67f3) {reg2}\n      [67f3,6884) {fbreg(-20)}\n      [6884,6891) {reg4}\n      [6891,6897) {entry_value(1) {reg4}, stack_value}\n      [6897,68a6) {fbreg(-20)}\n      [68a6,68b5) {entry_value(1) {reg4}, stack_value}\n    [20a9] parameter 'ref'\n      [66d0,6730) {reg1}\n      [6730,6731) {entry_value(1) {reg1}, stack_value}\n      [6731,673e) {reg1}\n      [673e,67dd) {entry_value(1) {reg1}, stack_value}\n      [67dd,67f3) {reg1}\n      [67f3,6884) {entry_value(1) {reg1}, stack_value}\n      [6884,6891) {reg1}\n      [6891,68b5) {entry_value(1) {reg1}, stack_value}\n    [20bd] variable 'retval'\n      (674a,674a) <empty range>\n  [20d1] inlined function 'lock_dup_elf'@6723\n    [20eb] parameter 'fildes'\n      [6723,6730) {reg5}\n      [6730,6731) {entry_value(1) {reg5}, stack_value}\n    [20f8] parameter 'cmd'\n      [6723,6730) {reg2}\n      [6730,6731) {entry_value(1) {reg4}, stack_value}\n    [2105] parameter 'ref'\n      [6723,6730) {reg1}\n      [6730,6731) {entry_value(1) {reg1}, stack_value}\n  [2136] inlined function 'write_file'@6767\n    [2150] parameter 'fd'\n      [6767,676f) {reg9}\n      [676f,67dd) {fbreg(-24)}\n      [68a6,68b5) {fbreg(-24)}\n    [215d] parameter 'cmd'\n      [6767,676b) {fbreg(-20)}\n    [216a] variable 'result'\n      [67c3,67dd) {reg0}\n      [68b0,68b5) {lit0, stack_value}\n  [234d] function 'dup_elf'@65f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [236e] parameter 'fildes'\n      [65f0,661d) {reg5}\n      [661d,6636) {reg9}\n      [6667,667d) {reg9}\n      [667d,6683) {reg5}\n      [6683,66a0) {reg9}\n      [66a0,66b2) {fbreg(-24)}\n      [66b2,66b7) {reg5}\n      [66b7,66bb) {reg9}\n      [66bb,66c0) {entry_value(1) {reg5}, stack_value}\n      [66c0,66c9) {reg9}\n    [2382] parameter 'cmd'\n      [65f0,6636) {reg4}\n      [6636,6667) {entry_value(1) {reg4}, stack_value}\n      [6667,66a0) {reg2}\n      [66a0,66b2) {fbreg(-20)}\n      [66b2,66bb) {reg2}\n      [66bb,66c0) {entry_value(1) {reg4}, stack_value}\n      [66c0,66c9) {reg2}\n      [66c9,66ce) {entry_value(1) {reg4}, stack_value}\n    [2396] parameter 'ref'\n      [65f0,6618) {reg1}\n      [6618,6666) {reg3}\n      [6666,6667) {entry_value(1) {reg1}, stack_value}\n      [6667,667c) {reg3}\n      [667c,667d) {reg0}\n      [667d,6689) {reg1}\n      [6689,66b2) {reg3}\n      [66b2,66bb) {reg1}\n      [66bb,66ce) {reg3}\n    [23aa] variable 'result'\n      [6650,6661) {reg0}\n  [2419] function '__libelf_next_arhdr_wrlock'@5e00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [243a] parameter 'elf'\n      [5e00,5e57) {reg5}\n      [5e57,60fa) {entry_value(1) {reg5}, stack_value}\n      [60fa,610e) {fbreg(-184)}\n      [610e,6166) {entry_value(1) {reg5}, stack_value}\n      [6166,6197) {reg5}\n      [6197,61de) {fbreg(-184)}\n      [61de,627c) {entry_value(1) {reg5}, stack_value}\n      [627c,6297) {fbreg(-184)}\n      [6297,62af) {entry_value(1) {reg5}, stack_value}\n      [62af,62be) {fbreg(-184)}\n      [62be,65e2) {entry_value(1) {reg5}, stack_value}\n    [244e] variable 'ar_hdr'\n      [5e57,5ec8) {reg9}\n      [5ec8,5eea) {fbreg(-192)}\n      [5f17,5f40) {reg9}\n      [5f40,5f52) {fbreg(-192)}\n      [60fa,610e) {reg12}\n      [611f,6166) {reg9}\n      [6166,6188) {breg5(168), stack_value}\n      [6188,6197) {reg3}\n      [6197,61de) {reg12}\n      [61de,621c) {reg9}\n      [621c,622e) {fbreg(-176)}\n      [623d,627c) {fbreg(-192)}\n      [627c,6288) {reg12}\n      [6288,62a9) {reg9}\n      [62af,62b7) {reg12}\n      [62b7,630d) {reg9}\n      [630d,6419) {fbreg(-176)}\n      [6475,64ed) {fbreg(-176)}\n      [64f5,6525) {fbreg(-176)}\n    [2462] variable 'elf_ar_hdr'\n      [5e84,5eea) {breg12(120), stack_value}\n      [5f17,5f52) {breg12(120), stack_value}\n      [611f,6166) {breg12(120), stack_value}\n      [61de,622e) {breg12(120), stack_value}\n      [623d,627c) {breg12(120), stack_value}\n      [62be,6419) {breg12(120), stack_value}\n      [6475,64ed) {breg12(120), stack_value}\n      [64f5,6535) {breg12(120), stack_value}\n      [6535,65ca) {fbreg(-176), deref, plus_uconst(120), stack_value}\n      [65cf,65e2) {fbreg(-176), deref, plus_uconst(120), stack_value}\n    [2476] variable 'maxsize'\n      [60bc,60c3) {reg0}\n      [60e9,60fa) {reg0}\n  [24f1] inlined function 'read_long_names'\n    [2502] parameter 'elf'\n      <no value>\n    [2507] variable 'offset'\n      [621c,622e) {reg3}\n      [630d,6419) {reg3}\n      [6475,64ed) {reg3}\n      [64f5,6520) {reg3}\n    [2514] variable 'hdrm'\n      [6220,622e) {fbreg(-160)}\n      [62fd,65ca) {fbreg(-160)}\n      [65cf,65e2) {fbreg(-160)}\n    [251d] variable 'hdr'\n      [630d,631d) {reg6}\n      [6348,6419) {reg6}\n      [64f5,6539) {reg6}\n    [252a] variable 'newp'\n      [63f6,640f) {reg0}\n      [640f,642c) {reg15}\n      [6515,652d) {reg0}\n      [652d,65a4) {reg15}\n      [65a4,65ab) {reg0}\n      [65ab,65b3) {reg15}\n      [65b8,65ca) {reg15}\n      [65cf,65e2) {reg15}\n    [2537] variable 'len'\n      [630d,6314) {reg0}\n      [6314,6318) {breg0(-1), stack_value}\n      [638c,63cb) {reg0}\n      [63cb,63eb) {reg8}\n      [63eb,640b) {fbreg(-192)}\n      [64f5,6505) {reg0}\n      [6505,653f) {fbreg(-192)}\n  [3235] inlined function 'read_unmmaped_file'@5b24\n    [324f] parameter 'fildes'\n      [5b24,5b7c) {reg12}\n      [5b83,5be3) {reg12}\n      [5cc0,5ddd) {reg12}\n      [5de2,5df3) {reg12}\n    [325c] parameter 'offset'\n      [5b24,5b2e) {reg6}\n      [5b2e,5b7c) {reg13}\n      [5b83,5be3) {reg13}\n      [5cc0,5d9c) {reg13}\n      [5d9c,5ddd) {breg0(40)}\n      [5de2,5df3) {reg13}\n    [3269] parameter 'maxsize'\n      [5b24,5b2e) {reg0}\n      [5b2e,5b7c) {fbreg(-264)}\n      [5b83,5be3) {fbreg(-264)}\n      [5cc0,5ddd) {fbreg(-264)}\n      [5de2,5df3) {fbreg(-264)}\n    [3276] parameter 'cmd'\n      [5b24,5b7c) {fbreg(-244)}\n      [5b83,5be3) {fbreg(-244)}\n      [5cc0,5ddd) {fbreg(-244)}\n      [5de2,5df3) {fbreg(-244)}\n    [3283] parameter 'parent'\n      [5b24,5b7c) {fbreg(-256)}\n      [5b83,5be3) {fbreg(-256)}\n      [5cc0,5ddd) {fbreg(-256)}\n      [5de2,5df3) {fbreg(-256)}\n    [3290] variable 'mem'\n      [5b05,5b24) {fbreg(-224)}\n      [5b24,5be3) {fbreg(-224)}\n      [5c9b,5ca8) {fbreg(-224)}\n      [5cc0,5ddd) {fbreg(-224)}\n      [5de2,5df3) {fbreg(-224)}\n      [443e,443e) {fbreg(-224)}\n    [3299] variable 'nread'\n      [5b90,5ba3) {reg15}\n      [5ba3,5bb1) {reg0}\n      [5cc0,5d58) {reg0}\n      [5d60,5d83) {reg0}\n    [32a6] variable 'kind'\n      [5d1d,5d60) {lit3, stack_value}\n      [5d75,5ddd) {lit1, stack_value}\n  [37d8] function '__libelf_read_mmaped_file'@58a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [37f9] parameter 'fildes'\n      [58a0,58bb) {reg5}\n      [58bb,5918) {reg3}\n      [5918,5919) {entry_value(1) {reg5}, stack_value}\n      [5919,598f) {reg3}\n      [598f,5990) {entry_value(1) {reg5}, stack_value}\n      [5990,5a0e) {reg3}\n      [5a0e,5a0f) {breg0(36)}\n      [5a0f,5a20) {reg3}\n    [380d] parameter 'map_address'\n      [58a0,58c0) {reg4}\n      [58c0,5919) {entry_value(1) {reg4}, stack_value}\n      [5919,5987) {reg4}\n      [5987,5990) {entry_value(1) {reg4}, stack_value}\n      [5990,5995) {reg4}\n      [5995,5a20) {entry_value(1) {reg4}, stack_value}\n    [3821] parameter 'offset'\n      [58a0,58dc) {reg1}\n      [58dc,5919) {fbreg(-40)}\n      [5919,5983) {reg1}\n      [5983,5987) {reg2}\n      [5987,5990) {entry_value(1) {reg1}, stack_value}\n      [5990,59b1) {reg1}\n      [59b1,5a20) {fbreg(-40)}\n    [3835] parameter 'maxsize'\n      [58a0,58dc) {reg2}\n      [58dc,5919) {fbreg(-32)}\n      [5919,5980) {reg2}\n      [5980,5987) {reg8}\n      [5987,5990) {entry_value(1) {reg2}, stack_value}\n      [5990,59b1) {reg2}\n      [59b1,5a20) {fbreg(-32)}\n    [3849] parameter 'cmd'\n      [58a0,58dc) {reg8}\n      [58dc,5919) {fbreg(-20)}\n      [5919,597d) {reg8}\n      [597d,5987) {reg9}\n      [5987,5990) {entry_value(1) {reg8}, stack_value}\n      [5990,59b1) {reg8}\n      [59b1,5a20) {fbreg(-20)}\n    [385d] parameter 'parent'\n      [58a0,58dc) {reg9}\n      [58dc,5919) {entry_value(1) {reg9}, stack_value}\n      [5919,5987) {reg19}\n      [5987,5990) {entry_value(1) {reg9}, stack_value}\n      [5990,59b1) {reg19}\n      [59b1,5a20) {entry_value(1) {reg9}, stack_value}\n    [3871] variable 'e_ident'\n      [58b9,58c0) {breg4(0), breg1(0), plus, stack_value}\n      [58c0,58dc) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n      [58dc,5919) {entry_value(1) {reg4}, fbreg(-40), deref, plus, stack_value}\n      [5919,5983) {breg4(0), breg1(0), plus, stack_value}\n      [5983,5987) {breg4(0), breg2(0), plus, stack_value}\n      [5987,5990) {entry_value(1) {reg4}, entry_value(1) {reg1}, plus, stack_value}\n      [5990,5995) {breg4(0), breg1(0), plus, stack_value}\n      [5995,59b1) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n      [59b1,5a20) {entry_value(1) {reg4}, fbreg(-40), deref, plus, stack_value}\n    [3885] variable 'kind'\n      [596f,5990) {lit3, stack_value}\n      [59a8,5a0f) {lit1, stack_value}\n  [3b62] function 'file_read_elf'@4dc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3b83] parameter 'fildes'\n      [4dc0,4e0a) {reg5}\n      [4e0a,5094) {reg6}\n      [5094,50cd) {entry_value(1) {reg5}, stack_value}\n      [50cd,51e1) {reg6}\n      [51e1,51fd) {entry_value(1) {reg5}, stack_value}\n      [51fd,55d3) {reg6}\n      [55d3,562b) {entry_value(1) {reg5}, stack_value}\n      [562b,5889) {reg6}\n      [5889,588e) {entry_value(1) {reg5}, stack_value}\n      [588e,589c) {reg6}\n    [3b97] parameter 'map_address'\n      [4dc0,4df7) {reg4}\n      [4df7,4e7f) {reg3}\n      [4e7f,50cd) {entry_value(1) {reg4}, stack_value}\n      [50cd,50f9) {reg3}\n      [50f9,5366) {entry_value(1) {reg4}, stack_value}\n      [5366,5386) {reg3}\n      [5386,5480) {entry_value(1) {reg4}, stack_value}\n      [5480,54d9) {reg3}\n      [54d9,54ed) {entry_value(1) {reg4}, stack_value}\n      [54ed,54fd) {reg3}\n      [54fd,550d) {entry_value(1) {reg4}, stack_value}\n      [550d,5546) {reg3}\n      [5546,562b) {entry_value(1) {reg4}, stack_value}\n      [562b,5666) {reg3}\n      [5666,5691) {entry_value(1) {reg4}, stack_value}\n      [5691,56a7) {reg3}\n      [56a7,5717) {fbreg(-200)}\n      [5717,5726) {entry_value(1) {reg4}, stack_value}\n      [5726,5732) {reg3}\n      [5732,57a8) {fbreg(-208)}\n      [57a8,5811) {fbreg(-200)}\n      [5811,587a) {fbreg(-208)}\n      [587a,589c) {entry_value(1) {reg4}, stack_value}\n    [3bab] parameter 'e_ident'\n      [4dc0,4e7f) {reg1}\n      [4e7f,50cd) {entry_value(1) {reg1}, stack_value}\n      [50cd,50f9) {reg1}\n      [50f9,5366) {entry_value(1) {reg1}, stack_value}\n      [5366,5386) {reg1}\n      [5386,5480) {entry_value(1) {reg1}, stack_value}\n      [5480,54d9) {reg1}\n      [54d9,54ed) {entry_value(1) {reg1}, stack_value}\n      [54ed,54fd) {reg1}\n      [54fd,550d) {entry_value(1) {reg1}, stack_value}\n      [550d,5546) {reg1}\n      [5546,562b) {entry_value(1) {reg1}, stack_value}\n      [562b,5666) {reg1}\n      [5666,5691) {entry_value(1) {reg1}, stack_value}\n      [5691,56c9) {reg1}\n      [56c9,5717) {fbreg(-192)}\n      [5717,5726) {entry_value(1) {reg1}, stack_value}\n      [5726,5754) {reg1}\n      [5754,57a8) {fbreg(-200)}\n      [57a8,5811) {fbreg(-192)}\n      [5811,587a) {fbreg(-200)}\n      [587a,589c) {entry_value(1) {reg1}, stack_value}\n    [3bbf] parameter 'offset'\n      [4dc0,4e7f) {reg2}\n      [4e7f,50cd) {entry_value(1) {reg2}, stack_value}\n      [50cd,50f9) {reg2}\n      [50f9,5366) {entry_value(1) {reg2}, stack_value}\n      [5366,5386) {reg2}\n      [5386,5480) {entry_value(1) {reg2}, stack_value}\n      [5480,54d9) {reg2}\n      [54d9,54ed) {entry_value(1) {reg2}, stack_value}\n      [54ed,54fd) {reg2}\n      [54fd,550d) {entry_value(1) {reg2}, stack_value}\n      [550d,5546) {reg2}\n      [5546,562b) {entry_value(1) {reg2}, stack_value}\n      [562b,5666) {reg2}\n      [5666,5691) {entry_value(1) {reg2}, stack_value}\n      [5691,56c9) {reg2}\n      [56c9,5717) {fbreg(-184)}\n      [5717,5726) {entry_value(1) {reg2}, stack_value}\n      [5726,5754) {reg2}\n      [5754,57a8) {fbreg(-192)}\n      [57a8,5811) {fbreg(-184)}\n      [5811,587a) {fbreg(-192)}\n      [587a,589c) {entry_value(1) {reg2}, stack_value}\n    [3bd3] parameter 'maxsize'\n      [4dc0,4e7f) {reg8}\n      [4e7f,50cd) {entry_value(1) {reg8}, stack_value}\n      [50cd,50f9) {reg8}\n      [50f9,5366) {entry_value(1) {reg8}, stack_value}\n      [5366,5386) {reg8}\n      [5386,5480) {entry_value(1) {reg8}, stack_value}\n      [5480,54d9) {reg8}\n      [54d9,54ed) {entry_value(1) {reg8}, stack_value}\n      [54ed,54fd) {reg8}\n      [54fd,550d) {entry_value(1) {reg8}, stack_value}\n      [550d,5546) {reg8}\n      [5546,562b) {entry_value(1) {reg8}, stack_value}\n      [562b,5666) {reg8}\n      [5666,5691) {entry_value(1) {reg8}, stack_value}\n      [5691,56c9) {reg8}\n      [56c9,5717) {fbreg(-176)}\n      [5717,5726) {entry_value(1) {reg8}, stack_value}\n      [5726,5754) {reg8}\n      [5754,57a8) {fbreg(-184)}\n      [57a8,5811) {fbreg(-176)}\n      [5811,587a) {fbreg(-184)}\n      [587a,589c) {entry_value(1) {reg8}, stack_value}\n    [3be7] parameter 'cmd'\n      [4dc0,4e7f) {reg9}\n      [4e7f,50cd) {entry_value(1) {reg9}, stack_value}\n      [50cd,50f9) {reg9}\n      [50f9,5366) {entry_value(1) {reg9}, stack_value}\n      [5366,5386) {reg9}\n      [5386,5480) {entry_value(1) {reg9}, stack_value}\n      [5480,54d9) {reg9}\n      [54d9,54ed) {entry_value(1) {reg9}, stack_value}\n      [54ed,54fd) {reg9}\n      [54fd,550d) {entry_value(1) {reg9}, stack_value}\n      [550d,5546) {reg9}\n      [5546,562b) {entry_value(1) {reg9}, stack_value}\n      [562b,5666) {reg9}\n      [5666,5691) {entry_value(1) {reg9}, stack_value}\n      [5691,56c9) {reg9}\n      [56c9,5717) {fbreg(-168)}\n      [5717,5726) {entry_value(1) {reg9}, stack_value}\n      [5726,5754) {reg9}\n      [5754,57a8) {fbreg(-176)}\n      [57a8,5811) {fbreg(-168)}\n      [5811,587a) {fbreg(-176)}\n      [587a,589c) {entry_value(1) {reg9}, stack_value}\n    [3bfb] parameter 'parent'\n      [4dc0,50a4) {fbreg(0)}\n      [50cd,51e5) {fbreg(0)}\n      [51fd,5889) {fbreg(0)}\n      [588e,589c) {fbreg(0)}\n    [3c0f] variable 'scncnt'\n      [5721,5726) {const1s(-1), stack_value}\n    [3c23] variable 'scnmax'\n      [4ebe,5094) {reg12}\n      [50f9,5366) {reg12}\n      [538e,5480) {reg12}\n      [54d9,54ed) {reg12}\n      [54fd,550d) {reg12}\n      [558d,562b) {reg12}\n      [587a,5889) {reg12}\n    [3c37] variable 'elf'\n      [4f2e,5093) {reg0}\n      [50f9,51f2) {reg0}\n      [51f2,51fd) {fbreg(-216)}\n      [51fd,5366) {reg0}\n      [538e,5480) {reg0}\n      [54d9,54ed) {reg0}\n      [54fd,550d) {reg0}\n      [558d,562b) {reg0}\n      [5884,5889) {lit0, stack_value}\n    [3c4b] variable '__PRETTY_FUNCTION__'\n      <constant value>\n  [3f19] inlined function 'get_shnum'@4e14\n    [3f33] parameter 'map_address'\n      [4e14,4e7f) {reg3}\n      [50cd,50f9) {reg3}\n      [5366,5386) {reg3}\n      [5480,54d9) {reg3}\n      [54ed,54fd) {reg3}\n      [550d,5546) {reg3}\n      [5546,557f) {entry_value(1) {reg4}, stack_value}\n      [562b,5666) {reg3}\n      [5666,5691) {entry_value(1) {reg4}, stack_value}\n      [5691,56a7) {reg3}\n      [56a7,5717) {fbreg(-200)}\n      [5717,5721) {entry_value(1) {reg4}, stack_value}\n      [5726,5732) {reg3}\n      [5732,57a8) {fbreg(-208)}\n      [57a8,5811) {fbreg(-200)}\n      [5811,587a) {fbreg(-208)}\n      [588e,589c) {entry_value(1) {reg4}, stack_value}\n    [3f40] parameter 'e_ident'\n      [4e14,4e7f) {reg1}\n      [50cd,50f9) {reg1}\n      [5366,5386) {reg1}\n      [5480,54d9) {reg1}\n      [54ed,54fd) {reg1}\n      [550d,5546) {reg1}\n      [5546,557f) {entry_value(1) {reg1}, stack_value}\n      [562b,5666) {reg1}\n      [5666,5691) {entry_value(1) {reg1}, stack_value}\n      [5691,56c9) {reg1}\n      [56c9,5717) {fbreg(-192)}\n      [5717,5721) {entry_value(1) {reg1}, stack_value}\n      [5726,5754) {reg1}\n      [5754,57a8) {fbreg(-200)}\n      [57a8,5811) {fbreg(-192)}\n      [5811,587a) {fbreg(-200)}\n      [588e,589c) {entry_value(1) {reg1}, stack_value}\n    [3f4d] parameter 'fildes'\n      [4e14,4e7f) {reg6}\n      [50cd,50f9) {reg6}\n      [5366,5386) {reg6}\n      [5480,54d9) {reg6}\n      [54ed,54fd) {reg6}\n      [550d,557f) {reg6}\n      [562b,5721) {reg6}\n      [5726,587a) {reg6}\n      [588e,589c) {reg6}\n    [3f5a] parameter 'offset'\n      [4e14,4e7f) {reg2}\n      [50cd,50f9) {reg2}\n      [5366,5386) {reg2}\n      [5480,54d9) {reg2}\n      [54ed,54fd) {reg2}\n      [550d,5546) {reg2}\n      [5546,557f) {entry_value(1) {reg2}, stack_value}\n      [562b,5666) {reg2}\n      [5666,5691) {entry_value(1) {reg2}, stack_value}\n      [5691,56c9) {reg2}\n      [56c9,5717) {fbreg(-184)}\n      [5717,5721) {entry_value(1) {reg2}, stack_value}\n      [5726,5754) {reg2}\n      [5754,57a8) {fbreg(-192)}\n      [57a8,5811) {fbreg(-184)}\n      [5811,587a) {fbreg(-192)}\n      [588e,589c) {entry_value(1) {reg2}, stack_value}\n    [3f67] parameter 'maxsize'\n      [4e14,4e7f) {reg8}\n      [50cd,50f9) {reg8}\n      [5366,5386) {reg8}\n      [5480,54d9) {reg8}\n      [54ed,54fd) {reg8}\n      [550d,5546) {reg8}\n      [5546,557f) {entry_value(1) {reg8}, stack_value}\n      [562b,5666) {reg8}\n      [5666,5691) {entry_value(1) {reg8}, stack_value}\n      [5691,56c9) {reg8}\n      [56c9,5717) {fbreg(-176)}\n      [5717,5721) {entry_value(1) {reg8}, stack_value}\n      [5726,5754) {reg8}\n      [5754,57a8) {fbreg(-184)}\n      [57a8,5811) {fbreg(-176)}\n      [5811,587a) {fbreg(-184)}\n      [588e,589c) {entry_value(1) {reg8}, stack_value}\n    [3f74] variable 'result'\n      [4e6d,4e7f) {reg12}\n      [5366,5386) {reg12}\n      [54a9,54d9) {reg12}\n      [550d,5544) {reg12}\n      [555c,557f) {fbreg(-152)}\n      [562b,5666) {reg12}\n      [5669,5678) {breg12(0), const4u(4294967295), and, stack_value}\n      [5678,5717) {reg12}\n      [5726,57ab) {reg12}\n      [57e8,57eb) {reg12}\n      [5811,5814) {reg12}\n      [5851,5854) {reg12}\n    [3f81] variable 'ehdr'\n      [4e38,4e4a) {fbreg(-144), stack_value, piece(8)}\n      [4e4a,4e7f) {reg13, piece(8)}\n      [50e0,50f9) {reg1, piece(8)}\n      [5366,5386) {reg13, piece(8)}\n      [5480,548a) {fbreg(-144), stack_value, piece(8)}\n      [548a,54d9) {reg13, piece(8)}\n      [54ed,54fd) {reg1, piece(8)}\n      [550d,557f) {reg13, piece(8)}\n      [562b,5721) {reg13, piece(8)}\n      [5726,587a) {reg13, piece(8)}\n      [588e,589c) {reg13, piece(8)}\n    [3f8e] variable 'ehdr_mem'\n      [4e14,4e7f) {fbreg(-144)}\n      [50d0,5100) {fbreg(-144)}\n      [5370,5386) {fbreg(-144)}\n      [5480,54e0) {fbreg(-144)}\n      [54f0,5500) {fbreg(-144)}\n      [5510,557f) {fbreg(-144)}\n      [562b,5721) {fbreg(-144)}\n      [5726,587a) {fbreg(-144)}\n      [588e,589c) {fbreg(-144)}\n    [3f97] variable 'is32'\n      [4e14,4e51) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [4e51,4e7f) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [50cd,50f4) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [50f4,50f9) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5366,5386) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5480,5490) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [5490,54d9) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [54ed,54f3) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [54f3,54fd) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [550d,5546) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [562b,5666) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5691,56c9) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5726,5754) {breg1(4), deref_size(1), lit1, eq, stack_value}\n  [3525] inlined function 'file_read_ar'@5d75\n    [353f] parameter 'fildes'\n      [5d75,5ddd) {reg12}\n    [354c] parameter 'map_address'\n      [5d75,5ddd) {lit0, stack_value}\n    [3559] parameter 'offset'\n      [5d75,5d9c) {reg13}\n      [5d9c,5ddd) {breg0(40)}\n    [3566] parameter 'maxsize'\n      [5d75,5ddd) {fbreg(-264)}\n    [3573] parameter 'cmd'\n      [5d75,5ddd) {fbreg(-244)}\n    [3580] parameter 'parent'\n      [5d75,5ddd) {fbreg(-256)}\n    [358d] variable 'elf'\n      [5dd1,5ddd) {reg0}\n      [5dec,5df3) {lit0, stack_value}\n  [39ef] inlined function 'file_read_ar'@59a8\n    [3a09] parameter 'fildes'\n      [59a8,5a0e) {reg3}\n      [5a0e,5a0f) {breg0(36)}\n    [3a16] parameter 'map_address'\n      [59a8,5a0f) {entry_value(1) {reg4}, stack_value}\n    [3a23] parameter 'offset'\n      [59a8,5a0f) {fbreg(-40)}\n    [3a30] parameter 'maxsize'\n      [59a8,5a0f) {fbreg(-32)}\n    [3a3d] parameter 'cmd'\n      [59a8,59ad) {fbreg(-20)}\n    [3a4a] parameter 'parent'\n      [59a8,59b1) {reg19}\n      [59b1,5a0f) {entry_value(1) {reg9}, stack_value}\n    [3a57] variable 'elf'\n      [5a02,5a0f) {reg0}\n      [5a19,5a20) {lit0, stack_value}\n  [2177] inlined function 'allocate_elf'@6767\n    [218d] parameter 'fildes'\n      [6767,676f) {reg9}\n      [676f,67c3) {fbreg(-24)}\n      [68a6,68b0) {fbreg(-24)}\n    [219a] parameter 'map_address'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21a7] parameter 'offset'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21b4] parameter 'maxsize'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21c1] parameter 'cmd'\n      [6767,676b) {fbreg(-20)}\n    [21ce] parameter 'parent'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21db] parameter 'kind'\n      [6767,67c3) {lit3, stack_value}\n      [68a6,68b0) {lit3, stack_value}\n    [21e8] parameter 'extra'\n      [6767,67c3) {const2u(2080), stack_value}\n      [68a6,68b0) {const2u(2080), stack_value}\n    [21f5] variable 'result'\n      [6770,67c3) {reg0}\n      [68a6,68af) {reg0}\n  [346f] inlined function 'allocate_elf'@5ba3\n    [3495] parameter 'fildes'\n      [5ba3,5be3) {reg12}\n    [34a2] parameter 'map_address'\n      [5ba3,5be3) {lit0, stack_value}\n    [34af] parameter 'offset'\n      [5ba3,5be3) {reg13}\n    [34bc] parameter 'maxsize'\n      [5ba3,5be3) {fbreg(-264)}\n    [34c9] parameter 'cmd'\n      [5ba3,5be3) {fbreg(-244)}\n    [34d6] parameter 'parent'\n      [5ba3,5be3) {fbreg(-256)}\n    [34e3] parameter 'kind'\n      [5ba3,5be3) {lit0, stack_value}\n    [34f0] parameter 'extra'\n      [5ba3,5be3) {lit0, stack_value}\n    [34fd] variable 'result'\n      [5bb2,5be3) {reg0}\n  [359a] inlined function 'allocate_elf'@5d75\n    [35af] parameter 'fildes'\n      [5d75,5dd1) {reg12}\n    [35bc] parameter 'map_address'\n      [5d75,5dd1) {lit0, stack_value}\n    [35c9] parameter 'offset'\n      [5d75,5d9c) {reg13}\n      [5d9c,5dd1) {breg0(40)}\n    [35d6] parameter 'maxsize'\n      [5d75,5dd1) {fbreg(-264)}\n    [35e3] parameter 'cmd'\n      [5d75,5dd1) {fbreg(-244)}\n    [35f0] parameter 'parent'\n      [5d75,5dd1) {fbreg(-256)}\n    [35fd] parameter 'kind'\n      [5d75,5dd1) {lit1, stack_value}\n    [360a] parameter 'extra'\n      [5d75,5dd1) {lit0, stack_value}\n    [3617] variable 'result'\n      [5d84,5dd1) {reg0}\n  [3945] inlined function 'allocate_elf'@58d8\n    [395f] parameter 'fildes'\n      [58d8,5913) {reg3}\n    [396c] parameter 'map_address'\n      [58d8,5913) {entry_value(1) {reg4}, stack_value}\n    [3979] parameter 'offset'\n      [58d8,5913) {fbreg(-40)}\n    [3986] parameter 'maxsize'\n      [58d8,5913) {fbreg(-32)}\n    [3993] parameter 'cmd'\n      [58d8,5913) {fbreg(-20)}\n    [39a0] parameter 'parent'\n      [58d8,58dc) {reg9}\n      [58dc,5913) {entry_value(1) {reg9}, stack_value}\n    [39ad] parameter 'kind'\n      [58d8,5913) {lit0, stack_value}\n    [39ba] parameter 'extra'\n      [58d8,5913) {lit0, stack_value}\n    [39c7] variable 'result'\n      [58dd,5913) {reg0}\n  [3a64] inlined function 'allocate_elf'@59a8\n    [3a79] parameter 'fildes'\n      [59a8,5a02) {reg3}\n    [3a86] parameter 'map_address'\n      [59a8,5a02) {entry_value(1) {reg4}, stack_value}\n    [3a93] parameter 'offset'\n      [59a8,5a02) {fbreg(-40)}\n    [3aa0] parameter 'maxsize'\n      [59a8,5a02) {fbreg(-32)}\n    [3aad] parameter 'cmd'\n      [59a8,59ad) {fbreg(-20)}\n    [3aba] parameter 'parent'\n      [59a8,59b1) {reg19}\n      [59b1,5a02) {entry_value(1) {reg9}, stack_value}\n    [3ac7] parameter 'kind'\n      [59a8,5a02) {lit1, stack_value}\n    [3ad4] parameter 'extra'\n      [59a8,5a02) {lit0, stack_value}\n    [3ae1] variable 'result'\n      [59b2,5a02) {reg0}\n  [4373] inlined function 'allocate_elf'@4ebe\n    [438d] parameter 'fildes'\n      [4ebe,4f2e) {reg6}\n      [587a,5884) {reg6}\n    [439a] parameter 'map_address'\n      [4ebe,4f2e) {reg3}\n      [587a,5884) {reg3}\n    [43a7] parameter 'offset'\n      [4ebe,4f2e) {entry_value(1) {reg2}, stack_value}\n      [587a,5884) {entry_value(1) {reg2}, stack_value}\n    [43b4] parameter 'maxsize'\n      [4ebe,4ec9) {reg8}\n      [4ec9,4f2e) {fbreg(-192)}\n      [587a,5884) {fbreg(-192)}\n    [43c1] parameter 'cmd'\n      [4ebe,4ec9) {reg9}\n      [4ec9,4f2e) {fbreg(-184)}\n      [587a,5884) {fbreg(-184)}\n    [43ce] parameter 'parent'\n      [4ebe,4ec9) {reg18}\n      [4ec9,4f2e) {fbreg(-216)}\n      [587a,5884) {fbreg(-216)}\n    [43db] parameter 'kind'\n      [4ebe,4f2e) {lit3, stack_value}\n      [587a,5884) {lit3, stack_value}\n    [43e8] parameter 'extra'\n      [4ebe,4ec5) {reg4}\n      [4ec5,4ec9) {breg4(-264), stack_value}\n      [4ec9,4f2e) {breg12(0), const1u(208), mul, stack_value}\n      [587a,5884) {breg12(0), const1u(208), mul, stack_value}\n    [43f5] variable 'result'\n      [4eca,4f2e) {reg0}\n      [587a,5883) {reg0}\n  [33c3] inlined function 'determine_kind'@5b9d\n    [33dd] parameter 'buf'\n      [5b9d,5ba3) {reg14}\n      [5cc0,5d1d) {reg14}\n      [5d60,5d75) {reg14}\n    [33ea] parameter 'len'\n      [5b9d,5ba3) {reg15}\n      [5cc0,5d1d) {reg0}\n      [5d60,5d75) {reg0}\n  [33f7] inlined function 'determine_kind'@5cee\n    [3416] parameter 'len'\n      [5cee,5d1d) {reg0}\n    [3423] parameter 'buf'\n      [5cee,5d1d) {reg14}\n  [3899] inlined function 'determine_kind'@58b9\n    [38b3] parameter 'buf'\n      [58b9,58c0) {breg4(0), breg1(0), plus, stack_value}\n      [58c0,58d8) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n      [5919,596f) {breg4(0), breg1(0), plus, stack_value}\n      [5990,5995) {breg4(0), breg1(0), plus, stack_value}\n      [5995,59a8) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n    [38c0] parameter 'len'\n      [58b9,58d8) {reg2}\n      [5919,596f) {reg2}\n      [5990,59a8) {reg2}\n  [38cd] inlined function 'determine_kind'@5945\n    [38ec] parameter 'len'\n      [5945,596f) {reg2}\n    [38f9] parameter 'buf'\n      [5945,596f) {breg4(0), breg1(0), plus, stack_value}\n  [2567] inlined function 'pread_retry'@6488\n    [2581] parameter 'fd'\n      [621c,622e) {reg13}\n      [6485,64da) {reg13}\n    [258e] parameter 'buf'\n      [621c,622e) {fbreg(-192)}\n      [6485,64da) {fbreg(-192)}\n    [259b] parameter 'len'\n      [621c,622e) {const1u(60), stack_value}\n      [6485,64da) {const1u(60), stack_value}\n    [25a8] parameter 'off'\n      [621c,622e) {fbreg(-184)}\n      [6488,6490) {reg0}\n      [6490,64da) {fbreg(-184)}\n    [25b5] variable 'recvd'\n      [621c,622e) {reg15}\n      [6488,6490) {lit0, stack_value}\n      [6490,64da) {reg15}\n  [2824] inlined function 'pread_retry'@653f\n    [283e] parameter 'fd'\n      [653f,6542) {reg0}\n      [6542,6598) {fbreg(-192)}\n      [65b8,65ca) {fbreg(-192)}\n      [65cf,65e2) {fbreg(-192)}\n    [284b] parameter 'buf'\n      [653f,6598) {reg15}\n      [65b8,65ca) {reg15}\n      [65cf,65e2) {reg15}\n    [2858] parameter 'len'\n      [653f,6542) {reg8}\n      [6542,6598) {reg12}\n      [65b8,65c8) {reg12}\n      [65c8,65ca) {reg8}\n      [65cf,65e0) {reg12}\n      [65e0,65e2) {reg8}\n    [2865] parameter 'off'\n      [653f,6598) {reg6}\n      [65b8,65ca) {reg6}\n      [65cf,65e2) {reg6}\n    [2872] variable 'recvd'\n      [653f,6542) {lit0, stack_value}\n      [6542,6598) {reg13}\n      [65b8,65ca) {reg13}\n      [65cf,65e2) {reg13}\n  [2d5f] inlined function 'pread_retry'@6197\n    [2d79] parameter 'fd'\n      [60fa,610e) {fbreg(-192)}\n      (6197,6197) <empty range>\n      [6197,61de) {fbreg(-192)}\n      [627c,6288) {fbreg(-192)}\n      [62af,62be) {fbreg(-192)}\n    [2d86] parameter 'buf'\n      <no value>\n    [2d8b] parameter 'len'\n      [60fa,610e) {const1u(60), stack_value}\n      [6197,61de) {const1u(60), stack_value}\n      [627c,6288) {const1u(60), stack_value}\n      [62af,62be) {const1u(60), stack_value}\n    [2d98] parameter 'off'\n      <no value>\n    [2d9d] variable 'recvd'\n      [60fa,610e) {reg14}\n      [6197,61de) {reg14}\n      [627c,6288) {reg14}\n      [62af,62be) {reg14}\n  [32b3] inlined function 'pread_retry'@5b2b\n    [32cd] parameter 'fd'\n      [5b2b,5b72) {reg12}\n      [5b83,5b90) {reg12}\n    [32da] parameter 'buf'\n      [5b2b,5b72) {reg14}\n      [5b83,5b90) {reg14}\n    [32e7] parameter 'len'\n      [5b2b,5b72) {reg3}\n      [5b83,5b90) {reg3}\n    [32f4] parameter 'off'\n      [5b2b,5b2e) {reg6}\n      [5b2e,5b72) {reg13}\n      [5b83,5b90) {reg13}\n    [3301] variable 'recvd'\n      [5b2b,5b2e) {lit0, stack_value}\n      [5b2e,5b72) {reg15}\n      [5b83,5b90) {reg15}\n  [40a2] inlined function 'pread_retry'@56ac\n    [40bc] parameter 'fd'\n      [56ac,5717) {reg6}\n      [57a8,57ca) {reg6}\n      [57e8,5811) {reg6}\n    [40c9] parameter 'buf'\n      [56ac,5717) {fbreg(-152), stack_value}\n      [57a8,57ca) {fbreg(-152), stack_value}\n      [57e8,5811) {fbreg(-152), stack_value}\n    [40d6] parameter 'len'\n      [56ac,5717) {lit8, stack_value}\n      [57a8,57ca) {lit8, stack_value}\n      [57e8,5811) {lit8, stack_value}\n    [40e3] parameter 'off'\n      [56ac,56c9) {reg0}\n      [56c9,5717) {fbreg(-216)}\n      [57a8,57ca) {fbreg(-216)}\n      [57e8,5811) {fbreg(-216)}\n    [40f0] variable 'recvd'\n      [56ac,56c9) {lit0, stack_value}\n      [56c9,5717) {reg3}\n      [57a8,57b5) {reg3}\n      [57b5,57ca) {reg12}\n      [57e8,57f5) {reg3}\n      [57f5,5811) {reg12}\n  [4265] inlined function 'pread_retry'@5737\n    [427a] parameter 'fd'\n      [5737,57a8) {reg6}\n      [5811,5833) {reg6}\n      [5851,587a) {reg6}\n    [4287] parameter 'buf'\n      [5737,57a8) {fbreg(-152), stack_value}\n      [5811,5833) {fbreg(-152), stack_value}\n      [5851,587a) {fbreg(-152), stack_value}\n    [4294] parameter 'len'\n      [5737,57a8) {lit4, stack_value}\n      [5811,5833) {lit4, stack_value}\n      [5851,587a) {lit4, stack_value}\n    [42a1] parameter 'off'\n      [5737,5754) {reg0}\n      [5754,57a8) {fbreg(-168)}\n      [5811,5833) {fbreg(-168)}\n      [5851,587a) {fbreg(-168)}\n    [42ae] variable 'recvd'\n      [5737,5754) {lit0, stack_value}\n      [5754,57a8) {reg3}\n      [5811,581e) {reg3}\n      [581e,5833) {reg12}\n      [5851,585e) {reg3}\n      [585e,587a) {reg12}\n  [25ee] inlined function 'pread'@6490\n    [2608] parameter '__fd'\n      [6490,64b1) {reg13}\n    [2615] parameter '__buf'\n      [6490,64b1) {fbreg(0), breg15(0), plus, const1u(160), minus, stack_value}\n    [2622] parameter '__nbytes'\n      [6490,64a2) {const1u(60), breg15(0), minus, stack_value}\n      [64a2,64b0) {reg1}\n      [64b0,64b1) {const1u(60), breg15(0), minus, stack_value}\n    [262f] parameter '__offset'\n      <no value>\n  [28ab] inlined function 'pread'@6542\n    [28c5] parameter '__fd'\n      [6542,655d) {fbreg(-192)}\n    [28d2] parameter '__buf'\n      <no value>\n    [28d7] parameter '__nbytes'\n      [6542,6551) {breg12(0), breg13(0), minus, stack_value}\n      [6551,6555) {reg1}\n      [6555,655d) {breg12(0), breg13(0), minus, stack_value}\n    [28e4] parameter '__offset'\n      <no value>\n  [2dd6] inlined function 'pread'@61a0\n    [2df0] parameter '__fd'\n      [6197,61b4) {fbreg(-192)}\n    [2dfd] parameter '__buf'\n      <no value>\n    [2e02] parameter '__nbytes'\n      [6197,61b4) {const1u(60), breg14(0), minus, stack_value}\n    [2e0f] parameter '__offset'\n      <no value>\n  [333a] inlined function 'pread'@5b30\n    [3354] parameter '__fd'\n      [5b2e,5b4b) {reg12}\n    [3361] parameter '__buf'\n      [5b2e,5b4b) {fbreg(0), breg15(0), plus, const1u(224), minus, stack_value}\n    [336e] parameter '__nbytes'\n      [5b2e,5b3c) {breg3(0), breg15(0), minus, stack_value}\n      [5b3c,5b4a) {reg1}\n      [5b4a,5b4b) {breg3(0), breg15(0), minus, stack_value}\n    [337b] parameter '__offset'\n      <no value>\n  [4129] inlined function 'pread'@56c9\n    [4143] parameter '__fd'\n      [56c9,56e6) {reg6}\n    [4150] parameter '__buf'\n      [56c9,56dc) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n      [56dc,56e5) {reg4}\n      [56e5,56e6) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n    [415d] parameter '__nbytes'\n      [56c9,56df) {lit8, breg3(0), minus, stack_value}\n      [56df,56e5) {reg1}\n      [56e5,56e6) {lit8, breg3(0), minus, stack_value}\n    [416a] parameter '__offset'\n      <no value>\n  [42e7] inlined function 'pread'@5754\n    [4301] parameter '__fd'\n      [5754,5771) {reg6}\n    [430e] parameter '__buf'\n      [5754,5767) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n      [5767,5770) {reg4}\n      [5770,5771) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n    [431b] parameter '__nbytes'\n      [5754,576a) {lit4, breg3(0), minus, stack_value}\n      [576a,5770) {reg1}\n      [5770,5771) {lit4, breg3(0), minus, stack_value}\n    [4328] parameter '__offset'\n      <no value>\n  [24a7] inlined function 'atol'@5eea\n    [24c1] parameter '__nptr'\n      [5eea,5eee) {breg9(1), stack_value}\n      [5eee,5efd) {reg5}\n      [5efd,5efe) {fbreg(-192), deref, plus_uconst(1), stack_value}\n  [26bb] inlined function 'atol'@6380\n    [26de] parameter '__nptr'\n      [6380,638b) {reg5}\n  [2a54] inlined function 'atol'@5f92\n    [2a6a] parameter '__nptr'\n      [5f92,5f96) {reg5}\n  [2b00] inlined function 'atol'@5fd4\n    [2b16] parameter '__nptr'\n      [5fd4,5fd8) {reg5}\n  [2bac] inlined function 'atol'@6016\n    [2bc2] parameter '__nptr'\n      [6016,601a) {reg5}\n  [2ce0] inlined function 'atol'@6088\n    [2cf6] parameter '__nptr'\n      [6088,6093) {reg5}\n  [3e88] inlined function '__bswap_64'@5012\n    [3ea2] parameter '__bsx'\n      [5012,501d) {reg4}\n  [3eb0] inlined function '__bswap_64'@5002\n    [3eca] parameter '__bsx'\n      (5002,5002) <empty range>\n  [3fcc] inlined function '__bswap_64'@4e65\n    [3fe6] parameter '__bsx'\n      [4e65,4e68) {reg0}\n  [4070] inlined function '__bswap_64'@5546\n    [4094] parameter '__bsx'\n      [5546,5549) {fbreg(-152)}\n  [3d30] inlined function '__bswap_32'@52aa\n    [3d4a] parameter '__bsx'\n      [52aa,52b4) {reg4}\n  [3d58] inlined function '__bswap_32'@529a\n    [3d72] parameter '__bsx'\n      (529a,529a) <empty range>\n  [3e68] inlined function '__bswap_32'@4ffa\n    [3e82] parameter '__bsx'\n      <no value>\n  [3ed8] inlined function '__bswap_32'@5024\n    [3ef2] parameter '__bsx'\n      [5024,5052) {breg0(192)}\n  [401c] inlined function '__bswap_32'@54a3\n    [4036] parameter '__bsx'\n      [54a3,54a5) {reg0}\n  [4233] inlined function '__bswap_32'@5666\n    [4257] parameter '__bsx'\n      [5666,5669) {fbreg(-152)}\n  [3fa4] inlined function '__bswap_16'@4e4e\n    [3fbe] parameter '__bsx'\n      [4e4e,4e59) {breg1(60)}\n  [3ff4] inlined function '__bswap_16'@548d\n    [400e] parameter '__bsx'\n      [548d,5498) {breg1(48)}\n  [27a2] inlined function 'memset'@6467\n    [27bc] parameter '__dest'\n      [6467,646c) {reg15}\n    [27c9] parameter '__ch'\n      [6467,646c) {lit0, stack_value}\n    [27d6] parameter '__len'\n      [6467,646c) {reg13}\n  [2679] inlined function 'mempcpy'@6352\n    [2693] parameter '__dest'\n      [6352,6364) {fbreg(-85), stack_value}\n      [6364,636e) {reg5}\n    [26a0] parameter '__src'\n      [6352,6364) {reg5}\n      [6364,636e) {breg6(48), stack_value}\n    [26ad] parameter '__len'\n      [6352,636e) {lit10, stack_value}\n  [2a12] inlined function 'mempcpy'@5f6d\n    [2a2c] parameter '__dest'\n      [5f6d,5f7e) {fbreg(-85), stack_value}\n      [5f7e,5f87) {reg5}\n    [2a39] parameter '__src'\n      [5f6d,5f7e) {reg5}\n      [5f7e,5f87) {breg9(16), stack_value}\n    [2a46] parameter '__len'\n      [5f6d,5f87) {lit12, stack_value}\n  [2abe] inlined function 'mempcpy'@5fae\n    [2ad8] parameter '__dest'\n      [5fae,5fbf) {fbreg(-85), stack_value}\n      [5fbf,5fc9) {reg5}\n    [2ae5] parameter '__src'\n      [5fae,5fbf) {reg5}\n      [5fbf,5fc9) {breg9(28), stack_value}\n    [2af2] parameter '__len'\n      [5fae,5fc9) {lit6, stack_value}\n  [2b6a] inlined function 'mempcpy'@5ff0\n    [2b84] parameter '__dest'\n      [5ff0,6001) {fbreg(-85), stack_value}\n      [6001,600b) {reg5}\n    [2b91] parameter '__src'\n      [5ff0,6001) {reg5}\n      [6001,600b) {breg9(34), stack_value}\n    [2b9e] parameter '__len'\n      [5ff0,600b) {lit6, stack_value}\n  [2c16] inlined function 'mempcpy'@6032\n    [2c30] parameter '__dest'\n      [6032,603b) {fbreg(-85), stack_value}\n      [603b,6045) {reg5}\n    [2c3d] parameter '__src'\n      [6032,603b) {reg5}\n      [603b,6045) {breg9(40), stack_value}\n    [2c4a] parameter '__len'\n      [6032,6045) {lit8, stack_value}\n  [2c9e] inlined function 'mempcpy'@606c\n    [2cb8] parameter '__dest'\n      [606c,607e) {fbreg(-85), stack_value}\n      [607e,6088) {reg5}\n    [2cc5] parameter '__src'\n      [606c,607e) {reg5}\n      [607e,6088) {breg9(48), stack_value}\n    [2cd2] parameter '__len'\n      [606c,6088) {lit10, stack_value}\n  [2d1d] inlined function 'mempcpy'@5e64\n    [2d37] parameter '__dest'\n      [5e64,5e84) {breg12(244), stack_value}\n    [2d44] parameter '__src'\n      [5e64,5e84) {reg9}\n    [2d51] parameter '__len'\n      [5e64,5e84) {lit16, stack_value}\n  [271f] inlined function 'memcpy'@63fc\n    [2739] parameter '__dest'\n      [63fc,640f) {reg0}\n      [640f,6410) {reg15}\n    [2746] parameter '__src'\n      [63fc,6401) {breg13(0), breg3(0), plus, plus_uconst(60), stack_value}\n      [6401,640f) {reg4}\n      [640f,6410) {breg13(0), breg3(0), plus, plus_uconst(60), stack_value}\n    [2753] parameter '__len'\n      [63fc,640f) {reg8}\n      [640f,6410) {fbreg(-192)}\n  [2e51] inlined function 'memcpy'@6147\n    [2e77] parameter '__dest'\n      [6147,6161) {breg12(228), stack_value}\n    [2e84] parameter '__src'\n      [6147,6161) {implicit_pointer([4865],0) {implicit_value(8){2f53594d36342f00}}}\n    [2e91] parameter '__len'\n      [6147,6161) {lit8, stack_value}\n  [2e9f] inlined function 'memcpy'@6201\n    [2ec5] parameter '__dest'\n      [6201,6209) {breg12(228), stack_value}\n    [2ed2] parameter '__src'\n      [6201,6209) {implicit_pointer([4871],0) {implicit_value(2){2f00}}}\n    [2edf] parameter '__len'\n      [6201,6209) {lit2, stack_value}\n  [2eed] inlined function 'memcpy'@62d0\n    [2f13] parameter '__dest'\n      [62d0,62ef) {breg12(228), stack_value}\n    [2f20] parameter '__src'\n      [62d0,62ef) {implicit_pointer([4877],0) {implicit_value(3){2f2f00}}}\n    [2f2d] parameter '__len'\n      [62d0,62ef) {lit3, stack_value}\n  [3cee] inlined function 'memcpy'@5217\n    [3d08] parameter '__dest'\n      [5217,5221) {breg0(144), stack_value}\n      [538e,539a) {breg0(144), stack_value}\n    [3d15] parameter '__src'\n      [5217,5221) {reg1}\n      [538e,539a) {reg1}\n    [3d22] parameter '__len'\n      [5217,5221) {const1u(52), stack_value}\n      [538e,539a) {const1u(52), stack_value}\n  [3e26] inlined function 'memcpy'@4f63\n    [3e40] parameter '__dest'\n      [4f63,4f6d) {breg0(144), stack_value}\n      [50f9,510a) {breg0(144), stack_value}\n    [3e4d] parameter '__src'\n      [4f63,4f6d) {reg1}\n      [50f9,510a) {reg1}\n    [3e5a] parameter '__len'\n      [4f63,4f6d) {const1u(64), stack_value}\n      [50f9,510a) {const1u(64), stack_value}\n  [41e7] inlined function 'memcpy'@565d\n    [420b] parameter '__dest'\n      [565d,5666) {fbreg(-152), stack_value}\n    [4218] parameter '__src'\n      [565d,5666) {breg3(0), breg0(0), plus, breg2(0), plus, plus_uconst(20), stack_value}\n    [4225] parameter '__len'\n      [565d,5666) {lit4, stack_value}\nmodule 'libelf.so'\n[4894] CU '../../elfutils-0.193/libelf/elf_next.c'@0\nmodule 'libelf.so'\n[58a7] CU '../../elfutils-0.193/libelf/elf_rand.c'@6930\n  [67b8] function 'elf_rand'@6930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [67d6] parameter 'elf'\n      [6930,695c) {reg5}\n      [695c,697c) {fbreg(-32)}\n    [67ea] parameter 'offset'\n      [6930,695c) {reg4}\n      [695c,697c) {fbreg(-24)}\nmodule 'libelf.so'\n[6821] CU '../../elfutils-0.193/libelf/elf_end.c'@0\n  [7ac3] function 'free_chunk'@6980\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7ae1] parameter 'n'\n      [6980,6990) {reg5}\n      [6990,6991) {entry_value(1) {reg5}, stack_value}\n      [6991,69a8) {reg0}\n      [69a8,69b7) {fbreg(-24)}\n    [7af2] variable 'rawchunk'\n      [6980,6990) {reg5}\n      [6990,6991) {entry_value(1) {reg5}, stack_value}\n      [6991,69a8) {reg0}\n      [69a8,69b7) {fbreg(-24)}\nmodule 'libelf.so'\n[7b53] CU '../../elfutils-0.193/libelf/elf_kind.c'@6d10\n  [8a4d] function 'elf_kind'@6d10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [8a6b] parameter 'elf'\n      [6d10,6d1b) {reg5}\nmodule 'libelf.so'\n[8a87] CU '../../elfutils-0.193/libelf/gelf_getclass.c'@6d20\n  [9981] function 'gelf_getclass'@6d20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [999f] parameter 'elf'\n      [6d20,6d34) {reg5}\nmodule 'libelf.so'\n[99bb] CU '../../elfutils-0.193/libelf/elf_getbase.c'@6d40\n  [a8b5] function 'elf_getbase'@6d40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a8d3] parameter 'elf'\n      [6d40,6d52) {reg5}\nmodule 'libelf.so'\n[a8ef] CU '../../elfutils-0.193/libelf/elf_getident.c'@6d60\n  [b7e9] function 'elf_getident'@6d60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b80b] parameter 'elf'\n      [6d60,6d8f) {reg5}\n    [b817] parameter 'ptr'\n      [6d60,6d8f) {reg4}\nmodule 'libelf.so'\n[b836] CU '../../elfutils-0.193/libelf/elf32_fsize.c'@6d90\n  [bb07] function 'elf32_fsize'@6d90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bb25] parameter 'type'\n      [6d90,6dbd) {reg5}\n      [6dbd,6dc9) {entry_value(1) {reg5}, stack_value}\n      [6dc9,6dd5) {reg5}\n      [6dd5,6dde) {entry_value(1) {reg5}, stack_value}\n    [bb37] parameter 'count'\n      [6d90,6dac) {reg4}\n      [6dac,6db4) {entry_value(1) {reg4}, stack_value}\n      [6db4,6dc1) {reg4}\n      [6dc1,6dc9) {entry_value(1) {reg4}, stack_value}\n      [6dc9,6dd9) {reg4}\n      [6dd9,6dde) {entry_value(1) {reg4}, stack_value}\n    [bb49] parameter 'version'\n      [6d90,6dc1) {reg1}\n      [6dc1,6dc9) {entry_value(1) {reg1}, stack_value}\n      [6dc9,6dd9) {reg1}\n      [6dd9,6dde) {entry_value(1) {reg1}, stack_value}\nmodule 'libelf.so'\n[bb93] CU '../../elfutils-0.193/libelf/elf64_fsize.c'@6de0\n  [be64] function 'elf64_fsize'@6de0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [be82] parameter 'type'\n      [6de0,6e15) {reg5}\n      [6e15,6e21) {entry_value(1) {reg5}, stack_value}\n      [6e21,6e2d) {reg5}\n      [6e2d,6e36) {entry_value(1) {reg5}, stack_value}\n    [be94] parameter 'count'\n      [6de0,6e00) {reg4}\n      [6e00,6e08) {entry_value(1) {reg4}, stack_value}\n      [6e08,6e19) {reg4}\n      [6e19,6e21) {entry_value(1) {reg4}, stack_value}\n      [6e21,6e31) {reg4}\n      [6e31,6e36) {entry_value(1) {reg4}, stack_value}\n    [bea6] parameter 'version'\n      [6de0,6e19) {reg1}\n      [6e19,6e21) {entry_value(1) {reg1}, stack_value}\n      [6e21,6e31) {reg1}\n      [6e31,6e36) {entry_value(1) {reg1}, stack_value}\nmodule 'libelf.so'\n[bef0] CU '../../elfutils-0.193/libelf/gelf_fsize.c'@6e40\n  [cf83] function 'gelf_fsize'@6e40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [cfa1] parameter 'elf'\n      [6e40,6e85) {reg5}\n      [6e85,6e91) {entry_value(1) {reg5}, stack_value}\n      [6e91,6e9d) {reg5}\n      [6e9d,6ea6) {entry_value(1) {reg5}, stack_value}\n      [6ea6,6eb3) {reg5}\n    [cfb5] parameter 'type'\n      [6e40,6e89) {reg4}\n      [6e89,6e91) {entry_value(1) {reg4}, stack_value}\n      [6e91,6ea1) {reg4}\n      [6ea1,6ea6) {entry_value(1) {reg4}, stack_value}\n      [6ea6,6eb3) {reg4}\n    [cfc7] parameter 'count'\n      [6e40,6e6e) {reg1}\n      [6e6e,6e76) {entry_value(1) {reg1}, stack_value}\n      [6e76,6e89) {reg1}\n      [6e89,6e91) {entry_value(1) {reg1}, stack_value}\n      [6e91,6ea1) {reg1}\n      [6ea1,6ea6) {entry_value(1) {reg1}, stack_value}\n      [6ea6,6eb3) {reg1}\n    [cfd9] parameter 'version'\n      [6e40,6e5d) {reg2}\n      [6e5d,6e76) {entry_value(1) {reg2}, stack_value}\n      [6e76,6e89) {reg2}\n      [6e89,6e91) {entry_value(1) {reg2}, stack_value}\n      [6e91,6ea1) {reg2}\n      [6ea1,6ea6) {entry_value(1) {reg2}, stack_value}\n      [6ea6,6eb3) {reg2}\nmodule 'libelf.so'\n[d023] CU '../../elfutils-0.193/libelf/elf32_xlatetof.c'@6ec0\n  [d3cc] function 'elf32_xlatetof'@6ec0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [d3ee] parameter 'dest'\n      [6ec0,6ef2) {reg5}\n      [6ef2,6f59) {reg8}\n      [6f59,6f6b) {fbreg(-32)}\n      [6f6b,6f7b) {entry_value(1) {reg5}, stack_value}\n      [6f7b,6f9b) {reg8}\n      [6f9b,6faf) {fbreg(-32)}\n      [6faf,6fb9) {reg8}\n      [6fb9,6fc1) {entry_value(1) {reg5}, stack_value}\n      [6fc1,6fcd) {reg5}\n      [6fcd,6fd1) {reg8}\n      [6fd1,6fd6) {entry_value(1) {reg5}, stack_value}\n      [6fd6,6fe9) {reg8}\n      [6fe9,6fee) {entry_value(1) {reg5}, stack_value}\n      [6fee,6ff9) {reg8}\n      [6ff9,6ffe) {entry_value(1) {reg5}, stack_value}\n      [6ffe,7003) {reg5}\n    [d401] parameter 'src'\n      [6ec0,6edb) {reg4}\n      [6edb,6f59) {reg9}\n      [6f59,6f6b) {fbreg(-24)}\n      [6f6b,6f7b) {entry_value(1) {reg4}, stack_value}\n      [6f7b,6f9b) {reg9}\n      [6f9b,6faf) {fbreg(-24)}\n      [6faf,6fb9) {reg9}\n      [6fb9,6fc1) {entry_value(1) {reg4}, stack_value}\n      [6fc1,6fd1) {reg9}\n      [6fd1,6fd6) {entry_value(1) {reg4}, stack_value}\n      [6fd6,6fe9) {reg9}\n      [6fe9,6fee) {entry_value(1) {reg4}, stack_value}\n      [6fee,6ff9) {reg9}\n      [6ff9,6ffe) {entry_value(1) {reg4}, stack_value}\n      [6ffe,7003) {reg4}\n    [d415] parameter 'encode'\n      [6ec0,6efb) {reg1}\n      [6efb,6f56) {reg4}\n      [6f56,6f7b) {entry_value(1) {reg1}, stack_value}\n      [6f7b,6f8b) {reg4}\n      [6f8b,6f9b) {breg0(1), stack_value}\n      [6f9b,6faf) {entry_value(1) {reg1}, stack_value}\n      [6faf,6fb9) {reg4}\n      [6fb9,6fc1) {entry_value(1) {reg1}, stack_value}\n      [6fc1,6fd1) {reg1}\n      [6fd1,6fd6) {entry_value(1) {reg1}, stack_value}\n      [6fd6,6fe9) {reg4}\n      [6fe9,6fee) {entry_value(1) {reg1}, stack_value}\n      [6fee,6ff9) {reg4}\n      [6ff9,6ffe) {entry_value(1) {reg1}, stack_value}\n      [6ffe,7003) {reg1}\n    [d428] variable 'recsize'\n      <no value>\n  [d463] inlined function 'memmove'@6f92\n    [d47c] parameter '__dest'\n      [6f92,6f9b) {fbreg(-32), deref}\n    [d489] parameter '__src'\n      [6f92,6f97) {fbreg(-24), deref}\n    [d496] parameter '__len'\n      [6f92,6f97) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[d55a] CU '../../elfutils-0.193/libelf/elf32_xlatetom.c'@7010\n  [d903] function 'elf32_xlatetom'@7010\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [d925] parameter 'dest'\n      [7010,7042) {reg5}\n      [7042,70a6) {reg8}\n      [70a6,70b8) {fbreg(-32)}\n      [70b8,70c8) {entry_value(1) {reg5}, stack_value}\n      [70c8,70eb) {reg8}\n      [70eb,70ff) {fbreg(-32)}\n      [70ff,7109) {reg8}\n      [7109,7111) {entry_value(1) {reg5}, stack_value}\n      [7111,711d) {reg5}\n      [711d,7121) {reg8}\n      [7121,7126) {entry_value(1) {reg5}, stack_value}\n      [7126,7139) {reg8}\n      [7139,713e) {entry_value(1) {reg5}, stack_value}\n      [713e,7149) {reg8}\n      [7149,714e) {entry_value(1) {reg5}, stack_value}\n      [714e,7153) {reg5}\n    [d938] parameter 'src'\n      [7010,702b) {reg4}\n      [702b,70a6) {reg9}\n      [70a6,70b8) {fbreg(-24)}\n      [70b8,70c8) {entry_value(1) {reg4}, stack_value}\n      [70c8,70eb) {reg9}\n      [70eb,70ff) {fbreg(-24)}\n      [70ff,7109) {reg9}\n      [7109,7111) {entry_value(1) {reg4}, stack_value}\n      [7111,7121) {reg9}\n      [7121,7126) {entry_value(1) {reg4}, stack_value}\n      [7126,7139) {reg9}\n      [7139,713e) {entry_value(1) {reg4}, stack_value}\n      [713e,7149) {reg9}\n      [7149,714e) {entry_value(1) {reg4}, stack_value}\n      [714e,7153) {reg4}\n    [d94c] parameter 'encode'\n      [7010,704b) {reg1}\n      [704b,70a3) {reg4}\n      [70a3,70c8) {entry_value(1) {reg1}, stack_value}\n      [70c8,70db) {reg4}\n      [70db,70eb) {breg0(1), stack_value}\n      [70eb,70ff) {entry_value(1) {reg1}, stack_value}\n      [70ff,7109) {reg4}\n      [7109,7111) {entry_value(1) {reg1}, stack_value}\n      [7111,7121) {reg1}\n      [7121,7126) {entry_value(1) {reg1}, stack_value}\n      [7126,7139) {reg4}\n      [7139,713e) {entry_value(1) {reg1}, stack_value}\n      [713e,7149) {reg4}\n      [7149,714e) {entry_value(1) {reg1}, stack_value}\n      [714e,7153) {reg1}\n    [d95f] variable 'recsize'\n      <no value>\n  [d99a] inlined function 'memmove'@70e2\n    [d9b3] parameter '__dest'\n      [70e2,70eb) {fbreg(-32), deref}\n    [d9c0] parameter '__src'\n      [70e2,70e7) {fbreg(-24), deref}\n    [d9cd] parameter '__len'\n      [70e2,70e7) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[da91] CU '../../elfutils-0.193/libelf/elf64_xlatetof.c'@7160\n  [de3a] function 'elf64_xlatetof'@7160\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [de5c] parameter 'dest'\n      [7160,7192) {reg5}\n      [7192,7201) {reg8}\n      [7201,7213) {fbreg(-32)}\n      [7213,7223) {entry_value(1) {reg5}, stack_value}\n      [7223,7243) {reg8}\n      [7243,7257) {fbreg(-32)}\n      [7257,7269) {reg8}\n      [7269,7271) {entry_value(1) {reg5}, stack_value}\n      [7271,727d) {reg5}\n      [727d,7281) {reg8}\n      [7281,7286) {entry_value(1) {reg5}, stack_value}\n      [7286,7299) {reg8}\n      [7299,729e) {entry_value(1) {reg5}, stack_value}\n      [729e,72a9) {reg8}\n      [72a9,72ae) {entry_value(1) {reg5}, stack_value}\n      [72ae,72b3) {reg5}\n    [de6f] parameter 'src'\n      [7160,717b) {reg4}\n      [717b,7201) {reg9}\n      [7201,7213) {fbreg(-24)}\n      [7213,7223) {entry_value(1) {reg4}, stack_value}\n      [7223,7243) {reg9}\n      [7243,7257) {fbreg(-24)}\n      [7257,7269) {reg9}\n      [7269,7271) {entry_value(1) {reg4}, stack_value}\n      [7271,7281) {reg9}\n      [7281,7286) {entry_value(1) {reg4}, stack_value}\n      [7286,7299) {reg9}\n      [7299,729e) {entry_value(1) {reg4}, stack_value}\n      [729e,72a9) {reg9}\n      [72a9,72ae) {entry_value(1) {reg4}, stack_value}\n      [72ae,72b3) {reg4}\n    [de83] parameter 'encode'\n      [7160,719b) {reg1}\n      [719b,71fa) {reg4}\n      [71fa,7223) {entry_value(1) {reg1}, stack_value}\n      [7223,7233) {reg4}\n      [7233,7243) {breg0(1), stack_value}\n      [7243,7257) {entry_value(1) {reg1}, stack_value}\n      [7257,7269) {reg4}\n      [7269,7271) {entry_value(1) {reg1}, stack_value}\n      [7271,7281) {reg1}\n      [7281,7286) {entry_value(1) {reg1}, stack_value}\n      [7286,7299) {reg4}\n      [7299,729e) {entry_value(1) {reg1}, stack_value}\n      [729e,72a9) {reg4}\n      [72a9,72ae) {entry_value(1) {reg1}, stack_value}\n      [72ae,72b3) {reg1}\n    [de96] variable 'recsize'\n      <no value>\n  [ded1] inlined function 'memmove'@723a\n    [deea] parameter '__dest'\n      [723a,7243) {fbreg(-32), deref}\n    [def7] parameter '__src'\n      [723a,723f) {fbreg(-24), deref}\n    [df04] parameter '__len'\n      [723a,723f) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[dfc8] CU '../../elfutils-0.193/libelf/elf64_xlatetom.c'@72c0\n  [e371] function 'elf64_xlatetom'@72c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [e393] parameter 'dest'\n      [72c0,72f2) {reg5}\n      [72f2,735e) {reg8}\n      [735e,7370) {fbreg(-32)}\n      [7370,7380) {entry_value(1) {reg5}, stack_value}\n      [7380,739b) {reg8}\n      [739b,73af) {fbreg(-32)}\n      [73af,73b9) {reg8}\n      [73b9,73c1) {entry_value(1) {reg5}, stack_value}\n      [73c1,73cd) {reg5}\n      [73cd,73d1) {reg8}\n      [73d1,73d6) {entry_value(1) {reg5}, stack_value}\n      [73d6,73e9) {reg8}\n      [73e9,73ee) {entry_value(1) {reg5}, stack_value}\n      [73ee,73f9) {reg8}\n      [73f9,73fe) {entry_value(1) {reg5}, stack_value}\n      [73fe,7403) {reg5}\n    [e3a6] parameter 'src'\n      [72c0,72db) {reg4}\n      [72db,735e) {reg9}\n      [735e,7370) {fbreg(-24)}\n      [7370,7380) {entry_value(1) {reg4}, stack_value}\n      [7380,739b) {reg9}\n      [739b,73af) {fbreg(-24)}\n      [73af,73b9) {reg9}\n      [73b9,73c1) {entry_value(1) {reg4}, stack_value}\n      [73c1,73d1) {reg9}\n      [73d1,73d6) {entry_value(1) {reg4}, stack_value}\n      [73d6,73e9) {reg9}\n      [73e9,73ee) {entry_value(1) {reg4}, stack_value}\n      [73ee,73f9) {reg9}\n      [73f9,73fe) {entry_value(1) {reg4}, stack_value}\n      [73fe,7403) {reg4}\n    [e3ba] parameter 'encode'\n      [72c0,72fb) {reg1}\n      [72fb,7357) {reg4}\n      [7357,7380) {entry_value(1) {reg1}, stack_value}\n      [7380,738b) {reg4}\n      [738b,739b) {breg0(1), stack_value}\n      [739b,73af) {entry_value(1) {reg1}, stack_value}\n      [73af,73b9) {reg4}\n      [73b9,73c1) {entry_value(1) {reg1}, stack_value}\n      [73c1,73d1) {reg1}\n      [73d1,73d6) {entry_value(1) {reg1}, stack_value}\n      [73d6,73e9) {reg4}\n      [73e9,73ee) {entry_value(1) {reg1}, stack_value}\n      [73ee,73f9) {reg4}\n      [73f9,73fe) {entry_value(1) {reg1}, stack_value}\n      [73fe,7403) {reg1}\n    [e3cd] variable 'recsize'\n      <no value>\n  [e408] inlined function 'memmove'@7392\n    [e421] parameter '__dest'\n      [7392,739b) {fbreg(-32), deref}\n    [e42e] parameter '__src'\n      [7392,7397) {fbreg(-24), deref}\n    [e43b] parameter '__len'\n      [7392,7397) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[e4ff] CU '../../elfutils-0.193/libelf/gelf_xlate.c'@7440\n  [14393] inlined function 'Elf64_cvt_chdr'@86d8\n    [143aa] parameter 'encode'\n      <no value>\n    [143af] parameter 'len'\n      <no value>\n    [143b4] parameter 'dest'\n      <no value>\n    [143b9] parameter 'src'\n      <no value>\n  [1468f] inlined function 'Elf32_cvt_chdr'@8878\n    [146a6] parameter 'len'\n      <no value>\n    [146ab] parameter 'dest'\n      <no value>\n    [146b0] parameter 'src'\n      <no value>\n    [146b5] parameter 'encode'\n      <no value>\n  [f30f] function 'elf_cvt_note8'@8820\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f32c] parameter 'dest'\n      [8820,882a) {reg5}\n      [882a,882b) {entry_value(1) {reg5}, stack_value}\n    [f340] parameter 'src'\n      [8820,882a) {reg4}\n      [882a,882b) {entry_value(1) {reg4}, stack_value}\n    [f354] parameter 'len'\n      [8820,882a) {reg1}\n      [882a,882b) {entry_value(1) {reg1}, stack_value}\n    [f368] parameter 'encode'\n      [8820,882a) {reg2}\n      [882a,882b) {entry_value(1) {reg2}, stack_value}\n  [f3ac] function 'elf_cvt_note4'@8830\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f3c9] parameter 'dest'\n      [8830,8837) {reg5}\n      [8837,8838) {entry_value(1) {reg5}, stack_value}\n    [f3dd] parameter 'src'\n      [8830,8837) {reg4}\n      [8837,8838) {entry_value(1) {reg4}, stack_value}\n    [f3f1] parameter 'len'\n      [8830,8837) {reg1}\n      [8837,8838) {entry_value(1) {reg1}, stack_value}\n    [f405] parameter 'encode'\n      [8830,8837) {reg2}\n      [8837,8838) {entry_value(1) {reg2}, stack_value}\n  [f449] function 'elf_cvt_note'@8710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f466] parameter 'dest'\n      [8710,8737) {reg5}\n      [8737,8762) {reg6}\n      [8762,876f) {reg5}\n      [876f,8779) {breg6(12), stack_value}\n      [8779,87ac) {reg6}\n      [87ac,87b3) {reg1}\n      [87b3,87dc) {reg6}\n      [87dc,87f5) {reg5}\n      [87f5,87fd) {reg6}\n      [87fd,8812) {reg5}\n    [f47a] parameter 'src'\n      [8710,8737) {reg4}\n      [8737,8762) {reg12}\n      [8762,876f) {reg4}\n      [876f,8776) {breg12(12), stack_value}\n      [8776,87dc) {reg12}\n      [87dc,87f5) {reg4}\n      [87f5,87fd) {reg12}\n      [87fd,8812) {reg4}\n    [f48e] parameter 'len'\n      [8710,8737) {reg1}\n      [8737,8773) {reg13}\n      [8779,87f0) {reg13}\n      [87f5,880a) {reg13}\n      [880a,8812) {reg1}\n    [f4a2] parameter 'encode'\n      [8710,8737) {reg2}\n      [8737,87eb) {reg3}\n      [87eb,87f5) {entry_value(1) {reg2}, stack_value}\n      [87f5,8805) {reg3}\n      [8805,8813) {entry_value(1) {reg2}, stack_value}\n    [f4b6] parameter 'nhdr8'\n      [8710,8737) {reg8}\n      [8737,87f2) {reg14}\n      [87f2,8813) {entry_value(1) {reg8}, stack_value}\n    [f4ca] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [f762] function 'elf_cvt_gnuhash'@77d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f77f] parameter 'dest'\n      [77d0,78ca) {reg5}\n      [78ca,78cf) {entry_value(1) {reg5}, stack_value}\n      [78cf,78da) {reg5}\n    [f793] parameter 'src'\n      [77d0,78c7) {reg4}\n      [78c7,78cf) {entry_value(1) {reg4}, stack_value}\n      [78cf,78da) {reg4}\n    [f7a7] parameter 'len'\n      [77d0,77df) {reg1}\n      [77df,77f0) {reg0}\n      [77f0,77f5) {breg0(4), stack_value}\n      [77f5,7849) {reg0}\n      [7849,7851) {breg0(8), stack_value}\n      [7851,785f) {reg0}\n      [785f,7865) {reg8}\n      [7865,7871) {reg0}\n      [7871,7896) {reg10}\n      [78b9,78ce) {reg8}\n      [78cf,78d5) {reg0}\n      [78d5,78da) {reg10}\n    [f7bb] parameter 'encode'\n      [77d0,77df) {reg2}\n      [77df,780f) {reg8}\n      [780f,7865) {entry_value(1) {reg2}, stack_value}\n      [7865,7871) {reg8}\n      [7871,78cf) {entry_value(1) {reg2}, stack_value}\n      [78cf,78d3) {reg8}\n      [78d3,78da) {entry_value(1) {reg2}, stack_value}\n    [f7cf] variable 'size'\n      [77d0,77df) {reg1}\n      [77df,78c1) {reg9}\n      [78c1,78cf) {entry_value(1) {reg1}, stack_value}\n      [78cf,78da) {reg9}\n    [f7e3] variable 'dest32'\n      [77d0,785f) {reg5}\n      [7865,7871) {reg5}\n      [7871,788f) {breg11(0), const4u(4294967295), and, lit3, shl, breg5(0), plus, plus_uconst(16), stack_value}\n      (78a0,78a0) <empty range>\n      [78a0,78ad) {breg2(0), breg0(0), plus, plus_uconst(4), stack_value}\n      [78ad,78be) {breg2(0), breg0(0), plus, stack_value}\n      [78cf,78d5) {reg5}\n      [78d5,78da) {breg11(0), const4u(4294967295), and, lit3, shl, breg5(0), plus, plus_uconst(16), stack_value}\n    [f7f7] variable 'src32'\n      [77d0,785f) {reg4}\n      [7865,7871) {reg4}\n      [7871,788f) {breg11(0), const4u(4294967295), and, lit3, shl, breg4(0), plus, plus_uconst(16), stack_value}\n      [78a0,78ad) {breg11(0), breg0(0), plus, plus_uconst(4), stack_value}\n      [78ad,78be) {breg11(0), breg0(0), plus, stack_value}\n      [78cf,78d5) {reg4}\n      [78d5,78da) {breg11(0), const4u(4294967295), and, lit3, shl, breg4(0), plus, plus_uconst(16), stack_value}\n    [f80b] variable 'save_src32_2'\n      [77d4,7804) {reg11}\n      [7865,786c) {reg11}\n      [78cf,78d5) {reg11}\n    [f82f] variable 'bitmask_words'\n      [7804,785f) {reg11}\n      [786e,788f) {reg11}\n      [78d5,78da) {reg11}\n    [f843] variable 'dest64'\n      [7804,785f) {breg5(16), stack_value}\n      [786e,78be) {breg5(16), stack_value}\n      [78d5,78da) {breg5(16), stack_value}\n    [f857] variable 'src64'\n      [7804,785f) {breg4(16), stack_value}\n      [786e,78be) {breg4(16), stack_value}\n      [78d5,78da) {breg4(16), stack_value}\n  [13e01] inlined function 'elf_cvt_Verneed'@831e\n    [13e16] parameter 'dest'\n      [831e,832c) {reg5}\n      [832c,84e0) {entry_value(1) {reg5}, stack_value}\n    [13e23] parameter 'src'\n      [831e,832c) {reg4}\n      [832c,84e0) {fbreg(-72)}\n    [13e30] parameter 'len'\n      [831e,832c) {reg1}\n      [832c,84e0) {fbreg(-64)}\n    [13e3d] parameter 'encode'\n      [831e,84e0) {fbreg(-52)}\n    [13e4a] variable 'need_offset'\n      [833d,834a) {lit0, stack_value}\n      [834a,84de) {reg9}\n    [13e57] variable 'ndest'\n      [8373,84b6) {reg3}\n      [84c1,84e0) {reg3}\n    [13e64] variable 'nsrc'\n      [8373,84b6) {reg10}\n      [84c1,84e0) {reg10}\n  [140b2] inlined function 'elf_cvt_Verdef'@84fc\n    [140c7] parameter 'dest'\n      [84fc,850d) {reg5}\n      [850d,8699) {entry_value(1) {reg5}, stack_value}\n    [140d4] parameter 'src'\n      [84fc,850d) {reg4}\n      [850d,8699) {fbreg(-64)}\n    [140e1] parameter 'len'\n      [84fc,850d) {reg1}\n      [850d,8699) {fbreg(-56)}\n    [140ee] parameter 'encode'\n      [84fc,8677) {reg3}\n      [8677,867f) {entry_value(1) {reg2}, stack_value}\n      [867f,8699) {reg3}\n    [140fb] variable 'def_offset'\n      (851a,851a) <empty range>\n      [851a,8678) {reg6}\n      [867f,8697) {reg6}\n    [14108] variable 'ddest'\n      [8543,8672) {reg14}\n      [867f,8699) {reg14}\n    [14115] variable 'dsrc'\n      [8543,8672) {reg12}\n      [867f,8699) {reg12}\n  [143be] inlined function 'Elf64_cvt_Chdr'@86d8\n    [143d5] parameter 'len'\n      <no value>\n    [143da] parameter 'encode'\n      <no value>\n    [143df] parameter 'dest'\n      <no value>\n    [143e4] parameter 'src'\n      <no value>\n    [143e9] variable 'tdest'\n      [86d8,86fc) {entry_value(1) {reg5}, stack_value}\n      (86fc,86fc) <empty range>\n    [143f6] variable 'tsrc'\n      [86d8,86fc) {entry_value(1) {reg4}, stack_value}\n      (86fc,86fc) <empty range>\n    [14403] variable 'sz'\n      <no value>\n    [14408] variable 'n'\n      [86d8,86fc) {lit1, stack_value}\n      (86fc,86fc) <empty range>\n  [fc21] function 'Elf64_cvt_Move'@7cf0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [fc3e] parameter 'dest'\n      [7cf0,7cf6) {reg5}\n      [7cf6,7d75) {reg8}\n      [7d75,7d76) {entry_value(1) {reg5}, stack_value}\n    [fc52] parameter 'src'\n      [7cf0,7d12) {reg4}\n      [7d12,7d75) {reg9}\n      [7d75,7d76) {entry_value(1) {reg4}, stack_value}\n    [fc66] parameter 'len'\n      [7cf0,7d12) {reg1}\n      [7d12,7d61) {reg10}\n      [7d61,7d76) {entry_value(1) {reg1}, stack_value}\n    [fc7a] parameter 'encode'\n      [7cf0,7d0c) {reg2}\n      [7d0c,7d76) {entry_value(1) {reg2}, stack_value}\n    [fc8e] variable 'tdest'\n      [7cf3,7cf6) {reg5}\n      [7cf6,7d12) {reg8}\n      [7d12,7d1f) {reg0}\n      [7d1f,7d58) {breg0(-32), stack_value}\n      [7d58,7d5d) {reg0}\n    [fca2] variable 'tsrc'\n      [7cf3,7d12) {reg4}\n      [7d12,7d23) {reg2}\n      [7d23,7d58) {breg2(-32), stack_value}\n      [7d58,7d5d) {reg2}\n    [fcb6] variable 'sz'\n      <constant value>\n    [fcc0] variable 'n'\n      [7cfd,7d09) {reg5}\n      [7d09,7d12) {breg1(0), lit5, shr, stack_value}\n  [ff6b] function 'Elf64_cvt_Rela'@75a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [ff88] parameter 'dest'\n      [75a0,75ad) {reg5}\n      [75ad,765a) {reg8}\n      [765a,765b) {entry_value(1) {reg5}, stack_value}\n    [ff9c] parameter 'src'\n      [75a0,75cb) {reg4}\n      [75cb,75ce) {reg1}\n      [75ce,765a) {reg9}\n      [765a,765b) {entry_value(1) {reg4}, stack_value}\n    [ffb0] parameter 'len'\n      [75a0,75bc) {reg1}\n      [75bc,7649) {reg5}\n      [7649,765b) {entry_value(1) {reg1}, stack_value}\n    [ffc4] parameter 'encode'\n      [75a0,75ce) {reg2}\n      [75ce,765b) {entry_value(1) {reg2}, stack_value}\n    [ffd8] variable 'tdest'\n      [75aa,75ad) {reg5}\n      [75ad,75ce) {reg8}\n      [75ce,7607) {reg0}\n      [7607,7628) {breg0(-24), stack_value}\n      [7628,762d) {reg0}\n    [ffec] variable 'tsrc'\n      [75aa,75cb) {reg4}\n      [75cb,760b) {reg1}\n      [760b,7628) {breg1(-24), stack_value}\n      [7628,762d) {reg1}\n    [10000] variable 'sz'\n      <constant value>\n    [1000a] variable 'n'\n      [75a0,75bc) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [75bc,75ce) {breg5(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [1018c] function 'Elf64_cvt_Rel'@7520\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [101a9] parameter 'dest'\n      [7520,7526) {reg5}\n      [7526,757a) {reg8}\n      [757a,757b) {entry_value(1) {reg5}, stack_value}\n    [101bd] parameter 'src'\n      [7520,753f) {reg4}\n      [753f,757a) {reg9}\n      [757a,757b) {entry_value(1) {reg4}, stack_value}\n    [101d1] parameter 'len'\n      [7520,7565) {reg1}\n      [7565,757b) {entry_value(1) {reg1}, stack_value}\n    [101e5] parameter 'encode'\n      [7520,7539) {reg2}\n      [7539,757b) {entry_value(1) {reg2}, stack_value}\n    [101f9] variable 'tdest'\n      [7523,7526) {reg5}\n      [7526,753f) {reg8}\n      [753f,7547) {reg0}\n      [7547,755d) {breg0(-16), stack_value}\n      [755d,7562) {reg0}\n    [1020d] variable 'tsrc'\n      [7523,753f) {reg4}\n      [753f,754b) {reg2}\n      [754b,755d) {breg2(-16), stack_value}\n      [755d,7562) {reg2}\n    [10221] variable 'sz'\n      <constant value>\n    [1022b] variable 'n'\n      [752d,7536) {reg5}\n      [7536,753f) {breg1(0), lit4, shr, stack_value}\n  [1035f] function 'Elf64_cvt_Sym'@7d80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1037c] parameter 'dest'\n      [7d80,7e27) {reg5}\n      [7e27,7e28) {entry_value(1) {reg5}, stack_value}\n    [10390] parameter 'src'\n      [7d80,7d8a) {reg4}\n      [7d8a,7e27) {reg8}\n      [7e27,7e28) {entry_value(1) {reg4}, stack_value}\n    [103a4] parameter 'len'\n      [7d80,7d99) {reg1}\n      [7d99,7e1a) {reg4}\n      [7e1a,7e28) {entry_value(1) {reg1}, stack_value}\n    [103b8] parameter 'encode'\n      [7d80,7dab) {reg2}\n      [7dab,7e28) {entry_value(1) {reg2}, stack_value}\n    [103cc] variable 'tdest'\n      [7d87,7dab) {reg5}\n      [7dab,7dc6) {reg0}\n      [7dc6,7df9) {breg0(-24), stack_value}\n      [7df9,7dfe) {reg0}\n    [103e0] variable 'tsrc'\n      [7d87,7d8a) {reg4}\n      [7d8a,7dab) {reg8}\n      [7dab,7dca) {reg1}\n      [7dca,7df9) {breg1(-24), stack_value}\n      [7df9,7dfe) {reg1}\n    [103f4] variable 'sz'\n      <constant value>\n    [103fe] variable 'n'\n      [7d80,7d99) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7d99,7dab) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [105d7] function 'Elf64_cvt_Shdr'@7660\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [105f4] parameter 'dest'\n      [7660,7666) {reg5}\n      [7666,7702) {reg8}\n      [7702,7703) {entry_value(1) {reg5}, stack_value}\n    [10608] parameter 'src'\n      [7660,767f) {reg4}\n      [767f,7702) {reg9}\n      [7702,7703) {entry_value(1) {reg4}, stack_value}\n    [1061c] parameter 'len'\n      [7660,76f1) {reg1}\n      [76f1,7703) {entry_value(1) {reg1}, stack_value}\n    [10630] parameter 'encode'\n      [7660,7679) {reg2}\n      [7679,7703) {entry_value(1) {reg2}, stack_value}\n    [10644] variable 'tdest'\n      [7663,7666) {reg5}\n      [7666,767f) {reg8}\n      [767f,7686) {reg0}\n      [7686,76e9) {breg0(-64), stack_value}\n      [76e9,76ee) {reg0}\n    [10658] variable 'tsrc'\n      [7663,767f) {reg4}\n      [767f,768a) {reg2}\n      [768a,76e9) {breg2(-64), stack_value}\n      [76e9,76ee) {reg2}\n    [1066c] variable 'sz'\n      <constant value>\n    [10676] variable 'n'\n      [766d,7676) {reg5}\n      [7676,767f) {breg1(0), lit6, shr, stack_value}\n  [10a5e] function 'Elf64_cvt_Phdr'@7710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [10a7b] parameter 'dest'\n      [7710,77ca) {reg5}\n      [77ca,77cb) {entry_value(1) {reg5}, stack_value}\n    [10a8f] parameter 'src'\n      [7710,771a) {reg4}\n      [771a,77ca) {reg8}\n      [77ca,77cb) {entry_value(1) {reg4}, stack_value}\n    [10aa3] parameter 'len'\n      [7710,772e) {reg1}\n      [772e,77b9) {reg4}\n      [77b9,77cb) {entry_value(1) {reg1}, stack_value}\n    [10ab7] parameter 'encode'\n      [7710,773f) {reg2}\n      [773f,77cb) {entry_value(1) {reg2}, stack_value}\n    [10acb] variable 'tdest'\n      [7717,773f) {reg5}\n      [773f,7746) {reg0}\n      [7746,7799) {breg0(-56), stack_value}\n      [7799,779e) {reg0}\n    [10adf] variable 'tsrc'\n      [7717,771a) {reg4}\n      [771a,773f) {reg8}\n      [773f,774a) {reg1}\n      [774a,7799) {breg1(-56), stack_value}\n      [7799,779e) {reg1}\n    [10af3] variable 'sz'\n      <constant value>\n    [10afd] variable 'n'\n      [7710,772e) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(56), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [772e,773f) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(56), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [10e2d] function 'Elf64_cvt_Ehdr'@7e30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [10e4a] parameter 'dest'\n      [7e30,7e5e) {reg5}\n      [7e5e,7f21) {reg13}\n      [7f21,7f24) {entry_value(1) {reg5}, stack_value}\n      [7f24,7f37) {reg13}\n      [7f37,7f3d) {reg5}\n      [7f3d,7f3e) {entry_value(1) {reg5}, stack_value}\n    [10e5e] parameter 'src'\n      [7e30,7e5e) {reg4}\n      [7e5e,7f23) {reg14}\n      [7f23,7f24) {entry_value(1) {reg4}, stack_value}\n      [7f24,7f39) {reg14}\n      [7f39,7f3d) {reg4}\n      [7f3d,7f3e) {entry_value(1) {reg4}, stack_value}\n    [10e72] parameter 'len'\n      [7e30,7e5e) {reg1}\n      [7e5e,7f19) {reg12}\n      [7f19,7f3e) {entry_value(1) {reg1}, stack_value}\n    [10e86] parameter 'encode'\n      [7e30,7e5b) {reg2}\n      [7e5b,7f3e) {entry_value(1) {reg2}, stack_value}\n    [10e9a] variable 'tdest'\n      [7e30,7e5e) {reg5}\n      [7e5e,7e6f) {reg2}\n      [7f0c,7f15) {reg2}\n    [10eae] variable 'tsrc'\n      [7e30,7e5e) {reg4}\n      [7e5e,7e74) {reg3}\n      [7e74,7f0c) {breg3(-64), stack_value}\n      [7f0c,7f15) {reg3}\n    [10ec2] variable 'sz'\n      <constant value>\n    [10ecc] variable 'n'\n      [7e47,7e55) {reg6}\n      [7e55,7e5e) {breg1(0), lit6, shr, stack_value}\n  [100ca] inlined function 'Elf64_cvt_Sxword1'@761d\n    [100ef] parameter 'dest'\n      <no value>\n    [100f4] parameter 'ptr'\n      <no value>\n  [fcd2] inlined function 'Elf64_cvt_Xword1'@7d18\n    [fceb] parameter 'dest'\n      [7d12,7d1f) {reg0}\n      [7d1f,7d2e) {breg0(-32), stack_value}\n    [fcf8] parameter 'ptr'\n      [7d12,7d23) {reg2}\n      [7d23,7d2e) {breg2(-32), stack_value}\n  [fd68] inlined function 'Elf64_cvt_Xword1'@7d2e\n    [fd81] parameter 'dest'\n      <no value>\n    [fd86] parameter 'ptr'\n      <no value>\n  [fda7] inlined function 'Elf64_cvt_Xword1'@7d3d\n    [fdc0] parameter 'dest'\n      <no value>\n    [fdc5] parameter 'ptr'\n      <no value>\n  [10073] inlined function 'Elf64_cvt_Xword1'@7612\n    [10098] parameter 'dest'\n      <no value>\n    [1009d] parameter 'ptr'\n      <no value>\n  [10294] inlined function 'Elf64_cvt_Xword1'@7552\n    [102b9] parameter 'dest'\n      <no value>\n    [102be] parameter 'ptr'\n      <no value>\n  [10515] inlined function 'Elf64_cvt_Xword1'@7dee\n    [1053a] parameter 'dest'\n      <no value>\n    [1053f] parameter 'ptr'\n      <no value>\n  [10736] inlined function 'Elf64_cvt_Xword1'@7697\n    [1075b] parameter 'dest'\n      <no value>\n    [10760] parameter 'ptr'\n      <no value>\n  [1083b] inlined function 'Elf64_cvt_Xword1'@76b8\n    [10860] parameter 'dest'\n      <no value>\n    [10865] parameter 'ptr'\n      <no value>\n  [10940] inlined function 'Elf64_cvt_Xword1'@76d3\n    [10965] parameter 'dest'\n      <no value>\n    [1096a] parameter 'ptr'\n      <no value>\n  [10997] inlined function 'Elf64_cvt_Xword1'@76de\n    [109bc] parameter 'dest'\n      <no value>\n    [109c1] parameter 'ptr'\n      <no value>\n  [10cc2] inlined function 'Elf64_cvt_Xword1'@7778\n    [10ce7] parameter 'dest'\n      <no value>\n    [10cec] parameter 'ptr'\n      <no value>\n  [10d19] inlined function 'Elf64_cvt_Xword1'@7783\n    [10d3e] parameter 'dest'\n      <no value>\n    [10d43] parameter 'ptr'\n      <no value>\n  [10d70] inlined function 'Elf64_cvt_Xword1'@778e\n    [10d95] parameter 'dest'\n      <no value>\n    [10d9a] parameter 'ptr'\n      <no value>\n  [144f3] inlined function 'Elf64_cvt_Xword1'@86e6\n    [14518] parameter 'dest'\n      [86e6,86f1) {entry_value(1) {reg5}, plus_uconst(8), stack_value}\n    [14525] parameter 'ptr'\n      [86e6,86f1) {entry_value(1) {reg4}, plus_uconst(8), stack_value}\n  [14562] inlined function 'Elf64_cvt_Xword1'@86f1\n    [14583] parameter 'dest'\n      [86f1,86fc) {entry_value(1) {reg5}, plus_uconst(16), stack_value}\n    [14590] parameter 'ptr'\n      [86f1,86fc) {entry_value(1) {reg4}, plus_uconst(16), stack_value}\n  [10410] inlined function 'Elf64_cvt_Word1'@7dc0\n    [10429] parameter 'dest'\n      [7dc0,7dc6) {reg0}\n      [7dc6,7dcf) {breg0(-24), stack_value}\n    [10436] parameter 'ptr'\n      [7dc0,7dca) {reg1}\n      [7dca,7dcf) {breg1(-24), stack_value}\n  [10688] inlined function 'Elf64_cvt_Word1'@7680\n    [106a1] parameter 'dest'\n      [767f,7686) {reg0}\n      [7686,768f) {breg0(-64), stack_value}\n    [106ae] parameter 'ptr'\n      [767f,768a) {reg2}\n      [768a,768f) {breg2(-64), stack_value}\n  [106df] inlined function 'Elf64_cvt_Word1'@768f\n    [10704] parameter 'dest'\n      <no value>\n    [10709] parameter 'ptr'\n      <no value>\n  [10892] inlined function 'Elf64_cvt_Word1'@76c3\n    [108b7] parameter 'dest'\n      <no value>\n    [108bc] parameter 'ptr'\n      <no value>\n  [108e9] inlined function 'Elf64_cvt_Word1'@76cb\n    [1090e] parameter 'dest'\n      <no value>\n    [10913] parameter 'ptr'\n      <no value>\n  [10b0f] inlined function 'Elf64_cvt_Word1'@7740\n    [10b28] parameter 'dest'\n      [773f,7746) {reg0}\n      [7746,774f) {breg0(-56), stack_value}\n    [10b35] parameter 'ptr'\n      [773f,774a) {reg1}\n      [774a,774f) {breg1(-56), stack_value}\n  [10b66] inlined function 'Elf64_cvt_Word1'@774f\n    [10b8b] parameter 'dest'\n      <no value>\n    [10b90] parameter 'ptr'\n      <no value>\n  [10fd6] inlined function 'Elf64_cvt_Word1'@7e93\n    [10ffb] parameter 'dest'\n      <no value>\n    [11000] parameter 'ptr'\n      <no value>\n  [11132] inlined function 'Elf64_cvt_Word1'@7ebc\n    [11157] parameter 'dest'\n      <no value>\n    [1115c] parameter 'ptr'\n      <no value>\n  [14415] inlined function 'Elf64_cvt_Word1'@86d8\n    [1443a] parameter 'dest'\n      [86d8,86de) {entry_value(1) {reg5}, stack_value}\n    [14447] parameter 'ptr'\n      [86d8,86de) {entry_value(1) {reg4}, stack_value}\n  [14484] inlined function 'Elf64_cvt_Word1'@86de\n    [144a9] parameter 'dest'\n      [86de,86e6) {entry_value(1) {reg5}, plus_uconst(4), stack_value}\n    [144b6] parameter 'ptr'\n      [86de,86e6) {entry_value(1) {reg4}, plus_uconst(4), stack_value}\n  [fd29] inlined function 'Elf64_cvt_Half1'@7d50\n    [fd42] parameter 'dest'\n      <no value>\n    [fd47] parameter 'ptr'\n      <no value>\n  [fde6] inlined function 'Elf64_cvt_Half1'@7d50\n    [fdff] parameter 'dest'\n      <no value>\n    [fe04] parameter 'ptr'\n      <no value>\n  [10467] inlined function 'Elf64_cvt_Half1'@7dd7\n    [1048c] parameter 'dest'\n      <no value>\n    [10491] parameter 'ptr'\n      <no value>\n  [10f38] inlined function 'Elf64_cvt_Half1'@7e77\n    [10f51] parameter 'dest'\n      [7e77,7e7b) {breg0(16), stack_value}\n      [7e7b,7e7f) {breg2(16), stack_value}\n      [7e7f,7e87) {breg2(-48), stack_value}\n    [10f5e] parameter 'ptr'\n      <no value>\n  [10f7f] inlined function 'Elf64_cvt_Half1'@7e87\n    [10fa4] parameter 'dest'\n      <no value>\n    [10fa9] parameter 'ptr'\n      <no value>\n  [11189] inlined function 'Elf64_cvt_Half1'@7ec4\n    [111ae] parameter 'dest'\n      <no value>\n    [111b3] parameter 'ptr'\n      <no value>\n  [111e0] inlined function 'Elf64_cvt_Half1'@7ed0\n    [11205] parameter 'dest'\n      <no value>\n    [1120a] parameter 'ptr'\n      <no value>\n  [11237] inlined function 'Elf64_cvt_Half1'@7edc\n    [1125c] parameter 'dest'\n      <no value>\n    [11261] parameter 'ptr'\n      <no value>\n  [1128e] inlined function 'Elf64_cvt_Half1'@7ee8\n    [112b3] parameter 'dest'\n      <no value>\n    [112b8] parameter 'ptr'\n      <no value>\n  [112e5] inlined function 'Elf64_cvt_Half1'@7ef4\n    [1130a] parameter 'dest'\n      <no value>\n    [1130f] parameter 'ptr'\n      <no value>\n  [1133c] inlined function 'Elf64_cvt_Half1'@7f00\n    [11361] parameter 'dest'\n      <no value>\n    [11366] parameter 'ptr'\n      <no value>\n  [107e4] inlined function 'Elf64_cvt_Off1'@76ad\n    [10809] parameter 'dest'\n      <no value>\n    [1080e] parameter 'ptr'\n      <no value>\n  [10bbd] inlined function 'Elf64_cvt_Off1'@7757\n    [10be2] parameter 'dest'\n      <no value>\n    [10be7] parameter 'ptr'\n      <no value>\n  [11084] inlined function 'Elf64_cvt_Off1'@7ea6\n    [110a9] parameter 'dest'\n      <no value>\n    [110ae] parameter 'ptr'\n      <no value>\n  [110db] inlined function 'Elf64_cvt_Off1'@7eb1\n    [11100] parameter 'dest'\n      <no value>\n    [11105] parameter 'ptr'\n      <no value>\n  [1001c] inlined function 'Elf64_cvt_Addr1'@7600\n    [10035] parameter 'dest'\n      [7600,7607) {reg0}\n      [7607,7612) {breg0(-24), stack_value}\n    [10042] parameter 'ptr'\n      [7600,760b) {reg1}\n      [760b,7612) {breg1(-24), stack_value}\n  [1023d] inlined function 'Elf64_cvt_Addr1'@7540\n    [10256] parameter 'dest'\n      [7540,7547) {reg0}\n      [7547,7552) {breg0(-16), stack_value}\n    [10263] parameter 'ptr'\n      [7540,754b) {reg2}\n      [754b,7552) {breg2(-16), stack_value}\n  [104be] inlined function 'Elf64_cvt_Addr1'@7de3\n    [104e3] parameter 'dest'\n      <no value>\n    [104e8] parameter 'ptr'\n      <no value>\n  [1078d] inlined function 'Elf64_cvt_Addr1'@76a2\n    [107b2] parameter 'dest'\n      <no value>\n    [107b7] parameter 'ptr'\n      <no value>\n  [10c14] inlined function 'Elf64_cvt_Addr1'@7762\n    [10c39] parameter 'dest'\n      <no value>\n    [10c3e] parameter 'ptr'\n      <no value>\n  [10c6b] inlined function 'Elf64_cvt_Addr1'@776d\n    [10c90] parameter 'dest'\n      <no value>\n    [10c95] parameter 'ptr'\n      <no value>\n  [1102d] inlined function 'Elf64_cvt_Addr1'@7e9b\n    [11052] parameter 'dest'\n      <no value>\n    [11057] parameter 'ptr'\n      <no value>\n  [11811] function 'Elf32_cvt_Lib'@78e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1182e] parameter 'dest'\n      [78e0,79a7) {reg5}\n      [79a7,79a8) {entry_value(1) {reg5}, stack_value}\n    [11842] parameter 'src'\n      [78e0,78ea) {reg4}\n      [78ea,79a7) {reg8}\n      [79a7,79a8) {entry_value(1) {reg4}, stack_value}\n    [11856] parameter 'len'\n      [78e0,78fd) {reg1}\n      [78fd,7990) {reg4}\n      [7990,79a8) {entry_value(1) {reg1}, stack_value}\n    [1186a] parameter 'encode'\n      [78e0,790f) {reg2}\n      [790f,79a8) {entry_value(1) {reg2}, stack_value}\n    [1187e] variable 'tdest'\n      [78e7,790f) {reg5}\n      [790f,7946) {reg0}\n      [7946,796f) {breg0(-20), stack_value}\n      [796f,7974) {reg0}\n    [11892] variable 'tsrc'\n      [78e7,78ea) {reg4}\n      [78ea,790f) {reg8}\n      [790f,794a) {reg1}\n      [794a,796f) {breg1(-20), stack_value}\n      [796f,7974) {reg1}\n    [118a6] variable 'sz'\n      <constant value>\n    [118b0] variable 'n'\n      [78e0,78fd) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit20, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [78fd,790f) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, lit20, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [11ae0] function 'Elf32_cvt_Move'@7f40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11afd] parameter 'dest'\n      [7f40,7fe7) {reg5}\n      [7fe7,7fe8) {entry_value(1) {reg5}, stack_value}\n    [11b11] parameter 'src'\n      [7f40,7f4a) {reg4}\n      [7f4a,7fe7) {reg8}\n      [7fe7,7fe8) {entry_value(1) {reg4}, stack_value}\n    [11b25] parameter 'len'\n      [7f40,7f59) {reg1}\n      [7f59,7fd1) {reg4}\n      [7fd1,7fe8) {entry_value(1) {reg1}, stack_value}\n    [11b39] parameter 'encode'\n      [7f40,7f6b) {reg2}\n      [7f6b,7fe8) {entry_value(1) {reg2}, stack_value}\n    [11b4d] variable 'tdest'\n      [7f47,7f6b) {reg5}\n      [7f6b,7f77) {reg0}\n      [7f77,7fb0) {breg0(-24), stack_value}\n      [7fb0,7fb5) {reg0}\n    [11b61] variable 'tsrc'\n      [7f47,7f4a) {reg4}\n      [7f4a,7f6b) {reg8}\n      [7f6b,7f7b) {reg1}\n      [7f7b,7fb0) {breg1(-24), stack_value}\n      [7fb0,7fb5) {reg1}\n    [11b75] variable 'sz'\n      <constant value>\n    [11b7f] variable 'n'\n      [7f40,7f59) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7f59,7f6b) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [11daf] function 'Elf32_cvt_Syminfo'@7ff0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11dcc] parameter 'dest'\n      [7ff0,8000) {reg5}\n      [8000,807d) {reg8}\n      [807d,807e) {entry_value(1) {reg5}, stack_value}\n    [11de0] parameter 'src'\n      [7ff0,8009) {reg4}\n      [8009,807d) {reg9}\n      [807d,807e) {entry_value(1) {reg4}, stack_value}\n    [11df4] parameter 'len'\n      [7ff0,800f) {reg1}\n      [800f,8067) {reg5}\n      [8067,807e) {entry_value(1) {reg1}, stack_value}\n    [11e08] parameter 'encode'\n      [7ff0,800c) {reg2}\n      [800c,807e) {entry_value(1) {reg2}, stack_value}\n    [11e1c] variable 'tdest'\n      [7ff6,8000) {reg5}\n      [8000,800f) {reg8}\n      [800f,8047) {reg0}\n      [8047,805f) {breg0(-4), stack_value}\n      [805f,8064) {reg0}\n    [11e30] variable 'tsrc'\n      [7ff9,8009) {reg4}\n      [8009,800f) {reg9}\n      [800f,804b) {reg2}\n      [804b,805f) {breg2(-4), stack_value}\n      [805f,8064) {reg2}\n    [11e44] variable 'sz'\n      <constant value>\n    [11e4e] variable 'n'\n      [7ffd,800f) {reg0}\n  [f577] inlined function 'Elf32_cvt_Rela'\n    [f583] parameter 'dest'\n      <no value>\n    [f588] parameter 'src'\n      <no value>\n    [f58d] parameter 'len'\n      <no value>\n    [f592] parameter 'encode'\n      <no value>\n    [f597] variable 'tdest'\n      [877f,87a7) {reg6}\n      (87a7,87a7) <empty range>\n    [f5a4] variable 'tsrc'\n      [877f,87a7) {reg12}\n    [f5b1] variable 'sz'\n      <no value>\n    [f5b6] variable 'n'\n      [877f,87a7) {lit1, stack_value}\n  [146ba] inlined function 'Elf32_cvt_Rela'@8878\n    [146d1] parameter 'dest'\n      <no value>\n    [146d6] parameter 'src'\n      <no value>\n    [146db] parameter 'len'\n      <no value>\n    [146e0] parameter 'encode'\n      <no value>\n    [146e5] variable 'tdest'\n      [8878,888e) {entry_value(1) {reg5}, stack_value}\n      (888e,888e) <empty range>\n    [146f2] variable 'tsrc'\n      [8878,888e) {entry_value(1) {reg4}, stack_value}\n      (888e,888e) <empty range>\n    [146ff] variable 'sz'\n      <no value>\n    [14704] variable 'n'\n      [8878,888e) {lit1, stack_value}\n      (888e,888e) <empty range>\n  [120c0] function 'Elf32_cvt_Rel'@79c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [120dd] parameter 'dest'\n      [79c0,79d6) {reg5}\n      [79d6,7a12) {reg8}\n      [7a12,7a13) {entry_value(1) {reg5}, stack_value}\n    [120f1] parameter 'src'\n      [79c0,79dc) {reg4}\n      [79dc,7a12) {reg9}\n      [7a12,7a13) {entry_value(1) {reg4}, stack_value}\n    [12105] parameter 'len'\n      [79c0,79ff) {reg1}\n      [79ff,7a13) {entry_value(1) {reg1}, stack_value}\n    [12119] parameter 'encode'\n      [79c0,79d9) {reg2}\n      [79d9,7a13) {entry_value(1) {reg2}, stack_value}\n    [1212d] variable 'tdest'\n      [79c0,79d6) {reg5}\n      [79d6,79dc) {reg8}\n      [79dc,79e6) {reg0}\n      [79e6,79f7) {breg0(-8), stack_value}\n      [79f7,79fc) {reg0}\n    [12141] variable 'tsrc'\n      [79c0,79dc) {reg4}\n      [79dc,79ea) {reg2}\n      [79ea,79f7) {breg2(-8), stack_value}\n      [79f7,79fc) {reg2}\n    [12155] variable 'sz'\n      <constant value>\n    [1215f] variable 'n'\n      [79cd,79dc) {reg0}\n  [12293] function 'Elf32_cvt_Sym'@8090\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [122b0] parameter 'dest'\n      [8090,8096) {reg5}\n      [8096,810d) {reg8}\n      [810d,810e) {entry_value(1) {reg5}, stack_value}\n    [122c4] parameter 'src'\n      [8090,80b2) {reg4}\n      [80b2,810d) {reg9}\n      [810d,810e) {entry_value(1) {reg4}, stack_value}\n    [122d8] parameter 'len'\n      [8090,80b2) {reg1}\n      [80b2,80fc) {reg10}\n      [80fc,810e) {entry_value(1) {reg1}, stack_value}\n    [122ec] parameter 'encode'\n      [8090,80ac) {reg2}\n      [80ac,810e) {entry_value(1) {reg2}, stack_value}\n    [12300] variable 'tdest'\n      [8093,8096) {reg5}\n      [8096,80b2) {reg8}\n      [80b2,80c6) {reg0}\n      [80c6,80f3) {breg0(-16), stack_value}\n      [80f3,80f8) {reg0}\n    [12314] variable 'tsrc'\n      [8093,80b2) {reg4}\n      [80b2,80ca) {reg2}\n      [80ca,80f3) {breg2(-16), stack_value}\n      [80f3,80f8) {reg2}\n    [12328] variable 'sz'\n      <constant value>\n    [12332] variable 'n'\n      [809d,80a9) {reg5}\n      [80a9,80b2) {breg1(0), lit4, shr, stack_value}\n  [12514] function 'Elf32_cvt_Shdr'@7ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [12531] parameter 'dest'\n      [7ba0,7c57) {reg5}\n      [7c57,7c58) {entry_value(1) {reg5}, stack_value}\n    [12545] parameter 'src'\n      [7ba0,7baa) {reg4}\n      [7baa,7c57) {reg8}\n      [7c57,7c58) {entry_value(1) {reg4}, stack_value}\n    [12559] parameter 'len'\n      [7ba0,7bbd) {reg1}\n      [7bbd,7c48) {reg4}\n      [7c48,7c58) {entry_value(1) {reg1}, stack_value}\n    [1256d] parameter 'encode'\n      [7ba0,7bcf) {reg2}\n      [7bcf,7c58) {entry_value(1) {reg2}, stack_value}\n    [12581] variable 'tdest'\n      [7ba7,7bcf) {reg5}\n      [7bcf,7bd6) {reg0}\n      [7bd6,7c27) {breg0(-40), stack_value}\n      [7c27,7c2c) {reg0}\n    [12595] variable 'tsrc'\n      [7ba7,7baa) {reg4}\n      [7baa,7bcf) {reg8}\n      [7bcf,7bda) {reg1}\n      [7bda,7c27) {breg1(-40), stack_value}\n      [7c27,7c2c) {reg1}\n    [125a9] variable 'sz'\n      <constant value>\n    [125b3] variable 'n'\n      [7ba0,7bbd) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(40), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7bbd,7bcf) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(40), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [12991] function 'Elf32_cvt_Phdr'@7c60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [129ae] parameter 'dest'\n      [7c60,7c66) {reg5}\n      [7c66,7ce2) {reg8}\n      [7ce2,7ce3) {entry_value(1) {reg5}, stack_value}\n    [129c2] parameter 'src'\n      [7c60,7c7f) {reg4}\n      [7c7f,7ce2) {reg9}\n      [7ce2,7ce3) {entry_value(1) {reg4}, stack_value}\n    [129d6] parameter 'len'\n      [7c60,7ccf) {reg1}\n      [7ccf,7ce3) {entry_value(1) {reg1}, stack_value}\n    [129ea] parameter 'encode'\n      [7c60,7c79) {reg2}\n      [7c79,7ce3) {entry_value(1) {reg2}, stack_value}\n    [129fe] variable 'tdest'\n      [7c63,7c66) {reg5}\n      [7c66,7c7f) {reg8}\n      [7c7f,7c86) {reg0}\n      [7c86,7cc7) {breg0(-32), stack_value}\n      [7cc7,7ccc) {reg0}\n    [12a12] variable 'tsrc'\n      [7c63,7c7f) {reg4}\n      [7c7f,7c8a) {reg2}\n      [7c8a,7cc7) {breg2(-32), stack_value}\n      [7cc7,7ccc) {reg2}\n    [12a26] variable 'sz'\n      <constant value>\n    [12a30] variable 'n'\n      [7c6d,7c76) {reg5}\n      [7c76,7c7f) {breg1(0), lit5, shr, stack_value}\n  [12d69] function 'Elf32_cvt_Ehdr'@81b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [12d86] parameter 'dest'\n      [81b0,81e9) {reg5}\n      [81e9,82bf) {reg13}\n      [82bf,82c2) {entry_value(1) {reg5}, stack_value}\n      [82c2,82d4) {reg13}\n      [82d4,82da) {reg5}\n      [82da,82db) {entry_value(1) {reg5}, stack_value}\n    [12d9a] parameter 'src'\n      [81b0,81e9) {reg4}\n      [81e9,82c1) {reg14}\n      [82c1,82c2) {entry_value(1) {reg4}, stack_value}\n      [82c2,82d6) {reg14}\n      [82d6,82da) {reg4}\n      [82da,82db) {entry_value(1) {reg4}, stack_value}\n    [12dae] parameter 'len'\n      [81b0,81de) {reg1}\n      [81de,82bd) {reg12}\n      [82bd,82c2) {entry_value(1) {reg1}, stack_value}\n      [82c2,82d2) {reg12}\n      [82d2,82db) {entry_value(1) {reg1}, stack_value}\n    [12dc2] parameter 'encode'\n      [81b0,81db) {reg2}\n      [81db,82db) {entry_value(1) {reg2}, stack_value}\n    [12dd6] variable 'tdest'\n      [81b0,81e9) {reg5}\n      [81e9,81ff) {reg2}\n      [8293,829c) {reg2}\n    [12dea] variable 'tsrc'\n      [81b0,81e9) {reg4}\n      [81e9,8204) {reg3}\n      [8204,8293) {breg3(-52), stack_value}\n      [8293,829c) {reg3}\n    [12dfe] variable 'sz'\n      <constant value>\n    [12e08] variable 'n'\n      [81b0,81de) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(52), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [81de,81e9) {breg12(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(52), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [133fb] function 'Elf32_cvt_Xword'@7440\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13418] parameter 'dest'\n      [7440,745b) {reg5}\n      [7460,746b) {breg5(0), breg0(0), plus, stack_value}\n      [746b,746f) {breg0(0), breg5(0), plus, plus_uconst(8), stack_value}\n      [746f,7475) {breg0(0), breg5(0), plus, stack_value}\n      (7475,7475) <empty range>\n      [7475,748e) {breg5(0), breg2(0), plus, stack_value}\n      [74a0,74af) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n      [74af,74b1) {breg0(0), breg2(0), lit3, shr, minus, plus_uconst(1), lit3, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [1342c] parameter 'ptr'\n      [7440,745b) {reg4}\n      [7460,746b) {breg4(0), breg0(0), plus, stack_value}\n      [746b,746f) {breg0(0), breg4(0), plus, plus_uconst(8), stack_value}\n      [746f,7475) {breg0(0), breg4(0), plus, stack_value}\n      (7475,7475) <empty range>\n      [7475,748b) {breg4(0), breg2(0), plus, stack_value}\n      [748b,748e) {entry_value(1) {reg4}, breg2(0), plus, stack_value}\n      [74a0,74af) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n      [74af,74b1) {breg0(0), breg2(0), lit3, shr, minus, plus_uconst(1), lit3, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n    [13440] parameter 'len'\n      [7440,7447) {reg1}\n      [7447,7454) {reg2}\n      [7454,7475) {entry_value(1) {reg1}, stack_value}\n      [7475,74b1) {reg2}\n      [74b1,74b2) {entry_value(1) {reg1}, stack_value}\n    [13454] parameter 'encode'\n      [7440,7443) {reg2}\n      [7443,74b2) {entry_value(1) {reg2}, stack_value}\n    [13468] variable 'n'\n      [7447,744c) {reg1}\n      [744c,745b) {breg1(-1), stack_value}\n      (7475,7475) <empty range>\n      [7475,7484) {breg1(-1), stack_value}\n      [7484,7488) {breg1(0), not, stack_value}\n      [7488,748e) {reg0}\n      [74a0,74af) {reg0}\n      [74af,74b1) {breg0(1), stack_value}\n  [11b91] inlined function 'Elf32_cvt_Xword1'@7f70\n    [11baa] parameter 'dest'\n      [7f6b,7f77) {reg0}\n      [7f77,7f82) {breg0(-24), stack_value}\n    [11bb7] parameter 'ptr'\n      [7f6b,7f7b) {reg1}\n      [7f7b,7f82) {breg1(-24), stack_value}\n  [11be8] inlined function 'Elf32_cvt_Xword1'@7f82\n    [11c0d] parameter 'dest'\n      <no value>\n    [11c12] parameter 'ptr'\n      <no value>\n  [11c3f] inlined function 'Elf32_cvt_Xword1'@7f8d\n    [11c64] parameter 'dest'\n      <no value>\n    [11c69] parameter 'ptr'\n      <no value>\n  [1347a] inlined function 'Elf32_cvt_Xword1'@7460\n    [1349f] parameter 'dest'\n      [7460,746b) {breg5(0), breg0(0), plus, stack_value}\n    [134ac] parameter 'ptr'\n      [7460,746b) {breg4(0), breg0(0), plus, stack_value}\n  [134e9] inlined function 'Elf32_cvt_Xword1'@74a0\n    [1350a] parameter 'dest'\n      [74a0,74ab) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13517] parameter 'ptr'\n      [74a0,74ab) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n  [f689] inlined function 'Elf32_cvt_Sword1'@879d\n    [f6aa] parameter 'dest'\n      [879d,87a7) {breg6(8), stack_value}\n    [f6b7] parameter 'ptr'\n      [879d,87a7) {breg12(8), stack_value}\n  [13bd3] inlined function 'Elf32_cvt_Sword1'@7b57\n    [13bf8] parameter 'dest'\n      <no value>\n    [13bfd] parameter 'ptr'\n      <no value>\n  [147ef] inlined function 'Elf32_cvt_Sword1'@8886\n    [14810] parameter 'dest'\n      [8886,888e) {entry_value(1) {reg5}, plus_uconst(8), stack_value}\n    [1481d] parameter 'ptr'\n      [8886,888e) {entry_value(1) {reg4}, plus_uconst(8), stack_value}\n  [f61a] inlined function 'Elf32_cvt_Word1'@8793\n    [f63f] parameter 'dest'\n      [8793,879d) {breg6(4), stack_value}\n    [f64c] parameter 'ptr'\n      [8793,879d) {breg12(4), stack_value}\n  [118c2] inlined function 'Elf32_cvt_Word1'@7940\n    [118db] parameter 'dest'\n      [7940,7946) {reg0}\n      [7946,794f) {breg0(-20), stack_value}\n    [118e8] parameter 'ptr'\n      [7940,794a) {reg1}\n      [794a,794f) {breg1(-20), stack_value}\n  [11919] inlined function 'Elf32_cvt_Word1'@794f\n    [1193e] parameter 'dest'\n      <no value>\n    [11943] parameter 'ptr'\n      <no value>\n  [11970] inlined function 'Elf32_cvt_Word1'@7957\n    [11995] parameter 'dest'\n      <no value>\n    [1199a] parameter 'ptr'\n      <no value>\n  [119c7] inlined function 'Elf32_cvt_Word1'@795f\n    [119ec] parameter 'dest'\n      <no value>\n    [119f1] parameter 'ptr'\n      <no value>\n  [11a1e] inlined function 'Elf32_cvt_Word1'@7967\n    [11a43] parameter 'dest'\n      <no value>\n    [11a48] parameter 'ptr'\n      <no value>\n  [121c8] inlined function 'Elf32_cvt_Word1'@79ef\n    [121ed] parameter 'dest'\n      <no value>\n    [121f2] parameter 'ptr'\n      <no value>\n  [12344] inlined function 'Elf32_cvt_Word1'@80c0\n    [1235d] parameter 'dest'\n      [80c0,80c6) {reg0}\n      [80c6,80cf) {breg0(-16), stack_value}\n    [1236a] parameter 'ptr'\n      [80c0,80ca) {reg2}\n      [80ca,80cf) {breg2(-16), stack_value}\n  [123f2] inlined function 'Elf32_cvt_Word1'@80d7\n    [12417] parameter 'dest'\n      <no value>\n    [1241c] parameter 'ptr'\n      <no value>\n  [125c5] inlined function 'Elf32_cvt_Word1'@7bd0\n    [125de] parameter 'dest'\n      [7bcf,7bd6) {reg0}\n      [7bd6,7bdf) {breg0(-40), stack_value}\n    [125eb] parameter 'ptr'\n      [7bcf,7bda) {reg1}\n      [7bda,7bdf) {breg1(-40), stack_value}\n  [1261c] inlined function 'Elf32_cvt_Word1'@7bdf\n    [12641] parameter 'dest'\n      <no value>\n    [12646] parameter 'ptr'\n      <no value>\n  [12673] inlined function 'Elf32_cvt_Word1'@7be7\n    [12698] parameter 'dest'\n      <no value>\n    [1269d] parameter 'ptr'\n      <no value>\n  [12778] inlined function 'Elf32_cvt_Word1'@7bff\n    [1279d] parameter 'dest'\n      <no value>\n    [127a2] parameter 'ptr'\n      <no value>\n  [127cf] inlined function 'Elf32_cvt_Word1'@7c07\n    [127f4] parameter 'dest'\n      <no value>\n    [127f9] parameter 'ptr'\n      <no value>\n  [12826] inlined function 'Elf32_cvt_Word1'@7c0f\n    [1284b] parameter 'dest'\n      <no value>\n    [12850] parameter 'ptr'\n      <no value>\n  [1287d] inlined function 'Elf32_cvt_Word1'@7c17\n    [128a2] parameter 'dest'\n      <no value>\n    [128a7] parameter 'ptr'\n      <no value>\n  [128d4] inlined function 'Elf32_cvt_Word1'@7c1f\n    [128f9] parameter 'dest'\n      <no value>\n    [128fe] parameter 'ptr'\n      <no value>\n  [12a42] inlined function 'Elf32_cvt_Word1'@7c80\n    [12a5b] parameter 'dest'\n      [7c7f,7c86) {reg0}\n      [7c86,7c8f) {breg0(-32), stack_value}\n    [12a68] parameter 'ptr'\n      [7c7f,7c8a) {reg2}\n      [7c8a,7c8f) {breg2(-32), stack_value}\n  [12b9e] inlined function 'Elf32_cvt_Word1'@7ca7\n    [12bc3] parameter 'dest'\n      <no value>\n    [12bc8] parameter 'ptr'\n      <no value>\n  [12bf5] inlined function 'Elf32_cvt_Word1'@7caf\n    [12c1a] parameter 'dest'\n      <no value>\n    [12c1f] parameter 'ptr'\n      <no value>\n  [12c4c] inlined function 'Elf32_cvt_Word1'@7cb7\n    [12c71] parameter 'dest'\n      <no value>\n    [12c76] parameter 'ptr'\n      <no value>\n  [12ca3] inlined function 'Elf32_cvt_Word1'@7cbf\n    [12cc8] parameter 'dest'\n      <no value>\n    [12ccd] parameter 'ptr'\n      <no value>\n  [12f12] inlined function 'Elf32_cvt_Word1'@8223\n    [12f37] parameter 'dest'\n      <no value>\n    [12f3c] parameter 'ptr'\n      <no value>\n  [1306e] inlined function 'Elf32_cvt_Word1'@8243\n    [13093] parameter 'dest'\n      <no value>\n    [13098] parameter 'ptr'\n      <no value>\n  [13b7c] inlined function 'Elf32_cvt_Word1'@7b4f\n    [13ba1] parameter 'dest'\n      <no value>\n    [13ba6] parameter 'ptr'\n      <no value>\n  [14780] inlined function 'Elf32_cvt_Word1'@887e\n    [147a5] parameter 'dest'\n      [887e,8886) {entry_value(1) {reg5}, plus_uconst(4), stack_value}\n    [147b2] parameter 'ptr'\n      [887e,8886) {entry_value(1) {reg4}, plus_uconst(4), stack_value}\n  [1364d] function 'Elf32_cvt_Half'@8110\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1366a] parameter 'dest'\n      [8110,8126) {reg5}\n      [8140,814c) {breg5(0), breg0(0), plus, stack_value}\n      [814c,8150) {breg0(0), breg5(0), plus, plus_uconst(2), stack_value}\n      [8150,8156) {breg0(0), breg5(0), plus, stack_value}\n      (8156,8156) <empty range>\n      [8156,8176) {breg5(0), breg2(0), plus, stack_value}\n      [8180,8190) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n      [8190,8192) {breg0(0), breg2(0), lit1, shr, minus, plus_uconst(1), lit1, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [1367e] parameter 'ptr'\n      [8110,8126) {reg4}\n      [8140,814c) {breg4(0), breg0(0), plus, stack_value}\n      [814c,8150) {breg0(0), breg4(0), plus, plus_uconst(2), stack_value}\n      [8150,8156) {breg0(0), breg4(0), plus, stack_value}\n      (8156,8156) <empty range>\n      [8156,8173) {breg4(0), breg2(0), plus, stack_value}\n      [8173,8176) {entry_value(1) {reg4}, breg2(0), plus, stack_value}\n      [8180,8190) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n      [8190,8192) {breg0(0), breg2(0), lit1, shr, minus, plus_uconst(1), lit1, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n    [13692] parameter 'len'\n      [8110,8116) {reg1}\n      [8116,811f) {reg2}\n      [811f,8156) {entry_value(1) {reg1}, stack_value}\n      [8156,8192) {reg2}\n      [8192,8193) {entry_value(1) {reg1}, stack_value}\n    [136a6] parameter 'encode'\n      [8110,8113) {reg2}\n      [8113,8193) {entry_value(1) {reg2}, stack_value}\n    [136ba] variable 'n'\n      [8116,811b) {reg1}\n      [811b,8126) {breg1(-1), stack_value}\n      (8156,8156) <empty range>\n      [8156,816c) {breg1(-1), stack_value}\n      [816c,8170) {breg1(0), not, stack_value}\n      [8170,8176) {reg0}\n      [8180,8190) {reg0}\n      [8190,8192) {breg0(1), stack_value}\n  [11c96] inlined function 'Elf32_cvt_Half1'@7f98\n    [11cbb] parameter 'dest'\n      <no value>\n    [11cc0] parameter 'ptr'\n      <no value>\n  [11ced] inlined function 'Elf32_cvt_Half1'@7fa4\n    [11d12] parameter 'dest'\n      <no value>\n    [11d17] parameter 'ptr'\n      <no value>\n  [11e60] inlined function 'Elf32_cvt_Half1'@8040\n    [11e79] parameter 'dest'\n      [8040,8047) {reg0}\n      [8047,8053) {breg0(-4), stack_value}\n    [11e86] parameter 'ptr'\n      [8040,804b) {reg2}\n      [804b,8053) {breg2(-4), stack_value}\n  [11eb7] inlined function 'Elf32_cvt_Half1'@8053\n    [11edc] parameter 'dest'\n      <no value>\n    [11ee1] parameter 'ptr'\n      <no value>\n  [12449] inlined function 'Elf32_cvt_Half1'@80e7\n    [1246e] parameter 'dest'\n      <no value>\n    [12473] parameter 'ptr'\n      <no value>\n  [12e74] inlined function 'Elf32_cvt_Half1'@8207\n    [12e8d] parameter 'dest'\n      [8207,820b) {breg0(16), stack_value}\n      [820b,820f) {breg2(16), stack_value}\n      [820f,8217) {breg2(-36), stack_value}\n    [12e9a] parameter 'ptr'\n      <no value>\n  [12ebb] inlined function 'Elf32_cvt_Half1'@8217\n    [12ee0] parameter 'dest'\n      <no value>\n    [12ee5] parameter 'ptr'\n      <no value>\n  [130c5] inlined function 'Elf32_cvt_Half1'@824b\n    [130ea] parameter 'dest'\n      <no value>\n    [130ef] parameter 'ptr'\n      <no value>\n  [1311c] inlined function 'Elf32_cvt_Half1'@8257\n    [13141] parameter 'dest'\n      <no value>\n    [13146] parameter 'ptr'\n      <no value>\n  [13173] inlined function 'Elf32_cvt_Half1'@8263\n    [13198] parameter 'dest'\n      <no value>\n    [1319d] parameter 'ptr'\n      <no value>\n  [131ca] inlined function 'Elf32_cvt_Half1'@826f\n    [131ef] parameter 'dest'\n      <no value>\n    [131f4] parameter 'ptr'\n      <no value>\n  [13221] inlined function 'Elf32_cvt_Half1'@827b\n    [13246] parameter 'dest'\n      <no value>\n    [1324b] parameter 'ptr'\n      <no value>\n  [13278] inlined function 'Elf32_cvt_Half1'@8287\n    [1329d] parameter 'dest'\n      <no value>\n    [132a2] parameter 'ptr'\n      <no value>\n  [136cc] inlined function 'Elf32_cvt_Half1'@8140\n    [136f1] parameter 'dest'\n      [8140,814c) {breg5(0), breg0(0), plus, stack_value}\n    [136fe] parameter 'ptr'\n      [8140,814c) {breg4(0), breg0(0), plus, stack_value}\n  [1373b] inlined function 'Elf32_cvt_Half1'@8180\n    [1375c] parameter 'dest'\n      [8180,818c) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13769] parameter 'ptr'\n      [8180,818c) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n  [12721] inlined function 'Elf32_cvt_Off1'@7bf7\n    [12746] parameter 'dest'\n      <no value>\n    [1274b] parameter 'ptr'\n      <no value>\n  [12a99] inlined function 'Elf32_cvt_Off1'@7c8f\n    [12abe] parameter 'dest'\n      <no value>\n    [12ac3] parameter 'ptr'\n      <no value>\n  [12fc0] inlined function 'Elf32_cvt_Off1'@8233\n    [12fe5] parameter 'dest'\n      <no value>\n    [12fea] parameter 'ptr'\n      <no value>\n  [13017] inlined function 'Elf32_cvt_Off1'@823b\n    [1303c] parameter 'dest'\n      <no value>\n    [13041] parameter 'ptr'\n      <no value>\n  [13836] function 'Elf32_cvt_Addr'@7a40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13853] parameter 'dest'\n      [7a40,7a5b) {reg5}\n      [7a60,7a68) {breg5(0), breg0(0), plus, stack_value}\n      [7a68,7a6c) {breg0(0), breg5(0), plus, plus_uconst(4), stack_value}\n      [7a6c,7a72) {breg0(0), breg5(0), plus, stack_value}\n      (7a72,7a72) <empty range>\n      [7a72,7a8e) {breg5(0), breg2(0), plus, stack_value}\n      [7a90,7a9c) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n      [7a9c,7a9e) {breg0(0), breg2(0), lit2, shr, minus, plus_uconst(1), lit2, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13867] parameter 'ptr'\n      [7a40,7a5b) {reg4}\n      [7a60,7a68) {breg4(0), breg0(0), plus, stack_value}\n      [7a68,7a6c) {breg0(0), breg4(0), plus, plus_uconst(4), stack_value}\n      [7a6c,7a72) {breg0(0), breg4(0), plus, stack_value}\n      (7a72,7a72) <empty range>\n      [7a72,7a8b) {breg4(0), breg2(0), plus, stack_value}\n      [7a8b,7a8e) {entry_value(1) {reg4}, breg2(0), plus, stack_value}\n      [7a90,7a9c) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n      [7a9c,7a9e) {breg0(0), breg2(0), lit2, shr, minus, plus_uconst(1), lit2, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n    [1387b] parameter 'len'\n      [7a40,7a47) {reg1}\n      [7a47,7a54) {reg2}\n      [7a54,7a72) {entry_value(1) {reg1}, stack_value}\n      [7a72,7a9e) {reg2}\n      [7a9e,7a9f) {entry_value(1) {reg1}, stack_value}\n    [1388f] parameter 'encode'\n      [7a40,7a43) {reg2}\n      [7a43,7a9f) {entry_value(1) {reg2}, stack_value}\n    [138a3] variable 'n'\n      [7a47,7a4c) {reg1}\n      [7a4c,7a5b) {breg1(-1), stack_value}\n      (7a72,7a72) <empty range>\n      [7a72,7a84) {breg1(-1), stack_value}\n      [7a84,7a88) {breg1(0), not, stack_value}\n      [7a88,7a8e) {reg0}\n      [7a90,7a9c) {reg0}\n      [7a9c,7a9e) {breg0(1), stack_value}\n  [f5c3] inlined function 'Elf32_cvt_Addr1'@877f\n    [f5dc] parameter 'dest'\n      [877f,8793) {reg6}\n    [f5e9] parameter 'ptr'\n      [877f,8793) {reg12}\n  [12171] inlined function 'Elf32_cvt_Addr1'@79e0\n    [1218a] parameter 'dest'\n      [79e0,79e6) {reg0}\n      [79e6,79ef) {breg0(-8), stack_value}\n    [12197] parameter 'ptr'\n      [79e0,79ea) {reg2}\n      [79ea,79ef) {breg2(-8), stack_value}\n  [1239b] inlined function 'Elf32_cvt_Addr1'@80cf\n    [123c0] parameter 'dest'\n      <no value>\n    [123c5] parameter 'ptr'\n      <no value>\n  [126ca] inlined function 'Elf32_cvt_Addr1'@7bef\n    [126ef] parameter 'dest'\n      <no value>\n    [126f4] parameter 'ptr'\n      <no value>\n  [12af0] inlined function 'Elf32_cvt_Addr1'@7c97\n    [12b15] parameter 'dest'\n      <no value>\n    [12b1a] parameter 'ptr'\n      <no value>\n  [12b47] inlined function 'Elf32_cvt_Addr1'@7c9f\n    [12b6c] parameter 'dest'\n      <no value>\n    [12b71] parameter 'ptr'\n      <no value>\n  [12f69] inlined function 'Elf32_cvt_Addr1'@822b\n    [12f8e] parameter 'dest'\n      <no value>\n    [12f93] parameter 'ptr'\n      <no value>\n  [138b5] inlined function 'Elf32_cvt_Addr1'@7a60\n    [138da] parameter 'dest'\n      [7a60,7a68) {breg5(0), breg0(0), plus, stack_value}\n    [138e7] parameter 'ptr'\n      [7a60,7a68) {breg4(0), breg0(0), plus, stack_value}\n  [13924] inlined function 'Elf32_cvt_Addr1'@7a90\n    [13945] parameter 'dest'\n      [7a90,7a98) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13952] parameter 'ptr'\n      [7a90,7a98) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n  [13b25] inlined function 'Elf32_cvt_Addr1'@7b40\n    [13b3e] parameter 'dest'\n      [7b40,7b46) {reg0}\n      [7b46,7b4f) {breg0(-12), stack_value}\n    [13b4b] parameter 'ptr'\n      [7b40,7b4a) {reg1}\n      [7b4a,7b4f) {breg1(-12), stack_value}\n  [14711] inlined function 'Elf32_cvt_Addr1'@8878\n    [14736] parameter 'dest'\n      [8878,887e) {entry_value(1) {reg5}, stack_value}\n    [14743] parameter 'ptr'\n      [8878,887e) {entry_value(1) {reg4}, stack_value}\n  [13cdf] inlined function 'elf_cvt_Byte'@82f0\n    [13d00] parameter 'encode'\n      [82f0,82f4) {reg2}\n      [82f4,82f5) {entry_value(1) {reg2}, stack_value}\n    [13d0d] parameter 'dest'\n      [82f0,82f4) {reg5}\n      [82f4,82f5) {entry_value(1) {reg5}, stack_value}\n    [13d1a] parameter 'src'\n      [82f0,82f4) {reg4}\n      [82f4,82f5) {entry_value(1) {reg4}, stack_value}\n    [13d27] parameter 'n'\n      [82f0,82f4) {reg1}\n      [82f4,82f5) {entry_value(1) {reg1}, stack_value}\n  [f8c9] inlined function '__bswap_64'@7840\n    [f8de] parameter '__bsx'\n      [7840,784c) {breg1(0), breg4(0), plus, plus_uconst(16)}\n  [fd05] inlined function '__bswap_64'@7d18\n    [fd1a] parameter '__bsx'\n      [7d12,7d23) {breg2(0)}\n      [7d23,7d2a) {reg4}\n  [fd8b] inlined function '__bswap_64'@7d2e\n    [fda0] parameter '__bsx'\n      <no value>\n  [fdca] inlined function '__bswap_64'@7d3d\n    [fddf] parameter '__bsx'\n      <no value>\n  [1004f] inlined function '__bswap_64'@7600\n    [10064] parameter '__bsx'\n      [7600,760b) {breg1(0)}\n      [760b,760e) {reg2}\n  [100a2] inlined function '__bswap_64'@7612\n    [100c3] parameter '__bsx'\n      <no value>\n  [100f9] inlined function '__bswap_64'@761d\n    [1011a] parameter '__bsx'\n      <no value>\n  [10270] inlined function '__bswap_64'@7540\n    [10285] parameter '__bsx'\n      [7540,754b) {breg2(0)}\n      [754b,754e) {reg4}\n  [102c3] inlined function '__bswap_64'@7552\n    [102e4] parameter '__bsx'\n      <no value>\n  [104ed] inlined function '__bswap_64'@7de3\n    [1050e] parameter '__bsx'\n      <no value>\n  [10544] inlined function '__bswap_64'@7dee\n    [10565] parameter '__bsx'\n      <no value>\n  [10765] inlined function '__bswap_64'@7697\n    [10786] parameter '__bsx'\n      <no value>\n  [107bc] inlined function '__bswap_64'@76a2\n    [107dd] parameter '__bsx'\n      <no value>\n  [10813] inlined function '__bswap_64'@76ad\n    [10834] parameter '__bsx'\n      <no value>\n  [1086a] inlined function '__bswap_64'@76b8\n    [1088b] parameter '__bsx'\n      <no value>\n  [1096f] inlined function '__bswap_64'@76d3\n    [10990] parameter '__bsx'\n      <no value>\n  [109c6] inlined function '__bswap_64'@76de\n    [109e7] parameter '__bsx'\n      <no value>\n  [10bec] inlined function '__bswap_64'@7757\n    [10c0d] parameter '__bsx'\n      <no value>\n  [10c43] inlined function '__bswap_64'@7762\n    [10c64] parameter '__bsx'\n      <no value>\n  [10c9a] inlined function '__bswap_64'@776d\n    [10cbb] parameter '__bsx'\n      <no value>\n  [10cf1] inlined function '__bswap_64'@7778\n    [10d12] parameter '__bsx'\n      <no value>\n  [10d48] inlined function '__bswap_64'@7783\n    [10d69] parameter '__bsx'\n      <no value>\n  [10d9f] inlined function '__bswap_64'@778e\n    [10dc0] parameter '__bsx'\n      <no value>\n  [1105c] inlined function '__bswap_64'@7e9b\n    [1107d] parameter '__bsx'\n      <no value>\n  [110b3] inlined function '__bswap_64'@7ea6\n    [110d4] parameter '__bsx'\n      <no value>\n  [1110a] inlined function '__bswap_64'@7eb1\n    [1112b] parameter '__bsx'\n      <no value>\n  [11bc4] inlined function '__bswap_64'@7f70\n    [11bd9] parameter '__bsx'\n      [7f6b,7f7b) {breg1(0)}\n      [7f7b,7f7e) {reg2}\n  [11c17] inlined function '__bswap_64'@7f82\n    [11c38] parameter '__bsx'\n      <no value>\n  [11c6e] inlined function '__bswap_64'@7f8d\n    [11c8f] parameter '__bsx'\n      <no value>\n  [134b9] inlined function '__bswap_64'@7460\n    [134da] parameter '__bsx'\n      [7460,7467) {breg4(0), breg0(0), plus}\n  [13524] inlined function '__bswap_64'@74a0\n    [13545] parameter '__bsx'\n      [74a0,74a7) {breg0(0), lit3, shl, breg4(0), plus}\n  [14532] inlined function '__bswap_64'@86e6\n    [14553] parameter '__bsx'\n      [86e6,86ed) {entry_value(1) {reg4}, plus_uconst(8)}\n  [1459d] inlined function '__bswap_64'@86f1\n    [145be] parameter '__bsx'\n      [86f1,86f8) {entry_value(1) {reg4}, plus_uconst(16)}\n  [f5f6] inlined function '__bswap_32'@877f\n    [f60b] parameter '__bsx'\n      [877f,8790) {breg12(0)}\n  [f659] inlined function '__bswap_32'@8793\n    [f67a] parameter '__bsx'\n      [8793,879a) {breg12(4)}\n  [f6c4] inlined function '__bswap_32'@879d\n    [f6e5] parameter '__bsx'\n      [879d,87a4) {breg12(8)}\n  [f888] inlined function '__bswap_32'@77e9\n    [f89d] parameter '__bsx'\n      [77e9,77f2) {breg4(0), breg1(0), plus}\n  [f8ed] inlined function '__bswap_32'@78a0\n    [f912] parameter '__bsx'\n      [78a0,78a6) {breg11(0), breg0(0), plus}\n  [10443] inlined function '__bswap_32'@7dc0\n    [10458] parameter '__bsx'\n      [7dc0,7dca) {breg1(0)}\n      [7dca,7dcc) {reg2}\n  [106bb] inlined function '__bswap_32'@7680\n    [106d0] parameter '__bsx'\n      [767f,768a) {breg2(0)}\n      [768a,768c) {reg4}\n  [1070e] inlined function '__bswap_32'@768f\n    [1072f] parameter '__bsx'\n      <no value>\n  [108c1] inlined function '__bswap_32'@76c3\n    [108e2] parameter '__bsx'\n      <no value>\n  [10918] inlined function '__bswap_32'@76cb\n    [10939] parameter '__bsx'\n      <no value>\n  [10b42] inlined function '__bswap_32'@7740\n    [10b57] parameter '__bsx'\n      [773f,774a) {breg1(0)}\n      [774a,774c) {reg2}\n  [10b95] inlined function '__bswap_32'@774f\n    [10bb6] parameter '__bsx'\n      <no value>\n  [11005] inlined function '__bswap_32'@7e93\n    [11026] parameter '__bsx'\n      <no value>\n  [11161] inlined function '__bswap_32'@7ebc\n    [11182] parameter '__bsx'\n      <no value>\n  [118f5] inlined function '__bswap_32'@7940\n    [1190a] parameter '__bsx'\n      [7940,794a) {breg1(0)}\n      [794a,794c) {reg2}\n  [11948] inlined function '__bswap_32'@794f\n    [11969] parameter '__bsx'\n      <no value>\n  [1199f] inlined function '__bswap_32'@7957\n    [119c0] parameter '__bsx'\n      <no value>\n  [119f6] inlined function '__bswap_32'@795f\n    [11a17] parameter '__bsx'\n      <no value>\n  [11a4d] inlined function '__bswap_32'@7967\n    [11a6e] parameter '__bsx'\n      <no value>\n  [121a4] inlined function '__bswap_32'@79e0\n    [121b9] parameter '__bsx'\n      [79e0,79ea) {breg2(0)}\n      [79ea,79ec) {reg4}\n  [121f7] inlined function '__bswap_32'@79ef\n    [12218] parameter '__bsx'\n      <no value>\n  [12377] inlined function '__bswap_32'@80c0\n    [1238c] parameter '__bsx'\n      [80c0,80ca) {breg2(0)}\n      [80ca,80cc) {reg4}\n  [123ca] inlined function '__bswap_32'@80cf\n    [123eb] parameter '__bsx'\n      <no value>\n  [12421] inlined function '__bswap_32'@80d7\n    [12442] parameter '__bsx'\n      <no value>\n  [125f8] inlined function '__bswap_32'@7bd0\n    [1260d] parameter '__bsx'\n      [7bcf,7bda) {breg1(0)}\n      [7bda,7bdc) {reg2}\n  [1264b] inlined function '__bswap_32'@7bdf\n    [1266c] parameter '__bsx'\n      <no value>\n  [126a2] inlined function '__bswap_32'@7be7\n    [126c3] parameter '__bsx'\n      <no value>\n  [126f9] inlined function '__bswap_32'@7bef\n    [1271a] parameter '__bsx'\n      <no value>\n  [12750] inlined function '__bswap_32'@7bf7\n    [12771] parameter '__bsx'\n      <no value>\n  [127a7] inlined function '__bswap_32'@7bff\n    [127c8] parameter '__bsx'\n      <no value>\n  [127fe] inlined function '__bswap_32'@7c07\n    [1281f] parameter '__bsx'\n      <no value>\n  [12855] inlined function '__bswap_32'@7c0f\n    [12876] parameter '__bsx'\n      <no value>\n  [128ac] inlined function '__bswap_32'@7c17\n    [128cd] parameter '__bsx'\n      <no value>\n  [12903] inlined function '__bswap_32'@7c1f\n    [12924] parameter '__bsx'\n      <no value>\n  [12a75] inlined function '__bswap_32'@7c80\n    [12a8a] parameter '__bsx'\n      [7c7f,7c8a) {breg2(0)}\n      [7c8a,7c8c) {reg4}\n  [12ac8] inlined function '__bswap_32'@7c8f\n    [12ae9] parameter '__bsx'\n      <no value>\n  [12b1f] inlined function '__bswap_32'@7c97\n    [12b40] parameter '__bsx'\n      <no value>\n  [12b76] inlined function '__bswap_32'@7c9f\n    [12b97] parameter '__bsx'\n      <no value>\n  [12bcd] inlined function '__bswap_32'@7ca7\n    [12bee] parameter '__bsx'\n      <no value>\n  [12c24] inlined function '__bswap_32'@7caf\n    [12c45] parameter '__bsx'\n      <no value>\n  [12c7b] inlined function '__bswap_32'@7cb7\n    [12c9c] parameter '__bsx'\n      <no value>\n  [12cd2] inlined function '__bswap_32'@7cbf\n    [12cf3] parameter '__bsx'\n      <no value>\n  [12f41] inlined function '__bswap_32'@8223\n    [12f62] parameter '__bsx'\n      <no value>\n  [12f98] inlined function '__bswap_32'@822b\n    [12fb9] parameter '__bsx'\n      <no value>\n  [12fef] inlined function '__bswap_32'@8233\n    [13010] parameter '__bsx'\n      <no value>\n  [13046] inlined function '__bswap_32'@823b\n    [13067] parameter '__bsx'\n      <no value>\n  [1309d] inlined function '__bswap_32'@8243\n    [130be] parameter '__bsx'\n      <no value>\n  [138f4] inlined function '__bswap_32'@7a60\n    [13915] parameter '__bsx'\n      [7a60,7a65) {breg4(0), breg0(0), plus}\n  [1395f] inlined function '__bswap_32'@7a90\n    [13980] parameter '__bsx'\n      [7a90,7a95) {breg0(0), lit2, shl, breg4(0), plus}\n  [13b58] inlined function '__bswap_32'@7b40\n    [13b6d] parameter '__bsx'\n      [7b40,7b4a) {breg1(0)}\n      [7b4a,7b4c) {reg2}\n  [13bab] inlined function '__bswap_32'@7b4f\n    [13bcc] parameter '__bsx'\n      <no value>\n  [13c02] inlined function '__bswap_32'@7b57\n    [13c23] parameter '__bsx'\n      <no value>\n  [13f0d] inlined function '__bswap_32'@83cf\n    [13f26] parameter '__bsx'\n      [83cf,83ef) {breg6(0)}\n  [13f34] inlined function '__bswap_32'@83ff\n    [13f4d] parameter '__bsx'\n      (83ff,83ff) <empty range>\n  [13f5b] inlined function '__bswap_32'@83f3\n    [13f7c] parameter '__bsx'\n      [83f3,83ff) {breg6(8)}\n  [13f8b] inlined function '__bswap_32'@839a\n    [13fa4] parameter '__bsx'\n      [839a,839c) {breg10(4)}\n  [13fb2] inlined function '__bswap_32'@839c\n    [13fcb] parameter '__bsx'\n      (839c,839c) <empty range>\n  [13fd9] inlined function '__bswap_32'@83a9\n    [13ffe] parameter '__bsx'\n      [83a9,83af) {breg10(12)}\n  [1400c] inlined function '__bswap_32'@84a5\n    [14026] parameter '__bsx'\n      <no value>\n  [1402c] inlined function '__bswap_32'@8494\n    [14042] parameter '__bsx'\n      (8494,8494) <empty range>\n  [141a9] inlined function '__bswap_32'@856d\n    [141c2] parameter '__bsx'\n      [856d,856f) {breg12(8)}\n  [141d0] inlined function '__bswap_32'@856f\n    [141e9] parameter '__bsx'\n      (856f,856f) <empty range>\n  [141f7] inlined function '__bswap_32'@857d\n    [1421c] parameter '__bsx'\n      [857d,8584) {breg12(16)}\n  [14244] inlined function '__bswap_32'@8598\n    [1425d] parameter '__bsx'\n      [8593,85a7) {breg2(0)}\n      [8606,8608) {reg4}\n  [1426b] inlined function '__bswap_32'@85a7\n    [14280] parameter '__bsx'\n      (85a7,85a7) <empty range>\n      (8608,8608) <empty range>\n  [1428f] inlined function '__bswap_32'@8660\n    [142a8] parameter '__bsx'\n      <no value>\n  [142ae] inlined function '__bswap_32'@864d\n    [142c3] parameter '__bsx'\n      (864d,864d) <empty range>\n  [14454] inlined function '__bswap_32'@86d8\n    [14475] parameter '__bsx'\n      [86d8,86dc) {entry_value(1) {reg4}}\n  [144c3] inlined function '__bswap_32'@86de\n    [144e4] parameter '__bsx'\n      [86de,86e3) {entry_value(1) {reg4}, plus_uconst(4)}\n  [14750] inlined function '__bswap_32'@8878\n    [14771] parameter '__bsx'\n      [8878,887c) {entry_value(1) {reg4}}\n  [147bf] inlined function '__bswap_32'@887e\n    [147e0] parameter '__bsx'\n      [887e,8883) {entry_value(1) {reg4}, plus_uconst(4)}\n  [1482a] inlined function '__bswap_32'@8886\n    [1484b] parameter '__bsx'\n      [8886,888b) {entry_value(1) {reg4}, plus_uconst(8)}\n  [fd4c] inlined function '__bswap_16'@7d50\n    [fd61] parameter '__bsx'\n      <no value>\n  [fe09] inlined function '__bswap_16'@7d50\n    [fe1e] parameter '__bsx'\n      <no value>\n  [10496] inlined function '__bswap_16'@7dd7\n    [104b7] parameter '__bsx'\n      <no value>\n  [10f63] inlined function '__bswap_16'@7e77\n    [10f78] parameter '__bsx'\n      <no value>\n  [10fae] inlined function '__bswap_16'@7e87\n    [10fcf] parameter '__bsx'\n      <no value>\n  [111b8] inlined function '__bswap_16'@7ec4\n    [111d9] parameter '__bsx'\n      <no value>\n  [1120f] inlined function '__bswap_16'@7ed0\n    [11230] parameter '__bsx'\n      <no value>\n  [11266] inlined function '__bswap_16'@7edc\n    [11287] parameter '__bsx'\n      <no value>\n  [112bd] inlined function '__bswap_16'@7ee8\n    [112de] parameter '__bsx'\n      <no value>\n  [11314] inlined function '__bswap_16'@7ef4\n    [11335] parameter '__bsx'\n      <no value>\n  [1136b] inlined function '__bswap_16'@7f00\n    [1138c] parameter '__bsx'\n      <no value>\n  [11cc5] inlined function '__bswap_16'@7f98\n    [11ce6] parameter '__bsx'\n      <no value>\n  [11d1c] inlined function '__bswap_16'@7fa4\n    [11d3d] parameter '__bsx'\n      <no value>\n  [11e93] inlined function '__bswap_16'@8040\n    [11ea8] parameter '__bsx'\n      [8040,804b) {breg2(0)}\n      [804b,804f) {breg2(-4)}\n  [11ee6] inlined function '__bswap_16'@8053\n    [11f07] parameter '__bsx'\n      <no value>\n  [12478] inlined function '__bswap_16'@80e7\n    [12499] parameter '__bsx'\n      <no value>\n  [12e9f] inlined function '__bswap_16'@8207\n    [12eb4] parameter '__bsx'\n      <no value>\n  [12eea] inlined function '__bswap_16'@8217\n    [12f0b] parameter '__bsx'\n      <no value>\n  [130f4] inlined function '__bswap_16'@824b\n    [13115] parameter '__bsx'\n      <no value>\n  [1314b] inlined function '__bswap_16'@8257\n    [1316c] parameter '__bsx'\n      <no value>\n  [131a2] inlined function '__bswap_16'@8263\n    [131c3] parameter '__bsx'\n      <no value>\n  [131f9] inlined function '__bswap_16'@826f\n    [1321a] parameter '__bsx'\n      <no value>\n  [13250] inlined function '__bswap_16'@827b\n    [13271] parameter '__bsx'\n      <no value>\n  [132a7] inlined function '__bswap_16'@8287\n    [132c8] parameter '__bsx'\n      <no value>\n  [1370b] inlined function '__bswap_16'@8140\n    [1372c] parameter '__bsx'\n      [8140,8148) {breg4(0), breg0(0), plus}\n  [13776] inlined function '__bswap_16'@8180\n    [13797] parameter '__bsx'\n      [8180,8188) {breg0(0), lit1, shl, breg4(0), plus}\n  [f920] inlined function 'memmove'@78c1\n    [f935] parameter '__dest'\n      [78c1,78ca) {breg5(0), breg9(0), plus, stack_value}\n      [78ca,78ce) {reg5}\n    [f942] parameter '__src'\n      [78c1,78c7) {breg4(0), breg9(0), plus, stack_value}\n      [78c7,78ce) {reg4}\n    [f94f] parameter '__len'\n      [78c1,78ce) {reg8}\n  [fe25] inlined function 'memmove'@7d68\n    [fe46] parameter '__dest'\n      [7d68,7d75) {reg8}\n      [7d75,7d76) {entry_value(1) {reg5}, stack_value}\n    [fe53] parameter '__src'\n      [7d68,7d75) {reg9}\n      [7d75,7d76) {entry_value(1) {reg4}, stack_value}\n    [fe60] parameter '__len'\n      [7d68,7d75) {reg10}\n      [7d75,7d76) {entry_value(1) {reg1}, lit31, and, stack_value}\n  [10121] inlined function 'memmove'@7650\n    [10142] parameter '__dest'\n      [7650,765a) {reg8}\n      [765a,765b) {entry_value(1) {reg5}, stack_value}\n    [1014f] parameter '__src'\n      [7650,765a) {reg9}\n      [765a,765b) {entry_value(1) {reg4}, stack_value}\n    [1015c] parameter '__len'\n      [7650,765a) {reg1}\n  [102eb] inlined function 'memmove'@7570\n    [1030c] parameter '__dest'\n      [7570,757a) {reg8}\n      [757a,757b) {entry_value(1) {reg5}, stack_value}\n    [10319] parameter '__src'\n      [7570,757a) {reg9}\n      [757a,757b) {entry_value(1) {reg4}, stack_value}\n    [10326] parameter '__len'\n      [7570,757a) {reg1}\n      [757a,757b) {entry_value(1) {reg1}, lit15, and, stack_value}\n  [1056c] inlined function 'memmove'@7e20\n    [1058d] parameter '__dest'\n      [7e20,7e27) {reg5}\n      [7e27,7e28) {entry_value(1) {reg5}, stack_value}\n    [1059a] parameter '__src'\n      [7e20,7e27) {reg8}\n      [7e27,7e28) {entry_value(1) {reg4}, stack_value}\n    [105a7] parameter '__len'\n      [7e20,7e27) {reg1}\n  [109ee] inlined function 'memmove'@76f8\n    [10a0f] parameter '__dest'\n      [76f8,7702) {reg8}\n      [7702,7703) {entry_value(1) {reg5}, stack_value}\n    [10a1c] parameter '__src'\n      [76f8,7702) {reg9}\n      [7702,7703) {entry_value(1) {reg4}, stack_value}\n    [10a29] parameter '__len'\n      [76f8,7702) {reg1}\n      [7702,7703) {entry_value(1) {reg1}, const1u(63), and, stack_value}\n  [10dc7] inlined function 'memmove'@77c0\n    [10de8] parameter '__dest'\n      [77c0,77ca) {reg5}\n      [77ca,77cb) {entry_value(1) {reg5}, stack_value}\n    [10df5] parameter '__src'\n      [77c0,77ca) {reg8}\n      [77ca,77cb) {entry_value(1) {reg4}, stack_value}\n    [10e02] parameter '__len'\n      [77c0,77c6) {reg4}\n      [77c6,77ca) {reg1}\n  [10ede] inlined function 'memmove'@7e60\n    [10ef7] parameter '__dest'\n      [7e5e,7e6f) {reg2}\n    [10f04] parameter '__src'\n      [7e5e,7e74) {reg3}\n      [7e74,7e77) {breg3(-64), stack_value}\n    [10f11] parameter '__len'\n      [7e5e,7e77) {lit16, stack_value}\n  [11393] inlined function 'memmove'@7f28\n    [113a8] parameter '__dest'\n      [7f24,7f37) {reg13}\n      [7f37,7f3d) {reg5}\n      [7f3d,7f3e) {entry_value(1) {reg5}, stack_value}\n    [113b5] parameter '__src'\n      [7f24,7f39) {reg14}\n      [7f39,7f3d) {reg4}\n      [7f3d,7f3e) {entry_value(1) {reg4}, stack_value}\n    [113c2] parameter '__len'\n      [7f24,7f35) {reg12}\n      [7f35,7f3d) {reg1}\n      [7f3d,7f3e) {entry_value(1) {reg1}, const1u(63), and, stack_value}\n  [11a75] inlined function 'memmove'@79a0\n    [11a96] parameter '__dest'\n      [79a0,79a7) {reg5}\n      [79a7,79a8) {entry_value(1) {reg5}, stack_value}\n    [11aa3] parameter '__src'\n      [79a0,79a7) {reg8}\n      [79a7,79a8) {entry_value(1) {reg4}, stack_value}\n    [11ab0] parameter '__len'\n      [79a0,79a7) {reg1}\n  [11d44] inlined function 'memmove'@7fe0\n    [11d65] parameter '__dest'\n      [7fe0,7fe7) {reg5}\n      [7fe7,7fe8) {entry_value(1) {reg5}, stack_value}\n    [11d72] parameter '__src'\n      [7fe0,7fe7) {reg8}\n      [7fe7,7fe8) {entry_value(1) {reg4}, stack_value}\n    [11d7f] parameter '__len'\n      [7fe0,7fe7) {reg1}\n  [11f0e] inlined function 'memmove'@8070\n    [11f2f] parameter '__dest'\n      [8070,807d) {reg8}\n      [807d,807e) {entry_value(1) {reg5}, stack_value}\n    [11f3c] parameter '__src'\n      [8070,807d) {reg9}\n      [807d,807e) {entry_value(1) {reg4}, stack_value}\n    [11f49] parameter '__len'\n      [8070,8079) {reg5}\n      [8079,807d) {reg1}\n      [807d,807e) {entry_value(1) {reg1}, lit3, and, stack_value}\n  [1221f] inlined function 'memmove'@7a08\n    [12240] parameter '__dest'\n      [7a08,7a12) {reg8}\n      [7a12,7a13) {entry_value(1) {reg5}, stack_value}\n    [1224d] parameter '__src'\n      [7a08,7a12) {reg9}\n      [7a12,7a13) {entry_value(1) {reg4}, stack_value}\n    [1225a] parameter '__len'\n      [7a08,7a12) {reg1}\n      [7a12,7a13) {entry_value(1) {reg1}, lit7, and, stack_value}\n  [124a0] inlined function 'memmove'@8100\n    [124c1] parameter '__dest'\n      [8100,810d) {reg8}\n      [810d,810e) {entry_value(1) {reg5}, stack_value}\n    [124ce] parameter '__src'\n      [8100,810d) {reg9}\n      [810d,810e) {entry_value(1) {reg4}, stack_value}\n    [124db] parameter '__len'\n      [8100,810d) {reg10}\n      [810d,810e) {entry_value(1) {reg1}, lit15, and, stack_value}\n  [1292b] inlined function 'memmove'@7c50\n    [1294c] parameter '__dest'\n      [7c50,7c57) {reg5}\n      [7c57,7c58) {entry_value(1) {reg5}, stack_value}\n    [12959] parameter '__src'\n      [7c50,7c57) {reg8}\n      [7c57,7c58) {entry_value(1) {reg4}, stack_value}\n    [12966] parameter '__len'\n      [7c50,7c57) {reg1}\n  [12cfa] inlined function 'memmove'@7cd8\n    [12d1b] parameter '__dest'\n      [7cd8,7ce2) {reg8}\n      [7ce2,7ce3) {entry_value(1) {reg5}, stack_value}\n    [12d28] parameter '__src'\n      [7cd8,7ce2) {reg9}\n      [7ce2,7ce3) {entry_value(1) {reg4}, stack_value}\n    [12d35] parameter '__len'\n      [7cd8,7ce2) {reg1}\n      [7ce2,7ce3) {entry_value(1) {reg1}, lit31, and, stack_value}\n  [12e1a] inlined function 'memmove'@81f0\n    [12e33] parameter '__dest'\n      [81e9,81ff) {reg2}\n    [12e40] parameter '__src'\n      [81e9,8204) {reg3}\n      [8204,8207) {breg3(-52), stack_value}\n    [12e4d] parameter '__len'\n      [81e9,8207) {lit16, stack_value}\n  [132cf] inlined function 'memmove'@82c8\n    [132e4] parameter '__dest'\n      [82c2,82d4) {reg13}\n      [82d4,82da) {reg5}\n      [82da,82db) {entry_value(1) {reg5}, stack_value}\n    [132f1] parameter '__src'\n      [82c2,82d6) {reg14}\n      [82d6,82da) {reg4}\n      [82da,82db) {entry_value(1) {reg4}, stack_value}\n    [132fe] parameter '__len'\n      [82c2,82da) {reg1}\n  [13c2a] inlined function 'memmove'@7b90\n    [13c4b] parameter '__dest'\n      [7b90,7b9a) {reg8}\n      [7b9a,7b9b) {entry_value(1) {reg5}, stack_value}\n    [13c58] parameter '__src'\n      [7b90,7b9a) {reg9}\n      [7b9a,7b9b) {entry_value(1) {reg4}, stack_value}\n    [13c65] parameter '__len'\n      [7b90,7b9a) {reg1}\n  [13d34] inlined function 'memmove'@82f0\n    [13d55] parameter '__dest'\n      [82f0,82f4) {reg5}\n      [82f4,82f5) {entry_value(1) {reg5}, stack_value}\n    [13d62] parameter '__src'\n      [82f0,82f4) {reg4}\n      [82f4,82f5) {entry_value(1) {reg4}, stack_value}\n    [13d6f] parameter '__len'\n      [82f0,82f4) {reg1}\n      [82f4,82f5) {entry_value(1) {reg1}, stack_value}\n  [13e71] inlined function 'memmove'@831e\n    [13e8a] parameter '__dest'\n      [831e,832c) {reg5}\n      [832c,833d) {entry_value(1) {reg5}, stack_value}\n    [13e97] parameter '__src'\n      [831e,832c) {reg4}\n      [832c,833d) {fbreg(-72)}\n    [13ea4] parameter '__len'\n      [831e,832c) {reg1}\n      [832c,833d) {fbreg(-64)}\n  [14122] inlined function 'memmove'@84fc\n    [1413b] parameter '__dest'\n      [84fc,850d) {reg5}\n      [850d,851a) {entry_value(1) {reg5}, stack_value}\n    [14148] parameter '__src'\n      [84fc,850d) {reg4}\n      [850d,851a) {fbreg(-64)}\n    [14155] parameter '__len'\n      [84fc,850d) {reg1}\n      [850d,851a) {fbreg(-56)}\n  [14323] inlined function 'memmove'@86ae\n    [14348] parameter '__dest'\n      [86ae,86bb) {reg5}\n      [86bb,86c8) {entry_value(1) {reg5}, stack_value}\n    [14355] parameter '__src'\n      [86ae,86bb) {reg4}\n      [86bb,86c8) {fbreg(-32)}\n    [14362] parameter '__len'\n      [86ae,86bb) {reg1}\n      [86bb,86c8) {fbreg(-24)}\n  [1461f] inlined function 'memmove'@884e\n    [14644] parameter '__dest'\n      [884e,885b) {reg5}\n      [885b,8868) {entry_value(1) {reg5}, stack_value}\n    [14651] parameter '__src'\n      [884e,885b) {reg4}\n      [885b,8868) {fbreg(-32)}\n    [1465e] parameter '__len'\n      [884e,885b) {reg1}\n      [885b,8868) {fbreg(-24)}\n  [f516] inlined function 'memcpy'@8767\n    [f52f] parameter '__dest'\n      [8767,876f) {reg5}\n      [876f,8770) {breg6(12), stack_value}\n    [f53c] parameter '__src'\n      [8767,876f) {reg4}\n      [876f,8770) {breg12(12), stack_value}\n    [f549] parameter '__len'\n      [8767,876b) {breg15(-12), stack_value}\n      [876b,876f) {reg1}\n      [876f,8770) {breg15(-12), stack_value}\n  [f6f6] inlined function 'memcpy'@87fd\n    [f70b] parameter '__dest'\n      [87fd,8812) {reg5}\n    [f718] parameter '__src'\n      [87fd,8812) {reg4}\n    [f725] parameter '__len'\n      [87fd,880a) {reg13}\n      [880a,8812) {reg1}\n  [13aa9] function 'Elf32_cvt_Rela'@7b00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13ac4] parameter 'dest'\n      [7b00,7b0d) {reg5}\n      [7b0d,7b9a) {reg8}\n      [7b9a,7b9b) {entry_value(1) {reg5}, stack_value}\n    [13ad1] parameter 'src'\n      [7b00,7b2b) {reg4}\n      [7b2b,7b2e) {reg1}\n      [7b2e,7b9a) {reg9}\n      [7b9a,7b9b) {entry_value(1) {reg4}, stack_value}\n    [13ade] parameter 'len'\n      [7b00,7b1c) {reg1}\n      [7b1c,7b80) {reg5}\n      [7b80,7b9b) {entry_value(1) {reg1}, stack_value}\n    [13aeb] parameter 'encode'\n      [7b00,7b2e) {reg2}\n      [7b2e,7b9b) {entry_value(1) {reg2}, stack_value}\n    [13af8] variable 'tdest'\n      [7b0a,7b0d) {reg5}\n      [7b0d,7b2e) {reg8}\n      [7b2e,7b46) {reg0}\n      [7b46,7b5f) {breg0(-12), stack_value}\n      [7b5f,7b64) {reg0}\n    [13b05] variable 'tsrc'\n      [7b0a,7b2b) {reg4}\n      [7b2b,7b4a) {reg1}\n      [7b4a,7b5f) {breg1(-12), stack_value}\n      [7b5f,7b64) {reg1}\n    [13b12] variable 'sz'\n      <constant value>\n    [13b18] variable 'n'\n      [7b00,7b1c) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit12, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7b1c,7b2e) {breg5(0), convert{long unsigned int,unsigned,64@[e526]}, lit12, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [13c90] function 'elf_cvt_Byte'@82e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13cab] parameter 'dest'\n      [82e0,82f4) {reg5}\n      [82f4,82f5) {entry_value(1) {reg5}, stack_value}\n    [13cb8] parameter 'src'\n      [82e0,82f4) {reg4}\n      [82f4,82f5) {entry_value(1) {reg4}, stack_value}\n    [13cc5] parameter 'n'\n      [82e0,82f4) {reg1}\n      [82f4,82f5) {entry_value(1) {reg1}, stack_value}\n    [13cd2] parameter 'encode'\n      [82e0,82f4) {reg2}\n      [82f4,82f5) {entry_value(1) {reg2}, stack_value}\n  [13da2] function 'elf_cvt_Verneed'@8300\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13dbd] parameter 'dest'\n      [8300,832c) {reg5}\n      [832c,84e0) {entry_value(1) {reg5}, stack_value}\n    [13dca] parameter 'src'\n      [8300,832c) {reg4}\n      [832c,84e0) {fbreg(-72)}\n    [13dd7] parameter 'len'\n      [8300,832c) {reg1}\n      [832c,84e0) {fbreg(-64)}\n    [13de4] parameter 'encode'\n      [8300,832c) {reg2}\n      [832c,84e0) {fbreg(-52)}\n    [13df1] variable 'need_offset'\n      <constant value>\n    [13df7] variable 'ndest'\n      <no value>\n    [13dfc] variable 'nsrc'\n      <no value>\n  [14053] function 'elf_cvt_Verdef'@84e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1406e] parameter 'dest'\n      [84e0,850d) {reg5}\n      [850d,8699) {entry_value(1) {reg5}, stack_value}\n    [1407b] parameter 'src'\n      [84e0,850d) {reg4}\n      [850d,8699) {fbreg(-64)}\n    [14088] parameter 'len'\n      [84e0,850d) {reg1}\n      [850d,8699) {fbreg(-56)}\n    [14095] parameter 'encode'\n      [84e0,850d) {reg2}\n      [850d,8677) {reg3}\n      [8677,867f) {entry_value(1) {reg2}, stack_value}\n      [867f,8699) {reg3}\n    [140a2] variable 'def_offset'\n      <constant value>\n    [140a8] variable 'ddest'\n      <no value>\n    [140ad] variable 'dsrc'\n      <no value>\n  [142d4] function 'Elf64_cvt_chdr'@86a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [142ef] parameter 'dest'\n      [86a0,86bb) {reg5}\n      [86bb,8701) {entry_value(1) {reg5}, stack_value}\n      [8701,8709) {reg5}\n    [142fc] parameter 'src'\n      [86a0,86bb) {reg4}\n      [86bb,86c8) {fbreg(-32)}\n      [86c8,8701) {entry_value(1) {reg4}, stack_value}\n      [8701,8709) {reg4}\n    [14309] parameter 'len'\n      [86a0,86bb) {reg1}\n      [86bb,86c8) {fbreg(-24)}\n      [86c8,8701) {entry_value(1) {reg1}, stack_value}\n      [8701,8709) {reg1}\n    [14316] parameter 'encode'\n      [86a0,86bb) {reg2}\n      [86bb,8701) {entry_value(1) {reg2}, stack_value}\n      [8701,8709) {reg2}\n  [145d0] function 'Elf32_cvt_chdr'@8840\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [145eb] parameter 'dest'\n      [8840,885b) {reg5}\n      [885b,8893) {entry_value(1) {reg5}, stack_value}\n      [8893,8899) {reg5}\n    [145f8] parameter 'src'\n      [8840,885b) {reg4}\n      [885b,8868) {fbreg(-32)}\n      [8868,8893) {entry_value(1) {reg4}, stack_value}\n      [8893,8899) {reg4}\n    [14605] parameter 'len'\n      [8840,885b) {reg1}\n      [885b,8868) {fbreg(-24)}\n      [8868,8893) {entry_value(1) {reg1}, stack_value}\n      [8893,8899) {reg1}\n    [14612] parameter 'encode'\n      [8840,885b) {reg2}\n      [885b,8893) {entry_value(1) {reg2}, stack_value}\n      [8893,8899) {reg2}\nmodule 'libelf.so'\n[1487c] CU '../../elfutils-0.193/libelf/elf32_getehdr.c'@88a0\n  [158d0] function 'elf32_getehdr'@8900\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [158f0] parameter 'elf'\n      [8900,8921) {reg5}\n      [8921,8926) {entry_value(1) {reg5}, stack_value}\n      [8926,8935) {reg5}\n      [8935,893e) {entry_value(1) {reg5}, stack_value}\n      [893e,894a) {reg5}\n      [894a,8953) {entry_value(1) {reg5}, stack_value}\n      [8953,895b) {reg5}\n    [15903] variable 'result'\n      <no value>\n  [15976] function '__elf32_getehdr_wrlock'@88a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [15996] parameter 'elf'\n      [88a0,88c1) {reg5}\n      [88c1,88c6) {entry_value(1) {reg5}, stack_value}\n      [88c6,88d5) {reg5}\n      [88d5,88de) {entry_value(1) {reg5}, stack_value}\n      [88de,88ea) {reg5}\n      [88ea,88f3) {entry_value(1) {reg5}, stack_value}\n      [88f3,88fb) {reg5}\n  [1590f] inlined function 'getehdr_impl'@8905\n    [15923] parameter 'elf'\n      [8905,8921) {reg5}\n      [8926,8935) {reg5}\n      [8935,893e) {entry_value(1) {reg5}, stack_value}\n      [893e,894a) {reg5}\n      [894a,8953) {entry_value(1) {reg5}, stack_value}\n    [15930] parameter 'wrlock'\n      [8905,8916) {lit0, stack_value}\n      [8916,891d) {lit1, stack_value}\n      [8926,8953) {lit0, stack_value}\n  [159a9] inlined function 'getehdr_impl'@88a0\n    [159bd] parameter 'elf'\n      [88a0,88c1) {reg5}\n      [88c6,88d5) {reg5}\n      [88d5,88de) {entry_value(1) {reg5}, stack_value}\n      [88de,88ea) {reg5}\n      [88ea,88f3) {entry_value(1) {reg5}, stack_value}\n      [88f3,88fb) {reg5}\n    [159ca] parameter 'wrlock'\n      [88a0,88c1) {lit1, stack_value}\n      [88c6,88fb) {lit1, stack_value}\nmodule 'libelf.so'\n[15a4b] CU '../../elfutils-0.193/libelf/elf64_getehdr.c'@8960\n  [16a9f] function 'elf64_getehdr'@89c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16abf] parameter 'elf'\n      [89c0,89e1) {reg5}\n      [89e1,89e6) {entry_value(1) {reg5}, stack_value}\n      [89e6,89f5) {reg5}\n      [89f5,89fe) {entry_value(1) {reg5}, stack_value}\n      [89fe,8a0a) {reg5}\n      [8a0a,8a13) {entry_value(1) {reg5}, stack_value}\n      [8a13,8a1b) {reg5}\n    [16ad2] variable 'result'\n      <no value>\n  [16b45] function '__elf64_getehdr_wrlock'@8960\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16b65] parameter 'elf'\n      [8960,8981) {reg5}\n      [8981,8986) {entry_value(1) {reg5}, stack_value}\n      [8986,8995) {reg5}\n      [8995,899e) {entry_value(1) {reg5}, stack_value}\n      [899e,89aa) {reg5}\n      [89aa,89b3) {entry_value(1) {reg5}, stack_value}\n      [89b3,89bb) {reg5}\n  [16ade] inlined function 'getehdr_impl'@89c5\n    [16af2] parameter 'elf'\n      [89c5,89e1) {reg5}\n      [89e6,89f5) {reg5}\n      [89f5,89fe) {entry_value(1) {reg5}, stack_value}\n      [89fe,8a0a) {reg5}\n      [8a0a,8a13) {entry_value(1) {reg5}, stack_value}\n    [16aff] parameter 'wrlock'\n      [89c5,89d6) {lit0, stack_value}\n      [89d6,89dd) {lit1, stack_value}\n      [89e6,8a13) {lit0, stack_value}\n  [16b78] inlined function 'getehdr_impl'@8960\n    [16b8c] parameter 'elf'\n      [8960,8981) {reg5}\n      [8986,8995) {reg5}\n      [8995,899e) {entry_value(1) {reg5}, stack_value}\n      [899e,89aa) {reg5}\n      [89aa,89b3) {entry_value(1) {reg5}, stack_value}\n      [89b3,89bb) {reg5}\n    [16b99] parameter 'wrlock'\n      [8960,8981) {lit1, stack_value}\n      [8986,89bb) {lit1, stack_value}\nmodule 'libelf.so'\n[16c1a] CU '../../elfutils-0.193/libelf/gelf_getehdr.c'@8a20\n  [17c8a] function 'gelf_getehdr'@8b40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [17caa] parameter 'elf'\n      [8b40,8b49) {reg5}\n      [8b49,8b4a) {entry_value(1) {reg5}, stack_value}\n      [8b4a,8b53) {reg5}\n    [17cbd] parameter 'dest'\n      [8b40,8b49) {reg4}\n      [8b49,8b4a) {entry_value(1) {reg4}, stack_value}\n      [8b4a,8b53) {reg4}\n    [17cd0] variable 'result'\n      <no value>\n  [17cfe] function '__gelf_getehdr_rdlock'@8a20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [17d1e] parameter 'elf'\n      [8a20,8b05) {reg5}\n      [8b05,8b11) {entry_value(1) {reg5}, stack_value}\n      [8b11,8b1d) {reg5}\n      [8b1d,8b26) {entry_value(1) {reg5}, stack_value}\n      [8b26,8b33) {reg5}\n    [17d31] parameter 'dest'\n      [8a20,8abd) {reg4}\n      [8abd,8b09) {reg0}\n      [8b09,8b11) {entry_value(1) {reg4}, stack_value}\n      [8b11,8b21) {reg0}\n      [8b21,8b26) {entry_value(1) {reg4}, stack_value}\n      [8b26,8b33) {reg4}\n    [17d44] variable 'result'\n      [8a20,8a8b) {lit0, stack_value}\n      [8a90,8af4) {lit0, stack_value}\n      [8af4,8af9) {reg0}\n      [8af9,8b33) {lit0, stack_value}\n  [17d73] inlined function 'memcpy'@8a90\n    [17d88] parameter '__dest'\n      (8a90,8a90) <empty range>\n    [17d95] parameter '__src'\n      (8a90,8a90) <empty range>\n    [17da2] parameter '__len'\n      (8a90,8a90) <empty range>\n  [17db1] inlined function 'memcpy'@8a5b\n    [17dd6] parameter '__dest'\n      [8a5b,8a8b) {reg4}\n    [17de3] parameter '__src'\n      [8a5b,8a87) {reg1}\n    [17df0] parameter '__len'\n      [8a5b,8a8b) {const1u(64), stack_value}\nmodule 'libelf.so'\n[17e5f] CU '../../elfutils-0.193/libelf/elf32_newehdr.c'@8b60\n  [18ed1] function 'elf32_newehdr'@8b60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [18ef3] parameter 'elf'\n      [8b60,8ba8) {reg5}\n      [8ba8,8be1) {reg1}\n      [8be1,8bec) {entry_value(1) {reg5}, stack_value}\n      [8bec,8bf9) {reg1}\n      [8bf9,8bfe) {entry_value(1) {reg5}, stack_value}\n      [8bfe,8c03) {reg5}\n    [18f07] variable 'result'\n      [8bfa,8bfe) {lit0, stack_value}\n  [18f23] inlined function 'memset'@8bbd\n    [18f3c] parameter '__dest'\n      [8bbd,8bc9) {reg4}\n    [18f49] parameter '__ch'\n      [8bbd,8bc9) {lit0, stack_value}\n    [18f56] parameter '__len'\n      [8bbd,8bc9) {const1u(52), stack_value}\nmodule 'libelf.so'\n[18fc5] CU '../../elfutils-0.193/libelf/elf64_newehdr.c'@8c10\n  [1a037] function 'elf64_newehdr'@8c10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1a059] parameter 'elf'\n      [8c10,8c58) {reg5}\n      [8c58,8c89) {reg1}\n      [8c89,8c94) {entry_value(1) {reg5}, stack_value}\n      [8c94,8ca1) {reg1}\n      [8ca1,8ca6) {entry_value(1) {reg5}, stack_value}\n      [8ca6,8cb3) {reg5}\n    [1a06d] variable 'result'\n      [8ca2,8ca6) {lit0, stack_value}\n  [1a089] inlined function 'memset'@8c6d\n    [1a0a2] parameter '__dest'\n      [8c6d,8c70) {reg4}\n    [1a0af] parameter '__ch'\n      [8c6d,8c70) {lit0, stack_value}\n    [1a0bc] parameter '__len'\n      [8c6d,8c70) {const1u(64), stack_value}\nmodule 'libelf.so'\n[1a12b] CU '../../elfutils-0.193/libelf/gelf_newehdr.c'@8cc0\n  [1b04f] function 'gelf_newehdr'@8cc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1b06d] parameter 'elf'\n      [8cc0,8cc9) {reg5}\n      [8cc9,8cca) {entry_value(1) {reg5}, stack_value}\n      [8cca,8cd4) {reg5}\n      [8cd4,8cd5) {entry_value(1) {reg5}, stack_value}\n    [1b081] parameter 'class'\n      [8cc0,8cc9) {reg4}\n      [8cc9,8cca) {entry_value(1) {reg4}, stack_value}\n      [8cca,8cd4) {reg4}\n      [8cd4,8cd5) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[1b0c9] CU '../../elfutils-0.193/libelf/gelf_update_ehdr.c'@8ce0\n  [1c157] function 'gelf_update_ehdr'@8ce0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1c179] parameter 'elf'\n      [8ce0,8e15) {reg5}\n      [8e15,8e21) {entry_value(1) {reg5}, stack_value}\n      [8e21,8e2d) {reg5}\n      [8e2d,8e36) {entry_value(1) {reg5}, stack_value}\n      [8e36,8e45) {reg5}\n      [8e45,8e4e) {entry_value(1) {reg5}, stack_value}\n      [8e4e,8e53) {reg5}\n    [1c18b] parameter 'src'\n      [8ce0,8e19) {reg4}\n      [8e19,8e21) {entry_value(1) {reg4}, stack_value}\n      [8e21,8e31) {reg4}\n      [8e31,8e36) {entry_value(1) {reg4}, stack_value}\n      [8e36,8e49) {reg4}\n      [8e49,8e4e) {entry_value(1) {reg4}, stack_value}\n      [8e4e,8e53) {reg4}\n    [1c19d] variable 'result'\n      [8ce0,8d4c) {lit0, stack_value}\n      [8d4c,8d51) {lit1, stack_value}\n      [8d56,8e53) {lit0, stack_value}\n  [1c1d4] inlined function 'memcpy'@8d8c\n    [1c1f9] parameter '__dest'\n      [8d8c,8d9a) {reg1}\n    [1c206] parameter '__src'\n      [8d8c,8d9a) {reg4}\n    [1c213] parameter '__len'\n      [8d8c,8d9a) {lit16, stack_value}\n  [1c275] inlined function 'memcpy'@8d0a\n    [1c296] parameter '__dest'\n      [8d0a,8d48) {reg1}\n    [1c2a3] parameter '__src'\n      [8d0a,8d48) {reg4}\n    [1c2b0] parameter '__len'\n      [8d0a,8d48) {const1u(64), stack_value}\nmodule 'libelf.so'\n[1c30e] CU '../../elfutils-0.193/libelf/elf32_getphdr.c'@0\n  [1d4d1] function 'elf32_getphdr'@9200\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1d4f3] parameter 'elf'\n      [9200,921c) {reg5}\n      [921c,921d) {entry_value(1) {reg5}, stack_value}\n      [921d,9229) {reg5}\n      [9229,9235) {entry_value(1) {reg5}, stack_value}\n      [9235,923b) {reg5}\n    [1d507] variable 'result'\n      [920f,921c) {reg0}\n  [1d51b] inlined function '__elf32_getphdr_wrlock'@9218\n    [1d541] parameter 'elf'\n      [9218,921c) {reg5}\n      [921c,921d) {entry_value(1) {reg5}, stack_value}\n    [1d54e] variable 'result'\n      [9218,921d) {lit0, stack_value}\n  [1d8fd] inlined function 'pread_retry'@9098\n    [1d916] parameter 'fd'\n      [9098,9104) {fbreg(-108)}\n      [916d,9175) {fbreg(-108)}\n      [9187,9190) {fbreg(-108)}\n    [1d923] parameter 'buf'\n      [9098,909b) {reg13}\n      [909b,9104) {fbreg(-96)}\n      [916d,9175) {fbreg(-96)}\n      [9187,9190) {fbreg(-96)}\n    [1d930] parameter 'len'\n      [9098,9104) {reg6}\n      [916d,9175) {reg6}\n      [9187,9190) {reg6}\n    [1d93d] parameter 'off'\n      [9098,909b) {reg0}\n      [909b,9104) {fbreg(-104)}\n      [916d,9175) {fbreg(-104)}\n      [9187,9190) {fbreg(-104)}\n    [1d94a] variable 'recvd'\n      [9098,909b) {lit0, stack_value}\n      [909b,9104) {reg15}\n      [916d,9175) {reg15}\n      [9187,9190) {reg15}\n  [1d983] inlined function 'pread'@90a0\n    [1d99c] parameter '__fd'\n      [909b,90bc) {fbreg(-108)}\n    [1d9a9] parameter '__buf'\n      <no value>\n    [1d9ae] parameter '__nbytes'\n      [909b,90b0) {breg6(0), breg15(0), minus, stack_value}\n      [90b0,90b4) {reg1}\n      [90b4,90bc) {breg6(0), breg15(0), minus, stack_value}\n    [1d9bb] parameter '__offset'\n      <no value>\n  [1d847] inlined function '__bswap_32'@9011\n    [1d85b] parameter '__bsx'\n      <no value>\n  [1da39] inlined function '__bswap_32'@914d\n    [1da4d] parameter '__bsx'\n      <no value>\n  [1db1a] function '__elf32_getphdr_wrlock'@91e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1db35] parameter 'elf'\n      [91e0,91f4) {reg5}\n      [91f4,91f5) {entry_value(1) {reg5}, stack_value}\n    [1db42] variable 'result'\n      [91e4,91f4) {reg0}\nmodule 'libelf.so'\n[1db73] CU '../../elfutils-0.193/libelf/elf64_getphdr.c'@0\n  [1ed36] function 'elf64_getphdr'@96b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1ed58] parameter 'elf'\n      [96b0,96cc) {reg5}\n      [96cc,96cd) {entry_value(1) {reg5}, stack_value}\n      [96cd,96d9) {reg5}\n      [96d9,96e5) {entry_value(1) {reg5}, stack_value}\n      [96e5,96eb) {reg5}\n    [1ed6c] variable 'result'\n      [96bf,96cc) {reg0}\n  [1ed80] inlined function '__elf64_getphdr_wrlock'@96c8\n    [1eda7] parameter 'elf'\n      [96c8,96cc) {reg5}\n      [96cc,96cd) {entry_value(1) {reg5}, stack_value}\n    [1edb4] variable 'result'\n      [96c8,96cd) {lit0, stack_value}\n  [1f1b8] inlined function 'pread_retry'@9448\n    [1f1d2] parameter 'fd'\n      [9448,94b4) {fbreg(-108)}\n      [960d,9618) {fbreg(-108)}\n      [962f,9638) {fbreg(-108)}\n    [1f1df] parameter 'buf'\n      [9448,944b) {reg13}\n      [944b,94b4) {fbreg(-96)}\n      [960d,9618) {fbreg(-96)}\n      [962f,9638) {fbreg(-96)}\n    [1f1ec] parameter 'len'\n      [9448,94b4) {reg6}\n      [960d,9618) {reg6}\n      [962f,9638) {reg6}\n    [1f1f9] parameter 'off'\n      [9448,944b) {reg0}\n      [944b,94b4) {fbreg(-104)}\n      [960d,9618) {fbreg(-104)}\n      [962f,9638) {fbreg(-104)}\n    [1f206] variable 'recvd'\n      [9448,944b) {lit0, stack_value}\n      [944b,94b4) {reg15}\n      [960d,9618) {reg15}\n      [962f,9638) {reg15}\n  [1f23f] inlined function 'pread'@9450\n    [1f259] parameter '__fd'\n      [944b,946c) {fbreg(-108)}\n    [1f266] parameter '__buf'\n      <no value>\n    [1f26b] parameter '__nbytes'\n      [944b,9460) {breg6(0), breg15(0), minus, stack_value}\n      [9460,9464) {reg1}\n      [9464,946c) {breg6(0), breg15(0), minus, stack_value}\n    [1f278] parameter '__offset'\n      <no value>\n  [1f0f9] inlined function '__bswap_64'@93c4\n    [1f10e] parameter '__bsx'\n      (93c4,93c4) <empty range>\n  [1f312] inlined function '__bswap_64'@9592\n    [1f327] parameter '__bsx'\n      (95dd,95dd) <empty range>\n  [1f0d1] inlined function '__bswap_32'@93a4\n    [1f0eb] parameter '__bsx'\n      (93a4,93a4) <empty range>\n  [1f2ea] inlined function '__bswap_32'@952a\n    [1f304] parameter '__bsx'\n      (95c1,95c1) <empty range>\n  [1f3fc] function '__elf64_getphdr_wrlock'@9690\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1f417] parameter 'elf'\n      [9690,96a4) {reg5}\n      [96a4,96a5) {entry_value(1) {reg5}, stack_value}\n    [1f424] variable 'result'\n      [9694,96a4) {reg0}\nmodule 'libelf.so'\n[1f455] CU '../../elfutils-0.193/libelf/gelf_getphdr.c'@96f0\n  [20511] function 'gelf_getphdr'@96f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [20533] parameter 'elf'\n      [96f0,974a) {reg5}\n      [974a,97bd) {entry_value(1) {reg5}, stack_value}\n      [97bd,97c9) {reg5}\n      [97c9,9836) {entry_value(1) {reg5}, stack_value}\n      [9836,9849) {reg5}\n      [9849,986e) {fbreg(-56)}\n      [986e,9879) {reg5}\n      [9879,9892) {fbreg(-56)}\n      [9892,989d) {reg5}\n      [989d,98a9) {entry_value(1) {reg5}, stack_value}\n      [98a9,98b5) {reg5}\n      [98b5,98c6) {entry_value(1) {reg5}, stack_value}\n    [20545] parameter 'ndx'\n      [96f0,9746) {reg4}\n      [9746,9762) {reg12}\n      [9762,97bd) {entry_value(1) {reg4}, stack_value}\n      [97bd,97c9) {reg4}\n      [97c9,97ea) {reg12}\n      [97ea,9836) {entry_value(1) {reg4}, stack_value}\n      [9836,9849) {reg4}\n      [9849,986e) {reg12}\n      [986e,9879) {reg4}\n      [9879,9892) {reg12}\n      [9892,98a1) {reg4}\n      [98a1,98a9) {entry_value(1) {reg4}, stack_value}\n      [98a9,98b9) {reg4}\n      [98b9,98c6) {entry_value(1) {reg4}, stack_value}\n    [20557] parameter 'dst'\n      [96f0,974a) {reg1}\n      [974a,97a0) {reg3}\n      [97a0,97bd) {entry_value(1) {reg1}, stack_value}\n      [97bd,97c9) {reg1}\n      [97c9,97ea) {reg3}\n      [97ea,97ee) {entry_value(1) {reg1}, stack_value}\n      [97ee,9836) {reg3}\n      [9836,9849) {reg1}\n      [9849,986e) {reg3}\n      [986e,9879) {reg1}\n      [9879,9892) {reg3}\n      [9892,98a1) {reg1}\n      [98a1,98a9) {entry_value(1) {reg1}, stack_value}\n      [98a9,98b9) {reg1}\n      [98b9,98c1) {reg3}\n      [98c1,98c6) {entry_value(1) {reg1}, stack_value}\n    [20569] variable 'result'\n      [9708,97a0) {lit0, stack_value}\n      [97bd,97ee) {lit0, stack_value}\n      [97ee,9836) {reg3}\n      [9836,98c1) {lit0, stack_value}\n  [20604] inlined function 'memcpy'@975e\n    [2061d] parameter '__dest'\n      [975e,97a0) {reg3}\n    [2062a] parameter '__src'\n      [975e,9762) {breg12(0), const1u(56), mul, breg6(0), plus, stack_value}\n      [9762,9767) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, const1u(56), mul, breg6(0), plus, stack_value}\n      [9767,9799) {reg0}\n      [9799,97a0) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, const1u(56), mul, breg6(0), plus, stack_value}\n    [20637] parameter '__len'\n      [975e,97a0) {const1u(56), stack_value}\nmodule 'libelf.so'\n[20734] CU '../../elfutils-0.193/libelf/elf32_newphdr.c'@0\n  [218ce] inlined function 'memset'@9976\n    [218e6] parameter '__dest'\n      [9976,997f) {reg5}\n    [218f3] parameter '__ch'\n      [9976,998a) {lit0, stack_value}\n    [21900] parameter '__len'\n      [9976,998a) {reg14}\n  [219c2] inlined function 'memset'@9a7a\n    [219da] parameter '__dest'\n      [9a7a,9a84) {reg5}\n    [219e7] parameter '__ch'\n      [9a7a,9a88) {lit0, stack_value}\n    [219f4] parameter '__len'\n      [9a7a,9a7e) {breg1(0), lit5, shl, stack_value}\n      [9a7e,9a84) {reg1}\n      [9a84,9a88) {entry_value(1) {reg4}, lit5, shl, stack_value}\nmodule 'libelf.so'\n[21b34] CU '../../elfutils-0.193/libelf/elf64_newphdr.c'@0\n  [22cce] inlined function 'memset'@9c46\n    [22ce6] parameter '__dest'\n      [9c46,9c4f) {reg5}\n    [22cf3] parameter '__ch'\n      [9c46,9c5a) {lit0, stack_value}\n    [22d00] parameter '__len'\n      [9c46,9c4f) {reg2}\n  [22dbe] inlined function 'memset'@9d42\n    [22dd6] parameter '__dest'\n      [9d42,9d4c) {reg5}\n    [22de3] parameter '__ch'\n      [9d42,9d50) {lit0, stack_value}\n    [22df0] parameter '__len'\n      [9d42,9d46) {breg1(0), const1u(56), mul, stack_value}\n      [9d46,9d4c) {reg1}\n      [9d4c,9d50) {entry_value(1) {reg4}, const1u(56), mul, stack_value}\nmodule 'libelf.so'\n[22f31] CU '../../elfutils-0.193/libelf/gelf_newphdr.c'@9e70\n  [23e5f] function 'gelf_newphdr'@9e70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [23e7d] parameter 'elf'\n      [9e70,9e7a) {reg5}\n      [9e7a,9e7b) {entry_value(1) {reg5}, stack_value}\n      [9e7b,9e84) {reg5}\n      [9e84,9e85) {entry_value(1) {reg5}, stack_value}\n    [23e91] parameter 'phnum'\n      [9e70,9e7a) {reg4}\n      [9e7a,9e7b) {entry_value(1) {reg4}, stack_value}\n      [9e7b,9e84) {reg4}\n      [9e84,9e85) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[23ee0] CU '../../elfutils-0.193/libelf/gelf_update_phdr.c'@9e90\n  [24fba] function 'gelf_update_phdr'@9e90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [24fdc] parameter 'elf'\n      [9e90,9ed1) {reg5}\n      [9ed1,9f7a) {entry_value(1) {reg5}, stack_value}\n      [9f7a,9fb2) {reg5}\n      [9fb2,9ff5) {entry_value(1) {reg5}, stack_value}\n      [9ff5,9ffd) {reg5}\n      [9ffd,a004) {entry_value(1) {reg5}, stack_value}\n      [a004,a01a) {reg5}\n      [a01a,a037) {fbreg(-64)}\n      [a037,a045) {reg5}\n      [a045,a0eb) {entry_value(1) {reg5}, stack_value}\n      [a0eb,a102) {reg5}\n      [a102,a122) {fbreg(-64)}\n      [a122,a127) {entry_value(1) {reg5}, stack_value}\n    [24fee] parameter 'ndx'\n      [9e90,9ed1) {reg4}\n      [9ed1,9f7a) {entry_value(1) {reg4}, stack_value}\n      [9f7a,9fb2) {reg4}\n      [9fb2,9ff5) {entry_value(1) {reg4}, stack_value}\n      [9ff5,a001) {reg4}\n      [a001,a004) {entry_value(1) {reg4}, stack_value}\n      [a004,a01a) {reg4}\n      [a01a,a037) {entry_value(1) {reg4}, stack_value}\n      [a037,a049) {reg4}\n      [a049,a0eb) {entry_value(1) {reg4}, stack_value}\n      [a0eb,a102) {reg4}\n      [a102,a127) {entry_value(1) {reg4}, stack_value}\n    [25000] parameter 'src'\n      [9e90,9ed1) {reg1}\n      [9ed1,9f7a) {entry_value(1) {reg1}, stack_value}\n      [9f7a,9fb2) {reg1}\n      [9fb2,9ff5) {entry_value(1) {reg1}, stack_value}\n      [9ff5,a001) {reg1}\n      [a001,a004) {entry_value(1) {reg1}, stack_value}\n      [a004,a01a) {reg1}\n      [a01a,a037) {fbreg(-48)}\n      [a037,a049) {reg1}\n      [a049,a0eb) {entry_value(1) {reg1}, stack_value}\n      [a0eb,a102) {reg1}\n      [a102,a122) {fbreg(-48)}\n      [a122,a127) {entry_value(1) {reg1}, stack_value}\n    [25012] variable 'result'\n      [9ea4,9f73) {lit0, stack_value}\n      [9f73,9f78) {lit1, stack_value}\n      [9f7a,9fdc) {lit0, stack_value}\n      [9ff5,a122) {lit0, stack_value}\n  [250cc] inlined function 'memcpy'@9f2b\n    [250e5] parameter '__dest'\n      [9f2b,9f6c) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, const1u(56), mul, breg2(0), plus, stack_value}\n    [250f2] parameter '__src'\n      [9f2b,9f6c) {reg1}\n    [250ff] parameter '__len'\n      [9f2b,9f6c) {const1u(56), stack_value}\nmodule 'libelf.so'\n[251c6] CU '../../elfutils-0.193/libelf/elf_getarhdr.c'@0\nmodule 'libelf.so'\n[2637a] CU '../../elfutils-0.193/libelf/elf_getarsym.c'@0\n  [27c40] inlined function 'read_number_entries'@a3ac\n    [27c5a] parameter 'nump'\n      [a3ac,a3db) {implicit_pointer([2762d],0) {lit0, stack_value}}\n      [a622,a643) {implicit_pointer([2762d],0) {lit0, stack_value}}\n      [a648,a6ca) {implicit_pointer([2762d],0) {lit0, stack_value}}\n      [a6d9,a715) {implicit_pointer([2762d],0) {lit0, stack_value}}\n    [27c67] parameter 'elf'\n      [a3ac,a3db) {reg14}\n      [a622,a643) {reg14}\n      [a648,a6ca) {reg14}\n      [a6d9,a715) {reg14}\n    [27c74] parameter 'offp'\n      [a3ac,a3db) {implicit_pointer([2763e],0) {reg0}}\n      [a622,a643) {implicit_pointer([2763e],0) {reg0}}\n      [a648,a6ca) {implicit_pointer([2763e],0) {fbreg(-192)}}\n      [a6d9,a715) {implicit_pointer([2763e],0) {fbreg(-192)}}\n    [27c81] parameter 'index64_p'\n      [a3ac,a3ce) {lit0, stack_value}\n      [a622,a63b) {lit1, stack_value}\n      [a648,a65b) {lit1, stack_value}\n      [a6fd,a715) {lit0, stack_value}\n    [27c8e] variable 'u'\n      [a3ac,a3bd) {fbreg(-104)}\n      [a3c5,a3db) {fbreg(-104)}\n      [a622,a62f) {fbreg(-104)}\n      [a637,a64e) {fbreg(-104)}\n      [a65b,a6ca) {fbreg(-104)}\n      [a6d9,a703) {fbreg(-104)}\n    [27c97] variable 'w'\n      [a3ac,a3ce) {lit4, stack_value}\n      [a622,a63b) {lit8, stack_value}\n      [a648,a65b) {lit8, stack_value}\n      [a6fd,a715) {lit4, stack_value}\n  [27764] inlined function 'pread_retry'@a79a\n    [2777e] parameter 'fd'\n      (a79a,a79a) <empty range>\n      [a79a,a814) {fbreg(-168)}\n      [a8fb,a92c) {fbreg(-168)}\n    [2778b] parameter 'buf'\n      (a79a,a79a) <empty range>\n      [a79a,a80f) {reg3}\n      [a80f,a814) {reg1}\n      [a8fb,a904) {reg3}\n      [a904,a913) {reg1}\n      [a913,a922) {reg3}\n      [a922,a92c) {reg1}\n    [27798] parameter 'len'\n      <no value>\n    [2779d] parameter 'off'\n      (a79a,a79a) <empty range>\n      [a79a,a814) {reg12}\n      [a8fb,a92c) {reg12}\n    [277aa] variable 'recvd'\n      [a79a,a80c) {reg13}\n      [a8fb,a909) {reg13}\n      [a909,a913) {reg2}\n      [a913,a91f) {reg13}\n  [27862] inlined function 'pread_retry'@a84b\n    [2787c] parameter 'fd'\n      (a84b,a84b) <empty range>\n      [a84b,a8be) {fbreg(-184)}\n      [a92c,a954) {fbreg(-184)}\n    [27889] parameter 'buf'\n      (a84b,a84b) <empty range>\n    [27896] parameter 'len'\n      [a84b,a8be) {fbreg(-160)}\n      [a92c,a954) {fbreg(-160)}\n    [278a3] parameter 'off'\n      (a84b,a84b) <empty range>\n      [a84b,a8be) {fbreg(-168)}\n      [a92c,a954) {fbreg(-168)}\n    [278b0] variable 'recvd'\n      [a84b,a8be) {reg6}\n      [a92c,a93c) {reg6}\n      [a93c,a93e) {reg2}\n      [a93e,a94f) {reg6}\n  [27b3e] inlined function 'pread_retry'@a306\n    [27b58] parameter 'fd'\n      [a2fc,a30e) {breg5(36)}\n      [a30e,a35a) {fbreg(-200)}\n      [a382,a384) {fbreg(-200)}\n    [27b65] parameter 'buf'\n      [a2fc,a35a) {reg3}\n      [a382,a384) {reg3}\n    [27b72] parameter 'len'\n      [a2fc,a35a) {const1u(60), stack_value}\n      [a382,a384) {const1u(60), stack_value}\n    [27b7f] parameter 'off'\n      [a306,a30e) {reg0}\n      [a30e,a35a) {fbreg(-192)}\n      [a382,a384) {fbreg(-192)}\n    [27b8c] variable 'recvd'\n      [a306,a30e) {lit0, stack_value}\n      [a30e,a35a) {reg15}\n      [a382,a384) {reg15}\n  [27d42] inlined function 'pread_retry'@a66b\n    [27d58] parameter 'fd'\n      [a66b,a670) {reg0}\n      [a670,a6ca) {fbreg(-200)}\n      [a6d9,a6db) {fbreg(-200)}\n    [27d65] parameter 'buf'\n      [a66b,a670) {fbreg(-104), stack_value}\n      [a670,a675) {reg0}\n      [a675,a6ca) {fbreg(-184)}\n      [a6d9,a6db) {fbreg(-184)}\n    [27d72] parameter 'len'\n      [a66b,a6ca) {reg15}\n      [a6d9,a6db) {reg15}\n    [27d7f] parameter 'off'\n      [a66b,a675) {reg6}\n      [a675,a6ca) {fbreg(-192)}\n      [a6d9,a6db) {fbreg(-192)}\n    [27d8c] variable 'recvd'\n      [a66b,a675) {lit0, stack_value}\n      [a675,a6ca) {reg12}\n      [a6d9,a6db) {reg12}\n  [277e3] inlined function 'pread'@a7a0\n    [277fd] parameter '__fd'\n      [a79a,a7c0) {fbreg(-168)}\n    [2780a] parameter '__buf'\n      <no value>\n    [2780f] parameter '__nbytes'\n      [a79a,a7b0) {breg6(0), breg13(0), minus, stack_value}\n      [a7b0,a7b8) {reg1}\n      [a7b8,a7c0) {breg6(0), breg13(0), minus, stack_value}\n    [2781c] parameter '__offset'\n      <no value>\n  [278e9] inlined function 'pread'@a850\n    [27903] parameter '__fd'\n      [a84b,a870) {fbreg(-184)}\n    [27910] parameter '__buf'\n      <no value>\n    [27915] parameter '__nbytes'\n      [a84b,a864) {fbreg(-160), deref, breg6(0), minus, stack_value}\n      [a864,a868) {reg1}\n      [a868,a870) {fbreg(-160), deref, breg6(0), minus, stack_value}\n    [27922] parameter '__offset'\n      <no value>\n  [27bc5] inlined function 'pread'@a310\n    [27bdf] parameter '__fd'\n      [a30e,a327) {fbreg(-200)}\n    [27bec] parameter '__buf'\n      <no value>\n    [27bf1] parameter '__nbytes'\n      [a30e,a322) {const1u(60), breg15(0), minus, stack_value}\n      [a322,a326) {reg1}\n      [a326,a327) {const1u(60), breg15(0), minus, stack_value}\n    [27bfe] parameter '__offset'\n      <no value>\n  [27dc5] inlined function 'pread'@a678\n    [27ddf] parameter '__fd'\n      [a675,a699) {fbreg(-200)}\n    [27dec] parameter '__buf'\n      [a675,a699) {fbreg(0), breg12(0), plus, const1u(104), minus, stack_value}\n    [27df9] parameter '__nbytes'\n      [a675,a690) {breg15(0), breg12(0), minus, stack_value}\n      [a690,a698) {reg1}\n      [a698,a699) {breg15(0), breg12(0), minus, stack_value}\n    [27e06] parameter '__offset'\n      <no value>\n  [27a84] inlined function '_dl_elf_hash'@a4d0\n    [27aaa] parameter 'name_arg'\n      [a4d0,a569) {reg5}\n    [27ab7] variable 'name'\n      [a4d0,a520) {reg5}\n      [a520,a52d) {breg5(5), stack_value}\n      [a52d,a564) {reg8}\n    [27ac4] variable 'hash'\n      [a4d3,a4ed) {reg0}\n      [a4ed,a4f0) {breg5(0), deref_size(1), const1u(255), and, stack_value}\n      [a4f0,a4fd) {reg0}\n      [a4fd,a500) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, stack_value}\n      [a500,a50d) {reg0}\n      [a50d,a510) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, stack_value}\n      [a510,a51d) {reg0}\n      [a51d,a520) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(3), deref_size(1), const1u(255), and, plus, stack_value}\n      [a520,a544) {reg0}\n      [a54b,a569) {reg0}\n  [27ca4] inlined function 'memcpy'@a3b8\n    [27cbe] parameter '__dest'\n      [a3b8,a3ce) {fbreg(-104), stack_value}\n      [a62a,a62f) {fbreg(-104), stack_value}\n    [27ccb] parameter '__src'\n      [a3b8,a3bd) {breg0(0), fbreg(-192), deref, plus, stack_value}\n      [a3bd,a3ce) {breg14(0), deref, fbreg(-192), deref, plus, stack_value}\n      [a62a,a62f) {breg0(0), fbreg(-192), deref, plus, stack_value}\n    [27cd8] parameter '__len'\n      [a3b8,a3ce) {lit8, stack_value}\n      [a62a,a62f) {lit8, stack_value}\n  [27e53] inlined function 'memcpy'@a3db\n    [27e6d] parameter '__dest'\n      [a3db,a3f0) {fbreg(-96), stack_value}\n      [a3f0,a3fe) {reg5}\n    [27e7a] parameter '__src'\n      [a3db,a3fe) {breg3(48), stack_value}\n    [27e87] parameter '__len'\n      [a3db,a3fe) {lit10, stack_value}\n  [27a52] inlined function '__bswap_64'@a4c5\n    [27a75] parameter '__bsx'\n      [a4c5,a4cc) {breg12(0), lit3, shl, breg3(0), plus}\n  [27d0e] inlined function '__bswap_64'@a63b\n    [27d34] parameter '__bsx'\n      [a63b,a643) {fbreg(-104)}\n  [27af5] inlined function '__bswap_32'@a5d0\n    [27b1b] parameter '__bsx'\n      [a5c8,a5d6) {breg12(0), lit2, shl, breg3(0), plus}\n  [27ce6] inlined function '__bswap_32'@a3ce\n    [27d00] parameter '__bsx'\n      [a3ce,a3d9) {fbreg(-104)}\n  [27e95] inlined function 'atol'@a3fe\n    [27eaf] parameter '__nptr'\n      [a3fe,a402) {reg5}\n      [a402,a406) {fbreg(-96), stack_value}\nmodule 'libelf.so'\n[28224] CU '../../elfutils-0.193/libelf/elf_rawfile.c'@a9a0\n  [2928f] function 'elf_rawfile'@a9a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [292b1] parameter 'elf'\n      [a9a0,a9b1) {reg5}\n      [a9b1,a9c6) {entry_value(1) {reg5}, stack_value}\n      [a9c6,a9dd) {reg5}\n      [a9dd,a9f1) {fbreg(-24)}\n      [a9f1,a9fd) {reg5}\n      [a9fd,aa1a) {entry_value(1) {reg5}, stack_value}\n    [292c3] parameter 'ptr'\n      [a9a0,a9b1) {reg4}\n      [a9b1,a9c6) {entry_value(1) {reg4}, stack_value}\n      [a9c6,a9dd) {reg4}\n      [a9dd,a9f1) {fbreg(-32)}\n      [a9f1,aa05) {reg4}\n      [aa05,aa1a) {fbreg(-32)}\n    [292d5] variable 'result'\n      (a9c1,a9c1) <empty range>\nmodule 'libelf.so'\n[29338] CU '../../elfutils-0.193/libelf/elf_readall.c'@aa20\n  [2a5f8] function '__libelf_readall'@ac00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2a61a] parameter 'elf'\n      [ac00,ac2a) {reg5}\n      [ac2a,ac56) {entry_value(1) {reg5}, stack_value}\n      [ac56,ac7b) {reg5}\n      [ac7b,acfa) {reg6}\n      [acfa,ad0d) {reg5}\n      [ad0d,ae2b) {reg6}\n      [ae2b,ae35) {reg5}\n      [ae35,ae3f) {reg6}\n      [ae3f,ae44) {entry_value(1) {reg5}, stack_value}\n      [ae44,ae53) {reg6}\n  [2a8e2] function 'set_address'@aa20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2a900] parameter 'elf'\n      [aa20,aa3c) {reg5}\n      [aa3c,aa54) {reg1}\n      [aa54,aaa5) {entry_value(1) {reg5}, stack_value}\n    [2a913] parameter 'offset'\n      [aa20,aa54) {reg4}\n      [aa54,aaa5) {entry_value(1) {reg4}, stack_value}\n  [2a69a] inlined function 'libelf_acquire_all_children'@ac71\n    [2a6b3] parameter 'elf'\n      [ac71,ac7b) {reg5}\n      [acfa,ad0d) {reg5}\n      [ad0d,ad25) {reg6}\n      [ad85,ad92) {reg6}\n  [2a7ec] inlined function 'libelf_acquire_all_children'@ad6f\n    [2a805] parameter 'elf'\n      [ad6f,ad78) {reg6}\n      [add5,ae0a) {reg6}\n      [ae20,ae22) {reg6}\n  [2aa92] inlined function 'libelf_acquire_all_children'@aae0\n    [2aaa5] parameter 'elf'\n      [aae0,ab3c) {reg0}\n      [abb4,abc7) {reg0}\n  [2aac8] inlined function 'libelf_acquire_all_children'@ab10\n    [2aadb] parameter 'elf'\n      [ab10,ab3c) {reg1}\n      [ab76,ab8f) {reg1}\n  [2a6ec] inlined function 'pread_retry'@acb3\n    [2a705] parameter 'fd'\n      (acb3,acb3) <empty range>\n      [acb3,acfa) {fbreg(-244)}\n      [ad25,ad40) {fbreg(-244)}\n      [ad78,ad85) {fbreg(-244)}\n      [ae22,ae2b) {fbreg(-244)}\n    [2a712] parameter 'buf'\n      [acb3,acfa) {reg3}\n      [ad25,ad40) {reg3}\n      [ad78,ad85) {reg3}\n      [ae22,ae2b) {reg3}\n    [2a71f] parameter 'len'\n      (acb3,acb3) <empty range>\n    [2a72c] parameter 'off'\n      (acb3,acb3) <empty range>\n      [acb3,acfa) {fbreg(-240)}\n      [ad25,ad40) {fbreg(-240)}\n      [ad78,ad85) {fbreg(-240)}\n      [ae22,ae2b) {fbreg(-240)}\n    [2a739] variable 'recvd'\n      [acb3,acfa) {reg15}\n      [ad25,ad40) {reg15}\n      [ad78,ad85) {reg15}\n      [ae22,ae2b) {reg15}\n  [2a772] inlined function 'pread'@acb8\n    [2a78b] parameter '__fd'\n      [acb3,acd4) {fbreg(-244)}\n    [2a798] parameter '__buf'\n      <no value>\n    [2a79d] parameter '__nbytes'\n      [acb3,acc8) {breg12(0), breg15(0), minus, stack_value}\n      [acc8,accc) {reg1}\n      [accc,acd4) {breg12(0), breg15(0), minus, stack_value}\n    [2a7aa] parameter '__offset'\n      <no value>\n  [2aa54] function 'libelf_acquire_all_children'@aab0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2aa6f] parameter 'elf'\n      [aab0,aac9) {reg5}\n      [aac9,abfd) {entry_value(1) {reg5}, stack_value}\nmodule 'libelf.so'\n[2ab2f] CU '../../elfutils-0.193/libelf/elf_cntl.c'@ae60\n  [2bb9a] function 'elf_cntl'@ae60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2bbb8] parameter 'elf'\n      [ae60,ae7c) {reg5}\n      [ae7c,ae90) {fbreg(-24)}\n      [ae90,ae95) {entry_value(1) {reg5}, stack_value}\n      [ae95,ae9d) {reg5}\n      [ae9d,aea9) {entry_value(1) {reg5}, stack_value}\n      [aea9,aec0) {reg5}\n    [2bbca] parameter 'cmd'\n      [ae60,ae7c) {reg4}\n      [ae7c,ae95) {entry_value(1) {reg4}, stack_value}\n      [ae95,aea1) {reg4}\n      [aea1,aea9) {entry_value(1) {reg4}, stack_value}\n      [aea9,aec0) {reg4}\n    [2bbdc] variable 'result'\n      [ae60,ae90) {lit0, stack_value}\n      [ae95,aea2) {lit0, stack_value}\n      (aea2,aea2) <empty range>\n      [aea9,aebf) {lit0, stack_value}\nmodule 'libelf.so'\n[2bc2a] CU '../../elfutils-0.193/libelf/elf_getscn.c'@aec0\n  [2ccd7] function 'elf_getscn'@aec0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2ccf5] parameter 'elf'\n      [aec0,aee2) {reg5}\n      [aee2,af34) {entry_value(1) {reg5}, stack_value}\n      [af34,af6e) {reg1}\n      [af6e,afb9) {fbreg(-24)}\n      [afb9,afd1) {entry_value(1) {reg5}, stack_value}\n      [afd1,afe1) {reg1}\n      [afe1,afe6) {entry_value(1) {reg5}, stack_value}\n      [afe6,aff3) {reg5}\n      [aff3,b001) {fbreg(-24)}\n    [2cd07] parameter 'idx'\n      [aec0,aee2) {reg4}\n      [aee2,aeeb) {entry_value(1) {reg4}, stack_value}\n      [aeeb,af2a) {reg2}\n      [af34,af6e) {reg2}\n      [af6e,afb9) {fbreg(-32)}\n      [afb9,afc9) {reg2}\n      [afd1,afe1) {reg4}\n      [afe1,afe6) {entry_value(1) {reg4}, stack_value}\n      [afe6,aff3) {reg4}\n      [aff3,b001) {fbreg(-32)}\n    [2cd19] variable 'result'\n      [aee0,af33) {lit0, stack_value}\n      [af33,af34) {reg0}\n      [af34,afcc) {lit0, stack_value}\n      [aff3,afff) {lit0, stack_value}\n    [2cd2c] variable 'runp'\n      [aee0,aee2) {breg5(208), stack_value}\n      [aee2,aeeb) {entry_value(1) {reg5}, plus_uconst(208), stack_value}\n      [aeeb,af04) {reg5}\n      [af07,af34) {reg5}\n      [af34,af6e) {breg1(208), stack_value}\n      [af6e,afb9) {fbreg(-24), deref, plus_uconst(208), stack_value}\n      [afb9,afc5) {reg5}\n      [aff3,b001) {fbreg(-24), deref, plus_uconst(208), stack_value}\nmodule 'libelf.so'\n[2cdc6] CU '../../elfutils-0.193/libelf/elf_nextscn.c'@0\n  [2dd8a] inlined function 'elf_nextscn'@45b2\n    [2dd9e] parameter 'elf'\n      [45b2,45cd) {reg5}\n      [45cd,45d2) {entry_value(1) {reg5}, stack_value}\n    [2ddab] parameter 'scn'\n      <no value>\n    [2ddb0] variable 'list'\n      <no value>\n    [2ddb5] variable 'result'\n      <no value>\nmodule 'libelf.so'\n[2de04] CU '../../elfutils-0.193/libelf/elf_ndxscn.c'@b090\n  [2ecfe] function 'elf_ndxscn'@b090\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2ed1c] parameter 'scn'\n      [b090,b0a3) {reg5}\nmodule 'libelf.so'\n[2ed38] CU '../../elfutils-0.193/libelf/elf_newscn.c'@0\nmodule 'libelf.so'\n[2ff94] CU '../../elfutils-0.193/libelf/elf32_getshdr.c'@0\n  [31139] function 'elf32_getshdr'@b790\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3115c] parameter 'scn'\n      [b790,b7b5) {reg5}\n      [b7b5,b7b6) {entry_value(1) {reg5}, stack_value}\n      [b7b6,b7c5) {reg5}\n      [b7c5,b7d1) {entry_value(1) {reg5}, stack_value}\n      [b7d1,b7dd) {reg5}\n      [b7dd,b7e4) {entry_value(1) {reg5}, stack_value}\n      [b7e4,b7eb) {reg5}\n    [31171] variable 'result'\n      <no value>\n  [3117c] inlined function 'scn_valid'@b790\n    [31196] parameter 'scn'\n      [b790,b7ad) {reg5}\n      [b7b6,b7c5) {reg5}\n      [b7c5,b7ca) {entry_value(1) {reg5}, stack_value}\n      [b7d1,b7dd) {reg5}\n      [b7dd,b7e4) {entry_value(1) {reg5}, stack_value}\n  [31814] inlined function 'scn_valid'@b690\n    [3182d] parameter 'scn'\n      [b690,b6ad) {reg5}\n      [b6c9,b6d5) {reg5}\n      [b6d5,b6da) {entry_value(1) {reg5}, stack_value}\n      [b6e1,b6ed) {reg5}\n      [b6ed,b6f6) {entry_value(1) {reg5}, stack_value}\n      [b6f6,b703) {reg5}\n  [314d6] inlined function 'pread_retry'@b434\n    [314ef] parameter 'fd'\n      [b434,b440) {breg3(36)}\n      [b440,b48f) {fbreg(-100)}\n      [b4f9,b518) {fbreg(-100)}\n      [b627,b638) {fbreg(-100)}\n      [b64f,b659) {fbreg(-100)}\n    [314fc] parameter 'buf'\n      [b434,b48f) {fbreg(-120)}\n      [b4f9,b518) {fbreg(-120)}\n      [b627,b638) {fbreg(-120)}\n      [b64f,b659) {fbreg(-120)}\n    [31509] parameter 'len'\n      [b434,b48f) {reg12}\n      [b4f9,b518) {reg12}\n      [b627,b638) {reg12}\n      [b64f,b659) {reg12}\n    [31516] parameter 'off'\n      [b434,b43c) {reg0}\n      [b43c,b440) {reg15}\n      [b440,b48f) {fbreg(-96)}\n      [b4f9,b518) {fbreg(-96)}\n      [b627,b638) {fbreg(-96)}\n      [b64f,b659) {fbreg(-96)}\n    [31523] variable 'recvd'\n      [b434,b440) {lit0, stack_value}\n      [b440,b48f) {reg14}\n      [b4f9,b518) {reg14}\n      [b627,b638) {reg14}\n      [b64f,b659) {reg14}\n  [3155c] inlined function 'pread'@b440\n    [31575] parameter '__fd'\n      [b440,b45d) {fbreg(-100)}\n    [31582] parameter '__buf'\n      <no value>\n    [31587] parameter '__nbytes'\n      [b440,b451) {breg12(0), breg14(0), minus, stack_value}\n      [b451,b455) {reg1}\n      [b455,b45d) {breg12(0), breg14(0), minus, stack_value}\n    [31594] parameter '__offset'\n      <no value>\n  [313a5] inlined function 'memcpy'@b4a8\n    [313be] parameter '__dest'\n      [b4a8,b4ac) {reg5}\n      [b4ac,b4b1) {fbreg(-120)}\n    [313cb] parameter '__src'\n      [b4a8,b4ac) {reg0}\n    [313d8] parameter '__len'\n      [b4a8,b4ac) {reg1}\n      [b4ac,b4b1) {reg12}\n  [31389] inlined function '__bswap_32'@b39a\n    [3139d] parameter '__bsx'\n      <no value>\n  [3148c] inlined function '__bswap_32'@b596\n    [314a5] parameter '__bsx'\n      (b5ec,b5ec) <empty range>\n  [314b3] inlined function '__bswap_32'@b596\n    [314c7] parameter '__bsx'\n      (b602,b602) <empty range>\n  [317df] function '__elf32_getshdr_rdlock'@b690\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [317fa] parameter 'scn'\n      [b690,b6c8) {reg5}\n      [b6c8,b6c9) {entry_value(1) {reg5}, stack_value}\n      [b6c9,b6d5) {reg5}\n      [b6d5,b6e1) {entry_value(1) {reg5}, stack_value}\n      [b6e1,b6ed) {reg5}\n      [b6ed,b6f6) {entry_value(1) {reg5}, stack_value}\n      [b6f6,b703) {reg5}\n    [31807] variable 'result'\n      [b6b4,b6c0) {reg0}\n      [b6c0,b6c9) {lit0, stack_value}\nmodule 'libelf.so'\n[31894] CU '../../elfutils-0.193/libelf/elf64_getshdr.c'@0\n  [32a39] function 'elf64_getshdr'@bcc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [32a5c] parameter 'scn'\n      [bcc0,bce5) {reg5}\n      [bce5,bce6) {entry_value(1) {reg5}, stack_value}\n      [bce6,bcf5) {reg5}\n      [bcf5,bd01) {entry_value(1) {reg5}, stack_value}\n      [bd01,bd0d) {reg5}\n      [bd0d,bd14) {entry_value(1) {reg5}, stack_value}\n      [bd14,bd1b) {reg5}\n    [32a71] variable 'result'\n      <no value>\n  [32a7c] inlined function 'scn_valid'@bcc0\n    [32a96] parameter 'scn'\n      [bcc0,bcdd) {reg5}\n      [bce6,bcf5) {reg5}\n      [bcf5,bcfa) {entry_value(1) {reg5}, stack_value}\n      [bd01,bd0d) {reg5}\n      [bd0d,bd14) {entry_value(1) {reg5}, stack_value}\n  [331e0] inlined function 'scn_valid'@bbc0\n    [331f9] parameter 'scn'\n      [bbc0,bbdd) {reg5}\n      [bbf9,bc05) {reg5}\n      [bc05,bc0a) {entry_value(1) {reg5}, stack_value}\n      [bc11,bc1d) {reg5}\n      [bc1d,bc26) {entry_value(1) {reg5}, stack_value}\n      [bc26,bc33) {reg5}\n  [32e85] inlined function 'pread_retry'@b9fa\n    [32e9e] parameter 'fd'\n      [b9fa,b9fe) {breg3(36)}\n      [b9fe,ba4f) {fbreg(-100)}\n      [baa1,bac0) {fbreg(-100)}\n      [bb6f,bb78) {fbreg(-100)}\n      [bb8f,bb99) {fbreg(-100)}\n    [32eab] parameter 'buf'\n      [b9fa,b9fe) {reg15}\n      [b9fe,ba4f) {fbreg(-120)}\n      [baa1,bac0) {fbreg(-120)}\n      [bb6f,bb78) {fbreg(-120)}\n      [bb8f,bb99) {fbreg(-120)}\n    [32eb8] parameter 'len'\n      [b9fa,ba4f) {reg12}\n      [baa1,bac0) {reg12}\n      [bb6f,bb78) {reg12}\n      [bb8f,bb99) {reg12}\n    [32ec5] parameter 'off'\n      [b9fa,b9fe) {reg0}\n      [b9fe,ba4f) {fbreg(-96)}\n      [baa1,bac0) {fbreg(-96)}\n      [bb6f,bb78) {fbreg(-96)}\n      [bb8f,bb99) {fbreg(-96)}\n    [32ed2] variable 'recvd'\n      [b9fa,b9fe) {lit0, stack_value}\n      [b9fe,ba4f) {reg14}\n      [baa1,bac0) {reg14}\n      [bb6f,bb78) {reg14}\n      [bb8f,bb99) {reg14}\n  [32f0b] inlined function 'pread'@ba00\n    [32f24] parameter '__fd'\n      [b9fe,ba1d) {fbreg(-100)}\n    [32f31] parameter '__buf'\n      <no value>\n    [32f36] parameter '__nbytes'\n      [b9fe,ba11) {breg12(0), breg14(0), minus, stack_value}\n      [ba11,ba15) {reg1}\n      [ba15,ba1d) {breg12(0), breg14(0), minus, stack_value}\n    [32f43] parameter '__offset'\n      <no value>\n  [32d12] inlined function 'memcpy'@ba58\n    [32d37] parameter '__dest'\n      [ba58,ba65) {fbreg(-120)}\n    [32d44] parameter '__src'\n      [ba58,ba64) {reg4}\n    [32d51] parameter '__len'\n      [ba58,ba65) {reg12}\n  [32cb0] inlined function '__bswap_64'@b948\n    [32cc9] parameter '__bsx'\n      <no value>\n  [32cee] inlined function '__bswap_64'@b96e\n    [32d02] parameter '__bsx'\n      (b96e,b96e) <empty range>\n  [32e2c] inlined function '__bswap_64'@bb24\n    [32e45] parameter '__bsx'\n      <no value>\n  [32e6a] inlined function '__bswap_64'@bb4a\n    [32e7e] parameter '__bsx'\n      <no value>\n  [32c89] inlined function '__bswap_32'@b92c\n    [32ca2] parameter '__bsx'\n      (b92c,b92c) <empty range>\n  [32ccf] inlined function '__bswap_32'@b95f\n    [32ce8] parameter '__bsx'\n      <no value>\n  [32e05] inlined function '__bswap_32'@bb0c\n    [32e1e] parameter '__bsx'\n      (bb0c,bb0c) <empty range>\n  [32e4b] inlined function '__bswap_32'@bb3b\n    [32e64] parameter '__bsx'\n      <no value>\n  [331ab] function '__elf64_getshdr_rdlock'@bbc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [331c6] parameter 'scn'\n      [bbc0,bbf8) {reg5}\n      [bbf8,bbf9) {entry_value(1) {reg5}, stack_value}\n      [bbf9,bc05) {reg5}\n      [bc05,bc11) {entry_value(1) {reg5}, stack_value}\n      [bc11,bc1d) {reg5}\n      [bc1d,bc26) {entry_value(1) {reg5}, stack_value}\n      [bc26,bc33) {reg5}\n    [331d3] variable 'result'\n      [bbe4,bbf0) {reg0}\n      [bbf0,bbf9) {lit0, stack_value}\nmodule 'libelf.so'\n[33260] CU '../../elfutils-0.193/libelf/gelf_getshdr.c'@bd20\n  [342fa] function 'gelf_getshdr'@bd20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3431c] parameter 'scn'\n      [bd20,bd53) {reg5}\n      [bd53,bd99) {entry_value(1) {reg5}, stack_value}\n      [bd99,bda5) {reg5}\n      [bda5,bde9) {entry_value(1) {reg5}, stack_value}\n      [bde9,bdf9) {reg5}\n      [bdf9,be19) {entry_value(1) {reg5}, stack_value}\n      [be19,be29) {reg5}\n      [be29,be3a) {entry_value(1) {reg5}, stack_value}\n      [be3a,be43) {reg5}\n    [3432e] parameter 'dst'\n      [bd20,bd53) {reg4}\n      [bd53,bd99) {entry_value(1) {reg4}, stack_value}\n      [bd99,bda5) {reg4}\n      [bda5,bde9) {entry_value(1) {reg4}, stack_value}\n      [bde9,bdf9) {reg4}\n      [bdf9,be08) {fbreg(-24)}\n      [be08,be19) {entry_value(1) {reg4}, stack_value}\n      [be19,be29) {reg4}\n      [be29,be3a) {fbreg(-24)}\n      [be3a,be43) {reg4}\n    [34340] variable 'result'\n      [bd20,bd94) {lit0, stack_value}\n      [bd99,bde4) {lit0, stack_value}\n      [bde4,bde9) {reg0}\n      [bde9,be43) {lit0, stack_value}\n  [343a1] inlined function 'memcpy'@bd53\n    [343c6] parameter '__dest'\n      [bd53,bd94) {reg4}\n    [343d3] parameter '__src'\n      [bd53,bd8d) {reg0}\n    [343e0] parameter '__len'\n      [bd53,bd94) {const1u(64), stack_value}\nmodule 'libelf.so'\n[3444b] CU '../../elfutils-0.193/libelf/gelf_update_shdr.c'@be50\n  [35503] function 'gelf_update_shdr'@be50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [35525] parameter 'scn'\n      [be50,be8a) {reg5}\n      [be8a,beda) {entry_value(1) {reg5}, stack_value}\n      [beda,bee9) {reg2}\n      [bee9,bfa2) {entry_value(1) {reg5}, stack_value}\n      [bfa2,bfb5) {reg2}\n      [bfb5,bfca) {fbreg(-32)}\n      [bfca,bfd3) {reg5}\n      [bfd3,bfe5) {reg2}\n      [bfe5,c006) {fbreg(-32)}\n    [35537] parameter 'src'\n      [be50,be74) {reg4}\n      [be74,be8a) {reg1}\n      [be8a,beda) {entry_value(1) {reg4}, stack_value}\n      [beda,bee9) {reg1}\n      [bee9,bfa2) {entry_value(1) {reg4}, stack_value}\n      [bfa2,bfb5) {reg1}\n      [bfb5,bfca) {fbreg(-24)}\n      [bfca,bfd3) {reg4}\n      [bfd3,bfe5) {reg1}\n      [bfe5,c006) {fbreg(-24)}\n    [35549] variable 'result'\n      [be50,becf) {lit0, stack_value}\n      [becf,bed8) {lit1, stack_value}\n      [beda,c006) {lit0, stack_value}\n    [3555c] variable 'elf'\n      [be69,be8a) {breg5(136)}\n      [beda,bee9) {breg2(136)}\n      [bfa2,bfb5) {breg2(136)}\n      [bfd3,bfe5) {breg2(136)}\n  [355f1] inlined function 'memcpy'@be8a\n    [35616] parameter '__dest'\n      [be8a,bec8) {reg0}\n    [35623] parameter '__src'\n      [be8a,bec4) {reg1}\n    [35630] parameter '__len'\n      [be8a,bec8) {const1u(64), stack_value}\nmodule 'libelf.so'\n[35690] CU '../../elfutils-0.193/libelf/elf_strptr.c'@c020\n  [3677b] function 'elf_strptr'@c020\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3679d] parameter 'elf'\n      [c020,c0aa) {reg5}\n      [c0aa,c1d1) {entry_value(1) {reg5}, stack_value}\n      [c1d1,c1dd) {reg5}\n      [c1dd,c1e1) {breg2(-208), stack_value}\n      [c1e1,c1e4) {entry_value(1) {reg5}, stack_value}\n      [c1e4,c1f1) {reg5}\n      [c1f1,c265) {entry_value(1) {reg5}, stack_value}\n      [c265,c268) {reg5}\n      [c268,c329) {entry_value(1) {reg5}, stack_value}\n      [c329,c32c) {reg5}\n      [c32c,c3c4) {entry_value(1) {reg5}, stack_value}\n    [367af] parameter 'idx'\n      [c020,c056) {reg4}\n      [c056,c0aa) {reg8}\n      [c1d1,c1e1) {reg4}\n      [c1e1,c1e4) {entry_value(1) {reg4}, stack_value}\n      [c1e4,c1f1) {reg8}\n      [c265,c280) {reg8}\n      [c280,c29e) {fbreg(-72)}\n      [c329,c344) {reg8}\n      [c344,c367) {fbreg(-72)}\n    [367c1] parameter 'offset'\n      [c020,c0aa) {reg1}\n      [c0aa,c1d1) {entry_value(1) {reg1}, stack_value}\n      [c1d1,c1e1) {reg1}\n      [c1e1,c1e4) {entry_value(1) {reg1}, stack_value}\n      [c1e4,c1f1) {reg1}\n      [c1f1,c265) {entry_value(1) {reg1}, stack_value}\n      [c265,c280) {reg1}\n      [c280,c29e) {fbreg(-64)}\n      [c29e,c329) {entry_value(1) {reg1}, stack_value}\n      [c329,c344) {reg1}\n      [c344,c367) {fbreg(-64)}\n      [c367,c3c4) {entry_value(1) {reg1}, stack_value}\n    [367d5] variable 'result'\n      [c387,c38c) {reg2}\n    [367e8] variable 'strscn'\n      [c093,c0aa) {reg10}\n      [c1e4,c1f1) {reg10}\n      [c265,c280) {reg10}\n      [c280,c29e) {fbreg(-88)}\n      [c329,c344) {reg10}\n      [c344,c367) {fbreg(-88)}\n    [367fb] variable 'runp'\n      [c056,c064) {reg2}\n      [c067,c0aa) {reg2}\n      [c1e4,c1f1) {reg2}\n      [c265,c280) {reg2}\n      [c280,c29e) {fbreg(-80)}\n      [c329,c344) {reg2}\n      [c344,c367) {fbreg(-80)}\n    [36816] variable 'sh_size'\n      [c093,c0e7) {lit0, stack_value}\n      [c0e7,c108) {reg1}\n      [c1c5,c1cc) {lit0, stack_value}\n      [c1cc,c1d1) {reg1}\n      [c1e4,c208) {lit0, stack_value}\n      [c208,c23e) {reg1}\n      [c23e,c265) {fbreg(-72)}\n      [c265,c29e) {lit0, stack_value}\n      [c2ad,c2b6) {reg1}\n      [c2bc,c367) {lit0, stack_value}\n  [36845] inlined function 'get_zdata'@c2dd\n    [3686a] parameter 'strscn'\n      [c2dd,c2e6) {reg5}\n      [c2e6,c324) {fbreg(-88)}\n    [36877] variable 'zsize'\n      [c2bc,c329) {fbreg(-40)}\n    [3687f] variable 'zalign'\n      [c2bc,c329) {fbreg(-32)}\n    [36887] variable 'zdata'\n      [c2e7,c324) {reg0}\n  [3694b] inlined function 'validate_str'@c367\n    [36960] parameter 'str'\n      [c367,c384) {breg10(0)}\n      [c38c,c3af) {reg0}\n    [3696d] parameter 'from'\n      [c367,c384) {entry_value(1) {reg1}, breg1(0), minus, stack_value}\n      [c38c,c39d) {entry_value(1) {reg1}, breg1(0), minus, stack_value}\n      [c39d,c3af) {entry_value(1) {reg1}, breg10(24), deref, minus, stack_value}\n    [3697a] parameter 'to'\n      [c367,c384) {reg2}\n      [c38c,c398) {reg2}\n      [c398,c3af) {breg10(16)}\n  [369a4] inlined function 'validate_str'@c135\n    [369bd] parameter 'str'\n      <no value>\n    [369c2] parameter 'from'\n      [c135,c142) {entry_value(1) {reg1}, stack_value}\n      [c144,c170) {entry_value(1) {reg1}, stack_value}\n    [369cf] parameter 'to'\n      [c135,c13f) {reg1}\n      [c144,c150) {reg1}\nmodule 'libelf.so'\n[36adb] CU '../../elfutils-0.193/libelf/elf_rawdata.c'@c3d0\n  [37b65] function 'elf_rawdata'@c3d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [37b87] parameter 'scn'\n      [c3d0,c3fb) {reg5}\n      [c3fb,c404) {entry_value(1) {reg5}, stack_value}\n      [c404,c40d) {reg5}\n      [c40d,c419) {entry_value(1) {reg5}, stack_value}\n      [c419,c429) {reg5}\n      [c429,c437) {fbreg(-24)}\n      [c437,c445) {reg5}\n      [c445,c44e) {entry_value(1) {reg5}, stack_value}\n    [37b9b] parameter 'data'\n      [c3d0,c3fb) {reg4}\n      [c3fb,c404) {entry_value(1) {reg4}, stack_value}\n      [c404,c411) {reg4}\n      [c411,c419) {entry_value(1) {reg4}, stack_value}\n      [c419,c429) {reg4}\n      [c429,c437) {entry_value(1) {reg4}, stack_value}\n      [c437,c449) {reg4}\n      [c449,c44e) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[37c05] CU '../../elfutils-0.193/libelf/elf_getdata.c'@c450\n  [38f32] function '__elf_getdata_rdlock'@ccc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [38f53] parameter 'scn'\n      [ccc0,cd03) {reg5}\n      [cd03,cd0f) {entry_value(1) {reg5}, stack_value}\n      [cd0f,cd19) {reg5}\n      [cd19,cd28) {entry_value(1) {reg5}, stack_value}\n      [cd28,cd39) {reg5}\n      [cd39,cd4a) {fbreg(-24)}\n      [cd4a,cd55) {reg5}\n      [cd55,cd6f) {entry_value(1) {reg5}, stack_value}\n      [cd6f,cd73) {reg5}\n    [38f67] parameter 'data'\n      [ccc0,cd07) {reg4}\n      [cd07,cd0f) {entry_value(1) {reg4}, stack_value}\n      [cd0f,cd15) {reg4}\n      [cd15,cd4a) {entry_value(1) {reg4}, stack_value}\n      [cd4a,cd59) {reg4}\n      [cd59,cd6f) {entry_value(1) {reg4}, stack_value}\n      [cd6f,cd73) {reg4}\n    [38f7b] variable 'result'\n      [ccc0,cd23) {lit0, stack_value}\n      [cd28,cd73) {lit0, stack_value}\n    [38f8f] variable 'elf'\n      [ccda,cd03) {breg5(136)}\n      [cd03,cd07) {entry_value(1) {reg5}, plus_uconst(136)}\n      [cd0f,cd19) {breg5(136)}\n      [cd28,cd39) {breg5(136)}\n    [38fa3] variable 'locked'\n      [ccc0,cd08) {lit0, stack_value}\n      [cd0f,cd19) {lit0, stack_value}\n      [cd19,cd20) {reg4}\n      (cd28,cd28) <empty range>\n      [cd28,cd4a) {lit1, stack_value}\n      [cd4a,cd5e) {lit0, stack_value}\n      [cd5e,cd67) {reg4}\n      [cd6f,cd73) {lit0, stack_value}\n  [39043] function '__libelf_set_data_list_rdlock'@ca20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [39062] parameter 'scn'\n      [ca20,cac6) {reg5}\n      [cac6,cae2) {reg8}\n      [cae2,cb22) {fbreg(-32)}\n      [cb22,cb85) {entry_value(1) {reg5}, stack_value}\n      [cb85,cba3) {reg5}\n      [cba3,cbe1) {entry_value(1) {reg5}, stack_value}\n      [cbe1,cbfa) {fbreg(-32)}\n      [cbfa,cc48) {entry_value(1) {reg5}, stack_value}\n      [cc48,cc53) {reg5}\n      [cc53,cc65) {reg8}\n      [cc65,cca5) {fbreg(-48)}\n      [cca5,ccbc) {entry_value(1) {reg5}, stack_value}\n    [39076] parameter 'wrlocked'\n      [ca20,ca7c) {reg4}\n      [ca7c,ccbc) {entry_value(1) {reg4}, stack_value}\n  [39268] function '__libelf_set_rawdata'@ca00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [39289] parameter 'scn'\n      [ca00,ca09) {reg5}\n      [ca09,ca0a) {entry_value(1) {reg5}, stack_value}\n      [ca0a,ca16) {reg5}\n    [3929d] variable 'result'\n      <no value>\n  [392bf] function '__libelf_set_rawdata_wrlock'@c4c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [392e1] parameter 'scn'\n      [c4c0,c507) {reg5}\n      [c507,c659) {reg3}\n      [c659,c663) {entry_value(1) {reg5}, stack_value}\n      [c663,c7ac) {reg3}\n      [c7ac,c7af) {reg0}\n      [c7af,c82a) {reg12}\n      [c82a,c843) {reg0}\n      [c843,c9a0) {reg3}\n      [c9a0,c9b1) {reg12}\n      [c9b1,c9be) {reg0}\n      [c9be,c9c7) {reg12}\n      [c9c7,c9f3) {reg3}\n    [392f5] variable 'offset'\n      [c50b,c63a) {reg15}\n      [c675,c71a) {reg15}\n      [c724,c866) {reg15}\n      [c886,c8bc) {reg15}\n      [c8d6,c9df) {reg15}\n      [c9e4,c9f3) {reg15}\n    [39308] variable 'size'\n      [c50f,c63a) {reg12}\n      [c679,c71a) {reg12}\n      [c724,c7af) {reg12}\n      [c7af,c832) {reg3}\n      [c832,c866) {reg12}\n      [c886,c8bc) {reg12}\n      [c8d6,c9a0) {reg12}\n      [c9a0,c9b9) {reg3}\n      [c9b9,c9be) {reg12}\n      [c9be,c9c7) {reg3}\n      [c9c7,c9df) {reg12}\n      [c9e4,c9f3) {reg12}\n    [3931b] variable 'align'\n      [c517,c557) {reg6}\n      [c59d,c5d5) {reg6}\n      [c5d5,c5de) {reg9}\n      [c5de,c5e8) {reg0}\n      [c5e8,c5f2) {reg1}\n      [c5f2,c5fc) {reg0}\n      [c5fc,c606) {reg1}\n      [c606,c610) {reg0}\n      [c610,c63a) {reg6}\n      [c680,c710) {reg6}\n      [c886,c8b7) {reg6}\n      [c8d6,c935) {reg6}\n      [c958,c9a0) {reg6}\n    [3932e] variable 'flags'\n      [c51b,c52b) {reg10}\n      [c684,c689) {reg10}\n    [39341] variable 'type'\n      [c513,c563) {reg11}\n      [c67d,c689) {reg11}\n      [c6bc,c710) {reg11}\n      [c886,c8bc) {reg11}\n      [c8d6,c8f5) {reg11}\n      [c8f5,c935) {fbreg(-208)}\n      [c958,c9a0) {reg11}\n    [39354] variable 'elf'\n      [c4ec,c660) {reg14}\n      [c663,c9f3) {reg14}\n  [390a3] inlined function 'convert_data'@ca86\n    [390ba] parameter 'scn'\n      [ca86,cac6) {reg5}\n      [cac6,cae2) {reg8}\n      [cae2,cb22) {fbreg(-32)}\n      [cb22,cb85) {entry_value(1) {reg5}, stack_value}\n      [cb85,cba3) {reg5}\n      [cba3,cbca) {entry_value(1) {reg5}, stack_value}\n      [cbd4,cbe1) {entry_value(1) {reg5}, stack_value}\n      [cbe1,cbfa) {fbreg(-32)}\n      [cbfa,cc48) {entry_value(1) {reg5}, stack_value}\n      [cc48,cc53) {reg5}\n      [cc53,cc65) {reg8}\n      [cc65,cca5) {fbreg(-48)}\n      [cca5,ccbc) {entry_value(1) {reg5}, stack_value}\n    [390c7] parameter 'eclass'\n      [ca86,ca90) {reg0}\n      [ca90,cae2) {breg4(32)}\n      [cae2,cb22) {fbreg(-40), deref_size(4), plus_uconst(1), stack_value}\n      [cb85,cb8f) {breg4(32)}\n      [cb8f,cba3) {breg5(136), deref, plus_uconst(32)}\n      [cbe1,cbff) {fbreg(-40), deref_size(4), plus_uconst(1), stack_value}\n      [cc48,cc53) {breg5(136), deref, plus_uconst(32)}\n      [cc53,cc65) {breg8(136), deref, plus_uconst(32)}\n    [390d4] parameter 'data'\n      [ca86,cae2) {breg4(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cb85,cb8f) {breg4(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cb8f,cba3) {breg5(136), deref, plus_uconst(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cc48,cc53) {breg5(136), deref, plus_uconst(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cc53,cc65) {breg8(136), deref, plus_uconst(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n    [390e1] parameter 'size'\n      [ca86,cae2) {reg9}\n      [cae2,cb3a) {fbreg(-64)}\n      [cb85,cba3) {reg9}\n      [cbe1,cc48) {fbreg(-64)}\n      [cc48,cc65) {reg9}\n      [cc65,cc8f) {fbreg(-64)}\n      [cca5,ccae) {fbreg(-64)}\n    [390ee] parameter 'type'\n      [ca86,cbca) {reg3}\n      [cbd4,ccbc) {reg3}\n    [390fb] variable 'align'\n      [caac,cae2) {reg1}\n      [cae2,cb22) {fbreg(-56)}\n      [cb85,cba3) {reg1}\n      [cbe1,cbf0) {fbreg(-56)}\n      [cc48,cc65) {reg1}\n  [39883] inlined function '__libelf_data_type'@c4a4\n    [398a5] parameter 'ehdr'\n      <no value>\n    [398aa] parameter 'sh_type'\n      <constant value>\n    [398b0] parameter 'align'\n      [c4a4,c4ad) {reg1}\n      [c4ad,c4be) {entry_value(1) {reg1}, stack_value}\n  [39473] inlined function 'pread_retry'@c798\n    [3948e] parameter 'fd'\n      [c798,c832) {fbreg(-188)}\n      [c9a0,c9c7) {fbreg(-188)}\n    [3949b] parameter 'buf'\n      [c798,c832) {fbreg(-184)}\n      [c9a0,c9c7) {fbreg(-184)}\n    [394a8] parameter 'len'\n      [c798,c7af) {reg12}\n      [c7af,c832) {reg3}\n      [c9a0,c9b9) {reg3}\n      [c9b9,c9be) {reg12}\n      [c9be,c9c7) {reg3}\n    [394b5] parameter 'off'\n      [c798,c7a2) {reg0}\n      [c7a2,c7af) {fbreg(-200)}\n      [c7af,c832) {fbreg(-176)}\n      [c9a0,c9c7) {fbreg(-176)}\n    [394c2] variable 'recvd'\n      [c798,c7af) {lit0, stack_value}\n      [c7af,c821) {reg6}\n      [c9a0,c9ae) {reg6}\n      [c9be,c9c7) {reg6}\n  [394fb] inlined function 'pread'@c7b0\n    [39515] parameter '__fd'\n      [c7af,c7cf) {fbreg(-188)}\n    [39522] parameter '__buf'\n      <no value>\n    [39527] parameter '__nbytes'\n      [c7af,c7bf) {breg3(0), breg6(0), minus, stack_value}\n      [c7bf,c7c7) {reg1}\n      [c7c7,c7cf) {breg3(0), breg6(0), minus, stack_value}\n    [39534] parameter '__offset'\n      <no value>\n  [39127] inlined function 'memcpy'@cc1a\n    [39141] parameter '__dest'\n      [cc1a,cc27) {reg0}\n    [3914e] parameter '__src'\n      [cc1a,cc28) {fbreg(-48)}\n    [3915b] parameter '__len'\n      [cc1a,cc28) {fbreg(-64)}\n  [391e2] inlined function 'memcpy'@cc8b\n    [391fc] parameter '__dest'\n      [cc8b,cc93) {reg0}\n    [39209] parameter '__src'\n      [cc8b,cc93) {reg4}\n    [39216] parameter '__len'\n      [cc8b,cc93) {reg1}\n      [cc93,cc94) {fbreg(-64)}\n  [39820] function '__libelf_data_type'@c450\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3983b] parameter 'ehdr'\n      [c450,c4be) {reg5}\n    [39842] parameter 'sh_type'\n      [c450,c460) {reg4}\n      [c460,c461) {entry_value(1) {reg4}, stack_value}\n      [c461,c480) {reg4}\n      [c480,c49f) {entry_value(1) {reg4}, stack_value}\n      [c49f,c4be) {reg4}\n    [3984f] parameter 'align'\n      [c450,c49b) {reg1}\n      [c49b,c49f) {entry_value(1) {reg1}, stack_value}\n      [c49f,c4ad) {reg1}\n      [c4ad,c4be) {entry_value(1) {reg1}, stack_value}\n  [398bf] function 'elf_getdata'@cd80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [398da] parameter 'scn'\n      [cd80,cd89) {reg5}\n      [cd89,cd8a) {entry_value(1) {reg5}, stack_value}\n      [cd8a,cd93) {reg5}\n    [398e7] parameter 'data'\n      [cd80,cd89) {reg4}\n      [cd89,cd8a) {entry_value(1) {reg4}, stack_value}\n      [cd8a,cd93) {reg4}\n    [398f4] variable 'result'\n      <no value>\nmodule 'libelf.so'\n[39937] CU '../../elfutils-0.193/libelf/elf_newdata.c'@cdc0\n  [3aa0f] function 'elf_newdata'@cdc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3aa31] parameter 'scn'\n      [cdc0,ce0b) {reg5}\n      [ce0b,ce47) {reg3}\n      [ce47,ce48) {entry_value(1) {reg5}, stack_value}\n      [ce48,ce5f) {reg3}\n      [ce5f,ce60) {entry_value(1) {reg5}, stack_value}\n      [ce60,cece) {reg3}\n      [cece,ced3) {reg5}\n      [ced3,cee4) {reg3}\n    [3aa45] variable 'result'\n      [cdc0,ce1a) {lit0, stack_value}\n      [ce1a,ce46) {reg0}\n      [ce46,ce47) {breg3(64)}\n      [ce47,ce48) {reg0}\n      [ce48,ce5e) {lit0, stack_value}\n      [ce60,ce91) {lit0, stack_value}\n      [ce91,cea5) {reg0}\n      [cea5,ced3) {lit0, stack_value}\n      [ced3,cedc) {reg0}\nmodule 'libelf.so'\n[3ab26] CU '../../elfutils-0.193/libelf/elf_getdata_rawchunk.c'@0\n  [3c435] inlined function 'chunk_compare'@cf03\n    [3c456] parameter 'a'\n      [cf03,cf10) {reg5}\n      [cf13,cf1e) {reg5}\n    [3c463] parameter 'b'\n      [cf03,cf10) {reg4}\n      [cf13,cf1e) {reg4}\n    [3c470] variable 'da'\n      <no value>\n    [3c475] variable 'db'\n      <no value>\n  [3bfbd] inlined function 'pread_retry'@d283\n    [3bfd6] parameter 'fd'\n      [d283,d288) {reg2}\n      [d288,d2f7) {fbreg(-392)}\n      [d31a,d331) {fbreg(-392)}\n    [3bfe3] parameter 'buf'\n      [d283,d2f7) {fbreg(-416)}\n      [d31a,d331) {fbreg(-416)}\n    [3bff0] parameter 'len'\n      <no value>\n    [3bff5] parameter 'off'\n      <no value>\n    [3bffa] variable 'recvd'\n      [d283,d288) {lit0, stack_value}\n      [d288,d2f7) {reg3}\n      [d31a,d326) {reg3}\n      [d326,d328) {reg1}\n      [d328,d32f) {reg3}\n  [3c033] inlined function 'pread'@d290\n    [3c04c] parameter '__fd'\n      [d288,d2b0) {fbreg(-392)}\n    [3c059] parameter '__buf'\n      <no value>\n    [3c05e] parameter '__nbytes'\n      [d288,d2a0) {breg14(0), breg3(0), minus, stack_value}\n      [d2a0,d2a8) {reg1}\n      [d2a8,d2b0) {breg14(0), breg3(0), minus, stack_value}\n    [3c06b] parameter '__offset'\n      <no value>\n  [3bf39] inlined function 'memcpy'@d183\n    [3bf5e] parameter '__dest'\n      [d183,d192) {reg0}\n      [d192,d193) {reg14}\n    [3bf6b] parameter '__src'\n      [d183,d193) {fbreg(-408)}\n    [3bf78] parameter '__len'\n      [d183,d193) {reg3}\n  [3c3f2] function 'chunk_compare'@cef0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3c40d] parameter 'a'\n      [cef0,cf1f) {reg5}\n    [3c414] parameter 'b'\n      [cef0,cf1f) {reg4}\n    [3c41b] variable 'da'\n      [cef0,cf1f) {reg5}\n    [3c428] variable 'db'\n      [cef0,cf1f) {reg4}\nmodule 'libelf.so'\n[3c49d] CU '../../elfutils-0.193/libelf/elf_flagelf.c'@d370\n  [3d50f] function 'elf_flagelf'@d370\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3d52d] parameter 'elf'\n      [d370,d39d) {reg5}\n      [d39d,d3a9) {entry_value(1) {reg5}, stack_value}\n      [d3a9,d3d0) {reg5}\n      [d3d0,d3d9) {entry_value(1) {reg5}, stack_value}\n    [3d53f] parameter 'cmd'\n      [d370,d3a1) {reg4}\n      [d3a1,d3a9) {entry_value(1) {reg4}, stack_value}\n      [d3a9,d3d4) {reg4}\n      [d3d4,d3d9) {entry_value(1) {reg4}, stack_value}\n    [3d551] parameter 'flags'\n      [d370,d38a) {reg1}\n      [d38a,d394) {entry_value(1) {reg1}, stack_value}\n      [d394,d3a1) {reg1}\n      [d3a1,d3a9) {entry_value(1) {reg1}, stack_value}\n      [d3a9,d3d4) {reg1}\n      [d3d4,d3d9) {entry_value(1) {reg1}, stack_value}\n    [3d565] variable 'result'\n      [d3c2,d3c4) {reg0}\nmodule 'libelf.so'\n[3d5b1] CU '../../elfutils-0.193/libelf/elf_flagehdr.c'@d3e0\n  [3e623] function 'elf_flagehdr'@d3e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3e641] parameter 'elf'\n      [d3e0,d40d) {reg5}\n      [d40d,d419) {entry_value(1) {reg5}, stack_value}\n      [d419,d43d) {reg5}\n      [d43d,d446) {entry_value(1) {reg5}, stack_value}\n      [d446,d453) {reg5}\n    [3e653] parameter 'cmd'\n      [d3e0,d411) {reg4}\n      [d411,d419) {entry_value(1) {reg4}, stack_value}\n      [d419,d441) {reg4}\n      [d441,d446) {entry_value(1) {reg4}, stack_value}\n      [d446,d453) {reg4}\n    [3e665] parameter 'flags'\n      [d3e0,d3fa) {reg1}\n      [d3fa,d404) {entry_value(1) {reg1}, stack_value}\n      [d404,d411) {reg1}\n      [d411,d419) {entry_value(1) {reg1}, stack_value}\n      [d419,d441) {reg1}\n      [d441,d446) {entry_value(1) {reg1}, stack_value}\n      [d446,d453) {reg1}\n    [3e679] variable 'result'\n      [d432,d434) {reg0}\nmodule 'libelf.so'\n[3e6c5] CU '../../elfutils-0.193/libelf/elf_flagphdr.c'@d460\n  [3f737] function 'elf_flagphdr'@d460\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3f755] parameter 'elf'\n      [d460,d495) {reg5}\n      [d495,d4a1) {entry_value(1) {reg5}, stack_value}\n      [d4a1,d4d0) {reg5}\n      [d4d0,d4d9) {entry_value(1) {reg5}, stack_value}\n    [3f767] parameter 'cmd'\n      [d460,d499) {reg4}\n      [d499,d4a1) {entry_value(1) {reg4}, stack_value}\n      [d4a1,d4d4) {reg4}\n      [d4d4,d4d9) {entry_value(1) {reg4}, stack_value}\n    [3f779] parameter 'flags'\n      [d460,d47d) {reg1}\n      [d47d,d48a) {entry_value(1) {reg1}, stack_value}\n      [d48a,d499) {reg1}\n      [d499,d4a1) {entry_value(1) {reg1}, stack_value}\n      [d4a1,d4d4) {reg1}\n      [d4d4,d4d9) {entry_value(1) {reg1}, stack_value}\n    [3f78d] variable 'result'\n      [d4c0,d4c2) {reg0}\nmodule 'libelf.so'\n[3f7d9] CU '../../elfutils-0.193/libelf/elf_flagscn.c'@d4e0\n  [4084b] function 'elf_flagscn'@d4e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [40869] parameter 'scn'\n      [d4e0,d51d) {reg5}\n      [d51d,d529) {entry_value(1) {reg5}, stack_value}\n      [d529,d558) {reg5}\n      [d558,d561) {entry_value(1) {reg5}, stack_value}\n    [4087b] parameter 'cmd'\n      [d4e0,d521) {reg4}\n      [d521,d529) {entry_value(1) {reg4}, stack_value}\n      [d529,d55c) {reg4}\n      [d55c,d561) {entry_value(1) {reg4}, stack_value}\n    [4088d] parameter 'flags'\n      [d4e0,d504) {reg1}\n      [d504,d511) {entry_value(1) {reg1}, stack_value}\n      [d511,d521) {reg1}\n      [d521,d529) {entry_value(1) {reg1}, stack_value}\n      [d529,d55c) {reg1}\n      [d55c,d561) {entry_value(1) {reg1}, stack_value}\n    [408a1] variable 'result'\n      [d50c,d511) {reg0}\n      [d548,d54a) {reg0}\nmodule 'libelf.so'\n[408ed] CU '../../elfutils-0.193/libelf/elf_flagshdr.c'@d570\n  [4195f] function 'elf_flagshdr'@d570\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4197d] parameter 'scn'\n      [d570,d5ad) {reg5}\n      [d5ad,d5b9) {entry_value(1) {reg5}, stack_value}\n      [d5b9,d5e8) {reg5}\n      [d5e8,d5f1) {entry_value(1) {reg5}, stack_value}\n    [4198f] parameter 'cmd'\n      [d570,d5b1) {reg4}\n      [d5b1,d5b9) {entry_value(1) {reg4}, stack_value}\n      [d5b9,d5ec) {reg4}\n      [d5ec,d5f1) {entry_value(1) {reg4}, stack_value}\n    [419a1] parameter 'flags'\n      [d570,d594) {reg1}\n      [d594,d5a1) {entry_value(1) {reg1}, stack_value}\n      [d5a1,d5b1) {reg1}\n      [d5b1,d5b9) {entry_value(1) {reg1}, stack_value}\n      [d5b9,d5ec) {reg1}\n      [d5ec,d5f1) {entry_value(1) {reg1}, stack_value}\n    [419b5] variable 'result'\n      [d59c,d5a1) {reg0}\n      [d5d8,d5da) {reg0}\nmodule 'libelf.so'\n[41a01] CU '../../elfutils-0.193/libelf/elf_flagdata.c'@d600\n  [42a73] function 'elf_flagdata'@d600\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [42a95] parameter 'data'\n      [d600,d63d) {reg5}\n      [d63d,d649) {entry_value(1) {reg5}, stack_value}\n      [d649,d678) {reg5}\n      [d678,d681) {entry_value(1) {reg5}, stack_value}\n    [42aa7] parameter 'cmd'\n      [d600,d641) {reg4}\n      [d641,d649) {entry_value(1) {reg4}, stack_value}\n      [d649,d67c) {reg4}\n      [d67c,d681) {entry_value(1) {reg4}, stack_value}\n    [42abb] parameter 'flags'\n      [d600,d628) {reg1}\n      [d628,d635) {entry_value(1) {reg1}, stack_value}\n      [d635,d641) {reg1}\n      [d641,d649) {entry_value(1) {reg1}, stack_value}\n      [d649,d67c) {reg1}\n      [d67c,d681) {entry_value(1) {reg1}, stack_value}\n    [42acd] variable 'data_scn'\n      [d605,d63d) {reg5}\n      [d63d,d649) {entry_value(1) {reg5}, stack_value}\n      [d649,d66a) {reg5}\n      [d673,d678) {reg5}\n      [d678,d681) {entry_value(1) {reg5}, stack_value}\n    [42ae0] variable 'result'\n      [d630,d635) {reg0}\n      [d668,d66a) {reg0}\nmodule 'libelf.so'\n[42b35] CU '../../elfutils-0.193/libelf/elf_memory.c'@d690\n  [43bb9] function 'elf_memory'@d690\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [43bd7] parameter 'image'\n      [d690,d6ab) {reg5}\n      [d6ab,d6af) {reg4}\n      [d6af,d6b0) {entry_value(1) {reg5}, stack_value}\n      [d6b0,d6b9) {reg5}\n      [d6b9,d6c5) {entry_value(1) {reg5}, stack_value}\n    [43be9] parameter 'size'\n      [d690,d69e) {reg4}\n      [d69e,d6af) {reg2}\n      [d6af,d6b0) {entry_value(1) {reg4}, stack_value}\n      [d6b0,d6bd) {reg4}\n      [d6bd,d6c5) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[43c51] CU '../../elfutils-0.193/libelf/elf_update.c'@d6d0\n  [44fc8] function 'elf_update'@d6d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [44fea] parameter 'elf'\n      [d6d0,d704) {reg5}\n      [d704,d74a) {entry_value(1) {reg5}, stack_value}\n      [d74a,d768) {reg5}\n      [d768,dabe) {reg3}\n      [dabe,dac3) {entry_value(1) {reg5}, stack_value}\n    [44ffd] parameter 'cmd'\n      [d6d0,d708) {reg4}\n      [d708,d74a) {entry_value(1) {reg4}, stack_value}\n      [d74a,d797) {reg4}\n      [d797,d7f6) {reg13}\n      [d7f6,d836) {entry_value(1) {reg4}, stack_value}\n      [d836,d85b) {reg4}\n      [d85b,d86d) {reg13}\n      [d86d,da2f) {entry_value(1) {reg4}, stack_value}\n      [da2f,da3f) {reg13}\n      [da3f,da58) {entry_value(1) {reg4}, stack_value}\n      [da58,da6f) {reg13}\n      [da6f,da94) {entry_value(1) {reg4}, stack_value}\n      [da94,da9d) {reg4}\n      [da9d,daa3) {reg13}\n      [daa3,daac) {reg4}\n      [daac,dab2) {reg13}\n      [dab2,dac3) {entry_value(1) {reg4}, stack_value}\n    [45010] variable 'shnum'\n      [d78e,d827) {reg12}\n      [d827,d82b) {reg1}\n      [d82b,d836) {reg12}\n      [d85b,d864) {reg1}\n      [d864,d86d) {reg12}\n      [d86d,d874) {reg1}\n      [d874,da94) {reg12}\n      [dab2,dabe) {reg12}\n    [45023] variable 'size'\n      [d7ab,d836) {reg6}\n      [d868,d86d) {reg0}\n      [d86d,d94f) {reg6}\n      [d954,da3a) {reg6}\n      [da3a,da3f) {const1s(-1), stack_value}\n      [da3f,da6a) {reg6}\n      [da6a,da6f) {const1s(-1), stack_value}\n      [da6f,da94) {reg6}\n      [daad,dab2) {const1s(-1), stack_value}\n      [dab2,dabe) {reg6}\n    [45036] variable 'change_bo'\n      [d6d0,dac3) {fbreg(-212)}\n  [4504e] inlined function 'write_file'@d7f2\n    [45067] parameter 'elf'\n      [d7f2,d836) {reg3}\n      [d86d,d94f) {reg3}\n      [d954,da2f) {reg3}\n      [da3f,da58) {reg3}\n      [da6f,da94) {reg3}\n      [dab2,dabe) {reg3}\n    [45074] parameter 'size'\n      [d7f2,d836) {reg6}\n      [d86d,d888) {reg6}\n      [d8b0,d93b) {reg6}\n      [d94b,da1a) {reg6}\n      [da3f,da58) {reg6}\n      [da6f,da7f) {reg6}\n      [dab2,dabe) {reg6}\n    [45081] parameter 'change_bo'\n      [d7f2,d827) {reg14}\n      [d827,d82b) {reg4}\n      [d82b,d836) {reg14}\n      [d86d,d874) {reg4}\n      [d874,d94f) {reg14}\n      [d954,da2f) {reg14}\n      [da3f,da58) {reg14}\n      [da6f,da94) {reg14}\n      [dab2,dabe) {reg14}\n    [4508e] parameter 'shnum'\n      [d7f2,d827) {reg12}\n      [d827,d82b) {reg1}\n      [d82b,d836) {reg12}\n      [d86d,d874) {reg1}\n      [d874,d94f) {reg12}\n      [d954,da2f) {reg12}\n      [da3f,da58) {reg12}\n      [da6f,da94) {reg12}\n      [dab2,dabe) {reg12}\n    [4509b] variable 'class'\n      [d7f6,d836) {reg13}\n      [d86d,d94f) {reg13}\n      [d954,da2f) {reg13}\n      [da3f,da58) {reg13}\n      [da6f,da94) {reg13}\n      [dab2,dabe) {reg13}\n    [450a8] variable 'st'\n      [d710,d720) {fbreg(-208)}\n      [d7e8,d7ed) {fbreg(-208)}\n      [d7f2,d840) {fbreg(-208)}\n      [d870,da30) {fbreg(-208)}\n      [da40,da60) {fbreg(-208)}\n      [da70,da94) {fbreg(-208)}\n      [dab2,dabe) {fbreg(-208)}\nmodule 'libelf.so'\n[45324] CU '../../elfutils-0.193/libelf/elf32_updatenull.c'@0\n  [46b4b] inlined function 'default_ehdr32'@db03\n    [46b65] parameter 'elf'\n      [db03,dba8) {reg6}\n      [ddf4,de15) {reg6}\n      [e00f,e01f) {reg6}\n      [e139,e172) {reg6}\n      [e177,e1aa) {reg6}\n    [46b72] parameter 'ehdr'\n      [db03,db21) {reg0}\n      [db21,dba8) {reg12}\n      [ddf4,de15) {reg12}\n      [e00f,e01f) {reg0}\n      [e139,e172) {reg12}\n      [e177,e1aa) {reg12}\n    [46b7f] parameter 'shnum'\n      [db03,dba8) {reg13}\n      [ddf4,de15) {reg13}\n      [e00f,e01f) {reg13}\n      [e139,e172) {reg13}\n      [e177,e1aa) {reg13}\n    [46b8c] parameter 'change_bop'\n      [db03,dba8) {reg3}\n      [ddf4,de11) {reg3}\n      [de11,de15) {entry_value(1) {reg4}, stack_value}\n      [e00f,e01f) {reg3}\n      [e139,e172) {reg3}\n      [e177,e1aa) {reg3}\n  [46c5d] inlined function 'memcpy'@e010\n    [46c83] parameter '__dest'\n      [e00f,e016) {reg0}\n    [46c90] parameter '__src'\n      [e00f,e016) {implicit_pointer([46e38],0) {implicit_value(5){7f454c4600}}}\n    [46c9d] parameter '__len'\n      [e00f,e016) {lit4, stack_value}\nmodule 'libelf.so'\n[46e57] CU '../../elfutils-0.193/libelf/elf64_updatenull.c'@0\n  [486a4] inlined function 'default_ehdr64'@e313\n    [486be] parameter 'elf'\n      [e313,e3ac) {reg12}\n      [e5e4,e601) {reg12}\n      [e807,e821) {reg12}\n      [e942,e982) {reg12}\n      [e987,e9ba) {reg12}\n    [486cb] parameter 'ehdr'\n      [e313,e32d) {reg0}\n      [e32d,e3ac) {reg3}\n      [e5e4,e601) {reg3}\n      [e807,e821) {reg0}\n      [e942,e982) {reg3}\n      [e987,e9ba) {reg3}\n    [486d8] parameter 'shnum'\n      [e313,e3ac) {reg13}\n      [e5e4,e601) {reg13}\n      [e807,e821) {reg13}\n      [e942,e982) {reg13}\n      [e987,e9ba) {reg13}\n    [486e5] parameter 'change_bop'\n      [e313,e394) {reg6}\n      [e394,e3ac) {entry_value(1) {reg4}, stack_value}\n      [e5e4,e601) {entry_value(1) {reg4}, stack_value}\n      [e807,e821) {reg6}\n      [e942,e982) {reg6}\n      [e987,e99f) {entry_value(1) {reg4}, stack_value}\n      [e99f,e9ba) {reg6}\n  [487b6] inlined function 'memcpy'@e810\n    [487dc] parameter '__dest'\n      [e807,e816) {reg0}\n    [487e9] parameter '__src'\n      [e807,e816) {implicit_pointer([48991],0) {implicit_value(5){7f454c4600}}}\n    [487f6] parameter '__len'\n      [e807,e816) {lit4, stack_value}\nmodule 'libelf.so'\n[489b0] CU '../../elfutils-0.193/libelf/elf32_updatefile.c'@0\n  [4ac22] function 'fill'@eb70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4ac45] parameter 'fd'\n      [eb70,eb8c) {reg5}\n      [eb8c,ec45) {reg14}\n      [ec45,ec48) {entry_value(1) {reg5}, stack_value}\n      [ec48,ec73) {reg14}\n      [ec73,ec76) {entry_value(1) {reg5}, stack_value}\n      [ec76,ecae) {reg14}\n    [4ac58] parameter 'pos'\n      [eb70,ebaa) {reg4}\n      [ebaa,ec43) {reg13}\n      [ec48,ec71) {reg13}\n      [ec76,ec7c) {reg13}\n      [ec7c,ec80) {reg4}\n      [ec80,ecae) {reg13}\n    [4ac6c] parameter 'len'\n      [eb70,ebaa) {reg1}\n      [ebaa,ec2c) {fbreg(-80)}\n      [ec2c,ec31) {fbreg(-80), deref, breg3(0), minus, stack_value}\n      [ec31,ec7c) {fbreg(-80)}\n      [ec7c,ec83) {reg1}\n      [ec83,ecae) {fbreg(-80)}\n    [4ac80] parameter 'fillbuf'\n      [eb70,ebaa) {reg2}\n      [ebaa,ec7c) {fbreg(-96)}\n      [ec7c,ec9b) {reg2}\n      [ec9b,ecae) {fbreg(-96)}\n    [4ac94] parameter 'filledp'\n      [eb70,ebaa) {reg8}\n      [ebaa,ec7c) {entry_value(1) {reg8}, stack_value}\n      [ec7c,ec9b) {reg8}\n      [ec9b,ecae) {fbreg(-88)}\n    [4aca8] variable 'filled'\n      [eba4,ebaa) {reg5}\n      [ebaa,ec7c) {fbreg(-72)}\n      [ec7c,ec91) {reg5}\n      [ec91,ec9b) {breg8(0)}\n      [ec9b,ec9c) {fbreg(-72)}\n      [ec9c,ecae) {reg3}\n    [4acbc] variable 'fill_len'\n      [eba4,ebaa) {reg0}\n      [ebaa,ec7c) {entry_value(1) {reg1}, const2u(4096), entry_value(1) {reg1}, plus_uconst(9223372036854775808), consts(-9223372036854771712), le, bra(1), swap, drop, stack_value}\n      [ec7c,ec9b) {reg0}\n      [ec9b,ecae) {reg3}\n  [4b342] inlined function 'fill_mmap'@f0ce\n    [4b368] parameter 'offset'\n      [f0ce,f109) {lit0, stack_value}\n    [4b375] parameter 'last_position'\n      [f0ce,f0fe) {reg5}\n    [4b382] parameter 'scn_start'\n      [f0ce,f109) {reg14}\n    [4b38f] parameter 'shdr_start'\n      [f0ce,f109) {fbreg(-192)}\n    [4b39c] parameter 'shdr_end'\n      <no value>\n    [4b3a1] variable 'written'\n      [f0ce,f0fa) {lit0, stack_value}\n      [f0fa,f0fe) {reg1}\n  [4b3f8] inlined function 'fill_mmap'@f3a3\n    [4b412] parameter 'offset'\n      [f3a3,f3b8) {reg0}\n      [f3b8,f3d3) {breg3(24)}\n      [f3f2,f3fe) {breg3(24)}\n      [f4cd,f4e3) {breg3(24)}\n    [4b41f] parameter 'last_position'\n      [f3a3,f3d3) {reg5}\n    [4b42c] parameter 'scn_start'\n      <no value>\n    [4b431] parameter 'shdr_start'\n      [f3a3,f3fe) {fbreg(-192)}\n      [f4a5,f4e3) {fbreg(-192)}\n    [4b43e] parameter 'shdr_end'\n      <no value>\n    [4b443] variable 'written'\n      [f3a3,f3ca) {lit0, stack_value}\n      [f3ca,f3d3) {reg1}\n      [f3d3,f3e2) {fbreg(-184)}\n  [4aa0b] inlined function 'sort_sections'\n    [4aa1c] parameter 'scns'\n      <no value>\n    [4aa21] parameter 'list'\n      [fa26,faa4) {reg9}\n    [4aa2e] variable 'scnp'\n      [fa26,fa45) {reg4}\n      [fa45,fa78) {reg1}\n  [4b790] inlined function 'sort_sections'@ee7c\n    [4b7a9] parameter 'scns'\n      (ee7c,ee7c) <empty range>\n      [ee7c,eee5) {fbreg(-120)}\n    [4b7b6] parameter 'list'\n      [ee7c,eee4) {reg9}\n    [4b7c3] variable 'scnp'\n      [ee7c,ee94) {reg4}\n      [ee94,eeb8) {reg0}\n  [4bb3f] function 'compare_sections'@eb00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4bb61] parameter 'a'\n      [eb00,eb12) {reg5}\n      [eb12,eb65) {entry_value(1) {reg5}, stack_value}\n    [4bb72] parameter 'b'\n      [eb00,eb19) {reg4}\n      [eb19,eb65) {entry_value(1) {reg4}, stack_value}\n    [4bb83] variable 'scna'\n      [eb00,eb12) {reg5}\n      [eb12,eb65) {entry_value(1) {reg5}, stack_value}\n    [4bb96] variable 'scnb'\n      [eb00,eb19) {reg4}\n      [eb19,eb65) {entry_value(1) {reg4}, stack_value}\n  [4a2ef] inlined function 'pwrite_retry'@f753\n    [4a309] parameter 'fd'\n      [f753,f79a) {reg12}\n      [fca6,fcac) {reg12}\n    [4a316] parameter 'buf'\n      [f753,f79a) {reg13}\n      [fca6,fcac) {reg13}\n    [4a323] parameter 'len'\n      [f753,f79a) {const1u(52), stack_value}\n      [fca6,fcac) {const1u(52), stack_value}\n    [4a330] parameter 'off'\n      [f753,f79a) {lit0, stack_value}\n      [fca6,fcac) {lit0, stack_value}\n    [4a33d] variable 'recvd'\n      [f753,f79a) {reg14}\n      [fca6,fcac) {reg14}\n  [4a45a] inlined function 'pwrite_retry'@f88e\n    [4a474] parameter 'fd'\n      (f88e,f88e) <empty range>\n      [f88e,f8ed) {fbreg(-37168)}\n      [ff9a,ffaa) {fbreg(-37168)}\n      [fffa,10011) {fbreg(-37168)}\n    [4a481] parameter 'buf'\n      <no value>\n    [4a486] parameter 'len'\n      <no value>\n    [4a48b] parameter 'off'\n      <no value>\n    [4a490] variable 'recvd'\n      [f88e,f8e5) {reg3}\n      [ff9a,ffa0) {reg3}\n      [ffa0,ffaa) {reg1}\n      [fffa,10003) {reg3}\n      [10003,10011) {reg14}\n  [4a6ea] inlined function 'pwrite_retry'@fdc7\n    [4a704] parameter 'fd'\n      (fdc7,fdc7) <empty range>\n      [fdc7,fe37) {fbreg(-37152)}\n      [fea3,fea7) {fbreg(-37152)}\n    [4a711] parameter 'buf'\n      [fdc7,fe37) {fbreg(-37160)}\n      [fea3,fea7) {fbreg(-37160)}\n    [4a71e] parameter 'len'\n      [fdc7,fe37) {reg3}\n      [fea3,fea7) {reg3}\n    [4a72b] parameter 'off'\n      <no value>\n    [4a730] variable 'recvd'\n      [fdc7,fe18) {reg14}\n      [fe18,fe37) {reg13}\n      [fea3,fea7) {reg13}\n  [4a947] inlined function 'pwrite_retry'@fbfa\n    [4a961] parameter 'fd'\n      [f984,f988) {reg14}\n      [fbfa,fc3f) {reg14}\n      [1003a,10053) {reg14}\n    [4a96e] parameter 'buf'\n      [f984,f988) {fbreg(-37080)}\n      (fbfa,fbfa) <empty range>\n      [fbfa,fc3f) {fbreg(-37080)}\n      [1003a,10053) {fbreg(-37080)}\n    [4a97b] parameter 'len'\n      [f984,f988) {reg6}\n      [fbfa,fc3f) {reg6}\n      [1003a,10053) {reg6}\n    [4a988] parameter 'off'\n      [f984,f988) {fbreg(-37028), deref_size(4), const4u(4294967295), and, fbreg(-37040), deref, plus, stack_value}\n      [fbfa,fc3f) {fbreg(-37028), deref_size(4), const4u(4294967295), and, fbreg(-37040), deref, plus, stack_value}\n      [1003a,10053) {fbreg(-37028), deref_size(4), const4u(4294967295), and, fbreg(-37040), deref, plus, stack_value}\n    [4a995] variable 'recvd'\n      [f984,f988) {reg15}\n      [fbfa,fc3f) {reg15}\n      [1003a,10053) {reg15}\n  [4aceb] inlined function 'pwrite_retry'@ebc8\n    [4ad05] parameter 'fd'\n      <no value>\n    [4ad0a] parameter 'buf'\n      <no value>\n    [4ad0f] parameter 'len'\n      [ebc8,ec24) {reg3}\n      [ec48,ec53) {reg3}\n      [ec76,ec7c) {reg3}\n    [4ad1c] parameter 'off'\n      [ebc8,ec24) {reg13}\n      [ec48,ec53) {reg13}\n      [ec76,ec7c) {reg13}\n    [4ad29] variable 'recvd'\n      [ebc8,ebcb) {lit0, stack_value}\n      [ebcb,ec24) {reg15}\n      [ec48,ec53) {reg15}\n      [ec76,ec7c) {reg15}\n  [4adb3] inlined function 'memset'@ec8b\n    [4adca] parameter '__dest'\n      [ec8b,ec97) {breg4(0), fbreg(-72), deref, plus, stack_value}\n      [ec97,ec9c) {fbreg(-96), deref, fbreg(-72), deref, plus, stack_value}\n    [4add7] parameter '__ch'\n      <no value>\n    [4addc] parameter '__len'\n      [ec8b,ec8e) {breg1(0), fbreg(-72), deref, minus, stack_value}\n      [ec8e,ec9c) {breg3(0), fbreg(-72), deref, minus, stack_value}\n  [4b3ae] inlined function 'memset'@f0fa\n    [4b3c2] parameter '__dest'\n      [f0fa,f0fe) {reg5}\n    [4b3cf] parameter '__ch'\n      [f0fa,f0fe) {reg4}\n    [4b3dc] parameter '__len'\n      [f0fa,f0fe) {reg1}\n  [4b450] inlined function 'memset'@f3ca\n    [4b469] parameter '__dest'\n      [f3ca,f3d3) {reg5}\n    [4b476] parameter '__ch'\n      [f3ca,f3d3) {reg4}\n    [4b483] parameter '__len'\n      [f3ca,f3d3) {reg1}\n      [f3d3,f3d4) {fbreg(-184)}\n  [4b4bd] inlined function 'memset'@f4c5\n    [4b4d1] parameter '__dest'\n      [f4c5,f4cc) {reg5}\n      [f4cc,f4cd) {fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, stack_value}\n    [4b4de] parameter '__ch'\n      [f4c5,f4cc) {reg4}\n    [4b4eb] parameter '__len'\n      [f4c5,f4c8) {breg1(0), breg5(0), minus, stack_value}\n      [f4c8,f4cc) {reg1}\n      [f4cc,f4cd) {breg6(0), fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, minus, stack_value}\n  [4b81e] inlined function 'memset'@f509\n    [4b838] parameter '__dest'\n      [f509,f50d) {reg5}\n    [4b845] parameter '__ch'\n      [f509,f50d) {reg4}\n    [4b852] parameter '__len'\n      <no value>\n  [4b950] inlined function 'memset'@f549\n    [4b969] parameter '__dest'\n      [f549,f560) {breg2(0), const2u(65535), and, breg13(0), deref, plus, breg13(40), deref, plus, stack_value}\n    [4b976] parameter '__ch'\n      <no value>\n    [4b97b] parameter '__len'\n      [f549,f554) {breg1(0), breg2(0), minus, const4u(4294967295), and, stack_value}\n      [f554,f560) {reg1}\n  [4b564] inlined function 'memmove'@f483\n    [4b57e] parameter '__dest'\n      <no value>\n    [4b583] parameter '__src'\n      [f483,f48d) {reg4}\n    [4b590] parameter '__len'\n      [f483,f48d) {reg1}\n  [4b8f7] inlined function 'memmove'@eddb\n    [4b91b] parameter '__dest'\n      [eddb,ede2) {fbreg(-144), deref, plus_uconst(28), deref_size(4), const4u(4294967295), and, breg13(0), deref, plus, breg13(40), deref, plus, stack_value}\n    [4b928] parameter '__src'\n      [eddb,ede2) {breg13(88)}\n    [4b935] parameter '__len'\n      [eddb,ede2) {fbreg(-88), deref, lit5, shl, stack_value}\n  [4a834] inlined function 'memcpy'@fb46\n    [4a84e] parameter '__dest'\n      [fb46,fb64) {breg9(128), deref, const1u(40), mul, fbreg(-37080), deref, plus, stack_value}\n    [4a85b] parameter '__src'\n      [fb46,fb64) {breg9(144)}\n      [fb64,fb83) {reg2}\n    [4a868] parameter '__len'\n      [fb46,fb88) {const1u(40), stack_value}\n  [4af97] inlined function 'memcpy'@ef84\n    [4afbd] parameter '__dest'\n      [ef84,efab) {reg0}\n    [4afca] parameter '__src'\n      [ef84,efab) {reg6}\n    [4afd7] parameter '__len'\n      [ef84,efab) {const1u(40), stack_value}\n  [4b08f] inlined function 'memcpy'@f011\n    [4b0b5] parameter '__dest'\n      [f011,f01e) {reg0}\n    [4b0c2] parameter '__src'\n      [f011,f01f) {reg6}\n    [4b0cf] parameter '__len'\n      [f011,f01f) {reg12}\n  [4b251] inlined function 'memcpy'@f672\n    [4b277] parameter '__dest'\n      <no value>\n    [4b27c] parameter '__src'\n      [f672,f682) {reg13}\n    [4b289] parameter '__len'\n      <no value>\n  [4b726] inlined function 'memcpy'@f1b0\n    [4b74c] parameter '__dest'\n      <no value>\n    [4b751] parameter '__src'\n      [f1b0,f1d6) {reg4}\n    [4b75e] parameter '__len'\n      [f1b0,f1d6) {const1u(40), stack_value}\n  [4b8ab] inlined function 'memcpy'@ed21\n    [4b8cf] parameter '__dest'\n      [ed21,ed27) {breg13(0), deref, breg13(40), deref, plus, stack_value}\n    [4b8dc] parameter '__src'\n      [ed21,ed27) {breg13(72)}\n      [ed27,ed55) {reg2}\n    [4b8e9] parameter '__len'\n      [ed21,ed55) {const1u(52), stack_value}\nmodule 'libelf.so'\n[4bcdf] CU '../../elfutils-0.193/libelf/elf64_updatefile.c'@0\n  [4df4f] function 'fill'@10170\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4df72] parameter 'fd'\n      [10170,1018c) {reg5}\n      [1018c,10245) {reg14}\n      [10245,10248) {entry_value(1) {reg5}, stack_value}\n      [10248,10273) {reg14}\n      [10273,10276) {entry_value(1) {reg5}, stack_value}\n      [10276,102ae) {reg14}\n    [4df85] parameter 'pos'\n      [10170,101aa) {reg4}\n      [101aa,10243) {reg13}\n      [10248,10271) {reg13}\n      [10276,1027c) {reg13}\n      [1027c,10280) {reg4}\n      [10280,102ae) {reg13}\n    [4df99] parameter 'len'\n      [10170,101aa) {reg1}\n      [101aa,1022c) {fbreg(-80)}\n      [1022c,10231) {fbreg(-80), deref, breg3(0), minus, stack_value}\n      [10231,1027c) {fbreg(-80)}\n      [1027c,10283) {reg1}\n      [10283,102ae) {fbreg(-80)}\n    [4dfad] parameter 'fillbuf'\n      [10170,101aa) {reg2}\n      [101aa,1027c) {fbreg(-96)}\n      [1027c,1029b) {reg2}\n      [1029b,102ae) {fbreg(-96)}\n    [4dfc1] parameter 'filledp'\n      [10170,101aa) {reg8}\n      [101aa,1027c) {entry_value(1) {reg8}, stack_value}\n      [1027c,1029b) {reg8}\n      [1029b,102ae) {fbreg(-88)}\n    [4dfd5] variable 'filled'\n      [101a4,101aa) {reg5}\n      [101aa,1027c) {fbreg(-72)}\n      [1027c,10291) {reg5}\n      [10291,1029b) {breg8(0)}\n      [1029b,1029c) {fbreg(-72)}\n      [1029c,102ae) {reg3}\n    [4dfe9] variable 'fill_len'\n      [101a4,101aa) {reg0}\n      [101aa,1027c) {entry_value(1) {reg1}, const2u(4096), entry_value(1) {reg1}, plus_uconst(9223372036854775808), consts(-9223372036854771712), le, bra(1), swap, drop, stack_value}\n      [1027c,1029b) {reg0}\n      [1029b,102ae) {reg3}\n  [4e66f] inlined function 'fill_mmap'@106ee\n    [4e695] parameter 'offset'\n      [106ee,10729) {lit0, stack_value}\n    [4e6a2] parameter 'last_position'\n      [106ee,1071e) {reg5}\n    [4e6af] parameter 'scn_start'\n      [106ee,10729) {reg14}\n    [4e6bc] parameter 'shdr_start'\n      [106ee,10729) {fbreg(-192)}\n    [4e6c9] parameter 'shdr_end'\n      <no value>\n    [4e6ce] variable 'written'\n      [106ee,1071a) {lit0, stack_value}\n      [1071a,1071e) {reg1}\n  [4e725] inlined function 'fill_mmap'@109e3\n    [4e73f] parameter 'offset'\n      [109e3,109f8) {reg0}\n      [109f8,10a13) {breg3(24)}\n      [10a32,10a3e) {breg3(24)}\n      [10b0d,10b23) {breg3(24)}\n    [4e74c] parameter 'last_position'\n      [109e3,10a13) {reg5}\n    [4e759] parameter 'scn_start'\n      <no value>\n    [4e75e] parameter 'shdr_start'\n      [109e3,10a3e) {fbreg(-192)}\n      [10ae5,10b23) {fbreg(-192)}\n    [4e76b] parameter 'shdr_end'\n      <no value>\n    [4e770] variable 'written'\n      [109e3,10a0a) {lit0, stack_value}\n      [10a0a,10a13) {reg1}\n      [10a13,10a22) {fbreg(-184)}\n  [4dd3a] inlined function 'sort_sections'\n    [4dd4b] parameter 'scns'\n      <no value>\n    [4dd50] parameter 'list'\n      [11062,110c4) {reg9}\n    [4dd5d] variable 'scnp'\n      [11062,1107d) {reg4}\n      [1107d,11098) {reg1}\n  [4eabd] inlined function 'sort_sections'@1046d\n    [4ead6] parameter 'scns'\n      [1046d,104e1) {fbreg(-128)}\n    [4eae3] parameter 'list'\n      [1046d,104d8) {reg5}\n    [4eaf0] variable 'scnp'\n      [1046d,10484) {reg4}\n      [10484,104b8) {reg0}\n  [4ee6a] function 'compare_sections'@10100\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4ee8c] parameter 'a'\n      [10100,10112) {reg5}\n      [10112,1016d) {entry_value(1) {reg5}, stack_value}\n    [4ee9d] parameter 'b'\n      [10100,10119) {reg4}\n      [10119,1016d) {entry_value(1) {reg4}, stack_value}\n    [4eeae] variable 'scna'\n      [10100,10112) {reg5}\n      [10112,1016d) {entry_value(1) {reg5}, stack_value}\n    [4eec1] variable 'scnb'\n      [10100,10119) {reg4}\n      [10119,1016d) {entry_value(1) {reg4}, stack_value}\n  [4d61e] inlined function 'pwrite_retry'@10da3\n    [4d638] parameter 'fd'\n      [10da3,10dea) {reg12}\n      [112da,112e0) {reg12}\n    [4d645] parameter 'buf'\n      [10da3,10dea) {reg13}\n      [112da,112e0) {reg13}\n    [4d652] parameter 'len'\n      [10da3,10dea) {const1u(64), stack_value}\n      [112da,112e0) {const1u(64), stack_value}\n    [4d65f] parameter 'off'\n      [10da3,10dea) {lit0, stack_value}\n      [112da,112e0) {lit0, stack_value}\n    [4d66c] variable 'recvd'\n      [10da3,10dea) {reg14}\n      [112da,112e0) {reg14}\n  [4d789] inlined function 'pwrite_retry'@10edc\n    [4d7a3] parameter 'fd'\n      (10edc,10edc) <empty range>\n      [10edc,10f3d) {fbreg(-37168)}\n      [115ce,115de) {fbreg(-37168)}\n      [1162c,11643) {fbreg(-37168)}\n    [4d7b0] parameter 'buf'\n      <no value>\n    [4d7b5] parameter 'len'\n      <no value>\n    [4d7ba] parameter 'off'\n      <no value>\n    [4d7bf] variable 'recvd'\n      [10edc,10f35) {reg3}\n      [115ce,115d4) {reg3}\n      [115d4,115de) {reg1}\n      [1162c,11635) {reg3}\n      [11635,11643) {reg14}\n  [4da19] inlined function 'pwrite_retry'@113ff\n    [4da33] parameter 'fd'\n      (113ff,113ff) <empty range>\n      [113ff,11467) {fbreg(-37152)}\n      [114d0,114d4) {fbreg(-37152)}\n    [4da40] parameter 'buf'\n      [113ff,11467) {fbreg(-37160)}\n      [114d0,114d4) {fbreg(-37160)}\n    [4da4d] parameter 'len'\n      [113ff,11467) {reg3}\n      [114d0,114d4) {reg3}\n    [4da5a] parameter 'off'\n      <no value>\n    [4da5f] variable 'recvd'\n      [113ff,11448) {reg15}\n      [11448,11467) {reg13}\n      [114d0,114d4) {reg13}\n  [4dc76] inlined function 'pwrite_retry'@1122b\n    [4dc90] parameter 'fd'\n      [10fce,10fd2) {reg14}\n      [11227,11271) {reg14}\n      [1166c,11683) {reg14}\n    [4dc9d] parameter 'buf'\n      [10fce,10fd2) {fbreg(-37088)}\n      [11227,1122b) {reg12}\n      [1122b,11271) {fbreg(-37088)}\n      [1166c,11683) {fbreg(-37088)}\n    [4dcaa] parameter 'len'\n      [10fce,10fd2) {reg3}\n      [1122b,11271) {reg3}\n      [1166c,11683) {reg3}\n    [4dcb7] parameter 'off'\n      [10fce,10fd2) {fbreg(-37040), deref, fbreg(-37032), deref, plus, stack_value}\n      [1122b,11271) {fbreg(-37040), deref, fbreg(-37032), deref, plus, stack_value}\n      [1166c,11683) {fbreg(-37040), deref, fbreg(-37032), deref, plus, stack_value}\n    [4dcc4] variable 'recvd'\n      [10fce,10fd2) {reg15}\n      [1122b,11271) {reg15}\n      [1166c,11683) {reg15}\n  [4e018] inlined function 'pwrite_retry'@101c8\n    [4e032] parameter 'fd'\n      <no value>\n    [4e037] parameter 'buf'\n      <no value>\n    [4e03c] parameter 'len'\n      [101c8,10224) {reg3}\n      [10248,10253) {reg3}\n      [10276,1027c) {reg3}\n    [4e049] parameter 'off'\n      [101c8,10224) {reg13}\n      [10248,10253) {reg13}\n      [10276,1027c) {reg13}\n    [4e056] variable 'recvd'\n      [101c8,101cb) {lit0, stack_value}\n      [101cb,10224) {reg15}\n      [10248,10253) {reg15}\n      [10276,1027c) {reg15}\n  [4e0e0] inlined function 'memset'@1028b\n    [4e0f7] parameter '__dest'\n      [1028b,10297) {breg4(0), fbreg(-72), deref, plus, stack_value}\n      [10297,1029c) {fbreg(-96), deref, fbreg(-72), deref, plus, stack_value}\n    [4e104] parameter '__ch'\n      <no value>\n    [4e109] parameter '__len'\n      [1028b,1028e) {breg1(0), fbreg(-72), deref, minus, stack_value}\n      [1028e,1029c) {breg3(0), fbreg(-72), deref, minus, stack_value}\n  [4e6db] inlined function 'memset'@1071a\n    [4e6ef] parameter '__dest'\n      [1071a,1071e) {reg5}\n    [4e6fc] parameter '__ch'\n      [1071a,1071e) {reg4}\n    [4e709] parameter '__len'\n      [1071a,1071e) {reg1}\n  [4e77d] inlined function 'memset'@10a0a\n    [4e796] parameter '__dest'\n      [10a0a,10a13) {reg5}\n    [4e7a3] parameter '__ch'\n      [10a0a,10a13) {reg4}\n    [4e7b0] parameter '__len'\n      [10a0a,10a13) {reg1}\n      [10a13,10a14) {fbreg(-184)}\n  [4e7ea] inlined function 'memset'@10b05\n    [4e7fe] parameter '__dest'\n      [10b05,10b0c) {reg5}\n      [10b0c,10b0d) {fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, stack_value}\n    [4e80b] parameter '__ch'\n      [10b05,10b0c) {reg4}\n    [4e818] parameter '__len'\n      [10b05,10b08) {breg1(0), breg5(0), minus, stack_value}\n      [10b08,10b0c) {reg1}\n      [10b0c,10b0d) {breg6(0), fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, minus, stack_value}\n  [4eb4b] inlined function 'memset'@10b4b\n    [4eb65] parameter '__dest'\n      [10b4b,10b4f) {reg5}\n    [4eb72] parameter '__ch'\n      [10b4b,10b4f) {reg4}\n    [4eb7f] parameter '__len'\n      <no value>\n  [4ec7d] inlined function 'memset'@10b94\n    [4ec96] parameter '__dest'\n      [10b94,10b9b) {breg13(0), deref, breg13(40), deref, plus, breg0(0), plus, stack_value}\n      [10b9b,10bac) {breg3(52), deref_size(2), const2u(65535), and, breg13(0), deref, plus, breg13(40), deref, plus, stack_value}\n    [4eca3] parameter '__ch'\n      <no value>\n    [4eca8] parameter '__len'\n      [10b94,10b97) {breg1(0), breg0(0), minus, stack_value}\n      [10b97,10bac) {reg1}\n  [4e891] inlined function 'memmove'@10ac3\n    [4e8ab] parameter '__dest'\n      <no value>\n    [4e8b0] parameter '__src'\n      [10ac3,10acd) {reg4}\n    [4e8bd] parameter '__len'\n      [10ac3,10acd) {reg1}\n  [4ec24] inlined function 'memmove'@103d0\n    [4ec48] parameter '__dest'\n      [103d0,103da) {breg13(0), deref, breg13(40), deref, plus, breg3(32), deref, plus, stack_value}\n    [4ec55] parameter '__src'\n      [103d0,103da) {breg13(88)}\n    [4ec62] parameter '__len'\n      [103d0,103da) {fbreg(-88), deref, const1u(56), mul, stack_value}\n  [4db63] inlined function 'memcpy'@11165\n    [4db7d] parameter '__dest'\n      [11165,1117f) {breg10(128), deref, lit6, shl, fbreg(-37088), deref, plus, stack_value}\n      [1117f,111ba) {reg1}\n    [4db8a] parameter '__src'\n      [11165,11182) {breg10(144)}\n      [11182,111b6) {reg2}\n    [4db97] parameter '__len'\n      [11165,111ba) {const1u(64), stack_value}\n  [4e2c4] inlined function 'memcpy'@10584\n    [4e2ea] parameter '__dest'\n      [10584,105c3) {reg0}\n    [4e2f7] parameter '__src'\n      [10584,105c3) {reg6}\n    [4e304] parameter '__len'\n      [10584,105c3) {const1u(64), stack_value}\n  [4e3bc] inlined function 'memcpy'@10627\n    [4e3e2] parameter '__dest'\n      [10627,10634) {reg0}\n    [4e3ef] parameter '__src'\n      [10627,10635) {reg6}\n    [4e3fc] parameter '__len'\n      [10627,10635) {reg12}\n  [4e57e] inlined function 'memcpy'@10cc4\n    [4e5a4] parameter '__dest'\n      <no value>\n    [4e5a9] parameter '__src'\n      [10cc4,10cd4) {reg13}\n    [4e5b6] parameter '__len'\n      <no value>\n  [4ea53] inlined function 'memcpy'@107d7\n    [4ea79] parameter '__dest'\n      <no value>\n    [4ea7e] parameter '__src'\n      [107d7,10815) {reg4}\n    [4ea8b] parameter '__len'\n      [107d7,10815) {const1u(64), stack_value}\n  [4ebd8] inlined function 'memcpy'@10317\n    [4ebfc] parameter '__dest'\n      [10317,1031d) {breg13(0), deref, breg13(40), deref, plus, stack_value}\n    [4ec09] parameter '__src'\n      [10317,10355) {reg3}\n    [4ec16] parameter '__len'\n      [10317,10355) {const1u(64), stack_value}\nmodule 'libelf.so'\n[4f00a] CU '../../elfutils-0.193/libelf/gelf_getsym.c'@11720\n  [5015d] function 'gelf_getsym'@11720\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5017f] parameter 'data'\n      [11720,117dd) {reg5}\n      [117dd,117e9) {entry_value(1) {reg5}, stack_value}\n      [117e9,117f5) {reg5}\n      [117f5,117fe) {entry_value(1) {reg5}, stack_value}\n      [117fe,11803) {reg5}\n    [50193] parameter 'ndx'\n      [11720,1178c) {reg4}\n      [1178c,11794) {reg8}\n      [11794,117ac) {reg4}\n      [117ac,117d2) {reg8}\n      [117d2,117e1) {reg4}\n      [117e1,117e9) {entry_value(1) {reg4}, stack_value}\n      [117e9,117f9) {reg4}\n      [117f9,117fe) {entry_value(1) {reg4}, stack_value}\n      [117fe,11803) {reg4}\n    [501a5] parameter 'dst'\n      [11720,11745) {reg1}\n      [11745,117e1) {reg2}\n      [117e1,117e9) {entry_value(1) {reg1}, stack_value}\n      [117e9,117f9) {reg1}\n      [117f9,117fe) {entry_value(1) {reg1}, stack_value}\n      [117fe,11803) {reg1}\n    [501b7] variable 'data_scn'\n      [11720,117dd) {reg5}\n      [117dd,117e9) {entry_value(1) {reg5}, stack_value}\n      [117e9,117f5) {reg5}\n      [117f5,117fe) {entry_value(1) {reg5}, stack_value}\n      [117fe,11803) {reg5}\n    [501cb] variable 'result'\n      <constant value>\n    [501e0] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[50264] CU '../../elfutils-0.193/libelf/gelf_update_sym.c'@11810\n  [513d0] function 'gelf_update_sym'@11810\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [513f2] parameter 'data'\n      [11810,118f5) {reg5}\n      [118f5,11901) {entry_value(1) {reg5}, stack_value}\n      [11901,1190d) {reg5}\n      [1190d,11916) {entry_value(1) {reg5}, stack_value}\n      [11916,1192d) {reg5}\n      [1192d,11936) {entry_value(1) {reg5}, stack_value}\n    [51406] parameter 'ndx'\n      [11810,11830) {reg4}\n      [11830,1187e) {reg2}\n      [1187e,1188f) {entry_value(1) {reg4}, stack_value}\n      [1188f,118cb) {reg2}\n      [118cb,118ee) {reg10}\n      [118ee,118f9) {reg2}\n      [118f9,11901) {entry_value(1) {reg4}, stack_value}\n      [11901,11911) {reg2}\n      [11911,11916) {entry_value(1) {reg4}, stack_value}\n      [11916,11923) {reg4}\n      [11923,11931) {reg2}\n      [11931,11936) {entry_value(1) {reg4}, stack_value}\n    [51418] parameter 'src'\n      [11810,1184b) {reg1}\n      [1184b,1188f) {reg8}\n      [1188f,11899) {reg1}\n      [11899,118f9) {reg8}\n      [118f9,11901) {entry_value(1) {reg1}, stack_value}\n      [11901,11911) {reg1}\n      [11911,11916) {entry_value(1) {reg1}, stack_value}\n      [11916,11923) {reg1}\n      [11923,11931) {reg8}\n      [11931,11936) {entry_value(1) {reg1}, stack_value}\n    [5142a] variable 'data_scn'\n      [11810,118f5) {reg5}\n      [118f5,11901) {entry_value(1) {reg5}, stack_value}\n      [11901,1190d) {reg5}\n      [1190d,11916) {entry_value(1) {reg5}, stack_value}\n      [11916,1192d) {reg5}\n      [1192d,11936) {entry_value(1) {reg5}, stack_value}\n    [5143d] variable 'scn'\n      [11830,118f9) {reg4}\n      [11923,11931) {reg4}\n    [51450] variable 'result'\n      [11810,1187e) {lit0, stack_value}\n      [1187e,1188a) {lit1, stack_value}\n      [1188f,11936) {lit0, stack_value}\nmodule 'libelf.so'\n[514e8] CU '../../elfutils-0.193/libelf/gelf_getversym.c'@11940\n  [52559] function 'gelf_getversym'@11940\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5257b] parameter 'data'\n      [11940,1197d) {reg5}\n      [1197d,11989) {entry_value(1) {reg5}, stack_value}\n      [11989,11995) {reg5}\n      [11995,1199e) {entry_value(1) {reg5}, stack_value}\n      [1199e,119a3) {reg5}\n    [5258f] parameter 'ndx'\n      [11940,11981) {reg4}\n      [11981,11989) {entry_value(1) {reg4}, stack_value}\n      [11989,11999) {reg4}\n      [11999,1199e) {entry_value(1) {reg4}, stack_value}\n      [1199e,119a3) {reg4}\n    [525a1] parameter 'dst'\n      [11940,11981) {reg1}\n      [11981,11989) {entry_value(1) {reg1}, stack_value}\n      [11989,11999) {reg1}\n      [11999,1199e) {entry_value(1) {reg1}, stack_value}\n      [1199e,119a3) {reg1}\n    [525b3] variable 'data_scn'\n      [11940,1197d) {reg5}\n      [1197d,11989) {entry_value(1) {reg5}, stack_value}\n      [11989,11995) {reg5}\n      [11995,1199e) {entry_value(1) {reg5}, stack_value}\n      [1199e,119a3) {reg5}\n    [525c6] variable 'scn'\n      [1194f,11972) {breg5(40)}\n      [11989,11995) {breg5(40)}\n      [11995,11999) {entry_value(1) {reg5}, plus_uconst(40)}\n    [525da] variable 'result'\n      [1196a,1196d) {reg1}\n      [1199a,1199e) {lit0, stack_value}\n    [525ed] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[52652] CU '../../elfutils-0.193/libelf/gelf_getverneed.c'@119b0\n  [53724] function 'gelf_getverneed'@119b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [53746] parameter 'data'\n      [119b0,119f5) {reg5}\n      [119f5,11a01) {entry_value(1) {reg5}, stack_value}\n      [11a01,11a0d) {reg5}\n      [11a0d,11a16) {entry_value(1) {reg5}, stack_value}\n      [11a16,11a23) {reg5}\n    [53758] parameter 'offset'\n      [119b0,119d3) {reg4}\n      [119d3,119d8) {reg0}\n      [119d8,119db) {breg2(-16), stack_value}\n      [119db,11a01) {entry_value(1) {reg4}, stack_value}\n      [11a01,11a11) {reg4}\n      [11a11,11a16) {entry_value(1) {reg4}, stack_value}\n      [11a16,11a23) {reg4}\n    [5376a] parameter 'dst'\n      [119b0,119f9) {reg1}\n      [119f9,11a01) {entry_value(1) {reg1}, stack_value}\n      [11a01,11a11) {reg1}\n      [11a11,11a16) {entry_value(1) {reg1}, stack_value}\n      [11a16,11a23) {reg1}\n    [5377e] variable 'result'\n      [119fa,119fc) {lit0, stack_value}\n    [53792] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [5379b] inlined function 'memcpy'@119d5\n    [537b4] parameter '__dest'\n      [119d5,119e9) {reg1}\n    [537c1] parameter '__src'\n      [119d5,119d8) {breg5(0), deref, breg0(0), plus, stack_value}\n      [119d8,119e2) {reg0}\n    [537ce] parameter '__len'\n      [119d5,119e9) {lit16, stack_value}\nmodule 'libelf.so'\n[5385c] CU '../../elfutils-0.193/libelf/gelf_getvernaux.c'@11a30\n  [5492e] function 'gelf_getvernaux'@11a30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [54950] parameter 'data'\n      [11a30,11a75) {reg5}\n      [11a75,11a81) {entry_value(1) {reg5}, stack_value}\n      [11a81,11a8d) {reg5}\n      [11a8d,11a96) {entry_value(1) {reg5}, stack_value}\n      [11a96,11aa3) {reg5}\n    [54962] parameter 'offset'\n      [11a30,11a53) {reg4}\n      [11a53,11a58) {reg0}\n      [11a58,11a5b) {breg2(-16), stack_value}\n      [11a5b,11a81) {entry_value(1) {reg4}, stack_value}\n      [11a81,11a91) {reg4}\n      [11a91,11a96) {entry_value(1) {reg4}, stack_value}\n      [11a96,11aa3) {reg4}\n    [54974] parameter 'dst'\n      [11a30,11a79) {reg1}\n      [11a79,11a81) {entry_value(1) {reg1}, stack_value}\n      [11a81,11a91) {reg1}\n      [11a91,11a96) {entry_value(1) {reg1}, stack_value}\n      [11a96,11aa3) {reg1}\n    [54988] variable 'result'\n      [11a7a,11a7c) {lit0, stack_value}\n    [5499c] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [549a5] inlined function 'memcpy'@11a55\n    [549be] parameter '__dest'\n      [11a55,11a69) {reg1}\n    [549cb] parameter '__src'\n      [11a55,11a58) {breg5(0), deref, breg0(0), plus, stack_value}\n      [11a58,11a62) {reg0}\n    [549d8] parameter '__len'\n      [11a55,11a69) {lit16, stack_value}\nmodule 'libelf.so'\n[54a66] CU '../../elfutils-0.193/libelf/gelf_getverdef.c'@11ab0\n  [55b54] function 'gelf_getverdef'@11ab0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [55b76] parameter 'data'\n      [11ab0,11afd) {reg5}\n      [11afd,11b09) {entry_value(1) {reg5}, stack_value}\n      [11b09,11b15) {reg5}\n      [11b15,11b1e) {entry_value(1) {reg5}, stack_value}\n      [11b1e,11b23) {reg5}\n    [55b88] parameter 'offset'\n      [11ab0,11ad3) {reg4}\n      [11ad3,11ad8) {reg0}\n      [11ad8,11adb) {breg2(-20), stack_value}\n      [11adb,11b09) {entry_value(1) {reg4}, stack_value}\n      [11b09,11b19) {reg4}\n      [11b19,11b1e) {entry_value(1) {reg4}, stack_value}\n      [11b1e,11b23) {reg4}\n    [55b9a] parameter 'dst'\n      [11ab0,11b01) {reg1}\n      [11b01,11b09) {entry_value(1) {reg1}, stack_value}\n      [11b09,11b19) {reg1}\n      [11b19,11b1e) {entry_value(1) {reg1}, stack_value}\n      [11b1e,11b23) {reg1}\n    [55bae] variable 'result'\n      [11b02,11b04) {lit0, stack_value}\n    [55bc2] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [55bcb] inlined function 'memcpy'@11ad5\n    [55be4] parameter '__dest'\n      [11ad5,11aef) {reg1}\n    [55bf1] parameter '__src'\n      [11ad5,11ad8) {breg5(0), deref, breg0(0), plus, stack_value}\n      [11ad8,11ae9) {reg0}\n    [55bfe] parameter '__len'\n      [11ad5,11aef) {lit20, stack_value}\nmodule 'libelf.so'\n[55c8c] CU '../../elfutils-0.193/libelf/gelf_getverdaux.c'@11b30\n  [56d34] function 'gelf_getverdaux'@11b30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [56d56] parameter 'data'\n      [11b30,11b75) {reg5}\n      [11b75,11b81) {entry_value(1) {reg5}, stack_value}\n      [11b81,11b8d) {reg5}\n      [11b8d,11b96) {entry_value(1) {reg5}, stack_value}\n      [11b96,11ba3) {reg5}\n    [56d68] parameter 'offset'\n      [11b30,11b53) {reg4}\n      [11b53,11b5c) {reg0}\n      [11b5c,11b81) {entry_value(1) {reg4}, stack_value}\n      [11b81,11b91) {reg4}\n      [11b91,11b96) {entry_value(1) {reg4}, stack_value}\n      [11b96,11ba3) {reg4}\n    [56d7a] parameter 'dst'\n      [11b30,11b79) {reg1}\n      [11b79,11b81) {entry_value(1) {reg1}, stack_value}\n      [11b81,11b91) {reg1}\n      [11b91,11b96) {entry_value(1) {reg1}, stack_value}\n      [11b96,11ba3) {reg1}\n    [56d8e] variable 'result'\n      [11b5f,11b62) {reg1}\n      [11b7a,11b7c) {lit0, stack_value}\n    [56da2] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [56dab] inlined function 'memcpy'@11b55\n    [56dd0] parameter '__dest'\n      [11b55,11b5f) {reg1}\n    [56ddd] parameter '__src'\n      [11b55,11b5c) {breg5(0), deref, breg0(0), plus, stack_value}\n      [11b5c,11b5f) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, breg5(0), deref, plus, stack_value}\n    [56dea] parameter '__len'\n      [11b55,11b5f) {lit8, stack_value}\nmodule 'libelf.so'\n[56e78] CU '../../elfutils-0.193/libelf/gelf_getrel.c'@11bb0\n  [57f4e] function 'gelf_getrel'@11bb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [57f70] parameter 'data'\n      [11bb0,11c55) {reg5}\n      [11c55,11c61) {entry_value(1) {reg5}, stack_value}\n      [11c61,11c6d) {reg5}\n      [11c6d,11c76) {entry_value(1) {reg5}, stack_value}\n      [11c76,11c83) {reg5}\n    [57f84] parameter 'ndx'\n      [11bb0,11bf2) {reg4}\n      [11bf2,11c08) {reg8}\n      [11c08,11c59) {reg4}\n      [11c59,11c61) {entry_value(1) {reg4}, stack_value}\n      [11c61,11c71) {reg4}\n      [11c71,11c76) {entry_value(1) {reg4}, stack_value}\n      [11c76,11c83) {reg4}\n    [57f96] parameter 'dst'\n      [11bb0,11bd5) {reg1}\n      [11bd5,11c59) {reg0}\n      [11c59,11c61) {entry_value(1) {reg1}, stack_value}\n      [11c61,11c71) {reg0}\n      [11c71,11c76) {entry_value(1) {reg1}, stack_value}\n      [11c76,11c83) {reg1}\n    [57fa8] variable 'data_scn'\n      [11bb0,11c55) {reg5}\n      [11c55,11c61) {entry_value(1) {reg5}, stack_value}\n      [11c61,11c6d) {reg5}\n      [11c6d,11c76) {entry_value(1) {reg5}, stack_value}\n      [11c76,11c83) {reg5}\n    [57fbb] variable 'scn'\n      [11bca,11bfb) {breg5(40)}\n      [11c08,11c55) {breg5(40)}\n      [11c55,11c59) {entry_value(1) {reg5}, plus_uconst(40)}\n    [57fce] variable 'result'\n      [11c45,11c4a) {reg0}\n      [11c5a,11c5c) {lit0, stack_value}\n  [5800a] inlined function 'memcpy'@11beb\n    [58023] parameter '__dest'\n      [11beb,11c03) {reg0}\n    [58030] parameter '__src'\n      [11beb,11bf2) {breg4(0), const1u(32), shl, const1u(32), shra, lit4, shl, breg5(0), deref, plus, stack_value}\n      [11bf2,11bf5) {breg8(0), const1u(32), shl, const1u(32), shra, lit4, shl, breg5(0), deref, plus, stack_value}\n      [11bf5,11c03) {reg4}\n    [5803d] parameter '__len'\n      [11beb,11c03) {lit16, stack_value}\nmodule 'libelf.so'\n[580c0] CU '../../elfutils-0.193/libelf/gelf_getrela.c'@11c90\n  [591e2] function 'gelf_getrela'@11c90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [59204] parameter 'data'\n      [11c90,11ca2) {reg5}\n      [11ca2,11cc8) {reg8}\n      [11cc8,11d2a) {reg4}\n      [11d2a,11d5c) {entry_value(1) {reg5}, stack_value}\n      [11d5c,11d69) {reg4}\n      [11d69,11d71) {entry_value(1) {reg5}, stack_value}\n      [11d71,11d81) {reg4}\n      [11d81,11d86) {entry_value(1) {reg5}, stack_value}\n      [11d86,11d93) {reg5}\n    [59218] parameter 'ndx'\n      [11c90,11cad) {reg4}\n      [11cad,11d65) {reg5}\n      [11d65,11d69) {reg8}\n      [11d69,11d71) {entry_value(1) {reg4}, stack_value}\n      [11d71,11d7d) {reg5}\n      [11d7d,11d86) {entry_value(1) {reg4}, stack_value}\n      [11d86,11d93) {reg4}\n    [5922a] parameter 'dst'\n      [11c90,11cc5) {reg1}\n      [11cc5,11d69) {reg2}\n      [11d69,11d71) {entry_value(1) {reg1}, stack_value}\n      [11d71,11d81) {reg1}\n      [11d81,11d86) {entry_value(1) {reg1}, stack_value}\n      [11d86,11d93) {reg1}\n    [5923c] variable 'data_scn'\n      [11c90,11ca2) {reg5}\n      [11ca2,11cc8) {reg8}\n      [11cc8,11d2a) {reg4}\n      [11d2a,11d5c) {entry_value(1) {reg5}, stack_value}\n      [11d5c,11d69) {reg4}\n      [11d69,11d71) {entry_value(1) {reg5}, stack_value}\n      [11d71,11d81) {reg4}\n      [11d81,11d86) {entry_value(1) {reg5}, stack_value}\n      [11d86,11d93) {reg5}\n    [5924f] variable 'scn'\n      [11cb3,11cc8) {breg8(40)}\n      [11cc8,11ccf) {reg0}\n      [11ccf,11cf8) {breg4(40)}\n      [11d10,11d2a) {breg4(40)}\n      [11d2a,11d54) {entry_value(1) {reg5}, plus_uconst(40)}\n      [11d5c,11d69) {breg4(40)}\n    [59262] variable 'result'\n      [11d54,11d5c) {reg2}\n      [11d6a,11d6c) {lit0, stack_value}\n  [5929e] inlined function 'memcpy'@11ce4\n    [592b7] parameter '__dest'\n      [11ce4,11d0b) {reg2}\n    [592c4] parameter '__src'\n      [11ce4,11cf8) {breg5(0), const1u(32), shl, const1u(32), shra, lit24, mul, breg4(0), deref, plus, stack_value}\n    [592d1] parameter '__len'\n      [11ce4,11d0b) {lit24, stack_value}\nmodule 'libelf.so'\n[59354] CU '../../elfutils-0.193/libelf/gelf_update_rel.c'@11da0\n  [5a438] function 'gelf_update_rel'@11da0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5a45a] parameter 'dst'\n      [11da0,11e65) {reg5}\n      [11e65,11e71) {entry_value(1) {reg5}, stack_value}\n      [11e71,11e7d) {reg5}\n      [11e7d,11e86) {entry_value(1) {reg5}, stack_value}\n      [11e86,11e95) {reg5}\n      [11e95,11e9e) {entry_value(1) {reg5}, stack_value}\n      [11e9e,11ea3) {reg5}\n    [5a46c] parameter 'ndx'\n      [11da0,11dbd) {reg4}\n      [11dbd,11de8) {reg0}\n      [11de8,11dee) {reg8}\n      [11dee,11dff) {entry_value(1) {reg4}, stack_value}\n      [11dff,11e69) {reg0}\n      [11e69,11e71) {entry_value(1) {reg4}, stack_value}\n      [11e71,11e81) {reg0}\n      [11e81,11e86) {entry_value(1) {reg4}, stack_value}\n      [11e86,11e99) {reg0}\n      [11e99,11e9e) {entry_value(1) {reg4}, stack_value}\n      [11e9e,11ea3) {reg4}\n    [5a47e] parameter 'src'\n      [11da0,11dee) {reg1}\n      [11dee,11dff) {entry_value(1) {reg1}, stack_value}\n      [11dff,11e1c) {reg1}\n      [11e1c,11e71) {entry_value(1) {reg1}, stack_value}\n      [11e71,11e81) {reg1}\n      [11e81,11e9e) {entry_value(1) {reg1}, stack_value}\n      [11e9e,11ea3) {reg1}\n    [5a490] variable 'data_scn'\n      [11da0,11e65) {reg5}\n      [11e65,11e71) {entry_value(1) {reg5}, stack_value}\n      [11e71,11e7d) {reg5}\n      [11e7d,11e86) {entry_value(1) {reg5}, stack_value}\n      [11e86,11e95) {reg5}\n      [11e95,11e9e) {entry_value(1) {reg5}, stack_value}\n      [11e9e,11ea3) {reg5}\n    [5a4a3] variable 'scn'\n      [11dbd,11e69) {reg4}\n      [11e86,11e99) {reg4}\n    [5a4b6] variable 'result'\n      [11da0,11dee) {lit0, stack_value}\n      [11dee,11dfa) {lit1, stack_value}\n      [11dff,11ea3) {lit0, stack_value}\nmodule 'libelf.so'\n[5a54e] CU '../../elfutils-0.193/libelf/gelf_update_rela.c'@11eb0\n  [5b67e] function 'gelf_update_rela'@11eb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5b6a0] parameter 'dst'\n      [11eb0,11ed1) {reg5}\n      [11ed1,11fb9) {reg2}\n      [11fb9,11fc1) {entry_value(1) {reg5}, stack_value}\n      [11fc1,11fd1) {reg2}\n      [11fd1,11fd6) {entry_value(1) {reg5}, stack_value}\n      [11fd6,11fe9) {reg2}\n      [11fe9,11fee) {entry_value(1) {reg5}, stack_value}\n      [11fee,11ff3) {reg5}\n    [5b6b2] parameter 'ndx'\n      [11eb0,11f1f) {reg4}\n      [11f1f,11f30) {entry_value(1) {reg4}, stack_value}\n      [11f30,11fb9) {reg4}\n      [11fb9,11fc1) {entry_value(1) {reg4}, stack_value}\n      [11fc1,11fd1) {reg4}\n      [11fd1,11fd6) {entry_value(1) {reg4}, stack_value}\n      [11fd6,11fe9) {reg4}\n      [11fe9,11fee) {entry_value(1) {reg4}, stack_value}\n      [11fee,11ff3) {reg4}\n    [5b6c4] parameter 'src'\n      [11eb0,11eec) {reg1}\n      [11eec,11f1f) {reg8}\n      [11f1f,11f30) {entry_value(1) {reg1}, stack_value}\n      [11f30,11f38) {reg1}\n      [11f38,11f54) {reg8}\n      [11f54,11fc1) {entry_value(1) {reg1}, stack_value}\n      [11fc1,11fd1) {reg1}\n      [11fd1,11fee) {entry_value(1) {reg1}, stack_value}\n      [11fee,11ff3) {reg1}\n    [5b6d6] variable 'data_scn'\n      [11eb0,11ed1) {reg5}\n      [11ed1,11fb9) {reg2}\n      [11fb9,11fc1) {entry_value(1) {reg5}, stack_value}\n      [11fc1,11fd1) {reg2}\n      [11fd1,11fd6) {entry_value(1) {reg5}, stack_value}\n      [11fd6,11fe9) {reg2}\n      [11fe9,11fee) {entry_value(1) {reg5}, stack_value}\n      [11fee,11ff3) {reg5}\n    [5b6e9] variable 'scn'\n      [11ed1,11fb5) {reg5}\n      [11fb5,11fb9) {breg2(40)}\n      [11fd6,11fe5) {reg5}\n      [11fe5,11fe9) {breg2(40)}\n    [5b6fc] variable 'result'\n      [11eb0,11f1f) {lit0, stack_value}\n      [11f1f,11f2b) {lit1, stack_value}\n      [11f30,11ff3) {lit0, stack_value}\nmodule 'libelf.so'\n[5b794] CU '../../elfutils-0.193/libelf/gelf_getdyn.c'@12000\n  [5c8da] function 'gelf_getdyn'@12000\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5c8fc] parameter 'data'\n      [12000,1207d) {reg5}\n      [1207d,12089) {entry_value(1) {reg5}, stack_value}\n      [12089,12095) {reg5}\n      [12095,1209e) {entry_value(1) {reg5}, stack_value}\n      [1209e,120a3) {reg5}\n    [5c910] parameter 'ndx'\n      [12000,1203e) {reg4}\n      [1203e,1204d) {reg8}\n      [1204d,12081) {reg4}\n      [12081,12089) {entry_value(1) {reg4}, stack_value}\n      [12089,12099) {reg4}\n      [12099,1209e) {entry_value(1) {reg4}, stack_value}\n      [1209e,120a3) {reg4}\n    [5c922] parameter 'dst'\n      [12000,12021) {reg1}\n      [12021,12081) {reg0}\n      [12081,12089) {entry_value(1) {reg1}, stack_value}\n      [12089,12099) {reg0}\n      [12099,1209e) {entry_value(1) {reg1}, stack_value}\n      [1209e,120a3) {reg1}\n    [5c934] variable 'data_scn'\n      [12000,1207d) {reg5}\n      [1207d,12089) {entry_value(1) {reg5}, stack_value}\n      [12089,12095) {reg5}\n      [12095,1209e) {entry_value(1) {reg5}, stack_value}\n      [1209e,120a3) {reg5}\n    [5c948] variable 'result'\n      <constant value>\n    [5c955] variable 'elf'\n      [12016,12075) {breg5(40), deref, plus_uconst(136)}\n      [12075,12081) {reg2}\n    [5c970] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[5c9f3] CU '../../elfutils-0.193/libelf/gelf_update_dyn.c'@120b0\n  [5db52] function 'gelf_update_dyn'@120b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5db74] parameter 'data'\n      [120b0,120e4) {reg5}\n      [120e4,12103) {reg0}\n      [12103,12114) {entry_value(1) {reg5}, stack_value}\n      [12114,12148) {reg0}\n      [12148,12156) {entry_value(1) {reg5}, stack_value}\n      [12156,12169) {reg0}\n      [12169,12171) {entry_value(1) {reg5}, stack_value}\n      [12171,12181) {reg0}\n      [12181,12186) {entry_value(1) {reg5}, stack_value}\n      [12186,12199) {reg0}\n      [12199,1219e) {entry_value(1) {reg5}, stack_value}\n      [1219e,121a3) {reg5}\n    [5db88] parameter 'ndx'\n      [120b0,120fd) {reg4}\n      [120fd,12103) {reg5}\n      [12103,12114) {entry_value(1) {reg4}, stack_value}\n      [12114,12169) {reg4}\n      [12169,12171) {entry_value(1) {reg4}, stack_value}\n      [12171,12181) {reg4}\n      [12181,12186) {entry_value(1) {reg4}, stack_value}\n      [12186,12199) {reg4}\n      [12199,1219e) {entry_value(1) {reg4}, stack_value}\n      [1219e,121a3) {reg4}\n    [5db9a] parameter 'src'\n      [120b0,120d1) {reg1}\n      [120d1,12103) {reg8}\n      [12103,12114) {entry_value(1) {reg1}, stack_value}\n      [12114,12131) {reg8}\n      [12131,12171) {entry_value(1) {reg1}, stack_value}\n      [12171,12181) {reg1}\n      [12181,1219e) {entry_value(1) {reg1}, stack_value}\n      [1219e,121a3) {reg1}\n    [5dbac] variable 'data_scn'\n      [120b0,120e4) {reg5}\n      [120e4,12103) {reg0}\n      [12103,12114) {entry_value(1) {reg5}, stack_value}\n      [12114,12148) {reg0}\n      [12148,12156) {entry_value(1) {reg5}, stack_value}\n      [12156,12169) {reg0}\n      [12169,12171) {entry_value(1) {reg5}, stack_value}\n      [12171,12181) {reg0}\n      [12181,12186) {entry_value(1) {reg5}, stack_value}\n      [12186,12199) {reg0}\n      [12199,1219e) {entry_value(1) {reg5}, stack_value}\n      [1219e,121a3) {reg5}\n    [5dbbf] variable 'scn'\n      [120d1,12169) {reg1}\n      [12186,12199) {reg1}\n    [5dbd3] variable 'result'\n      [120b0,12103) {lit0, stack_value}\n      [12103,1210f) {lit1, stack_value}\n      [12114,121a3) {lit0, stack_value}\nmodule 'libelf.so'\n[5dc66] CU '../../elfutils-0.193/libelf/gelf_getmove.c'@0\nmodule 'libelf.so'\n[5ee4b] CU '../../elfutils-0.193/libelf/gelf_update_move.c'@0\nmodule 'libelf.so'\n[6001c] CU '../../elfutils-0.193/libelf/gelf_getsyminfo.c'@121f0\n  [610b4] function 'gelf_getsyminfo'@121f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [610d6] parameter 'data'\n      [121f0,1222d) {reg5}\n      [1222d,12239) {entry_value(1) {reg5}, stack_value}\n      [12239,12245) {reg5}\n      [12245,1224e) {entry_value(1) {reg5}, stack_value}\n      [1224e,12253) {reg5}\n    [610ea] parameter 'ndx'\n      [121f0,12231) {reg4}\n      [12231,12239) {entry_value(1) {reg4}, stack_value}\n      [12239,12249) {reg4}\n      [12249,1224e) {entry_value(1) {reg4}, stack_value}\n      [1224e,12253) {reg4}\n    [610fc] parameter 'dst'\n      [121f0,12231) {reg1}\n      [12231,12239) {entry_value(1) {reg1}, stack_value}\n      [12239,12249) {reg1}\n      [12249,1224e) {entry_value(1) {reg1}, stack_value}\n      [1224e,12253) {reg1}\n    [6110e] variable 'result'\n      [121f0,12219) {lit0, stack_value}\n      [12219,1221c) {reg1}\n      [12221,12253) {lit0, stack_value}\n    [61122] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[6118a] CU '../../elfutils-0.193/libelf/gelf_update_syminfo.c'@12260\n  [62240] function 'gelf_update_syminfo'@12260\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [62262] parameter 'data'\n      [12260,122a5) {reg5}\n      [122a5,122b1) {entry_value(1) {reg5}, stack_value}\n      [122b1,122bd) {reg5}\n      [122bd,122c6) {entry_value(1) {reg5}, stack_value}\n      [122c6,122d3) {reg5}\n    [62276] parameter 'ndx'\n      [12260,122a9) {reg4}\n      [122a9,122b1) {entry_value(1) {reg4}, stack_value}\n      [122b1,122c1) {reg4}\n      [122c1,122c6) {entry_value(1) {reg4}, stack_value}\n      [122c6,122d3) {reg4}\n    [62288] parameter 'src'\n      [12260,1228a) {reg1}\n      [1228a,1229e) {entry_value(1) {reg1}, stack_value}\n      [1229e,122a9) {reg1}\n      [122a9,122b1) {entry_value(1) {reg1}, stack_value}\n      [122b1,122c1) {reg1}\n      [122c1,122c6) {entry_value(1) {reg1}, stack_value}\n      [122c6,122d3) {reg1}\n    [6229a] variable 'data_scn'\n      [12260,122a5) {reg5}\n      [122a5,122b1) {entry_value(1) {reg5}, stack_value}\n      [122b1,122bd) {reg5}\n      [122bd,122c6) {entry_value(1) {reg5}, stack_value}\n      [122c6,122d3) {reg5}\n    [622ad] variable 'scn'\n      [1226f,1229e) {breg5(40)}\n      [122b1,122bd) {breg5(40)}\n      [122bd,122c1) {entry_value(1) {reg5}, plus_uconst(40)}\n    [622c1] variable 'result'\n      [12260,1228d) {lit0, stack_value}\n      [1228d,12299) {lit1, stack_value}\n      [1229e,122d3) {lit0, stack_value}\n    [622d4] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[62341] CU '../../elfutils-0.193/libelf/gelf_getauxv.c'@122e0\n  [6344d] function 'gelf_getauxv'@122e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6346f] parameter 'data'\n      [122e0,1236d) {reg5}\n      [1236d,12379) {entry_value(1) {reg5}, stack_value}\n      [12379,12385) {reg5}\n      [12385,1238e) {entry_value(1) {reg5}, stack_value}\n      [1238e,12393) {reg5}\n    [63483] parameter 'ndx'\n      [122e0,12301) {reg4}\n      [12301,12319) {breg4(-1), stack_value}\n      [12319,12379) {entry_value(1) {reg4}, stack_value}\n      [12379,12389) {reg4}\n      [12389,1238e) {entry_value(1) {reg4}, stack_value}\n      [1238e,12393) {reg4}\n    [63495] parameter 'dst'\n      [122e0,122fe) {reg1}\n      [122fe,12371) {reg0}\n      [12371,12379) {entry_value(1) {reg1}, stack_value}\n      [12379,12389) {reg0}\n      [12389,1238e) {entry_value(1) {reg1}, stack_value}\n      [1238e,12393) {reg1}\n    [634a7] variable 'data_scn'\n      [122e0,1236d) {reg5}\n      [1236d,12379) {entry_value(1) {reg5}, stack_value}\n      [12379,12385) {reg5}\n      [12385,1238e) {entry_value(1) {reg5}, stack_value}\n      [1238e,12393) {reg5}\n    [634bb] variable 'result'\n      <constant value>\n    [634c8] variable 'elf'\n      [122fa,1232c) {breg5(40), deref, plus_uconst(136)}\n      [12339,1234c) {reg1}\n      [1234c,1235d) {breg5(40), deref, plus_uconst(136)}\n      [12362,12371) {reg1}\n    [634e3] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [6351c] inlined function 'memcpy'@1231e\n    [63535] parameter '__dest'\n      [1231e,12334) {reg0}\n    [63542] parameter '__src'\n      [1231e,12326) {breg5(0), deref, breg4(0), plus, lit16, minus, stack_value}\n      [12326,12330) {reg1}\n    [6354f] parameter '__len'\n      [1231e,12334) {lit16, stack_value}\nmodule 'libelf.so'\n[635d0] CU '../../elfutils-0.193/libelf/gelf_update_auxv.c'@123a0\n  [646e5] function 'gelf_update_auxv'@123a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [64707] parameter 'data'\n      [123a0,12445) {reg5}\n      [12445,12451) {entry_value(1) {reg5}, stack_value}\n      [12451,1245d) {reg5}\n      [1245d,12466) {entry_value(1) {reg5}, stack_value}\n      [12466,1247d) {reg5}\n      [1247d,12486) {entry_value(1) {reg5}, stack_value}\n    [6471b] parameter 'ndx'\n      [123a0,123d3) {reg4}\n      [123d3,123da) {breg4(-1), stack_value}\n      [123da,123fd) {entry_value(1) {reg4}, stack_value}\n      [123fd,1241a) {reg4}\n      [1241a,12421) {breg4(-1), stack_value}\n      [12421,12451) {entry_value(1) {reg4}, stack_value}\n      [12451,12461) {reg4}\n      [12461,12466) {entry_value(1) {reg4}, stack_value}\n      [12466,12481) {reg4}\n      [12481,12486) {entry_value(1) {reg4}, stack_value}\n    [6472d] parameter 'src'\n      [123a0,123ec) {reg1}\n      [123ec,123fd) {entry_value(1) {reg1}, stack_value}\n      [123fd,12412) {reg1}\n      [12412,12451) {entry_value(1) {reg1}, stack_value}\n      [12451,12461) {reg1}\n      [12461,12466) {entry_value(1) {reg1}, stack_value}\n      [12466,12473) {reg1}\n      [12473,12486) {entry_value(1) {reg1}, stack_value}\n    [6473f] variable 'data_scn'\n      [123a0,12445) {reg5}\n      [12445,12451) {entry_value(1) {reg5}, stack_value}\n      [12451,1245d) {reg5}\n      [1245d,12466) {entry_value(1) {reg5}, stack_value}\n      [12466,1247d) {reg5}\n      [1247d,12486) {entry_value(1) {reg5}, stack_value}\n    [64752] variable 'scn'\n      [123c3,123f8) {reg0}\n      [123fd,1243e) {reg0}\n      [12473,12481) {reg0}\n    [64766] variable 'result'\n      [123a0,123ec) {lit0, stack_value}\n      [123ec,123f8) {lit1, stack_value}\n      [123fd,12486) {lit0, stack_value}\nmodule 'libelf.so'\n[647fe] CU '../../elfutils-0.193/libelf/gelf_getnote.c'@12490\n  [658b5] function 'gelf_getnote'@12490\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [658d7] parameter 'data'\n      [12490,124d7) {reg5}\n      [124d7,124de) {entry_value(1) {reg5}, stack_value}\n      [124de,124f4) {reg5}\n      [124f4,1253f) {entry_value(1) {reg5}, stack_value}\n      [1253f,12545) {reg5}\n      [12545,1254c) {entry_value(1) {reg5}, stack_value}\n      [1254c,1255d) {reg5}\n      [1255d,1258b) {entry_value(1) {reg5}, stack_value}\n    [658ea] parameter 'offset'\n      [12490,124d2) {reg4}\n      [124d2,124d7) {reg10}\n      [124de,124ff) {reg10}\n      [124ff,12517) {reg0}\n      [12517,12530) {reg1}\n      [12530,1253d) {reg0}\n      [1253f,12549) {reg4}\n      [12549,1254c) {entry_value(1) {reg4}, stack_value}\n      [1254c,12561) {reg4}\n      [12561,12562) {entry_value(1) {reg4}, stack_value}\n      [12562,12567) {lit0, stack_value}\n      [12567,1257f) {reg0}\n      [1257f,1258b) {reg1}\n    [658fd] parameter 'result'\n      [12490,124a3) {reg1}\n      [124a3,124d7) {reg9}\n      [124d7,124de) {entry_value(1) {reg1}, stack_value}\n      [124de,12549) {reg9}\n      [12549,1254c) {entry_value(1) {reg1}, stack_value}\n      [1254c,12553) {reg1}\n      [12553,12561) {reg9}\n      [12561,12567) {entry_value(1) {reg1}, stack_value}\n      [12567,1258b) {reg9}\n    [65910] parameter 'name_offset'\n      [12490,124d7) {reg2}\n      [124d7,124de) {entry_value(1) {reg2}, stack_value}\n      [124de,124ea) {reg2}\n      [124ea,1253f) {entry_value(1) {reg2}, stack_value}\n      [1253f,12549) {reg2}\n      [12549,1254c) {entry_value(1) {reg2}, stack_value}\n      [1254c,12561) {reg2}\n      [12561,1258b) {entry_value(1) {reg2}, stack_value}\n    [65923] parameter 'desc_offset'\n      [12490,124d7) {reg8}\n      [124d7,124de) {entry_value(1) {reg8}, stack_value}\n      [124de,12549) {reg8}\n      [12549,1254c) {entry_value(1) {reg8}, stack_value}\n      [1254c,12561) {reg8}\n      [12561,12567) {entry_value(1) {reg8}, stack_value}\n      [12567,1258b) {reg8}\n    [65936] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[659d6] CU '../../elfutils-0.193/libelf/gelf_xlatetof.c'@12590\n  [6691d] function 'gelf_xlatetof'@12590\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6693b] parameter 'elf'\n      [12590,125a4) {reg5}\n      [125a4,125b5) {entry_value(1) {reg5}, stack_value}\n      [125b5,125bb) {reg5}\n    [6694d] parameter 'dest'\n      [12590,12599) {reg4}\n      [12599,125aa) {reg0}\n      [125aa,125ab) {entry_value(1) {reg4}, stack_value}\n      [125ab,125b4) {reg0}\n      [125b4,125b5) {entry_value(1) {reg4}, stack_value}\n      [125b5,125ba) {reg0}\n      [125ba,125bb) {entry_value(1) {reg4}, stack_value}\n    [66960] parameter 'src'\n      [12590,125a1) {reg1}\n      [125a1,125aa) {reg4}\n      [125aa,125ab) {entry_value(1) {reg1}, stack_value}\n      [125ab,125b4) {reg4}\n      [125b4,125b5) {entry_value(1) {reg1}, stack_value}\n      [125b5,125bb) {reg1}\n    [66972] parameter 'encode'\n      [12590,125aa) {reg2}\n      [125aa,125ab) {entry_value(1) {reg2}, stack_value}\n      [125ab,125b4) {reg1}\n      [125b4,125b5) {entry_value(1) {reg2}, stack_value}\n      [125b5,125bb) {reg2}\nmodule 'libelf.so'\n[669c7] CU '../../elfutils-0.193/libelf/gelf_xlatetom.c'@125c0\n  [6790e] function 'gelf_xlatetom'@125c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6792c] parameter 'elf'\n      [125c0,125d4) {reg5}\n      [125d4,125e5) {entry_value(1) {reg5}, stack_value}\n      [125e5,125eb) {reg5}\n    [6793e] parameter 'dest'\n      [125c0,125c9) {reg4}\n      [125c9,125da) {reg0}\n      [125da,125db) {entry_value(1) {reg4}, stack_value}\n      [125db,125e4) {reg0}\n      [125e4,125e5) {entry_value(1) {reg4}, stack_value}\n      [125e5,125ea) {reg0}\n      [125ea,125eb) {entry_value(1) {reg4}, stack_value}\n    [67951] parameter 'src'\n      [125c0,125d1) {reg1}\n      [125d1,125da) {reg4}\n      [125da,125db) {entry_value(1) {reg1}, stack_value}\n      [125db,125e4) {reg4}\n      [125e4,125e5) {entry_value(1) {reg1}, stack_value}\n      [125e5,125eb) {reg1}\n    [67963] parameter 'encode'\n      [125c0,125da) {reg2}\n      [125da,125db) {entry_value(1) {reg2}, stack_value}\n      [125db,125e4) {reg1}\n      [125e4,125e5) {entry_value(1) {reg2}, stack_value}\n      [125e5,125eb) {reg2}\nmodule 'libelf.so'\n[679b8] CU '../../elfutils-0.193/libelf/nlist.c'@12600\n  [68d98] function 'nlist'@12730\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [68dba] parameter 'filename'\n      [12730,1275d) {reg5}\n      [1275d,12aa9) {entry_value(1) {reg5}, stack_value}\n    [68dce] parameter 'nl'\n      [12730,12737) {reg4}\n      [12737,1299c) {reg15}\n      [1299c,129a6) {breg15(-24), stack_value}\n      [129a6,129db) {reg15}\n      [129dc,12a23) {reg15}\n      [12a23,12a28) {breg15(-24), stack_value}\n      [12a28,12aa9) {reg15}\n    [68de1] variable 'fd'\n      [12765,12774) {reg0}\n      [12774,129dc) {fbreg(-220)}\n      [129dc,129e9) {reg0}\n      [129e9,12aa9) {fbreg(-220)}\n    [68df4] variable 'elf'\n      [1278b,12798) {reg0}\n      [12798,1297b) {reg3}\n      [129ec,12aa4) {reg3}\n    [68e08] variable 'scn'\n      [12759,12798) {lit0, stack_value}\n      [12798,127ac) {reg0}\n      [127ac,127d9) {reg6}\n      [127d9,127f0) {reg0}\n      [127f0,12800) {reg6}\n      [129dc,129ec) {lit0, stack_value}\n    [68e1c] variable 'symscn'\n      [12759,12798) {lit0, stack_value}\n      [12798,12800) {reg13}\n      [129dc,129ec) {lit0, stack_value}\n    [68e30] variable 'shdr_mem'\n      [12730,12aa9) {fbreg(-144)}\n    [68e3f] variable 'shdr'\n      [12759,12798) {lit0, stack_value}\n      [127b3,127bc) {reg0}\n      [127bc,127c8) {reg12}\n      [127f7,12800) {reg0}\n      [12800,12968) {reg12}\n      [129dc,129ec) {lit0, stack_value}\n      [129ec,12aa4) {reg12}\n    [68e53] variable 'data'\n      [12810,12836) {reg0}\n      [12836,12968) {reg14}\n      [129ec,12aa4) {reg14}\n    [68e67] variable 'table'\n      [128a4,128ae) {reg0}\n      [128ae,12968) {fbreg(-208)}\n      [129ec,12a8a) {fbreg(-208)}\n      (12a95,12a95) <empty range>\n    [68e7b] variable 'nsyms'\n      [12845,1284f) {reg0}\n      [1284f,12968) {reg13}\n      [129ec,12aa4) {reg13}\n    [68e8f] variable 'cnt'\n      [128a4,128cf) {lit0, stack_value}\n      [128cf,12968) {reg6}\n  [6900f] inlined function 'nlist_fshash_find'@12a3a\n    [69024] parameter 'len'\n      (129fb,129fb) <empty range>\n      [12a3a,12a55) {lit0, stack_value}\n    [69031] parameter 'htab'\n      (129fb,129fb) <empty range>\n      [12a3a,12a55) {fbreg(-208)}\n    [6903e] parameter 'str'\n      [12a3a,12a3e) {reg5}\n    [6904b] parameter 'data'\n      (129fb,129fb) <empty range>\n      [12a3a,12a55) {reg6}\n    [69058] variable 'hval'\n      [12a3f,12a4e) {reg0}\n    [69065] variable 'slot'\n      (129fb,129fb) <empty range>\n      [12a4f,12a55) {reg0}\n  [68f02] inlined function 'nlist_fshash_overwrite'@128ee\n    [68f26] parameter 'len'\n      [128ee,12939) {lit0, stack_value}\n    [68f33] parameter 'htab'\n      [128ee,12939) {fbreg(-208)}\n    [68f40] parameter 'str'\n      [128ee,128f5) {reg0}\n    [68f4d] parameter 'data'\n      [128ee,12939) {fbreg(-192)}\n    [68f5a] variable 'hval'\n      [128f6,1290c) {reg0}\n      [1290c,12939) {fbreg(-200)}\n    [68f67] variable 'slot'\n      [1290d,12939) {reg0}\n  [69473] function 'nlist_fshash_lookup'@12600\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [69495] parameter 'htab'\n      [12600,1263e) {reg5}\n      [1263e,12652) {reg14}\n      [12652,12655) {entry_value(1) {reg5}, stack_value}\n      [12655,12664) {reg5}\n      [12664,126f1) {reg14}\n      [126f1,126f4) {entry_value(1) {reg5}, stack_value}\n      [126f4,12709) {reg5}\n      [12709,12729) {reg14}\n    [694a9] parameter 'hval'\n      [12600,1263e) {reg4}\n      [1263e,12655) {entry_value(1) {reg4}, stack_value}\n      [12655,12664) {reg4}\n      [12664,126d1) {reg8}\n      [126d1,126e0) {fbreg(-88)}\n      [126e0,126f4) {reg8}\n      [126f4,12706) {reg4}\n      [12706,1270d) {reg8}\n      [1270d,1271b) {fbreg(-88)}\n      [1271b,12729) {reg8}\n    [694bd] parameter 'data'\n      [12600,1261e) {reg1}\n      [1261e,12729) {fbreg(-72)}\n    [694d1] variable 'idx'\n      [12629,1264b) {reg3}\n      [12655,126a1) {reg3}\n      [126a1,126bc) {reg0}\n      [126bc,126ea) {reg3}\n      [126f4,12729) {reg3}\n  [691a0] inlined function 'nlist_fshash_fini'@1295e\n    [691c4] parameter 'htab'\n      [1295e,12968) {fbreg(-208)}\n  [691e8] inlined function 'nlist_fshash_fini'@12a68\n    [6920c] parameter 'htab'\n      [12a68,12a72) {fbreg(-208)}\n  [690ea] inlined function 'nlist_fshash_init'@12845\n    [69102] parameter 'nelems'\n      [12845,1284f) {reg0}\n      [1284f,12882) {reg13}\n      [12882,12886) {reg0}\n      [12886,128a4) {reg6}\n      [12a8a,12a95) {reg13}\n    [6910f] variable 'result'\n      [1289b,128a4) {reg0}\n    [6911c] variable 'max_size_t'\n      [12845,12968) {const1s(-1), stack_value}\n      [129ec,12aa4) {const1s(-1), stack_value}\n  [6909d] inlined function 'open'@12759\n    [690b5] parameter '__path'\n      [12759,1275d) {reg5}\n      [1275d,12765) {entry_value(1) {reg5}, stack_value}\n    [690c2] parameter '__oflag'\n      [12759,12765) {lit0, stack_value}\nmodule 'libelf.so'\n[695a6] CU '../../elfutils-0.193/libelf/gelf_getsymshndx.c'@12ab0\n  [6a6f9] function 'gelf_getsymshndx'@12ab0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6a71b] parameter 'symdata'\n      [12ab0,12ac3) {reg5}\n      [12ac3,12bb1) {reg9}\n      [12bb1,12bb9) {entry_value(1) {reg5}, stack_value}\n      [12bb9,12bc9) {reg9}\n      [12bc9,12bce) {entry_value(1) {reg5}, stack_value}\n      [12bce,12bde) {reg9}\n      [12bde,12be3) {reg5}\n    [6a72e] parameter 'shndxdata'\n      [12ab0,12b04) {reg4}\n      [12b04,12ba2) {entry_value(1) {reg4}, stack_value}\n      [12ba2,12bb1) {reg4}\n      [12bb1,12bce) {entry_value(1) {reg4}, stack_value}\n      [12bce,12bd9) {reg4}\n      [12bd9,12bde) {entry_value(1) {reg4}, stack_value}\n      [12bde,12be3) {reg4}\n    [6a741] parameter 'ndx'\n      [12ab0,12afd) {reg1}\n      [12afd,12b53) {reg2}\n      [12b53,12b63) {entry_value(1) {reg1}, stack_value}\n      [12b63,12b7c) {reg2}\n      [12b7c,12ba2) {entry_value(1) {reg1}, stack_value}\n      [12ba2,12bb1) {reg1}\n      [12bb1,12bb9) {entry_value(1) {reg1}, stack_value}\n      [12bb9,12bc9) {reg2}\n      [12bc9,12bce) {entry_value(1) {reg1}, stack_value}\n      [12bce,12be3) {reg1}\n    [6a754] parameter 'dst'\n      [12ab0,12aca) {reg2}\n      [12aca,12bad) {reg5}\n      [12bad,12bb9) {entry_value(1) {reg2}, stack_value}\n      [12bb9,12bc5) {reg5}\n      [12bc5,12bce) {entry_value(1) {reg2}, stack_value}\n      [12bce,12bde) {reg5}\n      [12bde,12be3) {reg2}\n    [6a767] parameter 'dstshndx'\n      [12ab0,12bb1) {reg8}\n      [12bb1,12bb9) {entry_value(1) {reg8}, stack_value}\n      [12bb9,12bc9) {reg8}\n      [12bc9,12bce) {entry_value(1) {reg8}, stack_value}\n      [12bce,12be3) {reg8}\n    [6a77a] variable 'symdata_scn'\n      [12ab0,12ac3) {reg5}\n      [12ac3,12bb1) {reg9}\n      [12bb1,12bb9) {entry_value(1) {reg5}, stack_value}\n      [12bb9,12bc9) {reg9}\n      [12bc9,12bce) {entry_value(1) {reg5}, stack_value}\n      [12bce,12bde) {reg9}\n      [12bde,12be3) {reg5}\n    [6a78d] variable 'shndxdata_scn'\n      [12ab0,12b04) {reg4}\n      [12b04,12ba2) {entry_value(1) {reg4}, stack_value}\n      [12ba2,12bb1) {reg4}\n      [12bb1,12bce) {entry_value(1) {reg4}, stack_value}\n      [12bce,12bd9) {reg4}\n      [12bd9,12bde) {entry_value(1) {reg4}, stack_value}\n      [12bde,12be3) {reg4}\n    [6a7a0] variable 'result'\n      <constant value>\n    [6a7ad] variable 'shndx'\n      [12ab0,12b04) {lit0, stack_value}\n      [12b04,12ba2) {reg4}\n      [12ba2,12bb4) {lit0, stack_value}\n      [12bce,12be3) {lit0, stack_value}\n    [6a7c8] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[6a855] CU '../../elfutils-0.193/libelf/gelf_update_symshndx.c'@12bf0\n  [6b9c1] function 'gelf_update_symshndx'@12bf0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6b9e3] parameter 'symdata'\n      [12bf0,12d15) {reg5}\n      [12d15,12d1e) {entry_value(1) {reg5}, stack_value}\n      [12d1e,12d25) {reg5}\n      [12d25,12d2e) {entry_value(1) {reg5}, stack_value}\n      [12d2e,12d3d) {reg5}\n      [12d3d,12d46) {entry_value(1) {reg5}, stack_value}\n    [6b9f6] parameter 'shndxdata'\n      [12bf0,12c2d) {reg4}\n      [12c2d,12cfd) {entry_value(1) {reg4}, stack_value}\n      [12cfd,12d09) {reg4}\n      [12d09,12d1e) {entry_value(1) {reg4}, stack_value}\n      [12d1e,12d29) {reg4}\n      [12d29,12d2e) {entry_value(1) {reg4}, stack_value}\n      [12d2e,12d33) {reg4}\n      [12d33,12d46) {entry_value(1) {reg4}, stack_value}\n    [6ba09] parameter 'ndx'\n      [12bf0,12c28) {reg1}\n      [12c28,12c7f) {reg2}\n      [12c7f,12c96) {entry_value(1) {reg1}, stack_value}\n      [12c96,12cda) {reg2}\n      [12cda,12cfd) {reg3}\n      [12cfd,12d09) {reg1}\n      [12d09,12d19) {reg2}\n      [12d19,12d1e) {entry_value(1) {reg1}, stack_value}\n      [12d1e,12d29) {reg1}\n      [12d29,12d2e) {entry_value(1) {reg1}, stack_value}\n      [12d2e,12d33) {reg1}\n      [12d33,12d41) {reg2}\n      [12d41,12d46) {entry_value(1) {reg1}, stack_value}\n    [6ba1c] parameter 'src'\n      [12bf0,12c03) {reg2}\n      [12c03,12d19) {reg9}\n      [12d19,12d1e) {entry_value(1) {reg2}, stack_value}\n      [12d1e,12d29) {reg9}\n      [12d29,12d2e) {entry_value(1) {reg2}, stack_value}\n      [12d2e,12d33) {reg2}\n      [12d33,12d41) {reg9}\n      [12d41,12d46) {entry_value(1) {reg2}, stack_value}\n    [6ba2f] parameter 'srcshndx'\n      [12bf0,12d19) {reg8}\n      [12d19,12d1e) {entry_value(1) {reg8}, stack_value}\n      [12d1e,12d29) {reg8}\n      [12d29,12d2e) {entry_value(1) {reg8}, stack_value}\n      [12d2e,12d41) {reg8}\n      [12d41,12d46) {entry_value(1) {reg8}, stack_value}\n    [6ba42] variable 'symdata_scn'\n      [12bf0,12d15) {reg5}\n      [12d15,12d1e) {entry_value(1) {reg5}, stack_value}\n      [12d1e,12d25) {reg5}\n      [12d25,12d2e) {entry_value(1) {reg5}, stack_value}\n      [12d2e,12d3d) {reg5}\n      [12d3d,12d46) {entry_value(1) {reg5}, stack_value}\n    [6ba55] variable 'shndxdata_scn'\n      [12bf0,12c2d) {reg4}\n      [12c2d,12cfd) {entry_value(1) {reg4}, stack_value}\n      [12cfd,12d09) {reg4}\n      [12d09,12d1e) {entry_value(1) {reg4}, stack_value}\n      [12d1e,12d29) {reg4}\n      [12d29,12d2e) {entry_value(1) {reg4}, stack_value}\n      [12d2e,12d33) {reg4}\n      [12d33,12d46) {entry_value(1) {reg4}, stack_value}\n    [6ba68] variable 'scn'\n      [12c09,12c7f) {breg5(40)}\n      [12c96,12cf2) {breg5(40)}\n      [12cfd,12d15) {breg5(40)}\n      [12d15,12d19) {entry_value(1) {reg5}, plus_uconst(40)}\n      [12d33,12d3d) {breg5(40)}\n      [12d3d,12d41) {entry_value(1) {reg5}, plus_uconst(40)}\n    [6ba7b] variable 'shndx'\n      [12bf0,12c2d) {lit0, stack_value}\n      [12c31,12cfd) {reg4}\n      [12cfd,12d09) {lit0, stack_value}\n      [12d1e,12d33) {lit0, stack_value}\n      [12d33,12d41) {reg4}\n    [6ba8e] variable 'result'\n      [12bf0,12c87) {lit0, stack_value}\n      [12c87,12c94) {lit1, stack_value}\n      [12c96,12d46) {lit0, stack_value}\nmodule 'libelf.so'\n[6bb2b] CU '../../elfutils-0.193/libelf/gelf_update_versym.c'@12d50\n  [6cbba] function 'gelf_update_versym'@12d50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6cbdc] parameter 'data'\n      [12d50,12d95) {reg5}\n      [12d95,12da1) {entry_value(1) {reg5}, stack_value}\n      [12da1,12dad) {reg5}\n      [12dad,12db6) {entry_value(1) {reg5}, stack_value}\n      [12db6,12dc3) {reg5}\n    [6cbf0] parameter 'ndx'\n      [12d50,12d99) {reg4}\n      [12d99,12da1) {entry_value(1) {reg4}, stack_value}\n      [12da1,12db1) {reg4}\n      [12db1,12db6) {entry_value(1) {reg4}, stack_value}\n      [12db6,12dc3) {reg4}\n    [6cc02] parameter 'src'\n      [12d50,12d7a) {reg1}\n      [12d7a,12d8f) {entry_value(1) {reg1}, stack_value}\n      [12d8f,12d99) {reg1}\n      [12d99,12da1) {entry_value(1) {reg1}, stack_value}\n      [12da1,12db1) {reg1}\n      [12db1,12db6) {entry_value(1) {reg1}, stack_value}\n      [12db6,12dc3) {reg1}\n    [6cc14] variable 'data_scn'\n      [12d50,12d95) {reg5}\n      [12d95,12da1) {entry_value(1) {reg5}, stack_value}\n      [12da1,12dad) {reg5}\n      [12dad,12db6) {entry_value(1) {reg5}, stack_value}\n      [12db6,12dc3) {reg5}\n    [6cc28] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[6cc8d] CU '../../elfutils-0.193/libelf/gelf_update_verneed.c'@12dd0\n  [6dd7d] function 'gelf_update_verneed'@12dd0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6dd9f] parameter 'data'\n      [12dd0,12e25) {reg5}\n      [12e25,12e31) {entry_value(1) {reg5}, stack_value}\n      [12e31,12e3d) {reg5}\n      [12e3d,12e46) {entry_value(1) {reg5}, stack_value}\n      [12e46,12e53) {reg5}\n    [6ddb1] parameter 'offset'\n      [12dd0,12df6) {reg4}\n      [12df6,12e46) {entry_value(1) {reg4}, stack_value}\n      [12e46,12e53) {reg4}\n    [6ddc3] parameter 'src'\n      [12dd0,12e29) {reg1}\n      [12e29,12e31) {entry_value(1) {reg1}, stack_value}\n      [12e31,12e41) {reg1}\n      [12e41,12e46) {entry_value(1) {reg1}, stack_value}\n      [12e46,12e53) {reg1}\n    [6ddd7] variable 'data_scn'\n      [12dd0,12e25) {reg5}\n      [12e25,12e31) {entry_value(1) {reg5}, stack_value}\n      [12e31,12e3d) {reg5}\n      [12e3d,12e46) {entry_value(1) {reg5}, stack_value}\n      [12e46,12e53) {reg5}\n    [6ddeb] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [6ddf4] inlined function 'memcpy'@12df0\n    [6de0d] parameter '__dest'\n      [12df0,12df6) {breg5(0), deref, breg4(0), plus, stack_value}\n      [12df6,12e01) {reg4}\n    [6de1a] parameter '__src'\n      [12df0,12e01) {reg1}\n    [6de27] parameter '__len'\n      [12df0,12e01) {lit16, stack_value}\nmodule 'libelf.so'\n[6deba] CU '../../elfutils-0.193/libelf/gelf_update_vernaux.c'@12e60\n  [6efaa] function 'gelf_update_vernaux'@12e60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6efcc] parameter 'data'\n      [12e60,12eb5) {reg5}\n      [12eb5,12ec1) {entry_value(1) {reg5}, stack_value}\n      [12ec1,12ecd) {reg5}\n      [12ecd,12ed6) {entry_value(1) {reg5}, stack_value}\n      [12ed6,12ee3) {reg5}\n    [6efde] parameter 'offset'\n      [12e60,12e86) {reg4}\n      [12e86,12ed6) {entry_value(1) {reg4}, stack_value}\n      [12ed6,12ee3) {reg4}\n    [6eff0] parameter 'src'\n      [12e60,12eb9) {reg1}\n      [12eb9,12ec1) {entry_value(1) {reg1}, stack_value}\n      [12ec1,12ed1) {reg1}\n      [12ed1,12ed6) {entry_value(1) {reg1}, stack_value}\n      [12ed6,12ee3) {reg1}\n    [6f004] variable 'data_scn'\n      [12e60,12eb5) {reg5}\n      [12eb5,12ec1) {entry_value(1) {reg5}, stack_value}\n      [12ec1,12ecd) {reg5}\n      [12ecd,12ed6) {entry_value(1) {reg5}, stack_value}\n      [12ed6,12ee3) {reg5}\n    [6f018] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [6f021] inlined function 'memcpy'@12e80\n    [6f03a] parameter '__dest'\n      [12e80,12e86) {breg5(0), deref, breg4(0), plus, stack_value}\n      [12e86,12e91) {reg4}\n    [6f047] parameter '__src'\n      [12e80,12e91) {reg1}\n    [6f054] parameter '__len'\n      [12e80,12e91) {lit16, stack_value}\nmodule 'libelf.so'\n[6f0e7] CU '../../elfutils-0.193/libelf/gelf_update_verdef.c'@12ef0\n  [701f3] function 'gelf_update_verdef'@12ef0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [70215] parameter 'data'\n      [12ef0,12f45) {reg5}\n      [12f45,12f51) {entry_value(1) {reg5}, stack_value}\n      [12f51,12f5d) {reg5}\n      [12f5d,12f66) {entry_value(1) {reg5}, stack_value}\n      [12f66,12f73) {reg5}\n    [70227] parameter 'offset'\n      [12ef0,12f16) {reg4}\n      [12f16,12f66) {entry_value(1) {reg4}, stack_value}\n      [12f66,12f73) {reg4}\n    [70239] parameter 'src'\n      [12ef0,12f49) {reg1}\n      [12f49,12f51) {entry_value(1) {reg1}, stack_value}\n      [12f51,12f61) {reg1}\n      [12f61,12f66) {entry_value(1) {reg1}, stack_value}\n      [12f66,12f73) {reg1}\n    [7024d] variable 'data_scn'\n      [12ef0,12f45) {reg5}\n      [12f45,12f51) {entry_value(1) {reg5}, stack_value}\n      [12f51,12f5d) {reg5}\n      [12f5d,12f66) {entry_value(1) {reg5}, stack_value}\n      [12f66,12f73) {reg5}\n    [70261] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [7026a] inlined function 'memcpy'@12f10\n    [70283] parameter '__dest'\n      [12f10,12f16) {breg5(0), deref, breg4(0), plus, stack_value}\n      [12f16,12f27) {reg4}\n    [70290] parameter '__src'\n      [12f10,12f27) {reg1}\n    [7029d] parameter '__len'\n      [12f10,12f27) {lit20, stack_value}\nmodule 'libelf.so'\n[70330] CU '../../elfutils-0.193/libelf/gelf_update_verdaux.c'@12f80\n  [713f6] function 'gelf_update_verdaux'@12f80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [71418] parameter 'data'\n      [12f80,12fc5) {reg5}\n      [12fc5,12fd1) {entry_value(1) {reg5}, stack_value}\n      [12fd1,12fdd) {reg5}\n      [12fdd,12fe6) {entry_value(1) {reg5}, stack_value}\n      [12fe6,12ff3) {reg5}\n    [7142a] parameter 'offset'\n      [12f80,12fbf) {reg4}\n      [12fbf,12fe6) {entry_value(1) {reg4}, stack_value}\n      [12fe6,12ff3) {reg4}\n    [7143c] parameter 'src'\n      [12f80,12fa6) {reg1}\n      [12fa6,12fbf) {entry_value(1) {reg1}, stack_value}\n      [12fbf,12fc9) {reg1}\n      [12fc9,12fd1) {entry_value(1) {reg1}, stack_value}\n      [12fd1,12fe1) {reg1}\n      [12fe1,12fe6) {entry_value(1) {reg1}, stack_value}\n      [12fe6,12ff3) {reg1}\n    [71450] variable 'data_scn'\n      [12f80,12fc5) {reg5}\n      [12fc5,12fd1) {entry_value(1) {reg5}, stack_value}\n      [12fd1,12fdd) {reg5}\n      [12fdd,12fe6) {entry_value(1) {reg5}, stack_value}\n      [12fe6,12ff3) {reg5}\n    [71464] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [7146d] inlined function 'memcpy'@12fa0\n    [71492] parameter '__dest'\n      [12fa0,12faa) {breg5(0), deref, breg4(0), plus, stack_value}\n    [7149f] parameter '__src'\n      [12fa0,12fa6) {reg1}\n      [12fa6,12faa) {entry_value(1) {reg1}, stack_value}\n    [714ac] parameter '__len'\n      [12fa0,12faa) {lit8, stack_value}\nmodule 'libelf.so'\n[7153f] CU '../../elfutils-0.193/libelf/elf_getphdrnum.c'@13000\n  [725c2] function 'elf_getphdrnum'@131a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [725e2] parameter 'elf'\n      [131a0,131af) {reg5}\n      [131af,131b0) {entry_value(1) {reg5}, stack_value}\n      [131b0,131b9) {reg5}\n      [131b9,131c8) {entry_value(1) {reg5}, stack_value}\n      [131c8,131ce) {reg5}\n    [725f5] parameter 'dst'\n      [131a0,131af) {reg4}\n      [131af,131b0) {entry_value(1) {reg4}, stack_value}\n      [131b0,131bd) {reg4}\n      [131bd,131c8) {entry_value(1) {reg4}, stack_value}\n      [131c8,131ce) {reg4}\n    [72608] variable 'result'\n      <no value>\n  [7264d] function '__elf_getphdrnum_chk_rdlock'@130e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7266d] parameter 'elf'\n      [130e0,130f0) {reg5}\n      [130f0,13102) {reg6}\n      [13102,13103) {entry_value(1) {reg5}, stack_value}\n      [13103,13194) {reg6}\n    [72680] parameter 'dst'\n      [130e0,130f0) {reg4}\n      [130f0,13101) {reg3}\n      [13101,13103) {entry_value(1) {reg4}, stack_value}\n      [13103,13194) {reg3}\n    [72693] variable 'result'\n      [130f8,130fa) {reg0}\n      [13103,13110) {reg0}\n      [13110,13179) {reg2}\n      [13184,13194) {reg2}\n  [72711] function '__elf_getphdrnum_rdlock'@13000\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [72731] parameter 'elf'\n      [13000,13022) {reg5}\n      [13022,13029) {entry_value(1) {reg5}, stack_value}\n      [13029,13046) {reg5}\n      [13046,1304e) {entry_value(1) {reg5}, stack_value}\n      [1304e,13075) {reg5}\n      [13075,1307d) {entry_value(1) {reg5}, stack_value}\n      [1307d,1308c) {reg5}\n      [1308c,1309b) {entry_value(1) {reg5}, stack_value}\n      [1309b,130a7) {reg5}\n      [130a7,130b0) {breg5(-224), stack_value}\n      [130b0,130c0) {entry_value(1) {reg5}, stack_value}\n      [130c0,130c7) {reg5}\n      [130c7,130d0) {breg5(-224), stack_value}\n      [130d0,130e0) {entry_value(1) {reg5}, stack_value}\n    [72744] parameter 'dst'\n      [13000,13022) {reg4}\n      [13022,13029) {entry_value(1) {reg4}, stack_value}\n      [13029,13046) {reg4}\n      [13046,1304e) {entry_value(1) {reg4}, stack_value}\n      [1304e,13075) {reg4}\n      [13075,1307d) {entry_value(1) {reg4}, stack_value}\n      [1307d,13090) {reg4}\n      [13090,1309b) {entry_value(1) {reg4}, stack_value}\n      [1309b,130b0) {reg4}\n      [130b0,130c0) {fbreg(-24)}\n      [130c0,130d0) {reg4}\n      [130d0,130e0) {fbreg(-24)}\nmodule 'libelf.so'\n[7282b] CU '../../elfutils-0.193/libelf/elf_getshdrnum.c'@131d0\n  [7387f] function 'elf_getshdrnum'@13240\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [738a1] parameter 'elf'\n      [13240,13249) {reg5}\n      [13249,1324a) {entry_value(1) {reg5}, stack_value}\n      [1324a,13250) {reg5}\n    [738b4] parameter 'dst'\n      [13240,13249) {reg4}\n      [13249,1324a) {entry_value(1) {reg4}, stack_value}\n      [1324a,13250) {reg4}\n    [738c7] variable 'result'\n      <no value>\n  [738f5] function '__elf_getshdrnum_rdlock'@131d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [73913] parameter 'elf'\n      [131d0,131e5) {reg5}\n      [131e5,13203) {entry_value(1) {reg5}, stack_value}\n      [13203,1320f) {reg5}\n      [1320f,1321e) {breg5(-208), stack_value}\n      [1321e,13229) {reg5}\n      [13229,13238) {entry_value(1) {reg5}, stack_value}\n      [13238,1323e) {reg5}\n    [73926] parameter 'dst'\n      [131d0,1322d) {reg4}\n      [1322d,13238) {entry_value(1) {reg4}, stack_value}\n      [13238,1323e) {reg4}\n    [73939] variable 'result'\n      <constant value>\n    [73946] variable 'idx'\n      [131e1,131e8) {reg0}\n      [131e8,13203) {breg1(0)}\n      [13203,1321d) {reg0}\n      [1321d,1321e) {breg1(0)}\nmodule 'libelf.so'\n[7397b] CU '../../elfutils-0.193/libelf/elf_getshdrstrndx.c'@13250\n  [74a7a] function 'elf_getshdrstrndx'@13250\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [74a9c] parameter 'elf'\n      [13250,132a2) {reg5}\n      [132a2,132c8) {entry_value(1) {reg5}, stack_value}\n      [132c8,13325) {reg5}\n      [13325,13329) {reg9}\n      [13329,13334) {entry_value(1) {reg5}, stack_value}\n      [13334,1333d) {reg5}\n      [1333d,13341) {reg9}\n      [13341,13344) {entry_value(1) {reg5}, stack_value}\n      [13344,13349) {reg5}\n      [13349,1334d) {reg9}\n      [1334d,13350) {entry_value(1) {reg5}, stack_value}\n      [13350,13373) {reg5}\n      [13373,1341c) {entry_value(1) {reg5}, stack_value}\n      [1341c,13440) {reg5}\n      [13440,134bf) {entry_value(1) {reg5}, stack_value}\n      [134bf,134dc) {reg5}\n      [134dc,13508) {entry_value(1) {reg5}, stack_value}\n      [13508,13525) {reg5}\n      [13525,1352a) {entry_value(1) {reg5}, stack_value}\n    [74aae] parameter 'dst'\n      [13250,132a2) {reg4}\n      [132a2,132c8) {entry_value(1) {reg4}, stack_value}\n      [132c8,13329) {reg4}\n      [13329,13334) {entry_value(1) {reg4}, stack_value}\n      [13334,13341) {reg4}\n      [13341,13344) {entry_value(1) {reg4}, stack_value}\n      [13344,1334d) {reg4}\n      [1334d,13350) {entry_value(1) {reg4}, stack_value}\n      [13350,13373) {reg4}\n      [13373,1341c) {entry_value(1) {reg4}, stack_value}\n      [1341c,13440) {reg4}\n      [13440,134bf) {entry_value(1) {reg4}, stack_value}\n      [134bf,134dc) {reg4}\n      [134dc,13508) {entry_value(1) {reg4}, stack_value}\n      [13508,13525) {reg4}\n      [13525,1352a) {entry_value(1) {reg4}, stack_value}\n    [74ac0] variable 'result'\n      [1326a,132a9) {lit0, stack_value}\n      [132c8,1332a) {lit0, stack_value}\n      [13334,13342) {lit0, stack_value}\n      [13342,13344) {const1s(-1), stack_value}\n      [13344,1334e) {lit0, stack_value}\n      [1334e,13350) {const1s(-1), stack_value}\n      [13350,13503) {lit0, stack_value}\n      [13503,13508) {const1s(-1), stack_value}\n      [13508,13525) {lit0, stack_value}\n    [74ad3] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [74b54] inlined function 'pread_retry'@13439\n    [74b69] parameter 'fd'\n      [13439,134bf) {reg15}\n      [134dc,134e2) {reg15}\n    [74b76] parameter 'buf'\n      [13439,134bf) {fbreg(-128), stack_value}\n      [134dc,134e2) {fbreg(-128), stack_value}\n    [74b83] parameter 'len'\n      [13439,134bf) {const1u(40), stack_value}\n      [134dc,134e2) {const1u(40), stack_value}\n    [74b90] parameter 'off'\n      <no value>\n    [74b95] variable 'recvd'\n      [13439,13440) {lit0, stack_value}\n      [1345e,1346c) {reg11}\n      [1346c,1348a) {fbreg(-152)}\n      [1348a,13497) {reg11}\n      [13497,134bf) {fbreg(-152)}\n      [134dc,134e2) {fbreg(-152)}\n  [74caf] inlined function 'pread_retry'@1336d\n    [74cc8] parameter 'fd'\n      [1336d,133e9) {reg15}\n      [133f8,133fa) {reg15}\n    [74cd5] parameter 'buf'\n      [1336d,133e9) {fbreg(-128), stack_value}\n      [133f8,133fa) {fbreg(-128), stack_value}\n    [74ce2] parameter 'len'\n      [1336d,133e9) {const1u(64), stack_value}\n      [133f8,133fa) {const1u(64), stack_value}\n    [74cef] parameter 'off'\n      [1336d,13373) {reg2}\n      [13373,133e9) {reg6}\n      [133f8,133fa) {reg6}\n    [74cfc] variable 'recvd'\n      [1336d,13373) {lit0, stack_value}\n      [13396,133a4) {reg11}\n      [133a4,133c2) {fbreg(-152)}\n      [133c2,133cf) {reg11}\n      [133cf,133e9) {fbreg(-152)}\n      [133f8,133fa) {fbreg(-152)}\n  [74bce] inlined function 'pread'@1345e\n    [74be7] parameter '__fd'\n      [1345e,1346c) {reg5}\n      [1346c,1346d) {reg15}\n    [74bf4] parameter '__buf'\n      [1345e,13463) {fbreg(0), breg11(0), plus, const1u(128), minus, stack_value}\n      [13463,1346c) {reg4}\n      [1346c,1346d) {fbreg(0), fbreg(-152), deref, plus, const1u(128), minus, stack_value}\n    [74c01] parameter '__nbytes'\n      [1345e,1346c) {reg1}\n      [1346c,1346d) {const1u(40), fbreg(-152), deref, minus, stack_value}\n    [74c0e] parameter '__offset'\n      <no value>\n  [74d35] inlined function 'pread'@13396\n    [74d4e] parameter '__fd'\n      [13396,133a4) {reg5}\n      [133a4,133a5) {reg15}\n    [74d5b] parameter '__buf'\n      [13396,1339b) {fbreg(0), breg11(0), plus, const1u(128), minus, stack_value}\n      [1339b,133a4) {reg4}\n      [133a4,133a5) {fbreg(0), fbreg(-152), deref, plus, const1u(128), minus, stack_value}\n    [74d68] parameter '__nbytes'\n      [13396,133a4) {reg1}\n      [133a4,133a5) {const1u(64), fbreg(-152), deref, minus, stack_value}\n    [74d75] parameter '__offset'\n      <no value>\n  [74dc4] inlined function '__bswap_32'@1340c\n    [74de0] parameter '__bsx'\n      <no value>\nmodule 'libelf.so'\n[74f3a] CU '../../elfutils-0.193/libelf/gelf_checksum.c'@13530\n  [75e5e] function 'gelf_checksum'@13530\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [75e7c] parameter 'elf'\n      [13530,1353f) {reg5}\n      [1353f,13540) {entry_value(1) {reg5}, stack_value}\n      [13540,13544) {reg5}\n      [13544,13545) {entry_value(1) {reg5}, stack_value}\n      [13545,1354d) {reg5}\nmodule 'libelf.so'\n[75ec4] CU '../../elfutils-0.193/libelf/elf32_checksum.c'@13550\n  [77073] function 'elf32_checksum'@13550\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [77095] parameter 'elf'\n      [13550,13583) {reg5}\n      [13583,136ee) {reg13}\n      [136ee,13717) {entry_value(1) {reg5}, stack_value}\n      [13717,13723) {reg13}\n      [13723,13728) {entry_value(1) {reg5}, stack_value}\n    [770a9] variable 'shstrndx'\n      [13550,13728) {fbreg(-152)}\n    [770b8] variable 'scn'\n      (135a3,135a3) <empty range>\n      [135a3,135b9) {reg6}\n      [135b9,135cb) {reg0}\n      [135cb,136ee) {reg6}\n    [770cc] variable 'result'\n      [1356e,135a3) {lit0, stack_value}\n      [135a3,136b5) {reg3}\n      [136b5,136bf) {breg3(0), const4u(4294967295), and, stack_value}\n      [136bf,136ee) {reg3}\n      (136ee,136ee) <empty range>\n      [13717,13723) {lit0, stack_value}\n    [770df] variable 'ident'\n      [13590,136ee) {reg15}\n    [770f2] variable 'same_byte_order'\n      [135a3,136ee) {breg12(0), const1u(255), and, lit1, eq, stack_value}\nmodule 'libelf.so'\n[77318] CU '../../elfutils-0.193/libelf/elf64_checksum.c'@13730\n  [784c7] function 'elf64_checksum'@13730\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [784e9] parameter 'elf'\n      [13730,13763) {reg5}\n      [13763,138ce) {reg13}\n      [138ce,138f7) {entry_value(1) {reg5}, stack_value}\n      [138f7,13903) {reg13}\n      [13903,13908) {entry_value(1) {reg5}, stack_value}\n    [784fd] variable 'shstrndx'\n      [13730,13908) {fbreg(-152)}\n    [7850c] variable 'scn'\n      (13783,13783) <empty range>\n      [13783,13799) {reg6}\n      [13799,137ab) {reg0}\n      [137ab,138ce) {reg6}\n    [78520] variable 'result'\n      [1374e,13783) {lit0, stack_value}\n      [13783,13895) {reg3}\n      [13895,1389f) {breg3(0), const4u(4294967295), and, stack_value}\n      [1389f,138ce) {reg3}\n      (138ce,138ce) <empty range>\n      [138f7,13903) {lit0, stack_value}\n    [78533] variable 'ident'\n      [13770,138ce) {reg15}\n    [78546] variable 'same_byte_order'\n      [13783,138ce) {breg12(0), const1u(255), and, lit1, eq, stack_value}\nmodule 'libelf.so'\n[7876c] CU '../../elfutils-0.193/libelf/libelf_crc32.c'@0\n  [78837] function '__libelf_crc32'@13920\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [78859] parameter 'crc'\n      (13920,13920) <empty range>\n      [13920,13931) {breg5(0), not, stack_value}\n      [13931,13933) {breg0(0), not, stack_value}\n      [13940,1394c) {reg0}\n      [13952,13959) {reg0}\n      [13959,13961) {breg0(0), not, stack_value}\n    [7886b] parameter 'buf'\n      [13920,13947) {reg4}\n      [13947,13952) {breg4(-1), stack_value}\n      [13952,13961) {reg4}\n    [7887d] parameter 'len'\n      [13920,13923) {reg1}\n      [13923,13961) {entry_value(1) {reg1}, stack_value}\n    [7888f] variable 'end'\n      [13923,13961) {reg1}\nmodule 'libelf.so'\n[788b7] CU '../../elfutils-0.193/libelf/libelf_next_prime.c'@13970\n  [7891b] function '__libelf_next_prime'@13970\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7893d] parameter 'seed'\n      [13970,13974) {reg5}\n      [13974,13977) {entry_value(1) {reg5}, stack_value}\n      (13977,13977) <empty range>\n      [13977,139c3) {reg8}\n      [139c3,139c5) {breg8(-2), stack_value}\n      [139c5,139fc) {reg8}\n  [78951] inlined function 'is_prime'@13980\n    [78966] parameter 'candidate'\n      [13977,139bf) {reg8}\n      [139c5,139d0) {reg8}\n      [139d9,139fc) {reg8}\n    [78973] variable 'divn'\n      [13977,13997) {lit3, stack_value}\n      (13997,13997) <empty range>\n      [13997,139a9) {breg5(1), stack_value}\n      [139a9,139bf) {reg5}\n      [139c5,139d0) {reg5}\n      [139d9,139fc) {lit3, stack_value}\n    [78980] variable 'sq'\n      [13977,13997) {lit9, stack_value}\n      [13997,139bf) {reg2}\n      [139c5,139d0) {reg2}\n      [139d9,139fc) {lit9, stack_value}\nmodule 'libelf.so'\n[789fc] CU '../../elfutils-0.193/libelf/elf_clone.c'@13a00\n  [79a8f] function 'elf_clone'@13a00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [79ab1] parameter 'elf'\n      [13a00,13a50) {reg5}\n      [13a50,13aa8) {reg3}\n      [13aa8,13ab2) {entry_value(1) {reg5}, stack_value}\n      [13ab2,13abb) {reg5}\n      [13abb,13ac9) {reg3}\n    [79ac3] parameter 'cmd'\n      [13a00,13a29) {reg4}\n      [13a29,13ab2) {entry_value(1) {reg4}, stack_value}\n      [13ab2,13abb) {reg4}\n      [13abb,13ac9) {entry_value(1) {reg4}, stack_value}\n    [79ad5] variable 'retval'\n      [13a00,13a92) {lit0, stack_value}\n      [13a92,13aa3) {reg0}\n      [13ab2,13ac9) {lit0, stack_value}\n    [79af1] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [79afa] inlined function 'allocate_elf'@13a4b\n    [79b0f] parameter 'fildes'\n      [13a4b,13a92) {reg15}\n      [13abb,13ac5) {reg15}\n    [79b1c] parameter 'map_address'\n      [13a4b,13a50) {breg5(0)}\n      [13a50,13a5b) {breg3(0)}\n    [79b29] parameter 'offset'\n      [13a4b,13a92) {reg14}\n      [13abb,13ac5) {reg14}\n    [79b36] parameter 'maxsize'\n      [13a4b,13a92) {reg13}\n      [13abb,13ac5) {reg13}\n    [79b43] parameter 'cmd'\n      [13a4b,13a50) {breg5(28)}\n      [13a50,13a5b) {breg3(28)}\n    [79b50] parameter 'parent'\n      [13a4b,13a50) {breg5(8)}\n      [13a50,13a5b) {breg3(8)}\n    [79b5d] parameter 'kind'\n      [13a4b,13a50) {breg5(24)}\n      [13a50,13a5b) {breg3(24)}\n    [79b6a] parameter 'extra'\n      <no value>\n    [79b6f] variable 'result'\n      [13a5c,13a92) {reg0}\n      [13abb,13ac4) {reg0}\nmodule 'libelf.so'\n[79c52] CU '../../elfutils-0.193/libelf/gelf_getlib.c'@13ad0\n  [7ad14] function 'gelf_getlib'@13ad0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7ad36] parameter 'data'\n      [13ad0,13b2d) {reg5}\n      [13b2d,13b39) {entry_value(1) {reg5}, stack_value}\n      [13b39,13b45) {reg5}\n      [13b45,13b4e) {entry_value(1) {reg5}, stack_value}\n      [13b4e,13b53) {reg5}\n    [7ad4a] parameter 'ndx'\n      [13ad0,13b31) {reg4}\n      [13b31,13b39) {entry_value(1) {reg4}, stack_value}\n      [13b39,13b49) {reg4}\n      [13b49,13b4e) {entry_value(1) {reg4}, stack_value}\n      [13b4e,13b53) {reg4}\n    [7ad5c] parameter 'dst'\n      [13ad0,13af0) {reg1}\n      [13af0,13b25) {reg2}\n      [13b25,13b31) {reg1}\n      [13b31,13b39) {entry_value(1) {reg1}, stack_value}\n      [13b39,13b49) {reg2}\n      [13b49,13b4e) {entry_value(1) {reg1}, stack_value}\n      [13b4e,13b53) {reg1}\n    [7ad6e] variable 'data_scn'\n      [13ae2,13b25) {reg5}\n      [13b39,13b45) {reg5}\n      [13b45,13b4e) {entry_value(1) {reg5}, stack_value}\n    [7ad81] variable '__PRETTY_FUNCTION__'\n      <no value>\n    [7ad8a] variable 'result'\n      [13ae2,13b1d) {lit0, stack_value}\n      [13b1d,13b20) {reg2}\n      [13b39,13b4e) {lit0, stack_value}\nmodule 'libelf.so'\n[7adf9] CU '../../elfutils-0.193/libelf/gelf_update_lib.c'@13b60\n  [7bed4] function 'gelf_update_lib'@13b60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7bef6] parameter 'data'\n      [13b60,13bd5) {reg5}\n      [13bd5,13be1) {entry_value(1) {reg5}, stack_value}\n      [13be1,13bed) {reg5}\n      [13bed,13bf6) {entry_value(1) {reg5}, stack_value}\n      [13bf6,13c03) {reg5}\n    [7bf0a] parameter 'ndx'\n      [13b60,13b9d) {reg4}\n      [13b9d,13bc6) {entry_value(1) {reg4}, stack_value}\n      [13bc6,13bd9) {reg4}\n      [13bd9,13be1) {entry_value(1) {reg4}, stack_value}\n      [13be1,13bf1) {reg4}\n      [13bf1,13bf6) {entry_value(1) {reg4}, stack_value}\n      [13bf6,13c03) {reg4}\n    [7bf1c] parameter 'src'\n      [13b60,13b84) {reg1}\n      [13b84,13bb2) {reg2}\n      [13bb2,13bc6) {entry_value(1) {reg1}, stack_value}\n      [13bc6,13bd9) {reg1}\n      [13bd9,13be1) {entry_value(1) {reg1}, stack_value}\n      [13be1,13bf1) {reg2}\n      [13bf1,13bf6) {entry_value(1) {reg1}, stack_value}\n      [13bf6,13c03) {reg1}\n    [7bf2e] variable 'data_scn'\n      [13b74,13bd5) {reg5}\n      [13bd5,13be1) {entry_value(1) {reg5}, stack_value}\n      [13be1,13bed) {reg5}\n      [13bed,13bf6) {entry_value(1) {reg5}, stack_value}\n    [7bf41] variable 'scn'\n      [13b76,13bc6) {breg5(40)}\n      [13be1,13bed) {breg5(40)}\n      [13bed,13bf1) {entry_value(1) {reg5}, plus_uconst(40)}\n    [7bf55] variable 'result'\n      [13b76,13bb5) {lit0, stack_value}\n      [13bb5,13bba) {lit1, stack_value}\n      [13be1,13bf6) {lit0, stack_value}\nmodule 'libelf.so'\n[7bfaf] CU '../../elfutils-0.193/libelf/elf32_offscn.c'@13c20\n  [7d01a] function 'elf32_offscn'@13c20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7d038] parameter 'elf'\n      [13c20,13c4a) {reg5}\n      [13c4a,13cda) {entry_value(1) {reg5}, stack_value}\n      [13cda,13cef) {reg5}\n      [13cef,13cfb) {reg8}\n      [13cfb,13d11) {fbreg(-32)}\n      [13d11,13d1d) {reg5}\n      [13d1d,13d21) {reg8}\n      [13d21,13d26) {entry_value(1) {reg5}, stack_value}\n      [13d26,13d29) {reg5}\n    [7d04c] parameter 'offset'\n      [13c20,13c4a) {reg4}\n      [13c4a,13cda) {entry_value(1) {reg4}, stack_value}\n      [13cda,13cfb) {reg4}\n      [13cfb,13d11) {fbreg(-20)}\n      [13d11,13d21) {reg4}\n      [13d21,13d26) {entry_value(1) {reg4}, stack_value}\n      [13d26,13d29) {reg4}\n    [7d060] variable 'runp'\n      [13c3a,13c4a) {breg5(208), stack_value}\n      [13c4a,13c54) {entry_value(1) {reg5}, plus_uconst(208), stack_value}\n      [13c54,13ccd) {reg8}\n      [13cda,13cef) {breg5(208), stack_value}\n      [13cef,13cfb) {breg8(208), stack_value}\n      [13cfb,13d11) {fbreg(-32), deref, plus_uconst(208), stack_value}\n    [7d073] variable 'result'\n      [13c51,13c54) {lit0, stack_value}\n      [13c9a,13cac) {reg0}\nmodule 'libelf.so'\n[7d10b] CU '../../elfutils-0.193/libelf/elf64_offscn.c'@13d40\n  [7e176] function 'elf64_offscn'@13d40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7e194] parameter 'elf'\n      [13d40,13d68) {reg5}\n      [13d68,13df9) {entry_value(1) {reg5}, stack_value}\n      [13df9,13e0e) {reg5}\n      [13e0e,13e1b) {reg8}\n      [13e1b,13e32) {fbreg(-32)}\n      [13e32,13e3d) {reg5}\n      [13e3d,13e41) {reg8}\n      [13e41,13e46) {entry_value(1) {reg5}, stack_value}\n      [13e46,13e49) {reg5}\n    [7e1a8] parameter 'offset'\n      [13d40,13d68) {reg4}\n      [13d68,13df9) {entry_value(1) {reg4}, stack_value}\n      [13df9,13e1b) {reg4}\n      [13e1b,13e32) {fbreg(-24)}\n      [13e32,13e41) {reg4}\n      [13e41,13e46) {entry_value(1) {reg4}, stack_value}\n      [13e46,13e49) {reg4}\n    [7e1bc] variable 'runp'\n      [13d5a,13d68) {breg5(208), stack_value}\n      [13d68,13d72) {entry_value(1) {reg5}, plus_uconst(208), stack_value}\n      [13d72,13dec) {reg8}\n      [13df9,13e0e) {breg5(208), stack_value}\n      [13e0e,13e1b) {breg8(208), stack_value}\n      [13e1b,13e32) {fbreg(-32), deref, plus_uconst(208), stack_value}\n    [7e1cf] variable 'result'\n      [13d6f,13d72) {lit0, stack_value}\n      [13dbb,13dcb) {reg0}\nmodule 'libelf.so'\n[7e267] CU '../../elfutils-0.193/libelf/gelf_offscn.c'@13e50\n  [7f2fb] function 'gelf_offscn'@13e50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7f319] parameter 'elf'\n      [13e50,13e64) {reg5}\n      [13e64,13e65) {entry_value(1) {reg5}, stack_value}\n      [13e65,13e6c) {reg5}\n      [13e6c,13e6d) {entry_value(1) {reg5}, stack_value}\n      [13e6d,13e79) {reg5}\n      [13e79,13e85) {entry_value(1) {reg5}, stack_value}\n    [7f32d] parameter 'offset'\n      [13e50,13e64) {reg4}\n      [13e64,13e65) {entry_value(1) {reg4}, stack_value}\n      [13e65,13e6c) {reg4}\n      [13e6c,13e6d) {entry_value(1) {reg4}, stack_value}\n      [13e6d,13e7d) {reg4}\n      [13e7d,13e85) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[7f390] CU '../../elfutils-0.193/libelf/elf_getaroff.c'@0\nmodule 'libelf.so'\n[80360] CU '../../elfutils-0.193/libelf/elf_gnu_hash.c'@13ec0\n  [803f2] function 'elf_gnu_hash'@13ec0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [80410] parameter 'string'\n      [13ec0,13ee7) {reg5}\n      [13ee7,13ef1) {breg5(-1), stack_value}\n      [13ef1,13f01) {reg5}\n    [80424] variable 'h'\n      [13ec0,13ecc) {const2u(5381), stack_value}\n      [13ee0,13eee) {reg0}\n      [13ef1,13efa) {reg0}\n      [13efb,13f01) {const2u(5381), stack_value}\nmodule 'libelf.so'\n[8045a] CU '../../elfutils-0.193/libelf/elf_scnshndx.c'@13f10\n  [8139c] function 'elf_scnshndx'@13f10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [813be] parameter 'scn'\n      [13f10,13f4e) {reg5}\n      [13f4e,13f5e) {reg3}\n      [13f5e,14020) {entry_value(1) {reg5}, stack_value}\n    [813d2] variable 'scnndx'\n      [13f40,13f60) {reg13}\n      [13f7f,14000) {reg13}\n      [1400a,1401b) {reg13}\n    [813e5] variable 'shdr_mem'\n      [13f10,14020) {fbreg(-128)}\n    [813f5] variable 'shdr'\n      [13f4f,13f5e) {reg0}\n      [13f7f,13f83) {reg0}\n      [13faa,13fc3) {reg0}\n      [13ff3,14000) {reg0}\n    [81408] variable 'elf'\n      [13f4a,13f60) {reg12}\n      [13f7f,14000) {reg12}\n      [1400a,1401b) {reg12}\n    [8141c] variable 'nscn'\n      [13f7f,13f9d) {reg3}\n      [13f9d,13fa9) {reg0}\n      [13fa9,13fd9) {reg3}\n      [13fd9,13ff2) {reg0}\n      [13ff2,14000) {reg3}\n      [1400a,1401b) {reg3}\nmodule 'libelf.so'\n[814e9] CU '../../elfutils-0.193/libelf/elf32_getchdr.c'@14020\n  [825e9] function 'elf32_getchdr'@140b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [8260b] parameter 'scn'\n      [140b0,140b8) {reg5}\n      [140b8,140f3) {reg3}\n      [140f3,140f4) {entry_value(1) {reg5}, stack_value}\n      [140f4,14105) {reg3}\n      [14105,14106) {entry_value(1) {reg5}, stack_value}\n      [14106,1413e) {reg3}\n    [8261d] variable 'shdr'\n      [140b9,140dd) {reg0}\n      [140f4,14101) {reg0}\n      [1411e,14129) {reg0}\n      [1412e,14139) {reg0}\n    [8262e] variable 'd'\n      [140de,140ed) {reg0}\n  [826d4] function '__elf32_getchdr_wrlock'@14020\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [826f2] parameter 'scn'\n      [14020,14028) {reg5}\n      [14028,14063) {reg3}\n      [14063,14064) {entry_value(1) {reg5}, stack_value}\n      [14064,14075) {reg3}\n      [14075,14076) {entry_value(1) {reg5}, stack_value}\n      [14076,140ae) {reg3}\n    [82704] variable 'shdr'\n      [14029,1404d) {reg0}\n      [14064,14071) {reg0}\n      [1408e,14099) {reg0}\n      [1409e,140a9) {reg0}\n    [82715] variable 'd'\n      [1404e,1405d) {reg0}\nmodule 'libelf.so'\n[827c3] CU '../../elfutils-0.193/libelf/elf64_getchdr.c'@14140\n  [838d1] function 'elf64_getchdr'@141d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [838f3] parameter 'scn'\n      [141d0,141d8) {reg5}\n      [141d8,14214) {reg3}\n      [14214,14215) {entry_value(1) {reg5}, stack_value}\n      [14215,14225) {reg3}\n      [14225,14226) {entry_value(1) {reg5}, stack_value}\n      [14226,1425e) {reg3}\n    [83905] variable 'shdr'\n      [141d9,141fe) {reg0}\n      [14215,14221) {reg0}\n      [1423e,14249) {reg0}\n      [1424e,14259) {reg0}\n    [83916] variable 'd'\n      [141ff,1420e) {reg0}\n  [839bc] function '__elf64_getchdr_wrlock'@14140\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [839da] parameter 'scn'\n      [14140,14148) {reg5}\n      [14148,14184) {reg3}\n      [14184,14185) {entry_value(1) {reg5}, stack_value}\n      [14185,14195) {reg3}\n      [14195,14196) {entry_value(1) {reg5}, stack_value}\n      [14196,141ce) {reg3}\n    [839ec] variable 'shdr'\n      [14149,1416e) {reg0}\n      [14185,14191) {reg0}\n      [141ae,141b9) {reg0}\n      [141be,141c9) {reg0}\n    [839fd] variable 'd'\n      [1416f,1417e) {reg0}\nmodule 'libelf.so'\n[83aab] CU '../../elfutils-0.193/libelf/gelf_getchdr.c'@14260\n  [84bcf] function 'gelf_getchdr'@14260\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [84bf1] parameter 'scn'\n      [14260,1427f) {reg5}\n      [1427f,142a0) {entry_value(1) {reg5}, stack_value}\n      [142a0,142a4) {reg5}\n      [142a4,142c1) {entry_value(1) {reg5}, stack_value}\n      [142c1,142cd) {reg5}\n      [142cd,142d6) {entry_value(1) {reg5}, stack_value}\n      [142d6,142e3) {reg5}\n    [84c05] parameter 'dest'\n      [14260,1427f) {reg4}\n      [1427f,1429f) {reg3}\n      [1429f,142a0) {reg0}\n      [142a0,142d5) {reg3}\n      [142d5,142d6) {entry_value(1) {reg4}, stack_value}\n      [142d6,142e3) {reg4}\nmodule 'libelf.so'\n[84cb1] CU '../../elfutils-0.193/libelf/elf_compress.c'@142f0\n  [861c5] function 'elf_compress'@14b40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [861e6] parameter 'scn'\n      [14b40,14b92) {reg5}\n      [14b92,14c75) {reg3}\n      [14c75,14c7d) {reg5}\n      [14c7d,14cb0) {entry_value(1) {reg5}, stack_value}\n      [14cb0,14f47) {reg3}\n      [14f47,14f4c) {entry_value(1) {reg5}, stack_value}\n    [861fa] parameter 'type'\n      [14b40,14b8f) {reg4}\n      [14b8f,14c75) {reg6}\n      [14c75,14c81) {reg4}\n      [14c81,14cb0) {entry_value(1) {reg4}, stack_value}\n      [14cb0,14d57) {reg6}\n      [14d57,14d5f) {fbreg(-176)}\n      [14d5f,14dd9) {entry_value(1) {reg4}, stack_value}\n      [14dd9,14ee5) {reg6}\n      [14ee5,14efb) {fbreg(-176)}\n      [14efb,14f39) {entry_value(1) {reg4}, stack_value}\n      [14f39,14f47) {reg6}\n      [14f47,14f4c) {entry_value(1) {reg4}, stack_value}\n    [8620e] parameter 'flags'\n      [14b40,14b80) {reg1}\n      [14b80,14c75) {reg12}\n      [14c75,14c81) {reg1}\n      [14c81,14c82) {reg12}\n      [14c82,14cb0) {entry_value(1) {reg1}, stack_value}\n      [14cb0,14f47) {reg12}\n      [14f47,14f4c) {entry_value(1) {reg1}, stack_value}\n    [86222] variable 'force'\n      [14b8a,14c75) {reg12}\n      [14cb0,14f47) {reg12}\n    [86236] variable 'elf'\n      [14b8a,14b9a) {reg1}\n      [14b9a,14c2a) {fbreg(-224)}\n      [14cb0,14cbd) {fbreg(-224)}\n      [14dd9,14e2f) {fbreg(-224)}\n      [14e45,14e75) {fbreg(-224)}\n      [14eb6,14ecf) {fbreg(-224)}\n    [8624a] variable 'ehdr'\n      [14b40,14f4c) {fbreg(-144)}\n    [8625a] variable 'elfclass'\n      [14bba,14bc4) {reg0}\n      [14bc4,14c75) {reg15}\n      [14cb0,14dd9) {reg15}\n      [14dd9,14de4) {reg0}\n      [14de4,14f47) {reg15}\n    [8626e] variable 'elfdata'\n      [14bba,14c75) {breg13(0), const1u(255), and, stack_value}\n      [14cb0,14cdd) {breg13(0), const1u(255), and, stack_value}\n      [14cdd,14cf3) {breg1(0), const1u(255), and, stack_value}\n      [14cf3,14f47) {breg13(0), const1u(255), and, stack_value}\n    [86282] variable 'sh_flags'\n      [14bd5,14c23) {reg0}\n      [14cb0,14cb9) {reg0}\n      [14df4,14e11) {reg0}\n      [14e17,14e29) {reg0}\n      [14e45,14e51) {reg0}\n      [14e57,14e79) {reg0}\n      [14eb6,14ec9) {reg0}\n    [86296] variable 'sh_type'\n      [14bd9,14c2a) {reg2}\n      [14cb0,14cc5) {reg2}\n      [14df8,14e11) {reg2}\n      [14e17,14e29) {reg2}\n      [14e45,14e51) {reg2}\n      [14e57,14e79) {reg2}\n      [14e79,14eb6) {fbreg(-216)}\n      [14eb6,14ec9) {reg2}\n    [862aa] variable 'sh_addralign'\n      [14bdd,14c2a) {reg11}\n      [14cb0,14cf3) {reg11}\n      [14cf3,14dd9) {fbreg(-216)}\n      [14dfc,14e11) {reg11}\n      [14e17,14e29) {reg11}\n      [14e45,14e51) {reg11}\n      [14e57,14e79) {reg11}\n      [14eb6,14ec9) {reg11}\n      [14ecf,14f47) {fbreg(-216)}\n    [862e7] variable 'shdr'\n      [14bcb,14bd5) {reg0, piece(8)}\n      [14bd5,14c2a) {reg10, piece(8)}\n      [14cb0,14cf3) {reg10, piece(8)}\n      [14cf3,14dd9) {fbreg(-224), piece(8)}\n      [14deb,14df4) {reg0, piece(8)}\n      [14df4,14e11) {reg10, piece(8)}\n      [14e17,14e29) {reg10, piece(8)}\n      [14e45,14e51) {reg10, piece(8)}\n      [14e57,14e79) {reg10, piece(8)}\n      [14e79,14eb6) {fbreg(-224), piece(8)}\n      [14eb6,14ec9) {reg10, piece(8)}\n      [14ecf,14f47) {fbreg(-224), piece(8)}\n    [862fb] variable 'compressed'\n      [14bf1,14c23) {breg0(0), const2u(2048), and, stack_value}\n      [14cb0,14cb9) {breg0(0), const2u(2048), and, stack_value}\n      [14e45,14e51) {breg0(0), const2u(2048), and, stack_value}\n      [14e57,14e79) {breg0(0), const2u(2048), and, stack_value}\n      [14eb6,14ec9) {breg0(0), const2u(2048), and, stack_value}\n  [866f0] function '__libelf_reset_rawdata'@14a10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [8670f] parameter 'scn'\n      [14a10,14a49) {reg5}\n      [14a49,14b2d) {reg6}\n      [14b2d,14b33) {reg5}\n      [14b33,14b34) {entry_value(1) {reg5}, stack_value}\n    [86723] parameter 'buf'\n      [14a10,14a49) {reg4}\n      [14a49,14b2f) {reg12}\n      [14b2f,14b33) {breg5(160)}\n      [14b33,14b34) {entry_value(1) {reg4}, stack_value}\n    [86737] parameter 'size'\n      [14a10,14a49) {reg1}\n      [14a49,14b34) {entry_value(1) {reg1}, stack_value}\n    [8674b] parameter 'align'\n      [14a10,14a49) {reg2}\n      [14a49,14b34) {entry_value(1) {reg2}, stack_value}\n    [8675f] parameter 'type'\n      [14a10,14a49) {reg8}\n      [14a49,14b34) {entry_value(1) {reg8}, stack_value}\n    [86773] variable 'runp'\n      [14a49,14b2c) {reg3}\n  [86800] function '__libelf_decompress_elf'@14930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86821] parameter 'scn'\n      [14930,14956) {reg5}\n      [14956,149e4) {reg3}\n      [149e4,149e8) {entry_value(1) {reg5}, stack_value}\n      [149e8,14a03) {reg3}\n    [86835] parameter 'size_out'\n      [14930,14952) {reg4}\n      [14952,149e7) {reg12}\n      [149e7,149e8) {entry_value(1) {reg4}, stack_value}\n      [149e8,14a03) {reg12}\n    [86849] parameter 'addralign'\n      [14930,14956) {reg1}\n      [14956,149e5) {reg6}\n      [149e5,149e8) {entry_value(1) {reg1}, stack_value}\n      [149e8,14a03) {reg6}\n    [8685d] variable 'chdr'\n      [14930,14a03) {fbreg(-64)}\n    [8686c] variable 'unknown_compression'\n      [1495c,14962) {lit0, stack_value}\n    [86880] variable 'data'\n      [14988,149bc) {reg0}\n    [86894] variable 'elfclass'\n      [1498d,149bc) {breg3(136), deref, plus_uconst(32)}\n    [868a8] variable 'hsize'\n      [149ae,149b8) {reg4}\n      [149b8,149bc) {lit24, lit12, breg3(136), deref, plus_uconst(32), deref_size(4), lit1, ne, bra(1), swap, drop, stack_value}\n    [868bc] variable 'size_in'\n      [149ae,149b5) {breg0(16), deref, breg4(0), minus, stack_value}\n      [149b5,149bc) {reg1}\n    [868d0] variable 'buf_in'\n      [149ae,149b8) {breg0(0), deref, breg4(0), plus, stack_value}\n      [149b8,149bc) {reg4}\n    [868e4] variable 'buf_out'\n      [149bd,149cf) {reg0}\n  [86983] function '__libelf_decompress'@148f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [869a4] parameter 'chtype'\n      [148f0,14901) {reg5}\n      [14901,14906) {entry_value(1) {reg5}, stack_value}\n      [14906,14919) {reg5}\n      [14919,14925) {entry_value(1) {reg5}, stack_value}\n    [869b8] parameter 'buf_in'\n      [148f0,148fb) {reg4}\n      [148fb,14905) {reg0}\n      [14905,14906) {entry_value(1) {reg4}, stack_value}\n      [14906,1491d) {reg4}\n      [1491d,14925) {entry_value(1) {reg4}, stack_value}\n    [869cc] parameter 'size_in'\n      [148f0,148fe) {reg1}\n      [148fe,14905) {reg4}\n      [14905,14906) {entry_value(1) {reg1}, stack_value}\n      [14906,1491d) {reg1}\n      [1491d,14925) {entry_value(1) {reg1}, stack_value}\n    [869e0] parameter 'size_out'\n      [148f0,14905) {reg2}\n      [14905,14906) {entry_value(1) {reg2}, stack_value}\n      [14906,1491d) {reg2}\n      [1491d,14925) {entry_value(1) {reg2}, stack_value}\n  [86a30] function '__libelf_decompress_zlib'@14790\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86a51] parameter 'buf_in'\n      [14790,147d5) {reg5}\n      [147d5,1480b) {reg6}\n      [1480b,1482c) {breg6(0)}\n      [1482c,148b6) {entry_value(1) {reg5}, stack_value}\n      [148b6,148c5) {reg5}\n      [148c5,148ce) {entry_value(1) {reg5}, stack_value}\n      [148ce,148de) {reg6}\n      [148de,148e3) {entry_value(1) {reg5}, stack_value}\n    [86a65] parameter 'size_in'\n      [14790,147e0) {reg4}\n      [147e0,1487b) {reg14}\n      [1487b,1489b) {entry_value(1) {reg4}, stack_value}\n      [1489b,148b6) {reg14}\n      [148b6,148cb) {reg4}\n      [148cb,148ce) {entry_value(1) {reg4}, stack_value}\n      [148ce,148de) {reg14}\n      [148de,148e3) {entry_value(1) {reg4}, stack_value}\n    [86a79] parameter 'size_out'\n      [14790,147a6) {reg1}\n      [147a6,14896) {reg12}\n      [14896,1489b) {entry_value(1) {reg1}, stack_value}\n      [1489b,148e3) {reg12}\n    [86a8d] variable 'buf_out'\n      [147e7,147f0) {reg0}\n      [147f0,1487b) {reg3}\n      [1489b,148a5) {reg3}\n      [148a5,148a9) {reg5}\n      [148aa,148b6) {lit0, stack_value}\n      [148ce,148db) {reg0}\n    [86aa1] variable 'z'\n      [14790,148e3) {fbreg(-176)}\n    [86ab0] variable 'zrc'\n      [1482d,14839) {reg0}\n      [14839,14858) {lit0, stack_value}\n      [14858,14864) {reg0}\n      [14865,1486d) {reg0}\n  [86bc0] function '__libelf_compress'@142f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86be1] parameter 'scn'\n      [142f0,14347) {reg5}\n      [14347,1441c) {reg14}\n      [1441c,14557) {fbreg(-272)}\n      [14557,1456c) {reg14}\n      [1456c,1476b) {fbreg(-272)}\n      [1476b,1477c) {reg14}\n      [1477c,14781) {fbreg(-272)}\n    [86bf5] parameter 'hsize'\n      [142f0,14343) {reg4}\n      [14343,1441c) {reg12}\n      [1441c,14557) {entry_value(1) {reg4}, stack_value}\n      [14557,1456c) {reg12}\n      [1456c,1476b) {entry_value(1) {reg4}, stack_value}\n      [1476b,1477c) {reg12}\n      [1477c,14781) {entry_value(1) {reg4}, stack_value}\n    [86c09] parameter 'ei_data'\n      [142f0,14347) {reg1}\n      [14347,14781) {fbreg(-276)}\n    [86c1d] parameter 'orig_size'\n      [142f0,14347) {reg2}\n      [14347,14781) {fbreg(-320)}\n    [86c31] parameter 'orig_addralign'\n      [142f0,14347) {reg8}\n      [14347,14781) {fbreg(-288)}\n    [86c45] parameter 'new_size'\n      [142f0,14347) {reg9}\n      [14347,14781) {fbreg(-264)}\n    [86c59] parameter 'force'\n      [142f0,14781) {fbreg(0)}\n    [86c66] parameter 'use_zstd'\n      [142f0,14781) {fbreg(8)}\n    [86c73] variable 'data'\n      [14348,1435e) {reg0}\n      [1435e,1441c) {reg13}\n      [14557,1456a) {reg13}\n      [1476b,1477c) {reg13}\n    [86c87] variable 'next_data'\n      [1436c,1437b) {reg0}\n      [1437b,1441c) {fbreg(-296)}\n      [14557,1456a) {fbreg(-296)}\n      [1476b,1477c) {fbreg(-296)}\n    [86c9b] variable 'block'\n      [143b3,143ba) {reg0}\n      [143ba,1456a) {fbreg(-304)}\n      [14598,1477c) {fbreg(-304)}\n    [86caf] variable 'out_size'\n      [143b3,1441c) {reg3}\n      [1441c,14557) {fbreg(-304), deref, lit1, shl, stack_value}\n      [14557,1456a) {reg3}\n      [14598,1476b) {fbreg(-304), deref, lit1, shl, stack_value}\n      [1476b,1477c) {reg3}\n    [86cc3] variable 'out_buf'\n      [143c1,14407) {reg0}\n      [14407,1441c) {reg6}\n      [14557,14569) {reg0}\n      [14569,1456a) {reg6}\n      [1476b,14776) {reg0}\n  [86cd7] inlined function '__libelf_compress_zlib'@143d2\n    [86cf0] parameter 'scn'\n      [143d2,14557) {fbreg(-272)}\n      [14598,14744) {fbreg(-272)}\n      [14749,1476b) {fbreg(-272)}\n    [86cfd] parameter 'hsize'\n      [143d2,1441c) {reg12}\n      [1441c,14557) {entry_value(1) {reg4}, stack_value}\n      [14598,14744) {entry_value(1) {reg4}, stack_value}\n      [14749,1476b) {entry_value(1) {reg4}, stack_value}\n    [86d0a] parameter 'ei_data'\n      [143d2,14557) {fbreg(-276)}\n      [14598,14744) {fbreg(-276)}\n      [14749,1476b) {fbreg(-276)}\n    [86d17] parameter 'orig_size'\n      [143d2,14557) {fbreg(-320)}\n      [14598,14744) {fbreg(-320)}\n      [14749,1476b) {fbreg(-320)}\n    [86d24] parameter 'orig_addralign'\n      [143d2,14557) {fbreg(-288)}\n      [14598,14744) {fbreg(-288)}\n      [14749,1476b) {fbreg(-288)}\n    [86d31] parameter 'new_size'\n      [143d2,14557) {fbreg(-264)}\n      [14598,14744) {fbreg(-264)}\n      [14749,1476b) {fbreg(-264)}\n    [86d3e] parameter 'force'\n      [143d2,14557) {fbreg(0)}\n      [14598,14744) {fbreg(0)}\n      [14749,1476b) {fbreg(0)}\n    [86d4b] parameter 'data'\n      [143d2,14488) {reg13}\n      [14488,144bc) {reg5}\n      [144bc,144c3) {reg4}\n      [144c3,14552) {fbreg(-296)}\n      [14598,145cb) {fbreg(-296)}\n      [145cb,145ea) {reg5}\n      [145ea,145ff) {fbreg(-296)}\n      [14625,14633) {reg13}\n      [14659,146ae) {reg13}\n      [146ae,14744) {fbreg(-296)}\n      [14749,14761) {fbreg(-296)}\n      [14761,1476b) {reg13}\n    [86d58] parameter 'next_data'\n      [143d2,144d4) {fbreg(-296)}\n      [145cb,145ea) {fbreg(-296)}\n      [14625,14633) {fbreg(-296)}\n      [14659,146ae) {fbreg(-296)}\n      [14761,1476b) {fbreg(-296)}\n    [86d65] parameter 'out_buf'\n      [143d2,14407) {reg0}\n      [14407,14557) {reg6}\n      [14598,145c6) {reg6}\n      [145cb,14611) {reg6}\n      [14611,14615) {reg5}\n      [14625,1464f) {reg6}\n      [1464f,14653) {reg5}\n      [14659,146d1) {reg6}\n      [146d6,14744) {reg6}\n      [14749,1476b) {reg6}\n    [86d72] parameter 'out_size'\n      [143d2,14557) {reg3}\n      [14598,145a5) {reg3}\n      [145cb,145ff) {reg3}\n      [14625,1463d) {reg3}\n      [14659,14744) {reg3}\n      [14761,1476b) {reg3}\n    [86d7f] parameter 'block'\n      [143d2,14557) {fbreg(-304)}\n      [14598,14744) {fbreg(-304)}\n      [14749,1476b) {fbreg(-304)}\n    [86d8c] variable 'used'\n      [143d2,1441c) {reg12}\n      [1441c,14467) {reg8}\n      [144d4,144eb) {reg8}\n      [14517,14539) {reg8}\n      [14598,145b4) {reg8}\n      [145b4,145cb) {fbreg(-312)}\n      [14625,14633) {reg8}\n      [14659,14669) {reg8}\n      [14669,146ae) {fbreg(-312)}\n      [146ae,146c1) {reg8}\n      [146d6,146f2) {reg8}\n      [146f2,1470a) {fbreg(-312)}\n      [1470a,1470e) {reg8}\n      [14749,1476b) {fbreg(-312)}\n    [86d99] variable 'z'\n      [143d2,14560) {fbreg(-192)}\n      [1456a,1456c) {fbreg(-192)}\n      [145a0,14744) {fbreg(-192)}\n      [14749,1476b) {fbreg(-192)}\n      [14770,14772) {fbreg(-192)}\n    [86da2] variable 'zrc'\n      [14408,1441c) {reg0}\n      [14504,1451d) {reg0}\n      [1451d,14539) {reg1}\n      [14598,145b4) {reg1}\n      [145ea,145f9) {reg0}\n      [146ae,146c1) {reg1}\n      [146d6,146f2) {reg1}\n      [146f2,1470a) {fbreg(-244)}\n      [1470a,1470e) {reg1}\n    [86daf] variable 'cdata'\n      [143d2,14560) {fbreg(-240)}\n      [1456a,1456c) {fbreg(-240)}\n      [145a0,14744) {fbreg(-240)}\n      [14749,1476b) {fbreg(-240)}\n      [14770,14772) {fbreg(-240)}\n    [86db8] variable 'flush'\n      [14419,144d4) {lit0, stack_value}\n      [144d4,14557) {reg12}\n      [14598,145cb) {reg12}\n      [145cb,145dc) {lit0, stack_value}\n      [145ea,145ff) {reg12}\n      [14625,14633) {lit0, stack_value}\n      [14659,146ae) {lit0, stack_value}\n      [146ae,14729) {reg12}\n      [14749,14761) {reg12}\n      [14761,1476b) {lit0, stack_value}\n  [86df9] inlined function 'do_deflate_cleanup'@145ff\n    [86e11] parameter 'result'\n      [145ff,14625) {lit0, stack_value}\n    [86e1e] parameter 'z'\n      [145ff,14607) {fbreg(-192), stack_value}\n      [14607,1460b) {reg5}\n      [1460b,14625) {fbreg(-192), stack_value}\n    [86e2b] parameter 'out_buf'\n      [145ff,14611) {reg6}\n      [14611,14615) {reg5}\n    [86e38] parameter 'cdatap'\n      [145ff,14625) {fbreg(-240), stack_value}\n  [86eab] inlined function 'do_deflate_cleanup'@1463d\n    [86ec3] parameter 'result'\n      [1463d,14654) {lit0, stack_value}\n    [86ed0] parameter 'z'\n      [1463d,14645) {fbreg(-192), stack_value}\n      [14645,14649) {reg5}\n      [14649,14654) {fbreg(-192), stack_value}\n    [86edd] parameter 'out_buf'\n      [1463d,1464f) {reg6}\n      [1464f,14653) {reg5}\n    [86eea] parameter 'cdatap'\n      [1463d,14654) {lit0, stack_value}\n  [86f1e] inlined function 'do_deflate_cleanup'@146bd\n    [86f36] parameter 'result'\n      [146bd,146d6) {const1s(-1), stack_value}\n      [1470a,14723) {const1s(-1), stack_value}\n    [86f43] parameter 'z'\n      [146bd,146c1) {reg5}\n      [146c1,146d6) {fbreg(-192), stack_value}\n      [1470a,1470e) {reg5}\n      [1470e,14723) {fbreg(-192), stack_value}\n    [86f50] parameter 'out_buf'\n      [146bd,146d1) {reg6}\n      [1470a,14723) {reg6}\n    [86f5d] parameter 'cdatap'\n      [146bd,146ca) {lit0, stack_value}\n      [1470a,14723) {fbreg(-240), stack_value}\n  [8640c] inlined function 'memcpy'@14eff\n    [86420] parameter '__dest'\n      [14eff,14f13) {reg4}\n    [8642d] parameter '__src'\n      [14eff,14f13) {fbreg(-176), stack_value}\n    [8643a] parameter '__len'\n      [14eff,14f13) {lit12, stack_value}\n  [864cf] inlined function 'memcpy'@14d64\n    [864e3] parameter '__dest'\n      [14d64,14d83) {reg4}\n    [864f0] parameter '__src'\n      [14d64,14d83) {fbreg(-176), stack_value}\n    [864fd] parameter '__len'\n      [14d64,14d83) {lit24, stack_value}\n  [86489] inlined function '__bswap_64'@14d5f\n    [864a2] parameter '__bsx'\n      (14d5f,14d5f) <empty range>\n  [864b0] inlined function '__bswap_64'@14d5f\n    [864c9] parameter '__bsx'\n      <no value>\n  [86389] inlined function '__bswap_32'@14ee3\n    [863ad] parameter '__bsx'\n      [14ee3,14ee5) {reg6}\n  [863bb] inlined function '__bswap_32'@14ee5\n    [863df] parameter '__bsx'\n      [14ee5,14ee7) {reg0}\n  [863ed] inlined function '__bswap_32'@14efb\n    [86406] parameter '__bsx'\n      <no value>\n  [86462] inlined function '__bswap_32'@14d45\n    [8647b] parameter '__bsx'\n      [14d45,14d57) {reg6}\nmodule 'libelf.so'\n[87301] CU '../../elfutils-0.193/libelf/elf_compress_gnu.c'@14f50\n  [884d0] function 'elf_compress_gnu'@14f50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [884f2] parameter 'scn'\n      [14f50,14fa2) {reg5}\n      [14fa2,150f5) {reg3}\n      [150f5,150fd) {reg5}\n      [150fd,15130) {entry_value(1) {reg5}, stack_value}\n      [15130,15232) {reg3}\n      [15232,15237) {entry_value(1) {reg5}, stack_value}\n    [88506] parameter 'inflate'\n      [14f50,14f9f) {reg4}\n      [14f9f,1509f) {reg14}\n      [1509f,150f5) {entry_value(1) {reg4}, stack_value}\n      [150f5,15101) {reg4}\n      [15101,15130) {entry_value(1) {reg4}, stack_value}\n      [15130,15223) {reg14}\n      [15223,1522c) {entry_value(1) {reg4}, stack_value}\n      [1522c,15232) {reg14}\n      [15232,15237) {entry_value(1) {reg4}, stack_value}\n    [88518] parameter 'flags'\n      [14f50,14f8f) {reg1}\n      [14f8f,15071) {reg6}\n      [15071,150f5) {entry_value(1) {reg1}, stack_value}\n      [150f5,15101) {reg1}\n      [15101,15102) {reg6}\n      [15102,15130) {entry_value(1) {reg1}, stack_value}\n      [15130,1515d) {reg6}\n      [1515d,1516c) {entry_value(1) {reg1}, stack_value}\n      [1516c,15223) {reg6}\n      [15223,1522c) {entry_value(1) {reg1}, stack_value}\n      [1522c,15232) {reg6}\n      [15232,15237) {entry_value(1) {reg1}, stack_value}\n    [8852a] variable 'force'\n      [14f9a,15071) {reg6}\n      [15071,150f5) {entry_value(1) {reg1}, stack_value}\n      [15130,1515d) {reg6}\n      [1515d,1516c) {entry_value(1) {reg1}, stack_value}\n      [1516c,15223) {reg6}\n      [15223,1522c) {entry_value(1) {reg1}, stack_value}\n      [1522c,15232) {reg6}\n    [8853d] variable 'elf'\n      [14f9a,14fab) {reg1}\n      [14fab,15024) {fbreg(-200)}\n      [15130,1515d) {fbreg(-200)}\n      [1516c,15195) {fbreg(-200)}\n    [88551] variable 'ehdr'\n      [14f50,15237) {fbreg(-144)}\n    [88560] variable 'elfclass'\n      [14fcc,14fd6) {reg0}\n      [14fd6,150f5) {reg13}\n      [15130,1513c) {reg13}\n      [1513c,15144) {reg0}\n      [15144,15232) {reg13}\n    [88573] variable 'elfdata'\n      [14fcc,150f5) {breg12(0), const1u(255), and, stack_value}\n      [15130,15232) {breg12(0), const1u(255), and, stack_value}\n    [88586] variable 'sh_flags'\n      [14fe7,15032) {reg0}\n      [15130,15139) {reg0}\n      [15150,1515d) {reg0}\n      [1516c,15179) {reg0}\n      [1517c,15189) {reg0}\n      [1518f,151b7) {reg0}\n    [88599] variable 'sh_type'\n      [14feb,15032) {reg8}\n      [15032,1508a) {fbreg(-188)}\n      [15130,15139) {reg8}\n      [15154,1515d) {reg8}\n      [1515d,1516c) {fbreg(-188)}\n      [1516c,15179) {reg8}\n      [1517c,15189) {reg8}\n      [1518f,151b3) {reg8}\n    [885ac] variable 'sh_addralign'\n      [14fef,15032) {reg9}\n      [15032,15094) {fbreg(-184)}\n      [15130,15139) {reg9}\n      [15158,1515d) {reg9}\n      [1515d,1516c) {fbreg(-184)}\n      [1516c,15179) {reg9}\n      [1517c,15189) {reg9}\n      [1518f,151ae) {reg9}\n    [885e3] variable 'shdr'\n      [14fdd,14fe7) {reg0, piece(8)}\n      [14fe7,15032) {reg10, piece(8)}\n      [15032,150cc) {fbreg(-200), piece(8)}\n      [15130,15139) {reg10, piece(8)}\n      [1514b,15150) {reg0, piece(8)}\n      [15150,1515d) {reg10, piece(8)}\n      [1515d,1516c) {fbreg(-200), piece(8)}\n      [1516c,15179) {reg10, piece(8)}\n      [1517c,15189) {reg10, piece(8)}\n      [1518f,151b7) {reg10, piece(8)}\n      [151b7,15232) {fbreg(-200), piece(8)}\n  [88682] inlined function 'memmove'@151e8\n    [8869a] parameter '__dest'\n      (151e8,151e8) <empty range>\n    [886a7] parameter '__src'\n      (151e8,151e8) <empty range>\n    [886b4] parameter '__len'\n      (151e8,151e8) <empty range>\n  [886c2] inlined function 'memmove'@151e8\n    [886e5] parameter '__dest'\n      [151e8,151ec) {breg4(4), stack_value}\n    [886f2] parameter '__src'\n      [151e8,151ec) {implicit_pointer([88652],0) <no location>}\n    [886ff] parameter '__len'\n      [151e8,151ec) {lit8, stack_value}\n  [887ec] inlined function 'memcpy'@15063\n    [8880f] parameter '__dest'\n      (15063,15063) <empty range>\n    [8881c] parameter '__src'\n      (15063,15063) <empty range>\n    [88829] parameter '__len'\n      (15063,15063) <empty range>\n  [8865c] inlined function '__bswap_64'@151d1\n    [88674] parameter '__bsx'\n      [151d1,151e0) {fbreg(-168)}\n      [151e0,151e8) {reg0}\n  [88837] inlined function '__bswap_64'@15063\n    [8884f] parameter '__bsx'\n      [15063,15071) {breg4(4)}\nmodule 'libelf.so'\n[88a56] CU '../../elfutils-0.193/lib/eu-search.c'@15240\n  [88bcc] function 'eu_search_tree_fini'@152a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88be8] parameter 'tree'\n      [152a0,152a4) {reg5}\n      [152a4,152a5) {entry_value(1) {reg5}, stack_value}\n    [88bfb] parameter 'free_node'\n      [152a0,152a4) {reg4}\n      [152a4,152a5) {entry_value(1) {reg4}, stack_value}\n  [88c30] function 'eu_search_tree_init'@15290\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88c4c] parameter 'tree'\n      [15290,15298) {reg5}\n  [88c5b] function 'eu_tdestroy'@15270\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88c77] parameter 'tree'\n      [15270,15277) {reg5}\n      [15277,15284) {reg3}\n      [15284,15285) {entry_value(1) {reg5}, stack_value}\n    [88c8a] parameter 'free_node'\n      [15270,1527b) {reg4}\n      [1527b,15285) {entry_value(1) {reg4}, stack_value}\n  [88cb3] function 'eu_tdelete'@15260\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88cd3] parameter 'key'\n      [15260,15264) {reg5}\n      [15264,15265) {entry_value(1) {reg5}, stack_value}\n    [88ce6] parameter 'tree'\n      [15260,15264) {reg4}\n      [15264,15265) {entry_value(1) {reg4}, stack_value}\n    [88cf9] parameter 'compare'\n      [15260,15264) {reg1}\n      [15264,15265) {entry_value(1) {reg1}, stack_value}\n    [88d0c] variable 'ret'\n      <no value>\n  [88d3a] function 'eu_tfind'@15250\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88d5a] parameter 'key'\n      [15250,15254) {reg5}\n      [15254,15255) {entry_value(1) {reg5}, stack_value}\n    [88d6d] parameter 'tree'\n      [15250,15254) {reg4}\n      [15254,15255) {entry_value(1) {reg4}, stack_value}\n    [88d80] parameter 'compare'\n      [15250,15254) {reg1}\n      [15254,15255) {entry_value(1) {reg1}, stack_value}\n    [88d93] variable 'ret'\n      <no value>\n  [88dc1] function 'eu_tsearch'@15240\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88ddf] parameter 'key'\n      [15240,15244) {reg5}\n      [15244,15245) {entry_value(1) {reg5}, stack_value}\n    [88df2] parameter 'tree'\n      [15240,15244) {reg4}\n      [15244,15245) {entry_value(1) {reg4}, stack_value}\n    [88e05] parameter 'compare'\n      [15240,15244) {reg1}\n      [15244,15245) {entry_value(1) {reg1}, stack_value}\n    [88e18] variable 'ret'\n      <no value>\nmodule 'libasm.so'\n[2f] CU '../../elfutils-0.193/libasm/asm_begin.c'@0\n  [e18] inlined function 'prepare_binary_output'@2825\n    [e30] parameter 'result'\n      [27ee,2812) {reg3}\n      [2825,28f8) {reg3}\n      (2943,2943) <empty range>\n      [23c0,23df) {reg3}\n    [e3d] parameter 'ebl'\n      [27ee,2812) {reg13}\n      [2825,28f8) {reg13}\n      (2943,2943) <empty range>\n      [23c0,23df) {reg13}\n    [e4a] variable 'ehdr'\n      [286b,2876) {reg0}\n      [2876,28f8) {reg6}\n      (2943,2943) <empty range>\n      [23c0,23de) {reg0}\n      [23de,23df) {reg6}\n    [e57] variable 'ehdr_mem'\n      [27f0,2820) {fbreg(-128)}\n      [2825,2900) {fbreg(-128)}\n      [2908,290a) {fbreg(-128)}\n      [2923,2928) {fbreg(-128)}\n      [2932,2934) {fbreg(-128)}\n      [2939,293e) {fbreg(-128)}\n      [23c0,23df) {fbreg(-128)}\n    [e6d] variable 'class'\n      [284d,2851) {reg0}\n      [2851,28f8) {reg12}\n      (2943,2943) <empty range>\n      [23c0,23df) {reg12}\n  [ccd] inlined function 'prepare_text_output'@2707\n    [ce5] parameter 'result'\n      [2707,270e) {reg0}\n      [270e,2715) {reg3}\n      [27c3,27ee) {reg3}\n      [2928,2934) {reg3}\n      [2934,2938) {reg5}\n      [2938,2939) {fbreg(-136), deref, const1u(120), minus, stack_value}\n      [2939,293e) {lit0, stack_value}\n  [d4f] inlined function 'mempcpy'@2768\n    [d74] parameter '__dest'\n      [2768,277a) {reg2}\n      [277a,277b) {fbreg(-136)}\n    [d81] parameter '__src'\n      [2768,277b) {reg6}\n    [d8e] parameter '__len'\n      [2768,277b) {reg14}\n  [dbe] inlined function 'memcpy'@2797\n    [dd6] parameter '__dest'\n      [2797,279b) {reg5}\n    [de3] parameter '__src'\n      [2797,279c) {reg6}\n    [df0] parameter '__len'\n      [2797,279b) {reg1}\n      [279b,279c) {breg14(1), stack_value}\n  [e7a] inlined function 'memcpy'@28a6\n    [e92] parameter '__dest'\n      (28a6,28a6) <empty range>\n    [e9f] parameter '__src'\n      (28a6,28a6) <empty range>\n    [eac] parameter '__len'\n      (28a6,28a6) <empty range>\nmodule 'libasm.so'\n[1210] CU '../../elfutils-0.193/libasm/asm_abort.c'@2950\n  [1a00] function 'asm_abort'@2950\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1a1e] parameter 'ctx'\n      [2950,2963) {reg5}\n      [2963,2981) {reg3}\n      [2981,2982) {entry_value(1) {reg5}, stack_value}\n      [2982,2988) {reg5}\nmodule 'libasm.so'\n[1a7a] CU '../../elfutils-0.193/libasm/asm_end.c'@0\n  [2a05] function '__libasm_finictx'@2a60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2a24] parameter 'ctx'\n      [2a60,2a8c) {reg5}\n      [2a8c,2c39) {reg13}\n      [2c39,2c41) {reg5}\n      [2c41,2c42) {entry_value(1) {reg5}, stack_value}\n      [2c42,2c58) {reg13}\n    [2a38] variable 'scn'\n      [2a83,2bae) {reg3}\n    [2a4b] variable 'runp'\n      [2a60,2c58) {fbreg(-80)}\n    [2a5c] variable 'sym'\n      [2bb5,2bbf) {reg0}\n      [2bcb,2bd7) {reg0}\n    [2a6f] variable 'scngrp'\n      [2bdc,2c34) {reg3}\n      [2c42,2c58) {reg3}\n  [2aac] inlined function 'free_section'@2a97\n    [2acf] parameter 'scnp'\n      [2a97,2b98) {reg6}\n    [2adc] variable 'oldp'\n      <no value>\n    [2ae1] variable 'data'\n      [2b86,2b8f) {reg5}\n  [2aee] inlined function 'free_section'@2aa4\n    [2b11] parameter 'scnp'\n      [2aa4,2b82) {reg12}\n    [2b1e] variable 'oldp'\n      <no value>\n    [2b23] variable 'data'\n      [2b70,2b79) {reg5}\n  [2b30] inlined function 'free_section'@2ab2\n    [2b53] parameter 'scnp'\n      [2ab2,2b6b) {reg14}\n    [2b60] variable 'oldp'\n      <no value>\n    [2b65] variable 'data'\n      [2b59,2b62) {reg5}\n  [2b72] inlined function 'free_section'@2abf\n    [2b95] parameter 'scnp'\n      [2abf,2b55) {reg15}\n    [2ba2] variable 'oldp'\n      <no value>\n    [2ba7] variable 'data'\n      [2b43,2b4c) {reg5}\n  [2bb4] inlined function 'free_section'@2ac8\n    [2bd7] parameter 'scnp'\n      [2ac8,2ae7) {reg0}\n      [2ae7,2af1) {fbreg(-96)}\n    [2be4] variable 'oldp'\n      <no value>\n    [2be9] variable 'data'\n      [2b25,2b32) {reg5}\n  [2bf6] inlined function 'free_section'@2ad1\n    [2c19] parameter 'scnp'\n      [2ad1,2ae7) {reg1}\n      [2ae7,2af1) {fbreg(-88)}\n    [2c26] variable 'oldp'\n      <no value>\n    [2c2b] variable 'data'\n      [2af5,2b07) {reg5}\n  [4088] inlined function 'free_section'@29a6\n    [40ab] parameter 'scnp'\n      [29a6,2a3c) {reg6}\n    [40b8] variable 'oldp'\n      <no value>\n    [40bd] variable 'data'\n      [2a2a,2a33) {reg5}\n  [40ca] inlined function 'free_section'@29af\n    [40ed] parameter 'scnp'\n      [29af,29ce) {reg0}\n      [29ce,29d8) {fbreg(-48)}\n    [40fa] variable 'oldp'\n      <no value>\n    [40ff] variable 'data'\n      [2a0c,2a19) {reg5}\n  [410c] inlined function 'free_section'@29b8\n    [412f] parameter 'scnp'\n      [29b8,29ce) {reg1}\n      [29ce,29d8) {fbreg(-40)}\n    [413c] variable 'oldp'\n      <no value>\n    [4141] variable 'data'\n      [29dc,29ee) {reg5}\n  [2e51] inlined function 'binary_end'@2c9a\n    [2e69] parameter 'ctx'\n      [2c9a,2ca3) {reg5}\n      [2ca3,3009) {reg14}\n      [3080,3490) {reg14}\n      [349d,3583) {reg14}\n      [35a1,3601) {reg14}\n      [3606,3673) {reg14}\n      [3678,3758) {reg14}\n      [3767,376c) {reg14}\n      [23df,2553) {reg14}\n    [2e76] variable 'symtab'\n      [2c9a,2e1e) {lit0, stack_value}\n      [2e1e,2e38) {reg0}\n      [2e38,2e53) {breg6(0)}\n      [2e53,2e5f) {breg5(0)}\n      [2e5f,2fbd) {fbreg(-336)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-336)}\n      [349d,3583) {fbreg(-336)}\n      [35a1,3601) {fbreg(-336)}\n      [3606,3673) {fbreg(-336)}\n      [3678,3758) {fbreg(-336)}\n      [3767,376c) {fbreg(-336)}\n      [23df,241d) {fbreg(-336)}\n      [241d,243c) {lit0, stack_value}\n      [243c,2553) {fbreg(-336)}\n    [2e83] variable 'symscn_strent'\n      [2c9a,2d16) {lit0, stack_value}\n      [2d16,2d1a) {reg0}\n      [2d1a,2fbd) {fbreg(-320)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-320)}\n      [349d,3583) {fbreg(-320)}\n      [35a1,3601) {fbreg(-320)}\n      [3606,3673) {fbreg(-320)}\n      [3678,3758) {fbreg(-320)}\n      [3767,376c) {fbreg(-320)}\n      [23df,2553) {fbreg(-320)}\n    [2e90] variable 'strscn_strent'\n      [2c9a,2d24) {lit0, stack_value}\n      [2d24,2d28) {reg0}\n      [2d28,2fbd) {fbreg(-312)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-312)}\n      [349d,3583) {fbreg(-312)}\n      [35a1,3601) {fbreg(-312)}\n      [3606,3673) {fbreg(-312)}\n      [3678,3758) {fbreg(-312)}\n      [3767,376c) {fbreg(-312)}\n      [23df,2553) {fbreg(-312)}\n    [2e9d] variable 'xndxscn_strent'\n      [2c9a,2eb2) {lit0, stack_value}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-296)}\n      [3545,3583) {fbreg(-296)}\n      [35a1,35de) {fbreg(-296)}\n      [35ed,3601) {fbreg(-296)}\n      [3606,362e) {fbreg(-296)}\n      [3713,3717) {reg0}\n      [3717,3758) {fbreg(-296)}\n      [3767,376c) {fbreg(-296)}\n      [23df,241d) {fbreg(-296)}\n      [241d,243c) {lit0, stack_value}\n      [247a,2515) {fbreg(-296)}\n      [2534,2553) {fbreg(-296)}\n    [2eaa] variable 'shstrscn'\n      [30e7,30eb) {reg0}\n      [30eb,3189) {reg6}\n      [3189,32ca) {fbreg(-360)}\n      (376c,376c) <empty range>\n      [23df,23fe) {fbreg(-360)}\n      [247a,2499) {reg6}\n      [24d7,2515) {fbreg(-360)}\n    [2eb7] variable 'shstrscn_strent'\n      [313b,313f) {reg0}\n      [313f,317a) {reg3}\n      [247a,2499) {reg3}\n    [2ec4] variable 'shstrscnndx'\n      [33e0,33ed) {reg0}\n      [33ed,3490) {reg15}\n      [35a1,35ab) {reg0}\n      [35ab,35de) {reg15}\n      [35ed,3601) {reg15}\n      [3606,362e) {reg15}\n      [2534,2553) {reg15}\n    [2ed1] variable 'symscnndx'\n      [2c9a,2dfe) {lit0, stack_value}\n      [2dfe,2e02) {reg0}\n      [2e02,2fbd) {fbreg(-384)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-384)}\n      [349d,3583) {fbreg(-384)}\n      [35a1,3601) {fbreg(-384)}\n      [3606,3673) {fbreg(-384)}\n      [3678,3758) {fbreg(-384)}\n      [3767,376c) {fbreg(-384)}\n      [23df,241d) {fbreg(-384)}\n      [241d,243c) {lit0, stack_value}\n      [243c,2553) {fbreg(-384)}\n    [2ede] variable 'strscnndx'\n      [2c9a,2d7c) {lit0, stack_value}\n      [2d7c,2d80) {reg0}\n      [2d80,2fbd) {fbreg(-376)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-376)}\n      [349d,3583) {fbreg(-376)}\n      [35a1,3601) {fbreg(-376)}\n      [3606,3673) {fbreg(-376)}\n      [3678,3758) {fbreg(-376)}\n      [3767,376c) {fbreg(-376)}\n      [23df,2553) {fbreg(-376)}\n    [2eeb] variable 'xndxscnndx'\n      [2c9a,2eb2) {lit0, stack_value}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-352)}\n      [3545,3583) {fbreg(-352)}\n      [35a1,35de) {fbreg(-352)}\n      [35ed,3601) {fbreg(-352)}\n      [3606,362e) {fbreg(-352)}\n      [36d5,36d9) {reg0}\n      [36d9,3758) {fbreg(-352)}\n      [3767,376c) {fbreg(-352)}\n      [23df,241d) {fbreg(-352)}\n      [241d,243c) {lit0, stack_value}\n      [247a,2515) {fbreg(-352)}\n      [2534,2553) {fbreg(-352)}\n    [2ef8] variable 'data'\n      [2dc9,2dcd) {reg0}\n      [2dcd,2e53) {reg6}\n      [2e53,2e7b) {reg5}\n      [2e7b,2fbd) {fbreg(-280)}\n      [31c4,31ce) {reg0}\n      [31ce,323c) {reg12}\n      [349d,3545) {fbreg(-280)}\n      [35de,35ed) {fbreg(-280)}\n      [362e,3673) {fbreg(-280)}\n      [3678,3758) {fbreg(-280)}\n      [243c,247a) {fbreg(-280)}\n      [2515,2534) {fbreg(-280)}\n    [2f05] variable 'shstrtabdata'\n      [30f7,30fb) {reg0}\n      [30fb,3189) {reg13}\n      [3189,32ca) {fbreg(-328)}\n      (376c,376c) <empty range>\n      [23df,23fe) {fbreg(-328)}\n      [247a,2499) {reg13}\n      [24d7,2515) {fbreg(-328)}\n    [2f12] variable 'strtabdata'\n      [2c9a,2d47) {lit0, stack_value}\n      [2d47,2d50) {reg0}\n      [2d50,2dd4) {reg15}\n      [2dd4,2fbd) {fbreg(-344)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-344)}\n      [349d,3583) {fbreg(-344)}\n      [35a1,3601) {fbreg(-344)}\n      [3606,3673) {fbreg(-344)}\n      [3678,3758) {fbreg(-344)}\n      [3767,376c) {fbreg(-344)}\n      [23df,241d) {fbreg(-344)}\n      [241d,243c) {reg15}\n      [243c,2553) {fbreg(-344)}\n    [2f1f] variable 'xndxdata'\n      [2c9a,2eb2) {lit0, stack_value}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3189) {reg12}\n      [3189,32ca) {fbreg(-368)}\n      [369c,36a0) {reg0}\n      [36a0,3758) {reg12}\n      (376c,376c) <empty range>\n      [23df,23fe) {fbreg(-368)}\n      [241d,243c) {lit0, stack_value}\n      [247a,2499) {reg12}\n      [24d7,2515) {fbreg(-368)}\n    [2f2c] variable 'shdr_mem'\n      [2c9a,3009) {fbreg(-208)}\n      [3088,3490) {fbreg(-208)}\n      [34a0,3583) {fbreg(-208)}\n      [35a1,3601) {fbreg(-208)}\n      [3606,3673) {fbreg(-208)}\n      [3678,3758) {fbreg(-208)}\n      [3767,376c) {fbreg(-208)}\n      [23df,2553) {fbreg(-208)}\n    [2f35] variable 'shdr'\n      [2d57,2d6d) {reg0}\n      [2d6d,2dc4) {reg6}\n      [2dd4,2dea) {reg0}\n      [2dea,2eb2) {reg15}\n      [3102,3105) {reg0}\n      [3105,3189) {reg15}\n      [31b0,31bd) {reg0}\n      [31bd,32c5) {reg6}\n      [32fc,3300) {reg0}\n      [3300,3341) {reg15}\n      [3341,3345) {reg0}\n      [3345,3360) {reg15}\n      [3384,3392) {reg0}\n      [3392,33b2) {reg15}\n      [3545,356b) {reg15}\n      [356b,356f) {reg0}\n      [356f,3583) {reg15}\n      [35bc,35d3) {reg0}\n      [36a7,36bf) {reg0}\n      [36bf,3758) {reg15}\n      (376c,376c) <empty range>\n      [23df,23fe) {reg6}\n      [23fe,241d) {reg15}\n      [241d,243c) {reg6}\n      [247a,2499) {reg15}\n      [2499,24b7) {reg0}\n      [24b7,24b8) {reg15}\n      [24d7,24f5) {reg0}\n      [24f5,24f6) {reg6}\n      [2534,2552) {reg0}\n    [2f42] variable 'ehdr_mem'\n      [2c9a,3009) {fbreg(-144)}\n      [3088,3490) {fbreg(-144)}\n      [34a0,3583) {fbreg(-144)}\n      [35a1,3601) {fbreg(-144)}\n      [3606,3673) {fbreg(-144)}\n      [3678,3758) {fbreg(-144)}\n      [3767,376c) {fbreg(-144)}\n      [23df,2553) {fbreg(-144)}\n    [2f4b] variable 'ehdr'\n      [33c9,33d6) {reg0}\n      [33d6,33fb) {reg3}\n      [33fb,33ff) {reg4}\n      [35a1,35de) {reg3}\n      [3767,376c) {reg0}\n      [24b8,24d6) {reg0}\n      [24d6,24d7) {reg3}\n      [2534,2553) {reg3}\n    [2f58] variable 'asmscn'\n      [2c9e,2d42) {reg15}\n      [2fbd,2fff) {reg15}\n      [3080,30d8) {reg15}\n      [3364,33c9) {reg3}\n      [2499,24b8) {reg3}\n    [2f65] variable 'result'\n      [2c9a,3009) {lit0, stack_value}\n      [3080,3408) {lit0, stack_value}\n      [3408,3490) {reg3}\n      [349d,3583) {lit0, stack_value}\n      [35a1,35ed) {lit0, stack_value}\n      [35ed,35f7) {reg3}\n      [35f7,3601) {const1s(-1), stack_value}\n      [3606,3610) {reg3}\n      [3615,361a) {const1s(-1), stack_value}\n      [361a,3629) {lit0, stack_value}\n      [3629,362e) {const1s(-1), stack_value}\n      [362e,3673) {lit0, stack_value}\n      [3678,3758) {lit0, stack_value}\n      [3767,376c) {lit0, stack_value}\n      [23df,2553) {lit0, stack_value}\n    [2f72] variable 'scngrp'\n      [344c,3490) {reg6}\n      [35ed,3601) {reg6}\n  [3c9b] inlined function 'text_end'@3039\n    [3cb3] parameter 'ctx'\n      [3039,303d) {reg5}\n      [303d,304a) {reg14}\n      [3758,3762) {reg14}\n  [30b2] inlined function 'startswith'@2edd\n    [30d8] parameter 'prefix'\n      [2edd,2ee6) {implicit_pointer([41df],0) {implicit_value(3){2e4c00}}}\n    [30e5] parameter 'str'\n      [2edd,2ee6) {reg0}\n  [3070] inlined function 'memset'@2e47\n    [308a] parameter '__dest'\n      [2e47,2e77) {reg0}\n    [3097] parameter '__ch'\n      [2e47,2e77) {lit0, stack_value}\n    [30a4] parameter '__len'\n      [2e47,2e77) {lit24, stack_value}\n  [404e] function 'free_section'@2990\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4069] parameter 'scnp'\n      [2990,29bc) {reg5}\n      [29bc,2a52) {reg3}\n      [2a52,2a57) {reg5}\n      [2a57,2a58) {entry_value(1) {reg5}, stack_value}\n    [4076] variable 'oldp'\n      <no value>\n    [407b] variable 'data'\n      [2a40,2a49) {reg5}\nmodule 'libasm.so'\n[41f3] CU '../../elfutils-0.193/libasm/asm_error.c'@3770\n  [434d] function 'asm_errmsg'@37c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [436f] parameter 'error'\n      [37c0,37d4) {reg5}\n      [37d4,37e9) {reg3}\n      [37e9,380b) {entry_value(1) {reg5}, stack_value}\n      [380b,3823) {reg5}\n      [3823,3843) {entry_value(1) {reg5}, stack_value}\n    [4382] variable 'last_error'\n      [37c0,37d4) {form_tls_address, const8u(0)}\n      [37dc,37e9) {reg0}\n      [37e9,3806) {reg3}\n      [380b,3827) {form_tls_address, const8u(0)}\n      [3828,3832) {reg0}\n      [3834,3839) {reg3}\n      [3839,3842) {entry_value(1) {reg5}, const1u(32), shl, const1u(32), shra, breg0(0), entry_value(1) {reg5}, const1u(32), shl, lit16, lit28, shl, neg, ne, bra(1), swap, drop, stack_value}\n  [43fe] function '__libasm_seterrno'@37a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [441c] parameter 'value'\n      [37a0,37ae) {reg5}\n      [37ae,37b6) {reg3}\n      [37b6,37b7) {form_tls_address, const8u(0)}\n  [4430] function 'asm_errno'@3770\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [444e] variable 'result'\n      [3786,3797) {reg1}\nmodule 'libasm.so'\n[446e] CU '../../elfutils-0.193/libasm/asm_getelf.c'@3850\n  [4c15] function 'asm_getelf'@3850\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4c33] parameter 'ctx'\n      [3850,3863) {reg5}\nmodule 'libasm.so'\n[4c4f] CU '../../elfutils-0.193/libasm/asm_newscn.c'@0\n  [5783] inlined function 'binary_newscn'@3906\n    [579b] parameter 'result'\n      [3906,399c) {reg3}\n      [3a8f,3a95) {reg3}\n      [3a95,3a99) {reg5}\n      (3aae,3aae) <empty range>\n      [2553,2572) {reg3}\n    [57a8] parameter 'type'\n      [3906,399c) {reg12}\n      [3a8f,3aa4) {reg12}\n      (3aae,3aae) <empty range>\n      [2553,2572) {reg12}\n    [57b5] parameter 'flags'\n      [3906,399c) {reg13}\n      [3a8f,3aa4) {reg13}\n      (3aae,3aae) <empty range>\n      [2553,2572) {reg13}\n    [57c2] parameter 'scnname_len'\n      <no value>\n    [57c7] variable 'shdr_mem'\n      [3906,399c) {fbreg(-192)}\n      [3a90,3a93) {fbreg(-192)}\n      [3a95,3aa4) {fbreg(-192)}\n      [2553,2572) {fbreg(-192)}\n    [57d0] variable 'shdr'\n      [3985,399b) {reg0}\n    [57dd] variable 'scn'\n      [3966,3984) {reg0}\n      [3984,399c) {reg14}\n      [3a8f,3a99) {reg0}\n      [3a99,3aa4) {reg14}\n  [58a6] inlined function 'text_newscn'@39f0\n    [58ca] parameter 'result'\n      [39e6,3a8a) {reg3}\n    [58d7] parameter 'type'\n      [39e6,3a8a) {reg12}\n    [58e4] parameter 'flags'\n      [39e6,3a48) {reg13}\n      [3a48,3a8a) {entry_value(1) {reg2}, stack_value}\n    [58f1] variable 'flagstr'\n      [39f0,3a8a) {fbreg(-128)}\n    [58fa] variable 'wp'\n      [39e6,39fc) {fbreg(-128), stack_value}\n      [39fc,3a01) {fbreg(-125), stack_value}\n      [3a01,3a03) {reg0}\n      [3a03,3a0d) {fbreg(-124), stack_value}\n      [3a0d,3a13) {reg0}\n      [3a13,3a1a) {breg0(1), stack_value}\n      [3a1a,3a20) {reg0}\n      [3a20,3a27) {breg0(1), stack_value}\n      [3a27,3a2d) {reg0}\n      [3a2d,3a34) {breg0(1), stack_value}\n      [3a34,3a3a) {reg0}\n      [3a3a,3a41) {breg0(1), stack_value}\n      [3a41,3a4a) {reg0}\n      [3a4a,3a51) {breg0(1), stack_value}\n      (3a51,3a51) <empty range>\n      [3a51,3a79) {breg0(1), stack_value}\n    [5907] variable 'typestr'\n      [39e6,3a77) {implicit_pointer([5ba2],0) {implicit_value(1){00}}}\n      [3a77,3a89) {reg9}\n      [3a89,3a8a) {addr(0x618f), addr(0x6184), breg12(0), const1u(32), shl, lit16, lit28, shl, ne, bra(1), swap, drop, stack_value}\n  [5953] inlined function 'fprintf'@3a77\n    [5968] parameter '__stream'\n      [3a77,3a89) {reg5}\n    [5975] parameter '__fmt'\n      [3a77,3a8a) {addr(0x6198), stack_value}\n  [5914] inlined function 'stpcpy'@39f0\n    [5938] parameter '__dest'\n      [39e6,39fc) {fbreg(-128), stack_value}\n    [5945] parameter '__src'\n      [39e6,39fc) {implicit_pointer([5ba7],0) {implicit_value(4){2c202200}}}\n  [5728] inlined function 'memcpy'@38e4\n    [5740] parameter '__dest'\n      [38e4,38f1) {breg0(88), stack_value}\n      [38f1,38f5) {reg5}\n      [38f5,3900) {breg3(88), stack_value}\n    [574d] parameter '__src'\n      [38e4,3900) {fbreg(-200)}\n    [575a] parameter '__len'\n      <no value>\nmodule 'libasm.so'\n[5bc5] CU '../../elfutils-0.193/libasm/asm_newscn_ingrp.c'@0\nmodule 'libasm.so'\n[667f] CU '../../elfutils-0.193/libasm/asm_newsubscn.c'@3b70\n  [6e3d] function 'asm_newsubscn'@3b70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6e5b] parameter 'asmscn'\n      [3b70,3baf) {reg5}\n      [3baf,3bb7) {entry_value(1) {reg5}, stack_value}\n      [3bb7,3bc8) {reg5}\n      [3bc8,3c2b) {reg12}\n      [3c2b,3c33) {entry_value(1) {reg5}, stack_value}\n    [6e6f] parameter 'nr'\n      [3b70,3baf) {reg4}\n      [3baf,3bb7) {entry_value(1) {reg4}, stack_value}\n      [3bb7,3bce) {reg4}\n      [3bce,3c29) {reg6}\n      [3c29,3c2c) {breg0(8)}\n      [3c2c,3c33) {entry_value(1) {reg4}, stack_value}\n    [6e82] variable 'runp'\n      [3b8b,3baf) {reg3}\n      [3bb7,3bed) {reg3}\n      [3bed,3bf1) {reg1}\n      [3bf1,3c24) {reg3}\n    [6e94] variable 'newp'\n      [3bcf,3c2c) {reg0}\nmodule 'libasm.so'\n[6ec8] CU '../../elfutils-0.193/libasm/asm_newsym.c'@3c40\n  [77f1] function 'asm_newsym'@3c40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7813] parameter 'asmscn'\n      [3c40,3c81) {reg5}\n      [3c81,3d33) {reg12}\n      [3d33,3d5e) {entry_value(1) {reg5}, stack_value}\n      [3d5e,3d85) {reg5}\n      [3d85,3dba) {reg12}\n      [3dba,3dc1) {entry_value(1) {reg5}, stack_value}\n      [3dc1,3e2f) {reg12}\n      [3e2f,3e35) {reg5}\n      [3e35,3ecf) {reg12}\n      [3ecf,3ed4) {entry_value(1) {reg5}, stack_value}\n    [7826] parameter 'name'\n      [3c40,3c81) {reg4}\n      [3c81,3d33) {reg6}\n      [3d5e,3d7b) {reg4}\n      [3d7b,3d9c) {entry_value(1) {reg4}, stack_value}\n      [3d9c,3dba) {reg6}\n      [3dc1,3e2f) {reg6}\n      [3e2f,3e3b) {reg4}\n      [3e3b,3ecf) {reg6}\n    [7839] parameter 'size'\n      [3c40,3c81) {reg1}\n      [3c81,3d33) {reg15}\n      [3d33,3d5e) {entry_value(1) {reg1}, stack_value}\n      [3d5e,3d8d) {reg1}\n      [3d8d,3dba) {reg15}\n      [3dba,3dc1) {entry_value(1) {reg1}, stack_value}\n      [3dc1,3e2f) {reg15}\n      [3e2f,3e3b) {reg1}\n      [3e3b,3ecf) {reg15}\n      [3ecf,3ed4) {entry_value(1) {reg1}, stack_value}\n    [784c] parameter 'type'\n      [3c40,3c81) {reg2}\n      [3c81,3d33) {reg14}\n      [3d33,3d5e) {entry_value(1) {reg2}, stack_value}\n      [3d5e,3d76) {reg2}\n      [3d76,3dba) {reg14}\n      [3dba,3dc1) {entry_value(1) {reg2}, stack_value}\n      [3dc1,3e2f) {reg14}\n      [3e2f,3e3b) {reg2}\n      [3e3b,3ecf) {reg14}\n      [3ecf,3ed4) {entry_value(1) {reg2}, stack_value}\n    [785f] parameter 'binding'\n      [3c40,3c81) {reg8}\n      [3c81,3d5e) {fbreg(-100)}\n      [3d5e,3d82) {reg8}\n      [3d82,3e2f) {fbreg(-100)}\n      [3e2f,3e3b) {reg8}\n      [3e3b,3ed4) {fbreg(-100)}\n    [7872] variable 'tempsym'\n      [3c40,3ed4) {fbreg(-85)}\n    [7882] variable 'result'\n      [3c9b,3ca9) {reg0}\n      [3ca9,3d33) {reg3}\n      [3da1,3dba) {reg3}\n      [3dc1,3e2f) {reg3}\n      [3e41,3ecf) {reg3}\n    [7895] variable 'name_len'\n      [3c90,3c94) {breg0(1), stack_value}\n      [3c94,3cad) {breg13(1), stack_value}\n      [3cad,3cd4) {reg1}\n      [3cd4,3ce9) {breg13(1), stack_value}\n  [7908] inlined function 'startswith'@3d21\n    [792c] parameter 'prefix'\n      [3d21,3d2b) {implicit_pointer([7d28],0) {implicit_value(3){2e4c00}}}\n    [7939] parameter 'str'\n      [3d21,3d2b) {reg6}\n  [78a8] inlined function 'memcpy'@3cd0\n    [78c0] parameter '__dest'\n      [3cd0,3cd4) {reg5}\n      [3cd4,3cd5) {breg3(48), stack_value}\n    [78cd] parameter '__src'\n      [3cd0,3cd5) {reg6}\n    [78da] parameter '__len'\n      [3cd0,3cd4) {reg1}\n      [3cd4,3cd5) {breg13(1), stack_value}\n  [79b7] inlined function 'fprintf'@3e0a\n    [79db] parameter '__stream'\n      [3e0a,3e29) {breg13(8)}\n    [79e8] parameter '__fmt'\n      [3e0a,3e2a) {addr(0x6207), stack_value}\n  [7a28] inlined function 'fprintf'@3e48\n    [7a40] parameter '__stream'\n      [3e41,3e5d) {breg13(8)}\n    [7a4d] parameter '__fmt'\n      [3e41,3e5e) {addr(0x61c8), stack_value}\n  [7a81] inlined function 'fprintf'@3e68\n    [7a99] parameter '__stream'\n      [3e68,3e7d) {breg12(0), deref, plus_uconst(8)}\n    [7aa6] parameter '__fmt'\n      [3e68,3e7e) {addr(0x61df), stack_value}\n  [7ada] inlined function 'fprintf'@3e90\n    [7af2] parameter '__stream'\n      [3e90,3ea5) {breg13(8)}\n    [7aff] parameter '__fmt'\n      [3e90,3ea6) {addr(0x61d4), stack_value}\n  [7b33] inlined function 'fprintf'@3eb0\n    [7b4b] parameter '__stream'\n      [3eb0,3ec5) {breg12(0), deref, plus_uconst(8)}\n    [7b58] parameter '__fmt'\n      [3eb0,3ec6) {addr(0x61f2), stack_value}\n  [7947] inlined function 'snprintf'@3d90\n    [795f] parameter '__s'\n      [3d90,3d9b) {reg5}\n      [3d9b,3d9c) {reg6}\n    [796c] parameter '__n'\n      [3d90,3d9c) {lit13, stack_value}\n    [7979] parameter '__fmt'\n      [3d90,3d9c) {addr(0x61c1), stack_value}\nmodule 'libasm.so'\n[7d4e] CU '../../elfutils-0.193/libasm/asm_newcomsym.c'@3ee0\n  [8695] function 'asm_newcomsym'@3ee0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86b7] parameter 'ctx'\n      [3ee0,3f0b) {reg5}\n      [3f0b,3f84) {reg6}\n      [3f84,3f8b) {entry_value(1) {reg5}, stack_value}\n      [3f8b,3f99) {reg6}\n      [3f99,3fa0) {entry_value(1) {reg5}, stack_value}\n      [3fa0,3fb2) {reg6}\n      [3fb2,3fc0) {entry_value(1) {reg5}, stack_value}\n      [3fc0,3fe2) {reg6}\n      [3fe2,3fed) {reg5}\n      [3fed,3ff6) {reg6}\n    [86cb] parameter 'name'\n      [3ee0,3f0f) {reg4}\n      [3f0f,3f86) {reg12}\n      [3f86,3f8b) {entry_value(1) {reg4}, stack_value}\n      [3f8b,3f9b) {reg12}\n      [3f9b,3fa0) {entry_value(1) {reg4}, stack_value}\n      [3fa0,3fb2) {reg12}\n      [3fb2,3fc0) {entry_value(1) {reg4}, stack_value}\n      [3fc0,3fe2) {reg12}\n      [3fe2,3ff3) {reg4}\n      [3ff3,3ff6) {reg12}\n    [86de] parameter 'size'\n      [3ee0,3f0f) {reg1}\n      [3f0f,3f88) {reg13}\n      [3f88,3f8b) {entry_value(1) {reg1}, stack_value}\n      [3f8b,3f9d) {reg13}\n      [3f9d,3fa0) {entry_value(1) {reg1}, stack_value}\n      [3fa0,3fb2) {reg13}\n      [3fb2,3fc0) {entry_value(1) {reg1}, stack_value}\n      [3fc0,3fe2) {reg13}\n      [3fe2,3ff3) {reg1}\n      [3ff3,3ff6) {reg13}\n    [86f1] parameter 'align'\n      [3ee0,3f0f) {reg2}\n      [3f0f,3f8a) {reg14}\n      [3f8a,3f8b) {entry_value(1) {reg2}, stack_value}\n      [3f8b,3f9f) {reg14}\n      [3f9f,3fa0) {entry_value(1) {reg2}, stack_value}\n      [3fa0,3fb2) {reg14}\n      [3fb2,3fc0) {entry_value(1) {reg2}, stack_value}\n      [3fc0,3fe2) {reg14}\n      [3fe2,3ff3) {reg2}\n      [3ff3,3ff6) {reg14}\n    [8704] variable 'result'\n      [3f16,3f2e) {reg0}\n      [3f2e,3f83) {reg3}\n      [3f83,3f8b) {reg0}\n      [3f8b,3f98) {reg3}\n      [3f98,3fa0) {reg0}\n      [3fa0,3fb2) {reg3}\n      [3fc0,3fe2) {reg3}\n  [8718] inlined function 'startswith'@3f70\n    [873c] parameter 'prefix'\n      [3f70,3f77) {implicit_pointer([88c6],0) {implicit_value(3){2e4c00}}}\n    [8749] parameter 'str'\n      [3f70,3f77) {reg12}\n  [8757] inlined function 'fprintf'@3fc0\n    [877b] parameter '__stream'\n      [3fc0,3fdf) {breg6(8)}\n    [8788] parameter '__fmt'\n      [3fc0,3fe0) {addr(0x621a), stack_value}\nmodule 'libasm.so'\n[88da] CU '../../elfutils-0.193/libasm/asm_newabssym.c'@4000\n  [9209] function 'asm_newabssym'@4000\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [922b] parameter 'ctx'\n      [4000,4039) {reg5}\n      [4039,40af) {reg3}\n      [40af,40c1) {entry_value(1) {reg5}, stack_value}\n      [40c1,40e2) {reg3}\n      [40e2,40e7) {entry_value(1) {reg5}, stack_value}\n      [40e7,41ef) {reg3}\n    [923f] parameter 'name'\n      [4000,403d) {reg4}\n      [403d,40af) {reg6}\n      [40af,40c1) {entry_value(1) {reg4}, stack_value}\n      [40c1,40e2) {reg6}\n      [40e2,40e7) {entry_value(1) {reg4}, stack_value}\n      [40e7,415e) {reg6}\n      [415e,4169) {reg4}\n      [4169,41ef) {reg6}\n    [9252] parameter 'size'\n      [4000,403d) {reg1}\n      [403d,40af) {reg14}\n      [40af,40c1) {entry_value(1) {reg1}, stack_value}\n      [40c1,40e2) {reg14}\n      [40e2,40e7) {entry_value(1) {reg1}, stack_value}\n      [40e7,415e) {reg14}\n      [415e,4169) {reg1}\n      [4169,41ef) {reg14}\n    [9265] parameter 'value'\n      [4000,403d) {reg2}\n      [403d,40af) {reg15}\n      [40af,40c1) {entry_value(1) {reg2}, stack_value}\n      [40c1,40e2) {reg15}\n      [40e2,40e7) {entry_value(1) {reg2}, stack_value}\n      [40e7,415e) {reg15}\n      [415e,4169) {reg2}\n      [4169,41ef) {reg15}\n    [9278] parameter 'type'\n      [4000,403d) {reg8}\n      [403d,40af) {reg12}\n      [40af,40c1) {entry_value(1) {reg8}, stack_value}\n      [40c1,40e2) {reg12}\n      [40e2,40e7) {entry_value(1) {reg8}, stack_value}\n      [40e7,415e) {reg12}\n      [415e,4169) {reg8}\n      [4169,41ef) {reg12}\n    [928b] parameter 'binding'\n      [4000,403d) {reg9}\n      [403d,40af) {fbreg(-68)}\n      [40af,40c1) {entry_value(1) {reg9}, stack_value}\n      [40c1,40e2) {fbreg(-68)}\n      [40e2,40e7) {entry_value(1) {reg9}, stack_value}\n      [40e7,415e) {fbreg(-68)}\n      [415e,4169) {reg9}\n      [4169,41ef) {fbreg(-68)}\n    [929e] variable 'result'\n      [4044,4051) {reg0}\n      [4051,40af) {reg13}\n      [40c1,40cc) {reg13}\n      [40ce,40e2) {reg13}\n      [40e7,415e) {reg13}\n      [416f,41ef) {reg13}\n  [92b2] inlined function 'startswith'@40a3\n    [92d6] parameter 'prefix'\n      [40a3,40a9) {implicit_pointer([9659],0) {implicit_value(3){2e4c00}}}\n    [92e3] parameter 'str'\n      [40a3,40a9) {reg6}\n  [92f1] inlined function 'fprintf'@411a\n    [9315] parameter '__stream'\n      [411a,4132) {breg3(8)}\n    [9322] parameter '__fmt'\n      [411a,4133) {addr(0x626e), stack_value}\n  [935c] inlined function 'fprintf'@413c\n    [9380] parameter '__stream'\n      [413c,4158) {breg3(8)}\n    [938d] parameter '__fmt'\n      [413c,4159) {addr(0x6279), stack_value}\n  [93c7] inlined function 'fprintf'@4170\n    [93eb] parameter '__stream'\n      [416f,4185) {breg3(8)}\n    [93f8] parameter '__fmt'\n      [416f,4186) {addr(0x6246), stack_value}\n  [942c] inlined function 'fprintf'@4190\n    [9450] parameter '__stream'\n      [4190,41a5) {breg3(8)}\n    [945d] parameter '__fmt'\n      [4190,41a6) {addr(0x622f), stack_value}\n  [9491] inlined function 'fprintf'@41b0\n    [94b5] parameter '__stream'\n      [41b0,41c5) {breg3(8)}\n    [94c2] parameter '__fmt'\n      [41b0,41c6) {addr(0x6259), stack_value}\n  [94f6] inlined function 'fprintf'@41d0\n    [951a] parameter '__stream'\n      [41d0,41e5) {breg3(8)}\n    [9527] parameter '__fmt'\n      [41d0,41e6) {addr(0x623b), stack_value}\nmodule 'libasm.so'\n[966d] CU '../../elfutils-0.193/libasm/asm_newscngrp.c'@0\n  [9fd6] inlined function 'memcpy'@425d\n    [9fef] parameter '__dest'\n      [425d,4261) {reg5}\n      [4261,4262) {breg3(56), stack_value}\n    [9ffc] parameter '__src'\n      [425d,4261) {reg4}\n      [4261,4262) {fbreg(-64)}\n    [a009] parameter '__len'\n      <no value>\nmodule 'libasm.so'\n[a169] CU '../../elfutils-0.193/libasm/asm_scngrp_newsignature.c'@4320\n  [a91c] function 'asm_scngrp_newsignature'@4320\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a93e] parameter 'grp'\n      [4320,433e) {reg5}\n    [a94c] parameter 'signature'\n      [4320,433e) {reg4}\nmodule 'libasm.so'\n[a96d] CU '../../elfutils-0.193/libasm/asm_fill.c'@4340\n  [b165] function 'asm_fill'@4340\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b187] parameter 'asmscn'\n      [4340,4357) {reg5}\n      [4357,43a2) {reg3}\n      [43a2,43a4) {entry_value(1) {reg5}, stack_value}\n      [43a4,43bb) {reg3}\n      [43bb,43bf) {reg5}\n    [b199] parameter 'bytes'\n      [4340,4364) {reg4}\n      [4364,4389) {fbreg(-40)}\n      [4389,43a4) {entry_value(1) {reg4}, stack_value}\n      [43a4,43b4) {reg4}\n      [43b4,43bb) {fbreg(-40)}\n      [43bb,43bf) {reg4}\n    [b1ab] parameter 'len'\n      [4340,4364) {reg1}\n      [4364,4389) {fbreg(-48)}\n      [4389,43a4) {entry_value(1) {reg1}, stack_value}\n      [43a4,43b4) {reg1}\n      [43b4,43bb) {fbreg(-48)}\n      [43bb,43bf) {reg1}\n    [b1bf] variable 'pattern'\n      [436b,4381) {reg0}\n      [4381,43a3) {reg6}\n      [43af,43b4) {reg6}\n      [43b4,43b9) {reg0}\n      [43b9,43bb) {reg6}\n    [b1d1] variable 'old_pattern'\n      [438d,439a) {reg5}\n  [b1e3] inlined function 'memcpy'@437d\n    [b1fc] parameter '__dest'\n      [437d,4381) {reg5}\n      [4381,4382) {breg6(8), stack_value}\n    [b209] parameter '__src'\n      [437d,4381) {reg4}\n      [4381,4382) {fbreg(-40)}\n    [b216] parameter '__len'\n      [437d,4381) {reg1}\n      [4381,4382) {fbreg(-48)}\nmodule 'libasm.so'\n[b2b4] CU '../../elfutils-0.193/libasm/asm_align.c'@43c0\n  [bb4a] function '__libasm_ensure_section_space'@43c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bb6a] parameter 'asmscn'\n      [43c0,43de) {reg5}\n      [43de,43e6) {reg6}\n      [43e6,43e7) {entry_value(1) {reg5}, stack_value}\n      [43e7,43fe) {reg5}\n      [43fe,444a) {reg6}\n      [444a,445e) {reg5}\n      [445e,4485) {reg6}\n    [bb7d] parameter 'len'\n      [43c0,43de) {reg4}\n      [43de,43e7) {entry_value(1) {reg4}, stack_value}\n      [43e7,4410) {reg4}\n      [4410,444a) {entry_value(1) {reg4}, stack_value}\n      [444a,4469) {reg4}\n      [4469,4485) {entry_value(1) {reg4}, stack_value}\n    [bb91] variable 'size'\n      [441a,444a) {reg3}\n      [4465,4485) {reg3}\n  [bbf4] function 'asm_align'@4490\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bc14] parameter 'asmscn'\n      [4490,44c3) {reg5}\n      [44c3,44cf) {reg3}\n      [44cf,44d0) {entry_value(1) {reg5}, stack_value}\n      [44d0,464c) {reg3}\n      [464c,4650) {reg5}\n    [bc27] parameter 'value'\n      [4490,44c3) {reg4}\n      [44c3,44e8) {entry_value(1) {reg4}, stack_value}\n      [44e8,4501) {reg2}\n      [4501,4575) {fbreg(-20)}\n      [4575,4581) {reg2}\n      [4581,458c) {entry_value(1) {reg4}, stack_value}\n      [458c,45a6) {reg2}\n      [45a6,464c) {entry_value(1) {reg4}, stack_value}\n      [464c,4650) {reg4}\n    [bc3a] variable 'result'\n      [44bb,44c8) {lit0, stack_value}\n      [44d0,4502) {lit0, stack_value}\n      [4502,451e) {reg0}\n  [bc7d] inlined function 'fprintf'@45d8\n    [bc92] parameter '__stream'\n      [45d2,45fb) {breg3(0), deref, plus_uconst(8)}\n    [bc9f] parameter '__fmt'\n      [45d2,45fc) {addr(0x62b6), stack_value}\n  [bd1f] inlined function 'fprintf'@4590\n    [bd44] parameter '__stream'\n      [458c,45a2) {breg1(8)}\n      [45a2,45a6) {reg5}\n    [bd51] parameter '__fmt'\n      [458c,45a7) {addr(0x629e), stack_value}\n  [bd7f] inlined function 'fprintf'@4630\n    [bd98] parameter '__stream'\n      [4630,4646) {breg3(0), deref, plus_uconst(8)}\n    [bda5] parameter '__fmt'\n      [4630,4647) {addr(0x62ab), stack_value}\nmodule 'libasm.so'\n[be69] CU '../../elfutils-0.193/libasm/asm_addstrz.c'@4650\n  [c70e] function 'asm_addstrz'@4650\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [c730] parameter 'asmscn'\n      [4650,4677) {reg5}\n      [4677,46c2) {reg6}\n      [46c2,46c7) {entry_value(1) {reg5}, stack_value}\n      [46c7,46d3) {reg5}\n      [46d3,46de) {reg6}\n      [46de,46f5) {reg5}\n      [46f5,4846) {reg6}\n      [4846,487b) {reg5}\n    [c744] parameter 'str'\n      [4650,4677) {reg4}\n      [4677,46ba) {reg12}\n      [46c7,46d7) {reg4}\n      [46d7,46de) {reg12}\n      [46de,46f9) {reg4}\n      [46f9,4746) {reg12}\n      [4746,4750) {breg12(1), stack_value}\n      [4750,47af) {reg12}\n      [47da,4846) {reg12}\n      [4846,487b) {reg4}\n    [c756] parameter 'len'\n      [4650,4677) {reg1}\n      [4677,46c1) {reg3}\n      [46c7,46d7) {reg1}\n      [46d7,46dc) {reg3}\n      [46dc,46de) {entry_value(1) {reg1}, stack_value}\n      [46de,46ee) {reg1}\n      [46ee,4746) {reg3}\n      [4746,474a) {breg3(-1), stack_value}\n      [474a,4846) {reg3}\n      [4846,4854) {reg1}\n      [4854,4877) {reg3}\n      [4877,487b) {reg1}\n  [c8d5] inlined function 'memcpy'@469c\n    [c8ed] parameter '__dest'\n      [469c,46a7) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n      [46a7,46ae) {reg5}\n    [c8fa] parameter '__src'\n      [469c,46af) {reg12}\n    [c907] parameter '__len'\n      [469c,46af) {reg3}\n  [c7b3] inlined function 'fprintf'@47e0\n    [c7cb] parameter '__stream'\n      <no value>\n    [c7d0] parameter '__fmt'\n      [47da,47fa) {addr(0x62cf), stack_value}\nmodule 'libasm.so'\n[c9f5] CU '../../elfutils-0.193/libasm/asm_addint8.c'@4880\n  [d297] function 'asm_addint8'@4880\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [d2b9] parameter 'asmscn'\n      [4880,48b0) {reg5}\n      [48b0,48df) {reg3}\n      [48df,48e1) {entry_value(1) {reg5}, stack_value}\n      [48e1,4919) {reg3}\n      [4919,491d) {reg5}\n    [d2cd] parameter 'num'\n      [4880,48ad) {reg4}\n      [48ad,48e0) {reg6}\n      [48e0,48e1) {entry_value(1) {reg4}, stack_value}\n      [48e1,48f5) {reg4}\n      [48f5,4905) {reg6}\n      [4905,4911) {reg4}\n      [4911,4919) {reg6}\n      [4919,491d) {reg4}\n  [d37b] inlined function 'fprintf'@48e8\n    [d394] parameter '__stream'\n      [48e1,48f7) {breg0(8)}\n      [48f7,4902) {reg5}\n    [d3a1] parameter '__fmt'\n      [48e1,4903) {addr(0x62dc), stack_value}\n  [d314] inlined function 'memcpy'@48c3\n    [d339] parameter '__dest'\n      [48c3,48cb) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [d346] parameter '__src'\n      [48c3,48cb) {implicit_pointer([d308],0) <no location>}\n    [d353] parameter '__len'\n      [48c3,48cb) {lit1, stack_value}\nmodule 'libasm.so'\n[d459] CU '../../elfutils-0.193/libasm/asm_adduint8.c'@4920\n  [dc34] function 'asm_adduint8'@4920\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [dc52] parameter 'asmscn'\n      [4920,4928) {reg5}\n      [4928,4929) {entry_value(1) {reg5}, stack_value}\n    [dc66] parameter 'num'\n      [4920,4928) {reg4}\n      [4928,4929) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[dcaa] CU '../../elfutils-0.193/libasm/asm_addint16.c'@4930\n  [e579] function 'asm_addint16'@4930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [e59b] parameter 'asmscn'\n      [4930,495c) {reg5}\n      [495c,49a8) {reg3}\n      [49a8,49ac) {entry_value(1) {reg5}, stack_value}\n      [49ac,49e1) {reg3}\n      [49e1,49e5) {reg5}\n    [e5af] parameter 'num'\n      [4930,4960) {reg4}\n      [4960,4986) {reg6}\n      [4986,49ac) {entry_value(1) {reg4}, stack_value}\n      [49ac,49b8) {reg4}\n      [49b8,49c8) {reg6}\n      [49c8,49d9) {reg4}\n      [49d9,49e1) {reg6}\n      [49e1,49e5) {reg4}\n  [e612] inlined function '__bswap_16'\n    [e622] parameter '__bsx'\n      <no value>\n  [e6a6] inlined function 'fprintf'@49b0\n    [e6bf] parameter '__stream'\n      [49ac,49ba) {breg0(8)}\n      [49ba,49c5) {breg3(0), deref, plus_uconst(8)}\n    [e6cc] parameter '__fmt'\n      [49ac,49c6) {addr(0x62e7), stack_value}\n  [e628] inlined function 'memcpy'@4990\n    [e64d] parameter '__dest'\n      [4990,4998) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [e65a] parameter '__src'\n      [4990,4998) {implicit_pointer([e5fe],0) {reg6}}\n    [e667] parameter '__len'\n      [4990,4998) {lit2, stack_value}\nmodule 'libasm.so'\n[e7a2] CU '../../elfutils-0.193/libasm/asm_adduint16.c'@49f0\n  [ef95] function 'asm_adduint16'@49f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [efb3] parameter 'asmscn'\n      [49f0,49f7) {reg5}\n      [49f7,49f8) {entry_value(1) {reg5}, stack_value}\n    [efc7] parameter 'num'\n      [49f0,49f7) {reg4}\n      [49f7,49f8) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[f00b] CU '../../elfutils-0.193/libasm/asm_addint32.c'@4a00\n  [f8ce] function 'asm_addint32'@4a00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f8f0] parameter 'asmscn'\n      [4a00,4a2b) {reg5}\n      [4a2b,4a76) {reg3}\n      [4a76,4a7a) {entry_value(1) {reg5}, stack_value}\n      [4a7a,4ab1) {reg3}\n      [4ab1,4ab5) {reg5}\n    [f904] parameter 'num'\n      [4a00,4a2f) {reg4}\n      [4a2f,4a55) {reg6}\n      [4a55,4a7a) {entry_value(1) {reg4}, stack_value}\n      [4a7a,4a87) {reg4}\n      [4a87,4a97) {reg6}\n      [4a97,4aa9) {reg4}\n      [4aa9,4ab1) {reg6}\n      [4ab1,4ab5) {reg4}\n  [f967] inlined function '__bswap_32'@4a4a\n    [f983] parameter '__bsx'\n      <no value>\n  [fa05] inlined function 'fprintf'@4a80\n    [fa28] parameter '__stream'\n      [4a7a,4a89) {breg0(8)}\n      [4a89,4a94) {breg3(0), deref, plus_uconst(8)}\n    [fa35] parameter '__fmt'\n      [4a7a,4a95) {addr(0x62fd), stack_value}\n  [f989] inlined function 'memcpy'@4a5f\n    [f9ac] parameter '__dest'\n      [4a5f,4a66) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [f9b9] parameter '__src'\n      [4a5f,4a66) {implicit_pointer([f953],0) {reg6}}\n    [f9c6] parameter '__len'\n      [4a5f,4a66) {lit4, stack_value}\nmodule 'libasm.so'\n[fb05] CU '../../elfutils-0.193/libasm/asm_adduint32.c'@4ac0\n  [102e0] function 'asm_adduint32'@4ac0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [102fe] parameter 'asmscn'\n      [4ac0,4ac4) {reg5}\n      [4ac4,4ac5) {entry_value(1) {reg5}, stack_value}\n    [10312] parameter 'num'\n      [4ac0,4ac4) {reg4}\n      [4ac4,4ac5) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[10350] CU '../../elfutils-0.193/libasm/asm_addint64.c'@4ad0\n  [10c2b] function 'asm_addint64'@4ad0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [10c4d] parameter 'asmscn'\n      [4ad0,4aff) {reg5}\n      [4aff,4b50) {reg3}\n      [4b50,4b54) {entry_value(1) {reg5}, stack_value}\n      [4b54,4bc1) {reg3}\n      [4bc1,4bc5) {reg5}\n    [10c61] parameter 'num'\n      [4ad0,4af7) {reg4}\n      [4af7,4b2e) {reg6}\n      [4b2e,4b54) {entry_value(1) {reg4}, stack_value}\n      [4b54,4bb0) {reg6}\n      [4bb0,4bb9) {reg4}\n      [4bb9,4bc1) {reg6}\n      [4bc1,4bc5) {reg4}\n  [10d2f] inlined function '__bswap_64'@4b20\n    [10d4b] parameter '__bsx'\n      <no value>\n  [10c91] inlined function 'fprintf'@4b65\n    [10caa] parameter '__stream'\n      [4b65,4bad) {breg3(0), deref, plus_uconst(8)}\n    [10cb7] parameter '__fmt'\n      [4b65,4bae) {addr(0x62f3), stack_value}\n  [10d51] inlined function 'memcpy'@4b38\n    [10d76] parameter '__dest'\n      [4b38,4b40) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [10d83] parameter '__src'\n      [4b38,4b40) {implicit_pointer([10d1b],0) {reg6}}\n    [10d90] parameter '__len'\n      [4b38,4b40) {lit8, stack_value}\nmodule 'libasm.so'\n[10e6b] CU '../../elfutils-0.193/libasm/asm_adduint64.c'@4bd0\n  [11646] function 'asm_adduint64'@4bd0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11664] parameter 'asmscn'\n      [4bd0,4bd4) {reg5}\n      [4bd4,4bd5) {entry_value(1) {reg5}, stack_value}\n    [11678] parameter 'num'\n      [4bd0,4bd4) {reg4}\n      [4bd4,4bd5) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[116b6] CU '../../elfutils-0.193/libasm/asm_adduleb128.c'@4be0\n  [11f28] function 'asm_adduleb128'@4be0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11f4a] parameter 'asmscn'\n      [4be0,4c5f) {reg5}\n      [4c5f,4c98) {reg6}\n      [4c98,4cb1) {entry_value(1) {reg5}, stack_value}\n      [4cb1,4cbc) {reg5}\n      [4cbc,4cd3) {reg6}\n      [4cd3,4cd8) {reg5}\n      [4cd8,4cdd) {reg6}\n      [4cdd,4ce9) {entry_value(1) {reg5}, stack_value}\n    [11f5e] parameter 'num'\n      [4be0,4c2a) {reg4}\n      [4c2a,4c2d) {reg0}\n      (4c2d,4c2d) <empty range>\n      [4c2d,4c4f) {reg4}\n      [4c4f,4c52) {reg0}\n      [4c52,4c65) {reg4}\n      [4cb1,4ccc) {reg4}\n      [4ccc,4cd0) {reg2}\n      [4cd0,4cd3) {entry_value(1) {reg4}, stack_value}\n      [4cd3,4cdc) {reg4}\n      [4cdc,4cdd) {entry_value(1) {reg4}, stack_value}\n  [12045] inlined function 'fprintf'@4cb8\n    [1206a] parameter '__stream'\n      [4cb1,4cc7) {breg0(8)}\n      [4cc7,4cd0) {reg5}\n    [12077] parameter '__fmt'\n      [4cb1,4cd1) {addr(0x6308), stack_value}\n  [11fcf] inlined function 'memcpy'@4c78\n    [11fe8] parameter '__dest'\n      [4c78,4c83) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n      [4c83,4c8a) {reg5}\n    [11ff5] parameter '__src'\n      [4c78,4c8b) {reg12}\n    [12002] parameter '__len'\n      [4c78,4c8b) {reg3}\nmodule 'libasm.so'\n[1215f] CU '../../elfutils-0.193/libasm/asm_addsleb128.c'@4d00\n  [129e9] function 'asm_addsleb128'@4d00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [12a0b] parameter 'asmscn'\n      [4d00,4d7f) {reg5}\n      [4d7f,4dbc) {reg6}\n      [4dbc,4dd5) {entry_value(1) {reg5}, stack_value}\n      [4dd5,4dfc) {reg5}\n      [4dfc,4e13) {reg6}\n      [4e13,4e18) {reg5}\n      [4e18,4e1d) {reg6}\n      [4e1d,4e29) {entry_value(1) {reg5}, stack_value}\n    [12a1f] parameter 'num'\n      [4d00,4d52) {reg4}\n      [4d52,4d55) {reg0}\n      (4d55,4d55) <empty range>\n      [4d55,4d6f) {reg4}\n      [4d6f,4d72) {reg0}\n      [4d72,4d85) {reg4}\n      [4dd5,4e0c) {reg4}\n      [4e0c,4e10) {reg2}\n      [4e10,4e13) {entry_value(1) {reg4}, stack_value}\n      [4e13,4e1c) {reg4}\n      [4e1c,4e1d) {entry_value(1) {reg4}, stack_value}\n  [12b0d] inlined function 'fprintf'@4df8\n    [12b32] parameter '__stream'\n      [4df8,4e07) {breg0(8)}\n      [4e07,4e10) {reg5}\n    [12b3f] parameter '__fmt'\n      [4df8,4e11) {addr(0x6316), stack_value}\n  [12a97] inlined function 'memcpy'@4d9c\n    [12ab0] parameter '__dest'\n      [4d9c,4da7) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n      [4da7,4dae) {reg5}\n    [12abd] parameter '__src'\n      [4d9c,4daf) {reg12}\n    [12aca] parameter '__len'\n      [4d9c,4daf) {reg3}\nmodule 'libasm.so'\n[12c27] CU '../../elfutils-0.193/libasm/disasm_begin.c'@4e30\n  [13cfb] function 'disasm_begin'@4e30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13d1d] parameter 'ebl'\n      [4e30,4e55) {reg5}\n      [4e55,4e75) {reg3}\n      [4e75,4e77) {entry_value(1) {reg5}, stack_value}\n      [4e77,4e8e) {reg3}\n      [4e8e,4e93) {reg5}\n      [4e93,4ea1) {reg3}\n    [13d2f] parameter 'elf'\n      [4e30,4e59) {reg4}\n      [4e59,4e77) {fbreg(-40)}\n      [4e77,4e89) {reg4}\n      [4e89,4e8e) {fbreg(-40)}\n      [4e8e,4e93) {reg4}\n      [4e93,4ea1) {fbreg(-40)}\n    [13d41] parameter 'symcb'\n      [4e30,4e59) {reg1}\n      [4e59,4e76) {reg6}\n      [4e76,4e77) {entry_value(1) {reg1}, stack_value}\n      [4e77,4e89) {reg1}\n      [4e89,4e8e) {reg6}\n      [4e8e,4e93) {reg1}\n      [4e93,4ea1) {reg6}\n    [13d55] variable 'ctx'\n      [4e5a,4e70) {reg0}\n      [4e93,4e9c) {reg0}\nmodule 'libasm.so'\n[13dbd] CU '../../elfutils-0.193/libasm/disasm_cb.c'@4eb0\n  [15014] function 'disasm_cb'@4ef0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [15036] parameter 'ctx'\n      [4ef0,4f0f) {reg5}\n      [4f0f,4f9a) {reg13}\n      [4f9a,4ffb) {entry_value(1) {reg5}, stack_value}\n      [4ffb,5012) {reg13}\n      [5012,5142) {entry_value(1) {reg5}, stack_value}\n    [15049] parameter 'startp'\n      [4ef0,4f63) {reg4}\n      [4f63,5142) {fbreg(-352)}\n    [1505c] parameter 'end'\n      [4ef0,4f1b) {reg1}\n      [4f1b,5142) {fbreg(-344)}\n    [1506f] parameter 'addr'\n      [4ef0,4f75) {reg2}\n      [4f75,4f9a) {reg15}\n      [4f9a,4ffb) {entry_value(1) {reg2}, stack_value}\n      [4ffb,5012) {reg15}\n      [5012,5142) {entry_value(1) {reg2}, stack_value}\n    [15082] parameter 'fmt'\n      [4ef0,4f75) {reg8}\n      [4f75,4f9a) {fbreg(-320)}\n      [4f9a,4ffb) {entry_value(1) {reg8}, stack_value}\n      [4ffb,5012) {fbreg(-320)}\n      [5012,5142) {entry_value(1) {reg8}, stack_value}\n    [15095] parameter 'outcb'\n      [4ef0,4f75) {reg9}\n      [4f75,4f9a) {fbreg(-312)}\n      [4f9a,4ffb) {entry_value(1) {reg9}, stack_value}\n      [4ffb,5012) {fbreg(-312)}\n      [5012,5142) {entry_value(1) {reg9}, stack_value}\n    [150a8] parameter 'outcbarg'\n      [4ef0,5142) {fbreg(0)}\n    [150b6] parameter 'symcbarg'\n      [4ef0,4faf) {fbreg(8)}\n      (4faf,4faf) <empty range>\n      [4faf,4ff2) {reg6}\n      [4ffb,513d) {fbreg(8)}\n      [513d,5142) {reg6}\n    [150c9] variable 'symtoken'\n      [4ef0,5142) {fbreg(-208)}\n    [150d9] variable 'getsym'\n      [4f47,4f75) {reg0}\n      [4faf,4fcd) {reg0}\n  [152fd] function 'null_elf_getsym'@4ee0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1531d] parameter 'addr'\n      [4ee0,4ee6) {reg5}\n    [1532a] parameter 'scnndx'\n      [4ee0,4ee6) {reg4}\n    [15337] parameter 'value'\n      [4ee0,4ee6) {reg1}\n    [15344] parameter 'buf'\n      [4ee0,4ee6) {reg2}\n    [15351] parameter 'buflen'\n      [4ee0,4ee6) {reg8}\n    [1535e] parameter 'arg'\n      [4ee0,4ee6) {reg9}\n  [150eb] inlined function 'read_symtab'@4f71\n    [15104] parameter 'ctx'\n      [4f71,4f9a) {reg13}\n      [4ffb,5012) {reg13}\n      [5012,513d) {entry_value(1) {reg5}, stack_value}\n    [15111] variable 'ehdr_mem'\n      [4f5b,4f71) {fbreg(-144)}\n      [4f71,4f9a) {fbreg(-144)}\n      [5000,513d) {fbreg(-144)}\n    [1511a] variable 'ehdr'\n      [4f76,4f89) {reg0}\n  [15127] inlined function 'read_symtab_exec'@5000\n    [15143] parameter 'ctx'\n      <no value>\n    [15148] variable 'scn'\n      [5012,502a) {reg3}\n      [502a,503a) {reg0}\n      [503a,50c1) {reg3}\n      [50c1,512e) {fbreg(-320)}\n      [512e,513d) {reg0}\n  [1542d] function 'default_elf_getsym'@4eb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1544d] parameter 'addr'\n      [4eb0,4ec5) {reg5}\n      [4ec5,4ed5) {entry_value(1) {reg5}, stack_value}\n      [4ed5,4edb) {reg5}\n    [15460] parameter 'scnndx'\n      [4eb0,4ec5) {reg4}\n      [4ec5,4ed5) {entry_value(1) {reg4}, stack_value}\n      [4ed5,4edb) {reg4}\n    [15473] parameter 'value'\n      [4eb0,4ec5) {reg1}\n      [4ec5,4ed5) {entry_value(1) {reg1}, stack_value}\n      [4ed5,4edb) {reg1}\n    [15486] parameter 'buf'\n      [4eb0,4ec5) {reg2}\n      [4ec5,4ed5) {entry_value(1) {reg2}, stack_value}\n      [4ed5,4edb) {reg2}\n    [15499] parameter 'buflen'\n      [4eb0,4ec5) {reg8}\n      [4ec5,4ed5) {entry_value(1) {reg8}, stack_value}\n      [4ed5,4edb) {reg8}\n    [154ac] parameter 'arg'\n      [4eb0,4ec4) {reg9}\n      [4ec4,4ed5) {entry_value(1) {reg9}, stack_value}\n      [4ed5,4edb) {reg9}\n    [154bf] variable 'symtoken'\n      [4eb0,4ec4) {reg9}\n      [4ec4,4ed5) {entry_value(1) {reg9}, stack_value}\n      [4ed5,4edb) {reg9}\nmodule 'libasm.so'\n[15534] CU '../../elfutils-0.193/libasm/disasm_end.c'@5150\n  [156db] function 'disasm_end'@5150\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [156fd] parameter 'ctx'\n      [5150,5158) {reg5}\n      [5158,5160) {entry_value(1) {reg5}, stack_value}\nmodule 'libasm.so'\n[15739] CU '../../elfutils-0.193/libasm/disasm_str.c'@5160\n  [159a1] function 'disasm_str'@51b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [159c3] parameter 'ctx'\n      [51b0,51ec) {reg5}\n      [51ec,5216) {entry_value(1) {reg5}, stack_value}\n    [159d6] parameter 'startp'\n      [51b0,51ec) {reg4}\n      [51ec,5216) {entry_value(1) {reg4}, stack_value}\n    [159e9] parameter 'end'\n      [51b0,51ec) {reg1}\n      [51ec,5216) {entry_value(1) {reg1}, stack_value}\n    [159fc] parameter 'addr'\n      [51b0,51ec) {reg2}\n      [51ec,5216) {entry_value(1) {reg2}, stack_value}\n    [15a0f] parameter 'fmt'\n      [51b0,51ec) {reg8}\n      [51ec,5216) {entry_value(1) {reg8}, stack_value}\n    [15a22] parameter 'bufp'\n      [51b0,51d0) {reg9}\n      [51d0,5210) {reg3}\n      [5210,5211) {entry_value(1) {reg9}, stack_value}\n      [5211,5216) {reg3}\n    [15a35] parameter 'len'\n      [51b0,5216) {fbreg(0)}\n    [15a44] parameter 'symcbarg'\n      [51b0,5216) {fbreg(8)}\n    [15a53] variable 'buffer'\n      [51b0,5216) {fbreg(-48)}\n    [15a62] variable 'res'\n      [51ef,51f4) {reg0}\n      [51f4,5215) {reg1}\n  [15b83] inlined function 'buffer_cb'@517a\n    [15ba3] parameter 'str'\n      [517a,518d) {reg4}\n      [518d,51a0) {entry_value(1) {reg5}, stack_value}\n    [15bb0] parameter 'len'\n      [517a,518d) {reg2}\n      [518d,51a0) {fbreg(-32)}\n    [15bbd] parameter 'arg'\n      [517a,5185) {reg1}\n      [5185,51a0) {fbreg(-24)}\n    [15bca] variable 'buffer'\n      <no value>\n  [15bcf] inlined function 'mempcpy'@517a\n    [15bef] parameter '__dest'\n      [517a,5185) {breg1(0)}\n      [5185,518d) {reg5}\n    [15bfc] parameter '__src'\n      [517a,518d) {reg4}\n      [518d,518e) {entry_value(1) {reg5}, stack_value}\n    [15c09] parameter '__len'\n      [517a,518d) {reg2}\n      [518d,518e) {fbreg(-32)}\n  [15b34] function 'buffer_cb'@5160\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [15b4f] parameter 'str'\n      [5160,517d) {reg5}\n      [517d,518d) {reg4}\n      [518d,51a5) {entry_value(1) {reg5}, stack_value}\n    [15b5c] parameter 'len'\n      [5160,517a) {reg4}\n      [517a,518d) {reg2}\n      [518d,51a5) {fbreg(-32)}\n    [15b69] parameter 'arg'\n      [5160,5185) {reg1}\n      [5185,51a5) {fbreg(-24)}\n    [15b76] variable 'buffer'\n      [5160,5185) {reg1}\n      [5185,51a5) {fbreg(-24)}\nmodule 'libasm.so'\n[15c56] CU '../../elfutils-0.193/libasm/symbolhash.c'@5220\n  [166f8] inlined function '__libasm_next_prime'@54a0\n    [16711] parameter 'seed'\n      [54a0,54a4) {reg4}\n      [54a4,54ab) {entry_value(1) {reg4}, stack_value}\n      (54ab,54ab) <empty range>\n      [54ab,54f3) {reg8}\n      [54f3,54f5) {breg8(-2), stack_value}\n      [54f5,5505) {reg8}\n      [5532,5555) {reg8}\n  [1681e] inlined function '__libasm_next_prime'\n    [1682e] parameter 'seed'\n      [539f,53f1) {reg8}\n      [546c,5492) {reg8}\n  [1671e] inlined function 'is_prime'@54b0\n    [16730] parameter 'candidate'\n      [54ab,54ef) {reg8}\n      [54f5,5500) {reg8}\n      [5532,5555) {reg8}\n    [1673d] variable 'divn'\n      [54ab,54c7) {lit3, stack_value}\n      (54c7,54c7) <empty range>\n      [54c7,54d9) {breg4(1), stack_value}\n      [54d9,54ef) {reg4}\n      [54f5,5500) {reg4}\n      [5532,5555) {lit3, stack_value}\n    [1674a] variable 'sq'\n      [54ab,54c7) {lit9, stack_value}\n      [54c7,54ef) {reg2}\n      [54f5,5500) {reg2}\n      [5532,5555) {lit9, stack_value}\n  [1683b] inlined function 'is_prime'@53b1\n    [1684d] parameter 'candidate'\n      [539f,53a8) {reg8}\n      [53b1,53f1) {reg8}\n      [546c,5492) {reg8}\n    [1685a] variable 'divn'\n      [539f,53a8) {reg5}\n      [53b1,53cb) {lit3, stack_value}\n      (53cb,53cb) <empty range>\n      [53cb,53d9) {breg5(1), stack_value}\n      [53d9,53f1) {reg5}\n      [546c,5492) {lit3, stack_value}\n    [16867] variable 'sq'\n      [539f,53a8) {reg2}\n      [53b1,53cb) {lit9, stack_value}\n      [53cb,53f1) {reg2}\n      [546c,5492) {lit9, stack_value}\n  [16a08] inlined function 'is_prime'@5670\n    [16a1a] parameter 'candidate'\n      [5667,56af) {reg8}\n      [56b5,56c0) {reg8}\n      [56c9,56ec) {reg8}\n    [16a27] variable 'divn'\n      [5667,5687) {lit3, stack_value}\n      (5687,5687) <empty range>\n      [5687,5699) {breg5(1), stack_value}\n      [5699,56af) {reg5}\n      [56b5,56c0) {reg5}\n      [56c9,56ec) {lit3, stack_value}\n    [16a34] variable 'sq'\n      [5667,5687) {lit9, stack_value}\n      [5687,56af) {reg2}\n      [56b5,56c0) {reg2}\n      [56c9,56ec) {lit9, stack_value}\n  [164c6] function 'asm_symbol_tab_iterate'@5620\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [164e9] parameter 'htab'\n      [5620,5658) {reg5}\n    [164f8] parameter 'ptr'\n      [5620,5658) {reg4}\n    [16507] variable 'p'\n      [5623,563f) {reg0}\n      [563f,5640) {breg4(0)}\n      [5640,5658) {reg0}\n  [16524] function 'asm_symbol_tab_find'@55e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16544] parameter 'htab'\n      [55e0,55f4) {reg5}\n      [55f4,560c) {reg3}\n      [560c,560d) {entry_value(1) {reg5}, stack_value}\n      [560d,5613) {reg3}\n      [5613,5614) {entry_value(1) {reg5}, stack_value}\n    [16557] parameter 'hval'\n      (55e0,55e0) <empty range>\n      [55e0,55f0) {breg4(0), dup, plus_uconst(9223372036854775808), lit1, swap, over, plus_uconst(9223372036854775808), gt, bra(1), swap, drop, stack_value}\n      [55f0,5614) {entry_value(1) {reg4}, dup, plus_uconst(9223372036854775808), lit1, swap, over, plus_uconst(9223372036854775808), gt, bra(1), swap, drop, stack_value}\n    [1656a] parameter 'val'\n      [55e0,55f4) {reg1}\n      [55f4,5614) {entry_value(1) {reg1}, stack_value}\n    [1657d] variable 'idx'\n      [55f5,55fd) {reg0}\n  [165bf] function 'asm_symbol_tab_insert'@5580\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [165df] parameter 'htab'\n      [5580,55a4) {reg5}\n      [55a4,55df) {fbreg(-40)}\n    [165f2] parameter 'hval'\n      [5580,559d) {reg4}\n      [559d,55a0) {entry_value(1) {reg4}, stack_value}\n      [55a0,55a4) {reg0}\n      [55a4,55d1) {reg3}\n      [55d1,55d3) {entry_value(1) {reg4}, lit1, entry_value(1) {reg4}, lit0, ne, bra(1), swap, drop, stack_value}\n      [55d3,55df) {reg3}\n    [16605] parameter 'data'\n      [5580,55a4) {reg1}\n      [55a4,55d2) {reg6}\n      [55d2,55d3) {entry_value(1) {reg1}, stack_value}\n      [55d3,55df) {reg6}\n    [16618] variable 'idx'\n      [55ad,55b1) {reg0}\n      [55b1,55c9) {reg1}\n      [55d3,55df) {reg1}\n  [16671] function 'asm_symbol_tab_free'@5560\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16691] parameter 'htab'\n      [5560,5568) {reg5}\n      [5568,5574) {entry_value(1) {reg5}, stack_value}\n  [166b2] function 'asm_symbol_tab_init'@54a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [166d2] parameter 'htab'\n      [54a0,54ab) {reg5}\n      [54ab,552f) {reg3}\n      [552f,5532) {entry_value(1) {reg5}, stack_value}\n      [5532,5555) {reg3}\n    [166e5] parameter 'init_size'\n      [54a0,54a4) {reg4}\n      [54a4,5505) {entry_value(1) {reg4}, stack_value}\n      [5505,5525) {reg8}\n      [5532,5555) {entry_value(1) {reg4}, stack_value}\n  [16790] function 'insert_entry_2'@5340\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [167ae] parameter 'htab'\n      [5340,5394) {reg5}\n      [5394,539e) {reg13}\n      [539e,539f) {entry_value(1) {reg5}, stack_value}\n      [539f,5467) {reg13}\n      [5467,546c) {entry_value(1) {reg5}, stack_value}\n      [546c,549b) {reg13}\n    [167c1] parameter 'hval'\n      [5340,5394) {reg4}\n      [5394,549b) {entry_value(1) {reg4}, stack_value}\n    [167d4] parameter 'idx'\n      [5340,5363) {reg1}\n      [5363,549b) {entry_value(1) {reg1}, stack_value}\n    [167e7] parameter 'data'\n      [5340,5394) {reg2}\n      [5394,549b) {entry_value(1) {reg2}, stack_value}\n  [168fb] function 'lookup'@5220\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1691d] parameter 'htab'\n      [5220,526d) {reg5}\n      [526d,52ee) {reg15}\n      [52ee,5300) {entry_value(1) {reg5}, stack_value}\n      [5300,5304) {reg5}\n      [5304,5339) {reg15}\n    [16930] parameter 'hval'\n      [5220,5250) {reg4}\n      [5250,52fb) {reg13}\n      [52fb,5300) {entry_value(1) {reg4}, stack_value}\n      [5300,5339) {reg13}\n    [16943] parameter 'val'\n      [5220,5245) {reg1}\n      [5245,52fd) {reg14}\n      [52fd,5300) {entry_value(1) {reg1}, stack_value}\n      [5300,5339) {reg14}\n    [16956] variable 'idx'\n      [524c,52f6) {reg3}\n      [52f6,5300) {reg0}\n      [5300,5339) {reg3}\n  [169e4] function '__libasm_next_prime'@5660\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [169fb] parameter 'seed'\n      [5660,5664) {reg5}\n      [5664,5667) {entry_value(1) {reg5}, stack_value}\n      (5667,5667) <empty range>\n      [5667,56b3) {reg8}\n      [56b3,56b5) {breg8(-2), stack_value}\n      [56b5,56ec) {reg8}\nmodule 'libasm.so'\n[16a73] CU '../../elfutils-0.193/libebl/eblelfclass.c'@56f0\n  [17a88] function 'ebl_get_elfclass'@56f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [17aa6] parameter 'ebl'\n      [56f0,56f5) {reg5}\nmodule 'libasm.so'\n[17ac2] CU '../../elfutils-0.193/libebl/eblelfdata.c'@5700\n  [18ad7] function 'ebl_get_elfdata'@5700\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [18af5] parameter 'ebl'\n      [5700,5705) {reg5}\nmodule 'libasm.so'\n[18b11] CU '../../elfutils-0.193/libebl/eblelfmachine.c'@5710\n  [19b26] function 'ebl_get_elfmachine'@5710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [19b44] parameter 'ebl'\n      [5710,5714) {reg5}\nmodule 'size.o'\n[c] CU '../../elfutils-0.193/src/size.c'@0\n  producer (strp)\n  language (data1)\n  language_name (data1)\n  language_version (data4)\n  name (line_strp)\n  comp_dir (line_strp)\n  ranges (sec_offset)\n  low_pc (addr)\n  stmt_list (sec_offset)\n  [2f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [34] base_type \"char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [3b] const_type\n    type (ref4)\n  [40] base_type \"long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [47] base_type \"short unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [4e] base_type \"int\"\n    byte_size (data1)\n    encoding (data1)\n    name (string)\n  [55] const_type\n    type (ref4)\n  [5a] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5f] const_type\n    type (ref4)\n  [64] restrict_type\n    type (ref4)\n  [69] typedef \"size_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [75] base_type \"unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [7c] pointer_type\n    byte_size (data1)\n  [7e] restrict_type\n    type (ref4)\n  [83] base_type \"unsigned char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [8a] base_type \"signed char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [91] base_type \"short int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [98] typedef \"__uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [a4] typedef \"__int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [b0] base_type \"long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [b7] typedef \"__uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c3] typedef \"__uintmax_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [cf] typedef \"__uid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [db] typedef \"__gid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e7] typedef \"__mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [f3] typedef \"__off_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ff] typedef \"__off64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [10b] typedef \"__time_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [117] structure_type \"_IO_FILE\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [123] member \"_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [130] member \"_IO_read_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [13d] member \"_IO_read_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [14a] member \"_IO_read_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [157] member \"_IO_write_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [164] member \"_IO_write_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [171] member \"_IO_write_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [17e] member \"_IO_buf_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [18b] member \"_IO_buf_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [198] member \"_IO_save_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [1a5] member \"_IO_backup_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [1b2] member \"_IO_save_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n    [1bf] member \"_markers\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(96)}\n    [1cc] member \"_chain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(104)}\n    [1d9] member \"_fileno\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(112)}\n    [1e6] member \"_flags2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      bit_size (data1)\n      data_bit_offset (data2)\n    [1f5] member \"_short_backupbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(119)}\n    [202] member \"_old_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(120)}\n    [20f] member \"_cur_column\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(128)}\n    [21c] member \"_vtable_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(130)}\n    [229] member \"_shortbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(131)}\n    [236] member \"_lock\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(136)}\n    [243] member \"_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(144)}\n    [250] member \"_codecvt\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(152)}\n    [25d] member \"_wide_data\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(160)}\n    [26a] member \"_freeres_list\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(168)}\n    [277] member \"_freeres_buf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(176)}\n    [284] member \"_prevchain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(184)}\n    [291] member \"_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(192)}\n    [29e] member \"_unused2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(196)}\n  [2ac] typedef \"FILE\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [2b8] typedef \"_IO_lock_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n  [2c0] structure_type \"_IO_marker\"\n    name (strp)\n    declaration (flag_present)\n  [2c5] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2ca] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2cf] array_type\n    type (ref4)\n    sibling (ref4)\n    [2d8] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2df] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2e4] structure_type \"_IO_codecvt\"\n    name (strp)\n    declaration (flag_present)\n  [2e9] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2ee] structure_type \"_IO_wide_data\"\n    name (strp)\n    declaration (flag_present)\n  [2f3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2f8] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2fd] array_type\n    type (ref4)\n    sibling (ref4)\n    [306] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [30d] variable \"stdin\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [317] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [31c] variable \"stdout\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [326] variable \"stderr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [330] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [335] restrict_type\n    type (ref4)\n  [33a] typedef \"error_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [346] structure_type \"argp_option\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [352] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [35f] member \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [36b] member \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [377] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [384] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [390] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n  [39e] const_type\n    type (ref4)\n  [3a3] typedef \"argp_parser_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [3af] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3b4] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [3bd] formal_parameter\n      type (ref4)\n    [3c2] formal_parameter\n      type (ref4)\n    [3c7] formal_parameter\n      type (ref4)\n  [3cd] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3d2] structure_type \"argp_state\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    sibling (ref4)\n    [3e0] member \"root_argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [3ee] member \"argc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [3fc] member \"argv\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [40a] member \"next\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [418] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(28)}\n    [426] member \"arg_num\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [434] member \"quoted\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(36)}\n    [442] member \"input\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [450] member \"child_inputs\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [45e] member \"hook\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [46c] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [47a] member \"err_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [488] member \"out_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [496] member \"pstate\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n  [4a5] structure_type \"argp\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [4b1] member \"options\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [4be] member \"parser\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [4cb] member \"args_doc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [4d8] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [4e4] member \"children\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [4f1] member \"help_filter\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [4fe] member \"argp_domain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [50c] const_type\n    type (ref4)\n  [511] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [516] structure_type \"argp_child\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [522] member \"argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [52f] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [53c] member \"header\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [54a] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n  [559] const_type\n    type (ref4)\n  [55e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [563] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [56c] formal_parameter\n      type (ref4)\n    [571] formal_parameter\n      type (ref4)\n    [576] formal_parameter\n      type (ref4)\n  [57c] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [581] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [586] restrict_type\n    type (ref4)\n  [58b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [590] restrict_type\n    type (ref4)\n  [595] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [59a] typedef \"mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5a6] typedef \"time_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5b2] typedef \"int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5be] typedef \"uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5ca] typedef \"uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5d6] typedef \"uintmax_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5e2] typedef \"gid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5ee] typedef \"uid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5fa] base_type \"long long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [601] base_type \"long long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [608] typedef \"Elf64_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [614] typedef \"Elf64_Xword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [620] typedef \"Elf64_Addr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [62c] typedef \"Elf64_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [638] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [640] member \"sh_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [64e] member \"sh_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [65c] member \"sh_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [66a] member \"sh_addr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [678] member \"sh_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [686] member \"sh_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [694] member \"sh_link\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [6a2] member \"sh_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(44)}\n    [6b0] member \"sh_addralign\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [6be] member \"sh_entsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n  [6cd] typedef \"Elf64_Shdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [6d8] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [6e0] member \"p_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [6ee] member \"p_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [6fc] member \"p_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [70a] member \"p_vaddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [718] member \"p_paddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [726] member \"p_filesz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [734] member \"p_memsz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [742] member \"p_align\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [751] typedef \"Elf64_Phdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [75c] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [767] enumerator \"ELF_C_NULL\"\n      name (strp)\n      const_value (data1)\n    [76d] enumerator \"ELF_C_READ\"\n      name (strp)\n      const_value (data1)\n    [773] enumerator \"ELF_C_RDWR\"\n      name (strp)\n      const_value (data1)\n    [779] enumerator \"ELF_C_WRITE\"\n      name (strp)\n      const_value (data1)\n    [77f] enumerator \"ELF_C_CLR\"\n      name (strp)\n      const_value (data1)\n    [785] enumerator \"ELF_C_SET\"\n      name (strp)\n      const_value (data1)\n    [78b] enumerator \"ELF_C_FDDONE\"\n      name (strp)\n      const_value (data1)\n    [791] enumerator \"ELF_C_FDREAD\"\n      name (strp)\n      const_value (data1)\n    [797] enumerator \"ELF_C_READ_MMAP\"\n      name (strp)\n      const_value (data1)\n    [79d] enumerator \"ELF_C_RDWR_MMAP\"\n      name (strp)\n      const_value (data1)\n    [7a3] enumerator \"ELF_C_WRITE_MMAP\"\n      name (strp)\n      const_value (data1)\n    [7a9] enumerator \"ELF_C_READ_MMAP_PRIVATE\"\n      name (strp)\n      const_value (data1)\n    [7af] enumerator \"ELF_C_EMPTY\"\n      name (strp)\n      const_value (data1)\n    [7b5] enumerator \"ELF_C_NUM\"\n      name (strp)\n      const_value (data1)\n  [7bc] typedef \"Elf_Cmd\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7c8] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [7d3] enumerator \"ELF_K_NONE\"\n      name (strp)\n      const_value (data1)\n    [7d9] enumerator \"ELF_K_AR\"\n      name (strp)\n      const_value (data1)\n    [7df] enumerator \"ELF_K_COFF\"\n      name (strp)\n      const_value (data1)\n    [7e5] enumerator \"ELF_K_ELF\"\n      name (strp)\n      const_value (data1)\n    [7eb] enumerator \"ELF_K_NUM\"\n      name (strp)\n      const_value (data1)\n  [7f2] typedef \"Elf_Kind\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7fe] structure_type\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    sibling (ref4)\n    [807] member \"ar_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [814] member \"ar_date\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [821] member \"ar_uid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [82e] member \"ar_gid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(20)}\n    [83b] member \"ar_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [848] member \"ar_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [855] member \"ar_rawname\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n  [863] typedef \"Elf_Arhdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [86f] typedef \"Elf\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [87b] structure_type \"Elf\"\n    name (string)\n    declaration (flag_present)\n  [880] typedef \"Elf_Scn\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [88c] structure_type \"Elf_Scn\"\n    name (strp)\n    declaration (flag_present)\n  [891] typedef \"GElf_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [89d] typedef \"GElf_Shdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [8a9] typedef \"GElf_Phdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [8b5] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [8c0] enumerator \"FSETLOCKING_QUERY\"\n      name (strp)\n      const_value (data1)\n    [8c6] enumerator \"FSETLOCKING_INTERNAL\"\n      name (strp)\n      const_value (data1)\n    [8cc] enumerator \"FSETLOCKING_BYCALLER\"\n      name (strp)\n      const_value (data1)\n  [8d3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [8d8] restrict_type\n    type (ref4)\n  [8dd] const_type\n  [8de] base_type \"long double\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [8e5] subroutine_type\n    prototyped (flag_present)\n    sibling (ref4)\n    [8ea] formal_parameter\n      type (ref4)\n    [8ef] formal_parameter\n      type (ref4)\n  [8f5] variable \"apvh\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [904] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [909] const_type\n    type (ref4)\n  [90e] variable \"apba__\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [91d] variable \"apvh\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x1d78)}\n  [92d] variable \"apba__\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x1d70)}\n  [93d] array_type\n    type (ref4)\n    sibling (ref4)\n    [946] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [94d] const_type\n    type (ref4)\n  [952] variable \"options\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x1b00)}\n  [967] array_type\n    type (ref4)\n    sibling (ref4)\n    [970] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [977] const_type\n    type (ref4)\n  [97c] variable \"doc\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x16e0)}\n  [992] array_type\n    type (ref4)\n    sibling (ref4)\n    [99b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [9a2] const_type\n    type (ref4)\n  [9a7] variable \"args_doc\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x16b8)}\n  [9bc] variable \"argp\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x1ac0)}\n  [9d1] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [9dc] enumerator \"format_bsd\"\n      name (strp)\n      const_value (data1)\n    [9e2] enumerator \"format_sysv\"\n      name (strp)\n      const_value (data1)\n    [9e8] enumerator \"format_sysv_one_line\"\n      name (strp)\n      const_value (data1)\n    [9ee] enumerator \"format_segments\"\n      name (strp)\n      const_value (data1)\n  [9f5] variable \"format\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12dc)}\n  [a0a] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a15] enumerator \"radix_decimal\"\n      name (strp)\n      const_value (data1)\n    [a1b] enumerator \"radix_hex\"\n      name (strp)\n      const_value (data1)\n    [a21] enumerator \"radix_octal\"\n      name (strp)\n      const_value (data1)\n  [a28] variable \"radix\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12d8)}\n  [a3d] array_type\n    type (ref4)\n    sibling (ref4)\n    [a46] subrange_type\n      type (ref4)\n      upper_bound (data1)\n    [a4c] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [a53] const_type\n    type (ref4)\n  [a58] variable \"length_map\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x16a0)}\n  [a6d] variable \"totals\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12d4)}\n  [a82] base_type \"_Bool\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [a89] variable \"totals_class\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12d0)}\n  [a9e] variable \"total_textsize\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12c8)}\n  [ab4] variable \"total_datasize\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12c0)}\n  [aca] variable \"total_bsssize\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12b8)}\n  [ae0] subprogram \"elf_next\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [af0] formal_parameter\n      type (ref4)\n  [af6] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [afb] subprogram \"elf_getarhdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b0c] formal_parameter\n      type (ref4)\n  [b12] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [b17] subprogram \"gelf_getphdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b27] formal_parameter\n      type (ref4)\n    [b2c] formal_parameter\n      type (ref4)\n    [b31] formal_parameter\n      type (ref4)\n  [b37] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [b3c] subprogram \"elf_getphdrnum\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b4d] formal_parameter\n      type (ref4)\n    [b52] formal_parameter\n      type (ref4)\n  [b58] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [b5d] subprogram \"__printf_chk\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b6d] formal_parameter\n      type (ref4)\n    [b72] formal_parameter\n      type (ref4)\n    [b77] unspecified_parameters\n  [b79] subprogram \"strrchr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b8a] formal_parameter\n      type (ref4)\n    [b8f] formal_parameter\n      type (ref4)\n  [b95] subprogram \"fputs\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [ba6] formal_parameter\n      type (ref4)\n    [bab] formal_parameter\n      type (ref4)\n  [bb1] subprogram \"elf_nextscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [bc2] formal_parameter\n      type (ref4)\n    [bc7] formal_parameter\n      type (ref4)\n  [bcd] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [bd2] subprogram \"elf_strptr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [be3] formal_parameter\n      type (ref4)\n    [be8] formal_parameter\n      type (ref4)\n    [bed] formal_parameter\n      type (ref4)\n  [bf3] subprogram \"gelf_getshdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c03] formal_parameter\n      type (ref4)\n    [c08] formal_parameter\n      type (ref4)\n  [c0e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [c13] subprogram \"elf_getshdrstrndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c24] formal_parameter\n      type (ref4)\n    [c29] formal_parameter\n      type (ref4)\n  [c2f] subprogram \"gelf_getclass\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c3f] formal_parameter\n      type (ref4)\n  [c45] subprogram \"strlen\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c56] formal_parameter\n      type (ref4)\n  [c5c] subprogram \"__open_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c70] formal_parameter\n      type (ref4)\n    [c75] formal_parameter\n      type (ref4)\n    [c7a] unspecified_parameters\n  [c7c] subprogram \"__open_2\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c8c] formal_parameter\n      type (ref4)\n    [c91] formal_parameter\n      type (ref4)\n  [c97] subprogram \"__open_missing_mode\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [c9d] subprogram \"__open_too_many_args\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [ca3] subprogram \"close\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [cb4] formal_parameter\n      type (ref4)\n  [cba] subprogram \"elf_errmsg\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [ccb] formal_parameter\n      type (ref4)\n  [cd1] subprogram \"elf_end\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [ce2] formal_parameter\n      type (ref4)\n  [ce8] subprogram \"elf_kind\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [cf9] formal_parameter\n      type (ref4)\n  [cff] subprogram \"elf_begin\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [d0f] formal_parameter\n      type (ref4)\n    [d14] formal_parameter\n      type (ref4)\n    [d19] formal_parameter\n      type (ref4)\n  [d1f] subprogram \"__errno_location\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n  [d2b] subprogram \"__error_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [d3b] formal_parameter\n      type (ref4)\n    [d40] formal_parameter\n      type (ref4)\n    [d45] formal_parameter\n      type (ref4)\n    [d4a] unspecified_parameters\n  [d4c] subprogram \"__error_noreturn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [d5c] formal_parameter\n      type (ref4)\n    [d61] formal_parameter\n      type (ref4)\n    [d66] formal_parameter\n      type (ref4)\n    [d6b] unspecified_parameters\n  [d6d] subprogram \"exit\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [d7a] formal_parameter\n      type (ref4)\n  [d80] subprogram \"dcgettext\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [d90] formal_parameter\n      type (ref4)\n    [d95] formal_parameter\n      type (ref4)\n    [d9a] formal_parameter\n      type (ref4)\n  [da0] subprogram \"strcmp\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [db0] formal_parameter\n      type (ref4)\n    [db5] formal_parameter\n      type (ref4)\n  [dbb] subprogram \"elf_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [dcc] formal_parameter\n      type (ref4)\n  [dd2] subprogram \"argp_parse\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [de3] formal_parameter\n      type (ref4)\n    [de8] formal_parameter\n      type (ref4)\n    [ded] formal_parameter\n      type (ref4)\n    [df2] formal_parameter\n      type (ref4)\n    [df7] formal_parameter\n      type (ref4)\n    [dfc] formal_parameter\n      type (ref4)\n  [e02] subprogram \"textdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e12] formal_parameter\n      type (ref4)\n  [e18] subprogram \"bindtextdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e28] formal_parameter\n      type (ref4)\n    [e2d] formal_parameter\n      type (ref4)\n  [e33] subprogram \"setlocale\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e43] formal_parameter\n      type (ref4)\n    [e48] formal_parameter\n      type (ref4)\n  [e4e] subprogram \"__fsetlocking\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e5e] formal_parameter\n      type (ref4)\n    [e63] formal_parameter\n      type (ref4)\n  [e69] subprogram \"print_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [e75] formal_parameter\n      type (ref4)\n    [e7a] formal_parameter\n      type (ref4)\n  [e80] subprogram \"handle_elf\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [e9f] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [250,266) {reg5}\n            [266,5e4) {reg3}\n            [5e4,606) {entry_value(1) {reg5}, stack_value}\n            [606,965) {reg3}\n            [965,9c7) {entry_value(1) {reg5}, stack_value}\n            [9c7,cf1) {reg3}\n            [cf1,d33) {entry_value(1) {reg5}, stack_value}\n            [d33,d41) {reg3}\n            [d41,d83) {entry_value(1) {reg5}, stack_value}\n            [d83,d9c) {reg3}\n            [d9c,dd2) {entry_value(1) {reg5}, stack_value}\n            [dd2,deb) {reg3}\n            [deb,e0b) {entry_value(1) {reg5}, stack_value}\n            [e0b,e24) {reg3}\n            [e24,e47) {entry_value(1) {reg5}, stack_value}\n            [e47,e67) {reg3}\n            [e67,e88) {entry_value(1) {reg5}, stack_value}\n            [e88,e9f) {reg3}\n            [e9f,ebf) {entry_value(1) {reg5}, stack_value}\n      GNU_locviews (sec_offset)\n    [eb3] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [250,28e) {reg4}\n            [28e,30c) {reg14}\n            [30c,3a7) {fbreg(-192)}\n            [3a7,3f3) {reg14}\n            [3f3,5e4) {fbreg(-192)}\n            [5e4,606) {entry_value(1) {reg4}, stack_value}\n            [606,62a) {reg14}\n            [62a,65d) {fbreg(-192)}\n            [65d,70d) {reg14}\n            [70d,752) {fbreg(-192)}\n            [752,772) {reg14}\n            [772,843) {fbreg(-192)}\n            [843,9c7) {entry_value(1) {reg4}, stack_value}\n            [9c7,9eb) {reg14}\n            [9eb,cf1) {fbreg(-192)}\n            [cf1,d33) {entry_value(1) {reg4}, stack_value}\n            [d33,d41) {fbreg(-192)}\n            [d41,d83) {entry_value(1) {reg4}, stack_value}\n            [d83,dba) {fbreg(-192)}\n            [dba,dd2) {entry_value(1) {reg4}, stack_value}\n            [dd2,e0b) {reg14}\n            [e0b,e47) {fbreg(-192)}\n            [e47,e88) {entry_value(1) {reg4}, stack_value}\n            [e88,ebf) {reg14}\n      GNU_locviews (sec_offset)\n    [ec7] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [250,28e) {reg1}\n            [28e,3ee) {fbreg(-168)}\n            [3ee,4cc) {entry_value(1) {reg1}, stack_value}\n            [4cc,5e4) {fbreg(-168)}\n            [5e4,606) {entry_value(1) {reg1}, stack_value}\n            [606,62a) {fbreg(-168)}\n            [62a,65d) {entry_value(1) {reg1}, stack_value}\n            [65d,70d) {fbreg(-168)}\n            [70d,752) {entry_value(1) {reg1}, stack_value}\n            [752,7fb) {fbreg(-168)}\n            [7fb,9c7) {entry_value(1) {reg1}, stack_value}\n            [9c7,9fe) {fbreg(-168)}\n            [9fe,ab7) {entry_value(1) {reg1}, stack_value}\n            [ab7,cc5) {fbreg(-168)}\n            [cc5,d33) {entry_value(1) {reg1}, stack_value}\n            [d33,d41) {fbreg(-168)}\n            [d41,d83) {entry_value(1) {reg1}, stack_value}\n            [d83,dba) {fbreg(-168)}\n            [dba,dd2) {entry_value(1) {reg1}, stack_value}\n            [dd2,e0b) {fbreg(-168)}\n            [e0b,e88) {entry_value(1) {reg1}, stack_value}\n            [e88,eb9) {fbreg(-168)}\n            [eb9,ebf) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [edb] variable \"prefix_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [2ad,2b2) {reg0}\n            [2b2,2c7) {reg1}\n            [606,62a) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [eef] variable \"fname_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [efb] variable \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [2c3,2c7) {breg5(0)}\n            [2c7,539) {breg7(0)}\n            [539,56f) {fbreg(-208), deref}\n            [56f,5fb) {breg7(0)}\n            [5fb,605) {fbreg(-208), deref}\n            [605,606) {breg7(-200), deref}\n            [61e,62a) {breg5(0)}\n            [62a,875) {breg7(0)}\n            [875,893) {fbreg(-208), deref}\n            [893,933) {breg7(0)}\n            [933,955) {fbreg(-208), deref}\n            [955,c80) {breg7(0)}\n            [c80,cb3) {fbreg(-208), deref}\n            [cb3,dac) {breg7(0)}\n            [dac,dba) {fbreg(-208), deref}\n            [dd2,dfb) {breg7(0)}\n            [dfb,e0b) {fbreg(-208), deref}\n            [e0b,e34) {breg7(0)}\n            [e34,e47) {fbreg(-208), deref}\n            [e47,e70) {breg7(0)}\n            [e70,e83) {fbreg(-208), deref}\n            [e83,eb9) {breg7(0)}\n      GNU_locviews (sec_offset)\n    [f0f] variable \"cp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [2c3,2c7) {reg5}\n            [2c7,2c8) {reg7}\n            [2c8,2cc) {reg0}\n            [2cc,2dd) {reg5}\n            [61e,62a) {reg5}\n      GNU_locviews (sec_offset)\n    [f22] variable\n      type (ref4)\n      artificial (flag_present)\n      location (sec_offset)\n            [2ad,2b2) {breg0(0), breg12(0), plus, plus_uconst(1), stack_value}\n            [2b2,2c7) {breg1(0), breg12(0), plus, plus_uconst(1), stack_value}\n            [606,62a) {breg0(1), stack_value}\n      GNU_locviews (sec_offset)\n    [f2f] inlined_subroutine \"mempcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [f49] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c3,2c7) {reg5}\n              [2c7,2c8) {reg7}\n        GNU_locviews (sec_offset)\n      [f56] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c3,2c8) {reg14}\n        GNU_locviews (sec_offset)\n      [f63] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c3,2c7) {reg1}\n        GNU_locviews (sec_offset)\n      [f70] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [f7d] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg7(0)}\n        [f83] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg14(0)}\n    [f8b] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [fb1] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2cf,2dd) {reg5}\n        GNU_locviews (sec_offset)\n      [fbe] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2cf,2de) {fbreg(-168)}\n        GNU_locviews (sec_offset)\n      [fcb] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2cf,2de) {reg13}\n        GNU_locviews (sec_offset)\n      [fd8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [fe5] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-168), deref}\n        [fed] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg13(0)}\n    [ff5] inlined_subroutine \"print_header\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [100f] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2ff,314) {reg3}\n              [ab7,cb3) {reg3}\n        GNU_locviews (sec_offset)\n      [101c] lexical_block\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        [1031] variable \"ddigits\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [adf,bba) {reg12}\n                [bba,cb3) {breg12(2), stack_value}\n          GNU_locviews (sec_offset)\n        [103e] variable \"xdigits\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [afa,b90) {reg13}\n                [b90,cb3) {fbreg(-176), deref_size(4), plus_uconst(2), stack_value}\n          GNU_locviews (sec_offset)\n        [104b] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [1058] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [b1d,b49) {reg0}\n            GNU_locviews (sec_offset)\n          [1065] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1076] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [107e] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg15(0)}\n            [1084] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [108a] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1097] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [109f] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [10ac] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [b57,b83) {reg0}\n            GNU_locviews (sec_offset)\n          [10b9] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [10ca] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [10d2] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg15(0)}\n            [10d8] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [10de] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [10eb] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [10f3] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [1100] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [b98,bcc) {reg0}\n            GNU_locviews (sec_offset)\n          [110d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [111e] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [1126] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x13cd)}\n            [1133] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [1139] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1146] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [114e] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [115b] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [c52,c6a) {reg0}\n                  [c6a,c7c) {breg2(-1), stack_value}\n            GNU_locviews (sec_offset)\n          [1168] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1179] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [1181] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [1187] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [118d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [119a] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [11a2] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [11af] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [bda,c0a) {reg0}\n            GNU_locviews (sec_offset)\n          [11bc] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [11cd] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [11d5] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x13d5)}\n            [11e2] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [11e8] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [11f5] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [11fd] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [120a] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [c18,c44) {reg0}\n            GNU_locviews (sec_offset)\n          [1217] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1228] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [1230] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x13dd)}\n            [123d] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [1243] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1250] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [1258] inlined_subroutine \"printf\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [1272] formal_parameter \"__fmt\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [c7c,ca0) {addr(0x1488), stack_value}\n            GNU_locviews (sec_offset)\n          [127f] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [128c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [1291] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x1488)}\n            [129e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg12(0)}\n            [12a4] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {breg12(0)}\n            [12aa] call_site_parameter\n              location (exprloc) {reg9}\n              call_value (exprloc) {fbreg(-200), deref}\n        [12b4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [12c5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [12cc] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [12d9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n    [12e2] inlined_subroutine \"show_bsd\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [12fc] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {reg3}\n              [4cc,5e4) {reg3}\n              [cb3,cc5) {reg3}\n              [d83,d9c) {reg3}\n              [d9c,dba) {entry_value(1) {reg5}, stack_value}\n        GNU_locviews (sec_offset)\n      [1309] formal_parameter \"prefix\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {fbreg(-192)}\n              [4cc,5e4) {fbreg(-192)}\n              [cb3,cc5) {fbreg(-192)}\n              [d83,dba) {fbreg(-192)}\n        GNU_locviews (sec_offset)\n      [1316] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {fbreg(-168)}\n              [4cc,5e4) {fbreg(-168)}\n              [cb3,cc5) {fbreg(-168)}\n              [d83,dba) {fbreg(-168)}\n        GNU_locviews (sec_offset)\n      [1323] formal_parameter \"fullname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {fbreg(-208)}\n              [4cc,5e4) {fbreg(-208)}\n              [cb3,cc5) {fbreg(-208)}\n              [d83,dba) {fbreg(-208)}\n        GNU_locviews (sec_offset)\n      [1330] variable \"textsize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,35f) {lit0, stack_value}\n              [35f,3a7) {reg13}\n              [4cc,5e4) {reg13}\n              [cb3,cc5) {reg13}\n              [d83,dba) {reg13}\n        GNU_locviews (sec_offset)\n      [133d] variable \"datasize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,35f) {lit0, stack_value}\n              [35f,3a7) {reg14}\n              [4cc,4d9) {reg14}\n              [4de,5e4) {reg14}\n              [cb3,cc5) {reg14}\n              [d83,dba) {reg14}\n        GNU_locviews (sec_offset)\n      [134a] variable \"bsssize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,35f) {lit0, stack_value}\n              [35f,3a7) {fbreg(-176)}\n              [4cc,4e7) {fbreg(-176)}\n              [4ec,5e4) {fbreg(-176)}\n              [cb3,cc5) {fbreg(-176)}\n              [d83,dba) {fbreg(-176)}\n        GNU_locviews (sec_offset)\n      [1357] variable \"ddigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [338,33c) {reg0}\n              [33c,3a7) {fbreg(-184)}\n              [4cc,5e4) {fbreg(-184)}\n              [cb3,cc5) {fbreg(-184)}\n              [d83,dba) {fbreg(-184)}\n        GNU_locviews (sec_offset)\n      [1364] variable \"xdigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [35f,35f) {reg0}\n              [35f,3a7) {fbreg(-200)}\n              [4cc,5e4) {fbreg(-200)}\n              [cb3,cc5) {fbreg(-200)}\n              [d83,dba) {fbreg(-200)}\n        GNU_locviews (sec_offset)\n      [1371] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [35f,35f) {lit0, stack_value}\n              [35f,371) {reg15}\n              [371,382) {reg0}\n              [382,3a7) {reg15}\n              [4cc,4ec) {reg15}\n              [4ec,4f7) {reg0}\n              [4f7,566) {reg15}\n              [d83,dba) {reg15}\n        GNU_locviews (sec_offset)\n      [137e] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [138b] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [1394] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [383,3a7) {reg0}\n                [4cc,4ec) {reg0}\n                [d83,d8c) {reg0}\n          GNU_locviews (sec_offset)\n        [13a1] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [13c7] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [da8,dba) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [13d4] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [da8,dba) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [13e1] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [da8,dba) {reg0}\n            GNU_locviews (sec_offset)\n        [13ef] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1400] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [1406] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-144)}\n        [140e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [141f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [1426] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1433] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x1305)}\n          [1440] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1780)}\n          [144d] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [1454] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [147a] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [535,55e) {reg4}\n          GNU_locviews (sec_offset)\n        [1487] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1494] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1499] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {fbreg(-184), deref_size(4), lit2, minus}\n          [14a4] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {breg13(0)}\n          [14aa] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-184), deref_size(4), lit2, minus}\n          [14b5] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [14bd] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [14e3] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [587,594) {reg0}\n                [594,598) {reg4}\n          GNU_locviews (sec_offset)\n        [14f0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [14fd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1502] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg15(0)}\n      [150a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [151b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [1522] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1533] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [153a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [154b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [1551] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n      [1558] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1569] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [1576] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1411)}\n        [1583] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [1589] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [159a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit10}\n      [15a0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [15b1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [15b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [15c5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n    [15cd] inlined_subroutine \"show_segments\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [15e7] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3a7,4cc) {reg3}\n              [62a,642) {reg3}\n              [e0b,e24) {reg3}\n              [e24,e47) {entry_value(1) {reg5}, stack_value}\n              [e88,e9f) {reg3}\n              [e9f,ebf) {entry_value(1) {reg5}, stack_value}\n        GNU_locviews (sec_offset)\n      [15f4] formal_parameter \"fullname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3a7,4cc) {fbreg(-208)}\n              [62a,642) {fbreg(-208)}\n              [e0b,e47) {fbreg(-208)}\n              [e88,eb9) {fbreg(-208)}\n        GNU_locviews (sec_offset)\n      [1601] variable \"phnum\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-152)}\n      [160a] variable \"total\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3c7,3f3) {lit0, stack_value}\n              [3f3,46a) {reg15}\n              [46d,4cc) {reg15}\n              [e0b,e47) {reg15}\n        GNU_locviews (sec_offset)\n      [1617] variable \"first\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3c7,3f3) {lit1, stack_value}\n              [3f3,3f3) {reg13}\n              [3f3,46d) {lit0, stack_value}\n              [46d,4cc) {reg13}\n              [e0b,e47) {reg13}\n        GNU_locviews (sec_offset)\n      [1624] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1631] variable \"cnt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3c7,3f3) {lit0, stack_value}\n                [3f3,4cc) {reg12}\n                [e0b,e47) {reg12}\n          GNU_locviews (sec_offset)\n        [163e] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [1647] variable \"phdr_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-144)}\n          [1650] variable \"phdr\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3f3,47e) {reg14}\n                  [496,4c6) {reg0}\n                  [4c6,4cc) {reg14}\n                  [e0b,e14) {reg0}\n                  [e14,e47) {reg14}\n            GNU_locviews (sec_offset)\n          [165d] inlined_subroutine \"printf\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [1683] formal_parameter \"__fmt\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [45a,465) {reg4}\n              GNU_locviews (sec_offset)\n            [1690] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [169d] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit1}\n          [16a4] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [16ca] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [e30,e47) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [16d7] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [e30,e47) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [16e4] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [e30,e47) {reg0}\n              GNU_locviews (sec_offset)\n          [16f2] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1703] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n            [1709] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg12(0)}\n            [170f] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-168), deref}\n          [1718] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1729] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x146b)}\n            [1736] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit1}\n            [173b] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit3}\n          [1741] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1752] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [1759] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1766] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x1305)}\n            [1773] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x1780)}\n            [1780] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n      [1788] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [17a2] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [73a,74d) {addr(0x146f), stack_value}\n          GNU_locviews (sec_offset)\n        [17af] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [17bc] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [17c1] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x146f)}\n      [17d0] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [17f6] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [64a,65b) {addr(0x1478), stack_value}\n          GNU_locviews (sec_offset)\n        [1803] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1810] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1815] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1478)}\n      [1824] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [184a] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [70d,723) {addr(0x1480), stack_value}\n          GNU_locviews (sec_offset)\n        [1857] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1864] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1869] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1480)}\n      [1878] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [189e] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          const_value (data1)\n        [18a4] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          const_value (data1)\n        [18aa] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [eab,ebf) {reg0}\n          GNU_locviews (sec_offset)\n      [18b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [18c9] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [18cf] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-152)}\n      [18d7] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [18e8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [18ef] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [18fc] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [1909] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1780)}\n        [1916] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [191d] inlined_subroutine \"show_sysv\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [1937] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {reg3}\n              [752,965) {reg3}\n              [965,9c7) {entry_value(1) {reg5}, stack_value}\n              [cf1,d2e) {entry_value(1) {reg5}, stack_value}\n              [d41,d83) {entry_value(1) {reg5}, stack_value}\n              [dd2,deb) {reg3}\n              [deb,e0b) {entry_value(1) {reg5}, stack_value}\n              [e47,e67) {reg3}\n              [e67,e83) {entry_value(1) {reg5}, stack_value}\n        GNU_locviews (sec_offset)\n      [1944] formal_parameter \"prefix\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {fbreg(-192)}\n              [752,843) {fbreg(-192)}\n              [dd2,e0b) {fbreg(-192)}\n        GNU_locviews (sec_offset)\n      [1951] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {fbreg(-168)}\n              [752,7fb) {fbreg(-168)}\n              [dd2,e0b) {fbreg(-168)}\n        GNU_locviews (sec_offset)\n      [195e] formal_parameter \"fullname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {fbreg(-208)}\n              [752,9c7) {fbreg(-208)}\n              [cf1,d2e) {fbreg(-208)}\n              [d41,d83) {fbreg(-208)}\n              [dd2,e0b) {fbreg(-208)}\n              [e47,e83) {fbreg(-208)}\n        GNU_locviews (sec_offset)\n      [196b] variable \"maxlen\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,6aa) {lit10, stack_value}\n              [6aa,70b) {reg13}\n              [752,9c7) {reg13}\n              [cf1,d2e) {reg13}\n              [d41,d83) {reg13}\n              [dd2,e0b) {reg13}\n              [e47,e83) {reg13}\n        GNU_locviews (sec_offset)\n      [1978] variable \"digits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [69d,6a1) {reg0}\n              [6a1,70d) {fbreg(-200)}\n              [752,9c7) {fbreg(-200)}\n              [cf1,d2e) {fbreg(-200)}\n              [d41,d83) {fbreg(-200)}\n              [dd2,e0b) {fbreg(-200)}\n              [e47,e83) {fbreg(-200)}\n        GNU_locviews (sec_offset)\n      [1985] variable \"shstrndx\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-152)}\n      [198e] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6aa,6c1) {reg12}\n              [6c1,6d2) {reg0}\n              [6d2,70d) {reg12}\n              [752,76a) {reg0}\n              [76a,8a9) {reg12}\n              [8a9,8ba) {reg0}\n              [8ba,955) {reg12}\n              [955,95e) {reg0}\n              [95e,9c7) {reg12}\n              [cf1,d2e) {reg12}\n              [d41,d83) {reg12}\n              [dd2,e0b) {reg12}\n              [e47,e83) {reg12}\n        GNU_locviews (sec_offset)\n      [199b] variable \"total\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [890,893) {lit0, stack_value}\n              [893,94f) {reg14}\n              [955,9c7) {reg14}\n              [cf1,d2e) {reg14}\n              [d41,d83) {reg14}\n              [e47,e83) {reg14}\n        GNU_locviews (sec_offset)\n      [19a8] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [19b5] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [19be] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [6d9,6ef) {reg0}\n                [6ef,70d) {reg15}\n                [dd2,ddb) {reg0}\n                [ddb,e0b) {reg15}\n          GNU_locviews (sec_offset)\n        [19cb] variable \"name\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [6f0,703) {reg0}\n          GNU_locviews (sec_offset)\n        [19d8] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [19fe] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [df7,e0b) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [1a0b] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [df7,e0b) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [1a18] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [df7,e0b) {reg0}\n            GNU_locviews (sec_offset)\n        [1a26] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1a37] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [1a3d] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-144)}\n        [1a45] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1a56] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [1a5d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n        [1a6a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1a7b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [1a82] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1a8f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x1305)}\n          [1a9c] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1780)}\n          [1aa9] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [1ab0] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1ad6] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [796,7a3) {reg0}\n                [7a3,7a7) {reg4}\n          GNU_locviews (sec_offset)\n        [1ae3] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1af0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1af5] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg14(0)}\n      [1afd] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1b0a] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [7d3,802) {reg0}\n          GNU_locviews (sec_offset)\n        [1b17] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1b28] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [1b2e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg14(0)}\n          [1b34] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1b3a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1b47] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1b4f] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1b5c] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [810,824) {reg0}\n                [824,82d) {breg1(-1), stack_value}\n          GNU_locviews (sec_offset)\n        [1b69] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1b7a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [1b80] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg14(0)}\n          [1b86] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1b8c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1b99] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1ba1] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1bae] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [855,882) {reg0}\n          GNU_locviews (sec_offset)\n        [1bbb] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1bcc] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-184), deref}\n          [1bd4] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg14(0)}\n          [1bda] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1be0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1bed] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1bf5] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1c0f] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [880,890) {addr(0x141a), stack_value}\n          GNU_locviews (sec_offset)\n        [1c1c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1c29] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1c2e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x141a)}\n          [1c3b] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1c41] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1c4a] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg15(0)}\n      [1c52] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1c5f] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [1c68] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [8c1,8f3) {reg0}\n                [8f3,955) {reg15}\n                [e47,e50) {reg0}\n                [e50,e83) {reg15}\n          GNU_locviews (sec_offset)\n        [1c75] inlined_subroutine \"printf\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [1c9b] formal_parameter \"__fmt\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [92b,949) {reg4}\n            GNU_locviews (sec_offset)\n          [1ca8] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1cb5] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [1cba] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg13(0)}\n            [1cc0] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-192), deref_size(4)}\n        [1ccb] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [1ce5] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [e6c,e83) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [1cf2] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [e6c,e83) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [1cff] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [e6c,e83) {reg0}\n            GNU_locviews (sec_offset)\n          [1d0c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1d19] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [1d1e] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [1d23] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-208), deref}\n        [1d2d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1d3e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [1d44] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-144)}\n        [1d4c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1d5d] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [1d64] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1d75] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [1d7c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1d89] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-184), deref}\n          [1d91] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1780)}\n          [1d9e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [1da5] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1db2] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d53,d72) {reg0}\n          GNU_locviews (sec_offset)\n        [1dbf] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n        [1dcc] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1dd9] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1de1] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1dee] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [997,9b6) {reg0}\n          GNU_locviews (sec_offset)\n        [1dfb] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1e0c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-184), deref}\n          [1e14] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n          [1e1a] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1e20] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1e2d] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1e35] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1e4f] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [9b4,9c2) {addr(0x1437), stack_value}\n          GNU_locviews (sec_offset)\n        [1e5c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1e69] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1e6e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1437)}\n          [1e7b] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1e81] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1e8a] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [1e92] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1e9f] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d03,d22) {reg0}\n          GNU_locviews (sec_offset)\n        [1eac] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n        [1eb9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1ec6] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1ece] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1ee8] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d20,d2e) {addr(0x1444), stack_value}\n          GNU_locviews (sec_offset)\n        [1ef5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1f02] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1f07] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1444)}\n          [1f14] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1f1a] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1f23] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [1f2b] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1f45] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d70,d7e) {addr(0x142a), stack_value}\n          GNU_locviews (sec_offset)\n        [1f52] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1f5f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1f64] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x142a)}\n          [1f71] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1f77] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1f80] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [1f88] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1f99] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [1fa0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1fb1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [1fb7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-152)}\n      [1fbf] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1fd0] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [1fd6] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n      [1fdd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1fee] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-168), deref}\n      [1ff7] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2008] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-184), deref}\n        [2010] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1411)}\n        [201d] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [2023] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2030] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2036] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n    [203e] inlined_subroutine \"show_sysv_one_line\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2058] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,73a) {reg3}\n              [9c7,ab7) {reg3}\n              [cc5,cd4) {reg3}\n        GNU_locviews (sec_offset)\n      [2065] variable \"shstrndx\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-152)}\n      [206e] variable \"total\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,73a) {reg13}\n              [9fe,a8f) {reg13}\n              [a94,ab7) {reg13}\n              [cc5,cd4) {reg13}\n        GNU_locviews (sec_offset)\n      [207b] variable \"first\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,73a) {reg14}\n              [9fe,a3d) {reg14}\n              [a3d,a94) {lit0, stack_value}\n              [a94,ab7) {reg14}\n              [cc5,cd4) {reg14}\n        GNU_locviews (sec_offset)\n      [2088] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,72e) {reg0}\n              [72e,73a) {reg12}\n              [9fe,a11) {reg12}\n              [a11,a25) {reg0}\n              [a25,ab7) {reg12}\n              [cc5,cd4) {reg12}\n        GNU_locviews (sec_offset)\n      [2095] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (data1)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [20b2] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n      [20b8] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [20c5] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [20ce] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [a2c,a3d) {reg0}\n                [a3d,a94) {reg15}\n                [a94,ab4) {reg0}\n                [ab4,ab7) {reg15}\n                [cc5,cd4) {reg0}\n          GNU_locviews (sec_offset)\n        [20db] inlined_subroutine \"printf\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [2101] formal_parameter \"__fmt\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [a7c,a87) {reg4}\n            GNU_locviews (sec_offset)\n          [210e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [211b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n        [2122] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [2148] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [ce0,cf1) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [2155] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [ce0,cf1) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [2162] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [ce0,cec) {reg0}\n                  [cec,cf0) {reg1}\n            GNU_locviews (sec_offset)\n          [216f] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [217c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [2181] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n        [2188] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [2199] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [219f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-168), deref}\n        [21a8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [21b9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [21c0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [21d1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x146b)}\n          [21de] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit1}\n          [21e3] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit3}\n        [21e9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [21f6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x1305)}\n      [2205] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2216] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [221c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-152)}\n      [2224] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2231] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2237] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n    [223f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2250] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-168), deref}\n    [2259] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [226a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [2271] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [227f] array_type\n    type (ref4)\n    sibling (ref4)\n    [2288] subrange_type\n      type (ref4)\n      upper_bound (ref4)\n  [2292] subprogram \"show_segments\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [229d] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22a9] formal_parameter \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22b5] variable \"phnum\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22c1] variable \"total\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22cd] variable \"first\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22d9] lexical_block\n      [22da] variable \"cnt\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [22e6] lexical_block\n        [22e7] variable \"phdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [22f3] variable \"phdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [2302] subprogram \"show_bsd_totals\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [230d] variable \"ddigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2319] variable \"xdigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n  [2326] subprogram \"show_bsd\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [2331] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [233d] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2349] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2355] formal_parameter \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2361] variable \"textsize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [236d] variable \"datasize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2379] variable \"bsssize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2385] variable \"ddigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2391] variable \"xdigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [239d] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23a9] lexical_block\n      [23aa] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [23b6] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [23c4] subprogram \"show_sysv_one_line\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [23cf] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23db] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23e7] variable \"total\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23f3] variable \"first\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23ff] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [240b] lexical_block\n      [240c] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2418] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [2426] subprogram \"show_sysv\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [2431] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [243d] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2449] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2455] formal_parameter \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2461] variable \"maxlen\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [246d] variable \"digits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2479] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2485] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2491] variable \"total\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [249d] lexical_block\n      sibling (ref4)\n      [24a2] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [24ae] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [24ba] variable \"name\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24c7] lexical_block\n      sibling (ref4)\n      [24cc] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24d9] lexical_block\n      sibling (ref4)\n      [24de] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24eb] lexical_block\n      sibling (ref4)\n      [24f0] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24fd] lexical_block\n      sibling (ref4)\n      [2502] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [250e] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [251b] lexical_block\n      sibling (ref4)\n      [2520] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [252d] lexical_block\n      sibling (ref4)\n      [2532] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [253f] lexical_block\n      [2540] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [254e] subprogram \"handle_ar\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [256f] formal_parameter \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef2) {reg5}\n            [ef2,ff0) {reg12}\n            [ff0,ff8) {entry_value(1) {reg5}, stack_value}\n            [ff8,10c1) {reg12}\n      GNU_locviews (sec_offset)\n    [2582] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef6) {reg4}\n            [ef6,ff4) {reg14}\n            [ff4,ff8) {entry_value(1) {reg4}, stack_value}\n            [ff8,10c1) {reg14}\n      GNU_locviews (sec_offset)\n    [2596] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef6) {reg1}\n            [ef6,f3e) {reg15}\n            [f3e,ff7) {fbreg(-104)}\n            [ff7,ff8) {breg7(-96)}\n            [ff8,104c) {fbreg(-104)}\n            [104c,1067) {reg15}\n            [1067,10c1) {fbreg(-104)}\n      GNU_locviews (sec_offset)\n    [25aa] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef6) {reg2}\n            [ef6,ff7) {fbreg(-96)}\n            [ff7,ff8) {breg7(-88)}\n            [ff8,10c1) {fbreg(-96)}\n      GNU_locviews (sec_offset)\n    [25be] variable \"prefix_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f15,f1a) {reg0}\n            [f1a,f2c) {reg1}\n            [104c,1067) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [25d2] variable \"fname_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [25de] variable \"new_prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f28,f2c) {breg5(0)}\n            [f2c,fea) {breg7(0)}\n            [fea,ff7) {fbreg(-88), deref}\n            [ff7,ff8) {breg7(-80), deref}\n            [ff8,1029) {breg7(0)}\n            [1029,104c) {fbreg(-88), deref}\n            [105e,1067) {breg5(0)}\n            [1067,10a9) {breg7(0)}\n            [10a9,10bc) {fbreg(-88), deref}\n            [10bc,10c1) {breg7(0)}\n      GNU_locviews (sec_offset)\n    [25f2] variable \"cp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f28,f2c) {reg5}\n            [f2c,f2d) {reg7}\n            [f2d,f31) {reg0}\n            [f31,f48) {reg5}\n            [105e,1067) {reg5}\n      GNU_locviews (sec_offset)\n    [2605] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f49,f4b) {lit0, stack_value}\n            [f4b,ff6) {reg15}\n            [ff6,ff8) {reg0}\n            [ff8,104c) {reg15}\n            [1067,10c1) {reg15}\n      GNU_locviews (sec_offset)\n    [2619] variable \"subelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f4b,f82) {reg3}\n            [f96,f9f) {reg0}\n            [f9f,fc2) {reg3}\n            [fc2,fd3) {reg0}\n            [fd3,fee) {reg3}\n            [ff8,1019) {reg3}\n            [1067,1077) {reg0}\n            [1077,1099) {reg3}\n            [10bc,10c1) {reg3}\n      GNU_locviews (sec_offset)\n    [262d] variable \"cmd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f49,f4b) {lit8, stack_value}\n            [f79,f7d) {reg0}\n            [f7d,fa6) {reg13}\n            [fc2,ff2) {reg13}\n            [ff8,104c) {reg13}\n            [1067,10c1) {reg13}\n      GNU_locviews (sec_offset)\n    [2641] lexical_block\n      ranges (sec_offset)\n      sibling (ref4)\n      [264a] variable \"arhdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [f4b,f79) {reg13}\n              [fa6,faa) {reg0}\n              [faa,fc2) {reg13}\n        GNU_locviews (sec_offset)\n      [265e] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [2684] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1025,1037) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [2691] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1025,1037) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [269e] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1025,1037) {reg0}\n          GNU_locviews (sec_offset)\n      [26ac] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [26bd] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg12(0)}\n        [26c3] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [26c9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-88), deref}\n      [26d2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [26e3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [26ea] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [26fb] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [2702] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2713] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [271a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [272b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [2732] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2743] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2749] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-88), deref}\n      [2752] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2763] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [276a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2777] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [2784] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1780)}\n        [2791] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [2798] variable\n      type (ref4)\n      artificial (flag_present)\n      location (sec_offset)\n            [f15,f1a) {breg0(0), breg3(0), plus, plus_uconst(1), stack_value}\n            [f1a,f2c) {breg1(0), breg3(0), plus, plus_uconst(1), stack_value}\n            [104c,1067) {breg0(1), stack_value}\n      GNU_locviews (sec_offset)\n    [27a5] inlined_subroutine \"mempcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [27bf] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f28,f2c) {reg5}\n              [f2c,f2d) {reg7}\n        GNU_locviews (sec_offset)\n      [27cc] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f28,f2d) {reg15}\n        GNU_locviews (sec_offset)\n      [27d9] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f28,f2c) {reg1}\n        GNU_locviews (sec_offset)\n      [27e6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [27f3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg7(0)}\n        [27f9] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n    [2801] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [281b] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f34,f48) {reg5}\n        GNU_locviews (sec_offset)\n      [2828] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f34,f49) {fbreg(-96)}\n        GNU_locviews (sec_offset)\n      [2835] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f34,f44) {reg13}\n              [f44,f48) {reg1}\n        GNU_locviews (sec_offset)\n      [2842] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [284f] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-96), deref}\n    [2859] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2873] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10a5,10bc) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2880] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10a5,10bc) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [288d] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10a5,10bc) {reg0}\n        GNU_locviews (sec_offset)\n      [289a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [28a7] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [28ac] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [28b1] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-96), deref}\n    [28bb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28cc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-96), deref}\n    [28d5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28e6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n    [28ed] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28fe] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg12(0)}\n      [2904] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg13(0)}\n      [290a] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg14(0)}\n    [2911] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2922] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [2929] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [293a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [2941] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2952] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [295f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x1780)}\n      [296c] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2972] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [2980] array_type\n    type (ref4)\n    sibling (ref4)\n    [2989] subrange_type\n      type (ref4)\n      upper_bound (ref4)\n  [2993] subprogram \"print_header\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [299e] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [29aa] variable \"done\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {addr(0x12b0)}\n    [29c0] lexical_block\n      [29c1] variable \"ddigits\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [29cd] variable \"xdigits\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [29d9] lexical_block\n        sibling (ref4)\n        [29de] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [29eb] lexical_block\n        sibling (ref4)\n        [29f0] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [29fd] lexical_block\n        sibling (ref4)\n        [2a02] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [2a0f] lexical_block\n        sibling (ref4)\n        [2a14] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [2a21] lexical_block\n        sibling (ref4)\n        [2a26] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [2a33] lexical_block\n        [2a34] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [2a43] subprogram \"process_file\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2a64] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [10d0,10df) {reg5}\n            [10df,113d) {reg12}\n            [113d,113e) {entry_value(1) {reg5}, stack_value}\n            [113e,11eb) {reg12}\n            [11eb,11ec) {entry_value(1) {reg5}, stack_value}\n            [11ec,12a9) {reg12}\n      GNU_locviews (sec_offset)\n    [2a78] variable \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [10e0,10f8) {reg0}\n            [10f8,1138) {reg3}\n            [113e,1185) {reg3}\n            [119e,11e0) {reg3}\n            [11ec,1207) {reg0}\n            [1223,123c) {reg3}\n            [126e,1289) {reg3}\n      GNU_locviews (sec_offset)\n    [2a8b] variable \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [10ff,110c) {reg0}\n            [110c,112e) {reg6}\n            [113e,1168) {reg6}\n            [119e,11e0) {reg6}\n            [1223,12a9) {reg6}\n      GNU_locviews (sec_offset)\n    [2a9f] lexical_block\n      ranges (sec_offset)\n      sibling (ref4)\n      [2aa8] variable \"result\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [112e,1132) {reg0}\n              [1132,1137) {reg6}\n        GNU_locviews (sec_offset)\n      [2abc] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2acd] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2ad3] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg6(0)}\n        [2ad9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit0}\n        [2ade] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n      [2ae5] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2af2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n    [2afa] inlined_subroutine \"open\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2b14] formal_parameter \"__path\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10d9,10df) {reg5}\n              [10df,10e0) {reg12}\n        GNU_locviews (sec_offset)\n      [2b21] formal_parameter \"__oflag\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10d9,10e0) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2b2e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2b3b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg12(0)}\n        [2b41] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [2b48] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2b6e] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [118a,119e) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2b7b] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [118a,1199) {breg0(0)}\n              [1199,119d) {reg4}\n        GNU_locviews (sec_offset)\n      [2b88] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [118a,119e) {reg3}\n        GNU_locviews (sec_offset)\n      [2b95] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2ba2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [2ba7] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [2bad] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2bb5] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2bdb] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [11cf,11e0) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2be8] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [11cf,11e0) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2bf5] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [11cf,11db) {reg0}\n              [11db,11df) {reg1}\n        GNU_locviews (sec_offset)\n      [2c02] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2c0f] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [2c14] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2c19] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2c21] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2c47] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1210,1221) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2c54] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1210,121c) {breg0(0)}\n              [121c,1220) {reg4}\n        GNU_locviews (sec_offset)\n      [2c61] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1210,1221) {reg3}\n        GNU_locviews (sec_offset)\n      [2c6e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2c7b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [2c80] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [2c86] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2c8e] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2cb4] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1248,125a) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2cc1] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1248,125a) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2cce] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1248,125a) {reg0}\n        GNU_locviews (sec_offset)\n      [2cdb] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2ce8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [2ced] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2cf2] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2cfa] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2d20] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        const_value (data1)\n      [2d26] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        const_value (data1)\n      [2d2c] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1295,12a9) {reg0}\n        GNU_locviews (sec_offset)\n    [2d3a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2d4b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [2d51] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit8}\n      [2d56] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [2d5c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2d6d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n    [2d74] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2d85] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n      [2d8b] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit0}\n      [2d90] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg12(0)}\n    [2d97] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2da8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n    [2daf] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2dc0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [2dc7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2dd8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2de5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14b1)}\n    [2df3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [2e00] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e11] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n    [2e18] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e29] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [2e30] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e41] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2e4e] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x17a0)}\n      [2e5b] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2e61] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e72] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2e7f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14a0)}\n      [2e8c] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2e92] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [2e9f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2eb0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [2eb7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2ec8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2ed5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x1780)}\n      [2ee2] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2ee8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2ef9] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [2f00] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [2f0d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2f1a] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x1780)}\n      [2f27] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n  [2f2e] subprogram \"parse_opt\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2f50] formal_parameter \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,d) {reg5}\n            [d,2e) {entry_value(1) {reg5}, stack_value}\n            [2e,8d) {reg5}\n            [8d,97) {entry_value(1) {reg5}, stack_value}\n            [97,aa) {reg5}\n            [aa,184) {entry_value(1) {reg5}, stack_value}\n            [184,1f4) {reg5}\n            [1f4,23e) {entry_value(1) {reg5}, stack_value}\n            [23e,246) {reg5}\n      GNU_locviews (sec_offset)\n    [2f63] formal_parameter \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,3f) {reg4}\n            [3f,8d) {reg2}\n            [8d,97) {entry_value(1) {reg4}, stack_value}\n            [97,b3) {reg2}\n            [b3,104) {fbreg(-24)}\n            [104,184) {reg4}\n            [184,1f8) {reg2}\n            [1f8,23e) {fbreg(-24)}\n            [23e,246) {reg2}\n      GNU_locviews (sec_offset)\n    [2f76] formal_parameter \"state\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,19) {reg1}\n            [19,2e) {entry_value(1) {reg1}, stack_value}\n            [2e,5b) {reg1}\n            [5b,97) {entry_value(1) {reg1}, stack_value}\n            [97,b3) {reg1}\n            [b3,184) {entry_value(1) {reg1}, stack_value}\n            [184,192) {reg1}\n            [192,246) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [2f89] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data1)\n      call_column (implicit_const)\n      sibling (ref4)\n      [2fad] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1f9,20f) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2fba] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1f9,20f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2fc7] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1f9,20a) {reg0}\n              [20a,20e) {reg1}\n        GNU_locviews (sec_offset)\n      [2fd4] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2fe1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [2fe6] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2feb] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-24), deref}\n    [2ff4] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data1)\n      call_column (implicit_const)\n      sibling (ref4)\n      [3018] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,23e) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [3025] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,23e) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [3032] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,239) {reg0}\n              [239,23d) {reg1}\n        GNU_locviews (sec_offset)\n      [303f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [304c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [3051] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [3056] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-24), deref}\n    [305f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3070] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n      [3077] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12e0)}\n    [3085] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3096] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n      [309d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12e4)}\n    [30ab] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [30bc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n      [30c3] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12ed)}\n    [30d1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [30e2] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [30ef] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x130e)}\n      [30fc] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [3102] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [310f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [311c] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12f2)}\n      [3129] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n  [3130] subprogram \"main\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [3152] formal_parameter \"argc\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [1900,1913) {reg5}\n            [1913,19e6) {reg6}\n            [19e6,1a05) {entry_value(1) {reg5}, stack_value}\n            [1a05,1a37) {reg6}\n            [1a37,1a8f) {entry_value(1) {reg5}, stack_value}\n            [1a8f,1aa2) {reg6}\n            [1aa2,1aa7) {entry_value(1) {reg5}, stack_value}\n      GNU_locviews (sec_offset)\n    [3165] formal_parameter \"argv\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [1900,1929) {reg4}\n            [1929,19e6) {reg12}\n            [19e6,1a05) {entry_value(1) {reg4}, stack_value}\n            [1a05,1a3b) {reg12}\n            [1a3b,1a8f) {entry_value(1) {reg4}, stack_value}\n            [1a8f,1aa2) {reg12}\n            [1aa2,1aa7) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [3178] variable \"remaining\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-44)}\n    [3186] variable \"result\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [1924,19b1) {lit0, stack_value}\n            [19b1,1a01) {reg3}\n            [1a01,1a05) {reg0}\n            [1a05,1a8f) {reg3}\n            [1a8f,1aa2) {lit0, stack_value}\n            [1aa2,1aa7) {reg3}\n      GNU_locviews (sec_offset)\n    [319a] inlined_subroutine \"show_bsd_totals\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (data1)\n      call_line (data1)\n      call_column (data1)\n      sibling (ref4)\n      [31b4] variable \"ddigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a37,1a86) {reg6}\n        GNU_locviews (sec_offset)\n      [31c1] variable \"xdigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a3b,1a67) {reg12}\n              [1a67,1a86) {breg12(2), stack_value}\n        GNU_locviews (sec_offset)\n      [31ce] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [31e8] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1a5d,1a86) {addr(0x14e7), stack_value}\n          GNU_locviews (sec_offset)\n        [31f5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [3202] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [3207] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x14e7)}\n          [3214] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg6(-2)}\n          [321a] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {breg6(-2)}\n      [3222] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [322f] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [323c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x14dd)}\n        [3249] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [3250] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3261] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [3267] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3278] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [327e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [328f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [3295] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [32a6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit6}\n      [32ab] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14c4)}\n    [32b9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [32ca] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [32d7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14c5)}\n    [32e5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [32f6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n    [3304] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3315] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1ac0)}\n      [3322] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n      [3328] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg12(0)}\n      [332e] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {breg3(0)}\n      [3334] call_site_parameter\n        location (exprloc) {reg8}\n        call_value (exprloc) {fbreg(-44)}\n      [333a] call_site_parameter\n        location (exprloc) {reg9}\n        call_value (exprloc) {breg3(0)}\n    [3341] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3352] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit1}\n    [3358] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [3365] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3376] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x14d7)}\n    [3384] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [3392] subprogram \"error\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [339f] formal_parameter \"__status\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33ab] formal_parameter \"__errnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33b7] formal_parameter \"__format\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33c3] unspecified_parameters\n  [33c5] subprogram \"mempcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [33d4] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33e0] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33ec] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [33f9] subprogram \"memcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [3408] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3414] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3420] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [342d] subprogram \"open\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [343c] formal_parameter \"__path\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3448] formal_parameter \"__oflag\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3454] unspecified_parameters\n  [3456] subprogram \"printf\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [3465] formal_parameter \"__fmt\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3471] unspecified_parameters\n  [3473] subprogram \"__builtin_mempcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [347c] subprogram \"__builtin_memcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [3485] subprogram \"__builtin_fputc\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [348e] subprogram \"__builtin_fwrite\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [3497] subprogram \"__stack_chk_fail\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\nmodule 'strip.o'\n[c] CU '../../elfutils-0.193/src/strip.c'@0\n  producer (strp)\n  language (data1)\n  language_name (data1)\n  language_version (data4)\n  name (line_strp)\n  comp_dir (line_strp)\n  ranges (sec_offset)\n  low_pc (addr)\n  stmt_list (sec_offset)\n  [2f] base_type \"long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [36] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3b] restrict_type\n    type (ref4)\n  [40] base_type \"char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [47] const_type\n    type (ref4)\n  [4c] base_type \"short unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [53] base_type \"int\"\n    byte_size (data1)\n    encoding (data1)\n    name (string)\n  [5a] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5f] const_type\n    type (ref4)\n  [64] restrict_type\n    type (ref4)\n  [69] typedef \"size_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [75] const_type\n    type (ref4)\n  [7a] base_type \"unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [81] const_type\n    type (ref4)\n  [86] pointer_type\n    byte_size (data1)\n  [88] restrict_type\n    type (ref4)\n  [8d] base_type \"unsigned char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [94] base_type \"signed char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [9b] typedef \"__uint8_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [a7] base_type \"short int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [ae] typedef \"__uint16_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ba] typedef \"__int32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c6] typedef \"__uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d2] typedef \"__int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [de] base_type \"long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e5] typedef \"__uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [f1] typedef \"__dev_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [fd] typedef \"__uid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [109] typedef \"__gid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [115] typedef \"__ino_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [121] typedef \"__mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [12d] typedef \"__nlink_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [139] typedef \"__off_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [145] typedef \"__off64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [151] typedef \"__time_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [15d] typedef \"__blksize_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [169] typedef \"__blkcnt_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [175] typedef \"__ssize_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [181] typedef \"__syscall_slong_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [18d] structure_type \"_IO_FILE\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [199] member \"_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [1a6] member \"_IO_read_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [1b3] member \"_IO_read_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [1c0] member \"_IO_read_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [1cd] member \"_IO_write_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [1da] member \"_IO_write_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [1e7] member \"_IO_write_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [1f4] member \"_IO_buf_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [201] member \"_IO_buf_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [20e] member \"_IO_save_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [21b] member \"_IO_backup_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [228] member \"_IO_save_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n    [235] member \"_markers\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(96)}\n    [242] member \"_chain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(104)}\n    [24f] member \"_fileno\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(112)}\n    [25c] member \"_flags2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      bit_size (data1)\n      data_bit_offset (data2)\n    [26b] member \"_short_backupbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(119)}\n    [278] member \"_old_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(120)}\n    [285] member \"_cur_column\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(128)}\n    [292] member \"_vtable_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(130)}\n    [29f] member \"_shortbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(131)}\n    [2ac] member \"_lock\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(136)}\n    [2b9] member \"_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(144)}\n    [2c6] member \"_codecvt\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(152)}\n    [2d3] member \"_wide_data\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(160)}\n    [2e0] member \"_freeres_list\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(168)}\n    [2ed] member \"_freeres_buf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(176)}\n    [2fa] member \"_prevchain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(184)}\n    [307] member \"_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(192)}\n    [314] member \"_unused2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(196)}\n  [322] typedef \"FILE\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [32e] typedef \"_IO_lock_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n  [336] structure_type \"_IO_marker\"\n    name (strp)\n    declaration (flag_present)\n  [33b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [340] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [345] array_type\n    type (ref4)\n    sibling (ref4)\n    [34e] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [355] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [35a] structure_type \"_IO_codecvt\"\n    name (strp)\n    declaration (flag_present)\n  [35f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [364] structure_type \"_IO_wide_data\"\n    name (strp)\n    declaration (flag_present)\n  [369] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [36e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [373] array_type\n    type (ref4)\n    sibling (ref4)\n    [37c] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [383] typedef \"off_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [38f] typedef \"ssize_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [39b] variable \"stdin\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [3a5] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3aa] variable \"stdout\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [3b4] variable \"stderr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [3be] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3c3] restrict_type\n    type (ref4)\n  [3c8] typedef \"error_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [3d4] structure_type \"argp_option\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [3e0] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [3ed] member \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [3f9] member \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [405] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [412] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [41e] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n  [42c] const_type\n    type (ref4)\n  [431] typedef \"argp_parser_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [43d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [442] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [44b] formal_parameter\n      type (ref4)\n    [450] formal_parameter\n      type (ref4)\n    [455] formal_parameter\n      type (ref4)\n  [45b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [460] structure_type \"argp_state\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    sibling (ref4)\n    [46e] member \"root_argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [47c] member \"argc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [48a] member \"argv\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [498] member \"next\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [4a6] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(28)}\n    [4b4] member \"arg_num\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [4c2] member \"quoted\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(36)}\n    [4d0] member \"input\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [4de] member \"child_inputs\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [4ec] member \"hook\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [4fa] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [508] member \"err_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [516] member \"out_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [524] member \"pstate\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n  [533] const_type\n    type (ref4)\n  [538] structure_type \"argp\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [544] member \"options\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [551] member \"parser\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [55e] member \"args_doc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [56b] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [577] member \"children\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [584] member \"help_filter\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [591] member \"argp_domain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [59f] const_type\n    type (ref4)\n  [5a4] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5a9] structure_type \"argp_child\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [5b5] member \"argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [5c2] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [5cf] member \"header\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [5dd] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n  [5ec] const_type\n    type (ref4)\n  [5f1] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5f6] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [5ff] formal_parameter\n      type (ref4)\n    [604] formal_parameter\n      type (ref4)\n    [609] formal_parameter\n      type (ref4)\n  [60f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [614] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [619] restrict_type\n    type (ref4)\n  [61e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [623] restrict_type\n    type (ref4)\n  [628] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [62d] typedef \"mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [639] structure_type \"timespec\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [645] member \"tv_sec\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [652] member \"tv_nsec\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n  [660] const_type\n    type (ref4)\n  [665] structure_type \"stat\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [671] member \"st_dev\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [67e] member \"st_ino\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [68b] member \"st_nlink\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [698] member \"st_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [6a5] member \"st_uid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(28)}\n    [6b2] member \"st_gid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [6bf] member \"__pad0\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(36)}\n    [6cc] member \"st_rdev\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [6d9] member \"st_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [6e6] member \"st_blksize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [6f3] member \"st_blocks\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [700] member \"st_atim\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [70d] member \"st_mtim\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n    [71a] member \"st_ctim\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(104)}\n    [727] member \"__glibc_reserved\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(120)}\n  [735] array_type\n    type (ref4)\n    sibling (ref4)\n    [73e] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [745] typedef \"int32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [751] typedef \"int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [75d] typedef \"uint8_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [769] typedef \"uint16_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [775] typedef \"uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [781] typedef \"uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [78d] base_type \"long long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [794] base_type \"long long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [79b] typedef \"Elf32_Half\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7a7] const_type\n    type (ref4)\n  [7ac] typedef \"Elf64_Half\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7b8] const_type\n    type (ref4)\n  [7bd] typedef \"Elf32_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7c9] const_type\n    type (ref4)\n  [7ce] typedef \"Elf64_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7da] typedef \"Elf64_Sword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7e6] typedef \"Elf64_Xword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7f2] typedef \"Elf64_Sxword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7fe] typedef \"Elf64_Addr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [80a] typedef \"Elf32_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [816] const_type\n    type (ref4)\n  [81b] typedef \"Elf64_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [827] const_type\n    type (ref4)\n  [82c] typedef \"Elf64_Section\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [838] array_type\n    type (ref4)\n    sibling (ref4)\n    [841] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [848] structure_type\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [850] member \"e_ident\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [85d] member \"e_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [86a] member \"e_machine\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(18)}\n    [877] member \"e_version\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(20)}\n    [884] member \"e_entry\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [891] member \"e_phoff\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [89e] member \"e_shoff\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [8ab] member \"e_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [8b8] member \"e_ehsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(52)}\n    [8c5] member \"e_phentsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(54)}\n    [8d2] member \"e_phnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [8df] member \"e_shentsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(58)}\n    [8ec] member \"e_shnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(60)}\n    [8f9] member \"e_shstrndx\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(62)}\n  [907] typedef \"Elf64_Ehdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [913] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [91b] member \"sh_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [929] member \"sh_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [937] member \"sh_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [945] member \"sh_addr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [953] member \"sh_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [961] member \"sh_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [96f] member \"sh_link\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [97d] member \"sh_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(44)}\n    [98b] member \"sh_addralign\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [999] member \"sh_entsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n  [9a8] typedef \"Elf64_Shdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [9b3] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [9bb] member \"ch_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [9c9] member \"ch_reserved\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [9d7] member \"ch_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [9e5] member \"ch_addralign\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n  [9f4] typedef \"Elf64_Chdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [9ff] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a07] member \"st_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [a15] member \"st_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [a23] member \"st_other\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(5)}\n    [a31] member \"st_shndx\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(6)}\n    [a3f] member \"st_value\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [a4d] member \"st_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n  [a5c] typedef \"Elf64_Sym\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [a67] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a6f] member \"r_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [a7d] member \"r_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n  [a8c] typedef \"Elf64_Rel\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [a97] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a9f] member \"r_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [aad] member \"r_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [abb] member \"r_addend\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n  [aca] typedef \"Elf64_Rela\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [ad5] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [add] member \"p_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [aeb] member \"p_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [af9] member \"p_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [b07] member \"p_vaddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [b15] member \"p_paddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [b23] member \"p_filesz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [b31] member \"p_memsz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [b3f] member \"p_align\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [b4e] typedef \"Elf64_Phdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [b59] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [b64] enumerator \"ELF_T_BYTE\"\n      name (strp)\n      const_value (data1)\n    [b6a] enumerator \"ELF_T_ADDR\"\n      name (strp)\n      const_value (data1)\n    [b70] enumerator \"ELF_T_DYN\"\n      name (strp)\n      const_value (data1)\n    [b76] enumerator \"ELF_T_EHDR\"\n      name (strp)\n      const_value (data1)\n    [b7c] enumerator \"ELF_T_HALF\"\n      name (strp)\n      const_value (data1)\n    [b82] enumerator \"ELF_T_OFF\"\n      name (strp)\n      const_value (data1)\n    [b88] enumerator \"ELF_T_PHDR\"\n      name (strp)\n      const_value (data1)\n    [b8e] enumerator \"ELF_T_RELA\"\n      name (strp)\n      const_value (data1)\n    [b94] enumerator \"ELF_T_REL\"\n      name (strp)\n      const_value (data1)\n    [b9a] enumerator \"ELF_T_SHDR\"\n      name (strp)\n      const_value (data1)\n    [ba0] enumerator \"ELF_T_SWORD\"\n      name (strp)\n      const_value (data1)\n    [ba6] enumerator \"ELF_T_SYM\"\n      name (strp)\n      const_value (data1)\n    [bac] enumerator \"ELF_T_WORD\"\n      name (strp)\n      const_value (data1)\n    [bb2] enumerator \"ELF_T_XWORD\"\n      name (strp)\n      const_value (data1)\n    [bb8] enumerator \"ELF_T_SXWORD\"\n      name (strp)\n      const_value (data1)\n    [bbe] enumerator \"ELF_T_VDEF\"\n      name (strp)\n      const_value (data1)\n    [bc4] enumerator \"ELF_T_VDAUX\"\n      name (strp)\n      const_value (data1)\n    [bca] enumerator \"ELF_T_VNEED\"\n      name (strp)\n      const_value (data1)\n    [bd0] enumerator \"ELF_T_VNAUX\"\n      name (strp)\n      const_value (data1)\n    [bd6] enumerator \"ELF_T_NHDR\"\n      name (strp)\n      const_value (data1)\n    [bdc] enumerator \"ELF_T_SYMINFO\"\n      name (strp)\n      const_value (data1)\n    [be2] enumerator \"ELF_T_MOVE\"\n      name (strp)\n      const_value (data1)\n    [be8] enumerator \"ELF_T_LIB\"\n      name (strp)\n      const_value (data1)\n    [bee] enumerator \"ELF_T_GNUHASH\"\n      name (strp)\n      const_value (data1)\n    [bf4] enumerator \"ELF_T_AUXV\"\n      name (strp)\n      const_value (data1)\n    [bfa] enumerator \"ELF_T_CHDR\"\n      name (strp)\n      const_value (data1)\n    [c00] enumerator \"ELF_T_NHDR8\"\n      name (strp)\n      const_value (data1)\n    [c06] enumerator \"ELF_T_RELR\"\n      name (strp)\n      const_value (data1)\n    [c0c] enumerator \"ELF_T_NUM\"\n      name (strp)\n      const_value (data1)\n  [c13] typedef \"Elf_Type\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c1f] structure_type\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [c27] member \"d_buf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [c34] member \"d_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [c41] member \"d_version\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(12)}\n    [c4e] member \"d_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [c5b] member \"d_off\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [c68] member \"d_align\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n  [c76] typedef \"Elf_Data\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c82] const_type\n    type (ref4)\n  [c87] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [c92] enumerator \"ELF_C_NULL\"\n      name (strp)\n      const_value (data1)\n    [c98] enumerator \"ELF_C_READ\"\n      name (strp)\n      const_value (data1)\n    [c9e] enumerator \"ELF_C_RDWR\"\n      name (strp)\n      const_value (data1)\n    [ca4] enumerator \"ELF_C_WRITE\"\n      name (strp)\n      const_value (data1)\n    [caa] enumerator \"ELF_C_CLR\"\n      name (strp)\n      const_value (data1)\n    [cb0] enumerator \"ELF_C_SET\"\n      name (strp)\n      const_value (data1)\n    [cb6] enumerator \"ELF_C_FDDONE\"\n      name (strp)\n      const_value (data1)\n    [cbc] enumerator \"ELF_C_FDREAD\"\n      name (strp)\n      const_value (data1)\n    [cc2] enumerator \"ELF_C_READ_MMAP\"\n      name (strp)\n      const_value (data1)\n    [cc8] enumerator \"ELF_C_RDWR_MMAP\"\n      name (strp)\n      const_value (data1)\n    [cce] enumerator \"ELF_C_WRITE_MMAP\"\n      name (strp)\n      const_value (data1)\n    [cd4] enumerator \"ELF_C_READ_MMAP_PRIVATE\"\n      name (strp)\n      const_value (data1)\n    [cda] enumerator \"ELF_C_EMPTY\"\n      name (strp)\n      const_value (data1)\n    [ce0] enumerator \"ELF_C_NUM\"\n      name (strp)\n      const_value (data1)\n  [ce7] typedef \"Elf_Cmd\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [cf3] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [cfe] enumerator \"ELF_F_DIRTY\"\n      name (strp)\n      const_value (data1)\n    [d04] enumerator \"ELF_F_LAYOUT\"\n      name (strp)\n      const_value (data1)\n    [d0a] enumerator \"ELF_F_PERMISSIVE\"\n      name (strp)\n      const_value (data1)\n  [d11] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [d1c] enumerator \"ELF_CHF_FORCE\"\n      name (strp)\n      const_value (data1)\n  [d23] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [d2e] enumerator \"ELF_K_NONE\"\n      name (strp)\n      const_value (data1)\n    [d34] enumerator \"ELF_K_AR\"\n      name (strp)\n      const_value (data1)\n    [d3a] enumerator \"ELF_K_COFF\"\n      name (strp)\n      const_value (data1)\n    [d40] enumerator \"ELF_K_ELF\"\n      name (strp)\n      const_value (data1)\n    [d46] enumerator \"ELF_K_NUM\"\n      name (strp)\n      const_value (data1)\n  [d4d] typedef \"Elf_Kind\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d59] typedef \"Elf\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n  [d64] structure_type \"Elf\"\n    name (string)\n    declaration (flag_present)\n  [d69] typedef \"Elf_Scn\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d75] structure_type \"Elf_Scn\"\n    name (strp)\n    declaration (flag_present)\n  [d7a] typedef \"GElf_Half\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d86] typedef \"GElf_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d92] typedef \"GElf_Sword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d9e] typedef \"GElf_Xword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [daa] typedef \"GElf_Sxword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [db6] const_type\n    type (ref4)\n  [dbb] typedef \"GElf_Addr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [dc7] typedef \"GElf_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [dd3] typedef \"GElf_Ehdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ddf] typedef \"GElf_Shdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [deb] const_type\n    type (ref4)\n  [df0] typedef \"GElf_Section\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [dfc] typedef \"GElf_Sym\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e08] const_type\n    type (ref4)\n  [e0d] typedef \"GElf_Rel\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e19] typedef \"GElf_Rela\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e25] typedef \"GElf_Phdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e31] typedef \"GElf_Chdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e3d] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [e48] enumerator \"FSETLOCKING_QUERY\"\n      name (strp)\n      const_value (data1)\n    [e4e] enumerator \"FSETLOCKING_INTERNAL\"\n      name (strp)\n      const_value (data1)\n    [e54] enumerator \"FSETLOCKING_BYCALLER\"\n      name (strp)\n      const_value (data1)\n  [e5b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [e60] restrict_type\n    type (ref4)\n  [e65] const_type\n  [e66] base_type \"__int128\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e6d] base_type \"__int128 unsigned\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e74] base_type \"long double\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e7b] typedef \"Ebl\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n  [e86] structure_type \"ebl\"\n    name (string)\n    declaration (flag_present)\n  [e8b] base_type \"_Bool\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e92] const_type\n    type (ref4)\n  [e97] typedef \"Dwelf_Strtab\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ea3] structure_type \"Dwelf_Strtab\"\n    name (strp)\n    declaration (flag_present)\n  [ea8] typedef \"Dwelf_Strent\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [eb4] structure_type \"Dwelf_Strent\"\n    name (strp)\n    declaration (flag_present)\n  [eb9] subroutine_type\n    prototyped (flag_present)\n    sibling (ref4)\n    [ebe] formal_parameter\n      type (ref4)\n    [ec3] formal_parameter\n      type (ref4)\n  [ec9] variable \"apvh\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [ed8] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [edd] const_type\n    type (ref4)\n  [ee2] variable \"apba__\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [ef1] typedef \"GElf_Byte\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [efd] variable \"apvh\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x72a8)}\n  [f0d] variable \"apba__\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x72a0)}\n  [f1d] array_type\n    type (ref4)\n    sibling (ref4)\n    [f26] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [f2d] const_type\n    type (ref4)\n  [f32] variable \"options\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6f40)}\n  [f47] array_type\n    type (ref4)\n    sibling (ref4)\n    [f50] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [f57] const_type\n    type (ref4)\n  [f5c] variable \"doc\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6c60)}\n  [f72] array_type\n    type (ref4)\n    sibling (ref4)\n    [f7b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [f82] const_type\n    type (ref4)\n  [f87] variable \"args_doc\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6c50)}\n  [f9c] variable \"argp\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6f00)}\n  [fb1] variable \"debug_fd\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5dd8)}\n  [fc6] variable \"tmp_debug_fname\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5e10)}\n  [fdb] variable \"output_fname\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5e08)}\n  [ff0] variable \"debug_fname\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5e00)}\n  [1005] variable \"debug_fname_embed\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df8)}\n  [101a] variable \"preserve_dates\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df6)}\n  [102f] variable \"remove_comment\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df5)}\n  [1044] variable \"remove_debug\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df4)}\n  [1059] variable \"remove_shdrs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df3)}\n  [106e] variable \"permissive\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df2)}\n  [1083] variable \"reloc_debug\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df1)}\n  [1098] variable \"reloc_debug_only\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df0)}\n  [10ad] structure_type \"section_pattern\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [10b9] member \"pattern\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [10c6] member \"next\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n  [10d4] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [10d9] variable \"keep_secs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5de8)}\n  [10ee] variable \"remove_secs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5de0)}\n  [1103] subprogram \"pwrite\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1114] formal_parameter\n      type (ref4)\n    [1119] formal_parameter\n      type (ref4)\n    [111e] formal_parameter\n      type (ref4)\n    [1123] formal_parameter\n      type (ref4)\n  [1129] subprogram \"abort\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n  [1132] subprogram \"__assert_fail\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [113e] formal_parameter\n      type (ref4)\n    [1143] formal_parameter\n      type (ref4)\n    [1148] formal_parameter\n      type (ref4)\n    [114d] formal_parameter\n      type (ref4)\n  [1153] subprogram \"gelf_xlatetom\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1163] formal_parameter\n      type (ref4)\n    [1168] formal_parameter\n      type (ref4)\n    [116d] formal_parameter\n      type (ref4)\n    [1172] formal_parameter\n      type (ref4)\n  [1178] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [117d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1182] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1187] subprogram \"strncmp\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1197] formal_parameter\n      type (ref4)\n    [119c] formal_parameter\n      type (ref4)\n    [11a1] formal_parameter\n      type (ref4)\n  [11a7] subprogram \"ebl_reloc_simple_type\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [11b7] formal_parameter\n      type (ref4)\n    [11bc] formal_parameter\n      type (ref4)\n    [11c1] formal_parameter\n      type (ref4)\n  [11c7] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [11cc] subprogram \"elf_compress\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [11dd] formal_parameter\n      type (ref4)\n    [11e2] formal_parameter\n      type (ref4)\n    [11e7] formal_parameter\n      type (ref4)\n  [11ed] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [11f2] subprogram \"gelf_getchdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1202] formal_parameter\n      type (ref4)\n    [1207] formal_parameter\n      type (ref4)\n  [120d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1212] subprogram \"elf_compress_gnu\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1223] formal_parameter\n      type (ref4)\n    [1228] formal_parameter\n      type (ref4)\n    [122d] formal_parameter\n      type (ref4)\n  [1233] subprogram \"ebl_debugscn_p\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1243] formal_parameter\n      type (ref4)\n    [1248] formal_parameter\n      type (ref4)\n  [124e] subprogram \"strrchr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [125f] formal_parameter\n      type (ref4)\n    [1264] formal_parameter\n      type (ref4)\n  [126a] subprogram \"futimens\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [127b] formal_parameter\n      type (ref4)\n    [1280] formal_parameter\n      type (ref4)\n  [1286] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [128b] subprogram \"ebl_closebackend\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1297] formal_parameter\n      type (ref4)\n  [129d] subprogram \"dwelf_strtab_free\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [12a9] formal_parameter\n      type (ref4)\n  [12af] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [12b4] subprogram \"ftruncate\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [12c5] formal_parameter\n      type (ref4)\n    [12ca] formal_parameter\n      type (ref4)\n  [12d0] subprogram \"elf_cntl\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [12e1] formal_parameter\n      type (ref4)\n    [12e6] formal_parameter\n      type (ref4)\n  [12ec] subprogram \"gelf_xlatetof\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [12fc] formal_parameter\n      type (ref4)\n    [1301] formal_parameter\n      type (ref4)\n    [1306] formal_parameter\n      type (ref4)\n    [130b] formal_parameter\n      type (ref4)\n  [1311] subprogram \"unlink\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1322] formal_parameter\n      type (ref4)\n  [1328] subprogram \"crc32_file\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1338] formal_parameter\n      type (ref4)\n    [133d] formal_parameter\n      type (ref4)\n  [1343] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1348] subprogram \"fchmod\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1359] formal_parameter\n      type (ref4)\n    [135e] formal_parameter\n      type (ref4)\n  [1364] subprogram \"rename\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1374] formal_parameter\n      type (ref4)\n    [1379] formal_parameter\n      type (ref4)\n  [137f] subprogram \"elf_update\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1390] formal_parameter\n      type (ref4)\n    [1395] formal_parameter\n      type (ref4)\n  [139b] subprogram \"elf_flagelf\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [13ac] formal_parameter\n      type (ref4)\n    [13b1] formal_parameter\n      type (ref4)\n    [13b6] formal_parameter\n      type (ref4)\n  [13bc] subprogram \"elf_hash\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [13cd] formal_parameter\n      type (ref4)\n  [13d3] subprogram \"gelf_getsym\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [13e3] formal_parameter\n      type (ref4)\n    [13e8] formal_parameter\n      type (ref4)\n    [13ed] formal_parameter\n      type (ref4)\n  [13f3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [13f8] subprogram \"gelf_update_rela\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1408] formal_parameter\n      type (ref4)\n    [140d] formal_parameter\n      type (ref4)\n    [1412] formal_parameter\n      type (ref4)\n  [1418] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [141d] subprogram \"gelf_getrela\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [142d] formal_parameter\n      type (ref4)\n    [1432] formal_parameter\n      type (ref4)\n    [1437] formal_parameter\n      type (ref4)\n  [143d] subprogram \"gelf_update_rel\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [144d] formal_parameter\n      type (ref4)\n    [1452] formal_parameter\n      type (ref4)\n    [1457] formal_parameter\n      type (ref4)\n  [145d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1462] subprogram \"gelf_getrel\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1472] formal_parameter\n      type (ref4)\n    [1477] formal_parameter\n      type (ref4)\n    [147c] formal_parameter\n      type (ref4)\n  [1482] subprogram \"free\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [148e] formal_parameter\n      type (ref4)\n  [1494] subprogram \"gelf_update_sym\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [14a4] formal_parameter\n      type (ref4)\n    [14a9] formal_parameter\n      type (ref4)\n    [14ae] formal_parameter\n      type (ref4)\n  [14b4] subprogram \"gelf_update_symshndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [14c4] formal_parameter\n      type (ref4)\n    [14c9] formal_parameter\n      type (ref4)\n    [14ce] formal_parameter\n      type (ref4)\n    [14d3] formal_parameter\n      type (ref4)\n    [14d8] formal_parameter\n      type (ref4)\n  [14de] subprogram \"dwelf_strent_off\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [14ee] formal_parameter\n      type (ref4)\n  [14f4] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [14f9] subprogram \"elf_getscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [150a] formal_parameter\n      type (ref4)\n    [150f] formal_parameter\n      type (ref4)\n  [1515] subprogram \"dwelf_strtab_finalize\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1525] formal_parameter\n      type (ref4)\n    [152a] formal_parameter\n      type (ref4)\n  [1530] subprogram \"dwelf_strtab_add_len\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1540] formal_parameter\n      type (ref4)\n    [1545] formal_parameter\n      type (ref4)\n    [154a] formal_parameter\n      type (ref4)\n  [1550] subprogram \"dwelf_strtab_add\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1560] formal_parameter\n      type (ref4)\n    [1565] formal_parameter\n      type (ref4)\n  [156b] subprogram \"dwelf_strtab_init\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [157b] formal_parameter\n      type (ref4)\n  [1581] subprogram \"gelf_update_ehdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1591] formal_parameter\n      type (ref4)\n    [1596] formal_parameter\n      type (ref4)\n  [159c] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [15a1] subprogram \"elf_newdata\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15b2] formal_parameter\n      type (ref4)\n  [15b8] subprogram \"gelf_update_shdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15c8] formal_parameter\n      type (ref4)\n    [15cd] formal_parameter\n      type (ref4)\n  [15d3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [15d8] subprogram \"elf_newscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15e9] formal_parameter\n      type (ref4)\n  [15ef] subprogram \"ebl_data_marker_symbol\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15ff] formal_parameter\n      type (ref4)\n    [1604] formal_parameter\n      type (ref4)\n    [1609] formal_parameter\n      type (ref4)\n  [160f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1614] subprogram \"gelf_getsymshndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1624] formal_parameter\n      type (ref4)\n    [1629] formal_parameter\n      type (ref4)\n    [162e] formal_parameter\n      type (ref4)\n    [1633] formal_parameter\n      type (ref4)\n    [1638] formal_parameter\n      type (ref4)\n  [163e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1643] subprogram \"gelf_fsize\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1653] formal_parameter\n      type (ref4)\n    [1658] formal_parameter\n      type (ref4)\n    [165d] formal_parameter\n      type (ref4)\n    [1662] formal_parameter\n      type (ref4)\n  [1668] subprogram \"ebl_section_strip_p\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1678] formal_parameter\n      type (ref4)\n    [167d] formal_parameter\n      type (ref4)\n    [1682] formal_parameter\n      type (ref4)\n    [1687] formal_parameter\n      type (ref4)\n    [168c] formal_parameter\n      type (ref4)\n  [1692] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1697] subprogram \"elf_nextscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [16a8] formal_parameter\n      type (ref4)\n    [16ad] formal_parameter\n      type (ref4)\n  [16b3] subprogram \"elf_getdata\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [16c4] formal_parameter\n      type (ref4)\n    [16c9] formal_parameter\n      type (ref4)\n  [16cf] subprogram \"elf_strptr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [16e0] formal_parameter\n      type (ref4)\n    [16e5] formal_parameter\n      type (ref4)\n    [16ea] formal_parameter\n      type (ref4)\n  [16f0] subprogram \"gelf_getshdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1700] formal_parameter\n      type (ref4)\n    [1705] formal_parameter\n      type (ref4)\n  [170b] subprogram \"elf_ndxscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [171c] formal_parameter\n      type (ref4)\n  [1722] subprogram \"xcalloc\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1732] formal_parameter\n      type (ref4)\n    [1737] formal_parameter\n      type (ref4)\n  [173d] subprogram \"elf_getshdrnum\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [174e] formal_parameter\n      type (ref4)\n    [1753] formal_parameter\n      type (ref4)\n  [1759] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [175e] subprogram \"gelf_update_phdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [176e] formal_parameter\n      type (ref4)\n    [1773] formal_parameter\n      type (ref4)\n    [1778] formal_parameter\n      type (ref4)\n  [177e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1783] subprogram \"gelf_getphdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1793] formal_parameter\n      type (ref4)\n    [1798] formal_parameter\n      type (ref4)\n    [179d] formal_parameter\n      type (ref4)\n  [17a3] subprogram \"gelf_newphdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17b3] formal_parameter\n      type (ref4)\n    [17b8] formal_parameter\n      type (ref4)\n  [17be] subprogram \"gelf_newehdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17ce] formal_parameter\n      type (ref4)\n    [17d3] formal_parameter\n      type (ref4)\n  [17d9] subprogram \"gelf_getclass\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17e9] formal_parameter\n      type (ref4)\n  [17ef] subprogram \"elf_clone\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17ff] formal_parameter\n      type (ref4)\n    [1804] formal_parameter\n      type (ref4)\n  [180a] subprogram \"elf_getphdrnum\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [181b] formal_parameter\n      type (ref4)\n    [1820] formal_parameter\n      type (ref4)\n  [1826] subprogram \"elf_getshdrstrndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1837] formal_parameter\n      type (ref4)\n    [183c] formal_parameter\n      type (ref4)\n  [1842] subprogram \"gelf_getehdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1852] formal_parameter\n      type (ref4)\n    [1857] formal_parameter\n      type (ref4)\n  [185d] subprogram \"mkstemp\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [186e] formal_parameter\n      type (ref4)\n  [1874] subprogram \"ebl_openbackend\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1884] formal_parameter\n      type (ref4)\n  [188a] subprogram \"strlen\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [189b] formal_parameter\n      type (ref4)\n  [18a1] subprogram \"__open_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [18b5] formal_parameter\n      type (ref4)\n    [18ba] formal_parameter\n      type (ref4)\n    [18bf] unspecified_parameters\n  [18c1] subprogram \"__open_2\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [18d1] formal_parameter\n      type (ref4)\n    [18d6] formal_parameter\n      type (ref4)\n  [18dc] subprogram \"__open_missing_mode\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [18e2] subprogram \"__open_too_many_args\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [18e8] subprogram \"elf_errmsg\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [18f9] formal_parameter\n      type (ref4)\n  [18ff] subprogram \"elf_end\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1910] formal_parameter\n      type (ref4)\n  [1916] subprogram \"elf_kind\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1927] formal_parameter\n      type (ref4)\n  [192d] subprogram \"elf_begin\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [193d] formal_parameter\n      type (ref4)\n    [1942] formal_parameter\n      type (ref4)\n    [1947] formal_parameter\n      type (ref4)\n  [194d] subprogram \"close\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [195e] formal_parameter\n      type (ref4)\n  [1964] subprogram \"fstat\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1974] formal_parameter\n      type (ref4)\n    [1979] formal_parameter\n      type (ref4)\n  [197f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1984] restrict_type\n    type (ref4)\n  [1989] subprogram \"__errno_location\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n  [1995] subprogram \"stat\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [19a5] formal_parameter\n      type (ref4)\n    [19aa] formal_parameter\n      type (ref4)\n  [19b0] subprogram \"__error_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [19c0] formal_parameter\n      type (ref4)\n    [19c5] formal_parameter\n      type (ref4)\n    [19ca] formal_parameter\n      type (ref4)\n    [19cf] unspecified_parameters\n  [19d1] subprogram \"__error_noreturn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [19e1] formal_parameter\n      type (ref4)\n    [19e6] formal_parameter\n      type (ref4)\n    [19eb] formal_parameter\n      type (ref4)\n    [19f0] unspecified_parameters\n  [19f2] subprogram \"xstrdup\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a02] formal_parameter\n      type (ref4)\n  [1a08] subprogram \"xmalloc\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a18] formal_parameter\n      type (ref4)\n  [1a1e] subprogram \"argp_error\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a2a] formal_parameter\n      type (ref4)\n    [1a2f] formal_parameter\n      type (ref4)\n    [1a34] unspecified_parameters\n  [1a36] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1a3b] restrict_type\n    type (ref4)\n  [1a40] subprogram \"fnmatch\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a50] formal_parameter\n      type (ref4)\n    [1a55] formal_parameter\n      type (ref4)\n    [1a5a] formal_parameter\n      type (ref4)\n  [1a60] subprogram \"elf_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a71] formal_parameter\n      type (ref4)\n  [1a77] subprogram \"exit\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a84] formal_parameter\n      type (ref4)\n  [1a8a] subprogram \"dcgettext\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a9a] formal_parameter\n      type (ref4)\n    [1a9f] formal_parameter\n      type (ref4)\n    [1aa4] formal_parameter\n      type (ref4)\n  [1aaa] subprogram \"argp_parse\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1abb] formal_parameter\n      type (ref4)\n    [1ac0] formal_parameter\n      type (ref4)\n    [1ac5] formal_parameter\n      type (ref4)\n    [1aca] formal_parameter\n      type (ref4)\n    [1acf] formal_parameter\n      type (ref4)\n    [1ad4] formal_parameter\n      type (ref4)\n  [1ada] subprogram \"textdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1aea] formal_parameter\n      type (ref4)\n  [1af0] subprogram \"bindtextdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b00] formal_parameter\n      type (ref4)\n    [1b05] formal_parameter\n      type (ref4)\n  [1b0b] subprogram \"setlocale\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b1b] formal_parameter\n      type (ref4)\n    [1b20] formal_parameter\n      type (ref4)\n  [1b26] subprogram \"__fsetlocking\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b36] formal_parameter\n      type (ref4)\n    [1b3b] formal_parameter\n      type (ref4)\n  [1b41] subprogram \"print_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b4d] formal_parameter\n      type (ref4)\n    [1b52] formal_parameter\n      type (ref4)\n  [1b58] subprogram \"cleanup_debug\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n  [1b62] subprogram \"handle_elf\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [1b71] formal_parameter \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1b7c] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1b88] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1b94] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1ba0] formal_parameter \"mode\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bac] formal_parameter \"tvp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bb8] variable \"prefix_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bc4] variable \"fname_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bd0] variable \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bdc] variable \"cp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1be7] variable \"debugelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bf3] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bff] variable \"shdridx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c0b] variable \"lastsec_offset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c17] variable \"lastsec_size\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c23] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c2f] structure_type \"shdr_info\"\n      name (strp)\n      byte_size (data1)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      sibling (ref4)\n      [1c3d] member \"scn\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(0)}\n      [1c4a] member \"shdr\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(8)}\n      [1c58] member \"data\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(72)}\n      [1c66] member \"debug_data\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(80)}\n      [1c74] member \"name\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(88)}\n      [1c82] member \"idx\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(96)}\n      [1c8f] member \"old_sh_link\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(100)}\n      [1c9d] member \"symtab_idx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(104)}\n      [1cab] member \"version_idx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(108)}\n      [1cb9] member \"group_idx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(112)}\n      [1cc7] member \"group_cnt\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(116)}\n      [1cd5] member \"newscn\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(120)}\n      [1ce3] member \"se\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(128)}\n      [1cef] member \"newsymidx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(136)}\n    [1cfe] variable \"shdr_info\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d0a] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d16] variable \"cnt\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d22] variable \"idx\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d2e] variable \"changes\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d3a] variable \"newehdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d46] variable \"newehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d52] variable \"debugehdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d5e] variable \"debugehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d6a] variable \"shst\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d76] variable \"debuglink_crc_data\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d82] variable \"any_symtab_changes\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d8e] variable \"shstrtab_data\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d9a] variable \"debuglink_buf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1da6] variable \"ebl\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1db2] label \"fail\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1db9] variable \"ehdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1dc5] variable \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1dd1] variable \"phnum\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1ddd] variable \"newelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1de9] label \"fail_close\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1df0] label \"done\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1df7] variable \"shnum\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e03] label \"illformed\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1e0a] variable \"seen_allocated\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e16] variable \"seen_unallocated\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e22] variable \"mixed_allocated_unallocated\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e2e] variable \"removing_sections\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e3a] variable \"lastoffset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e46] variable \"offsize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e52] variable \"__PRETTY_FUNCTION__\"\n      name (strp)\n      type (ref4)\n      artificial (flag_present)\n    [1e5b] lexical_block\n      sibling (ref4)\n      [1e60] variable \"debug_fname_len\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1e6d] lexical_block\n      sibling (ref4)\n      [1e72] variable \"phdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1e7e] variable \"phdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1e8b] lexical_block\n      sibling (ref4)\n      [1e90] variable \"phdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1e9c] variable \"phdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1ea9] lexical_block\n      sibling (ref4)\n      [1eae] variable \"grpref\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1eba] variable \"inner\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1ec7] lexical_block\n      sibling (ref4)\n      [1ecc] variable \"is_comdat\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1ed9] lexical_block\n      sibling (ref4)\n      [1ede] variable \"grpref\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1eea] lexical_block\n        [1eeb] variable \"in\"\n          name (string)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [1ef8] lexical_block\n      sibling (ref4)\n      [1efd] variable \"symdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f09] variable \"xndxdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f15] variable \"elsize\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f21] lexical_block\n        [1f22] variable \"inner\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1f2e] lexical_block\n          [1f2f] variable \"sym_mem\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [1f3b] variable \"xndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [1f47] variable \"sym\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [1f53] variable \"scnidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n    [1f62] lexical_block\n      sibling (ref4)\n      [1f67] variable \"shdr_indices\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f73] variable \"n\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f7d] lexical_block\n        [1f7e] variable \"j\"\n          name (string)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1f88] lexical_block\n          [1f89] variable \"i\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n    [1f96] lexical_block\n      sibling (ref4)\n      [1f9b] variable \"shdrstrndx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1fa7] lexical_block\n        [1fa8] variable \"discard_section\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1fb4] variable \"debugshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1fc0] variable \"debugdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [1fce] lexical_block\n      sibling (ref4)\n      [1fd3] variable \"debug_basename\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1fdf] variable \"crc_offset\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1fec] lexical_block\n      sibling (ref4)\n      [1ff1] variable \"newdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1ffd] variable \"sh_link\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2009] lexical_block\n        sibling (ref4)\n        [200e] variable \"grpref\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [201a] lexical_block\n          [201b] variable \"inner\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n      [2029] lexical_block\n        sibling (ref4)\n        [202e] variable \"versiondata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [203a] variable \"shndxdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2046] variable \"elsize\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2052] variable \"last_was_local\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [205e] variable \"destidx\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [206a] variable \"inner\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2076] lexical_block\n          [2077] variable \"sec\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2083] variable \"sym_mem\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [208f] variable \"xshndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [209b] variable \"sym\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [20a7] variable \"sidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [20b3] lexical_block\n            [20b4] variable \"nshndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [20c0] variable \"nxshndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n      [20cf] lexical_block\n        [20d0] variable \"filesz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [20de] lexical_block\n      sibling (ref4)\n      [20e3] variable \"filesz\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [20f0] lexical_block\n      sibling (ref4)\n      [20f5] variable \"info\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2101] variable \"symtabidx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [210d] variable \"newsymidx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2119] lexical_block\n        [211a] variable \"d\"\n          name (string)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2124] variable \"nrels\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2130] variable \"symsize\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [213c] variable \"symidxn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2148] variable \"symd\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2154] variable \"hashd\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2160] variable \"symz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [216c] variable \"syms\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2178] variable \"verd\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2184] variable \"verstab\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2190] variable \"elsize\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [219c] variable \"vers\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21a8] variable \"shdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21b4] variable \"shdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21c0] variable \"symsz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21cc] variable \"symn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21d8] lexical_block\n          sibling (ref4)\n          [21dd] variable \"relidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [21e9] lexical_block\n            [21ea] variable \"rel_mem\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [21f6] variable \"symidx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n        [2204] lexical_block\n          sibling (ref4)\n          [2209] variable \"relidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2215] lexical_block\n            [2216] variable \"rel_mem\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [2222] variable \"symidx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n        [2230] lexical_block\n          sibling (ref4)\n          [2235] variable \"bucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2241] variable \"strshndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [224d] variable \"elsize\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2259] variable \"nchain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2265] variable \"nbucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2271] variable \"used_buf\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [227d] variable \"chain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2289] variable \"n_size\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2295] lexical_block\n            [2296] variable \"inner\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [22a2] lexical_block\n              [22a3] variable \"sym_mem\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [22af] variable \"sym\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [22bb] variable \"name\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [22c7] variable \"hidx\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n        [22d6] lexical_block\n          sibling (ref4)\n          [22db] variable \"bucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [22e7] variable \"strshndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [22f3] variable \"elsize\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [22ff] variable \"nbucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [230b] variable \"nchain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2317] variable \"maxwords\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2323] variable \"chain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [232f] variable \"n_size\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [233b] lexical_block\n            [233c] variable \"inner\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [2348] lexical_block\n              [2349] variable \"sym_mem\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [2355] variable \"sym\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [2361] variable \"name\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [236d] variable \"hidx\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n        [237c] lexical_block\n          [237d] variable \"inner\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n    [238c] lexical_block\n      sibling (ref4)\n      [2391] variable \"debug_crc\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [239d] variable \"debug_crc_data\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [23aa] lexical_block\n      sibling (ref4)\n      [23af] variable \"zero_off\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [23bb] variable \"zero\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [23c8] lexical_block\n      [23c9] variable \"zero_off\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [23d5] variable \"zero\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [23e3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [23e8] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [23ed] array_type\n    type (ref4)\n    sibling (ref4)\n    [23f6] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [23fd] const_type\n    type (ref4)\n  [2402] array_type\n    type (ref4)\n    sibling (ref4)\n    [240b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2412] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2417] const_type\n    type (ref4)\n  [241c] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2421] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2426] array_type\n    type (ref4)\n    sibling (ref4)\n    [242f] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2436] array_type\n    type (ref4)\n    sibling (ref4)\n    [243f] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2446] subprogram \"update_section_size\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [2454] formal_parameter \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2460] formal_parameter \"newdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [246c] formal_parameter \"debugelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2478] formal_parameter \"cnt\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2484] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2490] variable \"shdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [249c] variable \"shdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [24a8] lexical_block\n      [24a9] variable \"debugdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [24b5] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [24c6] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n        [24cc] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n      [24d3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [24e0] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n  [24e8] subprogram \"handle_debug_relocs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [24f7] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2503] formal_parameter \"ebl\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [250f] formal_parameter \"new_elf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [251b] formal_parameter \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2527] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2533] formal_parameter \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [253f] formal_parameter \"last_offset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [254b] formal_parameter \"last_size\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2557] variable \"lastoffset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2563] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [256f] lexical_block\n      sibling (ref4)\n      [2574] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2580] variable \"new_scn\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [258c] variable \"data\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2598] lexical_block\n        sibling (ref4)\n        [259d] variable \"new_data\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [25aa] lexical_block\n        [25ab] variable \"filesz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [25b9] lexical_block\n      [25ba] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [25c6] lexical_block\n        [25c7] variable \"filesz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [25d6] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [25db] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [25e0] subprogram \"process_file\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2601] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5b20,5b48) {reg5}\n            [5b48,5cd9) {reg6}\n            [5cd9,5cde) {entry_value(1) {reg5}, stack_value}\n            [5cde,5dd7) {reg6}\n      GNU_locviews (sec_offset)\n    [2615] variable \"pre_st\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-352)}\n    [2625] variable \"tv\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-384)}\n    [2634] label \"again\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      low_pc (addr)\n    [2644] variable \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5b6d,5b81) {reg0}\n            [5b81,5bb8) {reg3}\n            [5bee,5cb6) {reg3}\n            [5cde,5ce4) {reg3}\n            [5d6b,5d77) {reg3}\n            [5db3,5dc1) {reg0}\n            [5dc6,5dd7) {reg3}\n      GNU_locviews (sec_offset)\n    [2657] variable \"st\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-208)}\n    [2666] variable \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5c14,5c18) {reg0}\n            [5c18,5cb6) {reg12}\n            [5cde,5cef) {reg12}\n            [5d6b,5d77) {reg12}\n            [5dc6,5dd7) {reg12}\n      GNU_locviews (sec_offset)\n    [267a] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5c53,5c55) {reg0}\n            [5ca3,5ca3) {lit1, stack_value}\n            [5ca3,5cb6) {reg13}\n            [5cde,5d6b) {reg13}\n      GNU_locviews (sec_offset)\n    [268e] inlined_subroutine \"open\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [26a8] formal_parameter \"__path\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5b48,5b6d) {reg6}\n        GNU_locviews (sec_offset)\n      [26b5] formal_parameter \"__oflag\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5b48,5b67) {addr(0x5e08), deref, lit0, eq, const1u(255), and, lit1, shl, stack_value}\n        GNU_locviews (sec_offset)\n      [26c2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [26cf] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n    [26d7] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [26fd] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5c92,5ca3) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [270a] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5c92,5ca3) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2717] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5c92,5c9e) {reg0}\n              [5c9e,5ca2) {reg1}\n        GNU_locviews (sec_offset)\n      [2724] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2731] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [2736] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [273b] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg6(0)}\n    [2743] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2769] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [2788] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [2799] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [27a0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [27b1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [27b8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [27c5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n    [27ce] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [27f4] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d45,5d6b) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2801] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d45,5d6b) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [280e] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d45,5d66) {reg0}\n              [5d66,5d6a) {reg1}\n        GNU_locviews (sec_offset)\n      [281b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2828] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [282d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2832] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg6(0)}\n        [2838] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {const2u(841)}\n        [283f] call_site_parameter\n          location (exprloc) {reg9}\n          call_value (exprloc) {addr(0x5e78)}\n    [284e] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2874] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d9d,5dae) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2881] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d9d,5da9) {breg0(0)}\n              [5da9,5dad) {reg4}\n        GNU_locviews (sec_offset)\n      [288e] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d9d,5dae) {reg3}\n        GNU_locviews (sec_offset)\n      [289b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [28a8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [28ad] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [28b3] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg6(0)}\n    [28bb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28cc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [28d2] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-208)}\n    [28da] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28eb] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [28f2] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2903] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n      [2909] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg12(0)}\n    [2910] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2921] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [2927] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [292d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [293e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg12(0)}\n    [2945] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2956] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [295c] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg12(0)}\n      [2962] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg6(0)}\n      [2968] call_site_parameter\n        call_parameter (ref4)\n        call_value (exprloc) {lit0}\n    [2970] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2981] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [298f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29a0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg12(0)}\n    [29a7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29b8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [29bf] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29d0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [29d7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29e8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [29f5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [2a02] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2a08] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2a19] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [2a27] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [2a34] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [2a42] array_type\n    type (ref4)\n    sibling (ref4)\n    [2a4b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2a52] subprogram \"remove_debug_relocations\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    ranges (sec_offset)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2a65] formal_parameter \"ebl\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg5}\n            [5dc,156f) {fbreg(-648)}\n            [6c83,6ce5) {fbreg(-648)}\n      GNU_locviews (sec_offset)\n    [2a79] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg4}\n            [5dc,156f) {entry_value(1) {reg4}, stack_value}\n            [6c83,6ce5) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [2a8d] formal_parameter \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg1}\n            [5dc,156f) {fbreg(-536)}\n            [6c83,6ce5) {fbreg(-536)}\n      GNU_locviews (sec_offset)\n    [2aa1] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg2}\n            [5dc,156f) {entry_value(1) {reg2}, stack_value}\n            [6c83,6ce5) {entry_value(1) {reg2}, stack_value}\n      GNU_locviews (sec_offset)\n    [2ab5] formal_parameter \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg8}\n            [5dc,156f) {fbreg(-560)}\n            [6c83,6ce5) {fbreg(-560)}\n      GNU_locviews (sec_offset)\n    [2ac9] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5dc,5f1) {reg6}\n            [5f1,603) {reg0}\n            [603,7dc) {reg6}\n            [9a7,9c1) {reg0}\n            [9c1,9d0) {reg6}\n            [bcb,be3) {reg6}\n            [e91,eb5) {reg6}\n            [eb5,f10) {fbreg(-664)}\n            [f72,fda) {reg6}\n            [fda,fed) {fbreg(-664)}\n            [124c,127d) {reg6}\n            [1291,12d7) {reg6}\n            [131c,13f4) {reg6}\n      GNU_locviews (sec_offset)\n    [2add] label \"relocate_failed\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      low_pc (addr)\n    [2aed] lexical_block\n      ranges (sec_offset)\n      sibling (ref4)\n      [2af6] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (exprloc) {fbreg(-400)}\n      [2b06] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [60a,60f) {reg0}\n              [60f,628) {reg2}\n              [628,73c) {fbreg(-664)}\n              [bcb,be3) {fbreg(-664)}\n              [f72,fda) {fbreg(-664)}\n              [124c,12d7) {fbreg(-664)}\n        GNU_locviews (sec_offset)\n      [2b1a] lexical_block\n        ranges (sec_offset)\n        sibling (ref4)\n        [2b23] variable \"tscn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [639,63d) {reg0}\n                [63d,9a7) {fbreg(-600)}\n                [9d9,131c) {fbreg(-600)}\n                [1321,156f) {fbreg(-600)}\n                [6c83,6ce5) {fbreg(-600)}\n          GNU_locviews (sec_offset)\n        [2b37] variable \"tshdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (exprloc) {fbreg(-336)}\n        [2b47] variable \"tshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [63e,66f) {reg0}\n          GNU_locviews (sec_offset)\n        [2b5b] variable \"tname\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [676,688) {reg0}\n                [688,70e) {reg3}\n                [bcb,be3) {reg3}\n                [f72,fb9) {reg3}\n                [124c,1271) {reg3}\n          GNU_locviews (sec_offset)\n        [2b6f] variable \"reldata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [6aa,6cd) {reg0}\n                [6cd,9a7) {fbreg(-672)}\n                [9d9,124c) {fbreg(-672)}\n                [124c,1259) {reg0}\n                [1259,131c) {fbreg(-672)}\n                [1321,156f) {fbreg(-672)}\n                [6c83,6ce5) {fbreg(-672)}\n          GNU_locviews (sec_offset)\n        [2b83] variable \"tchdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (exprloc) {fbreg(-496)}\n        [2b93] variable \"tcompress_type\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [6ba,70e) {lit0, stack_value}\n                [70e,730) {reg3}\n                [73c,9a7) {fbreg(-548)}\n                [9d9,bcb) {fbreg(-548)}\n                [bcb,be3) {lit0, stack_value}\n                [be3,f72) {fbreg(-548)}\n                [f72,fda) {lit0, stack_value}\n                [fda,106e) {fbreg(-548)}\n                [1082,124c) {fbreg(-548)}\n                [1291,12b6) {reg3}\n                [12d7,131c) {fbreg(-548)}\n                [1321,156f) {fbreg(-548)}\n                [6c83,6ce5) {fbreg(-548)}\n          GNU_locviews (sec_offset)\n        [2ba7] variable \"is_gnu_compressed\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [6ba,730) {lit0, stack_value}\n                [73c,9a7) {fbreg(-549)}\n                [9d9,bcb) {fbreg(-549)}\n                [bcb,be3) {lit0, stack_value}\n                [be3,f72) {fbreg(-549)}\n                [f72,f72) {lit0, stack_value}\n                [f72,fda) {lit1, stack_value}\n                [fda,106e) {fbreg(-549)}\n                [1082,124c) {fbreg(-549)}\n                [1291,12d7) {lit0, stack_value}\n                [12d7,131c) {fbreg(-549)}\n                [1321,156f) {fbreg(-549)}\n                [6c83,6ce5) {fbreg(-549)}\n          GNU_locviews (sec_offset)\n        [2bbb] variable \"tdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [749,77a) {reg0}\n                [77a,9a7) {fbreg(-576)}\n                [9d9,bcb) {fbreg(-576)}\n                [be3,f72) {fbreg(-576)}\n                [fda,106e) {fbreg(-576)}\n                [1082,124c) {fbreg(-576)}\n                [12d7,131c) {fbreg(-576)}\n                [1321,1331) {reg0}\n                [1331,156f) {fbreg(-576)}\n                [6c83,6ce5) {fbreg(-576)}\n          GNU_locviews (sec_offset)\n        [2bcf] variable \"symt\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [76b,77a) {breg2(40)}\n          GNU_locviews (sec_offset)\n        [2be3] variable \"symdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [7b3,7bb) {reg0}\n                [7bb,9a7) {fbreg(-608)}\n                [9d9,bcb) {fbreg(-608)}\n                [be3,f72) {fbreg(-608)}\n                [fda,106e) {fbreg(-608)}\n                [1082,124c) {fbreg(-608)}\n                [12d7,131c) {fbreg(-608)}\n                [13f4,156f) {fbreg(-608)}\n                [6c83,6ce5) {fbreg(-608)}\n          GNU_locviews (sec_offset)\n        [2bf7] variable \"xndxdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [7e5,9a7) {fbreg(-584)}\n                [9d9,bcb) {fbreg(-584)}\n                [be3,e91) {fbreg(-584)}\n                [f10,f72) {fbreg(-584)}\n                [fed,106e) {fbreg(-584)}\n                [1082,124c) {fbreg(-584)}\n                [12d7,131c) {fbreg(-584)}\n                [13f4,156f) {fbreg(-584)}\n                [6c83,6ce5) {fbreg(-584)}\n          GNU_locviews (sec_offset)\n        [2c0b] variable \"symscn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [789,78d) {reg0}\n                [78d,7dc) {reg3}\n                [e91,eb0) {reg3}\n                [136e,139a) {reg3}\n                [13b3,13e0) {reg3}\n          GNU_locviews (sec_offset)\n        [2c1f] variable \"symshdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (exprloc) {fbreg(-272)}\n        [2c2f] variable \"symshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [78e,7aa) {reg0}\n                [136e,137b) {reg0}\n                [13b3,13c0) {reg0}\n          GNU_locviews (sec_offset)\n        [2c43] variable \"nrels\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [802,81d) {breg0(0), convert{long unsigned int,unsigned,64@[2f]}, breg4(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n                [81d,825) {reg0}\n                [825,9a7) {fbreg(-656)}\n                [9d9,bcb) {fbreg(-656)}\n                [be3,c6c) {fbreg(-656)}\n                [d12,e91) {fbreg(-656)}\n                [fed,106e) {fbreg(-656)}\n                [1082,124c) {fbreg(-656)}\n                [147e,156f) {fbreg(-656)}\n                [6c83,6ce5) {fbreg(-656)}\n          GNU_locviews (sec_offset)\n        [2c57] variable \"next\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [802,85e) {lit0, stack_value}\n                [85e,9a7) {reg15}\n                [9d9,bcb) {reg15}\n                [be3,c5a) {reg15}\n                [c5a,c5f) {reg0}\n                [c5f,c6c) {fbreg(-632)}\n                [d12,d57) {reg15}\n                [d57,d5c) {breg14(-1), stack_value}\n                [d5c,e91) {reg15}\n                [fed,106e) {reg15}\n                [1082,124c) {reg15}\n                [147e,156f) {reg15}\n                [6c83,6ce5) {reg15}\n          GNU_locviews (sec_offset)\n        [2c6b] variable \"is_rela\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [802,85e) {breg2(4), deref_size(4), lit4, eq, stack_value}\n                [85e,9a7) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [9d9,bcb) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [be3,c6c) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [d12,e91) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [fed,106e) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [1082,124c) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [147e,156f) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [6c83,6ce5) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n          GNU_locviews (sec_offset)\n        [2c7f] variable \"ei_data\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2c8b] lexical_block\n          ranges (sec_offset)\n          sibling (ref4)\n          [2c94] variable \"relidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n            location (sec_offset)\n                  [802,85e) {lit0, stack_value}\n                  [85e,9a7) {reg14}\n                  [9d9,bcb) {reg14}\n                  [be3,c30) {reg14}\n                  [c30,c6c) {reg14}\n                  [d12,d54) {reg14}\n                  [d5c,e91) {reg14}\n                  [fed,106e) {reg14}\n                  [1082,124c) {reg14}\n                  [147e,156f) {reg14}\n                  [6c83,6ce5) {reg14}\n            GNU_locviews (sec_offset)\n          [2ca8] lexical_block\n            ranges (sec_offset)\n            [2cad] variable \"rtype\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [891,8c2) {reg4}\n                    [a6e,a83) {reg4}\n              GNU_locviews (sec_offset)\n            [2cc1] variable \"symndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [891,89e) {breg6(0), const1u(32), shr, stack_value}\n                    [89e,8a6) {reg6}\n                    [a6e,a77) {breg6(0), const1u(32), shr, stack_value}\n                    [a77,a83) {reg6}\n              GNU_locviews (sec_offset)\n            [2cd5] variable \"offset\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [889,8a6) {breg0(0)}\n                    [a66,a7a) {breg0(0)}\n                    [a7a,a83) {breg3(0)}\n              GNU_locviews (sec_offset)\n            [2ce9] variable \"addend\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [889,8a6) {lit0, stack_value}\n                    [a66,a7a) {breg0(16)}\n                    [a7a,a83) {breg3(16)}\n              GNU_locviews (sec_offset)\n            [2cfd] variable \"mem\"\n              name (string)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-464)}\n            [2d0d] variable \"rel_p\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [891,8a6) {reg0}\n                    [a6e,a7a) {reg0}\n                    [a7a,a83) {reg3}\n              GNU_locviews (sec_offset)\n            [2d21] variable \"addsub\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-512)}\n            [2d31] variable \"type\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [8c9,8ef) {reg0}\n                    [8ef,9a7) {reg12}\n                    [9d9,a0c) {reg12}\n                    [a23,a39) {reg12}\n                    [a83,bcb) {reg12}\n                    [be3,c3b) {reg12}\n                    [d12,e91) {reg12}\n                    [1082,10ba) {reg12}\n                    [1140,114e) {reg12}\n                    [11c6,11d4) {reg12}\n                    [147e,148d) {reg12}\n                    [148d,14cc) {fbreg(-592)}\n                    [14cc,14db) {reg12}\n                    [14db,151a) {fbreg(-592)}\n                    [151a,1529) {reg12}\n                    [156f,156f) {reg12}\n                    [6c83,6ce5) {reg12}\n              GNU_locviews (sec_offset)\n            [2d45] variable \"sym_mem\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-432)}\n            [2d55] variable \"xndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-508)}\n            [2d65] variable \"sym\"\n              name (string)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [8f6,915) {reg0}\n                    [915,9a7) {reg6}\n                    [a83,bcb) {reg6}\n                    [be3,c30) {reg6}\n                    [d12,d4c) {reg6}\n                    [d5c,e91) {reg6}\n                    [1082,10ba) {reg6}\n                    [11c6,11eb) {reg0}\n                    [147e,156f) {reg6}\n                    [6c83,6ce5) {reg6}\n              GNU_locviews (sec_offset)\n            [2d79] variable \"sec\"\n              name (string)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [2d85] variable \"dbg_scn\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [982,9a2) {reg0}\n              GNU_locviews (sec_offset)\n            [2d99] lexical_block\n              ranges (sec_offset)\n              sibling (ref4)\n              [2da2] variable \"r\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n                location (sec_offset)\n                      [a60,a7a) {reg0}\n                      [a7a,a83) {reg3}\n                      [10ba,10df) {reg0}\n                GNU_locviews (sec_offset)\n              [2db4] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2dce] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (implicit_const)\n                  call_column (implicit_const)\n                  [2ded] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2dfe] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2e05] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2e16] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2e1d] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    [2e2a] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg6(0)}\n              [2e33] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2e59] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1129,1140) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [2e66] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1129,1140) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [2e73] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1129,1140) {reg0}\n                  GNU_locviews (sec_offset)\n              [2e81] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [2e92] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-672), deref}\n                [2e9a] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-664), deref}\n              [2ea3] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [2eb4] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [2ebb] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [2ec8] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [2ed5] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [2ee2] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n            [2ee9] lexical_block\n              ranges (sec_offset)\n              sibling (ref4)\n              [2ef2] variable \"r\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n                location (sec_offset)\n                      [883,8a6) {reg0}\n                      [fed,1012) {reg0}\n                GNU_locviews (sec_offset)\n              [2f04] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2f1e] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (implicit_const)\n                  call_column (implicit_const)\n                  [2f3d] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2f4e] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2f55] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2f66] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2f6d] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    [2f7a] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg6(0)}\n              [2f83] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2fa9] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [105c,106e) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [2fb6] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [105c,106e) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [2fc3] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [105c,106e) {reg0}\n                  GNU_locviews (sec_offset)\n              [2fd1] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [2fe2] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-672), deref}\n                [2fea] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-664), deref}\n              [2ff3] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3004] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [300b] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [3018] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [3025] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [3032] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n            [3039] lexical_block\n              ranges (sec_offset)\n              sibling (ref4)\n              [3042] variable \"updated\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n                location (sec_offset)\n                      [a00,a0c) {reg0}\n                      [a2d,a39) {reg0}\n                      [1140,1165) {reg0}\n                GNU_locviews (sec_offset)\n              [3056] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [3070] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (implicit_const)\n                  call_column (implicit_const)\n                  [308f] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [30a0] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [30a7] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [30b8] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [30bf] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    [30cc] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg6(0)}\n              [30d5] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [30fb] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [11af,11c6) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [3108] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [11af,11c6) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [3115] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [11af,11c6) {reg0}\n                  GNU_locviews (sec_offset)\n              [3123] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3134] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-672), deref}\n                [313c] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg15(0)}\n                [3142] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {breg3(0)}\n              [3149] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n              [3156] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3167] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [316e] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [317b] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [3188] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [3195] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n            [319c] inlined_subroutine \"secndx_name\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              ranges (sec_offset)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [31b6] formal_parameter \"elf\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [909,915) {reg5}\n                      [915,978) {fbreg(-640)}\n                      [d3b,d4c) {fbreg(-640)}\n                GNU_locviews (sec_offset)\n              [31c3] formal_parameter \"ndx\"\n                abstract_origin (ref4)\n              [31c8] variable \"shstrndx\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-208)}\n              [31d1] variable \"mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-144)}\n              [31da] variable \"sec\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [916,92d) {reg0}\n                GNU_locviews (sec_offset)\n              [31e7] variable \"shdr\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [92e,94a) {reg0}\n                      [94a,978) {fbreg(-592)}\n                GNU_locviews (sec_offset)\n              [31f4] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3205] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n              [320e] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [321f] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-624), deref}\n              [3228] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3239] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n                [3241] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-616), deref}\n              [324a] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [3257] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n            [3261] inlined_subroutine \"relocate\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              ranges (sec_offset)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [327b] formal_parameter \"elf\"\n                abstract_origin (ref4)\n              [3280] formal_parameter \"offset\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                      [a83,b16) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                      [b8a,bcb) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                      [1082,10ba) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                GNU_locviews (sec_offset)\n              [328d] formal_parameter \"addend\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [a83,bcb) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [be3,beb) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [d12,d21) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [d5c,d73) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [e2e,e43) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [e75,e82) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [1082,10ba) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                GNU_locviews (sec_offset)\n              [329a] formal_parameter \"tdata\"\n                abstract_origin (ref4)\n              [329f] formal_parameter \"ei_data\"\n                abstract_origin (ref4)\n              [32a4] formal_parameter \"fname\"\n                abstract_origin (ref4)\n              [32a9] formal_parameter \"is_rela\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [a83,bcb) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [be3,c30) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [d12,d3b) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [d5c,e91) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [1082,10ba) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [147e,156f) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [6c83,6ce5) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                GNU_locviews (sec_offset)\n              [32b6] formal_parameter \"sym\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {reg6}\n                      [a83,bcb) {reg6}\n                      [be3,c30) {reg6}\n                      [d12,d3b) {reg6}\n                      [d5c,e91) {reg6}\n                      [1082,10ba) {reg6}\n                      [147e,156f) {reg6}\n                      [6c83,6ce5) {reg6}\n                GNU_locviews (sec_offset)\n              [32c3] formal_parameter \"addsub\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {reg8}\n                      [a83,bcb) {reg8}\n                      [be3,beb) {reg8}\n                      [d12,d21) {reg8}\n                      [d5c,d81) {reg8}\n                      [d81,e2e) {fbreg(-632)}\n                      [e2e,e51) {reg8}\n                      [e51,e75) {fbreg(-632)}\n                      [e75,e82) {reg8}\n                      [1082,1090) {reg8}\n                      [147e,151a) {fbreg(-632)}\n                      [156f,156f) {fbreg(-632)}\n                      [6c83,6ca2) {fbreg(-632)}\n                      [6cc6,6ce5) {fbreg(-632)}\n                GNU_locviews (sec_offset)\n              [32d0] formal_parameter \"type\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {reg12}\n                      [a83,bcb) {reg12}\n                      [be3,c30) {reg12}\n                      [d12,d3b) {reg12}\n                      [d5c,e91) {reg12}\n                      [1082,10ba) {reg12}\n                      [147e,148d) {reg12}\n                      [148d,14cc) {fbreg(-592)}\n                      [14cc,14db) {reg12}\n                      [14db,151a) {fbreg(-592)}\n                      [151a,1529) {reg12}\n                      [156f,156f) {reg12}\n                      [6c83,6ce5) {reg12}\n                GNU_locviews (sec_offset)\n              [32dd] variable \"size\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [a83,a99) {lit8, stack_value}\n                      [a99,b8a) {reg1}\n                      [b8a,ba5) {lit4, stack_value}\n                      [ba5,bb9) {lit2, stack_value}\n                      [bb9,bcb) {lit1, stack_value}\n                      [be3,beb) {reg1}\n                      [d12,d1f) {reg1}\n                      [d1f,d21) {fbreg(-192)}\n                      [d5c,d6e) {reg1}\n                      [d6e,d81) {fbreg(-192)}\n                      [e2e,e3e) {reg1}\n                      [e3e,e51) {fbreg(-192)}\n                      [e75,e80) {reg1}\n                      [e80,e82) {fbreg(-192)}\n                      [1082,1090) {reg1}\n                GNU_locviews (sec_offset)\n              [32ea] variable \"tmpbuf\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-504)}\n              [32f3] variable \"tmpdata\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-208)}\n              [32fc] variable \"rdata\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-144)}\n              [3305] variable \"value\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [b59,b67) {breg6(8)}\n                      [b67,b8a) {reg3}\n                      [be3,c2c) {reg3}\n                      [d12,d3b) {reg3}\n                      [d5c,d81) {breg6(8)}\n                      [da0,e91) {reg3}\n                      [14cc,14f9) {reg3}\n                      [151a,154c) {reg3}\n                      [156f,156f) {reg3}\n                      [6c83,6cc6) {reg3}\n                GNU_locviews (sec_offset)\n              [3312] variable \"s\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [c18,c2c) {reg0}\n                      [151a,1532) {reg0}\n                      [6ca2,6cc0) {reg0}\n                GNU_locviews (sec_offset)\n              [331f] lexical_block\n                abstract_origin (ref4)\n                ranges (sec_offset)\n                sibling (ref4)\n                [332c] variable \"d\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [d82,da0) {reg0}\n                        [147e,1493) {reg0}\n                        [6cc6,6ce4) {reg0}\n                  GNU_locviews (sec_offset)\n                [3339] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  ranges (sec_offset)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [3353] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                [3361] inlined_subroutine \"error\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [3387] formal_parameter \"__status\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [14b7,14cc) {lit1, stack_value}\n                    GNU_locviews (sec_offset)\n                  [3394] formal_parameter \"__errnum\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [14b7,14cc) {lit0, stack_value}\n                    GNU_locviews (sec_offset)\n                  [33a1] formal_parameter \"__format\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [14b7,14cc) {reg0}\n                    GNU_locviews (sec_offset)\n                [33af] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [33c0] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {fbreg(-640), deref}\n                  [33c8] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {fbreg(-616), deref}\n                  [33d0] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {fbreg(-624), deref}\n                  [33d8] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {fbreg(-564), deref_size(4)}\n                [33e2] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [33f3] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {const1s(-1)}\n                [33fa] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [340b] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5e32)}\n                  [3418] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6158)}\n                  [3425] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {lit5}\n                [342b] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [3438] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5ea8)}\n                  [3445] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6178)}\n                  [3452] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {const2u(535)}\n                  [3459] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {addr(0x6c40)}\n              [3468] lexical_block\n                abstract_origin (ref4)\n                ranges (sec_offset)\n                sibling (ref4)\n                [3475] variable \"d\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [e52,e75) {reg0}\n                        [14cc,14e1) {reg0}\n                        [156f,156f) {reg0}\n                        [6c83,6ca1) {reg0}\n                  GNU_locviews (sec_offset)\n                [3482] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  ranges (sec_offset)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [349c] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                [34aa] inlined_subroutine \"error\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [34d0] formal_parameter \"__status\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [1505,151a) {lit1, stack_value}\n                    GNU_locviews (sec_offset)\n                  [34dd] formal_parameter \"__errnum\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [1505,151a) {lit0, stack_value}\n                    GNU_locviews (sec_offset)\n                  [34ea] formal_parameter \"__format\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [1505,151a) {reg0}\n                    GNU_locviews (sec_offset)\n                [34f8] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [3509] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {fbreg(-640), deref}\n                  [3511] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {fbreg(-616), deref}\n                  [3519] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {fbreg(-624), deref}\n                  [3521] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {fbreg(-564), deref_size(4)}\n                [352b] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [353c] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {const1s(-1)}\n                [3543] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [3554] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5e32)}\n                  [3561] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6158)}\n                  [356e] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {lit5}\n                [3574] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [3581] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5ea8)}\n                  [358e] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6178)}\n                  [359b] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {const2u(522)}\n                  [35a2] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {addr(0x6c40)}\n              [35b1] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [35d7] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n              [35e5] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [360b] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [10a9,10ba) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [3618] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [10a9,10ba) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [3625] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [10a9,10b5) {reg0}\n                        [10b5,10b9) {reg1}\n                  GNU_locviews (sec_offset)\n                [3632] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [363f] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {lit1}\n                  [3644] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {lit0}\n              [364b] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [3665] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n              [3673] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [368d] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1558,156f) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [369a] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1558,156f) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [36a7] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1558,156f) {reg0}\n                  GNU_locviews (sec_offset)\n              [36b5] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [36c6] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n                [36ce] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-624), deref}\n                [36d6] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-616), deref}\n                [36de] call_site_parameter\n                  location (exprloc) {reg2}\n                  call_value (exprloc) {fbreg(-564), deref_size(4)}\n              [36e8] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [36f9] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [3706] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x5e99)}\n                [3713] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n              [3719] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [372a] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [3731] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3742] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [374f] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [375c] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n              [3762] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3773] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5eb6)}\n                [3780] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6178)}\n                [378d] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {const2u(559)}\n                [3794] call_site_parameter\n                  location (exprloc) {reg2}\n                  call_value (exprloc) {addr(0x6c40)}\n              [37a2] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [37b0] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              ranges (sec_offset)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [37ca] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (implicit_const)\n                call_column (implicit_const)\n                [37e9] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [37fa] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {breg3(0)}\n                [3801] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [3812] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {breg3(0)}\n                [3819] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [3826] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {breg6(0)}\n            [382f] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [3855] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [1235,124c) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [3862] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [1235,124c) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [386f] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [1235,124c) {reg0}\n                GNU_locviews (sec_offset)\n            [387d] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [388e] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-648), deref}\n              [3896] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-512)}\n            [389e] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [38af] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-608), deref}\n              [38b7] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {fbreg(-584), deref}\n              [38bf] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {breg6(0)}\n              [38c5] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {fbreg(-432)}\n              [38cc] call_site_parameter\n                location (exprloc) {reg8}\n                call_value (exprloc) {fbreg(-508)}\n            [38d4] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [38e5] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-648), deref}\n            [38ee] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [38ff] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [3906] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [3913] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [3920] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [392d] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n        [3935] inlined_subroutine \"startswith\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [394f] formal_parameter \"prefix\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [6ba,6d7) {addr(0x5e82), stack_value}\n            GNU_locviews (sec_offset)\n          [395c] formal_parameter \"str\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [6ba,6d7) {reg3}\n            GNU_locviews (sec_offset)\n          [3969] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [3976] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n            [397c] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x5e82)}\n            [3989] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit7}\n        [3990] inlined_subroutine \"get_xndxdata\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [39aa] formal_parameter \"elf\"\n            abstract_origin (ref4)\n          [39af] formal_parameter \"symscn\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [7b3,7dc) {reg3}\n                  [e91,eb0) {reg3}\n            GNU_locviews (sec_offset)\n          [39bc] variable \"xndxdata\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [7b3,7e5) {lit0, stack_value}\n                  [7e5,7e5) {fbreg(-584)}\n                  [e91,f0b) {lit0, stack_value}\n                  [f0b,f10) {reg0}\n                  [fda,fed) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [39c9] variable \"shdr_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-208)}\n          [39d2] variable \"shdr\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [7c8,7dc) {reg0}\n                  [e91,e9d) {reg0}\n            GNU_locviews (sec_offset)\n          [39df] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [39ec] variable \"scnndx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [eb3,eb5) {reg0}\n                    [eb5,f10) {reg13}\n                    [fda,fed) {reg13}\n              GNU_locviews (sec_offset)\n            [39f9] variable \"xndxscn\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [eb3,eb5) {lit0, stack_value}\n                    [eb5,ec9) {reg6}\n                    [ec9,ed9) {reg0}\n                    [ed9,ef7) {reg6}\n                    [ef7,f00) {reg5}\n                    [fda,fed) {reg0}\n              GNU_locviews (sec_offset)\n            [3a06] lexical_block\n              abstract_origin (ref4)\n              ranges (sec_offset)\n              sibling (ref4)\n              [3a13] variable \"xndxshdr_mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-144)}\n              [3a1c] variable \"xndxshdr\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [eda,ee8) {reg0}\n                GNU_locviews (sec_offset)\n              [3a29] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3a3a] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg6(0)}\n                [3a40] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg3(0)}\n              [3a47] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [3a54] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {lit0}\n            [3a5b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [3a6c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [3a73] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [3a80] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg15(0)}\n              [3a86] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg6(0)}\n          [3a8e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [3a9b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n            [3aa1] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-616), deref}\n        [3aab] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ad1] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3adf] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3b05] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [cfe,d12) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3b12] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [cfe,d12) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3b1f] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [cfe,d12) {reg0}\n            GNU_locviews (sec_offset)\n        [3b2d] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3b53] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3b61] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3b87] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [f5e,f72) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3b94] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [f5e,f72) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3ba1] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [f5e,f72) {reg0}\n            GNU_locviews (sec_offset)\n        [3baf] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3bd5] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3be3] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3bfd] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [fc5,fda) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3c0a] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [fc5,fda) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3c17] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [fc5,fda) {reg0}\n            GNU_locviews (sec_offset)\n          [3c24] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [3c31] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [3c36] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [3c3b] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {breg12(0)}\n        [3c43] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3c69] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3c77] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3c9d] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [127d,1291) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3caa] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [127d,1291) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3cb7] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [127d,1291) {reg0}\n            GNU_locviews (sec_offset)\n        [3cc5] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ceb] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3cf9] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3d1f] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [12c2,12d7) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3d2c] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [12c2,12d7) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3d39] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [12c2,12d7) {reg0}\n            GNU_locviews (sec_offset)\n        [3d47] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3d6d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3d7b] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3da1] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1308,131c) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3dae] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1308,131c) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3dbb] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1308,131c) {reg0}\n            GNU_locviews (sec_offset)\n        [3dc9] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3def] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3dfd] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3e23] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1357,136e) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3e30] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1357,136e) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3e3d] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1357,136e) {reg0}\n            GNU_locviews (sec_offset)\n        [3e4b] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3e71] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3e7f] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ea5] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [139f,13b3) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3eb2] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [139f,13b3) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3ebf] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [139f,13b3) {reg0}\n            GNU_locviews (sec_offset)\n        [3ecd] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ef3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3f01] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3f27] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [13d9,13f4) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3f34] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [13d9,13f4) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3f41] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [13d9,13f4) {reg0}\n            GNU_locviews (sec_offset)\n        [3f4f] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3f75] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3f83] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3fa9] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1425,1439) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3fb6] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1425,1439) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3fc3] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1425,1439) {reg0}\n            GNU_locviews (sec_offset)\n        [3fd1] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ff7] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [4005] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [402b] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [146a,147e) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [4038] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [146a,147e) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [4045] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [146a,147e) {reg0}\n            GNU_locviews (sec_offset)\n        [4053] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4064] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n        [406b] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [407c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [4084] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-336)}\n        [408c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [409d] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [40a3] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-560), deref}\n        [40ac] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [40bd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-648), deref}\n          [40c5] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n        [40cc] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [40dd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg6(0)}\n          [40e3] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [40e9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [40fa] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [4100] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-496)}\n        [4108] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4119] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [411f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n          [4124] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit0}\n        [412a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [413b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [4143] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [4149] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [415a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n        [4161] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4172] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n          [4178] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-272)}\n        [4180] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4191] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n          [4197] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [419d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [41ae] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg6(0)}\n        [41b5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [41c6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [41ce] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-548), deref_size(4)}\n          [41d7] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n        [41dd] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [41ee] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [41f5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4206] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4213] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4220] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4226] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4237] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [423f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit1}\n          [4244] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n        [424a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [425b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [4262] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4273] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4280] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [428d] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4293] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [42a4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [42ac] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n          [42b1] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit0}\n        [42b7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [42c8] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [42cf] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [42e0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [42ed] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [42fa] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4300] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4311] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [4318] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4329] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4336] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4343] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4349] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [435a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [4361] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4372] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [437f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [438c] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4392] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [43a3] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [43aa] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [43bb] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [43c8] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [43d5] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [43db] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [43ec] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [43f3] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4404] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4411] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [441e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4424] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4435] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [443c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [444d] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [445a] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4467] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [446d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [447e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [448b] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4498] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [449e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [44af] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [44b6] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [44c7] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [44d4] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [44e1] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [44e7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [44f8] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [44ff] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [450c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4519] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4526] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [452d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [453a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n        [4540] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-680), deref}\n    [454a] union_type\n      byte_size (data1)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      sibling (ref4)\n      [4553] member \"rela\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [455f] member \"rel\"\n        name (string)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [456d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [457e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [4584] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n    [458b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [4599] subprogram \"relocate\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [45a8] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45b4] formal_parameter \"offset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45c0] formal_parameter \"addend\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45cc] formal_parameter \"tdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45d8] formal_parameter \"ei_data\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45e4] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45f0] formal_parameter \"is_rela\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45fc] formal_parameter \"sym\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4608] formal_parameter \"addsub\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4614] formal_parameter \"type\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4620] variable \"size\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [462c] union_type\n      byte_size (data1)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      sibling (ref4)\n      [4635] member \"Byte\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4641] member \"Half\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [464d] member \"Word\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4659] member \"Sword\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4665] member \"Xword\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4671] member \"Sxword\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [467e] variable \"tmpbuf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [468a] variable \"tmpdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4696] variable \"rdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [46a2] variable \"value\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [46ae] variable \"__PRETTY_FUNCTION__\"\n      name (strp)\n      type (ref4)\n      artificial (flag_present)\n      location (exprloc) {addr(0x6c40)}\n    [46c1] variable \"s\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [46cb] lexical_block\n      sibling (ref4)\n      [46d0] variable \"d\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [46db] lexical_block\n      [46dc] variable \"d\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [46e8] array_type\n    type (ref4)\n    sibling (ref4)\n    [46f1] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [46f8] const_type\n    type (ref4)\n  [46fd] subprogram \"update_shdrstrndx\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [471e] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,30) {reg5}\n            [30,77) {reg3}\n            [77,7d) {entry_value(1) {reg5}, stack_value}\n            [7d,cc) {reg3}\n      GNU_locviews (sec_offset)\n    [4732] formal_parameter \"shdrstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,2c) {reg4}\n            [2c,7a) {reg12}\n            [7a,7d) {entry_value(1) {reg4}, stack_value}\n            [7d,cc) {reg12}\n      GNU_locviews (sec_offset)\n    [4746] variable \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-128)}\n    [4756] lexical_block\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [476b] variable \"scn0\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [94,a1) {reg0}\n              [a1,ba) {reg14}\n        GNU_locviews (sec_offset)\n      [477f] variable \"shdr0_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (exprloc) {fbreg(-192)}\n      [478f] variable \"shdr0\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [a2,b5) {reg0}\n        GNU_locviews (sec_offset)\n      [47a3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [47b4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [47ba] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [47c0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [47d1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg14(0)}\n        [47d7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-192)}\n      [47df] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [47ec] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg14(0)}\n    [47f4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4805] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [480b] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n    [4812] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4823] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [4829] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n    [4830] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [483e] subprogram \"get_xndxdata\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [484d] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4859] formal_parameter \"symscn\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4865] variable \"xndxdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4871] variable \"shdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [487d] variable \"shdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4889] lexical_block\n      [488a] variable \"scnndx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4896] variable \"xndxscn\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [48a2] lexical_block\n        [48a3] variable \"xndxshdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [48af] variable \"xndxshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [48be] subprogram \"secndx_name\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [48cd] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48d9] formal_parameter \"ndx\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48e5] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48f1] variable \"mem\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48fd] variable \"sec\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4909] variable \"shdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n  [4916] subprogram \"parse_opt\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [4937] formal_parameter \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [160,17e) {reg5}\n            [17e,193) {entry_value(1) {reg5}, stack_value}\n            [193,19e) {reg5}\n            [19e,334) {entry_value(1) {reg5}, stack_value}\n            [334,365) {reg5}\n            [365,42a) {entry_value(1) {reg5}, stack_value}\n      GNU_locviews (sec_offset)\n    [494b] formal_parameter \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [160,1c5) {reg4}\n            [1c5,1ca) {entry_value(1) {reg4}, stack_value}\n            [1ca,1d7) {reg2}\n            [1d7,1de) {entry_value(1) {reg4}, stack_value}\n            [1de,21e) {reg2}\n            [21e,24b) {fbreg(-24)}\n            [24b,287) {reg2}\n            [287,2af) {fbreg(-32)}\n            [2af,2d5) {entry_value(1) {reg4}, stack_value}\n            [2d5,334) {reg2}\n            [334,365) {reg4}\n            [365,3d3) {entry_value(1) {reg4}, stack_value}\n            [3d3,3fd) {reg2}\n            [3fd,40e) {entry_value(1) {reg4}, stack_value}\n            [40e,42a) {reg2}\n      GNU_locviews (sec_offset)\n    [495f] formal_parameter \"state\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [160,18a) {reg1}\n            [18a,193) {entry_value(1) {reg1}, stack_value}\n            [193,1ae) {reg1}\n            [1ae,334) {entry_value(1) {reg1}, stack_value}\n            [334,365) {reg1}\n            [365,3d3) {entry_value(1) {reg1}, stack_value}\n            [3d3,3e6) {reg1}\n            [3e6,42a) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [4973] inlined_subroutine \"add_pattern\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [498d] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [21a,249) {addr(0x5de8), stack_value}\n        GNU_locviews (sec_offset)\n      [499a] formal_parameter \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [21a,249) {fbreg(-24)}\n        GNU_locviews (sec_offset)\n      [49a7] variable \"p\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,22c) {reg0}\n              [22c,249) {fbreg(-32)}\n        GNU_locviews (sec_offset)\n      [49b4] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [49c5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit16}\n      [49cb] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [49d8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-24), deref}\n    [49e1] inlined_subroutine \"add_pattern\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [49fb] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2a1,2d0) {addr(0x5de0), stack_value}\n        GNU_locviews (sec_offset)\n      [4a08] formal_parameter \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2a1,2d0) {fbreg(-24)}\n        GNU_locviews (sec_offset)\n      [4a15] variable \"p\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2af,2b3) {reg0}\n              [2b3,2d0) {fbreg(-32)}\n        GNU_locviews (sec_offset)\n      [4a22] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [4a33] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit16}\n      [4a39] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4a46] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-24), deref}\n    [4a4f] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [4a75] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [358,365) {reg2}\n        GNU_locviews (sec_offset)\n      [4a82] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [358,3af) {addr(0x5e6f), stack_value}\n        GNU_locviews (sec_offset)\n      [4a8f] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [358,365) {reg2}\n              [365,371) {fbreg(-24)}\n              [371,396) {reg2}\n              [396,3af) {fbreg(-24)}\n        GNU_locviews (sec_offset)\n      [4a9c] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4aa9] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5e6f)}\n        [4ab6] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [4abe] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [4ae4] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3fe,40c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [4af1] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3fe,40c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [4afe] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3fe,407) {reg0}\n              [407,40b) {reg1}\n        GNU_locviews (sec_offset)\n      [4b0b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4b18] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [4b1d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [4b24] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4b35] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-32), deref}\n      [4b3c] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5e6f)}\n      [4b49] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {const1u(32)}\n    [4b50] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4b61] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [4b6e] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6128)}\n      [4b7b] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [4b81] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4b92] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-32), deref}\n    [4b9a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [4ba7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n  [4bb6] subprogram \"main\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [4bd8] formal_parameter \"argc\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [6cf0,6d01) {reg5}\n            [6d01,6e5c) {reg6}\n            [6e5c,6e5f) {entry_value(1) {reg5}, stack_value}\n            [6e5f,6eed) {reg6}\n      GNU_locviews (sec_offset)\n    [4beb] formal_parameter \"argv\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [6cf0,6d17) {reg4}\n            [6d17,6e5e) {reg12}\n            [6e5e,6e5f) {entry_value(1) {reg4}, stack_value}\n            [6e5f,6eed) {reg12}\n      GNU_locviews (sec_offset)\n    [4bfe] variable \"remaining\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-44)}\n    [4c0c] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [6d12,6e0e) {lit0, stack_value}\n            [6e0e,6e44) {reg3}\n            [6e5f,6ec7) {lit0, stack_value}\n            [6ec7,6ecc) {reg0}\n            [6ed1,6eed) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [4c1f] inlined_subroutine \"free_patterns\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [4c45] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [4c52] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [4c60] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (data1)\n      call_line (data1)\n      call_column (data1)\n      sibling (ref4)\n      [4c86] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6e8e,6e9f) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [4c93] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6e8e,6e9f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [4ca0] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6e8e,6e9a) {reg0}\n              [6e9a,6e9e) {reg1}\n        GNU_locviews (sec_offset)\n      [4cad] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4cba] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [4cbf] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [4cc6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4cd7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [4cdd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4cee] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [4cf4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d05] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [4d0b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d1c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit6}\n      [4d21] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x600a)}\n    [4d2f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d40] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [4d4d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x600b)}\n    [4d5b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d6c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [4d7a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d8b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x6f00)}\n      [4d98] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n      [4d9e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg12(0)}\n      [4da4] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {lit0}\n      [4da9] call_site_parameter\n        location (exprloc) {reg8}\n        call_value (exprloc) {fbreg(-44)}\n      [4daf] call_site_parameter\n        location (exprloc) {reg9}\n        call_value (exprloc) {lit0}\n    [4db5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4dc6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit1}\n    [4dcc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [4dd9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4dea] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [4df8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4e09] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x601d)}\n    [4e17] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [4e25] subprogram \"section_name_matches\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4e35] formal_parameter \"patterns\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4e41] formal_parameter \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4e4d] variable \"pattern\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4e5a] subprogram \"free_patterns\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n  [4e63] subprogram \"free_sec_patterns\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [4e81] formal_parameter \"patterns\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [d0,de) {reg5}\n            [de,104) {entry_value(1) {reg5}, stack_value}\n            [104,105) {reg5}\n      GNU_locviews (sec_offset)\n    [4e94] variable \"pattern\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [d0,de) {reg5}\n            [de,102) {reg3}\n            [104,105) {reg5}\n      GNU_locviews (sec_offset)\n    [4ea7] lexical_block\n      low_pc (addr)\n      high_pc (data8)\n      [4eb8] variable \"p\"\n        name (string)\n        decl_file (data1)\n        decl_line (data1)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [de,e7) {reg3}\n              [e7,103) {reg6}\n        GNU_locviews (sec_offset)\n      [4eca] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [4ed7] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4ee4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n  [4eed] subprogram \"add_pattern\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [4efa] formal_parameter \"patterns\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f06] formal_parameter \"pattern\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f12] variable \"p\"\n      name (string)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4f1d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [4f22] subprogram \"xbasename\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4f32] formal_parameter \"s\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f3b] variable \"p\"\n      name (string)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4f46] subprogram \"pwrite_retry\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4f56] formal_parameter \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f60] formal_parameter \"buf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f6b] formal_parameter \"len\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f76] formal_parameter \"off\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f81] variable \"recvd\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f8d] lexical_block\n      [4f8e] variable \"ret\"\n        name (string)\n        decl_file (data1)\n        decl_line (data1)\n        decl_column (data1)\n        type (ref4)\n      [4f9a] lexical_block\n        [4f9b] variable \"__result\"\n          name (strp)\n          decl_file (data1)\n          decl_line (data1)\n          decl_column (data1)\n          type (ref4)\n  [4faa] subprogram \"startswith\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4fba] formal_parameter \"str\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4fc5] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4fd2] subprogram \"error\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [4fdf] formal_parameter \"__status\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4feb] formal_parameter \"__errnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4ff7] formal_parameter \"__format\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5003] unspecified_parameters\n  [5005] subprogram \"strcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [5014] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5020] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [502d] subprogram \"memset\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [503c] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5048] formal_parameter \"__ch\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5054] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [5061] subprogram \"mempcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [5070] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [507c] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5088] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [5095] subprogram \"memcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [50a4] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50b0] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50bc] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [50c9] subprogram \"open\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [50d8] formal_parameter \"__path\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50e4] formal_parameter \"__oflag\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50f0] unspecified_parameters\n  [50f2] subprogram \"cleanup_debug\"\n    abstract_origin (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [510d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [511e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n    [5126] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5137] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n    [513f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [514d] subprogram \"update_section_size\"\n    abstract_origin (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [5168] formal_parameter \"scn\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg5}\n            [462,58e) {fbreg(-136)}\n      GNU_locviews (sec_offset)\n    [5175] formal_parameter \"newdata\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,459) {reg4}\n            [459,4b8) {reg3}\n            [4b8,4be) {entry_value(1) {reg4}, stack_value}\n            [4be,4ea) {reg3}\n            [4ea,512) {entry_value(1) {reg4}, stack_value}\n            [512,528) {reg3}\n            [528,58e) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [5182] formal_parameter \"debugelf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg1}\n            [462,4b9) {reg6}\n            [4b9,4be) {entry_value(1) {reg1}, stack_value}\n            [4be,4fe) {reg6}\n            [4fe,512) {entry_value(1) {reg1}, stack_value}\n            [512,51d) {reg6}\n            [51d,58e) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [518f] formal_parameter \"cnt\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg2}\n            [462,4bb) {reg12}\n            [4bb,4be) {entry_value(1) {reg2}, stack_value}\n            [4be,58e) {reg12}\n      GNU_locviews (sec_offset)\n    [519c] formal_parameter \"fname\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg8}\n            [462,4bd) {reg14}\n            [4bd,4be) {entry_value(1) {reg8}, stack_value}\n            [4be,58e) {reg14}\n      GNU_locviews (sec_offset)\n    [51a9] variable \"shdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-128)}\n    [51b2] variable \"shdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [463,477) {reg0}\n      GNU_locviews (sec_offset)\n    [51bf] lexical_block\n      abstract_origin (ref4)\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [51d8] variable \"debugdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [496,4a3) {reg0}\n              [517,534) {reg0}\n        GNU_locviews (sec_offset)\n    [51e6] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [520c] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [521a] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5240] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4ef,4fe) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [524d] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4ef,4fe) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [525a] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4ef,4fe) {reg0}\n        GNU_locviews (sec_offset)\n    [5268] inlined_subroutine \"update_section_size\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5282] formal_parameter \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,58e) {fbreg(-136)}\n        GNU_locviews (sec_offset)\n      [528f] formal_parameter \"newdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,528) {reg3}\n              [528,58e) {entry_value(1) {reg4}, stack_value}\n        GNU_locviews (sec_offset)\n      [529c] formal_parameter \"debugelf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,51d) {reg6}\n              [51d,58e) {entry_value(1) {reg1}, stack_value}\n        GNU_locviews (sec_offset)\n      [52a9] formal_parameter \"cnt\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,58e) {reg12}\n        GNU_locviews (sec_offset)\n      [52b6] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,58e) {reg14}\n        GNU_locviews (sec_offset)\n      [52c3] variable \"shdr_mem\"\n        abstract_origin (ref4)\n      [52c8] variable \"shdr\"\n        abstract_origin (ref4)\n      [52cd] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        [52d6] variable \"debugdata\"\n          abstract_origin (ref4)\n        [52db] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [52f5] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            const_value (data1)\n          [52fb] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            const_value (data1)\n          [5301] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [57a,58e) {reg0}\n            GNU_locviews (sec_offset)\n          [530e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [531b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [5320] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [5325] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {breg14(0)}\n        [532d] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [5353] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (implicit_const)\n            call_column (implicit_const)\n            [5372] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [5383] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [538a] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [539b] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [53a2] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [53af] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg6(0)}\n        [53b8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [53c9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [53d0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [53dd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [53ea] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [53f7] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n    [53ff] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5410] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-136), deref}\n      [5418] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-128)}\n    [5420] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5431] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-136), deref}\n    [543a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [544b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [5452] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5463] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [5470] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [547d] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [5483] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [5491] subprogram \"handle_elf\"\n    abstract_origin (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [54ac] formal_parameter \"fd\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bb) {reg5}\n            [15bb,160f) {fbreg(-524)}\n            [160f,1615) {reg0}\n            [1615,1c5c) {fbreg(-524)}\n            [1c74,1d52) {fbreg(-524)}\n            [1d52,1d70) {reg0}\n            [1d70,1dbb) {fbreg(-524)}\n            [1dbb,1dbc) {breg7(-516)}\n            [1dbc,2d37) {fbreg(-524)}\n            [2d3d,2dc4) {fbreg(-524)}\n            [2dca,397f) {fbreg(-524)}\n            [3985,39d9) {fbreg(-524)}\n            [39df,3a63) {fbreg(-524)}\n            [3a6f,3ae3) {fbreg(-524)}\n            [3af0,3b48) {fbreg(-524)}\n            [3b4e,3b8d) {fbreg(-524)}\n            [3b93,3edb) {fbreg(-524)}\n            [3ee1,4142) {fbreg(-524)}\n            [414e,44b0) {fbreg(-524)}\n            [44b6,4800) {fbreg(-524)}\n            [4806,48d0) {fbreg(-524)}\n            [48d6,49ed) {fbreg(-524)}\n            [49f3,4abe) {fbreg(-524)}\n            [4aca,4b04) {fbreg(-524)}\n            [4b10,4f9c) {fbreg(-524)}\n            [4fa8,51eb) {fbreg(-524)}\n            [51f1,5501) {fbreg(-524)}\n            [550d,57b8) {fbreg(-524)}\n            [57be,5814) {fbreg(-524)}\n            [581a,5b11) {fbreg(-524)}\n      GNU_locviews (sec_offset)\n    [54b9] formal_parameter \"elf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg4}\n            [15bf,1c5c) {fbreg(-456)}\n            [1c5c,1c74) {entry_value(1) {reg4}, stack_value}\n            [1c74,1d8a) {fbreg(-456)}\n            [1d8a,1dbc) {entry_value(1) {reg4}, stack_value}\n            [1dbc,2235) {fbreg(-456)}\n            [2235,2281) {entry_value(1) {reg4}, stack_value}\n            [2281,2325) {fbreg(-456)}\n            [2325,24c2) {entry_value(1) {reg4}, stack_value}\n            [24c2,2d37) {fbreg(-456)}\n            [2d37,2d3d) {entry_value(1) {reg4}, stack_value}\n            [2d3d,2dc4) {fbreg(-456)}\n            [2dc4,2dca) {entry_value(1) {reg4}, stack_value}\n            [2dca,2e7b) {fbreg(-456)}\n            [2e7b,2e97) {entry_value(1) {reg4}, stack_value}\n            [2e97,2f3f) {fbreg(-456)}\n            [2f3f,2fa6) {entry_value(1) {reg4}, stack_value}\n            [2fa6,397f) {fbreg(-456)}\n            [397f,3985) {entry_value(1) {reg4}, stack_value}\n            [3985,39d9) {fbreg(-456)}\n            [39d9,39df) {entry_value(1) {reg4}, stack_value}\n            [39df,3a63) {fbreg(-456)}\n            [3a63,3a6f) {entry_value(1) {reg4}, stack_value}\n            [3a6f,3ae3) {fbreg(-456)}\n            [3ae3,3af0) {entry_value(1) {reg4}, stack_value}\n            [3af0,3b48) {fbreg(-456)}\n            [3b48,3b4e) {entry_value(1) {reg4}, stack_value}\n            [3b4e,3b8d) {fbreg(-456)}\n            [3b8d,3b93) {entry_value(1) {reg4}, stack_value}\n            [3b93,3edb) {fbreg(-456)}\n            [3edb,3ee1) {entry_value(1) {reg4}, stack_value}\n            [3ee1,4142) {fbreg(-456)}\n            [4142,414e) {entry_value(1) {reg4}, stack_value}\n            [414e,42f6) {fbreg(-456)}\n            [42f6,4355) {entry_value(1) {reg4}, stack_value}\n            [4355,44b0) {fbreg(-456)}\n            [44b0,44b6) {entry_value(1) {reg4}, stack_value}\n            [44b6,4550) {fbreg(-456)}\n            [4550,45ad) {entry_value(1) {reg4}, stack_value}\n            [45ad,4800) {fbreg(-456)}\n            [4800,4806) {entry_value(1) {reg4}, stack_value}\n            [4806,48d0) {fbreg(-456)}\n            [48d0,48d6) {entry_value(1) {reg4}, stack_value}\n            [48d6,49ed) {fbreg(-456)}\n            [49ed,49f3) {entry_value(1) {reg4}, stack_value}\n            [49f3,4abe) {fbreg(-456)}\n            [4abe,4aca) {entry_value(1) {reg4}, stack_value}\n            [4aca,4b04) {fbreg(-456)}\n            [4b04,4b10) {entry_value(1) {reg4}, stack_value}\n            [4b10,4f9c) {fbreg(-456)}\n            [4f9c,4fa8) {entry_value(1) {reg4}, stack_value}\n            [4fa8,51eb) {fbreg(-456)}\n            [51eb,51f1) {entry_value(1) {reg4}, stack_value}\n            [51f1,5501) {fbreg(-456)}\n            [5501,550d) {entry_value(1) {reg4}, stack_value}\n            [550d,5684) {fbreg(-456)}\n            [5684,5741) {entry_value(1) {reg4}, stack_value}\n            [5741,576d) {fbreg(-456)}\n            [576d,5779) {entry_value(1) {reg4}, stack_value}\n            [5779,57b8) {fbreg(-456)}\n            [57b8,57be) {entry_value(1) {reg4}, stack_value}\n            [57be,5814) {fbreg(-456)}\n            [5814,581f) {entry_value(1) {reg4}, stack_value}\n            [581f,5869) {fbreg(-456)}\n            [5869,58c1) {entry_value(1) {reg4}, stack_value}\n            [58c1,5a41) {fbreg(-456)}\n            [5a41,5b11) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [54c6] formal_parameter \"fname\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg1}\n            [15bf,167e) {reg3}\n            [167e,189c) {fbreg(-472)}\n            [189c,18b9) {reg3}\n            [18b9,1c5c) {fbreg(-472)}\n            [1c5c,1c74) {entry_value(1) {reg1}, stack_value}\n            [1c74,1d52) {fbreg(-472)}\n            [1d52,1d74) {reg3}\n            [1d74,1dbb) {fbreg(-472)}\n            [1dbb,1dbc) {breg7(-464)}\n            [1dbc,2d37) {fbreg(-472)}\n            [2d37,2d3d) {entry_value(1) {reg1}, stack_value}\n            [2d3d,2dc4) {fbreg(-472)}\n            [2dc4,2dca) {entry_value(1) {reg1}, stack_value}\n            [2dca,397f) {fbreg(-472)}\n            [397f,3985) {entry_value(1) {reg1}, stack_value}\n            [3985,39d9) {fbreg(-472)}\n            [39d9,39df) {entry_value(1) {reg1}, stack_value}\n            [39df,3a63) {fbreg(-472)}\n            [3a63,3a6f) {entry_value(1) {reg1}, stack_value}\n            [3a6f,3ae3) {fbreg(-472)}\n            [3ae3,3af0) {entry_value(1) {reg1}, stack_value}\n            [3af0,3b48) {fbreg(-472)}\n            [3b48,3b4e) {entry_value(1) {reg1}, stack_value}\n            [3b4e,3b8d) {fbreg(-472)}\n            [3b8d,3b93) {entry_value(1) {reg1}, stack_value}\n            [3b93,3edb) {fbreg(-472)}\n            [3edb,3ee1) {entry_value(1) {reg1}, stack_value}\n            [3ee1,4142) {fbreg(-472)}\n            [4142,414e) {entry_value(1) {reg1}, stack_value}\n            [414e,44b0) {fbreg(-472)}\n            [44b0,44b6) {entry_value(1) {reg1}, stack_value}\n            [44b6,4800) {fbreg(-472)}\n            [4800,4806) {entry_value(1) {reg1}, stack_value}\n            [4806,48d0) {fbreg(-472)}\n            [48d0,48d6) {entry_value(1) {reg1}, stack_value}\n            [48d6,49ed) {fbreg(-472)}\n            [49ed,49f3) {entry_value(1) {reg1}, stack_value}\n            [49f3,4abe) {fbreg(-472)}\n            [4abe,4aca) {entry_value(1) {reg1}, stack_value}\n            [4aca,4b04) {fbreg(-472)}\n            [4b04,4b10) {entry_value(1) {reg1}, stack_value}\n            [4b10,4f9c) {fbreg(-472)}\n            [4f9c,4fa8) {entry_value(1) {reg1}, stack_value}\n            [4fa8,51eb) {fbreg(-472)}\n            [51eb,51f1) {entry_value(1) {reg1}, stack_value}\n            [51f1,546b) {fbreg(-472)}\n            [546b,5486) {reg3}\n            [5486,5501) {fbreg(-472)}\n            [5501,550d) {entry_value(1) {reg1}, stack_value}\n            [550d,57b8) {fbreg(-472)}\n            [57b8,57be) {entry_value(1) {reg1}, stack_value}\n            [57be,5814) {fbreg(-472)}\n            [5814,581a) {entry_value(1) {reg1}, stack_value}\n            [581a,5b11) {fbreg(-472)}\n      GNU_locviews (sec_offset)\n    [54d3] formal_parameter \"mode\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg2}\n            [15bf,17a8) {reg14}\n            [17a8,189c) {fbreg(-652)}\n            [189c,1994) {reg14}\n            [1994,1b6f) {fbreg(-652)}\n            [1b6f,1c5c) {reg14}\n            [1c5c,1c74) {entry_value(1) {reg2}, stack_value}\n            [1c74,1d8a) {reg14}\n            [1d8a,1dbb) {fbreg(-652)}\n            [1dbb,1dbc) {breg7(-644)}\n            [1dbc,2d37) {fbreg(-652)}\n            [2d37,2d3d) {entry_value(1) {reg2}, stack_value}\n            [2d3d,2dc4) {fbreg(-652)}\n            [2dc4,2dca) {entry_value(1) {reg2}, stack_value}\n            [2dca,2dee) {reg14}\n            [2dee,2df8) {fbreg(-652)}\n            [2df8,2e48) {reg14}\n            [2e48,2e97) {fbreg(-652)}\n            [2e97,2f22) {reg14}\n            [2f22,397f) {fbreg(-652)}\n            [397f,3985) {entry_value(1) {reg2}, stack_value}\n            [3985,39d9) {fbreg(-652)}\n            [39d9,39df) {entry_value(1) {reg2}, stack_value}\n            [39df,3a63) {fbreg(-652)}\n            [3a63,3a6f) {entry_value(1) {reg2}, stack_value}\n            [3a6f,3ae3) {fbreg(-652)}\n            [3ae3,3af0) {entry_value(1) {reg2}, stack_value}\n            [3af0,3b48) {fbreg(-652)}\n            [3b48,3b4e) {entry_value(1) {reg2}, stack_value}\n            [3b4e,3b8d) {fbreg(-652)}\n            [3b8d,3b93) {entry_value(1) {reg2}, stack_value}\n            [3b93,3edb) {fbreg(-652)}\n            [3edb,3ee1) {entry_value(1) {reg2}, stack_value}\n            [3ee1,4142) {fbreg(-652)}\n            [4142,414e) {entry_value(1) {reg2}, stack_value}\n            [414e,42b4) {fbreg(-652)}\n            [42b4,42c6) {reg14}\n            [42c6,44b0) {fbreg(-652)}\n            [44b0,44b6) {entry_value(1) {reg2}, stack_value}\n            [44b6,4800) {fbreg(-652)}\n            [4800,4806) {entry_value(1) {reg2}, stack_value}\n            [4806,48d0) {fbreg(-652)}\n            [48d0,48d6) {entry_value(1) {reg2}, stack_value}\n            [48d6,49ed) {fbreg(-652)}\n            [49ed,49f3) {entry_value(1) {reg2}, stack_value}\n            [49f3,4abe) {fbreg(-652)}\n            [4abe,4aca) {entry_value(1) {reg2}, stack_value}\n            [4aca,4b04) {fbreg(-652)}\n            [4b04,4b10) {entry_value(1) {reg2}, stack_value}\n            [4b10,4f9c) {fbreg(-652)}\n            [4f9c,4fa8) {entry_value(1) {reg2}, stack_value}\n            [4fa8,51eb) {fbreg(-652)}\n            [51eb,51f1) {entry_value(1) {reg2}, stack_value}\n            [51f1,544a) {fbreg(-652)}\n            [544a,545f) {reg14}\n            [545f,546b) {fbreg(-652)}\n            [546b,5564) {reg14}\n            [5564,55b0) {fbreg(-652)}\n            [55b0,561b) {reg14}\n            [561b,563f) {fbreg(-652)}\n            [563f,5684) {reg14}\n            [5684,5741) {fbreg(-652)}\n            [5741,576d) {reg14}\n            [576d,57b8) {fbreg(-652)}\n            [57b8,57be) {entry_value(1) {reg2}, stack_value}\n            [57be,5814) {fbreg(-652)}\n            [5814,581a) {entry_value(1) {reg2}, stack_value}\n            [581a,5b11) {fbreg(-652)}\n      GNU_locviews (sec_offset)\n    [54e0] formal_parameter \"tvp\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg8}\n            [15bf,1c5c) {fbreg(-664)}\n            [1c5c,1c74) {entry_value(1) {reg8}, stack_value}\n            [1c74,1dbb) {fbreg(-664)}\n            [1dbb,1dbc) {breg7(-656)}\n            [1dbc,2d37) {fbreg(-664)}\n            [2d37,2d3d) {entry_value(1) {reg8}, stack_value}\n            [2d3d,2dc4) {fbreg(-664)}\n            [2dc4,2dca) {entry_value(1) {reg8}, stack_value}\n            [2dca,397f) {fbreg(-664)}\n            [397f,3985) {entry_value(1) {reg8}, stack_value}\n            [3985,39d9) {fbreg(-664)}\n            [39d9,39df) {entry_value(1) {reg8}, stack_value}\n            [39df,3a63) {fbreg(-664)}\n            [3a63,3a6f) {entry_value(1) {reg8}, stack_value}\n            [3a6f,3ae3) {fbreg(-664)}\n            [3ae3,3af0) {entry_value(1) {reg8}, stack_value}\n            [3af0,3b48) {fbreg(-664)}\n            [3b48,3b4e) {entry_value(1) {reg8}, stack_value}\n            [3b4e,3b8d) {fbreg(-664)}\n            [3b8d,3b93) {entry_value(1) {reg8}, stack_value}\n            [3b93,3edb) {fbreg(-664)}\n            [3edb,3ee1) {entry_value(1) {reg8}, stack_value}\n            [3ee1,4142) {fbreg(-664)}\n            [4142,414e) {entry_value(1) {reg8}, stack_value}\n            [414e,44b0) {fbreg(-664)}\n            [44b0,44b6) {entry_value(1) {reg8}, stack_value}\n            [44b6,4800) {fbreg(-664)}\n            [4800,4806) {entry_value(1) {reg8}, stack_value}\n            [4806,48d0) {fbreg(-664)}\n            [48d0,48d6) {entry_value(1) {reg8}, stack_value}\n            [48d6,49ed) {fbreg(-664)}\n            [49ed,49f3) {entry_value(1) {reg8}, stack_value}\n            [49f3,4abe) {fbreg(-664)}\n            [4abe,4aca) {entry_value(1) {reg8}, stack_value}\n            [4aca,4b04) {fbreg(-664)}\n            [4b04,4b10) {entry_value(1) {reg8}, stack_value}\n            [4b10,4f9c) {fbreg(-664)}\n            [4f9c,4fa8) {entry_value(1) {reg8}, stack_value}\n            [4fa8,51eb) {fbreg(-664)}\n            [51eb,51f1) {entry_value(1) {reg8}, stack_value}\n            [51f1,5501) {fbreg(-664)}\n            [5501,550d) {entry_value(1) {reg8}, stack_value}\n            [550d,57b8) {fbreg(-664)}\n            [57b8,57be) {entry_value(1) {reg8}, stack_value}\n            [57be,5814) {fbreg(-664)}\n            [5814,581a) {entry_value(1) {reg8}, stack_value}\n            [581a,5b11) {fbreg(-664)}\n      GNU_locviews (sec_offset)\n    [54ed] variable \"prefix_len\"\n      abstract_origin (ref4)\n    [54f2] variable \"fname_len\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15c0,15e2) {breg0(1), stack_value}\n            [15e2,15ea) {reg1}\n      GNU_locviews (sec_offset)\n    [54ff] variable \"fullname\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,15ea) {reg5}\n            [15ea,1994) {breg7(15), const1s(-16), and, stack_value}\n            [1b6f,1c4e) {breg7(15), const1s(-16), and, stack_value}\n            [1c74,1d3f) {breg7(15), const1s(-16), and, stack_value}\n            [1d52,1d8a) {breg7(15), const1s(-16), and, stack_value}\n            [1f49,2082) {breg7(15), const1s(-16), and, stack_value}\n            [2dca,2ddf) {breg7(15), const1s(-16), and, stack_value}\n            [2df8,2e7b) {breg7(15), const1s(-16), and, stack_value}\n            [2e97,2f22) {breg7(15), const1s(-16), and, stack_value}\n            [42b4,42f6) {breg7(15), const1s(-16), and, stack_value}\n            [544a,5501) {breg7(15), const1s(-16), and, stack_value}\n            [550d,5684) {breg7(15), const1s(-16), and, stack_value}\n            [5741,576d) {breg7(15), const1s(-16), and, stack_value}\n            [57be,57d5) {breg7(15), const1s(-16), and, stack_value}\n      GNU_locviews (sec_offset)\n    [550c] variable \"cp\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,15ea) {reg5}\n            [15ea,1994) {breg7(15), const1s(-16), and, stack_value}\n            [1b6f,1c4e) {breg7(15), const1s(-16), and, stack_value}\n            [1c74,1d3f) {breg7(15), const1s(-16), and, stack_value}\n            [1d52,1d8a) {breg7(15), const1s(-16), and, stack_value}\n            [1f49,2082) {breg7(15), const1s(-16), and, stack_value}\n            [2dca,2ddf) {breg7(15), const1s(-16), and, stack_value}\n            [2df8,2e7b) {breg7(15), const1s(-16), and, stack_value}\n            [2e97,2f22) {breg7(15), const1s(-16), and, stack_value}\n            [42b4,42f6) {breg7(15), const1s(-16), and, stack_value}\n            [544a,5501) {breg7(15), const1s(-16), and, stack_value}\n            [550d,5684) {breg7(15), const1s(-16), and, stack_value}\n            [5741,576d) {breg7(15), const1s(-16), and, stack_value}\n            [57be,57d5) {breg7(15), const1s(-16), and, stack_value}\n      GNU_locviews (sec_offset)\n    [5519] variable \"debugelf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,18ef) {lit0, stack_value}\n            [18ef,18f3) {reg0}\n            [18f3,192a) {reg3}\n            [192a,1b3f) {fbreg(-496)}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1c91) {lit0, stack_value}\n            [1c91,1d52) {fbreg(-496)}\n            [1d52,1d8a) {lit0, stack_value}\n            [1dbc,1f49) {fbreg(-496)}\n            [1f49,2082) {lit0, stack_value}\n            [2082,2391) {fbreg(-496)}\n            [24c2,2d37) {fbreg(-496)}\n            [2d3d,2dc4) {fbreg(-496)}\n            [2dca,2df8) {fbreg(-496)}\n            [2df8,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,397f) {fbreg(-496)}\n            [3985,39d9) {fbreg(-496)}\n            [39df,3a63) {fbreg(-496)}\n            [3a6f,3ae3) {fbreg(-496)}\n            [3af0,3b48) {fbreg(-496)}\n            [3b4e,3b8d) {fbreg(-496)}\n            [3b93,3bff) {fbreg(-496)}\n            [3c29,3edb) {fbreg(-496)}\n            [3ee1,4142) {fbreg(-496)}\n            [414e,42b4) {fbreg(-496)}\n            [42b4,42d1) {lit0, stack_value}\n            [4355,44b0) {fbreg(-496)}\n            [44b6,4550) {fbreg(-496)}\n            [45ad,4800) {fbreg(-496)}\n            [4806,48d0) {fbreg(-496)}\n            [48d6,4965) {fbreg(-496)}\n            [498b,49ed) {fbreg(-496)}\n            [49f3,4abe) {fbreg(-496)}\n            [4aca,4b04) {fbreg(-496)}\n            [4b10,4f9c) {fbreg(-496)}\n            [4fa8,51eb) {fbreg(-496)}\n            [51f1,546b) {fbreg(-496)}\n            [546b,5544) {lit0, stack_value}\n            [5564,55e0) {lit0, stack_value}\n            [55e0,5616) {fbreg(-496)}\n            [561b,563f) {lit0, stack_value}\n            [563f,565f) {reg3}\n            [565f,567f) {fbreg(-496)}\n            [5684,5741) {fbreg(-496)}\n            [5741,5768) {reg3}\n            [5768,57b8) {fbreg(-496)}\n            [57be,57d5) {lit0, stack_value}\n            [57d5,5814) {fbreg(-496)}\n            [582c,5a41) {fbreg(-496)}\n            [5a90,5b11) {fbreg(-496)}\n      GNU_locviews (sec_offset)\n    [5526] variable \"result\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3a) {lit0, stack_value}\n            [1b3a,1b3f) {lit1, stack_value}\n            [1b6f,1d8a) {lit0, stack_value}\n            [1dbc,2164) {lit0, stack_value}\n            [2164,2281) {fbreg(-512)}\n            [2281,2325) {lit0, stack_value}\n            [2325,2391) {fbreg(-512)}\n            [23f1,2421) {fbreg(-512)}\n            [248f,24b1) {fbreg(-512)}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2ecf) {lit0, stack_value}\n            [2ecf,2ed1) {lit1, stack_value}\n            [2ed1,2f3f) {lit0, stack_value}\n            [2f3f,2f97) {fbreg(-512)}\n            [2f97,2fa6) {lit1, stack_value}\n            [2fa6,3bff) {lit0, stack_value}\n            [3c29,3e97) {lit0, stack_value}\n            [3e97,3e9c) {lit1, stack_value}\n            [3e9c,42d1) {lit0, stack_value}\n            [4346,4355) {lit1, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [458f,45ad) {lit1, stack_value}\n            [45ad,4965) {lit0, stack_value}\n            [498b,522b) {lit0, stack_value}\n            [522b,5243) {lit1, stack_value}\n            [5243,5274) {lit0, stack_value}\n            [5274,5276) {lit1, stack_value}\n            [5276,52b4) {lit0, stack_value}\n            [52b4,52b9) {lit1, stack_value}\n            [52b9,5499) {lit0, stack_value}\n            [5499,54a8) {lit1, stack_value}\n            [54a8,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {fbreg(-512)}\n            [5741,576d) {lit0, stack_value}\n            [576d,5779) {fbreg(-512)}\n            [5779,581a) {lit0, stack_value}\n            [582c,5915) {fbreg(-512)}\n            [5915,5924) {lit1, stack_value}\n            [5924,595f) {fbreg(-512)}\n            [595f,596e) {lit1, stack_value}\n            [596e,5990) {fbreg(-512)}\n            [59ca,59d6) {lit1, stack_value}\n            [59d6,5a32) {lit0, stack_value}\n            [5a32,5a41) {lit1, stack_value}\n            [5a41,5a84) {fbreg(-512)}\n            [5a90,5b11) {fbreg(-512)}\n      GNU_locviews (sec_offset)\n    [5533] variable \"shdridx\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2281) {fbreg(-480)}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {fbreg(-480)}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {fbreg(-480)}\n            [2fa6,30e9) {lit0, stack_value}\n            [30e9,397f) {fbreg(-480)}\n            [3985,39d9) {fbreg(-480)}\n            [39df,3a63) {fbreg(-480)}\n            [3a6f,3ae3) {fbreg(-480)}\n            [3af0,3b48) {fbreg(-480)}\n            [3b4e,3b8d) {fbreg(-480)}\n            [3b93,3bb8) {fbreg(-480)}\n            [3c29,3d18) {fbreg(-480)}\n            [3d18,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-480)}\n            [3ee1,4142) {fbreg(-480)}\n            [414e,4282) {fbreg(-480)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,4965) {lit0, stack_value}\n            [498b,49f3) {lit0, stack_value}\n            [49f3,4abe) {fbreg(-480)}\n            [4aca,4b04) {fbreg(-480)}\n            [4b10,4f9c) {fbreg(-480)}\n            [4fa8,51eb) {fbreg(-480)}\n            [51f1,5382) {fbreg(-480)}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {fbreg(-480)}\n            [5741,576d) {lit0, stack_value}\n            [576d,57b8) {fbreg(-480)}\n            [57be,581a) {lit0, stack_value}\n            [582c,5a41) {fbreg(-480)}\n            [5a90,5b11) {fbreg(-480)}\n      GNU_locviews (sec_offset)\n    [5540] variable \"lastsec_offset\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,1faf) {lit0, stack_value}\n            [2046,204f) {reg2}\n            [2281,2325) {lit0, stack_value}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f3f) {lit0, stack_value}\n            [2fa6,423d) {lit0, stack_value}\n            [423d,4242) {reg0}\n            [4242,424e) {fbreg(-440)}\n            [424e,42e5) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,5564) {lit0, stack_value}\n            [558c,561b) {lit0, stack_value}\n            [563f,5684) {lit0, stack_value}\n            [5741,576d) {lit0, stack_value}\n            [57be,581a) {lit0, stack_value}\n            [581f,582c) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [554d] variable \"lastsec_size\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2281,2325) {lit0, stack_value}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f3f) {lit0, stack_value}\n            [2fa6,4249) {lit0, stack_value}\n            [4249,424e) {reg0}\n            [424e,42e5) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,5564) {lit0, stack_value}\n            [558c,561b) {lit0, stack_value}\n            [563f,5684) {lit0, stack_value}\n            [5741,576d) {lit0, stack_value}\n            [57be,581a) {lit0, stack_value}\n            [581f,582c) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [555a] variable \"shstrndx\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-424)}\n    [5563] variable \"shdr_info\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1994) {lit0, stack_value}\n            [1994,19b4) {reg14}\n            [19b4,1b3a) {fbreg(-480)}\n            [1b3a,1b3f) {reg14}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,1f49) {fbreg(-480)}\n            [1f49,2082) {lit0, stack_value}\n            [2082,2281) {reg14}\n            [22f8,2391) {reg14}\n            [24c2,2589) {fbreg(-480)}\n            [2baa,2c9c) {fbreg(-480)}\n            [2dca,2dee) {lit0, stack_value}\n            [2dee,2df2) {reg0}\n            [2df2,2df8) {reg14}\n            [2df8,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {reg14}\n            [42b4,42d1) {lit0, stack_value}\n            [522b,5243) {reg14}\n            [5382,53c4) {fbreg(-480)}\n            [53c9,544a) {fbreg(-480)}\n            [544a,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {reg14}\n            [5741,576d) {lit0, stack_value}\n            [576d,57be) {reg14}\n            [57be,57d5) {lit0, stack_value}\n            [57d5,5814) {fbreg(-480)}\n            [582c,5a41) {reg14}\n            [5a90,5b11) {reg14}\n      GNU_locviews (sec_offset)\n    [5570] variable \"scn\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n            [19c9,19e5) {reg3}\n            [19e5,19f2) {reg0}\n            [19f2,1b1d) {reg3}\n            [1dbc,1f49) {reg3}\n            [24c2,24c9) {reg0}\n            [24c9,24fc) {reg3}\n            [24fc,2570) {fbreg(-448)}\n            [26e3,26fd) {reg0}\n            [26fd,2788) {reg12}\n            [2baa,2c9c) {fbreg(-448)}\n            [328c,329a) {reg0}\n            [329a,346a) {fbreg(-616)}\n            [34c7,397f) {fbreg(-616)}\n            [3985,39d9) {fbreg(-616)}\n            [39df,3a63) {fbreg(-616)}\n            [3a6f,3ae3) {fbreg(-616)}\n            [3af0,3b48) {fbreg(-616)}\n            [3b4e,3b8d) {fbreg(-616)}\n            [3cac,3cbc) {reg0}\n            [3cbc,3ce0) {reg5}\n            [3fe4,3fed) {reg0}\n            [445a,44b6) {reg12}\n            [44b6,44c3) {reg0}\n            [44c3,4550) {reg12}\n            [4806,4817) {reg12}\n            [4b31,4b35) {reg0}\n            [4b35,4bfe) {reg15}\n            [4bfe,4cc0) {fbreg(-592)}\n            [4d79,4e1c) {reg15}\n            [4e1c,4e9f) {fbreg(-592)}\n            [4fdd,4fe1) {reg0}\n            [4fe1,5043) {reg15}\n            [5043,5134) {fbreg(-592)}\n            [5301,5306) {reg0}\n            [5321,5325) {reg0}\n            [5325,5382) {reg12}\n            [5382,53b9) {reg3}\n            [53c9,53dc) {reg3}\n            [57d5,57fa) {reg3}\n      GNU_locviews (sec_offset)\n    [557d] variable \"cnt\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1928,1938) {lit0, stack_value}\n            [1994,19c9) {lit1, stack_value}\n            [19c9,1b3f) {reg15}\n            [1b85,1b96) {lit0, stack_value}\n            [1b96,1bf3) {reg3}\n            [1c91,1ce4) {reg3}\n            [1dbc,1f49) {reg15}\n            [2281,22da) {reg11}\n            [232e,236a) {lit1, stack_value}\n            [24c2,24d7) {reg15}\n            [24d7,24fc) {lit1, stack_value}\n            [24fc,2570) {reg13}\n            [2589,25a3) {lit1, stack_value}\n            [25a3,25db) {reg11}\n            [265d,2695) {reg11}\n            [2695,26b1) {lit1, stack_value}\n            [26b1,2811) {reg15}\n            [2811,2821) {reg11}\n            [2867,28ae) {reg11}\n            [292c,2953) {reg11}\n            [2baa,2c9c) {reg13}\n            [2d3d,2d5e) {reg11}\n            [2d5e,2dc4) {fbreg(-440)}\n            [2fa6,2fbe) {lit1, stack_value}\n            [2fe8,3003) {lit1, stack_value}\n            [3003,304b) {reg15}\n            [304b,305e) {reg1}\n            [305e,30b5) {reg15}\n            [30b5,30c0) {lit1, stack_value}\n            [30e9,3227) {fbreg(-480)}\n            [3227,3237) {lit1, stack_value}\n            [3237,3240) {fbreg(-576)}\n            [3240,3266) {fbreg(-576), deref, plus_uconst(1), stack_value}\n            [3266,326d) {reg0}\n            [326d,346a) {fbreg(-576)}\n            [346a,348e) {fbreg(-520)}\n            [34a8,34c7) {fbreg(-480)}\n            [34c7,397f) {fbreg(-576)}\n            [3985,39d9) {fbreg(-576)}\n            [39df,3a63) {fbreg(-576)}\n            [3a6f,3ae3) {fbreg(-576)}\n            [3af0,3b48) {fbreg(-576)}\n            [3b4e,3b8d) {fbreg(-576)}\n            [3b93,3bb8) {fbreg(-480)}\n            [3bd8,3bff) {fbreg(-480)}\n            [3c29,3c69) {breg2(1), stack_value}\n            [3d29,3d53) {reg15}\n            [3daa,3db7) {reg15}\n            [3f25,3f33) {fbreg(-520)}\n            [3f33,3f59) {fbreg(-520), deref, plus_uconst(1), stack_value}\n            [3f59,3f60) {reg0}\n            [3f60,4142) {fbreg(-520)}\n            [414e,4165) {breg2(1), stack_value}\n            [445a,4550) {reg15}\n            [45ad,45d7) {reg1}\n            [45d7,46fd) {fbreg(-480)}\n            [46fd,47bc) {breg15(1), stack_value}\n            [47bc,47c1) {reg0}\n            [47c1,48ef) {reg15}\n            [48ef,4932) {fbreg(-480)}\n            [4932,4939) {reg1}\n            [4939,4965) {fbreg(-480)}\n            [49f3,4abe) {fbreg(-520)}\n            [4aca,4b04) {fbreg(-520)}\n            [4b10,4f9c) {fbreg(-520)}\n            [4fa8,5134) {fbreg(-520)}\n            [522b,5243) {lit1, stack_value}\n            [52d4,5382) {fbreg(-520)}\n            [5382,544a) {reg15}\n            [57d5,581a) {reg15}\n      GNU_locviews (sec_offset)\n    [558a] variable \"idx\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [2082,2082) {reg0}\n            [2082,2281) {fbreg(-552)}\n            [2c27,2c31) {reg0}\n            [2c4b,2c58) {reg0}\n            [2f3f,2fa6) {fbreg(-552)}\n            [2fe8,3003) {lit1, stack_value}\n            [3003,3066) {reg12}\n            [3066,30a3) {breg12(1), stack_value}\n            [30a3,30b5) {reg12}\n            [30b5,30c0) {lit1, stack_value}\n            [30e9,397f) {fbreg(-552)}\n            [3985,39d9) {fbreg(-552)}\n            [39df,3a63) {fbreg(-552)}\n            [3a6f,3ae3) {fbreg(-552)}\n            [3af0,3b48) {fbreg(-552)}\n            [3b4e,3b8d) {fbreg(-552)}\n            [3b93,3bb8) {fbreg(-552)}\n            [3c29,3d18) {fbreg(-552)}\n            [3e9c,3edb) {fbreg(-552)}\n            [3ee1,4142) {fbreg(-552)}\n            [414e,4282) {fbreg(-552)}\n            [45ad,461a) {reg12}\n            [461a,4638) {fbreg(-552)}\n            [4638,46c7) {fbreg(-552), deref, plus_uconst(1), stack_value}\n            [48ef,4919) {fbreg(-552), deref, plus_uconst(1), stack_value}\n            [4919,498b) {reg12}\n            [49f3,4abe) {fbreg(-552)}\n            [4aca,4b04) {fbreg(-552)}\n            [4b10,4f9c) {fbreg(-552)}\n            [4fa8,51eb) {fbreg(-552)}\n            [51f1,5382) {fbreg(-552)}\n            [5684,5741) {fbreg(-552)}\n            [576d,57b8) {fbreg(-552)}\n            [582c,5a41) {fbreg(-552)}\n            [5a90,5b11) {fbreg(-552)}\n      GNU_locviews (sec_offset)\n    [5597] variable \"changes\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [2281,22da) {reg10}\n            [2589,25a3) {lit0, stack_value}\n            [25a3,26b1) {reg10}\n            [2811,2855) {reg10}\n            [2862,28ae) {reg10}\n            [28d5,2953) {reg10}\n            [2afe,2b1d) {reg10}\n            [2b1d,2b50) {fbreg(-448)}\n            [2d3d,2d5e) {reg10}\n            [2d5e,2dc4) {fbreg(-448)}\n            [2fa6,2fbe) {lit0, stack_value}\n            [4355,43d9) {fbreg(-448)}\n      GNU_locviews (sec_offset)\n    [55a4] variable \"newehdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-272)}\n    [55ad] variable \"newehdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [209b,20bc) {reg0}\n            [20bc,2200) {reg12}\n            [5779,5786) {reg0}\n            [5786,57be) {reg12}\n            [582c,5835) {reg12}\n            [58c1,5a41) {reg12}\n      GNU_locviews (sec_offset)\n    [55ba] variable \"debugehdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-208)}\n    [55c3] variable \"debugehdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [3dca,3e1a) {reg0}\n            [49ae,49bb) {reg0}\n      GNU_locviews (sec_offset)\n    [55d0] variable \"shst\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2281) {fbreg(-504)}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {fbreg(-504)}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {fbreg(-504)}\n            [2fa6,2fd2) {lit0, stack_value}\n            [2fd2,3003) {reg0}\n            [3003,30b5) {fbreg(-504)}\n            [30b5,30c0) {reg0}\n            [30c0,397f) {fbreg(-504)}\n            [3985,39d9) {fbreg(-504)}\n            [39df,3a63) {fbreg(-504)}\n            [3a6f,3ae3) {fbreg(-504)}\n            [3af0,3b48) {fbreg(-504)}\n            [3b4e,3b8d) {fbreg(-504)}\n            [3b93,3bb8) {fbreg(-504)}\n            [3bd8,3bff) {fbreg(-504)}\n            [3c29,3d29) {fbreg(-504)}\n            [3d53,3d60) {reg0}\n            [3d60,3daa) {fbreg(-504)}\n            [3daa,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-504)}\n            [3ee1,4142) {fbreg(-504)}\n            [414e,4282) {fbreg(-504)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,47c1) {fbreg(-504)}\n            [47c1,48ef) {lit0, stack_value}\n            [48ef,4965) {fbreg(-504)}\n            [498b,49f3) {lit0, stack_value}\n            [49f3,4abe) {fbreg(-504)}\n            [4aca,4b04) {fbreg(-504)}\n            [4b10,4f9c) {fbreg(-504)}\n            [4fa8,51eb) {fbreg(-504)}\n            [51f1,5382) {fbreg(-504)}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {fbreg(-504)}\n            [5741,576d) {lit0, stack_value}\n            [576d,57b8) {fbreg(-504)}\n            [57be,581a) {lit0, stack_value}\n            [582c,5a41) {fbreg(-504)}\n            [5a90,5b11) {fbreg(-504)}\n      GNU_locviews (sec_offset)\n    [55dd] variable \"debuglink_crc_data\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-400)}\n    [55e6] variable \"any_symtab_changes\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2281,22f8) {lit0, stack_value}\n            [24c2,2e7b) {lit0, stack_value}\n            [2e97,2f3f) {lit0, stack_value}\n            [2fa6,3237) {lit0, stack_value}\n            [34a8,34c7) {lit0, stack_value}\n            [3a06,3a18) {lit1, stack_value}\n            [3b93,3c29) {lit0, stack_value}\n            [3d18,3e9c) {lit0, stack_value}\n            [4282,42f6) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,49f3) {lit0, stack_value}\n            [5382,5684) {lit0, stack_value}\n            [5741,576d) {lit0, stack_value}\n            [57be,581a) {lit0, stack_value}\n            [581f,582c) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [55f3] variable \"shstrtab_data\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2215) {reg3}\n            [2215,2281) {fbreg(-448)}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {reg3}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2f4d) {fbreg(-448)}\n            [2fa6,31b2) {lit0, stack_value}\n            [31b2,31ca) {reg0}\n            [31ca,397f) {fbreg(-584)}\n            [3985,39d9) {fbreg(-584)}\n            [39df,3a63) {fbreg(-584)}\n            [3a6f,3ae3) {fbreg(-584)}\n            [3af0,3b48) {fbreg(-584)}\n            [3b4e,3b8d) {fbreg(-584)}\n            [3b93,3ba0) {reg0}\n            [3ba0,3bb8) {fbreg(-584)}\n            [3bd8,3bff) {lit0, stack_value}\n            [3c29,3d18) {fbreg(-584)}\n            [3d18,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-584)}\n            [3ee1,4142) {fbreg(-584)}\n            [414e,4282) {fbreg(-584)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,4965) {lit0, stack_value}\n            [498b,49f3) {lit0, stack_value}\n            [49f3,4abe) {fbreg(-584)}\n            [4aca,4b04) {fbreg(-584)}\n            [4b10,4f9c) {fbreg(-584)}\n            [4fa8,51eb) {fbreg(-584)}\n            [51f1,5382) {fbreg(-584)}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,56a2) {fbreg(-448)}\n            [5741,576d) {lit0, stack_value}\n            [576d,5779) {fbreg(-448)}\n            [5779,57a5) {reg3}\n            [57be,581a) {lit0, stack_value}\n            [582c,584a) {reg3}\n            [584a,58c1) {fbreg(-448)}\n            [58c1,5a41) {reg3}\n            [5a90,5aa8) {fbreg(-448)}\n            [5b03,5b11) {fbreg(-448)}\n      GNU_locviews (sec_offset)\n    [5600] variable \"debuglink_buf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2281) {reg13}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {reg13}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {reg13}\n            [2fa6,30e9) {lit0, stack_value}\n            [30e9,3237) {reg13}\n            [3237,346a) {fbreg(-448)}\n            [34a8,34c7) {reg13}\n            [34c7,397f) {fbreg(-448)}\n            [3985,39d9) {fbreg(-448)}\n            [39df,3a63) {fbreg(-448)}\n            [3a6f,3ae3) {fbreg(-448)}\n            [3af0,3b48) {fbreg(-448)}\n            [3b4e,3b8d) {fbreg(-448)}\n            [3b93,3bb8) {reg13}\n            [3c29,3d18) {fbreg(-448)}\n            [3d18,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-448)}\n            [3ee1,3f23) {fbreg(-448)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,473e) {lit0, stack_value}\n            [473e,474c) {reg0}\n            [474c,47c1) {reg13}\n            [47c1,4965) {lit0, stack_value}\n            [498b,49f3) {lit0, stack_value}\n            [522b,5243) {reg13}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {reg13}\n            [5741,576d) {lit0, stack_value}\n            [576d,57be) {reg13}\n            [57be,581a) {lit0, stack_value}\n            [582c,5a41) {reg13}\n            [5a90,5b11) {reg13}\n      GNU_locviews (sec_offset)\n    [560d] variable \"ebl\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1626,164b) {lit0, stack_value}\n            [164b,1651) {reg0}\n            [1651,189c) {fbreg(-488)}\n            [189c,18b9) {lit0, stack_value}\n            [18b9,1c5c) {fbreg(-488)}\n            [1c74,1d52) {fbreg(-488)}\n            [1dbc,2421) {fbreg(-488)}\n            [24c2,2d37) {fbreg(-488)}\n            [2d3d,2dc4) {fbreg(-488)}\n            [2dca,397f) {fbreg(-488)}\n            [3985,39d9) {fbreg(-488)}\n            [39df,3a63) {fbreg(-488)}\n            [3a6f,3ae3) {fbreg(-488)}\n            [3af0,3b48) {fbreg(-488)}\n            [3b4e,3b8d) {fbreg(-488)}\n            [3b93,3edb) {fbreg(-488)}\n            [3ee1,4142) {fbreg(-488)}\n            [414e,44b0) {fbreg(-488)}\n            [44b6,4550) {fbreg(-488)}\n            [45ad,4800) {fbreg(-488)}\n            [4806,48d0) {fbreg(-488)}\n            [48d6,49ed) {fbreg(-488)}\n            [49f3,4abe) {fbreg(-488)}\n            [4aca,4b04) {fbreg(-488)}\n            [4b10,4f9c) {fbreg(-488)}\n            [4fa8,51eb) {fbreg(-488)}\n            [51f1,546b) {fbreg(-488)}\n            [546b,5482) {reg0}\n            [5482,5499) {fbreg(-488)}\n            [5499,54a8) {lit0, stack_value}\n            [54a8,5501) {fbreg(-488)}\n            [550d,57b8) {fbreg(-488)}\n            [57be,5814) {fbreg(-488)}\n            [581f,5b11) {fbreg(-488)}\n      GNU_locviews (sec_offset)\n    [561a] label \"fail\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [5627] variable \"ehdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-144)}\n    [5630] variable \"ehdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [16c8,16e0) {reg0}\n            [16e0,189c) {fbreg(-544)}\n            [18b9,1c5c) {fbreg(-544)}\n            [1c74,1d52) {fbreg(-544)}\n            [1dbc,240d) {fbreg(-544)}\n            [24c2,2d37) {fbreg(-544)}\n            [2d3d,2dc4) {fbreg(-544)}\n            [2dca,2e7b) {fbreg(-544)}\n            [2e8a,2e97) {fbreg(-544)}\n            [2ed1,397f) {fbreg(-544)}\n            [3985,39d9) {fbreg(-544)}\n            [39df,3a63) {fbreg(-544)}\n            [3a6f,3ae3) {fbreg(-544)}\n            [3af0,3b48) {fbreg(-544)}\n            [3b4e,3b8d) {fbreg(-544)}\n            [3b93,3edb) {fbreg(-544)}\n            [3ee1,4142) {fbreg(-544)}\n            [414e,44b0) {fbreg(-544)}\n            [44b6,4550) {fbreg(-544)}\n            [45ad,4800) {fbreg(-544)}\n            [4806,48d0) {fbreg(-544)}\n            [48d6,49ed) {fbreg(-544)}\n            [49f3,4abe) {fbreg(-544)}\n            [4aca,4b04) {fbreg(-544)}\n            [4b10,4f9c) {fbreg(-544)}\n            [4fa8,51eb) {fbreg(-544)}\n            [51f1,546b) {fbreg(-544)}\n            [54a8,54c7) {fbreg(-544)}\n            [54c7,54d4) {reg0}\n            [54d4,5501) {fbreg(-544)}\n            [550d,57b8) {fbreg(-544)}\n            [57be,5814) {fbreg(-544)}\n            [581f,5b11) {fbreg(-544)}\n      GNU_locviews (sec_offset)\n    [563d] variable \"phnum\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-416)}\n    [5646] variable \"newelf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1731,189c) {fbreg(-464)}\n            [18b9,1c5c) {fbreg(-464)}\n            [1c91,1d52) {fbreg(-464)}\n            [1dbc,240d) {fbreg(-464)}\n            [24c2,2d37) {fbreg(-464)}\n            [2d3d,2dc4) {fbreg(-464)}\n            [2dca,2e7b) {fbreg(-464)}\n            [2e8a,2e97) {fbreg(-464)}\n            [2f3f,397f) {fbreg(-464)}\n            [3985,39d9) {fbreg(-464)}\n            [39df,3a63) {fbreg(-464)}\n            [3a6f,3ae3) {fbreg(-464)}\n            [3af0,3b48) {fbreg(-464)}\n            [3b4e,3b8d) {fbreg(-464)}\n            [3b93,3edb) {fbreg(-464)}\n            [3ee1,4142) {fbreg(-464)}\n            [414e,44b0) {fbreg(-464)}\n            [44b6,4550) {fbreg(-464)}\n            [45ad,4800) {fbreg(-464)}\n            [4806,48d0) {fbreg(-464)}\n            [48d6,49ed) {fbreg(-464)}\n            [49f3,4abe) {fbreg(-464)}\n            [4aca,4b04) {fbreg(-464)}\n            [4b10,4f9c) {fbreg(-464)}\n            [4fa8,51eb) {fbreg(-464)}\n            [51f1,546b) {fbreg(-464)}\n            [550d,57b8) {fbreg(-464)}\n            [57be,5814) {fbreg(-464)}\n            [581f,5b11) {fbreg(-464)}\n      GNU_locviews (sec_offset)\n    [5653] label \"fail_close\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [5660] label \"done\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [566d] variable \"shnum\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-408)}\n    [5676] label \"illformed\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [5683] variable \"seen_allocated\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n            [19c9,1a32) {fbreg(-440)}\n            [1a5c,1b3f) {fbreg(-440)}\n            [1dbc,1f49) {fbreg(-440)}\n            [24c2,24f5) {fbreg(-440)}\n            [5382,544a) {fbreg(-440)}\n            [57d5,5814) {fbreg(-440)}\n      GNU_locviews (sec_offset)\n    [5690] variable \"seen_unallocated\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n            [19c9,1a56) {fbreg(-448)}\n            [1a5c,1b3f) {fbreg(-448)}\n            [1dbc,1e5b) {fbreg(-448)}\n            [1e60,1f49) {fbreg(-448)}\n            [24c2,24e8) {fbreg(-448)}\n            [5382,544a) {fbreg(-448)}\n            [57d5,5814) {fbreg(-448)}\n      GNU_locviews (sec_offset)\n    [569d] variable \"mixed_allocated_unallocated\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [56aa] variable \"removing_sections\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [30c0,30e9) {lit0, stack_value}\n            [3bff,3c29) {lit0, stack_value}\n            [45d7,47c1) {lit1, stack_value}\n            [48ef,4932) {lit1, stack_value}\n            [494f,498b) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [56b7] variable \"lastoffset\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [3227,3237) {lit0, stack_value}\n            [3240,33e4) {fbreg(-560)}\n            [33e9,346a) {fbreg(-560)}\n            [34c7,397f) {fbreg(-560)}\n            [3985,39d9) {fbreg(-560)}\n            [39df,3a63) {fbreg(-560)}\n            [3a6f,3ae3) {fbreg(-560)}\n            [3af0,3b48) {fbreg(-560)}\n            [3b4e,3b8d) {fbreg(-560)}\n            [3c29,3c69) {fbreg(-560)}\n            [3c80,3d13) {fbreg(-560)}\n            [3e9c,3edb) {fbreg(-560)}\n            [3ee1,3f15) {fbreg(-560)}\n      GNU_locviews (sec_offset)\n    [56c4] variable \"offsize\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [211e,2125) {reg0}\n            [2125,2135) {reg1}\n            [2135,213d) {breg1(0), neg, stack_value}\n      GNU_locviews (sec_offset)\n    [56d1] formal_parameter \"prefix\"\n      abstract_origin (ref4)\n    [56d6] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [56f0] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15e6,15ea) {reg5}\n              [15ea,15eb) {breg7(15), const1s(-16), and, stack_value}\n        GNU_locviews (sec_offset)\n      [56fd] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15e6,15eb) {reg3}\n        GNU_locviews (sec_offset)\n      [570a] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15e6,15ea) {reg1}\n        GNU_locviews (sec_offset)\n      [5717] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5724] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg7(15), const1s(-16), and}\n        [572d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n    [5735] inlined_subroutine \"open\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [574f] formal_parameter \"__path\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15f7,1605) {reg5}\n        GNU_locviews (sec_offset)\n      [575c] formal_parameter \"__oflag\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15f7,160f) {const1u(66), stack_value}\n        GNU_locviews (sec_offset)\n      [5769] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5776] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {const1u(66)}\n        [577c] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg14(0)}\n    [5784] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [5791] variable \"debug_fname_len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1669,166d) {reg0}\n              [166d,16ae) {reg12}\n              [2e97,2ea3) {reg12}\n        GNU_locviews (sec_offset)\n      [579e] inlined_subroutine \"mempcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [57b8] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1685,1689) {reg0}\n                [1689,168a) {reg3}\n          GNU_locviews (sec_offset)\n        [57c5] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1685,1689) {reg4}\n          GNU_locviews (sec_offset)\n        [57d2] formal_parameter \"__len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1685,168a) {reg12}\n          GNU_locviews (sec_offset)\n        [57df] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [57ec] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n          [57f2] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg12(0)}\n      [57fa] inlined_subroutine \"strcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5814] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [168a,169a) {reg0}\n          GNU_locviews (sec_offset)\n        [5821] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [168a,169a) {implicit_pointer([aaa6],0) {implicit_value(8){2e58585858585800}}}\n          GNU_locviews (sec_offset)\n      [582f] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5855] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2ebe,2ecf) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5862] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2ebe,2eca) {breg0(0)}\n                [2eca,2ece) {reg4}\n          GNU_locviews (sec_offset)\n        [586f] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2ebe,2ecf) {reg3}\n          GNU_locviews (sec_offset)\n        [587c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5889] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [588e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg3(0)}\n          [5894] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {breg12(0)}\n      [589c] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [58a9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [58ba] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg12(8)}\n      [58c1] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [58d2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [58d9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [58ea] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [58f7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5ec2)}\n        [5904] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [590a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [5918] inlined_subroutine \"handle_debug_relocs\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5932] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {fbreg(-456)}\n              [1f49,2056) {fbreg(-456)}\n              [2e48,2e67) {fbreg(-456)}\n              [42b4,42d1) {fbreg(-456)}\n              [5564,55b0) {fbreg(-456)}\n              [561b,563f) {fbreg(-456)}\n              [57be,57d5) {fbreg(-456)}\n        GNU_locviews (sec_offset)\n      [593f] formal_parameter \"ebl\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {fbreg(-488)}\n              [1f49,2056) {fbreg(-488)}\n              [2e48,2e67) {fbreg(-488)}\n              [42b4,42d1) {fbreg(-488)}\n              [5564,55b0) {fbreg(-488)}\n              [561b,563f) {fbreg(-488)}\n              [57be,57d5) {fbreg(-488)}\n        GNU_locviews (sec_offset)\n      [594c] formal_parameter \"new_elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,179c) {reg5}\n              [179c,189c) {fbreg(-464)}\n              [1f49,2056) {fbreg(-464)}\n              [2e48,2e67) {fbreg(-464)}\n              [42b4,42d1) {fbreg(-464)}\n              [5564,55b0) {fbreg(-464)}\n              [561b,563f) {fbreg(-464)}\n              [57be,57d5) {fbreg(-464)}\n        GNU_locviews (sec_offset)\n      [5959] formal_parameter \"ehdr\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,179c) {reg0}\n              [179c,189c) {fbreg(-544)}\n              [1f49,2056) {fbreg(-544)}\n              [2e48,2e67) {fbreg(-544)}\n              [42b4,42d1) {fbreg(-544)}\n              [5564,55b0) {fbreg(-544)}\n              [561b,563f) {fbreg(-544)}\n              [57be,57d5) {fbreg(-544)}\n        GNU_locviews (sec_offset)\n      [5966] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {fbreg(-472)}\n              [1f49,2056) {fbreg(-472)}\n              [2e48,2e67) {fbreg(-472)}\n              [42b4,42d1) {fbreg(-472)}\n              [5564,55b0) {fbreg(-472)}\n              [561b,563f) {fbreg(-472)}\n              [57be,57d5) {fbreg(-472)}\n        GNU_locviews (sec_offset)\n      [5973] formal_parameter \"shstrndx\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,17b2) {reg3}\n              [17b2,189c) {fbreg(-440)}\n              [1f49,1faf) {fbreg(-440)}\n              [2e48,2e67) {fbreg(-440)}\n              [42b4,42c6) {reg3}\n              [558c,55b0) {fbreg(-440)}\n              [57be,57d5) {fbreg(-440)}\n        GNU_locviews (sec_offset)\n      [5980] formal_parameter \"last_offset\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [1f49,2056) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [2e48,2e67) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [42b4,42d1) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [5564,55b0) {implicit_pointer([5540],0) <no location>}\n              [561b,563f) {implicit_pointer([5540],0) <no location>}\n              [57be,57d5) {implicit_pointer([5540],0) {lit0, stack_value}}\n        GNU_locviews (sec_offset)\n      [598d] formal_parameter \"last_size\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [1f49,2056) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [2e48,2e67) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [42b4,42d1) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [5564,55b0) {implicit_pointer([554d],0) <no location>}\n              [561b,563f) {implicit_pointer([554d],0) <no location>}\n              [57be,57d5) {implicit_pointer([554d],0) {lit0, stack_value}}\n        GNU_locviews (sec_offset)\n      [599a] variable \"lastoffset\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [17b2,1897) {reg13}\n              [1f49,2056) {reg13}\n              [2e48,2e67) {reg13}\n              [5564,55b0) {reg13}\n              [561b,563f) {reg13}\n              [57be,57d5) {reg13}\n        GNU_locviews (sec_offset)\n      [59a7] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [17b2,17cd) {reg14}\n              [17cd,17e1) {reg0}\n              [17e1,189c) {reg14}\n              [1f49,1f65) {reg0}\n              [1f65,1f92) {reg14}\n              [1f92,1faf) {lit0, stack_value}\n              [1faf,1fc4) {reg12}\n              [1fc4,1fd8) {reg0}\n              [1fd8,204f) {reg12}\n              [204f,2056) {reg0}\n              [2e48,2e67) {reg14}\n              [558c,55b0) {reg14}\n              [57be,57d5) {reg14}\n        GNU_locviews (sec_offset)\n      [59b4] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [59c1] variable \"shdr\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [59ca] variable \"new_scn\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [17fd,1811) {reg0}\n                [1811,189c) {reg15}\n                [2e48,2e67) {reg15}\n                [558c,5595) {reg0}\n                [5595,55b0) {reg15}\n          GNU_locviews (sec_offset)\n        [59d7] variable \"data\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [181e,1827) {reg0}\n                [1827,1868) {reg3}\n                [1868,189c) {reg0}\n                [2e48,2e67) {reg3}\n          GNU_locviews (sec_offset)\n        [59e4] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [59f1] variable \"new_data\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1828,1857) {reg0}\n                  [2e48,2e51) {reg0}\n            GNU_locviews (sec_offset)\n          [59fe] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [5a24] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2e52,2e67) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5a31] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2e52,2e67) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5a3e] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2e52,2e67) {addr(0x6290), stack_value}\n              GNU_locviews (sec_offset)\n            [5a4b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [5a58] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit0}\n              [5a5d] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n              [5a62] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {addr(0x6290)}\n          [5a71] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [5a82] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg15(0)}\n          [5a89] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5a96] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n        [5a9e] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [5ab7] variable \"filesz\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1889,1890) {reg4}\n                  [1890,189c) {fbreg(-320), deref, breg0(0), fbreg(-348), deref_size(4), lit8, ne, bra(1), swap, drop, stack_value}\n            GNU_locviews (sec_offset)\n        [5ac5] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [5aeb] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5596,55ab) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5af8] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5596,55ab) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5b05] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5596,55ab) {addr(0x6270), stack_value}\n            GNU_locviews (sec_offset)\n          [5b12] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5b1f] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit0}\n            [5b24] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [5b29] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {addr(0x6270)}\n        [5b38] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5b49] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [5b4f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [5b57] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5b68] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n        [5b71] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5b82] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [5b88] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [5b90] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5ba1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [5ba7] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n        [5bae] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5bbb] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n      [5bc3] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [5bd0] variable \"shdr\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [5bd9] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [5be6] variable \"filesz\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [2046,204f) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5bf3] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [5c19] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5625,563a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5c26] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5625,563a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5c33] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5625,563a) {addr(0x5f39), stack_value}\n              GNU_locviews (sec_offset)\n            [5c40] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [5c4d] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit0}\n              [5c52] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n              [5c57] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {addr(0x5f39)}\n          [5c66] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [5c77] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg12(0)}\n            [5c7d] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-352)}\n          [5c85] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5c92] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n        [5c9a] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [5cc0] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5572,5587) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5ccd] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5572,5587) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5cda] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5572,5587) {addr(0x5f23), stack_value}\n            GNU_locviews (sec_offset)\n          [5ce7] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5cf4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit0}\n            [5cf9] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [5cfe] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {addr(0x5f23)}\n        [5d0d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5d1e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [5d24] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [5d2c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5d39] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n      [5d41] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5d67] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42bc,42c6) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5d74] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42bc,42c6) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5d81] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42bc,42c6) {addr(0x5f06), stack_value}\n          GNU_locviews (sec_offset)\n      [5d8f] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5da9] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [57c6,57d5) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5db6] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [57c6,57d5) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5dc3] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [57c6,57d5) {addr(0x5f52), stack_value}\n          GNU_locviews (sec_offset)\n        [5dd0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5ddd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [5de2] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n      [5de9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5dfa] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e02] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-544), deref}\n      [5e0b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e1c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [5e24] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg14(0)}\n      [5e2b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e3c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e44] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [5e4b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e5c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-488), deref}\n        [5e64] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e6c] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-544), deref}\n        [5e74] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n        [5e7c] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n      [5e83] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e94] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e9c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n      [5ea3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5eb4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [5ebb] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5ec8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n    [5ed0] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5ef6] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a8a,1a94) {reg12}\n        GNU_locviews (sec_offset)\n      [5f03] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a8a,1a94) {reg0}\n              [1a94,1abb) {reg13}\n        GNU_locviews (sec_offset)\n      [5f10] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a8a,1abb) {reg12}\n        GNU_locviews (sec_offset)\n      [5f1d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5f2a] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg13(0)}\n        [5f30] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [5f38] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5f5e] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ad1,1adb) {reg12}\n        GNU_locviews (sec_offset)\n      [5f6b] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ad1,1b0d) {reg13}\n        GNU_locviews (sec_offset)\n      [5f78] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ad1,1b19) {reg12}\n        GNU_locviews (sec_offset)\n      [5f85] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5f92] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg13(0)}\n        [5f98] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [5fa0] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5fc6] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1b29,1b2c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [5fd3] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1b29,1b2c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [5fe0] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1b29,1b2c) {reg0}\n        GNU_locviews (sec_offset)\n      [5fed] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5ffa] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [5fff] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [6006] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6013] variable \"zero_off\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [601c] variable \"zero\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-280)}\n      [6025] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [603f] formal_parameter \"fd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {fbreg(-524)}\n                [2f3f,2f4d) {fbreg(-524)}\n                [5684,5691) {fbreg(-524)}\n                [576d,5779) {fbreg(-524)}\n          GNU_locviews (sec_offset)\n        [604c] formal_parameter \"buf\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {reg3}\n                [2f3f,2f4d) {reg3}\n                [5684,568b) {reg3}\n                [568b,5691) {fbreg(-352), stack_value}\n                [576d,5774) {reg3}\n                [5774,5779) {fbreg(-352), stack_value}\n          GNU_locviews (sec_offset)\n        [6059] formal_parameter \"len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {lit8, stack_value}\n                [2f3f,2f4d) {lit8, stack_value}\n                [5684,5691) {lit8, stack_value}\n                [576d,5779) {lit8, stack_value}\n          GNU_locviews (sec_offset)\n        [6066] formal_parameter \"off\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {const1u(40), stack_value}\n                [2f3f,2f4d) {const1u(40), stack_value}\n                [5684,5691) {const1u(40), stack_value}\n                [576d,5779) {const1u(40), stack_value}\n          GNU_locviews (sec_offset)\n        [6073] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2235) {lit0, stack_value}\n                [2235,2281) {reg12}\n                [2f3f,2f4d) {reg12}\n                [5684,5691) {reg12}\n                [576d,5779) {reg12}\n          GNU_locviews (sec_offset)\n        [6080] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [6089] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [225d,2278) {reg0}\n                  [5684,568b) {reg0}\n                  [576d,5779) {reg0}\n            GNU_locviews (sec_offset)\n          [6096] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [609f] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2253,2278) {reg0}\n                    [2f3f,2f43) {reg0}\n                    [5684,5691) {reg0}\n                    [576d,5779) {reg0}\n              GNU_locviews (sec_offset)\n            [60ac] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [60bd] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [60c6] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0), breg12(0), plus}\n              [60cf] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit8, breg12(0), minus}\n              [60d7] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {fbreg(-456), deref}\n            [60e0] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n      [60f0] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6116] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2f86,2f97) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6123] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2f86,2f92) {breg0(0)}\n                [2f92,2f96) {reg4}\n          GNU_locviews (sec_offset)\n        [6130] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2f86,2f97) {reg15}\n          GNU_locviews (sec_offset)\n        [613d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [614a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [614f] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg15(0)}\n          [6155] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {breg12(0)}\n      [615d] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        call_file (data1)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [616e] formal_parameter \"fd\"\n          abstract_origin (ref4)\n        [6173] formal_parameter \"buf\"\n          abstract_origin (ref4)\n        [6178] formal_parameter \"len\"\n          abstract_origin (ref4)\n        [617d] formal_parameter \"off\"\n          abstract_origin (ref4)\n        [6182] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [56b1,56f5) {reg3}\n          GNU_locviews (sec_offset)\n        [618f] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [6198] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [56d1,56e5) {reg0}\n            GNU_locviews (sec_offset)\n          [61a5] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [61ae] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [56cb,56e9) {reg0}\n              GNU_locviews (sec_offset)\n            [61bb] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [61cc] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [61d5] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg12(0), breg3(0), plus}\n              [61de] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit6, breg3(0), minus}\n              [61e6] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg15(0)}\n            [61ed] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n      [61fd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [620e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [621b] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5fc8)}\n        [6228] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [622e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [623b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [6248] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-524), deref_size(4)}\n        [6251] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-440), deref}\n    [625b] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6268] variable \"phdr_mem\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [6271] variable \"phdr\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1bc6,1bdb) {reg0}\n        GNU_locviews (sec_offset)\n      [627e] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [62a4] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (implicit_const)\n          call_column (implicit_const)\n          [62c3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [62d4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [62db] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [62ec] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [62f3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [6300] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg12(0)}\n      [6309] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [632f] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1c4a,1c5c) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [633c] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1c4a,1c5c) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6349] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1c4a,1c5c) {reg0}\n          GNU_locviews (sec_offset)\n        [6356] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [6363] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [6368] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n          [636d] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {fbreg(-472), deref}\n      [6377] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6388] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [6390] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [6396] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-352)}\n      [639e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [63af] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [63b7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [63be] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [63cf] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [63d6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [63e3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [63f0] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [63fd] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [6404] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6411] variable \"phdr_mem\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [641a] variable \"phdr\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1cb7,1ccc) {reg0}\n        GNU_locviews (sec_offset)\n      [6427] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [644d] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (implicit_const)\n          call_column (implicit_const)\n          [646c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [647d] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [6484] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [6495] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [649c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [64a9] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg12(0)}\n      [64b2] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [64d8] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1d3b,1d52) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [64e5] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1d3b,1d52) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [64f2] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1d3b,1d52) {reg0}\n          GNU_locviews (sec_offset)\n      [6500] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6511] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [6519] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [651f] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-352)}\n      [6527] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6538] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n        [6540] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [6547] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6558] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [655f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [656c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [6579] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [6586] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [658d] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [65b3] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1d79,1d8a) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [65c0] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1d79,1d85) {breg0(0)}\n              [1d85,1d89) {reg4}\n        GNU_locviews (sec_offset)\n      [65cd] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1d79,1d8a) {reg3}\n        GNU_locviews (sec_offset)\n      [65da] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [65e7] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [65ec] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [65f2] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [65fa] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6607] variable \"grpref\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ea5,1ec9) {breg0(0)}\n              [1ec9,1f14) {reg4}\n              [1f37,1f3c) {reg4}\n              [1f3c,1f49) {breg14(72), deref}\n        GNU_locviews (sec_offset)\n      [6614] variable \"inner\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ea5,1ec9) {lit1, stack_value}\n              [1ee0,1ef4) {reg0}\n              [1ef4,1f00) {breg0(-1), stack_value}\n              [1f00,1f0b) {reg0}\n              [1f37,1f3c) {reg0}\n        GNU_locviews (sec_offset)\n      [6621] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6647] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [6655] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [667b] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5806,581a) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [6688] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5806,581a) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6695] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5806,581a) {reg0}\n          GNU_locviews (sec_offset)\n      [66a3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [66b4] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [66ba] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [66cb] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [66d2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [66df] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [66ec] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [66f9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [6700] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [671a] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [20a1,20bc) {reg0}\n              [20bc,20cc) {reg12}\n        GNU_locviews (sec_offset)\n      [6727] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [20a1,20cc) {fbreg(-544)}\n        GNU_locviews (sec_offset)\n      [6734] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [20a1,20cc) {lit16, stack_value}\n        GNU_locviews (sec_offset)\n    [6742] lexical_block\n      abstract_origin (ref4)\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [675b] variable \"grpref\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228c,22a4) {breg1(0)}\n              [22a4,22ae) {reg1}\n              [22ae,22da) {breg3(72), deref}\n        GNU_locviews (sec_offset)\n      [6768] lexical_block\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        [677d] variable \"in\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [228c,22ae) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n    [678c] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [67b2] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2310,2325) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [67bf] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2310,2325) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [67cc] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2310,2320) {reg0}\n              [2320,2324) {reg1}\n        GNU_locviews (sec_offset)\n      [67d9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [67e6] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [67eb] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [67f0] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n    [67fa] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [6820] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [683f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6850] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [6857] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6868] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [686f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [687c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n    [6885] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [689f] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2516,2525) {reg12}\n        GNU_locviews (sec_offset)\n      [68ac] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2516,2525) {breg3(80)}\n        GNU_locviews (sec_offset)\n      [68b9] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2516,254b) {reg12}\n        GNU_locviews (sec_offset)\n      [68c6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [68d3] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n        [68d9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [68e1] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [68ee] variable \"shdr_indices\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-208)}\n      [68f7] variable \"n\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [25ec,2614) {lit1, stack_value}\n              [2614,261f) {reg1}\n        GNU_locviews (sec_offset)\n      [6904] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        [690d] variable \"j\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2614,261f) {lit0, stack_value}\n                [261f,2650) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n                [2650,2654) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, plus_uconst(1), stack_value}\n                [2654,2659) {breg15(0), fbreg(0), minus, plus_uconst(200), lit3, shr, plus_uconst(1), stack_value}\n                [2842,2867) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n                [2afe,2b50) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n                [4355,43d9) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n          GNU_locviews (sec_offset)\n        [691a] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [6923] variable \"i\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [2623,2659) {reg12}\n                  [2842,2867) {reg12}\n                  [2afe,2b50) {reg12}\n                  [4355,435f) {reg12}\n            GNU_locviews (sec_offset)\n          [6930] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [6956] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (implicit_const)\n              call_column (implicit_const)\n              [6975] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [6986] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [698d] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [699e] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [69a5] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [69b2] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n          [69bb] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [69e1] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [43c2,43d9) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [69ee] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [43c2,43d9) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [69fb] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [43c2,43d9) {reg0}\n              GNU_locviews (sec_offset)\n          [6a09] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [6a1a] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n          [6a20] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [6a31] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [6a38] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [6a45] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [6a52] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [6a5f] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n    [6a68] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6a75] variable \"shdrstrndx\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [6a7e] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [6a8b] variable \"discard_section\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [26fd,2758) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6a98] variable \"debugshdr\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [6aa1] variable \"debugdata\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [26b1,26d1) {reg12}\n                [2788,2792) {reg0}\n                [2792,2811) {reg12}\n                [3daa,3db7) {reg12}\n                [47c1,47ce) {reg0}\n                [47ce,4806) {reg12}\n                [4891,48ef) {reg12}\n          GNU_locviews (sec_offset)\n        [6aae] inlined_subroutine \"memcpy\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6ad4] formal_parameter \"__dest\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [27f6,2807) {reg0}\n            GNU_locviews (sec_offset)\n          [6ae1] formal_parameter \"__src\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [27f6,2808) {reg13}\n            GNU_locviews (sec_offset)\n          [6aee] formal_parameter \"__len\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [27f6,2808) {fbreg(-448)}\n            GNU_locviews (sec_offset)\n          [6afb] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [6b08] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [6b0e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-448), deref}\n        [6b18] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6b3e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [6b4c] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6b72] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [44a2,44b6) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6b7f] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [44a2,44b6) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6b8c] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [44a2,44b6) {reg0}\n            GNU_locviews (sec_offset)\n        [6b9a] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6bc0] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [6bce] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6bf4] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [47f2,4806) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6c01] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [47f2,4806) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6c0e] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [47f2,4806) {reg0}\n            GNU_locviews (sec_offset)\n        [6c1c] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6c42] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (implicit_const)\n            call_column (implicit_const)\n            [6c61] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [6c72] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [6c79] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [6c8a] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [6c91] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [6c9e] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n        [6ca7] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6ccd] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [487a,4891) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6cda] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [487a,4891) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6ce7] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [487a,4891) {reg0}\n            GNU_locviews (sec_offset)\n        [6cf5] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6d1b] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [6d29] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6d4f] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [48c2,48d6) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6d5c] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [48c2,48d6) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6d69] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [48c2,48d6) {reg0}\n            GNU_locviews (sec_offset)\n        [6d77] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6d88] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-496), deref}\n        [6d91] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6da2] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [6da8] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [6db0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6dc1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [6dc8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6dd9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-448), deref}\n        [6de2] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6df3] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [6df9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e0a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6e11] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e22] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6e2f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6e3c] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [6e42] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e53] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6e5a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e6b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6e78] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6e85] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [6e8b] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e9c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6ea3] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6eb4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6ec1] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6ece] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [6ed4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6ee5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6eec] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [6ef9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6f06] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6f13] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [6f1a] inlined_subroutine \"memcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6f34] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3dd3,3df2) {reg0}\n          GNU_locviews (sec_offset)\n        [6f41] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3dd3,3df2) {fbreg(-544)}\n          GNU_locviews (sec_offset)\n        [6f4e] formal_parameter \"__len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3dd3,3df2) {lit16, stack_value}\n          GNU_locviews (sec_offset)\n      [6f5c] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6f82] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3e83,3e89) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6f8f] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3e83,3e89) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6f9c] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3e83,3e89) {reg0}\n          GNU_locviews (sec_offset)\n        [6fa9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [6fb6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [6fbb] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n      [6fc2] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6fe8] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42a5,42b4) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6ff5] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42a5,42b4) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7002] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42a5,42b4) {reg0}\n          GNU_locviews (sec_offset)\n      [7010] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7036] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7044] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [706a] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [49df,49f3) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [7077] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [49df,49f3) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7084] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [49df,49f3) {reg0}\n          GNU_locviews (sec_offset)\n      [7092] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70a3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n        [70ab] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-208)}\n      [70b3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70c4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n      [70cd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70de] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [70e6] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-352)}\n      [70ee] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70ff] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n      [7108] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7119] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [7120] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7131] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n      [713f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7150] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [7157] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7168] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [7175] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6388)}\n        [7182] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [7188] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7199] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [71a0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [71b1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [71b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [71c5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [71d2] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [71df] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [71e6] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [71f3] variable \"symdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2953,2972) {breg3(72)}\n              [2c9c,2cc4) {breg3(72)}\n        GNU_locviews (sec_offset)\n      [7200] variable \"xndxdata\"\n        abstract_origin (ref4)\n      [7205] variable \"elsize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [29b6,29ba) {reg0}\n              [29ba,29fe) {reg5}\n              [29fe,2ab3) {reg12}\n              [2abf,2afe) {reg12}\n              [2b50,2b66) {reg12}\n              [2b6e,2baa) {reg12}\n              [43d9,43e0) {reg12}\n        GNU_locviews (sec_offset)\n      [7212] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [721f] variable \"inner\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [29b6,29fe) {lit0, stack_value}\n                [29fe,2ab3) {reg14}\n                [2abf,2afe) {reg14}\n                [2b50,2b66) {reg14}\n                [2b6e,2baa) {reg14}\n                [43d9,445a) {reg14}\n          GNU_locviews (sec_offset)\n        [722c] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [7235] variable \"sym_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-352)}\n          [723e] variable \"xndx\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-400)}\n          [7247] variable \"sym\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [29fe,2a1c) {reg10}\n                  [2a60,2a6a) {reg0}\n                  [2a6a,2ab3) {reg10}\n                  [2abf,2ae9) {reg10}\n                  [2ae9,2af5) {fbreg(-504)}\n                  [2b6e,2b78) {fbreg(-504)}\n                  [43d9,43f8) {reg0}\n            GNU_locviews (sec_offset)\n          [7254] variable \"scnidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [29fe,2a04) {reg0}\n                  [2a6a,2ab3) {reg0}\n            GNU_locviews (sec_offset)\n          [7261] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7287] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (implicit_const)\n              call_column (implicit_const)\n              [72a6] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [72b7] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [72be] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [72cf] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [72d6] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [72e3] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n          [72ec] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7312] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4443,445a) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [731f] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4443,445a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [732c] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4443,445a) {reg0}\n              GNU_locviews (sec_offset)\n          [733a] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [734b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg13(0)}\n            [7351] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-448), deref}\n            [7359] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg14(0)}\n            [735f] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-352)}\n            [7366] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-440), deref}\n          [736f] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7380] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-488), deref}\n          [7389] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [739a] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n          [73a3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [73b4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-488), deref}\n            [73bc] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-504), deref}\n          [73c5] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [73d6] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [73dd] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [73ea] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [73f7] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7404] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n      [740c] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7432] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7440] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7466] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2d29,2d3d) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [7473] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2d29,2d3d) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7480] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2d29,2d3d) {reg0}\n          GNU_locviews (sec_offset)\n      [748e] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [74b4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [74c2] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [74e8] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2db6,2dca) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [74f5] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2db6,2dca) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7502] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2db6,2dca) {reg0}\n          GNU_locviews (sec_offset)\n      [7510] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7521] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [7529] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit11}\n        [752e] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit1}\n        [7533] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {lit1}\n      [7539] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [754a] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [7550] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7561] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [7568] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7579] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [7586] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [7593] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [7599] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [75aa] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [75b0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [75c1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [75c8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [75d5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [75e2] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [75ef] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [75f6] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [7610] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2be8,2bf5) {reg12}\n        GNU_locviews (sec_offset)\n      [761d] formal_parameter \"name\"\n        abstract_origin (ref4)\n      [7622] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2be8,2c1d) {reg12}\n        GNU_locviews (sec_offset)\n      [762f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [763c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n        [7642] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [764a] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [7657] variable \"is_comdat\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c85,2c8b) {breg2(0), lit1, and, stack_value}\n              [2c8b,2c8e) {breg1(0), deref, deref_size(1), lit1, and, stack_value}\n              [2c8e,2c91) {breg0(72), deref, deref, deref_size(1), lit1, and, stack_value}\n        GNU_locviews (sec_offset)\n    [7665] inlined_subroutine \"memset\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [767f] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2dee,2df2) {reg0}\n              [2df2,2df3) {reg14}\n        GNU_locviews (sec_offset)\n      [768c] formal_parameter \"__ch\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2dee,2df3) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [7699] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2dee,2df2) {reg1}\n        GNU_locviews (sec_offset)\n      [76a6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [76b3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg14(0)}\n        [76b9] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [76c0] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [76e6] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2e2f,2e43) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [76f3] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2e2f,2e43) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [7700] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2e2f,2e3e) {reg0}\n              [2e3e,2e42) {reg1}\n        GNU_locviews (sec_offset)\n      [770d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [771a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [771f] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [7724] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [772a] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [7732] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [7758] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [7777] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7788] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [778f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [77a0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [77a7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [77b4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n    [77bd] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [77e3] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2f2e,2f3f) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [77f0] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2f2e,2f3f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [77fd] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2f2e,2f3a) {reg0}\n              [2f3a,2f3e) {reg1}\n        GNU_locviews (sec_offset)\n      [780a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [7817] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [781c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [7823] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [7830] variable \"newdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3323,332d) {reg0}\n              [332d,3378) {reg15}\n              [352c,365a) {reg15}\n              [365a,397f) {fbreg(-688)}\n              [3985,39d9) {fbreg(-688)}\n              [39df,3a63) {fbreg(-688)}\n              [3a8c,3aaa) {reg15}\n              [3aaa,3ab7) {reg0}\n              [3ab7,3af0) {reg15}\n              [3b4e,3b8d) {fbreg(-688)}\n        GNU_locviews (sec_offset)\n      [783d] variable \"sh_link\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [32a9,32b6) {reg2}\n              [32b6,346a) {fbreg(-624)}\n              [34c7,397f) {fbreg(-624)}\n              [3985,39d9) {fbreg(-624)}\n              [39df,3a63) {fbreg(-624)}\n              [3a6f,3ae3) {fbreg(-624)}\n              [3af0,3b48) {fbreg(-624)}\n              [3b4e,3b8d) {fbreg(-624)}\n        GNU_locviews (sec_offset)\n      [784a] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [7857] variable \"grpref\"\n          abstract_origin (ref4)\n        [785c] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [7865] variable \"inner\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [34e1,34fe) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n      [7874] lexical_block\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        sibling (ref4)\n        [788d] variable \"filesz\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [33cb,33d6) {reg0}\n          GNU_locviews (sec_offset)\n        [789a] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [78c0] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (implicit_const)\n            call_column (implicit_const)\n            [78df] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [78f0] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [78f7] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [7908] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [790f] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [791c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n        [7925] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [794b] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3453,346a) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [7958] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3453,346a) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [7965] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3453,346a) {reg0}\n            GNU_locviews (sec_offset)\n        [7973] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7984] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-616), deref}\n          [798c] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n        [7993] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [79a4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [79ab] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [79b8] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [79c5] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [79d2] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [79d9] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [79e6] variable \"versiondata\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [352c,35e9) {lit0, stack_value}\n                [35e9,35fd) {reg0}\n                [35fd,361a) {reg2}\n                [3a8c,3aaa) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [79f3] variable \"shndxdata\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [352c,3586) {lit0, stack_value}\n                [3586,35a0) {reg0}\n                [35a0,3aa2) {reg13}\n                [3aa2,3aaa) {lit0, stack_value}\n                [3b4e,3b93) {reg13}\n          GNU_locviews (sec_offset)\n        [7a00] variable \"elsize\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3551,3554) {reg0}\n                [3554,3660) {reg14}\n                [3660,397f) {fbreg(-568)}\n                [3985,39d9) {fbreg(-568)}\n                [39df,3a63) {fbreg(-568)}\n                [3a6f,3a8c) {fbreg(-568)}\n                [3a8c,3aaa) {reg14}\n                [3b4e,3b8d) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [7a0d] variable \"last_was_local\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3634,367c) {lit1, stack_value}\n                [367c,36c9) {fbreg(-592)}\n                [36c9,36d0) {lit0, stack_value}\n                [36d7,37dc) {fbreg(-592)}\n                [37dc,37e4) {lit0, stack_value}\n                [37f3,397f) {fbreg(-592)}\n                [3985,39d9) {fbreg(-592)}\n                [39df,3a63) {fbreg(-592)}\n                [3b4e,3b8d) {fbreg(-592)}\n          GNU_locviews (sec_offset)\n        [7a1a] variable \"destidx\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3634,367c) {lit1, stack_value}\n                [367c,36b1) {reg14}\n                [36b1,36da) {reg1}\n                [36da,37bd) {reg14}\n                [37bd,37f3) {reg1}\n                [37f3,392c) {reg14}\n                [392c,393b) {breg14(1), stack_value}\n                [393b,3a6f) {reg14}\n                [3b4e,3b93) {reg14}\n          GNU_locviews (sec_offset)\n        [7a27] variable \"inner\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3634,367c) {lit1, stack_value}\n                [367c,3a6f) {reg12}\n                [3b4e,3b93) {reg12}\n          GNU_locviews (sec_offset)\n        [7a34] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [7a41] variable \"sec\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3769,3794) {reg8}\n                  [37f3,385f) {reg8}\n                  [389f,38c0) {reg8}\n                  [38d2,38f3) {reg8}\n                  [3a18,3a24) {reg8}\n            GNU_locviews (sec_offset)\n          [7a4e] variable \"sym_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-352)}\n          [7a57] variable \"xshndx\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-428)}\n          [7a60] variable \"sym\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [367c,36f8) {reg3}\n                  [3717,3727) {reg0}\n                  [3727,396c) {reg3}\n                  [3985,39c6) {reg3}\n                  [39df,39e6) {reg3}\n                  [3a18,3a29) {reg3}\n                  [3a29,3a36) {reg0}\n                  [3a36,3a4e) {reg3}\n                  [3b4e,3b7a) {reg3}\n            GNU_locviews (sec_offset)\n          [7a6d] variable \"sidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3749,375a) {reg0}\n            GNU_locviews (sec_offset)\n          [7a7a] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [7a87] variable \"nshndx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3785,3794) {reg0}\n                    [389f,38c0) {const1s(-1), stack_value}\n                    [3a18,3a29) {reg0}\n              GNU_locviews (sec_offset)\n            [7a94] variable \"nxshndx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3785,3794) {lit0, stack_value}\n                    [389f,38c0) {reg8}\n                    [3a18,3a29) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7aa1] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [7ac7] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [7ad5] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [7afb] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [3971,3985) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [7b08] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [3971,3985) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [7b15] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [3971,3985) {reg0}\n                GNU_locviews (sec_offset)\n            [7b23] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [7b34] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg13(0)}\n              [7b3a] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {breg14(0)}\n              [7b40] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg3(0)}\n            [7b47] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [7b58] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [7b5f] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [7b6c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [7b79] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [7b86] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n          [7b8d] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7bb3] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [38f4,390c) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7bc0] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [38f4,390c) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7bcd] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [38f4,3907) {reg0}\n                    [3907,390b) {reg1}\n              GNU_locviews (sec_offset)\n            [7bda] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [7be7] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit0}\n              [7bec] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n              [7bf1] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg12(0)}\n              [7bf7] call_site_parameter\n                location (exprloc) {reg8}\n                call_value (exprloc) {fbreg(-576), deref}\n          [7c01] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7c27] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n          [7c35] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7c5b] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [39cb,39df) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [7c68] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [39cb,39df) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7c75] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [39cb,39df) {reg0}\n              GNU_locviews (sec_offset)\n          [7c83] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7ca9] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n          [7cb7] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7cdd] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3a5a,3a6f) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [7cea] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3a5a,3a6f) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7cf7] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3a5a,3a6f) {reg0}\n              GNU_locviews (sec_offset)\n          [7d05] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7d2b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n          [7d39] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7d5f] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3b7f,3b93) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [7d6c] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3b7f,3b93) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7d79] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3b7f,3b93) {reg0}\n              GNU_locviews (sec_offset)\n          [7d87] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7d98] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [7d9e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg14(0)}\n            [7da4] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {breg3(0)}\n          [7dab] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7dbc] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [7dc2] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg12(0)}\n            [7dc8] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-648), deref}\n            [7dd0] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-640), deref}\n          [7dd9] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7dea] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n            [7df2] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-624), deref}\n          [7dfb] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e0c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-488), deref}\n            [7e14] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg3(0)}\n          [7e1b] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e2c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-696), deref}\n            [7e34] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x64a8)}\n            [7e41] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [7e47] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e58] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg14(0)}\n            [7e5e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg3(0)}\n          [7e65] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e76] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [7e7d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e8e] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-440), deref}\n            [7e96] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7ea3] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [7ea9] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7eba] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [7ec1] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7ed2] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [7edf] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7eec] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [7ef2] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7f03] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [7f0a] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [7f17] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [7f24] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7f31] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n        [7f38] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7f49] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [7f51] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [7f56] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [7f5b] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [7f61] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7f72] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [7f78] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7f89] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [7f8f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7fa0] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit4}\n        [7fa6] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7fb4] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7fda] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7fe8] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [800e] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3adb,3af0) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [801b] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3adb,3af0) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [8028] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3adb,3af0) {reg0}\n          GNU_locviews (sec_offset)\n      [8036] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [805c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [806a] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [8090] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3b39,3b4e) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [809d] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3b39,3b4e) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [80aa] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3b39,3b4e) {reg0}\n          GNU_locviews (sec_offset)\n      [80b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [80c9] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n      [80d2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [80df] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [80f0] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-616), deref}\n      [80f9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [810a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [8111] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8122] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [812f] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [813c] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [8142] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8153] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [8159] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [816a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [8171] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [817e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [818b] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [8198] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [819f] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [81ac] variable \"info\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [346a,348e) {breg14(-12), stack_value}\n              [3f25,3f41) {breg14(-12), stack_value}\n              [3f41,3f60) {breg14(-156), stack_value}\n              [3f60,414e) {breg14(-12), stack_value}\n              [414e,415e) {breg14(-156), stack_value}\n              [49f3,4afb) {breg14(-12), stack_value}\n              [4b10,5134) {breg14(-12), stack_value}\n              [52d4,5382) {breg14(-12), stack_value}\n        GNU_locviews (sec_offset)\n      [81b9] variable \"symtabidx\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [346a,348e) {breg14(88)}\n              [3f25,3f33) {breg14(88)}\n              [3f72,3fe3) {breg14(88)}\n              [4b10,4b20) {breg14(88)}\n              [4fa8,4fcc) {breg14(88)}\n              [52d4,5300) {breg14(88)}\n              [5306,5313) {breg14(88)}\n        GNU_locviews (sec_offset)\n      [81c6] variable \"newsymidx\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [346a,348e) {reg13}\n              [3f25,3f33) {reg13}\n              [3fa0,4139) {reg13}\n              [49f3,4b17) {reg13}\n              [4b17,4b20) {breg3(136)}\n              [4f62,5134) {reg13}\n              [52d4,5382) {reg13}\n        GNU_locviews (sec_offset)\n      [81d3] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        [81dc] variable \"d\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ff4,4032) {reg0}\n                [4032,414e) {reg12}\n                [49f3,4b10) {reg12}\n                [4f62,4f93) {reg12}\n          GNU_locviews (sec_offset)\n        [81e9] variable \"nrels\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4044,4048) {reg0}\n                [4048,414e) {reg15}\n                [49f3,4ab5) {reg15}\n                [4aca,4b10) {reg15}\n                [4f62,4fa8) {reg15}\n          GNU_locviews (sec_offset)\n        [81f6] variable \"symsize\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4055,4059) {reg0}\n                [4059,4086) {reg2}\n                [49f3,4a0e) {reg2}\n          GNU_locviews (sec_offset)\n        [8203] variable \"symidxn\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4067,4086) {reg0}\n                [4086,4142) {fbreg(-568)}\n                [49f3,4a0e) {reg0}\n                [4a0e,4abe) {fbreg(-568)}\n                [4aca,4b04) {fbreg(-568)}\n                [4f62,4f9c) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [8210] variable \"symd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4b46,4b5f) {reg0}\n                [4b5f,4f62) {reg12}\n                [4ff2,501c) {reg0}\n                [501c,5134) {reg12}\n          GNU_locviews (sec_offset)\n        [821d] variable \"hashd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4b66,4b7c) {reg0}\n                [4b7c,4bc1) {reg9}\n                [4bc1,4c18) {fbreg(-600)}\n                [4d79,4db5) {reg9}\n                [4db5,4df8) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [822a] variable \"symz\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5029,502d) {reg0}\n                [502d,5134) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [8237] variable \"syms\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5038,503c) {breg0(0), convert{long unsigned int,unsigned,64@[2f]}, fbreg(-568), deref, convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n                [503c,5134) {fbreg(-576), deref, convert{long unsigned int,unsigned,64@[2f]}, fbreg(-568), deref, convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n          GNU_locviews (sec_offset)\n        [8244] variable \"verd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5043,506d) {reg0}\n                [506d,5134) {reg15}\n          GNU_locviews (sec_offset)\n        [8251] variable \"verstab\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5055,50df) {reg3}\n          GNU_locviews (sec_offset)\n        [825e] variable \"elsize\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5073,5077) {reg0}\n                [5077,5082) {reg2}\n          GNU_locviews (sec_offset)\n        [826b] variable \"vers\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5082,508d) {reg0}\n                [508d,50c4) {reg4}\n                [50c4,50ce) {reg2}\n          GNU_locviews (sec_offset)\n        [8278] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [8281] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [532c,534c) {reg0}\n                [534c,5382) {reg15}\n          GNU_locviews (sec_offset)\n        [828e] variable \"symsz\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5356,535a) {reg0}\n                [535a,5371) {reg4}\n          GNU_locviews (sec_offset)\n        [829b] variable \"symn\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5356,535a) {breg3(72), deref, plus_uconst(16), deref, convert{long unsigned int,unsigned,64@[2f]}, breg0(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n                [535a,5371) {breg3(72), deref, plus_uconst(16), deref, convert{long unsigned int,unsigned,64@[2f]}, breg4(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n          GNU_locviews (sec_offset)\n        [82a8] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [82b5] variable \"relidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4071,4086) {lit0, stack_value}\n                  [4086,412d) {reg3}\n                  [4f62,4f87) {reg3}\n            GNU_locviews (sec_offset)\n          [82c2] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [82cb] variable \"rel_mem\"\n              abstract_origin (ref4)\n              location (exprloc) {fbreg(-352)}\n            [82d4] variable \"symidx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [409b,40be) {reg4}\n                    [40be,40d2) {fbreg(-344), deref, const1u(32), shr, stack_value}\n              GNU_locviews (sec_offset)\n            [82e1] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [8307] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [8315] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [833b] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4139,414e) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [8348] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4139,414e) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [8355] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4139,414e) {reg0}\n                GNU_locviews (sec_offset)\n            [8363] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [8389] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [8397] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [83bd] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4f93,4fa8) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [83ca] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4f93,4fa8) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [83d7] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4f93,4fa8) {reg0}\n                GNU_locviews (sec_offset)\n            [83e5] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [83f6] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [83fc] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [8402] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [840b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [841c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [8422] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [8428] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [8431] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [8442] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [8449] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [845a] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [8467] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [8474] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n            [847a] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [848b] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [8492] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [849f] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [84ac] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [84b9] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n        [84c1] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [84da] variable \"relidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [49f3,4a0e) {lit0, stack_value}\n                  [4a0e,4aa9) {reg3}\n                  [4aca,4aef) {reg3}\n            GNU_locviews (sec_offset)\n          [84e7] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [84f0] variable \"rel_mem\"\n              abstract_origin (ref4)\n              location (exprloc) {fbreg(-352)}\n            [84f9] variable \"symidx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4a1b,4a3e) {reg4}\n                    [4a3e,4a52) {fbreg(-344), deref, const1u(32), shr, stack_value}\n              GNU_locviews (sec_offset)\n            [8506] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [852c] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [853a] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [8560] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ab5,4aca) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [856d] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ab5,4aca) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [857a] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ab5,4aca) {reg0}\n                GNU_locviews (sec_offset)\n            [8588] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [85ae] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [85bc] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [85e2] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4afb,4b10) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [85ef] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4afb,4b10) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [85fc] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4afb,4b10) {reg0}\n                GNU_locviews (sec_offset)\n            [860a] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [861b] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [8621] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [8627] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [8630] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [8641] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [8647] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [864d] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [8656] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [8667] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [866e] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [867f] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [868c] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [8699] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n            [869f] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [86b0] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [86b7] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [86c4] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [86d1] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [86de] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n        [86e6] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [86ff] variable \"bucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4b90,4bb0) {fbreg(-568)}\n                  [4c27,4c48) {fbreg(-568), deref, plus_uconst(16), stack_value}\n                  [4c48,4c72) {reg2}\n                  [4c72,4d79) {fbreg(-568)}\n            GNU_locviews (sec_offset)\n          [870c] variable \"strshndx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4b90,4bbd) {fbreg(-576), deref_size(4), const4u(4294967295), and, stack_value}\n            GNU_locviews (sec_offset)\n          [8719] variable \"elsize\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4bc5,4bca) {reg0}\n                  [4bca,4d79) {reg13}\n            GNU_locviews (sec_offset)\n          [8726] variable \"nbucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4bd4,4c53) {fbreg(-568), deref}\n                  [4c53,4d79) {reg15}\n            GNU_locviews (sec_offset)\n          [8733] variable \"nchain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4bd4,4c27) {fbreg(-568), deref, plus_uconst(8)}\n                  [4c27,4c48) {reg2}\n                  [4c48,4d79) {fbreg(-600)}\n            GNU_locviews (sec_offset)\n          [8740] variable \"maxwords\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4be6,4bfb) {reg1}\n                  [4bfb,4c0e) {breg1(2), stack_value}\n                  [4c0e,4c27) {breg9(16), deref, lit3, shr, stack_value}\n            GNU_locviews (sec_offset)\n          [874d] variable \"chain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4c27,4c48) {fbreg(-568), deref, deref, lit3, shl, fbreg(-568), deref, plus, plus_uconst(16), stack_value}\n                  [4c48,4c53) {fbreg(-568), deref, deref, lit3, shl, breg2(0), plus, stack_value}\n                  [4c53,4c72) {breg15(0), lit3, shl, breg2(0), plus, stack_value}\n                  [4c72,4d79) {breg15(0), lit3, shl, fbreg(-568), deref, plus, stack_value}\n            GNU_locviews (sec_offset)\n          [875a] variable \"n_size\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4c3a,4c76) {reg0}\n            GNU_locviews (sec_offset)\n          [8767] inlined_subroutine \"memset\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            ranges (sec_offset)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [8781] formal_parameter \"__dest\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c77,4c9a) {fbreg(-568)}\n              GNU_locviews (sec_offset)\n            [878e] formal_parameter \"__ch\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c77,4c9a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [879b] formal_parameter \"__len\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c77,4c99) {breg12(16), deref, convert{long unsigned int,unsigned,64@[2f]}, breg13(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], breg15(0), plus, lit3, shl, stack_value}\n              GNU_locviews (sec_offset)\n            [87a8] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [87b5] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-568), deref}\n              [87bd] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n          [87c4] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [87d1] variable \"inner\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c9d,4d79) {reg3}\n              GNU_locviews (sec_offset)\n            [87de] lexical_block\n              abstract_origin (ref4)\n              ranges (sec_offset)\n              [87e7] variable \"sym_mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-352)}\n              [87f0] variable \"sym\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4cfb,4d18) {reg0}\n                GNU_locviews (sec_offset)\n              [87fd] variable \"name\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4d19,4d36) {reg0}\n                GNU_locviews (sec_offset)\n              [880a] variable \"hidx\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4d37,4d3c) {breg0(0), breg15(0), mod, stack_value}\n                      [4d3c,4d47) {reg1}\n                      [4d5e,4d68) {reg0}\n                GNU_locviews (sec_offset)\n              [8817] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [8828] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n                [882e] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg3(0)}\n                [8834] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-560), deref}\n              [883d] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [884e] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-456), deref}\n                [8856] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-576), deref}\n              [885f] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n          [886e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [887f] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n            [8887] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit11}\n            [888c] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit1}\n            [8891] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {lit1}\n          [8897] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [88a4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-592), deref}\n            [88ac] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-496), deref}\n            [88b4] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-520), deref}\n            [88bc] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-472), deref}\n        [88c6] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [88df] variable \"bucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4d84,4dab) {fbreg(-576)}\n                  [4dff,4e1c) {breg8(8), stack_value}\n                  [4e1c,4f62) {reg15}\n            GNU_locviews (sec_offset)\n          [88ec] variable \"strshndx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4d84,4db1) {fbreg(-600), deref_size(4), const4u(4294967295), and, stack_value}\n            GNU_locviews (sec_offset)\n          [88f9] variable \"elsize\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dc7,4dce) {reg0}\n                  [4dce,4e23) {reg4}\n                  [4e23,4f62) {fbreg(-568)}\n            GNU_locviews (sec_offset)\n          [8906] variable \"nchain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dd8,4ddd) {reg0}\n                  [4ddd,4f62) {fbreg(-576)}\n            GNU_locviews (sec_offset)\n          [8913] variable \"nbucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dd8,4f62) {reg13}\n            GNU_locviews (sec_offset)\n          [8920] variable \"used_buf\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dd8,4ddd) {breg0(0), const4u(4294967295), and, breg13(0), plus, plus_uconst(2), lit2, shl, stack_value}\n                  [4ddd,4f62) {fbreg(-576), deref_size(4), const4u(4294967295), and, breg13(0), plus, plus_uconst(2), lit2, shl, stack_value}\n            GNU_locviews (sec_offset)\n          [892d] variable \"chain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dff,4e1c) {breg13(0), lit2, shl, breg8(0), plus, plus_uconst(8), stack_value}\n                  [4e1c,4f62) {breg13(0), lit2, shl, breg15(0), plus, stack_value}\n            GNU_locviews (sec_offset)\n          [893a] variable \"n_size\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4e08,4e43) {reg0}\n            GNU_locviews (sec_offset)\n          [8947] inlined_subroutine \"memset\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            ranges (sec_offset)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [8961] formal_parameter \"__dest\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e44,4e67) {reg15}\n              GNU_locviews (sec_offset)\n            [896e] formal_parameter \"__ch\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e44,4e67) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [897b] formal_parameter \"__len\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e44,4e66) {breg12(16), deref, convert{long unsigned int,unsigned,64@[2f]}, fbreg(-568), deref, convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], breg13(0), plus, lit2, shl, stack_value}\n              GNU_locviews (sec_offset)\n            [8988] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [8995] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg15(0)}\n              [899b] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n          [89a2] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [89af] variable \"inner\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e6a,4f62) {reg3}\n              GNU_locviews (sec_offset)\n            [89bc] lexical_block\n              abstract_origin (ref4)\n              ranges (sec_offset)\n              [89c5] variable \"sym_mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-352)}\n              [89ce] variable \"sym\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ed8,4ef5) {reg0}\n                GNU_locviews (sec_offset)\n              [89db] variable \"name\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ef6,4f19) {reg0}\n                GNU_locviews (sec_offset)\n              [89e8] variable \"hidx\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ea1,4eac) {reg1}\n                      [4f1a,4f1f) {breg0(0), breg13(0), mod, stack_value}\n                      [4f1f,4f27) {reg1}\n                      [4f27,4f2a) {breg0(0), const4u(4294967295), and, stack_value}\n                      [4f2a,4f2e) {breg1(0), lit2, shl, breg15(0), plus, deref_size(4), const4u(4294967295), and, stack_value}\n                      [4f48,4f4b) {breg0(0), const4u(4294967295), and, stack_value}\n                GNU_locviews (sec_offset)\n              [89f5] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [8a06] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n                [8a0c] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg3(0)}\n                [8a12] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-560), deref}\n              [8a1b] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [8a2c] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-456), deref}\n                [8a34] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-592), deref}\n              [8a3d] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n          [8a4c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [8a5d] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n            [8a65] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit11}\n            [8a6a] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit1}\n            [8a6f] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {lit1}\n          [8a75] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [8a82] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-592), deref}\n            [8a8a] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-496), deref}\n            [8a92] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-520), deref}\n            [8a9a] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-472), deref}\n        [8aa4] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [8ab1] variable \"inner\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5082,509f) {lit1, stack_value}\n                  [509f,50c4) {reg0}\n            GNU_locviews (sec_offset)\n        [8abf] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8ad0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n        [8ad9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8aea] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8af0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b01] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8b09] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [8b0e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8b13] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8b19] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b2a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg13(0)}\n        [8b31] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b42] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg13(0)}\n        [8b49] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b5a] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8b60] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b71] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [8b77] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8b7d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b8e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [8b95] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8ba6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [8bad] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8bbe] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8bc4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8bd5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8bdd] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [8be2] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8be7] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8bed] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8bfe] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [8c04] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8c0a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c1b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8c23] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8c28] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8c2e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c3f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8c47] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8c4c] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8c52] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c63] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n          [8c6b] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8c71] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c82] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-592), deref}\n          [8c8a] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg15(0)}\n          [8c90] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {fbreg(-496), deref}\n          [8c98] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {fbreg(-520), deref}\n          [8ca0] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-472), deref}\n        [8ca9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8cba] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-496), deref}\n          [8cc2] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-520), deref}\n        [8ccb] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8cdc] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n        [8ce5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8cf6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [8cfc] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-560), deref}\n        [8d05] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8d16] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8d1e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [8d23] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8d28] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8d2e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [8d3b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [8d41] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg15(0)}\n    [8d4a] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8d70] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8d7e] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8da4] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8db2] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8dd8] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3bc4,3bd8) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [8de5] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3bc4,3bd8) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [8df2] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3bc4,3bd3) {reg0}\n              [3bd3,3bd7) {reg1}\n        GNU_locviews (sec_offset)\n      [8dff] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [8e0c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [8e11] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [8e16] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n    [8e1e] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8e44] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8e52] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [8e5f] variable \"filesz\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3cfa,3d05) {reg2}\n        GNU_locviews (sec_offset)\n      [8e6c] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [8e92] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [8ea0] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [8ec6] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ecd,3ee1) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [8ed3] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ecd,3ee1) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [8ee0] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ecd,3ee1) {reg0}\n          GNU_locviews (sec_offset)\n      [8eee] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8eff] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [8f06] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8f17] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [8f1e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [8f2b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [8f38] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [8f45] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [8f4c] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8f72] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8f80] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8fa6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8fb4] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8fda] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3d96,3daa) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [8fe7] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3d96,3da5) {breg0(0)}\n              [3da5,3da9) {reg4}\n        GNU_locviews (sec_offset)\n      [8ff4] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3d96,3daa) {reg3}\n        GNU_locviews (sec_offset)\n      [9001] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [900e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [9013] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [9019] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg14(0)}\n    [9021] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9047] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4332,4346) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9054] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4332,4346) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9061] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4332,4341) {reg0}\n              [4341,4345) {reg1}\n        GNU_locviews (sec_offset)\n      [906e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [907b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9080] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9085] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [908b] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [9093] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [90b9] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [457e,458f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [90c6] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [457e,458a) {breg0(0)}\n              [458a,458e) {reg4}\n        GNU_locviews (sec_offset)\n      [90d3] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [457e,458f) {reg3}\n        GNU_locviews (sec_offset)\n      [90e0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [90ed] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [90f2] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [90f8] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg14(0)}\n    [9100] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [910d] variable \"debug_basename\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [46f3,4701) {reg1}\n              [4701,47bc) {fbreg(-480)}\n        GNU_locviews (sec_offset)\n      [911a] variable \"crc_offset\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4702,4713) {breg0(1), stack_value}\n              [4713,472b) {breg0(4), stack_value}\n              [472b,47c1) {fbreg(-448), deref, plus_uconst(4), stack_value}\n        GNU_locviews (sec_offset)\n      [9127] inlined_subroutine \"xbasename\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9141] formal_parameter \"s\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [46d2,46e0) {reg1}\n                [46e0,46f3) {fbreg(-440)}\n          GNU_locviews (sec_offset)\n        [914e] variable \"p\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [46e1,46f3) {reg0}\n          GNU_locviews (sec_offset)\n        [915b] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [9168] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-440), deref}\n          [9170] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(47)}\n      [9178] inlined_subroutine \"strcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9192] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4748,474c) {reg0}\n                [474c,474d) {reg13}\n          GNU_locviews (sec_offset)\n        [919f] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4748,474c) {reg4}\n                [474c,474d) {fbreg(-480)}\n          GNU_locviews (sec_offset)\n        [91ac] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [91b9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg13(0)}\n          [91bf] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-480), deref}\n      [91c9] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [91ef] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [91fd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [920e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-504), deref}\n        [9216] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5f84)}\n        [9223] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit15}\n      [9229] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [923a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n      [9243] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [9250] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [925d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [926e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-480), deref}\n      [9277] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [9288] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [928d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-448), deref, plus_uconst(8)}\n      [9298] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [92a5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n    [92ad] lexical_block\n      abstract_origin (ref4)\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [92c6] variable \"debug_crc\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-428)}\n      [92cf] variable \"debug_crc_data\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [92d8] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [92fe] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [930c] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9332] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [51dd,51f1) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [933f] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [51dd,51f1) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [934c] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [51dd,51f1) {reg0}\n          GNU_locviews (sec_offset)\n      [935a] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9380] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5211,521f) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [938d] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5211,521a) {breg0(0)}\n                [521a,521e) {reg4}\n          GNU_locviews (sec_offset)\n        [939a] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5211,521f) {reg3}\n          GNU_locviews (sec_offset)\n        [93a7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [93b4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [93b9] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg3(0)}\n      [93c1] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [93d2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-440), deref_size(4)}\n        [93db] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-428)}\n      [93e3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [93f4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [93fc] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [9402] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-648), deref}\n      [940b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [941c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [9423] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [9434] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [9441] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [944e] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [9454] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [9465] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [9472] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x64e8)}\n        [947f] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [9485] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [9492] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [94a0] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [94c6] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5263,5274) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [94d3] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5263,526f) {breg0(0)}\n              [526f,5273) {reg4}\n        GNU_locviews (sec_offset)\n      [94e0] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5263,5274) {reg12}\n        GNU_locviews (sec_offset)\n      [94ed] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [94fa] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [94ff] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg12(0)}\n        [9505] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n    [950d] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9533] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [52a0,52b4) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9540] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [52a0,52b4) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [954d] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [52a0,52af) {reg0}\n              [52af,52b3) {reg1}\n        GNU_locviews (sec_offset)\n      [955a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9567] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [956c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9571] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [9577] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [957f] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [95a5] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [53a1,53a9) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [95b2] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [53a1,53a9) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [95bf] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [53a1,53a9) {reg0}\n        GNU_locviews (sec_offset)\n    [95cd] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [95f3] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [9612] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [9623] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [962a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [963b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [9642] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [964f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n    [9658] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [967e] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5433,544a) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [968b] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5433,544a) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9698] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5433,544a) {reg0}\n        GNU_locviews (sec_offset)\n    [96a6] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [96cc] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [548b,5499) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [96d9] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [548b,5494) {breg0(0)}\n              [5494,5498) {reg4}\n        GNU_locviews (sec_offset)\n      [96e6] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [548b,5499) {reg3}\n        GNU_locviews (sec_offset)\n      [96f3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9700] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9705] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n    [970d] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9733] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [9741] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9767] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [9775] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [979b] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [54f8,550d) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [97a8] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [54f8,550d) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [97b5] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [54f8,550d) {reg0}\n        GNU_locviews (sec_offset)\n    [97c3] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [97e9] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [552f,5544) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [97f6] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [552f,5544) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9803] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [552f,553f) {reg0}\n              [553f,5543) {reg1}\n        GNU_locviews (sec_offset)\n      [9810] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [981d] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9822] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9827] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n    [9831] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9857] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5605,5616) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9864] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5605,5616) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9871] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5605,5611) {reg0}\n              [5611,5615) {reg1}\n        GNU_locviews (sec_offset)\n      [987e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [988b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9890] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9895] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n    [989d] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [98c3] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [566b,567f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [98d0] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [566b,567f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [98dd] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [566b,567a) {reg0}\n              [567a,567e) {reg1}\n        GNU_locviews (sec_offset)\n      [98ea] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [98f7] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [98fc] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9901] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [9907] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [990f] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9935] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [9943] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9969] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [57aa,57be) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [9976] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [57aa,57be) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9983] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [57aa,57be) {reg0}\n        GNU_locviews (sec_offset)\n    [9991] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [999e] variable \"zero_off\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [99a7] variable \"zero\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-280)}\n      [99b0] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [99ca] formal_parameter \"fd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {fbreg(-524)}\n                [5a90,5a97) {fbreg(-524)}\n                [5b03,5b11) {fbreg(-524)}\n          GNU_locviews (sec_offset)\n        [99d7] formal_parameter \"buf\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {reg3}\n                [5a90,5a97) {reg3}\n                [5b03,5b0a) {reg3}\n                [5b0a,5b11) {fbreg(-352), stack_value}\n          GNU_locviews (sec_offset)\n        [99e4] formal_parameter \"len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {lit4, stack_value}\n                [5a90,5a97) {lit4, stack_value}\n                [5b03,5b11) {lit4, stack_value}\n          GNU_locviews (sec_offset)\n        [99f1] formal_parameter \"off\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {const1u(32), stack_value}\n                [5a90,5a97) {const1u(32), stack_value}\n                [5b03,5b11) {const1u(32), stack_value}\n          GNU_locviews (sec_offset)\n        [99fe] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,5869) {lit0, stack_value}\n                [5869,58c1) {reg12}\n                [5a90,5a97) {reg12}\n                [5b03,5b11) {reg12}\n          GNU_locviews (sec_offset)\n        [9a0b] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [9a14] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [588d,58a8) {reg0}\n                  [5a90,5a97) {reg0}\n                  [5b03,5b0a) {reg0}\n            GNU_locviews (sec_offset)\n          [9a21] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [9a2a] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5887,58a8) {reg0}\n                    [58b1,58b5) {reg0}\n                    [5a90,5a97) {reg0}\n                    [5b03,5b11) {reg0}\n              GNU_locviews (sec_offset)\n            [9a37] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [9a48] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [9a51] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0), breg12(0), plus}\n              [9a5a] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit4, breg12(0), minus}\n              [9a62] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {fbreg(-456), deref}\n            [9a6b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n      [9a7b] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (data1)\n        call_line (data2)\n        call_column (data1)\n        [9a94] formal_parameter \"fd\"\n          abstract_origin (ref4)\n        [9a99] formal_parameter \"buf\"\n          abstract_origin (ref4)\n        [9a9e] formal_parameter \"len\"\n          abstract_origin (ref4)\n        [9aa3] formal_parameter \"off\"\n          abstract_origin (ref4)\n        [9aa8] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5ab7,5b03) {reg3}\n          GNU_locviews (sec_offset)\n        [9ab5] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [9abe] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5ad7,5af3) {reg0}\n            GNU_locviews (sec_offset)\n          [9acb] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [9ad4] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5ad1,5af7) {reg0}\n              GNU_locviews (sec_offset)\n            [9ae1] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [9af2] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [9afb] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg12(0), breg3(0), plus}\n              [9b04] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit6, breg3(0), minus}\n              [9b0c] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg15(0)}\n            [9b13] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n    [9b24] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9b4a] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [58fd,5915) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9b57] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [58fd,5915) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9b64] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [58fd,5910) {reg0}\n              [5910,5914) {reg1}\n        GNU_locviews (sec_offset)\n      [9b71] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9b7e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9b83] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9b88] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-448), deref}\n        [9b90] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg15(0)}\n    [9b98] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9bbe] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5947,595f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9bcb] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5947,595f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9bd8] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5947,595a) {reg0}\n              [595a,595e) {reg1}\n        GNU_locviews (sec_offset)\n      [9be5] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9bf2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9bf7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9bfc] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n        [9c04] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg15(0)}\n    [9c0c] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9c32] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [59ae,59ca) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9c3f] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [59ae,59ca) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9c4c] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [59ae,59c5) {reg0}\n              [59c5,59c9) {reg1}\n        GNU_locviews (sec_offset)\n      [9c59] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9c66] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9c6b] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9c70] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-448), deref}\n        [9c78] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {fbreg(-512), deref}\n    [9c82] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9ca8] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a16,5a32) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9cb5] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a16,5a32) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9cc2] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a16,5a2d) {reg0}\n              [5a2d,5a31) {reg1}\n        GNU_locviews (sec_offset)\n      [9ccf] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9cdc] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9ce1] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9ce6] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-448), deref}\n        [9cee] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {fbreg(-512), deref}\n    [9cf8] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9d1e] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a6b,5a7f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9d2b] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a6b,5a7f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9d38] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a6b,5a7a) {reg0}\n              [5a7a,5a7e) {reg1}\n        GNU_locviews (sec_offset)\n      [9d45] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9d52] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9d57] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9d5c] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n        [9d62] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg12(0)}\n    [9d6a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9d7b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [9d82] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9d93] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9d9c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9dad] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9db5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-144)}\n    [9dbd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9dce] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9dd6] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-424)}\n    [9dde] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9def] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9df7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-416)}\n    [9dff] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e10] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n      [9e19] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit10}\n      [9e1e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [9e24] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e35] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9e3e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e4f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [9e58] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e69] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit3}\n      [9e6e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [9e74] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e85] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9e8e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e9f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [9ea6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9eb7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n    [9ec0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9ed1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9ed9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-408)}\n    [9ee1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9ef2] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {const1u(144)}\n    [9ef9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f0a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9f12] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg3(0)}\n    [9f19] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f2a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [9f31] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f42] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [9f48] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg14(8)}\n    [9f4f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f60] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9f69] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f7a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [9f87] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6308)}\n      [9f94] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [9f9a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9fab] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [9fb4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9fc5] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9fcd] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit12}\n    [9fd3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9fe4] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [9ff1] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5ec2)}\n      [9ffe] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a004] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a011] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a022] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n      [a02a] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-272)}\n    [a032] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a043] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a049] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit5}\n      [a04e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit1}\n      [a053] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {lit1}\n    [a059] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a06a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a070] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit9}\n      [a075] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit1}\n      [a07a] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {lit1}\n    [a080] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a091] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n      [a099] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg12(0)}\n    [a0a0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a0b1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n      [a0b9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-552), deref}\n    [a0c2] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a0d3] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [a0db] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit6}\n    [a0e1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a0f2] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a0f8] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit5}\n    [a0fe] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a10f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a115] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit3}\n    [a11b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a12c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a139] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f70)}\n      [a146] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a14c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a159] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a166] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a177] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg13(0)}\n    [a17e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a18b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a19c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n    [a1a5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a1b6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a1bf] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a1d0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n    [a1d9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a1ea] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-488), deref}\n    [a1f3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a204] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n      [a20d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-664), deref}\n    [a216] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a227] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n    [a231] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a23e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a24f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-488), deref}\n      [a257] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg3(0)}\n    [a25e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a26f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a276] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a287] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a295] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2a6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a2af] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2c0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a2c7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2d8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a2e6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2f7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit1}\n    [a2fd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a30e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a317] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a324] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a335] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n    [a33e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a34f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n      [a357] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f93)}\n      [a364] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit10}\n    [a36a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a37b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a384] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a391] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a39e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a3af] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n      [a3b7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-584), deref}\n    [a3c0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a3d1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a3d8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a3e9] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a3f7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a408] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a40f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a420] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a427] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a438] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a441] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a452] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a459] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a46a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a477] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x63d8)}\n      [a484] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a48a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a497] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a4a8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n      [a4b0] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit3}\n    [a4b6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a4c7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a4cd] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg3(0)}\n    [a4d4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a4e5] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-440), deref_size(4)}\n      [a4ee] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-652), deref_size(4)}\n    [a4f8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a509] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n    [a510] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a521] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-488), deref}\n      [a529] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-496), deref}\n      [a531] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {fbreg(-544), deref}\n      [a539] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {fbreg(-472), deref}\n    [a542] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a553] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a55c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a56d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a574] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a585] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-440), deref}\n      [a58d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6568)}\n      [a59a] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a5a0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a5b1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a5be] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6588)}\n      [a5cb] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a5d1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a5de] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a5ef] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n    [a5f9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a60a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a611] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a622] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a62f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5fb4)}\n      [a63c] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a642] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a64f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a660] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a667] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a678] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a685] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f9d)}\n      [a692] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a698] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a6a9] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n      [a6b1] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit5}\n      [a6b6] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit8}\n    [a6bc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a6cd] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a6da] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x62e0)}\n      [a6e7] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a6ed] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a6fe] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a705] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a716] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a723] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [a730] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a736] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a747] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a754] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5ed3)}\n      [a761] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a767] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a774] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a785] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a78c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a79d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a7aa] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [a7b7] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a7bd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a7ce] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-440), deref}\n      [a7d6] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6230)}\n      [a7e3] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a7e9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a7fa] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a803] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a814] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a81b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a82c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a833] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a844] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a851] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x62b8)}\n      [a85e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a864] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a875] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a87c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a88d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a89b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a8ac] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a8b3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a8c4] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a8cb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a8dc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a8e9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [a8f6] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a8fc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a909] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a91a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a921] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a932] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a939] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a94a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a957] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f9d)}\n      [a964] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a96a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a97b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a982] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a993] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a9a0] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6540)}\n      [a9ad] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a9b3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a9c4] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a9cb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a9dc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a9e9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x63b0)}\n      [a9f6] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a9fc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [aa0d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [aa14] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [aa25] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [aa32] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6518)}\n      [aa3f] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [aa45] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [aa56] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [aa5d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [aa6a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [aa77] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6568)}\n      [aa84] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n  [aa8b] subprogram \"__stack_chk_fail\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n  [aa94] subprogram \"__builtin_memcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [aa9d] subprogram \"__builtin_mempcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [aaa6] dwarf_procedure\n    location (exprloc) {implicit_value(8){2e58585858585800}}\n  [aab2] subprogram \"__builtin_memset\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [aabb] subprogram \"__builtin_strcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\nPASS: run-varlocs-self.sh\nPASS: run-exprlocs-self.sh\nPASS: run-readelf-test1.sh\nPASS: run-readelf-test2.sh\nPASS: run-readelf-test3.sh\nPASS: run-readelf-test4.sh\nPASS: run-readelf-twofiles.sh\nPASS: run-readelf-macro.sh\nPASS: run-readelf-loc.sh\nPASS: run-readelf-ranges.sh\nPASS: run-readelf-aranges.sh\nPASS: run-readelf-line.sh\nPASS: run-readelf-z.sh\nPASS: run-readelf-frames.sh\nPASS: run-readelf-n.sh\n  0x0000000000000020  X86_64_PC32     000000000000000000      +0 .y00000\n  0x0000000000100020  X86_64_PC32     000000000000000000      +0 .z00000\n  0x0000000000100000  X86_64_PC32     000000000000000000      +0 .y77777\n  0x0000000000200000  X86_64_PC32     000000000000000000      +0 .z77777\nPASS: run-readelf-r-manyfuncs.sh\nNo errors\nPASS: run-retain.sh\nTry the build against itself: /usr/lib/elfutils/ptest/tests/allregs -e /usr/lib/elfutils/ptest/tests/allregs\ninteger registers:\n\t  0: %rax (rax), signed 64 bits\n\t  1: %rdx (rdx), signed 64 bits\n\t  2: %rcx (rcx), signed 64 bits\n\t  3: %rbx (rbx), signed 64 bits\n\t  4: %rsi (rsi), signed 64 bits\n\t  5: %rdi (rdi), signed 64 bits\n\t  6: %rbp (rbp), address 64 bits\n\t  7: %rsp (rsp), address 64 bits\n\t  8: %r8 (r8), signed 64 bits\n\t  9: %r9 (r9), signed 64 bits\n\t 10: %r10 (r10), signed 64 bits\n\t 11: %r11 (r11), signed 64 bits\n\t 12: %r12 (r12), signed 64 bits\n\t 13: %r13 (r13), signed 64 bits\n\t 14: %r14 (r14), signed 64 bits\n\t 15: %r15 (r15), signed 64 bits\n\t 16: %rip (rip), address 64 bits\n\t 49: %rflags (rflags), unsigned 64 bits\nMMX registers:\n\t 41: %mm0 (mm0), unsigned 64 bits\n\t 42: %mm1 (mm1), unsigned 64 bits\n\t 43: %mm2 (mm2), unsigned 64 bits\n\t 44: %mm3 (mm3), unsigned 64 bits\n\t 45: %mm4 (mm4), unsigned 64 bits\n\t 46: %mm5 (mm5), unsigned 64 bits\n\t 47: %mm6 (mm6), unsigned 64 bits\n\t 48: %mm7 (mm7), unsigned 64 bits\nSSE registers:\n\t 17: %xmm0 (xmm0), unsigned 128 bits\n\t 18: %xmm1 (xmm1), unsigned 128 bits\n\t 19: %xmm2 (xmm2), unsigned 128 bits\n\t 20: %xmm3 (xmm3), unsigned 128 bits\n\t 21: %xmm4 (xmm4), unsigned 128 bits\n\t 22: %xmm5 (xmm5), unsigned 128 bits\n\t 23: %xmm6 (xmm6), unsigned 128 bits\n\t 24: %xmm7 (xmm7), unsigned 128 bits\n\t 25: %xmm8 (xmm8), unsigned 128 bits\n\t 26: %xmm9 (xmm9), unsigned 128 bits\n\t 27: %xmm10 (xmm10), unsigned 128 bits\n\t 28: %xmm11 (xmm11), unsigned 128 bits\n\t 29: %xmm12 (xmm12), unsigned 128 bits\n\t 30: %xmm13 (xmm13), unsigned 128 bits\n\t 31: %xmm14 (xmm14), unsigned 128 bits\n\t 32: %xmm15 (xmm15), unsigned 128 bits\ncontrol registers:\n\t 62: %tr (tr), unsigned 64 bits\n\t 63: %ldtr (ldtr), unsigned 64 bits\n\t 64: %mxcsr (mxcsr), unsigned 64 bits\n\t 65: %fcw (fcw), unsigned 16 bits\n\t 66: %fsw (fsw), unsigned 16 bits\nsegment registers:\n\t 50: %es (es), unsigned 16 bits\n\t 51: %cs (cs), unsigned 16 bits\n\t 52: %ss (ss), unsigned 16 bits\n\t 53: %ds (ds), unsigned 16 bits\n\t 54: %fs (fs), unsigned 16 bits\n\t 55: %gs (gs), unsigned 16 bits\n\t 58: %fs.base (fs.base), address 64 bits\n\t 59: %gs.base (gs.base), address 64 bits\nx87 registers:\n\t 33: %st0 (st0), float 80 bits\n\t 34: %st1 (st1), float 80 bits\n\t 35: %st2 (st2), float 80 bits\n\t 36: %st3 (st3), float 80 bits\n\t 37: %st4 (st4), float 80 bits\n\t 38: %st5 (st5), float 80 bits\n\t 39: %st6 (st6), float 80 bits\n\t 40: %st7 (st7), float 80 bits\nTry the build against a presumed native process: /usr/lib/elfutils/ptest/tests/allregs -p 4234\ninteger registers:\n\t  0: %rax (rax), signed 64 bits\n\t  1: %rdx (rdx), signed 64 bits\n\t  2: %rcx (rcx), signed 64 bits\n\t  3: %rbx (rbx), signed 64 bits\n\t  4: %rsi (rsi), signed 64 bits\n\t  5: %rdi (rdi), signed 64 bits\n\t  6: %rbp (rbp), address 64 bits\n\t  7: %rsp (rsp), address 64 bits\n\t  8: %r8 (r8), signed 64 bits\n\t  9: %r9 (r9), signed 64 bits\n\t 10: %r10 (r10), signed 64 bits\n\t 11: %r11 (r11), signed 64 bits\n\t 12: %r12 (r12), signed 64 bits\n\t 13: %r13 (r13), signed 64 bits\n\t 14: %r14 (r14), signed 64 bits\n\t 15: %r15 (r15), signed 64 bits\n\t 16: %rip (rip), address 64 bits\n\t 49: %rflags (rflags), unsigned 64 bits\nMMX registers:\n\t 41: %mm0 (mm0), unsigned 64 bits\n\t 42: %mm1 (mm1), unsigned 64 bits\n\t 43: %mm2 (mm2), unsigned 64 bits\n\t 44: %mm3 (mm3), unsigned 64 bits\n\t 45: %mm4 (mm4), unsigned 64 bits\n\t 46: %mm5 (mm5), unsigned 64 bits\n\t 47: %mm6 (mm6), unsigned 64 bits\n\t 48: %mm7 (mm7), unsigned 64 bits\nSSE registers:\n\t 17: %xmm0 (xmm0), unsigned 128 bits\n\t 18: %xmm1 (xmm1), unsigned 128 bits\n\t 19: %xmm2 (xmm2), unsigned 128 bits\n\t 20: %xmm3 (xmm3), unsigned 128 bits\n\t 21: %xmm4 (xmm4), unsigned 128 bits\n\t 22: %xmm5 (xmm5), unsigned 128 bits\n\t 23: %xmm6 (xmm6), unsigned 128 bits\n\t 24: %xmm7 (xmm7), unsigned 128 bits\n\t 25: %xmm8 (xmm8), unsigned 128 bits\n\t 26: %xmm9 (xmm9), unsigned 128 bits\n\t 27: %xmm10 (xmm10), unsigned 128 bits\n\t 28: %xmm11 (xmm11), unsigned 128 bits\n\t 29: %xmm12 (xmm12), unsigned 128 bits\n\t 30: %xmm13 (xmm13), unsigned 128 bits\n\t 31: %xmm14 (xmm14), unsigned 128 bits\n\t 32: %xmm15 (xmm15), unsigned 128 bits\ncontrol registers:\n\t 62: %tr (tr), unsigned 64 bits\n\t 63: %ldtr (ldtr), unsigned 64 bits\n\t 64: %mxcsr (mxcsr), unsigned 64 bits\n\t 65: %fcw (fcw), unsigned 16 bits\n\t 66: %fsw (fsw), unsigned 16 bits\nsegment registers:\n\t 50: %es (es), unsigned 16 bits\n\t 51: %cs (cs), unsigned 16 bits\n\t 52: %ss (ss), unsigned 16 bits\n\t 53: %ds (ds), unsigned 16 bits\n\t 54: %fs (fs), unsigned 16 bits\n\t 55: %gs (gs), unsigned 16 bits\n\t 58: %fs.base (fs.base), address 64 bits\n\t 59: %gs.base (gs.base), address 64 bits\nx87 registers:\n\t 33: %st0 (st0), float 80 bits\n\t 34: %st1 (st1), float 80 bits\n\t 35: %st2 (st2), float 80 bits\n\t 36: %st3 (st3), float 80 bits\n\t 37: %st4 (st4), float 80 bits\n\t 38: %st5 (st5), float 80 bits\n\t 39: %st6 (st6), float 80 bits\n\t 40: %st7 (st7), float 80 bits\nTry the build against the trivial native program: /usr/lib/elfutils/ptest/tests/allregs -p 4244\ninteger registers:\n\t  0: %rax (rax), signed 64 bits\n\t  1: %rdx (rdx), signed 64 bits\n\t  2: %rcx (rcx), signed 64 bits\n\t  3: %rbx (rbx), signed 64 bits\n\t  4: %rsi (rsi), signed 64 bits\n\t  5: %rdi (rdi), signed 64 bits\n\t  6: %rbp (rbp), address 64 bits\n\t  7: %rsp (rsp), address 64 bits\n\t  8: %r8 (r8), signed 64 bits\n\t  9: %r9 (r9), signed 64 bits\n\t 10: %r10 (r10), signed 64 bits\n\t 11: %r11 (r11), signed 64 bits\n\t 12: %r12 (r12), signed 64 bits\n\t 13: %r13 (r13), signed 64 bits\n\t 14: %r14 (r14), signed 64 bits\n\t 15: %r15 (r15), signed 64 bits\n\t 16: %rip (rip), address 64 bits\n\t 49: %rflags (rflags), unsigned 64 bits\nMMX registers:\n\t 41: %mm0 (mm0), unsigned 64 bits\n\t 42: %mm1 (mm1), unsigned 64 bits\n\t 43: %mm2 (mm2), unsigned 64 bits\n\t 44: %mm3 (mm3), unsigned 64 bits\n\t 45: %mm4 (mm4), unsigned 64 bits\n\t 46: %mm5 (mm5), unsigned 64 bits\n\t 47: %mm6 (mm6), unsigned 64 bits\n\t 48: %mm7 (mm7), unsigned 64 bits\nSSE registers:\n\t 17: %xmm0 (xmm0), unsigned 128 bits\n\t 18: %xmm1 (xmm1), unsigned 128 bits\n\t 19: %xmm2 (xmm2), unsigned 128 bits\n\t 20: %xmm3 (xmm3), unsigned 128 bits\n\t 21: %xmm4 (xmm4), unsigned 128 bits\n\t 22: %xmm5 (xmm5), unsigned 128 bits\n\t 23: %xmm6 (xmm6), unsigned 128 bits\n\t 24: %xmm7 (xmm7), unsigned 128 bits\n\t 25: %xmm8 (xmm8), unsigned 128 bits\n\t 26: %xmm9 (xmm9), unsigned 128 bits\n\t 27: %xmm10 (xmm10), unsigned 128 bits\n\t 28: %xmm11 (xmm11), unsigned 128 bits\n\t 29: %xmm12 (xmm12), unsigned 128 bits\n\t 30: %xmm13 (xmm13), unsigned 128 bits\n\t 31: %xmm14 (xmm14), unsigned 128 bits\n\t 32: %xmm15 (xmm15), unsigned 128 bits\ncontrol registers:\n\t 62: %tr (tr), unsigned 64 bits\n\t 63: %ldtr (ldtr), unsigned 64 bits\n\t 64: %mxcsr (mxcsr), unsigned 64 bits\n\t 65: %fcw (fcw), unsigned 16 bits\n\t 66: %fsw (fsw), unsigned 16 bits\nsegment registers:\n\t 50: %es (es), unsigned 16 bits\n\t 51: %cs (cs), unsigned 16 bits\n\t 52: %ss (ss), unsigned 16 bits\n\t 53: %ds (ds), unsigned 16 bits\n\t 54: %fs (fs), unsigned 16 bits\n\t 55: %gs (gs), unsigned 16 bits\n\t 58: %fs.base (fs.base), address 64 bits\n\t 59: %gs.base (gs.base), address 64 bits\nx87 registers:\n\t 33: %st0 (st0), float 80 bits\n\t 34: %st1 (st1), float 80 bits\n\t 35: %st2 (st2), float 80 bits\n\t 36: %st3 (st3), float 80 bits\n\t 37: %st4 (st4), float 80 bits\n\t 38: %st5 (st5), float 80 bits\n\t 39: %st6 (st6), float 80 bits\n\t 40: %st7 (st7), float 80 bits\nTry the build against itself: /usr/lib/elfutils/ptest/tests/funcretval -e /usr/lib/elfutils/ptest/tests/funcretval\nTry the build against a presumed native process: /usr/lib/elfutils/ptest/tests/funcretval -p 4234\n(/lib/libc.so.6) __libc_check_standard_fds: returns no value\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) _dl_start: returns no value\n(/lib/libc.so.6) _init_first: returns no value\n(/lib/libc.so.6) __libc_init_first: returns no value\n(/lib/libc.so.6) __libc_start_main_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) call_init: returns no value\n(/lib/libc.so.6) __libc_start_call_main: returns no value\n(/lib/libc.so.6) __libc_main: returns no value\n(/lib/libc.so.6) __gnu_get_libc_version: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_get_libc_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) _Unwind_GetCFA: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_ForcedUnwind: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcc_personality_v0: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_Resume: returns no value\n(/lib/libc.so.6) link: return value location: {0x50, 0}\n(/lib/libc.so.6) __errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_db_freemem: returns no value\n(/lib/libc.so.6) free_modules_db: returns no value\n(/lib/libc.so.6) __gconv_close_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_find_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) do_lookup_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) find_derivation: return value location: {0x50, 0}\n(/lib/libc.so.6) increment_counter: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_steps: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) free_derivation: returns no value\n(/lib/libc.so.6) add_derivation: returns no value\n(/lib/libc.so.6) derivation_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_alias_db: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_modules_db: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) __gconv_conf_freemem: returns no value\n(/lib/libc.so.6) __gconv_load_conf: returns no value\n(/lib/libc.so.6) __gconv_read_conf: returns no value\n(/lib/libc.so.6) __gconv_get_path: returns no value\n(/lib/libc.so.6) add_module: returns no value\n(/lib/libc.so.6) insert_module: returns no value\n(/lib/libc.so.6) add_alias: returns no value\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) detect_conflict: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parseconfdir: return value location: {0x50, 0}\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_builtin_trans: returns no value\n(/lib/libc.so.6) __gconv_transform_internal_ucs2reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2reverse_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs2: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_utf8_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_utf8: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ascii_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4le_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4le: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_btwoc_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transliterate: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_cache_freemem: returns no value\n(/lib/libc.so.6) __gconv_release_cache: returns no value\n(/lib/libc.so.6) __gconv_lookup_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_load_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_dl_freemem: returns no value\n(/lib/libc.so.6) do_release_all: returns no value\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) do_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_find_shlib: return value location: {0x50, 0}\n(/lib/libc.so.6) known_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_destroy_spec: returns no value\n(/lib/libc.so.6) __gconv_create_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parse_code: returns no value\n(/lib/libc.so.6) find_suffix: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __duplocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_remove_locale: returns no value\n(/lib/libc.so.6) _nl_find_locale: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) name_present: return value location: {0x50, 0}\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) _nl_archive_subfreeres: returns no value\n(/lib/libc.so.6) _nl_load_locale_from_archive: return value location: {0x50, 0}\n(/lib/libc.so.6) calculate_head_size: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_hashval: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_locale: returns no value\n(/lib/libc.so.6) _nl_load_locale: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_extra_size: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache_ctype: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __localeconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_get_mb_cur_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __newlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nl_langinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __nl_langinfo_l: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_locale_subfreeres: returns no value\n(/lib/libc.so.6) free_category: returns no value\n(/lib/libc.so.6) setlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) setdata: returns no value\n(/lib/libc.so.6) setname: returns no value\n(/lib/libc.so.6) new_composite_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __uselocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_postload_ctype: returns no value\n(/lib/libc.so.6) __collseq_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __collidx_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __current_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert: returns no value\n(/lib/libc.so.6) __libc_assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail_base: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert_perror_fail: returns no value\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) isxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) isupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isspace: return value location: {0x50, 0}\n(/lib/libc.so.6) ispunct: return value location: {0x50, 0}\n(/lib/libc.so.6) isprint: return value location: {0x50, 0}\n(/lib/libc.so.6) isgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) islower: return value location: {0x50, 0}\n(/lib/libc.so.6) isdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) iscntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) isalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) isalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __isblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) isascii: return value location: {0x50, 0}\n(/lib/libc.so.6) toascii: return value location: {0x50, 0}\n(/lib/libc.so.6) _toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) _tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) __toupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __tolower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __ispunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __islower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iscntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind_textdomain_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bindtextdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) __dcgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __intl_freemem: returns no value\n(/lib/libc.so.6) get_output_charset: return value location: {0x50, 0}\n(/lib/libc.so.6) guess_category_value: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_msg: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcigettext: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_eval: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __ngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_finddomain_subfreeres: returns no value\n(/lib/libc.so.6) _nl_find_domain: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_domain: returns no value\n(/lib/libc.so.6) _nl_load_domain: returns no value\n(/lib/libc.so.6) get_sysdep_segment_value: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_localealias_freemem: returns no value\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_alias_table: return value location: {0x50, 0}\n(/lib/libc.so.6) read_alias_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_expand_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_normalize_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_make_l10nflist: return value location: {0x50, 0}\n(/lib/libc.so.6) pop: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_stringify__: returns no value\n(/lib/libc.so.6) argz_count__: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_explode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_language: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettexterror: returns no value\n(/lib/libc.so.6) __gettextlex: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_free_exp: returns no value\n(/lib/libc.so.6) __gettextparse: return value location: {0x50, 0}\n(/lib/libc.so.6) yydestruct: returns no value\n(/lib/libc.so.6) new_exp_3: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_2: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_1: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_0: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_extract_plural: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hash_string: return value location: {0x50, 0}\n(/lib/libc.so.6) catclose: return value location: {0x50, 0}\n(/lib/libc.so.6) catgets: return value location: {0x50, 0}\n(/lib/libc.so.6) catopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_catalog: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitef128: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinff128: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf128_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __signbitf128: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitel: returns unspecified type\n(/lib/libc.so.6) finitel: returns unspecified type\n(/lib/libc.so.6) __GI___finitel: returns unspecified type\n(/lib/libc.so.6) __frexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinfl: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modfl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnl: returns unspecified type\n(/lib/libc.so.6) __signbitl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysign: return value location: {0x61, 0}\n(/lib/libc.so.6) __finite: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnan: return value location: {0x50, 0}\n(/lib/libc.so.6) __modf: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbn: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbit: returns unspecified type\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysignf: return value location: {0x61, 0}\n(/lib/libc.so.6) __finitef: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinff: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbnf: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbitf: returns unspecified type\n(/lib/libc.so.6) __setfpucw: returns no value\n(/lib/libc.so.6) __sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __GI___sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __sigjmp_save: return value location: {0x50, 0}\n(/lib/libc.so.6) setjmp: returns unspecified type\n(/lib/libc.so.6) _setjmp: returns unspecified type\n(/lib/libc.so.6) __GI__setjmp: returns unspecified type\n(/lib/libc.so.6) __libc_longjmp: returns no value\n(/lib/libc.so.6) __libc_siglongjmp: returns no value\n(/lib/libc.so.6) __longjmp: returns unspecified type\n(/lib/libc.so.6) _longjmp_unwind: returns no value\n(/lib/libc.so.6) __longjmp_cancel: returns unspecified type\n(/lib/libc.so.6) __bsd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) raise: return value location: {0x50, 0}\n(/lib/libc.so.6) killpg: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __kill: returns unspecified type\n(/lib/libc.so.6) __GI___kill: returns unspecified type\n(/lib/libc.so.6) kill: returns unspecified type\n(/lib/libc.so.6) __GI_kill: returns unspecified type\n(/lib/libc.so.6) sigpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsuspend: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigblock: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigvec: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI___sigaltstack: returns unspecified type\n(/lib/libc.so.6) sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI_sigaltstack: returns unspecified type\n(/lib/libc.so.6) siginterrupt: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigfillset: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigaddset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigdelset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigreturn: return value location: {0x50, 0}\n(/lib/libc.so.6) siggetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysv_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) sigandset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigandset: returns no value\n(/lib/libc.so.6) sigorset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigorset: returns no value\n(/lib/libc.so.6) __libc_allocate_rtsig: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmax: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmin: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwaitinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sighold: return value location: {0x50, 0}\n(/lib/libc.so.6) sigrelse: return value location: {0x50, 0}\n(/lib/libc.so.6) sigignore: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) a64l: return value location: {0x50, 0}\n(/lib/libc.so.6) abort: returns no value\n(/lib/libc.so.6) __abort_lock_unlock: returns no value\n(/lib/libc.so.6) __abort_lock_wrlock: returns no value\n(/lib/libc.so.6) __abort_lock_rdlock: returns no value\n(/lib/libc.so.6) __abort_fork_reset_child: returns no value\n(/lib/libc.so.6) internal_signal_unblock_signal: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) internal_sigaddset: returns no value\n(/lib/libc.so.6) internal_sigemptyset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) abs: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) arc4random_getrandom_failure: returns no value\n(/lib/libc.so.6) __poll_infinity_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) atof: return value location: {0x61, 0}\n(/lib/libc.so.6) atoi: return value location: {0x50, 0}\n(/lib/libc.so.6) atol: return value location: {0x50, 0}\n(/lib/libc.so.6) atoll: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __canonicalize_file_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) realpath_stk: return value location: {0x50, 0}\n(/lib/libc.so.6) get_path_max: return value location: {0x50, 0}\n(/lib/libc.so.6) dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) suffix_requires_dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) file_accessible: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __eloop_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_at_quick_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_exitfn: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_finalize: returns no value\n(/lib/libc.so.6) __call_tls_dtors: returns no value\n(/lib/libc.so.6) __cxa_thread_atexit_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) div: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __drand48_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) erand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __erand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) exit: returns no value\n(/lib/libc.so.6) __run_exit_handlers: returns no value\n(/lib/libc.so.6) __libc_fmtmsg_freemem: returns no value\n(/lib/libc.so.6) __addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) init: returns no value\n(/lib/libc.so.6) fmtmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) syslog: returns no value\n(/lib/libc.so.6) __getcontext: returns unspecified type\n(/lib/libc.so.6) getcontext: returns unspecified type\n(/lib/libc.so.6) getentropy: return value location: {0x50, 0}\n(/lib/libc.so.6) getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_fork_subprocess: returns no value\n(/lib/libc.so.6) __getrandom_vdso_release: returns no value\n(/lib/libc.so.6) __getrandom_reset_state: returns no value\n(/lib/libc.so.6) __getrandom_early_init: returns no value\n(/lib/libc.so.6) getrandom_vdso: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) is_reserved_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) release_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) reserve_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) getrandom_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) getsubopt: return value location: {0x50, 0}\n(/lib/libc.so.6) jrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __jrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) l64a: return value location: {0x50, 0}\n(/lib/libc.so.6) labs: return value location: {0x50, 0}\n(/lib/libc.so.6) lcong48: returns no value\n(/lib/libc.so.6) __lcong48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) llabs: return value location: {0x50, 0}\n(/lib/libc.so.6) lldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) lrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) lrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __makecontext: returns no value\n(/lib/libc.so.6) mblen: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mbstowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) mbtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __nrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __on_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) putenv: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) qsort: returns no value\n(/lib/libc.so.6) __qsort_r: returns no value\n(/lib/libc.so.6) indirect_msort_with_tmp: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) heapsort_r: returns no value\n(/lib/libc.so.6) get_swap_type: return value location: {0x50, 0}\n(/lib/libc.so.6) heapify: returns no value\n(/lib/libc.so.6) siftdown: returns no value\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) swap_words_32: returns no value\n(/lib/libc.so.6) swap_words_64: returns no value\n(/lib/libc.so.6) __memswap: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) __old_quick_exit: returns no value\n(/lib/libc.so.6) __new_quick_exit: returns no value\n(/lib/libc.so.6) rand: return value location: {0x50, 0}\n(/lib/libc.so.6) rand_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __random_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom_r: return value location: {0x50, 0}\n(/lib/libc.so.6) write_state: returns no value\n(/lib/libc.so.6) read_state: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) rpmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) try: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_secure_getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) seed48: return value location: {0x50, 0}\n(/lib/libc.so.6) __seed48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __setcontext: returns unspecified type\n(/lib/libc.so.6) setcontext: returns unspecified type\n(/lib/libc.so.6) __libc_setenv_freemem: returns no value\n(/lib/libc.so.6) __clearenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __unsetenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __setenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __add_to_environ: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_new_array: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_is_from_array_list: return value location: {0x50, 0}\n(/lib/libc.so.6) srand48: returns no value\n(/lib/libc.so.6) __srand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __co8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __co32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __co16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __strfmon: return value location: {0x50, 0}\n(/lib/libc.so.6) ___strfmon_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromd: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) keep_sign_conversion: return value location: {0x61, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfroml: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtod: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) strtof: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) __isoc23_strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) strtold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapcontext: returns unspecified type\n(/lib/libc.so.6) swapcontext: returns unspecified type\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) do_system: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __kill_noerrno: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstombs: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_basename: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_n: returns unspecified type\n(/lib/libc.so.6) __mpn_addmul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divmod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divrem: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_lshift: returns unspecified type\n(/lib/libc.so.6) __mpn_mod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_rshift: returns unspecified type\n(/lib/libc.so.6) __mpn_sub_n: returns unspecified type\n(/lib/libc.so.6) __mpn_submul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_extract_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_extract_long_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_construct_double: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_float: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_long_double: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_extract_float128: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf128: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_construct_float128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __correctly_grouped_prefixmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __correctly_grouped_prefixwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __push___start_context: returns unspecified type\n(/lib/libc.so.6) __start_context: returns unspecified type\n(/lib/libc.so.6) __allocate_shadow_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) _fitoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _itoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) ___asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ctermid: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) cuserid: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __flockfile: returns no value\n(/lib/libc.so.6) __fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftrylockfile: return value location: {0x50, 0}\n(/lib/libc.so.6) __funlockfile: returns no value\n(/lib/libc.so.6) __gen_tempfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getline: return value location: {0x50, 0}\n(/lib/libc.so.6) getw: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init: return value location: {0x50, 0}\n(/lib/libc.so.6) get_grouping: return value location: {0x50, 0}\n(/lib/libc.so.6) grouping_iterator_setup: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) __IO_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) perror: returns no value\n(/lib/libc.so.6) perror_internal: returns no value\n(/lib/libc.so.6) __printf: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_printf_format: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __printf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_pad_1: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts_1: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) __printf_buffer_to_file_switch: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_write: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp_to_wide: returns no value\n(/lib/libc.so.6) __printf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp: returns no value\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) hack_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fphex_to_wide: returns no value\n(/lib/libc.so.6) __printf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_fphex_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) printf_size_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) psiginfo: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) psignal: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putw: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_printf_freemem: returns no value\n(/lib/libc.so.6) __handle_registered_modifier_wc: return value location: {0x50, 0}\n(/lib/libc.so.6) __handle_registered_modifier_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_modifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_specifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_type: return value location: {0x50, 0}\n(/lib/libc.so.6) remove: return value location: {0x50, 0}\n(/lib/libc.so.6) rename: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat2: return value location: {0x50, 0}\n(/lib/libc.so.6) __scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __snprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) tempnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __gen_tempname: return value location: {0x50, 0}\n(/lib/libc.so.6) try_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) try_nocreate: return value location: {0x50, 0}\n(/lib/libc.so.6) try_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) try_file: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) mix_random_values: return value location: {0x50, 0}\n(/lib/libc.so.6) __path_search: return value location: {0x50, 0}\n(/lib/libc.so.6) direxists: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_tmpfile: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __translated_number_width: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __printf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) ___vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vfwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __wprintf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _itowa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_pad: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) __vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_pad_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_puts_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_write: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errlist: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errname: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) locked_vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __parse_one_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __parse_one_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) local_isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_fclose: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) _IO_new_fdopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fflush: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fgetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fgets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fopencookie: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_init: returns no value\n(/lib/libc.so.6) set_callbacks: returns no value\n(/lib/libc.so.6) _IO_cookie_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fputs: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fread: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fsetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wfile_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getdelim: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_gets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_padn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_popen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_open: return value location: {0x50, 0}\n(/lib/libc.so.6) spawn_process: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_proc_file_chain_resetlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_unlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_lock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) _IO_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekoff_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekpos_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setbuffer: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setvbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) ungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __vsprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fputwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetws: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fgetws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputws: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wpadn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) ungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) putwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putchar: return value location: {0x50, 0}\n(/lib/libc.so.6) putchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_wmarkers: returns no value\n(/lib/libc.so.6) _IO_seekwmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wmarker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_init_wmarker: returns no value\n(/lib/libc.so.6) _IO_adjust_wcolumn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackwc: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_wbackup: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wget_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_wdefault_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wunderflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wuflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_finish: returns no value\n(/lib/libc.so.6) _IO_wdefault_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wstr_finish: returns no value\n(/lib/libc.so.6) _IO_wstr_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_init_static: returns no value\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) adjust_wide_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdo_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_in: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_out: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wmem_finish: returns no value\n(/lib/libc.so.6) _IO_wmem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) open_wmemstream: return value location: {0x50, 0}\n(/lib/libc.so.6) clearerr: returns no value\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) __fileno: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) fseek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_getc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_mem_finish: returns no value\n(/lib/libc.so.6) _IO_mem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_memstream: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_pclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) rewind: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) setbuf: returns no value\n(/lib/libc.so.6) setlinebuf: returns no value\n(/lib/libc.so.6) __vasprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_asprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __vdprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_dprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) _IO_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_snprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_obstack: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __fcloseall: return value location: {0x50, 0}\n(/lib/libc.so.6) __fseeko: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __ftello: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen64: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) __fbufsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __freading: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwriting: return value location: {0x50, 0}\n(/lib/libc.so.6) __freadable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwritable: return value location: {0x50, 0}\n(/lib/libc.so.6) __flbf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpurge: returns no value\n(/lib/libc.so.6) __fpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __fsetlocking: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fatal: returns no value\n(/lib/libc.so.6) __libc_message_impl: returns no value\n(/lib/libc.so.6) writev_for_fatal: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stdfiles_vtables: returns no value\n(/lib/libc.so.6) _IO_vtable_check: returns no value\n(/lib/libc.so.6) rtld_active: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) clearerr_unlocked: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fflush_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_peekc_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fwrite_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fputs_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_sync_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) decide_maybe_mmap: returns no value\n(/lib/libc.so.6) _IO_file_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) mmap_remap_check: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_setbuf_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_open: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_finish: returns no value\n(/lib/libc.so.6) _IO_new_file_close_it: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init: returns no value\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_resetlock: returns no value\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_list_lock: returns no value\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_imbue: returns no value\n(/lib/libc.so.6) _IO_default_showmanyc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_markers: returns no value\n(/lib/libc.so.6) _IO_seekmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_difference: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_remove_marker: returns no value\n(/lib/libc.so.6) _IO_init_marker: returns no value\n(/lib/libc.so.6) _IO_cleanup: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_freemem: returns no value\n(/lib/libc.so.6) _IO_unbuffer_all: returns no value\n(/lib/libc.so.6) _IO_flush_all_linebuffered: returns no value\n(/lib/libc.so.6) _IO_flush_all: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_adjust_column: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_finish: returns no value\n(/lib/libc.so.6) _IO_default_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_no_init: returns no value\n(/lib/libc.so.6) _IO_old_init: returns no value\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_default_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) __uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_backup: return value location: {0x50, 0}\n(/lib/libc.so.6) __overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_get_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_get_area: returns no value\n(/lib/libc.so.6) _IO_least_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_link_in: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) flush_cleanup: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_stdfiles_init: returns no value\n(/lib/libc.so.6) _IO_str_finish: returns no value\n(/lib/libc.so.6) _IO_str_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_init_readonly: returns no value\n(/lib/libc.so.6) _IO_str_init_static: returns no value\n(/lib/libc.so.6) _IO_str_init_static_internal: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr1: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlerror: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) ___dlinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_doit: returns no value\n(/lib/libc.so.6) ___dlmopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_doit: returns no value\n(/lib/libc.so.6) ___dlopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_doit: returns no value\n(/lib/libc.so.6) ___dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_doit: returns no value\n(/lib/libc.so.6) ___dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_doit: returns no value\n(/lib/libc.so.6) __libc_dlerror_result_free: returns no value\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) __libc_alloca_cutoff: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_do_cancel: returns no value\n(/lib/libc.so.6) __syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_exiting: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_unregister_cancel: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) __pthread_cleanup_push: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) ___pthread_unregister_cancel_restore: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) _pthread_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) _pthread_cleanup_push_defer: returns no value\n(/lib/libc.so.6) ___pthread_cleanup_routine: returns no value\n(/lib/libc.so.6) __lll_elision_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) do_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) do_set_elision_enable: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) __lll_lock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_clocklock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_trylock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xend: returns no value\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_death_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __futex_lock_pi64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_cancelable64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __libc_cleanup_push_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __lll_lock_wake: returns no value\n(/lib/libc.so.6) __lll_lock_wake_private: returns no value\n(/lib/libc.so.6) __lll_lock_wait: returns no value\n(/lib/libc.so.6) __lll_lock_wait_private: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_get_minstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_stack: returns no value\n(/lib/libc.so.6) queue_stack: returns no value\n(/lib/libc.so.6) __nptl_free_stacks: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_setxid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_signal_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) setxid_error: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) __libpthread_freeres: returns no value\n(/lib/libc.so.6) __pthread_cond_broadcast_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_destroy_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_init_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_signal_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_timedwait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_extension: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getscope: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __pthread_attr_getstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setscope: return value location: {0x50, 0}\n(/lib/libc.so.6) pthread_attr_setsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setsigmask_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstack: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrier_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_barrier_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_barrier_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_barrierattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) cancellation_pc_check: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_async_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) __pthread_cleanup_upto: returns no value\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_cleanup_waiting: returns no value\n(/lib/libc.so.6) __condvar_cancel_waiting: returns no value\n(/lib/libc.so.6) __condvar_confirm_wakeup: returns no value\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_fetch_add_wseq_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_fetch_add_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_create_2_1: return value location: {0x50, 0}\n(/lib/libc.so.6) report_thread_creation: return value location: {0x50, 0}\n(/lib/libc.so.6) start_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) create_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) name_stack_maps: returns no value\n(/lib/libc.so.6) allocate_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) advise_stack_range: returns no value\n(/lib/libc.so.6) setup_stack_prot: return value location: {0x50, 0}\n(/lib/libc.so.6) guard_position: return value location: {0x50, 0}\n(/lib/libc.so.6) get_cached_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) late_init: returns no value\n(/lib/libc.so.6) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/libc.so.6) __thread_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) tls_setup_tcbhead: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) collect_default_sched: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigdelset: returns no value\n(/lib/libc.so.6) internal_sigfillset: returns no value\n(/lib/libc.so.6) internal_sigset_from_sigset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_exit: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) __pthread_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getattr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_join: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_clockjoin_ex: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_create: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_esrch: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_raise_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_other_threads_np: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_adjust: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_cond_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tunables_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_cache_size: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mutex_spin_count: returns no value\n(/lib/libc.so.6) __pthread_mutex_consistent: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_init: return value location: {0x50, 0}\n(/lib/libc.so.6) prio_inherit_missing: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_lock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_timedlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_clocklock_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_usercnt: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_unlock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutexattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_gettype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_settype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_rdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_tryrdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_trywrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_rdunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_wrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_self: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_pthread_attr_freeres: returns no value\n(/lib/libc.so.6) __pthread_setattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedprio: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_setspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_lock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_trylock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_unlock: returns unspecified type\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) ___pthread_timedjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tryjoin_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_yield: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_getvalue: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_init: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_open_init: returns no value\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_post: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __sem_remove_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) walker: returns no value\n(/lib/libc.so.6) __sem_check_add_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_trywait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_cancel_arch: returns unspecified type\n(/lib/libc.so.6) __pthread_current_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tpp_change_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) ___pthread_unwind_next: returns no value\n(/lib/libc.so.6) __pthread_unwind: returns no value\n(/lib/libc.so.6) unwind_cleanup: returns no value\n(/lib/libc.so.6) unwind_stop: return value location: {0x50, 0}\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_current: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_yield: returns no value\n(/lib/libc.so.6) __call_once: returns no value\n(/lib/libc.so.6) __cnd_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_destroy: returns no value\n(/lib/libc.so.6) __cnd_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_timedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_destroy: returns no value\n(/lib/libc.so.6) __mtx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_timedlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __dyn_pthread_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_exit: returns no value\n(/lib/libc.so.6) __thrd_join: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_delete: returns no value\n(/lib/libc.so.6) __tss_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_set: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) add_request_to_runlist: returns no value\n(/lib/libc.so.6) __aio_freemem: returns no value\n(/lib/libc.so.6) handle_fildes_io: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_init: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_find_req_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_find_req: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_notify: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_return: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___aio_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) do_aio_misc_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) __aio_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_24: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_21: return value location: {0x50, 0}\n(/lib/libc.so.6) lio_listio_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) init_mq_netlink: returns no value\n(/lib/libc.so.6) __mq_notify_fork_subprocess: returns no value\n(/lib/libc.so.6) helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) notification_function: return value location: {0x50, 0}\n(/lib/libc.so.6) change_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_receive: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedreceive_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedsend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_create_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_create: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) kernel_timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_delete_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_getoverrun_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_getoverrun: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_gettime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_gettime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_settime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_settime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_start_helper_thread: returns no value\n(/lib/libc.so.6) __timer_fork_subprocess: returns no value\n(/lib/libc.so.6) timer_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) signal_unblock_sigtimer: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_printerr: returns no value\n(/lib/libc.so.6) __libc_mallopt: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_hugetlb: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mxfast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_unsorted_limit: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_count: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_test: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_perturb_byte: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mallopt_check: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmaps_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmap_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_top_pad: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_trim_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_stats: returns no value\n(/lib/libc.so.6) __libc_mallinfo: return value location: {0x70, 0}\n(/lib/libc.so.6) __libc_mallinfo2: return value location: {0x70, 0}\n(/lib/libc.so.6) int_mallinfo: returns no value\n(/lib/libc.so.6) __malloc_usable_size: return value location: {0x50, 0}\n(/lib/libc.so.6) musable: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) mtrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_consolidate: returns no value\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) _int_free_create_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_merge_chunk: returns no value\n(/lib/libc.so.6) _int_free: returns no value\n(/lib/libc.so.6) _int_free_chunk: returns no value\n(/lib/libc.so.6) _int_free_check: returns no value\n(/lib/libc.so.6) _int_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_calloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pvalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_valloc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) aligned_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_free: returns no value\n(/lib/libc.so.6) __libc_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_try_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) tcache_thread_shutdown: returns no value\n(/lib/libc.so.6) tcache_free: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_double_free_verify: returns no value\n(/lib/libc.so.6) tcache_available: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_next: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get_n: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_put: returns no value\n(/lib/libc.so.6) tcache_key_initialize: returns no value\n(/lib/libc.so.6) mremap_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) munmap_chunk: returns no value\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_arena_thread_freeres: returns no value\n(/lib/libc.so.6) arena_get_retry: return value location: {0x50, 0}\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) reused_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) remove_from_free_list: returns no value\n(/lib/libc.so.6) get_free_list: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_new_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) heap_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) grow_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mxfast: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_unsorted_limit: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_count: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_test: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_trim_threshold: returns no value\n(/lib/libc.so.6) _dl_tunable_set_perturb_byte: returns no value\n(/lib/libc.so.6) _dl_tunable_set_top_pad: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmaps_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmap_threshold: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_child: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_parent: returns no value\n(/lib/libc.so.6) __malloc_fork_lock_parent: returns no value\n(/lib/libc.so.6) arena_for_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_for_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_max_size: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_min_size: return value location: {0x50, 0}\n(/lib/libc.so.6) madvise_thp: returns no value\n(/lib/libc.so.6) free_perturb: returns no value\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) malloc_init_state: returns no value\n(/lib/libc.so.6) get_max_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) tag_new_usable: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_request2size: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_at: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_region: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_morecore: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_memory: return value location: {0x50, 0}\n(/lib/libc.so.6) check_may_shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel_nostatus_direct: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) mprobe: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_pedantic: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_check_all: returns no value\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) muntrace: returns no value\n(/lib/libc.so.6) mtrace: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) print_and_abort: returns no value\n(/lib/libc.so.6) _obstack_memory_used: return value location: {0x50, 0}\n(/lib/libc.so.6) obstack_free: returns no value\n(/lib/libc.so.6) _obstack_allocated_p: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_newchunk: returns no value\n(/lib/libc.so.6) _obstack_begin_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_reallocarray: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_dynarray_at_failure: returns no value\n(/lib/libc.so.6) __libc_dynarray_emplace_enlarge: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize_clear: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_alloc_buffer_alloc_array: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_copy_bytes: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_copy_string: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_create_failure: returns no value\n(/lib/libc.so.6) __libc_freeres: returns no value\n(/lib/libc.so.6) __libc_thread_freeres: returns no value\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_count: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) __argz_extract: returns no value\n(/lib/libc.so.6) __argz_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) str_append: returns no value\n(/lib/libc.so.6) argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __basename: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) bcopy: returns no value\n(/lib/libc.so.6) __bzero: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_strip: returns no value\n(/lib/libc.so.6) envz_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) envz_get: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) explicit_bzero: returns no value\n(/lib/libc.so.6) __ffs: return value location: {0x50, 0}\n(/lib/libc.so.6) __ffsll: return value location: {0x50, 0}\n(/lib/libc.so.6) __memccpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_memcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memfrob: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memmove_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __rawmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) rawmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) sigabbrev_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdescr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strchrnul_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchrnul_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_l: return value location: {0x50, 0}\n(/lib/libc.so.6) unknown_error: return value location: {0x50, 0}\n(/lib/libc.so.6) translate: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerrordesc_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strerrorname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strfry: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_stpcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_mempcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_3c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_2c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strtok_r_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strndup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strsep: return value location: {0x50, 0}\n(/lib/libc.so.6) strsignal: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_strstr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strstr_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr3: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr2: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtok: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtok_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strverscmp: return value location: {0x50, 0}\n(/lib/libc.so.6) strxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __strxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) swab: returns no value\n(/lib/libc.so.6) __xpg_strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __memchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex: returns unspecified type\n(/lib/libc.so.6) __memchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex512: returns unspecified type\n(/lib/libc.so.6) __memchr_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_evex: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_sse2: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __mempcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memrchr_evex: returns unspecified type\n(/lib/libc.so.6) __memrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memset_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcat_evex: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchr_evex: returns unspecified type\n(/lib/libc.so.6) __strchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2_no_bsf: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex512: returns unspecified type\n(/lib/libc.so.6) __strchrnul_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcpy_evex: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strlen_evex: returns unspecified type\n(/lib/libc.so.6) __strlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncat_evex: returns unspecified type\n(/lib/libc.so.6) __strncat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncpy_evex: returns unspecified type\n(/lib/libc.so.6) __strncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strnlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strpbrk_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strstr_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strpbrk_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __strspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_cacheinfo_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) init_cacheinfo: returns no value\n(/lib/libc.so.6) __cache_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal_free: returns no value\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) c16rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c32rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c8rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrlen: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc8: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc32: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsnrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_l: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcschr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschrnul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcslen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_ctype: returns no value\n(/lib/libc.so.6) __wcsmbs_named_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_clone_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_load_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcspbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsstr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstod: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstof: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstok: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcswidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctob: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscat_evex: returns unspecified type\n(/lib/libc.so.6) __wcscat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcschr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcschr_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcscmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcscmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcscpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse2: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsncat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncat_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __offtime: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime: return value location: {0x50, 0}\n(/lib/libc.so.6) __asctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) clock: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __difftime: return value location: {0x61, 0}\n(/lib/libc.so.6) gmtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __gmtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) localtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __localtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) mktime: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ranged_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_time: return value location: {0x50, 0}\n(/lib/libc.so.6) tm_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) long_int_avg: return value location: {0x50, 0}\n(/lib/libc.so.6) ydhms_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) isdst_differ: return value location: {0x50, 0}\n(/lib/libc.so.6) leapyear: return value location: {0x50, 0}\n(/lib/libc.so.6) shr: return value location: {0x50, 0}\n(/lib/libc.so.6) time_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) time_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimezone: return value location: {0x50, 0}\n(/lib/libc.so.6) __adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tzset_freemem: returns no value\n(/lib/libc.so.6) __tz_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzset: returns no value\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) compute_change: returns no value\n(/lib/libc.so.6) tzset_internal: returns no value\n(/lib/libc.so.6) __tzset_parse_tz: returns no value\n(/lib/libc.so.6) parse_rule: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tzname: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) update_vars: returns no value\n(/lib/libc.so.6) __tzstring: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzstring_len: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) __tzfile_compute: returns no value\n(/lib/libc.so.6) __tzfile_default: returns no value\n(/lib/libc.so.6) __tzfile_read: returns no value\n(/lib/libc.so.6) decode64: return value location: {0x50, 0}\n(/lib/libc.so.6) decode: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __bswap_64: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __getitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __setitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __stime: return value location: {0x50, 0}\n(/lib/libc.so.6) dysize: return value location: {0x50, 0}\n(/lib/libc.so.6) timegm: return value location: {0x50, 0}\n(/lib/libc.so.6) ftime: return value location: {0x50, 0}\n(/lib/libc.so.6) getdate: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_mday: return value location: {0x50, 0}\n(/lib/libc.so.6) first_wday: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strptime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) day_of_the_year: returns no value\n(/lib/libc.so.6) day_of_the_week: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strftime: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsftime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_select_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_parse_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_walt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_time: returns no value\n(/lib/libc.so.6) __ntp_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __ntp_gettimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __alphasort64: return value location: {0x50, 0}\n(/lib/libc.so.6) __closedir: return value location: {0x50, 0}\n(/lib/libc.so.6) __dirfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __fdopendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdents64: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendirat: return value location: {0x50, 0}\n(/lib/libc.so.6) opendir_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) invalid_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __readdir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __rewinddir: returns no value\n(/lib/libc.so.6) __scandir_cancel_handler: returns no value\n(/lib/libc.so.6) __scandir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __scandir64_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scandirat64: return value location: {0x50, 0}\n(/lib/libc.so.6) seekdir: returns no value\n(/lib/libc.so.6) telldir: return value location: {0x50, 0}\n(/lib/libc.so.6) __versionsort64: return value location: {0x50, 0}\n(/lib/libc.so.6) getdirentries64: return value location: {0x50, 0}\n(/lib/libc.so.6) _Fork: return value location: {0x50, 0}\n(/lib/libc.so.6) arch_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) _exit: returns no value\n(/lib/libc.so.6) alarm: returns unspecified type\n(/lib/libc.so.6) __GI_alarm: returns unspecified type\n(/lib/libc.so.6) __bsd_getpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __confstr: return value location: {0x50, 0}\n(/lib/libc.so.6) execl: return value location: {0x50, 0}\n(/lib/libc.so.6) execle: return value location: {0x50, 0}\n(/lib/libc.so.6) execlp: return value location: {0x50, 0}\n(/lib/libc.so.6) execv: return value location: {0x50, 0}\n(/lib/libc.so.6) __execve: returns unspecified type\n(/lib/libc.so.6) __GI___execve: returns unspecified type\n(/lib/libc.so.6) execve: returns unspecified type\n(/lib/libc.so.6) __GI_execve: returns unspecified type\n(/lib/libc.so.6) execveat: return value location: {0x50, 0}\n(/lib/libc.so.6) execvp: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpex: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) fexecve: return value location: {0x50, 0}\n(/lib/libc.so.6) __fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) fnmatch_convert_to_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_wmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_add: returns no value\n(/lib/libc.so.6) pattern_list_add__: returns no value\n(/lib/libc.so.6) pattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_mark_failed: returns no value\n(/lib/libc.so.6) pattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_free: returns no value\n(/lib/libc.so.6) pattern_list_init: returns no value\n(/lib/libc.so.6) pattern_list_free__array__: returns no value\n(/lib/libc.so.6) pattern_list_free__elements__: returns no value\n(/lib/libc.so.6) end_wpattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnwmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) is_char_class: return value location: {0x50, 0}\n(/lib/libc.so.6) findidxwc: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_match: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_add: returns no value\n(/lib/libc.so.6) wpattern_list_add__: returns no value\n(/lib/libc.so.6) wpattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_mark_failed: returns no value\n(/lib/libc.so.6) wpattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_free: returns no value\n(/lib/libc.so.6) wpattern_list_init: returns no value\n(/lib/libc.so.6) wpattern_list_free__array__: returns no value\n(/lib/libc.so.6) wpattern_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) end_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) fresetlockfiles: returns no value\n(/lib/libc.so.6) reclaim_stacks: returns no value\n(/lib/libc.so.6) fork_system_setup_after_fork: returns no value\n(/lib/libc.so.6) fork_system_setup: returns no value\n(/lib/libc.so.6) list_splice: returns no value\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_child_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __getegid: returns unspecified type\n(/lib/libc.so.6) __GI___getegid: returns unspecified type\n(/lib/libc.so.6) getegid: returns unspecified type\n(/lib/libc.so.6) __GI_getegid: returns unspecified type\n(/lib/libc.so.6) __geteuid: returns unspecified type\n(/lib/libc.so.6) __GI___geteuid: returns unspecified type\n(/lib/libc.so.6) geteuid: returns unspecified type\n(/lib/libc.so.6) __GI_geteuid: returns unspecified type\n(/lib/libc.so.6) __getgid: returns unspecified type\n(/lib/libc.so.6) __GI___getgid: returns unspecified type\n(/lib/libc.so.6) getgid: returns unspecified type\n(/lib/libc.so.6) __GI_getgid: returns unspecified type\n(/lib/libc.so.6) __getgroups: returns unspecified type\n(/lib/libc.so.6) __GI___getgroups: returns unspecified type\n(/lib/libc.so.6) getgroups: returns unspecified type\n(/lib/libc.so.6) __GI_getgroups: returns unspecified type\n(/lib/libc.so.6) __posix_getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_initialize: return value location: {0x50, 0}\n(/lib/libc.so.6) process_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) exchange: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_only_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long_only: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpgid: returns unspecified type\n(/lib/libc.so.6) __GI___getpgid: returns unspecified type\n(/lib/libc.so.6) getpgid: returns unspecified type\n(/lib/libc.so.6) __GI_getpgid: returns unspecified type\n(/lib/libc.so.6) getpgrp: returns unspecified type\n(/lib/libc.so.6) __GI_getpgrp: returns unspecified type\n(/lib/libc.so.6) __getpid: returns unspecified type\n(/lib/libc.so.6) __GI___getpid: returns unspecified type\n(/lib/libc.so.6) getpid: returns unspecified type\n(/lib/libc.so.6) __GI_getpid: returns unspecified type\n(/lib/libc.so.6) __getppid: returns unspecified type\n(/lib/libc.so.6) __GI___getppid: returns unspecified type\n(/lib/libc.so.6) getppid: returns unspecified type\n(/lib/libc.so.6) __GI_getppid: returns unspecified type\n(/lib/libc.so.6) getresgid: returns unspecified type\n(/lib/libc.so.6) __GI_getresgid: returns unspecified type\n(/lib/libc.so.6) getresuid: returns unspecified type\n(/lib/libc.so.6) __GI_getresuid: returns unspecified type\n(/lib/libc.so.6) getsid: returns unspecified type\n(/lib/libc.so.6) __GI_getsid: returns unspecified type\n(/lib/libc.so.6) __getuid: returns unspecified type\n(/lib/libc.so.6) __GI___getuid: returns unspecified type\n(/lib/libc.so.6) getuid: returns unspecified type\n(/lib/libc.so.6) __GI_getuid: returns unspecified type\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_lstat_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_p: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) __group_member: return value location: {0x50, 0}\n(/lib/libc.so.6) __nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_symlinks: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_filesize_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_link_max: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pause: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_madvise: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pread64: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pwrite64: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_ctx_init: returns no value\n(/lib/libc.so.6) match_ctx_add_sublast: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_subtop: return value location: {0x50, 0}\n(/lib/libc.so.6) search_cur_bkref_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_free: returns no value\n(/lib/libc.so.6) match_ctx_clean: returns no value\n(/lib/libc.so.6) match_ctx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) find_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) group_nodes_into_DFAstates: return value location: {0x50, 0}\n(/lib/libc.so.6) build_trtable: return value location: {0x50, 0}\n(/lib/libc.so.6) expand_bkref_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_add_next_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival: return value location: {0x50, 0}\n(/lib/libc.so.6) find_subexp_node: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_matching_top: return value location: {0x50, 0}\n(/lib/libc.so.6) find_recover_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_with_log: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_iter_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos_1: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) sub_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) add_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) update_cur_sifted_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_array: return value location: {0x50, 0}\n(/lib/libc.so.6) clean_state_log_if_needed: return value location: {0x50, 0}\n(/lib/libc.so.6) build_sifted_states: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_backward: return value location: {0x50, 0}\n(/lib/libc.so.6) update_regs: returns no value\n(/lib/libc.so.6) free_fail_stack_return: return value location: {0x50, 0}\n(/lib/libc.so.6) set_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_mark_failed: returns no value\n(/lib/libc.so.6) regmatch_list_free: returns no value\n(/lib/libc.so.6) regmatch_list_init: returns no value\n(/lib/libc.so.6) regmatch_list_free__array__: returns no value\n(/lib/libc.so.6) regmatch_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) pop_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) push_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) proceed_next_node: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_node_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_matching: return value location: {0x50, 0}\n(/lib/libc.so.6) acquire_init_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) prune_impossible_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) re_exec: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) re_copy_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_2_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match: return value location: {0x50, 0}\n(/lib/libc.so.6) __compat_regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) __regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_token: returns no value\n(/lib/libc.so.6) mark_opt_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) create_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_charset: returns no value\n(/lib/libc.so.6) fetch_number: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass_op: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass: return value location: {0x50, 0}\n(/lib/libc.so.6) build_equiv_class: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) build_collating_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) build_range_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) lookup_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) seek_collating_symbol_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dup_op: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_sub_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_expression: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_branch: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_reg_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token_bracket: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token: return value location: {0x50, 0}\n(/lib/libc.so.6) fetch_token: returns no value\n(/lib/libc.so.6) calc_eclosure_iter: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_eclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_inveclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node: return value location: {0x50, 0}\n(/lib/libc.so.6) search_duplicated_node: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node_closure: return value location: {0x50, 0}\n(/lib/libc.so.6) link_nfa_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_next: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_first: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) preorder: return value location: {0x50, 0}\n(/lib/libc.so.6) postorder: return value location: {0x50, 0}\n(/lib/libc.so.6) analyze: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_utf8: returns no value\n(/lib/libc.so.6) create_initial_state: return value location: {0x50, 0}\n(/lib/libc.so.6) free_workarea_compile: returns no value\n(/lib/libc.so.6) init_word_char: returns no value\n(/lib/libc.so.6) init_dfa: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_regcomp_freemem: returns no value\n(/lib/libc.so.6) re_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) free_dfa_content: returns no value\n(/lib/libc.so.6) __regerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __regcomp: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_fastmap_iter: returns no value\n(/lib/libc.so.6) re_set_fastmap: returns no value\n(/lib/libc.so.6) __re_compile_fastmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_syntax: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_compile_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) create_cd_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) create_ci_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) free_state: returns no value\n(/lib/libc.so.6) register_state: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_state_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) re_dfa_add_node: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_remove_at: returns no value\n(/lib/libc.so.6) re_node_set_contains: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert_last: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_union: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_add_intersect: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_2: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_1: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_context_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_destruct: returns no value\n(/lib/libc.so.6) re_string_fetch_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_peek_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_reconstruct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_translate_buffer: returns no value\n(/lib/libc.so.6) build_upper_buffer: returns no value\n(/lib/libc.so.6) re_string_skip_chars: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_upper_buffer: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_buffer: returns no value\n(/lib/libc.so.6) re_string_construct_common: returns no value\n(/lib/libc.so.6) re_string_realloc_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_construct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_elem_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_wchar_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_char_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_mask: returns no value\n(/lib/libc.so.6) bitset_merge: returns no value\n(/lib/libc.so.6) bitset_not: returns no value\n(/lib/libc.so.6) bitset_copy: returns no value\n(/lib/libc.so.6) bitset_set_all: returns no value\n(/lib/libc.so.6) bitset_empty: returns no value\n(/lib/libc.so.6) bitset_contain: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_clear: returns no value\n(/lib/libc.so.6) bitset_set: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) __libc_atfork_freemem: returns no value\n(/lib/libc.so.6) __run_postfork_handlers: returns no value\n(/lib/libc.so.6) __run_prefork_handlers: return value location: {0x50, 0}\n(/lib/libc.so.6) __unregister_atfork: returns no value\n(/lib/libc.so.6) fork_handler_list_find: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_remove_last: returns no value\n(/lib/libc.so.6) fork_handler_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_end: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_mark_failed: returns no value\n(/lib/libc.so.6) fork_handler_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_free: returns no value\n(/lib/libc.so.6) fork_handler_list_init: returns no value\n(/lib/libc.so.6) fork_handler_list_free__array__: returns no value\n(/lib/libc.so.6) fork_handler_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpualloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpucount: return value location: {0x50, 0}\n(/lib/libc.so.6) countbits: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpufree: returns no value\n(/lib/libc.so.6) __sched_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getparam: returns unspecified type\n(/lib/libc.so.6) sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getparam: returns unspecified type\n(/lib/libc.so.6) __sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __sched_rr_get_interval: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setparam: returns unspecified type\n(/lib/libc.so.6) sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setparam: returns unspecified type\n(/lib/libc.so.6) __sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI___sched_yield: returns unspecified type\n(/lib/libc.so.6) sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI_sched_yield: returns unspecified type\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpgid: returns unspecified type\n(/lib/libc.so.6) __GI___setpgid: returns unspecified type\n(/lib/libc.so.6) setpgid: returns unspecified type\n(/lib/libc.so.6) __GI_setpgid: returns unspecified type\n(/lib/libc.so.6) setpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsid: returns unspecified type\n(/lib/libc.so.6) __GI___setsid: returns unspecified type\n(/lib/libc.so.6) setsid: returns unspecified type\n(/lib/libc.so.6) __GI_setsid: returns unspecified type\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_get_name: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclosefrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addfchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addtcsetpgrp_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawn_valid_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawnix: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni_child: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) putpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) putmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) isastream: return value location: {0x50, 0}\n(/lib/libc.so.6) getpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) getmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) fdetach: return value location: {0x50, 0}\n(/lib/libc.so.6) fattach: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf_check_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_pthread_stack_min: return value location: {0x50, 0}\n(/lib/libc.so.6) linux_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) sysconf_sigstksz: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __times: return value location: {0x50, 0}\n(/lib/libc.so.6) __uname: returns unspecified type\n(/lib/libc.so.6) __GI___uname: returns unspecified type\n(/lib/libc.so.6) uname: returns unspecified type\n(/lib/libc.so.6) __GI_uname: returns unspecified type\n(/lib/libc.so.6) __vfork: returns unspecified type\n(/lib/libc.so.6) __GI___vfork: returns unspecified type\n(/lib/libc.so.6) vfork: returns unspecified type\n(/lib/libc.so.6) __libc_vfork: returns unspecified type\n(/lib/libc.so.6) __wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait3: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait4: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitid: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitpid: return value location: {0x50, 0}\n(/lib/libc.so.6) wordexp: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) parse_dquote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backtick: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dollars: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_param: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm_child: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_add: returns no value\n(/lib/libc.so.6) strlist_add__: returns no value\n(/lib/libc.so.6) strlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_mark_failed: returns no value\n(/lib/libc.so.6) strlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_free: returns no value\n(/lib/libc.so.6) strlist_init: returns no value\n(/lib/libc.so.6) strlist_free__array__: returns no value\n(/lib/libc.so.6) strlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_arith: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_multdiv: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_val: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_squote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) do_parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tilde: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_qtd_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addword: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addstr: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addmem: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) w_newword: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) __getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_getpid: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_procutils_read_file: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) vsyscall_sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __access: return value location: {0x50, 0}\n(/lib/libc.so.6) __chdir: returns unspecified type\n(/lib/libc.so.6) __GI___chdir: returns unspecified type\n(/lib/libc.so.6) chdir: returns unspecified type\n(/lib/libc.so.6) __GI_chdir: returns unspecified type\n(/lib/libc.so.6) __chmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_chown: returns unspecified type\n(/lib/libc.so.6) __GI___libc_chown: returns unspecified type\n(/lib/libc.so.6) __chown: returns unspecified type\n(/lib/libc.so.6) __GI___chown: returns unspecified type\n(/lib/libc.so.6) chown: returns unspecified type\n(/lib/libc.so.6) __GI_chown: returns unspecified type\n(/lib/libc.so.6) __close: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_range: returns unspecified type\n(/lib/libc.so.6) __GI___close_range: returns unspecified type\n(/lib/libc.so.6) close_range: returns unspecified type\n(/lib/libc.so.6) __GI_close_range: returns unspecified type\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) copy_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __creat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup: returns unspecified type\n(/lib/libc.so.6) __GI___dup: returns unspecified type\n(/lib/libc.so.6) dup: returns unspecified type\n(/lib/libc.so.6) __GI_dup: returns unspecified type\n(/lib/libc.so.6) __dup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup3: returns unspecified type\n(/lib/libc.so.6) __GI___dup3: returns unspecified type\n(/lib/libc.so.6) dup3: returns unspecified type\n(/lib/libc.so.6) __GI_dup3: returns unspecified type\n(/lib/libc.so.6) __euidaccess: return value location: {0x50, 0}\n(/lib/libc.so.6) __faccessat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchdir: returns unspecified type\n(/lib/libc.so.6) __GI___fchdir: returns unspecified type\n(/lib/libc.so.6) fchdir: returns unspecified type\n(/lib/libc.so.6) __GI_fchdir: returns unspecified type\n(/lib/libc.so.6) __fchmod: returns unspecified type\n(/lib/libc.so.6) __GI___fchmod: returns unspecified type\n(/lib/libc.so.6) fchmod: returns unspecified type\n(/lib/libc.so.6) __GI_fchmod: returns unspecified type\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchown: returns unspecified type\n(/lib/libc.so.6) __GI___fchown: returns unspecified type\n(/lib/libc.so.6) fchown: returns unspecified type\n(/lib/libc.so.6) __GI_fchown: returns unspecified type\n(/lib/libc.so.6) fchownat: returns unspecified type\n(/lib/libc.so.6) __GI_fchownat: returns unspecified type\n(/lib/libc.so.6) __libc_fcntl64: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_path: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_is_unchanged: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __flock: returns unspecified type\n(/lib/libc.so.6) __GI___flock: returns unspecified type\n(/lib/libc.so.6) flock: returns unspecified type\n(/lib/libc.so.6) __GI_flock: returns unspecified type\n(/lib/libc.so.6) __fstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_maxarglen: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_padjust: returns no value\n(/lib/libc.so.6) fts_palloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_lfree: returns no value\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_build: return value location: {0x50, 0}\n(/lib/libc.so.6) dirent_not_directory: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_children: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_set: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_load: returns no value\n(/lib/libc.so.6) fts_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_startup: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) open_dir_stream: return value location: {0x50, 0}\n(/lib/libc.so.6) find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) add_object: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimens: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) get_current_dir_name: return value location: {0x50, 0}\n(/lib/libc.so.6) getwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) lchmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __lchown: returns unspecified type\n(/lib/libc.so.6) __GI___lchown: returns unspecified type\n(/lib/libc.so.6) lchown: returns unspecified type\n(/lib/libc.so.6) __GI_lchown: returns unspecified type\n(/lib/libc.so.6) __link: return value location: {0x50, 0}\n(/lib/libc.so.6) linkat: returns unspecified type\n(/lib/libc.so.6) __GI_linkat: returns unspecified type\n(/lib/libc.so.6) __lockf64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lseek64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mkdir: return value location: {0x50, 0}\n(/lib/libc.so.6) mkdirat: returns unspecified type\n(/lib/libc.so.6) __GI_mkdirat: returns unspecified type\n(/lib/libc.so.6) mkfifo: return value location: {0x50, 0}\n(/lib/libc.so.6) mkfifoat: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_open64: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_openat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe2: returns unspecified type\n(/lib/libc.so.6) __GI___pipe2: returns unspecified type\n(/lib/libc.so.6) pipe2: returns unspecified type\n(/lib/libc.so.6) __GI_pipe2: returns unspecified type\n(/lib/libc.so.6) __poll: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fadvise64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fallocate64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) ppoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink: return value location: {0x50, 0}\n(/lib/libc.so.6) readlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_readlinkat: returns unspecified type\n(/lib/libc.so.6) __rmdir: return value location: {0x50, 0}\n(/lib/libc.so.6) sendfile64: return value location: {0x50, 0}\n(/lib/libc.so.6) __stat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) statx: return value location: {0x50, 0}\n(/lib/libc.so.6) __symlink: return value location: {0x50, 0}\n(/lib/libc.so.6) symlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_symlinkat: returns unspecified type\n(/lib/libc.so.6) ttyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) is_mytty: return value location: {0x50, 0}\n(/lib/libc.so.6) is_pty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) __umask: returns unspecified type\n(/lib/libc.so.6) __GI___umask: returns unspecified type\n(/lib/libc.so.6) umask: returns unspecified type\n(/lib/libc.so.6) __GI_umask: returns unspecified type\n(/lib/libc.so.6) __unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) unlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_unlinkat: returns unspecified type\n(/lib/libc.so.6) __utime: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_statvfs64: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sync_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __write_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetspeed: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcgetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) tcgetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tcdrain: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflow: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflush: return value location: {0x50, 0}\n(/lib/libc.so.6) tcsendbreak: return value location: {0x50, 0}\n(/lib/libc.so.6) cfmakeraw: returns no value\n(/lib/libc.so.6) tcgetsid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __setrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrusage: return value location: {0x50, 0}\n(/lib/libc.so.6) __ulimit: return value location: {0x50, 0}\n(/lib/libc.so.6) vlimit: return value location: {0x50, 0}\n(/lib/libc.so.6) __vtimes: return value location: {0x50, 0}\n(/lib/libc.so.6) vtimes_one: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpriority: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpriority: returns unspecified type\n(/lib/libc.so.6) __GI___setpriority: returns unspecified type\n(/lib/libc.so.6) setpriority: returns unspecified type\n(/lib/libc.so.6) __GI_setpriority: returns unspecified type\n(/lib/libc.so.6) nice: return value location: {0x50, 0}\n(/lib/libc.so.6) acct: returns unspecified type\n(/lib/libc.so.6) __GI_acct: returns unspecified type\n(/lib/libc.so.6) __libc_allocate_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk_call: return value location: {0x50, 0}\n(/lib/libc.so.6) chflags: return value location: {0x50, 0}\n(/lib/libc.so.6) chroot: returns unspecified type\n(/lib/libc.so.6) __GI_chroot: returns unspecified type\n(/lib/libc.so.6) daemon: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) dirname: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) errx: returns no value\n(/lib/libc.so.6) err: returns no value\n(/lib/libc.so.6) verrx: returns no value\n(/lib/libc.so.6) verr: returns no value\n(/lib/libc.so.6) warnx: returns no value\n(/lib/libc.so.6) warn: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) vwarn: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) __vwarnx_internal: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) __error_at_line: returns no value\n(/lib/libc.so.6) __error_at_line_internal: returns no value\n(/lib/libc.so.6) __error: returns no value\n(/lib/libc.so.6) __error_internal: returns no value\n(/lib/libc.so.6) error_tail: returns no value\n(/lib/libc.so.6) print_errno_message: returns no value\n(/lib/libc.so.6) flush_stdout: returns no value\n(/lib/libc.so.6) fchflags: return value location: {0x50, 0}\n(/lib/libc.so.6) __fd_to_filename: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fdatasync: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fgetxattr: returns unspecified type\n(/lib/libc.so.6) flistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_flistxattr: returns unspecified type\n(/lib/libc.so.6) fremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_fremovexattr: returns unspecified type\n(/lib/libc.so.6) fsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fsetxattr: returns unspecified type\n(/lib/libc.so.6) __libc_fstab_freemem: returns no value\n(/lib/libc.so.6) fstab_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_fetch: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) endfsent: returns no value\n(/lib/libc.so.6) getfsfile: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsspec: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftruncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __futimesat: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __getauxval: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getclktck: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname: return value location: {0x50, 0}\n(/lib/libc.so.6) getloadavg: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getpass: return value location: {0x50, 0}\n(/lib/libc.so.6) call_fclose: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __get_avphys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_phys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) sysinfo_mempages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nprocs_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) read_sysfs_file: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nproc_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_sched: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) value: return value location: {0x50, 0}\n(/lib/libc.so.6) skip: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttynam: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) initshells: return value location: {0x50, 0}\n(/lib/libc.so.6) setusershell: returns no value\n(/lib/libc.so.6) endusershell: returns no value\n(/lib/libc.so.6) getusershell: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getxattr: returns unspecified type\n(/lib/libc.so.6) __GI_getxattr: returns unspecified type\n(/lib/libc.so.6) gtty: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy: returns no value\n(/lib/libc.so.6) hcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) hsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsearch_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __hcreate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) isprime: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __libc_ifunc_impl_list: return value location: {0x50, 0}\n(/lib/libc.so.6) remque: returns no value\n(/lib/libc.so.6) insque: returns no value\n(/lib/libc.so.6) __ioctl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ioctl_arch: return value location: {0x50, 0}\n(/lib/libc.so.6) lgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lgetxattr: returns unspecified type\n(/lib/libc.so.6) listxattr: returns unspecified type\n(/lib/libc.so.6) __GI_listxattr: returns unspecified type\n(/lib/libc.so.6) llistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_llistxattr: returns unspecified type\n(/lib/libc.so.6) lremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_lremovexattr: returns unspecified type\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lsetxattr: returns unspecified type\n(/lib/libc.so.6) __lutimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __madvise: returns unspecified type\n(/lib/libc.so.6) __GI___madvise: returns unspecified type\n(/lib/libc.so.6) madvise: returns unspecified type\n(/lib/libc.so.6) __GI_madvise: returns unspecified type\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) mincore: returns unspecified type\n(/lib/libc.so.6) __GI_mincore: returns unspecified type\n(/lib/libc.so.6) mkdtemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemps: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemps: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock: returns unspecified type\n(/lib/libc.so.6) __GI_mlock: returns unspecified type\n(/lib/libc.so.6) mlockall: returns unspecified type\n(/lib/libc.so.6) __GI_mlockall: returns unspecified type\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) getmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) deallocate: returns no value\n(/lib/libc.so.6) allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __hasmntopt: return value location: {0x50, 0}\n(/lib/libc.so.6) __addmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) write_string: returns no value\n(/lib/libc.so.6) __getmntent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_mnt_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) decode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __endmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mprotect: returns unspecified type\n(/lib/libc.so.6) __GI___mprotect: returns unspecified type\n(/lib/libc.so.6) mprotect: returns unspecified type\n(/lib/libc.so.6) __GI_mprotect: returns unspecified type\n(/lib/libc.so.6) msync: return value location: {0x50, 0}\n(/lib/libc.so.6) munlock: returns unspecified type\n(/lib/libc.so.6) __GI_munlock: returns unspecified type\n(/lib/libc.so.6) munlockall: returns unspecified type\n(/lib/libc.so.6) __GI_munlockall: returns unspecified type\n(/lib/libc.so.6) __munmap: returns unspecified type\n(/lib/libc.so.6) __GI___munmap: returns unspecified type\n(/lib/libc.so.6) munmap: returns unspecified type\n(/lib/libc.so.6) __GI_munmap: returns unspecified type\n(/lib/libc.so.6) preadv64: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pselect: return value location: {0x50, 0}\n(/lib/libc.so.6) pselect64_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrace: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __qgcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __readv: return value location: {0x50, 0}\n(/lib/libc.so.6) reboot: return value location: {0x50, 0}\n(/lib/libc.so.6) advance: return value location: {0x50, 0}\n(/lib/libc.so.6) step: return value location: {0x50, 0}\n(/lib/libc.so.6) __remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI___remap_file_pages: returns unspecified type\n(/lib/libc.so.6) remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI_remap_file_pages: returns unspecified type\n(/lib/libc.so.6) removexattr: returns unspecified type\n(/lib/libc.so.6) __GI_removexattr: returns unspecified type\n(/lib/libc.so.6) __revoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __sbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) __select: return value location: {0x50, 0}\n(/lib/libc.so.6) setdomainname: returns unspecified type\n(/lib/libc.so.6) __GI_setdomainname: returns unspecified type\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) sethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sethostname: returns unspecified type\n(/lib/libc.so.6) __GI_sethostname: returns unspecified type\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxattr: returns unspecified type\n(/lib/libc.so.6) __GI_setxattr: returns unspecified type\n(/lib/libc.so.6) sstk: return value location: {0x50, 0}\n(/lib/libc.so.6) stty: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapoff: returns unspecified type\n(/lib/libc.so.6) __GI___swapoff: returns unspecified type\n(/lib/libc.so.6) swapoff: returns unspecified type\n(/lib/libc.so.6) __GI_swapoff: returns unspecified type\n(/lib/libc.so.6) __swapon: returns unspecified type\n(/lib/libc.so.6) __GI___swapon: returns unspecified type\n(/lib/libc.so.6) swapon: returns unspecified type\n(/lib/libc.so.6) __GI_swapon: returns unspecified type\n(/lib/libc.so.6) sync: returns unspecified type\n(/lib/libc.so.6) __GI_sync: returns unspecified type\n(/lib/libc.so.6) syncfs: returns unspecified type\n(/lib/libc.so.6) __GI_syncfs: returns unspecified type\n(/lib/libc.so.6) syscall: returns unspecified type\n(/lib/libc.so.6) setlogmask: return value location: {0x50, 0}\n(/lib/libc.so.6) closelog: returns no value\n(/lib/libc.so.6) closelog_internal: returns no value\n(/lib/libc.so.6) openlog: returns no value\n(/lib/libc.so.6) openlog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_chk: returns no value\n(/lib/libc.so.6) ___syslog_chk: returns no value\n(/lib/libc.so.6) __vsyslog: returns no value\n(/lib/libc.so.6) __syslog: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __truncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __tdestroy: returns no value\n(/lib/libc.so.6) tdestroy_recurse: returns no value\n(/lib/libc.so.6) __twalk_r: returns no value\n(/lib/libc.so.6) trecurse_r: returns no value\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) trecurse: returns no value\n(/lib/libc.so.6) __tdelete: return value location: {0x50, 0}\n(/lib/libc.so.6) __tfind: return value location: {0x50, 0}\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) ttyslot: return value location: {0x50, 0}\n(/lib/libc.so.6) ualarm: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_unwind_link_freeres: returns no value\n(/lib/libc.so.6) __libc_unwind_link_after_fork: returns no value\n(/lib/libc.so.6) __libc_unwind_link_get: return value location: {0x50, 0}\n(/lib/libc.so.6) usleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_ustat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) vhangup: returns unspecified type\n(/lib/libc.so.6) __GI_vhangup: returns unspecified type\n(/lib/libc.so.6) __writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_misc: returns no value\n(/lib/libc.so.6) ioperm: returns unspecified type\n(/lib/libc.so.6) __GI_ioperm: returns unspecified type\n(/lib/libc.so.6) iopl: returns unspecified type\n(/lib/libc.so.6) __GI_iopl: returns unspecified type\n(/lib/libc.so.6) ___adjtimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone: returns unspecified type\n(/lib/libc.so.6) __GI___clone: returns unspecified type\n(/lib/libc.so.6) clone: returns unspecified type\n(/lib/libc.so.6) __clone_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_pidfd_supported: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3: returns unspecified type\n(/lib/libc.so.6) __GI___clone3: returns unspecified type\n(/lib/libc.so.6) epoll_create: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait2: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd: returns unspecified type\n(/lib/libc.so.6) __GI_eventfd: returns unspecified type\n(/lib/libc.so.6) eventfd_read: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __fanotify_mark: return value location: {0x50, 0}\n(/lib/libc.so.6) ___fxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) inotify_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___lxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mremap: return value location: {0x50, 0}\n(/lib/libc.so.6) open_by_handle_at: return value location: {0x50, 0}\n(/lib/libc.so.6) __personality: returns unspecified type\n(/lib/libc.so.6) __GI___personality: returns unspecified type\n(/lib/libc.so.6) personality: returns unspecified type\n(/lib/libc.so.6) __GI_personality: returns unspecified type\n(/lib/libc.so.6) __pkey_get: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_mprotect: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_set: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_write: returns no value\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __prctl: returns unspecified type\n(/lib/libc.so.6) __GI___prctl: returns unspecified type\n(/lib/libc.so.6) prctl: returns unspecified type\n(/lib/libc.so.6) __GI_prctl: returns unspecified type\n(/lib/libc.so.6) __prctl_time64: returns unspecified type\n(/lib/libc.so.6) __GI___prctl_time64: returns unspecified type\n(/lib/libc.so.6) __prlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_readv: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __readahead: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsgid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsgid: returns unspecified type\n(/lib/libc.so.6) setfsuid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsuid: returns unspecified type\n(/lib/libc.so.6) __set_vma_name: returns no value\n(/lib/libc.so.6) signalfd: return value location: {0x50, 0}\n(/lib/libc.so.6) splice: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sysctl: return value location: {0x50, 0}\n(/lib/libc.so.6) tee: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount2: return value location: {0x50, 0}\n(/lib/libc.so.6) vmsplice: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) ___xstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI___arch_prctl: returns unspecified type\n(/lib/libc.so.6) arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI_arch_prctl: returns unspecified type\n(/lib/libc.so.6) __modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI___modify_ldt: returns unspecified type\n(/lib/libc.so.6) modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI_modify_ldt: returns unspecified type\n(/lib/libc.so.6) __syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) __GI___syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) capget: returns unspecified type\n(/lib/libc.so.6) __GI_capget: returns unspecified type\n(/lib/libc.so.6) capset: returns unspecified type\n(/lib/libc.so.6) __GI_capset: returns unspecified type\n(/lib/libc.so.6) __compat_create_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_create_module: returns unspecified type\n(/lib/libc.so.6) delete_module: returns unspecified type\n(/lib/libc.so.6) __GI_delete_module: returns unspecified type\n(/lib/libc.so.6) epoll_create1: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_create1: returns unspecified type\n(/lib/libc.so.6) epoll_ctl: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_ctl: returns unspecified type\n(/lib/libc.so.6) fsconfig: returns unspecified type\n(/lib/libc.so.6) __GI_fsconfig: returns unspecified type\n(/lib/libc.so.6) fsmount: returns unspecified type\n(/lib/libc.so.6) __GI_fsmount: returns unspecified type\n(/lib/libc.so.6) fsopen: returns unspecified type\n(/lib/libc.so.6) __GI_fsopen: returns unspecified type\n(/lib/libc.so.6) fspick: returns unspecified type\n(/lib/libc.so.6) __GI_fspick: returns unspecified type\n(/lib/libc.so.6) __compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) __GI___compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) init_module: returns unspecified type\n(/lib/libc.so.6) __GI_init_module: returns unspecified type\n(/lib/libc.so.6) inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) inotify_init1: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_init1: returns unspecified type\n(/lib/libc.so.6) inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) klogctl: returns unspecified type\n(/lib/libc.so.6) __GI_klogctl: returns unspecified type\n(/lib/libc.so.6) __mount: returns unspecified type\n(/lib/libc.so.6) __GI___mount: returns unspecified type\n(/lib/libc.so.6) mount: returns unspecified type\n(/lib/libc.so.6) __GI_mount: returns unspecified type\n(/lib/libc.so.6) mount_setattr: returns unspecified type\n(/lib/libc.so.6) __GI_mount_setattr: returns unspecified type\n(/lib/libc.so.6) move_mount: returns unspecified type\n(/lib/libc.so.6) __GI_move_mount: returns unspecified type\n(/lib/libc.so.6) __compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) __GI___compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) open_tree: returns unspecified type\n(/lib/libc.so.6) __GI_open_tree: returns unspecified type\n(/lib/libc.so.6) pidfd_open: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_open: returns unspecified type\n(/lib/libc.so.6) pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) pivot_root: returns unspecified type\n(/lib/libc.so.6) __GI_pivot_root: returns unspecified type\n(/lib/libc.so.6) pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) process_madvise: returns unspecified type\n(/lib/libc.so.6) __GI_process_madvise: returns unspecified type\n(/lib/libc.so.6) process_mrelease: returns unspecified type\n(/lib/libc.so.6) __GI_process_mrelease: returns unspecified type\n(/lib/libc.so.6) __compat_query_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_query_module: returns unspecified type\n(/lib/libc.so.6) quotactl: returns unspecified type\n(/lib/libc.so.6) __GI_quotactl: returns unspecified type\n(/lib/libc.so.6) __sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI___sysinfo: returns unspecified type\n(/lib/libc.so.6) sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI_sysinfo: returns unspecified type\n(/lib/libc.so.6) unshare: returns unspecified type\n(/lib/libc.so.6) __GI_unshare: returns unspecified type\n(/lib/libc.so.6) __compat_uselib: returns unspecified type\n(/lib/libc.so.6) __GI___compat_uselib: returns unspecified type\n(/lib/libc.so.6) timerfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_timerfd_create: returns unspecified type\n(/lib/libc.so.6) fanotify_init: returns unspecified type\n(/lib/libc.so.6) __GI_fanotify_init: returns unspecified type\n(/lib/libc.so.6) name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) __GI_name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) setns: returns unspecified type\n(/lib/libc.so.6) __GI_setns: returns unspecified type\n(/lib/libc.so.6) memfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_memfd_create: returns unspecified type\n(/lib/libc.so.6) __pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_alloc: returns unspecified type\n(/lib/libc.so.6) pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_free: returns unspecified type\n(/lib/libc.so.6) pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_free: returns unspecified type\n(/lib/libc.so.6) __gettid: returns unspecified type\n(/lib/libc.so.6) __GI___gettid: returns unspecified type\n(/lib/libc.so.6) gettid: returns unspecified type\n(/lib/libc.so.6) __GI_gettid: returns unspecified type\n(/lib/libc.so.6) __tgkill: returns unspecified type\n(/lib/libc.so.6) __GI___tgkill: returns unspecified type\n(/lib/libc.so.6) tgkill: returns unspecified type\n(/lib/libc.so.6) __GI_tgkill: returns unspecified type\n(/lib/libc.so.6) _no_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_hugepage_config: returns no value\n(/lib/libc.so.6) hugepage_flags: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_default_hugepage_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_thp_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_default_thp_pagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) accept4: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind: returns unspecified type\n(/lib/libc.so.6) __GI___bind: returns unspecified type\n(/lib/libc.so.6) bind: returns unspecified type\n(/lib/libc.so.6) __GI_bind: returns unspecified type\n(/lib/libc.so.6) __libc_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpeername: returns unspecified type\n(/lib/libc.so.6) __GI___getpeername: returns unspecified type\n(/lib/libc.so.6) getpeername: returns unspecified type\n(/lib/libc.so.6) __GI_getpeername: returns unspecified type\n(/lib/libc.so.6) __getsockname: returns unspecified type\n(/lib/libc.so.6) __GI___getsockname: returns unspecified type\n(/lib/libc.so.6) getsockname: returns unspecified type\n(/lib/libc.so.6) __GI_getsockname: returns unspecified type\n(/lib/libc.so.6) __getsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) isfdtype: return value location: {0x50, 0}\n(/lib/libc.so.6) __listen: returns unspecified type\n(/lib/libc.so.6) __GI___listen: returns unspecified type\n(/lib/libc.so.6) listen: returns unspecified type\n(/lib/libc.so.6) __GI_listen: returns unspecified type\n(/lib/libc.so.6) __opensock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvfrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) recvmmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __sendmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendto: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) setsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __shutdown: returns unspecified type\n(/lib/libc.so.6) __GI___shutdown: returns unspecified type\n(/lib/libc.so.6) shutdown: returns unspecified type\n(/lib/libc.so.6) __GI_shutdown: returns unspecified type\n(/lib/libc.so.6) __sockaddr_un_set: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sockatmark: return value location: {0x50, 0}\n(/lib/libc.so.6) __socket: returns unspecified type\n(/lib/libc.so.6) __GI___socket: returns unspecified type\n(/lib/libc.so.6) socket: returns unspecified type\n(/lib/libc.so.6) __GI_socket: returns unspecified type\n(/lib/libc.so.6) __socketpair: returns unspecified type\n(/lib/libc.so.6) __GI___socketpair: returns unspecified type\n(/lib/libc.so.6) socketpair: returns unspecified type\n(/lib/libc.so.6) __GI_socketpair: returns unspecified type\n(/lib/libc.so.6) __libc_sa_len: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) ftok: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgsnd: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgrcv: return value location: {0x50, 0}\n(/lib/libc.so.6) msgget: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgctl: return value location: {0x50, 0}\n(/lib/libc.so.6) msgctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) semop: return value location: {0x50, 0}\n(/lib/libc.so.6) semget: return value location: {0x50, 0}\n(/lib/libc.so.6) __semctl: return value location: {0x50, 0}\n(/lib/libc.so.6) semctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __semtimedop: return value location: {0x50, 0}\n(/lib/libc.so.6) semtimedop_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) shmat: return value location: {0x50, 0}\n(/lib/libc.so.6) shmdt: return value location: {0x50, 0}\n(/lib/libc.so.6) shmget: return value location: {0x50, 0}\n(/lib/libc.so.6) __shmctl: return value location: {0x50, 0}\n(/lib/libc.so.6) shmctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) _mcleanup: returns no value\n(/lib/libc.so.6) write_gmon: returns no value\n(/lib/libc.so.6) write_bb_counts: returns no value\n(/lib/libc.so.6) write_call_graph: returns no value\n(/lib/libc.so.6) write_hist: returns no value\n(/lib/libc.so.6) __monstartup: returns no value\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) callback: return value location: {0x50, 0}\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) __mcount_internal: returns no value\n(/lib/libc.so.6) __profile_frequency: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sprofil: return value location: {0x50, 0}\n(/lib/libc.so.6) pcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) add_region: return value location: {0x50, 0}\n(/lib/libc.so.6) insert: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter_uint: returns no value\n(/lib/libc.so.6) __profil_counter_ushort: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) index_to_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) pc_to_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) _mcount: returns unspecified type\n(/lib/libc.so.6) mcount: returns unspecified type\n(/lib/libc.so.6) __fentry__: returns unspecified type\n(/lib/libc.so.6) __towupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __towupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_ensure: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_update: returns no value\n(/lib/libc.so.6) __argp_fmtstream_free: returns no value\n(/lib/libc.so.6) __argp_make_fmtstream: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_rmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_failure: returns no value\n(/lib/libc.so.6) __argp_failure_internal: returns no value\n(/lib/libc.so.6) __argp_error: returns no value\n(/lib/libc.so.6) __argp_error_internal: returns no value\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_help: returns no value\n(/lib/libc.so.6) _help: returns no value\n(/lib/libc.so.6) argp_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_usage: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_usage: returns no value\n(/lib/libc.so.6) usage_long_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) usage_argful_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_help: returns no value\n(/lib/libc.so.6) hol_entry_help: returns no value\n(/lib/libc.so.6) comma: returns no value\n(/lib/libc.so.6) hol_cluster_is_child: return value location: {0x50, 0}\n(/lib/libc.so.6) print_header: returns no value\n(/lib/libc.so.6) filter_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) arg: returns no value\n(/lib/libc.so.6) space: returns no value\n(/lib/libc.so.6) indent_to: returns no value\n(/lib/libc.so.6) argp_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_append: returns no value\n(/lib/libc.so.6) hol_sort: returns no value\n(/lib/libc.so.6) hol_entry_qcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) canon_doc_option: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_base: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_sibling_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) group_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_set_group: returns no value\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_long: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_short: return value location: {0x50, 0}\n(/lib/libc.so.6) until_short: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_long_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_short_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_free: returns no value\n(/lib/libc.so.6) hol_add_cluster: return value location: {0x50, 0}\n(/lib/libc.so.6) make_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) find_char: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_in_uparams: returns no value\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_next: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_arg: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_init: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_sizes: returns no value\n(/lib/libc.so.6) parser_convert: returns no value\n(/lib/libc.so.6) convert_options: return value location: {0x50, 0}\n(/lib/libc.so.6) group_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) find_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_default_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_usage: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) ____longjmp_chk: returns unspecified type\n(/lib/libc.so.6) ___asprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace: return value location: {0x50, 0}\n(/lib/libc.so.6) backtrace_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) unwind_arch_adjustment: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols_fd: returns no value\n(/lib/libc.so.6) __chk_fail: returns no value\n(/lib/libc.so.6) __confstr_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __explicit_bzero_chk: returns no value\n(/lib/libc.so.6) __fdelt_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgets_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetws_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgetws_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fortify_fail: returns no value\n(/lib/libc.so.6) ___fprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdomainname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgroups_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __longjmp_chk: returns no value\n(/lib/libc.so.6) __mbsnrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbstowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmove_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __cyg_profile_func_enter: returns no value\n(/lib/libc.so.6) __obstack_printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __poll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ppoll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlinkat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readonly_area: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recv_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvfrom_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___snprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stack_chk_fail: returns no value\n(/lib/libc.so.6) __stpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vfprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) bindresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_to_ms: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_from_timeval: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) infinite_deadline: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_current_time: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) getsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) __h_errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) htonl: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) htons: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_from_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_to_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) get_functions: return value location: {0x50, 0}\n(/lib/libc.so.6) functions_deallocate: returns no value\n(/lib/libc.so.6) functions_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_name_classify: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_indextoname: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nameindex: return value location: {0x50, 0}\n(/lib/libc.so.6) if_nameindex_netlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freenameindex: returns no value\n(/lib/libc.so.6) __if_nametoindex: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freeifaddrs: returns no value\n(/lib/libc.so.6) __getifaddrs: return value location: {0x50, 0}\n(/lib/libc.so.6) getifaddrs_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) map_newlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) __netlink_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_sendreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) inet6_opt_get_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_set_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_finish: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_append: return value location: {0x50, 0}\n(/lib/libc.so.6) add_padding: returns no value\n(/lib/libc.so.6) inet6_opt_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_append: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_space: return value location: {0x50, 0}\n(/lib/libc.so.6) get_opt_end: return value location: {0x50, 0}\n(/lib/libc.so.6) add_pad: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_getaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_segments: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_add: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_space: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet6_scopeid_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_lnaof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_makeaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_network: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_netof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) __validuser2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __isempty: return value location: {0x50, 0}\n(/lib/libc.so.6) __icheckuser: return value location: {0x50, 0}\n(/lib/libc.so.6) __checkhost_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __ivaliduser: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserfopen: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd_af: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec_af: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) token: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserpass: return value location: {0x50, 0}\n(/lib/libc.so.6) ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_pf_freemem: returns no value\n(/lib/libc.so.6) __check_pf: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) make_request: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_valid_p: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_native: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ifreq: returns no value\n(/lib/libc.so.6) __netlink_assert_response: returns no value\n(/lib/libc.so.6) get_address_family: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_skipname: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getcanonname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_noaaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r_store_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) addrsort: returns no value\n(/lib/libc.so.6) _nss_dns_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyaddr2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_name: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_context: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) rrtype_to_rdata_length: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_add: returns no value\n(/lib/libc.so.6) ptrlist_add__: returns no value\n(/lib/libc.so.6) ptrlist_end: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_size: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_mark_failed: returns no value\n(/lib/libc.so.6) ptrlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_free: returns no value\n(/lib/libc.so.6) ptrlist_init: returns no value\n(/lib/libc.so.6) ptrlist_free__array__: returns no value\n(/lib/libc.so.6) ptrlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_count: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qtype: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qname: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_ancount: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_rcode: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) __alloc_buffer_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) herror: returns no value\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_ignore_trailing: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_exact: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_aton_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop6: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop4: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton6: return value location: {0x50, 0}\n(/lib/libc.so.6) hex_digit_value: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton4: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_makecanon: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_compress: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_name_length_uncompressed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) printable: return value location: {0x50, 0}\n(/lib/libc.so.6) special: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pack: return value location: {0x50, 0}\n(/lib/libc.so.6) dn_find: return value location: {0x50, 0}\n(/lib/libc.so.6) mklower: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_skip: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_uncompress: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_unpack: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_samebinaryname: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_samename: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) xtob: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_dns_functions: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_thread_freeres: returns no value\n(/lib/libc.so.6) __res_nclose: returns no value\n(/lib/libc.so.6) __res_iclose: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) ___res_dnok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mailok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_ownok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_leading_dash: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) printable_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_handle_no_aaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) qtype_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_state: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_hostalias: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_enable_icmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _res_hconf_trim_domains: returns no value\n(/lib/libc.so.6) _res_hconf_trim_domain: returns no value\n(/lib/libc.so.6) _res_hconf_reorder_addrs: returns no value\n(/lib/libc.so.6) _res_hconf_init: returns no value\n(/lib/libc.so.6) do_init: returns no value\n(/lib/libc.so.6) parse_line: returns no value\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_trimdomain_list: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_string: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_ws: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nextreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freereq: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) net_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) res_setoptions: returns no value\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_load: return value location: {0x50, 0}\n(/lib/libc.so.6) res_vinit_1: return value location: {0x50, 0}\n(/lib/libc.so.6) domain_from_hostname: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_parser_free: returns no value\n(/lib/libc.so.6) resolv_conf_parser_init: returns no value\n(/lib/libc.so.6) has_preinit_values: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_add: returns no value\n(/lib/libc.so.6) sort_list_add__: returns no value\n(/lib/libc.so.6) sort_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_mark_failed: returns no value\n(/lib/libc.so.6) sort_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_free: returns no value\n(/lib/libc.so.6) sort_list_init: returns no value\n(/lib/libc.so.6) sort_list_free__array__: returns no value\n(/lib/libc.so.6) sort_list_free__elements__: returns no value\n(/lib/libc.so.6) search_list_clear: returns no value\n(/lib/libc.so.6) search_list_add: returns no value\n(/lib/libc.so.6) search_list_add__: returns no value\n(/lib/libc.so.6) search_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_mark_failed: returns no value\n(/lib/libc.so.6) search_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_free: returns no value\n(/lib/libc.so.6) search_list_init: returns no value\n(/lib/libc.so.6) search_list_free__array__: returns no value\n(/lib/libc.so.6) search_list_free__elements__: returns no value\n(/lib/libc.so.6) nameserver_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_mark_failed: returns no value\n(/lib/libc.so.6) nameserver_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_free: returns no value\n(/lib/libc.so.6) nameserver_list_init: returns no value\n(/lib/libc.so.6) nameserver_list_free__array__: returns no value\n(/lib/libc.so.6) nameserver_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) is_sort_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_ninit: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_nopt: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nmkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_mkquery_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_nameinquery: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquerydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) context_querydomain_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) context_search_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_query: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_query_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_query: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __resolv_context_search_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_randomid: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) sock_eq: return value location: {0x50, 0}\n(/lib/libc.so.6) send_dg: return value location: {0x50, 0}\n(/lib/libc.so.6) reopen: return value location: {0x50, 0}\n(/lib/libc.so.6) send_vc: return value location: {0x50, 0}\n(/lib/libc.so.6) close_and_return_error: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_send: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsend: return value location: {0x50, 0}\n(/lib/libc.so.6) context_send_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_send: return value location: {0x50, 0}\n(/lib/libc.so.6) mask_ad_bit: returns no value\n(/lib/libc.so.6) nameserver_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) evNowTime: returns no value\n(/lib/libc.so.6) evCmpTime: return value location: {0x50, 0}\n(/lib/libc.so.6) evSubTime: returns no value\n(/lib/libc.so.6) evAddTime: returns no value\n(/lib/libc.so.6) evConsTime: returns no value\n(/lib/libc.so.6) evConsIovec: returns no value\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_resolv_conf_freemem: returns no value\n(/lib/libc.so.6) __resolv_conf_detach: returns no value\n(/lib/libc.so.6) __resolv_conf_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) update_from_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_conf_get: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v6: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_get_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_get_current: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) put_locked_global: returns no value\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_add: returns no value\n(/lib/libc.so.6) resolv_conf_array_add__: returns no value\n(/lib/libc.so.6) resolv_conf_array_at: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_mark_failed: returns no value\n(/lib/libc.so.6) resolv_conf_array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_free: returns no value\n(/lib/libc.so.6) resolv_conf_array_init: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__array__: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_context_freeres: returns no value\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __resolv_context_get_override: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get_preinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) context_free: returns no value\n(/lib/libc.so.6) context_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_init: return value location: {0x50, 0}\n(/lib/libc.so.6) replicated_configuration_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __gai_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_freemem: returns no value\n(/lib/libc.so.6) handle_requests: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_remove_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_find_request: return value location: {0x50, 0}\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_notify: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) ___gai_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaddrinfo_a: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots_context: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots: return value location: {0x50, 0}\n(/lib/libc.so.6) res_use_inet6: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_endent: returns no value\n(/lib/libc.so.6) __nss_setent: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_freeres: returns no value\n(/lib/libc.so.6) __nss_action_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) find_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) action_lists_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) actions_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_add: returns no value\n(/lib/libc.so.6) action_list_add__: returns no value\n(/lib/libc.so.6) action_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_mark_failed: returns no value\n(/lib/libc.so.6) action_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_init: returns no value\n(/lib/libc.so.6) action_list_free__array__: returns no value\n(/lib/libc.so.6) action_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_set_all: returns no value\n(/lib/libc.so.6) nss_action_set: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_fork_subprocess: returns no value\n(/lib/libc.so.6) __nss_database_fork_prepare_parent: returns no value\n(/lib/libc.so.6) __nss_database_freeres: returns no value\n(/lib/libc.so.6) __nss_database_get_noreload: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_check_reload_and_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_configure_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) process_line: return value location: {0x50, 0}\n(/lib/libc.so.6) name_to_database_index: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_select_default: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_state_get: return value location: {0x50, 0}\n(/lib/libc.so.6) global_state_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_fgetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_endent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_data_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_internal_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_files_global_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_functions: returns no value\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_freeres: returns no value\n(/lib/libc.so.6) __nss_module_disable_loading: returns no value\n(/lib/libc.so.6) __nss_disable_nscd: returns no value\n(/lib/libc.so.6) nss_load_all_libraries: returns no value\n(/lib/libc.so.6) __nss_module_get_function: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_dns: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_files: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rewrite_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_list_field: return value location: {0x50, 0}\n(/lib/libc.so.6) getaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endaliasent: returns no value\n(/lib/libc.so.6) setaliasent: returns no value\n(/lib/libc.so.6) getaliasbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_hostton: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntohost: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_grent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endgrent: returns no value\n(/lib/libc.so.6) setgrent: returns no value\n(/lib/libc.so.6) getgrgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) initgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) putgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endsgent: returns no value\n(/lib/libc.so.6) setsgent: returns no value\n(/lib/libc.so.6) getsgnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_sgent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) getaddrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) try_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) gaiconf_reload: returns no value\n(/lib/libc.so.6) gaiconf_init: returns no value\n(/lib/libc.so.6) add_scopelist: return value location: {0x50, 0}\n(/lib/libc.so.6) add_prefixlist: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_decimal_value: return value location: {0x50, 0}\n(/lib/libc.so.6) scopecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) prefixcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) free_scopelist: returns no value\n(/lib/libc.so.6) free_prefixlist: returns no value\n(/lib/libc.so.6) __libc_getaddrinfo_freemem: returns no value\n(/lib/libc.so.6) check_gaiconf_mtime: return value location: {0x50, 0}\n(/lib/libc.so.6) save_gaiconf_mtime: returns no value\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) rfc3484_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fls: return value location: {0x50, 0}\n(/lib/libc.so.6) get_precedence: return value location: {0x50, 0}\n(/lib/libc.so.6) get_label: return value location: {0x50, 0}\n(/lib/libc.so.6) match_prefix: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) generate_addrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) get_local_addresses: returns no value\n(/lib/libc.so.6) try_simple_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) text_to_binary_address: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nss_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nscd_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_servtuples: return value location: {0x50, 0}\n(/lib/libc.so.6) process_canonname: return value location: {0x50, 0}\n(/lib/libc.so.6) getcanonname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethosts: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_hostent_to_gaih_addrtuple: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_result_reset: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) gethostbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname2: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endhostent: returns no value\n(/lib/libc.so.6) sethostent: returns no value\n(/lib/libc.so.6) getnameinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_numeric: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_name: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sprintf_result: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname_core: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate: returns no value\n(/lib/libc.so.6) innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nonempty_val: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent: returns no value\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent_hook: returns no value\n(/lib/libc.so.6) free_memory: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) getnetbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetent: returns no value\n(/lib/libc.so.6) setnetent: returns no value\n(/lib/libc.so.6) getprotobynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endprotoent: returns no value\n(/lib/libc.so.6) setprotoent: returns no value\n(/lib/libc.so.6) getprotobyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_pwent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpw: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endpwent: returns no value\n(/lib/libc.so.6) setpwent: returns no value\n(/lib/libc.so.6) getpwnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endrpcent: returns no value\n(/lib/libc.so.6) setrpcent: returns no value\n(/lib/libc.so.6) getservent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endservent: returns no value\n(/lib/libc.so.6) setservent: returns no value\n(/lib/libc.so.6) getservbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getservbyport: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endspent: returns no value\n(/lib/libc.so.6) setspent: returns no value\n(/lib/libc.so.6) getspnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) noop_handler: returns no value\n(/lib/libc.so.6) __ulckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) __lckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) putspent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_spent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getntohost_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getetherent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_etherent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_multi: return value location: {0x50, 0}\n(/lib/libc.so.6) array_add: returns no value\n(/lib/libc.so.6) array_add__: returns no value\n(/lib/libc.so.6) array_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) array_mark_failed: returns no value\n(/lib/libc.so.6) array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) array_free: returns no value\n(/lib/libc.so.6) array_init: returns no value\n(/lib/libc.so.6) array_free__array__: returns no value\n(/lib/libc.so.6) array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endhostent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_sethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_line: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) map_v4v6_address: returns no value\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_netgroup_parseline: return value location: {0x50, 0}\n(/lib/libc.so.6) strip_whitespace: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_netent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_protoent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endservent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setservent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_servent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endspent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setspent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_rpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_init: returns no value\n(/lib/libc.so.6) register_file: returns no value\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_initgroups_dyn: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_destroy: returns no value\n(/lib/libc.so.6) authnone_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) authnone_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create_once: returns no value\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) xdr_authunix_parms: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_destroy: returns no value\n(/lib/libc.so.6) clntraw_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_abort: returns no value\n(/lib/libc.so.6) clntraw_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_geterr: returns no value\n(/lib/libc.so.6) clntraw_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_clnt_cleanup: returns no value\n(/lib/libc.so.6) callrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _rpc_dtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcport: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_unset: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_set: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_myaddress: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getmaps: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmap: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmaplist: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) getbroadcastnets: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcallres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_rmtcall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) _seterr_reply: returns no value\n(/lib/libc.so.6) rejected: returns no value\n(/lib/libc.so.6) accepted: returns no value\n(/lib/libc.so.6) xdr_callhdr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rejected_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_accepted_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_des_block: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_callmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_null: return value location: {0x50, 0}\n(/lib/libc.so.6) _authenticate: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_short: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_unix: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_destroy: returns no value\n(/lib/libc.so.6) svcraw_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) universal: returns no value\n(/lib/libc.so.6) __registerrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_double: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_float: return value location: {0x50, 0}\n(/lib/libc.so.6) fix_buf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) set_input_fragment: return value location: {0x50, 0}\n(/lib/libc.so.6) get_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_input_buf: return value location: {0x50, 0}\n(/lib/libc.so.6) flush_out: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_endofrecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_eof: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_skiprecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_destroy: returns no value\n(/lib/libc.so.6) xdrrec_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) getsecretkey: return value location: {0x50, 0}\n(/lib/libc.so.6) getpublickey: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_verf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_cred: return value location: {0x50, 0}\n(/lib/libc.so.6) ecb_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) cbc_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) common_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) _des_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) des_encrypt: returns no value\n(/lib/libc.so.6) des_set_key: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) des_setparity: returns no value\n(/lib/libc.so.6) xdr_key_netstres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_key_netstarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_getcredres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_unixcred: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg2: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) _openchild: return value location: {0x50, 0}\n(/lib/libc.so.6) rtime: return value location: {0x50, 0}\n(/lib/libc.so.6) do_close: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) invalidate: returns no value\n(/lib/libc.so.6) authdes_getucred: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_spot: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_ref: returns no value\n(/lib/libc.so.6) cache_victim: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_init: returns no value\n(/lib/libc.so.6) _svcauth_des: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_destroy: returns no value\n(/lib/libc.so.6) clntunix_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_abort: returns no value\n(/lib/libc.so.6) clntunix_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_geterr: returns no value\n(/lib/libc.so.6) clntunix_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunixfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _create_xid: return value location: {0x50, 0}\n(/lib/libc.so.6) synchronize: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_destroy: returns no value\n(/lib/libc.so.6) authdes_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_nextverf: returns no value\n(/lib/libc.so.6) authdes_pk_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_destroy: returns no value\n(/lib/libc.so.6) authunix_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_nextverf: returns no value\n(/lib/libc.so.6) authunix_create_default: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_freemem: returns no value\n(/lib/libc.so.6) auth_errmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_pcreateerror: returns no value\n(/lib/libc.so.6) clnt_spcreateerror: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perrno: returns no value\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perror: returns no value\n(/lib/libc.so.6) clnt_sperror: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_destroy: returns no value\n(/lib/libc.so.6) clnttcp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_abort: returns no value\n(/lib/libc.so.6) clnttcp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_geterr: returns no value\n(/lib/libc.so.6) clnttcp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_destroy: returns no value\n(/lib/libc.so.6) clntudp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_abort: returns no value\n(/lib/libc.so.6) clntudp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_geterr: returns no value\n(/lib/libc.so.6) clntudp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) is_network_up: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_first: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_elapsed: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_myaddress: returns no value\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_key_cleanup: returns no value\n(/lib/libc.so.6) key_call: return value location: {0x50, 0}\n(/lib/libc.so.6) key_call_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) getkeyserv_handle: return value location: {0x50, 0}\n(/lib/libc.so.6) key_get_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setnet: return value location: {0x50, 0}\n(/lib/libc.so.6) key_gendes: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_secretkey_is_set: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setsecret: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2host: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2user: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) host2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) user2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_rpc_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_max_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_createerr: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_fdset: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) rpc_thread_multi: returns no value\n(/lib/libc.so.6) __rpc_thread_destroy: returns no value\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_cleanup: returns no value\n(/lib/libc.so.6) __svc_accept_failed: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svc_getreq_common: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) svc_getreqset: returns no value\n(/lib/libc.so.6) svc_getreq: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_weakauth: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_systemerr: returns no value\n(/lib/libc.so.6) svcerr_decode: returns no value\n(/lib/libc.so.6) svcerr_noproc: returns no value\n(/lib/libc.so.6) svc_sendreply: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_unregister: returns no value\n(/lib/libc.so.6) svc_register: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_find: return value location: {0x50, 0}\n(/lib/libc.so.6) xprt_unregister: returns no value\n(/lib/libc.so.6) xprt_register: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svctcp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_set: returns no value\n(/lib/libc.so.6) svcudp_enablecache: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_destroy: returns no value\n(/lib/libc.so.6) svcudp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) bin2hex: returns no value\n(/lib/libc.so.6) hex2bin: returns no value\n(/lib/libc.so.6) xdecrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) xencrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) passwd2des_internal: returns no value\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_vector: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_array: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_wrapstring: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_string: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netobj: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_enum: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_void: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_free: returns no value\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_destroy: returns no value\n(/lib/libc.so.6) xdrmem_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_reference: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_sizeof: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) x_destroy: returns no value\n(/lib/libc.so.6) harmless: return value location: {0x50, 0}\n(/lib/libc.so.6) x_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) x_setpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_getpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_destroy: returns no value\n(/lib/libc.so.6) xdrstdio_create: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_run: returns no value\n(/lib/libc.so.6) svc_exit: returns no value\n(/lib/libc.so.6) __libc_rpc_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getpw_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_pw_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getgr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gr_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_gethst_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_hst_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getai: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getserv_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_serv_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_group_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_cache_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __readvall: return value location: {0x50, 0}\n(/lib/libc.so.6) __readall: return value location: {0x50, 0}\n(/lib/libc.so.6) wait_on_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) __forkpty: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r_loginuid: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_r_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __getlogin_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __getutid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __login: returns no value\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logwtmp: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __openpty: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) ptsname: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) setlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __updwtmp: returns no value\n(/lib/libc.so.6) __libc_updwtmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_endutent: returns no value\n(/lib/libc.so.6) __libc_pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_nolock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) read_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) file_unlock: returns no value\n(/lib/libc.so.6) try_file_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) timeout_handler: returns no value\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmp_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmpname: return value location: {0x50, 0}\n(/lib/libc.so.6) endutxent: returns no value\n(/lib/libc.so.6) getutmp: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxent: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxid: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxline: return value location: {0x50, 0}\n(/lib/libc.so.6) pututxline: return value location: {0x50, 0}\n(/lib/libc.so.6) setutxent: returns no value\n(/lib/libc.so.6) updwtmpx: returns no value\n(/lib/libc.so.6) utmpxname: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) determine_info: returns no value\n(/lib/libc.so.6) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_freeres: returns no value\n(/lib/libc.so.6) _dl_find_object_dlclose: returns no value\n(/lib/libc.so.6) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_link_map_sort: returns no value\n(/lib/libc.so.6) _dl_find_object_init: returns no value\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/libc.so.6) __dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_end_update: returns no value\n(/lib/libc.so.6) _dlfo_mappings_begin_update: returns no value\n(/lib/libc.so.6) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_from_map: returns no value\n(/lib/libc.so.6) _dl_find_object_to_external: returns no value\n(/lib/libc.so.6) _dl_find_object_internal_copy: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) __dl_iterate_phdr: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __dl_libc_freemem: returns no value\n(/lib/libc.so.6) free_slotinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlopen_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) do_dlclose: returns no value\n(/lib/libc.so.6) do_dlvsym: returns no value\n(/lib/libc.so.6) do_dlsym: returns no value\n(/lib/libc.so.6) do_dlopen: returns no value\n(/lib/libc.so.6) dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_vsym: return value location: {0x50, 0}\n(/lib/libc.so.6) do_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) call_dl_lookup: returns no value\n(/lib/libc.so.6) _dl_tls_symaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_post: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/libc.so.6) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_mcount_wrapper_check: returns no value\n(/lib/libc.so.6) _dl_mcount_wrapper: returns no value\n(/lib/libc.so.6) _dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_early_init: returns no value\n(/lib/libc.so.6) __pthread_early_init: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_get_cpuid_feature_leaf: return value location: {0x50, 0}\n(/lib/libc.so.6) __popcountdi2: return value location: {0x50, 0}\n(/lib/libc.so.6) __addtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __divtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __multf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __subtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __unordtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __floatsitf: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __getf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __letf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __eqtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __sfp_handle_exceptions: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_libc_early_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_catch_error: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_catch_exception: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_receive_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cerror: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cexception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) set_catch: returns no value\n(/lib/ld-linux-x86-64.so.2) get_catch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_close: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_close_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) remove_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_state: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_debug_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_deps: returns no value\n(/lib/ld-linux-x86-64.so.2) preload: returns no value\n(/lib/ld-linux-x86-64.so.2) openaux: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create_format: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create: returns no value\n(/lib/ld-linux-x86-64.so.2) adjust_message_buffer: returns no value\n(/lib/ld-linux-x86-64.so.2) length_mismatch: returns no value\n(/lib/ld-linux-x86-64.so.2) oom_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_stack_executable: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_handle_execstack_tunable: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_rtld_di_serinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_path: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) print_search_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_from_fd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_notify_new_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_gnu_property: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) decompose_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) expand_dynamic_string_token: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_substitute: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_dst: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_trusted_path_normalize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_reject_phdr_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_segments: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_postprocess_loadcmd: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_matches_host: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_file_id_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_file_id: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_symbol_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_dependency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_unique: returns no value\n(/lib/ld-linux-x86-64.so.2) is_nodelete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) mark_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) enter_unique_sym: returns no value\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_protected_symbol: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_new_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_direct: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_free: returns no value\n(/lib/ld-linux-x86-64.so.2) __minimal_calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_strtoul: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_higher_prime_number: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_name_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_read_whole_file: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_new_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_namespace_list: returns no value\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_show_scope: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_open_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_open_worker_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) call_dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_relocate_one_object: returns no value\n(/lib/ld-linux-x86-64.so.2) activate_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) update_tls_slotinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_tls_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) scope_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scope_has_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_dso_for_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_to_global_update: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_get_origin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fatal_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_dprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf_c: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_vdprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_strlen: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_writev: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_reloc_bad_type: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object_no_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_lazy_rel: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) resolve_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_try_allocate_static_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) x86_64_dynamic_after_reloc: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt_in_place: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_reloc_symbol_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_ibt_enabled: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_profile_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_offset: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_plt_value: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_fixup_plt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_scope_free: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_hash: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_dfs: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_original: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) __thread_gscope_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait_simple: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) init_one_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_initial_modid_limit_setup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_get_addr_soft: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) ___tls_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_adjust: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_update_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) allocate_and_init: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) allocate_dtv_entry: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) _dl_deallocate_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_init: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_resize_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_storage: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tcb_to_pointer_to_free_location: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_tls_static_info: returns no value\n(/lib/ld-linux-x86-64.so.2) allocate_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_determine_tlsoffset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_count_modids: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_assign_tls_modid: returns no value\n(/lib/ld-linux-x86-64.so.2) oom: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_static_surplus_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tls_static_surplus: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_end: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_set_offset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_size_with_pre: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_pre_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_mutex_dummy: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __thread_pointer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) list_add: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx512: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_sse: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tunable_get_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_get_default: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_print: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_init: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunable_print_error: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables_string: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tunable_set_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_is_initialized: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_parse_num: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_tunable_update_val: returns no value\n(/lib/ld-linux-x86-64.so.2) get_next_env: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_is_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_gt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_lt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unsigned_tunable_type: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_all_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_map_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_write: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unload_cache: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_load_cache_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_libcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) search_cache: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_file_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_verify_ptr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priority: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_init: returns no value\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_free: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_isa_level_compatible: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_load: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_verify: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_file_new_matches_endian: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_extension: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_unmap: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_tlsdesc_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) map_generation: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) eq_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) hash_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_find_slot: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_empty_slot_for_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_delete: returns no value\n(/lib/ld-linux-x86-64.so.2) htab_create: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_return: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_undefweak: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_setup_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_dlopen: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_startup: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_legacy_object: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_get_cet_status: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_lock_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_disable_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_get_cpu_features: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __x86_cpu_features_ifunc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_get_fam6_microarch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_extended_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_plt_rewrite_supported: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_check_hwcap2: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_minsigstacksize: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_init_cacheinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_hygon: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_zhaoxin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_amd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_02_known_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) bsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltexit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltenter: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_preinit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objopen: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_nsid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_map: returns no value\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) __rtld_version_placeholder_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_print_diagnostics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_environ: returns no value\n(/lib/ld-linux-x86-64.so.2) unfiltered_envvar: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) print_string_length: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_putc: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_report: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_query: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_reg: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_store: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cpuid_query_combined: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpu: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_preferred: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_internal: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_features_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getcpu: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_kernel: returns no value\n(/lib/ld-linux-x86-64.so.2) print_uname: returns no value\n(/lib/ld-linux-x86-64.so.2) print_utsname_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) print_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) unsetenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_next_ld_env_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_important_hwcaps: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) sort_priorities_by_name: returns no value\n(/lib/ld-linux-x86-64.so.2) compute_priorities: returns no value\n(/lib/ld-linux-x86-64.so.2) copy_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) update_hwcaps_counts: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_build_bitmask: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_contains: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_libc_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) __strsep: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __assert_perror_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __assert_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __chk_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __libc_fatal: returns no value\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sigjmp_save: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_real: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_malloc_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_is_complete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_stubs: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sym_post: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_mutex_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_profile: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_show_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start_cleanup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_parse_arguments: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_hwcap_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_platform_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_parse_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_shstk: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_ibt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_name: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_header: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_version: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_usage: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics_item: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_envvars_default: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars_secure: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) print_missing_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_unresolved: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_main: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_args_adjust: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_setup_main_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_chain_load: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_modules: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) report_audit_module_load_error: returns no value\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_preload_list: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) setup_vdso: returns no value\n(/lib/ld-linux-x86-64.so.2) security_init: returns no value\n(/lib/ld-linux-x86-64.so.2) do_preload: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) init_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) dlmopen_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) map_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) relocate_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_start_final: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_main_state_init: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_add_dynamic_tag: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_add_string: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_init: returns no value\n(/lib/ld-linux-x86-64.so.2) dso_name_valid_for_suid: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_timer_accum: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_stop: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_start: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_setup_debug_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_load_address: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) call_tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) _startup_fatal_tls_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_check_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_execve: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) setup_vdso_pointers: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_vdso_vsym: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _rtld_main_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_pointer_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_setup_stack_chk_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) __brk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __brk_call: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd_generic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __alloc_dir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __opendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) opendir_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) invalid_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sbrk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_check_standard_fds: returns no value\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __closedir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __fdopendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rewinddir: returns no value\n(/lib/ld-linux-x86-64.so.2) __getdents64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_dlclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_link_map_sort: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __dl_find_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_end_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_begin_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_from_map: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_to_external: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_internal_copy: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) __profile_frequency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil_counter: returns no value\n(/lib/ld-linux-x86-64.so.2) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) profil_count: returns no value\n(/lib/ld-linux-x86-64.so.2) __sigfillset: returns no value\n(/lib/ld-linux-x86-64.so.2) __access: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstatat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lseek64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __stat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __open64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __read_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __write_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __set_vma_name: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake_private: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait_private: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _exit: returns no value\n(/lib/ld-linux-x86-64.so.2) __getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __longjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __libc_sigaction: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) getenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) bcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memmove: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memset: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) index: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcspn: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strdup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strerrorname_np: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strncmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __setitimer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __get_errname: return value location: {0x50, 0}\nTry the build against the trivial native program: /usr/lib/elfutils/ptest/tests/funcretval -p 4244\n(/var/volatile/tmp/elfutils-test-4234/native) _start: returns unspecified type\n(/var/volatile/tmp/elfutils-test-4234/native) main: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_check_standard_fds: returns no value\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) _dl_start: returns no value\n(/lib/libc.so.6) _init_first: returns no value\n(/lib/libc.so.6) __libc_init_first: returns no value\n(/lib/libc.so.6) __libc_start_main_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) call_init: returns no value\n(/lib/libc.so.6) __libc_start_call_main: returns no value\n(/lib/libc.so.6) __libc_main: returns no value\n(/lib/libc.so.6) __gnu_get_libc_version: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_get_libc_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) _Unwind_GetCFA: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_ForcedUnwind: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcc_personality_v0: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_Resume: returns no value\n(/lib/libc.so.6) link: return value location: {0x50, 0}\n(/lib/libc.so.6) __errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_db_freemem: returns no value\n(/lib/libc.so.6) free_modules_db: returns no value\n(/lib/libc.so.6) __gconv_close_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_find_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) do_lookup_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) find_derivation: return value location: {0x50, 0}\n(/lib/libc.so.6) increment_counter: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_steps: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) free_derivation: returns no value\n(/lib/libc.so.6) add_derivation: returns no value\n(/lib/libc.so.6) derivation_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_alias_db: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_modules_db: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) __gconv_conf_freemem: returns no value\n(/lib/libc.so.6) __gconv_load_conf: returns no value\n(/lib/libc.so.6) __gconv_read_conf: returns no value\n(/lib/libc.so.6) __gconv_get_path: returns no value\n(/lib/libc.so.6) add_module: returns no value\n(/lib/libc.so.6) insert_module: returns no value\n(/lib/libc.so.6) add_alias: returns no value\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) detect_conflict: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parseconfdir: return value location: {0x50, 0}\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_builtin_trans: returns no value\n(/lib/libc.so.6) __gconv_transform_internal_ucs2reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2reverse_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs2: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_utf8_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_utf8: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ascii_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4le_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4le: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_btwoc_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transliterate: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_cache_freemem: returns no value\n(/lib/libc.so.6) __gconv_release_cache: returns no value\n(/lib/libc.so.6) __gconv_lookup_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_load_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_dl_freemem: returns no value\n(/lib/libc.so.6) do_release_all: returns no value\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) do_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_find_shlib: return value location: {0x50, 0}\n(/lib/libc.so.6) known_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_destroy_spec: returns no value\n(/lib/libc.so.6) __gconv_create_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parse_code: returns no value\n(/lib/libc.so.6) find_suffix: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __duplocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_remove_locale: returns no value\n(/lib/libc.so.6) _nl_find_locale: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) name_present: return value location: {0x50, 0}\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) _nl_archive_subfreeres: returns no value\n(/lib/libc.so.6) _nl_load_locale_from_archive: return value location: {0x50, 0}\n(/lib/libc.so.6) calculate_head_size: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_hashval: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_locale: returns no value\n(/lib/libc.so.6) _nl_load_locale: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_extra_size: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache_ctype: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __localeconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_get_mb_cur_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __newlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nl_langinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __nl_langinfo_l: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_locale_subfreeres: returns no value\n(/lib/libc.so.6) free_category: returns no value\n(/lib/libc.so.6) setlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) setdata: returns no value\n(/lib/libc.so.6) setname: returns no value\n(/lib/libc.so.6) new_composite_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __uselocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_postload_ctype: returns no value\n(/lib/libc.so.6) __collseq_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __collidx_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __current_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert: returns no value\n(/lib/libc.so.6) __libc_assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail_base: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert_perror_fail: returns no value\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) isxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) isupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isspace: return value location: {0x50, 0}\n(/lib/libc.so.6) ispunct: return value location: {0x50, 0}\n(/lib/libc.so.6) isprint: return value location: {0x50, 0}\n(/lib/libc.so.6) isgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) islower: return value location: {0x50, 0}\n(/lib/libc.so.6) isdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) iscntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) isalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) isalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __isblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) isascii: return value location: {0x50, 0}\n(/lib/libc.so.6) toascii: return value location: {0x50, 0}\n(/lib/libc.so.6) _toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) _tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) __toupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __tolower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __ispunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __islower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iscntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind_textdomain_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bindtextdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) __dcgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __intl_freemem: returns no value\n(/lib/libc.so.6) get_output_charset: return value location: {0x50, 0}\n(/lib/libc.so.6) guess_category_value: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_msg: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcigettext: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_eval: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __ngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_finddomain_subfreeres: returns no value\n(/lib/libc.so.6) _nl_find_domain: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_domain: returns no value\n(/lib/libc.so.6) _nl_load_domain: returns no value\n(/lib/libc.so.6) get_sysdep_segment_value: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_localealias_freemem: returns no value\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_alias_table: return value location: {0x50, 0}\n(/lib/libc.so.6) read_alias_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_expand_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_normalize_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_make_l10nflist: return value location: {0x50, 0}\n(/lib/libc.so.6) pop: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_stringify__: returns no value\n(/lib/libc.so.6) argz_count__: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_explode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_language: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettexterror: returns no value\n(/lib/libc.so.6) __gettextlex: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_free_exp: returns no value\n(/lib/libc.so.6) __gettextparse: return value location: {0x50, 0}\n(/lib/libc.so.6) yydestruct: returns no value\n(/lib/libc.so.6) new_exp_3: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_2: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_1: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_0: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_extract_plural: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hash_string: return value location: {0x50, 0}\n(/lib/libc.so.6) catclose: return value location: {0x50, 0}\n(/lib/libc.so.6) catgets: return value location: {0x50, 0}\n(/lib/libc.so.6) catopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_catalog: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitef128: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinff128: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf128_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __signbitf128: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitel: returns unspecified type\n(/lib/libc.so.6) finitel: returns unspecified type\n(/lib/libc.so.6) __GI___finitel: returns unspecified type\n(/lib/libc.so.6) __frexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinfl: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modfl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnl: returns unspecified type\n(/lib/libc.so.6) __signbitl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysign: return value location: {0x61, 0}\n(/lib/libc.so.6) __finite: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnan: return value location: {0x50, 0}\n(/lib/libc.so.6) __modf: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbn: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbit: returns unspecified type\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysignf: return value location: {0x61, 0}\n(/lib/libc.so.6) __finitef: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinff: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbnf: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbitf: returns unspecified type\n(/lib/libc.so.6) __setfpucw: returns no value\n(/lib/libc.so.6) __sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __GI___sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __sigjmp_save: return value location: {0x50, 0}\n(/lib/libc.so.6) setjmp: returns unspecified type\n(/lib/libc.so.6) _setjmp: returns unspecified type\n(/lib/libc.so.6) __GI__setjmp: returns unspecified type\n(/lib/libc.so.6) __libc_longjmp: returns no value\n(/lib/libc.so.6) __libc_siglongjmp: returns no value\n(/lib/libc.so.6) __longjmp: returns unspecified type\n(/lib/libc.so.6) _longjmp_unwind: returns no value\n(/lib/libc.so.6) __longjmp_cancel: returns unspecified type\n(/lib/libc.so.6) __bsd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) raise: return value location: {0x50, 0}\n(/lib/libc.so.6) killpg: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __kill: returns unspecified type\n(/lib/libc.so.6) __GI___kill: returns unspecified type\n(/lib/libc.so.6) kill: returns unspecified type\n(/lib/libc.so.6) __GI_kill: returns unspecified type\n(/lib/libc.so.6) sigpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsuspend: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigblock: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigvec: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI___sigaltstack: returns unspecified type\n(/lib/libc.so.6) sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI_sigaltstack: returns unspecified type\n(/lib/libc.so.6) siginterrupt: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigfillset: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigaddset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigdelset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigreturn: return value location: {0x50, 0}\n(/lib/libc.so.6) siggetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysv_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) sigandset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigandset: returns no value\n(/lib/libc.so.6) sigorset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigorset: returns no value\n(/lib/libc.so.6) __libc_allocate_rtsig: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmax: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmin: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwaitinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sighold: return value location: {0x50, 0}\n(/lib/libc.so.6) sigrelse: return value location: {0x50, 0}\n(/lib/libc.so.6) sigignore: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) a64l: return value location: {0x50, 0}\n(/lib/libc.so.6) abort: returns no value\n(/lib/libc.so.6) __abort_lock_unlock: returns no value\n(/lib/libc.so.6) __abort_lock_wrlock: returns no value\n(/lib/libc.so.6) __abort_lock_rdlock: returns no value\n(/lib/libc.so.6) __abort_fork_reset_child: returns no value\n(/lib/libc.so.6) internal_signal_unblock_signal: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) internal_sigaddset: returns no value\n(/lib/libc.so.6) internal_sigemptyset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) abs: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) arc4random_getrandom_failure: returns no value\n(/lib/libc.so.6) __poll_infinity_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) atof: return value location: {0x61, 0}\n(/lib/libc.so.6) atoi: return value location: {0x50, 0}\n(/lib/libc.so.6) atol: return value location: {0x50, 0}\n(/lib/libc.so.6) atoll: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __canonicalize_file_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) realpath_stk: return value location: {0x50, 0}\n(/lib/libc.so.6) get_path_max: return value location: {0x50, 0}\n(/lib/libc.so.6) dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) suffix_requires_dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) file_accessible: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __eloop_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_at_quick_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_exitfn: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_finalize: returns no value\n(/lib/libc.so.6) __call_tls_dtors: returns no value\n(/lib/libc.so.6) __cxa_thread_atexit_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) div: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __drand48_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) erand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __erand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) exit: returns no value\n(/lib/libc.so.6) __run_exit_handlers: returns no value\n(/lib/libc.so.6) __libc_fmtmsg_freemem: returns no value\n(/lib/libc.so.6) __addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) init: returns no value\n(/lib/libc.so.6) fmtmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) syslog: returns no value\n(/lib/libc.so.6) __getcontext: returns unspecified type\n(/lib/libc.so.6) getcontext: returns unspecified type\n(/lib/libc.so.6) getentropy: return value location: {0x50, 0}\n(/lib/libc.so.6) getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_fork_subprocess: returns no value\n(/lib/libc.so.6) __getrandom_vdso_release: returns no value\n(/lib/libc.so.6) __getrandom_reset_state: returns no value\n(/lib/libc.so.6) __getrandom_early_init: returns no value\n(/lib/libc.so.6) getrandom_vdso: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) is_reserved_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) release_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) reserve_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) getrandom_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) getsubopt: return value location: {0x50, 0}\n(/lib/libc.so.6) jrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __jrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) l64a: return value location: {0x50, 0}\n(/lib/libc.so.6) labs: return value location: {0x50, 0}\n(/lib/libc.so.6) lcong48: returns no value\n(/lib/libc.so.6) __lcong48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) llabs: return value location: {0x50, 0}\n(/lib/libc.so.6) lldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) lrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) lrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __makecontext: returns no value\n(/lib/libc.so.6) mblen: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mbstowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) mbtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __nrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __on_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) putenv: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) qsort: returns no value\n(/lib/libc.so.6) __qsort_r: returns no value\n(/lib/libc.so.6) indirect_msort_with_tmp: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) heapsort_r: returns no value\n(/lib/libc.so.6) get_swap_type: return value location: {0x50, 0}\n(/lib/libc.so.6) heapify: returns no value\n(/lib/libc.so.6) siftdown: returns no value\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) swap_words_32: returns no value\n(/lib/libc.so.6) swap_words_64: returns no value\n(/lib/libc.so.6) __memswap: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) __old_quick_exit: returns no value\n(/lib/libc.so.6) __new_quick_exit: returns no value\n(/lib/libc.so.6) rand: return value location: {0x50, 0}\n(/lib/libc.so.6) rand_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __random_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom_r: return value location: {0x50, 0}\n(/lib/libc.so.6) write_state: returns no value\n(/lib/libc.so.6) read_state: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) rpmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) try: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_secure_getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) seed48: return value location: {0x50, 0}\n(/lib/libc.so.6) __seed48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __setcontext: returns unspecified type\n(/lib/libc.so.6) setcontext: returns unspecified type\n(/lib/libc.so.6) __libc_setenv_freemem: returns no value\n(/lib/libc.so.6) __clearenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __unsetenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __setenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __add_to_environ: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_new_array: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_is_from_array_list: return value location: {0x50, 0}\n(/lib/libc.so.6) srand48: returns no value\n(/lib/libc.so.6) __srand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __co8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __co32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __co16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __strfmon: return value location: {0x50, 0}\n(/lib/libc.so.6) ___strfmon_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromd: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) keep_sign_conversion: return value location: {0x61, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfroml: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtod: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) strtof: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) __isoc23_strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) strtold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapcontext: returns unspecified type\n(/lib/libc.so.6) swapcontext: returns unspecified type\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) do_system: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __kill_noerrno: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstombs: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_basename: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_n: returns unspecified type\n(/lib/libc.so.6) __mpn_addmul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divmod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divrem: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_lshift: returns unspecified type\n(/lib/libc.so.6) __mpn_mod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_rshift: returns unspecified type\n(/lib/libc.so.6) __mpn_sub_n: returns unspecified type\n(/lib/libc.so.6) __mpn_submul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_extract_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_extract_long_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_construct_double: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_float: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_long_double: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_extract_float128: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf128: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_construct_float128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __correctly_grouped_prefixmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __correctly_grouped_prefixwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __push___start_context: returns unspecified type\n(/lib/libc.so.6) __start_context: returns unspecified type\n(/lib/libc.so.6) __allocate_shadow_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) _fitoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _itoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) ___asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ctermid: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) cuserid: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __flockfile: returns no value\n(/lib/libc.so.6) __fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftrylockfile: return value location: {0x50, 0}\n(/lib/libc.so.6) __funlockfile: returns no value\n(/lib/libc.so.6) __gen_tempfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getline: return value location: {0x50, 0}\n(/lib/libc.so.6) getw: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init: return value location: {0x50, 0}\n(/lib/libc.so.6) get_grouping: return value location: {0x50, 0}\n(/lib/libc.so.6) grouping_iterator_setup: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) __IO_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) perror: returns no value\n(/lib/libc.so.6) perror_internal: returns no value\n(/lib/libc.so.6) __printf: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_printf_format: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __printf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_pad_1: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts_1: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) __printf_buffer_to_file_switch: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_write: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp_to_wide: returns no value\n(/lib/libc.so.6) __printf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp: returns no value\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) hack_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fphex_to_wide: returns no value\n(/lib/libc.so.6) __printf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_fphex_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) printf_size_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) psiginfo: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) psignal: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putw: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_printf_freemem: returns no value\n(/lib/libc.so.6) __handle_registered_modifier_wc: return value location: {0x50, 0}\n(/lib/libc.so.6) __handle_registered_modifier_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_modifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_specifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_type: return value location: {0x50, 0}\n(/lib/libc.so.6) remove: return value location: {0x50, 0}\n(/lib/libc.so.6) rename: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat2: return value location: {0x50, 0}\n(/lib/libc.so.6) __scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __snprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) tempnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __gen_tempname: return value location: {0x50, 0}\n(/lib/libc.so.6) try_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) try_nocreate: return value location: {0x50, 0}\n(/lib/libc.so.6) try_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) try_file: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) mix_random_values: return value location: {0x50, 0}\n(/lib/libc.so.6) __path_search: return value location: {0x50, 0}\n(/lib/libc.so.6) direxists: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_tmpfile: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __translated_number_width: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __printf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) ___vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vfwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __wprintf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _itowa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_pad: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) __vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_pad_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_puts_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_write: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errlist: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errname: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) locked_vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __parse_one_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __parse_one_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) local_isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_fclose: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) _IO_new_fdopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fflush: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fgetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fgets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fopencookie: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_init: returns no value\n(/lib/libc.so.6) set_callbacks: returns no value\n(/lib/libc.so.6) _IO_cookie_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fputs: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fread: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fsetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wfile_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getdelim: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_gets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_padn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_popen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_open: return value location: {0x50, 0}\n(/lib/libc.so.6) spawn_process: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_proc_file_chain_resetlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_unlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_lock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) _IO_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekoff_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekpos_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setbuffer: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setvbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) ungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __vsprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fputwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetws: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fgetws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputws: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wpadn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) ungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) putwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putchar: return value location: {0x50, 0}\n(/lib/libc.so.6) putchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_wmarkers: returns no value\n(/lib/libc.so.6) _IO_seekwmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wmarker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_init_wmarker: returns no value\n(/lib/libc.so.6) _IO_adjust_wcolumn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackwc: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_wbackup: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wget_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_wdefault_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wunderflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wuflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_finish: returns no value\n(/lib/libc.so.6) _IO_wdefault_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wstr_finish: returns no value\n(/lib/libc.so.6) _IO_wstr_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_init_static: returns no value\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) adjust_wide_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdo_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_in: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_out: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wmem_finish: returns no value\n(/lib/libc.so.6) _IO_wmem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) open_wmemstream: return value location: {0x50, 0}\n(/lib/libc.so.6) clearerr: returns no value\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) __fileno: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) fseek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_getc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_mem_finish: returns no value\n(/lib/libc.so.6) _IO_mem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_memstream: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_pclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) rewind: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) setbuf: returns no value\n(/lib/libc.so.6) setlinebuf: returns no value\n(/lib/libc.so.6) __vasprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_asprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __vdprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_dprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) _IO_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_snprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_obstack: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __fcloseall: return value location: {0x50, 0}\n(/lib/libc.so.6) __fseeko: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __ftello: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen64: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) __fbufsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __freading: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwriting: return value location: {0x50, 0}\n(/lib/libc.so.6) __freadable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwritable: return value location: {0x50, 0}\n(/lib/libc.so.6) __flbf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpurge: returns no value\n(/lib/libc.so.6) __fpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __fsetlocking: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fatal: returns no value\n(/lib/libc.so.6) __libc_message_impl: returns no value\n(/lib/libc.so.6) writev_for_fatal: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stdfiles_vtables: returns no value\n(/lib/libc.so.6) _IO_vtable_check: returns no value\n(/lib/libc.so.6) rtld_active: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) clearerr_unlocked: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fflush_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_peekc_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fwrite_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fputs_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_sync_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) decide_maybe_mmap: returns no value\n(/lib/libc.so.6) _IO_file_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) mmap_remap_check: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_setbuf_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_open: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_finish: returns no value\n(/lib/libc.so.6) _IO_new_file_close_it: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init: returns no value\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_resetlock: returns no value\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_list_lock: returns no value\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_imbue: returns no value\n(/lib/libc.so.6) _IO_default_showmanyc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_markers: returns no value\n(/lib/libc.so.6) _IO_seekmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_difference: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_remove_marker: returns no value\n(/lib/libc.so.6) _IO_init_marker: returns no value\n(/lib/libc.so.6) _IO_cleanup: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_freemem: returns no value\n(/lib/libc.so.6) _IO_unbuffer_all: returns no value\n(/lib/libc.so.6) _IO_flush_all_linebuffered: returns no value\n(/lib/libc.so.6) _IO_flush_all: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_adjust_column: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_finish: returns no value\n(/lib/libc.so.6) _IO_default_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_no_init: returns no value\n(/lib/libc.so.6) _IO_old_init: returns no value\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_default_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) __uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_backup: return value location: {0x50, 0}\n(/lib/libc.so.6) __overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_get_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_get_area: returns no value\n(/lib/libc.so.6) _IO_least_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_link_in: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) flush_cleanup: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_stdfiles_init: returns no value\n(/lib/libc.so.6) _IO_str_finish: returns no value\n(/lib/libc.so.6) _IO_str_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_init_readonly: returns no value\n(/lib/libc.so.6) _IO_str_init_static: returns no value\n(/lib/libc.so.6) _IO_str_init_static_internal: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr1: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlerror: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) ___dlinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_doit: returns no value\n(/lib/libc.so.6) ___dlmopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_doit: returns no value\n(/lib/libc.so.6) ___dlopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_doit: returns no value\n(/lib/libc.so.6) ___dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_doit: returns no value\n(/lib/libc.so.6) ___dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_doit: returns no value\n(/lib/libc.so.6) __libc_dlerror_result_free: returns no value\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) __libc_alloca_cutoff: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_do_cancel: returns no value\n(/lib/libc.so.6) __syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_exiting: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_unregister_cancel: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) __pthread_cleanup_push: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) ___pthread_unregister_cancel_restore: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) _pthread_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) _pthread_cleanup_push_defer: returns no value\n(/lib/libc.so.6) ___pthread_cleanup_routine: returns no value\n(/lib/libc.so.6) __lll_elision_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) do_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) do_set_elision_enable: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) __lll_lock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_clocklock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_trylock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xend: returns no value\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_death_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __futex_lock_pi64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_cancelable64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __libc_cleanup_push_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __lll_lock_wake: returns no value\n(/lib/libc.so.6) __lll_lock_wake_private: returns no value\n(/lib/libc.so.6) __lll_lock_wait: returns no value\n(/lib/libc.so.6) __lll_lock_wait_private: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_get_minstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_stack: returns no value\n(/lib/libc.so.6) queue_stack: returns no value\n(/lib/libc.so.6) __nptl_free_stacks: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_setxid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_signal_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) setxid_error: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) __libpthread_freeres: returns no value\n(/lib/libc.so.6) __pthread_cond_broadcast_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_destroy_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_init_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_signal_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_timedwait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_extension: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getscope: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __pthread_attr_getstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setscope: return value location: {0x50, 0}\n(/lib/libc.so.6) pthread_attr_setsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setsigmask_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstack: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrier_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_barrier_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_barrier_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_barrierattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) cancellation_pc_check: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_async_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) __pthread_cleanup_upto: returns no value\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_cleanup_waiting: returns no value\n(/lib/libc.so.6) __condvar_cancel_waiting: returns no value\n(/lib/libc.so.6) __condvar_confirm_wakeup: returns no value\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_fetch_add_wseq_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_fetch_add_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_create_2_1: return value location: {0x50, 0}\n(/lib/libc.so.6) report_thread_creation: return value location: {0x50, 0}\n(/lib/libc.so.6) start_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) create_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) name_stack_maps: returns no value\n(/lib/libc.so.6) allocate_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) advise_stack_range: returns no value\n(/lib/libc.so.6) setup_stack_prot: return value location: {0x50, 0}\n(/lib/libc.so.6) guard_position: return value location: {0x50, 0}\n(/lib/libc.so.6) get_cached_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) late_init: returns no value\n(/lib/libc.so.6) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/libc.so.6) __thread_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) tls_setup_tcbhead: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) collect_default_sched: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigdelset: returns no value\n(/lib/libc.so.6) internal_sigfillset: returns no value\n(/lib/libc.so.6) internal_sigset_from_sigset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_exit: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) __pthread_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getattr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_join: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_clockjoin_ex: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_create: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_esrch: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_raise_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_other_threads_np: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_adjust: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_cond_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tunables_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_cache_size: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mutex_spin_count: returns no value\n(/lib/libc.so.6) __pthread_mutex_consistent: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_init: return value location: {0x50, 0}\n(/lib/libc.so.6) prio_inherit_missing: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_lock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_timedlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_clocklock_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_usercnt: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_unlock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutexattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_gettype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_settype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_rdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_tryrdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_trywrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_rdunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_wrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_self: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_pthread_attr_freeres: returns no value\n(/lib/libc.so.6) __pthread_setattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedprio: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_setspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_lock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_trylock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_unlock: returns unspecified type\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) ___pthread_timedjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tryjoin_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_yield: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_getvalue: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_init: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_open_init: returns no value\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_post: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __sem_remove_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) walker: returns no value\n(/lib/libc.so.6) __sem_check_add_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_trywait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_cancel_arch: returns unspecified type\n(/lib/libc.so.6) __pthread_current_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tpp_change_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) ___pthread_unwind_next: returns no value\n(/lib/libc.so.6) __pthread_unwind: returns no value\n(/lib/libc.so.6) unwind_cleanup: returns no value\n(/lib/libc.so.6) unwind_stop: return value location: {0x50, 0}\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_current: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_yield: returns no value\n(/lib/libc.so.6) __call_once: returns no value\n(/lib/libc.so.6) __cnd_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_destroy: returns no value\n(/lib/libc.so.6) __cnd_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_timedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_destroy: returns no value\n(/lib/libc.so.6) __mtx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_timedlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __dyn_pthread_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_exit: returns no value\n(/lib/libc.so.6) __thrd_join: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_delete: returns no value\n(/lib/libc.so.6) __tss_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_set: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) add_request_to_runlist: returns no value\n(/lib/libc.so.6) __aio_freemem: returns no value\n(/lib/libc.so.6) handle_fildes_io: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_init: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_find_req_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_find_req: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_notify: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_return: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___aio_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) do_aio_misc_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) __aio_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_24: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_21: return value location: {0x50, 0}\n(/lib/libc.so.6) lio_listio_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) init_mq_netlink: returns no value\n(/lib/libc.so.6) __mq_notify_fork_subprocess: returns no value\n(/lib/libc.so.6) helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) notification_function: return value location: {0x50, 0}\n(/lib/libc.so.6) change_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_receive: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedreceive_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedsend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_create_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_create: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) kernel_timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_delete_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_getoverrun_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_getoverrun: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_gettime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_gettime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_settime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_settime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_start_helper_thread: returns no value\n(/lib/libc.so.6) __timer_fork_subprocess: returns no value\n(/lib/libc.so.6) timer_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) signal_unblock_sigtimer: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_printerr: returns no value\n(/lib/libc.so.6) __libc_mallopt: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_hugetlb: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mxfast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_unsorted_limit: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_count: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_test: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_perturb_byte: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mallopt_check: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmaps_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmap_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_top_pad: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_trim_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_stats: returns no value\n(/lib/libc.so.6) __libc_mallinfo: return value location: {0x70, 0}\n(/lib/libc.so.6) __libc_mallinfo2: return value location: {0x70, 0}\n(/lib/libc.so.6) int_mallinfo: returns no value\n(/lib/libc.so.6) __malloc_usable_size: return value location: {0x50, 0}\n(/lib/libc.so.6) musable: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) mtrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_consolidate: returns no value\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) _int_free_create_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_merge_chunk: returns no value\n(/lib/libc.so.6) _int_free: returns no value\n(/lib/libc.so.6) _int_free_chunk: returns no value\n(/lib/libc.so.6) _int_free_check: returns no value\n(/lib/libc.so.6) _int_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_calloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pvalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_valloc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) aligned_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_free: returns no value\n(/lib/libc.so.6) __libc_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_try_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) tcache_thread_shutdown: returns no value\n(/lib/libc.so.6) tcache_free: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_double_free_verify: returns no value\n(/lib/libc.so.6) tcache_available: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_next: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get_n: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_put: returns no value\n(/lib/libc.so.6) tcache_key_initialize: returns no value\n(/lib/libc.so.6) mremap_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) munmap_chunk: returns no value\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_arena_thread_freeres: returns no value\n(/lib/libc.so.6) arena_get_retry: return value location: {0x50, 0}\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) reused_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) remove_from_free_list: returns no value\n(/lib/libc.so.6) get_free_list: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_new_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) heap_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) grow_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mxfast: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_unsorted_limit: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_count: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_test: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_trim_threshold: returns no value\n(/lib/libc.so.6) _dl_tunable_set_perturb_byte: returns no value\n(/lib/libc.so.6) _dl_tunable_set_top_pad: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmaps_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmap_threshold: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_child: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_parent: returns no value\n(/lib/libc.so.6) __malloc_fork_lock_parent: returns no value\n(/lib/libc.so.6) arena_for_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_for_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_max_size: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_min_size: return value location: {0x50, 0}\n(/lib/libc.so.6) madvise_thp: returns no value\n(/lib/libc.so.6) free_perturb: returns no value\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) malloc_init_state: returns no value\n(/lib/libc.so.6) get_max_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) tag_new_usable: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_request2size: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_at: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_region: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_morecore: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_memory: return value location: {0x50, 0}\n(/lib/libc.so.6) check_may_shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel_nostatus_direct: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) mprobe: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_pedantic: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_check_all: returns no value\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) muntrace: returns no value\n(/lib/libc.so.6) mtrace: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) print_and_abort: returns no value\n(/lib/libc.so.6) _obstack_memory_used: return value location: {0x50, 0}\n(/lib/libc.so.6) obstack_free: returns no value\n(/lib/libc.so.6) _obstack_allocated_p: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_newchunk: returns no value\n(/lib/libc.so.6) _obstack_begin_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_reallocarray: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_dynarray_at_failure: returns no value\n(/lib/libc.so.6) __libc_dynarray_emplace_enlarge: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize_clear: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_alloc_buffer_alloc_array: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_copy_bytes: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_copy_string: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_create_failure: returns no value\n(/lib/libc.so.6) __libc_freeres: returns no value\n(/lib/libc.so.6) __libc_thread_freeres: returns no value\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_count: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) __argz_extract: returns no value\n(/lib/libc.so.6) __argz_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) str_append: returns no value\n(/lib/libc.so.6) argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __basename: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) bcopy: returns no value\n(/lib/libc.so.6) __bzero: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_strip: returns no value\n(/lib/libc.so.6) envz_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) envz_get: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) explicit_bzero: returns no value\n(/lib/libc.so.6) __ffs: return value location: {0x50, 0}\n(/lib/libc.so.6) __ffsll: return value location: {0x50, 0}\n(/lib/libc.so.6) __memccpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_memcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memfrob: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memmove_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __rawmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) rawmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) sigabbrev_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdescr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strchrnul_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchrnul_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_l: return value location: {0x50, 0}\n(/lib/libc.so.6) unknown_error: return value location: {0x50, 0}\n(/lib/libc.so.6) translate: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerrordesc_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strerrorname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strfry: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_stpcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_mempcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_3c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_2c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strtok_r_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strndup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strsep: return value location: {0x50, 0}\n(/lib/libc.so.6) strsignal: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_strstr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strstr_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr3: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr2: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtok: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtok_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strverscmp: return value location: {0x50, 0}\n(/lib/libc.so.6) strxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __strxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) swab: returns no value\n(/lib/libc.so.6) __xpg_strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __memchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex: returns unspecified type\n(/lib/libc.so.6) __memchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex512: returns unspecified type\n(/lib/libc.so.6) __memchr_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_evex: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_sse2: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __mempcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memrchr_evex: returns unspecified type\n(/lib/libc.so.6) __memrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memset_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcat_evex: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchr_evex: returns unspecified type\n(/lib/libc.so.6) __strchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2_no_bsf: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex512: returns unspecified type\n(/lib/libc.so.6) __strchrnul_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcpy_evex: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strlen_evex: returns unspecified type\n(/lib/libc.so.6) __strlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncat_evex: returns unspecified type\n(/lib/libc.so.6) __strncat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncpy_evex: returns unspecified type\n(/lib/libc.so.6) __strncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strnlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strpbrk_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strstr_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strpbrk_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __strspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_cacheinfo_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) init_cacheinfo: returns no value\n(/lib/libc.so.6) __cache_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal_free: returns no value\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) c16rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c32rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c8rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrlen: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc8: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc32: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsnrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_l: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcschr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschrnul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcslen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_ctype: returns no value\n(/lib/libc.so.6) __wcsmbs_named_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_clone_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_load_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcspbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsstr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstod: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstof: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstok: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcswidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctob: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscat_evex: returns unspecified type\n(/lib/libc.so.6) __wcscat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcschr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcschr_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcscmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcscmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcscpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse2: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsncat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncat_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __offtime: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime: return value location: {0x50, 0}\n(/lib/libc.so.6) __asctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) clock: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __difftime: return value location: {0x61, 0}\n(/lib/libc.so.6) gmtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __gmtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) localtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __localtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) mktime: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ranged_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_time: return value location: {0x50, 0}\n(/lib/libc.so.6) tm_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) long_int_avg: return value location: {0x50, 0}\n(/lib/libc.so.6) ydhms_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) isdst_differ: return value location: {0x50, 0}\n(/lib/libc.so.6) leapyear: return value location: {0x50, 0}\n(/lib/libc.so.6) shr: return value location: {0x50, 0}\n(/lib/libc.so.6) time_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) time_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimezone: return value location: {0x50, 0}\n(/lib/libc.so.6) __adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tzset_freemem: returns no value\n(/lib/libc.so.6) __tz_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzset: returns no value\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) compute_change: returns no value\n(/lib/libc.so.6) tzset_internal: returns no value\n(/lib/libc.so.6) __tzset_parse_tz: returns no value\n(/lib/libc.so.6) parse_rule: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tzname: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) update_vars: returns no value\n(/lib/libc.so.6) __tzstring: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzstring_len: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) __tzfile_compute: returns no value\n(/lib/libc.so.6) __tzfile_default: returns no value\n(/lib/libc.so.6) __tzfile_read: returns no value\n(/lib/libc.so.6) decode64: return value location: {0x50, 0}\n(/lib/libc.so.6) decode: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __bswap_64: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __getitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __setitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __stime: return value location: {0x50, 0}\n(/lib/libc.so.6) dysize: return value location: {0x50, 0}\n(/lib/libc.so.6) timegm: return value location: {0x50, 0}\n(/lib/libc.so.6) ftime: return value location: {0x50, 0}\n(/lib/libc.so.6) getdate: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_mday: return value location: {0x50, 0}\n(/lib/libc.so.6) first_wday: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strptime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) day_of_the_year: returns no value\n(/lib/libc.so.6) day_of_the_week: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strftime: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsftime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_select_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_parse_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_walt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_time: returns no value\n(/lib/libc.so.6) __ntp_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __ntp_gettimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __alphasort64: return value location: {0x50, 0}\n(/lib/libc.so.6) __closedir: return value location: {0x50, 0}\n(/lib/libc.so.6) __dirfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __fdopendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdents64: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendirat: return value location: {0x50, 0}\n(/lib/libc.so.6) opendir_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) invalid_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __readdir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __rewinddir: returns no value\n(/lib/libc.so.6) __scandir_cancel_handler: returns no value\n(/lib/libc.so.6) __scandir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __scandir64_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scandirat64: return value location: {0x50, 0}\n(/lib/libc.so.6) seekdir: returns no value\n(/lib/libc.so.6) telldir: return value location: {0x50, 0}\n(/lib/libc.so.6) __versionsort64: return value location: {0x50, 0}\n(/lib/libc.so.6) getdirentries64: return value location: {0x50, 0}\n(/lib/libc.so.6) _Fork: return value location: {0x50, 0}\n(/lib/libc.so.6) arch_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) _exit: returns no value\n(/lib/libc.so.6) alarm: returns unspecified type\n(/lib/libc.so.6) __GI_alarm: returns unspecified type\n(/lib/libc.so.6) __bsd_getpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __confstr: return value location: {0x50, 0}\n(/lib/libc.so.6) execl: return value location: {0x50, 0}\n(/lib/libc.so.6) execle: return value location: {0x50, 0}\n(/lib/libc.so.6) execlp: return value location: {0x50, 0}\n(/lib/libc.so.6) execv: return value location: {0x50, 0}\n(/lib/libc.so.6) __execve: returns unspecified type\n(/lib/libc.so.6) __GI___execve: returns unspecified type\n(/lib/libc.so.6) execve: returns unspecified type\n(/lib/libc.so.6) __GI_execve: returns unspecified type\n(/lib/libc.so.6) execveat: return value location: {0x50, 0}\n(/lib/libc.so.6) execvp: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpex: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) fexecve: return value location: {0x50, 0}\n(/lib/libc.so.6) __fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) fnmatch_convert_to_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_wmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_add: returns no value\n(/lib/libc.so.6) pattern_list_add__: returns no value\n(/lib/libc.so.6) pattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_mark_failed: returns no value\n(/lib/libc.so.6) pattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_free: returns no value\n(/lib/libc.so.6) pattern_list_init: returns no value\n(/lib/libc.so.6) pattern_list_free__array__: returns no value\n(/lib/libc.so.6) pattern_list_free__elements__: returns no value\n(/lib/libc.so.6) end_wpattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnwmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) is_char_class: return value location: {0x50, 0}\n(/lib/libc.so.6) findidxwc: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_match: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_add: returns no value\n(/lib/libc.so.6) wpattern_list_add__: returns no value\n(/lib/libc.so.6) wpattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_mark_failed: returns no value\n(/lib/libc.so.6) wpattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_free: returns no value\n(/lib/libc.so.6) wpattern_list_init: returns no value\n(/lib/libc.so.6) wpattern_list_free__array__: returns no value\n(/lib/libc.so.6) wpattern_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) end_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) fresetlockfiles: returns no value\n(/lib/libc.so.6) reclaim_stacks: returns no value\n(/lib/libc.so.6) fork_system_setup_after_fork: returns no value\n(/lib/libc.so.6) fork_system_setup: returns no value\n(/lib/libc.so.6) list_splice: returns no value\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_child_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __getegid: returns unspecified type\n(/lib/libc.so.6) __GI___getegid: returns unspecified type\n(/lib/libc.so.6) getegid: returns unspecified type\n(/lib/libc.so.6) __GI_getegid: returns unspecified type\n(/lib/libc.so.6) __geteuid: returns unspecified type\n(/lib/libc.so.6) __GI___geteuid: returns unspecified type\n(/lib/libc.so.6) geteuid: returns unspecified type\n(/lib/libc.so.6) __GI_geteuid: returns unspecified type\n(/lib/libc.so.6) __getgid: returns unspecified type\n(/lib/libc.so.6) __GI___getgid: returns unspecified type\n(/lib/libc.so.6) getgid: returns unspecified type\n(/lib/libc.so.6) __GI_getgid: returns unspecified type\n(/lib/libc.so.6) __getgroups: returns unspecified type\n(/lib/libc.so.6) __GI___getgroups: returns unspecified type\n(/lib/libc.so.6) getgroups: returns unspecified type\n(/lib/libc.so.6) __GI_getgroups: returns unspecified type\n(/lib/libc.so.6) __posix_getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_initialize: return value location: {0x50, 0}\n(/lib/libc.so.6) process_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) exchange: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_only_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long_only: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpgid: returns unspecified type\n(/lib/libc.so.6) __GI___getpgid: returns unspecified type\n(/lib/libc.so.6) getpgid: returns unspecified type\n(/lib/libc.so.6) __GI_getpgid: returns unspecified type\n(/lib/libc.so.6) getpgrp: returns unspecified type\n(/lib/libc.so.6) __GI_getpgrp: returns unspecified type\n(/lib/libc.so.6) __getpid: returns unspecified type\n(/lib/libc.so.6) __GI___getpid: returns unspecified type\n(/lib/libc.so.6) getpid: returns unspecified type\n(/lib/libc.so.6) __GI_getpid: returns unspecified type\n(/lib/libc.so.6) __getppid: returns unspecified type\n(/lib/libc.so.6) __GI___getppid: returns unspecified type\n(/lib/libc.so.6) getppid: returns unspecified type\n(/lib/libc.so.6) __GI_getppid: returns unspecified type\n(/lib/libc.so.6) getresgid: returns unspecified type\n(/lib/libc.so.6) __GI_getresgid: returns unspecified type\n(/lib/libc.so.6) getresuid: returns unspecified type\n(/lib/libc.so.6) __GI_getresuid: returns unspecified type\n(/lib/libc.so.6) getsid: returns unspecified type\n(/lib/libc.so.6) __GI_getsid: returns unspecified type\n(/lib/libc.so.6) __getuid: returns unspecified type\n(/lib/libc.so.6) __GI___getuid: returns unspecified type\n(/lib/libc.so.6) getuid: returns unspecified type\n(/lib/libc.so.6) __GI_getuid: returns unspecified type\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_lstat_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_p: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) __group_member: return value location: {0x50, 0}\n(/lib/libc.so.6) __nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_symlinks: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_filesize_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_link_max: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pause: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_madvise: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pread64: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pwrite64: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_ctx_init: returns no value\n(/lib/libc.so.6) match_ctx_add_sublast: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_subtop: return value location: {0x50, 0}\n(/lib/libc.so.6) search_cur_bkref_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_free: returns no value\n(/lib/libc.so.6) match_ctx_clean: returns no value\n(/lib/libc.so.6) match_ctx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) find_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) group_nodes_into_DFAstates: return value location: {0x50, 0}\n(/lib/libc.so.6) build_trtable: return value location: {0x50, 0}\n(/lib/libc.so.6) expand_bkref_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_add_next_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival: return value location: {0x50, 0}\n(/lib/libc.so.6) find_subexp_node: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_matching_top: return value location: {0x50, 0}\n(/lib/libc.so.6) find_recover_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_with_log: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_iter_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos_1: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) sub_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) add_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) update_cur_sifted_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_array: return value location: {0x50, 0}\n(/lib/libc.so.6) clean_state_log_if_needed: return value location: {0x50, 0}\n(/lib/libc.so.6) build_sifted_states: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_backward: return value location: {0x50, 0}\n(/lib/libc.so.6) update_regs: returns no value\n(/lib/libc.so.6) free_fail_stack_return: return value location: {0x50, 0}\n(/lib/libc.so.6) set_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_mark_failed: returns no value\n(/lib/libc.so.6) regmatch_list_free: returns no value\n(/lib/libc.so.6) regmatch_list_init: returns no value\n(/lib/libc.so.6) regmatch_list_free__array__: returns no value\n(/lib/libc.so.6) regmatch_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) pop_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) push_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) proceed_next_node: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_node_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_matching: return value location: {0x50, 0}\n(/lib/libc.so.6) acquire_init_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) prune_impossible_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) re_exec: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) re_copy_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_2_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match: return value location: {0x50, 0}\n(/lib/libc.so.6) __compat_regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) __regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_token: returns no value\n(/lib/libc.so.6) mark_opt_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) create_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_charset: returns no value\n(/lib/libc.so.6) fetch_number: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass_op: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass: return value location: {0x50, 0}\n(/lib/libc.so.6) build_equiv_class: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) build_collating_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) build_range_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) lookup_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) seek_collating_symbol_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dup_op: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_sub_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_expression: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_branch: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_reg_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token_bracket: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token: return value location: {0x50, 0}\n(/lib/libc.so.6) fetch_token: returns no value\n(/lib/libc.so.6) calc_eclosure_iter: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_eclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_inveclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node: return value location: {0x50, 0}\n(/lib/libc.so.6) search_duplicated_node: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node_closure: return value location: {0x50, 0}\n(/lib/libc.so.6) link_nfa_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_next: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_first: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) preorder: return value location: {0x50, 0}\n(/lib/libc.so.6) postorder: return value location: {0x50, 0}\n(/lib/libc.so.6) analyze: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_utf8: returns no value\n(/lib/libc.so.6) create_initial_state: return value location: {0x50, 0}\n(/lib/libc.so.6) free_workarea_compile: returns no value\n(/lib/libc.so.6) init_word_char: returns no value\n(/lib/libc.so.6) init_dfa: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_regcomp_freemem: returns no value\n(/lib/libc.so.6) re_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) free_dfa_content: returns no value\n(/lib/libc.so.6) __regerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __regcomp: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_fastmap_iter: returns no value\n(/lib/libc.so.6) re_set_fastmap: returns no value\n(/lib/libc.so.6) __re_compile_fastmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_syntax: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_compile_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) create_cd_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) create_ci_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) free_state: returns no value\n(/lib/libc.so.6) register_state: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_state_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) re_dfa_add_node: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_remove_at: returns no value\n(/lib/libc.so.6) re_node_set_contains: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert_last: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_union: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_add_intersect: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_2: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_1: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_context_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_destruct: returns no value\n(/lib/libc.so.6) re_string_fetch_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_peek_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_reconstruct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_translate_buffer: returns no value\n(/lib/libc.so.6) build_upper_buffer: returns no value\n(/lib/libc.so.6) re_string_skip_chars: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_upper_buffer: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_buffer: returns no value\n(/lib/libc.so.6) re_string_construct_common: returns no value\n(/lib/libc.so.6) re_string_realloc_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_construct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_elem_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_wchar_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_char_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_mask: returns no value\n(/lib/libc.so.6) bitset_merge: returns no value\n(/lib/libc.so.6) bitset_not: returns no value\n(/lib/libc.so.6) bitset_copy: returns no value\n(/lib/libc.so.6) bitset_set_all: returns no value\n(/lib/libc.so.6) bitset_empty: returns no value\n(/lib/libc.so.6) bitset_contain: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_clear: returns no value\n(/lib/libc.so.6) bitset_set: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) __libc_atfork_freemem: returns no value\n(/lib/libc.so.6) __run_postfork_handlers: returns no value\n(/lib/libc.so.6) __run_prefork_handlers: return value location: {0x50, 0}\n(/lib/libc.so.6) __unregister_atfork: returns no value\n(/lib/libc.so.6) fork_handler_list_find: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_remove_last: returns no value\n(/lib/libc.so.6) fork_handler_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_end: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_mark_failed: returns no value\n(/lib/libc.so.6) fork_handler_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_free: returns no value\n(/lib/libc.so.6) fork_handler_list_init: returns no value\n(/lib/libc.so.6) fork_handler_list_free__array__: returns no value\n(/lib/libc.so.6) fork_handler_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpualloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpucount: return value location: {0x50, 0}\n(/lib/libc.so.6) countbits: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpufree: returns no value\n(/lib/libc.so.6) __sched_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getparam: returns unspecified type\n(/lib/libc.so.6) sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getparam: returns unspecified type\n(/lib/libc.so.6) __sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __sched_rr_get_interval: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setparam: returns unspecified type\n(/lib/libc.so.6) sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setparam: returns unspecified type\n(/lib/libc.so.6) __sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI___sched_yield: returns unspecified type\n(/lib/libc.so.6) sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI_sched_yield: returns unspecified type\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpgid: returns unspecified type\n(/lib/libc.so.6) __GI___setpgid: returns unspecified type\n(/lib/libc.so.6) setpgid: returns unspecified type\n(/lib/libc.so.6) __GI_setpgid: returns unspecified type\n(/lib/libc.so.6) setpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsid: returns unspecified type\n(/lib/libc.so.6) __GI___setsid: returns unspecified type\n(/lib/libc.so.6) setsid: returns unspecified type\n(/lib/libc.so.6) __GI_setsid: returns unspecified type\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_get_name: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclosefrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addfchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addtcsetpgrp_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawn_valid_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawnix: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni_child: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) putpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) putmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) isastream: return value location: {0x50, 0}\n(/lib/libc.so.6) getpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) getmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) fdetach: return value location: {0x50, 0}\n(/lib/libc.so.6) fattach: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf_check_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_pthread_stack_min: return value location: {0x50, 0}\n(/lib/libc.so.6) linux_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) sysconf_sigstksz: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __times: return value location: {0x50, 0}\n(/lib/libc.so.6) __uname: returns unspecified type\n(/lib/libc.so.6) __GI___uname: returns unspecified type\n(/lib/libc.so.6) uname: returns unspecified type\n(/lib/libc.so.6) __GI_uname: returns unspecified type\n(/lib/libc.so.6) __vfork: returns unspecified type\n(/lib/libc.so.6) __GI___vfork: returns unspecified type\n(/lib/libc.so.6) vfork: returns unspecified type\n(/lib/libc.so.6) __libc_vfork: returns unspecified type\n(/lib/libc.so.6) __wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait3: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait4: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitid: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitpid: return value location: {0x50, 0}\n(/lib/libc.so.6) wordexp: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) parse_dquote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backtick: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dollars: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_param: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm_child: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_add: returns no value\n(/lib/libc.so.6) strlist_add__: returns no value\n(/lib/libc.so.6) strlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_mark_failed: returns no value\n(/lib/libc.so.6) strlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_free: returns no value\n(/lib/libc.so.6) strlist_init: returns no value\n(/lib/libc.so.6) strlist_free__array__: returns no value\n(/lib/libc.so.6) strlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_arith: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_multdiv: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_val: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_squote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) do_parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tilde: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_qtd_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addword: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addstr: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addmem: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) w_newword: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) __getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_getpid: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_procutils_read_file: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) vsyscall_sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __access: return value location: {0x50, 0}\n(/lib/libc.so.6) __chdir: returns unspecified type\n(/lib/libc.so.6) __GI___chdir: returns unspecified type\n(/lib/libc.so.6) chdir: returns unspecified type\n(/lib/libc.so.6) __GI_chdir: returns unspecified type\n(/lib/libc.so.6) __chmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_chown: returns unspecified type\n(/lib/libc.so.6) __GI___libc_chown: returns unspecified type\n(/lib/libc.so.6) __chown: returns unspecified type\n(/lib/libc.so.6) __GI___chown: returns unspecified type\n(/lib/libc.so.6) chown: returns unspecified type\n(/lib/libc.so.6) __GI_chown: returns unspecified type\n(/lib/libc.so.6) __close: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_range: returns unspecified type\n(/lib/libc.so.6) __GI___close_range: returns unspecified type\n(/lib/libc.so.6) close_range: returns unspecified type\n(/lib/libc.so.6) __GI_close_range: returns unspecified type\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) copy_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __creat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup: returns unspecified type\n(/lib/libc.so.6) __GI___dup: returns unspecified type\n(/lib/libc.so.6) dup: returns unspecified type\n(/lib/libc.so.6) __GI_dup: returns unspecified type\n(/lib/libc.so.6) __dup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup3: returns unspecified type\n(/lib/libc.so.6) __GI___dup3: returns unspecified type\n(/lib/libc.so.6) dup3: returns unspecified type\n(/lib/libc.so.6) __GI_dup3: returns unspecified type\n(/lib/libc.so.6) __euidaccess: return value location: {0x50, 0}\n(/lib/libc.so.6) __faccessat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchdir: returns unspecified type\n(/lib/libc.so.6) __GI___fchdir: returns unspecified type\n(/lib/libc.so.6) fchdir: returns unspecified type\n(/lib/libc.so.6) __GI_fchdir: returns unspecified type\n(/lib/libc.so.6) __fchmod: returns unspecified type\n(/lib/libc.so.6) __GI___fchmod: returns unspecified type\n(/lib/libc.so.6) fchmod: returns unspecified type\n(/lib/libc.so.6) __GI_fchmod: returns unspecified type\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchown: returns unspecified type\n(/lib/libc.so.6) __GI___fchown: returns unspecified type\n(/lib/libc.so.6) fchown: returns unspecified type\n(/lib/libc.so.6) __GI_fchown: returns unspecified type\n(/lib/libc.so.6) fchownat: returns unspecified type\n(/lib/libc.so.6) __GI_fchownat: returns unspecified type\n(/lib/libc.so.6) __libc_fcntl64: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_path: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_is_unchanged: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __flock: returns unspecified type\n(/lib/libc.so.6) __GI___flock: returns unspecified type\n(/lib/libc.so.6) flock: returns unspecified type\n(/lib/libc.so.6) __GI_flock: returns unspecified type\n(/lib/libc.so.6) __fstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_maxarglen: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_padjust: returns no value\n(/lib/libc.so.6) fts_palloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_lfree: returns no value\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_build: return value location: {0x50, 0}\n(/lib/libc.so.6) dirent_not_directory: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_children: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_set: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_load: returns no value\n(/lib/libc.so.6) fts_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_startup: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) open_dir_stream: return value location: {0x50, 0}\n(/lib/libc.so.6) find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) add_object: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimens: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) get_current_dir_name: return value location: {0x50, 0}\n(/lib/libc.so.6) getwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) lchmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __lchown: returns unspecified type\n(/lib/libc.so.6) __GI___lchown: returns unspecified type\n(/lib/libc.so.6) lchown: returns unspecified type\n(/lib/libc.so.6) __GI_lchown: returns unspecified type\n(/lib/libc.so.6) __link: return value location: {0x50, 0}\n(/lib/libc.so.6) linkat: returns unspecified type\n(/lib/libc.so.6) __GI_linkat: returns unspecified type\n(/lib/libc.so.6) __lockf64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lseek64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mkdir: return value location: {0x50, 0}\n(/lib/libc.so.6) mkdirat: returns unspecified type\n(/lib/libc.so.6) __GI_mkdirat: returns unspecified type\n(/lib/libc.so.6) mkfifo: return value location: {0x50, 0}\n(/lib/libc.so.6) mkfifoat: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_open64: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_openat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe2: returns unspecified type\n(/lib/libc.so.6) __GI___pipe2: returns unspecified type\n(/lib/libc.so.6) pipe2: returns unspecified type\n(/lib/libc.so.6) __GI_pipe2: returns unspecified type\n(/lib/libc.so.6) __poll: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fadvise64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fallocate64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) ppoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink: return value location: {0x50, 0}\n(/lib/libc.so.6) readlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_readlinkat: returns unspecified type\n(/lib/libc.so.6) __rmdir: return value location: {0x50, 0}\n(/lib/libc.so.6) sendfile64: return value location: {0x50, 0}\n(/lib/libc.so.6) __stat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) statx: return value location: {0x50, 0}\n(/lib/libc.so.6) __symlink: return value location: {0x50, 0}\n(/lib/libc.so.6) symlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_symlinkat: returns unspecified type\n(/lib/libc.so.6) ttyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) is_mytty: return value location: {0x50, 0}\n(/lib/libc.so.6) is_pty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) __umask: returns unspecified type\n(/lib/libc.so.6) __GI___umask: returns unspecified type\n(/lib/libc.so.6) umask: returns unspecified type\n(/lib/libc.so.6) __GI_umask: returns unspecified type\n(/lib/libc.so.6) __unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) unlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_unlinkat: returns unspecified type\n(/lib/libc.so.6) __utime: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_statvfs64: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sync_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __write_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetspeed: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcgetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) tcgetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tcdrain: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflow: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflush: return value location: {0x50, 0}\n(/lib/libc.so.6) tcsendbreak: return value location: {0x50, 0}\n(/lib/libc.so.6) cfmakeraw: returns no value\n(/lib/libc.so.6) tcgetsid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __setrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrusage: return value location: {0x50, 0}\n(/lib/libc.so.6) __ulimit: return value location: {0x50, 0}\n(/lib/libc.so.6) vlimit: return value location: {0x50, 0}\n(/lib/libc.so.6) __vtimes: return value location: {0x50, 0}\n(/lib/libc.so.6) vtimes_one: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpriority: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpriority: returns unspecified type\n(/lib/libc.so.6) __GI___setpriority: returns unspecified type\n(/lib/libc.so.6) setpriority: returns unspecified type\n(/lib/libc.so.6) __GI_setpriority: returns unspecified type\n(/lib/libc.so.6) nice: return value location: {0x50, 0}\n(/lib/libc.so.6) acct: returns unspecified type\n(/lib/libc.so.6) __GI_acct: returns unspecified type\n(/lib/libc.so.6) __libc_allocate_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk_call: return value location: {0x50, 0}\n(/lib/libc.so.6) chflags: return value location: {0x50, 0}\n(/lib/libc.so.6) chroot: returns unspecified type\n(/lib/libc.so.6) __GI_chroot: returns unspecified type\n(/lib/libc.so.6) daemon: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) dirname: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) errx: returns no value\n(/lib/libc.so.6) err: returns no value\n(/lib/libc.so.6) verrx: returns no value\n(/lib/libc.so.6) verr: returns no value\n(/lib/libc.so.6) warnx: returns no value\n(/lib/libc.so.6) warn: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) vwarn: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) __vwarnx_internal: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) __error_at_line: returns no value\n(/lib/libc.so.6) __error_at_line_internal: returns no value\n(/lib/libc.so.6) __error: returns no value\n(/lib/libc.so.6) __error_internal: returns no value\n(/lib/libc.so.6) error_tail: returns no value\n(/lib/libc.so.6) print_errno_message: returns no value\n(/lib/libc.so.6) flush_stdout: returns no value\n(/lib/libc.so.6) fchflags: return value location: {0x50, 0}\n(/lib/libc.so.6) __fd_to_filename: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fdatasync: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fgetxattr: returns unspecified type\n(/lib/libc.so.6) flistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_flistxattr: returns unspecified type\n(/lib/libc.so.6) fremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_fremovexattr: returns unspecified type\n(/lib/libc.so.6) fsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fsetxattr: returns unspecified type\n(/lib/libc.so.6) __libc_fstab_freemem: returns no value\n(/lib/libc.so.6) fstab_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_fetch: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) endfsent: returns no value\n(/lib/libc.so.6) getfsfile: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsspec: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftruncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __futimesat: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __getauxval: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getclktck: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname: return value location: {0x50, 0}\n(/lib/libc.so.6) getloadavg: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getpass: return value location: {0x50, 0}\n(/lib/libc.so.6) call_fclose: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __get_avphys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_phys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) sysinfo_mempages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nprocs_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) read_sysfs_file: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nproc_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_sched: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) value: return value location: {0x50, 0}\n(/lib/libc.so.6) skip: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttynam: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) initshells: return value location: {0x50, 0}\n(/lib/libc.so.6) setusershell: returns no value\n(/lib/libc.so.6) endusershell: returns no value\n(/lib/libc.so.6) getusershell: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getxattr: returns unspecified type\n(/lib/libc.so.6) __GI_getxattr: returns unspecified type\n(/lib/libc.so.6) gtty: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy: returns no value\n(/lib/libc.so.6) hcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) hsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsearch_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __hcreate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) isprime: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __libc_ifunc_impl_list: return value location: {0x50, 0}\n(/lib/libc.so.6) remque: returns no value\n(/lib/libc.so.6) insque: returns no value\n(/lib/libc.so.6) __ioctl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ioctl_arch: return value location: {0x50, 0}\n(/lib/libc.so.6) lgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lgetxattr: returns unspecified type\n(/lib/libc.so.6) listxattr: returns unspecified type\n(/lib/libc.so.6) __GI_listxattr: returns unspecified type\n(/lib/libc.so.6) llistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_llistxattr: returns unspecified type\n(/lib/libc.so.6) lremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_lremovexattr: returns unspecified type\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lsetxattr: returns unspecified type\n(/lib/libc.so.6) __lutimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __madvise: returns unspecified type\n(/lib/libc.so.6) __GI___madvise: returns unspecified type\n(/lib/libc.so.6) madvise: returns unspecified type\n(/lib/libc.so.6) __GI_madvise: returns unspecified type\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) mincore: returns unspecified type\n(/lib/libc.so.6) __GI_mincore: returns unspecified type\n(/lib/libc.so.6) mkdtemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemps: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemps: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock: returns unspecified type\n(/lib/libc.so.6) __GI_mlock: returns unspecified type\n(/lib/libc.so.6) mlockall: returns unspecified type\n(/lib/libc.so.6) __GI_mlockall: returns unspecified type\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) getmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) deallocate: returns no value\n(/lib/libc.so.6) allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __hasmntopt: return value location: {0x50, 0}\n(/lib/libc.so.6) __addmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) write_string: returns no value\n(/lib/libc.so.6) __getmntent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_mnt_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) decode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __endmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mprotect: returns unspecified type\n(/lib/libc.so.6) __GI___mprotect: returns unspecified type\n(/lib/libc.so.6) mprotect: returns unspecified type\n(/lib/libc.so.6) __GI_mprotect: returns unspecified type\n(/lib/libc.so.6) msync: return value location: {0x50, 0}\n(/lib/libc.so.6) munlock: returns unspecified type\n(/lib/libc.so.6) __GI_munlock: returns unspecified type\n(/lib/libc.so.6) munlockall: returns unspecified type\n(/lib/libc.so.6) __GI_munlockall: returns unspecified type\n(/lib/libc.so.6) __munmap: returns unspecified type\n(/lib/libc.so.6) __GI___munmap: returns unspecified type\n(/lib/libc.so.6) munmap: returns unspecified type\n(/lib/libc.so.6) __GI_munmap: returns unspecified type\n(/lib/libc.so.6) preadv64: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pselect: return value location: {0x50, 0}\n(/lib/libc.so.6) pselect64_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrace: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __qgcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __readv: return value location: {0x50, 0}\n(/lib/libc.so.6) reboot: return value location: {0x50, 0}\n(/lib/libc.so.6) advance: return value location: {0x50, 0}\n(/lib/libc.so.6) step: return value location: {0x50, 0}\n(/lib/libc.so.6) __remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI___remap_file_pages: returns unspecified type\n(/lib/libc.so.6) remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI_remap_file_pages: returns unspecified type\n(/lib/libc.so.6) removexattr: returns unspecified type\n(/lib/libc.so.6) __GI_removexattr: returns unspecified type\n(/lib/libc.so.6) __revoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __sbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) __select: return value location: {0x50, 0}\n(/lib/libc.so.6) setdomainname: returns unspecified type\n(/lib/libc.so.6) __GI_setdomainname: returns unspecified type\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) sethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sethostname: returns unspecified type\n(/lib/libc.so.6) __GI_sethostname: returns unspecified type\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxattr: returns unspecified type\n(/lib/libc.so.6) __GI_setxattr: returns unspecified type\n(/lib/libc.so.6) sstk: return value location: {0x50, 0}\n(/lib/libc.so.6) stty: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapoff: returns unspecified type\n(/lib/libc.so.6) __GI___swapoff: returns unspecified type\n(/lib/libc.so.6) swapoff: returns unspecified type\n(/lib/libc.so.6) __GI_swapoff: returns unspecified type\n(/lib/libc.so.6) __swapon: returns unspecified type\n(/lib/libc.so.6) __GI___swapon: returns unspecified type\n(/lib/libc.so.6) swapon: returns unspecified type\n(/lib/libc.so.6) __GI_swapon: returns unspecified type\n(/lib/libc.so.6) sync: returns unspecified type\n(/lib/libc.so.6) __GI_sync: returns unspecified type\n(/lib/libc.so.6) syncfs: returns unspecified type\n(/lib/libc.so.6) __GI_syncfs: returns unspecified type\n(/lib/libc.so.6) syscall: returns unspecified type\n(/lib/libc.so.6) setlogmask: return value location: {0x50, 0}\n(/lib/libc.so.6) closelog: returns no value\n(/lib/libc.so.6) closelog_internal: returns no value\n(/lib/libc.so.6) openlog: returns no value\n(/lib/libc.so.6) openlog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_chk: returns no value\n(/lib/libc.so.6) ___syslog_chk: returns no value\n(/lib/libc.so.6) __vsyslog: returns no value\n(/lib/libc.so.6) __syslog: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __truncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __tdestroy: returns no value\n(/lib/libc.so.6) tdestroy_recurse: returns no value\n(/lib/libc.so.6) __twalk_r: returns no value\n(/lib/libc.so.6) trecurse_r: returns no value\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) trecurse: returns no value\n(/lib/libc.so.6) __tdelete: return value location: {0x50, 0}\n(/lib/libc.so.6) __tfind: return value location: {0x50, 0}\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) ttyslot: return value location: {0x50, 0}\n(/lib/libc.so.6) ualarm: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_unwind_link_freeres: returns no value\n(/lib/libc.so.6) __libc_unwind_link_after_fork: returns no value\n(/lib/libc.so.6) __libc_unwind_link_get: return value location: {0x50, 0}\n(/lib/libc.so.6) usleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_ustat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) vhangup: returns unspecified type\n(/lib/libc.so.6) __GI_vhangup: returns unspecified type\n(/lib/libc.so.6) __writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_misc: returns no value\n(/lib/libc.so.6) ioperm: returns unspecified type\n(/lib/libc.so.6) __GI_ioperm: returns unspecified type\n(/lib/libc.so.6) iopl: returns unspecified type\n(/lib/libc.so.6) __GI_iopl: returns unspecified type\n(/lib/libc.so.6) ___adjtimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone: returns unspecified type\n(/lib/libc.so.6) __GI___clone: returns unspecified type\n(/lib/libc.so.6) clone: returns unspecified type\n(/lib/libc.so.6) __clone_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_pidfd_supported: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3: returns unspecified type\n(/lib/libc.so.6) __GI___clone3: returns unspecified type\n(/lib/libc.so.6) epoll_create: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait2: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd: returns unspecified type\n(/lib/libc.so.6) __GI_eventfd: returns unspecified type\n(/lib/libc.so.6) eventfd_read: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __fanotify_mark: return value location: {0x50, 0}\n(/lib/libc.so.6) ___fxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) inotify_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___lxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mremap: return value location: {0x50, 0}\n(/lib/libc.so.6) open_by_handle_at: return value location: {0x50, 0}\n(/lib/libc.so.6) __personality: returns unspecified type\n(/lib/libc.so.6) __GI___personality: returns unspecified type\n(/lib/libc.so.6) personality: returns unspecified type\n(/lib/libc.so.6) __GI_personality: returns unspecified type\n(/lib/libc.so.6) __pkey_get: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_mprotect: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_set: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_write: returns no value\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __prctl: returns unspecified type\n(/lib/libc.so.6) __GI___prctl: returns unspecified type\n(/lib/libc.so.6) prctl: returns unspecified type\n(/lib/libc.so.6) __GI_prctl: returns unspecified type\n(/lib/libc.so.6) __prctl_time64: returns unspecified type\n(/lib/libc.so.6) __GI___prctl_time64: returns unspecified type\n(/lib/libc.so.6) __prlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_readv: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __readahead: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsgid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsgid: returns unspecified type\n(/lib/libc.so.6) setfsuid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsuid: returns unspecified type\n(/lib/libc.so.6) __set_vma_name: returns no value\n(/lib/libc.so.6) signalfd: return value location: {0x50, 0}\n(/lib/libc.so.6) splice: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sysctl: return value location: {0x50, 0}\n(/lib/libc.so.6) tee: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount2: return value location: {0x50, 0}\n(/lib/libc.so.6) vmsplice: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) ___xstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI___arch_prctl: returns unspecified type\n(/lib/libc.so.6) arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI_arch_prctl: returns unspecified type\n(/lib/libc.so.6) __modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI___modify_ldt: returns unspecified type\n(/lib/libc.so.6) modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI_modify_ldt: returns unspecified type\n(/lib/libc.so.6) __syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) __GI___syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) capget: returns unspecified type\n(/lib/libc.so.6) __GI_capget: returns unspecified type\n(/lib/libc.so.6) capset: returns unspecified type\n(/lib/libc.so.6) __GI_capset: returns unspecified type\n(/lib/libc.so.6) __compat_create_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_create_module: returns unspecified type\n(/lib/libc.so.6) delete_module: returns unspecified type\n(/lib/libc.so.6) __GI_delete_module: returns unspecified type\n(/lib/libc.so.6) epoll_create1: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_create1: returns unspecified type\n(/lib/libc.so.6) epoll_ctl: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_ctl: returns unspecified type\n(/lib/libc.so.6) fsconfig: returns unspecified type\n(/lib/libc.so.6) __GI_fsconfig: returns unspecified type\n(/lib/libc.so.6) fsmount: returns unspecified type\n(/lib/libc.so.6) __GI_fsmount: returns unspecified type\n(/lib/libc.so.6) fsopen: returns unspecified type\n(/lib/libc.so.6) __GI_fsopen: returns unspecified type\n(/lib/libc.so.6) fspick: returns unspecified type\n(/lib/libc.so.6) __GI_fspick: returns unspecified type\n(/lib/libc.so.6) __compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) __GI___compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) init_module: returns unspecified type\n(/lib/libc.so.6) __GI_init_module: returns unspecified type\n(/lib/libc.so.6) inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) inotify_init1: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_init1: returns unspecified type\n(/lib/libc.so.6) inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) klogctl: returns unspecified type\n(/lib/libc.so.6) __GI_klogctl: returns unspecified type\n(/lib/libc.so.6) __mount: returns unspecified type\n(/lib/libc.so.6) __GI___mount: returns unspecified type\n(/lib/libc.so.6) mount: returns unspecified type\n(/lib/libc.so.6) __GI_mount: returns unspecified type\n(/lib/libc.so.6) mount_setattr: returns unspecified type\n(/lib/libc.so.6) __GI_mount_setattr: returns unspecified type\n(/lib/libc.so.6) move_mount: returns unspecified type\n(/lib/libc.so.6) __GI_move_mount: returns unspecified type\n(/lib/libc.so.6) __compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) __GI___compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) open_tree: returns unspecified type\n(/lib/libc.so.6) __GI_open_tree: returns unspecified type\n(/lib/libc.so.6) pidfd_open: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_open: returns unspecified type\n(/lib/libc.so.6) pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) pivot_root: returns unspecified type\n(/lib/libc.so.6) __GI_pivot_root: returns unspecified type\n(/lib/libc.so.6) pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) process_madvise: returns unspecified type\n(/lib/libc.so.6) __GI_process_madvise: returns unspecified type\n(/lib/libc.so.6) process_mrelease: returns unspecified type\n(/lib/libc.so.6) __GI_process_mrelease: returns unspecified type\n(/lib/libc.so.6) __compat_query_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_query_module: returns unspecified type\n(/lib/libc.so.6) quotactl: returns unspecified type\n(/lib/libc.so.6) __GI_quotactl: returns unspecified type\n(/lib/libc.so.6) __sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI___sysinfo: returns unspecified type\n(/lib/libc.so.6) sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI_sysinfo: returns unspecified type\n(/lib/libc.so.6) unshare: returns unspecified type\n(/lib/libc.so.6) __GI_unshare: returns unspecified type\n(/lib/libc.so.6) __compat_uselib: returns unspecified type\n(/lib/libc.so.6) __GI___compat_uselib: returns unspecified type\n(/lib/libc.so.6) timerfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_timerfd_create: returns unspecified type\n(/lib/libc.so.6) fanotify_init: returns unspecified type\n(/lib/libc.so.6) __GI_fanotify_init: returns unspecified type\n(/lib/libc.so.6) name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) __GI_name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) setns: returns unspecified type\n(/lib/libc.so.6) __GI_setns: returns unspecified type\n(/lib/libc.so.6) memfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_memfd_create: returns unspecified type\n(/lib/libc.so.6) __pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_alloc: returns unspecified type\n(/lib/libc.so.6) pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_free: returns unspecified type\n(/lib/libc.so.6) pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_free: returns unspecified type\n(/lib/libc.so.6) __gettid: returns unspecified type\n(/lib/libc.so.6) __GI___gettid: returns unspecified type\n(/lib/libc.so.6) gettid: returns unspecified type\n(/lib/libc.so.6) __GI_gettid: returns unspecified type\n(/lib/libc.so.6) __tgkill: returns unspecified type\n(/lib/libc.so.6) __GI___tgkill: returns unspecified type\n(/lib/libc.so.6) tgkill: returns unspecified type\n(/lib/libc.so.6) __GI_tgkill: returns unspecified type\n(/lib/libc.so.6) _no_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_hugepage_config: returns no value\n(/lib/libc.so.6) hugepage_flags: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_default_hugepage_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_thp_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_default_thp_pagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) accept4: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind: returns unspecified type\n(/lib/libc.so.6) __GI___bind: returns unspecified type\n(/lib/libc.so.6) bind: returns unspecified type\n(/lib/libc.so.6) __GI_bind: returns unspecified type\n(/lib/libc.so.6) __libc_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpeername: returns unspecified type\n(/lib/libc.so.6) __GI___getpeername: returns unspecified type\n(/lib/libc.so.6) getpeername: returns unspecified type\n(/lib/libc.so.6) __GI_getpeername: returns unspecified type\n(/lib/libc.so.6) __getsockname: returns unspecified type\n(/lib/libc.so.6) __GI___getsockname: returns unspecified type\n(/lib/libc.so.6) getsockname: returns unspecified type\n(/lib/libc.so.6) __GI_getsockname: returns unspecified type\n(/lib/libc.so.6) __getsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) isfdtype: return value location: {0x50, 0}\n(/lib/libc.so.6) __listen: returns unspecified type\n(/lib/libc.so.6) __GI___listen: returns unspecified type\n(/lib/libc.so.6) listen: returns unspecified type\n(/lib/libc.so.6) __GI_listen: returns unspecified type\n(/lib/libc.so.6) __opensock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvfrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) recvmmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __sendmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendto: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) setsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __shutdown: returns unspecified type\n(/lib/libc.so.6) __GI___shutdown: returns unspecified type\n(/lib/libc.so.6) shutdown: returns unspecified type\n(/lib/libc.so.6) __GI_shutdown: returns unspecified type\n(/lib/libc.so.6) __sockaddr_un_set: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sockatmark: return value location: {0x50, 0}\n(/lib/libc.so.6) __socket: returns unspecified type\n(/lib/libc.so.6) __GI___socket: returns unspecified type\n(/lib/libc.so.6) socket: returns unspecified type\n(/lib/libc.so.6) __GI_socket: returns unspecified type\n(/lib/libc.so.6) __socketpair: returns unspecified type\n(/lib/libc.so.6) __GI___socketpair: returns unspecified type\n(/lib/libc.so.6) socketpair: returns unspecified type\n(/lib/libc.so.6) __GI_socketpair: returns unspecified type\n(/lib/libc.so.6) __libc_sa_len: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) ftok: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgsnd: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgrcv: return value location: {0x50, 0}\n(/lib/libc.so.6) msgget: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgctl: return value location: {0x50, 0}\n(/lib/libc.so.6) msgctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) semop: return value location: {0x50, 0}\n(/lib/libc.so.6) semget: return value location: {0x50, 0}\n(/lib/libc.so.6) __semctl: return value location: {0x50, 0}\n(/lib/libc.so.6) semctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __semtimedop: return value location: {0x50, 0}\n(/lib/libc.so.6) semtimedop_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) shmat: return value location: {0x50, 0}\n(/lib/libc.so.6) shmdt: return value location: {0x50, 0}\n(/lib/libc.so.6) shmget: return value location: {0x50, 0}\n(/lib/libc.so.6) __shmctl: return value location: {0x50, 0}\n(/lib/libc.so.6) shmctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) _mcleanup: returns no value\n(/lib/libc.so.6) write_gmon: returns no value\n(/lib/libc.so.6) write_bb_counts: returns no value\n(/lib/libc.so.6) write_call_graph: returns no value\n(/lib/libc.so.6) write_hist: returns no value\n(/lib/libc.so.6) __monstartup: returns no value\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) callback: return value location: {0x50, 0}\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) __mcount_internal: returns no value\n(/lib/libc.so.6) __profile_frequency: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sprofil: return value location: {0x50, 0}\n(/lib/libc.so.6) pcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) add_region: return value location: {0x50, 0}\n(/lib/libc.so.6) insert: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter_uint: returns no value\n(/lib/libc.so.6) __profil_counter_ushort: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) index_to_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) pc_to_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) _mcount: returns unspecified type\n(/lib/libc.so.6) mcount: returns unspecified type\n(/lib/libc.so.6) __fentry__: returns unspecified type\n(/lib/libc.so.6) __towupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __towupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_ensure: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_update: returns no value\n(/lib/libc.so.6) __argp_fmtstream_free: returns no value\n(/lib/libc.so.6) __argp_make_fmtstream: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_rmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_failure: returns no value\n(/lib/libc.so.6) __argp_failure_internal: returns no value\n(/lib/libc.so.6) __argp_error: returns no value\n(/lib/libc.so.6) __argp_error_internal: returns no value\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_help: returns no value\n(/lib/libc.so.6) _help: returns no value\n(/lib/libc.so.6) argp_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_usage: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_usage: returns no value\n(/lib/libc.so.6) usage_long_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) usage_argful_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_help: returns no value\n(/lib/libc.so.6) hol_entry_help: returns no value\n(/lib/libc.so.6) comma: returns no value\n(/lib/libc.so.6) hol_cluster_is_child: return value location: {0x50, 0}\n(/lib/libc.so.6) print_header: returns no value\n(/lib/libc.so.6) filter_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) arg: returns no value\n(/lib/libc.so.6) space: returns no value\n(/lib/libc.so.6) indent_to: returns no value\n(/lib/libc.so.6) argp_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_append: returns no value\n(/lib/libc.so.6) hol_sort: returns no value\n(/lib/libc.so.6) hol_entry_qcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) canon_doc_option: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_base: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_sibling_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) group_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_set_group: returns no value\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_long: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_short: return value location: {0x50, 0}\n(/lib/libc.so.6) until_short: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_long_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_short_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_free: returns no value\n(/lib/libc.so.6) hol_add_cluster: return value location: {0x50, 0}\n(/lib/libc.so.6) make_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) find_char: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_in_uparams: returns no value\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_next: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_arg: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_init: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_sizes: returns no value\n(/lib/libc.so.6) parser_convert: returns no value\n(/lib/libc.so.6) convert_options: return value location: {0x50, 0}\n(/lib/libc.so.6) group_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) find_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_default_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_usage: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) ____longjmp_chk: returns unspecified type\n(/lib/libc.so.6) ___asprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace: return value location: {0x50, 0}\n(/lib/libc.so.6) backtrace_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) unwind_arch_adjustment: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols_fd: returns no value\n(/lib/libc.so.6) __chk_fail: returns no value\n(/lib/libc.so.6) __confstr_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __explicit_bzero_chk: returns no value\n(/lib/libc.so.6) __fdelt_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgets_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetws_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgetws_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fortify_fail: returns no value\n(/lib/libc.so.6) ___fprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdomainname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgroups_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __longjmp_chk: returns no value\n(/lib/libc.so.6) __mbsnrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbstowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmove_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __cyg_profile_func_enter: returns no value\n(/lib/libc.so.6) __obstack_printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __poll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ppoll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlinkat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readonly_area: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recv_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvfrom_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___snprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stack_chk_fail: returns no value\n(/lib/libc.so.6) __stpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vfprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) bindresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_to_ms: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_from_timeval: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) infinite_deadline: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_current_time: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) getsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) __h_errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) htonl: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) htons: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_from_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_to_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) get_functions: return value location: {0x50, 0}\n(/lib/libc.so.6) functions_deallocate: returns no value\n(/lib/libc.so.6) functions_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_name_classify: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_indextoname: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nameindex: return value location: {0x50, 0}\n(/lib/libc.so.6) if_nameindex_netlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freenameindex: returns no value\n(/lib/libc.so.6) __if_nametoindex: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freeifaddrs: returns no value\n(/lib/libc.so.6) __getifaddrs: return value location: {0x50, 0}\n(/lib/libc.so.6) getifaddrs_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) map_newlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) __netlink_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_sendreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) inet6_opt_get_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_set_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_finish: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_append: return value location: {0x50, 0}\n(/lib/libc.so.6) add_padding: returns no value\n(/lib/libc.so.6) inet6_opt_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_append: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_space: return value location: {0x50, 0}\n(/lib/libc.so.6) get_opt_end: return value location: {0x50, 0}\n(/lib/libc.so.6) add_pad: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_getaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_segments: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_add: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_space: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet6_scopeid_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_lnaof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_makeaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_network: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_netof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) __validuser2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __isempty: return value location: {0x50, 0}\n(/lib/libc.so.6) __icheckuser: return value location: {0x50, 0}\n(/lib/libc.so.6) __checkhost_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __ivaliduser: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserfopen: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd_af: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec_af: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) token: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserpass: return value location: {0x50, 0}\n(/lib/libc.so.6) ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_pf_freemem: returns no value\n(/lib/libc.so.6) __check_pf: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) make_request: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_valid_p: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_native: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ifreq: returns no value\n(/lib/libc.so.6) __netlink_assert_response: returns no value\n(/lib/libc.so.6) get_address_family: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_skipname: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getcanonname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_noaaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r_store_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) addrsort: returns no value\n(/lib/libc.so.6) _nss_dns_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyaddr2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_name: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_context: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) rrtype_to_rdata_length: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_add: returns no value\n(/lib/libc.so.6) ptrlist_add__: returns no value\n(/lib/libc.so.6) ptrlist_end: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_size: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_mark_failed: returns no value\n(/lib/libc.so.6) ptrlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_free: returns no value\n(/lib/libc.so.6) ptrlist_init: returns no value\n(/lib/libc.so.6) ptrlist_free__array__: returns no value\n(/lib/libc.so.6) ptrlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_count: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qtype: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qname: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_ancount: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_rcode: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) __alloc_buffer_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) herror: returns no value\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_ignore_trailing: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_exact: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_aton_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop6: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop4: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton6: return value location: {0x50, 0}\n(/lib/libc.so.6) hex_digit_value: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton4: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_makecanon: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_compress: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_name_length_uncompressed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) printable: return value location: {0x50, 0}\n(/lib/libc.so.6) special: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pack: return value location: {0x50, 0}\n(/lib/libc.so.6) dn_find: return value location: {0x50, 0}\n(/lib/libc.so.6) mklower: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_skip: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_uncompress: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_unpack: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_samebinaryname: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_samename: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) xtob: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_dns_functions: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_thread_freeres: returns no value\n(/lib/libc.so.6) __res_nclose: returns no value\n(/lib/libc.so.6) __res_iclose: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) ___res_dnok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mailok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_ownok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_leading_dash: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) printable_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_handle_no_aaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) qtype_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_state: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_hostalias: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_enable_icmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _res_hconf_trim_domains: returns no value\n(/lib/libc.so.6) _res_hconf_trim_domain: returns no value\n(/lib/libc.so.6) _res_hconf_reorder_addrs: returns no value\n(/lib/libc.so.6) _res_hconf_init: returns no value\n(/lib/libc.so.6) do_init: returns no value\n(/lib/libc.so.6) parse_line: returns no value\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_trimdomain_list: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_string: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_ws: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nextreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freereq: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) net_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) res_setoptions: returns no value\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_load: return value location: {0x50, 0}\n(/lib/libc.so.6) res_vinit_1: return value location: {0x50, 0}\n(/lib/libc.so.6) domain_from_hostname: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_parser_free: returns no value\n(/lib/libc.so.6) resolv_conf_parser_init: returns no value\n(/lib/libc.so.6) has_preinit_values: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_add: returns no value\n(/lib/libc.so.6) sort_list_add__: returns no value\n(/lib/libc.so.6) sort_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_mark_failed: returns no value\n(/lib/libc.so.6) sort_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_free: returns no value\n(/lib/libc.so.6) sort_list_init: returns no value\n(/lib/libc.so.6) sort_list_free__array__: returns no value\n(/lib/libc.so.6) sort_list_free__elements__: returns no value\n(/lib/libc.so.6) search_list_clear: returns no value\n(/lib/libc.so.6) search_list_add: returns no value\n(/lib/libc.so.6) search_list_add__: returns no value\n(/lib/libc.so.6) search_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_mark_failed: returns no value\n(/lib/libc.so.6) search_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_free: returns no value\n(/lib/libc.so.6) search_list_init: returns no value\n(/lib/libc.so.6) search_list_free__array__: returns no value\n(/lib/libc.so.6) search_list_free__elements__: returns no value\n(/lib/libc.so.6) nameserver_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_mark_failed: returns no value\n(/lib/libc.so.6) nameserver_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_free: returns no value\n(/lib/libc.so.6) nameserver_list_init: returns no value\n(/lib/libc.so.6) nameserver_list_free__array__: returns no value\n(/lib/libc.so.6) nameserver_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) is_sort_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_ninit: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_nopt: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nmkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_mkquery_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_nameinquery: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquerydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) context_querydomain_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) context_search_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_query: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_query_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_query: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __resolv_context_search_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_randomid: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) sock_eq: return value location: {0x50, 0}\n(/lib/libc.so.6) send_dg: return value location: {0x50, 0}\n(/lib/libc.so.6) reopen: return value location: {0x50, 0}\n(/lib/libc.so.6) send_vc: return value location: {0x50, 0}\n(/lib/libc.so.6) close_and_return_error: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_send: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsend: return value location: {0x50, 0}\n(/lib/libc.so.6) context_send_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_send: return value location: {0x50, 0}\n(/lib/libc.so.6) mask_ad_bit: returns no value\n(/lib/libc.so.6) nameserver_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) evNowTime: returns no value\n(/lib/libc.so.6) evCmpTime: return value location: {0x50, 0}\n(/lib/libc.so.6) evSubTime: returns no value\n(/lib/libc.so.6) evAddTime: returns no value\n(/lib/libc.so.6) evConsTime: returns no value\n(/lib/libc.so.6) evConsIovec: returns no value\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_resolv_conf_freemem: returns no value\n(/lib/libc.so.6) __resolv_conf_detach: returns no value\n(/lib/libc.so.6) __resolv_conf_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) update_from_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_conf_get: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v6: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_get_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_get_current: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) put_locked_global: returns no value\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_add: returns no value\n(/lib/libc.so.6) resolv_conf_array_add__: returns no value\n(/lib/libc.so.6) resolv_conf_array_at: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_mark_failed: returns no value\n(/lib/libc.so.6) resolv_conf_array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_free: returns no value\n(/lib/libc.so.6) resolv_conf_array_init: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__array__: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_context_freeres: returns no value\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __resolv_context_get_override: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get_preinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) context_free: returns no value\n(/lib/libc.so.6) context_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_init: return value location: {0x50, 0}\n(/lib/libc.so.6) replicated_configuration_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __gai_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_freemem: returns no value\n(/lib/libc.so.6) handle_requests: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_remove_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_find_request: return value location: {0x50, 0}\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_notify: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) ___gai_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaddrinfo_a: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots_context: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots: return value location: {0x50, 0}\n(/lib/libc.so.6) res_use_inet6: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_endent: returns no value\n(/lib/libc.so.6) __nss_setent: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_freeres: returns no value\n(/lib/libc.so.6) __nss_action_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) find_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) action_lists_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) actions_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_add: returns no value\n(/lib/libc.so.6) action_list_add__: returns no value\n(/lib/libc.so.6) action_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_mark_failed: returns no value\n(/lib/libc.so.6) action_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_init: returns no value\n(/lib/libc.so.6) action_list_free__array__: returns no value\n(/lib/libc.so.6) action_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_set_all: returns no value\n(/lib/libc.so.6) nss_action_set: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_fork_subprocess: returns no value\n(/lib/libc.so.6) __nss_database_fork_prepare_parent: returns no value\n(/lib/libc.so.6) __nss_database_freeres: returns no value\n(/lib/libc.so.6) __nss_database_get_noreload: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_check_reload_and_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_configure_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) process_line: return value location: {0x50, 0}\n(/lib/libc.so.6) name_to_database_index: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_select_default: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_state_get: return value location: {0x50, 0}\n(/lib/libc.so.6) global_state_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_fgetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_endent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_data_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_internal_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_files_global_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_functions: returns no value\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_freeres: returns no value\n(/lib/libc.so.6) __nss_module_disable_loading: returns no value\n(/lib/libc.so.6) __nss_disable_nscd: returns no value\n(/lib/libc.so.6) nss_load_all_libraries: returns no value\n(/lib/libc.so.6) __nss_module_get_function: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_dns: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_files: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rewrite_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_list_field: return value location: {0x50, 0}\n(/lib/libc.so.6) getaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endaliasent: returns no value\n(/lib/libc.so.6) setaliasent: returns no value\n(/lib/libc.so.6) getaliasbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_hostton: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntohost: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_grent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endgrent: returns no value\n(/lib/libc.so.6) setgrent: returns no value\n(/lib/libc.so.6) getgrgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) initgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) putgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endsgent: returns no value\n(/lib/libc.so.6) setsgent: returns no value\n(/lib/libc.so.6) getsgnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_sgent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) getaddrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) try_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) gaiconf_reload: returns no value\n(/lib/libc.so.6) gaiconf_init: returns no value\n(/lib/libc.so.6) add_scopelist: return value location: {0x50, 0}\n(/lib/libc.so.6) add_prefixlist: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_decimal_value: return value location: {0x50, 0}\n(/lib/libc.so.6) scopecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) prefixcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) free_scopelist: returns no value\n(/lib/libc.so.6) free_prefixlist: returns no value\n(/lib/libc.so.6) __libc_getaddrinfo_freemem: returns no value\n(/lib/libc.so.6) check_gaiconf_mtime: return value location: {0x50, 0}\n(/lib/libc.so.6) save_gaiconf_mtime: returns no value\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) rfc3484_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fls: return value location: {0x50, 0}\n(/lib/libc.so.6) get_precedence: return value location: {0x50, 0}\n(/lib/libc.so.6) get_label: return value location: {0x50, 0}\n(/lib/libc.so.6) match_prefix: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) generate_addrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) get_local_addresses: returns no value\n(/lib/libc.so.6) try_simple_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) text_to_binary_address: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nss_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nscd_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_servtuples: return value location: {0x50, 0}\n(/lib/libc.so.6) process_canonname: return value location: {0x50, 0}\n(/lib/libc.so.6) getcanonname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethosts: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_hostent_to_gaih_addrtuple: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_result_reset: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) gethostbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname2: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endhostent: returns no value\n(/lib/libc.so.6) sethostent: returns no value\n(/lib/libc.so.6) getnameinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_numeric: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_name: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sprintf_result: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname_core: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate: returns no value\n(/lib/libc.so.6) innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nonempty_val: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent: returns no value\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent_hook: returns no value\n(/lib/libc.so.6) free_memory: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) getnetbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetent: returns no value\n(/lib/libc.so.6) setnetent: returns no value\n(/lib/libc.so.6) getprotobynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endprotoent: returns no value\n(/lib/libc.so.6) setprotoent: returns no value\n(/lib/libc.so.6) getprotobyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_pwent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpw: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endpwent: returns no value\n(/lib/libc.so.6) setpwent: returns no value\n(/lib/libc.so.6) getpwnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endrpcent: returns no value\n(/lib/libc.so.6) setrpcent: returns no value\n(/lib/libc.so.6) getservent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endservent: returns no value\n(/lib/libc.so.6) setservent: returns no value\n(/lib/libc.so.6) getservbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getservbyport: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endspent: returns no value\n(/lib/libc.so.6) setspent: returns no value\n(/lib/libc.so.6) getspnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) noop_handler: returns no value\n(/lib/libc.so.6) __ulckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) __lckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) putspent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_spent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getntohost_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getetherent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_etherent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_multi: return value location: {0x50, 0}\n(/lib/libc.so.6) array_add: returns no value\n(/lib/libc.so.6) array_add__: returns no value\n(/lib/libc.so.6) array_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) array_mark_failed: returns no value\n(/lib/libc.so.6) array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) array_free: returns no value\n(/lib/libc.so.6) array_init: returns no value\n(/lib/libc.so.6) array_free__array__: returns no value\n(/lib/libc.so.6) array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endhostent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_sethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_line: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) map_v4v6_address: returns no value\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_netgroup_parseline: return value location: {0x50, 0}\n(/lib/libc.so.6) strip_whitespace: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_netent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_protoent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endservent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setservent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_servent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endspent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setspent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_rpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_init: returns no value\n(/lib/libc.so.6) register_file: returns no value\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_initgroups_dyn: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_destroy: returns no value\n(/lib/libc.so.6) authnone_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) authnone_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create_once: returns no value\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) xdr_authunix_parms: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_destroy: returns no value\n(/lib/libc.so.6) clntraw_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_abort: returns no value\n(/lib/libc.so.6) clntraw_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_geterr: returns no value\n(/lib/libc.so.6) clntraw_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_clnt_cleanup: returns no value\n(/lib/libc.so.6) callrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _rpc_dtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcport: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_unset: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_set: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_myaddress: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getmaps: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmap: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmaplist: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) getbroadcastnets: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcallres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_rmtcall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) _seterr_reply: returns no value\n(/lib/libc.so.6) rejected: returns no value\n(/lib/libc.so.6) accepted: returns no value\n(/lib/libc.so.6) xdr_callhdr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rejected_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_accepted_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_des_block: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_callmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_null: return value location: {0x50, 0}\n(/lib/libc.so.6) _authenticate: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_short: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_unix: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_destroy: returns no value\n(/lib/libc.so.6) svcraw_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) universal: returns no value\n(/lib/libc.so.6) __registerrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_double: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_float: return value location: {0x50, 0}\n(/lib/libc.so.6) fix_buf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) set_input_fragment: return value location: {0x50, 0}\n(/lib/libc.so.6) get_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_input_buf: return value location: {0x50, 0}\n(/lib/libc.so.6) flush_out: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_endofrecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_eof: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_skiprecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_destroy: returns no value\n(/lib/libc.so.6) xdrrec_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) getsecretkey: return value location: {0x50, 0}\n(/lib/libc.so.6) getpublickey: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_verf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_cred: return value location: {0x50, 0}\n(/lib/libc.so.6) ecb_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) cbc_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) common_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) _des_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) des_encrypt: returns no value\n(/lib/libc.so.6) des_set_key: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) des_setparity: returns no value\n(/lib/libc.so.6) xdr_key_netstres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_key_netstarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_getcredres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_unixcred: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg2: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) _openchild: return value location: {0x50, 0}\n(/lib/libc.so.6) rtime: return value location: {0x50, 0}\n(/lib/libc.so.6) do_close: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) invalidate: returns no value\n(/lib/libc.so.6) authdes_getucred: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_spot: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_ref: returns no value\n(/lib/libc.so.6) cache_victim: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_init: returns no value\n(/lib/libc.so.6) _svcauth_des: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_destroy: returns no value\n(/lib/libc.so.6) clntunix_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_abort: returns no value\n(/lib/libc.so.6) clntunix_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_geterr: returns no value\n(/lib/libc.so.6) clntunix_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunixfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _create_xid: return value location: {0x50, 0}\n(/lib/libc.so.6) synchronize: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_destroy: returns no value\n(/lib/libc.so.6) authdes_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_nextverf: returns no value\n(/lib/libc.so.6) authdes_pk_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_destroy: returns no value\n(/lib/libc.so.6) authunix_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_nextverf: returns no value\n(/lib/libc.so.6) authunix_create_default: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_freemem: returns no value\n(/lib/libc.so.6) auth_errmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_pcreateerror: returns no value\n(/lib/libc.so.6) clnt_spcreateerror: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perrno: returns no value\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perror: returns no value\n(/lib/libc.so.6) clnt_sperror: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_destroy: returns no value\n(/lib/libc.so.6) clnttcp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_abort: returns no value\n(/lib/libc.so.6) clnttcp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_geterr: returns no value\n(/lib/libc.so.6) clnttcp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_destroy: returns no value\n(/lib/libc.so.6) clntudp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_abort: returns no value\n(/lib/libc.so.6) clntudp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_geterr: returns no value\n(/lib/libc.so.6) clntudp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) is_network_up: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_first: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_elapsed: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_myaddress: returns no value\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_key_cleanup: returns no value\n(/lib/libc.so.6) key_call: return value location: {0x50, 0}\n(/lib/libc.so.6) key_call_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) getkeyserv_handle: return value location: {0x50, 0}\n(/lib/libc.so.6) key_get_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setnet: return value location: {0x50, 0}\n(/lib/libc.so.6) key_gendes: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_secretkey_is_set: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setsecret: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2host: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2user: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) host2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) user2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_rpc_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_max_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_createerr: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_fdset: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) rpc_thread_multi: returns no value\n(/lib/libc.so.6) __rpc_thread_destroy: returns no value\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_cleanup: returns no value\n(/lib/libc.so.6) __svc_accept_failed: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svc_getreq_common: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) svc_getreqset: returns no value\n(/lib/libc.so.6) svc_getreq: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_weakauth: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_systemerr: returns no value\n(/lib/libc.so.6) svcerr_decode: returns no value\n(/lib/libc.so.6) svcerr_noproc: returns no value\n(/lib/libc.so.6) svc_sendreply: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_unregister: returns no value\n(/lib/libc.so.6) svc_register: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_find: return value location: {0x50, 0}\n(/lib/libc.so.6) xprt_unregister: returns no value\n(/lib/libc.so.6) xprt_register: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svctcp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_set: returns no value\n(/lib/libc.so.6) svcudp_enablecache: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_destroy: returns no value\n(/lib/libc.so.6) svcudp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) bin2hex: returns no value\n(/lib/libc.so.6) hex2bin: returns no value\n(/lib/libc.so.6) xdecrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) xencrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) passwd2des_internal: returns no value\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_vector: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_array: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_wrapstring: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_string: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netobj: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_enum: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_void: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_free: returns no value\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_destroy: returns no value\n(/lib/libc.so.6) xdrmem_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_reference: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_sizeof: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) x_destroy: returns no value\n(/lib/libc.so.6) harmless: return value location: {0x50, 0}\n(/lib/libc.so.6) x_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) x_setpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_getpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_destroy: returns no value\n(/lib/libc.so.6) xdrstdio_create: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_run: returns no value\n(/lib/libc.so.6) svc_exit: returns no value\n(/lib/libc.so.6) __libc_rpc_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getpw_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_pw_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getgr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gr_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_gethst_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_hst_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getai: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getserv_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_serv_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_group_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_cache_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __readvall: return value location: {0x50, 0}\n(/lib/libc.so.6) __readall: return value location: {0x50, 0}\n(/lib/libc.so.6) wait_on_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) __forkpty: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r_loginuid: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_r_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __getlogin_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __getutid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __login: returns no value\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logwtmp: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __openpty: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) ptsname: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) setlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __updwtmp: returns no value\n(/lib/libc.so.6) __libc_updwtmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_endutent: returns no value\n(/lib/libc.so.6) __libc_pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_nolock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) read_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) file_unlock: returns no value\n(/lib/libc.so.6) try_file_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) timeout_handler: returns no value\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmp_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmpname: return value location: {0x50, 0}\n(/lib/libc.so.6) endutxent: returns no value\n(/lib/libc.so.6) getutmp: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxent: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxid: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxline: return value location: {0x50, 0}\n(/lib/libc.so.6) pututxline: return value location: {0x50, 0}\n(/lib/libc.so.6) setutxent: returns no value\n(/lib/libc.so.6) updwtmpx: returns no value\n(/lib/libc.so.6) utmpxname: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) determine_info: returns no value\n(/lib/libc.so.6) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_freeres: returns no value\n(/lib/libc.so.6) _dl_find_object_dlclose: returns no value\n(/lib/libc.so.6) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_link_map_sort: returns no value\n(/lib/libc.so.6) _dl_find_object_init: returns no value\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/libc.so.6) __dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_end_update: returns no value\n(/lib/libc.so.6) _dlfo_mappings_begin_update: returns no value\n(/lib/libc.so.6) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_from_map: returns no value\n(/lib/libc.so.6) _dl_find_object_to_external: returns no value\n(/lib/libc.so.6) _dl_find_object_internal_copy: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) __dl_iterate_phdr: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __dl_libc_freemem: returns no value\n(/lib/libc.so.6) free_slotinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlopen_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) do_dlclose: returns no value\n(/lib/libc.so.6) do_dlvsym: returns no value\n(/lib/libc.so.6) do_dlsym: returns no value\n(/lib/libc.so.6) do_dlopen: returns no value\n(/lib/libc.so.6) dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_vsym: return value location: {0x50, 0}\n(/lib/libc.so.6) do_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) call_dl_lookup: returns no value\n(/lib/libc.so.6) _dl_tls_symaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_post: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/libc.so.6) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_mcount_wrapper_check: returns no value\n(/lib/libc.so.6) _dl_mcount_wrapper: returns no value\n(/lib/libc.so.6) _dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_early_init: returns no value\n(/lib/libc.so.6) __pthread_early_init: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_get_cpuid_feature_leaf: return value location: {0x50, 0}\n(/lib/libc.so.6) __popcountdi2: return value location: {0x50, 0}\n(/lib/libc.so.6) __addtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __divtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __multf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __subtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __unordtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __floatsitf: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __getf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __letf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __eqtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __sfp_handle_exceptions: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_libc_early_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_catch_error: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_catch_exception: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_receive_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cerror: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cexception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) set_catch: returns no value\n(/lib/ld-linux-x86-64.so.2) get_catch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_close: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_close_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) remove_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_state: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_debug_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_deps: returns no value\n(/lib/ld-linux-x86-64.so.2) preload: returns no value\n(/lib/ld-linux-x86-64.so.2) openaux: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create_format: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create: returns no value\n(/lib/ld-linux-x86-64.so.2) adjust_message_buffer: returns no value\n(/lib/ld-linux-x86-64.so.2) length_mismatch: returns no value\n(/lib/ld-linux-x86-64.so.2) oom_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_stack_executable: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_handle_execstack_tunable: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_rtld_di_serinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_path: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) print_search_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_from_fd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_notify_new_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_gnu_property: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) decompose_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) expand_dynamic_string_token: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_substitute: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_dst: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_trusted_path_normalize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_reject_phdr_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_segments: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_postprocess_loadcmd: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_matches_host: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_file_id_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_file_id: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_symbol_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_dependency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_unique: returns no value\n(/lib/ld-linux-x86-64.so.2) is_nodelete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) mark_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) enter_unique_sym: returns no value\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_protected_symbol: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_new_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_direct: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_free: returns no value\n(/lib/ld-linux-x86-64.so.2) __minimal_calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_strtoul: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_higher_prime_number: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_name_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_read_whole_file: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_new_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_namespace_list: returns no value\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_show_scope: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_open_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_open_worker_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) call_dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_relocate_one_object: returns no value\n(/lib/ld-linux-x86-64.so.2) activate_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) update_tls_slotinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_tls_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) scope_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scope_has_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_dso_for_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_to_global_update: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_get_origin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fatal_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_dprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf_c: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_vdprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_strlen: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_writev: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_reloc_bad_type: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object_no_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_lazy_rel: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) resolve_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_try_allocate_static_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) x86_64_dynamic_after_reloc: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt_in_place: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_reloc_symbol_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_ibt_enabled: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_profile_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_offset: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_plt_value: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_fixup_plt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_scope_free: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_hash: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_dfs: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_original: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) __thread_gscope_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait_simple: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) init_one_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_initial_modid_limit_setup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_get_addr_soft: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) ___tls_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_adjust: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_update_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) allocate_and_init: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) allocate_dtv_entry: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) _dl_deallocate_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_init: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_resize_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_storage: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tcb_to_pointer_to_free_location: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_tls_static_info: returns no value\n(/lib/ld-linux-x86-64.so.2) allocate_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_determine_tlsoffset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_count_modids: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_assign_tls_modid: returns no value\n(/lib/ld-linux-x86-64.so.2) oom: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_static_surplus_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tls_static_surplus: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_end: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_set_offset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_size_with_pre: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_pre_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_mutex_dummy: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __thread_pointer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) list_add: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx512: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_sse: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tunable_get_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_get_default: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_print: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_init: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunable_print_error: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables_string: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tunable_set_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_is_initialized: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_parse_num: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_tunable_update_val: returns no value\n(/lib/ld-linux-x86-64.so.2) get_next_env: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_is_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_gt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_lt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unsigned_tunable_type: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_all_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_map_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_write: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unload_cache: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_load_cache_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_libcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) search_cache: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_file_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_verify_ptr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priority: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_init: returns no value\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_free: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_isa_level_compatible: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_load: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_verify: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_file_new_matches_endian: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_extension: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_unmap: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_tlsdesc_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) map_generation: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) eq_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) hash_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_find_slot: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_empty_slot_for_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_delete: returns no value\n(/lib/ld-linux-x86-64.so.2) htab_create: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_return: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_undefweak: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_setup_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_dlopen: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_startup: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_legacy_object: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_get_cet_status: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_lock_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_disable_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_get_cpu_features: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __x86_cpu_features_ifunc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_get_fam6_microarch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_extended_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_plt_rewrite_supported: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_check_hwcap2: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_minsigstacksize: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_init_cacheinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_hygon: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_zhaoxin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_amd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_02_known_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) bsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltexit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltenter: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_preinit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objopen: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_nsid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_map: returns no value\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) __rtld_version_placeholder_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_print_diagnostics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_environ: returns no value\n(/lib/ld-linux-x86-64.so.2) unfiltered_envvar: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) print_string_length: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_putc: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_report: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_query: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_reg: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_store: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cpuid_query_combined: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpu: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_preferred: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_internal: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_features_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getcpu: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_kernel: returns no value\n(/lib/ld-linux-x86-64.so.2) print_uname: returns no value\n(/lib/ld-linux-x86-64.so.2) print_utsname_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) print_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) unsetenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_next_ld_env_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_important_hwcaps: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) sort_priorities_by_name: returns no value\n(/lib/ld-linux-x86-64.so.2) compute_priorities: returns no value\n(/lib/ld-linux-x86-64.so.2) copy_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) update_hwcaps_counts: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_build_bitmask: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_contains: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_libc_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) __strsep: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __assert_perror_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __assert_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __chk_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __libc_fatal: returns no value\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sigjmp_save: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_real: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_malloc_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_is_complete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_stubs: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sym_post: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_mutex_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_profile: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_show_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start_cleanup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_parse_arguments: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_hwcap_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_platform_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_parse_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_shstk: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_ibt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_name: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_header: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_version: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_usage: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics_item: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_envvars_default: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars_secure: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) print_missing_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_unresolved: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_main: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_args_adjust: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_setup_main_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_chain_load: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_modules: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) report_audit_module_load_error: returns no value\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_preload_list: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) setup_vdso: returns no value\n(/lib/ld-linux-x86-64.so.2) security_init: returns no value\n(/lib/ld-linux-x86-64.so.2) do_preload: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) init_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) dlmopen_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) map_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) relocate_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_start_final: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_main_state_init: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_add_dynamic_tag: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_add_string: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_init: returns no value\n(/lib/ld-linux-x86-64.so.2) dso_name_valid_for_suid: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_timer_accum: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_stop: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_start: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_setup_debug_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_load_address: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) call_tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) _startup_fatal_tls_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_check_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_execve: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) setup_vdso_pointers: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_vdso_vsym: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _rtld_main_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_pointer_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_setup_stack_chk_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) __brk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __brk_call: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd_generic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __alloc_dir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __opendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) opendir_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) invalid_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sbrk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_check_standard_fds: returns no value\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __closedir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __fdopendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rewinddir: returns no value\n(/lib/ld-linux-x86-64.so.2) __getdents64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_dlclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_link_map_sort: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __dl_find_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_end_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_begin_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_from_map: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_to_external: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_internal_copy: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) __profile_frequency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil_counter: returns no value\n(/lib/ld-linux-x86-64.so.2) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) profil_count: returns no value\n(/lib/ld-linux-x86-64.so.2) __sigfillset: returns no value\n(/lib/ld-linux-x86-64.so.2) __access: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstatat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lseek64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __stat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __open64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __read_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __write_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __set_vma_name: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake_private: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait_private: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _exit: returns no value\n(/lib/ld-linux-x86-64.so.2) __getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __longjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __libc_sigaction: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) getenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) bcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memmove: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memset: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) index: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcspn: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strdup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strerrorname_np: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strncmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __setitimer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __get_errname: return value location: {0x50, 0}\nPASS: run-native-test.sh\nPASS: run-bug1-test.sh\nPASS: run-debuglink.sh\nPASS: run-debugaltlink.sh\nPASS: run-buildid.sh\nPASS: dwfl-bug-addr-overflow\nPASS: run-addrname-test.sh\nPASS: dwfl-bug-fd-leak\nPASS: dwfl-bug-report\nPASS: dwfl-report-segment-contiguous\nPASS: run-dwfl-bug-offline-rel.sh\nPASS: run-dwfl-addr-sect.sh\n/usr/bin/gcc\nPASS: run-disasm-x86.sh\n/usr/bin/gcc\nPASS: run-disasm-x86-64.sh\nPASS: run-early-offscn.sh\nPASS: run-dwarf-getmacros.sh\nPASS: run-dwarf-ranges.sh\nPASS: run-test-flag-nobits.sh\nPASS: run-prelink-addr-test.sh\nPASS: run-dwarf-getstring.sh\nPASS: run-rerequest_tag.sh\nPASS: run-typeiter.sh\nPASS: run-readelf-d.sh\nPASS: run-readelf-gdb_index.sh\nPASS: run-unstrip-n.sh\nPASS: run-readelf-lnames.sh\n[b] main.c\n[2d] main\n\n\n[b] <no name>\nFollowing split subdie: hello.c\n[b] hello.c\n[4e] foo\n[6a] baz\n[90] frob\n[bd] foo\n[16a] baz\nDone subdie: hello.c\n[3f] <no name>\nFollowing split subdie: world.c\n[b] world.c\n[56] main\n[af] calc\n[10a] frob\nDone subdie: world.c\n\n[14] <no name>\nFollowing split subdie: hello.c\n[14] hello.c\n[53] foo\n[6d] baz\n[90] frob\n[bc] foo\n[154] baz\nDone subdie: hello.c\n[49] <no name>\nFollowing split subdie: world.c\n[14] world.c\n[5b] main\n[a5] calc\n[eb] frob\nDone subdie: world.c\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/addr2line.c\n[1d29] handle_address\n[37d4] show_int\n[382a] show_note\n[3880] get_addr_width\n[38e6] print_src\n[3ac0] adjust_to_section\n[3dc0] find_symbol\n[3f28] see_one_module\n[3fa9] print_addrsym\n[404e] print_dwarf_function\n[4165] get_diename\n[4199] symname\n[41cf] parse_opt\n[4227] main\n[4513] xbasename\n[4539] error\n[456c] printf\n[458b] feof_unlocked\n[45a6] getline\n[45d9] putchar\n[45f4] get_diename\n[46f4] symname\n[47e0] ../../elfutils-0.193/lib/printversion.c\n[4cfb] print_version\n[4e43] fprintf\n[4e75] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/elfclassify.c\n[15be] main\n[1807] process_stdin\n[1855] process_current_path\n[30f6] parse_opt\n[31b7] classify_check_negative\n[31d2] classify_check_positive\n[31ed] is_linux_kernel_module\n[31f8] is_library\n[3203] is_program\n[320e] is_executable\n[3219] is_shared\n[3224] is_debug_only\n[322f] is_unstripped\n[323a] is_loadable\n[3245] is_core\n[3250] is_elf_archive\n[325b] is_elf_file\n[3266] is_elf\n[3271] run_classify\n[3373] elf_type_string\n[3390] elf_kind_string\n[33ad] close_elf\n[33b3] open_elf\n[33c0] close_file\n[33c6] open_file\n[33e2] elf_issue\n[33fc] issue\n[3529] open\n[3552] fprintf\n[357b] startswith\n[35a4] error\n[35d7] is_loadable\n[3600] is_shared\n[368f] ../../elfutils-0.193/lib/printversion.c\n[3baa] print_version\n[3cf2] fprintf\n[3d24] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/stack.c\n[1ef4] main\n[2416] parse_opt\n[2d18] thread_callback\n[2e23] print_frames\n[35d6] print_inline_frames\n[36a0] print_frame\n[3ea2] die_name\n[3f7f] frame_callback\n[3fbf] module_callback\n[43e6] get_addr_width\n[44ca] xbasename\n[44ef] error\n[4522] open\n[454b] atoi\n[456b] printf\n[4588] frame_callback\n[4715] ../../elfutils-0.193/lib/printversion.c\n[4c30] print_version\n[4d78] fprintf\n[4daa] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/unstrip.c\n[1efe] main\n[2911] handle_implicit_modules\n[2947] match_module\n[2ada] list_module\n[2b76] handle_output_dir_module\n[2c09] handle_dwfl_module\n[325d] handle_explicit_files\n[380a] warn\n[3948] open_file\n[397c] handle_file\n[3f91] copy_elided_sections\n[721e] new_shstrtab\n[7330] find_alloc_sections_prelink\n[75b0] check_match\n[75e5] get_group_sig\n[7662] get_section_name\n[7697] find_alloc_section\n[7794] sections_match\n[7883] sections_flags_match\n[78b8] compare_symbols_output\n[7a59] compare_symbols_duplicate\n[7a94] compare_symbols\n[7adb] collect_symbols\n[7bdf] compare_sections_nonrel\n[7c46] compare_sections_rel\n[7cad] compare_sections\n[7cf4] compare_unalloc_sections\n[7d4d] compare_alloc_sections\n[7d80] check_symtab_section_symbols\n[7e07] add_new_section_symbols\n[7f79] adjust_all_relocs\n[81f1] adjust_relocs\n[8e91] adjust_reloc\n[8ed3] update_sh_size\n[8f10] update_shdr\n[8f35] symtab_count_leading_section_symbols\n[8fd8] section_can_shrink\n[8ff5] free_new_data\n[901c] record_new_data\n[9041] make_directories\n[9258] copy_elf\n[977d] parse_opt\n[98e2] error\n[9915] memset\n[9949] open\n[9972] printf\n[998f] putchar\n[99ad] open_file\n[9a8c] get_section_name\n[9b78] update_shdr\n[9cae] compare_symbols\n[9ddd] get_group_sig\n[9ff7] collect_symbols\n[a2e8] compare_sections\n[a4cd] update_sh_size\n[a6c9] add_new_section_symbols\n[abf4] check_symtab_section_symbols\n[af38] ../../elfutils-0.193/lib/xasprintf.c\n[b0c3] xasprintf\n[b224] error\n[b251] vasprintf\n[b295] ../../elfutils-0.193/lib/xmalloc.c\n[b3d8] xrealloc\n[b4bd] xcalloc\n[b5b2] xmalloc\n[b68f] error\n[b6c5] ../../elfutils-0.193/lib/printversion.c\n[bbe0] print_version\n[bd28] fprintf\n[bd5a] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/crti.S\n[2f] ../../elfutils-0.193/libelf/elf_version.c\n[2e8] elf_version\n[353] initialize_version\n[369] ../../elfutils-0.193/libelf/elf_hash.c\n[3f3] elf_hash\n[496] _dl_elf_hash\n[4e9] ../../elfutils-0.193/libelf/elf_error.c\n[82c] elf_errmsg\n[966] __libelf_seterrno\n[99a] elf_errno\n[9da] ../../elfutils-0.193/libelf/elf_fill.c\n[b31] elf_fill\n[b67] ../../elfutils-0.193/libelf/elf_begin.c\n[2060] elf_begin\n[22c5] lock_dup_elf\n[22fb] write_file\n[234d] dup_elf\n[2419] __libelf_next_arhdr_wrlock\n[2fce] read_long_names\n[3061] read_file\n[372f] read_unmmaped_file\n[37d8] __libelf_read_mmaped_file\n[3b62] file_read_elf\n[445c] get_shnum\n[4562] file_read_ar\n[45c7] allocate_elf\n[4649] determine_kind\n[4698] pread_retry\n[4700] pread\n[4740] atol\n[4760] __bswap_64\n[477d] __bswap_32\n[479a] __bswap_16\n[47b7] memset\n[47eb] mempcpy\n[481f] memcpy\n[4894] ../../elfutils-0.193/libelf/elf_next.c\n[57cc] elf_next\n[58a7] ../../elfutils-0.193/libelf/elf_rand.c\n[67b8] elf_rand\n[6821] ../../elfutils-0.193/libelf/elf_end.c\n[7805] elf_end\n[7ac3] free_chunk\n[7b53] ../../elfutils-0.193/libelf/elf_kind.c\n[8a4d] elf_kind\n[8a87] ../../elfutils-0.193/libelf/gelf_getclass.c\n[9981] gelf_getclass\n[99bb] ../../elfutils-0.193/libelf/elf_getbase.c\n[a8b5] elf_getbase\n[a8ef] ../../elfutils-0.193/libelf/elf_getident.c\n[b7e9] elf_getident\n[b836] ../../elfutils-0.193/libelf/elf32_fsize.c\n[bb07] elf32_fsize\n[bb93] ../../elfutils-0.193/libelf/elf64_fsize.c\n[be64] elf64_fsize\n[bef0] ../../elfutils-0.193/libelf/gelf_fsize.c\n[cf83] gelf_fsize\n[d023] ../../elfutils-0.193/libelf/elf32_xlatetof.c\n[d3cc] elf32_xlatetof\n[d515] memmove\n[d55a] ../../elfutils-0.193/libelf/elf32_xlatetom.c\n[d903] elf32_xlatetom\n[da4c] memmove\n[da91] ../../elfutils-0.193/libelf/elf64_xlatetof.c\n[de3a] elf64_xlatetof\n[df83] memmove\n[dfc8] ../../elfutils-0.193/libelf/elf64_xlatetom.c\n[e371] elf64_xlatetom\n[e4ba] memmove\n[e4ff] ../../elfutils-0.193/libelf/gelf_xlate.c\n[f293] Elf64_cvt_chdr\n[f2d1] Elf32_cvt_chdr\n[f30f] elf_cvt_note8\n[f3ac] elf_cvt_note4\n[f449] elf_cvt_note\n[f762] elf_cvt_gnuhash\n[f97f] elf_cvt_Verneed\n[fa31] elf_cvt_Verdef\n[fae3] Elf64_cvt_Chdr\n[fb4f] Elf64_cvt_auxv_t\n[fbb8] Elf64_cvt_Lib\n[fc21] Elf64_cvt_Move\n[fe99] Elf64_cvt_Syminfo\n[ff02] Elf64_cvt_Dyn\n[ff6b] Elf64_cvt_Rela\n[1018c] Elf64_cvt_Rel\n[1035f] Elf64_cvt_Sym\n[105d7] Elf64_cvt_Shdr\n[10a5e] Elf64_cvt_Phdr\n[10e2d] Elf64_cvt_Ehdr\n[113f7] Elf64_cvt_Relr\n[1143a] Elf64_cvt_Relr1\n[11460] Elf64_cvt_Sxword\n[114a3] Elf64_cvt_Sxword1\n[114c9] Elf64_cvt_Xword\n[1150c] Elf64_cvt_Xword1\n[11532] Elf64_cvt_Sword\n[11575] Elf64_cvt_Sword1\n[1159b] Elf64_cvt_Word\n[115de] Elf64_cvt_Word1\n[11604] Elf64_cvt_Half\n[11647] Elf64_cvt_Half1\n[1166d] Elf64_cvt_Off\n[116b0] Elf64_cvt_Off1\n[116d6] Elf64_cvt_Addr\n[11719] Elf64_cvt_Addr1\n[1173f] Elf32_cvt_Chdr\n[117a8] Elf32_cvt_auxv_t\n[11811] Elf32_cvt_Lib\n[11ae0] Elf32_cvt_Move\n[11daf] Elf32_cvt_Syminfo\n[11f82] Elf32_cvt_Dyn\n[11feb] Elf32_cvt_Nhdr\n[12054] Elf32_cvt_Rela\n[120c0] Elf32_cvt_Rel\n[12293] Elf32_cvt_Sym\n[12514] Elf32_cvt_Shdr\n[12991] Elf32_cvt_Phdr\n[12d69] Elf32_cvt_Ehdr\n[13329] Elf32_cvt_Relr\n[1336c] Elf32_cvt_Relr1\n[13392] Elf32_cvt_Sxword\n[133d5] Elf32_cvt_Sxword1\n[133fb] Elf32_cvt_Xword\n[13555] Elf32_cvt_Xword1\n[1357b] Elf32_cvt_Sword\n[135be] Elf32_cvt_Sword1\n[135e4] Elf32_cvt_Word\n[13627] Elf32_cvt_Word1\n[1364d] Elf32_cvt_Half\n[137a7] Elf32_cvt_Half1\n[137cd] Elf32_cvt_Off\n[13810] Elf32_cvt_Off1\n[13836] Elf32_cvt_Addr\n[13990] Elf32_cvt_Addr1\n[139b6] elf_cvt_Byte\n[139f2] __bswap_64\n[13a0d] __bswap_32\n[13a28] __bswap_16\n[13a43] memmove\n[13a76] memcpy\n[13aa9] Elf32_cvt_Rela\n[13c90] elf_cvt_Byte\n[13da2] elf_cvt_Verneed\n[14053] elf_cvt_Verdef\n[142d4] Elf64_cvt_chdr\n[145d0] Elf32_cvt_chdr\n[1487c] ../../elfutils-0.193/libelf/elf32_getehdr.c\n[158d0] elf32_getehdr\n[15976] __elf32_getehdr_wrlock\n[15a10] getehdr_impl\n[15a4b] ../../elfutils-0.193/libelf/elf64_getehdr.c\n[16a9f] elf64_getehdr\n[16b45] __elf64_getehdr_wrlock\n[16bdf] getehdr_impl\n[16c1a] ../../elfutils-0.193/libelf/gelf_getehdr.c\n[17c8a] gelf_getehdr\n[17cfe] __gelf_getehdr_rdlock\n[17e29] memcpy\n[17e5f] ../../elfutils-0.193/libelf/elf32_newehdr.c\n[18ed1] elf32_newehdr\n[18f8f] memset\n[18fc5] ../../elfutils-0.193/libelf/elf64_newehdr.c\n[1a037] elf64_newehdr\n[1a0f5] memset\n[1a12b] ../../elfutils-0.193/libelf/gelf_newehdr.c\n[1b04f] gelf_newehdr\n[1b0c9] ../../elfutils-0.193/libelf/gelf_update_ehdr.c\n[1c157] gelf_update_ehdr\n[1c2d8] memcpy\n[1c30e] ../../elfutils-0.193/libelf/elf32_getphdr.c\n[1d4d1] elf32_getphdr\n[1d58a] __elf32_getphdr_wrlock\n[1d681] pread_retry\n[1d6e8] pread\n[1d728] memcpy\n[1d75c] __bswap_32\n[1d778] __elf32_getphdr_wrlock\n[1db1a] __elf32_getphdr_wrlock\n[1db73] ../../elfutils-0.193/libelf/elf64_getphdr.c\n[1ed36] elf64_getphdr\n[1edf0] __elf64_getphdr_wrlock\n[1eee7] pread_retry\n[1ef4e] pread\n[1ef8e] memcpy\n[1efc2] __bswap_64\n[1efde] __bswap_32\n[1effa] __elf64_getphdr_wrlock\n[1f3fc] __elf64_getphdr_wrlock\n[1f455] ../../elfutils-0.193/libelf/gelf_getphdr.c\n[20511] gelf_getphdr\n[206f1] memcpy\n[20734] ../../elfutils-0.193/libelf/elf32_newphdr.c\n[21846] elf32_newphdr\n[21aef] memset\n[21b34] ../../elfutils-0.193/libelf/elf64_newphdr.c\n[22c46] elf64_newphdr\n[22eec] memset\n[22f31] ../../elfutils-0.193/libelf/gelf_newphdr.c\n[23e5f] gelf_newphdr\n[23ee0] ../../elfutils-0.193/libelf/gelf_update_phdr.c\n[24fba] gelf_update_phdr\n[25183] memcpy\n[251c6] ../../elfutils-0.193/libelf/elf_getarhdr.c\n[26258] elf_getarhdr\n[2637a] ../../elfutils-0.193/libelf/elf_getarsym.c\n[2756e] elf_getarsym\n[28017] read_number_entries\n[28091] pread_retry\n[280f9] pread\n[28139] _dl_elf_hash\n[28180] memcpy\n[281b4] __bswap_64\n[281d1] __bswap_32\n[281ee] atol\n[28224] ../../elfutils-0.193/libelf/elf_rawfile.c\n[2928f] elf_rawfile\n[29338] ../../elfutils-0.193/libelf/elf_readall.c\n[2a5f8] __libelf_readall\n[2a8e2] set_address\n[2a95e] libelf_release_all_children\n[2a985] libelf_acquire_all_children\n[2a9ad] pread_retry\n[2aa16] pread\n[2aa54] libelf_acquire_all_children\n[2ab2f] ../../elfutils-0.193/libelf/elf_cntl.c\n[2bb9a] elf_cntl\n[2bc2a] ../../elfutils-0.193/libelf/elf_getscn.c\n[2ccd7] elf_getscn\n[2cdc6] ../../elfutils-0.193/libelf/elf_nextscn.c\n[2dce7] elf_nextscn\n[2dd4b] elf_nextscn\n[2de04] ../../elfutils-0.193/libelf/elf_ndxscn.c\n[2ecfe] elf_ndxscn\n[2ed38] ../../elfutils-0.193/libelf/elf_newscn.c\n[2fe0c] elf_newscn\n[2ff94] ../../elfutils-0.193/libelf/elf32_getshdr.c\n[31139] elf32_getshdr\n[311e4] __elf32_getshdr_wrlock\n[3120e] __elf32_getshdr_rdlock\n[31238] scn_valid\n[3125c] load_shdr_wrlock\n[316e6] pread_retry\n[3174e] pread\n[3178e] memcpy\n[317c2] __bswap_32\n[317df] __elf32_getshdr_rdlock\n[31894] ../../elfutils-0.193/libelf/elf64_getshdr.c\n[32a39] elf64_getshdr\n[32ae4] __elf64_getshdr_wrlock\n[32b0e] __elf64_getshdr_rdlock\n[32b38] scn_valid\n[32b5c] load_shdr_wrlock\n[33095] pread_retry\n[330fd] pread\n[3313d] memcpy\n[33171] __bswap_64\n[3318e] __bswap_32\n[331ab] __elf64_getshdr_rdlock\n[33260] ../../elfutils-0.193/libelf/gelf_getshdr.c\n[342fa] gelf_getshdr\n[34415] memcpy\n[3444b] ../../elfutils-0.193/libelf/gelf_update_shdr.c\n[35503] gelf_update_shdr\n[3565a] memcpy\n[35690] ../../elfutils-0.193/libelf/elf_strptr.c\n[3677b] elf_strptr\n[36a4e] get_zdata\n[36a8c] validate_str\n[36adb] ../../elfutils-0.193/libelf/elf_rawdata.c\n[37b65] elf_rawdata\n[37c05] ../../elfutils-0.193/libelf/elf_getdata.c\n[38ec0] __elf_getdata_wrlock\n[38efb] elf_getdata\n[38f32] __elf_getdata_rdlock\n[39043] __libelf_set_data_list_rdlock\n[39268] __libelf_set_rawdata\n[392bf] __libelf_set_rawdata_wrlock\n[39692] convert_data\n[39701] __libelf_data_type\n[39743] pread_retry\n[397ac] pread\n[397ec] memcpy\n[39820] __libelf_data_type\n[398bf] elf_getdata\n[39937] ../../elfutils-0.193/libelf/elf_newdata.c\n[3aa0f] elf_newdata\n[3ab26] ../../elfutils-0.193/libelf/elf_getdata_rawchunk.c\n[3bdfd] elf_getdata_rawchunk\n[3c2dd] chunk_compare\n[3c318] pread_retry\n[3c37e] pread\n[3c3be] memcpy\n[3c3f2] chunk_compare\n[3c49d] ../../elfutils-0.193/libelf/elf_flagelf.c\n[3d50f] elf_flagelf\n[3d5b1] ../../elfutils-0.193/libelf/elf_flagehdr.c\n[3e623] elf_flagehdr\n[3e6c5] ../../elfutils-0.193/libelf/elf_flagphdr.c\n[3f737] elf_flagphdr\n[3f7d9] ../../elfutils-0.193/libelf/elf_flagscn.c\n[4084b] elf_flagscn\n[408ed] ../../elfutils-0.193/libelf/elf_flagshdr.c\n[4195f] elf_flagshdr\n[41a01] ../../elfutils-0.193/libelf/elf_flagdata.c\n[42a73] elf_flagdata\n[42b35] ../../elfutils-0.193/libelf/elf_memory.c\n[43bb9] elf_memory\n[43c51] ../../elfutils-0.193/libelf/elf_update.c\n[44fc8] elf_update\n[452bb] write_file\n[45324] ../../elfutils-0.193/libelf/elf32_updatenull.c\n[46545] __elf32_updatenull_wrlock\n[46d4f] default_ehdr32\n[46e02] memcpy\n[46e57] ../../elfutils-0.193/libelf/elf64_updatenull.c\n[48086] __elf64_updatenull_wrlock\n[488a8] default_ehdr64\n[4895b] memcpy\n[489b0] ../../elfutils-0.193/libelf/elf32_updatefile.c\n[4a1cc] __elf32_updatefile\n[4ac22] fill\n[4ae11] __elf32_updatemmap\n[4ba9f] fill_mmap\n[4bb01] sort_sections\n[4bb3f] compare_sections\n[4bbb4] pwrite_retry\n[4bc15] memset\n[4bc48] memmove\n[4bc7b] memcpy\n[4bcdf] ../../elfutils-0.193/libelf/elf64_updatefile.c\n[4d4fb] __elf64_updatefile\n[4df4f] fill\n[4e13e] __elf64_updatemmap\n[4edca] fill_mmap\n[4ee2c] sort_sections\n[4ee6a] compare_sections\n[4eedf] pwrite_retry\n[4ef40] memset\n[4ef73] memmove\n[4efa6] memcpy\n[4f00a] ../../elfutils-0.193/libelf/gelf_getsym.c\n[5015d] gelf_getsym\n[50264] ../../elfutils-0.193/libelf/gelf_update_sym.c\n[513d0] gelf_update_sym\n[514e8] ../../elfutils-0.193/libelf/gelf_getversym.c\n[52559] gelf_getversym\n[52652] ../../elfutils-0.193/libelf/gelf_getverneed.c\n[53724] gelf_getverneed\n[53826] memcpy\n[5385c] ../../elfutils-0.193/libelf/gelf_getvernaux.c\n[5492e] gelf_getvernaux\n[54a30] memcpy\n[54a66] ../../elfutils-0.193/libelf/gelf_getverdef.c\n[55b54] gelf_getverdef\n[55c56] memcpy\n[55c8c] ../../elfutils-0.193/libelf/gelf_getverdaux.c\n[56d34] gelf_getverdaux\n[56e42] memcpy\n[56e78] ../../elfutils-0.193/libelf/gelf_getrel.c\n[57f4e] gelf_getrel\n[5808a] memcpy\n[580c0] ../../elfutils-0.193/libelf/gelf_getrela.c\n[591e2] gelf_getrela\n[5931e] memcpy\n[59354] ../../elfutils-0.193/libelf/gelf_update_rel.c\n[5a438] gelf_update_rel\n[5a54e] ../../elfutils-0.193/libelf/gelf_update_rela.c\n[5b67e] gelf_update_rela\n[5b794] ../../elfutils-0.193/libelf/gelf_getdyn.c\n[5c8da] gelf_getdyn\n[5c9f3] ../../elfutils-0.193/libelf/gelf_update_dyn.c\n[5db52] gelf_update_dyn\n[5dc66] ../../elfutils-0.193/libelf/gelf_getmove.c\n[5ed4a] gelf_getmove\n[5ee4b] ../../elfutils-0.193/libelf/gelf_update_move.c\n[5ff3a] gelf_update_move\n[6001c] ../../elfutils-0.193/libelf/gelf_getsyminfo.c\n[610b4] gelf_getsyminfo\n[6118a] ../../elfutils-0.193/libelf/gelf_update_syminfo.c\n[62240] gelf_update_syminfo\n[62341] ../../elfutils-0.193/libelf/gelf_getauxv.c\n[6344d] gelf_getauxv\n[6359a] memcpy\n[635d0] ../../elfutils-0.193/libelf/gelf_update_auxv.c\n[646e5] gelf_update_auxv\n[647fe] ../../elfutils-0.193/libelf/gelf_getnote.c\n[658b5] gelf_getnote\n[659d6] ../../elfutils-0.193/libelf/gelf_xlatetof.c\n[6691d] gelf_xlatetof\n[669c7] ../../elfutils-0.193/libelf/gelf_xlatetom.c\n[6790e] gelf_xlatetom\n[679b8] ../../elfutils-0.193/libelf/nlist.c\n[68d98] nlist\n[693be] nlist_fshash_find\n[69420] nlist_fshash_overwrite\n[69473] nlist_fshash_lookup\n[6951a] nlist_fshash_fini\n[69534] nlist_fshash_init\n[69565] open\n[695a6] ../../elfutils-0.193/libelf/gelf_getsymshndx.c\n[6a6f9] gelf_getsymshndx\n[6a855] ../../elfutils-0.193/libelf/gelf_update_symshndx.c\n[6b9c1] gelf_update_symshndx\n[6bb2b] ../../elfutils-0.193/libelf/gelf_update_versym.c\n[6cbba] gelf_update_versym\n[6cc8d] ../../elfutils-0.193/libelf/gelf_update_verneed.c\n[6dd7d] gelf_update_verneed\n[6de84] memcpy\n[6deba] ../../elfutils-0.193/libelf/gelf_update_vernaux.c\n[6efaa] gelf_update_vernaux\n[6f0b1] memcpy\n[6f0e7] ../../elfutils-0.193/libelf/gelf_update_verdef.c\n[701f3] gelf_update_verdef\n[702fa] memcpy\n[70330] ../../elfutils-0.193/libelf/gelf_update_verdaux.c\n[713f6] gelf_update_verdaux\n[71509] memcpy\n[7153f] ../../elfutils-0.193/libelf/elf_getphdrnum.c\n[725c2] elf_getphdrnum\n[7264d] __elf_getphdrnum_chk_rdlock\n[72711] __elf_getphdrnum_rdlock\n[7282b] ../../elfutils-0.193/libelf/elf_getshdrnum.c\n[7387f] elf_getshdrnum\n[738f5] __elf_getshdrnum_rdlock\n[7397b] ../../elfutils-0.193/libelf/elf_getshdrstrndx.c\n[74a7a] elf_getshdrstrndx\n[74e69] pread_retry\n[74ec6] pread\n[74f08] __bswap_32\n[74f3a] ../../elfutils-0.193/libelf/gelf_checksum.c\n[75e5e] gelf_checksum\n[75ec4] ../../elfutils-0.193/libelf/elf32_checksum.c\n[77073] elf32_checksum\n[77318] ../../elfutils-0.193/libelf/elf64_checksum.c\n[784c7] elf64_checksum\n[7876c] ../../elfutils-0.193/libelf/libelf_crc32.c\n[78837] __libelf_crc32\n[788b7] ../../elfutils-0.193/libelf/libelf_next_prime.c\n[7891b] __libelf_next_prime\n[789b2] is_prime\n[789fc] ../../elfutils-0.193/libelf/elf_clone.c\n[79a8f] elf_clone\n[79bc9] allocate_elf\n[79c52] ../../elfutils-0.193/libelf/gelf_getlib.c\n[7ad14] gelf_getlib\n[7adf9] ../../elfutils-0.193/libelf/gelf_update_lib.c\n[7bed4] gelf_update_lib\n[7bfaf] ../../elfutils-0.193/libelf/elf32_offscn.c\n[7d01a] elf32_offscn\n[7d10b] ../../elfutils-0.193/libelf/elf64_offscn.c\n[7e176] elf64_offscn\n[7e267] ../../elfutils-0.193/libelf/gelf_offscn.c\n[7f2fb] gelf_offscn\n[7f390] ../../elfutils-0.193/libelf/elf_getaroff.c\n[802b1] elf_getaroff\n[80360] ../../elfutils-0.193/libelf/elf_gnu_hash.c\n[803f2] elf_gnu_hash\n[8045a] ../../elfutils-0.193/libelf/elf_scnshndx.c\n[8139c] elf_scnshndx\n[814e9] ../../elfutils-0.193/libelf/elf32_getchdr.c\n[825e9] elf32_getchdr\n[826d4] __elf32_getchdr_wrlock\n[827c3] ../../elfutils-0.193/libelf/elf64_getchdr.c\n[838d1] elf64_getchdr\n[839bc] __elf64_getchdr_wrlock\n[83aab] ../../elfutils-0.193/libelf/gelf_getchdr.c\n[84bcf] gelf_getchdr\n[84cb1] ../../elfutils-0.193/libelf/elf_compress.c\n[861c5] elf_compress\n[866f0] __libelf_reset_rawdata\n[86800] __libelf_decompress_elf\n[86983] __libelf_decompress\n[86a30] __libelf_decompress_zlib\n[86bc0] __libelf_compress\n[8714e] __libelf_compress_zlib\n[8723d] do_deflate_cleanup\n[8727b] memcpy\n[872b1] __bswap_64\n[872ce] __bswap_32\n[87301] ../../elfutils-0.193/libelf/elf_compress_gnu.c\n[884d0] elf_compress_gnu\n[889b3] memmove\n[889e6] memcpy\n[88a19] __bswap_64\n[88a56] ../../elfutils-0.193/lib/eu-search.c\n[88bcc] eu_search_tree_fini\n[88c30] eu_search_tree_init\n[88c5b] eu_tdestroy\n[88cb3] eu_tdelete\n[88d3a] eu_tfind\n[88dc1] eu_tsearch\n[88e53] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/crti.S\n[2f] ../../elfutils-0.193/libasm/asm_begin.c\n[bfd] asm_begin\n[10bf] prepare_binary_output\n[1137] prepare_text_output\n[1152] stpcpy\n[1179] mempcpy\n[11ac] memcpy\n[1210] ../../elfutils-0.193/libasm/asm_abort.c\n[1a00] asm_abort\n[1a7a] ../../elfutils-0.193/libasm/asm_end.c\n[2a05] __libasm_finictx\n[2dde] free_section\n[2e12] asm_end\n[3d67] binary_end\n[3fd2] text_end\n[3fef] startswith\n[4018] memset\n[404e] free_section\n[41f3] ../../elfutils-0.193/libasm/asm_error.c\n[434d] asm_errmsg\n[43fe] __libasm_seterrno\n[4430] asm_errno\n[446e] ../../elfutils-0.193/libasm/asm_getelf.c\n[4c15] asm_getelf\n[4c4f] ../../elfutils-0.193/libasm/asm_newscn.c\n[56a6] asm_newscn\n[5a27] binary_newscn\n[5aaf] text_newscn\n[5b12] fprintf\n[5b3b] stpcpy\n[5b63] memcpy\n[5bc5] ../../elfutils-0.193/libasm/asm_newscn_ingrp.c\n[64b0] asm_newscn_ingrp\n[667f] ../../elfutils-0.193/libasm/asm_newsubscn.c\n[6e3d] asm_newsubscn\n[6ec8] ../../elfutils-0.193/libasm/asm_newsym.c\n[77f1] asm_newsym\n[7c63] startswith\n[7c8d] memcpy\n[7cc1] fprintf\n[7cea] snprintf\n[7d4e] ../../elfutils-0.193/libasm/asm_newcomsym.c\n[8695] asm_newcomsym\n[8871] startswith\n[889b] fprintf\n[88da] ../../elfutils-0.193/libasm/asm_newabssym.c\n[9209] asm_newabssym\n[9604] startswith\n[962e] fprintf\n[966d] ../../elfutils-0.193/libasm/asm_newscngrp.c\n[9f40] asm_newscngrp\n[a124] memcpy\n[a169] ../../elfutils-0.193/libasm/asm_scngrp_newsignature.c\n[a91c] asm_scngrp_newsignature\n[a96d] ../../elfutils-0.193/libasm/asm_fill.c\n[b165] asm_fill\n[b26f] memcpy\n[b2b4] ../../elfutils-0.193/libasm/asm_align.c\n[bb4a] __libasm_ensure_section_space\n[bbf4] asm_align\n[be28] fprintf\n[be69] ../../elfutils-0.193/libasm/asm_addstrz.c\n[c70e] asm_addstrz\n[c979] memcpy\n[c9ad] fprintf\n[c9f5] ../../elfutils-0.193/libasm/asm_addint8.c\n[d297] asm_addint8\n[d3ef] fprintf\n[d41a] memcpy\n[d459] ../../elfutils-0.193/libasm/asm_adduint8.c\n[dc34] asm_adduint8\n[dcaa] ../../elfutils-0.193/libasm/asm_addint16.c\n[e579] asm_addint16\n[e71a] __bswap_16\n[e738] fprintf\n[e763] memcpy\n[e7a2] ../../elfutils-0.193/libasm/asm_adduint16.c\n[ef95] asm_adduint16\n[f00b] ../../elfutils-0.193/libasm/asm_addint32.c\n[f8ce] asm_addint32\n[fa7d] __bswap_32\n[fa9b] fprintf\n[fac6] memcpy\n[fb05] ../../elfutils-0.193/libasm/asm_adduint32.c\n[102e0] asm_adduint32\n[10350] ../../elfutils-0.193/libasm/asm_addint64.c\n[10c2b] asm_addint64\n[10de3] __bswap_64\n[10e01] fprintf\n[10e2c] memcpy\n[10e6b] ../../elfutils-0.193/libasm/asm_adduint64.c\n[11646] asm_adduint64\n[116b6] ../../elfutils-0.193/libasm/asm_adduleb128.c\n[11f28] asm_adduleb128\n[120e1] fprintf\n[1210a] memcpy\n[1215f] ../../elfutils-0.193/libasm/asm_addsleb128.c\n[129e9] asm_addsleb128\n[12ba9] fprintf\n[12bd2] memcpy\n[12c27] ../../elfutils-0.193/libasm/disasm_begin.c\n[13cfb] disasm_begin\n[13dbd] ../../elfutils-0.193/libasm/disasm_cb.c\n[15014] disasm_cb\n[152fd] null_elf_getsym\n[1536c] read_symtab\n[15398] read_symtab_exec\n[1542d] default_elf_getsym\n[15534] ../../elfutils-0.193/libasm/disasm_end.c\n[156db] disasm_end\n[15739] ../../elfutils-0.193/libasm/disasm_str.c\n[159a1] disasm_str\n[15ac6] buffer_cb\n[15b07] mempcpy\n[15b34] buffer_cb\n[15c56] ../../elfutils-0.193/libasm/symbolhash.c\n[16467] __libasm_next_prime\n[16484] is_prime\n[164c6] asm_symbol_tab_iterate\n[16524] asm_symbol_tab_find\n[165bf] asm_symbol_tab_insert\n[16671] asm_symbol_tab_free\n[166b2] asm_symbol_tab_init\n[16790] insert_entry_2\n[168fb] lookup\n[169e4] __libasm_next_prime\n[16a73] ../../elfutils-0.193/libebl/eblelfclass.c\n[17a88] ebl_get_elfclass\n[17ac2] ../../elfutils-0.193/libebl/eblelfdata.c\n[18ad7] ebl_get_elfdata\n[18b11] ../../elfutils-0.193/libebl/eblelfmachine.c\n[19b26] ebl_get_elfmachine\n[19b60] ../sysdeps/x86_64/crtn.S\n\n[c] ../../elfutils-0.193/src/size.c\n[e80] handle_elf\n[2292] show_segments\n[2302] show_bsd_totals\n[2326] show_bsd\n[23c4] show_sysv_one_line\n[2426] show_sysv\n[254e] handle_ar\n[2993] print_header\n[2a43] process_file\n[2f2e] parse_opt\n[3130] main\n[3392] error\n[33c5] mempcpy\n[33f9] memcpy\n[342d] open\n[3456] printf\n\n[c] ../../elfutils-0.193/src/strip.c\n[1b58] cleanup_debug\n[1b62] handle_elf\n[2446] update_section_size\n[24e8] handle_debug_relocs\n[25e0] process_file\n[2a52] remove_debug_relocations\n[4599] relocate\n[46fd] update_shdrstrndx\n[483e] get_xndxdata\n[48be] secndx_name\n[4916] parse_opt\n[4bb6] main\n[4e25] section_name_matches\n[4e5a] free_patterns\n[4e63] free_sec_patterns\n[4eed] add_pattern\n[4f22] xbasename\n[4f46] pwrite_retry\n[4faa] startswith\n[4fd2] error\n[5005] strcpy\n[502d] memset\n[5061] mempcpy\n[5095] memcpy\n[50c9] open\n[50f2] cleanup_debug\n[514d] update_section_size\n[5491] handle_elf\n\nPASS: run-low_high_pc.sh\nPASS: run-macro-test.sh\nPASS: run-elf_cntl_gelf_getshdr.sh\nPASS: run-test-archive64.sh\nPASS: run-readelf-vmcoreinfo.sh\nPASS: run-readelf-mixed-corenote.sh\nPASS: run-dwfllines.sh\nPASS: run-readelf-variant.sh\nPASS: run-readelf-fat-lto.sh\nPASS: run-dwfl-report-elf-align.sh\n# Everything on the command line\n# Everything from stdin (with newlines).\n# stdin without newline address, just EOF.\n# stdin without newline symbol, just EOF.\n# Everything on the command line with addresses\n# Everything from stdin (with newlines) with addresses.\n# Pretty with functions and addresses.\nPASS: run-addr2line-test.sh\nPASS: run-dwfl-report-offline-memory.sh\nPASS: run-addr2line-C-test.sh\nPASS: run-addr2line-i-test.sh\nPASS: run-addr2line-i-lex-test.sh\nPASS: run-addr2line-i-demangle-test.sh\nPASS: run-addr2line-alt-debugpath.sh\nPASS: run-funcretval-struct.sh\nPASS: run-varlocs.sh\nPASS: run-exprlocs.sh\nPASS: run-varlocs-vars.sh\nPASS: run-funcretval.sh\n0x55f16933c000\t0x55f169341000\t/usr/lib/elfutils/ptest/tests/backtrace-child\n0x7f988291f000\t0x7f9882afd000\t/lib/libc.so.6\n0x7f9882b12000\t0x7f9882b14000\t[vdso: 5446]\n0x7f9882b14000\t0x7f9882b4b000\t/lib/ld-linux-x86-64.so.2\nTID 5446:\n# 0 0x7f98829af66c    \t__pthread_kill_implementation\n# 1 0x7f988295ae16 - 1\traise\n# 2 0x55f16933d306 - 1\tmain\n# 3 0x7f9882946068 - 1\t__libc_start_call_main\n# 4 0x7f988294611b - 1\t__libc_start_main@@GLIBC_2.34\n# 5 0x55f16933d395 - 1\t_start\nTID 5447:\n# 0 0x7f98829af66c    \t__pthread_kill_implementation\n# 1 0x7f988295ae16 - 1\traise\n# 2 0x55f16933d4a0 - 1\tsigusr2\n# 3 0x55f16933d505 - 1\tstdarg\n# 4 0x55f16933d520 - 1\tbacktracegen\n# 5 0x55f16933d529 - 1\tstart\n# 6 0x7f98829ada9d - 1\tstart_thread\n# 7 0x7f9882a28d1c - 1\t__clone3\n# 2 0x55f16933d306 - 1\tmain\nPASS: run-backtrace-native.sh\n# 0 0x7fcf7f6db66c    \t__pthread_kill_implementation\n# 1 0x7fcf7f686e16 - 1\traise\n# 2 0x55a3385de711 - 1\tmain\n# 3 0 - 1\t(null)\n# 4 0x6c697475666c652f - 1\t(null)\n/usr/lib/elfutils/ptest/tests/backtrace-data: dwfl_thread_getframes: No DWARF information found\n# 2 0x55a3385de711 - 1\tmain\nPASS: run-backtrace-data.sh\n0x7f322ef3966c\t__pthread_kill_implementation\n0x7f322eee4e16\traise\n0x7f322eece2e1\tabort\n0x55a1313fc216\tcallme\n0x55a1313fc21c\tdoit\n0x55a1313fc77f\tmain\n0x55a1313fc77f\tmain\nPASS: run-backtrace-dwarf.sh\nbiarch testing disabled\nSKIP: run-backtrace-native-biarch.sh\nflock: invalid option -- 'w'\nBusyBox v1.37.0 () multi-call binary.\n\nUsage: flock [-sxun] FD | { FILE [-c] PROG ARGS }\nSKIP: run-backtrace-native-core.sh\nbiarch testing disabled\nSKIP: run-backtrace-native-core-biarch.sh\n./backtrace ./backtrace.x86_64.exec ./backtrace.x86_64.core\n0x400000\t0x6e0000\t/home/jkratoch/redhat/elfutils/tests/backtrace.x86_64.exec\n0x7fff1bdcc000\t0x7fff1bdce000\tlinux-vdso.so.1\nTID 23097:\n# 0 0x40a62b    \traise\n# 1 0x401e3d - 1\tsigusr2\n# 2 0x401f88 - 1\tstdarg\n# 3 0x401fa6 - 1\tbacktracegen\n# 4 0x401fbd - 1\tstart\n# 5 0x403773 - 1\tstart_thread\n# 6 0x444239 - 1\t__clone\nTID 23096:\n# 0 0x404880    \tpthread_join\n# 1 0x4021f9 - 1\tmain\n# 2 0x40ba94 - 1\t__libc_start_main\n# 3 0x401d0d - 1\t_start\n# 1 0x4021f9 - 1\tmain\n# 3 0x401fa6 - 1\tbacktracegen\nPASS: run-backtrace-core-x86_64.sh\n./backtrace ./backtrace.x86_64.fp.exec ./backtrace.x86_64.fp.core\n0x400000\t0x6ca000\t/home/ulf/dev/elfutils/tests/backtrace.x86_64.fp.exec\n0x7fff6f250000\t0x7fff6f252000\tlinux-vdso.so.1\nTID 28872:\n# 0 0x40545b    \traise\n# 1 0x401b0d - 1\tsigusr2\n# 2 0x401bb0 - 1\tstdarg\n# 3 0x401c00 - 1\tbacktracegen\n# 4 0x401c09 - 1\tstart\n# 5 0x402d74 - 1\tstart_thread\n# 6 0x4383b9 - 1\t__clone\nTID 28871:\n# 0 0x4040f4    \tpthread_join\n# 1 0x401677 - 1\tmain\n# 2 0x4066a0 - 1\t__libc_start_main\n# 3 0x4019b7 - 1\t_start\n# 1 0x401677 - 1\tmain\n# 3 0x401c00 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-x86_64.sh\n./backtrace ./backtrace.aarch64.fp.exec ./backtrace.aarch64.fp.core\n0x400000\t0x4a3000\t/home/ulf/backtrace.aarch64.fp.exec\n0x7fb6380000\t0x7fb6381000\tlinux-vdso.so.1\nTID 350:\n# 0 0x40583c    \traise\n# 1 0x401aac - 1\tsigusr2\n# 2 0x401aac - 1\tsigusr2\n# 3 0x401ba8 - 1\tstdarg\n# 4 0x401c04 - 1\tbacktracegen\n# 5 0x401c10 - 1\tstart\n# 6 0x402f44 - 1\tstart_thread\nTID 349:\n# 0 0x403fcc    \tpthread_join\n# 1 0x401810 - 1\tmain\n# 2 0x401810 - 1\tmain\n# 3 0x406544 - 1\t__libc_start_main\n# 4 0x401918 - 1\t$x\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n# 1 0x401810 - 1\tmain\n# 2 0x401810 - 1\tmain\n# 4 0x401c04 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-aarch64.sh\n./backtrace ./backtrace.ppc64le.fp.exec ./backtrace.ppc64le.fp.core\n0x10000000\t0x10100000\t/root/mjw/elfutils/tests/backtrace.ppc64le.fp.exec\n0x3fffa9410000\t0x3fffa9420000\tlinux-vdso64.so.1\nTID 23728:\n# 0 0x100104bc    \traise\n# 1 0x10002a1c - 1\tsigusr2\n# 2 0x10002a1c - 1\tsigusr2\n# 3 0x10002b38 - 1\tstdarg\n# 4 0x10002bc4 - 1\tbacktracegen\n# 5 0x10002bf0 - 1\tstart\n# 6 0x10004c28 - 1\tstart_thread\nTID 23727:\n# 0 0x10006034    \tpthread_join\n# 1 0x100025bc - 1\tmain\n# 2 0x100025bc - 1\tmain\n# 3 0x100123c4 - 1\tgeneric_start_main\n# 4 0x10012570 - 1\t__libc_start_main\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 1 0x100025bc - 1\tmain\n# 2 0x100025bc - 1\tmain\n# 4 0x10002bc4 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-ppc64le.sh\n./backtrace ./backtrace.x32.exec ./backtrace.x32.core\n0x400000\t0x6da000\t/export/gnu/import/git/elfutils/tests/backtrace.x32.exe\n0xfff64000\t0xfff65000\tlinux-vdso.so.1\nTID 3843:\n# 0 0x40b2a2    \traise\n# 1 0x400e9c - 1\tsigusr2\n# 2 0x400f2b - 1\tstdarg\n# 3 0x400f9f - 1\tbacktracegen\n# 4 0x400fa8 - 1\tstart\n# 5 0x402964 - 1\tstart_thread\n# 6 0x44c8c9 - 1\t__clone\nTID 3842:\n# 0 0x4039ea    \tpthread_join\n# 1 0x400a12 - 1\tmain\n# 2 0x411d0c - 1\t__libc_start_main\n# 3 0x400d43 - 1\t_start\n# 1 0x400a12 - 1\tmain\n# 3 0x400f9f - 1\tbacktracegen\nPASS: run-backtrace-core-x32.sh\n./backtrace ./backtrace.i386.exec ./backtrace.i386.core\n0x8048000\t0x8110000\t/home/jkratoch/redhat/elfutils/tests/backtrace.i386.exec\n0xf77f7000\t0xf77f8000\tlinux-gate.so.1\nTID 23101:\n# 0 0xf77f7430    \t__kernel_vsyscall\n# 1 0x8052207 - 1\traise\n# 2 0x8049a8a - 1\tsigusr2\n# 3 0x8049b84 - 1\tstdarg\n# 4 0x8049ba0 - 1\tbacktracegen\n# 5 0x8049bb0 - 1\tstart\n# 6 0x804b1c0 - 1\tstart_thread\n# 7 0x807f3fe - 1\t__clone\nTID 23100:\n# 0 0xf77f7430    \t__kernel_vsyscall\n# 1 0x804c25d - 1\tpthread_join\n# 2 0x8049e20 - 1\tmain\n# 3 0x805351a - 1\t__libc_start_main\n# 4 0x804993d - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 2 0x8049e20 - 1\tmain\n# 4 0x8049ba0 - 1\tbacktracegen\nPASS: run-backtrace-core-i386.sh\n./backtrace ./backtrace.i386.fp.exec ./backtrace.i386.fp.core\n0x8a7000\t0x8a8000\tlinux-gate.so.1\n0x8048000\t0x80f9000\t[exe]\nTID 12045:\n# 0 0x8a7416    \t__kernel_vsyscall\n# 1 0x8051ab9 - 1\traise\n# 2 0x80485c1 - 1\tsigusr2\n# 3 0x8048699 - 1\tstdarg\n# 4 0x8048702 - 1\tbacktracegen\n# 5 0x804871b - 1\tstart\n# 6 0x804a7cf - 1\tstart_thread\n# 7 0x80746fe - 1\t__clone\nTID 12044:\n# 0 0x8a7416    \t__kernel_vsyscall\n# 1 0x804ae30 - 1\tpthread_join\n# 2 0x804847c - 1\tmain\n# 3 0x8053188 - 1\t__libc_start_main\n# 4 0x80481e1 - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 2 0x804847c - 1\tmain\n# 4 0x8048702 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-i386.sh\n./backtrace ./backtrace.ppc.exec ./backtrace.ppc.core\n0x100000\t0x110000\tlinux-vdso32.so.1\n0x10000000\t0x100e0000\t/home/mark/elfutils/tests/backtrace.ppc.exec\nTID 17198:\n# 0 0x1000e1f0    \traise\n# 1 0x10001f78 - 1\tsigusr2\n# 2 0x10002104 - 1\tstdarg\n# 3 0x10002144 - 1\tbacktracegen\n# 4 0x1000217c - 1\tstart\n# 5 0x1000406c - 1\tstart_thread\n# 6 0x100347a0 - 1\t__clone\nTID 17197:\n# 0 0x10005534    \tpthread_join\n# 1 0x1000241c - 1\tmain\n# 2 0x10010094 - 1\tgeneric_start_main\n# 3 0x100101f0 - 1\t__libc_start_main\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n# 1 0x1000241c - 1\tmain\n# 3 0x10002144 - 1\tbacktracegen\nPASS: run-backtrace-core-ppc.sh\n./backtrace ./backtrace.s390x.exec ./backtrace.s390x.core\n0x80000000\t0x800ca000\t[exe]\nTID 58546:\n# 0 0x8000ed50    \traise\n# 1 0x800003c6 - 1\tsigusr2\n# 2 0x8000051e - 1\tstdarg\n# 3 0x80000552 - 1\tbacktracegen\n# 4 0x80000584 - 1\tstart\n# 5 0x800040a4 - 1\tstart_thread\n# 6 0x80030cec - 1\tthread_start\nTID 58545:\n# 0 0x80004f7e    \tpthread_join\n# 1 0x80000894 - 1\tmain\n# 2 0x80010b64 - 1\t__libc_start_main\n# 3 0x8000022e - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 1 0x80000894 - 1\tmain\n# 3 0x80000552 - 1\tbacktracegen\nPASS: run-backtrace-core-s390x.sh\n./backtrace ./backtrace.s390.exec ./backtrace.s390.core\n0x400000\t0x4af000\t[exe]\nTID 58560:\n# 0 0x40c4a2    \traise\n# 1 0x4003e0 - 1\tsigusr2\n# 2 0x4004f8 - 1\tstdarg\n# 3 0x400520 - 1\tbacktracegen\n# 4 0x400540 - 1\tstart\n# 5 0x4033e0 - 1\tstart_thread\n# 6 0x428e18 - 1\tthread_start\nTID 58559:\n# 0 0x404058    \tpthread_join\n# 1 0x4007d8 - 1\tmain\n# 2 0x40dc1a - 1\t__libc_start_main\n# 3 0x400290 - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 1 0x4007d8 - 1\tmain\n# 3 0x400520 - 1\tbacktracegen\nPASS: run-backtrace-core-s390.sh\n./backtrace ./backtrace.aarch64.exec ./backtrace.aarch64.core\n0x400000\t0x4c0000\t/tmp/elfutils/tests/backtrace-child\n0x7f818e1000\t0x7f818e2000\tlinux-vdso.so.1\nTID 24044:\n# 0 0x40c6d0    \traise\n# 1 0x401ee0 - 1\tsigusr2\n# 2 0x401fe0 - 1\tstdarg\n# 3 0x402038 - 1\tbacktracegen\n# 4 0x402044 - 1\tstart\n# 5 0x4038d0 - 1\tstart_thread\n# 6 0x42d3a0 - 1\t__clone\nTID 24043:\n# 0 0x4048bc    \tpthread_join\n# 1 0x401c00 - 1\tmain\n# 2 0x40dc60 - 1\t__libc_start_main\n# 3 0x401d34 - 1\t$x\n# 4 0x401d34 - 1\t$x\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: address out of range\n# 1 0x401c00 - 1\tmain\n# 3 0x402038 - 1\tbacktracegen\nPASS: run-backtrace-core-aarch64.sh\n./backtrace ./backtrace.sparc.exec ./backtrace.sparc.core\n0x100000\t0x2b2000\t[exe]\n0xfffffc011c9a0000\t0xfffffc011c9a2000\tlinux-vdso.so.1\nTID 21612:\n# 0 0x10c488    \traise\n# 1 0x1005dc - 1\tsigusr2\n# 2 0x1006f0 - 1\tstdarg\n# 3 0x10076c - 1\tbacktracegen\n# 4 0x10078c - 1\tstart\n# 5 0x103384 - 1\tstart_thread\n# 6 0x1311b8 - 1\t__thread_start\nTID 21611:\n# 0 0x103920    \tpthread_join\n# 1 0x100924 - 1\tmain\n# 2 0x10e0a8 - 1\t__libc_start_main\n# 3 0x100434 - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n# 1 0x100924 - 1\tmain\n# 3 0x10076c - 1\tbacktracegen\nPASS: run-backtrace-core-sparc.sh\nPID 18460 - core\nTID 18460:\n#0  0x00000000004005bc cxxfunc(int)\n#1  0x00000000004005d2 f\n/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)\n/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)\n#1  0x00000000004005d2 f\n#0  0x00000000004005bc cxxfunc(int)\nPASS: run-backtrace-demangle.sh\nPASS: run-stack-d-test.sh\nPASS: run-stack-i-test.sh\nPASS: run-stack-demangled-test.sh\nPASS: run-readelf-zx.sh\nPASS: run-readelf-zp.sh\nPASS: run-readelf-arm-flags.sh\nPASS: run-readelf-addr.sh\nPASS: run-readelf-str.sh\nPASS: run-readelf-multi-noline.sh\nPASS: run-readelf-types.sh\nPASS: run-readelf-dwz-multi.sh\nPASS: run-allfcts-multi.sh\nPID 6065 - process\nTID 6065:\n#0  0x00007fd53b741497 __internal_syscall_cancel\n#1  0x00007fd53b78d5fe clock_nanosleep@GLIBC_2.2.5\n#2  0x00007fd53b7981e7 __nanosleep\n#3  0x00007fd53b7a987d sleep\n#4  0x00007fd53b8a411e libfunc\n#5  0x00005567ba6b91d2 main\n#6  0x00007fd53b6dd068 __libc_start_call_main\n#7  0x00007fd53b6dd11b __libc_start_main@@GLIBC_2.34\n#8  0x00005567ba6b9205 _start\nPASS: run-deleted.sh\n/usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure\nPID 3130 - core\nTID 3130:\n#0  0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib.so\n#1  0x00000000004006b4 main - linkmap-cut\n#2  0x0000003fdf821d65 - /usr/lib64/libc-2.18.so\nPASS: run-linkmap-cut.sh\nPASS: run-aggregate-size.sh\nPASS: run-peel-type.sh\nmodule name: /usr/lib/elfutils/ptest/tests/vdsosyms\nmodule name: /usr/lib/libz.so.1.3.1\nmodule name: /usr/lib/libelf-0.193.so\nmodule name: /lib/libc.so.6\nmodule name: /usr/lib/libdw-0.193.so\nmodule name: [vdso: 6137]\nvdso syms: 14\n0: '' 0 (0)\n1: 'clock_gettime' a50 (7f79f6d28a50)\n2: '__vdso_gettimeofday' 790 (7f79f6d28790)\n3: 'clock_getres' dc0 (7f79f6d28dc0)\n4: '__vdso_clock_getres' dc0 (7f79f6d28dc0)\n5: 'gettimeofday' 790 (7f79f6d28790)\n6: '__vdso_time' a20 (7f79f6d28a20)\n7: '__vdso_getrandom' e60 (7f79f6d28e60)\n8: 'time' a20 (7f79f6d28a20)\n9: '__vdso_clock_gettime' a50 (7f79f6d28a50)\n10: 'LINUX_2.6' 0 (0)\n11: '__vdso_getcpu' e20 (7f79f6d28e20)\n12: 'getcpu' e20 (7f79f6d28e20)\n13: 'getrandom' e60 (7f79f6d28e60)\nmodule name: /lib/ld-linux-x86-64.so.2\nPASS: vdsosyms\nPASS: run-readelf-A.sh\nPASS: run-getsrc-die.sh\nPASS: run-strptr.sh\n\ncheck_elf: newdata.elf32\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\n\ncheck_elf: newdata.elf32.mmap\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\n\ncheck_elf: newdata.elf64\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\n\ncheck_elf: newdata.elf64.mmap\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nPASS: newdata\n\ncheck_elf: newzdata.elf32\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\n\ncheck_elf: newzdata.elf32.mmap\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\n\ncheck_elf: newzdata.elf64\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\n\ncheck_elf: newzdata.elf64.mmap\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\nPASS: newzdata\n\nfname: strtab.elf.32\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\n\nfname: strtab.elf.32.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\n\nfname: strtab.elf.64\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\n\nfname: strtab.elf.64.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nPASS: elfstrtab\nthread tid: 6232\nthread tid: 6233\nthread tid: 6234\nPASS: dwfl-proc-attach\nopen OK\nelf_begin OK\ntesting ELF class: 1, layout: 0\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nelf_begin OK\ntesting ELF class: 1, layout: 1\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\ngelf_getehdr OK\ngelf_update_ehdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nelf_begin OK\ntesting ELF class: 2, layout: 0\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nelf_begin OK\ntesting ELF class: 2, layout: 1\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\ngelf_getehdr OK\ngelf_update_ehdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nPASS: elfshphehdr\nLFS testing is irrelevant on this system\nSKIP: run-lfs-symbols.sh\nPASS: run-dwelfgnucompressed.sh\nPASS: run-elfgetchdr.sh\nPASS: run-elfgetzdata.sh\nPASS: run-elfputzdata.sh\nPASS: run-zstrptr.sh\nuncompress testfile4 -> testfile4.uncompressed\nprocessing: testfile4\n[27] .debug_aranges already decompressed\n[28] .debug_pubnames already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\nNo errors\ncompress gnu testfile4.uncompressed -> testfile4.gnu\nprocessing: testfile4.uncompressed\n[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)\n[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)\n[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)\n[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)\n[33] Updating section string table\nNo errors\nuncompress testfile4.gnu -> testfile4.gnu.uncompressed\nprocessing: testfile4.gnu\n[27] .zdebug_aranges decompressed (55 => 56 101.82%)\n[28] .zdebug_pubnames decompressed (84 => 93 110.71%)\n[29] .zdebug_info decompressed (634 => 960 151.42%)\n[30] .zdebug_abbrev decompressed (225 => 405 180.00%)\n[31] .zdebug_line decompressed (131 => 189 144.27%)\n[33] Updating section string table\ncompress gabi testfile4.uncompressed -> testfile4.gabi\nprocessing: testfile4.uncompressed\n[27] .debug_aranges compressed (56 => 55 98.21%)\n[28] .debug_pubnames compressed (93 => 84 90.32%)\n[29] .debug_info compressed (960 => 634 66.04%)\n[30] .debug_abbrev compressed (405 => 225 55.56%)\n[31] .debug_line compressed (189 => 131 69.31%)\nNo errors\nuncompress testfile4.gabi -> testfile4.gabi.uncompressed\nprocessing: testfile4.gabi\n[27] .debug_aranges decompressed (55 => 56 101.82%)\n[28] .debug_pubnames decompressed (84 => 93 110.71%)\n[29] .debug_info decompressed (634 => 960 151.42%)\n[30] .debug_abbrev decompressed (225 => 405 180.00%)\n[31] .debug_line decompressed (131 => 189 144.27%)\nmerging string tables testfile4 -> testfile4.merged\nWARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33\nuncompress testfile4.merged -> testfile4.merged.uncompressed\nprocessing: testfile4.merged\n[27] .debug_aranges already decompressed\n[28] .debug_pubnames already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\nNo errors\ncompress gnu testfile4.merged.uncompressed -> testfile4.merged.gnu\nprocessing: testfile4.merged.uncompressed\n[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)\n[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)\n[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)\n[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)\n[34] Updating section string table\n[33] Updating symbol table\nNo errors\nuncompress testfile4.merged.gnu -> testfile4.merged.gnu.uncompressed\nprocessing: testfile4.merged.gnu\n[27] .zdebug_aranges decompressed (55 => 56 101.82%)\n[28] .zdebug_pubnames decompressed (84 => 93 110.71%)\n[29] .zdebug_info decompressed (634 => 960 151.42%)\n[30] .zdebug_abbrev decompressed (225 => 405 180.00%)\n[31] .zdebug_line decompressed (131 => 189 144.27%)\n[34] Updating section string table\n[33] Updating symbol table\ncompress gabi testfile4.merged.uncompressed -> testfile4.merged.gabi\nprocessing: testfile4.merged.uncompressed\n[27] .debug_aranges compressed (56 => 55 98.21%)\n[28] .debug_pubnames compressed (93 => 84 90.32%)\n[29] .debug_info compressed (960 => 634 66.04%)\n[30] .debug_abbrev compressed (405 => 225 55.56%)\n[31] .debug_line compressed (189 => 131 69.31%)\nNo errors\nuncompress testfile4.merged.gabi -> testfile4.merged.gabi.uncompressed\nprocessing: testfile4.merged.gabi\n[27] .debug_aranges decompressed (55 => 56 101.82%)\n[28] .debug_pubnames decompressed (84 => 93 110.71%)\n[29] .debug_info decompressed (634 => 960 151.42%)\n[30] .debug_abbrev decompressed (225 => 405 180.00%)\n[31] .debug_line decompressed (131 => 189 144.27%)\nuncompress testfile12 -> testfile12.uncompressed\nprocessing: testfile12\n[23] .debug_aranges already decompressed\n[24] .debug_pubnames already decompressed\n[25] .debug_info already decompressed\n[26] .debug_abbrev already decompressed\n[27] .debug_line already decompressed\n[28] .debug_frame already decompressed\n[29] .debug_str already decompressed\n[30] .debug_macinfo already decompressed\nNo errors\ncompress gnu testfile12.uncompressed -> testfile12.gnu\nprocessing: testfile12.uncompressed\n[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)\n[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)\n[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)\n[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)\n[31] Updating section string table\nNo errors\nuncompress testfile12.gnu -> testfile12.gnu.uncompressed\nprocessing: testfile12.gnu\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .zdebug_aranges decompressed (83 => 192 231.33%)\n[25] .zdebug_info decompressed (1879 => 3468 184.57%)\n[26] .zdebug_abbrev decompressed (202 => 341 168.81%)\n[27] .zdebug_line decompressed (371 => 709 191.11%)\n[29] .zdebug_str decompressed (986 => 2235 226.67%)\n[30] .zdebug_macinfo decompressed (4360 => 10518 241.24%)\n[31] Updating section string table\ncompress gabi testfile12.uncompressed -> testfile12.gabi\nprocessing: testfile12.uncompressed\n[23] .debug_aranges compressed (192 => 95 49.48%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed (3468 => 1891 54.53%)\n[26] .debug_abbrev compressed (341 => 214 62.76%)\n[27] .debug_line compressed (709 => 383 54.02%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed (2235 => 998 44.65%)\n[30] .debug_macinfo compressed (10518 => 4372 41.57%)\nNo errors\nuncompress testfile12.gabi -> testfile12.gabi.uncompressed\nprocessing: testfile12.gabi\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .debug_aranges decompressed (95 => 192 202.11%)\n[25] .debug_info decompressed (1891 => 3468 183.40%)\n[26] .debug_abbrev decompressed (214 => 341 159.35%)\n[27] .debug_line decompressed (383 => 709 185.12%)\n[29] .debug_str decompressed (998 => 2235 223.95%)\n[30] .debug_macinfo decompressed (4372 => 10518 240.58%)\nmerging string tables testfile12 -> testfile12.merged\nWARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31\nuncompress testfile12.merged -> testfile12.merged.uncompressed\nprocessing: testfile12.merged\n[23] .debug_aranges already decompressed\n[24] .debug_pubnames already decompressed\n[25] .debug_info already decompressed\n[26] .debug_abbrev already decompressed\n[27] .debug_line already decompressed\n[28] .debug_frame already decompressed\n[29] .debug_str already decompressed\n[30] .debug_macinfo already decompressed\nNo errors\ncompress gnu testfile12.merged.uncompressed -> testfile12.merged.gnu\nprocessing: testfile12.merged.uncompressed\n[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)\n[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)\n[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)\n[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)\n[32] Updating section string table\n[31] Updating symbol table\nNo errors\nuncompress testfile12.merged.gnu -> testfile12.merged.gnu.uncompressed\nprocessing: testfile12.merged.gnu\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .zdebug_aranges decompressed (83 => 192 231.33%)\n[25] .zdebug_info decompressed (1879 => 3468 184.57%)\n[26] .zdebug_abbrev decompressed (202 => 341 168.81%)\n[27] .zdebug_line decompressed (371 => 709 191.11%)\n[29] .zdebug_str decompressed (986 => 2235 226.67%)\n[30] .zdebug_macinfo decompressed (4360 => 10518 241.24%)\n[32] Updating section string table\n[31] Updating symbol table\ncompress gabi testfile12.merged.uncompressed -> testfile12.merged.gabi\nprocessing: testfile12.merged.uncompressed\n[23] .debug_aranges compressed (192 => 95 49.48%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed (3468 => 1891 54.53%)\n[26] .debug_abbrev compressed (341 => 214 62.76%)\n[27] .debug_line compressed (709 => 383 54.02%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed (2235 => 998 44.65%)\n[30] .debug_macinfo compressed (10518 => 4372 41.57%)\nNo errors\nuncompress testfile12.merged.gabi -> testfile12.merged.gabi.uncompressed\nprocessing: testfile12.merged.gabi\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .debug_aranges decompressed (95 => 192 202.11%)\n[25] .debug_info decompressed (1891 => 3468 183.40%)\n[26] .debug_abbrev decompressed (214 => 341 159.35%)\n[27] .debug_line decompressed (383 => 709 185.12%)\n[29] .debug_str decompressed (998 => 2235 223.95%)\n[30] .debug_macinfo decompressed (4372 => 10518 240.58%)\nuncompress testfileppc64 -> testfileppc64.uncompressed\nprocessing: testfileppc64\n[26] .debug_aranges already decompressed\n[27] .debug_info already decompressed\n[28] .debug_abbrev already decompressed\n[29] .debug_line already decompressed\n[30] .debug_frame already decompressed\n[31] .debug_str already decompressed\n[32] .debug_loc already decompressed\n[33] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc64.uncompressed -> testfileppc64.gnu\nprocessing: testfileppc64.uncompressed\n[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)\n[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)\n[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)\n[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)\n[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)\n[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)\n[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\n[34] Updating section string table\nNo errors\nuncompress testfileppc64.gnu -> testfileppc64.gnu.uncompressed\nprocessing: testfileppc64.gnu\n[33] .debug_ranges already decompressed\n[26] .zdebug_aranges decompressed (53 => 96 181.13%)\n[27] .zdebug_info decompressed (211 => 363 172.04%)\n[28] .zdebug_abbrev decompressed (194 => 315 162.37%)\n[29] .zdebug_line decompressed (89 => 119 133.71%)\n[30] .zdebug_frame decompressed (73 => 96 131.51%)\n[31] .zdebug_str decompressed (155 => 174 112.26%)\n[32] .zdebug_loc decompressed (73 => 171 234.25%)\n[34] Updating section string table\ncompress gabi testfileppc64.uncompressed -> testfileppc64.gabi\nprocessing: testfileppc64.uncompressed\n[26] .debug_aranges compressed (96 => 65 67.71%)\n[27] .debug_info compressed (363 => 223 61.43%)\n[28] .debug_abbrev compressed (315 => 206 65.40%)\n[29] .debug_line compressed (119 => 101 84.87%)\n[30] .debug_frame compressed (96 => 85 88.54%)\n[31] .debug_str compressed (174 => 167 95.98%)\n[32] .debug_loc compressed (171 => 85 49.71%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc64.gabi -> testfileppc64.gabi.uncompressed\nprocessing: testfileppc64.gabi\n[33] .debug_ranges already decompressed\n[26] .debug_aranges decompressed (65 => 96 147.69%)\n[27] .debug_info decompressed (223 => 363 162.78%)\n[28] .debug_abbrev decompressed (206 => 315 152.91%)\n[29] .debug_line decompressed (101 => 119 117.82%)\n[30] .debug_frame decompressed (85 => 96 112.94%)\n[31] .debug_str decompressed (167 => 174 104.19%)\n[32] .debug_loc decompressed (85 => 171 201.18%)\nmerging string tables testfileppc64 -> testfileppc64.merged\nuncompress testfileppc64.merged -> testfileppc64.merged.uncompressed\nprocessing: testfileppc64.merged\n[26] .debug_aranges already decompressed\n[27] .debug_info already decompressed\n[28] .debug_abbrev already decompressed\n[29] .debug_line already decompressed\n[30] .debug_frame already decompressed\n[31] .debug_str already decompressed\n[32] .debug_loc already decompressed\n[33] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc64.merged.uncompressed -> testfileppc64.merged.gnu\nprocessing: testfileppc64.merged.uncompressed\n[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)\n[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)\n[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)\n[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)\n[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)\n[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)\n[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\n[35] Updating section string table\n[34] Updating symbol table\nNo errors\nuncompress testfileppc64.merged.gnu -> testfileppc64.merged.gnu.uncompressed\nprocessing: testfileppc64.merged.gnu\n[33] .debug_ranges already decompressed\n[26] .zdebug_aranges decompressed (53 => 96 181.13%)\n[27] .zdebug_info decompressed (211 => 363 172.04%)\n[28] .zdebug_abbrev decompressed (194 => 315 162.37%)\n[29] .zdebug_line decompressed (89 => 119 133.71%)\n[30] .zdebug_frame decompressed (73 => 96 131.51%)\n[31] .zdebug_str decompressed (155 => 174 112.26%)\n[32] .zdebug_loc decompressed (73 => 171 234.25%)\n[35] Updating section string table\n[34] Updating symbol table\ncompress gabi testfileppc64.merged.uncompressed -> testfileppc64.merged.gabi\nprocessing: testfileppc64.merged.uncompressed\n[26] .debug_aranges compressed (96 => 65 67.71%)\n[27] .debug_info compressed (363 => 223 61.43%)\n[28] .debug_abbrev compressed (315 => 206 65.40%)\n[29] .debug_line compressed (119 => 101 84.87%)\n[30] .debug_frame compressed (96 => 85 88.54%)\n[31] .debug_str compressed (174 => 167 95.98%)\n[32] .debug_loc compressed (171 => 85 49.71%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc64.merged.gabi -> testfileppc64.merged.gabi.uncompressed\nprocessing: testfileppc64.merged.gabi\n[33] .debug_ranges already decompressed\n[26] .debug_aranges decompressed (65 => 96 147.69%)\n[27] .debug_info decompressed (223 => 363 162.78%)\n[28] .debug_abbrev decompressed (206 => 315 152.91%)\n[29] .debug_line decompressed (101 => 119 117.82%)\n[30] .debug_frame decompressed (85 => 96 112.94%)\n[31] .debug_str decompressed (167 => 174 104.19%)\n[32] .debug_loc decompressed (85 => 171 201.18%)\nuncompress testfileppc32 -> testfileppc32.uncompressed\nprocessing: testfileppc32\n[28] .debug_aranges already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\n[32] .debug_frame already decompressed\n[33] .debug_str already decompressed\n[34] .debug_loc already decompressed\n[35] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc32.uncompressed -> testfileppc32.gnu\nprocessing: testfileppc32.uncompressed\n[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)\n[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)\n[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)\n[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)\n[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)\n[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\n[36] Updating section string table\nNo errors\nuncompress testfileppc32.gnu -> testfileppc32.gnu.uncompressed\nprocessing: testfileppc32.gnu\n[35] .debug_ranges already decompressed\n[28] .zdebug_aranges decompressed (48 => 64 133.33%)\n[29] .zdebug_info decompressed (208 => 319 153.37%)\n[30] .zdebug_abbrev decompressed (197 => 318 161.42%)\n[31] .zdebug_line decompressed (85 => 109 128.24%)\n[32] .zdebug_frame decompressed (53 => 64 120.75%)\n[33] .zdebug_str decompressed (159 => 179 112.58%)\n[34] .zdebug_loc decompressed (68 => 99 145.59%)\n[36] Updating section string table\ncompress gabi testfileppc32.uncompressed -> testfileppc32.gabi\nprocessing: testfileppc32.uncompressed\n[28] .debug_aranges compressed (64 => 48 75.00%)\n[29] .debug_info compressed (319 => 208 65.20%)\n[30] .debug_abbrev compressed (318 => 197 61.95%)\n[31] .debug_line compressed (109 => 85 77.98%)\n[32] .debug_frame compressed (64 => 53 82.81%)\n[33] .debug_str compressed (179 => 159 88.83%)\n[34] .debug_loc compressed (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc32.gabi -> testfileppc32.gabi.uncompressed\nprocessing: testfileppc32.gabi\n[35] .debug_ranges already decompressed\n[28] .debug_aranges decompressed (48 => 64 133.33%)\n[29] .debug_info decompressed (208 => 319 153.37%)\n[30] .debug_abbrev decompressed (197 => 318 161.42%)\n[31] .debug_line decompressed (85 => 109 128.24%)\n[32] .debug_frame decompressed (53 => 64 120.75%)\n[33] .debug_str decompressed (159 => 179 112.58%)\n[34] .debug_loc decompressed (68 => 99 145.59%)\nmerging string tables testfileppc32 -> testfileppc32.merged\nuncompress testfileppc32.merged -> testfileppc32.merged.uncompressed\nprocessing: testfileppc32.merged\n[28] .debug_aranges already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\n[32] .debug_frame already decompressed\n[33] .debug_str already decompressed\n[34] .debug_loc already decompressed\n[35] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc32.merged.uncompressed -> testfileppc32.merged.gnu\nprocessing: testfileppc32.merged.uncompressed\n[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)\n[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)\n[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)\n[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)\n[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)\n[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\n[37] Updating section string table\n[36] Updating symbol table\nNo errors\nuncompress testfileppc32.merged.gnu -> testfileppc32.merged.gnu.uncompressed\nprocessing: testfileppc32.merged.gnu\n[35] .debug_ranges already decompressed\n[28] .zdebug_aranges decompressed (48 => 64 133.33%)\n[29] .zdebug_info decompressed (208 => 319 153.37%)\n[30] .zdebug_abbrev decompressed (197 => 318 161.42%)\n[31] .zdebug_line decompressed (85 => 109 128.24%)\n[32] .zdebug_frame decompressed (53 => 64 120.75%)\n[33] .zdebug_str decompressed (159 => 179 112.58%)\n[34] .zdebug_loc decompressed (68 => 99 145.59%)\n[37] Updating section string table\n[36] Updating symbol table\ncompress gabi testfileppc32.merged.uncompressed -> testfileppc32.merged.gabi\nprocessing: testfileppc32.merged.uncompressed\n[28] .debug_aranges compressed (64 => 48 75.00%)\n[29] .debug_info compressed (319 => 208 65.20%)\n[30] .debug_abbrev compressed (318 => 197 61.95%)\n[31] .debug_line compressed (109 => 85 77.98%)\n[32] .debug_frame compressed (64 => 53 82.81%)\n[33] .debug_str compressed (179 => 159 88.83%)\n[34] .debug_loc compressed (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc32.merged.gabi -> testfileppc32.merged.gabi.uncompressed\nprocessing: testfileppc32.merged.gabi\n[35] .debug_ranges already decompressed\n[28] .debug_aranges decompressed (48 => 64 133.33%)\n[29] .debug_info decompressed (208 => 319 153.37%)\n[30] .debug_abbrev decompressed (197 => 318 161.42%)\n[31] .debug_line decompressed (85 => 109 128.24%)\n[32] .debug_frame decompressed (53 => 64 120.75%)\n[33] .debug_str decompressed (159 => 179 112.58%)\n[34] .debug_loc decompressed (68 => 99 145.59%)\nuncompress testfile-zgnu64 -> testfile-zgnu64.uncompressed\nprocessing: testfile-zgnu64\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[6] Updating section string table\nNo errors\ncompress gnu testfile-zgnu64.uncompressed -> testfile-zgnu64.gnu\nprocessing: testfile-zgnu64.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgnu64.gnu -> testfile-zgnu64.gnu.uncompressed\nprocessing: testfile-zgnu64.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[6] Updating section string table\ncompress gabi testfile-zgnu64.uncompressed -> testfile-zgnu64.gabi\nprocessing: testfile-zgnu64.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64.gabi -> testfile-zgnu64.gabi.uncompressed\nprocessing: testfile-zgnu64.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgnu64 -> testfile-zgnu64.merged\nuncompress testfile-zgnu64.merged -> testfile-zgnu64.merged.uncompressed\nprocessing: testfile-zgnu64.merged\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gnu\nprocessing: testfile-zgnu64.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgnu64.merged.gnu -> testfile-zgnu64.merged.gnu.uncompressed\nprocessing: testfile-zgnu64.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gabi\nprocessing: testfile-zgnu64.merged.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64.merged.gabi -> testfile-zgnu64.merged.gabi.uncompressed\nprocessing: testfile-zgnu64.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgnu64be -> testfile-zgnu64be.uncompressed\nprocessing: testfile-zgnu64be\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\nNo errors\ncompress gnu testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gnu\nprocessing: testfile-zgnu64be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgnu64be.gnu -> testfile-zgnu64be.gnu.uncompressed\nprocessing: testfile-zgnu64be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\ncompress gabi testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gabi\nprocessing: testfile-zgnu64be.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64be.gabi -> testfile-zgnu64be.gabi.uncompressed\nprocessing: testfile-zgnu64be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgnu64be -> testfile-zgnu64be.merged\nuncompress testfile-zgnu64be.merged -> testfile-zgnu64be.merged.uncompressed\nprocessing: testfile-zgnu64be.merged\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gnu\nprocessing: testfile-zgnu64be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgnu64be.merged.gnu -> testfile-zgnu64be.merged.gnu.uncompressed\nprocessing: testfile-zgnu64be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gabi\nprocessing: testfile-zgnu64be.merged.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64be.merged.gabi -> testfile-zgnu64be.merged.gabi.uncompressed\nprocessing: testfile-zgnu64be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgabi64 -> testfile-zgabi64.uncompressed\nprocessing: testfile-zgabi64\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64.uncompressed -> testfile-zgabi64.gnu\nprocessing: testfile-zgabi64.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgabi64.gnu -> testfile-zgabi64.gnu.uncompressed\nprocessing: testfile-zgabi64.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[6] Updating section string table\ncompress gabi testfile-zgabi64.uncompressed -> testfile-zgabi64.gabi\nprocessing: testfile-zgabi64.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64.gabi -> testfile-zgabi64.gabi.uncompressed\nprocessing: testfile-zgabi64.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgabi64 -> testfile-zgabi64.merged\nuncompress testfile-zgabi64.merged -> testfile-zgabi64.merged.uncompressed\nprocessing: testfile-zgabi64.merged\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gnu\nprocessing: testfile-zgabi64.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgabi64.merged.gnu -> testfile-zgabi64.merged.gnu.uncompressed\nprocessing: testfile-zgabi64.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gabi\nprocessing: testfile-zgabi64.merged.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64.merged.gabi -> testfile-zgabi64.merged.gabi.uncompressed\nprocessing: testfile-zgabi64.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgabi64be -> testfile-zgabi64be.uncompressed\nprocessing: testfile-zgabi64be\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gnu\nprocessing: testfile-zgabi64be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgabi64be.gnu -> testfile-zgabi64be.gnu.uncompressed\nprocessing: testfile-zgabi64be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\ncompress gabi testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gabi\nprocessing: testfile-zgabi64be.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64be.gabi -> testfile-zgabi64be.gabi.uncompressed\nprocessing: testfile-zgabi64be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgabi64be -> testfile-zgabi64be.merged\nuncompress testfile-zgabi64be.merged -> testfile-zgabi64be.merged.uncompressed\nprocessing: testfile-zgabi64be.merged\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gnu\nprocessing: testfile-zgabi64be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgabi64be.merged.gnu -> testfile-zgabi64be.merged.gnu.uncompressed\nprocessing: testfile-zgabi64be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gabi\nprocessing: testfile-zgabi64be.merged.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64be.merged.gabi -> testfile-zgabi64be.merged.gabi.uncompressed\nprocessing: testfile-zgabi64be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgnu32 -> testfile-zgnu32.uncompressed\nprocessing: testfile-zgnu32\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[6] Updating section string table\nNo errors\ncompress gnu testfile-zgnu32.uncompressed -> testfile-zgnu32.gnu\nprocessing: testfile-zgnu32.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgnu32.gnu -> testfile-zgnu32.gnu.uncompressed\nprocessing: testfile-zgnu32.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[6] Updating section string table\ncompress gabi testfile-zgnu32.uncompressed -> testfile-zgnu32.gabi\nprocessing: testfile-zgnu32.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgnu32.gabi -> testfile-zgnu32.gabi.uncompressed\nprocessing: testfile-zgnu32.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nmerging string tables testfile-zgnu32 -> testfile-zgnu32.merged\nuncompress testfile-zgnu32.merged -> testfile-zgnu32.merged.uncompressed\nprocessing: testfile-zgnu32.merged\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gnu\nprocessing: testfile-zgnu32.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgnu32.merged.gnu -> testfile-zgnu32.merged.gnu.uncompressed\nprocessing: testfile-zgnu32.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gabi\nprocessing: testfile-zgnu32.merged.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgnu32.merged.gabi -> testfile-zgnu32.merged.gabi.uncompressed\nprocessing: testfile-zgnu32.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nuncompress testfile-zgnu32be -> testfile-zgnu32be.uncompressed\nprocessing: testfile-zgnu32be\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[7] Updating section string table\nNo errors\ncompress gnu testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gnu\nprocessing: testfile-zgnu32be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgnu32be.gnu -> testfile-zgnu32be.gnu.uncompressed\nprocessing: testfile-zgnu32be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[7] Updating section string table\ncompress gabi testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gabi\nprocessing: testfile-zgnu32be.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgnu32be.gabi -> testfile-zgnu32be.gabi.uncompressed\nprocessing: testfile-zgnu32be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nmerging string tables testfile-zgnu32be -> testfile-zgnu32be.merged\nuncompress testfile-zgnu32be.merged -> testfile-zgnu32be.merged.uncompressed\nprocessing: testfile-zgnu32be.merged\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gnu\nprocessing: testfile-zgnu32be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgnu32be.merged.gnu -> testfile-zgnu32be.merged.gnu.uncompressed\nprocessing: testfile-zgnu32be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gabi\nprocessing: testfile-zgnu32be.merged.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgnu32be.merged.gabi -> testfile-zgnu32be.merged.gabi.uncompressed\nprocessing: testfile-zgnu32be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nuncompress testfile-zgabi32 -> testfile-zgabi32.uncompressed\nprocessing: testfile-zgabi32\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nNo errors\ncompress gnu testfile-zgabi32.uncompressed -> testfile-zgabi32.gnu\nprocessing: testfile-zgabi32.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgabi32.gnu -> testfile-zgabi32.gnu.uncompressed\nprocessing: testfile-zgabi32.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[6] Updating section string table\ncompress gabi testfile-zgabi32.uncompressed -> testfile-zgabi32.gabi\nprocessing: testfile-zgabi32.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgabi32.gabi -> testfile-zgabi32.gabi.uncompressed\nprocessing: testfile-zgabi32.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nmerging string tables testfile-zgabi32 -> testfile-zgabi32.merged\nuncompress testfile-zgabi32.merged -> testfile-zgabi32.merged.uncompressed\nprocessing: testfile-zgabi32.merged\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nNo errors\ncompress gnu testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gnu\nprocessing: testfile-zgabi32.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgabi32.merged.gnu -> testfile-zgabi32.merged.gnu.uncompressed\nprocessing: testfile-zgabi32.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gabi\nprocessing: testfile-zgabi32.merged.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgabi32.merged.gabi -> testfile-zgabi32.merged.gabi.uncompressed\nprocessing: testfile-zgabi32.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nuncompress testfile-zgabi32be -> testfile-zgabi32be.uncompressed\nprocessing: testfile-zgabi32be\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nNo errors\ncompress gnu testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gnu\nprocessing: testfile-zgabi32be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgabi32be.gnu -> testfile-zgabi32be.gnu.uncompressed\nprocessing: testfile-zgabi32be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[7] Updating section string table\ncompress gabi testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gabi\nprocessing: testfile-zgabi32be.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgabi32be.gabi -> testfile-zgabi32be.gabi.uncompressed\nprocessing: testfile-zgabi32be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nmerging string tables testfile-zgabi32be -> testfile-zgabi32be.merged\nuncompress testfile-zgabi32be.merged -> testfile-zgabi32be.merged.uncompressed\nprocessing: testfile-zgabi32be.merged\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nNo errors\ncompress gnu testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gnu\nprocessing: testfile-zgabi32be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgabi32be.merged.gnu -> testfile-zgabi32be.merged.gnu.uncompressed\nprocessing: testfile-zgabi32be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gabi\nprocessing: testfile-zgabi32be.merged.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgabi32be.merged.gabi -> testfile-zgabi32be.merged.gabi.uncompressed\nprocessing: testfile-zgabi32be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nPASS: run-compress-test.sh\nPASS: run-readelf-zdebug.sh\nPASS: run-readelf-zdebug-rel.sh\n\nfname: empty.elf.32\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\n\nfname: empty.elf.32.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\n\nfname: empty.elf.64\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\n\nfname: empty.elf.64.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nPASS: emptyfile\n\nfname: vendor.elf.32\n\nfname: vendor.elf.32.mmap\n\nfname: vendor.elf.64\n\nfname: vendor.elf.64.mmap\nPASS: vendorelf\n\nfname: fill.elf.32\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.32\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.32 again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\n\nfname: fill.elf.32.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.32.mmap\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.32.mmap again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\n\nfname: fill.elf.64\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.64\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.64 again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\n\nfname: fill.elf.64.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.64.mmap\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.64.mmap again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\nPASS: fillfile\nAda2005: 1\nAda2012: 1\nAda83: 1\nAda95: 1\nAlgol68: 1\nAssembly: 0\nBLISS: 0\nC: 0\nC11: 0\nC17: 0\nC23: 0\nC89: 0\nC99: 0\nCPP_for_OpenCL: 0\nC_plus_plus: 0\nC_plus_plus_03: 0\nC_plus_plus_11: 0\nC_plus_plus_14: 0\nC_plus_plus_17: 0\nC_plus_plus_20: 0\nC_plus_plus_23: 0\nC_sharp: 0\nCobol74: 1\nCobol85: 1\nCrystal: 0\nD: 0\nDylan: 0\nFortran03: 1\nFortran08: 1\nFortran18: 1\nFortran23: 1\nFortran77: 1\nFortran90: 1\nFortran95: 1\nGLSL: 0\nGLSL_ES: 0\nGo: 0\nHIP: 0\nHLSL: 0\nHaskell: 0\nHylo: 0\nJava: 0\nJulia: 1\nKotlin: 0\nMetal: 0\nMips_Assembler: 0\nModula2: 1\nModula3: 1\nMojo: 0\nMove: 0\nNim: 0\nOCaml: 0\nObjC: 0\nObjC_plus_plus: 0\nOdin: 0\nOpenCL: 0\nOpenCL_CPP: 0\nP4: 0\nPLI: 1\nPascal83: 1\nPython: 0\nRenderScript: 0\nRuby: 0\nRust: 0\nSYCL: 0\nSwift: 0\nUPC: 0\nV: 0\nZig: 0\nPASS: dwarf_default_lower_bound\nAda: 1\nAlgol68: 1\nAssembly: 0\nBLISS: 0\nC: 0\nCPP_for_OpenCL: 0\nC_plus_plus: 0\nC_sharp: 0\nCobol: 1\nCrystal: 0\nD: 0\nDylan: 0\nFortran: 1\nGLSL: 0\nGLSL_ES: 0\nGo: 0\nHIP: 0\nHLSL: 0\nHaskell: 0\nHylo: 0\nJava: 0\nJulia: 1\nKotlin: 0\nMetal: 0\nModula2: 1\nModula3: 1\nMojo: 0\nMove: 0\nNim: 0\nOCaml: 0\nObjC: 0\nObjC_plus_plus: 0\nOdin: 0\nOpenCL_C: 0\nOpenCL_CPP: 0\nP4: 0\nPLI: 1\nPascal: 1\nPython: 0\nRenderScript: 0\nRuby: 0\nRust: 0\nSYCL: 0\nSwift: 0\nUPC: 0\nV: 0\nZig: 0\nPASS: dwarf_language_lower_bound\nchecking testfile-debug-types\nchecking CU at 0\nchecking TU at 0\nchecking Type DIE at 4f\nchecking TU at 43\nchecking Type DIE at 7f\nchecking 2 subdie\nchecking 2 subdie\nchecking testfile_multi_main\nchecking CU at 0\nchecking alt debug\nchecking CU at 0\nchecking testfilebazdbgppc64.debug\nchecking CU at 0\nchecking CU at 90\nchecking testfile-dwarf-4\nchecking CU at 0\nchecking CU at 211\nchecking testfile-dwarf-5\nchecking CU at 0\nchecking CU at 20c\nchecking testfile-splitdwarf-4\nchecking CU at 0\nchecking CU at 34\nchecking 4 subdie\nchecking 4 subdie\nchecking testfile-splitdwarf-5\nchecking CU at 0\nchecking CU at 35\nchecking 4 subdie\nchecking 4 subdie\nchecking testfile-hello4.dwo\nchecking CU at 0\nchecking testfile-world4.dwo\nchecking CU at 0\nchecking testfile-hello5.dwo\nchecking CU at 0\nchecking testfile-world5.dwo\nchecking CU at 0\nchecking /usr/lib/elfutils/ptest/tests/..//src/addr2line\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at 47d4\nchecking CU at 4e69\nchecking /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at 3683\nchecking CU at 3d18\nchecking /usr/lib/elfutils/ptest/tests/..//src/stack\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at 4709\nchecking CU at 4d9e\nchecking /usr/lib/elfutils/ptest/tests/..//src/unstrip\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at af2c\nchecking CU at b289\nchecking CU at b6b9\nchecking CU at bd4e\nchecking /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nchecking CU at 0\nchecking CU at 23\nchecking CU at 35d\nchecking CU at 4dd\nchecking CU at 9ce\nchecking CU at b5b\nchecking CU at 4888\nchecking CU at 589b\nchecking CU at 6815\nchecking CU at 7b47\nchecking CU at 8a7b\nchecking CU at 99af\nchecking CU at a8e3\nchecking CU at b82a\nchecking CU at bb87\nchecking CU at bee4\nchecking CU at d017\nchecking CU at d54e\nchecking CU at da85\nchecking CU at dfbc\nchecking CU at e4f3\nchecking CU at 14870\nchecking CU at 15a3f\nchecking CU at 16c0e\nchecking CU at 17e53\nchecking CU at 18fb9\nchecking CU at 1a11f\nchecking CU at 1b0bd\nchecking CU at 1c302\nchecking CU at 1db67\nchecking CU at 1f449\nchecking CU at 20728\nchecking CU at 21b28\nchecking CU at 22f25\nchecking CU at 23ed4\nchecking CU at 251ba\nchecking CU at 2636e\nchecking CU at 28218\nchecking CU at 2932c\nchecking CU at 2ab23\nchecking CU at 2bc1e\nchecking CU at 2cdba\nchecking CU at 2ddf8\nchecking CU at 2ed2c\nchecking CU at 2ff88\nchecking CU at 31888\nchecking CU at 33254\nchecking CU at 3443f\nchecking CU at 35684\nchecking CU at 36acf\nchecking CU at 37bf9\nchecking CU at 3992b\nchecking CU at 3ab1a\nchecking CU at 3c491\nchecking CU at 3d5a5\nchecking CU at 3e6b9\nchecking CU at 3f7cd\nchecking CU at 408e1\nchecking CU at 419f5\nchecking CU at 42b29\nchecking CU at 43c45\nchecking CU at 45318\nchecking CU at 46e4b\nchecking CU at 489a4\nchecking CU at 4bcd3\nchecking CU at 4effe\nchecking CU at 50258\nchecking CU at 514dc\nchecking CU at 52646\nchecking CU at 53850\nchecking CU at 54a5a\nchecking CU at 55c80\nchecking CU at 56e6c\nchecking CU at 580b4\nchecking CU at 59348\nchecking CU at 5a542\nchecking CU at 5b788\nchecking CU at 5c9e7\nchecking CU at 5dc5a\nchecking CU at 5ee3f\nchecking CU at 60010\nchecking CU at 6117e\nchecking CU at 62335\nchecking CU at 635c4\nchecking CU at 647f2\nchecking CU at 659ca\nchecking CU at 669bb\nchecking CU at 679ac\nchecking CU at 6959a\nchecking CU at 6a849\nchecking CU at 6bb1f\nchecking CU at 6cc81\nchecking CU at 6deae\nchecking CU at 6f0db\nchecking CU at 70324\nchecking CU at 71533\nchecking CU at 7281f\nchecking CU at 7396f\nchecking CU at 74f2e\nchecking CU at 75eb8\nchecking CU at 7730c\nchecking CU at 78760\nchecking CU at 788ab\nchecking CU at 789f0\nchecking CU at 79c46\nchecking CU at 7aded\nchecking CU at 7bfa3\nchecking CU at 7d0ff\nchecking CU at 7e25b\nchecking CU at 7f384\nchecking CU at 80354\nchecking CU at 8044e\nchecking CU at 814dd\nchecking CU at 827b7\nchecking CU at 83a9f\nchecking CU at 84ca5\nchecking CU at 872f5\nchecking CU at 88a4a\nchecking CU at 88e47\nchecking /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nchecking CU at 0\nchecking CU at 23\nchecking CU at 1204\nchecking CU at 1a6e\nchecking CU at 41e7\nchecking CU at 4462\nchecking CU at 4c43\nchecking CU at 5bb9\nchecking CU at 6673\nchecking CU at 6ebc\nchecking CU at 7d42\nchecking CU at 88ce\nchecking CU at 9661\nchecking CU at a15d\nchecking CU at a961\nchecking CU at b2a8\nchecking CU at be5d\nchecking CU at c9e9\nchecking CU at d44d\nchecking CU at dc9e\nchecking CU at e796\nchecking CU at efff\nchecking CU at faf9\nchecking CU at 10344\nchecking CU at 10e5f\nchecking CU at 116aa\nchecking CU at 12153\nchecking CU at 12c1b\nchecking CU at 13db1\nchecking CU at 15528\nchecking CU at 1572d\nchecking CU at 15c4a\nchecking CU at 16a67\nchecking CU at 17ab6\nchecking CU at 18b05\nchecking CU at 19b54\nchecking /usr/lib/elfutils/ptest/tests/..//src/size.o\nchecking CU at 0\nchecking /usr/lib/elfutils/ptest/tests/..//src/strip.o\nchecking CU at 0\nPASS: run-dwarf-die-addr-die.sh\nfile: testfile-debug-types\nGot cudie: (null), unit_type: 1\nGot cudie: (null), unit_type: 2\nsubdie: B\nGot cudie: (null), unit_type: 2\nsubdie: A\n\nfile: testfile_multi_main\nGot cudie: main.c, unit_type: 1\n\nfile: testfilebazdbgppc64.debug\nGot cudie: foo.c, unit_type: 1\nGot cudie: bar.c, unit_type: 1\n\nfile: testfile-dwarf-4\nGot cudie: hello.c, unit_type: 1\nGot cudie: world.c, unit_type: 1\n\nfile: testfile-dwarf-5\nGot cudie: hello.c, unit_type: 1\nGot cudie: world.c, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/addr2line.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/elfclassify.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/stack\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/stack.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/unstrip.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/xasprintf.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/xmalloc.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_version.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_hash.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_error.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_fill.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_begin.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_next.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_rand.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_end.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_kind.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getclass.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getbase.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getident.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_fsize.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_fsize.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_fsize.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_xlatetof.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_xlatetom.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_xlatetof.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_xlatetom.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_xlate.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_newehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_newehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_newehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_ehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_newphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_newphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_newphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_phdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getarhdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getarsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_rawfile.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_readall.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_cntl.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_nextscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_ndxscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_newscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_shdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_strptr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_rawdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_newdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getdata_rawchunk.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagelf.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_memory.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_update.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_updatenull.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_updatenull.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_updatefile.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_updatefile.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_sym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getversym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getverneed.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getvernaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getverdef.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getverdaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getrel.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getrela.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_rel.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_rela.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getdyn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_dyn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getmove.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_move.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getsyminfo.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_syminfo.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getauxv.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_auxv.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getnote.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_xlatetof.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_xlatetom.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/nlist.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getsymshndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_symshndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_versym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_verneed.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_vernaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_verdef.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_verdaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getphdrnum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getshdrnum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getshdrstrndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_checksum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_checksum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_checksum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/libelf_crc32.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/libelf_next_prime.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_clone.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getlib.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_lib.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_offscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_offscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_offscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getaroff.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_gnu_hash.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_scnshndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getchdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getchdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getchdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_compress.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_compress_gnu.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/eu-search.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_begin.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_abort.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_end.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_error.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_getelf.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newscn_ingrp.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newsubscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newcomsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newabssym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newscngrp.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_scngrp_newsignature.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_fill.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_align.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addstrz.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint8.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint8.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint16.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint16.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint32.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint32.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint64.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint64.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduleb128.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addsleb128.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_begin.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_cb.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_end.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_str.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/symbolhash.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libebl/eblelfclass.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libebl/eblelfdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libebl/eblelfmachine.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/size.o\nGot cudie: /usr/src/debug/elfutils/0.193/src, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/strip.o\nGot cudie: /usr/src/debug/elfutils/0.193/src, unit_type: 1\n\nPASS: run-get-units-invalid.sh\nfile: testfile-debug-types\nGot cudie unit_type: 1\nGot cudie unit_type: 2\nGot cudie unit_type: 2\n\nfile: testfile_multi_main\nGot cudie unit_type: 1\n\nfile: testfilebazdbgppc64.debug\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: testfile-dwarf-4\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: testfile-dwarf-5\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/stack\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nPASS: run-get-units-split.sh\nPASS: run-attr-integrate-skel.sh\nPASS: run-all-dwarf-ranges.sh\nfile: testfile-debug-types\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\n1 cu dietag: 41, subtag: 13, version 4, unit_type 2\n2 cu dietag: 41, subtag: 13, version 4, unit_type 2\nrechecking: testfile-debug-types\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n1 re dietag: 41, subtag: 13, version 4, unit_type 2\n2 re dietag: 41, subtag: 13, version 4, unit_type 2\n\nfile: testfile_multi_main\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\nrechecking: testfile_multi_main\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n\nfile: testfilebazdbgppc64.debug\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\n1 cu dietag: 11, subtag: 0, version 4, unit_type 1\nrechecking: testfilebazdbgppc64.debug\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n1 re dietag: 11, subtag: 0, version 4, unit_type 1\n\nfile: testfile-dwarf-4\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\n1 cu dietag: 11, subtag: 0, version 4, unit_type 1\nrechecking: testfile-dwarf-4\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n1 re dietag: 11, subtag: 0, version 4, unit_type 1\n\nfile: testfile-dwarf-5\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: testfile-dwarf-5\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/stack\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/stack\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\n7 cu dietag: 11, subtag: 0, version 5, unit_type 1\n8 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n7 re dietag: 11, subtag: 0, version 5, unit_type 1\n8 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\n7 cu dietag: 11, subtag: 0, version 5, unit_type 1\n8 cu dietag: 11, subtag: 0, version 5, unit_type 1\n9 cu dietag: 11, subtag: 0, version 5, unit_type 1\n10 cu dietag: 11, subtag: 0, version 5, unit_type 1\n11 cu dietag: 11, subtag: 0, version 5, unit_type 1\n12 cu dietag: 11, subtag: 0, version 5, unit_type 1\n13 cu dietag: 11, subtag: 0, version 5, unit_type 1\n14 cu dietag: 11, subtag: 0, version 5, unit_type 1\n15 cu dietag: 11, subtag: 0, version 5, unit_type 1\n16 cu dietag: 11, subtag: 0, version 5, unit_type 1\n17 cu dietag: 11, subtag: 0, version 5, unit_type 1\n18 cu dietag: 11, subtag: 0, version 5, unit_type 1\n19 cu dietag: 11, subtag: 0, version 5, unit_type 1\n20 cu dietag: 11, subtag: 0, version 5, unit_type 1\n21 cu dietag: 11, subtag: 0, version 5, unit_type 1\n22 cu dietag: 11, subtag: 0, version 5, unit_type 1\n23 cu dietag: 11, subtag: 0, version 5, unit_type 1\n24 cu dietag: 11, subtag: 0, version 5, unit_type 1\n25 cu dietag: 11, subtag: 0, version 5, unit_type 1\n26 cu dietag: 11, subtag: 0, version 5, unit_type 1\n27 cu dietag: 11, subtag: 0, version 5, unit_type 1\n28 cu dietag: 11, subtag: 0, version 5, unit_type 1\n29 cu dietag: 11, subtag: 0, version 5, unit_type 1\n30 cu dietag: 11, subtag: 0, version 5, unit_type 1\n31 cu dietag: 11, subtag: 0, version 5, unit_type 1\n32 cu dietag: 11, subtag: 0, version 5, unit_type 1\n33 cu dietag: 11, subtag: 0, version 5, unit_type 1\n34 cu dietag: 11, subtag: 0, version 5, unit_type 1\n35 cu dietag: 11, subtag: 0, version 5, unit_type 1\n36 cu dietag: 11, subtag: 0, version 5, unit_type 1\n37 cu dietag: 11, subtag: 0, version 5, unit_type 1\n38 cu dietag: 11, subtag: 0, version 5, unit_type 1\n39 cu dietag: 11, subtag: 0, version 5, unit_type 1\n40 cu dietag: 11, subtag: 0, version 5, unit_type 1\n41 cu dietag: 11, subtag: 0, version 5, unit_type 1\n42 cu dietag: 11, subtag: 0, version 5, unit_type 1\n43 cu dietag: 11, subtag: 0, version 5, unit_type 1\n44 cu dietag: 11, subtag: 0, version 5, unit_type 1\n45 cu dietag: 11, subtag: 0, version 5, unit_type 1\n46 cu dietag: 11, subtag: 0, version 5, unit_type 1\n47 cu dietag: 11, subtag: 0, version 5, unit_type 1\n48 cu dietag: 11, subtag: 0, version 5, unit_type 1\n49 cu dietag: 11, subtag: 0, version 5, unit_type 1\n50 cu dietag: 11, subtag: 0, version 5, unit_type 1\n51 cu dietag: 11, subtag: 0, version 5, unit_type 1\n52 cu dietag: 11, subtag: 0, version 5, unit_type 1\n53 cu dietag: 11, subtag: 0, version 5, unit_type 1\n54 cu dietag: 11, subtag: 0, version 5, unit_type 1\n55 cu dietag: 11, subtag: 0, version 5, unit_type 1\n56 cu dietag: 11, subtag: 0, version 5, unit_type 1\n57 cu dietag: 11, subtag: 0, version 5, unit_type 1\n58 cu dietag: 11, subtag: 0, version 5, unit_type 1\n59 cu dietag: 11, subtag: 0, version 5, unit_type 1\n60 cu dietag: 11, subtag: 0, version 5, unit_type 1\n61 cu dietag: 11, subtag: 0, version 5, unit_type 1\n62 cu dietag: 11, subtag: 0, version 5, unit_type 1\n63 cu dietag: 11, subtag: 0, version 5, unit_type 1\n64 cu dietag: 11, subtag: 0, version 5, unit_type 1\n65 cu dietag: 11, subtag: 0, version 5, unit_type 1\n66 cu dietag: 11, subtag: 0, version 5, unit_type 1\n67 cu dietag: 11, subtag: 0, version 5, unit_type 1\n68 cu dietag: 11, subtag: 0, version 5, unit_type 1\n69 cu dietag: 11, subtag: 0, version 5, unit_type 1\n70 cu dietag: 11, subtag: 0, version 5, unit_type 1\n71 cu dietag: 11, subtag: 0, version 5, unit_type 1\n72 cu dietag: 11, subtag: 0, version 5, unit_type 1\n73 cu dietag: 11, subtag: 0, version 5, unit_type 1\n74 cu dietag: 11, subtag: 0, version 5, unit_type 1\n75 cu dietag: 11, subtag: 0, version 5, unit_type 1\n76 cu dietag: 11, subtag: 0, version 5, unit_type 1\n77 cu dietag: 11, subtag: 0, version 5, unit_type 1\n78 cu dietag: 11, subtag: 0, version 5, unit_type 1\n79 cu dietag: 11, subtag: 0, version 5, unit_type 1\n80 cu dietag: 11, subtag: 0, version 5, unit_type 1\n81 cu dietag: 11, subtag: 0, version 5, unit_type 1\n82 cu dietag: 11, subtag: 0, version 5, unit_type 1\n83 cu dietag: 11, subtag: 0, version 5, unit_type 1\n84 cu dietag: 11, subtag: 0, version 5, unit_type 1\n85 cu dietag: 11, subtag: 0, version 5, unit_type 1\n86 cu dietag: 11, subtag: 0, version 5, unit_type 1\n87 cu dietag: 11, subtag: 0, version 5, unit_type 1\n88 cu dietag: 11, subtag: 0, version 5, unit_type 1\n89 cu dietag: 11, subtag: 0, version 5, unit_type 1\n90 cu dietag: 11, subtag: 0, version 5, unit_type 1\n91 cu dietag: 11, subtag: 0, version 5, unit_type 1\n92 cu dietag: 11, subtag: 0, version 5, unit_type 1\n93 cu dietag: 11, subtag: 0, version 5, unit_type 1\n94 cu dietag: 11, subtag: 0, version 5, unit_type 1\n95 cu dietag: 11, subtag: 0, version 5, unit_type 1\n96 cu dietag: 11, subtag: 0, version 5, unit_type 1\n97 cu dietag: 11, subtag: 0, version 5, unit_type 1\n98 cu dietag: 11, subtag: 0, version 5, unit_type 1\n99 cu dietag: 11, subtag: 0, version 5, unit_type 1\n100 cu dietag: 11, subtag: 0, version 5, unit_type 1\n101 cu dietag: 11, subtag: 0, version 5, unit_type 1\n102 cu dietag: 11, subtag: 0, version 5, unit_type 1\n103 cu dietag: 11, subtag: 0, version 5, unit_type 1\n104 cu dietag: 11, subtag: 0, version 5, unit_type 1\n105 cu dietag: 11, subtag: 0, version 5, unit_type 1\n106 cu dietag: 11, subtag: 0, version 5, unit_type 1\n107 cu dietag: 11, subtag: 0, version 5, unit_type 1\n108 cu dietag: 11, subtag: 0, version 5, unit_type 1\n109 cu dietag: 11, subtag: 0, version 5, unit_type 1\n110 cu dietag: 11, subtag: 0, version 5, unit_type 1\n111 cu dietag: 11, subtag: 0, version 5, unit_type 1\n112 cu dietag: 11, subtag: 0, version 5, unit_type 1\n113 cu dietag: 11, subtag: 0, version 5, unit_type 1\n114 cu dietag: 11, subtag: 0, version 5, unit_type 1\n115 cu dietag: 11, subtag: 0, version 5, unit_type 1\n116 cu dietag: 11, subtag: 0, version 5, unit_type 1\n117 cu dietag: 11, subtag: 0, version 5, unit_type 1\n118 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n7 re dietag: 11, subtag: 0, version 5, unit_type 1\n8 re dietag: 11, subtag: 0, version 5, unit_type 1\n9 re dietag: 11, subtag: 0, version 5, unit_type 1\n10 re dietag: 11, subtag: 0, version 5, unit_type 1\n11 re dietag: 11, subtag: 0, version 5, unit_type 1\n12 re dietag: 11, subtag: 0, version 5, unit_type 1\n13 re dietag: 11, subtag: 0, version 5, unit_type 1\n14 re dietag: 11, subtag: 0, version 5, unit_type 1\n15 re dietag: 11, subtag: 0, version 5, unit_type 1\n16 re dietag: 11, subtag: 0, version 5, unit_type 1\n17 re dietag: 11, subtag: 0, version 5, unit_type 1\n18 re dietag: 11, subtag: 0, version 5, unit_type 1\n19 re dietag: 11, subtag: 0, version 5, unit_type 1\n20 re dietag: 11, subtag: 0, version 5, unit_type 1\n21 re dietag: 11, subtag: 0, version 5, unit_type 1\n22 re dietag: 11, subtag: 0, version 5, unit_type 1\n23 re dietag: 11, subtag: 0, version 5, unit_type 1\n24 re dietag: 11, subtag: 0, version 5, unit_type 1\n25 re dietag: 11, subtag: 0, version 5, unit_type 1\n26 re dietag: 11, subtag: 0, version 5, unit_type 1\n27 re dietag: 11, subtag: 0, version 5, unit_type 1\n28 re dietag: 11, subtag: 0, version 5, unit_type 1\n29 re dietag: 11, subtag: 0, version 5, unit_type 1\n30 re dietag: 11, subtag: 0, version 5, unit_type 1\n31 re dietag: 11, subtag: 0, version 5, unit_type 1\n32 re dietag: 11, subtag: 0, version 5, unit_type 1\n33 re dietag: 11, subtag: 0, version 5, unit_type 1\n34 re dietag: 11, subtag: 0, version 5, unit_type 1\n35 re dietag: 11, subtag: 0, version 5, unit_type 1\n36 re dietag: 11, subtag: 0, version 5, unit_type 1\n37 re dietag: 11, subtag: 0, version 5, unit_type 1\n38 re dietag: 11, subtag: 0, version 5, unit_type 1\n39 re dietag: 11, subtag: 0, version 5, unit_type 1\n40 re dietag: 11, subtag: 0, version 5, unit_type 1\n41 re dietag: 11, subtag: 0, version 5, unit_type 1\n42 re dietag: 11, subtag: 0, version 5, unit_type 1\n43 re dietag: 11, subtag: 0, version 5, unit_type 1\n44 re dietag: 11, subtag: 0, version 5, unit_type 1\n45 re dietag: 11, subtag: 0, version 5, unit_type 1\n46 re dietag: 11, subtag: 0, version 5, unit_type 1\n47 re dietag: 11, subtag: 0, version 5, unit_type 1\n48 re dietag: 11, subtag: 0, version 5, unit_type 1\n49 re dietag: 11, subtag: 0, version 5, unit_type 1\n50 re dietag: 11, subtag: 0, version 5, unit_type 1\n51 re dietag: 11, subtag: 0, version 5, unit_type 1\n52 re dietag: 11, subtag: 0, version 5, unit_type 1\n53 re dietag: 11, subtag: 0, version 5, unit_type 1\n54 re dietag: 11, subtag: 0, version 5, unit_type 1\n55 re dietag: 11, subtag: 0, version 5, unit_type 1\n56 re dietag: 11, subtag: 0, version 5, unit_type 1\n57 re dietag: 11, subtag: 0, version 5, unit_type 1\n58 re dietag: 11, subtag: 0, version 5, unit_type 1\n59 re dietag: 11, subtag: 0, version 5, unit_type 1\n60 re dietag: 11, subtag: 0, version 5, unit_type 1\n61 re dietag: 11, subtag: 0, version 5, unit_type 1\n62 re dietag: 11, subtag: 0, version 5, unit_type 1\n63 re dietag: 11, subtag: 0, version 5, unit_type 1\n64 re dietag: 11, subtag: 0, version 5, unit_type 1\n65 re dietag: 11, subtag: 0, version 5, unit_type 1\n66 re dietag: 11, subtag: 0, version 5, unit_type 1\n67 re dietag: 11, subtag: 0, version 5, unit_type 1\n68 re dietag: 11, subtag: 0, version 5, unit_type 1\n69 re dietag: 11, subtag: 0, version 5, unit_type 1\n70 re dietag: 11, subtag: 0, version 5, unit_type 1\n71 re dietag: 11, subtag: 0, version 5, unit_type 1\n72 re dietag: 11, subtag: 0, version 5, unit_type 1\n73 re dietag: 11, subtag: 0, version 5, unit_type 1\n74 re dietag: 11, subtag: 0, version 5, unit_type 1\n75 re dietag: 11, subtag: 0, version 5, unit_type 1\n76 re dietag: 11, subtag: 0, version 5, unit_type 1\n77 re dietag: 11, subtag: 0, version 5, unit_type 1\n78 re dietag: 11, subtag: 0, version 5, unit_type 1\n79 re dietag: 11, subtag: 0, version 5, unit_type 1\n80 re dietag: 11, subtag: 0, version 5, unit_type 1\n81 re dietag: 11, subtag: 0, version 5, unit_type 1\n82 re dietag: 11, subtag: 0, version 5, unit_type 1\n83 re dietag: 11, subtag: 0, version 5, unit_type 1\n84 re dietag: 11, subtag: 0, version 5, unit_type 1\n85 re dietag: 11, subtag: 0, version 5, unit_type 1\n86 re dietag: 11, subtag: 0, version 5, unit_type 1\n87 re dietag: 11, subtag: 0, version 5, unit_type 1\n88 re dietag: 11, subtag: 0, version 5, unit_type 1\n89 re dietag: 11, subtag: 0, version 5, unit_type 1\n90 re dietag: 11, subtag: 0, version 5, unit_type 1\n91 re dietag: 11, subtag: 0, version 5, unit_type 1\n92 re dietag: 11, subtag: 0, version 5, unit_type 1\n93 re dietag: 11, subtag: 0, version 5, unit_type 1\n94 re dietag: 11, subtag: 0, version 5, unit_type 1\n95 re dietag: 11, subtag: 0, version 5, unit_type 1\n96 re dietag: 11, subtag: 0, version 5, unit_type 1\n97 re dietag: 11, subtag: 0, version 5, unit_type 1\n98 re dietag: 11, subtag: 0, version 5, unit_type 1\n99 re dietag: 11, subtag: 0, version 5, unit_type 1\n100 re dietag: 11, subtag: 0, version 5, unit_type 1\n101 re dietag: 11, subtag: 0, version 5, unit_type 1\n102 re dietag: 11, subtag: 0, version 5, unit_type 1\n103 re dietag: 11, subtag: 0, version 5, unit_type 1\n104 re dietag: 11, subtag: 0, version 5, unit_type 1\n105 re dietag: 11, subtag: 0, version 5, unit_type 1\n106 re dietag: 11, subtag: 0, version 5, unit_type 1\n107 re dietag: 11, subtag: 0, version 5, unit_type 1\n108 re dietag: 11, subtag: 0, version 5, unit_type 1\n109 re dietag: 11, subtag: 0, version 5, unit_type 1\n110 re dietag: 11, subtag: 0, version 5, unit_type 1\n111 re dietag: 11, subtag: 0, version 5, unit_type 1\n112 re dietag: 11, subtag: 0, version 5, unit_type 1\n113 re dietag: 11, subtag: 0, version 5, unit_type 1\n114 re dietag: 11, subtag: 0, version 5, unit_type 1\n115 re dietag: 11, subtag: 0, version 5, unit_type 1\n116 re dietag: 11, subtag: 0, version 5, unit_type 1\n117 re dietag: 11, subtag: 0, version 5, unit_type 1\n118 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\n7 cu dietag: 11, subtag: 0, version 5, unit_type 1\n8 cu dietag: 11, subtag: 0, version 5, unit_type 1\n9 cu dietag: 11, subtag: 0, version 5, unit_type 1\n10 cu dietag: 11, subtag: 0, version 5, unit_type 1\n11 cu dietag: 11, subtag: 0, version 5, unit_type 1\n12 cu dietag: 11, subtag: 0, version 5, unit_type 1\n13 cu dietag: 11, subtag: 0, version 5, unit_type 1\n14 cu dietag: 11, subtag: 0, version 5, unit_type 1\n15 cu dietag: 11, subtag: 0, version 5, unit_type 1\n16 cu dietag: 11, subtag: 0, version 5, unit_type 1\n17 cu dietag: 11, subtag: 0, version 5, unit_type 1\n18 cu dietag: 11, subtag: 0, version 5, unit_type 1\n19 cu dietag: 11, subtag: 0, version 5, unit_type 1\n20 cu dietag: 11, subtag: 0, version 5, unit_type 1\n21 cu dietag: 11, subtag: 0, version 5, unit_type 1\n22 cu dietag: 11, subtag: 0, version 5, unit_type 1\n23 cu dietag: 11, subtag: 0, version 5, unit_type 1\n24 cu dietag: 11, subtag: 0, version 5, unit_type 1\n25 cu dietag: 11, subtag: 0, version 5, unit_type 1\n26 cu dietag: 11, subtag: 0, version 5, unit_type 1\n27 cu dietag: 11, subtag: 0, version 5, unit_type 1\n28 cu dietag: 11, subtag: 0, version 5, unit_type 1\n29 cu dietag: 11, subtag: 0, version 5, unit_type 1\n30 cu dietag: 11, subtag: 0, version 5, unit_type 1\n31 cu dietag: 11, subtag: 0, version 5, unit_type 1\n32 cu dietag: 11, subtag: 0, version 5, unit_type 1\n33 cu dietag: 11, subtag: 0, version 5, unit_type 1\n34 cu dietag: 11, subtag: 0, version 5, unit_type 1\n35 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n7 re dietag: 11, subtag: 0, version 5, unit_type 1\n8 re dietag: 11, subtag: 0, version 5, unit_type 1\n9 re dietag: 11, subtag: 0, version 5, unit_type 1\n10 re dietag: 11, subtag: 0, version 5, unit_type 1\n11 re dietag: 11, subtag: 0, version 5, unit_type 1\n12 re dietag: 11, subtag: 0, version 5, unit_type 1\n13 re dietag: 11, subtag: 0, version 5, unit_type 1\n14 re dietag: 11, subtag: 0, version 5, unit_type 1\n15 re dietag: 11, subtag: 0, version 5, unit_type 1\n16 re dietag: 11, subtag: 0, version 5, unit_type 1\n17 re dietag: 11, subtag: 0, version 5, unit_type 1\n18 re dietag: 11, subtag: 0, version 5, unit_type 1\n19 re dietag: 11, subtag: 0, version 5, unit_type 1\n20 re dietag: 11, subtag: 0, version 5, unit_type 1\n21 re dietag: 11, subtag: 0, version 5, unit_type 1\n22 re dietag: 11, subtag: 0, version 5, unit_type 1\n23 re dietag: 11, subtag: 0, version 5, unit_type 1\n24 re dietag: 11, subtag: 0, version 5, unit_type 1\n25 re dietag: 11, subtag: 0, version 5, unit_type 1\n26 re dietag: 11, subtag: 0, version 5, unit_type 1\n27 re dietag: 11, subtag: 0, version 5, unit_type 1\n28 re dietag: 11, subtag: 0, version 5, unit_type 1\n29 re dietag: 11, subtag: 0, version 5, unit_type 1\n30 re dietag: 11, subtag: 0, version 5, unit_type 1\n31 re dietag: 11, subtag: 0, version 5, unit_type 1\n32 re dietag: 11, subtag: 0, version 5, unit_type 1\n33 re dietag: 11, subtag: 0, version 5, unit_type 1\n34 re dietag: 11, subtag: 0, version 5, unit_type 1\n35 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nPASS: run-unit-info.sh\nPASS: run-reloc-bpf.sh\nPASS: run-next-cfi.sh\n/usr/lib/elfutils/ptest/tests/..//src/addr2line\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[132] FDE cie=[0]\n[152] FDE cie=[0]\n[260] FDE cie=[0]\n[336] FDE cie=[0]\n[380] FDE cie=[0]\n[408] FDE cie=[0]\n[464] FDE cie=[0]\n[576] FDE cie=[0]\n[608] FDE cie=[0]\n[660] FDE cie=[0]\n[688] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/elfclassify\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[132] FDE cie=[0]\n[164] FDE cie=[0]\n[192] FDE cie=[0]\n[220] FDE cie=[0]\n[348] FDE cie=[0]\n[428] FDE cie=[0]\n[464] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/stack\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[140] FDE cie=[0]\n[184] FDE cie=[0]\n[296] FDE cie=[0]\n[392] FDE cie=[0]\n[428] FDE cie=[0]\n[652] FDE cie=[0]\n[696] FDE cie=[0]\n[720] FDE cie=[0]\n[800] FDE cie=[0]\n[848] FDE cie=[0]\n[872] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/unstrip\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[140] FDE cie=[0]\n[176] FDE cie=[0]\n[240] FDE cie=[0]\n[296] FDE cie=[0]\n[376] FDE cie=[0]\n[448] FDE cie=[0]\n[480] FDE cie=[0]\n[512] FDE cie=[0]\n[540] FDE cie=[0]\n[568] FDE cie=[0]\n[628] FDE cie=[0]\n[708] FDE cie=[0]\n[732] FDE cie=[0]\n[792] FDE cie=[0]\n[836] FDE cie=[0]\n[856] FDE cie=[0]\n[876] FDE cie=[0]\n[912] FDE cie=[0]\n[1016] FDE cie=[0]\n[1048] FDE cie=[0]\n[1124] FDE cie=[0]\n[1172] FDE cie=[0]\n[1276] FDE cie=[0]\n[1324] FDE cie=[0]\n[1356] FDE cie=[0]\n[1436] FDE cie=[0]\n[1516] FDE cie=[0]\n[1668] FDE cie=[0]\n[1832] FDE cie=[0]\n[1864] FDE cie=[0]\n[1896] FDE cie=[0]\n[1924] FDE cie=[0]\n[1952] FDE cie=[0]\n[1984] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[64] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[136] FDE cie=[0]\n[160] FDE cie=[0]\n[188] FDE cie=[0]\n[228] FDE cie=[0]\n[256] FDE cie=[0]\n[280] FDE cie=[0]\n[360] FDE cie=[0]\n[428] FDE cie=[0]\n[524] FDE cie=[0]\n[556] FDE cie=[0]\n[636] FDE cie=[0]\n[680] FDE cie=[0]\n[728] FDE cie=[0]\n[772] FDE cie=[0]\n[800] FDE cie=[0]\n[832] FDE cie=[0]\n[856] FDE cie=[0]\n[960] FDE cie=[0]\n[992] FDE cie=[0]\n[1016] FDE cie=[0]\n[1040] FDE cie=[0]\n[1064] FDE cie=[0]\n[1088] FDE cie=[0]\n[1120] FDE cie=[0]\n[1152] FDE cie=[0]\n[1192] FDE cie=[0]\n[1232] FDE cie=[0]\n[1272] FDE cie=[0]\n[1312] FDE cie=[0]\n[1352] FDE cie=[0]\n[1372] FDE cie=[0]\n[1392] FDE cie=[0]\n[1412] FDE cie=[0]\n[1432] FDE cie=[0]\n[1452] FDE cie=[0]\n[1472] FDE cie=[0]\n[1492] FDE cie=[0]\n[1512] FDE cie=[0]\n[1532] FDE cie=[0]\n[1552] FDE cie=[0]\n[1572] FDE cie=[0]\n[1592] FDE cie=[0]\n[1612] FDE cie=[0]\n[1632] FDE cie=[0]\n[1652] FDE cie=[0]\n[1672] FDE cie=[0]\n[1692] FDE cie=[0]\n[1712] FDE cie=[0]\n[1732] FDE cie=[0]\n[1752] FDE cie=[0]\n[1772] FDE cie=[0]\n[1792] FDE cie=[0]\n[1812] FDE cie=[0]\n[1832] FDE cie=[0]\n[1852] FDE cie=[0]\n[1872] FDE cie=[0]\n[1892] FDE cie=[0]\n[1912] FDE cie=[0]\n[1932] FDE cie=[0]\n[1952] FDE cie=[0]\n[1972] FDE cie=[0]\n[2048] FDE cie=[0]\n[2068] FDE cie=[0]\n[2088] FDE cie=[0]\n[2108] FDE cie=[0]\n[2128] FDE cie=[0]\n[2148] FDE cie=[0]\n[2168] FDE cie=[0]\n[2244] FDE cie=[0]\n[2264] FDE cie=[0]\n[2324] FDE cie=[0]\n[2392] FDE cie=[0]\n[2424] FDE cie=[0]\n[2520] FDE cie=[0]\n[2540] FDE cie=[0]\n[2560] FDE cie=[0]\n[2592] FDE cie=[0]\n[2624] FDE cie=[0]\n[2656] FDE cie=[0]\n[2688] FDE cie=[0]\n[2720] FDE cie=[0]\n[2764] FDE cie=[0]\n[2784] FDE cie=[0]\n[2832] FDE cie=[0]\n[2880] FDE cie=[0]\n[2904] FDE cie=[0]\n[2944] FDE cie=[0]\n[3020] FDE cie=[0]\n[3052] FDE cie=[0]\n[3072] FDE cie=[0]\n[3096] FDE cie=[0]\n[3172] FDE cie=[0]\n[3204] FDE cie=[0]\n[3224] FDE cie=[0]\n[3248] FDE cie=[0]\n[3304] FDE cie=[0]\n[3372] FDE cie=[0]\n[3400] FDE cie=[0]\n[3456] FDE cie=[0]\n[3480] FDE cie=[0]\n[3504] FDE cie=[0]\n[3536] FDE cie=[0]\n[3572] FDE cie=[0]\n[3592] FDE cie=[0]\n[3668] FDE cie=[0]\n[3704] FDE cie=[0]\n[3736] FDE cie=[0]\n[3760] FDE cie=[0]\n[3788] FDE cie=[0]\n[3864] FDE cie=[0]\n[3896] FDE cie=[0]\n[3936] FDE cie=[0]\n[3956] FDE cie=[0]\n[3976] FDE cie=[0]\n[4000] FDE cie=[0]\n[4060] FDE cie=[0]\n[4088] FDE cie=[0]\n[4164] FDE cie=[0]\n[4196] FDE cie=[0]\n[4240] FDE cie=[0]\n[4284] FDE cie=[0]\n[4320] FDE cie=[0]\n[4396] FDE cie=[0]\n[4428] FDE cie=[0]\n[4472] FDE cie=[0]\n[4516] FDE cie=[0]\n[4552] FDE cie=[0]\n[4592] FDE cie=[0]\n[4648] FDE cie=[0]\n[4688] FDE cie=[0]\n[4720] FDE cie=[0]\n[4740] FDE cie=[0]\n[4820] FDE cie=[0]\n[4840] FDE cie=[0]\n[4880] FDE cie=[0]\n[4920] FDE cie=[0]\n[4940] FDE cie=[0]\n[4960] FDE cie=[0]\n[5008] FDE cie=[0]\n[5028] FDE cie=[0]\n[5104] FDE cie=[0]\n[5136] FDE cie=[0]\n[5176] FDE cie=[0]\n[5216] FDE cie=[0]\n[5256] FDE cie=[0]\n[5296] FDE cie=[0]\n[5336] FDE cie=[0]\n[5376] FDE cie=[0]\n[5400] FDE cie=[0]\n[5472] FDE cie=[0]\n[5552] FDE cie=[0]\n[5584] FDE cie=[0]\n[5664] FDE cie=[0]\n[5696] FDE cie=[0]\n[5716] FDE cie=[0]\n[5816] FDE cie=[0]\n[5896] FDE cie=[0]\n[5928] FDE cie=[0]\n[6008] FDE cie=[0]\n[6048] FDE cie=[0]\n[6068] FDE cie=[0]\n[6168] FDE cie=[0]\n[6248] FDE cie=[0]\n[6280] FDE cie=[0]\n[6360] FDE cie=[0]\n[6400] FDE cie=[0]\n[6440] FDE cie=[0]\n[6480] FDE cie=[0]\n[6520] FDE cie=[0]\n[6560] FDE cie=[0]\n[6600] FDE cie=[0]\n[6640] FDE cie=[0]\n[6680] FDE cie=[0]\n[6728] FDE cie=[0]\n[6776] FDE cie=[0]\n[6816] FDE cie=[0]\n[6856] FDE cie=[0]\n[6904] FDE cie=[0]\n[6944] FDE cie=[0]\n[6968] FDE cie=[0]\n[6992] FDE cie=[0]\n[7012] FDE cie=[0]\n[7032] FDE cie=[0]\n[7072] FDE cie=[0]\n[7112] FDE cie=[0]\n[7160] FDE cie=[0]\n[7200] FDE cie=[0]\n[7240] FDE cie=[0]\n[7264] FDE cie=[0]\n[7288] FDE cie=[0]\n[7388] FDE cie=[0]\n[7472] FDE cie=[0]\n[7512] FDE cie=[0]\n[7560] FDE cie=[0]\n[7600] FDE cie=[0]\n[7640] FDE cie=[0]\n[7680] FDE cie=[0]\n[7720] FDE cie=[0]\n[7760] FDE cie=[0]\n[7796] FDE cie=[0]\n[7840] FDE cie=[0]\n[7864] FDE cie=[0]\n[7888] FDE cie=[0]\n[7912] FDE cie=[0]\n[7976] FDE cie=[0]\n[8000] FDE cie=[0]\n[8080] FDE cie=[0]\n[8160] FDE cie=[0]\n[8184] FDE cie=[0]\n[8208] FDE cie=[0]\n[8304] FDE cie=[0]\n[8344] FDE cie=[0]\n[8384] FDE cie=[0]\n[8416] FDE cie=[0]\n[8448] FDE cie=[0]\n[8472] FDE cie=[0]\n[8492] FDE cie=[0]\n[8512] FDE cie=[0]\n[8536] FDE cie=[0]\n[8600] FDE cie=[0]\n[8636] FDE cie=[0]\n[8672] FDE cie=[0]\n[8708] FDE cie=[0]\n[8744] FDE cie=[0]\n[8784] FDE cie=[0]\n[8864] FDE cie=[0]\n[8932] FDE cie=[0]\n[8956] FDE cie=[0]\n[9008] FDE cie=[0]\n[9052] FDE cie=[0]\n[9152] FDE cie=[0]\n[9248] FDE cie=[0]\n[9268] FDE cie=[0]\n[9288] FDE cie=[0]\n[9308] FDE cie=[0]\n[9336] FDE cie=[0]\n[9356] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[64] FDE cie=[0]\n[88] FDE cie=[0]\n[156] FDE cie=[0]\n[192] FDE cie=[0]\n[224] FDE cie=[0]\n[264] FDE cie=[0]\n[340] FDE cie=[0]\n[420] FDE cie=[0]\n[456] FDE cie=[0]\n[480] FDE cie=[0]\n[508] FDE cie=[0]\n[552] FDE cie=[0]\n[576] FDE cie=[0]\n[648] FDE cie=[0]\n[680] FDE cie=[0]\n[732] FDE cie=[0]\n[760] FDE cie=[0]\n[824] FDE cie=[0]\n[904] FDE cie=[0]\n[1008] FDE cie=[0]\n[1088] FDE cie=[0]\n[1168] FDE cie=[0]\n[1200] FDE cie=[0]\n[1224] FDE cie=[0]\n[1272] FDE cie=[0]\n[1316] FDE cie=[0]\n[1360] FDE cie=[0]\n[1432] FDE cie=[0]\n[1480] FDE cie=[0]\n[1504] FDE cie=[0]\n[1560] FDE cie=[0]\n[1584] FDE cie=[0]\n[1640] FDE cie=[0]\n[1664] FDE cie=[0]\n[1720] FDE cie=[0]\n[1744] FDE cie=[0]\n[1800] FDE cie=[0]\n[1856] FDE cie=[0]\n[1912] FDE cie=[0]\n[1936] FDE cie=[0]\n[1956] FDE cie=[0]\n[2056] FDE cie=[0]\n[2080] FDE cie=[0]\n[2104] FDE cie=[0]\n[2152] FDE cie=[0]\n[2228] FDE cie=[0]\n[2308] FDE cie=[0]\n[2340] FDE cie=[0]\n[2364] FDE cie=[0]\n[2408] FDE cie=[0]\n[2440] FDE cie=[0]\n[2460] FDE cie=[0]\n[2480] FDE cie=[0]\n[2504] FDE cie=[0]\n[2528] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/size.o\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[60] FDE cie=[0]\n[108] FDE cie=[0]\n[156] FDE cie=[0]\n[232] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/strip.o\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[84] FDE cie=[0]\n[128] FDE cie=[0]\n[152] FDE cie=[0]\n[188] FDE cie=[0]\n[272] FDE cie=[0]\n[560] FDE cie=[0]\n[592] FDE cie=[0]\n[640] FDE cie=[0]\n[716] FDE cie=[0]\nPASS: run-next-cfi-self.sh\n\ncopy_elf: testfile29 -> testfile29.rev (read,reverse)\nsetshstrndx: 4\nSwapping offsets of section 1 and 2\nNo errors\nelfrdwrdnop testfile29.rev\nNo errors\n\ncopy_elf: testfile23 -> testfile23.rev (read,reverse)\nsetshstrndx: 21\nSwapping offsets of section 4 and 5\nSwapping offsets of section 19 and 20\nNo errors\nelfrdwrdnop testfile23.rev\nNo errors\n\ncopy_elf: testfile9 -> testfile9.rev (read,reverse)\nsetshstrndx: 13\nSwapping offsets of section 12 and 13\nNo errors\nelfrdwrdnop testfile9.rev\nNo errors\n\ncopy_elf: testfile38 -> testfile38.rev (read,reverse)\nsetshstrndx: 5\nNo errors\nelfrdwrdnop testfile38.rev\nNo errors\n\ncopy_elf: testfile26 -> testfile26.rev (read,reverse)\nsetshstrndx: 25\nSwapping offsets of section 24 and 25\nNo errors\nelfrdwrdnop testfile26.rev\nNo errors\n\ncopy_elf: testfile27 -> testfile27.rev (read,reverse)\nsetshstrndx: 25\nSwapping offsets of section 24 and 25\nNo errors\nelfrdwrdnop testfile27.rev\nNo errors\n\ncopy_elf: testfile -> testfile.rev (read,reverse)\nsetshstrndx: 32\nSwapping offsets of section 24 and 25\nSwapping offsets of section 26 and 27\nSwapping offsets of section 28 and 29\nSwapping offsets of section 30 and 31\nNo errors\nelfrdwrdnop testfile.rev\nNo errors\n\ncopy_elf: testfile13 -> testfile13.rev (read,reverse)\nsetshstrndx: 23\nSwapping offsets of section 22 and 23\nNo errors\nelfrdwrdnop testfile13.rev\nNo errors\nPASS: run-reverse-sections.sh\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/addr2line -> addr2line.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop addr2line.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/elfclassify -> elfclassify.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop elfclassify.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/stack -> stack.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop stack.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/unstrip -> unstrip.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop unstrip.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so -> libelf.so.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop libelf.so.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so -> libasm.so.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop libasm.so.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/size.o -> size.o.rev (read,reverse)\nsetshstrndx: 37\nSwapping offsets of section 30 and 31\nNo errors\nelfrdwrdnop size.o.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/strip.o -> strip.o.rev (read,reverse)\nsetshstrndx: 41\nSwapping offsets of section 34 and 35\nNo errors\nelfrdwrdnop strip.o.rev\nNo errors\nPASS: run-reverse-sections-self.sh\n\ncopy_elf: testfile29 -> testfile29.copy (read,same)\nsetshstrndx: 4\nadd_sections 'testfile29.copy': 3 (sec_size: 0)\nsetshstrndx: 10\n\ncopy_elf: testfile29 -> testfile29.copy.mmap (mmap,same)\nsetshstrndx: 4\nadd_sections 'testfile29.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 8\n\ncopy_elf: testfile23 -> testfile23.copy (read,same)\nsetshstrndx: 21\nadd_sections 'testfile23.copy': 3 (sec_size: 0)\nsetshstrndx: 27\n\ncopy_elf: testfile23 -> testfile23.copy.mmap (mmap,same)\nsetshstrndx: 21\nadd_sections 'testfile23.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 25\n\ncopy_elf: testfile9 -> testfile9.copy (read,same)\nsetshstrndx: 13\nadd_sections 'testfile9.copy': 3 (sec_size: 0)\nsetshstrndx: 17\n\ncopy_elf: testfile9 -> testfile9.copy.mmap (mmap,same)\nsetshstrndx: 13\nadd_sections 'testfile9.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 15\n\ncopy_elf: testfile38 -> testfile38.copy (read,same)\nsetshstrndx: 5\nadd_sections 'testfile38.copy': 3 (sec_size: 0)\nsetshstrndx: 11\n\ncopy_elf: testfile38 -> testfile38.copy.mmap (mmap,same)\nsetshstrndx: 5\nadd_sections 'testfile38.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 9\n\ncopy_elf: testfile26 -> testfile26.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile26.copy': 3 (sec_size: 0)\nsetshstrndx: 31\n\ncopy_elf: testfile26 -> testfile26.copy.mmap (mmap,same)\nsetshstrndx: 25\nadd_sections 'testfile26.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 29\n\ncopy_elf: testfile27 -> testfile27.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile27.copy': 3 (sec_size: 0)\nsetshstrndx: 31\n\ncopy_elf: testfile27 -> testfile27.copy.mmap (mmap,same)\nsetshstrndx: 25\nadd_sections 'testfile27.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 29\n\ncopy_elf: testfile -> testfile.copy (read,same)\nsetshstrndx: 32\nadd_sections 'testfile.copy': 3 (sec_size: 0)\nsetshstrndx: 38\n\ncopy_elf: testfile -> testfile.copy.mmap (mmap,same)\nsetshstrndx: 32\nadd_sections 'testfile.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 36\n\ncopy_elf: testfile10 -> testfile10.copy (read,same)\nsetshstrndx: 30\nadd_sections 'testfile10.copy': 3 (sec_size: 0)\nsetshstrndx: 36\n\ncopy_elf: testfile10 -> testfile10.copy.mmap (mmap,same)\nsetshstrndx: 30\nadd_sections 'testfile10.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 34\nPASS: run-copyadd-sections.sh\n\ncopy_elf: testfile29 -> testfile29.copy (read,same)\nsetshstrndx: 4\nadd_sections 'testfile29.copy': 32768 (sec_size: 0)\nsetshstrndx: 32775\n\ncopy_elf: testfile29 -> testfile29.copy.mmap (mmap,same)\nsetshstrndx: 4\n\ncopy_elf: testfile29.copy -> testfile29.copy.copy (read,same)\nsetshstrndx: 32775\nadd_sections 'testfile29.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65544\n\ncopy_elf: testfile29.copy -> testfile29.copy.copy.mmap (mmap,same)\nsetshstrndx: 32775\n\ncopy_elf: testfile26 -> testfile26.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile26.copy': 32768 (sec_size: 0)\nsetshstrndx: 32796\n\ncopy_elf: testfile26 -> testfile26.copy.mmap (mmap,same)\nsetshstrndx: 25\n\ncopy_elf: testfile26.copy -> testfile26.copy.copy (read,same)\nsetshstrndx: 32796\nadd_sections 'testfile26.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65565\n\ncopy_elf: testfile26.copy -> testfile26.copy.copy.mmap (mmap,same)\nsetshstrndx: 32796\nPASS: run-copymany-be32.sh\n\ncopy_elf: testfile9 -> testfile9.copy (read,same)\nsetshstrndx: 13\nadd_sections 'testfile9.copy': 32768 (sec_size: 0)\nsetshstrndx: 32782\n\ncopy_elf: testfile9 -> testfile9.copy.mmap (mmap,same)\nsetshstrndx: 13\n\ncopy_elf: testfile9.copy -> testfile9.copy.copy (read,same)\nsetshstrndx: 32782\nadd_sections 'testfile9.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65551\n\ncopy_elf: testfile9.copy -> testfile9.copy.copy.mmap (mmap,same)\nsetshstrndx: 32782\n\ncopy_elf: testfile -> testfile.copy (read,same)\nsetshstrndx: 32\nadd_sections 'testfile.copy': 32768 (sec_size: 0)\nsetshstrndx: 32803\n\ncopy_elf: testfile -> testfile.copy.mmap (mmap,same)\nsetshstrndx: 32\n\ncopy_elf: testfile.copy -> testfile.copy.copy (read,same)\nsetshstrndx: 32803\nadd_sections 'testfile.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65572\n\ncopy_elf: testfile.copy -> testfile.copy.copy.mmap (mmap,same)\nsetshstrndx: 32803\nPASS: run-copymany-le32.sh\n\ncopy_elf: testfile23 -> testfile23.copy (read,same)\nsetshstrndx: 21\nadd_sections 'testfile23.copy': 32768 (sec_size: 0)\nsetshstrndx: 32792\n\ncopy_elf: testfile23 -> testfile23.copy.mmap (mmap,same)\nsetshstrndx: 21\n\ncopy_elf: testfile23.copy -> testfile23.copy.copy (read,same)\nsetshstrndx: 32792\nadd_sections 'testfile23.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65561\n\ncopy_elf: testfile23.copy -> testfile23.copy.copy.mmap (mmap,same)\nsetshstrndx: 32792\n\ncopy_elf: testfile27 -> testfile27.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile27.copy': 32768 (sec_size: 0)\nsetshstrndx: 32796\n\ncopy_elf: testfile27 -> testfile27.copy.mmap (mmap,same)\nsetshstrndx: 25\n\ncopy_elf: testfile27.copy -> testfile27.copy.copy (read,same)\nsetshstrndx: 32796\nadd_sections 'testfile27.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65565\n\ncopy_elf: testfile27.copy -> testfile27.copy.copy.mmap (mmap,same)\nsetshstrndx: 32796\nPASS: run-copymany-be64.sh\n\ncopy_elf: testfile38 -> testfile38.copy (read,same)\nsetshstrndx: 5\nadd_sections 'testfile38.copy': 32768 (sec_size: 0)\nsetshstrndx: 32776\n\ncopy_elf: testfile38 -> testfile38.copy.mmap (mmap,same)\nsetshstrndx: 5\n\ncopy_elf: testfile38.copy -> testfile38.copy.copy (read,same)\nsetshstrndx: 32776\nadd_sections 'testfile38.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65545\n\ncopy_elf: testfile38.copy -> testfile38.copy.copy.mmap (mmap,same)\nsetshstrndx: 32776\n\ncopy_elf: testfile10 -> testfile10.copy (read,same)\nsetshstrndx: 30\nadd_sections 'testfile10.copy': 32768 (sec_size: 0)\nsetshstrndx: 32801\n\ncopy_elf: testfile10 -> testfile10.copy.mmap (mmap,same)\nsetshstrndx: 30\n\ncopy_elf: testfile10.copy -> testfile10.copy.copy (read,same)\nsetshstrndx: 32801\nadd_sections 'testfile10.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65570\n\ncopy_elf: testfile10.copy -> testfile10.copy.copy.mmap (mmap,same)\nsetshstrndx: 32801\nPASS: run-copymany-le64.sh\nadd_sections 'testfile-debug-types': 65535 (sec_size: 0)\nsetshstrndx: 65571\nPASS: run-typeiter-many.sh\nAdding sections to testfile\nadd_sections 'testfile': 65535 (sec_size: 0)\nsetshstrndx: 65570\nTesting strip -o\nelflint testfile1.strip\nelflint testfile1.debug\nunstrip\nelfcmp\nTesting strip -g\nelflint testfile2.strip\nelflint testfile2.debug\nTesting strip in-place\noriginal size 2708236\nstripped size 3196\nelflint in-place\nPASS: run-strip-test-many.sh\nNo errors\nNo errors\nPASS: run-strip-version.sh\nPASS: run-xlate-note.sh\nPASS: run-readelf-discr.sh\n0x0 None\n0x1 WE32100\n0x2 SPARC\n0x3 Intel 80386\n0x4 M68K\n0x5 M88K\n0x6 Intel MCU\n0x7 Intel 80860\n0x8 MIPS R3000\n0x9 IBM System/370\n0xa MIPS R3000\n0xf HPPA\n0x11 Fujitsu VPP500\n0x12 SPARC v8+\n0x13 Intel 80960\n0x14 PowerPC\n0x15 PowerPC64\n0x16 IBM S/390\n0x17 IBM SPU/SPC\n0x24 NEC V800\n0x25 Fujitsu FR20\n0x26 TRW RH-32\n0x27 Motorola RCE\n0x28 ARM\n0x29 Digital Alpha\n0x2a SH\n0x2b SPARC v9\n0x2c Siemens Tricore\n0x2d ARC\n0x2e H8/300\n0x2f H8/300H\n0x30 H8S\n0x31 H8/500\n0x32 Intel IA-64\n0x33 Stanford MIPS-X\n0x34 Motorola Coldfire\n0x35 Motorola M68HC12\n0x36 Fujitsu MMA Multimedia Accelerator\n0x37 Siemens PCP\n0x38 Sony nCPU embedded RISC\n0x39 Denso NDR1 microprocessor\n0x3a Motorola Star*Core processor\n0x3b Toyota ME16 processor\n0x3c STMicroelectronic ST100\n0x3d Advanced Logic Corporation Tinyj\n0x3e AMD x86-64\n0x3f Sony DSP Processor\n0x40 Digital PDP-10\n0x41 Digital PDP-11\n0x42 Siemens FX66 microcontroller\n0x43 STMicroelectronics ST9+\n0x44 STMicroelectronics ST7\n0x45 Motorola MC68HC16 microcontroller\n0x46 Motorola MC68HC11 microcontroller\n0x47 Motorola MC68HC08 microcontroller\n0x48 Motorola MC68HC05 microcontroller\n0x49 Silicon Graphics SVx\n0x4a STMicroelectronics ST19\n0x4b Digital VAX\n0x4c Axis Communications 32-bit embedded processor\n0x4d Infineon Technologies 32-bit embedded processor\n0x4e Element 14 64-bit DSP Processor\n0x4f LSI Logic 16-bit DSP Processor\n0x50 Donald Knuth's educational 64-bit processor\n0x51 Harvard University machine-independent object\n0x52 SiTera Prism\n0x53 Atmel AVR 8-bit microcontroller\n0x54 Fujitsu FR30\n0x55 Mitsubishi D10V\n0x56 Mitsubishi D30V\n0x57 NEC v850\n0x58 Mitsubishi M32R\n0x59 Matsushita MN10300\n0x5a Matsushita MN10200\n0x5b picoJava\n0x5c OpenRISC\n0x5d ARC International ARCompact\n0x5e Tensilica Xtensa Architecture\n0x5f Alphamosaic VideoCore\n0x60 Thompson Multimedia General Purpose Processor\n0x61 National Semiconductor 32000\n0x62 Tenor Network TPC\n0x63 Trebia SNP 1000\n0x64 STMicroelectronics ST200\n0x65 Ubicom IP2xxx\n0x66 MAX processor\n0x67 National Semiconductor CompactRISC\n0x68 Fujitsu F2MC16\n0x69 Texas Instruments msp430\n0x6a Analog Devices Blackfin DSP\n0x6b Seiko Epson S1C33\n0x6c Sharp embedded microprocessor\n0x6d Arca RISC\n0x6e Unicore\n0x6f eXcess configurable CPU\n0x70 Icera Semiconductor Deep Execution Processor\n0x71 Altera Nios II\n0x72 National Semiconductor CompactRISC CRX\n0x73 Motorola XGATE\n0x74 Infineon C16x/XC16x\n0x75 Renesas M16C\n0x76 Microchip Technology dsPIC30F\n0x77 Freescale Communication Engine RISC\n0x78 Renesas M32C\n0x83 Altium TSK3000\n0x84 Freescale RS08\n0x85 Analog Devices SHARC\n0x86 Cyan Technology eCOG2\n0x87 Sunplus S+core7 RISC\n0x88 New Japan Radio (NJR) 24-bit DSP\n0x89 Broadcom VideoCore III\n0x8a RISC for Lattice FPGA\n0x8b Seiko Epson C17\n0x8c Texas Instruments TMS320C6000 DSP\n0x8d Texas Instruments TMS320C2000 DSP\n0x8e Texas Instruments TMS320C55x DSP\n0x8f Texas Instruments Application Specific RISC\n0x90 Texas Instruments Programmable Realtime Unit\n0xa0 STMicroelectronics 64bit VLIW DSP\n0xa1 Cypress M8C\n0xa2 Renesas R32C\n0xa3 NXP Semiconductors TriMedia\n0xa4 QUALCOMM DSP6\n0xa5 Intel 8051 and variants\n0xa6 STMicroelectronics STxP7x\n0xa7 Andes Technology compact code size embedded RISC\n0xa8 Cyan Technology eCOG1X\n0xa9 Dallas Semiconductor MAXQ30\n0xaa New Japan Radio (NJR) 16-bit DSP\n0xab M2000 Reconfigurable RISC\n0xac Cray NV2 vector architecture\n0xad Renesas RX\n0xae Imagination Technologies META\n0xaf MCST Elbrus\n0xb0 Cyan Technology eCOG16\n0xb1 National Semiconductor CompactRISC\n0xb2 Freescale Extended Time Processing Unit\n0xb3 Infineon Technologies SLE9X\n0xb4 Intel L10M\n0xb5 Intel K10M\n0xb7 AARCH64\n0xb9 Amtel AVR32\n0xba STMicroelectronics STM8\n0xbb Tilera TILE64\n0xbc Tilera TILEPro\n0xbd Xilinx MicroBlaze\n0xbe NVIDIA CUDA\n0xbf Tilera TILE-Gx\n0xc0 CloudShield\n0xc1 KIPO-KAIST Core-A 1st gen\n0xc2 KIPO-KAIST Core-A 2nd gen\n0xc3 Synopsys ARCv2 ISA\n0xc4 Open8 RISC\n0xc5 Renesas RL78\n0xc6 Broadcom VideoCore V\n0xc7 Renesas 78KOR\n0xc8 Freescale 56800EX DSC\n0xc9 Beyond BA1\n0xca Beyond BA2\n0xcb XMOS xCORE\n0xcc Microchip 8-bit PIC\n0xcd Intel Graphics Technology\n0xd2 KM211 KM32\n0xd3 KM211 KMX32\n0xd4 KM211 KMX16\n0xd5 KM211 KMX8\n0xd6 KM211 KVARC\n0xd7 Paneve CDP\n0xd8 Cognitive Smart Memory Processor\n0xd9 Bluechip CoolEngine\n0xda Nanoradio Optimized RISC\n0xdb CSR Kalimba\n0xdc Zilog Z80\n0xdd CDS VISIUMcore\n0xde FTDI Chip FT32\n0xdf Moxie\n0xe0 AMD GPU\n0xf3 RISC-V\n0xf7 BPF\n0xfc C-SKY\n0x102 LoongArch\n0x5d ARC International ARCompact\n0x9026 Alpha\nPASS: run-dwelf_elf_e_machine_string.sh\nelfclassify --core\ncore files are not programs\ncore files are not shared\ncore files are not kernel-modules\ncore files are not debug-only\nelfclassify --elf-file\nobject files are not archives\nobject files are not core files\nobject files are not program files\nobject files are not shared files\nobject files are not kernel modules\nobject files are not debug-only files\nelfclassify --elf-archive\narchives are not elf-files\narchives are not core files\narchives are not program files\narchives are not shared files\nelfclassify --shared\nshared files are loadable\nshared files are not executables\nshared files are not debug-only\nshared files are not kernel modules\nelfclassify --program\nprograms are executables (in this case)\nprograms are not shared libraries (in this case)\nprograms are not kernel-modules\nprograms are not debug-only\nelfclassify --linux-kernel-module\nkmods are unstripped\nkmods are not debug-only\nkmods are not loabable (in the normal sense)\ngnu compressed kmods are unstripped\nelfclassify --debug-only\ndebug-only files are unstripped\ndebug-only files are not programs\ndebug-only files are not shared\ncompress the debug sections and try again\nagain unstripped\nagain debug-only\nPASS: run-elfclassify.sh\nPASS: run-elfclassify-self.sh\nPASS: run-disasm-riscv64.sh\nNo errors\nNo errors\nPASS: run-pt_gnu_prop-tests.sh\nPASS: run-getphdrnum.sh\nPASS: run-test-includes.sh\nPASS: leb128\nPASS: read_unaligned\nPASS: msg_tst\nPASS: system-elf-libelf-test\nPASS: system-elf-gelf-test\nPASS: asm-tst1\nPASS: asm-tst2\nPASS: asm-tst3\nPASS: asm-tst4\nPASS: asm-tst5\nPASS: asm-tst6\nPASS: asm-tst7\nPASS: asm-tst8\nPASS: asm-tst9\nPASS: run-disasm-bpf.sh\n[b] primes.c\n[304] main\n[42f] is_prime\n[45e] atoi\n[47e] is_prime\n\nPASS: run-low_high_pc-dw-form-indirect.sh\nPASS: run-nvidia-extended-linemap-libdw.sh\nPASS: run-nvidia-extended-linemap-readelf.sh\nPASS: run-readelf-dw-form-indirect.sh\nNo errors\nPASS: run-strip-largealign.sh\nPASS: run-readelf-Dd.sh\nPASS: run-dwfl-core-noncontig.sh\nPASS: run-cu-dwp-section-info.sh\nPASS: run-declfiles.sh\nPASS: run-sysroot.sh\n\nfname (use_mmap: 0): /usr/lib/elfutils/ptest/tests/..//tests/manyfuncs.o\nshnum: 65550\nshstrndx section name: .shstrtab\nscns: 65550\nsymtabndx: 65546\nsymtabsndx: 65547\nscnshndx: 65547\nyzsymcnt: 65536\n\nfname (use_mmap: 1): /usr/lib/elfutils/ptest/tests/..//tests/manyfuncs.o\nshnum: 65550\nshstrndx section name: .shstrtab\nscns: 65550\nsymtabndx: 65546\nsymtabsndx: 65547\nscnshndx: 65547\nyzsymcnt: 65536\nPASS: run-test-manyfuncs.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-cfi.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-macros.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-lines.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-die.sh\nelfutils built without zstd support\nSKIP: run-readelf-compressed-zstd.sh\nneed curl\nSKIP: run-srcfiles-self.sh\nneed curl\nSKIP: run-debuginfod-dlopen.sh\nneed curl\nSKIP: run-debuginfod-artifact-running.sh\nneed curl\nSKIP: run-debuginfod-fd-prefetch-caches.sh\nneed curl\nSKIP: run-debuginfod-regex.sh\nneed curl\nSKIP: run-debuginfod-duplicate-urls.sh\nneed curl\nSKIP: run-debuginfod-file.sh\nneed curl\nSKIP: run-debuginfod-sizetime.sh\nneed curl\nSKIP: run-debuginfod-malformed.sh\nneed curl\nSKIP: run-debuginfod-negative-cache.sh\nneed curl\nSKIP: run-debuginfod-tmp-home.sh\nneed curl\nSKIP: run-debuginfod-writable.sh\nneed curl\nSKIP: run-debuginfod-no-urls.sh\nneed curl\nSKIP: run-debuginfod-query-retry.sh\nneed curl\nSKIP: run-debuginfod-extraction.sh\nneed curl\nSKIP: run-debuginfod-archive-groom.sh\nneed curl\nSKIP: run-debuginfod-archive-rename.sh\nneed curl\nSKIP: run-debuginfod-archive-test.sh\nneed curl\nSKIP: run-debuginfod-federation-sqlite.sh\nneed curl\nSKIP: run-debuginfod-federation-link.sh\nneed curl\nSKIP: run-debuginfod-percent-escape.sh\nneed curl\nSKIP: run-debuginfod-x-forwarded-for.sh\nSKIP: run-debuginfod-response-headers.sh\nneed curl\nSKIP: run-debuginfod-extraction-passive.sh\nneed curl\nSKIP: run-debuginfod-webapi-concurrency.sh\nneed curl\nSKIP: run-debuginfod-section.sh\nneed curl\nSKIP: run-debuginfod-IXr.sh\nno fish installed\nSKIP: run-debuginfod-client-profile.sh\nneed curl\nSKIP: run-debuginfod-find-metadata.sh\nneed curl\nSKIP: run-debuginfod-longsource.sh\nneed curl\nSKIP: run-debuginfod-federation-metrics.sh\nPASS: run-funcretval++11.sh\nPASS: run-funcretval-struct-native.sh\n=======================\nAll 245 tests passed\n(43 tests were not run)\n=======================\nmake[2]: Leaving directory '/usr/lib/elfutils/ptest/tests'\nmake[1]: Leaving directory '/usr/lib/elfutils/ptest/tests'\nDURATION: 15\nEND: /usr/lib/elfutils/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "elfutils": {
     "duration": "15",
     "log": "START: ptest-runner\n2025-06-16T11:37\nmake  \\\n\tTESTS_ENVIRONMENT=\"libdir='/usr/lib'; bindir='/usr/bin'; LC_ALL=C; LANG=C; VALGRIND_CMD=''; abs_srcdir='/usr/lib/elfutils/ptest/tests'; abs_builddir='/usr/lib/elfutils/ptest/tests'; abs_top_builddir='/usr/lib/elfutils/ptest/tests/../'; export abs_srcdir; export abs_builddir; export abs_top_builddir; export libdir; export bindir; export LC_ALL; export LANG; export VALGRIND_CMD; unset DEBUGINFOD_URLS; NM='x86_64-poky-linux-gcc-nm'; export NM; CC='gcc'; export CC;\" \\\n\tLOG_COMPILER=\"/usr/lib/elfutils/ptest/tests/test-wrapper.sh installed no 's,^,eu-,'\" check-TESTS\nmake[1]: Entering directory '/usr/lib/elfutils/ptest/tests'\nmake  runtest-TESTS\nmake[2]: Entering directory '/usr/lib/elfutils/ptest/tests'\nPASS: run-arextract.sh\nSKIP: run-arsymtest.sh\nMake a sorted list of the just build src .o files.\nnm.o\nsize.o\nstrip.o\nCreate a new ar file with the .o files.\neu-ar: creating test.ar\nList the ar file contents.\nDelete all objects again.\nCheck new ar file is now empty\nPASS: run-ar.sh\nPASS: newfile\nPASS: test-nlist\ncreate test.ar with 3 testfile\neu-ar: creating test.ar\na - testfile\na - testfile\ntestfile\ntestfile\na - testfile\nlist content of testfile 1 2 3\nx - testfile\nx - testfile\nx - testfile\ndelete testfile 2\nd - testfile\nx - testfile\nx - testfile\nPASS: run-ar-N.sh\nPASS: update1\nPASS: update2\nPASS: update3\nPASS: update4\nPASS: run-show-die-info.sh\nPASS: run-get-files.sh\nPASS: run-get-lines.sh\nPASS: run-next-files.sh\nPASS: run-next-lines.sh\nPASS: run-get-pubnames.sh\nPASS: run-get-aranges.sh\nPASS: run-allfcts.sh\nPASS: run-show-abbrev.sh\nPASS: run-line2addr.sh\nPASS: hash\nlong_bit: 64\nelfclass: 64\nspace_available: 0\nNot enough disk space, need at least 10GB available\nSKIP: run-large-elf-file.sh\nPASS: newscn\nPASS: run-strip-test.sh\nPASS: run-strip-test2.sh\nPASS: run-strip-test3.sh\nPASS: run-strip-test4.sh\nPASS: run-strip-test5.sh\nPASS: run-strip-test6.sh\nPASS: run-strip-test7.sh\nPASS: run-strip-test8.sh\nPASS: run-strip-test9.sh\nPASS: run-strip-test10.sh\nPASS: run-strip-test11.sh\nPASS: run-strip-test12.sh\n/usr/bin/gcc\nPASS: run-strip-nothing.sh\n/usr/bin/gcc\nCreate debug a.out.\nstrip -g to file with debug file\n[27] .symtab              SYMTAB       0000000000000000 00003028 00000360 24       28  19  8\n0\n1\narm strip -g to file with debug file\n[28] .symtab              SYMTAB       00000000 000750 000750 16       29  89  4\n0\n1\naarch64 strip -g to file with debug file\n[27] .symtab              SYMTAB       0000000000000000 00000920 000009c0 24       28  78  8\n0\n1\nPASS: run-strip-g.sh\nPASS: run-annobingroup.sh\nPASS: run-strip-groups.sh\nelflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge\nNo errors\nelfstrmerge\nelflint merged.elf\nNo errors\nstrip\nelflint merged.elf.stripped\nNo errors\nelflint merged.elf.debug\nNo errors\nunstrip\nelflint remerged.elf\nNo errors\nelfcmp\nelflint /usr/lib/elfutils/ptest/tests/..//tests/elfstrmerge.o\nNo errors\nelfstrmerge\nelflint merged.elf\nNo errors\nstrip\nelflint merged.elf.stripped\nNo errors\nelflint merged.elf.debug\nNo errors\nunstrip\nelflint remerged.elf\nNo errors\nelfcmp\nPASS: run-strip-strmerge.sh\nruntest hello_i386.ko\nruntest hello_x86_64.ko\nruntest hello_ppc64.ko\nruntest hello_s390.ko\nruntest hello_aarch64.ko\nruntest hello_m68k.ko\nruntest hello_riscv64.ko\nruntest hello_csky.ko\nruntest hello_arc_hs4.ko\nruntest hello_hexagon.ko\nPASS: run-strip-reloc-ko.sh\nruntest /usr/lib/elfutils/ptest/tests/..//src/strip\n/usr/bin/eu-strip: Ignoring --reloc-debug-sections-only for non-ET_REL file 'out.debug1'\nruntest /usr/lib/elfutils/ptest/tests/..//src/strip.o\nruntest strip-uncompressed.o\nruntest strip-compressed.o\nPASS: run-strip-reloc-self.sh\nruntest testfile-debug-rel-ppc64.o\nruntest testfile-debug-rel-ppc64-z.o\nruntest testfile-debug-rel-ppc64-g.o\nPASS: run-strip-reloc-ppc64.sh\nPASS: run-strip-nobitsalign.sh\nstrip --keep-section=.strtab testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip --keep-section=.symtab testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip --keep-section=.strtab testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip --keep-section=.symtab --remove-comment testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.symtab testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.s[yt][mr]tab --keep-section=.stab* testfile\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.symtab testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nstrip -g --remove-section=.s[yt][mr]tab --keep-section=.comment testfile69.so\nelflint testfile.elf\nNo errors\nelflint testfile.debug\nNo errors\nreadelf testfile.elf\nreadelf testfile.debug\nPASS: run-strip-remove-keep.sh\nPASS: run-unstrip-test.sh\nPASS: run-unstrip-test2.sh\nPASS: run-unstrip-test3.sh\nPASS: run-unstrip-test4.sh\nPASS: run-unstrip-M.sh\nmerging string tables testfile4 -> testfile4.merged\nWARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33\nNo errors\nmerging string tables testfile12 -> testfile12.merged\nWARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31\nNo errors\nPASS: run-elfstrmerge-test.sh\nPASS: run-ecp-test.sh\nPASS: run-ecp-test2.sh\nPASS: run-alldts.sh\nPASS: run-elflint-test.sh\nPASS: run-elflint-self.sh\nPASS: run-ranlib-test.sh\nPASS: run-ranlib-test2.sh\nPASS: run-ranlib-test3.sh\nPASS: run-ranlib-test4.sh\nPASS: run-addrscopes.sh\nPASS: run-strings-test.sh\nPASS: run-funcscopes.sh\nPASS: run-find-prologues.sh\nPASS: run-allregs.sh\nPASS: run-addrcfi.sh\nPASS: run-dwarfcfi.sh\nPASS: run-nm-syms.sh\nPASS: run-nm-self.sh\nPASS: run-readelf-self.sh\nCould not find split unit 'testfile-hello5.dwo', id: c422aa5c31fec205\n\nDWARF section [28] '.debug_info' at offset 0x3102:\n [Offset]\n Compilation unit at offset 0:\n Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4\n Unit type: skeleton (4), Unit id: 0xc422aa5c31fec205\n [    14]  skeleton_unit        abbrev: 1\n           low_pc               (addr) 0x0000000000401160 <foo>\n           high_pc              (data8) 81 (0x00000000004011b1)\n           stmt_list            (sec_offset) 0\n           dwo_name             (strp) \"testfile-hello5.dwo\"\n           comp_dir             (strp) \"/home/mark/src/elfutils/tests\"\n           GNU_pubnames         (flag_present) yes\n           addr_base            (sec_offset) address base [     8]\n Compilation unit at offset 53:\n Version: 5, Abbreviation section offset: 21, Address size: 8, Offset size: 4\n Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe\n [    49]  skeleton_unit        abbrev: 1\n           ranges               (sec_offset) range list [    24]\n           low_pc               (addr) 000000000000000000\n           stmt_list            (sec_offset) 655\n           dwo_name             (strp) \"testfile-world5.dwo\"\n           comp_dir             (strp) \"/home/mark/src/elfutils/tests\"\n           GNU_pubnames         (flag_present) yes\n           addr_base            (sec_offset) address base [    a8]\n           rnglists_base        (sec_offset) range list [     c]\n Split compilation unit at offset 53:\n Version: 5, Abbreviation section offset: 0, Address size: 8, Offset size: 4\n Unit type: skeleton (4), Unit id: 0xb6c8b9d97e6dfdfe\n {    14}  compile_unit         abbrev: 8\n           producer             (strx) \"GNU C17 9.0.0 20180515 (experimental) -mtune=generic -march=x86-64 -gdwarf-5 -gsplit-dwarf -gno-as-loc-support -gno-variable-location-views -O2\"\n           language             (data1) C11 (29)\n           name                 (strx) \"world.c\"\n           comp_dir             (strx) \"/home/mark/src/elfutils/tests\"\n           loclists_base        (sec_offset) location list [     0]\n {    1d}    variable             abbrev: 9\n             name                 (string) \"m\"\n             decl_file            (data1) hello.h (2)\n             decl_line            (data1) 1\n             decl_column          (data1) 12\n             type                 (ref4) {    27}\n             external             (flag_present) yes\n             declaration          (flag_present) yes\n {    27}    base_type            abbrev: 10\n             byte_size            (data1) 4\n             encoding             (data1) signed (5)\n             name                 (string) \"int\"\n {    2e}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"long unsigned int\"\n {    32}    base_type            abbrev: 1\n             byte_size            (data1) 1\n             encoding             (data1) unsigned_char (8)\n             name                 (strx) \"unsigned char\"\n {    36}    base_type            abbrev: 1\n             byte_size            (data1) 2\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"short unsigned int\"\n {    3a}    base_type            abbrev: 1\n             byte_size            (data1) 4\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"unsigned int\"\n {    3e}    base_type            abbrev: 1\n             byte_size            (data1) 1\n             encoding             (data1) signed_char (6)\n             name                 (strx) \"signed char\"\n {    42}    base_type            abbrev: 1\n             byte_size            (data1) 2\n             encoding             (data1) signed (5)\n             name                 (strx) \"short int\"\n {    46}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) signed (5)\n             name                 (strx) \"long int\"\n {    4a}    base_type            abbrev: 1\n             byte_size            (data1) 1\n             encoding             (data1) signed_char (6)\n             name                 (strx) \"char\"\n {    4e}    const_type           abbrev: 11\n             type                 (ref4) {    4a}\n {    53}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) signed (5)\n             name                 (strx) \"long long int\"\n {    57}    base_type            abbrev: 1\n             byte_size            (data1) 8\n             encoding             (data1) unsigned (7)\n             name                 (strx) \"long long unsigned int\"\n {    5b}    subprogram           abbrev: 3\n             external             (flag_present) yes\n             name                 (strx) \"main\"\n             decl_file            (implicit_const) world.c (1)\n             decl_line            (data1) 14\n             decl_column          (implicit_const) 1\n             prototyped           (flag_present) yes\n             type                 (ref4) {    27}\n             low_pc               (addrx) [c] 0x0000000000401060 <main>\n             high_pc              (data8) 32 (0x0000000000401080 <_start>)\n             frame_base           (exprloc) \n              [ 0] call_frame_cfa\n             call_all_calls       (flag_present) yes\n             sibling              (ref4) {    9b}\n {    71}      formal_parameter     abbrev: 2\n               name                 (strx) \"argc\"\n               decl_file            (implicit_const) world.c (1)\n               decl_line            (data1) 14\n               decl_column          (data1) 11\n               type                 (ref4) {    27}\n               location             (loclistx) location index [     0]\n {    7a}      formal_parameter     abbrev: 2\n               name                 (strx) \"argv\"\n               decl_file            (implicit_const) world.c (1)\n               decl_line            (data1) 14\n               decl_column          (data1) 30\n               type                 (ref4) {    9b}\n               location             (loclistx) location index [     1]\n {    83}      variable             abbrev: 12\n               name                 (string) \"n\"\n               decl_file            (data1) world.c (1)\n               decl_line            (data1) 16\n               decl_column          (data1) 15\n               type                 (ref4) {    a0}\n               location             (loclistx) location index [     2]\n {    8e}      call_site            abbrev: 4\n               call_return_pc       (addrx) [5] 0x0000000000401079 <main+0x19>\n               call_origin          (ref4) {    a5}\n {    94}      call_site            abbrev: 4\n               call_return_pc       (addrx) [a] 0x0000000000401080 <_start>\n               call_origin          (ref4) {   114}\n {    9b}    pointer_type         abbrev: 5\n             byte_size            (implicit_const) 8\n             type                 (ref4) {    a0}\n {    a0}    pointer_type         abbrev: 5\n             byte_size            (implicit_const) 8\n             type                 (ref4) {    4e}\n {    a5}    subprogram           abbrev: 3\n             external             (flag_present) yes\n             name                 (strx) \"calc\"\n             decl_file            (implicit_const) world.c (1)\n             decl_line            (data1) 5\n             decl_column          (implicit_const) 1\n             prototyped           (flag_present) yes\n             type                 (ref4) {    27}\n             low_pc               (addrx) [b] 0x00000000004011c0 <calc>\n             high_pc              (data8) 43 (0x00000000004011eb)\n             frame_base           (exprloc) \n              [ 0] call_frame_cfa\n             call_all_calls       (flag_present) yes\n             sibling              (ref4) {    eb}\n {    bb}      formal_parameter     abbrev: 2\n               name                 (strx) \"word\"\n               decl_file            (implicit_const) world.c (1)\n               decl_line            (data1) 5\n               decl_column          (data1) 19\n               type                 (ref4) {    a0}\n               location             (loclistx) location index [     3]\n {    c4}      inlined_subroutine   abbrev: 13\n               abstract_origin      (ref4) {    eb}\n               entry_pc             (addrx) [6] 0x00000000004011d3 <calc+0x13>\n               ranges               (rnglistx) range index [     0]\n               call_file            (data1) world.c (1)\n               call_line            (data1) 10\n               call_column          (data1) 10\n {    ce}        formal_parameter     abbrev: 6\n                 abstract_origin      (ref4) {   101}\n                 location             (loclistx) location index [     4]\n {    d4}        formal_parameter     abbrev: 6\n                 abstract_origin      (ref4) {    f9}\n                 location             (loclistx) location index [     5]\n {    da}        lexical_block        abbrev: 14\n                 ranges               (rnglistx) range index [     0]\n {    dc}          variable             abbrev: 15\n                   abstract_origin      (ref4) {   109}\n                   location             (loclistx) location index [     6]\n {    e2}          call_site            abbrev: 16\n                   call_return_pc       (addrx) [1] 0x00000000004011e4 <calc+0x24>\n                   call_tail_call       (flag_present) yes\n                   call_origin          (ref4) {   11b}\n {    eb}    subprogram           abbrev: 17\n             name                 (strx) \"frob\"\n             decl_file            (data1) hello.h (2)\n             decl_line            (data1) 5\n             decl_column          (data1) 1\n             prototyped           (flag_present) yes\n             type                 (ref4) {    27}\n             inline               (data1) declared_inlined (3)\n             sibling              (ref4) {   114}\n {    f9}      formal_parameter     abbrev: 7\n               name                 (string) \"a\"\n               decl_file            (implicit_const) hello.h (2)\n               decl_line            (implicit_const) 5\n               decl_column          (data1) 11\n               type                 (ref4) {    27}\n {   101}      formal_parameter     abbrev: 7\n               name                 (string) \"b\"\n               decl_file            (implicit_const) hello.h (2)\n               decl_line            (implicit_const) 5\n               decl_column          (data1) 18\n               type                 (ref4) {    27}\n {   109}      variable             abbrev: 18\n               name                 (string) \"c\"\n               decl_file            (data1) hello.h (2)\n               decl_line            (data1) 7\n               decl_column          (data1) 7\n               type                 (ref4) {    27}\n {   114}    subprogram           abbrev: 19\n             external             (flag_present) yes\n             declaration          (flag_present) yes\n             linkage_name         (strx) \"exit\"\n             name                 (strx) \"exit\"\n             decl_file            (data1) stdlib.h (3)\n             decl_line            (data2) 542\n             decl_column          (data1) 13\n {   11b}    subprogram           abbrev: 20\n             external             (flag_present) yes\n             declaration          (flag_present) yes\n             linkage_name         (string) \"baz\"\n             name                 (string) \"baz\"\n             decl_file            (data1) hello.h (2)\n             decl_line            (data1) 2\n             decl_column          (data1) 12\nPASS: run-readelf-info-plus.sh\nelfutils built without bzip2 support\nSKIP: run-readelf-compressed.sh\nPASS: run-readelf-const-values.sh\nmodule 'addr2line'\n[c] CU '../sysdeps/x86_64/start.S'@2670\n  [28] function '_start'@2670\nmodule 'addr2line'\n[21f] CU '../../elfutils-0.193/src/addr2line.c'@0\n  [25f8] inlined function 'show_int'@2fa2\n    [2612] parameter 'get'\n      <no value>\n    [2617] parameter 'info'\n      [2fa2,2fc0) {reg6}\n      [3865,3885) {reg6}\n    [2624] parameter 'name'\n      [2fa2,2fc0) {addr(0x4647), stack_value}\n      [3865,3885) {addr(0x4647), stack_value}\n    [2631] variable 'val'\n      [2fa2,2fc0) {fbreg(-240)}\n      [3868,3888) {fbreg(-240)}\n  [26b6] inlined function 'show_int'@2fc0\n    [26d0] parameter 'get'\n      <no value>\n    [26d5] parameter 'info'\n      [2fc0,2fde) {reg6}\n      [3843,3860) {reg6}\n    [26e2] parameter 'name'\n      [2fc0,2fde) {addr(0x4654), stack_value}\n      [3843,3860) {addr(0x4654), stack_value}\n    [26ef] variable 'val'\n      [2fc0,2fe0) {fbreg(-240)}\n      [3848,3868) {fbreg(-240)}\n  [22c4] inlined function 'show_note'@2f26\n    [22de] parameter 'get'\n      <no value>\n    [22e3] parameter 'info'\n      [2f26,2f38) {reg0}\n      [2f38,2f4b) {reg6}\n      [3885,38aa) {reg6}\n    [22f0] parameter 'note'\n      [2f26,2f4b) {addr(0x460b), stack_value}\n      [3885,38aa) {addr(0x460b), stack_value}\n    [22fd] variable 'flag'\n      [2f26,2f4b) {fbreg(-240)}\n      [3888,38b0) {fbreg(-240)}\n  [2306] inlined function 'show_note'@3888\n    [232c] parameter 'get'\n      <no value>\n    [2331] parameter 'info'\n      [3885,38a5) {reg6}\n    [233e] parameter 'note'\n      [3885,38a5) {addr(0x460b), stack_value}\n    [234b] variable 'flag'\n      <no value>\n  [2391] inlined function 'show_note'@2f4b\n    [23ab] parameter 'get'\n      <no value>\n    [23b0] parameter 'info'\n      [2f4b,2f68) {reg6}\n      [38aa,38d2) {reg6}\n    [23bd] parameter 'note'\n      [2f4b,2f68) {addr(0x4616), stack_value}\n      [38aa,38d2) {addr(0x4616), stack_value}\n    [23ca] variable 'flag'\n      [2f4b,2f68) {fbreg(-240)}\n      [38b0,38d8) {fbreg(-240)}\n  [23d3] inlined function 'show_note'@38b0\n    [23f9] parameter 'get'\n      <no value>\n    [23fe] parameter 'info'\n      [38aa,38cd) {reg6}\n    [240b] parameter 'note'\n      [38aa,38cd) {addr(0x4616), stack_value}\n    [2418] variable 'flag'\n      <no value>\n  [245e] inlined function 'show_note'@2f68\n    [2478] parameter 'get'\n      <no value>\n    [247d] parameter 'info'\n      [2f68,2f85) {reg6}\n      [38fa,3922) {reg6}\n    [248a] parameter 'note'\n      [2f68,2f85) {addr(0x4625), stack_value}\n      [38fa,3922) {addr(0x4625), stack_value}\n    [2497] variable 'flag'\n      [2f68,2f85) {fbreg(-240)}\n      [3900,3928) {fbreg(-240)}\n  [24a0] inlined function 'show_note'@3900\n    [24c6] parameter 'get'\n      <no value>\n    [24cb] parameter 'info'\n      [38fa,391d) {reg6}\n    [24d8] parameter 'note'\n      [38fa,391d) {addr(0x4625), stack_value}\n    [24e5] variable 'flag'\n      <no value>\n  [252b] inlined function 'show_note'@2f85\n    [2545] parameter 'get'\n      <no value>\n    [254a] parameter 'info'\n      [2f85,2fa2) {reg6}\n      [38d2,38fa) {reg6}\n    [2557] parameter 'note'\n      [2f85,2fa2) {addr(0x4635), stack_value}\n      [38d2,38fa) {addr(0x4635), stack_value}\n    [2564] variable 'flag'\n      [2f85,2fa2) {fbreg(-240)}\n      [38d8,3900) {fbreg(-240)}\n  [256d] inlined function 'show_note'@38d8\n    [2593] parameter 'get'\n      <no value>\n    [2598] parameter 'info'\n      [38d2,38f5) {reg6}\n    [25a5] parameter 'note'\n      [38d2,38f5) {addr(0x4635), stack_value}\n    [25b2] variable 'flag'\n      <no value>\n  [20fa] inlined function 'get_addr_width'@3230\n    [2114] parameter 'mod'\n      [322b,3243) {reg0}\n      [3243,3256) {reg3}\n      [3530,353f) {reg0}\n      [353f,357d) {reg3}\n      [37e1,37f3) {reg3}\n  [38e6] function 'print_src'@2c30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3905] parameter 'src'\n      [2c30,2c65) {reg5}\n      [2c65,2c84) {fbreg(-64)}\n      [2c84,2cb1) {reg8}\n      [2cb2,2cc1) {reg5}\n      [2cc1,2ce6) {reg8}\n      [2cff,2d1a) {reg5}\n      [2d1a,2d1e) {reg8}\n      [2d1e,2d4a) {fbreg(-64)}\n    [3919] parameter 'lineno'\n      [2c30,2c5d) {reg4}\n      [2c5d,2c65) {reg9}\n      [2c65,2c86) {fbreg(-52)}\n      [2c86,2cb2) {entry_value(1) {reg4}, stack_value}\n      [2cb2,2cc1) {reg4}\n      [2cc1,2ccb) {reg9}\n      [2ccb,2cff) {entry_value(1) {reg4}, stack_value}\n      [2cff,2d13) {reg4}\n      [2d13,2d1e) {reg9}\n      [2d1e,2d4a) {fbreg(-52)}\n      [2d4a,2d4f) {entry_value(1) {reg4}, stack_value}\n    [392d] parameter 'linecol'\n      [2c30,2c65) {reg1}\n      [2c65,2ca6) {reg3}\n      [2ca6,2cb2) {entry_value(1) {reg1}, stack_value}\n      [2cb2,2cc1) {reg1}\n      [2cc1,2cfe) {reg3}\n      [2cfe,2cff) {entry_value(1) {reg1}, stack_value}\n      [2cff,2d0a) {reg1}\n      [2d0a,2d4f) {reg3}\n    [3941] parameter 'cu'\n      [2c30,2c65) {reg2}\n      [2c65,2cb2) {entry_value(1) {reg2}, stack_value}\n      [2cb2,2cc1) {reg2}\n      [2cc1,2cff) {entry_value(1) {reg2}, stack_value}\n      [2cff,2d1e) {reg2}\n      [2d1e,2d4f) {entry_value(1) {reg2}, stack_value}\n    [3954] variable 'comp_dir'\n      [2c52,2c84) {addr(0x47ae), stack_value}\n      [2c84,2cb1) {reg1}\n      [2cb2,2ccb) {addr(0x47ae), stack_value}\n      [2ccb,2ce6) {reg1}\n      [2cff,2d38) {addr(0x47ae), stack_value}\n      [2d38,2d44) {reg0}\n      [2d44,2d4a) {reg1}\n    [3968] variable 'comp_dir_sep'\n      [2c52,2c84) {addr(0x47ae), stack_value}\n      [2c84,2c86) {reg1}\n      [2c86,2cb1) {reg2}\n      [2cb2,2ccb) {addr(0x47ae), stack_value}\n      [2ccb,2ce6) {reg2}\n      [2cff,2d4a) {addr(0x47ae), stack_value}\n  [3ac0] function 'adjust_to_section'@2990\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3ae1] parameter 'name'\n      [2990,29be) {reg5}\n      [29be,2a4e) {reg14}\n      [2a4e,2a51) {entry_value(1) {reg5}, stack_value}\n      [2a51,2b09) {reg14}\n    [3af5] parameter 'addr'\n      [2990,29a0) {reg4}\n      [29a0,2a50) {reg15}\n      [2a50,2a51) {entry_value(1) {reg4}, stack_value}\n      [2a51,2b09) {reg15}\n    [3b09] parameter 'dwfl'\n      [2990,29c3) {reg1}\n      [29c3,29d0) {reg5}\n      [29d0,2b09) {entry_value(1) {reg1}, stack_value}\n    [3b1d] variable 'mod'\n      [2990,2b09) {fbreg(-160)}\n    [3b2d] variable 'nscn'\n      [29f4,29f8) {reg0}\n      [29f8,2a32) {reg12}\n      [2a51,2a8e) {reg12}\n  [3dc0] function 'find_symbol'@28b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3de1] parameter 'mod'\n      [28b0,28d8) {reg5}\n      [28d8,2958) {reg6}\n      [2958,2961) {entry_value(1) {reg5}, stack_value}\n      [2961,297a) {reg6}\n      [297a,2983) {entry_value(1) {reg5}, stack_value}\n    [3df5] parameter 'userdata'\n      [28b0,28d8) {reg4}\n      [28d8,2983) {entry_value(1) {reg4}, stack_value}\n    [3e09] parameter 'name'\n      [28b0,28d8) {reg1}\n      [28d8,2983) {entry_value(1) {reg1}, stack_value}\n    [3e1d] parameter 'start'\n      [28b0,28d8) {reg2}\n      [28d8,2983) {entry_value(1) {reg2}, stack_value}\n    [3e31] parameter 'arg'\n      [28b0,28d8) {reg8}\n      [28d8,2960) {reg15}\n      [2960,2961) {entry_value(1) {reg8}, stack_value}\n      [2961,2982) {reg15}\n      [2982,2983) {entry_value(1) {reg8}, stack_value}\n    [3e45] variable 'looking_for'\n      [28d4,28d8) {reg0}\n      [28d8,2983) {fbreg(-72)}\n    [3e59] variable 'symbol'\n      [28d4,2957) {reg3}\n      [2961,2979) {reg3}\n    [3e6d] variable 'value'\n      [28d4,295c) {reg13}\n      [2961,297e) {reg13}\n    [3e81] variable 'n'\n      [28d9,28e9) {reg0}\n      [28e9,294b) {reg12}\n      [2961,297c) {reg12}\n  [3f28] function 'see_one_module'@2890\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3f49] parameter 'mod'\n      [2890,28a6) {reg5}\n    [3f57] parameter 'userdata'\n      [2890,28a6) {reg4}\n    [3f65] parameter 'name'\n      [2890,28a6) {reg1}\n    [3f73] parameter 'start'\n      [2890,28a6) {reg2}\n    [3f81] parameter 'arg'\n      [2890,28a6) {reg8}\n    [3f8f] variable 'result'\n      [2890,28a6) {reg8}\n  [2c7f] inlined function 'print_addrsym'@2e22\n    [2c99] parameter 'mod'\n      [2e03,2e86) {reg3}\n      [3320,3361) {reg3}\n      [3512,3530) {reg3}\n      [3754,37e1) {reg3}\n      [37f3,3843) {reg3}\n    [2ca6] parameter 'addr'\n      [2e03,2e86) {fbreg(-296)}\n      [3320,3368) {fbreg(-296)}\n      [3518,3530) {fbreg(-296)}\n      [3758,37e8) {fbreg(-296)}\n      [37f8,3848) {fbreg(-296)}\n    [2caf] variable 's'\n      [2e03,2e86) {fbreg(-240)}\n      [3320,3368) {fbreg(-240)}\n      [3518,3530) {fbreg(-240)}\n      [3758,37e8) {fbreg(-240)}\n      [37f8,3848) {fbreg(-240)}\n    [2cb8] variable 'off'\n      [2e03,2e86) {fbreg(-288)}\n      [3320,3368) {fbreg(-288)}\n      [3518,3530) {fbreg(-288)}\n      [3758,37e8) {fbreg(-288)}\n      [37f8,3848) {fbreg(-288)}\n    [2cc1] variable 'name'\n      [2e29,2e3b) {reg0}\n      [2e3c,2e5b) {reg0}\n      [2e5b,2e5f) {reg1}\n      [3320,332c) {reg0}\n      [3512,3526) {reg0}\n      [3526,352a) {reg1}\n      [380a,381a) {reg0}\n      [381a,383d) {reg1}\n  [307e] inlined function 'print_dwarf_function'@313d\n    [3098] parameter 'mod'\n      [313d,31ec) {reg3}\n      [3361,33c4) {reg3}\n      [34c6,350d) {reg3}\n      [3922,3a59) {reg3}\n      [3b27,3bf2) {reg3}\n    [30a5] parameter 'addr'\n      [313d,3187) {reg6}\n    [30b2] variable 'bias'\n      [313d,31ec) {fbreg(-304)}\n      [3368,33c8) {fbreg(-304)}\n      [34d0,3518) {fbreg(-304)}\n      [3928,3a59) {fbreg(-304)}\n      [3b27,3bf2) {fbreg(-304)}\n    [30bb] variable 'cudie'\n      [3169,316d) {reg0}\n      [316d,31ec) {reg12}\n      [3361,33c4) {reg12}\n      [34c6,350d) {reg12}\n      [3922,3a59) {reg12}\n      [3b27,3bf2) {reg12}\n    [30c8] variable 'scopes'\n      [313d,31ec) {fbreg(-296)}\n      [3368,33c8) {fbreg(-296)}\n      [34d0,3518) {fbreg(-296)}\n      [3928,3a59) {fbreg(-296)}\n      [3b27,3bf2) {fbreg(-296)}\n    [30d1] variable 'nscopes'\n      [316e,3184) {reg0}\n    [30de] variable 'res'\n      [31e2,31ec) {lit1, stack_value}\n      [33bf,33c4) {lit0, stack_value}\n      [3503,350d) {lit1, stack_value}\n  [4631] inlined function 'get_diename'@2b80\n    [4657] parameter 'die'\n      [2b80,2b98) {reg3}\n    [4664] variable 'attr'\n      <no value>\n    [4669] variable 'name'\n      <no value>\n  [471c] inlined function 'symname'@2be6\n    [4742] parameter 'name'\n      [2be6,2c0a) {reg5}\n      [2c0a,2c1f) {fbreg(-40)}\n      [2c1f,2c22) {reg0}\n  [41cf] function 'parse_opt'@2760\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [41f1] parameter 'key'\n      [2760,276d) {reg5}\n      [276d,278e) {entry_value(1) {reg5}, stack_value}\n      [278e,27b5) {reg5}\n      [27b5,27b8) {entry_value(1) {reg5}, stack_value}\n      [27b8,27d5) {reg5}\n      [27d5,287c) {entry_value(1) {reg5}, stack_value}\n      [287c,288c) {reg5}\n    [4205] parameter 'arg'\n      [2760,288c) {reg4}\n    [4213] parameter 'state'\n      [2760,2779) {reg1}\n      [2779,278e) {entry_value(1) {reg1}, stack_value}\n      [278e,27b5) {reg1}\n      [27b5,27b8) {entry_value(1) {reg1}, stack_value}\n      [27b8,27d0) {reg1}\n      [27d0,287c) {entry_value(1) {reg1}, stack_value}\n      [287c,288c) {reg1}\n  [332d] inlined function 'xbasename'@39f1\n    [3347] parameter 's'\n      [39f1,3a02) {reg8}\n      [3a02,3a11) {fbreg(-352)}\n      [3a11,3a1c) {reg8}\n      [3a1c,3a1f) {fbreg(-352)}\n    [3354] variable 'p'\n      [3a03,3a1f) {reg0}\n  [39c6] inlined function 'xbasename'@2c58\n    [39e0] parameter 's'\n      [2c58,2c65) {reg5}\n      [2c65,2c84) {fbreg(-64)}\n    [39ed] variable 'p'\n      [2c66,2c84) {reg0}\n  [1e79] inlined function 'error'@3c0f\n    [1e9f] parameter '__status'\n      [3c0f,3c20) {lit0, stack_value}\n    [1eac] parameter '__errnum'\n      [3c0f,3c20) {lit0, stack_value}\n    [1eb9] parameter '__format'\n      [3c0f,3c1b) {reg0}\n      [3c1b,3c1f) {reg1}\n  [1ee5] inlined function 'error'@3c42\n    [1eff] parameter '__status'\n      [3c42,3c58) {lit0, stack_value}\n    [1f0c] parameter '__errnum'\n      [3c42,3c58) {lit0, stack_value}\n    [1f19] parameter '__format'\n      [3c42,3c53) {reg0}\n      [3c53,3c57) {reg1}\n  [3bc2] inlined function 'error'@2af0\n    [3bdc] parameter '__status'\n      [2af0,2b04) {lit0, stack_value}\n    [3be9] parameter '__errnum'\n      [2af0,2b04) {lit0, stack_value}\n    [3bf6] parameter '__format'\n      [2af0,2aff) {reg0}\n      [2aff,2b03) {reg1}\n  [3cdb] inlined function 'error'@2ac7\n    [3d01] parameter '__status'\n      [2ac7,2ad8) {lit1, stack_value}\n    [3d0e] parameter '__errnum'\n      [2ac7,2ad8) {lit0, stack_value}\n    [3d1b] parameter '__format'\n      [2ac7,2ad3) {reg0}\n      [2ad3,2ad7) {reg1}\n  [21ae] inlined function 'printf'@326d\n    [21d1] parameter '__fmt'\n      [326d,3285) {addr(0x4590), stack_value}\n  [2229] inlined function 'printf'@3419\n    [2243] parameter '__fmt'\n      [3419,3420) {addr(0x459a), stack_value}\n  [263a] inlined function 'printf'@3868\n    [2660] parameter '__fmt'\n      [3865,3880) {addr(0x464b), stack_value}\n  [26f8] inlined function 'printf'@3848\n    [271e] parameter '__fmt'\n      [3843,3860) {addr(0x464b), stack_value}\n  [292a] inlined function 'printf'@3b09\n    [2944] parameter '__fmt'\n      [3b09,3b22) {addr(0x45b6), stack_value}\n  [29fe] inlined function 'printf'@373c\n    [2a24] parameter '__fmt'\n      [373c,374f) {addr(0x4667), stack_value}\n  [2cce] inlined function 'printf'@2e4d\n    [2ce8] parameter '__fmt'\n      [2e4d,2e60) {addr(0x45b8), stack_value}\n  [2d16] inlined function 'printf'@2e81\n    [2d3c] parameter '__fmt'\n      [2e81,2e86) {implicit_pointer([47ba],0) {implicit_value(3){256300}}}\n  [2d71] inlined function 'printf'@3355\n    [2d8b] parameter '__fmt'\n      [3355,335c) {addr(0x45df), stack_value}\n  [2db9] inlined function 'printf'@3810\n    [2dd3] parameter '__fmt'\n      [3810,383e) {addr(0x45e4), stack_value}\n  [2e3a] inlined function 'printf'@3518\n    [2e60] parameter '__fmt'\n      [3512,352b) {addr(0x45f0), stack_value}\n  [2f1b] inlined function 'printf'@37c6\n    [2f41] parameter '__fmt'\n      [37c6,37dc) {addr(0x45f8), stack_value}\n  [312c] inlined function 'printf'@31ca\n    [3152] parameter '__fmt'\n      [31ca,31e2) {addr(0x459a), stack_value}\n  [31c4] inlined function 'printf'@336d\n    [31ea] parameter '__fmt'\n      [336d,3383) {addr(0x45a3), stack_value}\n  [3218] inlined function 'printf'@339a\n    [323e] parameter '__fmt'\n      [339a,33ad) {addr(0x45da), stack_value}\n  [326c] inlined function 'printf'@34ed\n    [3292] parameter '__fmt'\n      [34ed,3503) {addr(0x459f), stack_value}\n  [337e] inlined function 'printf'@3a35\n    [33a4] parameter '__fmt'\n      [3a35,3a52) {addr(0x45c9), stack_value}\n  [3423] inlined function 'printf'@3bbd\n    [3449] parameter '__fmt'\n      [3bbd,3bd5) {addr(0x45bb), stack_value}\n  [3480] inlined function 'printf'@3bda\n    [34a6] parameter '__fmt'\n      [3bda,3bed) {addr(0x45ae), stack_value}\n  [3654] inlined function 'printf'@3213\n    [367a] parameter '__fmt'\n      [3213,3226) {addr(0x4557), stack_value}\n  [3a16] inlined function 'printf'@2c86\n    [3a30] parameter '__fmt'\n      [2c86,2cb2) {addr(0x4545), stack_value}\n  [3a5e] inlined function 'printf'@2ccf\n    [3a84] parameter '__fmt'\n      [2ccf,2ce7) {addr(0x4538), stack_value}\n  [42ea] inlined function 'feof_unlocked'@25db\n    [4304] parameter '__stream'\n      (25db,25db) <empty range>\n      (2627,2627) <empty range>\n  [4312] inlined function 'getline'@262c\n    [4338] parameter '__lineptr'\n      [262c,2631) {fbreg(-56), stack_value}\n      [2631,263d) {reg5}\n      [263d,263e) {fbreg(-56), stack_value}\n    [4345] parameter '__n'\n      [262c,263e) {reg6}\n    [4352] parameter '__stream'\n      [262c,263d) {reg2}\n  [29b7] inlined function 'putchar'@36f3\n    [29dd] parameter '__c'\n      [36f3,3704) {lit10, stack_value}\n  [3037] inlined function 'putchar'@2fe0\n    [305d] parameter '__c'\n      [2fde,2ff1) {lit10, stack_value}\n  [45f4] function 'get_diename'@2b10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [460f] parameter 'die'\n      [2b10,2b33) {reg5}\n      [2b33,2b5b) {reg3}\n      [2b5b,2b5d) {entry_value(1) {reg5}, stack_value}\n      [2b5d,2b9d) {reg3}\n    [461c] variable 'attr'\n      [2b10,2b9d) {fbreg(-64)}\n    [4624] variable 'name'\n      [2b41,2b46) {reg0}\n      [2b78,2b87) {reg0}\n  [46f4] function 'symname'@2ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [470f] parameter 'name'\n      [2ba0,2bc2) {reg5}\n      [2bc2,2c0a) {reg5}\n      [2c0a,2c24) {fbreg(-40)}\n      [2c24,2c28) {reg5}\nmodule 'addr2line'\n[47e0] CU '../../elfutils-0.193/lib/printversion.c'@3c70\n  [4cfb] function 'print_version'@3c70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4d19] parameter 'stream'\n      [3c70,3c98) {reg5}\n      [3c98,3cb5) {reg3}\n      [3cb5,3cd1) {reg5}\n      [3cd1,3cd2) {entry_value(1) {reg5}, stack_value}\n    [4d2b] parameter 'state'\n      [3c70,3c86) {reg4}\n      [3c86,3cd2) {entry_value(1) {reg4}, stack_value}\n  [4d3d] inlined function 'fprintf'@3c70\n    [4d54] parameter '__stream'\n      [3c70,3c98) {reg5}\n      [3c98,3c99) {reg3}\n    [4d61] parameter '__fmt'\n      [3c70,3c99) {addr(0x47a3), stack_value}\n  [4daf] inlined function 'fprintf'@3cb1\n    [4dc6] parameter '__stream'\n      [3cb1,3cb5) {reg3}\n      [3cb5,3cd1) {reg5}\n      [3cd1,3cd2) {entry_value(1) {reg5}, stack_value}\n    [4dd3] parameter '__fmt'\n      [3cb1,3cbf) {reg0}\n      [3cbf,3cd1) {reg1}\nmodule 'elfclassify'\n[c] CU '../sysdeps/x86_64/start.S'@24b0\n  [28] function '_start'@24b0\nmodule 'elfclassify'\n[21f] CU '../../elfutils-0.193/src/elfclassify.c'@0\n  [166e] inlined function 'process_stdin'@23cf\n    [1688] parameter 'status'\n      [23cf,240e) {fbreg(-2132), stack_value}\n      [240e,2419) {reg5}\n      [2419,2467) {fbreg(-2132), stack_value}\n      [2471,249e) {fbreg(-2132), stack_value}\n      (24a8,24a8) <empty range>\n      [2280,2285) {fbreg(-2132), stack_value}\n    [1695] variable 'delim'\n      [23df,2467) {reg6}\n      [2471,249e) {reg6}\n      (24a8,24a8) <empty range>\n      [2280,2285) {reg6}\n    [16a2] variable 'buffer'\n      [23cf,2467) {fbreg(-2128)}\n      [2471,24a3) {fbreg(-2128)}\n      [2280,2285) {fbreg(-2128)}\n    [16ab] variable 'buffer_size'\n      [23cf,2467) {fbreg(-2120)}\n      [2471,24a3) {fbreg(-2120)}\n      [2280,2285) {fbreg(-2120)}\n  [1855] function 'process_current_path'@2860\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1874] parameter 'status'\n      [2860,28aa) {reg5}\n      [28aa,2d38) {reg15}\n      [2d38,2d39) {entry_value(1) {reg5}, stack_value}\n      [2d39,2df3) {reg15}\n      [2df3,2df8) {entry_value(1) {reg5}, stack_value}\n      [2df8,2e72) {reg15}\n      [2e72,2e77) {entry_value(1) {reg5}, stack_value}\n      [2e77,3ba7) {reg15}\n    [1888] variable 'checks_passed'\n      [2887,2c0e) {lit1, stack_value}\n      [2c0e,2c1d) {reg3}\n      [2c1d,2c37) {reg3}\n      [2c39,2c8b) {lit1, stack_value}\n      [2ca0,2cac) {reg3}\n      [2cac,2cbd) {reg3}\n      [2d39,2d7d) {lit1, stack_value}\n      [2d7d,2da7) {lit0, stack_value}\n      [2e77,3b42) {lit1, stack_value}\n      [3b47,3ba7) {lit1, stack_value}\n  [30f6] function 'parse_opt'@25a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3119] parameter 'key'\n      [25a0,25bb) {reg5}\n      [25bb,25be) {entry_value(1) {reg5}, stack_value}\n      [25be,25e5) {reg5}\n      [25e5,25f9) {breg0(2000), stack_value}\n      [25f9,25fe) {entry_value(1) {reg5}, stack_value}\n      [25fe,265d) {reg5}\n      [265d,26cc) {entry_value(1) {reg5}, stack_value}\n      [26cc,26dc) {reg5}\n      [26dc,26ef) {breg0(2000), stack_value}\n      [26ef,270c) {reg5}\n    [312e] parameter 'arg'\n      [25a0,270c) {reg4}\n    [313d] parameter 'state'\n      [25a0,25b2) {reg1}\n      [25b2,25be) {entry_value(1) {reg1}, stack_value}\n      [25be,25f5) {reg1}\n      [25f5,25fe) {entry_value(1) {reg1}, stack_value}\n      [25fe,2607) {reg1}\n      [2607,2613) {entry_value(1) {reg1}, stack_value}\n      [2613,265d) {reg1}\n      [265d,26cc) {entry_value(1) {reg1}, stack_value}\n      [26cc,270c) {reg1}\n  [3185] inlined function 'classify_check_negative'@25c0\n    [31a8] parameter 'key'\n      (25be,25be) <empty range>\n  [3151] inlined function 'classify_check_positive'@25a0\n    [3177] parameter 'key'\n      (25a0,25a0) <empty range>\n  [1aea] inlined function 'is_linux_kernel_module'@3008\n  [1a33] inlined function 'is_library'@2ae8\n  [19ff] inlined function 'is_program'@2a91\n  [19be] inlined function 'is_executable'@2a6c\n  [3643] inlined function 'is_shared'@2843\n  [1a5b] inlined function 'is_debug_only'@2b36\n  [198f] inlined function 'is_unstripped'@2a42\n  [361b] inlined function 'is_loadable'@27d0\n  [1960] inlined function 'is_core'@2a13\n  [1931] inlined function 'is_elf_archive'@29fc\n  [1902] inlined function 'is_elf_file'@29e5\n  [18d3] inlined function 'is_elf'@29cc\n  [21f8] inlined function 'run_classify'@2946\n    [2212] variable 'kind'\n      [29b2,29c2) {reg0}\n      [2eb1,2ed7) {reg0}\n      [2ed7,2f00) {reg9}\n      [2f00,2f17) {fbreg(-360)}\n      [30e3,30f9) {reg0}\n      [30f9,3102) {reg9}\n      [3508,3514) {reg0}\n    [221f] variable 'ehdr_storage'\n      [2932,2939) {fbreg(-224)}\n      [2946,29c2) {fbreg(-224)}\n      [2eb8,2fe8) {fbreg(-224)}\n      [30e8,3112) {fbreg(-224)}\n      [3119,3360) {fbreg(-224)}\n      [34dc,3514) {fbreg(-224)}\n      [359e,3610) {fbreg(-224)}\n      [3636,367c) {fbreg(-224)}\n      [3688,36f8) {fbreg(-224)}\n      [3702,3833) {fbreg(-224)}\n      [3849,3b42) {fbreg(-224)}\n      [3b47,3b53) {fbreg(-224)}\n      [3b86,3ba7) {fbreg(-224)}\n    [2228] variable 'ehdr'\n      [2f22,2f2f) {reg0}\n      [359e,35ba) {reg0}\n    [2235] variable 'dyn_seg'\n      [2f3c,2f7c) {piece(8), lit0, stack_value, piece(8), piece(40)}\n      [2fc6,2fd3) {piece(8), reg6, piece(8), piece(40)}\n      [35df,360c) {piece(8), lit0, stack_value, piece(8), piece(40)}\n      [3733,374b) {piece(8), lit0, stack_value, piece(8), piece(40)}\n  [2a24] inlined function 'elf_type_string'@3752\n    [2a3e] parameter 'type'\n      [3752,3776) {reg9}\n      [3849,3879) {reg9}\n      [3b47,3b53) {reg9}\n  [2242] inlined function 'elf_kind_string'@2eb8\n    [225b] parameter 'kind'\n      [2eb1,2ed7) {reg0}\n      [2ed7,2edb) {reg9}\n      [30e3,30f9) {reg0}\n      [30f9,3102) {reg9}\n      [3508,3514) {reg0}\n  [3008] inlined function 'close_elf'@2cb8\n  [1f97] inlined function 'open_elf'@2887\n  [20df] inlined function 'close_file'@2c61\n  [3022] inlined function 'close_file'@2cd0\n  [1fb1] inlined function 'open_file'@2887\n    [1fca] variable 'st'\n      [2887,2917) {fbreg(-224)}\n      [2c40,2c61) {fbreg(-224)}\n      [2d60,2d6b) {fbreg(-224)}\n      [2e80,2e98) {fbreg(-224)}\n  [210d] inlined function 'elf_issue'@2fe8\n    [2126] parameter 'msg'\n      [2fe1,2ffd) {addr(0x40c4), stack_value}\n      [3b53,3b86) {addr(0x40c4), stack_value}\n  [2319] inlined function 'elf_issue'@3102\n    [2333] parameter 'msg'\n      [3102,3112) {addr(0x40fd), stack_value}\n      [3b86,3ba7) {addr(0x40fd), stack_value}\n  [23a5] inlined function 'elf_issue'@35e0\n    [23ca] parameter 'msg'\n      [35df,360c) {addr(0x40ed), stack_value}\n  [245a] inlined function 'elf_issue'@3702\n    [2474] parameter 'msg'\n      [3702,3733) {addr(0x410c), stack_value}\n  [2691] inlined function 'elf_issue'@3688\n    [26b7] parameter 'msg'\n      [3688,36b7) {addr(0x411c), stack_value}\n  [271a] inlined function 'elf_issue'@36c0\n    [2740] parameter 'msg'\n      [36b7,36f1) {addr(0x4538), stack_value}\n  [28fc] inlined function 'elf_issue'@3935\n    [2922] parameter 'msg'\n      [3935,3966) {addr(0x4510), stack_value}\n  [299c] inlined function 'elf_issue'@359e\n    [29c1] parameter 'msg'\n      [359e,35c8) {addr(0x40e2), stack_value}\n  [33fc] function 'issue'@2710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [341a] parameter 'e'\n      [2710,2738) {reg5}\n      [2738,273e) {reg4}\n      [273e,274b) {entry_value(1) {reg5}, stack_value}\n      [274b,2758) {reg5}\n      [2758,276f) {reg4}\n      [276f,277c) {entry_value(1) {reg5}, stack_value}\n    [342a] parameter 'msg'\n      [2710,272a) {reg4}\n      [272a,273e) {reg2}\n      [273e,274b) {entry_value(1) {reg4}, stack_value}\n      [274b,2758) {reg4}\n      [2758,276f) {reg2}\n      [276f,277c) {entry_value(1) {reg4}, stack_value}\n  [202b] inlined function 'open'@28af\n    [2044] parameter '__path'\n      [28af,28c4) {addr(0x7898)}\n    [2051] parameter '__oflag'\n      [28af,28c0) {addr(0x7890), deref_size(1), const1u(255), and, lit17, shl, stack_value}\n      [28c0,28c4) {reg4}\n  [1b19] inlined function 'fprintf'@3360\n    [1b3f] parameter '__stream'\n      <no value>\n    [1b44] parameter '__fmt'\n      [3360,3386) {addr(0x42da), stack_value}\n  [1b72] inlined function 'fprintf'@3386\n    [1b98] parameter '__stream'\n      <no value>\n    [1b9d] parameter '__fmt'\n      [3386,33a7) {addr(0x42c3), stack_value}\n  [1bcb] inlined function 'fprintf'@33ac\n    [1bf1] parameter '__stream'\n      <no value>\n    [1bf6] parameter '__fmt'\n      [33ac,33cd) {addr(0x47a8), stack_value}\n  [1c24] inlined function 'fprintf'@33d2\n    [1c4a] parameter '__stream'\n      <no value>\n    [1c4f] parameter '__fmt'\n      [33d2,33f3) {addr(0x42af), stack_value}\n  [1c7d] inlined function 'fprintf'@33f8\n    [1ca3] parameter '__stream'\n      <no value>\n    [1ca8] parameter '__fmt'\n      [33f8,3419) {addr(0x429c), stack_value}\n  [1cd6] inlined function 'fprintf'@341e\n    [1cfc] parameter '__stream'\n      <no value>\n    [1d01] parameter '__fmt'\n      [341e,343f) {addr(0x4288), stack_value}\n  [1d2f] inlined function 'fprintf'@3444\n    [1d55] parameter '__stream'\n      <no value>\n    [1d5a] parameter '__fmt'\n      [3444,3465) {addr(0x4271), stack_value}\n  [1d88] inlined function 'fprintf'@346a\n    [1dae] parameter '__stream'\n      <no value>\n    [1db3] parameter '__fmt'\n      [346a,348b) {addr(0x425a), stack_value}\n  [1de1] inlined function 'fprintf'@3490\n    [1e07] parameter '__stream'\n      <no value>\n    [1e0c] parameter '__fmt'\n      [3490,34b1) {addr(0x4249), stack_value}\n  [1e3a] inlined function 'fprintf'@34b6\n    [1e60] parameter '__stream'\n      <no value>\n    [1e65] parameter '__fmt'\n      [34b6,34d7) {addr(0x420c), stack_value}\n  [1e93] inlined function 'fprintf'@3552\n    [1eb9] parameter '__stream'\n      <no value>\n    [1ebe] parameter '__fmt'\n      [3552,3573) {addr(0x421c), stack_value}\n  [1eec] inlined function 'fprintf'@3578\n    [1f12] parameter '__stream'\n      <no value>\n    [1f17] parameter '__fmt'\n      [3578,3599) {addr(0x4231), stack_value}\n  [1fd3] inlined function 'fprintf'@2890\n    [1ff8] parameter '__stream'\n      <no value>\n    [1ffd] parameter '__fmt'\n      [2890,28af) {addr(0x4098), stack_value}\n  [2269] inlined function 'fprintf'@2edb\n    [228e] parameter '__stream'\n      <no value>\n    [2293] parameter '__fmt'\n      [2edb,2f01) {addr(0x44e8), stack_value}\n  [2632] inlined function 'fprintf'@3318\n    [2658] parameter '__stream'\n      <no value>\n    [265d] parameter '__fmt'\n      [3313,3339) {addr(0x4558), stack_value}\n  [2a4c] inlined function 'fprintf'@3776\n    [2a72] parameter '__stream'\n      <no value>\n    [2a77] parameter '__fmt'\n      [3776,3797) {addr(0x4660), stack_value}\n  [2b10] inlined function 'fprintf'@38fa\n    [2b2a] parameter '__stream'\n      <no value>\n    [2b2f] parameter '__fmt'\n      [38fa,3919) {addr(0x4630), stack_value}\n  [2ba9] inlined function 'fprintf'@397a\n    [2bcf] parameter '__stream'\n      <no value>\n    [2bd4] parameter '__fmt'\n      [397a,39a0) {addr(0x4770), stack_value}\n  [2c02] inlined function 'fprintf'@39a0\n    [2c28] parameter '__stream'\n      <no value>\n    [2c2d] parameter '__fmt'\n      [39a0,39c1) {addr(0x4748), stack_value}\n  [2c5b] inlined function 'fprintf'@39c6\n    [2c81] parameter '__stream'\n      <no value>\n    [2c86] parameter '__fmt'\n      [39c6,39e7) {addr(0x4720), stack_value}\n  [2cb4] inlined function 'fprintf'@39ec\n    [2cda] parameter '__stream'\n      <no value>\n    [2cdf] parameter '__fmt'\n      [39ec,3a0d) {addr(0x41ee), stack_value}\n  [2d0d] inlined function 'fprintf'@3a12\n    [2d33] parameter '__stream'\n      <no value>\n    [2d38] parameter '__fmt'\n      [3a12,3a33) {addr(0x41d4), stack_value}\n  [2d66] inlined function 'fprintf'@3a38\n    [2d8c] parameter '__stream'\n      <no value>\n    [2d91] parameter '__fmt'\n      [3a38,3a59) {addr(0x4700), stack_value}\n  [2dbf] inlined function 'fprintf'@3a5e\n    [2de5] parameter '__stream'\n      <no value>\n    [2dea] parameter '__fmt'\n      [3a5e,3a7f) {addr(0x41bc), stack_value}\n  [2e18] inlined function 'fprintf'@3a84\n    [2e3e] parameter '__stream'\n      <no value>\n    [2e43] parameter '__fmt'\n      [3a84,3aa5) {addr(0x46d8), stack_value}\n  [2e71] inlined function 'fprintf'@3aaa\n    [2e97] parameter '__stream'\n      <no value>\n    [2e9c] parameter '__fmt'\n      [3aaa,3acb) {addr(0x46b0), stack_value}\n  [2eca] inlined function 'fprintf'@3ad0\n    [2ef0] parameter '__stream'\n      <no value>\n    [2ef5] parameter '__fmt'\n      [3ad0,3af1) {addr(0x4680), stack_value}\n  [2f23] inlined function 'fprintf'@3af6\n    [2f49] parameter '__stream'\n      <no value>\n    [2f4e] parameter '__fmt'\n      [3af6,3b17) {addr(0x41a4), stack_value}\n  [2f7c] inlined function 'fprintf'@3b1c\n    [2fa2] parameter '__stream'\n      <no value>\n    [2fa7] parameter '__fmt'\n      [3b1c,3b3d) {addr(0x418b), stack_value}\n  [2564] inlined function 'startswith'@3215\n    [258a] parameter 'str'\n      [3215,3229) {reg12}\n    [2597] parameter 'prefix'\n      [3215,3229) {addr(0x4157), stack_value}\n  [25cb] inlined function 'startswith'@322d\n    [25f1] parameter 'str'\n      [322d,3241) {reg12}\n    [25fe] parameter 'prefix'\n      [322d,3241) {addr(0x415f), stack_value}\n  [2133] inlined function 'error'@3b62\n    [214c] parameter '__status'\n      [3b62,3b81) {lit0, stack_value}\n    [2159] parameter '__errnum'\n      [3b62,3b81) {lit0, stack_value}\n    [2166] parameter '__format'\n      [3b62,3b81) {addr(0x40d5), stack_value}\n  [2340] inlined function 'error'@3b95\n    [2359] parameter '__status'\n      <constant value>\n    [235e] parameter '__errnum'\n      <constant value>\n    [2363] parameter '__format'\n      [3b95,3b9c) {addr(0x40d5), stack_value}\n      [3b9f,3ba7) {addr(0x40d5), stack_value}\n  [23d7] inlined function 'error'@35fd\n    [23f0] parameter '__status'\n      [35fd,360c) {lit0, stack_value}\n    [23fd] parameter '__errnum'\n      [35fd,360c) {lit0, stack_value}\n    [240a] parameter '__format'\n      [35fd,360c) {addr(0x40d5), stack_value}\n  [2481] inlined function 'error'@3721\n    [249a] parameter '__status'\n      [3721,3733) {lit0, stack_value}\n    [24a7] parameter '__errnum'\n      [3721,3733) {lit0, stack_value}\n    [24b4] parameter '__format'\n      [3721,3733) {addr(0x40d5), stack_value}\n  [26c4] inlined function 'error'@36a5\n    [26dd] parameter '__status'\n      [36a5,36b7) {lit0, stack_value}\n    [26ea] parameter '__errnum'\n      [36a5,36b7) {lit0, stack_value}\n    [26f7] parameter '__format'\n      [36a5,36b7) {addr(0x40d5), stack_value}\n  [274d] inlined function 'error'@36df\n    [2766] parameter '__status'\n      [36df,36f1) {lit0, stack_value}\n    [2773] parameter '__errnum'\n      [36df,36f1) {lit0, stack_value}\n    [2780] parameter '__format'\n      [36df,36f1) {addr(0x40d5), stack_value}\n  [292f] inlined function 'error'@3954\n    [2948] parameter '__status'\n      [3954,3966) {lit0, stack_value}\n    [2955] parameter '__errnum'\n      [3954,3966) {lit0, stack_value}\n    [2962] parameter '__format'\n      [3954,3966) {addr(0x40d5), stack_value}\n  [29ce] inlined function 'error'@35bb\n    [29e7] parameter '__status'\n      [35bb,35c8) {lit0, stack_value}\n    [29f4] parameter '__errnum'\n      [35bb,35c8) {lit0, stack_value}\n    [2a01] parameter '__format'\n      [35bb,35c8) {addr(0x40d5), stack_value}\n  [343c] inlined function 'error'@272f\n    [3461] parameter '__status'\n      [272f,273f) {lit0, stack_value}\n    [346e] parameter '__errnum'\n      [272f,2738) {reg5}\n      [2738,273e) {reg4}\n      [273e,273f) {entry_value(1) {reg5}, stack_value}\n    [347b] parameter '__format'\n      [272f,273f) {addr(0x4037), stack_value}\n  [34b7] inlined function 'error'@2760\n    [34d9] parameter '__status'\n      [2758,2770) {lit0, stack_value}\n    [34e6] parameter '__errnum'\n      [2758,276f) {reg4}\n      [276f,2770) {entry_value(1) {reg5}, stack_value}\n    [34f3] parameter '__format'\n      [2758,2770) {addr(0x4034), stack_value}\n  [35d7] function 'is_loadable'@2780\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n  [3600] function 'is_shared'@27d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\nmodule 'elfclassify'\n[368f] CU '../../elfutils-0.193/lib/printversion.c'@3bb0\n  [3baa] function 'print_version'@3bb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3bc8] parameter 'stream'\n      [3bb0,3bd8) {reg5}\n      [3bd8,3bf5) {reg3}\n      [3bf5,3c11) {reg5}\n      [3c11,3c12) {entry_value(1) {reg5}, stack_value}\n    [3bda] parameter 'state'\n      [3bb0,3bc6) {reg4}\n      [3bc6,3c12) {entry_value(1) {reg4}, stack_value}\n  [3bec] inlined function 'fprintf'@3bb0\n    [3c03] parameter '__stream'\n      [3bb0,3bd8) {reg5}\n      [3bd8,3bd9) {reg3}\n    [3c10] parameter '__fmt'\n      [3bb0,3bd9) {addr(0x44bc), stack_value}\n  [3c5e] inlined function 'fprintf'@3bf1\n    [3c75] parameter '__stream'\n      [3bf1,3bf5) {reg3}\n      [3bf5,3c11) {reg5}\n      [3c11,3c12) {entry_value(1) {reg5}, stack_value}\n    [3c82] parameter '__fmt'\n      [3bf1,3bff) {reg0}\n      [3bff,3c11) {reg1}\nmodule 'stack'\n[c] CU '../sysdeps/x86_64/start.S'@27a0\n  [28] function '_start'@27a0\nmodule 'stack'\n[21f] CU '../../elfutils-0.193/src/stack.c'@0\n  [2416] function 'parse_opt'@2f90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2439] parameter 'key'\n      [2f90,2fa7) {reg5}\n      [2fa7,2fbc) {entry_value(1) {reg5}, stack_value}\n      [2fbc,2fe0) {reg5}\n      [2fe0,2fea) {entry_value(1) {reg5}, stack_value}\n      [2fea,2ff7) {reg5}\n      [2ff7,318a) {entry_value(1) {reg5}, stack_value}\n      [318a,31ac) {reg5}\n      [31ac,329b) {entry_value(1) {reg5}, stack_value}\n      [329b,32a7) {reg5}\n      [32a7,3310) {entry_value(1) {reg5}, stack_value}\n      [3310,3321) {reg5}\n      [3321,33c8) {entry_value(1) {reg5}, stack_value}\n      [33c8,33de) {reg5}\n      [33de,3560) {entry_value(1) {reg5}, stack_value}\n    [244d] parameter 'arg'\n      [2f90,2fe5) {reg4}\n      [2fe5,2fea) {entry_value(1) {reg4}, stack_value}\n      [2fea,2ff7) {reg2}\n      [2ff7,2ffe) {entry_value(1) {reg4}, stack_value}\n      [2ffe,30c3) {reg2}\n      [30c3,30ef) {entry_value(1) {reg4}, stack_value}\n      [30ef,3103) {reg2}\n      [3103,312a) {entry_value(1) {reg4}, stack_value}\n      [312a,31ac) {reg2}\n      [31ac,329b) {entry_value(1) {reg4}, stack_value}\n      [329b,32b0) {reg2}\n      [32b0,3310) {fbreg(-24)}\n      [3310,3333) {reg2}\n      [3333,33c8) {entry_value(1) {reg4}, stack_value}\n      [33c8,33de) {reg2}\n      [33de,351a) {entry_value(1) {reg4}, stack_value}\n      [351a,3539) {fbreg(-24)}\n      [3539,3560) {entry_value(1) {reg4}, stack_value}\n    [2461] parameter 'state'\n      [2f90,2fb3) {reg1}\n      [2fb3,2fbc) {reg8}\n      [2fbc,2fe0) {reg1}\n      [2fe0,2fe5) {reg8}\n      [2fe5,2fea) {entry_value(1) {reg1}, stack_value}\n      [2fea,2ff7) {reg1}\n      [2ff7,2ffe) {entry_value(1) {reg1}, stack_value}\n      [2ffe,30c3) {reg8}\n      [30c3,30ef) {fbreg(-24)}\n      [30ef,3103) {reg8}\n      [3103,312a) {fbreg(-24)}\n      [312a,318a) {reg8}\n      [318a,31ac) {reg1}\n      [31ac,329b) {entry_value(1) {reg1}, stack_value}\n      [329b,32b0) {reg1}\n      [32b0,3310) {entry_value(1) {reg1}, stack_value}\n      [3310,3333) {reg1}\n      [3333,3347) {fbreg(-24)}\n      [3347,33c8) {entry_value(1) {reg1}, stack_value}\n      [33c8,33d6) {reg1}\n      [33d6,33de) {reg8}\n      [33de,3560) {entry_value(1) {reg1}, stack_value}\n  [2e23] function 'print_frames'@3560\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2e42] parameter 'frames'\n      [3560,357b) {reg5}\n      [357b,3abe) {fbreg(-192)}\n    [2e56] parameter 'tid'\n      [3560,35ab) {reg4}\n      [35ab,35df) {reg13}\n      [35df,3923) {fbreg(-152)}\n      [3923,3abe) {entry_value(1) {reg4}, stack_value}\n    [2e6a] parameter 'dwflerr'\n      [3560,35ae) {reg1}\n      [35ae,35df) {reg12}\n      [35df,3923) {fbreg(-140)}\n      [3923,3977) {entry_value(1) {reg1}, stack_value}\n      [3977,3a24) {fbreg(-140)}\n      [3a24,3a4d) {entry_value(1) {reg1}, stack_value}\n      [3a4d,3ab9) {fbreg(-140)}\n      [3ab9,3abe) {entry_value(1) {reg1}, stack_value}\n    [2e7e] parameter 'what'\n      [3560,35b5) {reg2}\n      [35b5,35df) {reg15}\n      [35df,3923) {fbreg(-136)}\n      [3923,3977) {entry_value(1) {reg2}, stack_value}\n      [3977,3a24) {fbreg(-136)}\n      [3a24,3a4d) {entry_value(1) {reg2}, stack_value}\n      [3a4d,3ab9) {fbreg(-136)}\n      [3ab9,3abe) {entry_value(1) {reg2}, stack_value}\n    [2e92] variable 'frame_nr'\n      [35b6,35df) {lit0, stack_value}\n      [35df,3601) {reg14}\n      [3601,3616) {breg14(1), stack_value}\n      [3616,380d) {reg14}\n      [380d,38b6) {reg12}\n      [38b6,38f0) {reg14}\n      [38f0,390c) {reg12}\n      [390c,3923) {reg14}\n      [3977,3a24) {reg14}\n      [3a4d,3ab2) {reg14}\n      [3ab2,3ab8) {reg8}\n  [308d] inlined function 'print_inline_frames'@379d\n    [30a7] parameter 'nr'\n      [379d,37c7) {implicit_pointer([2e92],0) {reg14}}\n      [37fe,390c) {implicit_pointer([2e92],0) {reg14}}\n    [30b4] parameter 'pc'\n      [379d,37bd) {reg13}\n      [37fe,3863) {reg13}\n      [3863,3904) {fbreg(-168)}\n    [30c1] parameter 'isactivation'\n      [379d,37bd) {reg3}\n      [37fe,3863) {reg3}\n      [3863,390c) {fbreg(-176)}\n    [30ce] parameter 'pc_adjusted'\n      [379d,37c7) {fbreg(-208)}\n      [37fe,390c) {fbreg(-208)}\n    [30db] parameter 'mod'\n      [379d,37c7) {fbreg(-200)}\n      [37fe,390c) {fbreg(-200)}\n    [30e8] parameter 'symname'\n      [379d,37bd) {reg6}\n      [37fe,3856) {reg6}\n      [38b6,38bd) {reg0}\n      [38bd,38db) {reg9}\n    [30f5] parameter 'cudie'\n      [379d,37c7) {fbreg(-160)}\n      [37fe,390c) {fbreg(-160)}\n    [3102] parameter 'die'\n      [379d,37a7) {fbreg(-112), stack_value}\n      [37a7,37b4) {reg5}\n      [37b4,37c7) {fbreg(-112), stack_value}\n      [37fe,390c) {fbreg(-112), stack_value}\n    [310f] parameter 'unwound_source'\n      [379d,37bd) {fbreg(-184)}\n      [37fe,3860) {fbreg(-184)}\n    [311c] variable 'scopes'\n      [379d,37d0) {fbreg(-120)}\n      [3800,3910) {fbreg(-120)}\n    [3125] variable 'nscopes'\n      [37b8,37bd) {reg15}\n      [37fe,3851) {reg15}\n  [36a0] function 'print_frame'@2ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [36be] parameter 'nr'\n      [2ba0,2bbe) {reg5}\n      [2bbe,2f8e) {fbreg(-148)}\n    [36d0] parameter 'pc'\n      [2ba0,2bf2) {reg4}\n      [2bf2,2f8e) {fbreg(-144)}\n    [36e2] parameter 'isactivation'\n      [2ba0,2bf2) {reg1}\n      [2bf2,2d16) {reg14}\n      [2d16,2f8e) {entry_value(1) {reg1}, stack_value}\n    [36f5] parameter 'pc_adjusted'\n      [2ba0,2bf2) {reg2}\n      [2bf2,2f8e) {fbreg(-136)}\n    [3708] parameter 'mod'\n      [2ba0,2bf2) {reg8}\n      [2bf2,2cec) {reg6}\n      [2cec,2d19) {entry_value(1) {reg8}, stack_value}\n      [2d19,2e83) {reg6}\n      [2e83,2ee5) {entry_value(1) {reg8}, stack_value}\n      [2ee5,2eff) {reg6}\n      [2eff,2f8e) {entry_value(1) {reg8}, stack_value}\n    [371b] parameter 'symname'\n      [2ba0,2bf2) {reg9}\n      [2bf2,2ca6) {reg3}\n      [2d19,2d69) {reg3}\n      [2d69,2d71) {reg0}\n      [2d71,2db1) {reg3}\n    [372e] parameter 'cudie'\n      [2ba0,2f8e) {fbreg(0)}\n    [373c] parameter 'die'\n      [2ba0,2f8e) {fbreg(8)}\n    [374b] parameter 'unwound_source'\n      [2ba0,2f8e) {fbreg(16)}\n    [3759] variable 'width'\n      [2bf3,2c0c) {reg0}\n      [2c0c,2c10) {reg2}\n    [376c] variable 'fname'\n      [2c85,2ca6) {reg0}\n      [2d71,2d89) {reg0}\n      [2d89,2d8d) {reg1}\n    [377f] variable 'start'\n      [2ba0,2f8e) {fbreg(-120)}\n  [3ea2] function 'die_name'@2930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3ec2] parameter 'die'\n      [2930,2953) {reg5}\n      [2953,297b) {reg3}\n      [297b,297d) {entry_value(1) {reg5}, stack_value}\n      [297d,29af) {reg3}\n    [3ed5] variable 'attr'\n      [2930,29af) {fbreg(-64)}\n    [3ee3] variable 'name'\n      [2961,297d) {reg0}\n      [2998,29a7) {reg0}\n      [29a8,29ae) {reg0}\n  [45d7] inlined function 'frame_callback'@3b71\n    [45f0] parameter 'state'\n      [3b71,3b92) {fbreg(-40)}\n      [3ba6,3bf9) {fbreg(-40)}\n    [45fd] parameter 'arg'\n      [3b71,3b8f) {reg6}\n      [3b8f,3b92) {entry_value(1) {reg4}, stack_value}\n      [3ba6,3bf9) {reg6}\n    [460a] variable 'frames'\n      <no value>\n    [460f] variable 'nr'\n      <no value>\n  [3fbf] function 'module_callback'@29b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3fdf] parameter 'mod'\n      [29b0,29e1) {reg5}\n      [29e1,2a94) {reg3}\n      [2a94,2b19) {entry_value(1) {reg5}, stack_value}\n      [2b19,2b40) {reg3}\n      [2b40,2b97) {entry_value(1) {reg5}, stack_value}\n    [3ff2] parameter 'userdata'\n      [29b0,29dd) {reg4}\n      [29dd,2b97) {entry_value(1) {reg4}, stack_value}\n    [4005] parameter 'name'\n      [29b0,29e1) {reg1}\n      [29e1,2b14) {reg13}\n      [2b14,2b19) {entry_value(1) {reg1}, stack_value}\n      [2b19,2b97) {reg13}\n    [4018] parameter 'start'\n      [29b0,29e1) {reg2}\n      [29e1,2b16) {reg14}\n      [2b16,2b19) {entry_value(1) {reg2}, stack_value}\n      [2b19,2b97) {reg14}\n    [402b] parameter 'arg'\n      [29b0,29e1) {reg8}\n      [29e1,2b97) {entry_value(1) {reg8}, stack_value}\n    [403e] variable 'bias'\n      [29b0,2b97) {fbreg(-120)}\n    [404d] variable 'elf'\n      [29eb,29ef) {reg0}\n      [29ef,2b12) {reg12}\n      [2b19,2b97) {reg12}\n    [4060] variable 'dwarf'\n      [29fd,2a07) {reg0}\n      [2a07,2b10) {reg6}\n      [2b19,2b97) {reg6}\n    [4073] variable 'end'\n      [29b0,2b97) {fbreg(-112)}\n    [4082] variable 'mainfile'\n      [29b0,2b97) {fbreg(-104)}\n    [4091] variable 'debugfile'\n      [29b0,2b97) {fbreg(-96)}\n    [40a0] variable 'modname'\n      [2a16,2a2b) {reg0}\n    [40b3] variable 'width'\n      [2a47,2a4b) {reg0}\n      [2a4b,2b18) {reg15}\n      [2b40,2b97) {reg15}\n    [40c6] variable 'id'\n      [29b0,2b97) {fbreg(-88)}\n    [40d4] variable 'id_vaddr'\n      [29b0,2b97) {fbreg(-80)}\n    [40e3] variable 'id_len'\n      [2a94,2a95) {reg0}\n      [2a95,2b0f) {reg3}\n      [2b40,2b7c) {reg3}\n      [2b7c,2b7f) {breg3(-1), stack_value}\n      [2b7f,2b97) {reg3}\n  [43e6] function 'get_addr_width'@2890\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4406] parameter 'mod'\n      [2890,28b1) {reg5}\n      [28b1,28c6) {entry_value(1) {reg5}, stack_value}\n      [28c6,28d9) {reg5}\n      [28d9,2930) {entry_value(1) {reg5}, stack_value}\n    [4419] variable 'width'\n      [2890,2930) {addr(0x7450)}\n  [40f6] inlined function 'xbasename'@2a47\n    [410f] parameter 's'\n      [2a47,2a4b) {reg5}\n      [2a4b,2a6f) {reg13}\n    [411c] variable 'p'\n      [2a61,2a65) {reg0}\n      [2a65,2a6b) {reg1}\n      [2a6b,2a6f) {breg0(-1), stack_value}\n  [2083] inlined function 'error'@271f\n    [20a9] parameter '__status'\n      [271f,2737) {lit2, stack_value}\n    [20b6] parameter '__errnum'\n      [271f,2737) {lit0, stack_value}\n    [20c3] parameter '__format'\n      [271f,2737) {addr(0x417a), stack_value}\n  [20f6] inlined function 'error'@273c\n    [211c] parameter '__status'\n      [273c,2751) {lit2, stack_value}\n    [2129] parameter '__errnum'\n      [273c,274c) {breg0(0)}\n      [274c,2750) {reg4}\n    [2136] parameter '__format'\n      [273c,2751) {addr(0x418e), stack_value}\n  [2164] inlined function 'error'@2756\n    [218a] parameter '__status'\n      [2756,276b) {lit2, stack_value}\n    [2197] parameter '__errnum'\n      [2756,276b) {lit0, stack_value}\n    [21a4] parameter '__format'\n      [2756,276b) {addr(0x41db), stack_value}\n  [21d7] inlined function 'error'@2773\n    [21f1] parameter '__status'\n      [2773,2788) {lit0, stack_value}\n    [21fe] parameter '__errnum'\n      [2773,2788) {lit0, stack_value}\n    [220b] parameter '__format'\n      [2773,2788) {addr(0x41c7), stack_value}\n  [2492] inlined function 'error'@3414\n    [24ac] parameter '__status'\n      [3414,3430) {lit2, stack_value}\n    [24b9] parameter '__errnum'\n      [3414,3424) {reg0}\n      [3424,342f) {reg4}\n    [24c6] parameter '__format'\n      [3414,3430) {addr(0x4430), stack_value}\n  [24f4] inlined function 'error'@3541\n    [250e] parameter '__status'\n      <constant value>\n    [2514] parameter '__errnum'\n      <constant value>\n    [251a] parameter '__format'\n      [3541,3541) {addr(0x4408), stack_value}\n      [3548,3556) {addr(0x4408), stack_value}\n      [3559,3560) {addr(0x4408), stack_value}\n  [25ae] inlined function 'error'@33ac\n    [25c8] parameter '__status'\n      [33ac,33c8) {lit2, stack_value}\n    [25d5] parameter '__errnum'\n      [33ac,33bc) {reg0}\n      [33bc,33c7) {reg4}\n    [25e2] parameter '__format'\n      [33ac,33c8) {addr(0x4478), stack_value}\n  [2610] inlined function 'error'@34fb\n    [262a] parameter '__status'\n      [34fb,351a) {lit2, stack_value}\n    [2637] parameter '__errnum'\n      [34fb,351a) {lit0, stack_value}\n    [2644] parameter '__format'\n      [34fb,351a) {addr(0x4450), stack_value}\n  [2731] inlined function 'error'@3283\n    [2757] parameter '__status'\n      [3283,329b) {lit2, stack_value}\n    [2764] parameter '__errnum'\n      [3283,329b) {lit0, stack_value}\n    [2771] parameter '__format'\n      [3283,329b) {addr(0x4108), stack_value}\n  [27ff] inlined function 'error'@32f3\n    [2819] parameter '__status'\n      [32f3,3310) {lit2, stack_value}\n    [2826] parameter '__errnum'\n      [32f3,3310) {lit0, stack_value}\n    [2833] parameter '__format'\n      [32f3,3310) {addr(0x4084), stack_value}\n  [286d] inlined function 'error'@345e\n    [2893] parameter '__status'\n      [345e,3473) {lit2, stack_value}\n    [28a0] parameter '__errnum'\n      [345e,3473) {lit0, stack_value}\n    [28ad] parameter '__format'\n      [345e,3473) {addr(0x40ab), stack_value}\n  [28e0] inlined function 'error'@347b\n    [2906] parameter '__status'\n      [347b,3493) {lit2, stack_value}\n    [2913] parameter '__errnum'\n      [347b,3493) {lit0, stack_value}\n    [2920] parameter '__format'\n      [347b,3493) {addr(0x409c), stack_value}\n  [2953] inlined function 'error'@349b\n    [2979] parameter '__status'\n      [349b,34b3) {lit2, stack_value}\n    [2986] parameter '__errnum'\n      [349b,34b3) {lit0, stack_value}\n    [2993] parameter '__format'\n      [349b,34b3) {addr(0x40c0), stack_value}\n  [29c6] inlined function 'error'@34bb\n    [29ec] parameter '__status'\n      [34bb,34d3) {lit2, stack_value}\n    [29f9] parameter '__errnum'\n      [34bb,34d3) {lit0, stack_value}\n    [2a06] parameter '__format'\n      [34bb,34d3) {addr(0x40ee), stack_value}\n  [2a39] inlined function 'error'@34db\n    [2a5f] parameter '__status'\n      [34db,34f3) {lit2, stack_value}\n    [2a6c] parameter '__errnum'\n      [34db,34f3) {lit0, stack_value}\n    [2a79] parameter '__format'\n      [34db,34f3) {addr(0x40da), stack_value}\n  [2aac] inlined function 'error'@351f\n    [2ad2] parameter '__status'\n      [351f,3539) {lit2, stack_value}\n    [2adf] parameter '__errnum'\n      [351f,3534) {breg0(0)}\n      [3534,3538) {reg4}\n    [2aec] parameter '__format'\n      [351f,3539) {addr(0x4069), stack_value}\n  [33b7] inlined function 'error'@3a05\n    [33dd] parameter '__status'\n      [3a05,3a22) {lit0, stack_value}\n    [33ea] parameter '__errnum'\n      [3a05,3a22) {lit0, stack_value}\n    [33f7] parameter '__format'\n      [3a05,3a22) {addr(0x44e0), stack_value}\n  [34e2] inlined function 'error'@3937\n    [34fc] parameter '__status'\n      [3937,3977) {lit0, stack_value}\n    [3509] parameter '__errnum'\n      [3937,3977) {lit0, stack_value}\n    [3516] parameter '__format'\n      [3937,3977) {addr(0x4132), stack_value}\n  [3549] inlined function 'error'@3a7d\n    [3563] parameter '__status'\n      [3a7d,3ab9) {lit0, stack_value}\n    [3570] parameter '__errnum'\n      [3a7d,3ab9) {lit0, stack_value}\n    [357d] parameter '__format'\n      [3a7d,3ab9) {addr(0x4498), stack_value}\n  [4614] inlined function 'error'@3bd3\n    [4639] parameter '__status'\n      [3bd3,3be8) {lit2, stack_value}\n    [4646] parameter '__errnum'\n      [3bd3,3be3) {breg0(0)}\n      [3be3,3be7) {reg4}\n    [4653] parameter '__format'\n      [3bd3,3be8) {addr(0x4158), stack_value}\n  [27a4] inlined function 'open'@32a0\n    [27ca] parameter '__path'\n      [329b,32b0) {reg2}\n      [32b0,32b1) {fbreg(-24)}\n    [27d7] parameter '__oflag'\n      [329b,32b1) {lit0, stack_value}\n  [26a3] inlined function 'atoi'@30bf\n    [26bd] parameter '__nptr'\n      [30bf,30c3) {reg5}\n      [30c3,30c4) {entry_value(1) {reg4}, stack_value}\n  [26ea] inlined function 'atoi'@30ff\n    [2704] parameter '__nptr'\n      [30ff,3103) {reg5}\n      [3103,3104) {entry_value(1) {reg4}, stack_value}\n  [1fe7] inlined function 'printf'@256a\n    [2001] parameter '__fmt'\n      [256a,2583) {addr(0x46d8), stack_value}\n  [2035] inlined function 'printf'@260a\n    [204f] parameter '__fmt'\n      [260a,2623) {addr(0x41b8), stack_value}\n  [3494] inlined function 'printf'@359d\n    [34ae] parameter '__fmt'\n      [359d,35b6) {addr(0x4120), stack_value}\n  [3836] inlined function 'printf'@2db7\n    [385c] parameter '__fmt'\n      [2db7,2dca) {addr(0x4041), stack_value}\n  [388a] inlined function 'printf'@2dea\n    [38a4] parameter '__fmt'\n      [2dea,2df4) {addr(0x401a), stack_value}\n  [38d2] inlined function 'printf'@2dfe\n    [38ec] parameter '__fmt'\n      [2dfe,2e19) {addr(0x4048), stack_value}\n  [3b2e] inlined function 'printf'@2e8c\n    [3b54] parameter '__fmt'\n      [2e8c,2ea2) {addr(0x405d), stack_value}\n  [3b88] inlined function 'printf'@2eae\n    [3bae] parameter '__fmt'\n      [2eae,2ec1) {addr(0x4065), stack_value}\n  [3bdc] inlined function 'printf'@2ecd\n    [3bff] parameter '__fmt'\n      [2ecd,2ee0) {addr(0x4065), stack_value}\n  [3c2e] inlined function 'printf'@2bf3\n    [3c53] parameter '__fmt'\n      [2bf3,2c11) {addr(0x4029), stack_value}\n  [3c92] inlined function 'printf'@2c34\n    [3cab] parameter '__fmt'\n      [2c34,2c42) {addr(0x4037), stack_value}\n  [3cfb] inlined function 'printf'@2c54\n    [3d20] parameter '__fmt'\n      [2c54,2c6a) {addr(0x4061), stack_value}\n  [3d54] inlined function 'printf'@2cec\n    [3d7a] parameter '__fmt'\n      [2cec,2cf6) {implicit_pointer([46e9],0) {implicit_value(2){0a00}}}\n  [3d9b] inlined function 'printf'@2d78\n    [3dc1] parameter '__fmt'\n      [2d71,2d8e) {addr(0x403b), stack_value}\n  [3def] inlined function 'printf'@2e30\n    [3e15] parameter '__fmt'\n      [2e26,2e46) {addr(0x4057), stack_value}\n  [4144] inlined function 'printf'@2a6f\n    [415d] parameter '__fmt'\n      [2a6f,2a80) {addr(0x4006), stack_value}\n  [419d] inlined function 'printf'@2ac2\n    [41b6] parameter '__fmt'\n      [2ac2,2ac9) {addr(0x401f), stack_value}\n  [41e4] inlined function 'printf'@2aed\n    [41fd] parameter '__fmt'\n      [2aed,2af4) {addr(0x401f), stack_value}\n  [422b] inlined function 'printf'@2b40\n    [4250] parameter '__fmt'\n      [2b40,2b53) {addr(0x4044), stack_value}\n  [427e] inlined function 'printf'@2b72\n    [4297] parameter '__fmt'\n      [2b72,2b7c) {addr(0x401a), stack_value}\n  [42c5] inlined function 'printf'@2b81\n    [42ea] parameter '__fmt'\n      [2b81,2b8d) {implicit_pointer([46f8],0) {implicit_value(3){5d0a00}}}\n  [4588] function 'frame_callback'@3b30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [45a3] parameter 'state'\n      [3b30,3b4b) {reg5}\n      [3b4b,3bfe) {fbreg(-40)}\n    [45b0] parameter 'arg'\n      [3b30,3b4b) {reg4}\n      [3b4b,3b8f) {reg6}\n      [3b8f,3b92) {entry_value(1) {reg4}, stack_value}\n      [3b92,3ba3) {reg6}\n      [3ba3,3ba6) {entry_value(1) {reg4}, stack_value}\n      [3ba6,3bfb) {reg6}\n      [3bfb,3bfe) {entry_value(1) {reg4}, stack_value}\n    [45bd] variable 'frames'\n      [3b30,3b4b) {reg4}\n      [3b4b,3b8f) {reg6}\n      [3b8f,3b92) {entry_value(1) {reg4}, stack_value}\n      [3b92,3ba3) {reg6}\n      [3ba3,3ba6) {entry_value(1) {reg4}, stack_value}\n      [3ba6,3bfb) {reg6}\n      [3bfb,3bfe) {entry_value(1) {reg4}, stack_value}\n    [45ca] variable 'nr'\n      [3b30,3b32) {breg4(0)}\nmodule 'stack'\n[4715] CU '../../elfutils-0.193/lib/printversion.c'@3c00\n  [4c30] function 'print_version'@3c00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4c4e] parameter 'stream'\n      [3c00,3c28) {reg5}\n      [3c28,3c45) {reg3}\n      [3c45,3c61) {reg5}\n      [3c61,3c62) {entry_value(1) {reg5}, stack_value}\n    [4c60] parameter 'state'\n      [3c00,3c16) {reg4}\n      [3c16,3c62) {entry_value(1) {reg4}, stack_value}\n  [4c72] inlined function 'fprintf'@3c00\n    [4c89] parameter '__stream'\n      [3c00,3c28) {reg5}\n      [3c28,3c29) {reg3}\n    [4c96] parameter '__fmt'\n      [3c00,3c29) {addr(0x4304), stack_value}\n  [4ce4] inlined function 'fprintf'@3c41\n    [4cfb] parameter '__stream'\n      [3c41,3c45) {reg3}\n      [3c45,3c61) {reg5}\n      [3c61,3c62) {entry_value(1) {reg5}, stack_value}\n    [4d08] parameter '__fmt'\n      [3c41,3c4f) {reg0}\n      [3c4f,3c61) {reg1}\nmodule 'unstrip'\n[c] CU '../sysdeps/x86_64/start.S'@2e80\n  [28] function '_start'@2e80\nmodule 'unstrip'\n[21f] CU '../../elfutils-0.193/src/unstrip.c'@0\n  [2012] inlined function 'handle_implicit_modules'@2916\n    [202c] parameter 'info'\n      [2916,2b11) {fbreg(-256), stack_value}\n      [2b49,2c90) {fbreg(-256), stack_value}\n      [2cbc,2d28) {fbreg(-256), stack_value}\n      [2dc2,2e50) {fbreg(-256), stack_value}\n      [2e55,2e7e) {fbreg(-256), stack_value}\n    [2039] variable 'mmi'\n      [2916,2b11) {fbreg(-288)}\n      [2b49,2c90) {fbreg(-288)}\n      [2cc0,2d28) {fbreg(-288)}\n      [2dc2,2e50) {fbreg(-288)}\n      [2e55,2e7e) {fbreg(-288)}\n      [26bd,26bd) {fbreg(-288)}\n    [2042] variable 'offset'\n      [2963,297c) {reg0}\n      [297c,2b0b) {reg6}\n      [2b0b,2b11) {reg0}\n      [2b49,2b67) {reg0}\n      [2b67,2c03) {reg6}\n      [2c03,2c11) {reg0}\n      [2c11,2c90) {reg6}\n      [2cbc,2d28) {reg6}\n      [2dc2,2ddd) {reg0}\n      [2ddd,2e27) {reg6}\n      [2e27,2e3e) {reg0}\n      [2e3e,2e50) {reg6}\n      [2e55,2e7e) {reg6}\n  [2947] function 'match_module'@39c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2968] parameter 'mod'\n      [39c0,39e4) {reg5}\n      [39e4,3a43) {reg13}\n      [3a43,3a44) {entry_value(1) {reg5}, stack_value}\n      [3a44,3ab4) {reg13}\n    [297c] parameter 'userdata'\n      [39c0,39f6) {reg4}\n      [39f6,3a44) {entry_value(1) {reg4}, stack_value}\n      [3a44,3a4d) {reg4}\n      [3a4d,3ab4) {entry_value(1) {reg4}, stack_value}\n    [2990] parameter 'name'\n      [39c0,39f6) {reg1}\n      [39f6,3a1f) {reg6}\n      [3a44,3a54) {reg1}\n      [3a54,3a8c) {reg6}\n      [3a8c,3a91) {entry_value(1) {reg1}, stack_value}\n      [3a91,3aa1) {reg6}\n    [29a4] parameter 'start'\n      [39c0,39f6) {reg2}\n      [39f6,3a44) {entry_value(1) {reg2}, stack_value}\n      [3a44,3a54) {reg2}\n      [3a54,3ab4) {entry_value(1) {reg2}, stack_value}\n    [29b8] parameter 'arg'\n      [39c0,39f6) {reg8}\n      [39f6,3a41) {reg12}\n      [3a41,3a44) {entry_value(1) {reg8}, stack_value}\n      [3a44,3a54) {reg8}\n      [3a54,3ab4) {reg12}\n    [29cc] variable 'info'\n      [39e1,39f6) {reg8}\n      [39f6,3a41) {reg12}\n      [3a41,3a44) {entry_value(1) {reg8}, stack_value}\n      [3a44,3a54) {reg8}\n      [3a54,3ab4) {reg12}\n  [204f] inlined function 'list_module'@29c8\n    [2069] parameter 'mod'\n      [29c8,2a66) {reg3}\n    [2076] variable 'bias'\n      [29a9,29c0) {fbreg(-344)}\n      [29c8,2ae9) {fbreg(-344)}\n      [2cc0,2d28) {fbreg(-344)}\n    [207f] variable 'have_elf'\n      [29e1,29e5) {breg0(0), lit0, ne, stack_value}\n      [29e5,2b11) {breg13(0), lit0, ne, stack_value}\n      [2cbc,2d28) {breg13(0), lit0, ne, stack_value}\n    [208c] variable 'have_dwarf'\n      [29fa,2a08) {breg0(0), lit0, ne, stack_value}\n      [2a08,2b11) {breg14(0), lit0, ne, stack_value}\n      [2cbc,2d28) {breg14(0), lit0, ne, stack_value}\n    [2099] variable 'file'\n      [29a9,29c0) {fbreg(-336)}\n      [29c8,2ae9) {fbreg(-336)}\n      [2cc0,2d28) {fbreg(-336)}\n    [20a2] variable 'debug'\n      [29a9,29c0) {fbreg(-328)}\n      [29c8,2ae9) {fbreg(-328)}\n      [2cc0,2d28) {fbreg(-328)}\n    [20ab] variable 'start'\n      [29a9,29c0) {fbreg(-320)}\n      [29c8,2ae9) {fbreg(-320)}\n      [2cc0,2d28) {fbreg(-320)}\n    [20b4] variable 'end'\n      [29a9,29c0) {fbreg(-312)}\n      [29c8,2ae9) {fbreg(-312)}\n      [2cc0,2d28) {fbreg(-312)}\n    [20bd] variable 'name'\n      [2a11,2a12) {reg0}\n      [2a12,2ae9) {reg12}\n      [2cbc,2d28) {reg12}\n    [20ca] variable 'id'\n      [29a9,29c0) {fbreg(-304)}\n      [29c8,2ae9) {fbreg(-304)}\n      [2cc0,2d28) {fbreg(-304)}\n    [20d3] variable 'id_vaddr'\n      [29a9,29c0) {fbreg(-296)}\n      [29c8,2ae9) {fbreg(-296)}\n      [2cc0,2d28) {fbreg(-296)}\n    [20dc] variable 'id_len'\n      [2a66,2a68) {reg0}\n      [2a68,2aa4) {reg3}\n      [2aa4,2aa7) {breg3(-1), stack_value}\n      [2aa7,2ae9) {reg3}\n      [2cbc,2d28) {reg3}\n  [2308] inlined function 'handle_output_dir_module'@2c49\n    [2322] parameter 'output_dir'\n      [2b67,2b89) {reg0}\n      [2b89,2bd0) {fbreg(-400)}\n      [2c38,2c5b) {reg0}\n      [2c5b,2c90) {fbreg(-400)}\n    [232f] parameter 'mod'\n      [2b67,2be1) {reg13}\n      [2c49,2c90) {reg13}\n    [233c] parameter 'force'\n      [2b67,2be1) {reg12}\n      [2c49,2c90) {reg12}\n    [2349] parameter 'all'\n      [2b67,2be1) {reg15}\n      [2c49,2c90) {reg15}\n    [2356] parameter 'ignore'\n      [2b67,2be1) {reg14}\n      [2c49,2c90) {reg14}\n    [2363] parameter 'modnames'\n      [2b67,2b89) {fbreg(-221)}\n      [2c49,2c5b) {fbreg(-221)}\n    [2370] parameter 'relocate'\n      [2b67,2be1) {reg3}\n      [2c49,2c90) {reg3}\n    [237d] variable 'file'\n      [2b70,2be1) {fbreg(-296)}\n      [2c11,2c19) {fbreg(-296)}\n      [2c49,2c90) {fbreg(-296)}\n    [2386] variable 'name'\n      [2b8d,2b8e) {reg0}\n      [2b8e,2b97) {reg1}\n    [2393] variable 'output_file'\n      [2baf,2bd4) {reg0}\n      [2bd4,2be1) {fbreg(-400)}\n  [2c09] function 'handle_dwfl_module'@8770\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2c26] parameter 'output_file'\n      [8770,8791) {reg5}\n      [8791,8af5) {fbreg(-208)}\n    [2c3a] parameter 'create_dirs'\n      [8770,879a) {reg4}\n      [879a,8af5) {fbreg(-196)}\n    [2c4e] parameter 'force'\n      [8770,87bb) {reg1}\n      [87bb,87f4) {fbreg(-192)}\n      [87f4,8af5) {entry_value(1) {reg1}, stack_value}\n    [2c62] parameter 'mod'\n      [8770,87bb) {reg2}\n      [87bb,8813) {reg3}\n      [8813,881d) {entry_value(1) {reg2}, stack_value}\n      [881d,88c0) {reg3}\n      [88c0,890b) {entry_value(1) {reg2}, stack_value}\n      [890b,8933) {reg3}\n      [8933,895a) {entry_value(1) {reg2}, stack_value}\n      [895a,8971) {reg3}\n      [8971,89af) {entry_value(1) {reg2}, stack_value}\n      [89af,8a07) {reg3}\n      [8a07,8a29) {entry_value(1) {reg2}, stack_value}\n      [8a29,8a49) {reg3}\n      [8a49,8a69) {entry_value(1) {reg2}, stack_value}\n      [8a69,8aa0) {reg3}\n      [8aa0,8ac3) {entry_value(1) {reg2}, stack_value}\n      [8ac3,8af3) {reg3}\n      [8af3,8af5) {entry_value(1) {reg2}, stack_value}\n    [2c76] parameter 'all'\n      [8770,87bb) {reg8}\n      [87bb,8818) {reg13}\n      [8818,8af5) {entry_value(1) {reg8}, stack_value}\n    [2c8a] parameter 'ignore'\n      [8770,87bb) {reg9}\n      [87bb,87f4) {reg6}\n      [87f4,8af5) {entry_value(1) {reg9}, stack_value}\n    [2c9e] parameter 'relocate'\n      [8770,8af5) {fbreg(0)}\n    [2cae] variable 'bias'\n      [8770,8af5) {fbreg(-168)}\n    [2cbe] variable 'stripped'\n      [87bc,87d4) {reg0}\n      [87d4,87f4) {reg14}\n      [881d,8890) {reg14}\n      [8890,88a9) {reg0}\n      [890b,8971) {reg14}\n      [89af,8a69) {reg14}\n      [8a6e,8af5) {reg14}\n    [2cd2] variable 'debug'\n      [87e3,87f4) {reg0}\n      [881d,8836) {reg0}\n      [8836,883d) {reg8}\n      [883d,8890) {fbreg(-184)}\n      [890b,8915) {reg0}\n      [8915,8928) {reg8}\n      [895a,8971) {reg0}\n      [89af,8a07) {fbreg(-184)}\n      [8a29,8a69) {fbreg(-184)}\n      [8a6e,8aa0) {fbreg(-184)}\n      [8ac3,8ad1) {reg0}\n      [8ad1,8ad7) {reg8}\n    [2ce6] variable 'stripped_ehdr'\n      [8770,8af5) {fbreg(-144)}\n  [325d] function 'handle_explicit_files'@84a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [327a] parameter 'output_file'\n      [84a0,84af) {reg5}\n      [84af,863a) {reg13}\n      [863a,863f) {entry_value(1) {reg5}, stack_value}\n      [863f,876f) {reg13}\n    [328e] parameter 'create_dirs'\n      [84a0,84c3) {reg4}\n      [84c3,876f) {fbreg(-228)}\n    [32a2] parameter 'force'\n      [84a0,84de) {reg1}\n      [84de,85e8) {reg15}\n      [85e8,876f) {entry_value(1) {reg1}, stack_value}\n    [32b6] parameter 'stripped_file'\n      [84a0,84de) {reg2}\n      [84de,876f) {fbreg(-240)}\n    [32ca] parameter 'unstripped_file'\n      [84a0,84de) {reg8}\n      [84de,85db) {reg12}\n      [85db,863f) {entry_value(1) {reg8}, stack_value}\n      [863f,8762) {reg12}\n      [8762,8767) {entry_value(1) {reg8}, stack_value}\n      [8767,876f) {reg12}\n    [32de] variable 'stripped_fd'\n      [84f2,84f6) {reg0}\n      [84f6,8636) {reg6}\n      [863f,8759) {reg6}\n      [8762,876f) {reg6}\n    [32f2] variable 'stripped'\n      [8504,8508) {reg0}\n      [8508,8759) {fbreg(-224)}\n      [8762,876f) {fbreg(-224)}\n    [3306] variable 'stripped_ehdr'\n      [84a0,876f) {fbreg(-208)}\n    [3316] variable 'unstripped_fd'\n      [8512,8538) {const1s(-1), stack_value}\n      [8538,854c) {reg0}\n      [854c,8635) {reg3}\n      [863f,86bd) {reg3}\n      [86bd,86d3) {const1s(-1), stack_value}\n      [86d3,8720) {reg3}\n      [8762,8767) {reg3}\n      [8767,876f) {const1s(-1), stack_value}\n    [332a] variable 'unstripped'\n      [8512,855a) {lit0, stack_value}\n      [855a,855e) {reg0}\n      [855e,86bd) {fbreg(-216)}\n      [86bd,86d3) {lit0, stack_value}\n      [86d3,8720) {fbreg(-216)}\n      [8762,8767) {reg12}\n      [8767,876f) {lit0, stack_value}\n  [380a] function 'warn'@3450\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3827] parameter 'msg'\n      [3450,347d) {reg5}\n      [347d,34b3) {reg12}\n      [34b3,34b6) {entry_value(1) {reg5}, stack_value}\n      [34b6,34ce) {reg5}\n      [34ce,34dc) {reg12}\n    [383b] parameter 'force'\n      [3450,3476) {reg4}\n      [3476,348f) {reg3}\n      [348f,34b6) {entry_value(1) {reg4}, stack_value}\n      [34b6,34c7) {reg4}\n      [34c7,34dc) {reg3}\n    [384f] parameter 'stripped_file'\n      [3450,3463) {reg1}\n      [3463,34b1) {reg6}\n      [34b1,34b6) {entry_value(1) {reg1}, stack_value}\n      [34b6,34dc) {reg6}\n    [3863] parameter 'unstripped_file'\n      [3450,3481) {reg2}\n      [3481,34b5) {reg13}\n      [34b5,34b6) {entry_value(1) {reg2}, stack_value}\n      [34b6,34d2) {reg2}\n      [34d2,34dc) {reg13}\n  [3357] inlined function 'open_file'@851b\n    [3371] parameter 'file'\n      [851b,8538) {reg12}\n      [8767,876f) {reg12}\n    [337e] parameter 'writable'\n      [851b,8538) {breg13(0), lit0, eq, stack_value}\n      [8767,876f) {breg13(0), lit0, eq, stack_value}\n    [338b] variable 'fd'\n      [8532,854c) {reg0}\n      [854c,85d6) {reg3}\n      [863f,86bd) {reg3}\n      [86d3,8720) {reg3}\n      [8767,876e) {reg0}\n      [876e,876f) {reg3}\n  [366f] inlined function 'open_file'@84da\n    [3689] parameter 'file'\n      [84da,84de) {reg2}\n      [84de,84f2) {fbreg(-240)}\n      [8759,8762) {fbreg(-240)}\n    [3696] parameter 'writable'\n      [84da,84f2) {lit0, stack_value}\n      [8759,8762) {lit0, stack_value}\n    [36a3] variable 'fd'\n      [84df,84f6) {reg0}\n      [84f6,8636) {reg6}\n      [863f,8759) {reg6}\n      [8759,8761) {reg0}\n      [8762,876f) {reg6}\n  [397c] function 'handle_file'@8170\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3999] parameter 'output_file'\n      [8170,817a) {reg5}\n      [817a,8212) {reg14}\n      [8212,8232) {entry_value(1) {reg5}, stack_value}\n      [8232,8293) {reg14}\n      [8293,82f9) {entry_value(1) {reg5}, stack_value}\n      [82f9,8378) {reg14}\n      [8378,83dd) {entry_value(1) {reg5}, stack_value}\n      [83dd,8437) {reg14}\n      [8437,8463) {entry_value(1) {reg5}, stack_value}\n      [8463,8497) {reg14}\n    [39ad] parameter 'create_dirs'\n      [8170,8193) {reg4}\n      [8193,8497) {fbreg(-220)}\n    [39c1] parameter 'stripped'\n      [8170,81b0) {reg1}\n      [81b0,82f0) {reg6}\n      [82f0,82f9) {entry_value(1) {reg1}, stack_value}\n      [82f9,8497) {reg6}\n    [39d5] parameter 'stripped_ehdr'\n      [8170,81b0) {reg2}\n      [81b0,8497) {fbreg(-232)}\n    [39e9] parameter 'unstripped'\n      [8170,81b0) {reg8}\n      [81b0,82f4) {reg13}\n      [82f4,82f9) {entry_value(1) {reg8}, stack_value}\n      [82f9,8497) {reg13}\n    [39fd] variable 'phnum'\n      [8170,8497) {fbreg(-200)}\n    [3a0d] variable 'bias'\n      [81b9,8212) {lit0, stack_value}\n      [830d,8337) {lit0, stack_value}\n      [8337,833b) {breg3(0), breg0(16), deref, minus, stack_value}\n      [833b,8373) {reg3}\n      [83fe,841f) {reg3}\n  [68e9] inlined function 'new_shstrtab'@6497\n    [6903] parameter 'unstripped'\n      [636b,6439) {fbreg(-344)}\n      [6497,6554) {fbreg(-344)}\n      [65ef,673a) {fbreg(-344)}\n      [673a,6767) {fbreg(-344)}\n      [731a,7322) {fbreg(-344)}\n      [7337,7362) {fbreg(-344)}\n      [8080,8088) {fbreg(-344)}\n      [80e5,8116) {fbreg(-344)}\n    [6910] parameter 'unstripped_shnum'\n      [636b,638b) {reg15}\n      [638b,6439) {breg15(1), stack_value}\n      [6497,6554) {reg15}\n      [65ef,6694) {breg15(1), stack_value}\n      [6694,673a) {fbreg(-368), deref, plus_uconst(1), stack_value}\n      [673a,6759) {fbreg(-288)}\n      [731a,7322) {fbreg(-368), deref, plus_uconst(1), stack_value}\n      [7337,7346) {reg15}\n      [7346,7362) {fbreg(-368), deref, plus_uconst(1), stack_value}\n      [8080,8088) {breg15(1), stack_value}\n      [80e5,8116) {breg15(1), stack_value}\n    [691d] parameter 'shstrtab'\n      [636b,6439) {fbreg(-400)}\n      [6497,6554) {fbreg(-400)}\n      [65ef,673a) {fbreg(-400)}\n      [673a,6767) {fbreg(-400)}\n      [731a,7322) {fbreg(-400)}\n      [7337,7362) {fbreg(-400)}\n      [8080,8088) {fbreg(-400)}\n      [80e5,8116) {fbreg(-400)}\n    [692a] parameter 'unstripped_shstrndx'\n      [636b,6439) {fbreg(-384)}\n      [6497,64ba) {reg0}\n      [64ba,64cb) {fbreg(-304)}\n      [64cb,6554) {fbreg(-384)}\n      [65ef,673a) {fbreg(-384)}\n      [673a,6759) {fbreg(-304)}\n      [731a,7322) {fbreg(-384)}\n      [7337,7346) {reg0}\n      [7346,7362) {fbreg(-384)}\n      [8080,8088) {fbreg(-384)}\n      [80e5,8116) {fbreg(-384)}\n    [6937] parameter 'sections'\n      [636b,6439) {reg14}\n      [6497,6554) {reg14}\n      [65ef,673a) {reg14}\n      [673a,6767) {reg14}\n      [731a,7322) {reg14}\n      [7337,7362) {reg14}\n      [8080,8088) {reg14}\n      [80e5,8116) {reg14}\n    [6944] parameter 'stripped_shnum'\n      [6497,64a1) {reg3}\n      [64a1,64cb) {fbreg(-280)}\n      [673a,6759) {fbreg(-280)}\n      [7337,7346) {reg3}\n    [6951] parameter 'strtab'\n      [636b,6439) {fbreg(-336)}\n      [6497,6554) {fbreg(-336)}\n      [65ef,673a) {fbreg(-336)}\n      [673a,6759) {lit0, stack_value}\n      [731a,7322) {fbreg(-336)}\n      [7337,7362) {fbreg(-336)}\n      [8080,8088) {fbreg(-336)}\n      [80e5,8116) {fbreg(-336)}\n    [695e] variable 'unstripped_strent'\n      [636b,6439) {breg7(0)}\n      [64c7,64cb) {breg5(0)}\n      [64cb,6554) {breg7(0)}\n      [65ef,673a) {breg7(0)}\n      [731a,7322) {breg7(0)}\n      [7346,7362) {breg7(0)}\n      [8080,8088) {breg7(0)}\n      [80e5,8116) {breg7(0)}\n    [696f] variable 'strtab_data'\n      [6637,663b) {reg0}\n      [663b,673a) {fbreg(-376)}\n      [731a,7322) {fbreg(-376)}\n      [7346,7362) {fbreg(-376)}\n      [80e5,8116) {fbreg(-376)}\n  [47f4] inlined function 'find_alloc_sections_prelink'@5cc8\n    [480e] parameter 'debug'\n      [5cc8,61d6) {fbreg(-344)}\n      [6200,636b) {fbreg(-344)}\n      [6581,65ef) {fbreg(-344)}\n      [6d20,714a) {fbreg(-344)}\n      [718f,719e) {fbreg(-344)}\n      [72e5,731a) {fbreg(-344)}\n      [7322,7337) {fbreg(-344)}\n      [73be,73cd) {fbreg(-344)}\n      [740c,742b) {fbreg(-344)}\n      [8088,80e5) {fbreg(-344)}\n    [481b] parameter 'debug_shstrtab'\n      [5cc8,61d6) {fbreg(-400)}\n      [6200,636b) {fbreg(-400)}\n      [6581,65ef) {fbreg(-400)}\n      [6d20,714a) {fbreg(-400)}\n      [718f,719e) {fbreg(-400)}\n      [72e5,731a) {fbreg(-400)}\n      [7322,7337) {fbreg(-400)}\n      [73be,73cd) {fbreg(-400)}\n      [740c,742b) {fbreg(-400)}\n      [8088,80e5) {fbreg(-400)}\n    [4828] parameter 'main'\n      [5cc8,61d6) {fbreg(-328)}\n      [6200,636b) {fbreg(-328)}\n      [6581,65ef) {fbreg(-328)}\n      [6d20,714a) {fbreg(-328)}\n      [718f,719e) {fbreg(-328)}\n      [72e5,731a) {fbreg(-328)}\n      [7322,7337) {fbreg(-328)}\n      [73be,73cd) {fbreg(-328)}\n      [740c,742b) {fbreg(-328)}\n      [8088,80b6) {fbreg(-328)}\n    [4835] parameter 'main_ehdr'\n      [5cc8,61d6) {fbreg(-352)}\n      [6200,636b) {fbreg(-352)}\n      [6581,65ef) {fbreg(-352)}\n      [6d20,714a) {fbreg(-352)}\n      [718f,719e) {fbreg(-352)}\n      [72e5,731a) {fbreg(-352)}\n      [7322,7337) {fbreg(-352)}\n      [73be,73cd) {fbreg(-352)}\n      [740c,742b) {fbreg(-352)}\n      [8088,80e5) {fbreg(-352)}\n    [4842] parameter 'main_shstrtab'\n      [5cc8,61d6) {fbreg(-384)}\n      [6200,622e) {fbreg(-384)}\n      [6581,65c1) {fbreg(-384)}\n      [70f3,7123) {fbreg(-384)}\n      [72e5,731a) {fbreg(-384)}\n      [7322,7337) {fbreg(-384)}\n      [8088,80e5) {fbreg(-384)}\n    [484f] parameter 'bias'\n      [5cc8,61d6) {fbreg(-360)}\n      [6200,636b) {fbreg(-360)}\n      [6581,65ef) {fbreg(-360)}\n      [6d20,714a) {fbreg(-360)}\n      [718f,719e) {fbreg(-360)}\n      [72e5,731a) {fbreg(-360)}\n      [7322,7337) {fbreg(-360)}\n      [73be,73cd) {fbreg(-360)}\n      [740c,742b) {fbreg(-360)}\n      [8088,80e5) {fbreg(-360)}\n    [485c] parameter 'sections'\n      [5cc8,61d6) {reg7}\n      [6200,636b) {reg7}\n      [6581,65ef) {reg7}\n      [6d20,714a) {reg7}\n      [718f,719e) {reg7}\n      [72e5,731a) {reg7}\n      [7322,7337) {reg7}\n      [73be,73cd) {reg7}\n      [740c,742b) {reg7}\n      [8088,80e5) {reg7}\n    [4869] parameter 'nalloc'\n      [5cc8,5d09) {reg9}\n      [5d09,5d9c) {reg15}\n      [5d9c,5df3) {reg9}\n      [5df3,5f0a) {reg15}\n      [6200,622e) {reg15}\n      [7322,7337) {reg9}\n    [4876] parameter 'nsections'\n      [5cc8,5d09) {reg1}\n      [5d09,5e08) {reg13}\n      [6200,622e) {reg13}\n      [7322,7337) {reg1}\n    [4883] variable 'undo'\n      [5cc8,5d96) {lit0, stack_value}\n      [5d96,5da4) {reg1}\n      [5da4,5e73) {fbreg(-336)}\n      [6200,622e) {lit0, stack_value}\n      [7322,7337) {lit0, stack_value}\n    [4890] variable 'undo_sections'\n      [5d96,6060) {lit0, stack_value}\n      [6060,609b) {reg0}\n      [609b,61d6) {fbreg(-336)}\n      [622e,636b) {fbreg(-336)}\n      [6581,65ef) {fbreg(-336)}\n      [6d20,70f3) {fbreg(-336)}\n      [70f3,7123) {lit0, stack_value}\n      [7123,714a) {fbreg(-336)}\n      [718f,719e) {fbreg(-336)}\n      [72e5,730b) {lit0, stack_value}\n      [730b,731a) {reg0}\n      [73be,73cd) {fbreg(-336)}\n      [740c,742b) {fbreg(-336)}\n      [8088,80ac) {lit0, stack_value}\n      [80ac,80e5) {fbreg(-336)}\n    [489d] variable 'undo_nalloc'\n      [5d96,609b) {lit0, stack_value}\n      [609b,61d6) {reg12}\n      [622e,636b) {fbreg(-432)}\n      [6581,65a0) {reg12}\n      [65a0,65a7) {fbreg(-432)}\n      [6d20,70f3) {fbreg(-432)}\n      [70f3,7123) {lit0, stack_value}\n      [7123,714a) {fbreg(-432)}\n      [718f,719e) {fbreg(-432)}\n      [72e5,731a) {lit0, stack_value}\n      [73be,73cd) {fbreg(-432)}\n      [740c,742b) {fbreg(-432)}\n      [8088,80ac) {lit0, stack_value}\n      [80ac,80e5) {reg12}\n    [48aa] variable 'fail'\n      [622e,624b) {lit0, stack_value}\n      [6d34,6d6c) {lit0, stack_value}\n      [740c,742b) {lit0, stack_value}\n    [48b7] variable 'scn'\n      [622e,624b) {lit0, stack_value}\n      [624b,6265) {reg3}\n      [6265,6279) {reg0}\n      [6279,636b) {reg3}\n      [6d20,6d6c) {reg0}\n      [6d6c,6d78) {breg3(0)}\n      [740c,741e) {reg0}\n      [741e,742b) {fbreg(-480)}\n    [48c4] variable 'split_bss'\n      [6d34,6d6c) {lit0, stack_value}\n      [6e84,6e98) {reg12}\n      [740c,742b) {lit0, stack_value}\n  [4f6e] inlined function 'check_match'@6316\n    [4f8b] parameter 'match'\n      <no value>\n    [4f90] parameter 'scn'\n      [6316,6366) {reg3}\n    [4f9d] parameter 'name'\n      [6316,6366) {fbreg(-384)}\n  [4faa] inlined function 'check_match'@6316\n    [4fcc] parameter 'match'\n      <no value>\n    [4fd1] parameter 'scn'\n      [6316,6359) {reg3}\n    [4fde] parameter 'name'\n      [6316,6359) {fbreg(-384)}\n  [51c8] inlined function 'check_match'@6ead\n    [51de] parameter 'match'\n      (6ead,6ead) <empty range>\n    [51eb] parameter 'scn'\n      <no value>\n    [51f0] parameter 'name'\n      <no value>\n  [51f5] inlined function 'check_match'@6f1e\n    [520b] parameter 'match'\n      <no value>\n    [5210] parameter 'scn'\n      <no value>\n    [5215] parameter 'name'\n      <no value>\n  [4250] inlined function 'get_group_sig'@54aa\n    [426a] parameter 'elf'\n      <no value>\n    [426f] parameter 'shdr'\n      [54aa,54ba) {reg2}\n      [54ba,54bb) {fbreg(-336)}\n    [427c] variable 'symscn'\n      <no value>\n    [4281] variable 'symshdr_mem'\n      <no value>\n    [4286] variable 'symshdr'\n      <no value>\n    [428b] variable 'symdata'\n      <no value>\n    [4290] variable 'sym_mem'\n      <no value>\n    [4295] variable 'sym'\n      <no value>\n    [429a] variable 'sig'\n      <no value>\n  [45b9] inlined function 'get_group_sig'@5850\n    [45df] parameter 'elf'\n      <no value>\n    [45e4] parameter 'shdr'\n      [5849,587f) {reg12}\n    [45f1] variable 'symscn'\n      <no value>\n    [45f6] variable 'symshdr_mem'\n      <no value>\n    [45fb] variable 'symshdr'\n      <no value>\n    [4600] variable 'symdata'\n      <no value>\n    [4605] variable 'sym_mem'\n      <no value>\n    [460a] variable 'sym'\n      <no value>\n    [460f] variable 'sig'\n      <no value>\n  [4b5e] inlined function 'get_group_sig'@6140\n    [4b78] parameter 'elf'\n      [6140,6159) {fbreg(-328)}\n    [4b85] parameter 'shdr'\n      [6140,6154) {breg15(40), stack_value}\n      [6154,6158) {reg4}\n      [6158,6159) {breg15(40), stack_value}\n    [4b92] variable 'symscn'\n      <no value>\n    [4b97] variable 'symshdr_mem'\n      <no value>\n    [4b9c] variable 'symshdr'\n      <no value>\n    [4ba1] variable 'symdata'\n      <no value>\n    [4ba6] variable 'sym_mem'\n      <no value>\n    [4bab] variable 'sym'\n      <no value>\n    [4bb0] variable 'sig'\n      <no value>\n  [4655] inlined function 'get_section_name'@5752\n    [466f] parameter 'ndx'\n      <no value>\n    [4674] parameter 'shdr'\n      [5752,577e) {reg12}\n    [4681] parameter 'shstrtab'\n      [5752,577e) {fbreg(-400)}\n  [4a3f] inlined function 'get_section_name'@6109\n    [4a59] parameter 'ndx'\n      [6109,6117) {breg13(1), stack_value}\n      [80ac,80e5) {breg13(1), stack_value}\n    [4a66] parameter 'shdr'\n      [6109,6117) {breg15(40), stack_value}\n      [80ac,80e5) {breg15(40), stack_value}\n    [4a73] parameter 'shstrtab'\n      [6109,6117) {fbreg(-384)}\n      [80ac,80e5) {fbreg(-384)}\n  [4a80] inlined function 'get_section_name'@80b6\n    [4aa2] parameter 'shdr'\n      [80b6,80e5) {breg15(40), stack_value}\n    [4aaf] parameter 'shstrtab'\n      [80b6,80e5) {fbreg(-384)}\n    [4abc] parameter 'ndx'\n      [80b6,80e5) {breg13(1), stack_value}\n  [4e9b] inlined function 'get_section_name'@6298\n    [4eb5] parameter 'ndx'\n      [6298,62ba) {reg0}\n    [4ec2] parameter 'shdr'\n      [6298,62cb) {fbreg(-384)}\n    [4ecf] parameter 'shstrtab'\n      [6298,62cb) {fbreg(-400)}\n  [5d20] inlined function 'get_section_name'@7b85\n    [5d3a] parameter 'ndx'\n      [7b85,7b94) {reg13}\n      [7bfb,7c03) {reg13}\n    [5d47] parameter 'shdr'\n      [7b85,7b8e) {reg0}\n    [5d54] parameter 'shstrtab'\n      <no value>\n  [6a0d] inlined function 'get_section_name'@6406\n    [6a27] parameter 'ndx'\n      [6406,6419) {breg3(1), stack_value}\n      [8080,8088) {breg3(1), stack_value}\n    [6a34] parameter 'shdr'\n      [6406,640f) {reg0}\n    [6a41] parameter 'shstrtab'\n      [6406,6419) {fbreg(-400)}\n      [8080,8088) {fbreg(-400)}\n  [7697] function 'find_alloc_section'@4190\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [76b8] parameter 'shdr'\n      [4190,41b1) {reg5}\n      [41b1,41dd) {reg11}\n      [41dd,41ee) {entry_value(1) {reg5}, stack_value}\n      [41ee,422d) {reg11}\n      [422d,427c) {reg3}\n    [76cc] parameter 'bias'\n      [4190,41ac) {reg4}\n      [41ac,427c) {entry_value(1) {reg4}, stack_value}\n    [76e0] parameter 'name'\n      [4190,41a4) {reg1}\n      [41a4,41dd) {reg3}\n      [41dd,41ee) {entry_value(1) {reg1}, stack_value}\n      [41ee,4228) {reg3}\n      [4228,427c) {reg14}\n    [76f4] parameter 'sections'\n      [4190,41b1) {reg2}\n      [41b1,41dd) {reg10}\n      [41dd,41ee) {entry_value(1) {reg2}, stack_value}\n      [41ee,422d) {reg10}\n      [422d,427c) {reg15}\n    [7708] parameter 'nalloc'\n      [4190,41dd) {reg8}\n      [41dd,41ee) {entry_value(1) {reg8}, stack_value}\n      [41ee,4225) {reg8}\n      [4225,427c) {reg6}\n    [771c] variable 'addr'\n      [41af,41b1) {reg4}\n      [41b1,41e0) {reg9}\n      [41ee,424c) {reg9}\n      [424c,4271) {fbreg(-56)}\n      [4271,427c) {reg9}\n    [7730] variable 'l'\n      [41af,41b1) {lit0, stack_value}\n      [41b1,41dd) {reg1}\n      [41ee,422d) {reg1}\n    [7742] variable 'u'\n      [41af,41b1) {reg8}\n      [41b1,41dd) {reg0}\n      [41ee,422d) {reg0}\n  [7794] function 'sections_match'@40f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [77b5] parameter 'sections'\n      [40f0,40fe) {reg5}\n      [40fe,4189) {entry_value(1) {reg5}, stack_value}\n    [77c9] parameter 'i'\n      [40f0,40f4) {reg4}\n      [40f4,4189) {entry_value(1) {reg4}, stack_value}\n    [77db] parameter 'shdr'\n      [40f0,40fb) {reg1}\n      [40fb,4167) {reg9}\n      [4167,4176) {entry_value(1) {reg1}, stack_value}\n      [4176,4189) {reg9}\n    [77ef] parameter 'name'\n      [40f0,4167) {reg2}\n      [4167,4176) {entry_value(1) {reg2}, stack_value}\n      [4176,4189) {reg2}\n  [7803] inlined function 'sections_flags_match'@4105\n    [781d] parameter 'sh_flags1'\n      [4105,410f) {reg8}\n      [411b,4128) {reg8}\n    [782a] parameter 'sh_flags2'\n      [4105,410f) {reg1}\n      [411b,4128) {reg1}\n    [7837] parameter 'sh_type'\n      [4105,410f) {reg0}\n      [411b,4128) {reg0}\n  [78b8] function 'compare_symbols_output'@3340\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [78d9] parameter 'a'\n      [3340,33fe) {reg5}\n      [33fe,3414) {entry_value(1) {reg5}, stack_value}\n      [3414,3432) {reg5}\n      [3432,3448) {entry_value(1) {reg5}, stack_value}\n    [78eb] parameter 'b'\n      [3340,33f2) {reg4}\n      [33f2,3414) {entry_value(1) {reg4}, stack_value}\n      [3414,3426) {reg4}\n      [3426,3448) {entry_value(1) {reg4}, stack_value}\n    [78fd] variable 's1'\n      [3340,33fe) {reg5}\n      [33fe,3414) {entry_value(1) {reg5}, stack_value}\n      [3414,3432) {reg5}\n      [3432,3448) {entry_value(1) {reg5}, stack_value}\n    [7910] variable 's2'\n      [3340,33f2) {reg4}\n      [33f2,3414) {entry_value(1) {reg4}, stack_value}\n      [3414,3426) {reg4}\n      [3426,3448) {entry_value(1) {reg4}, stack_value}\n    [7923] variable 'cmp'\n      [3352,3360) {reg0}\n      [3360,3379) {breg5(8), deref, lit0, eq, const1u(255), and, breg4(8), deref, lit0, eq, minus, stack_value}\n      [3379,3385) {reg0}\n      [3385,3393) {breg4(36), deref_size(1), lit4, shr, const1u(255), and, lit0, eq, const1u(255), and, breg8(0), const1u(255), and, lit0, eq, minus, stack_value}\n      [3393,3395) {breg0(0), const1u(255), and, breg2(0), const1u(255), and, minus, stack_value}\n      [3395,33b5) {reg0}\n      [33c1,33cd) {reg0}\n      [33d2,3402) {reg0}\n      [3414,341d) {reg0}\n      [341f,3436) {reg0}\n  [5ad8] inlined function 'compare_symbols_duplicate'@6c84\n    [5aee] parameter 'a'\n      [6c84,6cc1) {reg12}\n      [7474,7495) {reg12}\n    [5afb] parameter 'b'\n      [6c84,6cc1) {reg3}\n      [7474,7495) {reg3}\n    [5b08] variable 's1'\n      [6c84,6cce) {reg12}\n      [7474,7495) {reg12}\n    [5b15] variable 's2'\n      [6c84,6cce) {reg3}\n      [7474,7495) {reg3}\n  [9d02] inlined function 'compare_symbols'@3bda\n    [9d18] parameter 'a'\n      [3bda,3bf8) {reg5}\n      [3bf8,3c05) {reg2}\n      [3c05,3c28) {fbreg(-32)}\n      [3c36,3c41) {reg5}\n      [3c4e,3c6c) {reg2}\n      [3c6c,3c7e) {fbreg(-32)}\n    [9d25] parameter 'b'\n      [3bda,3bf4) {reg4}\n      [3bf4,3c05) {reg1}\n      [3c05,3c28) {fbreg(-24)}\n      [3c36,3c41) {reg4}\n      [3c4e,3c7e) {fbreg(-24)}\n    [9d32] variable 's1'\n      <no value>\n    [9d37] variable 's2'\n      <no value>\n    [9d3c] variable 'res'\n      [3be2,3be4) {breg0(0), breg1(0), minus, stack_value}\n      [3be4,3c05) {reg0}\n      [3c06,3c16) {reg0}\n      [3c36,3c41) {reg0}\n  [7bdf] function 'compare_sections_nonrel'@4380\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7c00] parameter 'a'\n      [4380,4386) {reg5}\n      [4386,4387) {entry_value(1) {reg5}, stack_value}\n    [7c12] parameter 'b'\n      [4380,4386) {reg4}\n      [4386,4387) {entry_value(1) {reg4}, stack_value}\n  [7c46] function 'compare_sections_rel'@4390\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7c67] parameter 'a'\n      [4390,4399) {reg5}\n      [4399,439a) {entry_value(1) {reg5}, stack_value}\n    [7c79] parameter 'b'\n      [4390,4399) {reg4}\n      [4399,439a) {entry_value(1) {reg4}, stack_value}\n  [a344] inlined function 'compare_sections'@42a6\n    [a35e] parameter 'rel'\n      [42a6,42f2) {reg9}\n      [42f2,42f3) {entry_value(1) {reg1}, stack_value}\n      [4341,434d) {reg9}\n      [4361,4374) {reg9}\n      [4374,4375) {entry_value(1) {reg1}, stack_value}\n    [a36b] parameter 'a'\n      [42a6,42ee) {reg5}\n      [42ee,42f3) {entry_value(1) {reg5}, stack_value}\n      [4341,434d) {reg5}\n      [4361,4370) {reg5}\n      [4370,4375) {entry_value(1) {reg5}, stack_value}\n    [a378] parameter 'b'\n      [42a6,42eb) {reg4}\n      [42eb,42f3) {entry_value(1) {reg4}, stack_value}\n      [4341,434d) {reg4}\n      [4361,436c) {reg4}\n      [436c,4375) {entry_value(1) {reg4}, stack_value}\n    [a385] variable 's1'\n      <no value>\n    [a38a] variable 's2'\n      <no value>\n  [44ee] inlined function 'compare_unalloc_sections'@58b4\n    [4504] parameter 'shdr1'\n      <no value>\n    [4509] parameter 'shdr2'\n      [58b4,5913) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n      [5990,59b1) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n    [4516] parameter 'name1'\n      <no value>\n    [451b] parameter 'name2'\n      [58b4,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n    [4528] parameter 'sig1'\n      <no value>\n    [452d] parameter 'sig2'\n      [58b4,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n  [453a] inlined function 'compare_unalloc_sections'@58e7\n    [4550] parameter 'shdr1'\n      <no value>\n    [4555] parameter 'shdr2'\n      [58e7,5913) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n      [5990,59b1) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(40), stack_value}\n    [4562] parameter 'name1'\n      <no value>\n    [4567] parameter 'name2'\n      [58e7,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(8)}\n    [4574] parameter 'sig1'\n      <no value>\n    [4579] parameter 'sig2'\n      [58e7,590b) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n      [5990,59a4) {breg12(0), const1u(104), mul, breg7(0), plus, plus_uconst(16)}\n  [a38f] inlined function 'compare_unalloc_sections'@42a6\n    [a3a5] parameter 'shdr1'\n      [42a6,42ee) {breg5(40), stack_value}\n      [42ee,42f3) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n      [4341,434d) {breg5(40), stack_value}\n      [4361,4370) {breg5(40), stack_value}\n      [4370,4375) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n    [a3b2] parameter 'shdr2'\n      [42a6,42eb) {breg4(40), stack_value}\n      [42eb,42f3) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n      [4341,434d) {breg4(40), stack_value}\n      [4361,436c) {breg4(40), stack_value}\n      [436c,4375) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n    [a3bf] parameter 'name1'\n      [42a6,42ee) {breg5(8)}\n      [42ee,42f2) {entry_value(1) {reg5}, plus_uconst(8)}\n      [4341,434d) {breg5(8)}\n      [4361,4370) {breg5(8)}\n      [4370,4374) {entry_value(1) {reg5}, plus_uconst(8)}\n    [a3cc] parameter 'name2'\n      [42a6,42eb) {breg4(8)}\n      [42eb,42f2) {entry_value(1) {reg4}, plus_uconst(8)}\n      [4341,434d) {breg4(8)}\n      [4361,436c) {breg4(8)}\n      [436c,4374) {entry_value(1) {reg4}, plus_uconst(8)}\n    [a3d9] parameter 'sig1'\n      [42a6,42ee) {breg5(16)}\n      [42ee,42f2) {reg0}\n      [4341,434d) {breg5(16)}\n      [4361,4374) {reg0}\n    [a3e6] parameter 'sig2'\n      [42a6,42eb) {breg4(16)}\n      [42eb,42f2) {reg1}\n      [4341,434d) {breg4(16)}\n      [4361,4374) {reg1}\n  [a3f3] inlined function 'compare_unalloc_sections'@42d2\n    [a409] parameter 'shdr1'\n      [42d2,42ee) {breg5(40), stack_value}\n      [42ee,42f3) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n      [4361,4370) {breg5(40), stack_value}\n      [4370,4375) {entry_value(1) {reg5}, plus_uconst(40), stack_value}\n    [a416] parameter 'shdr2'\n      [42d2,42eb) {breg4(40), stack_value}\n      [42eb,42f3) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n      [4361,436c) {breg4(40), stack_value}\n      [436c,4375) {entry_value(1) {reg4}, plus_uconst(40), stack_value}\n    [a423] parameter 'name1'\n      [42d2,42ee) {breg5(8)}\n      [42ee,42f2) {entry_value(1) {reg5}, plus_uconst(8)}\n      [4361,4370) {breg5(8)}\n      [4370,4374) {entry_value(1) {reg5}, plus_uconst(8)}\n    [a430] parameter 'name2'\n      [42d2,42eb) {breg4(8)}\n      [42eb,42f2) {entry_value(1) {reg4}, plus_uconst(8)}\n      [4361,436c) {breg4(8)}\n      [436c,4374) {entry_value(1) {reg4}, plus_uconst(8)}\n    [a43d] parameter 'sig1'\n      [42d2,42ee) {breg5(16)}\n      [42ee,42f2) {reg0}\n      [4361,4374) {reg0}\n    [a44a] parameter 'sig2'\n      [42d2,42eb) {breg4(16)}\n      [42eb,42f2) {reg1}\n      [4361,4374) {reg1}\n  [a474] inlined function 'compare_alloc_sections'@42f8\n    [a48a] parameter 's1'\n      [42f3,4321) {reg5}\n      [4321,4341) {entry_value(1) {reg5}, stack_value}\n      [4359,4361) {reg5}\n    [a497] parameter 's2'\n      [42f3,4325) {reg4}\n      [4325,433c) {reg3}\n      [433c,4341) {entry_value(1) {reg4}, stack_value}\n      [4359,4361) {reg4}\n    [a4a4] parameter 'rel'\n      [42f3,4325) {reg9}\n      [4325,4341) {entry_value(1) {reg1}, stack_value}\n      [4359,4361) {reg9}\n  [7f79] function 'adjust_all_relocs'@4b40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7f96] parameter 'elf'\n      [4b40,4b51) {reg5}\n      [4b51,4c10) {reg12}\n      [4c10,4c17) {entry_value(1) {reg5}, stack_value}\n      [4c17,4c5e) {reg12}\n    [7faa] parameter 'symtab'\n      [4b40,4b7e) {reg4}\n      [4b7e,4c0e) {reg6}\n      [4c0e,4c17) {entry_value(1) {reg4}, stack_value}\n      [4c17,4c5e) {reg6}\n    [7fbe] parameter 'symshdr'\n      [4b40,4b7e) {reg1}\n      [4b7e,4c5e) {fbreg(-168)}\n    [7fd2] parameter 'map'\n      [4b40,4b7e) {reg2}\n      [4b7e,4c5e) {fbreg(-160)}\n    [7fe6] parameter 'map_size'\n      [4b40,4b7e) {reg8}\n      [4b7e,4c5e) {fbreg(-152)}\n    [7ffa] parameter 'scn_filter'\n      [4b40,4b7e) {reg9}\n      [4b7e,4c0d) {reg3}\n      [4c0d,4c17) {entry_value(1) {reg9}, stack_value}\n      [4c17,4c39) {reg3}\n      [4c39,4c59) {entry_value(1) {reg9}, stack_value}\n      [4c59,4c5e) {reg3}\n    [800e] variable 'new_sh_link'\n      (4b82,4b82) <empty range>\n      [4b82,4c14) {reg14}\n      [4c17,4c5e) {reg14}\n    [8022] variable 'scn'\n      (4b82,4b82) <empty range>\n      [4b82,4b99) {reg15}\n      [4b99,4bac) {reg0}\n      [4bac,4bf2) {reg15}\n      [4bf2,4c06) {reg0}\n      [4c06,4c16) {reg15}\n      [4c17,4c5e) {reg15}\n  [8351] inlined function 'adjust_reloc'@4862\n    [836b] parameter 'info'\n      [4862,488d) {breg0(8), stack_value}\n    [8378] parameter 'map'\n      [4862,488d) {reg12}\n    [8385] parameter 'map_size'\n      [4862,488d) {reg14}\n    [8392] variable 'ndx'\n      [486d,4880) {reg2}\n      [4880,4882) {breg1(0), const1u(32), shr, stack_value}\n      [4882,488d) {breg0(8), deref, const1u(32), shr, stack_value}\n  [839f] inlined function 'adjust_reloc'@4a8e\n    [83c1] parameter 'info'\n      <no value>\n    [83c6] parameter 'map'\n      [4a8e,4aa3) {reg12}\n    [83d3] parameter 'map_size'\n      [4a8e,4aa3) {reg14}\n    [83e0] variable 'ndx'\n      <no value>\n  [852b] inlined function 'adjust_reloc'@476a\n    [8551] parameter 'info'\n      [476a,4795) {breg0(8), stack_value}\n    [855e] parameter 'map'\n      [476a,4795) {reg12}\n    [856b] parameter 'map_size'\n      [476a,4795) {reg14}\n    [8578] variable 'ndx'\n      [4775,4788) {reg2}\n      [4788,478a) {breg1(0), const1u(32), shr, stack_value}\n      [478a,4795) {breg0(8), deref, const1u(32), shr, stack_value}\n  [a63b] inlined function 'update_sh_size'@4400\n    [a661] parameter 'outscn'\n      [43f9,4419) {fbreg(-104)}\n    [a66e] parameter 'data'\n      [43f9,4419) {reg3}\n    [a67b] variable 'shdr_mem'\n      <no value>\n    [a680] variable 'newshdr'\n      <no value>\n  [6b68] inlined function 'update_shdr'@6699\n    [6b82] parameter 'outscn'\n      [6699,66ad) {fbreg(-472)}\n      [7346,7362) {fbreg(-472)}\n    [6b8f] parameter 'newshdr'\n      [6699,66ad) {fbreg(-488)}\n      [7346,7362) {fbreg(-488)}\n  [6b9c] inlined function 'update_shdr'@7346\n    [6bc2] parameter 'outscn'\n      [7346,7362) {fbreg(-472)}\n    [6bcf] parameter 'newshdr'\n      [7346,7362) {fbreg(-488)}\n  [9bad] inlined function 'update_shdr'@3b60\n    [9bd3] parameter 'outscn'\n      [3b60,3b99) {entry_value(1) {reg5}, stack_value}\n    [9be0] parameter 'newshdr'\n      [3b60,3b99) {entry_value(1) {reg4}, stack_value}\n  [a518] inlined function 'update_shdr'@43da\n    [a532] parameter 'outscn'\n      [43da,43f9) {fbreg(-104)}\n      [4439,4460) {fbreg(-104)}\n    [a53f] parameter 'newshdr'\n      [43da,43de) {reg0}\n  [a54c] inlined function 'update_shdr'@4440\n    [a572] parameter 'outscn'\n      [4439,445b) {fbreg(-104)}\n    [a57f] parameter 'newshdr'\n      <no value>\n  [ac82] inlined function 'symtab_count_leading_section_symbols'@5108\n    [ac9c] parameter 'elf'\n      [5108,51fa) {fbreg(-272)}\n      [5245,52d2) {fbreg(-272)}\n    [aca9] parameter 'scn'\n      [5108,511a) {reg14}\n      [511a,51fa) {fbreg(-216)}\n      [5245,52d2) {fbreg(-216)}\n    [acb6] parameter 'shnum'\n      [5108,51fa) {reg15}\n      [5245,52d2) {reg15}\n    [acc3] parameter 'newsymdata'\n      [5108,510c) {reg0}\n      [510c,51fa) {fbreg(-264)}\n      [5245,52d2) {fbreg(-264)}\n    [acd0] variable 'data'\n      [510d,512a) {reg0}\n      [512a,51fa) {reg14}\n      [5245,52d2) {reg14}\n    [acdd] variable 'shndxdata'\n      <constant value>\n  [7845] inlined function 'section_can_shrink'@413c\n    [785f] parameter 'shdr'\n      [413c,4158) {breg5(40), stack_value}\n      [4176,4189) {breg5(40), stack_value}\n  [6dc8] inlined function 'free_new_data'@78c5\n    [6dee] variable 'list'\n      [78cc,78e2) {reg3}\n      [78e2,78e5) {reg12}\n      [78e5,78f3) {reg3}\n  [6083] inlined function 'record_new_data'@7cfe\n    [609d] parameter 'data'\n      [7cfe,7d15) {reg0}\n    [60aa] variable 'next'\n      [7d11,7d15) {addr(0xd050)}\n  [878b] inlined function 'record_new_data'@45e5\n    [87a5] parameter 'data'\n      [45e5,4608) {reg14}\n    [87b2] variable 'next'\n      [45ec,4608) {reg12}\n  [896d] inlined function 'record_new_data'@4a25\n    [8987] parameter 'data'\n      [4a25,4a48) {reg14}\n    [8994] variable 'next'\n      [4a2c,4a48) {reg12}\n  [8bd5] inlined function 'record_new_data'@4920\n    [8bfb] parameter 'data'\n      [491e,493f) {reg14}\n    [8c08] variable 'next'\n      [4927,493f) {reg3}\n  [a8d8] inlined function 'record_new_data'@4d60\n    [a8f2] parameter 'data'\n      [4d60,4d77) {reg0}\n    [a8ff] variable 'next'\n      [4d73,4d77) {addr(0xd050)}\n  [9041] function 'make_directories'@34e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [905e] parameter 'path'\n      [34e0,34f2) {reg5}\n      [34f2,352a) {reg3}\n      [352a,356e) {entry_value(1) {reg5}, stack_value}\n      [356e,3575) {reg3}\n      [3575,35a3) {entry_value(1) {reg5}, stack_value}\n      [35a3,35be) {reg3}\n      [35be,35d4) {entry_value(1) {reg5}, stack_value}\n    [9072] variable 'lastslash'\n      [34f3,3517) {reg0}\n      [356e,3577) {reg0}\n    [9086] variable 'dir'\n      [3528,352a) {reg0}\n      [352a,3569) {reg6}\n      [3569,356d) {reg5}\n      [3577,35a3) {reg6}\n      [35a3,35ba) {reg0}\n      [35ba,35d4) {reg6}\n  [9258] function 'copy_elf'@35e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9276] parameter 'outelf'\n      [35e0,35ec) {reg5}\n      [35ec,3960) {reg13}\n      [3960,3965) {entry_value(1) {reg5}, stack_value}\n      [3965,39b3) {reg13}\n    [9289] parameter 'inelf'\n      [35e0,360f) {reg4}\n      [360f,395e) {reg12}\n      [395e,3965) {entry_value(1) {reg4}, stack_value}\n      [3965,39b3) {reg12}\n    [929c] variable 'shstrndx'\n      [35e0,39b3) {fbreg(-224)}\n    [92ab] variable 'ehdr_mem'\n      [35e0,39b3) {fbreg(-144)}\n    [92ba] variable 'ehdr'\n      [3649,3653) {reg0}\n      [3653,369b) {reg3}\n      [3742,37a7) {reg3}\n      [37a9,3818) {reg3}\n      [38de,38e9) {reg0}\n      [38e9,38f9) {reg3}\n      [38fe,3919) {reg3}\n      [391e,3939) {reg3}\n      [3965,3981) {reg3}\n      [3986,39a9) {reg3}\n    [92cd] variable 'phnum'\n      [35e0,39b3) {fbreg(-216)}\n    [92dd] variable 'scn'\n      [369b,36ac) {reg3}\n      [36ac,36b9) {reg0}\n      [36b9,3742) {reg3}\n      [3840,3859) {reg3}\n      [385b,3879) {reg3}\n      [387b,3899) {reg3}\n      [393e,3951) {reg0}\n      [3951,395b) {reg3}\n      [39ae,39b3) {reg3}\n  [977d] function 'parse_opt'@2f80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [979f] parameter 'key'\n      [2f80,2fac) {reg5}\n      [2fac,2fc1) {entry_value(1) {reg5}, stack_value}\n      [2fc1,2fd3) {reg5}\n      [2fd3,3008) {entry_value(1) {reg5}, stack_value}\n      [3008,301b) {reg5}\n      [301b,3335) {entry_value(1) {reg5}, stack_value}\n    [97b2] parameter 'arg'\n      [2f80,2fe6) {reg4}\n      [2fe6,3008) {entry_value(1) {reg4}, stack_value}\n      [3008,301b) {reg4}\n      [301b,3025) {entry_value(1) {reg4}, stack_value}\n      [3025,302c) {reg4}\n      [302c,3091) {entry_value(1) {reg4}, stack_value}\n      [3091,3129) {reg4}\n      [3129,3202) {entry_value(1) {reg4}, stack_value}\n      [3202,3219) {reg4}\n      [3219,321e) {entry_value(1) {reg4}, stack_value}\n      [321e,3231) {reg4}\n      [3231,3335) {entry_value(1) {reg4}, stack_value}\n    [97c5] parameter 'state'\n      [2f80,2fa2) {reg1}\n      [2fa2,2fe6) {reg10}\n      [2fe6,3008) {entry_value(1) {reg1}, stack_value}\n      [3008,301b) {reg10}\n      [301b,3025) {entry_value(1) {reg1}, stack_value}\n      [3025,306b) {reg10}\n      [306b,3091) {entry_value(1) {reg1}, stack_value}\n      [3091,317a) {reg10}\n      [317a,31c1) {fbreg(-192)}\n      [31c1,3202) {entry_value(1) {reg1}, stack_value}\n      [3202,3236) {reg10}\n      [3236,3270) {fbreg(-192)}\n      [3270,329b) {entry_value(1) {reg1}, stack_value}\n      [329b,32ab) {reg10}\n      [32ab,32ec) {entry_value(1) {reg1}, stack_value}\n      [32ec,32f2) {fbreg(-192)}\n      [32f2,330d) {entry_value(1) {reg1}, stack_value}\n      [330d,3335) {reg10}\n    [97d8] variable 'info'\n      [2fa2,2fe6) {reg1}\n      [3008,3018) {reg1}\n      [3018,301b) {breg10(40)}\n      (301b,301b) <empty range>\n      [3025,3064) {reg1}\n      [3064,306b) {breg10(40)}\n      [3091,313a) {reg1}\n      [313a,3146) {breg10(40)}\n      [3146,317a) {reg1}\n      [317a,31cd) {fbreg(-200)}\n      [3202,3212) {reg1}\n      [3212,321e) {breg10(40)}\n      [321e,322a) {reg1}\n      [322a,3236) {breg10(40)}\n      [3236,3270) {fbreg(-200)}\n      [329b,32ab) {reg1}\n      [32ec,32f2) {fbreg(-200)}\n      [330d,3335) {reg1}\n  [24bf] inlined function 'error'@2e3f\n    [24e5] parameter '__status'\n      [2e3f,2e50) {lit1, stack_value}\n    [24f2] parameter '__errnum'\n      [2e3f,2e50) {lit0, stack_value}\n    [24ff] parameter '__format'\n      [2e3f,2e4b) {reg0}\n      [2e4b,2e4f) {reg1}\n  [2526] inlined function 'error'@2e6d\n    [2540] parameter '__status'\n      [2e6d,2e7e) {lit1, stack_value}\n    [254d] parameter '__errnum'\n      [2e6d,2e7e) {lit0, stack_value}\n    [255a] parameter '__format'\n      [2e6d,2e79) {reg0}\n      [2e79,2e7d) {reg1}\n  [2da7] inlined function 'error'@88f1\n    [2dcd] parameter '__status'\n      [88f1,890b) {lit1, stack_value}\n    [2dda] parameter '__errnum'\n      [88f1,890b) {lit0, stack_value}\n    [2de7] parameter '__format'\n      [88f1,8906) {reg0}\n      [8906,890a) {reg1}\n  [2e1f] inlined function 'error'@8998\n    [2e45] parameter '__status'\n      [8998,89af) {lit1, stack_value}\n    [2e52] parameter '__errnum'\n      [8998,89af) {lit0, stack_value}\n    [2e5f] parameter '__format'\n      [8998,89aa) {reg0}\n      [89aa,89ae) {reg1}\n  [3011] inlined function 'error'@8a55\n    [3037] parameter '__status'\n      [8a55,8a69) {lit1, stack_value}\n    [3044] parameter '__errnum'\n      [8a55,8a69) {lit0, stack_value}\n    [3051] parameter '__format'\n      [8a55,8a64) {reg0}\n      [8a64,8a68) {reg1}\n  [307d] inlined function 'error'@8aac\n    [30a3] parameter '__status'\n      [8aac,8ac3) {lit1, stack_value}\n    [30b0] parameter '__errnum'\n      [8aac,8ac3) {lit0, stack_value}\n    [30bd] parameter '__format'\n      [8aac,8abe) {reg0}\n      [8abe,8ac2) {reg1}\n  [340d] inlined function 'error'@8745\n    [3433] parameter '__status'\n      [8745,8759) {lit1, stack_value}\n    [3440] parameter '__errnum'\n      [8745,8759) {lit0, stack_value}\n    [344d] parameter '__format'\n      [8745,8754) {reg0}\n      [8754,8758) {reg1}\n  [3877] inlined function 'error'@348c\n    [3891] parameter '__status'\n      [348c,348f) {breg3(0), not, const1u(255), and, stack_value}\n      [348f,34ab) {breg3(0), lit1, xor, not, const1u(255), and, stack_value}\n    [389e] parameter '__errnum'\n      [348c,34ab) {lit0, stack_value}\n    [38ab] parameter '__format'\n      [348c,34ab) {addr(0x90a8), stack_value}\n  [3ac0] inlined function 'error'@821e\n    [3ae6] parameter '__status'\n      [821e,8232) {lit1, stack_value}\n    [3af3] parameter '__errnum'\n      [821e,8232) {lit0, stack_value}\n    [3b00] parameter '__format'\n      [821e,822d) {reg0}\n      [822d,8231) {reg1}\n  [3c06] inlined function 'error'@8483\n    [3c2c] parameter '__status'\n      <constant value>\n    [3c32] parameter '__errnum'\n      [8483,8492) {breg0(0)}\n      [8492,8496) {reg4}\n    [3c3f] parameter '__format'\n      [8483,8497) {reg3}\n  [3dec] inlined function 'error'@8362\n    [3e12] parameter '__status'\n      [8362,8373) {lit0, stack_value}\n    [3e1f] parameter '__errnum'\n      [8362,8373) {lit0, stack_value}\n    [3e2c] parameter '__format'\n      [8362,836e) {reg0}\n      [836e,8372) {reg1}\n  [3e58] inlined function 'error'@8411\n    [3e7e] parameter '__status'\n      [8411,841f) {lit0, stack_value}\n    [3e8b] parameter '__errnum'\n      [8411,841f) {lit0, stack_value}\n    [3e98] parameter '__format'\n      [8411,841a) {reg0}\n      [841a,841e) {reg1}\n  [42be] inlined function 'error'@717a\n    [42e4] parameter '__status'\n      [717a,7182) {lit1, stack_value}\n    [42f1] parameter '__errnum'\n      [717a,7182) {lit0, stack_value}\n    [42fe] parameter '__format'\n      [717a,7182) {reg0}\n  [468f] inlined function 'error'@5975\n    [46b5] parameter '__status'\n      [5975,597c) {lit1, stack_value}\n    [46c2] parameter '__errnum'\n      [5975,597c) {lit0, stack_value}\n    [46cf] parameter '__format'\n      [5975,597c) {reg0}\n  [4ac9] inlined function 'error'@80d6\n    [4aef] parameter '__status'\n      [80d6,80e5) {lit1, stack_value}\n    [4afc] parameter '__errnum'\n      [80d6,80e5) {lit0, stack_value}\n    [4b09] parameter '__format'\n      [80d6,80e5) {reg0}\n  [4bf0] inlined function 'error'@72fd\n    [4c16] parameter '__status'\n      [72fd,730b) {lit1, stack_value}\n    [4c23] parameter '__errnum'\n      [72fd,730b) {lit0, stack_value}\n    [4c30] parameter '__format'\n      [72fd,730b) {reg0}\n  [4c3e] inlined function 'error'@80a0\n    [4c64] parameter '__status'\n      [80a0,80ac) {lit1, stack_value}\n    [4c71] parameter '__errnum'\n      [80a0,80ac) {lit0, stack_value}\n    [4c7e] parameter '__format'\n      [80a0,80ac) {reg0}\n  [4feb] inlined function 'error'@633d\n    [5005] parameter '__status'\n      [633d,6359) {lit0, stack_value}\n    [5012] parameter '__errnum'\n      [633d,6359) {lit0, stack_value}\n    [501f] parameter '__format'\n      [633d,6354) {reg0}\n      [6354,6358) {reg1}\n  [521a] inlined function 'error'@6f3e\n    [5240] parameter '__status'\n      [6f3e,6f52) {lit0, stack_value}\n    [524d] parameter '__errnum'\n      [6f3e,6f52) {lit0, stack_value}\n    [525a] parameter '__format'\n      [6f3e,6f4d) {reg0}\n      [6f4d,6f51) {reg1}\n  [5530] inlined function 'error'@803a\n    [5556] parameter '__status'\n      [803a,8055) {lit1, stack_value}\n    [5563] parameter '__errnum'\n      [803a,8055) {lit0, stack_value}\n    [5570] parameter '__format'\n      [803a,8055) {addr(0x9d78), stack_value}\n  [5635] inlined function 'error'@8007\n    [565b] parameter '__status'\n      [8007,800f) {lit1, stack_value}\n    [5668] parameter '__errnum'\n      [8007,800f) {lit0, stack_value}\n    [5675] parameter '__format'\n      [8007,800f) {reg0}\n  [5720] inlined function 'error'@813d\n    [5742] parameter '__status'\n      [813d,8152) {lit1, stack_value}\n    [574f] parameter '__errnum'\n      [813d,8152) {lit0, stack_value}\n    [575c] parameter '__format'\n      [813d,8152) {addr(0x9da8), stack_value}\n  [57d2] inlined function 'error'@8017\n    [57f8] parameter '__status'\n      [8017,8032) {lit1, stack_value}\n    [5805] parameter '__errnum'\n      [8017,8032) {lit0, stack_value}\n    [5812] parameter '__format'\n      [8017,8032) {addr(0x9d50), stack_value}\n  [584b] inlined function 'error'@805d\n    [5871] parameter '__status'\n      [805d,8078) {lit1, stack_value}\n    [587e] parameter '__errnum'\n      [805d,8078) {lit0, stack_value}\n    [588b] parameter '__format'\n      [805d,8078) {addr(0x9d28), stack_value}\n  [6010] inlined function 'error'@75ec\n    [6036] parameter '__status'\n      [75ec,7601) {lit1, stack_value}\n    [6043] parameter '__errnum'\n      [75ec,7601) {lit0, stack_value}\n    [6050] parameter '__format'\n      [75ec,7601) {addr(0x9e28), stack_value}\n  [6168] inlined function 'error'@7fdc\n    [618e] parameter '__status'\n      [7fdc,7fef) {lit1, stack_value}\n    [619b] parameter '__errnum'\n      [7fdc,7fef) {lit0, stack_value}\n    [61a8] parameter '__format'\n      [7fdc,7fef) {addr(0x9e88), stack_value}\n  [681d] inlined function 'error'@552d\n    [6843] parameter '__status'\n      [552d,5530) {lit1, stack_value}\n    [6850] parameter '__errnum'\n      [552d,5530) {lit0, stack_value}\n    [685d] parameter '__format'\n      [552d,5530) {reg0}\n  [6883] inlined function 'error'@5838\n    [68a9] parameter '__status'\n      [5838,5849) {lit1, stack_value}\n    [68b6] parameter '__errnum'\n      [5838,5849) {lit0, stack_value}\n    [68c3] parameter '__format'\n      [5838,5844) {reg0}\n      [5844,5848) {reg1}\n  [6c59] inlined function 'error'@80e5\n    [6c7f] parameter '__status'\n      [80e5,80fa) {lit1, stack_value}\n    [6c8c] parameter '__errnum'\n      [80e5,80fa) {lit0, stack_value}\n    [6c99] parameter '__format'\n      [80e5,80fa) {addr(0x9cf8), stack_value}\n  [7937] inlined function 'error'@3403\n    [795d] parameter '__status'\n      [3403,3414) {lit1, stack_value}\n    [796a] parameter '__errnum'\n      [3403,3414) {lit0, stack_value}\n    [7977] parameter '__format'\n      [3403,340f) {reg0}\n      [340f,3413) {reg1}\n  [799d] inlined function 'error'@3437\n    [79c3] parameter '__status'\n      <constant value>\n    [79c9] parameter '__errnum'\n      <constant value>\n    [79cf] parameter '__format'\n      [3437,3443) {reg0}\n      [3443,3447) {reg1}\n  [80a1] inlined function 'error'@4c45\n    [80c7] parameter '__status'\n      [4c45,4c59) {lit1, stack_value}\n    [80d4] parameter '__errnum'\n      [4c45,4c59) {lit0, stack_value}\n    [80e1] parameter '__format'\n      [4c45,4c54) {reg0}\n      [4c54,4c58) {reg1}\n  [82e5] inlined function 'error'@471b\n    [830b] parameter '__status'\n      [471b,472f) {lit1, stack_value}\n    [8318] parameter '__errnum'\n      [471b,472f) {lit0, stack_value}\n    [8325] parameter '__format'\n      [471b,472a) {reg0}\n      [472a,472e) {reg1}\n  [83e5] inlined function 'error'@4a8e\n    [8407] parameter '__status'\n      [4a8e,4aa3) {lit1, stack_value}\n    [8414] parameter '__errnum'\n      [4a8e,4aa3) {lit0, stack_value}\n    [8421] parameter '__format'\n      [4a8e,4aa3) {addr(0x91d6), stack_value}\n  [87d3] inlined function 'error'@4ae7\n    [87f9] parameter '__status'\n      [4ae7,4afc) {lit1, stack_value}\n    [8806] parameter '__errnum'\n      [4ae7,4afc) {lit0, stack_value}\n    [8813] parameter '__format'\n      [4ae7,4afc) {addr(0x9a10), stack_value}\n  [89cf] inlined function 'error'@4afc\n    [89f5] parameter '__status'\n      [4afc,4b11) {lit1, stack_value}\n    [8a02] parameter '__errnum'\n      [4afc,4b11) {lit0, stack_value}\n    [8a0f] parameter '__format'\n      [4afc,4b11) {addr(0x99e8), stack_value}\n  [8a42] inlined function 'error'@4b11\n    [8a68] parameter '__status'\n      [4b11,4b26) {lit1, stack_value}\n    [8a75] parameter '__errnum'\n      [4b11,4b26) {lit0, stack_value}\n    [8a82] parameter '__format'\n      [4b11,4b26) {addr(0x99b8), stack_value}\n  [8ab5] inlined function 'error'@4b26\n    [8acf] parameter '__status'\n      [4b26,4b3b) {lit1, stack_value}\n    [8adc] parameter '__errnum'\n      [4b26,4b3b) {lit0, stack_value}\n    [8ae9] parameter '__format'\n      [4b26,4b3b) {addr(0x9988), stack_value}\n  [8c29] inlined function 'error'@4ad2\n    [8c4f] parameter '__status'\n      [4ad2,4ae7) {lit1, stack_value}\n    [8c5c] parameter '__errnum'\n      [4ad2,4ae7) {lit0, stack_value}\n    [8c69] parameter '__format'\n      [4ad2,4ae7) {addr(0x9a38), stack_value}\n  [8d33] inlined function 'error'@4aa8\n    [8d59] parameter '__status'\n      [4aa8,4abd) {lit1, stack_value}\n    [8d66] parameter '__errnum'\n      [4aa8,4abd) {lit0, stack_value}\n    [8d73] parameter '__format'\n      [4aa8,4abd) {addr(0x9930), stack_value}\n  [8da6] inlined function 'error'@4abd\n    [8dcc] parameter '__status'\n      [4abd,4ad2) {lit1, stack_value}\n    [8dd9] parameter '__errnum'\n      [4abd,4ad2) {lit0, stack_value}\n    [8de6] parameter '__format'\n      [4abd,4ad2) {addr(0x9958), stack_value}\n  [909a] inlined function 'error'@358f\n    [90c0] parameter '__status'\n      [358f,35a3) {lit1, stack_value}\n    [90cd] parameter '__errnum'\n      [358f,35a2) {breg3(0)}\n    [90da] parameter '__format'\n      [358f,359e) {reg0}\n      [359e,35a2) {reg1}\n  [9101] inlined function 'error'@35c3\n    [9127] parameter '__status'\n      <constant value>\n    [912d] parameter '__errnum'\n      [35c3,35cf) {breg0(0)}\n      [35cf,35d3) {reg4}\n    [913a] parameter '__format'\n      [35c3,35d4) {reg3}\n  [95a3] inlined function 'error'@382c\n    [95c9] parameter '__status'\n      [382c,3840) {lit1, stack_value}\n    [95d6] parameter '__errnum'\n      [382c,3840) {lit0, stack_value}\n    [95e3] parameter '__format'\n      [382c,383b) {reg0}\n      [383b,383f) {reg1}\n  [99e7] inlined function 'error'@3ae9\n    [9a0d] parameter '__status'\n      <constant value>\n    [9a13] parameter '__errnum'\n      [3ae9,3af8) {breg0(0)}\n      [3af8,3afc) {reg4}\n    [9a20] parameter '__format'\n      [3ae9,3afd) {reg3}\n  [9ace] inlined function 'error'@3b2e\n    [9af4] parameter '__status'\n      <constant value>\n    [9afa] parameter '__errnum'\n      <constant value>\n    [9b00] parameter '__format'\n      [3b2e,3b40) {reg0}\n      [3b40,3b44) {reg1}\n  [9bed] inlined function 'error'@3b85\n    [9c13] parameter '__status'\n      <constant value>\n    [9c19] parameter '__errnum'\n      <constant value>\n    [9c1f] parameter '__format'\n      [3b85,3b94) {reg0}\n      [3b94,3b98) {reg1}\n  [9d49] inlined function 'error'@3c6d\n    [9d6f] parameter '__status'\n      <constant value>\n    [9d75] parameter '__errnum'\n      <constant value>\n    [9d7b] parameter '__format'\n      [3c6d,3c79) {reg0}\n      [3c79,3c7d) {reg1}\n  [9e65] inlined function 'error'@3d44\n    [9e8b] parameter '__status'\n      [3d44,3d58) {lit1, stack_value}\n    [9e98] parameter '__errnum'\n      [3d44,3d58) {lit0, stack_value}\n    [9ea5] parameter '__format'\n      [3d44,3d53) {reg0}\n      [3d53,3d57) {reg1}\n  [a1e4] inlined function 'error'@3fed\n    [a20a] parameter '__status'\n      [3fed,4001) {lit1, stack_value}\n    [a217] parameter '__errnum'\n      [3fed,4001) {lit0, stack_value}\n    [a224] parameter '__format'\n      [3fed,3ffc) {reg0}\n      [3ffc,4000) {reg1}\n  [a584] inlined function 'error'@4425\n    [a5aa] parameter '__status'\n      [4425,4439) {lit1, stack_value}\n    [a5b7] parameter '__errnum'\n      [4425,4439) {lit0, stack_value}\n    [a5c4] parameter '__format'\n      [4425,4434) {reg0}\n      [4434,4438) {reg1}\n  [a7e1] inlined function 'error'@4ff5\n    [a807] parameter '__status'\n      [4ff5,5009) {lit1, stack_value}\n    [a814] parameter '__errnum'\n      [4ff5,5009) {lit0, stack_value}\n    [a821] parameter '__format'\n      [4ff5,5004) {reg0}\n      [5004,5008) {reg1}\n  [aa99] inlined function 'error'@506e\n    [aabf] parameter '__status'\n      [506e,5083) {lit1, stack_value}\n    [aacc] parameter '__errnum'\n      [506e,5083) {lit0, stack_value}\n    [aad9] parameter '__format'\n      [506e,5083) {addr(0x9ac8), stack_value}\n  [ad3b] inlined function 'error'@526d\n    [ad61] parameter '__status'\n      [526d,5281) {lit1, stack_value}\n    [ad6e] parameter '__errnum'\n      [526d,5281) {lit0, stack_value}\n    [ad7b] parameter '__format'\n      [526d,527c) {reg0}\n      [527c,5280) {reg1}\n  [60cb] inlined function 'memset'@7d43\n    [60e5] parameter '__dest'\n      [7d43,7d47) {reg1}\n    [60f2] parameter '__ch'\n      [7d43,7d47) {lit0, stack_value}\n    [60ff] parameter '__len'\n      [7d43,7d47) {lit24, stack_value}\n  [610d] inlined function 'memset'@7e6c\n    [6127] parameter '__dest'\n      [7e6c,7e71) {reg3}\n    [6134] parameter '__ch'\n      [7e6c,7e71) {lit0, stack_value}\n    [6141] parameter '__len'\n      [7e6c,7e70) {reg1}\n  [6abf] inlined function 'memset'@64c7\n    [6ad9] parameter '__dest'\n      [64c7,64cb) {reg5}\n      [64cb,64cc) {reg7}\n    [6ae6] parameter '__ch'\n      [64c7,64cc) {lit0, stack_value}\n    [6af3] parameter '__len'\n      [64c7,64cb) {reg1}\n      [64cb,64cc) {breg15(0), lit3, shl, stack_value}\n  [6d6d] inlined function 'memset'@67a0\n    [6d87] parameter '__dest'\n      [67a0,67a4) {reg5}\n      [67a4,67a5) {reg7}\n    [6d94] parameter '__ch'\n      [67a0,67a5) {lit0, stack_value}\n    [6da1] parameter '__len'\n      [67a0,67a4) {reg1}\n  [3398] inlined function 'open'@851b\n    [33b2] parameter '__path'\n      [851b,8532) {reg12}\n    [33bf] parameter '__oflag'\n      [851b,8532) {breg13(0), lit0, eq, const1u(255), and, lit1, shl, stack_value}\n  [36b0] inlined function 'open'@84da\n    [36ca] parameter '__path'\n      [84da,84de) {reg2}\n      [84de,84df) {fbreg(-240)}\n    [36d7] parameter '__oflag'\n      [84da,84df) {lit0, stack_value}\n  [3bb7] inlined function 'open'@826d\n    [3bd1] parameter '__path'\n      [826d,8273) {reg5}\n      [8273,8279) {reg14}\n    [3bde] parameter '__oflag'\n      [826d,8279) {const1u(66), stack_value}\n  [20e9] inlined function 'printf'@2d10\n    [2103] parameter '__fmt'\n      [2d10,2d23) {addr(0x9480), stack_value}\n  [2131] inlined function 'printf'@2a66\n    [214b] parameter '__fmt'\n      [2a66,2a70) {addr(0x9470), stack_value}\n  [2179] inlined function 'printf'@2a9a\n    [2193] parameter '__fmt'\n      [2a9a,2aa4) {addr(0x947b), stack_value}\n  [21c1] inlined function 'printf'@2ad3\n    [21e7] parameter '__fmt'\n      [2ad3,2ae9) {addr(0x9486), stack_value}\n  [221b] inlined function 'putchar'@2cfa\n    [2241] parameter '__c'\n      [2cfa,2d0b) {const1u(45), stack_value}\n  [99ad] function 'open_file'@3ac0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [99c8] parameter 'file'\n      [3ac0,3ad8) {reg5}\n      [3ad8,3afd) {reg6}\n    [99d5] variable 'fd'\n      <no value>\n    [99da] parameter 'writable'\n      [3ac0,3afd) {GNU_parameter_ref[3964], stack_value}\n  [9a8c] function 'get_section_name'@3b00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9aa7] parameter 'ndx'\n      [3b00,3b0a) {reg5}\n      [3b0a,3b45) {reg3}\n    [9ab4] parameter 'shstrtab'\n      [3b00,3b45) {GNU_parameter_ref[768a], stack_value}\n    [9ac1] parameter 'shdr'\n      [3b00,3b45) {GNU_parameter_ref[767e], stack_value}\n  [9b78] function 'update_shdr'@3b50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9b93] parameter 'outscn'\n      [3b50,3b55) {reg5}\n      [3b55,3b99) {entry_value(1) {reg5}, stack_value}\n    [9ba0] parameter 'newshdr'\n      [3b50,3b55) {reg4}\n      [3b55,3b99) {entry_value(1) {reg4}, stack_value}\n  [9cae] function 'compare_symbols'@3ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9cc9] parameter 'a'\n      [3ba0,3bf8) {reg5}\n      [3bf8,3c05) {reg2}\n      [3c05,3c2d) {fbreg(-32)}\n      [3c2d,3c4e) {reg5}\n      [3c4e,3c6c) {reg2}\n      [3c6c,3c7e) {fbreg(-32)}\n    [9cd6] parameter 'b'\n      [3ba0,3bf4) {reg4}\n      [3bf4,3c05) {reg1}\n      [3c05,3c2d) {fbreg(-24)}\n      [3c2d,3c4e) {reg4}\n      [3c4e,3c7e) {fbreg(-24)}\n    [9ce3] variable 's1'\n      [3ba0,3bf8) {reg5}\n      [3bf8,3c05) {reg2}\n      [3c05,3c2d) {fbreg(-32)}\n      [3c2d,3c4e) {reg5}\n      [3c4e,3c6c) {reg2}\n      [3c6c,3c7e) {fbreg(-32)}\n    [9cf0] variable 's2'\n      [3ba0,3bf4) {reg4}\n      [3bf4,3c05) {reg1}\n      [3c05,3c2d) {fbreg(-24)}\n      [3c2d,3c4e) {reg4}\n      [3c4e,3c7e) {fbreg(-24)}\n    [9cfd] variable 'res'\n      <no value>\n  [9ddd] function 'get_group_sig'@3c80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9df8] parameter 'elf'\n      [3c80,3ca5) {reg5}\n      [3ca5,3d1c) {reg6}\n      [3d1c,3d21) {entry_value(1) {reg5}, stack_value}\n      [3d21,3dc4) {reg6}\n    [9e05] parameter 'shdr'\n      [3c80,3ca1) {reg4}\n      [3ca1,3d1e) {reg12}\n      [3d1e,3d21) {entry_value(1) {reg4}, stack_value}\n      [3d21,3dc4) {reg12}\n    [9e12] variable 'symscn'\n      [3ca6,3cba) {reg0}\n      [3cba,3d1b) {reg3}\n      [3d21,3d28) {reg0}\n      [3d58,3d74) {reg3}\n      [3d76,3d8d) {reg3}\n      [3d8f,3da6) {reg3}\n      [3da8,3dbf) {reg3}\n    [9e1f] variable 'symshdr_mem'\n      [3c80,3dc4) {fbreg(-128)}\n    [9e28] variable 'symshdr'\n      [3cc1,3cd0) {reg0}\n      [3cd0,3d20) {reg13}\n      [3d58,3da8) {reg13}\n      [3da8,3daf) {reg0}\n      [3daf,3dc4) {reg13}\n    [9e35] variable 'symdata'\n      [3cd1,3ce9) {reg0}\n      [3d8f,3d96) {reg0}\n    [9e42] variable 'sym_mem'\n      [3c80,3dc4) {fbreg(-160)}\n    [9e4b] variable 'sym'\n      [3cea,3d00) {reg0}\n      [3d76,3d7d) {reg0}\n    [9e58] variable 'sig'\n      [3d01,3d21) {reg0}\n      [3d58,3d5c) {reg0}\n      [3d5d,3d64) {reg0}\n  [9ff7] function 'collect_symbols'@3dd0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a012] parameter 'outelf'\n      [3dd0,3dec) {reg5}\n      [3dec,40e2) {fbreg(-208)}\n    [a01f] parameter 'rel'\n      [3dd0,3dfa) {reg4}\n      [3dfa,40e2) {fbreg(-220)}\n    [a02c] parameter 'symscn'\n      [3dd0,3e29) {reg1}\n      [3e29,40e2) {entry_value(1) {reg1}, stack_value}\n    [a039] parameter 'strscn'\n      [3dd0,3e29) {reg2}\n      [3e29,3e85) {reg14}\n      [3e85,4069) {entry_value(1) {reg2}, stack_value}\n      [4069,40ae) {reg14}\n      [40ae,40e2) {entry_value(1) {reg2}, stack_value}\n    [a046] parameter 'nent'\n      [3dd0,3e29) {reg8}\n      [3e29,40e2) {fbreg(-264)}\n    [a053] parameter 'scnmap'\n      [3dd0,3e29) {reg9}\n      [3e29,40e2) {fbreg(-216)}\n    [a060] parameter 'table'\n      [3dd0,40e2) {fbreg(0)}\n    [a068] parameter 'map'\n      [3dd0,40e2) {fbreg(8)}\n    [a070] parameter 'split_bss'\n      [3dd0,40e2) {fbreg(16)}\n    [a078] variable 'symdata'\n      [3e32,3e41) {reg0}\n      [3e41,4069) {fbreg(-256)}\n      [4069,4079) {reg0}\n      [4079,40e2) {fbreg(-256)}\n    [a085] variable 'strdata'\n      [3e48,3e65) {reg0}\n      [3e65,3e85) {reg8}\n      [3e85,3fe1) {fbreg(-232)}\n      [4001,4036) {fbreg(-232)}\n      [408e,4099) {reg0}\n      [40ae,40dd) {fbreg(-232)}\n    [a092] variable 'shndxdata'\n      <no value>\n    [a097] parameter 'bias'\n      [3e25,40e2) {GNU_parameter_ref[7b23], stack_value}\n  [a2e8] function 'compare_sections'@4280\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a303] parameter 'a'\n      [4280,42ee) {reg5}\n      [42ee,42f3) {entry_value(1) {reg5}, stack_value}\n      [42f3,4321) {reg5}\n      [4321,4341) {entry_value(1) {reg5}, stack_value}\n      [4341,4370) {reg5}\n      [4370,4375) {entry_value(1) {reg5}, stack_value}\n      [4375,437b) {reg5}\n    [a310] parameter 'b'\n      [4280,42eb) {reg4}\n      [42eb,42f3) {entry_value(1) {reg4}, stack_value}\n      [42f3,4325) {reg4}\n      [4325,433c) {reg3}\n      [433c,4341) {entry_value(1) {reg4}, stack_value}\n      [4341,436c) {reg4}\n      [436c,4375) {entry_value(1) {reg4}, stack_value}\n      [4375,437b) {reg4}\n    [a31d] parameter 'rel'\n      [4280,428b) {reg1}\n      [428b,42f2) {reg9}\n      [42f2,437b) {entry_value(1) {reg1}, stack_value}\n    [a32a] variable 's1'\n      [4287,42ee) {reg5}\n      [42ee,42f3) {entry_value(1) {reg5}, stack_value}\n      [42f3,4321) {reg5}\n      [4321,4341) {entry_value(1) {reg5}, stack_value}\n      [4341,4370) {reg5}\n      [4370,4375) {entry_value(1) {reg5}, stack_value}\n      [4375,437b) {reg5}\n    [a337] variable 's2'\n      [4287,42eb) {reg4}\n      [42eb,42f3) {entry_value(1) {reg4}, stack_value}\n      [42f3,4325) {reg4}\n      [4325,433c) {reg3}\n      [433c,4341) {entry_value(1) {reg4}, stack_value}\n      [4341,436c) {reg4}\n      [436c,4375) {entry_value(1) {reg4}, stack_value}\n      [4375,437b) {reg4}\n  [a4cd] function 'update_sh_size'@43a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a4e8] parameter 'outscn'\n      [43a0,43c4) {reg5}\n      [43c4,4460) {fbreg(-104)}\n    [a4f5] parameter 'data'\n      [43a0,43bb) {reg4}\n      [43bb,43f8) {reg3}\n      [43f8,43f9) {entry_value(1) {reg4}, stack_value}\n      [43f9,4419) {reg3}\n      [4419,4439) {entry_value(1) {reg4}, stack_value}\n      [4439,4459) {reg3}\n      [4459,445b) {entry_value(1) {reg4}, stack_value}\n      [445b,4460) {reg3}\n    [a502] variable 'shdr_mem'\n      [43a0,4460) {fbreg(-96)}\n    [a50b] variable 'newshdr'\n      [43c5,43de) {reg0}\n      [43f9,4409) {reg0}\n  [a6c9] function 'add_new_section_symbols'@4c60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a6e4] parameter 'old_symscn'\n      [4c60,4c70) {reg5}\n      [4c70,4fc7) {reg13}\n      [4fc7,4fcd) {entry_value(1) {reg5}, stack_value}\n      [4fcd,5088) {reg13}\n    [a6f1] parameter 'old_shnum'\n      [4c60,4cb0) {reg4}\n      [4cb0,4fcc) {fbreg(-248)}\n      [4fcc,4fcd) {breg7(-240)}\n      [4fcd,5088) {fbreg(-248)}\n    [a6fe] parameter 'elf'\n      [4c60,4cb4) {reg1}\n      [4cb4,4fcc) {fbreg(-296)}\n      [4fcc,4fcd) {breg7(-288)}\n      [4fcd,5088) {fbreg(-296)}\n    [a70b] parameter 'rel'\n      [4c60,4cb4) {reg2}\n      [4cb4,4e40) {fbreg(-304)}\n      [4e40,5088) {entry_value(1) {reg2}, stack_value}\n    [a718] parameter 'symscn'\n      [4c60,4cb4) {reg8}\n      [4cb4,4fcc) {fbreg(-288)}\n      [4fcc,4fcd) {breg7(-280)}\n      [4fcd,5088) {fbreg(-288)}\n    [a725] parameter 'shnum'\n      [4c60,4cb4) {reg9}\n      [4cb4,4f07) {fbreg(-280)}\n      [4f07,502b) {entry_value(1) {reg9}, stack_value}\n      [502b,5083) {fbreg(-280)}\n      [5083,5088) {entry_value(1) {reg9}, stack_value}\n    [a732] variable 'added'\n      <no value>\n    [a737] variable 'shdr_mem'\n      [4c60,5088) {fbreg(-208)}\n    [a740] variable 'shdr'\n      [4cb5,4ce5) {reg0}\n      [4ce5,4e18) {reg15}\n      [506e,507e) {reg0}\n      [507e,5083) {reg15}\n    [a74d] variable 'nsym'\n      [4d08,4d10) {reg0}\n      [4d10,4fcc) {fbreg(-312)}\n      [4fcc,4fcd) {breg7(-304)}\n      [4fcd,4fe9) {fbreg(-312)}\n      [5009,504f) {fbreg(-312)}\n      [5083,5088) {fbreg(-312)}\n    [a75a] variable '<unknown>'\n      [4d08,4d10) {breg0(-2), stack_value}\n      [4d10,4fcc) {fbreg(-312), deref, lit2, minus, stack_value}\n      [4fcc,4fcd) {breg7(-304), deref, lit2, minus, stack_value}\n      [4fcd,4fe9) {fbreg(-312), deref, lit2, minus, stack_value}\n      [5009,504f) {fbreg(-312), deref, lit2, minus, stack_value}\n      [5083,5088) {fbreg(-312), deref, lit2, minus, stack_value}\n    [a767] variable 'symndx_map'\n      [4d22,4fc2) {breg7(0)}\n      [4fc2,4fcc) {fbreg(-256), deref}\n      [4fcc,4fcd) {breg7(-248), deref}\n      [4fcd,4fe9) {breg7(0)}\n      [5009,504f) {breg7(0)}\n      [5083,5088) {breg7(0)}\n    [a778] variable 'symdata'\n      [4d4e,4d56) {reg0}\n      [4d56,4fc5) {reg12}\n      [4fcd,4fe9) {reg12}\n      [5009,504f) {reg12}\n      [5083,5088) {reg12}\n    [a785] variable 'shndxdata'\n      [4d4e,4fe9) {lit0, stack_value}\n      [5009,504f) {lit0, stack_value}\n      [5083,5088) {lit0, stack_value}\n    [a792] variable 'old_symdata'\n      [4d9e,4da7) {reg0}\n      [4da7,4fcc) {fbreg(-272)}\n      [4fcc,4fcd) {breg7(-264)}\n      [4fcd,4fe9) {fbreg(-272)}\n      [5009,504f) {fbreg(-272)}\n      [5083,5088) {fbreg(-272)}\n  [abf4] function 'check_symtab_section_symbols'@5090\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [ac0f] parameter 'elf'\n      [5090,50b4) {reg5}\n      [50b4,534c) {fbreg(-272)}\n    [ac1c] parameter 'rel'\n      [5090,50f9) {reg4}\n      [50f9,534c) {fbreg(-228)}\n    [ac29] parameter 'scn'\n      [5090,50fd) {reg1}\n      [50fd,534c) {fbreg(-224)}\n    [ac36] parameter 'shnum'\n      [5090,50fd) {reg2}\n      [50fd,534c) {fbreg(-200)}\n    [ac43] parameter 'shstrndx'\n      [5090,50fd) {reg8}\n      [50fd,534c) {fbreg(-208)}\n    [ac50] parameter 'oscn'\n      [5090,50fd) {reg9}\n      [50fd,511a) {reg14}\n      [511a,534c) {fbreg(-216)}\n    [ac5d] parameter 'oshnum'\n      [5090,534c) {fbreg(0)}\n    [ac65] parameter 'oshstrndx'\n      [5090,534c) {fbreg(8)}\n    [ac6d] parameter 'debuglink'\n      [5090,534c) {fbreg(16)}\n    [ac75] variable 'n'\n      [51fa,522a) {fbreg(-256)}\n      [522a,5244) {reg4}\n      [52d2,530d) {reg13}\n      [5312,5347) {reg13}\nmodule 'unstrip'\n[af38] CU '../../elfutils-0.193/lib/xasprintf.c'@8b00\n  [b0c3] function 'xasprintf'@8b00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b0e5] parameter 'fmt'\n      [8b00,8b98) {reg5}\n      [8b98,8bae) {reg10}\n      [8bae,8bfe) {entry_value(1) {reg5}, stack_value}\n    [b0fa] variable 'res'\n      [8b00,8bfe) {fbreg(-232)}\n    [b109] variable 'ap'\n      [8b00,8bfe) {fbreg(-224)}\n  [b180] inlined function 'error'@8be8\n    [b1a5] parameter '__status'\n      [8be8,8bf9) {lit1, stack_value}\n    [b1b2] parameter '__errnum'\n      [8be8,8bf9) {lit0, stack_value}\n    [b1bf] parameter '__format'\n      [8be8,8bf4) {reg0}\n      [8bf4,8bf8) {reg1}\n  [b117] inlined function 'vasprintf'@8baa\n    [b130] parameter '__ptr'\n      [8baa,8bae) {reg5}\n      [8bae,8baf) {fbreg(-232), stack_value}\n    [b13d] parameter '__fmt'\n      [8baa,8bae) {reg1}\n      [8bae,8baf) {entry_value(1) {reg5}, stack_value}\n    [b14a] parameter '__ap'\n      [8baa,8bae) {reg2}\n      [8bae,8baf) {fbreg(-224), stack_value}\nmodule 'unstrip'\n[b295] CU '../../elfutils-0.193/lib/xmalloc.c'@8c00\n  [b3d8] function 'xrealloc'@8c80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b3f8] parameter 'p'\n      [8c80,8c88) {reg5}\n      [8c88,8c89) {entry_value(1) {reg5}, stack_value}\n      [8c89,8caa) {reg0}\n    [b409] parameter 'n'\n      [8c80,8c88) {reg4}\n      [8c88,8cbc) {entry_value(1) {reg4}, stack_value}\n  [b4bd] function 'xcalloc'@8c40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b4dd] parameter 'n'\n      [8c40,8c48) {reg5}\n      [8c48,8c7c) {entry_value(1) {reg5}, stack_value}\n    [b4ee] parameter 's'\n      [8c40,8c48) {reg4}\n      [8c48,8c7c) {entry_value(1) {reg4}, stack_value}\n    [b4ff] variable 'p'\n      [8c49,8c6a) {reg0}\n  [b5b2] function 'xmalloc'@8c00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b5d2] parameter 'n'\n      [8c00,8c08) {reg5}\n      [8c08,8c3c) {entry_value(1) {reg5}, stack_value}\n    [b5e3] variable 'p'\n      [8c09,8c2a) {reg0}\n  [b41a] inlined function 'error'@8cab\n    [b43d] parameter '__status'\n      <constant value>\n    [b443] parameter '__errnum'\n      <constant value>\n    [b449] parameter '__format'\n      [8cab,8cb7) {reg0}\n      [8cb7,8cbb) {reg1}\n  [b50f] inlined function 'error'@8c6b\n    [b532] parameter '__status'\n      <constant value>\n    [b538] parameter '__errnum'\n      <constant value>\n    [b53e] parameter '__format'\n      [8c6b,8c77) {reg0}\n      [8c77,8c7b) {reg1}\n  [b5f3] inlined function 'error'@8c2b\n    [b616] parameter '__status'\n      <constant value>\n    [b61c] parameter '__errnum'\n      <constant value>\n    [b622] parameter '__format'\n      [8c2b,8c37) {reg0}\n      [8c37,8c3b) {reg1}\nmodule 'unstrip'\n[b6c5] CU '../../elfutils-0.193/lib/printversion.c'@8cc0\n  [bbe0] function 'print_version'@8cc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bbfe] parameter 'stream'\n      [8cc0,8ce8) {reg5}\n      [8ce8,8d05) {reg3}\n      [8d05,8d21) {reg5}\n      [8d21,8d22) {entry_value(1) {reg5}, stack_value}\n    [bc10] parameter 'state'\n      [8cc0,8cd6) {reg4}\n      [8cd6,8d22) {entry_value(1) {reg4}, stack_value}\n  [bc22] inlined function 'fprintf'@8cc0\n    [bc39] parameter '__stream'\n      [8cc0,8ce8) {reg5}\n      [8ce8,8ce9) {reg3}\n    [bc46] parameter '__fmt'\n      [8cc0,8ce9) {addr(0x9541), stack_value}\n  [bc94] inlined function 'fprintf'@8d01\n    [bcab] parameter '__stream'\n      [8d01,8d05) {reg3}\n      [8d05,8d21) {reg5}\n      [8d21,8d22) {entry_value(1) {reg5}, stack_value}\n    [bcb8] parameter '__fmt'\n      [8d01,8d0f) {reg0}\n      [8d0f,8d21) {reg1}\nmodule 'libelf.so'\n[2f] CU '../../elfutils-0.193/libelf/elf_version.c'@4b70\n  [2e8] function 'elf_version'@4b70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [30a] parameter 'version'\n      [4b70,4b99) {reg5}\n      [4b99,4ba5) {entry_value(1) {reg5}, stack_value}\n  [31e] inlined function 'initialize_version'@4b79\nmodule 'libelf.so'\n[369] CU '../../elfutils-0.193/libelf/elf_hash.c'@4bc0\n  [3f3] function 'elf_hash'@4bc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [415] parameter 'string'\n      [4bc0,4c1c) {reg5}\n      [4c1c,4c68) {entry_value(1) {reg5}, stack_value}\n  [429] inlined function '_dl_elf_hash'@4bc0\n    [44a] parameter 'name_arg'\n      [4bc0,4c1c) {reg5}\n      [4c1c,4c67) {entry_value(1) {reg5}, stack_value}\n    [457] variable 'name'\n      [4bc0,4c10) {reg5}\n      [4c10,4c1c) {breg5(5), stack_value}\n      [4c1c,4c67) {reg5}\n    [464] variable 'hash'\n      [4bc3,4bdc) {reg0}\n      [4bdc,4bdf) {breg5(0), deref_size(1), const1u(255), and, stack_value}\n      [4bdf,4bef) {reg0}\n      [4bef,4bf2) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, stack_value}\n      [4bf2,4bfe) {reg0}\n      [4bfe,4c01) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, stack_value}\n      [4c01,4c0d) {reg0}\n      [4c0d,4c10) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(3), deref_size(1), const1u(255), and, plus, stack_value}\n      [4c10,4c44) {reg0}\n      [4c4b,4c67) {reg0}\nmodule 'libelf.so'\n[4e9] CU '../../elfutils-0.193/libelf/elf_error.c'@0\n  [966] function '__libelf_seterrno'@4ca0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [985] parameter 'value'\n      [4ca0,4cb9) {reg5}\n      [4cb9,4cc2) {entry_value(1) {reg5}, stack_value}\n  [99a] function 'elf_errno'@4c70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [9b8] variable 'result'\n      [4c86,4c97) {reg1}\nmodule 'libelf.so'\n[9da] CU '../../elfutils-0.193/libelf/elf_fill.c'@4d80\n  [b31] function 'elf_fill'@4d80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b4b] parameter 'fill'\n      [4d80,4d87) {reg5}\nmodule 'libelf.so'\n[b67] CU '../../elfutils-0.193/libelf/elf_begin.c'@0\n  [2060] function 'elf_begin'@66d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2081] parameter 'fildes'\n      [66d0,6728) {reg5}\n      [6728,6730) {reg9}\n      [6730,6731) {entry_value(1) {reg5}, stack_value}\n      [6731,673e) {reg5}\n      [673e,67dd) {entry_value(1) {reg5}, stack_value}\n      [67dd,67f3) {reg5}\n      [67f3,6884) {fbreg(-24)}\n      [6884,688d) {reg5}\n      [688d,6897) {entry_value(1) {reg5}, stack_value}\n      [6897,68a6) {fbreg(-24)}\n      [68a6,68b5) {entry_value(1) {reg5}, stack_value}\n    [2095] parameter 'cmd'\n      [66d0,66fd) {reg4}\n      [66fd,6730) {reg2}\n      [6730,6731) {entry_value(1) {reg4}, stack_value}\n      [6731,673e) {reg2}\n      [673e,67dd) {entry_value(1) {reg4}, stack_value}\n      [67dd,67f3) {reg2}\n      [67f3,6884) {fbreg(-20)}\n      [6884,6891) {reg4}\n      [6891,6897) {entry_value(1) {reg4}, stack_value}\n      [6897,68a6) {fbreg(-20)}\n      [68a6,68b5) {entry_value(1) {reg4}, stack_value}\n    [20a9] parameter 'ref'\n      [66d0,6730) {reg1}\n      [6730,6731) {entry_value(1) {reg1}, stack_value}\n      [6731,673e) {reg1}\n      [673e,67dd) {entry_value(1) {reg1}, stack_value}\n      [67dd,67f3) {reg1}\n      [67f3,6884) {entry_value(1) {reg1}, stack_value}\n      [6884,6891) {reg1}\n      [6891,68b5) {entry_value(1) {reg1}, stack_value}\n    [20bd] variable 'retval'\n      (674a,674a) <empty range>\n  [20d1] inlined function 'lock_dup_elf'@6723\n    [20eb] parameter 'fildes'\n      [6723,6730) {reg5}\n      [6730,6731) {entry_value(1) {reg5}, stack_value}\n    [20f8] parameter 'cmd'\n      [6723,6730) {reg2}\n      [6730,6731) {entry_value(1) {reg4}, stack_value}\n    [2105] parameter 'ref'\n      [6723,6730) {reg1}\n      [6730,6731) {entry_value(1) {reg1}, stack_value}\n  [2136] inlined function 'write_file'@6767\n    [2150] parameter 'fd'\n      [6767,676f) {reg9}\n      [676f,67dd) {fbreg(-24)}\n      [68a6,68b5) {fbreg(-24)}\n    [215d] parameter 'cmd'\n      [6767,676b) {fbreg(-20)}\n    [216a] variable 'result'\n      [67c3,67dd) {reg0}\n      [68b0,68b5) {lit0, stack_value}\n  [234d] function 'dup_elf'@65f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [236e] parameter 'fildes'\n      [65f0,661d) {reg5}\n      [661d,6636) {reg9}\n      [6667,667d) {reg9}\n      [667d,6683) {reg5}\n      [6683,66a0) {reg9}\n      [66a0,66b2) {fbreg(-24)}\n      [66b2,66b7) {reg5}\n      [66b7,66bb) {reg9}\n      [66bb,66c0) {entry_value(1) {reg5}, stack_value}\n      [66c0,66c9) {reg9}\n    [2382] parameter 'cmd'\n      [65f0,6636) {reg4}\n      [6636,6667) {entry_value(1) {reg4}, stack_value}\n      [6667,66a0) {reg2}\n      [66a0,66b2) {fbreg(-20)}\n      [66b2,66bb) {reg2}\n      [66bb,66c0) {entry_value(1) {reg4}, stack_value}\n      [66c0,66c9) {reg2}\n      [66c9,66ce) {entry_value(1) {reg4}, stack_value}\n    [2396] parameter 'ref'\n      [65f0,6618) {reg1}\n      [6618,6666) {reg3}\n      [6666,6667) {entry_value(1) {reg1}, stack_value}\n      [6667,667c) {reg3}\n      [667c,667d) {reg0}\n      [667d,6689) {reg1}\n      [6689,66b2) {reg3}\n      [66b2,66bb) {reg1}\n      [66bb,66ce) {reg3}\n    [23aa] variable 'result'\n      [6650,6661) {reg0}\n  [2419] function '__libelf_next_arhdr_wrlock'@5e00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [243a] parameter 'elf'\n      [5e00,5e57) {reg5}\n      [5e57,60fa) {entry_value(1) {reg5}, stack_value}\n      [60fa,610e) {fbreg(-184)}\n      [610e,6166) {entry_value(1) {reg5}, stack_value}\n      [6166,6197) {reg5}\n      [6197,61de) {fbreg(-184)}\n      [61de,627c) {entry_value(1) {reg5}, stack_value}\n      [627c,6297) {fbreg(-184)}\n      [6297,62af) {entry_value(1) {reg5}, stack_value}\n      [62af,62be) {fbreg(-184)}\n      [62be,65e2) {entry_value(1) {reg5}, stack_value}\n    [244e] variable 'ar_hdr'\n      [5e57,5ec8) {reg9}\n      [5ec8,5eea) {fbreg(-192)}\n      [5f17,5f40) {reg9}\n      [5f40,5f52) {fbreg(-192)}\n      [60fa,610e) {reg12}\n      [611f,6166) {reg9}\n      [6166,6188) {breg5(168), stack_value}\n      [6188,6197) {reg3}\n      [6197,61de) {reg12}\n      [61de,621c) {reg9}\n      [621c,622e) {fbreg(-176)}\n      [623d,627c) {fbreg(-192)}\n      [627c,6288) {reg12}\n      [6288,62a9) {reg9}\n      [62af,62b7) {reg12}\n      [62b7,630d) {reg9}\n      [630d,6419) {fbreg(-176)}\n      [6475,64ed) {fbreg(-176)}\n      [64f5,6525) {fbreg(-176)}\n    [2462] variable 'elf_ar_hdr'\n      [5e84,5eea) {breg12(120), stack_value}\n      [5f17,5f52) {breg12(120), stack_value}\n      [611f,6166) {breg12(120), stack_value}\n      [61de,622e) {breg12(120), stack_value}\n      [623d,627c) {breg12(120), stack_value}\n      [62be,6419) {breg12(120), stack_value}\n      [6475,64ed) {breg12(120), stack_value}\n      [64f5,6535) {breg12(120), stack_value}\n      [6535,65ca) {fbreg(-176), deref, plus_uconst(120), stack_value}\n      [65cf,65e2) {fbreg(-176), deref, plus_uconst(120), stack_value}\n    [2476] variable 'maxsize'\n      [60bc,60c3) {reg0}\n      [60e9,60fa) {reg0}\n  [24f1] inlined function 'read_long_names'\n    [2502] parameter 'elf'\n      <no value>\n    [2507] variable 'offset'\n      [621c,622e) {reg3}\n      [630d,6419) {reg3}\n      [6475,64ed) {reg3}\n      [64f5,6520) {reg3}\n    [2514] variable 'hdrm'\n      [6220,622e) {fbreg(-160)}\n      [62fd,65ca) {fbreg(-160)}\n      [65cf,65e2) {fbreg(-160)}\n    [251d] variable 'hdr'\n      [630d,631d) {reg6}\n      [6348,6419) {reg6}\n      [64f5,6539) {reg6}\n    [252a] variable 'newp'\n      [63f6,640f) {reg0}\n      [640f,642c) {reg15}\n      [6515,652d) {reg0}\n      [652d,65a4) {reg15}\n      [65a4,65ab) {reg0}\n      [65ab,65b3) {reg15}\n      [65b8,65ca) {reg15}\n      [65cf,65e2) {reg15}\n    [2537] variable 'len'\n      [630d,6314) {reg0}\n      [6314,6318) {breg0(-1), stack_value}\n      [638c,63cb) {reg0}\n      [63cb,63eb) {reg8}\n      [63eb,640b) {fbreg(-192)}\n      [64f5,6505) {reg0}\n      [6505,653f) {fbreg(-192)}\n  [3235] inlined function 'read_unmmaped_file'@5b24\n    [324f] parameter 'fildes'\n      [5b24,5b7c) {reg12}\n      [5b83,5be3) {reg12}\n      [5cc0,5ddd) {reg12}\n      [5de2,5df3) {reg12}\n    [325c] parameter 'offset'\n      [5b24,5b2e) {reg6}\n      [5b2e,5b7c) {reg13}\n      [5b83,5be3) {reg13}\n      [5cc0,5d9c) {reg13}\n      [5d9c,5ddd) {breg0(40)}\n      [5de2,5df3) {reg13}\n    [3269] parameter 'maxsize'\n      [5b24,5b2e) {reg0}\n      [5b2e,5b7c) {fbreg(-264)}\n      [5b83,5be3) {fbreg(-264)}\n      [5cc0,5ddd) {fbreg(-264)}\n      [5de2,5df3) {fbreg(-264)}\n    [3276] parameter 'cmd'\n      [5b24,5b7c) {fbreg(-244)}\n      [5b83,5be3) {fbreg(-244)}\n      [5cc0,5ddd) {fbreg(-244)}\n      [5de2,5df3) {fbreg(-244)}\n    [3283] parameter 'parent'\n      [5b24,5b7c) {fbreg(-256)}\n      [5b83,5be3) {fbreg(-256)}\n      [5cc0,5ddd) {fbreg(-256)}\n      [5de2,5df3) {fbreg(-256)}\n    [3290] variable 'mem'\n      [5b05,5b24) {fbreg(-224)}\n      [5b24,5be3) {fbreg(-224)}\n      [5c9b,5ca8) {fbreg(-224)}\n      [5cc0,5ddd) {fbreg(-224)}\n      [5de2,5df3) {fbreg(-224)}\n      [443e,443e) {fbreg(-224)}\n    [3299] variable 'nread'\n      [5b90,5ba3) {reg15}\n      [5ba3,5bb1) {reg0}\n      [5cc0,5d58) {reg0}\n      [5d60,5d83) {reg0}\n    [32a6] variable 'kind'\n      [5d1d,5d60) {lit3, stack_value}\n      [5d75,5ddd) {lit1, stack_value}\n  [37d8] function '__libelf_read_mmaped_file'@58a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [37f9] parameter 'fildes'\n      [58a0,58bb) {reg5}\n      [58bb,5918) {reg3}\n      [5918,5919) {entry_value(1) {reg5}, stack_value}\n      [5919,598f) {reg3}\n      [598f,5990) {entry_value(1) {reg5}, stack_value}\n      [5990,5a0e) {reg3}\n      [5a0e,5a0f) {breg0(36)}\n      [5a0f,5a20) {reg3}\n    [380d] parameter 'map_address'\n      [58a0,58c0) {reg4}\n      [58c0,5919) {entry_value(1) {reg4}, stack_value}\n      [5919,5987) {reg4}\n      [5987,5990) {entry_value(1) {reg4}, stack_value}\n      [5990,5995) {reg4}\n      [5995,5a20) {entry_value(1) {reg4}, stack_value}\n    [3821] parameter 'offset'\n      [58a0,58dc) {reg1}\n      [58dc,5919) {fbreg(-40)}\n      [5919,5983) {reg1}\n      [5983,5987) {reg2}\n      [5987,5990) {entry_value(1) {reg1}, stack_value}\n      [5990,59b1) {reg1}\n      [59b1,5a20) {fbreg(-40)}\n    [3835] parameter 'maxsize'\n      [58a0,58dc) {reg2}\n      [58dc,5919) {fbreg(-32)}\n      [5919,5980) {reg2}\n      [5980,5987) {reg8}\n      [5987,5990) {entry_value(1) {reg2}, stack_value}\n      [5990,59b1) {reg2}\n      [59b1,5a20) {fbreg(-32)}\n    [3849] parameter 'cmd'\n      [58a0,58dc) {reg8}\n      [58dc,5919) {fbreg(-20)}\n      [5919,597d) {reg8}\n      [597d,5987) {reg9}\n      [5987,5990) {entry_value(1) {reg8}, stack_value}\n      [5990,59b1) {reg8}\n      [59b1,5a20) {fbreg(-20)}\n    [385d] parameter 'parent'\n      [58a0,58dc) {reg9}\n      [58dc,5919) {entry_value(1) {reg9}, stack_value}\n      [5919,5987) {reg19}\n      [5987,5990) {entry_value(1) {reg9}, stack_value}\n      [5990,59b1) {reg19}\n      [59b1,5a20) {entry_value(1) {reg9}, stack_value}\n    [3871] variable 'e_ident'\n      [58b9,58c0) {breg4(0), breg1(0), plus, stack_value}\n      [58c0,58dc) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n      [58dc,5919) {entry_value(1) {reg4}, fbreg(-40), deref, plus, stack_value}\n      [5919,5983) {breg4(0), breg1(0), plus, stack_value}\n      [5983,5987) {breg4(0), breg2(0), plus, stack_value}\n      [5987,5990) {entry_value(1) {reg4}, entry_value(1) {reg1}, plus, stack_value}\n      [5990,5995) {breg4(0), breg1(0), plus, stack_value}\n      [5995,59b1) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n      [59b1,5a20) {entry_value(1) {reg4}, fbreg(-40), deref, plus, stack_value}\n    [3885] variable 'kind'\n      [596f,5990) {lit3, stack_value}\n      [59a8,5a0f) {lit1, stack_value}\n  [3b62] function 'file_read_elf'@4dc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3b83] parameter 'fildes'\n      [4dc0,4e0a) {reg5}\n      [4e0a,5094) {reg6}\n      [5094,50cd) {entry_value(1) {reg5}, stack_value}\n      [50cd,51e1) {reg6}\n      [51e1,51fd) {entry_value(1) {reg5}, stack_value}\n      [51fd,55d3) {reg6}\n      [55d3,562b) {entry_value(1) {reg5}, stack_value}\n      [562b,5889) {reg6}\n      [5889,588e) {entry_value(1) {reg5}, stack_value}\n      [588e,589c) {reg6}\n    [3b97] parameter 'map_address'\n      [4dc0,4df7) {reg4}\n      [4df7,4e7f) {reg3}\n      [4e7f,50cd) {entry_value(1) {reg4}, stack_value}\n      [50cd,50f9) {reg3}\n      [50f9,5366) {entry_value(1) {reg4}, stack_value}\n      [5366,5386) {reg3}\n      [5386,5480) {entry_value(1) {reg4}, stack_value}\n      [5480,54d9) {reg3}\n      [54d9,54ed) {entry_value(1) {reg4}, stack_value}\n      [54ed,54fd) {reg3}\n      [54fd,550d) {entry_value(1) {reg4}, stack_value}\n      [550d,5546) {reg3}\n      [5546,562b) {entry_value(1) {reg4}, stack_value}\n      [562b,5666) {reg3}\n      [5666,5691) {entry_value(1) {reg4}, stack_value}\n      [5691,56a7) {reg3}\n      [56a7,5717) {fbreg(-200)}\n      [5717,5726) {entry_value(1) {reg4}, stack_value}\n      [5726,5732) {reg3}\n      [5732,57a8) {fbreg(-208)}\n      [57a8,5811) {fbreg(-200)}\n      [5811,587a) {fbreg(-208)}\n      [587a,589c) {entry_value(1) {reg4}, stack_value}\n    [3bab] parameter 'e_ident'\n      [4dc0,4e7f) {reg1}\n      [4e7f,50cd) {entry_value(1) {reg1}, stack_value}\n      [50cd,50f9) {reg1}\n      [50f9,5366) {entry_value(1) {reg1}, stack_value}\n      [5366,5386) {reg1}\n      [5386,5480) {entry_value(1) {reg1}, stack_value}\n      [5480,54d9) {reg1}\n      [54d9,54ed) {entry_value(1) {reg1}, stack_value}\n      [54ed,54fd) {reg1}\n      [54fd,550d) {entry_value(1) {reg1}, stack_value}\n      [550d,5546) {reg1}\n      [5546,562b) {entry_value(1) {reg1}, stack_value}\n      [562b,5666) {reg1}\n      [5666,5691) {entry_value(1) {reg1}, stack_value}\n      [5691,56c9) {reg1}\n      [56c9,5717) {fbreg(-192)}\n      [5717,5726) {entry_value(1) {reg1}, stack_value}\n      [5726,5754) {reg1}\n      [5754,57a8) {fbreg(-200)}\n      [57a8,5811) {fbreg(-192)}\n      [5811,587a) {fbreg(-200)}\n      [587a,589c) {entry_value(1) {reg1}, stack_value}\n    [3bbf] parameter 'offset'\n      [4dc0,4e7f) {reg2}\n      [4e7f,50cd) {entry_value(1) {reg2}, stack_value}\n      [50cd,50f9) {reg2}\n      [50f9,5366) {entry_value(1) {reg2}, stack_value}\n      [5366,5386) {reg2}\n      [5386,5480) {entry_value(1) {reg2}, stack_value}\n      [5480,54d9) {reg2}\n      [54d9,54ed) {entry_value(1) {reg2}, stack_value}\n      [54ed,54fd) {reg2}\n      [54fd,550d) {entry_value(1) {reg2}, stack_value}\n      [550d,5546) {reg2}\n      [5546,562b) {entry_value(1) {reg2}, stack_value}\n      [562b,5666) {reg2}\n      [5666,5691) {entry_value(1) {reg2}, stack_value}\n      [5691,56c9) {reg2}\n      [56c9,5717) {fbreg(-184)}\n      [5717,5726) {entry_value(1) {reg2}, stack_value}\n      [5726,5754) {reg2}\n      [5754,57a8) {fbreg(-192)}\n      [57a8,5811) {fbreg(-184)}\n      [5811,587a) {fbreg(-192)}\n      [587a,589c) {entry_value(1) {reg2}, stack_value}\n    [3bd3] parameter 'maxsize'\n      [4dc0,4e7f) {reg8}\n      [4e7f,50cd) {entry_value(1) {reg8}, stack_value}\n      [50cd,50f9) {reg8}\n      [50f9,5366) {entry_value(1) {reg8}, stack_value}\n      [5366,5386) {reg8}\n      [5386,5480) {entry_value(1) {reg8}, stack_value}\n      [5480,54d9) {reg8}\n      [54d9,54ed) {entry_value(1) {reg8}, stack_value}\n      [54ed,54fd) {reg8}\n      [54fd,550d) {entry_value(1) {reg8}, stack_value}\n      [550d,5546) {reg8}\n      [5546,562b) {entry_value(1) {reg8}, stack_value}\n      [562b,5666) {reg8}\n      [5666,5691) {entry_value(1) {reg8}, stack_value}\n      [5691,56c9) {reg8}\n      [56c9,5717) {fbreg(-176)}\n      [5717,5726) {entry_value(1) {reg8}, stack_value}\n      [5726,5754) {reg8}\n      [5754,57a8) {fbreg(-184)}\n      [57a8,5811) {fbreg(-176)}\n      [5811,587a) {fbreg(-184)}\n      [587a,589c) {entry_value(1) {reg8}, stack_value}\n    [3be7] parameter 'cmd'\n      [4dc0,4e7f) {reg9}\n      [4e7f,50cd) {entry_value(1) {reg9}, stack_value}\n      [50cd,50f9) {reg9}\n      [50f9,5366) {entry_value(1) {reg9}, stack_value}\n      [5366,5386) {reg9}\n      [5386,5480) {entry_value(1) {reg9}, stack_value}\n      [5480,54d9) {reg9}\n      [54d9,54ed) {entry_value(1) {reg9}, stack_value}\n      [54ed,54fd) {reg9}\n      [54fd,550d) {entry_value(1) {reg9}, stack_value}\n      [550d,5546) {reg9}\n      [5546,562b) {entry_value(1) {reg9}, stack_value}\n      [562b,5666) {reg9}\n      [5666,5691) {entry_value(1) {reg9}, stack_value}\n      [5691,56c9) {reg9}\n      [56c9,5717) {fbreg(-168)}\n      [5717,5726) {entry_value(1) {reg9}, stack_value}\n      [5726,5754) {reg9}\n      [5754,57a8) {fbreg(-176)}\n      [57a8,5811) {fbreg(-168)}\n      [5811,587a) {fbreg(-176)}\n      [587a,589c) {entry_value(1) {reg9}, stack_value}\n    [3bfb] parameter 'parent'\n      [4dc0,50a4) {fbreg(0)}\n      [50cd,51e5) {fbreg(0)}\n      [51fd,5889) {fbreg(0)}\n      [588e,589c) {fbreg(0)}\n    [3c0f] variable 'scncnt'\n      [5721,5726) {const1s(-1), stack_value}\n    [3c23] variable 'scnmax'\n      [4ebe,5094) {reg12}\n      [50f9,5366) {reg12}\n      [538e,5480) {reg12}\n      [54d9,54ed) {reg12}\n      [54fd,550d) {reg12}\n      [558d,562b) {reg12}\n      [587a,5889) {reg12}\n    [3c37] variable 'elf'\n      [4f2e,5093) {reg0}\n      [50f9,51f2) {reg0}\n      [51f2,51fd) {fbreg(-216)}\n      [51fd,5366) {reg0}\n      [538e,5480) {reg0}\n      [54d9,54ed) {reg0}\n      [54fd,550d) {reg0}\n      [558d,562b) {reg0}\n      [5884,5889) {lit0, stack_value}\n    [3c4b] variable '__PRETTY_FUNCTION__'\n      <constant value>\n  [3f19] inlined function 'get_shnum'@4e14\n    [3f33] parameter 'map_address'\n      [4e14,4e7f) {reg3}\n      [50cd,50f9) {reg3}\n      [5366,5386) {reg3}\n      [5480,54d9) {reg3}\n      [54ed,54fd) {reg3}\n      [550d,5546) {reg3}\n      [5546,557f) {entry_value(1) {reg4}, stack_value}\n      [562b,5666) {reg3}\n      [5666,5691) {entry_value(1) {reg4}, stack_value}\n      [5691,56a7) {reg3}\n      [56a7,5717) {fbreg(-200)}\n      [5717,5721) {entry_value(1) {reg4}, stack_value}\n      [5726,5732) {reg3}\n      [5732,57a8) {fbreg(-208)}\n      [57a8,5811) {fbreg(-200)}\n      [5811,587a) {fbreg(-208)}\n      [588e,589c) {entry_value(1) {reg4}, stack_value}\n    [3f40] parameter 'e_ident'\n      [4e14,4e7f) {reg1}\n      [50cd,50f9) {reg1}\n      [5366,5386) {reg1}\n      [5480,54d9) {reg1}\n      [54ed,54fd) {reg1}\n      [550d,5546) {reg1}\n      [5546,557f) {entry_value(1) {reg1}, stack_value}\n      [562b,5666) {reg1}\n      [5666,5691) {entry_value(1) {reg1}, stack_value}\n      [5691,56c9) {reg1}\n      [56c9,5717) {fbreg(-192)}\n      [5717,5721) {entry_value(1) {reg1}, stack_value}\n      [5726,5754) {reg1}\n      [5754,57a8) {fbreg(-200)}\n      [57a8,5811) {fbreg(-192)}\n      [5811,587a) {fbreg(-200)}\n      [588e,589c) {entry_value(1) {reg1}, stack_value}\n    [3f4d] parameter 'fildes'\n      [4e14,4e7f) {reg6}\n      [50cd,50f9) {reg6}\n      [5366,5386) {reg6}\n      [5480,54d9) {reg6}\n      [54ed,54fd) {reg6}\n      [550d,557f) {reg6}\n      [562b,5721) {reg6}\n      [5726,587a) {reg6}\n      [588e,589c) {reg6}\n    [3f5a] parameter 'offset'\n      [4e14,4e7f) {reg2}\n      [50cd,50f9) {reg2}\n      [5366,5386) {reg2}\n      [5480,54d9) {reg2}\n      [54ed,54fd) {reg2}\n      [550d,5546) {reg2}\n      [5546,557f) {entry_value(1) {reg2}, stack_value}\n      [562b,5666) {reg2}\n      [5666,5691) {entry_value(1) {reg2}, stack_value}\n      [5691,56c9) {reg2}\n      [56c9,5717) {fbreg(-184)}\n      [5717,5721) {entry_value(1) {reg2}, stack_value}\n      [5726,5754) {reg2}\n      [5754,57a8) {fbreg(-192)}\n      [57a8,5811) {fbreg(-184)}\n      [5811,587a) {fbreg(-192)}\n      [588e,589c) {entry_value(1) {reg2}, stack_value}\n    [3f67] parameter 'maxsize'\n      [4e14,4e7f) {reg8}\n      [50cd,50f9) {reg8}\n      [5366,5386) {reg8}\n      [5480,54d9) {reg8}\n      [54ed,54fd) {reg8}\n      [550d,5546) {reg8}\n      [5546,557f) {entry_value(1) {reg8}, stack_value}\n      [562b,5666) {reg8}\n      [5666,5691) {entry_value(1) {reg8}, stack_value}\n      [5691,56c9) {reg8}\n      [56c9,5717) {fbreg(-176)}\n      [5717,5721) {entry_value(1) {reg8}, stack_value}\n      [5726,5754) {reg8}\n      [5754,57a8) {fbreg(-184)}\n      [57a8,5811) {fbreg(-176)}\n      [5811,587a) {fbreg(-184)}\n      [588e,589c) {entry_value(1) {reg8}, stack_value}\n    [3f74] variable 'result'\n      [4e6d,4e7f) {reg12}\n      [5366,5386) {reg12}\n      [54a9,54d9) {reg12}\n      [550d,5544) {reg12}\n      [555c,557f) {fbreg(-152)}\n      [562b,5666) {reg12}\n      [5669,5678) {breg12(0), const4u(4294967295), and, stack_value}\n      [5678,5717) {reg12}\n      [5726,57ab) {reg12}\n      [57e8,57eb) {reg12}\n      [5811,5814) {reg12}\n      [5851,5854) {reg12}\n    [3f81] variable 'ehdr'\n      [4e38,4e4a) {fbreg(-144), stack_value, piece(8)}\n      [4e4a,4e7f) {reg13, piece(8)}\n      [50e0,50f9) {reg1, piece(8)}\n      [5366,5386) {reg13, piece(8)}\n      [5480,548a) {fbreg(-144), stack_value, piece(8)}\n      [548a,54d9) {reg13, piece(8)}\n      [54ed,54fd) {reg1, piece(8)}\n      [550d,557f) {reg13, piece(8)}\n      [562b,5721) {reg13, piece(8)}\n      [5726,587a) {reg13, piece(8)}\n      [588e,589c) {reg13, piece(8)}\n    [3f8e] variable 'ehdr_mem'\n      [4e14,4e7f) {fbreg(-144)}\n      [50d0,5100) {fbreg(-144)}\n      [5370,5386) {fbreg(-144)}\n      [5480,54e0) {fbreg(-144)}\n      [54f0,5500) {fbreg(-144)}\n      [5510,557f) {fbreg(-144)}\n      [562b,5721) {fbreg(-144)}\n      [5726,587a) {fbreg(-144)}\n      [588e,589c) {fbreg(-144)}\n    [3f97] variable 'is32'\n      [4e14,4e51) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [4e51,4e7f) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [50cd,50f4) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [50f4,50f9) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5366,5386) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5480,5490) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [5490,54d9) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [54ed,54f3) {breg0(0), const1u(255), and, lit1, eq, stack_value}\n      [54f3,54fd) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [550d,5546) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [562b,5666) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5691,56c9) {breg1(4), deref_size(1), lit1, eq, stack_value}\n      [5726,5754) {breg1(4), deref_size(1), lit1, eq, stack_value}\n  [3525] inlined function 'file_read_ar'@5d75\n    [353f] parameter 'fildes'\n      [5d75,5ddd) {reg12}\n    [354c] parameter 'map_address'\n      [5d75,5ddd) {lit0, stack_value}\n    [3559] parameter 'offset'\n      [5d75,5d9c) {reg13}\n      [5d9c,5ddd) {breg0(40)}\n    [3566] parameter 'maxsize'\n      [5d75,5ddd) {fbreg(-264)}\n    [3573] parameter 'cmd'\n      [5d75,5ddd) {fbreg(-244)}\n    [3580] parameter 'parent'\n      [5d75,5ddd) {fbreg(-256)}\n    [358d] variable 'elf'\n      [5dd1,5ddd) {reg0}\n      [5dec,5df3) {lit0, stack_value}\n  [39ef] inlined function 'file_read_ar'@59a8\n    [3a09] parameter 'fildes'\n      [59a8,5a0e) {reg3}\n      [5a0e,5a0f) {breg0(36)}\n    [3a16] parameter 'map_address'\n      [59a8,5a0f) {entry_value(1) {reg4}, stack_value}\n    [3a23] parameter 'offset'\n      [59a8,5a0f) {fbreg(-40)}\n    [3a30] parameter 'maxsize'\n      [59a8,5a0f) {fbreg(-32)}\n    [3a3d] parameter 'cmd'\n      [59a8,59ad) {fbreg(-20)}\n    [3a4a] parameter 'parent'\n      [59a8,59b1) {reg19}\n      [59b1,5a0f) {entry_value(1) {reg9}, stack_value}\n    [3a57] variable 'elf'\n      [5a02,5a0f) {reg0}\n      [5a19,5a20) {lit0, stack_value}\n  [2177] inlined function 'allocate_elf'@6767\n    [218d] parameter 'fildes'\n      [6767,676f) {reg9}\n      [676f,67c3) {fbreg(-24)}\n      [68a6,68b0) {fbreg(-24)}\n    [219a] parameter 'map_address'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21a7] parameter 'offset'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21b4] parameter 'maxsize'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21c1] parameter 'cmd'\n      [6767,676b) {fbreg(-20)}\n    [21ce] parameter 'parent'\n      [6767,67c3) {lit0, stack_value}\n      [68a6,68b0) {lit0, stack_value}\n    [21db] parameter 'kind'\n      [6767,67c3) {lit3, stack_value}\n      [68a6,68b0) {lit3, stack_value}\n    [21e8] parameter 'extra'\n      [6767,67c3) {const2u(2080), stack_value}\n      [68a6,68b0) {const2u(2080), stack_value}\n    [21f5] variable 'result'\n      [6770,67c3) {reg0}\n      [68a6,68af) {reg0}\n  [346f] inlined function 'allocate_elf'@5ba3\n    [3495] parameter 'fildes'\n      [5ba3,5be3) {reg12}\n    [34a2] parameter 'map_address'\n      [5ba3,5be3) {lit0, stack_value}\n    [34af] parameter 'offset'\n      [5ba3,5be3) {reg13}\n    [34bc] parameter 'maxsize'\n      [5ba3,5be3) {fbreg(-264)}\n    [34c9] parameter 'cmd'\n      [5ba3,5be3) {fbreg(-244)}\n    [34d6] parameter 'parent'\n      [5ba3,5be3) {fbreg(-256)}\n    [34e3] parameter 'kind'\n      [5ba3,5be3) {lit0, stack_value}\n    [34f0] parameter 'extra'\n      [5ba3,5be3) {lit0, stack_value}\n    [34fd] variable 'result'\n      [5bb2,5be3) {reg0}\n  [359a] inlined function 'allocate_elf'@5d75\n    [35af] parameter 'fildes'\n      [5d75,5dd1) {reg12}\n    [35bc] parameter 'map_address'\n      [5d75,5dd1) {lit0, stack_value}\n    [35c9] parameter 'offset'\n      [5d75,5d9c) {reg13}\n      [5d9c,5dd1) {breg0(40)}\n    [35d6] parameter 'maxsize'\n      [5d75,5dd1) {fbreg(-264)}\n    [35e3] parameter 'cmd'\n      [5d75,5dd1) {fbreg(-244)}\n    [35f0] parameter 'parent'\n      [5d75,5dd1) {fbreg(-256)}\n    [35fd] parameter 'kind'\n      [5d75,5dd1) {lit1, stack_value}\n    [360a] parameter 'extra'\n      [5d75,5dd1) {lit0, stack_value}\n    [3617] variable 'result'\n      [5d84,5dd1) {reg0}\n  [3945] inlined function 'allocate_elf'@58d8\n    [395f] parameter 'fildes'\n      [58d8,5913) {reg3}\n    [396c] parameter 'map_address'\n      [58d8,5913) {entry_value(1) {reg4}, stack_value}\n    [3979] parameter 'offset'\n      [58d8,5913) {fbreg(-40)}\n    [3986] parameter 'maxsize'\n      [58d8,5913) {fbreg(-32)}\n    [3993] parameter 'cmd'\n      [58d8,5913) {fbreg(-20)}\n    [39a0] parameter 'parent'\n      [58d8,58dc) {reg9}\n      [58dc,5913) {entry_value(1) {reg9}, stack_value}\n    [39ad] parameter 'kind'\n      [58d8,5913) {lit0, stack_value}\n    [39ba] parameter 'extra'\n      [58d8,5913) {lit0, stack_value}\n    [39c7] variable 'result'\n      [58dd,5913) {reg0}\n  [3a64] inlined function 'allocate_elf'@59a8\n    [3a79] parameter 'fildes'\n      [59a8,5a02) {reg3}\n    [3a86] parameter 'map_address'\n      [59a8,5a02) {entry_value(1) {reg4}, stack_value}\n    [3a93] parameter 'offset'\n      [59a8,5a02) {fbreg(-40)}\n    [3aa0] parameter 'maxsize'\n      [59a8,5a02) {fbreg(-32)}\n    [3aad] parameter 'cmd'\n      [59a8,59ad) {fbreg(-20)}\n    [3aba] parameter 'parent'\n      [59a8,59b1) {reg19}\n      [59b1,5a02) {entry_value(1) {reg9}, stack_value}\n    [3ac7] parameter 'kind'\n      [59a8,5a02) {lit1, stack_value}\n    [3ad4] parameter 'extra'\n      [59a8,5a02) {lit0, stack_value}\n    [3ae1] variable 'result'\n      [59b2,5a02) {reg0}\n  [4373] inlined function 'allocate_elf'@4ebe\n    [438d] parameter 'fildes'\n      [4ebe,4f2e) {reg6}\n      [587a,5884) {reg6}\n    [439a] parameter 'map_address'\n      [4ebe,4f2e) {reg3}\n      [587a,5884) {reg3}\n    [43a7] parameter 'offset'\n      [4ebe,4f2e) {entry_value(1) {reg2}, stack_value}\n      [587a,5884) {entry_value(1) {reg2}, stack_value}\n    [43b4] parameter 'maxsize'\n      [4ebe,4ec9) {reg8}\n      [4ec9,4f2e) {fbreg(-192)}\n      [587a,5884) {fbreg(-192)}\n    [43c1] parameter 'cmd'\n      [4ebe,4ec9) {reg9}\n      [4ec9,4f2e) {fbreg(-184)}\n      [587a,5884) {fbreg(-184)}\n    [43ce] parameter 'parent'\n      [4ebe,4ec9) {reg18}\n      [4ec9,4f2e) {fbreg(-216)}\n      [587a,5884) {fbreg(-216)}\n    [43db] parameter 'kind'\n      [4ebe,4f2e) {lit3, stack_value}\n      [587a,5884) {lit3, stack_value}\n    [43e8] parameter 'extra'\n      [4ebe,4ec5) {reg4}\n      [4ec5,4ec9) {breg4(-264), stack_value}\n      [4ec9,4f2e) {breg12(0), const1u(208), mul, stack_value}\n      [587a,5884) {breg12(0), const1u(208), mul, stack_value}\n    [43f5] variable 'result'\n      [4eca,4f2e) {reg0}\n      [587a,5883) {reg0}\n  [33c3] inlined function 'determine_kind'@5b9d\n    [33dd] parameter 'buf'\n      [5b9d,5ba3) {reg14}\n      [5cc0,5d1d) {reg14}\n      [5d60,5d75) {reg14}\n    [33ea] parameter 'len'\n      [5b9d,5ba3) {reg15}\n      [5cc0,5d1d) {reg0}\n      [5d60,5d75) {reg0}\n  [33f7] inlined function 'determine_kind'@5cee\n    [3416] parameter 'len'\n      [5cee,5d1d) {reg0}\n    [3423] parameter 'buf'\n      [5cee,5d1d) {reg14}\n  [3899] inlined function 'determine_kind'@58b9\n    [38b3] parameter 'buf'\n      [58b9,58c0) {breg4(0), breg1(0), plus, stack_value}\n      [58c0,58d8) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n      [5919,596f) {breg4(0), breg1(0), plus, stack_value}\n      [5990,5995) {breg4(0), breg1(0), plus, stack_value}\n      [5995,59a8) {entry_value(1) {reg4}, breg1(0), plus, stack_value}\n    [38c0] parameter 'len'\n      [58b9,58d8) {reg2}\n      [5919,596f) {reg2}\n      [5990,59a8) {reg2}\n  [38cd] inlined function 'determine_kind'@5945\n    [38ec] parameter 'len'\n      [5945,596f) {reg2}\n    [38f9] parameter 'buf'\n      [5945,596f) {breg4(0), breg1(0), plus, stack_value}\n  [2567] inlined function 'pread_retry'@6488\n    [2581] parameter 'fd'\n      [621c,622e) {reg13}\n      [6485,64da) {reg13}\n    [258e] parameter 'buf'\n      [621c,622e) {fbreg(-192)}\n      [6485,64da) {fbreg(-192)}\n    [259b] parameter 'len'\n      [621c,622e) {const1u(60), stack_value}\n      [6485,64da) {const1u(60), stack_value}\n    [25a8] parameter 'off'\n      [621c,622e) {fbreg(-184)}\n      [6488,6490) {reg0}\n      [6490,64da) {fbreg(-184)}\n    [25b5] variable 'recvd'\n      [621c,622e) {reg15}\n      [6488,6490) {lit0, stack_value}\n      [6490,64da) {reg15}\n  [2824] inlined function 'pread_retry'@653f\n    [283e] parameter 'fd'\n      [653f,6542) {reg0}\n      [6542,6598) {fbreg(-192)}\n      [65b8,65ca) {fbreg(-192)}\n      [65cf,65e2) {fbreg(-192)}\n    [284b] parameter 'buf'\n      [653f,6598) {reg15}\n      [65b8,65ca) {reg15}\n      [65cf,65e2) {reg15}\n    [2858] parameter 'len'\n      [653f,6542) {reg8}\n      [6542,6598) {reg12}\n      [65b8,65c8) {reg12}\n      [65c8,65ca) {reg8}\n      [65cf,65e0) {reg12}\n      [65e0,65e2) {reg8}\n    [2865] parameter 'off'\n      [653f,6598) {reg6}\n      [65b8,65ca) {reg6}\n      [65cf,65e2) {reg6}\n    [2872] variable 'recvd'\n      [653f,6542) {lit0, stack_value}\n      [6542,6598) {reg13}\n      [65b8,65ca) {reg13}\n      [65cf,65e2) {reg13}\n  [2d5f] inlined function 'pread_retry'@6197\n    [2d79] parameter 'fd'\n      [60fa,610e) {fbreg(-192)}\n      (6197,6197) <empty range>\n      [6197,61de) {fbreg(-192)}\n      [627c,6288) {fbreg(-192)}\n      [62af,62be) {fbreg(-192)}\n    [2d86] parameter 'buf'\n      <no value>\n    [2d8b] parameter 'len'\n      [60fa,610e) {const1u(60), stack_value}\n      [6197,61de) {const1u(60), stack_value}\n      [627c,6288) {const1u(60), stack_value}\n      [62af,62be) {const1u(60), stack_value}\n    [2d98] parameter 'off'\n      <no value>\n    [2d9d] variable 'recvd'\n      [60fa,610e) {reg14}\n      [6197,61de) {reg14}\n      [627c,6288) {reg14}\n      [62af,62be) {reg14}\n  [32b3] inlined function 'pread_retry'@5b2b\n    [32cd] parameter 'fd'\n      [5b2b,5b72) {reg12}\n      [5b83,5b90) {reg12}\n    [32da] parameter 'buf'\n      [5b2b,5b72) {reg14}\n      [5b83,5b90) {reg14}\n    [32e7] parameter 'len'\n      [5b2b,5b72) {reg3}\n      [5b83,5b90) {reg3}\n    [32f4] parameter 'off'\n      [5b2b,5b2e) {reg6}\n      [5b2e,5b72) {reg13}\n      [5b83,5b90) {reg13}\n    [3301] variable 'recvd'\n      [5b2b,5b2e) {lit0, stack_value}\n      [5b2e,5b72) {reg15}\n      [5b83,5b90) {reg15}\n  [40a2] inlined function 'pread_retry'@56ac\n    [40bc] parameter 'fd'\n      [56ac,5717) {reg6}\n      [57a8,57ca) {reg6}\n      [57e8,5811) {reg6}\n    [40c9] parameter 'buf'\n      [56ac,5717) {fbreg(-152), stack_value}\n      [57a8,57ca) {fbreg(-152), stack_value}\n      [57e8,5811) {fbreg(-152), stack_value}\n    [40d6] parameter 'len'\n      [56ac,5717) {lit8, stack_value}\n      [57a8,57ca) {lit8, stack_value}\n      [57e8,5811) {lit8, stack_value}\n    [40e3] parameter 'off'\n      [56ac,56c9) {reg0}\n      [56c9,5717) {fbreg(-216)}\n      [57a8,57ca) {fbreg(-216)}\n      [57e8,5811) {fbreg(-216)}\n    [40f0] variable 'recvd'\n      [56ac,56c9) {lit0, stack_value}\n      [56c9,5717) {reg3}\n      [57a8,57b5) {reg3}\n      [57b5,57ca) {reg12}\n      [57e8,57f5) {reg3}\n      [57f5,5811) {reg12}\n  [4265] inlined function 'pread_retry'@5737\n    [427a] parameter 'fd'\n      [5737,57a8) {reg6}\n      [5811,5833) {reg6}\n      [5851,587a) {reg6}\n    [4287] parameter 'buf'\n      [5737,57a8) {fbreg(-152), stack_value}\n      [5811,5833) {fbreg(-152), stack_value}\n      [5851,587a) {fbreg(-152), stack_value}\n    [4294] parameter 'len'\n      [5737,57a8) {lit4, stack_value}\n      [5811,5833) {lit4, stack_value}\n      [5851,587a) {lit4, stack_value}\n    [42a1] parameter 'off'\n      [5737,5754) {reg0}\n      [5754,57a8) {fbreg(-168)}\n      [5811,5833) {fbreg(-168)}\n      [5851,587a) {fbreg(-168)}\n    [42ae] variable 'recvd'\n      [5737,5754) {lit0, stack_value}\n      [5754,57a8) {reg3}\n      [5811,581e) {reg3}\n      [581e,5833) {reg12}\n      [5851,585e) {reg3}\n      [585e,587a) {reg12}\n  [25ee] inlined function 'pread'@6490\n    [2608] parameter '__fd'\n      [6490,64b1) {reg13}\n    [2615] parameter '__buf'\n      [6490,64b1) {fbreg(0), breg15(0), plus, const1u(160), minus, stack_value}\n    [2622] parameter '__nbytes'\n      [6490,64a2) {const1u(60), breg15(0), minus, stack_value}\n      [64a2,64b0) {reg1}\n      [64b0,64b1) {const1u(60), breg15(0), minus, stack_value}\n    [262f] parameter '__offset'\n      <no value>\n  [28ab] inlined function 'pread'@6542\n    [28c5] parameter '__fd'\n      [6542,655d) {fbreg(-192)}\n    [28d2] parameter '__buf'\n      <no value>\n    [28d7] parameter '__nbytes'\n      [6542,6551) {breg12(0), breg13(0), minus, stack_value}\n      [6551,6555) {reg1}\n      [6555,655d) {breg12(0), breg13(0), minus, stack_value}\n    [28e4] parameter '__offset'\n      <no value>\n  [2dd6] inlined function 'pread'@61a0\n    [2df0] parameter '__fd'\n      [6197,61b4) {fbreg(-192)}\n    [2dfd] parameter '__buf'\n      <no value>\n    [2e02] parameter '__nbytes'\n      [6197,61b4) {const1u(60), breg14(0), minus, stack_value}\n    [2e0f] parameter '__offset'\n      <no value>\n  [333a] inlined function 'pread'@5b30\n    [3354] parameter '__fd'\n      [5b2e,5b4b) {reg12}\n    [3361] parameter '__buf'\n      [5b2e,5b4b) {fbreg(0), breg15(0), plus, const1u(224), minus, stack_value}\n    [336e] parameter '__nbytes'\n      [5b2e,5b3c) {breg3(0), breg15(0), minus, stack_value}\n      [5b3c,5b4a) {reg1}\n      [5b4a,5b4b) {breg3(0), breg15(0), minus, stack_value}\n    [337b] parameter '__offset'\n      <no value>\n  [4129] inlined function 'pread'@56c9\n    [4143] parameter '__fd'\n      [56c9,56e6) {reg6}\n    [4150] parameter '__buf'\n      [56c9,56dc) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n      [56dc,56e5) {reg4}\n      [56e5,56e6) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n    [415d] parameter '__nbytes'\n      [56c9,56df) {lit8, breg3(0), minus, stack_value}\n      [56df,56e5) {reg1}\n      [56e5,56e6) {lit8, breg3(0), minus, stack_value}\n    [416a] parameter '__offset'\n      <no value>\n  [42e7] inlined function 'pread'@5754\n    [4301] parameter '__fd'\n      [5754,5771) {reg6}\n    [430e] parameter '__buf'\n      [5754,5767) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n      [5767,5770) {reg4}\n      [5770,5771) {fbreg(0), breg3(0), plus, const1u(152), minus, stack_value}\n    [431b] parameter '__nbytes'\n      [5754,576a) {lit4, breg3(0), minus, stack_value}\n      [576a,5770) {reg1}\n      [5770,5771) {lit4, breg3(0), minus, stack_value}\n    [4328] parameter '__offset'\n      <no value>\n  [24a7] inlined function 'atol'@5eea\n    [24c1] parameter '__nptr'\n      [5eea,5eee) {breg9(1), stack_value}\n      [5eee,5efd) {reg5}\n      [5efd,5efe) {fbreg(-192), deref, plus_uconst(1), stack_value}\n  [26bb] inlined function 'atol'@6380\n    [26de] parameter '__nptr'\n      [6380,638b) {reg5}\n  [2a54] inlined function 'atol'@5f92\n    [2a6a] parameter '__nptr'\n      [5f92,5f96) {reg5}\n  [2b00] inlined function 'atol'@5fd4\n    [2b16] parameter '__nptr'\n      [5fd4,5fd8) {reg5}\n  [2bac] inlined function 'atol'@6016\n    [2bc2] parameter '__nptr'\n      [6016,601a) {reg5}\n  [2ce0] inlined function 'atol'@6088\n    [2cf6] parameter '__nptr'\n      [6088,6093) {reg5}\n  [3e88] inlined function '__bswap_64'@5012\n    [3ea2] parameter '__bsx'\n      [5012,501d) {reg4}\n  [3eb0] inlined function '__bswap_64'@5002\n    [3eca] parameter '__bsx'\n      (5002,5002) <empty range>\n  [3fcc] inlined function '__bswap_64'@4e65\n    [3fe6] parameter '__bsx'\n      [4e65,4e68) {reg0}\n  [4070] inlined function '__bswap_64'@5546\n    [4094] parameter '__bsx'\n      [5546,5549) {fbreg(-152)}\n  [3d30] inlined function '__bswap_32'@52aa\n    [3d4a] parameter '__bsx'\n      [52aa,52b4) {reg4}\n  [3d58] inlined function '__bswap_32'@529a\n    [3d72] parameter '__bsx'\n      (529a,529a) <empty range>\n  [3e68] inlined function '__bswap_32'@4ffa\n    [3e82] parameter '__bsx'\n      <no value>\n  [3ed8] inlined function '__bswap_32'@5024\n    [3ef2] parameter '__bsx'\n      [5024,5052) {breg0(192)}\n  [401c] inlined function '__bswap_32'@54a3\n    [4036] parameter '__bsx'\n      [54a3,54a5) {reg0}\n  [4233] inlined function '__bswap_32'@5666\n    [4257] parameter '__bsx'\n      [5666,5669) {fbreg(-152)}\n  [3fa4] inlined function '__bswap_16'@4e4e\n    [3fbe] parameter '__bsx'\n      [4e4e,4e59) {breg1(60)}\n  [3ff4] inlined function '__bswap_16'@548d\n    [400e] parameter '__bsx'\n      [548d,5498) {breg1(48)}\n  [27a2] inlined function 'memset'@6467\n    [27bc] parameter '__dest'\n      [6467,646c) {reg15}\n    [27c9] parameter '__ch'\n      [6467,646c) {lit0, stack_value}\n    [27d6] parameter '__len'\n      [6467,646c) {reg13}\n  [2679] inlined function 'mempcpy'@6352\n    [2693] parameter '__dest'\n      [6352,6364) {fbreg(-85), stack_value}\n      [6364,636e) {reg5}\n    [26a0] parameter '__src'\n      [6352,6364) {reg5}\n      [6364,636e) {breg6(48), stack_value}\n    [26ad] parameter '__len'\n      [6352,636e) {lit10, stack_value}\n  [2a12] inlined function 'mempcpy'@5f6d\n    [2a2c] parameter '__dest'\n      [5f6d,5f7e) {fbreg(-85), stack_value}\n      [5f7e,5f87) {reg5}\n    [2a39] parameter '__src'\n      [5f6d,5f7e) {reg5}\n      [5f7e,5f87) {breg9(16), stack_value}\n    [2a46] parameter '__len'\n      [5f6d,5f87) {lit12, stack_value}\n  [2abe] inlined function 'mempcpy'@5fae\n    [2ad8] parameter '__dest'\n      [5fae,5fbf) {fbreg(-85), stack_value}\n      [5fbf,5fc9) {reg5}\n    [2ae5] parameter '__src'\n      [5fae,5fbf) {reg5}\n      [5fbf,5fc9) {breg9(28), stack_value}\n    [2af2] parameter '__len'\n      [5fae,5fc9) {lit6, stack_value}\n  [2b6a] inlined function 'mempcpy'@5ff0\n    [2b84] parameter '__dest'\n      [5ff0,6001) {fbreg(-85), stack_value}\n      [6001,600b) {reg5}\n    [2b91] parameter '__src'\n      [5ff0,6001) {reg5}\n      [6001,600b) {breg9(34), stack_value}\n    [2b9e] parameter '__len'\n      [5ff0,600b) {lit6, stack_value}\n  [2c16] inlined function 'mempcpy'@6032\n    [2c30] parameter '__dest'\n      [6032,603b) {fbreg(-85), stack_value}\n      [603b,6045) {reg5}\n    [2c3d] parameter '__src'\n      [6032,603b) {reg5}\n      [603b,6045) {breg9(40), stack_value}\n    [2c4a] parameter '__len'\n      [6032,6045) {lit8, stack_value}\n  [2c9e] inlined function 'mempcpy'@606c\n    [2cb8] parameter '__dest'\n      [606c,607e) {fbreg(-85), stack_value}\n      [607e,6088) {reg5}\n    [2cc5] parameter '__src'\n      [606c,607e) {reg5}\n      [607e,6088) {breg9(48), stack_value}\n    [2cd2] parameter '__len'\n      [606c,6088) {lit10, stack_value}\n  [2d1d] inlined function 'mempcpy'@5e64\n    [2d37] parameter '__dest'\n      [5e64,5e84) {breg12(244), stack_value}\n    [2d44] parameter '__src'\n      [5e64,5e84) {reg9}\n    [2d51] parameter '__len'\n      [5e64,5e84) {lit16, stack_value}\n  [271f] inlined function 'memcpy'@63fc\n    [2739] parameter '__dest'\n      [63fc,640f) {reg0}\n      [640f,6410) {reg15}\n    [2746] parameter '__src'\n      [63fc,6401) {breg13(0), breg3(0), plus, plus_uconst(60), stack_value}\n      [6401,640f) {reg4}\n      [640f,6410) {breg13(0), breg3(0), plus, plus_uconst(60), stack_value}\n    [2753] parameter '__len'\n      [63fc,640f) {reg8}\n      [640f,6410) {fbreg(-192)}\n  [2e51] inlined function 'memcpy'@6147\n    [2e77] parameter '__dest'\n      [6147,6161) {breg12(228), stack_value}\n    [2e84] parameter '__src'\n      [6147,6161) {implicit_pointer([4865],0) {implicit_value(8){2f53594d36342f00}}}\n    [2e91] parameter '__len'\n      [6147,6161) {lit8, stack_value}\n  [2e9f] inlined function 'memcpy'@6201\n    [2ec5] parameter '__dest'\n      [6201,6209) {breg12(228), stack_value}\n    [2ed2] parameter '__src'\n      [6201,6209) {implicit_pointer([4871],0) {implicit_value(2){2f00}}}\n    [2edf] parameter '__len'\n      [6201,6209) {lit2, stack_value}\n  [2eed] inlined function 'memcpy'@62d0\n    [2f13] parameter '__dest'\n      [62d0,62ef) {breg12(228), stack_value}\n    [2f20] parameter '__src'\n      [62d0,62ef) {implicit_pointer([4877],0) {implicit_value(3){2f2f00}}}\n    [2f2d] parameter '__len'\n      [62d0,62ef) {lit3, stack_value}\n  [3cee] inlined function 'memcpy'@5217\n    [3d08] parameter '__dest'\n      [5217,5221) {breg0(144), stack_value}\n      [538e,539a) {breg0(144), stack_value}\n    [3d15] parameter '__src'\n      [5217,5221) {reg1}\n      [538e,539a) {reg1}\n    [3d22] parameter '__len'\n      [5217,5221) {const1u(52), stack_value}\n      [538e,539a) {const1u(52), stack_value}\n  [3e26] inlined function 'memcpy'@4f63\n    [3e40] parameter '__dest'\n      [4f63,4f6d) {breg0(144), stack_value}\n      [50f9,510a) {breg0(144), stack_value}\n    [3e4d] parameter '__src'\n      [4f63,4f6d) {reg1}\n      [50f9,510a) {reg1}\n    [3e5a] parameter '__len'\n      [4f63,4f6d) {const1u(64), stack_value}\n      [50f9,510a) {const1u(64), stack_value}\n  [41e7] inlined function 'memcpy'@565d\n    [420b] parameter '__dest'\n      [565d,5666) {fbreg(-152), stack_value}\n    [4218] parameter '__src'\n      [565d,5666) {breg3(0), breg0(0), plus, breg2(0), plus, plus_uconst(20), stack_value}\n    [4225] parameter '__len'\n      [565d,5666) {lit4, stack_value}\nmodule 'libelf.so'\n[4894] CU '../../elfutils-0.193/libelf/elf_next.c'@0\nmodule 'libelf.so'\n[58a7] CU '../../elfutils-0.193/libelf/elf_rand.c'@6930\n  [67b8] function 'elf_rand'@6930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [67d6] parameter 'elf'\n      [6930,695c) {reg5}\n      [695c,697c) {fbreg(-32)}\n    [67ea] parameter 'offset'\n      [6930,695c) {reg4}\n      [695c,697c) {fbreg(-24)}\nmodule 'libelf.so'\n[6821] CU '../../elfutils-0.193/libelf/elf_end.c'@0\n  [7ac3] function 'free_chunk'@6980\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7ae1] parameter 'n'\n      [6980,6990) {reg5}\n      [6990,6991) {entry_value(1) {reg5}, stack_value}\n      [6991,69a8) {reg0}\n      [69a8,69b7) {fbreg(-24)}\n    [7af2] variable 'rawchunk'\n      [6980,6990) {reg5}\n      [6990,6991) {entry_value(1) {reg5}, stack_value}\n      [6991,69a8) {reg0}\n      [69a8,69b7) {fbreg(-24)}\nmodule 'libelf.so'\n[7b53] CU '../../elfutils-0.193/libelf/elf_kind.c'@6d10\n  [8a4d] function 'elf_kind'@6d10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [8a6b] parameter 'elf'\n      [6d10,6d1b) {reg5}\nmodule 'libelf.so'\n[8a87] CU '../../elfutils-0.193/libelf/gelf_getclass.c'@6d20\n  [9981] function 'gelf_getclass'@6d20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [999f] parameter 'elf'\n      [6d20,6d34) {reg5}\nmodule 'libelf.so'\n[99bb] CU '../../elfutils-0.193/libelf/elf_getbase.c'@6d40\n  [a8b5] function 'elf_getbase'@6d40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a8d3] parameter 'elf'\n      [6d40,6d52) {reg5}\nmodule 'libelf.so'\n[a8ef] CU '../../elfutils-0.193/libelf/elf_getident.c'@6d60\n  [b7e9] function 'elf_getident'@6d60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b80b] parameter 'elf'\n      [6d60,6d8f) {reg5}\n    [b817] parameter 'ptr'\n      [6d60,6d8f) {reg4}\nmodule 'libelf.so'\n[b836] CU '../../elfutils-0.193/libelf/elf32_fsize.c'@6d90\n  [bb07] function 'elf32_fsize'@6d90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bb25] parameter 'type'\n      [6d90,6dbd) {reg5}\n      [6dbd,6dc9) {entry_value(1) {reg5}, stack_value}\n      [6dc9,6dd5) {reg5}\n      [6dd5,6dde) {entry_value(1) {reg5}, stack_value}\n    [bb37] parameter 'count'\n      [6d90,6dac) {reg4}\n      [6dac,6db4) {entry_value(1) {reg4}, stack_value}\n      [6db4,6dc1) {reg4}\n      [6dc1,6dc9) {entry_value(1) {reg4}, stack_value}\n      [6dc9,6dd9) {reg4}\n      [6dd9,6dde) {entry_value(1) {reg4}, stack_value}\n    [bb49] parameter 'version'\n      [6d90,6dc1) {reg1}\n      [6dc1,6dc9) {entry_value(1) {reg1}, stack_value}\n      [6dc9,6dd9) {reg1}\n      [6dd9,6dde) {entry_value(1) {reg1}, stack_value}\nmodule 'libelf.so'\n[bb93] CU '../../elfutils-0.193/libelf/elf64_fsize.c'@6de0\n  [be64] function 'elf64_fsize'@6de0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [be82] parameter 'type'\n      [6de0,6e15) {reg5}\n      [6e15,6e21) {entry_value(1) {reg5}, stack_value}\n      [6e21,6e2d) {reg5}\n      [6e2d,6e36) {entry_value(1) {reg5}, stack_value}\n    [be94] parameter 'count'\n      [6de0,6e00) {reg4}\n      [6e00,6e08) {entry_value(1) {reg4}, stack_value}\n      [6e08,6e19) {reg4}\n      [6e19,6e21) {entry_value(1) {reg4}, stack_value}\n      [6e21,6e31) {reg4}\n      [6e31,6e36) {entry_value(1) {reg4}, stack_value}\n    [bea6] parameter 'version'\n      [6de0,6e19) {reg1}\n      [6e19,6e21) {entry_value(1) {reg1}, stack_value}\n      [6e21,6e31) {reg1}\n      [6e31,6e36) {entry_value(1) {reg1}, stack_value}\nmodule 'libelf.so'\n[bef0] CU '../../elfutils-0.193/libelf/gelf_fsize.c'@6e40\n  [cf83] function 'gelf_fsize'@6e40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [cfa1] parameter 'elf'\n      [6e40,6e85) {reg5}\n      [6e85,6e91) {entry_value(1) {reg5}, stack_value}\n      [6e91,6e9d) {reg5}\n      [6e9d,6ea6) {entry_value(1) {reg5}, stack_value}\n      [6ea6,6eb3) {reg5}\n    [cfb5] parameter 'type'\n      [6e40,6e89) {reg4}\n      [6e89,6e91) {entry_value(1) {reg4}, stack_value}\n      [6e91,6ea1) {reg4}\n      [6ea1,6ea6) {entry_value(1) {reg4}, stack_value}\n      [6ea6,6eb3) {reg4}\n    [cfc7] parameter 'count'\n      [6e40,6e6e) {reg1}\n      [6e6e,6e76) {entry_value(1) {reg1}, stack_value}\n      [6e76,6e89) {reg1}\n      [6e89,6e91) {entry_value(1) {reg1}, stack_value}\n      [6e91,6ea1) {reg1}\n      [6ea1,6ea6) {entry_value(1) {reg1}, stack_value}\n      [6ea6,6eb3) {reg1}\n    [cfd9] parameter 'version'\n      [6e40,6e5d) {reg2}\n      [6e5d,6e76) {entry_value(1) {reg2}, stack_value}\n      [6e76,6e89) {reg2}\n      [6e89,6e91) {entry_value(1) {reg2}, stack_value}\n      [6e91,6ea1) {reg2}\n      [6ea1,6ea6) {entry_value(1) {reg2}, stack_value}\n      [6ea6,6eb3) {reg2}\nmodule 'libelf.so'\n[d023] CU '../../elfutils-0.193/libelf/elf32_xlatetof.c'@6ec0\n  [d3cc] function 'elf32_xlatetof'@6ec0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [d3ee] parameter 'dest'\n      [6ec0,6ef2) {reg5}\n      [6ef2,6f59) {reg8}\n      [6f59,6f6b) {fbreg(-32)}\n      [6f6b,6f7b) {entry_value(1) {reg5}, stack_value}\n      [6f7b,6f9b) {reg8}\n      [6f9b,6faf) {fbreg(-32)}\n      [6faf,6fb9) {reg8}\n      [6fb9,6fc1) {entry_value(1) {reg5}, stack_value}\n      [6fc1,6fcd) {reg5}\n      [6fcd,6fd1) {reg8}\n      [6fd1,6fd6) {entry_value(1) {reg5}, stack_value}\n      [6fd6,6fe9) {reg8}\n      [6fe9,6fee) {entry_value(1) {reg5}, stack_value}\n      [6fee,6ff9) {reg8}\n      [6ff9,6ffe) {entry_value(1) {reg5}, stack_value}\n      [6ffe,7003) {reg5}\n    [d401] parameter 'src'\n      [6ec0,6edb) {reg4}\n      [6edb,6f59) {reg9}\n      [6f59,6f6b) {fbreg(-24)}\n      [6f6b,6f7b) {entry_value(1) {reg4}, stack_value}\n      [6f7b,6f9b) {reg9}\n      [6f9b,6faf) {fbreg(-24)}\n      [6faf,6fb9) {reg9}\n      [6fb9,6fc1) {entry_value(1) {reg4}, stack_value}\n      [6fc1,6fd1) {reg9}\n      [6fd1,6fd6) {entry_value(1) {reg4}, stack_value}\n      [6fd6,6fe9) {reg9}\n      [6fe9,6fee) {entry_value(1) {reg4}, stack_value}\n      [6fee,6ff9) {reg9}\n      [6ff9,6ffe) {entry_value(1) {reg4}, stack_value}\n      [6ffe,7003) {reg4}\n    [d415] parameter 'encode'\n      [6ec0,6efb) {reg1}\n      [6efb,6f56) {reg4}\n      [6f56,6f7b) {entry_value(1) {reg1}, stack_value}\n      [6f7b,6f8b) {reg4}\n      [6f8b,6f9b) {breg0(1), stack_value}\n      [6f9b,6faf) {entry_value(1) {reg1}, stack_value}\n      [6faf,6fb9) {reg4}\n      [6fb9,6fc1) {entry_value(1) {reg1}, stack_value}\n      [6fc1,6fd1) {reg1}\n      [6fd1,6fd6) {entry_value(1) {reg1}, stack_value}\n      [6fd6,6fe9) {reg4}\n      [6fe9,6fee) {entry_value(1) {reg1}, stack_value}\n      [6fee,6ff9) {reg4}\n      [6ff9,6ffe) {entry_value(1) {reg1}, stack_value}\n      [6ffe,7003) {reg1}\n    [d428] variable 'recsize'\n      <no value>\n  [d463] inlined function 'memmove'@6f92\n    [d47c] parameter '__dest'\n      [6f92,6f9b) {fbreg(-32), deref}\n    [d489] parameter '__src'\n      [6f92,6f97) {fbreg(-24), deref}\n    [d496] parameter '__len'\n      [6f92,6f97) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[d55a] CU '../../elfutils-0.193/libelf/elf32_xlatetom.c'@7010\n  [d903] function 'elf32_xlatetom'@7010\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [d925] parameter 'dest'\n      [7010,7042) {reg5}\n      [7042,70a6) {reg8}\n      [70a6,70b8) {fbreg(-32)}\n      [70b8,70c8) {entry_value(1) {reg5}, stack_value}\n      [70c8,70eb) {reg8}\n      [70eb,70ff) {fbreg(-32)}\n      [70ff,7109) {reg8}\n      [7109,7111) {entry_value(1) {reg5}, stack_value}\n      [7111,711d) {reg5}\n      [711d,7121) {reg8}\n      [7121,7126) {entry_value(1) {reg5}, stack_value}\n      [7126,7139) {reg8}\n      [7139,713e) {entry_value(1) {reg5}, stack_value}\n      [713e,7149) {reg8}\n      [7149,714e) {entry_value(1) {reg5}, stack_value}\n      [714e,7153) {reg5}\n    [d938] parameter 'src'\n      [7010,702b) {reg4}\n      [702b,70a6) {reg9}\n      [70a6,70b8) {fbreg(-24)}\n      [70b8,70c8) {entry_value(1) {reg4}, stack_value}\n      [70c8,70eb) {reg9}\n      [70eb,70ff) {fbreg(-24)}\n      [70ff,7109) {reg9}\n      [7109,7111) {entry_value(1) {reg4}, stack_value}\n      [7111,7121) {reg9}\n      [7121,7126) {entry_value(1) {reg4}, stack_value}\n      [7126,7139) {reg9}\n      [7139,713e) {entry_value(1) {reg4}, stack_value}\n      [713e,7149) {reg9}\n      [7149,714e) {entry_value(1) {reg4}, stack_value}\n      [714e,7153) {reg4}\n    [d94c] parameter 'encode'\n      [7010,704b) {reg1}\n      [704b,70a3) {reg4}\n      [70a3,70c8) {entry_value(1) {reg1}, stack_value}\n      [70c8,70db) {reg4}\n      [70db,70eb) {breg0(1), stack_value}\n      [70eb,70ff) {entry_value(1) {reg1}, stack_value}\n      [70ff,7109) {reg4}\n      [7109,7111) {entry_value(1) {reg1}, stack_value}\n      [7111,7121) {reg1}\n      [7121,7126) {entry_value(1) {reg1}, stack_value}\n      [7126,7139) {reg4}\n      [7139,713e) {entry_value(1) {reg1}, stack_value}\n      [713e,7149) {reg4}\n      [7149,714e) {entry_value(1) {reg1}, stack_value}\n      [714e,7153) {reg1}\n    [d95f] variable 'recsize'\n      <no value>\n  [d99a] inlined function 'memmove'@70e2\n    [d9b3] parameter '__dest'\n      [70e2,70eb) {fbreg(-32), deref}\n    [d9c0] parameter '__src'\n      [70e2,70e7) {fbreg(-24), deref}\n    [d9cd] parameter '__len'\n      [70e2,70e7) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[da91] CU '../../elfutils-0.193/libelf/elf64_xlatetof.c'@7160\n  [de3a] function 'elf64_xlatetof'@7160\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [de5c] parameter 'dest'\n      [7160,7192) {reg5}\n      [7192,7201) {reg8}\n      [7201,7213) {fbreg(-32)}\n      [7213,7223) {entry_value(1) {reg5}, stack_value}\n      [7223,7243) {reg8}\n      [7243,7257) {fbreg(-32)}\n      [7257,7269) {reg8}\n      [7269,7271) {entry_value(1) {reg5}, stack_value}\n      [7271,727d) {reg5}\n      [727d,7281) {reg8}\n      [7281,7286) {entry_value(1) {reg5}, stack_value}\n      [7286,7299) {reg8}\n      [7299,729e) {entry_value(1) {reg5}, stack_value}\n      [729e,72a9) {reg8}\n      [72a9,72ae) {entry_value(1) {reg5}, stack_value}\n      [72ae,72b3) {reg5}\n    [de6f] parameter 'src'\n      [7160,717b) {reg4}\n      [717b,7201) {reg9}\n      [7201,7213) {fbreg(-24)}\n      [7213,7223) {entry_value(1) {reg4}, stack_value}\n      [7223,7243) {reg9}\n      [7243,7257) {fbreg(-24)}\n      [7257,7269) {reg9}\n      [7269,7271) {entry_value(1) {reg4}, stack_value}\n      [7271,7281) {reg9}\n      [7281,7286) {entry_value(1) {reg4}, stack_value}\n      [7286,7299) {reg9}\n      [7299,729e) {entry_value(1) {reg4}, stack_value}\n      [729e,72a9) {reg9}\n      [72a9,72ae) {entry_value(1) {reg4}, stack_value}\n      [72ae,72b3) {reg4}\n    [de83] parameter 'encode'\n      [7160,719b) {reg1}\n      [719b,71fa) {reg4}\n      [71fa,7223) {entry_value(1) {reg1}, stack_value}\n      [7223,7233) {reg4}\n      [7233,7243) {breg0(1), stack_value}\n      [7243,7257) {entry_value(1) {reg1}, stack_value}\n      [7257,7269) {reg4}\n      [7269,7271) {entry_value(1) {reg1}, stack_value}\n      [7271,7281) {reg1}\n      [7281,7286) {entry_value(1) {reg1}, stack_value}\n      [7286,7299) {reg4}\n      [7299,729e) {entry_value(1) {reg1}, stack_value}\n      [729e,72a9) {reg4}\n      [72a9,72ae) {entry_value(1) {reg1}, stack_value}\n      [72ae,72b3) {reg1}\n    [de96] variable 'recsize'\n      <no value>\n  [ded1] inlined function 'memmove'@723a\n    [deea] parameter '__dest'\n      [723a,7243) {fbreg(-32), deref}\n    [def7] parameter '__src'\n      [723a,723f) {fbreg(-24), deref}\n    [df04] parameter '__len'\n      [723a,723f) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[dfc8] CU '../../elfutils-0.193/libelf/elf64_xlatetom.c'@72c0\n  [e371] function 'elf64_xlatetom'@72c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [e393] parameter 'dest'\n      [72c0,72f2) {reg5}\n      [72f2,735e) {reg8}\n      [735e,7370) {fbreg(-32)}\n      [7370,7380) {entry_value(1) {reg5}, stack_value}\n      [7380,739b) {reg8}\n      [739b,73af) {fbreg(-32)}\n      [73af,73b9) {reg8}\n      [73b9,73c1) {entry_value(1) {reg5}, stack_value}\n      [73c1,73cd) {reg5}\n      [73cd,73d1) {reg8}\n      [73d1,73d6) {entry_value(1) {reg5}, stack_value}\n      [73d6,73e9) {reg8}\n      [73e9,73ee) {entry_value(1) {reg5}, stack_value}\n      [73ee,73f9) {reg8}\n      [73f9,73fe) {entry_value(1) {reg5}, stack_value}\n      [73fe,7403) {reg5}\n    [e3a6] parameter 'src'\n      [72c0,72db) {reg4}\n      [72db,735e) {reg9}\n      [735e,7370) {fbreg(-24)}\n      [7370,7380) {entry_value(1) {reg4}, stack_value}\n      [7380,739b) {reg9}\n      [739b,73af) {fbreg(-24)}\n      [73af,73b9) {reg9}\n      [73b9,73c1) {entry_value(1) {reg4}, stack_value}\n      [73c1,73d1) {reg9}\n      [73d1,73d6) {entry_value(1) {reg4}, stack_value}\n      [73d6,73e9) {reg9}\n      [73e9,73ee) {entry_value(1) {reg4}, stack_value}\n      [73ee,73f9) {reg9}\n      [73f9,73fe) {entry_value(1) {reg4}, stack_value}\n      [73fe,7403) {reg4}\n    [e3ba] parameter 'encode'\n      [72c0,72fb) {reg1}\n      [72fb,7357) {reg4}\n      [7357,7380) {entry_value(1) {reg1}, stack_value}\n      [7380,738b) {reg4}\n      [738b,739b) {breg0(1), stack_value}\n      [739b,73af) {entry_value(1) {reg1}, stack_value}\n      [73af,73b9) {reg4}\n      [73b9,73c1) {entry_value(1) {reg1}, stack_value}\n      [73c1,73d1) {reg1}\n      [73d1,73d6) {entry_value(1) {reg1}, stack_value}\n      [73d6,73e9) {reg4}\n      [73e9,73ee) {entry_value(1) {reg1}, stack_value}\n      [73ee,73f9) {reg4}\n      [73f9,73fe) {entry_value(1) {reg1}, stack_value}\n      [73fe,7403) {reg1}\n    [e3cd] variable 'recsize'\n      <no value>\n  [e408] inlined function 'memmove'@7392\n    [e421] parameter '__dest'\n      [7392,739b) {fbreg(-32), deref}\n    [e42e] parameter '__src'\n      [7392,7397) {fbreg(-24), deref}\n    [e43b] parameter '__len'\n      [7392,7397) {fbreg(-24), deref, plus_uconst(16)}\nmodule 'libelf.so'\n[e4ff] CU '../../elfutils-0.193/libelf/gelf_xlate.c'@7440\n  [14393] inlined function 'Elf64_cvt_chdr'@86d8\n    [143aa] parameter 'encode'\n      <no value>\n    [143af] parameter 'len'\n      <no value>\n    [143b4] parameter 'dest'\n      <no value>\n    [143b9] parameter 'src'\n      <no value>\n  [1468f] inlined function 'Elf32_cvt_chdr'@8878\n    [146a6] parameter 'len'\n      <no value>\n    [146ab] parameter 'dest'\n      <no value>\n    [146b0] parameter 'src'\n      <no value>\n    [146b5] parameter 'encode'\n      <no value>\n  [f30f] function 'elf_cvt_note8'@8820\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f32c] parameter 'dest'\n      [8820,882a) {reg5}\n      [882a,882b) {entry_value(1) {reg5}, stack_value}\n    [f340] parameter 'src'\n      [8820,882a) {reg4}\n      [882a,882b) {entry_value(1) {reg4}, stack_value}\n    [f354] parameter 'len'\n      [8820,882a) {reg1}\n      [882a,882b) {entry_value(1) {reg1}, stack_value}\n    [f368] parameter 'encode'\n      [8820,882a) {reg2}\n      [882a,882b) {entry_value(1) {reg2}, stack_value}\n  [f3ac] function 'elf_cvt_note4'@8830\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f3c9] parameter 'dest'\n      [8830,8837) {reg5}\n      [8837,8838) {entry_value(1) {reg5}, stack_value}\n    [f3dd] parameter 'src'\n      [8830,8837) {reg4}\n      [8837,8838) {entry_value(1) {reg4}, stack_value}\n    [f3f1] parameter 'len'\n      [8830,8837) {reg1}\n      [8837,8838) {entry_value(1) {reg1}, stack_value}\n    [f405] parameter 'encode'\n      [8830,8837) {reg2}\n      [8837,8838) {entry_value(1) {reg2}, stack_value}\n  [f449] function 'elf_cvt_note'@8710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f466] parameter 'dest'\n      [8710,8737) {reg5}\n      [8737,8762) {reg6}\n      [8762,876f) {reg5}\n      [876f,8779) {breg6(12), stack_value}\n      [8779,87ac) {reg6}\n      [87ac,87b3) {reg1}\n      [87b3,87dc) {reg6}\n      [87dc,87f5) {reg5}\n      [87f5,87fd) {reg6}\n      [87fd,8812) {reg5}\n    [f47a] parameter 'src'\n      [8710,8737) {reg4}\n      [8737,8762) {reg12}\n      [8762,876f) {reg4}\n      [876f,8776) {breg12(12), stack_value}\n      [8776,87dc) {reg12}\n      [87dc,87f5) {reg4}\n      [87f5,87fd) {reg12}\n      [87fd,8812) {reg4}\n    [f48e] parameter 'len'\n      [8710,8737) {reg1}\n      [8737,8773) {reg13}\n      [8779,87f0) {reg13}\n      [87f5,880a) {reg13}\n      [880a,8812) {reg1}\n    [f4a2] parameter 'encode'\n      [8710,8737) {reg2}\n      [8737,87eb) {reg3}\n      [87eb,87f5) {entry_value(1) {reg2}, stack_value}\n      [87f5,8805) {reg3}\n      [8805,8813) {entry_value(1) {reg2}, stack_value}\n    [f4b6] parameter 'nhdr8'\n      [8710,8737) {reg8}\n      [8737,87f2) {reg14}\n      [87f2,8813) {entry_value(1) {reg8}, stack_value}\n    [f4ca] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [f762] function 'elf_cvt_gnuhash'@77d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f77f] parameter 'dest'\n      [77d0,78ca) {reg5}\n      [78ca,78cf) {entry_value(1) {reg5}, stack_value}\n      [78cf,78da) {reg5}\n    [f793] parameter 'src'\n      [77d0,78c7) {reg4}\n      [78c7,78cf) {entry_value(1) {reg4}, stack_value}\n      [78cf,78da) {reg4}\n    [f7a7] parameter 'len'\n      [77d0,77df) {reg1}\n      [77df,77f0) {reg0}\n      [77f0,77f5) {breg0(4), stack_value}\n      [77f5,7849) {reg0}\n      [7849,7851) {breg0(8), stack_value}\n      [7851,785f) {reg0}\n      [785f,7865) {reg8}\n      [7865,7871) {reg0}\n      [7871,7896) {reg10}\n      [78b9,78ce) {reg8}\n      [78cf,78d5) {reg0}\n      [78d5,78da) {reg10}\n    [f7bb] parameter 'encode'\n      [77d0,77df) {reg2}\n      [77df,780f) {reg8}\n      [780f,7865) {entry_value(1) {reg2}, stack_value}\n      [7865,7871) {reg8}\n      [7871,78cf) {entry_value(1) {reg2}, stack_value}\n      [78cf,78d3) {reg8}\n      [78d3,78da) {entry_value(1) {reg2}, stack_value}\n    [f7cf] variable 'size'\n      [77d0,77df) {reg1}\n      [77df,78c1) {reg9}\n      [78c1,78cf) {entry_value(1) {reg1}, stack_value}\n      [78cf,78da) {reg9}\n    [f7e3] variable 'dest32'\n      [77d0,785f) {reg5}\n      [7865,7871) {reg5}\n      [7871,788f) {breg11(0), const4u(4294967295), and, lit3, shl, breg5(0), plus, plus_uconst(16), stack_value}\n      (78a0,78a0) <empty range>\n      [78a0,78ad) {breg2(0), breg0(0), plus, plus_uconst(4), stack_value}\n      [78ad,78be) {breg2(0), breg0(0), plus, stack_value}\n      [78cf,78d5) {reg5}\n      [78d5,78da) {breg11(0), const4u(4294967295), and, lit3, shl, breg5(0), plus, plus_uconst(16), stack_value}\n    [f7f7] variable 'src32'\n      [77d0,785f) {reg4}\n      [7865,7871) {reg4}\n      [7871,788f) {breg11(0), const4u(4294967295), and, lit3, shl, breg4(0), plus, plus_uconst(16), stack_value}\n      [78a0,78ad) {breg11(0), breg0(0), plus, plus_uconst(4), stack_value}\n      [78ad,78be) {breg11(0), breg0(0), plus, stack_value}\n      [78cf,78d5) {reg4}\n      [78d5,78da) {breg11(0), const4u(4294967295), and, lit3, shl, breg4(0), plus, plus_uconst(16), stack_value}\n    [f80b] variable 'save_src32_2'\n      [77d4,7804) {reg11}\n      [7865,786c) {reg11}\n      [78cf,78d5) {reg11}\n    [f82f] variable 'bitmask_words'\n      [7804,785f) {reg11}\n      [786e,788f) {reg11}\n      [78d5,78da) {reg11}\n    [f843] variable 'dest64'\n      [7804,785f) {breg5(16), stack_value}\n      [786e,78be) {breg5(16), stack_value}\n      [78d5,78da) {breg5(16), stack_value}\n    [f857] variable 'src64'\n      [7804,785f) {breg4(16), stack_value}\n      [786e,78be) {breg4(16), stack_value}\n      [78d5,78da) {breg4(16), stack_value}\n  [13e01] inlined function 'elf_cvt_Verneed'@831e\n    [13e16] parameter 'dest'\n      [831e,832c) {reg5}\n      [832c,84e0) {entry_value(1) {reg5}, stack_value}\n    [13e23] parameter 'src'\n      [831e,832c) {reg4}\n      [832c,84e0) {fbreg(-72)}\n    [13e30] parameter 'len'\n      [831e,832c) {reg1}\n      [832c,84e0) {fbreg(-64)}\n    [13e3d] parameter 'encode'\n      [831e,84e0) {fbreg(-52)}\n    [13e4a] variable 'need_offset'\n      [833d,834a) {lit0, stack_value}\n      [834a,84de) {reg9}\n    [13e57] variable 'ndest'\n      [8373,84b6) {reg3}\n      [84c1,84e0) {reg3}\n    [13e64] variable 'nsrc'\n      [8373,84b6) {reg10}\n      [84c1,84e0) {reg10}\n  [140b2] inlined function 'elf_cvt_Verdef'@84fc\n    [140c7] parameter 'dest'\n      [84fc,850d) {reg5}\n      [850d,8699) {entry_value(1) {reg5}, stack_value}\n    [140d4] parameter 'src'\n      [84fc,850d) {reg4}\n      [850d,8699) {fbreg(-64)}\n    [140e1] parameter 'len'\n      [84fc,850d) {reg1}\n      [850d,8699) {fbreg(-56)}\n    [140ee] parameter 'encode'\n      [84fc,8677) {reg3}\n      [8677,867f) {entry_value(1) {reg2}, stack_value}\n      [867f,8699) {reg3}\n    [140fb] variable 'def_offset'\n      (851a,851a) <empty range>\n      [851a,8678) {reg6}\n      [867f,8697) {reg6}\n    [14108] variable 'ddest'\n      [8543,8672) {reg14}\n      [867f,8699) {reg14}\n    [14115] variable 'dsrc'\n      [8543,8672) {reg12}\n      [867f,8699) {reg12}\n  [143be] inlined function 'Elf64_cvt_Chdr'@86d8\n    [143d5] parameter 'len'\n      <no value>\n    [143da] parameter 'encode'\n      <no value>\n    [143df] parameter 'dest'\n      <no value>\n    [143e4] parameter 'src'\n      <no value>\n    [143e9] variable 'tdest'\n      [86d8,86fc) {entry_value(1) {reg5}, stack_value}\n      (86fc,86fc) <empty range>\n    [143f6] variable 'tsrc'\n      [86d8,86fc) {entry_value(1) {reg4}, stack_value}\n      (86fc,86fc) <empty range>\n    [14403] variable 'sz'\n      <no value>\n    [14408] variable 'n'\n      [86d8,86fc) {lit1, stack_value}\n      (86fc,86fc) <empty range>\n  [fc21] function 'Elf64_cvt_Move'@7cf0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [fc3e] parameter 'dest'\n      [7cf0,7cf6) {reg5}\n      [7cf6,7d75) {reg8}\n      [7d75,7d76) {entry_value(1) {reg5}, stack_value}\n    [fc52] parameter 'src'\n      [7cf0,7d12) {reg4}\n      [7d12,7d75) {reg9}\n      [7d75,7d76) {entry_value(1) {reg4}, stack_value}\n    [fc66] parameter 'len'\n      [7cf0,7d12) {reg1}\n      [7d12,7d61) {reg10}\n      [7d61,7d76) {entry_value(1) {reg1}, stack_value}\n    [fc7a] parameter 'encode'\n      [7cf0,7d0c) {reg2}\n      [7d0c,7d76) {entry_value(1) {reg2}, stack_value}\n    [fc8e] variable 'tdest'\n      [7cf3,7cf6) {reg5}\n      [7cf6,7d12) {reg8}\n      [7d12,7d1f) {reg0}\n      [7d1f,7d58) {breg0(-32), stack_value}\n      [7d58,7d5d) {reg0}\n    [fca2] variable 'tsrc'\n      [7cf3,7d12) {reg4}\n      [7d12,7d23) {reg2}\n      [7d23,7d58) {breg2(-32), stack_value}\n      [7d58,7d5d) {reg2}\n    [fcb6] variable 'sz'\n      <constant value>\n    [fcc0] variable 'n'\n      [7cfd,7d09) {reg5}\n      [7d09,7d12) {breg1(0), lit5, shr, stack_value}\n  [ff6b] function 'Elf64_cvt_Rela'@75a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [ff88] parameter 'dest'\n      [75a0,75ad) {reg5}\n      [75ad,765a) {reg8}\n      [765a,765b) {entry_value(1) {reg5}, stack_value}\n    [ff9c] parameter 'src'\n      [75a0,75cb) {reg4}\n      [75cb,75ce) {reg1}\n      [75ce,765a) {reg9}\n      [765a,765b) {entry_value(1) {reg4}, stack_value}\n    [ffb0] parameter 'len'\n      [75a0,75bc) {reg1}\n      [75bc,7649) {reg5}\n      [7649,765b) {entry_value(1) {reg1}, stack_value}\n    [ffc4] parameter 'encode'\n      [75a0,75ce) {reg2}\n      [75ce,765b) {entry_value(1) {reg2}, stack_value}\n    [ffd8] variable 'tdest'\n      [75aa,75ad) {reg5}\n      [75ad,75ce) {reg8}\n      [75ce,7607) {reg0}\n      [7607,7628) {breg0(-24), stack_value}\n      [7628,762d) {reg0}\n    [ffec] variable 'tsrc'\n      [75aa,75cb) {reg4}\n      [75cb,760b) {reg1}\n      [760b,7628) {breg1(-24), stack_value}\n      [7628,762d) {reg1}\n    [10000] variable 'sz'\n      <constant value>\n    [1000a] variable 'n'\n      [75a0,75bc) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [75bc,75ce) {breg5(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [1018c] function 'Elf64_cvt_Rel'@7520\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [101a9] parameter 'dest'\n      [7520,7526) {reg5}\n      [7526,757a) {reg8}\n      [757a,757b) {entry_value(1) {reg5}, stack_value}\n    [101bd] parameter 'src'\n      [7520,753f) {reg4}\n      [753f,757a) {reg9}\n      [757a,757b) {entry_value(1) {reg4}, stack_value}\n    [101d1] parameter 'len'\n      [7520,7565) {reg1}\n      [7565,757b) {entry_value(1) {reg1}, stack_value}\n    [101e5] parameter 'encode'\n      [7520,7539) {reg2}\n      [7539,757b) {entry_value(1) {reg2}, stack_value}\n    [101f9] variable 'tdest'\n      [7523,7526) {reg5}\n      [7526,753f) {reg8}\n      [753f,7547) {reg0}\n      [7547,755d) {breg0(-16), stack_value}\n      [755d,7562) {reg0}\n    [1020d] variable 'tsrc'\n      [7523,753f) {reg4}\n      [753f,754b) {reg2}\n      [754b,755d) {breg2(-16), stack_value}\n      [755d,7562) {reg2}\n    [10221] variable 'sz'\n      <constant value>\n    [1022b] variable 'n'\n      [752d,7536) {reg5}\n      [7536,753f) {breg1(0), lit4, shr, stack_value}\n  [1035f] function 'Elf64_cvt_Sym'@7d80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1037c] parameter 'dest'\n      [7d80,7e27) {reg5}\n      [7e27,7e28) {entry_value(1) {reg5}, stack_value}\n    [10390] parameter 'src'\n      [7d80,7d8a) {reg4}\n      [7d8a,7e27) {reg8}\n      [7e27,7e28) {entry_value(1) {reg4}, stack_value}\n    [103a4] parameter 'len'\n      [7d80,7d99) {reg1}\n      [7d99,7e1a) {reg4}\n      [7e1a,7e28) {entry_value(1) {reg1}, stack_value}\n    [103b8] parameter 'encode'\n      [7d80,7dab) {reg2}\n      [7dab,7e28) {entry_value(1) {reg2}, stack_value}\n    [103cc] variable 'tdest'\n      [7d87,7dab) {reg5}\n      [7dab,7dc6) {reg0}\n      [7dc6,7df9) {breg0(-24), stack_value}\n      [7df9,7dfe) {reg0}\n    [103e0] variable 'tsrc'\n      [7d87,7d8a) {reg4}\n      [7d8a,7dab) {reg8}\n      [7dab,7dca) {reg1}\n      [7dca,7df9) {breg1(-24), stack_value}\n      [7df9,7dfe) {reg1}\n    [103f4] variable 'sz'\n      <constant value>\n    [103fe] variable 'n'\n      [7d80,7d99) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7d99,7dab) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [105d7] function 'Elf64_cvt_Shdr'@7660\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [105f4] parameter 'dest'\n      [7660,7666) {reg5}\n      [7666,7702) {reg8}\n      [7702,7703) {entry_value(1) {reg5}, stack_value}\n    [10608] parameter 'src'\n      [7660,767f) {reg4}\n      [767f,7702) {reg9}\n      [7702,7703) {entry_value(1) {reg4}, stack_value}\n    [1061c] parameter 'len'\n      [7660,76f1) {reg1}\n      [76f1,7703) {entry_value(1) {reg1}, stack_value}\n    [10630] parameter 'encode'\n      [7660,7679) {reg2}\n      [7679,7703) {entry_value(1) {reg2}, stack_value}\n    [10644] variable 'tdest'\n      [7663,7666) {reg5}\n      [7666,767f) {reg8}\n      [767f,7686) {reg0}\n      [7686,76e9) {breg0(-64), stack_value}\n      [76e9,76ee) {reg0}\n    [10658] variable 'tsrc'\n      [7663,767f) {reg4}\n      [767f,768a) {reg2}\n      [768a,76e9) {breg2(-64), stack_value}\n      [76e9,76ee) {reg2}\n    [1066c] variable 'sz'\n      <constant value>\n    [10676] variable 'n'\n      [766d,7676) {reg5}\n      [7676,767f) {breg1(0), lit6, shr, stack_value}\n  [10a5e] function 'Elf64_cvt_Phdr'@7710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [10a7b] parameter 'dest'\n      [7710,77ca) {reg5}\n      [77ca,77cb) {entry_value(1) {reg5}, stack_value}\n    [10a8f] parameter 'src'\n      [7710,771a) {reg4}\n      [771a,77ca) {reg8}\n      [77ca,77cb) {entry_value(1) {reg4}, stack_value}\n    [10aa3] parameter 'len'\n      [7710,772e) {reg1}\n      [772e,77b9) {reg4}\n      [77b9,77cb) {entry_value(1) {reg1}, stack_value}\n    [10ab7] parameter 'encode'\n      [7710,773f) {reg2}\n      [773f,77cb) {entry_value(1) {reg2}, stack_value}\n    [10acb] variable 'tdest'\n      [7717,773f) {reg5}\n      [773f,7746) {reg0}\n      [7746,7799) {breg0(-56), stack_value}\n      [7799,779e) {reg0}\n    [10adf] variable 'tsrc'\n      [7717,771a) {reg4}\n      [771a,773f) {reg8}\n      [773f,774a) {reg1}\n      [774a,7799) {breg1(-56), stack_value}\n      [7799,779e) {reg1}\n    [10af3] variable 'sz'\n      <constant value>\n    [10afd] variable 'n'\n      [7710,772e) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(56), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [772e,773f) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(56), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [10e2d] function 'Elf64_cvt_Ehdr'@7e30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [10e4a] parameter 'dest'\n      [7e30,7e5e) {reg5}\n      [7e5e,7f21) {reg13}\n      [7f21,7f24) {entry_value(1) {reg5}, stack_value}\n      [7f24,7f37) {reg13}\n      [7f37,7f3d) {reg5}\n      [7f3d,7f3e) {entry_value(1) {reg5}, stack_value}\n    [10e5e] parameter 'src'\n      [7e30,7e5e) {reg4}\n      [7e5e,7f23) {reg14}\n      [7f23,7f24) {entry_value(1) {reg4}, stack_value}\n      [7f24,7f39) {reg14}\n      [7f39,7f3d) {reg4}\n      [7f3d,7f3e) {entry_value(1) {reg4}, stack_value}\n    [10e72] parameter 'len'\n      [7e30,7e5e) {reg1}\n      [7e5e,7f19) {reg12}\n      [7f19,7f3e) {entry_value(1) {reg1}, stack_value}\n    [10e86] parameter 'encode'\n      [7e30,7e5b) {reg2}\n      [7e5b,7f3e) {entry_value(1) {reg2}, stack_value}\n    [10e9a] variable 'tdest'\n      [7e30,7e5e) {reg5}\n      [7e5e,7e6f) {reg2}\n      [7f0c,7f15) {reg2}\n    [10eae] variable 'tsrc'\n      [7e30,7e5e) {reg4}\n      [7e5e,7e74) {reg3}\n      [7e74,7f0c) {breg3(-64), stack_value}\n      [7f0c,7f15) {reg3}\n    [10ec2] variable 'sz'\n      <constant value>\n    [10ecc] variable 'n'\n      [7e47,7e55) {reg6}\n      [7e55,7e5e) {breg1(0), lit6, shr, stack_value}\n  [100ca] inlined function 'Elf64_cvt_Sxword1'@761d\n    [100ef] parameter 'dest'\n      <no value>\n    [100f4] parameter 'ptr'\n      <no value>\n  [fcd2] inlined function 'Elf64_cvt_Xword1'@7d18\n    [fceb] parameter 'dest'\n      [7d12,7d1f) {reg0}\n      [7d1f,7d2e) {breg0(-32), stack_value}\n    [fcf8] parameter 'ptr'\n      [7d12,7d23) {reg2}\n      [7d23,7d2e) {breg2(-32), stack_value}\n  [fd68] inlined function 'Elf64_cvt_Xword1'@7d2e\n    [fd81] parameter 'dest'\n      <no value>\n    [fd86] parameter 'ptr'\n      <no value>\n  [fda7] inlined function 'Elf64_cvt_Xword1'@7d3d\n    [fdc0] parameter 'dest'\n      <no value>\n    [fdc5] parameter 'ptr'\n      <no value>\n  [10073] inlined function 'Elf64_cvt_Xword1'@7612\n    [10098] parameter 'dest'\n      <no value>\n    [1009d] parameter 'ptr'\n      <no value>\n  [10294] inlined function 'Elf64_cvt_Xword1'@7552\n    [102b9] parameter 'dest'\n      <no value>\n    [102be] parameter 'ptr'\n      <no value>\n  [10515] inlined function 'Elf64_cvt_Xword1'@7dee\n    [1053a] parameter 'dest'\n      <no value>\n    [1053f] parameter 'ptr'\n      <no value>\n  [10736] inlined function 'Elf64_cvt_Xword1'@7697\n    [1075b] parameter 'dest'\n      <no value>\n    [10760] parameter 'ptr'\n      <no value>\n  [1083b] inlined function 'Elf64_cvt_Xword1'@76b8\n    [10860] parameter 'dest'\n      <no value>\n    [10865] parameter 'ptr'\n      <no value>\n  [10940] inlined function 'Elf64_cvt_Xword1'@76d3\n    [10965] parameter 'dest'\n      <no value>\n    [1096a] parameter 'ptr'\n      <no value>\n  [10997] inlined function 'Elf64_cvt_Xword1'@76de\n    [109bc] parameter 'dest'\n      <no value>\n    [109c1] parameter 'ptr'\n      <no value>\n  [10cc2] inlined function 'Elf64_cvt_Xword1'@7778\n    [10ce7] parameter 'dest'\n      <no value>\n    [10cec] parameter 'ptr'\n      <no value>\n  [10d19] inlined function 'Elf64_cvt_Xword1'@7783\n    [10d3e] parameter 'dest'\n      <no value>\n    [10d43] parameter 'ptr'\n      <no value>\n  [10d70] inlined function 'Elf64_cvt_Xword1'@778e\n    [10d95] parameter 'dest'\n      <no value>\n    [10d9a] parameter 'ptr'\n      <no value>\n  [144f3] inlined function 'Elf64_cvt_Xword1'@86e6\n    [14518] parameter 'dest'\n      [86e6,86f1) {entry_value(1) {reg5}, plus_uconst(8), stack_value}\n    [14525] parameter 'ptr'\n      [86e6,86f1) {entry_value(1) {reg4}, plus_uconst(8), stack_value}\n  [14562] inlined function 'Elf64_cvt_Xword1'@86f1\n    [14583] parameter 'dest'\n      [86f1,86fc) {entry_value(1) {reg5}, plus_uconst(16), stack_value}\n    [14590] parameter 'ptr'\n      [86f1,86fc) {entry_value(1) {reg4}, plus_uconst(16), stack_value}\n  [10410] inlined function 'Elf64_cvt_Word1'@7dc0\n    [10429] parameter 'dest'\n      [7dc0,7dc6) {reg0}\n      [7dc6,7dcf) {breg0(-24), stack_value}\n    [10436] parameter 'ptr'\n      [7dc0,7dca) {reg1}\n      [7dca,7dcf) {breg1(-24), stack_value}\n  [10688] inlined function 'Elf64_cvt_Word1'@7680\n    [106a1] parameter 'dest'\n      [767f,7686) {reg0}\n      [7686,768f) {breg0(-64), stack_value}\n    [106ae] parameter 'ptr'\n      [767f,768a) {reg2}\n      [768a,768f) {breg2(-64), stack_value}\n  [106df] inlined function 'Elf64_cvt_Word1'@768f\n    [10704] parameter 'dest'\n      <no value>\n    [10709] parameter 'ptr'\n      <no value>\n  [10892] inlined function 'Elf64_cvt_Word1'@76c3\n    [108b7] parameter 'dest'\n      <no value>\n    [108bc] parameter 'ptr'\n      <no value>\n  [108e9] inlined function 'Elf64_cvt_Word1'@76cb\n    [1090e] parameter 'dest'\n      <no value>\n    [10913] parameter 'ptr'\n      <no value>\n  [10b0f] inlined function 'Elf64_cvt_Word1'@7740\n    [10b28] parameter 'dest'\n      [773f,7746) {reg0}\n      [7746,774f) {breg0(-56), stack_value}\n    [10b35] parameter 'ptr'\n      [773f,774a) {reg1}\n      [774a,774f) {breg1(-56), stack_value}\n  [10b66] inlined function 'Elf64_cvt_Word1'@774f\n    [10b8b] parameter 'dest'\n      <no value>\n    [10b90] parameter 'ptr'\n      <no value>\n  [10fd6] inlined function 'Elf64_cvt_Word1'@7e93\n    [10ffb] parameter 'dest'\n      <no value>\n    [11000] parameter 'ptr'\n      <no value>\n  [11132] inlined function 'Elf64_cvt_Word1'@7ebc\n    [11157] parameter 'dest'\n      <no value>\n    [1115c] parameter 'ptr'\n      <no value>\n  [14415] inlined function 'Elf64_cvt_Word1'@86d8\n    [1443a] parameter 'dest'\n      [86d8,86de) {entry_value(1) {reg5}, stack_value}\n    [14447] parameter 'ptr'\n      [86d8,86de) {entry_value(1) {reg4}, stack_value}\n  [14484] inlined function 'Elf64_cvt_Word1'@86de\n    [144a9] parameter 'dest'\n      [86de,86e6) {entry_value(1) {reg5}, plus_uconst(4), stack_value}\n    [144b6] parameter 'ptr'\n      [86de,86e6) {entry_value(1) {reg4}, plus_uconst(4), stack_value}\n  [fd29] inlined function 'Elf64_cvt_Half1'@7d50\n    [fd42] parameter 'dest'\n      <no value>\n    [fd47] parameter 'ptr'\n      <no value>\n  [fde6] inlined function 'Elf64_cvt_Half1'@7d50\n    [fdff] parameter 'dest'\n      <no value>\n    [fe04] parameter 'ptr'\n      <no value>\n  [10467] inlined function 'Elf64_cvt_Half1'@7dd7\n    [1048c] parameter 'dest'\n      <no value>\n    [10491] parameter 'ptr'\n      <no value>\n  [10f38] inlined function 'Elf64_cvt_Half1'@7e77\n    [10f51] parameter 'dest'\n      [7e77,7e7b) {breg0(16), stack_value}\n      [7e7b,7e7f) {breg2(16), stack_value}\n      [7e7f,7e87) {breg2(-48), stack_value}\n    [10f5e] parameter 'ptr'\n      <no value>\n  [10f7f] inlined function 'Elf64_cvt_Half1'@7e87\n    [10fa4] parameter 'dest'\n      <no value>\n    [10fa9] parameter 'ptr'\n      <no value>\n  [11189] inlined function 'Elf64_cvt_Half1'@7ec4\n    [111ae] parameter 'dest'\n      <no value>\n    [111b3] parameter 'ptr'\n      <no value>\n  [111e0] inlined function 'Elf64_cvt_Half1'@7ed0\n    [11205] parameter 'dest'\n      <no value>\n    [1120a] parameter 'ptr'\n      <no value>\n  [11237] inlined function 'Elf64_cvt_Half1'@7edc\n    [1125c] parameter 'dest'\n      <no value>\n    [11261] parameter 'ptr'\n      <no value>\n  [1128e] inlined function 'Elf64_cvt_Half1'@7ee8\n    [112b3] parameter 'dest'\n      <no value>\n    [112b8] parameter 'ptr'\n      <no value>\n  [112e5] inlined function 'Elf64_cvt_Half1'@7ef4\n    [1130a] parameter 'dest'\n      <no value>\n    [1130f] parameter 'ptr'\n      <no value>\n  [1133c] inlined function 'Elf64_cvt_Half1'@7f00\n    [11361] parameter 'dest'\n      <no value>\n    [11366] parameter 'ptr'\n      <no value>\n  [107e4] inlined function 'Elf64_cvt_Off1'@76ad\n    [10809] parameter 'dest'\n      <no value>\n    [1080e] parameter 'ptr'\n      <no value>\n  [10bbd] inlined function 'Elf64_cvt_Off1'@7757\n    [10be2] parameter 'dest'\n      <no value>\n    [10be7] parameter 'ptr'\n      <no value>\n  [11084] inlined function 'Elf64_cvt_Off1'@7ea6\n    [110a9] parameter 'dest'\n      <no value>\n    [110ae] parameter 'ptr'\n      <no value>\n  [110db] inlined function 'Elf64_cvt_Off1'@7eb1\n    [11100] parameter 'dest'\n      <no value>\n    [11105] parameter 'ptr'\n      <no value>\n  [1001c] inlined function 'Elf64_cvt_Addr1'@7600\n    [10035] parameter 'dest'\n      [7600,7607) {reg0}\n      [7607,7612) {breg0(-24), stack_value}\n    [10042] parameter 'ptr'\n      [7600,760b) {reg1}\n      [760b,7612) {breg1(-24), stack_value}\n  [1023d] inlined function 'Elf64_cvt_Addr1'@7540\n    [10256] parameter 'dest'\n      [7540,7547) {reg0}\n      [7547,7552) {breg0(-16), stack_value}\n    [10263] parameter 'ptr'\n      [7540,754b) {reg2}\n      [754b,7552) {breg2(-16), stack_value}\n  [104be] inlined function 'Elf64_cvt_Addr1'@7de3\n    [104e3] parameter 'dest'\n      <no value>\n    [104e8] parameter 'ptr'\n      <no value>\n  [1078d] inlined function 'Elf64_cvt_Addr1'@76a2\n    [107b2] parameter 'dest'\n      <no value>\n    [107b7] parameter 'ptr'\n      <no value>\n  [10c14] inlined function 'Elf64_cvt_Addr1'@7762\n    [10c39] parameter 'dest'\n      <no value>\n    [10c3e] parameter 'ptr'\n      <no value>\n  [10c6b] inlined function 'Elf64_cvt_Addr1'@776d\n    [10c90] parameter 'dest'\n      <no value>\n    [10c95] parameter 'ptr'\n      <no value>\n  [1102d] inlined function 'Elf64_cvt_Addr1'@7e9b\n    [11052] parameter 'dest'\n      <no value>\n    [11057] parameter 'ptr'\n      <no value>\n  [11811] function 'Elf32_cvt_Lib'@78e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1182e] parameter 'dest'\n      [78e0,79a7) {reg5}\n      [79a7,79a8) {entry_value(1) {reg5}, stack_value}\n    [11842] parameter 'src'\n      [78e0,78ea) {reg4}\n      [78ea,79a7) {reg8}\n      [79a7,79a8) {entry_value(1) {reg4}, stack_value}\n    [11856] parameter 'len'\n      [78e0,78fd) {reg1}\n      [78fd,7990) {reg4}\n      [7990,79a8) {entry_value(1) {reg1}, stack_value}\n    [1186a] parameter 'encode'\n      [78e0,790f) {reg2}\n      [790f,79a8) {entry_value(1) {reg2}, stack_value}\n    [1187e] variable 'tdest'\n      [78e7,790f) {reg5}\n      [790f,7946) {reg0}\n      [7946,796f) {breg0(-20), stack_value}\n      [796f,7974) {reg0}\n    [11892] variable 'tsrc'\n      [78e7,78ea) {reg4}\n      [78ea,790f) {reg8}\n      [790f,794a) {reg1}\n      [794a,796f) {breg1(-20), stack_value}\n      [796f,7974) {reg1}\n    [118a6] variable 'sz'\n      <constant value>\n    [118b0] variable 'n'\n      [78e0,78fd) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit20, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [78fd,790f) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, lit20, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [11ae0] function 'Elf32_cvt_Move'@7f40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11afd] parameter 'dest'\n      [7f40,7fe7) {reg5}\n      [7fe7,7fe8) {entry_value(1) {reg5}, stack_value}\n    [11b11] parameter 'src'\n      [7f40,7f4a) {reg4}\n      [7f4a,7fe7) {reg8}\n      [7fe7,7fe8) {entry_value(1) {reg4}, stack_value}\n    [11b25] parameter 'len'\n      [7f40,7f59) {reg1}\n      [7f59,7fd1) {reg4}\n      [7fd1,7fe8) {entry_value(1) {reg1}, stack_value}\n    [11b39] parameter 'encode'\n      [7f40,7f6b) {reg2}\n      [7f6b,7fe8) {entry_value(1) {reg2}, stack_value}\n    [11b4d] variable 'tdest'\n      [7f47,7f6b) {reg5}\n      [7f6b,7f77) {reg0}\n      [7f77,7fb0) {breg0(-24), stack_value}\n      [7fb0,7fb5) {reg0}\n    [11b61] variable 'tsrc'\n      [7f47,7f4a) {reg4}\n      [7f4a,7f6b) {reg8}\n      [7f6b,7f7b) {reg1}\n      [7f7b,7fb0) {breg1(-24), stack_value}\n      [7fb0,7fb5) {reg1}\n    [11b75] variable 'sz'\n      <constant value>\n    [11b7f] variable 'n'\n      [7f40,7f59) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7f59,7f6b) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, lit24, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [11daf] function 'Elf32_cvt_Syminfo'@7ff0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11dcc] parameter 'dest'\n      [7ff0,8000) {reg5}\n      [8000,807d) {reg8}\n      [807d,807e) {entry_value(1) {reg5}, stack_value}\n    [11de0] parameter 'src'\n      [7ff0,8009) {reg4}\n      [8009,807d) {reg9}\n      [807d,807e) {entry_value(1) {reg4}, stack_value}\n    [11df4] parameter 'len'\n      [7ff0,800f) {reg1}\n      [800f,8067) {reg5}\n      [8067,807e) {entry_value(1) {reg1}, stack_value}\n    [11e08] parameter 'encode'\n      [7ff0,800c) {reg2}\n      [800c,807e) {entry_value(1) {reg2}, stack_value}\n    [11e1c] variable 'tdest'\n      [7ff6,8000) {reg5}\n      [8000,800f) {reg8}\n      [800f,8047) {reg0}\n      [8047,805f) {breg0(-4), stack_value}\n      [805f,8064) {reg0}\n    [11e30] variable 'tsrc'\n      [7ff9,8009) {reg4}\n      [8009,800f) {reg9}\n      [800f,804b) {reg2}\n      [804b,805f) {breg2(-4), stack_value}\n      [805f,8064) {reg2}\n    [11e44] variable 'sz'\n      <constant value>\n    [11e4e] variable 'n'\n      [7ffd,800f) {reg0}\n  [f577] inlined function 'Elf32_cvt_Rela'\n    [f583] parameter 'dest'\n      <no value>\n    [f588] parameter 'src'\n      <no value>\n    [f58d] parameter 'len'\n      <no value>\n    [f592] parameter 'encode'\n      <no value>\n    [f597] variable 'tdest'\n      [877f,87a7) {reg6}\n      (87a7,87a7) <empty range>\n    [f5a4] variable 'tsrc'\n      [877f,87a7) {reg12}\n    [f5b1] variable 'sz'\n      <no value>\n    [f5b6] variable 'n'\n      [877f,87a7) {lit1, stack_value}\n  [146ba] inlined function 'Elf32_cvt_Rela'@8878\n    [146d1] parameter 'dest'\n      <no value>\n    [146d6] parameter 'src'\n      <no value>\n    [146db] parameter 'len'\n      <no value>\n    [146e0] parameter 'encode'\n      <no value>\n    [146e5] variable 'tdest'\n      [8878,888e) {entry_value(1) {reg5}, stack_value}\n      (888e,888e) <empty range>\n    [146f2] variable 'tsrc'\n      [8878,888e) {entry_value(1) {reg4}, stack_value}\n      (888e,888e) <empty range>\n    [146ff] variable 'sz'\n      <no value>\n    [14704] variable 'n'\n      [8878,888e) {lit1, stack_value}\n      (888e,888e) <empty range>\n  [120c0] function 'Elf32_cvt_Rel'@79c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [120dd] parameter 'dest'\n      [79c0,79d6) {reg5}\n      [79d6,7a12) {reg8}\n      [7a12,7a13) {entry_value(1) {reg5}, stack_value}\n    [120f1] parameter 'src'\n      [79c0,79dc) {reg4}\n      [79dc,7a12) {reg9}\n      [7a12,7a13) {entry_value(1) {reg4}, stack_value}\n    [12105] parameter 'len'\n      [79c0,79ff) {reg1}\n      [79ff,7a13) {entry_value(1) {reg1}, stack_value}\n    [12119] parameter 'encode'\n      [79c0,79d9) {reg2}\n      [79d9,7a13) {entry_value(1) {reg2}, stack_value}\n    [1212d] variable 'tdest'\n      [79c0,79d6) {reg5}\n      [79d6,79dc) {reg8}\n      [79dc,79e6) {reg0}\n      [79e6,79f7) {breg0(-8), stack_value}\n      [79f7,79fc) {reg0}\n    [12141] variable 'tsrc'\n      [79c0,79dc) {reg4}\n      [79dc,79ea) {reg2}\n      [79ea,79f7) {breg2(-8), stack_value}\n      [79f7,79fc) {reg2}\n    [12155] variable 'sz'\n      <constant value>\n    [1215f] variable 'n'\n      [79cd,79dc) {reg0}\n  [12293] function 'Elf32_cvt_Sym'@8090\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [122b0] parameter 'dest'\n      [8090,8096) {reg5}\n      [8096,810d) {reg8}\n      [810d,810e) {entry_value(1) {reg5}, stack_value}\n    [122c4] parameter 'src'\n      [8090,80b2) {reg4}\n      [80b2,810d) {reg9}\n      [810d,810e) {entry_value(1) {reg4}, stack_value}\n    [122d8] parameter 'len'\n      [8090,80b2) {reg1}\n      [80b2,80fc) {reg10}\n      [80fc,810e) {entry_value(1) {reg1}, stack_value}\n    [122ec] parameter 'encode'\n      [8090,80ac) {reg2}\n      [80ac,810e) {entry_value(1) {reg2}, stack_value}\n    [12300] variable 'tdest'\n      [8093,8096) {reg5}\n      [8096,80b2) {reg8}\n      [80b2,80c6) {reg0}\n      [80c6,80f3) {breg0(-16), stack_value}\n      [80f3,80f8) {reg0}\n    [12314] variable 'tsrc'\n      [8093,80b2) {reg4}\n      [80b2,80ca) {reg2}\n      [80ca,80f3) {breg2(-16), stack_value}\n      [80f3,80f8) {reg2}\n    [12328] variable 'sz'\n      <constant value>\n    [12332] variable 'n'\n      [809d,80a9) {reg5}\n      [80a9,80b2) {breg1(0), lit4, shr, stack_value}\n  [12514] function 'Elf32_cvt_Shdr'@7ba0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [12531] parameter 'dest'\n      [7ba0,7c57) {reg5}\n      [7c57,7c58) {entry_value(1) {reg5}, stack_value}\n    [12545] parameter 'src'\n      [7ba0,7baa) {reg4}\n      [7baa,7c57) {reg8}\n      [7c57,7c58) {entry_value(1) {reg4}, stack_value}\n    [12559] parameter 'len'\n      [7ba0,7bbd) {reg1}\n      [7bbd,7c48) {reg4}\n      [7c48,7c58) {entry_value(1) {reg1}, stack_value}\n    [1256d] parameter 'encode'\n      [7ba0,7bcf) {reg2}\n      [7bcf,7c58) {entry_value(1) {reg2}, stack_value}\n    [12581] variable 'tdest'\n      [7ba7,7bcf) {reg5}\n      [7bcf,7bd6) {reg0}\n      [7bd6,7c27) {breg0(-40), stack_value}\n      [7c27,7c2c) {reg0}\n    [12595] variable 'tsrc'\n      [7ba7,7baa) {reg4}\n      [7baa,7bcf) {reg8}\n      [7bcf,7bda) {reg1}\n      [7bda,7c27) {breg1(-40), stack_value}\n      [7c27,7c2c) {reg1}\n    [125a9] variable 'sz'\n      <constant value>\n    [125b3] variable 'n'\n      [7ba0,7bbd) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(40), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7bbd,7bcf) {breg4(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(40), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [12991] function 'Elf32_cvt_Phdr'@7c60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [129ae] parameter 'dest'\n      [7c60,7c66) {reg5}\n      [7c66,7ce2) {reg8}\n      [7ce2,7ce3) {entry_value(1) {reg5}, stack_value}\n    [129c2] parameter 'src'\n      [7c60,7c7f) {reg4}\n      [7c7f,7ce2) {reg9}\n      [7ce2,7ce3) {entry_value(1) {reg4}, stack_value}\n    [129d6] parameter 'len'\n      [7c60,7ccf) {reg1}\n      [7ccf,7ce3) {entry_value(1) {reg1}, stack_value}\n    [129ea] parameter 'encode'\n      [7c60,7c79) {reg2}\n      [7c79,7ce3) {entry_value(1) {reg2}, stack_value}\n    [129fe] variable 'tdest'\n      [7c63,7c66) {reg5}\n      [7c66,7c7f) {reg8}\n      [7c7f,7c86) {reg0}\n      [7c86,7cc7) {breg0(-32), stack_value}\n      [7cc7,7ccc) {reg0}\n    [12a12] variable 'tsrc'\n      [7c63,7c7f) {reg4}\n      [7c7f,7c8a) {reg2}\n      [7c8a,7cc7) {breg2(-32), stack_value}\n      [7cc7,7ccc) {reg2}\n    [12a26] variable 'sz'\n      <constant value>\n    [12a30] variable 'n'\n      [7c6d,7c76) {reg5}\n      [7c76,7c7f) {breg1(0), lit5, shr, stack_value}\n  [12d69] function 'Elf32_cvt_Ehdr'@81b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [12d86] parameter 'dest'\n      [81b0,81e9) {reg5}\n      [81e9,82bf) {reg13}\n      [82bf,82c2) {entry_value(1) {reg5}, stack_value}\n      [82c2,82d4) {reg13}\n      [82d4,82da) {reg5}\n      [82da,82db) {entry_value(1) {reg5}, stack_value}\n    [12d9a] parameter 'src'\n      [81b0,81e9) {reg4}\n      [81e9,82c1) {reg14}\n      [82c1,82c2) {entry_value(1) {reg4}, stack_value}\n      [82c2,82d6) {reg14}\n      [82d6,82da) {reg4}\n      [82da,82db) {entry_value(1) {reg4}, stack_value}\n    [12dae] parameter 'len'\n      [81b0,81de) {reg1}\n      [81de,82bd) {reg12}\n      [82bd,82c2) {entry_value(1) {reg1}, stack_value}\n      [82c2,82d2) {reg12}\n      [82d2,82db) {entry_value(1) {reg1}, stack_value}\n    [12dc2] parameter 'encode'\n      [81b0,81db) {reg2}\n      [81db,82db) {entry_value(1) {reg2}, stack_value}\n    [12dd6] variable 'tdest'\n      [81b0,81e9) {reg5}\n      [81e9,81ff) {reg2}\n      [8293,829c) {reg2}\n    [12dea] variable 'tsrc'\n      [81b0,81e9) {reg4}\n      [81e9,8204) {reg3}\n      [8204,8293) {breg3(-52), stack_value}\n      [8293,829c) {reg3}\n    [12dfe] variable 'sz'\n      <constant value>\n    [12e08] variable 'n'\n      [81b0,81de) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(52), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [81de,81e9) {breg12(0), convert{long unsigned int,unsigned,64@[e526]}, const1u(52), convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [133fb] function 'Elf32_cvt_Xword'@7440\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13418] parameter 'dest'\n      [7440,745b) {reg5}\n      [7460,746b) {breg5(0), breg0(0), plus, stack_value}\n      [746b,746f) {breg0(0), breg5(0), plus, plus_uconst(8), stack_value}\n      [746f,7475) {breg0(0), breg5(0), plus, stack_value}\n      (7475,7475) <empty range>\n      [7475,748e) {breg5(0), breg2(0), plus, stack_value}\n      [74a0,74af) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n      [74af,74b1) {breg0(0), breg2(0), lit3, shr, minus, plus_uconst(1), lit3, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [1342c] parameter 'ptr'\n      [7440,745b) {reg4}\n      [7460,746b) {breg4(0), breg0(0), plus, stack_value}\n      [746b,746f) {breg0(0), breg4(0), plus, plus_uconst(8), stack_value}\n      [746f,7475) {breg0(0), breg4(0), plus, stack_value}\n      (7475,7475) <empty range>\n      [7475,748b) {breg4(0), breg2(0), plus, stack_value}\n      [748b,748e) {entry_value(1) {reg4}, breg2(0), plus, stack_value}\n      [74a0,74af) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n      [74af,74b1) {breg0(0), breg2(0), lit3, shr, minus, plus_uconst(1), lit3, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n    [13440] parameter 'len'\n      [7440,7447) {reg1}\n      [7447,7454) {reg2}\n      [7454,7475) {entry_value(1) {reg1}, stack_value}\n      [7475,74b1) {reg2}\n      [74b1,74b2) {entry_value(1) {reg1}, stack_value}\n    [13454] parameter 'encode'\n      [7440,7443) {reg2}\n      [7443,74b2) {entry_value(1) {reg2}, stack_value}\n    [13468] variable 'n'\n      [7447,744c) {reg1}\n      [744c,745b) {breg1(-1), stack_value}\n      (7475,7475) <empty range>\n      [7475,7484) {breg1(-1), stack_value}\n      [7484,7488) {breg1(0), not, stack_value}\n      [7488,748e) {reg0}\n      [74a0,74af) {reg0}\n      [74af,74b1) {breg0(1), stack_value}\n  [11b91] inlined function 'Elf32_cvt_Xword1'@7f70\n    [11baa] parameter 'dest'\n      [7f6b,7f77) {reg0}\n      [7f77,7f82) {breg0(-24), stack_value}\n    [11bb7] parameter 'ptr'\n      [7f6b,7f7b) {reg1}\n      [7f7b,7f82) {breg1(-24), stack_value}\n  [11be8] inlined function 'Elf32_cvt_Xword1'@7f82\n    [11c0d] parameter 'dest'\n      <no value>\n    [11c12] parameter 'ptr'\n      <no value>\n  [11c3f] inlined function 'Elf32_cvt_Xword1'@7f8d\n    [11c64] parameter 'dest'\n      <no value>\n    [11c69] parameter 'ptr'\n      <no value>\n  [1347a] inlined function 'Elf32_cvt_Xword1'@7460\n    [1349f] parameter 'dest'\n      [7460,746b) {breg5(0), breg0(0), plus, stack_value}\n    [134ac] parameter 'ptr'\n      [7460,746b) {breg4(0), breg0(0), plus, stack_value}\n  [134e9] inlined function 'Elf32_cvt_Xword1'@74a0\n    [1350a] parameter 'dest'\n      [74a0,74ab) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13517] parameter 'ptr'\n      [74a0,74ab) {breg0(0), breg2(0), lit3, shr, minus, lit3, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n  [f689] inlined function 'Elf32_cvt_Sword1'@879d\n    [f6aa] parameter 'dest'\n      [879d,87a7) {breg6(8), stack_value}\n    [f6b7] parameter 'ptr'\n      [879d,87a7) {breg12(8), stack_value}\n  [13bd3] inlined function 'Elf32_cvt_Sword1'@7b57\n    [13bf8] parameter 'dest'\n      <no value>\n    [13bfd] parameter 'ptr'\n      <no value>\n  [147ef] inlined function 'Elf32_cvt_Sword1'@8886\n    [14810] parameter 'dest'\n      [8886,888e) {entry_value(1) {reg5}, plus_uconst(8), stack_value}\n    [1481d] parameter 'ptr'\n      [8886,888e) {entry_value(1) {reg4}, plus_uconst(8), stack_value}\n  [f61a] inlined function 'Elf32_cvt_Word1'@8793\n    [f63f] parameter 'dest'\n      [8793,879d) {breg6(4), stack_value}\n    [f64c] parameter 'ptr'\n      [8793,879d) {breg12(4), stack_value}\n  [118c2] inlined function 'Elf32_cvt_Word1'@7940\n    [118db] parameter 'dest'\n      [7940,7946) {reg0}\n      [7946,794f) {breg0(-20), stack_value}\n    [118e8] parameter 'ptr'\n      [7940,794a) {reg1}\n      [794a,794f) {breg1(-20), stack_value}\n  [11919] inlined function 'Elf32_cvt_Word1'@794f\n    [1193e] parameter 'dest'\n      <no value>\n    [11943] parameter 'ptr'\n      <no value>\n  [11970] inlined function 'Elf32_cvt_Word1'@7957\n    [11995] parameter 'dest'\n      <no value>\n    [1199a] parameter 'ptr'\n      <no value>\n  [119c7] inlined function 'Elf32_cvt_Word1'@795f\n    [119ec] parameter 'dest'\n      <no value>\n    [119f1] parameter 'ptr'\n      <no value>\n  [11a1e] inlined function 'Elf32_cvt_Word1'@7967\n    [11a43] parameter 'dest'\n      <no value>\n    [11a48] parameter 'ptr'\n      <no value>\n  [121c8] inlined function 'Elf32_cvt_Word1'@79ef\n    [121ed] parameter 'dest'\n      <no value>\n    [121f2] parameter 'ptr'\n      <no value>\n  [12344] inlined function 'Elf32_cvt_Word1'@80c0\n    [1235d] parameter 'dest'\n      [80c0,80c6) {reg0}\n      [80c6,80cf) {breg0(-16), stack_value}\n    [1236a] parameter 'ptr'\n      [80c0,80ca) {reg2}\n      [80ca,80cf) {breg2(-16), stack_value}\n  [123f2] inlined function 'Elf32_cvt_Word1'@80d7\n    [12417] parameter 'dest'\n      <no value>\n    [1241c] parameter 'ptr'\n      <no value>\n  [125c5] inlined function 'Elf32_cvt_Word1'@7bd0\n    [125de] parameter 'dest'\n      [7bcf,7bd6) {reg0}\n      [7bd6,7bdf) {breg0(-40), stack_value}\n    [125eb] parameter 'ptr'\n      [7bcf,7bda) {reg1}\n      [7bda,7bdf) {breg1(-40), stack_value}\n  [1261c] inlined function 'Elf32_cvt_Word1'@7bdf\n    [12641] parameter 'dest'\n      <no value>\n    [12646] parameter 'ptr'\n      <no value>\n  [12673] inlined function 'Elf32_cvt_Word1'@7be7\n    [12698] parameter 'dest'\n      <no value>\n    [1269d] parameter 'ptr'\n      <no value>\n  [12778] inlined function 'Elf32_cvt_Word1'@7bff\n    [1279d] parameter 'dest'\n      <no value>\n    [127a2] parameter 'ptr'\n      <no value>\n  [127cf] inlined function 'Elf32_cvt_Word1'@7c07\n    [127f4] parameter 'dest'\n      <no value>\n    [127f9] parameter 'ptr'\n      <no value>\n  [12826] inlined function 'Elf32_cvt_Word1'@7c0f\n    [1284b] parameter 'dest'\n      <no value>\n    [12850] parameter 'ptr'\n      <no value>\n  [1287d] inlined function 'Elf32_cvt_Word1'@7c17\n    [128a2] parameter 'dest'\n      <no value>\n    [128a7] parameter 'ptr'\n      <no value>\n  [128d4] inlined function 'Elf32_cvt_Word1'@7c1f\n    [128f9] parameter 'dest'\n      <no value>\n    [128fe] parameter 'ptr'\n      <no value>\n  [12a42] inlined function 'Elf32_cvt_Word1'@7c80\n    [12a5b] parameter 'dest'\n      [7c7f,7c86) {reg0}\n      [7c86,7c8f) {breg0(-32), stack_value}\n    [12a68] parameter 'ptr'\n      [7c7f,7c8a) {reg2}\n      [7c8a,7c8f) {breg2(-32), stack_value}\n  [12b9e] inlined function 'Elf32_cvt_Word1'@7ca7\n    [12bc3] parameter 'dest'\n      <no value>\n    [12bc8] parameter 'ptr'\n      <no value>\n  [12bf5] inlined function 'Elf32_cvt_Word1'@7caf\n    [12c1a] parameter 'dest'\n      <no value>\n    [12c1f] parameter 'ptr'\n      <no value>\n  [12c4c] inlined function 'Elf32_cvt_Word1'@7cb7\n    [12c71] parameter 'dest'\n      <no value>\n    [12c76] parameter 'ptr'\n      <no value>\n  [12ca3] inlined function 'Elf32_cvt_Word1'@7cbf\n    [12cc8] parameter 'dest'\n      <no value>\n    [12ccd] parameter 'ptr'\n      <no value>\n  [12f12] inlined function 'Elf32_cvt_Word1'@8223\n    [12f37] parameter 'dest'\n      <no value>\n    [12f3c] parameter 'ptr'\n      <no value>\n  [1306e] inlined function 'Elf32_cvt_Word1'@8243\n    [13093] parameter 'dest'\n      <no value>\n    [13098] parameter 'ptr'\n      <no value>\n  [13b7c] inlined function 'Elf32_cvt_Word1'@7b4f\n    [13ba1] parameter 'dest'\n      <no value>\n    [13ba6] parameter 'ptr'\n      <no value>\n  [14780] inlined function 'Elf32_cvt_Word1'@887e\n    [147a5] parameter 'dest'\n      [887e,8886) {entry_value(1) {reg5}, plus_uconst(4), stack_value}\n    [147b2] parameter 'ptr'\n      [887e,8886) {entry_value(1) {reg4}, plus_uconst(4), stack_value}\n  [1364d] function 'Elf32_cvt_Half'@8110\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1366a] parameter 'dest'\n      [8110,8126) {reg5}\n      [8140,814c) {breg5(0), breg0(0), plus, stack_value}\n      [814c,8150) {breg0(0), breg5(0), plus, plus_uconst(2), stack_value}\n      [8150,8156) {breg0(0), breg5(0), plus, stack_value}\n      (8156,8156) <empty range>\n      [8156,8176) {breg5(0), breg2(0), plus, stack_value}\n      [8180,8190) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n      [8190,8192) {breg0(0), breg2(0), lit1, shr, minus, plus_uconst(1), lit1, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [1367e] parameter 'ptr'\n      [8110,8126) {reg4}\n      [8140,814c) {breg4(0), breg0(0), plus, stack_value}\n      [814c,8150) {breg0(0), breg4(0), plus, plus_uconst(2), stack_value}\n      [8150,8156) {breg0(0), breg4(0), plus, stack_value}\n      (8156,8156) <empty range>\n      [8156,8173) {breg4(0), breg2(0), plus, stack_value}\n      [8173,8176) {entry_value(1) {reg4}, breg2(0), plus, stack_value}\n      [8180,8190) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n      [8190,8192) {breg0(0), breg2(0), lit1, shr, minus, plus_uconst(1), lit1, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n    [13692] parameter 'len'\n      [8110,8116) {reg1}\n      [8116,811f) {reg2}\n      [811f,8156) {entry_value(1) {reg1}, stack_value}\n      [8156,8192) {reg2}\n      [8192,8193) {entry_value(1) {reg1}, stack_value}\n    [136a6] parameter 'encode'\n      [8110,8113) {reg2}\n      [8113,8193) {entry_value(1) {reg2}, stack_value}\n    [136ba] variable 'n'\n      [8116,811b) {reg1}\n      [811b,8126) {breg1(-1), stack_value}\n      (8156,8156) <empty range>\n      [8156,816c) {breg1(-1), stack_value}\n      [816c,8170) {breg1(0), not, stack_value}\n      [8170,8176) {reg0}\n      [8180,8190) {reg0}\n      [8190,8192) {breg0(1), stack_value}\n  [11c96] inlined function 'Elf32_cvt_Half1'@7f98\n    [11cbb] parameter 'dest'\n      <no value>\n    [11cc0] parameter 'ptr'\n      <no value>\n  [11ced] inlined function 'Elf32_cvt_Half1'@7fa4\n    [11d12] parameter 'dest'\n      <no value>\n    [11d17] parameter 'ptr'\n      <no value>\n  [11e60] inlined function 'Elf32_cvt_Half1'@8040\n    [11e79] parameter 'dest'\n      [8040,8047) {reg0}\n      [8047,8053) {breg0(-4), stack_value}\n    [11e86] parameter 'ptr'\n      [8040,804b) {reg2}\n      [804b,8053) {breg2(-4), stack_value}\n  [11eb7] inlined function 'Elf32_cvt_Half1'@8053\n    [11edc] parameter 'dest'\n      <no value>\n    [11ee1] parameter 'ptr'\n      <no value>\n  [12449] inlined function 'Elf32_cvt_Half1'@80e7\n    [1246e] parameter 'dest'\n      <no value>\n    [12473] parameter 'ptr'\n      <no value>\n  [12e74] inlined function 'Elf32_cvt_Half1'@8207\n    [12e8d] parameter 'dest'\n      [8207,820b) {breg0(16), stack_value}\n      [820b,820f) {breg2(16), stack_value}\n      [820f,8217) {breg2(-36), stack_value}\n    [12e9a] parameter 'ptr'\n      <no value>\n  [12ebb] inlined function 'Elf32_cvt_Half1'@8217\n    [12ee0] parameter 'dest'\n      <no value>\n    [12ee5] parameter 'ptr'\n      <no value>\n  [130c5] inlined function 'Elf32_cvt_Half1'@824b\n    [130ea] parameter 'dest'\n      <no value>\n    [130ef] parameter 'ptr'\n      <no value>\n  [1311c] inlined function 'Elf32_cvt_Half1'@8257\n    [13141] parameter 'dest'\n      <no value>\n    [13146] parameter 'ptr'\n      <no value>\n  [13173] inlined function 'Elf32_cvt_Half1'@8263\n    [13198] parameter 'dest'\n      <no value>\n    [1319d] parameter 'ptr'\n      <no value>\n  [131ca] inlined function 'Elf32_cvt_Half1'@826f\n    [131ef] parameter 'dest'\n      <no value>\n    [131f4] parameter 'ptr'\n      <no value>\n  [13221] inlined function 'Elf32_cvt_Half1'@827b\n    [13246] parameter 'dest'\n      <no value>\n    [1324b] parameter 'ptr'\n      <no value>\n  [13278] inlined function 'Elf32_cvt_Half1'@8287\n    [1329d] parameter 'dest'\n      <no value>\n    [132a2] parameter 'ptr'\n      <no value>\n  [136cc] inlined function 'Elf32_cvt_Half1'@8140\n    [136f1] parameter 'dest'\n      [8140,814c) {breg5(0), breg0(0), plus, stack_value}\n    [136fe] parameter 'ptr'\n      [8140,814c) {breg4(0), breg0(0), plus, stack_value}\n  [1373b] inlined function 'Elf32_cvt_Half1'@8180\n    [1375c] parameter 'dest'\n      [8180,818c) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13769] parameter 'ptr'\n      [8180,818c) {breg0(0), breg2(0), lit1, shr, minus, lit1, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n  [12721] inlined function 'Elf32_cvt_Off1'@7bf7\n    [12746] parameter 'dest'\n      <no value>\n    [1274b] parameter 'ptr'\n      <no value>\n  [12a99] inlined function 'Elf32_cvt_Off1'@7c8f\n    [12abe] parameter 'dest'\n      <no value>\n    [12ac3] parameter 'ptr'\n      <no value>\n  [12fc0] inlined function 'Elf32_cvt_Off1'@8233\n    [12fe5] parameter 'dest'\n      <no value>\n    [12fea] parameter 'ptr'\n      <no value>\n  [13017] inlined function 'Elf32_cvt_Off1'@823b\n    [1303c] parameter 'dest'\n      <no value>\n    [13041] parameter 'ptr'\n      <no value>\n  [13836] function 'Elf32_cvt_Addr'@7a40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13853] parameter 'dest'\n      [7a40,7a5b) {reg5}\n      [7a60,7a68) {breg5(0), breg0(0), plus, stack_value}\n      [7a68,7a6c) {breg0(0), breg5(0), plus, plus_uconst(4), stack_value}\n      [7a6c,7a72) {breg0(0), breg5(0), plus, stack_value}\n      (7a72,7a72) <empty range>\n      [7a72,7a8e) {breg5(0), breg2(0), plus, stack_value}\n      [7a90,7a9c) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n      [7a9c,7a9e) {breg0(0), breg2(0), lit2, shr, minus, plus_uconst(1), lit2, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13867] parameter 'ptr'\n      [7a40,7a5b) {reg4}\n      [7a60,7a68) {breg4(0), breg0(0), plus, stack_value}\n      [7a68,7a6c) {breg0(0), breg4(0), plus, plus_uconst(4), stack_value}\n      [7a6c,7a72) {breg0(0), breg4(0), plus, stack_value}\n      (7a72,7a72) <empty range>\n      [7a72,7a8b) {breg4(0), breg2(0), plus, stack_value}\n      [7a8b,7a8e) {entry_value(1) {reg4}, breg2(0), plus, stack_value}\n      [7a90,7a9c) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n      [7a9c,7a9e) {breg0(0), breg2(0), lit2, shr, minus, plus_uconst(1), lit2, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n    [1387b] parameter 'len'\n      [7a40,7a47) {reg1}\n      [7a47,7a54) {reg2}\n      [7a54,7a72) {entry_value(1) {reg1}, stack_value}\n      [7a72,7a9e) {reg2}\n      [7a9e,7a9f) {entry_value(1) {reg1}, stack_value}\n    [1388f] parameter 'encode'\n      [7a40,7a43) {reg2}\n      [7a43,7a9f) {entry_value(1) {reg2}, stack_value}\n    [138a3] variable 'n'\n      [7a47,7a4c) {reg1}\n      [7a4c,7a5b) {breg1(-1), stack_value}\n      (7a72,7a72) <empty range>\n      [7a72,7a84) {breg1(-1), stack_value}\n      [7a84,7a88) {breg1(0), not, stack_value}\n      [7a88,7a8e) {reg0}\n      [7a90,7a9c) {reg0}\n      [7a9c,7a9e) {breg0(1), stack_value}\n  [f5c3] inlined function 'Elf32_cvt_Addr1'@877f\n    [f5dc] parameter 'dest'\n      [877f,8793) {reg6}\n    [f5e9] parameter 'ptr'\n      [877f,8793) {reg12}\n  [12171] inlined function 'Elf32_cvt_Addr1'@79e0\n    [1218a] parameter 'dest'\n      [79e0,79e6) {reg0}\n      [79e6,79ef) {breg0(-8), stack_value}\n    [12197] parameter 'ptr'\n      [79e0,79ea) {reg2}\n      [79ea,79ef) {breg2(-8), stack_value}\n  [1239b] inlined function 'Elf32_cvt_Addr1'@80cf\n    [123c0] parameter 'dest'\n      <no value>\n    [123c5] parameter 'ptr'\n      <no value>\n  [126ca] inlined function 'Elf32_cvt_Addr1'@7bef\n    [126ef] parameter 'dest'\n      <no value>\n    [126f4] parameter 'ptr'\n      <no value>\n  [12af0] inlined function 'Elf32_cvt_Addr1'@7c97\n    [12b15] parameter 'dest'\n      <no value>\n    [12b1a] parameter 'ptr'\n      <no value>\n  [12b47] inlined function 'Elf32_cvt_Addr1'@7c9f\n    [12b6c] parameter 'dest'\n      <no value>\n    [12b71] parameter 'ptr'\n      <no value>\n  [12f69] inlined function 'Elf32_cvt_Addr1'@822b\n    [12f8e] parameter 'dest'\n      <no value>\n    [12f93] parameter 'ptr'\n      <no value>\n  [138b5] inlined function 'Elf32_cvt_Addr1'@7a60\n    [138da] parameter 'dest'\n      [7a60,7a68) {breg5(0), breg0(0), plus, stack_value}\n    [138e7] parameter 'ptr'\n      [7a60,7a68) {breg4(0), breg0(0), plus, stack_value}\n  [13924] inlined function 'Elf32_cvt_Addr1'@7a90\n    [13945] parameter 'dest'\n      [7a90,7a98) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg5}, plus, breg2(0), plus, stack_value}\n    [13952] parameter 'ptr'\n      [7a90,7a98) {breg0(0), breg2(0), lit2, shr, minus, lit2, shl, entry_value(1) {reg4}, plus, breg2(0), plus, stack_value}\n  [13b25] inlined function 'Elf32_cvt_Addr1'@7b40\n    [13b3e] parameter 'dest'\n      [7b40,7b46) {reg0}\n      [7b46,7b4f) {breg0(-12), stack_value}\n    [13b4b] parameter 'ptr'\n      [7b40,7b4a) {reg1}\n      [7b4a,7b4f) {breg1(-12), stack_value}\n  [14711] inlined function 'Elf32_cvt_Addr1'@8878\n    [14736] parameter 'dest'\n      [8878,887e) {entry_value(1) {reg5}, stack_value}\n    [14743] parameter 'ptr'\n      [8878,887e) {entry_value(1) {reg4}, stack_value}\n  [13cdf] inlined function 'elf_cvt_Byte'@82f0\n    [13d00] parameter 'encode'\n      [82f0,82f4) {reg2}\n      [82f4,82f5) {entry_value(1) {reg2}, stack_value}\n    [13d0d] parameter 'dest'\n      [82f0,82f4) {reg5}\n      [82f4,82f5) {entry_value(1) {reg5}, stack_value}\n    [13d1a] parameter 'src'\n      [82f0,82f4) {reg4}\n      [82f4,82f5) {entry_value(1) {reg4}, stack_value}\n    [13d27] parameter 'n'\n      [82f0,82f4) {reg1}\n      [82f4,82f5) {entry_value(1) {reg1}, stack_value}\n  [f8c9] inlined function '__bswap_64'@7840\n    [f8de] parameter '__bsx'\n      [7840,784c) {breg1(0), breg4(0), plus, plus_uconst(16)}\n  [fd05] inlined function '__bswap_64'@7d18\n    [fd1a] parameter '__bsx'\n      [7d12,7d23) {breg2(0)}\n      [7d23,7d2a) {reg4}\n  [fd8b] inlined function '__bswap_64'@7d2e\n    [fda0] parameter '__bsx'\n      <no value>\n  [fdca] inlined function '__bswap_64'@7d3d\n    [fddf] parameter '__bsx'\n      <no value>\n  [1004f] inlined function '__bswap_64'@7600\n    [10064] parameter '__bsx'\n      [7600,760b) {breg1(0)}\n      [760b,760e) {reg2}\n  [100a2] inlined function '__bswap_64'@7612\n    [100c3] parameter '__bsx'\n      <no value>\n  [100f9] inlined function '__bswap_64'@761d\n    [1011a] parameter '__bsx'\n      <no value>\n  [10270] inlined function '__bswap_64'@7540\n    [10285] parameter '__bsx'\n      [7540,754b) {breg2(0)}\n      [754b,754e) {reg4}\n  [102c3] inlined function '__bswap_64'@7552\n    [102e4] parameter '__bsx'\n      <no value>\n  [104ed] inlined function '__bswap_64'@7de3\n    [1050e] parameter '__bsx'\n      <no value>\n  [10544] inlined function '__bswap_64'@7dee\n    [10565] parameter '__bsx'\n      <no value>\n  [10765] inlined function '__bswap_64'@7697\n    [10786] parameter '__bsx'\n      <no value>\n  [107bc] inlined function '__bswap_64'@76a2\n    [107dd] parameter '__bsx'\n      <no value>\n  [10813] inlined function '__bswap_64'@76ad\n    [10834] parameter '__bsx'\n      <no value>\n  [1086a] inlined function '__bswap_64'@76b8\n    [1088b] parameter '__bsx'\n      <no value>\n  [1096f] inlined function '__bswap_64'@76d3\n    [10990] parameter '__bsx'\n      <no value>\n  [109c6] inlined function '__bswap_64'@76de\n    [109e7] parameter '__bsx'\n      <no value>\n  [10bec] inlined function '__bswap_64'@7757\n    [10c0d] parameter '__bsx'\n      <no value>\n  [10c43] inlined function '__bswap_64'@7762\n    [10c64] parameter '__bsx'\n      <no value>\n  [10c9a] inlined function '__bswap_64'@776d\n    [10cbb] parameter '__bsx'\n      <no value>\n  [10cf1] inlined function '__bswap_64'@7778\n    [10d12] parameter '__bsx'\n      <no value>\n  [10d48] inlined function '__bswap_64'@7783\n    [10d69] parameter '__bsx'\n      <no value>\n  [10d9f] inlined function '__bswap_64'@778e\n    [10dc0] parameter '__bsx'\n      <no value>\n  [1105c] inlined function '__bswap_64'@7e9b\n    [1107d] parameter '__bsx'\n      <no value>\n  [110b3] inlined function '__bswap_64'@7ea6\n    [110d4] parameter '__bsx'\n      <no value>\n  [1110a] inlined function '__bswap_64'@7eb1\n    [1112b] parameter '__bsx'\n      <no value>\n  [11bc4] inlined function '__bswap_64'@7f70\n    [11bd9] parameter '__bsx'\n      [7f6b,7f7b) {breg1(0)}\n      [7f7b,7f7e) {reg2}\n  [11c17] inlined function '__bswap_64'@7f82\n    [11c38] parameter '__bsx'\n      <no value>\n  [11c6e] inlined function '__bswap_64'@7f8d\n    [11c8f] parameter '__bsx'\n      <no value>\n  [134b9] inlined function '__bswap_64'@7460\n    [134da] parameter '__bsx'\n      [7460,7467) {breg4(0), breg0(0), plus}\n  [13524] inlined function '__bswap_64'@74a0\n    [13545] parameter '__bsx'\n      [74a0,74a7) {breg0(0), lit3, shl, breg4(0), plus}\n  [14532] inlined function '__bswap_64'@86e6\n    [14553] parameter '__bsx'\n      [86e6,86ed) {entry_value(1) {reg4}, plus_uconst(8)}\n  [1459d] inlined function '__bswap_64'@86f1\n    [145be] parameter '__bsx'\n      [86f1,86f8) {entry_value(1) {reg4}, plus_uconst(16)}\n  [f5f6] inlined function '__bswap_32'@877f\n    [f60b] parameter '__bsx'\n      [877f,8790) {breg12(0)}\n  [f659] inlined function '__bswap_32'@8793\n    [f67a] parameter '__bsx'\n      [8793,879a) {breg12(4)}\n  [f6c4] inlined function '__bswap_32'@879d\n    [f6e5] parameter '__bsx'\n      [879d,87a4) {breg12(8)}\n  [f888] inlined function '__bswap_32'@77e9\n    [f89d] parameter '__bsx'\n      [77e9,77f2) {breg4(0), breg1(0), plus}\n  [f8ed] inlined function '__bswap_32'@78a0\n    [f912] parameter '__bsx'\n      [78a0,78a6) {breg11(0), breg0(0), plus}\n  [10443] inlined function '__bswap_32'@7dc0\n    [10458] parameter '__bsx'\n      [7dc0,7dca) {breg1(0)}\n      [7dca,7dcc) {reg2}\n  [106bb] inlined function '__bswap_32'@7680\n    [106d0] parameter '__bsx'\n      [767f,768a) {breg2(0)}\n      [768a,768c) {reg4}\n  [1070e] inlined function '__bswap_32'@768f\n    [1072f] parameter '__bsx'\n      <no value>\n  [108c1] inlined function '__bswap_32'@76c3\n    [108e2] parameter '__bsx'\n      <no value>\n  [10918] inlined function '__bswap_32'@76cb\n    [10939] parameter '__bsx'\n      <no value>\n  [10b42] inlined function '__bswap_32'@7740\n    [10b57] parameter '__bsx'\n      [773f,774a) {breg1(0)}\n      [774a,774c) {reg2}\n  [10b95] inlined function '__bswap_32'@774f\n    [10bb6] parameter '__bsx'\n      <no value>\n  [11005] inlined function '__bswap_32'@7e93\n    [11026] parameter '__bsx'\n      <no value>\n  [11161] inlined function '__bswap_32'@7ebc\n    [11182] parameter '__bsx'\n      <no value>\n  [118f5] inlined function '__bswap_32'@7940\n    [1190a] parameter '__bsx'\n      [7940,794a) {breg1(0)}\n      [794a,794c) {reg2}\n  [11948] inlined function '__bswap_32'@794f\n    [11969] parameter '__bsx'\n      <no value>\n  [1199f] inlined function '__bswap_32'@7957\n    [119c0] parameter '__bsx'\n      <no value>\n  [119f6] inlined function '__bswap_32'@795f\n    [11a17] parameter '__bsx'\n      <no value>\n  [11a4d] inlined function '__bswap_32'@7967\n    [11a6e] parameter '__bsx'\n      <no value>\n  [121a4] inlined function '__bswap_32'@79e0\n    [121b9] parameter '__bsx'\n      [79e0,79ea) {breg2(0)}\n      [79ea,79ec) {reg4}\n  [121f7] inlined function '__bswap_32'@79ef\n    [12218] parameter '__bsx'\n      <no value>\n  [12377] inlined function '__bswap_32'@80c0\n    [1238c] parameter '__bsx'\n      [80c0,80ca) {breg2(0)}\n      [80ca,80cc) {reg4}\n  [123ca] inlined function '__bswap_32'@80cf\n    [123eb] parameter '__bsx'\n      <no value>\n  [12421] inlined function '__bswap_32'@80d7\n    [12442] parameter '__bsx'\n      <no value>\n  [125f8] inlined function '__bswap_32'@7bd0\n    [1260d] parameter '__bsx'\n      [7bcf,7bda) {breg1(0)}\n      [7bda,7bdc) {reg2}\n  [1264b] inlined function '__bswap_32'@7bdf\n    [1266c] parameter '__bsx'\n      <no value>\n  [126a2] inlined function '__bswap_32'@7be7\n    [126c3] parameter '__bsx'\n      <no value>\n  [126f9] inlined function '__bswap_32'@7bef\n    [1271a] parameter '__bsx'\n      <no value>\n  [12750] inlined function '__bswap_32'@7bf7\n    [12771] parameter '__bsx'\n      <no value>\n  [127a7] inlined function '__bswap_32'@7bff\n    [127c8] parameter '__bsx'\n      <no value>\n  [127fe] inlined function '__bswap_32'@7c07\n    [1281f] parameter '__bsx'\n      <no value>\n  [12855] inlined function '__bswap_32'@7c0f\n    [12876] parameter '__bsx'\n      <no value>\n  [128ac] inlined function '__bswap_32'@7c17\n    [128cd] parameter '__bsx'\n      <no value>\n  [12903] inlined function '__bswap_32'@7c1f\n    [12924] parameter '__bsx'\n      <no value>\n  [12a75] inlined function '__bswap_32'@7c80\n    [12a8a] parameter '__bsx'\n      [7c7f,7c8a) {breg2(0)}\n      [7c8a,7c8c) {reg4}\n  [12ac8] inlined function '__bswap_32'@7c8f\n    [12ae9] parameter '__bsx'\n      <no value>\n  [12b1f] inlined function '__bswap_32'@7c97\n    [12b40] parameter '__bsx'\n      <no value>\n  [12b76] inlined function '__bswap_32'@7c9f\n    [12b97] parameter '__bsx'\n      <no value>\n  [12bcd] inlined function '__bswap_32'@7ca7\n    [12bee] parameter '__bsx'\n      <no value>\n  [12c24] inlined function '__bswap_32'@7caf\n    [12c45] parameter '__bsx'\n      <no value>\n  [12c7b] inlined function '__bswap_32'@7cb7\n    [12c9c] parameter '__bsx'\n      <no value>\n  [12cd2] inlined function '__bswap_32'@7cbf\n    [12cf3] parameter '__bsx'\n      <no value>\n  [12f41] inlined function '__bswap_32'@8223\n    [12f62] parameter '__bsx'\n      <no value>\n  [12f98] inlined function '__bswap_32'@822b\n    [12fb9] parameter '__bsx'\n      <no value>\n  [12fef] inlined function '__bswap_32'@8233\n    [13010] parameter '__bsx'\n      <no value>\n  [13046] inlined function '__bswap_32'@823b\n    [13067] parameter '__bsx'\n      <no value>\n  [1309d] inlined function '__bswap_32'@8243\n    [130be] parameter '__bsx'\n      <no value>\n  [138f4] inlined function '__bswap_32'@7a60\n    [13915] parameter '__bsx'\n      [7a60,7a65) {breg4(0), breg0(0), plus}\n  [1395f] inlined function '__bswap_32'@7a90\n    [13980] parameter '__bsx'\n      [7a90,7a95) {breg0(0), lit2, shl, breg4(0), plus}\n  [13b58] inlined function '__bswap_32'@7b40\n    [13b6d] parameter '__bsx'\n      [7b40,7b4a) {breg1(0)}\n      [7b4a,7b4c) {reg2}\n  [13bab] inlined function '__bswap_32'@7b4f\n    [13bcc] parameter '__bsx'\n      <no value>\n  [13c02] inlined function '__bswap_32'@7b57\n    [13c23] parameter '__bsx'\n      <no value>\n  [13f0d] inlined function '__bswap_32'@83cf\n    [13f26] parameter '__bsx'\n      [83cf,83ef) {breg6(0)}\n  [13f34] inlined function '__bswap_32'@83ff\n    [13f4d] parameter '__bsx'\n      (83ff,83ff) <empty range>\n  [13f5b] inlined function '__bswap_32'@83f3\n    [13f7c] parameter '__bsx'\n      [83f3,83ff) {breg6(8)}\n  [13f8b] inlined function '__bswap_32'@839a\n    [13fa4] parameter '__bsx'\n      [839a,839c) {breg10(4)}\n  [13fb2] inlined function '__bswap_32'@839c\n    [13fcb] parameter '__bsx'\n      (839c,839c) <empty range>\n  [13fd9] inlined function '__bswap_32'@83a9\n    [13ffe] parameter '__bsx'\n      [83a9,83af) {breg10(12)}\n  [1400c] inlined function '__bswap_32'@84a5\n    [14026] parameter '__bsx'\n      <no value>\n  [1402c] inlined function '__bswap_32'@8494\n    [14042] parameter '__bsx'\n      (8494,8494) <empty range>\n  [141a9] inlined function '__bswap_32'@856d\n    [141c2] parameter '__bsx'\n      [856d,856f) {breg12(8)}\n  [141d0] inlined function '__bswap_32'@856f\n    [141e9] parameter '__bsx'\n      (856f,856f) <empty range>\n  [141f7] inlined function '__bswap_32'@857d\n    [1421c] parameter '__bsx'\n      [857d,8584) {breg12(16)}\n  [14244] inlined function '__bswap_32'@8598\n    [1425d] parameter '__bsx'\n      [8593,85a7) {breg2(0)}\n      [8606,8608) {reg4}\n  [1426b] inlined function '__bswap_32'@85a7\n    [14280] parameter '__bsx'\n      (85a7,85a7) <empty range>\n      (8608,8608) <empty range>\n  [1428f] inlined function '__bswap_32'@8660\n    [142a8] parameter '__bsx'\n      <no value>\n  [142ae] inlined function '__bswap_32'@864d\n    [142c3] parameter '__bsx'\n      (864d,864d) <empty range>\n  [14454] inlined function '__bswap_32'@86d8\n    [14475] parameter '__bsx'\n      [86d8,86dc) {entry_value(1) {reg4}}\n  [144c3] inlined function '__bswap_32'@86de\n    [144e4] parameter '__bsx'\n      [86de,86e3) {entry_value(1) {reg4}, plus_uconst(4)}\n  [14750] inlined function '__bswap_32'@8878\n    [14771] parameter '__bsx'\n      [8878,887c) {entry_value(1) {reg4}}\n  [147bf] inlined function '__bswap_32'@887e\n    [147e0] parameter '__bsx'\n      [887e,8883) {entry_value(1) {reg4}, plus_uconst(4)}\n  [1482a] inlined function '__bswap_32'@8886\n    [1484b] parameter '__bsx'\n      [8886,888b) {entry_value(1) {reg4}, plus_uconst(8)}\n  [fd4c] inlined function '__bswap_16'@7d50\n    [fd61] parameter '__bsx'\n      <no value>\n  [fe09] inlined function '__bswap_16'@7d50\n    [fe1e] parameter '__bsx'\n      <no value>\n  [10496] inlined function '__bswap_16'@7dd7\n    [104b7] parameter '__bsx'\n      <no value>\n  [10f63] inlined function '__bswap_16'@7e77\n    [10f78] parameter '__bsx'\n      <no value>\n  [10fae] inlined function '__bswap_16'@7e87\n    [10fcf] parameter '__bsx'\n      <no value>\n  [111b8] inlined function '__bswap_16'@7ec4\n    [111d9] parameter '__bsx'\n      <no value>\n  [1120f] inlined function '__bswap_16'@7ed0\n    [11230] parameter '__bsx'\n      <no value>\n  [11266] inlined function '__bswap_16'@7edc\n    [11287] parameter '__bsx'\n      <no value>\n  [112bd] inlined function '__bswap_16'@7ee8\n    [112de] parameter '__bsx'\n      <no value>\n  [11314] inlined function '__bswap_16'@7ef4\n    [11335] parameter '__bsx'\n      <no value>\n  [1136b] inlined function '__bswap_16'@7f00\n    [1138c] parameter '__bsx'\n      <no value>\n  [11cc5] inlined function '__bswap_16'@7f98\n    [11ce6] parameter '__bsx'\n      <no value>\n  [11d1c] inlined function '__bswap_16'@7fa4\n    [11d3d] parameter '__bsx'\n      <no value>\n  [11e93] inlined function '__bswap_16'@8040\n    [11ea8] parameter '__bsx'\n      [8040,804b) {breg2(0)}\n      [804b,804f) {breg2(-4)}\n  [11ee6] inlined function '__bswap_16'@8053\n    [11f07] parameter '__bsx'\n      <no value>\n  [12478] inlined function '__bswap_16'@80e7\n    [12499] parameter '__bsx'\n      <no value>\n  [12e9f] inlined function '__bswap_16'@8207\n    [12eb4] parameter '__bsx'\n      <no value>\n  [12eea] inlined function '__bswap_16'@8217\n    [12f0b] parameter '__bsx'\n      <no value>\n  [130f4] inlined function '__bswap_16'@824b\n    [13115] parameter '__bsx'\n      <no value>\n  [1314b] inlined function '__bswap_16'@8257\n    [1316c] parameter '__bsx'\n      <no value>\n  [131a2] inlined function '__bswap_16'@8263\n    [131c3] parameter '__bsx'\n      <no value>\n  [131f9] inlined function '__bswap_16'@826f\n    [1321a] parameter '__bsx'\n      <no value>\n  [13250] inlined function '__bswap_16'@827b\n    [13271] parameter '__bsx'\n      <no value>\n  [132a7] inlined function '__bswap_16'@8287\n    [132c8] parameter '__bsx'\n      <no value>\n  [1370b] inlined function '__bswap_16'@8140\n    [1372c] parameter '__bsx'\n      [8140,8148) {breg4(0), breg0(0), plus}\n  [13776] inlined function '__bswap_16'@8180\n    [13797] parameter '__bsx'\n      [8180,8188) {breg0(0), lit1, shl, breg4(0), plus}\n  [f920] inlined function 'memmove'@78c1\n    [f935] parameter '__dest'\n      [78c1,78ca) {breg5(0), breg9(0), plus, stack_value}\n      [78ca,78ce) {reg5}\n    [f942] parameter '__src'\n      [78c1,78c7) {breg4(0), breg9(0), plus, stack_value}\n      [78c7,78ce) {reg4}\n    [f94f] parameter '__len'\n      [78c1,78ce) {reg8}\n  [fe25] inlined function 'memmove'@7d68\n    [fe46] parameter '__dest'\n      [7d68,7d75) {reg8}\n      [7d75,7d76) {entry_value(1) {reg5}, stack_value}\n    [fe53] parameter '__src'\n      [7d68,7d75) {reg9}\n      [7d75,7d76) {entry_value(1) {reg4}, stack_value}\n    [fe60] parameter '__len'\n      [7d68,7d75) {reg10}\n      [7d75,7d76) {entry_value(1) {reg1}, lit31, and, stack_value}\n  [10121] inlined function 'memmove'@7650\n    [10142] parameter '__dest'\n      [7650,765a) {reg8}\n      [765a,765b) {entry_value(1) {reg5}, stack_value}\n    [1014f] parameter '__src'\n      [7650,765a) {reg9}\n      [765a,765b) {entry_value(1) {reg4}, stack_value}\n    [1015c] parameter '__len'\n      [7650,765a) {reg1}\n  [102eb] inlined function 'memmove'@7570\n    [1030c] parameter '__dest'\n      [7570,757a) {reg8}\n      [757a,757b) {entry_value(1) {reg5}, stack_value}\n    [10319] parameter '__src'\n      [7570,757a) {reg9}\n      [757a,757b) {entry_value(1) {reg4}, stack_value}\n    [10326] parameter '__len'\n      [7570,757a) {reg1}\n      [757a,757b) {entry_value(1) {reg1}, lit15, and, stack_value}\n  [1056c] inlined function 'memmove'@7e20\n    [1058d] parameter '__dest'\n      [7e20,7e27) {reg5}\n      [7e27,7e28) {entry_value(1) {reg5}, stack_value}\n    [1059a] parameter '__src'\n      [7e20,7e27) {reg8}\n      [7e27,7e28) {entry_value(1) {reg4}, stack_value}\n    [105a7] parameter '__len'\n      [7e20,7e27) {reg1}\n  [109ee] inlined function 'memmove'@76f8\n    [10a0f] parameter '__dest'\n      [76f8,7702) {reg8}\n      [7702,7703) {entry_value(1) {reg5}, stack_value}\n    [10a1c] parameter '__src'\n      [76f8,7702) {reg9}\n      [7702,7703) {entry_value(1) {reg4}, stack_value}\n    [10a29] parameter '__len'\n      [76f8,7702) {reg1}\n      [7702,7703) {entry_value(1) {reg1}, const1u(63), and, stack_value}\n  [10dc7] inlined function 'memmove'@77c0\n    [10de8] parameter '__dest'\n      [77c0,77ca) {reg5}\n      [77ca,77cb) {entry_value(1) {reg5}, stack_value}\n    [10df5] parameter '__src'\n      [77c0,77ca) {reg8}\n      [77ca,77cb) {entry_value(1) {reg4}, stack_value}\n    [10e02] parameter '__len'\n      [77c0,77c6) {reg4}\n      [77c6,77ca) {reg1}\n  [10ede] inlined function 'memmove'@7e60\n    [10ef7] parameter '__dest'\n      [7e5e,7e6f) {reg2}\n    [10f04] parameter '__src'\n      [7e5e,7e74) {reg3}\n      [7e74,7e77) {breg3(-64), stack_value}\n    [10f11] parameter '__len'\n      [7e5e,7e77) {lit16, stack_value}\n  [11393] inlined function 'memmove'@7f28\n    [113a8] parameter '__dest'\n      [7f24,7f37) {reg13}\n      [7f37,7f3d) {reg5}\n      [7f3d,7f3e) {entry_value(1) {reg5}, stack_value}\n    [113b5] parameter '__src'\n      [7f24,7f39) {reg14}\n      [7f39,7f3d) {reg4}\n      [7f3d,7f3e) {entry_value(1) {reg4}, stack_value}\n    [113c2] parameter '__len'\n      [7f24,7f35) {reg12}\n      [7f35,7f3d) {reg1}\n      [7f3d,7f3e) {entry_value(1) {reg1}, const1u(63), and, stack_value}\n  [11a75] inlined function 'memmove'@79a0\n    [11a96] parameter '__dest'\n      [79a0,79a7) {reg5}\n      [79a7,79a8) {entry_value(1) {reg5}, stack_value}\n    [11aa3] parameter '__src'\n      [79a0,79a7) {reg8}\n      [79a7,79a8) {entry_value(1) {reg4}, stack_value}\n    [11ab0] parameter '__len'\n      [79a0,79a7) {reg1}\n  [11d44] inlined function 'memmove'@7fe0\n    [11d65] parameter '__dest'\n      [7fe0,7fe7) {reg5}\n      [7fe7,7fe8) {entry_value(1) {reg5}, stack_value}\n    [11d72] parameter '__src'\n      [7fe0,7fe7) {reg8}\n      [7fe7,7fe8) {entry_value(1) {reg4}, stack_value}\n    [11d7f] parameter '__len'\n      [7fe0,7fe7) {reg1}\n  [11f0e] inlined function 'memmove'@8070\n    [11f2f] parameter '__dest'\n      [8070,807d) {reg8}\n      [807d,807e) {entry_value(1) {reg5}, stack_value}\n    [11f3c] parameter '__src'\n      [8070,807d) {reg9}\n      [807d,807e) {entry_value(1) {reg4}, stack_value}\n    [11f49] parameter '__len'\n      [8070,8079) {reg5}\n      [8079,807d) {reg1}\n      [807d,807e) {entry_value(1) {reg1}, lit3, and, stack_value}\n  [1221f] inlined function 'memmove'@7a08\n    [12240] parameter '__dest'\n      [7a08,7a12) {reg8}\n      [7a12,7a13) {entry_value(1) {reg5}, stack_value}\n    [1224d] parameter '__src'\n      [7a08,7a12) {reg9}\n      [7a12,7a13) {entry_value(1) {reg4}, stack_value}\n    [1225a] parameter '__len'\n      [7a08,7a12) {reg1}\n      [7a12,7a13) {entry_value(1) {reg1}, lit7, and, stack_value}\n  [124a0] inlined function 'memmove'@8100\n    [124c1] parameter '__dest'\n      [8100,810d) {reg8}\n      [810d,810e) {entry_value(1) {reg5}, stack_value}\n    [124ce] parameter '__src'\n      [8100,810d) {reg9}\n      [810d,810e) {entry_value(1) {reg4}, stack_value}\n    [124db] parameter '__len'\n      [8100,810d) {reg10}\n      [810d,810e) {entry_value(1) {reg1}, lit15, and, stack_value}\n  [1292b] inlined function 'memmove'@7c50\n    [1294c] parameter '__dest'\n      [7c50,7c57) {reg5}\n      [7c57,7c58) {entry_value(1) {reg5}, stack_value}\n    [12959] parameter '__src'\n      [7c50,7c57) {reg8}\n      [7c57,7c58) {entry_value(1) {reg4}, stack_value}\n    [12966] parameter '__len'\n      [7c50,7c57) {reg1}\n  [12cfa] inlined function 'memmove'@7cd8\n    [12d1b] parameter '__dest'\n      [7cd8,7ce2) {reg8}\n      [7ce2,7ce3) {entry_value(1) {reg5}, stack_value}\n    [12d28] parameter '__src'\n      [7cd8,7ce2) {reg9}\n      [7ce2,7ce3) {entry_value(1) {reg4}, stack_value}\n    [12d35] parameter '__len'\n      [7cd8,7ce2) {reg1}\n      [7ce2,7ce3) {entry_value(1) {reg1}, lit31, and, stack_value}\n  [12e1a] inlined function 'memmove'@81f0\n    [12e33] parameter '__dest'\n      [81e9,81ff) {reg2}\n    [12e40] parameter '__src'\n      [81e9,8204) {reg3}\n      [8204,8207) {breg3(-52), stack_value}\n    [12e4d] parameter '__len'\n      [81e9,8207) {lit16, stack_value}\n  [132cf] inlined function 'memmove'@82c8\n    [132e4] parameter '__dest'\n      [82c2,82d4) {reg13}\n      [82d4,82da) {reg5}\n      [82da,82db) {entry_value(1) {reg5}, stack_value}\n    [132f1] parameter '__src'\n      [82c2,82d6) {reg14}\n      [82d6,82da) {reg4}\n      [82da,82db) {entry_value(1) {reg4}, stack_value}\n    [132fe] parameter '__len'\n      [82c2,82da) {reg1}\n  [13c2a] inlined function 'memmove'@7b90\n    [13c4b] parameter '__dest'\n      [7b90,7b9a) {reg8}\n      [7b9a,7b9b) {entry_value(1) {reg5}, stack_value}\n    [13c58] parameter '__src'\n      [7b90,7b9a) {reg9}\n      [7b9a,7b9b) {entry_value(1) {reg4}, stack_value}\n    [13c65] parameter '__len'\n      [7b90,7b9a) {reg1}\n  [13d34] inlined function 'memmove'@82f0\n    [13d55] parameter '__dest'\n      [82f0,82f4) {reg5}\n      [82f4,82f5) {entry_value(1) {reg5}, stack_value}\n    [13d62] parameter '__src'\n      [82f0,82f4) {reg4}\n      [82f4,82f5) {entry_value(1) {reg4}, stack_value}\n    [13d6f] parameter '__len'\n      [82f0,82f4) {reg1}\n      [82f4,82f5) {entry_value(1) {reg1}, stack_value}\n  [13e71] inlined function 'memmove'@831e\n    [13e8a] parameter '__dest'\n      [831e,832c) {reg5}\n      [832c,833d) {entry_value(1) {reg5}, stack_value}\n    [13e97] parameter '__src'\n      [831e,832c) {reg4}\n      [832c,833d) {fbreg(-72)}\n    [13ea4] parameter '__len'\n      [831e,832c) {reg1}\n      [832c,833d) {fbreg(-64)}\n  [14122] inlined function 'memmove'@84fc\n    [1413b] parameter '__dest'\n      [84fc,850d) {reg5}\n      [850d,851a) {entry_value(1) {reg5}, stack_value}\n    [14148] parameter '__src'\n      [84fc,850d) {reg4}\n      [850d,851a) {fbreg(-64)}\n    [14155] parameter '__len'\n      [84fc,850d) {reg1}\n      [850d,851a) {fbreg(-56)}\n  [14323] inlined function 'memmove'@86ae\n    [14348] parameter '__dest'\n      [86ae,86bb) {reg5}\n      [86bb,86c8) {entry_value(1) {reg5}, stack_value}\n    [14355] parameter '__src'\n      [86ae,86bb) {reg4}\n      [86bb,86c8) {fbreg(-32)}\n    [14362] parameter '__len'\n      [86ae,86bb) {reg1}\n      [86bb,86c8) {fbreg(-24)}\n  [1461f] inlined function 'memmove'@884e\n    [14644] parameter '__dest'\n      [884e,885b) {reg5}\n      [885b,8868) {entry_value(1) {reg5}, stack_value}\n    [14651] parameter '__src'\n      [884e,885b) {reg4}\n      [885b,8868) {fbreg(-32)}\n    [1465e] parameter '__len'\n      [884e,885b) {reg1}\n      [885b,8868) {fbreg(-24)}\n  [f516] inlined function 'memcpy'@8767\n    [f52f] parameter '__dest'\n      [8767,876f) {reg5}\n      [876f,8770) {breg6(12), stack_value}\n    [f53c] parameter '__src'\n      [8767,876f) {reg4}\n      [876f,8770) {breg12(12), stack_value}\n    [f549] parameter '__len'\n      [8767,876b) {breg15(-12), stack_value}\n      [876b,876f) {reg1}\n      [876f,8770) {breg15(-12), stack_value}\n  [f6f6] inlined function 'memcpy'@87fd\n    [f70b] parameter '__dest'\n      [87fd,8812) {reg5}\n    [f718] parameter '__src'\n      [87fd,8812) {reg4}\n    [f725] parameter '__len'\n      [87fd,880a) {reg13}\n      [880a,8812) {reg1}\n  [13aa9] function 'Elf32_cvt_Rela'@7b00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13ac4] parameter 'dest'\n      [7b00,7b0d) {reg5}\n      [7b0d,7b9a) {reg8}\n      [7b9a,7b9b) {entry_value(1) {reg5}, stack_value}\n    [13ad1] parameter 'src'\n      [7b00,7b2b) {reg4}\n      [7b2b,7b2e) {reg1}\n      [7b2e,7b9a) {reg9}\n      [7b9a,7b9b) {entry_value(1) {reg4}, stack_value}\n    [13ade] parameter 'len'\n      [7b00,7b1c) {reg1}\n      [7b1c,7b80) {reg5}\n      [7b80,7b9b) {entry_value(1) {reg1}, stack_value}\n    [13aeb] parameter 'encode'\n      [7b00,7b2e) {reg2}\n      [7b2e,7b9b) {entry_value(1) {reg2}, stack_value}\n    [13af8] variable 'tdest'\n      [7b0a,7b0d) {reg5}\n      [7b0d,7b2e) {reg8}\n      [7b2e,7b46) {reg0}\n      [7b46,7b5f) {breg0(-12), stack_value}\n      [7b5f,7b64) {reg0}\n    [13b05] variable 'tsrc'\n      [7b0a,7b2b) {reg4}\n      [7b2b,7b4a) {reg1}\n      [7b4a,7b5f) {breg1(-12), stack_value}\n      [7b5f,7b64) {reg1}\n    [13b12] variable 'sz'\n      <constant value>\n    [13b18] variable 'n'\n      [7b00,7b1c) {breg1(0), convert{long unsigned int,unsigned,64@[e526]}, lit12, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n      [7b1c,7b2e) {breg5(0), convert{long unsigned int,unsigned,64@[e526]}, lit12, convert{long unsigned int,unsigned,64@[e526]}, div, convert[0], stack_value}\n  [13c90] function 'elf_cvt_Byte'@82e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13cab] parameter 'dest'\n      [82e0,82f4) {reg5}\n      [82f4,82f5) {entry_value(1) {reg5}, stack_value}\n    [13cb8] parameter 'src'\n      [82e0,82f4) {reg4}\n      [82f4,82f5) {entry_value(1) {reg4}, stack_value}\n    [13cc5] parameter 'n'\n      [82e0,82f4) {reg1}\n      [82f4,82f5) {entry_value(1) {reg1}, stack_value}\n    [13cd2] parameter 'encode'\n      [82e0,82f4) {reg2}\n      [82f4,82f5) {entry_value(1) {reg2}, stack_value}\n  [13da2] function 'elf_cvt_Verneed'@8300\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13dbd] parameter 'dest'\n      [8300,832c) {reg5}\n      [832c,84e0) {entry_value(1) {reg5}, stack_value}\n    [13dca] parameter 'src'\n      [8300,832c) {reg4}\n      [832c,84e0) {fbreg(-72)}\n    [13dd7] parameter 'len'\n      [8300,832c) {reg1}\n      [832c,84e0) {fbreg(-64)}\n    [13de4] parameter 'encode'\n      [8300,832c) {reg2}\n      [832c,84e0) {fbreg(-52)}\n    [13df1] variable 'need_offset'\n      <constant value>\n    [13df7] variable 'ndest'\n      <no value>\n    [13dfc] variable 'nsrc'\n      <no value>\n  [14053] function 'elf_cvt_Verdef'@84e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1406e] parameter 'dest'\n      [84e0,850d) {reg5}\n      [850d,8699) {entry_value(1) {reg5}, stack_value}\n    [1407b] parameter 'src'\n      [84e0,850d) {reg4}\n      [850d,8699) {fbreg(-64)}\n    [14088] parameter 'len'\n      [84e0,850d) {reg1}\n      [850d,8699) {fbreg(-56)}\n    [14095] parameter 'encode'\n      [84e0,850d) {reg2}\n      [850d,8677) {reg3}\n      [8677,867f) {entry_value(1) {reg2}, stack_value}\n      [867f,8699) {reg3}\n    [140a2] variable 'def_offset'\n      <constant value>\n    [140a8] variable 'ddest'\n      <no value>\n    [140ad] variable 'dsrc'\n      <no value>\n  [142d4] function 'Elf64_cvt_chdr'@86a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [142ef] parameter 'dest'\n      [86a0,86bb) {reg5}\n      [86bb,8701) {entry_value(1) {reg5}, stack_value}\n      [8701,8709) {reg5}\n    [142fc] parameter 'src'\n      [86a0,86bb) {reg4}\n      [86bb,86c8) {fbreg(-32)}\n      [86c8,8701) {entry_value(1) {reg4}, stack_value}\n      [8701,8709) {reg4}\n    [14309] parameter 'len'\n      [86a0,86bb) {reg1}\n      [86bb,86c8) {fbreg(-24)}\n      [86c8,8701) {entry_value(1) {reg1}, stack_value}\n      [8701,8709) {reg1}\n    [14316] parameter 'encode'\n      [86a0,86bb) {reg2}\n      [86bb,8701) {entry_value(1) {reg2}, stack_value}\n      [8701,8709) {reg2}\n  [145d0] function 'Elf32_cvt_chdr'@8840\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [145eb] parameter 'dest'\n      [8840,885b) {reg5}\n      [885b,8893) {entry_value(1) {reg5}, stack_value}\n      [8893,8899) {reg5}\n    [145f8] parameter 'src'\n      [8840,885b) {reg4}\n      [885b,8868) {fbreg(-32)}\n      [8868,8893) {entry_value(1) {reg4}, stack_value}\n      [8893,8899) {reg4}\n    [14605] parameter 'len'\n      [8840,885b) {reg1}\n      [885b,8868) {fbreg(-24)}\n      [8868,8893) {entry_value(1) {reg1}, stack_value}\n      [8893,8899) {reg1}\n    [14612] parameter 'encode'\n      [8840,885b) {reg2}\n      [885b,8893) {entry_value(1) {reg2}, stack_value}\n      [8893,8899) {reg2}\nmodule 'libelf.so'\n[1487c] CU '../../elfutils-0.193/libelf/elf32_getehdr.c'@88a0\n  [158d0] function 'elf32_getehdr'@8900\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [158f0] parameter 'elf'\n      [8900,8921) {reg5}\n      [8921,8926) {entry_value(1) {reg5}, stack_value}\n      [8926,8935) {reg5}\n      [8935,893e) {entry_value(1) {reg5}, stack_value}\n      [893e,894a) {reg5}\n      [894a,8953) {entry_value(1) {reg5}, stack_value}\n      [8953,895b) {reg5}\n    [15903] variable 'result'\n      <no value>\n  [15976] function '__elf32_getehdr_wrlock'@88a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [15996] parameter 'elf'\n      [88a0,88c1) {reg5}\n      [88c1,88c6) {entry_value(1) {reg5}, stack_value}\n      [88c6,88d5) {reg5}\n      [88d5,88de) {entry_value(1) {reg5}, stack_value}\n      [88de,88ea) {reg5}\n      [88ea,88f3) {entry_value(1) {reg5}, stack_value}\n      [88f3,88fb) {reg5}\n  [1590f] inlined function 'getehdr_impl'@8905\n    [15923] parameter 'elf'\n      [8905,8921) {reg5}\n      [8926,8935) {reg5}\n      [8935,893e) {entry_value(1) {reg5}, stack_value}\n      [893e,894a) {reg5}\n      [894a,8953) {entry_value(1) {reg5}, stack_value}\n    [15930] parameter 'wrlock'\n      [8905,8916) {lit0, stack_value}\n      [8916,891d) {lit1, stack_value}\n      [8926,8953) {lit0, stack_value}\n  [159a9] inlined function 'getehdr_impl'@88a0\n    [159bd] parameter 'elf'\n      [88a0,88c1) {reg5}\n      [88c6,88d5) {reg5}\n      [88d5,88de) {entry_value(1) {reg5}, stack_value}\n      [88de,88ea) {reg5}\n      [88ea,88f3) {entry_value(1) {reg5}, stack_value}\n      [88f3,88fb) {reg5}\n    [159ca] parameter 'wrlock'\n      [88a0,88c1) {lit1, stack_value}\n      [88c6,88fb) {lit1, stack_value}\nmodule 'libelf.so'\n[15a4b] CU '../../elfutils-0.193/libelf/elf64_getehdr.c'@8960\n  [16a9f] function 'elf64_getehdr'@89c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16abf] parameter 'elf'\n      [89c0,89e1) {reg5}\n      [89e1,89e6) {entry_value(1) {reg5}, stack_value}\n      [89e6,89f5) {reg5}\n      [89f5,89fe) {entry_value(1) {reg5}, stack_value}\n      [89fe,8a0a) {reg5}\n      [8a0a,8a13) {entry_value(1) {reg5}, stack_value}\n      [8a13,8a1b) {reg5}\n    [16ad2] variable 'result'\n      <no value>\n  [16b45] function '__elf64_getehdr_wrlock'@8960\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16b65] parameter 'elf'\n      [8960,8981) {reg5}\n      [8981,8986) {entry_value(1) {reg5}, stack_value}\n      [8986,8995) {reg5}\n      [8995,899e) {entry_value(1) {reg5}, stack_value}\n      [899e,89aa) {reg5}\n      [89aa,89b3) {entry_value(1) {reg5}, stack_value}\n      [89b3,89bb) {reg5}\n  [16ade] inlined function 'getehdr_impl'@89c5\n    [16af2] parameter 'elf'\n      [89c5,89e1) {reg5}\n      [89e6,89f5) {reg5}\n      [89f5,89fe) {entry_value(1) {reg5}, stack_value}\n      [89fe,8a0a) {reg5}\n      [8a0a,8a13) {entry_value(1) {reg5}, stack_value}\n    [16aff] parameter 'wrlock'\n      [89c5,89d6) {lit0, stack_value}\n      [89d6,89dd) {lit1, stack_value}\n      [89e6,8a13) {lit0, stack_value}\n  [16b78] inlined function 'getehdr_impl'@8960\n    [16b8c] parameter 'elf'\n      [8960,8981) {reg5}\n      [8986,8995) {reg5}\n      [8995,899e) {entry_value(1) {reg5}, stack_value}\n      [899e,89aa) {reg5}\n      [89aa,89b3) {entry_value(1) {reg5}, stack_value}\n      [89b3,89bb) {reg5}\n    [16b99] parameter 'wrlock'\n      [8960,8981) {lit1, stack_value}\n      [8986,89bb) {lit1, stack_value}\nmodule 'libelf.so'\n[16c1a] CU '../../elfutils-0.193/libelf/gelf_getehdr.c'@8a20\n  [17c8a] function 'gelf_getehdr'@8b40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [17caa] parameter 'elf'\n      [8b40,8b49) {reg5}\n      [8b49,8b4a) {entry_value(1) {reg5}, stack_value}\n      [8b4a,8b53) {reg5}\n    [17cbd] parameter 'dest'\n      [8b40,8b49) {reg4}\n      [8b49,8b4a) {entry_value(1) {reg4}, stack_value}\n      [8b4a,8b53) {reg4}\n    [17cd0] variable 'result'\n      <no value>\n  [17cfe] function '__gelf_getehdr_rdlock'@8a20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [17d1e] parameter 'elf'\n      [8a20,8b05) {reg5}\n      [8b05,8b11) {entry_value(1) {reg5}, stack_value}\n      [8b11,8b1d) {reg5}\n      [8b1d,8b26) {entry_value(1) {reg5}, stack_value}\n      [8b26,8b33) {reg5}\n    [17d31] parameter 'dest'\n      [8a20,8abd) {reg4}\n      [8abd,8b09) {reg0}\n      [8b09,8b11) {entry_value(1) {reg4}, stack_value}\n      [8b11,8b21) {reg0}\n      [8b21,8b26) {entry_value(1) {reg4}, stack_value}\n      [8b26,8b33) {reg4}\n    [17d44] variable 'result'\n      [8a20,8a8b) {lit0, stack_value}\n      [8a90,8af4) {lit0, stack_value}\n      [8af4,8af9) {reg0}\n      [8af9,8b33) {lit0, stack_value}\n  [17d73] inlined function 'memcpy'@8a90\n    [17d88] parameter '__dest'\n      (8a90,8a90) <empty range>\n    [17d95] parameter '__src'\n      (8a90,8a90) <empty range>\n    [17da2] parameter '__len'\n      (8a90,8a90) <empty range>\n  [17db1] inlined function 'memcpy'@8a5b\n    [17dd6] parameter '__dest'\n      [8a5b,8a8b) {reg4}\n    [17de3] parameter '__src'\n      [8a5b,8a87) {reg1}\n    [17df0] parameter '__len'\n      [8a5b,8a8b) {const1u(64), stack_value}\nmodule 'libelf.so'\n[17e5f] CU '../../elfutils-0.193/libelf/elf32_newehdr.c'@8b60\n  [18ed1] function 'elf32_newehdr'@8b60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [18ef3] parameter 'elf'\n      [8b60,8ba8) {reg5}\n      [8ba8,8be1) {reg1}\n      [8be1,8bec) {entry_value(1) {reg5}, stack_value}\n      [8bec,8bf9) {reg1}\n      [8bf9,8bfe) {entry_value(1) {reg5}, stack_value}\n      [8bfe,8c03) {reg5}\n    [18f07] variable 'result'\n      [8bfa,8bfe) {lit0, stack_value}\n  [18f23] inlined function 'memset'@8bbd\n    [18f3c] parameter '__dest'\n      [8bbd,8bc9) {reg4}\n    [18f49] parameter '__ch'\n      [8bbd,8bc9) {lit0, stack_value}\n    [18f56] parameter '__len'\n      [8bbd,8bc9) {const1u(52), stack_value}\nmodule 'libelf.so'\n[18fc5] CU '../../elfutils-0.193/libelf/elf64_newehdr.c'@8c10\n  [1a037] function 'elf64_newehdr'@8c10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1a059] parameter 'elf'\n      [8c10,8c58) {reg5}\n      [8c58,8c89) {reg1}\n      [8c89,8c94) {entry_value(1) {reg5}, stack_value}\n      [8c94,8ca1) {reg1}\n      [8ca1,8ca6) {entry_value(1) {reg5}, stack_value}\n      [8ca6,8cb3) {reg5}\n    [1a06d] variable 'result'\n      [8ca2,8ca6) {lit0, stack_value}\n  [1a089] inlined function 'memset'@8c6d\n    [1a0a2] parameter '__dest'\n      [8c6d,8c70) {reg4}\n    [1a0af] parameter '__ch'\n      [8c6d,8c70) {lit0, stack_value}\n    [1a0bc] parameter '__len'\n      [8c6d,8c70) {const1u(64), stack_value}\nmodule 'libelf.so'\n[1a12b] CU '../../elfutils-0.193/libelf/gelf_newehdr.c'@8cc0\n  [1b04f] function 'gelf_newehdr'@8cc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1b06d] parameter 'elf'\n      [8cc0,8cc9) {reg5}\n      [8cc9,8cca) {entry_value(1) {reg5}, stack_value}\n      [8cca,8cd4) {reg5}\n      [8cd4,8cd5) {entry_value(1) {reg5}, stack_value}\n    [1b081] parameter 'class'\n      [8cc0,8cc9) {reg4}\n      [8cc9,8cca) {entry_value(1) {reg4}, stack_value}\n      [8cca,8cd4) {reg4}\n      [8cd4,8cd5) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[1b0c9] CU '../../elfutils-0.193/libelf/gelf_update_ehdr.c'@8ce0\n  [1c157] function 'gelf_update_ehdr'@8ce0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1c179] parameter 'elf'\n      [8ce0,8e15) {reg5}\n      [8e15,8e21) {entry_value(1) {reg5}, stack_value}\n      [8e21,8e2d) {reg5}\n      [8e2d,8e36) {entry_value(1) {reg5}, stack_value}\n      [8e36,8e45) {reg5}\n      [8e45,8e4e) {entry_value(1) {reg5}, stack_value}\n      [8e4e,8e53) {reg5}\n    [1c18b] parameter 'src'\n      [8ce0,8e19) {reg4}\n      [8e19,8e21) {entry_value(1) {reg4}, stack_value}\n      [8e21,8e31) {reg4}\n      [8e31,8e36) {entry_value(1) {reg4}, stack_value}\n      [8e36,8e49) {reg4}\n      [8e49,8e4e) {entry_value(1) {reg4}, stack_value}\n      [8e4e,8e53) {reg4}\n    [1c19d] variable 'result'\n      [8ce0,8d4c) {lit0, stack_value}\n      [8d4c,8d51) {lit1, stack_value}\n      [8d56,8e53) {lit0, stack_value}\n  [1c1d4] inlined function 'memcpy'@8d8c\n    [1c1f9] parameter '__dest'\n      [8d8c,8d9a) {reg1}\n    [1c206] parameter '__src'\n      [8d8c,8d9a) {reg4}\n    [1c213] parameter '__len'\n      [8d8c,8d9a) {lit16, stack_value}\n  [1c275] inlined function 'memcpy'@8d0a\n    [1c296] parameter '__dest'\n      [8d0a,8d48) {reg1}\n    [1c2a3] parameter '__src'\n      [8d0a,8d48) {reg4}\n    [1c2b0] parameter '__len'\n      [8d0a,8d48) {const1u(64), stack_value}\nmodule 'libelf.so'\n[1c30e] CU '../../elfutils-0.193/libelf/elf32_getphdr.c'@0\n  [1d4d1] function 'elf32_getphdr'@9200\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1d4f3] parameter 'elf'\n      [9200,921c) {reg5}\n      [921c,921d) {entry_value(1) {reg5}, stack_value}\n      [921d,9229) {reg5}\n      [9229,9235) {entry_value(1) {reg5}, stack_value}\n      [9235,923b) {reg5}\n    [1d507] variable 'result'\n      [920f,921c) {reg0}\n  [1d51b] inlined function '__elf32_getphdr_wrlock'@9218\n    [1d541] parameter 'elf'\n      [9218,921c) {reg5}\n      [921c,921d) {entry_value(1) {reg5}, stack_value}\n    [1d54e] variable 'result'\n      [9218,921d) {lit0, stack_value}\n  [1d8fd] inlined function 'pread_retry'@9098\n    [1d916] parameter 'fd'\n      [9098,9104) {fbreg(-108)}\n      [916d,9175) {fbreg(-108)}\n      [9187,9190) {fbreg(-108)}\n    [1d923] parameter 'buf'\n      [9098,909b) {reg13}\n      [909b,9104) {fbreg(-96)}\n      [916d,9175) {fbreg(-96)}\n      [9187,9190) {fbreg(-96)}\n    [1d930] parameter 'len'\n      [9098,9104) {reg6}\n      [916d,9175) {reg6}\n      [9187,9190) {reg6}\n    [1d93d] parameter 'off'\n      [9098,909b) {reg0}\n      [909b,9104) {fbreg(-104)}\n      [916d,9175) {fbreg(-104)}\n      [9187,9190) {fbreg(-104)}\n    [1d94a] variable 'recvd'\n      [9098,909b) {lit0, stack_value}\n      [909b,9104) {reg15}\n      [916d,9175) {reg15}\n      [9187,9190) {reg15}\n  [1d983] inlined function 'pread'@90a0\n    [1d99c] parameter '__fd'\n      [909b,90bc) {fbreg(-108)}\n    [1d9a9] parameter '__buf'\n      <no value>\n    [1d9ae] parameter '__nbytes'\n      [909b,90b0) {breg6(0), breg15(0), minus, stack_value}\n      [90b0,90b4) {reg1}\n      [90b4,90bc) {breg6(0), breg15(0), minus, stack_value}\n    [1d9bb] parameter '__offset'\n      <no value>\n  [1d847] inlined function '__bswap_32'@9011\n    [1d85b] parameter '__bsx'\n      <no value>\n  [1da39] inlined function '__bswap_32'@914d\n    [1da4d] parameter '__bsx'\n      <no value>\n  [1db1a] function '__elf32_getphdr_wrlock'@91e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1db35] parameter 'elf'\n      [91e0,91f4) {reg5}\n      [91f4,91f5) {entry_value(1) {reg5}, stack_value}\n    [1db42] variable 'result'\n      [91e4,91f4) {reg0}\nmodule 'libelf.so'\n[1db73] CU '../../elfutils-0.193/libelf/elf64_getphdr.c'@0\n  [1ed36] function 'elf64_getphdr'@96b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1ed58] parameter 'elf'\n      [96b0,96cc) {reg5}\n      [96cc,96cd) {entry_value(1) {reg5}, stack_value}\n      [96cd,96d9) {reg5}\n      [96d9,96e5) {entry_value(1) {reg5}, stack_value}\n      [96e5,96eb) {reg5}\n    [1ed6c] variable 'result'\n      [96bf,96cc) {reg0}\n  [1ed80] inlined function '__elf64_getphdr_wrlock'@96c8\n    [1eda7] parameter 'elf'\n      [96c8,96cc) {reg5}\n      [96cc,96cd) {entry_value(1) {reg5}, stack_value}\n    [1edb4] variable 'result'\n      [96c8,96cd) {lit0, stack_value}\n  [1f1b8] inlined function 'pread_retry'@9448\n    [1f1d2] parameter 'fd'\n      [9448,94b4) {fbreg(-108)}\n      [960d,9618) {fbreg(-108)}\n      [962f,9638) {fbreg(-108)}\n    [1f1df] parameter 'buf'\n      [9448,944b) {reg13}\n      [944b,94b4) {fbreg(-96)}\n      [960d,9618) {fbreg(-96)}\n      [962f,9638) {fbreg(-96)}\n    [1f1ec] parameter 'len'\n      [9448,94b4) {reg6}\n      [960d,9618) {reg6}\n      [962f,9638) {reg6}\n    [1f1f9] parameter 'off'\n      [9448,944b) {reg0}\n      [944b,94b4) {fbreg(-104)}\n      [960d,9618) {fbreg(-104)}\n      [962f,9638) {fbreg(-104)}\n    [1f206] variable 'recvd'\n      [9448,944b) {lit0, stack_value}\n      [944b,94b4) {reg15}\n      [960d,9618) {reg15}\n      [962f,9638) {reg15}\n  [1f23f] inlined function 'pread'@9450\n    [1f259] parameter '__fd'\n      [944b,946c) {fbreg(-108)}\n    [1f266] parameter '__buf'\n      <no value>\n    [1f26b] parameter '__nbytes'\n      [944b,9460) {breg6(0), breg15(0), minus, stack_value}\n      [9460,9464) {reg1}\n      [9464,946c) {breg6(0), breg15(0), minus, stack_value}\n    [1f278] parameter '__offset'\n      <no value>\n  [1f0f9] inlined function '__bswap_64'@93c4\n    [1f10e] parameter '__bsx'\n      (93c4,93c4) <empty range>\n  [1f312] inlined function '__bswap_64'@9592\n    [1f327] parameter '__bsx'\n      (95dd,95dd) <empty range>\n  [1f0d1] inlined function '__bswap_32'@93a4\n    [1f0eb] parameter '__bsx'\n      (93a4,93a4) <empty range>\n  [1f2ea] inlined function '__bswap_32'@952a\n    [1f304] parameter '__bsx'\n      (95c1,95c1) <empty range>\n  [1f3fc] function '__elf64_getphdr_wrlock'@9690\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1f417] parameter 'elf'\n      [9690,96a4) {reg5}\n      [96a4,96a5) {entry_value(1) {reg5}, stack_value}\n    [1f424] variable 'result'\n      [9694,96a4) {reg0}\nmodule 'libelf.so'\n[1f455] CU '../../elfutils-0.193/libelf/gelf_getphdr.c'@96f0\n  [20511] function 'gelf_getphdr'@96f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [20533] parameter 'elf'\n      [96f0,974a) {reg5}\n      [974a,97bd) {entry_value(1) {reg5}, stack_value}\n      [97bd,97c9) {reg5}\n      [97c9,9836) {entry_value(1) {reg5}, stack_value}\n      [9836,9849) {reg5}\n      [9849,986e) {fbreg(-56)}\n      [986e,9879) {reg5}\n      [9879,9892) {fbreg(-56)}\n      [9892,989d) {reg5}\n      [989d,98a9) {entry_value(1) {reg5}, stack_value}\n      [98a9,98b5) {reg5}\n      [98b5,98c6) {entry_value(1) {reg5}, stack_value}\n    [20545] parameter 'ndx'\n      [96f0,9746) {reg4}\n      [9746,9762) {reg12}\n      [9762,97bd) {entry_value(1) {reg4}, stack_value}\n      [97bd,97c9) {reg4}\n      [97c9,97ea) {reg12}\n      [97ea,9836) {entry_value(1) {reg4}, stack_value}\n      [9836,9849) {reg4}\n      [9849,986e) {reg12}\n      [986e,9879) {reg4}\n      [9879,9892) {reg12}\n      [9892,98a1) {reg4}\n      [98a1,98a9) {entry_value(1) {reg4}, stack_value}\n      [98a9,98b9) {reg4}\n      [98b9,98c6) {entry_value(1) {reg4}, stack_value}\n    [20557] parameter 'dst'\n      [96f0,974a) {reg1}\n      [974a,97a0) {reg3}\n      [97a0,97bd) {entry_value(1) {reg1}, stack_value}\n      [97bd,97c9) {reg1}\n      [97c9,97ea) {reg3}\n      [97ea,97ee) {entry_value(1) {reg1}, stack_value}\n      [97ee,9836) {reg3}\n      [9836,9849) {reg1}\n      [9849,986e) {reg3}\n      [986e,9879) {reg1}\n      [9879,9892) {reg3}\n      [9892,98a1) {reg1}\n      [98a1,98a9) {entry_value(1) {reg1}, stack_value}\n      [98a9,98b9) {reg1}\n      [98b9,98c1) {reg3}\n      [98c1,98c6) {entry_value(1) {reg1}, stack_value}\n    [20569] variable 'result'\n      [9708,97a0) {lit0, stack_value}\n      [97bd,97ee) {lit0, stack_value}\n      [97ee,9836) {reg3}\n      [9836,98c1) {lit0, stack_value}\n  [20604] inlined function 'memcpy'@975e\n    [2061d] parameter '__dest'\n      [975e,97a0) {reg3}\n    [2062a] parameter '__src'\n      [975e,9762) {breg12(0), const1u(56), mul, breg6(0), plus, stack_value}\n      [9762,9767) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, const1u(56), mul, breg6(0), plus, stack_value}\n      [9767,9799) {reg0}\n      [9799,97a0) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, const1u(56), mul, breg6(0), plus, stack_value}\n    [20637] parameter '__len'\n      [975e,97a0) {const1u(56), stack_value}\nmodule 'libelf.so'\n[20734] CU '../../elfutils-0.193/libelf/elf32_newphdr.c'@0\n  [218ce] inlined function 'memset'@9976\n    [218e6] parameter '__dest'\n      [9976,997f) {reg5}\n    [218f3] parameter '__ch'\n      [9976,998a) {lit0, stack_value}\n    [21900] parameter '__len'\n      [9976,998a) {reg14}\n  [219c2] inlined function 'memset'@9a7a\n    [219da] parameter '__dest'\n      [9a7a,9a84) {reg5}\n    [219e7] parameter '__ch'\n      [9a7a,9a88) {lit0, stack_value}\n    [219f4] parameter '__len'\n      [9a7a,9a7e) {breg1(0), lit5, shl, stack_value}\n      [9a7e,9a84) {reg1}\n      [9a84,9a88) {entry_value(1) {reg4}, lit5, shl, stack_value}\nmodule 'libelf.so'\n[21b34] CU '../../elfutils-0.193/libelf/elf64_newphdr.c'@0\n  [22cce] inlined function 'memset'@9c46\n    [22ce6] parameter '__dest'\n      [9c46,9c4f) {reg5}\n    [22cf3] parameter '__ch'\n      [9c46,9c5a) {lit0, stack_value}\n    [22d00] parameter '__len'\n      [9c46,9c4f) {reg2}\n  [22dbe] inlined function 'memset'@9d42\n    [22dd6] parameter '__dest'\n      [9d42,9d4c) {reg5}\n    [22de3] parameter '__ch'\n      [9d42,9d50) {lit0, stack_value}\n    [22df0] parameter '__len'\n      [9d42,9d46) {breg1(0), const1u(56), mul, stack_value}\n      [9d46,9d4c) {reg1}\n      [9d4c,9d50) {entry_value(1) {reg4}, const1u(56), mul, stack_value}\nmodule 'libelf.so'\n[22f31] CU '../../elfutils-0.193/libelf/gelf_newphdr.c'@9e70\n  [23e5f] function 'gelf_newphdr'@9e70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [23e7d] parameter 'elf'\n      [9e70,9e7a) {reg5}\n      [9e7a,9e7b) {entry_value(1) {reg5}, stack_value}\n      [9e7b,9e84) {reg5}\n      [9e84,9e85) {entry_value(1) {reg5}, stack_value}\n    [23e91] parameter 'phnum'\n      [9e70,9e7a) {reg4}\n      [9e7a,9e7b) {entry_value(1) {reg4}, stack_value}\n      [9e7b,9e84) {reg4}\n      [9e84,9e85) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[23ee0] CU '../../elfutils-0.193/libelf/gelf_update_phdr.c'@9e90\n  [24fba] function 'gelf_update_phdr'@9e90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [24fdc] parameter 'elf'\n      [9e90,9ed1) {reg5}\n      [9ed1,9f7a) {entry_value(1) {reg5}, stack_value}\n      [9f7a,9fb2) {reg5}\n      [9fb2,9ff5) {entry_value(1) {reg5}, stack_value}\n      [9ff5,9ffd) {reg5}\n      [9ffd,a004) {entry_value(1) {reg5}, stack_value}\n      [a004,a01a) {reg5}\n      [a01a,a037) {fbreg(-64)}\n      [a037,a045) {reg5}\n      [a045,a0eb) {entry_value(1) {reg5}, stack_value}\n      [a0eb,a102) {reg5}\n      [a102,a122) {fbreg(-64)}\n      [a122,a127) {entry_value(1) {reg5}, stack_value}\n    [24fee] parameter 'ndx'\n      [9e90,9ed1) {reg4}\n      [9ed1,9f7a) {entry_value(1) {reg4}, stack_value}\n      [9f7a,9fb2) {reg4}\n      [9fb2,9ff5) {entry_value(1) {reg4}, stack_value}\n      [9ff5,a001) {reg4}\n      [a001,a004) {entry_value(1) {reg4}, stack_value}\n      [a004,a01a) {reg4}\n      [a01a,a037) {entry_value(1) {reg4}, stack_value}\n      [a037,a049) {reg4}\n      [a049,a0eb) {entry_value(1) {reg4}, stack_value}\n      [a0eb,a102) {reg4}\n      [a102,a127) {entry_value(1) {reg4}, stack_value}\n    [25000] parameter 'src'\n      [9e90,9ed1) {reg1}\n      [9ed1,9f7a) {entry_value(1) {reg1}, stack_value}\n      [9f7a,9fb2) {reg1}\n      [9fb2,9ff5) {entry_value(1) {reg1}, stack_value}\n      [9ff5,a001) {reg1}\n      [a001,a004) {entry_value(1) {reg1}, stack_value}\n      [a004,a01a) {reg1}\n      [a01a,a037) {fbreg(-48)}\n      [a037,a049) {reg1}\n      [a049,a0eb) {entry_value(1) {reg1}, stack_value}\n      [a0eb,a102) {reg1}\n      [a102,a122) {fbreg(-48)}\n      [a122,a127) {entry_value(1) {reg1}, stack_value}\n    [25012] variable 'result'\n      [9ea4,9f73) {lit0, stack_value}\n      [9f73,9f78) {lit1, stack_value}\n      [9f7a,9fdc) {lit0, stack_value}\n      [9ff5,a122) {lit0, stack_value}\n  [250cc] inlined function 'memcpy'@9f2b\n    [250e5] parameter '__dest'\n      [9f2b,9f6c) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, const1u(56), mul, breg2(0), plus, stack_value}\n    [250f2] parameter '__src'\n      [9f2b,9f6c) {reg1}\n    [250ff] parameter '__len'\n      [9f2b,9f6c) {const1u(56), stack_value}\nmodule 'libelf.so'\n[251c6] CU '../../elfutils-0.193/libelf/elf_getarhdr.c'@0\nmodule 'libelf.so'\n[2637a] CU '../../elfutils-0.193/libelf/elf_getarsym.c'@0\n  [27c40] inlined function 'read_number_entries'@a3ac\n    [27c5a] parameter 'nump'\n      [a3ac,a3db) {implicit_pointer([2762d],0) {lit0, stack_value}}\n      [a622,a643) {implicit_pointer([2762d],0) {lit0, stack_value}}\n      [a648,a6ca) {implicit_pointer([2762d],0) {lit0, stack_value}}\n      [a6d9,a715) {implicit_pointer([2762d],0) {lit0, stack_value}}\n    [27c67] parameter 'elf'\n      [a3ac,a3db) {reg14}\n      [a622,a643) {reg14}\n      [a648,a6ca) {reg14}\n      [a6d9,a715) {reg14}\n    [27c74] parameter 'offp'\n      [a3ac,a3db) {implicit_pointer([2763e],0) {reg0}}\n      [a622,a643) {implicit_pointer([2763e],0) {reg0}}\n      [a648,a6ca) {implicit_pointer([2763e],0) {fbreg(-192)}}\n      [a6d9,a715) {implicit_pointer([2763e],0) {fbreg(-192)}}\n    [27c81] parameter 'index64_p'\n      [a3ac,a3ce) {lit0, stack_value}\n      [a622,a63b) {lit1, stack_value}\n      [a648,a65b) {lit1, stack_value}\n      [a6fd,a715) {lit0, stack_value}\n    [27c8e] variable 'u'\n      [a3ac,a3bd) {fbreg(-104)}\n      [a3c5,a3db) {fbreg(-104)}\n      [a622,a62f) {fbreg(-104)}\n      [a637,a64e) {fbreg(-104)}\n      [a65b,a6ca) {fbreg(-104)}\n      [a6d9,a703) {fbreg(-104)}\n    [27c97] variable 'w'\n      [a3ac,a3ce) {lit4, stack_value}\n      [a622,a63b) {lit8, stack_value}\n      [a648,a65b) {lit8, stack_value}\n      [a6fd,a715) {lit4, stack_value}\n  [27764] inlined function 'pread_retry'@a79a\n    [2777e] parameter 'fd'\n      (a79a,a79a) <empty range>\n      [a79a,a814) {fbreg(-168)}\n      [a8fb,a92c) {fbreg(-168)}\n    [2778b] parameter 'buf'\n      (a79a,a79a) <empty range>\n      [a79a,a80f) {reg3}\n      [a80f,a814) {reg1}\n      [a8fb,a904) {reg3}\n      [a904,a913) {reg1}\n      [a913,a922) {reg3}\n      [a922,a92c) {reg1}\n    [27798] parameter 'len'\n      <no value>\n    [2779d] parameter 'off'\n      (a79a,a79a) <empty range>\n      [a79a,a814) {reg12}\n      [a8fb,a92c) {reg12}\n    [277aa] variable 'recvd'\n      [a79a,a80c) {reg13}\n      [a8fb,a909) {reg13}\n      [a909,a913) {reg2}\n      [a913,a91f) {reg13}\n  [27862] inlined function 'pread_retry'@a84b\n    [2787c] parameter 'fd'\n      (a84b,a84b) <empty range>\n      [a84b,a8be) {fbreg(-184)}\n      [a92c,a954) {fbreg(-184)}\n    [27889] parameter 'buf'\n      (a84b,a84b) <empty range>\n    [27896] parameter 'len'\n      [a84b,a8be) {fbreg(-160)}\n      [a92c,a954) {fbreg(-160)}\n    [278a3] parameter 'off'\n      (a84b,a84b) <empty range>\n      [a84b,a8be) {fbreg(-168)}\n      [a92c,a954) {fbreg(-168)}\n    [278b0] variable 'recvd'\n      [a84b,a8be) {reg6}\n      [a92c,a93c) {reg6}\n      [a93c,a93e) {reg2}\n      [a93e,a94f) {reg6}\n  [27b3e] inlined function 'pread_retry'@a306\n    [27b58] parameter 'fd'\n      [a2fc,a30e) {breg5(36)}\n      [a30e,a35a) {fbreg(-200)}\n      [a382,a384) {fbreg(-200)}\n    [27b65] parameter 'buf'\n      [a2fc,a35a) {reg3}\n      [a382,a384) {reg3}\n    [27b72] parameter 'len'\n      [a2fc,a35a) {const1u(60), stack_value}\n      [a382,a384) {const1u(60), stack_value}\n    [27b7f] parameter 'off'\n      [a306,a30e) {reg0}\n      [a30e,a35a) {fbreg(-192)}\n      [a382,a384) {fbreg(-192)}\n    [27b8c] variable 'recvd'\n      [a306,a30e) {lit0, stack_value}\n      [a30e,a35a) {reg15}\n      [a382,a384) {reg15}\n  [27d42] inlined function 'pread_retry'@a66b\n    [27d58] parameter 'fd'\n      [a66b,a670) {reg0}\n      [a670,a6ca) {fbreg(-200)}\n      [a6d9,a6db) {fbreg(-200)}\n    [27d65] parameter 'buf'\n      [a66b,a670) {fbreg(-104), stack_value}\n      [a670,a675) {reg0}\n      [a675,a6ca) {fbreg(-184)}\n      [a6d9,a6db) {fbreg(-184)}\n    [27d72] parameter 'len'\n      [a66b,a6ca) {reg15}\n      [a6d9,a6db) {reg15}\n    [27d7f] parameter 'off'\n      [a66b,a675) {reg6}\n      [a675,a6ca) {fbreg(-192)}\n      [a6d9,a6db) {fbreg(-192)}\n    [27d8c] variable 'recvd'\n      [a66b,a675) {lit0, stack_value}\n      [a675,a6ca) {reg12}\n      [a6d9,a6db) {reg12}\n  [277e3] inlined function 'pread'@a7a0\n    [277fd] parameter '__fd'\n      [a79a,a7c0) {fbreg(-168)}\n    [2780a] parameter '__buf'\n      <no value>\n    [2780f] parameter '__nbytes'\n      [a79a,a7b0) {breg6(0), breg13(0), minus, stack_value}\n      [a7b0,a7b8) {reg1}\n      [a7b8,a7c0) {breg6(0), breg13(0), minus, stack_value}\n    [2781c] parameter '__offset'\n      <no value>\n  [278e9] inlined function 'pread'@a850\n    [27903] parameter '__fd'\n      [a84b,a870) {fbreg(-184)}\n    [27910] parameter '__buf'\n      <no value>\n    [27915] parameter '__nbytes'\n      [a84b,a864) {fbreg(-160), deref, breg6(0), minus, stack_value}\n      [a864,a868) {reg1}\n      [a868,a870) {fbreg(-160), deref, breg6(0), minus, stack_value}\n    [27922] parameter '__offset'\n      <no value>\n  [27bc5] inlined function 'pread'@a310\n    [27bdf] parameter '__fd'\n      [a30e,a327) {fbreg(-200)}\n    [27bec] parameter '__buf'\n      <no value>\n    [27bf1] parameter '__nbytes'\n      [a30e,a322) {const1u(60), breg15(0), minus, stack_value}\n      [a322,a326) {reg1}\n      [a326,a327) {const1u(60), breg15(0), minus, stack_value}\n    [27bfe] parameter '__offset'\n      <no value>\n  [27dc5] inlined function 'pread'@a678\n    [27ddf] parameter '__fd'\n      [a675,a699) {fbreg(-200)}\n    [27dec] parameter '__buf'\n      [a675,a699) {fbreg(0), breg12(0), plus, const1u(104), minus, stack_value}\n    [27df9] parameter '__nbytes'\n      [a675,a690) {breg15(0), breg12(0), minus, stack_value}\n      [a690,a698) {reg1}\n      [a698,a699) {breg15(0), breg12(0), minus, stack_value}\n    [27e06] parameter '__offset'\n      <no value>\n  [27a84] inlined function '_dl_elf_hash'@a4d0\n    [27aaa] parameter 'name_arg'\n      [a4d0,a569) {reg5}\n    [27ab7] variable 'name'\n      [a4d0,a520) {reg5}\n      [a520,a52d) {breg5(5), stack_value}\n      [a52d,a564) {reg8}\n    [27ac4] variable 'hash'\n      [a4d3,a4ed) {reg0}\n      [a4ed,a4f0) {breg5(0), deref_size(1), const1u(255), and, stack_value}\n      [a4f0,a4fd) {reg0}\n      [a4fd,a500) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, stack_value}\n      [a500,a50d) {reg0}\n      [a50d,a510) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, stack_value}\n      [a510,a51d) {reg0}\n      [a51d,a520) {breg5(0), deref_size(1), const1u(255), and, lit4, shl, breg5(1), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(2), deref_size(1), const1u(255), and, plus, lit4, shl, breg5(3), deref_size(1), const1u(255), and, plus, stack_value}\n      [a520,a544) {reg0}\n      [a54b,a569) {reg0}\n  [27ca4] inlined function 'memcpy'@a3b8\n    [27cbe] parameter '__dest'\n      [a3b8,a3ce) {fbreg(-104), stack_value}\n      [a62a,a62f) {fbreg(-104), stack_value}\n    [27ccb] parameter '__src'\n      [a3b8,a3bd) {breg0(0), fbreg(-192), deref, plus, stack_value}\n      [a3bd,a3ce) {breg14(0), deref, fbreg(-192), deref, plus, stack_value}\n      [a62a,a62f) {breg0(0), fbreg(-192), deref, plus, stack_value}\n    [27cd8] parameter '__len'\n      [a3b8,a3ce) {lit8, stack_value}\n      [a62a,a62f) {lit8, stack_value}\n  [27e53] inlined function 'memcpy'@a3db\n    [27e6d] parameter '__dest'\n      [a3db,a3f0) {fbreg(-96), stack_value}\n      [a3f0,a3fe) {reg5}\n    [27e7a] parameter '__src'\n      [a3db,a3fe) {breg3(48), stack_value}\n    [27e87] parameter '__len'\n      [a3db,a3fe) {lit10, stack_value}\n  [27a52] inlined function '__bswap_64'@a4c5\n    [27a75] parameter '__bsx'\n      [a4c5,a4cc) {breg12(0), lit3, shl, breg3(0), plus}\n  [27d0e] inlined function '__bswap_64'@a63b\n    [27d34] parameter '__bsx'\n      [a63b,a643) {fbreg(-104)}\n  [27af5] inlined function '__bswap_32'@a5d0\n    [27b1b] parameter '__bsx'\n      [a5c8,a5d6) {breg12(0), lit2, shl, breg3(0), plus}\n  [27ce6] inlined function '__bswap_32'@a3ce\n    [27d00] parameter '__bsx'\n      [a3ce,a3d9) {fbreg(-104)}\n  [27e95] inlined function 'atol'@a3fe\n    [27eaf] parameter '__nptr'\n      [a3fe,a402) {reg5}\n      [a402,a406) {fbreg(-96), stack_value}\nmodule 'libelf.so'\n[28224] CU '../../elfutils-0.193/libelf/elf_rawfile.c'@a9a0\n  [2928f] function 'elf_rawfile'@a9a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [292b1] parameter 'elf'\n      [a9a0,a9b1) {reg5}\n      [a9b1,a9c6) {entry_value(1) {reg5}, stack_value}\n      [a9c6,a9dd) {reg5}\n      [a9dd,a9f1) {fbreg(-24)}\n      [a9f1,a9fd) {reg5}\n      [a9fd,aa1a) {entry_value(1) {reg5}, stack_value}\n    [292c3] parameter 'ptr'\n      [a9a0,a9b1) {reg4}\n      [a9b1,a9c6) {entry_value(1) {reg4}, stack_value}\n      [a9c6,a9dd) {reg4}\n      [a9dd,a9f1) {fbreg(-32)}\n      [a9f1,aa05) {reg4}\n      [aa05,aa1a) {fbreg(-32)}\n    [292d5] variable 'result'\n      (a9c1,a9c1) <empty range>\nmodule 'libelf.so'\n[29338] CU '../../elfutils-0.193/libelf/elf_readall.c'@aa20\n  [2a5f8] function '__libelf_readall'@ac00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2a61a] parameter 'elf'\n      [ac00,ac2a) {reg5}\n      [ac2a,ac56) {entry_value(1) {reg5}, stack_value}\n      [ac56,ac7b) {reg5}\n      [ac7b,acfa) {reg6}\n      [acfa,ad0d) {reg5}\n      [ad0d,ae2b) {reg6}\n      [ae2b,ae35) {reg5}\n      [ae35,ae3f) {reg6}\n      [ae3f,ae44) {entry_value(1) {reg5}, stack_value}\n      [ae44,ae53) {reg6}\n  [2a8e2] function 'set_address'@aa20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2a900] parameter 'elf'\n      [aa20,aa3c) {reg5}\n      [aa3c,aa54) {reg1}\n      [aa54,aaa5) {entry_value(1) {reg5}, stack_value}\n    [2a913] parameter 'offset'\n      [aa20,aa54) {reg4}\n      [aa54,aaa5) {entry_value(1) {reg4}, stack_value}\n  [2a69a] inlined function 'libelf_acquire_all_children'@ac71\n    [2a6b3] parameter 'elf'\n      [ac71,ac7b) {reg5}\n      [acfa,ad0d) {reg5}\n      [ad0d,ad25) {reg6}\n      [ad85,ad92) {reg6}\n  [2a7ec] inlined function 'libelf_acquire_all_children'@ad6f\n    [2a805] parameter 'elf'\n      [ad6f,ad78) {reg6}\n      [add5,ae0a) {reg6}\n      [ae20,ae22) {reg6}\n  [2aa92] inlined function 'libelf_acquire_all_children'@aae0\n    [2aaa5] parameter 'elf'\n      [aae0,ab3c) {reg0}\n      [abb4,abc7) {reg0}\n  [2aac8] inlined function 'libelf_acquire_all_children'@ab10\n    [2aadb] parameter 'elf'\n      [ab10,ab3c) {reg1}\n      [ab76,ab8f) {reg1}\n  [2a6ec] inlined function 'pread_retry'@acb3\n    [2a705] parameter 'fd'\n      (acb3,acb3) <empty range>\n      [acb3,acfa) {fbreg(-244)}\n      [ad25,ad40) {fbreg(-244)}\n      [ad78,ad85) {fbreg(-244)}\n      [ae22,ae2b) {fbreg(-244)}\n    [2a712] parameter 'buf'\n      [acb3,acfa) {reg3}\n      [ad25,ad40) {reg3}\n      [ad78,ad85) {reg3}\n      [ae22,ae2b) {reg3}\n    [2a71f] parameter 'len'\n      (acb3,acb3) <empty range>\n    [2a72c] parameter 'off'\n      (acb3,acb3) <empty range>\n      [acb3,acfa) {fbreg(-240)}\n      [ad25,ad40) {fbreg(-240)}\n      [ad78,ad85) {fbreg(-240)}\n      [ae22,ae2b) {fbreg(-240)}\n    [2a739] variable 'recvd'\n      [acb3,acfa) {reg15}\n      [ad25,ad40) {reg15}\n      [ad78,ad85) {reg15}\n      [ae22,ae2b) {reg15}\n  [2a772] inlined function 'pread'@acb8\n    [2a78b] parameter '__fd'\n      [acb3,acd4) {fbreg(-244)}\n    [2a798] parameter '__buf'\n      <no value>\n    [2a79d] parameter '__nbytes'\n      [acb3,acc8) {breg12(0), breg15(0), minus, stack_value}\n      [acc8,accc) {reg1}\n      [accc,acd4) {breg12(0), breg15(0), minus, stack_value}\n    [2a7aa] parameter '__offset'\n      <no value>\n  [2aa54] function 'libelf_acquire_all_children'@aab0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2aa6f] parameter 'elf'\n      [aab0,aac9) {reg5}\n      [aac9,abfd) {entry_value(1) {reg5}, stack_value}\nmodule 'libelf.so'\n[2ab2f] CU '../../elfutils-0.193/libelf/elf_cntl.c'@ae60\n  [2bb9a] function 'elf_cntl'@ae60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2bbb8] parameter 'elf'\n      [ae60,ae7c) {reg5}\n      [ae7c,ae90) {fbreg(-24)}\n      [ae90,ae95) {entry_value(1) {reg5}, stack_value}\n      [ae95,ae9d) {reg5}\n      [ae9d,aea9) {entry_value(1) {reg5}, stack_value}\n      [aea9,aec0) {reg5}\n    [2bbca] parameter 'cmd'\n      [ae60,ae7c) {reg4}\n      [ae7c,ae95) {entry_value(1) {reg4}, stack_value}\n      [ae95,aea1) {reg4}\n      [aea1,aea9) {entry_value(1) {reg4}, stack_value}\n      [aea9,aec0) {reg4}\n    [2bbdc] variable 'result'\n      [ae60,ae90) {lit0, stack_value}\n      [ae95,aea2) {lit0, stack_value}\n      (aea2,aea2) <empty range>\n      [aea9,aebf) {lit0, stack_value}\nmodule 'libelf.so'\n[2bc2a] CU '../../elfutils-0.193/libelf/elf_getscn.c'@aec0\n  [2ccd7] function 'elf_getscn'@aec0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2ccf5] parameter 'elf'\n      [aec0,aee2) {reg5}\n      [aee2,af34) {entry_value(1) {reg5}, stack_value}\n      [af34,af6e) {reg1}\n      [af6e,afb9) {fbreg(-24)}\n      [afb9,afd1) {entry_value(1) {reg5}, stack_value}\n      [afd1,afe1) {reg1}\n      [afe1,afe6) {entry_value(1) {reg5}, stack_value}\n      [afe6,aff3) {reg5}\n      [aff3,b001) {fbreg(-24)}\n    [2cd07] parameter 'idx'\n      [aec0,aee2) {reg4}\n      [aee2,aeeb) {entry_value(1) {reg4}, stack_value}\n      [aeeb,af2a) {reg2}\n      [af34,af6e) {reg2}\n      [af6e,afb9) {fbreg(-32)}\n      [afb9,afc9) {reg2}\n      [afd1,afe1) {reg4}\n      [afe1,afe6) {entry_value(1) {reg4}, stack_value}\n      [afe6,aff3) {reg4}\n      [aff3,b001) {fbreg(-32)}\n    [2cd19] variable 'result'\n      [aee0,af33) {lit0, stack_value}\n      [af33,af34) {reg0}\n      [af34,afcc) {lit0, stack_value}\n      [aff3,afff) {lit0, stack_value}\n    [2cd2c] variable 'runp'\n      [aee0,aee2) {breg5(208), stack_value}\n      [aee2,aeeb) {entry_value(1) {reg5}, plus_uconst(208), stack_value}\n      [aeeb,af04) {reg5}\n      [af07,af34) {reg5}\n      [af34,af6e) {breg1(208), stack_value}\n      [af6e,afb9) {fbreg(-24), deref, plus_uconst(208), stack_value}\n      [afb9,afc5) {reg5}\n      [aff3,b001) {fbreg(-24), deref, plus_uconst(208), stack_value}\nmodule 'libelf.so'\n[2cdc6] CU '../../elfutils-0.193/libelf/elf_nextscn.c'@0\n  [2dd8a] inlined function 'elf_nextscn'@45b2\n    [2dd9e] parameter 'elf'\n      [45b2,45cd) {reg5}\n      [45cd,45d2) {entry_value(1) {reg5}, stack_value}\n    [2ddab] parameter 'scn'\n      <no value>\n    [2ddb0] variable 'list'\n      <no value>\n    [2ddb5] variable 'result'\n      <no value>\nmodule 'libelf.so'\n[2de04] CU '../../elfutils-0.193/libelf/elf_ndxscn.c'@b090\n  [2ecfe] function 'elf_ndxscn'@b090\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2ed1c] parameter 'scn'\n      [b090,b0a3) {reg5}\nmodule 'libelf.so'\n[2ed38] CU '../../elfutils-0.193/libelf/elf_newscn.c'@0\nmodule 'libelf.so'\n[2ff94] CU '../../elfutils-0.193/libelf/elf32_getshdr.c'@0\n  [31139] function 'elf32_getshdr'@b790\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3115c] parameter 'scn'\n      [b790,b7b5) {reg5}\n      [b7b5,b7b6) {entry_value(1) {reg5}, stack_value}\n      [b7b6,b7c5) {reg5}\n      [b7c5,b7d1) {entry_value(1) {reg5}, stack_value}\n      [b7d1,b7dd) {reg5}\n      [b7dd,b7e4) {entry_value(1) {reg5}, stack_value}\n      [b7e4,b7eb) {reg5}\n    [31171] variable 'result'\n      <no value>\n  [3117c] inlined function 'scn_valid'@b790\n    [31196] parameter 'scn'\n      [b790,b7ad) {reg5}\n      [b7b6,b7c5) {reg5}\n      [b7c5,b7ca) {entry_value(1) {reg5}, stack_value}\n      [b7d1,b7dd) {reg5}\n      [b7dd,b7e4) {entry_value(1) {reg5}, stack_value}\n  [31814] inlined function 'scn_valid'@b690\n    [3182d] parameter 'scn'\n      [b690,b6ad) {reg5}\n      [b6c9,b6d5) {reg5}\n      [b6d5,b6da) {entry_value(1) {reg5}, stack_value}\n      [b6e1,b6ed) {reg5}\n      [b6ed,b6f6) {entry_value(1) {reg5}, stack_value}\n      [b6f6,b703) {reg5}\n  [314d6] inlined function 'pread_retry'@b434\n    [314ef] parameter 'fd'\n      [b434,b440) {breg3(36)}\n      [b440,b48f) {fbreg(-100)}\n      [b4f9,b518) {fbreg(-100)}\n      [b627,b638) {fbreg(-100)}\n      [b64f,b659) {fbreg(-100)}\n    [314fc] parameter 'buf'\n      [b434,b48f) {fbreg(-120)}\n      [b4f9,b518) {fbreg(-120)}\n      [b627,b638) {fbreg(-120)}\n      [b64f,b659) {fbreg(-120)}\n    [31509] parameter 'len'\n      [b434,b48f) {reg12}\n      [b4f9,b518) {reg12}\n      [b627,b638) {reg12}\n      [b64f,b659) {reg12}\n    [31516] parameter 'off'\n      [b434,b43c) {reg0}\n      [b43c,b440) {reg15}\n      [b440,b48f) {fbreg(-96)}\n      [b4f9,b518) {fbreg(-96)}\n      [b627,b638) {fbreg(-96)}\n      [b64f,b659) {fbreg(-96)}\n    [31523] variable 'recvd'\n      [b434,b440) {lit0, stack_value}\n      [b440,b48f) {reg14}\n      [b4f9,b518) {reg14}\n      [b627,b638) {reg14}\n      [b64f,b659) {reg14}\n  [3155c] inlined function 'pread'@b440\n    [31575] parameter '__fd'\n      [b440,b45d) {fbreg(-100)}\n    [31582] parameter '__buf'\n      <no value>\n    [31587] parameter '__nbytes'\n      [b440,b451) {breg12(0), breg14(0), minus, stack_value}\n      [b451,b455) {reg1}\n      [b455,b45d) {breg12(0), breg14(0), minus, stack_value}\n    [31594] parameter '__offset'\n      <no value>\n  [313a5] inlined function 'memcpy'@b4a8\n    [313be] parameter '__dest'\n      [b4a8,b4ac) {reg5}\n      [b4ac,b4b1) {fbreg(-120)}\n    [313cb] parameter '__src'\n      [b4a8,b4ac) {reg0}\n    [313d8] parameter '__len'\n      [b4a8,b4ac) {reg1}\n      [b4ac,b4b1) {reg12}\n  [31389] inlined function '__bswap_32'@b39a\n    [3139d] parameter '__bsx'\n      <no value>\n  [3148c] inlined function '__bswap_32'@b596\n    [314a5] parameter '__bsx'\n      (b5ec,b5ec) <empty range>\n  [314b3] inlined function '__bswap_32'@b596\n    [314c7] parameter '__bsx'\n      (b602,b602) <empty range>\n  [317df] function '__elf32_getshdr_rdlock'@b690\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [317fa] parameter 'scn'\n      [b690,b6c8) {reg5}\n      [b6c8,b6c9) {entry_value(1) {reg5}, stack_value}\n      [b6c9,b6d5) {reg5}\n      [b6d5,b6e1) {entry_value(1) {reg5}, stack_value}\n      [b6e1,b6ed) {reg5}\n      [b6ed,b6f6) {entry_value(1) {reg5}, stack_value}\n      [b6f6,b703) {reg5}\n    [31807] variable 'result'\n      [b6b4,b6c0) {reg0}\n      [b6c0,b6c9) {lit0, stack_value}\nmodule 'libelf.so'\n[31894] CU '../../elfutils-0.193/libelf/elf64_getshdr.c'@0\n  [32a39] function 'elf64_getshdr'@bcc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [32a5c] parameter 'scn'\n      [bcc0,bce5) {reg5}\n      [bce5,bce6) {entry_value(1) {reg5}, stack_value}\n      [bce6,bcf5) {reg5}\n      [bcf5,bd01) {entry_value(1) {reg5}, stack_value}\n      [bd01,bd0d) {reg5}\n      [bd0d,bd14) {entry_value(1) {reg5}, stack_value}\n      [bd14,bd1b) {reg5}\n    [32a71] variable 'result'\n      <no value>\n  [32a7c] inlined function 'scn_valid'@bcc0\n    [32a96] parameter 'scn'\n      [bcc0,bcdd) {reg5}\n      [bce6,bcf5) {reg5}\n      [bcf5,bcfa) {entry_value(1) {reg5}, stack_value}\n      [bd01,bd0d) {reg5}\n      [bd0d,bd14) {entry_value(1) {reg5}, stack_value}\n  [331e0] inlined function 'scn_valid'@bbc0\n    [331f9] parameter 'scn'\n      [bbc0,bbdd) {reg5}\n      [bbf9,bc05) {reg5}\n      [bc05,bc0a) {entry_value(1) {reg5}, stack_value}\n      [bc11,bc1d) {reg5}\n      [bc1d,bc26) {entry_value(1) {reg5}, stack_value}\n      [bc26,bc33) {reg5}\n  [32e85] inlined function 'pread_retry'@b9fa\n    [32e9e] parameter 'fd'\n      [b9fa,b9fe) {breg3(36)}\n      [b9fe,ba4f) {fbreg(-100)}\n      [baa1,bac0) {fbreg(-100)}\n      [bb6f,bb78) {fbreg(-100)}\n      [bb8f,bb99) {fbreg(-100)}\n    [32eab] parameter 'buf'\n      [b9fa,b9fe) {reg15}\n      [b9fe,ba4f) {fbreg(-120)}\n      [baa1,bac0) {fbreg(-120)}\n      [bb6f,bb78) {fbreg(-120)}\n      [bb8f,bb99) {fbreg(-120)}\n    [32eb8] parameter 'len'\n      [b9fa,ba4f) {reg12}\n      [baa1,bac0) {reg12}\n      [bb6f,bb78) {reg12}\n      [bb8f,bb99) {reg12}\n    [32ec5] parameter 'off'\n      [b9fa,b9fe) {reg0}\n      [b9fe,ba4f) {fbreg(-96)}\n      [baa1,bac0) {fbreg(-96)}\n      [bb6f,bb78) {fbreg(-96)}\n      [bb8f,bb99) {fbreg(-96)}\n    [32ed2] variable 'recvd'\n      [b9fa,b9fe) {lit0, stack_value}\n      [b9fe,ba4f) {reg14}\n      [baa1,bac0) {reg14}\n      [bb6f,bb78) {reg14}\n      [bb8f,bb99) {reg14}\n  [32f0b] inlined function 'pread'@ba00\n    [32f24] parameter '__fd'\n      [b9fe,ba1d) {fbreg(-100)}\n    [32f31] parameter '__buf'\n      <no value>\n    [32f36] parameter '__nbytes'\n      [b9fe,ba11) {breg12(0), breg14(0), minus, stack_value}\n      [ba11,ba15) {reg1}\n      [ba15,ba1d) {breg12(0), breg14(0), minus, stack_value}\n    [32f43] parameter '__offset'\n      <no value>\n  [32d12] inlined function 'memcpy'@ba58\n    [32d37] parameter '__dest'\n      [ba58,ba65) {fbreg(-120)}\n    [32d44] parameter '__src'\n      [ba58,ba64) {reg4}\n    [32d51] parameter '__len'\n      [ba58,ba65) {reg12}\n  [32cb0] inlined function '__bswap_64'@b948\n    [32cc9] parameter '__bsx'\n      <no value>\n  [32cee] inlined function '__bswap_64'@b96e\n    [32d02] parameter '__bsx'\n      (b96e,b96e) <empty range>\n  [32e2c] inlined function '__bswap_64'@bb24\n    [32e45] parameter '__bsx'\n      <no value>\n  [32e6a] inlined function '__bswap_64'@bb4a\n    [32e7e] parameter '__bsx'\n      <no value>\n  [32c89] inlined function '__bswap_32'@b92c\n    [32ca2] parameter '__bsx'\n      (b92c,b92c) <empty range>\n  [32ccf] inlined function '__bswap_32'@b95f\n    [32ce8] parameter '__bsx'\n      <no value>\n  [32e05] inlined function '__bswap_32'@bb0c\n    [32e1e] parameter '__bsx'\n      (bb0c,bb0c) <empty range>\n  [32e4b] inlined function '__bswap_32'@bb3b\n    [32e64] parameter '__bsx'\n      <no value>\n  [331ab] function '__elf64_getshdr_rdlock'@bbc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [331c6] parameter 'scn'\n      [bbc0,bbf8) {reg5}\n      [bbf8,bbf9) {entry_value(1) {reg5}, stack_value}\n      [bbf9,bc05) {reg5}\n      [bc05,bc11) {entry_value(1) {reg5}, stack_value}\n      [bc11,bc1d) {reg5}\n      [bc1d,bc26) {entry_value(1) {reg5}, stack_value}\n      [bc26,bc33) {reg5}\n    [331d3] variable 'result'\n      [bbe4,bbf0) {reg0}\n      [bbf0,bbf9) {lit0, stack_value}\nmodule 'libelf.so'\n[33260] CU '../../elfutils-0.193/libelf/gelf_getshdr.c'@bd20\n  [342fa] function 'gelf_getshdr'@bd20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3431c] parameter 'scn'\n      [bd20,bd53) {reg5}\n      [bd53,bd99) {entry_value(1) {reg5}, stack_value}\n      [bd99,bda5) {reg5}\n      [bda5,bde9) {entry_value(1) {reg5}, stack_value}\n      [bde9,bdf9) {reg5}\n      [bdf9,be19) {entry_value(1) {reg5}, stack_value}\n      [be19,be29) {reg5}\n      [be29,be3a) {entry_value(1) {reg5}, stack_value}\n      [be3a,be43) {reg5}\n    [3432e] parameter 'dst'\n      [bd20,bd53) {reg4}\n      [bd53,bd99) {entry_value(1) {reg4}, stack_value}\n      [bd99,bda5) {reg4}\n      [bda5,bde9) {entry_value(1) {reg4}, stack_value}\n      [bde9,bdf9) {reg4}\n      [bdf9,be08) {fbreg(-24)}\n      [be08,be19) {entry_value(1) {reg4}, stack_value}\n      [be19,be29) {reg4}\n      [be29,be3a) {fbreg(-24)}\n      [be3a,be43) {reg4}\n    [34340] variable 'result'\n      [bd20,bd94) {lit0, stack_value}\n      [bd99,bde4) {lit0, stack_value}\n      [bde4,bde9) {reg0}\n      [bde9,be43) {lit0, stack_value}\n  [343a1] inlined function 'memcpy'@bd53\n    [343c6] parameter '__dest'\n      [bd53,bd94) {reg4}\n    [343d3] parameter '__src'\n      [bd53,bd8d) {reg0}\n    [343e0] parameter '__len'\n      [bd53,bd94) {const1u(64), stack_value}\nmodule 'libelf.so'\n[3444b] CU '../../elfutils-0.193/libelf/gelf_update_shdr.c'@be50\n  [35503] function 'gelf_update_shdr'@be50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [35525] parameter 'scn'\n      [be50,be8a) {reg5}\n      [be8a,beda) {entry_value(1) {reg5}, stack_value}\n      [beda,bee9) {reg2}\n      [bee9,bfa2) {entry_value(1) {reg5}, stack_value}\n      [bfa2,bfb5) {reg2}\n      [bfb5,bfca) {fbreg(-32)}\n      [bfca,bfd3) {reg5}\n      [bfd3,bfe5) {reg2}\n      [bfe5,c006) {fbreg(-32)}\n    [35537] parameter 'src'\n      [be50,be74) {reg4}\n      [be74,be8a) {reg1}\n      [be8a,beda) {entry_value(1) {reg4}, stack_value}\n      [beda,bee9) {reg1}\n      [bee9,bfa2) {entry_value(1) {reg4}, stack_value}\n      [bfa2,bfb5) {reg1}\n      [bfb5,bfca) {fbreg(-24)}\n      [bfca,bfd3) {reg4}\n      [bfd3,bfe5) {reg1}\n      [bfe5,c006) {fbreg(-24)}\n    [35549] variable 'result'\n      [be50,becf) {lit0, stack_value}\n      [becf,bed8) {lit1, stack_value}\n      [beda,c006) {lit0, stack_value}\n    [3555c] variable 'elf'\n      [be69,be8a) {breg5(136)}\n      [beda,bee9) {breg2(136)}\n      [bfa2,bfb5) {breg2(136)}\n      [bfd3,bfe5) {breg2(136)}\n  [355f1] inlined function 'memcpy'@be8a\n    [35616] parameter '__dest'\n      [be8a,bec8) {reg0}\n    [35623] parameter '__src'\n      [be8a,bec4) {reg1}\n    [35630] parameter '__len'\n      [be8a,bec8) {const1u(64), stack_value}\nmodule 'libelf.so'\n[35690] CU '../../elfutils-0.193/libelf/elf_strptr.c'@c020\n  [3677b] function 'elf_strptr'@c020\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3679d] parameter 'elf'\n      [c020,c0aa) {reg5}\n      [c0aa,c1d1) {entry_value(1) {reg5}, stack_value}\n      [c1d1,c1dd) {reg5}\n      [c1dd,c1e1) {breg2(-208), stack_value}\n      [c1e1,c1e4) {entry_value(1) {reg5}, stack_value}\n      [c1e4,c1f1) {reg5}\n      [c1f1,c265) {entry_value(1) {reg5}, stack_value}\n      [c265,c268) {reg5}\n      [c268,c329) {entry_value(1) {reg5}, stack_value}\n      [c329,c32c) {reg5}\n      [c32c,c3c4) {entry_value(1) {reg5}, stack_value}\n    [367af] parameter 'idx'\n      [c020,c056) {reg4}\n      [c056,c0aa) {reg8}\n      [c1d1,c1e1) {reg4}\n      [c1e1,c1e4) {entry_value(1) {reg4}, stack_value}\n      [c1e4,c1f1) {reg8}\n      [c265,c280) {reg8}\n      [c280,c29e) {fbreg(-72)}\n      [c329,c344) {reg8}\n      [c344,c367) {fbreg(-72)}\n    [367c1] parameter 'offset'\n      [c020,c0aa) {reg1}\n      [c0aa,c1d1) {entry_value(1) {reg1}, stack_value}\n      [c1d1,c1e1) {reg1}\n      [c1e1,c1e4) {entry_value(1) {reg1}, stack_value}\n      [c1e4,c1f1) {reg1}\n      [c1f1,c265) {entry_value(1) {reg1}, stack_value}\n      [c265,c280) {reg1}\n      [c280,c29e) {fbreg(-64)}\n      [c29e,c329) {entry_value(1) {reg1}, stack_value}\n      [c329,c344) {reg1}\n      [c344,c367) {fbreg(-64)}\n      [c367,c3c4) {entry_value(1) {reg1}, stack_value}\n    [367d5] variable 'result'\n      [c387,c38c) {reg2}\n    [367e8] variable 'strscn'\n      [c093,c0aa) {reg10}\n      [c1e4,c1f1) {reg10}\n      [c265,c280) {reg10}\n      [c280,c29e) {fbreg(-88)}\n      [c329,c344) {reg10}\n      [c344,c367) {fbreg(-88)}\n    [367fb] variable 'runp'\n      [c056,c064) {reg2}\n      [c067,c0aa) {reg2}\n      [c1e4,c1f1) {reg2}\n      [c265,c280) {reg2}\n      [c280,c29e) {fbreg(-80)}\n      [c329,c344) {reg2}\n      [c344,c367) {fbreg(-80)}\n    [36816] variable 'sh_size'\n      [c093,c0e7) {lit0, stack_value}\n      [c0e7,c108) {reg1}\n      [c1c5,c1cc) {lit0, stack_value}\n      [c1cc,c1d1) {reg1}\n      [c1e4,c208) {lit0, stack_value}\n      [c208,c23e) {reg1}\n      [c23e,c265) {fbreg(-72)}\n      [c265,c29e) {lit0, stack_value}\n      [c2ad,c2b6) {reg1}\n      [c2bc,c367) {lit0, stack_value}\n  [36845] inlined function 'get_zdata'@c2dd\n    [3686a] parameter 'strscn'\n      [c2dd,c2e6) {reg5}\n      [c2e6,c324) {fbreg(-88)}\n    [36877] variable 'zsize'\n      [c2bc,c329) {fbreg(-40)}\n    [3687f] variable 'zalign'\n      [c2bc,c329) {fbreg(-32)}\n    [36887] variable 'zdata'\n      [c2e7,c324) {reg0}\n  [3694b] inlined function 'validate_str'@c367\n    [36960] parameter 'str'\n      [c367,c384) {breg10(0)}\n      [c38c,c3af) {reg0}\n    [3696d] parameter 'from'\n      [c367,c384) {entry_value(1) {reg1}, breg1(0), minus, stack_value}\n      [c38c,c39d) {entry_value(1) {reg1}, breg1(0), minus, stack_value}\n      [c39d,c3af) {entry_value(1) {reg1}, breg10(24), deref, minus, stack_value}\n    [3697a] parameter 'to'\n      [c367,c384) {reg2}\n      [c38c,c398) {reg2}\n      [c398,c3af) {breg10(16)}\n  [369a4] inlined function 'validate_str'@c135\n    [369bd] parameter 'str'\n      <no value>\n    [369c2] parameter 'from'\n      [c135,c142) {entry_value(1) {reg1}, stack_value}\n      [c144,c170) {entry_value(1) {reg1}, stack_value}\n    [369cf] parameter 'to'\n      [c135,c13f) {reg1}\n      [c144,c150) {reg1}\nmodule 'libelf.so'\n[36adb] CU '../../elfutils-0.193/libelf/elf_rawdata.c'@c3d0\n  [37b65] function 'elf_rawdata'@c3d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [37b87] parameter 'scn'\n      [c3d0,c3fb) {reg5}\n      [c3fb,c404) {entry_value(1) {reg5}, stack_value}\n      [c404,c40d) {reg5}\n      [c40d,c419) {entry_value(1) {reg5}, stack_value}\n      [c419,c429) {reg5}\n      [c429,c437) {fbreg(-24)}\n      [c437,c445) {reg5}\n      [c445,c44e) {entry_value(1) {reg5}, stack_value}\n    [37b9b] parameter 'data'\n      [c3d0,c3fb) {reg4}\n      [c3fb,c404) {entry_value(1) {reg4}, stack_value}\n      [c404,c411) {reg4}\n      [c411,c419) {entry_value(1) {reg4}, stack_value}\n      [c419,c429) {reg4}\n      [c429,c437) {entry_value(1) {reg4}, stack_value}\n      [c437,c449) {reg4}\n      [c449,c44e) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[37c05] CU '../../elfutils-0.193/libelf/elf_getdata.c'@c450\n  [38f32] function '__elf_getdata_rdlock'@ccc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [38f53] parameter 'scn'\n      [ccc0,cd03) {reg5}\n      [cd03,cd0f) {entry_value(1) {reg5}, stack_value}\n      [cd0f,cd19) {reg5}\n      [cd19,cd28) {entry_value(1) {reg5}, stack_value}\n      [cd28,cd39) {reg5}\n      [cd39,cd4a) {fbreg(-24)}\n      [cd4a,cd55) {reg5}\n      [cd55,cd6f) {entry_value(1) {reg5}, stack_value}\n      [cd6f,cd73) {reg5}\n    [38f67] parameter 'data'\n      [ccc0,cd07) {reg4}\n      [cd07,cd0f) {entry_value(1) {reg4}, stack_value}\n      [cd0f,cd15) {reg4}\n      [cd15,cd4a) {entry_value(1) {reg4}, stack_value}\n      [cd4a,cd59) {reg4}\n      [cd59,cd6f) {entry_value(1) {reg4}, stack_value}\n      [cd6f,cd73) {reg4}\n    [38f7b] variable 'result'\n      [ccc0,cd23) {lit0, stack_value}\n      [cd28,cd73) {lit0, stack_value}\n    [38f8f] variable 'elf'\n      [ccda,cd03) {breg5(136)}\n      [cd03,cd07) {entry_value(1) {reg5}, plus_uconst(136)}\n      [cd0f,cd19) {breg5(136)}\n      [cd28,cd39) {breg5(136)}\n    [38fa3] variable 'locked'\n      [ccc0,cd08) {lit0, stack_value}\n      [cd0f,cd19) {lit0, stack_value}\n      [cd19,cd20) {reg4}\n      (cd28,cd28) <empty range>\n      [cd28,cd4a) {lit1, stack_value}\n      [cd4a,cd5e) {lit0, stack_value}\n      [cd5e,cd67) {reg4}\n      [cd6f,cd73) {lit0, stack_value}\n  [39043] function '__libelf_set_data_list_rdlock'@ca20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [39062] parameter 'scn'\n      [ca20,cac6) {reg5}\n      [cac6,cae2) {reg8}\n      [cae2,cb22) {fbreg(-32)}\n      [cb22,cb85) {entry_value(1) {reg5}, stack_value}\n      [cb85,cba3) {reg5}\n      [cba3,cbe1) {entry_value(1) {reg5}, stack_value}\n      [cbe1,cbfa) {fbreg(-32)}\n      [cbfa,cc48) {entry_value(1) {reg5}, stack_value}\n      [cc48,cc53) {reg5}\n      [cc53,cc65) {reg8}\n      [cc65,cca5) {fbreg(-48)}\n      [cca5,ccbc) {entry_value(1) {reg5}, stack_value}\n    [39076] parameter 'wrlocked'\n      [ca20,ca7c) {reg4}\n      [ca7c,ccbc) {entry_value(1) {reg4}, stack_value}\n  [39268] function '__libelf_set_rawdata'@ca00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [39289] parameter 'scn'\n      [ca00,ca09) {reg5}\n      [ca09,ca0a) {entry_value(1) {reg5}, stack_value}\n      [ca0a,ca16) {reg5}\n    [3929d] variable 'result'\n      <no value>\n  [392bf] function '__libelf_set_rawdata_wrlock'@c4c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [392e1] parameter 'scn'\n      [c4c0,c507) {reg5}\n      [c507,c659) {reg3}\n      [c659,c663) {entry_value(1) {reg5}, stack_value}\n      [c663,c7ac) {reg3}\n      [c7ac,c7af) {reg0}\n      [c7af,c82a) {reg12}\n      [c82a,c843) {reg0}\n      [c843,c9a0) {reg3}\n      [c9a0,c9b1) {reg12}\n      [c9b1,c9be) {reg0}\n      [c9be,c9c7) {reg12}\n      [c9c7,c9f3) {reg3}\n    [392f5] variable 'offset'\n      [c50b,c63a) {reg15}\n      [c675,c71a) {reg15}\n      [c724,c866) {reg15}\n      [c886,c8bc) {reg15}\n      [c8d6,c9df) {reg15}\n      [c9e4,c9f3) {reg15}\n    [39308] variable 'size'\n      [c50f,c63a) {reg12}\n      [c679,c71a) {reg12}\n      [c724,c7af) {reg12}\n      [c7af,c832) {reg3}\n      [c832,c866) {reg12}\n      [c886,c8bc) {reg12}\n      [c8d6,c9a0) {reg12}\n      [c9a0,c9b9) {reg3}\n      [c9b9,c9be) {reg12}\n      [c9be,c9c7) {reg3}\n      [c9c7,c9df) {reg12}\n      [c9e4,c9f3) {reg12}\n    [3931b] variable 'align'\n      [c517,c557) {reg6}\n      [c59d,c5d5) {reg6}\n      [c5d5,c5de) {reg9}\n      [c5de,c5e8) {reg0}\n      [c5e8,c5f2) {reg1}\n      [c5f2,c5fc) {reg0}\n      [c5fc,c606) {reg1}\n      [c606,c610) {reg0}\n      [c610,c63a) {reg6}\n      [c680,c710) {reg6}\n      [c886,c8b7) {reg6}\n      [c8d6,c935) {reg6}\n      [c958,c9a0) {reg6}\n    [3932e] variable 'flags'\n      [c51b,c52b) {reg10}\n      [c684,c689) {reg10}\n    [39341] variable 'type'\n      [c513,c563) {reg11}\n      [c67d,c689) {reg11}\n      [c6bc,c710) {reg11}\n      [c886,c8bc) {reg11}\n      [c8d6,c8f5) {reg11}\n      [c8f5,c935) {fbreg(-208)}\n      [c958,c9a0) {reg11}\n    [39354] variable 'elf'\n      [c4ec,c660) {reg14}\n      [c663,c9f3) {reg14}\n  [390a3] inlined function 'convert_data'@ca86\n    [390ba] parameter 'scn'\n      [ca86,cac6) {reg5}\n      [cac6,cae2) {reg8}\n      [cae2,cb22) {fbreg(-32)}\n      [cb22,cb85) {entry_value(1) {reg5}, stack_value}\n      [cb85,cba3) {reg5}\n      [cba3,cbca) {entry_value(1) {reg5}, stack_value}\n      [cbd4,cbe1) {entry_value(1) {reg5}, stack_value}\n      [cbe1,cbfa) {fbreg(-32)}\n      [cbfa,cc48) {entry_value(1) {reg5}, stack_value}\n      [cc48,cc53) {reg5}\n      [cc53,cc65) {reg8}\n      [cc65,cca5) {fbreg(-48)}\n      [cca5,ccbc) {entry_value(1) {reg5}, stack_value}\n    [390c7] parameter 'eclass'\n      [ca86,ca90) {reg0}\n      [ca90,cae2) {breg4(32)}\n      [cae2,cb22) {fbreg(-40), deref_size(4), plus_uconst(1), stack_value}\n      [cb85,cb8f) {breg4(32)}\n      [cb8f,cba3) {breg5(136), deref, plus_uconst(32)}\n      [cbe1,cbff) {fbreg(-40), deref_size(4), plus_uconst(1), stack_value}\n      [cc48,cc53) {breg5(136), deref, plus_uconst(32)}\n      [cc53,cc65) {breg8(136), deref, plus_uconst(32)}\n    [390d4] parameter 'data'\n      [ca86,cae2) {breg4(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cb85,cb8f) {breg4(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cb8f,cba3) {breg5(136), deref, plus_uconst(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cc48,cc53) {breg5(136), deref, plus_uconst(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n      [cc53,cc65) {breg8(136), deref, plus_uconst(72), deref, plus_uconst(5), deref_size(1), const1u(255), and, stack_value}\n    [390e1] parameter 'size'\n      [ca86,cae2) {reg9}\n      [cae2,cb3a) {fbreg(-64)}\n      [cb85,cba3) {reg9}\n      [cbe1,cc48) {fbreg(-64)}\n      [cc48,cc65) {reg9}\n      [cc65,cc8f) {fbreg(-64)}\n      [cca5,ccae) {fbreg(-64)}\n    [390ee] parameter 'type'\n      [ca86,cbca) {reg3}\n      [cbd4,ccbc) {reg3}\n    [390fb] variable 'align'\n      [caac,cae2) {reg1}\n      [cae2,cb22) {fbreg(-56)}\n      [cb85,cba3) {reg1}\n      [cbe1,cbf0) {fbreg(-56)}\n      [cc48,cc65) {reg1}\n  [39883] inlined function '__libelf_data_type'@c4a4\n    [398a5] parameter 'ehdr'\n      <no value>\n    [398aa] parameter 'sh_type'\n      <constant value>\n    [398b0] parameter 'align'\n      [c4a4,c4ad) {reg1}\n      [c4ad,c4be) {entry_value(1) {reg1}, stack_value}\n  [39473] inlined function 'pread_retry'@c798\n    [3948e] parameter 'fd'\n      [c798,c832) {fbreg(-188)}\n      [c9a0,c9c7) {fbreg(-188)}\n    [3949b] parameter 'buf'\n      [c798,c832) {fbreg(-184)}\n      [c9a0,c9c7) {fbreg(-184)}\n    [394a8] parameter 'len'\n      [c798,c7af) {reg12}\n      [c7af,c832) {reg3}\n      [c9a0,c9b9) {reg3}\n      [c9b9,c9be) {reg12}\n      [c9be,c9c7) {reg3}\n    [394b5] parameter 'off'\n      [c798,c7a2) {reg0}\n      [c7a2,c7af) {fbreg(-200)}\n      [c7af,c832) {fbreg(-176)}\n      [c9a0,c9c7) {fbreg(-176)}\n    [394c2] variable 'recvd'\n      [c798,c7af) {lit0, stack_value}\n      [c7af,c821) {reg6}\n      [c9a0,c9ae) {reg6}\n      [c9be,c9c7) {reg6}\n  [394fb] inlined function 'pread'@c7b0\n    [39515] parameter '__fd'\n      [c7af,c7cf) {fbreg(-188)}\n    [39522] parameter '__buf'\n      <no value>\n    [39527] parameter '__nbytes'\n      [c7af,c7bf) {breg3(0), breg6(0), minus, stack_value}\n      [c7bf,c7c7) {reg1}\n      [c7c7,c7cf) {breg3(0), breg6(0), minus, stack_value}\n    [39534] parameter '__offset'\n      <no value>\n  [39127] inlined function 'memcpy'@cc1a\n    [39141] parameter '__dest'\n      [cc1a,cc27) {reg0}\n    [3914e] parameter '__src'\n      [cc1a,cc28) {fbreg(-48)}\n    [3915b] parameter '__len'\n      [cc1a,cc28) {fbreg(-64)}\n  [391e2] inlined function 'memcpy'@cc8b\n    [391fc] parameter '__dest'\n      [cc8b,cc93) {reg0}\n    [39209] parameter '__src'\n      [cc8b,cc93) {reg4}\n    [39216] parameter '__len'\n      [cc8b,cc93) {reg1}\n      [cc93,cc94) {fbreg(-64)}\n  [39820] function '__libelf_data_type'@c450\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3983b] parameter 'ehdr'\n      [c450,c4be) {reg5}\n    [39842] parameter 'sh_type'\n      [c450,c460) {reg4}\n      [c460,c461) {entry_value(1) {reg4}, stack_value}\n      [c461,c480) {reg4}\n      [c480,c49f) {entry_value(1) {reg4}, stack_value}\n      [c49f,c4be) {reg4}\n    [3984f] parameter 'align'\n      [c450,c49b) {reg1}\n      [c49b,c49f) {entry_value(1) {reg1}, stack_value}\n      [c49f,c4ad) {reg1}\n      [c4ad,c4be) {entry_value(1) {reg1}, stack_value}\n  [398bf] function 'elf_getdata'@cd80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [398da] parameter 'scn'\n      [cd80,cd89) {reg5}\n      [cd89,cd8a) {entry_value(1) {reg5}, stack_value}\n      [cd8a,cd93) {reg5}\n    [398e7] parameter 'data'\n      [cd80,cd89) {reg4}\n      [cd89,cd8a) {entry_value(1) {reg4}, stack_value}\n      [cd8a,cd93) {reg4}\n    [398f4] variable 'result'\n      <no value>\nmodule 'libelf.so'\n[39937] CU '../../elfutils-0.193/libelf/elf_newdata.c'@cdc0\n  [3aa0f] function 'elf_newdata'@cdc0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3aa31] parameter 'scn'\n      [cdc0,ce0b) {reg5}\n      [ce0b,ce47) {reg3}\n      [ce47,ce48) {entry_value(1) {reg5}, stack_value}\n      [ce48,ce5f) {reg3}\n      [ce5f,ce60) {entry_value(1) {reg5}, stack_value}\n      [ce60,cece) {reg3}\n      [cece,ced3) {reg5}\n      [ced3,cee4) {reg3}\n    [3aa45] variable 'result'\n      [cdc0,ce1a) {lit0, stack_value}\n      [ce1a,ce46) {reg0}\n      [ce46,ce47) {breg3(64)}\n      [ce47,ce48) {reg0}\n      [ce48,ce5e) {lit0, stack_value}\n      [ce60,ce91) {lit0, stack_value}\n      [ce91,cea5) {reg0}\n      [cea5,ced3) {lit0, stack_value}\n      [ced3,cedc) {reg0}\nmodule 'libelf.so'\n[3ab26] CU '../../elfutils-0.193/libelf/elf_getdata_rawchunk.c'@0\n  [3c435] inlined function 'chunk_compare'@cf03\n    [3c456] parameter 'a'\n      [cf03,cf10) {reg5}\n      [cf13,cf1e) {reg5}\n    [3c463] parameter 'b'\n      [cf03,cf10) {reg4}\n      [cf13,cf1e) {reg4}\n    [3c470] variable 'da'\n      <no value>\n    [3c475] variable 'db'\n      <no value>\n  [3bfbd] inlined function 'pread_retry'@d283\n    [3bfd6] parameter 'fd'\n      [d283,d288) {reg2}\n      [d288,d2f7) {fbreg(-392)}\n      [d31a,d331) {fbreg(-392)}\n    [3bfe3] parameter 'buf'\n      [d283,d2f7) {fbreg(-416)}\n      [d31a,d331) {fbreg(-416)}\n    [3bff0] parameter 'len'\n      <no value>\n    [3bff5] parameter 'off'\n      <no value>\n    [3bffa] variable 'recvd'\n      [d283,d288) {lit0, stack_value}\n      [d288,d2f7) {reg3}\n      [d31a,d326) {reg3}\n      [d326,d328) {reg1}\n      [d328,d32f) {reg3}\n  [3c033] inlined function 'pread'@d290\n    [3c04c] parameter '__fd'\n      [d288,d2b0) {fbreg(-392)}\n    [3c059] parameter '__buf'\n      <no value>\n    [3c05e] parameter '__nbytes'\n      [d288,d2a0) {breg14(0), breg3(0), minus, stack_value}\n      [d2a0,d2a8) {reg1}\n      [d2a8,d2b0) {breg14(0), breg3(0), minus, stack_value}\n    [3c06b] parameter '__offset'\n      <no value>\n  [3bf39] inlined function 'memcpy'@d183\n    [3bf5e] parameter '__dest'\n      [d183,d192) {reg0}\n      [d192,d193) {reg14}\n    [3bf6b] parameter '__src'\n      [d183,d193) {fbreg(-408)}\n    [3bf78] parameter '__len'\n      [d183,d193) {reg3}\n  [3c3f2] function 'chunk_compare'@cef0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3c40d] parameter 'a'\n      [cef0,cf1f) {reg5}\n    [3c414] parameter 'b'\n      [cef0,cf1f) {reg4}\n    [3c41b] variable 'da'\n      [cef0,cf1f) {reg5}\n    [3c428] variable 'db'\n      [cef0,cf1f) {reg4}\nmodule 'libelf.so'\n[3c49d] CU '../../elfutils-0.193/libelf/elf_flagelf.c'@d370\n  [3d50f] function 'elf_flagelf'@d370\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3d52d] parameter 'elf'\n      [d370,d39d) {reg5}\n      [d39d,d3a9) {entry_value(1) {reg5}, stack_value}\n      [d3a9,d3d0) {reg5}\n      [d3d0,d3d9) {entry_value(1) {reg5}, stack_value}\n    [3d53f] parameter 'cmd'\n      [d370,d3a1) {reg4}\n      [d3a1,d3a9) {entry_value(1) {reg4}, stack_value}\n      [d3a9,d3d4) {reg4}\n      [d3d4,d3d9) {entry_value(1) {reg4}, stack_value}\n    [3d551] parameter 'flags'\n      [d370,d38a) {reg1}\n      [d38a,d394) {entry_value(1) {reg1}, stack_value}\n      [d394,d3a1) {reg1}\n      [d3a1,d3a9) {entry_value(1) {reg1}, stack_value}\n      [d3a9,d3d4) {reg1}\n      [d3d4,d3d9) {entry_value(1) {reg1}, stack_value}\n    [3d565] variable 'result'\n      [d3c2,d3c4) {reg0}\nmodule 'libelf.so'\n[3d5b1] CU '../../elfutils-0.193/libelf/elf_flagehdr.c'@d3e0\n  [3e623] function 'elf_flagehdr'@d3e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3e641] parameter 'elf'\n      [d3e0,d40d) {reg5}\n      [d40d,d419) {entry_value(1) {reg5}, stack_value}\n      [d419,d43d) {reg5}\n      [d43d,d446) {entry_value(1) {reg5}, stack_value}\n      [d446,d453) {reg5}\n    [3e653] parameter 'cmd'\n      [d3e0,d411) {reg4}\n      [d411,d419) {entry_value(1) {reg4}, stack_value}\n      [d419,d441) {reg4}\n      [d441,d446) {entry_value(1) {reg4}, stack_value}\n      [d446,d453) {reg4}\n    [3e665] parameter 'flags'\n      [d3e0,d3fa) {reg1}\n      [d3fa,d404) {entry_value(1) {reg1}, stack_value}\n      [d404,d411) {reg1}\n      [d411,d419) {entry_value(1) {reg1}, stack_value}\n      [d419,d441) {reg1}\n      [d441,d446) {entry_value(1) {reg1}, stack_value}\n      [d446,d453) {reg1}\n    [3e679] variable 'result'\n      [d432,d434) {reg0}\nmodule 'libelf.so'\n[3e6c5] CU '../../elfutils-0.193/libelf/elf_flagphdr.c'@d460\n  [3f737] function 'elf_flagphdr'@d460\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [3f755] parameter 'elf'\n      [d460,d495) {reg5}\n      [d495,d4a1) {entry_value(1) {reg5}, stack_value}\n      [d4a1,d4d0) {reg5}\n      [d4d0,d4d9) {entry_value(1) {reg5}, stack_value}\n    [3f767] parameter 'cmd'\n      [d460,d499) {reg4}\n      [d499,d4a1) {entry_value(1) {reg4}, stack_value}\n      [d4a1,d4d4) {reg4}\n      [d4d4,d4d9) {entry_value(1) {reg4}, stack_value}\n    [3f779] parameter 'flags'\n      [d460,d47d) {reg1}\n      [d47d,d48a) {entry_value(1) {reg1}, stack_value}\n      [d48a,d499) {reg1}\n      [d499,d4a1) {entry_value(1) {reg1}, stack_value}\n      [d4a1,d4d4) {reg1}\n      [d4d4,d4d9) {entry_value(1) {reg1}, stack_value}\n    [3f78d] variable 'result'\n      [d4c0,d4c2) {reg0}\nmodule 'libelf.so'\n[3f7d9] CU '../../elfutils-0.193/libelf/elf_flagscn.c'@d4e0\n  [4084b] function 'elf_flagscn'@d4e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [40869] parameter 'scn'\n      [d4e0,d51d) {reg5}\n      [d51d,d529) {entry_value(1) {reg5}, stack_value}\n      [d529,d558) {reg5}\n      [d558,d561) {entry_value(1) {reg5}, stack_value}\n    [4087b] parameter 'cmd'\n      [d4e0,d521) {reg4}\n      [d521,d529) {entry_value(1) {reg4}, stack_value}\n      [d529,d55c) {reg4}\n      [d55c,d561) {entry_value(1) {reg4}, stack_value}\n    [4088d] parameter 'flags'\n      [d4e0,d504) {reg1}\n      [d504,d511) {entry_value(1) {reg1}, stack_value}\n      [d511,d521) {reg1}\n      [d521,d529) {entry_value(1) {reg1}, stack_value}\n      [d529,d55c) {reg1}\n      [d55c,d561) {entry_value(1) {reg1}, stack_value}\n    [408a1] variable 'result'\n      [d50c,d511) {reg0}\n      [d548,d54a) {reg0}\nmodule 'libelf.so'\n[408ed] CU '../../elfutils-0.193/libelf/elf_flagshdr.c'@d570\n  [4195f] function 'elf_flagshdr'@d570\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4197d] parameter 'scn'\n      [d570,d5ad) {reg5}\n      [d5ad,d5b9) {entry_value(1) {reg5}, stack_value}\n      [d5b9,d5e8) {reg5}\n      [d5e8,d5f1) {entry_value(1) {reg5}, stack_value}\n    [4198f] parameter 'cmd'\n      [d570,d5b1) {reg4}\n      [d5b1,d5b9) {entry_value(1) {reg4}, stack_value}\n      [d5b9,d5ec) {reg4}\n      [d5ec,d5f1) {entry_value(1) {reg4}, stack_value}\n    [419a1] parameter 'flags'\n      [d570,d594) {reg1}\n      [d594,d5a1) {entry_value(1) {reg1}, stack_value}\n      [d5a1,d5b1) {reg1}\n      [d5b1,d5b9) {entry_value(1) {reg1}, stack_value}\n      [d5b9,d5ec) {reg1}\n      [d5ec,d5f1) {entry_value(1) {reg1}, stack_value}\n    [419b5] variable 'result'\n      [d59c,d5a1) {reg0}\n      [d5d8,d5da) {reg0}\nmodule 'libelf.so'\n[41a01] CU '../../elfutils-0.193/libelf/elf_flagdata.c'@d600\n  [42a73] function 'elf_flagdata'@d600\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [42a95] parameter 'data'\n      [d600,d63d) {reg5}\n      [d63d,d649) {entry_value(1) {reg5}, stack_value}\n      [d649,d678) {reg5}\n      [d678,d681) {entry_value(1) {reg5}, stack_value}\n    [42aa7] parameter 'cmd'\n      [d600,d641) {reg4}\n      [d641,d649) {entry_value(1) {reg4}, stack_value}\n      [d649,d67c) {reg4}\n      [d67c,d681) {entry_value(1) {reg4}, stack_value}\n    [42abb] parameter 'flags'\n      [d600,d628) {reg1}\n      [d628,d635) {entry_value(1) {reg1}, stack_value}\n      [d635,d641) {reg1}\n      [d641,d649) {entry_value(1) {reg1}, stack_value}\n      [d649,d67c) {reg1}\n      [d67c,d681) {entry_value(1) {reg1}, stack_value}\n    [42acd] variable 'data_scn'\n      [d605,d63d) {reg5}\n      [d63d,d649) {entry_value(1) {reg5}, stack_value}\n      [d649,d66a) {reg5}\n      [d673,d678) {reg5}\n      [d678,d681) {entry_value(1) {reg5}, stack_value}\n    [42ae0] variable 'result'\n      [d630,d635) {reg0}\n      [d668,d66a) {reg0}\nmodule 'libelf.so'\n[42b35] CU '../../elfutils-0.193/libelf/elf_memory.c'@d690\n  [43bb9] function 'elf_memory'@d690\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [43bd7] parameter 'image'\n      [d690,d6ab) {reg5}\n      [d6ab,d6af) {reg4}\n      [d6af,d6b0) {entry_value(1) {reg5}, stack_value}\n      [d6b0,d6b9) {reg5}\n      [d6b9,d6c5) {entry_value(1) {reg5}, stack_value}\n    [43be9] parameter 'size'\n      [d690,d69e) {reg4}\n      [d69e,d6af) {reg2}\n      [d6af,d6b0) {entry_value(1) {reg4}, stack_value}\n      [d6b0,d6bd) {reg4}\n      [d6bd,d6c5) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[43c51] CU '../../elfutils-0.193/libelf/elf_update.c'@d6d0\n  [44fc8] function 'elf_update'@d6d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [44fea] parameter 'elf'\n      [d6d0,d704) {reg5}\n      [d704,d74a) {entry_value(1) {reg5}, stack_value}\n      [d74a,d768) {reg5}\n      [d768,dabe) {reg3}\n      [dabe,dac3) {entry_value(1) {reg5}, stack_value}\n    [44ffd] parameter 'cmd'\n      [d6d0,d708) {reg4}\n      [d708,d74a) {entry_value(1) {reg4}, stack_value}\n      [d74a,d797) {reg4}\n      [d797,d7f6) {reg13}\n      [d7f6,d836) {entry_value(1) {reg4}, stack_value}\n      [d836,d85b) {reg4}\n      [d85b,d86d) {reg13}\n      [d86d,da2f) {entry_value(1) {reg4}, stack_value}\n      [da2f,da3f) {reg13}\n      [da3f,da58) {entry_value(1) {reg4}, stack_value}\n      [da58,da6f) {reg13}\n      [da6f,da94) {entry_value(1) {reg4}, stack_value}\n      [da94,da9d) {reg4}\n      [da9d,daa3) {reg13}\n      [daa3,daac) {reg4}\n      [daac,dab2) {reg13}\n      [dab2,dac3) {entry_value(1) {reg4}, stack_value}\n    [45010] variable 'shnum'\n      [d78e,d827) {reg12}\n      [d827,d82b) {reg1}\n      [d82b,d836) {reg12}\n      [d85b,d864) {reg1}\n      [d864,d86d) {reg12}\n      [d86d,d874) {reg1}\n      [d874,da94) {reg12}\n      [dab2,dabe) {reg12}\n    [45023] variable 'size'\n      [d7ab,d836) {reg6}\n      [d868,d86d) {reg0}\n      [d86d,d94f) {reg6}\n      [d954,da3a) {reg6}\n      [da3a,da3f) {const1s(-1), stack_value}\n      [da3f,da6a) {reg6}\n      [da6a,da6f) {const1s(-1), stack_value}\n      [da6f,da94) {reg6}\n      [daad,dab2) {const1s(-1), stack_value}\n      [dab2,dabe) {reg6}\n    [45036] variable 'change_bo'\n      [d6d0,dac3) {fbreg(-212)}\n  [4504e] inlined function 'write_file'@d7f2\n    [45067] parameter 'elf'\n      [d7f2,d836) {reg3}\n      [d86d,d94f) {reg3}\n      [d954,da2f) {reg3}\n      [da3f,da58) {reg3}\n      [da6f,da94) {reg3}\n      [dab2,dabe) {reg3}\n    [45074] parameter 'size'\n      [d7f2,d836) {reg6}\n      [d86d,d888) {reg6}\n      [d8b0,d93b) {reg6}\n      [d94b,da1a) {reg6}\n      [da3f,da58) {reg6}\n      [da6f,da7f) {reg6}\n      [dab2,dabe) {reg6}\n    [45081] parameter 'change_bo'\n      [d7f2,d827) {reg14}\n      [d827,d82b) {reg4}\n      [d82b,d836) {reg14}\n      [d86d,d874) {reg4}\n      [d874,d94f) {reg14}\n      [d954,da2f) {reg14}\n      [da3f,da58) {reg14}\n      [da6f,da94) {reg14}\n      [dab2,dabe) {reg14}\n    [4508e] parameter 'shnum'\n      [d7f2,d827) {reg12}\n      [d827,d82b) {reg1}\n      [d82b,d836) {reg12}\n      [d86d,d874) {reg1}\n      [d874,d94f) {reg12}\n      [d954,da2f) {reg12}\n      [da3f,da58) {reg12}\n      [da6f,da94) {reg12}\n      [dab2,dabe) {reg12}\n    [4509b] variable 'class'\n      [d7f6,d836) {reg13}\n      [d86d,d94f) {reg13}\n      [d954,da2f) {reg13}\n      [da3f,da58) {reg13}\n      [da6f,da94) {reg13}\n      [dab2,dabe) {reg13}\n    [450a8] variable 'st'\n      [d710,d720) {fbreg(-208)}\n      [d7e8,d7ed) {fbreg(-208)}\n      [d7f2,d840) {fbreg(-208)}\n      [d870,da30) {fbreg(-208)}\n      [da40,da60) {fbreg(-208)}\n      [da70,da94) {fbreg(-208)}\n      [dab2,dabe) {fbreg(-208)}\nmodule 'libelf.so'\n[45324] CU '../../elfutils-0.193/libelf/elf32_updatenull.c'@0\n  [46b4b] inlined function 'default_ehdr32'@db03\n    [46b65] parameter 'elf'\n      [db03,dba8) {reg6}\n      [ddf4,de15) {reg6}\n      [e00f,e01f) {reg6}\n      [e139,e172) {reg6}\n      [e177,e1aa) {reg6}\n    [46b72] parameter 'ehdr'\n      [db03,db21) {reg0}\n      [db21,dba8) {reg12}\n      [ddf4,de15) {reg12}\n      [e00f,e01f) {reg0}\n      [e139,e172) {reg12}\n      [e177,e1aa) {reg12}\n    [46b7f] parameter 'shnum'\n      [db03,dba8) {reg13}\n      [ddf4,de15) {reg13}\n      [e00f,e01f) {reg13}\n      [e139,e172) {reg13}\n      [e177,e1aa) {reg13}\n    [46b8c] parameter 'change_bop'\n      [db03,dba8) {reg3}\n      [ddf4,de11) {reg3}\n      [de11,de15) {entry_value(1) {reg4}, stack_value}\n      [e00f,e01f) {reg3}\n      [e139,e172) {reg3}\n      [e177,e1aa) {reg3}\n  [46c5d] inlined function 'memcpy'@e010\n    [46c83] parameter '__dest'\n      [e00f,e016) {reg0}\n    [46c90] parameter '__src'\n      [e00f,e016) {implicit_pointer([46e38],0) {implicit_value(5){7f454c4600}}}\n    [46c9d] parameter '__len'\n      [e00f,e016) {lit4, stack_value}\nmodule 'libelf.so'\n[46e57] CU '../../elfutils-0.193/libelf/elf64_updatenull.c'@0\n  [486a4] inlined function 'default_ehdr64'@e313\n    [486be] parameter 'elf'\n      [e313,e3ac) {reg12}\n      [e5e4,e601) {reg12}\n      [e807,e821) {reg12}\n      [e942,e982) {reg12}\n      [e987,e9ba) {reg12}\n    [486cb] parameter 'ehdr'\n      [e313,e32d) {reg0}\n      [e32d,e3ac) {reg3}\n      [e5e4,e601) {reg3}\n      [e807,e821) {reg0}\n      [e942,e982) {reg3}\n      [e987,e9ba) {reg3}\n    [486d8] parameter 'shnum'\n      [e313,e3ac) {reg13}\n      [e5e4,e601) {reg13}\n      [e807,e821) {reg13}\n      [e942,e982) {reg13}\n      [e987,e9ba) {reg13}\n    [486e5] parameter 'change_bop'\n      [e313,e394) {reg6}\n      [e394,e3ac) {entry_value(1) {reg4}, stack_value}\n      [e5e4,e601) {entry_value(1) {reg4}, stack_value}\n      [e807,e821) {reg6}\n      [e942,e982) {reg6}\n      [e987,e99f) {entry_value(1) {reg4}, stack_value}\n      [e99f,e9ba) {reg6}\n  [487b6] inlined function 'memcpy'@e810\n    [487dc] parameter '__dest'\n      [e807,e816) {reg0}\n    [487e9] parameter '__src'\n      [e807,e816) {implicit_pointer([48991],0) {implicit_value(5){7f454c4600}}}\n    [487f6] parameter '__len'\n      [e807,e816) {lit4, stack_value}\nmodule 'libelf.so'\n[489b0] CU '../../elfutils-0.193/libelf/elf32_updatefile.c'@0\n  [4ac22] function 'fill'@eb70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4ac45] parameter 'fd'\n      [eb70,eb8c) {reg5}\n      [eb8c,ec45) {reg14}\n      [ec45,ec48) {entry_value(1) {reg5}, stack_value}\n      [ec48,ec73) {reg14}\n      [ec73,ec76) {entry_value(1) {reg5}, stack_value}\n      [ec76,ecae) {reg14}\n    [4ac58] parameter 'pos'\n      [eb70,ebaa) {reg4}\n      [ebaa,ec43) {reg13}\n      [ec48,ec71) {reg13}\n      [ec76,ec7c) {reg13}\n      [ec7c,ec80) {reg4}\n      [ec80,ecae) {reg13}\n    [4ac6c] parameter 'len'\n      [eb70,ebaa) {reg1}\n      [ebaa,ec2c) {fbreg(-80)}\n      [ec2c,ec31) {fbreg(-80), deref, breg3(0), minus, stack_value}\n      [ec31,ec7c) {fbreg(-80)}\n      [ec7c,ec83) {reg1}\n      [ec83,ecae) {fbreg(-80)}\n    [4ac80] parameter 'fillbuf'\n      [eb70,ebaa) {reg2}\n      [ebaa,ec7c) {fbreg(-96)}\n      [ec7c,ec9b) {reg2}\n      [ec9b,ecae) {fbreg(-96)}\n    [4ac94] parameter 'filledp'\n      [eb70,ebaa) {reg8}\n      [ebaa,ec7c) {entry_value(1) {reg8}, stack_value}\n      [ec7c,ec9b) {reg8}\n      [ec9b,ecae) {fbreg(-88)}\n    [4aca8] variable 'filled'\n      [eba4,ebaa) {reg5}\n      [ebaa,ec7c) {fbreg(-72)}\n      [ec7c,ec91) {reg5}\n      [ec91,ec9b) {breg8(0)}\n      [ec9b,ec9c) {fbreg(-72)}\n      [ec9c,ecae) {reg3}\n    [4acbc] variable 'fill_len'\n      [eba4,ebaa) {reg0}\n      [ebaa,ec7c) {entry_value(1) {reg1}, const2u(4096), entry_value(1) {reg1}, plus_uconst(9223372036854775808), consts(-9223372036854771712), le, bra(1), swap, drop, stack_value}\n      [ec7c,ec9b) {reg0}\n      [ec9b,ecae) {reg3}\n  [4b342] inlined function 'fill_mmap'@f0ce\n    [4b368] parameter 'offset'\n      [f0ce,f109) {lit0, stack_value}\n    [4b375] parameter 'last_position'\n      [f0ce,f0fe) {reg5}\n    [4b382] parameter 'scn_start'\n      [f0ce,f109) {reg14}\n    [4b38f] parameter 'shdr_start'\n      [f0ce,f109) {fbreg(-192)}\n    [4b39c] parameter 'shdr_end'\n      <no value>\n    [4b3a1] variable 'written'\n      [f0ce,f0fa) {lit0, stack_value}\n      [f0fa,f0fe) {reg1}\n  [4b3f8] inlined function 'fill_mmap'@f3a3\n    [4b412] parameter 'offset'\n      [f3a3,f3b8) {reg0}\n      [f3b8,f3d3) {breg3(24)}\n      [f3f2,f3fe) {breg3(24)}\n      [f4cd,f4e3) {breg3(24)}\n    [4b41f] parameter 'last_position'\n      [f3a3,f3d3) {reg5}\n    [4b42c] parameter 'scn_start'\n      <no value>\n    [4b431] parameter 'shdr_start'\n      [f3a3,f3fe) {fbreg(-192)}\n      [f4a5,f4e3) {fbreg(-192)}\n    [4b43e] parameter 'shdr_end'\n      <no value>\n    [4b443] variable 'written'\n      [f3a3,f3ca) {lit0, stack_value}\n      [f3ca,f3d3) {reg1}\n      [f3d3,f3e2) {fbreg(-184)}\n  [4aa0b] inlined function 'sort_sections'\n    [4aa1c] parameter 'scns'\n      <no value>\n    [4aa21] parameter 'list'\n      [fa26,faa4) {reg9}\n    [4aa2e] variable 'scnp'\n      [fa26,fa45) {reg4}\n      [fa45,fa78) {reg1}\n  [4b790] inlined function 'sort_sections'@ee7c\n    [4b7a9] parameter 'scns'\n      (ee7c,ee7c) <empty range>\n      [ee7c,eee5) {fbreg(-120)}\n    [4b7b6] parameter 'list'\n      [ee7c,eee4) {reg9}\n    [4b7c3] variable 'scnp'\n      [ee7c,ee94) {reg4}\n      [ee94,eeb8) {reg0}\n  [4bb3f] function 'compare_sections'@eb00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4bb61] parameter 'a'\n      [eb00,eb12) {reg5}\n      [eb12,eb65) {entry_value(1) {reg5}, stack_value}\n    [4bb72] parameter 'b'\n      [eb00,eb19) {reg4}\n      [eb19,eb65) {entry_value(1) {reg4}, stack_value}\n    [4bb83] variable 'scna'\n      [eb00,eb12) {reg5}\n      [eb12,eb65) {entry_value(1) {reg5}, stack_value}\n    [4bb96] variable 'scnb'\n      [eb00,eb19) {reg4}\n      [eb19,eb65) {entry_value(1) {reg4}, stack_value}\n  [4a2ef] inlined function 'pwrite_retry'@f753\n    [4a309] parameter 'fd'\n      [f753,f79a) {reg12}\n      [fca6,fcac) {reg12}\n    [4a316] parameter 'buf'\n      [f753,f79a) {reg13}\n      [fca6,fcac) {reg13}\n    [4a323] parameter 'len'\n      [f753,f79a) {const1u(52), stack_value}\n      [fca6,fcac) {const1u(52), stack_value}\n    [4a330] parameter 'off'\n      [f753,f79a) {lit0, stack_value}\n      [fca6,fcac) {lit0, stack_value}\n    [4a33d] variable 'recvd'\n      [f753,f79a) {reg14}\n      [fca6,fcac) {reg14}\n  [4a45a] inlined function 'pwrite_retry'@f88e\n    [4a474] parameter 'fd'\n      (f88e,f88e) <empty range>\n      [f88e,f8ed) {fbreg(-37168)}\n      [ff9a,ffaa) {fbreg(-37168)}\n      [fffa,10011) {fbreg(-37168)}\n    [4a481] parameter 'buf'\n      <no value>\n    [4a486] parameter 'len'\n      <no value>\n    [4a48b] parameter 'off'\n      <no value>\n    [4a490] variable 'recvd'\n      [f88e,f8e5) {reg3}\n      [ff9a,ffa0) {reg3}\n      [ffa0,ffaa) {reg1}\n      [fffa,10003) {reg3}\n      [10003,10011) {reg14}\n  [4a6ea] inlined function 'pwrite_retry'@fdc7\n    [4a704] parameter 'fd'\n      (fdc7,fdc7) <empty range>\n      [fdc7,fe37) {fbreg(-37152)}\n      [fea3,fea7) {fbreg(-37152)}\n    [4a711] parameter 'buf'\n      [fdc7,fe37) {fbreg(-37160)}\n      [fea3,fea7) {fbreg(-37160)}\n    [4a71e] parameter 'len'\n      [fdc7,fe37) {reg3}\n      [fea3,fea7) {reg3}\n    [4a72b] parameter 'off'\n      <no value>\n    [4a730] variable 'recvd'\n      [fdc7,fe18) {reg14}\n      [fe18,fe37) {reg13}\n      [fea3,fea7) {reg13}\n  [4a947] inlined function 'pwrite_retry'@fbfa\n    [4a961] parameter 'fd'\n      [f984,f988) {reg14}\n      [fbfa,fc3f) {reg14}\n      [1003a,10053) {reg14}\n    [4a96e] parameter 'buf'\n      [f984,f988) {fbreg(-37080)}\n      (fbfa,fbfa) <empty range>\n      [fbfa,fc3f) {fbreg(-37080)}\n      [1003a,10053) {fbreg(-37080)}\n    [4a97b] parameter 'len'\n      [f984,f988) {reg6}\n      [fbfa,fc3f) {reg6}\n      [1003a,10053) {reg6}\n    [4a988] parameter 'off'\n      [f984,f988) {fbreg(-37028), deref_size(4), const4u(4294967295), and, fbreg(-37040), deref, plus, stack_value}\n      [fbfa,fc3f) {fbreg(-37028), deref_size(4), const4u(4294967295), and, fbreg(-37040), deref, plus, stack_value}\n      [1003a,10053) {fbreg(-37028), deref_size(4), const4u(4294967295), and, fbreg(-37040), deref, plus, stack_value}\n    [4a995] variable 'recvd'\n      [f984,f988) {reg15}\n      [fbfa,fc3f) {reg15}\n      [1003a,10053) {reg15}\n  [4aceb] inlined function 'pwrite_retry'@ebc8\n    [4ad05] parameter 'fd'\n      <no value>\n    [4ad0a] parameter 'buf'\n      <no value>\n    [4ad0f] parameter 'len'\n      [ebc8,ec24) {reg3}\n      [ec48,ec53) {reg3}\n      [ec76,ec7c) {reg3}\n    [4ad1c] parameter 'off'\n      [ebc8,ec24) {reg13}\n      [ec48,ec53) {reg13}\n      [ec76,ec7c) {reg13}\n    [4ad29] variable 'recvd'\n      [ebc8,ebcb) {lit0, stack_value}\n      [ebcb,ec24) {reg15}\n      [ec48,ec53) {reg15}\n      [ec76,ec7c) {reg15}\n  [4adb3] inlined function 'memset'@ec8b\n    [4adca] parameter '__dest'\n      [ec8b,ec97) {breg4(0), fbreg(-72), deref, plus, stack_value}\n      [ec97,ec9c) {fbreg(-96), deref, fbreg(-72), deref, plus, stack_value}\n    [4add7] parameter '__ch'\n      <no value>\n    [4addc] parameter '__len'\n      [ec8b,ec8e) {breg1(0), fbreg(-72), deref, minus, stack_value}\n      [ec8e,ec9c) {breg3(0), fbreg(-72), deref, minus, stack_value}\n  [4b3ae] inlined function 'memset'@f0fa\n    [4b3c2] parameter '__dest'\n      [f0fa,f0fe) {reg5}\n    [4b3cf] parameter '__ch'\n      [f0fa,f0fe) {reg4}\n    [4b3dc] parameter '__len'\n      [f0fa,f0fe) {reg1}\n  [4b450] inlined function 'memset'@f3ca\n    [4b469] parameter '__dest'\n      [f3ca,f3d3) {reg5}\n    [4b476] parameter '__ch'\n      [f3ca,f3d3) {reg4}\n    [4b483] parameter '__len'\n      [f3ca,f3d3) {reg1}\n      [f3d3,f3d4) {fbreg(-184)}\n  [4b4bd] inlined function 'memset'@f4c5\n    [4b4d1] parameter '__dest'\n      [f4c5,f4cc) {reg5}\n      [f4cc,f4cd) {fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, stack_value}\n    [4b4de] parameter '__ch'\n      [f4c5,f4cc) {reg4}\n    [4b4eb] parameter '__len'\n      [f4c5,f4c8) {breg1(0), breg5(0), minus, stack_value}\n      [f4c8,f4cc) {reg1}\n      [f4cc,f4cd) {breg6(0), fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, minus, stack_value}\n  [4b81e] inlined function 'memset'@f509\n    [4b838] parameter '__dest'\n      [f509,f50d) {reg5}\n    [4b845] parameter '__ch'\n      [f509,f50d) {reg4}\n    [4b852] parameter '__len'\n      <no value>\n  [4b950] inlined function 'memset'@f549\n    [4b969] parameter '__dest'\n      [f549,f560) {breg2(0), const2u(65535), and, breg13(0), deref, plus, breg13(40), deref, plus, stack_value}\n    [4b976] parameter '__ch'\n      <no value>\n    [4b97b] parameter '__len'\n      [f549,f554) {breg1(0), breg2(0), minus, const4u(4294967295), and, stack_value}\n      [f554,f560) {reg1}\n  [4b564] inlined function 'memmove'@f483\n    [4b57e] parameter '__dest'\n      <no value>\n    [4b583] parameter '__src'\n      [f483,f48d) {reg4}\n    [4b590] parameter '__len'\n      [f483,f48d) {reg1}\n  [4b8f7] inlined function 'memmove'@eddb\n    [4b91b] parameter '__dest'\n      [eddb,ede2) {fbreg(-144), deref, plus_uconst(28), deref_size(4), const4u(4294967295), and, breg13(0), deref, plus, breg13(40), deref, plus, stack_value}\n    [4b928] parameter '__src'\n      [eddb,ede2) {breg13(88)}\n    [4b935] parameter '__len'\n      [eddb,ede2) {fbreg(-88), deref, lit5, shl, stack_value}\n  [4a834] inlined function 'memcpy'@fb46\n    [4a84e] parameter '__dest'\n      [fb46,fb64) {breg9(128), deref, const1u(40), mul, fbreg(-37080), deref, plus, stack_value}\n    [4a85b] parameter '__src'\n      [fb46,fb64) {breg9(144)}\n      [fb64,fb83) {reg2}\n    [4a868] parameter '__len'\n      [fb46,fb88) {const1u(40), stack_value}\n  [4af97] inlined function 'memcpy'@ef84\n    [4afbd] parameter '__dest'\n      [ef84,efab) {reg0}\n    [4afca] parameter '__src'\n      [ef84,efab) {reg6}\n    [4afd7] parameter '__len'\n      [ef84,efab) {const1u(40), stack_value}\n  [4b08f] inlined function 'memcpy'@f011\n    [4b0b5] parameter '__dest'\n      [f011,f01e) {reg0}\n    [4b0c2] parameter '__src'\n      [f011,f01f) {reg6}\n    [4b0cf] parameter '__len'\n      [f011,f01f) {reg12}\n  [4b251] inlined function 'memcpy'@f672\n    [4b277] parameter '__dest'\n      <no value>\n    [4b27c] parameter '__src'\n      [f672,f682) {reg13}\n    [4b289] parameter '__len'\n      <no value>\n  [4b726] inlined function 'memcpy'@f1b0\n    [4b74c] parameter '__dest'\n      <no value>\n    [4b751] parameter '__src'\n      [f1b0,f1d6) {reg4}\n    [4b75e] parameter '__len'\n      [f1b0,f1d6) {const1u(40), stack_value}\n  [4b8ab] inlined function 'memcpy'@ed21\n    [4b8cf] parameter '__dest'\n      [ed21,ed27) {breg13(0), deref, breg13(40), deref, plus, stack_value}\n    [4b8dc] parameter '__src'\n      [ed21,ed27) {breg13(72)}\n      [ed27,ed55) {reg2}\n    [4b8e9] parameter '__len'\n      [ed21,ed55) {const1u(52), stack_value}\nmodule 'libelf.so'\n[4bcdf] CU '../../elfutils-0.193/libelf/elf64_updatefile.c'@0\n  [4df4f] function 'fill'@10170\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4df72] parameter 'fd'\n      [10170,1018c) {reg5}\n      [1018c,10245) {reg14}\n      [10245,10248) {entry_value(1) {reg5}, stack_value}\n      [10248,10273) {reg14}\n      [10273,10276) {entry_value(1) {reg5}, stack_value}\n      [10276,102ae) {reg14}\n    [4df85] parameter 'pos'\n      [10170,101aa) {reg4}\n      [101aa,10243) {reg13}\n      [10248,10271) {reg13}\n      [10276,1027c) {reg13}\n      [1027c,10280) {reg4}\n      [10280,102ae) {reg13}\n    [4df99] parameter 'len'\n      [10170,101aa) {reg1}\n      [101aa,1022c) {fbreg(-80)}\n      [1022c,10231) {fbreg(-80), deref, breg3(0), minus, stack_value}\n      [10231,1027c) {fbreg(-80)}\n      [1027c,10283) {reg1}\n      [10283,102ae) {fbreg(-80)}\n    [4dfad] parameter 'fillbuf'\n      [10170,101aa) {reg2}\n      [101aa,1027c) {fbreg(-96)}\n      [1027c,1029b) {reg2}\n      [1029b,102ae) {fbreg(-96)}\n    [4dfc1] parameter 'filledp'\n      [10170,101aa) {reg8}\n      [101aa,1027c) {entry_value(1) {reg8}, stack_value}\n      [1027c,1029b) {reg8}\n      [1029b,102ae) {fbreg(-88)}\n    [4dfd5] variable 'filled'\n      [101a4,101aa) {reg5}\n      [101aa,1027c) {fbreg(-72)}\n      [1027c,10291) {reg5}\n      [10291,1029b) {breg8(0)}\n      [1029b,1029c) {fbreg(-72)}\n      [1029c,102ae) {reg3}\n    [4dfe9] variable 'fill_len'\n      [101a4,101aa) {reg0}\n      [101aa,1027c) {entry_value(1) {reg1}, const2u(4096), entry_value(1) {reg1}, plus_uconst(9223372036854775808), consts(-9223372036854771712), le, bra(1), swap, drop, stack_value}\n      [1027c,1029b) {reg0}\n      [1029b,102ae) {reg3}\n  [4e66f] inlined function 'fill_mmap'@106ee\n    [4e695] parameter 'offset'\n      [106ee,10729) {lit0, stack_value}\n    [4e6a2] parameter 'last_position'\n      [106ee,1071e) {reg5}\n    [4e6af] parameter 'scn_start'\n      [106ee,10729) {reg14}\n    [4e6bc] parameter 'shdr_start'\n      [106ee,10729) {fbreg(-192)}\n    [4e6c9] parameter 'shdr_end'\n      <no value>\n    [4e6ce] variable 'written'\n      [106ee,1071a) {lit0, stack_value}\n      [1071a,1071e) {reg1}\n  [4e725] inlined function 'fill_mmap'@109e3\n    [4e73f] parameter 'offset'\n      [109e3,109f8) {reg0}\n      [109f8,10a13) {breg3(24)}\n      [10a32,10a3e) {breg3(24)}\n      [10b0d,10b23) {breg3(24)}\n    [4e74c] parameter 'last_position'\n      [109e3,10a13) {reg5}\n    [4e759] parameter 'scn_start'\n      <no value>\n    [4e75e] parameter 'shdr_start'\n      [109e3,10a3e) {fbreg(-192)}\n      [10ae5,10b23) {fbreg(-192)}\n    [4e76b] parameter 'shdr_end'\n      <no value>\n    [4e770] variable 'written'\n      [109e3,10a0a) {lit0, stack_value}\n      [10a0a,10a13) {reg1}\n      [10a13,10a22) {fbreg(-184)}\n  [4dd3a] inlined function 'sort_sections'\n    [4dd4b] parameter 'scns'\n      <no value>\n    [4dd50] parameter 'list'\n      [11062,110c4) {reg9}\n    [4dd5d] variable 'scnp'\n      [11062,1107d) {reg4}\n      [1107d,11098) {reg1}\n  [4eabd] inlined function 'sort_sections'@1046d\n    [4ead6] parameter 'scns'\n      [1046d,104e1) {fbreg(-128)}\n    [4eae3] parameter 'list'\n      [1046d,104d8) {reg5}\n    [4eaf0] variable 'scnp'\n      [1046d,10484) {reg4}\n      [10484,104b8) {reg0}\n  [4ee6a] function 'compare_sections'@10100\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4ee8c] parameter 'a'\n      [10100,10112) {reg5}\n      [10112,1016d) {entry_value(1) {reg5}, stack_value}\n    [4ee9d] parameter 'b'\n      [10100,10119) {reg4}\n      [10119,1016d) {entry_value(1) {reg4}, stack_value}\n    [4eeae] variable 'scna'\n      [10100,10112) {reg5}\n      [10112,1016d) {entry_value(1) {reg5}, stack_value}\n    [4eec1] variable 'scnb'\n      [10100,10119) {reg4}\n      [10119,1016d) {entry_value(1) {reg4}, stack_value}\n  [4d61e] inlined function 'pwrite_retry'@10da3\n    [4d638] parameter 'fd'\n      [10da3,10dea) {reg12}\n      [112da,112e0) {reg12}\n    [4d645] parameter 'buf'\n      [10da3,10dea) {reg13}\n      [112da,112e0) {reg13}\n    [4d652] parameter 'len'\n      [10da3,10dea) {const1u(64), stack_value}\n      [112da,112e0) {const1u(64), stack_value}\n    [4d65f] parameter 'off'\n      [10da3,10dea) {lit0, stack_value}\n      [112da,112e0) {lit0, stack_value}\n    [4d66c] variable 'recvd'\n      [10da3,10dea) {reg14}\n      [112da,112e0) {reg14}\n  [4d789] inlined function 'pwrite_retry'@10edc\n    [4d7a3] parameter 'fd'\n      (10edc,10edc) <empty range>\n      [10edc,10f3d) {fbreg(-37168)}\n      [115ce,115de) {fbreg(-37168)}\n      [1162c,11643) {fbreg(-37168)}\n    [4d7b0] parameter 'buf'\n      <no value>\n    [4d7b5] parameter 'len'\n      <no value>\n    [4d7ba] parameter 'off'\n      <no value>\n    [4d7bf] variable 'recvd'\n      [10edc,10f35) {reg3}\n      [115ce,115d4) {reg3}\n      [115d4,115de) {reg1}\n      [1162c,11635) {reg3}\n      [11635,11643) {reg14}\n  [4da19] inlined function 'pwrite_retry'@113ff\n    [4da33] parameter 'fd'\n      (113ff,113ff) <empty range>\n      [113ff,11467) {fbreg(-37152)}\n      [114d0,114d4) {fbreg(-37152)}\n    [4da40] parameter 'buf'\n      [113ff,11467) {fbreg(-37160)}\n      [114d0,114d4) {fbreg(-37160)}\n    [4da4d] parameter 'len'\n      [113ff,11467) {reg3}\n      [114d0,114d4) {reg3}\n    [4da5a] parameter 'off'\n      <no value>\n    [4da5f] variable 'recvd'\n      [113ff,11448) {reg15}\n      [11448,11467) {reg13}\n      [114d0,114d4) {reg13}\n  [4dc76] inlined function 'pwrite_retry'@1122b\n    [4dc90] parameter 'fd'\n      [10fce,10fd2) {reg14}\n      [11227,11271) {reg14}\n      [1166c,11683) {reg14}\n    [4dc9d] parameter 'buf'\n      [10fce,10fd2) {fbreg(-37088)}\n      [11227,1122b) {reg12}\n      [1122b,11271) {fbreg(-37088)}\n      [1166c,11683) {fbreg(-37088)}\n    [4dcaa] parameter 'len'\n      [10fce,10fd2) {reg3}\n      [1122b,11271) {reg3}\n      [1166c,11683) {reg3}\n    [4dcb7] parameter 'off'\n      [10fce,10fd2) {fbreg(-37040), deref, fbreg(-37032), deref, plus, stack_value}\n      [1122b,11271) {fbreg(-37040), deref, fbreg(-37032), deref, plus, stack_value}\n      [1166c,11683) {fbreg(-37040), deref, fbreg(-37032), deref, plus, stack_value}\n    [4dcc4] variable 'recvd'\n      [10fce,10fd2) {reg15}\n      [1122b,11271) {reg15}\n      [1166c,11683) {reg15}\n  [4e018] inlined function 'pwrite_retry'@101c8\n    [4e032] parameter 'fd'\n      <no value>\n    [4e037] parameter 'buf'\n      <no value>\n    [4e03c] parameter 'len'\n      [101c8,10224) {reg3}\n      [10248,10253) {reg3}\n      [10276,1027c) {reg3}\n    [4e049] parameter 'off'\n      [101c8,10224) {reg13}\n      [10248,10253) {reg13}\n      [10276,1027c) {reg13}\n    [4e056] variable 'recvd'\n      [101c8,101cb) {lit0, stack_value}\n      [101cb,10224) {reg15}\n      [10248,10253) {reg15}\n      [10276,1027c) {reg15}\n  [4e0e0] inlined function 'memset'@1028b\n    [4e0f7] parameter '__dest'\n      [1028b,10297) {breg4(0), fbreg(-72), deref, plus, stack_value}\n      [10297,1029c) {fbreg(-96), deref, fbreg(-72), deref, plus, stack_value}\n    [4e104] parameter '__ch'\n      <no value>\n    [4e109] parameter '__len'\n      [1028b,1028e) {breg1(0), fbreg(-72), deref, minus, stack_value}\n      [1028e,1029c) {breg3(0), fbreg(-72), deref, minus, stack_value}\n  [4e6db] inlined function 'memset'@1071a\n    [4e6ef] parameter '__dest'\n      [1071a,1071e) {reg5}\n    [4e6fc] parameter '__ch'\n      [1071a,1071e) {reg4}\n    [4e709] parameter '__len'\n      [1071a,1071e) {reg1}\n  [4e77d] inlined function 'memset'@10a0a\n    [4e796] parameter '__dest'\n      [10a0a,10a13) {reg5}\n    [4e7a3] parameter '__ch'\n      [10a0a,10a13) {reg4}\n    [4e7b0] parameter '__len'\n      [10a0a,10a13) {reg1}\n      [10a13,10a14) {fbreg(-184)}\n  [4e7ea] inlined function 'memset'@10b05\n    [4e7fe] parameter '__dest'\n      [10b05,10b0c) {reg5}\n      [10b0c,10b0d) {fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, stack_value}\n    [4e80b] parameter '__ch'\n      [10b05,10b0c) {reg4}\n    [4e818] parameter '__len'\n      [10b05,10b08) {breg1(0), breg5(0), minus, stack_value}\n      [10b08,10b0c) {reg1}\n      [10b0c,10b0d) {breg6(0), fbreg(-168), deref, breg15(0), fbreg(-168), deref, plus_uconst(9223372036854775808), breg15(0), plus_uconst(9223372036854775808), ge, bra(1), swap, drop, minus, stack_value}\n  [4eb4b] inlined function 'memset'@10b4b\n    [4eb65] parameter '__dest'\n      [10b4b,10b4f) {reg5}\n    [4eb72] parameter '__ch'\n      [10b4b,10b4f) {reg4}\n    [4eb7f] parameter '__len'\n      <no value>\n  [4ec7d] inlined function 'memset'@10b94\n    [4ec96] parameter '__dest'\n      [10b94,10b9b) {breg13(0), deref, breg13(40), deref, plus, breg0(0), plus, stack_value}\n      [10b9b,10bac) {breg3(52), deref_size(2), const2u(65535), and, breg13(0), deref, plus, breg13(40), deref, plus, stack_value}\n    [4eca3] parameter '__ch'\n      <no value>\n    [4eca8] parameter '__len'\n      [10b94,10b97) {breg1(0), breg0(0), minus, stack_value}\n      [10b97,10bac) {reg1}\n  [4e891] inlined function 'memmove'@10ac3\n    [4e8ab] parameter '__dest'\n      <no value>\n    [4e8b0] parameter '__src'\n      [10ac3,10acd) {reg4}\n    [4e8bd] parameter '__len'\n      [10ac3,10acd) {reg1}\n  [4ec24] inlined function 'memmove'@103d0\n    [4ec48] parameter '__dest'\n      [103d0,103da) {breg13(0), deref, breg13(40), deref, plus, breg3(32), deref, plus, stack_value}\n    [4ec55] parameter '__src'\n      [103d0,103da) {breg13(88)}\n    [4ec62] parameter '__len'\n      [103d0,103da) {fbreg(-88), deref, const1u(56), mul, stack_value}\n  [4db63] inlined function 'memcpy'@11165\n    [4db7d] parameter '__dest'\n      [11165,1117f) {breg10(128), deref, lit6, shl, fbreg(-37088), deref, plus, stack_value}\n      [1117f,111ba) {reg1}\n    [4db8a] parameter '__src'\n      [11165,11182) {breg10(144)}\n      [11182,111b6) {reg2}\n    [4db97] parameter '__len'\n      [11165,111ba) {const1u(64), stack_value}\n  [4e2c4] inlined function 'memcpy'@10584\n    [4e2ea] parameter '__dest'\n      [10584,105c3) {reg0}\n    [4e2f7] parameter '__src'\n      [10584,105c3) {reg6}\n    [4e304] parameter '__len'\n      [10584,105c3) {const1u(64), stack_value}\n  [4e3bc] inlined function 'memcpy'@10627\n    [4e3e2] parameter '__dest'\n      [10627,10634) {reg0}\n    [4e3ef] parameter '__src'\n      [10627,10635) {reg6}\n    [4e3fc] parameter '__len'\n      [10627,10635) {reg12}\n  [4e57e] inlined function 'memcpy'@10cc4\n    [4e5a4] parameter '__dest'\n      <no value>\n    [4e5a9] parameter '__src'\n      [10cc4,10cd4) {reg13}\n    [4e5b6] parameter '__len'\n      <no value>\n  [4ea53] inlined function 'memcpy'@107d7\n    [4ea79] parameter '__dest'\n      <no value>\n    [4ea7e] parameter '__src'\n      [107d7,10815) {reg4}\n    [4ea8b] parameter '__len'\n      [107d7,10815) {const1u(64), stack_value}\n  [4ebd8] inlined function 'memcpy'@10317\n    [4ebfc] parameter '__dest'\n      [10317,1031d) {breg13(0), deref, breg13(40), deref, plus, stack_value}\n    [4ec09] parameter '__src'\n      [10317,10355) {reg3}\n    [4ec16] parameter '__len'\n      [10317,10355) {const1u(64), stack_value}\nmodule 'libelf.so'\n[4f00a] CU '../../elfutils-0.193/libelf/gelf_getsym.c'@11720\n  [5015d] function 'gelf_getsym'@11720\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5017f] parameter 'data'\n      [11720,117dd) {reg5}\n      [117dd,117e9) {entry_value(1) {reg5}, stack_value}\n      [117e9,117f5) {reg5}\n      [117f5,117fe) {entry_value(1) {reg5}, stack_value}\n      [117fe,11803) {reg5}\n    [50193] parameter 'ndx'\n      [11720,1178c) {reg4}\n      [1178c,11794) {reg8}\n      [11794,117ac) {reg4}\n      [117ac,117d2) {reg8}\n      [117d2,117e1) {reg4}\n      [117e1,117e9) {entry_value(1) {reg4}, stack_value}\n      [117e9,117f9) {reg4}\n      [117f9,117fe) {entry_value(1) {reg4}, stack_value}\n      [117fe,11803) {reg4}\n    [501a5] parameter 'dst'\n      [11720,11745) {reg1}\n      [11745,117e1) {reg2}\n      [117e1,117e9) {entry_value(1) {reg1}, stack_value}\n      [117e9,117f9) {reg1}\n      [117f9,117fe) {entry_value(1) {reg1}, stack_value}\n      [117fe,11803) {reg1}\n    [501b7] variable 'data_scn'\n      [11720,117dd) {reg5}\n      [117dd,117e9) {entry_value(1) {reg5}, stack_value}\n      [117e9,117f5) {reg5}\n      [117f5,117fe) {entry_value(1) {reg5}, stack_value}\n      [117fe,11803) {reg5}\n    [501cb] variable 'result'\n      <constant value>\n    [501e0] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[50264] CU '../../elfutils-0.193/libelf/gelf_update_sym.c'@11810\n  [513d0] function 'gelf_update_sym'@11810\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [513f2] parameter 'data'\n      [11810,118f5) {reg5}\n      [118f5,11901) {entry_value(1) {reg5}, stack_value}\n      [11901,1190d) {reg5}\n      [1190d,11916) {entry_value(1) {reg5}, stack_value}\n      [11916,1192d) {reg5}\n      [1192d,11936) {entry_value(1) {reg5}, stack_value}\n    [51406] parameter 'ndx'\n      [11810,11830) {reg4}\n      [11830,1187e) {reg2}\n      [1187e,1188f) {entry_value(1) {reg4}, stack_value}\n      [1188f,118cb) {reg2}\n      [118cb,118ee) {reg10}\n      [118ee,118f9) {reg2}\n      [118f9,11901) {entry_value(1) {reg4}, stack_value}\n      [11901,11911) {reg2}\n      [11911,11916) {entry_value(1) {reg4}, stack_value}\n      [11916,11923) {reg4}\n      [11923,11931) {reg2}\n      [11931,11936) {entry_value(1) {reg4}, stack_value}\n    [51418] parameter 'src'\n      [11810,1184b) {reg1}\n      [1184b,1188f) {reg8}\n      [1188f,11899) {reg1}\n      [11899,118f9) {reg8}\n      [118f9,11901) {entry_value(1) {reg1}, stack_value}\n      [11901,11911) {reg1}\n      [11911,11916) {entry_value(1) {reg1}, stack_value}\n      [11916,11923) {reg1}\n      [11923,11931) {reg8}\n      [11931,11936) {entry_value(1) {reg1}, stack_value}\n    [5142a] variable 'data_scn'\n      [11810,118f5) {reg5}\n      [118f5,11901) {entry_value(1) {reg5}, stack_value}\n      [11901,1190d) {reg5}\n      [1190d,11916) {entry_value(1) {reg5}, stack_value}\n      [11916,1192d) {reg5}\n      [1192d,11936) {entry_value(1) {reg5}, stack_value}\n    [5143d] variable 'scn'\n      [11830,118f9) {reg4}\n      [11923,11931) {reg4}\n    [51450] variable 'result'\n      [11810,1187e) {lit0, stack_value}\n      [1187e,1188a) {lit1, stack_value}\n      [1188f,11936) {lit0, stack_value}\nmodule 'libelf.so'\n[514e8] CU '../../elfutils-0.193/libelf/gelf_getversym.c'@11940\n  [52559] function 'gelf_getversym'@11940\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5257b] parameter 'data'\n      [11940,1197d) {reg5}\n      [1197d,11989) {entry_value(1) {reg5}, stack_value}\n      [11989,11995) {reg5}\n      [11995,1199e) {entry_value(1) {reg5}, stack_value}\n      [1199e,119a3) {reg5}\n    [5258f] parameter 'ndx'\n      [11940,11981) {reg4}\n      [11981,11989) {entry_value(1) {reg4}, stack_value}\n      [11989,11999) {reg4}\n      [11999,1199e) {entry_value(1) {reg4}, stack_value}\n      [1199e,119a3) {reg4}\n    [525a1] parameter 'dst'\n      [11940,11981) {reg1}\n      [11981,11989) {entry_value(1) {reg1}, stack_value}\n      [11989,11999) {reg1}\n      [11999,1199e) {entry_value(1) {reg1}, stack_value}\n      [1199e,119a3) {reg1}\n    [525b3] variable 'data_scn'\n      [11940,1197d) {reg5}\n      [1197d,11989) {entry_value(1) {reg5}, stack_value}\n      [11989,11995) {reg5}\n      [11995,1199e) {entry_value(1) {reg5}, stack_value}\n      [1199e,119a3) {reg5}\n    [525c6] variable 'scn'\n      [1194f,11972) {breg5(40)}\n      [11989,11995) {breg5(40)}\n      [11995,11999) {entry_value(1) {reg5}, plus_uconst(40)}\n    [525da] variable 'result'\n      [1196a,1196d) {reg1}\n      [1199a,1199e) {lit0, stack_value}\n    [525ed] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[52652] CU '../../elfutils-0.193/libelf/gelf_getverneed.c'@119b0\n  [53724] function 'gelf_getverneed'@119b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [53746] parameter 'data'\n      [119b0,119f5) {reg5}\n      [119f5,11a01) {entry_value(1) {reg5}, stack_value}\n      [11a01,11a0d) {reg5}\n      [11a0d,11a16) {entry_value(1) {reg5}, stack_value}\n      [11a16,11a23) {reg5}\n    [53758] parameter 'offset'\n      [119b0,119d3) {reg4}\n      [119d3,119d8) {reg0}\n      [119d8,119db) {breg2(-16), stack_value}\n      [119db,11a01) {entry_value(1) {reg4}, stack_value}\n      [11a01,11a11) {reg4}\n      [11a11,11a16) {entry_value(1) {reg4}, stack_value}\n      [11a16,11a23) {reg4}\n    [5376a] parameter 'dst'\n      [119b0,119f9) {reg1}\n      [119f9,11a01) {entry_value(1) {reg1}, stack_value}\n      [11a01,11a11) {reg1}\n      [11a11,11a16) {entry_value(1) {reg1}, stack_value}\n      [11a16,11a23) {reg1}\n    [5377e] variable 'result'\n      [119fa,119fc) {lit0, stack_value}\n    [53792] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [5379b] inlined function 'memcpy'@119d5\n    [537b4] parameter '__dest'\n      [119d5,119e9) {reg1}\n    [537c1] parameter '__src'\n      [119d5,119d8) {breg5(0), deref, breg0(0), plus, stack_value}\n      [119d8,119e2) {reg0}\n    [537ce] parameter '__len'\n      [119d5,119e9) {lit16, stack_value}\nmodule 'libelf.so'\n[5385c] CU '../../elfutils-0.193/libelf/gelf_getvernaux.c'@11a30\n  [5492e] function 'gelf_getvernaux'@11a30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [54950] parameter 'data'\n      [11a30,11a75) {reg5}\n      [11a75,11a81) {entry_value(1) {reg5}, stack_value}\n      [11a81,11a8d) {reg5}\n      [11a8d,11a96) {entry_value(1) {reg5}, stack_value}\n      [11a96,11aa3) {reg5}\n    [54962] parameter 'offset'\n      [11a30,11a53) {reg4}\n      [11a53,11a58) {reg0}\n      [11a58,11a5b) {breg2(-16), stack_value}\n      [11a5b,11a81) {entry_value(1) {reg4}, stack_value}\n      [11a81,11a91) {reg4}\n      [11a91,11a96) {entry_value(1) {reg4}, stack_value}\n      [11a96,11aa3) {reg4}\n    [54974] parameter 'dst'\n      [11a30,11a79) {reg1}\n      [11a79,11a81) {entry_value(1) {reg1}, stack_value}\n      [11a81,11a91) {reg1}\n      [11a91,11a96) {entry_value(1) {reg1}, stack_value}\n      [11a96,11aa3) {reg1}\n    [54988] variable 'result'\n      [11a7a,11a7c) {lit0, stack_value}\n    [5499c] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [549a5] inlined function 'memcpy'@11a55\n    [549be] parameter '__dest'\n      [11a55,11a69) {reg1}\n    [549cb] parameter '__src'\n      [11a55,11a58) {breg5(0), deref, breg0(0), plus, stack_value}\n      [11a58,11a62) {reg0}\n    [549d8] parameter '__len'\n      [11a55,11a69) {lit16, stack_value}\nmodule 'libelf.so'\n[54a66] CU '../../elfutils-0.193/libelf/gelf_getverdef.c'@11ab0\n  [55b54] function 'gelf_getverdef'@11ab0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [55b76] parameter 'data'\n      [11ab0,11afd) {reg5}\n      [11afd,11b09) {entry_value(1) {reg5}, stack_value}\n      [11b09,11b15) {reg5}\n      [11b15,11b1e) {entry_value(1) {reg5}, stack_value}\n      [11b1e,11b23) {reg5}\n    [55b88] parameter 'offset'\n      [11ab0,11ad3) {reg4}\n      [11ad3,11ad8) {reg0}\n      [11ad8,11adb) {breg2(-20), stack_value}\n      [11adb,11b09) {entry_value(1) {reg4}, stack_value}\n      [11b09,11b19) {reg4}\n      [11b19,11b1e) {entry_value(1) {reg4}, stack_value}\n      [11b1e,11b23) {reg4}\n    [55b9a] parameter 'dst'\n      [11ab0,11b01) {reg1}\n      [11b01,11b09) {entry_value(1) {reg1}, stack_value}\n      [11b09,11b19) {reg1}\n      [11b19,11b1e) {entry_value(1) {reg1}, stack_value}\n      [11b1e,11b23) {reg1}\n    [55bae] variable 'result'\n      [11b02,11b04) {lit0, stack_value}\n    [55bc2] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [55bcb] inlined function 'memcpy'@11ad5\n    [55be4] parameter '__dest'\n      [11ad5,11aef) {reg1}\n    [55bf1] parameter '__src'\n      [11ad5,11ad8) {breg5(0), deref, breg0(0), plus, stack_value}\n      [11ad8,11ae9) {reg0}\n    [55bfe] parameter '__len'\n      [11ad5,11aef) {lit20, stack_value}\nmodule 'libelf.so'\n[55c8c] CU '../../elfutils-0.193/libelf/gelf_getverdaux.c'@11b30\n  [56d34] function 'gelf_getverdaux'@11b30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [56d56] parameter 'data'\n      [11b30,11b75) {reg5}\n      [11b75,11b81) {entry_value(1) {reg5}, stack_value}\n      [11b81,11b8d) {reg5}\n      [11b8d,11b96) {entry_value(1) {reg5}, stack_value}\n      [11b96,11ba3) {reg5}\n    [56d68] parameter 'offset'\n      [11b30,11b53) {reg4}\n      [11b53,11b5c) {reg0}\n      [11b5c,11b81) {entry_value(1) {reg4}, stack_value}\n      [11b81,11b91) {reg4}\n      [11b91,11b96) {entry_value(1) {reg4}, stack_value}\n      [11b96,11ba3) {reg4}\n    [56d7a] parameter 'dst'\n      [11b30,11b79) {reg1}\n      [11b79,11b81) {entry_value(1) {reg1}, stack_value}\n      [11b81,11b91) {reg1}\n      [11b91,11b96) {entry_value(1) {reg1}, stack_value}\n      [11b96,11ba3) {reg1}\n    [56d8e] variable 'result'\n      [11b5f,11b62) {reg1}\n      [11b7a,11b7c) {lit0, stack_value}\n    [56da2] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [56dab] inlined function 'memcpy'@11b55\n    [56dd0] parameter '__dest'\n      [11b55,11b5f) {reg1}\n    [56ddd] parameter '__src'\n      [11b55,11b5c) {breg5(0), deref, breg0(0), plus, stack_value}\n      [11b5c,11b5f) {entry_value(1) {reg4}, const1u(32), shl, const1u(32), shra, breg5(0), deref, plus, stack_value}\n    [56dea] parameter '__len'\n      [11b55,11b5f) {lit8, stack_value}\nmodule 'libelf.so'\n[56e78] CU '../../elfutils-0.193/libelf/gelf_getrel.c'@11bb0\n  [57f4e] function 'gelf_getrel'@11bb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [57f70] parameter 'data'\n      [11bb0,11c55) {reg5}\n      [11c55,11c61) {entry_value(1) {reg5}, stack_value}\n      [11c61,11c6d) {reg5}\n      [11c6d,11c76) {entry_value(1) {reg5}, stack_value}\n      [11c76,11c83) {reg5}\n    [57f84] parameter 'ndx'\n      [11bb0,11bf2) {reg4}\n      [11bf2,11c08) {reg8}\n      [11c08,11c59) {reg4}\n      [11c59,11c61) {entry_value(1) {reg4}, stack_value}\n      [11c61,11c71) {reg4}\n      [11c71,11c76) {entry_value(1) {reg4}, stack_value}\n      [11c76,11c83) {reg4}\n    [57f96] parameter 'dst'\n      [11bb0,11bd5) {reg1}\n      [11bd5,11c59) {reg0}\n      [11c59,11c61) {entry_value(1) {reg1}, stack_value}\n      [11c61,11c71) {reg0}\n      [11c71,11c76) {entry_value(1) {reg1}, stack_value}\n      [11c76,11c83) {reg1}\n    [57fa8] variable 'data_scn'\n      [11bb0,11c55) {reg5}\n      [11c55,11c61) {entry_value(1) {reg5}, stack_value}\n      [11c61,11c6d) {reg5}\n      [11c6d,11c76) {entry_value(1) {reg5}, stack_value}\n      [11c76,11c83) {reg5}\n    [57fbb] variable 'scn'\n      [11bca,11bfb) {breg5(40)}\n      [11c08,11c55) {breg5(40)}\n      [11c55,11c59) {entry_value(1) {reg5}, plus_uconst(40)}\n    [57fce] variable 'result'\n      [11c45,11c4a) {reg0}\n      [11c5a,11c5c) {lit0, stack_value}\n  [5800a] inlined function 'memcpy'@11beb\n    [58023] parameter '__dest'\n      [11beb,11c03) {reg0}\n    [58030] parameter '__src'\n      [11beb,11bf2) {breg4(0), const1u(32), shl, const1u(32), shra, lit4, shl, breg5(0), deref, plus, stack_value}\n      [11bf2,11bf5) {breg8(0), const1u(32), shl, const1u(32), shra, lit4, shl, breg5(0), deref, plus, stack_value}\n      [11bf5,11c03) {reg4}\n    [5803d] parameter '__len'\n      [11beb,11c03) {lit16, stack_value}\nmodule 'libelf.so'\n[580c0] CU '../../elfutils-0.193/libelf/gelf_getrela.c'@11c90\n  [591e2] function 'gelf_getrela'@11c90\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [59204] parameter 'data'\n      [11c90,11ca2) {reg5}\n      [11ca2,11cc8) {reg8}\n      [11cc8,11d2a) {reg4}\n      [11d2a,11d5c) {entry_value(1) {reg5}, stack_value}\n      [11d5c,11d69) {reg4}\n      [11d69,11d71) {entry_value(1) {reg5}, stack_value}\n      [11d71,11d81) {reg4}\n      [11d81,11d86) {entry_value(1) {reg5}, stack_value}\n      [11d86,11d93) {reg5}\n    [59218] parameter 'ndx'\n      [11c90,11cad) {reg4}\n      [11cad,11d65) {reg5}\n      [11d65,11d69) {reg8}\n      [11d69,11d71) {entry_value(1) {reg4}, stack_value}\n      [11d71,11d7d) {reg5}\n      [11d7d,11d86) {entry_value(1) {reg4}, stack_value}\n      [11d86,11d93) {reg4}\n    [5922a] parameter 'dst'\n      [11c90,11cc5) {reg1}\n      [11cc5,11d69) {reg2}\n      [11d69,11d71) {entry_value(1) {reg1}, stack_value}\n      [11d71,11d81) {reg1}\n      [11d81,11d86) {entry_value(1) {reg1}, stack_value}\n      [11d86,11d93) {reg1}\n    [5923c] variable 'data_scn'\n      [11c90,11ca2) {reg5}\n      [11ca2,11cc8) {reg8}\n      [11cc8,11d2a) {reg4}\n      [11d2a,11d5c) {entry_value(1) {reg5}, stack_value}\n      [11d5c,11d69) {reg4}\n      [11d69,11d71) {entry_value(1) {reg5}, stack_value}\n      [11d71,11d81) {reg4}\n      [11d81,11d86) {entry_value(1) {reg5}, stack_value}\n      [11d86,11d93) {reg5}\n    [5924f] variable 'scn'\n      [11cb3,11cc8) {breg8(40)}\n      [11cc8,11ccf) {reg0}\n      [11ccf,11cf8) {breg4(40)}\n      [11d10,11d2a) {breg4(40)}\n      [11d2a,11d54) {entry_value(1) {reg5}, plus_uconst(40)}\n      [11d5c,11d69) {breg4(40)}\n    [59262] variable 'result'\n      [11d54,11d5c) {reg2}\n      [11d6a,11d6c) {lit0, stack_value}\n  [5929e] inlined function 'memcpy'@11ce4\n    [592b7] parameter '__dest'\n      [11ce4,11d0b) {reg2}\n    [592c4] parameter '__src'\n      [11ce4,11cf8) {breg5(0), const1u(32), shl, const1u(32), shra, lit24, mul, breg4(0), deref, plus, stack_value}\n    [592d1] parameter '__len'\n      [11ce4,11d0b) {lit24, stack_value}\nmodule 'libelf.so'\n[59354] CU '../../elfutils-0.193/libelf/gelf_update_rel.c'@11da0\n  [5a438] function 'gelf_update_rel'@11da0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5a45a] parameter 'dst'\n      [11da0,11e65) {reg5}\n      [11e65,11e71) {entry_value(1) {reg5}, stack_value}\n      [11e71,11e7d) {reg5}\n      [11e7d,11e86) {entry_value(1) {reg5}, stack_value}\n      [11e86,11e95) {reg5}\n      [11e95,11e9e) {entry_value(1) {reg5}, stack_value}\n      [11e9e,11ea3) {reg5}\n    [5a46c] parameter 'ndx'\n      [11da0,11dbd) {reg4}\n      [11dbd,11de8) {reg0}\n      [11de8,11dee) {reg8}\n      [11dee,11dff) {entry_value(1) {reg4}, stack_value}\n      [11dff,11e69) {reg0}\n      [11e69,11e71) {entry_value(1) {reg4}, stack_value}\n      [11e71,11e81) {reg0}\n      [11e81,11e86) {entry_value(1) {reg4}, stack_value}\n      [11e86,11e99) {reg0}\n      [11e99,11e9e) {entry_value(1) {reg4}, stack_value}\n      [11e9e,11ea3) {reg4}\n    [5a47e] parameter 'src'\n      [11da0,11dee) {reg1}\n      [11dee,11dff) {entry_value(1) {reg1}, stack_value}\n      [11dff,11e1c) {reg1}\n      [11e1c,11e71) {entry_value(1) {reg1}, stack_value}\n      [11e71,11e81) {reg1}\n      [11e81,11e9e) {entry_value(1) {reg1}, stack_value}\n      [11e9e,11ea3) {reg1}\n    [5a490] variable 'data_scn'\n      [11da0,11e65) {reg5}\n      [11e65,11e71) {entry_value(1) {reg5}, stack_value}\n      [11e71,11e7d) {reg5}\n      [11e7d,11e86) {entry_value(1) {reg5}, stack_value}\n      [11e86,11e95) {reg5}\n      [11e95,11e9e) {entry_value(1) {reg5}, stack_value}\n      [11e9e,11ea3) {reg5}\n    [5a4a3] variable 'scn'\n      [11dbd,11e69) {reg4}\n      [11e86,11e99) {reg4}\n    [5a4b6] variable 'result'\n      [11da0,11dee) {lit0, stack_value}\n      [11dee,11dfa) {lit1, stack_value}\n      [11dff,11ea3) {lit0, stack_value}\nmodule 'libelf.so'\n[5a54e] CU '../../elfutils-0.193/libelf/gelf_update_rela.c'@11eb0\n  [5b67e] function 'gelf_update_rela'@11eb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5b6a0] parameter 'dst'\n      [11eb0,11ed1) {reg5}\n      [11ed1,11fb9) {reg2}\n      [11fb9,11fc1) {entry_value(1) {reg5}, stack_value}\n      [11fc1,11fd1) {reg2}\n      [11fd1,11fd6) {entry_value(1) {reg5}, stack_value}\n      [11fd6,11fe9) {reg2}\n      [11fe9,11fee) {entry_value(1) {reg5}, stack_value}\n      [11fee,11ff3) {reg5}\n    [5b6b2] parameter 'ndx'\n      [11eb0,11f1f) {reg4}\n      [11f1f,11f30) {entry_value(1) {reg4}, stack_value}\n      [11f30,11fb9) {reg4}\n      [11fb9,11fc1) {entry_value(1) {reg4}, stack_value}\n      [11fc1,11fd1) {reg4}\n      [11fd1,11fd6) {entry_value(1) {reg4}, stack_value}\n      [11fd6,11fe9) {reg4}\n      [11fe9,11fee) {entry_value(1) {reg4}, stack_value}\n      [11fee,11ff3) {reg4}\n    [5b6c4] parameter 'src'\n      [11eb0,11eec) {reg1}\n      [11eec,11f1f) {reg8}\n      [11f1f,11f30) {entry_value(1) {reg1}, stack_value}\n      [11f30,11f38) {reg1}\n      [11f38,11f54) {reg8}\n      [11f54,11fc1) {entry_value(1) {reg1}, stack_value}\n      [11fc1,11fd1) {reg1}\n      [11fd1,11fee) {entry_value(1) {reg1}, stack_value}\n      [11fee,11ff3) {reg1}\n    [5b6d6] variable 'data_scn'\n      [11eb0,11ed1) {reg5}\n      [11ed1,11fb9) {reg2}\n      [11fb9,11fc1) {entry_value(1) {reg5}, stack_value}\n      [11fc1,11fd1) {reg2}\n      [11fd1,11fd6) {entry_value(1) {reg5}, stack_value}\n      [11fd6,11fe9) {reg2}\n      [11fe9,11fee) {entry_value(1) {reg5}, stack_value}\n      [11fee,11ff3) {reg5}\n    [5b6e9] variable 'scn'\n      [11ed1,11fb5) {reg5}\n      [11fb5,11fb9) {breg2(40)}\n      [11fd6,11fe5) {reg5}\n      [11fe5,11fe9) {breg2(40)}\n    [5b6fc] variable 'result'\n      [11eb0,11f1f) {lit0, stack_value}\n      [11f1f,11f2b) {lit1, stack_value}\n      [11f30,11ff3) {lit0, stack_value}\nmodule 'libelf.so'\n[5b794] CU '../../elfutils-0.193/libelf/gelf_getdyn.c'@12000\n  [5c8da] function 'gelf_getdyn'@12000\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5c8fc] parameter 'data'\n      [12000,1207d) {reg5}\n      [1207d,12089) {entry_value(1) {reg5}, stack_value}\n      [12089,12095) {reg5}\n      [12095,1209e) {entry_value(1) {reg5}, stack_value}\n      [1209e,120a3) {reg5}\n    [5c910] parameter 'ndx'\n      [12000,1203e) {reg4}\n      [1203e,1204d) {reg8}\n      [1204d,12081) {reg4}\n      [12081,12089) {entry_value(1) {reg4}, stack_value}\n      [12089,12099) {reg4}\n      [12099,1209e) {entry_value(1) {reg4}, stack_value}\n      [1209e,120a3) {reg4}\n    [5c922] parameter 'dst'\n      [12000,12021) {reg1}\n      [12021,12081) {reg0}\n      [12081,12089) {entry_value(1) {reg1}, stack_value}\n      [12089,12099) {reg0}\n      [12099,1209e) {entry_value(1) {reg1}, stack_value}\n      [1209e,120a3) {reg1}\n    [5c934] variable 'data_scn'\n      [12000,1207d) {reg5}\n      [1207d,12089) {entry_value(1) {reg5}, stack_value}\n      [12089,12095) {reg5}\n      [12095,1209e) {entry_value(1) {reg5}, stack_value}\n      [1209e,120a3) {reg5}\n    [5c948] variable 'result'\n      <constant value>\n    [5c955] variable 'elf'\n      [12016,12075) {breg5(40), deref, plus_uconst(136)}\n      [12075,12081) {reg2}\n    [5c970] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[5c9f3] CU '../../elfutils-0.193/libelf/gelf_update_dyn.c'@120b0\n  [5db52] function 'gelf_update_dyn'@120b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [5db74] parameter 'data'\n      [120b0,120e4) {reg5}\n      [120e4,12103) {reg0}\n      [12103,12114) {entry_value(1) {reg5}, stack_value}\n      [12114,12148) {reg0}\n      [12148,12156) {entry_value(1) {reg5}, stack_value}\n      [12156,12169) {reg0}\n      [12169,12171) {entry_value(1) {reg5}, stack_value}\n      [12171,12181) {reg0}\n      [12181,12186) {entry_value(1) {reg5}, stack_value}\n      [12186,12199) {reg0}\n      [12199,1219e) {entry_value(1) {reg5}, stack_value}\n      [1219e,121a3) {reg5}\n    [5db88] parameter 'ndx'\n      [120b0,120fd) {reg4}\n      [120fd,12103) {reg5}\n      [12103,12114) {entry_value(1) {reg4}, stack_value}\n      [12114,12169) {reg4}\n      [12169,12171) {entry_value(1) {reg4}, stack_value}\n      [12171,12181) {reg4}\n      [12181,12186) {entry_value(1) {reg4}, stack_value}\n      [12186,12199) {reg4}\n      [12199,1219e) {entry_value(1) {reg4}, stack_value}\n      [1219e,121a3) {reg4}\n    [5db9a] parameter 'src'\n      [120b0,120d1) {reg1}\n      [120d1,12103) {reg8}\n      [12103,12114) {entry_value(1) {reg1}, stack_value}\n      [12114,12131) {reg8}\n      [12131,12171) {entry_value(1) {reg1}, stack_value}\n      [12171,12181) {reg1}\n      [12181,1219e) {entry_value(1) {reg1}, stack_value}\n      [1219e,121a3) {reg1}\n    [5dbac] variable 'data_scn'\n      [120b0,120e4) {reg5}\n      [120e4,12103) {reg0}\n      [12103,12114) {entry_value(1) {reg5}, stack_value}\n      [12114,12148) {reg0}\n      [12148,12156) {entry_value(1) {reg5}, stack_value}\n      [12156,12169) {reg0}\n      [12169,12171) {entry_value(1) {reg5}, stack_value}\n      [12171,12181) {reg0}\n      [12181,12186) {entry_value(1) {reg5}, stack_value}\n      [12186,12199) {reg0}\n      [12199,1219e) {entry_value(1) {reg5}, stack_value}\n      [1219e,121a3) {reg5}\n    [5dbbf] variable 'scn'\n      [120d1,12169) {reg1}\n      [12186,12199) {reg1}\n    [5dbd3] variable 'result'\n      [120b0,12103) {lit0, stack_value}\n      [12103,1210f) {lit1, stack_value}\n      [12114,121a3) {lit0, stack_value}\nmodule 'libelf.so'\n[5dc66] CU '../../elfutils-0.193/libelf/gelf_getmove.c'@0\nmodule 'libelf.so'\n[5ee4b] CU '../../elfutils-0.193/libelf/gelf_update_move.c'@0\nmodule 'libelf.so'\n[6001c] CU '../../elfutils-0.193/libelf/gelf_getsyminfo.c'@121f0\n  [610b4] function 'gelf_getsyminfo'@121f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [610d6] parameter 'data'\n      [121f0,1222d) {reg5}\n      [1222d,12239) {entry_value(1) {reg5}, stack_value}\n      [12239,12245) {reg5}\n      [12245,1224e) {entry_value(1) {reg5}, stack_value}\n      [1224e,12253) {reg5}\n    [610ea] parameter 'ndx'\n      [121f0,12231) {reg4}\n      [12231,12239) {entry_value(1) {reg4}, stack_value}\n      [12239,12249) {reg4}\n      [12249,1224e) {entry_value(1) {reg4}, stack_value}\n      [1224e,12253) {reg4}\n    [610fc] parameter 'dst'\n      [121f0,12231) {reg1}\n      [12231,12239) {entry_value(1) {reg1}, stack_value}\n      [12239,12249) {reg1}\n      [12249,1224e) {entry_value(1) {reg1}, stack_value}\n      [1224e,12253) {reg1}\n    [6110e] variable 'result'\n      [121f0,12219) {lit0, stack_value}\n      [12219,1221c) {reg1}\n      [12221,12253) {lit0, stack_value}\n    [61122] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[6118a] CU '../../elfutils-0.193/libelf/gelf_update_syminfo.c'@12260\n  [62240] function 'gelf_update_syminfo'@12260\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [62262] parameter 'data'\n      [12260,122a5) {reg5}\n      [122a5,122b1) {entry_value(1) {reg5}, stack_value}\n      [122b1,122bd) {reg5}\n      [122bd,122c6) {entry_value(1) {reg5}, stack_value}\n      [122c6,122d3) {reg5}\n    [62276] parameter 'ndx'\n      [12260,122a9) {reg4}\n      [122a9,122b1) {entry_value(1) {reg4}, stack_value}\n      [122b1,122c1) {reg4}\n      [122c1,122c6) {entry_value(1) {reg4}, stack_value}\n      [122c6,122d3) {reg4}\n    [62288] parameter 'src'\n      [12260,1228a) {reg1}\n      [1228a,1229e) {entry_value(1) {reg1}, stack_value}\n      [1229e,122a9) {reg1}\n      [122a9,122b1) {entry_value(1) {reg1}, stack_value}\n      [122b1,122c1) {reg1}\n      [122c1,122c6) {entry_value(1) {reg1}, stack_value}\n      [122c6,122d3) {reg1}\n    [6229a] variable 'data_scn'\n      [12260,122a5) {reg5}\n      [122a5,122b1) {entry_value(1) {reg5}, stack_value}\n      [122b1,122bd) {reg5}\n      [122bd,122c6) {entry_value(1) {reg5}, stack_value}\n      [122c6,122d3) {reg5}\n    [622ad] variable 'scn'\n      [1226f,1229e) {breg5(40)}\n      [122b1,122bd) {breg5(40)}\n      [122bd,122c1) {entry_value(1) {reg5}, plus_uconst(40)}\n    [622c1] variable 'result'\n      [12260,1228d) {lit0, stack_value}\n      [1228d,12299) {lit1, stack_value}\n      [1229e,122d3) {lit0, stack_value}\n    [622d4] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[62341] CU '../../elfutils-0.193/libelf/gelf_getauxv.c'@122e0\n  [6344d] function 'gelf_getauxv'@122e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6346f] parameter 'data'\n      [122e0,1236d) {reg5}\n      [1236d,12379) {entry_value(1) {reg5}, stack_value}\n      [12379,12385) {reg5}\n      [12385,1238e) {entry_value(1) {reg5}, stack_value}\n      [1238e,12393) {reg5}\n    [63483] parameter 'ndx'\n      [122e0,12301) {reg4}\n      [12301,12319) {breg4(-1), stack_value}\n      [12319,12379) {entry_value(1) {reg4}, stack_value}\n      [12379,12389) {reg4}\n      [12389,1238e) {entry_value(1) {reg4}, stack_value}\n      [1238e,12393) {reg4}\n    [63495] parameter 'dst'\n      [122e0,122fe) {reg1}\n      [122fe,12371) {reg0}\n      [12371,12379) {entry_value(1) {reg1}, stack_value}\n      [12379,12389) {reg0}\n      [12389,1238e) {entry_value(1) {reg1}, stack_value}\n      [1238e,12393) {reg1}\n    [634a7] variable 'data_scn'\n      [122e0,1236d) {reg5}\n      [1236d,12379) {entry_value(1) {reg5}, stack_value}\n      [12379,12385) {reg5}\n      [12385,1238e) {entry_value(1) {reg5}, stack_value}\n      [1238e,12393) {reg5}\n    [634bb] variable 'result'\n      <constant value>\n    [634c8] variable 'elf'\n      [122fa,1232c) {breg5(40), deref, plus_uconst(136)}\n      [12339,1234c) {reg1}\n      [1234c,1235d) {breg5(40), deref, plus_uconst(136)}\n      [12362,12371) {reg1}\n    [634e3] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [6351c] inlined function 'memcpy'@1231e\n    [63535] parameter '__dest'\n      [1231e,12334) {reg0}\n    [63542] parameter '__src'\n      [1231e,12326) {breg5(0), deref, breg4(0), plus, lit16, minus, stack_value}\n      [12326,12330) {reg1}\n    [6354f] parameter '__len'\n      [1231e,12334) {lit16, stack_value}\nmodule 'libelf.so'\n[635d0] CU '../../elfutils-0.193/libelf/gelf_update_auxv.c'@123a0\n  [646e5] function 'gelf_update_auxv'@123a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [64707] parameter 'data'\n      [123a0,12445) {reg5}\n      [12445,12451) {entry_value(1) {reg5}, stack_value}\n      [12451,1245d) {reg5}\n      [1245d,12466) {entry_value(1) {reg5}, stack_value}\n      [12466,1247d) {reg5}\n      [1247d,12486) {entry_value(1) {reg5}, stack_value}\n    [6471b] parameter 'ndx'\n      [123a0,123d3) {reg4}\n      [123d3,123da) {breg4(-1), stack_value}\n      [123da,123fd) {entry_value(1) {reg4}, stack_value}\n      [123fd,1241a) {reg4}\n      [1241a,12421) {breg4(-1), stack_value}\n      [12421,12451) {entry_value(1) {reg4}, stack_value}\n      [12451,12461) {reg4}\n      [12461,12466) {entry_value(1) {reg4}, stack_value}\n      [12466,12481) {reg4}\n      [12481,12486) {entry_value(1) {reg4}, stack_value}\n    [6472d] parameter 'src'\n      [123a0,123ec) {reg1}\n      [123ec,123fd) {entry_value(1) {reg1}, stack_value}\n      [123fd,12412) {reg1}\n      [12412,12451) {entry_value(1) {reg1}, stack_value}\n      [12451,12461) {reg1}\n      [12461,12466) {entry_value(1) {reg1}, stack_value}\n      [12466,12473) {reg1}\n      [12473,12486) {entry_value(1) {reg1}, stack_value}\n    [6473f] variable 'data_scn'\n      [123a0,12445) {reg5}\n      [12445,12451) {entry_value(1) {reg5}, stack_value}\n      [12451,1245d) {reg5}\n      [1245d,12466) {entry_value(1) {reg5}, stack_value}\n      [12466,1247d) {reg5}\n      [1247d,12486) {entry_value(1) {reg5}, stack_value}\n    [64752] variable 'scn'\n      [123c3,123f8) {reg0}\n      [123fd,1243e) {reg0}\n      [12473,12481) {reg0}\n    [64766] variable 'result'\n      [123a0,123ec) {lit0, stack_value}\n      [123ec,123f8) {lit1, stack_value}\n      [123fd,12486) {lit0, stack_value}\nmodule 'libelf.so'\n[647fe] CU '../../elfutils-0.193/libelf/gelf_getnote.c'@12490\n  [658b5] function 'gelf_getnote'@12490\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [658d7] parameter 'data'\n      [12490,124d7) {reg5}\n      [124d7,124de) {entry_value(1) {reg5}, stack_value}\n      [124de,124f4) {reg5}\n      [124f4,1253f) {entry_value(1) {reg5}, stack_value}\n      [1253f,12545) {reg5}\n      [12545,1254c) {entry_value(1) {reg5}, stack_value}\n      [1254c,1255d) {reg5}\n      [1255d,1258b) {entry_value(1) {reg5}, stack_value}\n    [658ea] parameter 'offset'\n      [12490,124d2) {reg4}\n      [124d2,124d7) {reg10}\n      [124de,124ff) {reg10}\n      [124ff,12517) {reg0}\n      [12517,12530) {reg1}\n      [12530,1253d) {reg0}\n      [1253f,12549) {reg4}\n      [12549,1254c) {entry_value(1) {reg4}, stack_value}\n      [1254c,12561) {reg4}\n      [12561,12562) {entry_value(1) {reg4}, stack_value}\n      [12562,12567) {lit0, stack_value}\n      [12567,1257f) {reg0}\n      [1257f,1258b) {reg1}\n    [658fd] parameter 'result'\n      [12490,124a3) {reg1}\n      [124a3,124d7) {reg9}\n      [124d7,124de) {entry_value(1) {reg1}, stack_value}\n      [124de,12549) {reg9}\n      [12549,1254c) {entry_value(1) {reg1}, stack_value}\n      [1254c,12553) {reg1}\n      [12553,12561) {reg9}\n      [12561,12567) {entry_value(1) {reg1}, stack_value}\n      [12567,1258b) {reg9}\n    [65910] parameter 'name_offset'\n      [12490,124d7) {reg2}\n      [124d7,124de) {entry_value(1) {reg2}, stack_value}\n      [124de,124ea) {reg2}\n      [124ea,1253f) {entry_value(1) {reg2}, stack_value}\n      [1253f,12549) {reg2}\n      [12549,1254c) {entry_value(1) {reg2}, stack_value}\n      [1254c,12561) {reg2}\n      [12561,1258b) {entry_value(1) {reg2}, stack_value}\n    [65923] parameter 'desc_offset'\n      [12490,124d7) {reg8}\n      [124d7,124de) {entry_value(1) {reg8}, stack_value}\n      [124de,12549) {reg8}\n      [12549,1254c) {entry_value(1) {reg8}, stack_value}\n      [1254c,12561) {reg8}\n      [12561,12567) {entry_value(1) {reg8}, stack_value}\n      [12567,1258b) {reg8}\n    [65936] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[659d6] CU '../../elfutils-0.193/libelf/gelf_xlatetof.c'@12590\n  [6691d] function 'gelf_xlatetof'@12590\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6693b] parameter 'elf'\n      [12590,125a4) {reg5}\n      [125a4,125b5) {entry_value(1) {reg5}, stack_value}\n      [125b5,125bb) {reg5}\n    [6694d] parameter 'dest'\n      [12590,12599) {reg4}\n      [12599,125aa) {reg0}\n      [125aa,125ab) {entry_value(1) {reg4}, stack_value}\n      [125ab,125b4) {reg0}\n      [125b4,125b5) {entry_value(1) {reg4}, stack_value}\n      [125b5,125ba) {reg0}\n      [125ba,125bb) {entry_value(1) {reg4}, stack_value}\n    [66960] parameter 'src'\n      [12590,125a1) {reg1}\n      [125a1,125aa) {reg4}\n      [125aa,125ab) {entry_value(1) {reg1}, stack_value}\n      [125ab,125b4) {reg4}\n      [125b4,125b5) {entry_value(1) {reg1}, stack_value}\n      [125b5,125bb) {reg1}\n    [66972] parameter 'encode'\n      [12590,125aa) {reg2}\n      [125aa,125ab) {entry_value(1) {reg2}, stack_value}\n      [125ab,125b4) {reg1}\n      [125b4,125b5) {entry_value(1) {reg2}, stack_value}\n      [125b5,125bb) {reg2}\nmodule 'libelf.so'\n[669c7] CU '../../elfutils-0.193/libelf/gelf_xlatetom.c'@125c0\n  [6790e] function 'gelf_xlatetom'@125c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6792c] parameter 'elf'\n      [125c0,125d4) {reg5}\n      [125d4,125e5) {entry_value(1) {reg5}, stack_value}\n      [125e5,125eb) {reg5}\n    [6793e] parameter 'dest'\n      [125c0,125c9) {reg4}\n      [125c9,125da) {reg0}\n      [125da,125db) {entry_value(1) {reg4}, stack_value}\n      [125db,125e4) {reg0}\n      [125e4,125e5) {entry_value(1) {reg4}, stack_value}\n      [125e5,125ea) {reg0}\n      [125ea,125eb) {entry_value(1) {reg4}, stack_value}\n    [67951] parameter 'src'\n      [125c0,125d1) {reg1}\n      [125d1,125da) {reg4}\n      [125da,125db) {entry_value(1) {reg1}, stack_value}\n      [125db,125e4) {reg4}\n      [125e4,125e5) {entry_value(1) {reg1}, stack_value}\n      [125e5,125eb) {reg1}\n    [67963] parameter 'encode'\n      [125c0,125da) {reg2}\n      [125da,125db) {entry_value(1) {reg2}, stack_value}\n      [125db,125e4) {reg1}\n      [125e4,125e5) {entry_value(1) {reg2}, stack_value}\n      [125e5,125eb) {reg2}\nmodule 'libelf.so'\n[679b8] CU '../../elfutils-0.193/libelf/nlist.c'@12600\n  [68d98] function 'nlist'@12730\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [68dba] parameter 'filename'\n      [12730,1275d) {reg5}\n      [1275d,12aa9) {entry_value(1) {reg5}, stack_value}\n    [68dce] parameter 'nl'\n      [12730,12737) {reg4}\n      [12737,1299c) {reg15}\n      [1299c,129a6) {breg15(-24), stack_value}\n      [129a6,129db) {reg15}\n      [129dc,12a23) {reg15}\n      [12a23,12a28) {breg15(-24), stack_value}\n      [12a28,12aa9) {reg15}\n    [68de1] variable 'fd'\n      [12765,12774) {reg0}\n      [12774,129dc) {fbreg(-220)}\n      [129dc,129e9) {reg0}\n      [129e9,12aa9) {fbreg(-220)}\n    [68df4] variable 'elf'\n      [1278b,12798) {reg0}\n      [12798,1297b) {reg3}\n      [129ec,12aa4) {reg3}\n    [68e08] variable 'scn'\n      [12759,12798) {lit0, stack_value}\n      [12798,127ac) {reg0}\n      [127ac,127d9) {reg6}\n      [127d9,127f0) {reg0}\n      [127f0,12800) {reg6}\n      [129dc,129ec) {lit0, stack_value}\n    [68e1c] variable 'symscn'\n      [12759,12798) {lit0, stack_value}\n      [12798,12800) {reg13}\n      [129dc,129ec) {lit0, stack_value}\n    [68e30] variable 'shdr_mem'\n      [12730,12aa9) {fbreg(-144)}\n    [68e3f] variable 'shdr'\n      [12759,12798) {lit0, stack_value}\n      [127b3,127bc) {reg0}\n      [127bc,127c8) {reg12}\n      [127f7,12800) {reg0}\n      [12800,12968) {reg12}\n      [129dc,129ec) {lit0, stack_value}\n      [129ec,12aa4) {reg12}\n    [68e53] variable 'data'\n      [12810,12836) {reg0}\n      [12836,12968) {reg14}\n      [129ec,12aa4) {reg14}\n    [68e67] variable 'table'\n      [128a4,128ae) {reg0}\n      [128ae,12968) {fbreg(-208)}\n      [129ec,12a8a) {fbreg(-208)}\n      (12a95,12a95) <empty range>\n    [68e7b] variable 'nsyms'\n      [12845,1284f) {reg0}\n      [1284f,12968) {reg13}\n      [129ec,12aa4) {reg13}\n    [68e8f] variable 'cnt'\n      [128a4,128cf) {lit0, stack_value}\n      [128cf,12968) {reg6}\n  [6900f] inlined function 'nlist_fshash_find'@12a3a\n    [69024] parameter 'len'\n      (129fb,129fb) <empty range>\n      [12a3a,12a55) {lit0, stack_value}\n    [69031] parameter 'htab'\n      (129fb,129fb) <empty range>\n      [12a3a,12a55) {fbreg(-208)}\n    [6903e] parameter 'str'\n      [12a3a,12a3e) {reg5}\n    [6904b] parameter 'data'\n      (129fb,129fb) <empty range>\n      [12a3a,12a55) {reg6}\n    [69058] variable 'hval'\n      [12a3f,12a4e) {reg0}\n    [69065] variable 'slot'\n      (129fb,129fb) <empty range>\n      [12a4f,12a55) {reg0}\n  [68f02] inlined function 'nlist_fshash_overwrite'@128ee\n    [68f26] parameter 'len'\n      [128ee,12939) {lit0, stack_value}\n    [68f33] parameter 'htab'\n      [128ee,12939) {fbreg(-208)}\n    [68f40] parameter 'str'\n      [128ee,128f5) {reg0}\n    [68f4d] parameter 'data'\n      [128ee,12939) {fbreg(-192)}\n    [68f5a] variable 'hval'\n      [128f6,1290c) {reg0}\n      [1290c,12939) {fbreg(-200)}\n    [68f67] variable 'slot'\n      [1290d,12939) {reg0}\n  [69473] function 'nlist_fshash_lookup'@12600\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [69495] parameter 'htab'\n      [12600,1263e) {reg5}\n      [1263e,12652) {reg14}\n      [12652,12655) {entry_value(1) {reg5}, stack_value}\n      [12655,12664) {reg5}\n      [12664,126f1) {reg14}\n      [126f1,126f4) {entry_value(1) {reg5}, stack_value}\n      [126f4,12709) {reg5}\n      [12709,12729) {reg14}\n    [694a9] parameter 'hval'\n      [12600,1263e) {reg4}\n      [1263e,12655) {entry_value(1) {reg4}, stack_value}\n      [12655,12664) {reg4}\n      [12664,126d1) {reg8}\n      [126d1,126e0) {fbreg(-88)}\n      [126e0,126f4) {reg8}\n      [126f4,12706) {reg4}\n      [12706,1270d) {reg8}\n      [1270d,1271b) {fbreg(-88)}\n      [1271b,12729) {reg8}\n    [694bd] parameter 'data'\n      [12600,1261e) {reg1}\n      [1261e,12729) {fbreg(-72)}\n    [694d1] variable 'idx'\n      [12629,1264b) {reg3}\n      [12655,126a1) {reg3}\n      [126a1,126bc) {reg0}\n      [126bc,126ea) {reg3}\n      [126f4,12729) {reg3}\n  [691a0] inlined function 'nlist_fshash_fini'@1295e\n    [691c4] parameter 'htab'\n      [1295e,12968) {fbreg(-208)}\n  [691e8] inlined function 'nlist_fshash_fini'@12a68\n    [6920c] parameter 'htab'\n      [12a68,12a72) {fbreg(-208)}\n  [690ea] inlined function 'nlist_fshash_init'@12845\n    [69102] parameter 'nelems'\n      [12845,1284f) {reg0}\n      [1284f,12882) {reg13}\n      [12882,12886) {reg0}\n      [12886,128a4) {reg6}\n      [12a8a,12a95) {reg13}\n    [6910f] variable 'result'\n      [1289b,128a4) {reg0}\n    [6911c] variable 'max_size_t'\n      [12845,12968) {const1s(-1), stack_value}\n      [129ec,12aa4) {const1s(-1), stack_value}\n  [6909d] inlined function 'open'@12759\n    [690b5] parameter '__path'\n      [12759,1275d) {reg5}\n      [1275d,12765) {entry_value(1) {reg5}, stack_value}\n    [690c2] parameter '__oflag'\n      [12759,12765) {lit0, stack_value}\nmodule 'libelf.so'\n[695a6] CU '../../elfutils-0.193/libelf/gelf_getsymshndx.c'@12ab0\n  [6a6f9] function 'gelf_getsymshndx'@12ab0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6a71b] parameter 'symdata'\n      [12ab0,12ac3) {reg5}\n      [12ac3,12bb1) {reg9}\n      [12bb1,12bb9) {entry_value(1) {reg5}, stack_value}\n      [12bb9,12bc9) {reg9}\n      [12bc9,12bce) {entry_value(1) {reg5}, stack_value}\n      [12bce,12bde) {reg9}\n      [12bde,12be3) {reg5}\n    [6a72e] parameter 'shndxdata'\n      [12ab0,12b04) {reg4}\n      [12b04,12ba2) {entry_value(1) {reg4}, stack_value}\n      [12ba2,12bb1) {reg4}\n      [12bb1,12bce) {entry_value(1) {reg4}, stack_value}\n      [12bce,12bd9) {reg4}\n      [12bd9,12bde) {entry_value(1) {reg4}, stack_value}\n      [12bde,12be3) {reg4}\n    [6a741] parameter 'ndx'\n      [12ab0,12afd) {reg1}\n      [12afd,12b53) {reg2}\n      [12b53,12b63) {entry_value(1) {reg1}, stack_value}\n      [12b63,12b7c) {reg2}\n      [12b7c,12ba2) {entry_value(1) {reg1}, stack_value}\n      [12ba2,12bb1) {reg1}\n      [12bb1,12bb9) {entry_value(1) {reg1}, stack_value}\n      [12bb9,12bc9) {reg2}\n      [12bc9,12bce) {entry_value(1) {reg1}, stack_value}\n      [12bce,12be3) {reg1}\n    [6a754] parameter 'dst'\n      [12ab0,12aca) {reg2}\n      [12aca,12bad) {reg5}\n      [12bad,12bb9) {entry_value(1) {reg2}, stack_value}\n      [12bb9,12bc5) {reg5}\n      [12bc5,12bce) {entry_value(1) {reg2}, stack_value}\n      [12bce,12bde) {reg5}\n      [12bde,12be3) {reg2}\n    [6a767] parameter 'dstshndx'\n      [12ab0,12bb1) {reg8}\n      [12bb1,12bb9) {entry_value(1) {reg8}, stack_value}\n      [12bb9,12bc9) {reg8}\n      [12bc9,12bce) {entry_value(1) {reg8}, stack_value}\n      [12bce,12be3) {reg8}\n    [6a77a] variable 'symdata_scn'\n      [12ab0,12ac3) {reg5}\n      [12ac3,12bb1) {reg9}\n      [12bb1,12bb9) {entry_value(1) {reg5}, stack_value}\n      [12bb9,12bc9) {reg9}\n      [12bc9,12bce) {entry_value(1) {reg5}, stack_value}\n      [12bce,12bde) {reg9}\n      [12bde,12be3) {reg5}\n    [6a78d] variable 'shndxdata_scn'\n      [12ab0,12b04) {reg4}\n      [12b04,12ba2) {entry_value(1) {reg4}, stack_value}\n      [12ba2,12bb1) {reg4}\n      [12bb1,12bce) {entry_value(1) {reg4}, stack_value}\n      [12bce,12bd9) {reg4}\n      [12bd9,12bde) {entry_value(1) {reg4}, stack_value}\n      [12bde,12be3) {reg4}\n    [6a7a0] variable 'result'\n      <constant value>\n    [6a7ad] variable 'shndx'\n      [12ab0,12b04) {lit0, stack_value}\n      [12b04,12ba2) {reg4}\n      [12ba2,12bb4) {lit0, stack_value}\n      [12bce,12be3) {lit0, stack_value}\n    [6a7c8] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[6a855] CU '../../elfutils-0.193/libelf/gelf_update_symshndx.c'@12bf0\n  [6b9c1] function 'gelf_update_symshndx'@12bf0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6b9e3] parameter 'symdata'\n      [12bf0,12d15) {reg5}\n      [12d15,12d1e) {entry_value(1) {reg5}, stack_value}\n      [12d1e,12d25) {reg5}\n      [12d25,12d2e) {entry_value(1) {reg5}, stack_value}\n      [12d2e,12d3d) {reg5}\n      [12d3d,12d46) {entry_value(1) {reg5}, stack_value}\n    [6b9f6] parameter 'shndxdata'\n      [12bf0,12c2d) {reg4}\n      [12c2d,12cfd) {entry_value(1) {reg4}, stack_value}\n      [12cfd,12d09) {reg4}\n      [12d09,12d1e) {entry_value(1) {reg4}, stack_value}\n      [12d1e,12d29) {reg4}\n      [12d29,12d2e) {entry_value(1) {reg4}, stack_value}\n      [12d2e,12d33) {reg4}\n      [12d33,12d46) {entry_value(1) {reg4}, stack_value}\n    [6ba09] parameter 'ndx'\n      [12bf0,12c28) {reg1}\n      [12c28,12c7f) {reg2}\n      [12c7f,12c96) {entry_value(1) {reg1}, stack_value}\n      [12c96,12cda) {reg2}\n      [12cda,12cfd) {reg3}\n      [12cfd,12d09) {reg1}\n      [12d09,12d19) {reg2}\n      [12d19,12d1e) {entry_value(1) {reg1}, stack_value}\n      [12d1e,12d29) {reg1}\n      [12d29,12d2e) {entry_value(1) {reg1}, stack_value}\n      [12d2e,12d33) {reg1}\n      [12d33,12d41) {reg2}\n      [12d41,12d46) {entry_value(1) {reg1}, stack_value}\n    [6ba1c] parameter 'src'\n      [12bf0,12c03) {reg2}\n      [12c03,12d19) {reg9}\n      [12d19,12d1e) {entry_value(1) {reg2}, stack_value}\n      [12d1e,12d29) {reg9}\n      [12d29,12d2e) {entry_value(1) {reg2}, stack_value}\n      [12d2e,12d33) {reg2}\n      [12d33,12d41) {reg9}\n      [12d41,12d46) {entry_value(1) {reg2}, stack_value}\n    [6ba2f] parameter 'srcshndx'\n      [12bf0,12d19) {reg8}\n      [12d19,12d1e) {entry_value(1) {reg8}, stack_value}\n      [12d1e,12d29) {reg8}\n      [12d29,12d2e) {entry_value(1) {reg8}, stack_value}\n      [12d2e,12d41) {reg8}\n      [12d41,12d46) {entry_value(1) {reg8}, stack_value}\n    [6ba42] variable 'symdata_scn'\n      [12bf0,12d15) {reg5}\n      [12d15,12d1e) {entry_value(1) {reg5}, stack_value}\n      [12d1e,12d25) {reg5}\n      [12d25,12d2e) {entry_value(1) {reg5}, stack_value}\n      [12d2e,12d3d) {reg5}\n      [12d3d,12d46) {entry_value(1) {reg5}, stack_value}\n    [6ba55] variable 'shndxdata_scn'\n      [12bf0,12c2d) {reg4}\n      [12c2d,12cfd) {entry_value(1) {reg4}, stack_value}\n      [12cfd,12d09) {reg4}\n      [12d09,12d1e) {entry_value(1) {reg4}, stack_value}\n      [12d1e,12d29) {reg4}\n      [12d29,12d2e) {entry_value(1) {reg4}, stack_value}\n      [12d2e,12d33) {reg4}\n      [12d33,12d46) {entry_value(1) {reg4}, stack_value}\n    [6ba68] variable 'scn'\n      [12c09,12c7f) {breg5(40)}\n      [12c96,12cf2) {breg5(40)}\n      [12cfd,12d15) {breg5(40)}\n      [12d15,12d19) {entry_value(1) {reg5}, plus_uconst(40)}\n      [12d33,12d3d) {breg5(40)}\n      [12d3d,12d41) {entry_value(1) {reg5}, plus_uconst(40)}\n    [6ba7b] variable 'shndx'\n      [12bf0,12c2d) {lit0, stack_value}\n      [12c31,12cfd) {reg4}\n      [12cfd,12d09) {lit0, stack_value}\n      [12d1e,12d33) {lit0, stack_value}\n      [12d33,12d41) {reg4}\n    [6ba8e] variable 'result'\n      [12bf0,12c87) {lit0, stack_value}\n      [12c87,12c94) {lit1, stack_value}\n      [12c96,12d46) {lit0, stack_value}\nmodule 'libelf.so'\n[6bb2b] CU '../../elfutils-0.193/libelf/gelf_update_versym.c'@12d50\n  [6cbba] function 'gelf_update_versym'@12d50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6cbdc] parameter 'data'\n      [12d50,12d95) {reg5}\n      [12d95,12da1) {entry_value(1) {reg5}, stack_value}\n      [12da1,12dad) {reg5}\n      [12dad,12db6) {entry_value(1) {reg5}, stack_value}\n      [12db6,12dc3) {reg5}\n    [6cbf0] parameter 'ndx'\n      [12d50,12d99) {reg4}\n      [12d99,12da1) {entry_value(1) {reg4}, stack_value}\n      [12da1,12db1) {reg4}\n      [12db1,12db6) {entry_value(1) {reg4}, stack_value}\n      [12db6,12dc3) {reg4}\n    [6cc02] parameter 'src'\n      [12d50,12d7a) {reg1}\n      [12d7a,12d8f) {entry_value(1) {reg1}, stack_value}\n      [12d8f,12d99) {reg1}\n      [12d99,12da1) {entry_value(1) {reg1}, stack_value}\n      [12da1,12db1) {reg1}\n      [12db1,12db6) {entry_value(1) {reg1}, stack_value}\n      [12db6,12dc3) {reg1}\n    [6cc14] variable 'data_scn'\n      [12d50,12d95) {reg5}\n      [12d95,12da1) {entry_value(1) {reg5}, stack_value}\n      [12da1,12dad) {reg5}\n      [12dad,12db6) {entry_value(1) {reg5}, stack_value}\n      [12db6,12dc3) {reg5}\n    [6cc28] variable '__PRETTY_FUNCTION__'\n      <no value>\nmodule 'libelf.so'\n[6cc8d] CU '../../elfutils-0.193/libelf/gelf_update_verneed.c'@12dd0\n  [6dd7d] function 'gelf_update_verneed'@12dd0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6dd9f] parameter 'data'\n      [12dd0,12e25) {reg5}\n      [12e25,12e31) {entry_value(1) {reg5}, stack_value}\n      [12e31,12e3d) {reg5}\n      [12e3d,12e46) {entry_value(1) {reg5}, stack_value}\n      [12e46,12e53) {reg5}\n    [6ddb1] parameter 'offset'\n      [12dd0,12df6) {reg4}\n      [12df6,12e46) {entry_value(1) {reg4}, stack_value}\n      [12e46,12e53) {reg4}\n    [6ddc3] parameter 'src'\n      [12dd0,12e29) {reg1}\n      [12e29,12e31) {entry_value(1) {reg1}, stack_value}\n      [12e31,12e41) {reg1}\n      [12e41,12e46) {entry_value(1) {reg1}, stack_value}\n      [12e46,12e53) {reg1}\n    [6ddd7] variable 'data_scn'\n      [12dd0,12e25) {reg5}\n      [12e25,12e31) {entry_value(1) {reg5}, stack_value}\n      [12e31,12e3d) {reg5}\n      [12e3d,12e46) {entry_value(1) {reg5}, stack_value}\n      [12e46,12e53) {reg5}\n    [6ddeb] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [6ddf4] inlined function 'memcpy'@12df0\n    [6de0d] parameter '__dest'\n      [12df0,12df6) {breg5(0), deref, breg4(0), plus, stack_value}\n      [12df6,12e01) {reg4}\n    [6de1a] parameter '__src'\n      [12df0,12e01) {reg1}\n    [6de27] parameter '__len'\n      [12df0,12e01) {lit16, stack_value}\nmodule 'libelf.so'\n[6deba] CU '../../elfutils-0.193/libelf/gelf_update_vernaux.c'@12e60\n  [6efaa] function 'gelf_update_vernaux'@12e60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6efcc] parameter 'data'\n      [12e60,12eb5) {reg5}\n      [12eb5,12ec1) {entry_value(1) {reg5}, stack_value}\n      [12ec1,12ecd) {reg5}\n      [12ecd,12ed6) {entry_value(1) {reg5}, stack_value}\n      [12ed6,12ee3) {reg5}\n    [6efde] parameter 'offset'\n      [12e60,12e86) {reg4}\n      [12e86,12ed6) {entry_value(1) {reg4}, stack_value}\n      [12ed6,12ee3) {reg4}\n    [6eff0] parameter 'src'\n      [12e60,12eb9) {reg1}\n      [12eb9,12ec1) {entry_value(1) {reg1}, stack_value}\n      [12ec1,12ed1) {reg1}\n      [12ed1,12ed6) {entry_value(1) {reg1}, stack_value}\n      [12ed6,12ee3) {reg1}\n    [6f004] variable 'data_scn'\n      [12e60,12eb5) {reg5}\n      [12eb5,12ec1) {entry_value(1) {reg5}, stack_value}\n      [12ec1,12ecd) {reg5}\n      [12ecd,12ed6) {entry_value(1) {reg5}, stack_value}\n      [12ed6,12ee3) {reg5}\n    [6f018] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [6f021] inlined function 'memcpy'@12e80\n    [6f03a] parameter '__dest'\n      [12e80,12e86) {breg5(0), deref, breg4(0), plus, stack_value}\n      [12e86,12e91) {reg4}\n    [6f047] parameter '__src'\n      [12e80,12e91) {reg1}\n    [6f054] parameter '__len'\n      [12e80,12e91) {lit16, stack_value}\nmodule 'libelf.so'\n[6f0e7] CU '../../elfutils-0.193/libelf/gelf_update_verdef.c'@12ef0\n  [701f3] function 'gelf_update_verdef'@12ef0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [70215] parameter 'data'\n      [12ef0,12f45) {reg5}\n      [12f45,12f51) {entry_value(1) {reg5}, stack_value}\n      [12f51,12f5d) {reg5}\n      [12f5d,12f66) {entry_value(1) {reg5}, stack_value}\n      [12f66,12f73) {reg5}\n    [70227] parameter 'offset'\n      [12ef0,12f16) {reg4}\n      [12f16,12f66) {entry_value(1) {reg4}, stack_value}\n      [12f66,12f73) {reg4}\n    [70239] parameter 'src'\n      [12ef0,12f49) {reg1}\n      [12f49,12f51) {entry_value(1) {reg1}, stack_value}\n      [12f51,12f61) {reg1}\n      [12f61,12f66) {entry_value(1) {reg1}, stack_value}\n      [12f66,12f73) {reg1}\n    [7024d] variable 'data_scn'\n      [12ef0,12f45) {reg5}\n      [12f45,12f51) {entry_value(1) {reg5}, stack_value}\n      [12f51,12f5d) {reg5}\n      [12f5d,12f66) {entry_value(1) {reg5}, stack_value}\n      [12f66,12f73) {reg5}\n    [70261] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [7026a] inlined function 'memcpy'@12f10\n    [70283] parameter '__dest'\n      [12f10,12f16) {breg5(0), deref, breg4(0), plus, stack_value}\n      [12f16,12f27) {reg4}\n    [70290] parameter '__src'\n      [12f10,12f27) {reg1}\n    [7029d] parameter '__len'\n      [12f10,12f27) {lit20, stack_value}\nmodule 'libelf.so'\n[70330] CU '../../elfutils-0.193/libelf/gelf_update_verdaux.c'@12f80\n  [713f6] function 'gelf_update_verdaux'@12f80\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [71418] parameter 'data'\n      [12f80,12fc5) {reg5}\n      [12fc5,12fd1) {entry_value(1) {reg5}, stack_value}\n      [12fd1,12fdd) {reg5}\n      [12fdd,12fe6) {entry_value(1) {reg5}, stack_value}\n      [12fe6,12ff3) {reg5}\n    [7142a] parameter 'offset'\n      [12f80,12fbf) {reg4}\n      [12fbf,12fe6) {entry_value(1) {reg4}, stack_value}\n      [12fe6,12ff3) {reg4}\n    [7143c] parameter 'src'\n      [12f80,12fa6) {reg1}\n      [12fa6,12fbf) {entry_value(1) {reg1}, stack_value}\n      [12fbf,12fc9) {reg1}\n      [12fc9,12fd1) {entry_value(1) {reg1}, stack_value}\n      [12fd1,12fe1) {reg1}\n      [12fe1,12fe6) {entry_value(1) {reg1}, stack_value}\n      [12fe6,12ff3) {reg1}\n    [71450] variable 'data_scn'\n      [12f80,12fc5) {reg5}\n      [12fc5,12fd1) {entry_value(1) {reg5}, stack_value}\n      [12fd1,12fdd) {reg5}\n      [12fdd,12fe6) {entry_value(1) {reg5}, stack_value}\n      [12fe6,12ff3) {reg5}\n    [71464] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [7146d] inlined function 'memcpy'@12fa0\n    [71492] parameter '__dest'\n      [12fa0,12faa) {breg5(0), deref, breg4(0), plus, stack_value}\n    [7149f] parameter '__src'\n      [12fa0,12fa6) {reg1}\n      [12fa6,12faa) {entry_value(1) {reg1}, stack_value}\n    [714ac] parameter '__len'\n      [12fa0,12faa) {lit8, stack_value}\nmodule 'libelf.so'\n[7153f] CU '../../elfutils-0.193/libelf/elf_getphdrnum.c'@13000\n  [725c2] function 'elf_getphdrnum'@131a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [725e2] parameter 'elf'\n      [131a0,131af) {reg5}\n      [131af,131b0) {entry_value(1) {reg5}, stack_value}\n      [131b0,131b9) {reg5}\n      [131b9,131c8) {entry_value(1) {reg5}, stack_value}\n      [131c8,131ce) {reg5}\n    [725f5] parameter 'dst'\n      [131a0,131af) {reg4}\n      [131af,131b0) {entry_value(1) {reg4}, stack_value}\n      [131b0,131bd) {reg4}\n      [131bd,131c8) {entry_value(1) {reg4}, stack_value}\n      [131c8,131ce) {reg4}\n    [72608] variable 'result'\n      <no value>\n  [7264d] function '__elf_getphdrnum_chk_rdlock'@130e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7266d] parameter 'elf'\n      [130e0,130f0) {reg5}\n      [130f0,13102) {reg6}\n      [13102,13103) {entry_value(1) {reg5}, stack_value}\n      [13103,13194) {reg6}\n    [72680] parameter 'dst'\n      [130e0,130f0) {reg4}\n      [130f0,13101) {reg3}\n      [13101,13103) {entry_value(1) {reg4}, stack_value}\n      [13103,13194) {reg3}\n    [72693] variable 'result'\n      [130f8,130fa) {reg0}\n      [13103,13110) {reg0}\n      [13110,13179) {reg2}\n      [13184,13194) {reg2}\n  [72711] function '__elf_getphdrnum_rdlock'@13000\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [72731] parameter 'elf'\n      [13000,13022) {reg5}\n      [13022,13029) {entry_value(1) {reg5}, stack_value}\n      [13029,13046) {reg5}\n      [13046,1304e) {entry_value(1) {reg5}, stack_value}\n      [1304e,13075) {reg5}\n      [13075,1307d) {entry_value(1) {reg5}, stack_value}\n      [1307d,1308c) {reg5}\n      [1308c,1309b) {entry_value(1) {reg5}, stack_value}\n      [1309b,130a7) {reg5}\n      [130a7,130b0) {breg5(-224), stack_value}\n      [130b0,130c0) {entry_value(1) {reg5}, stack_value}\n      [130c0,130c7) {reg5}\n      [130c7,130d0) {breg5(-224), stack_value}\n      [130d0,130e0) {entry_value(1) {reg5}, stack_value}\n    [72744] parameter 'dst'\n      [13000,13022) {reg4}\n      [13022,13029) {entry_value(1) {reg4}, stack_value}\n      [13029,13046) {reg4}\n      [13046,1304e) {entry_value(1) {reg4}, stack_value}\n      [1304e,13075) {reg4}\n      [13075,1307d) {entry_value(1) {reg4}, stack_value}\n      [1307d,13090) {reg4}\n      [13090,1309b) {entry_value(1) {reg4}, stack_value}\n      [1309b,130b0) {reg4}\n      [130b0,130c0) {fbreg(-24)}\n      [130c0,130d0) {reg4}\n      [130d0,130e0) {fbreg(-24)}\nmodule 'libelf.so'\n[7282b] CU '../../elfutils-0.193/libelf/elf_getshdrnum.c'@131d0\n  [7387f] function 'elf_getshdrnum'@13240\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [738a1] parameter 'elf'\n      [13240,13249) {reg5}\n      [13249,1324a) {entry_value(1) {reg5}, stack_value}\n      [1324a,13250) {reg5}\n    [738b4] parameter 'dst'\n      [13240,13249) {reg4}\n      [13249,1324a) {entry_value(1) {reg4}, stack_value}\n      [1324a,13250) {reg4}\n    [738c7] variable 'result'\n      <no value>\n  [738f5] function '__elf_getshdrnum_rdlock'@131d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [73913] parameter 'elf'\n      [131d0,131e5) {reg5}\n      [131e5,13203) {entry_value(1) {reg5}, stack_value}\n      [13203,1320f) {reg5}\n      [1320f,1321e) {breg5(-208), stack_value}\n      [1321e,13229) {reg5}\n      [13229,13238) {entry_value(1) {reg5}, stack_value}\n      [13238,1323e) {reg5}\n    [73926] parameter 'dst'\n      [131d0,1322d) {reg4}\n      [1322d,13238) {entry_value(1) {reg4}, stack_value}\n      [13238,1323e) {reg4}\n    [73939] variable 'result'\n      <constant value>\n    [73946] variable 'idx'\n      [131e1,131e8) {reg0}\n      [131e8,13203) {breg1(0)}\n      [13203,1321d) {reg0}\n      [1321d,1321e) {breg1(0)}\nmodule 'libelf.so'\n[7397b] CU '../../elfutils-0.193/libelf/elf_getshdrstrndx.c'@13250\n  [74a7a] function 'elf_getshdrstrndx'@13250\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [74a9c] parameter 'elf'\n      [13250,132a2) {reg5}\n      [132a2,132c8) {entry_value(1) {reg5}, stack_value}\n      [132c8,13325) {reg5}\n      [13325,13329) {reg9}\n      [13329,13334) {entry_value(1) {reg5}, stack_value}\n      [13334,1333d) {reg5}\n      [1333d,13341) {reg9}\n      [13341,13344) {entry_value(1) {reg5}, stack_value}\n      [13344,13349) {reg5}\n      [13349,1334d) {reg9}\n      [1334d,13350) {entry_value(1) {reg5}, stack_value}\n      [13350,13373) {reg5}\n      [13373,1341c) {entry_value(1) {reg5}, stack_value}\n      [1341c,13440) {reg5}\n      [13440,134bf) {entry_value(1) {reg5}, stack_value}\n      [134bf,134dc) {reg5}\n      [134dc,13508) {entry_value(1) {reg5}, stack_value}\n      [13508,13525) {reg5}\n      [13525,1352a) {entry_value(1) {reg5}, stack_value}\n    [74aae] parameter 'dst'\n      [13250,132a2) {reg4}\n      [132a2,132c8) {entry_value(1) {reg4}, stack_value}\n      [132c8,13329) {reg4}\n      [13329,13334) {entry_value(1) {reg4}, stack_value}\n      [13334,13341) {reg4}\n      [13341,13344) {entry_value(1) {reg4}, stack_value}\n      [13344,1334d) {reg4}\n      [1334d,13350) {entry_value(1) {reg4}, stack_value}\n      [13350,13373) {reg4}\n      [13373,1341c) {entry_value(1) {reg4}, stack_value}\n      [1341c,13440) {reg4}\n      [13440,134bf) {entry_value(1) {reg4}, stack_value}\n      [134bf,134dc) {reg4}\n      [134dc,13508) {entry_value(1) {reg4}, stack_value}\n      [13508,13525) {reg4}\n      [13525,1352a) {entry_value(1) {reg4}, stack_value}\n    [74ac0] variable 'result'\n      [1326a,132a9) {lit0, stack_value}\n      [132c8,1332a) {lit0, stack_value}\n      [13334,13342) {lit0, stack_value}\n      [13342,13344) {const1s(-1), stack_value}\n      [13344,1334e) {lit0, stack_value}\n      [1334e,13350) {const1s(-1), stack_value}\n      [13350,13503) {lit0, stack_value}\n      [13503,13508) {const1s(-1), stack_value}\n      [13508,13525) {lit0, stack_value}\n    [74ad3] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [74b54] inlined function 'pread_retry'@13439\n    [74b69] parameter 'fd'\n      [13439,134bf) {reg15}\n      [134dc,134e2) {reg15}\n    [74b76] parameter 'buf'\n      [13439,134bf) {fbreg(-128), stack_value}\n      [134dc,134e2) {fbreg(-128), stack_value}\n    [74b83] parameter 'len'\n      [13439,134bf) {const1u(40), stack_value}\n      [134dc,134e2) {const1u(40), stack_value}\n    [74b90] parameter 'off'\n      <no value>\n    [74b95] variable 'recvd'\n      [13439,13440) {lit0, stack_value}\n      [1345e,1346c) {reg11}\n      [1346c,1348a) {fbreg(-152)}\n      [1348a,13497) {reg11}\n      [13497,134bf) {fbreg(-152)}\n      [134dc,134e2) {fbreg(-152)}\n  [74caf] inlined function 'pread_retry'@1336d\n    [74cc8] parameter 'fd'\n      [1336d,133e9) {reg15}\n      [133f8,133fa) {reg15}\n    [74cd5] parameter 'buf'\n      [1336d,133e9) {fbreg(-128), stack_value}\n      [133f8,133fa) {fbreg(-128), stack_value}\n    [74ce2] parameter 'len'\n      [1336d,133e9) {const1u(64), stack_value}\n      [133f8,133fa) {const1u(64), stack_value}\n    [74cef] parameter 'off'\n      [1336d,13373) {reg2}\n      [13373,133e9) {reg6}\n      [133f8,133fa) {reg6}\n    [74cfc] variable 'recvd'\n      [1336d,13373) {lit0, stack_value}\n      [13396,133a4) {reg11}\n      [133a4,133c2) {fbreg(-152)}\n      [133c2,133cf) {reg11}\n      [133cf,133e9) {fbreg(-152)}\n      [133f8,133fa) {fbreg(-152)}\n  [74bce] inlined function 'pread'@1345e\n    [74be7] parameter '__fd'\n      [1345e,1346c) {reg5}\n      [1346c,1346d) {reg15}\n    [74bf4] parameter '__buf'\n      [1345e,13463) {fbreg(0), breg11(0), plus, const1u(128), minus, stack_value}\n      [13463,1346c) {reg4}\n      [1346c,1346d) {fbreg(0), fbreg(-152), deref, plus, const1u(128), minus, stack_value}\n    [74c01] parameter '__nbytes'\n      [1345e,1346c) {reg1}\n      [1346c,1346d) {const1u(40), fbreg(-152), deref, minus, stack_value}\n    [74c0e] parameter '__offset'\n      <no value>\n  [74d35] inlined function 'pread'@13396\n    [74d4e] parameter '__fd'\n      [13396,133a4) {reg5}\n      [133a4,133a5) {reg15}\n    [74d5b] parameter '__buf'\n      [13396,1339b) {fbreg(0), breg11(0), plus, const1u(128), minus, stack_value}\n      [1339b,133a4) {reg4}\n      [133a4,133a5) {fbreg(0), fbreg(-152), deref, plus, const1u(128), minus, stack_value}\n    [74d68] parameter '__nbytes'\n      [13396,133a4) {reg1}\n      [133a4,133a5) {const1u(64), fbreg(-152), deref, minus, stack_value}\n    [74d75] parameter '__offset'\n      <no value>\n  [74dc4] inlined function '__bswap_32'@1340c\n    [74de0] parameter '__bsx'\n      <no value>\nmodule 'libelf.so'\n[74f3a] CU '../../elfutils-0.193/libelf/gelf_checksum.c'@13530\n  [75e5e] function 'gelf_checksum'@13530\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [75e7c] parameter 'elf'\n      [13530,1353f) {reg5}\n      [1353f,13540) {entry_value(1) {reg5}, stack_value}\n      [13540,13544) {reg5}\n      [13544,13545) {entry_value(1) {reg5}, stack_value}\n      [13545,1354d) {reg5}\nmodule 'libelf.so'\n[75ec4] CU '../../elfutils-0.193/libelf/elf32_checksum.c'@13550\n  [77073] function 'elf32_checksum'@13550\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [77095] parameter 'elf'\n      [13550,13583) {reg5}\n      [13583,136ee) {reg13}\n      [136ee,13717) {entry_value(1) {reg5}, stack_value}\n      [13717,13723) {reg13}\n      [13723,13728) {entry_value(1) {reg5}, stack_value}\n    [770a9] variable 'shstrndx'\n      [13550,13728) {fbreg(-152)}\n    [770b8] variable 'scn'\n      (135a3,135a3) <empty range>\n      [135a3,135b9) {reg6}\n      [135b9,135cb) {reg0}\n      [135cb,136ee) {reg6}\n    [770cc] variable 'result'\n      [1356e,135a3) {lit0, stack_value}\n      [135a3,136b5) {reg3}\n      [136b5,136bf) {breg3(0), const4u(4294967295), and, stack_value}\n      [136bf,136ee) {reg3}\n      (136ee,136ee) <empty range>\n      [13717,13723) {lit0, stack_value}\n    [770df] variable 'ident'\n      [13590,136ee) {reg15}\n    [770f2] variable 'same_byte_order'\n      [135a3,136ee) {breg12(0), const1u(255), and, lit1, eq, stack_value}\nmodule 'libelf.so'\n[77318] CU '../../elfutils-0.193/libelf/elf64_checksum.c'@13730\n  [784c7] function 'elf64_checksum'@13730\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [784e9] parameter 'elf'\n      [13730,13763) {reg5}\n      [13763,138ce) {reg13}\n      [138ce,138f7) {entry_value(1) {reg5}, stack_value}\n      [138f7,13903) {reg13}\n      [13903,13908) {entry_value(1) {reg5}, stack_value}\n    [784fd] variable 'shstrndx'\n      [13730,13908) {fbreg(-152)}\n    [7850c] variable 'scn'\n      (13783,13783) <empty range>\n      [13783,13799) {reg6}\n      [13799,137ab) {reg0}\n      [137ab,138ce) {reg6}\n    [78520] variable 'result'\n      [1374e,13783) {lit0, stack_value}\n      [13783,13895) {reg3}\n      [13895,1389f) {breg3(0), const4u(4294967295), and, stack_value}\n      [1389f,138ce) {reg3}\n      (138ce,138ce) <empty range>\n      [138f7,13903) {lit0, stack_value}\n    [78533] variable 'ident'\n      [13770,138ce) {reg15}\n    [78546] variable 'same_byte_order'\n      [13783,138ce) {breg12(0), const1u(255), and, lit1, eq, stack_value}\nmodule 'libelf.so'\n[7876c] CU '../../elfutils-0.193/libelf/libelf_crc32.c'@0\n  [78837] function '__libelf_crc32'@13920\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [78859] parameter 'crc'\n      (13920,13920) <empty range>\n      [13920,13931) {breg5(0), not, stack_value}\n      [13931,13933) {breg0(0), not, stack_value}\n      [13940,1394c) {reg0}\n      [13952,13959) {reg0}\n      [13959,13961) {breg0(0), not, stack_value}\n    [7886b] parameter 'buf'\n      [13920,13947) {reg4}\n      [13947,13952) {breg4(-1), stack_value}\n      [13952,13961) {reg4}\n    [7887d] parameter 'len'\n      [13920,13923) {reg1}\n      [13923,13961) {entry_value(1) {reg1}, stack_value}\n    [7888f] variable 'end'\n      [13923,13961) {reg1}\nmodule 'libelf.so'\n[788b7] CU '../../elfutils-0.193/libelf/libelf_next_prime.c'@13970\n  [7891b] function '__libelf_next_prime'@13970\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7893d] parameter 'seed'\n      [13970,13974) {reg5}\n      [13974,13977) {entry_value(1) {reg5}, stack_value}\n      (13977,13977) <empty range>\n      [13977,139c3) {reg8}\n      [139c3,139c5) {breg8(-2), stack_value}\n      [139c5,139fc) {reg8}\n  [78951] inlined function 'is_prime'@13980\n    [78966] parameter 'candidate'\n      [13977,139bf) {reg8}\n      [139c5,139d0) {reg8}\n      [139d9,139fc) {reg8}\n    [78973] variable 'divn'\n      [13977,13997) {lit3, stack_value}\n      (13997,13997) <empty range>\n      [13997,139a9) {breg5(1), stack_value}\n      [139a9,139bf) {reg5}\n      [139c5,139d0) {reg5}\n      [139d9,139fc) {lit3, stack_value}\n    [78980] variable 'sq'\n      [13977,13997) {lit9, stack_value}\n      [13997,139bf) {reg2}\n      [139c5,139d0) {reg2}\n      [139d9,139fc) {lit9, stack_value}\nmodule 'libelf.so'\n[789fc] CU '../../elfutils-0.193/libelf/elf_clone.c'@13a00\n  [79a8f] function 'elf_clone'@13a00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [79ab1] parameter 'elf'\n      [13a00,13a50) {reg5}\n      [13a50,13aa8) {reg3}\n      [13aa8,13ab2) {entry_value(1) {reg5}, stack_value}\n      [13ab2,13abb) {reg5}\n      [13abb,13ac9) {reg3}\n    [79ac3] parameter 'cmd'\n      [13a00,13a29) {reg4}\n      [13a29,13ab2) {entry_value(1) {reg4}, stack_value}\n      [13ab2,13abb) {reg4}\n      [13abb,13ac9) {entry_value(1) {reg4}, stack_value}\n    [79ad5] variable 'retval'\n      [13a00,13a92) {lit0, stack_value}\n      [13a92,13aa3) {reg0}\n      [13ab2,13ac9) {lit0, stack_value}\n    [79af1] variable '__PRETTY_FUNCTION__'\n      <no value>\n  [79afa] inlined function 'allocate_elf'@13a4b\n    [79b0f] parameter 'fildes'\n      [13a4b,13a92) {reg15}\n      [13abb,13ac5) {reg15}\n    [79b1c] parameter 'map_address'\n      [13a4b,13a50) {breg5(0)}\n      [13a50,13a5b) {breg3(0)}\n    [79b29] parameter 'offset'\n      [13a4b,13a92) {reg14}\n      [13abb,13ac5) {reg14}\n    [79b36] parameter 'maxsize'\n      [13a4b,13a92) {reg13}\n      [13abb,13ac5) {reg13}\n    [79b43] parameter 'cmd'\n      [13a4b,13a50) {breg5(28)}\n      [13a50,13a5b) {breg3(28)}\n    [79b50] parameter 'parent'\n      [13a4b,13a50) {breg5(8)}\n      [13a50,13a5b) {breg3(8)}\n    [79b5d] parameter 'kind'\n      [13a4b,13a50) {breg5(24)}\n      [13a50,13a5b) {breg3(24)}\n    [79b6a] parameter 'extra'\n      <no value>\n    [79b6f] variable 'result'\n      [13a5c,13a92) {reg0}\n      [13abb,13ac4) {reg0}\nmodule 'libelf.so'\n[79c52] CU '../../elfutils-0.193/libelf/gelf_getlib.c'@13ad0\n  [7ad14] function 'gelf_getlib'@13ad0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7ad36] parameter 'data'\n      [13ad0,13b2d) {reg5}\n      [13b2d,13b39) {entry_value(1) {reg5}, stack_value}\n      [13b39,13b45) {reg5}\n      [13b45,13b4e) {entry_value(1) {reg5}, stack_value}\n      [13b4e,13b53) {reg5}\n    [7ad4a] parameter 'ndx'\n      [13ad0,13b31) {reg4}\n      [13b31,13b39) {entry_value(1) {reg4}, stack_value}\n      [13b39,13b49) {reg4}\n      [13b49,13b4e) {entry_value(1) {reg4}, stack_value}\n      [13b4e,13b53) {reg4}\n    [7ad5c] parameter 'dst'\n      [13ad0,13af0) {reg1}\n      [13af0,13b25) {reg2}\n      [13b25,13b31) {reg1}\n      [13b31,13b39) {entry_value(1) {reg1}, stack_value}\n      [13b39,13b49) {reg2}\n      [13b49,13b4e) {entry_value(1) {reg1}, stack_value}\n      [13b4e,13b53) {reg1}\n    [7ad6e] variable 'data_scn'\n      [13ae2,13b25) {reg5}\n      [13b39,13b45) {reg5}\n      [13b45,13b4e) {entry_value(1) {reg5}, stack_value}\n    [7ad81] variable '__PRETTY_FUNCTION__'\n      <no value>\n    [7ad8a] variable 'result'\n      [13ae2,13b1d) {lit0, stack_value}\n      [13b1d,13b20) {reg2}\n      [13b39,13b4e) {lit0, stack_value}\nmodule 'libelf.so'\n[7adf9] CU '../../elfutils-0.193/libelf/gelf_update_lib.c'@13b60\n  [7bed4] function 'gelf_update_lib'@13b60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7bef6] parameter 'data'\n      [13b60,13bd5) {reg5}\n      [13bd5,13be1) {entry_value(1) {reg5}, stack_value}\n      [13be1,13bed) {reg5}\n      [13bed,13bf6) {entry_value(1) {reg5}, stack_value}\n      [13bf6,13c03) {reg5}\n    [7bf0a] parameter 'ndx'\n      [13b60,13b9d) {reg4}\n      [13b9d,13bc6) {entry_value(1) {reg4}, stack_value}\n      [13bc6,13bd9) {reg4}\n      [13bd9,13be1) {entry_value(1) {reg4}, stack_value}\n      [13be1,13bf1) {reg4}\n      [13bf1,13bf6) {entry_value(1) {reg4}, stack_value}\n      [13bf6,13c03) {reg4}\n    [7bf1c] parameter 'src'\n      [13b60,13b84) {reg1}\n      [13b84,13bb2) {reg2}\n      [13bb2,13bc6) {entry_value(1) {reg1}, stack_value}\n      [13bc6,13bd9) {reg1}\n      [13bd9,13be1) {entry_value(1) {reg1}, stack_value}\n      [13be1,13bf1) {reg2}\n      [13bf1,13bf6) {entry_value(1) {reg1}, stack_value}\n      [13bf6,13c03) {reg1}\n    [7bf2e] variable 'data_scn'\n      [13b74,13bd5) {reg5}\n      [13bd5,13be1) {entry_value(1) {reg5}, stack_value}\n      [13be1,13bed) {reg5}\n      [13bed,13bf6) {entry_value(1) {reg5}, stack_value}\n    [7bf41] variable 'scn'\n      [13b76,13bc6) {breg5(40)}\n      [13be1,13bed) {breg5(40)}\n      [13bed,13bf1) {entry_value(1) {reg5}, plus_uconst(40)}\n    [7bf55] variable 'result'\n      [13b76,13bb5) {lit0, stack_value}\n      [13bb5,13bba) {lit1, stack_value}\n      [13be1,13bf6) {lit0, stack_value}\nmodule 'libelf.so'\n[7bfaf] CU '../../elfutils-0.193/libelf/elf32_offscn.c'@13c20\n  [7d01a] function 'elf32_offscn'@13c20\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7d038] parameter 'elf'\n      [13c20,13c4a) {reg5}\n      [13c4a,13cda) {entry_value(1) {reg5}, stack_value}\n      [13cda,13cef) {reg5}\n      [13cef,13cfb) {reg8}\n      [13cfb,13d11) {fbreg(-32)}\n      [13d11,13d1d) {reg5}\n      [13d1d,13d21) {reg8}\n      [13d21,13d26) {entry_value(1) {reg5}, stack_value}\n      [13d26,13d29) {reg5}\n    [7d04c] parameter 'offset'\n      [13c20,13c4a) {reg4}\n      [13c4a,13cda) {entry_value(1) {reg4}, stack_value}\n      [13cda,13cfb) {reg4}\n      [13cfb,13d11) {fbreg(-20)}\n      [13d11,13d21) {reg4}\n      [13d21,13d26) {entry_value(1) {reg4}, stack_value}\n      [13d26,13d29) {reg4}\n    [7d060] variable 'runp'\n      [13c3a,13c4a) {breg5(208), stack_value}\n      [13c4a,13c54) {entry_value(1) {reg5}, plus_uconst(208), stack_value}\n      [13c54,13ccd) {reg8}\n      [13cda,13cef) {breg5(208), stack_value}\n      [13cef,13cfb) {breg8(208), stack_value}\n      [13cfb,13d11) {fbreg(-32), deref, plus_uconst(208), stack_value}\n    [7d073] variable 'result'\n      [13c51,13c54) {lit0, stack_value}\n      [13c9a,13cac) {reg0}\nmodule 'libelf.so'\n[7d10b] CU '../../elfutils-0.193/libelf/elf64_offscn.c'@13d40\n  [7e176] function 'elf64_offscn'@13d40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7e194] parameter 'elf'\n      [13d40,13d68) {reg5}\n      [13d68,13df9) {entry_value(1) {reg5}, stack_value}\n      [13df9,13e0e) {reg5}\n      [13e0e,13e1b) {reg8}\n      [13e1b,13e32) {fbreg(-32)}\n      [13e32,13e3d) {reg5}\n      [13e3d,13e41) {reg8}\n      [13e41,13e46) {entry_value(1) {reg5}, stack_value}\n      [13e46,13e49) {reg5}\n    [7e1a8] parameter 'offset'\n      [13d40,13d68) {reg4}\n      [13d68,13df9) {entry_value(1) {reg4}, stack_value}\n      [13df9,13e1b) {reg4}\n      [13e1b,13e32) {fbreg(-24)}\n      [13e32,13e41) {reg4}\n      [13e41,13e46) {entry_value(1) {reg4}, stack_value}\n      [13e46,13e49) {reg4}\n    [7e1bc] variable 'runp'\n      [13d5a,13d68) {breg5(208), stack_value}\n      [13d68,13d72) {entry_value(1) {reg5}, plus_uconst(208), stack_value}\n      [13d72,13dec) {reg8}\n      [13df9,13e0e) {breg5(208), stack_value}\n      [13e0e,13e1b) {breg8(208), stack_value}\n      [13e1b,13e32) {fbreg(-32), deref, plus_uconst(208), stack_value}\n    [7e1cf] variable 'result'\n      [13d6f,13d72) {lit0, stack_value}\n      [13dbb,13dcb) {reg0}\nmodule 'libelf.so'\n[7e267] CU '../../elfutils-0.193/libelf/gelf_offscn.c'@13e50\n  [7f2fb] function 'gelf_offscn'@13e50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7f319] parameter 'elf'\n      [13e50,13e64) {reg5}\n      [13e64,13e65) {entry_value(1) {reg5}, stack_value}\n      [13e65,13e6c) {reg5}\n      [13e6c,13e6d) {entry_value(1) {reg5}, stack_value}\n      [13e6d,13e79) {reg5}\n      [13e79,13e85) {entry_value(1) {reg5}, stack_value}\n    [7f32d] parameter 'offset'\n      [13e50,13e64) {reg4}\n      [13e64,13e65) {entry_value(1) {reg4}, stack_value}\n      [13e65,13e6c) {reg4}\n      [13e6c,13e6d) {entry_value(1) {reg4}, stack_value}\n      [13e6d,13e7d) {reg4}\n      [13e7d,13e85) {entry_value(1) {reg4}, stack_value}\nmodule 'libelf.so'\n[7f390] CU '../../elfutils-0.193/libelf/elf_getaroff.c'@0\nmodule 'libelf.so'\n[80360] CU '../../elfutils-0.193/libelf/elf_gnu_hash.c'@13ec0\n  [803f2] function 'elf_gnu_hash'@13ec0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [80410] parameter 'string'\n      [13ec0,13ee7) {reg5}\n      [13ee7,13ef1) {breg5(-1), stack_value}\n      [13ef1,13f01) {reg5}\n    [80424] variable 'h'\n      [13ec0,13ecc) {const2u(5381), stack_value}\n      [13ee0,13eee) {reg0}\n      [13ef1,13efa) {reg0}\n      [13efb,13f01) {const2u(5381), stack_value}\nmodule 'libelf.so'\n[8045a] CU '../../elfutils-0.193/libelf/elf_scnshndx.c'@13f10\n  [8139c] function 'elf_scnshndx'@13f10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [813be] parameter 'scn'\n      [13f10,13f4e) {reg5}\n      [13f4e,13f5e) {reg3}\n      [13f5e,14020) {entry_value(1) {reg5}, stack_value}\n    [813d2] variable 'scnndx'\n      [13f40,13f60) {reg13}\n      [13f7f,14000) {reg13}\n      [1400a,1401b) {reg13}\n    [813e5] variable 'shdr_mem'\n      [13f10,14020) {fbreg(-128)}\n    [813f5] variable 'shdr'\n      [13f4f,13f5e) {reg0}\n      [13f7f,13f83) {reg0}\n      [13faa,13fc3) {reg0}\n      [13ff3,14000) {reg0}\n    [81408] variable 'elf'\n      [13f4a,13f60) {reg12}\n      [13f7f,14000) {reg12}\n      [1400a,1401b) {reg12}\n    [8141c] variable 'nscn'\n      [13f7f,13f9d) {reg3}\n      [13f9d,13fa9) {reg0}\n      [13fa9,13fd9) {reg3}\n      [13fd9,13ff2) {reg0}\n      [13ff2,14000) {reg3}\n      [1400a,1401b) {reg3}\nmodule 'libelf.so'\n[814e9] CU '../../elfutils-0.193/libelf/elf32_getchdr.c'@14020\n  [825e9] function 'elf32_getchdr'@140b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [8260b] parameter 'scn'\n      [140b0,140b8) {reg5}\n      [140b8,140f3) {reg3}\n      [140f3,140f4) {entry_value(1) {reg5}, stack_value}\n      [140f4,14105) {reg3}\n      [14105,14106) {entry_value(1) {reg5}, stack_value}\n      [14106,1413e) {reg3}\n    [8261d] variable 'shdr'\n      [140b9,140dd) {reg0}\n      [140f4,14101) {reg0}\n      [1411e,14129) {reg0}\n      [1412e,14139) {reg0}\n    [8262e] variable 'd'\n      [140de,140ed) {reg0}\n  [826d4] function '__elf32_getchdr_wrlock'@14020\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [826f2] parameter 'scn'\n      [14020,14028) {reg5}\n      [14028,14063) {reg3}\n      [14063,14064) {entry_value(1) {reg5}, stack_value}\n      [14064,14075) {reg3}\n      [14075,14076) {entry_value(1) {reg5}, stack_value}\n      [14076,140ae) {reg3}\n    [82704] variable 'shdr'\n      [14029,1404d) {reg0}\n      [14064,14071) {reg0}\n      [1408e,14099) {reg0}\n      [1409e,140a9) {reg0}\n    [82715] variable 'd'\n      [1404e,1405d) {reg0}\nmodule 'libelf.so'\n[827c3] CU '../../elfutils-0.193/libelf/elf64_getchdr.c'@14140\n  [838d1] function 'elf64_getchdr'@141d0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [838f3] parameter 'scn'\n      [141d0,141d8) {reg5}\n      [141d8,14214) {reg3}\n      [14214,14215) {entry_value(1) {reg5}, stack_value}\n      [14215,14225) {reg3}\n      [14225,14226) {entry_value(1) {reg5}, stack_value}\n      [14226,1425e) {reg3}\n    [83905] variable 'shdr'\n      [141d9,141fe) {reg0}\n      [14215,14221) {reg0}\n      [1423e,14249) {reg0}\n      [1424e,14259) {reg0}\n    [83916] variable 'd'\n      [141ff,1420e) {reg0}\n  [839bc] function '__elf64_getchdr_wrlock'@14140\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [839da] parameter 'scn'\n      [14140,14148) {reg5}\n      [14148,14184) {reg3}\n      [14184,14185) {entry_value(1) {reg5}, stack_value}\n      [14185,14195) {reg3}\n      [14195,14196) {entry_value(1) {reg5}, stack_value}\n      [14196,141ce) {reg3}\n    [839ec] variable 'shdr'\n      [14149,1416e) {reg0}\n      [14185,14191) {reg0}\n      [141ae,141b9) {reg0}\n      [141be,141c9) {reg0}\n    [839fd] variable 'd'\n      [1416f,1417e) {reg0}\nmodule 'libelf.so'\n[83aab] CU '../../elfutils-0.193/libelf/gelf_getchdr.c'@14260\n  [84bcf] function 'gelf_getchdr'@14260\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [84bf1] parameter 'scn'\n      [14260,1427f) {reg5}\n      [1427f,142a0) {entry_value(1) {reg5}, stack_value}\n      [142a0,142a4) {reg5}\n      [142a4,142c1) {entry_value(1) {reg5}, stack_value}\n      [142c1,142cd) {reg5}\n      [142cd,142d6) {entry_value(1) {reg5}, stack_value}\n      [142d6,142e3) {reg5}\n    [84c05] parameter 'dest'\n      [14260,1427f) {reg4}\n      [1427f,1429f) {reg3}\n      [1429f,142a0) {reg0}\n      [142a0,142d5) {reg3}\n      [142d5,142d6) {entry_value(1) {reg4}, stack_value}\n      [142d6,142e3) {reg4}\nmodule 'libelf.so'\n[84cb1] CU '../../elfutils-0.193/libelf/elf_compress.c'@142f0\n  [861c5] function 'elf_compress'@14b40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [861e6] parameter 'scn'\n      [14b40,14b92) {reg5}\n      [14b92,14c75) {reg3}\n      [14c75,14c7d) {reg5}\n      [14c7d,14cb0) {entry_value(1) {reg5}, stack_value}\n      [14cb0,14f47) {reg3}\n      [14f47,14f4c) {entry_value(1) {reg5}, stack_value}\n    [861fa] parameter 'type'\n      [14b40,14b8f) {reg4}\n      [14b8f,14c75) {reg6}\n      [14c75,14c81) {reg4}\n      [14c81,14cb0) {entry_value(1) {reg4}, stack_value}\n      [14cb0,14d57) {reg6}\n      [14d57,14d5f) {fbreg(-176)}\n      [14d5f,14dd9) {entry_value(1) {reg4}, stack_value}\n      [14dd9,14ee5) {reg6}\n      [14ee5,14efb) {fbreg(-176)}\n      [14efb,14f39) {entry_value(1) {reg4}, stack_value}\n      [14f39,14f47) {reg6}\n      [14f47,14f4c) {entry_value(1) {reg4}, stack_value}\n    [8620e] parameter 'flags'\n      [14b40,14b80) {reg1}\n      [14b80,14c75) {reg12}\n      [14c75,14c81) {reg1}\n      [14c81,14c82) {reg12}\n      [14c82,14cb0) {entry_value(1) {reg1}, stack_value}\n      [14cb0,14f47) {reg12}\n      [14f47,14f4c) {entry_value(1) {reg1}, stack_value}\n    [86222] variable 'force'\n      [14b8a,14c75) {reg12}\n      [14cb0,14f47) {reg12}\n    [86236] variable 'elf'\n      [14b8a,14b9a) {reg1}\n      [14b9a,14c2a) {fbreg(-224)}\n      [14cb0,14cbd) {fbreg(-224)}\n      [14dd9,14e2f) {fbreg(-224)}\n      [14e45,14e75) {fbreg(-224)}\n      [14eb6,14ecf) {fbreg(-224)}\n    [8624a] variable 'ehdr'\n      [14b40,14f4c) {fbreg(-144)}\n    [8625a] variable 'elfclass'\n      [14bba,14bc4) {reg0}\n      [14bc4,14c75) {reg15}\n      [14cb0,14dd9) {reg15}\n      [14dd9,14de4) {reg0}\n      [14de4,14f47) {reg15}\n    [8626e] variable 'elfdata'\n      [14bba,14c75) {breg13(0), const1u(255), and, stack_value}\n      [14cb0,14cdd) {breg13(0), const1u(255), and, stack_value}\n      [14cdd,14cf3) {breg1(0), const1u(255), and, stack_value}\n      [14cf3,14f47) {breg13(0), const1u(255), and, stack_value}\n    [86282] variable 'sh_flags'\n      [14bd5,14c23) {reg0}\n      [14cb0,14cb9) {reg0}\n      [14df4,14e11) {reg0}\n      [14e17,14e29) {reg0}\n      [14e45,14e51) {reg0}\n      [14e57,14e79) {reg0}\n      [14eb6,14ec9) {reg0}\n    [86296] variable 'sh_type'\n      [14bd9,14c2a) {reg2}\n      [14cb0,14cc5) {reg2}\n      [14df8,14e11) {reg2}\n      [14e17,14e29) {reg2}\n      [14e45,14e51) {reg2}\n      [14e57,14e79) {reg2}\n      [14e79,14eb6) {fbreg(-216)}\n      [14eb6,14ec9) {reg2}\n    [862aa] variable 'sh_addralign'\n      [14bdd,14c2a) {reg11}\n      [14cb0,14cf3) {reg11}\n      [14cf3,14dd9) {fbreg(-216)}\n      [14dfc,14e11) {reg11}\n      [14e17,14e29) {reg11}\n      [14e45,14e51) {reg11}\n      [14e57,14e79) {reg11}\n      [14eb6,14ec9) {reg11}\n      [14ecf,14f47) {fbreg(-216)}\n    [862e7] variable 'shdr'\n      [14bcb,14bd5) {reg0, piece(8)}\n      [14bd5,14c2a) {reg10, piece(8)}\n      [14cb0,14cf3) {reg10, piece(8)}\n      [14cf3,14dd9) {fbreg(-224), piece(8)}\n      [14deb,14df4) {reg0, piece(8)}\n      [14df4,14e11) {reg10, piece(8)}\n      [14e17,14e29) {reg10, piece(8)}\n      [14e45,14e51) {reg10, piece(8)}\n      [14e57,14e79) {reg10, piece(8)}\n      [14e79,14eb6) {fbreg(-224), piece(8)}\n      [14eb6,14ec9) {reg10, piece(8)}\n      [14ecf,14f47) {fbreg(-224), piece(8)}\n    [862fb] variable 'compressed'\n      [14bf1,14c23) {breg0(0), const2u(2048), and, stack_value}\n      [14cb0,14cb9) {breg0(0), const2u(2048), and, stack_value}\n      [14e45,14e51) {breg0(0), const2u(2048), and, stack_value}\n      [14e57,14e79) {breg0(0), const2u(2048), and, stack_value}\n      [14eb6,14ec9) {breg0(0), const2u(2048), and, stack_value}\n  [866f0] function '__libelf_reset_rawdata'@14a10\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [8670f] parameter 'scn'\n      [14a10,14a49) {reg5}\n      [14a49,14b2d) {reg6}\n      [14b2d,14b33) {reg5}\n      [14b33,14b34) {entry_value(1) {reg5}, stack_value}\n    [86723] parameter 'buf'\n      [14a10,14a49) {reg4}\n      [14a49,14b2f) {reg12}\n      [14b2f,14b33) {breg5(160)}\n      [14b33,14b34) {entry_value(1) {reg4}, stack_value}\n    [86737] parameter 'size'\n      [14a10,14a49) {reg1}\n      [14a49,14b34) {entry_value(1) {reg1}, stack_value}\n    [8674b] parameter 'align'\n      [14a10,14a49) {reg2}\n      [14a49,14b34) {entry_value(1) {reg2}, stack_value}\n    [8675f] parameter 'type'\n      [14a10,14a49) {reg8}\n      [14a49,14b34) {entry_value(1) {reg8}, stack_value}\n    [86773] variable 'runp'\n      [14a49,14b2c) {reg3}\n  [86800] function '__libelf_decompress_elf'@14930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86821] parameter 'scn'\n      [14930,14956) {reg5}\n      [14956,149e4) {reg3}\n      [149e4,149e8) {entry_value(1) {reg5}, stack_value}\n      [149e8,14a03) {reg3}\n    [86835] parameter 'size_out'\n      [14930,14952) {reg4}\n      [14952,149e7) {reg12}\n      [149e7,149e8) {entry_value(1) {reg4}, stack_value}\n      [149e8,14a03) {reg12}\n    [86849] parameter 'addralign'\n      [14930,14956) {reg1}\n      [14956,149e5) {reg6}\n      [149e5,149e8) {entry_value(1) {reg1}, stack_value}\n      [149e8,14a03) {reg6}\n    [8685d] variable 'chdr'\n      [14930,14a03) {fbreg(-64)}\n    [8686c] variable 'unknown_compression'\n      [1495c,14962) {lit0, stack_value}\n    [86880] variable 'data'\n      [14988,149bc) {reg0}\n    [86894] variable 'elfclass'\n      [1498d,149bc) {breg3(136), deref, plus_uconst(32)}\n    [868a8] variable 'hsize'\n      [149ae,149b8) {reg4}\n      [149b8,149bc) {lit24, lit12, breg3(136), deref, plus_uconst(32), deref_size(4), lit1, ne, bra(1), swap, drop, stack_value}\n    [868bc] variable 'size_in'\n      [149ae,149b5) {breg0(16), deref, breg4(0), minus, stack_value}\n      [149b5,149bc) {reg1}\n    [868d0] variable 'buf_in'\n      [149ae,149b8) {breg0(0), deref, breg4(0), plus, stack_value}\n      [149b8,149bc) {reg4}\n    [868e4] variable 'buf_out'\n      [149bd,149cf) {reg0}\n  [86983] function '__libelf_decompress'@148f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [869a4] parameter 'chtype'\n      [148f0,14901) {reg5}\n      [14901,14906) {entry_value(1) {reg5}, stack_value}\n      [14906,14919) {reg5}\n      [14919,14925) {entry_value(1) {reg5}, stack_value}\n    [869b8] parameter 'buf_in'\n      [148f0,148fb) {reg4}\n      [148fb,14905) {reg0}\n      [14905,14906) {entry_value(1) {reg4}, stack_value}\n      [14906,1491d) {reg4}\n      [1491d,14925) {entry_value(1) {reg4}, stack_value}\n    [869cc] parameter 'size_in'\n      [148f0,148fe) {reg1}\n      [148fe,14905) {reg4}\n      [14905,14906) {entry_value(1) {reg1}, stack_value}\n      [14906,1491d) {reg1}\n      [1491d,14925) {entry_value(1) {reg1}, stack_value}\n    [869e0] parameter 'size_out'\n      [148f0,14905) {reg2}\n      [14905,14906) {entry_value(1) {reg2}, stack_value}\n      [14906,1491d) {reg2}\n      [1491d,14925) {entry_value(1) {reg2}, stack_value}\n  [86a30] function '__libelf_decompress_zlib'@14790\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86a51] parameter 'buf_in'\n      [14790,147d5) {reg5}\n      [147d5,1480b) {reg6}\n      [1480b,1482c) {breg6(0)}\n      [1482c,148b6) {entry_value(1) {reg5}, stack_value}\n      [148b6,148c5) {reg5}\n      [148c5,148ce) {entry_value(1) {reg5}, stack_value}\n      [148ce,148de) {reg6}\n      [148de,148e3) {entry_value(1) {reg5}, stack_value}\n    [86a65] parameter 'size_in'\n      [14790,147e0) {reg4}\n      [147e0,1487b) {reg14}\n      [1487b,1489b) {entry_value(1) {reg4}, stack_value}\n      [1489b,148b6) {reg14}\n      [148b6,148cb) {reg4}\n      [148cb,148ce) {entry_value(1) {reg4}, stack_value}\n      [148ce,148de) {reg14}\n      [148de,148e3) {entry_value(1) {reg4}, stack_value}\n    [86a79] parameter 'size_out'\n      [14790,147a6) {reg1}\n      [147a6,14896) {reg12}\n      [14896,1489b) {entry_value(1) {reg1}, stack_value}\n      [1489b,148e3) {reg12}\n    [86a8d] variable 'buf_out'\n      [147e7,147f0) {reg0}\n      [147f0,1487b) {reg3}\n      [1489b,148a5) {reg3}\n      [148a5,148a9) {reg5}\n      [148aa,148b6) {lit0, stack_value}\n      [148ce,148db) {reg0}\n    [86aa1] variable 'z'\n      [14790,148e3) {fbreg(-176)}\n    [86ab0] variable 'zrc'\n      [1482d,14839) {reg0}\n      [14839,14858) {lit0, stack_value}\n      [14858,14864) {reg0}\n      [14865,1486d) {reg0}\n  [86bc0] function '__libelf_compress'@142f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86be1] parameter 'scn'\n      [142f0,14347) {reg5}\n      [14347,1441c) {reg14}\n      [1441c,14557) {fbreg(-272)}\n      [14557,1456c) {reg14}\n      [1456c,1476b) {fbreg(-272)}\n      [1476b,1477c) {reg14}\n      [1477c,14781) {fbreg(-272)}\n    [86bf5] parameter 'hsize'\n      [142f0,14343) {reg4}\n      [14343,1441c) {reg12}\n      [1441c,14557) {entry_value(1) {reg4}, stack_value}\n      [14557,1456c) {reg12}\n      [1456c,1476b) {entry_value(1) {reg4}, stack_value}\n      [1476b,1477c) {reg12}\n      [1477c,14781) {entry_value(1) {reg4}, stack_value}\n    [86c09] parameter 'ei_data'\n      [142f0,14347) {reg1}\n      [14347,14781) {fbreg(-276)}\n    [86c1d] parameter 'orig_size'\n      [142f0,14347) {reg2}\n      [14347,14781) {fbreg(-320)}\n    [86c31] parameter 'orig_addralign'\n      [142f0,14347) {reg8}\n      [14347,14781) {fbreg(-288)}\n    [86c45] parameter 'new_size'\n      [142f0,14347) {reg9}\n      [14347,14781) {fbreg(-264)}\n    [86c59] parameter 'force'\n      [142f0,14781) {fbreg(0)}\n    [86c66] parameter 'use_zstd'\n      [142f0,14781) {fbreg(8)}\n    [86c73] variable 'data'\n      [14348,1435e) {reg0}\n      [1435e,1441c) {reg13}\n      [14557,1456a) {reg13}\n      [1476b,1477c) {reg13}\n    [86c87] variable 'next_data'\n      [1436c,1437b) {reg0}\n      [1437b,1441c) {fbreg(-296)}\n      [14557,1456a) {fbreg(-296)}\n      [1476b,1477c) {fbreg(-296)}\n    [86c9b] variable 'block'\n      [143b3,143ba) {reg0}\n      [143ba,1456a) {fbreg(-304)}\n      [14598,1477c) {fbreg(-304)}\n    [86caf] variable 'out_size'\n      [143b3,1441c) {reg3}\n      [1441c,14557) {fbreg(-304), deref, lit1, shl, stack_value}\n      [14557,1456a) {reg3}\n      [14598,1476b) {fbreg(-304), deref, lit1, shl, stack_value}\n      [1476b,1477c) {reg3}\n    [86cc3] variable 'out_buf'\n      [143c1,14407) {reg0}\n      [14407,1441c) {reg6}\n      [14557,14569) {reg0}\n      [14569,1456a) {reg6}\n      [1476b,14776) {reg0}\n  [86cd7] inlined function '__libelf_compress_zlib'@143d2\n    [86cf0] parameter 'scn'\n      [143d2,14557) {fbreg(-272)}\n      [14598,14744) {fbreg(-272)}\n      [14749,1476b) {fbreg(-272)}\n    [86cfd] parameter 'hsize'\n      [143d2,1441c) {reg12}\n      [1441c,14557) {entry_value(1) {reg4}, stack_value}\n      [14598,14744) {entry_value(1) {reg4}, stack_value}\n      [14749,1476b) {entry_value(1) {reg4}, stack_value}\n    [86d0a] parameter 'ei_data'\n      [143d2,14557) {fbreg(-276)}\n      [14598,14744) {fbreg(-276)}\n      [14749,1476b) {fbreg(-276)}\n    [86d17] parameter 'orig_size'\n      [143d2,14557) {fbreg(-320)}\n      [14598,14744) {fbreg(-320)}\n      [14749,1476b) {fbreg(-320)}\n    [86d24] parameter 'orig_addralign'\n      [143d2,14557) {fbreg(-288)}\n      [14598,14744) {fbreg(-288)}\n      [14749,1476b) {fbreg(-288)}\n    [86d31] parameter 'new_size'\n      [143d2,14557) {fbreg(-264)}\n      [14598,14744) {fbreg(-264)}\n      [14749,1476b) {fbreg(-264)}\n    [86d3e] parameter 'force'\n      [143d2,14557) {fbreg(0)}\n      [14598,14744) {fbreg(0)}\n      [14749,1476b) {fbreg(0)}\n    [86d4b] parameter 'data'\n      [143d2,14488) {reg13}\n      [14488,144bc) {reg5}\n      [144bc,144c3) {reg4}\n      [144c3,14552) {fbreg(-296)}\n      [14598,145cb) {fbreg(-296)}\n      [145cb,145ea) {reg5}\n      [145ea,145ff) {fbreg(-296)}\n      [14625,14633) {reg13}\n      [14659,146ae) {reg13}\n      [146ae,14744) {fbreg(-296)}\n      [14749,14761) {fbreg(-296)}\n      [14761,1476b) {reg13}\n    [86d58] parameter 'next_data'\n      [143d2,144d4) {fbreg(-296)}\n      [145cb,145ea) {fbreg(-296)}\n      [14625,14633) {fbreg(-296)}\n      [14659,146ae) {fbreg(-296)}\n      [14761,1476b) {fbreg(-296)}\n    [86d65] parameter 'out_buf'\n      [143d2,14407) {reg0}\n      [14407,14557) {reg6}\n      [14598,145c6) {reg6}\n      [145cb,14611) {reg6}\n      [14611,14615) {reg5}\n      [14625,1464f) {reg6}\n      [1464f,14653) {reg5}\n      [14659,146d1) {reg6}\n      [146d6,14744) {reg6}\n      [14749,1476b) {reg6}\n    [86d72] parameter 'out_size'\n      [143d2,14557) {reg3}\n      [14598,145a5) {reg3}\n      [145cb,145ff) {reg3}\n      [14625,1463d) {reg3}\n      [14659,14744) {reg3}\n      [14761,1476b) {reg3}\n    [86d7f] parameter 'block'\n      [143d2,14557) {fbreg(-304)}\n      [14598,14744) {fbreg(-304)}\n      [14749,1476b) {fbreg(-304)}\n    [86d8c] variable 'used'\n      [143d2,1441c) {reg12}\n      [1441c,14467) {reg8}\n      [144d4,144eb) {reg8}\n      [14517,14539) {reg8}\n      [14598,145b4) {reg8}\n      [145b4,145cb) {fbreg(-312)}\n      [14625,14633) {reg8}\n      [14659,14669) {reg8}\n      [14669,146ae) {fbreg(-312)}\n      [146ae,146c1) {reg8}\n      [146d6,146f2) {reg8}\n      [146f2,1470a) {fbreg(-312)}\n      [1470a,1470e) {reg8}\n      [14749,1476b) {fbreg(-312)}\n    [86d99] variable 'z'\n      [143d2,14560) {fbreg(-192)}\n      [1456a,1456c) {fbreg(-192)}\n      [145a0,14744) {fbreg(-192)}\n      [14749,1476b) {fbreg(-192)}\n      [14770,14772) {fbreg(-192)}\n    [86da2] variable 'zrc'\n      [14408,1441c) {reg0}\n      [14504,1451d) {reg0}\n      [1451d,14539) {reg1}\n      [14598,145b4) {reg1}\n      [145ea,145f9) {reg0}\n      [146ae,146c1) {reg1}\n      [146d6,146f2) {reg1}\n      [146f2,1470a) {fbreg(-244)}\n      [1470a,1470e) {reg1}\n    [86daf] variable 'cdata'\n      [143d2,14560) {fbreg(-240)}\n      [1456a,1456c) {fbreg(-240)}\n      [145a0,14744) {fbreg(-240)}\n      [14749,1476b) {fbreg(-240)}\n      [14770,14772) {fbreg(-240)}\n    [86db8] variable 'flush'\n      [14419,144d4) {lit0, stack_value}\n      [144d4,14557) {reg12}\n      [14598,145cb) {reg12}\n      [145cb,145dc) {lit0, stack_value}\n      [145ea,145ff) {reg12}\n      [14625,14633) {lit0, stack_value}\n      [14659,146ae) {lit0, stack_value}\n      [146ae,14729) {reg12}\n      [14749,14761) {reg12}\n      [14761,1476b) {lit0, stack_value}\n  [86df9] inlined function 'do_deflate_cleanup'@145ff\n    [86e11] parameter 'result'\n      [145ff,14625) {lit0, stack_value}\n    [86e1e] parameter 'z'\n      [145ff,14607) {fbreg(-192), stack_value}\n      [14607,1460b) {reg5}\n      [1460b,14625) {fbreg(-192), stack_value}\n    [86e2b] parameter 'out_buf'\n      [145ff,14611) {reg6}\n      [14611,14615) {reg5}\n    [86e38] parameter 'cdatap'\n      [145ff,14625) {fbreg(-240), stack_value}\n  [86eab] inlined function 'do_deflate_cleanup'@1463d\n    [86ec3] parameter 'result'\n      [1463d,14654) {lit0, stack_value}\n    [86ed0] parameter 'z'\n      [1463d,14645) {fbreg(-192), stack_value}\n      [14645,14649) {reg5}\n      [14649,14654) {fbreg(-192), stack_value}\n    [86edd] parameter 'out_buf'\n      [1463d,1464f) {reg6}\n      [1464f,14653) {reg5}\n    [86eea] parameter 'cdatap'\n      [1463d,14654) {lit0, stack_value}\n  [86f1e] inlined function 'do_deflate_cleanup'@146bd\n    [86f36] parameter 'result'\n      [146bd,146d6) {const1s(-1), stack_value}\n      [1470a,14723) {const1s(-1), stack_value}\n    [86f43] parameter 'z'\n      [146bd,146c1) {reg5}\n      [146c1,146d6) {fbreg(-192), stack_value}\n      [1470a,1470e) {reg5}\n      [1470e,14723) {fbreg(-192), stack_value}\n    [86f50] parameter 'out_buf'\n      [146bd,146d1) {reg6}\n      [1470a,14723) {reg6}\n    [86f5d] parameter 'cdatap'\n      [146bd,146ca) {lit0, stack_value}\n      [1470a,14723) {fbreg(-240), stack_value}\n  [8640c] inlined function 'memcpy'@14eff\n    [86420] parameter '__dest'\n      [14eff,14f13) {reg4}\n    [8642d] parameter '__src'\n      [14eff,14f13) {fbreg(-176), stack_value}\n    [8643a] parameter '__len'\n      [14eff,14f13) {lit12, stack_value}\n  [864cf] inlined function 'memcpy'@14d64\n    [864e3] parameter '__dest'\n      [14d64,14d83) {reg4}\n    [864f0] parameter '__src'\n      [14d64,14d83) {fbreg(-176), stack_value}\n    [864fd] parameter '__len'\n      [14d64,14d83) {lit24, stack_value}\n  [86489] inlined function '__bswap_64'@14d5f\n    [864a2] parameter '__bsx'\n      (14d5f,14d5f) <empty range>\n  [864b0] inlined function '__bswap_64'@14d5f\n    [864c9] parameter '__bsx'\n      <no value>\n  [86389] inlined function '__bswap_32'@14ee3\n    [863ad] parameter '__bsx'\n      [14ee3,14ee5) {reg6}\n  [863bb] inlined function '__bswap_32'@14ee5\n    [863df] parameter '__bsx'\n      [14ee5,14ee7) {reg0}\n  [863ed] inlined function '__bswap_32'@14efb\n    [86406] parameter '__bsx'\n      <no value>\n  [86462] inlined function '__bswap_32'@14d45\n    [8647b] parameter '__bsx'\n      [14d45,14d57) {reg6}\nmodule 'libelf.so'\n[87301] CU '../../elfutils-0.193/libelf/elf_compress_gnu.c'@14f50\n  [884d0] function 'elf_compress_gnu'@14f50\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [884f2] parameter 'scn'\n      [14f50,14fa2) {reg5}\n      [14fa2,150f5) {reg3}\n      [150f5,150fd) {reg5}\n      [150fd,15130) {entry_value(1) {reg5}, stack_value}\n      [15130,15232) {reg3}\n      [15232,15237) {entry_value(1) {reg5}, stack_value}\n    [88506] parameter 'inflate'\n      [14f50,14f9f) {reg4}\n      [14f9f,1509f) {reg14}\n      [1509f,150f5) {entry_value(1) {reg4}, stack_value}\n      [150f5,15101) {reg4}\n      [15101,15130) {entry_value(1) {reg4}, stack_value}\n      [15130,15223) {reg14}\n      [15223,1522c) {entry_value(1) {reg4}, stack_value}\n      [1522c,15232) {reg14}\n      [15232,15237) {entry_value(1) {reg4}, stack_value}\n    [88518] parameter 'flags'\n      [14f50,14f8f) {reg1}\n      [14f8f,15071) {reg6}\n      [15071,150f5) {entry_value(1) {reg1}, stack_value}\n      [150f5,15101) {reg1}\n      [15101,15102) {reg6}\n      [15102,15130) {entry_value(1) {reg1}, stack_value}\n      [15130,1515d) {reg6}\n      [1515d,1516c) {entry_value(1) {reg1}, stack_value}\n      [1516c,15223) {reg6}\n      [15223,1522c) {entry_value(1) {reg1}, stack_value}\n      [1522c,15232) {reg6}\n      [15232,15237) {entry_value(1) {reg1}, stack_value}\n    [8852a] variable 'force'\n      [14f9a,15071) {reg6}\n      [15071,150f5) {entry_value(1) {reg1}, stack_value}\n      [15130,1515d) {reg6}\n      [1515d,1516c) {entry_value(1) {reg1}, stack_value}\n      [1516c,15223) {reg6}\n      [15223,1522c) {entry_value(1) {reg1}, stack_value}\n      [1522c,15232) {reg6}\n    [8853d] variable 'elf'\n      [14f9a,14fab) {reg1}\n      [14fab,15024) {fbreg(-200)}\n      [15130,1515d) {fbreg(-200)}\n      [1516c,15195) {fbreg(-200)}\n    [88551] variable 'ehdr'\n      [14f50,15237) {fbreg(-144)}\n    [88560] variable 'elfclass'\n      [14fcc,14fd6) {reg0}\n      [14fd6,150f5) {reg13}\n      [15130,1513c) {reg13}\n      [1513c,15144) {reg0}\n      [15144,15232) {reg13}\n    [88573] variable 'elfdata'\n      [14fcc,150f5) {breg12(0), const1u(255), and, stack_value}\n      [15130,15232) {breg12(0), const1u(255), and, stack_value}\n    [88586] variable 'sh_flags'\n      [14fe7,15032) {reg0}\n      [15130,15139) {reg0}\n      [15150,1515d) {reg0}\n      [1516c,15179) {reg0}\n      [1517c,15189) {reg0}\n      [1518f,151b7) {reg0}\n    [88599] variable 'sh_type'\n      [14feb,15032) {reg8}\n      [15032,1508a) {fbreg(-188)}\n      [15130,15139) {reg8}\n      [15154,1515d) {reg8}\n      [1515d,1516c) {fbreg(-188)}\n      [1516c,15179) {reg8}\n      [1517c,15189) {reg8}\n      [1518f,151b3) {reg8}\n    [885ac] variable 'sh_addralign'\n      [14fef,15032) {reg9}\n      [15032,15094) {fbreg(-184)}\n      [15130,15139) {reg9}\n      [15158,1515d) {reg9}\n      [1515d,1516c) {fbreg(-184)}\n      [1516c,15179) {reg9}\n      [1517c,15189) {reg9}\n      [1518f,151ae) {reg9}\n    [885e3] variable 'shdr'\n      [14fdd,14fe7) {reg0, piece(8)}\n      [14fe7,15032) {reg10, piece(8)}\n      [15032,150cc) {fbreg(-200), piece(8)}\n      [15130,15139) {reg10, piece(8)}\n      [1514b,15150) {reg0, piece(8)}\n      [15150,1515d) {reg10, piece(8)}\n      [1515d,1516c) {fbreg(-200), piece(8)}\n      [1516c,15179) {reg10, piece(8)}\n      [1517c,15189) {reg10, piece(8)}\n      [1518f,151b7) {reg10, piece(8)}\n      [151b7,15232) {fbreg(-200), piece(8)}\n  [88682] inlined function 'memmove'@151e8\n    [8869a] parameter '__dest'\n      (151e8,151e8) <empty range>\n    [886a7] parameter '__src'\n      (151e8,151e8) <empty range>\n    [886b4] parameter '__len'\n      (151e8,151e8) <empty range>\n  [886c2] inlined function 'memmove'@151e8\n    [886e5] parameter '__dest'\n      [151e8,151ec) {breg4(4), stack_value}\n    [886f2] parameter '__src'\n      [151e8,151ec) {implicit_pointer([88652],0) <no location>}\n    [886ff] parameter '__len'\n      [151e8,151ec) {lit8, stack_value}\n  [887ec] inlined function 'memcpy'@15063\n    [8880f] parameter '__dest'\n      (15063,15063) <empty range>\n    [8881c] parameter '__src'\n      (15063,15063) <empty range>\n    [88829] parameter '__len'\n      (15063,15063) <empty range>\n  [8865c] inlined function '__bswap_64'@151d1\n    [88674] parameter '__bsx'\n      [151d1,151e0) {fbreg(-168)}\n      [151e0,151e8) {reg0}\n  [88837] inlined function '__bswap_64'@15063\n    [8884f] parameter '__bsx'\n      [15063,15071) {breg4(4)}\nmodule 'libelf.so'\n[88a56] CU '../../elfutils-0.193/lib/eu-search.c'@15240\n  [88bcc] function 'eu_search_tree_fini'@152a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88be8] parameter 'tree'\n      [152a0,152a4) {reg5}\n      [152a4,152a5) {entry_value(1) {reg5}, stack_value}\n    [88bfb] parameter 'free_node'\n      [152a0,152a4) {reg4}\n      [152a4,152a5) {entry_value(1) {reg4}, stack_value}\n  [88c30] function 'eu_search_tree_init'@15290\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88c4c] parameter 'tree'\n      [15290,15298) {reg5}\n  [88c5b] function 'eu_tdestroy'@15270\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88c77] parameter 'tree'\n      [15270,15277) {reg5}\n      [15277,15284) {reg3}\n      [15284,15285) {entry_value(1) {reg5}, stack_value}\n    [88c8a] parameter 'free_node'\n      [15270,1527b) {reg4}\n      [1527b,15285) {entry_value(1) {reg4}, stack_value}\n  [88cb3] function 'eu_tdelete'@15260\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88cd3] parameter 'key'\n      [15260,15264) {reg5}\n      [15264,15265) {entry_value(1) {reg5}, stack_value}\n    [88ce6] parameter 'tree'\n      [15260,15264) {reg4}\n      [15264,15265) {entry_value(1) {reg4}, stack_value}\n    [88cf9] parameter 'compare'\n      [15260,15264) {reg1}\n      [15264,15265) {entry_value(1) {reg1}, stack_value}\n    [88d0c] variable 'ret'\n      <no value>\n  [88d3a] function 'eu_tfind'@15250\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88d5a] parameter 'key'\n      [15250,15254) {reg5}\n      [15254,15255) {entry_value(1) {reg5}, stack_value}\n    [88d6d] parameter 'tree'\n      [15250,15254) {reg4}\n      [15254,15255) {entry_value(1) {reg4}, stack_value}\n    [88d80] parameter 'compare'\n      [15250,15254) {reg1}\n      [15254,15255) {entry_value(1) {reg1}, stack_value}\n    [88d93] variable 'ret'\n      <no value>\n  [88dc1] function 'eu_tsearch'@15240\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [88ddf] parameter 'key'\n      [15240,15244) {reg5}\n      [15244,15245) {entry_value(1) {reg5}, stack_value}\n    [88df2] parameter 'tree'\n      [15240,15244) {reg4}\n      [15244,15245) {entry_value(1) {reg4}, stack_value}\n    [88e05] parameter 'compare'\n      [15240,15244) {reg1}\n      [15244,15245) {entry_value(1) {reg1}, stack_value}\n    [88e18] variable 'ret'\n      <no value>\nmodule 'libasm.so'\n[2f] CU '../../elfutils-0.193/libasm/asm_begin.c'@0\n  [e18] inlined function 'prepare_binary_output'@2825\n    [e30] parameter 'result'\n      [27ee,2812) {reg3}\n      [2825,28f8) {reg3}\n      (2943,2943) <empty range>\n      [23c0,23df) {reg3}\n    [e3d] parameter 'ebl'\n      [27ee,2812) {reg13}\n      [2825,28f8) {reg13}\n      (2943,2943) <empty range>\n      [23c0,23df) {reg13}\n    [e4a] variable 'ehdr'\n      [286b,2876) {reg0}\n      [2876,28f8) {reg6}\n      (2943,2943) <empty range>\n      [23c0,23de) {reg0}\n      [23de,23df) {reg6}\n    [e57] variable 'ehdr_mem'\n      [27f0,2820) {fbreg(-128)}\n      [2825,2900) {fbreg(-128)}\n      [2908,290a) {fbreg(-128)}\n      [2923,2928) {fbreg(-128)}\n      [2932,2934) {fbreg(-128)}\n      [2939,293e) {fbreg(-128)}\n      [23c0,23df) {fbreg(-128)}\n    [e6d] variable 'class'\n      [284d,2851) {reg0}\n      [2851,28f8) {reg12}\n      (2943,2943) <empty range>\n      [23c0,23df) {reg12}\n  [ccd] inlined function 'prepare_text_output'@2707\n    [ce5] parameter 'result'\n      [2707,270e) {reg0}\n      [270e,2715) {reg3}\n      [27c3,27ee) {reg3}\n      [2928,2934) {reg3}\n      [2934,2938) {reg5}\n      [2938,2939) {fbreg(-136), deref, const1u(120), minus, stack_value}\n      [2939,293e) {lit0, stack_value}\n  [d4f] inlined function 'mempcpy'@2768\n    [d74] parameter '__dest'\n      [2768,277a) {reg2}\n      [277a,277b) {fbreg(-136)}\n    [d81] parameter '__src'\n      [2768,277b) {reg6}\n    [d8e] parameter '__len'\n      [2768,277b) {reg14}\n  [dbe] inlined function 'memcpy'@2797\n    [dd6] parameter '__dest'\n      [2797,279b) {reg5}\n    [de3] parameter '__src'\n      [2797,279c) {reg6}\n    [df0] parameter '__len'\n      [2797,279b) {reg1}\n      [279b,279c) {breg14(1), stack_value}\n  [e7a] inlined function 'memcpy'@28a6\n    [e92] parameter '__dest'\n      (28a6,28a6) <empty range>\n    [e9f] parameter '__src'\n      (28a6,28a6) <empty range>\n    [eac] parameter '__len'\n      (28a6,28a6) <empty range>\nmodule 'libasm.so'\n[1210] CU '../../elfutils-0.193/libasm/asm_abort.c'@2950\n  [1a00] function 'asm_abort'@2950\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1a1e] parameter 'ctx'\n      [2950,2963) {reg5}\n      [2963,2981) {reg3}\n      [2981,2982) {entry_value(1) {reg5}, stack_value}\n      [2982,2988) {reg5}\nmodule 'libasm.so'\n[1a7a] CU '../../elfutils-0.193/libasm/asm_end.c'@0\n  [2a05] function '__libasm_finictx'@2a60\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [2a24] parameter 'ctx'\n      [2a60,2a8c) {reg5}\n      [2a8c,2c39) {reg13}\n      [2c39,2c41) {reg5}\n      [2c41,2c42) {entry_value(1) {reg5}, stack_value}\n      [2c42,2c58) {reg13}\n    [2a38] variable 'scn'\n      [2a83,2bae) {reg3}\n    [2a4b] variable 'runp'\n      [2a60,2c58) {fbreg(-80)}\n    [2a5c] variable 'sym'\n      [2bb5,2bbf) {reg0}\n      [2bcb,2bd7) {reg0}\n    [2a6f] variable 'scngrp'\n      [2bdc,2c34) {reg3}\n      [2c42,2c58) {reg3}\n  [2aac] inlined function 'free_section'@2a97\n    [2acf] parameter 'scnp'\n      [2a97,2b98) {reg6}\n    [2adc] variable 'oldp'\n      <no value>\n    [2ae1] variable 'data'\n      [2b86,2b8f) {reg5}\n  [2aee] inlined function 'free_section'@2aa4\n    [2b11] parameter 'scnp'\n      [2aa4,2b82) {reg12}\n    [2b1e] variable 'oldp'\n      <no value>\n    [2b23] variable 'data'\n      [2b70,2b79) {reg5}\n  [2b30] inlined function 'free_section'@2ab2\n    [2b53] parameter 'scnp'\n      [2ab2,2b6b) {reg14}\n    [2b60] variable 'oldp'\n      <no value>\n    [2b65] variable 'data'\n      [2b59,2b62) {reg5}\n  [2b72] inlined function 'free_section'@2abf\n    [2b95] parameter 'scnp'\n      [2abf,2b55) {reg15}\n    [2ba2] variable 'oldp'\n      <no value>\n    [2ba7] variable 'data'\n      [2b43,2b4c) {reg5}\n  [2bb4] inlined function 'free_section'@2ac8\n    [2bd7] parameter 'scnp'\n      [2ac8,2ae7) {reg0}\n      [2ae7,2af1) {fbreg(-96)}\n    [2be4] variable 'oldp'\n      <no value>\n    [2be9] variable 'data'\n      [2b25,2b32) {reg5}\n  [2bf6] inlined function 'free_section'@2ad1\n    [2c19] parameter 'scnp'\n      [2ad1,2ae7) {reg1}\n      [2ae7,2af1) {fbreg(-88)}\n    [2c26] variable 'oldp'\n      <no value>\n    [2c2b] variable 'data'\n      [2af5,2b07) {reg5}\n  [4088] inlined function 'free_section'@29a6\n    [40ab] parameter 'scnp'\n      [29a6,2a3c) {reg6}\n    [40b8] variable 'oldp'\n      <no value>\n    [40bd] variable 'data'\n      [2a2a,2a33) {reg5}\n  [40ca] inlined function 'free_section'@29af\n    [40ed] parameter 'scnp'\n      [29af,29ce) {reg0}\n      [29ce,29d8) {fbreg(-48)}\n    [40fa] variable 'oldp'\n      <no value>\n    [40ff] variable 'data'\n      [2a0c,2a19) {reg5}\n  [410c] inlined function 'free_section'@29b8\n    [412f] parameter 'scnp'\n      [29b8,29ce) {reg1}\n      [29ce,29d8) {fbreg(-40)}\n    [413c] variable 'oldp'\n      <no value>\n    [4141] variable 'data'\n      [29dc,29ee) {reg5}\n  [2e51] inlined function 'binary_end'@2c9a\n    [2e69] parameter 'ctx'\n      [2c9a,2ca3) {reg5}\n      [2ca3,3009) {reg14}\n      [3080,3490) {reg14}\n      [349d,3583) {reg14}\n      [35a1,3601) {reg14}\n      [3606,3673) {reg14}\n      [3678,3758) {reg14}\n      [3767,376c) {reg14}\n      [23df,2553) {reg14}\n    [2e76] variable 'symtab'\n      [2c9a,2e1e) {lit0, stack_value}\n      [2e1e,2e38) {reg0}\n      [2e38,2e53) {breg6(0)}\n      [2e53,2e5f) {breg5(0)}\n      [2e5f,2fbd) {fbreg(-336)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-336)}\n      [349d,3583) {fbreg(-336)}\n      [35a1,3601) {fbreg(-336)}\n      [3606,3673) {fbreg(-336)}\n      [3678,3758) {fbreg(-336)}\n      [3767,376c) {fbreg(-336)}\n      [23df,241d) {fbreg(-336)}\n      [241d,243c) {lit0, stack_value}\n      [243c,2553) {fbreg(-336)}\n    [2e83] variable 'symscn_strent'\n      [2c9a,2d16) {lit0, stack_value}\n      [2d16,2d1a) {reg0}\n      [2d1a,2fbd) {fbreg(-320)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-320)}\n      [349d,3583) {fbreg(-320)}\n      [35a1,3601) {fbreg(-320)}\n      [3606,3673) {fbreg(-320)}\n      [3678,3758) {fbreg(-320)}\n      [3767,376c) {fbreg(-320)}\n      [23df,2553) {fbreg(-320)}\n    [2e90] variable 'strscn_strent'\n      [2c9a,2d24) {lit0, stack_value}\n      [2d24,2d28) {reg0}\n      [2d28,2fbd) {fbreg(-312)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-312)}\n      [349d,3583) {fbreg(-312)}\n      [35a1,3601) {fbreg(-312)}\n      [3606,3673) {fbreg(-312)}\n      [3678,3758) {fbreg(-312)}\n      [3767,376c) {fbreg(-312)}\n      [23df,2553) {fbreg(-312)}\n    [2e9d] variable 'xndxscn_strent'\n      [2c9a,2eb2) {lit0, stack_value}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-296)}\n      [3545,3583) {fbreg(-296)}\n      [35a1,35de) {fbreg(-296)}\n      [35ed,3601) {fbreg(-296)}\n      [3606,362e) {fbreg(-296)}\n      [3713,3717) {reg0}\n      [3717,3758) {fbreg(-296)}\n      [3767,376c) {fbreg(-296)}\n      [23df,241d) {fbreg(-296)}\n      [241d,243c) {lit0, stack_value}\n      [247a,2515) {fbreg(-296)}\n      [2534,2553) {fbreg(-296)}\n    [2eaa] variable 'shstrscn'\n      [30e7,30eb) {reg0}\n      [30eb,3189) {reg6}\n      [3189,32ca) {fbreg(-360)}\n      (376c,376c) <empty range>\n      [23df,23fe) {fbreg(-360)}\n      [247a,2499) {reg6}\n      [24d7,2515) {fbreg(-360)}\n    [2eb7] variable 'shstrscn_strent'\n      [313b,313f) {reg0}\n      [313f,317a) {reg3}\n      [247a,2499) {reg3}\n    [2ec4] variable 'shstrscnndx'\n      [33e0,33ed) {reg0}\n      [33ed,3490) {reg15}\n      [35a1,35ab) {reg0}\n      [35ab,35de) {reg15}\n      [35ed,3601) {reg15}\n      [3606,362e) {reg15}\n      [2534,2553) {reg15}\n    [2ed1] variable 'symscnndx'\n      [2c9a,2dfe) {lit0, stack_value}\n      [2dfe,2e02) {reg0}\n      [2e02,2fbd) {fbreg(-384)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-384)}\n      [349d,3583) {fbreg(-384)}\n      [35a1,3601) {fbreg(-384)}\n      [3606,3673) {fbreg(-384)}\n      [3678,3758) {fbreg(-384)}\n      [3767,376c) {fbreg(-384)}\n      [23df,241d) {fbreg(-384)}\n      [241d,243c) {lit0, stack_value}\n      [243c,2553) {fbreg(-384)}\n    [2ede] variable 'strscnndx'\n      [2c9a,2d7c) {lit0, stack_value}\n      [2d7c,2d80) {reg0}\n      [2d80,2fbd) {fbreg(-376)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-376)}\n      [349d,3583) {fbreg(-376)}\n      [35a1,3601) {fbreg(-376)}\n      [3606,3673) {fbreg(-376)}\n      [3678,3758) {fbreg(-376)}\n      [3767,376c) {fbreg(-376)}\n      [23df,2553) {fbreg(-376)}\n    [2eeb] variable 'xndxscnndx'\n      [2c9a,2eb2) {lit0, stack_value}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-352)}\n      [3545,3583) {fbreg(-352)}\n      [35a1,35de) {fbreg(-352)}\n      [35ed,3601) {fbreg(-352)}\n      [3606,362e) {fbreg(-352)}\n      [36d5,36d9) {reg0}\n      [36d9,3758) {fbreg(-352)}\n      [3767,376c) {fbreg(-352)}\n      [23df,241d) {fbreg(-352)}\n      [241d,243c) {lit0, stack_value}\n      [247a,2515) {fbreg(-352)}\n      [2534,2553) {fbreg(-352)}\n    [2ef8] variable 'data'\n      [2dc9,2dcd) {reg0}\n      [2dcd,2e53) {reg6}\n      [2e53,2e7b) {reg5}\n      [2e7b,2fbd) {fbreg(-280)}\n      [31c4,31ce) {reg0}\n      [31ce,323c) {reg12}\n      [349d,3545) {fbreg(-280)}\n      [35de,35ed) {fbreg(-280)}\n      [362e,3673) {fbreg(-280)}\n      [3678,3758) {fbreg(-280)}\n      [243c,247a) {fbreg(-280)}\n      [2515,2534) {fbreg(-280)}\n    [2f05] variable 'shstrtabdata'\n      [30f7,30fb) {reg0}\n      [30fb,3189) {reg13}\n      [3189,32ca) {fbreg(-328)}\n      (376c,376c) <empty range>\n      [23df,23fe) {fbreg(-328)}\n      [247a,2499) {reg13}\n      [24d7,2515) {fbreg(-328)}\n    [2f12] variable 'strtabdata'\n      [2c9a,2d47) {lit0, stack_value}\n      [2d47,2d50) {reg0}\n      [2d50,2dd4) {reg15}\n      [2dd4,2fbd) {fbreg(-344)}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3490) {fbreg(-344)}\n      [349d,3583) {fbreg(-344)}\n      [35a1,3601) {fbreg(-344)}\n      [3606,3673) {fbreg(-344)}\n      [3678,3758) {fbreg(-344)}\n      [3767,376c) {fbreg(-344)}\n      [23df,241d) {fbreg(-344)}\n      [241d,243c) {reg15}\n      [243c,2553) {fbreg(-344)}\n    [2f1f] variable 'xndxdata'\n      [2c9a,2eb2) {lit0, stack_value}\n      [2fbd,2fff) {lit0, stack_value}\n      [3080,30d8) {lit0, stack_value}\n      [30d8,3189) {reg12}\n      [3189,32ca) {fbreg(-368)}\n      [369c,36a0) {reg0}\n      [36a0,3758) {reg12}\n      (376c,376c) <empty range>\n      [23df,23fe) {fbreg(-368)}\n      [241d,243c) {lit0, stack_value}\n      [247a,2499) {reg12}\n      [24d7,2515) {fbreg(-368)}\n    [2f2c] variable 'shdr_mem'\n      [2c9a,3009) {fbreg(-208)}\n      [3088,3490) {fbreg(-208)}\n      [34a0,3583) {fbreg(-208)}\n      [35a1,3601) {fbreg(-208)}\n      [3606,3673) {fbreg(-208)}\n      [3678,3758) {fbreg(-208)}\n      [3767,376c) {fbreg(-208)}\n      [23df,2553) {fbreg(-208)}\n    [2f35] variable 'shdr'\n      [2d57,2d6d) {reg0}\n      [2d6d,2dc4) {reg6}\n      [2dd4,2dea) {reg0}\n      [2dea,2eb2) {reg15}\n      [3102,3105) {reg0}\n      [3105,3189) {reg15}\n      [31b0,31bd) {reg0}\n      [31bd,32c5) {reg6}\n      [32fc,3300) {reg0}\n      [3300,3341) {reg15}\n      [3341,3345) {reg0}\n      [3345,3360) {reg15}\n      [3384,3392) {reg0}\n      [3392,33b2) {reg15}\n      [3545,356b) {reg15}\n      [356b,356f) {reg0}\n      [356f,3583) {reg15}\n      [35bc,35d3) {reg0}\n      [36a7,36bf) {reg0}\n      [36bf,3758) {reg15}\n      (376c,376c) <empty range>\n      [23df,23fe) {reg6}\n      [23fe,241d) {reg15}\n      [241d,243c) {reg6}\n      [247a,2499) {reg15}\n      [2499,24b7) {reg0}\n      [24b7,24b8) {reg15}\n      [24d7,24f5) {reg0}\n      [24f5,24f6) {reg6}\n      [2534,2552) {reg0}\n    [2f42] variable 'ehdr_mem'\n      [2c9a,3009) {fbreg(-144)}\n      [3088,3490) {fbreg(-144)}\n      [34a0,3583) {fbreg(-144)}\n      [35a1,3601) {fbreg(-144)}\n      [3606,3673) {fbreg(-144)}\n      [3678,3758) {fbreg(-144)}\n      [3767,376c) {fbreg(-144)}\n      [23df,2553) {fbreg(-144)}\n    [2f4b] variable 'ehdr'\n      [33c9,33d6) {reg0}\n      [33d6,33fb) {reg3}\n      [33fb,33ff) {reg4}\n      [35a1,35de) {reg3}\n      [3767,376c) {reg0}\n      [24b8,24d6) {reg0}\n      [24d6,24d7) {reg3}\n      [2534,2553) {reg3}\n    [2f58] variable 'asmscn'\n      [2c9e,2d42) {reg15}\n      [2fbd,2fff) {reg15}\n      [3080,30d8) {reg15}\n      [3364,33c9) {reg3}\n      [2499,24b8) {reg3}\n    [2f65] variable 'result'\n      [2c9a,3009) {lit0, stack_value}\n      [3080,3408) {lit0, stack_value}\n      [3408,3490) {reg3}\n      [349d,3583) {lit0, stack_value}\n      [35a1,35ed) {lit0, stack_value}\n      [35ed,35f7) {reg3}\n      [35f7,3601) {const1s(-1), stack_value}\n      [3606,3610) {reg3}\n      [3615,361a) {const1s(-1), stack_value}\n      [361a,3629) {lit0, stack_value}\n      [3629,362e) {const1s(-1), stack_value}\n      [362e,3673) {lit0, stack_value}\n      [3678,3758) {lit0, stack_value}\n      [3767,376c) {lit0, stack_value}\n      [23df,2553) {lit0, stack_value}\n    [2f72] variable 'scngrp'\n      [344c,3490) {reg6}\n      [35ed,3601) {reg6}\n  [3c9b] inlined function 'text_end'@3039\n    [3cb3] parameter 'ctx'\n      [3039,303d) {reg5}\n      [303d,304a) {reg14}\n      [3758,3762) {reg14}\n  [30b2] inlined function 'startswith'@2edd\n    [30d8] parameter 'prefix'\n      [2edd,2ee6) {implicit_pointer([41df],0) {implicit_value(3){2e4c00}}}\n    [30e5] parameter 'str'\n      [2edd,2ee6) {reg0}\n  [3070] inlined function 'memset'@2e47\n    [308a] parameter '__dest'\n      [2e47,2e77) {reg0}\n    [3097] parameter '__ch'\n      [2e47,2e77) {lit0, stack_value}\n    [30a4] parameter '__len'\n      [2e47,2e77) {lit24, stack_value}\n  [404e] function 'free_section'@2990\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4069] parameter 'scnp'\n      [2990,29bc) {reg5}\n      [29bc,2a52) {reg3}\n      [2a52,2a57) {reg5}\n      [2a57,2a58) {entry_value(1) {reg5}, stack_value}\n    [4076] variable 'oldp'\n      <no value>\n    [407b] variable 'data'\n      [2a40,2a49) {reg5}\nmodule 'libasm.so'\n[41f3] CU '../../elfutils-0.193/libasm/asm_error.c'@3770\n  [434d] function 'asm_errmsg'@37c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [436f] parameter 'error'\n      [37c0,37d4) {reg5}\n      [37d4,37e9) {reg3}\n      [37e9,380b) {entry_value(1) {reg5}, stack_value}\n      [380b,3823) {reg5}\n      [3823,3843) {entry_value(1) {reg5}, stack_value}\n    [4382] variable 'last_error'\n      [37c0,37d4) {form_tls_address, const8u(0)}\n      [37dc,37e9) {reg0}\n      [37e9,3806) {reg3}\n      [380b,3827) {form_tls_address, const8u(0)}\n      [3828,3832) {reg0}\n      [3834,3839) {reg3}\n      [3839,3842) {entry_value(1) {reg5}, const1u(32), shl, const1u(32), shra, breg0(0), entry_value(1) {reg5}, const1u(32), shl, lit16, lit28, shl, neg, ne, bra(1), swap, drop, stack_value}\n  [43fe] function '__libasm_seterrno'@37a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [441c] parameter 'value'\n      [37a0,37ae) {reg5}\n      [37ae,37b6) {reg3}\n      [37b6,37b7) {form_tls_address, const8u(0)}\n  [4430] function 'asm_errno'@3770\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [444e] variable 'result'\n      [3786,3797) {reg1}\nmodule 'libasm.so'\n[446e] CU '../../elfutils-0.193/libasm/asm_getelf.c'@3850\n  [4c15] function 'asm_getelf'@3850\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [4c33] parameter 'ctx'\n      [3850,3863) {reg5}\nmodule 'libasm.so'\n[4c4f] CU '../../elfutils-0.193/libasm/asm_newscn.c'@0\n  [5783] inlined function 'binary_newscn'@3906\n    [579b] parameter 'result'\n      [3906,399c) {reg3}\n      [3a8f,3a95) {reg3}\n      [3a95,3a99) {reg5}\n      (3aae,3aae) <empty range>\n      [2553,2572) {reg3}\n    [57a8] parameter 'type'\n      [3906,399c) {reg12}\n      [3a8f,3aa4) {reg12}\n      (3aae,3aae) <empty range>\n      [2553,2572) {reg12}\n    [57b5] parameter 'flags'\n      [3906,399c) {reg13}\n      [3a8f,3aa4) {reg13}\n      (3aae,3aae) <empty range>\n      [2553,2572) {reg13}\n    [57c2] parameter 'scnname_len'\n      <no value>\n    [57c7] variable 'shdr_mem'\n      [3906,399c) {fbreg(-192)}\n      [3a90,3a93) {fbreg(-192)}\n      [3a95,3aa4) {fbreg(-192)}\n      [2553,2572) {fbreg(-192)}\n    [57d0] variable 'shdr'\n      [3985,399b) {reg0}\n    [57dd] variable 'scn'\n      [3966,3984) {reg0}\n      [3984,399c) {reg14}\n      [3a8f,3a99) {reg0}\n      [3a99,3aa4) {reg14}\n  [58a6] inlined function 'text_newscn'@39f0\n    [58ca] parameter 'result'\n      [39e6,3a8a) {reg3}\n    [58d7] parameter 'type'\n      [39e6,3a8a) {reg12}\n    [58e4] parameter 'flags'\n      [39e6,3a48) {reg13}\n      [3a48,3a8a) {entry_value(1) {reg2}, stack_value}\n    [58f1] variable 'flagstr'\n      [39f0,3a8a) {fbreg(-128)}\n    [58fa] variable 'wp'\n      [39e6,39fc) {fbreg(-128), stack_value}\n      [39fc,3a01) {fbreg(-125), stack_value}\n      [3a01,3a03) {reg0}\n      [3a03,3a0d) {fbreg(-124), stack_value}\n      [3a0d,3a13) {reg0}\n      [3a13,3a1a) {breg0(1), stack_value}\n      [3a1a,3a20) {reg0}\n      [3a20,3a27) {breg0(1), stack_value}\n      [3a27,3a2d) {reg0}\n      [3a2d,3a34) {breg0(1), stack_value}\n      [3a34,3a3a) {reg0}\n      [3a3a,3a41) {breg0(1), stack_value}\n      [3a41,3a4a) {reg0}\n      [3a4a,3a51) {breg0(1), stack_value}\n      (3a51,3a51) <empty range>\n      [3a51,3a79) {breg0(1), stack_value}\n    [5907] variable 'typestr'\n      [39e6,3a77) {implicit_pointer([5ba2],0) {implicit_value(1){00}}}\n      [3a77,3a89) {reg9}\n      [3a89,3a8a) {addr(0x618f), addr(0x6184), breg12(0), const1u(32), shl, lit16, lit28, shl, ne, bra(1), swap, drop, stack_value}\n  [5953] inlined function 'fprintf'@3a77\n    [5968] parameter '__stream'\n      [3a77,3a89) {reg5}\n    [5975] parameter '__fmt'\n      [3a77,3a8a) {addr(0x6198), stack_value}\n  [5914] inlined function 'stpcpy'@39f0\n    [5938] parameter '__dest'\n      [39e6,39fc) {fbreg(-128), stack_value}\n    [5945] parameter '__src'\n      [39e6,39fc) {implicit_pointer([5ba7],0) {implicit_value(4){2c202200}}}\n  [5728] inlined function 'memcpy'@38e4\n    [5740] parameter '__dest'\n      [38e4,38f1) {breg0(88), stack_value}\n      [38f1,38f5) {reg5}\n      [38f5,3900) {breg3(88), stack_value}\n    [574d] parameter '__src'\n      [38e4,3900) {fbreg(-200)}\n    [575a] parameter '__len'\n      <no value>\nmodule 'libasm.so'\n[5bc5] CU '../../elfutils-0.193/libasm/asm_newscn_ingrp.c'@0\nmodule 'libasm.so'\n[667f] CU '../../elfutils-0.193/libasm/asm_newsubscn.c'@3b70\n  [6e3d] function 'asm_newsubscn'@3b70\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [6e5b] parameter 'asmscn'\n      [3b70,3baf) {reg5}\n      [3baf,3bb7) {entry_value(1) {reg5}, stack_value}\n      [3bb7,3bc8) {reg5}\n      [3bc8,3c2b) {reg12}\n      [3c2b,3c33) {entry_value(1) {reg5}, stack_value}\n    [6e6f] parameter 'nr'\n      [3b70,3baf) {reg4}\n      [3baf,3bb7) {entry_value(1) {reg4}, stack_value}\n      [3bb7,3bce) {reg4}\n      [3bce,3c29) {reg6}\n      [3c29,3c2c) {breg0(8)}\n      [3c2c,3c33) {entry_value(1) {reg4}, stack_value}\n    [6e82] variable 'runp'\n      [3b8b,3baf) {reg3}\n      [3bb7,3bed) {reg3}\n      [3bed,3bf1) {reg1}\n      [3bf1,3c24) {reg3}\n    [6e94] variable 'newp'\n      [3bcf,3c2c) {reg0}\nmodule 'libasm.so'\n[6ec8] CU '../../elfutils-0.193/libasm/asm_newsym.c'@3c40\n  [77f1] function 'asm_newsym'@3c40\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [7813] parameter 'asmscn'\n      [3c40,3c81) {reg5}\n      [3c81,3d33) {reg12}\n      [3d33,3d5e) {entry_value(1) {reg5}, stack_value}\n      [3d5e,3d85) {reg5}\n      [3d85,3dba) {reg12}\n      [3dba,3dc1) {entry_value(1) {reg5}, stack_value}\n      [3dc1,3e2f) {reg12}\n      [3e2f,3e35) {reg5}\n      [3e35,3ecf) {reg12}\n      [3ecf,3ed4) {entry_value(1) {reg5}, stack_value}\n    [7826] parameter 'name'\n      [3c40,3c81) {reg4}\n      [3c81,3d33) {reg6}\n      [3d5e,3d7b) {reg4}\n      [3d7b,3d9c) {entry_value(1) {reg4}, stack_value}\n      [3d9c,3dba) {reg6}\n      [3dc1,3e2f) {reg6}\n      [3e2f,3e3b) {reg4}\n      [3e3b,3ecf) {reg6}\n    [7839] parameter 'size'\n      [3c40,3c81) {reg1}\n      [3c81,3d33) {reg15}\n      [3d33,3d5e) {entry_value(1) {reg1}, stack_value}\n      [3d5e,3d8d) {reg1}\n      [3d8d,3dba) {reg15}\n      [3dba,3dc1) {entry_value(1) {reg1}, stack_value}\n      [3dc1,3e2f) {reg15}\n      [3e2f,3e3b) {reg1}\n      [3e3b,3ecf) {reg15}\n      [3ecf,3ed4) {entry_value(1) {reg1}, stack_value}\n    [784c] parameter 'type'\n      [3c40,3c81) {reg2}\n      [3c81,3d33) {reg14}\n      [3d33,3d5e) {entry_value(1) {reg2}, stack_value}\n      [3d5e,3d76) {reg2}\n      [3d76,3dba) {reg14}\n      [3dba,3dc1) {entry_value(1) {reg2}, stack_value}\n      [3dc1,3e2f) {reg14}\n      [3e2f,3e3b) {reg2}\n      [3e3b,3ecf) {reg14}\n      [3ecf,3ed4) {entry_value(1) {reg2}, stack_value}\n    [785f] parameter 'binding'\n      [3c40,3c81) {reg8}\n      [3c81,3d5e) {fbreg(-100)}\n      [3d5e,3d82) {reg8}\n      [3d82,3e2f) {fbreg(-100)}\n      [3e2f,3e3b) {reg8}\n      [3e3b,3ed4) {fbreg(-100)}\n    [7872] variable 'tempsym'\n      [3c40,3ed4) {fbreg(-85)}\n    [7882] variable 'result'\n      [3c9b,3ca9) {reg0}\n      [3ca9,3d33) {reg3}\n      [3da1,3dba) {reg3}\n      [3dc1,3e2f) {reg3}\n      [3e41,3ecf) {reg3}\n    [7895] variable 'name_len'\n      [3c90,3c94) {breg0(1), stack_value}\n      [3c94,3cad) {breg13(1), stack_value}\n      [3cad,3cd4) {reg1}\n      [3cd4,3ce9) {breg13(1), stack_value}\n  [7908] inlined function 'startswith'@3d21\n    [792c] parameter 'prefix'\n      [3d21,3d2b) {implicit_pointer([7d28],0) {implicit_value(3){2e4c00}}}\n    [7939] parameter 'str'\n      [3d21,3d2b) {reg6}\n  [78a8] inlined function 'memcpy'@3cd0\n    [78c0] parameter '__dest'\n      [3cd0,3cd4) {reg5}\n      [3cd4,3cd5) {breg3(48), stack_value}\n    [78cd] parameter '__src'\n      [3cd0,3cd5) {reg6}\n    [78da] parameter '__len'\n      [3cd0,3cd4) {reg1}\n      [3cd4,3cd5) {breg13(1), stack_value}\n  [79b7] inlined function 'fprintf'@3e0a\n    [79db] parameter '__stream'\n      [3e0a,3e29) {breg13(8)}\n    [79e8] parameter '__fmt'\n      [3e0a,3e2a) {addr(0x6207), stack_value}\n  [7a28] inlined function 'fprintf'@3e48\n    [7a40] parameter '__stream'\n      [3e41,3e5d) {breg13(8)}\n    [7a4d] parameter '__fmt'\n      [3e41,3e5e) {addr(0x61c8), stack_value}\n  [7a81] inlined function 'fprintf'@3e68\n    [7a99] parameter '__stream'\n      [3e68,3e7d) {breg12(0), deref, plus_uconst(8)}\n    [7aa6] parameter '__fmt'\n      [3e68,3e7e) {addr(0x61df), stack_value}\n  [7ada] inlined function 'fprintf'@3e90\n    [7af2] parameter '__stream'\n      [3e90,3ea5) {breg13(8)}\n    [7aff] parameter '__fmt'\n      [3e90,3ea6) {addr(0x61d4), stack_value}\n  [7b33] inlined function 'fprintf'@3eb0\n    [7b4b] parameter '__stream'\n      [3eb0,3ec5) {breg12(0), deref, plus_uconst(8)}\n    [7b58] parameter '__fmt'\n      [3eb0,3ec6) {addr(0x61f2), stack_value}\n  [7947] inlined function 'snprintf'@3d90\n    [795f] parameter '__s'\n      [3d90,3d9b) {reg5}\n      [3d9b,3d9c) {reg6}\n    [796c] parameter '__n'\n      [3d90,3d9c) {lit13, stack_value}\n    [7979] parameter '__fmt'\n      [3d90,3d9c) {addr(0x61c1), stack_value}\nmodule 'libasm.so'\n[7d4e] CU '../../elfutils-0.193/libasm/asm_newcomsym.c'@3ee0\n  [8695] function 'asm_newcomsym'@3ee0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [86b7] parameter 'ctx'\n      [3ee0,3f0b) {reg5}\n      [3f0b,3f84) {reg6}\n      [3f84,3f8b) {entry_value(1) {reg5}, stack_value}\n      [3f8b,3f99) {reg6}\n      [3f99,3fa0) {entry_value(1) {reg5}, stack_value}\n      [3fa0,3fb2) {reg6}\n      [3fb2,3fc0) {entry_value(1) {reg5}, stack_value}\n      [3fc0,3fe2) {reg6}\n      [3fe2,3fed) {reg5}\n      [3fed,3ff6) {reg6}\n    [86cb] parameter 'name'\n      [3ee0,3f0f) {reg4}\n      [3f0f,3f86) {reg12}\n      [3f86,3f8b) {entry_value(1) {reg4}, stack_value}\n      [3f8b,3f9b) {reg12}\n      [3f9b,3fa0) {entry_value(1) {reg4}, stack_value}\n      [3fa0,3fb2) {reg12}\n      [3fb2,3fc0) {entry_value(1) {reg4}, stack_value}\n      [3fc0,3fe2) {reg12}\n      [3fe2,3ff3) {reg4}\n      [3ff3,3ff6) {reg12}\n    [86de] parameter 'size'\n      [3ee0,3f0f) {reg1}\n      [3f0f,3f88) {reg13}\n      [3f88,3f8b) {entry_value(1) {reg1}, stack_value}\n      [3f8b,3f9d) {reg13}\n      [3f9d,3fa0) {entry_value(1) {reg1}, stack_value}\n      [3fa0,3fb2) {reg13}\n      [3fb2,3fc0) {entry_value(1) {reg1}, stack_value}\n      [3fc0,3fe2) {reg13}\n      [3fe2,3ff3) {reg1}\n      [3ff3,3ff6) {reg13}\n    [86f1] parameter 'align'\n      [3ee0,3f0f) {reg2}\n      [3f0f,3f8a) {reg14}\n      [3f8a,3f8b) {entry_value(1) {reg2}, stack_value}\n      [3f8b,3f9f) {reg14}\n      [3f9f,3fa0) {entry_value(1) {reg2}, stack_value}\n      [3fa0,3fb2) {reg14}\n      [3fb2,3fc0) {entry_value(1) {reg2}, stack_value}\n      [3fc0,3fe2) {reg14}\n      [3fe2,3ff3) {reg2}\n      [3ff3,3ff6) {reg14}\n    [8704] variable 'result'\n      [3f16,3f2e) {reg0}\n      [3f2e,3f83) {reg3}\n      [3f83,3f8b) {reg0}\n      [3f8b,3f98) {reg3}\n      [3f98,3fa0) {reg0}\n      [3fa0,3fb2) {reg3}\n      [3fc0,3fe2) {reg3}\n  [8718] inlined function 'startswith'@3f70\n    [873c] parameter 'prefix'\n      [3f70,3f77) {implicit_pointer([88c6],0) {implicit_value(3){2e4c00}}}\n    [8749] parameter 'str'\n      [3f70,3f77) {reg12}\n  [8757] inlined function 'fprintf'@3fc0\n    [877b] parameter '__stream'\n      [3fc0,3fdf) {breg6(8)}\n    [8788] parameter '__fmt'\n      [3fc0,3fe0) {addr(0x621a), stack_value}\nmodule 'libasm.so'\n[88da] CU '../../elfutils-0.193/libasm/asm_newabssym.c'@4000\n  [9209] function 'asm_newabssym'@4000\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [922b] parameter 'ctx'\n      [4000,4039) {reg5}\n      [4039,40af) {reg3}\n      [40af,40c1) {entry_value(1) {reg5}, stack_value}\n      [40c1,40e2) {reg3}\n      [40e2,40e7) {entry_value(1) {reg5}, stack_value}\n      [40e7,41ef) {reg3}\n    [923f] parameter 'name'\n      [4000,403d) {reg4}\n      [403d,40af) {reg6}\n      [40af,40c1) {entry_value(1) {reg4}, stack_value}\n      [40c1,40e2) {reg6}\n      [40e2,40e7) {entry_value(1) {reg4}, stack_value}\n      [40e7,415e) {reg6}\n      [415e,4169) {reg4}\n      [4169,41ef) {reg6}\n    [9252] parameter 'size'\n      [4000,403d) {reg1}\n      [403d,40af) {reg14}\n      [40af,40c1) {entry_value(1) {reg1}, stack_value}\n      [40c1,40e2) {reg14}\n      [40e2,40e7) {entry_value(1) {reg1}, stack_value}\n      [40e7,415e) {reg14}\n      [415e,4169) {reg1}\n      [4169,41ef) {reg14}\n    [9265] parameter 'value'\n      [4000,403d) {reg2}\n      [403d,40af) {reg15}\n      [40af,40c1) {entry_value(1) {reg2}, stack_value}\n      [40c1,40e2) {reg15}\n      [40e2,40e7) {entry_value(1) {reg2}, stack_value}\n      [40e7,415e) {reg15}\n      [415e,4169) {reg2}\n      [4169,41ef) {reg15}\n    [9278] parameter 'type'\n      [4000,403d) {reg8}\n      [403d,40af) {reg12}\n      [40af,40c1) {entry_value(1) {reg8}, stack_value}\n      [40c1,40e2) {reg12}\n      [40e2,40e7) {entry_value(1) {reg8}, stack_value}\n      [40e7,415e) {reg12}\n      [415e,4169) {reg8}\n      [4169,41ef) {reg12}\n    [928b] parameter 'binding'\n      [4000,403d) {reg9}\n      [403d,40af) {fbreg(-68)}\n      [40af,40c1) {entry_value(1) {reg9}, stack_value}\n      [40c1,40e2) {fbreg(-68)}\n      [40e2,40e7) {entry_value(1) {reg9}, stack_value}\n      [40e7,415e) {fbreg(-68)}\n      [415e,4169) {reg9}\n      [4169,41ef) {fbreg(-68)}\n    [929e] variable 'result'\n      [4044,4051) {reg0}\n      [4051,40af) {reg13}\n      [40c1,40cc) {reg13}\n      [40ce,40e2) {reg13}\n      [40e7,415e) {reg13}\n      [416f,41ef) {reg13}\n  [92b2] inlined function 'startswith'@40a3\n    [92d6] parameter 'prefix'\n      [40a3,40a9) {implicit_pointer([9659],0) {implicit_value(3){2e4c00}}}\n    [92e3] parameter 'str'\n      [40a3,40a9) {reg6}\n  [92f1] inlined function 'fprintf'@411a\n    [9315] parameter '__stream'\n      [411a,4132) {breg3(8)}\n    [9322] parameter '__fmt'\n      [411a,4133) {addr(0x626e), stack_value}\n  [935c] inlined function 'fprintf'@413c\n    [9380] parameter '__stream'\n      [413c,4158) {breg3(8)}\n    [938d] parameter '__fmt'\n      [413c,4159) {addr(0x6279), stack_value}\n  [93c7] inlined function 'fprintf'@4170\n    [93eb] parameter '__stream'\n      [416f,4185) {breg3(8)}\n    [93f8] parameter '__fmt'\n      [416f,4186) {addr(0x6246), stack_value}\n  [942c] inlined function 'fprintf'@4190\n    [9450] parameter '__stream'\n      [4190,41a5) {breg3(8)}\n    [945d] parameter '__fmt'\n      [4190,41a6) {addr(0x622f), stack_value}\n  [9491] inlined function 'fprintf'@41b0\n    [94b5] parameter '__stream'\n      [41b0,41c5) {breg3(8)}\n    [94c2] parameter '__fmt'\n      [41b0,41c6) {addr(0x6259), stack_value}\n  [94f6] inlined function 'fprintf'@41d0\n    [951a] parameter '__stream'\n      [41d0,41e5) {breg3(8)}\n    [9527] parameter '__fmt'\n      [41d0,41e6) {addr(0x623b), stack_value}\nmodule 'libasm.so'\n[966d] CU '../../elfutils-0.193/libasm/asm_newscngrp.c'@0\n  [9fd6] inlined function 'memcpy'@425d\n    [9fef] parameter '__dest'\n      [425d,4261) {reg5}\n      [4261,4262) {breg3(56), stack_value}\n    [9ffc] parameter '__src'\n      [425d,4261) {reg4}\n      [4261,4262) {fbreg(-64)}\n    [a009] parameter '__len'\n      <no value>\nmodule 'libasm.so'\n[a169] CU '../../elfutils-0.193/libasm/asm_scngrp_newsignature.c'@4320\n  [a91c] function 'asm_scngrp_newsignature'@4320\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [a93e] parameter 'grp'\n      [4320,433e) {reg5}\n    [a94c] parameter 'signature'\n      [4320,433e) {reg4}\nmodule 'libasm.so'\n[a96d] CU '../../elfutils-0.193/libasm/asm_fill.c'@4340\n  [b165] function 'asm_fill'@4340\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [b187] parameter 'asmscn'\n      [4340,4357) {reg5}\n      [4357,43a2) {reg3}\n      [43a2,43a4) {entry_value(1) {reg5}, stack_value}\n      [43a4,43bb) {reg3}\n      [43bb,43bf) {reg5}\n    [b199] parameter 'bytes'\n      [4340,4364) {reg4}\n      [4364,4389) {fbreg(-40)}\n      [4389,43a4) {entry_value(1) {reg4}, stack_value}\n      [43a4,43b4) {reg4}\n      [43b4,43bb) {fbreg(-40)}\n      [43bb,43bf) {reg4}\n    [b1ab] parameter 'len'\n      [4340,4364) {reg1}\n      [4364,4389) {fbreg(-48)}\n      [4389,43a4) {entry_value(1) {reg1}, stack_value}\n      [43a4,43b4) {reg1}\n      [43b4,43bb) {fbreg(-48)}\n      [43bb,43bf) {reg1}\n    [b1bf] variable 'pattern'\n      [436b,4381) {reg0}\n      [4381,43a3) {reg6}\n      [43af,43b4) {reg6}\n      [43b4,43b9) {reg0}\n      [43b9,43bb) {reg6}\n    [b1d1] variable 'old_pattern'\n      [438d,439a) {reg5}\n  [b1e3] inlined function 'memcpy'@437d\n    [b1fc] parameter '__dest'\n      [437d,4381) {reg5}\n      [4381,4382) {breg6(8), stack_value}\n    [b209] parameter '__src'\n      [437d,4381) {reg4}\n      [4381,4382) {fbreg(-40)}\n    [b216] parameter '__len'\n      [437d,4381) {reg1}\n      [4381,4382) {fbreg(-48)}\nmodule 'libasm.so'\n[b2b4] CU '../../elfutils-0.193/libasm/asm_align.c'@43c0\n  [bb4a] function '__libasm_ensure_section_space'@43c0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bb6a] parameter 'asmscn'\n      [43c0,43de) {reg5}\n      [43de,43e6) {reg6}\n      [43e6,43e7) {entry_value(1) {reg5}, stack_value}\n      [43e7,43fe) {reg5}\n      [43fe,444a) {reg6}\n      [444a,445e) {reg5}\n      [445e,4485) {reg6}\n    [bb7d] parameter 'len'\n      [43c0,43de) {reg4}\n      [43de,43e7) {entry_value(1) {reg4}, stack_value}\n      [43e7,4410) {reg4}\n      [4410,444a) {entry_value(1) {reg4}, stack_value}\n      [444a,4469) {reg4}\n      [4469,4485) {entry_value(1) {reg4}, stack_value}\n    [bb91] variable 'size'\n      [441a,444a) {reg3}\n      [4465,4485) {reg3}\n  [bbf4] function 'asm_align'@4490\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [bc14] parameter 'asmscn'\n      [4490,44c3) {reg5}\n      [44c3,44cf) {reg3}\n      [44cf,44d0) {entry_value(1) {reg5}, stack_value}\n      [44d0,464c) {reg3}\n      [464c,4650) {reg5}\n    [bc27] parameter 'value'\n      [4490,44c3) {reg4}\n      [44c3,44e8) {entry_value(1) {reg4}, stack_value}\n      [44e8,4501) {reg2}\n      [4501,4575) {fbreg(-20)}\n      [4575,4581) {reg2}\n      [4581,458c) {entry_value(1) {reg4}, stack_value}\n      [458c,45a6) {reg2}\n      [45a6,464c) {entry_value(1) {reg4}, stack_value}\n      [464c,4650) {reg4}\n    [bc3a] variable 'result'\n      [44bb,44c8) {lit0, stack_value}\n      [44d0,4502) {lit0, stack_value}\n      [4502,451e) {reg0}\n  [bc7d] inlined function 'fprintf'@45d8\n    [bc92] parameter '__stream'\n      [45d2,45fb) {breg3(0), deref, plus_uconst(8)}\n    [bc9f] parameter '__fmt'\n      [45d2,45fc) {addr(0x62b6), stack_value}\n  [bd1f] inlined function 'fprintf'@4590\n    [bd44] parameter '__stream'\n      [458c,45a2) {breg1(8)}\n      [45a2,45a6) {reg5}\n    [bd51] parameter '__fmt'\n      [458c,45a7) {addr(0x629e), stack_value}\n  [bd7f] inlined function 'fprintf'@4630\n    [bd98] parameter '__stream'\n      [4630,4646) {breg3(0), deref, plus_uconst(8)}\n    [bda5] parameter '__fmt'\n      [4630,4647) {addr(0x62ab), stack_value}\nmodule 'libasm.so'\n[be69] CU '../../elfutils-0.193/libasm/asm_addstrz.c'@4650\n  [c70e] function 'asm_addstrz'@4650\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [c730] parameter 'asmscn'\n      [4650,4677) {reg5}\n      [4677,46c2) {reg6}\n      [46c2,46c7) {entry_value(1) {reg5}, stack_value}\n      [46c7,46d3) {reg5}\n      [46d3,46de) {reg6}\n      [46de,46f5) {reg5}\n      [46f5,4846) {reg6}\n      [4846,487b) {reg5}\n    [c744] parameter 'str'\n      [4650,4677) {reg4}\n      [4677,46ba) {reg12}\n      [46c7,46d7) {reg4}\n      [46d7,46de) {reg12}\n      [46de,46f9) {reg4}\n      [46f9,4746) {reg12}\n      [4746,4750) {breg12(1), stack_value}\n      [4750,47af) {reg12}\n      [47da,4846) {reg12}\n      [4846,487b) {reg4}\n    [c756] parameter 'len'\n      [4650,4677) {reg1}\n      [4677,46c1) {reg3}\n      [46c7,46d7) {reg1}\n      [46d7,46dc) {reg3}\n      [46dc,46de) {entry_value(1) {reg1}, stack_value}\n      [46de,46ee) {reg1}\n      [46ee,4746) {reg3}\n      [4746,474a) {breg3(-1), stack_value}\n      [474a,4846) {reg3}\n      [4846,4854) {reg1}\n      [4854,4877) {reg3}\n      [4877,487b) {reg1}\n  [c8d5] inlined function 'memcpy'@469c\n    [c8ed] parameter '__dest'\n      [469c,46a7) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n      [46a7,46ae) {reg5}\n    [c8fa] parameter '__src'\n      [469c,46af) {reg12}\n    [c907] parameter '__len'\n      [469c,46af) {reg3}\n  [c7b3] inlined function 'fprintf'@47e0\n    [c7cb] parameter '__stream'\n      <no value>\n    [c7d0] parameter '__fmt'\n      [47da,47fa) {addr(0x62cf), stack_value}\nmodule 'libasm.so'\n[c9f5] CU '../../elfutils-0.193/libasm/asm_addint8.c'@4880\n  [d297] function 'asm_addint8'@4880\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [d2b9] parameter 'asmscn'\n      [4880,48b0) {reg5}\n      [48b0,48df) {reg3}\n      [48df,48e1) {entry_value(1) {reg5}, stack_value}\n      [48e1,4919) {reg3}\n      [4919,491d) {reg5}\n    [d2cd] parameter 'num'\n      [4880,48ad) {reg4}\n      [48ad,48e0) {reg6}\n      [48e0,48e1) {entry_value(1) {reg4}, stack_value}\n      [48e1,48f5) {reg4}\n      [48f5,4905) {reg6}\n      [4905,4911) {reg4}\n      [4911,4919) {reg6}\n      [4919,491d) {reg4}\n  [d37b] inlined function 'fprintf'@48e8\n    [d394] parameter '__stream'\n      [48e1,48f7) {breg0(8)}\n      [48f7,4902) {reg5}\n    [d3a1] parameter '__fmt'\n      [48e1,4903) {addr(0x62dc), stack_value}\n  [d314] inlined function 'memcpy'@48c3\n    [d339] parameter '__dest'\n      [48c3,48cb) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [d346] parameter '__src'\n      [48c3,48cb) {implicit_pointer([d308],0) <no location>}\n    [d353] parameter '__len'\n      [48c3,48cb) {lit1, stack_value}\nmodule 'libasm.so'\n[d459] CU '../../elfutils-0.193/libasm/asm_adduint8.c'@4920\n  [dc34] function 'asm_adduint8'@4920\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [dc52] parameter 'asmscn'\n      [4920,4928) {reg5}\n      [4928,4929) {entry_value(1) {reg5}, stack_value}\n    [dc66] parameter 'num'\n      [4920,4928) {reg4}\n      [4928,4929) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[dcaa] CU '../../elfutils-0.193/libasm/asm_addint16.c'@4930\n  [e579] function 'asm_addint16'@4930\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [e59b] parameter 'asmscn'\n      [4930,495c) {reg5}\n      [495c,49a8) {reg3}\n      [49a8,49ac) {entry_value(1) {reg5}, stack_value}\n      [49ac,49e1) {reg3}\n      [49e1,49e5) {reg5}\n    [e5af] parameter 'num'\n      [4930,4960) {reg4}\n      [4960,4986) {reg6}\n      [4986,49ac) {entry_value(1) {reg4}, stack_value}\n      [49ac,49b8) {reg4}\n      [49b8,49c8) {reg6}\n      [49c8,49d9) {reg4}\n      [49d9,49e1) {reg6}\n      [49e1,49e5) {reg4}\n  [e612] inlined function '__bswap_16'\n    [e622] parameter '__bsx'\n      <no value>\n  [e6a6] inlined function 'fprintf'@49b0\n    [e6bf] parameter '__stream'\n      [49ac,49ba) {breg0(8)}\n      [49ba,49c5) {breg3(0), deref, plus_uconst(8)}\n    [e6cc] parameter '__fmt'\n      [49ac,49c6) {addr(0x62e7), stack_value}\n  [e628] inlined function 'memcpy'@4990\n    [e64d] parameter '__dest'\n      [4990,4998) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [e65a] parameter '__src'\n      [4990,4998) {implicit_pointer([e5fe],0) {reg6}}\n    [e667] parameter '__len'\n      [4990,4998) {lit2, stack_value}\nmodule 'libasm.so'\n[e7a2] CU '../../elfutils-0.193/libasm/asm_adduint16.c'@49f0\n  [ef95] function 'asm_adduint16'@49f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [efb3] parameter 'asmscn'\n      [49f0,49f7) {reg5}\n      [49f7,49f8) {entry_value(1) {reg5}, stack_value}\n    [efc7] parameter 'num'\n      [49f0,49f7) {reg4}\n      [49f7,49f8) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[f00b] CU '../../elfutils-0.193/libasm/asm_addint32.c'@4a00\n  [f8ce] function 'asm_addint32'@4a00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [f8f0] parameter 'asmscn'\n      [4a00,4a2b) {reg5}\n      [4a2b,4a76) {reg3}\n      [4a76,4a7a) {entry_value(1) {reg5}, stack_value}\n      [4a7a,4ab1) {reg3}\n      [4ab1,4ab5) {reg5}\n    [f904] parameter 'num'\n      [4a00,4a2f) {reg4}\n      [4a2f,4a55) {reg6}\n      [4a55,4a7a) {entry_value(1) {reg4}, stack_value}\n      [4a7a,4a87) {reg4}\n      [4a87,4a97) {reg6}\n      [4a97,4aa9) {reg4}\n      [4aa9,4ab1) {reg6}\n      [4ab1,4ab5) {reg4}\n  [f967] inlined function '__bswap_32'@4a4a\n    [f983] parameter '__bsx'\n      <no value>\n  [fa05] inlined function 'fprintf'@4a80\n    [fa28] parameter '__stream'\n      [4a7a,4a89) {breg0(8)}\n      [4a89,4a94) {breg3(0), deref, plus_uconst(8)}\n    [fa35] parameter '__fmt'\n      [4a7a,4a95) {addr(0x62fd), stack_value}\n  [f989] inlined function 'memcpy'@4a5f\n    [f9ac] parameter '__dest'\n      [4a5f,4a66) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [f9b9] parameter '__src'\n      [4a5f,4a66) {implicit_pointer([f953],0) {reg6}}\n    [f9c6] parameter '__len'\n      [4a5f,4a66) {lit4, stack_value}\nmodule 'libasm.so'\n[fb05] CU '../../elfutils-0.193/libasm/asm_adduint32.c'@4ac0\n  [102e0] function 'asm_adduint32'@4ac0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [102fe] parameter 'asmscn'\n      [4ac0,4ac4) {reg5}\n      [4ac4,4ac5) {entry_value(1) {reg5}, stack_value}\n    [10312] parameter 'num'\n      [4ac0,4ac4) {reg4}\n      [4ac4,4ac5) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[10350] CU '../../elfutils-0.193/libasm/asm_addint64.c'@4ad0\n  [10c2b] function 'asm_addint64'@4ad0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [10c4d] parameter 'asmscn'\n      [4ad0,4aff) {reg5}\n      [4aff,4b50) {reg3}\n      [4b50,4b54) {entry_value(1) {reg5}, stack_value}\n      [4b54,4bc1) {reg3}\n      [4bc1,4bc5) {reg5}\n    [10c61] parameter 'num'\n      [4ad0,4af7) {reg4}\n      [4af7,4b2e) {reg6}\n      [4b2e,4b54) {entry_value(1) {reg4}, stack_value}\n      [4b54,4bb0) {reg6}\n      [4bb0,4bb9) {reg4}\n      [4bb9,4bc1) {reg6}\n      [4bc1,4bc5) {reg4}\n  [10d2f] inlined function '__bswap_64'@4b20\n    [10d4b] parameter '__bsx'\n      <no value>\n  [10c91] inlined function 'fprintf'@4b65\n    [10caa] parameter '__stream'\n      [4b65,4bad) {breg3(0), deref, plus_uconst(8)}\n    [10cb7] parameter '__fmt'\n      [4b65,4bae) {addr(0x62f3), stack_value}\n  [10d51] inlined function 'memcpy'@4b38\n    [10d76] parameter '__dest'\n      [4b38,4b40) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n    [10d83] parameter '__src'\n      [4b38,4b40) {implicit_pointer([10d1b],0) {reg6}}\n    [10d90] parameter '__len'\n      [4b38,4b40) {lit8, stack_value}\nmodule 'libasm.so'\n[10e6b] CU '../../elfutils-0.193/libasm/asm_adduint64.c'@4bd0\n  [11646] function 'asm_adduint64'@4bd0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11664] parameter 'asmscn'\n      [4bd0,4bd4) {reg5}\n      [4bd4,4bd5) {entry_value(1) {reg5}, stack_value}\n    [11678] parameter 'num'\n      [4bd0,4bd4) {reg4}\n      [4bd4,4bd5) {entry_value(1) {reg4}, stack_value}\nmodule 'libasm.so'\n[116b6] CU '../../elfutils-0.193/libasm/asm_adduleb128.c'@4be0\n  [11f28] function 'asm_adduleb128'@4be0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [11f4a] parameter 'asmscn'\n      [4be0,4c5f) {reg5}\n      [4c5f,4c98) {reg6}\n      [4c98,4cb1) {entry_value(1) {reg5}, stack_value}\n      [4cb1,4cbc) {reg5}\n      [4cbc,4cd3) {reg6}\n      [4cd3,4cd8) {reg5}\n      [4cd8,4cdd) {reg6}\n      [4cdd,4ce9) {entry_value(1) {reg5}, stack_value}\n    [11f5e] parameter 'num'\n      [4be0,4c2a) {reg4}\n      [4c2a,4c2d) {reg0}\n      (4c2d,4c2d) <empty range>\n      [4c2d,4c4f) {reg4}\n      [4c4f,4c52) {reg0}\n      [4c52,4c65) {reg4}\n      [4cb1,4ccc) {reg4}\n      [4ccc,4cd0) {reg2}\n      [4cd0,4cd3) {entry_value(1) {reg4}, stack_value}\n      [4cd3,4cdc) {reg4}\n      [4cdc,4cdd) {entry_value(1) {reg4}, stack_value}\n  [12045] inlined function 'fprintf'@4cb8\n    [1206a] parameter '__stream'\n      [4cb1,4cc7) {breg0(8)}\n      [4cc7,4cd0) {reg5}\n    [12077] parameter '__fmt'\n      [4cb1,4cd1) {addr(0x6308), stack_value}\n  [11fcf] inlined function 'memcpy'@4c78\n    [11fe8] parameter '__dest'\n      [4c78,4c83) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n      [4c83,4c8a) {reg5}\n    [11ff5] parameter '__src'\n      [4c78,4c8b) {reg12}\n    [12002] parameter '__len'\n      [4c78,4c8b) {reg3}\nmodule 'libasm.so'\n[1215f] CU '../../elfutils-0.193/libasm/asm_addsleb128.c'@4d00\n  [129e9] function 'asm_addsleb128'@4d00\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [12a0b] parameter 'asmscn'\n      [4d00,4d7f) {reg5}\n      [4d7f,4dbc) {reg6}\n      [4dbc,4dd5) {entry_value(1) {reg5}, stack_value}\n      [4dd5,4dfc) {reg5}\n      [4dfc,4e13) {reg6}\n      [4e13,4e18) {reg5}\n      [4e18,4e1d) {reg6}\n      [4e1d,4e29) {entry_value(1) {reg5}, stack_value}\n    [12a1f] parameter 'num'\n      [4d00,4d52) {reg4}\n      [4d52,4d55) {reg0}\n      (4d55,4d55) <empty range>\n      [4d55,4d6f) {reg4}\n      [4d6f,4d72) {reg0}\n      [4d72,4d85) {reg4}\n      [4dd5,4e0c) {reg4}\n      [4e0c,4e10) {reg2}\n      [4e10,4e13) {entry_value(1) {reg4}, stack_value}\n      [4e13,4e1c) {reg4}\n      [4e1c,4e1d) {entry_value(1) {reg4}, stack_value}\n  [12b0d] inlined function 'fprintf'@4df8\n    [12b32] parameter '__stream'\n      [4df8,4e07) {breg0(8)}\n      [4e07,4e10) {reg5}\n    [12b3f] parameter '__fmt'\n      [4df8,4e11) {addr(0x6316), stack_value}\n  [12a97] inlined function 'memcpy'@4d9c\n    [12ab0] parameter '__dest'\n      [4d9c,4da7) {breg0(0), breg0(0), deref, plus, plus_uconst(24), stack_value}\n      [4da7,4dae) {reg5}\n    [12abd] parameter '__src'\n      [4d9c,4daf) {reg12}\n    [12aca] parameter '__len'\n      [4d9c,4daf) {reg3}\nmodule 'libasm.so'\n[12c27] CU '../../elfutils-0.193/libasm/disasm_begin.c'@4e30\n  [13cfb] function 'disasm_begin'@4e30\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [13d1d] parameter 'ebl'\n      [4e30,4e55) {reg5}\n      [4e55,4e75) {reg3}\n      [4e75,4e77) {entry_value(1) {reg5}, stack_value}\n      [4e77,4e8e) {reg3}\n      [4e8e,4e93) {reg5}\n      [4e93,4ea1) {reg3}\n    [13d2f] parameter 'elf'\n      [4e30,4e59) {reg4}\n      [4e59,4e77) {fbreg(-40)}\n      [4e77,4e89) {reg4}\n      [4e89,4e8e) {fbreg(-40)}\n      [4e8e,4e93) {reg4}\n      [4e93,4ea1) {fbreg(-40)}\n    [13d41] parameter 'symcb'\n      [4e30,4e59) {reg1}\n      [4e59,4e76) {reg6}\n      [4e76,4e77) {entry_value(1) {reg1}, stack_value}\n      [4e77,4e89) {reg1}\n      [4e89,4e8e) {reg6}\n      [4e8e,4e93) {reg1}\n      [4e93,4ea1) {reg6}\n    [13d55] variable 'ctx'\n      [4e5a,4e70) {reg0}\n      [4e93,4e9c) {reg0}\nmodule 'libasm.so'\n[13dbd] CU '../../elfutils-0.193/libasm/disasm_cb.c'@4eb0\n  [15014] function 'disasm_cb'@4ef0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [15036] parameter 'ctx'\n      [4ef0,4f0f) {reg5}\n      [4f0f,4f9a) {reg13}\n      [4f9a,4ffb) {entry_value(1) {reg5}, stack_value}\n      [4ffb,5012) {reg13}\n      [5012,5142) {entry_value(1) {reg5}, stack_value}\n    [15049] parameter 'startp'\n      [4ef0,4f63) {reg4}\n      [4f63,5142) {fbreg(-352)}\n    [1505c] parameter 'end'\n      [4ef0,4f1b) {reg1}\n      [4f1b,5142) {fbreg(-344)}\n    [1506f] parameter 'addr'\n      [4ef0,4f75) {reg2}\n      [4f75,4f9a) {reg15}\n      [4f9a,4ffb) {entry_value(1) {reg2}, stack_value}\n      [4ffb,5012) {reg15}\n      [5012,5142) {entry_value(1) {reg2}, stack_value}\n    [15082] parameter 'fmt'\n      [4ef0,4f75) {reg8}\n      [4f75,4f9a) {fbreg(-320)}\n      [4f9a,4ffb) {entry_value(1) {reg8}, stack_value}\n      [4ffb,5012) {fbreg(-320)}\n      [5012,5142) {entry_value(1) {reg8}, stack_value}\n    [15095] parameter 'outcb'\n      [4ef0,4f75) {reg9}\n      [4f75,4f9a) {fbreg(-312)}\n      [4f9a,4ffb) {entry_value(1) {reg9}, stack_value}\n      [4ffb,5012) {fbreg(-312)}\n      [5012,5142) {entry_value(1) {reg9}, stack_value}\n    [150a8] parameter 'outcbarg'\n      [4ef0,5142) {fbreg(0)}\n    [150b6] parameter 'symcbarg'\n      [4ef0,4faf) {fbreg(8)}\n      (4faf,4faf) <empty range>\n      [4faf,4ff2) {reg6}\n      [4ffb,513d) {fbreg(8)}\n      [513d,5142) {reg6}\n    [150c9] variable 'symtoken'\n      [4ef0,5142) {fbreg(-208)}\n    [150d9] variable 'getsym'\n      [4f47,4f75) {reg0}\n      [4faf,4fcd) {reg0}\n  [152fd] function 'null_elf_getsym'@4ee0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1531d] parameter 'addr'\n      [4ee0,4ee6) {reg5}\n    [1532a] parameter 'scnndx'\n      [4ee0,4ee6) {reg4}\n    [15337] parameter 'value'\n      [4ee0,4ee6) {reg1}\n    [15344] parameter 'buf'\n      [4ee0,4ee6) {reg2}\n    [15351] parameter 'buflen'\n      [4ee0,4ee6) {reg8}\n    [1535e] parameter 'arg'\n      [4ee0,4ee6) {reg9}\n  [150eb] inlined function 'read_symtab'@4f71\n    [15104] parameter 'ctx'\n      [4f71,4f9a) {reg13}\n      [4ffb,5012) {reg13}\n      [5012,513d) {entry_value(1) {reg5}, stack_value}\n    [15111] variable 'ehdr_mem'\n      [4f5b,4f71) {fbreg(-144)}\n      [4f71,4f9a) {fbreg(-144)}\n      [5000,513d) {fbreg(-144)}\n    [1511a] variable 'ehdr'\n      [4f76,4f89) {reg0}\n  [15127] inlined function 'read_symtab_exec'@5000\n    [15143] parameter 'ctx'\n      <no value>\n    [15148] variable 'scn'\n      [5012,502a) {reg3}\n      [502a,503a) {reg0}\n      [503a,50c1) {reg3}\n      [50c1,512e) {fbreg(-320)}\n      [512e,513d) {reg0}\n  [1542d] function 'default_elf_getsym'@4eb0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1544d] parameter 'addr'\n      [4eb0,4ec5) {reg5}\n      [4ec5,4ed5) {entry_value(1) {reg5}, stack_value}\n      [4ed5,4edb) {reg5}\n    [15460] parameter 'scnndx'\n      [4eb0,4ec5) {reg4}\n      [4ec5,4ed5) {entry_value(1) {reg4}, stack_value}\n      [4ed5,4edb) {reg4}\n    [15473] parameter 'value'\n      [4eb0,4ec5) {reg1}\n      [4ec5,4ed5) {entry_value(1) {reg1}, stack_value}\n      [4ed5,4edb) {reg1}\n    [15486] parameter 'buf'\n      [4eb0,4ec5) {reg2}\n      [4ec5,4ed5) {entry_value(1) {reg2}, stack_value}\n      [4ed5,4edb) {reg2}\n    [15499] parameter 'buflen'\n      [4eb0,4ec5) {reg8}\n      [4ec5,4ed5) {entry_value(1) {reg8}, stack_value}\n      [4ed5,4edb) {reg8}\n    [154ac] parameter 'arg'\n      [4eb0,4ec4) {reg9}\n      [4ec4,4ed5) {entry_value(1) {reg9}, stack_value}\n      [4ed5,4edb) {reg9}\n    [154bf] variable 'symtoken'\n      [4eb0,4ec4) {reg9}\n      [4ec4,4ed5) {entry_value(1) {reg9}, stack_value}\n      [4ed5,4edb) {reg9}\nmodule 'libasm.so'\n[15534] CU '../../elfutils-0.193/libasm/disasm_end.c'@5150\n  [156db] function 'disasm_end'@5150\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [156fd] parameter 'ctx'\n      [5150,5158) {reg5}\n      [5158,5160) {entry_value(1) {reg5}, stack_value}\nmodule 'libasm.so'\n[15739] CU '../../elfutils-0.193/libasm/disasm_str.c'@5160\n  [159a1] function 'disasm_str'@51b0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [159c3] parameter 'ctx'\n      [51b0,51ec) {reg5}\n      [51ec,5216) {entry_value(1) {reg5}, stack_value}\n    [159d6] parameter 'startp'\n      [51b0,51ec) {reg4}\n      [51ec,5216) {entry_value(1) {reg4}, stack_value}\n    [159e9] parameter 'end'\n      [51b0,51ec) {reg1}\n      [51ec,5216) {entry_value(1) {reg1}, stack_value}\n    [159fc] parameter 'addr'\n      [51b0,51ec) {reg2}\n      [51ec,5216) {entry_value(1) {reg2}, stack_value}\n    [15a0f] parameter 'fmt'\n      [51b0,51ec) {reg8}\n      [51ec,5216) {entry_value(1) {reg8}, stack_value}\n    [15a22] parameter 'bufp'\n      [51b0,51d0) {reg9}\n      [51d0,5210) {reg3}\n      [5210,5211) {entry_value(1) {reg9}, stack_value}\n      [5211,5216) {reg3}\n    [15a35] parameter 'len'\n      [51b0,5216) {fbreg(0)}\n    [15a44] parameter 'symcbarg'\n      [51b0,5216) {fbreg(8)}\n    [15a53] variable 'buffer'\n      [51b0,5216) {fbreg(-48)}\n    [15a62] variable 'res'\n      [51ef,51f4) {reg0}\n      [51f4,5215) {reg1}\n  [15b83] inlined function 'buffer_cb'@517a\n    [15ba3] parameter 'str'\n      [517a,518d) {reg4}\n      [518d,51a0) {entry_value(1) {reg5}, stack_value}\n    [15bb0] parameter 'len'\n      [517a,518d) {reg2}\n      [518d,51a0) {fbreg(-32)}\n    [15bbd] parameter 'arg'\n      [517a,5185) {reg1}\n      [5185,51a0) {fbreg(-24)}\n    [15bca] variable 'buffer'\n      <no value>\n  [15bcf] inlined function 'mempcpy'@517a\n    [15bef] parameter '__dest'\n      [517a,5185) {breg1(0)}\n      [5185,518d) {reg5}\n    [15bfc] parameter '__src'\n      [517a,518d) {reg4}\n      [518d,518e) {entry_value(1) {reg5}, stack_value}\n    [15c09] parameter '__len'\n      [517a,518d) {reg2}\n      [518d,518e) {fbreg(-32)}\n  [15b34] function 'buffer_cb'@5160\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [15b4f] parameter 'str'\n      [5160,517d) {reg5}\n      [517d,518d) {reg4}\n      [518d,51a5) {entry_value(1) {reg5}, stack_value}\n    [15b5c] parameter 'len'\n      [5160,517a) {reg4}\n      [517a,518d) {reg2}\n      [518d,51a5) {fbreg(-32)}\n    [15b69] parameter 'arg'\n      [5160,5185) {reg1}\n      [5185,51a5) {fbreg(-24)}\n    [15b76] variable 'buffer'\n      [5160,5185) {reg1}\n      [5185,51a5) {fbreg(-24)}\nmodule 'libasm.so'\n[15c56] CU '../../elfutils-0.193/libasm/symbolhash.c'@5220\n  [166f8] inlined function '__libasm_next_prime'@54a0\n    [16711] parameter 'seed'\n      [54a0,54a4) {reg4}\n      [54a4,54ab) {entry_value(1) {reg4}, stack_value}\n      (54ab,54ab) <empty range>\n      [54ab,54f3) {reg8}\n      [54f3,54f5) {breg8(-2), stack_value}\n      [54f5,5505) {reg8}\n      [5532,5555) {reg8}\n  [1681e] inlined function '__libasm_next_prime'\n    [1682e] parameter 'seed'\n      [539f,53f1) {reg8}\n      [546c,5492) {reg8}\n  [1671e] inlined function 'is_prime'@54b0\n    [16730] parameter 'candidate'\n      [54ab,54ef) {reg8}\n      [54f5,5500) {reg8}\n      [5532,5555) {reg8}\n    [1673d] variable 'divn'\n      [54ab,54c7) {lit3, stack_value}\n      (54c7,54c7) <empty range>\n      [54c7,54d9) {breg4(1), stack_value}\n      [54d9,54ef) {reg4}\n      [54f5,5500) {reg4}\n      [5532,5555) {lit3, stack_value}\n    [1674a] variable 'sq'\n      [54ab,54c7) {lit9, stack_value}\n      [54c7,54ef) {reg2}\n      [54f5,5500) {reg2}\n      [5532,5555) {lit9, stack_value}\n  [1683b] inlined function 'is_prime'@53b1\n    [1684d] parameter 'candidate'\n      [539f,53a8) {reg8}\n      [53b1,53f1) {reg8}\n      [546c,5492) {reg8}\n    [1685a] variable 'divn'\n      [539f,53a8) {reg5}\n      [53b1,53cb) {lit3, stack_value}\n      (53cb,53cb) <empty range>\n      [53cb,53d9) {breg5(1), stack_value}\n      [53d9,53f1) {reg5}\n      [546c,5492) {lit3, stack_value}\n    [16867] variable 'sq'\n      [539f,53a8) {reg2}\n      [53b1,53cb) {lit9, stack_value}\n      [53cb,53f1) {reg2}\n      [546c,5492) {lit9, stack_value}\n  [16a08] inlined function 'is_prime'@5670\n    [16a1a] parameter 'candidate'\n      [5667,56af) {reg8}\n      [56b5,56c0) {reg8}\n      [56c9,56ec) {reg8}\n    [16a27] variable 'divn'\n      [5667,5687) {lit3, stack_value}\n      (5687,5687) <empty range>\n      [5687,5699) {breg5(1), stack_value}\n      [5699,56af) {reg5}\n      [56b5,56c0) {reg5}\n      [56c9,56ec) {lit3, stack_value}\n    [16a34] variable 'sq'\n      [5667,5687) {lit9, stack_value}\n      [5687,56af) {reg2}\n      [56b5,56c0) {reg2}\n      [56c9,56ec) {lit9, stack_value}\n  [164c6] function 'asm_symbol_tab_iterate'@5620\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [164e9] parameter 'htab'\n      [5620,5658) {reg5}\n    [164f8] parameter 'ptr'\n      [5620,5658) {reg4}\n    [16507] variable 'p'\n      [5623,563f) {reg0}\n      [563f,5640) {breg4(0)}\n      [5640,5658) {reg0}\n  [16524] function 'asm_symbol_tab_find'@55e0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16544] parameter 'htab'\n      [55e0,55f4) {reg5}\n      [55f4,560c) {reg3}\n      [560c,560d) {entry_value(1) {reg5}, stack_value}\n      [560d,5613) {reg3}\n      [5613,5614) {entry_value(1) {reg5}, stack_value}\n    [16557] parameter 'hval'\n      (55e0,55e0) <empty range>\n      [55e0,55f0) {breg4(0), dup, plus_uconst(9223372036854775808), lit1, swap, over, plus_uconst(9223372036854775808), gt, bra(1), swap, drop, stack_value}\n      [55f0,5614) {entry_value(1) {reg4}, dup, plus_uconst(9223372036854775808), lit1, swap, over, plus_uconst(9223372036854775808), gt, bra(1), swap, drop, stack_value}\n    [1656a] parameter 'val'\n      [55e0,55f4) {reg1}\n      [55f4,5614) {entry_value(1) {reg1}, stack_value}\n    [1657d] variable 'idx'\n      [55f5,55fd) {reg0}\n  [165bf] function 'asm_symbol_tab_insert'@5580\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [165df] parameter 'htab'\n      [5580,55a4) {reg5}\n      [55a4,55df) {fbreg(-40)}\n    [165f2] parameter 'hval'\n      [5580,559d) {reg4}\n      [559d,55a0) {entry_value(1) {reg4}, stack_value}\n      [55a0,55a4) {reg0}\n      [55a4,55d1) {reg3}\n      [55d1,55d3) {entry_value(1) {reg4}, lit1, entry_value(1) {reg4}, lit0, ne, bra(1), swap, drop, stack_value}\n      [55d3,55df) {reg3}\n    [16605] parameter 'data'\n      [5580,55a4) {reg1}\n      [55a4,55d2) {reg6}\n      [55d2,55d3) {entry_value(1) {reg1}, stack_value}\n      [55d3,55df) {reg6}\n    [16618] variable 'idx'\n      [55ad,55b1) {reg0}\n      [55b1,55c9) {reg1}\n      [55d3,55df) {reg1}\n  [16671] function 'asm_symbol_tab_free'@5560\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [16691] parameter 'htab'\n      [5560,5568) {reg5}\n      [5568,5574) {entry_value(1) {reg5}, stack_value}\n  [166b2] function 'asm_symbol_tab_init'@54a0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [166d2] parameter 'htab'\n      [54a0,54ab) {reg5}\n      [54ab,552f) {reg3}\n      [552f,5532) {entry_value(1) {reg5}, stack_value}\n      [5532,5555) {reg3}\n    [166e5] parameter 'init_size'\n      [54a0,54a4) {reg4}\n      [54a4,5505) {entry_value(1) {reg4}, stack_value}\n      [5505,5525) {reg8}\n      [5532,5555) {entry_value(1) {reg4}, stack_value}\n  [16790] function 'insert_entry_2'@5340\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [167ae] parameter 'htab'\n      [5340,5394) {reg5}\n      [5394,539e) {reg13}\n      [539e,539f) {entry_value(1) {reg5}, stack_value}\n      [539f,5467) {reg13}\n      [5467,546c) {entry_value(1) {reg5}, stack_value}\n      [546c,549b) {reg13}\n    [167c1] parameter 'hval'\n      [5340,5394) {reg4}\n      [5394,549b) {entry_value(1) {reg4}, stack_value}\n    [167d4] parameter 'idx'\n      [5340,5363) {reg1}\n      [5363,549b) {entry_value(1) {reg1}, stack_value}\n    [167e7] parameter 'data'\n      [5340,5394) {reg2}\n      [5394,549b) {entry_value(1) {reg2}, stack_value}\n  [168fb] function 'lookup'@5220\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [1691d] parameter 'htab'\n      [5220,526d) {reg5}\n      [526d,52ee) {reg15}\n      [52ee,5300) {entry_value(1) {reg5}, stack_value}\n      [5300,5304) {reg5}\n      [5304,5339) {reg15}\n    [16930] parameter 'hval'\n      [5220,5250) {reg4}\n      [5250,52fb) {reg13}\n      [52fb,5300) {entry_value(1) {reg4}, stack_value}\n      [5300,5339) {reg13}\n    [16943] parameter 'val'\n      [5220,5245) {reg1}\n      [5245,52fd) {reg14}\n      [52fd,5300) {entry_value(1) {reg1}, stack_value}\n      [5300,5339) {reg14}\n    [16956] variable 'idx'\n      [524c,52f6) {reg3}\n      [52f6,5300) {reg0}\n      [5300,5339) {reg3}\n  [169e4] function '__libasm_next_prime'@5660\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [169fb] parameter 'seed'\n      [5660,5664) {reg5}\n      [5664,5667) {entry_value(1) {reg5}, stack_value}\n      (5667,5667) <empty range>\n      [5667,56b3) {reg8}\n      [56b3,56b5) {breg8(-2), stack_value}\n      [56b5,56ec) {reg8}\nmodule 'libasm.so'\n[16a73] CU '../../elfutils-0.193/libebl/eblelfclass.c'@56f0\n  [17a88] function 'ebl_get_elfclass'@56f0\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [17aa6] parameter 'ebl'\n      [56f0,56f5) {reg5}\nmodule 'libasm.so'\n[17ac2] CU '../../elfutils-0.193/libebl/eblelfdata.c'@5700\n  [18ad7] function 'ebl_get_elfdata'@5700\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [18af5] parameter 'ebl'\n      [5700,5705) {reg5}\nmodule 'libasm.so'\n[18b11] CU '../../elfutils-0.193/libebl/eblelfmachine.c'@5710\n  [19b26] function 'ebl_get_elfmachine'@5710\n    frame_base: {call_frame_cfa {bregx(7,8)}}\n    [19b44] parameter 'ebl'\n      [5710,5714) {reg5}\nmodule 'size.o'\n[c] CU '../../elfutils-0.193/src/size.c'@0\n  producer (strp)\n  language (data1)\n  language_name (data1)\n  language_version (data4)\n  name (line_strp)\n  comp_dir (line_strp)\n  ranges (sec_offset)\n  low_pc (addr)\n  stmt_list (sec_offset)\n  [2f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [34] base_type \"char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [3b] const_type\n    type (ref4)\n  [40] base_type \"long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [47] base_type \"short unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [4e] base_type \"int\"\n    byte_size (data1)\n    encoding (data1)\n    name (string)\n  [55] const_type\n    type (ref4)\n  [5a] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5f] const_type\n    type (ref4)\n  [64] restrict_type\n    type (ref4)\n  [69] typedef \"size_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [75] base_type \"unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [7c] pointer_type\n    byte_size (data1)\n  [7e] restrict_type\n    type (ref4)\n  [83] base_type \"unsigned char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [8a] base_type \"signed char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [91] base_type \"short int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [98] typedef \"__uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [a4] typedef \"__int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [b0] base_type \"long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [b7] typedef \"__uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c3] typedef \"__uintmax_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [cf] typedef \"__uid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [db] typedef \"__gid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e7] typedef \"__mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [f3] typedef \"__off_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ff] typedef \"__off64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [10b] typedef \"__time_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [117] structure_type \"_IO_FILE\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [123] member \"_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [130] member \"_IO_read_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [13d] member \"_IO_read_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [14a] member \"_IO_read_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [157] member \"_IO_write_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [164] member \"_IO_write_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [171] member \"_IO_write_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [17e] member \"_IO_buf_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [18b] member \"_IO_buf_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [198] member \"_IO_save_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [1a5] member \"_IO_backup_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [1b2] member \"_IO_save_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n    [1bf] member \"_markers\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(96)}\n    [1cc] member \"_chain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(104)}\n    [1d9] member \"_fileno\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(112)}\n    [1e6] member \"_flags2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      bit_size (data1)\n      data_bit_offset (data2)\n    [1f5] member \"_short_backupbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(119)}\n    [202] member \"_old_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(120)}\n    [20f] member \"_cur_column\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(128)}\n    [21c] member \"_vtable_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(130)}\n    [229] member \"_shortbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(131)}\n    [236] member \"_lock\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(136)}\n    [243] member \"_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(144)}\n    [250] member \"_codecvt\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(152)}\n    [25d] member \"_wide_data\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(160)}\n    [26a] member \"_freeres_list\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(168)}\n    [277] member \"_freeres_buf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(176)}\n    [284] member \"_prevchain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(184)}\n    [291] member \"_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(192)}\n    [29e] member \"_unused2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(196)}\n  [2ac] typedef \"FILE\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [2b8] typedef \"_IO_lock_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n  [2c0] structure_type \"_IO_marker\"\n    name (strp)\n    declaration (flag_present)\n  [2c5] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2ca] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2cf] array_type\n    type (ref4)\n    sibling (ref4)\n    [2d8] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2df] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2e4] structure_type \"_IO_codecvt\"\n    name (strp)\n    declaration (flag_present)\n  [2e9] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2ee] structure_type \"_IO_wide_data\"\n    name (strp)\n    declaration (flag_present)\n  [2f3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2f8] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2fd] array_type\n    type (ref4)\n    sibling (ref4)\n    [306] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [30d] variable \"stdin\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [317] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [31c] variable \"stdout\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [326] variable \"stderr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [330] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [335] restrict_type\n    type (ref4)\n  [33a] typedef \"error_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [346] structure_type \"argp_option\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [352] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [35f] member \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [36b] member \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [377] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [384] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [390] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n  [39e] const_type\n    type (ref4)\n  [3a3] typedef \"argp_parser_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [3af] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3b4] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [3bd] formal_parameter\n      type (ref4)\n    [3c2] formal_parameter\n      type (ref4)\n    [3c7] formal_parameter\n      type (ref4)\n  [3cd] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3d2] structure_type \"argp_state\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    sibling (ref4)\n    [3e0] member \"root_argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [3ee] member \"argc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [3fc] member \"argv\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [40a] member \"next\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [418] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(28)}\n    [426] member \"arg_num\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [434] member \"quoted\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(36)}\n    [442] member \"input\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [450] member \"child_inputs\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [45e] member \"hook\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [46c] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [47a] member \"err_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [488] member \"out_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [496] member \"pstate\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n  [4a5] structure_type \"argp\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [4b1] member \"options\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [4be] member \"parser\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [4cb] member \"args_doc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [4d8] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [4e4] member \"children\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [4f1] member \"help_filter\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [4fe] member \"argp_domain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [50c] const_type\n    type (ref4)\n  [511] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [516] structure_type \"argp_child\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [522] member \"argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [52f] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [53c] member \"header\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [54a] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n  [559] const_type\n    type (ref4)\n  [55e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [563] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [56c] formal_parameter\n      type (ref4)\n    [571] formal_parameter\n      type (ref4)\n    [576] formal_parameter\n      type (ref4)\n  [57c] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [581] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [586] restrict_type\n    type (ref4)\n  [58b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [590] restrict_type\n    type (ref4)\n  [595] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [59a] typedef \"mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5a6] typedef \"time_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5b2] typedef \"int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5be] typedef \"uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5ca] typedef \"uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5d6] typedef \"uintmax_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5e2] typedef \"gid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5ee] typedef \"uid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [5fa] base_type \"long long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [601] base_type \"long long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [608] typedef \"Elf64_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [614] typedef \"Elf64_Xword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [620] typedef \"Elf64_Addr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [62c] typedef \"Elf64_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [638] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [640] member \"sh_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [64e] member \"sh_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [65c] member \"sh_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [66a] member \"sh_addr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [678] member \"sh_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [686] member \"sh_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [694] member \"sh_link\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [6a2] member \"sh_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(44)}\n    [6b0] member \"sh_addralign\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [6be] member \"sh_entsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n  [6cd] typedef \"Elf64_Shdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [6d8] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [6e0] member \"p_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [6ee] member \"p_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [6fc] member \"p_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [70a] member \"p_vaddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [718] member \"p_paddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [726] member \"p_filesz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [734] member \"p_memsz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [742] member \"p_align\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [751] typedef \"Elf64_Phdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [75c] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [767] enumerator \"ELF_C_NULL\"\n      name (strp)\n      const_value (data1)\n    [76d] enumerator \"ELF_C_READ\"\n      name (strp)\n      const_value (data1)\n    [773] enumerator \"ELF_C_RDWR\"\n      name (strp)\n      const_value (data1)\n    [779] enumerator \"ELF_C_WRITE\"\n      name (strp)\n      const_value (data1)\n    [77f] enumerator \"ELF_C_CLR\"\n      name (strp)\n      const_value (data1)\n    [785] enumerator \"ELF_C_SET\"\n      name (strp)\n      const_value (data1)\n    [78b] enumerator \"ELF_C_FDDONE\"\n      name (strp)\n      const_value (data1)\n    [791] enumerator \"ELF_C_FDREAD\"\n      name (strp)\n      const_value (data1)\n    [797] enumerator \"ELF_C_READ_MMAP\"\n      name (strp)\n      const_value (data1)\n    [79d] enumerator \"ELF_C_RDWR_MMAP\"\n      name (strp)\n      const_value (data1)\n    [7a3] enumerator \"ELF_C_WRITE_MMAP\"\n      name (strp)\n      const_value (data1)\n    [7a9] enumerator \"ELF_C_READ_MMAP_PRIVATE\"\n      name (strp)\n      const_value (data1)\n    [7af] enumerator \"ELF_C_EMPTY\"\n      name (strp)\n      const_value (data1)\n    [7b5] enumerator \"ELF_C_NUM\"\n      name (strp)\n      const_value (data1)\n  [7bc] typedef \"Elf_Cmd\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7c8] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [7d3] enumerator \"ELF_K_NONE\"\n      name (strp)\n      const_value (data1)\n    [7d9] enumerator \"ELF_K_AR\"\n      name (strp)\n      const_value (data1)\n    [7df] enumerator \"ELF_K_COFF\"\n      name (strp)\n      const_value (data1)\n    [7e5] enumerator \"ELF_K_ELF\"\n      name (strp)\n      const_value (data1)\n    [7eb] enumerator \"ELF_K_NUM\"\n      name (strp)\n      const_value (data1)\n  [7f2] typedef \"Elf_Kind\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7fe] structure_type\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    sibling (ref4)\n    [807] member \"ar_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [814] member \"ar_date\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [821] member \"ar_uid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [82e] member \"ar_gid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(20)}\n    [83b] member \"ar_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [848] member \"ar_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [855] member \"ar_rawname\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n  [863] typedef \"Elf_Arhdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [86f] typedef \"Elf\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [87b] structure_type \"Elf\"\n    name (string)\n    declaration (flag_present)\n  [880] typedef \"Elf_Scn\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [88c] structure_type \"Elf_Scn\"\n    name (strp)\n    declaration (flag_present)\n  [891] typedef \"GElf_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [89d] typedef \"GElf_Shdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [8a9] typedef \"GElf_Phdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [8b5] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [8c0] enumerator \"FSETLOCKING_QUERY\"\n      name (strp)\n      const_value (data1)\n    [8c6] enumerator \"FSETLOCKING_INTERNAL\"\n      name (strp)\n      const_value (data1)\n    [8cc] enumerator \"FSETLOCKING_BYCALLER\"\n      name (strp)\n      const_value (data1)\n  [8d3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [8d8] restrict_type\n    type (ref4)\n  [8dd] const_type\n  [8de] base_type \"long double\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [8e5] subroutine_type\n    prototyped (flag_present)\n    sibling (ref4)\n    [8ea] formal_parameter\n      type (ref4)\n    [8ef] formal_parameter\n      type (ref4)\n  [8f5] variable \"apvh\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [904] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [909] const_type\n    type (ref4)\n  [90e] variable \"apba__\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [91d] variable \"apvh\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x1d78)}\n  [92d] variable \"apba__\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x1d70)}\n  [93d] array_type\n    type (ref4)\n    sibling (ref4)\n    [946] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [94d] const_type\n    type (ref4)\n  [952] variable \"options\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x1b00)}\n  [967] array_type\n    type (ref4)\n    sibling (ref4)\n    [970] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [977] const_type\n    type (ref4)\n  [97c] variable \"doc\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x16e0)}\n  [992] array_type\n    type (ref4)\n    sibling (ref4)\n    [99b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [9a2] const_type\n    type (ref4)\n  [9a7] variable \"args_doc\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x16b8)}\n  [9bc] variable \"argp\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x1ac0)}\n  [9d1] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [9dc] enumerator \"format_bsd\"\n      name (strp)\n      const_value (data1)\n    [9e2] enumerator \"format_sysv\"\n      name (strp)\n      const_value (data1)\n    [9e8] enumerator \"format_sysv_one_line\"\n      name (strp)\n      const_value (data1)\n    [9ee] enumerator \"format_segments\"\n      name (strp)\n      const_value (data1)\n  [9f5] variable \"format\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12dc)}\n  [a0a] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a15] enumerator \"radix_decimal\"\n      name (strp)\n      const_value (data1)\n    [a1b] enumerator \"radix_hex\"\n      name (strp)\n      const_value (data1)\n    [a21] enumerator \"radix_octal\"\n      name (strp)\n      const_value (data1)\n  [a28] variable \"radix\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12d8)}\n  [a3d] array_type\n    type (ref4)\n    sibling (ref4)\n    [a46] subrange_type\n      type (ref4)\n      upper_bound (data1)\n    [a4c] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [a53] const_type\n    type (ref4)\n  [a58] variable \"length_map\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x16a0)}\n  [a6d] variable \"totals\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12d4)}\n  [a82] base_type \"_Bool\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [a89] variable \"totals_class\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12d0)}\n  [a9e] variable \"total_textsize\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12c8)}\n  [ab4] variable \"total_datasize\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12c0)}\n  [aca] variable \"total_bsssize\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x12b8)}\n  [ae0] subprogram \"elf_next\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [af0] formal_parameter\n      type (ref4)\n  [af6] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [afb] subprogram \"elf_getarhdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b0c] formal_parameter\n      type (ref4)\n  [b12] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [b17] subprogram \"gelf_getphdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b27] formal_parameter\n      type (ref4)\n    [b2c] formal_parameter\n      type (ref4)\n    [b31] formal_parameter\n      type (ref4)\n  [b37] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [b3c] subprogram \"elf_getphdrnum\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b4d] formal_parameter\n      type (ref4)\n    [b52] formal_parameter\n      type (ref4)\n  [b58] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [b5d] subprogram \"__printf_chk\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b6d] formal_parameter\n      type (ref4)\n    [b72] formal_parameter\n      type (ref4)\n    [b77] unspecified_parameters\n  [b79] subprogram \"strrchr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [b8a] formal_parameter\n      type (ref4)\n    [b8f] formal_parameter\n      type (ref4)\n  [b95] subprogram \"fputs\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [ba6] formal_parameter\n      type (ref4)\n    [bab] formal_parameter\n      type (ref4)\n  [bb1] subprogram \"elf_nextscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [bc2] formal_parameter\n      type (ref4)\n    [bc7] formal_parameter\n      type (ref4)\n  [bcd] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [bd2] subprogram \"elf_strptr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [be3] formal_parameter\n      type (ref4)\n    [be8] formal_parameter\n      type (ref4)\n    [bed] formal_parameter\n      type (ref4)\n  [bf3] subprogram \"gelf_getshdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c03] formal_parameter\n      type (ref4)\n    [c08] formal_parameter\n      type (ref4)\n  [c0e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [c13] subprogram \"elf_getshdrstrndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c24] formal_parameter\n      type (ref4)\n    [c29] formal_parameter\n      type (ref4)\n  [c2f] subprogram \"gelf_getclass\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c3f] formal_parameter\n      type (ref4)\n  [c45] subprogram \"strlen\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c56] formal_parameter\n      type (ref4)\n  [c5c] subprogram \"__open_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c70] formal_parameter\n      type (ref4)\n    [c75] formal_parameter\n      type (ref4)\n    [c7a] unspecified_parameters\n  [c7c] subprogram \"__open_2\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [c8c] formal_parameter\n      type (ref4)\n    [c91] formal_parameter\n      type (ref4)\n  [c97] subprogram \"__open_missing_mode\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [c9d] subprogram \"__open_too_many_args\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [ca3] subprogram \"close\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [cb4] formal_parameter\n      type (ref4)\n  [cba] subprogram \"elf_errmsg\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [ccb] formal_parameter\n      type (ref4)\n  [cd1] subprogram \"elf_end\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [ce2] formal_parameter\n      type (ref4)\n  [ce8] subprogram \"elf_kind\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [cf9] formal_parameter\n      type (ref4)\n  [cff] subprogram \"elf_begin\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [d0f] formal_parameter\n      type (ref4)\n    [d14] formal_parameter\n      type (ref4)\n    [d19] formal_parameter\n      type (ref4)\n  [d1f] subprogram \"__errno_location\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n  [d2b] subprogram \"__error_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [d3b] formal_parameter\n      type (ref4)\n    [d40] formal_parameter\n      type (ref4)\n    [d45] formal_parameter\n      type (ref4)\n    [d4a] unspecified_parameters\n  [d4c] subprogram \"__error_noreturn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [d5c] formal_parameter\n      type (ref4)\n    [d61] formal_parameter\n      type (ref4)\n    [d66] formal_parameter\n      type (ref4)\n    [d6b] unspecified_parameters\n  [d6d] subprogram \"exit\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [d7a] formal_parameter\n      type (ref4)\n  [d80] subprogram \"dcgettext\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [d90] formal_parameter\n      type (ref4)\n    [d95] formal_parameter\n      type (ref4)\n    [d9a] formal_parameter\n      type (ref4)\n  [da0] subprogram \"strcmp\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [db0] formal_parameter\n      type (ref4)\n    [db5] formal_parameter\n      type (ref4)\n  [dbb] subprogram \"elf_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [dcc] formal_parameter\n      type (ref4)\n  [dd2] subprogram \"argp_parse\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [de3] formal_parameter\n      type (ref4)\n    [de8] formal_parameter\n      type (ref4)\n    [ded] formal_parameter\n      type (ref4)\n    [df2] formal_parameter\n      type (ref4)\n    [df7] formal_parameter\n      type (ref4)\n    [dfc] formal_parameter\n      type (ref4)\n  [e02] subprogram \"textdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e12] formal_parameter\n      type (ref4)\n  [e18] subprogram \"bindtextdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e28] formal_parameter\n      type (ref4)\n    [e2d] formal_parameter\n      type (ref4)\n  [e33] subprogram \"setlocale\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e43] formal_parameter\n      type (ref4)\n    [e48] formal_parameter\n      type (ref4)\n  [e4e] subprogram \"__fsetlocking\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [e5e] formal_parameter\n      type (ref4)\n    [e63] formal_parameter\n      type (ref4)\n  [e69] subprogram \"print_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [e75] formal_parameter\n      type (ref4)\n    [e7a] formal_parameter\n      type (ref4)\n  [e80] subprogram \"handle_elf\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [e9f] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [250,266) {reg5}\n            [266,5e4) {reg3}\n            [5e4,606) {entry_value(1) {reg5}, stack_value}\n            [606,965) {reg3}\n            [965,9c7) {entry_value(1) {reg5}, stack_value}\n            [9c7,cf1) {reg3}\n            [cf1,d33) {entry_value(1) {reg5}, stack_value}\n            [d33,d41) {reg3}\n            [d41,d83) {entry_value(1) {reg5}, stack_value}\n            [d83,d9c) {reg3}\n            [d9c,dd2) {entry_value(1) {reg5}, stack_value}\n            [dd2,deb) {reg3}\n            [deb,e0b) {entry_value(1) {reg5}, stack_value}\n            [e0b,e24) {reg3}\n            [e24,e47) {entry_value(1) {reg5}, stack_value}\n            [e47,e67) {reg3}\n            [e67,e88) {entry_value(1) {reg5}, stack_value}\n            [e88,e9f) {reg3}\n            [e9f,ebf) {entry_value(1) {reg5}, stack_value}\n      GNU_locviews (sec_offset)\n    [eb3] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [250,28e) {reg4}\n            [28e,30c) {reg14}\n            [30c,3a7) {fbreg(-192)}\n            [3a7,3f3) {reg14}\n            [3f3,5e4) {fbreg(-192)}\n            [5e4,606) {entry_value(1) {reg4}, stack_value}\n            [606,62a) {reg14}\n            [62a,65d) {fbreg(-192)}\n            [65d,70d) {reg14}\n            [70d,752) {fbreg(-192)}\n            [752,772) {reg14}\n            [772,843) {fbreg(-192)}\n            [843,9c7) {entry_value(1) {reg4}, stack_value}\n            [9c7,9eb) {reg14}\n            [9eb,cf1) {fbreg(-192)}\n            [cf1,d33) {entry_value(1) {reg4}, stack_value}\n            [d33,d41) {fbreg(-192)}\n            [d41,d83) {entry_value(1) {reg4}, stack_value}\n            [d83,dba) {fbreg(-192)}\n            [dba,dd2) {entry_value(1) {reg4}, stack_value}\n            [dd2,e0b) {reg14}\n            [e0b,e47) {fbreg(-192)}\n            [e47,e88) {entry_value(1) {reg4}, stack_value}\n            [e88,ebf) {reg14}\n      GNU_locviews (sec_offset)\n    [ec7] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [250,28e) {reg1}\n            [28e,3ee) {fbreg(-168)}\n            [3ee,4cc) {entry_value(1) {reg1}, stack_value}\n            [4cc,5e4) {fbreg(-168)}\n            [5e4,606) {entry_value(1) {reg1}, stack_value}\n            [606,62a) {fbreg(-168)}\n            [62a,65d) {entry_value(1) {reg1}, stack_value}\n            [65d,70d) {fbreg(-168)}\n            [70d,752) {entry_value(1) {reg1}, stack_value}\n            [752,7fb) {fbreg(-168)}\n            [7fb,9c7) {entry_value(1) {reg1}, stack_value}\n            [9c7,9fe) {fbreg(-168)}\n            [9fe,ab7) {entry_value(1) {reg1}, stack_value}\n            [ab7,cc5) {fbreg(-168)}\n            [cc5,d33) {entry_value(1) {reg1}, stack_value}\n            [d33,d41) {fbreg(-168)}\n            [d41,d83) {entry_value(1) {reg1}, stack_value}\n            [d83,dba) {fbreg(-168)}\n            [dba,dd2) {entry_value(1) {reg1}, stack_value}\n            [dd2,e0b) {fbreg(-168)}\n            [e0b,e88) {entry_value(1) {reg1}, stack_value}\n            [e88,eb9) {fbreg(-168)}\n            [eb9,ebf) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [edb] variable \"prefix_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [2ad,2b2) {reg0}\n            [2b2,2c7) {reg1}\n            [606,62a) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [eef] variable \"fname_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [efb] variable \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [2c3,2c7) {breg5(0)}\n            [2c7,539) {breg7(0)}\n            [539,56f) {fbreg(-208), deref}\n            [56f,5fb) {breg7(0)}\n            [5fb,605) {fbreg(-208), deref}\n            [605,606) {breg7(-200), deref}\n            [61e,62a) {breg5(0)}\n            [62a,875) {breg7(0)}\n            [875,893) {fbreg(-208), deref}\n            [893,933) {breg7(0)}\n            [933,955) {fbreg(-208), deref}\n            [955,c80) {breg7(0)}\n            [c80,cb3) {fbreg(-208), deref}\n            [cb3,dac) {breg7(0)}\n            [dac,dba) {fbreg(-208), deref}\n            [dd2,dfb) {breg7(0)}\n            [dfb,e0b) {fbreg(-208), deref}\n            [e0b,e34) {breg7(0)}\n            [e34,e47) {fbreg(-208), deref}\n            [e47,e70) {breg7(0)}\n            [e70,e83) {fbreg(-208), deref}\n            [e83,eb9) {breg7(0)}\n      GNU_locviews (sec_offset)\n    [f0f] variable \"cp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [2c3,2c7) {reg5}\n            [2c7,2c8) {reg7}\n            [2c8,2cc) {reg0}\n            [2cc,2dd) {reg5}\n            [61e,62a) {reg5}\n      GNU_locviews (sec_offset)\n    [f22] variable\n      type (ref4)\n      artificial (flag_present)\n      location (sec_offset)\n            [2ad,2b2) {breg0(0), breg12(0), plus, plus_uconst(1), stack_value}\n            [2b2,2c7) {breg1(0), breg12(0), plus, plus_uconst(1), stack_value}\n            [606,62a) {breg0(1), stack_value}\n      GNU_locviews (sec_offset)\n    [f2f] inlined_subroutine \"mempcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [f49] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c3,2c7) {reg5}\n              [2c7,2c8) {reg7}\n        GNU_locviews (sec_offset)\n      [f56] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c3,2c8) {reg14}\n        GNU_locviews (sec_offset)\n      [f63] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c3,2c7) {reg1}\n        GNU_locviews (sec_offset)\n      [f70] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [f7d] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg7(0)}\n        [f83] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg14(0)}\n    [f8b] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [fb1] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2cf,2dd) {reg5}\n        GNU_locviews (sec_offset)\n      [fbe] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2cf,2de) {fbreg(-168)}\n        GNU_locviews (sec_offset)\n      [fcb] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2cf,2de) {reg13}\n        GNU_locviews (sec_offset)\n      [fd8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [fe5] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-168), deref}\n        [fed] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg13(0)}\n    [ff5] inlined_subroutine \"print_header\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [100f] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2ff,314) {reg3}\n              [ab7,cb3) {reg3}\n        GNU_locviews (sec_offset)\n      [101c] lexical_block\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        [1031] variable \"ddigits\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [adf,bba) {reg12}\n                [bba,cb3) {breg12(2), stack_value}\n          GNU_locviews (sec_offset)\n        [103e] variable \"xdigits\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [afa,b90) {reg13}\n                [b90,cb3) {fbreg(-176), deref_size(4), plus_uconst(2), stack_value}\n          GNU_locviews (sec_offset)\n        [104b] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [1058] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [b1d,b49) {reg0}\n            GNU_locviews (sec_offset)\n          [1065] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1076] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [107e] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg15(0)}\n            [1084] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [108a] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1097] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [109f] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [10ac] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [b57,b83) {reg0}\n            GNU_locviews (sec_offset)\n          [10b9] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [10ca] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [10d2] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg15(0)}\n            [10d8] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [10de] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [10eb] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [10f3] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [1100] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [b98,bcc) {reg0}\n            GNU_locviews (sec_offset)\n          [110d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [111e] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [1126] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x13cd)}\n            [1133] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [1139] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1146] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [114e] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [115b] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [c52,c6a) {reg0}\n                  [c6a,c7c) {breg2(-1), stack_value}\n            GNU_locviews (sec_offset)\n          [1168] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1179] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [1181] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [1187] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [118d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [119a] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [11a2] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [11af] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [bda,c0a) {reg0}\n            GNU_locviews (sec_offset)\n          [11bc] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [11cd] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [11d5] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x13d5)}\n            [11e2] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [11e8] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [11f5] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [11fd] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [120a] variable \"__res\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [c18,c44) {reg0}\n            GNU_locviews (sec_offset)\n          [1217] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1228] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-184), deref}\n            [1230] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x13dd)}\n            [123d] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [1243] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1250] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {const1u(124)}\n        [1258] inlined_subroutine \"printf\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [1272] formal_parameter \"__fmt\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [c7c,ca0) {addr(0x1488), stack_value}\n            GNU_locviews (sec_offset)\n          [127f] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [128c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [1291] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x1488)}\n            [129e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg12(0)}\n            [12a4] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {breg12(0)}\n            [12aa] call_site_parameter\n              location (exprloc) {reg9}\n              call_value (exprloc) {fbreg(-200), deref}\n        [12b4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [12c5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [12cc] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [12d9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n    [12e2] inlined_subroutine \"show_bsd\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [12fc] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {reg3}\n              [4cc,5e4) {reg3}\n              [cb3,cc5) {reg3}\n              [d83,d9c) {reg3}\n              [d9c,dba) {entry_value(1) {reg5}, stack_value}\n        GNU_locviews (sec_offset)\n      [1309] formal_parameter \"prefix\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {fbreg(-192)}\n              [4cc,5e4) {fbreg(-192)}\n              [cb3,cc5) {fbreg(-192)}\n              [d83,dba) {fbreg(-192)}\n        GNU_locviews (sec_offset)\n      [1316] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {fbreg(-168)}\n              [4cc,5e4) {fbreg(-168)}\n              [cb3,cc5) {fbreg(-168)}\n              [d83,dba) {fbreg(-168)}\n        GNU_locviews (sec_offset)\n      [1323] formal_parameter \"fullname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,3a7) {fbreg(-208)}\n              [4cc,5e4) {fbreg(-208)}\n              [cb3,cc5) {fbreg(-208)}\n              [d83,dba) {fbreg(-208)}\n        GNU_locviews (sec_offset)\n      [1330] variable \"textsize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,35f) {lit0, stack_value}\n              [35f,3a7) {reg13}\n              [4cc,5e4) {reg13}\n              [cb3,cc5) {reg13}\n              [d83,dba) {reg13}\n        GNU_locviews (sec_offset)\n      [133d] variable \"datasize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,35f) {lit0, stack_value}\n              [35f,3a7) {reg14}\n              [4cc,4d9) {reg14}\n              [4de,5e4) {reg14}\n              [cb3,cc5) {reg14}\n              [d83,dba) {reg14}\n        GNU_locviews (sec_offset)\n      [134a] variable \"bsssize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [314,35f) {lit0, stack_value}\n              [35f,3a7) {fbreg(-176)}\n              [4cc,4e7) {fbreg(-176)}\n              [4ec,5e4) {fbreg(-176)}\n              [cb3,cc5) {fbreg(-176)}\n              [d83,dba) {fbreg(-176)}\n        GNU_locviews (sec_offset)\n      [1357] variable \"ddigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [338,33c) {reg0}\n              [33c,3a7) {fbreg(-184)}\n              [4cc,5e4) {fbreg(-184)}\n              [cb3,cc5) {fbreg(-184)}\n              [d83,dba) {fbreg(-184)}\n        GNU_locviews (sec_offset)\n      [1364] variable \"xdigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [35f,35f) {reg0}\n              [35f,3a7) {fbreg(-200)}\n              [4cc,5e4) {fbreg(-200)}\n              [cb3,cc5) {fbreg(-200)}\n              [d83,dba) {fbreg(-200)}\n        GNU_locviews (sec_offset)\n      [1371] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [35f,35f) {lit0, stack_value}\n              [35f,371) {reg15}\n              [371,382) {reg0}\n              [382,3a7) {reg15}\n              [4cc,4ec) {reg15}\n              [4ec,4f7) {reg0}\n              [4f7,566) {reg15}\n              [d83,dba) {reg15}\n        GNU_locviews (sec_offset)\n      [137e] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [138b] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [1394] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [383,3a7) {reg0}\n                [4cc,4ec) {reg0}\n                [d83,d8c) {reg0}\n          GNU_locviews (sec_offset)\n        [13a1] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [13c7] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [da8,dba) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [13d4] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [da8,dba) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [13e1] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [da8,dba) {reg0}\n            GNU_locviews (sec_offset)\n        [13ef] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1400] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [1406] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-144)}\n        [140e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [141f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [1426] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1433] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x1305)}\n          [1440] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1780)}\n          [144d] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [1454] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [147a] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [535,55e) {reg4}\n          GNU_locviews (sec_offset)\n        [1487] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1494] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1499] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {fbreg(-184), deref_size(4), lit2, minus}\n          [14a4] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {breg13(0)}\n          [14aa] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-184), deref_size(4), lit2, minus}\n          [14b5] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [14bd] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [14e3] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [587,594) {reg0}\n                [594,598) {reg4}\n          GNU_locviews (sec_offset)\n        [14f0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [14fd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1502] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg15(0)}\n      [150a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [151b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [1522] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1533] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [153a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [154b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [1551] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n      [1558] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1569] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [1576] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1411)}\n        [1583] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [1589] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [159a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit10}\n      [15a0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [15b1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [15b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [15c5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n    [15cd] inlined_subroutine \"show_segments\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [15e7] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3a7,4cc) {reg3}\n              [62a,642) {reg3}\n              [e0b,e24) {reg3}\n              [e24,e47) {entry_value(1) {reg5}, stack_value}\n              [e88,e9f) {reg3}\n              [e9f,ebf) {entry_value(1) {reg5}, stack_value}\n        GNU_locviews (sec_offset)\n      [15f4] formal_parameter \"fullname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3a7,4cc) {fbreg(-208)}\n              [62a,642) {fbreg(-208)}\n              [e0b,e47) {fbreg(-208)}\n              [e88,eb9) {fbreg(-208)}\n        GNU_locviews (sec_offset)\n      [1601] variable \"phnum\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-152)}\n      [160a] variable \"total\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3c7,3f3) {lit0, stack_value}\n              [3f3,46a) {reg15}\n              [46d,4cc) {reg15}\n              [e0b,e47) {reg15}\n        GNU_locviews (sec_offset)\n      [1617] variable \"first\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3c7,3f3) {lit1, stack_value}\n              [3f3,3f3) {reg13}\n              [3f3,46d) {lit0, stack_value}\n              [46d,4cc) {reg13}\n              [e0b,e47) {reg13}\n        GNU_locviews (sec_offset)\n      [1624] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1631] variable \"cnt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3c7,3f3) {lit0, stack_value}\n                [3f3,4cc) {reg12}\n                [e0b,e47) {reg12}\n          GNU_locviews (sec_offset)\n        [163e] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [1647] variable \"phdr_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-144)}\n          [1650] variable \"phdr\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3f3,47e) {reg14}\n                  [496,4c6) {reg0}\n                  [4c6,4cc) {reg14}\n                  [e0b,e14) {reg0}\n                  [e14,e47) {reg14}\n            GNU_locviews (sec_offset)\n          [165d] inlined_subroutine \"printf\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [1683] formal_parameter \"__fmt\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [45a,465) {reg4}\n              GNU_locviews (sec_offset)\n            [1690] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [169d] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit1}\n          [16a4] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [16ca] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [e30,e47) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [16d7] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [e30,e47) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [16e4] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [e30,e47) {reg0}\n              GNU_locviews (sec_offset)\n          [16f2] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1703] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n            [1709] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg12(0)}\n            [170f] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-168), deref}\n          [1718] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1729] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x146b)}\n            [1736] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit1}\n            [173b] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit3}\n          [1741] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [1752] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [1759] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1766] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x1305)}\n            [1773] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x1780)}\n            [1780] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n      [1788] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [17a2] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [73a,74d) {addr(0x146f), stack_value}\n          GNU_locviews (sec_offset)\n        [17af] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [17bc] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [17c1] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x146f)}\n      [17d0] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [17f6] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [64a,65b) {addr(0x1478), stack_value}\n          GNU_locviews (sec_offset)\n        [1803] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1810] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1815] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1478)}\n      [1824] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [184a] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [70d,723) {addr(0x1480), stack_value}\n          GNU_locviews (sec_offset)\n        [1857] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1864] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1869] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1480)}\n      [1878] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [189e] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          const_value (data1)\n        [18a4] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          const_value (data1)\n        [18aa] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [eab,ebf) {reg0}\n          GNU_locviews (sec_offset)\n      [18b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [18c9] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [18cf] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-152)}\n      [18d7] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [18e8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [18ef] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [18fc] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [1909] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1780)}\n        [1916] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [191d] inlined_subroutine \"show_sysv\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [1937] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {reg3}\n              [752,965) {reg3}\n              [965,9c7) {entry_value(1) {reg5}, stack_value}\n              [cf1,d2e) {entry_value(1) {reg5}, stack_value}\n              [d41,d83) {entry_value(1) {reg5}, stack_value}\n              [dd2,deb) {reg3}\n              [deb,e0b) {entry_value(1) {reg5}, stack_value}\n              [e47,e67) {reg3}\n              [e67,e83) {entry_value(1) {reg5}, stack_value}\n        GNU_locviews (sec_offset)\n      [1944] formal_parameter \"prefix\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {fbreg(-192)}\n              [752,843) {fbreg(-192)}\n              [dd2,e0b) {fbreg(-192)}\n        GNU_locviews (sec_offset)\n      [1951] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {fbreg(-168)}\n              [752,7fb) {fbreg(-168)}\n              [dd2,e0b) {fbreg(-168)}\n        GNU_locviews (sec_offset)\n      [195e] formal_parameter \"fullname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,70d) {fbreg(-208)}\n              [752,9c7) {fbreg(-208)}\n              [cf1,d2e) {fbreg(-208)}\n              [d41,d83) {fbreg(-208)}\n              [dd2,e0b) {fbreg(-208)}\n              [e47,e83) {fbreg(-208)}\n        GNU_locviews (sec_offset)\n      [196b] variable \"maxlen\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [65d,6aa) {lit10, stack_value}\n              [6aa,70b) {reg13}\n              [752,9c7) {reg13}\n              [cf1,d2e) {reg13}\n              [d41,d83) {reg13}\n              [dd2,e0b) {reg13}\n              [e47,e83) {reg13}\n        GNU_locviews (sec_offset)\n      [1978] variable \"digits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [69d,6a1) {reg0}\n              [6a1,70d) {fbreg(-200)}\n              [752,9c7) {fbreg(-200)}\n              [cf1,d2e) {fbreg(-200)}\n              [d41,d83) {fbreg(-200)}\n              [dd2,e0b) {fbreg(-200)}\n              [e47,e83) {fbreg(-200)}\n        GNU_locviews (sec_offset)\n      [1985] variable \"shstrndx\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-152)}\n      [198e] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6aa,6c1) {reg12}\n              [6c1,6d2) {reg0}\n              [6d2,70d) {reg12}\n              [752,76a) {reg0}\n              [76a,8a9) {reg12}\n              [8a9,8ba) {reg0}\n              [8ba,955) {reg12}\n              [955,95e) {reg0}\n              [95e,9c7) {reg12}\n              [cf1,d2e) {reg12}\n              [d41,d83) {reg12}\n              [dd2,e0b) {reg12}\n              [e47,e83) {reg12}\n        GNU_locviews (sec_offset)\n      [199b] variable \"total\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [890,893) {lit0, stack_value}\n              [893,94f) {reg14}\n              [955,9c7) {reg14}\n              [cf1,d2e) {reg14}\n              [d41,d83) {reg14}\n              [e47,e83) {reg14}\n        GNU_locviews (sec_offset)\n      [19a8] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [19b5] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [19be] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [6d9,6ef) {reg0}\n                [6ef,70d) {reg15}\n                [dd2,ddb) {reg0}\n                [ddb,e0b) {reg15}\n          GNU_locviews (sec_offset)\n        [19cb] variable \"name\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [6f0,703) {reg0}\n          GNU_locviews (sec_offset)\n        [19d8] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [19fe] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [df7,e0b) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [1a0b] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [df7,e0b) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [1a18] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [df7,e0b) {reg0}\n            GNU_locviews (sec_offset)\n        [1a26] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1a37] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [1a3d] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-144)}\n        [1a45] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1a56] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [1a5d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n        [1a6a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1a7b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [1a82] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1a8f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x1305)}\n          [1a9c] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1780)}\n          [1aa9] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [1ab0] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1ad6] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [796,7a3) {reg0}\n                [7a3,7a7) {reg4}\n          GNU_locviews (sec_offset)\n        [1ae3] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1af0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1af5] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg14(0)}\n      [1afd] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1b0a] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [7d3,802) {reg0}\n          GNU_locviews (sec_offset)\n        [1b17] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1b28] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [1b2e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg14(0)}\n          [1b34] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1b3a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1b47] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1b4f] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1b5c] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [810,824) {reg0}\n                [824,82d) {breg1(-1), stack_value}\n          GNU_locviews (sec_offset)\n        [1b69] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1b7a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [1b80] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg14(0)}\n          [1b86] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1b8c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1b99] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1ba1] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1bae] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [855,882) {reg0}\n          GNU_locviews (sec_offset)\n        [1bbb] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1bcc] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-184), deref}\n          [1bd4] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg14(0)}\n          [1bda] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1be0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1bed] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1bf5] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1c0f] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [880,890) {addr(0x141a), stack_value}\n          GNU_locviews (sec_offset)\n        [1c1c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1c29] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1c2e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x141a)}\n          [1c3b] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1c41] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1c4a] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg15(0)}\n      [1c52] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1c5f] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [1c68] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [8c1,8f3) {reg0}\n                [8f3,955) {reg15}\n                [e47,e50) {reg0}\n                [e50,e83) {reg15}\n          GNU_locviews (sec_offset)\n        [1c75] inlined_subroutine \"printf\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [1c9b] formal_parameter \"__fmt\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [92b,949) {reg4}\n            GNU_locviews (sec_offset)\n          [1ca8] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1cb5] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [1cba] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg13(0)}\n            [1cc0] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-192), deref_size(4)}\n        [1ccb] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [1ce5] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [e6c,e83) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [1cf2] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [e6c,e83) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [1cff] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [e6c,e83) {reg0}\n            GNU_locviews (sec_offset)\n          [1d0c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [1d19] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [1d1e] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [1d23] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-208), deref}\n        [1d2d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1d3e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [1d44] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-144)}\n        [1d4c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1d5d] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [1d64] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1d75] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [1d7c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1d89] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-184), deref}\n          [1d91] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1780)}\n          [1d9e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [1da5] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1db2] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d53,d72) {reg0}\n          GNU_locviews (sec_offset)\n        [1dbf] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n        [1dcc] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1dd9] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1de1] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1dee] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [997,9b6) {reg0}\n          GNU_locviews (sec_offset)\n        [1dfb] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [1e0c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-184), deref}\n          [1e14] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n          [1e1a] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [1e20] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1e2d] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1e35] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1e4f] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [9b4,9c2) {addr(0x1437), stack_value}\n          GNU_locviews (sec_offset)\n        [1e5c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1e69] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1e6e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1437)}\n          [1e7b] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1e81] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1e8a] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [1e92] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [1e9f] variable \"__res\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d03,d22) {reg0}\n          GNU_locviews (sec_offset)\n        [1eac] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n        [1eb9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1ec6] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(124)}\n      [1ece] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1ee8] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d20,d2e) {addr(0x1444), stack_value}\n          GNU_locviews (sec_offset)\n        [1ef5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1f02] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1f07] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x1444)}\n          [1f14] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1f1a] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1f23] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [1f2b] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [1f45] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [d70,d7e) {addr(0x142a), stack_value}\n          GNU_locviews (sec_offset)\n        [1f52] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [1f5f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [1f64] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x142a)}\n          [1f71] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg13(0)}\n          [1f77] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-192), deref_size(4)}\n          [1f80] call_site_parameter\n            location (exprloc) {reg9}\n            call_value (exprloc) {breg14(0)}\n      [1f88] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1f99] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [1fa0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1fb1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [1fb7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-152)}\n      [1fbf] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1fd0] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [1fd6] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n      [1fdd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [1fee] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-168), deref}\n      [1ff7] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2008] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-184), deref}\n        [2010] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1411)}\n        [201d] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [2023] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2030] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2036] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n    [203e] inlined_subroutine \"show_sysv_one_line\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2058] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,73a) {reg3}\n              [9c7,ab7) {reg3}\n              [cc5,cd4) {reg3}\n        GNU_locviews (sec_offset)\n      [2065] variable \"shstrndx\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-152)}\n      [206e] variable \"total\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,73a) {reg13}\n              [9fe,a8f) {reg13}\n              [a94,ab7) {reg13}\n              [cc5,cd4) {reg13}\n        GNU_locviews (sec_offset)\n      [207b] variable \"first\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,73a) {reg14}\n              [9fe,a3d) {reg14}\n              [a3d,a94) {lit0, stack_value}\n              [a94,ab7) {reg14}\n              [cc5,cd4) {reg14}\n        GNU_locviews (sec_offset)\n      [2088] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [728,72e) {reg0}\n              [72e,73a) {reg12}\n              [9fe,a11) {reg12}\n              [a11,a25) {reg0}\n              [a25,ab7) {reg12}\n              [cc5,cd4) {reg12}\n        GNU_locviews (sec_offset)\n      [2095] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (data1)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [20b2] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n      [20b8] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [20c5] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-144)}\n        [20ce] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [a2c,a3d) {reg0}\n                [a3d,a94) {reg15}\n                [a94,ab4) {reg0}\n                [ab4,ab7) {reg15}\n                [cc5,cd4) {reg0}\n          GNU_locviews (sec_offset)\n        [20db] inlined_subroutine \"printf\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [2101] formal_parameter \"__fmt\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [a7c,a87) {reg4}\n            GNU_locviews (sec_offset)\n          [210e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [211b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n        [2122] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [2148] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [ce0,cf1) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [2155] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [ce0,cf1) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [2162] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [ce0,cec) {reg0}\n                  [cec,cf0) {reg1}\n            GNU_locviews (sec_offset)\n          [216f] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [217c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [2181] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n        [2188] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [2199] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [219f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-168), deref}\n        [21a8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [21b9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [21c0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [21d1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x146b)}\n          [21de] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit1}\n          [21e3] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit3}\n        [21e9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [21f6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x1305)}\n      [2205] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2216] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [221c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-152)}\n      [2224] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2231] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2237] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n    [223f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2250] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-168), deref}\n    [2259] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [226a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [2271] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [227f] array_type\n    type (ref4)\n    sibling (ref4)\n    [2288] subrange_type\n      type (ref4)\n      upper_bound (ref4)\n  [2292] subprogram \"show_segments\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [229d] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22a9] formal_parameter \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22b5] variable \"phnum\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22c1] variable \"total\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22cd] variable \"first\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [22d9] lexical_block\n      [22da] variable \"cnt\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [22e6] lexical_block\n        [22e7] variable \"phdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [22f3] variable \"phdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [2302] subprogram \"show_bsd_totals\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [230d] variable \"ddigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2319] variable \"xdigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n  [2326] subprogram \"show_bsd\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [2331] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [233d] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2349] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2355] formal_parameter \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2361] variable \"textsize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [236d] variable \"datasize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2379] variable \"bsssize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2385] variable \"ddigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2391] variable \"xdigits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [239d] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23a9] lexical_block\n      [23aa] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [23b6] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [23c4] subprogram \"show_sysv_one_line\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [23cf] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23db] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23e7] variable \"total\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23f3] variable \"first\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [23ff] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [240b] lexical_block\n      [240c] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2418] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [2426] subprogram \"show_sysv\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [2431] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [243d] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2449] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2455] formal_parameter \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2461] variable \"maxlen\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [246d] variable \"digits\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2479] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2485] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2491] variable \"total\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [249d] lexical_block\n      sibling (ref4)\n      [24a2] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [24ae] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [24ba] variable \"name\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24c7] lexical_block\n      sibling (ref4)\n      [24cc] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24d9] lexical_block\n      sibling (ref4)\n      [24de] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24eb] lexical_block\n      sibling (ref4)\n      [24f0] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [24fd] lexical_block\n      sibling (ref4)\n      [2502] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [250e] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [251b] lexical_block\n      sibling (ref4)\n      [2520] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [252d] lexical_block\n      sibling (ref4)\n      [2532] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [253f] lexical_block\n      [2540] variable \"__res\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [254e] subprogram \"handle_ar\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [256f] formal_parameter \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef2) {reg5}\n            [ef2,ff0) {reg12}\n            [ff0,ff8) {entry_value(1) {reg5}, stack_value}\n            [ff8,10c1) {reg12}\n      GNU_locviews (sec_offset)\n    [2582] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef6) {reg4}\n            [ef6,ff4) {reg14}\n            [ff4,ff8) {entry_value(1) {reg4}, stack_value}\n            [ff8,10c1) {reg14}\n      GNU_locviews (sec_offset)\n    [2596] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef6) {reg1}\n            [ef6,f3e) {reg15}\n            [f3e,ff7) {fbreg(-104)}\n            [ff7,ff8) {breg7(-96)}\n            [ff8,104c) {fbreg(-104)}\n            [104c,1067) {reg15}\n            [1067,10c1) {fbreg(-104)}\n      GNU_locviews (sec_offset)\n    [25aa] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [ec0,ef6) {reg2}\n            [ef6,ff7) {fbreg(-96)}\n            [ff7,ff8) {breg7(-88)}\n            [ff8,10c1) {fbreg(-96)}\n      GNU_locviews (sec_offset)\n    [25be] variable \"prefix_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f15,f1a) {reg0}\n            [f1a,f2c) {reg1}\n            [104c,1067) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [25d2] variable \"fname_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [25de] variable \"new_prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f28,f2c) {breg5(0)}\n            [f2c,fea) {breg7(0)}\n            [fea,ff7) {fbreg(-88), deref}\n            [ff7,ff8) {breg7(-80), deref}\n            [ff8,1029) {breg7(0)}\n            [1029,104c) {fbreg(-88), deref}\n            [105e,1067) {breg5(0)}\n            [1067,10a9) {breg7(0)}\n            [10a9,10bc) {fbreg(-88), deref}\n            [10bc,10c1) {breg7(0)}\n      GNU_locviews (sec_offset)\n    [25f2] variable \"cp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f28,f2c) {reg5}\n            [f2c,f2d) {reg7}\n            [f2d,f31) {reg0}\n            [f31,f48) {reg5}\n            [105e,1067) {reg5}\n      GNU_locviews (sec_offset)\n    [2605] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f49,f4b) {lit0, stack_value}\n            [f4b,ff6) {reg15}\n            [ff6,ff8) {reg0}\n            [ff8,104c) {reg15}\n            [1067,10c1) {reg15}\n      GNU_locviews (sec_offset)\n    [2619] variable \"subelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f4b,f82) {reg3}\n            [f96,f9f) {reg0}\n            [f9f,fc2) {reg3}\n            [fc2,fd3) {reg0}\n            [fd3,fee) {reg3}\n            [ff8,1019) {reg3}\n            [1067,1077) {reg0}\n            [1077,1099) {reg3}\n            [10bc,10c1) {reg3}\n      GNU_locviews (sec_offset)\n    [262d] variable \"cmd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [f49,f4b) {lit8, stack_value}\n            [f79,f7d) {reg0}\n            [f7d,fa6) {reg13}\n            [fc2,ff2) {reg13}\n            [ff8,104c) {reg13}\n            [1067,10c1) {reg13}\n      GNU_locviews (sec_offset)\n    [2641] lexical_block\n      ranges (sec_offset)\n      sibling (ref4)\n      [264a] variable \"arhdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [f4b,f79) {reg13}\n              [fa6,faa) {reg0}\n              [faa,fc2) {reg13}\n        GNU_locviews (sec_offset)\n      [265e] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [2684] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1025,1037) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [2691] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1025,1037) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [269e] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1025,1037) {reg0}\n          GNU_locviews (sec_offset)\n      [26ac] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [26bd] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg12(0)}\n        [26c3] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [26c9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-88), deref}\n      [26d2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [26e3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [26ea] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [26fb] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [2702] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2713] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [271a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [272b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [2732] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2743] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2749] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-88), deref}\n      [2752] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2763] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [276a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2777] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [2784] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x1780)}\n        [2791] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [2798] variable\n      type (ref4)\n      artificial (flag_present)\n      location (sec_offset)\n            [f15,f1a) {breg0(0), breg3(0), plus, plus_uconst(1), stack_value}\n            [f1a,f2c) {breg1(0), breg3(0), plus, plus_uconst(1), stack_value}\n            [104c,1067) {breg0(1), stack_value}\n      GNU_locviews (sec_offset)\n    [27a5] inlined_subroutine \"mempcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [27bf] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f28,f2c) {reg5}\n              [f2c,f2d) {reg7}\n        GNU_locviews (sec_offset)\n      [27cc] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f28,f2d) {reg15}\n        GNU_locviews (sec_offset)\n      [27d9] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f28,f2c) {reg1}\n        GNU_locviews (sec_offset)\n      [27e6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [27f3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg7(0)}\n        [27f9] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n    [2801] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [281b] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f34,f48) {reg5}\n        GNU_locviews (sec_offset)\n      [2828] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f34,f49) {fbreg(-96)}\n        GNU_locviews (sec_offset)\n      [2835] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [f34,f44) {reg13}\n              [f44,f48) {reg1}\n        GNU_locviews (sec_offset)\n      [2842] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [284f] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-96), deref}\n    [2859] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2873] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10a5,10bc) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2880] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10a5,10bc) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [288d] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10a5,10bc) {reg0}\n        GNU_locviews (sec_offset)\n      [289a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [28a7] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [28ac] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [28b1] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-96), deref}\n    [28bb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28cc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-96), deref}\n    [28d5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28e6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n    [28ed] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28fe] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg12(0)}\n      [2904] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg13(0)}\n      [290a] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg14(0)}\n    [2911] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2922] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [2929] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [293a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [2941] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2952] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [295f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x1780)}\n      [296c] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2972] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [2980] array_type\n    type (ref4)\n    sibling (ref4)\n    [2989] subrange_type\n      type (ref4)\n      upper_bound (ref4)\n  [2993] subprogram \"print_header\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    inline (implicit_const)\n    sibling (ref4)\n    [299e] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [29aa] variable \"done\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {addr(0x12b0)}\n    [29c0] lexical_block\n      [29c1] variable \"ddigits\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [29cd] variable \"xdigits\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [29d9] lexical_block\n        sibling (ref4)\n        [29de] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [29eb] lexical_block\n        sibling (ref4)\n        [29f0] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [29fd] lexical_block\n        sibling (ref4)\n        [2a02] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [2a0f] lexical_block\n        sibling (ref4)\n        [2a14] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [2a21] lexical_block\n        sibling (ref4)\n        [2a26] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [2a33] lexical_block\n        [2a34] variable \"__res\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [2a43] subprogram \"process_file\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2a64] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [10d0,10df) {reg5}\n            [10df,113d) {reg12}\n            [113d,113e) {entry_value(1) {reg5}, stack_value}\n            [113e,11eb) {reg12}\n            [11eb,11ec) {entry_value(1) {reg5}, stack_value}\n            [11ec,12a9) {reg12}\n      GNU_locviews (sec_offset)\n    [2a78] variable \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [10e0,10f8) {reg0}\n            [10f8,1138) {reg3}\n            [113e,1185) {reg3}\n            [119e,11e0) {reg3}\n            [11ec,1207) {reg0}\n            [1223,123c) {reg3}\n            [126e,1289) {reg3}\n      GNU_locviews (sec_offset)\n    [2a8b] variable \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [10ff,110c) {reg0}\n            [110c,112e) {reg6}\n            [113e,1168) {reg6}\n            [119e,11e0) {reg6}\n            [1223,12a9) {reg6}\n      GNU_locviews (sec_offset)\n    [2a9f] lexical_block\n      ranges (sec_offset)\n      sibling (ref4)\n      [2aa8] variable \"result\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [112e,1132) {reg0}\n              [1132,1137) {reg6}\n        GNU_locviews (sec_offset)\n      [2abc] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [2acd] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [2ad3] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg6(0)}\n        [2ad9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit0}\n        [2ade] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n      [2ae5] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2af2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n    [2afa] inlined_subroutine \"open\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2b14] formal_parameter \"__path\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10d9,10df) {reg5}\n              [10df,10e0) {reg12}\n        GNU_locviews (sec_offset)\n      [2b21] formal_parameter \"__oflag\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [10d9,10e0) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2b2e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2b3b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg12(0)}\n        [2b41] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [2b48] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2b6e] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [118a,119e) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2b7b] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [118a,1199) {breg0(0)}\n              [1199,119d) {reg4}\n        GNU_locviews (sec_offset)\n      [2b88] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [118a,119e) {reg3}\n        GNU_locviews (sec_offset)\n      [2b95] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2ba2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [2ba7] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [2bad] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2bb5] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2bdb] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [11cf,11e0) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2be8] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [11cf,11e0) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2bf5] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [11cf,11db) {reg0}\n              [11db,11df) {reg1}\n        GNU_locviews (sec_offset)\n      [2c02] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2c0f] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [2c14] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2c19] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2c21] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2c47] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1210,1221) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2c54] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1210,121c) {breg0(0)}\n              [121c,1220) {reg4}\n        GNU_locviews (sec_offset)\n      [2c61] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1210,1221) {reg3}\n        GNU_locviews (sec_offset)\n      [2c6e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2c7b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [2c80] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [2c86] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2c8e] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2cb4] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1248,125a) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2cc1] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1248,125a) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2cce] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1248,125a) {reg0}\n        GNU_locviews (sec_offset)\n      [2cdb] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2ce8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [2ced] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2cf2] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [2cfa] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2d20] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        const_value (data1)\n      [2d26] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        const_value (data1)\n      [2d2c] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1295,12a9) {reg0}\n        GNU_locviews (sec_offset)\n    [2d3a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2d4b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [2d51] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit8}\n      [2d56] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [2d5c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2d6d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n    [2d74] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2d85] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n      [2d8b] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit0}\n      [2d90] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg12(0)}\n    [2d97] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2da8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n    [2daf] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2dc0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [2dc7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2dd8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2de5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14b1)}\n    [2df3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [2e00] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e11] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n    [2e18] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e29] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [2e30] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e41] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2e4e] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x17a0)}\n      [2e5b] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2e61] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2e72] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2e7f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14a0)}\n      [2e8c] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2e92] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [2e9f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2eb0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [2eb7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2ec8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2ed5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x1780)}\n      [2ee2] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2ee8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2ef9] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [2f00] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [2f0d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [2f1a] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x1780)}\n      [2f27] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n  [2f2e] subprogram \"parse_opt\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2f50] formal_parameter \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,d) {reg5}\n            [d,2e) {entry_value(1) {reg5}, stack_value}\n            [2e,8d) {reg5}\n            [8d,97) {entry_value(1) {reg5}, stack_value}\n            [97,aa) {reg5}\n            [aa,184) {entry_value(1) {reg5}, stack_value}\n            [184,1f4) {reg5}\n            [1f4,23e) {entry_value(1) {reg5}, stack_value}\n            [23e,246) {reg5}\n      GNU_locviews (sec_offset)\n    [2f63] formal_parameter \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,3f) {reg4}\n            [3f,8d) {reg2}\n            [8d,97) {entry_value(1) {reg4}, stack_value}\n            [97,b3) {reg2}\n            [b3,104) {fbreg(-24)}\n            [104,184) {reg4}\n            [184,1f8) {reg2}\n            [1f8,23e) {fbreg(-24)}\n            [23e,246) {reg2}\n      GNU_locviews (sec_offset)\n    [2f76] formal_parameter \"state\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,19) {reg1}\n            [19,2e) {entry_value(1) {reg1}, stack_value}\n            [2e,5b) {reg1}\n            [5b,97) {entry_value(1) {reg1}, stack_value}\n            [97,b3) {reg1}\n            [b3,184) {entry_value(1) {reg1}, stack_value}\n            [184,192) {reg1}\n            [192,246) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [2f89] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data1)\n      call_column (implicit_const)\n      sibling (ref4)\n      [2fad] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1f9,20f) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2fba] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1f9,20f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2fc7] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1f9,20a) {reg0}\n              [20a,20e) {reg1}\n        GNU_locviews (sec_offset)\n      [2fd4] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2fe1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [2fe6] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2feb] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-24), deref}\n    [2ff4] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data1)\n      call_column (implicit_const)\n      sibling (ref4)\n      [3018] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,23e) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [3025] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,23e) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [3032] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,239) {reg0}\n              [239,23d) {reg1}\n        GNU_locviews (sec_offset)\n      [303f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [304c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [3051] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [3056] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-24), deref}\n    [305f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3070] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n      [3077] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12e0)}\n    [3085] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3096] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n      [309d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12e4)}\n    [30ab] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [30bc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n      [30c3] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12ed)}\n    [30d1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [30e2] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [30ef] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x130e)}\n      [30fc] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [3102] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [310f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [311c] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x12f2)}\n      [3129] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n  [3130] subprogram \"main\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [3152] formal_parameter \"argc\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [1900,1913) {reg5}\n            [1913,19e6) {reg6}\n            [19e6,1a05) {entry_value(1) {reg5}, stack_value}\n            [1a05,1a37) {reg6}\n            [1a37,1a8f) {entry_value(1) {reg5}, stack_value}\n            [1a8f,1aa2) {reg6}\n            [1aa2,1aa7) {entry_value(1) {reg5}, stack_value}\n      GNU_locviews (sec_offset)\n    [3165] formal_parameter \"argv\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [1900,1929) {reg4}\n            [1929,19e6) {reg12}\n            [19e6,1a05) {entry_value(1) {reg4}, stack_value}\n            [1a05,1a3b) {reg12}\n            [1a3b,1a8f) {entry_value(1) {reg4}, stack_value}\n            [1a8f,1aa2) {reg12}\n            [1aa2,1aa7) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [3178] variable \"remaining\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-44)}\n    [3186] variable \"result\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [1924,19b1) {lit0, stack_value}\n            [19b1,1a01) {reg3}\n            [1a01,1a05) {reg0}\n            [1a05,1a8f) {reg3}\n            [1a8f,1aa2) {lit0, stack_value}\n            [1aa2,1aa7) {reg3}\n      GNU_locviews (sec_offset)\n    [319a] inlined_subroutine \"show_bsd_totals\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (data1)\n      call_line (data1)\n      call_column (data1)\n      sibling (ref4)\n      [31b4] variable \"ddigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a37,1a86) {reg6}\n        GNU_locviews (sec_offset)\n      [31c1] variable \"xdigits\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a3b,1a67) {reg12}\n              [1a67,1a86) {breg12(2), stack_value}\n        GNU_locviews (sec_offset)\n      [31ce] inlined_subroutine \"printf\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [31e8] formal_parameter \"__fmt\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1a5d,1a86) {addr(0x14e7), stack_value}\n          GNU_locviews (sec_offset)\n        [31f5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [3202] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [3207] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x14e7)}\n          [3214] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg6(-2)}\n          [321a] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {breg6(-2)}\n      [3222] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [322f] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x1305)}\n        [323c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x14dd)}\n        [3249] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [3250] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3261] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [3267] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3278] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [327e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [328f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [3295] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [32a6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit6}\n      [32ab] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14c4)}\n    [32b9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [32ca] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n      [32d7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x14c5)}\n    [32e5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [32f6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1305)}\n    [3304] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3315] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x1ac0)}\n      [3322] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n      [3328] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg12(0)}\n      [332e] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {breg3(0)}\n      [3334] call_site_parameter\n        location (exprloc) {reg8}\n        call_value (exprloc) {fbreg(-44)}\n      [333a] call_site_parameter\n        location (exprloc) {reg9}\n        call_value (exprloc) {breg3(0)}\n    [3341] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3352] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit1}\n    [3358] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [3365] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [3376] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x14d7)}\n    [3384] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [3392] subprogram \"error\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [339f] formal_parameter \"__status\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33ab] formal_parameter \"__errnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33b7] formal_parameter \"__format\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33c3] unspecified_parameters\n  [33c5] subprogram \"mempcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [33d4] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33e0] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [33ec] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [33f9] subprogram \"memcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [3408] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3414] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3420] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [342d] subprogram \"open\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [343c] formal_parameter \"__path\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3448] formal_parameter \"__oflag\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3454] unspecified_parameters\n  [3456] subprogram \"printf\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [3465] formal_parameter \"__fmt\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [3471] unspecified_parameters\n  [3473] subprogram \"__builtin_mempcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [347c] subprogram \"__builtin_memcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [3485] subprogram \"__builtin_fputc\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [348e] subprogram \"__builtin_fwrite\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [3497] subprogram \"__stack_chk_fail\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\nmodule 'strip.o'\n[c] CU '../../elfutils-0.193/src/strip.c'@0\n  producer (strp)\n  language (data1)\n  language_name (data1)\n  language_version (data4)\n  name (line_strp)\n  comp_dir (line_strp)\n  ranges (sec_offset)\n  low_pc (addr)\n  stmt_list (sec_offset)\n  [2f] base_type \"long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [36] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3b] restrict_type\n    type (ref4)\n  [40] base_type \"char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [47] const_type\n    type (ref4)\n  [4c] base_type \"short unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [53] base_type \"int\"\n    byte_size (data1)\n    encoding (data1)\n    name (string)\n  [5a] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5f] const_type\n    type (ref4)\n  [64] restrict_type\n    type (ref4)\n  [69] typedef \"size_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [75] const_type\n    type (ref4)\n  [7a] base_type \"unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [81] const_type\n    type (ref4)\n  [86] pointer_type\n    byte_size (data1)\n  [88] restrict_type\n    type (ref4)\n  [8d] base_type \"unsigned char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [94] base_type \"signed char\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [9b] typedef \"__uint8_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [a7] base_type \"short int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [ae] typedef \"__uint16_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ba] typedef \"__int32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c6] typedef \"__uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d2] typedef \"__int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [de] base_type \"long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e5] typedef \"__uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [f1] typedef \"__dev_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [fd] typedef \"__uid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [109] typedef \"__gid_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [115] typedef \"__ino_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [121] typedef \"__mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [12d] typedef \"__nlink_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [139] typedef \"__off_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [145] typedef \"__off64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [151] typedef \"__time_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [15d] typedef \"__blksize_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [169] typedef \"__blkcnt_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [175] typedef \"__ssize_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [181] typedef \"__syscall_slong_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [18d] structure_type \"_IO_FILE\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [199] member \"_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [1a6] member \"_IO_read_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [1b3] member \"_IO_read_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [1c0] member \"_IO_read_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [1cd] member \"_IO_write_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [1da] member \"_IO_write_ptr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [1e7] member \"_IO_write_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [1f4] member \"_IO_buf_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [201] member \"_IO_buf_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [20e] member \"_IO_save_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [21b] member \"_IO_backup_base\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [228] member \"_IO_save_end\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n    [235] member \"_markers\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(96)}\n    [242] member \"_chain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(104)}\n    [24f] member \"_fileno\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(112)}\n    [25c] member \"_flags2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      bit_size (data1)\n      data_bit_offset (data2)\n    [26b] member \"_short_backupbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(119)}\n    [278] member \"_old_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(120)}\n    [285] member \"_cur_column\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(128)}\n    [292] member \"_vtable_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(130)}\n    [29f] member \"_shortbuf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(131)}\n    [2ac] member \"_lock\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(136)}\n    [2b9] member \"_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(144)}\n    [2c6] member \"_codecvt\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(152)}\n    [2d3] member \"_wide_data\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(160)}\n    [2e0] member \"_freeres_list\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(168)}\n    [2ed] member \"_freeres_buf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(176)}\n    [2fa] member \"_prevchain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(184)}\n    [307] member \"_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(192)}\n    [314] member \"_unused2\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(196)}\n  [322] typedef \"FILE\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [32e] typedef \"_IO_lock_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n  [336] structure_type \"_IO_marker\"\n    name (strp)\n    declaration (flag_present)\n  [33b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [340] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [345] array_type\n    type (ref4)\n    sibling (ref4)\n    [34e] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [355] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [35a] structure_type \"_IO_codecvt\"\n    name (strp)\n    declaration (flag_present)\n  [35f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [364] structure_type \"_IO_wide_data\"\n    name (strp)\n    declaration (flag_present)\n  [369] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [36e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [373] array_type\n    type (ref4)\n    sibling (ref4)\n    [37c] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [383] typedef \"off_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [38f] typedef \"ssize_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [39b] variable \"stdin\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [3a5] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3aa] variable \"stdout\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [3b4] variable \"stderr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [3be] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [3c3] restrict_type\n    type (ref4)\n  [3c8] typedef \"error_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [3d4] structure_type \"argp_option\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [3e0] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [3ed] member \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [3f9] member \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [405] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [412] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [41e] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n  [42c] const_type\n    type (ref4)\n  [431] typedef \"argp_parser_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [43d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [442] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [44b] formal_parameter\n      type (ref4)\n    [450] formal_parameter\n      type (ref4)\n    [455] formal_parameter\n      type (ref4)\n  [45b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [460] structure_type \"argp_state\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    sibling (ref4)\n    [46e] member \"root_argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [47c] member \"argc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [48a] member \"argv\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [498] member \"next\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [4a6] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(28)}\n    [4b4] member \"arg_num\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [4c2] member \"quoted\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(36)}\n    [4d0] member \"input\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [4de] member \"child_inputs\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [4ec] member \"hook\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [4fa] member \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [508] member \"err_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [516] member \"out_stream\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(80)}\n    [524] member \"pstate\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n  [533] const_type\n    type (ref4)\n  [538] structure_type \"argp\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [544] member \"options\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [551] member \"parser\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [55e] member \"args_doc\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [56b] member \"doc\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [577] member \"children\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [584] member \"help_filter\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [591] member \"argp_domain\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [59f] const_type\n    type (ref4)\n  [5a4] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5a9] structure_type \"argp_child\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [5b5] member \"argp\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [5c2] member \"flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [5cf] member \"header\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [5dd] member \"group\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n  [5ec] const_type\n    type (ref4)\n  [5f1] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [5f6] subroutine_type\n    prototyped (flag_present)\n    type (ref4)\n    sibling (ref4)\n    [5ff] formal_parameter\n      type (ref4)\n    [604] formal_parameter\n      type (ref4)\n    [609] formal_parameter\n      type (ref4)\n  [60f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [614] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [619] restrict_type\n    type (ref4)\n  [61e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [623] restrict_type\n    type (ref4)\n  [628] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [62d] typedef \"mode_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [639] structure_type \"timespec\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [645] member \"tv_sec\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [652] member \"tv_nsec\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n  [660] const_type\n    type (ref4)\n  [665] structure_type \"stat\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [671] member \"st_dev\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [67e] member \"st_ino\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [68b] member \"st_nlink\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [698] member \"st_mode\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [6a5] member \"st_uid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(28)}\n    [6b2] member \"st_gid\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [6bf] member \"__pad0\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(36)}\n    [6cc] member \"st_rdev\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [6d9] member \"st_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [6e6] member \"st_blksize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [6f3] member \"st_blocks\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(64)}\n    [700] member \"st_atim\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(72)}\n    [70d] member \"st_mtim\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(88)}\n    [71a] member \"st_ctim\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(104)}\n    [727] member \"__glibc_reserved\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(120)}\n  [735] array_type\n    type (ref4)\n    sibling (ref4)\n    [73e] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [745] typedef \"int32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [751] typedef \"int64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [75d] typedef \"uint8_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [769] typedef \"uint16_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [775] typedef \"uint32_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [781] typedef \"uint64_t\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [78d] base_type \"long long unsigned int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [794] base_type \"long long int\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [79b] typedef \"Elf32_Half\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7a7] const_type\n    type (ref4)\n  [7ac] typedef \"Elf64_Half\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7b8] const_type\n    type (ref4)\n  [7bd] typedef \"Elf32_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7c9] const_type\n    type (ref4)\n  [7ce] typedef \"Elf64_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7da] typedef \"Elf64_Sword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7e6] typedef \"Elf64_Xword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7f2] typedef \"Elf64_Sxword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [7fe] typedef \"Elf64_Addr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [80a] typedef \"Elf32_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [816] const_type\n    type (ref4)\n  [81b] typedef \"Elf64_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [827] const_type\n    type (ref4)\n  [82c] typedef \"Elf64_Section\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [838] array_type\n    type (ref4)\n    sibling (ref4)\n    [841] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [848] structure_type\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [850] member \"e_ident\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [85d] member \"e_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [86a] member \"e_machine\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(18)}\n    [877] member \"e_version\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(20)}\n    [884] member \"e_entry\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [891] member \"e_phoff\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [89e] member \"e_shoff\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [8ab] member \"e_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [8b8] member \"e_ehsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(52)}\n    [8c5] member \"e_phentsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(54)}\n    [8d2] member \"e_phnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n    [8df] member \"e_shentsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(58)}\n    [8ec] member \"e_shnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(60)}\n    [8f9] member \"e_shstrndx\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(62)}\n  [907] typedef \"Elf64_Ehdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [913] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [91b] member \"sh_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [929] member \"sh_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [937] member \"sh_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [945] member \"sh_addr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [953] member \"sh_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [961] member \"sh_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [96f] member \"sh_link\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [97d] member \"sh_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(44)}\n    [98b] member \"sh_addralign\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n    [999] member \"sh_entsize\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(56)}\n  [9a8] typedef \"Elf64_Shdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [9b3] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [9bb] member \"ch_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [9c9] member \"ch_reserved\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [9d7] member \"ch_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [9e5] member \"ch_addralign\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n  [9f4] typedef \"Elf64_Chdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [9ff] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a07] member \"st_name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [a15] member \"st_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [a23] member \"st_other\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(5)}\n    [a31] member \"st_shndx\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(6)}\n    [a3f] member \"st_value\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [a4d] member \"st_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n  [a5c] typedef \"Elf64_Sym\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [a67] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a6f] member \"r_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [a7d] member \"r_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n  [a8c] typedef \"Elf64_Rel\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [a97] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [a9f] member \"r_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [aad] member \"r_info\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [abb] member \"r_addend\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n  [aca] typedef \"Elf64_Rela\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [ad5] structure_type\n    byte_size (data1)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [add] member \"p_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [aeb] member \"p_flags\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(4)}\n    [af9] member \"p_offset\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [b07] member \"p_vaddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [b15] member \"p_paddr\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [b23] member \"p_filesz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n    [b31] member \"p_memsz\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(40)}\n    [b3f] member \"p_align\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(48)}\n  [b4e] typedef \"Elf64_Phdr\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    type (ref4)\n  [b59] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [b64] enumerator \"ELF_T_BYTE\"\n      name (strp)\n      const_value (data1)\n    [b6a] enumerator \"ELF_T_ADDR\"\n      name (strp)\n      const_value (data1)\n    [b70] enumerator \"ELF_T_DYN\"\n      name (strp)\n      const_value (data1)\n    [b76] enumerator \"ELF_T_EHDR\"\n      name (strp)\n      const_value (data1)\n    [b7c] enumerator \"ELF_T_HALF\"\n      name (strp)\n      const_value (data1)\n    [b82] enumerator \"ELF_T_OFF\"\n      name (strp)\n      const_value (data1)\n    [b88] enumerator \"ELF_T_PHDR\"\n      name (strp)\n      const_value (data1)\n    [b8e] enumerator \"ELF_T_RELA\"\n      name (strp)\n      const_value (data1)\n    [b94] enumerator \"ELF_T_REL\"\n      name (strp)\n      const_value (data1)\n    [b9a] enumerator \"ELF_T_SHDR\"\n      name (strp)\n      const_value (data1)\n    [ba0] enumerator \"ELF_T_SWORD\"\n      name (strp)\n      const_value (data1)\n    [ba6] enumerator \"ELF_T_SYM\"\n      name (strp)\n      const_value (data1)\n    [bac] enumerator \"ELF_T_WORD\"\n      name (strp)\n      const_value (data1)\n    [bb2] enumerator \"ELF_T_XWORD\"\n      name (strp)\n      const_value (data1)\n    [bb8] enumerator \"ELF_T_SXWORD\"\n      name (strp)\n      const_value (data1)\n    [bbe] enumerator \"ELF_T_VDEF\"\n      name (strp)\n      const_value (data1)\n    [bc4] enumerator \"ELF_T_VDAUX\"\n      name (strp)\n      const_value (data1)\n    [bca] enumerator \"ELF_T_VNEED\"\n      name (strp)\n      const_value (data1)\n    [bd0] enumerator \"ELF_T_VNAUX\"\n      name (strp)\n      const_value (data1)\n    [bd6] enumerator \"ELF_T_NHDR\"\n      name (strp)\n      const_value (data1)\n    [bdc] enumerator \"ELF_T_SYMINFO\"\n      name (strp)\n      const_value (data1)\n    [be2] enumerator \"ELF_T_MOVE\"\n      name (strp)\n      const_value (data1)\n    [be8] enumerator \"ELF_T_LIB\"\n      name (strp)\n      const_value (data1)\n    [bee] enumerator \"ELF_T_GNUHASH\"\n      name (strp)\n      const_value (data1)\n    [bf4] enumerator \"ELF_T_AUXV\"\n      name (strp)\n      const_value (data1)\n    [bfa] enumerator \"ELF_T_CHDR\"\n      name (strp)\n      const_value (data1)\n    [c00] enumerator \"ELF_T_NHDR8\"\n      name (strp)\n      const_value (data1)\n    [c06] enumerator \"ELF_T_RELR\"\n      name (strp)\n      const_value (data1)\n    [c0c] enumerator \"ELF_T_NUM\"\n      name (strp)\n      const_value (data1)\n  [c13] typedef \"Elf_Type\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c1f] structure_type\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [c27] member \"d_buf\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [c34] member \"d_type\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n    [c41] member \"d_version\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(12)}\n    [c4e] member \"d_size\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(16)}\n    [c5b] member \"d_off\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(24)}\n    [c68] member \"d_align\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(32)}\n  [c76] typedef \"Elf_Data\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [c82] const_type\n    type (ref4)\n  [c87] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [c92] enumerator \"ELF_C_NULL\"\n      name (strp)\n      const_value (data1)\n    [c98] enumerator \"ELF_C_READ\"\n      name (strp)\n      const_value (data1)\n    [c9e] enumerator \"ELF_C_RDWR\"\n      name (strp)\n      const_value (data1)\n    [ca4] enumerator \"ELF_C_WRITE\"\n      name (strp)\n      const_value (data1)\n    [caa] enumerator \"ELF_C_CLR\"\n      name (strp)\n      const_value (data1)\n    [cb0] enumerator \"ELF_C_SET\"\n      name (strp)\n      const_value (data1)\n    [cb6] enumerator \"ELF_C_FDDONE\"\n      name (strp)\n      const_value (data1)\n    [cbc] enumerator \"ELF_C_FDREAD\"\n      name (strp)\n      const_value (data1)\n    [cc2] enumerator \"ELF_C_READ_MMAP\"\n      name (strp)\n      const_value (data1)\n    [cc8] enumerator \"ELF_C_RDWR_MMAP\"\n      name (strp)\n      const_value (data1)\n    [cce] enumerator \"ELF_C_WRITE_MMAP\"\n      name (strp)\n      const_value (data1)\n    [cd4] enumerator \"ELF_C_READ_MMAP_PRIVATE\"\n      name (strp)\n      const_value (data1)\n    [cda] enumerator \"ELF_C_EMPTY\"\n      name (strp)\n      const_value (data1)\n    [ce0] enumerator \"ELF_C_NUM\"\n      name (strp)\n      const_value (data1)\n  [ce7] typedef \"Elf_Cmd\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [cf3] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [cfe] enumerator \"ELF_F_DIRTY\"\n      name (strp)\n      const_value (data1)\n    [d04] enumerator \"ELF_F_LAYOUT\"\n      name (strp)\n      const_value (data1)\n    [d0a] enumerator \"ELF_F_PERMISSIVE\"\n      name (strp)\n      const_value (data1)\n  [d11] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [d1c] enumerator \"ELF_CHF_FORCE\"\n      name (strp)\n      const_value (data1)\n  [d23] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [d2e] enumerator \"ELF_K_NONE\"\n      name (strp)\n      const_value (data1)\n    [d34] enumerator \"ELF_K_AR\"\n      name (strp)\n      const_value (data1)\n    [d3a] enumerator \"ELF_K_COFF\"\n      name (strp)\n      const_value (data1)\n    [d40] enumerator \"ELF_K_ELF\"\n      name (strp)\n      const_value (data1)\n    [d46] enumerator \"ELF_K_NUM\"\n      name (strp)\n      const_value (data1)\n  [d4d] typedef \"Elf_Kind\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d59] typedef \"Elf\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n  [d64] structure_type \"Elf\"\n    name (string)\n    declaration (flag_present)\n  [d69] typedef \"Elf_Scn\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d75] structure_type \"Elf_Scn\"\n    name (strp)\n    declaration (flag_present)\n  [d7a] typedef \"GElf_Half\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d86] typedef \"GElf_Word\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d92] typedef \"GElf_Sword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [d9e] typedef \"GElf_Xword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [daa] typedef \"GElf_Sxword\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [db6] const_type\n    type (ref4)\n  [dbb] typedef \"GElf_Addr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [dc7] typedef \"GElf_Off\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [dd3] typedef \"GElf_Ehdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ddf] typedef \"GElf_Shdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [deb] const_type\n    type (ref4)\n  [df0] typedef \"GElf_Section\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [dfc] typedef \"GElf_Sym\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e08] const_type\n    type (ref4)\n  [e0d] typedef \"GElf_Rel\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e19] typedef \"GElf_Rela\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e25] typedef \"GElf_Phdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e31] typedef \"GElf_Chdr\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [e3d] enumeration_type\n    encoding (implicit_const)\n    byte_size (implicit_const)\n    type (ref4)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [e48] enumerator \"FSETLOCKING_QUERY\"\n      name (strp)\n      const_value (data1)\n    [e4e] enumerator \"FSETLOCKING_INTERNAL\"\n      name (strp)\n      const_value (data1)\n    [e54] enumerator \"FSETLOCKING_BYCALLER\"\n      name (strp)\n      const_value (data1)\n  [e5b] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [e60] restrict_type\n    type (ref4)\n  [e65] const_type\n  [e66] base_type \"__int128\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e6d] base_type \"__int128 unsigned\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e74] base_type \"long double\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e7b] typedef \"Ebl\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    type (ref4)\n  [e86] structure_type \"ebl\"\n    name (string)\n    declaration (flag_present)\n  [e8b] base_type \"_Bool\"\n    byte_size (data1)\n    encoding (data1)\n    name (strp)\n  [e92] const_type\n    type (ref4)\n  [e97] typedef \"Dwelf_Strtab\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [ea3] structure_type \"Dwelf_Strtab\"\n    name (strp)\n    declaration (flag_present)\n  [ea8] typedef \"Dwelf_Strent\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [eb4] structure_type \"Dwelf_Strent\"\n    name (strp)\n    declaration (flag_present)\n  [eb9] subroutine_type\n    prototyped (flag_present)\n    sibling (ref4)\n    [ebe] formal_parameter\n      type (ref4)\n    [ec3] formal_parameter\n      type (ref4)\n  [ec9] variable \"apvh\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [ed8] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [edd] const_type\n    type (ref4)\n  [ee2] variable \"apba__\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    type (ref4)\n    external (flag_present)\n    declaration (flag_present)\n  [ef1] typedef \"GElf_Byte\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n  [efd] variable \"apvh\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x72a8)}\n  [f0d] variable \"apba__\"\n    specification (ref4)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    location (exprloc) {addr(0x72a0)}\n  [f1d] array_type\n    type (ref4)\n    sibling (ref4)\n    [f26] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [f2d] const_type\n    type (ref4)\n  [f32] variable \"options\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6f40)}\n  [f47] array_type\n    type (ref4)\n    sibling (ref4)\n    [f50] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [f57] const_type\n    type (ref4)\n  [f5c] variable \"doc\"\n    name (string)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6c60)}\n  [f72] array_type\n    type (ref4)\n    sibling (ref4)\n    [f7b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [f82] const_type\n    type (ref4)\n  [f87] variable \"args_doc\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6c50)}\n  [f9c] variable \"argp\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x6f00)}\n  [fb1] variable \"debug_fd\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5dd8)}\n  [fc6] variable \"tmp_debug_fname\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5e10)}\n  [fdb] variable \"output_fname\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5e08)}\n  [ff0] variable \"debug_fname\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5e00)}\n  [1005] variable \"debug_fname_embed\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df8)}\n  [101a] variable \"preserve_dates\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df6)}\n  [102f] variable \"remove_comment\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df5)}\n  [1044] variable \"remove_debug\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df4)}\n  [1059] variable \"remove_shdrs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df3)}\n  [106e] variable \"permissive\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df2)}\n  [1083] variable \"reloc_debug\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df1)}\n  [1098] variable \"reloc_debug_only\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5df0)}\n  [10ad] structure_type \"section_pattern\"\n    name (strp)\n    byte_size (data1)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    sibling (ref4)\n    [10b9] member \"pattern\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(0)}\n    [10c6] member \"next\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      data_member_location (data1) {plus_uconst(8)}\n  [10d4] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [10d9] variable \"keep_secs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5de8)}\n  [10ee] variable \"remove_secs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (data1)\n    type (ref4)\n    location (exprloc) {addr(0x5de0)}\n  [1103] subprogram \"pwrite\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1114] formal_parameter\n      type (ref4)\n    [1119] formal_parameter\n      type (ref4)\n    [111e] formal_parameter\n      type (ref4)\n    [1123] formal_parameter\n      type (ref4)\n  [1129] subprogram \"abort\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n  [1132] subprogram \"__assert_fail\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [113e] formal_parameter\n      type (ref4)\n    [1143] formal_parameter\n      type (ref4)\n    [1148] formal_parameter\n      type (ref4)\n    [114d] formal_parameter\n      type (ref4)\n  [1153] subprogram \"gelf_xlatetom\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1163] formal_parameter\n      type (ref4)\n    [1168] formal_parameter\n      type (ref4)\n    [116d] formal_parameter\n      type (ref4)\n    [1172] formal_parameter\n      type (ref4)\n  [1178] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [117d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1182] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1187] subprogram \"strncmp\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1197] formal_parameter\n      type (ref4)\n    [119c] formal_parameter\n      type (ref4)\n    [11a1] formal_parameter\n      type (ref4)\n  [11a7] subprogram \"ebl_reloc_simple_type\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [11b7] formal_parameter\n      type (ref4)\n    [11bc] formal_parameter\n      type (ref4)\n    [11c1] formal_parameter\n      type (ref4)\n  [11c7] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [11cc] subprogram \"elf_compress\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [11dd] formal_parameter\n      type (ref4)\n    [11e2] formal_parameter\n      type (ref4)\n    [11e7] formal_parameter\n      type (ref4)\n  [11ed] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [11f2] subprogram \"gelf_getchdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1202] formal_parameter\n      type (ref4)\n    [1207] formal_parameter\n      type (ref4)\n  [120d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1212] subprogram \"elf_compress_gnu\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1223] formal_parameter\n      type (ref4)\n    [1228] formal_parameter\n      type (ref4)\n    [122d] formal_parameter\n      type (ref4)\n  [1233] subprogram \"ebl_debugscn_p\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1243] formal_parameter\n      type (ref4)\n    [1248] formal_parameter\n      type (ref4)\n  [124e] subprogram \"strrchr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [125f] formal_parameter\n      type (ref4)\n    [1264] formal_parameter\n      type (ref4)\n  [126a] subprogram \"futimens\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [127b] formal_parameter\n      type (ref4)\n    [1280] formal_parameter\n      type (ref4)\n  [1286] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [128b] subprogram \"ebl_closebackend\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1297] formal_parameter\n      type (ref4)\n  [129d] subprogram \"dwelf_strtab_free\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [12a9] formal_parameter\n      type (ref4)\n  [12af] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [12b4] subprogram \"ftruncate\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [12c5] formal_parameter\n      type (ref4)\n    [12ca] formal_parameter\n      type (ref4)\n  [12d0] subprogram \"elf_cntl\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [12e1] formal_parameter\n      type (ref4)\n    [12e6] formal_parameter\n      type (ref4)\n  [12ec] subprogram \"gelf_xlatetof\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [12fc] formal_parameter\n      type (ref4)\n    [1301] formal_parameter\n      type (ref4)\n    [1306] formal_parameter\n      type (ref4)\n    [130b] formal_parameter\n      type (ref4)\n  [1311] subprogram \"unlink\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1322] formal_parameter\n      type (ref4)\n  [1328] subprogram \"crc32_file\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1338] formal_parameter\n      type (ref4)\n    [133d] formal_parameter\n      type (ref4)\n  [1343] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1348] subprogram \"fchmod\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1359] formal_parameter\n      type (ref4)\n    [135e] formal_parameter\n      type (ref4)\n  [1364] subprogram \"rename\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1374] formal_parameter\n      type (ref4)\n    [1379] formal_parameter\n      type (ref4)\n  [137f] subprogram \"elf_update\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1390] formal_parameter\n      type (ref4)\n    [1395] formal_parameter\n      type (ref4)\n  [139b] subprogram \"elf_flagelf\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [13ac] formal_parameter\n      type (ref4)\n    [13b1] formal_parameter\n      type (ref4)\n    [13b6] formal_parameter\n      type (ref4)\n  [13bc] subprogram \"elf_hash\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [13cd] formal_parameter\n      type (ref4)\n  [13d3] subprogram \"gelf_getsym\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [13e3] formal_parameter\n      type (ref4)\n    [13e8] formal_parameter\n      type (ref4)\n    [13ed] formal_parameter\n      type (ref4)\n  [13f3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [13f8] subprogram \"gelf_update_rela\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1408] formal_parameter\n      type (ref4)\n    [140d] formal_parameter\n      type (ref4)\n    [1412] formal_parameter\n      type (ref4)\n  [1418] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [141d] subprogram \"gelf_getrela\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [142d] formal_parameter\n      type (ref4)\n    [1432] formal_parameter\n      type (ref4)\n    [1437] formal_parameter\n      type (ref4)\n  [143d] subprogram \"gelf_update_rel\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [144d] formal_parameter\n      type (ref4)\n    [1452] formal_parameter\n      type (ref4)\n    [1457] formal_parameter\n      type (ref4)\n  [145d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1462] subprogram \"gelf_getrel\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1472] formal_parameter\n      type (ref4)\n    [1477] formal_parameter\n      type (ref4)\n    [147c] formal_parameter\n      type (ref4)\n  [1482] subprogram \"free\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [148e] formal_parameter\n      type (ref4)\n  [1494] subprogram \"gelf_update_sym\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [14a4] formal_parameter\n      type (ref4)\n    [14a9] formal_parameter\n      type (ref4)\n    [14ae] formal_parameter\n      type (ref4)\n  [14b4] subprogram \"gelf_update_symshndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [14c4] formal_parameter\n      type (ref4)\n    [14c9] formal_parameter\n      type (ref4)\n    [14ce] formal_parameter\n      type (ref4)\n    [14d3] formal_parameter\n      type (ref4)\n    [14d8] formal_parameter\n      type (ref4)\n  [14de] subprogram \"dwelf_strent_off\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [14ee] formal_parameter\n      type (ref4)\n  [14f4] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [14f9] subprogram \"elf_getscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [150a] formal_parameter\n      type (ref4)\n    [150f] formal_parameter\n      type (ref4)\n  [1515] subprogram \"dwelf_strtab_finalize\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1525] formal_parameter\n      type (ref4)\n    [152a] formal_parameter\n      type (ref4)\n  [1530] subprogram \"dwelf_strtab_add_len\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1540] formal_parameter\n      type (ref4)\n    [1545] formal_parameter\n      type (ref4)\n    [154a] formal_parameter\n      type (ref4)\n  [1550] subprogram \"dwelf_strtab_add\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1560] formal_parameter\n      type (ref4)\n    [1565] formal_parameter\n      type (ref4)\n  [156b] subprogram \"dwelf_strtab_init\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [157b] formal_parameter\n      type (ref4)\n  [1581] subprogram \"gelf_update_ehdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1591] formal_parameter\n      type (ref4)\n    [1596] formal_parameter\n      type (ref4)\n  [159c] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [15a1] subprogram \"elf_newdata\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15b2] formal_parameter\n      type (ref4)\n  [15b8] subprogram \"gelf_update_shdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15c8] formal_parameter\n      type (ref4)\n    [15cd] formal_parameter\n      type (ref4)\n  [15d3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [15d8] subprogram \"elf_newscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15e9] formal_parameter\n      type (ref4)\n  [15ef] subprogram \"ebl_data_marker_symbol\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [15ff] formal_parameter\n      type (ref4)\n    [1604] formal_parameter\n      type (ref4)\n    [1609] formal_parameter\n      type (ref4)\n  [160f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1614] subprogram \"gelf_getsymshndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1624] formal_parameter\n      type (ref4)\n    [1629] formal_parameter\n      type (ref4)\n    [162e] formal_parameter\n      type (ref4)\n    [1633] formal_parameter\n      type (ref4)\n    [1638] formal_parameter\n      type (ref4)\n  [163e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1643] subprogram \"gelf_fsize\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1653] formal_parameter\n      type (ref4)\n    [1658] formal_parameter\n      type (ref4)\n    [165d] formal_parameter\n      type (ref4)\n    [1662] formal_parameter\n      type (ref4)\n  [1668] subprogram \"ebl_section_strip_p\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1678] formal_parameter\n      type (ref4)\n    [167d] formal_parameter\n      type (ref4)\n    [1682] formal_parameter\n      type (ref4)\n    [1687] formal_parameter\n      type (ref4)\n    [168c] formal_parameter\n      type (ref4)\n  [1692] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1697] subprogram \"elf_nextscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [16a8] formal_parameter\n      type (ref4)\n    [16ad] formal_parameter\n      type (ref4)\n  [16b3] subprogram \"elf_getdata\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [16c4] formal_parameter\n      type (ref4)\n    [16c9] formal_parameter\n      type (ref4)\n  [16cf] subprogram \"elf_strptr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [16e0] formal_parameter\n      type (ref4)\n    [16e5] formal_parameter\n      type (ref4)\n    [16ea] formal_parameter\n      type (ref4)\n  [16f0] subprogram \"gelf_getshdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1700] formal_parameter\n      type (ref4)\n    [1705] formal_parameter\n      type (ref4)\n  [170b] subprogram \"elf_ndxscn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [171c] formal_parameter\n      type (ref4)\n  [1722] subprogram \"xcalloc\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1732] formal_parameter\n      type (ref4)\n    [1737] formal_parameter\n      type (ref4)\n  [173d] subprogram \"elf_getshdrnum\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [174e] formal_parameter\n      type (ref4)\n    [1753] formal_parameter\n      type (ref4)\n  [1759] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [175e] subprogram \"gelf_update_phdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [176e] formal_parameter\n      type (ref4)\n    [1773] formal_parameter\n      type (ref4)\n    [1778] formal_parameter\n      type (ref4)\n  [177e] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1783] subprogram \"gelf_getphdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1793] formal_parameter\n      type (ref4)\n    [1798] formal_parameter\n      type (ref4)\n    [179d] formal_parameter\n      type (ref4)\n  [17a3] subprogram \"gelf_newphdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17b3] formal_parameter\n      type (ref4)\n    [17b8] formal_parameter\n      type (ref4)\n  [17be] subprogram \"gelf_newehdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17ce] formal_parameter\n      type (ref4)\n    [17d3] formal_parameter\n      type (ref4)\n  [17d9] subprogram \"gelf_getclass\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17e9] formal_parameter\n      type (ref4)\n  [17ef] subprogram \"elf_clone\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [17ff] formal_parameter\n      type (ref4)\n    [1804] formal_parameter\n      type (ref4)\n  [180a] subprogram \"elf_getphdrnum\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [181b] formal_parameter\n      type (ref4)\n    [1820] formal_parameter\n      type (ref4)\n  [1826] subprogram \"elf_getshdrstrndx\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1837] formal_parameter\n      type (ref4)\n    [183c] formal_parameter\n      type (ref4)\n  [1842] subprogram \"gelf_getehdr\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1852] formal_parameter\n      type (ref4)\n    [1857] formal_parameter\n      type (ref4)\n  [185d] subprogram \"mkstemp\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [186e] formal_parameter\n      type (ref4)\n  [1874] subprogram \"ebl_openbackend\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1884] formal_parameter\n      type (ref4)\n  [188a] subprogram \"strlen\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [189b] formal_parameter\n      type (ref4)\n  [18a1] subprogram \"__open_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [18b5] formal_parameter\n      type (ref4)\n    [18ba] formal_parameter\n      type (ref4)\n    [18bf] unspecified_parameters\n  [18c1] subprogram \"__open_2\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [18d1] formal_parameter\n      type (ref4)\n    [18d6] formal_parameter\n      type (ref4)\n  [18dc] subprogram \"__open_missing_mode\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [18e2] subprogram \"__open_too_many_args\"\n    external (flag_present)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n  [18e8] subprogram \"elf_errmsg\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [18f9] formal_parameter\n      type (ref4)\n  [18ff] subprogram \"elf_end\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1910] formal_parameter\n      type (ref4)\n  [1916] subprogram \"elf_kind\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1927] formal_parameter\n      type (ref4)\n  [192d] subprogram \"elf_begin\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [193d] formal_parameter\n      type (ref4)\n    [1942] formal_parameter\n      type (ref4)\n    [1947] formal_parameter\n      type (ref4)\n  [194d] subprogram \"close\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [195e] formal_parameter\n      type (ref4)\n  [1964] subprogram \"fstat\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1974] formal_parameter\n      type (ref4)\n    [1979] formal_parameter\n      type (ref4)\n  [197f] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1984] restrict_type\n    type (ref4)\n  [1989] subprogram \"__errno_location\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n  [1995] subprogram \"stat\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [19a5] formal_parameter\n      type (ref4)\n    [19aa] formal_parameter\n      type (ref4)\n  [19b0] subprogram \"__error_alias\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [19c0] formal_parameter\n      type (ref4)\n    [19c5] formal_parameter\n      type (ref4)\n    [19ca] formal_parameter\n      type (ref4)\n    [19cf] unspecified_parameters\n  [19d1] subprogram \"__error_noreturn\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    linkage_name (strp)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [19e1] formal_parameter\n      type (ref4)\n    [19e6] formal_parameter\n      type (ref4)\n    [19eb] formal_parameter\n      type (ref4)\n    [19f0] unspecified_parameters\n  [19f2] subprogram \"xstrdup\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a02] formal_parameter\n      type (ref4)\n  [1a08] subprogram \"xmalloc\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a18] formal_parameter\n      type (ref4)\n  [1a1e] subprogram \"argp_error\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a2a] formal_parameter\n      type (ref4)\n    [1a2f] formal_parameter\n      type (ref4)\n    [1a34] unspecified_parameters\n  [1a36] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [1a3b] restrict_type\n    type (ref4)\n  [1a40] subprogram \"fnmatch\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a50] formal_parameter\n      type (ref4)\n    [1a55] formal_parameter\n      type (ref4)\n    [1a5a] formal_parameter\n      type (ref4)\n  [1a60] subprogram \"elf_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a71] formal_parameter\n      type (ref4)\n  [1a77] subprogram \"exit\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    noreturn (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a84] formal_parameter\n      type (ref4)\n  [1a8a] subprogram \"dcgettext\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1a9a] formal_parameter\n      type (ref4)\n    [1a9f] formal_parameter\n      type (ref4)\n    [1aa4] formal_parameter\n      type (ref4)\n  [1aaa] subprogram \"argp_parse\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1abb] formal_parameter\n      type (ref4)\n    [1ac0] formal_parameter\n      type (ref4)\n    [1ac5] formal_parameter\n      type (ref4)\n    [1aca] formal_parameter\n      type (ref4)\n    [1acf] formal_parameter\n      type (ref4)\n    [1ad4] formal_parameter\n      type (ref4)\n  [1ada] subprogram \"textdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1aea] formal_parameter\n      type (ref4)\n  [1af0] subprogram \"bindtextdomain\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b00] formal_parameter\n      type (ref4)\n    [1b05] formal_parameter\n      type (ref4)\n  [1b0b] subprogram \"setlocale\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b1b] formal_parameter\n      type (ref4)\n    [1b20] formal_parameter\n      type (ref4)\n  [1b26] subprogram \"__fsetlocking\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b36] formal_parameter\n      type (ref4)\n    [1b3b] formal_parameter\n      type (ref4)\n  [1b41] subprogram \"print_version\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    declaration (flag_present)\n    sibling (ref4)\n    [1b4d] formal_parameter\n      type (ref4)\n    [1b52] formal_parameter\n      type (ref4)\n  [1b58] subprogram \"cleanup_debug\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n  [1b62] subprogram \"handle_elf\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [1b71] formal_parameter \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1b7c] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1b88] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1b94] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1ba0] formal_parameter \"mode\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bac] formal_parameter \"tvp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bb8] variable \"prefix_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bc4] variable \"fname_len\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bd0] variable \"fullname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bdc] variable \"cp\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1be7] variable \"debugelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bf3] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1bff] variable \"shdridx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c0b] variable \"lastsec_offset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c17] variable \"lastsec_size\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c23] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1c2f] structure_type \"shdr_info\"\n      name (strp)\n      byte_size (data1)\n      decl_file (data1)\n      decl_line (data2)\n      decl_column (data1)\n      sibling (ref4)\n      [1c3d] member \"scn\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(0)}\n      [1c4a] member \"shdr\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(8)}\n      [1c58] member \"data\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(72)}\n      [1c66] member \"debug_data\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(80)}\n      [1c74] member \"name\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(88)}\n      [1c82] member \"idx\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(96)}\n      [1c8f] member \"old_sh_link\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(100)}\n      [1c9d] member \"symtab_idx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(104)}\n      [1cab] member \"version_idx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(108)}\n      [1cb9] member \"group_idx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(112)}\n      [1cc7] member \"group_cnt\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(116)}\n      [1cd5] member \"newscn\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(120)}\n      [1ce3] member \"se\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(128)}\n      [1cef] member \"newsymidx\"\n        name (strp)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        data_member_location (data1) {plus_uconst(136)}\n    [1cfe] variable \"shdr_info\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d0a] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d16] variable \"cnt\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d22] variable \"idx\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d2e] variable \"changes\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d3a] variable \"newehdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d46] variable \"newehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d52] variable \"debugehdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d5e] variable \"debugehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d6a] variable \"shst\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d76] variable \"debuglink_crc_data\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d82] variable \"any_symtab_changes\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d8e] variable \"shstrtab_data\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1d9a] variable \"debuglink_buf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1da6] variable \"ebl\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1db2] label \"fail\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1db9] variable \"ehdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1dc5] variable \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1dd1] variable \"phnum\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1ddd] variable \"newelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1de9] label \"fail_close\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1df0] label \"done\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1df7] variable \"shnum\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e03] label \"illformed\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (implicit_const)\n    [1e0a] variable \"seen_allocated\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e16] variable \"seen_unallocated\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e22] variable \"mixed_allocated_unallocated\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e2e] variable \"removing_sections\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e3a] variable \"lastoffset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e46] variable \"offsize\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [1e52] variable \"__PRETTY_FUNCTION__\"\n      name (strp)\n      type (ref4)\n      artificial (flag_present)\n    [1e5b] lexical_block\n      sibling (ref4)\n      [1e60] variable \"debug_fname_len\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1e6d] lexical_block\n      sibling (ref4)\n      [1e72] variable \"phdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1e7e] variable \"phdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1e8b] lexical_block\n      sibling (ref4)\n      [1e90] variable \"phdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1e9c] variable \"phdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1ea9] lexical_block\n      sibling (ref4)\n      [1eae] variable \"grpref\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1eba] variable \"inner\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1ec7] lexical_block\n      sibling (ref4)\n      [1ecc] variable \"is_comdat\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1ed9] lexical_block\n      sibling (ref4)\n      [1ede] variable \"grpref\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1eea] lexical_block\n        [1eeb] variable \"in\"\n          name (string)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [1ef8] lexical_block\n      sibling (ref4)\n      [1efd] variable \"symdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f09] variable \"xndxdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f15] variable \"elsize\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f21] lexical_block\n        [1f22] variable \"inner\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1f2e] lexical_block\n          [1f2f] variable \"sym_mem\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [1f3b] variable \"xndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [1f47] variable \"sym\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [1f53] variable \"scnidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n    [1f62] lexical_block\n      sibling (ref4)\n      [1f67] variable \"shdr_indices\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f73] variable \"n\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1f7d] lexical_block\n        [1f7e] variable \"j\"\n          name (string)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1f88] lexical_block\n          [1f89] variable \"i\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n    [1f96] lexical_block\n      sibling (ref4)\n      [1f9b] variable \"shdrstrndx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1fa7] lexical_block\n        [1fa8] variable \"discard_section\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1fb4] variable \"debugshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [1fc0] variable \"debugdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [1fce] lexical_block\n      sibling (ref4)\n      [1fd3] variable \"debug_basename\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1fdf] variable \"crc_offset\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [1fec] lexical_block\n      sibling (ref4)\n      [1ff1] variable \"newdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [1ffd] variable \"sh_link\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2009] lexical_block\n        sibling (ref4)\n        [200e] variable \"grpref\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [201a] lexical_block\n          [201b] variable \"inner\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n      [2029] lexical_block\n        sibling (ref4)\n        [202e] variable \"versiondata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [203a] variable \"shndxdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2046] variable \"elsize\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2052] variable \"last_was_local\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [205e] variable \"destidx\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [206a] variable \"inner\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2076] lexical_block\n          [2077] variable \"sec\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2083] variable \"sym_mem\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [208f] variable \"xshndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [209b] variable \"sym\"\n            name (string)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [20a7] variable \"sidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [20b3] lexical_block\n            [20b4] variable \"nshndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [20c0] variable \"nxshndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n      [20cf] lexical_block\n        [20d0] variable \"filesz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [20de] lexical_block\n      sibling (ref4)\n      [20e3] variable \"filesz\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [20f0] lexical_block\n      sibling (ref4)\n      [20f5] variable \"info\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2101] variable \"symtabidx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [210d] variable \"newsymidx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2119] lexical_block\n        [211a] variable \"d\"\n          name (string)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2124] variable \"nrels\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2130] variable \"symsize\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [213c] variable \"symidxn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2148] variable \"symd\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2154] variable \"hashd\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2160] variable \"symz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [216c] variable \"syms\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2178] variable \"verd\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2184] variable \"verstab\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2190] variable \"elsize\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [219c] variable \"vers\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21a8] variable \"shdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21b4] variable \"shdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21c0] variable \"symsz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21cc] variable \"symn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [21d8] lexical_block\n          sibling (ref4)\n          [21dd] variable \"relidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [21e9] lexical_block\n            [21ea] variable \"rel_mem\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [21f6] variable \"symidx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n        [2204] lexical_block\n          sibling (ref4)\n          [2209] variable \"relidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2215] lexical_block\n            [2216] variable \"rel_mem\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [2222] variable \"symidx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n        [2230] lexical_block\n          sibling (ref4)\n          [2235] variable \"bucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2241] variable \"strshndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [224d] variable \"elsize\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2259] variable \"nchain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2265] variable \"nbucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2271] variable \"used_buf\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [227d] variable \"chain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2289] variable \"n_size\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2295] lexical_block\n            [2296] variable \"inner\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [22a2] lexical_block\n              [22a3] variable \"sym_mem\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [22af] variable \"sym\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [22bb] variable \"name\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [22c7] variable \"hidx\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n        [22d6] lexical_block\n          sibling (ref4)\n          [22db] variable \"bucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [22e7] variable \"strshndx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [22f3] variable \"elsize\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [22ff] variable \"nbucket\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [230b] variable \"nchain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2317] variable \"maxwords\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [2323] variable \"chain\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [232f] variable \"n_size\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n          [233b] lexical_block\n            [233c] variable \"inner\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [2348] lexical_block\n              [2349] variable \"sym_mem\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [2355] variable \"sym\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [2361] variable \"name\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n              [236d] variable \"hidx\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n        [237c] lexical_block\n          [237d] variable \"inner\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n    [238c] lexical_block\n      sibling (ref4)\n      [2391] variable \"debug_crc\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [239d] variable \"debug_crc_data\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [23aa] lexical_block\n      sibling (ref4)\n      [23af] variable \"zero_off\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [23bb] variable \"zero\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [23c8] lexical_block\n      [23c9] variable \"zero_off\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [23d5] variable \"zero\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [23e3] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [23e8] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [23ed] array_type\n    type (ref4)\n    sibling (ref4)\n    [23f6] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [23fd] const_type\n    type (ref4)\n  [2402] array_type\n    type (ref4)\n    sibling (ref4)\n    [240b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2412] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2417] const_type\n    type (ref4)\n  [241c] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2421] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [2426] array_type\n    type (ref4)\n    sibling (ref4)\n    [242f] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2436] array_type\n    type (ref4)\n    sibling (ref4)\n    [243f] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2446] subprogram \"update_section_size\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [2454] formal_parameter \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2460] formal_parameter \"newdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [246c] formal_parameter \"debugelf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2478] formal_parameter \"cnt\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2484] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2490] variable \"shdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [249c] variable \"shdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [24a8] lexical_block\n      [24a9] variable \"debugdata\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [24b5] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [24c6] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n        [24cc] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n      [24d3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [24e0] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n  [24e8] subprogram \"handle_debug_relocs\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [24f7] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2503] formal_parameter \"ebl\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [250f] formal_parameter \"new_elf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [251b] formal_parameter \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2527] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2533] formal_parameter \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [253f] formal_parameter \"last_offset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [254b] formal_parameter \"last_size\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2557] variable \"lastoffset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [2563] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [256f] lexical_block\n      sibling (ref4)\n      [2574] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2580] variable \"new_scn\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [258c] variable \"data\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [2598] lexical_block\n        sibling (ref4)\n        [259d] variable \"new_data\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n      [25aa] lexical_block\n        [25ab] variable \"filesz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n    [25b9] lexical_block\n      [25ba] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [25c6] lexical_block\n        [25c7] variable \"filesz\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [25d6] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [25db] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [25e0] subprogram \"process_file\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2601] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5b20,5b48) {reg5}\n            [5b48,5cd9) {reg6}\n            [5cd9,5cde) {entry_value(1) {reg5}, stack_value}\n            [5cde,5dd7) {reg6}\n      GNU_locviews (sec_offset)\n    [2615] variable \"pre_st\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-352)}\n    [2625] variable \"tv\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-384)}\n    [2634] label \"again\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      low_pc (addr)\n    [2644] variable \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5b6d,5b81) {reg0}\n            [5b81,5bb8) {reg3}\n            [5bee,5cb6) {reg3}\n            [5cde,5ce4) {reg3}\n            [5d6b,5d77) {reg3}\n            [5db3,5dc1) {reg0}\n            [5dc6,5dd7) {reg3}\n      GNU_locviews (sec_offset)\n    [2657] variable \"st\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-208)}\n    [2666] variable \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5c14,5c18) {reg0}\n            [5c18,5cb6) {reg12}\n            [5cde,5cef) {reg12}\n            [5d6b,5d77) {reg12}\n            [5dc6,5dd7) {reg12}\n      GNU_locviews (sec_offset)\n    [267a] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5c53,5c55) {reg0}\n            [5ca3,5ca3) {lit1, stack_value}\n            [5ca3,5cb6) {reg13}\n            [5cde,5d6b) {reg13}\n      GNU_locviews (sec_offset)\n    [268e] inlined_subroutine \"open\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [26a8] formal_parameter \"__path\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5b48,5b6d) {reg6}\n        GNU_locviews (sec_offset)\n      [26b5] formal_parameter \"__oflag\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5b48,5b67) {addr(0x5e08), deref, lit0, eq, const1u(255), and, lit1, shl, stack_value}\n        GNU_locviews (sec_offset)\n      [26c2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [26cf] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n    [26d7] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [26fd] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5c92,5ca3) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [270a] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5c92,5ca3) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2717] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5c92,5c9e) {reg0}\n              [5c9e,5ca2) {reg1}\n        GNU_locviews (sec_offset)\n      [2724] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2731] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [2736] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [273b] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg6(0)}\n    [2743] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2769] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [2788] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [2799] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [27a0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [27b1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [27b8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [27c5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n    [27ce] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [27f4] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d45,5d6b) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [2801] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d45,5d6b) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [280e] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d45,5d66) {reg0}\n              [5d66,5d6a) {reg1}\n        GNU_locviews (sec_offset)\n      [281b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [2828] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [282d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [2832] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg6(0)}\n        [2838] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {const2u(841)}\n        [283f] call_site_parameter\n          location (exprloc) {reg9}\n          call_value (exprloc) {addr(0x5e78)}\n    [284e] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [2874] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d9d,5dae) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [2881] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d9d,5da9) {breg0(0)}\n              [5da9,5dad) {reg4}\n        GNU_locviews (sec_offset)\n      [288e] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5d9d,5dae) {reg3}\n        GNU_locviews (sec_offset)\n      [289b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [28a8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [28ad] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [28b3] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg6(0)}\n    [28bb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28cc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [28d2] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-208)}\n    [28da] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [28eb] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [28f2] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2903] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg6(0)}\n      [2909] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg12(0)}\n    [2910] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2921] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [2927] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [292d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [293e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg12(0)}\n    [2945] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2956] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [295c] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg12(0)}\n      [2962] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg6(0)}\n      [2968] call_site_parameter\n        call_parameter (ref4)\n        call_value (exprloc) {lit0}\n    [2970] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2981] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [298f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29a0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg12(0)}\n    [29a7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29b8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [29bf] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29d0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [29d7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [29e8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [29f5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [2a02] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [2a08] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [2a19] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [2a27] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [2a34] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [2a42] array_type\n    type (ref4)\n    sibling (ref4)\n    [2a4b] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [2a52] subprogram \"remove_debug_relocations\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data2)\n    decl_column (data1)\n    prototyped (flag_present)\n    ranges (sec_offset)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [2a65] formal_parameter \"ebl\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg5}\n            [5dc,156f) {fbreg(-648)}\n            [6c83,6ce5) {fbreg(-648)}\n      GNU_locviews (sec_offset)\n    [2a79] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg4}\n            [5dc,156f) {entry_value(1) {reg4}, stack_value}\n            [6c83,6ce5) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [2a8d] formal_parameter \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg1}\n            [5dc,156f) {fbreg(-536)}\n            [6c83,6ce5) {fbreg(-536)}\n      GNU_locviews (sec_offset)\n    [2aa1] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg2}\n            [5dc,156f) {entry_value(1) {reg2}, stack_value}\n            [6c83,6ce5) {entry_value(1) {reg2}, stack_value}\n      GNU_locviews (sec_offset)\n    [2ab5] formal_parameter \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [590,5dc) {reg8}\n            [5dc,156f) {fbreg(-560)}\n            [6c83,6ce5) {fbreg(-560)}\n      GNU_locviews (sec_offset)\n    [2ac9] variable \"scn\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [5dc,5f1) {reg6}\n            [5f1,603) {reg0}\n            [603,7dc) {reg6}\n            [9a7,9c1) {reg0}\n            [9c1,9d0) {reg6}\n            [bcb,be3) {reg6}\n            [e91,eb5) {reg6}\n            [eb5,f10) {fbreg(-664)}\n            [f72,fda) {reg6}\n            [fda,fed) {fbreg(-664)}\n            [124c,127d) {reg6}\n            [1291,12d7) {reg6}\n            [131c,13f4) {reg6}\n      GNU_locviews (sec_offset)\n    [2add] label \"relocate_failed\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      low_pc (addr)\n    [2aed] lexical_block\n      ranges (sec_offset)\n      sibling (ref4)\n      [2af6] variable \"shdr_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (exprloc) {fbreg(-400)}\n      [2b06] variable \"shdr\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [60a,60f) {reg0}\n              [60f,628) {reg2}\n              [628,73c) {fbreg(-664)}\n              [bcb,be3) {fbreg(-664)}\n              [f72,fda) {fbreg(-664)}\n              [124c,12d7) {fbreg(-664)}\n        GNU_locviews (sec_offset)\n      [2b1a] lexical_block\n        ranges (sec_offset)\n        sibling (ref4)\n        [2b23] variable \"tscn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [639,63d) {reg0}\n                [63d,9a7) {fbreg(-600)}\n                [9d9,131c) {fbreg(-600)}\n                [1321,156f) {fbreg(-600)}\n                [6c83,6ce5) {fbreg(-600)}\n          GNU_locviews (sec_offset)\n        [2b37] variable \"tshdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (exprloc) {fbreg(-336)}\n        [2b47] variable \"tshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [63e,66f) {reg0}\n          GNU_locviews (sec_offset)\n        [2b5b] variable \"tname\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [676,688) {reg0}\n                [688,70e) {reg3}\n                [bcb,be3) {reg3}\n                [f72,fb9) {reg3}\n                [124c,1271) {reg3}\n          GNU_locviews (sec_offset)\n        [2b6f] variable \"reldata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [6aa,6cd) {reg0}\n                [6cd,9a7) {fbreg(-672)}\n                [9d9,124c) {fbreg(-672)}\n                [124c,1259) {reg0}\n                [1259,131c) {fbreg(-672)}\n                [1321,156f) {fbreg(-672)}\n                [6c83,6ce5) {fbreg(-672)}\n          GNU_locviews (sec_offset)\n        [2b83] variable \"tchdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (exprloc) {fbreg(-496)}\n        [2b93] variable \"tcompress_type\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [6ba,70e) {lit0, stack_value}\n                [70e,730) {reg3}\n                [73c,9a7) {fbreg(-548)}\n                [9d9,bcb) {fbreg(-548)}\n                [bcb,be3) {lit0, stack_value}\n                [be3,f72) {fbreg(-548)}\n                [f72,fda) {lit0, stack_value}\n                [fda,106e) {fbreg(-548)}\n                [1082,124c) {fbreg(-548)}\n                [1291,12b6) {reg3}\n                [12d7,131c) {fbreg(-548)}\n                [1321,156f) {fbreg(-548)}\n                [6c83,6ce5) {fbreg(-548)}\n          GNU_locviews (sec_offset)\n        [2ba7] variable \"is_gnu_compressed\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [6ba,730) {lit0, stack_value}\n                [73c,9a7) {fbreg(-549)}\n                [9d9,bcb) {fbreg(-549)}\n                [bcb,be3) {lit0, stack_value}\n                [be3,f72) {fbreg(-549)}\n                [f72,f72) {lit0, stack_value}\n                [f72,fda) {lit1, stack_value}\n                [fda,106e) {fbreg(-549)}\n                [1082,124c) {fbreg(-549)}\n                [1291,12d7) {lit0, stack_value}\n                [12d7,131c) {fbreg(-549)}\n                [1321,156f) {fbreg(-549)}\n                [6c83,6ce5) {fbreg(-549)}\n          GNU_locviews (sec_offset)\n        [2bbb] variable \"tdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [749,77a) {reg0}\n                [77a,9a7) {fbreg(-576)}\n                [9d9,bcb) {fbreg(-576)}\n                [be3,f72) {fbreg(-576)}\n                [fda,106e) {fbreg(-576)}\n                [1082,124c) {fbreg(-576)}\n                [12d7,131c) {fbreg(-576)}\n                [1321,1331) {reg0}\n                [1331,156f) {fbreg(-576)}\n                [6c83,6ce5) {fbreg(-576)}\n          GNU_locviews (sec_offset)\n        [2bcf] variable \"symt\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [76b,77a) {breg2(40)}\n          GNU_locviews (sec_offset)\n        [2be3] variable \"symdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [7b3,7bb) {reg0}\n                [7bb,9a7) {fbreg(-608)}\n                [9d9,bcb) {fbreg(-608)}\n                [be3,f72) {fbreg(-608)}\n                [fda,106e) {fbreg(-608)}\n                [1082,124c) {fbreg(-608)}\n                [12d7,131c) {fbreg(-608)}\n                [13f4,156f) {fbreg(-608)}\n                [6c83,6ce5) {fbreg(-608)}\n          GNU_locviews (sec_offset)\n        [2bf7] variable \"xndxdata\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [7e5,9a7) {fbreg(-584)}\n                [9d9,bcb) {fbreg(-584)}\n                [be3,e91) {fbreg(-584)}\n                [f10,f72) {fbreg(-584)}\n                [fed,106e) {fbreg(-584)}\n                [1082,124c) {fbreg(-584)}\n                [12d7,131c) {fbreg(-584)}\n                [13f4,156f) {fbreg(-584)}\n                [6c83,6ce5) {fbreg(-584)}\n          GNU_locviews (sec_offset)\n        [2c0b] variable \"symscn\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [789,78d) {reg0}\n                [78d,7dc) {reg3}\n                [e91,eb0) {reg3}\n                [136e,139a) {reg3}\n                [13b3,13e0) {reg3}\n          GNU_locviews (sec_offset)\n        [2c1f] variable \"symshdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (exprloc) {fbreg(-272)}\n        [2c2f] variable \"symshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [78e,7aa) {reg0}\n                [136e,137b) {reg0}\n                [13b3,13c0) {reg0}\n          GNU_locviews (sec_offset)\n        [2c43] variable \"nrels\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [802,81d) {breg0(0), convert{long unsigned int,unsigned,64@[2f]}, breg4(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n                [81d,825) {reg0}\n                [825,9a7) {fbreg(-656)}\n                [9d9,bcb) {fbreg(-656)}\n                [be3,c6c) {fbreg(-656)}\n                [d12,e91) {fbreg(-656)}\n                [fed,106e) {fbreg(-656)}\n                [1082,124c) {fbreg(-656)}\n                [147e,156f) {fbreg(-656)}\n                [6c83,6ce5) {fbreg(-656)}\n          GNU_locviews (sec_offset)\n        [2c57] variable \"next\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [802,85e) {lit0, stack_value}\n                [85e,9a7) {reg15}\n                [9d9,bcb) {reg15}\n                [be3,c5a) {reg15}\n                [c5a,c5f) {reg0}\n                [c5f,c6c) {fbreg(-632)}\n                [d12,d57) {reg15}\n                [d57,d5c) {breg14(-1), stack_value}\n                [d5c,e91) {reg15}\n                [fed,106e) {reg15}\n                [1082,124c) {reg15}\n                [147e,156f) {reg15}\n                [6c83,6ce5) {reg15}\n          GNU_locviews (sec_offset)\n        [2c6b] variable \"is_rela\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n          location (sec_offset)\n                [802,85e) {breg2(4), deref_size(4), lit4, eq, stack_value}\n                [85e,9a7) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [9d9,bcb) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [be3,c6c) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [d12,e91) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [fed,106e) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [1082,124c) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [147e,156f) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                [6c83,6ce5) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n          GNU_locviews (sec_offset)\n        [2c7f] variable \"ei_data\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [2c8b] lexical_block\n          ranges (sec_offset)\n          sibling (ref4)\n          [2c94] variable \"relidx\"\n            name (strp)\n            decl_file (implicit_const)\n            decl_line (data2)\n            decl_column (data1)\n            type (ref4)\n            location (sec_offset)\n                  [802,85e) {lit0, stack_value}\n                  [85e,9a7) {reg14}\n                  [9d9,bcb) {reg14}\n                  [be3,c30) {reg14}\n                  [c30,c6c) {reg14}\n                  [d12,d54) {reg14}\n                  [d5c,e91) {reg14}\n                  [fed,106e) {reg14}\n                  [1082,124c) {reg14}\n                  [147e,156f) {reg14}\n                  [6c83,6ce5) {reg14}\n            GNU_locviews (sec_offset)\n          [2ca8] lexical_block\n            ranges (sec_offset)\n            [2cad] variable \"rtype\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [891,8c2) {reg4}\n                    [a6e,a83) {reg4}\n              GNU_locviews (sec_offset)\n            [2cc1] variable \"symndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [891,89e) {breg6(0), const1u(32), shr, stack_value}\n                    [89e,8a6) {reg6}\n                    [a6e,a77) {breg6(0), const1u(32), shr, stack_value}\n                    [a77,a83) {reg6}\n              GNU_locviews (sec_offset)\n            [2cd5] variable \"offset\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [889,8a6) {breg0(0)}\n                    [a66,a7a) {breg0(0)}\n                    [a7a,a83) {breg3(0)}\n              GNU_locviews (sec_offset)\n            [2ce9] variable \"addend\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [889,8a6) {lit0, stack_value}\n                    [a66,a7a) {breg0(16)}\n                    [a7a,a83) {breg3(16)}\n              GNU_locviews (sec_offset)\n            [2cfd] variable \"mem\"\n              name (string)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-464)}\n            [2d0d] variable \"rel_p\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [891,8a6) {reg0}\n                    [a6e,a7a) {reg0}\n                    [a7a,a83) {reg3}\n              GNU_locviews (sec_offset)\n            [2d21] variable \"addsub\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-512)}\n            [2d31] variable \"type\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [8c9,8ef) {reg0}\n                    [8ef,9a7) {reg12}\n                    [9d9,a0c) {reg12}\n                    [a23,a39) {reg12}\n                    [a83,bcb) {reg12}\n                    [be3,c3b) {reg12}\n                    [d12,e91) {reg12}\n                    [1082,10ba) {reg12}\n                    [1140,114e) {reg12}\n                    [11c6,11d4) {reg12}\n                    [147e,148d) {reg12}\n                    [148d,14cc) {fbreg(-592)}\n                    [14cc,14db) {reg12}\n                    [14db,151a) {fbreg(-592)}\n                    [151a,1529) {reg12}\n                    [156f,156f) {reg12}\n                    [6c83,6ce5) {reg12}\n              GNU_locviews (sec_offset)\n            [2d45] variable \"sym_mem\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-432)}\n            [2d55] variable \"xndx\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (exprloc) {fbreg(-508)}\n            [2d65] variable \"sym\"\n              name (string)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [8f6,915) {reg0}\n                    [915,9a7) {reg6}\n                    [a83,bcb) {reg6}\n                    [be3,c30) {reg6}\n                    [d12,d4c) {reg6}\n                    [d5c,e91) {reg6}\n                    [1082,10ba) {reg6}\n                    [11c6,11eb) {reg0}\n                    [147e,156f) {reg6}\n                    [6c83,6ce5) {reg6}\n              GNU_locviews (sec_offset)\n            [2d79] variable \"sec\"\n              name (string)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n            [2d85] variable \"dbg_scn\"\n              name (strp)\n              decl_file (implicit_const)\n              decl_line (data2)\n              decl_column (data1)\n              type (ref4)\n              location (sec_offset)\n                    [982,9a2) {reg0}\n              GNU_locviews (sec_offset)\n            [2d99] lexical_block\n              ranges (sec_offset)\n              sibling (ref4)\n              [2da2] variable \"r\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n                location (sec_offset)\n                      [a60,a7a) {reg0}\n                      [a7a,a83) {reg3}\n                      [10ba,10df) {reg0}\n                GNU_locviews (sec_offset)\n              [2db4] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2dce] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (implicit_const)\n                  call_column (implicit_const)\n                  [2ded] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2dfe] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2e05] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2e16] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2e1d] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    [2e2a] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg6(0)}\n              [2e33] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2e59] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1129,1140) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [2e66] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1129,1140) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [2e73] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1129,1140) {reg0}\n                  GNU_locviews (sec_offset)\n              [2e81] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [2e92] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-672), deref}\n                [2e9a] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-664), deref}\n              [2ea3] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [2eb4] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [2ebb] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [2ec8] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [2ed5] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [2ee2] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n            [2ee9] lexical_block\n              ranges (sec_offset)\n              sibling (ref4)\n              [2ef2] variable \"r\"\n                name (string)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n                location (sec_offset)\n                      [883,8a6) {reg0}\n                      [fed,1012) {reg0}\n                GNU_locviews (sec_offset)\n              [2f04] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2f1e] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (implicit_const)\n                  call_column (implicit_const)\n                  [2f3d] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2f4e] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2f55] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [2f66] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [2f6d] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    [2f7a] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg6(0)}\n              [2f83] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [2fa9] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [105c,106e) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [2fb6] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [105c,106e) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [2fc3] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [105c,106e) {reg0}\n                  GNU_locviews (sec_offset)\n              [2fd1] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [2fe2] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-672), deref}\n                [2fea] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-664), deref}\n              [2ff3] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3004] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [300b] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [3018] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [3025] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [3032] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n            [3039] lexical_block\n              ranges (sec_offset)\n              sibling (ref4)\n              [3042] variable \"updated\"\n                name (strp)\n                decl_file (implicit_const)\n                decl_line (data2)\n                decl_column (data1)\n                type (ref4)\n                location (sec_offset)\n                      [a00,a0c) {reg0}\n                      [a2d,a39) {reg0}\n                      [1140,1165) {reg0}\n                GNU_locviews (sec_offset)\n              [3056] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [3070] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (implicit_const)\n                  call_column (implicit_const)\n                  [308f] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [30a0] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [30a7] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    sibling (ref4)\n                    [30b8] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg3(0)}\n                  [30bf] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                    [30cc] call_site_parameter\n                      location (exprloc) {reg5}\n                      call_value (exprloc) {breg6(0)}\n              [30d5] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [30fb] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [11af,11c6) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [3108] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [11af,11c6) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [3115] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [11af,11c6) {reg0}\n                  GNU_locviews (sec_offset)\n              [3123] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3134] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-672), deref}\n                [313c] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg15(0)}\n                [3142] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {breg3(0)}\n              [3149] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n              [3156] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3167] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [316e] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [317b] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [3188] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [3195] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n            [319c] inlined_subroutine \"secndx_name\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              ranges (sec_offset)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [31b6] formal_parameter \"elf\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [909,915) {reg5}\n                      [915,978) {fbreg(-640)}\n                      [d3b,d4c) {fbreg(-640)}\n                GNU_locviews (sec_offset)\n              [31c3] formal_parameter \"ndx\"\n                abstract_origin (ref4)\n              [31c8] variable \"shstrndx\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-208)}\n              [31d1] variable \"mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-144)}\n              [31da] variable \"sec\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [916,92d) {reg0}\n                GNU_locviews (sec_offset)\n              [31e7] variable \"shdr\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [92e,94a) {reg0}\n                      [94a,978) {fbreg(-592)}\n                GNU_locviews (sec_offset)\n              [31f4] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3205] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n              [320e] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [321f] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-624), deref}\n              [3228] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3239] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n                [3241] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-616), deref}\n              [324a] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [3257] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n            [3261] inlined_subroutine \"relocate\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              ranges (sec_offset)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [327b] formal_parameter \"elf\"\n                abstract_origin (ref4)\n              [3280] formal_parameter \"offset\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                      [a83,b16) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                      [b8a,bcb) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                      [1082,10ba) {breg13(0), const1u(32), shl, const1u(32), shra, stack_value}\n                GNU_locviews (sec_offset)\n              [328d] formal_parameter \"addend\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [a83,bcb) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [be3,beb) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [d12,d21) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [d5c,d73) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [e2e,e43) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [e75,e82) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                      [1082,10ba) {fbreg(-632), deref_size(4), const1u(32), shl, const1u(32), shra, stack_value}\n                GNU_locviews (sec_offset)\n              [329a] formal_parameter \"tdata\"\n                abstract_origin (ref4)\n              [329f] formal_parameter \"ei_data\"\n                abstract_origin (ref4)\n              [32a4] formal_parameter \"fname\"\n                abstract_origin (ref4)\n              [32a9] formal_parameter \"is_rela\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [a83,bcb) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [be3,c30) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [d12,d3b) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [d5c,e91) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [1082,10ba) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [147e,156f) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                      [6c83,6ce5) {fbreg(-568), deref_size(4), lit4, eq, stack_value}\n                GNU_locviews (sec_offset)\n              [32b6] formal_parameter \"sym\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {reg6}\n                      [a83,bcb) {reg6}\n                      [be3,c30) {reg6}\n                      [d12,d3b) {reg6}\n                      [d5c,e91) {reg6}\n                      [1082,10ba) {reg6}\n                      [147e,156f) {reg6}\n                      [6c83,6ce5) {reg6}\n                GNU_locviews (sec_offset)\n              [32c3] formal_parameter \"addsub\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {reg8}\n                      [a83,bcb) {reg8}\n                      [be3,beb) {reg8}\n                      [d12,d21) {reg8}\n                      [d5c,d81) {reg8}\n                      [d81,e2e) {fbreg(-632)}\n                      [e2e,e51) {reg8}\n                      [e51,e75) {fbreg(-632)}\n                      [e75,e82) {reg8}\n                      [1082,1090) {reg8}\n                      [147e,151a) {fbreg(-632)}\n                      [156f,156f) {fbreg(-632)}\n                      [6c83,6ca2) {fbreg(-632)}\n                      [6cc6,6ce5) {fbreg(-632)}\n                GNU_locviews (sec_offset)\n              [32d0] formal_parameter \"type\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [992,9a7) {reg12}\n                      [a83,bcb) {reg12}\n                      [be3,c30) {reg12}\n                      [d12,d3b) {reg12}\n                      [d5c,e91) {reg12}\n                      [1082,10ba) {reg12}\n                      [147e,148d) {reg12}\n                      [148d,14cc) {fbreg(-592)}\n                      [14cc,14db) {reg12}\n                      [14db,151a) {fbreg(-592)}\n                      [151a,1529) {reg12}\n                      [156f,156f) {reg12}\n                      [6c83,6ce5) {reg12}\n                GNU_locviews (sec_offset)\n              [32dd] variable \"size\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [a83,a99) {lit8, stack_value}\n                      [a99,b8a) {reg1}\n                      [b8a,ba5) {lit4, stack_value}\n                      [ba5,bb9) {lit2, stack_value}\n                      [bb9,bcb) {lit1, stack_value}\n                      [be3,beb) {reg1}\n                      [d12,d1f) {reg1}\n                      [d1f,d21) {fbreg(-192)}\n                      [d5c,d6e) {reg1}\n                      [d6e,d81) {fbreg(-192)}\n                      [e2e,e3e) {reg1}\n                      [e3e,e51) {fbreg(-192)}\n                      [e75,e80) {reg1}\n                      [e80,e82) {fbreg(-192)}\n                      [1082,1090) {reg1}\n                GNU_locviews (sec_offset)\n              [32ea] variable \"tmpbuf\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-504)}\n              [32f3] variable \"tmpdata\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-208)}\n              [32fc] variable \"rdata\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-144)}\n              [3305] variable \"value\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [b59,b67) {breg6(8)}\n                      [b67,b8a) {reg3}\n                      [be3,c2c) {reg3}\n                      [d12,d3b) {reg3}\n                      [d5c,d81) {breg6(8)}\n                      [da0,e91) {reg3}\n                      [14cc,14f9) {reg3}\n                      [151a,154c) {reg3}\n                      [156f,156f) {reg3}\n                      [6c83,6cc6) {reg3}\n                GNU_locviews (sec_offset)\n              [3312] variable \"s\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [c18,c2c) {reg0}\n                      [151a,1532) {reg0}\n                      [6ca2,6cc0) {reg0}\n                GNU_locviews (sec_offset)\n              [331f] lexical_block\n                abstract_origin (ref4)\n                ranges (sec_offset)\n                sibling (ref4)\n                [332c] variable \"d\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [d82,da0) {reg0}\n                        [147e,1493) {reg0}\n                        [6cc6,6ce4) {reg0}\n                  GNU_locviews (sec_offset)\n                [3339] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  ranges (sec_offset)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [3353] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                [3361] inlined_subroutine \"error\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [3387] formal_parameter \"__status\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [14b7,14cc) {lit1, stack_value}\n                    GNU_locviews (sec_offset)\n                  [3394] formal_parameter \"__errnum\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [14b7,14cc) {lit0, stack_value}\n                    GNU_locviews (sec_offset)\n                  [33a1] formal_parameter \"__format\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [14b7,14cc) {reg0}\n                    GNU_locviews (sec_offset)\n                [33af] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [33c0] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {fbreg(-640), deref}\n                  [33c8] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {fbreg(-616), deref}\n                  [33d0] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {fbreg(-624), deref}\n                  [33d8] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {fbreg(-564), deref_size(4)}\n                [33e2] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [33f3] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {const1s(-1)}\n                [33fa] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [340b] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5e32)}\n                  [3418] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6158)}\n                  [3425] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {lit5}\n                [342b] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [3438] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5ea8)}\n                  [3445] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6178)}\n                  [3452] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {const2u(535)}\n                  [3459] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {addr(0x6c40)}\n              [3468] lexical_block\n                abstract_origin (ref4)\n                ranges (sec_offset)\n                sibling (ref4)\n                [3475] variable \"d\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [e52,e75) {reg0}\n                        [14cc,14e1) {reg0}\n                        [156f,156f) {reg0}\n                        [6c83,6ca1) {reg0}\n                  GNU_locviews (sec_offset)\n                [3482] inlined_subroutine \"cleanup_debug\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  ranges (sec_offset)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [349c] call_site\n                    call_return_pc (addr)\n                    call_origin (ref4)\n                [34aa] inlined_subroutine \"error\"\n                  abstract_origin (ref4)\n                  entry_pc (addr)\n                  GNU_entry_view (data2)\n                  low_pc (addr)\n                  high_pc (data8)\n                  call_file (implicit_const)\n                  call_line (data2)\n                  call_column (data1)\n                  sibling (ref4)\n                  [34d0] formal_parameter \"__status\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [1505,151a) {lit1, stack_value}\n                    GNU_locviews (sec_offset)\n                  [34dd] formal_parameter \"__errnum\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [1505,151a) {lit0, stack_value}\n                    GNU_locviews (sec_offset)\n                  [34ea] formal_parameter \"__format\"\n                    abstract_origin (ref4)\n                    location (sec_offset)\n                          [1505,151a) {reg0}\n                    GNU_locviews (sec_offset)\n                [34f8] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [3509] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {fbreg(-640), deref}\n                  [3511] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {fbreg(-616), deref}\n                  [3519] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {fbreg(-624), deref}\n                  [3521] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {fbreg(-564), deref_size(4)}\n                [352b] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [353c] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {const1s(-1)}\n                [3543] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [3554] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5e32)}\n                  [3561] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6158)}\n                  [356e] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {lit5}\n                [3574] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [3581] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {addr(0x5ea8)}\n                  [358e] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {addr(0x6178)}\n                  [359b] call_site_parameter\n                    location (exprloc) {reg1}\n                    call_value (exprloc) {const2u(522)}\n                  [35a2] call_site_parameter\n                    location (exprloc) {reg2}\n                    call_value (exprloc) {addr(0x6c40)}\n              [35b1] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [35d7] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n              [35e5] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [360b] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [10a9,10ba) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [3618] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [10a9,10ba) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [3625] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [10a9,10b5) {reg0}\n                        [10b5,10b9) {reg1}\n                  GNU_locviews (sec_offset)\n                [3632] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [363f] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {lit1}\n                  [3644] call_site_parameter\n                    location (exprloc) {reg4}\n                    call_value (exprloc) {lit0}\n              [364b] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [3665] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n              [3673] inlined_subroutine \"error\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                ranges (sec_offset)\n                call_file (implicit_const)\n                call_line (data2)\n                call_column (data1)\n                sibling (ref4)\n                [368d] formal_parameter \"__status\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1558,156f) {lit1, stack_value}\n                  GNU_locviews (sec_offset)\n                [369a] formal_parameter \"__errnum\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1558,156f) {lit0, stack_value}\n                  GNU_locviews (sec_offset)\n                [36a7] formal_parameter \"__format\"\n                  abstract_origin (ref4)\n                  location (sec_offset)\n                        [1558,156f) {reg0}\n                  GNU_locviews (sec_offset)\n              [36b5] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [36c6] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-640), deref}\n                [36ce] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-624), deref}\n                [36d6] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-616), deref}\n                [36de] call_site_parameter\n                  location (exprloc) {reg2}\n                  call_value (exprloc) {fbreg(-564), deref_size(4)}\n              [36e8] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [36f9] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [3706] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x5e99)}\n                [3713] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n              [3719] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [372a] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {const1s(-1)}\n              [3731] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3742] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5e32)}\n                [374f] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6158)}\n                [375c] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {lit5}\n              [3762] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3773] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {addr(0x5eb6)}\n                [3780] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {addr(0x6178)}\n                [378d] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {const2u(559)}\n                [3794] call_site_parameter\n                  location (exprloc) {reg2}\n                  call_value (exprloc) {addr(0x6c40)}\n              [37a2] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [37b0] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              ranges (sec_offset)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [37ca] inlined_subroutine \"cleanup_debug\"\n                abstract_origin (ref4)\n                entry_pc (addr)\n                GNU_entry_view (data2)\n                low_pc (addr)\n                high_pc (data8)\n                call_file (implicit_const)\n                call_line (implicit_const)\n                call_column (implicit_const)\n                [37e9] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [37fa] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {breg3(0)}\n                [3801] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  sibling (ref4)\n                  [3812] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {breg3(0)}\n                [3819] call_site\n                  call_return_pc (addr)\n                  call_origin (ref4)\n                  [3826] call_site_parameter\n                    location (exprloc) {reg5}\n                    call_value (exprloc) {breg6(0)}\n            [382f] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [3855] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [1235,124c) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [3862] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [1235,124c) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [386f] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [1235,124c) {reg0}\n                GNU_locviews (sec_offset)\n            [387d] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [388e] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-648), deref}\n              [3896] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-512)}\n            [389e] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [38af] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-608), deref}\n              [38b7] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {fbreg(-584), deref}\n              [38bf] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {breg6(0)}\n              [38c5] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {fbreg(-432)}\n              [38cc] call_site_parameter\n                location (exprloc) {reg8}\n                call_value (exprloc) {fbreg(-508)}\n            [38d4] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [38e5] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-648), deref}\n            [38ee] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [38ff] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [3906] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [3913] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [3920] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [392d] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n        [3935] inlined_subroutine \"startswith\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [394f] formal_parameter \"prefix\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [6ba,6d7) {addr(0x5e82), stack_value}\n            GNU_locviews (sec_offset)\n          [395c] formal_parameter \"str\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [6ba,6d7) {reg3}\n            GNU_locviews (sec_offset)\n          [3969] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [3976] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n            [397c] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x5e82)}\n            [3989] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit7}\n        [3990] inlined_subroutine \"get_xndxdata\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [39aa] formal_parameter \"elf\"\n            abstract_origin (ref4)\n          [39af] formal_parameter \"symscn\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [7b3,7dc) {reg3}\n                  [e91,eb0) {reg3}\n            GNU_locviews (sec_offset)\n          [39bc] variable \"xndxdata\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [7b3,7e5) {lit0, stack_value}\n                  [7e5,7e5) {fbreg(-584)}\n                  [e91,f0b) {lit0, stack_value}\n                  [f0b,f10) {reg0}\n                  [fda,fed) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [39c9] variable \"shdr_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-208)}\n          [39d2] variable \"shdr\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [7c8,7dc) {reg0}\n                  [e91,e9d) {reg0}\n            GNU_locviews (sec_offset)\n          [39df] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [39ec] variable \"scnndx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [eb3,eb5) {reg0}\n                    [eb5,f10) {reg13}\n                    [fda,fed) {reg13}\n              GNU_locviews (sec_offset)\n            [39f9] variable \"xndxscn\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [eb3,eb5) {lit0, stack_value}\n                    [eb5,ec9) {reg6}\n                    [ec9,ed9) {reg0}\n                    [ed9,ef7) {reg6}\n                    [ef7,f00) {reg5}\n                    [fda,fed) {reg0}\n              GNU_locviews (sec_offset)\n            [3a06] lexical_block\n              abstract_origin (ref4)\n              ranges (sec_offset)\n              sibling (ref4)\n              [3a13] variable \"xndxshdr_mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-144)}\n              [3a1c] variable \"xndxshdr\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [eda,ee8) {reg0}\n                GNU_locviews (sec_offset)\n              [3a29] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [3a3a] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg6(0)}\n                [3a40] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg3(0)}\n              [3a47] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [3a54] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {lit0}\n            [3a5b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [3a6c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [3a73] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [3a80] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg15(0)}\n              [3a86] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg6(0)}\n          [3a8e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [3a9b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n            [3aa1] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-616), deref}\n        [3aab] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ad1] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3adf] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3b05] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [cfe,d12) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3b12] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [cfe,d12) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3b1f] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [cfe,d12) {reg0}\n            GNU_locviews (sec_offset)\n        [3b2d] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3b53] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3b61] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3b87] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [f5e,f72) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3b94] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [f5e,f72) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3ba1] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [f5e,f72) {reg0}\n            GNU_locviews (sec_offset)\n        [3baf] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3bd5] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3be3] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3bfd] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [fc5,fda) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3c0a] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [fc5,fda) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3c17] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [fc5,fda) {reg0}\n            GNU_locviews (sec_offset)\n          [3c24] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [3c31] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [3c36] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [3c3b] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {breg12(0)}\n        [3c43] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3c69] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3c77] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3c9d] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [127d,1291) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3caa] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [127d,1291) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3cb7] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [127d,1291) {reg0}\n            GNU_locviews (sec_offset)\n        [3cc5] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ceb] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3cf9] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3d1f] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [12c2,12d7) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3d2c] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [12c2,12d7) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3d39] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [12c2,12d7) {reg0}\n            GNU_locviews (sec_offset)\n        [3d47] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3d6d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3d7b] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3da1] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1308,131c) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3dae] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1308,131c) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3dbb] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1308,131c) {reg0}\n            GNU_locviews (sec_offset)\n        [3dc9] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3def] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3dfd] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3e23] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1357,136e) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3e30] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1357,136e) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3e3d] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1357,136e) {reg0}\n            GNU_locviews (sec_offset)\n        [3e4b] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3e71] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3e7f] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ea5] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [139f,13b3) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3eb2] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [139f,13b3) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3ebf] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [139f,13b3) {reg0}\n            GNU_locviews (sec_offset)\n        [3ecd] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ef3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3f01] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3f27] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [13d9,13f4) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3f34] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [13d9,13f4) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3f41] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [13d9,13f4) {reg0}\n            GNU_locviews (sec_offset)\n        [3f4f] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3f75] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [3f83] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3fa9] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1425,1439) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [3fb6] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1425,1439) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [3fc3] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1425,1439) {reg0}\n            GNU_locviews (sec_offset)\n        [3fd1] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [3ff7] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [4005] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [402b] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [146a,147e) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [4038] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [146a,147e) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [4045] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [146a,147e) {reg0}\n            GNU_locviews (sec_offset)\n        [4053] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4064] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n        [406b] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [407c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [4084] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-336)}\n        [408c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [409d] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [40a3] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-560), deref}\n        [40ac] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [40bd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-648), deref}\n          [40c5] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n        [40cc] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [40dd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg6(0)}\n          [40e3] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [40e9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [40fa] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [4100] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-496)}\n        [4108] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4119] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [411f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n          [4124] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit0}\n        [412a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [413b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [4143] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [4149] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [415a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n        [4161] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4172] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n          [4178] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-272)}\n        [4180] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4191] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n          [4197] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [419d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [41ae] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg6(0)}\n        [41b5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [41c6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [41ce] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-548), deref_size(4)}\n          [41d7] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n        [41dd] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [41ee] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [41f5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4206] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4213] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4220] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4226] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4237] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [423f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit1}\n          [4244] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n        [424a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [425b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [4262] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4273] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4280] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [428d] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4293] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [42a4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-600), deref}\n          [42ac] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n          [42b1] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit0}\n        [42b7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [42c8] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [42cf] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [42e0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [42ed] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [42fa] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4300] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4311] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [4318] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4329] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4336] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4343] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4349] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [435a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [4361] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4372] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [437f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [438c] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4392] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [43a3] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [43aa] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [43bb] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [43c8] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [43d5] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [43db] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [43ec] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [43f3] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4404] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4411] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [441e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [4424] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [4435] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [443c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [444d] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [445a] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4467] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [446d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [447e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [448b] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4498] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [449e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [44af] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [44b6] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [44c7] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [44d4] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [44e1] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [44e7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [44f8] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [44ff] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [450c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [4519] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [4526] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [452d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [453a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n        [4540] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-680), deref}\n    [454a] union_type\n      byte_size (data1)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      sibling (ref4)\n      [4553] member \"rela\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [455f] member \"rel\"\n        name (string)\n        decl_file (data1)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [456d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [457e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [4584] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n    [458b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [4599] subprogram \"relocate\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [45a8] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45b4] formal_parameter \"offset\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45c0] formal_parameter \"addend\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45cc] formal_parameter \"tdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45d8] formal_parameter \"ei_data\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45e4] formal_parameter \"fname\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45f0] formal_parameter \"is_rela\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [45fc] formal_parameter \"sym\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4608] formal_parameter \"addsub\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4614] formal_parameter \"type\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4620] variable \"size\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [462c] union_type\n      byte_size (data1)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      sibling (ref4)\n      [4635] member \"Byte\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4641] member \"Half\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [464d] member \"Word\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4659] member \"Sword\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4665] member \"Xword\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4671] member \"Sxword\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [467e] variable \"tmpbuf\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [468a] variable \"tmpdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4696] variable \"rdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [46a2] variable \"value\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [46ae] variable \"__PRETTY_FUNCTION__\"\n      name (strp)\n      type (ref4)\n      artificial (flag_present)\n      location (exprloc) {addr(0x6c40)}\n    [46c1] variable \"s\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [46cb] lexical_block\n      sibling (ref4)\n      [46d0] variable \"d\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n    [46db] lexical_block\n      [46dc] variable \"d\"\n        name (string)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n  [46e8] array_type\n    type (ref4)\n    sibling (ref4)\n    [46f1] subrange_type\n      type (ref4)\n      upper_bound (data1)\n  [46f8] const_type\n    type (ref4)\n  [46fd] subprogram \"update_shdrstrndx\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [471e] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,30) {reg5}\n            [30,77) {reg3}\n            [77,7d) {entry_value(1) {reg5}, stack_value}\n            [7d,cc) {reg3}\n      GNU_locviews (sec_offset)\n    [4732] formal_parameter \"shdrstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [0,2c) {reg4}\n            [2c,7a) {reg12}\n            [7a,7d) {entry_value(1) {reg4}, stack_value}\n            [7d,cc) {reg12}\n      GNU_locviews (sec_offset)\n    [4746] variable \"ehdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-128)}\n    [4756] lexical_block\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [476b] variable \"scn0\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [94,a1) {reg0}\n              [a1,ba) {reg14}\n        GNU_locviews (sec_offset)\n      [477f] variable \"shdr0_mem\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (exprloc) {fbreg(-192)}\n      [478f] variable \"shdr0\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [a2,b5) {reg0}\n        GNU_locviews (sec_offset)\n      [47a3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [47b4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n        [47ba] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [47c0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [47d1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg14(0)}\n        [47d7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-192)}\n      [47df] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [47ec] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg14(0)}\n    [47f4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4805] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [480b] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n    [4812] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4823] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [4829] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n    [4830] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [483e] subprogram \"get_xndxdata\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [484d] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4859] formal_parameter \"symscn\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4865] variable \"xndxdata\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4871] variable \"shdr_mem\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [487d] variable \"shdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4889] lexical_block\n      [488a] variable \"scnndx\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [4896] variable \"xndxscn\"\n        name (strp)\n        decl_file (implicit_const)\n        decl_line (data2)\n        decl_column (data1)\n        type (ref4)\n      [48a2] lexical_block\n        [48a3] variable \"xndxshdr_mem\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n        [48af] variable \"xndxshdr\"\n          name (strp)\n          decl_file (implicit_const)\n          decl_line (data2)\n          decl_column (data1)\n          type (ref4)\n  [48be] subprogram \"secndx_name\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    sibling (ref4)\n    [48cd] formal_parameter \"elf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48d9] formal_parameter \"ndx\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48e5] variable \"shstrndx\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48f1] variable \"mem\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [48fd] variable \"sec\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n    [4909] variable \"shdr\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n  [4916] subprogram \"parse_opt\"\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (data2)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [4937] formal_parameter \"key\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [160,17e) {reg5}\n            [17e,193) {entry_value(1) {reg5}, stack_value}\n            [193,19e) {reg5}\n            [19e,334) {entry_value(1) {reg5}, stack_value}\n            [334,365) {reg5}\n            [365,42a) {entry_value(1) {reg5}, stack_value}\n      GNU_locviews (sec_offset)\n    [494b] formal_parameter \"arg\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [160,1c5) {reg4}\n            [1c5,1ca) {entry_value(1) {reg4}, stack_value}\n            [1ca,1d7) {reg2}\n            [1d7,1de) {entry_value(1) {reg4}, stack_value}\n            [1de,21e) {reg2}\n            [21e,24b) {fbreg(-24)}\n            [24b,287) {reg2}\n            [287,2af) {fbreg(-32)}\n            [2af,2d5) {entry_value(1) {reg4}, stack_value}\n            [2d5,334) {reg2}\n            [334,365) {reg4}\n            [365,3d3) {entry_value(1) {reg4}, stack_value}\n            [3d3,3fd) {reg2}\n            [3fd,40e) {entry_value(1) {reg4}, stack_value}\n            [40e,42a) {reg2}\n      GNU_locviews (sec_offset)\n    [495f] formal_parameter \"state\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data2)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [160,18a) {reg1}\n            [18a,193) {entry_value(1) {reg1}, stack_value}\n            [193,1ae) {reg1}\n            [1ae,334) {entry_value(1) {reg1}, stack_value}\n            [334,365) {reg1}\n            [365,3d3) {entry_value(1) {reg1}, stack_value}\n            [3d3,3e6) {reg1}\n            [3e6,42a) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [4973] inlined_subroutine \"add_pattern\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [498d] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [21a,249) {addr(0x5de8), stack_value}\n        GNU_locviews (sec_offset)\n      [499a] formal_parameter \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [21a,249) {fbreg(-24)}\n        GNU_locviews (sec_offset)\n      [49a7] variable \"p\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228,22c) {reg0}\n              [22c,249) {fbreg(-32)}\n        GNU_locviews (sec_offset)\n      [49b4] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [49c5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit16}\n      [49cb] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [49d8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-24), deref}\n    [49e1] inlined_subroutine \"add_pattern\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [49fb] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2a1,2d0) {addr(0x5de0), stack_value}\n        GNU_locviews (sec_offset)\n      [4a08] formal_parameter \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2a1,2d0) {fbreg(-24)}\n        GNU_locviews (sec_offset)\n      [4a15] variable \"p\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2af,2b3) {reg0}\n              [2b3,2d0) {fbreg(-32)}\n        GNU_locviews (sec_offset)\n      [4a22] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [4a33] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit16}\n      [4a39] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4a46] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-24), deref}\n    [4a4f] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [4a75] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [358,365) {reg2}\n        GNU_locviews (sec_offset)\n      [4a82] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [358,3af) {addr(0x5e6f), stack_value}\n        GNU_locviews (sec_offset)\n      [4a8f] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [358,365) {reg2}\n              [365,371) {fbreg(-24)}\n              [371,396) {reg2}\n              [396,3af) {fbreg(-24)}\n        GNU_locviews (sec_offset)\n      [4a9c] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4aa9] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5e6f)}\n        [4ab6] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [4abe] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [4ae4] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3fe,40c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [4af1] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3fe,40c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [4afe] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3fe,407) {reg0}\n              [407,40b) {reg1}\n        GNU_locviews (sec_offset)\n      [4b0b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4b18] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [4b1d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [4b24] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4b35] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-32), deref}\n      [4b3c] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5e6f)}\n      [4b49] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {const1u(32)}\n    [4b50] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4b61] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [4b6e] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6128)}\n      [4b7b] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [4b81] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4b92] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-32), deref}\n    [4b9a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [4ba7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n  [4bb6] subprogram \"main\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    type (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [4bd8] formal_parameter \"argc\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [6cf0,6d01) {reg5}\n            [6d01,6e5c) {reg6}\n            [6e5c,6e5f) {entry_value(1) {reg5}, stack_value}\n            [6e5f,6eed) {reg6}\n      GNU_locviews (sec_offset)\n    [4beb] formal_parameter \"argv\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [6cf0,6d17) {reg4}\n            [6d17,6e5e) {reg12}\n            [6e5e,6e5f) {entry_value(1) {reg4}, stack_value}\n            [6e5f,6eed) {reg12}\n      GNU_locviews (sec_offset)\n    [4bfe] variable \"remaining\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (exprloc) {fbreg(-44)}\n    [4c0c] variable \"result\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [6d12,6e0e) {lit0, stack_value}\n            [6e0e,6e44) {reg3}\n            [6e5f,6ec7) {lit0, stack_value}\n            [6ec7,6ecc) {reg0}\n            [6ed1,6eed) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [4c1f] inlined_subroutine \"free_patterns\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [4c45] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [4c52] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [4c60] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (data1)\n      call_line (data1)\n      call_column (data1)\n      sibling (ref4)\n      [4c86] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6e8e,6e9f) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [4c93] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6e8e,6e9f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [4ca0] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [6e8e,6e9a) {reg0}\n              [6e9a,6e9e) {reg1}\n        GNU_locviews (sec_offset)\n      [4cad] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4cba] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [4cbf] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [4cc6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4cd7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [4cdd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4cee] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [4cf4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d05] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit2}\n    [4d0b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d1c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit6}\n      [4d21] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x600a)}\n    [4d2f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d40] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [4d4d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x600b)}\n    [4d5b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d6c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [4d7a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4d8b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x6f00)}\n      [4d98] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg6(0)}\n      [4d9e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {breg12(0)}\n      [4da4] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {lit0}\n      [4da9] call_site_parameter\n        location (exprloc) {reg8}\n        call_value (exprloc) {fbreg(-44)}\n      [4daf] call_site_parameter\n        location (exprloc) {reg9}\n        call_value (exprloc) {lit0}\n    [4db5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4dc6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit1}\n    [4dcc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [4dd9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4dea] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [4df8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [4e09] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x601d)}\n    [4e17] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [4e25] subprogram \"section_name_matches\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4e35] formal_parameter \"patterns\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4e41] formal_parameter \"name\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4e4d] variable \"pattern\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4e5a] subprogram \"free_patterns\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n  [4e63] subprogram \"free_sec_patterns\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [4e81] formal_parameter \"patterns\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [d0,de) {reg5}\n            [de,104) {entry_value(1) {reg5}, stack_value}\n            [104,105) {reg5}\n      GNU_locviews (sec_offset)\n    [4e94] variable \"pattern\"\n      name (strp)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n      location (sec_offset)\n            [d0,de) {reg5}\n            [de,102) {reg3}\n            [104,105) {reg5}\n      GNU_locviews (sec_offset)\n    [4ea7] lexical_block\n      low_pc (addr)\n      high_pc (data8)\n      [4eb8] variable \"p\"\n        name (string)\n        decl_file (data1)\n        decl_line (data1)\n        decl_column (data1)\n        type (ref4)\n        location (sec_offset)\n              [de,e7) {reg3}\n              [e7,103) {reg6}\n        GNU_locviews (sec_offset)\n      [4eca] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [4ed7] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [4ee4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg6(0)}\n  [4eed] subprogram \"add_pattern\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [4efa] formal_parameter \"patterns\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f06] formal_parameter \"pattern\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f12] variable \"p\"\n      name (string)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4f1d] pointer_type\n    byte_size (implicit_const)\n    type (ref4)\n  [4f22] subprogram \"xbasename\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4f32] formal_parameter \"s\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f3b] variable \"p\"\n      name (string)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4f46] subprogram \"pwrite_retry\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4f56] formal_parameter \"fd\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f60] formal_parameter \"buf\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f6b] formal_parameter \"len\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f76] formal_parameter \"off\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f81] variable \"recvd\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4f8d] lexical_block\n      [4f8e] variable \"ret\"\n        name (string)\n        decl_file (data1)\n        decl_line (data1)\n        decl_column (data1)\n        type (ref4)\n      [4f9a] lexical_block\n        [4f9b] variable \"__result\"\n          name (strp)\n          decl_file (data1)\n          decl_line (data1)\n          decl_column (data1)\n          type (ref4)\n  [4faa] subprogram \"startswith\"\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (data1)\n    sibling (ref4)\n    [4fba] formal_parameter \"str\"\n      name (string)\n      decl_file (implicit_const)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4fc5] formal_parameter \"prefix\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [4fd2] subprogram \"error\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (data1)\n    prototyped (flag_present)\n    inline (data1)\n    sibling (ref4)\n    [4fdf] formal_parameter \"__status\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4feb] formal_parameter \"__errnum\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [4ff7] formal_parameter \"__format\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5003] unspecified_parameters\n  [5005] subprogram \"strcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [5014] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5020] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [502d] subprogram \"memset\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [503c] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5048] formal_parameter \"__ch\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5054] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [5061] subprogram \"mempcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [5070] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [507c] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [5088] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [5095] subprogram \"memcpy\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [50a4] formal_parameter \"__dest\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50b0] formal_parameter \"__src\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50bc] formal_parameter \"__len\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n  [50c9] subprogram \"open\"\n    external (flag_present)\n    name (strp)\n    decl_file (data1)\n    decl_line (data1)\n    decl_column (implicit_const)\n    prototyped (flag_present)\n    type (ref4)\n    inline (implicit_const)\n    artificial (flag_present)\n    sibling (ref4)\n    [50d8] formal_parameter \"__path\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50e4] formal_parameter \"__oflag\"\n      name (strp)\n      decl_file (data1)\n      decl_line (data1)\n      decl_column (data1)\n      type (ref4)\n    [50f0] unspecified_parameters\n  [50f2] subprogram \"cleanup_debug\"\n    abstract_origin (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [510d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [511e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n    [5126] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5137] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-24), deref}\n    [513f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [514d] subprogram \"update_section_size\"\n    abstract_origin (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [5168] formal_parameter \"scn\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg5}\n            [462,58e) {fbreg(-136)}\n      GNU_locviews (sec_offset)\n    [5175] formal_parameter \"newdata\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,459) {reg4}\n            [459,4b8) {reg3}\n            [4b8,4be) {entry_value(1) {reg4}, stack_value}\n            [4be,4ea) {reg3}\n            [4ea,512) {entry_value(1) {reg4}, stack_value}\n            [512,528) {reg3}\n            [528,58e) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [5182] formal_parameter \"debugelf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg1}\n            [462,4b9) {reg6}\n            [4b9,4be) {entry_value(1) {reg1}, stack_value}\n            [4be,4fe) {reg6}\n            [4fe,512) {entry_value(1) {reg1}, stack_value}\n            [512,51d) {reg6}\n            [51d,58e) {entry_value(1) {reg1}, stack_value}\n      GNU_locviews (sec_offset)\n    [518f] formal_parameter \"cnt\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg2}\n            [462,4bb) {reg12}\n            [4bb,4be) {entry_value(1) {reg2}, stack_value}\n            [4be,58e) {reg12}\n      GNU_locviews (sec_offset)\n    [519c] formal_parameter \"fname\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [430,462) {reg8}\n            [462,4bd) {reg14}\n            [4bd,4be) {entry_value(1) {reg8}, stack_value}\n            [4be,58e) {reg14}\n      GNU_locviews (sec_offset)\n    [51a9] variable \"shdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-128)}\n    [51b2] variable \"shdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [463,477) {reg0}\n      GNU_locviews (sec_offset)\n    [51bf] lexical_block\n      abstract_origin (ref4)\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [51d8] variable \"debugdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [496,4a3) {reg0}\n              [517,534) {reg0}\n        GNU_locviews (sec_offset)\n    [51e6] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [520c] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [521a] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5240] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4ef,4fe) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [524d] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4ef,4fe) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [525a] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4ef,4fe) {reg0}\n        GNU_locviews (sec_offset)\n    [5268] inlined_subroutine \"update_section_size\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5282] formal_parameter \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,58e) {fbreg(-136)}\n        GNU_locviews (sec_offset)\n      [528f] formal_parameter \"newdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,528) {reg3}\n              [528,58e) {entry_value(1) {reg4}, stack_value}\n        GNU_locviews (sec_offset)\n      [529c] formal_parameter \"debugelf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,51d) {reg6}\n              [51d,58e) {entry_value(1) {reg1}, stack_value}\n        GNU_locviews (sec_offset)\n      [52a9] formal_parameter \"cnt\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,58e) {reg12}\n        GNU_locviews (sec_offset)\n      [52b6] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [517,58e) {reg14}\n        GNU_locviews (sec_offset)\n      [52c3] variable \"shdr_mem\"\n        abstract_origin (ref4)\n      [52c8] variable \"shdr\"\n        abstract_origin (ref4)\n      [52cd] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        [52d6] variable \"debugdata\"\n          abstract_origin (ref4)\n        [52db] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          ranges (sec_offset)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [52f5] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            const_value (data1)\n          [52fb] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            const_value (data1)\n          [5301] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [57a,58e) {reg0}\n            GNU_locviews (sec_offset)\n          [530e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [531b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit1}\n            [5320] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [5325] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {breg14(0)}\n        [532d] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [5353] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (implicit_const)\n            call_column (implicit_const)\n            [5372] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [5383] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [538a] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [539b] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [53a2] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [53af] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg6(0)}\n        [53b8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [53c9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [53d0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [53dd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [53ea] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [53f7] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n    [53ff] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5410] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-136), deref}\n      [5418] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-128)}\n    [5420] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5431] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-136), deref}\n    [543a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [544b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [5452] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [5463] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [5470] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [547d] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [5483] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n  [5491] subprogram \"handle_elf\"\n    abstract_origin (ref4)\n    low_pc (addr)\n    high_pc (data8)\n    frame_base (exprloc) {call_frame_cfa {...}}\n    call_all_calls (flag_present)\n    sibling (ref4)\n    [54ac] formal_parameter \"fd\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bb) {reg5}\n            [15bb,160f) {fbreg(-524)}\n            [160f,1615) {reg0}\n            [1615,1c5c) {fbreg(-524)}\n            [1c74,1d52) {fbreg(-524)}\n            [1d52,1d70) {reg0}\n            [1d70,1dbb) {fbreg(-524)}\n            [1dbb,1dbc) {breg7(-516)}\n            [1dbc,2d37) {fbreg(-524)}\n            [2d3d,2dc4) {fbreg(-524)}\n            [2dca,397f) {fbreg(-524)}\n            [3985,39d9) {fbreg(-524)}\n            [39df,3a63) {fbreg(-524)}\n            [3a6f,3ae3) {fbreg(-524)}\n            [3af0,3b48) {fbreg(-524)}\n            [3b4e,3b8d) {fbreg(-524)}\n            [3b93,3edb) {fbreg(-524)}\n            [3ee1,4142) {fbreg(-524)}\n            [414e,44b0) {fbreg(-524)}\n            [44b6,4800) {fbreg(-524)}\n            [4806,48d0) {fbreg(-524)}\n            [48d6,49ed) {fbreg(-524)}\n            [49f3,4abe) {fbreg(-524)}\n            [4aca,4b04) {fbreg(-524)}\n            [4b10,4f9c) {fbreg(-524)}\n            [4fa8,51eb) {fbreg(-524)}\n            [51f1,5501) {fbreg(-524)}\n            [550d,57b8) {fbreg(-524)}\n            [57be,5814) {fbreg(-524)}\n            [581a,5b11) {fbreg(-524)}\n      GNU_locviews (sec_offset)\n    [54b9] formal_parameter \"elf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg4}\n            [15bf,1c5c) {fbreg(-456)}\n            [1c5c,1c74) {entry_value(1) {reg4}, stack_value}\n            [1c74,1d8a) {fbreg(-456)}\n            [1d8a,1dbc) {entry_value(1) {reg4}, stack_value}\n            [1dbc,2235) {fbreg(-456)}\n            [2235,2281) {entry_value(1) {reg4}, stack_value}\n            [2281,2325) {fbreg(-456)}\n            [2325,24c2) {entry_value(1) {reg4}, stack_value}\n            [24c2,2d37) {fbreg(-456)}\n            [2d37,2d3d) {entry_value(1) {reg4}, stack_value}\n            [2d3d,2dc4) {fbreg(-456)}\n            [2dc4,2dca) {entry_value(1) {reg4}, stack_value}\n            [2dca,2e7b) {fbreg(-456)}\n            [2e7b,2e97) {entry_value(1) {reg4}, stack_value}\n            [2e97,2f3f) {fbreg(-456)}\n            [2f3f,2fa6) {entry_value(1) {reg4}, stack_value}\n            [2fa6,397f) {fbreg(-456)}\n            [397f,3985) {entry_value(1) {reg4}, stack_value}\n            [3985,39d9) {fbreg(-456)}\n            [39d9,39df) {entry_value(1) {reg4}, stack_value}\n            [39df,3a63) {fbreg(-456)}\n            [3a63,3a6f) {entry_value(1) {reg4}, stack_value}\n            [3a6f,3ae3) {fbreg(-456)}\n            [3ae3,3af0) {entry_value(1) {reg4}, stack_value}\n            [3af0,3b48) {fbreg(-456)}\n            [3b48,3b4e) {entry_value(1) {reg4}, stack_value}\n            [3b4e,3b8d) {fbreg(-456)}\n            [3b8d,3b93) {entry_value(1) {reg4}, stack_value}\n            [3b93,3edb) {fbreg(-456)}\n            [3edb,3ee1) {entry_value(1) {reg4}, stack_value}\n            [3ee1,4142) {fbreg(-456)}\n            [4142,414e) {entry_value(1) {reg4}, stack_value}\n            [414e,42f6) {fbreg(-456)}\n            [42f6,4355) {entry_value(1) {reg4}, stack_value}\n            [4355,44b0) {fbreg(-456)}\n            [44b0,44b6) {entry_value(1) {reg4}, stack_value}\n            [44b6,4550) {fbreg(-456)}\n            [4550,45ad) {entry_value(1) {reg4}, stack_value}\n            [45ad,4800) {fbreg(-456)}\n            [4800,4806) {entry_value(1) {reg4}, stack_value}\n            [4806,48d0) {fbreg(-456)}\n            [48d0,48d6) {entry_value(1) {reg4}, stack_value}\n            [48d6,49ed) {fbreg(-456)}\n            [49ed,49f3) {entry_value(1) {reg4}, stack_value}\n            [49f3,4abe) {fbreg(-456)}\n            [4abe,4aca) {entry_value(1) {reg4}, stack_value}\n            [4aca,4b04) {fbreg(-456)}\n            [4b04,4b10) {entry_value(1) {reg4}, stack_value}\n            [4b10,4f9c) {fbreg(-456)}\n            [4f9c,4fa8) {entry_value(1) {reg4}, stack_value}\n            [4fa8,51eb) {fbreg(-456)}\n            [51eb,51f1) {entry_value(1) {reg4}, stack_value}\n            [51f1,5501) {fbreg(-456)}\n            [5501,550d) {entry_value(1) {reg4}, stack_value}\n            [550d,5684) {fbreg(-456)}\n            [5684,5741) {entry_value(1) {reg4}, stack_value}\n            [5741,576d) {fbreg(-456)}\n            [576d,5779) {entry_value(1) {reg4}, stack_value}\n            [5779,57b8) {fbreg(-456)}\n            [57b8,57be) {entry_value(1) {reg4}, stack_value}\n            [57be,5814) {fbreg(-456)}\n            [5814,581f) {entry_value(1) {reg4}, stack_value}\n            [581f,5869) {fbreg(-456)}\n            [5869,58c1) {entry_value(1) {reg4}, stack_value}\n            [58c1,5a41) {fbreg(-456)}\n            [5a41,5b11) {entry_value(1) {reg4}, stack_value}\n      GNU_locviews (sec_offset)\n    [54c6] formal_parameter \"fname\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg1}\n            [15bf,167e) {reg3}\n            [167e,189c) {fbreg(-472)}\n            [189c,18b9) {reg3}\n            [18b9,1c5c) {fbreg(-472)}\n            [1c5c,1c74) {entry_value(1) {reg1}, stack_value}\n            [1c74,1d52) {fbreg(-472)}\n            [1d52,1d74) {reg3}\n            [1d74,1dbb) {fbreg(-472)}\n            [1dbb,1dbc) {breg7(-464)}\n            [1dbc,2d37) {fbreg(-472)}\n            [2d37,2d3d) {entry_value(1) {reg1}, stack_value}\n            [2d3d,2dc4) {fbreg(-472)}\n            [2dc4,2dca) {entry_value(1) {reg1}, stack_value}\n            [2dca,397f) {fbreg(-472)}\n            [397f,3985) {entry_value(1) {reg1}, stack_value}\n            [3985,39d9) {fbreg(-472)}\n            [39d9,39df) {entry_value(1) {reg1}, stack_value}\n            [39df,3a63) {fbreg(-472)}\n            [3a63,3a6f) {entry_value(1) {reg1}, stack_value}\n            [3a6f,3ae3) {fbreg(-472)}\n            [3ae3,3af0) {entry_value(1) {reg1}, stack_value}\n            [3af0,3b48) {fbreg(-472)}\n            [3b48,3b4e) {entry_value(1) {reg1}, stack_value}\n            [3b4e,3b8d) {fbreg(-472)}\n            [3b8d,3b93) {entry_value(1) {reg1}, stack_value}\n            [3b93,3edb) {fbreg(-472)}\n            [3edb,3ee1) {entry_value(1) {reg1}, stack_value}\n            [3ee1,4142) {fbreg(-472)}\n            [4142,414e) {entry_value(1) {reg1}, stack_value}\n            [414e,44b0) {fbreg(-472)}\n            [44b0,44b6) {entry_value(1) {reg1}, stack_value}\n            [44b6,4800) {fbreg(-472)}\n            [4800,4806) {entry_value(1) {reg1}, stack_value}\n            [4806,48d0) {fbreg(-472)}\n            [48d0,48d6) {entry_value(1) {reg1}, stack_value}\n            [48d6,49ed) {fbreg(-472)}\n            [49ed,49f3) {entry_value(1) {reg1}, stack_value}\n            [49f3,4abe) {fbreg(-472)}\n            [4abe,4aca) {entry_value(1) {reg1}, stack_value}\n            [4aca,4b04) {fbreg(-472)}\n            [4b04,4b10) {entry_value(1) {reg1}, stack_value}\n            [4b10,4f9c) {fbreg(-472)}\n            [4f9c,4fa8) {entry_value(1) {reg1}, stack_value}\n            [4fa8,51eb) {fbreg(-472)}\n            [51eb,51f1) {entry_value(1) {reg1}, stack_value}\n            [51f1,546b) {fbreg(-472)}\n            [546b,5486) {reg3}\n            [5486,5501) {fbreg(-472)}\n            [5501,550d) {entry_value(1) {reg1}, stack_value}\n            [550d,57b8) {fbreg(-472)}\n            [57b8,57be) {entry_value(1) {reg1}, stack_value}\n            [57be,5814) {fbreg(-472)}\n            [5814,581a) {entry_value(1) {reg1}, stack_value}\n            [581a,5b11) {fbreg(-472)}\n      GNU_locviews (sec_offset)\n    [54d3] formal_parameter \"mode\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg2}\n            [15bf,17a8) {reg14}\n            [17a8,189c) {fbreg(-652)}\n            [189c,1994) {reg14}\n            [1994,1b6f) {fbreg(-652)}\n            [1b6f,1c5c) {reg14}\n            [1c5c,1c74) {entry_value(1) {reg2}, stack_value}\n            [1c74,1d8a) {reg14}\n            [1d8a,1dbb) {fbreg(-652)}\n            [1dbb,1dbc) {breg7(-644)}\n            [1dbc,2d37) {fbreg(-652)}\n            [2d37,2d3d) {entry_value(1) {reg2}, stack_value}\n            [2d3d,2dc4) {fbreg(-652)}\n            [2dc4,2dca) {entry_value(1) {reg2}, stack_value}\n            [2dca,2dee) {reg14}\n            [2dee,2df8) {fbreg(-652)}\n            [2df8,2e48) {reg14}\n            [2e48,2e97) {fbreg(-652)}\n            [2e97,2f22) {reg14}\n            [2f22,397f) {fbreg(-652)}\n            [397f,3985) {entry_value(1) {reg2}, stack_value}\n            [3985,39d9) {fbreg(-652)}\n            [39d9,39df) {entry_value(1) {reg2}, stack_value}\n            [39df,3a63) {fbreg(-652)}\n            [3a63,3a6f) {entry_value(1) {reg2}, stack_value}\n            [3a6f,3ae3) {fbreg(-652)}\n            [3ae3,3af0) {entry_value(1) {reg2}, stack_value}\n            [3af0,3b48) {fbreg(-652)}\n            [3b48,3b4e) {entry_value(1) {reg2}, stack_value}\n            [3b4e,3b8d) {fbreg(-652)}\n            [3b8d,3b93) {entry_value(1) {reg2}, stack_value}\n            [3b93,3edb) {fbreg(-652)}\n            [3edb,3ee1) {entry_value(1) {reg2}, stack_value}\n            [3ee1,4142) {fbreg(-652)}\n            [4142,414e) {entry_value(1) {reg2}, stack_value}\n            [414e,42b4) {fbreg(-652)}\n            [42b4,42c6) {reg14}\n            [42c6,44b0) {fbreg(-652)}\n            [44b0,44b6) {entry_value(1) {reg2}, stack_value}\n            [44b6,4800) {fbreg(-652)}\n            [4800,4806) {entry_value(1) {reg2}, stack_value}\n            [4806,48d0) {fbreg(-652)}\n            [48d0,48d6) {entry_value(1) {reg2}, stack_value}\n            [48d6,49ed) {fbreg(-652)}\n            [49ed,49f3) {entry_value(1) {reg2}, stack_value}\n            [49f3,4abe) {fbreg(-652)}\n            [4abe,4aca) {entry_value(1) {reg2}, stack_value}\n            [4aca,4b04) {fbreg(-652)}\n            [4b04,4b10) {entry_value(1) {reg2}, stack_value}\n            [4b10,4f9c) {fbreg(-652)}\n            [4f9c,4fa8) {entry_value(1) {reg2}, stack_value}\n            [4fa8,51eb) {fbreg(-652)}\n            [51eb,51f1) {entry_value(1) {reg2}, stack_value}\n            [51f1,544a) {fbreg(-652)}\n            [544a,545f) {reg14}\n            [545f,546b) {fbreg(-652)}\n            [546b,5564) {reg14}\n            [5564,55b0) {fbreg(-652)}\n            [55b0,561b) {reg14}\n            [561b,563f) {fbreg(-652)}\n            [563f,5684) {reg14}\n            [5684,5741) {fbreg(-652)}\n            [5741,576d) {reg14}\n            [576d,57b8) {fbreg(-652)}\n            [57b8,57be) {entry_value(1) {reg2}, stack_value}\n            [57be,5814) {fbreg(-652)}\n            [5814,581a) {entry_value(1) {reg2}, stack_value}\n            [581a,5b11) {fbreg(-652)}\n      GNU_locviews (sec_offset)\n    [54e0] formal_parameter \"tvp\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1570,15bf) {reg8}\n            [15bf,1c5c) {fbreg(-664)}\n            [1c5c,1c74) {entry_value(1) {reg8}, stack_value}\n            [1c74,1dbb) {fbreg(-664)}\n            [1dbb,1dbc) {breg7(-656)}\n            [1dbc,2d37) {fbreg(-664)}\n            [2d37,2d3d) {entry_value(1) {reg8}, stack_value}\n            [2d3d,2dc4) {fbreg(-664)}\n            [2dc4,2dca) {entry_value(1) {reg8}, stack_value}\n            [2dca,397f) {fbreg(-664)}\n            [397f,3985) {entry_value(1) {reg8}, stack_value}\n            [3985,39d9) {fbreg(-664)}\n            [39d9,39df) {entry_value(1) {reg8}, stack_value}\n            [39df,3a63) {fbreg(-664)}\n            [3a63,3a6f) {entry_value(1) {reg8}, stack_value}\n            [3a6f,3ae3) {fbreg(-664)}\n            [3ae3,3af0) {entry_value(1) {reg8}, stack_value}\n            [3af0,3b48) {fbreg(-664)}\n            [3b48,3b4e) {entry_value(1) {reg8}, stack_value}\n            [3b4e,3b8d) {fbreg(-664)}\n            [3b8d,3b93) {entry_value(1) {reg8}, stack_value}\n            [3b93,3edb) {fbreg(-664)}\n            [3edb,3ee1) {entry_value(1) {reg8}, stack_value}\n            [3ee1,4142) {fbreg(-664)}\n            [4142,414e) {entry_value(1) {reg8}, stack_value}\n            [414e,44b0) {fbreg(-664)}\n            [44b0,44b6) {entry_value(1) {reg8}, stack_value}\n            [44b6,4800) {fbreg(-664)}\n            [4800,4806) {entry_value(1) {reg8}, stack_value}\n            [4806,48d0) {fbreg(-664)}\n            [48d0,48d6) {entry_value(1) {reg8}, stack_value}\n            [48d6,49ed) {fbreg(-664)}\n            [49ed,49f3) {entry_value(1) {reg8}, stack_value}\n            [49f3,4abe) {fbreg(-664)}\n            [4abe,4aca) {entry_value(1) {reg8}, stack_value}\n            [4aca,4b04) {fbreg(-664)}\n            [4b04,4b10) {entry_value(1) {reg8}, stack_value}\n            [4b10,4f9c) {fbreg(-664)}\n            [4f9c,4fa8) {entry_value(1) {reg8}, stack_value}\n            [4fa8,51eb) {fbreg(-664)}\n            [51eb,51f1) {entry_value(1) {reg8}, stack_value}\n            [51f1,5501) {fbreg(-664)}\n            [5501,550d) {entry_value(1) {reg8}, stack_value}\n            [550d,57b8) {fbreg(-664)}\n            [57b8,57be) {entry_value(1) {reg8}, stack_value}\n            [57be,5814) {fbreg(-664)}\n            [5814,581a) {entry_value(1) {reg8}, stack_value}\n            [581a,5b11) {fbreg(-664)}\n      GNU_locviews (sec_offset)\n    [54ed] variable \"prefix_len\"\n      abstract_origin (ref4)\n    [54f2] variable \"fname_len\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15c0,15e2) {breg0(1), stack_value}\n            [15e2,15ea) {reg1}\n      GNU_locviews (sec_offset)\n    [54ff] variable \"fullname\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,15ea) {reg5}\n            [15ea,1994) {breg7(15), const1s(-16), and, stack_value}\n            [1b6f,1c4e) {breg7(15), const1s(-16), and, stack_value}\n            [1c74,1d3f) {breg7(15), const1s(-16), and, stack_value}\n            [1d52,1d8a) {breg7(15), const1s(-16), and, stack_value}\n            [1f49,2082) {breg7(15), const1s(-16), and, stack_value}\n            [2dca,2ddf) {breg7(15), const1s(-16), and, stack_value}\n            [2df8,2e7b) {breg7(15), const1s(-16), and, stack_value}\n            [2e97,2f22) {breg7(15), const1s(-16), and, stack_value}\n            [42b4,42f6) {breg7(15), const1s(-16), and, stack_value}\n            [544a,5501) {breg7(15), const1s(-16), and, stack_value}\n            [550d,5684) {breg7(15), const1s(-16), and, stack_value}\n            [5741,576d) {breg7(15), const1s(-16), and, stack_value}\n            [57be,57d5) {breg7(15), const1s(-16), and, stack_value}\n      GNU_locviews (sec_offset)\n    [550c] variable \"cp\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,15ea) {reg5}\n            [15ea,1994) {breg7(15), const1s(-16), and, stack_value}\n            [1b6f,1c4e) {breg7(15), const1s(-16), and, stack_value}\n            [1c74,1d3f) {breg7(15), const1s(-16), and, stack_value}\n            [1d52,1d8a) {breg7(15), const1s(-16), and, stack_value}\n            [1f49,2082) {breg7(15), const1s(-16), and, stack_value}\n            [2dca,2ddf) {breg7(15), const1s(-16), and, stack_value}\n            [2df8,2e7b) {breg7(15), const1s(-16), and, stack_value}\n            [2e97,2f22) {breg7(15), const1s(-16), and, stack_value}\n            [42b4,42f6) {breg7(15), const1s(-16), and, stack_value}\n            [544a,5501) {breg7(15), const1s(-16), and, stack_value}\n            [550d,5684) {breg7(15), const1s(-16), and, stack_value}\n            [5741,576d) {breg7(15), const1s(-16), and, stack_value}\n            [57be,57d5) {breg7(15), const1s(-16), and, stack_value}\n      GNU_locviews (sec_offset)\n    [5519] variable \"debugelf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,18ef) {lit0, stack_value}\n            [18ef,18f3) {reg0}\n            [18f3,192a) {reg3}\n            [192a,1b3f) {fbreg(-496)}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1c91) {lit0, stack_value}\n            [1c91,1d52) {fbreg(-496)}\n            [1d52,1d8a) {lit0, stack_value}\n            [1dbc,1f49) {fbreg(-496)}\n            [1f49,2082) {lit0, stack_value}\n            [2082,2391) {fbreg(-496)}\n            [24c2,2d37) {fbreg(-496)}\n            [2d3d,2dc4) {fbreg(-496)}\n            [2dca,2df8) {fbreg(-496)}\n            [2df8,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,397f) {fbreg(-496)}\n            [3985,39d9) {fbreg(-496)}\n            [39df,3a63) {fbreg(-496)}\n            [3a6f,3ae3) {fbreg(-496)}\n            [3af0,3b48) {fbreg(-496)}\n            [3b4e,3b8d) {fbreg(-496)}\n            [3b93,3bff) {fbreg(-496)}\n            [3c29,3edb) {fbreg(-496)}\n            [3ee1,4142) {fbreg(-496)}\n            [414e,42b4) {fbreg(-496)}\n            [42b4,42d1) {lit0, stack_value}\n            [4355,44b0) {fbreg(-496)}\n            [44b6,4550) {fbreg(-496)}\n            [45ad,4800) {fbreg(-496)}\n            [4806,48d0) {fbreg(-496)}\n            [48d6,4965) {fbreg(-496)}\n            [498b,49ed) {fbreg(-496)}\n            [49f3,4abe) {fbreg(-496)}\n            [4aca,4b04) {fbreg(-496)}\n            [4b10,4f9c) {fbreg(-496)}\n            [4fa8,51eb) {fbreg(-496)}\n            [51f1,546b) {fbreg(-496)}\n            [546b,5544) {lit0, stack_value}\n            [5564,55e0) {lit0, stack_value}\n            [55e0,5616) {fbreg(-496)}\n            [561b,563f) {lit0, stack_value}\n            [563f,565f) {reg3}\n            [565f,567f) {fbreg(-496)}\n            [5684,5741) {fbreg(-496)}\n            [5741,5768) {reg3}\n            [5768,57b8) {fbreg(-496)}\n            [57be,57d5) {lit0, stack_value}\n            [57d5,5814) {fbreg(-496)}\n            [582c,5a41) {fbreg(-496)}\n            [5a90,5b11) {fbreg(-496)}\n      GNU_locviews (sec_offset)\n    [5526] variable \"result\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3a) {lit0, stack_value}\n            [1b3a,1b3f) {lit1, stack_value}\n            [1b6f,1d8a) {lit0, stack_value}\n            [1dbc,2164) {lit0, stack_value}\n            [2164,2281) {fbreg(-512)}\n            [2281,2325) {lit0, stack_value}\n            [2325,2391) {fbreg(-512)}\n            [23f1,2421) {fbreg(-512)}\n            [248f,24b1) {fbreg(-512)}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2ecf) {lit0, stack_value}\n            [2ecf,2ed1) {lit1, stack_value}\n            [2ed1,2f3f) {lit0, stack_value}\n            [2f3f,2f97) {fbreg(-512)}\n            [2f97,2fa6) {lit1, stack_value}\n            [2fa6,3bff) {lit0, stack_value}\n            [3c29,3e97) {lit0, stack_value}\n            [3e97,3e9c) {lit1, stack_value}\n            [3e9c,42d1) {lit0, stack_value}\n            [4346,4355) {lit1, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [458f,45ad) {lit1, stack_value}\n            [45ad,4965) {lit0, stack_value}\n            [498b,522b) {lit0, stack_value}\n            [522b,5243) {lit1, stack_value}\n            [5243,5274) {lit0, stack_value}\n            [5274,5276) {lit1, stack_value}\n            [5276,52b4) {lit0, stack_value}\n            [52b4,52b9) {lit1, stack_value}\n            [52b9,5499) {lit0, stack_value}\n            [5499,54a8) {lit1, stack_value}\n            [54a8,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {fbreg(-512)}\n            [5741,576d) {lit0, stack_value}\n            [576d,5779) {fbreg(-512)}\n            [5779,581a) {lit0, stack_value}\n            [582c,5915) {fbreg(-512)}\n            [5915,5924) {lit1, stack_value}\n            [5924,595f) {fbreg(-512)}\n            [595f,596e) {lit1, stack_value}\n            [596e,5990) {fbreg(-512)}\n            [59ca,59d6) {lit1, stack_value}\n            [59d6,5a32) {lit0, stack_value}\n            [5a32,5a41) {lit1, stack_value}\n            [5a41,5a84) {fbreg(-512)}\n            [5a90,5b11) {fbreg(-512)}\n      GNU_locviews (sec_offset)\n    [5533] variable \"shdridx\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2281) {fbreg(-480)}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {fbreg(-480)}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {fbreg(-480)}\n            [2fa6,30e9) {lit0, stack_value}\n            [30e9,397f) {fbreg(-480)}\n            [3985,39d9) {fbreg(-480)}\n            [39df,3a63) {fbreg(-480)}\n            [3a6f,3ae3) {fbreg(-480)}\n            [3af0,3b48) {fbreg(-480)}\n            [3b4e,3b8d) {fbreg(-480)}\n            [3b93,3bb8) {fbreg(-480)}\n            [3c29,3d18) {fbreg(-480)}\n            [3d18,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-480)}\n            [3ee1,4142) {fbreg(-480)}\n            [414e,4282) {fbreg(-480)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,4965) {lit0, stack_value}\n            [498b,49f3) {lit0, stack_value}\n            [49f3,4abe) {fbreg(-480)}\n            [4aca,4b04) {fbreg(-480)}\n            [4b10,4f9c) {fbreg(-480)}\n            [4fa8,51eb) {fbreg(-480)}\n            [51f1,5382) {fbreg(-480)}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {fbreg(-480)}\n            [5741,576d) {lit0, stack_value}\n            [576d,57b8) {fbreg(-480)}\n            [57be,581a) {lit0, stack_value}\n            [582c,5a41) {fbreg(-480)}\n            [5a90,5b11) {fbreg(-480)}\n      GNU_locviews (sec_offset)\n    [5540] variable \"lastsec_offset\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,1faf) {lit0, stack_value}\n            [2046,204f) {reg2}\n            [2281,2325) {lit0, stack_value}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f3f) {lit0, stack_value}\n            [2fa6,423d) {lit0, stack_value}\n            [423d,4242) {reg0}\n            [4242,424e) {fbreg(-440)}\n            [424e,42e5) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,5564) {lit0, stack_value}\n            [558c,561b) {lit0, stack_value}\n            [563f,5684) {lit0, stack_value}\n            [5741,576d) {lit0, stack_value}\n            [57be,581a) {lit0, stack_value}\n            [581f,582c) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [554d] variable \"lastsec_size\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2281,2325) {lit0, stack_value}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f3f) {lit0, stack_value}\n            [2fa6,4249) {lit0, stack_value}\n            [4249,424e) {reg0}\n            [424e,42e5) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,5564) {lit0, stack_value}\n            [558c,561b) {lit0, stack_value}\n            [563f,5684) {lit0, stack_value}\n            [5741,576d) {lit0, stack_value}\n            [57be,581a) {lit0, stack_value}\n            [581f,582c) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [555a] variable \"shstrndx\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-424)}\n    [5563] variable \"shdr_info\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1994) {lit0, stack_value}\n            [1994,19b4) {reg14}\n            [19b4,1b3a) {fbreg(-480)}\n            [1b3a,1b3f) {reg14}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,1f49) {fbreg(-480)}\n            [1f49,2082) {lit0, stack_value}\n            [2082,2281) {reg14}\n            [22f8,2391) {reg14}\n            [24c2,2589) {fbreg(-480)}\n            [2baa,2c9c) {fbreg(-480)}\n            [2dca,2dee) {lit0, stack_value}\n            [2dee,2df2) {reg0}\n            [2df2,2df8) {reg14}\n            [2df8,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {reg14}\n            [42b4,42d1) {lit0, stack_value}\n            [522b,5243) {reg14}\n            [5382,53c4) {fbreg(-480)}\n            [53c9,544a) {fbreg(-480)}\n            [544a,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {reg14}\n            [5741,576d) {lit0, stack_value}\n            [576d,57be) {reg14}\n            [57be,57d5) {lit0, stack_value}\n            [57d5,5814) {fbreg(-480)}\n            [582c,5a41) {reg14}\n            [5a90,5b11) {reg14}\n      GNU_locviews (sec_offset)\n    [5570] variable \"scn\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n            [19c9,19e5) {reg3}\n            [19e5,19f2) {reg0}\n            [19f2,1b1d) {reg3}\n            [1dbc,1f49) {reg3}\n            [24c2,24c9) {reg0}\n            [24c9,24fc) {reg3}\n            [24fc,2570) {fbreg(-448)}\n            [26e3,26fd) {reg0}\n            [26fd,2788) {reg12}\n            [2baa,2c9c) {fbreg(-448)}\n            [328c,329a) {reg0}\n            [329a,346a) {fbreg(-616)}\n            [34c7,397f) {fbreg(-616)}\n            [3985,39d9) {fbreg(-616)}\n            [39df,3a63) {fbreg(-616)}\n            [3a6f,3ae3) {fbreg(-616)}\n            [3af0,3b48) {fbreg(-616)}\n            [3b4e,3b8d) {fbreg(-616)}\n            [3cac,3cbc) {reg0}\n            [3cbc,3ce0) {reg5}\n            [3fe4,3fed) {reg0}\n            [445a,44b6) {reg12}\n            [44b6,44c3) {reg0}\n            [44c3,4550) {reg12}\n            [4806,4817) {reg12}\n            [4b31,4b35) {reg0}\n            [4b35,4bfe) {reg15}\n            [4bfe,4cc0) {fbreg(-592)}\n            [4d79,4e1c) {reg15}\n            [4e1c,4e9f) {fbreg(-592)}\n            [4fdd,4fe1) {reg0}\n            [4fe1,5043) {reg15}\n            [5043,5134) {fbreg(-592)}\n            [5301,5306) {reg0}\n            [5321,5325) {reg0}\n            [5325,5382) {reg12}\n            [5382,53b9) {reg3}\n            [53c9,53dc) {reg3}\n            [57d5,57fa) {reg3}\n      GNU_locviews (sec_offset)\n    [557d] variable \"cnt\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1928,1938) {lit0, stack_value}\n            [1994,19c9) {lit1, stack_value}\n            [19c9,1b3f) {reg15}\n            [1b85,1b96) {lit0, stack_value}\n            [1b96,1bf3) {reg3}\n            [1c91,1ce4) {reg3}\n            [1dbc,1f49) {reg15}\n            [2281,22da) {reg11}\n            [232e,236a) {lit1, stack_value}\n            [24c2,24d7) {reg15}\n            [24d7,24fc) {lit1, stack_value}\n            [24fc,2570) {reg13}\n            [2589,25a3) {lit1, stack_value}\n            [25a3,25db) {reg11}\n            [265d,2695) {reg11}\n            [2695,26b1) {lit1, stack_value}\n            [26b1,2811) {reg15}\n            [2811,2821) {reg11}\n            [2867,28ae) {reg11}\n            [292c,2953) {reg11}\n            [2baa,2c9c) {reg13}\n            [2d3d,2d5e) {reg11}\n            [2d5e,2dc4) {fbreg(-440)}\n            [2fa6,2fbe) {lit1, stack_value}\n            [2fe8,3003) {lit1, stack_value}\n            [3003,304b) {reg15}\n            [304b,305e) {reg1}\n            [305e,30b5) {reg15}\n            [30b5,30c0) {lit1, stack_value}\n            [30e9,3227) {fbreg(-480)}\n            [3227,3237) {lit1, stack_value}\n            [3237,3240) {fbreg(-576)}\n            [3240,3266) {fbreg(-576), deref, plus_uconst(1), stack_value}\n            [3266,326d) {reg0}\n            [326d,346a) {fbreg(-576)}\n            [346a,348e) {fbreg(-520)}\n            [34a8,34c7) {fbreg(-480)}\n            [34c7,397f) {fbreg(-576)}\n            [3985,39d9) {fbreg(-576)}\n            [39df,3a63) {fbreg(-576)}\n            [3a6f,3ae3) {fbreg(-576)}\n            [3af0,3b48) {fbreg(-576)}\n            [3b4e,3b8d) {fbreg(-576)}\n            [3b93,3bb8) {fbreg(-480)}\n            [3bd8,3bff) {fbreg(-480)}\n            [3c29,3c69) {breg2(1), stack_value}\n            [3d29,3d53) {reg15}\n            [3daa,3db7) {reg15}\n            [3f25,3f33) {fbreg(-520)}\n            [3f33,3f59) {fbreg(-520), deref, plus_uconst(1), stack_value}\n            [3f59,3f60) {reg0}\n            [3f60,4142) {fbreg(-520)}\n            [414e,4165) {breg2(1), stack_value}\n            [445a,4550) {reg15}\n            [45ad,45d7) {reg1}\n            [45d7,46fd) {fbreg(-480)}\n            [46fd,47bc) {breg15(1), stack_value}\n            [47bc,47c1) {reg0}\n            [47c1,48ef) {reg15}\n            [48ef,4932) {fbreg(-480)}\n            [4932,4939) {reg1}\n            [4939,4965) {fbreg(-480)}\n            [49f3,4abe) {fbreg(-520)}\n            [4aca,4b04) {fbreg(-520)}\n            [4b10,4f9c) {fbreg(-520)}\n            [4fa8,5134) {fbreg(-520)}\n            [522b,5243) {lit1, stack_value}\n            [52d4,5382) {fbreg(-520)}\n            [5382,544a) {reg15}\n            [57d5,581a) {reg15}\n      GNU_locviews (sec_offset)\n    [558a] variable \"idx\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [2082,2082) {reg0}\n            [2082,2281) {fbreg(-552)}\n            [2c27,2c31) {reg0}\n            [2c4b,2c58) {reg0}\n            [2f3f,2fa6) {fbreg(-552)}\n            [2fe8,3003) {lit1, stack_value}\n            [3003,3066) {reg12}\n            [3066,30a3) {breg12(1), stack_value}\n            [30a3,30b5) {reg12}\n            [30b5,30c0) {lit1, stack_value}\n            [30e9,397f) {fbreg(-552)}\n            [3985,39d9) {fbreg(-552)}\n            [39df,3a63) {fbreg(-552)}\n            [3a6f,3ae3) {fbreg(-552)}\n            [3af0,3b48) {fbreg(-552)}\n            [3b4e,3b8d) {fbreg(-552)}\n            [3b93,3bb8) {fbreg(-552)}\n            [3c29,3d18) {fbreg(-552)}\n            [3e9c,3edb) {fbreg(-552)}\n            [3ee1,4142) {fbreg(-552)}\n            [414e,4282) {fbreg(-552)}\n            [45ad,461a) {reg12}\n            [461a,4638) {fbreg(-552)}\n            [4638,46c7) {fbreg(-552), deref, plus_uconst(1), stack_value}\n            [48ef,4919) {fbreg(-552), deref, plus_uconst(1), stack_value}\n            [4919,498b) {reg12}\n            [49f3,4abe) {fbreg(-552)}\n            [4aca,4b04) {fbreg(-552)}\n            [4b10,4f9c) {fbreg(-552)}\n            [4fa8,51eb) {fbreg(-552)}\n            [51f1,5382) {fbreg(-552)}\n            [5684,5741) {fbreg(-552)}\n            [576d,57b8) {fbreg(-552)}\n            [582c,5a41) {fbreg(-552)}\n            [5a90,5b11) {fbreg(-552)}\n      GNU_locviews (sec_offset)\n    [5597] variable \"changes\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [2281,22da) {reg10}\n            [2589,25a3) {lit0, stack_value}\n            [25a3,26b1) {reg10}\n            [2811,2855) {reg10}\n            [2862,28ae) {reg10}\n            [28d5,2953) {reg10}\n            [2afe,2b1d) {reg10}\n            [2b1d,2b50) {fbreg(-448)}\n            [2d3d,2d5e) {reg10}\n            [2d5e,2dc4) {fbreg(-448)}\n            [2fa6,2fbe) {lit0, stack_value}\n            [4355,43d9) {fbreg(-448)}\n      GNU_locviews (sec_offset)\n    [55a4] variable \"newehdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-272)}\n    [55ad] variable \"newehdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [209b,20bc) {reg0}\n            [20bc,2200) {reg12}\n            [5779,5786) {reg0}\n            [5786,57be) {reg12}\n            [582c,5835) {reg12}\n            [58c1,5a41) {reg12}\n      GNU_locviews (sec_offset)\n    [55ba] variable \"debugehdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-208)}\n    [55c3] variable \"debugehdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [3dca,3e1a) {reg0}\n            [49ae,49bb) {reg0}\n      GNU_locviews (sec_offset)\n    [55d0] variable \"shst\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2281) {fbreg(-504)}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {fbreg(-504)}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {fbreg(-504)}\n            [2fa6,2fd2) {lit0, stack_value}\n            [2fd2,3003) {reg0}\n            [3003,30b5) {fbreg(-504)}\n            [30b5,30c0) {reg0}\n            [30c0,397f) {fbreg(-504)}\n            [3985,39d9) {fbreg(-504)}\n            [39df,3a63) {fbreg(-504)}\n            [3a6f,3ae3) {fbreg(-504)}\n            [3af0,3b48) {fbreg(-504)}\n            [3b4e,3b8d) {fbreg(-504)}\n            [3b93,3bb8) {fbreg(-504)}\n            [3bd8,3bff) {fbreg(-504)}\n            [3c29,3d29) {fbreg(-504)}\n            [3d53,3d60) {reg0}\n            [3d60,3daa) {fbreg(-504)}\n            [3daa,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-504)}\n            [3ee1,4142) {fbreg(-504)}\n            [414e,4282) {fbreg(-504)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,47c1) {fbreg(-504)}\n            [47c1,48ef) {lit0, stack_value}\n            [48ef,4965) {fbreg(-504)}\n            [498b,49f3) {lit0, stack_value}\n            [49f3,4abe) {fbreg(-504)}\n            [4aca,4b04) {fbreg(-504)}\n            [4b10,4f9c) {fbreg(-504)}\n            [4fa8,51eb) {fbreg(-504)}\n            [51f1,5382) {fbreg(-504)}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {fbreg(-504)}\n            [5741,576d) {lit0, stack_value}\n            [576d,57b8) {fbreg(-504)}\n            [57be,581a) {lit0, stack_value}\n            [582c,5a41) {fbreg(-504)}\n            [5a90,5b11) {fbreg(-504)}\n      GNU_locviews (sec_offset)\n    [55dd] variable \"debuglink_crc_data\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-400)}\n    [55e6] variable \"any_symtab_changes\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2281,22f8) {lit0, stack_value}\n            [24c2,2e7b) {lit0, stack_value}\n            [2e97,2f3f) {lit0, stack_value}\n            [2fa6,3237) {lit0, stack_value}\n            [34a8,34c7) {lit0, stack_value}\n            [3a06,3a18) {lit1, stack_value}\n            [3b93,3c29) {lit0, stack_value}\n            [3d18,3e9c) {lit0, stack_value}\n            [4282,42f6) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,49f3) {lit0, stack_value}\n            [5382,5684) {lit0, stack_value}\n            [5741,576d) {lit0, stack_value}\n            [57be,581a) {lit0, stack_value}\n            [581f,582c) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [55f3] variable \"shstrtab_data\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2215) {reg3}\n            [2215,2281) {fbreg(-448)}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {reg3}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2f4d) {fbreg(-448)}\n            [2fa6,31b2) {lit0, stack_value}\n            [31b2,31ca) {reg0}\n            [31ca,397f) {fbreg(-584)}\n            [3985,39d9) {fbreg(-584)}\n            [39df,3a63) {fbreg(-584)}\n            [3a6f,3ae3) {fbreg(-584)}\n            [3af0,3b48) {fbreg(-584)}\n            [3b4e,3b8d) {fbreg(-584)}\n            [3b93,3ba0) {reg0}\n            [3ba0,3bb8) {fbreg(-584)}\n            [3bd8,3bff) {lit0, stack_value}\n            [3c29,3d18) {fbreg(-584)}\n            [3d18,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-584)}\n            [3ee1,4142) {fbreg(-584)}\n            [414e,4282) {fbreg(-584)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,4965) {lit0, stack_value}\n            [498b,49f3) {lit0, stack_value}\n            [49f3,4abe) {fbreg(-584)}\n            [4aca,4b04) {fbreg(-584)}\n            [4b10,4f9c) {fbreg(-584)}\n            [4fa8,51eb) {fbreg(-584)}\n            [51f1,5382) {fbreg(-584)}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,56a2) {fbreg(-448)}\n            [5741,576d) {lit0, stack_value}\n            [576d,5779) {fbreg(-448)}\n            [5779,57a5) {reg3}\n            [57be,581a) {lit0, stack_value}\n            [582c,584a) {reg3}\n            [584a,58c1) {fbreg(-448)}\n            [58c1,5a41) {reg3}\n            [5a90,5aa8) {fbreg(-448)}\n            [5b03,5b11) {fbreg(-448)}\n      GNU_locviews (sec_offset)\n    [5600] variable \"debuglink_buf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [15e6,1b3f) {lit0, stack_value}\n            [1b6f,1c5c) {lit0, stack_value}\n            [1c74,1d8a) {lit0, stack_value}\n            [1dbc,2082) {lit0, stack_value}\n            [2082,2281) {reg13}\n            [2281,22f8) {lit0, stack_value}\n            [22f8,2391) {reg13}\n            [24c2,2e67) {lit0, stack_value}\n            [2e97,2f22) {lit0, stack_value}\n            [2f3f,2fa6) {reg13}\n            [2fa6,30e9) {lit0, stack_value}\n            [30e9,3237) {reg13}\n            [3237,346a) {fbreg(-448)}\n            [34a8,34c7) {reg13}\n            [34c7,397f) {fbreg(-448)}\n            [3985,39d9) {fbreg(-448)}\n            [39df,3a63) {fbreg(-448)}\n            [3a6f,3ae3) {fbreg(-448)}\n            [3af0,3b48) {fbreg(-448)}\n            [3b4e,3b8d) {fbreg(-448)}\n            [3b93,3bb8) {reg13}\n            [3c29,3d18) {fbreg(-448)}\n            [3d18,3e9c) {lit0, stack_value}\n            [3e9c,3edb) {fbreg(-448)}\n            [3ee1,3f23) {fbreg(-448)}\n            [4282,42d1) {lit0, stack_value}\n            [4355,4550) {lit0, stack_value}\n            [45ad,473e) {lit0, stack_value}\n            [473e,474c) {reg0}\n            [474c,47c1) {reg13}\n            [47c1,4965) {lit0, stack_value}\n            [498b,49f3) {lit0, stack_value}\n            [522b,5243) {reg13}\n            [5382,5544) {lit0, stack_value}\n            [5564,5616) {lit0, stack_value}\n            [561b,567f) {lit0, stack_value}\n            [5684,5741) {reg13}\n            [5741,576d) {lit0, stack_value}\n            [576d,57be) {reg13}\n            [57be,581a) {lit0, stack_value}\n            [582c,5a41) {reg13}\n            [5a90,5b11) {reg13}\n      GNU_locviews (sec_offset)\n    [560d] variable \"ebl\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1626,164b) {lit0, stack_value}\n            [164b,1651) {reg0}\n            [1651,189c) {fbreg(-488)}\n            [189c,18b9) {lit0, stack_value}\n            [18b9,1c5c) {fbreg(-488)}\n            [1c74,1d52) {fbreg(-488)}\n            [1dbc,2421) {fbreg(-488)}\n            [24c2,2d37) {fbreg(-488)}\n            [2d3d,2dc4) {fbreg(-488)}\n            [2dca,397f) {fbreg(-488)}\n            [3985,39d9) {fbreg(-488)}\n            [39df,3a63) {fbreg(-488)}\n            [3a6f,3ae3) {fbreg(-488)}\n            [3af0,3b48) {fbreg(-488)}\n            [3b4e,3b8d) {fbreg(-488)}\n            [3b93,3edb) {fbreg(-488)}\n            [3ee1,4142) {fbreg(-488)}\n            [414e,44b0) {fbreg(-488)}\n            [44b6,4550) {fbreg(-488)}\n            [45ad,4800) {fbreg(-488)}\n            [4806,48d0) {fbreg(-488)}\n            [48d6,49ed) {fbreg(-488)}\n            [49f3,4abe) {fbreg(-488)}\n            [4aca,4b04) {fbreg(-488)}\n            [4b10,4f9c) {fbreg(-488)}\n            [4fa8,51eb) {fbreg(-488)}\n            [51f1,546b) {fbreg(-488)}\n            [546b,5482) {reg0}\n            [5482,5499) {fbreg(-488)}\n            [5499,54a8) {lit0, stack_value}\n            [54a8,5501) {fbreg(-488)}\n            [550d,57b8) {fbreg(-488)}\n            [57be,5814) {fbreg(-488)}\n            [581f,5b11) {fbreg(-488)}\n      GNU_locviews (sec_offset)\n    [561a] label \"fail\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [5627] variable \"ehdr_mem\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-144)}\n    [5630] variable \"ehdr\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [16c8,16e0) {reg0}\n            [16e0,189c) {fbreg(-544)}\n            [18b9,1c5c) {fbreg(-544)}\n            [1c74,1d52) {fbreg(-544)}\n            [1dbc,240d) {fbreg(-544)}\n            [24c2,2d37) {fbreg(-544)}\n            [2d3d,2dc4) {fbreg(-544)}\n            [2dca,2e7b) {fbreg(-544)}\n            [2e8a,2e97) {fbreg(-544)}\n            [2ed1,397f) {fbreg(-544)}\n            [3985,39d9) {fbreg(-544)}\n            [39df,3a63) {fbreg(-544)}\n            [3a6f,3ae3) {fbreg(-544)}\n            [3af0,3b48) {fbreg(-544)}\n            [3b4e,3b8d) {fbreg(-544)}\n            [3b93,3edb) {fbreg(-544)}\n            [3ee1,4142) {fbreg(-544)}\n            [414e,44b0) {fbreg(-544)}\n            [44b6,4550) {fbreg(-544)}\n            [45ad,4800) {fbreg(-544)}\n            [4806,48d0) {fbreg(-544)}\n            [48d6,49ed) {fbreg(-544)}\n            [49f3,4abe) {fbreg(-544)}\n            [4aca,4b04) {fbreg(-544)}\n            [4b10,4f9c) {fbreg(-544)}\n            [4fa8,51eb) {fbreg(-544)}\n            [51f1,546b) {fbreg(-544)}\n            [54a8,54c7) {fbreg(-544)}\n            [54c7,54d4) {reg0}\n            [54d4,5501) {fbreg(-544)}\n            [550d,57b8) {fbreg(-544)}\n            [57be,5814) {fbreg(-544)}\n            [581f,5b11) {fbreg(-544)}\n      GNU_locviews (sec_offset)\n    [563d] variable \"phnum\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-416)}\n    [5646] variable \"newelf\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1731,189c) {fbreg(-464)}\n            [18b9,1c5c) {fbreg(-464)}\n            [1c91,1d52) {fbreg(-464)}\n            [1dbc,240d) {fbreg(-464)}\n            [24c2,2d37) {fbreg(-464)}\n            [2d3d,2dc4) {fbreg(-464)}\n            [2dca,2e7b) {fbreg(-464)}\n            [2e8a,2e97) {fbreg(-464)}\n            [2f3f,397f) {fbreg(-464)}\n            [3985,39d9) {fbreg(-464)}\n            [39df,3a63) {fbreg(-464)}\n            [3a6f,3ae3) {fbreg(-464)}\n            [3af0,3b48) {fbreg(-464)}\n            [3b4e,3b8d) {fbreg(-464)}\n            [3b93,3edb) {fbreg(-464)}\n            [3ee1,4142) {fbreg(-464)}\n            [414e,44b0) {fbreg(-464)}\n            [44b6,4550) {fbreg(-464)}\n            [45ad,4800) {fbreg(-464)}\n            [4806,48d0) {fbreg(-464)}\n            [48d6,49ed) {fbreg(-464)}\n            [49f3,4abe) {fbreg(-464)}\n            [4aca,4b04) {fbreg(-464)}\n            [4b10,4f9c) {fbreg(-464)}\n            [4fa8,51eb) {fbreg(-464)}\n            [51f1,546b) {fbreg(-464)}\n            [550d,57b8) {fbreg(-464)}\n            [57be,5814) {fbreg(-464)}\n            [581f,5b11) {fbreg(-464)}\n      GNU_locviews (sec_offset)\n    [5653] label \"fail_close\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [5660] label \"done\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [566d] variable \"shnum\"\n      abstract_origin (ref4)\n      location (exprloc) {fbreg(-408)}\n    [5676] label \"illformed\"\n      abstract_origin (ref4)\n      low_pc (addr)\n    [5683] variable \"seen_allocated\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n            [19c9,1a32) {fbreg(-440)}\n            [1a5c,1b3f) {fbreg(-440)}\n            [1dbc,1f49) {fbreg(-440)}\n            [24c2,24f5) {fbreg(-440)}\n            [5382,544a) {fbreg(-440)}\n            [57d5,5814) {fbreg(-440)}\n      GNU_locviews (sec_offset)\n    [5690] variable \"seen_unallocated\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n            [19c9,1a56) {fbreg(-448)}\n            [1a5c,1b3f) {fbreg(-448)}\n            [1dbc,1e5b) {fbreg(-448)}\n            [1e60,1f49) {fbreg(-448)}\n            [24c2,24e8) {fbreg(-448)}\n            [5382,544a) {fbreg(-448)}\n            [57d5,5814) {fbreg(-448)}\n      GNU_locviews (sec_offset)\n    [569d] variable \"mixed_allocated_unallocated\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [1994,19c9) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [56aa] variable \"removing_sections\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [30c0,30e9) {lit0, stack_value}\n            [3bff,3c29) {lit0, stack_value}\n            [45d7,47c1) {lit1, stack_value}\n            [48ef,4932) {lit1, stack_value}\n            [494f,498b) {lit0, stack_value}\n      GNU_locviews (sec_offset)\n    [56b7] variable \"lastoffset\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [3227,3237) {lit0, stack_value}\n            [3240,33e4) {fbreg(-560)}\n            [33e9,346a) {fbreg(-560)}\n            [34c7,397f) {fbreg(-560)}\n            [3985,39d9) {fbreg(-560)}\n            [39df,3a63) {fbreg(-560)}\n            [3a6f,3ae3) {fbreg(-560)}\n            [3af0,3b48) {fbreg(-560)}\n            [3b4e,3b8d) {fbreg(-560)}\n            [3c29,3c69) {fbreg(-560)}\n            [3c80,3d13) {fbreg(-560)}\n            [3e9c,3edb) {fbreg(-560)}\n            [3ee1,3f15) {fbreg(-560)}\n      GNU_locviews (sec_offset)\n    [56c4] variable \"offsize\"\n      abstract_origin (ref4)\n      location (sec_offset)\n            [211e,2125) {reg0}\n            [2125,2135) {reg1}\n            [2135,213d) {breg1(0), neg, stack_value}\n      GNU_locviews (sec_offset)\n    [56d1] formal_parameter \"prefix\"\n      abstract_origin (ref4)\n    [56d6] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [56f0] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15e6,15ea) {reg5}\n              [15ea,15eb) {breg7(15), const1s(-16), and, stack_value}\n        GNU_locviews (sec_offset)\n      [56fd] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15e6,15eb) {reg3}\n        GNU_locviews (sec_offset)\n      [570a] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15e6,15ea) {reg1}\n        GNU_locviews (sec_offset)\n      [5717] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5724] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg7(15), const1s(-16), and}\n        [572d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n    [5735] inlined_subroutine \"open\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [574f] formal_parameter \"__path\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15f7,1605) {reg5}\n        GNU_locviews (sec_offset)\n      [575c] formal_parameter \"__oflag\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [15f7,160f) {const1u(66), stack_value}\n        GNU_locviews (sec_offset)\n      [5769] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5776] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {const1u(66)}\n        [577c] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg14(0)}\n    [5784] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [5791] variable \"debug_fname_len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1669,166d) {reg0}\n              [166d,16ae) {reg12}\n              [2e97,2ea3) {reg12}\n        GNU_locviews (sec_offset)\n      [579e] inlined_subroutine \"mempcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [57b8] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1685,1689) {reg0}\n                [1689,168a) {reg3}\n          GNU_locviews (sec_offset)\n        [57c5] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1685,1689) {reg4}\n          GNU_locviews (sec_offset)\n        [57d2] formal_parameter \"__len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1685,168a) {reg12}\n          GNU_locviews (sec_offset)\n        [57df] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [57ec] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n          [57f2] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg12(0)}\n      [57fa] inlined_subroutine \"strcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5814] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [168a,169a) {reg0}\n          GNU_locviews (sec_offset)\n        [5821] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [168a,169a) {implicit_pointer([aaa6],0) {implicit_value(8){2e58585858585800}}}\n          GNU_locviews (sec_offset)\n      [582f] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5855] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2ebe,2ecf) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5862] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2ebe,2eca) {breg0(0)}\n                [2eca,2ece) {reg4}\n          GNU_locviews (sec_offset)\n        [586f] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2ebe,2ecf) {reg3}\n          GNU_locviews (sec_offset)\n        [587c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5889] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [588e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg3(0)}\n          [5894] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {breg12(0)}\n      [589c] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [58a9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [58ba] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg12(8)}\n      [58c1] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [58d2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg3(0)}\n      [58d9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [58ea] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [58f7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5ec2)}\n        [5904] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [590a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [5918] inlined_subroutine \"handle_debug_relocs\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5932] formal_parameter \"elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {fbreg(-456)}\n              [1f49,2056) {fbreg(-456)}\n              [2e48,2e67) {fbreg(-456)}\n              [42b4,42d1) {fbreg(-456)}\n              [5564,55b0) {fbreg(-456)}\n              [561b,563f) {fbreg(-456)}\n              [57be,57d5) {fbreg(-456)}\n        GNU_locviews (sec_offset)\n      [593f] formal_parameter \"ebl\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {fbreg(-488)}\n              [1f49,2056) {fbreg(-488)}\n              [2e48,2e67) {fbreg(-488)}\n              [42b4,42d1) {fbreg(-488)}\n              [5564,55b0) {fbreg(-488)}\n              [561b,563f) {fbreg(-488)}\n              [57be,57d5) {fbreg(-488)}\n        GNU_locviews (sec_offset)\n      [594c] formal_parameter \"new_elf\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,179c) {reg5}\n              [179c,189c) {fbreg(-464)}\n              [1f49,2056) {fbreg(-464)}\n              [2e48,2e67) {fbreg(-464)}\n              [42b4,42d1) {fbreg(-464)}\n              [5564,55b0) {fbreg(-464)}\n              [561b,563f) {fbreg(-464)}\n              [57be,57d5) {fbreg(-464)}\n        GNU_locviews (sec_offset)\n      [5959] formal_parameter \"ehdr\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,179c) {reg0}\n              [179c,189c) {fbreg(-544)}\n              [1f49,2056) {fbreg(-544)}\n              [2e48,2e67) {fbreg(-544)}\n              [42b4,42d1) {fbreg(-544)}\n              [5564,55b0) {fbreg(-544)}\n              [561b,563f) {fbreg(-544)}\n              [57be,57d5) {fbreg(-544)}\n        GNU_locviews (sec_offset)\n      [5966] formal_parameter \"fname\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {fbreg(-472)}\n              [1f49,2056) {fbreg(-472)}\n              [2e48,2e67) {fbreg(-472)}\n              [42b4,42d1) {fbreg(-472)}\n              [5564,55b0) {fbreg(-472)}\n              [561b,563f) {fbreg(-472)}\n              [57be,57d5) {fbreg(-472)}\n        GNU_locviews (sec_offset)\n      [5973] formal_parameter \"shstrndx\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,17b2) {reg3}\n              [17b2,189c) {fbreg(-440)}\n              [1f49,1faf) {fbreg(-440)}\n              [2e48,2e67) {fbreg(-440)}\n              [42b4,42c6) {reg3}\n              [558c,55b0) {fbreg(-440)}\n              [57be,57d5) {fbreg(-440)}\n        GNU_locviews (sec_offset)\n      [5980] formal_parameter \"last_offset\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [1f49,2056) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [2e48,2e67) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [42b4,42d1) {implicit_pointer([5540],0) {lit0, stack_value}}\n              [5564,55b0) {implicit_pointer([5540],0) <no location>}\n              [561b,563f) {implicit_pointer([5540],0) <no location>}\n              [57be,57d5) {implicit_pointer([5540],0) {lit0, stack_value}}\n        GNU_locviews (sec_offset)\n      [598d] formal_parameter \"last_size\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1798,189c) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [1f49,2056) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [2e48,2e67) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [42b4,42d1) {implicit_pointer([554d],0) {lit0, stack_value}}\n              [5564,55b0) {implicit_pointer([554d],0) <no location>}\n              [561b,563f) {implicit_pointer([554d],0) <no location>}\n              [57be,57d5) {implicit_pointer([554d],0) {lit0, stack_value}}\n        GNU_locviews (sec_offset)\n      [599a] variable \"lastoffset\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [17b2,1897) {reg13}\n              [1f49,2056) {reg13}\n              [2e48,2e67) {reg13}\n              [5564,55b0) {reg13}\n              [561b,563f) {reg13}\n              [57be,57d5) {reg13}\n        GNU_locviews (sec_offset)\n      [59a7] variable \"scn\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [17b2,17cd) {reg14}\n              [17cd,17e1) {reg0}\n              [17e1,189c) {reg14}\n              [1f49,1f65) {reg0}\n              [1f65,1f92) {reg14}\n              [1f92,1faf) {lit0, stack_value}\n              [1faf,1fc4) {reg12}\n              [1fc4,1fd8) {reg0}\n              [1fd8,204f) {reg12}\n              [204f,2056) {reg0}\n              [2e48,2e67) {reg14}\n              [558c,55b0) {reg14}\n              [57be,57d5) {reg14}\n        GNU_locviews (sec_offset)\n      [59b4] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [59c1] variable \"shdr\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [59ca] variable \"new_scn\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [17fd,1811) {reg0}\n                [1811,189c) {reg15}\n                [2e48,2e67) {reg15}\n                [558c,5595) {reg0}\n                [5595,55b0) {reg15}\n          GNU_locviews (sec_offset)\n        [59d7] variable \"data\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [181e,1827) {reg0}\n                [1827,1868) {reg3}\n                [1868,189c) {reg0}\n                [2e48,2e67) {reg3}\n          GNU_locviews (sec_offset)\n        [59e4] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [59f1] variable \"new_data\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1828,1857) {reg0}\n                  [2e48,2e51) {reg0}\n            GNU_locviews (sec_offset)\n          [59fe] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [5a24] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2e52,2e67) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5a31] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2e52,2e67) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5a3e] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2e52,2e67) {addr(0x6290), stack_value}\n              GNU_locviews (sec_offset)\n            [5a4b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [5a58] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit0}\n              [5a5d] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n              [5a62] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {addr(0x6290)}\n          [5a71] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [5a82] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg15(0)}\n          [5a89] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5a96] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n        [5a9e] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [5ab7] variable \"filesz\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [1889,1890) {reg4}\n                  [1890,189c) {fbreg(-320), deref, breg0(0), fbreg(-348), deref_size(4), lit8, ne, bra(1), swap, drop, stack_value}\n            GNU_locviews (sec_offset)\n        [5ac5] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [5aeb] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5596,55ab) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5af8] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5596,55ab) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5b05] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5596,55ab) {addr(0x6270), stack_value}\n            GNU_locviews (sec_offset)\n          [5b12] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5b1f] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit0}\n            [5b24] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [5b29] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {addr(0x6270)}\n        [5b38] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5b49] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [5b4f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [5b57] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5b68] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n        [5b71] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5b82] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [5b88] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [5b90] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5ba1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg14(0)}\n          [5ba7] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n        [5bae] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5bbb] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n      [5bc3] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [5bd0] variable \"shdr\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [5bd9] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [5be6] variable \"filesz\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [2046,204f) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5bf3] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [5c19] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5625,563a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5c26] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5625,563a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [5c33] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5625,563a) {addr(0x5f39), stack_value}\n              GNU_locviews (sec_offset)\n            [5c40] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [5c4d] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit0}\n              [5c52] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n              [5c57] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {addr(0x5f39)}\n          [5c66] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [5c77] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg12(0)}\n            [5c7d] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-352)}\n          [5c85] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5c92] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n        [5c9a] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [5cc0] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5572,5587) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5ccd] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5572,5587) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [5cda] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5572,5587) {addr(0x5f23), stack_value}\n            GNU_locviews (sec_offset)\n          [5ce7] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [5cf4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {lit0}\n            [5cf9] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n            [5cfe] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {addr(0x5f23)}\n        [5d0d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [5d1e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [5d24] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [5d2c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5d39] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n      [5d41] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5d67] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42bc,42c6) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5d74] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42bc,42c6) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5d81] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42bc,42c6) {addr(0x5f06), stack_value}\n          GNU_locviews (sec_offset)\n      [5d8f] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [5da9] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [57c6,57d5) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5db6] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [57c6,57d5) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [5dc3] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [57c6,57d5) {addr(0x5f52), stack_value}\n          GNU_locviews (sec_offset)\n        [5dd0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [5ddd] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [5de2] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n      [5de9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5dfa] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e02] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-544), deref}\n      [5e0b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e1c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [5e24] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg14(0)}\n      [5e2b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e3c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e44] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [5e4b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e5c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-488), deref}\n        [5e64] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e6c] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-544), deref}\n        [5e74] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n        [5e7c] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n      [5e83] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5e94] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [5e9c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg12(0)}\n      [5ea3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [5eb4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [5ebb] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5ec8] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n    [5ed0] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5ef6] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a8a,1a94) {reg12}\n        GNU_locviews (sec_offset)\n      [5f03] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a8a,1a94) {reg0}\n              [1a94,1abb) {reg13}\n        GNU_locviews (sec_offset)\n      [5f10] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1a8a,1abb) {reg12}\n        GNU_locviews (sec_offset)\n      [5f1d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5f2a] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg13(0)}\n        [5f30] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [5f38] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5f5e] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ad1,1adb) {reg12}\n        GNU_locviews (sec_offset)\n      [5f6b] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ad1,1b0d) {reg13}\n        GNU_locviews (sec_offset)\n      [5f78] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ad1,1b19) {reg12}\n        GNU_locviews (sec_offset)\n      [5f85] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5f92] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg13(0)}\n        [5f98] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [5fa0] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [5fc6] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1b29,1b2c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [5fd3] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1b29,1b2c) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [5fe0] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1b29,1b2c) {reg0}\n        GNU_locviews (sec_offset)\n      [5fed] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [5ffa] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [5fff] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [6006] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6013] variable \"zero_off\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [601c] variable \"zero\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-280)}\n      [6025] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [603f] formal_parameter \"fd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {fbreg(-524)}\n                [2f3f,2f4d) {fbreg(-524)}\n                [5684,5691) {fbreg(-524)}\n                [576d,5779) {fbreg(-524)}\n          GNU_locviews (sec_offset)\n        [604c] formal_parameter \"buf\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {reg3}\n                [2f3f,2f4d) {reg3}\n                [5684,568b) {reg3}\n                [568b,5691) {fbreg(-352), stack_value}\n                [576d,5774) {reg3}\n                [5774,5779) {fbreg(-352), stack_value}\n          GNU_locviews (sec_offset)\n        [6059] formal_parameter \"len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {lit8, stack_value}\n                [2f3f,2f4d) {lit8, stack_value}\n                [5684,5691) {lit8, stack_value}\n                [576d,5779) {lit8, stack_value}\n          GNU_locviews (sec_offset)\n        [6066] formal_parameter \"off\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2281) {const1u(40), stack_value}\n                [2f3f,2f4d) {const1u(40), stack_value}\n                [5684,5691) {const1u(40), stack_value}\n                [576d,5779) {const1u(40), stack_value}\n          GNU_locviews (sec_offset)\n        [6073] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2220,2235) {lit0, stack_value}\n                [2235,2281) {reg12}\n                [2f3f,2f4d) {reg12}\n                [5684,5691) {reg12}\n                [576d,5779) {reg12}\n          GNU_locviews (sec_offset)\n        [6080] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [6089] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [225d,2278) {reg0}\n                  [5684,568b) {reg0}\n                  [576d,5779) {reg0}\n            GNU_locviews (sec_offset)\n          [6096] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [609f] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [2253,2278) {reg0}\n                    [2f3f,2f43) {reg0}\n                    [5684,5691) {reg0}\n                    [576d,5779) {reg0}\n              GNU_locviews (sec_offset)\n            [60ac] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [60bd] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [60c6] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0), breg12(0), plus}\n              [60cf] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit8, breg12(0), minus}\n              [60d7] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {fbreg(-456), deref}\n            [60e0] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n      [60f0] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6116] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2f86,2f97) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6123] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2f86,2f92) {breg0(0)}\n                [2f92,2f96) {reg4}\n          GNU_locviews (sec_offset)\n        [6130] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2f86,2f97) {reg15}\n          GNU_locviews (sec_offset)\n        [613d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [614a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [614f] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg15(0)}\n          [6155] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {breg12(0)}\n      [615d] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        call_file (data1)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [616e] formal_parameter \"fd\"\n          abstract_origin (ref4)\n        [6173] formal_parameter \"buf\"\n          abstract_origin (ref4)\n        [6178] formal_parameter \"len\"\n          abstract_origin (ref4)\n        [617d] formal_parameter \"off\"\n          abstract_origin (ref4)\n        [6182] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [56b1,56f5) {reg3}\n          GNU_locviews (sec_offset)\n        [618f] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [6198] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [56d1,56e5) {reg0}\n            GNU_locviews (sec_offset)\n          [61a5] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [61ae] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [56cb,56e9) {reg0}\n              GNU_locviews (sec_offset)\n            [61bb] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [61cc] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [61d5] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg12(0), breg3(0), plus}\n              [61de] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit6, breg3(0), minus}\n              [61e6] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg15(0)}\n            [61ed] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n      [61fd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [620e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [621b] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5fc8)}\n        [6228] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [622e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [623b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [6248] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-524), deref_size(4)}\n        [6251] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-440), deref}\n    [625b] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6268] variable \"phdr_mem\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [6271] variable \"phdr\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1bc6,1bdb) {reg0}\n        GNU_locviews (sec_offset)\n      [627e] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [62a4] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (implicit_const)\n          call_column (implicit_const)\n          [62c3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [62d4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [62db] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [62ec] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [62f3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [6300] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg12(0)}\n      [6309] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [632f] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1c4a,1c5c) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [633c] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1c4a,1c5c) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6349] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1c4a,1c5c) {reg0}\n          GNU_locviews (sec_offset)\n        [6356] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [6363] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit1}\n          [6368] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n          [636d] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {fbreg(-472), deref}\n      [6377] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6388] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [6390] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [6396] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-352)}\n      [639e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [63af] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [63b7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [63be] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [63cf] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [63d6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [63e3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [63f0] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [63fd] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [6404] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6411] variable \"phdr_mem\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [641a] variable \"phdr\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1cb7,1ccc) {reg0}\n        GNU_locviews (sec_offset)\n      [6427] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [644d] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (implicit_const)\n          call_column (implicit_const)\n          [646c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [647d] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [6484] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [6495] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg3(0)}\n          [649c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [64a9] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg12(0)}\n      [64b2] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [64d8] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1d3b,1d52) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [64e5] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1d3b,1d52) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [64f2] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [1d3b,1d52) {reg0}\n          GNU_locviews (sec_offset)\n      [6500] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6511] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [6519] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [651f] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-352)}\n      [6527] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6538] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n        [6540] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [6547] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [6558] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [655f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [656c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [6579] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [6586] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [658d] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [65b3] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1d79,1d8a) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [65c0] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1d79,1d85) {breg0(0)}\n              [1d85,1d89) {reg4}\n        GNU_locviews (sec_offset)\n      [65cd] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1d79,1d8a) {reg3}\n        GNU_locviews (sec_offset)\n      [65da] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [65e7] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [65ec] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [65f2] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n    [65fa] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6607] variable \"grpref\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ea5,1ec9) {breg0(0)}\n              [1ec9,1f14) {reg4}\n              [1f37,1f3c) {reg4}\n              [1f3c,1f49) {breg14(72), deref}\n        GNU_locviews (sec_offset)\n      [6614] variable \"inner\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [1ea5,1ec9) {lit1, stack_value}\n              [1ee0,1ef4) {reg0}\n              [1ef4,1f00) {breg0(-1), stack_value}\n              [1f00,1f0b) {reg0}\n              [1f37,1f3c) {reg0}\n        GNU_locviews (sec_offset)\n      [6621] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6647] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [6655] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [667b] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5806,581a) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [6688] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5806,581a) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6695] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5806,581a) {reg0}\n          GNU_locviews (sec_offset)\n      [66a3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [66b4] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [66ba] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [66cb] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [66d2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [66df] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [66ec] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [66f9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [6700] inlined_subroutine \"memcpy\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [671a] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [20a1,20bc) {reg0}\n              [20bc,20cc) {reg12}\n        GNU_locviews (sec_offset)\n      [6727] formal_parameter \"__src\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [20a1,20cc) {fbreg(-544)}\n        GNU_locviews (sec_offset)\n      [6734] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [20a1,20cc) {lit16, stack_value}\n        GNU_locviews (sec_offset)\n    [6742] lexical_block\n      abstract_origin (ref4)\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [675b] variable \"grpref\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [228c,22a4) {breg1(0)}\n              [22a4,22ae) {reg1}\n              [22ae,22da) {breg3(72), deref}\n        GNU_locviews (sec_offset)\n      [6768] lexical_block\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        [677d] variable \"in\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [228c,22ae) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n    [678c] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [67b2] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2310,2325) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [67bf] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2310,2325) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [67cc] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2310,2320) {reg0}\n              [2320,2324) {reg1}\n        GNU_locviews (sec_offset)\n      [67d9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [67e6] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [67eb] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [67f0] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n    [67fa] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [6820] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [683f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6850] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [6857] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6868] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [686f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [687c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n    [6885] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [689f] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2516,2525) {reg12}\n        GNU_locviews (sec_offset)\n      [68ac] formal_parameter \"name\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2516,2525) {breg3(80)}\n        GNU_locviews (sec_offset)\n      [68b9] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2516,254b) {reg12}\n        GNU_locviews (sec_offset)\n      [68c6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [68d3] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n        [68d9] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [68e1] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [68ee] variable \"shdr_indices\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-208)}\n      [68f7] variable \"n\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [25ec,2614) {lit1, stack_value}\n              [2614,261f) {reg1}\n        GNU_locviews (sec_offset)\n      [6904] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        [690d] variable \"j\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2614,261f) {lit0, stack_value}\n                [261f,2650) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n                [2650,2654) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, plus_uconst(1), stack_value}\n                [2654,2659) {breg15(0), fbreg(0), minus, plus_uconst(200), lit3, shr, plus_uconst(1), stack_value}\n                [2842,2867) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n                [2afe,2b50) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n                [4355,43d9) {breg15(0), fbreg(0), minus, plus_uconst(208), lit3, shr, stack_value}\n          GNU_locviews (sec_offset)\n        [691a] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [6923] variable \"i\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [2623,2659) {reg12}\n                  [2842,2867) {reg12}\n                  [2afe,2b50) {reg12}\n                  [4355,435f) {reg12}\n            GNU_locviews (sec_offset)\n          [6930] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [6956] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (implicit_const)\n              call_column (implicit_const)\n              [6975] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [6986] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [698d] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [699e] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [69a5] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [69b2] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n          [69bb] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [69e1] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [43c2,43d9) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [69ee] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [43c2,43d9) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [69fb] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [43c2,43d9) {reg0}\n              GNU_locviews (sec_offset)\n          [6a09] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [6a1a] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit0}\n          [6a20] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [6a31] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [6a38] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [6a45] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [6a52] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [6a5f] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n    [6a68] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [6a75] variable \"shdrstrndx\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [6a7e] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [6a8b] variable \"discard_section\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [26fd,2758) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6a98] variable \"debugshdr\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [6aa1] variable \"debugdata\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [26b1,26d1) {reg12}\n                [2788,2792) {reg0}\n                [2792,2811) {reg12}\n                [3daa,3db7) {reg12}\n                [47c1,47ce) {reg0}\n                [47ce,4806) {reg12}\n                [4891,48ef) {reg12}\n          GNU_locviews (sec_offset)\n        [6aae] inlined_subroutine \"memcpy\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6ad4] formal_parameter \"__dest\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [27f6,2807) {reg0}\n            GNU_locviews (sec_offset)\n          [6ae1] formal_parameter \"__src\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [27f6,2808) {reg13}\n            GNU_locviews (sec_offset)\n          [6aee] formal_parameter \"__len\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [27f6,2808) {fbreg(-448)}\n            GNU_locviews (sec_offset)\n          [6afb] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [6b08] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [6b0e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-448), deref}\n        [6b18] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6b3e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [6b4c] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6b72] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [44a2,44b6) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6b7f] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [44a2,44b6) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6b8c] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [44a2,44b6) {reg0}\n            GNU_locviews (sec_offset)\n        [6b9a] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6bc0] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [6bce] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6bf4] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [47f2,4806) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6c01] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [47f2,4806) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6c0e] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [47f2,4806) {reg0}\n            GNU_locviews (sec_offset)\n        [6c1c] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6c42] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (implicit_const)\n            call_column (implicit_const)\n            [6c61] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [6c72] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [6c79] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [6c8a] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [6c91] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [6c9e] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n        [6ca7] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6ccd] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [487a,4891) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6cda] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [487a,4891) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6ce7] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [487a,4891) {reg0}\n            GNU_locviews (sec_offset)\n        [6cf5] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6d1b] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n        [6d29] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [6d4f] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [48c2,48d6) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [6d5c] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [48c2,48d6) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [6d69] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [48c2,48d6) {reg0}\n            GNU_locviews (sec_offset)\n        [6d77] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6d88] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-496), deref}\n        [6d91] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6da2] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [6da8] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-352)}\n        [6db0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6dc1] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [6dc8] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6dd9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-448), deref}\n        [6de2] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6df3] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [6df9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e0a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6e11] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e22] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6e2f] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6e3c] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [6e42] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e53] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6e5a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e6b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6e78] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6e85] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [6e8b] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6e9c] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6ea3] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6eb4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6ec1] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6ece] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n        [6ed4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [6ee5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [6eec] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [6ef9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [6f06] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [6f13] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [6f1a] inlined_subroutine \"memcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6f34] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3dd3,3df2) {reg0}\n          GNU_locviews (sec_offset)\n        [6f41] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3dd3,3df2) {fbreg(-544)}\n          GNU_locviews (sec_offset)\n        [6f4e] formal_parameter \"__len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3dd3,3df2) {lit16, stack_value}\n          GNU_locviews (sec_offset)\n      [6f5c] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6f82] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3e83,3e89) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6f8f] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3e83,3e89) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6f9c] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3e83,3e89) {reg0}\n          GNU_locviews (sec_offset)\n        [6fa9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [6fb6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [6fbb] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n      [6fc2] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [6fe8] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42a5,42b4) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [6ff5] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42a5,42b4) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7002] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [42a5,42b4) {reg0}\n          GNU_locviews (sec_offset)\n      [7010] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7036] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7044] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [706a] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [49df,49f3) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [7077] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [49df,49f3) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7084] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [49df,49f3) {reg0}\n          GNU_locviews (sec_offset)\n      [7092] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70a3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n        [70ab] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-208)}\n      [70b3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70c4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n      [70cd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70de] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [70e6] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-352)}\n      [70ee] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [70ff] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-496), deref}\n      [7108] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7119] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [7120] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7131] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n      [713f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7150] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [7157] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7168] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [7175] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6388)}\n        [7182] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [7188] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7199] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [71a0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [71b1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [71b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [71c5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [71d2] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [71df] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [71e6] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [71f3] variable \"symdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2953,2972) {breg3(72)}\n              [2c9c,2cc4) {breg3(72)}\n        GNU_locviews (sec_offset)\n      [7200] variable \"xndxdata\"\n        abstract_origin (ref4)\n      [7205] variable \"elsize\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [29b6,29ba) {reg0}\n              [29ba,29fe) {reg5}\n              [29fe,2ab3) {reg12}\n              [2abf,2afe) {reg12}\n              [2b50,2b66) {reg12}\n              [2b6e,2baa) {reg12}\n              [43d9,43e0) {reg12}\n        GNU_locviews (sec_offset)\n      [7212] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [721f] variable \"inner\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [29b6,29fe) {lit0, stack_value}\n                [29fe,2ab3) {reg14}\n                [2abf,2afe) {reg14}\n                [2b50,2b66) {reg14}\n                [2b6e,2baa) {reg14}\n                [43d9,445a) {reg14}\n          GNU_locviews (sec_offset)\n        [722c] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [7235] variable \"sym_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-352)}\n          [723e] variable \"xndx\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-400)}\n          [7247] variable \"sym\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [29fe,2a1c) {reg10}\n                  [2a60,2a6a) {reg0}\n                  [2a6a,2ab3) {reg10}\n                  [2abf,2ae9) {reg10}\n                  [2ae9,2af5) {fbreg(-504)}\n                  [2b6e,2b78) {fbreg(-504)}\n                  [43d9,43f8) {reg0}\n            GNU_locviews (sec_offset)\n          [7254] variable \"scnidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [29fe,2a04) {reg0}\n                  [2a6a,2ab3) {reg0}\n            GNU_locviews (sec_offset)\n          [7261] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7287] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (implicit_const)\n              call_column (implicit_const)\n              [72a6] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [72b7] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [72be] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [72cf] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg3(0)}\n              [72d6] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                [72e3] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n          [72ec] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7312] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4443,445a) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [731f] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4443,445a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [732c] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4443,445a) {reg0}\n              GNU_locviews (sec_offset)\n          [733a] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [734b] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {breg13(0)}\n            [7351] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-448), deref}\n            [7359] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg14(0)}\n            [735f] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-352)}\n            [7366] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-440), deref}\n          [736f] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7380] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-488), deref}\n          [7389] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [739a] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n          [73a3] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [73b4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-488), deref}\n            [73bc] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-504), deref}\n          [73c5] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [73d6] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [73dd] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [73ea] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [73f7] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7404] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n      [740c] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7432] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7440] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7466] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2d29,2d3d) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [7473] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2d29,2d3d) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7480] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2d29,2d3d) {reg0}\n          GNU_locviews (sec_offset)\n      [748e] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [74b4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [74c2] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [74e8] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2db6,2dca) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [74f5] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2db6,2dca) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [7502] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [2db6,2dca) {reg0}\n          GNU_locviews (sec_offset)\n      [7510] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7521] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-456), deref}\n        [7529] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit11}\n        [752e] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit1}\n        [7533] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {lit1}\n      [7539] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [754a] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [7550] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7561] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [7568] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [7579] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [7586] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [7593] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [7599] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [75aa] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [75b0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [75c1] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [75c8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [75d5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [75e2] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [75ef] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [75f6] inlined_subroutine \"section_name_matches\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [7610] formal_parameter \"patterns\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2be8,2bf5) {reg12}\n        GNU_locviews (sec_offset)\n      [761d] formal_parameter \"name\"\n        abstract_origin (ref4)\n      [7622] variable \"pattern\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2be8,2c1d) {reg12}\n        GNU_locviews (sec_offset)\n      [762f] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [763c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg15(0)}\n        [7642] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {const1u(32)}\n    [764a] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [7657] variable \"is_comdat\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2c85,2c8b) {breg2(0), lit1, and, stack_value}\n              [2c8b,2c8e) {breg1(0), deref, deref_size(1), lit1, and, stack_value}\n              [2c8e,2c91) {breg0(72), deref, deref, deref_size(1), lit1, and, stack_value}\n        GNU_locviews (sec_offset)\n    [7665] inlined_subroutine \"memset\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      ranges (sec_offset)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [767f] formal_parameter \"__dest\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2dee,2df2) {reg0}\n              [2df2,2df3) {reg14}\n        GNU_locviews (sec_offset)\n      [768c] formal_parameter \"__ch\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2dee,2df3) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [7699] formal_parameter \"__len\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2dee,2df2) {reg1}\n        GNU_locviews (sec_offset)\n      [76a6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [76b3] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {breg14(0)}\n        [76b9] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [76c0] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [76e6] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2e2f,2e43) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [76f3] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2e2f,2e43) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [7700] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2e2f,2e3e) {reg0}\n              [2e3e,2e42) {reg1}\n        GNU_locviews (sec_offset)\n      [770d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [771a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [771f] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [7724] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [772a] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [7732] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [7758] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [7777] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7788] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [778f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [77a0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [77a7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [77b4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n    [77bd] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [77e3] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2f2e,2f3f) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [77f0] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2f2e,2f3f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [77fd] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [2f2e,2f3a) {reg0}\n              [2f3a,2f3e) {reg1}\n        GNU_locviews (sec_offset)\n      [780a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [7817] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [781c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n    [7823] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [7830] variable \"newdata\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3323,332d) {reg0}\n              [332d,3378) {reg15}\n              [352c,365a) {reg15}\n              [365a,397f) {fbreg(-688)}\n              [3985,39d9) {fbreg(-688)}\n              [39df,3a63) {fbreg(-688)}\n              [3a8c,3aaa) {reg15}\n              [3aaa,3ab7) {reg0}\n              [3ab7,3af0) {reg15}\n              [3b4e,3b8d) {fbreg(-688)}\n        GNU_locviews (sec_offset)\n      [783d] variable \"sh_link\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [32a9,32b6) {reg2}\n              [32b6,346a) {fbreg(-624)}\n              [34c7,397f) {fbreg(-624)}\n              [3985,39d9) {fbreg(-624)}\n              [39df,3a63) {fbreg(-624)}\n              [3a6f,3ae3) {fbreg(-624)}\n              [3af0,3b48) {fbreg(-624)}\n              [3b4e,3b8d) {fbreg(-624)}\n        GNU_locviews (sec_offset)\n      [784a] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [7857] variable \"grpref\"\n          abstract_origin (ref4)\n        [785c] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [7865] variable \"inner\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [34e1,34fe) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n      [7874] lexical_block\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        sibling (ref4)\n        [788d] variable \"filesz\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [33cb,33d6) {reg0}\n          GNU_locviews (sec_offset)\n        [789a] inlined_subroutine \"cleanup_debug\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [78c0] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (implicit_const)\n            call_column (implicit_const)\n            [78df] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [78f0] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [78f7] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [7908] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg3(0)}\n            [790f] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [791c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n        [7925] inlined_subroutine \"error\"\n          abstract_origin (ref4)\n          entry_pc (addr)\n          GNU_entry_view (data2)\n          low_pc (addr)\n          high_pc (data8)\n          call_file (implicit_const)\n          call_line (data2)\n          call_column (data1)\n          sibling (ref4)\n          [794b] formal_parameter \"__status\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3453,346a) {lit1, stack_value}\n            GNU_locviews (sec_offset)\n          [7958] formal_parameter \"__errnum\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3453,346a) {lit0, stack_value}\n            GNU_locviews (sec_offset)\n          [7965] formal_parameter \"__format\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3453,346a) {reg0}\n            GNU_locviews (sec_offset)\n        [7973] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7984] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-616), deref}\n          [798c] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg3(0)}\n        [7993] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [79a4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {const1s(-1)}\n        [79ab] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [79b8] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {addr(0x5e32)}\n          [79c5] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {addr(0x6158)}\n          [79d2] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit5}\n      [79d9] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        sibling (ref4)\n        [79e6] variable \"versiondata\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [352c,35e9) {lit0, stack_value}\n                [35e9,35fd) {reg0}\n                [35fd,361a) {reg2}\n                [3a8c,3aaa) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [79f3] variable \"shndxdata\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [352c,3586) {lit0, stack_value}\n                [3586,35a0) {reg0}\n                [35a0,3aa2) {reg13}\n                [3aa2,3aaa) {lit0, stack_value}\n                [3b4e,3b93) {reg13}\n          GNU_locviews (sec_offset)\n        [7a00] variable \"elsize\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3551,3554) {reg0}\n                [3554,3660) {reg14}\n                [3660,397f) {fbreg(-568)}\n                [3985,39d9) {fbreg(-568)}\n                [39df,3a63) {fbreg(-568)}\n                [3a6f,3a8c) {fbreg(-568)}\n                [3a8c,3aaa) {reg14}\n                [3b4e,3b8d) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [7a0d] variable \"last_was_local\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3634,367c) {lit1, stack_value}\n                [367c,36c9) {fbreg(-592)}\n                [36c9,36d0) {lit0, stack_value}\n                [36d7,37dc) {fbreg(-592)}\n                [37dc,37e4) {lit0, stack_value}\n                [37f3,397f) {fbreg(-592)}\n                [3985,39d9) {fbreg(-592)}\n                [39df,3a63) {fbreg(-592)}\n                [3b4e,3b8d) {fbreg(-592)}\n          GNU_locviews (sec_offset)\n        [7a1a] variable \"destidx\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3634,367c) {lit1, stack_value}\n                [367c,36b1) {reg14}\n                [36b1,36da) {reg1}\n                [36da,37bd) {reg14}\n                [37bd,37f3) {reg1}\n                [37f3,392c) {reg14}\n                [392c,393b) {breg14(1), stack_value}\n                [393b,3a6f) {reg14}\n                [3b4e,3b93) {reg14}\n          GNU_locviews (sec_offset)\n        [7a27] variable \"inner\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3634,367c) {lit1, stack_value}\n                [367c,3a6f) {reg12}\n                [3b4e,3b93) {reg12}\n          GNU_locviews (sec_offset)\n        [7a34] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [7a41] variable \"sec\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3769,3794) {reg8}\n                  [37f3,385f) {reg8}\n                  [389f,38c0) {reg8}\n                  [38d2,38f3) {reg8}\n                  [3a18,3a24) {reg8}\n            GNU_locviews (sec_offset)\n          [7a4e] variable \"sym_mem\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-352)}\n          [7a57] variable \"xshndx\"\n            abstract_origin (ref4)\n            location (exprloc) {fbreg(-428)}\n          [7a60] variable \"sym\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [367c,36f8) {reg3}\n                  [3717,3727) {reg0}\n                  [3727,396c) {reg3}\n                  [3985,39c6) {reg3}\n                  [39df,39e6) {reg3}\n                  [3a18,3a29) {reg3}\n                  [3a29,3a36) {reg0}\n                  [3a36,3a4e) {reg3}\n                  [3b4e,3b7a) {reg3}\n            GNU_locviews (sec_offset)\n          [7a6d] variable \"sidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [3749,375a) {reg0}\n            GNU_locviews (sec_offset)\n          [7a7a] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [7a87] variable \"nshndx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3785,3794) {reg0}\n                    [389f,38c0) {const1s(-1), stack_value}\n                    [3a18,3a29) {reg0}\n              GNU_locviews (sec_offset)\n            [7a94] variable \"nxshndx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3785,3794) {lit0, stack_value}\n                    [389f,38c0) {reg8}\n                    [3a18,3a29) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7aa1] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [7ac7] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [7ad5] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [7afb] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [3971,3985) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [7b08] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [3971,3985) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [7b15] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [3971,3985) {reg0}\n                GNU_locviews (sec_offset)\n            [7b23] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [7b34] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg13(0)}\n              [7b3a] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {breg14(0)}\n              [7b40] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg3(0)}\n            [7b47] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [7b58] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [7b5f] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [7b6c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [7b79] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [7b86] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n          [7b8d] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7bb3] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [38f4,390c) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7bc0] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [38f4,390c) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7bcd] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [38f4,3907) {reg0}\n                    [3907,390b) {reg1}\n              GNU_locviews (sec_offset)\n            [7bda] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [7be7] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {lit0}\n              [7bec] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n              [7bf1] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg12(0)}\n              [7bf7] call_site_parameter\n                location (exprloc) {reg8}\n                call_value (exprloc) {fbreg(-576), deref}\n          [7c01] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7c27] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n          [7c35] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7c5b] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [39cb,39df) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [7c68] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [39cb,39df) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7c75] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [39cb,39df) {reg0}\n              GNU_locviews (sec_offset)\n          [7c83] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7ca9] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n          [7cb7] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7cdd] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3a5a,3a6f) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [7cea] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3a5a,3a6f) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7cf7] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3a5a,3a6f) {reg0}\n              GNU_locviews (sec_offset)\n          [7d05] inlined_subroutine \"cleanup_debug\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7d2b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n          [7d39] inlined_subroutine \"error\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            low_pc (addr)\n            high_pc (data8)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [7d5f] formal_parameter \"__status\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3b7f,3b93) {lit1, stack_value}\n              GNU_locviews (sec_offset)\n            [7d6c] formal_parameter \"__errnum\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3b7f,3b93) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [7d79] formal_parameter \"__format\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [3b7f,3b93) {reg0}\n              GNU_locviews (sec_offset)\n          [7d87] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7d98] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [7d9e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg14(0)}\n            [7da4] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {breg3(0)}\n          [7dab] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7dbc] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg13(0)}\n            [7dc2] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg12(0)}\n            [7dc8] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-648), deref}\n            [7dd0] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-640), deref}\n          [7dd9] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7dea] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n            [7df2] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {fbreg(-624), deref}\n          [7dfb] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e0c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-488), deref}\n            [7e14] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg3(0)}\n          [7e1b] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e2c] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-696), deref}\n            [7e34] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x64a8)}\n            [7e41] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [7e47] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e58] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {breg14(0)}\n            [7e5e] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {breg3(0)}\n          [7e65] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e76] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [7e7d] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7e8e] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-440), deref}\n            [7e96] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7ea3] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [7ea9] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7eba] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [7ec1] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7ed2] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [7edf] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7eec] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n          [7ef2] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [7f03] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {const1s(-1)}\n          [7f0a] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [7f17] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {addr(0x5e32)}\n            [7f24] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {addr(0x6158)}\n            [7f31] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit5}\n        [7f38] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7f49] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [7f51] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [7f56] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [7f5b] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [7f61] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7f72] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [7f78] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7f89] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [7f8f] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [7fa0] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit4}\n        [7fa6] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7fb4] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [7fda] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [7fe8] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [800e] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3adb,3af0) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [801b] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3adb,3af0) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [8028] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3adb,3af0) {reg0}\n          GNU_locviews (sec_offset)\n      [8036] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [805c] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [806a] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [8090] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3b39,3b4e) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [809d] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3b39,3b4e) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [80aa] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3b39,3b4e) {reg0}\n          GNU_locviews (sec_offset)\n      [80b8] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [80c9] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n      [80d2] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [80df] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [80f0] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-616), deref}\n      [80f9] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [810a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [8111] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8122] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [812f] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [813c] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [8142] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8153] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n      [8159] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [816a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [8171] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [817e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [818b] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [8198] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [819f] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [81ac] variable \"info\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [346a,348e) {breg14(-12), stack_value}\n              [3f25,3f41) {breg14(-12), stack_value}\n              [3f41,3f60) {breg14(-156), stack_value}\n              [3f60,414e) {breg14(-12), stack_value}\n              [414e,415e) {breg14(-156), stack_value}\n              [49f3,4afb) {breg14(-12), stack_value}\n              [4b10,5134) {breg14(-12), stack_value}\n              [52d4,5382) {breg14(-12), stack_value}\n        GNU_locviews (sec_offset)\n      [81b9] variable \"symtabidx\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [346a,348e) {breg14(88)}\n              [3f25,3f33) {breg14(88)}\n              [3f72,3fe3) {breg14(88)}\n              [4b10,4b20) {breg14(88)}\n              [4fa8,4fcc) {breg14(88)}\n              [52d4,5300) {breg14(88)}\n              [5306,5313) {breg14(88)}\n        GNU_locviews (sec_offset)\n      [81c6] variable \"newsymidx\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [346a,348e) {reg13}\n              [3f25,3f33) {reg13}\n              [3fa0,4139) {reg13}\n              [49f3,4b17) {reg13}\n              [4b17,4b20) {breg3(136)}\n              [4f62,5134) {reg13}\n              [52d4,5382) {reg13}\n        GNU_locviews (sec_offset)\n      [81d3] lexical_block\n        abstract_origin (ref4)\n        ranges (sec_offset)\n        [81dc] variable \"d\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ff4,4032) {reg0}\n                [4032,414e) {reg12}\n                [49f3,4b10) {reg12}\n                [4f62,4f93) {reg12}\n          GNU_locviews (sec_offset)\n        [81e9] variable \"nrels\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4044,4048) {reg0}\n                [4048,414e) {reg15}\n                [49f3,4ab5) {reg15}\n                [4aca,4b10) {reg15}\n                [4f62,4fa8) {reg15}\n          GNU_locviews (sec_offset)\n        [81f6] variable \"symsize\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4055,4059) {reg0}\n                [4059,4086) {reg2}\n                [49f3,4a0e) {reg2}\n          GNU_locviews (sec_offset)\n        [8203] variable \"symidxn\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4067,4086) {reg0}\n                [4086,4142) {fbreg(-568)}\n                [49f3,4a0e) {reg0}\n                [4a0e,4abe) {fbreg(-568)}\n                [4aca,4b04) {fbreg(-568)}\n                [4f62,4f9c) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [8210] variable \"symd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4b46,4b5f) {reg0}\n                [4b5f,4f62) {reg12}\n                [4ff2,501c) {reg0}\n                [501c,5134) {reg12}\n          GNU_locviews (sec_offset)\n        [821d] variable \"hashd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4b66,4b7c) {reg0}\n                [4b7c,4bc1) {reg9}\n                [4bc1,4c18) {fbreg(-600)}\n                [4d79,4db5) {reg9}\n                [4db5,4df8) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [822a] variable \"symz\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5029,502d) {reg0}\n                [502d,5134) {fbreg(-568)}\n          GNU_locviews (sec_offset)\n        [8237] variable \"syms\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5038,503c) {breg0(0), convert{long unsigned int,unsigned,64@[2f]}, fbreg(-568), deref, convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n                [503c,5134) {fbreg(-576), deref, convert{long unsigned int,unsigned,64@[2f]}, fbreg(-568), deref, convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n          GNU_locviews (sec_offset)\n        [8244] variable \"verd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5043,506d) {reg0}\n                [506d,5134) {reg15}\n          GNU_locviews (sec_offset)\n        [8251] variable \"verstab\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5055,50df) {reg3}\n          GNU_locviews (sec_offset)\n        [825e] variable \"elsize\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5073,5077) {reg0}\n                [5077,5082) {reg2}\n          GNU_locviews (sec_offset)\n        [826b] variable \"vers\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5082,508d) {reg0}\n                [508d,50c4) {reg4}\n                [50c4,50ce) {reg2}\n          GNU_locviews (sec_offset)\n        [8278] variable \"shdr_mem\"\n          abstract_origin (ref4)\n          location (exprloc) {fbreg(-352)}\n        [8281] variable \"shdr\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [532c,534c) {reg0}\n                [534c,5382) {reg15}\n          GNU_locviews (sec_offset)\n        [828e] variable \"symsz\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5356,535a) {reg0}\n                [535a,5371) {reg4}\n          GNU_locviews (sec_offset)\n        [829b] variable \"symn\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5356,535a) {breg3(72), deref, plus_uconst(16), deref, convert{long unsigned int,unsigned,64@[2f]}, breg0(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n                [535a,5371) {breg3(72), deref, plus_uconst(16), deref, convert{long unsigned int,unsigned,64@[2f]}, breg4(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], stack_value}\n          GNU_locviews (sec_offset)\n        [82a8] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [82b5] variable \"relidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4071,4086) {lit0, stack_value}\n                  [4086,412d) {reg3}\n                  [4f62,4f87) {reg3}\n            GNU_locviews (sec_offset)\n          [82c2] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [82cb] variable \"rel_mem\"\n              abstract_origin (ref4)\n              location (exprloc) {fbreg(-352)}\n            [82d4] variable \"symidx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [409b,40be) {reg4}\n                    [40be,40d2) {fbreg(-344), deref, const1u(32), shr, stack_value}\n              GNU_locviews (sec_offset)\n            [82e1] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [8307] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [8315] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [833b] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4139,414e) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [8348] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4139,414e) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [8355] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4139,414e) {reg0}\n                GNU_locviews (sec_offset)\n            [8363] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [8389] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [8397] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [83bd] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4f93,4fa8) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [83ca] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4f93,4fa8) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [83d7] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4f93,4fa8) {reg0}\n                GNU_locviews (sec_offset)\n            [83e5] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [83f6] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [83fc] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [8402] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [840b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [841c] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [8422] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [8428] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [8431] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [8442] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [8449] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [845a] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [8467] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [8474] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n            [847a] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [848b] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [8492] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [849f] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [84ac] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [84b9] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n        [84c1] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [84da] variable \"relidx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [49f3,4a0e) {lit0, stack_value}\n                  [4a0e,4aa9) {reg3}\n                  [4aca,4aef) {reg3}\n            GNU_locviews (sec_offset)\n          [84e7] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [84f0] variable \"rel_mem\"\n              abstract_origin (ref4)\n              location (exprloc) {fbreg(-352)}\n            [84f9] variable \"symidx\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4a1b,4a3e) {reg4}\n                    [4a3e,4a52) {fbreg(-344), deref, const1u(32), shr, stack_value}\n              GNU_locviews (sec_offset)\n            [8506] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [852c] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [853a] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [8560] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ab5,4aca) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [856d] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ab5,4aca) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [857a] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ab5,4aca) {reg0}\n                GNU_locviews (sec_offset)\n            [8588] inlined_subroutine \"cleanup_debug\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [85ae] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n            [85bc] inlined_subroutine \"error\"\n              abstract_origin (ref4)\n              entry_pc (addr)\n              GNU_entry_view (data2)\n              low_pc (addr)\n              high_pc (data8)\n              call_file (implicit_const)\n              call_line (data2)\n              call_column (data1)\n              sibling (ref4)\n              [85e2] formal_parameter \"__status\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4afb,4b10) {lit1, stack_value}\n                GNU_locviews (sec_offset)\n              [85ef] formal_parameter \"__errnum\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4afb,4b10) {lit0, stack_value}\n                GNU_locviews (sec_offset)\n              [85fc] formal_parameter \"__format\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4afb,4b10) {reg0}\n                GNU_locviews (sec_offset)\n            [860a] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [861b] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [8621] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [8627] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [8630] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [8641] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg12(0)}\n              [8647] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0)}\n              [864d] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {fbreg(-560), deref}\n            [8656] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [8667] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [866e] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [867f] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [868c] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [8699] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n            [869f] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [86b0] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {const1s(-1)}\n            [86b7] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [86c4] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {addr(0x5e32)}\n              [86d1] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {addr(0x6158)}\n              [86de] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit5}\n        [86e6] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [86ff] variable \"bucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4b90,4bb0) {fbreg(-568)}\n                  [4c27,4c48) {fbreg(-568), deref, plus_uconst(16), stack_value}\n                  [4c48,4c72) {reg2}\n                  [4c72,4d79) {fbreg(-568)}\n            GNU_locviews (sec_offset)\n          [870c] variable \"strshndx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4b90,4bbd) {fbreg(-576), deref_size(4), const4u(4294967295), and, stack_value}\n            GNU_locviews (sec_offset)\n          [8719] variable \"elsize\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4bc5,4bca) {reg0}\n                  [4bca,4d79) {reg13}\n            GNU_locviews (sec_offset)\n          [8726] variable \"nbucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4bd4,4c53) {fbreg(-568), deref}\n                  [4c53,4d79) {reg15}\n            GNU_locviews (sec_offset)\n          [8733] variable \"nchain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4bd4,4c27) {fbreg(-568), deref, plus_uconst(8)}\n                  [4c27,4c48) {reg2}\n                  [4c48,4d79) {fbreg(-600)}\n            GNU_locviews (sec_offset)\n          [8740] variable \"maxwords\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4be6,4bfb) {reg1}\n                  [4bfb,4c0e) {breg1(2), stack_value}\n                  [4c0e,4c27) {breg9(16), deref, lit3, shr, stack_value}\n            GNU_locviews (sec_offset)\n          [874d] variable \"chain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4c27,4c48) {fbreg(-568), deref, deref, lit3, shl, fbreg(-568), deref, plus, plus_uconst(16), stack_value}\n                  [4c48,4c53) {fbreg(-568), deref, deref, lit3, shl, breg2(0), plus, stack_value}\n                  [4c53,4c72) {breg15(0), lit3, shl, breg2(0), plus, stack_value}\n                  [4c72,4d79) {breg15(0), lit3, shl, fbreg(-568), deref, plus, stack_value}\n            GNU_locviews (sec_offset)\n          [875a] variable \"n_size\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4c3a,4c76) {reg0}\n            GNU_locviews (sec_offset)\n          [8767] inlined_subroutine \"memset\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            ranges (sec_offset)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [8781] formal_parameter \"__dest\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c77,4c9a) {fbreg(-568)}\n              GNU_locviews (sec_offset)\n            [878e] formal_parameter \"__ch\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c77,4c9a) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [879b] formal_parameter \"__len\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c77,4c99) {breg12(16), deref, convert{long unsigned int,unsigned,64@[2f]}, breg13(0), convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], breg15(0), plus, lit3, shl, stack_value}\n              GNU_locviews (sec_offset)\n            [87a8] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [87b5] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-568), deref}\n              [87bd] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n          [87c4] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [87d1] variable \"inner\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4c9d,4d79) {reg3}\n              GNU_locviews (sec_offset)\n            [87de] lexical_block\n              abstract_origin (ref4)\n              ranges (sec_offset)\n              [87e7] variable \"sym_mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-352)}\n              [87f0] variable \"sym\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4cfb,4d18) {reg0}\n                GNU_locviews (sec_offset)\n              [87fd] variable \"name\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4d19,4d36) {reg0}\n                GNU_locviews (sec_offset)\n              [880a] variable \"hidx\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4d37,4d3c) {breg0(0), breg15(0), mod, stack_value}\n                      [4d3c,4d47) {reg1}\n                      [4d5e,4d68) {reg0}\n                GNU_locviews (sec_offset)\n              [8817] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [8828] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n                [882e] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg3(0)}\n                [8834] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-560), deref}\n              [883d] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [884e] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-456), deref}\n                [8856] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-576), deref}\n              [885f] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n          [886e] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [887f] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n            [8887] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit11}\n            [888c] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit1}\n            [8891] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {lit1}\n          [8897] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [88a4] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-592), deref}\n            [88ac] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-496), deref}\n            [88b4] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-520), deref}\n            [88bc] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-472), deref}\n        [88c6] lexical_block\n          abstract_origin (ref4)\n          low_pc (addr)\n          high_pc (data8)\n          sibling (ref4)\n          [88df] variable \"bucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4d84,4dab) {fbreg(-576)}\n                  [4dff,4e1c) {breg8(8), stack_value}\n                  [4e1c,4f62) {reg15}\n            GNU_locviews (sec_offset)\n          [88ec] variable \"strshndx\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4d84,4db1) {fbreg(-600), deref_size(4), const4u(4294967295), and, stack_value}\n            GNU_locviews (sec_offset)\n          [88f9] variable \"elsize\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dc7,4dce) {reg0}\n                  [4dce,4e23) {reg4}\n                  [4e23,4f62) {fbreg(-568)}\n            GNU_locviews (sec_offset)\n          [8906] variable \"nchain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dd8,4ddd) {reg0}\n                  [4ddd,4f62) {fbreg(-576)}\n            GNU_locviews (sec_offset)\n          [8913] variable \"nbucket\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dd8,4f62) {reg13}\n            GNU_locviews (sec_offset)\n          [8920] variable \"used_buf\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dd8,4ddd) {breg0(0), const4u(4294967295), and, breg13(0), plus, plus_uconst(2), lit2, shl, stack_value}\n                  [4ddd,4f62) {fbreg(-576), deref_size(4), const4u(4294967295), and, breg13(0), plus, plus_uconst(2), lit2, shl, stack_value}\n            GNU_locviews (sec_offset)\n          [892d] variable \"chain\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4dff,4e1c) {breg13(0), lit2, shl, breg8(0), plus, plus_uconst(8), stack_value}\n                  [4e1c,4f62) {breg13(0), lit2, shl, breg15(0), plus, stack_value}\n            GNU_locviews (sec_offset)\n          [893a] variable \"n_size\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [4e08,4e43) {reg0}\n            GNU_locviews (sec_offset)\n          [8947] inlined_subroutine \"memset\"\n            abstract_origin (ref4)\n            entry_pc (addr)\n            GNU_entry_view (data2)\n            ranges (sec_offset)\n            call_file (implicit_const)\n            call_line (data2)\n            call_column (data1)\n            sibling (ref4)\n            [8961] formal_parameter \"__dest\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e44,4e67) {reg15}\n              GNU_locviews (sec_offset)\n            [896e] formal_parameter \"__ch\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e44,4e67) {lit0, stack_value}\n              GNU_locviews (sec_offset)\n            [897b] formal_parameter \"__len\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e44,4e66) {breg12(16), deref, convert{long unsigned int,unsigned,64@[2f]}, fbreg(-568), deref, convert{long unsigned int,unsigned,64@[2f]}, div, convert[0], breg13(0), plus, lit2, shl, stack_value}\n              GNU_locviews (sec_offset)\n            [8988] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              [8995] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {breg15(0)}\n              [899b] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {lit0}\n          [89a2] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            sibling (ref4)\n            [89af] variable \"inner\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [4e6a,4f62) {reg3}\n              GNU_locviews (sec_offset)\n            [89bc] lexical_block\n              abstract_origin (ref4)\n              ranges (sec_offset)\n              [89c5] variable \"sym_mem\"\n                abstract_origin (ref4)\n                location (exprloc) {fbreg(-352)}\n              [89ce] variable \"sym\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ed8,4ef5) {reg0}\n                GNU_locviews (sec_offset)\n              [89db] variable \"name\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ef6,4f19) {reg0}\n                GNU_locviews (sec_offset)\n              [89e8] variable \"hidx\"\n                abstract_origin (ref4)\n                location (sec_offset)\n                      [4ea1,4eac) {reg1}\n                      [4f1a,4f1f) {breg0(0), breg13(0), mod, stack_value}\n                      [4f1f,4f27) {reg1}\n                      [4f27,4f2a) {breg0(0), const4u(4294967295), and, stack_value}\n                      [4f2a,4f2e) {breg1(0), lit2, shl, breg15(0), plus, deref_size(4), const4u(4294967295), and, stack_value}\n                      [4f48,4f4b) {breg0(0), const4u(4294967295), and, stack_value}\n                GNU_locviews (sec_offset)\n              [89f5] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [8a06] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {breg12(0)}\n                [8a0c] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {breg3(0)}\n                [8a12] call_site_parameter\n                  location (exprloc) {reg1}\n                  call_value (exprloc) {fbreg(-560), deref}\n              [8a1b] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n                sibling (ref4)\n                [8a2c] call_site_parameter\n                  location (exprloc) {reg5}\n                  call_value (exprloc) {fbreg(-456), deref}\n                [8a34] call_site_parameter\n                  location (exprloc) {reg4}\n                  call_value (exprloc) {fbreg(-592), deref}\n              [8a3d] call_site\n                call_return_pc (addr)\n                call_origin (ref4)\n          [8a4c] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            sibling (ref4)\n            [8a5d] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-456), deref}\n            [8a65] call_site_parameter\n              location (exprloc) {reg4}\n              call_value (exprloc) {lit11}\n            [8a6a] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {lit1}\n            [8a6f] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {lit1}\n          [8a75] call_site\n            call_return_pc (addr)\n            call_origin (ref4)\n            [8a82] call_site_parameter\n              location (exprloc) {reg5}\n              call_value (exprloc) {fbreg(-592), deref}\n            [8a8a] call_site_parameter\n              location (exprloc) {reg1}\n              call_value (exprloc) {fbreg(-496), deref}\n            [8a92] call_site_parameter\n              location (exprloc) {reg2}\n              call_value (exprloc) {fbreg(-520), deref}\n            [8a9a] call_site_parameter\n              location (exprloc) {reg8}\n              call_value (exprloc) {fbreg(-472), deref}\n        [8aa4] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          sibling (ref4)\n          [8ab1] variable \"inner\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5082,509f) {lit1, stack_value}\n                  [509f,50c4) {reg0}\n            GNU_locviews (sec_offset)\n        [8abf] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8ad0] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n        [8ad9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8aea] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8af0] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b01] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8b09] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [8b0e] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8b13] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8b19] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b2a] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg13(0)}\n        [8b31] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b42] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg13(0)}\n        [8b49] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b5a] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8b60] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b71] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [8b77] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8b7d] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8b8e] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [8b95] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8ba6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n        [8bad] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8bbe] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8bc4] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8bd5] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8bdd] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [8be2] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8be7] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8bed] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8bfe] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg15(0)}\n          [8c04] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit0}\n        [8c0a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c1b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8c23] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8c28] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8c2e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c3f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8c47] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8c4c] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8c52] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c63] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n          [8c6b] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8c71] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8c82] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-592), deref}\n          [8c8a] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg15(0)}\n          [8c90] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {fbreg(-496), deref}\n          [8c98] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {fbreg(-520), deref}\n          [8ca0] call_site_parameter\n            location (exprloc) {reg8}\n            call_value (exprloc) {fbreg(-472), deref}\n        [8ca9] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8cba] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-496), deref}\n          [8cc2] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-520), deref}\n        [8ccb] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8cdc] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-464), deref}\n        [8ce5] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8cf6] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [8cfc] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-560), deref}\n        [8d05] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [8d16] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-456), deref}\n          [8d1e] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {lit11}\n          [8d23] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {lit1}\n          [8d28] call_site_parameter\n            location (exprloc) {reg2}\n            call_value (exprloc) {lit1}\n        [8d2e] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [8d3b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n          [8d41] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {breg15(0)}\n    [8d4a] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8d70] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8d7e] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8da4] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8db2] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8dd8] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3bc4,3bd8) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [8de5] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3bc4,3bd8) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [8df2] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3bc4,3bd3) {reg0}\n              [3bd3,3bd7) {reg1}\n        GNU_locviews (sec_offset)\n      [8dff] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [8e0c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [8e11] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [8e16] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n    [8e1e] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8e44] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8e52] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [8e5f] variable \"filesz\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3cfa,3d05) {reg2}\n        GNU_locviews (sec_offset)\n      [8e6c] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [8e92] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [8ea0] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [8ec6] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ecd,3ee1) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [8ed3] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ecd,3ee1) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [8ee0] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [3ecd,3ee1) {reg0}\n          GNU_locviews (sec_offset)\n      [8eee] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8eff] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n      [8f06] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [8f17] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [8f1e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [8f2b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [8f38] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [8f45] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n    [8f4c] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8f72] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8f80] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8fa6] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [8fb4] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [8fda] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3d96,3daa) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [8fe7] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3d96,3da5) {breg0(0)}\n              [3da5,3da9) {reg4}\n        GNU_locviews (sec_offset)\n      [8ff4] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [3d96,3daa) {reg3}\n        GNU_locviews (sec_offset)\n      [9001] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [900e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [9013] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [9019] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg14(0)}\n    [9021] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9047] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4332,4346) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9054] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4332,4346) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9061] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4332,4341) {reg0}\n              [4341,4345) {reg1}\n        GNU_locviews (sec_offset)\n      [906e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [907b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9080] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9085] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [908b] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [9093] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [90b9] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [457e,458f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [90c6] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [457e,458a) {breg0(0)}\n              [458a,458e) {reg4}\n        GNU_locviews (sec_offset)\n      [90d3] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [457e,458f) {reg3}\n        GNU_locviews (sec_offset)\n      [90e0] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [90ed] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [90f2] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n        [90f8] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg14(0)}\n    [9100] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [910d] variable \"debug_basename\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [46f3,4701) {reg1}\n              [4701,47bc) {fbreg(-480)}\n        GNU_locviews (sec_offset)\n      [911a] variable \"crc_offset\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [4702,4713) {breg0(1), stack_value}\n              [4713,472b) {breg0(4), stack_value}\n              [472b,47c1) {fbreg(-448), deref, plus_uconst(4), stack_value}\n        GNU_locviews (sec_offset)\n      [9127] inlined_subroutine \"xbasename\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9141] formal_parameter \"s\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [46d2,46e0) {reg1}\n                [46e0,46f3) {fbreg(-440)}\n          GNU_locviews (sec_offset)\n        [914e] variable \"p\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [46e1,46f3) {reg0}\n          GNU_locviews (sec_offset)\n        [915b] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [9168] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {fbreg(-440), deref}\n          [9170] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {const1u(47)}\n      [9178] inlined_subroutine \"strcpy\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9192] formal_parameter \"__dest\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4748,474c) {reg0}\n                [474c,474d) {reg13}\n          GNU_locviews (sec_offset)\n        [919f] formal_parameter \"__src\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [4748,474c) {reg4}\n                [474c,474d) {fbreg(-480)}\n          GNU_locviews (sec_offset)\n        [91ac] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [91b9] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg13(0)}\n          [91bf] call_site_parameter\n            location (exprloc) {reg4}\n            call_value (exprloc) {fbreg(-480), deref}\n      [91c9] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [91ef] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [91fd] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [920e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-504), deref}\n        [9216] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x5f84)}\n        [9223] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit15}\n      [9229] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [923a] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n      [9243] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [9250] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [925d] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [926e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-480), deref}\n      [9277] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [9288] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit1}\n        [928d] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-448), deref, plus_uconst(8)}\n      [9298] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [92a5] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n    [92ad] lexical_block\n      abstract_origin (ref4)\n      low_pc (addr)\n      high_pc (data8)\n      sibling (ref4)\n      [92c6] variable \"debug_crc\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-428)}\n      [92cf] variable \"debug_crc_data\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [92d8] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [92fe] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n      [930c] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9332] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [51dd,51f1) {lit1, stack_value}\n          GNU_locviews (sec_offset)\n        [933f] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [51dd,51f1) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [934c] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [51dd,51f1) {reg0}\n          GNU_locviews (sec_offset)\n      [935a] inlined_subroutine \"error\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [9380] formal_parameter \"__status\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5211,521f) {lit0, stack_value}\n          GNU_locviews (sec_offset)\n        [938d] formal_parameter \"__errnum\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5211,521a) {breg0(0)}\n                [521a,521e) {reg4}\n          GNU_locviews (sec_offset)\n        [939a] formal_parameter \"__format\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5211,521f) {reg3}\n          GNU_locviews (sec_offset)\n        [93a7] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [93b4] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {lit0}\n          [93b9] call_site_parameter\n            location (exprloc) {reg1}\n            call_value (exprloc) {breg3(0)}\n      [93c1] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [93d2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-440), deref_size(4)}\n        [93db] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {fbreg(-428)}\n      [93e3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [93f4] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {fbreg(-464), deref}\n        [93fc] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {breg3(0)}\n        [9402] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {fbreg(-648), deref}\n      [940b] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [941c] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {const1s(-1)}\n      [9423] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [9434] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [9441] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x6158)}\n        [944e] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [9454] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        sibling (ref4)\n        [9465] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {addr(0x5e32)}\n        [9472] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {addr(0x64e8)}\n        [947f] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {lit5}\n      [9485] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n      [9492] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [94a0] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [94c6] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5263,5274) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [94d3] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5263,526f) {breg0(0)}\n              [526f,5273) {reg4}\n        GNU_locviews (sec_offset)\n      [94e0] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5263,5274) {reg12}\n        GNU_locviews (sec_offset)\n      [94ed] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [94fa] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [94ff] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg12(0)}\n        [9505] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n    [950d] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9533] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [52a0,52b4) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9540] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [52a0,52b4) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [954d] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [52a0,52af) {reg0}\n              [52af,52b3) {reg1}\n        GNU_locviews (sec_offset)\n      [955a] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9567] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [956c] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9571] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [9577] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [957f] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [95a5] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [53a1,53a9) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [95b2] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [53a1,53a9) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [95bf] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [53a1,53a9) {reg0}\n        GNU_locviews (sec_offset)\n    [95cd] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [95f3] inlined_subroutine \"cleanup_debug\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (implicit_const)\n        call_line (implicit_const)\n        call_column (implicit_const)\n        [9612] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [9623] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [962a] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          sibling (ref4)\n          [963b] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg3(0)}\n        [9642] call_site\n          call_return_pc (addr)\n          call_origin (ref4)\n          [964f] call_site_parameter\n            location (exprloc) {reg5}\n            call_value (exprloc) {breg12(0)}\n    [9658] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [967e] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5433,544a) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [968b] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5433,544a) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9698] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5433,544a) {reg0}\n        GNU_locviews (sec_offset)\n    [96a6] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [96cc] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [548b,5499) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [96d9] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [548b,5494) {breg0(0)}\n              [5494,5498) {reg4}\n        GNU_locviews (sec_offset)\n      [96e6] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [548b,5499) {reg3}\n        GNU_locviews (sec_offset)\n      [96f3] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9700] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9705] call_site_parameter\n          location (exprloc) {reg1}\n          call_value (exprloc) {breg3(0)}\n    [970d] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9733] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [9741] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9767] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [9775] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [979b] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [54f8,550d) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [97a8] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [54f8,550d) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [97b5] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [54f8,550d) {reg0}\n        GNU_locviews (sec_offset)\n    [97c3] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [97e9] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [552f,5544) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [97f6] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [552f,5544) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9803] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [552f,553f) {reg0}\n              [553f,5543) {reg1}\n        GNU_locviews (sec_offset)\n      [9810] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [981d] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9822] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9827] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n    [9831] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9857] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5605,5616) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9864] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5605,5616) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9871] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5605,5611) {reg0}\n              [5611,5615) {reg1}\n        GNU_locviews (sec_offset)\n      [987e] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [988b] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9890] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9895] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n    [989d] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [98c3] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [566b,567f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [98d0] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [566b,567f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [98dd] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [566b,567a) {reg0}\n              [567a,567e) {reg1}\n        GNU_locviews (sec_offset)\n      [98ea] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [98f7] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [98fc] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9901] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg12(0)}\n        [9907] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg3(0)}\n    [990f] inlined_subroutine \"cleanup_debug\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9935] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n    [9943] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9969] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [57aa,57be) {lit1, stack_value}\n        GNU_locviews (sec_offset)\n      [9976] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [57aa,57be) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9983] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [57aa,57be) {reg0}\n        GNU_locviews (sec_offset)\n    [9991] lexical_block\n      abstract_origin (ref4)\n      ranges (sec_offset)\n      sibling (ref4)\n      [999e] variable \"zero_off\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-352)}\n      [99a7] variable \"zero\"\n        abstract_origin (ref4)\n        location (exprloc) {fbreg(-280)}\n      [99b0] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        entry_pc (addr)\n        GNU_entry_view (data2)\n        ranges (sec_offset)\n        call_file (implicit_const)\n        call_line (data2)\n        call_column (data1)\n        sibling (ref4)\n        [99ca] formal_parameter \"fd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {fbreg(-524)}\n                [5a90,5a97) {fbreg(-524)}\n                [5b03,5b11) {fbreg(-524)}\n          GNU_locviews (sec_offset)\n        [99d7] formal_parameter \"buf\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {reg3}\n                [5a90,5a97) {reg3}\n                [5b03,5b0a) {reg3}\n                [5b0a,5b11) {fbreg(-352), stack_value}\n          GNU_locviews (sec_offset)\n        [99e4] formal_parameter \"len\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {lit4, stack_value}\n                [5a90,5a97) {lit4, stack_value}\n                [5b03,5b11) {lit4, stack_value}\n          GNU_locviews (sec_offset)\n        [99f1] formal_parameter \"off\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,58c1) {const1u(32), stack_value}\n                [5a90,5a97) {const1u(32), stack_value}\n                [5b03,5b11) {const1u(32), stack_value}\n          GNU_locviews (sec_offset)\n        [99fe] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5854,5869) {lit0, stack_value}\n                [5869,58c1) {reg12}\n                [5a90,5a97) {reg12}\n                [5b03,5b11) {reg12}\n          GNU_locviews (sec_offset)\n        [9a0b] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [9a14] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [588d,58a8) {reg0}\n                  [5a90,5a97) {reg0}\n                  [5b03,5b0a) {reg0}\n            GNU_locviews (sec_offset)\n          [9a21] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [9a2a] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5887,58a8) {reg0}\n                    [58b1,58b5) {reg0}\n                    [5a90,5a97) {reg0}\n                    [5b03,5b11) {reg0}\n              GNU_locviews (sec_offset)\n            [9a37] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [9a48] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [9a51] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg3(0), breg12(0), plus}\n              [9a5a] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit4, breg12(0), minus}\n              [9a62] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {fbreg(-456), deref}\n            [9a6b] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n      [9a7b] inlined_subroutine \"pwrite_retry\"\n        abstract_origin (ref4)\n        low_pc (addr)\n        high_pc (data8)\n        call_file (data1)\n        call_line (data2)\n        call_column (data1)\n        [9a94] formal_parameter \"fd\"\n          abstract_origin (ref4)\n        [9a99] formal_parameter \"buf\"\n          abstract_origin (ref4)\n        [9a9e] formal_parameter \"len\"\n          abstract_origin (ref4)\n        [9aa3] formal_parameter \"off\"\n          abstract_origin (ref4)\n        [9aa8] variable \"recvd\"\n          abstract_origin (ref4)\n          location (sec_offset)\n                [5ab7,5b03) {reg3}\n          GNU_locviews (sec_offset)\n        [9ab5] lexical_block\n          abstract_origin (ref4)\n          ranges (sec_offset)\n          [9abe] variable \"ret\"\n            abstract_origin (ref4)\n            location (sec_offset)\n                  [5ad7,5af3) {reg0}\n            GNU_locviews (sec_offset)\n          [9acb] lexical_block\n            abstract_origin (ref4)\n            ranges (sec_offset)\n            [9ad4] variable \"__result\"\n              abstract_origin (ref4)\n              location (sec_offset)\n                    [5ad1,5af7) {reg0}\n              GNU_locviews (sec_offset)\n            [9ae1] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n              sibling (ref4)\n              [9af2] call_site_parameter\n                location (exprloc) {reg5}\n                call_value (exprloc) {fbreg(-524), deref_size(4)}\n              [9afb] call_site_parameter\n                location (exprloc) {reg4}\n                call_value (exprloc) {breg12(0), breg3(0), plus}\n              [9b04] call_site_parameter\n                location (exprloc) {reg1}\n                call_value (exprloc) {lit6, breg3(0), minus}\n              [9b0c] call_site_parameter\n                location (exprloc) {reg2}\n                call_value (exprloc) {breg15(0)}\n            [9b13] call_site\n              call_return_pc (addr)\n              call_origin (ref4)\n    [9b24] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9b4a] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [58fd,5915) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9b57] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [58fd,5915) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9b64] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [58fd,5910) {reg0}\n              [5910,5914) {reg1}\n        GNU_locviews (sec_offset)\n      [9b71] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9b7e] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9b83] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9b88] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-448), deref}\n        [9b90] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg15(0)}\n    [9b98] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9bbe] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5947,595f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9bcb] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5947,595f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9bd8] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5947,595a) {reg0}\n              [595a,595e) {reg1}\n        GNU_locviews (sec_offset)\n      [9be5] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9bf2] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9bf7] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9bfc] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-472), deref}\n        [9c04] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg15(0)}\n    [9c0c] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9c32] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [59ae,59ca) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9c3f] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [59ae,59ca) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9c4c] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [59ae,59c5) {reg0}\n              [59c5,59c9) {reg1}\n        GNU_locviews (sec_offset)\n      [9c59] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9c66] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9c6b] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9c70] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-448), deref}\n        [9c78] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {fbreg(-512), deref}\n    [9c82] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9ca8] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a16,5a32) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9cb5] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a16,5a32) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9cc2] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a16,5a2d) {reg0}\n              [5a2d,5a31) {reg1}\n        GNU_locviews (sec_offset)\n      [9ccf] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9cdc] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9ce1] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9ce6] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {fbreg(-448), deref}\n        [9cee] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {fbreg(-512), deref}\n    [9cf8] inlined_subroutine \"error\"\n      abstract_origin (ref4)\n      entry_pc (addr)\n      GNU_entry_view (data2)\n      low_pc (addr)\n      high_pc (data8)\n      call_file (implicit_const)\n      call_line (data2)\n      call_column (data1)\n      sibling (ref4)\n      [9d1e] formal_parameter \"__status\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a6b,5a7f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9d2b] formal_parameter \"__errnum\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a6b,5a7f) {lit0, stack_value}\n        GNU_locviews (sec_offset)\n      [9d38] formal_parameter \"__format\"\n        abstract_origin (ref4)\n        location (sec_offset)\n              [5a6b,5a7a) {reg0}\n              [5a7a,5a7e) {reg1}\n        GNU_locviews (sec_offset)\n      [9d45] call_site\n        call_return_pc (addr)\n        call_origin (ref4)\n        [9d52] call_site_parameter\n          location (exprloc) {reg5}\n          call_value (exprloc) {lit0}\n        [9d57] call_site_parameter\n          location (exprloc) {reg4}\n          call_value (exprloc) {lit0}\n        [9d5c] call_site_parameter\n          location (exprloc) {reg2}\n          call_value (exprloc) {breg3(0)}\n        [9d62] call_site_parameter\n          location (exprloc) {reg8}\n          call_value (exprloc) {breg12(0)}\n    [9d6a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9d7b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [9d82] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9d93] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9d9c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9dad] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9db5] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-144)}\n    [9dbd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9dce] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9dd6] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-424)}\n    [9dde] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9def] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9df7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-416)}\n    [9dff] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e10] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n      [9e19] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit10}\n      [9e1e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [9e24] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e35] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9e3e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e4f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [9e58] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e69] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit3}\n      [9e6e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit0}\n    [9e74] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e85] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9e8e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9e9f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [9ea6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9eb7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n    [9ec0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9ed1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9ed9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-408)}\n    [9ee1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9ef2] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {const1u(144)}\n    [9ef9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f0a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9f12] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg3(0)}\n    [9f19] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f2a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n    [9f31] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f42] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg3(0)}\n      [9f48] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg14(8)}\n    [9f4f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f60] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n    [9f69] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9f7a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [9f87] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6308)}\n      [9f94] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [9f9a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9fab] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [9fb4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9fc5] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [9fcd] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit12}\n    [9fd3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [9fe4] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [9ff1] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5ec2)}\n      [9ffe] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a004] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a011] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a022] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n      [a02a] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-272)}\n    [a032] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a043] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a049] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit5}\n      [a04e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit1}\n      [a053] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {lit1}\n    [a059] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a06a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a070] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit9}\n      [a075] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit1}\n      [a07a] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {lit1}\n    [a080] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a091] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n      [a099] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg12(0)}\n    [a0a0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a0b1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n      [a0b9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-552), deref}\n    [a0c2] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a0d3] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-456), deref}\n      [a0db] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit6}\n    [a0e1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a0f2] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a0f8] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit5}\n    [a0fe] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a10f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a115] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit3}\n    [a11b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a12c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a139] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f70)}\n      [a146] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a14c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a159] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a166] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a177] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg13(0)}\n    [a17e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a18b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a19c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n    [a1a5] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a1b6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a1bf] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a1d0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n    [a1d9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a1ea] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-488), deref}\n    [a1f3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a204] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n      [a20d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-664), deref}\n    [a216] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a227] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n    [a231] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a23e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a24f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-488), deref}\n      [a257] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg3(0)}\n    [a25e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a26f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a276] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a287] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a295] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2a6] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a2af] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2c0] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a2c7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2d8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a2e6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a2f7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {lit1}\n    [a2fd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a30e] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a317] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a324] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a335] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n    [a33e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a34f] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n      [a357] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f93)}\n      [a364] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit10}\n    [a36a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a37b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a384] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a391] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a39e] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a3af] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-504), deref}\n      [a3b7] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-584), deref}\n    [a3c0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a3d1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a3d8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a3e9] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a3f7] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a408] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a40f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a420] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a427] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a438] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a441] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a452] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a459] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a46a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a477] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x63d8)}\n      [a484] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a48a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a497] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a4a8] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n      [a4b0] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit3}\n    [a4b6] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a4c7] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n      [a4cd] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {breg3(0)}\n    [a4d4] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a4e5] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-440), deref_size(4)}\n      [a4ee] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-652), deref_size(4)}\n    [a4f8] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a509] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg15(0)}\n    [a510] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a521] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-488), deref}\n      [a529] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {fbreg(-496), deref}\n      [a531] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {fbreg(-544), deref}\n      [a539] call_site_parameter\n        location (exprloc) {reg2}\n        call_value (exprloc) {fbreg(-472), deref}\n    [a542] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a553] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a55c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a56d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a574] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a585] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-440), deref}\n      [a58d] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6568)}\n      [a59a] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a5a0] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a5b1] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a5be] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6588)}\n      [a5cb] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a5d1] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a5de] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a5ef] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-524), deref_size(4)}\n    [a5f9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a60a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a611] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a622] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a62f] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5fb4)}\n      [a63c] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a642] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a64f] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a660] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a667] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a678] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a685] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f9d)}\n      [a692] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a698] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a6a9] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-496), deref}\n      [a6b1] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {lit5}\n      [a6b6] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit8}\n    [a6bc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a6cd] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a6da] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x62e0)}\n      [a6e7] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a6ed] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a6fe] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a705] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a716] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a723] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [a730] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a736] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a747] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a754] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5ed3)}\n      [a761] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a767] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a774] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a785] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a78c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a79d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a7aa] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [a7b7] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a7bd] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a7ce] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-440), deref}\n      [a7d6] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6230)}\n      [a7e3] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a7e9] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a7fa] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {fbreg(-464), deref}\n    [a803] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a814] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a81b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a82c] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a833] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a844] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a851] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x62b8)}\n      [a85e] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a864] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a875] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a87c] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a88d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n    [a89b] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a8ac] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a8b3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a8c4] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a8cb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a8dc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a8e9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6158)}\n      [a8f6] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a8fc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n    [a909] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a91a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {breg14(0)}\n    [a921] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a932] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a939] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a94a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a957] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x5f9d)}\n      [a964] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a96a] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a97b] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a982] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a993] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a9a0] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6540)}\n      [a9ad] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a9b3] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a9c4] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [a9cb] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [a9dc] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [a9e9] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x63b0)}\n      [a9f6] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [a9fc] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [aa0d] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [aa14] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [aa25] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [aa32] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6518)}\n      [aa3f] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n    [aa45] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      sibling (ref4)\n      [aa56] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {const1s(-1)}\n    [aa5d] call_site\n      call_return_pc (addr)\n      call_origin (ref4)\n      [aa6a] call_site_parameter\n        location (exprloc) {reg5}\n        call_value (exprloc) {addr(0x5e32)}\n      [aa77] call_site_parameter\n        location (exprloc) {reg4}\n        call_value (exprloc) {addr(0x6568)}\n      [aa84] call_site_parameter\n        location (exprloc) {reg1}\n        call_value (exprloc) {lit5}\n  [aa8b] subprogram \"__stack_chk_fail\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n  [aa94] subprogram \"__builtin_memcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [aa9d] subprogram \"__builtin_mempcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [aaa6] dwarf_procedure\n    location (exprloc) {implicit_value(8){2e58585858585800}}\n  [aab2] subprogram \"__builtin_memset\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\n  [aabb] subprogram \"__builtin_strcpy\"\n    external (flag_present)\n    declaration (flag_present)\n    linkage_name (strp)\n    name (strp)\n    decl_file (implicit_const)\n    decl_line (implicit_const)\nPASS: run-varlocs-self.sh\nPASS: run-exprlocs-self.sh\nPASS: run-readelf-test1.sh\nPASS: run-readelf-test2.sh\nPASS: run-readelf-test3.sh\nPASS: run-readelf-test4.sh\nPASS: run-readelf-twofiles.sh\nPASS: run-readelf-macro.sh\nPASS: run-readelf-loc.sh\nPASS: run-readelf-ranges.sh\nPASS: run-readelf-aranges.sh\nPASS: run-readelf-line.sh\nPASS: run-readelf-z.sh\nPASS: run-readelf-frames.sh\nPASS: run-readelf-n.sh\n  0x0000000000000020  X86_64_PC32     000000000000000000      +0 .y00000\n  0x0000000000100020  X86_64_PC32     000000000000000000      +0 .z00000\n  0x0000000000100000  X86_64_PC32     000000000000000000      +0 .y77777\n  0x0000000000200000  X86_64_PC32     000000000000000000      +0 .z77777\nPASS: run-readelf-r-manyfuncs.sh\nNo errors\nPASS: run-retain.sh\nTry the build against itself: /usr/lib/elfutils/ptest/tests/allregs -e /usr/lib/elfutils/ptest/tests/allregs\ninteger registers:\n\t  0: %rax (rax), signed 64 bits\n\t  1: %rdx (rdx), signed 64 bits\n\t  2: %rcx (rcx), signed 64 bits\n\t  3: %rbx (rbx), signed 64 bits\n\t  4: %rsi (rsi), signed 64 bits\n\t  5: %rdi (rdi), signed 64 bits\n\t  6: %rbp (rbp), address 64 bits\n\t  7: %rsp (rsp), address 64 bits\n\t  8: %r8 (r8), signed 64 bits\n\t  9: %r9 (r9), signed 64 bits\n\t 10: %r10 (r10), signed 64 bits\n\t 11: %r11 (r11), signed 64 bits\n\t 12: %r12 (r12), signed 64 bits\n\t 13: %r13 (r13), signed 64 bits\n\t 14: %r14 (r14), signed 64 bits\n\t 15: %r15 (r15), signed 64 bits\n\t 16: %rip (rip), address 64 bits\n\t 49: %rflags (rflags), unsigned 64 bits\nMMX registers:\n\t 41: %mm0 (mm0), unsigned 64 bits\n\t 42: %mm1 (mm1), unsigned 64 bits\n\t 43: %mm2 (mm2), unsigned 64 bits\n\t 44: %mm3 (mm3), unsigned 64 bits\n\t 45: %mm4 (mm4), unsigned 64 bits\n\t 46: %mm5 (mm5), unsigned 64 bits\n\t 47: %mm6 (mm6), unsigned 64 bits\n\t 48: %mm7 (mm7), unsigned 64 bits\nSSE registers:\n\t 17: %xmm0 (xmm0), unsigned 128 bits\n\t 18: %xmm1 (xmm1), unsigned 128 bits\n\t 19: %xmm2 (xmm2), unsigned 128 bits\n\t 20: %xmm3 (xmm3), unsigned 128 bits\n\t 21: %xmm4 (xmm4), unsigned 128 bits\n\t 22: %xmm5 (xmm5), unsigned 128 bits\n\t 23: %xmm6 (xmm6), unsigned 128 bits\n\t 24: %xmm7 (xmm7), unsigned 128 bits\n\t 25: %xmm8 (xmm8), unsigned 128 bits\n\t 26: %xmm9 (xmm9), unsigned 128 bits\n\t 27: %xmm10 (xmm10), unsigned 128 bits\n\t 28: %xmm11 (xmm11), unsigned 128 bits\n\t 29: %xmm12 (xmm12), unsigned 128 bits\n\t 30: %xmm13 (xmm13), unsigned 128 bits\n\t 31: %xmm14 (xmm14), unsigned 128 bits\n\t 32: %xmm15 (xmm15), unsigned 128 bits\ncontrol registers:\n\t 62: %tr (tr), unsigned 64 bits\n\t 63: %ldtr (ldtr), unsigned 64 bits\n\t 64: %mxcsr (mxcsr), unsigned 64 bits\n\t 65: %fcw (fcw), unsigned 16 bits\n\t 66: %fsw (fsw), unsigned 16 bits\nsegment registers:\n\t 50: %es (es), unsigned 16 bits\n\t 51: %cs (cs), unsigned 16 bits\n\t 52: %ss (ss), unsigned 16 bits\n\t 53: %ds (ds), unsigned 16 bits\n\t 54: %fs (fs), unsigned 16 bits\n\t 55: %gs (gs), unsigned 16 bits\n\t 58: %fs.base (fs.base), address 64 bits\n\t 59: %gs.base (gs.base), address 64 bits\nx87 registers:\n\t 33: %st0 (st0), float 80 bits\n\t 34: %st1 (st1), float 80 bits\n\t 35: %st2 (st2), float 80 bits\n\t 36: %st3 (st3), float 80 bits\n\t 37: %st4 (st4), float 80 bits\n\t 38: %st5 (st5), float 80 bits\n\t 39: %st6 (st6), float 80 bits\n\t 40: %st7 (st7), float 80 bits\nTry the build against a presumed native process: /usr/lib/elfutils/ptest/tests/allregs -p 4234\ninteger registers:\n\t  0: %rax (rax), signed 64 bits\n\t  1: %rdx (rdx), signed 64 bits\n\t  2: %rcx (rcx), signed 64 bits\n\t  3: %rbx (rbx), signed 64 bits\n\t  4: %rsi (rsi), signed 64 bits\n\t  5: %rdi (rdi), signed 64 bits\n\t  6: %rbp (rbp), address 64 bits\n\t  7: %rsp (rsp), address 64 bits\n\t  8: %r8 (r8), signed 64 bits\n\t  9: %r9 (r9), signed 64 bits\n\t 10: %r10 (r10), signed 64 bits\n\t 11: %r11 (r11), signed 64 bits\n\t 12: %r12 (r12), signed 64 bits\n\t 13: %r13 (r13), signed 64 bits\n\t 14: %r14 (r14), signed 64 bits\n\t 15: %r15 (r15), signed 64 bits\n\t 16: %rip (rip), address 64 bits\n\t 49: %rflags (rflags), unsigned 64 bits\nMMX registers:\n\t 41: %mm0 (mm0), unsigned 64 bits\n\t 42: %mm1 (mm1), unsigned 64 bits\n\t 43: %mm2 (mm2), unsigned 64 bits\n\t 44: %mm3 (mm3), unsigned 64 bits\n\t 45: %mm4 (mm4), unsigned 64 bits\n\t 46: %mm5 (mm5), unsigned 64 bits\n\t 47: %mm6 (mm6), unsigned 64 bits\n\t 48: %mm7 (mm7), unsigned 64 bits\nSSE registers:\n\t 17: %xmm0 (xmm0), unsigned 128 bits\n\t 18: %xmm1 (xmm1), unsigned 128 bits\n\t 19: %xmm2 (xmm2), unsigned 128 bits\n\t 20: %xmm3 (xmm3), unsigned 128 bits\n\t 21: %xmm4 (xmm4), unsigned 128 bits\n\t 22: %xmm5 (xmm5), unsigned 128 bits\n\t 23: %xmm6 (xmm6), unsigned 128 bits\n\t 24: %xmm7 (xmm7), unsigned 128 bits\n\t 25: %xmm8 (xmm8), unsigned 128 bits\n\t 26: %xmm9 (xmm9), unsigned 128 bits\n\t 27: %xmm10 (xmm10), unsigned 128 bits\n\t 28: %xmm11 (xmm11), unsigned 128 bits\n\t 29: %xmm12 (xmm12), unsigned 128 bits\n\t 30: %xmm13 (xmm13), unsigned 128 bits\n\t 31: %xmm14 (xmm14), unsigned 128 bits\n\t 32: %xmm15 (xmm15), unsigned 128 bits\ncontrol registers:\n\t 62: %tr (tr), unsigned 64 bits\n\t 63: %ldtr (ldtr), unsigned 64 bits\n\t 64: %mxcsr (mxcsr), unsigned 64 bits\n\t 65: %fcw (fcw), unsigned 16 bits\n\t 66: %fsw (fsw), unsigned 16 bits\nsegment registers:\n\t 50: %es (es), unsigned 16 bits\n\t 51: %cs (cs), unsigned 16 bits\n\t 52: %ss (ss), unsigned 16 bits\n\t 53: %ds (ds), unsigned 16 bits\n\t 54: %fs (fs), unsigned 16 bits\n\t 55: %gs (gs), unsigned 16 bits\n\t 58: %fs.base (fs.base), address 64 bits\n\t 59: %gs.base (gs.base), address 64 bits\nx87 registers:\n\t 33: %st0 (st0), float 80 bits\n\t 34: %st1 (st1), float 80 bits\n\t 35: %st2 (st2), float 80 bits\n\t 36: %st3 (st3), float 80 bits\n\t 37: %st4 (st4), float 80 bits\n\t 38: %st5 (st5), float 80 bits\n\t 39: %st6 (st6), float 80 bits\n\t 40: %st7 (st7), float 80 bits\nTry the build against the trivial native program: /usr/lib/elfutils/ptest/tests/allregs -p 4244\ninteger registers:\n\t  0: %rax (rax), signed 64 bits\n\t  1: %rdx (rdx), signed 64 bits\n\t  2: %rcx (rcx), signed 64 bits\n\t  3: %rbx (rbx), signed 64 bits\n\t  4: %rsi (rsi), signed 64 bits\n\t  5: %rdi (rdi), signed 64 bits\n\t  6: %rbp (rbp), address 64 bits\n\t  7: %rsp (rsp), address 64 bits\n\t  8: %r8 (r8), signed 64 bits\n\t  9: %r9 (r9), signed 64 bits\n\t 10: %r10 (r10), signed 64 bits\n\t 11: %r11 (r11), signed 64 bits\n\t 12: %r12 (r12), signed 64 bits\n\t 13: %r13 (r13), signed 64 bits\n\t 14: %r14 (r14), signed 64 bits\n\t 15: %r15 (r15), signed 64 bits\n\t 16: %rip (rip), address 64 bits\n\t 49: %rflags (rflags), unsigned 64 bits\nMMX registers:\n\t 41: %mm0 (mm0), unsigned 64 bits\n\t 42: %mm1 (mm1), unsigned 64 bits\n\t 43: %mm2 (mm2), unsigned 64 bits\n\t 44: %mm3 (mm3), unsigned 64 bits\n\t 45: %mm4 (mm4), unsigned 64 bits\n\t 46: %mm5 (mm5), unsigned 64 bits\n\t 47: %mm6 (mm6), unsigned 64 bits\n\t 48: %mm7 (mm7), unsigned 64 bits\nSSE registers:\n\t 17: %xmm0 (xmm0), unsigned 128 bits\n\t 18: %xmm1 (xmm1), unsigned 128 bits\n\t 19: %xmm2 (xmm2), unsigned 128 bits\n\t 20: %xmm3 (xmm3), unsigned 128 bits\n\t 21: %xmm4 (xmm4), unsigned 128 bits\n\t 22: %xmm5 (xmm5), unsigned 128 bits\n\t 23: %xmm6 (xmm6), unsigned 128 bits\n\t 24: %xmm7 (xmm7), unsigned 128 bits\n\t 25: %xmm8 (xmm8), unsigned 128 bits\n\t 26: %xmm9 (xmm9), unsigned 128 bits\n\t 27: %xmm10 (xmm10), unsigned 128 bits\n\t 28: %xmm11 (xmm11), unsigned 128 bits\n\t 29: %xmm12 (xmm12), unsigned 128 bits\n\t 30: %xmm13 (xmm13), unsigned 128 bits\n\t 31: %xmm14 (xmm14), unsigned 128 bits\n\t 32: %xmm15 (xmm15), unsigned 128 bits\ncontrol registers:\n\t 62: %tr (tr), unsigned 64 bits\n\t 63: %ldtr (ldtr), unsigned 64 bits\n\t 64: %mxcsr (mxcsr), unsigned 64 bits\n\t 65: %fcw (fcw), unsigned 16 bits\n\t 66: %fsw (fsw), unsigned 16 bits\nsegment registers:\n\t 50: %es (es), unsigned 16 bits\n\t 51: %cs (cs), unsigned 16 bits\n\t 52: %ss (ss), unsigned 16 bits\n\t 53: %ds (ds), unsigned 16 bits\n\t 54: %fs (fs), unsigned 16 bits\n\t 55: %gs (gs), unsigned 16 bits\n\t 58: %fs.base (fs.base), address 64 bits\n\t 59: %gs.base (gs.base), address 64 bits\nx87 registers:\n\t 33: %st0 (st0), float 80 bits\n\t 34: %st1 (st1), float 80 bits\n\t 35: %st2 (st2), float 80 bits\n\t 36: %st3 (st3), float 80 bits\n\t 37: %st4 (st4), float 80 bits\n\t 38: %st5 (st5), float 80 bits\n\t 39: %st6 (st6), float 80 bits\n\t 40: %st7 (st7), float 80 bits\nTry the build against itself: /usr/lib/elfutils/ptest/tests/funcretval -e /usr/lib/elfutils/ptest/tests/funcretval\nTry the build against a presumed native process: /usr/lib/elfutils/ptest/tests/funcretval -p 4234\n(/lib/libc.so.6) __libc_check_standard_fds: returns no value\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) _dl_start: returns no value\n(/lib/libc.so.6) _init_first: returns no value\n(/lib/libc.so.6) __libc_init_first: returns no value\n(/lib/libc.so.6) __libc_start_main_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) call_init: returns no value\n(/lib/libc.so.6) __libc_start_call_main: returns no value\n(/lib/libc.so.6) __libc_main: returns no value\n(/lib/libc.so.6) __gnu_get_libc_version: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_get_libc_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) _Unwind_GetCFA: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_ForcedUnwind: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcc_personality_v0: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_Resume: returns no value\n(/lib/libc.so.6) link: return value location: {0x50, 0}\n(/lib/libc.so.6) __errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_db_freemem: returns no value\n(/lib/libc.so.6) free_modules_db: returns no value\n(/lib/libc.so.6) __gconv_close_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_find_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) do_lookup_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) find_derivation: return value location: {0x50, 0}\n(/lib/libc.so.6) increment_counter: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_steps: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) free_derivation: returns no value\n(/lib/libc.so.6) add_derivation: returns no value\n(/lib/libc.so.6) derivation_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_alias_db: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_modules_db: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) __gconv_conf_freemem: returns no value\n(/lib/libc.so.6) __gconv_load_conf: returns no value\n(/lib/libc.so.6) __gconv_read_conf: returns no value\n(/lib/libc.so.6) __gconv_get_path: returns no value\n(/lib/libc.so.6) add_module: returns no value\n(/lib/libc.so.6) insert_module: returns no value\n(/lib/libc.so.6) add_alias: returns no value\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) detect_conflict: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parseconfdir: return value location: {0x50, 0}\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_builtin_trans: returns no value\n(/lib/libc.so.6) __gconv_transform_internal_ucs2reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2reverse_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs2: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_utf8_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_utf8: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ascii_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4le_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4le: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_btwoc_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transliterate: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_cache_freemem: returns no value\n(/lib/libc.so.6) __gconv_release_cache: returns no value\n(/lib/libc.so.6) __gconv_lookup_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_load_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_dl_freemem: returns no value\n(/lib/libc.so.6) do_release_all: returns no value\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) do_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_find_shlib: return value location: {0x50, 0}\n(/lib/libc.so.6) known_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_destroy_spec: returns no value\n(/lib/libc.so.6) __gconv_create_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parse_code: returns no value\n(/lib/libc.so.6) find_suffix: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __duplocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_remove_locale: returns no value\n(/lib/libc.so.6) _nl_find_locale: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) name_present: return value location: {0x50, 0}\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) _nl_archive_subfreeres: returns no value\n(/lib/libc.so.6) _nl_load_locale_from_archive: return value location: {0x50, 0}\n(/lib/libc.so.6) calculate_head_size: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_hashval: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_locale: returns no value\n(/lib/libc.so.6) _nl_load_locale: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_extra_size: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache_ctype: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __localeconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_get_mb_cur_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __newlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nl_langinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __nl_langinfo_l: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_locale_subfreeres: returns no value\n(/lib/libc.so.6) free_category: returns no value\n(/lib/libc.so.6) setlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) setdata: returns no value\n(/lib/libc.so.6) setname: returns no value\n(/lib/libc.so.6) new_composite_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __uselocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_postload_ctype: returns no value\n(/lib/libc.so.6) __collseq_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __collidx_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __current_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert: returns no value\n(/lib/libc.so.6) __libc_assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail_base: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert_perror_fail: returns no value\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) isxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) isupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isspace: return value location: {0x50, 0}\n(/lib/libc.so.6) ispunct: return value location: {0x50, 0}\n(/lib/libc.so.6) isprint: return value location: {0x50, 0}\n(/lib/libc.so.6) isgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) islower: return value location: {0x50, 0}\n(/lib/libc.so.6) isdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) iscntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) isalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) isalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __isblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) isascii: return value location: {0x50, 0}\n(/lib/libc.so.6) toascii: return value location: {0x50, 0}\n(/lib/libc.so.6) _toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) _tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) __toupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __tolower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __ispunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __islower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iscntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind_textdomain_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bindtextdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) __dcgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __intl_freemem: returns no value\n(/lib/libc.so.6) get_output_charset: return value location: {0x50, 0}\n(/lib/libc.so.6) guess_category_value: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_msg: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcigettext: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_eval: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __ngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_finddomain_subfreeres: returns no value\n(/lib/libc.so.6) _nl_find_domain: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_domain: returns no value\n(/lib/libc.so.6) _nl_load_domain: returns no value\n(/lib/libc.so.6) get_sysdep_segment_value: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_localealias_freemem: returns no value\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_alias_table: return value location: {0x50, 0}\n(/lib/libc.so.6) read_alias_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_expand_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_normalize_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_make_l10nflist: return value location: {0x50, 0}\n(/lib/libc.so.6) pop: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_stringify__: returns no value\n(/lib/libc.so.6) argz_count__: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_explode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_language: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettexterror: returns no value\n(/lib/libc.so.6) __gettextlex: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_free_exp: returns no value\n(/lib/libc.so.6) __gettextparse: return value location: {0x50, 0}\n(/lib/libc.so.6) yydestruct: returns no value\n(/lib/libc.so.6) new_exp_3: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_2: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_1: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_0: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_extract_plural: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hash_string: return value location: {0x50, 0}\n(/lib/libc.so.6) catclose: return value location: {0x50, 0}\n(/lib/libc.so.6) catgets: return value location: {0x50, 0}\n(/lib/libc.so.6) catopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_catalog: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitef128: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinff128: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf128_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __signbitf128: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitel: returns unspecified type\n(/lib/libc.so.6) finitel: returns unspecified type\n(/lib/libc.so.6) __GI___finitel: returns unspecified type\n(/lib/libc.so.6) __frexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinfl: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modfl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnl: returns unspecified type\n(/lib/libc.so.6) __signbitl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysign: return value location: {0x61, 0}\n(/lib/libc.so.6) __finite: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnan: return value location: {0x50, 0}\n(/lib/libc.so.6) __modf: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbn: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbit: returns unspecified type\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysignf: return value location: {0x61, 0}\n(/lib/libc.so.6) __finitef: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinff: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbnf: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbitf: returns unspecified type\n(/lib/libc.so.6) __setfpucw: returns no value\n(/lib/libc.so.6) __sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __GI___sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __sigjmp_save: return value location: {0x50, 0}\n(/lib/libc.so.6) setjmp: returns unspecified type\n(/lib/libc.so.6) _setjmp: returns unspecified type\n(/lib/libc.so.6) __GI__setjmp: returns unspecified type\n(/lib/libc.so.6) __libc_longjmp: returns no value\n(/lib/libc.so.6) __libc_siglongjmp: returns no value\n(/lib/libc.so.6) __longjmp: returns unspecified type\n(/lib/libc.so.6) _longjmp_unwind: returns no value\n(/lib/libc.so.6) __longjmp_cancel: returns unspecified type\n(/lib/libc.so.6) __bsd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) raise: return value location: {0x50, 0}\n(/lib/libc.so.6) killpg: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __kill: returns unspecified type\n(/lib/libc.so.6) __GI___kill: returns unspecified type\n(/lib/libc.so.6) kill: returns unspecified type\n(/lib/libc.so.6) __GI_kill: returns unspecified type\n(/lib/libc.so.6) sigpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsuspend: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigblock: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigvec: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI___sigaltstack: returns unspecified type\n(/lib/libc.so.6) sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI_sigaltstack: returns unspecified type\n(/lib/libc.so.6) siginterrupt: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigfillset: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigaddset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigdelset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigreturn: return value location: {0x50, 0}\n(/lib/libc.so.6) siggetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysv_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) sigandset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigandset: returns no value\n(/lib/libc.so.6) sigorset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigorset: returns no value\n(/lib/libc.so.6) __libc_allocate_rtsig: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmax: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmin: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwaitinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sighold: return value location: {0x50, 0}\n(/lib/libc.so.6) sigrelse: return value location: {0x50, 0}\n(/lib/libc.so.6) sigignore: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) a64l: return value location: {0x50, 0}\n(/lib/libc.so.6) abort: returns no value\n(/lib/libc.so.6) __abort_lock_unlock: returns no value\n(/lib/libc.so.6) __abort_lock_wrlock: returns no value\n(/lib/libc.so.6) __abort_lock_rdlock: returns no value\n(/lib/libc.so.6) __abort_fork_reset_child: returns no value\n(/lib/libc.so.6) internal_signal_unblock_signal: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) internal_sigaddset: returns no value\n(/lib/libc.so.6) internal_sigemptyset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) abs: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) arc4random_getrandom_failure: returns no value\n(/lib/libc.so.6) __poll_infinity_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) atof: return value location: {0x61, 0}\n(/lib/libc.so.6) atoi: return value location: {0x50, 0}\n(/lib/libc.so.6) atol: return value location: {0x50, 0}\n(/lib/libc.so.6) atoll: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __canonicalize_file_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) realpath_stk: return value location: {0x50, 0}\n(/lib/libc.so.6) get_path_max: return value location: {0x50, 0}\n(/lib/libc.so.6) dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) suffix_requires_dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) file_accessible: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __eloop_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_at_quick_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_exitfn: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_finalize: returns no value\n(/lib/libc.so.6) __call_tls_dtors: returns no value\n(/lib/libc.so.6) __cxa_thread_atexit_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) div: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __drand48_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) erand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __erand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) exit: returns no value\n(/lib/libc.so.6) __run_exit_handlers: returns no value\n(/lib/libc.so.6) __libc_fmtmsg_freemem: returns no value\n(/lib/libc.so.6) __addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) init: returns no value\n(/lib/libc.so.6) fmtmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) syslog: returns no value\n(/lib/libc.so.6) __getcontext: returns unspecified type\n(/lib/libc.so.6) getcontext: returns unspecified type\n(/lib/libc.so.6) getentropy: return value location: {0x50, 0}\n(/lib/libc.so.6) getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_fork_subprocess: returns no value\n(/lib/libc.so.6) __getrandom_vdso_release: returns no value\n(/lib/libc.so.6) __getrandom_reset_state: returns no value\n(/lib/libc.so.6) __getrandom_early_init: returns no value\n(/lib/libc.so.6) getrandom_vdso: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) is_reserved_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) release_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) reserve_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) getrandom_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) getsubopt: return value location: {0x50, 0}\n(/lib/libc.so.6) jrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __jrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) l64a: return value location: {0x50, 0}\n(/lib/libc.so.6) labs: return value location: {0x50, 0}\n(/lib/libc.so.6) lcong48: returns no value\n(/lib/libc.so.6) __lcong48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) llabs: return value location: {0x50, 0}\n(/lib/libc.so.6) lldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) lrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) lrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __makecontext: returns no value\n(/lib/libc.so.6) mblen: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mbstowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) mbtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __nrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __on_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) putenv: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) qsort: returns no value\n(/lib/libc.so.6) __qsort_r: returns no value\n(/lib/libc.so.6) indirect_msort_with_tmp: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) heapsort_r: returns no value\n(/lib/libc.so.6) get_swap_type: return value location: {0x50, 0}\n(/lib/libc.so.6) heapify: returns no value\n(/lib/libc.so.6) siftdown: returns no value\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) swap_words_32: returns no value\n(/lib/libc.so.6) swap_words_64: returns no value\n(/lib/libc.so.6) __memswap: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) __old_quick_exit: returns no value\n(/lib/libc.so.6) __new_quick_exit: returns no value\n(/lib/libc.so.6) rand: return value location: {0x50, 0}\n(/lib/libc.so.6) rand_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __random_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom_r: return value location: {0x50, 0}\n(/lib/libc.so.6) write_state: returns no value\n(/lib/libc.so.6) read_state: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) rpmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) try: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_secure_getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) seed48: return value location: {0x50, 0}\n(/lib/libc.so.6) __seed48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __setcontext: returns unspecified type\n(/lib/libc.so.6) setcontext: returns unspecified type\n(/lib/libc.so.6) __libc_setenv_freemem: returns no value\n(/lib/libc.so.6) __clearenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __unsetenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __setenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __add_to_environ: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_new_array: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_is_from_array_list: return value location: {0x50, 0}\n(/lib/libc.so.6) srand48: returns no value\n(/lib/libc.so.6) __srand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __co8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __co32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __co16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __strfmon: return value location: {0x50, 0}\n(/lib/libc.so.6) ___strfmon_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromd: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) keep_sign_conversion: return value location: {0x61, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfroml: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtod: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) strtof: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) __isoc23_strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) strtold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapcontext: returns unspecified type\n(/lib/libc.so.6) swapcontext: returns unspecified type\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) do_system: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __kill_noerrno: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstombs: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_basename: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_n: returns unspecified type\n(/lib/libc.so.6) __mpn_addmul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divmod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divrem: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_lshift: returns unspecified type\n(/lib/libc.so.6) __mpn_mod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_rshift: returns unspecified type\n(/lib/libc.so.6) __mpn_sub_n: returns unspecified type\n(/lib/libc.so.6) __mpn_submul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_extract_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_extract_long_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_construct_double: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_float: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_long_double: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_extract_float128: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf128: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_construct_float128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __correctly_grouped_prefixmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __correctly_grouped_prefixwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __push___start_context: returns unspecified type\n(/lib/libc.so.6) __start_context: returns unspecified type\n(/lib/libc.so.6) __allocate_shadow_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) _fitoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _itoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) ___asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ctermid: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) cuserid: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __flockfile: returns no value\n(/lib/libc.so.6) __fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftrylockfile: return value location: {0x50, 0}\n(/lib/libc.so.6) __funlockfile: returns no value\n(/lib/libc.so.6) __gen_tempfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getline: return value location: {0x50, 0}\n(/lib/libc.so.6) getw: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init: return value location: {0x50, 0}\n(/lib/libc.so.6) get_grouping: return value location: {0x50, 0}\n(/lib/libc.so.6) grouping_iterator_setup: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) __IO_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) perror: returns no value\n(/lib/libc.so.6) perror_internal: returns no value\n(/lib/libc.so.6) __printf: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_printf_format: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __printf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_pad_1: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts_1: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) __printf_buffer_to_file_switch: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_write: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp_to_wide: returns no value\n(/lib/libc.so.6) __printf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp: returns no value\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) hack_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fphex_to_wide: returns no value\n(/lib/libc.so.6) __printf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_fphex_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) printf_size_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) psiginfo: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) psignal: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putw: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_printf_freemem: returns no value\n(/lib/libc.so.6) __handle_registered_modifier_wc: return value location: {0x50, 0}\n(/lib/libc.so.6) __handle_registered_modifier_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_modifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_specifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_type: return value location: {0x50, 0}\n(/lib/libc.so.6) remove: return value location: {0x50, 0}\n(/lib/libc.so.6) rename: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat2: return value location: {0x50, 0}\n(/lib/libc.so.6) __scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __snprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) tempnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __gen_tempname: return value location: {0x50, 0}\n(/lib/libc.so.6) try_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) try_nocreate: return value location: {0x50, 0}\n(/lib/libc.so.6) try_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) try_file: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) mix_random_values: return value location: {0x50, 0}\n(/lib/libc.so.6) __path_search: return value location: {0x50, 0}\n(/lib/libc.so.6) direxists: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_tmpfile: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __translated_number_width: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __printf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) ___vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vfwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __wprintf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _itowa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_pad: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) __vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_pad_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_puts_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_write: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errlist: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errname: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) locked_vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __parse_one_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __parse_one_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) local_isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_fclose: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) _IO_new_fdopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fflush: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fgetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fgets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fopencookie: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_init: returns no value\n(/lib/libc.so.6) set_callbacks: returns no value\n(/lib/libc.so.6) _IO_cookie_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fputs: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fread: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fsetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wfile_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getdelim: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_gets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_padn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_popen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_open: return value location: {0x50, 0}\n(/lib/libc.so.6) spawn_process: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_proc_file_chain_resetlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_unlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_lock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) _IO_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekoff_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekpos_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setbuffer: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setvbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) ungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __vsprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fputwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetws: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fgetws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputws: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wpadn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) ungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) putwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putchar: return value location: {0x50, 0}\n(/lib/libc.so.6) putchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_wmarkers: returns no value\n(/lib/libc.so.6) _IO_seekwmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wmarker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_init_wmarker: returns no value\n(/lib/libc.so.6) _IO_adjust_wcolumn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackwc: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_wbackup: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wget_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_wdefault_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wunderflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wuflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_finish: returns no value\n(/lib/libc.so.6) _IO_wdefault_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wstr_finish: returns no value\n(/lib/libc.so.6) _IO_wstr_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_init_static: returns no value\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) adjust_wide_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdo_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_in: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_out: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wmem_finish: returns no value\n(/lib/libc.so.6) _IO_wmem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) open_wmemstream: return value location: {0x50, 0}\n(/lib/libc.so.6) clearerr: returns no value\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) __fileno: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) fseek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_getc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_mem_finish: returns no value\n(/lib/libc.so.6) _IO_mem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_memstream: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_pclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) rewind: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) setbuf: returns no value\n(/lib/libc.so.6) setlinebuf: returns no value\n(/lib/libc.so.6) __vasprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_asprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __vdprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_dprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) _IO_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_snprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_obstack: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __fcloseall: return value location: {0x50, 0}\n(/lib/libc.so.6) __fseeko: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __ftello: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen64: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) __fbufsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __freading: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwriting: return value location: {0x50, 0}\n(/lib/libc.so.6) __freadable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwritable: return value location: {0x50, 0}\n(/lib/libc.so.6) __flbf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpurge: returns no value\n(/lib/libc.so.6) __fpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __fsetlocking: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fatal: returns no value\n(/lib/libc.so.6) __libc_message_impl: returns no value\n(/lib/libc.so.6) writev_for_fatal: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stdfiles_vtables: returns no value\n(/lib/libc.so.6) _IO_vtable_check: returns no value\n(/lib/libc.so.6) rtld_active: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) clearerr_unlocked: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fflush_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_peekc_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fwrite_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fputs_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_sync_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) decide_maybe_mmap: returns no value\n(/lib/libc.so.6) _IO_file_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) mmap_remap_check: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_setbuf_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_open: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_finish: returns no value\n(/lib/libc.so.6) _IO_new_file_close_it: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init: returns no value\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_resetlock: returns no value\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_list_lock: returns no value\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_imbue: returns no value\n(/lib/libc.so.6) _IO_default_showmanyc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_markers: returns no value\n(/lib/libc.so.6) _IO_seekmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_difference: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_remove_marker: returns no value\n(/lib/libc.so.6) _IO_init_marker: returns no value\n(/lib/libc.so.6) _IO_cleanup: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_freemem: returns no value\n(/lib/libc.so.6) _IO_unbuffer_all: returns no value\n(/lib/libc.so.6) _IO_flush_all_linebuffered: returns no value\n(/lib/libc.so.6) _IO_flush_all: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_adjust_column: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_finish: returns no value\n(/lib/libc.so.6) _IO_default_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_no_init: returns no value\n(/lib/libc.so.6) _IO_old_init: returns no value\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_default_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) __uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_backup: return value location: {0x50, 0}\n(/lib/libc.so.6) __overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_get_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_get_area: returns no value\n(/lib/libc.so.6) _IO_least_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_link_in: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) flush_cleanup: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_stdfiles_init: returns no value\n(/lib/libc.so.6) _IO_str_finish: returns no value\n(/lib/libc.so.6) _IO_str_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_init_readonly: returns no value\n(/lib/libc.so.6) _IO_str_init_static: returns no value\n(/lib/libc.so.6) _IO_str_init_static_internal: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr1: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlerror: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) ___dlinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_doit: returns no value\n(/lib/libc.so.6) ___dlmopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_doit: returns no value\n(/lib/libc.so.6) ___dlopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_doit: returns no value\n(/lib/libc.so.6) ___dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_doit: returns no value\n(/lib/libc.so.6) ___dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_doit: returns no value\n(/lib/libc.so.6) __libc_dlerror_result_free: returns no value\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) __libc_alloca_cutoff: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_do_cancel: returns no value\n(/lib/libc.so.6) __syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_exiting: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_unregister_cancel: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) __pthread_cleanup_push: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) ___pthread_unregister_cancel_restore: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) _pthread_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) _pthread_cleanup_push_defer: returns no value\n(/lib/libc.so.6) ___pthread_cleanup_routine: returns no value\n(/lib/libc.so.6) __lll_elision_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) do_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) do_set_elision_enable: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) __lll_lock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_clocklock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_trylock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xend: returns no value\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_death_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __futex_lock_pi64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_cancelable64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __libc_cleanup_push_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __lll_lock_wake: returns no value\n(/lib/libc.so.6) __lll_lock_wake_private: returns no value\n(/lib/libc.so.6) __lll_lock_wait: returns no value\n(/lib/libc.so.6) __lll_lock_wait_private: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_get_minstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_stack: returns no value\n(/lib/libc.so.6) queue_stack: returns no value\n(/lib/libc.so.6) __nptl_free_stacks: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_setxid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_signal_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) setxid_error: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) __libpthread_freeres: returns no value\n(/lib/libc.so.6) __pthread_cond_broadcast_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_destroy_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_init_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_signal_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_timedwait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_extension: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getscope: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __pthread_attr_getstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setscope: return value location: {0x50, 0}\n(/lib/libc.so.6) pthread_attr_setsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setsigmask_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstack: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrier_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_barrier_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_barrier_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_barrierattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) cancellation_pc_check: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_async_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) __pthread_cleanup_upto: returns no value\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_cleanup_waiting: returns no value\n(/lib/libc.so.6) __condvar_cancel_waiting: returns no value\n(/lib/libc.so.6) __condvar_confirm_wakeup: returns no value\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_fetch_add_wseq_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_fetch_add_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_create_2_1: return value location: {0x50, 0}\n(/lib/libc.so.6) report_thread_creation: return value location: {0x50, 0}\n(/lib/libc.so.6) start_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) create_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) name_stack_maps: returns no value\n(/lib/libc.so.6) allocate_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) advise_stack_range: returns no value\n(/lib/libc.so.6) setup_stack_prot: return value location: {0x50, 0}\n(/lib/libc.so.6) guard_position: return value location: {0x50, 0}\n(/lib/libc.so.6) get_cached_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) late_init: returns no value\n(/lib/libc.so.6) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/libc.so.6) __thread_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) tls_setup_tcbhead: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) collect_default_sched: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigdelset: returns no value\n(/lib/libc.so.6) internal_sigfillset: returns no value\n(/lib/libc.so.6) internal_sigset_from_sigset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_exit: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) __pthread_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getattr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_join: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_clockjoin_ex: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_create: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_esrch: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_raise_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_other_threads_np: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_adjust: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_cond_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tunables_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_cache_size: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mutex_spin_count: returns no value\n(/lib/libc.so.6) __pthread_mutex_consistent: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_init: return value location: {0x50, 0}\n(/lib/libc.so.6) prio_inherit_missing: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_lock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_timedlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_clocklock_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_usercnt: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_unlock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutexattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_gettype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_settype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_rdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_tryrdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_trywrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_rdunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_wrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_self: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_pthread_attr_freeres: returns no value\n(/lib/libc.so.6) __pthread_setattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedprio: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_setspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_lock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_trylock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_unlock: returns unspecified type\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) ___pthread_timedjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tryjoin_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_yield: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_getvalue: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_init: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_open_init: returns no value\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_post: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __sem_remove_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) walker: returns no value\n(/lib/libc.so.6) __sem_check_add_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_trywait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_cancel_arch: returns unspecified type\n(/lib/libc.so.6) __pthread_current_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tpp_change_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) ___pthread_unwind_next: returns no value\n(/lib/libc.so.6) __pthread_unwind: returns no value\n(/lib/libc.so.6) unwind_cleanup: returns no value\n(/lib/libc.so.6) unwind_stop: return value location: {0x50, 0}\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_current: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_yield: returns no value\n(/lib/libc.so.6) __call_once: returns no value\n(/lib/libc.so.6) __cnd_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_destroy: returns no value\n(/lib/libc.so.6) __cnd_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_timedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_destroy: returns no value\n(/lib/libc.so.6) __mtx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_timedlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __dyn_pthread_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_exit: returns no value\n(/lib/libc.so.6) __thrd_join: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_delete: returns no value\n(/lib/libc.so.6) __tss_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_set: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) add_request_to_runlist: returns no value\n(/lib/libc.so.6) __aio_freemem: returns no value\n(/lib/libc.so.6) handle_fildes_io: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_init: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_find_req_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_find_req: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_notify: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_return: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___aio_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) do_aio_misc_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) __aio_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_24: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_21: return value location: {0x50, 0}\n(/lib/libc.so.6) lio_listio_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) init_mq_netlink: returns no value\n(/lib/libc.so.6) __mq_notify_fork_subprocess: returns no value\n(/lib/libc.so.6) helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) notification_function: return value location: {0x50, 0}\n(/lib/libc.so.6) change_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_receive: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedreceive_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedsend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_create_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_create: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) kernel_timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_delete_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_getoverrun_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_getoverrun: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_gettime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_gettime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_settime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_settime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_start_helper_thread: returns no value\n(/lib/libc.so.6) __timer_fork_subprocess: returns no value\n(/lib/libc.so.6) timer_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) signal_unblock_sigtimer: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_printerr: returns no value\n(/lib/libc.so.6) __libc_mallopt: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_hugetlb: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mxfast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_unsorted_limit: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_count: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_test: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_perturb_byte: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mallopt_check: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmaps_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmap_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_top_pad: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_trim_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_stats: returns no value\n(/lib/libc.so.6) __libc_mallinfo: return value location: {0x70, 0}\n(/lib/libc.so.6) __libc_mallinfo2: return value location: {0x70, 0}\n(/lib/libc.so.6) int_mallinfo: returns no value\n(/lib/libc.so.6) __malloc_usable_size: return value location: {0x50, 0}\n(/lib/libc.so.6) musable: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) mtrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_consolidate: returns no value\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) _int_free_create_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_merge_chunk: returns no value\n(/lib/libc.so.6) _int_free: returns no value\n(/lib/libc.so.6) _int_free_chunk: returns no value\n(/lib/libc.so.6) _int_free_check: returns no value\n(/lib/libc.so.6) _int_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_calloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pvalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_valloc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) aligned_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_free: returns no value\n(/lib/libc.so.6) __libc_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_try_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) tcache_thread_shutdown: returns no value\n(/lib/libc.so.6) tcache_free: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_double_free_verify: returns no value\n(/lib/libc.so.6) tcache_available: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_next: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get_n: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_put: returns no value\n(/lib/libc.so.6) tcache_key_initialize: returns no value\n(/lib/libc.so.6) mremap_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) munmap_chunk: returns no value\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_arena_thread_freeres: returns no value\n(/lib/libc.so.6) arena_get_retry: return value location: {0x50, 0}\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) reused_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) remove_from_free_list: returns no value\n(/lib/libc.so.6) get_free_list: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_new_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) heap_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) grow_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mxfast: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_unsorted_limit: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_count: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_test: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_trim_threshold: returns no value\n(/lib/libc.so.6) _dl_tunable_set_perturb_byte: returns no value\n(/lib/libc.so.6) _dl_tunable_set_top_pad: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmaps_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmap_threshold: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_child: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_parent: returns no value\n(/lib/libc.so.6) __malloc_fork_lock_parent: returns no value\n(/lib/libc.so.6) arena_for_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_for_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_max_size: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_min_size: return value location: {0x50, 0}\n(/lib/libc.so.6) madvise_thp: returns no value\n(/lib/libc.so.6) free_perturb: returns no value\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) malloc_init_state: returns no value\n(/lib/libc.so.6) get_max_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) tag_new_usable: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_request2size: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_at: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_region: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_morecore: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_memory: return value location: {0x50, 0}\n(/lib/libc.so.6) check_may_shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel_nostatus_direct: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) mprobe: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_pedantic: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_check_all: returns no value\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) muntrace: returns no value\n(/lib/libc.so.6) mtrace: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) print_and_abort: returns no value\n(/lib/libc.so.6) _obstack_memory_used: return value location: {0x50, 0}\n(/lib/libc.so.6) obstack_free: returns no value\n(/lib/libc.so.6) _obstack_allocated_p: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_newchunk: returns no value\n(/lib/libc.so.6) _obstack_begin_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_reallocarray: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_dynarray_at_failure: returns no value\n(/lib/libc.so.6) __libc_dynarray_emplace_enlarge: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize_clear: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_alloc_buffer_alloc_array: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_copy_bytes: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_copy_string: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_create_failure: returns no value\n(/lib/libc.so.6) __libc_freeres: returns no value\n(/lib/libc.so.6) __libc_thread_freeres: returns no value\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_count: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) __argz_extract: returns no value\n(/lib/libc.so.6) __argz_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) str_append: returns no value\n(/lib/libc.so.6) argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __basename: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) bcopy: returns no value\n(/lib/libc.so.6) __bzero: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_strip: returns no value\n(/lib/libc.so.6) envz_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) envz_get: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) explicit_bzero: returns no value\n(/lib/libc.so.6) __ffs: return value location: {0x50, 0}\n(/lib/libc.so.6) __ffsll: return value location: {0x50, 0}\n(/lib/libc.so.6) __memccpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_memcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memfrob: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memmove_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __rawmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) rawmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) sigabbrev_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdescr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strchrnul_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchrnul_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_l: return value location: {0x50, 0}\n(/lib/libc.so.6) unknown_error: return value location: {0x50, 0}\n(/lib/libc.so.6) translate: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerrordesc_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strerrorname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strfry: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_stpcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_mempcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_3c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_2c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strtok_r_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strndup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strsep: return value location: {0x50, 0}\n(/lib/libc.so.6) strsignal: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_strstr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strstr_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr3: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr2: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtok: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtok_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strverscmp: return value location: {0x50, 0}\n(/lib/libc.so.6) strxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __strxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) swab: returns no value\n(/lib/libc.so.6) __xpg_strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __memchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex: returns unspecified type\n(/lib/libc.so.6) __memchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex512: returns unspecified type\n(/lib/libc.so.6) __memchr_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_evex: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_sse2: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __mempcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memrchr_evex: returns unspecified type\n(/lib/libc.so.6) __memrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memset_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcat_evex: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchr_evex: returns unspecified type\n(/lib/libc.so.6) __strchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2_no_bsf: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex512: returns unspecified type\n(/lib/libc.so.6) __strchrnul_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcpy_evex: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strlen_evex: returns unspecified type\n(/lib/libc.so.6) __strlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncat_evex: returns unspecified type\n(/lib/libc.so.6) __strncat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncpy_evex: returns unspecified type\n(/lib/libc.so.6) __strncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strnlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strpbrk_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strstr_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strpbrk_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __strspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_cacheinfo_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) init_cacheinfo: returns no value\n(/lib/libc.so.6) __cache_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal_free: returns no value\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) c16rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c32rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c8rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrlen: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc8: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc32: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsnrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_l: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcschr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschrnul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcslen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_ctype: returns no value\n(/lib/libc.so.6) __wcsmbs_named_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_clone_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_load_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcspbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsstr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstod: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstof: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstok: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcswidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctob: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscat_evex: returns unspecified type\n(/lib/libc.so.6) __wcscat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcschr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcschr_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcscmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcscmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcscpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse2: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsncat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncat_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __offtime: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime: return value location: {0x50, 0}\n(/lib/libc.so.6) __asctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) clock: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __difftime: return value location: {0x61, 0}\n(/lib/libc.so.6) gmtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __gmtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) localtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __localtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) mktime: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ranged_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_time: return value location: {0x50, 0}\n(/lib/libc.so.6) tm_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) long_int_avg: return value location: {0x50, 0}\n(/lib/libc.so.6) ydhms_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) isdst_differ: return value location: {0x50, 0}\n(/lib/libc.so.6) leapyear: return value location: {0x50, 0}\n(/lib/libc.so.6) shr: return value location: {0x50, 0}\n(/lib/libc.so.6) time_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) time_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimezone: return value location: {0x50, 0}\n(/lib/libc.so.6) __adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tzset_freemem: returns no value\n(/lib/libc.so.6) __tz_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzset: returns no value\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) compute_change: returns no value\n(/lib/libc.so.6) tzset_internal: returns no value\n(/lib/libc.so.6) __tzset_parse_tz: returns no value\n(/lib/libc.so.6) parse_rule: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tzname: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) update_vars: returns no value\n(/lib/libc.so.6) __tzstring: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzstring_len: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) __tzfile_compute: returns no value\n(/lib/libc.so.6) __tzfile_default: returns no value\n(/lib/libc.so.6) __tzfile_read: returns no value\n(/lib/libc.so.6) decode64: return value location: {0x50, 0}\n(/lib/libc.so.6) decode: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __bswap_64: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __getitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __setitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __stime: return value location: {0x50, 0}\n(/lib/libc.so.6) dysize: return value location: {0x50, 0}\n(/lib/libc.so.6) timegm: return value location: {0x50, 0}\n(/lib/libc.so.6) ftime: return value location: {0x50, 0}\n(/lib/libc.so.6) getdate: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_mday: return value location: {0x50, 0}\n(/lib/libc.so.6) first_wday: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strptime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) day_of_the_year: returns no value\n(/lib/libc.so.6) day_of_the_week: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strftime: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsftime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_select_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_parse_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_walt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_time: returns no value\n(/lib/libc.so.6) __ntp_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __ntp_gettimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __alphasort64: return value location: {0x50, 0}\n(/lib/libc.so.6) __closedir: return value location: {0x50, 0}\n(/lib/libc.so.6) __dirfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __fdopendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdents64: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendirat: return value location: {0x50, 0}\n(/lib/libc.so.6) opendir_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) invalid_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __readdir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __rewinddir: returns no value\n(/lib/libc.so.6) __scandir_cancel_handler: returns no value\n(/lib/libc.so.6) __scandir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __scandir64_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scandirat64: return value location: {0x50, 0}\n(/lib/libc.so.6) seekdir: returns no value\n(/lib/libc.so.6) telldir: return value location: {0x50, 0}\n(/lib/libc.so.6) __versionsort64: return value location: {0x50, 0}\n(/lib/libc.so.6) getdirentries64: return value location: {0x50, 0}\n(/lib/libc.so.6) _Fork: return value location: {0x50, 0}\n(/lib/libc.so.6) arch_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) _exit: returns no value\n(/lib/libc.so.6) alarm: returns unspecified type\n(/lib/libc.so.6) __GI_alarm: returns unspecified type\n(/lib/libc.so.6) __bsd_getpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __confstr: return value location: {0x50, 0}\n(/lib/libc.so.6) execl: return value location: {0x50, 0}\n(/lib/libc.so.6) execle: return value location: {0x50, 0}\n(/lib/libc.so.6) execlp: return value location: {0x50, 0}\n(/lib/libc.so.6) execv: return value location: {0x50, 0}\n(/lib/libc.so.6) __execve: returns unspecified type\n(/lib/libc.so.6) __GI___execve: returns unspecified type\n(/lib/libc.so.6) execve: returns unspecified type\n(/lib/libc.so.6) __GI_execve: returns unspecified type\n(/lib/libc.so.6) execveat: return value location: {0x50, 0}\n(/lib/libc.so.6) execvp: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpex: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) fexecve: return value location: {0x50, 0}\n(/lib/libc.so.6) __fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) fnmatch_convert_to_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_wmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_add: returns no value\n(/lib/libc.so.6) pattern_list_add__: returns no value\n(/lib/libc.so.6) pattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_mark_failed: returns no value\n(/lib/libc.so.6) pattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_free: returns no value\n(/lib/libc.so.6) pattern_list_init: returns no value\n(/lib/libc.so.6) pattern_list_free__array__: returns no value\n(/lib/libc.so.6) pattern_list_free__elements__: returns no value\n(/lib/libc.so.6) end_wpattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnwmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) is_char_class: return value location: {0x50, 0}\n(/lib/libc.so.6) findidxwc: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_match: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_add: returns no value\n(/lib/libc.so.6) wpattern_list_add__: returns no value\n(/lib/libc.so.6) wpattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_mark_failed: returns no value\n(/lib/libc.so.6) wpattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_free: returns no value\n(/lib/libc.so.6) wpattern_list_init: returns no value\n(/lib/libc.so.6) wpattern_list_free__array__: returns no value\n(/lib/libc.so.6) wpattern_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) end_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) fresetlockfiles: returns no value\n(/lib/libc.so.6) reclaim_stacks: returns no value\n(/lib/libc.so.6) fork_system_setup_after_fork: returns no value\n(/lib/libc.so.6) fork_system_setup: returns no value\n(/lib/libc.so.6) list_splice: returns no value\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_child_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __getegid: returns unspecified type\n(/lib/libc.so.6) __GI___getegid: returns unspecified type\n(/lib/libc.so.6) getegid: returns unspecified type\n(/lib/libc.so.6) __GI_getegid: returns unspecified type\n(/lib/libc.so.6) __geteuid: returns unspecified type\n(/lib/libc.so.6) __GI___geteuid: returns unspecified type\n(/lib/libc.so.6) geteuid: returns unspecified type\n(/lib/libc.so.6) __GI_geteuid: returns unspecified type\n(/lib/libc.so.6) __getgid: returns unspecified type\n(/lib/libc.so.6) __GI___getgid: returns unspecified type\n(/lib/libc.so.6) getgid: returns unspecified type\n(/lib/libc.so.6) __GI_getgid: returns unspecified type\n(/lib/libc.so.6) __getgroups: returns unspecified type\n(/lib/libc.so.6) __GI___getgroups: returns unspecified type\n(/lib/libc.so.6) getgroups: returns unspecified type\n(/lib/libc.so.6) __GI_getgroups: returns unspecified type\n(/lib/libc.so.6) __posix_getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_initialize: return value location: {0x50, 0}\n(/lib/libc.so.6) process_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) exchange: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_only_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long_only: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpgid: returns unspecified type\n(/lib/libc.so.6) __GI___getpgid: returns unspecified type\n(/lib/libc.so.6) getpgid: returns unspecified type\n(/lib/libc.so.6) __GI_getpgid: returns unspecified type\n(/lib/libc.so.6) getpgrp: returns unspecified type\n(/lib/libc.so.6) __GI_getpgrp: returns unspecified type\n(/lib/libc.so.6) __getpid: returns unspecified type\n(/lib/libc.so.6) __GI___getpid: returns unspecified type\n(/lib/libc.so.6) getpid: returns unspecified type\n(/lib/libc.so.6) __GI_getpid: returns unspecified type\n(/lib/libc.so.6) __getppid: returns unspecified type\n(/lib/libc.so.6) __GI___getppid: returns unspecified type\n(/lib/libc.so.6) getppid: returns unspecified type\n(/lib/libc.so.6) __GI_getppid: returns unspecified type\n(/lib/libc.so.6) getresgid: returns unspecified type\n(/lib/libc.so.6) __GI_getresgid: returns unspecified type\n(/lib/libc.so.6) getresuid: returns unspecified type\n(/lib/libc.so.6) __GI_getresuid: returns unspecified type\n(/lib/libc.so.6) getsid: returns unspecified type\n(/lib/libc.so.6) __GI_getsid: returns unspecified type\n(/lib/libc.so.6) __getuid: returns unspecified type\n(/lib/libc.so.6) __GI___getuid: returns unspecified type\n(/lib/libc.so.6) getuid: returns unspecified type\n(/lib/libc.so.6) __GI_getuid: returns unspecified type\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_lstat_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_p: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) __group_member: return value location: {0x50, 0}\n(/lib/libc.so.6) __nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_symlinks: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_filesize_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_link_max: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pause: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_madvise: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pread64: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pwrite64: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_ctx_init: returns no value\n(/lib/libc.so.6) match_ctx_add_sublast: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_subtop: return value location: {0x50, 0}\n(/lib/libc.so.6) search_cur_bkref_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_free: returns no value\n(/lib/libc.so.6) match_ctx_clean: returns no value\n(/lib/libc.so.6) match_ctx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) find_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) group_nodes_into_DFAstates: return value location: {0x50, 0}\n(/lib/libc.so.6) build_trtable: return value location: {0x50, 0}\n(/lib/libc.so.6) expand_bkref_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_add_next_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival: return value location: {0x50, 0}\n(/lib/libc.so.6) find_subexp_node: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_matching_top: return value location: {0x50, 0}\n(/lib/libc.so.6) find_recover_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_with_log: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_iter_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos_1: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) sub_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) add_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) update_cur_sifted_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_array: return value location: {0x50, 0}\n(/lib/libc.so.6) clean_state_log_if_needed: return value location: {0x50, 0}\n(/lib/libc.so.6) build_sifted_states: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_backward: return value location: {0x50, 0}\n(/lib/libc.so.6) update_regs: returns no value\n(/lib/libc.so.6) free_fail_stack_return: return value location: {0x50, 0}\n(/lib/libc.so.6) set_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_mark_failed: returns no value\n(/lib/libc.so.6) regmatch_list_free: returns no value\n(/lib/libc.so.6) regmatch_list_init: returns no value\n(/lib/libc.so.6) regmatch_list_free__array__: returns no value\n(/lib/libc.so.6) regmatch_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) pop_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) push_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) proceed_next_node: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_node_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_matching: return value location: {0x50, 0}\n(/lib/libc.so.6) acquire_init_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) prune_impossible_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) re_exec: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) re_copy_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_2_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match: return value location: {0x50, 0}\n(/lib/libc.so.6) __compat_regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) __regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_token: returns no value\n(/lib/libc.so.6) mark_opt_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) create_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_charset: returns no value\n(/lib/libc.so.6) fetch_number: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass_op: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass: return value location: {0x50, 0}\n(/lib/libc.so.6) build_equiv_class: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) build_collating_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) build_range_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) lookup_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) seek_collating_symbol_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dup_op: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_sub_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_expression: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_branch: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_reg_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token_bracket: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token: return value location: {0x50, 0}\n(/lib/libc.so.6) fetch_token: returns no value\n(/lib/libc.so.6) calc_eclosure_iter: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_eclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_inveclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node: return value location: {0x50, 0}\n(/lib/libc.so.6) search_duplicated_node: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node_closure: return value location: {0x50, 0}\n(/lib/libc.so.6) link_nfa_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_next: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_first: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) preorder: return value location: {0x50, 0}\n(/lib/libc.so.6) postorder: return value location: {0x50, 0}\n(/lib/libc.so.6) analyze: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_utf8: returns no value\n(/lib/libc.so.6) create_initial_state: return value location: {0x50, 0}\n(/lib/libc.so.6) free_workarea_compile: returns no value\n(/lib/libc.so.6) init_word_char: returns no value\n(/lib/libc.so.6) init_dfa: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_regcomp_freemem: returns no value\n(/lib/libc.so.6) re_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) free_dfa_content: returns no value\n(/lib/libc.so.6) __regerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __regcomp: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_fastmap_iter: returns no value\n(/lib/libc.so.6) re_set_fastmap: returns no value\n(/lib/libc.so.6) __re_compile_fastmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_syntax: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_compile_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) create_cd_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) create_ci_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) free_state: returns no value\n(/lib/libc.so.6) register_state: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_state_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) re_dfa_add_node: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_remove_at: returns no value\n(/lib/libc.so.6) re_node_set_contains: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert_last: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_union: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_add_intersect: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_2: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_1: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_context_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_destruct: returns no value\n(/lib/libc.so.6) re_string_fetch_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_peek_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_reconstruct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_translate_buffer: returns no value\n(/lib/libc.so.6) build_upper_buffer: returns no value\n(/lib/libc.so.6) re_string_skip_chars: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_upper_buffer: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_buffer: returns no value\n(/lib/libc.so.6) re_string_construct_common: returns no value\n(/lib/libc.so.6) re_string_realloc_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_construct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_elem_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_wchar_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_char_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_mask: returns no value\n(/lib/libc.so.6) bitset_merge: returns no value\n(/lib/libc.so.6) bitset_not: returns no value\n(/lib/libc.so.6) bitset_copy: returns no value\n(/lib/libc.so.6) bitset_set_all: returns no value\n(/lib/libc.so.6) bitset_empty: returns no value\n(/lib/libc.so.6) bitset_contain: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_clear: returns no value\n(/lib/libc.so.6) bitset_set: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) __libc_atfork_freemem: returns no value\n(/lib/libc.so.6) __run_postfork_handlers: returns no value\n(/lib/libc.so.6) __run_prefork_handlers: return value location: {0x50, 0}\n(/lib/libc.so.6) __unregister_atfork: returns no value\n(/lib/libc.so.6) fork_handler_list_find: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_remove_last: returns no value\n(/lib/libc.so.6) fork_handler_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_end: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_mark_failed: returns no value\n(/lib/libc.so.6) fork_handler_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_free: returns no value\n(/lib/libc.so.6) fork_handler_list_init: returns no value\n(/lib/libc.so.6) fork_handler_list_free__array__: returns no value\n(/lib/libc.so.6) fork_handler_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpualloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpucount: return value location: {0x50, 0}\n(/lib/libc.so.6) countbits: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpufree: returns no value\n(/lib/libc.so.6) __sched_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getparam: returns unspecified type\n(/lib/libc.so.6) sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getparam: returns unspecified type\n(/lib/libc.so.6) __sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __sched_rr_get_interval: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setparam: returns unspecified type\n(/lib/libc.so.6) sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setparam: returns unspecified type\n(/lib/libc.so.6) __sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI___sched_yield: returns unspecified type\n(/lib/libc.so.6) sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI_sched_yield: returns unspecified type\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpgid: returns unspecified type\n(/lib/libc.so.6) __GI___setpgid: returns unspecified type\n(/lib/libc.so.6) setpgid: returns unspecified type\n(/lib/libc.so.6) __GI_setpgid: returns unspecified type\n(/lib/libc.so.6) setpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsid: returns unspecified type\n(/lib/libc.so.6) __GI___setsid: returns unspecified type\n(/lib/libc.so.6) setsid: returns unspecified type\n(/lib/libc.so.6) __GI_setsid: returns unspecified type\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_get_name: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclosefrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addfchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addtcsetpgrp_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawn_valid_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawnix: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni_child: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) putpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) putmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) isastream: return value location: {0x50, 0}\n(/lib/libc.so.6) getpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) getmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) fdetach: return value location: {0x50, 0}\n(/lib/libc.so.6) fattach: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf_check_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_pthread_stack_min: return value location: {0x50, 0}\n(/lib/libc.so.6) linux_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) sysconf_sigstksz: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __times: return value location: {0x50, 0}\n(/lib/libc.so.6) __uname: returns unspecified type\n(/lib/libc.so.6) __GI___uname: returns unspecified type\n(/lib/libc.so.6) uname: returns unspecified type\n(/lib/libc.so.6) __GI_uname: returns unspecified type\n(/lib/libc.so.6) __vfork: returns unspecified type\n(/lib/libc.so.6) __GI___vfork: returns unspecified type\n(/lib/libc.so.6) vfork: returns unspecified type\n(/lib/libc.so.6) __libc_vfork: returns unspecified type\n(/lib/libc.so.6) __wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait3: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait4: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitid: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitpid: return value location: {0x50, 0}\n(/lib/libc.so.6) wordexp: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) parse_dquote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backtick: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dollars: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_param: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm_child: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_add: returns no value\n(/lib/libc.so.6) strlist_add__: returns no value\n(/lib/libc.so.6) strlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_mark_failed: returns no value\n(/lib/libc.so.6) strlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_free: returns no value\n(/lib/libc.so.6) strlist_init: returns no value\n(/lib/libc.so.6) strlist_free__array__: returns no value\n(/lib/libc.so.6) strlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_arith: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_multdiv: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_val: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_squote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) do_parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tilde: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_qtd_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addword: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addstr: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addmem: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) w_newword: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) __getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_getpid: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_procutils_read_file: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) vsyscall_sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __access: return value location: {0x50, 0}\n(/lib/libc.so.6) __chdir: returns unspecified type\n(/lib/libc.so.6) __GI___chdir: returns unspecified type\n(/lib/libc.so.6) chdir: returns unspecified type\n(/lib/libc.so.6) __GI_chdir: returns unspecified type\n(/lib/libc.so.6) __chmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_chown: returns unspecified type\n(/lib/libc.so.6) __GI___libc_chown: returns unspecified type\n(/lib/libc.so.6) __chown: returns unspecified type\n(/lib/libc.so.6) __GI___chown: returns unspecified type\n(/lib/libc.so.6) chown: returns unspecified type\n(/lib/libc.so.6) __GI_chown: returns unspecified type\n(/lib/libc.so.6) __close: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_range: returns unspecified type\n(/lib/libc.so.6) __GI___close_range: returns unspecified type\n(/lib/libc.so.6) close_range: returns unspecified type\n(/lib/libc.so.6) __GI_close_range: returns unspecified type\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) copy_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __creat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup: returns unspecified type\n(/lib/libc.so.6) __GI___dup: returns unspecified type\n(/lib/libc.so.6) dup: returns unspecified type\n(/lib/libc.so.6) __GI_dup: returns unspecified type\n(/lib/libc.so.6) __dup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup3: returns unspecified type\n(/lib/libc.so.6) __GI___dup3: returns unspecified type\n(/lib/libc.so.6) dup3: returns unspecified type\n(/lib/libc.so.6) __GI_dup3: returns unspecified type\n(/lib/libc.so.6) __euidaccess: return value location: {0x50, 0}\n(/lib/libc.so.6) __faccessat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchdir: returns unspecified type\n(/lib/libc.so.6) __GI___fchdir: returns unspecified type\n(/lib/libc.so.6) fchdir: returns unspecified type\n(/lib/libc.so.6) __GI_fchdir: returns unspecified type\n(/lib/libc.so.6) __fchmod: returns unspecified type\n(/lib/libc.so.6) __GI___fchmod: returns unspecified type\n(/lib/libc.so.6) fchmod: returns unspecified type\n(/lib/libc.so.6) __GI_fchmod: returns unspecified type\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchown: returns unspecified type\n(/lib/libc.so.6) __GI___fchown: returns unspecified type\n(/lib/libc.so.6) fchown: returns unspecified type\n(/lib/libc.so.6) __GI_fchown: returns unspecified type\n(/lib/libc.so.6) fchownat: returns unspecified type\n(/lib/libc.so.6) __GI_fchownat: returns unspecified type\n(/lib/libc.so.6) __libc_fcntl64: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_path: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_is_unchanged: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __flock: returns unspecified type\n(/lib/libc.so.6) __GI___flock: returns unspecified type\n(/lib/libc.so.6) flock: returns unspecified type\n(/lib/libc.so.6) __GI_flock: returns unspecified type\n(/lib/libc.so.6) __fstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_maxarglen: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_padjust: returns no value\n(/lib/libc.so.6) fts_palloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_lfree: returns no value\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_build: return value location: {0x50, 0}\n(/lib/libc.so.6) dirent_not_directory: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_children: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_set: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_load: returns no value\n(/lib/libc.so.6) fts_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_startup: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) open_dir_stream: return value location: {0x50, 0}\n(/lib/libc.so.6) find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) add_object: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimens: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) get_current_dir_name: return value location: {0x50, 0}\n(/lib/libc.so.6) getwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) lchmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __lchown: returns unspecified type\n(/lib/libc.so.6) __GI___lchown: returns unspecified type\n(/lib/libc.so.6) lchown: returns unspecified type\n(/lib/libc.so.6) __GI_lchown: returns unspecified type\n(/lib/libc.so.6) __link: return value location: {0x50, 0}\n(/lib/libc.so.6) linkat: returns unspecified type\n(/lib/libc.so.6) __GI_linkat: returns unspecified type\n(/lib/libc.so.6) __lockf64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lseek64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mkdir: return value location: {0x50, 0}\n(/lib/libc.so.6) mkdirat: returns unspecified type\n(/lib/libc.so.6) __GI_mkdirat: returns unspecified type\n(/lib/libc.so.6) mkfifo: return value location: {0x50, 0}\n(/lib/libc.so.6) mkfifoat: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_open64: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_openat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe2: returns unspecified type\n(/lib/libc.so.6) __GI___pipe2: returns unspecified type\n(/lib/libc.so.6) pipe2: returns unspecified type\n(/lib/libc.so.6) __GI_pipe2: returns unspecified type\n(/lib/libc.so.6) __poll: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fadvise64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fallocate64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) ppoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink: return value location: {0x50, 0}\n(/lib/libc.so.6) readlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_readlinkat: returns unspecified type\n(/lib/libc.so.6) __rmdir: return value location: {0x50, 0}\n(/lib/libc.so.6) sendfile64: return value location: {0x50, 0}\n(/lib/libc.so.6) __stat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) statx: return value location: {0x50, 0}\n(/lib/libc.so.6) __symlink: return value location: {0x50, 0}\n(/lib/libc.so.6) symlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_symlinkat: returns unspecified type\n(/lib/libc.so.6) ttyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) is_mytty: return value location: {0x50, 0}\n(/lib/libc.so.6) is_pty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) __umask: returns unspecified type\n(/lib/libc.so.6) __GI___umask: returns unspecified type\n(/lib/libc.so.6) umask: returns unspecified type\n(/lib/libc.so.6) __GI_umask: returns unspecified type\n(/lib/libc.so.6) __unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) unlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_unlinkat: returns unspecified type\n(/lib/libc.so.6) __utime: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_statvfs64: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sync_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __write_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetspeed: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcgetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) tcgetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tcdrain: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflow: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflush: return value location: {0x50, 0}\n(/lib/libc.so.6) tcsendbreak: return value location: {0x50, 0}\n(/lib/libc.so.6) cfmakeraw: returns no value\n(/lib/libc.so.6) tcgetsid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __setrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrusage: return value location: {0x50, 0}\n(/lib/libc.so.6) __ulimit: return value location: {0x50, 0}\n(/lib/libc.so.6) vlimit: return value location: {0x50, 0}\n(/lib/libc.so.6) __vtimes: return value location: {0x50, 0}\n(/lib/libc.so.6) vtimes_one: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpriority: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpriority: returns unspecified type\n(/lib/libc.so.6) __GI___setpriority: returns unspecified type\n(/lib/libc.so.6) setpriority: returns unspecified type\n(/lib/libc.so.6) __GI_setpriority: returns unspecified type\n(/lib/libc.so.6) nice: return value location: {0x50, 0}\n(/lib/libc.so.6) acct: returns unspecified type\n(/lib/libc.so.6) __GI_acct: returns unspecified type\n(/lib/libc.so.6) __libc_allocate_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk_call: return value location: {0x50, 0}\n(/lib/libc.so.6) chflags: return value location: {0x50, 0}\n(/lib/libc.so.6) chroot: returns unspecified type\n(/lib/libc.so.6) __GI_chroot: returns unspecified type\n(/lib/libc.so.6) daemon: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) dirname: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) errx: returns no value\n(/lib/libc.so.6) err: returns no value\n(/lib/libc.so.6) verrx: returns no value\n(/lib/libc.so.6) verr: returns no value\n(/lib/libc.so.6) warnx: returns no value\n(/lib/libc.so.6) warn: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) vwarn: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) __vwarnx_internal: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) __error_at_line: returns no value\n(/lib/libc.so.6) __error_at_line_internal: returns no value\n(/lib/libc.so.6) __error: returns no value\n(/lib/libc.so.6) __error_internal: returns no value\n(/lib/libc.so.6) error_tail: returns no value\n(/lib/libc.so.6) print_errno_message: returns no value\n(/lib/libc.so.6) flush_stdout: returns no value\n(/lib/libc.so.6) fchflags: return value location: {0x50, 0}\n(/lib/libc.so.6) __fd_to_filename: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fdatasync: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fgetxattr: returns unspecified type\n(/lib/libc.so.6) flistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_flistxattr: returns unspecified type\n(/lib/libc.so.6) fremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_fremovexattr: returns unspecified type\n(/lib/libc.so.6) fsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fsetxattr: returns unspecified type\n(/lib/libc.so.6) __libc_fstab_freemem: returns no value\n(/lib/libc.so.6) fstab_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_fetch: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) endfsent: returns no value\n(/lib/libc.so.6) getfsfile: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsspec: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftruncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __futimesat: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __getauxval: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getclktck: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname: return value location: {0x50, 0}\n(/lib/libc.so.6) getloadavg: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getpass: return value location: {0x50, 0}\n(/lib/libc.so.6) call_fclose: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __get_avphys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_phys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) sysinfo_mempages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nprocs_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) read_sysfs_file: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nproc_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_sched: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) value: return value location: {0x50, 0}\n(/lib/libc.so.6) skip: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttynam: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) initshells: return value location: {0x50, 0}\n(/lib/libc.so.6) setusershell: returns no value\n(/lib/libc.so.6) endusershell: returns no value\n(/lib/libc.so.6) getusershell: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getxattr: returns unspecified type\n(/lib/libc.so.6) __GI_getxattr: returns unspecified type\n(/lib/libc.so.6) gtty: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy: returns no value\n(/lib/libc.so.6) hcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) hsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsearch_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __hcreate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) isprime: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __libc_ifunc_impl_list: return value location: {0x50, 0}\n(/lib/libc.so.6) remque: returns no value\n(/lib/libc.so.6) insque: returns no value\n(/lib/libc.so.6) __ioctl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ioctl_arch: return value location: {0x50, 0}\n(/lib/libc.so.6) lgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lgetxattr: returns unspecified type\n(/lib/libc.so.6) listxattr: returns unspecified type\n(/lib/libc.so.6) __GI_listxattr: returns unspecified type\n(/lib/libc.so.6) llistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_llistxattr: returns unspecified type\n(/lib/libc.so.6) lremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_lremovexattr: returns unspecified type\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lsetxattr: returns unspecified type\n(/lib/libc.so.6) __lutimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __madvise: returns unspecified type\n(/lib/libc.so.6) __GI___madvise: returns unspecified type\n(/lib/libc.so.6) madvise: returns unspecified type\n(/lib/libc.so.6) __GI_madvise: returns unspecified type\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) mincore: returns unspecified type\n(/lib/libc.so.6) __GI_mincore: returns unspecified type\n(/lib/libc.so.6) mkdtemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemps: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemps: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock: returns unspecified type\n(/lib/libc.so.6) __GI_mlock: returns unspecified type\n(/lib/libc.so.6) mlockall: returns unspecified type\n(/lib/libc.so.6) __GI_mlockall: returns unspecified type\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) getmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) deallocate: returns no value\n(/lib/libc.so.6) allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __hasmntopt: return value location: {0x50, 0}\n(/lib/libc.so.6) __addmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) write_string: returns no value\n(/lib/libc.so.6) __getmntent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_mnt_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) decode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __endmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mprotect: returns unspecified type\n(/lib/libc.so.6) __GI___mprotect: returns unspecified type\n(/lib/libc.so.6) mprotect: returns unspecified type\n(/lib/libc.so.6) __GI_mprotect: returns unspecified type\n(/lib/libc.so.6) msync: return value location: {0x50, 0}\n(/lib/libc.so.6) munlock: returns unspecified type\n(/lib/libc.so.6) __GI_munlock: returns unspecified type\n(/lib/libc.so.6) munlockall: returns unspecified type\n(/lib/libc.so.6) __GI_munlockall: returns unspecified type\n(/lib/libc.so.6) __munmap: returns unspecified type\n(/lib/libc.so.6) __GI___munmap: returns unspecified type\n(/lib/libc.so.6) munmap: returns unspecified type\n(/lib/libc.so.6) __GI_munmap: returns unspecified type\n(/lib/libc.so.6) preadv64: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pselect: return value location: {0x50, 0}\n(/lib/libc.so.6) pselect64_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrace: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __qgcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __readv: return value location: {0x50, 0}\n(/lib/libc.so.6) reboot: return value location: {0x50, 0}\n(/lib/libc.so.6) advance: return value location: {0x50, 0}\n(/lib/libc.so.6) step: return value location: {0x50, 0}\n(/lib/libc.so.6) __remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI___remap_file_pages: returns unspecified type\n(/lib/libc.so.6) remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI_remap_file_pages: returns unspecified type\n(/lib/libc.so.6) removexattr: returns unspecified type\n(/lib/libc.so.6) __GI_removexattr: returns unspecified type\n(/lib/libc.so.6) __revoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __sbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) __select: return value location: {0x50, 0}\n(/lib/libc.so.6) setdomainname: returns unspecified type\n(/lib/libc.so.6) __GI_setdomainname: returns unspecified type\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) sethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sethostname: returns unspecified type\n(/lib/libc.so.6) __GI_sethostname: returns unspecified type\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxattr: returns unspecified type\n(/lib/libc.so.6) __GI_setxattr: returns unspecified type\n(/lib/libc.so.6) sstk: return value location: {0x50, 0}\n(/lib/libc.so.6) stty: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapoff: returns unspecified type\n(/lib/libc.so.6) __GI___swapoff: returns unspecified type\n(/lib/libc.so.6) swapoff: returns unspecified type\n(/lib/libc.so.6) __GI_swapoff: returns unspecified type\n(/lib/libc.so.6) __swapon: returns unspecified type\n(/lib/libc.so.6) __GI___swapon: returns unspecified type\n(/lib/libc.so.6) swapon: returns unspecified type\n(/lib/libc.so.6) __GI_swapon: returns unspecified type\n(/lib/libc.so.6) sync: returns unspecified type\n(/lib/libc.so.6) __GI_sync: returns unspecified type\n(/lib/libc.so.6) syncfs: returns unspecified type\n(/lib/libc.so.6) __GI_syncfs: returns unspecified type\n(/lib/libc.so.6) syscall: returns unspecified type\n(/lib/libc.so.6) setlogmask: return value location: {0x50, 0}\n(/lib/libc.so.6) closelog: returns no value\n(/lib/libc.so.6) closelog_internal: returns no value\n(/lib/libc.so.6) openlog: returns no value\n(/lib/libc.so.6) openlog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_chk: returns no value\n(/lib/libc.so.6) ___syslog_chk: returns no value\n(/lib/libc.so.6) __vsyslog: returns no value\n(/lib/libc.so.6) __syslog: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __truncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __tdestroy: returns no value\n(/lib/libc.so.6) tdestroy_recurse: returns no value\n(/lib/libc.so.6) __twalk_r: returns no value\n(/lib/libc.so.6) trecurse_r: returns no value\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) trecurse: returns no value\n(/lib/libc.so.6) __tdelete: return value location: {0x50, 0}\n(/lib/libc.so.6) __tfind: return value location: {0x50, 0}\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) ttyslot: return value location: {0x50, 0}\n(/lib/libc.so.6) ualarm: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_unwind_link_freeres: returns no value\n(/lib/libc.so.6) __libc_unwind_link_after_fork: returns no value\n(/lib/libc.so.6) __libc_unwind_link_get: return value location: {0x50, 0}\n(/lib/libc.so.6) usleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_ustat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) vhangup: returns unspecified type\n(/lib/libc.so.6) __GI_vhangup: returns unspecified type\n(/lib/libc.so.6) __writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_misc: returns no value\n(/lib/libc.so.6) ioperm: returns unspecified type\n(/lib/libc.so.6) __GI_ioperm: returns unspecified type\n(/lib/libc.so.6) iopl: returns unspecified type\n(/lib/libc.so.6) __GI_iopl: returns unspecified type\n(/lib/libc.so.6) ___adjtimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone: returns unspecified type\n(/lib/libc.so.6) __GI___clone: returns unspecified type\n(/lib/libc.so.6) clone: returns unspecified type\n(/lib/libc.so.6) __clone_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_pidfd_supported: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3: returns unspecified type\n(/lib/libc.so.6) __GI___clone3: returns unspecified type\n(/lib/libc.so.6) epoll_create: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait2: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd: returns unspecified type\n(/lib/libc.so.6) __GI_eventfd: returns unspecified type\n(/lib/libc.so.6) eventfd_read: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __fanotify_mark: return value location: {0x50, 0}\n(/lib/libc.so.6) ___fxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) inotify_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___lxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mremap: return value location: {0x50, 0}\n(/lib/libc.so.6) open_by_handle_at: return value location: {0x50, 0}\n(/lib/libc.so.6) __personality: returns unspecified type\n(/lib/libc.so.6) __GI___personality: returns unspecified type\n(/lib/libc.so.6) personality: returns unspecified type\n(/lib/libc.so.6) __GI_personality: returns unspecified type\n(/lib/libc.so.6) __pkey_get: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_mprotect: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_set: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_write: returns no value\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __prctl: returns unspecified type\n(/lib/libc.so.6) __GI___prctl: returns unspecified type\n(/lib/libc.so.6) prctl: returns unspecified type\n(/lib/libc.so.6) __GI_prctl: returns unspecified type\n(/lib/libc.so.6) __prctl_time64: returns unspecified type\n(/lib/libc.so.6) __GI___prctl_time64: returns unspecified type\n(/lib/libc.so.6) __prlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_readv: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __readahead: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsgid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsgid: returns unspecified type\n(/lib/libc.so.6) setfsuid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsuid: returns unspecified type\n(/lib/libc.so.6) __set_vma_name: returns no value\n(/lib/libc.so.6) signalfd: return value location: {0x50, 0}\n(/lib/libc.so.6) splice: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sysctl: return value location: {0x50, 0}\n(/lib/libc.so.6) tee: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount2: return value location: {0x50, 0}\n(/lib/libc.so.6) vmsplice: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) ___xstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI___arch_prctl: returns unspecified type\n(/lib/libc.so.6) arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI_arch_prctl: returns unspecified type\n(/lib/libc.so.6) __modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI___modify_ldt: returns unspecified type\n(/lib/libc.so.6) modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI_modify_ldt: returns unspecified type\n(/lib/libc.so.6) __syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) __GI___syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) capget: returns unspecified type\n(/lib/libc.so.6) __GI_capget: returns unspecified type\n(/lib/libc.so.6) capset: returns unspecified type\n(/lib/libc.so.6) __GI_capset: returns unspecified type\n(/lib/libc.so.6) __compat_create_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_create_module: returns unspecified type\n(/lib/libc.so.6) delete_module: returns unspecified type\n(/lib/libc.so.6) __GI_delete_module: returns unspecified type\n(/lib/libc.so.6) epoll_create1: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_create1: returns unspecified type\n(/lib/libc.so.6) epoll_ctl: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_ctl: returns unspecified type\n(/lib/libc.so.6) fsconfig: returns unspecified type\n(/lib/libc.so.6) __GI_fsconfig: returns unspecified type\n(/lib/libc.so.6) fsmount: returns unspecified type\n(/lib/libc.so.6) __GI_fsmount: returns unspecified type\n(/lib/libc.so.6) fsopen: returns unspecified type\n(/lib/libc.so.6) __GI_fsopen: returns unspecified type\n(/lib/libc.so.6) fspick: returns unspecified type\n(/lib/libc.so.6) __GI_fspick: returns unspecified type\n(/lib/libc.so.6) __compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) __GI___compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) init_module: returns unspecified type\n(/lib/libc.so.6) __GI_init_module: returns unspecified type\n(/lib/libc.so.6) inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) inotify_init1: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_init1: returns unspecified type\n(/lib/libc.so.6) inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) klogctl: returns unspecified type\n(/lib/libc.so.6) __GI_klogctl: returns unspecified type\n(/lib/libc.so.6) __mount: returns unspecified type\n(/lib/libc.so.6) __GI___mount: returns unspecified type\n(/lib/libc.so.6) mount: returns unspecified type\n(/lib/libc.so.6) __GI_mount: returns unspecified type\n(/lib/libc.so.6) mount_setattr: returns unspecified type\n(/lib/libc.so.6) __GI_mount_setattr: returns unspecified type\n(/lib/libc.so.6) move_mount: returns unspecified type\n(/lib/libc.so.6) __GI_move_mount: returns unspecified type\n(/lib/libc.so.6) __compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) __GI___compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) open_tree: returns unspecified type\n(/lib/libc.so.6) __GI_open_tree: returns unspecified type\n(/lib/libc.so.6) pidfd_open: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_open: returns unspecified type\n(/lib/libc.so.6) pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) pivot_root: returns unspecified type\n(/lib/libc.so.6) __GI_pivot_root: returns unspecified type\n(/lib/libc.so.6) pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) process_madvise: returns unspecified type\n(/lib/libc.so.6) __GI_process_madvise: returns unspecified type\n(/lib/libc.so.6) process_mrelease: returns unspecified type\n(/lib/libc.so.6) __GI_process_mrelease: returns unspecified type\n(/lib/libc.so.6) __compat_query_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_query_module: returns unspecified type\n(/lib/libc.so.6) quotactl: returns unspecified type\n(/lib/libc.so.6) __GI_quotactl: returns unspecified type\n(/lib/libc.so.6) __sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI___sysinfo: returns unspecified type\n(/lib/libc.so.6) sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI_sysinfo: returns unspecified type\n(/lib/libc.so.6) unshare: returns unspecified type\n(/lib/libc.so.6) __GI_unshare: returns unspecified type\n(/lib/libc.so.6) __compat_uselib: returns unspecified type\n(/lib/libc.so.6) __GI___compat_uselib: returns unspecified type\n(/lib/libc.so.6) timerfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_timerfd_create: returns unspecified type\n(/lib/libc.so.6) fanotify_init: returns unspecified type\n(/lib/libc.so.6) __GI_fanotify_init: returns unspecified type\n(/lib/libc.so.6) name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) __GI_name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) setns: returns unspecified type\n(/lib/libc.so.6) __GI_setns: returns unspecified type\n(/lib/libc.so.6) memfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_memfd_create: returns unspecified type\n(/lib/libc.so.6) __pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_alloc: returns unspecified type\n(/lib/libc.so.6) pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_free: returns unspecified type\n(/lib/libc.so.6) pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_free: returns unspecified type\n(/lib/libc.so.6) __gettid: returns unspecified type\n(/lib/libc.so.6) __GI___gettid: returns unspecified type\n(/lib/libc.so.6) gettid: returns unspecified type\n(/lib/libc.so.6) __GI_gettid: returns unspecified type\n(/lib/libc.so.6) __tgkill: returns unspecified type\n(/lib/libc.so.6) __GI___tgkill: returns unspecified type\n(/lib/libc.so.6) tgkill: returns unspecified type\n(/lib/libc.so.6) __GI_tgkill: returns unspecified type\n(/lib/libc.so.6) _no_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_hugepage_config: returns no value\n(/lib/libc.so.6) hugepage_flags: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_default_hugepage_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_thp_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_default_thp_pagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) accept4: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind: returns unspecified type\n(/lib/libc.so.6) __GI___bind: returns unspecified type\n(/lib/libc.so.6) bind: returns unspecified type\n(/lib/libc.so.6) __GI_bind: returns unspecified type\n(/lib/libc.so.6) __libc_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpeername: returns unspecified type\n(/lib/libc.so.6) __GI___getpeername: returns unspecified type\n(/lib/libc.so.6) getpeername: returns unspecified type\n(/lib/libc.so.6) __GI_getpeername: returns unspecified type\n(/lib/libc.so.6) __getsockname: returns unspecified type\n(/lib/libc.so.6) __GI___getsockname: returns unspecified type\n(/lib/libc.so.6) getsockname: returns unspecified type\n(/lib/libc.so.6) __GI_getsockname: returns unspecified type\n(/lib/libc.so.6) __getsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) isfdtype: return value location: {0x50, 0}\n(/lib/libc.so.6) __listen: returns unspecified type\n(/lib/libc.so.6) __GI___listen: returns unspecified type\n(/lib/libc.so.6) listen: returns unspecified type\n(/lib/libc.so.6) __GI_listen: returns unspecified type\n(/lib/libc.so.6) __opensock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvfrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) recvmmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __sendmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendto: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) setsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __shutdown: returns unspecified type\n(/lib/libc.so.6) __GI___shutdown: returns unspecified type\n(/lib/libc.so.6) shutdown: returns unspecified type\n(/lib/libc.so.6) __GI_shutdown: returns unspecified type\n(/lib/libc.so.6) __sockaddr_un_set: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sockatmark: return value location: {0x50, 0}\n(/lib/libc.so.6) __socket: returns unspecified type\n(/lib/libc.so.6) __GI___socket: returns unspecified type\n(/lib/libc.so.6) socket: returns unspecified type\n(/lib/libc.so.6) __GI_socket: returns unspecified type\n(/lib/libc.so.6) __socketpair: returns unspecified type\n(/lib/libc.so.6) __GI___socketpair: returns unspecified type\n(/lib/libc.so.6) socketpair: returns unspecified type\n(/lib/libc.so.6) __GI_socketpair: returns unspecified type\n(/lib/libc.so.6) __libc_sa_len: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) ftok: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgsnd: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgrcv: return value location: {0x50, 0}\n(/lib/libc.so.6) msgget: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgctl: return value location: {0x50, 0}\n(/lib/libc.so.6) msgctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) semop: return value location: {0x50, 0}\n(/lib/libc.so.6) semget: return value location: {0x50, 0}\n(/lib/libc.so.6) __semctl: return value location: {0x50, 0}\n(/lib/libc.so.6) semctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __semtimedop: return value location: {0x50, 0}\n(/lib/libc.so.6) semtimedop_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) shmat: return value location: {0x50, 0}\n(/lib/libc.so.6) shmdt: return value location: {0x50, 0}\n(/lib/libc.so.6) shmget: return value location: {0x50, 0}\n(/lib/libc.so.6) __shmctl: return value location: {0x50, 0}\n(/lib/libc.so.6) shmctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) _mcleanup: returns no value\n(/lib/libc.so.6) write_gmon: returns no value\n(/lib/libc.so.6) write_bb_counts: returns no value\n(/lib/libc.so.6) write_call_graph: returns no value\n(/lib/libc.so.6) write_hist: returns no value\n(/lib/libc.so.6) __monstartup: returns no value\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) callback: return value location: {0x50, 0}\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) __mcount_internal: returns no value\n(/lib/libc.so.6) __profile_frequency: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sprofil: return value location: {0x50, 0}\n(/lib/libc.so.6) pcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) add_region: return value location: {0x50, 0}\n(/lib/libc.so.6) insert: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter_uint: returns no value\n(/lib/libc.so.6) __profil_counter_ushort: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) index_to_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) pc_to_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) _mcount: returns unspecified type\n(/lib/libc.so.6) mcount: returns unspecified type\n(/lib/libc.so.6) __fentry__: returns unspecified type\n(/lib/libc.so.6) __towupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __towupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_ensure: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_update: returns no value\n(/lib/libc.so.6) __argp_fmtstream_free: returns no value\n(/lib/libc.so.6) __argp_make_fmtstream: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_rmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_failure: returns no value\n(/lib/libc.so.6) __argp_failure_internal: returns no value\n(/lib/libc.so.6) __argp_error: returns no value\n(/lib/libc.so.6) __argp_error_internal: returns no value\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_help: returns no value\n(/lib/libc.so.6) _help: returns no value\n(/lib/libc.so.6) argp_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_usage: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_usage: returns no value\n(/lib/libc.so.6) usage_long_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) usage_argful_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_help: returns no value\n(/lib/libc.so.6) hol_entry_help: returns no value\n(/lib/libc.so.6) comma: returns no value\n(/lib/libc.so.6) hol_cluster_is_child: return value location: {0x50, 0}\n(/lib/libc.so.6) print_header: returns no value\n(/lib/libc.so.6) filter_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) arg: returns no value\n(/lib/libc.so.6) space: returns no value\n(/lib/libc.so.6) indent_to: returns no value\n(/lib/libc.so.6) argp_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_append: returns no value\n(/lib/libc.so.6) hol_sort: returns no value\n(/lib/libc.so.6) hol_entry_qcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) canon_doc_option: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_base: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_sibling_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) group_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_set_group: returns no value\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_long: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_short: return value location: {0x50, 0}\n(/lib/libc.so.6) until_short: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_long_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_short_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_free: returns no value\n(/lib/libc.so.6) hol_add_cluster: return value location: {0x50, 0}\n(/lib/libc.so.6) make_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) find_char: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_in_uparams: returns no value\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_next: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_arg: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_init: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_sizes: returns no value\n(/lib/libc.so.6) parser_convert: returns no value\n(/lib/libc.so.6) convert_options: return value location: {0x50, 0}\n(/lib/libc.so.6) group_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) find_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_default_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_usage: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) ____longjmp_chk: returns unspecified type\n(/lib/libc.so.6) ___asprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace: return value location: {0x50, 0}\n(/lib/libc.so.6) backtrace_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) unwind_arch_adjustment: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols_fd: returns no value\n(/lib/libc.so.6) __chk_fail: returns no value\n(/lib/libc.so.6) __confstr_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __explicit_bzero_chk: returns no value\n(/lib/libc.so.6) __fdelt_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgets_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetws_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgetws_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fortify_fail: returns no value\n(/lib/libc.so.6) ___fprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdomainname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgroups_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __longjmp_chk: returns no value\n(/lib/libc.so.6) __mbsnrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbstowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmove_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __cyg_profile_func_enter: returns no value\n(/lib/libc.so.6) __obstack_printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __poll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ppoll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlinkat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readonly_area: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recv_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvfrom_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___snprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stack_chk_fail: returns no value\n(/lib/libc.so.6) __stpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vfprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) bindresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_to_ms: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_from_timeval: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) infinite_deadline: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_current_time: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) getsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) __h_errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) htonl: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) htons: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_from_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_to_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) get_functions: return value location: {0x50, 0}\n(/lib/libc.so.6) functions_deallocate: returns no value\n(/lib/libc.so.6) functions_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_name_classify: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_indextoname: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nameindex: return value location: {0x50, 0}\n(/lib/libc.so.6) if_nameindex_netlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freenameindex: returns no value\n(/lib/libc.so.6) __if_nametoindex: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freeifaddrs: returns no value\n(/lib/libc.so.6) __getifaddrs: return value location: {0x50, 0}\n(/lib/libc.so.6) getifaddrs_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) map_newlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) __netlink_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_sendreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) inet6_opt_get_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_set_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_finish: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_append: return value location: {0x50, 0}\n(/lib/libc.so.6) add_padding: returns no value\n(/lib/libc.so.6) inet6_opt_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_append: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_space: return value location: {0x50, 0}\n(/lib/libc.so.6) get_opt_end: return value location: {0x50, 0}\n(/lib/libc.so.6) add_pad: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_getaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_segments: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_add: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_space: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet6_scopeid_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_lnaof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_makeaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_network: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_netof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) __validuser2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __isempty: return value location: {0x50, 0}\n(/lib/libc.so.6) __icheckuser: return value location: {0x50, 0}\n(/lib/libc.so.6) __checkhost_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __ivaliduser: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserfopen: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd_af: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec_af: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) token: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserpass: return value location: {0x50, 0}\n(/lib/libc.so.6) ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_pf_freemem: returns no value\n(/lib/libc.so.6) __check_pf: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) make_request: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_valid_p: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_native: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ifreq: returns no value\n(/lib/libc.so.6) __netlink_assert_response: returns no value\n(/lib/libc.so.6) get_address_family: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_skipname: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getcanonname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_noaaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r_store_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) addrsort: returns no value\n(/lib/libc.so.6) _nss_dns_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyaddr2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_name: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_context: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) rrtype_to_rdata_length: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_add: returns no value\n(/lib/libc.so.6) ptrlist_add__: returns no value\n(/lib/libc.so.6) ptrlist_end: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_size: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_mark_failed: returns no value\n(/lib/libc.so.6) ptrlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_free: returns no value\n(/lib/libc.so.6) ptrlist_init: returns no value\n(/lib/libc.so.6) ptrlist_free__array__: returns no value\n(/lib/libc.so.6) ptrlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_count: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qtype: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qname: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_ancount: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_rcode: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) __alloc_buffer_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) herror: returns no value\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_ignore_trailing: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_exact: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_aton_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop6: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop4: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton6: return value location: {0x50, 0}\n(/lib/libc.so.6) hex_digit_value: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton4: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_makecanon: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_compress: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_name_length_uncompressed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) printable: return value location: {0x50, 0}\n(/lib/libc.so.6) special: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pack: return value location: {0x50, 0}\n(/lib/libc.so.6) dn_find: return value location: {0x50, 0}\n(/lib/libc.so.6) mklower: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_skip: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_uncompress: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_unpack: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_samebinaryname: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_samename: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) xtob: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_dns_functions: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_thread_freeres: returns no value\n(/lib/libc.so.6) __res_nclose: returns no value\n(/lib/libc.so.6) __res_iclose: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) ___res_dnok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mailok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_ownok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_leading_dash: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) printable_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_handle_no_aaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) qtype_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_state: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_hostalias: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_enable_icmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _res_hconf_trim_domains: returns no value\n(/lib/libc.so.6) _res_hconf_trim_domain: returns no value\n(/lib/libc.so.6) _res_hconf_reorder_addrs: returns no value\n(/lib/libc.so.6) _res_hconf_init: returns no value\n(/lib/libc.so.6) do_init: returns no value\n(/lib/libc.so.6) parse_line: returns no value\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_trimdomain_list: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_string: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_ws: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nextreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freereq: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) net_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) res_setoptions: returns no value\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_load: return value location: {0x50, 0}\n(/lib/libc.so.6) res_vinit_1: return value location: {0x50, 0}\n(/lib/libc.so.6) domain_from_hostname: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_parser_free: returns no value\n(/lib/libc.so.6) resolv_conf_parser_init: returns no value\n(/lib/libc.so.6) has_preinit_values: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_add: returns no value\n(/lib/libc.so.6) sort_list_add__: returns no value\n(/lib/libc.so.6) sort_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_mark_failed: returns no value\n(/lib/libc.so.6) sort_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_free: returns no value\n(/lib/libc.so.6) sort_list_init: returns no value\n(/lib/libc.so.6) sort_list_free__array__: returns no value\n(/lib/libc.so.6) sort_list_free__elements__: returns no value\n(/lib/libc.so.6) search_list_clear: returns no value\n(/lib/libc.so.6) search_list_add: returns no value\n(/lib/libc.so.6) search_list_add__: returns no value\n(/lib/libc.so.6) search_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_mark_failed: returns no value\n(/lib/libc.so.6) search_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_free: returns no value\n(/lib/libc.so.6) search_list_init: returns no value\n(/lib/libc.so.6) search_list_free__array__: returns no value\n(/lib/libc.so.6) search_list_free__elements__: returns no value\n(/lib/libc.so.6) nameserver_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_mark_failed: returns no value\n(/lib/libc.so.6) nameserver_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_free: returns no value\n(/lib/libc.so.6) nameserver_list_init: returns no value\n(/lib/libc.so.6) nameserver_list_free__array__: returns no value\n(/lib/libc.so.6) nameserver_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) is_sort_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_ninit: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_nopt: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nmkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_mkquery_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_nameinquery: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquerydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) context_querydomain_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) context_search_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_query: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_query_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_query: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __resolv_context_search_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_randomid: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) sock_eq: return value location: {0x50, 0}\n(/lib/libc.so.6) send_dg: return value location: {0x50, 0}\n(/lib/libc.so.6) reopen: return value location: {0x50, 0}\n(/lib/libc.so.6) send_vc: return value location: {0x50, 0}\n(/lib/libc.so.6) close_and_return_error: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_send: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsend: return value location: {0x50, 0}\n(/lib/libc.so.6) context_send_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_send: return value location: {0x50, 0}\n(/lib/libc.so.6) mask_ad_bit: returns no value\n(/lib/libc.so.6) nameserver_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) evNowTime: returns no value\n(/lib/libc.so.6) evCmpTime: return value location: {0x50, 0}\n(/lib/libc.so.6) evSubTime: returns no value\n(/lib/libc.so.6) evAddTime: returns no value\n(/lib/libc.so.6) evConsTime: returns no value\n(/lib/libc.so.6) evConsIovec: returns no value\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_resolv_conf_freemem: returns no value\n(/lib/libc.so.6) __resolv_conf_detach: returns no value\n(/lib/libc.so.6) __resolv_conf_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) update_from_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_conf_get: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v6: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_get_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_get_current: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) put_locked_global: returns no value\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_add: returns no value\n(/lib/libc.so.6) resolv_conf_array_add__: returns no value\n(/lib/libc.so.6) resolv_conf_array_at: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_mark_failed: returns no value\n(/lib/libc.so.6) resolv_conf_array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_free: returns no value\n(/lib/libc.so.6) resolv_conf_array_init: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__array__: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_context_freeres: returns no value\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __resolv_context_get_override: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get_preinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) context_free: returns no value\n(/lib/libc.so.6) context_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_init: return value location: {0x50, 0}\n(/lib/libc.so.6) replicated_configuration_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __gai_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_freemem: returns no value\n(/lib/libc.so.6) handle_requests: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_remove_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_find_request: return value location: {0x50, 0}\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_notify: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) ___gai_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaddrinfo_a: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots_context: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots: return value location: {0x50, 0}\n(/lib/libc.so.6) res_use_inet6: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_endent: returns no value\n(/lib/libc.so.6) __nss_setent: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_freeres: returns no value\n(/lib/libc.so.6) __nss_action_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) find_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) action_lists_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) actions_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_add: returns no value\n(/lib/libc.so.6) action_list_add__: returns no value\n(/lib/libc.so.6) action_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_mark_failed: returns no value\n(/lib/libc.so.6) action_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_init: returns no value\n(/lib/libc.so.6) action_list_free__array__: returns no value\n(/lib/libc.so.6) action_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_set_all: returns no value\n(/lib/libc.so.6) nss_action_set: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_fork_subprocess: returns no value\n(/lib/libc.so.6) __nss_database_fork_prepare_parent: returns no value\n(/lib/libc.so.6) __nss_database_freeres: returns no value\n(/lib/libc.so.6) __nss_database_get_noreload: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_check_reload_and_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_configure_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) process_line: return value location: {0x50, 0}\n(/lib/libc.so.6) name_to_database_index: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_select_default: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_state_get: return value location: {0x50, 0}\n(/lib/libc.so.6) global_state_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_fgetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_endent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_data_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_internal_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_files_global_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_functions: returns no value\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_freeres: returns no value\n(/lib/libc.so.6) __nss_module_disable_loading: returns no value\n(/lib/libc.so.6) __nss_disable_nscd: returns no value\n(/lib/libc.so.6) nss_load_all_libraries: returns no value\n(/lib/libc.so.6) __nss_module_get_function: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_dns: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_files: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rewrite_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_list_field: return value location: {0x50, 0}\n(/lib/libc.so.6) getaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endaliasent: returns no value\n(/lib/libc.so.6) setaliasent: returns no value\n(/lib/libc.so.6) getaliasbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_hostton: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntohost: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_grent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endgrent: returns no value\n(/lib/libc.so.6) setgrent: returns no value\n(/lib/libc.so.6) getgrgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) initgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) putgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endsgent: returns no value\n(/lib/libc.so.6) setsgent: returns no value\n(/lib/libc.so.6) getsgnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_sgent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) getaddrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) try_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) gaiconf_reload: returns no value\n(/lib/libc.so.6) gaiconf_init: returns no value\n(/lib/libc.so.6) add_scopelist: return value location: {0x50, 0}\n(/lib/libc.so.6) add_prefixlist: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_decimal_value: return value location: {0x50, 0}\n(/lib/libc.so.6) scopecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) prefixcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) free_scopelist: returns no value\n(/lib/libc.so.6) free_prefixlist: returns no value\n(/lib/libc.so.6) __libc_getaddrinfo_freemem: returns no value\n(/lib/libc.so.6) check_gaiconf_mtime: return value location: {0x50, 0}\n(/lib/libc.so.6) save_gaiconf_mtime: returns no value\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) rfc3484_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fls: return value location: {0x50, 0}\n(/lib/libc.so.6) get_precedence: return value location: {0x50, 0}\n(/lib/libc.so.6) get_label: return value location: {0x50, 0}\n(/lib/libc.so.6) match_prefix: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) generate_addrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) get_local_addresses: returns no value\n(/lib/libc.so.6) try_simple_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) text_to_binary_address: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nss_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nscd_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_servtuples: return value location: {0x50, 0}\n(/lib/libc.so.6) process_canonname: return value location: {0x50, 0}\n(/lib/libc.so.6) getcanonname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethosts: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_hostent_to_gaih_addrtuple: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_result_reset: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) gethostbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname2: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endhostent: returns no value\n(/lib/libc.so.6) sethostent: returns no value\n(/lib/libc.so.6) getnameinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_numeric: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_name: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sprintf_result: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname_core: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate: returns no value\n(/lib/libc.so.6) innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nonempty_val: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent: returns no value\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent_hook: returns no value\n(/lib/libc.so.6) free_memory: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) getnetbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetent: returns no value\n(/lib/libc.so.6) setnetent: returns no value\n(/lib/libc.so.6) getprotobynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endprotoent: returns no value\n(/lib/libc.so.6) setprotoent: returns no value\n(/lib/libc.so.6) getprotobyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_pwent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpw: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endpwent: returns no value\n(/lib/libc.so.6) setpwent: returns no value\n(/lib/libc.so.6) getpwnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endrpcent: returns no value\n(/lib/libc.so.6) setrpcent: returns no value\n(/lib/libc.so.6) getservent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endservent: returns no value\n(/lib/libc.so.6) setservent: returns no value\n(/lib/libc.so.6) getservbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getservbyport: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endspent: returns no value\n(/lib/libc.so.6) setspent: returns no value\n(/lib/libc.so.6) getspnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) noop_handler: returns no value\n(/lib/libc.so.6) __ulckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) __lckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) putspent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_spent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getntohost_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getetherent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_etherent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_multi: return value location: {0x50, 0}\n(/lib/libc.so.6) array_add: returns no value\n(/lib/libc.so.6) array_add__: returns no value\n(/lib/libc.so.6) array_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) array_mark_failed: returns no value\n(/lib/libc.so.6) array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) array_free: returns no value\n(/lib/libc.so.6) array_init: returns no value\n(/lib/libc.so.6) array_free__array__: returns no value\n(/lib/libc.so.6) array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endhostent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_sethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_line: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) map_v4v6_address: returns no value\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_netgroup_parseline: return value location: {0x50, 0}\n(/lib/libc.so.6) strip_whitespace: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_netent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_protoent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endservent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setservent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_servent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endspent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setspent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_rpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_init: returns no value\n(/lib/libc.so.6) register_file: returns no value\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_initgroups_dyn: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_destroy: returns no value\n(/lib/libc.so.6) authnone_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) authnone_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create_once: returns no value\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) xdr_authunix_parms: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_destroy: returns no value\n(/lib/libc.so.6) clntraw_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_abort: returns no value\n(/lib/libc.so.6) clntraw_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_geterr: returns no value\n(/lib/libc.so.6) clntraw_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_clnt_cleanup: returns no value\n(/lib/libc.so.6) callrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _rpc_dtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcport: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_unset: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_set: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_myaddress: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getmaps: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmap: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmaplist: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) getbroadcastnets: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcallres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_rmtcall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) _seterr_reply: returns no value\n(/lib/libc.so.6) rejected: returns no value\n(/lib/libc.so.6) accepted: returns no value\n(/lib/libc.so.6) xdr_callhdr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rejected_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_accepted_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_des_block: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_callmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_null: return value location: {0x50, 0}\n(/lib/libc.so.6) _authenticate: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_short: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_unix: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_destroy: returns no value\n(/lib/libc.so.6) svcraw_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) universal: returns no value\n(/lib/libc.so.6) __registerrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_double: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_float: return value location: {0x50, 0}\n(/lib/libc.so.6) fix_buf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) set_input_fragment: return value location: {0x50, 0}\n(/lib/libc.so.6) get_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_input_buf: return value location: {0x50, 0}\n(/lib/libc.so.6) flush_out: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_endofrecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_eof: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_skiprecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_destroy: returns no value\n(/lib/libc.so.6) xdrrec_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) getsecretkey: return value location: {0x50, 0}\n(/lib/libc.so.6) getpublickey: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_verf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_cred: return value location: {0x50, 0}\n(/lib/libc.so.6) ecb_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) cbc_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) common_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) _des_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) des_encrypt: returns no value\n(/lib/libc.so.6) des_set_key: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) des_setparity: returns no value\n(/lib/libc.so.6) xdr_key_netstres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_key_netstarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_getcredres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_unixcred: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg2: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) _openchild: return value location: {0x50, 0}\n(/lib/libc.so.6) rtime: return value location: {0x50, 0}\n(/lib/libc.so.6) do_close: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) invalidate: returns no value\n(/lib/libc.so.6) authdes_getucred: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_spot: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_ref: returns no value\n(/lib/libc.so.6) cache_victim: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_init: returns no value\n(/lib/libc.so.6) _svcauth_des: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_destroy: returns no value\n(/lib/libc.so.6) clntunix_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_abort: returns no value\n(/lib/libc.so.6) clntunix_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_geterr: returns no value\n(/lib/libc.so.6) clntunix_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunixfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _create_xid: return value location: {0x50, 0}\n(/lib/libc.so.6) synchronize: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_destroy: returns no value\n(/lib/libc.so.6) authdes_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_nextverf: returns no value\n(/lib/libc.so.6) authdes_pk_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_destroy: returns no value\n(/lib/libc.so.6) authunix_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_nextverf: returns no value\n(/lib/libc.so.6) authunix_create_default: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_freemem: returns no value\n(/lib/libc.so.6) auth_errmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_pcreateerror: returns no value\n(/lib/libc.so.6) clnt_spcreateerror: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perrno: returns no value\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perror: returns no value\n(/lib/libc.so.6) clnt_sperror: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_destroy: returns no value\n(/lib/libc.so.6) clnttcp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_abort: returns no value\n(/lib/libc.so.6) clnttcp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_geterr: returns no value\n(/lib/libc.so.6) clnttcp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_destroy: returns no value\n(/lib/libc.so.6) clntudp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_abort: returns no value\n(/lib/libc.so.6) clntudp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_geterr: returns no value\n(/lib/libc.so.6) clntudp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) is_network_up: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_first: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_elapsed: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_myaddress: returns no value\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_key_cleanup: returns no value\n(/lib/libc.so.6) key_call: return value location: {0x50, 0}\n(/lib/libc.so.6) key_call_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) getkeyserv_handle: return value location: {0x50, 0}\n(/lib/libc.so.6) key_get_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setnet: return value location: {0x50, 0}\n(/lib/libc.so.6) key_gendes: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_secretkey_is_set: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setsecret: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2host: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2user: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) host2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) user2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_rpc_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_max_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_createerr: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_fdset: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) rpc_thread_multi: returns no value\n(/lib/libc.so.6) __rpc_thread_destroy: returns no value\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_cleanup: returns no value\n(/lib/libc.so.6) __svc_accept_failed: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svc_getreq_common: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) svc_getreqset: returns no value\n(/lib/libc.so.6) svc_getreq: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_weakauth: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_systemerr: returns no value\n(/lib/libc.so.6) svcerr_decode: returns no value\n(/lib/libc.so.6) svcerr_noproc: returns no value\n(/lib/libc.so.6) svc_sendreply: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_unregister: returns no value\n(/lib/libc.so.6) svc_register: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_find: return value location: {0x50, 0}\n(/lib/libc.so.6) xprt_unregister: returns no value\n(/lib/libc.so.6) xprt_register: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svctcp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_set: returns no value\n(/lib/libc.so.6) svcudp_enablecache: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_destroy: returns no value\n(/lib/libc.so.6) svcudp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) bin2hex: returns no value\n(/lib/libc.so.6) hex2bin: returns no value\n(/lib/libc.so.6) xdecrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) xencrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) passwd2des_internal: returns no value\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_vector: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_array: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_wrapstring: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_string: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netobj: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_enum: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_void: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_free: returns no value\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_destroy: returns no value\n(/lib/libc.so.6) xdrmem_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_reference: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_sizeof: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) x_destroy: returns no value\n(/lib/libc.so.6) harmless: return value location: {0x50, 0}\n(/lib/libc.so.6) x_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) x_setpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_getpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_destroy: returns no value\n(/lib/libc.so.6) xdrstdio_create: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_run: returns no value\n(/lib/libc.so.6) svc_exit: returns no value\n(/lib/libc.so.6) __libc_rpc_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getpw_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_pw_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getgr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gr_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_gethst_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_hst_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getai: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getserv_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_serv_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_group_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_cache_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __readvall: return value location: {0x50, 0}\n(/lib/libc.so.6) __readall: return value location: {0x50, 0}\n(/lib/libc.so.6) wait_on_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) __forkpty: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r_loginuid: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_r_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __getlogin_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __getutid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __login: returns no value\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logwtmp: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __openpty: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) ptsname: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) setlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __updwtmp: returns no value\n(/lib/libc.so.6) __libc_updwtmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_endutent: returns no value\n(/lib/libc.so.6) __libc_pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_nolock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) read_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) file_unlock: returns no value\n(/lib/libc.so.6) try_file_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) timeout_handler: returns no value\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmp_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmpname: return value location: {0x50, 0}\n(/lib/libc.so.6) endutxent: returns no value\n(/lib/libc.so.6) getutmp: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxent: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxid: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxline: return value location: {0x50, 0}\n(/lib/libc.so.6) pututxline: return value location: {0x50, 0}\n(/lib/libc.so.6) setutxent: returns no value\n(/lib/libc.so.6) updwtmpx: returns no value\n(/lib/libc.so.6) utmpxname: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) determine_info: returns no value\n(/lib/libc.so.6) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_freeres: returns no value\n(/lib/libc.so.6) _dl_find_object_dlclose: returns no value\n(/lib/libc.so.6) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_link_map_sort: returns no value\n(/lib/libc.so.6) _dl_find_object_init: returns no value\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/libc.so.6) __dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_end_update: returns no value\n(/lib/libc.so.6) _dlfo_mappings_begin_update: returns no value\n(/lib/libc.so.6) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_from_map: returns no value\n(/lib/libc.so.6) _dl_find_object_to_external: returns no value\n(/lib/libc.so.6) _dl_find_object_internal_copy: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) __dl_iterate_phdr: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __dl_libc_freemem: returns no value\n(/lib/libc.so.6) free_slotinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlopen_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) do_dlclose: returns no value\n(/lib/libc.so.6) do_dlvsym: returns no value\n(/lib/libc.so.6) do_dlsym: returns no value\n(/lib/libc.so.6) do_dlopen: returns no value\n(/lib/libc.so.6) dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_vsym: return value location: {0x50, 0}\n(/lib/libc.so.6) do_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) call_dl_lookup: returns no value\n(/lib/libc.so.6) _dl_tls_symaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_post: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/libc.so.6) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_mcount_wrapper_check: returns no value\n(/lib/libc.so.6) _dl_mcount_wrapper: returns no value\n(/lib/libc.so.6) _dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_early_init: returns no value\n(/lib/libc.so.6) __pthread_early_init: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_get_cpuid_feature_leaf: return value location: {0x50, 0}\n(/lib/libc.so.6) __popcountdi2: return value location: {0x50, 0}\n(/lib/libc.so.6) __addtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __divtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __multf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __subtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __unordtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __floatsitf: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __getf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __letf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __eqtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __sfp_handle_exceptions: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_libc_early_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_catch_error: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_catch_exception: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_receive_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cerror: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cexception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) set_catch: returns no value\n(/lib/ld-linux-x86-64.so.2) get_catch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_close: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_close_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) remove_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_state: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_debug_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_deps: returns no value\n(/lib/ld-linux-x86-64.so.2) preload: returns no value\n(/lib/ld-linux-x86-64.so.2) openaux: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create_format: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create: returns no value\n(/lib/ld-linux-x86-64.so.2) adjust_message_buffer: returns no value\n(/lib/ld-linux-x86-64.so.2) length_mismatch: returns no value\n(/lib/ld-linux-x86-64.so.2) oom_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_stack_executable: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_handle_execstack_tunable: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_rtld_di_serinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_path: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) print_search_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_from_fd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_notify_new_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_gnu_property: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) decompose_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) expand_dynamic_string_token: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_substitute: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_dst: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_trusted_path_normalize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_reject_phdr_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_segments: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_postprocess_loadcmd: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_matches_host: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_file_id_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_file_id: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_symbol_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_dependency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_unique: returns no value\n(/lib/ld-linux-x86-64.so.2) is_nodelete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) mark_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) enter_unique_sym: returns no value\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_protected_symbol: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_new_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_direct: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_free: returns no value\n(/lib/ld-linux-x86-64.so.2) __minimal_calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_strtoul: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_higher_prime_number: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_name_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_read_whole_file: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_new_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_namespace_list: returns no value\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_show_scope: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_open_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_open_worker_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) call_dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_relocate_one_object: returns no value\n(/lib/ld-linux-x86-64.so.2) activate_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) update_tls_slotinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_tls_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) scope_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scope_has_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_dso_for_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_to_global_update: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_get_origin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fatal_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_dprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf_c: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_vdprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_strlen: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_writev: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_reloc_bad_type: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object_no_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_lazy_rel: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) resolve_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_try_allocate_static_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) x86_64_dynamic_after_reloc: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt_in_place: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_reloc_symbol_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_ibt_enabled: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_profile_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_offset: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_plt_value: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_fixup_plt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_scope_free: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_hash: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_dfs: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_original: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) __thread_gscope_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait_simple: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) init_one_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_initial_modid_limit_setup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_get_addr_soft: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) ___tls_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_adjust: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_update_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) allocate_and_init: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) allocate_dtv_entry: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) _dl_deallocate_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_init: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_resize_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_storage: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tcb_to_pointer_to_free_location: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_tls_static_info: returns no value\n(/lib/ld-linux-x86-64.so.2) allocate_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_determine_tlsoffset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_count_modids: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_assign_tls_modid: returns no value\n(/lib/ld-linux-x86-64.so.2) oom: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_static_surplus_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tls_static_surplus: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_end: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_set_offset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_size_with_pre: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_pre_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_mutex_dummy: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __thread_pointer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) list_add: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx512: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_sse: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tunable_get_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_get_default: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_print: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_init: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunable_print_error: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables_string: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tunable_set_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_is_initialized: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_parse_num: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_tunable_update_val: returns no value\n(/lib/ld-linux-x86-64.so.2) get_next_env: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_is_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_gt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_lt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unsigned_tunable_type: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_all_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_map_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_write: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unload_cache: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_load_cache_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_libcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) search_cache: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_file_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_verify_ptr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priority: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_init: returns no value\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_free: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_isa_level_compatible: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_load: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_verify: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_file_new_matches_endian: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_extension: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_unmap: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_tlsdesc_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) map_generation: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) eq_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) hash_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_find_slot: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_empty_slot_for_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_delete: returns no value\n(/lib/ld-linux-x86-64.so.2) htab_create: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_return: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_undefweak: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_setup_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_dlopen: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_startup: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_legacy_object: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_get_cet_status: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_lock_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_disable_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_get_cpu_features: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __x86_cpu_features_ifunc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_get_fam6_microarch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_extended_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_plt_rewrite_supported: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_check_hwcap2: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_minsigstacksize: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_init_cacheinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_hygon: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_zhaoxin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_amd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_02_known_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) bsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltexit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltenter: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_preinit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objopen: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_nsid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_map: returns no value\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) __rtld_version_placeholder_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_print_diagnostics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_environ: returns no value\n(/lib/ld-linux-x86-64.so.2) unfiltered_envvar: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) print_string_length: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_putc: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_report: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_query: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_reg: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_store: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cpuid_query_combined: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpu: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_preferred: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_internal: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_features_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getcpu: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_kernel: returns no value\n(/lib/ld-linux-x86-64.so.2) print_uname: returns no value\n(/lib/ld-linux-x86-64.so.2) print_utsname_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) print_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) unsetenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_next_ld_env_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_important_hwcaps: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) sort_priorities_by_name: returns no value\n(/lib/ld-linux-x86-64.so.2) compute_priorities: returns no value\n(/lib/ld-linux-x86-64.so.2) copy_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) update_hwcaps_counts: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_build_bitmask: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_contains: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_libc_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) __strsep: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __assert_perror_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __assert_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __chk_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __libc_fatal: returns no value\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sigjmp_save: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_real: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_malloc_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_is_complete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_stubs: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sym_post: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_mutex_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_profile: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_show_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start_cleanup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_parse_arguments: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_hwcap_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_platform_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_parse_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_shstk: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_ibt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_name: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_header: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_version: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_usage: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics_item: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_envvars_default: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars_secure: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) print_missing_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_unresolved: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_main: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_args_adjust: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_setup_main_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_chain_load: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_modules: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) report_audit_module_load_error: returns no value\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_preload_list: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) setup_vdso: returns no value\n(/lib/ld-linux-x86-64.so.2) security_init: returns no value\n(/lib/ld-linux-x86-64.so.2) do_preload: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) init_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) dlmopen_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) map_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) relocate_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_start_final: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_main_state_init: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_add_dynamic_tag: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_add_string: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_init: returns no value\n(/lib/ld-linux-x86-64.so.2) dso_name_valid_for_suid: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_timer_accum: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_stop: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_start: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_setup_debug_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_load_address: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) call_tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) _startup_fatal_tls_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_check_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_execve: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) setup_vdso_pointers: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_vdso_vsym: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _rtld_main_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_pointer_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_setup_stack_chk_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) __brk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __brk_call: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd_generic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __alloc_dir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __opendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) opendir_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) invalid_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sbrk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_check_standard_fds: returns no value\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __closedir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __fdopendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rewinddir: returns no value\n(/lib/ld-linux-x86-64.so.2) __getdents64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_dlclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_link_map_sort: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __dl_find_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_end_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_begin_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_from_map: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_to_external: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_internal_copy: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) __profile_frequency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil_counter: returns no value\n(/lib/ld-linux-x86-64.so.2) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) profil_count: returns no value\n(/lib/ld-linux-x86-64.so.2) __sigfillset: returns no value\n(/lib/ld-linux-x86-64.so.2) __access: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstatat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lseek64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __stat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __open64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __read_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __write_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __set_vma_name: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake_private: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait_private: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _exit: returns no value\n(/lib/ld-linux-x86-64.so.2) __getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __longjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __libc_sigaction: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) getenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) bcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memmove: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memset: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) index: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcspn: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strdup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strerrorname_np: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strncmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __setitimer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __get_errname: return value location: {0x50, 0}\nTry the build against the trivial native program: /usr/lib/elfutils/ptest/tests/funcretval -p 4244\n(/var/volatile/tmp/elfutils-test-4234/native) _start: returns unspecified type\n(/var/volatile/tmp/elfutils-test-4234/native) main: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_check_standard_fds: returns no value\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) check_one_fd: returns no value\n(/lib/libc.so.6) _dl_start: returns no value\n(/lib/libc.so.6) _init_first: returns no value\n(/lib/libc.so.6) __libc_init_first: returns no value\n(/lib/libc.so.6) __libc_start_main_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) call_init: returns no value\n(/lib/libc.so.6) __libc_start_call_main: returns no value\n(/lib/libc.so.6) __libc_main: returns no value\n(/lib/libc.so.6) __gnu_get_libc_version: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_get_libc_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) __libc_print_version: returns no value\n(/lib/libc.so.6) _Unwind_GetCFA: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_ForcedUnwind: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcc_personality_v0: return value location: {0x50, 0}\n(/lib/libc.so.6) _Unwind_Resume: returns no value\n(/lib/libc.so.6) link: return value location: {0x50, 0}\n(/lib/libc.so.6) __errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv: return value location: {0x50, 0}\n(/lib/libc.so.6) iconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_db_freemem: returns no value\n(/lib/libc.so.6) free_modules_db: returns no value\n(/lib/libc.so.6) __gconv_close_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_find_transform: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) do_lookup_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) find_derivation: return value location: {0x50, 0}\n(/lib/libc.so.6) increment_counter: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_steps: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) free_derivation: returns no value\n(/lib/libc.so.6) add_derivation: returns no value\n(/lib/libc.so.6) derivation_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_alias_db: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_modules_db: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) derivation_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_step: returns no value\n(/lib/libc.so.6) __gconv_conf_freemem: returns no value\n(/lib/libc.so.6) __gconv_load_conf: returns no value\n(/lib/libc.so.6) __gconv_read_conf: returns no value\n(/lib/libc.so.6) __gconv_get_path: returns no value\n(/lib/libc.so.6) add_module: returns no value\n(/lib/libc.so.6) insert_module: returns no value\n(/lib/libc.so.6) add_alias: returns no value\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) detect_conflict: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parseconfdir: return value location: {0x50, 0}\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_alias2: returns no value\n(/lib/libc.so.6) read_conf_file: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_builtin_trans: returns no value\n(/lib/libc.so.6) __gconv_transform_internal_ucs2reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2reverse_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2reverse_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2reverse_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs2: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs2_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs2_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs2_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_utf8_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_utf8: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_utf8_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ascii_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ascii_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4le_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4le_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4le: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4le_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_ucs4_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) ucs4_internal_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transform_internal_ucs4: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop_single: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_ucs4_loop: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_btwoc_ascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_transliterate: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_mark_illegal_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_cache_freemem: returns no value\n(/lib/libc.so.6) __gconv_release_cache: returns no value\n(/lib/libc.so.6) __gconv_lookup_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_compare_alias_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_load_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_get_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) find_module: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_dl_freemem: returns no value\n(/lib/libc.so.6) do_release_all: returns no value\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) do_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_find_shlib: return value location: {0x50, 0}\n(/lib/libc.so.6) known_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gconv_release_shlib: returns no value\n(/lib/libc.so.6) __gconv_destroy_spec: returns no value\n(/lib/libc.so.6) __gconv_create_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) gconv_parse_code: returns no value\n(/lib/libc.so.6) find_suffix: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __duplocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_remove_locale: returns no value\n(/lib/libc.so.6) _nl_find_locale: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) name_present: return value location: {0x50, 0}\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) __freelocale: returns no value\n(/lib/libc.so.6) _nl_archive_subfreeres: returns no value\n(/lib/libc.so.6) _nl_load_locale_from_archive: return value location: {0x50, 0}\n(/lib/libc.so.6) calculate_head_size: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_hashval: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_locale: returns no value\n(/lib/libc.so.6) _nl_load_locale: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_extra_size: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache: returns no value\n(/lib/libc.so.6) _nl_intern_locale_data_fill_cache_ctype: returns no value\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __localeconv: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_get_mb_cur_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __newlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nl_langinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __nl_langinfo_l: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_locale_subfreeres: returns no value\n(/lib/libc.so.6) free_category: returns no value\n(/lib/libc.so.6) setlocale: return value location: {0x50, 0}\n(/lib/libc.so.6) setdata: returns no value\n(/lib/libc.so.6) setname: returns no value\n(/lib/libc.so.6) new_composite_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __uselocale: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_postload_ctype: returns no value\n(/lib/libc.so.6) __collseq_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __collidx_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __current_locale_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert: returns no value\n(/lib/libc.so.6) __libc_assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail: returns no value\n(/lib/libc.so.6) __assert_fail_base: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __assert_perror_fail: returns no value\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) isxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) isupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isspace: return value location: {0x50, 0}\n(/lib/libc.so.6) ispunct: return value location: {0x50, 0}\n(/lib/libc.so.6) isprint: return value location: {0x50, 0}\n(/lib/libc.so.6) isgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) islower: return value location: {0x50, 0}\n(/lib/libc.so.6) isdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) iscntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) isalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) isalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) isblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __isblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) isascii: return value location: {0x50, 0}\n(/lib/libc.so.6) toascii: return value location: {0x50, 0}\n(/lib/libc.so.6) _toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) _tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) __toupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __tolower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __ispunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __islower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iscntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __isctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind_textdomain_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bindtextdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) set_binding_values: returns no value\n(/lib/libc.so.6) __dcgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dgettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __intl_freemem: returns no value\n(/lib/libc.so.6) get_output_charset: return value location: {0x50, 0}\n(/lib/libc.so.6) guess_category_value: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_msg: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcigettext: return value location: {0x50, 0}\n(/lib/libc.so.6) plural_eval: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_category_names_get: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) transcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __dcngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __dngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) __ngettext: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_finddomain_subfreeres: returns no value\n(/lib/libc.so.6) _nl_find_domain: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_unload_domain: returns no value\n(/lib/libc.so.6) _nl_load_domain: returns no value\n(/lib/libc.so.6) get_sysdep_segment_value: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_localealias_freemem: returns no value\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_alias_table: return value location: {0x50, 0}\n(/lib/libc.so.6) read_alias_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_expand_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) alias_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __textdomain: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_normalize_codeset: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_make_l10nflist: return value location: {0x50, 0}\n(/lib/libc.so.6) pop: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_stringify__: returns no value\n(/lib/libc.so.6) argz_count__: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_explode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_find_language: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettexterror: returns no value\n(/lib/libc.so.6) __gettextlex: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_free_exp: returns no value\n(/lib/libc.so.6) __gettextparse: return value location: {0x50, 0}\n(/lib/libc.so.6) yydestruct: returns no value\n(/lib/libc.so.6) new_exp_3: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_2: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_1: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp_0: return value location: {0x50, 0}\n(/lib/libc.so.6) new_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettext_extract_plural: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hash_string: return value location: {0x50, 0}\n(/lib/libc.so.6) catclose: return value location: {0x50, 0}\n(/lib/libc.so.6) catgets: return value location: {0x50, 0}\n(/lib/libc.so.6) catopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_catalog: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitef128: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinff128: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf128_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnf128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __signbitf128: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __ldexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __copysignl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __finitel: returns unspecified type\n(/lib/libc.so.6) finitel: returns unspecified type\n(/lib/libc.so.6) __GI___finitel: returns unspecified type\n(/lib/libc.so.6) __frexpl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isinfl: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanl: return value location: {0x50, 0}\n(/lib/libc.so.6) __modfl: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __scalbnl: returns unspecified type\n(/lib/libc.so.6) __signbitl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysign: return value location: {0x61, 0}\n(/lib/libc.so.6) __finite: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexp: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnan: return value location: {0x50, 0}\n(/lib/libc.so.6) __modf: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbn: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbit: returns unspecified type\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __ldexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __copysignf: return value location: {0x61, 0}\n(/lib/libc.so.6) __finitef: return value location: {0x50, 0}\n(/lib/libc.so.6) __frexpf: return value location: {0x61, 0}\n(/lib/libc.so.6) __isinff: return value location: {0x50, 0}\n(/lib/libc.so.6) __isnanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __modff: return value location: {0x61, 0}\n(/lib/libc.so.6) __scalbnf: return value location: {0x61, 0}\n(/lib/libc.so.6) __signbitf: returns unspecified type\n(/lib/libc.so.6) __setfpucw: returns no value\n(/lib/libc.so.6) __sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __GI___sigsetjmp: returns unspecified type\n(/lib/libc.so.6) __sigjmp_save: return value location: {0x50, 0}\n(/lib/libc.so.6) setjmp: returns unspecified type\n(/lib/libc.so.6) _setjmp: returns unspecified type\n(/lib/libc.so.6) __GI__setjmp: returns unspecified type\n(/lib/libc.so.6) __libc_longjmp: returns no value\n(/lib/libc.so.6) __libc_siglongjmp: returns no value\n(/lib/libc.so.6) __longjmp: returns unspecified type\n(/lib/libc.so.6) _longjmp_unwind: returns no value\n(/lib/libc.so.6) __longjmp_cancel: returns unspecified type\n(/lib/libc.so.6) __bsd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) raise: return value location: {0x50, 0}\n(/lib/libc.so.6) killpg: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sigaction: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __kill: returns unspecified type\n(/lib/libc.so.6) __GI___kill: returns unspecified type\n(/lib/libc.so.6) kill: returns unspecified type\n(/lib/libc.so.6) __GI_kill: returns unspecified type\n(/lib/libc.so.6) sigpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsuspend: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigblock: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigsetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigpause: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigvec: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_get_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigset_set_old_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) sigstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI___sigaltstack: returns unspecified type\n(/lib/libc.so.6) sigaltstack: returns unspecified type\n(/lib/libc.so.6) __GI_sigaltstack: returns unspecified type\n(/lib/libc.so.6) siginterrupt: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigfillset: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigaddset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigdelset: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigreturn: return value location: {0x50, 0}\n(/lib/libc.so.6) siggetmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysv_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigisemptyset: return value location: {0x50, 0}\n(/lib/libc.so.6) sigandset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigandset: returns no value\n(/lib/libc.so.6) sigorset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigorset: returns no value\n(/lib/libc.so.6) __libc_allocate_rtsig: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmax: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_current_sigrtmin: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigtimedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigwaitinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sighold: return value location: {0x50, 0}\n(/lib/libc.so.6) sigrelse: return value location: {0x50, 0}\n(/lib/libc.so.6) sigignore: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) a64l: return value location: {0x50, 0}\n(/lib/libc.so.6) abort: returns no value\n(/lib/libc.so.6) __abort_lock_unlock: returns no value\n(/lib/libc.so.6) __abort_lock_wrlock: returns no value\n(/lib/libc.so.6) __abort_lock_rdlock: returns no value\n(/lib/libc.so.6) __abort_fork_reset_child: returns no value\n(/lib/libc.so.6) internal_signal_unblock_signal: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) internal_sigaddset: returns no value\n(/lib/libc.so.6) internal_sigemptyset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) abs: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) arc4random_getrandom_failure: returns no value\n(/lib/libc.so.6) __poll_infinity_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_buf: returns no value\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) __arc4random_uniform: return value location: {0x50, 0}\n(/lib/libc.so.6) atof: return value location: {0x61, 0}\n(/lib/libc.so.6) atoi: return value location: {0x50, 0}\n(/lib/libc.so.6) atol: return value location: {0x50, 0}\n(/lib/libc.so.6) atoll: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __canonicalize_file_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath: return value location: {0x50, 0}\n(/lib/libc.so.6) realpath_stk: return value location: {0x50, 0}\n(/lib/libc.so.6) get_path_max: return value location: {0x50, 0}\n(/lib/libc.so.6) dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) suffix_requires_dir_check: return value location: {0x50, 0}\n(/lib/libc.so.6) file_accessible: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __eloop_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_at_quick_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_exitfn: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_atexit: return value location: {0x50, 0}\n(/lib/libc.so.6) __cxa_finalize: returns no value\n(/lib/libc.so.6) __call_tls_dtors: returns no value\n(/lib/libc.so.6) __cxa_thread_atexit_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) div: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __drand48_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) drand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) erand48: return value location: {0x61, 0}\n(/lib/libc.so.6) __erand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) exit: returns no value\n(/lib/libc.so.6) __run_exit_handlers: returns no value\n(/lib/libc.so.6) __libc_fmtmsg_freemem: returns no value\n(/lib/libc.so.6) __addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_addseverity: return value location: {0x50, 0}\n(/lib/libc.so.6) init: returns no value\n(/lib/libc.so.6) fmtmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) syslog: returns no value\n(/lib/libc.so.6) __getcontext: returns unspecified type\n(/lib/libc.so.6) getcontext: returns unspecified type\n(/lib/libc.so.6) getentropy: return value location: {0x50, 0}\n(/lib/libc.so.6) getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_fork_subprocess: returns no value\n(/lib/libc.so.6) __getrandom_vdso_release: returns no value\n(/lib/libc.so.6) __getrandom_reset_state: returns no value\n(/lib/libc.so.6) __getrandom_early_init: returns no value\n(/lib/libc.so.6) getrandom_vdso: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state: return value location: {0x50, 0}\n(/lib/libc.so.6) vgetrandom_get_state_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) is_reserved_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) release_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) reserve_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) getrandom_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) getsubopt: return value location: {0x50, 0}\n(/lib/libc.so.6) jrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __jrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) l64a: return value location: {0x50, 0}\n(/lib/libc.so.6) labs: return value location: {0x50, 0}\n(/lib/libc.so.6) lcong48: returns no value\n(/lib/libc.so.6) __lcong48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) llabs: return value location: {0x50, 0}\n(/lib/libc.so.6) lldiv: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) lrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) lrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __makecontext: returns no value\n(/lib/libc.so.6) mblen: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mbstowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) mbtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) mrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nrand48: return value location: {0x50, 0}\n(/lib/libc.so.6) __nrand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __on_exit: return value location: {0x50, 0}\n(/lib/libc.so.6) putenv: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) qsort: returns no value\n(/lib/libc.so.6) __qsort_r: returns no value\n(/lib/libc.so.6) indirect_msort_with_tmp: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) heapsort_r: returns no value\n(/lib/libc.so.6) get_swap_type: return value location: {0x50, 0}\n(/lib/libc.so.6) heapify: returns no value\n(/lib/libc.so.6) siftdown: returns no value\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) swap_words_32: returns no value\n(/lib/libc.so.6) swap_words_64: returns no value\n(/lib/libc.so.6) __memswap: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) do_swap: returns no value\n(/lib/libc.so.6) msort_with_tmp: returns no value\n(/lib/libc.so.6) __old_quick_exit: returns no value\n(/lib/libc.so.6) __new_quick_exit: returns no value\n(/lib/libc.so.6) rand: return value location: {0x50, 0}\n(/lib/libc.so.6) rand_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __srandom: returns no value\n(/lib/libc.so.6) __random: return value location: {0x50, 0}\n(/lib/libc.so.6) __random_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __initstate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __srandom_r: return value location: {0x50, 0}\n(/lib/libc.so.6) write_state: returns no value\n(/lib/libc.so.6) read_state: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) rpmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) try: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_secure_getenv: return value location: {0x50, 0}\n(/lib/libc.so.6) seed48: return value location: {0x50, 0}\n(/lib/libc.so.6) __seed48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __setcontext: returns unspecified type\n(/lib/libc.so.6) setcontext: returns unspecified type\n(/lib/libc.so.6) __libc_setenv_freemem: returns no value\n(/lib/libc.so.6) __clearenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __unsetenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __setenv: return value location: {0x50, 0}\n(/lib/libc.so.6) __add_to_environ: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_new_array: return value location: {0x50, 0}\n(/lib/libc.so.6) __environ_is_from_array_list: return value location: {0x50, 0}\n(/lib/libc.so.6) srand48: returns no value\n(/lib/libc.so.6) __srand48_r: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_ceil_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bc16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_floor_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bf16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_bit_width_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __bw16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __co8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __co32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __co64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __co16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_count_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_leading_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __flz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_one_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __fto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_first_trailing_zero_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_has_single_bit_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsb16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clo16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_leading_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __clz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_ones_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __cto16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_uc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz8_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ui: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz32_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ul: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_ull: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz64_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) stdc_trailing_zeros_us: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctz16_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) __strfmon: return value location: {0x50, 0}\n(/lib/libc.so.6) ___strfmon_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __vstrfmon_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromd: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) keep_sign_conversion: return value location: {0x61, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strfroml: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtod: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) strtof: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __strtof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____strtof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) __isoc23_strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) strtold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____strtoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapcontext: returns unspecified type\n(/lib/libc.so.6) swapcontext: returns unspecified type\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) do_system: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __kill_noerrno: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_system: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstombs: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __xpg_basename: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_n: returns unspecified type\n(/lib/libc.so.6) __mpn_addmul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divmod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_divrem: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_sub_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_lshift: returns unspecified type\n(/lib/libc.so.6) __mpn_mod_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_mul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n: returns no value\n(/lib/libc.so.6) __mpn_impn_sqr_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n: returns no value\n(/lib/libc.so.6) __mpn_impn_mul_n_basecase: returns no value\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_rshift: returns unspecified type\n(/lib/libc.so.6) __mpn_sub_n: returns unspecified type\n(/lib/libc.so.6) __mpn_submul_1: returns unspecified type\n(/lib/libc.so.6) __mpn_extract_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_extract_long_double: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_construct_double: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_float: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_construct_long_double: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_extract_float128: return value location: {0x50, 0}\n(/lib/libc.so.6) strfromf128: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __strtof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____strtof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_construct_float128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __correctly_grouped_prefixmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __correctly_grouped_prefixwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __push___start_context: returns unspecified type\n(/lib/libc.so.6) __start_context: returns unspecified type\n(/lib/libc.so.6) __allocate_shadow_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) _fitoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _itoa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) ___asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ctermid: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) cuserid: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __flockfile: returns no value\n(/lib/libc.so.6) __fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftrylockfile: return value location: {0x50, 0}\n(/lib/libc.so.6) __funlockfile: returns no value\n(/lib/libc.so.6) __gen_tempfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getline: return value location: {0x50, 0}\n(/lib/libc.so.6) getw: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init: return value location: {0x50, 0}\n(/lib/libc.so.6) get_grouping: return value location: {0x50, 0}\n(/lib/libc.so.6) grouping_iterator_setup: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __grouping_iterator_init_none: return value location: {0x50, 0}\n(/lib/libc.so.6) __IO_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) perror: returns no value\n(/lib/libc.so.6) perror_internal: returns no value\n(/lib/libc.so.6) __printf: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_printf_format: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __printf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_pad_1: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts_1: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) __printf_buffer_to_file_switch: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_write: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp_to_wide: returns no value\n(/lib/libc.so.6) __printf_fp_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fp: returns no value\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) hack_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_fp_buffer_1: returns no value\n(/lib/libc.so.6) ___printf_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_fphex_to_wide: returns no value\n(/lib/libc.so.6) __printf_fphex_l_buffer: returns no value\n(/lib/libc.so.6) __printf_fphex_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup_word: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) printf_size_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) psiginfo: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) psignal: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putw: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_printf_freemem: returns no value\n(/lib/libc.so.6) __handle_registered_modifier_wc: return value location: {0x50, 0}\n(/lib/libc.so.6) __handle_registered_modifier_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_modifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_specifier: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_printf_type: return value location: {0x50, 0}\n(/lib/libc.so.6) remove: return value location: {0x50, 0}\n(/lib/libc.so.6) rename: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat: return value location: {0x50, 0}\n(/lib/libc.so.6) __renameat2: return value location: {0x50, 0}\n(/lib/libc.so.6) __scanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __snprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __sscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) tempnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __gen_tempname: return value location: {0x50, 0}\n(/lib/libc.so.6) try_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) gen_tempname_len: return value location: {0x50, 0}\n(/lib/libc.so.6) try_nocreate: return value location: {0x50, 0}\n(/lib/libc.so.6) try_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) try_file: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) mix_random_values: return value location: {0x50, 0}\n(/lib/libc.so.6) __path_search: return value location: {0x50, 0}\n(/lib/libc.so.6) direxists: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_tmpfile: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tmpnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __translated_number_width: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __printf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_puts: returns no value\n(/lib/libc.so.6) __printf_buffer_pad: returns no value\n(/lib/libc.so.6) __printf_buffer_putc: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) ___vfscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vfwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) printf_unknown: returns no value\n(/lib/libc.so.6) printf_positional: returns no value\n(/lib/libc.so.6) __wprintf_buffer: returns no value\n(/lib/libc.so.6) __printf_fp_spec: returns no value\n(/lib/libc.so.6) outstring_converted_wide_string: returns no value\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _itowa_word: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_pad: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) group_number: returns no value\n(/lib/libc.so.6) __vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwscanf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add: returns no value\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) char_buffer_error: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_rewind: returns no value\n(/lib/libc.so.6) char_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_start: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) char_buffer_add_slow: returns no value\n(/lib/libc.so.6) __vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_terminate: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_switch_to_buffer: returns no value\n(/lib/libc.so.6) __wprintf_buffer_as_file_commit: returns no value\n(/lib/libc.so.6) __wprintf_buffer_putc: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_do_flush: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_pad_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_putc_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_puts_1: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_to_file_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_flush_to_file: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __wprintf_buffer_write: returns no value\n(/lib/libc.so.6) __wprintf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_function_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_as_file_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errlist: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_errname: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) locked_vfxprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __parse_one_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specmb: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) __parse_one_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) __find_specwc: return value location: {0x50, 0}\n(/lib/libc.so.6) read_int: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) local_isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_fclose: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) _IO_new_fdopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fflush: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fgetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fgets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __fopen_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fopencookie: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_init: returns no value\n(/lib/libc.so.6) set_callbacks: returns no value\n(/lib/libc.so.6) _IO_cookie_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_cookie_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fputs: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_fread: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_new_fsetpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wfile_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getdelim: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getline: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_gets: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_padn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_popen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_proc_open: return value location: {0x50, 0}\n(/lib/libc.so.6) spawn_process: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_proc_file_chain_resetlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_unlock: returns no value\n(/lib/libc.so.6) _IO_proc_file_chain_lock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) unlock: returns no value\n(/lib/libc.so.6) _IO_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekoff_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_seekpos_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setbuffer: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_setvbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) ungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __vsprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __vsprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_vsscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fputwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetws: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fgetws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputws: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) fputws_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline_info: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_getwline: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wpadn: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) ungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) putwchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putwchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) putchar: return value location: {0x50, 0}\n(/lib/libc.so.6) putchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_buffer_init: returns no value\n(/lib/libc.so.6) __vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_wmarkers: returns no value\n(/lib/libc.so.6) _IO_seekwmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wmarker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_init_wmarker: returns no value\n(/lib/libc.so.6) _IO_adjust_wcolumn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetwc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackwc: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_wbackup: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wget_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_wdefault_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wunderflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __wuflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_finish: returns no value\n(/lib/libc.so.6) _IO_wdefault_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_least_wmarker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_main_wget_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wsetb: returns no value\n(/lib/libc.so.6) __woverflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdefault_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdoallocbuf: returns no value\n(/lib/libc.so.6) _IO_free_wbackup_area: returns no value\n(/lib/libc.so.6) _IO_wstr_finish: returns no value\n(/lib/libc.so.6) _IO_wstr_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wstr_init_static: returns no value\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) adjust_wide_data: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wdo_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_wfile_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_in: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_codecvt_out: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) fwide: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_wmem_finish: returns no value\n(/lib/libc.so.6) _IO_wmem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) open_wmemstream: return value location: {0x50, 0}\n(/lib/libc.so.6) clearerr: returns no value\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_feof: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_ferror: return value location: {0x50, 0}\n(/lib/libc.so.6) __fileno: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) fseek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_getc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) getchar: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_mem_finish: returns no value\n(/lib/libc.so.6) _IO_mem_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_memstream: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_pclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) rewind: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) setbuf: returns no value\n(/lib/libc.so.6) setlinebuf: returns no value\n(/lib/libc.so.6) __vasprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_asprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __vdprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_dprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_mark_failed: returns no value\n(/lib/libc.so.6) _IO_vscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_flush_snprintf: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_init: returns no value\n(/lib/libc.so.6) __printf_buffer_snprintf_done: return value location: {0x50, 0}\n(/lib/libc.so.6) __vsnprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __printf_buffer_flush_obstack: returns no value\n(/lib/libc.so.6) __printf_buffer_init: returns no value\n(/lib/libc.so.6) __printf_buffer_init_end: returns no value\n(/lib/libc.so.6) __fcloseall: return value location: {0x50, 0}\n(/lib/libc.so.6) __fseeko: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __ftello: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) freopen64: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) _IO_deallocate_file: returns no value\n(/lib/libc.so.6) __fbufsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __freading: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwriting: return value location: {0x50, 0}\n(/lib/libc.so.6) __freadable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwritable: return value location: {0x50, 0}\n(/lib/libc.so.6) __flbf: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpurge: returns no value\n(/lib/libc.so.6) __fpending: return value location: {0x50, 0}\n(/lib/libc.so.6) __fsetlocking: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fatal: returns no value\n(/lib/libc.so.6) __libc_message_impl: returns no value\n(/lib/libc.so.6) writev_for_fatal: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_fmemopen: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_write: return value location: {0x50, 0}\n(/lib/libc.so.6) fmemopen_read: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stdfiles_vtables: returns no value\n(/lib/libc.so.6) _IO_vtable_check: returns no value\n(/lib/libc.so.6) rtld_active: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) clearerr_unlocked: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getchar_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fflush_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_peekc_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fwrite_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __fputs_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_close_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_seekoff_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) do_ftell: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_sync_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_underflow_maybe_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) decide_maybe_mmap: returns no value\n(/lib/libc.so.6) _IO_file_underflow_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) mmap_remap_check: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_do_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_setbuf_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_file_open: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_finish: returns no value\n(/lib/libc.so.6) _IO_new_file_close_it: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init: returns no value\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) upstr: return value location: {0x50, 0}\n(/lib/libc.so.6) strip: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_init_internal: returns no value\n(/lib/libc.so.6) _IO_file_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_new_file_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_resetlock: returns no value\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_list_lock: returns no value\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_imbue: returns no value\n(/lib/libc.so.6) _IO_default_showmanyc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_write: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_read: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_unsave_markers: returns no value\n(/lib/libc.so.6) _IO_seekmark: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_delta: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_marker_difference: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_remove_marker: returns no value\n(/lib/libc.so.6) _IO_init_marker: returns no value\n(/lib/libc.so.6) _IO_cleanup: return value location: {0x50, 0}\n(/lib/libc.so.6) __libio_freemem: returns no value\n(/lib/libc.so.6) _IO_unbuffer_all: returns no value\n(/lib/libc.so.6) _IO_flush_all_linebuffered: returns no value\n(/lib/libc.so.6) _IO_flush_all: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_adjust_column: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sungetc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sputbackc: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_finish: returns no value\n(/lib/libc.so.6) _IO_default_sync: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_no_init: returns no value\n(/lib/libc.so.6) _IO_old_init: returns no value\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_default_doallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_seekpos: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_setbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_sgetn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) __uflow: return value location: {0x50, 0}\n(/lib/libc.so.6) __underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) save_for_backup: return value location: {0x50, 0}\n(/lib/libc.so.6) __overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_get_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_switch_to_backup_area: returns no value\n(/lib/libc.so.6) _IO_switch_to_main_get_area: returns no value\n(/lib/libc.so.6) _IO_least_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_link_in: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) flush_cleanup: returns no value\n(/lib/libc.so.6) _IO_free_backup_buf: returns no value\n(/lib/libc.so.6) IO_validate_vtable: return value location: {0x50, 0}\n(/lib/libc.so.6) IO_set_accept_foreign_vtables: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_un_link: returns no value\n(/lib/libc.so.6) _IO_free_backup_area: returns no value\n(/lib/libc.so.6) _IO_setb: returns no value\n(/lib/libc.so.6) _IO_doallocbuf: returns no value\n(/lib/libc.so.6) _IO_default_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_default_xsputn: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_enable_locks: returns no value\n(/lib/libc.so.6) _IO_init_internal: returns no value\n(/lib/libc.so.6) _IO_iter_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_end: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_next: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_iter_file: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_list_unlock: returns no value\n(/lib/libc.so.6) _IO_stdfiles_init: returns no value\n(/lib/libc.so.6) _IO_str_finish: returns no value\n(/lib/libc.so.6) _IO_str_pbackfail: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_seekoff: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_switch_to_get_mode: returns no value\n(/lib/libc.so.6) enlarge_userbuf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_count: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_underflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_overflow: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_str_init_readonly: returns no value\n(/lib/libc.so.6) _IO_str_init_static: returns no value\n(/lib/libc.so.6) _IO_str_init_static_internal: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __dladdr1: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) __dlerror: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) ___dlinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlinfo_doit: returns no value\n(/lib/libc.so.6) ___dlmopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlmopen_doit: returns no value\n(/lib/libc.so.6) ___dlopen: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlopen_doit: returns no value\n(/lib/libc.so.6) ___dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlsym_doit: returns no value\n(/lib/libc.so.6) ___dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) dlvsym_doit: returns no value\n(/lib/libc.so.6) __libc_dlerror_result_free: returns no value\n(/lib/libc.so.6) dl_action_result_errstring_free: returns no value\n(/lib/libc.so.6) dl_error_free: returns no value\n(/lib/libc.so.6) __libc_alloca_cutoff: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_do_cancel: returns no value\n(/lib/libc.so.6) __syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_syscall_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_exiting: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_unregister_cancel: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) __pthread_cleanup_push: returns no value\n(/lib/libc.so.6) __pthread_cleanup_pop: returns no value\n(/lib/libc.so.6) ___pthread_unregister_cancel_restore: returns no value\n(/lib/libc.so.6) ___pthread_register_cancel_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) _pthread_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) _pthread_cleanup_push_defer: returns no value\n(/lib/libc.so.6) ___pthread_cleanup_routine: returns no value\n(/lib/libc.so.6) __lll_elision_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_trylock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) do_set_elision_retry_try_xbegin: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_internal_abort: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) do_set_elision_skip_lock_busy: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) do_set_elision_enable: returns no value\n(/lib/libc.so.6) _dl_tunable_set_elision_enable: returns no value\n(/lib/libc.so.6) __lll_lock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_clocklock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_trylock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xabort: returns no value\n(/lib/libc.so.6) _xbegin: return value location: {0x50, 0}\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) _xend: returns no value\n(/lib/libc.so.6) __lll_unlock_elision: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_death_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __nptl_create_event: returns no value\n(/lib/libc.so.6) __futex_lock_pi64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_cancelable64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_abstimed_wait_common64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __libc_cleanup_push_defer: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_pop_restore: returns no value\n(/lib/libc.so.6) __lll_lock_wake: returns no value\n(/lib/libc.so.6) __lll_lock_wake_private: returns no value\n(/lib/libc.so.6) __lll_lock_wait: returns no value\n(/lib/libc.so.6) __lll_lock_wait_private: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_get_minstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_stack: returns no value\n(/lib/libc.so.6) queue_stack: returns no value\n(/lib/libc.so.6) __nptl_free_stacks: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) __nptl_stack_list_del: returns no value\n(/lib/libc.so.6) __nptl_stack_list_add: returns no value\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_deallocate_tsd: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_free_tcb: returns no value\n(/lib/libc.so.6) __nptl_setxid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_signal_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) setxid_error: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) setxid_unmark_thread: returns no value\n(/lib/libc.so.6) setxid_mark_thread: returns no value\n(/lib/libc.so.6) __nptl_setxid_sighandler: returns no value\n(/lib/libc.so.6) __libpthread_freeres: returns no value\n(/lib/libc.so.6) __pthread_cond_broadcast_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_destroy_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_init_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_signal_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_timedwait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_2_0: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_extension: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getscope: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __pthread_attr_getstack: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_getstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setdetachstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setguardsize: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setinheritsched: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setscope: return value location: {0x50, 0}\n(/lib/libc.so.6) pthread_attr_setsigmask_np: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setsigmask_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstack: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstackaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_attr_setstacksize: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrier_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_barrier_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_barrier_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_barrierattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_barrierattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) cancellation_pc_check: return value location: {0x50, 0}\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_async_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) sigcancel_handler: returns no value\n(/lib/libc.so.6) __pthread_cleanup_upto: returns no value\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_clockjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cond_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_switch_g1: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_set_orig_size: returns no value\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_fetch_xor_wseq_release: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_add_g1_start_relaxed: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_load_wseq_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_cond_wait_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_cleanup_waiting: returns no value\n(/lib/libc.so.6) __condvar_cancel_waiting: returns no value\n(/lib/libc.so.6) __condvar_confirm_wakeup: returns no value\n(/lib/libc.so.6) __condvar_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_get_orig_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_release_lock: returns no value\n(/lib/libc.so.6) __condvar_acquire_lock: returns no value\n(/lib/libc.so.6) __condvar_load_g1_start_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) __condvar_fetch_add_wseq_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_fetch_add_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_cond_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_condattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_create_2_1: return value location: {0x50, 0}\n(/lib/libc.so.6) report_thread_creation: return value location: {0x50, 0}\n(/lib/libc.so.6) start_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) create_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) name_stack_maps: returns no value\n(/lib/libc.so.6) allocate_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) advise_stack_range: returns no value\n(/lib/libc.so.6) setup_stack_prot: return value location: {0x50, 0}\n(/lib/libc.so.6) guard_position: return value location: {0x50, 0}\n(/lib/libc.so.6) get_cached_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __nptl_stack_in_use: return value location: {0x50, 0}\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) late_init: returns no value\n(/lib/libc.so.6) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/libc.so.6) __thread_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) tls_setup_tcbhead: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) collect_default_sched: returns no value\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigdelset: returns no value\n(/lib/libc.so.6) internal_sigfillset: returns no value\n(/lib/libc.so.6) internal_sigset_from_sigset: returns no value\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_exit: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) __pthread_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getaffinity_np: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getattr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_getspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_join: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_clockjoin_ex: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_create: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_key_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_esrch: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_raise_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_implementation: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_signal_restore_set: returns no value\n(/lib/libc.so.6) internal_signal_block_all: returns no value\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_kill_other_threads_np: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_adjust: returns no value\n(/lib/libc.so.6) __pthread_mutex_cond_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_cond_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tunables_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_stack_cache_size: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mutex_spin_count: returns no value\n(/lib/libc.so.6) __pthread_mutex_consistent: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_init: return value location: {0x50, 0}\n(/lib/libc.so.6) prio_inherit_missing: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_lock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_lock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_backoff: return value location: {0x50, 0}\n(/lib/libc.so.6) get_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) get_fast_jitter: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_timedlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_clocklock_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __futex_clocklock64: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) max_adaptive_count: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutex_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutex_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_full: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutex_unlock_usercnt: return value location: {0x50, 0}\n(/lib/libc.so.6) lll_mutex_unlock_optimized: returns no value\n(/lib/libc.so.6) futex_unlock_pi: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_mutexattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_getrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_gettype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprioceiling: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setprotocol: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_mutexattr_setrobust: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_mutexattr_settype: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_wait_simple: returns no value\n(/lib/libc.so.6) futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine: returns no value\n(/lib/libc.so.6) __pthread_cleanup_combined_routine_voidptr: returns no value\n(/lib/libc.so.6) clear_once_control: returns no value\n(/lib/libc.so.6) __pthread_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_clockwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_rdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedrdlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_rdlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_timedwrlock64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_tryrdlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_trywrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_rwlock_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_rdunlock: returns no value\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) ___pthread_rwlock_wrlock: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_wrlock_full64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlock_get_private: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_getpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setkind_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_rwlockattr_setpshared: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_self: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __default_pthread_attr_freeres: returns no value\n(/lib/libc.so.6) __pthread_setattr_default_np: return value location: {0x50, 0}\n(/lib/libc.so.6) check_stacksize_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_priority_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sched_policy_attr: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcancelstate: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled_and_async: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setcanceltype: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setconcurrency: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_setschedprio: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_setspecific: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_internal_signals: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_spin_lock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_trylock: returns unspecified type\n(/lib/libc.so.6) __pthread_spin_unlock: returns unspecified type\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) __do_cancel: returns no value\n(/lib/libc.so.6) cancel_enabled_and_canceled: return value location: {0x50, 0}\n(/lib/libc.so.6) ___pthread_testcancel: returns no value\n(/lib/libc.so.6) ___pthread_timedjoin_np64: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tryjoin_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_yield: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_clockwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) futex_abstimed_supported_clockid: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_getvalue: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_init: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_open_init: returns no value\n(/lib/libc.so.6) futex_supports_pshared: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_post: return value location: {0x50, 0}\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __sem_remove_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) walker: returns no value\n(/lib/libc.so.6) __sem_check_add_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sem_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sem_timedwait64: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_trywait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __sem_wait_cleanup: returns no value\n(/lib/libc.so.6) do_futex_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_sem_wait_slow64: return value location: {0x50, 0}\n(/lib/libc.so.6) __syscall_cancel_arch: returns unspecified type\n(/lib/libc.so.6) __pthread_current_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __pthread_tpp_change_priority: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) __init_sched_fifo_prio: returns no value\n(/lib/libc.so.6) ___pthread_unwind_next: returns no value\n(/lib/libc.so.6) __pthread_unwind: returns no value\n(/lib/libc.so.6) unwind_cleanup: returns no value\n(/lib/libc.so.6) unwind_stop: return value location: {0x50, 0}\n(/lib/libc.so.6) _jmpbuf_sp: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_current: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_yield: returns no value\n(/lib/libc.so.6) __call_once: returns no value\n(/lib/libc.so.6) __cnd_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_destroy: returns no value\n(/lib/libc.so.6) __cnd_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_timedwait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __cnd_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_destroy: returns no value\n(/lib/libc.so.6) __mtx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_timedlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_trylock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __mtx_unlock: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __dyn_pthread_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_detach: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __thrd_exit: returns no value\n(/lib/libc.so.6) __thrd_join: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_create: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_delete: returns no value\n(/lib/libc.so.6) __tss_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __tss_set: return value location: {0x50, 0}\n(/lib/libc.so.6) thrd_err_map: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) add_request_to_runlist: returns no value\n(/lib/libc.so.6) __aio_freemem: returns no value\n(/lib/libc.so.6) handle_fildes_io: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_init: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_find_req_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_find_req: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_free_request: returns no value\n(/lib/libc.so.6) __aio_remove_request: returns no value\n(/lib/libc.so.6) __aio_notify: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __aio_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_return: return value location: {0x50, 0}\n(/lib/libc.so.6) __aio_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) ___aio_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) do_aio_misc_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) cleanup: returns no value\n(/lib/libc.so.6) __aio_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_24: return value location: {0x50, 0}\n(/lib/libc.so.6) __lio_listio_21: return value location: {0x50, 0}\n(/lib/libc.so.6) lio_listio_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_close: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) init_mq_netlink: returns no value\n(/lib/libc.so.6) __mq_notify_fork_subprocess: returns no value\n(/lib/libc.so.6) helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) notification_function: return value location: {0x50, 0}\n(/lib/libc.so.6) change_sigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_notify: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_receive: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedreceive_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) ___mq_timedsend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mq_unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_create_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_create: return value location: {0x50, 0}\n(/lib/libc.so.6) make_thread_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) kernel_timer_to_timerid: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_delete_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_delete: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_getoverrun_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_getoverrun: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_gettime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_gettime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_settime_old: return value location: {0x50, 0}\n(/lib/libc.so.6) ___timer_settime_new: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_kernel_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timerid_to_timer: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_is_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __timer_start_helper_thread: returns no value\n(/lib/libc.so.6) __timer_fork_subprocess: returns no value\n(/lib/libc.so.6) timer_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) timer_sigev_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) signal_unblock_sigtimer: returns no value\n(/lib/libc.so.6) __sigdelset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_printerr: returns no value\n(/lib/libc.so.6) __libc_mallopt: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_hugetlb: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mxfast: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_unsorted_limit: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_count: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_tcache_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_arena_test: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_perturb_byte: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mallopt_check: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmaps_max: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_mmap_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_top_pad: return value location: {0x50, 0}\n(/lib/libc.so.6) do_set_trim_threshold: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_stats: returns no value\n(/lib/libc.so.6) __libc_mallinfo: return value location: {0x70, 0}\n(/lib/libc.so.6) __libc_mallinfo2: return value location: {0x70, 0}\n(/lib/libc.so.6) int_mallinfo: returns no value\n(/lib/libc.so.6) __malloc_usable_size: return value location: {0x50, 0}\n(/lib/libc.so.6) musable: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) mtrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_consolidate: returns no value\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) _int_free_create_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_merge_chunk: returns no value\n(/lib/libc.so.6) _int_free: returns no value\n(/lib/libc.so.6) _int_free_chunk: returns no value\n(/lib/libc.so.6) _int_free_check: returns no value\n(/lib/libc.so.6) _int_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_calloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pvalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_valloc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) aligned_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_free: returns no value\n(/lib/libc.so.6) __libc_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_try_malloc: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) tcache_thread_shutdown: returns no value\n(/lib/libc.so.6) tcache_free: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_double_free_verify: returns no value\n(/lib/libc.so.6) tcache_available: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_next: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_get_n: return value location: {0x50, 0}\n(/lib/libc.so.6) tcache_put: returns no value\n(/lib/libc.so.6) tcache_key_initialize: returns no value\n(/lib/libc.so.6) mremap_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) munmap_chunk: returns no value\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_arena_thread_freeres: returns no value\n(/lib/libc.so.6) arena_get_retry: return value location: {0x50, 0}\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) reused_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) remove_from_free_list: returns no value\n(/lib/libc.so.6) get_free_list: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_new_arena: return value location: {0x50, 0}\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) heap_trim: return value location: {0x50, 0}\n(/lib/libc.so.6) shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) grow_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_new_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mxfast: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_unsorted_limit: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_count: returns no value\n(/lib/libc.so.6) _dl_tunable_set_tcache_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_test: returns no value\n(/lib/libc.so.6) _dl_tunable_set_arena_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_trim_threshold: returns no value\n(/lib/libc.so.6) _dl_tunable_set_perturb_byte: returns no value\n(/lib/libc.so.6) _dl_tunable_set_top_pad: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmaps_max: returns no value\n(/lib/libc.so.6) _dl_tunable_set_mmap_threshold: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_child: returns no value\n(/lib/libc.so.6) __malloc_fork_unlock_parent: returns no value\n(/lib/libc.so.6) __malloc_fork_lock_parent: returns no value\n(/lib/libc.so.6) arena_for_chunk: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_for_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_max_size: return value location: {0x50, 0}\n(/lib/libc.so.6) heap_min_size: return value location: {0x50, 0}\n(/lib/libc.so.6) madvise_thp: returns no value\n(/lib/libc.so.6) free_perturb: returns no value\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) malloc_init_state: returns no value\n(/lib/libc.so.6) get_max_fast: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) tag_new_usable: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_request2size: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_at: return value location: {0x50, 0}\n(/lib/libc.so.6) tag_region: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_morecore: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) clear_memory: return value location: {0x50, 0}\n(/lib/libc.so.6) check_may_shrink_heap: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrandom_nocancel_nostatus_direct: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_perturb: returns no value\n(/lib/libc.so.6) detach_arena: returns no value\n(/lib/libc.so.6) _dl_tunable_set_hugetlb: returns no value\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) unlink_chunk: returns no value\n(/lib/libc.so.6) ptmalloc_init: returns no value\n(/lib/libc.so.6) arena_get2: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) sysmalloc_mmap: return value location: {0x50, 0}\n(/lib/libc.so.6) systrim: return value location: {0x50, 0}\n(/lib/libc.so.6) _int_free_maybe_consolidate: returns no value\n(/lib/libc.so.6) tcache_init: returns no value\n(/lib/libc.so.6) _mid_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_memalign: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_info: return value location: {0x50, 0}\n(/lib/libc.so.6) mprobe: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_pedantic: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) mcheck_check_all: returns no value\n(/lib/libc.so.6) mcheck: return value location: {0x50, 0}\n(/lib/libc.so.6) muntrace: returns no value\n(/lib/libc.so.6) mtrace: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) tr_break: returns no value\n(/lib/libc.so.6) print_and_abort: returns no value\n(/lib/libc.so.6) _obstack_memory_used: return value location: {0x50, 0}\n(/lib/libc.so.6) obstack_free: returns no value\n(/lib/libc.so.6) _obstack_allocated_p: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_newchunk: returns no value\n(/lib/libc.so.6) _obstack_begin_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _obstack_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_reallocarray: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __libc_dynarray_at_failure: returns no value\n(/lib/libc.so.6) __libc_dynarray_emplace_enlarge: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dynarray_resize_clear: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_alloc_buffer_alloc_array: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_copy_bytes: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) __libc_alloc_buffer_copy_string: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __libc_alloc_buffer_create_failure: returns no value\n(/lib/libc.so.6) __libc_freeres: returns no value\n(/lib/libc.so.6) __libc_thread_freeres: returns no value\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_append: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_count: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_create_sep: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) argz_delete: returns no value\n(/lib/libc.so.6) __argz_extract: returns no value\n(/lib/libc.so.6) __argz_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) str_append: returns no value\n(/lib/libc.so.6) argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_replace: return value location: {0x50, 0}\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __argz_stringify: returns no value\n(/lib/libc.so.6) __basename: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) bcopy: returns no value\n(/lib/libc.so.6) __bzero: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_strip: returns no value\n(/lib/libc.so.6) envz_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_add: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) envz_get: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) envz_remove: returns no value\n(/lib/libc.so.6) explicit_bzero: returns no value\n(/lib/libc.so.6) __ffs: return value location: {0x50, 0}\n(/lib/libc.so.6) __ffsll: return value location: {0x50, 0}\n(/lib/libc.so.6) __memccpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcmpeq_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_memcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memfrob: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmem: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_memmove_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __rawmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) rawmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) sigabbrev_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigdescr_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcasestr: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strchrnul_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strchrnul_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerror_l: return value location: {0x50, 0}\n(/lib/libc.so.6) unknown_error: return value location: {0x50, 0}\n(/lib/libc.so.6) translate: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __strerrordesc_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strerrorname_np: return value location: {0x50, 0}\n(/lib/libc.so.6) strfry: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_stpcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_mempcpy_small: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strpbrk_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c3: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c2: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strcspn_c1: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_3c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_2c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strsep_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_strtok_r_1c: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncasecmp_l_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strndup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strpbrk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __strsep: return value location: {0x50, 0}\n(/lib/libc.so.6) strsignal: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) strspn_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_strstr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __strstr_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr3: return value location: {0x50, 0}\n(/lib/libc.so.6) strstr2: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_long_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strtok: return value location: {0x50, 0}\n(/lib/libc.so.6) __strtok_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __strverscmp: return value location: {0x50, 0}\n(/lib/libc.so.6) strxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __strxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) utf8_encode: return value location: {0x50, 0}\n(/lib/libc.so.6) swab: returns no value\n(/lib/libc.so.6) __xpg_strerror_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __memchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex: returns unspecified type\n(/lib/libc.so.6) __memchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __memchr_evex512: returns unspecified type\n(/lib/libc.so.6) __memchr_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __memcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_evex: returns unspecified type\n(/lib/libc.so.6) __memcmpeq_sse2: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memmove_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __mempcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memmove_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __mempcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __mempcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memmove_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __memcpy_chk_ssse3: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __memrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __memrchr_evex: returns unspecified type\n(/lib/libc.so.6) __memrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_avx2_unaligned_erms_rtm: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_no_vzeroupper: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_avx512_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_chk_erms: returns unspecified type\n(/lib/libc.so.6) __memset_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_evex_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __wmemset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __wmemset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __memset_chk_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __memset_sse2_unaligned_erms: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __rawmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __stpcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __stpncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __stpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __stpncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2: returns unspecified type\n(/lib/libc.so.6) __strcat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcat_evex: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2: returns unspecified type\n(/lib/libc.so.6) __strcat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchr_evex: returns unspecified type\n(/lib/libc.so.6) __strchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strchr_sse2_no_bsf: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2: returns unspecified type\n(/lib/libc.so.6) __strchrnul_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex: returns unspecified type\n(/lib/libc.so.6) __strchrnul_evex512: returns unspecified type\n(/lib/libc.so.6) __strchrnul_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strcmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcmp_evex: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strcpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strcpy_evex: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2: returns unspecified type\n(/lib/libc.so.6) __strcpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strlen_evex: returns unspecified type\n(/lib/libc.so.6) __strlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse2: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_l_sse42: returns unspecified type\n(/lib/libc.so.6) __strncasecmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2: returns unspecified type\n(/lib/libc.so.6) __strncat_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncat_evex: returns unspecified type\n(/lib/libc.so.6) __strncat_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __strncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncmp_evex: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse2: returns unspecified type\n(/lib/libc.so.6) __strncmp_sse42: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __strncpy_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strncpy_evex: returns unspecified type\n(/lib/libc.so.6) __strncpy_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __strnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex: returns unspecified type\n(/lib/libc.so.6) __strnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __strnlen_sse2: returns unspecified type\n(/lib/libc.so.6) __strpbrk_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrz: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __strrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex: returns unspecified type\n(/lib/libc.so.6) __strrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __strrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __strspn_sse42: return value location: {0x50, 0}\n(/lib/libc.so.6) __m128i_shift_right: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_cmpistrc: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpistri: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_shuffle_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_movemask_epi8: return value location: {0x50, 0}\n(/lib/libc.so.6) _mm_cmpeq_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_loadu_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_load_si128: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set1_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) _mm_set_epi8: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __strstr_sse2_unaligned: returns unspecified type\n(/lib/libc.so.6) __strcasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncasecmp_l_nonascii: return value location: {0x50, 0}\n(/lib/libc.so.6) __strpbrk_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __strspn_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_cacheinfo_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) init_cacheinfo: returns no value\n(/lib/libc.so.6) __cache_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __glibc_tls_internal_free: returns no value\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __btowc: return value location: {0x50, 0}\n(/lib/libc.so.6) c16rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c32rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) c8rtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_fwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_swscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vfwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vswscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_strfile_readw: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_vwscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc99_wscanf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrlen: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc8: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) mbrtoc32: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbrtowc: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsnrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_l: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpcpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcpncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcschr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschrnul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscoll_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_seq: returns no value\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcscspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsdup: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcslen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_ctype: returns no value\n(/lib/libc.so.6) __wcsmbs_named_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_clone_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_load_conv: returns no value\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsmbs_getfct: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncasecmp_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncat_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsncpy_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsnlen_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcspbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsrchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsspn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsstr: return value location: {0x50, 0}\n(/lib/libc.so.6) two_way_short_needle: return value location: {0x50, 0}\n(/lib/libc.so.6) critical_factorization: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstod: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstod_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstod_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstod_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstof: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) __wcstof_l: return value location: {0x61, 0}\n(/lib/libc.so.6) ____wcstof_l_internal: return value location: {0x61, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x61, 0}\n(/lib/libc.so.6) underflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) overflow_value: return value location: {0x61, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof_nan: return value location: {0x61, 0}\n(/lib/libc.so.6) wcstok: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstol_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstol_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstold: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstold_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstold_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstold_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __isoc23_wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __isoc23_wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstoul_l: return value location: {0x50, 0}\n(/lib/libc.so.6) ____wcstoul_l_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) wcswidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsxfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsxfrm_l: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm_cached: return value location: {0x50, 0}\n(/lib/libc.so.6) do_xfrm: return value location: {0x50, 0}\n(/lib/libc.so.6) find_position: return value location: {0x50, 0}\n(/lib/libc.so.6) find_idx: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) get_gconv_fcts: return value location: {0x50, 0}\n(/lib/libc.so.6) wctob: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_wcwidth: return value location: {0x50, 0}\n(/lib/libc.so.6) wcwidth_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemchr_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemchr_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcmp_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemcmp_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstof128_l: return value location: {0x90, 0x21}\n(/lib/libc.so.6) ____wcstof128_l_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) round_and_return: return value location: {0x90, 0x21}\n(/lib/libc.so.6) underflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) overflow_value: return value location: {0x90, 0x21}\n(/lib/libc.so.6) round_away: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) get_rounding_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __mpn_add_1: return value location: {0x50, 0}\n(/lib/libc.so.6) str_to_mpn: return value location: {0x50, 0}\n(/lib/libc.so.6) wcstof128: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_internal: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcstof128_nan: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __wcpcpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpcpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcpncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscat_evex: returns unspecified type\n(/lib/libc.so.6) __wcscat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcschr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcschr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex: returns unspecified type\n(/lib/libc.so.6) __wcschr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcschr_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcscmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcscmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcscpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcscpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_ssse3: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcslen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex: returns unspecified type\n(/lib/libc.so.6) __wcslen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse2: returns unspecified type\n(/lib/libc.so.6) __wcslen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsncat_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncat_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncat_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncmp_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_evex: returns unspecified type\n(/lib/libc.so.6) __wcsncpy_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsnlen_sse4_1: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wcsrchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2: returns unspecified type\n(/lib/libc.so.6) __wmemchr_avx2_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemchr_evex512: returns unspecified type\n(/lib/libc.so.6) __wmemchr_sse2: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_avx2_movbe_rtm: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_evex_movbe: returns unspecified type\n(/lib/libc.so.6) __wmemcmp_sse2: returns unspecified type\n(/lib/libc.so.6) __wcsncmp_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnlen_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __offtime: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime: return value location: {0x50, 0}\n(/lib/libc.so.6) __asctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) asctime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) clock: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime: return value location: {0x50, 0}\n(/lib/libc.so.6) ctime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __difftime: return value location: {0x61, 0}\n(/lib/libc.so.6) gmtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __gmtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) localtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __localtime_r: return value location: {0x50, 0}\n(/lib/libc.so.6) mktime: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) ranged_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_time: return value location: {0x50, 0}\n(/lib/libc.so.6) tm_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) long_int_avg: return value location: {0x50, 0}\n(/lib/libc.so.6) ydhms_diff: return value location: {0x50, 0}\n(/lib/libc.so.6) isdst_differ: return value location: {0x50, 0}\n(/lib/libc.so.6) leapyear: return value location: {0x50, 0}\n(/lib/libc.so.6) shr: return value location: {0x50, 0}\n(/lib/libc.so.6) time_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) time_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) __gettimeofday_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __settimeofday: return value location: {0x50, 0}\n(/lib/libc.so.6) __settimezone: return value location: {0x50, 0}\n(/lib/libc.so.6) __adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tzset_freemem: returns no value\n(/lib/libc.so.6) __tz_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzset: returns no value\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) compute_change: returns no value\n(/lib/libc.so.6) tzset_internal: returns no value\n(/lib/libc.so.6) __tzset_parse_tz: returns no value\n(/lib/libc.so.6) parse_rule: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tzname: return value location: {0x50, 0}\n(/lib/libc.so.6) compute_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) update_vars: returns no value\n(/lib/libc.so.6) __tzstring: return value location: {0x50, 0}\n(/lib/libc.so.6) __tzstring_len: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tz_compute: returns no value\n(/lib/libc.so.6) __tzfile_compute: returns no value\n(/lib/libc.so.6) __tzfile_default: returns no value\n(/lib/libc.so.6) __tzfile_read: returns no value\n(/lib/libc.so.6) decode64: return value location: {0x50, 0}\n(/lib/libc.so.6) decode: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __bswap_64: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __getitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __setitimer: return value location: {0x50, 0}\n(/lib/libc.so.6) __stime: return value location: {0x50, 0}\n(/lib/libc.so.6) dysize: return value location: {0x50, 0}\n(/lib/libc.so.6) timegm: return value location: {0x50, 0}\n(/lib/libc.so.6) ftime: return value location: {0x50, 0}\n(/lib/libc.so.6) getdate: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_mday: return value location: {0x50, 0}\n(/lib/libc.so.6) first_wday: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strptime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __strptime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) day_of_the_year: returns no value\n(/lib/libc.so.6) day_of_the_week: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) strftime: return value location: {0x50, 0}\n(/lib/libc.so.6) wcsftime: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __strftime_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsftime_l: return value location: {0x50, 0}\n(/lib/libc.so.6) iso_week_days: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_uppcase: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_lowcase: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __timespec_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getcpuclockid: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_getres: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_nanoseconds: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) make_process_cpuclock: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_select_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_era_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_era_entries: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_parse_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_walt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_get_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_init_alt_digit: return value location: {0x50, 0}\n(/lib/libc.so.6) _nl_cleanup_time: returns no value\n(/lib/libc.so.6) __ntp_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __ntp_gettimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __alphasort64: return value location: {0x50, 0}\n(/lib/libc.so.6) __closedir: return value location: {0x50, 0}\n(/lib/libc.so.6) __dirfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __fdopendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdents64: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendir: return value location: {0x50, 0}\n(/lib/libc.so.6) __opendirat: return value location: {0x50, 0}\n(/lib/libc.so.6) opendir_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) invalid_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __readdir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __readdir64_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __rewinddir: returns no value\n(/lib/libc.so.6) __scandir_cancel_handler: returns no value\n(/lib/libc.so.6) __scandir64: return value location: {0x50, 0}\n(/lib/libc.so.6) __scandir64_tail: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scandirat64: return value location: {0x50, 0}\n(/lib/libc.so.6) seekdir: returns no value\n(/lib/libc.so.6) telldir: return value location: {0x50, 0}\n(/lib/libc.so.6) __versionsort64: return value location: {0x50, 0}\n(/lib/libc.so.6) getdirentries64: return value location: {0x50, 0}\n(/lib/libc.so.6) _Fork: return value location: {0x50, 0}\n(/lib/libc.so.6) arch_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) _exit: returns no value\n(/lib/libc.so.6) alarm: returns unspecified type\n(/lib/libc.so.6) __GI_alarm: returns unspecified type\n(/lib/libc.so.6) __bsd_getpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __confstr: return value location: {0x50, 0}\n(/lib/libc.so.6) execl: return value location: {0x50, 0}\n(/lib/libc.so.6) execle: return value location: {0x50, 0}\n(/lib/libc.so.6) execlp: return value location: {0x50, 0}\n(/lib/libc.so.6) execv: return value location: {0x50, 0}\n(/lib/libc.so.6) __execve: returns unspecified type\n(/lib/libc.so.6) __GI___execve: returns unspecified type\n(/lib/libc.so.6) execve: returns unspecified type\n(/lib/libc.so.6) __GI_execve: returns unspecified type\n(/lib/libc.so.6) execveat: return value location: {0x50, 0}\n(/lib/libc.so.6) execvp: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpex: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __execvpe_common: return value location: {0x50, 0}\n(/lib/libc.so.6) fexecve: return value location: {0x50, 0}\n(/lib/libc.so.6) __fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) fnmatch_convert_to_wide: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_wmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_add: returns no value\n(/lib/libc.so.6) pattern_list_add__: returns no value\n(/lib/libc.so.6) pattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_mark_failed: returns no value\n(/lib/libc.so.6) pattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) pattern_list_free: returns no value\n(/lib/libc.so.6) pattern_list_init: returns no value\n(/lib/libc.so.6) pattern_list_free__array__: returns no value\n(/lib/libc.so.6) pattern_list_free__elements__: returns no value\n(/lib/libc.so.6) end_wpattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnwmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) is_char_class: return value location: {0x50, 0}\n(/lib/libc.so.6) findidxwc: return value location: {0x50, 0}\n(/lib/libc.so.6) ext_match: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_add: returns no value\n(/lib/libc.so.6) wpattern_list_add__: returns no value\n(/lib/libc.so.6) wpattern_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_mark_failed: returns no value\n(/lib/libc.so.6) wpattern_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) wpattern_list_free: returns no value\n(/lib/libc.so.6) wpattern_list_init: returns no value\n(/lib/libc.so.6) wpattern_list_free__array__: returns no value\n(/lib/libc.so.6) wpattern_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) end_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fnmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcat: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_fork: return value location: {0x50, 0}\n(/lib/libc.so.6) fresetlockfiles: returns no value\n(/lib/libc.so.6) reclaim_stacks: returns no value\n(/lib/libc.so.6) fork_system_setup_after_fork: returns no value\n(/lib/libc.so.6) fork_system_setup: returns no value\n(/lib/libc.so.6) list_splice: returns no value\n(/lib/libc.so.6) list_del: returns no value\n(/lib/libc.so.6) list_add: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fpathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_child_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __getegid: returns unspecified type\n(/lib/libc.so.6) __GI___getegid: returns unspecified type\n(/lib/libc.so.6) getegid: returns unspecified type\n(/lib/libc.so.6) __GI_getegid: returns unspecified type\n(/lib/libc.so.6) __geteuid: returns unspecified type\n(/lib/libc.so.6) __GI___geteuid: returns unspecified type\n(/lib/libc.so.6) geteuid: returns unspecified type\n(/lib/libc.so.6) __GI_geteuid: returns unspecified type\n(/lib/libc.so.6) __getgid: returns unspecified type\n(/lib/libc.so.6) __GI___getgid: returns unspecified type\n(/lib/libc.so.6) getgid: returns unspecified type\n(/lib/libc.so.6) __GI_getgid: returns unspecified type\n(/lib/libc.so.6) __getgroups: returns unspecified type\n(/lib/libc.so.6) __GI___getgroups: returns unspecified type\n(/lib/libc.so.6) getgroups: returns unspecified type\n(/lib/libc.so.6) __GI_getgroups: returns unspecified type\n(/lib/libc.so.6) __posix_getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_internal_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_initialize: return value location: {0x50, 0}\n(/lib/libc.so.6) process_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) exchange: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_only_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long_only: return value location: {0x50, 0}\n(/lib/libc.so.6) _getopt_long_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getopt_long: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpgid: returns unspecified type\n(/lib/libc.so.6) __GI___getpgid: returns unspecified type\n(/lib/libc.so.6) getpgid: returns unspecified type\n(/lib/libc.so.6) __GI_getpgid: returns unspecified type\n(/lib/libc.so.6) getpgrp: returns unspecified type\n(/lib/libc.so.6) __GI_getpgrp: returns unspecified type\n(/lib/libc.so.6) __getpid: returns unspecified type\n(/lib/libc.so.6) __GI___getpid: returns unspecified type\n(/lib/libc.so.6) getpid: returns unspecified type\n(/lib/libc.so.6) __GI_getpid: returns unspecified type\n(/lib/libc.so.6) __getppid: returns unspecified type\n(/lib/libc.so.6) __GI___getppid: returns unspecified type\n(/lib/libc.so.6) getppid: returns unspecified type\n(/lib/libc.so.6) __GI_getppid: returns unspecified type\n(/lib/libc.so.6) getresgid: returns unspecified type\n(/lib/libc.so.6) __GI_getresgid: returns unspecified type\n(/lib/libc.so.6) getresuid: returns unspecified type\n(/lib/libc.so.6) __GI_getresuid: returns unspecified type\n(/lib/libc.so.6) getsid: returns unspecified type\n(/lib/libc.so.6) __GI_getsid: returns unspecified type\n(/lib/libc.so.6) __getuid: returns unspecified type\n(/lib/libc.so.6) __GI___getuid: returns unspecified type\n(/lib/libc.so.6) getuid: returns unspecified type\n(/lib/libc.so.6) __GI_getuid: returns unspecified type\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_in_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) prefix_array: return value location: {0x50, 0}\n(/lib/libc.so.6) collated_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_lstat_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_brace_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) size_add_wrapv: return value location: {0x50, 0}\n(/lib/libc.so.6) glob_lstat: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_dirent64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) convert_dirent: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) readdir_result_type: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) is_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_p: return value location: {0x50, 0}\n(/lib/libc.so.6) __glob_pattern_type: return value location: {0x50, 0}\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) globfree: returns no value\n(/lib/libc.so.6) __group_member: return value location: {0x50, 0}\n(/lib/libc.so.6) __nanosleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_symlinks: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_filesize_max: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_link_max: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_pathconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) distinguish_extX: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs_chown_restricted: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pause: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_madvise: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pread64: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_pwrite64: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_ctx_init: returns no value\n(/lib/libc.so.6) match_ctx_add_sublast: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_subtop: return value location: {0x50, 0}\n(/lib/libc.so.6) search_cur_bkref_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_add_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) match_ctx_free: returns no value\n(/lib/libc.so.6) match_ctx_clean: returns no value\n(/lib/libc.so.6) match_ctx_init: return value location: {0x50, 0}\n(/lib/libc.so.6) extend_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) find_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) check_node_accept_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) group_nodes_into_DFAstates: return value location: {0x50, 0}\n(/lib/libc.so.6) build_trtable: return value location: {0x50, 0}\n(/lib/libc.so.6) expand_bkref_cache: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_expand_ecl: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival_add_next_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) check_arrival: return value location: {0x50, 0}\n(/lib/libc.so.6) find_subexp_node: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_matching_top: return value location: {0x50, 0}\n(/lib/libc.so.6) find_recover_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_with_log: return value location: {0x50, 0}\n(/lib/libc.so.6) transit_state: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_iter_mb: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_bkref: return value location: {0x50, 0}\n(/lib/libc.so.6) check_subexp_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits_calc_pos_1: return value location: {0x50, 0}\n(/lib/libc.so.6) check_dst_limits: return value location: {0x50, 0}\n(/lib/libc.so.6) sub_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) add_epsilon_src_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) update_cur_sifted_state: return value location: {0x50, 0}\n(/lib/libc.so.6) merge_state_array: return value location: {0x50, 0}\n(/lib/libc.so.6) clean_state_log_if_needed: return value location: {0x50, 0}\n(/lib/libc.so.6) build_sifted_states: return value location: {0x50, 0}\n(/lib/libc.so.6) sift_states_backward: return value location: {0x50, 0}\n(/lib/libc.so.6) update_regs: returns no value\n(/lib/libc.so.6) free_fail_stack_return: return value location: {0x50, 0}\n(/lib/libc.so.6) set_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_resize: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) regmatch_list_mark_failed: returns no value\n(/lib/libc.so.6) regmatch_list_free: returns no value\n(/lib/libc.so.6) regmatch_list_init: returns no value\n(/lib/libc.so.6) regmatch_list_free__array__: returns no value\n(/lib/libc.so.6) regmatch_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) pop_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) push_fail_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) proceed_next_node: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_halt_node_context: return value location: {0x50, 0}\n(/lib/libc.so.6) check_matching: return value location: {0x50, 0}\n(/lib/libc.so.6) acquire_init_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) prune_impossible_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) re_exec: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) re_copy_regs: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) re_search_2_stub: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_match: return value location: {0x50, 0}\n(/lib/libc.so.6) __compat_regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) __regexec: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_token: returns no value\n(/lib/libc.so.6) mark_opt_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) create_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) free_charset: returns no value\n(/lib/libc.so.6) fetch_number: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass_op: return value location: {0x50, 0}\n(/lib/libc.so.6) build_charclass: return value location: {0x50, 0}\n(/lib/libc.so.6) build_equiv_class: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) build_collating_symbol: return value location: {0x50, 0}\n(/lib/libc.so.6) build_range_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) lookup_collation_sequence_value: return value location: {0x50, 0}\n(/lib/libc.so.6) seek_collating_symbol_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dup_op: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_sub_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_expression: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_branch: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_reg_exp: return value location: {0x50, 0}\n(/lib/libc.so.6) parse: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token_bracket: return value location: {0x50, 0}\n(/lib/libc.so.6) peek_token: return value location: {0x50, 0}\n(/lib/libc.so.6) fetch_token: returns no value\n(/lib/libc.so.6) calc_eclosure_iter: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_eclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_inveclosure: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node: return value location: {0x50, 0}\n(/lib/libc.so.6) search_duplicated_node: return value location: {0x50, 0}\n(/lib/libc.so.6) duplicate_node_closure: return value location: {0x50, 0}\n(/lib/libc.so.6) link_nfa_nodes: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_next: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_first: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexp: return value location: {0x50, 0}\n(/lib/libc.so.6) lower_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_subexps: return value location: {0x50, 0}\n(/lib/libc.so.6) preorder: return value location: {0x50, 0}\n(/lib/libc.so.6) postorder: return value location: {0x50, 0}\n(/lib/libc.so.6) analyze: return value location: {0x50, 0}\n(/lib/libc.so.6) optimize_utf8: returns no value\n(/lib/libc.so.6) create_initial_state: return value location: {0x50, 0}\n(/lib/libc.so.6) free_workarea_compile: returns no value\n(/lib/libc.so.6) init_word_char: returns no value\n(/lib/libc.so.6) init_dfa: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_regcomp_freemem: returns no value\n(/lib/libc.so.6) re_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) free_dfa_content: returns no value\n(/lib/libc.so.6) __regerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __regcomp: return value location: {0x50, 0}\n(/lib/libc.so.6) re_compile_fastmap_iter: returns no value\n(/lib/libc.so.6) re_set_fastmap: returns no value\n(/lib/libc.so.6) __re_compile_fastmap: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_set_syntax: return value location: {0x50, 0}\n(/lib/libc.so.6) __re_compile_pattern: return value location: {0x50, 0}\n(/lib/libc.so.6) create_cd_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) create_ci_newstate: return value location: {0x50, 0}\n(/lib/libc.so.6) free_state: returns no value\n(/lib/libc.so.6) register_state: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state_context: return value location: {0x50, 0}\n(/lib/libc.so.6) re_acquire_state: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_state_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) re_dfa_add_node: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_remove_at: returns no value\n(/lib/libc.so.6) re_node_set_contains: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert_last: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_merge: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_union: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_add_intersect: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_2: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_init_1: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_context_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_destruct: returns no value\n(/lib/libc.so.6) re_string_fetch_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_peek_byte_case: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_reconstruct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_translate_buffer: returns no value\n(/lib/libc.so.6) build_upper_buffer: returns no value\n(/lib/libc.so.6) re_string_skip_chars: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_upper_buffer: return value location: {0x50, 0}\n(/lib/libc.so.6) build_wcs_buffer: returns no value\n(/lib/libc.so.6) re_string_construct_common: returns no value\n(/lib/libc.so.6) re_string_realloc_buffers: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_construct: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_elem_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) findidx: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_wchar_at: return value location: {0x50, 0}\n(/lib/libc.so.6) re_string_char_size_at: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_mask: returns no value\n(/lib/libc.so.6) bitset_merge: returns no value\n(/lib/libc.so.6) bitset_not: returns no value\n(/lib/libc.so.6) bitset_copy: returns no value\n(/lib/libc.so.6) bitset_set_all: returns no value\n(/lib/libc.so.6) bitset_empty: returns no value\n(/lib/libc.so.6) bitset_contain: return value location: {0x50, 0}\n(/lib/libc.so.6) bitset_clear: returns no value\n(/lib/libc.so.6) bitset_set: returns no value\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) tolower: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) create_token_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_bracket_element: return value location: {0x50, 0}\n(/lib/libc.so.6) free_tree: return value location: {0x50, 0}\n(/lib/libc.so.6) re_node_set_insert: return value location: {0x50, 0}\n(/lib/libc.so.6) get_subexp_sub: return value location: {0x50, 0}\n(/lib/libc.so.6) __regfree: returns no value\n(/lib/libc.so.6) __re_set_registers: returns no value\n(/lib/libc.so.6) __libc_atfork_freemem: returns no value\n(/lib/libc.so.6) __run_postfork_handlers: returns no value\n(/lib/libc.so.6) __run_prefork_handlers: return value location: {0x50, 0}\n(/lib/libc.so.6) __unregister_atfork: returns no value\n(/lib/libc.so.6) fork_handler_list_find: return value location: {0x50, 0}\n(/lib/libc.so.6) __register_atfork: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_remove_last: returns no value\n(/lib/libc.so.6) fork_handler_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_end: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_at: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_mark_failed: returns no value\n(/lib/libc.so.6) fork_handler_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) fork_handler_list_free: returns no value\n(/lib/libc.so.6) fork_handler_list_init: returns no value\n(/lib/libc.so.6) fork_handler_list_free__array__: returns no value\n(/lib/libc.so.6) fork_handler_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpualloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpucount: return value location: {0x50, 0}\n(/lib/libc.so.6) countbits: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_cpufree: returns no value\n(/lib/libc.so.6) __sched_getaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getparam: returns unspecified type\n(/lib/libc.so.6) sched_getparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getparam: returns unspecified type\n(/lib/libc.so.6) __sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_getscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_max: returns unspecified type\n(/lib/libc.so.6) __sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI___sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __GI_sched_get_priority_min: returns unspecified type\n(/lib/libc.so.6) __sched_rr_get_interval: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_old: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setaffinity_new: return value location: {0x50, 0}\n(/lib/libc.so.6) __sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setparam: returns unspecified type\n(/lib/libc.so.6) sched_setparam: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setparam: returns unspecified type\n(/lib/libc.so.6) __sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI___sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __GI_sched_setscheduler: returns unspecified type\n(/lib/libc.so.6) __sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI___sched_yield: returns unspecified type\n(/lib/libc.so.6) sched_yield: returns unspecified type\n(/lib/libc.so.6) __GI_sched_yield: returns unspecified type\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setgid: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) setgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpgid: returns unspecified type\n(/lib/libc.so.6) __GI___setpgid: returns unspecified type\n(/lib/libc.so.6) setpgid: returns unspecified type\n(/lib/libc.so.6) __GI_setpgid: returns unspecified type\n(/lib/libc.so.6) setpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setresuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsid: returns unspecified type\n(/lib/libc.so.6) __GI___setsid: returns unspecified type\n(/lib/libc.so.6) setsid: returns unspecified type\n(/lib/libc.so.6) __GI_setsid: returns unspecified type\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __shm_get_name: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __sleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addclosefrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_adddup2: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawn_file_actions_addfchdir_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_addtcsetpgrp_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawn_file_actions_realloc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawn_valid_fd: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_destroy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigdefault: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setflags: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setpgroup: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedparam: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setschedpolicy: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnattr_setsigmask: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawnix: return value location: {0x50, 0}\n(/lib/libc.so.6) __spawni_child: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_script_execute: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_sigprocmask: return value location: {0x50, 0}\n(/lib/libc.so.6) is_internal_signal: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigismember: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp_compat: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) putpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) putmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) isastream: return value location: {0x50, 0}\n(/lib/libc.so.6) getpmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) getmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) fdetach: return value location: {0x50, 0}\n(/lib/libc.so.6) fattach: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf_check_spec: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_pthread_stack_min: return value location: {0x50, 0}\n(/lib/libc.so.6) linux_sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) sysconf_sigstksz: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sysconf: return value location: {0x50, 0}\n(/lib/libc.so.6) __times: return value location: {0x50, 0}\n(/lib/libc.so.6) __uname: returns unspecified type\n(/lib/libc.so.6) __GI___uname: returns unspecified type\n(/lib/libc.so.6) uname: returns unspecified type\n(/lib/libc.so.6) __GI_uname: returns unspecified type\n(/lib/libc.so.6) __vfork: returns unspecified type\n(/lib/libc.so.6) __GI___vfork: returns unspecified type\n(/lib/libc.so.6) vfork: returns unspecified type\n(/lib/libc.so.6) __libc_vfork: returns unspecified type\n(/lib/libc.so.6) __wait: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait3: return value location: {0x50, 0}\n(/lib/libc.so.6) __wait4: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitid: return value location: {0x50, 0}\n(/lib/libc.so.6) __waitpid: return value location: {0x50, 0}\n(/lib/libc.so.6) wordexp: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) parse_dquote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backtick: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_dollars: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_param: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm: return value location: {0x50, 0}\n(/lib/libc.so.6) exec_comm_child: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_add: returns no value\n(/lib/libc.so.6) strlist_add__: returns no value\n(/lib/libc.so.6) strlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_mark_failed: returns no value\n(/lib/libc.so.6) strlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) strlist_free: returns no value\n(/lib/libc.so.6) strlist_init: returns no value\n(/lib/libc.so.6) strlist_free__array__: returns no value\n(/lib/libc.so.6) strlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_arith: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_multdiv: return value location: {0x50, 0}\n(/lib/libc.so.6) eval_expr_val: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_squote: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) do_parse_glob: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_tilde: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_qtd_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_backslash: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addword: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addstr: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addmem: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) w_newword: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) w_addchar: return value location: {0x50, 0}\n(/lib/libc.so.6) wordfree: returns no value\n(/lib/libc.so.6) __getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_getpid: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_fdinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawn: return value location: {0x50, 0}\n(/lib/libc.so.6) pidfd_spawnp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_procutils_read_file: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) vsyscall_sched_getcpu: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_getcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_spawnattr_setcgroup_np: return value location: {0x50, 0}\n(/lib/libc.so.6) __access: return value location: {0x50, 0}\n(/lib/libc.so.6) __chdir: returns unspecified type\n(/lib/libc.so.6) __GI___chdir: returns unspecified type\n(/lib/libc.so.6) chdir: returns unspecified type\n(/lib/libc.so.6) __GI_chdir: returns unspecified type\n(/lib/libc.so.6) __chmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_chown: returns unspecified type\n(/lib/libc.so.6) __GI___libc_chown: returns unspecified type\n(/lib/libc.so.6) __chown: returns unspecified type\n(/lib/libc.so.6) __GI___chown: returns unspecified type\n(/lib/libc.so.6) chown: returns unspecified type\n(/lib/libc.so.6) __GI_chown: returns unspecified type\n(/lib/libc.so.6) __close: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_range: returns unspecified type\n(/lib/libc.so.6) __GI___close_range: returns unspecified type\n(/lib/libc.so.6) close_range: returns unspecified type\n(/lib/libc.so.6) __GI_close_range: returns unspecified type\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) __closefrom_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __closefrom: returns no value\n(/lib/libc.so.6) copy_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __creat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup: returns unspecified type\n(/lib/libc.so.6) __GI___dup: returns unspecified type\n(/lib/libc.so.6) dup: returns unspecified type\n(/lib/libc.so.6) __GI_dup: returns unspecified type\n(/lib/libc.so.6) __dup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __dup3: returns unspecified type\n(/lib/libc.so.6) __GI___dup3: returns unspecified type\n(/lib/libc.so.6) dup3: returns unspecified type\n(/lib/libc.so.6) __GI_dup3: returns unspecified type\n(/lib/libc.so.6) __euidaccess: return value location: {0x50, 0}\n(/lib/libc.so.6) __faccessat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchdir: returns unspecified type\n(/lib/libc.so.6) __GI___fchdir: returns unspecified type\n(/lib/libc.so.6) fchdir: returns unspecified type\n(/lib/libc.so.6) __GI_fchdir: returns unspecified type\n(/lib/libc.so.6) __fchmod: returns unspecified type\n(/lib/libc.so.6) __GI___fchmod: returns unspecified type\n(/lib/libc.so.6) fchmod: returns unspecified type\n(/lib/libc.so.6) __GI_fchmod: returns unspecified type\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) fchmodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fchown: returns unspecified type\n(/lib/libc.so.6) __GI___fchown: returns unspecified type\n(/lib/libc.so.6) fchown: returns unspecified type\n(/lib/libc.so.6) __GI_fchown: returns unspecified type\n(/lib/libc.so.6) fchownat: returns unspecified type\n(/lib/libc.so.6) __GI_fchownat: returns unspecified type\n(/lib/libc.so.6) __libc_fcntl64: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_path: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_is_unchanged: return value location: {0x50, 0}\n(/lib/libc.so.6) __file_change_detection_for_stat: returns no value\n(/lib/libc.so.6) __file_change_detection_for_fp: return value location: {0x50, 0}\n(/lib/libc.so.6) __flock: returns unspecified type\n(/lib/libc.so.6) __GI___flock: returns unspecified type\n(/lib/libc.so.6) flock: returns unspecified type\n(/lib/libc.so.6) __GI_flock: returns unspecified type\n(/lib/libc.so.6) __fstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fstatvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_maxarglen: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_padjust: returns no value\n(/lib/libc.so.6) fts_palloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_lfree: returns no value\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_build: return value location: {0x50, 0}\n(/lib/libc.so.6) dirent_not_directory: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_children: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_set: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_read: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_close: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_load: returns no value\n(/lib/libc.so.6) fts_open: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_safe_changedir: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) fts_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) __new_nftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_startup: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_dir: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) open_dir_stream: return value location: {0x50, 0}\n(/lib/libc.so.6) find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) add_object: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) ftw_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) object_compare: return value location: {0x50, 0}\n(/lib/libc.so.6) process_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimens: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_generic: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) get_current_dir_name: return value location: {0x50, 0}\n(/lib/libc.so.6) getwd: return value location: {0x50, 0}\n(/lib/libc.so.6) __isatty: return value location: {0x50, 0}\n(/lib/libc.so.6) lchmod: return value location: {0x50, 0}\n(/lib/libc.so.6) __lchown: returns unspecified type\n(/lib/libc.so.6) __GI___lchown: returns unspecified type\n(/lib/libc.so.6) lchown: returns unspecified type\n(/lib/libc.so.6) __GI_lchown: returns unspecified type\n(/lib/libc.so.6) __link: return value location: {0x50, 0}\n(/lib/libc.so.6) linkat: returns unspecified type\n(/lib/libc.so.6) __GI_linkat: returns unspecified type\n(/lib/libc.so.6) __lockf64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lseek64: return value location: {0x50, 0}\n(/lib/libc.so.6) __lstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mkdir: return value location: {0x50, 0}\n(/lib/libc.so.6) mkdirat: returns unspecified type\n(/lib/libc.so.6) __GI_mkdirat: returns unspecified type\n(/lib/libc.so.6) mkfifo: return value location: {0x50, 0}\n(/lib/libc.so.6) mkfifoat: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __mknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_open64: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __open_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_openat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat_2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe: return value location: {0x50, 0}\n(/lib/libc.so.6) __pipe2: returns unspecified type\n(/lib/libc.so.6) __GI___pipe2: returns unspecified type\n(/lib/libc.so.6) pipe2: returns unspecified type\n(/lib/libc.so.6) __GI_pipe2: returns unspecified type\n(/lib/libc.so.6) __poll: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fadvise64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) posix_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_fallocate64_l64: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) ppoll: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink: return value location: {0x50, 0}\n(/lib/libc.so.6) readlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_readlinkat: returns unspecified type\n(/lib/libc.so.6) __rmdir: return value location: {0x50, 0}\n(/lib/libc.so.6) sendfile64: return value location: {0x50, 0}\n(/lib/libc.so.6) __stat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) __statvfs64: return value location: {0x50, 0}\n(/lib/libc.so.6) statx: return value location: {0x50, 0}\n(/lib/libc.so.6) __symlink: return value location: {0x50, 0}\n(/lib/libc.so.6) symlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_symlinkat: returns unspecified type\n(/lib/libc.so.6) ttyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getttyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) is_mytty: return value location: {0x50, 0}\n(/lib/libc.so.6) is_pty: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) __umask: returns unspecified type\n(/lib/libc.so.6) __GI___umask: returns unspecified type\n(/lib/libc.so.6) umask: returns unspecified type\n(/lib/libc.so.6) __GI_umask: returns unspecified type\n(/lib/libc.so.6) __unlink: return value location: {0x50, 0}\n(/lib/libc.so.6) unlinkat: returns unspecified type\n(/lib/libc.so.6) __GI_unlinkat: returns unspecified type\n(/lib/libc.so.6) __utime: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimensat64_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) fallocate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_statvfs64: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __open64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __openat64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) sync_file_range: return value location: {0x50, 0}\n(/lib/libc.so.6) __write_nocancel: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetispeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfgetospeed: return value location: {0x50, 0}\n(/lib/libc.so.6) cfsetspeed: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcgetattr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) tcgetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __tcsetpgrp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_tcdrain: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflow: return value location: {0x50, 0}\n(/lib/libc.so.6) tcflush: return value location: {0x50, 0}\n(/lib/libc.so.6) tcsendbreak: return value location: {0x50, 0}\n(/lib/libc.so.6) cfmakeraw: returns no value\n(/lib/libc.so.6) tcgetsid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __setrlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrusage: return value location: {0x50, 0}\n(/lib/libc.so.6) __ulimit: return value location: {0x50, 0}\n(/lib/libc.so.6) vlimit: return value location: {0x50, 0}\n(/lib/libc.so.6) __vtimes: return value location: {0x50, 0}\n(/lib/libc.so.6) vtimes_one: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpriority: return value location: {0x50, 0}\n(/lib/libc.so.6) __setpriority: returns unspecified type\n(/lib/libc.so.6) __GI___setpriority: returns unspecified type\n(/lib/libc.so.6) setpriority: returns unspecified type\n(/lib/libc.so.6) __GI_setpriority: returns unspecified type\n(/lib/libc.so.6) nice: return value location: {0x50, 0}\n(/lib/libc.so.6) acct: returns unspecified type\n(/lib/libc.so.6) __GI_acct: returns unspecified type\n(/lib/libc.so.6) __libc_allocate_once_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk: return value location: {0x50, 0}\n(/lib/libc.so.6) __brk_call: return value location: {0x50, 0}\n(/lib/libc.so.6) chflags: return value location: {0x50, 0}\n(/lib/libc.so.6) chroot: returns unspecified type\n(/lib/libc.so.6) __GI_chroot: returns unspecified type\n(/lib/libc.so.6) daemon: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) dirname: return value location: {0x50, 0}\n(/lib/libc.so.6) __gcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __fcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) errx: returns no value\n(/lib/libc.so.6) err: returns no value\n(/lib/libc.so.6) verrx: returns no value\n(/lib/libc.so.6) verr: returns no value\n(/lib/libc.so.6) warnx: returns no value\n(/lib/libc.so.6) warn: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) vwarn: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) __vwarnx_internal: returns no value\n(/lib/libc.so.6) __vwarn_internal: returns no value\n(/lib/libc.so.6) vwarnx: returns no value\n(/lib/libc.so.6) __error_at_line: returns no value\n(/lib/libc.so.6) __error_at_line_internal: returns no value\n(/lib/libc.so.6) __error: returns no value\n(/lib/libc.so.6) __error_internal: returns no value\n(/lib/libc.so.6) error_tail: returns no value\n(/lib/libc.so.6) print_errno_message: returns no value\n(/lib/libc.so.6) flush_stdout: returns no value\n(/lib/libc.so.6) fchflags: return value location: {0x50, 0}\n(/lib/libc.so.6) __fd_to_filename: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fdatasync: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fgetxattr: returns unspecified type\n(/lib/libc.so.6) flistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_flistxattr: returns unspecified type\n(/lib/libc.so.6) fremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_fremovexattr: returns unspecified type\n(/lib/libc.so.6) fsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_fsetxattr: returns unspecified type\n(/lib/libc.so.6) __libc_fstab_freemem: returns no value\n(/lib/libc.so.6) fstab_convert: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_fetch: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) endfsent: returns no value\n(/lib/libc.so.6) getfsfile: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsspec: return value location: {0x50, 0}\n(/lib/libc.so.6) getfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsent: return value location: {0x50, 0}\n(/lib/libc.so.6) fstab_init: return value location: {0x50, 0}\n(/lib/libc.so.6) fsync: return value location: {0x50, 0}\n(/lib/libc.so.6) __ftruncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __futimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __futimesat: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __getauxval: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getauxval2: return value location: {0x50, 0}\n(/lib/libc.so.6) __getclktck: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname: return value location: {0x50, 0}\n(/lib/libc.so.6) getloadavg: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getpass: return value location: {0x50, 0}\n(/lib/libc.so.6) call_fclose: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __get_avphys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_phys_pages: return value location: {0x50, 0}\n(/lib/libc.so.6) sysinfo_mempages: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nprocs_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) read_sysfs_file: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nproc_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) next_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_nprocs_sched: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) value: return value location: {0x50, 0}\n(/lib/libc.so.6) skip: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getttynam: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __setttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endttyent: return value location: {0x50, 0}\n(/lib/libc.so.6) initshells: return value location: {0x50, 0}\n(/lib/libc.so.6) setusershell: returns no value\n(/lib/libc.so.6) endusershell: returns no value\n(/lib/libc.so.6) getusershell: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fgets_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getxattr: returns unspecified type\n(/lib/libc.so.6) __GI_getxattr: returns unspecified type\n(/lib/libc.so.6) gtty: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy: returns no value\n(/lib/libc.so.6) hcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) hsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __hsearch_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __hcreate_r: return value location: {0x50, 0}\n(/lib/libc.so.6) isprime: return value location: {0x50, 0}\n(/lib/libc.so.6) __hdestroy_r: returns no value\n(/lib/libc.so.6) __libc_ifunc_impl_list: return value location: {0x50, 0}\n(/lib/libc.so.6) remque: returns no value\n(/lib/libc.so.6) insque: returns no value\n(/lib/libc.so.6) __ioctl: return value location: {0x50, 0}\n(/lib/libc.so.6) __ioctl_arch: return value location: {0x50, 0}\n(/lib/libc.so.6) lgetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lgetxattr: returns unspecified type\n(/lib/libc.so.6) listxattr: returns unspecified type\n(/lib/libc.so.6) __GI_listxattr: returns unspecified type\n(/lib/libc.so.6) llistxattr: returns unspecified type\n(/lib/libc.so.6) __GI_llistxattr: returns unspecified type\n(/lib/libc.so.6) lremovexattr: returns unspecified type\n(/lib/libc.so.6) __GI_lremovexattr: returns unspecified type\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) lfind: return value location: {0x50, 0}\n(/lib/libc.so.6) lsetxattr: returns unspecified type\n(/lib/libc.so.6) __GI_lsetxattr: returns unspecified type\n(/lib/libc.so.6) __lutimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __madvise: returns unspecified type\n(/lib/libc.so.6) __GI___madvise: returns unspecified type\n(/lib/libc.so.6) madvise: returns unspecified type\n(/lib/libc.so.6) __GI_madvise: returns unspecified type\n(/lib/libc.so.6) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_minor: return value location: {0x50, 0}\n(/lib/libc.so.6) __gnu_dev_major: return value location: {0x50, 0}\n(/lib/libc.so.6) mincore: returns unspecified type\n(/lib/libc.so.6) __GI_mincore: returns unspecified type\n(/lib/libc.so.6) mkdtemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkostemps: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mkstemps: return value location: {0x50, 0}\n(/lib/libc.so.6) __mktemp: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock: returns unspecified type\n(/lib/libc.so.6) __GI_mlock: returns unspecified type\n(/lib/libc.so.6) mlockall: returns unspecified type\n(/lib/libc.so.6) __GI_mlockall: returns unspecified type\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) __mmap64: return value location: {0x50, 0}\n(/lib/libc.so.6) getmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) deallocate: returns no value\n(/lib/libc.so.6) allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __hasmntopt: return value location: {0x50, 0}\n(/lib/libc.so.6) __addmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) write_string: returns no value\n(/lib/libc.so.6) __getmntent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_mnt_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) decode_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __endmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) __setmntent: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __mprotect: returns unspecified type\n(/lib/libc.so.6) __GI___mprotect: returns unspecified type\n(/lib/libc.so.6) mprotect: returns unspecified type\n(/lib/libc.so.6) __GI_mprotect: returns unspecified type\n(/lib/libc.so.6) msync: return value location: {0x50, 0}\n(/lib/libc.so.6) munlock: returns unspecified type\n(/lib/libc.so.6) __GI_munlock: returns unspecified type\n(/lib/libc.so.6) munlockall: returns unspecified type\n(/lib/libc.so.6) __GI_munlockall: returns unspecified type\n(/lib/libc.so.6) __munmap: returns unspecified type\n(/lib/libc.so.6) __GI___munmap: returns unspecified type\n(/lib/libc.so.6) munmap: returns unspecified type\n(/lib/libc.so.6) __GI_munmap: returns unspecified type\n(/lib/libc.so.6) preadv64: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) preadv64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __pselect: return value location: {0x50, 0}\n(/lib/libc.so.6) pselect64_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrace: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) pwritev64v2: return value location: {0x50, 0}\n(/lib/libc.so.6) __qgcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __qecvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __qfcvt_r: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __readv: return value location: {0x50, 0}\n(/lib/libc.so.6) reboot: return value location: {0x50, 0}\n(/lib/libc.so.6) advance: return value location: {0x50, 0}\n(/lib/libc.so.6) step: return value location: {0x50, 0}\n(/lib/libc.so.6) __remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI___remap_file_pages: returns unspecified type\n(/lib/libc.so.6) remap_file_pages: returns unspecified type\n(/lib/libc.so.6) __GI_remap_file_pages: returns unspecified type\n(/lib/libc.so.6) removexattr: returns unspecified type\n(/lib/libc.so.6) __GI_removexattr: returns unspecified type\n(/lib/libc.so.6) __revoke: return value location: {0x50, 0}\n(/lib/libc.so.6) __sbrk: return value location: {0x50, 0}\n(/lib/libc.so.6) __select: return value location: {0x50, 0}\n(/lib/libc.so.6) setdomainname: returns unspecified type\n(/lib/libc.so.6) __GI_setdomainname: returns unspecified type\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) setegid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) seteuid: return value location: {0x50, 0}\n(/lib/libc.so.6) sethostid: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) sethostname: returns unspecified type\n(/lib/libc.so.6) __GI_sethostname: returns unspecified type\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setregid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __setreuid: return value location: {0x50, 0}\n(/lib/libc.so.6) setxattr: returns unspecified type\n(/lib/libc.so.6) __GI_setxattr: returns unspecified type\n(/lib/libc.so.6) sstk: return value location: {0x50, 0}\n(/lib/libc.so.6) stty: return value location: {0x50, 0}\n(/lib/libc.so.6) __swapoff: returns unspecified type\n(/lib/libc.so.6) __GI___swapoff: returns unspecified type\n(/lib/libc.so.6) swapoff: returns unspecified type\n(/lib/libc.so.6) __GI_swapoff: returns unspecified type\n(/lib/libc.so.6) __swapon: returns unspecified type\n(/lib/libc.so.6) __GI___swapon: returns unspecified type\n(/lib/libc.so.6) swapon: returns unspecified type\n(/lib/libc.so.6) __GI_swapon: returns unspecified type\n(/lib/libc.so.6) sync: returns unspecified type\n(/lib/libc.so.6) __GI_sync: returns unspecified type\n(/lib/libc.so.6) syncfs: returns unspecified type\n(/lib/libc.so.6) __GI_syncfs: returns unspecified type\n(/lib/libc.so.6) syscall: returns unspecified type\n(/lib/libc.so.6) setlogmask: return value location: {0x50, 0}\n(/lib/libc.so.6) closelog: returns no value\n(/lib/libc.so.6) closelog_internal: returns no value\n(/lib/libc.so.6) openlog: returns no value\n(/lib/libc.so.6) openlog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_internal: returns no value\n(/lib/libc.so.6) __vsyslog_chk: returns no value\n(/lib/libc.so.6) ___syslog_chk: returns no value\n(/lib/libc.so.6) __vsyslog: returns no value\n(/lib/libc.so.6) __syslog: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __truncate64: return value location: {0x50, 0}\n(/lib/libc.so.6) __tdestroy: returns no value\n(/lib/libc.so.6) tdestroy_recurse: returns no value\n(/lib/libc.so.6) __twalk_r: returns no value\n(/lib/libc.so.6) trecurse_r: returns no value\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) trecurse: returns no value\n(/lib/libc.so.6) __tdelete: return value location: {0x50, 0}\n(/lib/libc.so.6) __tfind: return value location: {0x50, 0}\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_split_for_insert: returns no value\n(/lib/libc.so.6) __tsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __twalk: returns no value\n(/lib/libc.so.6) ttyslot: return value location: {0x50, 0}\n(/lib/libc.so.6) ualarm: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_unwind_link_freeres: returns no value\n(/lib/libc.so.6) __libc_unwind_link_after_fork: returns no value\n(/lib/libc.so.6) __libc_unwind_link_get: return value location: {0x50, 0}\n(/lib/libc.so.6) usleep: return value location: {0x50, 0}\n(/lib/libc.so.6) __old_ustat: return value location: {0x50, 0}\n(/lib/libc.so.6) __utimes: return value location: {0x50, 0}\n(/lib/libc.so.6) timeval64_to_timespec64: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) vhangup: returns unspecified type\n(/lib/libc.so.6) __GI_vhangup: returns unspecified type\n(/lib/libc.so.6) __writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __init_misc: returns no value\n(/lib/libc.so.6) ioperm: returns unspecified type\n(/lib/libc.so.6) __GI_ioperm: returns unspecified type\n(/lib/libc.so.6) iopl: returns unspecified type\n(/lib/libc.so.6) __GI_iopl: returns unspecified type\n(/lib/libc.so.6) ___adjtimex: return value location: {0x50, 0}\n(/lib/libc.so.6) __clock_adjtime: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone: returns unspecified type\n(/lib/libc.so.6) __GI___clone: returns unspecified type\n(/lib/libc.so.6) clone: returns unspecified type\n(/lib/libc.so.6) __clone_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_internal_fallback: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone_pidfd_supported: return value location: {0x50, 0}\n(/lib/libc.so.6) __clone3: returns unspecified type\n(/lib/libc.so.6) __GI___clone3: returns unspecified type\n(/lib/libc.so.6) epoll_create: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_pwait2: return value location: {0x50, 0}\n(/lib/libc.so.6) epoll_wait: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd: returns unspecified type\n(/lib/libc.so.6) __GI_eventfd: returns unspecified type\n(/lib/libc.so.6) eventfd_read: return value location: {0x50, 0}\n(/lib/libc.so.6) eventfd_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __fanotify_mark: return value location: {0x50, 0}\n(/lib/libc.so.6) ___fxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __fxstatat64: return value location: {0x50, 0}\n(/lib/libc.so.6) inotify_init: return value location: {0x50, 0}\n(/lib/libc.so.6) ___lxstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) mlock2: return value location: {0x50, 0}\n(/lib/libc.so.6) __mremap: return value location: {0x50, 0}\n(/lib/libc.so.6) open_by_handle_at: return value location: {0x50, 0}\n(/lib/libc.so.6) __personality: returns unspecified type\n(/lib/libc.so.6) __GI___personality: returns unspecified type\n(/lib/libc.so.6) personality: returns unspecified type\n(/lib/libc.so.6) __GI_personality: returns unspecified type\n(/lib/libc.so.6) __pkey_get: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_mprotect: return value location: {0x50, 0}\n(/lib/libc.so.6) __pkey_set: return value location: {0x50, 0}\n(/lib/libc.so.6) pkey_write: returns no value\n(/lib/libc.so.6) pkey_read: return value location: {0x50, 0}\n(/lib/libc.so.6) __prctl: returns unspecified type\n(/lib/libc.so.6) __GI___prctl: returns unspecified type\n(/lib/libc.so.6) prctl: returns unspecified type\n(/lib/libc.so.6) __GI_prctl: returns unspecified type\n(/lib/libc.so.6) __prctl_time64: returns unspecified type\n(/lib/libc.so.6) __GI___prctl_time64: returns unspecified type\n(/lib/libc.so.6) __prlimit64: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_readv: return value location: {0x50, 0}\n(/lib/libc.so.6) process_vm_writev: return value location: {0x50, 0}\n(/lib/libc.so.6) __readahead: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_getattr: return value location: {0x50, 0}\n(/lib/libc.so.6) sched_setattr: return value location: {0x50, 0}\n(/lib/libc.so.6) setfsgid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsgid: returns unspecified type\n(/lib/libc.so.6) setfsuid: returns unspecified type\n(/lib/libc.so.6) __GI_setfsuid: returns unspecified type\n(/lib/libc.so.6) __set_vma_name: returns no value\n(/lib/libc.so.6) signalfd: return value location: {0x50, 0}\n(/lib/libc.so.6) splice: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sysctl: return value location: {0x50, 0}\n(/lib/libc.so.6) tee: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_gettime: return value location: {0x50, 0}\n(/lib/libc.so.6) __timerfd_settime: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount: return value location: {0x50, 0}\n(/lib/libc.so.6) __umount2: return value location: {0x50, 0}\n(/lib/libc.so.6) vmsplice: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknod: return value location: {0x50, 0}\n(/lib/libc.so.6) __xmknodat: return value location: {0x50, 0}\n(/lib/libc.so.6) ___xstat64: return value location: {0x50, 0}\n(/lib/libc.so.6) __arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI___arch_prctl: returns unspecified type\n(/lib/libc.so.6) arch_prctl: returns unspecified type\n(/lib/libc.so.6) __GI_arch_prctl: returns unspecified type\n(/lib/libc.so.6) __modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI___modify_ldt: returns unspecified type\n(/lib/libc.so.6) modify_ldt: returns unspecified type\n(/lib/libc.so.6) __GI_modify_ldt: returns unspecified type\n(/lib/libc.so.6) __syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) __GI___syscall_clock_gettime: returns unspecified type\n(/lib/libc.so.6) capget: returns unspecified type\n(/lib/libc.so.6) __GI_capget: returns unspecified type\n(/lib/libc.so.6) capset: returns unspecified type\n(/lib/libc.so.6) __GI_capset: returns unspecified type\n(/lib/libc.so.6) __compat_create_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_create_module: returns unspecified type\n(/lib/libc.so.6) delete_module: returns unspecified type\n(/lib/libc.so.6) __GI_delete_module: returns unspecified type\n(/lib/libc.so.6) epoll_create1: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_create1: returns unspecified type\n(/lib/libc.so.6) epoll_ctl: returns unspecified type\n(/lib/libc.so.6) __GI_epoll_ctl: returns unspecified type\n(/lib/libc.so.6) fsconfig: returns unspecified type\n(/lib/libc.so.6) __GI_fsconfig: returns unspecified type\n(/lib/libc.so.6) fsmount: returns unspecified type\n(/lib/libc.so.6) __GI_fsmount: returns unspecified type\n(/lib/libc.so.6) fsopen: returns unspecified type\n(/lib/libc.so.6) __GI_fsopen: returns unspecified type\n(/lib/libc.so.6) fspick: returns unspecified type\n(/lib/libc.so.6) __GI_fspick: returns unspecified type\n(/lib/libc.so.6) __compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) __GI___compat_get_kernel_syms: returns unspecified type\n(/lib/libc.so.6) init_module: returns unspecified type\n(/lib/libc.so.6) __GI_init_module: returns unspecified type\n(/lib/libc.so.6) inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_add_watch: returns unspecified type\n(/lib/libc.so.6) inotify_init1: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_init1: returns unspecified type\n(/lib/libc.so.6) inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) __GI_inotify_rm_watch: returns unspecified type\n(/lib/libc.so.6) klogctl: returns unspecified type\n(/lib/libc.so.6) __GI_klogctl: returns unspecified type\n(/lib/libc.so.6) __mount: returns unspecified type\n(/lib/libc.so.6) __GI___mount: returns unspecified type\n(/lib/libc.so.6) mount: returns unspecified type\n(/lib/libc.so.6) __GI_mount: returns unspecified type\n(/lib/libc.so.6) mount_setattr: returns unspecified type\n(/lib/libc.so.6) __GI_mount_setattr: returns unspecified type\n(/lib/libc.so.6) move_mount: returns unspecified type\n(/lib/libc.so.6) __GI_move_mount: returns unspecified type\n(/lib/libc.so.6) __compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) __GI___compat_nfsservctl: returns unspecified type\n(/lib/libc.so.6) open_tree: returns unspecified type\n(/lib/libc.so.6) __GI_open_tree: returns unspecified type\n(/lib/libc.so.6) pidfd_open: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_open: returns unspecified type\n(/lib/libc.so.6) pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_getfd: returns unspecified type\n(/lib/libc.so.6) pivot_root: returns unspecified type\n(/lib/libc.so.6) __GI_pivot_root: returns unspecified type\n(/lib/libc.so.6) pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) __GI_pidfd_send_signal: returns unspecified type\n(/lib/libc.so.6) process_madvise: returns unspecified type\n(/lib/libc.so.6) __GI_process_madvise: returns unspecified type\n(/lib/libc.so.6) process_mrelease: returns unspecified type\n(/lib/libc.so.6) __GI_process_mrelease: returns unspecified type\n(/lib/libc.so.6) __compat_query_module: returns unspecified type\n(/lib/libc.so.6) __GI___compat_query_module: returns unspecified type\n(/lib/libc.so.6) quotactl: returns unspecified type\n(/lib/libc.so.6) __GI_quotactl: returns unspecified type\n(/lib/libc.so.6) __sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI___sysinfo: returns unspecified type\n(/lib/libc.so.6) sysinfo: returns unspecified type\n(/lib/libc.so.6) __GI_sysinfo: returns unspecified type\n(/lib/libc.so.6) unshare: returns unspecified type\n(/lib/libc.so.6) __GI_unshare: returns unspecified type\n(/lib/libc.so.6) __compat_uselib: returns unspecified type\n(/lib/libc.so.6) __GI___compat_uselib: returns unspecified type\n(/lib/libc.so.6) timerfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_timerfd_create: returns unspecified type\n(/lib/libc.so.6) fanotify_init: returns unspecified type\n(/lib/libc.so.6) __GI_fanotify_init: returns unspecified type\n(/lib/libc.so.6) name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) __GI_name_to_handle_at: returns unspecified type\n(/lib/libc.so.6) setns: returns unspecified type\n(/lib/libc.so.6) __GI_setns: returns unspecified type\n(/lib/libc.so.6) memfd_create: returns unspecified type\n(/lib/libc.so.6) __GI_memfd_create: returns unspecified type\n(/lib/libc.so.6) __pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_alloc: returns unspecified type\n(/lib/libc.so.6) pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_alloc: returns unspecified type\n(/lib/libc.so.6) __pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI___pkey_free: returns unspecified type\n(/lib/libc.so.6) pkey_free: returns unspecified type\n(/lib/libc.so.6) __GI_pkey_free: returns unspecified type\n(/lib/libc.so.6) __gettid: returns unspecified type\n(/lib/libc.so.6) __GI___gettid: returns unspecified type\n(/lib/libc.so.6) gettid: returns unspecified type\n(/lib/libc.so.6) __GI_gettid: returns unspecified type\n(/lib/libc.so.6) __tgkill: returns unspecified type\n(/lib/libc.so.6) __GI___tgkill: returns unspecified type\n(/lib/libc.so.6) tgkill: returns unspecified type\n(/lib/libc.so.6) __GI_tgkill: returns unspecified type\n(/lib/libc.so.6) _no_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_hugepage_config: returns no value\n(/lib/libc.so.6) hugepage_flags: return value location: {0x50, 0}\n(/lib/libc.so.6) malloc_default_hugepage_size: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_thp_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) __malloc_default_thp_pagesize: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_accept: return value location: {0x50, 0}\n(/lib/libc.so.6) accept4: return value location: {0x50, 0}\n(/lib/libc.so.6) __bind: returns unspecified type\n(/lib/libc.so.6) __GI___bind: returns unspecified type\n(/lib/libc.so.6) bind: returns unspecified type\n(/lib/libc.so.6) __GI_bind: returns unspecified type\n(/lib/libc.so.6) __libc_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpeername: returns unspecified type\n(/lib/libc.so.6) __GI___getpeername: returns unspecified type\n(/lib/libc.so.6) getpeername: returns unspecified type\n(/lib/libc.so.6) __GI_getpeername: returns unspecified type\n(/lib/libc.so.6) __getsockname: returns unspecified type\n(/lib/libc.so.6) __GI___getsockname: returns unspecified type\n(/lib/libc.so.6) getsockname: returns unspecified type\n(/lib/libc.so.6) __GI_getsockname: returns unspecified type\n(/lib/libc.so.6) __getsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) getsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) isfdtype: return value location: {0x50, 0}\n(/lib/libc.so.6) __listen: returns unspecified type\n(/lib/libc.so.6) __GI___listen: returns unspecified type\n(/lib/libc.so.6) listen: returns unspecified type\n(/lib/libc.so.6) __GI_listen: returns unspecified type\n(/lib/libc.so.6) __opensock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvfrom: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) recvmmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_recvmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvmsg_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_send: return value location: {0x50, 0}\n(/lib/libc.so.6) __sendmmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_sendto: return value location: {0x50, 0}\n(/lib/libc.so.6) __setsockopt: return value location: {0x50, 0}\n(/lib/libc.so.6) setsockopt_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __shutdown: returns unspecified type\n(/lib/libc.so.6) __GI___shutdown: returns unspecified type\n(/lib/libc.so.6) shutdown: returns unspecified type\n(/lib/libc.so.6) __GI_shutdown: returns unspecified type\n(/lib/libc.so.6) __sockaddr_un_set: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) sockatmark: return value location: {0x50, 0}\n(/lib/libc.so.6) __socket: returns unspecified type\n(/lib/libc.so.6) __GI___socket: returns unspecified type\n(/lib/libc.so.6) socket: returns unspecified type\n(/lib/libc.so.6) __GI_socket: returns unspecified type\n(/lib/libc.so.6) __socketpair: returns unspecified type\n(/lib/libc.so.6) __GI___socketpair: returns unspecified type\n(/lib/libc.so.6) socketpair: returns unspecified type\n(/lib/libc.so.6) __GI_socketpair: returns unspecified type\n(/lib/libc.so.6) __libc_sa_len: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) ftok: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgsnd: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_msgrcv: return value location: {0x50, 0}\n(/lib/libc.so.6) msgget: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgctl: return value location: {0x50, 0}\n(/lib/libc.so.6) msgctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) semop: return value location: {0x50, 0}\n(/lib/libc.so.6) semget: return value location: {0x50, 0}\n(/lib/libc.so.6) __semctl: return value location: {0x50, 0}\n(/lib/libc.so.6) semctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) __semtimedop: return value location: {0x50, 0}\n(/lib/libc.so.6) semtimedop_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) shmat: return value location: {0x50, 0}\n(/lib/libc.so.6) shmdt: return value location: {0x50, 0}\n(/lib/libc.so.6) shmget: return value location: {0x50, 0}\n(/lib/libc.so.6) __shmctl: return value location: {0x50, 0}\n(/lib/libc.so.6) shmctl_syscall: return value location: {0x50, 0}\n(/lib/libc.so.6) _mcleanup: returns no value\n(/lib/libc.so.6) write_gmon: returns no value\n(/lib/libc.so.6) write_bb_counts: returns no value\n(/lib/libc.so.6) write_call_graph: returns no value\n(/lib/libc.so.6) write_hist: returns no value\n(/lib/libc.so.6) __monstartup: returns no value\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) callback: return value location: {0x50, 0}\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __moncontrol: returns no value\n(/lib/libc.so.6) __mcount_internal: returns no value\n(/lib/libc.so.6) __profile_frequency: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sprofil: return value location: {0x50, 0}\n(/lib/libc.so.6) pcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) add_region: return value location: {0x50, 0}\n(/lib/libc.so.6) insert: return value location: {0x50, 0}\n(/lib/libc.so.6) __profil_counter_uint: returns no value\n(/lib/libc.so.6) __profil_counter_ushort: returns no value\n(/lib/libc.so.6) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) profil_count: returns no value\n(/lib/libc.so.6) index_to_pc: return value location: {0x50, 0}\n(/lib/libc.so.6) pc_to_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) _mcount: returns unspecified type\n(/lib/libc.so.6) mcount: returns unspecified type\n(/lib/libc.so.6) __fentry__: returns unspecified type\n(/lib/libc.so.6) __towupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __towupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalnum_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswalpha_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswblank_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswcntrl_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswlower_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswgraph_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswprint_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswpunct_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswspace_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswupper_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswxdigit_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctype_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __iswctype_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) __towctrans_l: return value location: {0x50, 0}\n(/lib/libc.so.6) wctrans_table_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_printf: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_ensure: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_update: returns no value\n(/lib/libc.so.6) __argp_fmtstream_free: returns no value\n(/lib/libc.so.6) __argp_make_fmtstream: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_rmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_failure: returns no value\n(/lib/libc.so.6) __argp_failure_internal: returns no value\n(/lib/libc.so.6) __argp_error: returns no value\n(/lib/libc.so.6) __argp_error_internal: returns no value\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_help: returns no value\n(/lib/libc.so.6) _help: returns no value\n(/lib/libc.so.6) argp_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_usage: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_usage: returns no value\n(/lib/libc.so.6) usage_long_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) usage_argful_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_help: returns no value\n(/lib/libc.so.6) hol_entry_help: returns no value\n(/lib/libc.so.6) comma: returns no value\n(/lib/libc.so.6) hol_cluster_is_child: return value location: {0x50, 0}\n(/lib/libc.so.6) print_header: returns no value\n(/lib/libc.so.6) filter_doc: return value location: {0x50, 0}\n(/lib/libc.so.6) arg: returns no value\n(/lib/libc.so.6) space: returns no value\n(/lib/libc.so.6) indent_to: returns no value\n(/lib/libc.so.6) argp_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_append: returns no value\n(/lib/libc.so.6) hol_sort: returns no value\n(/lib/libc.so.6) hol_entry_qcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) canon_doc_option: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_base: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_sibling_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) group_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_set_group: returns no value\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_long: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_first_short: return value location: {0x50, 0}\n(/lib/libc.so.6) until_short: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_long_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_entry_short_iterate: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_free: returns no value\n(/lib/libc.so.6) hol_add_cluster: return value location: {0x50, 0}\n(/lib/libc.so.6) make_hol: return value location: {0x50, 0}\n(/lib/libc.so.6) find_char: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_in_uparams: returns no value\n(/lib/libc.so.6) __argp_fmtstream_point: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_wmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_set_lmargin: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_putc: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_puts: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_fmtstream_write: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) add_argless_short_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_args_levels: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_cousin_cluster_cmp: return value location: {0x50, 0}\n(/lib/libc.so.6) hol_find_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_state_help: returns no value\n(/lib/libc.so.6) __argp_input: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_next: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_opt: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_parse_arg: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_finalize: return value location: {0x50, 0}\n(/lib/libc.so.6) parser_init: return value location: {0x50, 0}\n(/lib/libc.so.6) calc_sizes: returns no value\n(/lib/libc.so.6) parser_convert: returns no value\n(/lib/libc.so.6) convert_options: return value location: {0x50, 0}\n(/lib/libc.so.6) group_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) find_long_option: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_default_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) argp_version_parser: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) __argp_usage: returns no value\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __option_is_short: return value location: {0x50, 0}\n(/lib/libc.so.6) ____longjmp_chk: returns unspecified type\n(/lib/libc.so.6) ___asprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace: return value location: {0x50, 0}\n(/lib/libc.so.6) backtrace_helper: return value location: {0x50, 0}\n(/lib/libc.so.6) unwind_arch_adjustment: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols: return value location: {0x50, 0}\n(/lib/libc.so.6) __backtrace_symbols_fd: returns no value\n(/lib/libc.so.6) __chk_fail: returns no value\n(/lib/libc.so.6) __confstr_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __dprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __explicit_bzero_chk: returns no value\n(/lib/libc.so.6) __fdelt_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgets_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetws_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fgetws_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fortify_fail: returns no value\n(/lib/libc.so.6) ___fprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __fread_unlocked_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __fwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getcwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getdomainname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgroups_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostname_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __gets_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) _IO_acquire_lock_fct: returns no value\n(/lib/libc.so.6) __getwd_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __longjmp_chk: returns no value\n(/lib/libc.so.6) __mbsnrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbsrtowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __mbstowcs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __memcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memmove_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __mempcpy_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __memset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) prefer_erms_nt_impl: return value location: {0x50, 0}\n(/lib/libc.so.6) __cyg_profile_func_enter: returns no value\n(/lib/libc.so.6) __obstack_printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __poll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ppoll_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread64_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __pread_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___printf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __read_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlink_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readlinkat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __readonly_area: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __realpath_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recv_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __recvfrom_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___snprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___sprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stack_chk_fail: returns no value\n(/lib/libc.so.6) __stpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __stpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strlcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __strncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __swprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __ttyname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vasprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vdprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vfprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vfwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __obstack_vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsnprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) ___vsprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vswprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __vwprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcpncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcrtomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcscpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcslcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncat_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsncpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsnrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcsrtombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wcstombs_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wctomb_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemmove_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmempcpy_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __wmemset_chk_ifunc: return value location: {0x50, 0}\n(/lib/libc.so.6) wmemset_chk_ifunc_selector: return value location: {0x50, 0}\n(/lib/libc.so.6) __wprintf_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) bindresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_to_ms: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_from_timeval: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) infinite_deadline: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_current_time: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_aton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_line: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntoa_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) getsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __get_sol: return value location: {0x50, 0}\n(/lib/libc.so.6) __h_errno_location: return value location: {0x50, 0}\n(/lib/libc.so.6) htonl: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) htons: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_from_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_to_dns_encoding: return value location: {0x50, 0}\n(/lib/libc.so.6) gai_strdup: return value location: {0x50, 0}\n(/lib/libc.so.6) get_functions: return value location: {0x50, 0}\n(/lib/libc.so.6) functions_deallocate: returns no value\n(/lib/libc.so.6) functions_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __idna_name_classify: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_indextoname: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nameindex: return value location: {0x50, 0}\n(/lib/libc.so.6) if_nameindex_netlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freenameindex: returns no value\n(/lib/libc.so.6) __if_nametoindex: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __freeifaddrs: returns no value\n(/lib/libc.so.6) __getifaddrs: return value location: {0x50, 0}\n(/lib/libc.so.6) getifaddrs_internal: return value location: {0x50, 0}\n(/lib/libc.so.6) map_newlink: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) __netlink_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_sendreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __netlink_free_handle: returns no value\n(/lib/libc.so.6) __netlink_close: returns no value\n(/lib/libc.so.6) inet6_opt_get_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_set_val: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_finish: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_opt_append: return value location: {0x50, 0}\n(/lib/libc.so.6) add_padding: returns no value\n(/lib/libc.so.6) inet6_opt_init: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_find: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_next: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) option_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_append: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_option_space: return value location: {0x50, 0}\n(/lib/libc.so.6) get_opt_end: return value location: {0x50, 0}\n(/lib/libc.so.6) add_pad: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_getaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_segments: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_reverse: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_add: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_init: return value location: {0x50, 0}\n(/lib/libc.so.6) inet6_rth_space: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet6_scopeid_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_lnaof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_makeaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_network: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_netof: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) __validuser2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __isempty: return value location: {0x50, 0}\n(/lib/libc.so.6) __icheckuser: return value location: {0x50, 0}\n(/lib/libc.so.6) __checkhost_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) __ivaliduser: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok2_sa: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserfopen: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport: return value location: {0x50, 0}\n(/lib/libc.so.6) rresvport_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd: return value location: {0x50, 0}\n(/lib/libc.so.6) rcmd_af: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) iruserok_af: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec: return value location: {0x50, 0}\n(/lib/libc.so.6) rexec_af: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) token: return value location: {0x50, 0}\n(/lib/libc.so.6) ruserpass: return value location: {0x50, 0}\n(/lib/libc.so.6) ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setipv4sourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) setsourcefilter: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_pf_freemem: returns no value\n(/lib/libc.so.6) __check_pf: returns no value\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) make_request: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_valid_p: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __free_in6ai: returns no value\n(/lib/libc.so.6) __check_native: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ifreq: returns no value\n(/lib/libc.so.6) __netlink_assert_response: returns no value\n(/lib/libc.so.6) get_address_family: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_comp: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_expand: return value location: {0x50, 0}\n(/lib/libc.so.6) ___dn_skipname: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getcanonname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_noaaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_ptr: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r_store_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) addrsort: returns no value\n(/lib/libc.so.6) _nss_dns_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyaddr2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) check_name: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_context: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) rrtype_to_rdata_length: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_add: returns no value\n(/lib/libc.so.6) ptrlist_add__: returns no value\n(/lib/libc.so.6) ptrlist_end: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_size: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_mark_failed: returns no value\n(/lib/libc.so.6) ptrlist_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) ptrlist_free: returns no value\n(/lib/libc.so.6) ptrlist_init: returns no value\n(/lib/libc.so.6) ptrlist_free__array__: returns no value\n(/lib/libc.so.6) ptrlist_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_sort_count: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qtype: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_qname: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_ancount: return value location: {0x50, 0}\n(/lib/libc.so.6) ns_rr_cursor_rcode: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_bytes: returns no value\n(/lib/libc.so.6) __alloc_buffer_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) gaih_getanswer_slice: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getanswer_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_dns_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_tolower_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) herror: returns no value\n(/lib/libc.so.6) __writev_nocancel_nostatus: returns no value\n(/lib/libc.so.6) hstrerror: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_ignore_trailing: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_aton_exact: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_aton_end: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop6: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop4: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton6: return value location: {0x50, 0}\n(/lib/libc.so.6) hex_digit_value: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_pton4: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __inet_pton_length: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_makecanon: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_compress: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_name_length_uncompressed: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_ntop: return value location: {0x50, 0}\n(/lib/libc.so.6) printable: return value location: {0x50, 0}\n(/lib/libc.so.6) special: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pack: return value location: {0x50, 0}\n(/lib/libc.so.6) dn_find: return value location: {0x50, 0}\n(/lib/libc.so.6) mklower: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_pton: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_skip: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_uncompress: return value location: {0x50, 0}\n(/lib/libc.so.6) ___ns_name_unpack: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_rr_cursor_next: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __ns_samebinaryname: return value location: {0x50, 0}\n(/lib/libc.so.6) ascii_toupper: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_ns_samename: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_ntoa: return value location: {0x50, 0}\n(/lib/libc.so.6) inet_nsap_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) xtob: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_dns_functions: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_thread_freeres: returns no value\n(/lib/libc.so.6) __res_nclose: returns no value\n(/lib/libc.so.6) __res_iclose: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) ___res_dnok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mailok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_ownok: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_leading_dash: return value location: {0x50, 0}\n(/lib/libc.so.6) binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) printable_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_binary_hnok: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_handle_no_aaaa: return value location: {0x50, 0}\n(/lib/libc.so.6) qtype_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_state: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_hostalias: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_enable_icmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_get_nsaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _res_hconf_trim_domains: returns no value\n(/lib/libc.so.6) _res_hconf_trim_domain: returns no value\n(/lib/libc.so.6) _res_hconf_reorder_addrs: returns no value\n(/lib/libc.so.6) _res_hconf_init: returns no value\n(/lib/libc.so.6) do_init: returns no value\n(/lib/libc.so.6) parse_line: returns no value\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_trimdomain_list: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_string: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_ws: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_nextreq: return value location: {0x50, 0}\n(/lib/libc.so.6) __if_freereq: returns no value\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) arg_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) net_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) res_setoptions: returns no value\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_load: return value location: {0x50, 0}\n(/lib/libc.so.6) res_vinit_1: return value location: {0x50, 0}\n(/lib/libc.so.6) domain_from_hostname: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_parser_free: returns no value\n(/lib/libc.so.6) resolv_conf_parser_init: returns no value\n(/lib/libc.so.6) has_preinit_values: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_add: returns no value\n(/lib/libc.so.6) sort_list_add__: returns no value\n(/lib/libc.so.6) sort_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_mark_failed: returns no value\n(/lib/libc.so.6) sort_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) sort_list_free: returns no value\n(/lib/libc.so.6) sort_list_init: returns no value\n(/lib/libc.so.6) sort_list_free__array__: returns no value\n(/lib/libc.so.6) sort_list_free__elements__: returns no value\n(/lib/libc.so.6) search_list_clear: returns no value\n(/lib/libc.so.6) search_list_add: returns no value\n(/lib/libc.so.6) search_list_add__: returns no value\n(/lib/libc.so.6) search_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_mark_failed: returns no value\n(/lib/libc.so.6) search_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) search_list_free: returns no value\n(/lib/libc.so.6) search_list_init: returns no value\n(/lib/libc.so.6) search_list_free__array__: returns no value\n(/lib/libc.so.6) search_list_free__elements__: returns no value\n(/lib/libc.so.6) nameserver_list_emplace: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_emplace__tail__: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_mark_failed: returns no value\n(/lib/libc.so.6) nameserver_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) nameserver_list_free: returns no value\n(/lib/libc.so.6) nameserver_list_init: returns no value\n(/lib/libc.so.6) nameserver_list_free__array__: returns no value\n(/lib/libc.so.6) nameserver_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) is_sort_mask: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_ninit: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_vinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_init: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_nopt: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nmkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_mkquery_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_mkquery: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_nameinquery: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_res_queriesmatch: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquerydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) context_querydomain_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) context_search_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_search: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_query: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nquery: return value location: {0x50, 0}\n(/lib/libc.so.6) context_query_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_query: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __resolv_context_search_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_querydomain: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_randomid: return value location: {0x50, 0}\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) sock_eq: return value location: {0x50, 0}\n(/lib/libc.so.6) send_dg: return value location: {0x50, 0}\n(/lib/libc.so.6) reopen: return value location: {0x50, 0}\n(/lib/libc.so.6) send_vc: return value location: {0x50, 0}\n(/lib/libc.so.6) close_and_return_error: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_send: return value location: {0x50, 0}\n(/lib/libc.so.6) ___res_nsend: return value location: {0x50, 0}\n(/lib/libc.so.6) context_send_common: return value location: {0x50, 0}\n(/lib/libc.so.6) __res_context_send: return value location: {0x50, 0}\n(/lib/libc.so.6) mask_ad_bit: returns no value\n(/lib/libc.so.6) nameserver_offset: return value location: {0x50, 0}\n(/lib/libc.so.6) evNowTime: returns no value\n(/lib/libc.so.6) evCmpTime: return value location: {0x50, 0}\n(/lib/libc.so.6) evSubTime: returns no value\n(/lib/libc.so.6) evAddTime: returns no value\n(/lib/libc.so.6) evConsTime: returns no value\n(/lib/libc.so.6) evConsIovec: returns no value\n(/lib/libc.so.6) random_bits: return value location: {0x50, 0}\n(/lib/libc.so.6) read: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) mempcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_resolv_conf_freemem: returns no value\n(/lib/libc.so.6) __resolv_conf_detach: returns no value\n(/lib/libc.so.6) __resolv_conf_attach: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) update_from_conf: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_conf_get: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v6: return value location: {0x50, 0}\n(/lib/libc.so.6) same_address_v4: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_get_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_conf_get_current: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) put_locked_global: returns no value\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_add: returns no value\n(/lib/libc.so.6) resolv_conf_array_add__: returns no value\n(/lib/libc.so.6) resolv_conf_array_at: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_mark_failed: returns no value\n(/lib/libc.so.6) resolv_conf_array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) resolv_conf_array_free: returns no value\n(/lib/libc.so.6) resolv_conf_array_init: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__array__: returns no value\n(/lib/libc.so.6) resolv_conf_array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_allocate: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) get_locked_global: return value location: {0x50, 0}\n(/lib/libc.so.6) conf_decrement: returns no value\n(/lib/libc.so.6) same_address: return value location: {0x50, 0}\n(/lib/libc.so.6) decrement_at_index: returns no value\n(/lib/libc.so.6) __resolv_conf_put: returns no value\n(/lib/libc.so.6) __resolv_context_freeres: returns no value\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __resolv_context_get_override: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get_preinit: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_get: return value location: {0x50, 0}\n(/lib/libc.so.6) context_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) context_free: returns no value\n(/lib/libc.so.6) context_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_init: return value location: {0x50, 0}\n(/lib/libc.so.6) replicated_configuration_matches: return value location: {0x50, 0}\n(/lib/libc.so.6) __resolv_context_put: returns no value\n(/lib/libc.so.6) __gai_sigqueue: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_cancel: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_error: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_freemem: returns no value\n(/lib/libc.so.6) handle_requests: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_enqueue_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_remove_request: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_find_request: return value location: {0x50, 0}\n(/lib/libc.so.6) get_elem: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_create_helper_thread: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_notify: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) notify_func_wrapper: return value location: {0x50, 0}\n(/lib/libc.so.6) __gai_start_notify_thread: returns no value\n(/lib/libc.so.6) futex_wake: returns no value\n(/lib/libc.so.6) futex_fatal_error: returns no value\n(/lib/libc.so.6) __gai_notify_only: return value location: {0x50, 0}\n(/lib/libc.so.6) ___gai_suspend_time64: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaddrinfo_a: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_aliases_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_ethers_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_group_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hosts_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_netgroup_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_networks_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_protocols_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_services_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_gshadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_shadow_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_publickey_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rpc_lookup2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_passwd_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots_context: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hostname_digits_dots: return value location: {0x50, 0}\n(/lib/libc.so.6) res_use_inet6: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_getent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_endent: returns no value\n(/lib/libc.so.6) __nss_setent: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_freeres: returns no value\n(/lib/libc.so.6) __nss_action_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) find_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) action_lists_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) actions_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_parse: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_add: returns no value\n(/lib/libc.so.6) action_list_add__: returns no value\n(/lib/libc.so.6) action_list_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_size: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_mark_failed: returns no value\n(/lib/libc.so.6) action_list_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) action_list_init: returns no value\n(/lib/libc.so.6) action_list_free__array__: returns no value\n(/lib/libc.so.6) action_list_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_set_all: returns no value\n(/lib/libc.so.6) nss_action_set: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_fork_subprocess: returns no value\n(/lib/libc.so.6) __nss_database_fork_prepare_parent: returns no value\n(/lib/libc.so.6) __nss_database_freeres: returns no value\n(/lib/libc.so.6) __nss_database_get_noreload: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_check_reload_and_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_reload_1: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_configure_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) process_line: return value location: {0x50, 0}\n(/lib/libc.so.6) name_to_database_index: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_select_default: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_database_state_get: return value location: {0x50, 0}\n(/lib/libc.so.6) global_state_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __ferror_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_database_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_fgetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_endent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_data_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_internal_open: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_files_global_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate_once: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_get: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_data_put: returns no value\n(/lib/libc.so.6) __nss_files_fopen: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_files_functions: returns no value\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_freeres: returns no value\n(/lib/libc.so.6) __nss_module_disable_loading: returns no value\n(/lib/libc.so.6) __nss_disable_nscd: returns no value\n(/lib/libc.so.6) nss_load_all_libraries: returns no value\n(/lib/libc.so.6) __nss_module_get_function: return value location: {0x50, 0}\n(/lib/libc.so.6) name_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_dns: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_nss_files: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) module_load_builtin: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_module_load: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_parse_line_result: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memmove: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fseterr_unlocked: returns no value\n(/lib/libc.so.6) __nss_readline: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_readline_seek: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_next2: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_lookup_function: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_rewrite_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_field: return value location: {0x50, 0}\n(/lib/libc.so.6) __nss_valid_list_field: return value location: {0x50, 0}\n(/lib/libc.so.6) getaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endaliasent: returns no value\n(/lib/libc.so.6) setaliasent: returns no value\n(/lib/libc.so.6) getaliasbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_hostton: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) ether_ntohost: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_grent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endgrent: returns no value\n(/lib/libc.so.6) setgrent: returns no value\n(/lib/libc.so.6) getgrgid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_grp: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) initgroups: return value location: {0x50, 0}\n(/lib/libc.so.6) getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) compat_call: return value location: {0x50, 0}\n(/lib/libc.so.6) putgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) fputc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endsgent: returns no value\n(/lib/libc.so.6) setsgent: returns no value\n(/lib/libc.so.6) getsgnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_sgent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) getaddrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) try_connect: return value location: {0x50, 0}\n(/lib/libc.so.6) gaiconf_reload: returns no value\n(/lib/libc.so.6) gaiconf_init: returns no value\n(/lib/libc.so.6) add_scopelist: return value location: {0x50, 0}\n(/lib/libc.so.6) add_prefixlist: return value location: {0x50, 0}\n(/lib/libc.so.6) valid_decimal_value: return value location: {0x50, 0}\n(/lib/libc.so.6) scopecmp: return value location: {0x50, 0}\n(/lib/libc.so.6) prefixcmp: return value location: {0x50, 0}\n(/lib/libc.so.6) free_scopelist: returns no value\n(/lib/libc.so.6) free_prefixlist: returns no value\n(/lib/libc.so.6) __libc_getaddrinfo_freemem: returns no value\n(/lib/libc.so.6) check_gaiconf_mtime: return value location: {0x50, 0}\n(/lib/libc.so.6) save_gaiconf_mtime: returns no value\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) rfc3484_sort: return value location: {0x50, 0}\n(/lib/libc.so.6) fls: return value location: {0x50, 0}\n(/lib/libc.so.6) get_precedence: return value location: {0x50, 0}\n(/lib/libc.so.6) get_label: return value location: {0x50, 0}\n(/lib/libc.so.6) match_prefix: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) generate_addrinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) get_local_addresses: returns no value\n(/lib/libc.so.6) try_simple_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) text_to_binary_address: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nss_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nscd_addresses: return value location: {0x50, 0}\n(/lib/libc.so.6) get_servtuples: return value location: {0x50, 0}\n(/lib/libc.so.6) process_canonname: return value location: {0x50, 0}\n(/lib/libc.so.6) getcanonname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethosts: return value location: {0x50, 0}\n(/lib/libc.so.6) convert_hostent_to_gaih_addrtuple: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_inet_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gaih_result_reset: returns no value\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) bsearch: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) in6aicmp: return value location: {0x50, 0}\n(/lib/libc.so.6) get_scope: return value location: {0x50, 0}\n(/lib/libc.so.6) freeaddrinfo: returns no value\n(/lib/libc.so.6) gethostbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname2: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) __gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endhostent: returns no value\n(/lib/libc.so.6) sethostent: returns no value\n(/lib/libc.so.6) getnameinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_serv_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_local: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_numeric: return value location: {0x50, 0}\n(/lib/libc.so.6) gni_host_inet_name: return value location: {0x50, 0}\n(/lib/libc.so.6) check_sprintf_result: return value location: {0x50, 0}\n(/lib/libc.so.6) checked_copy: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname: return value location: {0x50, 0}\n(/lib/libc.so.6) nrl_domainname_core: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow_preserve: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) allocate: returns no value\n(/lib/libc.so.6) innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) get_nonempty_val: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent: returns no value\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent_reuse: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetgrent_hook: returns no value\n(/lib/libc.so.6) free_memory: returns no value\n(/lib/libc.so.6) setup: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __internal_endnetgrent: returns no value\n(/lib/libc.so.6) getnetbyaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endnetent: returns no value\n(/lib/libc.so.6) setnetent: returns no value\n(/lib/libc.so.6) getprotobynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endprotoent: returns no value\n(/lib/libc.so.6) setprotoent: returns no value\n(/lib/libc.so.6) getprotobyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_pwent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpw: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endpwent: returns no value\n(/lib/libc.so.6) setpwent: returns no value\n(/lib/libc.so.6) getpwnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getpwuid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) putpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcbynumber: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endrpcent: returns no value\n(/lib/libc.so.6) setrpcent: returns no value\n(/lib/libc.so.6) getservent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endservent: returns no value\n(/lib/libc.so.6) setservent: returns no value\n(/lib/libc.so.6) getservbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) getservbyport: return value location: {0x50, 0}\n(/lib/libc.so.6) __getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) fgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __fgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) getspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) endspent: returns no value\n(/lib/libc.so.6) setspent: returns no value\n(/lib/libc.so.6) getspnam: return value location: {0x50, 0}\n(/lib/libc.so.6) __getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __merge_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) __copy_einval: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_action_get: return value location: {0x50, 0}\n(/lib/libc.so.6) nss_actions_bits_index: return value location: {0x50, 0}\n(/lib/libc.so.6) noop_handler: returns no value\n(/lib/libc.so.6) __ulckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) __lckpwdf: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __sigaddset: returns no value\n(/lib/libc.so.6) __sigfillset: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) __sigword: return value location: {0x50, 0}\n(/lib/libc.so.6) putspent: return value location: {0x50, 0}\n(/lib/libc.so.6) fprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) putc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) sgetspent: return value location: {0x50, 0}\n(/lib/libc.so.6) __sgetspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_spent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getaliasent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) get_next_alias: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setaliasent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) __getc_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getntohost_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostton_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getetherent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setetherent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_etherent: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname4_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyname3_r: return value location: {0x50, 0}\n(/lib/libc.so.6) gethostbyname3_multi: return value location: {0x50, 0}\n(/lib/libc.so.6) array_add: returns no value\n(/lib/libc.so.6) array_add__: returns no value\n(/lib/libc.so.6) array_begin: return value location: {0x50, 0}\n(/lib/libc.so.6) array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) array_mark_failed: returns no value\n(/lib/libc.so.6) array_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) array_free: returns no value\n(/lib/libc.so.6) array_init: returns no value\n(/lib/libc.so.6) array_free__array__: returns no value\n(/lib/libc.so.6) array_free__elements__: returns no value\n(/lib/libc.so.6) __dynarray_error_marker: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_gethostent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endhostent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_sethostent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_line: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) map_v4v6_address: returns no value\n(/lib/libc.so.6) alloc_buffer_copy_string: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_alloc: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_align: return value location: {0x50, 0}\n(/lib/libc.so.6) __alloc_buffer_assert_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_alloc_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_has_failed: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_size: return value location: {0x50, 0}\n(/lib/libc.so.6) alloc_buffer_mark_failed: returns no value\n(/lib/libc.so.6) alloc_buffer_create: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetgrent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_netgroup_parseline: return value location: {0x50, 0}\n(/lib/libc.so.6) strip_whitespace: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getnetent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setnetent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_netent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotobyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getprotoent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setprotoent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_protoent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getpwent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setpwent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getservent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endservent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setservent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_servent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getsgent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setsgent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getspent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endspent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setspent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbynumber_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_getrpcent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_endrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_setrpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_setent: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_parse_rpcent: return value location: {0x50, 0}\n(/lib/libc.so.6) parse_list: return value location: {0x50, 0}\n(/lib/libc.so.6) strtou32: return value location: {0x50, 0}\n(/lib/libc.so.6) __ctype_b_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_init: returns no value\n(/lib/libc.so.6) register_file: returns no value\n(/lib/libc.so.6) init_traced_file: returns no value\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _nss_files_initgroups_dyn: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __feof_unlocked: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_destroy: returns no value\n(/lib/libc.so.6) authnone_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) authnone_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authnone_create_once: returns no value\n(/lib/libc.so.6) authnone_verf: returns no value\n(/lib/libc.so.6) xdr_authunix_parms: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_destroy: returns no value\n(/lib/libc.so.6) clntraw_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_abort: returns no value\n(/lib/libc.so.6) clntraw_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_geterr: returns no value\n(/lib/libc.so.6) clntraw_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_clnt_cleanup: returns no value\n(/lib/libc.so.6) callrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _rpc_dtablesize: return value location: {0x50, 0}\n(/lib/libc.so.6) getrpcport: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_unset: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_set: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_myaddress: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getmaps: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmap: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pmaplist: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_broadcast: return value location: {0x50, 0}\n(/lib/libc.so.6) getbroadcastnets: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcallres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_rmtcall: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rmtcall_args: return value location: {0x50, 0}\n(/lib/libc.so.6) _seterr_reply: returns no value\n(/lib/libc.so.6) rejected: returns no value\n(/lib/libc.so.6) accepted: returns no value\n(/lib/libc.so.6) xdr_callhdr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_rejected_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_accepted_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_des_block: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_replymsg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_callmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_null: return value location: {0x50, 0}\n(/lib/libc.so.6) _authenticate: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_short: return value location: {0x50, 0}\n(/lib/libc.so.6) _svcauth_unix: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_destroy: returns no value\n(/lib/libc.so.6) svcraw_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcraw_create: return value location: {0x50, 0}\n(/lib/libc.so.6) universal: returns no value\n(/lib/libc.so.6) __registerrpc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_double: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_float: return value location: {0x50, 0}\n(/lib/libc.so.6) fix_buf_size: return value location: {0x50, 0}\n(/lib/libc.so.6) skip_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) set_input_fragment: return value location: {0x50, 0}\n(/lib/libc.so.6) get_input_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) fill_input_buf: return value location: {0x50, 0}\n(/lib/libc.so.6) flush_out: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_endofrecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_eof: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_skiprecord: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_destroy: returns no value\n(/lib/libc.so.6) xdrrec_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrrec_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) getsecretkey: return value location: {0x50, 0}\n(/lib/libc.so.6) getpublickey: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_verf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_authdes_cred: return value location: {0x50, 0}\n(/lib/libc.so.6) ecb_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) cbc_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) common_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) _des_crypt: return value location: {0x50, 0}\n(/lib/libc.so.6) des_encrypt: returns no value\n(/lib/libc.so.6) des_set_key: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) des_setparity: returns no value\n(/lib/libc.so.6) xdr_key_netstres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_key_netstarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_getcredres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_unixcred: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyres: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg2: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_cryptkeyarg: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keystatus: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_keybuf: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netnamestr: return value location: {0x50, 0}\n(/lib/libc.so.6) _openchild: return value location: {0x50, 0}\n(/lib/libc.so.6) rtime: return value location: {0x50, 0}\n(/lib/libc.so.6) do_close: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) invalidate: returns no value\n(/lib/libc.so.6) authdes_getucred: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_spot: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_ref: returns no value\n(/lib/libc.so.6) cache_victim: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_init: returns no value\n(/lib/libc.so.6) _svcauth_des: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_destroy: returns no value\n(/lib/libc.so.6) clntunix_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_abort: returns no value\n(/lib/libc.so.6) clntunix_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_geterr: returns no value\n(/lib/libc.so.6) clntunix_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clntunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writeunix: return value location: {0x50, 0}\n(/lib/libc.so.6) readunix: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgwrite: return value location: {0x50, 0}\n(/lib/libc.so.6) __msgread: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunixfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcunix_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) _create_xid: return value location: {0x50, 0}\n(/lib/libc.so.6) synchronize: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_destroy: returns no value\n(/lib/libc.so.6) authdes_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_nextverf: returns no value\n(/lib/libc.so.6) authdes_pk_create: return value location: {0x50, 0}\n(/lib/libc.so.6) authdes_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_destroy: returns no value\n(/lib/libc.so.6) authunix_refresh: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_marshal: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_nextverf: returns no value\n(/lib/libc.so.6) authunix_create_default: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) marshal_new_auth: return value location: {0x50, 0}\n(/lib/libc.so.6) authunix_validate: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_create: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_freemem: returns no value\n(/lib/libc.so.6) auth_errmsg: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_pcreateerror: returns no value\n(/lib/libc.so.6) clnt_spcreateerror: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perrno: returns no value\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_perror: returns no value\n(/lib/libc.so.6) clnt_sperror: return value location: {0x50, 0}\n(/lib/libc.so.6) __asprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) clnt_sperrno: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_destroy: returns no value\n(/lib/libc.so.6) clnttcp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_abort: returns no value\n(/lib/libc.so.6) clnttcp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_geterr: returns no value\n(/lib/libc.so.6) clnttcp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) clnttcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_destroy: returns no value\n(/lib/libc.so.6) clntudp_control: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_abort: returns no value\n(/lib/libc.so.6) clntudp_freeres: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_geterr: returns no value\n(/lib/libc.so.6) clntudp_call: return value location: {0x50, 0}\n(/lib/libc.so.6) is_network_up: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_clntudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __is_timeval_valid_timeout: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_first: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/libc.so.6) __deadline_elapsed: return value location: {0x50, 0}\n(/lib/libc.so.6) __deadline_is_infinite: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) get_myaddress: returns no value\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_key_cleanup: returns no value\n(/lib/libc.so.6) key_call: return value location: {0x50, 0}\n(/lib/libc.so.6) key_call_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) getkeyserv_handle: return value location: {0x50, 0}\n(/lib/libc.so.6) key_get_conv: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setnet: return value location: {0x50, 0}\n(/lib/libc.so.6) key_gendes: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession_pk: return value location: {0x50, 0}\n(/lib/libc.so.6) key_decryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_encryptsession: return value location: {0x50, 0}\n(/lib/libc.so.6) key_secretkey_is_set: return value location: {0x50, 0}\n(/lib/libc.so.6) key_setsecret: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2host: return value location: {0x50, 0}\n(/lib/libc.so.6) netname2user: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) host2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) user2netname: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getdomainname: return value location: {0x50, 0}\n(/lib/libc.so.6) sprintf: return value location: {0x50, 0}\n(/lib/libc.so.6) getnetname: return value location: {0x50, 0}\n(/lib/libc.so.6) pmap_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_rpc_getport: return value location: {0x50, 0}\n(/lib/libc.so.6) __get_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_max_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_pollfd: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_createerr: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_fdset: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) rpc_thread_multi: returns no value\n(/lib/libc.so.6) __rpc_thread_destroy: returns no value\n(/lib/libc.so.6) __rpc_thread_variables: return value location: {0x50, 0}\n(/lib/libc.so.6) __rpc_thread_svc_cleanup: returns no value\n(/lib/libc.so.6) __svc_accept_failed: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svc_getreq_common: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) svc_getreqset: returns no value\n(/lib/libc.so.6) svc_getreq: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_weakauth: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_systemerr: returns no value\n(/lib/libc.so.6) svcerr_decode: returns no value\n(/lib/libc.so.6) svcerr_noproc: returns no value\n(/lib/libc.so.6) svc_sendreply: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_unregister: returns no value\n(/lib/libc.so.6) svc_register: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_find: return value location: {0x50, 0}\n(/lib/libc.so.6) xprt_unregister: returns no value\n(/lib/libc.so.6) xprt_register: returns no value\n(/lib/libc.so.6) svcerr_auth: returns no value\n(/lib/libc.so.6) svcerr_noprog: returns no value\n(/lib/libc.so.6) svcerr_progvers: returns no value\n(/lib/libc.so.6) svc_getreq_poll: returns no value\n(/lib/libc.so.6) __svc_wait_on_error: returns no value\n(/lib/libc.so.6) svctcp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) writetcp: return value location: {0x50, 0}\n(/lib/libc.so.6) readtcp: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_destroy: returns no value\n(/lib/libc.so.6) rendezvous_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) rendezvous_request: return value location: {0x50, 0}\n(/lib/libc.so.6) makefd_xprt: return value location: {0x50, 0}\n(/lib/libc.so.6) svcfd_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svctcp_rendezvous_abort: returns no value\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_get: return value location: {0x50, 0}\n(/lib/libc.so.6) cache_set: returns no value\n(/lib/libc.so.6) svcudp_enablecache: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_destroy: returns no value\n(/lib/libc.so.6) svcudp_freeargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_getargs: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_reply: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_recv: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_stat: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_create: return value location: {0x50, 0}\n(/lib/libc.so.6) svcudp_bufcreate: return value location: {0x50, 0}\n(/lib/libc.so.6) __cmsg_nxthdr: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) bin2hex: returns no value\n(/lib/libc.so.6) hex2bin: returns no value\n(/lib/libc.so.6) xdecrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) xencrypt: return value location: {0x50, 0}\n(/lib/libc.so.6) passwd2des_internal: returns no value\n(/lib/libc.so.6) __ctype_toupper_loc: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_vector: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_array: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_wrapstring: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_string: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_netobj: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_opaque: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_enum: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_bool: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_char: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_short: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_longlong_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_hyper: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_void: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_free: returns no value\n(/lib/libc.so.6) xdr_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_int: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_long: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_union: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int8_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int16_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_u_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_uint64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_quad_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int64_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_int32_t: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrmem_destroy: returns no value\n(/lib/libc.so.6) xdrmem_create: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_pointer: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_reference: return value location: {0x50, 0}\n(/lib/libc.so.6) xdr_sizeof: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) x_destroy: returns no value\n(/lib/libc.so.6) harmless: return value location: {0x50, 0}\n(/lib/libc.so.6) x_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) x_setpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_getpostn: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) x_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getint32: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_inline: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_setpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getpos: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getbytes: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_putlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_getlong: return value location: {0x50, 0}\n(/lib/libc.so.6) xdrstdio_destroy: returns no value\n(/lib/libc.so.6) xdrstdio_create: returns no value\n(/lib/libc.so.6) __bswap_32: return value location: {0x50, 0}\n(/lib/libc.so.6) svc_run: returns no value\n(/lib/libc.so.6) svc_exit: returns no value\n(/lib/libc.so.6) __libc_rpc_gethostbyname: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __bswap_16: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getpw_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_pw_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getpwuid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getpwnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getgr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gr_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getgrgid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrnam_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_gethst_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_nl_timestamp: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_hst_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_gethostbyaddr_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname2_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_gethostbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time64_now: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getai: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getgrouplist: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) nscd_getserv_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_serv_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_getservbyport_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_getservbyname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_innetgr: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_setnetgrent: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_group_map_freemem: returns no value\n(/lib/libc.so.6) __nscd_drop_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) stpcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_use_alloca: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_cache_search: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_map_ref: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_get_mapping: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) open_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __readvall: return value location: {0x50, 0}\n(/lib/libc.so.6) __readall: return value location: {0x50, 0}\n(/lib/libc.so.6) wait_on_socket: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_acquire_maplock: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) time_now: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __nscd_unmap: returns no value\n(/lib/libc.so.6) __forkpty: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getlogin_r_loginuid: return value location: {0x50, 0}\n(/lib/libc.so.6) getlogin_r_fd0: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_grow: return value location: {0x50, 0}\n(/lib/libc.so.6) scratch_buffer_free: returns no value\n(/lib/libc.so.6) scratch_buffer_init: returns no value\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __getlogin_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) __getpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __posix_openpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __setutent: returns no value\n(/lib/libc.so.6) __endutent: returns no value\n(/lib/libc.so.6) __getutid: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline: return value location: {0x50, 0}\n(/lib/libc.so.6) __getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) grantpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __login: returns no value\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) tty_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __login_tty: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logout: return value location: {0x50, 0}\n(/lib/libc.so.6) __logwtmp: returns no value\n(/lib/libc.so.6) strncpy: return value location: {0x50, 0}\n(/lib/libc.so.6) memset: return value location: {0x50, 0}\n(/lib/libc.so.6) __openpty: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) strcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) pts_name: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r: return value location: {0x50, 0}\n(/lib/libc.so.6) ptsname: return value location: {0x50, 0}\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) __ptsname_r_chk: return value location: {0x50, 0}\n(/lib/libc.so.6) setlogin: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) unlockpt: return value location: {0x50, 0}\n(/lib/libc.so.6) __updwtmp: returns no value\n(/lib/libc.so.6) __libc_updwtmp: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_endutent: returns no value\n(/lib/libc.so.6) __libc_pututline: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutline_r: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutid_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_r: return value location: {0x50, 0}\n(/lib/libc.so.6) internal_getut_nolock: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_getutent_r: return value location: {0x50, 0}\n(/lib/libc.so.6) read_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) maybe_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_setutent: return value location: {0x50, 0}\n(/lib/libc.so.6) file_unlock: returns no value\n(/lib/libc.so.6) try_file_lock: return value location: {0x50, 0}\n(/lib/libc.so.6) timeout_handler: returns no value\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmp_equal: return value location: {0x50, 0}\n(/lib/libc.so.6) __close_nocancel_nostatus: returns no value\n(/lib/libc.so.6) __sigemptyset: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) matches_last_entry: return value location: {0x50, 0}\n(/lib/libc.so.6) __utmpname: return value location: {0x50, 0}\n(/lib/libc.so.6) endutxent: returns no value\n(/lib/libc.so.6) getutmp: returns no value\n(/lib/libc.so.6) memcpy: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxent: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxid: return value location: {0x50, 0}\n(/lib/libc.so.6) getutxline: return value location: {0x50, 0}\n(/lib/libc.so.6) pututxline: return value location: {0x50, 0}\n(/lib/libc.so.6) setutxent: returns no value\n(/lib/libc.so.6) updwtmpx: returns no value\n(/lib/libc.so.6) utmpxname: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr: return value location: {0x50, 0}\n(/lib/libc.so.6) determine_info: returns no value\n(/lib/libc.so.6) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/libc.so.6) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_freeres: returns no value\n(/lib/libc.so.6) _dl_find_object_dlclose: returns no value\n(/lib/libc.so.6) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_link_map_sort: returns no value\n(/lib/libc.so.6) _dl_find_object_init: returns no value\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/libc.so.6) __dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_end_update: returns no value\n(/lib/libc.so.6) _dlfo_mappings_begin_update: returns no value\n(/lib/libc.so.6) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_find_object_from_map: returns no value\n(/lib/libc.so.6) _dl_find_object_to_external: returns no value\n(/lib/libc.so.6) _dl_find_object_internal_copy: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/libc.so.6) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/libc.so.6) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/libc.so.6) _dlfo_sort_mappings: returns no value\n(/lib/libc.so.6) __dl_iterate_phdr: return value location: {0x50, 0}\n(/lib/libc.so.6) cancel_handler: returns no value\n(/lib/libc.so.6) __libc_cleanup_routine: returns no value\n(/lib/libc.so.6) __dl_libc_freemem: returns no value\n(/lib/libc.so.6) free_slotinfo: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlclose: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlvsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlsym: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_dlopen_mode: return value location: {0x50, 0}\n(/lib/libc.so.6) do_dlclose: returns no value\n(/lib/libc.so.6) do_dlvsym: returns no value\n(/lib/libc.so.6) do_dlsym: returns no value\n(/lib/libc.so.6) do_dlopen: returns no value\n(/lib/libc.so.6) dlerror_run: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_vsym: return value location: {0x50, 0}\n(/lib/libc.so.6) do_sym: return value location: {0x50, 0}\n(/lib/libc.so.6) call_dl_lookup: returns no value\n(/lib/libc.so.6) _dl_tls_symaddr: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_post: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/libc.so.6) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/libc.so.6) _dl_mcount_wrapper_check: returns no value\n(/lib/libc.so.6) _dl_mcount_wrapper: returns no value\n(/lib/libc.so.6) _dl_find_object: return value location: {0x50, 0}\n(/lib/libc.so.6) __libc_early_init: returns no value\n(/lib/libc.so.6) __pthread_early_init: returns no value\n(/lib/libc.so.6) __nptl_tls_static_size_for_stack: return value location: {0x50, 0}\n(/lib/libc.so.6) __x86_get_cpuid_feature_leaf: return value location: {0x50, 0}\n(/lib/libc.so.6) __popcountdi2: return value location: {0x50, 0}\n(/lib/libc.so.6) __addtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __divtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __multf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __subtf3: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __unordtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __floatsitf: return value location: {0x90, 0x21}\n(/lib/libc.so.6) __getf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __letf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __eqtf2: return value location: {0x50, 0}\n(/lib/libc.so.6) __sfp_handle_exceptions: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_libc_early_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_call_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_catch_error: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_catch_exception: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_receive_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cerror: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_cexception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_signal_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) set_catch: returns no value\n(/lib/ld-linux-x86-64.so.2) get_catch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_close: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_close_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) remove_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_state: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_debug_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_deps: returns no value\n(/lib/ld-linux-x86-64.so.2) preload: returns no value\n(/lib/ld-linux-x86-64.so.2) openaux: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create_format: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_exception_create: returns no value\n(/lib/ld-linux-x86-64.so.2) adjust_message_buffer: returns no value\n(/lib/ld-linux-x86-64.so.2) length_mismatch: returns no value\n(/lib/ld-linux-x86-64.so.2) oom_exception: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_free: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_stack_executable: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_handle_execstack_tunable: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_fini: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_rtld_di_serinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_path: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) print_search_path: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_object_from_fd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_notify_new_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_gnu_property: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) decompose_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) expand_dynamic_string_token: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_substitute: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_dst_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_dst: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_trusted_path_normalize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_reject_phdr_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_map_segments: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_map_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_postprocess_loadcmd: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_matches_host: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_file_id_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_file_id: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) open_verify: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_path: returns no value\n(/lib/ld-linux-x86-64.so.2) add_name_to_object: returns no value\n(/lib/ld-linux-x86-64.so.2) fillin_rpath: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_symbol_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_dependency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_x: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_lookup_unique: returns no value\n(/lib/ld-linux-x86-64.so.2) is_nodelete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) mark_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) enter_unique_sym: returns no value\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_protected_symbol: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_new_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_lookup_direct: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_sym_no_match: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_free: returns no value\n(/lib/ld-linux-x86-64.so.2) __minimal_calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __minimal_malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_strtoul: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_higher_prime_number: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_name_match_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_read_whole_file: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_new_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_namespace_list: returns no value\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_show_scope: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_open_worker: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_open_worker_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) call_dl_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_relocate_one_object: returns no value\n(/lib/ld-linux-x86-64.so.2) activate_nodelete: returns no value\n(/lib/ld-linux-x86-64.so.2) update_tls_slotinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_tls_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) resize_scopes: returns no value\n(/lib/ld-linux-x86-64.so.2) scope_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scope_has_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_dso_for_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) add_to_global_update: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) add_to_global_resize_failure: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_get_origin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fatal_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_error_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_dprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf_c: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_printf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_vdprintf: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_debug_strlen: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_writev: returns no value\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_reloc_bad_type: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_relocate_object_no_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_lazy_rel: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) resolve_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_try_allocate_static_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) x86_64_dynamic_after_reloc: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt_in_place: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_rewrite_plt: returns no value\n(/lib/ld-linux-x86-64.so.2) x86_64_reloc_symbol_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_ibt_enabled: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_symbol_visibility_binds_local_p: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_protect_relro: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_profile_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_fixup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) reloc_offset: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_plt_value: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_fixup_plt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_scope_free: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_hash: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_dfs: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sort_maps_original: returns no value\n(/lib/ld-linux-x86-64.so.2) dfs_traversal: returns no value\n(/lib/ld-linux-x86-64.so.2) __thread_gscope_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait_simple: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_init_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) init_one_static_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_add_to_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_initial_modid_limit_setup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_get_addr_soft: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) ___tls_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_get_addr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tls_get_addr_adjust: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_update_slotinfo: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) allocate_and_init: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) allocate_dtv_entry: return value location: {0x50, 0} {0x93, 0x8} {0x51, 0} {0x93, 0x8}\n(/lib/ld-linux-x86-64.so.2) _dl_deallocate_tls: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_init: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_resize_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_allocate_tls_storage: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tcb_to_pointer_to_free_location: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_get_tls_static_info: returns no value\n(/lib/ld-linux-x86-64.so.2) allocate_dtv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_determine_tlsoffset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_count_modids: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_assign_tls_modid: returns no value\n(/lib/ld-linux-x86-64.so.2) oom: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_static_surplus_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tls_static_surplus: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_end: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tls_allocate_begin: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_set_offset: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_extra_tls_get_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_align: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tls_block_size_with_pre: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) __tls_pre_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_mutex_dummy: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rseq_register_current_thread: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) RSEQ_SELF: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __thread_pointer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) list_add: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx512: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_avx: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_profile_sse: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_runtime_resolve_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tunable_get_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_get_default: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_print: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunables_init: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunable_print_error: returns no value\n(/lib/ld-linux-x86-64.so.2) parse_tunables_string: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __tunable_set_val: returns no value\n(/lib/ld-linux-x86-64.so.2) __tunable_is_initialized: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_initialize: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_parse_num: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) do_tunable_update_val: returns no value\n(/lib/ld-linux-x86-64.so.2) get_next_env: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_is_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_gt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_val_lt: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unsigned_tunable_type: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_all_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_check_map_versions: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_write: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unload_cache: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_load_cache_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_libcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) search_cache: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_file_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_cache_verify_ptr: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priority: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_init: returns no value\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) glibc_hwcaps_priorities_free: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_isa_level_compatible: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_load: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cache_extension_verify: returns no value\n(/lib/ld-linux-x86-64.so.2) cache_file_new_matches_endian: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cache_hwcap_extension: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_unmap: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_make_tlsdesc_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) map_generation: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) eq_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) hash_tlsdesc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_find_slot: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_empty_slot_for_expand: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) htab_delete: returns no value\n(/lib/ld-linux-x86-64.so.2) htab_create: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_unmap_segments: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_return: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_undefweak: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_fxsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsave: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_tlsdesc_dynamic_xsavec: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __tls_get_addr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) _dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_setup_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_cet_open_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_dlopen: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_check_startup: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_legacy_object: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_cet_get_cet_status: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_lock_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_cet_disable_cet: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_get_cpu_features: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __x86_cpu_features_ifunc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_get_fam6_microarch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_extended_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_plt_rewrite_supported: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_check_hwcap2: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_check_minsigstacksize: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_init_cacheinfo: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_hygon: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_zhaoxin: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_amd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) intel_02_known_compare: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) bsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_prefer_map_32bit_exec: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_plt_rewrite: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_indices: returns no value\n(/lib/ld-linux-x86-64.so.2) get_common_cache_info: returns no value\n(/lib/ld-linux-x86-64.so.2) intel_check_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) handle_intel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) update_active: returns no value\n(/lib/ld-linux-x86-64.so.2) init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_x86_init_cpu_features: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltexit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_pltenter: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_preinit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objopen: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_objsearch: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_nsid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_activity_map: returns no value\n(/lib/ld-linux-x86-64.so.2) reloc_index: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_audit_symbind_alt: returns no value\n(/lib/ld-linux-x86-64.so.2) __rtld_version_placeholder_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_print_diagnostics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_environ: returns no value\n(/lib/ld-linux-x86-64.so.2) unfiltered_envvar: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) print_string_length: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_putc: returns no value\n(/lib/ld-linux-x86-64.so.2) print_quoted_char: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_string: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_print_labeled_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_report: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_query: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_print_reg: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_collect_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpuid_store: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) cpuid_query_combined: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_cpu: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_preferred: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_feature_internal: returns no value\n(/lib/ld-linux-x86-64.so.2) print_cpu_features_value: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_iterate_cpu_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getaffinity: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_getcpu: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_diagnostics_kernel: returns no value\n(/lib/ld-linux-x86-64.so.2) print_uname: returns no value\n(/lib/ld-linux-x86-64.so.2) print_utsname_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) print_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) unsetenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_next_ld_env_entry: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_important_hwcaps: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) sort_priorities_by_name: returns no value\n(/lib/ld-linux-x86-64.so.2) compute_priorities: returns no value\n(/lib/ld-linux-x86-64.so.2) copy_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) update_hwcaps_counts: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_active: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) get_isa_level: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_subdirs_build_bitmask: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_contains: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_masked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_libc_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) __strsep: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __assert_perror_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __assert_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __chk_fail: returns no value\n(/lib/ld-linux-x86-64.so.2) __libc_fatal: returns no value\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sigjmp_save: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_real: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_malloc_symbol: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_is_complete: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_malloc_init_stubs: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sym_post: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sym_find_caller_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_elf_hash: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_ifunc_invoke: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strerror_r: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_mutex_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_profile: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_mcount: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_show_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start_cleanup: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_sysdep_parse_arguments: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_hwcap_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_platform_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_parse_auxv: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_shstk: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_x86_ibt: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_tunable_set_hwcaps: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) tunable_str_comma_init: returns no value\n(/lib/ld-linux-x86-64.so.2) tunable_strcmp: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_name: returns no value\n(/lib/ld-linux-x86-64.so.2) print_hwcaps_subdirectories_header: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_version: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_usage: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_hwcaps_split_init: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) print_search_path_for_help_1: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics: returns no value\n(/lib/ld-linux-x86-64.so.2) print_statistics_item: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_envvars_default: returns no value\n(/lib/ld-linux-x86-64.so.2) process_envvars_secure: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) print_missing_version: returns no value\n(/lib/ld-linux-x86-64.so.2) print_unresolved: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_main: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start_args_adjust: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_setup_main_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_chain_load: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_modules: returns no value\n(/lib/ld-linux-x86-64.so.2) load_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) report_audit_module_load_error: returns no value\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) handle_preload_list: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) setup_vdso: returns no value\n(/lib/ld-linux-x86-64.so.2) security_init: returns no value\n(/lib/ld-linux-x86-64.so.2) do_preload: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) init_tls: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) match_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) find_needed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) lookup_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) dlmopen_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) map_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) relocate_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_start: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_start_final: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_main_state_init: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_count: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_next: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) audit_list_add_dynamic_tag: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_add_string: returns no value\n(/lib/ld-linux-x86-64.so.2) audit_list_init: returns no value\n(/lib/ld-linux-x86-64.so.2) dso_name_valid_for_suid: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) rtld_timer_accum: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_stop: returns no value\n(/lib/ld-linux-x86-64.so.2) rtld_timer_start: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_setup_debug_entry: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_dynamic_do_Rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela_relative: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_rela: returns no value\n(/lib/ld-linux-x86-64.so.2) elf_machine_runtime_setup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_dynamic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_machine_load_address: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) call_tls_init_tp: returns no value\n(/lib/ld-linux-x86-64.so.2) _startup_fatal_tls_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_audit_check_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rtld_execve: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) elf_get_dynamic_info: returns no value\n(/lib/ld-linux-x86-64.so.2) call_init_paths: returns no value\n(/lib/ld-linux-x86-64.so.2) setup_vdso_pointers: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_vdso_vsym: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_process_pt_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_process_property_note: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_check_gnu_property: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _rtld_main_check: returns no value\n(/lib/ld-linux-x86-64.so.2) dl_isa_level_check: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_setup_pointer_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_setup_stack_chk_guard: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) link_map_audit_state: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) is_rtld_link_map: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) dl_relocate_ld: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _itoa_word: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) calloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) unload_audit_module: returns no value\n(/lib/ld-linux-x86-64.so.2) version_check_doit: returns no value\n(/lib/ld-linux-x86-64.so.2) process_dl_debug: returns no value\n(/lib/ld-linux-x86-64.so.2) __brk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __brk_call: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __getcwd_generic: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) realloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __alloc_dir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __opendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) opendir_tail: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) invalid_name: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel_nostatus: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __sbrk: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_check_standard_fds: returns no value\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __gnu_dev_makedev: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) check_one_fd: returns no value\n(/lib/ld-linux-x86-64.so.2) __closedir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __fdopendir: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __readdir64_unlocked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __rewinddir: returns no value\n(/lib/ld-linux-x86-64.so.2) __getdents64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_addr_inside_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_freeres: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_dlclose: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_update_1: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_update_init_seg: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_link_map_sort: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_init: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_process_initial: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __dl_find_object: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_lookup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_active_segment: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_success: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_end_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_begin_update: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_version_locked: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_read_start_version: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_allocate_unpadded: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_allocated: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dlfo_mappings_segment_count_used: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_slow: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_from_map: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_to_external: returns no value\n(/lib/ld-linux-x86-64.so.2) _dl_find_object_internal_copy: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_add_relaxed: returns no value\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_acquire: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __atomic_wide_counter_load_relaxed: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) _dlfo_sort_mappings: returns no value\n(/lib/ld-linux-x86-64.so.2) __profile_frequency: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __profil_counter: returns no value\n(/lib/ld-linux-x86-64.so.2) sigcontext_get_pc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) profil_count: returns no value\n(/lib/ld-linux-x86-64.so.2) __sigfillset: returns no value\n(/lib/ld-linux-x86-64.so.2) __access: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fstatat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) fstatat64_time64_stat: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lseek64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __lstat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_openat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __stat64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __close_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __fcntl64_nocancel_adjusted: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __open64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __pread64_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __read_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __write_nocancel: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __libc_scratch_buffer_set_array_size: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_free: returns no value\n(/lib/ld-linux-x86-64.so.2) scratch_buffer_init: returns no value\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) free: returns no value\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mmap64: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_mprotect: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_munmap: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __set_vma_name: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wake_private: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait: returns no value\n(/lib/ld-linux-x86-64.so.2) __lll_lock_wait_private: returns no value\n(/lib/ld-linux-x86-64.so.2) futex_wait: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) futex_fatal_error: returns no value\n(/lib/ld-linux-x86-64.so.2) _exit: returns no value\n(/lib/ld-linux-x86-64.so.2) __getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_getpid: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI_uname: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __GI___sigsetjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __longjmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __libc_sigaction: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) getenv: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) bcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memmove: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) mempcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) memset: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) stpcpy: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchr: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) index: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strcspn: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __strdup: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) malloc: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strerrorname_np: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) strlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strncmp: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strnlen: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) strchrnul: returns unspecified type\n(/lib/ld-linux-x86-64.so.2) __setitimer: return value location: {0x50, 0}\n(/lib/ld-linux-x86-64.so.2) __get_errname: return value location: {0x50, 0}\nPASS: run-native-test.sh\nPASS: run-bug1-test.sh\nPASS: run-debuglink.sh\nPASS: run-debugaltlink.sh\nPASS: run-buildid.sh\nPASS: dwfl-bug-addr-overflow\nPASS: run-addrname-test.sh\nPASS: dwfl-bug-fd-leak\nPASS: dwfl-bug-report\nPASS: dwfl-report-segment-contiguous\nPASS: run-dwfl-bug-offline-rel.sh\nPASS: run-dwfl-addr-sect.sh\n/usr/bin/gcc\nPASS: run-disasm-x86.sh\n/usr/bin/gcc\nPASS: run-disasm-x86-64.sh\nPASS: run-early-offscn.sh\nPASS: run-dwarf-getmacros.sh\nPASS: run-dwarf-ranges.sh\nPASS: run-test-flag-nobits.sh\nPASS: run-prelink-addr-test.sh\nPASS: run-dwarf-getstring.sh\nPASS: run-rerequest_tag.sh\nPASS: run-typeiter.sh\nPASS: run-readelf-d.sh\nPASS: run-readelf-gdb_index.sh\nPASS: run-unstrip-n.sh\nPASS: run-readelf-lnames.sh\n[b] main.c\n[2d] main\n\n\n[b] <no name>\nFollowing split subdie: hello.c\n[b] hello.c\n[4e] foo\n[6a] baz\n[90] frob\n[bd] foo\n[16a] baz\nDone subdie: hello.c\n[3f] <no name>\nFollowing split subdie: world.c\n[b] world.c\n[56] main\n[af] calc\n[10a] frob\nDone subdie: world.c\n\n[14] <no name>\nFollowing split subdie: hello.c\n[14] hello.c\n[53] foo\n[6d] baz\n[90] frob\n[bc] foo\n[154] baz\nDone subdie: hello.c\n[49] <no name>\nFollowing split subdie: world.c\n[14] world.c\n[5b] main\n[a5] calc\n[eb] frob\nDone subdie: world.c\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/addr2line.c\n[1d29] handle_address\n[37d4] show_int\n[382a] show_note\n[3880] get_addr_width\n[38e6] print_src\n[3ac0] adjust_to_section\n[3dc0] find_symbol\n[3f28] see_one_module\n[3fa9] print_addrsym\n[404e] print_dwarf_function\n[4165] get_diename\n[4199] symname\n[41cf] parse_opt\n[4227] main\n[4513] xbasename\n[4539] error\n[456c] printf\n[458b] feof_unlocked\n[45a6] getline\n[45d9] putchar\n[45f4] get_diename\n[46f4] symname\n[47e0] ../../elfutils-0.193/lib/printversion.c\n[4cfb] print_version\n[4e43] fprintf\n[4e75] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/elfclassify.c\n[15be] main\n[1807] process_stdin\n[1855] process_current_path\n[30f6] parse_opt\n[31b7] classify_check_negative\n[31d2] classify_check_positive\n[31ed] is_linux_kernel_module\n[31f8] is_library\n[3203] is_program\n[320e] is_executable\n[3219] is_shared\n[3224] is_debug_only\n[322f] is_unstripped\n[323a] is_loadable\n[3245] is_core\n[3250] is_elf_archive\n[325b] is_elf_file\n[3266] is_elf\n[3271] run_classify\n[3373] elf_type_string\n[3390] elf_kind_string\n[33ad] close_elf\n[33b3] open_elf\n[33c0] close_file\n[33c6] open_file\n[33e2] elf_issue\n[33fc] issue\n[3529] open\n[3552] fprintf\n[357b] startswith\n[35a4] error\n[35d7] is_loadable\n[3600] is_shared\n[368f] ../../elfutils-0.193/lib/printversion.c\n[3baa] print_version\n[3cf2] fprintf\n[3d24] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/stack.c\n[1ef4] main\n[2416] parse_opt\n[2d18] thread_callback\n[2e23] print_frames\n[35d6] print_inline_frames\n[36a0] print_frame\n[3ea2] die_name\n[3f7f] frame_callback\n[3fbf] module_callback\n[43e6] get_addr_width\n[44ca] xbasename\n[44ef] error\n[4522] open\n[454b] atoi\n[456b] printf\n[4588] frame_callback\n[4715] ../../elfutils-0.193/lib/printversion.c\n[4c30] print_version\n[4d78] fprintf\n[4daa] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/start.S\n[28] _start\n[45] ../sysdeps/x86/abi-note.c\n[1bb] init.c\n[1fc] ../sysdeps/x86_64/crti.S\n[21f] ../../elfutils-0.193/src/unstrip.c\n[1efe] main\n[2911] handle_implicit_modules\n[2947] match_module\n[2ada] list_module\n[2b76] handle_output_dir_module\n[2c09] handle_dwfl_module\n[325d] handle_explicit_files\n[380a] warn\n[3948] open_file\n[397c] handle_file\n[3f91] copy_elided_sections\n[721e] new_shstrtab\n[7330] find_alloc_sections_prelink\n[75b0] check_match\n[75e5] get_group_sig\n[7662] get_section_name\n[7697] find_alloc_section\n[7794] sections_match\n[7883] sections_flags_match\n[78b8] compare_symbols_output\n[7a59] compare_symbols_duplicate\n[7a94] compare_symbols\n[7adb] collect_symbols\n[7bdf] compare_sections_nonrel\n[7c46] compare_sections_rel\n[7cad] compare_sections\n[7cf4] compare_unalloc_sections\n[7d4d] compare_alloc_sections\n[7d80] check_symtab_section_symbols\n[7e07] add_new_section_symbols\n[7f79] adjust_all_relocs\n[81f1] adjust_relocs\n[8e91] adjust_reloc\n[8ed3] update_sh_size\n[8f10] update_shdr\n[8f35] symtab_count_leading_section_symbols\n[8fd8] section_can_shrink\n[8ff5] free_new_data\n[901c] record_new_data\n[9041] make_directories\n[9258] copy_elf\n[977d] parse_opt\n[98e2] error\n[9915] memset\n[9949] open\n[9972] printf\n[998f] putchar\n[99ad] open_file\n[9a8c] get_section_name\n[9b78] update_shdr\n[9cae] compare_symbols\n[9ddd] get_group_sig\n[9ff7] collect_symbols\n[a2e8] compare_sections\n[a4cd] update_sh_size\n[a6c9] add_new_section_symbols\n[abf4] check_symtab_section_symbols\n[af38] ../../elfutils-0.193/lib/xasprintf.c\n[b0c3] xasprintf\n[b224] error\n[b251] vasprintf\n[b295] ../../elfutils-0.193/lib/xmalloc.c\n[b3d8] xrealloc\n[b4bd] xcalloc\n[b5b2] xmalloc\n[b68f] error\n[b6c5] ../../elfutils-0.193/lib/printversion.c\n[bbe0] print_version\n[bd28] fprintf\n[bd5a] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/crti.S\n[2f] ../../elfutils-0.193/libelf/elf_version.c\n[2e8] elf_version\n[353] initialize_version\n[369] ../../elfutils-0.193/libelf/elf_hash.c\n[3f3] elf_hash\n[496] _dl_elf_hash\n[4e9] ../../elfutils-0.193/libelf/elf_error.c\n[82c] elf_errmsg\n[966] __libelf_seterrno\n[99a] elf_errno\n[9da] ../../elfutils-0.193/libelf/elf_fill.c\n[b31] elf_fill\n[b67] ../../elfutils-0.193/libelf/elf_begin.c\n[2060] elf_begin\n[22c5] lock_dup_elf\n[22fb] write_file\n[234d] dup_elf\n[2419] __libelf_next_arhdr_wrlock\n[2fce] read_long_names\n[3061] read_file\n[372f] read_unmmaped_file\n[37d8] __libelf_read_mmaped_file\n[3b62] file_read_elf\n[445c] get_shnum\n[4562] file_read_ar\n[45c7] allocate_elf\n[4649] determine_kind\n[4698] pread_retry\n[4700] pread\n[4740] atol\n[4760] __bswap_64\n[477d] __bswap_32\n[479a] __bswap_16\n[47b7] memset\n[47eb] mempcpy\n[481f] memcpy\n[4894] ../../elfutils-0.193/libelf/elf_next.c\n[57cc] elf_next\n[58a7] ../../elfutils-0.193/libelf/elf_rand.c\n[67b8] elf_rand\n[6821] ../../elfutils-0.193/libelf/elf_end.c\n[7805] elf_end\n[7ac3] free_chunk\n[7b53] ../../elfutils-0.193/libelf/elf_kind.c\n[8a4d] elf_kind\n[8a87] ../../elfutils-0.193/libelf/gelf_getclass.c\n[9981] gelf_getclass\n[99bb] ../../elfutils-0.193/libelf/elf_getbase.c\n[a8b5] elf_getbase\n[a8ef] ../../elfutils-0.193/libelf/elf_getident.c\n[b7e9] elf_getident\n[b836] ../../elfutils-0.193/libelf/elf32_fsize.c\n[bb07] elf32_fsize\n[bb93] ../../elfutils-0.193/libelf/elf64_fsize.c\n[be64] elf64_fsize\n[bef0] ../../elfutils-0.193/libelf/gelf_fsize.c\n[cf83] gelf_fsize\n[d023] ../../elfutils-0.193/libelf/elf32_xlatetof.c\n[d3cc] elf32_xlatetof\n[d515] memmove\n[d55a] ../../elfutils-0.193/libelf/elf32_xlatetom.c\n[d903] elf32_xlatetom\n[da4c] memmove\n[da91] ../../elfutils-0.193/libelf/elf64_xlatetof.c\n[de3a] elf64_xlatetof\n[df83] memmove\n[dfc8] ../../elfutils-0.193/libelf/elf64_xlatetom.c\n[e371] elf64_xlatetom\n[e4ba] memmove\n[e4ff] ../../elfutils-0.193/libelf/gelf_xlate.c\n[f293] Elf64_cvt_chdr\n[f2d1] Elf32_cvt_chdr\n[f30f] elf_cvt_note8\n[f3ac] elf_cvt_note4\n[f449] elf_cvt_note\n[f762] elf_cvt_gnuhash\n[f97f] elf_cvt_Verneed\n[fa31] elf_cvt_Verdef\n[fae3] Elf64_cvt_Chdr\n[fb4f] Elf64_cvt_auxv_t\n[fbb8] Elf64_cvt_Lib\n[fc21] Elf64_cvt_Move\n[fe99] Elf64_cvt_Syminfo\n[ff02] Elf64_cvt_Dyn\n[ff6b] Elf64_cvt_Rela\n[1018c] Elf64_cvt_Rel\n[1035f] Elf64_cvt_Sym\n[105d7] Elf64_cvt_Shdr\n[10a5e] Elf64_cvt_Phdr\n[10e2d] Elf64_cvt_Ehdr\n[113f7] Elf64_cvt_Relr\n[1143a] Elf64_cvt_Relr1\n[11460] Elf64_cvt_Sxword\n[114a3] Elf64_cvt_Sxword1\n[114c9] Elf64_cvt_Xword\n[1150c] Elf64_cvt_Xword1\n[11532] Elf64_cvt_Sword\n[11575] Elf64_cvt_Sword1\n[1159b] Elf64_cvt_Word\n[115de] Elf64_cvt_Word1\n[11604] Elf64_cvt_Half\n[11647] Elf64_cvt_Half1\n[1166d] Elf64_cvt_Off\n[116b0] Elf64_cvt_Off1\n[116d6] Elf64_cvt_Addr\n[11719] Elf64_cvt_Addr1\n[1173f] Elf32_cvt_Chdr\n[117a8] Elf32_cvt_auxv_t\n[11811] Elf32_cvt_Lib\n[11ae0] Elf32_cvt_Move\n[11daf] Elf32_cvt_Syminfo\n[11f82] Elf32_cvt_Dyn\n[11feb] Elf32_cvt_Nhdr\n[12054] Elf32_cvt_Rela\n[120c0] Elf32_cvt_Rel\n[12293] Elf32_cvt_Sym\n[12514] Elf32_cvt_Shdr\n[12991] Elf32_cvt_Phdr\n[12d69] Elf32_cvt_Ehdr\n[13329] Elf32_cvt_Relr\n[1336c] Elf32_cvt_Relr1\n[13392] Elf32_cvt_Sxword\n[133d5] Elf32_cvt_Sxword1\n[133fb] Elf32_cvt_Xword\n[13555] Elf32_cvt_Xword1\n[1357b] Elf32_cvt_Sword\n[135be] Elf32_cvt_Sword1\n[135e4] Elf32_cvt_Word\n[13627] Elf32_cvt_Word1\n[1364d] Elf32_cvt_Half\n[137a7] Elf32_cvt_Half1\n[137cd] Elf32_cvt_Off\n[13810] Elf32_cvt_Off1\n[13836] Elf32_cvt_Addr\n[13990] Elf32_cvt_Addr1\n[139b6] elf_cvt_Byte\n[139f2] __bswap_64\n[13a0d] __bswap_32\n[13a28] __bswap_16\n[13a43] memmove\n[13a76] memcpy\n[13aa9] Elf32_cvt_Rela\n[13c90] elf_cvt_Byte\n[13da2] elf_cvt_Verneed\n[14053] elf_cvt_Verdef\n[142d4] Elf64_cvt_chdr\n[145d0] Elf32_cvt_chdr\n[1487c] ../../elfutils-0.193/libelf/elf32_getehdr.c\n[158d0] elf32_getehdr\n[15976] __elf32_getehdr_wrlock\n[15a10] getehdr_impl\n[15a4b] ../../elfutils-0.193/libelf/elf64_getehdr.c\n[16a9f] elf64_getehdr\n[16b45] __elf64_getehdr_wrlock\n[16bdf] getehdr_impl\n[16c1a] ../../elfutils-0.193/libelf/gelf_getehdr.c\n[17c8a] gelf_getehdr\n[17cfe] __gelf_getehdr_rdlock\n[17e29] memcpy\n[17e5f] ../../elfutils-0.193/libelf/elf32_newehdr.c\n[18ed1] elf32_newehdr\n[18f8f] memset\n[18fc5] ../../elfutils-0.193/libelf/elf64_newehdr.c\n[1a037] elf64_newehdr\n[1a0f5] memset\n[1a12b] ../../elfutils-0.193/libelf/gelf_newehdr.c\n[1b04f] gelf_newehdr\n[1b0c9] ../../elfutils-0.193/libelf/gelf_update_ehdr.c\n[1c157] gelf_update_ehdr\n[1c2d8] memcpy\n[1c30e] ../../elfutils-0.193/libelf/elf32_getphdr.c\n[1d4d1] elf32_getphdr\n[1d58a] __elf32_getphdr_wrlock\n[1d681] pread_retry\n[1d6e8] pread\n[1d728] memcpy\n[1d75c] __bswap_32\n[1d778] __elf32_getphdr_wrlock\n[1db1a] __elf32_getphdr_wrlock\n[1db73] ../../elfutils-0.193/libelf/elf64_getphdr.c\n[1ed36] elf64_getphdr\n[1edf0] __elf64_getphdr_wrlock\n[1eee7] pread_retry\n[1ef4e] pread\n[1ef8e] memcpy\n[1efc2] __bswap_64\n[1efde] __bswap_32\n[1effa] __elf64_getphdr_wrlock\n[1f3fc] __elf64_getphdr_wrlock\n[1f455] ../../elfutils-0.193/libelf/gelf_getphdr.c\n[20511] gelf_getphdr\n[206f1] memcpy\n[20734] ../../elfutils-0.193/libelf/elf32_newphdr.c\n[21846] elf32_newphdr\n[21aef] memset\n[21b34] ../../elfutils-0.193/libelf/elf64_newphdr.c\n[22c46] elf64_newphdr\n[22eec] memset\n[22f31] ../../elfutils-0.193/libelf/gelf_newphdr.c\n[23e5f] gelf_newphdr\n[23ee0] ../../elfutils-0.193/libelf/gelf_update_phdr.c\n[24fba] gelf_update_phdr\n[25183] memcpy\n[251c6] ../../elfutils-0.193/libelf/elf_getarhdr.c\n[26258] elf_getarhdr\n[2637a] ../../elfutils-0.193/libelf/elf_getarsym.c\n[2756e] elf_getarsym\n[28017] read_number_entries\n[28091] pread_retry\n[280f9] pread\n[28139] _dl_elf_hash\n[28180] memcpy\n[281b4] __bswap_64\n[281d1] __bswap_32\n[281ee] atol\n[28224] ../../elfutils-0.193/libelf/elf_rawfile.c\n[2928f] elf_rawfile\n[29338] ../../elfutils-0.193/libelf/elf_readall.c\n[2a5f8] __libelf_readall\n[2a8e2] set_address\n[2a95e] libelf_release_all_children\n[2a985] libelf_acquire_all_children\n[2a9ad] pread_retry\n[2aa16] pread\n[2aa54] libelf_acquire_all_children\n[2ab2f] ../../elfutils-0.193/libelf/elf_cntl.c\n[2bb9a] elf_cntl\n[2bc2a] ../../elfutils-0.193/libelf/elf_getscn.c\n[2ccd7] elf_getscn\n[2cdc6] ../../elfutils-0.193/libelf/elf_nextscn.c\n[2dce7] elf_nextscn\n[2dd4b] elf_nextscn\n[2de04] ../../elfutils-0.193/libelf/elf_ndxscn.c\n[2ecfe] elf_ndxscn\n[2ed38] ../../elfutils-0.193/libelf/elf_newscn.c\n[2fe0c] elf_newscn\n[2ff94] ../../elfutils-0.193/libelf/elf32_getshdr.c\n[31139] elf32_getshdr\n[311e4] __elf32_getshdr_wrlock\n[3120e] __elf32_getshdr_rdlock\n[31238] scn_valid\n[3125c] load_shdr_wrlock\n[316e6] pread_retry\n[3174e] pread\n[3178e] memcpy\n[317c2] __bswap_32\n[317df] __elf32_getshdr_rdlock\n[31894] ../../elfutils-0.193/libelf/elf64_getshdr.c\n[32a39] elf64_getshdr\n[32ae4] __elf64_getshdr_wrlock\n[32b0e] __elf64_getshdr_rdlock\n[32b38] scn_valid\n[32b5c] load_shdr_wrlock\n[33095] pread_retry\n[330fd] pread\n[3313d] memcpy\n[33171] __bswap_64\n[3318e] __bswap_32\n[331ab] __elf64_getshdr_rdlock\n[33260] ../../elfutils-0.193/libelf/gelf_getshdr.c\n[342fa] gelf_getshdr\n[34415] memcpy\n[3444b] ../../elfutils-0.193/libelf/gelf_update_shdr.c\n[35503] gelf_update_shdr\n[3565a] memcpy\n[35690] ../../elfutils-0.193/libelf/elf_strptr.c\n[3677b] elf_strptr\n[36a4e] get_zdata\n[36a8c] validate_str\n[36adb] ../../elfutils-0.193/libelf/elf_rawdata.c\n[37b65] elf_rawdata\n[37c05] ../../elfutils-0.193/libelf/elf_getdata.c\n[38ec0] __elf_getdata_wrlock\n[38efb] elf_getdata\n[38f32] __elf_getdata_rdlock\n[39043] __libelf_set_data_list_rdlock\n[39268] __libelf_set_rawdata\n[392bf] __libelf_set_rawdata_wrlock\n[39692] convert_data\n[39701] __libelf_data_type\n[39743] pread_retry\n[397ac] pread\n[397ec] memcpy\n[39820] __libelf_data_type\n[398bf] elf_getdata\n[39937] ../../elfutils-0.193/libelf/elf_newdata.c\n[3aa0f] elf_newdata\n[3ab26] ../../elfutils-0.193/libelf/elf_getdata_rawchunk.c\n[3bdfd] elf_getdata_rawchunk\n[3c2dd] chunk_compare\n[3c318] pread_retry\n[3c37e] pread\n[3c3be] memcpy\n[3c3f2] chunk_compare\n[3c49d] ../../elfutils-0.193/libelf/elf_flagelf.c\n[3d50f] elf_flagelf\n[3d5b1] ../../elfutils-0.193/libelf/elf_flagehdr.c\n[3e623] elf_flagehdr\n[3e6c5] ../../elfutils-0.193/libelf/elf_flagphdr.c\n[3f737] elf_flagphdr\n[3f7d9] ../../elfutils-0.193/libelf/elf_flagscn.c\n[4084b] elf_flagscn\n[408ed] ../../elfutils-0.193/libelf/elf_flagshdr.c\n[4195f] elf_flagshdr\n[41a01] ../../elfutils-0.193/libelf/elf_flagdata.c\n[42a73] elf_flagdata\n[42b35] ../../elfutils-0.193/libelf/elf_memory.c\n[43bb9] elf_memory\n[43c51] ../../elfutils-0.193/libelf/elf_update.c\n[44fc8] elf_update\n[452bb] write_file\n[45324] ../../elfutils-0.193/libelf/elf32_updatenull.c\n[46545] __elf32_updatenull_wrlock\n[46d4f] default_ehdr32\n[46e02] memcpy\n[46e57] ../../elfutils-0.193/libelf/elf64_updatenull.c\n[48086] __elf64_updatenull_wrlock\n[488a8] default_ehdr64\n[4895b] memcpy\n[489b0] ../../elfutils-0.193/libelf/elf32_updatefile.c\n[4a1cc] __elf32_updatefile\n[4ac22] fill\n[4ae11] __elf32_updatemmap\n[4ba9f] fill_mmap\n[4bb01] sort_sections\n[4bb3f] compare_sections\n[4bbb4] pwrite_retry\n[4bc15] memset\n[4bc48] memmove\n[4bc7b] memcpy\n[4bcdf] ../../elfutils-0.193/libelf/elf64_updatefile.c\n[4d4fb] __elf64_updatefile\n[4df4f] fill\n[4e13e] __elf64_updatemmap\n[4edca] fill_mmap\n[4ee2c] sort_sections\n[4ee6a] compare_sections\n[4eedf] pwrite_retry\n[4ef40] memset\n[4ef73] memmove\n[4efa6] memcpy\n[4f00a] ../../elfutils-0.193/libelf/gelf_getsym.c\n[5015d] gelf_getsym\n[50264] ../../elfutils-0.193/libelf/gelf_update_sym.c\n[513d0] gelf_update_sym\n[514e8] ../../elfutils-0.193/libelf/gelf_getversym.c\n[52559] gelf_getversym\n[52652] ../../elfutils-0.193/libelf/gelf_getverneed.c\n[53724] gelf_getverneed\n[53826] memcpy\n[5385c] ../../elfutils-0.193/libelf/gelf_getvernaux.c\n[5492e] gelf_getvernaux\n[54a30] memcpy\n[54a66] ../../elfutils-0.193/libelf/gelf_getverdef.c\n[55b54] gelf_getverdef\n[55c56] memcpy\n[55c8c] ../../elfutils-0.193/libelf/gelf_getverdaux.c\n[56d34] gelf_getverdaux\n[56e42] memcpy\n[56e78] ../../elfutils-0.193/libelf/gelf_getrel.c\n[57f4e] gelf_getrel\n[5808a] memcpy\n[580c0] ../../elfutils-0.193/libelf/gelf_getrela.c\n[591e2] gelf_getrela\n[5931e] memcpy\n[59354] ../../elfutils-0.193/libelf/gelf_update_rel.c\n[5a438] gelf_update_rel\n[5a54e] ../../elfutils-0.193/libelf/gelf_update_rela.c\n[5b67e] gelf_update_rela\n[5b794] ../../elfutils-0.193/libelf/gelf_getdyn.c\n[5c8da] gelf_getdyn\n[5c9f3] ../../elfutils-0.193/libelf/gelf_update_dyn.c\n[5db52] gelf_update_dyn\n[5dc66] ../../elfutils-0.193/libelf/gelf_getmove.c\n[5ed4a] gelf_getmove\n[5ee4b] ../../elfutils-0.193/libelf/gelf_update_move.c\n[5ff3a] gelf_update_move\n[6001c] ../../elfutils-0.193/libelf/gelf_getsyminfo.c\n[610b4] gelf_getsyminfo\n[6118a] ../../elfutils-0.193/libelf/gelf_update_syminfo.c\n[62240] gelf_update_syminfo\n[62341] ../../elfutils-0.193/libelf/gelf_getauxv.c\n[6344d] gelf_getauxv\n[6359a] memcpy\n[635d0] ../../elfutils-0.193/libelf/gelf_update_auxv.c\n[646e5] gelf_update_auxv\n[647fe] ../../elfutils-0.193/libelf/gelf_getnote.c\n[658b5] gelf_getnote\n[659d6] ../../elfutils-0.193/libelf/gelf_xlatetof.c\n[6691d] gelf_xlatetof\n[669c7] ../../elfutils-0.193/libelf/gelf_xlatetom.c\n[6790e] gelf_xlatetom\n[679b8] ../../elfutils-0.193/libelf/nlist.c\n[68d98] nlist\n[693be] nlist_fshash_find\n[69420] nlist_fshash_overwrite\n[69473] nlist_fshash_lookup\n[6951a] nlist_fshash_fini\n[69534] nlist_fshash_init\n[69565] open\n[695a6] ../../elfutils-0.193/libelf/gelf_getsymshndx.c\n[6a6f9] gelf_getsymshndx\n[6a855] ../../elfutils-0.193/libelf/gelf_update_symshndx.c\n[6b9c1] gelf_update_symshndx\n[6bb2b] ../../elfutils-0.193/libelf/gelf_update_versym.c\n[6cbba] gelf_update_versym\n[6cc8d] ../../elfutils-0.193/libelf/gelf_update_verneed.c\n[6dd7d] gelf_update_verneed\n[6de84] memcpy\n[6deba] ../../elfutils-0.193/libelf/gelf_update_vernaux.c\n[6efaa] gelf_update_vernaux\n[6f0b1] memcpy\n[6f0e7] ../../elfutils-0.193/libelf/gelf_update_verdef.c\n[701f3] gelf_update_verdef\n[702fa] memcpy\n[70330] ../../elfutils-0.193/libelf/gelf_update_verdaux.c\n[713f6] gelf_update_verdaux\n[71509] memcpy\n[7153f] ../../elfutils-0.193/libelf/elf_getphdrnum.c\n[725c2] elf_getphdrnum\n[7264d] __elf_getphdrnum_chk_rdlock\n[72711] __elf_getphdrnum_rdlock\n[7282b] ../../elfutils-0.193/libelf/elf_getshdrnum.c\n[7387f] elf_getshdrnum\n[738f5] __elf_getshdrnum_rdlock\n[7397b] ../../elfutils-0.193/libelf/elf_getshdrstrndx.c\n[74a7a] elf_getshdrstrndx\n[74e69] pread_retry\n[74ec6] pread\n[74f08] __bswap_32\n[74f3a] ../../elfutils-0.193/libelf/gelf_checksum.c\n[75e5e] gelf_checksum\n[75ec4] ../../elfutils-0.193/libelf/elf32_checksum.c\n[77073] elf32_checksum\n[77318] ../../elfutils-0.193/libelf/elf64_checksum.c\n[784c7] elf64_checksum\n[7876c] ../../elfutils-0.193/libelf/libelf_crc32.c\n[78837] __libelf_crc32\n[788b7] ../../elfutils-0.193/libelf/libelf_next_prime.c\n[7891b] __libelf_next_prime\n[789b2] is_prime\n[789fc] ../../elfutils-0.193/libelf/elf_clone.c\n[79a8f] elf_clone\n[79bc9] allocate_elf\n[79c52] ../../elfutils-0.193/libelf/gelf_getlib.c\n[7ad14] gelf_getlib\n[7adf9] ../../elfutils-0.193/libelf/gelf_update_lib.c\n[7bed4] gelf_update_lib\n[7bfaf] ../../elfutils-0.193/libelf/elf32_offscn.c\n[7d01a] elf32_offscn\n[7d10b] ../../elfutils-0.193/libelf/elf64_offscn.c\n[7e176] elf64_offscn\n[7e267] ../../elfutils-0.193/libelf/gelf_offscn.c\n[7f2fb] gelf_offscn\n[7f390] ../../elfutils-0.193/libelf/elf_getaroff.c\n[802b1] elf_getaroff\n[80360] ../../elfutils-0.193/libelf/elf_gnu_hash.c\n[803f2] elf_gnu_hash\n[8045a] ../../elfutils-0.193/libelf/elf_scnshndx.c\n[8139c] elf_scnshndx\n[814e9] ../../elfutils-0.193/libelf/elf32_getchdr.c\n[825e9] elf32_getchdr\n[826d4] __elf32_getchdr_wrlock\n[827c3] ../../elfutils-0.193/libelf/elf64_getchdr.c\n[838d1] elf64_getchdr\n[839bc] __elf64_getchdr_wrlock\n[83aab] ../../elfutils-0.193/libelf/gelf_getchdr.c\n[84bcf] gelf_getchdr\n[84cb1] ../../elfutils-0.193/libelf/elf_compress.c\n[861c5] elf_compress\n[866f0] __libelf_reset_rawdata\n[86800] __libelf_decompress_elf\n[86983] __libelf_decompress\n[86a30] __libelf_decompress_zlib\n[86bc0] __libelf_compress\n[8714e] __libelf_compress_zlib\n[8723d] do_deflate_cleanup\n[8727b] memcpy\n[872b1] __bswap_64\n[872ce] __bswap_32\n[87301] ../../elfutils-0.193/libelf/elf_compress_gnu.c\n[884d0] elf_compress_gnu\n[889b3] memmove\n[889e6] memcpy\n[88a19] __bswap_64\n[88a56] ../../elfutils-0.193/lib/eu-search.c\n[88bcc] eu_search_tree_fini\n[88c30] eu_search_tree_init\n[88c5b] eu_tdestroy\n[88cb3] eu_tdelete\n[88d3a] eu_tfind\n[88dc1] eu_tsearch\n[88e53] ../sysdeps/x86_64/crtn.S\n\n[c] ../sysdeps/x86_64/crti.S\n[2f] ../../elfutils-0.193/libasm/asm_begin.c\n[bfd] asm_begin\n[10bf] prepare_binary_output\n[1137] prepare_text_output\n[1152] stpcpy\n[1179] mempcpy\n[11ac] memcpy\n[1210] ../../elfutils-0.193/libasm/asm_abort.c\n[1a00] asm_abort\n[1a7a] ../../elfutils-0.193/libasm/asm_end.c\n[2a05] __libasm_finictx\n[2dde] free_section\n[2e12] asm_end\n[3d67] binary_end\n[3fd2] text_end\n[3fef] startswith\n[4018] memset\n[404e] free_section\n[41f3] ../../elfutils-0.193/libasm/asm_error.c\n[434d] asm_errmsg\n[43fe] __libasm_seterrno\n[4430] asm_errno\n[446e] ../../elfutils-0.193/libasm/asm_getelf.c\n[4c15] asm_getelf\n[4c4f] ../../elfutils-0.193/libasm/asm_newscn.c\n[56a6] asm_newscn\n[5a27] binary_newscn\n[5aaf] text_newscn\n[5b12] fprintf\n[5b3b] stpcpy\n[5b63] memcpy\n[5bc5] ../../elfutils-0.193/libasm/asm_newscn_ingrp.c\n[64b0] asm_newscn_ingrp\n[667f] ../../elfutils-0.193/libasm/asm_newsubscn.c\n[6e3d] asm_newsubscn\n[6ec8] ../../elfutils-0.193/libasm/asm_newsym.c\n[77f1] asm_newsym\n[7c63] startswith\n[7c8d] memcpy\n[7cc1] fprintf\n[7cea] snprintf\n[7d4e] ../../elfutils-0.193/libasm/asm_newcomsym.c\n[8695] asm_newcomsym\n[8871] startswith\n[889b] fprintf\n[88da] ../../elfutils-0.193/libasm/asm_newabssym.c\n[9209] asm_newabssym\n[9604] startswith\n[962e] fprintf\n[966d] ../../elfutils-0.193/libasm/asm_newscngrp.c\n[9f40] asm_newscngrp\n[a124] memcpy\n[a169] ../../elfutils-0.193/libasm/asm_scngrp_newsignature.c\n[a91c] asm_scngrp_newsignature\n[a96d] ../../elfutils-0.193/libasm/asm_fill.c\n[b165] asm_fill\n[b26f] memcpy\n[b2b4] ../../elfutils-0.193/libasm/asm_align.c\n[bb4a] __libasm_ensure_section_space\n[bbf4] asm_align\n[be28] fprintf\n[be69] ../../elfutils-0.193/libasm/asm_addstrz.c\n[c70e] asm_addstrz\n[c979] memcpy\n[c9ad] fprintf\n[c9f5] ../../elfutils-0.193/libasm/asm_addint8.c\n[d297] asm_addint8\n[d3ef] fprintf\n[d41a] memcpy\n[d459] ../../elfutils-0.193/libasm/asm_adduint8.c\n[dc34] asm_adduint8\n[dcaa] ../../elfutils-0.193/libasm/asm_addint16.c\n[e579] asm_addint16\n[e71a] __bswap_16\n[e738] fprintf\n[e763] memcpy\n[e7a2] ../../elfutils-0.193/libasm/asm_adduint16.c\n[ef95] asm_adduint16\n[f00b] ../../elfutils-0.193/libasm/asm_addint32.c\n[f8ce] asm_addint32\n[fa7d] __bswap_32\n[fa9b] fprintf\n[fac6] memcpy\n[fb05] ../../elfutils-0.193/libasm/asm_adduint32.c\n[102e0] asm_adduint32\n[10350] ../../elfutils-0.193/libasm/asm_addint64.c\n[10c2b] asm_addint64\n[10de3] __bswap_64\n[10e01] fprintf\n[10e2c] memcpy\n[10e6b] ../../elfutils-0.193/libasm/asm_adduint64.c\n[11646] asm_adduint64\n[116b6] ../../elfutils-0.193/libasm/asm_adduleb128.c\n[11f28] asm_adduleb128\n[120e1] fprintf\n[1210a] memcpy\n[1215f] ../../elfutils-0.193/libasm/asm_addsleb128.c\n[129e9] asm_addsleb128\n[12ba9] fprintf\n[12bd2] memcpy\n[12c27] ../../elfutils-0.193/libasm/disasm_begin.c\n[13cfb] disasm_begin\n[13dbd] ../../elfutils-0.193/libasm/disasm_cb.c\n[15014] disasm_cb\n[152fd] null_elf_getsym\n[1536c] read_symtab\n[15398] read_symtab_exec\n[1542d] default_elf_getsym\n[15534] ../../elfutils-0.193/libasm/disasm_end.c\n[156db] disasm_end\n[15739] ../../elfutils-0.193/libasm/disasm_str.c\n[159a1] disasm_str\n[15ac6] buffer_cb\n[15b07] mempcpy\n[15b34] buffer_cb\n[15c56] ../../elfutils-0.193/libasm/symbolhash.c\n[16467] __libasm_next_prime\n[16484] is_prime\n[164c6] asm_symbol_tab_iterate\n[16524] asm_symbol_tab_find\n[165bf] asm_symbol_tab_insert\n[16671] asm_symbol_tab_free\n[166b2] asm_symbol_tab_init\n[16790] insert_entry_2\n[168fb] lookup\n[169e4] __libasm_next_prime\n[16a73] ../../elfutils-0.193/libebl/eblelfclass.c\n[17a88] ebl_get_elfclass\n[17ac2] ../../elfutils-0.193/libebl/eblelfdata.c\n[18ad7] ebl_get_elfdata\n[18b11] ../../elfutils-0.193/libebl/eblelfmachine.c\n[19b26] ebl_get_elfmachine\n[19b60] ../sysdeps/x86_64/crtn.S\n\n[c] ../../elfutils-0.193/src/size.c\n[e80] handle_elf\n[2292] show_segments\n[2302] show_bsd_totals\n[2326] show_bsd\n[23c4] show_sysv_one_line\n[2426] show_sysv\n[254e] handle_ar\n[2993] print_header\n[2a43] process_file\n[2f2e] parse_opt\n[3130] main\n[3392] error\n[33c5] mempcpy\n[33f9] memcpy\n[342d] open\n[3456] printf\n\n[c] ../../elfutils-0.193/src/strip.c\n[1b58] cleanup_debug\n[1b62] handle_elf\n[2446] update_section_size\n[24e8] handle_debug_relocs\n[25e0] process_file\n[2a52] remove_debug_relocations\n[4599] relocate\n[46fd] update_shdrstrndx\n[483e] get_xndxdata\n[48be] secndx_name\n[4916] parse_opt\n[4bb6] main\n[4e25] section_name_matches\n[4e5a] free_patterns\n[4e63] free_sec_patterns\n[4eed] add_pattern\n[4f22] xbasename\n[4f46] pwrite_retry\n[4faa] startswith\n[4fd2] error\n[5005] strcpy\n[502d] memset\n[5061] mempcpy\n[5095] memcpy\n[50c9] open\n[50f2] cleanup_debug\n[514d] update_section_size\n[5491] handle_elf\n\nPASS: run-low_high_pc.sh\nPASS: run-macro-test.sh\nPASS: run-elf_cntl_gelf_getshdr.sh\nPASS: run-test-archive64.sh\nPASS: run-readelf-vmcoreinfo.sh\nPASS: run-readelf-mixed-corenote.sh\nPASS: run-dwfllines.sh\nPASS: run-readelf-variant.sh\nPASS: run-readelf-fat-lto.sh\nPASS: run-dwfl-report-elf-align.sh\n# Everything on the command line\n# Everything from stdin (with newlines).\n# stdin without newline address, just EOF.\n# stdin without newline symbol, just EOF.\n# Everything on the command line with addresses\n# Everything from stdin (with newlines) with addresses.\n# Pretty with functions and addresses.\nPASS: run-addr2line-test.sh\nPASS: run-dwfl-report-offline-memory.sh\nPASS: run-addr2line-C-test.sh\nPASS: run-addr2line-i-test.sh\nPASS: run-addr2line-i-lex-test.sh\nPASS: run-addr2line-i-demangle-test.sh\nPASS: run-addr2line-alt-debugpath.sh\nPASS: run-funcretval-struct.sh\nPASS: run-varlocs.sh\nPASS: run-exprlocs.sh\nPASS: run-varlocs-vars.sh\nPASS: run-funcretval.sh\n0x55f16933c000\t0x55f169341000\t/usr/lib/elfutils/ptest/tests/backtrace-child\n0x7f988291f000\t0x7f9882afd000\t/lib/libc.so.6\n0x7f9882b12000\t0x7f9882b14000\t[vdso: 5446]\n0x7f9882b14000\t0x7f9882b4b000\t/lib/ld-linux-x86-64.so.2\nTID 5446:\n# 0 0x7f98829af66c    \t__pthread_kill_implementation\n# 1 0x7f988295ae16 - 1\traise\n# 2 0x55f16933d306 - 1\tmain\n# 3 0x7f9882946068 - 1\t__libc_start_call_main\n# 4 0x7f988294611b - 1\t__libc_start_main@@GLIBC_2.34\n# 5 0x55f16933d395 - 1\t_start\nTID 5447:\n# 0 0x7f98829af66c    \t__pthread_kill_implementation\n# 1 0x7f988295ae16 - 1\traise\n# 2 0x55f16933d4a0 - 1\tsigusr2\n# 3 0x55f16933d505 - 1\tstdarg\n# 4 0x55f16933d520 - 1\tbacktracegen\n# 5 0x55f16933d529 - 1\tstart\n# 6 0x7f98829ada9d - 1\tstart_thread\n# 7 0x7f9882a28d1c - 1\t__clone3\n# 2 0x55f16933d306 - 1\tmain\nPASS: run-backtrace-native.sh\n# 0 0x7fcf7f6db66c    \t__pthread_kill_implementation\n# 1 0x7fcf7f686e16 - 1\traise\n# 2 0x55a3385de711 - 1\tmain\n# 3 0 - 1\t(null)\n# 4 0x6c697475666c652f - 1\t(null)\n/usr/lib/elfutils/ptest/tests/backtrace-data: dwfl_thread_getframes: No DWARF information found\n# 2 0x55a3385de711 - 1\tmain\nPASS: run-backtrace-data.sh\n0x7f322ef3966c\t__pthread_kill_implementation\n0x7f322eee4e16\traise\n0x7f322eece2e1\tabort\n0x55a1313fc216\tcallme\n0x55a1313fc21c\tdoit\n0x55a1313fc77f\tmain\n0x55a1313fc77f\tmain\nPASS: run-backtrace-dwarf.sh\nbiarch testing disabled\nSKIP: run-backtrace-native-biarch.sh\nflock: invalid option -- 'w'\nBusyBox v1.37.0 () multi-call binary.\n\nUsage: flock [-sxun] FD | { FILE [-c] PROG ARGS }\nSKIP: run-backtrace-native-core.sh\nbiarch testing disabled\nSKIP: run-backtrace-native-core-biarch.sh\n./backtrace ./backtrace.x86_64.exec ./backtrace.x86_64.core\n0x400000\t0x6e0000\t/home/jkratoch/redhat/elfutils/tests/backtrace.x86_64.exec\n0x7fff1bdcc000\t0x7fff1bdce000\tlinux-vdso.so.1\nTID 23097:\n# 0 0x40a62b    \traise\n# 1 0x401e3d - 1\tsigusr2\n# 2 0x401f88 - 1\tstdarg\n# 3 0x401fa6 - 1\tbacktracegen\n# 4 0x401fbd - 1\tstart\n# 5 0x403773 - 1\tstart_thread\n# 6 0x444239 - 1\t__clone\nTID 23096:\n# 0 0x404880    \tpthread_join\n# 1 0x4021f9 - 1\tmain\n# 2 0x40ba94 - 1\t__libc_start_main\n# 3 0x401d0d - 1\t_start\n# 1 0x4021f9 - 1\tmain\n# 3 0x401fa6 - 1\tbacktracegen\nPASS: run-backtrace-core-x86_64.sh\n./backtrace ./backtrace.x86_64.fp.exec ./backtrace.x86_64.fp.core\n0x400000\t0x6ca000\t/home/ulf/dev/elfutils/tests/backtrace.x86_64.fp.exec\n0x7fff6f250000\t0x7fff6f252000\tlinux-vdso.so.1\nTID 28872:\n# 0 0x40545b    \traise\n# 1 0x401b0d - 1\tsigusr2\n# 2 0x401bb0 - 1\tstdarg\n# 3 0x401c00 - 1\tbacktracegen\n# 4 0x401c09 - 1\tstart\n# 5 0x402d74 - 1\tstart_thread\n# 6 0x4383b9 - 1\t__clone\nTID 28871:\n# 0 0x4040f4    \tpthread_join\n# 1 0x401677 - 1\tmain\n# 2 0x4066a0 - 1\t__libc_start_main\n# 3 0x4019b7 - 1\t_start\n# 1 0x401677 - 1\tmain\n# 3 0x401c00 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-x86_64.sh\n./backtrace ./backtrace.aarch64.fp.exec ./backtrace.aarch64.fp.core\n0x400000\t0x4a3000\t/home/ulf/backtrace.aarch64.fp.exec\n0x7fb6380000\t0x7fb6381000\tlinux-vdso.so.1\nTID 350:\n# 0 0x40583c    \traise\n# 1 0x401aac - 1\tsigusr2\n# 2 0x401aac - 1\tsigusr2\n# 3 0x401ba8 - 1\tstdarg\n# 4 0x401c04 - 1\tbacktracegen\n# 5 0x401c10 - 1\tstart\n# 6 0x402f44 - 1\tstart_thread\nTID 349:\n# 0 0x403fcc    \tpthread_join\n# 1 0x401810 - 1\tmain\n# 2 0x401810 - 1\tmain\n# 3 0x406544 - 1\t__libc_start_main\n# 4 0x401918 - 1\t$x\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n# 1 0x401810 - 1\tmain\n# 2 0x401810 - 1\tmain\n# 4 0x401c04 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-aarch64.sh\n./backtrace ./backtrace.ppc64le.fp.exec ./backtrace.ppc64le.fp.core\n0x10000000\t0x10100000\t/root/mjw/elfutils/tests/backtrace.ppc64le.fp.exec\n0x3fffa9410000\t0x3fffa9420000\tlinux-vdso64.so.1\nTID 23728:\n# 0 0x100104bc    \traise\n# 1 0x10002a1c - 1\tsigusr2\n# 2 0x10002a1c - 1\tsigusr2\n# 3 0x10002b38 - 1\tstdarg\n# 4 0x10002bc4 - 1\tbacktracegen\n# 5 0x10002bf0 - 1\tstart\n# 6 0x10004c28 - 1\tstart_thread\nTID 23727:\n# 0 0x10006034    \tpthread_join\n# 1 0x100025bc - 1\tmain\n# 2 0x100025bc - 1\tmain\n# 3 0x100123c4 - 1\tgeneric_start_main\n# 4 0x10012570 - 1\t__libc_start_main\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 1 0x100025bc - 1\tmain\n# 2 0x100025bc - 1\tmain\n# 4 0x10002bc4 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-ppc64le.sh\n./backtrace ./backtrace.x32.exec ./backtrace.x32.core\n0x400000\t0x6da000\t/export/gnu/import/git/elfutils/tests/backtrace.x32.exe\n0xfff64000\t0xfff65000\tlinux-vdso.so.1\nTID 3843:\n# 0 0x40b2a2    \traise\n# 1 0x400e9c - 1\tsigusr2\n# 2 0x400f2b - 1\tstdarg\n# 3 0x400f9f - 1\tbacktracegen\n# 4 0x400fa8 - 1\tstart\n# 5 0x402964 - 1\tstart_thread\n# 6 0x44c8c9 - 1\t__clone\nTID 3842:\n# 0 0x4039ea    \tpthread_join\n# 1 0x400a12 - 1\tmain\n# 2 0x411d0c - 1\t__libc_start_main\n# 3 0x400d43 - 1\t_start\n# 1 0x400a12 - 1\tmain\n# 3 0x400f9f - 1\tbacktracegen\nPASS: run-backtrace-core-x32.sh\n./backtrace ./backtrace.i386.exec ./backtrace.i386.core\n0x8048000\t0x8110000\t/home/jkratoch/redhat/elfutils/tests/backtrace.i386.exec\n0xf77f7000\t0xf77f8000\tlinux-gate.so.1\nTID 23101:\n# 0 0xf77f7430    \t__kernel_vsyscall\n# 1 0x8052207 - 1\traise\n# 2 0x8049a8a - 1\tsigusr2\n# 3 0x8049b84 - 1\tstdarg\n# 4 0x8049ba0 - 1\tbacktracegen\n# 5 0x8049bb0 - 1\tstart\n# 6 0x804b1c0 - 1\tstart_thread\n# 7 0x807f3fe - 1\t__clone\nTID 23100:\n# 0 0xf77f7430    \t__kernel_vsyscall\n# 1 0x804c25d - 1\tpthread_join\n# 2 0x8049e20 - 1\tmain\n# 3 0x805351a - 1\t__libc_start_main\n# 4 0x804993d - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 2 0x8049e20 - 1\tmain\n# 4 0x8049ba0 - 1\tbacktracegen\nPASS: run-backtrace-core-i386.sh\n./backtrace ./backtrace.i386.fp.exec ./backtrace.i386.fp.core\n0x8a7000\t0x8a8000\tlinux-gate.so.1\n0x8048000\t0x80f9000\t[exe]\nTID 12045:\n# 0 0x8a7416    \t__kernel_vsyscall\n# 1 0x8051ab9 - 1\traise\n# 2 0x80485c1 - 1\tsigusr2\n# 3 0x8048699 - 1\tstdarg\n# 4 0x8048702 - 1\tbacktracegen\n# 5 0x804871b - 1\tstart\n# 6 0x804a7cf - 1\tstart_thread\n# 7 0x80746fe - 1\t__clone\nTID 12044:\n# 0 0x8a7416    \t__kernel_vsyscall\n# 1 0x804ae30 - 1\tpthread_join\n# 2 0x804847c - 1\tmain\n# 3 0x8053188 - 1\t__libc_start_main\n# 4 0x80481e1 - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 2 0x804847c - 1\tmain\n# 4 0x8048702 - 1\tbacktracegen\nPASS: run-backtrace-fp-core-i386.sh\n./backtrace ./backtrace.ppc.exec ./backtrace.ppc.core\n0x100000\t0x110000\tlinux-vdso32.so.1\n0x10000000\t0x100e0000\t/home/mark/elfutils/tests/backtrace.ppc.exec\nTID 17198:\n# 0 0x1000e1f0    \traise\n# 1 0x10001f78 - 1\tsigusr2\n# 2 0x10002104 - 1\tstdarg\n# 3 0x10002144 - 1\tbacktracegen\n# 4 0x1000217c - 1\tstart\n# 5 0x1000406c - 1\tstart_thread\n# 6 0x100347a0 - 1\t__clone\nTID 17197:\n# 0 0x10005534    \tpthread_join\n# 1 0x1000241c - 1\tmain\n# 2 0x10010094 - 1\tgeneric_start_main\n# 3 0x100101f0 - 1\t__libc_start_main\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n# 1 0x1000241c - 1\tmain\n# 3 0x10002144 - 1\tbacktracegen\nPASS: run-backtrace-core-ppc.sh\n./backtrace ./backtrace.s390x.exec ./backtrace.s390x.core\n0x80000000\t0x800ca000\t[exe]\nTID 58546:\n# 0 0x8000ed50    \traise\n# 1 0x800003c6 - 1\tsigusr2\n# 2 0x8000051e - 1\tstdarg\n# 3 0x80000552 - 1\tbacktracegen\n# 4 0x80000584 - 1\tstart\n# 5 0x800040a4 - 1\tstart_thread\n# 6 0x80030cec - 1\tthread_start\nTID 58545:\n# 0 0x80004f7e    \tpthread_join\n# 1 0x80000894 - 1\tmain\n# 2 0x80010b64 - 1\t__libc_start_main\n# 3 0x8000022e - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 1 0x80000894 - 1\tmain\n# 3 0x80000552 - 1\tbacktracegen\nPASS: run-backtrace-core-s390x.sh\n./backtrace ./backtrace.s390.exec ./backtrace.s390.core\n0x400000\t0x4af000\t[exe]\nTID 58560:\n# 0 0x40c4a2    \traise\n# 1 0x4003e0 - 1\tsigusr2\n# 2 0x4004f8 - 1\tstdarg\n# 3 0x400520 - 1\tbacktracegen\n# 4 0x400540 - 1\tstart\n# 5 0x4033e0 - 1\tstart_thread\n# 6 0x428e18 - 1\tthread_start\nTID 58559:\n# 0 0x404058    \tpthread_join\n# 1 0x4007d8 - 1\tmain\n# 2 0x40dc1a - 1\t__libc_start_main\n# 3 0x400290 - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: No DWARF information found\n# 1 0x4007d8 - 1\tmain\n# 3 0x400520 - 1\tbacktracegen\nPASS: run-backtrace-core-s390.sh\n./backtrace ./backtrace.aarch64.exec ./backtrace.aarch64.core\n0x400000\t0x4c0000\t/tmp/elfutils/tests/backtrace-child\n0x7f818e1000\t0x7f818e2000\tlinux-vdso.so.1\nTID 24044:\n# 0 0x40c6d0    \traise\n# 1 0x401ee0 - 1\tsigusr2\n# 2 0x401fe0 - 1\tstdarg\n# 3 0x402038 - 1\tbacktracegen\n# 4 0x402044 - 1\tstart\n# 5 0x4038d0 - 1\tstart_thread\n# 6 0x42d3a0 - 1\t__clone\nTID 24043:\n# 0 0x4048bc    \tpthread_join\n# 1 0x401c00 - 1\tmain\n# 2 0x40dc60 - 1\t__libc_start_main\n# 3 0x401d34 - 1\t$x\n# 4 0x401d34 - 1\t$x\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: address out of range\n# 1 0x401c00 - 1\tmain\n# 3 0x402038 - 1\tbacktracegen\nPASS: run-backtrace-core-aarch64.sh\n./backtrace ./backtrace.sparc.exec ./backtrace.sparc.core\n0x100000\t0x2b2000\t[exe]\n0xfffffc011c9a0000\t0xfffffc011c9a2000\tlinux-vdso.so.1\nTID 21612:\n# 0 0x10c488    \traise\n# 1 0x1005dc - 1\tsigusr2\n# 2 0x1006f0 - 1\tstdarg\n# 3 0x10076c - 1\tbacktracegen\n# 4 0x10078c - 1\tstart\n# 5 0x103384 - 1\tstart_thread\n# 6 0x1311b8 - 1\t__thread_start\nTID 21611:\n# 0 0x103920    \tpthread_join\n# 1 0x100924 - 1\tmain\n# 2 0x10e0a8 - 1\t__libc_start_main\n# 3 0x100434 - 1\t_start\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n/usr/lib/elfutils/ptest/tests/backtrace: dwfl_thread_getframes: no matching address range\n# 1 0x100924 - 1\tmain\n# 3 0x10076c - 1\tbacktracegen\nPASS: run-backtrace-core-sparc.sh\nPID 18460 - core\nTID 18460:\n#0  0x00000000004005bc cxxfunc(int)\n#1  0x00000000004005d2 f\n/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)\n/usr/bin/eu-stack: tid 18460: shown max number of frames (2, use -n 0 for unlimited)\n#1  0x00000000004005d2 f\n#0  0x00000000004005bc cxxfunc(int)\nPASS: run-backtrace-demangle.sh\nPASS: run-stack-d-test.sh\nPASS: run-stack-i-test.sh\nPASS: run-stack-demangled-test.sh\nPASS: run-readelf-zx.sh\nPASS: run-readelf-zp.sh\nPASS: run-readelf-arm-flags.sh\nPASS: run-readelf-addr.sh\nPASS: run-readelf-str.sh\nPASS: run-readelf-multi-noline.sh\nPASS: run-readelf-types.sh\nPASS: run-readelf-dwz-multi.sh\nPASS: run-allfcts-multi.sh\nPID 6065 - process\nTID 6065:\n#0  0x00007fd53b741497 __internal_syscall_cancel\n#1  0x00007fd53b78d5fe clock_nanosleep@GLIBC_2.2.5\n#2  0x00007fd53b7981e7 __nanosleep\n#3  0x00007fd53b7a987d sleep\n#4  0x00007fd53b8a411e libfunc\n#5  0x00005567ba6b91d2 main\n#6  0x00007fd53b6dd068 __libc_start_call_main\n#7  0x00007fd53b6dd11b __libc_start_main@@GLIBC_2.34\n#8  0x00005567ba6b9205 _start\nPASS: run-deleted.sh\n/usr/bin/eu-stack: dwfl_thread_getframes tid 3130 at 0x3fdf821d64 in /usr/lib64/libc-2.18.so: Callback returned failure\nPID 3130 - core\nTID 3130:\n#0  0x00007f08bc24d681 libfunc - .////////////////////////////////////linkmap-cut-lib.so\n#1  0x00000000004006b4 main - linkmap-cut\n#2  0x0000003fdf821d65 - /usr/lib64/libc-2.18.so\nPASS: run-linkmap-cut.sh\nPASS: run-aggregate-size.sh\nPASS: run-peel-type.sh\nmodule name: /usr/lib/elfutils/ptest/tests/vdsosyms\nmodule name: /usr/lib/libz.so.1.3.1\nmodule name: /usr/lib/libelf-0.193.so\nmodule name: /lib/libc.so.6\nmodule name: /usr/lib/libdw-0.193.so\nmodule name: [vdso: 6137]\nvdso syms: 14\n0: '' 0 (0)\n1: 'clock_gettime' a50 (7f79f6d28a50)\n2: '__vdso_gettimeofday' 790 (7f79f6d28790)\n3: 'clock_getres' dc0 (7f79f6d28dc0)\n4: '__vdso_clock_getres' dc0 (7f79f6d28dc0)\n5: 'gettimeofday' 790 (7f79f6d28790)\n6: '__vdso_time' a20 (7f79f6d28a20)\n7: '__vdso_getrandom' e60 (7f79f6d28e60)\n8: 'time' a20 (7f79f6d28a20)\n9: '__vdso_clock_gettime' a50 (7f79f6d28a50)\n10: 'LINUX_2.6' 0 (0)\n11: '__vdso_getcpu' e20 (7f79f6d28e20)\n12: 'getcpu' e20 (7f79f6d28e20)\n13: 'getrandom' e60 (7f79f6d28e60)\nmodule name: /lib/ld-linux-x86-64.so.2\nPASS: vdsosyms\nPASS: run-readelf-A.sh\nPASS: run-getsrc-die.sh\nPASS: run-strptr.sh\n\ncheck_elf: newdata.elf32\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\n\ncheck_elf: newdata.elf32.mmap\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\n\ncheck_elf: newdata.elf64\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\n\ncheck_elf: newdata.elf64.mmap\nAdding 16 bytes.\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nReading ELF file\nOK 16 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nelf_getdata\nAdding 16 bytes.\nOK 32 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nAdding 16 bytes.\nOK 48 bytes.\nOK, section data item 0 (d_off: 0, d_size: 16)\n0 data (d_off: 0, len * i: 0): (0x55f43b37aca0 + 0) 123456789ABCDEF\nOK, section data item 1 (d_off: 16, d_size: 16)\n1 data (d_off: 16, len * i: 16): (0x55f43b3760f8 + 0) 123456789ABCDEF\nOK, section data item 2 (d_off: 32, d_size: 16)\n2 data (d_off: 32, len * i: 32): (0x55f43b3760f8 + 0) 123456789ABCDEF\nPASS: newdata\n\ncheck_elf: newzdata.elf32\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\n\ncheck_elf: newzdata.elf32.mmap\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\n\ncheck_elf: newzdata.elf64\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\n\ncheck_elf: newzdata.elf64.mmap\nAdding 16 bytes.\nAdding 16 bytes.\nAdding 16 bytes.\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nReading ELF file\nOK 48 bytes.\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nelf_rawdata\nAdding 16 bytes.\nOK 64 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nReading ELF file\nOK 48 bytes.\nsection data item (d_off: 0, d_size: 48)\nelf_getdata\nAdding 16 bytes.\nAdding 16 bytes.\nOK 80 bytes.\nsection data item (d_off: 0, d_size: 48)\nsection data item (d_off: 48, d_size: 16)\nsection data item (d_off: 64, d_size: 16)\nPASS: newzdata\n\nfname: strtab.elf.32\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\n\nfname: strtab.elf.32.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\n\nfname: strtab.elf.64\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\n\nfname: strtab.elf.64.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strings', stridx: 10, lastidx: 1\nadd_string: 'elfutils', stridx: 19, lastidx: 10\nadd_string: 'strtabelf', stridx: 29, lastidx: 19\nadd_string: 'three', stridx: 35, lastidx: 29\nchecking orig strings: first elf_update, before write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nchecking orig strings: first elf_update, after write\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nadd_string: 'elfutils2', stridx: 45, lastidx: 35\nadd_string: 'strtabelf2', stridx: 56, lastidx: 45\nadd_string: 'three2', stridx: 63, lastidx: 56\nchecking orig strings: first extra strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'elfutils2'\n\t'strtabelf2'\n\t'three2'\nchecking orig strings: read ELF file, orig strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\nsh_size: 35\nadd_string: '0123456789', stridx: 46, lastidx: 35\nadd_string: 'supercalifragilisticexpialidocious', stridx: 81, lastidx: 46\nadd_string: 'forty-two', stridx: 91, lastidx: 81\nchecking orig strings: read file, added strings\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nchecking orig strings: all together now\n\t''\n\t'.strings'\n\t'elfutils'\n\t'strtabelf'\n\t'three'\n\t'0123456789'\n\t'supercalifragilisticexpialidocious'\n\t'forty-two'\nPASS: elfstrtab\nthread tid: 6232\nthread tid: 6233\nthread tid: 6234\nPASS: dwfl-proc-attach\nopen OK\nelf_begin OK\ntesting ELF class: 1, layout: 0\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nelf_begin OK\ntesting ELF class: 1, layout: 1\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\ngelf_getehdr OK\ngelf_update_ehdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nelf_begin OK\ntesting ELF class: 2, layout: 0\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nelf_begin OK\ntesting ELF class: 2, layout: 1\ngelf_newehdr OK\ngelf_getclass OK\nelf_flagelf OK\ngelf_getehdr OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\ngelf_update_ehdr OK\nelf_update OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 0 OK\ne_phnum == 0 OK\ne_shoff == 0 OK\ne_phoff == 0 OK\nelf_getshdrnum OK\nshnum == 0 OK\nelf_getphdrnum OK\nphnum == 0 OK\nelf_newscn OK\ngelf_newphdr OK\ngelf_getehdr OK\ngelf_update_ehdr OK\nelf_update OK\nelf_getshdrnum OK\nshnum == 1 OK\nelf_getphdrnum OK\nphnum == 1 OK\ngelf_getehdr OK\nEI_DATA OK\ne_version OK\ne_shnum == 2 OK\ne_phnum == 1 OK\ne_shoff != 0 OK\ne_phoff != 0 OK\ne_shentsize OK\ne_phentsize OK\nPASS: elfshphehdr\nLFS testing is irrelevant on this system\nSKIP: run-lfs-symbols.sh\nPASS: run-dwelfgnucompressed.sh\nPASS: run-elfgetchdr.sh\nPASS: run-elfgetzdata.sh\nPASS: run-elfputzdata.sh\nPASS: run-zstrptr.sh\nuncompress testfile4 -> testfile4.uncompressed\nprocessing: testfile4\n[27] .debug_aranges already decompressed\n[28] .debug_pubnames already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\nNo errors\ncompress gnu testfile4.uncompressed -> testfile4.gnu\nprocessing: testfile4.uncompressed\n[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)\n[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)\n[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)\n[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)\n[33] Updating section string table\nNo errors\nuncompress testfile4.gnu -> testfile4.gnu.uncompressed\nprocessing: testfile4.gnu\n[27] .zdebug_aranges decompressed (55 => 56 101.82%)\n[28] .zdebug_pubnames decompressed (84 => 93 110.71%)\n[29] .zdebug_info decompressed (634 => 960 151.42%)\n[30] .zdebug_abbrev decompressed (225 => 405 180.00%)\n[31] .zdebug_line decompressed (131 => 189 144.27%)\n[33] Updating section string table\ncompress gabi testfile4.uncompressed -> testfile4.gabi\nprocessing: testfile4.uncompressed\n[27] .debug_aranges compressed (56 => 55 98.21%)\n[28] .debug_pubnames compressed (93 => 84 90.32%)\n[29] .debug_info compressed (960 => 634 66.04%)\n[30] .debug_abbrev compressed (405 => 225 55.56%)\n[31] .debug_line compressed (189 => 131 69.31%)\nNo errors\nuncompress testfile4.gabi -> testfile4.gabi.uncompressed\nprocessing: testfile4.gabi\n[27] .debug_aranges decompressed (55 => 56 101.82%)\n[28] .debug_pubnames decompressed (84 => 93 110.71%)\n[29] .debug_info decompressed (634 => 960 151.42%)\n[30] .debug_abbrev decompressed (225 => 405 180.00%)\n[31] .debug_line decompressed (131 => 189 144.27%)\nmerging string tables testfile4 -> testfile4.merged\nWARNING: symbol table [34] contains section symbol 33 for old shdrstrndx 33\nuncompress testfile4.merged -> testfile4.merged.uncompressed\nprocessing: testfile4.merged\n[27] .debug_aranges already decompressed\n[28] .debug_pubnames already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\nNo errors\ncompress gnu testfile4.merged.uncompressed -> testfile4.merged.gnu\nprocessing: testfile4.merged.uncompressed\n[27] .debug_aranges compressed -> .zdebug_aranges (56 => 55 98.21%)\n[28] .debug_pubnames compressed -> .zdebug_pubnames (93 => 84 90.32%)\n[29] .debug_info compressed -> .zdebug_info (960 => 634 66.04%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (405 => 225 55.56%)\n[31] .debug_line compressed -> .zdebug_line (189 => 131 69.31%)\n[34] Updating section string table\n[33] Updating symbol table\nNo errors\nuncompress testfile4.merged.gnu -> testfile4.merged.gnu.uncompressed\nprocessing: testfile4.merged.gnu\n[27] .zdebug_aranges decompressed (55 => 56 101.82%)\n[28] .zdebug_pubnames decompressed (84 => 93 110.71%)\n[29] .zdebug_info decompressed (634 => 960 151.42%)\n[30] .zdebug_abbrev decompressed (225 => 405 180.00%)\n[31] .zdebug_line decompressed (131 => 189 144.27%)\n[34] Updating section string table\n[33] Updating symbol table\ncompress gabi testfile4.merged.uncompressed -> testfile4.merged.gabi\nprocessing: testfile4.merged.uncompressed\n[27] .debug_aranges compressed (56 => 55 98.21%)\n[28] .debug_pubnames compressed (93 => 84 90.32%)\n[29] .debug_info compressed (960 => 634 66.04%)\n[30] .debug_abbrev compressed (405 => 225 55.56%)\n[31] .debug_line compressed (189 => 131 69.31%)\nNo errors\nuncompress testfile4.merged.gabi -> testfile4.merged.gabi.uncompressed\nprocessing: testfile4.merged.gabi\n[27] .debug_aranges decompressed (55 => 56 101.82%)\n[28] .debug_pubnames decompressed (84 => 93 110.71%)\n[29] .debug_info decompressed (634 => 960 151.42%)\n[30] .debug_abbrev decompressed (225 => 405 180.00%)\n[31] .debug_line decompressed (131 => 189 144.27%)\nuncompress testfile12 -> testfile12.uncompressed\nprocessing: testfile12\n[23] .debug_aranges already decompressed\n[24] .debug_pubnames already decompressed\n[25] .debug_info already decompressed\n[26] .debug_abbrev already decompressed\n[27] .debug_line already decompressed\n[28] .debug_frame already decompressed\n[29] .debug_str already decompressed\n[30] .debug_macinfo already decompressed\nNo errors\ncompress gnu testfile12.uncompressed -> testfile12.gnu\nprocessing: testfile12.uncompressed\n[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)\n[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)\n[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)\n[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)\n[31] Updating section string table\nNo errors\nuncompress testfile12.gnu -> testfile12.gnu.uncompressed\nprocessing: testfile12.gnu\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .zdebug_aranges decompressed (83 => 192 231.33%)\n[25] .zdebug_info decompressed (1879 => 3468 184.57%)\n[26] .zdebug_abbrev decompressed (202 => 341 168.81%)\n[27] .zdebug_line decompressed (371 => 709 191.11%)\n[29] .zdebug_str decompressed (986 => 2235 226.67%)\n[30] .zdebug_macinfo decompressed (4360 => 10518 241.24%)\n[31] Updating section string table\ncompress gabi testfile12.uncompressed -> testfile12.gabi\nprocessing: testfile12.uncompressed\n[23] .debug_aranges compressed (192 => 95 49.48%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed (3468 => 1891 54.53%)\n[26] .debug_abbrev compressed (341 => 214 62.76%)\n[27] .debug_line compressed (709 => 383 54.02%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed (2235 => 998 44.65%)\n[30] .debug_macinfo compressed (10518 => 4372 41.57%)\nNo errors\nuncompress testfile12.gabi -> testfile12.gabi.uncompressed\nprocessing: testfile12.gabi\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .debug_aranges decompressed (95 => 192 202.11%)\n[25] .debug_info decompressed (1891 => 3468 183.40%)\n[26] .debug_abbrev decompressed (214 => 341 159.35%)\n[27] .debug_line decompressed (383 => 709 185.12%)\n[29] .debug_str decompressed (998 => 2235 223.95%)\n[30] .debug_macinfo decompressed (4372 => 10518 240.58%)\nmerging string tables testfile12 -> testfile12.merged\nWARNING: symbol table [32] contains section symbol 31 for old shdrstrndx 31\nuncompress testfile12.merged -> testfile12.merged.uncompressed\nprocessing: testfile12.merged\n[23] .debug_aranges already decompressed\n[24] .debug_pubnames already decompressed\n[25] .debug_info already decompressed\n[26] .debug_abbrev already decompressed\n[27] .debug_line already decompressed\n[28] .debug_frame already decompressed\n[29] .debug_str already decompressed\n[30] .debug_macinfo already decompressed\nNo errors\ncompress gnu testfile12.merged.uncompressed -> testfile12.merged.gnu\nprocessing: testfile12.merged.uncompressed\n[23] .debug_aranges compressed -> .zdebug_aranges (192 => 83 43.23%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed -> .zdebug_info (3468 => 1879 54.18%)\n[26] .debug_abbrev compressed -> .zdebug_abbrev (341 => 202 59.24%)\n[27] .debug_line compressed -> .zdebug_line (709 => 371 52.33%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed -> .zdebug_str (2235 => 986 44.12%)\n[30] .debug_macinfo compressed -> .zdebug_macinfo (10518 => 4360 41.45%)\n[32] Updating section string table\n[31] Updating symbol table\nNo errors\nuncompress testfile12.merged.gnu -> testfile12.merged.gnu.uncompressed\nprocessing: testfile12.merged.gnu\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .zdebug_aranges decompressed (83 => 192 231.33%)\n[25] .zdebug_info decompressed (1879 => 3468 184.57%)\n[26] .zdebug_abbrev decompressed (202 => 341 168.81%)\n[27] .zdebug_line decompressed (371 => 709 191.11%)\n[29] .zdebug_str decompressed (986 => 2235 226.67%)\n[30] .zdebug_macinfo decompressed (4360 => 10518 241.24%)\n[32] Updating section string table\n[31] Updating symbol table\ncompress gabi testfile12.merged.uncompressed -> testfile12.merged.gabi\nprocessing: testfile12.merged.uncompressed\n[23] .debug_aranges compressed (192 => 95 49.48%)\n[24] .debug_pubnames NOT compressed, wouldn't be smaller\n[25] .debug_info compressed (3468 => 1891 54.53%)\n[26] .debug_abbrev compressed (341 => 214 62.76%)\n[27] .debug_line compressed (709 => 383 54.02%)\n[28] .debug_frame NOT compressed, wouldn't be smaller\n[29] .debug_str compressed (2235 => 998 44.65%)\n[30] .debug_macinfo compressed (10518 => 4372 41.57%)\nNo errors\nuncompress testfile12.merged.gabi -> testfile12.merged.gabi.uncompressed\nprocessing: testfile12.merged.gabi\n[24] .debug_pubnames already decompressed\n[28] .debug_frame already decompressed\n[23] .debug_aranges decompressed (95 => 192 202.11%)\n[25] .debug_info decompressed (1891 => 3468 183.40%)\n[26] .debug_abbrev decompressed (214 => 341 159.35%)\n[27] .debug_line decompressed (383 => 709 185.12%)\n[29] .debug_str decompressed (998 => 2235 223.95%)\n[30] .debug_macinfo decompressed (4372 => 10518 240.58%)\nuncompress testfileppc64 -> testfileppc64.uncompressed\nprocessing: testfileppc64\n[26] .debug_aranges already decompressed\n[27] .debug_info already decompressed\n[28] .debug_abbrev already decompressed\n[29] .debug_line already decompressed\n[30] .debug_frame already decompressed\n[31] .debug_str already decompressed\n[32] .debug_loc already decompressed\n[33] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc64.uncompressed -> testfileppc64.gnu\nprocessing: testfileppc64.uncompressed\n[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)\n[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)\n[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)\n[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)\n[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)\n[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)\n[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\n[34] Updating section string table\nNo errors\nuncompress testfileppc64.gnu -> testfileppc64.gnu.uncompressed\nprocessing: testfileppc64.gnu\n[33] .debug_ranges already decompressed\n[26] .zdebug_aranges decompressed (53 => 96 181.13%)\n[27] .zdebug_info decompressed (211 => 363 172.04%)\n[28] .zdebug_abbrev decompressed (194 => 315 162.37%)\n[29] .zdebug_line decompressed (89 => 119 133.71%)\n[30] .zdebug_frame decompressed (73 => 96 131.51%)\n[31] .zdebug_str decompressed (155 => 174 112.26%)\n[32] .zdebug_loc decompressed (73 => 171 234.25%)\n[34] Updating section string table\ncompress gabi testfileppc64.uncompressed -> testfileppc64.gabi\nprocessing: testfileppc64.uncompressed\n[26] .debug_aranges compressed (96 => 65 67.71%)\n[27] .debug_info compressed (363 => 223 61.43%)\n[28] .debug_abbrev compressed (315 => 206 65.40%)\n[29] .debug_line compressed (119 => 101 84.87%)\n[30] .debug_frame compressed (96 => 85 88.54%)\n[31] .debug_str compressed (174 => 167 95.98%)\n[32] .debug_loc compressed (171 => 85 49.71%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc64.gabi -> testfileppc64.gabi.uncompressed\nprocessing: testfileppc64.gabi\n[33] .debug_ranges already decompressed\n[26] .debug_aranges decompressed (65 => 96 147.69%)\n[27] .debug_info decompressed (223 => 363 162.78%)\n[28] .debug_abbrev decompressed (206 => 315 152.91%)\n[29] .debug_line decompressed (101 => 119 117.82%)\n[30] .debug_frame decompressed (85 => 96 112.94%)\n[31] .debug_str decompressed (167 => 174 104.19%)\n[32] .debug_loc decompressed (85 => 171 201.18%)\nmerging string tables testfileppc64 -> testfileppc64.merged\nuncompress testfileppc64.merged -> testfileppc64.merged.uncompressed\nprocessing: testfileppc64.merged\n[26] .debug_aranges already decompressed\n[27] .debug_info already decompressed\n[28] .debug_abbrev already decompressed\n[29] .debug_line already decompressed\n[30] .debug_frame already decompressed\n[31] .debug_str already decompressed\n[32] .debug_loc already decompressed\n[33] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc64.merged.uncompressed -> testfileppc64.merged.gnu\nprocessing: testfileppc64.merged.uncompressed\n[26] .debug_aranges compressed -> .zdebug_aranges (96 => 53 55.21%)\n[27] .debug_info compressed -> .zdebug_info (363 => 211 58.13%)\n[28] .debug_abbrev compressed -> .zdebug_abbrev (315 => 194 61.59%)\n[29] .debug_line compressed -> .zdebug_line (119 => 89 74.79%)\n[30] .debug_frame compressed -> .zdebug_frame (96 => 73 76.04%)\n[31] .debug_str compressed -> .zdebug_str (174 => 155 89.08%)\n[32] .debug_loc compressed -> .zdebug_loc (171 => 73 42.69%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\n[35] Updating section string table\n[34] Updating symbol table\nNo errors\nuncompress testfileppc64.merged.gnu -> testfileppc64.merged.gnu.uncompressed\nprocessing: testfileppc64.merged.gnu\n[33] .debug_ranges already decompressed\n[26] .zdebug_aranges decompressed (53 => 96 181.13%)\n[27] .zdebug_info decompressed (211 => 363 172.04%)\n[28] .zdebug_abbrev decompressed (194 => 315 162.37%)\n[29] .zdebug_line decompressed (89 => 119 133.71%)\n[30] .zdebug_frame decompressed (73 => 96 131.51%)\n[31] .zdebug_str decompressed (155 => 174 112.26%)\n[32] .zdebug_loc decompressed (73 => 171 234.25%)\n[35] Updating section string table\n[34] Updating symbol table\ncompress gabi testfileppc64.merged.uncompressed -> testfileppc64.merged.gabi\nprocessing: testfileppc64.merged.uncompressed\n[26] .debug_aranges compressed (96 => 65 67.71%)\n[27] .debug_info compressed (363 => 223 61.43%)\n[28] .debug_abbrev compressed (315 => 206 65.40%)\n[29] .debug_line compressed (119 => 101 84.87%)\n[30] .debug_frame compressed (96 => 85 88.54%)\n[31] .debug_str compressed (174 => 167 95.98%)\n[32] .debug_loc compressed (171 => 85 49.71%)\n[33] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc64.merged.gabi -> testfileppc64.merged.gabi.uncompressed\nprocessing: testfileppc64.merged.gabi\n[33] .debug_ranges already decompressed\n[26] .debug_aranges decompressed (65 => 96 147.69%)\n[27] .debug_info decompressed (223 => 363 162.78%)\n[28] .debug_abbrev decompressed (206 => 315 152.91%)\n[29] .debug_line decompressed (101 => 119 117.82%)\n[30] .debug_frame decompressed (85 => 96 112.94%)\n[31] .debug_str decompressed (167 => 174 104.19%)\n[32] .debug_loc decompressed (85 => 171 201.18%)\nuncompress testfileppc32 -> testfileppc32.uncompressed\nprocessing: testfileppc32\n[28] .debug_aranges already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\n[32] .debug_frame already decompressed\n[33] .debug_str already decompressed\n[34] .debug_loc already decompressed\n[35] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc32.uncompressed -> testfileppc32.gnu\nprocessing: testfileppc32.uncompressed\n[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)\n[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)\n[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)\n[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)\n[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)\n[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\n[36] Updating section string table\nNo errors\nuncompress testfileppc32.gnu -> testfileppc32.gnu.uncompressed\nprocessing: testfileppc32.gnu\n[35] .debug_ranges already decompressed\n[28] .zdebug_aranges decompressed (48 => 64 133.33%)\n[29] .zdebug_info decompressed (208 => 319 153.37%)\n[30] .zdebug_abbrev decompressed (197 => 318 161.42%)\n[31] .zdebug_line decompressed (85 => 109 128.24%)\n[32] .zdebug_frame decompressed (53 => 64 120.75%)\n[33] .zdebug_str decompressed (159 => 179 112.58%)\n[34] .zdebug_loc decompressed (68 => 99 145.59%)\n[36] Updating section string table\ncompress gabi testfileppc32.uncompressed -> testfileppc32.gabi\nprocessing: testfileppc32.uncompressed\n[28] .debug_aranges compressed (64 => 48 75.00%)\n[29] .debug_info compressed (319 => 208 65.20%)\n[30] .debug_abbrev compressed (318 => 197 61.95%)\n[31] .debug_line compressed (109 => 85 77.98%)\n[32] .debug_frame compressed (64 => 53 82.81%)\n[33] .debug_str compressed (179 => 159 88.83%)\n[34] .debug_loc compressed (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc32.gabi -> testfileppc32.gabi.uncompressed\nprocessing: testfileppc32.gabi\n[35] .debug_ranges already decompressed\n[28] .debug_aranges decompressed (48 => 64 133.33%)\n[29] .debug_info decompressed (208 => 319 153.37%)\n[30] .debug_abbrev decompressed (197 => 318 161.42%)\n[31] .debug_line decompressed (85 => 109 128.24%)\n[32] .debug_frame decompressed (53 => 64 120.75%)\n[33] .debug_str decompressed (159 => 179 112.58%)\n[34] .debug_loc decompressed (68 => 99 145.59%)\nmerging string tables testfileppc32 -> testfileppc32.merged\nuncompress testfileppc32.merged -> testfileppc32.merged.uncompressed\nprocessing: testfileppc32.merged\n[28] .debug_aranges already decompressed\n[29] .debug_info already decompressed\n[30] .debug_abbrev already decompressed\n[31] .debug_line already decompressed\n[32] .debug_frame already decompressed\n[33] .debug_str already decompressed\n[34] .debug_loc already decompressed\n[35] .debug_ranges already decompressed\nNo errors\ncompress gnu testfileppc32.merged.uncompressed -> testfileppc32.merged.gnu\nprocessing: testfileppc32.merged.uncompressed\n[28] .debug_aranges compressed -> .zdebug_aranges (64 => 48 75.00%)\n[29] .debug_info compressed -> .zdebug_info (319 => 208 65.20%)\n[30] .debug_abbrev compressed -> .zdebug_abbrev (318 => 197 61.95%)\n[31] .debug_line compressed -> .zdebug_line (109 => 85 77.98%)\n[32] .debug_frame compressed -> .zdebug_frame (64 => 53 82.81%)\n[33] .debug_str compressed -> .zdebug_str (179 => 159 88.83%)\n[34] .debug_loc compressed -> .zdebug_loc (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\n[37] Updating section string table\n[36] Updating symbol table\nNo errors\nuncompress testfileppc32.merged.gnu -> testfileppc32.merged.gnu.uncompressed\nprocessing: testfileppc32.merged.gnu\n[35] .debug_ranges already decompressed\n[28] .zdebug_aranges decompressed (48 => 64 133.33%)\n[29] .zdebug_info decompressed (208 => 319 153.37%)\n[30] .zdebug_abbrev decompressed (197 => 318 161.42%)\n[31] .zdebug_line decompressed (85 => 109 128.24%)\n[32] .zdebug_frame decompressed (53 => 64 120.75%)\n[33] .zdebug_str decompressed (159 => 179 112.58%)\n[34] .zdebug_loc decompressed (68 => 99 145.59%)\n[37] Updating section string table\n[36] Updating symbol table\ncompress gabi testfileppc32.merged.uncompressed -> testfileppc32.merged.gabi\nprocessing: testfileppc32.merged.uncompressed\n[28] .debug_aranges compressed (64 => 48 75.00%)\n[29] .debug_info compressed (319 => 208 65.20%)\n[30] .debug_abbrev compressed (318 => 197 61.95%)\n[31] .debug_line compressed (109 => 85 77.98%)\n[32] .debug_frame compressed (64 => 53 82.81%)\n[33] .debug_str compressed (179 => 159 88.83%)\n[34] .debug_loc compressed (99 => 68 68.69%)\n[35] .debug_ranges NOT compressed, wouldn't be smaller\nNo errors\nuncompress testfileppc32.merged.gabi -> testfileppc32.merged.gabi.uncompressed\nprocessing: testfileppc32.merged.gabi\n[35] .debug_ranges already decompressed\n[28] .debug_aranges decompressed (48 => 64 133.33%)\n[29] .debug_info decompressed (208 => 319 153.37%)\n[30] .debug_abbrev decompressed (197 => 318 161.42%)\n[31] .debug_line decompressed (85 => 109 128.24%)\n[32] .debug_frame decompressed (53 => 64 120.75%)\n[33] .debug_str decompressed (159 => 179 112.58%)\n[34] .debug_loc decompressed (68 => 99 145.59%)\nuncompress testfile-zgnu64 -> testfile-zgnu64.uncompressed\nprocessing: testfile-zgnu64\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[6] Updating section string table\nNo errors\ncompress gnu testfile-zgnu64.uncompressed -> testfile-zgnu64.gnu\nprocessing: testfile-zgnu64.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgnu64.gnu -> testfile-zgnu64.gnu.uncompressed\nprocessing: testfile-zgnu64.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[6] Updating section string table\ncompress gabi testfile-zgnu64.uncompressed -> testfile-zgnu64.gabi\nprocessing: testfile-zgnu64.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64.gabi -> testfile-zgnu64.gabi.uncompressed\nprocessing: testfile-zgnu64.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgnu64 -> testfile-zgnu64.merged\nuncompress testfile-zgnu64.merged -> testfile-zgnu64.merged.uncompressed\nprocessing: testfile-zgnu64.merged\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gnu\nprocessing: testfile-zgnu64.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgnu64.merged.gnu -> testfile-zgnu64.merged.gnu.uncompressed\nprocessing: testfile-zgnu64.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgnu64.merged.uncompressed -> testfile-zgnu64.merged.gabi\nprocessing: testfile-zgnu64.merged.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64.merged.gabi -> testfile-zgnu64.merged.gabi.uncompressed\nprocessing: testfile-zgnu64.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgnu64be -> testfile-zgnu64be.uncompressed\nprocessing: testfile-zgnu64be\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\nNo errors\ncompress gnu testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gnu\nprocessing: testfile-zgnu64be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgnu64be.gnu -> testfile-zgnu64be.gnu.uncompressed\nprocessing: testfile-zgnu64be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\ncompress gabi testfile-zgnu64be.uncompressed -> testfile-zgnu64be.gabi\nprocessing: testfile-zgnu64be.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64be.gabi -> testfile-zgnu64be.gabi.uncompressed\nprocessing: testfile-zgnu64be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgnu64be -> testfile-zgnu64be.merged\nuncompress testfile-zgnu64be.merged -> testfile-zgnu64be.merged.uncompressed\nprocessing: testfile-zgnu64be.merged\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gnu\nprocessing: testfile-zgnu64be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgnu64be.merged.gnu -> testfile-zgnu64be.merged.gnu.uncompressed\nprocessing: testfile-zgnu64be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgnu64be.merged.uncompressed -> testfile-zgnu64be.merged.gabi\nprocessing: testfile-zgnu64be.merged.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgnu64be.merged.gabi -> testfile-zgnu64be.merged.gabi.uncompressed\nprocessing: testfile-zgnu64be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgabi64 -> testfile-zgabi64.uncompressed\nprocessing: testfile-zgabi64\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64.uncompressed -> testfile-zgabi64.gnu\nprocessing: testfile-zgabi64.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgabi64.gnu -> testfile-zgabi64.gnu.uncompressed\nprocessing: testfile-zgabi64.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[6] Updating section string table\ncompress gabi testfile-zgabi64.uncompressed -> testfile-zgabi64.gabi\nprocessing: testfile-zgabi64.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64.gabi -> testfile-zgabi64.gabi.uncompressed\nprocessing: testfile-zgabi64.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgabi64 -> testfile-zgabi64.merged\nuncompress testfile-zgabi64.merged -> testfile-zgabi64.merged.uncompressed\nprocessing: testfile-zgabi64.merged\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gnu\nprocessing: testfile-zgabi64.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (96 => 50 52.08%)\n[3] .debug_info compressed -> .zdebug_info (170 => 111 65.29%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgabi64.merged.gnu -> testfile-zgabi64.merged.gnu.uncompressed\nprocessing: testfile-zgabi64.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (50 => 96 192.00%)\n[3] .zdebug_info decompressed (111 => 170 153.15%)\n[5] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgabi64.merged.uncompressed -> testfile-zgabi64.merged.gabi\nprocessing: testfile-zgabi64.merged.uncompressed\n[2] .debug_aranges compressed (96 => 62 64.58%)\n[3] .debug_info compressed (170 => 123 72.35%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64.merged.gabi -> testfile-zgabi64.merged.gabi.uncompressed\nprocessing: testfile-zgabi64.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (62 => 96 154.84%)\n[3] .debug_info decompressed (123 => 170 138.21%)\n[5] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgabi64be -> testfile-zgabi64be.uncompressed\nprocessing: testfile-zgabi64be\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gnu\nprocessing: testfile-zgabi64be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgabi64be.gnu -> testfile-zgabi64be.gnu.uncompressed\nprocessing: testfile-zgabi64be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[7] Updating section string table\ncompress gabi testfile-zgabi64be.uncompressed -> testfile-zgabi64be.gabi\nprocessing: testfile-zgabi64be.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64be.gabi -> testfile-zgabi64be.gabi.uncompressed\nprocessing: testfile-zgabi64be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nmerging string tables testfile-zgabi64be -> testfile-zgabi64be.merged\nuncompress testfile-zgabi64be.merged -> testfile-zgabi64be.merged.uncompressed\nprocessing: testfile-zgabi64be.merged\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nNo errors\ncompress gnu testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gnu\nprocessing: testfile-zgabi64be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (96 => 52 54.17%)\n[4] .debug_info compressed -> .zdebug_info (126 => 89 70.63%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (141 => 91 64.54%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgabi64be.merged.gnu -> testfile-zgabi64be.merged.gnu.uncompressed\nprocessing: testfile-zgabi64be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (52 => 96 184.62%)\n[4] .zdebug_info decompressed (89 => 126 141.57%)\n[6] .zdebug_line decompressed (91 => 141 154.95%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgabi64be.merged.uncompressed -> testfile-zgabi64be.merged.gabi\nprocessing: testfile-zgabi64be.merged.uncompressed\n[3] .debug_aranges compressed (96 => 64 66.67%)\n[4] .debug_info compressed (126 => 101 80.16%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (141 => 103 73.05%)\nNo errors\nuncompress testfile-zgabi64be.merged.gabi -> testfile-zgabi64be.merged.gabi.uncompressed\nprocessing: testfile-zgabi64be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (64 => 96 150.00%)\n[4] .debug_info decompressed (101 => 126 124.75%)\n[6] .debug_line decompressed (103 => 141 136.89%)\nuncompress testfile-zgnu32 -> testfile-zgnu32.uncompressed\nprocessing: testfile-zgnu32\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[6] Updating section string table\nNo errors\ncompress gnu testfile-zgnu32.uncompressed -> testfile-zgnu32.gnu\nprocessing: testfile-zgnu32.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgnu32.gnu -> testfile-zgnu32.gnu.uncompressed\nprocessing: testfile-zgnu32.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[6] Updating section string table\ncompress gabi testfile-zgnu32.uncompressed -> testfile-zgnu32.gabi\nprocessing: testfile-zgnu32.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgnu32.gabi -> testfile-zgnu32.gabi.uncompressed\nprocessing: testfile-zgnu32.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nmerging string tables testfile-zgnu32 -> testfile-zgnu32.merged\nuncompress testfile-zgnu32.merged -> testfile-zgnu32.merged.uncompressed\nprocessing: testfile-zgnu32.merged\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gnu\nprocessing: testfile-zgnu32.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgnu32.merged.gnu -> testfile-zgnu32.merged.gnu.uncompressed\nprocessing: testfile-zgnu32.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgnu32.merged.uncompressed -> testfile-zgnu32.merged.gabi\nprocessing: testfile-zgnu32.merged.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgnu32.merged.gabi -> testfile-zgnu32.merged.gabi.uncompressed\nprocessing: testfile-zgnu32.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nuncompress testfile-zgnu32be -> testfile-zgnu32be.uncompressed\nprocessing: testfile-zgnu32be\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[7] Updating section string table\nNo errors\ncompress gnu testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gnu\nprocessing: testfile-zgnu32be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgnu32be.gnu -> testfile-zgnu32be.gnu.uncompressed\nprocessing: testfile-zgnu32be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[7] Updating section string table\ncompress gabi testfile-zgnu32be.uncompressed -> testfile-zgnu32be.gabi\nprocessing: testfile-zgnu32be.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgnu32be.gabi -> testfile-zgnu32be.gabi.uncompressed\nprocessing: testfile-zgnu32be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nmerging string tables testfile-zgnu32be -> testfile-zgnu32be.merged\nuncompress testfile-zgnu32be.merged -> testfile-zgnu32be.merged.uncompressed\nprocessing: testfile-zgnu32be.merged\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\ncompress gnu testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gnu\nprocessing: testfile-zgnu32be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgnu32be.merged.gnu -> testfile-zgnu32be.merged.gnu.uncompressed\nprocessing: testfile-zgnu32be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgnu32be.merged.uncompressed -> testfile-zgnu32be.merged.gabi\nprocessing: testfile-zgnu32be.merged.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgnu32be.merged.gabi -> testfile-zgnu32be.merged.gabi.uncompressed\nprocessing: testfile-zgnu32be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nuncompress testfile-zgabi32 -> testfile-zgabi32.uncompressed\nprocessing: testfile-zgabi32\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nNo errors\ncompress gnu testfile-zgabi32.uncompressed -> testfile-zgabi32.gnu\nprocessing: testfile-zgabi32.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[6] Updating section string table\nNo errors\nuncompress testfile-zgabi32.gnu -> testfile-zgabi32.gnu.uncompressed\nprocessing: testfile-zgabi32.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[6] Updating section string table\ncompress gabi testfile-zgabi32.uncompressed -> testfile-zgabi32.gabi\nprocessing: testfile-zgabi32.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgabi32.gabi -> testfile-zgabi32.gabi.uncompressed\nprocessing: testfile-zgabi32.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nmerging string tables testfile-zgabi32 -> testfile-zgabi32.merged\nuncompress testfile-zgabi32.merged -> testfile-zgabi32.merged.uncompressed\nprocessing: testfile-zgabi32.merged\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nNo errors\ncompress gnu testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gnu\nprocessing: testfile-zgabi32.merged.uncompressed\n[2] .debug_aranges compressed -> .zdebug_aranges (64 => 49 76.56%)\n[3] .debug_info compressed -> .zdebug_info (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed -> .zdebug_line (133 => 90 67.67%)\n[7] Updating section string table\n[6] Updating symbol table\nNo errors\nuncompress testfile-zgabi32.merged.gnu -> testfile-zgabi32.merged.gnu.uncompressed\nprocessing: testfile-zgabi32.merged.gnu\n[4] .debug_abbrev already decompressed\n[2] .zdebug_aranges decompressed (49 => 64 130.61%)\n[3] .zdebug_info decompressed (111 => 154 138.74%)\n[5] .zdebug_line decompressed (90 => 133 147.78%)\n[7] Updating section string table\n[6] Updating symbol table\ncompress gabi testfile-zgabi32.merged.uncompressed -> testfile-zgabi32.merged.gabi\nprocessing: testfile-zgabi32.merged.uncompressed\n[2] .debug_aranges compressed (64 => 49 76.56%)\n[3] .debug_info compressed (154 => 111 72.08%)\n[4] .debug_abbrev NOT compressed, wouldn't be smaller\n[5] .debug_line compressed (133 => 90 67.67%)\nNo errors\nuncompress testfile-zgabi32.merged.gabi -> testfile-zgabi32.merged.gabi.uncompressed\nprocessing: testfile-zgabi32.merged.gabi\n[4] .debug_abbrev already decompressed\n[2] .debug_aranges decompressed (49 => 64 130.61%)\n[3] .debug_info decompressed (111 => 154 138.74%)\n[5] .debug_line decompressed (90 => 133 147.78%)\nuncompress testfile-zgabi32be -> testfile-zgabi32be.uncompressed\nprocessing: testfile-zgabi32be\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nNo errors\ncompress gnu testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gnu\nprocessing: testfile-zgabi32be.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[7] Updating section string table\nNo errors\nuncompress testfile-zgabi32be.gnu -> testfile-zgabi32be.gnu.uncompressed\nprocessing: testfile-zgabi32be.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[7] Updating section string table\ncompress gabi testfile-zgabi32be.uncompressed -> testfile-zgabi32be.gabi\nprocessing: testfile-zgabi32be.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgabi32be.gabi -> testfile-zgabi32be.gabi.uncompressed\nprocessing: testfile-zgabi32be.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nmerging string tables testfile-zgabi32be -> testfile-zgabi32be.merged\nuncompress testfile-zgabi32be.merged -> testfile-zgabi32be.merged.uncompressed\nprocessing: testfile-zgabi32be.merged\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nNo errors\ncompress gnu testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gnu\nprocessing: testfile-zgabi32be.merged.uncompressed\n[3] .debug_aranges compressed -> .zdebug_aranges (64 => 51 79.69%)\n[4] .debug_info compressed -> .zdebug_info (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed -> .zdebug_line (133 => 89 66.92%)\n[8] Updating section string table\n[7] Updating symbol table\nNo errors\nuncompress testfile-zgabi32be.merged.gnu -> testfile-zgabi32be.merged.gnu.uncompressed\nprocessing: testfile-zgabi32be.merged.gnu\n[5] .debug_abbrev already decompressed\n[3] .zdebug_aranges decompressed (51 => 64 125.49%)\n[4] .zdebug_info decompressed (88 => 110 125.00%)\n[6] .zdebug_line decompressed (89 => 133 149.44%)\n[8] Updating section string table\n[7] Updating symbol table\ncompress gabi testfile-zgabi32be.merged.uncompressed -> testfile-zgabi32be.merged.gabi\nprocessing: testfile-zgabi32be.merged.uncompressed\n[3] .debug_aranges compressed (64 => 51 79.69%)\n[4] .debug_info compressed (110 => 88 80.00%)\n[5] .debug_abbrev NOT compressed, wouldn't be smaller\n[6] .debug_line compressed (133 => 89 66.92%)\nNo errors\nuncompress testfile-zgabi32be.merged.gabi -> testfile-zgabi32be.merged.gabi.uncompressed\nprocessing: testfile-zgabi32be.merged.gabi\n[5] .debug_abbrev already decompressed\n[3] .debug_aranges decompressed (51 => 64 125.49%)\n[4] .debug_info decompressed (88 => 110 125.00%)\n[6] .debug_line decompressed (89 => 133 149.44%)\nPASS: run-compress-test.sh\nPASS: run-readelf-zdebug.sh\nPASS: run-readelf-zdebug-rel.sh\n\nfname: empty.elf.32\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\n\nfname: empty.elf.32.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\n\nfname: empty.elf.64\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\n\nfname: empty.elf.64.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nPASS: emptyfile\n\nfname: vendor.elf.32\n\nfname: vendor.elf.32.mmap\n\nfname: vendor.elf.64\n\nfname: vendor.elf.64.mmap\nPASS: vendorelf\n\nfname: fill.elf.32\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.32\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.32 again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\n\nfname: fill.elf.32.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.32.mmap\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.32.mmap again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\n\nfname: fill.elf.64\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.64\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.64 again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\n\nfname: fill.elf.64.mmap\nadd_string: '', stridx: 1, lastidx: 0\nadd_string: '.strtab', stridx: 9, lastidx: 1\nAdd data section .data1\nadd_string: '.data1', stridx: 16, lastidx: 9\nAdd data section .data2\nadd_string: '.data2', stridx: 23, lastidx: 16\nAdd data section .data3\nadd_string: '.data3', stridx: 30, lastidx: 23\nAdd data section .data4\nadd_string: '.data4', stridx: 37, lastidx: 30\nRereading fill.elf.64.mmap\nshdrstrndx: 1\ncheck data .data3 [1,2,3,4,5]\nRereading fill.elf.64.mmap again\ncheck data .data1 [1,2,3,4,5]\ncheck data .data2 [1,2,3,4,5]\ncheck data .data3 [5,4,3,2,1]\ncheck data .data4 [1,2,3,4,5]\nPASS: fillfile\nAda2005: 1\nAda2012: 1\nAda83: 1\nAda95: 1\nAlgol68: 1\nAssembly: 0\nBLISS: 0\nC: 0\nC11: 0\nC17: 0\nC23: 0\nC89: 0\nC99: 0\nCPP_for_OpenCL: 0\nC_plus_plus: 0\nC_plus_plus_03: 0\nC_plus_plus_11: 0\nC_plus_plus_14: 0\nC_plus_plus_17: 0\nC_plus_plus_20: 0\nC_plus_plus_23: 0\nC_sharp: 0\nCobol74: 1\nCobol85: 1\nCrystal: 0\nD: 0\nDylan: 0\nFortran03: 1\nFortran08: 1\nFortran18: 1\nFortran23: 1\nFortran77: 1\nFortran90: 1\nFortran95: 1\nGLSL: 0\nGLSL_ES: 0\nGo: 0\nHIP: 0\nHLSL: 0\nHaskell: 0\nHylo: 0\nJava: 0\nJulia: 1\nKotlin: 0\nMetal: 0\nMips_Assembler: 0\nModula2: 1\nModula3: 1\nMojo: 0\nMove: 0\nNim: 0\nOCaml: 0\nObjC: 0\nObjC_plus_plus: 0\nOdin: 0\nOpenCL: 0\nOpenCL_CPP: 0\nP4: 0\nPLI: 1\nPascal83: 1\nPython: 0\nRenderScript: 0\nRuby: 0\nRust: 0\nSYCL: 0\nSwift: 0\nUPC: 0\nV: 0\nZig: 0\nPASS: dwarf_default_lower_bound\nAda: 1\nAlgol68: 1\nAssembly: 0\nBLISS: 0\nC: 0\nCPP_for_OpenCL: 0\nC_plus_plus: 0\nC_sharp: 0\nCobol: 1\nCrystal: 0\nD: 0\nDylan: 0\nFortran: 1\nGLSL: 0\nGLSL_ES: 0\nGo: 0\nHIP: 0\nHLSL: 0\nHaskell: 0\nHylo: 0\nJava: 0\nJulia: 1\nKotlin: 0\nMetal: 0\nModula2: 1\nModula3: 1\nMojo: 0\nMove: 0\nNim: 0\nOCaml: 0\nObjC: 0\nObjC_plus_plus: 0\nOdin: 0\nOpenCL_C: 0\nOpenCL_CPP: 0\nP4: 0\nPLI: 1\nPascal: 1\nPython: 0\nRenderScript: 0\nRuby: 0\nRust: 0\nSYCL: 0\nSwift: 0\nUPC: 0\nV: 0\nZig: 0\nPASS: dwarf_language_lower_bound\nchecking testfile-debug-types\nchecking CU at 0\nchecking TU at 0\nchecking Type DIE at 4f\nchecking TU at 43\nchecking Type DIE at 7f\nchecking 2 subdie\nchecking 2 subdie\nchecking testfile_multi_main\nchecking CU at 0\nchecking alt debug\nchecking CU at 0\nchecking testfilebazdbgppc64.debug\nchecking CU at 0\nchecking CU at 90\nchecking testfile-dwarf-4\nchecking CU at 0\nchecking CU at 211\nchecking testfile-dwarf-5\nchecking CU at 0\nchecking CU at 20c\nchecking testfile-splitdwarf-4\nchecking CU at 0\nchecking CU at 34\nchecking 4 subdie\nchecking 4 subdie\nchecking testfile-splitdwarf-5\nchecking CU at 0\nchecking CU at 35\nchecking 4 subdie\nchecking 4 subdie\nchecking testfile-hello4.dwo\nchecking CU at 0\nchecking testfile-world4.dwo\nchecking CU at 0\nchecking testfile-hello5.dwo\nchecking CU at 0\nchecking testfile-world5.dwo\nchecking CU at 0\nchecking /usr/lib/elfutils/ptest/tests/..//src/addr2line\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at 47d4\nchecking CU at 4e69\nchecking /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at 3683\nchecking CU at 3d18\nchecking /usr/lib/elfutils/ptest/tests/..//src/stack\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at 4709\nchecking CU at 4d9e\nchecking /usr/lib/elfutils/ptest/tests/..//src/unstrip\nchecking CU at 0\nchecking CU at 39\nchecking CU at 1af\nchecking CU at 1f0\nchecking CU at 213\nchecking CU at af2c\nchecking CU at b289\nchecking CU at b6b9\nchecking CU at bd4e\nchecking /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nchecking CU at 0\nchecking CU at 23\nchecking CU at 35d\nchecking CU at 4dd\nchecking CU at 9ce\nchecking CU at b5b\nchecking CU at 4888\nchecking CU at 589b\nchecking CU at 6815\nchecking CU at 7b47\nchecking CU at 8a7b\nchecking CU at 99af\nchecking CU at a8e3\nchecking CU at b82a\nchecking CU at bb87\nchecking CU at bee4\nchecking CU at d017\nchecking CU at d54e\nchecking CU at da85\nchecking CU at dfbc\nchecking CU at e4f3\nchecking CU at 14870\nchecking CU at 15a3f\nchecking CU at 16c0e\nchecking CU at 17e53\nchecking CU at 18fb9\nchecking CU at 1a11f\nchecking CU at 1b0bd\nchecking CU at 1c302\nchecking CU at 1db67\nchecking CU at 1f449\nchecking CU at 20728\nchecking CU at 21b28\nchecking CU at 22f25\nchecking CU at 23ed4\nchecking CU at 251ba\nchecking CU at 2636e\nchecking CU at 28218\nchecking CU at 2932c\nchecking CU at 2ab23\nchecking CU at 2bc1e\nchecking CU at 2cdba\nchecking CU at 2ddf8\nchecking CU at 2ed2c\nchecking CU at 2ff88\nchecking CU at 31888\nchecking CU at 33254\nchecking CU at 3443f\nchecking CU at 35684\nchecking CU at 36acf\nchecking CU at 37bf9\nchecking CU at 3992b\nchecking CU at 3ab1a\nchecking CU at 3c491\nchecking CU at 3d5a5\nchecking CU at 3e6b9\nchecking CU at 3f7cd\nchecking CU at 408e1\nchecking CU at 419f5\nchecking CU at 42b29\nchecking CU at 43c45\nchecking CU at 45318\nchecking CU at 46e4b\nchecking CU at 489a4\nchecking CU at 4bcd3\nchecking CU at 4effe\nchecking CU at 50258\nchecking CU at 514dc\nchecking CU at 52646\nchecking CU at 53850\nchecking CU at 54a5a\nchecking CU at 55c80\nchecking CU at 56e6c\nchecking CU at 580b4\nchecking CU at 59348\nchecking CU at 5a542\nchecking CU at 5b788\nchecking CU at 5c9e7\nchecking CU at 5dc5a\nchecking CU at 5ee3f\nchecking CU at 60010\nchecking CU at 6117e\nchecking CU at 62335\nchecking CU at 635c4\nchecking CU at 647f2\nchecking CU at 659ca\nchecking CU at 669bb\nchecking CU at 679ac\nchecking CU at 6959a\nchecking CU at 6a849\nchecking CU at 6bb1f\nchecking CU at 6cc81\nchecking CU at 6deae\nchecking CU at 6f0db\nchecking CU at 70324\nchecking CU at 71533\nchecking CU at 7281f\nchecking CU at 7396f\nchecking CU at 74f2e\nchecking CU at 75eb8\nchecking CU at 7730c\nchecking CU at 78760\nchecking CU at 788ab\nchecking CU at 789f0\nchecking CU at 79c46\nchecking CU at 7aded\nchecking CU at 7bfa3\nchecking CU at 7d0ff\nchecking CU at 7e25b\nchecking CU at 7f384\nchecking CU at 80354\nchecking CU at 8044e\nchecking CU at 814dd\nchecking CU at 827b7\nchecking CU at 83a9f\nchecking CU at 84ca5\nchecking CU at 872f5\nchecking CU at 88a4a\nchecking CU at 88e47\nchecking /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nchecking CU at 0\nchecking CU at 23\nchecking CU at 1204\nchecking CU at 1a6e\nchecking CU at 41e7\nchecking CU at 4462\nchecking CU at 4c43\nchecking CU at 5bb9\nchecking CU at 6673\nchecking CU at 6ebc\nchecking CU at 7d42\nchecking CU at 88ce\nchecking CU at 9661\nchecking CU at a15d\nchecking CU at a961\nchecking CU at b2a8\nchecking CU at be5d\nchecking CU at c9e9\nchecking CU at d44d\nchecking CU at dc9e\nchecking CU at e796\nchecking CU at efff\nchecking CU at faf9\nchecking CU at 10344\nchecking CU at 10e5f\nchecking CU at 116aa\nchecking CU at 12153\nchecking CU at 12c1b\nchecking CU at 13db1\nchecking CU at 15528\nchecking CU at 1572d\nchecking CU at 15c4a\nchecking CU at 16a67\nchecking CU at 17ab6\nchecking CU at 18b05\nchecking CU at 19b54\nchecking /usr/lib/elfutils/ptest/tests/..//src/size.o\nchecking CU at 0\nchecking /usr/lib/elfutils/ptest/tests/..//src/strip.o\nchecking CU at 0\nPASS: run-dwarf-die-addr-die.sh\nfile: testfile-debug-types\nGot cudie: (null), unit_type: 1\nGot cudie: (null), unit_type: 2\nsubdie: B\nGot cudie: (null), unit_type: 2\nsubdie: A\n\nfile: testfile_multi_main\nGot cudie: main.c, unit_type: 1\n\nfile: testfilebazdbgppc64.debug\nGot cudie: foo.c, unit_type: 1\nGot cudie: bar.c, unit_type: 1\n\nfile: testfile-dwarf-4\nGot cudie: hello.c, unit_type: 1\nGot cudie: world.c, unit_type: 1\n\nfile: testfile-dwarf-5\nGot cudie: hello.c, unit_type: 1\nGot cudie: world.c, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/addr2line.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/elfclassify.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/stack\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/stack.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nGot cudie: ../sysdeps/x86_64/start.S, unit_type: 1\nGot cudie: ../sysdeps/x86/abi-note.c, unit_type: 1\nGot cudie: init.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/src/unstrip.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/xasprintf.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/xmalloc.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/printversion.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_version.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_hash.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_error.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_fill.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_begin.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_next.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_rand.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_end.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_kind.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getclass.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getbase.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getident.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_fsize.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_fsize.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_fsize.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_xlatetof.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_xlatetom.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_xlatetof.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_xlatetom.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_xlate.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_newehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_newehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_newehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_ehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_newphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_newphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_newphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_phdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getarhdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getarsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_rawfile.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_readall.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_cntl.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_nextscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_ndxscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_newscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_shdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_strptr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_rawdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_newdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getdata_rawchunk.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagelf.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagehdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagphdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagshdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_flagdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_memory.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_update.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_updatenull.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_updatenull.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_updatefile.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_updatefile.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_sym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getversym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getverneed.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getvernaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getverdef.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getverdaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getrel.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getrela.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_rel.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_rela.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getdyn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_dyn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getmove.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_move.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getsyminfo.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_syminfo.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getauxv.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_auxv.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getnote.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_xlatetof.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_xlatetom.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/nlist.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getsymshndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_symshndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_versym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_verneed.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_vernaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_verdef.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_verdaux.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getphdrnum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getshdrnum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getshdrstrndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_checksum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_checksum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_checksum.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/libelf_crc32.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/libelf_next_prime.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_clone.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getlib.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_update_lib.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_offscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_offscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_offscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_getaroff.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_gnu_hash.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_scnshndx.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf32_getchdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf64_getchdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/gelf_getchdr.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_compress.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libelf/elf_compress_gnu.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/lib/eu-search.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nGot cudie: ../sysdeps/x86_64/crti.S, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_begin.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_abort.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_end.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_error.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_getelf.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newscn_ingrp.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newsubscn.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newcomsym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newabssym.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_newscngrp.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_scngrp_newsignature.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_fill.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_align.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addstrz.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint8.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint8.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint16.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint16.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint32.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint32.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addint64.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduint64.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_adduleb128.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/asm_addsleb128.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_begin.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_cb.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_end.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/disasm_str.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libasm/symbolhash.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libebl/eblelfclass.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libebl/eblelfdata.c, unit_type: 1\nGot cudie: ../../elfutils-0.193/libebl/eblelfmachine.c, unit_type: 1\nGot cudie: ../sysdeps/x86_64/crtn.S, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/size.o\nGot cudie: /usr/src/debug/elfutils/0.193/src, unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/strip.o\nGot cudie: /usr/src/debug/elfutils/0.193/src, unit_type: 1\n\nPASS: run-get-units-invalid.sh\nfile: testfile-debug-types\nGot cudie unit_type: 1\nGot cudie unit_type: 2\nGot cudie unit_type: 2\n\nfile: testfile_multi_main\nGot cudie unit_type: 1\n\nfile: testfilebazdbgppc64.debug\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: testfile-dwarf-4\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: testfile-dwarf-5\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/stack\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\nGot cudie unit_type: 1\n\nPASS: run-get-units-split.sh\nPASS: run-attr-integrate-skel.sh\nPASS: run-all-dwarf-ranges.sh\nfile: testfile-debug-types\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\n1 cu dietag: 41, subtag: 13, version 4, unit_type 2\n2 cu dietag: 41, subtag: 13, version 4, unit_type 2\nrechecking: testfile-debug-types\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n1 re dietag: 41, subtag: 13, version 4, unit_type 2\n2 re dietag: 41, subtag: 13, version 4, unit_type 2\n\nfile: testfile_multi_main\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\nrechecking: testfile_multi_main\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n\nfile: testfilebazdbgppc64.debug\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\n1 cu dietag: 11, subtag: 0, version 4, unit_type 1\nrechecking: testfilebazdbgppc64.debug\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n1 re dietag: 11, subtag: 0, version 4, unit_type 1\n\nfile: testfile-dwarf-4\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 4, unit_type 1\n1 cu dietag: 11, subtag: 0, version 4, unit_type 1\nrechecking: testfile-dwarf-4\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 4, unit_type 1\n1 re dietag: 11, subtag: 0, version 4, unit_type 1\n\nfile: testfile-dwarf-5\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: testfile-dwarf-5\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/addr2line\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/elfclassify\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/stack\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/stack\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\n7 cu dietag: 11, subtag: 0, version 5, unit_type 1\n8 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//src/unstrip\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n7 re dietag: 11, subtag: 0, version 5, unit_type 1\n8 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\n7 cu dietag: 11, subtag: 0, version 5, unit_type 1\n8 cu dietag: 11, subtag: 0, version 5, unit_type 1\n9 cu dietag: 11, subtag: 0, version 5, unit_type 1\n10 cu dietag: 11, subtag: 0, version 5, unit_type 1\n11 cu dietag: 11, subtag: 0, version 5, unit_type 1\n12 cu dietag: 11, subtag: 0, version 5, unit_type 1\n13 cu dietag: 11, subtag: 0, version 5, unit_type 1\n14 cu dietag: 11, subtag: 0, version 5, unit_type 1\n15 cu dietag: 11, subtag: 0, version 5, unit_type 1\n16 cu dietag: 11, subtag: 0, version 5, unit_type 1\n17 cu dietag: 11, subtag: 0, version 5, unit_type 1\n18 cu dietag: 11, subtag: 0, version 5, unit_type 1\n19 cu dietag: 11, subtag: 0, version 5, unit_type 1\n20 cu dietag: 11, subtag: 0, version 5, unit_type 1\n21 cu dietag: 11, subtag: 0, version 5, unit_type 1\n22 cu dietag: 11, subtag: 0, version 5, unit_type 1\n23 cu dietag: 11, subtag: 0, version 5, unit_type 1\n24 cu dietag: 11, subtag: 0, version 5, unit_type 1\n25 cu dietag: 11, subtag: 0, version 5, unit_type 1\n26 cu dietag: 11, subtag: 0, version 5, unit_type 1\n27 cu dietag: 11, subtag: 0, version 5, unit_type 1\n28 cu dietag: 11, subtag: 0, version 5, unit_type 1\n29 cu dietag: 11, subtag: 0, version 5, unit_type 1\n30 cu dietag: 11, subtag: 0, version 5, unit_type 1\n31 cu dietag: 11, subtag: 0, version 5, unit_type 1\n32 cu dietag: 11, subtag: 0, version 5, unit_type 1\n33 cu dietag: 11, subtag: 0, version 5, unit_type 1\n34 cu dietag: 11, subtag: 0, version 5, unit_type 1\n35 cu dietag: 11, subtag: 0, version 5, unit_type 1\n36 cu dietag: 11, subtag: 0, version 5, unit_type 1\n37 cu dietag: 11, subtag: 0, version 5, unit_type 1\n38 cu dietag: 11, subtag: 0, version 5, unit_type 1\n39 cu dietag: 11, subtag: 0, version 5, unit_type 1\n40 cu dietag: 11, subtag: 0, version 5, unit_type 1\n41 cu dietag: 11, subtag: 0, version 5, unit_type 1\n42 cu dietag: 11, subtag: 0, version 5, unit_type 1\n43 cu dietag: 11, subtag: 0, version 5, unit_type 1\n44 cu dietag: 11, subtag: 0, version 5, unit_type 1\n45 cu dietag: 11, subtag: 0, version 5, unit_type 1\n46 cu dietag: 11, subtag: 0, version 5, unit_type 1\n47 cu dietag: 11, subtag: 0, version 5, unit_type 1\n48 cu dietag: 11, subtag: 0, version 5, unit_type 1\n49 cu dietag: 11, subtag: 0, version 5, unit_type 1\n50 cu dietag: 11, subtag: 0, version 5, unit_type 1\n51 cu dietag: 11, subtag: 0, version 5, unit_type 1\n52 cu dietag: 11, subtag: 0, version 5, unit_type 1\n53 cu dietag: 11, subtag: 0, version 5, unit_type 1\n54 cu dietag: 11, subtag: 0, version 5, unit_type 1\n55 cu dietag: 11, subtag: 0, version 5, unit_type 1\n56 cu dietag: 11, subtag: 0, version 5, unit_type 1\n57 cu dietag: 11, subtag: 0, version 5, unit_type 1\n58 cu dietag: 11, subtag: 0, version 5, unit_type 1\n59 cu dietag: 11, subtag: 0, version 5, unit_type 1\n60 cu dietag: 11, subtag: 0, version 5, unit_type 1\n61 cu dietag: 11, subtag: 0, version 5, unit_type 1\n62 cu dietag: 11, subtag: 0, version 5, unit_type 1\n63 cu dietag: 11, subtag: 0, version 5, unit_type 1\n64 cu dietag: 11, subtag: 0, version 5, unit_type 1\n65 cu dietag: 11, subtag: 0, version 5, unit_type 1\n66 cu dietag: 11, subtag: 0, version 5, unit_type 1\n67 cu dietag: 11, subtag: 0, version 5, unit_type 1\n68 cu dietag: 11, subtag: 0, version 5, unit_type 1\n69 cu dietag: 11, subtag: 0, version 5, unit_type 1\n70 cu dietag: 11, subtag: 0, version 5, unit_type 1\n71 cu dietag: 11, subtag: 0, version 5, unit_type 1\n72 cu dietag: 11, subtag: 0, version 5, unit_type 1\n73 cu dietag: 11, subtag: 0, version 5, unit_type 1\n74 cu dietag: 11, subtag: 0, version 5, unit_type 1\n75 cu dietag: 11, subtag: 0, version 5, unit_type 1\n76 cu dietag: 11, subtag: 0, version 5, unit_type 1\n77 cu dietag: 11, subtag: 0, version 5, unit_type 1\n78 cu dietag: 11, subtag: 0, version 5, unit_type 1\n79 cu dietag: 11, subtag: 0, version 5, unit_type 1\n80 cu dietag: 11, subtag: 0, version 5, unit_type 1\n81 cu dietag: 11, subtag: 0, version 5, unit_type 1\n82 cu dietag: 11, subtag: 0, version 5, unit_type 1\n83 cu dietag: 11, subtag: 0, version 5, unit_type 1\n84 cu dietag: 11, subtag: 0, version 5, unit_type 1\n85 cu dietag: 11, subtag: 0, version 5, unit_type 1\n86 cu dietag: 11, subtag: 0, version 5, unit_type 1\n87 cu dietag: 11, subtag: 0, version 5, unit_type 1\n88 cu dietag: 11, subtag: 0, version 5, unit_type 1\n89 cu dietag: 11, subtag: 0, version 5, unit_type 1\n90 cu dietag: 11, subtag: 0, version 5, unit_type 1\n91 cu dietag: 11, subtag: 0, version 5, unit_type 1\n92 cu dietag: 11, subtag: 0, version 5, unit_type 1\n93 cu dietag: 11, subtag: 0, version 5, unit_type 1\n94 cu dietag: 11, subtag: 0, version 5, unit_type 1\n95 cu dietag: 11, subtag: 0, version 5, unit_type 1\n96 cu dietag: 11, subtag: 0, version 5, unit_type 1\n97 cu dietag: 11, subtag: 0, version 5, unit_type 1\n98 cu dietag: 11, subtag: 0, version 5, unit_type 1\n99 cu dietag: 11, subtag: 0, version 5, unit_type 1\n100 cu dietag: 11, subtag: 0, version 5, unit_type 1\n101 cu dietag: 11, subtag: 0, version 5, unit_type 1\n102 cu dietag: 11, subtag: 0, version 5, unit_type 1\n103 cu dietag: 11, subtag: 0, version 5, unit_type 1\n104 cu dietag: 11, subtag: 0, version 5, unit_type 1\n105 cu dietag: 11, subtag: 0, version 5, unit_type 1\n106 cu dietag: 11, subtag: 0, version 5, unit_type 1\n107 cu dietag: 11, subtag: 0, version 5, unit_type 1\n108 cu dietag: 11, subtag: 0, version 5, unit_type 1\n109 cu dietag: 11, subtag: 0, version 5, unit_type 1\n110 cu dietag: 11, subtag: 0, version 5, unit_type 1\n111 cu dietag: 11, subtag: 0, version 5, unit_type 1\n112 cu dietag: 11, subtag: 0, version 5, unit_type 1\n113 cu dietag: 11, subtag: 0, version 5, unit_type 1\n114 cu dietag: 11, subtag: 0, version 5, unit_type 1\n115 cu dietag: 11, subtag: 0, version 5, unit_type 1\n116 cu dietag: 11, subtag: 0, version 5, unit_type 1\n117 cu dietag: 11, subtag: 0, version 5, unit_type 1\n118 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n7 re dietag: 11, subtag: 0, version 5, unit_type 1\n8 re dietag: 11, subtag: 0, version 5, unit_type 1\n9 re dietag: 11, subtag: 0, version 5, unit_type 1\n10 re dietag: 11, subtag: 0, version 5, unit_type 1\n11 re dietag: 11, subtag: 0, version 5, unit_type 1\n12 re dietag: 11, subtag: 0, version 5, unit_type 1\n13 re dietag: 11, subtag: 0, version 5, unit_type 1\n14 re dietag: 11, subtag: 0, version 5, unit_type 1\n15 re dietag: 11, subtag: 0, version 5, unit_type 1\n16 re dietag: 11, subtag: 0, version 5, unit_type 1\n17 re dietag: 11, subtag: 0, version 5, unit_type 1\n18 re dietag: 11, subtag: 0, version 5, unit_type 1\n19 re dietag: 11, subtag: 0, version 5, unit_type 1\n20 re dietag: 11, subtag: 0, version 5, unit_type 1\n21 re dietag: 11, subtag: 0, version 5, unit_type 1\n22 re dietag: 11, subtag: 0, version 5, unit_type 1\n23 re dietag: 11, subtag: 0, version 5, unit_type 1\n24 re dietag: 11, subtag: 0, version 5, unit_type 1\n25 re dietag: 11, subtag: 0, version 5, unit_type 1\n26 re dietag: 11, subtag: 0, version 5, unit_type 1\n27 re dietag: 11, subtag: 0, version 5, unit_type 1\n28 re dietag: 11, subtag: 0, version 5, unit_type 1\n29 re dietag: 11, subtag: 0, version 5, unit_type 1\n30 re dietag: 11, subtag: 0, version 5, unit_type 1\n31 re dietag: 11, subtag: 0, version 5, unit_type 1\n32 re dietag: 11, subtag: 0, version 5, unit_type 1\n33 re dietag: 11, subtag: 0, version 5, unit_type 1\n34 re dietag: 11, subtag: 0, version 5, unit_type 1\n35 re dietag: 11, subtag: 0, version 5, unit_type 1\n36 re dietag: 11, subtag: 0, version 5, unit_type 1\n37 re dietag: 11, subtag: 0, version 5, unit_type 1\n38 re dietag: 11, subtag: 0, version 5, unit_type 1\n39 re dietag: 11, subtag: 0, version 5, unit_type 1\n40 re dietag: 11, subtag: 0, version 5, unit_type 1\n41 re dietag: 11, subtag: 0, version 5, unit_type 1\n42 re dietag: 11, subtag: 0, version 5, unit_type 1\n43 re dietag: 11, subtag: 0, version 5, unit_type 1\n44 re dietag: 11, subtag: 0, version 5, unit_type 1\n45 re dietag: 11, subtag: 0, version 5, unit_type 1\n46 re dietag: 11, subtag: 0, version 5, unit_type 1\n47 re dietag: 11, subtag: 0, version 5, unit_type 1\n48 re dietag: 11, subtag: 0, version 5, unit_type 1\n49 re dietag: 11, subtag: 0, version 5, unit_type 1\n50 re dietag: 11, subtag: 0, version 5, unit_type 1\n51 re dietag: 11, subtag: 0, version 5, unit_type 1\n52 re dietag: 11, subtag: 0, version 5, unit_type 1\n53 re dietag: 11, subtag: 0, version 5, unit_type 1\n54 re dietag: 11, subtag: 0, version 5, unit_type 1\n55 re dietag: 11, subtag: 0, version 5, unit_type 1\n56 re dietag: 11, subtag: 0, version 5, unit_type 1\n57 re dietag: 11, subtag: 0, version 5, unit_type 1\n58 re dietag: 11, subtag: 0, version 5, unit_type 1\n59 re dietag: 11, subtag: 0, version 5, unit_type 1\n60 re dietag: 11, subtag: 0, version 5, unit_type 1\n61 re dietag: 11, subtag: 0, version 5, unit_type 1\n62 re dietag: 11, subtag: 0, version 5, unit_type 1\n63 re dietag: 11, subtag: 0, version 5, unit_type 1\n64 re dietag: 11, subtag: 0, version 5, unit_type 1\n65 re dietag: 11, subtag: 0, version 5, unit_type 1\n66 re dietag: 11, subtag: 0, version 5, unit_type 1\n67 re dietag: 11, subtag: 0, version 5, unit_type 1\n68 re dietag: 11, subtag: 0, version 5, unit_type 1\n69 re dietag: 11, subtag: 0, version 5, unit_type 1\n70 re dietag: 11, subtag: 0, version 5, unit_type 1\n71 re dietag: 11, subtag: 0, version 5, unit_type 1\n72 re dietag: 11, subtag: 0, version 5, unit_type 1\n73 re dietag: 11, subtag: 0, version 5, unit_type 1\n74 re dietag: 11, subtag: 0, version 5, unit_type 1\n75 re dietag: 11, subtag: 0, version 5, unit_type 1\n76 re dietag: 11, subtag: 0, version 5, unit_type 1\n77 re dietag: 11, subtag: 0, version 5, unit_type 1\n78 re dietag: 11, subtag: 0, version 5, unit_type 1\n79 re dietag: 11, subtag: 0, version 5, unit_type 1\n80 re dietag: 11, subtag: 0, version 5, unit_type 1\n81 re dietag: 11, subtag: 0, version 5, unit_type 1\n82 re dietag: 11, subtag: 0, version 5, unit_type 1\n83 re dietag: 11, subtag: 0, version 5, unit_type 1\n84 re dietag: 11, subtag: 0, version 5, unit_type 1\n85 re dietag: 11, subtag: 0, version 5, unit_type 1\n86 re dietag: 11, subtag: 0, version 5, unit_type 1\n87 re dietag: 11, subtag: 0, version 5, unit_type 1\n88 re dietag: 11, subtag: 0, version 5, unit_type 1\n89 re dietag: 11, subtag: 0, version 5, unit_type 1\n90 re dietag: 11, subtag: 0, version 5, unit_type 1\n91 re dietag: 11, subtag: 0, version 5, unit_type 1\n92 re dietag: 11, subtag: 0, version 5, unit_type 1\n93 re dietag: 11, subtag: 0, version 5, unit_type 1\n94 re dietag: 11, subtag: 0, version 5, unit_type 1\n95 re dietag: 11, subtag: 0, version 5, unit_type 1\n96 re dietag: 11, subtag: 0, version 5, unit_type 1\n97 re dietag: 11, subtag: 0, version 5, unit_type 1\n98 re dietag: 11, subtag: 0, version 5, unit_type 1\n99 re dietag: 11, subtag: 0, version 5, unit_type 1\n100 re dietag: 11, subtag: 0, version 5, unit_type 1\n101 re dietag: 11, subtag: 0, version 5, unit_type 1\n102 re dietag: 11, subtag: 0, version 5, unit_type 1\n103 re dietag: 11, subtag: 0, version 5, unit_type 1\n104 re dietag: 11, subtag: 0, version 5, unit_type 1\n105 re dietag: 11, subtag: 0, version 5, unit_type 1\n106 re dietag: 11, subtag: 0, version 5, unit_type 1\n107 re dietag: 11, subtag: 0, version 5, unit_type 1\n108 re dietag: 11, subtag: 0, version 5, unit_type 1\n109 re dietag: 11, subtag: 0, version 5, unit_type 1\n110 re dietag: 11, subtag: 0, version 5, unit_type 1\n111 re dietag: 11, subtag: 0, version 5, unit_type 1\n112 re dietag: 11, subtag: 0, version 5, unit_type 1\n113 re dietag: 11, subtag: 0, version 5, unit_type 1\n114 re dietag: 11, subtag: 0, version 5, unit_type 1\n115 re dietag: 11, subtag: 0, version 5, unit_type 1\n116 re dietag: 11, subtag: 0, version 5, unit_type 1\n117 re dietag: 11, subtag: 0, version 5, unit_type 1\n118 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nfile: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nIterate getting all info, compare with dwarf_cu_info.\n0 cu dietag: 11, subtag: 0, version 5, unit_type 1\n1 cu dietag: 11, subtag: 0, version 5, unit_type 1\n2 cu dietag: 11, subtag: 0, version 5, unit_type 1\n3 cu dietag: 11, subtag: 0, version 5, unit_type 1\n4 cu dietag: 11, subtag: 0, version 5, unit_type 1\n5 cu dietag: 11, subtag: 0, version 5, unit_type 1\n6 cu dietag: 11, subtag: 0, version 5, unit_type 1\n7 cu dietag: 11, subtag: 0, version 5, unit_type 1\n8 cu dietag: 11, subtag: 0, version 5, unit_type 1\n9 cu dietag: 11, subtag: 0, version 5, unit_type 1\n10 cu dietag: 11, subtag: 0, version 5, unit_type 1\n11 cu dietag: 11, subtag: 0, version 5, unit_type 1\n12 cu dietag: 11, subtag: 0, version 5, unit_type 1\n13 cu dietag: 11, subtag: 0, version 5, unit_type 1\n14 cu dietag: 11, subtag: 0, version 5, unit_type 1\n15 cu dietag: 11, subtag: 0, version 5, unit_type 1\n16 cu dietag: 11, subtag: 0, version 5, unit_type 1\n17 cu dietag: 11, subtag: 0, version 5, unit_type 1\n18 cu dietag: 11, subtag: 0, version 5, unit_type 1\n19 cu dietag: 11, subtag: 0, version 5, unit_type 1\n20 cu dietag: 11, subtag: 0, version 5, unit_type 1\n21 cu dietag: 11, subtag: 0, version 5, unit_type 1\n22 cu dietag: 11, subtag: 0, version 5, unit_type 1\n23 cu dietag: 11, subtag: 0, version 5, unit_type 1\n24 cu dietag: 11, subtag: 0, version 5, unit_type 1\n25 cu dietag: 11, subtag: 0, version 5, unit_type 1\n26 cu dietag: 11, subtag: 0, version 5, unit_type 1\n27 cu dietag: 11, subtag: 0, version 5, unit_type 1\n28 cu dietag: 11, subtag: 0, version 5, unit_type 1\n29 cu dietag: 11, subtag: 0, version 5, unit_type 1\n30 cu dietag: 11, subtag: 0, version 5, unit_type 1\n31 cu dietag: 11, subtag: 0, version 5, unit_type 1\n32 cu dietag: 11, subtag: 0, version 5, unit_type 1\n33 cu dietag: 11, subtag: 0, version 5, unit_type 1\n34 cu dietag: 11, subtag: 0, version 5, unit_type 1\n35 cu dietag: 11, subtag: 0, version 5, unit_type 1\nrechecking: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\nIterate no info, compare recorded info with dwarf_cu_info.\n0 re dietag: 11, subtag: 0, version 5, unit_type 1\n1 re dietag: 11, subtag: 0, version 5, unit_type 1\n2 re dietag: 11, subtag: 0, version 5, unit_type 1\n3 re dietag: 11, subtag: 0, version 5, unit_type 1\n4 re dietag: 11, subtag: 0, version 5, unit_type 1\n5 re dietag: 11, subtag: 0, version 5, unit_type 1\n6 re dietag: 11, subtag: 0, version 5, unit_type 1\n7 re dietag: 11, subtag: 0, version 5, unit_type 1\n8 re dietag: 11, subtag: 0, version 5, unit_type 1\n9 re dietag: 11, subtag: 0, version 5, unit_type 1\n10 re dietag: 11, subtag: 0, version 5, unit_type 1\n11 re dietag: 11, subtag: 0, version 5, unit_type 1\n12 re dietag: 11, subtag: 0, version 5, unit_type 1\n13 re dietag: 11, subtag: 0, version 5, unit_type 1\n14 re dietag: 11, subtag: 0, version 5, unit_type 1\n15 re dietag: 11, subtag: 0, version 5, unit_type 1\n16 re dietag: 11, subtag: 0, version 5, unit_type 1\n17 re dietag: 11, subtag: 0, version 5, unit_type 1\n18 re dietag: 11, subtag: 0, version 5, unit_type 1\n19 re dietag: 11, subtag: 0, version 5, unit_type 1\n20 re dietag: 11, subtag: 0, version 5, unit_type 1\n21 re dietag: 11, subtag: 0, version 5, unit_type 1\n22 re dietag: 11, subtag: 0, version 5, unit_type 1\n23 re dietag: 11, subtag: 0, version 5, unit_type 1\n24 re dietag: 11, subtag: 0, version 5, unit_type 1\n25 re dietag: 11, subtag: 0, version 5, unit_type 1\n26 re dietag: 11, subtag: 0, version 5, unit_type 1\n27 re dietag: 11, subtag: 0, version 5, unit_type 1\n28 re dietag: 11, subtag: 0, version 5, unit_type 1\n29 re dietag: 11, subtag: 0, version 5, unit_type 1\n30 re dietag: 11, subtag: 0, version 5, unit_type 1\n31 re dietag: 11, subtag: 0, version 5, unit_type 1\n32 re dietag: 11, subtag: 0, version 5, unit_type 1\n33 re dietag: 11, subtag: 0, version 5, unit_type 1\n34 re dietag: 11, subtag: 0, version 5, unit_type 1\n35 re dietag: 11, subtag: 0, version 5, unit_type 1\n\nPASS: run-unit-info.sh\nPASS: run-reloc-bpf.sh\nPASS: run-next-cfi.sh\n/usr/lib/elfutils/ptest/tests/..//src/addr2line\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[132] FDE cie=[0]\n[152] FDE cie=[0]\n[260] FDE cie=[0]\n[336] FDE cie=[0]\n[380] FDE cie=[0]\n[408] FDE cie=[0]\n[464] FDE cie=[0]\n[576] FDE cie=[0]\n[608] FDE cie=[0]\n[660] FDE cie=[0]\n[688] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/elfclassify\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[132] FDE cie=[0]\n[164] FDE cie=[0]\n[192] FDE cie=[0]\n[220] FDE cie=[0]\n[348] FDE cie=[0]\n[428] FDE cie=[0]\n[464] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/stack\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[140] FDE cie=[0]\n[184] FDE cie=[0]\n[296] FDE cie=[0]\n[392] FDE cie=[0]\n[428] FDE cie=[0]\n[652] FDE cie=[0]\n[696] FDE cie=[0]\n[720] FDE cie=[0]\n[800] FDE cie=[0]\n[848] FDE cie=[0]\n[872] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/unstrip\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[48] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[140] FDE cie=[0]\n[176] FDE cie=[0]\n[240] FDE cie=[0]\n[296] FDE cie=[0]\n[376] FDE cie=[0]\n[448] FDE cie=[0]\n[480] FDE cie=[0]\n[512] FDE cie=[0]\n[540] FDE cie=[0]\n[568] FDE cie=[0]\n[628] FDE cie=[0]\n[708] FDE cie=[0]\n[732] FDE cie=[0]\n[792] FDE cie=[0]\n[836] FDE cie=[0]\n[856] FDE cie=[0]\n[876] FDE cie=[0]\n[912] FDE cie=[0]\n[1016] FDE cie=[0]\n[1048] FDE cie=[0]\n[1124] FDE cie=[0]\n[1172] FDE cie=[0]\n[1276] FDE cie=[0]\n[1324] FDE cie=[0]\n[1356] FDE cie=[0]\n[1436] FDE cie=[0]\n[1516] FDE cie=[0]\n[1668] FDE cie=[0]\n[1832] FDE cie=[0]\n[1864] FDE cie=[0]\n[1896] FDE cie=[0]\n[1924] FDE cie=[0]\n[1952] FDE cie=[0]\n[1984] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//libelf/libelf.so\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[64] FDE cie=[0]\n[88] FDE cie=[0]\n[112] FDE cie=[0]\n[136] FDE cie=[0]\n[160] FDE cie=[0]\n[188] FDE cie=[0]\n[228] FDE cie=[0]\n[256] FDE cie=[0]\n[280] FDE cie=[0]\n[360] FDE cie=[0]\n[428] FDE cie=[0]\n[524] FDE cie=[0]\n[556] FDE cie=[0]\n[636] FDE cie=[0]\n[680] FDE cie=[0]\n[728] FDE cie=[0]\n[772] FDE cie=[0]\n[800] FDE cie=[0]\n[832] FDE cie=[0]\n[856] FDE cie=[0]\n[960] FDE cie=[0]\n[992] FDE cie=[0]\n[1016] FDE cie=[0]\n[1040] FDE cie=[0]\n[1064] FDE cie=[0]\n[1088] FDE cie=[0]\n[1120] FDE cie=[0]\n[1152] FDE cie=[0]\n[1192] FDE cie=[0]\n[1232] FDE cie=[0]\n[1272] FDE cie=[0]\n[1312] FDE cie=[0]\n[1352] FDE cie=[0]\n[1372] FDE cie=[0]\n[1392] FDE cie=[0]\n[1412] FDE cie=[0]\n[1432] FDE cie=[0]\n[1452] FDE cie=[0]\n[1472] FDE cie=[0]\n[1492] FDE cie=[0]\n[1512] FDE cie=[0]\n[1532] FDE cie=[0]\n[1552] FDE cie=[0]\n[1572] FDE cie=[0]\n[1592] FDE cie=[0]\n[1612] FDE cie=[0]\n[1632] FDE cie=[0]\n[1652] FDE cie=[0]\n[1672] FDE cie=[0]\n[1692] FDE cie=[0]\n[1712] FDE cie=[0]\n[1732] FDE cie=[0]\n[1752] FDE cie=[0]\n[1772] FDE cie=[0]\n[1792] FDE cie=[0]\n[1812] FDE cie=[0]\n[1832] FDE cie=[0]\n[1852] FDE cie=[0]\n[1872] FDE cie=[0]\n[1892] FDE cie=[0]\n[1912] FDE cie=[0]\n[1932] FDE cie=[0]\n[1952] FDE cie=[0]\n[1972] FDE cie=[0]\n[2048] FDE cie=[0]\n[2068] FDE cie=[0]\n[2088] FDE cie=[0]\n[2108] FDE cie=[0]\n[2128] FDE cie=[0]\n[2148] FDE cie=[0]\n[2168] FDE cie=[0]\n[2244] FDE cie=[0]\n[2264] FDE cie=[0]\n[2324] FDE cie=[0]\n[2392] FDE cie=[0]\n[2424] FDE cie=[0]\n[2520] FDE cie=[0]\n[2540] FDE cie=[0]\n[2560] FDE cie=[0]\n[2592] FDE cie=[0]\n[2624] FDE cie=[0]\n[2656] FDE cie=[0]\n[2688] FDE cie=[0]\n[2720] FDE cie=[0]\n[2764] FDE cie=[0]\n[2784] FDE cie=[0]\n[2832] FDE cie=[0]\n[2880] FDE cie=[0]\n[2904] FDE cie=[0]\n[2944] FDE cie=[0]\n[3020] FDE cie=[0]\n[3052] FDE cie=[0]\n[3072] FDE cie=[0]\n[3096] FDE cie=[0]\n[3172] FDE cie=[0]\n[3204] FDE cie=[0]\n[3224] FDE cie=[0]\n[3248] FDE cie=[0]\n[3304] FDE cie=[0]\n[3372] FDE cie=[0]\n[3400] FDE cie=[0]\n[3456] FDE cie=[0]\n[3480] FDE cie=[0]\n[3504] FDE cie=[0]\n[3536] FDE cie=[0]\n[3572] FDE cie=[0]\n[3592] FDE cie=[0]\n[3668] FDE cie=[0]\n[3704] FDE cie=[0]\n[3736] FDE cie=[0]\n[3760] FDE cie=[0]\n[3788] FDE cie=[0]\n[3864] FDE cie=[0]\n[3896] FDE cie=[0]\n[3936] FDE cie=[0]\n[3956] FDE cie=[0]\n[3976] FDE cie=[0]\n[4000] FDE cie=[0]\n[4060] FDE cie=[0]\n[4088] FDE cie=[0]\n[4164] FDE cie=[0]\n[4196] FDE cie=[0]\n[4240] FDE cie=[0]\n[4284] FDE cie=[0]\n[4320] FDE cie=[0]\n[4396] FDE cie=[0]\n[4428] FDE cie=[0]\n[4472] FDE cie=[0]\n[4516] FDE cie=[0]\n[4552] FDE cie=[0]\n[4592] FDE cie=[0]\n[4648] FDE cie=[0]\n[4688] FDE cie=[0]\n[4720] FDE cie=[0]\n[4740] FDE cie=[0]\n[4820] FDE cie=[0]\n[4840] FDE cie=[0]\n[4880] FDE cie=[0]\n[4920] FDE cie=[0]\n[4940] FDE cie=[0]\n[4960] FDE cie=[0]\n[5008] FDE cie=[0]\n[5028] FDE cie=[0]\n[5104] FDE cie=[0]\n[5136] FDE cie=[0]\n[5176] FDE cie=[0]\n[5216] FDE cie=[0]\n[5256] FDE cie=[0]\n[5296] FDE cie=[0]\n[5336] FDE cie=[0]\n[5376] FDE cie=[0]\n[5400] FDE cie=[0]\n[5472] FDE cie=[0]\n[5552] FDE cie=[0]\n[5584] FDE cie=[0]\n[5664] FDE cie=[0]\n[5696] FDE cie=[0]\n[5716] FDE cie=[0]\n[5816] FDE cie=[0]\n[5896] FDE cie=[0]\n[5928] FDE cie=[0]\n[6008] FDE cie=[0]\n[6048] FDE cie=[0]\n[6068] FDE cie=[0]\n[6168] FDE cie=[0]\n[6248] FDE cie=[0]\n[6280] FDE cie=[0]\n[6360] FDE cie=[0]\n[6400] FDE cie=[0]\n[6440] FDE cie=[0]\n[6480] FDE cie=[0]\n[6520] FDE cie=[0]\n[6560] FDE cie=[0]\n[6600] FDE cie=[0]\n[6640] FDE cie=[0]\n[6680] FDE cie=[0]\n[6728] FDE cie=[0]\n[6776] FDE cie=[0]\n[6816] FDE cie=[0]\n[6856] FDE cie=[0]\n[6904] FDE cie=[0]\n[6944] FDE cie=[0]\n[6968] FDE cie=[0]\n[6992] FDE cie=[0]\n[7012] FDE cie=[0]\n[7032] FDE cie=[0]\n[7072] FDE cie=[0]\n[7112] FDE cie=[0]\n[7160] FDE cie=[0]\n[7200] FDE cie=[0]\n[7240] FDE cie=[0]\n[7264] FDE cie=[0]\n[7288] FDE cie=[0]\n[7388] FDE cie=[0]\n[7472] FDE cie=[0]\n[7512] FDE cie=[0]\n[7560] FDE cie=[0]\n[7600] FDE cie=[0]\n[7640] FDE cie=[0]\n[7680] FDE cie=[0]\n[7720] FDE cie=[0]\n[7760] FDE cie=[0]\n[7796] FDE cie=[0]\n[7840] FDE cie=[0]\n[7864] FDE cie=[0]\n[7888] FDE cie=[0]\n[7912] FDE cie=[0]\n[7976] FDE cie=[0]\n[8000] FDE cie=[0]\n[8080] FDE cie=[0]\n[8160] FDE cie=[0]\n[8184] FDE cie=[0]\n[8208] FDE cie=[0]\n[8304] FDE cie=[0]\n[8344] FDE cie=[0]\n[8384] FDE cie=[0]\n[8416] FDE cie=[0]\n[8448] FDE cie=[0]\n[8472] FDE cie=[0]\n[8492] FDE cie=[0]\n[8512] FDE cie=[0]\n[8536] FDE cie=[0]\n[8600] FDE cie=[0]\n[8636] FDE cie=[0]\n[8672] FDE cie=[0]\n[8708] FDE cie=[0]\n[8744] FDE cie=[0]\n[8784] FDE cie=[0]\n[8864] FDE cie=[0]\n[8932] FDE cie=[0]\n[8956] FDE cie=[0]\n[9008] FDE cie=[0]\n[9052] FDE cie=[0]\n[9152] FDE cie=[0]\n[9248] FDE cie=[0]\n[9268] FDE cie=[0]\n[9288] FDE cie=[0]\n[9308] FDE cie=[0]\n[9336] FDE cie=[0]\n[9356] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//libasm/libasm.so\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[64] FDE cie=[0]\n[88] FDE cie=[0]\n[156] FDE cie=[0]\n[192] FDE cie=[0]\n[224] FDE cie=[0]\n[264] FDE cie=[0]\n[340] FDE cie=[0]\n[420] FDE cie=[0]\n[456] FDE cie=[0]\n[480] FDE cie=[0]\n[508] FDE cie=[0]\n[552] FDE cie=[0]\n[576] FDE cie=[0]\n[648] FDE cie=[0]\n[680] FDE cie=[0]\n[732] FDE cie=[0]\n[760] FDE cie=[0]\n[824] FDE cie=[0]\n[904] FDE cie=[0]\n[1008] FDE cie=[0]\n[1088] FDE cie=[0]\n[1168] FDE cie=[0]\n[1200] FDE cie=[0]\n[1224] FDE cie=[0]\n[1272] FDE cie=[0]\n[1316] FDE cie=[0]\n[1360] FDE cie=[0]\n[1432] FDE cie=[0]\n[1480] FDE cie=[0]\n[1504] FDE cie=[0]\n[1560] FDE cie=[0]\n[1584] FDE cie=[0]\n[1640] FDE cie=[0]\n[1664] FDE cie=[0]\n[1720] FDE cie=[0]\n[1744] FDE cie=[0]\n[1800] FDE cie=[0]\n[1856] FDE cie=[0]\n[1912] FDE cie=[0]\n[1936] FDE cie=[0]\n[1956] FDE cie=[0]\n[2056] FDE cie=[0]\n[2080] FDE cie=[0]\n[2104] FDE cie=[0]\n[2152] FDE cie=[0]\n[2228] FDE cie=[0]\n[2308] FDE cie=[0]\n[2340] FDE cie=[0]\n[2364] FDE cie=[0]\n[2408] FDE cie=[0]\n[2440] FDE cie=[0]\n[2460] FDE cie=[0]\n[2480] FDE cie=[0]\n[2504] FDE cie=[0]\n[2528] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/size.o\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[60] FDE cie=[0]\n[108] FDE cie=[0]\n[156] FDE cie=[0]\n[232] FDE cie=[0]\n/usr/lib/elfutils/ptest/tests/..//src/strip.o\n.eh_frame\n[0] CIE augmentation=\"zR\"\n[24] FDE cie=[0]\n[84] FDE cie=[0]\n[128] FDE cie=[0]\n[152] FDE cie=[0]\n[188] FDE cie=[0]\n[272] FDE cie=[0]\n[560] FDE cie=[0]\n[592] FDE cie=[0]\n[640] FDE cie=[0]\n[716] FDE cie=[0]\nPASS: run-next-cfi-self.sh\n\ncopy_elf: testfile29 -> testfile29.rev (read,reverse)\nsetshstrndx: 4\nSwapping offsets of section 1 and 2\nNo errors\nelfrdwrdnop testfile29.rev\nNo errors\n\ncopy_elf: testfile23 -> testfile23.rev (read,reverse)\nsetshstrndx: 21\nSwapping offsets of section 4 and 5\nSwapping offsets of section 19 and 20\nNo errors\nelfrdwrdnop testfile23.rev\nNo errors\n\ncopy_elf: testfile9 -> testfile9.rev (read,reverse)\nsetshstrndx: 13\nSwapping offsets of section 12 and 13\nNo errors\nelfrdwrdnop testfile9.rev\nNo errors\n\ncopy_elf: testfile38 -> testfile38.rev (read,reverse)\nsetshstrndx: 5\nNo errors\nelfrdwrdnop testfile38.rev\nNo errors\n\ncopy_elf: testfile26 -> testfile26.rev (read,reverse)\nsetshstrndx: 25\nSwapping offsets of section 24 and 25\nNo errors\nelfrdwrdnop testfile26.rev\nNo errors\n\ncopy_elf: testfile27 -> testfile27.rev (read,reverse)\nsetshstrndx: 25\nSwapping offsets of section 24 and 25\nNo errors\nelfrdwrdnop testfile27.rev\nNo errors\n\ncopy_elf: testfile -> testfile.rev (read,reverse)\nsetshstrndx: 32\nSwapping offsets of section 24 and 25\nSwapping offsets of section 26 and 27\nSwapping offsets of section 28 and 29\nSwapping offsets of section 30 and 31\nNo errors\nelfrdwrdnop testfile.rev\nNo errors\n\ncopy_elf: testfile13 -> testfile13.rev (read,reverse)\nsetshstrndx: 23\nSwapping offsets of section 22 and 23\nNo errors\nelfrdwrdnop testfile13.rev\nNo errors\nPASS: run-reverse-sections.sh\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/addr2line -> addr2line.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop addr2line.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/elfclassify -> elfclassify.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop elfclassify.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/stack -> stack.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop stack.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/unstrip -> unstrip.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop unstrip.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//libelf/libelf.so -> libelf.so.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop libelf.so.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//libasm/libasm.so -> libasm.so.rev (read,reverse)\nsetshstrndx: 38\nSwapping offsets of section 29 and 30\nSwapping offsets of section 31 and 32\nSwapping offsets of section 33 and 34\nSwapping offsets of section 37 and 38\nNo errors\nelfrdwrdnop libasm.so.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/size.o -> size.o.rev (read,reverse)\nsetshstrndx: 37\nSwapping offsets of section 30 and 31\nNo errors\nelfrdwrdnop size.o.rev\nNo errors\n\ncopy_elf: /usr/lib/elfutils/ptest/tests/..//src/strip.o -> strip.o.rev (read,reverse)\nsetshstrndx: 41\nSwapping offsets of section 34 and 35\nNo errors\nelfrdwrdnop strip.o.rev\nNo errors\nPASS: run-reverse-sections-self.sh\n\ncopy_elf: testfile29 -> testfile29.copy (read,same)\nsetshstrndx: 4\nadd_sections 'testfile29.copy': 3 (sec_size: 0)\nsetshstrndx: 10\n\ncopy_elf: testfile29 -> testfile29.copy.mmap (mmap,same)\nsetshstrndx: 4\nadd_sections 'testfile29.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 8\n\ncopy_elf: testfile23 -> testfile23.copy (read,same)\nsetshstrndx: 21\nadd_sections 'testfile23.copy': 3 (sec_size: 0)\nsetshstrndx: 27\n\ncopy_elf: testfile23 -> testfile23.copy.mmap (mmap,same)\nsetshstrndx: 21\nadd_sections 'testfile23.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 25\n\ncopy_elf: testfile9 -> testfile9.copy (read,same)\nsetshstrndx: 13\nadd_sections 'testfile9.copy': 3 (sec_size: 0)\nsetshstrndx: 17\n\ncopy_elf: testfile9 -> testfile9.copy.mmap (mmap,same)\nsetshstrndx: 13\nadd_sections 'testfile9.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 15\n\ncopy_elf: testfile38 -> testfile38.copy (read,same)\nsetshstrndx: 5\nadd_sections 'testfile38.copy': 3 (sec_size: 0)\nsetshstrndx: 11\n\ncopy_elf: testfile38 -> testfile38.copy.mmap (mmap,same)\nsetshstrndx: 5\nadd_sections 'testfile38.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 9\n\ncopy_elf: testfile26 -> testfile26.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile26.copy': 3 (sec_size: 0)\nsetshstrndx: 31\n\ncopy_elf: testfile26 -> testfile26.copy.mmap (mmap,same)\nsetshstrndx: 25\nadd_sections 'testfile26.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 29\n\ncopy_elf: testfile27 -> testfile27.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile27.copy': 3 (sec_size: 0)\nsetshstrndx: 31\n\ncopy_elf: testfile27 -> testfile27.copy.mmap (mmap,same)\nsetshstrndx: 25\nadd_sections 'testfile27.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 29\n\ncopy_elf: testfile -> testfile.copy (read,same)\nsetshstrndx: 32\nadd_sections 'testfile.copy': 3 (sec_size: 0)\nsetshstrndx: 38\n\ncopy_elf: testfile -> testfile.copy.mmap (mmap,same)\nsetshstrndx: 32\nadd_sections 'testfile.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 36\n\ncopy_elf: testfile10 -> testfile10.copy (read,same)\nsetshstrndx: 30\nadd_sections 'testfile10.copy': 3 (sec_size: 0)\nsetshstrndx: 36\n\ncopy_elf: testfile10 -> testfile10.copy.mmap (mmap,same)\nsetshstrndx: 30\nadd_sections 'testfile10.copy.mmap': 1 (sec_size: 0)\nsetshstrndx: 34\nPASS: run-copyadd-sections.sh\n\ncopy_elf: testfile29 -> testfile29.copy (read,same)\nsetshstrndx: 4\nadd_sections 'testfile29.copy': 32768 (sec_size: 0)\nsetshstrndx: 32775\n\ncopy_elf: testfile29 -> testfile29.copy.mmap (mmap,same)\nsetshstrndx: 4\n\ncopy_elf: testfile29.copy -> testfile29.copy.copy (read,same)\nsetshstrndx: 32775\nadd_sections 'testfile29.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65544\n\ncopy_elf: testfile29.copy -> testfile29.copy.copy.mmap (mmap,same)\nsetshstrndx: 32775\n\ncopy_elf: testfile26 -> testfile26.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile26.copy': 32768 (sec_size: 0)\nsetshstrndx: 32796\n\ncopy_elf: testfile26 -> testfile26.copy.mmap (mmap,same)\nsetshstrndx: 25\n\ncopy_elf: testfile26.copy -> testfile26.copy.copy (read,same)\nsetshstrndx: 32796\nadd_sections 'testfile26.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65565\n\ncopy_elf: testfile26.copy -> testfile26.copy.copy.mmap (mmap,same)\nsetshstrndx: 32796\nPASS: run-copymany-be32.sh\n\ncopy_elf: testfile9 -> testfile9.copy (read,same)\nsetshstrndx: 13\nadd_sections 'testfile9.copy': 32768 (sec_size: 0)\nsetshstrndx: 32782\n\ncopy_elf: testfile9 -> testfile9.copy.mmap (mmap,same)\nsetshstrndx: 13\n\ncopy_elf: testfile9.copy -> testfile9.copy.copy (read,same)\nsetshstrndx: 32782\nadd_sections 'testfile9.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65551\n\ncopy_elf: testfile9.copy -> testfile9.copy.copy.mmap (mmap,same)\nsetshstrndx: 32782\n\ncopy_elf: testfile -> testfile.copy (read,same)\nsetshstrndx: 32\nadd_sections 'testfile.copy': 32768 (sec_size: 0)\nsetshstrndx: 32803\n\ncopy_elf: testfile -> testfile.copy.mmap (mmap,same)\nsetshstrndx: 32\n\ncopy_elf: testfile.copy -> testfile.copy.copy (read,same)\nsetshstrndx: 32803\nadd_sections 'testfile.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65572\n\ncopy_elf: testfile.copy -> testfile.copy.copy.mmap (mmap,same)\nsetshstrndx: 32803\nPASS: run-copymany-le32.sh\n\ncopy_elf: testfile23 -> testfile23.copy (read,same)\nsetshstrndx: 21\nadd_sections 'testfile23.copy': 32768 (sec_size: 0)\nsetshstrndx: 32792\n\ncopy_elf: testfile23 -> testfile23.copy.mmap (mmap,same)\nsetshstrndx: 21\n\ncopy_elf: testfile23.copy -> testfile23.copy.copy (read,same)\nsetshstrndx: 32792\nadd_sections 'testfile23.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65561\n\ncopy_elf: testfile23.copy -> testfile23.copy.copy.mmap (mmap,same)\nsetshstrndx: 32792\n\ncopy_elf: testfile27 -> testfile27.copy (read,same)\nsetshstrndx: 25\nadd_sections 'testfile27.copy': 32768 (sec_size: 0)\nsetshstrndx: 32796\n\ncopy_elf: testfile27 -> testfile27.copy.mmap (mmap,same)\nsetshstrndx: 25\n\ncopy_elf: testfile27.copy -> testfile27.copy.copy (read,same)\nsetshstrndx: 32796\nadd_sections 'testfile27.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65565\n\ncopy_elf: testfile27.copy -> testfile27.copy.copy.mmap (mmap,same)\nsetshstrndx: 32796\nPASS: run-copymany-be64.sh\n\ncopy_elf: testfile38 -> testfile38.copy (read,same)\nsetshstrndx: 5\nadd_sections 'testfile38.copy': 32768 (sec_size: 0)\nsetshstrndx: 32776\n\ncopy_elf: testfile38 -> testfile38.copy.mmap (mmap,same)\nsetshstrndx: 5\n\ncopy_elf: testfile38.copy -> testfile38.copy.copy (read,same)\nsetshstrndx: 32776\nadd_sections 'testfile38.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65545\n\ncopy_elf: testfile38.copy -> testfile38.copy.copy.mmap (mmap,same)\nsetshstrndx: 32776\n\ncopy_elf: testfile10 -> testfile10.copy (read,same)\nsetshstrndx: 30\nadd_sections 'testfile10.copy': 32768 (sec_size: 0)\nsetshstrndx: 32801\n\ncopy_elf: testfile10 -> testfile10.copy.mmap (mmap,same)\nsetshstrndx: 30\n\ncopy_elf: testfile10.copy -> testfile10.copy.copy (read,same)\nsetshstrndx: 32801\nadd_sections 'testfile10.copy.copy': 32768 (sec_size: 0)\nsetshstrndx: 65570\n\ncopy_elf: testfile10.copy -> testfile10.copy.copy.mmap (mmap,same)\nsetshstrndx: 32801\nPASS: run-copymany-le64.sh\nadd_sections 'testfile-debug-types': 65535 (sec_size: 0)\nsetshstrndx: 65571\nPASS: run-typeiter-many.sh\nAdding sections to testfile\nadd_sections 'testfile': 65535 (sec_size: 0)\nsetshstrndx: 65570\nTesting strip -o\nelflint testfile1.strip\nelflint testfile1.debug\nunstrip\nelfcmp\nTesting strip -g\nelflint testfile2.strip\nelflint testfile2.debug\nTesting strip in-place\noriginal size 2708236\nstripped size 3196\nelflint in-place\nPASS: run-strip-test-many.sh\nNo errors\nNo errors\nPASS: run-strip-version.sh\nPASS: run-xlate-note.sh\nPASS: run-readelf-discr.sh\n0x0 None\n0x1 WE32100\n0x2 SPARC\n0x3 Intel 80386\n0x4 M68K\n0x5 M88K\n0x6 Intel MCU\n0x7 Intel 80860\n0x8 MIPS R3000\n0x9 IBM System/370\n0xa MIPS R3000\n0xf HPPA\n0x11 Fujitsu VPP500\n0x12 SPARC v8+\n0x13 Intel 80960\n0x14 PowerPC\n0x15 PowerPC64\n0x16 IBM S/390\n0x17 IBM SPU/SPC\n0x24 NEC V800\n0x25 Fujitsu FR20\n0x26 TRW RH-32\n0x27 Motorola RCE\n0x28 ARM\n0x29 Digital Alpha\n0x2a SH\n0x2b SPARC v9\n0x2c Siemens Tricore\n0x2d ARC\n0x2e H8/300\n0x2f H8/300H\n0x30 H8S\n0x31 H8/500\n0x32 Intel IA-64\n0x33 Stanford MIPS-X\n0x34 Motorola Coldfire\n0x35 Motorola M68HC12\n0x36 Fujitsu MMA Multimedia Accelerator\n0x37 Siemens PCP\n0x38 Sony nCPU embedded RISC\n0x39 Denso NDR1 microprocessor\n0x3a Motorola Star*Core processor\n0x3b Toyota ME16 processor\n0x3c STMicroelectronic ST100\n0x3d Advanced Logic Corporation Tinyj\n0x3e AMD x86-64\n0x3f Sony DSP Processor\n0x40 Digital PDP-10\n0x41 Digital PDP-11\n0x42 Siemens FX66 microcontroller\n0x43 STMicroelectronics ST9+\n0x44 STMicroelectronics ST7\n0x45 Motorola MC68HC16 microcontroller\n0x46 Motorola MC68HC11 microcontroller\n0x47 Motorola MC68HC08 microcontroller\n0x48 Motorola MC68HC05 microcontroller\n0x49 Silicon Graphics SVx\n0x4a STMicroelectronics ST19\n0x4b Digital VAX\n0x4c Axis Communications 32-bit embedded processor\n0x4d Infineon Technologies 32-bit embedded processor\n0x4e Element 14 64-bit DSP Processor\n0x4f LSI Logic 16-bit DSP Processor\n0x50 Donald Knuth's educational 64-bit processor\n0x51 Harvard University machine-independent object\n0x52 SiTera Prism\n0x53 Atmel AVR 8-bit microcontroller\n0x54 Fujitsu FR30\n0x55 Mitsubishi D10V\n0x56 Mitsubishi D30V\n0x57 NEC v850\n0x58 Mitsubishi M32R\n0x59 Matsushita MN10300\n0x5a Matsushita MN10200\n0x5b picoJava\n0x5c OpenRISC\n0x5d ARC International ARCompact\n0x5e Tensilica Xtensa Architecture\n0x5f Alphamosaic VideoCore\n0x60 Thompson Multimedia General Purpose Processor\n0x61 National Semiconductor 32000\n0x62 Tenor Network TPC\n0x63 Trebia SNP 1000\n0x64 STMicroelectronics ST200\n0x65 Ubicom IP2xxx\n0x66 MAX processor\n0x67 National Semiconductor CompactRISC\n0x68 Fujitsu F2MC16\n0x69 Texas Instruments msp430\n0x6a Analog Devices Blackfin DSP\n0x6b Seiko Epson S1C33\n0x6c Sharp embedded microprocessor\n0x6d Arca RISC\n0x6e Unicore\n0x6f eXcess configurable CPU\n0x70 Icera Semiconductor Deep Execution Processor\n0x71 Altera Nios II\n0x72 National Semiconductor CompactRISC CRX\n0x73 Motorola XGATE\n0x74 Infineon C16x/XC16x\n0x75 Renesas M16C\n0x76 Microchip Technology dsPIC30F\n0x77 Freescale Communication Engine RISC\n0x78 Renesas M32C\n0x83 Altium TSK3000\n0x84 Freescale RS08\n0x85 Analog Devices SHARC\n0x86 Cyan Technology eCOG2\n0x87 Sunplus S+core7 RISC\n0x88 New Japan Radio (NJR) 24-bit DSP\n0x89 Broadcom VideoCore III\n0x8a RISC for Lattice FPGA\n0x8b Seiko Epson C17\n0x8c Texas Instruments TMS320C6000 DSP\n0x8d Texas Instruments TMS320C2000 DSP\n0x8e Texas Instruments TMS320C55x DSP\n0x8f Texas Instruments Application Specific RISC\n0x90 Texas Instruments Programmable Realtime Unit\n0xa0 STMicroelectronics 64bit VLIW DSP\n0xa1 Cypress M8C\n0xa2 Renesas R32C\n0xa3 NXP Semiconductors TriMedia\n0xa4 QUALCOMM DSP6\n0xa5 Intel 8051 and variants\n0xa6 STMicroelectronics STxP7x\n0xa7 Andes Technology compact code size embedded RISC\n0xa8 Cyan Technology eCOG1X\n0xa9 Dallas Semiconductor MAXQ30\n0xaa New Japan Radio (NJR) 16-bit DSP\n0xab M2000 Reconfigurable RISC\n0xac Cray NV2 vector architecture\n0xad Renesas RX\n0xae Imagination Technologies META\n0xaf MCST Elbrus\n0xb0 Cyan Technology eCOG16\n0xb1 National Semiconductor CompactRISC\n0xb2 Freescale Extended Time Processing Unit\n0xb3 Infineon Technologies SLE9X\n0xb4 Intel L10M\n0xb5 Intel K10M\n0xb7 AARCH64\n0xb9 Amtel AVR32\n0xba STMicroelectronics STM8\n0xbb Tilera TILE64\n0xbc Tilera TILEPro\n0xbd Xilinx MicroBlaze\n0xbe NVIDIA CUDA\n0xbf Tilera TILE-Gx\n0xc0 CloudShield\n0xc1 KIPO-KAIST Core-A 1st gen\n0xc2 KIPO-KAIST Core-A 2nd gen\n0xc3 Synopsys ARCv2 ISA\n0xc4 Open8 RISC\n0xc5 Renesas RL78\n0xc6 Broadcom VideoCore V\n0xc7 Renesas 78KOR\n0xc8 Freescale 56800EX DSC\n0xc9 Beyond BA1\n0xca Beyond BA2\n0xcb XMOS xCORE\n0xcc Microchip 8-bit PIC\n0xcd Intel Graphics Technology\n0xd2 KM211 KM32\n0xd3 KM211 KMX32\n0xd4 KM211 KMX16\n0xd5 KM211 KMX8\n0xd6 KM211 KVARC\n0xd7 Paneve CDP\n0xd8 Cognitive Smart Memory Processor\n0xd9 Bluechip CoolEngine\n0xda Nanoradio Optimized RISC\n0xdb CSR Kalimba\n0xdc Zilog Z80\n0xdd CDS VISIUMcore\n0xde FTDI Chip FT32\n0xdf Moxie\n0xe0 AMD GPU\n0xf3 RISC-V\n0xf7 BPF\n0xfc C-SKY\n0x102 LoongArch\n0x5d ARC International ARCompact\n0x9026 Alpha\nPASS: run-dwelf_elf_e_machine_string.sh\nelfclassify --core\ncore files are not programs\ncore files are not shared\ncore files are not kernel-modules\ncore files are not debug-only\nelfclassify --elf-file\nobject files are not archives\nobject files are not core files\nobject files are not program files\nobject files are not shared files\nobject files are not kernel modules\nobject files are not debug-only files\nelfclassify --elf-archive\narchives are not elf-files\narchives are not core files\narchives are not program files\narchives are not shared files\nelfclassify --shared\nshared files are loadable\nshared files are not executables\nshared files are not debug-only\nshared files are not kernel modules\nelfclassify --program\nprograms are executables (in this case)\nprograms are not shared libraries (in this case)\nprograms are not kernel-modules\nprograms are not debug-only\nelfclassify --linux-kernel-module\nkmods are unstripped\nkmods are not debug-only\nkmods are not loabable (in the normal sense)\ngnu compressed kmods are unstripped\nelfclassify --debug-only\ndebug-only files are unstripped\ndebug-only files are not programs\ndebug-only files are not shared\ncompress the debug sections and try again\nagain unstripped\nagain debug-only\nPASS: run-elfclassify.sh\nPASS: run-elfclassify-self.sh\nPASS: run-disasm-riscv64.sh\nNo errors\nNo errors\nPASS: run-pt_gnu_prop-tests.sh\nPASS: run-getphdrnum.sh\nPASS: run-test-includes.sh\nPASS: leb128\nPASS: read_unaligned\nPASS: msg_tst\nPASS: system-elf-libelf-test\nPASS: system-elf-gelf-test\nPASS: asm-tst1\nPASS: asm-tst2\nPASS: asm-tst3\nPASS: asm-tst4\nPASS: asm-tst5\nPASS: asm-tst6\nPASS: asm-tst7\nPASS: asm-tst8\nPASS: asm-tst9\nPASS: run-disasm-bpf.sh\n[b] primes.c\n[304] main\n[42f] is_prime\n[45e] atoi\n[47e] is_prime\n\nPASS: run-low_high_pc-dw-form-indirect.sh\nPASS: run-nvidia-extended-linemap-libdw.sh\nPASS: run-nvidia-extended-linemap-readelf.sh\nPASS: run-readelf-dw-form-indirect.sh\nNo errors\nPASS: run-strip-largealign.sh\nPASS: run-readelf-Dd.sh\nPASS: run-dwfl-core-noncontig.sh\nPASS: run-cu-dwp-section-info.sh\nPASS: run-declfiles.sh\nPASS: run-sysroot.sh\n\nfname (use_mmap: 0): /usr/lib/elfutils/ptest/tests/..//tests/manyfuncs.o\nshnum: 65550\nshstrndx section name: .shstrtab\nscns: 65550\nsymtabndx: 65546\nsymtabsndx: 65547\nscnshndx: 65547\nyzsymcnt: 65536\n\nfname (use_mmap: 1): /usr/lib/elfutils/ptest/tests/..//tests/manyfuncs.o\nshnum: 65550\nshstrndx section name: .shstrtab\nscns: 65550\nsymtabndx: 65546\nsymtabsndx: 65547\nscnshndx: 65547\nyzsymcnt: 65536\nPASS: run-test-manyfuncs.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-cfi.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-macros.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-lines.sh\nUSE_LOCKS is not defined. Skipping test.\nSKIP: run-eu-search-die.sh\nelfutils built without zstd support\nSKIP: run-readelf-compressed-zstd.sh\nneed curl\nSKIP: run-srcfiles-self.sh\nneed curl\nSKIP: run-debuginfod-dlopen.sh\nneed curl\nSKIP: run-debuginfod-artifact-running.sh\nneed curl\nSKIP: run-debuginfod-fd-prefetch-caches.sh\nneed curl\nSKIP: run-debuginfod-regex.sh\nneed curl\nSKIP: run-debuginfod-duplicate-urls.sh\nneed curl\nSKIP: run-debuginfod-file.sh\nneed curl\nSKIP: run-debuginfod-sizetime.sh\nneed curl\nSKIP: run-debuginfod-malformed.sh\nneed curl\nSKIP: run-debuginfod-negative-cache.sh\nneed curl\nSKIP: run-debuginfod-tmp-home.sh\nneed curl\nSKIP: run-debuginfod-writable.sh\nneed curl\nSKIP: run-debuginfod-no-urls.sh\nneed curl\nSKIP: run-debuginfod-query-retry.sh\nneed curl\nSKIP: run-debuginfod-extraction.sh\nneed curl\nSKIP: run-debuginfod-archive-groom.sh\nneed curl\nSKIP: run-debuginfod-archive-rename.sh\nneed curl\nSKIP: run-debuginfod-archive-test.sh\nneed curl\nSKIP: run-debuginfod-federation-sqlite.sh\nneed curl\nSKIP: run-debuginfod-federation-link.sh\nneed curl\nSKIP: run-debuginfod-percent-escape.sh\nneed curl\nSKIP: run-debuginfod-x-forwarded-for.sh\nSKIP: run-debuginfod-response-headers.sh\nneed curl\nSKIP: run-debuginfod-extraction-passive.sh\nneed curl\nSKIP: run-debuginfod-webapi-concurrency.sh\nneed curl\nSKIP: run-debuginfod-section.sh\nneed curl\nSKIP: run-debuginfod-IXr.sh\nno fish installed\nSKIP: run-debuginfod-client-profile.sh\nneed curl\nSKIP: run-debuginfod-find-metadata.sh\nneed curl\nSKIP: run-debuginfod-longsource.sh\nneed curl\nSKIP: run-debuginfod-federation-metrics.sh\nPASS: run-funcretval++11.sh\nPASS: run-funcretval-struct-native.sh\n=======================\nAll 245 tests passed\n(43 tests were not run)\n=======================\nmake[2]: Leaving directory '/usr/lib/elfutils/ptest/tests'\nmake[1]: Leaving directory '/usr/lib/elfutils/ptest/tests'\nDURATION: 15\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5274677276611328,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-ethtool_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-ethtool",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014638900756835938,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.130671501159668,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03188586235046387,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.38240933418273926,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.001216888427734375,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.ethtool.test-cmdline": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/ethtool/ptest\nPASS: test-cmdline\n=============\n1 test passed\n=============\nDURATION: 0\nEND: /usr/lib/ethtool/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "ethtool": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nPASS: test-cmdline\n=============\n1 test passed\n=============\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5111124515533447,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-expat_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-expat",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006792545318603516,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.154611587524414,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.033951520919799805,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 8.838974237442017,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008721351623535156,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.expat.ERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_abort_epilog": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_abort_epilog_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_accounting_precision": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_attribute_enum_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_attribute_predefined_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_attribute_whitespace": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_comment_in_epilog": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_create_external_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_dtd_copy_default_atts": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_dtd_default_handling": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_explicit_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_ext_entity_realloc_buffer": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_ext_entity_set_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_external_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_internal_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_large_group": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_attr_default_with_char_ref": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_attr_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_base": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_doc_name": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_entity_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_notation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_long_public_id": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_nested_entities": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_nested_groups": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_notation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parameter_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_comment": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_comment_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_pi": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_pi_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_pi_3": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_public_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_public_doctype_long_name": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_xdecl": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_parse_xdecl_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_pi_in_epilog": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_public_entity_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_public_notation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_attribute_enum_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_attributes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_buffer": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_ce_extends_pe": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_default_attribute": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_group_choice": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_implied_attribute": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_long_attribute_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_many_attributes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_nested_groups": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_param_entity_newline": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_realloc_subst_public_entity_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_reset_after_external_entity_parser_create_fail": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_run_external_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_set_base": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_set_foreign_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_alloc_system_notation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_amplification_isolated_external_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_attr_after_solidus": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_attr_whitespace_normalization": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_attribute_enum_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_attributes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_attr_desc_keyword": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_attr_desc_keyword_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_cdata": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_cdata_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_doctype_plus": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_doctype_query": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_doctype_star": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_doctype_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_doctype_utf8": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_entity_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_entity_3": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_entity_4": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_ignore_section": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_notation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bad_public_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_big_tokens_scale_linearly": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_billion_laughs_attack_protection_api": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bom_utf16_be": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bom_utf16_le": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bom_utf8": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_bypass_heuristic_when_close_to_bufsize": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_byte_info_at_cdata": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_byte_info_at_end": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_byte_info_at_error": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_cdata_default": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_column_number_after_error": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_column_number_after_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_comment_handled_in_default": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_danish_latin1": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_deep_nested_attribute_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_deep_nested_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_deep_nested_entity_delayed_interpretation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_default_current": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_default_doctype_handler": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_default_ns_from_ext_subset_and_ext_ge": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_dtd_attr_handling": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_dtd_default_handling": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_dtd_elements": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_dtd_elements_nesting": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_dtd_stop_processing": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_empty_element_abort": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_empty_foreign_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_empty_ns_without_namespaces": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_empty_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_end_element_events": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_in_utf16_be_attr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_in_utf16_le_attr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_public_utf16_be": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_public_utf16_le": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_ref_no_elements": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_start_tag_level_greater_than_one": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_entity_with_external_subset_unless_standalone": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_expliERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_explicit_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_bad_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_bad_encoding_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_good_cdata": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_invalid_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_invalid_suspended_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_latin1_utf16be_bom": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_latin1_utf16be_bom2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_latin1_utf16le_bom": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_latin1_utf16le_bom2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_no_handler": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_not_standalone": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_ref_parameter": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_set_bom": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_set_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_trailing_cr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_trailing_rsqb": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_utf16_be": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_utf16_le": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_utf16_unknown": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_utf8_non_bom": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ext_entity_value_abort": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_external_bom_consumed": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_external_entity_values": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_failing_encoding_conversion_fn": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_foreign_dtd_not_standalone": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_foreign_dtd_with_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_foreign_dtd_without_external_subset": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_french_charref_decimal": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_french_charref_hexidecimal": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_french_latin1": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_french_utf8": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_get_buffer_1": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_get_buffer_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_get_buffer_3_overflow": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_getbuffer_allocates_on_zero_len": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_good_cdata_ascii": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_good_cdata_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_good_cdata_utf16_le": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_group_choice": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_hash_collisioERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_hash_collision": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_helper_is_whitespace_normalized": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_helper_unsigned_char_to_printable": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ignore_section": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ignore_section_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ignore_section_utf16_be": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_illegal_utf8": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_character_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_character_entity_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_character_entity_3": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_character_entity_4": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_foreign_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_tag_in_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_invalid_unknown_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_latin1_umlauts": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_line_and_column_numbers_inside_handlers": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_line_number_after_error": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_line_number_after_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_long_ascii_attribute": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_long_cdata_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_long_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_long_latin1_attribute": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_long_utf8_character": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_memory_allocation": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_alloc_create_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_alloc_create_parser_with_encoding": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_attribute_leak": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_char_handler_stop_without_leak": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_create_external_entity_parser_with_null_context": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_deny_internal_entity_closing_doctype_issue_317": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_error_string": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_expected_event_ptr_issue_980": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_features": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_general_entities_support": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_null_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_resumeparser_not_crashing": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_stop_during_end_handler_issue_240_1": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_stop_during_end_handler_issue_240_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_stopparser_rejects_unstarted_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_tag_mismatch_reset_leak": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_utf16le": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_misc_version": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_missing_encoding_conversion_fn": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_multichar_cdata_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_negative_len_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_negative_len_parse_buffer": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nested_entity_suspend": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nested_entity_suspend_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nested_groups": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_no_indirectly_recursive_entity_refs": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nobom_utf16_le": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_not_predefined_entities": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_not_standalone_handler_accept": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_not_standalone_handler_reject": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_not_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_bad_attr_leafname": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_bad_element_leafname": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_default_with_empty_uri": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_double_colon": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_double_colon_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_double_colon_element": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_duplicate_attrs_diff_prefixes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_duplicate_hashes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_extend_uri_buffer": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_extremely_long_prefix": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_in_attribute_default_without_namesERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_in_attribute_default_without_namespaces": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_invalid_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_long_element": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_mixed_prefix_atts": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_prefix_with_empty_uri_1": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_prefix_with_empty_uri_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_prefix_with_empty_uri_3": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_prefix_with_empty_uri_4": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_reserved_attributes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_reserved_attributes_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_separator_in_uri": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_tagname_overwrite": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_tagname_overwrite_triplet": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_unbound_prefix": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_unbound_prefix_on_attribute": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_unbound_prefix_on_element": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_unknown_encoding_success": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_utf16_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_utf16_element_leafname": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_ns_utf16_leafname": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_less_long_namespace": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_attr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_attr_prefix": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_context": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_default_in_ext": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_element": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_namespace": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_prefix": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_systemid_in_ext": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_long_uri": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_parse_buffer": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_prefixed_element": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_attributes": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_binding_uri": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_3": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_4": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_5": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_6": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_7": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_context_in_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_ge_name": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_long_prefix": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_realloc_longer_prefix": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nsalloc_xmlns": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_nul_byte": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_param_entity_with_trailing_cr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_partial_char_in_epilog": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_pi_handled_in_default": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_pi_xmm": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_pi_xnl": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_pi_yml": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_pool_integrity_with_unfinished_attr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_predefined_entities": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_predefined_entity_redefinition": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_public_notation_no_sysid": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_really_long_encoded_lines": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_really_long_lines": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_recursive_external_parameter_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_recursive_external_parameter_entity_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_reject_lt_in_attribute_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_reject_unfinished_param_in_att_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_renter_loop_finite_content": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_reparse_deferral_is_inherited": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_repeated_stop_parser_between_cERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_repeated_stop_parser_between_char_data_calls": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_reset_in_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_restart_on_error": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_resume_entity_with_syntax_error": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_resume_invalid_parse": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_resume_resuspended": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_return_ns_triplet": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_set_bad_reparse_option": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_set_base": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_set_foreign_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_set_reparse_deferral": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_set_reparse_deferral_on_null_parser": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_set_reparse_deferral_on_the_fly": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_short_doctype": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_short_doctype_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_short_doctype_3": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_siphash_self": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_siphash_spec": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_skipped_external_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_skipped_null_loaded_ext_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_skipped_parameter_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_skipped_unloaded_ext_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_standalone_internal_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_standalone_parameter_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_start_ns_clears_start_element": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_stop_parser_between_cdata_calls": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_stop_parser_between_char_data_calls": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_subordinatERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_subordinate_reset": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_subordinate_suspend": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_subordinate_xdERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_subordinate_xdecl_abort": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_subordinate_xdecl_suspend": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_ERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_epilog": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_in_sole_empty_tag": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_parser_between_cdata_calls": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_parser_between_char_data_calls": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_resume_internal_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_resume_internal_entity_issue_629": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_resume_parameter_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_suspend_xdecl": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_trailing_cr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_trailing_cr_in_att_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_trailing_rsqb": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_trailing_spaces_in_elements": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_u0000_char": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_undefined_ext_entity_in_external_dtd": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unfinished_epilog": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_ascii_encoding_fail": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_ascii_encoding_ok": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_bad_ignore": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_bad_name": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_bad_name_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_internal_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_invalid_attr_value": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_invalid_high": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_invalid_length": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_invalid_surrogate": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_invalid_topbit": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_long_name_1": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_long_name_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unknown_encoding_success": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unrecoERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_unrecognised_encoding_internal_entity": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_user_parameters": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_attribute": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_bad_surrogate_pair": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_be_comment": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_be_pi": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_le_comment": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_le_epilog_newline": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_pe": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_pi": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf16_second_attr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf8_auto_align": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf8_false_rejection": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf8_in_cdata_section": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf8_in_cdata_section_2": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_utf8_in_start_tags": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_varying_buffer_fills": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_wfc_no_recursive_entity_refs": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_wfc_undeclared_entity_no_external_subset": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_wfc_undeclared_entity_standalone": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_wfc_undeclared_entity_unread_external_subset": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_wfc_undeclared_entity_with_external_subset": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_wfc_undeclared_entity_with_external_subset_standalone": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_xmldecl_invalid": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_xmldecl_misERROR:_check_failed:_XML_GetBuffer_parser,_maxbuf_-_prefix_len__!=_NULL": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_xmldecl_misplaced": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_xmldecl_missing_attr": {
    "status": "PASSED"
   },
   "ptestresult.expat.test_xmldecl_missing_value": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/expat/ptest\nruntests\nExpat version: expat_2.7.1\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinatERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ne_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namesERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\npaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_misERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nsing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\necl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nparser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecoERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ngnised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collisioERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nn\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_expliERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ncit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_cERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nhar_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS:ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\n test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\n99%: Checks: 4512, Failed: 12\nCommand exited with non-zero status 1\nExecution time: 4.19 s\nruntestspp\nExpat version: expat_2.7.1\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinatERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ne_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namesERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\npaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_misERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nsing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\necl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nparser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecoERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ngnised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collisioERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nn\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_expliERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ncit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_cERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nhar_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS:ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\n test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\n99%: Checks: 4512, Failed: 12\nCommand exited with non-zero status 1\nExecution time: 4.26 s\n\nDURATION: 8\nEND: /usr/lib/expat/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "expat": {
     "duration": "8",
     "log": "START: ptest-runner\n2025-06-16T11:40\nruntests\nExpat version: expat_2.7.1\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinatERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ne_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namesERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\npaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_misERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nsing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\necl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nparser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecoERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ngnised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collisioERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nn\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_expliERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ncit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_cERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nhar_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS:ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\n test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\n99%: Checks: 4512, Failed: 12\nCommand exited with non-zero status 1\nExecution time: 4.19 s\nruntestspp\nExpat version: expat_2.7.1\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinatERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ne_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namesERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\npaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=0 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_misERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nsing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=1 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\necl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nparser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=2 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecoERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ngnised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collisioERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nn\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=3 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_expliERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\ncit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_cERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nhar_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=4 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPASS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS:ERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\n test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=0]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\nPASS: test_accounting_precision\nPASS: test_billion_laughs_attack_protection_api\nPASS: test_helper_unsigned_char_to_printable\nPASS: test_amplification_isolated_external_parser\nPASS: test_nsalloc_xmlns\nPASS: test_nsalloc_parse_buffer\nPASS: test_nsalloc_long_prefix\nPASS: test_nsalloc_long_uri\nPASS: test_nsalloc_long_attr\nPASS: test_nsalloc_long_attr_prefix\nPASS: test_nsalloc_realloc_attributes\nPASS: test_nsalloc_long_element\nPASS: test_nsalloc_realloc_binding_uri\nPASS: test_nsalloc_realloc_long_prefix\nPASS: test_nsalloc_realloc_longer_prefix\nPASS: test_nsalloc_long_namespace\nPASS: test_nsalloc_less_long_namespace\nPASS: test_nsalloc_long_context\nPASS: test_nsalloc_realloc_long_context\nPASS: test_nsalloc_realloc_long_context_2\nPASS: test_nsalloc_realloc_long_context_3\nPASS: test_nsalloc_realloc_long_context_4\nPASS: test_nsalloc_realloc_long_context_5\nPASS: test_nsalloc_realloc_long_context_6\nPASS: test_nsalloc_realloc_long_context_7\nPASS: test_nsalloc_realloc_long_ge_name\nPASS: test_nsalloc_realloc_long_context_in_dtd\nPASS: test_nsalloc_long_default_in_ext\nPASS: test_nsalloc_long_systemid_in_ext\nPASS: test_nsalloc_prefixed_element\nPASS: test_alloc_parse_xdecl\nPASS: test_alloc_parse_xdecl_2\nPASS: test_alloc_parse_pi\nPASS: test_alloc_parse_pi_2\nPASS: test_alloc_parse_pi_3\nPASS: test_alloc_parse_comment\nPASS: test_alloc_parse_comment_2\nPASS: test_alloc_create_external_parser\nPASS: test_alloc_run_external_parser\nPASS: test_alloc_dtd_copy_default_atts\nPASS: test_alloc_external_entity\nPASS: test_alloc_ext_entity_set_encoding\nPASS: test_alloc_internal_entity\nPASS: test_alloc_parameter_entity\nPASS: test_alloc_dtd_default_handling\nPASS: test_alloc_explicit_encoding\nPASS: test_alloc_set_base\nPASS: test_alloc_realloc_buffer\nPASS: test_alloc_ext_entity_realloc_buffer\nPASS: test_alloc_realloc_many_attributes\nPASS: test_alloc_public_entity_value\nPASS: test_alloc_realloc_subst_public_entity_value\nPASS: test_alloc_parse_public_doctype\nPASS: test_alloc_parse_public_doctype_long_name\nPASS: test_alloc_set_foreign_dtd\nPASS: test_alloc_attribute_enum_value\nPASS: test_alloc_realloc_attribute_enum_value\nPASS: test_alloc_realloc_implied_attribute\nPASS: test_alloc_realloc_default_attribute\nPASS: test_alloc_notation\nPASS: test_alloc_public_notation\nPASS: test_alloc_system_notation\nPASS: test_alloc_nested_groups\nPASS: test_alloc_realloc_nested_groups\nPASS: test_alloc_large_group\nPASS: test_alloc_realloc_group_choice\nPASS: test_alloc_pi_in_epilog\nPASS: test_alloc_comment_in_epilog\nPASS: test_alloc_realloc_long_attribute_value\nPASS: test_alloc_attribute_whitespace\nPASS: test_alloc_attribute_predefined_entity\nPASS: test_alloc_long_attr_default_with_char_ref\nPASS: test_alloc_long_attr_value\nPASS: test_alloc_nested_entities\nPASS: test_alloc_realloc_param_entity_newline\nPASS: test_alloc_realloc_ce_extends_pe\nPASS: test_alloc_realloc_attributes\nPASS: test_alloc_long_doc_name\nPASS: test_alloc_long_base\nPASS: test_alloc_long_public_id\nPASS: test_alloc_long_entity_value\nPASS: test_alloc_long_notation\nPASS: test_alloc_reset_after_external_entity_parser_create_fail\nPASS: test_misc_alloc_create_parser\nPASS: test_misc_alloc_create_parser_with_encoding\nPASS: test_misc_null_parser\nPASS: test_misc_error_string\nPASS: test_misc_version\nPASS: test_misc_features\nPASS: test_misc_attribute_leak\nPASS: test_misc_utf16le\nPASS: test_misc_stop_during_end_handler_issue_240_1\nPASS: test_misc_stop_during_end_handler_issue_240_2\nPASS: test_misc_deny_internal_entity_closing_doctype_issue_317\nPASS: test_misc_tag_mismatch_reset_leak\nPASS: test_misc_create_external_entity_parser_with_null_context\nPASS: test_misc_general_entities_support\nPASS: test_misc_char_handler_stop_without_leak\nPASS: test_misc_resumeparser_not_crashing\nPASS: test_misc_stopparser_rejects_unstarted_parser\nPASS: test_renter_loop_finite_content\nPASS: test_misc_expected_event_ptr_issue_980\nPASS: test_return_ns_triplet\nPASS: test_return_ns_triplet\nPASS: test_ns_tagname_overwrite\nPASS: test_ns_tagname_overwrite_triplet\nPASS: test_start_ns_clears_start_element\nPASS: test_default_ns_from_ext_subset_and_ext_ge\nPASS: test_ns_prefix_with_empty_uri_1\nPASS: test_ns_prefix_with_empty_uri_2\nPASS: test_ns_prefix_with_empty_uri_3\nPASS: test_ns_prefix_with_empty_uri_4\nPASS: test_ns_unbound_prefix\nPASS: test_ns_default_with_empty_uri\nPASS: test_ns_duplicate_attrs_diff_prefixes\nPASS: test_ns_duplicate_hashes\nPASS: test_ns_unbound_prefix_on_attribute\nPASS: test_ns_unbound_prefix_on_element\nPASS: test_ns_long_element\nPASS: test_ns_mixed_prefix_atts\nPASS: test_ns_extend_uri_buffer\nPASS: test_ns_reserved_attributes\nPASS: test_ns_reserved_attributes_2\nPASS: test_ns_extremely_long_prefix\nPASS: test_ns_unknown_encoding_success\nPASS: test_ns_double_colon\nPASS: test_ns_double_colon_element\nPASS: test_ns_bad_attr_leafname\nPASS: test_ns_bad_element_leafname\nPASS: test_ns_utf16_leafname\nPASS: test_ns_utf16_element_leafname\nPASS: test_ns_utf16_doctype\nPASS: test_ns_invalid_doctype\nPASS: test_ns_double_colon_doctype\nPASS: test_ns_separator_in_uri\nPASS: test_nul_byte\nPASS: test_u0000_char\nPASS: test_siphash_self\nPASS: test_siphash_spec\nPASS: test_bom_utf8\nPASS: test_bom_utf16_be\nPASS: test_bom_utf16_le\nPASS: test_nobom_utf16_le\nPASS: test_hash_collision\nPASS: test_illegal_utf8\nPASS: test_utf8_auto_align\nPASS: test_utf16\nPAERROR: check failed: XML_GetBuffer(parser, maxbuf - prefix_len) != NULL\nSS: test_utf16_le_epilog_newline\nPASS: test_not_utf16\nPASS: test_bad_encoding\nPASS: test_latin1_umlauts\nPASS: test_long_utf8_character\nPASS: test_long_latin1_attribute\nPASS: test_long_ascii_attribute\nPASS: test_danish_latin1\nPASS: test_french_charref_hexidecimal\nPASS: test_french_charref_decimal\nPASS: test_french_latin1\nPASS: test_french_utf8\nPASS: test_utf8_false_rejection\nPASS: test_line_number_after_parse\nPASS: test_column_number_after_parse\nPASS: test_line_and_column_numbers_inside_handlers\nPASS: test_line_number_after_error\nPASS: test_column_number_after_error\nPASS: test_really_long_lines\nPASS: test_really_long_encoded_lines\nPASS: test_end_element_events\nPASS: test_helper_is_whitespace_normalized\nPASS: test_attr_whitespace_normalization\nPASS: test_xmldecl_misplaced\nPASS: test_xmldecl_invalid\nPASS: test_xmldecl_missing_attr\nPASS: test_xmldecl_missing_value\nPASS: test_unknown_encoding_internal_entity\nPASS: test_unrecognised_encoding_internal_entity\nPASS: test_ext_entity_set_encoding\nPASS: test_ext_entity_no_handler\nPASS: test_ext_entity_set_bom\nPASS: test_ext_entity_bad_encoding\nPASS: test_ext_entity_bad_encoding_2\nPASS: test_wfc_undeclared_entity_unread_external_subset\nPASS: test_wfc_undeclared_entity_no_external_subset\nPASS: test_wfc_undeclared_entity_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset_standalone\nPASS: test_entity_with_external_subset_unless_standalone\nPASS: test_wfc_undeclared_entity_with_external_subset\nPASS: test_not_standalone_handler_reject\nPASS: test_not_standalone_handler_accept\nPASS: test_entity_start_tag_level_greater_than_one\nPASS: test_wfc_no_recursive_entity_refs\nPASS: test_no_indirectly_recursive_entity_refs\nPASS: test_ext_entity_invalid_parse\nPASS: test_dtd_default_handling\nPASS: test_dtd_attr_handling\nPASS: test_empty_ns_without_namespaces\nPASS: test_ns_in_attribute_default_without_namespaces\nPASS: test_stop_parser_between_char_data_calls\nPASS: test_suspend_parser_between_char_data_calls\nPASS: test_repeated_stop_parser_between_char_data_calls\nPASS: test_good_cdata_ascii\nPASS: test_good_cdata_utf16\nPASS: test_good_cdata_utf16_le\nPASS: test_long_cdata_utf16\nPASS: test_multichar_cdata_utf16\nPASS: test_utf16_bad_surrogate_pair\nPASS: test_bad_cdata\nPASS: test_bad_cdata_utf16\nPASS: test_stop_parser_between_cdata_calls\nPASS: test_suspend_parser_between_cdata_calls\nPASS: test_memory_allocation\nPASS: test_default_current\nPASS: test_dtd_elements\nPASS: test_dtd_elements_nesting\nPASS: test_set_foreign_dtd\nPASS: test_foreign_dtd_not_standalone\nPASS: test_invalid_foreign_dtd\nPASS: test_foreign_dtd_with_doctype\nPASS: test_foreign_dtd_without_external_subset\nPASS: test_empty_foreign_dtd\nPASS: test_set_base\nPASS: test_attributes\nPASS: test_reset_in_entity\nPASS: test_resume_invalid_parse\nPASS: test_resume_resuspended\nPASS: test_cdata_default\nPASS: test_subordinate_reset\nPASS: test_subordinate_suspend\nPASS: test_subordinate_xdecl_suspend\nPASS: test_subordinate_xdecl_abort\nPASS: test_ext_entity_invalid_suspended_parse\nPASS: test_explicit_encoding\nPASS: test_trailing_cr\nPASS: test_ext_entity_trailing_cr\nPASS: test_trailing_rsqb\nPASS: test_ext_entity_trailing_rsqb\nPASS: test_ext_entity_good_cdata\nPASS: test_user_parameters\nPASS: test_ext_entity_ref_parameter\nPASS: test_empty_parse\nPASS: test_negative_len_parse\nPASS: test_negative_len_parse_buffer\nPASS: test_get_buffer_1\nPASS: test_get_buffer_2\nPASS: test_get_buffer_3_overflow\nFAIL [chunksize=5 deferral=1]: test_buffer_can_grow_to_max (\"\" at /usr/src/debug/expat/2.7.1/tests/basic_tests.c:3134)\nPASS: test_getbuffer_allocates_on_zero_len\nPASS: test_byte_info_at_end\nPASS: test_byte_info_at_error\nPASS: test_byte_info_at_cdata\nPASS: test_predefined_entities\nPASS: test_invalid_tag_in_dtd\nPASS: test_not_predefined_entities\nPASS: test_ignore_section\nPASS: test_ignore_section_utf16\nPASS: test_ignore_section_utf16_be\nPASS: test_bad_ignore_section\nPASS: test_external_bom_consumed\nPASS: test_external_entity_values\nPASS: test_ext_entity_not_standalone\nPASS: test_ext_entity_value_abort\nPASS: test_bad_public_doctype\nPASS: test_attribute_enum_value\nPASS: test_predefined_entity_redefinition\nPASS: test_dtd_stop_processing\nPASS: test_public_notation_no_sysid\nPASS: test_nested_groups\nPASS: test_group_choice\nPASS: test_standalone_parameter_entity\nPASS: test_skipped_parameter_entity\nPASS: test_recursive_external_parameter_entity\nPASS: test_recursive_external_parameter_entity_2\nPASS: test_undefined_ext_entity_in_external_dtd\nPASS: test_suspend_xdecl\nPASS: test_abort_epilog\nPASS: test_abort_epilog_2\nPASS: test_suspend_epilog\nPASS: test_suspend_in_sole_empty_tag\nPASS: test_unfinished_epilog\nPASS: test_partial_char_in_epilog\nPASS: test_suspend_resume_internal_entity\nPASS: test_suspend_resume_internal_entity_issue_629\nPASS: test_resume_entity_with_syntax_error\nPASS: test_suspend_resume_parameter_entity\nPASS: test_restart_on_error\nPASS: test_reject_lt_in_attribute_value\nPASS: test_reject_unfinished_param_in_att_value\nPASS: test_trailing_cr_in_att_value\nPASS: test_standalone_internal_entity\nPASS: test_skipped_external_entity\nPASS: test_skipped_null_loaded_ext_entity\nPASS: test_skipped_unloaded_ext_entity\nPASS: test_param_entity_with_trailing_cr\nPASS: test_invalid_character_entity\nPASS: test_invalid_character_entity_2\nPASS: test_invalid_character_entity_3\nPASS: test_invalid_character_entity_4\nPASS: test_pi_handled_in_default\nPASS: test_comment_handled_in_default\nPASS: test_pi_yml\nPASS: test_pi_xnl\nPASS: test_pi_xmm\nPASS: test_utf16_pi\nPASS: test_utf16_be_pi\nPASS: test_utf16_be_comment\nPASS: test_utf16_le_comment\nPASS: test_missing_encoding_conversion_fn\nPASS: test_failing_encoding_conversion_fn\nPASS: test_unknown_encoding_success\nPASS: test_unknown_encoding_bad_name\nPASS: test_unknown_encoding_bad_name_2\nPASS: test_unknown_encoding_long_name_1\nPASS: test_unknown_encoding_long_name_2\nPASS: test_invalid_unknown_encoding\nPASS: test_unknown_ascii_encoding_ok\nPASS: test_unknown_ascii_encoding_fail\nPASS: test_unknown_encoding_invalid_length\nPASS: test_unknown_encoding_invalid_topbit\nPASS: test_unknown_encoding_invalid_surrogate\nPASS: test_unknown_encoding_invalid_high\nPASS: test_unknown_encoding_invalid_attr_value\nPASS: test_ext_entity_latin1_utf16le_bom\nPASS: test_ext_entity_latin1_utf16be_bom\nPASS: test_ext_entity_latin1_utf16le_bom2\nPASS: test_ext_entity_latin1_utf16be_bom2\nPASS: test_ext_entity_utf16_be\nPASS: test_ext_entity_utf16_le\nPASS: test_ext_entity_utf16_unknown\nPASS: test_ext_entity_utf8_non_bom\nPASS: test_utf8_in_cdata_section\nPASS: test_utf8_in_cdata_section_2\nPASS: test_utf8_in_start_tags\nPASS: test_trailing_spaces_in_elements\nPASS: test_utf16_attribute\nPASS: test_utf16_second_attr\nPASS: test_attr_after_solidus\nPASS: test_utf16_pe\nPASS: test_bad_attr_desc_keyword\nPASS: test_bad_attr_desc_keyword_utf16\nPASS: test_bad_doctype\nPASS: test_bad_doctype_utf8\nPASS: test_bad_doctype_utf16\nPASS: test_bad_doctype_plus\nPASS: test_bad_doctype_star\nPASS: test_bad_doctype_query\nPASS: test_unknown_encoding_bad_ignore\nPASS: test_entity_in_utf16_be_attr\nPASS: test_entity_in_utf16_le_attr\nPASS: test_entity_public_utf16_be\nPASS: test_entity_public_utf16_le\nPASS: test_short_doctype\nPASS: test_short_doctype_2\nPASS: test_short_doctype_3\nPASS: test_long_doctype\nPASS: test_bad_entity\nPASS: test_bad_entity_2\nPASS: test_bad_entity_3\nPASS: test_bad_entity_4\nPASS: test_bad_notation\nPASS: test_default_doctype_handler\nPASS: test_empty_element_abort\nPASS: test_pool_integrity_with_unfinished_attr\nPASS: test_entity_ref_no_elements\nPASS: test_deep_nested_entity\nPASS: test_deep_nested_attribute_entity\nPASS: test_deep_nested_entity_delayed_interpretation\nPASS: test_nested_entity_suspend\nPASS: test_nested_entity_suspend_2\nPASS: test_big_tokens_scale_linearly\nPASS: test_set_reparse_deferral\nPASS: test_reparse_deferral_is_inherited\nPASS: test_set_reparse_deferral_on_null_parser\nPASS: test_set_reparse_deferral_on_the_fly\nPASS: test_set_bad_reparse_option\nPASS: test_bypass_heuristic_when_close_to_bufsize\nPASS: test_varying_buffer_fills\n99%: Checks: 4512, Failed: 12\nCommand exited with non-zero status 1\nExecution time: 4.26 s\n\nDURATION: 8\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5139930248260498,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-expect_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-expect",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007174015045166016,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1492879390716553,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03123927116394043,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 13.410443305969238,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011830329895019531,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.expect.cat-1.1": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.1": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.10": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.11": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.12": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.13": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.2": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.3": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.4": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.5": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.6": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.7": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.8": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.8b": {
    "status": "PASSED"
   },
   "ptestresult.expect.expect-1.9": {
    "status": "PASSED"
   },
   "ptestresult.expect.logfile-1.1": {
    "status": "PASSED"
   },
   "ptestresult.expect.pid-1.2": {
    "status": "PASSED"
   },
   "ptestresult.expect.pid-1.3": {
    "status": "PASSED"
   },
   "ptestresult.expect.pid-1.4": {
    "status": "PASSED"
   },
   "ptestresult.expect.pid-1.5": {
    "status": "PASSED"
   },
   "ptestresult.expect.send-1.1": {
    "status": "PASSED"
   },
   "ptestresult.expect.send-1.2": {
    "status": "PASSED"
   },
   "ptestresult.expect.spawn-1.1": {
    "status": "PASSED"
   },
   "ptestresult.expect.spawn-1.2": {
    "status": "PASSED"
   },
   "ptestresult.expect.spawn-1.3": {
    "status": "PASSED"
   },
   "ptestresult.expect.spawn-1.4": {
    "status": "PASSED"
   },
   "ptestresult.expect.spawn-1.5": {
    "status": "PASSED"
   },
   "ptestresult.expect.stty-1.1": {
    "status": "PASSED"
   },
   "ptestresult.expect.stty-1.2": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/expect/ptest\nvia send_stdout\nPASS: cat-1.1\nPASS: expect-1.1\nPASS: expect-1.2\nPASS: expect-1.3\nPASS: expect-1.4\nPASS: expect-1.5\nPASS: expect-1.6\nPASS: expect-1.7\nPASS: expect-1.10\nPASS: expect-1.11\nPASS: expect-1.12\nPASS: expect-1.13\nPASS: expect-1.8\nPASS: expect-1.8b\nPASS: expect-1.9\nPASS: logfile-1.1\nPASS: pid-1.2\nPASS: pid-1.3\nPASS: pid-1.4\nPASS: pid-1.5\nPASS: send-1.1\nPASS: send-1.2\nPASS: spawn-1.1\nPASS: spawn-1.2\nPASS: spawn-1.3\nPASS: spawn-1.4\nPASS: spawn-1.5\nPASS: stty-1.1\nPASS: stty-1.2\nDURATION: 13\nEND: /usr/lib/expect/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "expect": {
     "duration": "13",
     "log": "START: ptest-runner\n2025-06-16T11:40\nvia send_stdout\nPASS: cat-1.1\nPASS: expect-1.1\nPASS: expect-1.2\nPASS: expect-1.3\nPASS: expect-1.4\nPASS: expect-1.5\nPASS: expect-1.6\nPASS: expect-1.7\nPASS: expect-1.10\nPASS: expect-1.11\nPASS: expect-1.12\nPASS: expect-1.13\nPASS: expect-1.8\nPASS: expect-1.8b\nPASS: expect-1.9\nPASS: logfile-1.1\nPASS: pid-1.2\nPASS: pid-1.3\nPASS: pid-1.4\nPASS: pid-1.5\nPASS: send-1.1\nPASS: send-1.2\nPASS: spawn-1.1\nPASS: spawn-1.2\nPASS: spawn-1.3\nPASS: spawn-1.4\nPASS: spawn-1.5\nPASS: stty-1.1\nPASS: stty-1.2\nDURATION: 13\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5163428783416748,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-findutils_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-findutils",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008854866027832031,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.169790029525757,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0338897705078125,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 6.837876319885254,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008707046508789062,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.findutils.tests/find/arg-nan.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/debug-missing-arg.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/depth-unreadable-dir.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.findutils.tests/find/exec-plus-last-file.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/execdir-fd-leak.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/files0-from.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/inode-zero.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.findutils.tests/find/many-dir-entries-vs-OOM.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.findutils.tests/find/name-lbracket-literal.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/name-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/newer.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/opt-numeric-arg.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/printf_escape_c.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/printf_escapechars.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/printf_inode.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/refuse-noop.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/type_list.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/used.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/find/user-group-max.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/misc/help-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/xargs/conflicting_opts.sh": {
    "status": "PASSED"
   },
   "ptestresult.findutils.tests/xargs/verbose-quote.sh": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/findutils/ptest\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nPASS: tests/find/arg-nan.sh\nfind: Missing argument after the -D option.\nPASS: tests/find/debug-missing-arg.sh\ndepth-unreadable-dir.sh: skipped test: must be run as non-root\n./tests/init.sh: line 106: $stderr_fileno_: Bad file descriptor\nSKIP: tests/find/depth-unreadable-dir.sh\nPASS: tests/find/exec-plus-last-file.sh\nPASS: tests/find/execdir-fd-leak.sh\nfind: missing argument to `-files0-from'\nfind: extra operand 'OFFENDING'\nfind: file operands cannot be combined with -files0-from\nfind: option -files0-from reading from standard input cannot be combined with -ok, -okdir\nfind: option -files0-from reading from standard input cannot be combined with -ok, -okdir\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: 'in'\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: 'inlink'\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: 'in'\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: '/dev/stdin'\nfind: cannot open 'ENOENT' for reading: No such file or directory\ncat: /: Is a directory\nfind: '/': read error: Is a directory\nfind: invalid expression: expected expression before closing parentheses ')'.\nfind: invalid expression: expected expression before closing parentheses ')'.\nfind: '(standard input)':2: invalid zero-length file name\nfind: 'file':2: invalid zero-length file name\nfind: 'ENOENT': No such file or directory\nexp\nout\nPASS: tests/find/files0-from.sh\ninode-zero.sh: skipped test: no file with inode number 0 here\n./tests/init.sh: line 106: $stderr_fileno_: Bad file descriptor\nSKIP: tests/find/inode-zero.sh\nmany-dir-entries-vs-OOM.sh: skipped test: expensive: disabled by default\nThis test is relatively expensive, so it is disabled by default.\nTo run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS\nenvironment variable set to yes.  E.g.,\n\n  env RUN_EXPENSIVE_TESTS=yes make check\n\nor use the shortcut target of the toplevel Makefile,\n\n  make check-expensive\n\n./tests/init.sh: line 106: $stderr_fileno_: Bad file descriptor\nSKIP: tests/find/many-dir-entries-vs-OOM.sh\nPASS: tests/find/name-lbracket-literal.sh\nfind: warning: '-name' matches against basenames only, but the given pattern contains a directory separator ('/'), thus the expression will evaluate to false all the time.  Did you mean '-wholename'?\nPASS: tests/find/name-slash.sh\n  File: file1\n  Size: 0         \tBlocks: 0          IO Block: 1024   regular empty file\nDevice: 253,0\tInode: 1116        Links: 1\nAccess: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\nAccess: 2025-06-16 11:40:46.114000000 +0000\nModify: 2025-06-16 11:40:46.114000000 +0000\nChange: 2025-06-16 11:40:46.114000000 +0000\n Birth: 2025-06-16 11:40:46.114000000 +0000\n  File: file2\n  Size: 0         \tBlocks: 0          IO Block: 1024   regular empty file\nDevice: 253,0\tInode: 1117        Links: 1\nAccess: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\nAccess: 2025-06-16 11:40:47.116000000 +0000\nModify: 2025-06-16 11:40:47.116000000 +0000\nChange: 2025-06-16 11:40:47.116000000 +0000\n Birth: 2025-06-16 11:40:47.116000000 +0000\n  File: file3\n  Size: 0         \tBlocks: 0          IO Block: 1024   regular empty file\nDevice: 253,0\tInode: 1118        Links: 1\nAccess: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\nAccess: 2025-06-16 11:40:48.118000000 +0000\nModify: 2025-06-16 11:40:48.118000000 +0000\nChange: 2025-06-16 11:40:48.118000000 +0000\n Birth: 2025-06-16 11:40:48.118000000 +0000\nPASS: tests/find/newer.sh\nfind: missing argument to `-inum'\nfind: non-numeric argument to -inum: 'foo'\nfind: missing argument to `-links'\nfind: non-numeric argument to -links: 'foo'\nfind: missing argument to `-uid'\nfind: non-numeric argument to -uid: 'foo'\nfind: missing argument to `-gid'\nfind: non-numeric argument to -gid: 'foo'\nPASS: tests/find/opt-numeric-arg.sh\nPASS: tests/find/printf_escape_c.sh\nPASS: tests/find/printf_escapechars.sh\nPASS: tests/find/printf_inode.sh\nfind: unknown predicate `-noop'\nfind: unknown predicate `---noop'\nPASS: tests/find/refuse-noop.sh\nfind: -type D is not supported because Solaris doors are not supported on the platform find was compiled on.\ntests/find/type_list.sh: line 59: perl: command not found\ntests/find/type_list.sh: line 64: python: command not found\nnc: bad port 'sock'\ntests/find/type_list.sh: line 72: kill: (1750) - No such process\ntests/find/type_list.sh: line 74: netcat: command not found\ntests/find/type_list.sh: line 75: kill: (1752) - No such process\ntests/find/type_list.sh: line 78: socat: command not found\ntests/find/type_list.sh: line 79: kill: (1754) - No such process\n     1117      0 -rw-r--r--   1 root     root            0 Jun 16 11:40 dir/reg\n     1119      0 brw-r--r--   1 root     root       0,   0 Jun 16 11:40 dir/blk\n     1121      0 prw-r--r--   1 root     root            0 Jun 16 11:40 dir/fifo\n     1124      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/blk-link -> blk\n     1120      0 crw-r--r--   1 root     root       0,   0 Jun 16 11:40 dir/chr\n     1125      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/chr-link -> chr\n     1126      0 lrwxrwxrwx   1 root     root            4 Jun 16 11:40 dir/fifo-link -> fifo\n     1118      1 drwxr-xr-x   2 root     root         1024 Jun 16 11:40 dir/dir\n     1123      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/dir-link -> dir\n     1122      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/reg-link -> reg\n     1127      0 lrwxrwxrwx   1 root     root            6 Jun 16 11:40 dir/dangling-link -> enoent\nfind: Arguments to -type should contain at least one letter\nfind: Arguments to -xtype should contain at least one letter\nfind: Must separate multiple arguments to -type using: ','\nfind: Must separate multiple arguments to -xtype using: ','\nfind: Last file type in list argument to -type is missing, i.e., list is ending on: ','\nfind: Last file type in list argument to -xtype is missing, i.e., list is ending on: ','\nfind: Duplicate file type 'f' in the argument list to -type.\nfind: Duplicate file type 'f' in the argument list to -xtype.\nPASS: tests/find/type_list.sh\nName: t00  Access: 2025-06-16 11:40:51.459000000 +0000  Change: 2025-06-16 11:40:51.459000000 +0000\nName: t10  Access: 2025-06-26 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.445000000 +0000\nName: t20  Access: 2025-07-06 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.449000000 +0000\nName: t30  Access: 2025-07-16 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.452000000 +0000\nName: t40  Access: 2025-07-26 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.456000000 +0000\nPASS: tests/find/used.sh\nPASS: tests/find/user-group-max.sh\nPATH=/usr/lib/findutils/ptest/.././xargs:/usr/lib/findutils/ptest/.././locate:/usr/lib/findutils/ptest/.././find:/usr/lib/findutils/ptest:/tmp:/usr/sbin:/sbin:/usr/bin:/bin\n++ env find --version\n++ sed -n '1s/.* //p;q'\n++ echo find\n++ sed 's/$//'\n++ echo xargs\n++ sed 's/$//'\n++ sed 's/$//'\n++ echo locate\n++ echo updatedb\n++ sed 's/$//'\nPASS: tests/misc/help-version.sh\nPASS: tests/xargs/conflicting_opts.sh\nPASS: tests/xargs/verbose-quote.sh\n\nDURATION: 6\nEND: /usr/lib/findutils/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "findutils": {
     "duration": "6",
     "log": "START: ptest-runner\n2025-06-16T11:40\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nfind: invalid not-a-number argument: `NaN'\nPASS: tests/find/arg-nan.sh\nfind: Missing argument after the -D option.\nPASS: tests/find/debug-missing-arg.sh\ndepth-unreadable-dir.sh: skipped test: must be run as non-root\n./tests/init.sh: line 106: $stderr_fileno_: Bad file descriptor\nSKIP: tests/find/depth-unreadable-dir.sh\nPASS: tests/find/exec-plus-last-file.sh\nPASS: tests/find/execdir-fd-leak.sh\nfind: missing argument to `-files0-from'\nfind: extra operand 'OFFENDING'\nfind: file operands cannot be combined with -files0-from\nfind: option -files0-from reading from standard input cannot be combined with -ok, -okdir\nfind: option -files0-from reading from standard input cannot be combined with -ok, -okdir\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: 'in'\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: 'inlink'\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: 'in'\nfind: option -files0-from: standard input must not refer to the same file when combined with -ok, -okdir: '/dev/stdin'\nfind: cannot open 'ENOENT' for reading: No such file or directory\ncat: /: Is a directory\nfind: '/': read error: Is a directory\nfind: invalid expression: expected expression before closing parentheses ')'.\nfind: invalid expression: expected expression before closing parentheses ')'.\nfind: '(standard input)':2: invalid zero-length file name\nfind: 'file':2: invalid zero-length file name\nfind: 'ENOENT': No such file or directory\nexp\nout\nPASS: tests/find/files0-from.sh\ninode-zero.sh: skipped test: no file with inode number 0 here\n./tests/init.sh: line 106: $stderr_fileno_: Bad file descriptor\nSKIP: tests/find/inode-zero.sh\nmany-dir-entries-vs-OOM.sh: skipped test: expensive: disabled by default\nThis test is relatively expensive, so it is disabled by default.\nTo run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS\nenvironment variable set to yes.  E.g.,\n\n  env RUN_EXPENSIVE_TESTS=yes make check\n\nor use the shortcut target of the toplevel Makefile,\n\n  make check-expensive\n\n./tests/init.sh: line 106: $stderr_fileno_: Bad file descriptor\nSKIP: tests/find/many-dir-entries-vs-OOM.sh\nPASS: tests/find/name-lbracket-literal.sh\nfind: warning: '-name' matches against basenames only, but the given pattern contains a directory separator ('/'), thus the expression will evaluate to false all the time.  Did you mean '-wholename'?\nPASS: tests/find/name-slash.sh\n  File: file1\n  Size: 0         \tBlocks: 0          IO Block: 1024   regular empty file\nDevice: 253,0\tInode: 1116        Links: 1\nAccess: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\nAccess: 2025-06-16 11:40:46.114000000 +0000\nModify: 2025-06-16 11:40:46.114000000 +0000\nChange: 2025-06-16 11:40:46.114000000 +0000\n Birth: 2025-06-16 11:40:46.114000000 +0000\n  File: file2\n  Size: 0         \tBlocks: 0          IO Block: 1024   regular empty file\nDevice: 253,0\tInode: 1117        Links: 1\nAccess: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\nAccess: 2025-06-16 11:40:47.116000000 +0000\nModify: 2025-06-16 11:40:47.116000000 +0000\nChange: 2025-06-16 11:40:47.116000000 +0000\n Birth: 2025-06-16 11:40:47.116000000 +0000\n  File: file3\n  Size: 0         \tBlocks: 0          IO Block: 1024   regular empty file\nDevice: 253,0\tInode: 1118        Links: 1\nAccess: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)\nAccess: 2025-06-16 11:40:48.118000000 +0000\nModify: 2025-06-16 11:40:48.118000000 +0000\nChange: 2025-06-16 11:40:48.118000000 +0000\n Birth: 2025-06-16 11:40:48.118000000 +0000\nPASS: tests/find/newer.sh\nfind: missing argument to `-inum'\nfind: non-numeric argument to -inum: 'foo'\nfind: missing argument to `-links'\nfind: non-numeric argument to -links: 'foo'\nfind: missing argument to `-uid'\nfind: non-numeric argument to -uid: 'foo'\nfind: missing argument to `-gid'\nfind: non-numeric argument to -gid: 'foo'\nPASS: tests/find/opt-numeric-arg.sh\nPASS: tests/find/printf_escape_c.sh\nPASS: tests/find/printf_escapechars.sh\nPASS: tests/find/printf_inode.sh\nfind: unknown predicate `-noop'\nfind: unknown predicate `---noop'\nPASS: tests/find/refuse-noop.sh\nfind: -type D is not supported because Solaris doors are not supported on the platform find was compiled on.\ntests/find/type_list.sh: line 59: perl: command not found\ntests/find/type_list.sh: line 64: python: command not found\nnc: bad port 'sock'\ntests/find/type_list.sh: line 72: kill: (1750) - No such process\ntests/find/type_list.sh: line 74: netcat: command not found\ntests/find/type_list.sh: line 75: kill: (1752) - No such process\ntests/find/type_list.sh: line 78: socat: command not found\ntests/find/type_list.sh: line 79: kill: (1754) - No such process\n     1117      0 -rw-r--r--   1 root     root            0 Jun 16 11:40 dir/reg\n     1119      0 brw-r--r--   1 root     root       0,   0 Jun 16 11:40 dir/blk\n     1121      0 prw-r--r--   1 root     root            0 Jun 16 11:40 dir/fifo\n     1124      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/blk-link -> blk\n     1120      0 crw-r--r--   1 root     root       0,   0 Jun 16 11:40 dir/chr\n     1125      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/chr-link -> chr\n     1126      0 lrwxrwxrwx   1 root     root            4 Jun 16 11:40 dir/fifo-link -> fifo\n     1118      1 drwxr-xr-x   2 root     root         1024 Jun 16 11:40 dir/dir\n     1123      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/dir-link -> dir\n     1122      0 lrwxrwxrwx   1 root     root            3 Jun 16 11:40 dir/reg-link -> reg\n     1127      0 lrwxrwxrwx   1 root     root            6 Jun 16 11:40 dir/dangling-link -> enoent\nfind: Arguments to -type should contain at least one letter\nfind: Arguments to -xtype should contain at least one letter\nfind: Must separate multiple arguments to -type using: ','\nfind: Must separate multiple arguments to -xtype using: ','\nfind: Last file type in list argument to -type is missing, i.e., list is ending on: ','\nfind: Last file type in list argument to -xtype is missing, i.e., list is ending on: ','\nfind: Duplicate file type 'f' in the argument list to -type.\nfind: Duplicate file type 'f' in the argument list to -xtype.\nPASS: tests/find/type_list.sh\nName: t00  Access: 2025-06-16 11:40:51.459000000 +0000  Change: 2025-06-16 11:40:51.459000000 +0000\nName: t10  Access: 2025-06-26 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.445000000 +0000\nName: t20  Access: 2025-07-06 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.449000000 +0000\nName: t30  Access: 2025-07-16 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.452000000 +0000\nName: t40  Access: 2025-07-26 11:40:51.000000000 +0000  Change: 2025-06-16 11:40:51.456000000 +0000\nPASS: tests/find/used.sh\nPASS: tests/find/user-group-max.sh\nPATH=/usr/lib/findutils/ptest/.././xargs:/usr/lib/findutils/ptest/.././locate:/usr/lib/findutils/ptest/.././find:/usr/lib/findutils/ptest:/tmp:/usr/sbin:/sbin:/usr/bin:/bin\n++ env find --version\n++ sed -n '1s/.* //p;q'\n++ echo find\n++ sed 's/$//'\n++ echo xargs\n++ sed 's/$//'\n++ sed 's/$//'\n++ echo locate\n++ echo updatedb\n++ sed 's/$//'\nPASS: tests/misc/help-version.sh\nPASS: tests/xargs/conflicting_opts.sh\nPASS: tests/xargs/verbose-quote.sh\n\nDURATION: 6\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5144872665405273,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-flex_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-flex",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0016613006591796875,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.183687210083008,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03522539138793945,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 1.451589584350586,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020148754119873047,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.flex.alloc_extra": {
    "status": "PASSED"
   },
   "ptestresult.flex.array_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.array_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.basic_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.basic_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.bison_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.bison_yylloc": {
    "status": "PASSED"
   },
   "ptestresult.flex.bison_yylval": {
    "status": "PASSED"
   },
   "ptestresult.flex.c_cxx_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.c_cxx_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.ccl": {
    "status": "PASSED"
   },
   "ptestresult.flex.cxx_basic": {
    "status": "PASSED"
   },
   "ptestresult.flex.cxx_multiple_scanners": {
    "status": "PASSED"
   },
   "ptestresult.flex.cxx_restart": {
    "status": "PASSED"
   },
   "ptestresult.flex.cxx_yywrap.i3": {
    "status": "PASSED"
   },
   "ptestresult.flex.debug_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.debug_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.extended": {
    "status": "PASSED"
   },
   "ptestresult.flex.header_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.header_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.include_by_buffer.direct": {
    "status": "PASSED"
   },
   "ptestresult.flex.include_by_push.direct": {
    "status": "PASSED"
   },
   "ptestresult.flex.include_by_reentrant.direct": {
    "status": "PASSED"
   },
   "ptestresult.flex.lineno_nr.one": {
    "status": "PASSED"
   },
   "ptestresult.flex.lineno_r.one": {
    "status": "PASSED"
   },
   "ptestresult.flex.lineno_trailing.one": {
    "status": "PASSED"
   },
   "ptestresult.flex.mem_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.mem_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.multiple_scanners_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.multiple_scanners_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.options.cn": {
    "status": "PASSED"
   },
   "ptestresult.flex.posix": {
    "status": "PASSED"
   },
   "ptestresult.flex.posixly_correct": {
    "status": "PASSED"
   },
   "ptestresult.flex.prefix_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.prefix_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.pthread.pthread": {
    "status": "PASSED"
   },
   "ptestresult.flex.quote_in_comment": {
    "status": "PASSED"
   },
   "ptestresult.flex.quotes": {
    "status": "PASSED"
   },
   "ptestresult.flex.reject_nr.reject": {
    "status": "PASSED"
   },
   "ptestresult.flex.reject_r.reject": {
    "status": "PASSED"
   },
   "ptestresult.flex.reject_ser.table": {
    "status": "PASSED"
   },
   "ptestresult.flex.reject_ver.table": {
    "status": "PASSED"
   },
   "ptestresult.flex.rescan_nr.direct": {
    "status": "PASSED"
   },
   "ptestresult.flex.rescan_r.direct": {
    "status": "PASSED"
   },
   "ptestresult.flex.string_nr": {
    "status": "PASSED"
   },
   "ptestresult.flex.string_r": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-CF.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Ca.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Cae.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-CaeF.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Caef.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Caem.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Cam.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Ce.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Cem.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Cf.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_nr-Cm.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-CF.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Ca.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Cae.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-CaeF.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Caef.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Caem.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Cam.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Ce.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Cem.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Cf.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_opt_r-Cm.opt": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-CF.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Ca.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Cae.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-CaeF.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Caef.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Caem.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Cam.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Ce.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Cem.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Cf.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_nr-Cm.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-CF.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Ca.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Cae.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-CaeF.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Caef.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Caem.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Cam.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Ce.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Cem.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Cf.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ser_r-Cm.ser": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-CF.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Ca.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Cae.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-CaeF.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Caef.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Caem.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Cam.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Ce.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Cem.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Cf.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_nr-Cm.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-CF.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Ca.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Cae.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-CaeF.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Caef.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Caem.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Cam.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Ce.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Cem.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Cf.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.tableopts_ver_r-Cm.ver": {
    "status": "PASSED"
   },
   "ptestresult.flex.top": {
    "status": "PASSED"
   },
   "ptestresult.flex.yyextra": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/flex/ptest\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\nmake[1]: Entering directory '/usr/lib/flex/ptest'\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\ntouch alloc_extra.log\ntouch array_nr.log\ntouch array_r.log\ntouch basic_nr.log\ntouch basic_r.log\ntouch bison_nr.log\ntouch bison_yylloc.log\ntouch bison_yylval.log\ntouch c_cxx_nr.log\ntouch c_cxx_r.log\ntouch ccl.log\ntouch cxx_basic.log\ntouch cxx_multiple_scanners.log\ntouch cxx_restart.log\ntouch debug_nr.log\ntouch debug_r.log\ntouch extended.log\ntouch header_nr.log\ntouch header_r.log\ntouch mem_nr.log\ntouch mem_r.log\ntouch multiple_scanners_nr.log\ntouch multiple_scanners_r.log\ntouch posix.log\ntouch posixly_correct.log\ntouch prefix_nr.log\ntouch prefix_r.log\ntouch quote_in_comment.log\ntouch quotes.log\ntouch string_nr.log\ntouch string_r.log\ntouch top.log\ntouch yyextra.log\ntouch reject_nr.log\ntouch reject_r.log\ntouch reject_ver.log\ntouch reject_ser.log\ntouch include_by_buffer.log\ntouch include_by_push.log\ntouch include_by_reentrant.log\ntouch rescan_nr.log\ntouch rescan_r.log\ntouch cxx_yywrap.log\ntouch pthread.log\ntouch lineno_nr.log\ntouch lineno_r.log\ntouch lineno_trailing.log\ntouch tableopts_opt_nr-Ca.log\ntouch tableopts_opt_nr-Ce.log\ntouch tableopts_opt_nr-Cf.log\ntouch tableopts_opt_nr-CF.log\ntouch tableopts_opt_nr-Cm.log\ntouch tableopts_opt_nr-Cem.log\ntouch tableopts_opt_nr-Cae.log\ntouch tableopts_opt_nr-Caef.log\ntouch tableopts_opt_nr-CaeF.log\ntouch tableopts_opt_nr-Cam.log\ntouch tableopts_opt_nr-Caem.log\ntouch tableopts_opt_r-Ca.log\ntouch tableopts_opt_r-Ce.log\ntouch tableopts_opt_r-Cf.log\ntouch tableopts_opt_r-CF.log\ntouch tableopts_opt_r-Cm.log\ntouch tableopts_opt_r-Cem.log\ntouch tableopts_opt_r-Cae.log\ntouch tableopts_opt_r-Caef.log\ntouch tableopts_opt_r-CaeF.log\ntouch tableopts_opt_r-Cam.log\ntouch tableopts_opt_r-Caem.log\ntouch tableopts_ser_nr-Ca.log\ntouch tableopts_ser_nr-Ce.log\ntouch tableopts_ser_nr-Cf.log\ntouch tableopts_ser_nr-CF.log\ntouch tableopts_ser_nr-Cm.log\ntouch tableopts_ser_nr-Cem.log\ntouch tableopts_ser_nr-Cae.log\ntouch tableopts_ser_nr-Caef.log\ntouch tableopts_ser_nr-CaeF.log\ntouch tableopts_ser_nr-Cam.log\ntouch tableopts_ser_nr-Caem.log\ntouch tableopts_ser_r-Ca.log\ntouch tableopts_ser_r-Ce.log\ntouch tableopts_ser_r-Cf.log\ntouch tableopts_ser_r-CF.log\ntouch tableopts_ser_r-Cm.log\ntouch tableopts_ser_r-Cem.log\ntouch tableopts_ser_r-Cae.log\ntouch tableopts_ser_r-Caef.log\ntouch tableopts_ser_r-CaeF.log\ntouch tableopts_ser_r-Cam.log\ntouch tableopts_ser_r-Caem.log\ntouch tableopts_ver_nr-Ca.log\ntouch tableopts_ver_nr-Ce.log\ntouch tableopts_ver_nr-Cf.log\ntouch tableopts_ver_nr-CF.log\ntouch tableopts_ver_nr-Cm.log\ntouch tableopts_ver_nr-Cem.log\ntouch tableopts_ver_nr-Cae.log\ntouch tableopts_ver_nr-Caef.log\ntouch tableopts_ver_nr-CaeF.log\ntouch tableopts_ver_nr-Cam.log\ntouch tableopts_ver_nr-Caem.log\ntouch tableopts_ver_r-Ca.log\ntouch tableopts_ver_r-Ce.log\ntouch tableopts_ver_r-Cf.log\ntouch tableopts_ver_r-CF.log\ntouch tableopts_ver_r-Cm.log\ntouch tableopts_ver_r-Cem.log\ntouch tableopts_ver_r-Cae.log\ntouch tableopts_ver_r-Caef.log\ntouch tableopts_ver_r-CaeF.log\ntouch tableopts_ver_r-Cam.log\ntouch tableopts_ver_r-Caem.log\ntouch options.log\nmake[2]: Entering directory '/usr/lib/flex/ptest'\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\ntouch alloc_extra.log\ntouch array_nr.log\ntouch array_r.log\ntouch basic_nr.log\ntouch basic_r.log\ntouch bison_nr.log\ntouch bison_yylloc.log\ntouch bison_yylval.log\ntouch c_cxx_nr.log\ntouch c_cxx_r.log\ntouch ccl.log\ntouch cxx_basic.log\ntouch cxx_multiple_scanners.log\ntouch cxx_restart.log\ntouch debug_nr.log\ntouch debug_r.log\ntouch extended.log\ntouch header_nr.log\ntouch header_r.log\ntouch mem_nr.log\ntouch mem_r.log\ntouch multiple_scanners_nr.log\ntouch multiple_scanners_r.log\ntouch posix.log\ntouch posixly_correct.log\ntouch prefix_nr.log\ntouch prefix_r.log\ntouch quote_in_comment.log\ntouch quotes.log\ntouch string_nr.log\ntouch string_r.log\ntouch top.log\ntouch yyextra.log\ntouch reject_nr.log\ntouch reject_r.log\ntouch reject_ver.log\ntouch reject_ser.log\ntouch include_by_buffer.log\ntouch include_by_push.log\ntouch include_by_reentrant.log\ntouch rescan_nr.log\ntouch rescan_r.log\ntouch cxx_yywrap.log\ntouch pthread.log\ntouch lineno_nr.log\ntouch lineno_r.log\ntouch lineno_trailing.log\ntouch tableopts_opt_nr-Ca.log\ntouch tableopts_opt_nr-Ce.log\ntouch tableopts_opt_nr-Cf.log\ntouch tableopts_opt_nr-CF.log\ntouch tableopts_opt_nr-Cm.log\ntouch tableopts_opt_nr-Cem.log\ntouch tableopts_opt_nr-Cae.log\ntouch tableopts_opt_nr-Caef.log\ntouch tableopts_opt_nr-CaeF.log\ntouch tableopts_opt_nr-Cam.log\ntouch tableopts_opt_nr-Caem.log\ntouch tableopts_opt_r-Ca.log\ntouch tableopts_opt_r-Ce.log\ntouch tableopts_opt_r-Cf.log\ntouch tableopts_opt_r-CF.log\ntouch tableopts_opt_r-Cm.log\ntouch tableopts_opt_r-Cem.log\ntouch tableopts_opt_r-Cae.log\ntouch tableopts_opt_r-Caef.log\ntouch tableopts_opt_r-CaeF.log\ntouch tableopts_opt_r-Cam.log\ntouch tableopts_opt_r-Caem.log\ntouch tableopts_ser_nr-Ca.log\ntouch tableopts_ser_nr-Ce.log\ntouch tableopts_ser_nr-Cf.log\ntouch tableopts_ser_nr-CF.log\ntouch tableopts_ser_nr-Cm.log\ntouch tableopts_ser_nr-Cem.log\ntouch tableopts_ser_nr-Cae.log\ntouch tableopts_ser_nr-Caef.log\ntouch tableopts_ser_nr-CaeF.log\ntouch tableopts_ser_nr-Cam.log\ntouch tableopts_ser_nr-Caem.log\ntouch tableopts_ser_r-Ca.log\ntouch tableopts_ser_r-Ce.log\ntouch tableopts_ser_r-Cf.log\ntouch tableopts_ser_r-CF.log\ntouch tableopts_ser_r-Cm.log\ntouch tableopts_ser_r-Cem.log\ntouch tableopts_ser_r-Cae.log\ntouch tableopts_ser_r-Caef.log\ntouch tableopts_ser_r-CaeF.log\ntouch tableopts_ser_r-Cam.log\ntouch tableopts_ser_r-Caem.log\ntouch tableopts_ver_nr-Ca.log\ntouch tableopts_ver_nr-Ce.log\ntouch tableopts_ver_nr-Cf.log\ntouch tableopts_ver_nr-CF.log\ntouch tableopts_ver_nr-Cm.log\ntouch tableopts_ver_nr-Cem.log\ntouch tableopts_ver_nr-Cae.log\ntouch tableopts_ver_nr-Caef.log\ntouch tableopts_ver_nr-CaeF.log\ntouch tableopts_ver_nr-Cam.log\ntouch tableopts_ver_nr-Caem.log\ntouch tableopts_ver_r-Ca.log\ntouch tableopts_ver_r-Ce.log\ntouch tableopts_ver_r-Cf.log\ntouch tableopts_ver_r-CF.log\ntouch tableopts_ver_r-Cm.log\ntouch tableopts_ver_r-Cem.log\ntouch tableopts_ver_r-Cae.log\ntouch tableopts_ver_r-Caef.log\ntouch tableopts_ver_r-CaeF.log\ntouch tableopts_ver_r-Cam.log\ntouch tableopts_ver_r-Caem.log\ntouch options.log\nmake[2]: Leaving directory '/usr/lib/flex/ptest'\nfatal: making test-suite.log: failed to create alloc_extra.trs\nfatal: making test-suite.log: failed to create array_nr.trs\nfatal: making test-suite.log: failed to create array_r.trs\nfatal: making test-suite.log: failed to create basic_nr.trs\nfatal: making test-suite.log: failed to create basic_r.trs\nfatal: making test-suite.log: failed to create bison_nr.trs\nfatal: making test-suite.log: failed to create bison_yylloc.trs\nfatal: making test-suite.log: failed to create bison_yylval.trs\nfatal: making test-suite.log: failed to create c_cxx_nr.trs\nfatal: making test-suite.log: failed to create c_cxx_r.trs\nfatal: making test-suite.log: failed to create ccl.trs\nfatal: making test-suite.log: failed to create cxx_basic.trs\nfatal: making test-suite.log: failed to create cxx_multiple_scanners.trs\nfatal: making test-suite.log: failed to create cxx_restart.trs\nfatal: making test-suite.log: failed to create debug_nr.trs\nfatal: making test-suite.log: failed to create debug_r.trs\nfatal: making test-suite.log: failed to create extended.trs\nfatal: making test-suite.log: failed to create header_nr.trs\nfatal: making test-suite.log: failed to create header_r.trs\nfatal: making test-suite.log: failed to create mem_nr.trs\nfatal: making test-suite.log: failed to create mem_r.trs\nfatal: making test-suite.log: failed to create multiple_scanners_nr.trs\nfatal: making test-suite.log: failed to create multiple_scanners_r.trs\nfatal: making test-suite.log: failed to create posix.trs\nfatal: making test-suite.log: failed to create posixly_correct.trs\nfatal: making test-suite.log: failed to create prefix_nr.trs\nfatal: making test-suite.log: failed to create prefix_r.trs\nfatal: making test-suite.log: failed to create quote_in_comment.trs\nfatal: making test-suite.log: failed to create quotes.trs\nfatal: making test-suite.log: failed to create string_nr.trs\nfatal: making test-suite.log: failed to create string_r.trs\nfatal: making test-suite.log: failed to create top.trs\nfatal: making test-suite.log: failed to create yyextra.trs\nfatal: making test-suite.log: failed to create reject_nr.trs\nfatal: making test-suite.log: failed to create reject_r.trs\nfatal: making test-suite.log: failed to create reject_ver.trs\nfatal: making test-suite.log: failed to create reject_ser.trs\nfatal: making test-suite.log: failed to create include_by_buffer.trs\nfatal: making test-suite.log: failed to create include_by_push.trs\nfatal: making test-suite.log: failed to create include_by_reentrant.trs\nfatal: making test-suite.log: failed to create rescan_nr.trs\nfatal: making test-suite.log: failed to create rescan_r.trs\nfatal: making test-suite.log: failed to create cxx_yywrap.trs\nfatal: making test-suite.log: failed to create pthread.trs\nfatal: making test-suite.log: failed to create lineno_nr.trs\nfatal: making test-suite.log: failed to create lineno_r.trs\nfatal: making test-suite.log: failed to create lineno_trailing.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-CF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-CF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Caem.trs\nfatal: making test-suite.log: failed to create options.trs\nmake[1]: *** [Makefile:2249: test-suite.log] Error 1\nmake[1]: Leaving directory '/usr/lib/flex/ptest'\nmake: *** [Makefile:2385: check-TESTS] Error 2\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\nmake[1]: Entering directory '/usr/lib/flex/ptest'\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\nPASS: alloc_extra\nPASS: array_nr\nPASS: array_r\nPASS: basic_nr\nPASS: basic_r\nPASS: bison_nr\nPASS: bison_yylloc\nPASS: bison_yylval\nPASS: c_cxx_nr\nPASS: c_cxx_r\nPASS: ccl\nPASS: cxx_basic\nPASS: cxx_multiple_scanners\nPASS: cxx_restart\nPASS: debug_nr\nPASS: debug_r\nPASS: extended\nPASS: header_nr\nPASS: header_r\nPASS: mem_nr\nPASS: mem_r\nPASS: multiple_scanners_nr\nPASS: multiple_scanners_r\nPASS: posix\nPASS: posixly_correct\nPASS: prefix_nr\nPASS: prefix_r\nPASS: quote_in_comment\nPASS: quotes\nPASS: string_nr\nPASS: string_r\nPASS: top\nPASS: yyextra\nPASS: reject_nr.reject\nPASS: reject_r.reject\nPASS: reject_ver.table\nPASS: reject_ser.table\nPASS: include_by_buffer.direct\nPASS: include_by_push.direct\nPASS: include_by_reentrant.direct\nPASS: rescan_nr.direct\nPASS: rescan_r.direct\nPASS: cxx_yywrap.i3\nPASS: pthread.pthread\nPASS: lineno_nr.one\nPASS: lineno_r.one\nPASS: lineno_trailing.one\nPASS: tableopts_opt_nr-Ca.opt\nPASS: tableopts_opt_nr-Ce.opt\nPASS: tableopts_opt_nr-Cf.opt\nPASS: tableopts_opt_nr-CF.opt\nPASS: tableopts_opt_nr-Cm.opt\nPASS: tableopts_opt_nr-Cem.opt\nPASS: tableopts_opt_nr-Cae.opt\nPASS: tableopts_opt_nr-Caef.opt\nPASS: tableopts_opt_nr-CaeF.opt\nPASS: tableopts_opt_nr-Cam.opt\nPASS: tableopts_opt_nr-Caem.opt\nPASS: tableopts_opt_r-Ca.opt\nPASS: tableopts_opt_r-Ce.opt\nPASS: tableopts_opt_r-Cf.opt\nPASS: tableopts_opt_r-CF.opt\nPASS: tableopts_opt_r-Cm.opt\nPASS: tableopts_opt_r-Cem.opt\nPASS: tableopts_opt_r-Cae.opt\nPASS: tableopts_opt_r-Caef.opt\nPASS: tableopts_opt_r-CaeF.opt\nPASS: tableopts_opt_r-Cam.opt\nPASS: tableopts_opt_r-Caem.opt\nPASS: tableopts_ser_nr-Ca.ser\nPASS: tableopts_ser_nr-Ce.ser\nPASS: tableopts_ser_nr-Cf.ser\nPASS: tableopts_ser_nr-CF.ser\nPASS: tableopts_ser_nr-Cm.ser\nPASS: tableopts_ser_nr-Cem.ser\nPASS: tableopts_ser_nr-Cae.ser\nPASS: tableopts_ser_nr-Caef.ser\nPASS: tableopts_ser_nr-CaeF.ser\nPASS: tableopts_ser_nr-Cam.ser\nPASS: tableopts_ser_nr-Caem.ser\nPASS: tableopts_ser_r-Ca.ser\nPASS: tableopts_ser_r-Ce.ser\nPASS: tableopts_ser_r-Cf.ser\nPASS: tableopts_ser_r-CF.ser\nPASS: tableopts_ser_r-Cm.ser\nPASS: tableopts_ser_r-Cem.ser\nPASS: tableopts_ser_r-Cae.ser\nPASS: tableopts_ser_r-Caef.ser\nPASS: tableopts_ser_r-CaeF.ser\nPASS: tableopts_ser_r-Cam.ser\nPASS: tableopts_ser_r-Caem.ser\nPASS: tableopts_ver_nr-Ca.ver\nPASS: tableopts_ver_nr-Ce.ver\nPASS: tableopts_ver_nr-Cf.ver\nPASS: tableopts_ver_nr-CF.ver\nPASS: tableopts_ver_nr-Cm.ver\nPASS: tableopts_ver_nr-Cem.ver\nPASS: tableopts_ver_nr-Cae.ver\nPASS: tableopts_ver_nr-Caef.ver\nPASS: tableopts_ver_nr-CaeF.ver\nPASS: tableopts_ver_nr-Cam.ver\nPASS: tableopts_ver_nr-Caem.ver\nPASS: tableopts_ver_r-Ca.ver\nPASS: tableopts_ver_r-Ce.ver\nPASS: tableopts_ver_r-Cf.ver\nPASS: tableopts_ver_r-CF.ver\nPASS: tableopts_ver_r-Cm.ver\nPASS: tableopts_ver_r-Cem.ver\nPASS: tableopts_ver_r-Cae.ver\nPASS: tableopts_ver_r-Caef.ver\nPASS: tableopts_ver_r-CaeF.ver\nPASS: tableopts_ver_r-Cam.ver\nPASS: tableopts_ver_r-Caem.ver\nPASS: options.cn\n============================================================================\nTestsuite summary for the fast lexical analyser generator 2.6.4\n============================================================================\n# TOTAL: 114\n# PASS:  114\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/flex/ptest'\nDURATION: 1\nEND: /usr/lib/flex/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "flex": {
     "duration": "1",
     "log": "START: ptest-runner\n2025-06-16T11:40\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\nmake[1]: Entering directory '/usr/lib/flex/ptest'\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\ntouch alloc_extra.log\ntouch array_nr.log\ntouch array_r.log\ntouch basic_nr.log\ntouch basic_r.log\ntouch bison_nr.log\ntouch bison_yylloc.log\ntouch bison_yylval.log\ntouch c_cxx_nr.log\ntouch c_cxx_r.log\ntouch ccl.log\ntouch cxx_basic.log\ntouch cxx_multiple_scanners.log\ntouch cxx_restart.log\ntouch debug_nr.log\ntouch debug_r.log\ntouch extended.log\ntouch header_nr.log\ntouch header_r.log\ntouch mem_nr.log\ntouch mem_r.log\ntouch multiple_scanners_nr.log\ntouch multiple_scanners_r.log\ntouch posix.log\ntouch posixly_correct.log\ntouch prefix_nr.log\ntouch prefix_r.log\ntouch quote_in_comment.log\ntouch quotes.log\ntouch string_nr.log\ntouch string_r.log\ntouch top.log\ntouch yyextra.log\ntouch reject_nr.log\ntouch reject_r.log\ntouch reject_ver.log\ntouch reject_ser.log\ntouch include_by_buffer.log\ntouch include_by_push.log\ntouch include_by_reentrant.log\ntouch rescan_nr.log\ntouch rescan_r.log\ntouch cxx_yywrap.log\ntouch pthread.log\ntouch lineno_nr.log\ntouch lineno_r.log\ntouch lineno_trailing.log\ntouch tableopts_opt_nr-Ca.log\ntouch tableopts_opt_nr-Ce.log\ntouch tableopts_opt_nr-Cf.log\ntouch tableopts_opt_nr-CF.log\ntouch tableopts_opt_nr-Cm.log\ntouch tableopts_opt_nr-Cem.log\ntouch tableopts_opt_nr-Cae.log\ntouch tableopts_opt_nr-Caef.log\ntouch tableopts_opt_nr-CaeF.log\ntouch tableopts_opt_nr-Cam.log\ntouch tableopts_opt_nr-Caem.log\ntouch tableopts_opt_r-Ca.log\ntouch tableopts_opt_r-Ce.log\ntouch tableopts_opt_r-Cf.log\ntouch tableopts_opt_r-CF.log\ntouch tableopts_opt_r-Cm.log\ntouch tableopts_opt_r-Cem.log\ntouch tableopts_opt_r-Cae.log\ntouch tableopts_opt_r-Caef.log\ntouch tableopts_opt_r-CaeF.log\ntouch tableopts_opt_r-Cam.log\ntouch tableopts_opt_r-Caem.log\ntouch tableopts_ser_nr-Ca.log\ntouch tableopts_ser_nr-Ce.log\ntouch tableopts_ser_nr-Cf.log\ntouch tableopts_ser_nr-CF.log\ntouch tableopts_ser_nr-Cm.log\ntouch tableopts_ser_nr-Cem.log\ntouch tableopts_ser_nr-Cae.log\ntouch tableopts_ser_nr-Caef.log\ntouch tableopts_ser_nr-CaeF.log\ntouch tableopts_ser_nr-Cam.log\ntouch tableopts_ser_nr-Caem.log\ntouch tableopts_ser_r-Ca.log\ntouch tableopts_ser_r-Ce.log\ntouch tableopts_ser_r-Cf.log\ntouch tableopts_ser_r-CF.log\ntouch tableopts_ser_r-Cm.log\ntouch tableopts_ser_r-Cem.log\ntouch tableopts_ser_r-Cae.log\ntouch tableopts_ser_r-Caef.log\ntouch tableopts_ser_r-CaeF.log\ntouch tableopts_ser_r-Cam.log\ntouch tableopts_ser_r-Caem.log\ntouch tableopts_ver_nr-Ca.log\ntouch tableopts_ver_nr-Ce.log\ntouch tableopts_ver_nr-Cf.log\ntouch tableopts_ver_nr-CF.log\ntouch tableopts_ver_nr-Cm.log\ntouch tableopts_ver_nr-Cem.log\ntouch tableopts_ver_nr-Cae.log\ntouch tableopts_ver_nr-Caef.log\ntouch tableopts_ver_nr-CaeF.log\ntouch tableopts_ver_nr-Cam.log\ntouch tableopts_ver_nr-Caem.log\ntouch tableopts_ver_r-Ca.log\ntouch tableopts_ver_r-Ce.log\ntouch tableopts_ver_r-Cf.log\ntouch tableopts_ver_r-CF.log\ntouch tableopts_ver_r-Cm.log\ntouch tableopts_ver_r-Cem.log\ntouch tableopts_ver_r-Cae.log\ntouch tableopts_ver_r-Caef.log\ntouch tableopts_ver_r-CaeF.log\ntouch tableopts_ver_r-Cam.log\ntouch tableopts_ver_r-Caem.log\ntouch options.log\nmake[2]: Entering directory '/usr/lib/flex/ptest'\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\ntouch alloc_extra.log\ntouch array_nr.log\ntouch array_r.log\ntouch basic_nr.log\ntouch basic_r.log\ntouch bison_nr.log\ntouch bison_yylloc.log\ntouch bison_yylval.log\ntouch c_cxx_nr.log\ntouch c_cxx_r.log\ntouch ccl.log\ntouch cxx_basic.log\ntouch cxx_multiple_scanners.log\ntouch cxx_restart.log\ntouch debug_nr.log\ntouch debug_r.log\ntouch extended.log\ntouch header_nr.log\ntouch header_r.log\ntouch mem_nr.log\ntouch mem_r.log\ntouch multiple_scanners_nr.log\ntouch multiple_scanners_r.log\ntouch posix.log\ntouch posixly_correct.log\ntouch prefix_nr.log\ntouch prefix_r.log\ntouch quote_in_comment.log\ntouch quotes.log\ntouch string_nr.log\ntouch string_r.log\ntouch top.log\ntouch yyextra.log\ntouch reject_nr.log\ntouch reject_r.log\ntouch reject_ver.log\ntouch reject_ser.log\ntouch include_by_buffer.log\ntouch include_by_push.log\ntouch include_by_reentrant.log\ntouch rescan_nr.log\ntouch rescan_r.log\ntouch cxx_yywrap.log\ntouch pthread.log\ntouch lineno_nr.log\ntouch lineno_r.log\ntouch lineno_trailing.log\ntouch tableopts_opt_nr-Ca.log\ntouch tableopts_opt_nr-Ce.log\ntouch tableopts_opt_nr-Cf.log\ntouch tableopts_opt_nr-CF.log\ntouch tableopts_opt_nr-Cm.log\ntouch tableopts_opt_nr-Cem.log\ntouch tableopts_opt_nr-Cae.log\ntouch tableopts_opt_nr-Caef.log\ntouch tableopts_opt_nr-CaeF.log\ntouch tableopts_opt_nr-Cam.log\ntouch tableopts_opt_nr-Caem.log\ntouch tableopts_opt_r-Ca.log\ntouch tableopts_opt_r-Ce.log\ntouch tableopts_opt_r-Cf.log\ntouch tableopts_opt_r-CF.log\ntouch tableopts_opt_r-Cm.log\ntouch tableopts_opt_r-Cem.log\ntouch tableopts_opt_r-Cae.log\ntouch tableopts_opt_r-Caef.log\ntouch tableopts_opt_r-CaeF.log\ntouch tableopts_opt_r-Cam.log\ntouch tableopts_opt_r-Caem.log\ntouch tableopts_ser_nr-Ca.log\ntouch tableopts_ser_nr-Ce.log\ntouch tableopts_ser_nr-Cf.log\ntouch tableopts_ser_nr-CF.log\ntouch tableopts_ser_nr-Cm.log\ntouch tableopts_ser_nr-Cem.log\ntouch tableopts_ser_nr-Cae.log\ntouch tableopts_ser_nr-Caef.log\ntouch tableopts_ser_nr-CaeF.log\ntouch tableopts_ser_nr-Cam.log\ntouch tableopts_ser_nr-Caem.log\ntouch tableopts_ser_r-Ca.log\ntouch tableopts_ser_r-Ce.log\ntouch tableopts_ser_r-Cf.log\ntouch tableopts_ser_r-CF.log\ntouch tableopts_ser_r-Cm.log\ntouch tableopts_ser_r-Cem.log\ntouch tableopts_ser_r-Cae.log\ntouch tableopts_ser_r-Caef.log\ntouch tableopts_ser_r-CaeF.log\ntouch tableopts_ser_r-Cam.log\ntouch tableopts_ser_r-Caem.log\ntouch tableopts_ver_nr-Ca.log\ntouch tableopts_ver_nr-Ce.log\ntouch tableopts_ver_nr-Cf.log\ntouch tableopts_ver_nr-CF.log\ntouch tableopts_ver_nr-Cm.log\ntouch tableopts_ver_nr-Cem.log\ntouch tableopts_ver_nr-Cae.log\ntouch tableopts_ver_nr-Caef.log\ntouch tableopts_ver_nr-CaeF.log\ntouch tableopts_ver_nr-Cam.log\ntouch tableopts_ver_nr-Caem.log\ntouch tableopts_ver_r-Ca.log\ntouch tableopts_ver_r-Ce.log\ntouch tableopts_ver_r-Cf.log\ntouch tableopts_ver_r-CF.log\ntouch tableopts_ver_r-Cm.log\ntouch tableopts_ver_r-Cem.log\ntouch tableopts_ver_r-Cae.log\ntouch tableopts_ver_r-Caef.log\ntouch tableopts_ver_r-CaeF.log\ntouch tableopts_ver_r-Cam.log\ntouch tableopts_ver_r-Caem.log\ntouch options.log\nmake[2]: Leaving directory '/usr/lib/flex/ptest'\nfatal: making test-suite.log: failed to create alloc_extra.trs\nfatal: making test-suite.log: failed to create array_nr.trs\nfatal: making test-suite.log: failed to create array_r.trs\nfatal: making test-suite.log: failed to create basic_nr.trs\nfatal: making test-suite.log: failed to create basic_r.trs\nfatal: making test-suite.log: failed to create bison_nr.trs\nfatal: making test-suite.log: failed to create bison_yylloc.trs\nfatal: making test-suite.log: failed to create bison_yylval.trs\nfatal: making test-suite.log: failed to create c_cxx_nr.trs\nfatal: making test-suite.log: failed to create c_cxx_r.trs\nfatal: making test-suite.log: failed to create ccl.trs\nfatal: making test-suite.log: failed to create cxx_basic.trs\nfatal: making test-suite.log: failed to create cxx_multiple_scanners.trs\nfatal: making test-suite.log: failed to create cxx_restart.trs\nfatal: making test-suite.log: failed to create debug_nr.trs\nfatal: making test-suite.log: failed to create debug_r.trs\nfatal: making test-suite.log: failed to create extended.trs\nfatal: making test-suite.log: failed to create header_nr.trs\nfatal: making test-suite.log: failed to create header_r.trs\nfatal: making test-suite.log: failed to create mem_nr.trs\nfatal: making test-suite.log: failed to create mem_r.trs\nfatal: making test-suite.log: failed to create multiple_scanners_nr.trs\nfatal: making test-suite.log: failed to create multiple_scanners_r.trs\nfatal: making test-suite.log: failed to create posix.trs\nfatal: making test-suite.log: failed to create posixly_correct.trs\nfatal: making test-suite.log: failed to create prefix_nr.trs\nfatal: making test-suite.log: failed to create prefix_r.trs\nfatal: making test-suite.log: failed to create quote_in_comment.trs\nfatal: making test-suite.log: failed to create quotes.trs\nfatal: making test-suite.log: failed to create string_nr.trs\nfatal: making test-suite.log: failed to create string_r.trs\nfatal: making test-suite.log: failed to create top.trs\nfatal: making test-suite.log: failed to create yyextra.trs\nfatal: making test-suite.log: failed to create reject_nr.trs\nfatal: making test-suite.log: failed to create reject_r.trs\nfatal: making test-suite.log: failed to create reject_ver.trs\nfatal: making test-suite.log: failed to create reject_ser.trs\nfatal: making test-suite.log: failed to create include_by_buffer.trs\nfatal: making test-suite.log: failed to create include_by_push.trs\nfatal: making test-suite.log: failed to create include_by_reentrant.trs\nfatal: making test-suite.log: failed to create rescan_nr.trs\nfatal: making test-suite.log: failed to create rescan_r.trs\nfatal: making test-suite.log: failed to create cxx_yywrap.trs\nfatal: making test-suite.log: failed to create pthread.trs\nfatal: making test-suite.log: failed to create lineno_nr.trs\nfatal: making test-suite.log: failed to create lineno_r.trs\nfatal: making test-suite.log: failed to create lineno_trailing.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-CF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_opt_nr-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-CF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_opt_r-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ser_nr-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ser_r-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ver_nr-Caem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Ca.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Ce.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cf.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-CF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cm.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cem.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cae.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Caef.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-CaeF.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Cam.trs\nfatal: making test-suite.log: failed to create tableopts_ver_r-Caem.trs\nfatal: making test-suite.log: failed to create options.trs\nmake[1]: *** [Makefile:2249: test-suite.log] Error 1\nmake[1]: Leaving directory '/usr/lib/flex/ptest'\nmake: *** [Makefile:2385: check-TESTS] Error 2\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\nmake[1]: Entering directory '/usr/lib/flex/ptest'\nMakefile:3115: warning: ignoring prerequisites on suffix rule definition\nMakefile:3118: warning: ignoring prerequisites on suffix rule definition\nMakefile:3148: warning: ignoring prerequisites on suffix rule definition\nPASS: alloc_extra\nPASS: array_nr\nPASS: array_r\nPASS: basic_nr\nPASS: basic_r\nPASS: bison_nr\nPASS: bison_yylloc\nPASS: bison_yylval\nPASS: c_cxx_nr\nPASS: c_cxx_r\nPASS: ccl\nPASS: cxx_basic\nPASS: cxx_multiple_scanners\nPASS: cxx_restart\nPASS: debug_nr\nPASS: debug_r\nPASS: extended\nPASS: header_nr\nPASS: header_r\nPASS: mem_nr\nPASS: mem_r\nPASS: multiple_scanners_nr\nPASS: multiple_scanners_r\nPASS: posix\nPASS: posixly_correct\nPASS: prefix_nr\nPASS: prefix_r\nPASS: quote_in_comment\nPASS: quotes\nPASS: string_nr\nPASS: string_r\nPASS: top\nPASS: yyextra\nPASS: reject_nr.reject\nPASS: reject_r.reject\nPASS: reject_ver.table\nPASS: reject_ser.table\nPASS: include_by_buffer.direct\nPASS: include_by_push.direct\nPASS: include_by_reentrant.direct\nPASS: rescan_nr.direct\nPASS: rescan_r.direct\nPASS: cxx_yywrap.i3\nPASS: pthread.pthread\nPASS: lineno_nr.one\nPASS: lineno_r.one\nPASS: lineno_trailing.one\nPASS: tableopts_opt_nr-Ca.opt\nPASS: tableopts_opt_nr-Ce.opt\nPASS: tableopts_opt_nr-Cf.opt\nPASS: tableopts_opt_nr-CF.opt\nPASS: tableopts_opt_nr-Cm.opt\nPASS: tableopts_opt_nr-Cem.opt\nPASS: tableopts_opt_nr-Cae.opt\nPASS: tableopts_opt_nr-Caef.opt\nPASS: tableopts_opt_nr-CaeF.opt\nPASS: tableopts_opt_nr-Cam.opt\nPASS: tableopts_opt_nr-Caem.opt\nPASS: tableopts_opt_r-Ca.opt\nPASS: tableopts_opt_r-Ce.opt\nPASS: tableopts_opt_r-Cf.opt\nPASS: tableopts_opt_r-CF.opt\nPASS: tableopts_opt_r-Cm.opt\nPASS: tableopts_opt_r-Cem.opt\nPASS: tableopts_opt_r-Cae.opt\nPASS: tableopts_opt_r-Caef.opt\nPASS: tableopts_opt_r-CaeF.opt\nPASS: tableopts_opt_r-Cam.opt\nPASS: tableopts_opt_r-Caem.opt\nPASS: tableopts_ser_nr-Ca.ser\nPASS: tableopts_ser_nr-Ce.ser\nPASS: tableopts_ser_nr-Cf.ser\nPASS: tableopts_ser_nr-CF.ser\nPASS: tableopts_ser_nr-Cm.ser\nPASS: tableopts_ser_nr-Cem.ser\nPASS: tableopts_ser_nr-Cae.ser\nPASS: tableopts_ser_nr-Caef.ser\nPASS: tableopts_ser_nr-CaeF.ser\nPASS: tableopts_ser_nr-Cam.ser\nPASS: tableopts_ser_nr-Caem.ser\nPASS: tableopts_ser_r-Ca.ser\nPASS: tableopts_ser_r-Ce.ser\nPASS: tableopts_ser_r-Cf.ser\nPASS: tableopts_ser_r-CF.ser\nPASS: tableopts_ser_r-Cm.ser\nPASS: tableopts_ser_r-Cem.ser\nPASS: tableopts_ser_r-Cae.ser\nPASS: tableopts_ser_r-Caef.ser\nPASS: tableopts_ser_r-CaeF.ser\nPASS: tableopts_ser_r-Cam.ser\nPASS: tableopts_ser_r-Caem.ser\nPASS: tableopts_ver_nr-Ca.ver\nPASS: tableopts_ver_nr-Ce.ver\nPASS: tableopts_ver_nr-Cf.ver\nPASS: tableopts_ver_nr-CF.ver\nPASS: tableopts_ver_nr-Cm.ver\nPASS: tableopts_ver_nr-Cem.ver\nPASS: tableopts_ver_nr-Cae.ver\nPASS: tableopts_ver_nr-Caef.ver\nPASS: tableopts_ver_nr-CaeF.ver\nPASS: tableopts_ver_nr-Cam.ver\nPASS: tableopts_ver_nr-Caem.ver\nPASS: tableopts_ver_r-Ca.ver\nPASS: tableopts_ver_r-Ce.ver\nPASS: tableopts_ver_r-Cf.ver\nPASS: tableopts_ver_r-CF.ver\nPASS: tableopts_ver_r-Cm.ver\nPASS: tableopts_ver_r-Cem.ver\nPASS: tableopts_ver_r-Cae.ver\nPASS: tableopts_ver_r-Caef.ver\nPASS: tableopts_ver_r-CaeF.ver\nPASS: tableopts_ver_r-Cam.ver\nPASS: tableopts_ver_r-Caem.ver\nPASS: options.cn\n============================================================================\nTestsuite summary for the fast lexical analyser generator 2.6.4\n============================================================================\n# TOTAL: 114\n# PASS:  114\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/flex/ptest'\nDURATION: 1\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5123000144958496,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gawk_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gawk",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006732940673828125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.171959638595581,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028574466705322266,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 17.417887926101685,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002000570297241211,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gawk.aadelete1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aadelete2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aarray1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aasort": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aasorti": {
    "status": "PASSED"
   },
   "ptestresult.gawk.addcomma": {
    "status": "PASSED"
   },
   "ptestresult.gawk.anchgsub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.anchor": {
    "status": "PASSED"
   },
   "ptestresult.gawk.apiterm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ar2fn_elnew_sc": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ar2fn_elnew_sc2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ar2fn_fmod": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ar2fn_unxptyp_aref": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ar2fn_unxptyp_val": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayind1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayind2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayind3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayparm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayprm2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayprm3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrayref": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arraysort": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arraysort2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arraytype": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arrymem1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arryref2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arryref3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arryref4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arryref5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arynasty": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryprm9": {
    "status": "PASSED"
   },
   "ptestresult.gawk.arysubnm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.aryunasgn": {
    "status": "PASSED"
   },
   "ptestresult.gawk.asgext": {
    "status": "PASSED"
   },
   "ptestresult.gawk.asort": {
    "status": "PASSED"
   },
   "ptestresult.gawk.asortbool": {
    "status": "PASSED"
   },
   "ptestresult.gawk.asorti": {
    "status": "PASSED"
   },
   "ptestresult.gawk.asortsymtab": {
    "status": "PASSED"
   },
   "ptestresult.gawk.assignnumfield": {
    "status": "PASSED"
   },
   "ptestresult.gawk.assignnumfield2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.back89": {
    "status": "PASSED"
   },
   "ptestresult.gawk.backbigs1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.backgsub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.backsmalls1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.backsmalls2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.backw": {
    "status": "PASSED"
   },
   "ptestresult.gawk.badassign1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.badbuild": {
    "status": "PASSED"
   },
   "ptestresult.gawk.callparam": {
    "status": "PASSED"
   },
   "ptestresult.gawk.childin": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clos1way": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clos1way2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clos1way3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clos1way4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clos1way5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clos1way6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.close_status": {
    "status": "PASSED"
   },
   "ptestresult.gawk.closebad": {
    "status": "PASSED"
   },
   "ptestresult.gawk.clsflnam": {
    "status": "PASSED"
   },
   "ptestresult.gawk.cmdlinefsbacknl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.cmdlinefsbacknl2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.commas": {
    "status": "PASSED"
   },
   "ptestresult.gawk.compare2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.concat1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.concat2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.concat3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.concat4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.concat5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.convfmt": {
    "status": "PASSED"
   },
   "ptestresult.gawk.crlf": {
    "status": "PASSED"
   },
   "ptestresult.gawk.csv1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.csv2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.csv3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.csvodd": {
    "status": "PASSED"
   },
   "ptestresult.gawk.datanonl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugarray1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugarray2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugarray3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugarray4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugeval2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugeval3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugeval4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugtypedre1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dbugtypedre2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.defref": {
    "status": "PASSED"
   },
   "ptestresult.gawk.delargv": {
    "status": "PASSED"
   },
   "ptestresult.gawk.delarpm2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.delarprm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.delfunc": {
    "status": "PASSED"
   },
   "ptestresult.gawk.delmessy": {
    "status": "PASSED"
   },
   "ptestresult.gawk.delsub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dfacheck1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dfacheck2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dfamb1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dfastress": {
    "status": "PASSED"
   },
   "ptestresult.gawk.divzero": {
    "status": "PASSED"
   },
   "ptestresult.gawk.divzero2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.double1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.double2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.dynlj": {
    "status": "PASSED"
   },
   "ptestresult.gawk.elemnew1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.elemnew2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.elemnew3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.eofsplit": {
    "status": "PASSED"
   },
   "ptestresult.gawk.escapebrace": {
    "status": "PASSED"
   },
   "ptestresult.gawk.exit": {
    "status": "PASSED"
   },
   "ptestresult.gawk.exit2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.exitval2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.exitval3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fcall_exit": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fcall_exit2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fflush": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fieldassign": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fieldwdth": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fldchg": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fldchgnf": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fldterm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fmttest": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnamedat": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnarray": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnarray2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnarydel": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnaryscl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnasgnm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnmatch": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnmisc": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fnparydl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.forcenum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fordel": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fork": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fork2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.forref": {
    "status": "PASSED"
   },
   "ptestresult.gawk.forsimp": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpat9": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fpatnull": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fsbs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fscaret": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fsfwfs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fsnul1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fsrs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fstabplus": {
    "status": "PASSED"
   },
   "ptestresult.gawk.functab1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.functab2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.functab3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.functab4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.functab5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.functab6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.funlen": {
    "status": "PASSED"
   },
   "ptestresult.gawk.funsemnl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.funsmnam": {
    "status": "PASSED"
   },
   "ptestresult.gawk.funstack": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.fwtest8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gensub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gensub2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gensub3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gensub4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getline": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getline3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getline4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getline5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getlndir": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getlnfa": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getlnhd": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getnr2tb": {
    "status": "PASSED"
   },
   "ptestresult.gawk.getnr2tm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gnuops2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gnuops3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gnureops": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubasgn": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubind": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubnulli18n": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtest": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.gsubtst8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.hex": {
    "status": "PASSED"
   },
   "ptestresult.gawk.hex2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.hsprint": {
    "status": "PASSED"
   },
   "ptestresult.gawk.icasefs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.icasers": {
    "status": "PASSED"
   },
   "ptestresult.gawk.id": {
    "status": "PASSED"
   },
   "ptestresult.gawk.igncdym": {
    "status": "PASSED"
   },
   "ptestresult.gawk.igncfs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ignrcas2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ignrcas4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ignrcase": {
    "status": "PASSED"
   },
   "ptestresult.gawk.include": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectbuiltin": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectbuiltin3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectbuiltin4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectbuiltin5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectbuiltin6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectcall": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectcall2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.indirectcall3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.inf-nan-torture": {
    "status": "PASSED"
   },
   "ptestresult.gawk.inpref": {
    "status": "PASSED"
   },
   "ptestresult.gawk.inputred": {
    "status": "PASSED"
   },
   "ptestresult.gawk.intarray": {
    "status": "PASSED"
   },
   "ptestresult.gawk.intest": {
    "status": "PASSED"
   },
   "ptestresult.gawk.intformat": {
    "status": "PASSED"
   },
   "ptestresult.gawk.intprec": {
    "status": "PASSED"
   },
   "ptestresult.gawk.iobug1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.isarrayunset": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lc_num1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.leaddig": {
    "status": "PASSED"
   },
   "ptestresult.gawk.leadnl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lint": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintexp": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintindex": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintint": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintlength": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintold": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintplus": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintplus2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintplus3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintset": {
    "status": "PASSED"
   },
   "ptestresult.gawk.lintwarn": {
    "status": "PASSED"
   },
   "ptestresult.gawk.litoct": {
    "status": "PASSED"
   },
   "ptestresult.gawk.localenl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.longsub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.manglprm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.match1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.match2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.match3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.match4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.matchuninitialized": {
    "status": "PASSED"
   },
   "ptestresult.gawk.math": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbfw1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbprintf1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbprintf2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbprintf3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbprintf4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbstr1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mbstr2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mdim8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.membug1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.memleak": {
    "status": "PASSED"
   },
   "ptestresult.gawk.memleak2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.memleak3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.minusstr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mktime": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mmap8k": {
    "status": "PASSED"
   },
   "ptestresult.gawk.modifiers": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrbigint": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrbigint2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrcase": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrcase2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrfield": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrnegzero": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrnegzero2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrnonum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrnr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrrem": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrrndeval": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpfrstrtonum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mpgforcenum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mtchi18n": {
    "status": "PASSED"
   },
   "ptestresult.gawk.mtchi18n2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.muldimposix": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nasty": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nasty2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nastyparm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.negexp": {
    "status": "PASSED"
   },
   "ptestresult.gawk.negrange": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nested": {
    "status": "PASSED"
   },
   "ptestresult.gawk.next": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nfldstr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nfloop": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nfneg": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nfset": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nlfldsep": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nlinstr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nlstrina": {
    "status": "PASSED"
   },
   "ptestresult.gawk.noeffect": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nofmtch": {
    "status": "PASSED"
   },
   "ptestresult.gawk.noloop1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.noloop2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nondec": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nondec2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nonfatal2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nonfatal3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nonl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.noparms": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsbad": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsbad2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsbad3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsforloop": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsfuncrecurse": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsindirect1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsindirect2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsprof1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsprof2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nsprof3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nulinsrc": {
    "status": "PASSED"
   },
   "ptestresult.gawk.nulrsend": {
    "status": "PASSED"
   },
   "ptestresult.gawk.numindex": {
    "status": "PASSED"
   },
   "ptestresult.gawk.numrange": {
    "status": "PASSED"
   },
   "ptestresult.gawk.numstr1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.numsubstr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.octdec": {
    "status": "PASSED"
   },
   "ptestresult.gawk.octsub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofmt": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofmta": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofmtbig": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofmtfidl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofmts": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofmtstrnum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ofs1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.onlynl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.opasnidx": {
    "status": "PASSED"
   },
   "ptestresult.gawk.opasnslf": {
    "status": "PASSED"
   },
   "ptestresult.gawk.ordchr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.paramasfunc1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.paramasfunc2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.paramdup": {
    "status": "PASSED"
   },
   "ptestresult.gawk.paramres": {
    "status": "PASSED"
   },
   "ptestresult.gawk.paramtyp": {
    "status": "PASSED"
   },
   "ptestresult.gawk.paramuninitglobal": {
    "status": "PASSED"
   },
   "ptestresult.gawk.parse1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.parsefld": {
    "status": "PASSED"
   },
   "ptestresult.gawk.parseme": {
    "status": "PASSED"
   },
   "ptestresult.gawk.patsplit": {
    "status": "PASSED"
   },
   "ptestresult.gawk.pcntplus": {
    "status": "PASSED"
   },
   "ptestresult.gawk.posix": {
    "status": "PASSED"
   },
   "ptestresult.gawk.posix2008sub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.posix_compare": {
    "status": "PASSED"
   },
   "ptestresult.gawk.prdupval": {
    "status": "PASSED"
   },
   "ptestresult.gawk.prec": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printf-corners": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printf0": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printf1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printfbad1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printfbad3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printfbad4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printfchar": {
    "status": "PASSED"
   },
   "ptestresult.gawk.printhuge": {
    "status": "PASSED"
   },
   "ptestresult.gawk.prmarscl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.prmreuse": {
    "status": "PASSED"
   },
   "ptestresult.gawk.procinfs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile10": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile11": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile13": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile14": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile15": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile16": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile17": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.profile9": {
    "status": "PASSED"
   },
   "ptestresult.gawk.prt1eval": {
    "status": "PASSED"
   },
   "ptestresult.gawk.prtoeval": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rand": {
    "status": "PASSED"
   },
   "ptestresult.gawk.randtest": {
    "status": "PASSED"
   },
   "ptestresult.gawk.range1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.range2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.re_test": {
    "status": "PASSED"
   },
   "ptestresult.gawk.readbuf": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rebrackloc": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rebt8b1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rebt8b2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rebuild": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regeq": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regex3minus": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regexpbad": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regexpbrack": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regexpbrack2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regexprange": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regexsub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regnul1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regnul2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regrange": {
    "status": "PASSED"
   },
   "ptestresult.gawk.regx8bit": {
    "status": "PASSED"
   },
   "ptestresult.gawk.reindops": {
    "status": "PASSED"
   },
   "ptestresult.gawk.reint": {
    "status": "PASSED"
   },
   "ptestresult.gawk.reint2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.reparse": {
    "status": "PASSED"
   },
   "ptestresult.gawk.resplit": {
    "status": "PASSED"
   },
   "ptestresult.gawk.revout": {
    "status": "PASSED"
   },
   "ptestresult.gawk.revtwoway": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rri1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rscompat": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rsgetline": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rsnul1nl": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rsnullre": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rsnulw": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rsstart1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rsstart2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rstest1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rstest2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rstest3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rstest4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rstest5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rstest6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rswhite": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rtlen": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rtlen01": {
    "status": "PASSED"
   },
   "ptestresult.gawk.rwarray": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sandbox1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.scalar": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sclforin": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sclifin": {
    "status": "PASSED"
   },
   "ptestresult.gawk.setrec0": {
    "status": "PASSED"
   },
   "ptestresult.gawk.setrec1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.shadow": {
    "status": "PASSED"
   },
   "ptestresult.gawk.shadowbuiltin": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sigpipe1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sort1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sortempty": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sortfor": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sortfor2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sortglos": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sortu": {
    "status": "PASSED"
   },
   "ptestresult.gawk.split_after_fpat": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitarg4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitargv": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitarr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitdef": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitvar": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitwht": {
    "status": "PASSED"
   },
   "ptestresult.gawk.splitwht2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.sprintfc": {
    "status": "PASSED"
   },
   "ptestresult.gawk.status-close": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strcat1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strfieldnum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strftfld": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strnum1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strnum2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strsubscript": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strtod": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strtonum": {
    "status": "PASSED"
   },
   "ptestresult.gawk.strtonum1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.stupid1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.stupid2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.stupid3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.stupid4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.stupid5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.subamp": {
    "status": "PASSED"
   },
   "ptestresult.gawk.subback": {
    "status": "PASSED"
   },
   "ptestresult.gawk.subi18n": {
    "status": "PASSED"
   },
   "ptestresult.gawk.subsepnm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.subslash": {
    "status": "PASSED"
   },
   "ptestresult.gawk.substr": {
    "status": "PASSED"
   },
   "ptestresult.gawk.swaplns": {
    "status": "PASSED"
   },
   "ptestresult.gawk.switch2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab10": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab11": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab12": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.symtab7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.synerr1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.synerr2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.synerr3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.tailrecurse": {
    "status": "PASSED"
   },
   "ptestresult.gawk.time": {
    "status": "SKIPPED"
   },
   "ptestresult.gawk.timeout": {
    "status": "SKIPPED"
   },
   "ptestresult.gawk.tradanch": {
    "status": "PASSED"
   },
   "ptestresult.gawk.trailbs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typedregex1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typedregex2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typedregex3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typedregex5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typedregex6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof6": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof7": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof8": {
    "status": "PASSED"
   },
   "ptestresult.gawk.typeof9": {
    "status": "PASSED"
   },
   "ptestresult.gawk.unicode1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uninit2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uninit3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uninit4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uninit5": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uninitialized": {
    "status": "PASSED"
   },
   "ptestresult.gawk.unterm": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uparrfs": {
    "status": "PASSED"
   },
   "ptestresult.gawk.uplus": {
    "status": "PASSED"
   },
   "ptestresult.gawk.wideidx": {
    "status": "PASSED"
   },
   "ptestresult.gawk.wideidx2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.widesub": {
    "status": "PASSED"
   },
   "ptestresult.gawk.widesub2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.widesub3": {
    "status": "PASSED"
   },
   "ptestresult.gawk.widesub4": {
    "status": "PASSED"
   },
   "ptestresult.gawk.wjposer1": {
    "status": "PASSED"
   },
   "ptestresult.gawk.zero2": {
    "status": "PASSED"
   },
   "ptestresult.gawk.zeroe0": {
    "status": "PASSED"
   },
   "ptestresult.gawk.zeroflag": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/gawk/ptest\nPASS: addcomma\nPASS: anchgsub\nPASS: anchor\nPASS: arrayind1\nPASS: arrayind2\nPASS: arrayind3\nPASS: arrayparm\nPASS: arrayprm2\nPASS: arrayprm3\nPASS: arrayref\nPASS: arrymem1\nPASS: arryref2\nPASS: arryref3\nPASS: arryref4\nPASS: arryref5\nPASS: arynasty\nPASS: aryprm1\nPASS: aryprm2\nPASS: aryprm3\nPASS: aryprm4\nPASS: aryprm5\nPASS: aryprm6\nPASS: aryprm7\nPASS: aryprm8\nPASS: aryprm9\nPASS: arysubnm\nPASS: aryunasgn\nPASS: asgext\nPASS: assignnumfield\nPASS: assignnumfield2\nPASS: back89\nPASS: backgsub\nPASS: badassign1\nPASS: badbuild\nPASS: callparam\nPASS: childin\nPASS: close_status\nPASS: closebad\nPASS: clsflnam\nPASS: cmdlinefsbacknl\nPASS: cmdlinefsbacknl2\nPASS: compare2\nPASS: concat1\nPASS: concat2\nPASS: concat3\nPASS: concat4\nPASS: concat5\nPASS: convfmt\nPASS: datanonl\nPASS: defref\nPASS: delargv\nPASS: delarpm2\nPASS: delarprm\nPASS: delfunc\nPASS: dfacheck2\nPASS: dfamb1\nPASS: dfastress\nPASS: divzero\nPASS: divzero2\nPASS: dynlj\nPASS: eofsplit\nPASS: escapebrace\nPASS: exit2\nPASS: exitval2\nPASS: exitval3\nPASS: fcall_exit\nPASS: fcall_exit2\nPASS: fieldassign\nPASS: fldchg\nPASS: fldchgnf\nPASS: fldterm\nPASS: fnamedat\nPASS: fnarray\nPASS: fnarray2\nPASS: fnaryscl\nPASS: fnasgnm\nPASS: fnmisc\nPASS: fordel\nPASS: forref\nPASS: forsimp\nPASS: fsbs\nPASS: fscaret\nPASS: fsnul1\nPASS: fsrs\nPASS: fstabplus\nPASS: funsemnl\nPASS: funsmnam\nPASS: funstack\nPASS: getline\nPASS: getline3\nPASS: getline4\nPASS: getline5\nPASS: getlnfa\nPASS: getnr2tb\nPASS: getnr2tm\nPASS: gsubasgn\nPASS: gsubnulli18n\nPASS: gsubtest\nPASS: gsubtst2\nPASS: gsubtst3\nPASS: gsubtst4\nPASS: gsubtst5\nPASS: gsubtst6\nPASS: gsubtst7\nPASS: gsubtst8\nPASS: hex\nPASS: hex2\nPASS: hsprint\nPASS: inpref\nPASS: inputred\nPASS: intest\nPASS: intprec\nPASS: iobug1\nPASS: leaddig\nPASS: leadnl\nPASS: litoct\nPASS: longsub\nPASS: manglprm\nPASS: match4\nPASS: matchuninitialized\nPASS: math\nPASS: membug1\nPASS: memleak\nPASS: minusstr\nPASS: mmap8k\nPASS: nasty\nPASS: nasty2\nPASS: negexp\nPASS: negrange\nPASS: nested\nPASS: nfldstr\nPASS: nfloop\nPASS: nfneg\nPASS: nfset\nPASS: nlfldsep\nPASS: nlinstr\nPASS: nlstrina\nPASS: noeffect\nPASS: nofmtch\nPASS: noloop1\nPASS: noloop2\nPASS: nonl\nPASS: noparms\nPASS: nulinsrc\nPASS: nulrsend\nPASS: numindex\nPASS: numrange\nPASS: numstr1\nPASS: numsubstr\nPASS: octsub\nPASS: ofmt\nPASS: ofmta\nPASS: ofmtbig\nPASS: ofmtfidl\nPASS: ofmts\nPASS: ofmtstrnum\nPASS: ofs1\nPASS: onlynl\nPASS: opasnidx\nPASS: opasnslf\nPASS: paramasfunc1\nPASS: paramasfunc2\nPASS: paramdup\nPASS: paramres\nPASS: paramtyp\nPASS: paramuninitglobal\nPASS: parse1\nPASS: parsefld\nPASS: parseme\nPASS: pcntplus\nPASS: posix2008sub\nPASS: posix_compare\nPASS: prdupval\nPASS: prec\nPASS: printf-corners\nPASS: printf0\nPASS: printf1\nPASS: printfchar\nPASS: prmarscl\nPASS: prmreuse\nPASS: prt1eval\nPASS: prtoeval\nPASS: rand\nPASS: randtest\nPASS: range1\nPASS: range2\nPASS: readbuf\nPASS: rebrackloc\nPASS: rebt8b1\nPASS: rebuild\nPASS: regeq\nPASS: regex3minus\nPASS: regexpbad\nPASS: regexpbrack\nPASS: regexpbrack2\nPASS: regexprange\nPASS: regrange\nPASS: reindops\nPASS: reparse\nPASS: resplit\nPASS: rri1\nPASS: rs\nPASS: rscompat\nPASS: rsnul1nl\nPASS: rsnullre\nPASS: rsnulw\nPASS: rstest1\nPASS: rstest2\nPASS: rstest3\nPASS: rstest4\nPASS: rstest5\nPASS: rswhite\nPASS: scalar\nPASS: sclforin\nPASS: sclifin\nPASS: setrec0\nPASS: setrec1\nPASS: sigpipe1\nPASS: sortempty\nPASS: sortglos\nPASS: splitargv\nPASS: splitarr\nPASS: splitdef\nPASS: splitvar\nPASS: splitwht\nPASS: splitwht2\nPASS: status-close\nPASS: strcat1\nPASS: strfieldnum\nPASS: strnum1\nPASS: strnum2\nPASS: strsubscript\nPASS: strtod\nPASS: subamp\nPASS: subback\nPASS: subi18n\nPASS: subsepnm\nPASS: subslash\nPASS: substr\nPASS: swaplns\nPASS: synerr1\nPASS: synerr2\nPASS: synerr3\nPASS: tailrecurse\nPASS: tradanch\nPASS: trailbs\nPASS: uninit2\nPASS: uninit3\nPASS: uninit4\nPASS: uninit5\nPASS: uninitialized\nPASS: unterm\nPASS: uparrfs\nPASS: uplus\nPASS: wideidx\nPASS: wideidx2\nPASS: widesub\nPASS: widesub2\nPASS: widesub3\nPASS: widesub4\nPASS: wjposer1\nPASS: zero2\nPASS: zeroe0\nPASS: zeroflag\nPASS: fflush\nPASS: getlnhd\nPASS: localenl\nPASS: rtlen\nPASS: rtlen01\nPASS: aadelete1\nPASS: aadelete2\nPASS: aarray1\nPASS: aasort\nPASS: aasorti\nPASS: ar2fn_elnew_sc\nPASS: ar2fn_elnew_sc2\nPASS: ar2fn_fmod\nPASS: ar2fn_unxptyp_aref\nPASS: ar2fn_unxptyp_val\nPASS: arraysort\nPASS: arraysort2\nPASS: arraytype\nPASS: asortbool\nPASS: asortsymtab\nPASS: backw\nPASS: clos1way\nPASS: clos1way2\nPASS: clos1way3\nPASS: clos1way4\nPASS: clos1way5\nPASS: clos1way6\nPASS: commas\nPASS: crlf\nPASS: csv1\nPASS: csv2\nPASS: csv3\nPASS: csvodd\nPASS: dbugarray1\nPASS: dbugarray2\nPASS: dbugarray3\nPASS: dbugarray4\nPASS: dbugeval2\nPASS: dbugeval3\nPASS: dbugeval4\nPASS: dbugtypedre1\nPASS: dbugtypedre2\nPASS: delmessy\nPASS: delsub\nPASS: dfacheck1\nPASS: elemnew1\nPASS: elemnew2\nPASS: elemnew3\nPASS: exit\nPASS: fieldwdth\nPASS: forcenum\nPASS: fpat1\nPASS: fpat2\nPASS: fpat3\nPASS: fpat4\nPASS: fpat5\nPASS: fpat6\nPASS: fpat7\nPASS: fpat8\nPASS: fpat9\nPASS: fpatnull\nPASS: fsfwfs\nPASS: functab1\nPASS: functab2\nPASS: functab3\nPASS: functab6\nPASS: funlen\nPASS: fwtest\nPASS: fwtest2\nPASS: fwtest3\nPASS: fwtest4\nPASS: fwtest5\nPASS: fwtest6\nPASS: fwtest7\nPASS: fwtest8\nPASS: gensub\nPASS: gensub2\nPASS: gensub3\nPASS: gensub4\nPASS: getlndir\nPASS: gnuops2\nPASS: gnuops3\nPASS: gnureops\nPASS: gsubind\nPASS: icasefs\nPASS: icasers\nPASS: id\nPASS: igncdym\nPASS: igncfs\nPASS: ignrcas2\nPASS: ignrcas4\nPASS: ignrcase\nPASS: include\nPASS: indirectbuiltin\nPASS: indirectbuiltin3\nPASS: indirectbuiltin4\nPASS: indirectbuiltin5\nPASS: indirectbuiltin6\nPASS: indirectcall\nPASS: indirectcall2\nPASS: indirectcall3\nPASS: intarray\nPASS: isarrayunset\nPASS: lint\nPASS: lintexp\nPASS: lintindex\nPASS: lintint\nPASS: lintlength\nPASS: lintold\nPASS: lintplus\nPASS: lintplus2\nPASS: lintplus3\nPASS: lintset\nPASS: lintwarn\nPASS: match1\nPASS: match2\nPASS: match3\nPASS: mbstr1\nPASS: mbstr2\nPASS: mdim1\nPASS: mdim2\nPASS: mdim3\nPASS: mdim4\nPASS: mdim5\nPASS: mdim6\nPASS: mdim7\nPASS: mdim8\nPASS: memleak2\nPASS: memleak3\nPASS: mktime\nPASS: modifiers\nPASS: muldimposix\nPASS: nastyparm\nPASS: next\nPASS: nondec\nPASS: nondec2\nPASS: nonfatal2\nPASS: nonfatal3\nPASS: nsbad\nPASS: nsbad2\nPASS: nsbad3\nPASS: nsforloop\nPASS: nsfuncrecurse\nPASS: nsindirect1\nPASS: nsindirect2\nPASS: nsprof1\nPASS: nsprof2\nPASS: nsprof3\nPASS: octdec\nPASS: patsplit\nPASS: posix\nPASS: printfbad1\nPASS: printfbad3\nPASS: printfbad4\nPASS: printhuge\nPASS: procinfs\nPASS: profile4\nPASS: profile8\nPASS: profile9\nPASS: profile10\nPASS: profile11\nPASS: profile13\nPASS: profile14\nPASS: profile15\nPASS: profile16\nPASS: profile17\nPASS: re_test\nPASS: regexsub\nPASS: regnul1\nPASS: regnul2\nPASS: regx8bit\nPASS: reint\nPASS: reint2\nPASS: rsgetline\nPASS: rsstart1\nPASS: rsstart2\nPASS: rstest6\nPASS: sandbox1\nPASS: shadow\nPASS: shadowbuiltin\nPASS: sortfor\nPASS: sortfor2\nPASS: sortu\nPASS: split_after_fpat\nPASS: splitarg4\nPASS: strftfld\nPASS: strtonum\nPASS: strtonum1\nPASS: stupid1\nPASS: stupid2\nPASS: stupid3\nPASS: stupid4\nPASS: stupid5\nPASS: switch2\nPASS: symtab1\nPASS: symtab2\nPASS: symtab3\nPASS: symtab4\nPASS: symtab5\nPASS: symtab7\nPASS: symtab10\nPASS: symtab11\nPASS: symtab12\nSKIP: timeout\nPASS: typedregex1\nPASS: typedregex2\nPASS: typedregex3\nPASS: typedregex5\nPASS: typedregex6\nPASS: typeof1\nPASS: typeof2\nPASS: typeof3\nPASS: typeof4\nPASS: typeof5\nPASS: typeof6\nPASS: typeof7\nPASS: typeof8\nPASS: typeof9\nPASS: unicode1\nPASS: double1\nPASS: double2\nPASS: inf-nan-torture\nPASS: intformat\nPASS: asort\nPASS: asorti\nPASS: backbigs1\nPASS: backsmalls1\nPASS: backsmalls2\nPASS: fmttest\nPASS: fnarydel\nPASS: fnparydl\nPASS: lc_num1\nPASS: mbfw1\nPASS: mbprintf1\nPASS: mbprintf2\nPASS: mbprintf3\nPASS: mbprintf4\nPASS: mtchi18n\nPASS: mtchi18n2\nPASS: rebt8b2\nPASS: sort1\nPASS: sprintfc\nPASS: apiterm\nPASS: fnmatch\nPASS: fork\nPASS: fork2\nPASS: functab4\nPASS: functab5\nPASS: ordchr\nPASS: revout\nPASS: revtwoway\nPASS: rwarray\nSKIP: time\nPASS: mpfrbigint\nPASS: mpfrbigint2\nPASS: mpfrcase\nPASS: mpfrcase2\nPASS: mpfrfield\nPASS: mpfrnegzero\nPASS: mpfrnegzero2\nPASS: mpfrnonum\nPASS: mpfrnr\nPASS: mpfrrem\nPASS: mpfrrndeval\nPASS: mpfrstrtonum\nPASS: mpgforcenum\nDURATION: 17\nEND: /usr/lib/gawk/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gawk": {
     "duration": "17",
     "log": "START: ptest-runner\n2025-06-16T11:40\nPASS: addcomma\nPASS: anchgsub\nPASS: anchor\nPASS: arrayind1\nPASS: arrayind2\nPASS: arrayind3\nPASS: arrayparm\nPASS: arrayprm2\nPASS: arrayprm3\nPASS: arrayref\nPASS: arrymem1\nPASS: arryref2\nPASS: arryref3\nPASS: arryref4\nPASS: arryref5\nPASS: arynasty\nPASS: aryprm1\nPASS: aryprm2\nPASS: aryprm3\nPASS: aryprm4\nPASS: aryprm5\nPASS: aryprm6\nPASS: aryprm7\nPASS: aryprm8\nPASS: aryprm9\nPASS: arysubnm\nPASS: aryunasgn\nPASS: asgext\nPASS: assignnumfield\nPASS: assignnumfield2\nPASS: back89\nPASS: backgsub\nPASS: badassign1\nPASS: badbuild\nPASS: callparam\nPASS: childin\nPASS: close_status\nPASS: closebad\nPASS: clsflnam\nPASS: cmdlinefsbacknl\nPASS: cmdlinefsbacknl2\nPASS: compare2\nPASS: concat1\nPASS: concat2\nPASS: concat3\nPASS: concat4\nPASS: concat5\nPASS: convfmt\nPASS: datanonl\nPASS: defref\nPASS: delargv\nPASS: delarpm2\nPASS: delarprm\nPASS: delfunc\nPASS: dfacheck2\nPASS: dfamb1\nPASS: dfastress\nPASS: divzero\nPASS: divzero2\nPASS: dynlj\nPASS: eofsplit\nPASS: escapebrace\nPASS: exit2\nPASS: exitval2\nPASS: exitval3\nPASS: fcall_exit\nPASS: fcall_exit2\nPASS: fieldassign\nPASS: fldchg\nPASS: fldchgnf\nPASS: fldterm\nPASS: fnamedat\nPASS: fnarray\nPASS: fnarray2\nPASS: fnaryscl\nPASS: fnasgnm\nPASS: fnmisc\nPASS: fordel\nPASS: forref\nPASS: forsimp\nPASS: fsbs\nPASS: fscaret\nPASS: fsnul1\nPASS: fsrs\nPASS: fstabplus\nPASS: funsemnl\nPASS: funsmnam\nPASS: funstack\nPASS: getline\nPASS: getline3\nPASS: getline4\nPASS: getline5\nPASS: getlnfa\nPASS: getnr2tb\nPASS: getnr2tm\nPASS: gsubasgn\nPASS: gsubnulli18n\nPASS: gsubtest\nPASS: gsubtst2\nPASS: gsubtst3\nPASS: gsubtst4\nPASS: gsubtst5\nPASS: gsubtst6\nPASS: gsubtst7\nPASS: gsubtst8\nPASS: hex\nPASS: hex2\nPASS: hsprint\nPASS: inpref\nPASS: inputred\nPASS: intest\nPASS: intprec\nPASS: iobug1\nPASS: leaddig\nPASS: leadnl\nPASS: litoct\nPASS: longsub\nPASS: manglprm\nPASS: match4\nPASS: matchuninitialized\nPASS: math\nPASS: membug1\nPASS: memleak\nPASS: minusstr\nPASS: mmap8k\nPASS: nasty\nPASS: nasty2\nPASS: negexp\nPASS: negrange\nPASS: nested\nPASS: nfldstr\nPASS: nfloop\nPASS: nfneg\nPASS: nfset\nPASS: nlfldsep\nPASS: nlinstr\nPASS: nlstrina\nPASS: noeffect\nPASS: nofmtch\nPASS: noloop1\nPASS: noloop2\nPASS: nonl\nPASS: noparms\nPASS: nulinsrc\nPASS: nulrsend\nPASS: numindex\nPASS: numrange\nPASS: numstr1\nPASS: numsubstr\nPASS: octsub\nPASS: ofmt\nPASS: ofmta\nPASS: ofmtbig\nPASS: ofmtfidl\nPASS: ofmts\nPASS: ofmtstrnum\nPASS: ofs1\nPASS: onlynl\nPASS: opasnidx\nPASS: opasnslf\nPASS: paramasfunc1\nPASS: paramasfunc2\nPASS: paramdup\nPASS: paramres\nPASS: paramtyp\nPASS: paramuninitglobal\nPASS: parse1\nPASS: parsefld\nPASS: parseme\nPASS: pcntplus\nPASS: posix2008sub\nPASS: posix_compare\nPASS: prdupval\nPASS: prec\nPASS: printf-corners\nPASS: printf0\nPASS: printf1\nPASS: printfchar\nPASS: prmarscl\nPASS: prmreuse\nPASS: prt1eval\nPASS: prtoeval\nPASS: rand\nPASS: randtest\nPASS: range1\nPASS: range2\nPASS: readbuf\nPASS: rebrackloc\nPASS: rebt8b1\nPASS: rebuild\nPASS: regeq\nPASS: regex3minus\nPASS: regexpbad\nPASS: regexpbrack\nPASS: regexpbrack2\nPASS: regexprange\nPASS: regrange\nPASS: reindops\nPASS: reparse\nPASS: resplit\nPASS: rri1\nPASS: rs\nPASS: rscompat\nPASS: rsnul1nl\nPASS: rsnullre\nPASS: rsnulw\nPASS: rstest1\nPASS: rstest2\nPASS: rstest3\nPASS: rstest4\nPASS: rstest5\nPASS: rswhite\nPASS: scalar\nPASS: sclforin\nPASS: sclifin\nPASS: setrec0\nPASS: setrec1\nPASS: sigpipe1\nPASS: sortempty\nPASS: sortglos\nPASS: splitargv\nPASS: splitarr\nPASS: splitdef\nPASS: splitvar\nPASS: splitwht\nPASS: splitwht2\nPASS: status-close\nPASS: strcat1\nPASS: strfieldnum\nPASS: strnum1\nPASS: strnum2\nPASS: strsubscript\nPASS: strtod\nPASS: subamp\nPASS: subback\nPASS: subi18n\nPASS: subsepnm\nPASS: subslash\nPASS: substr\nPASS: swaplns\nPASS: synerr1\nPASS: synerr2\nPASS: synerr3\nPASS: tailrecurse\nPASS: tradanch\nPASS: trailbs\nPASS: uninit2\nPASS: uninit3\nPASS: uninit4\nPASS: uninit5\nPASS: uninitialized\nPASS: unterm\nPASS: uparrfs\nPASS: uplus\nPASS: wideidx\nPASS: wideidx2\nPASS: widesub\nPASS: widesub2\nPASS: widesub3\nPASS: widesub4\nPASS: wjposer1\nPASS: zero2\nPASS: zeroe0\nPASS: zeroflag\nPASS: fflush\nPASS: getlnhd\nPASS: localenl\nPASS: rtlen\nPASS: rtlen01\nPASS: aadelete1\nPASS: aadelete2\nPASS: aarray1\nPASS: aasort\nPASS: aasorti\nPASS: ar2fn_elnew_sc\nPASS: ar2fn_elnew_sc2\nPASS: ar2fn_fmod\nPASS: ar2fn_unxptyp_aref\nPASS: ar2fn_unxptyp_val\nPASS: arraysort\nPASS: arraysort2\nPASS: arraytype\nPASS: asortbool\nPASS: asortsymtab\nPASS: backw\nPASS: clos1way\nPASS: clos1way2\nPASS: clos1way3\nPASS: clos1way4\nPASS: clos1way5\nPASS: clos1way6\nPASS: commas\nPASS: crlf\nPASS: csv1\nPASS: csv2\nPASS: csv3\nPASS: csvodd\nPASS: dbugarray1\nPASS: dbugarray2\nPASS: dbugarray3\nPASS: dbugarray4\nPASS: dbugeval2\nPASS: dbugeval3\nPASS: dbugeval4\nPASS: dbugtypedre1\nPASS: dbugtypedre2\nPASS: delmessy\nPASS: delsub\nPASS: dfacheck1\nPASS: elemnew1\nPASS: elemnew2\nPASS: elemnew3\nPASS: exit\nPASS: fieldwdth\nPASS: forcenum\nPASS: fpat1\nPASS: fpat2\nPASS: fpat3\nPASS: fpat4\nPASS: fpat5\nPASS: fpat6\nPASS: fpat7\nPASS: fpat8\nPASS: fpat9\nPASS: fpatnull\nPASS: fsfwfs\nPASS: functab1\nPASS: functab2\nPASS: functab3\nPASS: functab6\nPASS: funlen\nPASS: fwtest\nPASS: fwtest2\nPASS: fwtest3\nPASS: fwtest4\nPASS: fwtest5\nPASS: fwtest6\nPASS: fwtest7\nPASS: fwtest8\nPASS: gensub\nPASS: gensub2\nPASS: gensub3\nPASS: gensub4\nPASS: getlndir\nPASS: gnuops2\nPASS: gnuops3\nPASS: gnureops\nPASS: gsubind\nPASS: icasefs\nPASS: icasers\nPASS: id\nPASS: igncdym\nPASS: igncfs\nPASS: ignrcas2\nPASS: ignrcas4\nPASS: ignrcase\nPASS: include\nPASS: indirectbuiltin\nPASS: indirectbuiltin3\nPASS: indirectbuiltin4\nPASS: indirectbuiltin5\nPASS: indirectbuiltin6\nPASS: indirectcall\nPASS: indirectcall2\nPASS: indirectcall3\nPASS: intarray\nPASS: isarrayunset\nPASS: lint\nPASS: lintexp\nPASS: lintindex\nPASS: lintint\nPASS: lintlength\nPASS: lintold\nPASS: lintplus\nPASS: lintplus2\nPASS: lintplus3\nPASS: lintset\nPASS: lintwarn\nPASS: match1\nPASS: match2\nPASS: match3\nPASS: mbstr1\nPASS: mbstr2\nPASS: mdim1\nPASS: mdim2\nPASS: mdim3\nPASS: mdim4\nPASS: mdim5\nPASS: mdim6\nPASS: mdim7\nPASS: mdim8\nPASS: memleak2\nPASS: memleak3\nPASS: mktime\nPASS: modifiers\nPASS: muldimposix\nPASS: nastyparm\nPASS: next\nPASS: nondec\nPASS: nondec2\nPASS: nonfatal2\nPASS: nonfatal3\nPASS: nsbad\nPASS: nsbad2\nPASS: nsbad3\nPASS: nsforloop\nPASS: nsfuncrecurse\nPASS: nsindirect1\nPASS: nsindirect2\nPASS: nsprof1\nPASS: nsprof2\nPASS: nsprof3\nPASS: octdec\nPASS: patsplit\nPASS: posix\nPASS: printfbad1\nPASS: printfbad3\nPASS: printfbad4\nPASS: printhuge\nPASS: procinfs\nPASS: profile4\nPASS: profile8\nPASS: profile9\nPASS: profile10\nPASS: profile11\nPASS: profile13\nPASS: profile14\nPASS: profile15\nPASS: profile16\nPASS: profile17\nPASS: re_test\nPASS: regexsub\nPASS: regnul1\nPASS: regnul2\nPASS: regx8bit\nPASS: reint\nPASS: reint2\nPASS: rsgetline\nPASS: rsstart1\nPASS: rsstart2\nPASS: rstest6\nPASS: sandbox1\nPASS: shadow\nPASS: shadowbuiltin\nPASS: sortfor\nPASS: sortfor2\nPASS: sortu\nPASS: split_after_fpat\nPASS: splitarg4\nPASS: strftfld\nPASS: strtonum\nPASS: strtonum1\nPASS: stupid1\nPASS: stupid2\nPASS: stupid3\nPASS: stupid4\nPASS: stupid5\nPASS: switch2\nPASS: symtab1\nPASS: symtab2\nPASS: symtab3\nPASS: symtab4\nPASS: symtab5\nPASS: symtab7\nPASS: symtab10\nPASS: symtab11\nPASS: symtab12\nSKIP: timeout\nPASS: typedregex1\nPASS: typedregex2\nPASS: typedregex3\nPASS: typedregex5\nPASS: typedregex6\nPASS: typeof1\nPASS: typeof2\nPASS: typeof3\nPASS: typeof4\nPASS: typeof5\nPASS: typeof6\nPASS: typeof7\nPASS: typeof8\nPASS: typeof9\nPASS: unicode1\nPASS: double1\nPASS: double2\nPASS: inf-nan-torture\nPASS: intformat\nPASS: asort\nPASS: asorti\nPASS: backbigs1\nPASS: backsmalls1\nPASS: backsmalls2\nPASS: fmttest\nPASS: fnarydel\nPASS: fnparydl\nPASS: lc_num1\nPASS: mbfw1\nPASS: mbprintf1\nPASS: mbprintf2\nPASS: mbprintf3\nPASS: mbprintf4\nPASS: mtchi18n\nPASS: mtchi18n2\nPASS: rebt8b2\nPASS: sort1\nPASS: sprintfc\nPASS: apiterm\nPASS: fnmatch\nPASS: fork\nPASS: fork2\nPASS: functab4\nPASS: functab5\nPASS: ordchr\nPASS: revout\nPASS: revtwoway\nPASS: rwarray\nSKIP: time\nPASS: mpfrbigint\nPASS: mpfrbigint2\nPASS: mpfrcase\nPASS: mpfrcase2\nPASS: mpfrfield\nPASS: mpfrnegzero\nPASS: mpfrnegzero2\nPASS: mpfrnonum\nPASS: mpfrnr\nPASS: mpfrrem\nPASS: mpfrrndeval\nPASS: mpfrstrtonum\nPASS: mpgforcenum\nDURATION: 17\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5195910930633545,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gdbm_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gdbm",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008385181427001953,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1384387016296387,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0308229923248291,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.8333785533905029,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008459091186523438,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gdbm.Database_format_conversion": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.GDBM_GETCACHESIZE/GDBM_SETCACHESIZE": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.Initialization_file": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.Input_from_command_line": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.Input_from_file": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.Input_from_stdin": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.block_size_adjustment": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.cloexec:_dbm_open": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.cloexec:_dbm_open_-creat": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.cloexec:_gdbm_open": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.cloexec:_gdbm_reorganize": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.converting_a_1.8-style_database": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.create_database": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.delete:_all_records": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.delete:_non_existing_record": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.delete_a_record": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.dump/load": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.exact_blocksize": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.fetch:_nonexisting_record": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.fetch_a_record": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.fetch_from_a_read-only_1.8-style_database": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.fetch_from_a_read-only_database": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.gdbm_close_error": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.gdbm_version": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.incorrect_blocksize": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.setopt": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.setopt:_mmap_options": {
    "status": "PASSED"
   },
   "ptestresult.gdbm.wordwrap": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/gdbm/ptest\n## --------------------- ##\n## gdbm 1.24 test suite. ##\n## --------------------- ##\nPASS: gdbm version\n\nGDBM interface\n\nPASS: create database\nPASS: fetch a record\nPASS: fetch: nonexisting record\nPASS: delete a record\nPASS: delete: non existing record\nPASS: delete: all records\nPASS: gdbm_close error\nPASS: dump/load\n\nBlock size selection\n\nPASS: block size adjustment\nPASS: exact blocksize\nPASS: incorrect blocksize\n\nCompatibility library (dbm/ndbm)\n\nPASS: create database\nPASS: converting a 1.8-style database\nPASS: fetch a record\nPASS: fetch: nonexisting record\nPASS: fetch from a read-only database\nPASS: fetch from a read-only 1.8-style database\nPASS: delete a record\nPASS: delete: non existing record\nPASS: delete: all records\n\nDB options\n\nPASS: setopt\nPASS: setopt: mmap options\nPASS: GDBM_GETCACHESIZE/GDBM_SETCACHESIZE\n\nCloexec\n\nPASS: cloexec: gdbm_open\nPASS: cloexec: gdbm_reorganize\nPASS: cloexec: dbm_open\nPASS: cloexec: dbm_open -creat\n\nWordwrap\n\nPASS: wordwrap\n\ngdbmtool\n\nPASS: Input from file\nPASS: Input from stdin\nPASS: Input from command line\nPASS: Initialization file\n\nDatabase formats\n\nPASS: Database format conversion\n\n## ------------- ##\n## Test results. ##\n## ------------- ##\n\nAll 34 tests were successful.\nDURATION: 0\nEND: /usr/lib/gdbm/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gdbm": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\n## --------------------- ##\n## gdbm 1.24 test suite. ##\n## --------------------- ##\nPASS: gdbm version\n\nGDBM interface\n\nPASS: create database\nPASS: fetch a record\nPASS: fetch: nonexisting record\nPASS: delete a record\nPASS: delete: non existing record\nPASS: delete: all records\nPASS: gdbm_close error\nPASS: dump/load\n\nBlock size selection\n\nPASS: block size adjustment\nPASS: exact blocksize\nPASS: incorrect blocksize\n\nCompatibility library (dbm/ndbm)\n\nPASS: create database\nPASS: converting a 1.8-style database\nPASS: fetch a record\nPASS: fetch: nonexisting record\nPASS: fetch from a read-only database\nPASS: fetch from a read-only 1.8-style database\nPASS: delete a record\nPASS: delete: non existing record\nPASS: delete: all records\n\nDB options\n\nPASS: setopt\nPASS: setopt: mmap options\nPASS: GDBM_GETCACHESIZE/GDBM_SETCACHESIZE\n\nCloexec\n\nPASS: cloexec: gdbm_open\nPASS: cloexec: gdbm_reorganize\nPASS: cloexec: dbm_open\nPASS: cloexec: dbm_open -creat\n\nWordwrap\n\nPASS: wordwrap\n\ngdbmtool\n\nPASS: Input from file\nPASS: Input from stdin\nPASS: Input from command line\nPASS: Initialization file\n\nDatabase formats\n\nPASS: Database format conversion\n\n## ------------- ##\n## Test results. ##\n## ------------- ##\n\nAll 34 tests were successful.\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5193917751312256,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gdk-pixbuf_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gdk-pixbuf",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007448196411132812,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.147545576095581,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.032594919204711914,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.970226526260376,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.001190185546875,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/animation.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-area-updated.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-composite.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-construction.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-dpi.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-fail.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-gif-circular-table.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-gif.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-icc.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-icon-serialize.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-readonly-to-mutable.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-reftest.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-save.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-scale-two-step.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-scale.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-short-gif-write.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.gdk-pixbuf.gdk-pixbuf/pixbuf-threads.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/gdk-pixbuf/ptest\nRunning test: gdk-pixbuf/pixbuf-stream.test\nTAP version 14\n# random seed: R02Sf5a4bafcd21743f58e1142cc3b666728\n1..4\n# Start of pixbuf tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /pixbuf/stream\n# Start of stream tests\nok 2 /pixbuf/stream/async\nok 3 /pixbuf/stream/scale\n# Start of scale tests\nok 4 /pixbuf/stream/scale/async\n# End of scale tests\n# End of stream tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-stream.test\nRunning test: gdk-pixbuf/pixbuf-readonly-to-mutable.test\nTAP version 14\n# random seed: R02S547150725fe58428c0a5c7a007e1f112\n1..2\n# Start of pixbuf tests\n# Start of readonly tests\nok 1 /pixbuf/readonly/mutate\nok 2 /pixbuf/readonly/readpixelbytes\n# End of readonly tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test\nRunning test: gdk-pixbuf/pixbuf-gif-circular-table.test\nTAP version 14\n# random seed: R02Sc204fdf1c611f580f3a5d59da4d4867f\n1..1\n# Start of pixbuf tests\n# Start of gif tests\nok 1 /pixbuf/gif/circular-table\n# End of gif tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-gif-circular-table.test\nRunning test: gdk-pixbuf/pixbuf-scale-two-step.test\nTAP version 14\n# random seed: R02Sed01b244dd4534f4ffa016737776a177\n1..9\n# Start of pixbuf tests\n# Start of scale tests\n# Start of two-step tests\nok 1 /pixbuf/scale/two-step/tiles\nok 2 /pixbuf/scale/two-step/bilinear\nok 3 /pixbuf/scale/two-step/hyper\n# Start of offset tests\nok 4 /pixbuf/scale/two-step/offset/tiles\nok 5 /pixbuf/scale/two-step/offset/bilinear\nok 6 /pixbuf/scale/two-step/offset/hyper\n# End of offset tests\n# Start of dest tests\nok 7 /pixbuf/scale/two-step/dest/tiles\nok 8 /pixbuf/scale/two-step/dest/bilinear\nok 9 /pixbuf/scale/two-step/dest/hyper\n# End of dest tests\n# End of two-step tests\n# End of scale tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-scale-two-step.test\nRunning test: gdk-pixbuf/pixbuf-threads.test\nTAP version 14\n# random seed: R02Sfb1dd00a33600316a50ebaf5616bdeac\n1..1\n# Start of pixbuf tests\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.jpeg\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.png\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.gif\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.bmp\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.2.jpeg\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.xpm\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.tga\nok 1 /pixbuf/threads\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-threads.test\nRunning test: gdk-pixbuf/pixbuf-scale.test\nTAP version 14\n# random seed: R02S468d5a8710e4bc2347a53f2181d00909\n1..18\n# Start of pixbuf tests\n# Start of scale tests\nok 1 /pixbuf/scale/png\nok 2 /pixbuf/scale/bmp\nok 3 /pixbuf/scale/gif\nok 4 /pixbuf/scale/jpeg\nok 5 /pixbuf/scale/tga\nok 6 /pixbuf/scale/xpm\nok 7 /pixbuf/scale/xbm\n# Start of halve-checkerboard tests\nok 8 /pixbuf/scale/halve-checkerboard/nearest\nok 9 /pixbuf/scale/halve-checkerboard/tiles\nok 10 /pixbuf/scale/halve-checkerboard/bilinear\nok 11 /pixbuf/scale/halve-checkerboard/hyper\n# End of halve-checkerboard tests\n# Start of offset tests\nok 12 /pixbuf/scale/offset/nearest\nok 13 /pixbuf/scale/offset/tiles\nok 14 /pixbuf/scale/offset/bilinear\nok 15 /pixbuf/scale/offset/hyper\n# End of offset tests\n# Start of dest tests\nok 16 /pixbuf/scale/dest/nearest\nok 17 /pixbuf/scale/dest/tiles\nok 18 /pixbuf/scale/dest/bilinear\n# End of dest tests\n# End of scale tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-scale.test\nRunning test: gdk-pixbuf/pixbuf-reftest.test\nTAP version 14\n# random seed: R02Sc754dd0793add7f833ea96d371a04161\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n1..52\n# Start of pixbuf tests\n# Start of reftest tests\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug696331.png.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug696331.png'\nok 1 /pixbuf/reftest/bug696331.png\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug785447.ico.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug785447.ico'\nok 2 /pixbuf/reftest/bug785447.ico\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/cat.jpg.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/cat.jpg'\nok 3 /pixbuf/reftest/cat.jpg\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/colormap-too-small.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/colormap-too-small.tga'\nok 4 /pixbuf/reftest/colormap-too-small.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/mandatory-bitmasks.bmp.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/mandatory-bitmasks.bmp'\nok 5 /pixbuf/reftest/mandatory-bitmasks.bmp\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels-2.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels-2.tga'\nok 6 /pixbuf/reftest/rle-too-many-pixels-2.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels.tga'\nok 7 /pixbuf/reftest/rle-too-many-pixels.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/squares.ico.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/squares.ico'\nok 8 /pixbuf/reftest/squares.ico\n# Start of tga tests\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-left.tga'\nok 9 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-right.tga'\nok 10 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-left.tga'\nok 11 /pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-right.tga'\nok 12 /pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-left.tga'\nok 13 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-right.tga'\nok 14 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-left.tga'\nok 15 /pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-right.tga'\nok 16 /pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-left.tga'\nok 17 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-right.tga'\nok 18 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-left.tga'\nok 19 /pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-right.tga'\nok 20 /pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-left.tga'\nok 21 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-right.tga'\nok 22 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-left.tga'\nok 23 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-right.tga'\nok 24 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga'\nok 25 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga'\nok 26 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-left.tga'\nok 27 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-right.tga'\nok 28 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-left.tga'\nok 29 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-right.tga'\nok 30 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-left.tga'\nok 31 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-right.tga'\nok 32 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-left.tga'\nok 33 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-right.tga'\nok 34 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-left.tga'\nok 35 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-right.tga'\nok 36 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga'\nok 37 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga'\nok 38 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-left.tga'\nok 39 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-right.tga'\nok 40 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga'\nok 41 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga'\nok 42 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-left.tga'\nok 43 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-right.tga'\nok 44 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-left.tga'\nok 45 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-right.tga'\nok 46 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-left.tga'\nok 47 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-right.tga'\nok 48 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-left.tga'\nok 49 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-right.tga'\nok 50 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-left.tga'\nok 51 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-right.tga'\nok 52 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga\n# End of tga tests\n# End of reftest tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-reftest.test\nRunning test: gdk-pixbuf/animation.test\nTAP version 14\n# random seed: R02S1f628bee4081e9b13964ab474849bcaf\n1..2\n# Start of animation tests\nok 1 /animation/gif\nok 2 /animation/ani\n# End of animation tests\nPASS: gdk-pixbuf/animation.test\nRunning test: gdk-pixbuf/pixbuf-short-gif-write.test\nTAP version 14\n# random seed: R02S0385bbfa0af951c7b45d90499040ddb4\n1..2\n# Start of animation tests\nok 1 /animation/short_gif_write\nok 2 /animation/load_first_frame\n# End of animation tests\nPASS: gdk-pixbuf/pixbuf-short-gif-write.test\nRunning test: gdk-pixbuf/pixbuf-dpi.test\nTAP version 14\n# random seed: R02S28511421a15446beb8a303a3626b1b48\n1..6\n# Start of pixbuf tests\n# Start of dpi tests\nok 1 /pixbuf/dpi/png\nok 2 /pixbuf/dpi/png-incremental\nok 3 /pixbuf/dpi/jpeg\nok 4 /pixbuf/dpi/jpeg-incremental\nok 5 /pixbuf/dpi/tiff # SKIP format not supported\nok 6 /pixbuf/dpi/tiff-incremental # SKIP format not supported\n# End of dpi tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-dpi.test\nRunning test: gdk-pixbuf/pixbuf-construction.test\nTAP version 14\n# random seed: R02S2241ec6f4ccdfc062240197114d50f40\n1..3\n# Start of pixbuf tests\n# Start of construction tests\nok 1 /pixbuf/construction/no_construct_properties\nok 2 /pixbuf/construction/pixels\nok 3 /pixbuf/construction/bytes\n# End of construction tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-construction.test\nRunning test: gdk-pixbuf/pixbuf-save.test\nTAP version 14\n# random seed: R02Sba159b5da37b85b470dfb4f093ed3f31\n1..3\n# Start of pixbuf tests\n# Start of save tests\nok 1 /pixbuf/save/roundtrip\nok 2 /pixbuf/save/options\nok 3 /pixbuf/save/ico\n# End of save tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-save.test\nRunning test: gdk-pixbuf/pixbuf-area-updated.test\nTAP version 14\n# random seed: R02Se5d7b8ecdc2a109ff1058b6cab4cb32c\n1..4\n# Start of pixbuf tests\n# Start of area-updated tests\nok 1 /pixbuf/area-updated/ico\nok 2 /pixbuf/area-updated/gif\nok 3 /pixbuf/area-updated/gif2\nok 4 /pixbuf/area-updated/gif3\n# End of area-updated tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-area-updated.test\nRunning test: gdk-pixbuf/pixbuf-icon-serialize.test\nTAP version 14\n# random seed: R02S5a2b3460d5ff50a5f7c66e4737785d14\n1..1\n# Start of pixbuf tests\n# Start of icon tests\nok 1 /pixbuf/icon/serialize\n# End of icon tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-icon-serialize.test\nRunning test: gdk-pixbuf/pixbuf-fail.test\nTAP version 14\n# random seed: R02Se03730668660db00e26909ea57ff5da4\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n1..82\n# Start of pixbuf tests\n# Start of fail_tiny tests\nok 1 /pixbuf/fail_tiny/CVE-2017-2862.jpg\nok 2 /pixbuf/fail_tiny/CVE-2022-48622.ani\nok 3 /pixbuf/fail_tiny/DoS.tga\nok 4 /pixbuf/fail_tiny/androstanRezeptor.tga\nok 5 /pixbuf/fail_tiny/bug776694.bmp\nok 6 /pixbuf/fail_tiny/bug777315.bmp\nok 7 /pixbuf/fail_tiny/bug778204.ico\nok 8 /pixbuf/fail_tiny/bug778584.gif\nok 9 /pixbuf/fail_tiny/bug779012.ico\nok 10 /pixbuf/fail_tiny/bug779016-infinite.icns\nok 11 /pixbuf/fail_tiny/bug780269.tif # SKIP format not supported\nok 12 /pixbuf/fail_tiny/bug784903-overflow-dimensions.tiff # SKIP format not supported\nok 13 /pixbuf/fail_tiny/bug785973.gif\nok 14 /pixbuf/fail_tiny/bug793470-crasher.png\nok 15 /pixbuf/fail_tiny/colormap-image-without-colormap.tga\nok 16 /pixbuf/fail_tiny/empty-file.tga\nok 17 /pixbuf/fail_tiny/hang_114.gif\nok 18 /pixbuf/fail_tiny/invalid.1.bmp\nok 19 /pixbuf/fail_tiny/invalid.1.gif\nok 20 /pixbuf/fail_tiny/invalid.1.ico\nok 21 /pixbuf/fail_tiny/invalid.1.png\nok 22 /pixbuf/fail_tiny/invalid.1.ppm\nok 23 /pixbuf/fail_tiny/invalid.2.gif\nok 24 /pixbuf/fail_tiny/invalid.2.png\nok 25 /pixbuf/fail_tiny/invalid.2.ppm\nok 26 /pixbuf/fail_tiny/invalid.3.gif\nok 27 /pixbuf/fail_tiny/invalid.3.ico\nok 28 /pixbuf/fail_tiny/invalid.3.png\nok 29 /pixbuf/fail_tiny/invalid.3.ppm\nok 30 /pixbuf/fail_tiny/invalid.4.gif\nok 31 /pixbuf/fail_tiny/invalid.4.png\nok 32 /pixbuf/fail_tiny/invalid.5.ppm\nok 33 /pixbuf/fail_tiny/invalid.6.ppm\nok 34 /pixbuf/fail_tiny/invalid.7.ppm\nok 35 /pixbuf/fail_tiny/invalid.8.ppm\nok 36 /pixbuf/fail_tiny/issue-95-too-narrow.xpm\nok 37 /pixbuf/fail_tiny/issue-95-too-short.xpm\nok 38 /pixbuf/fail_tiny/issue-95.xpm\nok 39 /pixbuf/fail_tiny/overflow-codes-max.gif\nok 40 /pixbuf/fail_tiny/overflow-codes.gif\nok 41 /pixbuf/fail_tiny/overflow.tga\n# End of fail_tiny tests\n# Start of fail_huge tests\nok 42 /pixbuf/fail_huge/CVE-2017-2862.jpg\nok 43 /pixbuf/fail_huge/CVE-2022-48622.ani\nok 44 /pixbuf/fail_huge/DoS.tga\nok 45 /pixbuf/fail_huge/androstanRezeptor.tga\nok 46 /pixbuf/fail_huge/bug776694.bmp\nok 47 /pixbuf/fail_huge/bug777315.bmp\nok 48 /pixbuf/fail_huge/bug778204.ico\nok 49 /pixbuf/fail_huge/bug778584.gif\nok 50 /pixbuf/fail_huge/bug779012.ico\nok 51 /pixbuf/fail_huge/bug779016-infinite.icns\nok 52 /pixbuf/fail_huge/bug780269.tif # SKIP format not supported\nok 53 /pixbuf/fail_huge/bug784903-overflow-dimensions.tiff # SKIP format not supported\nok 54 /pixbuf/fail_huge/bug785973.gif\nok 55 /pixbuf/fail_huge/bug793470-crasher.png\nok 56 /pixbuf/fail_huge/colormap-image-without-colormap.tga\nok 57 /pixbuf/fail_huge/empty-file.tga\nok 58 /pixbuf/fail_huge/hang_114.gif\nok 59 /pixbuf/fail_huge/invalid.1.bmp\nok 60 /pixbuf/fail_huge/invalid.1.gif\nok 61 /pixbuf/fail_huge/invalid.1.ico\nok 62 /pixbuf/fail_huge/invalid.1.png\nok 63 /pixbuf/fail_huge/invalid.1.ppm\nok 64 /pixbuf/fail_huge/invalid.2.gif\nok 65 /pixbuf/fail_huge/invalid.2.png\nok 66 /pixbuf/fail_huge/invalid.2.ppm\nok 67 /pixbuf/fail_huge/invalid.3.gif\nok 68 /pixbuf/fail_huge/invalid.3.ico\nok 69 /pixbuf/fail_huge/invalid.3.png\nok 70 /pixbuf/fail_huge/invalid.3.ppm\nok 71 /pixbuf/fail_huge/invalid.4.gif\nok 72 /pixbuf/fail_huge/invalid.4.png\nok 73 /pixbuf/fail_huge/invalid.5.ppm\nok 74 /pixbuf/fail_huge/invalid.6.ppm\nok 75 /pixbuf/fail_huge/invalid.7.ppm\nok 76 /pixbuf/fail_huge/invalid.8.ppm\nok 77 /pixbuf/fail_huge/issue-95-too-narrow.xpm\nok 78 /pixbuf/fail_huge/issue-95-too-short.xpm\nok 79 /pixbuf/fail_huge/issue-95.xpm\nok 80 /pixbuf/fail_huge/overflow-codes-max.gif\nok 81 /pixbuf/fail_huge/overflow-codes.gif\nok 82 /pixbuf/fail_huge/overflow.tga\n# End of fail_huge tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-fail.test\nRunning test: gdk-pixbuf/pixbuf-gif.test\nTAP version 14\n# random seed: R02S48a6bdc64a903f2bed11b38794cb4ae8\n1..69\n# Start of pixbuf tests\n# Start of gif tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /pixbuf/gif/depth1\nok 2 /pixbuf/gif/depth2\nok 3 /pixbuf/gif/depth3\nok 4 /pixbuf/gif/depth4\nok 5 /pixbuf/gif/depth5\nok 6 /pixbuf/gif/depth6\nok 7 /pixbuf/gif/depth7\nok 8 /pixbuf/gif/depth8\nok 9 /pixbuf/gif/four-colors\nok 10 /pixbuf/gif/local-color-table\nok 11 /pixbuf/gif/no-global-color-table\nok 12 /pixbuf/gif/zero-width\nok 13 /pixbuf/gif/zero-height\nok 14 /pixbuf/gif/zero-size\nok 15 /pixbuf/gif/invalid-background\nok 16 /pixbuf/gif/all-reds\nok 17 /pixbuf/gif/all-greens\nok 18 /pixbuf/gif/all-blues\nok 19 /pixbuf/gif/interlace\nok 20 /pixbuf/gif/image-inside-bg\nok 21 /pixbuf/gif/image-overlap-bg\nok 22 /pixbuf/gif/image-outside-bg\nok 23 /pixbuf/gif/missing-pixels\nok 24 /pixbuf/gif/extra-pixels\nok 25 /pixbuf/gif/extra-data\nok 26 /pixbuf/gif/no-clear\nok 27 /pixbuf/gif/no-eoi\nok 28 /pixbuf/gif/no-clear-and-eoi\nok 29 /pixbuf/gif/many-clears\nok 30 /pixbuf/gif/double-clears\nok 31 /pixbuf/gif/invalid-colors\nok 32 /pixbuf/gif/max-width\nok 33 /pixbuf/gif/max-height\nok 34 /pixbuf/gif/4095-codes-clear\nok 35 /pixbuf/gif/4095-codes\nok 36 /pixbuf/gif/255-codes\nok 37 /pixbuf/gif/large-codes\nok 38 /pixbuf/gif/max-codes\nok 39 /pixbuf/gif/transparent\nok 40 /pixbuf/gif/invalid-transparent\nok 41 /pixbuf/gif/disabled-transparent\nok 42 /pixbuf/gif/loop-infinite\nok 43 /pixbuf/gif/loop-once\nok 44 /pixbuf/gif/loop-max\nok 45 /pixbuf/gif/loop-buffer\nok 46 /pixbuf/gif/loop-buffer_max\nok 47 /pixbuf/gif/loop-animexts\nok 48 /pixbuf/gif/animation\nok 49 /pixbuf/gif/animation-speed\nok 50 /pixbuf/gif/animation-no-delays\nok 51 /pixbuf/gif/animation-zero-delays\nok 52 /pixbuf/gif/dispose-none\nok 53 /pixbuf/gif/dispose-keep\nok 54 /pixbuf/gif/dispose-restore-background\nok 55 /pixbuf/gif/comment\nok 56 /pixbuf/gif/large-comment\nok 57 /pixbuf/gif/nul-comment\nok 58 /pixbuf/gif/invalid-ascii-comment\nok 59 /pixbuf/gif/invalid-utf8-comment\nok 60 /pixbuf/gif/plain-text\nok 61 /pixbuf/gif/xmp-data\nok 62 /pixbuf/gif/xmp-data-empty\nok 63 /pixbuf/gif/icc-color-profile\nok 64 /pixbuf/gif/icc-color-profile-empty\nok 65 /pixbuf/gif/unknown-extension\nok 66 /pixbuf/gif/unknown-application-extension\nok 67 /pixbuf/gif/nul-application-extension\nok 68 /pixbuf/gif/gif87a\nok 69 /pixbuf/gif/gif87a-animation\n# End of gif tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-gif.test\nRunning test: gdk-pixbuf/pixbuf-icc.test\nTAP version 14\n# random seed: R02Sc9310a4bf9741e442490efc7c4313e44\n1..4\n# Start of pixbuf tests\n# Start of icc tests\nok 1 /pixbuf/icc/png\nok 2 /pixbuf/icc/jpeg\n# Start of png tests\nok 3 /pixbuf/icc/png/incremental\n# End of png tests\n# Start of jpeg tests\nok 4 /pixbuf/icc/jpeg/incremental\n# End of jpeg tests\n# End of icc tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-icc.test\nRunning test: gdk-pixbuf/pixbuf-composite.test\nTAP version 14\n# random seed: R02S7aee21d62a20ca3d581cf018370bf9de\n1..2\n# Start of pixbuf tests\nok 1 /pixbuf/composite1\nok 2 /pixbuf/composite2\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-composite.test\nSUMMARY: total=18; passed=18; skipped=0; failed=0; user=0.5s; system=0.1s; maxrss=9844\nDURATION: 0\nEND: /usr/lib/gdk-pixbuf/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gdk-pixbuf": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nRunning test: gdk-pixbuf/pixbuf-stream.test\nTAP version 14\n# random seed: R02Sf5a4bafcd21743f58e1142cc3b666728\n1..4\n# Start of pixbuf tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /pixbuf/stream\n# Start of stream tests\nok 2 /pixbuf/stream/async\nok 3 /pixbuf/stream/scale\n# Start of scale tests\nok 4 /pixbuf/stream/scale/async\n# End of scale tests\n# End of stream tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-stream.test\nRunning test: gdk-pixbuf/pixbuf-readonly-to-mutable.test\nTAP version 14\n# random seed: R02S547150725fe58428c0a5c7a007e1f112\n1..2\n# Start of pixbuf tests\n# Start of readonly tests\nok 1 /pixbuf/readonly/mutate\nok 2 /pixbuf/readonly/readpixelbytes\n# End of readonly tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-readonly-to-mutable.test\nRunning test: gdk-pixbuf/pixbuf-gif-circular-table.test\nTAP version 14\n# random seed: R02Sc204fdf1c611f580f3a5d59da4d4867f\n1..1\n# Start of pixbuf tests\n# Start of gif tests\nok 1 /pixbuf/gif/circular-table\n# End of gif tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-gif-circular-table.test\nRunning test: gdk-pixbuf/pixbuf-scale-two-step.test\nTAP version 14\n# random seed: R02Sed01b244dd4534f4ffa016737776a177\n1..9\n# Start of pixbuf tests\n# Start of scale tests\n# Start of two-step tests\nok 1 /pixbuf/scale/two-step/tiles\nok 2 /pixbuf/scale/two-step/bilinear\nok 3 /pixbuf/scale/two-step/hyper\n# Start of offset tests\nok 4 /pixbuf/scale/two-step/offset/tiles\nok 5 /pixbuf/scale/two-step/offset/bilinear\nok 6 /pixbuf/scale/two-step/offset/hyper\n# End of offset tests\n# Start of dest tests\nok 7 /pixbuf/scale/two-step/dest/tiles\nok 8 /pixbuf/scale/two-step/dest/bilinear\nok 9 /pixbuf/scale/two-step/dest/hyper\n# End of dest tests\n# End of two-step tests\n# End of scale tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-scale-two-step.test\nRunning test: gdk-pixbuf/pixbuf-threads.test\nTAP version 14\n# random seed: R02Sfb1dd00a33600316a50ebaf5616bdeac\n1..1\n# Start of pixbuf tests\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.jpeg\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.png\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.gif\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.bmp\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.2.jpeg\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.xpm\n# reading /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified/valid.1.tga\nok 1 /pixbuf/threads\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-threads.test\nRunning test: gdk-pixbuf/pixbuf-scale.test\nTAP version 14\n# random seed: R02S468d5a8710e4bc2347a53f2181d00909\n1..18\n# Start of pixbuf tests\n# Start of scale tests\nok 1 /pixbuf/scale/png\nok 2 /pixbuf/scale/bmp\nok 3 /pixbuf/scale/gif\nok 4 /pixbuf/scale/jpeg\nok 5 /pixbuf/scale/tga\nok 6 /pixbuf/scale/xpm\nok 7 /pixbuf/scale/xbm\n# Start of halve-checkerboard tests\nok 8 /pixbuf/scale/halve-checkerboard/nearest\nok 9 /pixbuf/scale/halve-checkerboard/tiles\nok 10 /pixbuf/scale/halve-checkerboard/bilinear\nok 11 /pixbuf/scale/halve-checkerboard/hyper\n# End of halve-checkerboard tests\n# Start of offset tests\nok 12 /pixbuf/scale/offset/nearest\nok 13 /pixbuf/scale/offset/tiles\nok 14 /pixbuf/scale/offset/bilinear\nok 15 /pixbuf/scale/offset/hyper\n# End of offset tests\n# Start of dest tests\nok 16 /pixbuf/scale/dest/nearest\nok 17 /pixbuf/scale/dest/tiles\nok 18 /pixbuf/scale/dest/bilinear\n# End of dest tests\n# End of scale tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-scale.test\nRunning test: gdk-pixbuf/pixbuf-reftest.test\nTAP version 14\n# random seed: R02Sc754dd0793add7f833ea96d371a04161\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n1..52\n# Start of pixbuf tests\n# Start of reftest tests\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug696331.png.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug696331.png'\nok 1 /pixbuf/reftest/bug696331.png\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug785447.ico.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/bug785447.ico'\nok 2 /pixbuf/reftest/bug785447.ico\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/cat.jpg.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/cat.jpg'\nok 3 /pixbuf/reftest/cat.jpg\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/colormap-too-small.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/colormap-too-small.tga'\nok 4 /pixbuf/reftest/colormap-too-small.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/mandatory-bitmasks.bmp.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/mandatory-bitmasks.bmp'\nok 5 /pixbuf/reftest/mandatory-bitmasks.bmp\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels-2.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels-2.tga'\nok 6 /pixbuf/reftest/rle-too-many-pixels-2.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/rle-too-many-pixels.tga'\nok 7 /pixbuf/reftest/rle-too-many-pixels.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/squares.ico.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/squares.ico'\nok 8 /pixbuf/reftest/squares.ico\n# Start of tga tests\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-left.tga'\nok 9 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-bottom-right.tga'\nok 10 /pixbuf/reftest/tga/gtk-logo-16bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-left.tga'\nok 11 /pixbuf/reftest/tga/gtk-logo-16bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-16bpp-top-right.tga'\nok 12 /pixbuf/reftest/tga/gtk-logo-16bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-left.tga'\nok 13 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-bottom-right.tga'\nok 14 /pixbuf/reftest/tga/gtk-logo-24bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-left.tga'\nok 15 /pixbuf/reftest/tga/gtk-logo-24bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-24bpp-top-right.tga'\nok 16 /pixbuf/reftest/tga/gtk-logo-24bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-left.tga'\nok 17 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-bottom-right.tga'\nok 18 /pixbuf/reftest/tga/gtk-logo-32bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-left.tga'\nok 19 /pixbuf/reftest/tga/gtk-logo-32bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-32bpp-top-right.tga'\nok 20 /pixbuf/reftest/tga/gtk-logo-32bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-left.tga'\nok 21 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-bottom-right.tga'\nok 22 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-left.tga'\nok 23 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-8bpp-top-right.tga'\nok 24 /pixbuf/reftest/tga/gtk-logo-cmap-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga'\nok 25 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga'\nok 26 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-left.tga'\nok 27 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-cmap-rle-8bpp-top-right.tga'\nok 28 /pixbuf/reftest/tga/gtk-logo-cmap-rle-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-left.tga'\nok 29 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-bottom-right.tga'\nok 30 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-left.tga'\nok 31 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-16bpp-top-right.tga'\nok 32 /pixbuf/reftest/tga/gtk-logo-gray-16bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-left.tga'\nok 33 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-bottom-right.tga'\nok 34 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-left.tga'\nok 35 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-8bpp-top-right.tga'\nok 36 /pixbuf/reftest/tga/gtk-logo-gray-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga'\nok 37 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga'\nok 38 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-left.tga'\nok 39 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-16bpp-top-right.tga'\nok 40 /pixbuf/reftest/tga/gtk-logo-gray-rle-16bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga'\nok 41 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga'\nok 42 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-left.tga'\nok 43 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-gray-rle-8bpp-top-right.tga'\nok 44 /pixbuf/reftest/tga/gtk-logo-gray-rle-8bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-left.tga'\nok 45 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-bottom-right.tga'\nok 46 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-left.tga'\nok 47 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-24bpp-top-right.tga'\nok 48 /pixbuf/reftest/tga/gtk-logo-rle-24bpp-top-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-left.tga'\nok 49 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-bottom-right.tga'\nok 50 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-bottom-right.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-left.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-left.tga'\nok 51 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-left.tga\n# Loading ref file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-right.tga.ref.png' for test file '/usr/libexec/installed-tests/gdk-pixbuf/test-images/reftests/tga/gtk-logo-rle-32bpp-top-right.tga'\nok 52 /pixbuf/reftest/tga/gtk-logo-rle-32bpp-top-right.tga\n# End of tga tests\n# End of reftest tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-reftest.test\nRunning test: gdk-pixbuf/animation.test\nTAP version 14\n# random seed: R02S1f628bee4081e9b13964ab474849bcaf\n1..2\n# Start of animation tests\nok 1 /animation/gif\nok 2 /animation/ani\n# End of animation tests\nPASS: gdk-pixbuf/animation.test\nRunning test: gdk-pixbuf/pixbuf-short-gif-write.test\nTAP version 14\n# random seed: R02S0385bbfa0af951c7b45d90499040ddb4\n1..2\n# Start of animation tests\nok 1 /animation/short_gif_write\nok 2 /animation/load_first_frame\n# End of animation tests\nPASS: gdk-pixbuf/pixbuf-short-gif-write.test\nRunning test: gdk-pixbuf/pixbuf-dpi.test\nTAP version 14\n# random seed: R02S28511421a15446beb8a303a3626b1b48\n1..6\n# Start of pixbuf tests\n# Start of dpi tests\nok 1 /pixbuf/dpi/png\nok 2 /pixbuf/dpi/png-incremental\nok 3 /pixbuf/dpi/jpeg\nok 4 /pixbuf/dpi/jpeg-incremental\nok 5 /pixbuf/dpi/tiff # SKIP format not supported\nok 6 /pixbuf/dpi/tiff-incremental # SKIP format not supported\n# End of dpi tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-dpi.test\nRunning test: gdk-pixbuf/pixbuf-construction.test\nTAP version 14\n# random seed: R02S2241ec6f4ccdfc062240197114d50f40\n1..3\n# Start of pixbuf tests\n# Start of construction tests\nok 1 /pixbuf/construction/no_construct_properties\nok 2 /pixbuf/construction/pixels\nok 3 /pixbuf/construction/bytes\n# End of construction tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-construction.test\nRunning test: gdk-pixbuf/pixbuf-save.test\nTAP version 14\n# random seed: R02Sba159b5da37b85b470dfb4f093ed3f31\n1..3\n# Start of pixbuf tests\n# Start of save tests\nok 1 /pixbuf/save/roundtrip\nok 2 /pixbuf/save/options\nok 3 /pixbuf/save/ico\n# End of save tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-save.test\nRunning test: gdk-pixbuf/pixbuf-area-updated.test\nTAP version 14\n# random seed: R02Se5d7b8ecdc2a109ff1058b6cab4cb32c\n1..4\n# Start of pixbuf tests\n# Start of area-updated tests\nok 1 /pixbuf/area-updated/ico\nok 2 /pixbuf/area-updated/gif\nok 3 /pixbuf/area-updated/gif2\nok 4 /pixbuf/area-updated/gif3\n# End of area-updated tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-area-updated.test\nRunning test: gdk-pixbuf/pixbuf-icon-serialize.test\nTAP version 14\n# random seed: R02S5a2b3460d5ff50a5f7c66e4737785d14\n1..1\n# Start of pixbuf tests\n# Start of icon tests\nok 1 /pixbuf/icon/serialize\n# End of icon tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-icon-serialize.test\nRunning test: gdk-pixbuf/pixbuf-fail.test\nTAP version 14\n# random seed: R02Se03730668660db00e26909ea57ff5da4\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n1..82\n# Start of pixbuf tests\n# Start of fail_tiny tests\nok 1 /pixbuf/fail_tiny/CVE-2017-2862.jpg\nok 2 /pixbuf/fail_tiny/CVE-2022-48622.ani\nok 3 /pixbuf/fail_tiny/DoS.tga\nok 4 /pixbuf/fail_tiny/androstanRezeptor.tga\nok 5 /pixbuf/fail_tiny/bug776694.bmp\nok 6 /pixbuf/fail_tiny/bug777315.bmp\nok 7 /pixbuf/fail_tiny/bug778204.ico\nok 8 /pixbuf/fail_tiny/bug778584.gif\nok 9 /pixbuf/fail_tiny/bug779012.ico\nok 10 /pixbuf/fail_tiny/bug779016-infinite.icns\nok 11 /pixbuf/fail_tiny/bug780269.tif # SKIP format not supported\nok 12 /pixbuf/fail_tiny/bug784903-overflow-dimensions.tiff # SKIP format not supported\nok 13 /pixbuf/fail_tiny/bug785973.gif\nok 14 /pixbuf/fail_tiny/bug793470-crasher.png\nok 15 /pixbuf/fail_tiny/colormap-image-without-colormap.tga\nok 16 /pixbuf/fail_tiny/empty-file.tga\nok 17 /pixbuf/fail_tiny/hang_114.gif\nok 18 /pixbuf/fail_tiny/invalid.1.bmp\nok 19 /pixbuf/fail_tiny/invalid.1.gif\nok 20 /pixbuf/fail_tiny/invalid.1.ico\nok 21 /pixbuf/fail_tiny/invalid.1.png\nok 22 /pixbuf/fail_tiny/invalid.1.ppm\nok 23 /pixbuf/fail_tiny/invalid.2.gif\nok 24 /pixbuf/fail_tiny/invalid.2.png\nok 25 /pixbuf/fail_tiny/invalid.2.ppm\nok 26 /pixbuf/fail_tiny/invalid.3.gif\nok 27 /pixbuf/fail_tiny/invalid.3.ico\nok 28 /pixbuf/fail_tiny/invalid.3.png\nok 29 /pixbuf/fail_tiny/invalid.3.ppm\nok 30 /pixbuf/fail_tiny/invalid.4.gif\nok 31 /pixbuf/fail_tiny/invalid.4.png\nok 32 /pixbuf/fail_tiny/invalid.5.ppm\nok 33 /pixbuf/fail_tiny/invalid.6.ppm\nok 34 /pixbuf/fail_tiny/invalid.7.ppm\nok 35 /pixbuf/fail_tiny/invalid.8.ppm\nok 36 /pixbuf/fail_tiny/issue-95-too-narrow.xpm\nok 37 /pixbuf/fail_tiny/issue-95-too-short.xpm\nok 38 /pixbuf/fail_tiny/issue-95.xpm\nok 39 /pixbuf/fail_tiny/overflow-codes-max.gif\nok 40 /pixbuf/fail_tiny/overflow-codes.gif\nok 41 /pixbuf/fail_tiny/overflow.tga\n# End of fail_tiny tests\n# Start of fail_huge tests\nok 42 /pixbuf/fail_huge/CVE-2017-2862.jpg\nok 43 /pixbuf/fail_huge/CVE-2022-48622.ani\nok 44 /pixbuf/fail_huge/DoS.tga\nok 45 /pixbuf/fail_huge/androstanRezeptor.tga\nok 46 /pixbuf/fail_huge/bug776694.bmp\nok 47 /pixbuf/fail_huge/bug777315.bmp\nok 48 /pixbuf/fail_huge/bug778204.ico\nok 49 /pixbuf/fail_huge/bug778584.gif\nok 50 /pixbuf/fail_huge/bug779012.ico\nok 51 /pixbuf/fail_huge/bug779016-infinite.icns\nok 52 /pixbuf/fail_huge/bug780269.tif # SKIP format not supported\nok 53 /pixbuf/fail_huge/bug784903-overflow-dimensions.tiff # SKIP format not supported\nok 54 /pixbuf/fail_huge/bug785973.gif\nok 55 /pixbuf/fail_huge/bug793470-crasher.png\nok 56 /pixbuf/fail_huge/colormap-image-without-colormap.tga\nok 57 /pixbuf/fail_huge/empty-file.tga\nok 58 /pixbuf/fail_huge/hang_114.gif\nok 59 /pixbuf/fail_huge/invalid.1.bmp\nok 60 /pixbuf/fail_huge/invalid.1.gif\nok 61 /pixbuf/fail_huge/invalid.1.ico\nok 62 /pixbuf/fail_huge/invalid.1.png\nok 63 /pixbuf/fail_huge/invalid.1.ppm\nok 64 /pixbuf/fail_huge/invalid.2.gif\nok 65 /pixbuf/fail_huge/invalid.2.png\nok 66 /pixbuf/fail_huge/invalid.2.ppm\nok 67 /pixbuf/fail_huge/invalid.3.gif\nok 68 /pixbuf/fail_huge/invalid.3.ico\nok 69 /pixbuf/fail_huge/invalid.3.png\nok 70 /pixbuf/fail_huge/invalid.3.ppm\nok 71 /pixbuf/fail_huge/invalid.4.gif\nok 72 /pixbuf/fail_huge/invalid.4.png\nok 73 /pixbuf/fail_huge/invalid.5.ppm\nok 74 /pixbuf/fail_huge/invalid.6.ppm\nok 75 /pixbuf/fail_huge/invalid.7.ppm\nok 76 /pixbuf/fail_huge/invalid.8.ppm\nok 77 /pixbuf/fail_huge/issue-95-too-narrow.xpm\nok 78 /pixbuf/fail_huge/issue-95-too-short.xpm\nok 79 /pixbuf/fail_huge/issue-95.xpm\nok 80 /pixbuf/fail_huge/overflow-codes-max.gif\nok 81 /pixbuf/fail_huge/overflow-codes.gif\nok 82 /pixbuf/fail_huge/overflow.tga\n# End of fail_huge tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-fail.test\nRunning test: gdk-pixbuf/pixbuf-gif.test\nTAP version 14\n# random seed: R02S48a6bdc64a903f2bed11b38794cb4ae8\n1..69\n# Start of pixbuf tests\n# Start of gif tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /pixbuf/gif/depth1\nok 2 /pixbuf/gif/depth2\nok 3 /pixbuf/gif/depth3\nok 4 /pixbuf/gif/depth4\nok 5 /pixbuf/gif/depth5\nok 6 /pixbuf/gif/depth6\nok 7 /pixbuf/gif/depth7\nok 8 /pixbuf/gif/depth8\nok 9 /pixbuf/gif/four-colors\nok 10 /pixbuf/gif/local-color-table\nok 11 /pixbuf/gif/no-global-color-table\nok 12 /pixbuf/gif/zero-width\nok 13 /pixbuf/gif/zero-height\nok 14 /pixbuf/gif/zero-size\nok 15 /pixbuf/gif/invalid-background\nok 16 /pixbuf/gif/all-reds\nok 17 /pixbuf/gif/all-greens\nok 18 /pixbuf/gif/all-blues\nok 19 /pixbuf/gif/interlace\nok 20 /pixbuf/gif/image-inside-bg\nok 21 /pixbuf/gif/image-overlap-bg\nok 22 /pixbuf/gif/image-outside-bg\nok 23 /pixbuf/gif/missing-pixels\nok 24 /pixbuf/gif/extra-pixels\nok 25 /pixbuf/gif/extra-data\nok 26 /pixbuf/gif/no-clear\nok 27 /pixbuf/gif/no-eoi\nok 28 /pixbuf/gif/no-clear-and-eoi\nok 29 /pixbuf/gif/many-clears\nok 30 /pixbuf/gif/double-clears\nok 31 /pixbuf/gif/invalid-colors\nok 32 /pixbuf/gif/max-width\nok 33 /pixbuf/gif/max-height\nok 34 /pixbuf/gif/4095-codes-clear\nok 35 /pixbuf/gif/4095-codes\nok 36 /pixbuf/gif/255-codes\nok 37 /pixbuf/gif/large-codes\nok 38 /pixbuf/gif/max-codes\nok 39 /pixbuf/gif/transparent\nok 40 /pixbuf/gif/invalid-transparent\nok 41 /pixbuf/gif/disabled-transparent\nok 42 /pixbuf/gif/loop-infinite\nok 43 /pixbuf/gif/loop-once\nok 44 /pixbuf/gif/loop-max\nok 45 /pixbuf/gif/loop-buffer\nok 46 /pixbuf/gif/loop-buffer_max\nok 47 /pixbuf/gif/loop-animexts\nok 48 /pixbuf/gif/animation\nok 49 /pixbuf/gif/animation-speed\nok 50 /pixbuf/gif/animation-no-delays\nok 51 /pixbuf/gif/animation-zero-delays\nok 52 /pixbuf/gif/dispose-none\nok 53 /pixbuf/gif/dispose-keep\nok 54 /pixbuf/gif/dispose-restore-background\nok 55 /pixbuf/gif/comment\nok 56 /pixbuf/gif/large-comment\nok 57 /pixbuf/gif/nul-comment\nok 58 /pixbuf/gif/invalid-ascii-comment\nok 59 /pixbuf/gif/invalid-utf8-comment\nok 60 /pixbuf/gif/plain-text\nok 61 /pixbuf/gif/xmp-data\nok 62 /pixbuf/gif/xmp-data-empty\nok 63 /pixbuf/gif/icc-color-profile\nok 64 /pixbuf/gif/icc-color-profile-empty\nok 65 /pixbuf/gif/unknown-extension\nok 66 /pixbuf/gif/unknown-application-extension\nok 67 /pixbuf/gif/nul-application-extension\nok 68 /pixbuf/gif/gif87a\nok 69 /pixbuf/gif/gif87a-animation\n# End of gif tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-gif.test\nRunning test: gdk-pixbuf/pixbuf-icc.test\nTAP version 14\n# random seed: R02Sc9310a4bf9741e442490efc7c4313e44\n1..4\n# Start of pixbuf tests\n# Start of icc tests\nok 1 /pixbuf/icc/png\nok 2 /pixbuf/icc/jpeg\n# Start of png tests\nok 3 /pixbuf/icc/png/incremental\n# End of png tests\n# Start of jpeg tests\nok 4 /pixbuf/icc/jpeg/incremental\n# End of jpeg tests\n# End of icc tests\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-icc.test\nRunning test: gdk-pixbuf/pixbuf-composite.test\nTAP version 14\n# random seed: R02S7aee21d62a20ca3d581cf018370bf9de\n1..2\n# Start of pixbuf tests\nok 1 /pixbuf/composite1\nok 2 /pixbuf/composite2\n# End of pixbuf tests\nPASS: gdk-pixbuf/pixbuf-composite.test\nSUMMARY: total=18; passed=18; skipped=0; failed=0; user=0.5s; system=0.1s; maxrss=9844\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5185868740081787,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gettext_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gettext",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001219034194946289,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1285738945007324,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03526496887207031,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 58.71088719367981,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0021610260009765625,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gettext.autopoint-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.autopoint-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.autopoint-3": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.cldr-plurals-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-awk-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-awk-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-boost-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-boost-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c++-brace-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c++-brace-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-c-5": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.format-csharp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-csharp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-elisp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-elisp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-gcc-internal-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-gcc-internal-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-gfc-internal-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-gfc-internal-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-java-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-java-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-java-printf-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-java-printf-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-javascript-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-javascript-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-kde-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-kde-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-kde-kuit-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-kde-kuit-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-librep-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-librep-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-lisp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-lisp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-lua-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-lua-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-pascal-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-pascal-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-perl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-perl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-perl-brace-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-perl-brace-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-perl-mixed-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-perl-mixed-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-php-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-php-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-python-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-python-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-python-brace-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-python-brace-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-qt-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-qt-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-qt-plural-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-qt-plural-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-ruby-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.format-ruby-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-scheme-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-scheme-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-sh-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-sh-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-tcl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-tcl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-ycp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.format-ycp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.gettext-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.gettext-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.gettextpo-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-0": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-setlocale-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-setlocale-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-thread-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-thread-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-thread-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.intl-version": {
    "status": "PASSED"
   },
   "ptestresult.gettext.lang-bash": {
    "status": "PASSED"
   },
   "ptestresult.gettext.lang-c++": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-c++20": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-clisp": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-csharp": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-elisp": {
    "status": "PASSED"
   },
   "ptestresult.gettext.lang-gawk": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-guile": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-java": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-javascript": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-librep": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-lua": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-objc": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-pascal": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-perl-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-perl-2": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-php": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-po": {
    "status": "PASSED"
   },
   "ptestresult.gettext.lang-python-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-python-2": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-rst": {
    "status": "PASSED"
   },
   "ptestresult.gettext.lang-sh": {
    "status": "PASSED"
   },
   "ptestresult.gettext.lang-smalltalk": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-tcl": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-vala": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.lang-ycp": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-14": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-15": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-16": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-17": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-18": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-19": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgattrib-properties-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-14": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-15": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-16": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-17": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-18": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-19": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-20": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-21": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-22": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-properties-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-properties-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcat-stringtable-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcmp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcmp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcmp-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcmp-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-14": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-15": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-16": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-17": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-18": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-19": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-20": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-21": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-22": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-23": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-24": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-25": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-26": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-27": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-28": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgcomm-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgconv-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgen-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgen-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgen-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgen-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgexec-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgexec-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgexec-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgexec-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgexec-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgexec-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.msgfilter-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-3": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.msgfilter-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-5": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.msgfilter-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-quote-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfilter-sr-latin-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-14": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-15": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-16": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-17": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-18": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-19": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-20": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-desktop-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-desktop-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-desktop-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-desktop-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-properties-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-qt-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-qt-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-tcl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-tcl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-xml-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-xml-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-xml-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-xml-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgfmt-xml-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msggrep-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msginit-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msginit-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msginit-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msginit-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msginit-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-14": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-15": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-charset-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-charset-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-charset-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-charset-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-compendium-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-compendium-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-compendium-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-compendium-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-compendium-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-compendium-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-domain-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-domain-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-format-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-format-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-format-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-plural-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-plural-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-plural-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-plural-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-plural-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-plural-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-properties-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-properties-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-update-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-update-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-update-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgmerge-update-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgunfmt-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgunfmt-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgunfmt-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgunfmt-csharp-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.msgunfmt-java-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.msgunfmt-properties-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msgunfmt-tcl-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.msguniq-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msguniq-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msguniq-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msguniq-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msguniq-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msguniq-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.msguniq-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.plural-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.plural-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.plural-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.plural-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.recode-sr-latin-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.recode-sr-latin-2": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.sentence-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-14": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-15": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-16": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.xgettext-17": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-18": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-appdata-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-appdata-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-appdata-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-awk-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-awk-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-awk-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-awk-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-awk-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-c++-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-c++-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-comment-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-comment-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-comment-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-comment-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-comment-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-comment-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-ctxt-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-ctxt-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-ctxt-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-escape-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.xgettext-c-escape-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-escape-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-format-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-format-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-format-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-format-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-format-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-format-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-c-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-combine-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-combine-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-combine-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-csharp-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-desktop-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-desktop-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-desktop-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-docbook-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-elisp-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-glade-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-gsettings-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-its-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-its-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-java-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-11": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-12": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-13": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-javascript-stackovfl-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-librep-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-librep-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-librep-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-librep-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-librep-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lisp-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-lua-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-objc-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-objc-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-10": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-perl-stackovfl-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-php-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-po-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-po-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-po-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-po-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-po-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-properties-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-properties-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-properties-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-properties-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-9": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-python-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-rst-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-rst-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ruby-1": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.xgettext-ruby-2": {
    "status": "SKIPPED"
   },
   "ptestresult.gettext.xgettext-scheme-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-format-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-format-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-scheme-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-8": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-sh-stackovfl-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-smalltalk-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-smalltalk-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-stringtable-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-tcl-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-5": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-6": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-7": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-vala-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-4": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-stackovfl-1": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-stackovfl-2": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-stackovfl-3": {
    "status": "PASSED"
   },
   "ptestresult.gettext.xgettext-ycp-stackovfl-4": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:36\nBEGIN: /usr/lib/gettext/ptest\nPASS: gettext-1\nPASS: gettext-2\nPASS: intl-0\nPASS: intl-1\nPASS: intl-2\nPASS: intl-3\nPASS: intl-4\nPASS: intl-5\nPASS: intl-6\nPASS: intl-7\nPASS: intl-setlocale-1\nPASS: intl-setlocale-2\nPASS: intl-thread-1\nPASS: intl-thread-2\nPASS: intl-thread-3\nPASS: intl-version\nPASS: msgattrib-1\nPASS: msgattrib-2\nPASS: msgattrib-3\nPASS: msgattrib-4\nPASS: msgattrib-5\nPASS: msgattrib-6\nPASS: msgattrib-7\nPASS: msgattrib-8\nPASS: msgattrib-9\nPASS: msgattrib-10\nPASS: msgattrib-11\nPASS: msgattrib-12\nPASS: msgattrib-13\nPASS: msgattrib-14\nPASS: msgattrib-15\nPASS: msgattrib-16\nPASS: msgattrib-17\nPASS: msgattrib-18\nPASS: msgattrib-19\nPASS: msgattrib-properties-1\nPASS: msgcat-1\nPASS: msgcat-2\nPASS: msgcat-3\nPASS: msgcat-4\nPASS: msgcat-5\nPASS: msgcat-6\nPASS: msgcat-7\nPASS: msgcat-8\nPASS: msgcat-9\nPASS: msgcat-10\nPASS: msgcat-11\nPASS: msgcat-12\nPASS: msgcat-13\nPASS: msgcat-14\nPASS: msgcat-15\nPASS: msgcat-16\nPASS: msgcat-17\nPASS: msgcat-18\nPASS: msgcat-19\nPASS: msgcat-20\nPASS: msgcat-21\nPASS: msgcat-22\nPASS: msgcat-properties-1\nPASS: msgcat-properties-2\nPASS: msgcat-stringtable-1\nPASS: msgcmp-1\nPASS: msgcmp-2\nPASS: msgcmp-3\nPASS: msgcmp-4\nPASS: msgcomm-1\nPASS: msgcomm-2\nPASS: msgcomm-3\nPASS: msgcomm-4\nPASS: msgcomm-5\nPASS: msgcomm-6\nPASS: msgcomm-7\nPASS: msgcomm-8\nPASS: msgcomm-9\nPASS: msgcomm-10\nPASS: msgcomm-11\nPASS: msgcomm-12\nPASS: msgcomm-13\nPASS: msgcomm-14\nPASS: msgcomm-15\nPASS: msgcomm-16\nPASS: msgcomm-17\nPASS: msgcomm-18\nPASS: msgcomm-19\nPASS: msgcomm-20\nPASS: msgcomm-21\nPASS: msgcomm-22\nPASS: msgcomm-23\nPASS: msgcomm-24\nPASS: msgcomm-25\nPASS: msgcomm-26\nPASS: msgcomm-27\nPASS: msgcomm-28\nPASS: msgconv-1\nPASS: msgconv-2\nPASS: msgconv-3\nPASS: msgconv-4\nPASS: msgconv-5\nPASS: msgconv-6\nPASS: msgconv-7\nPASS: msgconv-8\nPASS: msgen-1\nPASS: msgen-2\nPASS: msgen-3\nPASS: msgen-4\nPASS: msgexec-1\nPASS: msgexec-2\nPASS: msgexec-3\nPASS: msgexec-4\nPASS: msgexec-5\nPASS: msgexec-6\nSkipping test: fold program not POSIX compliant\nSKIP: msgfilter-1\nPASS: msgfilter-2\nSkipping test: fold program not POSIX compliant\nSKIP: msgfilter-3\nPASS: msgfilter-4\nSkipping test: fold program not POSIX compliant\nSKIP: msgfilter-5\nPASS: msgfilter-6\nPASS: msgfilter-7\nPASS: msgfilter-8\nPASS: msgfilter-sr-latin-1\nPASS: msgfilter-quote-1\nPASS: msgfmt-1\nPASS: msgfmt-2\nPASS: msgfmt-3\nPASS: msgfmt-4\nPASS: msgfmt-5\nPASS: msgfmt-6\nPASS: msgfmt-7\nPASS: msgfmt-8\nPASS: msgfmt-9\nPASS: msgfmt-10\nPASS: msgfmt-11\nPASS: msgfmt-12\nPASS: msgfmt-13\nPASS: msgfmt-14\nPASS: msgfmt-15\nPASS: msgfmt-16\nPASS: msgfmt-17\nPASS: msgfmt-18\nPASS: msgfmt-19\nPASS: msgfmt-20\nPASS: msgfmt-properties-1\nPASS: msgfmt-tcl-1\nPASS: msgfmt-tcl-2\nPASS: msgfmt-qt-1\nPASS: msgfmt-qt-2\nPASS: msgfmt-desktop-1\nPASS: msgfmt-desktop-2\nPASS: msgfmt-desktop-3\nPASS: msgfmt-desktop-4\nPASS: msgfmt-xml-1\nPASS: msgfmt-xml-2\nPASS: msgfmt-xml-3\nPASS: msgfmt-xml-4\nPASS: msgfmt-xml-5\nPASS: msggrep-1\nPASS: msggrep-2\nPASS: msggrep-3\nPASS: msggrep-4\nPASS: msggrep-5\nPASS: msggrep-6\nPASS: msggrep-7\nPASS: msggrep-8\nPASS: msggrep-9\nPASS: msggrep-10\nPASS: msggrep-11\nPASS: msginit-1\nPASS: msginit-2\nPASS: msginit-3\nPASS: msginit-4\nmsginit: /usr/lib/gettext/ptest/tests/testdata/nonascii.pot: The file contains non-ASCII characters but the present charset \"ISO-8859-1\" is not UTF-8.\nPASS: msginit-5\nPASS: msgmerge-1\nPASS: msgmerge-2\nPASS: msgmerge-3\nPASS: msgmerge-4\nPASS: msgmerge-5\nPASS: msgmerge-6\nPASS: msgmerge-7\nPASS: msgmerge-8\nPASS: msgmerge-9\nPASS: msgmerge-10\nPASS: msgmerge-11\nPASS: msgmerge-12\nPASS: msgmerge-13\nPASS: msgmerge-14\nPASS: msgmerge-15\nPASS: msgmerge-charset-1\nPASS: msgmerge-charset-2\nPASS: msgmerge-charset-3\nmsgmerge: /usr/lib/gettext/ptest/tests/testdata/nonascii.pot: The file contains non-ASCII characters but the present charset \"ISO-8859-1\" is not UTF-8.\nPASS: msgmerge-charset-4\nPASS: msgmerge-compendium-1\nPASS: msgmerge-compendium-2\nPASS: msgmerge-compendium-3\nPASS: msgmerge-compendium-4\nPASS: msgmerge-compendium-5\nPASS: msgmerge-compendium-6\nPASS: msgmerge-domain-1\nPASS: msgmerge-domain-2\nPASS: msgmerge-format-1\nPASS: msgmerge-format-2\nPASS: msgmerge-format-3\nPASS: msgmerge-plural-1\nPASS: msgmerge-plural-2\nPASS: msgmerge-plural-3\nPASS: msgmerge-plural-4\nPASS: msgmerge-plural-5\nPASS: msgmerge-plural-6\nPASS: msgmerge-properties-1\nPASS: msgmerge-properties-2\nPASS: msgmerge-update-1\nPASS: msgmerge-update-2\nPASS: msgmerge-update-3\nmsgmerge: The option '--sort-output' is deprecated.\nPASS: msgmerge-update-4\nPASS: msgunfmt-1\nPASS: msgunfmt-2\nPASS: msgunfmt-3\nSkipping test: configured with --disable-csharp\nSKIP: msgunfmt-csharp-1\nSkipping test: configured with --disable-java\nSKIP: msgunfmt-java-1\nPASS: msgunfmt-properties-1\nSkipping test: tclsh not found or Tcl too old\nSKIP: msgunfmt-tcl-1\nPASS: msguniq-1\nPASS: msguniq-2\nPASS: msguniq-3\nPASS: msguniq-4\nPASS: msguniq-5\nPASS: msguniq-6\nPASS: msguniq-7\nPASS: recode-sr-latin-1\nSkipping test: no japanese EUC-JP locale is supported\nSKIP: recode-sr-latin-2\nPASS: xgettext-2\nPASS: xgettext-3\nPASS: xgettext-4\nPASS: xgettext-5\nPASS: xgettext-6\nPASS: xgettext-7\nPASS: xgettext-8\nPASS: xgettext-9\nPASS: xgettext-10\nPASS: xgettext-11\nxg-test12.c:1: warning: ambiguous argument specification for keyword 'ngettext'\nxg-test12.c:2: warning: ambiguous argument specification for keyword 'ngettext'\nPASS: xgettext-12\nPASS: xgettext-13\nPASS: xgettext-14\nxgettext: warning: msgid 'Language' is used without plural and with plural.\nxgettext: warning: msgid 'Language' is used without plural and with plural.\nPASS: xgettext-15\nSkipping test: rxgettext not found\nSKIP: xgettext-16\nPASS: xgettext-17\nPASS: xgettext-18\nPASS: xgettext-combine-1\nPASS: xgettext-combine-2\nPASS: xgettext-combine-3\nPASS: xgettext-appdata-1\nPASS: xgettext-appdata-2\nPASS: xgettext-appdata-3\nPASS: xgettext-awk-1\nPASS: xgettext-awk-2\nxgettext: String at xg-a-3.awk:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-awk-3\nPASS: xgettext-awk-stackovfl-1\nxg-a-so-2.awk:21: error: too many open parentheses\nPASS: xgettext-awk-stackovfl-2\nPASS: xgettext-c-2\nPASS: xgettext-c-3\nPASS: xgettext-c-4\nPASS: xgettext-c-5\nPASS: xgettext-c-6\nxg-c-7.c:1: warning: hexadecimal escape sequence out of range\nPASS: xgettext-c-7\nxgettext: String at xg-c-8.c:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-c-8\nPASS: xgettext-c-comment-1\nPASS: xgettext-c-comment-2\nPASS: xgettext-c-comment-3\nPASS: xgettext-c-comment-4\nPASS: xgettext-c-comment-5\nPASS: xgettext-c-comment-6\nerr1.c:2: warning: invalid Unicode character\n./xgettext-c-escape-1: line 31: iconv: command not found\nSkipping test: iconv does not work for EUC-JP\nSKIP: xgettext-c-escape-1\nPASS: xgettext-c-escape-2\n/usr/lib/gettext/ptest/tests/xg-c-escape-3.c:17: warning: invalid Unicode character\n/usr/lib/gettext/ptest/tests/xg-c-escape-3.c:18: warning: invalid Unicode character\nPASS: xgettext-c-escape-3\nPASS: xgettext-c-format-1\nPASS: xgettext-c-format-2\nPASS: xgettext-c-format-3\nPASS: xgettext-c-format-4\nPASS: xgettext-c-format-5\nPASS: xgettext-c-format-6\nPASS: xgettext-c-ctxt-1\nPASS: xgettext-c-ctxt-2\nPASS: xgettext-c-ctxt-3\nerr0.cc:1: warning: unterminated string literal\nerr0.cc:3: warning: unterminated string literal\nerr1.cc:1: warning: unterminated raw string literal\nPASS: xgettext-c-c++-1\nPASS: xgettext-c-c++-2\nPASS: xgettext-c-stackovfl-1\nxg-c-so-2.c:21: error: too many open parentheses\nPASS: xgettext-c-stackovfl-2\nPASS: xgettext-csharp-1\nPASS: xgettext-csharp-2\nPASS: xgettext-csharp-3\nPASS: xgettext-csharp-4\nPASS: xgettext-csharp-5\nPASS: xgettext-csharp-6\nPASS: xgettext-csharp-7\nPASS: xgettext-csharp-8\nPASS: xgettext-csharp-9\nPASS: xgettext-csharp-stackovfl-1\nxg-cs-so-2.cs:21: error: too many open parentheses\nPASS: xgettext-csharp-stackovfl-2\nPASS: xgettext-csharp-stackovfl-3\nxg-cs-so-4.cs:21: error: too many open braces\nPASS: xgettext-csharp-stackovfl-4\nerr1.desktop:2:0: warning: missing '=' after \"This\"\nerr2.desktop:1:0: warning: unterminated group name\nerr3.desktop:2:0: warning: invalid non-blank line\nerr4.desktop:1:0: warning: invalid non-blank character\nPASS: xgettext-desktop-1\nPASS: xgettext-desktop-2\nPASS: xgettext-desktop-3\nPASS: xgettext-docbook-1\nPASS: xgettext-elisp-1\nPASS: xgettext-elisp-2\nxgettext: String at xg-el-3.el:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-elisp-3\nPASS: xgettext-elisp-stackovfl-1\nxg-el-so-2.el:21: error: too deeply nested objects\nPASS: xgettext-elisp-stackovfl-2\n/usr/lib/gettext/ptest/tests/testdata/xg-el-so-3.el:1: error: too deeply nested escape sequence\nPASS: xgettext-elisp-stackovfl-3\n/usr/lib/gettext/ptest/tests/testdata/xg-el-so-4.el:1: error: too deeply nested escape sequence\nPASS: xgettext-elisp-stackovfl-4\nPASS: xgettext-glade-1\nPASS: xgettext-glade-2\nPASS: xgettext-glade-3\nPASS: xgettext-glade-4\nPASS: xgettext-glade-5\nPASS: xgettext-glade-6\nPASS: xgettext-glade-7\nPASS: xgettext-gsettings-1\nPASS: xgettext-its-1\nPASS: xgettext-its-2\nPASS: xgettext-java-1\nPASS: xgettext-java-2\nPASS: xgettext-java-3\nPASS: xgettext-java-4\nPASS: xgettext-java-5\nPASS: xgettext-java-6\nPASS: xgettext-java-7\nPASS: xgettext-java-8\nxg-j-9.java:1: warning: Although being used in a format string position, the msgid is not a valid Java printf format string. Reason: In the directive number 1, the character 'z' is not a valid conversion specifier.\nPASS: xgettext-java-9\nPASS: xgettext-java-stackovfl-1\nxg-j-so-2.java:21: error: too many open parentheses\nPASS: xgettext-java-stackovfl-2\nPASS: xgettext-java-stackovfl-3\nxg-j-so-4.java:21: error: too many open braces\nPASS: xgettext-java-stackovfl-4\nPASS: xgettext-javascript-1\nPASS: xgettext-javascript-2\nPASS: xgettext-javascript-3\nPASS: xgettext-javascript-4\nPASS: xgettext-javascript-5\nPASS: xgettext-javascript-6\nPASS: xgettext-javascript-7\nxgettext: Non-ASCII XML tag at xg-js-8a.js:1.\n          Please specify the source encoding through --from-code\n          \nxgettext: Non-ASCII XML tag at xg-js-8b.js:1.\n          Please specify the source encoding through --from-code\n          \nxgettext: Non-ASCII character at xg-js-8c.js:1.\n          Please specify the source encoding through --from-code\n          \nPASS: xgettext-javascript-8\nPASS: xgettext-javascript-9\nxg-js-10a.js:1: warning: ignoring CDATA section\nxg-js-10b.js:1: warning: ignoring CDATA section\nPASS: xgettext-javascript-10\nPASS: xgettext-javascript-11\nPASS: xgettext-javascript-12\nPASS: xgettext-javascript-13\nPASS: xgettext-javascript-stackovfl-1\nxg-js-so-2.js:21: error: too many open parentheses\nPASS: xgettext-javascript-stackovfl-2\nPASS: xgettext-javascript-stackovfl-3\nxg-js-so-4.js:21: error: too many open brackets\nPASS: xgettext-javascript-stackovfl-4\nPASS: xgettext-javascript-stackovfl-5\nxg-js-so-6.js:21: error: too many open braces\nPASS: xgettext-javascript-stackovfl-6\nPASS: xgettext-javascript-stackovfl-7\nxg-js-so-8.js:51: error: too many open XML elements\nPASS: xgettext-javascript-stackovfl-8\nPASS: xgettext-librep-1\nPASS: xgettext-librep-2\nxgettext: String at xg-lr-3.jl:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-librep-3\nPASS: xgettext-librep-stackovfl-1\nxg-lr-so-2.jl:21: error: too deeply nested objects\nPASS: xgettext-librep-stackovfl-2\nPASS: xgettext-lisp-1\nPASS: xgettext-lisp-2\nPASS: xgettext-lisp-3\nPASS: xgettext-lisp-4\nPASS: xgettext-lisp-5\nPASS: xgettext-lisp-6\nPASS: xgettext-lisp-stackovfl-1\nxg-ls-so-2.lisp:21: error: too deeply nested objects\nPASS: xgettext-lisp-stackovfl-2\nPASS: xgettext-lua-1\nPASS: xgettext-lua-2\nxgettext: String at xg-lu-3.lua:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-lua-3\nPASS: xgettext-lua-stackovfl-1\nxg-lu-so-2.lua:21: error: too many open parentheses\nPASS: xgettext-lua-stackovfl-2\nPASS: xgettext-lua-stackovfl-3\nxg-lu-so-4.lua:41: error: too many open brackets\nPASS: xgettext-lua-stackovfl-4\nPASS: xgettext-objc-1\nPASS: xgettext-objc-2\nPASS: xgettext-perl-1\nPASS: xgettext-perl-2\nPASS: xgettext-perl-3\nPASS: xgettext-perl-4\nxg-pl-5.pl:11: warning: unsupported variable interpolation at \"$\"\nxg-pl-5.pl:12: warning: unsupported variable interpolation at \"$\"\nxg-pl-5.pl:13: warning: unsupported variable interpolation at \"$\"\nxg-pl-5.pl:13: warning: unsupported variable interpolation at \"$\"\nPASS: xgettext-perl-5\nPASS: xgettext-perl-6\nPASS: xgettext-perl-7\nPASS: xgettext-perl-8\nPASS: xgettext-perl-9\nPASS: xgettext-perl-10\nPASS: xgettext-perl-stackovfl-1\nxg-pl-so-2.pl:20: error: too deeply nested expressions\nPASS: xgettext-perl-stackovfl-2\nPASS: xgettext-perl-stackovfl-3\nxg-pl-so-4.pl:20: error: too deeply nested expressions\nPASS: xgettext-perl-stackovfl-4\nPASS: xgettext-perl-stackovfl-5\nPASS: xgettext-php-1\nPASS: xgettext-php-2\nPASS: xgettext-php-3\nPASS: xgettext-php-4\nxgettext: String at xg-ph-3.php:2 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-php-5\nPASS: xgettext-php-stackovfl-1\nxg-ph-so-2.php:22: error: too many open parentheses\nPASS: xgettext-php-stackovfl-2\nPASS: xgettext-php-stackovfl-3\nxg-ph-so-4.php:22: error: too many open brackets\nPASS: xgettext-php-stackovfl-4\nPASS: xgettext-po-1\nPASS: xgettext-po-2\nPASS: xgettext-po-3\nxgettext: /usr/lib/gettext/ptest/tests/testdata/xg-po-4.po: input file doesn't contain a header entry with a charset specification\nPASS: xgettext-po-4\nPASS: xgettext-po-5\nPASS: xgettext-properties-1\nPASS: xgettext-properties-2\nPASS: xgettext-properties-3\nPASS: xgettext-properties-4\nPASS: xgettext-rst-1\nPASS: xgettext-rst-2\nPASS: xgettext-python-1\nPASS: xgettext-python-2\nPASS: xgettext-python-3\nPASS: xgettext-python-4\nxgettext: String at xg-py-5-b3.py:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-python-5\nPASS: xgettext-python-6\nxg-py-7.py:1: warning: 'msgid' format string with unnamed arguments cannot be properly localized:\n                       The translator cannot reorder the arguments.\n                       Please consider using a format string with named arguments,\n                       and a mapping instead of a tuple for the arguments.\nPASS: xgettext-python-7\nPASS: xgettext-python-8\nPASS: xgettext-python-9\nPASS: xgettext-python-stackovfl-1\nxg-py-so-2.py:21: error: too many open parentheses\nPASS: xgettext-python-stackovfl-2\nPASS: xgettext-python-stackovfl-3\nxg-py-so-4.py:21: error: too many open brackets\nPASS: xgettext-python-stackovfl-4\nSkipping test: rxgettext not found\nSKIP: xgettext-ruby-1\nSkipping test: rxgettext not found\nSKIP: xgettext-ruby-2\nPASS: xgettext-scheme-1\nPASS: xgettext-scheme-2\nPASS: xgettext-scheme-3\nPASS: xgettext-scheme-4\nPASS: xgettext-scheme-5\nPASS: xgettext-scheme-6\nPASS: xgettext-scheme-7\nxg-sc-8.scm:5: warning: hexadecimal escape sequence with too few digits\nPASS: xgettext-scheme-8\nPASS: xgettext-scheme-format-1\nPASS: xgettext-scheme-format-2\nPASS: xgettext-scheme-stackovfl-1\nxg-sc-so-2.scm:21: error: too deeply nested objects\nPASS: xgettext-scheme-stackovfl-2\nxg-sh-1.sh:4: warning: internationalized messages should not contain the '\\a' escape sequence\nxg-sh-1.sh:5: warning: internationalized messages should not contain the '\\b' escape sequence\nxg-sh-1.sh:6: warning: internationalized messages should not contain the '\\f' escape sequence\nxg-sh-1.sh:7: warning: internationalized messages should not contain the '\\r' escape sequence\nxg-sh-1.sh:9: warning: internationalized messages should not contain the '\\v' escape sequence\nPASS: xgettext-sh-1\nPASS: xgettext-sh-2\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\a' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\b' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\f' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\r' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\v' escape sequence\nPASS: xgettext-sh-3\nPASS: xgettext-sh-4\nPASS: xgettext-sh-5\nPASS: xgettext-sh-6\nPASS: xgettext-sh-7\nPASS: xgettext-sh-8\nPASS: xgettext-sh-stackovfl-1\nxg-sh-so-2.sh:41: error: too deeply nested command list\nPASS: xgettext-sh-stackovfl-2\nxg-sh-so-3.sh:41: error: too deeply nested command list\nPASS: xgettext-sh-stackovfl-3\nxg-sh-so-4.sh:41: error: too deeply nested command list\nPASS: xgettext-sh-stackovfl-4\nPASS: xgettext-sh-stackovfl-5\nPASS: xgettext-smalltalk-1\nPASS: xgettext-smalltalk-2\nPASS: xgettext-stringtable-1\nPASS: xgettext-tcl-1\nPASS: xgettext-tcl-2\nPASS: xgettext-tcl-3\nPASS: xgettext-tcl-4\nxg-t-5a.tcl:1: warning: invalid Unicode character\nxg-t-5a.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nxg-t-5b.tcl:1: warning: invalid Unicode character\nxg-t-5b.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nxg-t-5c.tcl:1: warning: invalid Unicode character\nxg-t-5d.tcl:1: warning: invalid Unicode character\nxg-t-5e.tcl:1: warning: invalid Unicode character\nxg-t-5f.tcl:1: warning: invalid Unicode character\nxg-t-5f.tcl:1: warning: invalid Unicode character\nxg-t-5f.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nxg-t-5g.tcl:1: warning: invalid Unicode character\nxg-t-5g.tcl:1: warning: invalid Unicode character\nxg-t-5g.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nPASS: xgettext-tcl-5\nPASS: xgettext-tcl-stackovfl-1\nxg-t-so-2.tcl:21: error: too many open brackets\nPASS: xgettext-tcl-stackovfl-2\nPASS: xgettext-tcl-stackovfl-3\nxg-t-so-4.tcl:21: error: too many open braces\nPASS: xgettext-tcl-stackovfl-4\nxg-vala-1.err.vala:3: warning: regular expression literal terminated too early\nPASS: xgettext-vala-1\nPASS: xgettext-vala-2\nxg-vala-3.vala:1: warning: hexadecimal escape sequence out of range\nPASS: xgettext-vala-3\nxgettext: String at xg-vala-4.vala:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-vala-4\nPASS: xgettext-vala-5\nPASS: xgettext-vala-6\nxg-vala-7.vala:1: warning: Although being used in a format string position, the msgid is not a valid C format string. Reason: The string ends in the middle of a directive.\nPASS: xgettext-vala-7\nPASS: xgettext-vala-stackovfl-1\nxg-vala-so-2.vala:21: error: too many open parentheses\nPASS: xgettext-vala-stackovfl-2\nPASS: xgettext-ycp-1\nPASS: xgettext-ycp-2\nPASS: xgettext-ycp-3\nPASS: xgettext-ycp-4\nPASS: xgettext-ycp-stackovfl-1\nxg-y-so-2.ycp:21: error: too many open parentheses\nPASS: xgettext-ycp-stackovfl-2\nPASS: xgettext-ycp-stackovfl-3\nxg-y-so-4.ycp:41: error: too many open parentheses\nPASS: xgettext-ycp-stackovfl-4\nPASS: format-awk-1\nPASS: format-awk-2\nPASS: format-boost-1\nPASS: format-boost-2\nPASS: format-c-1\nPASS: format-c-2\nPASS: format-c-3\nPASS: format-c-4\nSkipping test: locale fa_IR not supported\nSKIP: format-c-5\nPASS: format-c++-brace-1\nPASS: format-c++-brace-2\nPASS: format-csharp-1\nPASS: format-csharp-2\nPASS: format-elisp-1\nPASS: format-elisp-2\nPASS: format-gcc-internal-1\nPASS: format-gcc-internal-2\nPASS: format-gfc-internal-1\nPASS: format-gfc-internal-2\nPASS: format-java-1\nPASS: format-java-2\nPASS: format-java-printf-1\nPASS: format-java-printf-2\nPASS: format-javascript-1\nPASS: format-javascript-2\nPASS: format-kde-1\nPASS: format-kde-2\nf-kd-1-1.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and gt:kuit\n                        \nf-kd-1-2.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and gt:kuit\n                        \nf-kd-1-3.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and xfilename\n                        \nPASS: format-kde-kuit-1\nPASS: format-kde-kuit-2\nPASS: format-librep-1\nPASS: format-librep-2\nPASS: format-lisp-1\nPASS: format-lisp-2\nPASS: format-lua-1\nPASS: format-lua-2\nPASS: format-php-1\nPASS: format-php-2\nPASS: format-python-1\nPASS: format-python-2\nPASS: format-python-brace-1\nPASS: format-python-brace-2\nPASS: format-pascal-1\nPASS: format-pascal-2\nPASS: format-perl-1\nPASS: format-perl-2\nPASS: format-perl-brace-1\nPASS: format-perl-brace-2\nPASS: format-perl-mixed-1\nPASS: format-perl-mixed-2\nPASS: format-qt-1\nPASS: format-qt-2\nPASS: format-qt-plural-1\nPASS: format-qt-plural-2\nSkipping test: rxgettext not found\nSKIP: format-ruby-1\nPASS: format-ruby-2\nPASS: format-scheme-1\nPASS: format-scheme-2\nPASS: format-sh-1\nPASS: format-sh-2\nPASS: format-tcl-1\nPASS: format-tcl-2\nPASS: format-ycp-1\nPASS: format-ycp-2\nPASS: plural-1\nPASS: plural-2\nPASS: plural-3\nPASS: plural-4\nPASS: gettextpo-1\nPASS: sentence-1\nPASS: lang-po\nSkipping test: configured with --disable-libasprintf\nSKIP: lang-c++\nSkipping test: C++ compiler does not support ISO C++ 20\nSKIP: lang-c++20\nSkipping test: Objective C compiler not found\nSKIP: lang-objc\nSkipping test: python not found\nSKIP: lang-python-1\nSkipping test: python not found\nSKIP: lang-python-2\nSkipping test: configured with --disable-java\nSKIP: lang-java\nSkipping test: configured with --disable-csharp\nSKIP: lang-csharp\nSkipping test: gjs not found\nSKIP: lang-javascript\nSkipping test: guile not found\nSKIP: lang-guile\nSkipping test: clisp not found\nSKIP: lang-clisp\nPASS: lang-elisp\nSkipping test: rep not found\nSKIP: lang-librep\nPASS: lang-sh\nPASS: lang-bash\nSkipping test: gawk was built without i18n support\nSKIP: lang-gawk\nSkipping test: lua not found\nSKIP: lang-lua\nSkipping test: Pascal compiler fpc or ppc386 or ppcx64 not found\nSKIP: lang-pascal\nSkipping test: gst not found\nSKIP: lang-smalltalk\nSkipping test: valac not found\nSKIP: lang-vala\nSkipping test: tclsh not found or msgcat extension not present\nSKIP: lang-tcl\nSkipping test: perl package Locale::Messages is not installed\nSKIP: lang-perl-1\nSkipping test: perl package libintl-perl is not installed\nSKIP: lang-perl-2\nSkipping test: php not found\nSKIP: lang-php\nPASS: lang-ycp\nPASS: lang-rst\nCopying file ABOUT-NLS\nCopying file config.rpath\nCopying file intl/ChangeLog\nCopying file intl/Makefile.in\nCopying file intl/bindtextdom.c\nCopying file intl/config.charset\nCopying file intl/dcgettext.c\nCopying file intl/dcigettext.c\nCopying file intl/dcngettext.c\nCopying file intl/dgettext.c\nCopying file intl/dngettext.c\nCopying file intl/eval-plural.h\nCopying file intl/explodename.c\nCopying file intl/export.h\nCopying file intl/finddomain.c\nCopying file intl/gettext.c\nCopying file intl/gettextP.h\nCopying file intl/gmo.h\nCopying file intl/hash-string.c\nCopying file intl/hash-string.h\nCopying file intl/intl-compat.c\nCopying file intl/intl-exports.c\nCopying file intl/l10nflist.c\nCopying file intl/langprefs.c\nCopying file intl/libgnuintl.h.in\nCopying file intl/loadinfo.h\nCopying file intl/loadmsgcat.c\nCopying file intl/localcharset.c\nCopying file intl/localcharset.h\nCopying file intl/locale.alias\nCopying file intl/localealias.c\nCopying file intl/localename.c\nCopying file intl/lock.c\nCopying file intl/lock.h\nCopying file intl/log.c\nCopying file intl/ngettext.c\nCopying file intl/os2compat.c\nCopying file intl/os2compat.h\nCopying file intl/osdep.c\nCopying file intl/plural-exp.c\nCopying file intl/plural-exp.h\nCopying file intl/plural.c\nCopying file intl/plural.y\nCopying file intl/printf-args.c\nCopying file intl/printf-args.h\nCopying file intl/printf-parse.c\nCopying file intl/printf-parse.h\nCopying file intl/printf.c\nCopying file intl/ref-add.sin\nCopying file intl/ref-del.sin\nCopying file intl/relocatable.c\nCopying file intl/relocatable.h\nCopying file intl/textdomain.c\nCopying file intl/vasnprintf.c\nCopying file intl/vasnprintf.h\nCopying file intl/vasnwprintf.h\nCopying file intl/version.c\nCopying file intl/wprintf-parse.h\nCopying file intl/xsize.h\nCreating directory m4\nCopying file m4/codeset.m4\nCopying file m4/gettext.m4\nCopying file m4/glibc2.m4\nCopying file m4/glibc21.m4\nCopying file m4/iconv.m4\nCopying file m4/intdiv0.m4\nCopying file m4/intmax.m4\nCopying file m4/inttypes-h.m4\nCopying file m4/inttypes-pri.m4\nCopying file m4/inttypes_h.m4\nCopying file m4/lcmessage.m4\nCopying file m4/lib-ld.m4\nCopying file m4/lib-link.m4\nCopying file m4/lib-prefix.m4\nCopying file m4/lock.m4\nCopying file m4/longdouble.m4\nCopying file m4/longlong.m4\nCopying file m4/nls.m4\nCopying file m4/po.m4\nCopying file m4/printf-posix.m4\nCopying file m4/progtest.m4\nCopying file m4/signed.m4\nCopying file m4/size_max.m4\nCopying file m4/stdint_h.m4\nCopying file m4/uintmax_t.m4\nCopying file m4/ulonglong.m4\nCopying file m4/visibility.m4\nCopying file m4/wchar_t.m4\nCopying file m4/wint_t.m4\nCopying file m4/xsize.m4\nCreating directory po\nCopying file po/Makefile.in.in\nCopying file po/Makevars.template\nCopying file po/Rules-quot\nCopying file po/boldquot.sed\nCopying file po/en@boldquot.header\nCopying file po/en@quot.header\nCopying file po/insert-header.sin\nCopying file po/quot.sed\nCopying file po/remove-potcdate.sin\nPASS: autopoint-1\nPASS: autopoint-2\nSkipping test: automake not found\nSKIP: autopoint-3\nPASS: cldr-plurals-1\n=======================\nAll 545 tests passed\n(34 tests were not run)\n=======================\nDURATION: 58\nEND: /usr/lib/gettext/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gettext": {
     "duration": "58",
     "log": "START: ptest-runner\n2025-06-16T11:36\nPASS: gettext-1\nPASS: gettext-2\nPASS: intl-0\nPASS: intl-1\nPASS: intl-2\nPASS: intl-3\nPASS: intl-4\nPASS: intl-5\nPASS: intl-6\nPASS: intl-7\nPASS: intl-setlocale-1\nPASS: intl-setlocale-2\nPASS: intl-thread-1\nPASS: intl-thread-2\nPASS: intl-thread-3\nPASS: intl-version\nPASS: msgattrib-1\nPASS: msgattrib-2\nPASS: msgattrib-3\nPASS: msgattrib-4\nPASS: msgattrib-5\nPASS: msgattrib-6\nPASS: msgattrib-7\nPASS: msgattrib-8\nPASS: msgattrib-9\nPASS: msgattrib-10\nPASS: msgattrib-11\nPASS: msgattrib-12\nPASS: msgattrib-13\nPASS: msgattrib-14\nPASS: msgattrib-15\nPASS: msgattrib-16\nPASS: msgattrib-17\nPASS: msgattrib-18\nPASS: msgattrib-19\nPASS: msgattrib-properties-1\nPASS: msgcat-1\nPASS: msgcat-2\nPASS: msgcat-3\nPASS: msgcat-4\nPASS: msgcat-5\nPASS: msgcat-6\nPASS: msgcat-7\nPASS: msgcat-8\nPASS: msgcat-9\nPASS: msgcat-10\nPASS: msgcat-11\nPASS: msgcat-12\nPASS: msgcat-13\nPASS: msgcat-14\nPASS: msgcat-15\nPASS: msgcat-16\nPASS: msgcat-17\nPASS: msgcat-18\nPASS: msgcat-19\nPASS: msgcat-20\nPASS: msgcat-21\nPASS: msgcat-22\nPASS: msgcat-properties-1\nPASS: msgcat-properties-2\nPASS: msgcat-stringtable-1\nPASS: msgcmp-1\nPASS: msgcmp-2\nPASS: msgcmp-3\nPASS: msgcmp-4\nPASS: msgcomm-1\nPASS: msgcomm-2\nPASS: msgcomm-3\nPASS: msgcomm-4\nPASS: msgcomm-5\nPASS: msgcomm-6\nPASS: msgcomm-7\nPASS: msgcomm-8\nPASS: msgcomm-9\nPASS: msgcomm-10\nPASS: msgcomm-11\nPASS: msgcomm-12\nPASS: msgcomm-13\nPASS: msgcomm-14\nPASS: msgcomm-15\nPASS: msgcomm-16\nPASS: msgcomm-17\nPASS: msgcomm-18\nPASS: msgcomm-19\nPASS: msgcomm-20\nPASS: msgcomm-21\nPASS: msgcomm-22\nPASS: msgcomm-23\nPASS: msgcomm-24\nPASS: msgcomm-25\nPASS: msgcomm-26\nPASS: msgcomm-27\nPASS: msgcomm-28\nPASS: msgconv-1\nPASS: msgconv-2\nPASS: msgconv-3\nPASS: msgconv-4\nPASS: msgconv-5\nPASS: msgconv-6\nPASS: msgconv-7\nPASS: msgconv-8\nPASS: msgen-1\nPASS: msgen-2\nPASS: msgen-3\nPASS: msgen-4\nPASS: msgexec-1\nPASS: msgexec-2\nPASS: msgexec-3\nPASS: msgexec-4\nPASS: msgexec-5\nPASS: msgexec-6\nSkipping test: fold program not POSIX compliant\nSKIP: msgfilter-1\nPASS: msgfilter-2\nSkipping test: fold program not POSIX compliant\nSKIP: msgfilter-3\nPASS: msgfilter-4\nSkipping test: fold program not POSIX compliant\nSKIP: msgfilter-5\nPASS: msgfilter-6\nPASS: msgfilter-7\nPASS: msgfilter-8\nPASS: msgfilter-sr-latin-1\nPASS: msgfilter-quote-1\nPASS: msgfmt-1\nPASS: msgfmt-2\nPASS: msgfmt-3\nPASS: msgfmt-4\nPASS: msgfmt-5\nPASS: msgfmt-6\nPASS: msgfmt-7\nPASS: msgfmt-8\nPASS: msgfmt-9\nPASS: msgfmt-10\nPASS: msgfmt-11\nPASS: msgfmt-12\nPASS: msgfmt-13\nPASS: msgfmt-14\nPASS: msgfmt-15\nPASS: msgfmt-16\nPASS: msgfmt-17\nPASS: msgfmt-18\nPASS: msgfmt-19\nPASS: msgfmt-20\nPASS: msgfmt-properties-1\nPASS: msgfmt-tcl-1\nPASS: msgfmt-tcl-2\nPASS: msgfmt-qt-1\nPASS: msgfmt-qt-2\nPASS: msgfmt-desktop-1\nPASS: msgfmt-desktop-2\nPASS: msgfmt-desktop-3\nPASS: msgfmt-desktop-4\nPASS: msgfmt-xml-1\nPASS: msgfmt-xml-2\nPASS: msgfmt-xml-3\nPASS: msgfmt-xml-4\nPASS: msgfmt-xml-5\nPASS: msggrep-1\nPASS: msggrep-2\nPASS: msggrep-3\nPASS: msggrep-4\nPASS: msggrep-5\nPASS: msggrep-6\nPASS: msggrep-7\nPASS: msggrep-8\nPASS: msggrep-9\nPASS: msggrep-10\nPASS: msggrep-11\nPASS: msginit-1\nPASS: msginit-2\nPASS: msginit-3\nPASS: msginit-4\nmsginit: /usr/lib/gettext/ptest/tests/testdata/nonascii.pot: The file contains non-ASCII characters but the present charset \"ISO-8859-1\" is not UTF-8.\nPASS: msginit-5\nPASS: msgmerge-1\nPASS: msgmerge-2\nPASS: msgmerge-3\nPASS: msgmerge-4\nPASS: msgmerge-5\nPASS: msgmerge-6\nPASS: msgmerge-7\nPASS: msgmerge-8\nPASS: msgmerge-9\nPASS: msgmerge-10\nPASS: msgmerge-11\nPASS: msgmerge-12\nPASS: msgmerge-13\nPASS: msgmerge-14\nPASS: msgmerge-15\nPASS: msgmerge-charset-1\nPASS: msgmerge-charset-2\nPASS: msgmerge-charset-3\nmsgmerge: /usr/lib/gettext/ptest/tests/testdata/nonascii.pot: The file contains non-ASCII characters but the present charset \"ISO-8859-1\" is not UTF-8.\nPASS: msgmerge-charset-4\nPASS: msgmerge-compendium-1\nPASS: msgmerge-compendium-2\nPASS: msgmerge-compendium-3\nPASS: msgmerge-compendium-4\nPASS: msgmerge-compendium-5\nPASS: msgmerge-compendium-6\nPASS: msgmerge-domain-1\nPASS: msgmerge-domain-2\nPASS: msgmerge-format-1\nPASS: msgmerge-format-2\nPASS: msgmerge-format-3\nPASS: msgmerge-plural-1\nPASS: msgmerge-plural-2\nPASS: msgmerge-plural-3\nPASS: msgmerge-plural-4\nPASS: msgmerge-plural-5\nPASS: msgmerge-plural-6\nPASS: msgmerge-properties-1\nPASS: msgmerge-properties-2\nPASS: msgmerge-update-1\nPASS: msgmerge-update-2\nPASS: msgmerge-update-3\nmsgmerge: The option '--sort-output' is deprecated.\nPASS: msgmerge-update-4\nPASS: msgunfmt-1\nPASS: msgunfmt-2\nPASS: msgunfmt-3\nSkipping test: configured with --disable-csharp\nSKIP: msgunfmt-csharp-1\nSkipping test: configured with --disable-java\nSKIP: msgunfmt-java-1\nPASS: msgunfmt-properties-1\nSkipping test: tclsh not found or Tcl too old\nSKIP: msgunfmt-tcl-1\nPASS: msguniq-1\nPASS: msguniq-2\nPASS: msguniq-3\nPASS: msguniq-4\nPASS: msguniq-5\nPASS: msguniq-6\nPASS: msguniq-7\nPASS: recode-sr-latin-1\nSkipping test: no japanese EUC-JP locale is supported\nSKIP: recode-sr-latin-2\nPASS: xgettext-2\nPASS: xgettext-3\nPASS: xgettext-4\nPASS: xgettext-5\nPASS: xgettext-6\nPASS: xgettext-7\nPASS: xgettext-8\nPASS: xgettext-9\nPASS: xgettext-10\nPASS: xgettext-11\nxg-test12.c:1: warning: ambiguous argument specification for keyword 'ngettext'\nxg-test12.c:2: warning: ambiguous argument specification for keyword 'ngettext'\nPASS: xgettext-12\nPASS: xgettext-13\nPASS: xgettext-14\nxgettext: warning: msgid 'Language' is used without plural and with plural.\nxgettext: warning: msgid 'Language' is used without plural and with plural.\nPASS: xgettext-15\nSkipping test: rxgettext not found\nSKIP: xgettext-16\nPASS: xgettext-17\nPASS: xgettext-18\nPASS: xgettext-combine-1\nPASS: xgettext-combine-2\nPASS: xgettext-combine-3\nPASS: xgettext-appdata-1\nPASS: xgettext-appdata-2\nPASS: xgettext-appdata-3\nPASS: xgettext-awk-1\nPASS: xgettext-awk-2\nxgettext: String at xg-a-3.awk:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-awk-3\nPASS: xgettext-awk-stackovfl-1\nxg-a-so-2.awk:21: error: too many open parentheses\nPASS: xgettext-awk-stackovfl-2\nPASS: xgettext-c-2\nPASS: xgettext-c-3\nPASS: xgettext-c-4\nPASS: xgettext-c-5\nPASS: xgettext-c-6\nxg-c-7.c:1: warning: hexadecimal escape sequence out of range\nPASS: xgettext-c-7\nxgettext: String at xg-c-8.c:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-c-8\nPASS: xgettext-c-comment-1\nPASS: xgettext-c-comment-2\nPASS: xgettext-c-comment-3\nPASS: xgettext-c-comment-4\nPASS: xgettext-c-comment-5\nPASS: xgettext-c-comment-6\nerr1.c:2: warning: invalid Unicode character\n./xgettext-c-escape-1: line 31: iconv: command not found\nSkipping test: iconv does not work for EUC-JP\nSKIP: xgettext-c-escape-1\nPASS: xgettext-c-escape-2\n/usr/lib/gettext/ptest/tests/xg-c-escape-3.c:17: warning: invalid Unicode character\n/usr/lib/gettext/ptest/tests/xg-c-escape-3.c:18: warning: invalid Unicode character\nPASS: xgettext-c-escape-3\nPASS: xgettext-c-format-1\nPASS: xgettext-c-format-2\nPASS: xgettext-c-format-3\nPASS: xgettext-c-format-4\nPASS: xgettext-c-format-5\nPASS: xgettext-c-format-6\nPASS: xgettext-c-ctxt-1\nPASS: xgettext-c-ctxt-2\nPASS: xgettext-c-ctxt-3\nerr0.cc:1: warning: unterminated string literal\nerr0.cc:3: warning: unterminated string literal\nerr1.cc:1: warning: unterminated raw string literal\nPASS: xgettext-c-c++-1\nPASS: xgettext-c-c++-2\nPASS: xgettext-c-stackovfl-1\nxg-c-so-2.c:21: error: too many open parentheses\nPASS: xgettext-c-stackovfl-2\nPASS: xgettext-csharp-1\nPASS: xgettext-csharp-2\nPASS: xgettext-csharp-3\nPASS: xgettext-csharp-4\nPASS: xgettext-csharp-5\nPASS: xgettext-csharp-6\nPASS: xgettext-csharp-7\nPASS: xgettext-csharp-8\nPASS: xgettext-csharp-9\nPASS: xgettext-csharp-stackovfl-1\nxg-cs-so-2.cs:21: error: too many open parentheses\nPASS: xgettext-csharp-stackovfl-2\nPASS: xgettext-csharp-stackovfl-3\nxg-cs-so-4.cs:21: error: too many open braces\nPASS: xgettext-csharp-stackovfl-4\nerr1.desktop:2:0: warning: missing '=' after \"This\"\nerr2.desktop:1:0: warning: unterminated group name\nerr3.desktop:2:0: warning: invalid non-blank line\nerr4.desktop:1:0: warning: invalid non-blank character\nPASS: xgettext-desktop-1\nPASS: xgettext-desktop-2\nPASS: xgettext-desktop-3\nPASS: xgettext-docbook-1\nPASS: xgettext-elisp-1\nPASS: xgettext-elisp-2\nxgettext: String at xg-el-3.el:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-elisp-3\nPASS: xgettext-elisp-stackovfl-1\nxg-el-so-2.el:21: error: too deeply nested objects\nPASS: xgettext-elisp-stackovfl-2\n/usr/lib/gettext/ptest/tests/testdata/xg-el-so-3.el:1: error: too deeply nested escape sequence\nPASS: xgettext-elisp-stackovfl-3\n/usr/lib/gettext/ptest/tests/testdata/xg-el-so-4.el:1: error: too deeply nested escape sequence\nPASS: xgettext-elisp-stackovfl-4\nPASS: xgettext-glade-1\nPASS: xgettext-glade-2\nPASS: xgettext-glade-3\nPASS: xgettext-glade-4\nPASS: xgettext-glade-5\nPASS: xgettext-glade-6\nPASS: xgettext-glade-7\nPASS: xgettext-gsettings-1\nPASS: xgettext-its-1\nPASS: xgettext-its-2\nPASS: xgettext-java-1\nPASS: xgettext-java-2\nPASS: xgettext-java-3\nPASS: xgettext-java-4\nPASS: xgettext-java-5\nPASS: xgettext-java-6\nPASS: xgettext-java-7\nPASS: xgettext-java-8\nxg-j-9.java:1: warning: Although being used in a format string position, the msgid is not a valid Java printf format string. Reason: In the directive number 1, the character 'z' is not a valid conversion specifier.\nPASS: xgettext-java-9\nPASS: xgettext-java-stackovfl-1\nxg-j-so-2.java:21: error: too many open parentheses\nPASS: xgettext-java-stackovfl-2\nPASS: xgettext-java-stackovfl-3\nxg-j-so-4.java:21: error: too many open braces\nPASS: xgettext-java-stackovfl-4\nPASS: xgettext-javascript-1\nPASS: xgettext-javascript-2\nPASS: xgettext-javascript-3\nPASS: xgettext-javascript-4\nPASS: xgettext-javascript-5\nPASS: xgettext-javascript-6\nPASS: xgettext-javascript-7\nxgettext: Non-ASCII XML tag at xg-js-8a.js:1.\n          Please specify the source encoding through --from-code\n          \nxgettext: Non-ASCII XML tag at xg-js-8b.js:1.\n          Please specify the source encoding through --from-code\n          \nxgettext: Non-ASCII character at xg-js-8c.js:1.\n          Please specify the source encoding through --from-code\n          \nPASS: xgettext-javascript-8\nPASS: xgettext-javascript-9\nxg-js-10a.js:1: warning: ignoring CDATA section\nxg-js-10b.js:1: warning: ignoring CDATA section\nPASS: xgettext-javascript-10\nPASS: xgettext-javascript-11\nPASS: xgettext-javascript-12\nPASS: xgettext-javascript-13\nPASS: xgettext-javascript-stackovfl-1\nxg-js-so-2.js:21: error: too many open parentheses\nPASS: xgettext-javascript-stackovfl-2\nPASS: xgettext-javascript-stackovfl-3\nxg-js-so-4.js:21: error: too many open brackets\nPASS: xgettext-javascript-stackovfl-4\nPASS: xgettext-javascript-stackovfl-5\nxg-js-so-6.js:21: error: too many open braces\nPASS: xgettext-javascript-stackovfl-6\nPASS: xgettext-javascript-stackovfl-7\nxg-js-so-8.js:51: error: too many open XML elements\nPASS: xgettext-javascript-stackovfl-8\nPASS: xgettext-librep-1\nPASS: xgettext-librep-2\nxgettext: String at xg-lr-3.jl:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-librep-3\nPASS: xgettext-librep-stackovfl-1\nxg-lr-so-2.jl:21: error: too deeply nested objects\nPASS: xgettext-librep-stackovfl-2\nPASS: xgettext-lisp-1\nPASS: xgettext-lisp-2\nPASS: xgettext-lisp-3\nPASS: xgettext-lisp-4\nPASS: xgettext-lisp-5\nPASS: xgettext-lisp-6\nPASS: xgettext-lisp-stackovfl-1\nxg-ls-so-2.lisp:21: error: too deeply nested objects\nPASS: xgettext-lisp-stackovfl-2\nPASS: xgettext-lua-1\nPASS: xgettext-lua-2\nxgettext: String at xg-lu-3.lua:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-lua-3\nPASS: xgettext-lua-stackovfl-1\nxg-lu-so-2.lua:21: error: too many open parentheses\nPASS: xgettext-lua-stackovfl-2\nPASS: xgettext-lua-stackovfl-3\nxg-lu-so-4.lua:41: error: too many open brackets\nPASS: xgettext-lua-stackovfl-4\nPASS: xgettext-objc-1\nPASS: xgettext-objc-2\nPASS: xgettext-perl-1\nPASS: xgettext-perl-2\nPASS: xgettext-perl-3\nPASS: xgettext-perl-4\nxg-pl-5.pl:11: warning: unsupported variable interpolation at \"$\"\nxg-pl-5.pl:12: warning: unsupported variable interpolation at \"$\"\nxg-pl-5.pl:13: warning: unsupported variable interpolation at \"$\"\nxg-pl-5.pl:13: warning: unsupported variable interpolation at \"$\"\nPASS: xgettext-perl-5\nPASS: xgettext-perl-6\nPASS: xgettext-perl-7\nPASS: xgettext-perl-8\nPASS: xgettext-perl-9\nPASS: xgettext-perl-10\nPASS: xgettext-perl-stackovfl-1\nxg-pl-so-2.pl:20: error: too deeply nested expressions\nPASS: xgettext-perl-stackovfl-2\nPASS: xgettext-perl-stackovfl-3\nxg-pl-so-4.pl:20: error: too deeply nested expressions\nPASS: xgettext-perl-stackovfl-4\nPASS: xgettext-perl-stackovfl-5\nPASS: xgettext-php-1\nPASS: xgettext-php-2\nPASS: xgettext-php-3\nPASS: xgettext-php-4\nxgettext: String at xg-ph-3.php:2 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-php-5\nPASS: xgettext-php-stackovfl-1\nxg-ph-so-2.php:22: error: too many open parentheses\nPASS: xgettext-php-stackovfl-2\nPASS: xgettext-php-stackovfl-3\nxg-ph-so-4.php:22: error: too many open brackets\nPASS: xgettext-php-stackovfl-4\nPASS: xgettext-po-1\nPASS: xgettext-po-2\nPASS: xgettext-po-3\nxgettext: /usr/lib/gettext/ptest/tests/testdata/xg-po-4.po: input file doesn't contain a header entry with a charset specification\nPASS: xgettext-po-4\nPASS: xgettext-po-5\nPASS: xgettext-properties-1\nPASS: xgettext-properties-2\nPASS: xgettext-properties-3\nPASS: xgettext-properties-4\nPASS: xgettext-rst-1\nPASS: xgettext-rst-2\nPASS: xgettext-python-1\nPASS: xgettext-python-2\nPASS: xgettext-python-3\nPASS: xgettext-python-4\nxgettext: String at xg-py-5-b3.py:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-python-5\nPASS: xgettext-python-6\nxg-py-7.py:1: warning: 'msgid' format string with unnamed arguments cannot be properly localized:\n                       The translator cannot reorder the arguments.\n                       Please consider using a format string with named arguments,\n                       and a mapping instead of a tuple for the arguments.\nPASS: xgettext-python-7\nPASS: xgettext-python-8\nPASS: xgettext-python-9\nPASS: xgettext-python-stackovfl-1\nxg-py-so-2.py:21: error: too many open parentheses\nPASS: xgettext-python-stackovfl-2\nPASS: xgettext-python-stackovfl-3\nxg-py-so-4.py:21: error: too many open brackets\nPASS: xgettext-python-stackovfl-4\nSkipping test: rxgettext not found\nSKIP: xgettext-ruby-1\nSkipping test: rxgettext not found\nSKIP: xgettext-ruby-2\nPASS: xgettext-scheme-1\nPASS: xgettext-scheme-2\nPASS: xgettext-scheme-3\nPASS: xgettext-scheme-4\nPASS: xgettext-scheme-5\nPASS: xgettext-scheme-6\nPASS: xgettext-scheme-7\nxg-sc-8.scm:5: warning: hexadecimal escape sequence with too few digits\nPASS: xgettext-scheme-8\nPASS: xgettext-scheme-format-1\nPASS: xgettext-scheme-format-2\nPASS: xgettext-scheme-stackovfl-1\nxg-sc-so-2.scm:21: error: too deeply nested objects\nPASS: xgettext-scheme-stackovfl-2\nxg-sh-1.sh:4: warning: internationalized messages should not contain the '\\a' escape sequence\nxg-sh-1.sh:5: warning: internationalized messages should not contain the '\\b' escape sequence\nxg-sh-1.sh:6: warning: internationalized messages should not contain the '\\f' escape sequence\nxg-sh-1.sh:7: warning: internationalized messages should not contain the '\\r' escape sequence\nxg-sh-1.sh:9: warning: internationalized messages should not contain the '\\v' escape sequence\nPASS: xgettext-sh-1\nPASS: xgettext-sh-2\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\a' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\b' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\f' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\r' escape sequence\nxg-sh-3.sh:2: warning: internationalized messages should not contain the '\\v' escape sequence\nPASS: xgettext-sh-3\nPASS: xgettext-sh-4\nPASS: xgettext-sh-5\nPASS: xgettext-sh-6\nPASS: xgettext-sh-7\nPASS: xgettext-sh-8\nPASS: xgettext-sh-stackovfl-1\nxg-sh-so-2.sh:41: error: too deeply nested command list\nPASS: xgettext-sh-stackovfl-2\nxg-sh-so-3.sh:41: error: too deeply nested command list\nPASS: xgettext-sh-stackovfl-3\nxg-sh-so-4.sh:41: error: too deeply nested command list\nPASS: xgettext-sh-stackovfl-4\nPASS: xgettext-sh-stackovfl-5\nPASS: xgettext-smalltalk-1\nPASS: xgettext-smalltalk-2\nPASS: xgettext-stringtable-1\nPASS: xgettext-tcl-1\nPASS: xgettext-tcl-2\nPASS: xgettext-tcl-3\nPASS: xgettext-tcl-4\nxg-t-5a.tcl:1: warning: invalid Unicode character\nxg-t-5a.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nxg-t-5b.tcl:1: warning: invalid Unicode character\nxg-t-5b.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nxg-t-5c.tcl:1: warning: invalid Unicode character\nxg-t-5d.tcl:1: warning: invalid Unicode character\nxg-t-5e.tcl:1: warning: invalid Unicode character\nxg-t-5f.tcl:1: warning: invalid Unicode character\nxg-t-5f.tcl:1: warning: invalid Unicode character\nxg-t-5f.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nxg-t-5g.tcl:1: warning: invalid Unicode character\nxg-t-5g.tcl:1: warning: invalid Unicode character\nxg-t-5g.tcl:1: warning: Empty msgid.  It is reserved by GNU gettext:\n                        gettext(\"\") returns the header entry with\n                        meta information, not the empty string.\nPASS: xgettext-tcl-5\nPASS: xgettext-tcl-stackovfl-1\nxg-t-so-2.tcl:21: error: too many open brackets\nPASS: xgettext-tcl-stackovfl-2\nPASS: xgettext-tcl-stackovfl-3\nxg-t-so-4.tcl:21: error: too many open braces\nPASS: xgettext-tcl-stackovfl-4\nxg-vala-1.err.vala:3: warning: regular expression literal terminated too early\nPASS: xgettext-vala-1\nPASS: xgettext-vala-2\nxg-vala-3.vala:1: warning: hexadecimal escape sequence out of range\nPASS: xgettext-vala-3\nxgettext: String at xg-vala-4.vala:1 is not UTF-8 encoded.\n          Please specify the source encoding through --from-code.\nPASS: xgettext-vala-4\nPASS: xgettext-vala-5\nPASS: xgettext-vala-6\nxg-vala-7.vala:1: warning: Although being used in a format string position, the msgid is not a valid C format string. Reason: The string ends in the middle of a directive.\nPASS: xgettext-vala-7\nPASS: xgettext-vala-stackovfl-1\nxg-vala-so-2.vala:21: error: too many open parentheses\nPASS: xgettext-vala-stackovfl-2\nPASS: xgettext-ycp-1\nPASS: xgettext-ycp-2\nPASS: xgettext-ycp-3\nPASS: xgettext-ycp-4\nPASS: xgettext-ycp-stackovfl-1\nxg-y-so-2.ycp:21: error: too many open parentheses\nPASS: xgettext-ycp-stackovfl-2\nPASS: xgettext-ycp-stackovfl-3\nxg-y-so-4.ycp:41: error: too many open parentheses\nPASS: xgettext-ycp-stackovfl-4\nPASS: format-awk-1\nPASS: format-awk-2\nPASS: format-boost-1\nPASS: format-boost-2\nPASS: format-c-1\nPASS: format-c-2\nPASS: format-c-3\nPASS: format-c-4\nSkipping test: locale fa_IR not supported\nSKIP: format-c-5\nPASS: format-c++-brace-1\nPASS: format-c++-brace-2\nPASS: format-csharp-1\nPASS: format-csharp-2\nPASS: format-elisp-1\nPASS: format-elisp-2\nPASS: format-gcc-internal-1\nPASS: format-gcc-internal-2\nPASS: format-gfc-internal-1\nPASS: format-gfc-internal-2\nPASS: format-java-1\nPASS: format-java-2\nPASS: format-java-printf-1\nPASS: format-java-printf-2\nPASS: format-javascript-1\nPASS: format-javascript-2\nPASS: format-kde-1\nPASS: format-kde-2\nf-kd-1-1.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and gt:kuit\n                        \nf-kd-1-2.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and gt:kuit\n                        \nf-kd-1-3.in:1: warning: Although being used in a format string position, the msgid is not a valid KDE KUIT format string. Reason: error while parsing: Opening and ending tag mismatch: filename line 1 and xfilename\n                        \nPASS: format-kde-kuit-1\nPASS: format-kde-kuit-2\nPASS: format-librep-1\nPASS: format-librep-2\nPASS: format-lisp-1\nPASS: format-lisp-2\nPASS: format-lua-1\nPASS: format-lua-2\nPASS: format-php-1\nPASS: format-php-2\nPASS: format-python-1\nPASS: format-python-2\nPASS: format-python-brace-1\nPASS: format-python-brace-2\nPASS: format-pascal-1\nPASS: format-pascal-2\nPASS: format-perl-1\nPASS: format-perl-2\nPASS: format-perl-brace-1\nPASS: format-perl-brace-2\nPASS: format-perl-mixed-1\nPASS: format-perl-mixed-2\nPASS: format-qt-1\nPASS: format-qt-2\nPASS: format-qt-plural-1\nPASS: format-qt-plural-2\nSkipping test: rxgettext not found\nSKIP: format-ruby-1\nPASS: format-ruby-2\nPASS: format-scheme-1\nPASS: format-scheme-2\nPASS: format-sh-1\nPASS: format-sh-2\nPASS: format-tcl-1\nPASS: format-tcl-2\nPASS: format-ycp-1\nPASS: format-ycp-2\nPASS: plural-1\nPASS: plural-2\nPASS: plural-3\nPASS: plural-4\nPASS: gettextpo-1\nPASS: sentence-1\nPASS: lang-po\nSkipping test: configured with --disable-libasprintf\nSKIP: lang-c++\nSkipping test: C++ compiler does not support ISO C++ 20\nSKIP: lang-c++20\nSkipping test: Objective C compiler not found\nSKIP: lang-objc\nSkipping test: python not found\nSKIP: lang-python-1\nSkipping test: python not found\nSKIP: lang-python-2\nSkipping test: configured with --disable-java\nSKIP: lang-java\nSkipping test: configured with --disable-csharp\nSKIP: lang-csharp\nSkipping test: gjs not found\nSKIP: lang-javascript\nSkipping test: guile not found\nSKIP: lang-guile\nSkipping test: clisp not found\nSKIP: lang-clisp\nPASS: lang-elisp\nSkipping test: rep not found\nSKIP: lang-librep\nPASS: lang-sh\nPASS: lang-bash\nSkipping test: gawk was built without i18n support\nSKIP: lang-gawk\nSkipping test: lua not found\nSKIP: lang-lua\nSkipping test: Pascal compiler fpc or ppc386 or ppcx64 not found\nSKIP: lang-pascal\nSkipping test: gst not found\nSKIP: lang-smalltalk\nSkipping test: valac not found\nSKIP: lang-vala\nSkipping test: tclsh not found or msgcat extension not present\nSKIP: lang-tcl\nSkipping test: perl package Locale::Messages is not installed\nSKIP: lang-perl-1\nSkipping test: perl package libintl-perl is not installed\nSKIP: lang-perl-2\nSkipping test: php not found\nSKIP: lang-php\nPASS: lang-ycp\nPASS: lang-rst\nCopying file ABOUT-NLS\nCopying file config.rpath\nCopying file intl/ChangeLog\nCopying file intl/Makefile.in\nCopying file intl/bindtextdom.c\nCopying file intl/config.charset\nCopying file intl/dcgettext.c\nCopying file intl/dcigettext.c\nCopying file intl/dcngettext.c\nCopying file intl/dgettext.c\nCopying file intl/dngettext.c\nCopying file intl/eval-plural.h\nCopying file intl/explodename.c\nCopying file intl/export.h\nCopying file intl/finddomain.c\nCopying file intl/gettext.c\nCopying file intl/gettextP.h\nCopying file intl/gmo.h\nCopying file intl/hash-string.c\nCopying file intl/hash-string.h\nCopying file intl/intl-compat.c\nCopying file intl/intl-exports.c\nCopying file intl/l10nflist.c\nCopying file intl/langprefs.c\nCopying file intl/libgnuintl.h.in\nCopying file intl/loadinfo.h\nCopying file intl/loadmsgcat.c\nCopying file intl/localcharset.c\nCopying file intl/localcharset.h\nCopying file intl/locale.alias\nCopying file intl/localealias.c\nCopying file intl/localename.c\nCopying file intl/lock.c\nCopying file intl/lock.h\nCopying file intl/log.c\nCopying file intl/ngettext.c\nCopying file intl/os2compat.c\nCopying file intl/os2compat.h\nCopying file intl/osdep.c\nCopying file intl/plural-exp.c\nCopying file intl/plural-exp.h\nCopying file intl/plural.c\nCopying file intl/plural.y\nCopying file intl/printf-args.c\nCopying file intl/printf-args.h\nCopying file intl/printf-parse.c\nCopying file intl/printf-parse.h\nCopying file intl/printf.c\nCopying file intl/ref-add.sin\nCopying file intl/ref-del.sin\nCopying file intl/relocatable.c\nCopying file intl/relocatable.h\nCopying file intl/textdomain.c\nCopying file intl/vasnprintf.c\nCopying file intl/vasnprintf.h\nCopying file intl/vasnwprintf.h\nCopying file intl/version.c\nCopying file intl/wprintf-parse.h\nCopying file intl/xsize.h\nCreating directory m4\nCopying file m4/codeset.m4\nCopying file m4/gettext.m4\nCopying file m4/glibc2.m4\nCopying file m4/glibc21.m4\nCopying file m4/iconv.m4\nCopying file m4/intdiv0.m4\nCopying file m4/intmax.m4\nCopying file m4/inttypes-h.m4\nCopying file m4/inttypes-pri.m4\nCopying file m4/inttypes_h.m4\nCopying file m4/lcmessage.m4\nCopying file m4/lib-ld.m4\nCopying file m4/lib-link.m4\nCopying file m4/lib-prefix.m4\nCopying file m4/lock.m4\nCopying file m4/longdouble.m4\nCopying file m4/longlong.m4\nCopying file m4/nls.m4\nCopying file m4/po.m4\nCopying file m4/printf-posix.m4\nCopying file m4/progtest.m4\nCopying file m4/signed.m4\nCopying file m4/size_max.m4\nCopying file m4/stdint_h.m4\nCopying file m4/uintmax_t.m4\nCopying file m4/ulonglong.m4\nCopying file m4/visibility.m4\nCopying file m4/wchar_t.m4\nCopying file m4/wint_t.m4\nCopying file m4/xsize.m4\nCreating directory po\nCopying file po/Makefile.in.in\nCopying file po/Makevars.template\nCopying file po/Rules-quot\nCopying file po/boldquot.sed\nCopying file po/en@boldquot.header\nCopying file po/en@quot.header\nCopying file po/insert-header.sin\nCopying file po/quot.sed\nCopying file po/remove-potcdate.sin\nPASS: autopoint-1\nPASS: autopoint-2\nSkipping test: automake not found\nSKIP: autopoint-3\nPASS: cldr-plurals-1\n=======================\nAll 545 tests passed\n(34 tests were not run)\n=======================\nDURATION: 58\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5552058219909668,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-glib-2.0_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-glib-2.0",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015370845794677734,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.2181756496429443,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.04063010215759277,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 273.33348631858826,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012531280517578125,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.glib-2.0.glib/1bit-mutex.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/642026-ec.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/642026.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/accumulator.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/application-command-line.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/appmonitor.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/array-test.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/assert-msg-test.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/async-close-output-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/async-splice-output-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/asyncqueue.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/atomic-c-11.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/atomic-c-17.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/atomic-c-89.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/atomic-c-99.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/atomic.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/autoptr-gio.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/autoptr-girepository.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/autoptr.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/base64.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/basic-signals.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/basics-gobject.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/binding.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/bindinggroup.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/bitlock.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/bookmarkfile.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/boxed.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/buffered-input-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/buffered-output-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/bytes.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cache.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/callable-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cancellable.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/charset.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/checksum.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/closure-refcount.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/closure.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cmph-bdz.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/codegen.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/collate.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/completion.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cond.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/contenttype.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/contexts.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/convert.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/converter-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/converter.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/credentials.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/custom-dispatch.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-03.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-11.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-14.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-17.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-20.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-2b.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx-98.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/cxx.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/data-input-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/data-output-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/dataset.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/date.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/defaultiface.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/deftype.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/deprecated-properties.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/dir.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/dump.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/dynamictests.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/dynamictype.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/enums.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/environment.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/error.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/file-thumbnail.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/file.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/fileattributematcher.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/fileutils.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/filter-streams.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/flags.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/function-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/g-file-info-filesystem-readonly.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/g-file-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/g-file.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/g-icon.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdatetime.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-address-get-session.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-addresses.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-connection-flush.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-message.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-non-socket.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-peer-object-manager.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-peer.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-sasl.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gdbus-server-auth.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/genmarshal.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gi-compile-repository.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gi-inspect-typelib.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gio-tool.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/giomodule.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/glistmodel.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gobject-private.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gobject-query.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gsocketclient-slow.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gsubprocess.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gthash.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gutils-user-database.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/guuid.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/gvariant.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/hash.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/hmac.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/hook.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/hostutils.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/ifaceproperties.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/include.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/inet-address.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/init.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/io-channel-basic.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/io-channel.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/io-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/keyfile.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/list.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/live-g-file.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/logging.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/macros-c-11.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/macros-c-17.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/macros-c-89.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/macros-c-99.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/macros.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mainloop.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mappedfile.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mapping.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/markup-collect.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/markup-escape.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/markup-parse.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/markup-subparser.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/markup.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mem-overflow.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memchunk.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memory-input-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memory-monitor-dbus.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memory-monitor-portal.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memory-monitor.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memory-output-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/memory-settings-backend.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/messages-low-memory.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mimeapps.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mkenums.py.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/module-test-library.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/module-test-plugin.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mount-operation.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/mutex.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/network-address.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/network-monitor-race.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/network-monitor.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/node.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/notify-init.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/notify-init2.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/null-settings-backend.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/object-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/object.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/objects-refcount1.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/objects-refcount2.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/once.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/onceinit.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/option-argv0.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/option-context.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/overflow-fallback.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/overflow.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/override.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/param.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/pathbuf.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/pattern.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/performance-threaded.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/performance.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/permission.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/pollable.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-env-var.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-flatpak-full.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-flatpak-gsettings-only.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-flatpak-network-only.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-flatpak-none.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-none.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-snap-classic.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/portal-support-snap.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/power-profile-monitor-dbus.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/power-profile-monitor-portal.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/power-profile-monitor.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/private.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/properties-introspection.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/properties-refcount1.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/properties-refcount2.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/properties-refcount3.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/properties-refcount4.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/properties.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/protocol.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/proxy-test.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/qdata.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/queue.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/rand.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/rcbox.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/readwrite.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/rec-mutex.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/refcount-macro.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/refcount.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/reference.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/references.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/refstring.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/regex.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/registered-type-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/relation.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/repository-search-paths.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/repository.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/resolver-parsing.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/rwlock.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/sandbox.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/scannerapi.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/search-utils.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/sequence.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/shell.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signal-handler.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signalgroup.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signals-refcount1.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signals-refcount2.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signals-refcount3.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signals-refcount4.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/signals.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/simple-async-result.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/simple-proxy.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/singleton.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/sleepy-stream.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/slice.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/slist.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/socket-address.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/socket-listener.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/socket-service.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/socket.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/sort.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/spawn-multithreaded.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/spawn-path-search.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/spawn-singlethread.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/spawn-test.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/srvtarget.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/static-link.test": {
    "status": "SKIPPED"
   },
   "ptestresult.glib-2.0.glib/stream-rw_all.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/strfuncs.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/string.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/struct-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/strvbuilder.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/task.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/test-printf.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/testfilemonitor.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/testing-nonfatal.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/testing.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/thread-deprecated.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/thread-pool.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/thread.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/threadtests.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/throws.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/thumbnail-verification.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/timeout.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/timer.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/tls-bindings.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/tls-certificate.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/tls-database.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/tls-interaction.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/trash.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/tree.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/type-flags.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/type.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/types.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unicode-encoding.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unicode-normalize.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unicode.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/union-info.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unix-fd.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unix-mounts.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unix-streams.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/unix.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/uri.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utf8-misc.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utf8-performance.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utf8-pointer.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utf8-validate.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utils-c-11.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utils-c-17.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utils-c-89.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utils-c-99.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utils-isolated.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/utils.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/value.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/vfs.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/volumemonitor.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-2.0.glib/win32-appinfo.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:36\nBEGIN: /usr/lib/glib-2.0/ptest\n+ id -u glib2-test\nid: 'glib2-test': no such user\n+ useradd glib2-test\n+ cd /tmp\n+ su glib2-test -c 'G_TEST_TMPDIR=`readlink -f /tmp` gnome-desktop-testing-runner glib'\nRunning test: glib/dataset.test\nTAP version 14\n# random seed: R02S8c72cae473eda68b4bd42096caaf410f\n1..14\n# Start of quark tests\nok 1 /quark/basic\nok 2 /quark/string\n# End of quark tests\n# Start of dataset tests\nok 3 /dataset/basic\nok 4 /dataset/id\nok 5 /dataset/full\nok 6 /dataset/foreach\nok 7 /dataset/destroy\n# End of dataset tests\n# Start of datalist tests\nok 8 /datalist/basic\nok 9 /datalist/id\nok 10 /datalist/recursive-clear\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2672\nok 11 /datalist/id-remove-multiple\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2672\nok 12 /datalist/id-remove-multiple-destroy-order\nok 13 /datalist/update-atomic\n# Start of id-remove-multiple tests\nok 14 /datalist/id-remove-multiple/resize\n# End of id-remove-multiple tests\n# End of datalist tests\nPASS: glib/dataset.test\nRunning test: glib/unix-streams.test\nTAP version 14\n# random seed: R02S9475c79b3007ff1147f19467c1b0e80b\n1..9\n# Start of unix-streams tests\nok 1 /unix-streams/basic\nok 2 /unix-streams/pipe-io-test\n# slow test /unix-streams/pipe-io-test executed in 0.50 secs\nok 3 /unix-streams/nonblocking-io-test\n# slow test /unix-streams/nonblocking-io-test executed in 0.50 secs\nok 4 /unix-streams/read_write\nok 5 /unix-streams/read_writev\nok 6 /unix-streams/write-wouldblock\nok 7 /unix-streams/writev-wouldblock\nok 8 /unix-streams/write-async-wouldblock\nok 9 /unix-streams/writev-async-wouldblock\n# End of unix-streams tests\nPASS: glib/unix-streams.test\nRunning test: glib/portal-support-flatpak-gsettings-only.test\nTAP version 14\n# random seed: R02S274bd10867ec8f3ea5194ea80ac4179b\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/gsettings\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-gsettings-only.test\nRunning test: glib/array-test.test\nTAP version 14\n# random seed: R02S803fba0891a5e39d31859ea17c489b1c\n1..113\n# Start of array tests\nok 1 /array/ref-count\nok 2 /array/steal\nok 3 /array/clear-func\nok 4 /array/binary-search\n# /array/copy-sized summary: Test that copying a newly-allocated sized array works.\nok 5 /array/copy-sized\nok 6 /array/overflow-append-vals\nok 7 /array/overflow-set-size\n# Start of new tests\nok 8 /array/new/zero-terminated\nok 9 /array/new/take\nok 10 /array/new/take-zero-terminated\n# Start of take tests\nok 11 /array/new/take/empty\nok 12 /array/new/take/overflow # SKIP Overflow test requires UINT_WIDTH > SIZE_WIDTH.\n# End of take tests\n# End of new tests\n# Start of set-size tests\nok 13 /array/set-size/non-zero-terminated-no-clear\nok 14 /array/set-size/non-zero-terminated-clear\nok 15 /array/set-size/zero-terminated-no-clear\nok 16 /array/set-size/zero-terminated-clear\n# Start of sized tests\nok 17 /array/set-size/sized/non-zero-terminated-no-clear\nok 18 /array/set-size/sized/non-zero-terminated-clear\nok 19 /array/set-size/sized/zero-terminated-no-clear\nok 20 /array/set-size/sized/zero-terminated-clear\n# End of sized tests\n# End of set-size tests\n# Start of append-val tests\nok 21 /array/append-val/non-zero-terminated-no-clear\nok 22 /array/append-val/non-zero-terminated-clear\nok 23 /array/append-val/zero-terminated-no-clear\nok 24 /array/append-val/zero-terminated-clear\n# End of append-val tests\n# Start of prepend-val tests\nok 25 /array/prepend-val/non-zero-terminated-no-clear\nok 26 /array/prepend-val/non-zero-terminated-clear\nok 27 /array/prepend-val/zero-terminated-no-clear\nok 28 /array/prepend-val/zero-terminated-clear\n# End of prepend-val tests\n# Start of prepend-vals tests\nok 29 /array/prepend-vals/non-zero-terminated-no-clear\nok 30 /array/prepend-vals/non-zero-terminated-clear\nok 31 /array/prepend-vals/zero-terminated-no-clear\nok 32 /array/prepend-vals/zero-terminated-clear\n# End of prepend-vals tests\n# Start of insert-vals tests\nok 33 /array/insert-vals/non-zero-terminated-no-clear\nok 34 /array/insert-vals/non-zero-terminated-clear\nok 35 /array/insert-vals/zero-terminated-no-clear\nok 36 /array/insert-vals/zero-terminated-clear\n# End of insert-vals tests\n# Start of remove-index tests\nok 37 /array/remove-index/non-zero-terminated-no-clear\nok 38 /array/remove-index/non-zero-terminated-clear\nok 39 /array/remove-index/zero-terminated-no-clear\nok 40 /array/remove-index/zero-terminated-clear\n# End of remove-index tests\n# Start of remove-index-fast tests\nok 41 /array/remove-index-fast/non-zero-terminated-no-clear\nok 42 /array/remove-index-fast/non-zero-terminated-clear\nok 43 /array/remove-index-fast/zero-terminated-no-clear\nok 44 /array/remove-index-fast/zero-terminated-clear\n# End of remove-index-fast tests\n# Start of remove-range tests\nok 45 /array/remove-range/non-zero-terminated-no-clear\nok 46 /array/remove-range/non-zero-terminated-clear\nok 47 /array/remove-range/zero-terminated-no-clear\nok 48 /array/remove-range/zero-terminated-clear\n# End of remove-range tests\n# Start of copy tests\nok 49 /array/copy/non-zero-terminated-no-clear\nok 50 /array/copy/non-zero-terminated-clear\nok 51 /array/copy/zero-terminated-no-clear\nok 52 /array/copy/zero-terminated-clear\n# End of copy tests\n# Start of sort tests\nok 53 /array/sort/non-zero-terminated-no-clear\nok 54 /array/sort/non-zero-terminated-clear\nok 55 /array/sort/zero-terminated-no-clear\nok 56 /array/sort/zero-terminated-clear\n# End of sort tests\n# Start of sort-with-data tests\nok 57 /array/sort-with-data/non-zero-terminated-no-clear\nok 58 /array/sort-with-data/non-zero-terminated-clear\nok 59 /array/sort-with-data/zero-terminated-no-clear\nok 60 /array/sort-with-data/zero-terminated-clear\n# End of sort-with-data tests\n# End of array tests\n# Start of pointerarray tests\nok 61 /pointerarray/add\nok 62 /pointerarray/insert\nok 63 /pointerarray/new-take\nok 64 /pointerarray/new-take-null-terminated\nok 65 /pointerarray/new-from-array\nok 66 /pointerarray/new-from-null-terminated-array\nok 67 /pointerarray/free-func\nok 68 /pointerarray/array_extend_and_steal\nok 69 /pointerarray/sort\nok 70 /pointerarray/sort-with-data\nok 71 /pointerarray/sort-values\nok 72 /pointerarray/sort-values-with-data\nok 73 /pointerarray/remove-range\nok 74 /pointerarray/steal\n# Start of free tests\n# /pointerarray/free/null-terminated summary: Check that g_ptr_array_free() on an empty array returns a NULL-terminated empty array\nok 75 /pointerarray/free/null-terminated\n# End of free tests\n# Start of new-take tests\nok 76 /pointerarray/new-take/empty\nok 77 /pointerarray/new-take/overflow # SKIP Overflow test requires UINT_WIDTH > SIZE_WIDTH.\nok 78 /pointerarray/new-take/with-free-func\n# End of new-take tests\n# Start of new-take-null-terminated tests\nok 79 /pointerarray/new-take-null-terminated/empty\nok 80 /pointerarray/new-take-null-terminated/with-free-func\nok 81 /pointerarray/new-take-null-terminated/from-gstrv\n# End of new-take-null-terminated tests\n# Start of new-from-array tests\nok 82 /pointerarray/new-from-array/empty\nok 83 /pointerarray/new-from-array/overflow # SKIP Overflow test requires UINT_WIDTH > SIZE_WIDTH.\nok 84 /pointerarray/new-from-array/with-copy-and-free-func\n# End of new-from-array tests\n# Start of new-from-null-terminated-array tests\nok 85 /pointerarray/new-from-null-terminated-array/empty\nok 86 /pointerarray/new-from-null-terminated-array/with-copy-and-free-func\nok 87 /pointerarray/new-from-null-terminated-array/from-gstrv\n# End of new-from-null-terminated-array tests\n# Start of ref-count tests\nok 88 /pointerarray/ref-count/not-null-terminated\nok 89 /pointerarray/ref-count/null-terminated\n# End of ref-count tests\n# Start of array_copy tests\n# /pointerarray/array_copy/not-null-terminated summary: Check all normal behaviour of stealing elements from one array to append to another, covering different array sizes and element copy functions\nok 90 /pointerarray/array_copy/not-null-terminated\n# /pointerarray/array_copy/null-terminated summary: Check all normal behaviour of stealing elements from one array to append to another, covering different array sizes and element copy functions\nok 91 /pointerarray/array_copy/null-terminated\n# End of array_copy tests\n# Start of array_extend tests\nok 92 /pointerarray/array_extend/not-null-terminated\nok 93 /pointerarray/array_extend/null-terminated\n# End of array_extend tests\n# Start of sort tests\n# /pointerarray/sort/example summary: Check that the doc-comment for g_ptr_array_sort() is correct\nok 94 /pointerarray/sort/example\n# End of sort tests\n# Start of sort-with-data tests\n# /pointerarray/sort-with-data/example summary: Check that the doc-comment for g_ptr_array_sort_with_data() is correct\nok 95 /pointerarray/sort-with-data/example\n# End of sort-with-data tests\n# Start of sort-values tests\nok 96 /pointerarray/sort-values/example\n# End of sort-values tests\n# Start of sort-values-with-data tests\nok 97 /pointerarray/sort-values-with-data/example\n# End of sort-values-with-data tests\n# Start of find tests\nok 98 /pointerarray/find/empty\nok 99 /pointerarray/find/non-empty\n# End of find tests\n# Start of steal_index tests\nok 100 /pointerarray/steal_index/not-null-terminated\nok 101 /pointerarray/steal_index/null-terminated\n# End of steal_index tests\n# End of pointerarray tests\n# Start of bytearray tests\nok 102 /bytearray/steal\nok 103 /bytearray/append\nok 104 /bytearray/prepend\nok 105 /bytearray/remove\nok 106 /bytearray/remove-fast\nok 107 /bytearray/remove-range\nok 108 /bytearray/ref-count\nok 109 /bytearray/sort\nok 110 /bytearray/sort-with-data\nok 111 /bytearray/new-take\nok 112 /bytearray/new-take-overflow # SKIP Overflow test requires G_MAXSIZE > G_MAXUINT.\nok 113 /bytearray/free-to-bytes\n# End of bytearray tests\nPASS: glib/array-test.test\nRunning test: glib/atomic.test\nTAP version 14\n# random seed: R02Sa2bddc8d88f9292e6f5e1867925b0259\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic.test\nRunning test: glib/mkenums.py.test\nTAP version 13\nok 1 __main__.TestMkenums.test_available_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp8_v07ccc\n# rspfile: False\n# /tmp/tmp8_v07ccc/tmp7m9mlnbr.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_AVAILABLE_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmp8_v07ccc/tmpfepwsin6.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp8_v07ccc/tmpfepwsin6.template', '/tmp/tmp8_v07ccc/tmp7m9mlnbr.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp8_v07ccc/tmp7m9mlnbr.h\n# basename: tmp7m9mlnbr.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 2 __main__.TestMkenums.test_comma_in_enum_value\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpca8zlfn0\n# rspfile: False\n# /tmp/tmpca8zlfn0/tmp59azb3bp.h: \n#         typedef enum {\n#           ENUM_VALUE_WITH_COMMA = ',',\n#         } TestCommaEnum;\n#         \n# /tmp/tmpca8zlfn0/tmpb5t64gr2.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpca8zlfn0/tmpb5t64gr2.template', '/tmp/tmpca8zlfn0/tmp59azb3bp.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpca8zlfn0/tmp59azb3bp.h\n# basename: tmp59azb3bp.h\n# enumeration-production\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_WITH_COMMA\n# valuenick: comma\n# valuenum: 44\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 3 __main__.TestMkenums.test_deprecated_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpibkbdmae\n# rspfile: False\n# /tmp/tmpibkbdmae/tmp649md_ra.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmpibkbdmae/tmp7fimei2l.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpibkbdmae/tmp7fimei2l.template', '/tmp/tmpibkbdmae/tmp649md_ra.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpibkbdmae/tmp649md_ra.h\n# basename: tmp649md_ra.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 4 __main__.TestMkenums.test_deprecated_in_for\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpn7cunk0e\n# rspfile: False\n# /tmp/tmpn7cunk0e/tmpdlsfwd97.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68_FOR(G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER2) = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmpn7cunk0e/tmpwpumpznv.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpn7cunk0e/tmpwpumpznv.template', '/tmp/tmpn7cunk0e/tmpdlsfwd97.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpn7cunk0e/tmpdlsfwd97.h\n# basename: tmpdlsfwd97.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 5 __main__.TestMkenums.test_empty_header\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpzept_8xd\n# rspfile: False\n# /tmp/tmpzept_8xd/tmp1vr1qjl6.h: \n# /tmp/tmpzept_8xd/tmpzr8gq4_p.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpzept_8xd/tmpzr8gq4_p.template', '/tmp/tmpzept_8xd/tmp1vr1qjl6.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 6 __main__.TestMkenums.test_empty_template\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp4zik08q9\n# rspfile: False\n# /tmp/tmp4zik08q9/tmpvirlpqvm.template: \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp4zik08q9/tmpvirlpqvm.template']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 7 __main__.TestMkenums.test_enum_name\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp4f568_f6\n# rspfile: False\n# /tmp/tmp4f568_f6/tmp6dihflm2.h: \n#         typedef enum _SomeEnumIdentifier {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmp4f568_f6/tmpkbkw9wfi.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp4f568_f6/tmpkbkw9wfi.template', '/tmp/tmp4f568_f6/tmp6dihflm2.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp4f568_f6/tmp6dihflm2.h\n# basename: tmp6dihflm2.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 8 __main__.TestMkenums.test_enum_private_public\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp5ecwp_ks\n# rspfile: False\n# /tmp/tmp5ecwp_ks/tmpq9ztdfa3.h: \n#         typedef enum {\n#           ENUM_VALUE_PUBLIC1,\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#         } SomeEnumA\n#         \n# /tmp/tmp5ecwp_ks/tmpqa8xr4yl.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp5ecwp_ks/tmpqa8xr4yl.template', '/tmp/tmp5ecwp_ks/tmpq9ztdfa3.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp5ecwp_ks/tmpq9ztdfa3.h\n# basename: tmpq9ztdfa3.h\n# enumeration-production\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC1\n# valuenick: public1\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  \n# /tmp/tmp5ecwp_ks/tmplaqzvv5c.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC2,\n#         } SomeEnumB;\n#         \n# /tmp/tmp5ecwp_ks/tmpbmeeok0x.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp5ecwp_ks/tmpbmeeok0x.template', '/tmp/tmp5ecwp_ks/tmplaqzvv5c.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp5ecwp_ks/tmplaqzvv5c.h\n# basename: tmplaqzvv5c.h\n# enumeration-production\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC2\n# valuenick: public2\n# valuenum: 1\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 9 __main__.TestMkenums.test_enum_symbolic_expression\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp4h9z9lmx\n# rspfile: False\n# /tmp/tmp4h9z9lmx/tmpsv3xxd07.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE = 5,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC = ENUM_VALUE_PRIVATE + 2,\n#         } TestSymbolicEnum;\n#         \n# /tmp/tmp4h9z9lmx/tmpm7kuu4l2.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp4h9z9lmx/tmpm7kuu4l2.template', '/tmp/tmp4h9z9lmx/tmpsv3xxd07.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp4h9z9lmx/tmpsv3xxd07.h\n# basename: tmpsv3xxd07.h\n# enumeration-production\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC\n# valuenick: public\n# valuenum: 7\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 10 __main__.TestMkenums.test_filename_basename_in_fhead_ftail\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmph2b319af\n# rspfile: False\n# /tmp/tmph2b319af/tmp9u6ebh5h.template: \n# /*** BEGIN file-header ***/\n# file-header\n# filename: @filename@\n# basename: @basename@\n# /*** END file-header ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# /*** END file-tail ***/\n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmph2b319af/tmp9u6ebh5h.template']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# filename: @filename@\n# basename: @basename@\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: @filename@ used in file-header section.\n# WARNING: @basename@ used in file-header section.\n# WARNING: @filename@ used in file-tail section.\n# WARNING: @basename@ used in file-tail section.\nok 11 __main__.TestMkenums.test_help\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpz1lbal5d\n# rspfile: False\n# Running: ['/usr/bin/glib-mkenums', '--help']\n# Return code: 0\n# Output:\n#  usage: glib-mkenums [-h] [--identifier-prefix IDPREFIX]\n#                     [--symbol-prefix SYMPREFIX] [--fhead FHEAD]\n#                     [--ftail FTAIL] [--fprod FPROD] [--eprod EPROD]\n#                     [--vhead VHEAD] [--vprod VPROD] [--vtail VTAIL]\n#                     [--comments COMMENT_TMPL] [--template TEMPLATE]\n#                     [--output OUTPUT] [--version]\n#                     [args ...]\n# \n# positional arguments:\n#   args                  One or more input files, or a single argument\n#                         @rspfile_path pointing to a file that contains the\n#                         actual arguments\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --identifier-prefix IDPREFIX\n#                         Identifier prefix\n#   --symbol-prefix SYMPREFIX\n#                         Symbol prefix\n#   --fhead FHEAD         Output file header\n#   --ftail FTAIL         Output file footer\n#   --fprod FPROD         Put out TEXT every time a new input file is being\n#                         processed.\n#   --eprod EPROD         Per enum text, produced prior to value iterations\n#   --vhead VHEAD         Value header, produced before iterating over enum\n#                         values\n#   --vprod VPROD         Value text, produced for each enum value.\n#   --vtail VTAIL         Value tail, produced after iterating over enum values\n#   --comments COMMENT_TMPL\n#                         Comment structure\n#   --template TEMPLATE   Template file\n#   --output OUTPUT\n#   --version, -v         Print version information\n# \n# Production text substitutions:\n#   @EnumName@            PrefixTheXEnum\n#   @enum_name@           prefix_the_xenum\n#   @ENUMNAME@            PREFIX_THE_XENUM\n#   @ENUMSHORT@           THE_XENUM\n#   @ENUMPREFIX@          PREFIX\n#   @enumsince@           the user-provided since value given\n#   @VALUENAME@           PREFIX_THE_XVALUE\n#   @valuenick@           the-xvalue\n#   @valuenum@            the integer value (limited support, Since: 2.26)\n#   @type@                either enum or flags\n#   @Type@                either Enum or Flags\n#   @TYPE@                either ENUM or FLAGS\n#   @filename@            name of current input file\n#   @basename@            base name of the current input file (Since: 2.22)\n# Error:\nok 12 __main__.TestMkenums.test_no_args\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpw0v9k3gf\n# rspfile: False\n# Running: ['/usr/bin/glib-mkenums']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 13 __main__.TestMkenums.test_no_headers\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp2gm184t2\n# rspfile: False\n# /tmp/tmp2gm184t2/tmp13k07fus.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp2gm184t2/tmp13k07fus.template']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 14 __main__.TestMkenums.test_no_nick\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpdd53u5ke\n# rspfile: False\n# /tmp/tmpdd53u5ke/tmpstaq1ozr.h: \n#         typedef enum {\n#           GEGL_SAMPLER_NEAREST = 0,   /*< desc=\"nearest\"      >*/\n#         } GeglSamplerType;\n#         \n# /tmp/tmpdd53u5ke/tmp88_uptzz.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpdd53u5ke/tmp88_uptzz.template', '/tmp/tmpdd53u5ke/tmpstaq1ozr.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpdd53u5ke/tmpstaq1ozr.h\n# basename: tmpstaq1ozr.h\n# enumeration-production\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: GEGL_SAMPLER_NEAREST\n# valuenick: nearest\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 15 __main__.TestMkenums.test_non_utf8_encoding\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpdjjf8jes\n# rspfile: False\n# /tmp/tmpdjjf8jes/tmpmwn9s3ue.h: \n#         /* Copyright \u00a9 La Pe\u00f1a */\n#         typedef enum {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmpdjjf8jes/tmpg55s1p3i.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpdjjf8jes/tmpg55s1p3i.template', '/tmp/tmpdjjf8jes/tmpmwn9s3ue.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpdjjf8jes/tmpmwn9s3ue.h\n# basename: tmpmwn9s3ue.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: UnicodeWarning: invalid start byte at 22 (b'yright \\xa9 La Pe\\xf1')\n# WARNING: UnicodeWarning: invalid continuation byte at 29 (b'\\xa9 La Pe\\xf1a */\\n  ')\nok 16 __main__.TestMkenums.test_reproducible\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpwvm0acjt\n# rspfile: False\n# /tmp/tmpwvm0acjt/tmp_iv2568n.template: template\n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpwvm0acjt/tmp_iv2568n.template', '/tmp/tmpwvm0acjt/tmpx5fsr_621.h', '/tmp/tmpwvm0acjt/tmp41w_6op62.h']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\n#  \n# /tmp/tmpwvm0acjt/tmpmfgmfqfq.template: template\n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpwvm0acjt/tmpmfgmfqfq.template', '/tmp/tmpwvm0acjt/tmp41w_6op62.h', '/tmp/tmpwvm0acjt/tmpx5fsr_621.h']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 17 __main__.TestMkenums.test_since\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpe5rm3exn\n# rspfile: False\n# /tmp/tmpe5rm3exn/tmpre7v8z5y.h: \n#         typedef enum { /*< since=1.0 >*/\n#             QMI_WMS_MESSAGE_PROTOCOL_CDMA = 0,\n#         } QmiWmsMessageProtocol;\n#         \n# /tmp/tmpe5rm3exn/tmprzbe713k.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpe5rm3exn/tmprzbe713k.template', '/tmp/tmpe5rm3exn/tmpre7v8z5y.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpe5rm3exn/tmpre7v8z5y.h\n# basename: tmpre7v8z5y.h\n# enumeration-production\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: QMI_WMS_MESSAGE_PROTOCOL_CDMA\n# valuenick: cdma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 18 __main__.TestMkenums.test_with_double_quotes\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpwyqsd04o\n# rspfile: False\n# /tmp/tmpwyqsd04o/tmpnssesjix.h: \n#         typedef enum {\n#           FOO_VALUE /*< nick=\"eek, a comma\" >*/\n#         } Foo;\n#         \n# /tmp/tmpwyqsd04o/tmppl0b2kf8.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpwyqsd04o/tmppl0b2kf8.template', '/tmp/tmpwyqsd04o/tmpnssesjix.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpwyqsd04o/tmpnssesjix.h\n# basename: tmpnssesjix.h\n# enumeration-production\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: FOO_VALUE\n# valuenick: eek, a comma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 19 __main__.TestRspMkenums.test_available_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpj_se2fqf\n# rspfile: True\n# /tmp/tmpj_se2fqf/tmpzqqcblpq.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_AVAILABLE_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmpj_se2fqf/tmph3mvfgdz.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpj_se2fqf/tmph3mvfgdz.template /tmp/tmpj_se2fqf/tmpzqqcblpq.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpj_se2fqf/tmpflh1qhne']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpj_se2fqf/tmpzqqcblpq.h\n# basename: tmpzqqcblpq.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 20 __main__.TestRspMkenums.test_comma_in_enum_value\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpgw0_qs20\n# rspfile: True\n# /tmp/tmpgw0_qs20/tmp5sr49pat.h: \n#         typedef enum {\n#           ENUM_VALUE_WITH_COMMA = ',',\n#         } TestCommaEnum;\n#         \n# /tmp/tmpgw0_qs20/tmpuenn1v5u.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpgw0_qs20/tmpuenn1v5u.template /tmp/tmpgw0_qs20/tmp5sr49pat.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpgw0_qs20/tmp2d318g7g']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpgw0_qs20/tmp5sr49pat.h\n# basename: tmp5sr49pat.h\n# enumeration-production\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_WITH_COMMA\n# valuenick: comma\n# valuenum: 44\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 21 __main__.TestRspMkenums.test_deprecated_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp8l4fw9q1\n# rspfile: True\n# /tmp/tmp8l4fw9q1/tmpu31f0wlw.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmp8l4fw9q1/tmpgegvhlr3.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmp8l4fw9q1/tmpgegvhlr3.template /tmp/tmp8l4fw9q1/tmpu31f0wlw.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp8l4fw9q1/tmpet07eouy']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp8l4fw9q1/tmpu31f0wlw.h\n# basename: tmpu31f0wlw.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 22 __main__.TestRspMkenums.test_deprecated_in_for\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp441_zx53\n# rspfile: True\n# /tmp/tmp441_zx53/tmpbbkrzlgx.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68_FOR(G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER2) = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmp441_zx53/tmpzacjl8sn.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmp441_zx53/tmpzacjl8sn.template /tmp/tmp441_zx53/tmpbbkrzlgx.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp441_zx53/tmp90c9if2b']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp441_zx53/tmpbbkrzlgx.h\n# basename: tmpbbkrzlgx.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 23 __main__.TestRspMkenums.test_empty_header\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpkbvunzjm\n# rspfile: True\n# /tmp/tmpkbvunzjm/tmpvx8pkq6m.h: \n# /tmp/tmpkbvunzjm/tmpu67qc2i_.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpkbvunzjm/tmpu67qc2i_.template /tmp/tmpkbvunzjm/tmpvx8pkq6m.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpkbvunzjm/tmppqno3t2e']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 24 __main__.TestRspMkenums.test_empty_template\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpq2cu2nnd\n# rspfile: True\n# /tmp/tmpq2cu2nnd/tmpz1sb_wqx.template: \n# Response file contains: --template /tmp/tmpq2cu2nnd/tmpz1sb_wqx.template\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpq2cu2nnd/tmpvi8j9x8y']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 25 __main__.TestRspMkenums.test_enum_name\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpqpqcj7s1\n# rspfile: True\n# /tmp/tmpqpqcj7s1/tmpwc2st8im.h: \n#         typedef enum _SomeEnumIdentifier {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmpqpqcj7s1/tmpjp06zhu_.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpqpqcj7s1/tmpjp06zhu_.template /tmp/tmpqpqcj7s1/tmpwc2st8im.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpqpqcj7s1/tmpapwg3wt_']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpqpqcj7s1/tmpwc2st8im.h\n# basename: tmpwc2st8im.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 26 __main__.TestRspMkenums.test_enum_private_public\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmplhlioxu5\n# rspfile: True\n# /tmp/tmplhlioxu5/tmppphpfhkr.h: \n#         typedef enum {\n#           ENUM_VALUE_PUBLIC1,\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#         } SomeEnumA\n#         \n# /tmp/tmplhlioxu5/tmp366416uw.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmplhlioxu5/tmp366416uw.template /tmp/tmplhlioxu5/tmppphpfhkr.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmplhlioxu5/tmpbhly5yj9']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmplhlioxu5/tmppphpfhkr.h\n# basename: tmppphpfhkr.h\n# enumeration-production\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC1\n# valuenick: public1\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  \n# /tmp/tmplhlioxu5/tmp7vbv1ypn.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC2,\n#         } SomeEnumB;\n#         \n# /tmp/tmplhlioxu5/tmpl9sqmd0a.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmplhlioxu5/tmpl9sqmd0a.template /tmp/tmplhlioxu5/tmp7vbv1ypn.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmplhlioxu5/tmppuzop306']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmplhlioxu5/tmp7vbv1ypn.h\n# basename: tmp7vbv1ypn.h\n# enumeration-production\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC2\n# valuenick: public2\n# valuenum: 1\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 27 __main__.TestRspMkenums.test_enum_symbolic_expression\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpfxp8g3q5\n# rspfile: True\n# /tmp/tmpfxp8g3q5/tmp89tbnxlf.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE = 5,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC = ENUM_VALUE_PRIVATE + 2,\n#         } TestSymbolicEnum;\n#         \n# /tmp/tmpfxp8g3q5/tmpi2chy0st.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpfxp8g3q5/tmpi2chy0st.template /tmp/tmpfxp8g3q5/tmp89tbnxlf.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpfxp8g3q5/tmp_7w3tyxs']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpfxp8g3q5/tmp89tbnxlf.h\n# basename: tmp89tbnxlf.h\n# enumeration-production\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC\n# valuenick: public\n# valuenum: 7\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 28 __main__.TestRspMkenums.test_filename_basename_in_fhead_ftail\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpvck_mgkx\n# rspfile: True\n# /tmp/tmpvck_mgkx/tmpvzptawjs.template: \n# /*** BEGIN file-header ***/\n# file-header\n# filename: @filename@\n# basename: @basename@\n# /*** END file-header ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# /*** END file-tail ***/\n# Response file contains: --template /tmp/tmpvck_mgkx/tmpvzptawjs.template\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpvck_mgkx/tmp5gkvpgs0']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# filename: @filename@\n# basename: @basename@\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: @filename@ used in file-header section.\n# WARNING: @basename@ used in file-header section.\n# WARNING: @filename@ used in file-tail section.\n# WARNING: @basename@ used in file-tail section.\nok 29 __main__.TestRspMkenums.test_help\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpggqvbejk\n# rspfile: True\n# Response file contains: --help\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpggqvbejk/tmprn1dgtaq']\n# Return code: 0\n# Output:\n#  usage: glib-mkenums [-h] [--identifier-prefix IDPREFIX]\n#                     [--symbol-prefix SYMPREFIX] [--fhead FHEAD]\n#                     [--ftail FTAIL] [--fprod FPROD] [--eprod EPROD]\n#                     [--vhead VHEAD] [--vprod VPROD] [--vtail VTAIL]\n#                     [--comments COMMENT_TMPL] [--template TEMPLATE]\n#                     [--output OUTPUT] [--version]\n#                     [args ...]\n# \n# positional arguments:\n#   args                  One or more input files, or a single argument\n#                         @rspfile_path pointing to a file that contains the\n#                         actual arguments\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --identifier-prefix IDPREFIX\n#                         Identifier prefix\n#   --symbol-prefix SYMPREFIX\n#                         Symbol prefix\n#   --fhead FHEAD         Output file header\n#   --ftail FTAIL         Output file footer\n#   --fprod FPROD         Put out TEXT every time a new input file is being\n#                         processed.\n#   --eprod EPROD         Per enum text, produced prior to value iterations\n#   --vhead VHEAD         Value header, produced before iterating over enum\n#                         values\n#   --vprod VPROD         Value text, produced for each enum value.\n#   --vtail VTAIL         Value tail, produced after iterating over enum values\n#   --comments COMMENT_TMPL\n#                         Comment structure\n#   --template TEMPLATE   Template file\n#   --output OUTPUT\n#   --version, -v         Print version information\n# \n# Production text substitutions:\n#   @EnumName@            PrefixTheXEnum\n#   @enum_name@           prefix_the_xenum\n#   @ENUMNAME@            PREFIX_THE_XENUM\n#   @ENUMSHORT@           THE_XENUM\n#   @ENUMPREFIX@          PREFIX\n#   @enumsince@           the user-provided since value given\n#   @VALUENAME@           PREFIX_THE_XVALUE\n#   @valuenick@           the-xvalue\n#   @valuenum@            the integer value (limited support, Since: 2.26)\n#   @type@                either enum or flags\n#   @Type@                either Enum or Flags\n#   @TYPE@                either ENUM or FLAGS\n#   @filename@            name of current input file\n#   @basename@            base name of the current input file (Since: 2.22)\n# Error:\nok 30 __main__.TestRspMkenums.test_no_args\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp49_mavdh\n# rspfile: True\n# Response file contains: \n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp49_mavdh/tmpbuxiyxlm']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 31 __main__.TestRspMkenums.test_no_headers\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmprwv5tztu\n# rspfile: True\n# /tmp/tmprwv5tztu/tmpbxslk6hx.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmprwv5tztu/tmpbxslk6hx.template\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmprwv5tztu/tmp0vcnv76_']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 32 __main__.TestRspMkenums.test_no_nick\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpey351fm2\n# rspfile: True\n# /tmp/tmpey351fm2/tmpot4vf34n.h: \n#         typedef enum {\n#           GEGL_SAMPLER_NEAREST = 0,   /*< desc=\"nearest\"      >*/\n#         } GeglSamplerType;\n#         \n# /tmp/tmpey351fm2/tmp0htemvvm.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpey351fm2/tmp0htemvvm.template /tmp/tmpey351fm2/tmpot4vf34n.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpey351fm2/tmpk_gmm8ow']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpey351fm2/tmpot4vf34n.h\n# basename: tmpot4vf34n.h\n# enumeration-production\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: GEGL_SAMPLER_NEAREST\n# valuenick: nearest\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 33 __main__.TestRspMkenums.test_non_utf8_encoding\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp_813w4pl\n# rspfile: True\n# /tmp/tmp_813w4pl/tmpn83c7efe.h: \n#         /* Copyright \u00a9 La Pe\u00f1a */\n#         typedef enum {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmp_813w4pl/tmp7c2qs6_t.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmp_813w4pl/tmp7c2qs6_t.template /tmp/tmp_813w4pl/tmpn83c7efe.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp_813w4pl/tmp8pkuqkzd']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp_813w4pl/tmpn83c7efe.h\n# basename: tmpn83c7efe.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: UnicodeWarning: invalid start byte at 22 (b'yright \\xa9 La Pe\\xf1')\n# WARNING: UnicodeWarning: invalid continuation byte at 29 (b'\\xa9 La Pe\\xf1a */\\n  ')\nok 34 __main__.TestRspMkenums.test_reproducible\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpie489h3w\n# rspfile: True\n# /tmp/tmpie489h3w/tmp6wumaj3s.template: template\n# Response file contains: --template /tmp/tmpie489h3w/tmp6wumaj3s.template /tmp/tmpie489h3w/tmp9frdv7711.h /tmp/tmpie489h3w/tmpxk0_9s3s2.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpie489h3w/tmpbyo1i6ev']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\n#  \n# /tmp/tmpie489h3w/tmp9xzooji3.template: template\n# Response file contains: --template /tmp/tmpie489h3w/tmp9xzooji3.template /tmp/tmpie489h3w/tmpxk0_9s3s2.h /tmp/tmpie489h3w/tmp9frdv7711.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpie489h3w/tmpvyfyk7jr']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 35 __main__.TestRspMkenums.test_since\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmprkj1w1oz\n# rspfile: True\n# /tmp/tmprkj1w1oz/tmpq45ud1hx.h: \n#         typedef enum { /*< since=1.0 >*/\n#             QMI_WMS_MESSAGE_PROTOCOL_CDMA = 0,\n#         } QmiWmsMessageProtocol;\n#         \n# /tmp/tmprkj1w1oz/tmpzw60z059.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmprkj1w1oz/tmpzw60z059.template /tmp/tmprkj1w1oz/tmpq45ud1hx.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmprkj1w1oz/tmprxvudx12']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmprkj1w1oz/tmpq45ud1hx.h\n# basename: tmpq45ud1hx.h\n# enumeration-production\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: QMI_WMS_MESSAGE_PROTOCOL_CDMA\n# valuenick: cdma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 36 __main__.TestRspMkenums.test_with_double_quotes\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpbldd5299\n# rspfile: True\n# /tmp/tmpbldd5299/tmpdzjp2567.h: \n#         typedef enum {\n#           FOO_VALUE /*< nick=\"eek, a comma\" >*/\n#         } Foo;\n#         \n# /tmp/tmpbldd5299/tmp8y3swdvk.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpbldd5299/tmp8y3swdvk.template /tmp/tmpbldd5299/tmpdzjp2567.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpbldd5299/tmp46y6xzpa']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpbldd5299/tmpdzjp2567.h\n# basename: tmpdzjp2567.h\n# enumeration-production\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: FOO_VALUE\n# valuenick: eek, a comma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n1..36\nPASS: glib/mkenums.py.test\nRunning test: glib/queue.test\nTAP version 14\n# random seed: R02S2e7e379f00e8c9428025bfeee6a5edd2\n1..12\n# Start of queue tests\nok 1 /queue/basic\nok 2 /queue/copy\nok 3 /queue/off-by-one\nok 4 /queue/find-custom\nok 5 /queue/static\nok 6 /queue/clear\nok 7 /queue/free-full\nok 8 /queue/clear-full\nok 9 /queue/insert-sibling-link\nok 10 /queue/push-nth-link\n# Start of clear-full tests\nok 11 /queue/clear-full/noop\n# End of clear-full tests\n# Start of random tests\nok 12 /queue/random/seed:1751181458\n# End of random tests\n# End of queue tests\nPASS: glib/queue.test\nRunning test: glib/gi-inspect-typelib.py.test\nTAP version 13\nok 1 __main__.TestGIInspectTypelibCommandLine.test_help\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp4f66wp0p\n# Running: ['/usr/bin/gi-inspect-typelib', '--help']\n# Return code: 0\n# Output:\n#  Usage:\n#   gi-inspect-typelib [OPTION\u2026] NAMESPACE - Inspect GI typelib\n# \n# Help Options:\n#   -h, --help                    Show help options\n# \n# Application Options:\n#   --typelib-version=VERSION     Typelib version to inspect\n#   --print-shlibs                List the shared libraries the typelib requires\n#   --print-typelibs              List other typelibs the inspected typelib requires\n# Error:\nok 2 __main__.TestGIInspectTypelibCommandLine.test_invalid_typelib\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpmoa8d8hn\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'AnInvalidNameSpace']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to load typelib: Typelib file for namespace 'AnInvalidNameSpace' (any version) not found\nok 3 __main__.TestGIInspectTypelibCommandLine.test_no_args\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp2c2ole17\n# Running: ['/usr/bin/gi-inspect-typelib']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Please specify exactly one namespace\nok 4 __main__.TestGIInspectTypelibForGLibTypelib.test_print_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpn44cnk6m\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-shlibs', 'GLib', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# shlib: libglib-2.0.so.0\n# Error:\nok 5 __main__.TestGIInspectTypelibForGLibTypelib.test_print_typelibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp_2fsuv1e\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', 'GLib', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 6 __main__.TestGIInspectTypelibForGLibTypelib.test_print_typelibs_and_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp2o3ni1o6\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'GLib', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# shlib: libglib-2.0.so.0\n# Error:\nok 7 __main__.TestGIInspectTypelibForGObjectTypelib.test_print_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpa6kh88n7\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-shlibs', 'GObject', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# Error:\nok 8 __main__.TestGIInspectTypelibForGObjectTypelib.test_print_typelibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmptq3kh_zz\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', 'GObject', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  typelib: GLib-2.0\n# Error:\nok 9 __main__.TestGIInspectTypelibForGObjectTypelib.test_print_typelibs_and_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpwhubvmu4\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'GObject', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# typelib: GLib-2.0\n# Error:\nok 10 __main__.TestGIInspectTypelibForGioTypelib.test_print_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp4nrbmk7j\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-shlibs', 'Gio', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgio-2.0.so.0\n# Error:\nok 11 __main__.TestGIInspectTypelibForGioTypelib.test_print_typelibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmph4886gzr\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', 'Gio', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  typelib: GObject-2.0\n# typelib: GLib-2.0\n# typelib: GModule-2.0\n# Error:\nok 12 __main__.TestGIInspectTypelibForGioTypelib.test_print_typelibs_and_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpc5_0pwkx\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'Gio', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgio-2.0.so.0\n# typelib: GObject-2.0\n# typelib: GLib-2.0\n# typelib: GModule-2.0\n# Error:\n1..12\nPASS: glib/gi-inspect-typelib.py.test\nRunning test: glib/closure-refcount.test\nTAP version 14\n# random seed: R02Seb30f8990c8a092a48cbb71d80754272\n1..1\n# Start of closure tests\n# Init 0x564d8251b380\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread1\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread2\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread1\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread2\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Stopping\n# Stopped\nok 1 /closure/refcount\n# slow test /closure/refcount executed in 0.80 secs\n# End of closure tests\nPASS: glib/closure-refcount.test\nRunning test: glib/g-file.test\nTAP version 14\n# random seed: R02S2d72749788d0f6ad2e0f1fc2651f8804\n1..8\n# Start of g-file tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /g-file/test_g_file_new_null\nok 2 /g-file/test_g_file_new_for_path\nok 3 /g-file/test_g_file_new_for_uri\nok 4 /g-file/test_g_file_dup\nok 5 /g-file/test_g_file_get_parse_name_utf8\nfile:///var/volatile/tmp/test-tmp-glib_g-file.test-P66C82\nfile:///var/volatile/tmp\nfile:///tmp\nfile:////UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88\nfile:///UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88\nok 6 /g-file/test_g_file_new_for_commandline_arg\n/dir1 /dir1/dir2/dir3/\n/dir1/ /dir1/dir2/dir3/\n/dir1 /dir1/dir2/dir3\n/dir1/ /dir1/dir2/dir3\n/tmp/ /something/\n/dir1/dir2 /dir1/\n//dir1/new //dir1/new/dir2/dir3\n/dir/UTF-8 p??li? ?lu?ou?k? k?? /dir/UTF-8 p??li? ?lu?ou?k? k??/dir2\nfile:///dir1 file:///dir1/dir2/dir3/\nfile:///dir1/ file:///dir1/dir2/dir3/\nfile:///dir1 file:///dir1/dir2/dir3\nfile:///dir1/ file:///dir1/dir2/dir3\nfile:///tmp/ file:///something/\nfile:///dir1/dir2 file:///dir1/\nfile:////dir1/new file:////dir1/new/dir2/dir3\nfile:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88/dir2\nok 7 /g-file/test_g_file_has_prefix\nok 8 /g-file/test_g_file_get_parent_child\n# End of g-file tests\nPASS: glib/g-file.test\nRunning test: glib/spawn-singlethread.test\nTAP version 14\n# random seed: R02S3cece041f137d88c38881b24a13568ff\n1..9\n# Start of gthread tests\nok 1 /gthread/spawn-single-sync\n# /gthread/spawn-stderr-socket summary: Test calling g_spawn_sync() with its stderr FD set to a socket\nok 2 /gthread/spawn-stderr-socket\nok 3 /gthread/spawn-single-async\n# thread 1\n# thread 1\nok 4 /gthread/spawn-single-async-with-fds\nok 5 /gthread/spawn-async-with-invalid-fds\nok 6 /gthread/spawn-script\nok 7 /gthread/spawn-posix-spawn\n# Start of spawn tests\nok 8 /gthread/spawn/nonexistent\n# FD map:\n#  ? 5 ? 15\n#  ? 6 ? 16\n#  ? 7 ? 17\n#  ? 8 ? 18\n#  ? 9 ? 19\n#  ? 10 ? 20\n#  ? 11 ? 21\n#  ? 12 ? 22\n#  ? 13 ? 23\n#  ? 3 ? 13\nok 9 /gthread/spawn/fd-assignment-clash\n# End of spawn tests\n# End of gthread tests\nPASS: glib/spawn-singlethread.test\nRunning test: glib/overflow.test\nTAP version 14\n# random seed: R02S6eed4f30267f6c72bff93f6ba0c320e4\n1..6\n# Start of glib tests\n# Start of checked-math tests\nok 1 /glib/checked-math/guint-add\nok 2 /glib/checked-math/guint-mul\nok 3 /glib/checked-math/guint64-add\nok 4 /glib/checked-math/guint64-mul\nok 5 /glib/checked-math/gsize-add\nok 6 /glib/checked-math/gsize-mul\n# End of checked-math tests\n# End of glib tests\nPASS: glib/overflow.test\nRunning test: glib/sort.test\nTAP version 14\n# random seed: R02S360154bdb12f185bc76ad1e0bd2a5bad\n1..5\n# Start of sort tests\nok 1 /sort/basic\nok 2 /sort/zero-elements\nok 3 /sort/stable\nok 4 /sort/big\nok 5 /sort/deprecated\n# End of sort tests\nPASS: glib/sort.test\nRunning test: glib/markup-collect.test\nTAP version 14\n# random seed: R02S08dc8a79341d7000d66bf71a27f65959\n1..21\n# Start of markup tests\n# Start of collect tests\nok 1 /markup/collect/0\nok 2 /markup/collect/1\nok 3 /markup/collect/2\nok 4 /markup/collect/3\nok 5 /markup/collect/4\nok 6 /markup/collect/5\nok 7 /markup/collect/6\nok 8 /markup/collect/7\nok 9 /markup/collect/8\nok 10 /markup/collect/9\nok 11 /markup/collect/10\nok 12 /markup/collect/11\nok 13 /markup/collect/12\nok 14 /markup/collect/13\nok 15 /markup/collect/14\nok 16 /markup/collect/15\nok 17 /markup/collect/16\nok 18 /markup/collect/17\nok 19 /markup/collect/18\nok 20 /markup/collect/19\nok 21 /markup/collect/cleanup\n# End of collect tests\n# End of markup tests\nPASS: glib/markup-collect.test\nRunning test: glib/unix-mounts.test\nTAP version 14\n# random seed: R02Sb8c697766a64e8f798e8db71ec4186c8\n1..4\n# Start of unix-mounts tests\nok 1 /unix-mounts/is-system-fs-type\nok 2 /unix-mounts/is-system-device-path\n# /unix-mounts/get-mount-points summary: Basic test of g_unix_mount_points_get_from_file()\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\nok 3 /unix-mounts/get-mount-points\n# /unix-mounts/get-mount-entries summary: Basic test of g_unix_mounts_get_from_file()\nok 4 /unix-mounts/get-mount-entries\n# End of unix-mounts tests\nPASS: glib/unix-mounts.test\nRunning test: glib/network-address.test\nTAP version 14\n# random seed: R02Sbd18fe301a0c86fe6e398181de5f2a5c\n1..72\n# Start of network-address tests\nok 1 /network-address/basic\nok 2 /network-address/scope-id\nok 3 /network-address/uri-scope-id\nok 4 /network-address/to-string\n# Start of parse-host tests\nok 5 /network-address/parse-host/0\nok 6 /network-address/parse-host/1\nok 7 /network-address/parse-host/2\nok 8 /network-address/parse-host/3\nok 9 /network-address/parse-host/4\nok 10 /network-address/parse-host/5\nok 11 /network-address/parse-host/6\nok 12 /network-address/parse-host/7\nok 13 /network-address/parse-host/8\nok 14 /network-address/parse-host/9\nok 15 /network-address/parse-host/10\nok 16 /network-address/parse-host/11\nok 17 /network-address/parse-host/12\nok 18 /network-address/parse-host/13\n# End of parse-host tests\n# Start of parse-uri tests\nok 19 /network-address/parse-uri/0\nok 20 /network-address/parse-uri/1\nok 21 /network-address/parse-uri/2\nok 22 /network-address/parse-uri/3\nok 23 /network-address/parse-uri/4\nok 24 /network-address/parse-uri/5\nok 25 /network-address/parse-uri/6\nok 26 /network-address/parse-uri/7\nok 27 /network-address/parse-uri/8\nok 28 /network-address/parse-uri/9\n# End of parse-uri tests\n# Start of resolve-address tests\n# Input: 192.168.1.2\nok 29 /network-address/resolve-address/0\n# Input: fe80::42\nok 30 /network-address/resolve-address/1\n# Input: 192.168.1.2:80\nok 31 /network-address/resolve-address/2\n# Input: [fe80::42]\nok 32 /network-address/resolve-address/3\n# Input: [fe80::42]:80\nok 33 /network-address/resolve-address/4\n# Input: 192.168.258\nok 34 /network-address/resolve-address/5\n# Input: 192.11010306\nok 35 /network-address/resolve-address/6\n# Input: 3232235778\nok 36 /network-address/resolve-address/7\n# Input: 0300.0250.0001.0001\nok 37 /network-address/resolve-address/8\n# Input: 0xC0.0xA8.0x01.0x02\nok 38 /network-address/resolve-address/9\n# Input: 0xc0.0xa8.0x01.0x02\nok 39 /network-address/resolve-address/10\n# Input: 0xc0a80102\nok 40 /network-address/resolve-address/11\n# End of resolve-address tests\n# Start of loopback tests\nok 41 /network-address/loopback/basic\nok 42 /network-address/loopback/sync\nok 43 /network-address/loopback/async\n# End of loopback tests\n# Start of localhost tests\nok 44 /network-address/localhost/async\nok 45 /network-address/localhost/sync\n# End of localhost tests\n# Start of happy-eyeballs tests\nok 46 /network-address/happy-eyeballs/basic\nok 47 /network-address/happy-eyeballs/parallel\nok 48 /network-address/happy-eyeballs/slow-ipv4\nok 49 /network-address/happy-eyeballs/slow-ipv6\nok 50 /network-address/happy-eyeballs/very-slow-ipv6\nok 51 /network-address/happy-eyeballs/slow-connection-and-ipv4\n# slow test /network-address/happy-eyeballs/slow-connection-and-ipv4 executed in 0.80 secs\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 52 /network-address/happy-eyeballs/ipv6-error-ipv4-first\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 53 /network-address/happy-eyeballs/ipv6-error-ipv6-first\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/865\n# /network-address/happy-eyeballs/ipv6-error-ipv4-very-slow summary: Ensure that we successfully return IPv4 results even when they come significantly later than an IPv6 failure.\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 54 /network-address/happy-eyeballs/ipv6-error-ipv4-very-slow\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 55 /network-address/happy-eyeballs/ipv4-error-ipv6-first\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 56 /network-address/happy-eyeballs/ipv4-error-ipv4-first\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 57 /network-address/happy-eyeballs/both-error\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nExecuting: glib/network-address.test\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 58 /network-address/happy-eyeballs/both-error-delays-1\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 59 /network-address/happy-eyeballs/both-error-delays-2\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 60 /network-address/happy-eyeballs/both-error-delays-3\n# End of happy-eyeballs tests\n# End of network-address tests\n# Start of gresolver tests\n# Start of resolve-address tests\n# Input: 192.168.1.2\nok 61 /gresolver/resolve-address/0\n# Input: fe80::42\nok 62 /gresolver/resolve-address/1\n# Input: 192.168.1.2:80\n# Error: Error resolving ?192.168.1.2:80?: Name or service not known\nok 63 /gresolver/resolve-address/2\n# Input: [fe80::42]\n# Error: Error resolving ?[fe80::42]?: Name or service not known\nok 64 /gresolver/resolve-address/3\n# Input: [fe80::42]:80\n# Error: Error resolving ?[fe80::42]:80?: Name or service not known\nok 65 /gresolver/resolve-address/4\n# Input: 192.168.258\n# Error: Error resolving ?192.168.258?: Name or service not known\nok 66 /gresolver/resolve-address/5\n# Input: 192.11010306\n# Error: Error resolving ?192.11010306?: Name or service not known\nok 67 /gresolver/resolve-address/6\n# Input: 3232235778\n# Error: Error resolving ?3232235778?: Name or service not known\nok 68 /gresolver/resolve-address/7\n# Input: 0300.0250.0001.0001\n# Error: Error resolving ?0300.0250.0001.0001?: Name or service not known\nok 69 /gresolver/resolve-address/8\n# Input: 0xC0.0xA8.0x01.0x02\n# Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known\nok 70 /gresolver/resolve-address/9\n# Input: 0xc0.0xa8.0x01.0x02\n# Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known\nok 71 /gresolver/resolve-address/10\n# Input: 0xc0a80102\n# Error: Error resolving ?0xc0a80102?: Name or service not known\nok 72 /gresolver/resolve-address/11\n# End of resolve-address tests\n# End of gresolver tests\nPASS: glib/network-address.test\nRunning test: glib/slist.test\nTAP version 14\n# random seed: R02S911be949d14637e77a3b9e40c851f07a\n1..14\n# Start of slist tests\nok 1 /slist/sort\nok 2 /slist/sort-with-data\nok 3 /slist/insert-sorted\nok 4 /slist/insert-sorted-with-data\nok 5 /slist/reverse\nok 6 /slist/nth\nok 7 /slist/remove\nok 8 /slist/remove-all\nok 9 /slist/insert\nok 10 /slist/position\nok 11 /slist/concat\nok 12 /slist/copy\n# Start of sort tests\nok 13 /slist/sort/stable\n# End of sort tests\n# Start of copy tests\nok 14 /slist/copy/deep\n# End of copy tests\n# End of slist tests\nPASS: glib/slist.test\nRunning test: glib/binding.test\nTAP version 14\n# random seed: R02Saada6eef0d5f4c505ea0b2bba0100e44\n1..19\n# Start of binding tests\nok 1 /binding/default\n# /binding/canonicalisation summary: Test that bindings set up with non-canonical property names work\nok 2 /binding/canonicalisation\nok 3 /binding/bidirectional\nok 4 /binding/transform\nok 5 /binding/transform-default\nok 6 /binding/transform-closure\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=621782\nok 7 /binding/chain\nok 8 /binding/sync-create\nok 9 /binding/invert-boolean\nok 10 /binding/same-object\nok 11 /binding/unbind\nok 12 /binding/unbind-weak\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1373\nok 13 /binding/unbind-multiple\nok 14 /binding/fail\nok 15 /binding/interface\n# /binding/concurrent-unbind summary: Test that unbinding from multiple threads concurrently works correctly\nok 16 /binding/concurrent-unbind\n# /binding/concurrent-finalizing summary: Test that finalizing source/target from multiple threads concurrently works correctly\nok 17 /binding/concurrent-finalizing\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2676\nok 18 /binding/dispose-source\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2676\nok 19 /binding/dispose-target\n# End of binding tests\nPASS: glib/binding.test\nRunning test: glib/appmonitor.test\nTAP version 14\n# random seed: R02S49151dabc91e8f6e5d279e505358b90a\n1..1\n# Start of monitor tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/monitor/app/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/monitor/app/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/monitor/app/.dirs/system-config1:/var/volatile/tmp/monitor/app/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/monitor/app/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/monitor/app/.dirs/system-data1:/var/volatile/tmp/monitor/app/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/monitor/app/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/monitor/app/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/monitor/app/.dirs/runtime\n# Using data directory: /var/volatile/tmp/monitor/app/.dirs/data\nok 1 /monitor/app\n# End of monitor tests\nPASS: glib/appmonitor.test\nRunning test: glib/gio-tool.py.test\nTAP version 13\nok 1 __main__.TestGioTool.test_help\n# gio: /usr/bin/gio\n# tmpdir: /tmp/tmp45hc3rbh\n# Running: ['/usr/bin/gio', '--help']\n# Return code: 0\n# Output:\n#  Usage:\n#   gio COMMAND [ARGS\u2026]\n# \n# Commands:\n#   help     Print help\n#   version  Print version\n#   cat      Concatenate files to standard output\n#   copy     Copy one or more files\n#   info     Show information about locations\n#   launch   Launch an application from a desktop file\n#   list     List the contents of locations\n#   mime     Get or set the handler for a mimetype\n#   mkdir    Create directories\n#   monitor  Monitor files and directories for changes\n#   mount    Mount or unmount the locations\n#   move     Move one or more files\n#   open     Open files with the default application\n#   rename   Rename a file\n#   remove   Delete one or more files\n#   save     Read from standard input and save\n#   set      Set a file attribute\n#   trash    Move files or directories to the trash\n#   tree     Lists the contents of locations in a tree\n# \n# Use \u201cgio help COMMAND\u201d to get detailed help.\n# Error:\n#  \n# Running: ['/usr/bin/gio', 'help']\n# Return code: 0\n# Output:\n#  Usage:\n#   gio COMMAND [ARGS\u2026]\n# \n# Commands:\n#   help     Print help\n#   version  Print version\n#   cat      Concatenate files to standard output\n#   copy     Copy one or more files\n#   info     Show information about locations\n#   launch   Launch an application from a desktop file\n#   list     List the contents of locations\n#   mime     Get or set the handler for a mimetype\n#   mkdir    Create directories\n#   monitor  Monitor files and directories for changes\n#   mount    Mount or unmount the locations\n#   move     Move one or more files\n#   open     Open files with the default application\n#   rename   Rename a file\n#   remove   Delete one or more files\n#   save     Read from standard input and save\n#   set      Set a file attribute\n#   trash    Move files or directories to the trash\n#   tree     Lists the contents of locations in a tree\n# \n# Use \u201cgio help COMMAND\u201d to get detailed help.\n# Error:\nok 2 __main__.TestGioTool.test_info_non_default_attributes\n# gio: /usr/bin/gio\n# tmpdir: /tmp/tmp1y43ns4j\n# Running: ['/usr/bin/gio', 'info', '--attributes=standard::content-type', '/tmp/tmp1y43ns4j/tmpctqxiqgj']\n# Return code: 0\n# Output:\n#  uri: file:///tmp/tmp1y43ns4j/tmpctqxiqgj\n# local path: /tmp/tmp1y43ns4j/tmpctqxiqgj\n# unix mount: tmpfs /var/volatile tmpfs rw,relatime\n# attributes:\n#   standard::content-type: application/x-zerosize\n# Error:\nok 3 __main__.TestGioTool.test_no_args\n# gio: /usr/bin/gio\n# tmpdir: /tmp/tmp1u57jqg3\n# Running: ['/usr/bin/gio']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Usage:\n#   gio COMMAND [ARGS\u2026]\n# \n# Commands:\n#   help     Print help\n#   version  Print version\n#   cat      Concatenate files to standard output\n#   copy     Copy one or more files\n#   info     Show information about locations\n#   launch   Launch an application from a desktop file\n#   list     List the contents of locations\n#   mime     Get or set the handler for a mimetype\n#   mkdir    Create directories\n#   monitor  Monitor files and directories for changes\n#   mount    Mount or unmount the locations\n#   move     Move one or more files\n#   open     Open files with the default application\n#   rename   Rename a file\n#   remove   Delete one or more files\n#   save     Read from standard input and save\n#   set      Set a file attribute\n#   trash    Move files or directories to the trash\n#   tree     Lists the contents of locations in a tree\n# \n# Use \u201cgio help COMMAND\u201d to get detailed help.\n1..3\nPASS: glib/gio-tool.py.test\nRunning test: glib/utils-c-17.test\nTAP version 14\n# random seed: R02S0d1e50dfbd8726c3d1ada88baa792e8b\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-17.test\nRunning test: glib/socket-service.test\nTAP version 14\n# random seed: R02S02912d8b920af83a3f46c331e52e2760\n1..4\n# Start of socket-service tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930de7ab0 and GSocketClientAsyncConnectData 0x558930dc31f0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\nok 1 /socket-service/start-stop\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930debad0 and GSocketClientAsyncConnectData 0x558930deb770\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930deba50 for GSocketClientAsyncConnectData 0x558930dc31f0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930deba50 for GSocketClientAsyncConnectData 0x558930deb770\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /socket-service/read_write_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930debad0 and GSocketClientAsyncConnectData 0x558930defdc0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930def1c0 for GSocketClientAsyncConnectData 0x558930defdc0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 3 /socket-service/read_writev_async\n# Start of threaded tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=712570\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930ded160 and GSocketClientAsyncConnectData 0x558930def760\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930df0750 for GSocketClientAsyncConnectData 0x558930def760\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 4 /socket-service/threaded/712570\n# End of threaded tests\n# End of socket-service tests\nPASS: glib/socket-service.test\nRunning test: glib/portal-support-flatpak-network-only.test\nTAP version 14\n# random seed: R02S157d11c12948608c3fb61512f1fa7b54\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/network/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/network/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/network/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/network/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/network/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/network/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/network\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-network-only.test\nRunning test: glib/async-close-output-stream.test\nTAP version 14\n# random seed: R02S99d821dc42228eacf66b14997b240b1c\n1..3\n# Start of close-async tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=617937\nok 1 /close-async/without-flush\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=617937\nok 2 /close-async/with-flush\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=617937\nok 3 /close-async/with-async-flush\n# End of close-async tests\nPASS: glib/async-close-output-stream.test\nRunning test: glib/utf8-validate.test\nTAP version 14\n# random seed: R02S5aefab989cd5306a2208df50816e56da\n1..238\n# Start of utf8 tests\n# Vector 0\n# Vector 1\n# Vector 2\n# Vector 3\n# Vector 4\n# Vector 5\n# Vector 6\n# Vector 7\n# Vector 8\n# Vector 9\n# Vector 10\n# Vector 11\n# Vector 12\n# Vector 13\n# Vector 14\n# Vector 15\n# Vector 16\n# Vector 17\n# Vector 18\n# Vector 19\n# Vector 20\n# Vector 21\n# Vector 22\n# Vector 23\n# Vector 24\n# Vector 25\n# Vector 26\n# Vector 27\nok 1 /utf8/get-char-validated\n# Start of validate tests\nok 2 /utf8/validate/0\nok 3 /utf8/validate/1\nok 4 /utf8/validate/2\nok 5 /utf8/validate/3\nok 6 /utf8/validate/4\nok 7 /utf8/validate/5\nok 8 /utf8/validate/6\nok 9 /utf8/validate/7\nok 10 /utf8/validate/8\nok 11 /utf8/validate/9\nok 12 /utf8/validate/10\nok 13 /utf8/validate/11\nok 14 /utf8/validate/12\nok 15 /utf8/validate/13\nok 16 /utf8/validate/14\nok 17 /utf8/validate/15\nok 18 /utf8/validate/16\nok 19 /utf8/validate/17\nok 20 /utf8/validate/18\nok 21 /utf8/validate/19\nok 22 /utf8/validate/20\nok 23 /utf8/validate/21\nok 24 /utf8/validate/22\nok 25 /utf8/validate/23\nok 26 /utf8/validate/24\nok 27 /utf8/validate/25\nok 28 /utf8/validate/26\nok 29 /utf8/validate/27\nok 30 /utf8/validate/28\nok 31 /utf8/validate/29\nok 32 /utf8/validate/30\nok 33 /utf8/validate/31\nok 34 /utf8/validate/32\nok 35 /utf8/validate/33\nok 36 /utf8/validate/34\nok 37 /utf8/validate/35\nok 38 /utf8/validate/36\nok 39 /utf8/validate/37\nok 40 /utf8/validate/38\nok 41 /utf8/validate/39\nok 42 /utf8/validate/40\nok 43 /utf8/validate/41\nok 44 /utf8/validate/42\nok 45 /utf8/validate/43\nok 46 /utf8/validate/44\nok 47 /utf8/validate/45\nok 48 /utf8/validate/46\nok 49 /utf8/validate/47\nok 50 /utf8/validate/48\nok 51 /utf8/validate/49\nok 52 /utf8/validate/50\nok 53 /utf8/validate/51\nok 54 /utf8/validate/52\nok 55 /utf8/validate/53\nok 56 /utf8/validate/54\nok 57 /utf8/validate/55\nok 58 /utf8/validate/56\nok 59 /utf8/validate/57\nok 60 /utf8/validate/58\nok 61 /utf8/validate/59\nok 62 /utf8/validate/60\nok 63 /utf8/validate/61\nok 64 /utf8/validate/62\nok 65 /utf8/validate/63\nok 66 /utf8/validate/64\nok 67 /utf8/validate/65\nok 68 /utf8/validate/66\nok 69 /utf8/validate/67\nok 70 /utf8/validate/68\nok 71 /utf8/validate/69\nok 72 /utf8/validate/70\nok 73 /utf8/validate/71\nok 74 /utf8/validate/72\nok 75 /utf8/validate/73\nok 76 /utf8/validate/74\nok 77 /utf8/validate/75\nok 78 /utf8/validate/76\nok 79 /utf8/validate/77\nok 80 /utf8/validate/78\nok 81 /utf8/validate/79\nok 82 /utf8/validate/80\nok 83 /utf8/validate/81\nok 84 /utf8/validate/82\nok 85 /utf8/validate/83\nok 86 /utf8/validate/84\nok 87 /utf8/validate/85\nok 88 /utf8/validate/86\nok 89 /utf8/validate/87\nok 90 /utf8/validate/88\nok 91 /utf8/validate/89\nok 92 /utf8/validate/90\nok 93 /utf8/validate/91\nok 94 /utf8/validate/92\nok 95 /utf8/validate/93\nok 96 /utf8/validate/94\nok 97 /utf8/validate/95\nok 98 /utf8/validate/96\nok 99 /utf8/validate/97\nok 100 /utf8/validate/98\nok 101 /utf8/validate/99\nok 102 /utf8/validate/100\nok 103 /utf8/validate/101\nok 104 /utf8/validate/102\nok 105 /utf8/validate/103\nok 106 /utf8/validate/104\nok 107 /utf8/validate/105\nok 108 /utf8/validate/106\nok 109 /utf8/validate/107\nok 110 /utf8/validate/108\nok 111 /utf8/validate/109\nok 112 /utf8/validate/110\nok 113 /utf8/validate/111\nok 114 /utf8/validate/112\nok 115 /utf8/validate/113\nok 116 /utf8/validate/114\nok 117 /utf8/validate/115\nok 118 /utf8/validate/116\nok 119 /utf8/validate/117\nok 120 /utf8/validate/118\nok 121 /utf8/validate/119\nok 122 /utf8/validate/120\nok 123 /utf8/validate/121\nok 124 /utf8/validate/122\nok 125 /utf8/validate/123\nok 126 /utf8/validate/124\nok 127 /utf8/validate/125\nok 128 /utf8/validate/126\nok 129 /utf8/validate/127\nok 130 /utf8/validate/128\nok 131 /utf8/validate/129\nok 132 /utf8/validate/130\nok 133 /utf8/validate/131\nok 134 /utf8/validate/132\nok 135 /utf8/validate/133\nok 136 /utf8/validate/134\nok 137 /utf8/validate/135\nok 138 /utf8/validate/136\nok 139 /utf8/validate/137\nok 140 /utf8/validate/138\nok 141 /utf8/validate/139\nok 142 /utf8/validate/140\nok 143 /utf8/validate/141\nok 144 /utf8/validate/142\nok 145 /utf8/validate/143\nok 146 /utf8/validate/144\nok 147 /utf8/validate/145\nok 148 /utf8/validate/146\nok 149 /utf8/validate/147\nok 150 /utf8/validate/148\nok 151 /utf8/validate/149\nok 152 /utf8/validate/150\nok 153 /utf8/validate/151\nok 154 /utf8/validate/152\nok 155 /utf8/validate/153\nok 156 /utf8/validate/154\nok 157 /utf8/validate/155\nok 158 /utf8/validate/156\nok 159 /utf8/validate/157\nok 160 /utf8/validate/158\nok 161 /utf8/validate/159\nok 162 /utf8/validate/160\nok 163 /utf8/validate/161\nok 164 /utf8/validate/162\nok 165 /utf8/validate/163\nok 166 /utf8/validate/164\nok 167 /utf8/validate/165\nok 168 /utf8/validate/166\nok 169 /utf8/validate/167\nok 170 /utf8/validate/168\nok 171 /utf8/validate/169\nok 172 /utf8/validate/170\nok 173 /utf8/validate/171\nok 174 /utf8/validate/172\nok 175 /utf8/validate/173\nok 176 /utf8/validate/174\nok 177 /utf8/validate/175\nok 178 /utf8/validate/176\nok 179 /utf8/validate/177\nok 180 /utf8/validate/178\nok 181 /utf8/validate/179\nok 182 /utf8/validate/180\nok 183 /utf8/validate/181\nok 184 /utf8/validate/182\nok 185 /utf8/validate/183\nok 186 /utf8/validate/184\nok 187 /utf8/validate/185\nok 188 /utf8/validate/186\nok 189 /utf8/validate/187\nok 190 /utf8/validate/188\nok 191 /utf8/validate/189\nok 192 /utf8/validate/190\nok 193 /utf8/validate/191\nok 194 /utf8/validate/192\nok 195 /utf8/validate/193\nok 196 /utf8/validate/194\nok 197 /utf8/validate/195\nok 198 /utf8/validate/196\nok 199 /utf8/validate/197\nok 200 /utf8/validate/198\nok 201 /utf8/validate/199\nok 202 /utf8/validate/200\nok 203 /utf8/validate/201\nok 204 /utf8/validate/202\nok 205 /utf8/validate/203\nok 206 /utf8/validate/204\nok 207 /utf8/validate/205\nok 208 /utf8/validate/206\nok 209 /utf8/validate/207\nok 210 /utf8/validate/208\nok 211 /utf8/validate/209\nok 212 /utf8/validate/210\nok 213 /utf8/validate/211\nok 214 /utf8/validate/212\nok 215 /utf8/validate/213\nok 216 /utf8/validate/214\nok 217 /utf8/validate/215\nok 218 /utf8/validate/216\nok 219 /utf8/validate/217\nok 220 /utf8/validate/218\nok 221 /utf8/validate/219\nok 222 /utf8/validate/220\nok 223 /utf8/validate/221\nok 224 /utf8/validate/222\nok 225 /utf8/validate/223\nok 226 /utf8/validate/224\nok 227 /utf8/validate/225\nok 228 /utf8/validate/226\nok 229 /utf8/validate/227\nok 230 /utf8/validate/228\nok 231 /utf8/validate/229\nok 232 /utf8/validate/230\nok 233 /utf8/validate/231\nok 234 /utf8/validate/232\nok 235 /utf8/validate/233\nok 236 /utf8/validate/234\nok 237 /utf8/validate/235\nok 238 /utf8/validate/236\n# End of validate tests\n# End of utf8 tests\nPASS: glib/utf8-validate.test\nRunning test: glib/simple-async-result.test\nTAP version 14\n# random seed: R02S92f12c7a69d3ce380023ae380c9fcb82\n1..2\n# Start of gio tests\n# Start of simple-async-result tests\nok 1 /gio/simple-async-result/test\n# GLib-GIO-DEBUG: GTask 0x563c0bfc83e0 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gio/simple-async-result/valid\n# End of simple-async-result tests\n# End of gio tests\nPASS: glib/simple-async-result.test\nRunning test: glib/readwrite.test\nTAP version 14\n# random seed: R02Sc8f16ed6539dd5c5dbbd7f8340922fef\n1..3\n# Start of readwrite tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /readwrite/test_g_file_open_readwrite\nok 2 /readwrite/test_g_file_create_readwrite\nok 3 /readwrite/test_g_file_replace_readwrite\n# End of readwrite tests\nPASS: glib/readwrite.test\nRunning test: glib/hash.test\nTAP version 14\n# random seed: R02S088f44c20a5932a3392651dad0dd0a99\n1..34\n# Start of hash tests\nok 1 /hash/misc\nok 2 /hash/one\nok 3 /hash/honeyman\nok 4 /hash/direct\nok 5 /hash/direct2\nok 6 /hash/int\nok 7 /hash/int64\nok 8 /hash/double\nok 9 /hash/string\nok 10 /hash/set\nok 11 /hash/set-ref\nok 12 /hash/ref\nok 13 /hash/remove-all\nok 14 /hash/recursive-remove-all\nok 15 /hash/find\nok 16 /hash/foreach\nok 17 /hash/foreach-steal\nok 18 /hash/steal-extended\nok 19 /hash/steal-all-keys\nok 20 /hash/steal-all-values\nok 21 /hash/lookup-extended\nok 22 /hash/new-similar\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642944\nok 23 /hash/lookup-null-key\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=650459\nok 24 /hash/destroy-modify\nok 25 /hash/consistency\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=662544\nok 26 /hash/iter-replace\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=692815\nok 27 /hash/set-insert-corruption\nok 28 /hash/set-to-strv\nok 29 /hash/get-keys-as-ptr-array\nok 30 /hash/get-values-as-ptr-array\nok 31 /hash/primes\n# Start of int64 tests\n# /hash/int64/collisions summary: Check int64 Hash collisions caused by ignoring high word\nok 32 /hash/int64/collisions\n# End of int64 tests\n# Start of double tests\n# /hash/double/collisions summary: Check double Hash collisions caused by int conversion and by numbers larger than 2^64-1 (G_MAXUINT64)\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2771\nok 33 /hash/double/collisions\n# End of double tests\n# Start of recursive-remove-all tests\n# End of recursive-remove-all tests\n# Start of steal-extended tests\nok 34 /hash/steal-extended/optional\n# End of steal-extended tests\n# End of hash tests\nPASS: glib/hash.test\nRunning test: glib/override.test\nTAP version 14\n# random seed: R02Sccbd63a5f278abacd6de7b06883c69ed\n1..1\n# Start of gobject tests\n# *** emitting foo on a TestA instance\n#     Expecting: TestA::foo,TestI::foo\n#     Got: TestA::foo,TestI::foo\n# *** emitting bar on a TestA instance\n#     Expecting: TestA::bar\n#     Got: TestA::bar\n# *** emitting baz on a TestA instance\n#     Expecting: TestA::baz\n#     Got: TestA::baz\n# *** emitting foo on a TestB instance\n#     Expecting: TestB::foo,TestA::foo,TestI::foo\n#     Got: TestB::foo,TestA::foo,TestI::foo\n# *** emitting bar on a TestB instance\n#     Expecting: TestB::bar,TestA::bar\n#     Got: TestB::bar,TestA::bar\n# *** emitting baz on a TestB instance\n#     Expecting: TestB::baz,TestA::baz\n#     Got: TestB::baz,TestA::baz\n# *** emitting foo on a TestC instance\n#     Expecting: TestC::foo,TestB::foo,TestA::foo,TestI::foo\n#     Got: TestC::foo,TestB::foo,TestA::foo,TestI::foo\n# *** emitting bar on a TestC instance\n#     Expecting: TestC::bar,TestB::bar,TestA::bar\n#     Got: TestC::bar,TestB::bar,TestA::bar\n# *** emitting baz on a TestC instance\n#     Expecting: TestC::baz,TestB::baz,TestA::baz\n#     Got: TestC::baz,TestB::baz,TestA::baz\nok 1 /gobject/override\n# End of gobject tests\nPASS: glib/override.test\nRunning test: glib/socket-address.test\nTAP version 14\n# random seed: R02S7ba73fe7fd3de7bcb3f86fcf3f86ef89\n1..2\n# Start of socket tests\n# Start of address tests\n# Start of unix tests\nok 1 /socket/address/unix/construct\nok 2 /socket/address/unix/to-string\n# End of unix tests\n# End of address tests\n# End of socket tests\nPASS: glib/socket-address.test\nRunning test: glib/buffered-input-stream.test\nTAP version 14\n# random seed: R02S7c4be7140c43f71fbc362ac76c5cc298\n1..10\n# Start of buffered-input-stream tests\nok 1 /buffered-input-stream/peek\nok 2 /buffered-input-stream/peek-buffer\nok 3 /buffered-input-stream/set-buffer-size\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=562393\nok 4 /buffered-input-stream/read-byte\nok 5 /buffered-input-stream/read\nok 6 /buffered-input-stream/read-async\nok 7 /buffered-input-stream/skip\nok 8 /buffered-input-stream/skip-async\nok 9 /buffered-input-stream/seek\n# End of buffered-input-stream tests\n# Start of filter-input-stream tests\nok 10 /filter-input-stream/close\n# End of filter-input-stream tests\nPASS: glib/buffered-input-stream.test\nRunning test: glib/signals-refcount1.test\nTAP version 14\n# random seed: R02S7cc393dc5e77db7d57804b7156dd331f\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x563db68663f0\n# \n# init 0x563db685f600\n# \nExecuting: glib/signals-refcount1.test\n# dispose 0x563db68663f0!\n# \n# dispose 0x563db685f600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount1.test\nRunning test: glib/markup.test\nTAP version 14\n# random seed: R02Sd6064db39ff4d44dabaaa4bd8b56e4c6\n1..1\n# Start of markup tests\nok 1 /markup/stack\n# End of markup tests\nPASS: glib/markup.test\nRunning test: glib/singleton.test\nTAP version 14\n# random seed: R02S5cf58c995484270f1e8dae4b3848c843\n1..2\n# Start of gobject tests\n# Start of singleton tests\nok 1 /gobject/singleton/construction\n# /gobject/singleton/construct-property summary: Test that creating a singleton with a construct-time property works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2666\nok 2 /gobject/singleton/construct-property\n# End of singleton tests\n# End of gobject tests\nPASS: glib/singleton.test\nRunning test: glib/error.test\nTAP version 14\n# random seed: R02S991302fc28b6223cb015d86c3abfd33d\n1..3\n# Start of error tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/error/from-errno/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/error/from-errno/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/error/from-errno/.dirs/system-config1:/var/volatile/tmp/error/from-errno/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/error/from-errno/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/error/from-errno/.dirs/system-data1:/var/volatile/tmp/error/from-errno/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/error/from-errno/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/error/from-errno/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/error/from-errno/.dirs/runtime\nok 1 /error/from-errno\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/error/from-file-error/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/error/from-file-error/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/error/from-file-error/.dirs/system-config1:/var/volatile/tmp/error/from-file-error/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/error/from-file-error/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/error/from-file-error/.dirs/system-data1:/var/volatile/tmp/error/from-file-error/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/error/from-file-error/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/error/from-file-error/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/error/from-file-error/.dirs/runtime\nok 2 /error/from-file-error\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/error/from-win32-error/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/error/from-win32-error/.dirs/system-config1:/var/volatile/tmp/error/from-win32-error/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/error/from-win32-error/.dirs/system-data1:/var/volatile/tmp/error/from-win32-error/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/error/from-win32-error/.dirs/runtime\nok 3 /error/from-win32-error # SKIP Windows error codes can only be checked on Windows\n# End of error tests\nPASS: glib/error.test\nRunning test: glib/portal-support-snap.test\nTAP version 14\n# random seed: R02Sb85c254b19c090a8586b39f7a2c5c94a\n1..7\n# Start of portal-support tests\n# Start of snap tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/no-snapctl: No such file or directory\nok 1 /portal-support/snap/no-snapctl\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/none/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/none/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/none/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/none/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/none: No such file or directory\nok 2 /portal-support/snap/none\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/all/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/all/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/all/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/all/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/all: No such file or directory\nok 3 /portal-support/snap/all\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/desktop-only: No such file or directory\nok 4 /portal-support/snap/desktop-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/network-only/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/network-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/network-only/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/network-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/network-only/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/network-only/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/network-only: No such file or directory\nok 5 /portal-support/snap/network-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/gsettings-only: No such file or directory\nok 6 /portal-support/snap/gsettings-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/updates-dynamically: No such file or directory\nok 7 /portal-support/snap/updates-dynamically\n# End of snap tests\n# End of portal-support tests\nPASS: glib/portal-support-snap.test\nRunning test: glib/test-printf.test\nTAP version 14\n# random seed: R02Sdee87870ff1cada766562b1cdc6ecd07\n1..22\n# Start of snprintf tests\nok 1 /snprintf/retval-and-trunc\nok 2 /snprintf/%d\nok 3 /snprintf/%d-invalid\nok 4 /snprintf/%o\nok 5 /snprintf/%u\nok 6 /snprintf/%x\nok 7 /snprintf/%X\nok 8 /snprintf/%f\nok 9 /snprintf/%e\nok 10 /snprintf/%c\nok 11 /snprintf/%s\nok 12 /snprintf/%n\nok 13 /snprintf/test-percent\nok 14 /snprintf/test-positional-params\nok 15 /snprintf/test-64bit\n# End of snprintf tests\n# Start of printf tests\nok 16 /printf/test-percent\nok 17 /printf/test-positional-params\nok 18 /printf/test-64bit\n# Start of test-64bit tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of test-64bit tests\n# End of printf tests\n# Start of sprintf tests\nok 19 /sprintf/test-positional-params\nok 20 /sprintf/upper-bound\n# End of sprintf tests\n# Start of vasprintf tests\n# /vasprintf/invalid-format-placeholder summary: Test error handling for invalid format placeholder in g_vasprintf()\nok 21 /vasprintf/invalid-format-placeholder\n# /vasprintf/invalid-wide-string summary: Test error handling for invalid wide strings in g_vasprintf()\nok 22 /vasprintf/invalid-wide-string\n# End of vasprintf tests\nPASS: glib/test-printf.test\nRunning test: glib/gdbus-peer-object-manager.test\nTAP version 14\n# random seed: R02S6b589e11159cebf6d1a33b6042ba77cf\n1..2\n# Start of gdbus tests\n# Start of peer-object-manager tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/runtime\nok 1 /gdbus/peer-object-manager/normal\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/runtime\nok 2 /gdbus/peer-object-manager/root\n# End of peer-object-manager tests\n# End of gdbus tests\nPASS: glib/gdbus-peer-object-manager.test\nRunning test: glib/performance-threaded.test\nRunning test \"liststore-is-a\"\n  34082 runs, min/avg/max = 0.028/0.029/0.154 ms\nRunning test \"liststore-interface-peek\"\n  59810 runs, min/avg/max = 0.016/0.017/0.077 ms\nRunning test \"liststore-interface-peek-same\"\n  59927 runs, min/avg/max = 0.016/0.017/0.079 ms\nPASS: glib/performance-threaded.test\nRunning test: glib/sleepy-stream.test\nTAP version 14\n# random seed: R02S27fe1cf26d6a2e5fa7c706fc2cc44a00\n1..2\n# Start of filter-stream tests\nok 1 /filter-stream/input\nok 2 /filter-stream/async\n# End of filter-stream tests\nPASS: glib/sleepy-stream.test\nRunning test: glib/scannerapi.test\nTAP version 14\n# random seed: R02S14300ac1fb13f7408cc07366156ba779\n1..4\n# Start of scanner tests\nok 1 /scanner/warn\nok 2 /scanner/error\nok 3 /scanner/symbols\nok 4 /scanner/tokens\n# End of scanner tests\nPASS: glib/scannerapi.test\nRunning test: glib/portal-support-none.test\nTAP version 14\n# random seed: R02Sd98fb60ed08109a2bdd7091338c9b55b\n1..1\n# Start of portal-support tests\nok 1 /portal-support/none\n# End of portal-support tests\nPASS: glib/portal-support-none.test\nRunning test: glib/gdbus-sasl.test\nTAP version 14\n# random seed: R02S28e10cf9fb8eaf4cc6ed742736fef063\n1..1\n# Start of gdbus tests\n# Start of sasl tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/sasl/server/.dirs/system-config1:/var/volatile/tmp/gdbus/sasl/server/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/sasl/server/.dirs/system-data1:/var/volatile/tmp/gdbus/sasl/server/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/sasl/server/.dirs/runtime\n# New handshake: EXTERNAL with incorrect initial response\n# C:?AUTH EXTERNAL 30?\n# Expect: /^REJECTED.*$/\n# S:?REJECTED EXTERNAL DBUS_COOKIE_SHA1?\n# New handshake: EXTERNAL without initial response, failing to authenticate\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA 30?\n# Expect: /^REJECTED.*$/\n# S:?REJECTED EXTERNAL DBUS_COOKIE_SHA1?\n# New handshake: EXTERNAL with initial response\n# C:?AUTH EXTERNAL 31303030?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\n# New handshake: EXTERNAL without initial response\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA 31303030?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\n# New handshake: EXTERNAL with empty authorization identity\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\n# New handshake: EXTERNAL with empty authorization identity and whitespace\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA ?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\nok 1 /gdbus/sasl/server\n# End of sasl tests\n# End of gdbus tests\nPASS: glib/gdbus-sasl.test\nRunning test: glib/properties-refcount3.test\nTAP version 14\n# random seed: R02S054fbcee004008213bcad30c6a11df22\n1..1\n# Start of gobject tests\n# Start of refcount tests\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\n# \n# stopping\n# \n# stopped\n# \n# 28247968 318681\n# \nok 1 /gobject/refcount/properties-3\n# slow test /gobject/refcount/properties-3 executed in 30.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount3.test\nRunning test: glib/rand.test\nTAP version 14\n# random seed: R02Sbc7ec5a39f12a34c20edb93df4171484\n1..2\n# Start of rand tests\nok 1 /rand/test-rand\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=502560\nok 2 /rand/double-range\n# End of rand tests\nPASS: glib/rand.test\nRunning test: glib/mem-overflow.test\nTAP version 14\n# random seed: R02S5dd2b3680e81743dd97b6dcab8f9ce36\n1..2\n# Start of mem tests\nok 1 /mem/overflow\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=615379\nok 2 /mem/empty-alloc\n# Start of overflow tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of overflow tests\n# Start of empty-alloc tests\n# End of empty-alloc tests\n# End of mem tests\nPASS: glib/mem-overflow.test\nRunning test: glib/object-info.test\nTAP version 14\n# random seed: R02S8b4223018061b598ab7e4e2ad437e0cf\n1..2\n# Start of object-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-config1:/var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-data1:/var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 1 /object-info/find-method-using-interfaces\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-config1:/var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-data1:/var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 2 /object-info/find-vfunc-using-interfaces\n# End of object-info tests\nPASS: glib/object-info.test\nRunning test: glib/type.test\nTAP version 14\n# random seed: R02S26db910e0f6887ed6a98202626b1de3a\n1..6\n# Start of type tests\nok 1 /type/registration-serial\nok 2 /type/interface-prerequisite\nok 3 /type/interface-check\nok 4 /type/next-base\nok 5 /type/is-a\n# Invalid types can?t be queried.\n# Unclassed types can?t be queried.\nok 6 /type/query\n# End of type tests\nPASS: glib/type.test\nRunning test: glib/refcount-macro.test\nTAP version 14\n# random seed: R02Sb902fd00dcb4ee99a9f466483d0d23ab\n1..4\n# Start of refcount tests\nok 1 /refcount/grefcount\nok 2 /refcount/gatomicrefcount\n# Start of grefcount tests\nok 3 /refcount/grefcount/saturation\n# End of grefcount tests\n# Start of gatomicrefcount tests\nok 4 /refcount/gatomicrefcount/saturation\n# End of gatomicrefcount tests\n# End of refcount tests\nPASS: glib/refcount-macro.test\nRunning test: glib/application-command-line.test\nTAP version 14\n# random seed: R02Sd33b1f973cbae55754826b4dd185634d\n1..1\n# Start of application-command-line tests\nok 1 /application-command-line/basic-properties\n# End of application-command-line tests\nPASS: glib/application-command-line.test\nRunning test: glib/contexts.test\nTAP version 14\n# random seed: R02Sac8d14f6fe412bc76aed20dd9b020d62\n1..5\n# Start of gio tests\n# Start of contexts tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /gio/contexts/thread-independence\nok 2 /gio/contexts/context-independence\n# Start of context-specific tests\nok 3 /gio/contexts/context-specific/identity\nok 4 /gio/contexts/context-specific/emit\nok 5 /gio/contexts/context-specific/emit-and-unref\n# End of context-specific tests\n# End of contexts tests\n# End of gio tests\nPASS: glib/contexts.test\nRunning test: glib/pollable.test\nTAP version 14\n# random seed: R02Sb3f79c8bc825d18bd6a02d7c6c051abe\n1..6\n# Start of pollable tests\nok 1 /pollable/converter\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x55a7e8289660 and GSocketClientAsyncConnectData 0x55a7e8285630\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x55a7e828e5e0 for GSocketClientAsyncConnectData 0x55a7e8285630\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /pollable/socket\n# Start of unix tests\n# /pollable/unix/pipe summary: Test that pipes are considered pollable, just like sockets\nok 3 /pollable/unix/pipe\n# /pollable/unix/pty summary: Test that PTYs are considered pollable\nok 4 /pollable/unix/pty\n# /pollable/unix/file summary: Test that regular files are not considered pollable\nok 5 /pollable/unix/file\n# /pollable/unix/nulldev summary: Test that /dev/null is not considered pollable, but only if on a system where we are able to tell it apart from devices that actually implement poll\nok 6 /pollable/unix/nulldev\n# End of unix tests\n# End of pollable tests\nPASS: glib/pollable.test\nRunning test: glib/shell.test\nTAP version 14\n# random seed: R02S3a3fd1fee7034b1678791091edfb2ca5\n1..51\n# Start of shell tests\n# Start of cmdline tests\ntest cmdline: foo bar\nok 1 /shell/cmdline/0\ntest cmdline: foo 'bar'\nok 2 /shell/cmdline/1\ntest cmdline: foo \"bar\"\nok 3 /shell/cmdline/2\ntest cmdline: foo '' 'bar'\nok 4 /shell/cmdline/3\ntest cmdline: foo \"bar\"'baz'blah'foo'\\''blah'\"boo\"\nok 5 /shell/cmdline/4\ntest cmdline: foo \t \tblah\tfoo\t\tbar  baz\nok 6 /shell/cmdline/5\ntest cmdline: foo '    spaces more spaces lots of     spaces in this   '  \t\nok 7 /shell/cmdline/6\ntest cmdline: foo \\\nbar\nok 8 /shell/cmdline/7\ntest cmdline: foo '' ''\nok 9 /shell/cmdline/8\ntest cmdline: foo \\\" la la la\nok 10 /shell/cmdline/9\ntest cmdline: foo \\ foo woo woo\\ \nok 11 /shell/cmdline/10\ntest cmdline: foo \"yada yada \\$\\\"\"\nok 12 /shell/cmdline/11\ntest cmdline: foo \"c:\\\\\"\nok 13 /shell/cmdline/12\ntest cmdline: foo # bla bla bla\n bar\nok 14 /shell/cmdline/13\ntest cmdline: foo a#b\nok 15 /shell/cmdline/14\ntest cmdline: #foo\nok 16 /shell/cmdline/15\ntest cmdline: foo bar \\\nok 17 /shell/cmdline/16\ntest cmdline: foo 'bar baz\nok 18 /shell/cmdline/17\ntest cmdline: foo '\"bar\" baz\nok 19 /shell/cmdline/18\ntest cmdline: \nok 20 /shell/cmdline/19\ntest cmdline:   \nok 21 /shell/cmdline/20\ntest cmdline: # foo bar\nok 22 /shell/cmdline/21\ntest cmdline: foo '/bar/summer'\\''09 tours.pdf'\nok 23 /shell/cmdline/22\n# End of cmdline tests\n# Start of quote tests\nok 24 /shell/quote/0\nok 25 /shell/quote/1\nok 26 /shell/quote/2\nok 27 /shell/quote/3\nok 28 /shell/quote/4\nok 29 /shell/quote/5\nok 30 /shell/quote/6\n# End of quote tests\n# Start of unquote tests\nok 31 /shell/unquote/0\nok 32 /shell/unquote/1\nok 33 /shell/unquote/2\nok 34 /shell/unquote/3\nok 35 /shell/unquote/4\nok 36 /shell/unquote/5\nok 37 /shell/unquote/6\nok 38 /shell/unquote/7\nok 39 /shell/unquote/8\nok 40 /shell/unquote/9\nok 41 /shell/unquote/10\nok 42 /shell/unquote/11\nok 43 /shell/unquote/12\nok 44 /shell/unquote/13\nok 45 /shell/unquote/14\nok 46 /shell/unquote/15\nok 47 /shell/unquote/16\nok 48 /shell/unquote/17\nok 49 /shell/unquote/18\nok 50 /shell/unquote/19\nok 51 /shell/unquote/20\n# End of unquote tests\n# End of shell tests\nPASS: glib/shell.test\nRunning test: glib/basic-signals.test\nTAP version 14\n# random seed: R02S0c46c7841c4a366a44ceb212ac86f410\n1..1\n# Start of gobject tests\nok 1 /gobject/basic-signals\n# End of gobject tests\nPASS: glib/basic-signals.test\nRunning test: glib/include.test\nTAP version 14\n# random seed: R02S3b4b5e8b7f50cb4d562a8572f11428d7\n1..1\n# Start of include tests\nok 1 /include/rwlock\n# End of include tests\nPASS: glib/include.test\nRunning test: glib/cxx-98.test\nTAP version 14\n# random seed: R02S790438d947fb1690813d65767250c6fd\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-98.test\nRunning test: glib/live-g-file.test\nTAP version 14\n# random seed: R02S85c21b13795f0644693df77fff7b76c3\n1..13\n# Start of live-g-file tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/runtime\n#   Cleaning target testing structure in '/var/volatile/tmp/testdir_live-g-file'...\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /live-g-file/prep_clean_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/create_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/create_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/create_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/create_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/create_structure/.dirs/runtime\n# \n#   Going to create testing structure in '/var/volatile/tmp/testdir_live-g-file'...\n#     Creating directory 'dir1'...\n#     Creating directory 'dir1/subdir'...\n#     Creating directory 'dir2'...\n#     Creating directory 'dir-target'...\n#     Creating directory 'dir_no-access'...\n#     Creating directory 'dir_no-write'...\n#     Creating file 'target-file'...\n#     Creating file 'normal_file'...\n#     Creating symlink 'normal_file-symlink' --> 'normal_file'...\n#     Creating file 'executable_file'...\n#     Creating file 'private_file'...\n#     Creating file 'normal_file2'...\n#     Creating file 'readonly_file'...\n#     Creating file 'UTF_pr?i?lis? z'...\n#     Creating directory 'dir_pr?i?lis? z'...\n#     Creating symlink 'lost_symlink' --> 'nowhere'...\n#     Creating directory 'dir_hidden'...\n#     Creating file 'dir_hidden/.a-hidden-file'...\n#     Creating file 'dir_hidden/file-in-.hidden1'...\n#     Creating file 'dir_hidden/file-in-.hidden2'...\n#     Creating pattern file...\n#  done.\nok 2 /live-g-file/create_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/runtime\n#   Testing sample structure in '/var/volatile/tmp/testdir_live-g-file'...\n#     Testing file 'dir1'...\n#     Testing file 'dir1/subdir'...\n#     Testing file 'dir2'...\n#     Testing file 'dir-target'...\n#     Testing file 'dir_no-access'...\n#     Testing file 'dir_no-write'...\n#     Testing file 'target-file'...\n#     Testing file 'normal_file'...\n#     Testing file 'normal_file-symlink'...\n#     Testing file 'executable_file'...\n#     Testing file 'private_file'...\n#     Testing file 'normal_file2'...\n#     Testing file 'readonly_file'...\n#     Testing file 'UTF_pr?i?lis? z'...\n#     Testing file 'dir_pr?i?lis? z'...\n#     Testing file 'lost_symlink'...\n#     Testing file 'dir_hidden'...\n#     Testing file 'dir_hidden/.a-hidden-file'...\n#     Testing file 'dir_hidden/file-in-.hidden1'...\n#     Testing file 'dir_hidden/file-in-.hidden2'...\n#     Testing pattern file...\n#       read 65536 bytes, total = 65536 of 65536.\nok 3 /live-g-file/test_initial_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/runtime\n#   Traversing through the sample structure in '/var/volatile/tmp/testdir_live-g-file'...\n#   Found file dir1, relative to root: dir1\n#   Found file subdir, relative to root: dir1/subdir\n#   Found file dir2, relative to root: dir2\n#   Found file dir-target, relative to root: dir-target\n#   Found file dir_no-access, relative to root: dir_no-access\n#   Found file dir_no-write, relative to root: dir_no-write\n#   Found file target-file, relative to root: target-file\n#   Found file normal_file, relative to root: normal_file\n#   Found file normal_file-symlink, relative to root: normal_file-symlink\n#   Found file executable_file, relative to root: executable_file\n#   Found file private_file, relative to root: private_file\n#   Found file normal_file2, relative to root: normal_file2\n#   Found file readonly_file, relative to root: readonly_file\n#   Found file UTF_pr?i?lis? z, relative to root: UTF_pr?i?lis? z\n#   Found file dir_pr?i?lis? z, relative to root: dir_pr?i?lis? z\n#   Found file lost_symlink, relative to root: lost_symlink\n#   Found file dir_hidden, relative to root: dir_hidden\n#   Found file .a-hidden-file, relative to root: dir_hidden/.a-hidden-file\n#   Found file file-in-.hidden1, relative to root: dir_hidden/file-in-.hidden1\n#   Found file .hidden, relative to root: dir_hidden/.hidden\n#   Found file file-in-.hidden2, relative to root: dir_hidden/file-in-.hidden2\n#   Found file pattern_file, relative to root: pattern_file\nok 4 /live-g-file/test_traverse_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/runtime\n#   Test enumerate '/var/volatile/tmp/testdir_live-g-file'...\n#     Testing file 'dir_no-access'\n#     Testing file 'normal_file'\n#     Testing file 'normal_file-symlink'\n#     Testing file 'not_exists'\n#     Testing file 'not_exists'\n#     Testing file 'not_exists2'\n#     Testing file 'not_exists3'\n#     Testing file 'not_exists4'\n#     Testing file 'dir_no-execute/file'\nok 5 /live-g-file/test_enumerate\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_open/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_open/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_open/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_open/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_open/.dirs/runtime\n#   test_open: 'dir1'\n#   test_open: 'dir_no-access'\n#   test_open: 'target-file'\n#   test_open: 'normal_file-symlink'\n#   test_open: 'executable_file'\n#   test_open: 'private_file'\n#   test_open: 'readonly_file'\n#   test_open: 'UTF_pr?i?lis? z'\n#   test_open: 'pattern_file'\n#   test_open: 'not_exists'\n#   test_open: 'dir_no-execute/file'\n#   test_open: 'lost_symlink'\nok 6 /live-g-file/test_open\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_create/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_create/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_create/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_create/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_create/.dirs/runtime\n#   test_create: 'dir1'\n#        error code 3 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir1?: Is a directory\n#   test_create: 'dir1/subdir'\n#        error code 3 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir1/subdir?: Is a directory\n#   test_create: 'dir2'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir2?: File exists\n#   test_create: 'normal_file'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/normal_file?: File exists\n#   test_create: 'executable_file'\n#   test_create: 'private_file'\n#   test_create: 'normal_file2'\n#   test_create: 'UTF_pr?i?lis? z'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/UTF_pr?i?lis? z?: File exists\n#   test_create: 'dir_pr?i?lis? z'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_pr?i?lis? z?: File exists\n#   test_create: 'pattern_file'\n#   test_create: 'not_exists2'\n#   test_create: 'not_exists3'\n#   test_create: 'not_exists4'\nok 7 /live-g-file/test_create\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'dir-target'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> '.'\n#        res = 0, error code 2 = Target file exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'target-file'\n#        res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/target-file/dir1/subdir?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'not_exists'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'dir_no-access'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'dir_no-write'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir2' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'dir-target'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> '.'\n#        res = 0, error code 2 = Target file exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'target-file'\n#        res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/target-file/dir-target?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'not_exists'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'dir_no-access'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'dir_no-write'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/target-file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/target-file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/target-file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/target-file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> '.'\n#        res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/normal_file-symlink: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'target-file'\n#        res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/target-file/normal_file-symlink: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'not_exists'\n#        res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/not_exists/normal_file-symlink: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'dir_no-access'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-access/normal_file-symlink: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'dir_no-write'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-write/normal_file-symlink: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/executable_file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/executable_file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/executable_file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/executable_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/executable_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/private_file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/private_file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/private_file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/private_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/private_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/normal_file2?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/normal_file2?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/normal_file2?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/normal_file2?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/normal_file2?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/UTF_pr?i?lis? z?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/UTF_pr?i?lis? z?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/UTF_pr?i?lis? z?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/UTF_pr?i?lis? z?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/UTF_pr?i?lis? z?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/pattern_file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/pattern_file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/pattern_file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/pattern_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/pattern_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir-target'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> '.'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'target-file'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'not_exists'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir_no-access'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir_no-write'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir-target'\n#        res = 0, error code 1 = Error moving file /var/volatile/tmp/testdir_live-g-file/not_exists: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> '.'\n#        res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/lost_symlink: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'target-file'\n#        res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/target-file/lost_symlink: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'not_exists'\n#        res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/not_exists/lost_symlink: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'dir_no-access'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-access/lost_symlink: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'dir_no-write'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-write/lost_symlink: Permission denied\nok 8 /live-g-file/test_copy_move\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_delete/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_delete/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_delete/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_delete/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_delete/.dirs/runtime\n#   Deleting dir1, path = /var/volatile/tmp/testdir_live-g-file/dir1\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/dir1: Directory not empty\n#   Deleting dir2, path = /var/volatile/tmp/testdir_live-g-file/dir2\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/dir2: No such file or directory\n#   Deleting executable_file, path = /var/volatile/tmp/testdir_live-g-file/executable_file\n#       result = 0, error = Error trashing file /var/volatile/tmp/testdir_live-g-file/executable_file: No such file or directory\n#   Deleting readonly_file, path = /var/volatile/tmp/testdir_live-g-file/readonly_file\n#   Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/testdir_live-g-file/dir_pr?i?lis? z\n#   Deleting not_exists, path = /var/volatile/tmp/testdir_live-g-file/not_exists\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/not_exists: No such file or directory\n#   Deleting not_exists, path = /var/volatile/tmp/testdir_live-g-file/not_exists\n#       result = 0, error = Error trashing file /var/volatile/tmp/testdir_live-g-file/not_exists: No such file or directory\n#   Deleting dir_no-execute/file, path = /var/volatile/tmp/testdir_live-g-file/dir_no-execute/file\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/dir_no-execute/file: No such file or directory\n#   Deleting lost_symlink, path = /var/volatile/tmp/testdir_live-g-file/lost_symlink\nok 9 /live-g-file/test_delete\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 10 /live-g-file/test_make_directory_with_parents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/final_clean/.dirs/system-config1:/var/volatile/tmp/live-g-file/final_clean/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/final_clean/.dirs/system-data1:/var/volatile/tmp/live-g-file/final_clean/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/final_clean/.dirs/runtime\n#   Cleaning target testing structure in '/var/volatile/tmp/testdir_live-g-file'...\n#     deleting 'dir1'\n#     deleting 'subdir'\n#     deleting 'dir-target'\n#     deleting 'dir2'\n#     deleting 'target-file'\n#     deleting 'normal_file-symlink'\n#     deleting 'executable_file'\n#     deleting 'private_file'\n#     deleting 'normal_file2'\n#     deleting 'UTF_pr?i?lis? z'\n#     deleting 'pattern_file'\n#     deleting 'lost_symlink'\n#     deleting 'dir_no-access'\n#     deleting 'dir_no-write'\n#     deleting 'target-file'\n#     deleting 'normal_file'\n#     deleting 'normal_file-symlink'\n#     deleting 'executable_file~'\n#     deleting 'private_file'\n#     deleting 'normal_file2~'\n#     deleting 'UTF_pr?i?lis? z'\n#     deleting 'dir_hidden'\n#     deleting '.a-hidden-file'\n#     deleting 'file-in-.hidden1'\n#     deleting '.hidden'\n#     deleting 'file-in-.hidden2'\n#     deleting 'pattern_file'\n#     deleting 'executable_file'\n#     deleting 'normal_file2'\n#     deleting 'not_exists2'\n#     deleting 'not_exists3'\n#     deleting 'not_exists4'\n#     deleting 'a'\nok 11 /live-g-file/final_clean\n# Start of test_unix_is_mountpoint tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/runtime\nok 12 /live-g-file/test_unix_is_mountpoint/sysroot\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/runtime\nok 13 /live-g-file/test_unix_is_mountpoint/proc\n# End of test_unix_is_mountpoint tests\n# End of live-g-file tests\nPASS: glib/live-g-file.test\nRunning test: glib/macros.test\nTAP version 14\n# random seed: R02S0cff1daff597150658543a9dfa166131\n1..3\n# Start of alignof tests\nok 1 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 2 /assert/static\n# End of assert tests\n# Start of struct tests\nok 3 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros.test\nRunning test: glib/resolver-parsing.test\nTAP version 14\n# random seed: R02S80b7edc05a68851458d3731e02138bd1\n1..21\n# Start of gresolver tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/invalid-header/.dirs/system-config1:/var/volatile/tmp/gresolver/invalid-header/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/invalid-header/.dirs/system-data1:/var/volatile/tmp/gresolver/invalid-header/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/invalid-header/.dirs/runtime\nok 1 /gresolver/invalid-header\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/record-ownership/.dirs/system-config1:/var/volatile/tmp/gresolver/record-ownership/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/record-ownership/.dirs/system-data1:/var/volatile/tmp/gresolver/record-ownership/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/record-ownership/.dirs/runtime\nok 2 /gresolver/record-ownership\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-config1:/var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-data1:/var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/runtime\n# GLib-GIO-DEBUG: Unrecognized DNS record type 20\nok 3 /gresolver/unknown-record-type\n# Start of mx tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/valid/.dirs/runtime\nok 4 /gresolver/mx/valid\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/invalid/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/invalid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/invalid/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/invalid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/invalid/.dirs/runtime\nok 5 /gresolver/mx/invalid\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/runtime\nok 6 /gresolver/mx/invalid/too-short\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/runtime\nok 7 /gresolver/mx/invalid/too-short2\n# End of invalid tests\n# End of mx tests\n# Start of ns tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/ns/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/ns/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/ns/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/ns/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/ns/valid/.dirs/runtime\nok 8 /gresolver/ns/valid\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/ns/invalid/.dirs/system-config1:/var/volatile/tmp/gresolver/ns/invalid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/ns/invalid/.dirs/system-data1:/var/volatile/tmp/gresolver/ns/invalid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/ns/invalid/.dirs/runtime\nok 9 /gresolver/ns/invalid\n# End of ns tests\n# Start of soa tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/valid/.dirs/runtime\nok 10 /gresolver/soa/valid\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/runtime\nok 11 /gresolver/soa/invalid/mname\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/runtime\nok 12 /gresolver/soa/invalid/rname\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/runtime\nok 13 /gresolver/soa/invalid/too-short\n# End of invalid tests\n# End of soa tests\n# Start of srv tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/valid/.dirs/runtime\nok 14 /gresolver/srv/valid\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/invalid/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/invalid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/invalid/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/invalid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/invalid/.dirs/runtime\nok 15 /gresolver/srv/invalid\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/runtime\nok 16 /gresolver/srv/invalid/too-short\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/runtime\nok 17 /gresolver/srv/invalid/too-short2\n# End of invalid tests\n# End of srv tests\n# Start of txt tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/valid/.dirs/runtime\nok 18 /gresolver/txt/valid\n# Start of valid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/runtime\nok 19 /gresolver/txt/valid/multiple-strings\n# End of valid tests\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/runtime\nok 20 /gresolver/txt/invalid/empty\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/runtime\nok 21 /gresolver/txt/invalid/overflow\n# End of invalid tests\n# End of txt tests\n# End of gresolver tests\nPASS: glib/resolver-parsing.test\nRunning test: glib/tls-interaction.test\nTAP version 14\n# random seed: R02S87770e5340cd4c9ce6e1c286a30b0b50\n1..42\n# Start of tls-interaction tests\n# Start of ask-password tests\n# Start of invoke-with-loop tests\nok 1 /tls-interaction/ask-password/invoke-with-loop/unhandled-implementation\nok 2 /tls-interaction/ask-password/invoke-with-loop/async-implementation-success\nok 3 /tls-interaction/ask-password/invoke-with-loop/async-implementation-failure\nok 4 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-success\nok 5 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-failure\n# End of invoke-with-loop tests\n# Start of invoke-without-loop tests\nok 6 /tls-interaction/ask-password/invoke-without-loop/unhandled-implementation\nok 7 /tls-interaction/ask-password/invoke-without-loop/async-implementation-success\nok 8 /tls-interaction/ask-password/invoke-without-loop/async-implementation-failure\nok 9 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-success\nok 10 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-failure\n# End of invoke-without-loop tests\n# Start of invoke-in-loop tests\nok 11 /tls-interaction/ask-password/invoke-in-loop/unhandled-implementation\nok 12 /tls-interaction/ask-password/invoke-in-loop/async-implementation-success\nok 13 /tls-interaction/ask-password/invoke-in-loop/async-implementation-failure\nok 14 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-success\nok 15 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-failure\n# End of invoke-in-loop tests\n# Start of sync tests\nok 16 /tls-interaction/ask-password/sync/unhandled-implementation\nok 17 /tls-interaction/ask-password/sync/sync-implementation-success\nok 18 /tls-interaction/ask-password/sync/sync-implementation-failure\n# End of sync tests\n# Start of async tests\nok 19 /tls-interaction/ask-password/async/unhandled-implementation\nok 20 /tls-interaction/ask-password/async/async-implementation-success\nok 21 /tls-interaction/ask-password/async/async-implementation-failure\n# End of async tests\n# End of ask-password tests\n# Start of request-certificate tests\n# Start of invoke-with-loop tests\nok 22 /tls-interaction/request-certificate/invoke-with-loop/unhandled-implementation\nok 23 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-success\nok 24 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-failure\nok 25 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-success\nok 26 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-failure\n# End of invoke-with-loop tests\n# Start of invoke-without-loop tests\nok 27 /tls-interaction/request-certificate/invoke-without-loop/unhandled-implementation\nok 28 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-success\nok 29 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-failure\nok 30 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-success\nok 31 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-failure\n# End of invoke-without-loop tests\n# Start of invoke-in-loop tests\nok 32 /tls-interaction/request-certificate/invoke-in-loop/unhandled-implementation\nok 33 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-success\nok 34 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-failure\nok 35 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-success\nok 36 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-failure\n# End of invoke-in-loop tests\n# Start of sync tests\nok 37 /tls-interaction/request-certificate/sync/unhandled-implementation\nok 38 /tls-interaction/request-certificate/sync/sync-implementation-success\nok 39 /tls-interaction/request-certificate/sync/sync-implementation-failure\n# End of sync tests\n# Start of async tests\nok 40 /tls-interaction/request-certificate/async/unhandled-implementation\nok 41 /tls-interaction/request-certificate/async/async-implementation-success\nok 42 /tls-interaction/request-certificate/async/async-implementation-failure\n# End of async tests\n# End of request-certificate tests\n# End of tls-interaction tests\nPASS: glib/tls-interaction.test\nRunning test: glib/fileattributematcher.test\nTAP version 14\n# random seed: R02Scdd4677f008f479044f1f92965afe18e\n1..3\n# Start of fileattributematcher tests\nok 1 /fileattributematcher/exact\nok 2 /fileattributematcher/equality\nok 3 /fileattributematcher/subtract\n# End of fileattributematcher tests\nPASS: glib/fileattributematcher.test\nRunning test: glib/buffered-output-stream.test\nTAP version 14\n# random seed: R02S0ca812dd3e0ea00afb0289f73474868b\n1..5\n# Start of buffered-output-stream tests\nok 1 /buffered-output-stream/write\nok 2 /buffered-output-stream/grow\nok 3 /buffered-output-stream/seek\nok 4 /buffered-output-stream/truncate\n# End of buffered-output-stream tests\n# Start of filter-output-stream tests\nok 5 /filter-output-stream/close\n# End of filter-output-stream tests\nPASS: glib/buffered-output-stream.test\nRunning test: glib/autoptr-gio.test\nTAP version 14\n# random seed: R02Sb6328285c36c2b0c7027d8dcb1619e28\n1..1\n# Start of autoptr tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /autoptr/autoptr\n# End of autoptr tests\nPASS: glib/autoptr-gio.test\nRunning test: glib/socket.test\nTAP version 14\n# random seed: R02Sf32115463a92a33c37c5ced1babe4c19\n1..28\n# Start of socket tests\nok 1 /socket/ipv4_sync\n# slow test /socket/ipv4_sync executed in 1.00 secs\nExecuting: glib/socket.test\nok 2 /socket/ipv4_async\n# slow test /socket/ipv4_async executed in 1.00 secs\nok 3 /socket/ipv6_sync\nok 4 /socket/ipv6_async\nok 5 /socket/ipv6_v4mapped\nok 6 /socket/close_graceful\n# slow test /socket/close_graceful executed in 1.00 secs\nok 7 /socket/timed_wait # SKIP Not running timing heavy test\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=741707\nok 8 /socket/fd_reuse\nok 9 /socket/address\nok 10 /socket/unix-from-fd\nok 11 /socket/unix-connection\nok 12 /socket/unix-connection-ancillary-data\nok 13 /socket/source-postmortem\nok 14 /socket/read_write\nok 15 /socket/read_writev\n# /socket/receive_bytes summary: Test basic functionality of g_socket_receive_bytes()\nok 16 /socket/receive_bytes\n# /socket/receive_bytes_from summary: Test basic functionality of g_socket_receive_bytes_from()\nok 17 /socket/receive_bytes_from\n# Start of ipv4_sync tests\nok 18 /socket/ipv4_sync/datagram\n# Start of datagram tests\nok 19 /socket/ipv4_sync/datagram/timeouts\n# slow test /socket/ipv4_sync/datagram/timeouts executed in 1.10 secs\n# End of datagram tests\n# End of ipv4_sync tests\n# Start of ipv6_sync tests\nok 20 /socket/ipv6_sync/datagram\n# Start of datagram tests\nok 21 /socket/ipv6_sync/datagram/timeouts\n# slow test /socket/ipv6_sync/datagram/timeouts executed in 1.10 secs\n# End of datagram tests\n# End of ipv6_sync tests\n# Start of reuse tests\nok 22 /socket/reuse/tcp\nok 23 /socket/reuse/udp\n# End of reuse tests\n# Start of get_available tests\nok 24 /socket/get_available/datagram\nok 25 /socket/get_available/stream\n# End of get_available tests\n# Start of credentials tests\n# Supported on this OS: GCredentials:linux-ucred:pid=0\nok 26 /socket/credentials/tcp_client\n# Supported on this OS: GCredentials:linux-ucred:pid=0\nok 27 /socket/credentials/tcp_server\n# Supported on this OS: GCredentials:linux-ucred:pid=1406,uid=1000,gid=1000\nok 28 /socket/credentials/unix_socketpair\n# End of credentials tests\n# End of socket tests\nPASS: glib/socket.test\nRunning test: glib/struct-info.test\nTAP version 14\n# random seed: R02Sb3e08e33b5396e80ab35d2371ed60b6d\n1..4\n# Start of struct-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/field-iterators/.dirs/system-config1:/var/volatile/tmp/struct-info/field-iterators/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/field-iterators/.dirs/system-data1:/var/volatile/tmp/struct-info/field-iterators/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/field-iterators/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/field-iterators summary: Test iterating through a struct's fields with gi_struct_info_get_field()\nok 1 /struct-info/field-iterators\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-config1:/var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-data1:/var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/sizeof-gvalue summary: Test that gi_struct_info_get_size() reports the correct sizeof GValue\nok 2 /struct-info/sizeof-gvalue\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-config1:/var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-data1:/var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/is-pointer-for-struct-method-arg summary: Test that a struct method reports the correct type with gi_type_info_is_pointer()\nok 3 /struct-info/is-pointer-for-struct-method-arg\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/boxed/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/boxed/.dirs/system-config1:/var/volatile/tmp/struct-info/boxed/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/boxed/.dirs/system-data1:/var/volatile/tmp/struct-info/boxed/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/boxed/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/boxed summary: Test that a boxed struct is recognised as such\nok 4 /struct-info/boxed\n# End of struct-info tests\nPASS: glib/struct-info.test\nRunning test: glib/init.test\nTAP version 14\n# random seed: R02S7dd7396a8b7761ef6e7a84e22c27edf3\n1..2\n# Start of thread tests\n# Start of deprecated tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/thread/deprecated/init/.dirs/system-config1:/var/volatile/tmp/thread/deprecated/init/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/thread/deprecated/init/.dirs/system-data1:/var/volatile/tmp/thread/deprecated/init/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/thread/deprecated/init/.dirs/runtime\nok 1 /thread/deprecated/init\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-config1:/var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-data1:/var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/runtime\nok 2 /thread/deprecated/init-with-errorcheck-mutexes\n# End of deprecated tests\n# End of thread tests\nPASS: glib/init.test\nRunning test: glib/properties-refcount1.test\nTAP version 14\n# random seed: R02S4e979a8c12c06b4ee8e23456b6805736\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# .d\n# .e\n# .b\n# .f\n# .c\n# .d\n# .b\n# .e\n# .f\n# .c\n# .d\n# .e\n# .b\n# .f\n# .c\n# .d\n# .b\n# .f\n# .e\n# .c\n# .d\n# .b\n# .f\n# .c\n# .e\n# .f\n# .b\n# .d\n# .c\n# .e\n# .f\n# .d\n# .b\n# .e\n# .c\n# .d\n# .f\n# .b\n# .e\n# .c\n# .f\n# .b\n# .d\n# .e\n# .c\n# .b\n# .f\n# .d\n# .e\n# .c\n# .b\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .c\n# .b\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .b\nExecuting: glib/properties-refcount1.test\n# .c\n# .d\n# .f\n# .e\n# .b\n# .b\n# .d\n# .c\n# .f\n# .e\n# .d\n# .b\n# .c\n# .f\n# .e\n# .d\n# .c\n# .f\n# .b\n# .e\n# .c\n# .f\n# .d\n# .b\n# .f\n# .d\n# .e\n# .c\n# .f\n# .b\n# .e\n# .d\n# .c\n# .b\n# .f\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .c\n# .b\n# .d\n# .f\n# .e\n# .b\n# .c\n# .d\n# .e\n# .f\n# .b\n# .c\n# .d\n# .e\n# .f\n# .b\n# .c\n# .d\n# .e\n# .f\n# .b\n# .d\n# .c\n# .b\n# .f\n# .e\n# .d\n# .c\n# .b\n# .f\n# .e\n# .d\n# .f\n# .b\n# .c\n# .e\n# .d\n# .c\n# .f\n# .b\n# .e\n# .f\n# .d\n# .b\n# .c\n# .e\n# .f\n# .b\n# .c\n# .d\n# .e\n# .b\n# .d\n# .f\n# .c\n# .e\n# .d\n# .b\n# .f\n# .c\n# .e\n# .d\n# .b\n# .f\n# .c\n# .e\n# .b\n# .d\n# .f\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .c\n# .b\n# .d\n# .f\n# .c\n# .b\n# .e\n# .d\n# .b\n# .c\n# .f\n# .e\n# .d\n# .b\n# .e\n# .c\n# .f\n# .d\n# .b\n# .e\n# .c\n# .f\n# .d\n# .b\n# .e\n# .c\n# .d\n# .f\n# .b\n# .c\n# .e\n# .f\n# .b\n# .d\nok 1 /gobject/refcount/properties-1\n# slow test /gobject/refcount/properties-1 executed in 3.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount1.test\nRunning test: glib/unicode-normalize.test\nTAP version 14\n# random seed: R02S94294dedd99fb58024077c53b83a3f42\n1..3\n# Start of unicode tests\n# Processing Part0 # Specific cases\n# Processing Part1 # Character by character test\n# Processing Part2 # Canonical Order Test\n# Processing Part3 # PRI #29 Test\n# Processing Part4 # Canonical closures (excluding Hangul)\n# Processing Part5 # Chained primary composites\nok 1 /unicode/normalize\n# Invalid UTF-8 vector 0\n# Invalid UTF-8 vector 1\n# Invalid UTF-8 vector 2\n# Invalid UTF-8 vector 3\n# Invalid UTF-8 vector 4\n# Invalid UTF-8 vector 5\n# Invalid UTF-8 vector 6\n# Invalid UTF-8 vector 7\n# Invalid UTF-8 vector 8\n# Invalid UTF-8 vector 9\n# Invalid UTF-8 vector 10\n# Invalid UTF-8 vector 11\n# Invalid UTF-8 vector 12\nok 2 /unicode/normalize-invalid\n# Start of normalize tests\nok 3 /unicode/normalize/bad-length\n# End of normalize tests\n# End of unicode tests\nPASS: glib/unicode-normalize.test\nRunning test: glib/signal-handler.test\nTAP version 14\n# random seed: R02S8a958653fd443b5d5bb2dea18237d7a6\n1..7\n# Start of signal tests\n# Start of handler tests\n# min perf: connected 1 handlers in  0.000 seconds\nok 1 /signal/handler/connect-many\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 2 /signal/handler/disconnect-many-ordered\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 3 /signal/handler/disconnect-many-inverse\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 4 /signal/handler/disconnect-many-random\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 5 /signal/handler/disconnect-2-signals\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 6 /signal/handler/disconnect-2-objects\n# min perf: blocked and unblocked 1 handlers in  0.000 seconds\nok 7 /signal/handler/block-many\n# End of handler tests\n# End of signal tests\nPASS: glib/signal-handler.test\nRunning test: glib/regex.test\nTAP version 14\n# random seed: R02S8818e5e8471b4c2ebaa8798077ccdc71\n1..848\n# Start of regex tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 1 /regex/properties\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 2 /regex/class\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 3 /regex/lookahead\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 4 /regex/lookbehind\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 5 /regex/subpattern\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 6 /regex/condition\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 7 /regex/recursion\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=640489\nok 8 /regex/multiline\nok 9 /regex/explicit-crlf\nok 10 /regex/max-lookbehind\nok 11 /regex/compile-errors\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 12 /regex/jit-unsupported-matching\n# /regex/unmatched-named-subpattern summary: Test that unmatched subpatterns can still be queried\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2881\nok 13 /regex/unmatched-named-subpattern\n# /regex/compiled-regex-after-jit-failure summary: Test that failed OPTIMIZE regex doesn't cause issues on subsequent matches\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2824\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 14 /regex/compiled-regex-after-jit-failure\n# Start of new tests\nok 15 /regex/new/1\nok 16 /regex/new/2\nok 17 /regex/new/3\nok 18 /regex/new/4\nok 19 /regex/new/5\nok 20 /regex/new/6\nok 21 /regex/new/7\nok 22 /regex/new/8\nok 23 /regex/new/9\nok 24 /regex/new/10\nok 25 /regex/new/11\nok 26 /regex/new/12\nok 27 /regex/new/13\nok 28 /regex/new/14\nok 29 /regex/new/15\nok 30 /regex/new/16\nok 31 /regex/new/17\nok 32 /regex/new/18\nok 33 /regex/new/19\nok 34 /regex/new/71\nok 35 /regex/new/80\nok 36 /regex/new/82\n# End of new tests\n# Start of new-check-flags tests\nok 37 /regex/new-check-flags/20\nok 38 /regex/new-check-flags/21\nok 39 /regex/new-check-flags/22\nok 40 /regex/new-check-flags/23\nok 41 /regex/new-check-flags/24\nok 42 /regex/new-check-flags/25\nok 43 /regex/new-check-flags/26\nok 44 /regex/new-check-flags/27\nok 45 /regex/new-check-flags/28\nok 46 /regex/new-check-flags/29\nok 47 /regex/new-check-flags/30\nok 48 /regex/new-check-flags/31\nok 49 /regex/new-check-flags/32\nok 50 /regex/new-check-flags/33\nok 51 /regex/new-check-flags/34\nok 52 /regex/new-check-flags/35\nok 53 /regex/new-check-flags/36\n# End of new-check-flags tests\n# Start of new-fail tests\nok 54 /regex/new-fail/37\nok 55 /regex/new-fail/38\nok 56 /regex/new-fail/39\nok 57 /regex/new-fail/40\nok 58 /regex/new-fail/41\nok 59 /regex/new-fail/42\nok 60 /regex/new-fail/43\nok 61 /regex/new-fail/44\nok 62 /regex/new-fail/45\nok 63 /regex/new-fail/46\nok 64 /regex/new-fail/47\nok 65 /regex/new-fail/48\nok 66 /regex/new-fail/49\nok 67 /regex/new-fail/50\nok 68 /regex/new-fail/51\nok 69 /regex/new-fail/52\nok 70 /regex/new-fail/53\nok 71 /regex/new-fail/54\nok 72 /regex/new-fail/55\nok 73 /regex/new-fail/56\nok 74 /regex/new-fail/57\nok 75 /regex/new-fail/58\nok 76 /regex/new-fail/59\nok 77 /regex/new-fail/60\nok 78 /regex/new-fail/61\nok 79 /regex/new-fail/62\nok 80 /regex/new-fail/63\nok 81 /regex/new-fail/64\nok 82 /regex/new-fail/65\nok 83 /regex/new-fail/66\nok 84 /regex/new-fail/67\nok 85 /regex/new-fail/68\nok 86 /regex/new-fail/69\nok 87 /regex/new-fail/70\nok 88 /regex/new-fail/72\nok 89 /regex/new-fail/73\nok 90 /regex/new-fail/74\nok 91 /regex/new-fail/75\nok 92 /regex/new-fail/76\nok 93 /regex/new-fail/77\nok 94 /regex/new-fail/78\nok 95 /regex/new-fail/79\nok 96 /regex/new-fail/81\nok 97 /regex/new-fail/83\nok 98 /regex/new-fail/84\nok 99 /regex/new-fail/85\nok 100 /regex/new-fail/86\nok 101 /regex/new-fail/87\nok 102 /regex/new-fail/88\nok 103 /regex/new-fail/89\nok 104 /regex/new-fail/90\nok 105 /regex/new-fail/91\n# End of new-fail tests\n# Start of match-simple tests\nok 106 /regex/match-simple/92\nok 107 /regex/match-simple/93\nok 108 /regex/match-simple/94\nok 109 /regex/match-simple/95\nok 110 /regex/match-simple/96\nok 111 /regex/match-simple/97\nok 112 /regex/match-simple/98\nok 113 /regex/match-simple/99\nok 114 /regex/match-simple/100\nok 115 /regex/match-simple/101\nok 116 /regex/match-simple/102\nok 117 /regex/match-simple/103\nok 118 /regex/match-simple/104\nok 119 /regex/match-simple/105\nok 120 /regex/match-simple/106\nok 121 /regex/match-simple/107\nok 122 /regex/match-simple/108\nok 123 /regex/match-simple/109\nok 124 /regex/match-simple/110\nok 125 /regex/match-simple/111\nok 126 /regex/match-simple/112\nok 127 /regex/match-simple/113\nok 128 /regex/match-simple/114\nok 129 /regex/match-simple/115\nok 130 /regex/match-simple/116\nok 131 /regex/match-simple/117\nok 132 /regex/match-simple/118\nok 133 /regex/match-simple/119\nok 134 /regex/match-simple/120\nok 135 /regex/match-simple/121\nok 136 /regex/match-simple/122\nok 137 /regex/match-simple/123\nok 138 /regex/match-simple/124\nok 139 /regex/match-simple/125\nok 140 /regex/match-simple/126\nok 141 /regex/match-simple/127\nok 142 /regex/match-simple/128\nok 143 /regex/match-simple/129\nok 144 /regex/match-simple/130\nok 145 /regex/match-simple/131\nok 146 /regex/match-simple/132\nok 147 /regex/match-simple/133\nok 148 /regex/match-simple/134\nok 149 /regex/match-simple/135\nok 150 /regex/match-simple/136\nok 151 /regex/match-simple/137\nok 152 /regex/match-simple/138\nok 153 /regex/match-simple/139\nok 154 /regex/match-simple/140\nok 155 /regex/match-simple/141\nok 156 /regex/match-simple/142\nok 157 /regex/match-simple/143\nok 158 /regex/match-simple/144\nok 159 /regex/match-simple/145\nok 160 /regex/match-simple/146\nok 161 /regex/match-simple/147\nok 162 /regex/match-simple/148\nok 163 /regex/match-simple/149\nok 164 /regex/match-simple/150\nok 165 /regex/match-simple/151\nok 166 /regex/match-simple/152\nok 167 /regex/match-simple/153\nok 168 /regex/match-simple/154\nok 169 /regex/match-simple/155\nok 170 /regex/match-simple/156\nok 171 /regex/match-simple/157\nok 172 /regex/match-simple/158\nok 173 /regex/match-simple/159\nok 174 /regex/match-simple/160\nok 175 /regex/match-simple/161\nok 176 /regex/match-simple/162\nok 177 /regex/match-simple/163\nok 178 /regex/match-simple/164\n# End of match-simple tests\n# Start of match-simple-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 179 /regex/match-simple-optimized/92\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 180 /regex/match-simple-optimized/93\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 181 /regex/match-simple-optimized/94\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 182 /regex/match-simple-optimized/95\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 183 /regex/match-simple-optimized/96\nok 184 /regex/match-simple-optimized/97\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 185 /regex/match-simple-optimized/98\nok 186 /regex/match-simple-optimized/99\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 187 /regex/match-simple-optimized/100\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 188 /regex/match-simple-optimized/101\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 189 /regex/match-simple-optimized/102\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 190 /regex/match-simple-optimized/103\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 191 /regex/match-simple-optimized/104\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 192 /regex/match-simple-optimized/105\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 193 /regex/match-simple-optimized/106\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 194 /regex/match-simple-optimized/107\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 195 /regex/match-simple-optimized/108\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 196 /regex/match-simple-optimized/109\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 197 /regex/match-simple-optimized/110\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 198 /regex/match-simple-optimized/111\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 199 /regex/match-simple-optimized/112\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 200 /regex/match-simple-optimized/113\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 201 /regex/match-simple-optimized/114\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 202 /regex/match-simple-optimized/115\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 203 /regex/match-simple-optimized/116\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 204 /regex/match-simple-optimized/117\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 205 /regex/match-simple-optimized/118\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 206 /regex/match-simple-optimized/119\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 207 /regex/match-simple-optimized/120\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 208 /regex/match-simple-optimized/121\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 209 /regex/match-simple-optimized/122\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 210 /regex/match-simple-optimized/123\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 211 /regex/match-simple-optimized/124\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 212 /regex/match-simple-optimized/125\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 213 /regex/match-simple-optimized/126\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 214 /regex/match-simple-optimized/127\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 215 /regex/match-simple-optimized/128\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 216 /regex/match-simple-optimized/129\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 217 /regex/match-simple-optimized/130\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 218 /regex/match-simple-optimized/131\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 219 /regex/match-simple-optimized/132\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 220 /regex/match-simple-optimized/133\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 221 /regex/match-simple-optimized/134\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 222 /regex/match-simple-optimized/135\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 223 /regex/match-simple-optimized/136\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 224 /regex/match-simple-optimized/137\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 225 /regex/match-simple-optimized/138\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 226 /regex/match-simple-optimized/139\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 227 /regex/match-simple-optimized/140\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 228 /regex/match-simple-optimized/141\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 229 /regex/match-simple-optimized/142\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 230 /regex/match-simple-optimized/143\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 231 /regex/match-simple-optimized/144\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 232 /regex/match-simple-optimized/145\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 233 /regex/match-simple-optimized/146\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 234 /regex/match-simple-optimized/147\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 235 /regex/match-simple-optimized/148\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 236 /regex/match-simple-optimized/149\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 237 /regex/match-simple-optimized/150\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 238 /regex/match-simple-optimized/151\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 239 /regex/match-simple-optimized/152\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 240 /regex/match-simple-optimized/153\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 241 /regex/match-simple-optimized/154\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 242 /regex/match-simple-optimized/155\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 243 /regex/match-simple-optimized/156\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 244 /regex/match-simple-optimized/157\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 245 /regex/match-simple-optimized/158\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 246 /regex/match-simple-optimized/159\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 247 /regex/match-simple-optimized/160\nok 248 /regex/match-simple-optimized/161\nok 249 /regex/match-simple-optimized/162\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 250 /regex/match-simple-optimized/163\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 251 /regex/match-simple-optimized/164\n# End of match-simple-optimized tests\n# Start of match tests\nok 252 /regex/match/165\nok 253 /regex/match/166\nok 254 /regex/match/167\nok 255 /regex/match/168\nok 256 /regex/match/169\nok 257 /regex/match/170\nok 258 /regex/match/171\nok 259 /regex/match/172\nok 260 /regex/match/173\nok 261 /regex/match/174\nok 262 /regex/match/175\nok 263 /regex/match/176\nok 264 /regex/match/177\nok 265 /regex/match/178\nok 266 /regex/match/179\nok 267 /regex/match/180\nok 268 /regex/match/181\nok 269 /regex/match/182\nok 270 /regex/match/183\nok 271 /regex/match/184\nok 272 /regex/match/185\nok 273 /regex/match/186\nok 274 /regex/match/187\nok 275 /regex/match/188\nok 276 /regex/match/189\nok 277 /regex/match/190\nok 278 /regex/match/191\nok 279 /regex/match/192\nok 280 /regex/match/193\nok 281 /regex/match/194\nok 282 /regex/match/195\nok 283 /regex/match/196\nok 284 /regex/match/197\nok 285 /regex/match/198\nok 286 /regex/match/199\nok 287 /regex/match/200\nok 288 /regex/match/201\nok 289 /regex/match/202\nok 290 /regex/match/203\nok 291 /regex/match/204\nok 292 /regex/match/205\nok 293 /regex/match/206\nok 294 /regex/match/207\nok 295 /regex/match/208\nok 296 /regex/match/209\nok 297 /regex/match/210\nok 298 /regex/match/211\nok 299 /regex/match/212\nok 300 /regex/match/213\nok 301 /regex/match/214\nok 302 /regex/match/215\nok 303 /regex/match/216\nok 304 /regex/match/217\nok 305 /regex/match/218\nok 306 /regex/match/219\nok 307 /regex/match/220\nok 308 /regex/match/221\nok 309 /regex/match/222\nok 310 /regex/match/223\nok 311 /regex/match/224\nok 312 /regex/match/225\nok 313 /regex/match/226\nok 314 /regex/match/227\nok 315 /regex/match/228\nok 316 /regex/match/229\nok 317 /regex/match/230\nok 318 /regex/match/231\nok 319 /regex/match/232\nok 320 /regex/match/233\nok 321 /regex/match/234\nok 322 /regex/match/235\nok 323 /regex/match/236\nok 324 /regex/match/237\nok 325 /regex/match/238\nok 326 /regex/match/239\nok 327 /regex/match/240\nok 328 /regex/match/241\nok 329 /regex/match/242\nok 330 /regex/match/243\nok 331 /regex/match/244\nok 332 /regex/match/245\nok 333 /regex/match/246\nok 334 /regex/match/partial281\nok 335 /regex/match/partial282\nok 336 /regex/match/partial283\nok 337 /regex/match/partial284\nok 338 /regex/match/partial285\nok 339 /regex/match/partial286\nok 340 /regex/match/partial287\nok 341 /regex/match/partial288\nok 342 /regex/match/partial289\nok 343 /regex/match/partial290\nok 344 /regex/match/partial291\nok 345 /regex/match/partial292\nok 346 /regex/match/partial293\nok 347 /regex/match/partial294\nok 348 /regex/match/partial295\nok 349 /regex/match/partial296\nok 350 /regex/match/partial297\nok 351 /regex/match/partial298\nok 352 /regex/match/partial299\nok 353 /regex/match/partial300\nok 354 /regex/match/partial301\nok 355 /regex/match/partial302\n# Start of next0 tests\nok 356 /regex/match/next0/247\nok 357 /regex/match/next0/248\nok 358 /regex/match/next0/249\nok 359 /regex/match/next0/250\n# End of next0 tests\n# Start of next1 tests\nok 360 /regex/match/next1/251\nok 361 /regex/match/next1/252\nok 362 /regex/match/next1/253\nok 363 /regex/match/next1/254\nok 364 /regex/match/next1/255\n# End of next1 tests\n# Start of next2 tests\nok 365 /regex/match/next2/256\nok 366 /regex/match/next2/257\nok 367 /regex/match/next2/258\nok 368 /regex/match/next2/259\nok 369 /regex/match/next2/260\nok 370 /regex/match/next2/261\nok 371 /regex/match/next2/262\nok 372 /regex/match/next2/263\n# End of next2 tests\n# Start of next3 tests\nok 373 /regex/match/next3/264\nok 374 /regex/match/next3/265\nok 375 /regex/match/next3/266\nok 376 /regex/match/next3/267\nok 377 /regex/match/next3/268\nok 378 /regex/match/next3/269\n# End of next3 tests\n# Start of next4 tests\nok 379 /regex/match/next4/270\n# End of next4 tests\n# Start of count tests\nok 380 /regex/match/count/271\nok 381 /regex/match/count/272\nok 382 /regex/match/count/273\nok 383 /regex/match/count/274\nok 384 /regex/match/count/275\nok 385 /regex/match/count/276\nok 386 /regex/match/count/277\nok 387 /regex/match/count/278\nok 388 /regex/match/count/279\nok 389 /regex/match/count/280\n# End of count tests\n# Start of count-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 390 /regex/match/count-optimized/271\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 391 /regex/match/count-optimized/272\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 392 /regex/match/count-optimized/273\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 393 /regex/match/count-optimized/274\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 394 /regex/match/count-optimized/275\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 395 /regex/match/count-optimized/276\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 396 /regex/match/count-optimized/277\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 397 /regex/match/count-optimized/278\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 398 /regex/match/count-optimized/279\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 399 /regex/match/count-optimized/280\n# End of count-optimized tests\n# Start of partial-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 400 /regex/match/partial-optimized/281\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 401 /regex/match/partial-optimized/282\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 402 /regex/match/partial-optimized/283\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 403 /regex/match/partial-optimized/284\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 404 /regex/match/partial-optimized/285\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 405 /regex/match/partial-optimized/286\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 406 /regex/match/partial-optimized/287\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 407 /regex/match/partial-optimized/288\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 408 /regex/match/partial-optimized/289\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 409 /regex/match/partial-optimized/290\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 410 /regex/match/partial-optimized/291\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 411 /regex/match/partial-optimized/292\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 412 /regex/match/partial-optimized/293\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 413 /regex/match/partial-optimized/294\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 414 /regex/match/partial-optimized/295\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 415 /regex/match/partial-optimized/296\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 416 /regex/match/partial-optimized/297\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 417 /regex/match/partial-optimized/298\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 418 /regex/match/partial-optimized/299\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 419 /regex/match/partial-optimized/300\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 420 /regex/match/partial-optimized/301\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 421 /regex/match/partial-optimized/302\n# End of partial-optimized tests\n# Start of subpattern tests\nok 422 /regex/match/subpattern/303\nok 423 /regex/match/subpattern/304\nok 424 /regex/match/subpattern/305\nok 425 /regex/match/subpattern/306\nok 426 /regex/match/subpattern/307\nok 427 /regex/match/subpattern/308\nok 428 /regex/match/subpattern/309\nok 429 /regex/match/subpattern/310\nok 430 /regex/match/subpattern/311\nok 431 /regex/match/subpattern/312\nok 432 /regex/match/subpattern/313\nok 433 /regex/match/subpattern/314\nok 434 /regex/match/subpattern/315\n# Start of named tests\n# Start of dupnames tests\nok 435 /regex/match/subpattern/named/dupnames/325\nok 436 /regex/match/subpattern/named/dupnames/326\nok 437 /regex/match/subpattern/named/dupnames/327\nok 438 /regex/match/subpattern/named/dupnames/328\nok 439 /regex/match/subpattern/named/dupnames/329\n# End of dupnames tests\n# End of named tests\n# End of subpattern tests\n# Start of subpattern-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 440 /regex/match/subpattern-optimized/303\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 441 /regex/match/subpattern-optimized/304\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 442 /regex/match/subpattern-optimized/305\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 443 /regex/match/subpattern-optimized/306\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 444 /regex/match/subpattern-optimized/307\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 445 /regex/match/subpattern-optimized/308\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 446 /regex/match/subpattern-optimized/309\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 447 /regex/match/subpattern-optimized/310\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 448 /regex/match/subpattern-optimized/311\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 449 /regex/match/subpattern-optimized/312\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 450 /regex/match/subpattern-optimized/313\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 451 /regex/match/subpattern-optimized/314\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 452 /regex/match/subpattern-optimized/315\n# End of subpattern-optimized tests\n# Start of named tests\n# Start of subpattern tests\nok 453 /regex/match/named/subpattern/316\nok 454 /regex/match/named/subpattern/317\nok 455 /regex/match/named/subpattern/318\nok 456 /regex/match/named/subpattern/319\nok 457 /regex/match/named/subpattern/320\nok 458 /regex/match/named/subpattern/321\nok 459 /regex/match/named/subpattern/322\nok 460 /regex/match/named/subpattern/323\nok 461 /regex/match/named/subpattern/324\nok 462 /regex/match/named/subpattern/330\nok 463 /regex/match/named/subpattern/331\nok 464 /regex/match/named/subpattern/332\nok 465 /regex/match/named/subpattern/333\nok 466 /regex/match/named/subpattern/334\n# End of subpattern tests\n# End of named tests\n# End of match tests\n# Start of match-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 467 /regex/match-optimized/165\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 468 /regex/match-optimized/166\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 469 /regex/match-optimized/167\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 470 /regex/match-optimized/168\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 471 /regex/match-optimized/169\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 472 /regex/match-optimized/170\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 473 /regex/match-optimized/171\nok 474 /regex/match-optimized/172\nok 475 /regex/match-optimized/173\nok 476 /regex/match-optimized/174\nok 477 /regex/match-optimized/175\nok 478 /regex/match-optimized/176\nok 479 /regex/match-optimized/177\nok 480 /regex/match-optimized/178\nok 481 /regex/match-optimized/179\nok 482 /regex/match-optimized/180\nok 483 /regex/match-optimized/181\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 484 /regex/match-optimized/182\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 485 /regex/match-optimized/183\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 486 /regex/match-optimized/184\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 487 /regex/match-optimized/185\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 488 /regex/match-optimized/186\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 489 /regex/match-optimized/187\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 490 /regex/match-optimized/188\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 491 /regex/match-optimized/189\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 492 /regex/match-optimized/190\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 493 /regex/match-optimized/191\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 494 /regex/match-optimized/192\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 495 /regex/match-optimized/193\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 496 /regex/match-optimized/194\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 497 /regex/match-optimized/195\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 498 /regex/match-optimized/196\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 499 /regex/match-optimized/197\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 500 /regex/match-optimized/198\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 501 /regex/match-optimized/199\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 502 /regex/match-optimized/200\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 503 /regex/match-optimized/201\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 504 /regex/match-optimized/202\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 505 /regex/match-optimized/203\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 506 /regex/match-optimized/204\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 507 /regex/match-optimized/205\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 508 /regex/match-optimized/206\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 509 /regex/match-optimized/207\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 510 /regex/match-optimized/208\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 511 /regex/match-optimized/209\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 512 /regex/match-optimized/210\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 513 /regex/match-optimized/211\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 514 /regex/match-optimized/212\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 515 /regex/match-optimized/213\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 516 /regex/match-optimized/214\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 517 /regex/match-optimized/215\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 518 /regex/match-optimized/216\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 519 /regex/match-optimized/217\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 520 /regex/match-optimized/218\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 521 /regex/match-optimized/219\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 522 /regex/match-optimized/220\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 523 /regex/match-optimized/221\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 524 /regex/match-optimized/222\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 525 /regex/match-optimized/223\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 526 /regex/match-optimized/224\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 527 /regex/match-optimized/225\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 528 /regex/match-optimized/226\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 529 /regex/match-optimized/227\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 530 /regex/match-optimized/228\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 531 /regex/match-optimized/229\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 532 /regex/match-optimized/230\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 533 /regex/match-optimized/231\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 534 /regex/match-optimized/232\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 535 /regex/match-optimized/233\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 536 /regex/match-optimized/234\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 537 /regex/match-optimized/235\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 538 /regex/match-optimized/236\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 539 /regex/match-optimized/237\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 540 /regex/match-optimized/238\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 541 /regex/match-optimized/239\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 542 /regex/match-optimized/240\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 543 /regex/match-optimized/241\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 544 /regex/match-optimized/242\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 545 /regex/match-optimized/243\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 546 /regex/match-optimized/244\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 547 /regex/match-optimized/245\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 548 /regex/match-optimized/246\n# End of match-optimized tests\n# Start of fetch-all0 tests\nok 549 /regex/fetch-all0/335\nok 550 /regex/fetch-all0/336\n# End of fetch-all0 tests\n# Start of fetch-all1 tests\nok 551 /regex/fetch-all1/337\nok 552 /regex/fetch-all1/338\nok 553 /regex/fetch-all1/339\n# End of fetch-all1 tests\n# Start of fetch-all2 tests\nok 554 /regex/fetch-all2/340\nok 555 /regex/fetch-all2/341\nok 556 /regex/fetch-all2/342\n# End of fetch-all2 tests\n# Start of fetch-all3 tests\nok 557 /regex/fetch-all3/343\nok 558 /regex/fetch-all3/344\nok 559 /regex/fetch-all3/345\nok 560 /regex/fetch-all3/346\nok 561 /regex/fetch-all3/347\n# End of fetch-all3 tests\n# Start of split tests\n# Start of simple0 tests\nok 562 /regex/split/simple0/348\nok 563 /regex/split/simple0/349\nok 564 /regex/split/simple0/364\nok 565 /regex/split/simple0/365\n# End of simple0 tests\n# Start of simple1 tests\nok 566 /regex/split/simple1/350\nok 567 /regex/split/simple1/351\n# End of simple1 tests\n# Start of simple2 tests\nok 568 /regex/split/simple2/352\nok 569 /regex/split/simple2/358\nok 570 /regex/split/simple2/360\n# End of simple2 tests\n# Start of simple3 tests\nok 571 /regex/split/simple3/353\nok 572 /regex/split/simple3/354\nok 573 /regex/split/simple3/355\nok 574 /regex/split/simple3/356\nok 575 /regex/split/simple3/357\nok 576 /regex/split/simple3/359\nok 577 /regex/split/simple3/361\nok 578 /regex/split/simple3/362\nok 579 /regex/split/simple3/363\n# End of simple3 tests\n# End of split tests\n# Start of split0 tests\nok 580 /regex/split0/366\nok 581 /regex/split0/368\n# End of split0 tests\n# Start of full-split0 tests\nok 582 /regex/full-split0/367\nok 583 /regex/full-split0/369\nok 584 /regex/full-split0/370\nok 585 /regex/full-split0/371\nok 586 /regex/full-split0/372\n# End of full-split0 tests\n# Start of split1 tests\nok 587 /regex/split1/373\nok 588 /regex/split1/376\n# End of split1 tests\n# Start of full-split1 tests\nok 589 /regex/full-split1/374\nok 590 /regex/full-split1/375\nok 591 /regex/full-split1/377\nok 592 /regex/full-split1/378\nok 593 /regex/full-split1/404\n# End of full-split1 tests\n# Start of split2 tests\nok 594 /regex/split2/379\nok 595 /regex/split2/383\nok 596 /regex/split2/395\n# End of split2 tests\n# Start of full-split2 tests\nok 597 /regex/full-split2/380\nok 598 /regex/full-split2/381\nok 599 /regex/full-split2/382\nok 600 /regex/full-split2/384\nok 601 /regex/full-split2/396\nok 602 /regex/full-split2/399\nok 603 /regex/full-split2/405\n# End of full-split2 tests\n# Start of split3 tests\nok 604 /regex/split3/385\nok 605 /regex/split3/387\nok 606 /regex/split3/389\nok 607 /regex/split3/391\nok 608 /regex/split3/393\nok 609 /regex/split3/397\nok 610 /regex/split3/400\nok 611 /regex/split3/402\n# End of split3 tests\n# Start of full-split3 tests\nok 612 /regex/full-split3/386\nok 613 /regex/full-split3/388\nok 614 /regex/full-split3/390\nok 615 /regex/full-split3/392\nok 616 /regex/full-split3/394\nok 617 /regex/full-split3/398\nok 618 /regex/full-split3/401\nok 619 /regex/full-split3/403\nok 620 /regex/full-split3/406\nok 621 /regex/full-split3/407\n# End of full-split3 tests\n# Start of check-repacement tests\nok 622 /regex/check-repacement/408\nok 623 /regex/check-repacement/409\nok 624 /regex/check-repacement/410\nok 625 /regex/check-repacement/411\nok 626 /regex/check-repacement/412\nok 627 /regex/check-repacement/413\nok 628 /regex/check-repacement/414\nok 629 /regex/check-repacement/415\n# End of check-repacement tests\n# Start of expand tests\nok 630 /regex/expand/416\nok 631 /regex/expand/417\nok 632 /regex/expand/418\nok 633 /regex/expand/419\nok 634 /regex/expand/420\nok 635 /regex/expand/421\nok 636 /regex/expand/422\nok 637 /regex/expand/423\nok 638 /regex/expand/424\nok 639 /regex/expand/425\nok 640 /regex/expand/426\nok 641 /regex/expand/427\nok 642 /regex/expand/428\nok 643 /regex/expand/429\nok 644 /regex/expand/430\nok 645 /regex/expand/431\nok 646 /regex/expand/432\nok 647 /regex/expand/433\nok 648 /regex/expand/434\nok 649 /regex/expand/435\nok 650 /regex/expand/436\nok 651 /regex/expand/437\nok 652 /regex/expand/438\nok 653 /regex/expand/439\nok 654 /regex/expand/440\nok 655 /regex/expand/441\nok 656 /regex/expand/442\nok 657 /regex/expand/443\nok 658 /regex/expand/444\nok 659 /regex/expand/445\nok 660 /regex/expand/446\nok 661 /regex/expand/447\nok 662 /regex/expand/448\nok 663 /regex/expand/449\nok 664 /regex/expand/450\nok 665 /regex/expand/451\nok 666 /regex/expand/452\nok 667 /regex/expand/453\nok 668 /regex/expand/454\nok 669 /regex/expand/455\nok 670 /regex/expand/456\nok 671 /regex/expand/457\nok 672 /regex/expand/458\nok 673 /regex/expand/459\nok 674 /regex/expand/460\nok 675 /regex/expand/461\nok 676 /regex/expand/462\nok 677 /regex/expand/463\nok 678 /regex/expand/464\nok 679 /regex/expand/465\nok 680 /regex/expand/466\nok 681 /regex/expand/467\nok 682 /regex/expand/468\nok 683 /regex/expand/469\nok 684 /regex/expand/470\nok 685 /regex/expand/471\nok 686 /regex/expand/472\nok 687 /regex/expand/473\nok 688 /regex/expand/474\nok 689 /regex/expand/475\nok 690 /regex/expand/476\nok 691 /regex/expand/477\nok 692 /regex/expand/478\nok 693 /regex/expand/479\nok 694 /regex/expand/480\nok 695 /regex/expand/481\n# End of expand tests\n# Start of replace tests\nok 696 /regex/replace/482\nok 697 /regex/replace/483\nok 698 /regex/replace/484\nok 699 /regex/replace/485\nok 700 /regex/replace/486\nok 701 /regex/replace/487\nok 702 /regex/replace/488\nok 703 /regex/replace/489\nok 704 /regex/replace/490\nok 705 /regex/replace/491\nok 706 /regex/replace/492\nok 707 /regex/replace/493\nok 708 /regex/replace/494\nok 709 /regex/replace/495\nok 710 /regex/replace/496\nok 711 /regex/replace/497\nok 712 /regex/replace/498\nok 713 /regex/replace/499\nok 714 /regex/replace/500\nok 715 /regex/replace/501\nok 716 /regex/replace/502\nok 717 /regex/replace/503\nok 718 /regex/replace/504\nok 719 /regex/replace/505\nok 720 /regex/replace/506\nok 721 /regex/replace/507\nok 722 /regex/replace/508\nok 723 /regex/replace/509\n# End of replace tests\n# Start of replace-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 724 /regex/replace-optimized/482\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 725 /regex/replace-optimized/483\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 726 /regex/replace-optimized/484\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 727 /regex/replace-optimized/485\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 728 /regex/replace-optimized/486\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 729 /regex/replace-optimized/487\nok 730 /regex/replace-optimized/488\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 731 /regex/replace-optimized/489\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 732 /regex/replace-optimized/490\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 733 /regex/replace-optimized/491\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 734 /regex/replace-optimized/492\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 735 /regex/replace-optimized/493\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 736 /regex/replace-optimized/494\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 737 /regex/replace-optimized/495\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 738 /regex/replace-optimized/496\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 739 /regex/replace-optimized/497\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 740 /regex/replace-optimized/498\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 741 /regex/replace-optimized/499\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 742 /regex/replace-optimized/500\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 743 /regex/replace-optimized/501\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 744 /regex/replace-optimized/502\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 745 /regex/replace-optimized/503\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 746 /regex/replace-optimized/504\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 747 /regex/replace-optimized/505\nok 748 /regex/replace-optimized/506\nok 749 /regex/replace-optimized/507\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 750 /regex/replace-optimized/508\nok 751 /regex/replace-optimized/509\n# End of replace-optimized tests\n# Start of replace-literally tests\nok 752 /regex/replace-literally/510\nok 753 /regex/replace-literally/511\nok 754 /regex/replace-literally/512\nok 755 /regex/replace-literally/513\nok 756 /regex/replace-literally/514\nok 757 /regex/replace-literally/515\nok 758 /regex/replace-literally/516\nok 759 /regex/replace-literally/517\nok 760 /regex/replace-literally/518\nok 761 /regex/replace-literally/519\nok 762 /regex/replace-literally/520\nok 763 /regex/replace-literally/521\nok 764 /regex/replace-literally/522\nok 765 /regex/replace-literally/523\nok 766 /regex/replace-literally/524\nok 767 /regex/replace-literally/525\nok 768 /regex/replace-literally/526\nok 769 /regex/replace-literally/527\nok 770 /regex/replace-literally/528\nok 771 /regex/replace-literally/529\n# End of replace-literally tests\n# Start of string-number tests\nok 772 /regex/string-number/530\nok 773 /regex/string-number/531\nok 774 /regex/string-number/532\nok 775 /regex/string-number/533\nok 776 /regex/string-number/534\nok 777 /regex/string-number/535\nok 778 /regex/string-number/536\nok 779 /regex/string-number/537\nok 780 /regex/string-number/538\nok 781 /regex/string-number/539\nok 782 /regex/string-number/540\nok 783 /regex/string-number/541\nok 784 /regex/string-number/542\nok 785 /regex/string-number/543\nok 786 /regex/string-number/544\n# End of string-number tests\n# Start of escape_nul tests\nok 787 /regex/escape_nul/545\nok 788 /regex/escape_nul/546\nok 789 /regex/escape_nul/547\nok 790 /regex/escape_nul/548\nok 791 /regex/escape_nul/549\nok 792 /regex/escape_nul/550\nok 793 /regex/escape_nul/551\nok 794 /regex/escape_nul/552\nok 795 /regex/escape_nul/553\nok 796 /regex/escape_nul/554\nok 797 /regex/escape_nul/555\nok 798 /regex/escape_nul/556\nok 799 /regex/escape_nul/557\nok 800 /regex/escape_nul/558\nok 801 /regex/escape_nul/559\n# End of escape_nul tests\n# Start of escape tests\nok 802 /regex/escape/560\nok 803 /regex/escape/561\nok 804 /regex/escape/562\nok 805 /regex/escape/563\nok 806 /regex/escape/564\nok 807 /regex/escape/565\nok 808 /regex/escape/566\nok 809 /regex/escape/567\nok 810 /regex/escape/568\nok 811 /regex/escape/569\nok 812 /regex/escape/570\nok 813 /regex/escape/571\nok 814 /regex/escape/572\nok 815 /regex/escape/573\nok 816 /regex/escape/574\nok 817 /regex/escape/575\nok 818 /regex/escape/576\nok 819 /regex/escape/577\n# End of escape tests\n# Start of match-all0 tests\nok 820 /regex/match-all0/578\nok 821 /regex/match-all0/580\n# End of match-all0 tests\n# Start of match-all-full0 tests\nok 822 /regex/match-all-full0/579\nok 823 /regex/match-all-full0/581\nok 824 /regex/match-all-full0/582\nok 825 /regex/match-all-full0/583\n# End of match-all-full0 tests\n# Start of match-all1 tests\nok 826 /regex/match-all1/584\nok 827 /regex/match-all1/586\nok 828 /regex/match-all1/591\n# End of match-all1 tests\n# Start of match-all-full1 tests\nok 829 /regex/match-all-full1/585\nok 830 /regex/match-all-full1/587\nok 831 /regex/match-all-full1/588\nok 832 /regex/match-all-full1/589\nok 833 /regex/match-all-full1/590\nok 834 /regex/match-all-full1/592\n# End of match-all-full1 tests\n# Start of match-all2 tests\nok 835 /regex/match-all2/593\nok 836 /regex/match-all2/595\nok 837 /regex/match-all2/597\n# End of match-all2 tests\n# Start of match-all-full2 tests\nok 838 /regex/match-all-full2/594\nok 839 /regex/match-all-full2/596\nok 840 /regex/match-all-full2/598\n# End of match-all-full2 tests\n# Start of match-all3 tests\nok 841 /regex/match-all3/599\nok 842 /regex/match-all3/601\n# End of match-all3 tests\n# Start of match-all-full3 tests\nok 843 /regex/match-all-full3/600\nok 844 /regex/match-all-full3/602\n# End of match-all-full3 tests\n# Start of match-notempty tests\nok 845 /regex/match-notempty/603\n# End of match-notempty tests\n# Start of match-notempty-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 846 /regex/match-notempty-optimized/603\n# End of match-notempty-optimized tests\n# Start of match-notempty-atstart tests\nok 847 /regex/match-notempty-atstart/604\n# End of match-notempty-atstart tests\n# Start of match-notempty-atstart-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 848 /regex/match-notempty-atstart-optimized/604\n# End of match-notempty-atstart-optimized tests\n# End of regex tests\nPASS: glib/regex.test\nRunning test: glib/signals-refcount2.test\nTAP version 14\n# random seed: R02Sc8c98c46ce28ddb9b2cf4b2981de8fad\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x557fa25c83f0\n# \n# init 0x557fa25c1600\n# \nExecuting: glib/signals-refcount2.test\n# dispose 0x557fa25c83f0!\n# \n# dispose 0x557fa25c1600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount2.test\nRunning test: glib/fileutils.test\nTAP version 14\n# random seed: R02S5426deccbaf957adbc4b8c4828b31a8c\n1..27\n# Start of fileutils tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/paths/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/paths/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/paths/.dirs/system-config1:/var/volatile/tmp/fileutils/paths/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/paths/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/paths/.dirs/system-data1:/var/volatile/tmp/fileutils/paths/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/paths/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/paths/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/paths/.dirs/runtime\nok 1 /fileutils/paths\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-path/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-path/.dirs/system-config1:/var/volatile/tmp/fileutils/build-path/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-path/.dirs/system-data1:/var/volatile/tmp/fileutils/build-path/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-path/.dirs/runtime\nok 2 /fileutils/build-path\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-pathv/.dirs/system-config1:/var/volatile/tmp/fileutils/build-pathv/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-pathv/.dirs/system-data1:/var/volatile/tmp/fileutils/build-pathv/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-pathv/.dirs/runtime\nok 3 /fileutils/build-pathv\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-filename/.dirs/system-config1:/var/volatile/tmp/fileutils/build-filename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-filename/.dirs/system-data1:/var/volatile/tmp/fileutils/build-filename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-filename/.dirs/runtime\nok 4 /fileutils/build-filename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-filenamev/.dirs/system-config1:/var/volatile/tmp/fileutils/build-filenamev/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-filenamev/.dirs/system-data1:/var/volatile/tmp/fileutils/build-filenamev/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-filenamev/.dirs/runtime\nok 5 /fileutils/build-filenamev\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-config1:/var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-data1:/var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Checking g_mkdir_with_parents() in subdir ./hum/\n# Checking g_mkdir_with_parents() in subdir ./hii///haa/hee/\nok 6 /fileutils/mkdir-with-parents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-config1:/var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-data1:/var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 7 /fileutils/mkdir-with-parents-permission\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-config1:/var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-data1:/var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/runtime\nok 8 /fileutils/format-size-for-display\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/errors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/errors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/errors/.dirs/system-config1:/var/volatile/tmp/fileutils/errors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/errors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/errors/.dirs/system-data1:/var/volatile/tmp/fileutils/errors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/errors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/errors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/errors/.dirs/runtime\nok 9 /fileutils/errors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/basename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/basename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/basename/.dirs/system-config1:/var/volatile/tmp/fileutils/basename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/basename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/basename/.dirs/system-data1:/var/volatile/tmp/fileutils/basename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/basename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/basename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/basename/.dirs/runtime\nok 10 /fileutils/basename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/get-basename/.dirs/system-config1:/var/volatile/tmp/fileutils/get-basename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/get-basename/.dirs/system-data1:/var/volatile/tmp/fileutils/get-basename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/get-basename/.dirs/runtime\nok 11 /fileutils/get-basename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/dirname/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/dirname/.dirs/system-config1:/var/volatile/tmp/fileutils/dirname/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/dirname/.dirs/system-data1:/var/volatile/tmp/fileutils/dirname/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/dirname/.dirs/runtime\nok 12 /fileutils/dirname\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-config1:/var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-data1:/var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/runtime\nok 13 /fileutils/dir-make-tmp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-config1:/var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-data1:/var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/runtime\nok 14 /fileutils/file-open-tmp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/file-test/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/file-test/.dirs/system-config1:/var/volatile/tmp/fileutils/file-test/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/file-test/.dirs/system-data1:/var/volatile/tmp/fileutils/file-test/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/file-test/.dirs/runtime\nok 15 /fileutils/file-test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkstemp/.dirs/system-config1:/var/volatile/tmp/fileutils/mkstemp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkstemp/.dirs/system-data1:/var/volatile/tmp/fileutils/mkstemp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkstemp/.dirs/runtime\nok 16 /fileutils/mkstemp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkdtemp/.dirs/system-config1:/var/volatile/tmp/fileutils/mkdtemp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkdtemp/.dirs/system-data1:/var/volatile/tmp/fileutils/mkdtemp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkdtemp/.dirs/runtime\nok 17 /fileutils/mkdtemp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/get-contents/.dirs/system-config1:/var/volatile/tmp/fileutils/get-contents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/get-contents/.dirs/system-data1:/var/volatile/tmp/fileutils/get-contents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/get-contents/.dirs/runtime\nok 18 /fileutils/get-contents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-config1:/var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-data1:/var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/runtime\nok 19 /fileutils/get-contents-large-file # SKIP Skipping slow largefile test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents/.dirs/runtime\nok 20 /fileutils/set-contents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents-full/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents-full/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents-full/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents-full/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents-full/.dirs/runtime\n# /fileutils/set-contents-full summary: Test g_file_set_contents_full() with various flags\n# Flags 0 and test 0\n# Flags 0 and test 1\n# Flags 0 and test 2\n# Flags 0 and test 3\n# Flags 0 and test 4\n# Flags 0 and test 5\n# Flags 1 and test 0\n# Flags 1 and test 1\n# Flags 1 and test 2\n# Flags 1 and test 3\n# Flags 1 and test 4\n# Flags 1 and test 5\n# Flags 2 and test 0\n# Flags 2 and test 1\n# Flags 2 and test 2\n# Flags 2 and test 3\n# Flags 2 and test 4\n# Flags 2 and test 5\n# Flags 3 and test 0\n# Flags 3 and test 1\n# Flags 3 and test 2\n# Flags 3 and test 3\n# Flags 3 and test 4\n# Flags 3 and test 5\n# Flags 4 and test 0\n# Flags 4 and test 1\n# Flags 4 and test 2\n# Flags 4 and test 3\n# Flags 4 and test 4\n# Flags 4 and test 5\n# Flags 5 and test 0\n# Flags 5 and test 1\n# Flags 5 and test 2\n# Flags 5 and test 3\n# Flags 5 and test 4\n# Flags 5 and test 5\n# Flags 6 and test 0\n# Flags 6 and test 1\n# Flags 6 and test 2\n# Flags 6 and test 3\n# Flags 6 and test 4\n# Flags 6 and test 5\nok 21 /fileutils/set-contents-full\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/read-link/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/read-link/.dirs/system-config1:/var/volatile/tmp/fileutils/read-link/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/read-link/.dirs/system-data1:/var/volatile/tmp/fileutils/read-link/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/read-link/.dirs/runtime\nok 22 /fileutils/read-link\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-config1:/var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-data1:/var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 23 /fileutils/stdio-wrappers\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/fopen-modes/.dirs/system-config1:/var/volatile/tmp/fileutils/fopen-modes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/fopen-modes/.dirs/system-data1:/var/volatile/tmp/fileutils/fopen-modes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/fopen-modes/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/119\n# Testing fopen() mode 'w'\n# Testing fopen() mode 'r'\n# Testing fopen() mode 'a'\n# Testing fopen() mode 'w+'\n# Testing fopen() mode 'r+'\n# Testing fopen() mode 'a+'\n# Testing fopen() mode 'wb'\n# Testing fopen() mode 'rb'\n# Testing fopen() mode 'ab'\n# Testing fopen() mode 'w+b'\n# Testing fopen() mode 'r+b'\n# Testing fopen() mode 'a+b'\n# Testing fopen() mode 'wb+'\n# Testing fopen() mode 'rb+'\n# Testing fopen() mode 'ab+'\nok 24 /fileutils/fopen-modes\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/clear-fd/.dirs/system-config1:/var/volatile/tmp/fileutils/clear-fd/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/clear-fd/.dirs/system-data1:/var/volatile/tmp/fileutils/clear-fd/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/clear-fd/.dirs/runtime\n# /fileutils/clear-fd summary: Test g_clear_fd() and g_autofd\n# Will be closed by autocleanup: 3, -42\n# Testing error handling\nok 25 /fileutils/clear-fd\n# Start of set-contents-full tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# /fileutils/set-contents-full/read-only-file summary: Test g_file_set_contents_full() on a read-only file\nok 26 /fileutils/set-contents-full/read-only-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/runtime\n# /fileutils/set-contents-full/read-only-directory summary: Test g_file_set_contents_full() on a file in a read-only directory\n# Flags 0\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 1\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 2\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 3\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 4\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 5\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 6\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 27 /fileutils/set-contents-full/read-only-directory\n# End of set-contents-full tests\n# Start of clear-fd tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of clear-fd tests\n# End of fileutils tests\nPASS: glib/fileutils.test\nRunning test: glib/unicode-encoding.test\nTAP version 14\n# random seed: R02S94e7caf6100d1fa29bb7ceba7013ceea\n1..1\n# Start of unicode tests\nok 1 /unicode/encoding\n# End of unicode tests\nPASS: glib/unicode-encoding.test\nRunning test: glib/timeout.test\nTAP version 14\n# random seed: R02S647113deeedd54d41647aa8b4fe1ba86\n1..4\n# Start of timeout tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642052\nok 1 /timeout/seconds\n# slow test /timeout/seconds executed in 2.10 secs\nExecuting: glib/timeout.test\nok 2 /timeout/seconds-once\n# slow test /timeout/seconds-once executed in 2.10 secs\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1600\nok 3 /timeout/weeks-overflow\n# slow test /timeout/weeks-overflow executed in 2.10 secs\nok 4 /timeout/far-future-ready-time\n# End of timeout tests\nPASS: glib/timeout.test\nRunning test: glib/trash.test\nTAP version 14\n# random seed: R02S3588d910a254d9c2d7028b8a16754290\n1..3\n# Start of trash tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# File: /var/volatile/tmp/test-trashK1KA82 (parent st_dev: 21)\n# Home: /home/glib2-test (st_dev: 64768)\n# Mount: /var/volatile\n# Error: Trashing on system internal mounts is not supported\nok 1 /trash/not-supported\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1522\nok 2 /trash/symlinks # SKIP Directory '/home/glib2-test/.local' does not exist\nok 3 /trash/long-filename\n# End of trash tests\nPASS: glib/trash.test\nRunning test: glib/performance.test\nExecuting: glib/performance.test\nExecuting: glib/performance.test\nsimple-construction: Millions of constructed objects per second: 44.589\nsimple-construction1: Millions of constructed objects per second: 142.624\nExecuting: glib/performance.test\ncomplex-construction: Millions of constructed objects per second: 13.660\nExecuting: glib/performance.test\ncomplex-construction1: Millions of constructed objects per second: 25.144\nExecuting: glib/performance.test\ncomplex-construction2: Millions of constructed objects per second: 29.249\nfinalization: Millions of finalized objects per second: 8.530\ntype-check: Million type checks per second: 197.31\nemit-unhandled: Emissions per second: 11184369\nExecuting: glib/performance.test\nemit-unhandled-empty: Emissions per second: 78221273\nemit-unhandled-generic: Emissions per second: 14744186\nemit-unhandled-generic-empty: Emissions per second: 76596537\nemit-unhandled-args: Emissions per second: 9128732\nExecuting: glib/performance.test\nemit-handled: Emissions per second: 6693250\nemit-handled-empty: Emissions per second: 6950565\nemit-handled-generic: Emissions per second: 6793867\nemit-handled-generic-empty: Emissions per second: 12893612\nExecuting: glib/performance.test\nemit-handled-args: Emissions per second: 5845018\nnotify-unhandled: Notify (unhandled) per second: 55289635\nnotify-by-pspec-unhandled: Notify (unhandled) per second: 179719395\nnotify-handled: Notify per second: 4345493\nExecuting: glib/performance.test\nnotify-by-pspec-handled: Notify per second: 4554542\nproperty-set: Property set per second: 34134028\nproperty-set-signaled: Property set per second: 7363178\nproperty-get: Property get per second: 34000521\nrefcount: Million refs+unref per second: 82.90\nExecuting: glib/performance.test\nrefcount-1: Million refs+unref per second: 217.69\nrefcount-toggle: Million refs+unref per second: 124.83\nPASS: glib/performance.test\nRunning test: glib/tls-certificate.test\nTAP version 14\n# random seed: R02S9c665d6415b403b47e1949b4581e02b0\n1..19\n# Start of tls-certificate tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?\nok 1 /tls-certificate/pem-parser\nok 2 /tls-certificate/pem-parser-handles-chain\nok 3 /tls-certificate/from_file\nok 4 /tls-certificate/from_files\nok 5 /tls-certificate/from_files_crlf\nok 6 /tls-certificate/from_files_pkcs8\nok 7 /tls-certificate/from_files_pkcs8enc\nok 8 /tls-certificate/list_from_file\nok 9 /tls-certificate/pkcs11-uri\nok 10 /tls-certificate/pkcs11-uri-unsupported\nok 11 /tls-certificate/from_pkcs12\nok 12 /tls-certificate/from_pkcs12_file\nok 13 /tls-certificate/not-valid-before\nok 14 /tls-certificate/not-valid-after\nok 15 /tls-certificate/subject-name\nok 16 /tls-certificate/issuer-name\nok 17 /tls-certificate/dns-names\nok 18 /tls-certificate/ip-addresses\nok 19 /tls-certificate/pem-parser-no-sentinel\n# End of tls-certificate tests\nPASS: glib/tls-certificate.test\nRunning test: glib/module-test-plugin.test\nTAP version 14\n# random seed: R02S20c052bb861b31cca358f73ed79bc320\n1..3\n# Start of module tests\nok 1 /module/basics\n# /module/invalid-libtool-archive summary: Test that opening an invalid .la file fails\nok 2 /module/invalid-libtool-archive\n# /module/local-binding summary: Test that binding a library's symbols locally does not add them globally\nok 3 /module/local-binding\n# End of module tests\nPASS: glib/module-test-plugin.test\nRunning test: glib/mimeapps.test\nTAP version 14\n# random seed: R02S05dbaea6fa16e7674d611c433cdff880\n1..7\n# Start of appinfo tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/all/.dirs/system-config1:/var/volatile/tmp/appinfo/all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/all/.dirs/system-data1:/var/volatile/tmp/appinfo/all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/all/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/all/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/all/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/mimeinfo.cache'\nok 1 /appinfo/all\n# Start of mime tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/api/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/api/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/api/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/api/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/api/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/all/.dirs/config to /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\nok 2 /appinfo/mime/api\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/default/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/default/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/default/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/default/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/default/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/api/.dirs/config to /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\nok 3 /appinfo/mime/default\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/file/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/file/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/file/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/default/.dirs/config to /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\nok 4 /appinfo/mime/file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/file/.dirs/config to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/config\nok 5 /appinfo/mime/scheme-handler\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/config to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\nok 6 /appinfo/mime/default-last-used\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/config\nok 7 /appinfo/mime/ignore-nonexisting\n# End of mime tests\n# End of appinfo tests\nPASS: glib/mimeapps.test\nRunning test: glib/autoptr-girepository.test\nTAP version 14\n# random seed: R02S209c33db3230c2b5ca44f0530ef706ba\n1..24\n# Start of autoptr tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/repository/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/repository/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/repository/.dirs/system-config1:/var/volatile/tmp/autoptr/repository/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/repository/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/repository/.dirs/system-data1:/var/volatile/tmp/autoptr/repository/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/repository/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/repository/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/repository/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 1 /autoptr/repository\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/typelib/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/typelib/.dirs/system-config1:/var/volatile/tmp/autoptr/typelib/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/typelib/.dirs/system-data1:/var/volatile/tmp/autoptr/typelib/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/typelib/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 2 /autoptr/typelib\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/base-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/base-info/.dirs/system-config1:/var/volatile/tmp/autoptr/base-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/base-info/.dirs/system-data1:/var/volatile/tmp/autoptr/base-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/base-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 3 /autoptr/base-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/arg-info/.dirs/system-config1:/var/volatile/tmp/autoptr/arg-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/arg-info/.dirs/system-data1:/var/volatile/tmp/autoptr/arg-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/arg-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 4 /autoptr/arg-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/callable-info/.dirs/system-config1:/var/volatile/tmp/autoptr/callable-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/callable-info/.dirs/system-data1:/var/volatile/tmp/autoptr/callable-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/callable-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 5 /autoptr/callable-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/callback-info/.dirs/system-config1:/var/volatile/tmp/autoptr/callback-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/callback-info/.dirs/system-data1:/var/volatile/tmp/autoptr/callback-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/callback-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 6 /autoptr/callback-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/constant-info/.dirs/system-config1:/var/volatile/tmp/autoptr/constant-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/constant-info/.dirs/system-data1:/var/volatile/tmp/autoptr/constant-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/constant-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 7 /autoptr/constant-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/enum-info/.dirs/system-config1:/var/volatile/tmp/autoptr/enum-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/enum-info/.dirs/system-data1:/var/volatile/tmp/autoptr/enum-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/enum-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 8 /autoptr/enum-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/field-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/field-info/.dirs/system-config1:/var/volatile/tmp/autoptr/field-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/field-info/.dirs/system-data1:/var/volatile/tmp/autoptr/field-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/field-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 9 /autoptr/field-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/flags-info/.dirs/system-config1:/var/volatile/tmp/autoptr/flags-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/flags-info/.dirs/system-data1:/var/volatile/tmp/autoptr/flags-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/flags-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 10 /autoptr/flags-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/function-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/function-info/.dirs/system-config1:/var/volatile/tmp/autoptr/function-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/function-info/.dirs/system-data1:/var/volatile/tmp/autoptr/function-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/function-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 11 /autoptr/function-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/interface-info/.dirs/system-config1:/var/volatile/tmp/autoptr/interface-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/interface-info/.dirs/system-data1:/var/volatile/tmp/autoptr/interface-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/interface-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 12 /autoptr/interface-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/object-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/object-info/.dirs/system-config1:/var/volatile/tmp/autoptr/object-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/object-info/.dirs/system-data1:/var/volatile/tmp/autoptr/object-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/object-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 13 /autoptr/object-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/property-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/property-info/.dirs/system-config1:/var/volatile/tmp/autoptr/property-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/property-info/.dirs/system-data1:/var/volatile/tmp/autoptr/property-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/property-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 14 /autoptr/property-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/registered-type-info/.dirs/system-config1:/var/volatile/tmp/autoptr/registered-type-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/registered-type-info/.dirs/system-data1:/var/volatile/tmp/autoptr/registered-type-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/registered-type-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 15 /autoptr/registered-type-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/signal-info/.dirs/system-config1:/var/volatile/tmp/autoptr/signal-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/signal-info/.dirs/system-data1:/var/volatile/tmp/autoptr/signal-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/signal-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 16 /autoptr/signal-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/struct-info/.dirs/system-config1:/var/volatile/tmp/autoptr/struct-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/struct-info/.dirs/system-data1:/var/volatile/tmp/autoptr/struct-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/struct-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 17 /autoptr/struct-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/type-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/type-info/.dirs/system-config1:/var/volatile/tmp/autoptr/type-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/type-info/.dirs/system-data1:/var/volatile/tmp/autoptr/type-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/type-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 18 /autoptr/type-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/union-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/union-info/.dirs/system-config1:/var/volatile/tmp/autoptr/union-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/union-info/.dirs/system-data1:/var/volatile/tmp/autoptr/union-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/union-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 19 /autoptr/union-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/value-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/value-info/.dirs/system-config1:/var/volatile/tmp/autoptr/value-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/value-info/.dirs/system-data1:/var/volatile/tmp/autoptr/value-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/value-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 20 /autoptr/value-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/vfunc-info/.dirs/system-config1:/var/volatile/tmp/autoptr/vfunc-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/vfunc-info/.dirs/system-data1:/var/volatile/tmp/autoptr/vfunc-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/vfunc-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 21 /autoptr/vfunc-info\n# End of autoptr tests\n# Start of auto tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/auto/arg-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/auto/arg-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/auto/arg-info/.dirs/system-config1:/var/volatile/tmp/auto/arg-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/auto/arg-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/auto/arg-info/.dirs/system-data1:/var/volatile/tmp/auto/arg-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/auto/arg-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/auto/arg-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/auto/arg-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 22 /auto/arg-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/auto/type-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/auto/type-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/auto/type-info/.dirs/system-config1:/var/volatile/tmp/auto/type-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/auto/type-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/auto/type-info/.dirs/system-data1:/var/volatile/tmp/auto/type-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/auto/type-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/auto/type-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/auto/type-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 23 /auto/type-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/auto/function-invoker/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/auto/function-invoker/.dirs/system-config1:/var/volatile/tmp/auto/function-invoker/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/auto/function-invoker/.dirs/system-data1:/var/volatile/tmp/auto/function-invoker/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/auto/function-invoker/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 24 /auto/function-invoker\n# End of auto tests\nPASS: glib/autoptr-girepository.test\nRunning test: glib/flags.test\nTAP version 14\n# random seed: R02S8d86ef7f15f34ce6c14b1108ee246456\n1..1\n# Start of gobject tests\n# Start of flags tests\nok 1 /gobject/flags/validate\n# End of flags tests\n# End of gobject tests\nPASS: glib/flags.test\nRunning test: glib/gdatetime.test\nTAP version 14\n# random seed: R02S53a75641ae221aa432acbb8d629d35df\n1..68\n# Start of GDateTime tests\n# Bug Reference: http://bugzilla.gnome.org/702674\nok 1 /GDateTime/invalid\nok 2 /GDateTime/add_days\nok 3 /GDateTime/add_full\nok 4 /GDateTime/add_hours\nok 5 /GDateTime/add_minutes\nok 6 /GDateTime/add_months\nok 7 /GDateTime/add_seconds\nok 8 /GDateTime/add_weeks\nok 9 /GDateTime/add_years\nok 10 /GDateTime/compare\nok 11 /GDateTime/diff\nok 12 /GDateTime/equal\nok 13 /GDateTime/get_day_of_week\nok 14 /GDateTime/get_day_of_month\nok 15 /GDateTime/get_day_of_year\nok 16 /GDateTime/get_hour\nok 17 /GDateTime/get_microsecond\nok 18 /GDateTime/get_minute\nok 19 /GDateTime/get_month\nok 20 /GDateTime/get_second\nok 21 /GDateTime/get_utc_offset\nok 22 /GDateTime/get_year\nok 23 /GDateTime/hash\nok 24 /GDateTime/new_from_unix\nok 25 /GDateTime/new_from_unix_utc\nok 26 /GDateTime/new_from_timeval\nok 27 /GDateTime/new_from_timeval_utc\nok 28 /GDateTime/new_from_iso8601\nok 29 /GDateTime/new_full\nok 30 /GDateTime/now\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2215\nok 31 /GDateTime/test-6-days-until-end-of-the-month\n# %a -> expected: Sat\n# %a -> actual:   Sat\n# %A -> expected: Saturday\n# %A -> actual:   Saturday\n# %b -> expected: Oct\n# %b -> actual:   Oct\n# %B -> expected: October\n# %B -> actual:   October\n# %d -> expected: 24\n# %d -> actual:   24\n# %d -> expected: 01\n# %d -> actual:   01\n# %e -> expected: 24\n# %e -> actual:   24\n# %e -> expected: \u20071\n# %e -> actual:   \u20071\n# %f -> expected: 001000\n# %f -> actual:   001000\n# %h -> expected: Oct\n# %h -> actual:   Oct\n# %H -> expected: 00\n# %H -> actual:   00\n# %H -> expected: 15\n# %H -> actual:   15\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 03\n# %I -> actual:   03\n# %j -> expected: 297\n# %j -> actual:   297\n# %k -> expected: \u20070\n# %k -> actual:   \u20070\n# %k -> expected: 13\n# %k -> actual:   13\n# %l -> expected: 12\n# %l -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %l -> expected: \u20071\n# %l -> actual:   \u20071\n# %l -> expected: 10\n# %l -> actual:   10\n# %m -> expected: 10\n# %m -> actual:   10\n# %M -> expected: 00\n# %M -> actual:   00\n# %p -> expected: AM\n# %p -> actual:   AM\n# %p -> expected: PM\n# %p -> actual:   PM\n# %P -> expected: am\n# %P -> actual:   am\n# %P -> expected: pm\n# %P -> actual:   pm\n# %r -> expected: 12:00:00 AM\n# %r -> actual:   12:00:00 AM\n# %r -> expected: 01:13:13 PM\n# %r -> actual:   01:13:13 PM\n# %R -> expected: 00:00\n# %R -> actual:   00:00\n# %R -> expected: 13:13\n# %R -> actual:   13:13\n# %S -> expected: 00\n# %S -> actual:   00\n# %t -> expected: \t\n# %t -> actual:   \t\n# %u -> expected: 6\n# %u -> actual:   6\n# %x -> expected: 10/24/09\n# %x -> actual:   10/24/09\n# %X -> expected: 00:00:00\n# %X -> actual:   00:00:00\n# %X -> expected: 13:14:15\n# %X -> actual:   13:14:15\n# %y -> expected: 09\n# %y -> actual:   09\n# %Y -> expected: 2009\n# %Y -> actual:   2009\n# %% -> expected: %\n# %% -> actual:   %\n# % -> expected: \n# % -> actual:   \n# %9 -> expected: (null)\n# %9 -> actual:   (null)\n# %Z -> expected: UTC\n# %Z -> actual:   UTC\n# %#Z %Z -> expected: utc UTC\n# %#Z %Z -> actual:   utc UTC\nok 32 /GDateTime/printf\n# %a -> expected: \n# %a -> actual:   \n# %A -> expected: \n# %A -> actual:   \n# %b -> expected: 10\n# %b -> actual:   10\n# %B -> expected: 10\n# %B -> actual:   10\n# %c -> expected: 2009\u01ef1024 0000\u02ac00\n# %c -> actual:   2009\u01ef1024 0000\u02ac00\n# %C -> expected: 20\n# %C -> actual:   20\n# %d -> expected: 24\n# %d -> actual:   24\n# %d -> expected: 01\n# %d -> actual:   01\n# %e -> expected: 24\n# %e -> actual:   24\n# %h -> expected: 10\n# %h -> actual:   10\n# %H -> expected: 00\n# %H -> actual:   00\n# %H -> expected: 15\n# %H -> actual:   15\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 03\n# %I -> actual:   03\n# %j -> expected: 297\n# %j -> actual:   297\n# %k -> expected: ?0\n# %k -> actual:   ?0\n# %k -> expected: 13\n# %k -> actual:   13\n# %l -> expected: 12\n# %l -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %l -> expected: ?1\n# %l -> actual:   ?1\n# %l -> expected: 10\n# %l -> actual:   10\n# %m -> expected: 10\n# %m -> actual:   10\n# %M -> expected: 00\n# %M -> actual:   00\n# %p -> expected: \n# %p -> actual:   \n# %p -> expected: \n# %p -> actual:   \n# %P -> expected: \n# %P -> actual:   \n# %P -> expected: \n# %P -> actual:   \n# %r -> expected: 1200\u02ac00\n# %r -> actual:   1200\u02ac00\n# %r -> expected: 0113\u02ac13\n# %r -> actual:   0113\u02ac13\n# %R -> expected: 00:00\n# %R -> actual:   00:00\n# %R -> expected: 13:13\n# %R -> actual:   13:13\n# %S -> expected: 00\n# %S -> actual:   00\n# %t -> expected: \t\n# %t -> actual:   \t\n# %u -> expected: 6\n# %u -> actual:   6\n# %x -> expected: 2009\u01ef1024\n# %x -> actual:   2009\u01ef1024\n# %X -> expected: 0000\u02ac00\n# %X -> actual:   0000\u02ac00\n# %X -> expected: 1314\u02ac15\n# %X -> actual:   1314\u02ac15\n# %y -> expected: 09\n# %y -> actual:   09\n# %Y -> expected: 2009\n# %Y -> actual:   2009\n# %% -> expected: %\n# %% -> actual:   %\n# % -> expected: \n# % -> actual:   \n# %9 -> expected: (null)\n# %9 -> actual:   (null)\n# %Ec -> expected: \u02bf21\u01ef1024 0000\u02ac00\n# %Ec -> actual:   \u02bf21\u01ef1024 0000\u02ac00\n# %EC -> expected: \u02bf\n# %EC -> actual:   \u02bf\n# %Ex -> expected: \u02bf21\u01ef1024\n# %Ex -> actual:   \u02bf21\u01ef1024\n# %EX -> expected: 0000\u02ac00\n# %EX -> actual:   0000\u02ac00\n# %Ey -> expected: 21\n# %Ey -> actual:   21\n# %EY -> expected: \u02bf21\u01ef\n# %EY -> actual:   \u02bf21\u01ef\nok 33 /GDateTime/non_utf8_printf\n# ???? -> expected: ????\n# ???? -> actual:   ????\n# %H?%M -> expected: 23?15\n# %H?%M -> actual:   23?15\nGLib: Cannot convert message: Konwersja z\u00a0zestawu znak\u00f3w \u201eUTF-8\u201d na zestaw \u201eISO-8859-2\u201d nie jest obs\u0142ugiwana\n# %H\u2236%M -> expected: 23\u223615\n# %H\u2236%M -> actual:   23\u223615\nok 34 /GDateTime/format_unrepresentable\nok 35 /GDateTime/format_iso8601\nok 36 /GDateTime/strftime\n# %d -> expected: 01\n# %d -> actual:   01\n# %_d -> expected:  1\n# %_d -> actual:    1\n# %-d -> expected: 1\n# %-d -> actual:   1\n# %0d -> expected: 01\n# %0d -> actual:   01\n# %d -> expected: 21\n# %d -> actual:   21\n# %_d -> expected: 21\n# %_d -> actual:   21\n# %-d -> expected: 21\n# %-d -> actual:   21\n# %0d -> expected: 21\n# %0d -> actual:   21\n# %e -> expected: \u20071\n# %e -> actual:   \u20071\n# %_e -> expected:  1\n# %_e -> actual:    1\n# %-e -> expected: 1\n# %-e -> actual:   1\n# %0e -> expected: 01\n# %0e -> actual:   01\n# %e -> expected: 21\n# %e -> actual:   21\n# %_e -> expected: 21\n# %_e -> actual:   21\n# %-e -> expected: 21\n# %-e -> actual:   21\n# %0e -> expected: 21\n# %0e -> actual:   21\n# %a -> expected: Thu\n# %a -> actual:   Thu\n# %^a -> expected: THU\n# %^a -> actual:   THU\n# %#a -> expected: THU\n# %#a -> actual:   THU\n# %A -> expected: Thursday\n# %A -> actual:   Thursday\n# %^A -> expected: THURSDAY\n# %^A -> actual:   THURSDAY\n# %#A -> expected: THURSDAY\n# %#A -> actual:   THURSDAY\n# %b -> expected: Jan\n# %b -> actual:   Jan\n# %^b -> expected: JAN\n# %^b -> actual:   JAN\n# %#b -> expected: JAN\n# %#b -> actual:   JAN\n# %B -> expected: January\n# %B -> actual:   January\n# %^B -> expected: JANUARY\n# %^B -> actual:   JANUARY\n# %#B -> expected: JANUARY\n# %#B -> actual:   JANUARY\n# %h -> expected: Jan\n# %h -> actual:   Jan\n# %^h -> expected: JAN\n# %^h -> actual:   JAN\n# %#h -> expected: JAN\n# %#h -> actual:   JAN\n# %Z -> expected: UTC\n# %Z -> actual:   UTC\n# %^Z -> expected: UTC\n# %^Z -> actual:   UTC\n# %#Z -> expected: utc\n# %#Z -> actual:   utc\n# %H -> expected: 01\n# %H -> actual:   01\n# %_H -> expected:  1\n# %_H -> actual:    1\n# %-H -> expected: 1\n# %-H -> actual:   1\n# %0H -> expected: 01\n# %0H -> actual:   01\n# %H -> expected: 21\n# %H -> actual:   21\n# %_H -> expected: 21\n# %_H -> actual:   21\n# %-H -> expected: 21\n# %-H -> actual:   21\n# %0H -> expected: 21\n# %0H -> actual:   21\n# %I -> expected: 01\n# %I -> actual:   01\n# %_I -> expected:  1\n# %_I -> actual:    1\n# %-I -> expected: 1\n# %-I -> actual:   1\n# %0I -> expected: 01\n# %0I -> actual:   01\n# %I -> expected: 11\n# %I -> actual:   11\n# %_I -> expected: 11\n# %_I -> actual:   11\n# %-I -> expected: 11\n# %-I -> actual:   11\n# %0I -> expected: 11\n# %0I -> actual:   11\n# %k -> expected: \u20071\n# %k -> actual:   \u20071\n# %_k -> expected:  1\n# %_k -> actual:    1\n# %-k -> expected: 1\n# %-k -> actual:   1\n# %0k -> expected: 01\n# %0k -> actual:   01\n# %l -> expected: \u20071\n# %l -> actual:   \u20071\n# %_l -> expected:  1\n# %_l -> actual:    1\n# %-l -> expected: 1\n# %-l -> actual:   1\n# %0l -> expected: 01\n# %0l -> actual:   01\n# %l -> expected: 11\n# %l -> actual:   11\n# %_l -> expected: 11\n# %_l -> actual:   11\n# %-l -> expected: 11\n# %-l -> actual:   11\n# %0l -> expected: 11\n# %0l -> actual:   11\n# %p -> expected: AM\n# %p -> actual:   AM\n# %^p -> expected: AM\n# %^p -> actual:   AM\n# %#p -> expected: am\n# %#p -> actual:   am\n# %P -> expected: am\n# %P -> actual:   am\n# %^P -> expected: AM\n# %^P -> actual:   AM\n# %#P -> expected: am\n# %#P -> actual:   am\n# %OH -> expected: \u06f2\u06f3\n# %OH -> actual:   \u06f2\u06f3\n# %OI -> expected: \u06f1\u06f1\n# %OI -> actual:   \u06f1\u06f1\n# %OM -> expected: \u06f0\u06f0\n# %OM -> actual:   \u06f0\u06f0\n# %Om -> expected: \u06f0\u06f7\n# %Om -> actual:   \u06f0\u06f7\n# %0Om -> expected: \u06f0\u06f7\n# %0Om -> actual:   \u06f0\u06f7\n# %-Om -> expected: \u06f7\n# %-Om -> actual:   \u06f7\n# %_Om -> expected:  \u06f7\n# %_Om -> actual:    \u06f7\n# %c -> expected: thu 01 jan 2009 00:00:00 utc\n# %c -> actual:   Thu 01 Jan 2009 00:00:00 UTC\n# %Ec -> expected: thu 01 jan 2009 00:00:00 utc\n# %Ec -> actual:   Thu 01 Jan 2009 00:00:00 UTC\n# %C -> expected: 20\n# %C -> actual:   20\n# %EC -> expected: 20\n# %EC -> actual:   20\n# %x -> expected: 02/01/09\n# %x -> actual:   02/01/09\n# %Ex -> expected: 02/01/09\n# %Ex -> actual:   02/01/09\n# %X -> expected: 01:02:03\n# %X -> actual:   01:02:03\n# %EX -> expected: 01:02:03\n# %EX -> actual:   01:02:03\n# %y -> expected: 09\n# %y -> actual:   09\n# %Ey -> expected: 09\n# %Ey -> actual:   09\n# %Y -> expected: 2009\n# %Y -> actual:   2009\n# %EY -> expected: 2009\n# %EY -> actual:   2009\nok 37 /GDateTime/modifiers # SKIP locale gu_IN not available, skipping O modifier tests\n# Bug Reference: http://bugzilla.gnome.org/749206\n# %B -> expected: January\n# %B -> actual:   January\n# %OB -> expected: February\n# %OB -> actual:   February\n# %b -> expected: Mar\n# %b -> actual:   Mar\n# %Ob -> expected: Apr\n# %Ob -> actual:   Apr\n# %h -> expected: May\n# %h -> actual:   May\n# %Oh -> expected: Jun\n# %Oh -> actual:   Jun\n# %B -> expected: Juli\n# %B -> actual:   Juli\n# %OB -> expected: August\n# %OB -> actual:   August\n# %b -> expected: Sep\n# %b -> actual:   Sep\n# %Ob -> expected: Okt\n# %Ob -> actual:   Okt\n# %h -> expected: Nov\n# %h -> actual:   Nov\n# %Oh -> expected: Dez\n# %Oh -> actual:   Dez\n# %B -> expected: enero\n# %B -> actual:   enero\n# %OB -> expected: febrero\n# %OB -> actual:   febrero\n# %b -> expected: mar\n# %b -> actual:   mar\n# %Ob -> expected: abr\n# %Ob -> actual:   abr\n# %h -> expected: may\n# %h -> actual:   may\n# %Oh -> expected: jun\n# %Oh -> actual:   jun\n# %B -> expected: juillet\n# %B -> actual:   juillet\n# %OB -> expected: ao\u00fbt\n# %OB -> actual:   ao\u00fbt\n# %b -> expected: sept.\n# %b -> actual:   sept.\n# %Ob -> expected: oct.\n# %Ob -> actual:   oct.\n# %h -> expected: nov.\n# %h -> actual:   nov.\n# %Oh -> expected: d\u00e9c.\n# %Oh -> actual:   d\u00e9c.\n# %B -> expected: \u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> actual:   \u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> expected: \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> actual:   \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> expected: \u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5\n# %B -> actual:   \u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5\n# %OB -> expected: \u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2\n# %OB -> actual:   \u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2\n# %OB -> expected: \u039c\u03ac\u03b9\u03bf\u03c2\n# %OB -> actual:   \u039c\u03ac\u03b9\u03bf\u03c2\n# %OB -> expected: \u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2\n# %OB -> actual:   \u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2\n# %b -> expected: \u0399\u03bf\u03c5\u03bb\n# %b -> actual:   \u0399\u03bf\u03c5\u03bb\n# %Ob -> expected: \u0391\u03cd\u03b3\n# %Ob -> actual:   \u0391\u03cd\u03b3\n# %B -> expected: svibnja\n# %B -> actual:   svibnja\n# %B -> expected: lipnja\n# %B -> actual:   lipnja\n# %B -> expected: srpnja\n# %B -> actual:   srpnja\n# %OB -> expected: Kolovoz\n# %OB -> actual:   kolovoz\n# %OB -> expected: Rujan\n# %OB -> actual:   rujan\n# %OB -> expected: Listopad\n# %OB -> actual:   listopad\n# %b -> expected: Stu\n# %b -> actual:   stu\n# %Ob -> expected: Pro\n# %Ob -> actual:   pro\n# %B -> expected: sausio\n# %B -> actual:   sausio\n# %B -> expected: vasario\n# %B -> actual:   vasario\n# %B -> expected: kovo\n# %B -> actual:   kovo\n# %OB -> expected: balandis\n# %OB -> actual:   balandis\n# %OB -> expected: gegu\u017e\u0117\n# %OB -> actual:   gegu\u017e\u0117\n# %OB -> expected: bir\u017eelis\n# %OB -> actual:   bir\u017eelis\n# %b -> expected: liep.\n# %b -> actual:   liep.\n# %Ob -> expected: rugp.\n# %Ob -> actual:   rugp.\n# %B -> expected: maja\n# %B -> actual:   maja\n# %B -> expected: czerwca\n# %B -> actual:   czerwca\n# %B -> expected: lipca\n# %B -> actual:   lipca\n# %OB -> expected: sierpie\u0144\n# %OB -> actual:   sierpie\u0144\n# %OB -> expected: wrzesie\u0144\n# %OB -> actual:   wrzesie\u0144\n# %OB -> expected: pa\u017adziernik\n# %OB -> actual:   pa\u017adziernik\n# %b -> expected: lis\n# %b -> actual:   lis\n# %Ob -> expected: gru\n# %Ob -> actual:   gru\n# %B -> expected: \u044f\u043d\u0432\u0430\u0440\u044f\n# %B -> actual:   \u044f\u043d\u0432\u0430\u0440\u044f\n# %B -> expected: \u0444\u0435\u0432\u0440\u0430\u043b\u044f\n# %B -> actual:   \u0444\u0435\u0432\u0440\u0430\u043b\u044f\n# %B -> expected: \u043c\u0430\u0440\u0442\u0430\n# %B -> actual:   \u043c\u0430\u0440\u0442\u0430\n# %OB -> expected: \u0410\u043f\u0440\u0435\u043b\u044c\n# %OB -> actual:   \u0410\u043f\u0440\u0435\u043b\u044c\n# %OB -> expected: \u041c\u0430\u0439\n# %OB -> actual:   \u041c\u0430\u0439\n# %OB -> expected: \u0418\u044e\u043d\u044c\n# %OB -> actual:   \u0418\u044e\u043d\u044c\n# %b -> expected: \u0438\u044e\u043b\n# %b -> actual:   \u0438\u044e\u043b\n# %Ob -> expected: \u0430\u0432\u0433\n# %Ob -> actual:   \u0430\u0432\u0433\n# %b -> expected: \u043c\u0430\u044f\n# %b -> actual:   \u043c\u0430\u044f\n# %Ob -> expected: \u043c\u0430\u0439\n# %Ob -> actual:   \u043c\u0430\u0439\nok 38 /GDateTime/month_names\nok 39 /GDateTime/to_local\nok 40 /GDateTime/to_unix\nok 41 /GDateTime/to_timeval\nok 42 /GDateTime/to_utc\nok 43 /GDateTime/now_utc\nok 44 /GDateTime/dst\n# Bug Reference: http://bugzilla.gnome.org/642935\nok 45 /GDateTime/test_z\nok 46 /GDateTime/test-all-dates\nok 47 /GDateTime/unix_usec\n# Start of new_from_unix tests\n# Bug Reference: http://bugzilla.gnome.org/782089\nok 48 /GDateTime/new_from_unix/overflow\n# End of new_from_unix tests\n# Start of new_from_timeval tests\n# Bug Reference: http://bugzilla.gnome.org/782089\n# Maximum supported GTimeVal.tv_sec = 253402300799\nok 49 /GDateTime/new_from_timeval/overflow\n# End of new_from_timeval tests\n# Start of new_from_iso8601 tests\n# /GDateTime/new_from_iso8601/2 summary: Further parser tests for g_date_time_new_from_iso8601(), checking success and failure using test vectors.\n# Vector 0: 1990-11-01T10:21:17Z\n# Vector 1: 19901101T102117Z\n# Vector 2: 1970-01-01T00:00:17.12Z\n# Vector 3: 1970-01-01T00:00:17.1234Z\n# Vector 4: 1970-01-01T00:00:17.123456Z\n# Vector 5: 1980-02-22T12:36:00+02:00\n# Vector 6: 1990-12-31T15:59:60-08:00\n# Vector 7:    \n# Vector 8: x\n# Vector 9: 123x\n# Vector 10: 2001-10+x\n# Vector 11: 1980-02-22T\n# Vector 12: 2001-10-08Tx\n# Vector 13: 2001-10-08T10:11x\n# Vector 14: Wed Dec 19 17:20:20 GMT 2007\n# Vector 15: 1980-02-22T10:36:00Zulu\n# Vector 16: 2T0+819855292164632335\n# Vector 17: 2018-08-03T14:08:05.446178377+01:00\n# Vector 18: 2147483648-08-03T14:08:05.446178377+01:00\n# Vector 19: 2018-13-03T14:08:05.446178377+01:00\n# Vector 20: 2018-00-03T14:08:05.446178377+01:00\n# Vector 21: 2018-08-00T14:08:05.446178377+01:00\n# Vector 22: 2018-08-32T14:08:05.446178377+01:00\n# Vector 23: 2018-08-03T24:08:05.446178377+01:00\n# Vector 24: 2018-08-03T14:60:05.446178377+01:00\n# Vector 25: 2018-08-03T14:08:63.446178377+01:00\n# Vector 26: 2018-08-03T14:08:05.446178377+100:00\n# Vector 27: 20180803T140805.446178377+0100\n# Vector 28: 21474836480803T140805.446178377+0100\n# Vector 29: 20181303T140805.446178377+0100\n# Vector 30: 20180003T140805.446178377+0100\n# Vector 31: 20180800T140805.446178377+0100\n# Vector 32: 20180832T140805.446178377+0100\n# Vector 33: 20180803T240805.446178377+0100\n# Vector 34: 20180803T146005.446178377+0100\n# Vector 35: 20180803T140863.446178377+0100\n# Vector 36: 20180803T140805.446178377+10000\n# Vector 37: -0005-01-01T00:00:00Z\n# Vector 38: 2018-08-06\n# Vector 39: 20180803T140805,446178377+0100\n# Vector 40: 2018-08-03T14:08:05.446178377-01:00\n# Vector 41: 2018-08-03T14:08:05.446178377 01:00\n# Vector 42: 1990-11-01T10:21:17\n# Vector 43: 1719W462 407777-07\n# Vector 44: 4011090 260528Z\n# Vector 45: 0000W011 228214-22\nok 50 /GDateTime/new_from_iso8601/2\n# End of new_from_iso8601 tests\n# Start of format_mixed tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# Unavailable 'de_DE.iso88591' locale\nok 51 /GDateTime/format_mixed/utf8_time_non_utf8_messages # SKIP required locale not available, skipping tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# %b -> expected: mar\n# %b -> actual:   Mar\n# %B -> expected: march\n# %B -> actual:   March\nok 52 /GDateTime/format_mixed/utf8_time_utf8_messages\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# Unavailable 'de_DE.iso88591' locale\nok 53 /GDateTime/format_mixed/non_utf8_time_non_utf8_messages # SKIP required locale not available, skipping tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# Unavailable 'de_DE.iso88591' locale\nok 54 /GDateTime/format_mixed/non_utf8_time_utf8_messages # SKIP required locale not available, skipping tests\n# End of format_mixed tests\n# Start of strftime tests\n# %r -> expected: (null)\n# %r -> actual:   (null)\nok 55 /GDateTime/strftime/error_handling\n# End of strftime tests\n# Start of eras tests\nok 56 /GDateTime/eras/japan # SKIP locale ja_JP.utf-8 not available, skipping Japanese era tests\n# %Ec -> expected: \u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35\u0e17\u0e35\u0e48 \u20071 \u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19 \u0e1e.\u0e28. 2566, 00.00.00 \u0e19.\n# %Ec -> actual:   \u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35\u0e17\u0e35\u0e48 \u20071 \u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19 \u0e1e.\u0e28. 2566, 00.00.00 \u0e19.\n# %EC -> expected: \u0e1e.\u0e28.\n# %EC -> actual:   \u0e1e.\u0e28.\n# %Ex -> expected: \u20071 \u0e21\u0e34.\u0e22. 2566\n# %Ex -> actual:   \u20071 \u0e21\u0e34.\u0e22. 2566\n# %EX -> expected: 00.00.00 \u0e19.\n# %EX -> actual:   00.00.00 \u0e19.\n# %Ey -> expected: 2566\n# %Ey -> actual:   2566\n# %EY -> expected: \u0e1e.\u0e28. 2566\n# %EY -> actual:   \u0e1e.\u0e28. 2566\n# %Ex -> expected: \u20071 \u0e21\u0e34.\u0e22. 544\n# %Ex -> actual:   \u20071 \u0e21\u0e34.\u0e22. 544\nok 57 /GDateTime/eras/thailand\n# Vector 0: \n# Vector 1: +:1:-543/01/01:+*:\u0e1e.\u0e28.:%EC %Ey\n# Vector 2: +:2:2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74;+:1:2019/05/01:2019/12/31:\u4ee4\u548c:%EC\u5143\u5e74;+:2:1990/01/01:2019/04/30:\u5e73\u6210:%EC%Ey\u5e74;+:1:1989/01/08:1989/12/31:\u5e73\u6210:%EC\u5143\u5e74;+:2:1927/01/01:1989/01/07:\u662d\u548c:%EC%Ey\u5e74;+:1:1926/12/25:1926/12/31:\u662d\u548c:%EC\u5143\u5e74;+:2:1913/01/01:1926/12/24:\u5927\u6b63:%EC%Ey\u5e74;+:1:1912/07/30:1912/12/31:\u5927\u6b63:%EC\u5143\u5e74;+:6:1873/01/01:1912/07/29:\u660e\u6cbb:%EC%Ey\u5e74;+:1:0001/01/01:1872/12/31:\u897f\u66a6:%EC%Ey\u5e74;+:1:-0001/12/31:-*:\u7d00\u5143\u524d:%EC%Ey\u5e74\n# Vector 3: -:2:2020/01/01:-*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 4: +:2:2020/01/01:2020/01/01:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 5: +:2:+2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 6: .:2:2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 7: +.2:2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 8: +\n# Vector 9: +:\n# Vector 10: +::\n# Vector 11: +:200\n# Vector 12: +:2nonsense\n# Vector 13: +:2nonsense:\n# Vector 14: +:2:\n# Vector 15: +:2::\n# Vector 16: +:2:2020-01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 17: +:2:2020nonsense/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 18: +:2:2020:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 19: +:2:18446744073709551615/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 20: +:2:2020/01-01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 21: +:2:2020/01nonsense/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 22: +:2:2020/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 23: +:2:2020/00/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 24: +:2:2020/13/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 25: +:2:2020/01/00:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 26: +:2:2020/01/32:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 27: +:2:2020/01/01nonsense:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 28: +:2:2020/01/01\n# Vector 29: +:2:2020/01/01:\n# Vector 30: +:2:2020/01/01::\n# Vector 31: +:2:2020/01/01:2021-01-01:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 32: +:2:2020/01/01:+*\n# Vector 33: +:2:2020/01/01:+*:\n# Vector 34: +:2:2020/01/01:+*::\n# Vector 35: +:2:2020/01/01:+*:\u4ee4\u548c\n# Vector 36: +:2:2020/01/01:+*:\u4ee4\u548c:\n# Vector 37: +:2:2020/01/01:+*:\u4ee4\u548c:;\nok 58 /GDateTime/eras/parsing\n# End of eras tests\n# End of GDateTime tests\n# Start of GTimeZone tests\nok 59 /GTimeZone/find-interval\nok 60 /GTimeZone/adjust-time\nok 61 /GTimeZone/no-header\nok 62 /GTimeZone/no-header-identifier\nok 63 /GTimeZone/posix-parse\n# Bug Reference: http://bugzilla.gnome.org/697715\nok 64 /GTimeZone/floating-point\n# System time zone identifier: Universal\nok 65 /GTimeZone/identifier\n# Vector 0: -158400\n# Vector 1: -10000\n# Vector 2: -3600\n# Vector 3: -61\n# Vector 4: -60\n# Vector 5: -59\n# Vector 6: 0\n# Vector 7: 59\n# Vector 8: 60\n# Vector 9: 61\n# Vector 10: 3600\n# Vector 11: 10000\n# Vector 12: 158400\nok 66 /GTimeZone/new-offset\n# /GTimeZone/parse-rfc8536 summary: Test parsing time zone files in RFC 8536 version 3 format\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2129\nok 67 /GTimeZone/parse-rfc8536\n# /GTimeZone/caching summary: GTimeZone instances are cached\nok 68 /GTimeZone/caching\n# End of GTimeZone tests\nPASS: glib/gdatetime.test\nRunning test: glib/tree.test\nTAP version 14\n# random seed: R02S6d3805b039b9922b785dedf1f6f33c05\n1..7\n# Start of tree tests\nok 1 /tree/search\nok 2 /tree/remove\nok 3 /tree/destroy\nok 4 /tree/traverse\nok 5 /tree/insert\nok 6 /tree/bounds\nok 7 /tree/remove-all\n# End of tree tests\nPASS: glib/tree.test\nRunning test: glib/deprecated-properties.test\nTAP version 14\n# random seed: R02S57ea9b6304d13943cca60f5f35e8bc29\n1..3\n# Start of deprecated-properties tests\nok 1 /deprecated-properties/construct\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2748\nok 2 /deprecated-properties/default-construct\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2748\nok 3 /deprecated-properties/set\n# End of deprecated-properties tests\nPASS: glib/deprecated-properties.test\nRunning test: glib/protocol.test\nTAP version 14\n# random seed: R02Sf290ae8df723d3d3c24a47ed30c0da0d\n1..9\n# Start of glib tests\n# Start of testing tests\n# Start of protocol tests\nok 1 /glib/testing/protocol/debug\nok 2 /glib/testing/protocol/info\nok 3 /glib/testing/protocol/message\nok 4 /glib/testing/protocol/warning\nok 5 /glib/testing/protocol/critical\nok 6 /glib/testing/protocol/error\nok 7 /glib/testing/protocol/gtest-message\nok 8 /glib/testing/protocol/test-message\nok 9 /glib/testing/protocol/test-error\n# End of protocol tests\n# End of testing tests\n# End of glib tests\nPASS: glib/protocol.test\nRunning test: glib/utils-isolated.test\nTAP version 14\n# random seed: R02S0345a2583c88ed3b58e8e7040034fb84\n1..11\n# Start of utils-isolated tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/runtime\nok 1 /utils-isolated/tmp-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/home-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/home-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/home-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/home-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/home-dir/.dirs/runtime\nok 2 /utils-isolated/home-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/runtime\nok 3 /utils-isolated/user-cache-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-config1:/var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-data1:/var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/runtime\nok 4 /utils-isolated/system-config-dirs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/runtime\nok 5 /utils-isolated/user-config-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-config1:/var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-data1:/var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/runtime\nok 6 /utils-isolated/system-data-dirs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/runtime\nok 7 /utils-isolated/user-data-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/runtime\nok 8 /utils-isolated/user-state-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/runtime\nok 9 /utils-isolated/user-runtime-dir\n# Start of cleanup tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-config1:/var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-data1:/var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/runtime\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/runtime: Directory not empty\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs: Directory not empty\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/handles-errors: Directory not empty\nok 10 /utils-isolated/cleanup/handles-errors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-config1:/var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-data1:/var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/runtime\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks: No such file or directory\nok 11 /utils-isolated/cleanup/doesnt-follow-symlinks\n# End of cleanup tests\n# End of utils-isolated tests\nPASS: glib/utils-isolated.test\nRunning test: glib/function-info.test\nTAP version 14\n# random seed: R02S1d797b59b22d022dabf7c17e6dd49656\n1..1\n# Start of function-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/function-info/invoker/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/function-info/invoker/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/function-info/invoker/.dirs/system-config1:/var/volatile/tmp/function-info/invoker/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/function-info/invoker/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/function-info/invoker/.dirs/system-data1:/var/volatile/tmp/function-info/invoker/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/function-info/invoker/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/function-info/invoker/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/function-info/invoker/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /function-info/invoker summary: Test preparing a function invoker\nok 1 /function-info/invoker\n# End of function-info tests\nPASS: glib/function-info.test\nRunning test: glib/io-channel-basic.test\nTAP version 14\n# random seed: R02S9f6e04a7a63b1cb3ce81418c35f54d1a\n1..1\n# Start of gio tests\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S1975013842e0b6a0f34d762a69e83c6b\n    # GLib-DEBUG: io-channel-basic: child writing 8+3896 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3896 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+455 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 455 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3829 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3829 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4465 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4465 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4330 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4330 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2242 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 2242 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3367 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3367 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3581 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3581 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\nExecuting: glib/io-channel-basic.test\n    # GLib-DEBUG: io-channel-basic: child writing 8+3163 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3163 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+758 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 758 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3615 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3615 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4559 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4559 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4534 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4534 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4137 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4137 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4809 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4809 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3926 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3926 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4270 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4270 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+138 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 138 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2408 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 2408 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4465 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4465 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1705 bytes to 6\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 6\n# GLib-DEBUG: io-channel-basic: ...from 5: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 1705 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S90865ec686d0eabd36375efdf679e306\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S6eaa29ba5242e049d87acc11dd47f3a5\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S5cb8c370b4fb70d112a247b14bdc2333\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S53edab4dc6b512d5fbc2561861d06a64\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S9a40d98adb146c221fab39618414f167\n    # GLib-DEBUG: io-channel-basic: child writing 8+4994 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4994 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2501 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2501 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1364 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1364 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+63 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 63 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1107 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1107 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+323 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 323 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4709 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4709 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1050 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 1050 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4068 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 4068 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4149 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4149 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+560 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 560 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4226 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4226 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1650 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 1650 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3762 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3762 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3039 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3039 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2573 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2573 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2142 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2142 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4318 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4318 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4184 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4184 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+815 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 815 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2241 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2241 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2984 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2984 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2652 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2652 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+136 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 136 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+649 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 649 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1646 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 1646 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4277 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4277 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+550 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 550 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3421 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3421 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3952 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3952 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\nExecuting: glib/io-channel-basic.test\n    # GLib-DEBUG: io-channel-basic: child writing 8+771 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 771 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+987 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 987 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4331 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4331 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+458 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 458 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+785 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 785 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4684 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4684 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3043 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 3043 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2294 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 2294 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3670 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3670 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2642 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2642 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1524 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1524 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4584 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 4584 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+982 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 982 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4004 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4004 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4200 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4200 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+793 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 793 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+338 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 338 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+147 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 147 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3247 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3247 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2436 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2436 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2110 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2110 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1682 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 1682 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1519 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 1519 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3702 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3702 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2726 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2726 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3119 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 3119 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+154 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 154 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3317 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3317 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1545 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1545 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2295 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2295 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2180 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2180 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2008 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2008 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1050 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1050 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3856 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3856 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3003 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3003 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2883 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2883 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1779 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1779 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1402 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1402 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+810 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 810 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3907 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3907 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3566 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 3566 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4728 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4728 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4730 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4730 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4322 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4322 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+950 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 950 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+188 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 188 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2855 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2855 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1248 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1248 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+588 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 588 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3488 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3488 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+337 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 337 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+736 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 736 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+922 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 922 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2087 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 2087 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4687 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4687 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2193 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2193 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+16 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 16 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3856 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3856 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1032 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 1032 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+907 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 907 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+889 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 889 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4751 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4751 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2708 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2708 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4718 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4718 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+172 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 172 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1447 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 1447 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1600 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1600 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+433 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 433 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+551 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 551 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3807 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3807 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+272 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 272 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1960 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1960 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2171 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2171 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3076 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3076 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+410 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 410 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2855 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2855 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4816 bytes to 9\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 9\n# GLib-DEBUG: io-channel-basic: ...from 8: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4816 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1086 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1086 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4156 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4156 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2748 bytes to 11\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 11\n# GLib-DEBUG: io-channel-basic: ...from 10: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2748 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+136 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 136 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4359 bytes to 15\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 15\n# GLib-DEBUG: io-channel-basic: ...from 14: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4359 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4164 bytes to 13\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 13\n# GLib-DEBUG: io-channel-basic: ...from 12: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4164 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2657 bytes to 17\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 17\n# GLib-DEBUG: io-channel-basic: ...from 16: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2657 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\nok 1 /gio/io-basics\n# slow test /gio/io-basics executed in 11.68 secs\n# End of gio tests\nPASS: glib/io-channel-basic.test\nRunning test: glib/utils-c-11.test\nTAP version 14\n# random seed: R02Sf652384be81bb6a19ecaa707f45d6708\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-11.test\nRunning test: glib/objects-refcount2.test\nTAP version 14\n# random seed: R02S6b527879ece5fe0f630089aa157c7300\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x55c160627b70\n# \n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\nExecuting: glib/objects-refcount2.test\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# dispose 0x55c160627b70!\n# \nok 1 /gobject/refcount/object-advanced\n# slow test /gobject/refcount/object-advanced executed in 2.33 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/objects-refcount2.test\nRunning test: glib/memory-monitor-portal.test\nTAP version 13\nok 1 __main__.TestLowMemoryMonitorPortal.test_low_memory_warning_portal_signal # SKIP xdg-desktop-portal not available\n1..1\nPASS: glib/memory-monitor-portal.test\nRunning test: glib/spawn-multithreaded.test\nTAP version 14\n# random seed: R02Sa8078bfc4b6f1e846606c48c47df9f12\n1..4\n# Start of gthread tests\n# Child 1531 (ttl 1) exited, status 0\n# Child 1532 (ttl 2) exited, status 0\nok 1 /gthread/spawn-childs\n# slow test /gthread/spawn-childs executed in 2.00 secs\n# Created pid: 1536 (ttl 1)\n# Created pid: 1537 (ttl 2)\nExecuting: glib/spawn-multithreaded.test\n# Child 1536 (ttl 1) exited, status 0\n# Child 1537 (ttl 2) exited, status 0\nok 2 /gthread/spawn-childs-threads\n# slow test /gthread/spawn-childs-threads executed in 2.00 secs\nok 3 /gthread/spawn-sync\nok 4 /gthread/spawn-async\n# End of gthread tests\nPASS: glib/spawn-multithreaded.test\nRunning test: glib/bitlock.test\nTAP version 14\n# random seed: R02Sc6c2b3f519e1240bab2f75ee4e43bb2e\n1..1\n# Start of bitlock tests\n# Start of performance tests\n# max perf: iterations per second\nok 1 /bitlock/performance/uncontended\n# End of performance tests\n# End of bitlock tests\nPASS: glib/bitlock.test\nRunning test: glib/callable-info.test\nTAP version 14\n# random seed: R02S5651883d070589a84a677ac8416933be\n1..5\n# Start of callable-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/sync-function/.dirs/system-config1:/var/volatile/tmp/callable-info/sync-function/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/sync-function/.dirs/system-data1:/var/volatile/tmp/callable-info/sync-function/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/sync-function/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 1 /callable-info/sync-function\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/async-function/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/async-function/.dirs/system-config1:/var/volatile/tmp/callable-info/async-function/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/async-function/.dirs/system-data1:/var/volatile/tmp/callable-info/async-function/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/async-function/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 2 /callable-info/async-function\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/is-method/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/is-method/.dirs/system-config1:/var/volatile/tmp/callable-info/is-method/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/is-method/.dirs/system-data1:/var/volatile/tmp/callable-info/is-method/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/is-method/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 3 /callable-info/is-method\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/static-method/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/static-method/.dirs/system-config1:/var/volatile/tmp/callable-info/static-method/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/static-method/.dirs/system-data1:/var/volatile/tmp/callable-info/static-method/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/static-method/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 4 /callable-info/static-method\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/static-vfunc/.dirs/system-config1:/var/volatile/tmp/callable-info/static-vfunc/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/static-vfunc/.dirs/system-data1:/var/volatile/tmp/callable-info/static-vfunc/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/static-vfunc/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# Bug Reference: https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/361\nok 5 /callable-info/static-vfunc # SKIP g-ir-scanner is not new enough\n# End of callable-info tests\nPASS: glib/callable-info.test\nRunning test: glib/qdata.test\nTAP version 14\n# random seed: R02S308b042d82a3af854411724515a59011\n1..2\n# Start of qdata tests\nok 1 /qdata/threaded\nok 2 /qdata/dup\n# End of qdata tests\nPASS: glib/qdata.test\nRunning test: glib/gsubprocess.test\nTAP version 14\n# random seed: R02Se612dead2160eaa989b7e1ea7faf03f7\n1..84\n# Start of gsubprocess tests\nok 1 /gsubprocess/noop\nok 2 /gsubprocess/noop-all-to-null\nok 3 /gsubprocess/noop-no-wait\nok 4 /gsubprocess/noop-stdin-inherit\nok 5 /gsubprocess/search-path\nok 6 /gsubprocess/search-path-from-envp\nExecuting: glib/gsubprocess.test\nok 7 /gsubprocess/signal\n# slow test /gsubprocess/signal executed in 3.69 secs\nok 8 /gsubprocess/exit1\nok 9 /gsubprocess/echo1\nok 10 /gsubprocess/echo-merged\nok 11 /gsubprocess/cat-utf8\nok 12 /gsubprocess/cat-eof\n# slow test /gsubprocess/cat-eof executed in 1.00 secs\nok 13 /gsubprocess/multi1\n# slow test /gsubprocess/multi1 executed in 3.01 secs\nok 14 /gsubprocess/communicate\nExecuting: glib/gsubprocess.test\nok 15 /gsubprocess/terminate\n# slow test /gsubprocess/terminate executed in 2.98 secs\nok 16 /gsubprocess/fail-initialization\nok 17 /gsubprocess/env\nok 18 /gsubprocess/cwd\nok 19 /gsubprocess/launcher-close\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 20 /gsubprocess/stdout-file\nok 21 /gsubprocess/stdout-fd\nok 22 /gsubprocess/child-setup\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\nok 23 /gsubprocess/launcher-environment\n# Start of exit1 tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=786456\nok 24 /gsubprocess/exit1/cancel\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=786456\nok 25 /gsubprocess/exit1/cancel_in_cb\n# End of exit1 tests\n# Start of communicate tests\nok 26 /gsubprocess/communicate/cancelled\nok 27 /gsubprocess/communicate/async\nok 28 /gsubprocess/communicate/utf8\n# hello world\nok 29 /gsubprocess/communicate/no-pipes\nok 30 /gsubprocess/communicate/separate-stderr\nok 31 /gsubprocess/communicate/stdout-only\n# hello world\nok 32 /gsubprocess/communicate/stderr-only\nok 33 /gsubprocess/communicate/stdout-silence\nok 34 /gsubprocess/communicate/nothing\n# Start of async tests\nok 35 /gsubprocess/communicate/async/cancelled\n# hello world\nok 36 /gsubprocess/communicate/async/no-pipes\nok 37 /gsubprocess/communicate/async/separate-stderr\nok 38 /gsubprocess/communicate/async/stdout-only\n# hello world\nok 39 /gsubprocess/communicate/async/stderr-only\nok 40 /gsubprocess/communicate/async/stdout-silence\n# Start of cancelled tests\nok 41 /gsubprocess/communicate/async/cancelled/no-pipes\nok 42 /gsubprocess/communicate/async/cancelled/separate-stderr\nok 43 /gsubprocess/communicate/async/cancelled/stdout-only\nok 44 /gsubprocess/communicate/async/cancelled/stderr-only\nok 45 /gsubprocess/communicate/async/cancelled/stdout-silence\n# End of cancelled tests\n# End of async tests\n# Start of utf8 tests\nok 46 /gsubprocess/communicate/utf8/cancelled\nok 47 /gsubprocess/communicate/utf8/async\n# hello world\nok 48 /gsubprocess/communicate/utf8/no-pipes\nok 49 /gsubprocess/communicate/utf8/separate-stderr\nok 50 /gsubprocess/communicate/utf8/stdout-only\n# hello world\nok 51 /gsubprocess/communicate/utf8/stderr-only\nok 52 /gsubprocess/communicate/utf8/stdout-silence\nok 53 /gsubprocess/communicate/utf8/invalid\n# Start of async tests\nok 54 /gsubprocess/communicate/utf8/async/cancelled\n# hello world\nok 55 /gsubprocess/communicate/utf8/async/no-pipes\nok 56 /gsubprocess/communicate/utf8/async/separate-stderr\nok 57 /gsubprocess/communicate/utf8/async/stdout-only\n# hello world\nok 58 /gsubprocess/communicate/utf8/async/stderr-only\nok 59 /gsubprocess/communicate/utf8/async/stdout-silence\nok 60 /gsubprocess/communicate/utf8/async/invalid\n# Start of cancelled tests\nok 61 /gsubprocess/communicate/utf8/async/cancelled/no-pipes\nok 62 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr\nok 63 /gsubprocess/communicate/utf8/async/cancelled/stdout-only\nok 64 /gsubprocess/communicate/utf8/async/cancelled/stderr-only\nok 65 /gsubprocess/communicate/utf8/async/cancelled/stdout-silence\n# End of cancelled tests\n# End of async tests\n# Start of cancelled tests\nok 66 /gsubprocess/communicate/utf8/cancelled/no-pipes\nok 67 /gsubprocess/communicate/utf8/cancelled/separate-stderr\nok 68 /gsubprocess/communicate/utf8/cancelled/stdout-only\nok 69 /gsubprocess/communicate/utf8/cancelled/stderr-only\nok 70 /gsubprocess/communicate/utf8/cancelled/stdout-silence\n# End of cancelled tests\n# End of utf8 tests\n# Start of cancelled tests\nok 71 /gsubprocess/communicate/cancelled/no-pipes\nok 72 /gsubprocess/communicate/cancelled/separate-stderr\nok 73 /gsubprocess/communicate/cancelled/stdout-only\nok 74 /gsubprocess/communicate/cancelled/stderr-only\nok 75 /gsubprocess/communicate/cancelled/stdout-silence\n# End of cancelled tests\n# End of communicate tests\n# Start of env tests\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\nok 76 /gsubprocess/env/inherit\n# End of env tests\n# Start of pass-fd tests\nok 77 /gsubprocess/pass-fd/basic\nok 78 /gsubprocess/pass-fd/empty-child-setup\nok 79 /gsubprocess/pass-fd/inherit-fds\n# End of pass-fd tests\n# Start of fd-conflation tests\nok 80 /gsubprocess/fd-conflation/basic\nok 81 /gsubprocess/fd-conflation/empty-child-setup\nok 82 /gsubprocess/fd-conflation/inherit-fds\nok 83 /gsubprocess/fd-conflation/child-err-report-fd\n# End of fd-conflation tests\n# Start of exit-status tests\n# /gsubprocess/exit-status/trapped summary: Test that exit status is reported correctly for ptrace()d child processes\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3433\nok 84 /gsubprocess/exit-status/trapped\n# End of exit-status tests\n# End of gsubprocess tests\nPASS: glib/gsubprocess.test\nRunning test: glib/completion.test\nTAP version 14\n# random seed: R02S70f21111c000204765f166df6bbada72\n1..1\n# Start of completion tests\nok 1 /completion/test-completion\n# End of completion tests\nPASS: glib/completion.test\nRunning test: glib/logging.test\nTAP version 14\n# random seed: R02Sf049890e582e61211eed58745642d814\n1..17\n# Start of logging tests\nok 1 /logging/default-handler\n# slow test /logging/default-handler executed in 1.40 secs\nok 2 /logging/warnings\nok 3 /logging/fatal-log-mask\n# bu-DEBUG: message\n# ba-DEBUG: message\n# ba-INFO: message\nok 4 /logging/set-handler\nok 5 /logging/print-handler\nok 6 /logging/printerr-handler\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=653052\n# The Log Message Handler\n# \n# The Good Fail Message Handler\n# \nok 7 /logging/653052\nok 8 /logging/gibberish\n# Start of default-handler tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of default-handler tests\n# End of logging tests\n# Start of structured-logging tests\nok 9 /structured-logging/no-state\nok 10 /structured-logging/some-state\nok 11 /structured-logging/robustness\nok 12 /structured-logging/roundtrip1\nok 13 /structured-logging/roundtrip2\nok 14 /structured-logging/roundtrip3\nok 15 /structured-logging/variant1\nok 16 /structured-logging/variant2\nok 17 /structured-logging/set-writer-func-twice\n# End of structured-logging tests\nPASS: glib/logging.test\nRunning test: glib/param.test\nTAP version 14\n# random seed: R02Sef752f6a37b4cc68e33bdbc39151517a\n1..32\n# Start of param tests\nok 1 /param/value\nok 2 /param/strings\nok 3 /param/qdata\nok 4 /param/validate\nok 5 /param/convert\nok 6 /param/implement # SKIP Skipping slow /param/implement test\nok 7 /param/default\nok 8 /param/is-valid-name\n# Start of invalid-name tests\n# /param/invalid-name/colon summary: Test that properties cannot be created with invalid names\nok 9 /param/invalid-name/colon\n# /param/invalid-name/first-char summary: Test that properties cannot be created with invalid names\nok 10 /param/invalid-name/first-char\n# /param/invalid-name/empty summary: Test that properties cannot be created with invalid names\nok 11 /param/invalid-name/empty\n# End of invalid-name tests\n# Start of implement tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of implement tests\n# End of param tests\n# Start of value tests\nok 12 /value/transform\n# End of value tests\n# Start of paramspec tests\nok 13 /paramspec/char\nok 14 /paramspec/uchar\nok 15 /paramspec/int\nok 16 /paramspec/uint\nok 17 /paramspec/long\nok 18 /paramspec/ulong\nok 19 /paramspec/int64\nok 20 /paramspec/uint64\nok 21 /paramspec/float\nok 22 /paramspec/double\nok 23 /paramspec/unichar\nok 24 /paramspec/param\nok 25 /paramspec/null-param\nok 26 /paramspec/string\nok 27 /paramspec/override\nok 28 /paramspec/gtype\nok 29 /paramspec/variant\nok 30 /paramspec/custom\nok 31 /paramspec/pool\n# Start of variant tests\nok 32 /paramspec/variant/cmp\n# End of variant tests\n# End of paramspec tests\nPASS: glib/param.test\nRunning test: glib/convert.test\nTAP version 14\n# random seed: R02S89c958a7f80069d5f92af8495cc90005\n1..14\n# Start of conversion tests\nok 1 /conversion/no-conv\nok 2 /conversion/iconv-state\nok 3 /conversion/illegal-sequence\nok 4 /conversion/byte-order\nok 5 /conversion/unicode\nok 6 /conversion/filename-utf8\nok 7 /conversion/filename-display\nok 8 /conversion/convert-embedded-nul\n# Start of locale-to-utf8 tests\nok 9 /conversion/locale-to-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of locale-to-utf8 tests\n# Start of locale-from-utf8 tests\nok 10 /conversion/locale-from-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of locale-from-utf8 tests\n# Start of filename-to-utf8 tests\nok 11 /conversion/filename-to-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of filename-to-utf8 tests\n# Start of filename-from-utf8 tests\nok 12 /conversion/filename-from-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of filename-from-utf8 tests\n# Start of filename-from-uri tests\nok 13 /conversion/filename-from-uri/query-is-ignored\nok 14 /conversion/filename-from-uri/fragment-is-ignored\n# End of filename-from-uri tests\n# End of conversion tests\nPASS: glib/convert.test\nRunning test: glib/sequence.test\nTAP version 14\n# random seed: R02Sc21907958fa00b2fac19cb6ce3fb4217\n1..16\n# Start of sequence tests\nok 1 /sequence/out-of-range-jump\nok 2 /sequence/iter-move\nok 3 /sequence/insert-sorted-non-pointer\nok 4 /sequence/stable-sort\nok 5 /sequence/is_empty\n# Start of random tests\nok 6 /sequence/random/seed:825541564\nok 7 /sequence/random/seed:801678400\nok 8 /sequence/random/seed:1477639090\nExecuting: glib/sequence.test\nok 9 /sequence/random/seed:3369132895\nok 10 /sequence/random/seed:1192944867\nok 11 /sequence/random/seed:770458294\nok 12 /sequence/random/seed:1099575817\nok 13 /sequence/random/seed:590523467\nok 14 /sequence/random/seed:3583571454\nok 15 /sequence/random/seed:579241222\nok 16 /sequence/random/seed:509141364\n# End of random tests\n# End of sequence tests\nPASS: glib/sequence.test\nRunning test: glib/testing-nonfatal.test\nTAP version 14\n# random seed: R02Sdefb8c99d28fea2b09f7122a3ace526f\n**\nGLib:ERROR:../glib-2.84.2/glib/tests/testing-nonfatal.c:26:main: assertion failed (\"We can survive this!\" == \"Or maybe not?\"): (\"We can survive this!\" == \"Or maybe not?\")\n# GLib:ERROR:../glib-2.84.2/glib/tests/testing-nonfatal.c:26:main: assertion failed (\"We can survive this!\" == \"Or maybe not?\"): (\"We can survive this!\" == \"Or maybe not?\")\nPASS: glib/testing-nonfatal.test\nRunning test: glib/codegen.py.test\nTAP version 13\nok 1 __main__.TestCodegen.test_call_flags_and_timeout_method_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpp446ty6s\n# /tmp/tmpp446ty6s/tmpjprxb4hw.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"UsefulMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpp446ty6s/tmpjprxb4hw.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.UsefulInterface */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE (org_project_useful_interface_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterface))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE))\n# #define ORG_PROJECT_USEFUL_INTERFACE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterfaceIface))\n# \n# struct _OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterface OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceIface;\n# \n# struct _OrgProjectUsefulInterfaceIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_useful_method) (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_useful_interface_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_useful_interface_interface_info (void);\n# guint org_project_useful_interface_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_useful_interface_complete_useful_method (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_useful_interface_call_useful_method (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_useful_interface_call_useful_method_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_useful_interface_call_useful_method_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY (org_project_useful_interface_proxy_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxy))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# \n# typedef struct _OrgProjectUsefulInterfaceProxy OrgProjectUsefulInterfaceProxy;\n# typedef struct _OrgProjectUsefulInterfaceProxyClass OrgProjectUsefulInterfaceProxyClass;\n# typedef struct _OrgProjectUsefulInterfaceProxyPrivate OrgProjectUsefulInterfaceProxyPrivate;\n# \n# struct _OrgProjectUsefulInterfaceProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectUsefulInterfaceProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_useful_interface_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceProxy, g_object_unref)\n# #endif\n# \n# void org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON (org_project_useful_interface_skeleton_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeleton))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# \n# typedef struct _OrgProjectUsefulInterfaceSkeleton OrgProjectUsefulInterfaceSkeleton;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonClass OrgProjectUsefulInterfaceSkeletonClass;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonPrivate OrgProjectUsefulInterfaceSkeletonPrivate;\n# \n# struct _OrgProjectUsefulInterfaceSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectUsefulInterfaceSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_useful_interface_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectUsefulInterface *org_project_useful_interface_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpp446ty6s/tmp8zfldk57.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"UsefulMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpp446ty6s/tmp8zfldk57.xml', '--output', '-', '--header', '--glib-min-required', '2.32']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.UsefulInterface */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE (org_project_useful_interface_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterface))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE))\n# #define ORG_PROJECT_USEFUL_INTERFACE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterfaceIface))\n# \n# struct _OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterface OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceIface;\n# \n# struct _OrgProjectUsefulInterfaceIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_useful_method) (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_useful_interface_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_useful_interface_interface_info (void);\n# guint org_project_useful_interface_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_useful_interface_complete_useful_method (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_useful_interface_call_useful_method (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_useful_interface_call_useful_method_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_useful_interface_call_useful_method_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY (org_project_useful_interface_proxy_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxy))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# \n# typedef struct _OrgProjectUsefulInterfaceProxy OrgProjectUsefulInterfaceProxy;\n# typedef struct _OrgProjectUsefulInterfaceProxyClass OrgProjectUsefulInterfaceProxyClass;\n# typedef struct _OrgProjectUsefulInterfaceProxyPrivate OrgProjectUsefulInterfaceProxyPrivate;\n# \n# struct _OrgProjectUsefulInterfaceProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectUsefulInterfaceProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_useful_interface_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceProxy, g_object_unref)\n# #endif\n# \n# void org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON (org_project_useful_interface_skeleton_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeleton))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# \n# typedef struct _OrgProjectUsefulInterfaceSkeleton OrgProjectUsefulInterfaceSkeleton;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonClass OrgProjectUsefulInterfaceSkeletonClass;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonPrivate OrgProjectUsefulInterfaceSkeletonPrivate;\n# \n# struct _OrgProjectUsefulInterfaceSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectUsefulInterfaceSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_useful_interface_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectUsefulInterface *org_project_useful_interface_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpp446ty6s/tmpmuw2f01l.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"UsefulMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpp446ty6s/tmpmuw2f01l.xml', '--output', '-', '--header', '--glib-min-required', '2.64']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.UsefulInterface */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE (org_project_useful_interface_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterface))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE))\n# #define ORG_PROJECT_USEFUL_INTERFACE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterfaceIface))\n# \n# struct _OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterface OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceIface;\n# \n# struct _OrgProjectUsefulInterfaceIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_useful_method) (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_useful_interface_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_useful_interface_interface_info (void);\n# guint org_project_useful_interface_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_useful_interface_complete_useful_method (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_useful_interface_call_useful_method (\n#     OrgProjectUsefulInterface *proxy,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_useful_interface_call_useful_method_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_useful_interface_call_useful_method_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY (org_project_useful_interface_proxy_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxy))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# \n# typedef struct _OrgProjectUsefulInterfaceProxy OrgProjectUsefulInterfaceProxy;\n# typedef struct _OrgProjectUsefulInterfaceProxyClass OrgProjectUsefulInterfaceProxyClass;\n# typedef struct _OrgProjectUsefulInterfaceProxyPrivate OrgProjectUsefulInterfaceProxyPrivate;\n# \n# struct _OrgProjectUsefulInterfaceProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectUsefulInterfaceProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_useful_interface_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceProxy, g_object_unref)\n# #endif\n# \n# void org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON (org_project_useful_interface_skeleton_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeleton))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# \n# typedef struct _OrgProjectUsefulInterfaceSkeleton OrgProjectUsefulInterfaceSkeleton;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonClass OrgProjectUsefulInterfaceSkeletonClass;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonPrivate OrgProjectUsefulInterfaceSkeletonPrivate;\n# \n# struct _OrgProjectUsefulInterfaceSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectUsefulInterfaceSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_useful_interface_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectUsefulInterface *org_project_useful_interface_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 2 __main__.TestCodegen.test_dbus_types\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmph9fqqrqj\n# /tmp/tmph9fqqrqj/tmplqazmzss.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"{vs}\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmplqazmzss.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"{vs}\". \"v\" is not a valid type for dictionary keys at position 1.\n# /tmp/tmph9fqqrqj/tmptjgi1qzn.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(ss(s{{sv}s}))\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmptjgi1qzn.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(ss(s{{sv}s}))\". \"{\" is not a valid type for dictionary keys at position 6.\n# /tmp/tmph9fqqrqj/tmpdqo35nt4.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"{s\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpdqo35nt4.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"{s\". Error parsing string or brackets not closed.\n# /tmp/tmph9fqqrqj/tmptjrwshh3.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(s{sss})\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmptjrwshh3.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(s{sss})\". Dict must end with \"}\" at position 5.\n# /tmp/tmph9fqqrqj/tmp6qkfl83x.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"z\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp6qkfl83x.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"z\". \"z\" is not a valid D-Bus type.\n# /tmp/tmph9fqqrqj/tmpamtzasuw.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(ssms)\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpamtzasuw.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(ssms)\". \"m\" is not a valid D-Bus type.\n# /tmp/tmph9fqqrqj/tmp5sjnzq4b.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp5sjnzq4b.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(\". Error parsing string or brackets not closed.\n# /tmp/tmph9fqqrqj/tmpfgkrz25m.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(((ss))\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpfgkrz25m.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(((ss))\". Error parsing string or brackets not closed.\n# /tmp/tmph9fqqrqj/tmpyo5kj9ea.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpyo5kj9ea.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\". Too much recursion beginning at 129.\n# /tmp/tmph9fqqrqj/tmpwd4ixz9o.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((s))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpwd4ixz9o.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: D-Bus maximum signature length of 255 exceeded.\n# /tmp/tmph9fqqrqj/tmp1x9ldh_a.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{sv}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp1x9ldh_a.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: D-Bus maximum signature length of 255 exceeded.\n# /tmp/tmph9fqqrqj/tmpdtv43183.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaa{sv})\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpdtv43183.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaa{sv})\". Too much recursion beginning at 129.\n# /tmp/tmph9fqqrqj/tmpu3kuflrr.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss)\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpu3kuflrr.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: D-Bus maximum signature length of 255 exceeded.\n# /tmp/tmph9fqqrqj/tmplt91v3j4.xml: \n#                 <node>\n#                   <interface name=\"GoodTypes\">\n#                     <property type=\"si{s{b(ybnqiuxtdh)}}{yv}{nv}{dv}\" name=\"GoodPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmplt91v3j4.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface GoodTypes\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:GoodTypes\n#  * @title: GoodTypes\n#  * @short_description: Generated C code for the GoodTypes D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for GoodTypes ---- */\n# \n# static const _ExtendedGDBusPropertyInfo _good_types_property_info_good_property_type =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodPropertyType\",\n#     (gchar *) \"si{s{b(ybnqiuxtdh)}}{yv}{nv}{dv}\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"good-property-type\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _good_types_property_info_pointers[] =\n# {\n#   &_good_types_property_info_good_property_type.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _good_types_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodTypes\",\n#     NULL,\n#     NULL,\n#     (GDBusPropertyInfo **) &_good_types_property_info_pointers,\n#     NULL\n#   },\n#   \"good-types\",\n# };\n# \n# \n# /**\n#  * good_types_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# good_types_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct;\n# }\n# \n# /**\n#  * good_types_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# good_types_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"good-property-type\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# \n# /**\n#  * GoodTypes:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# /**\n#  * GoodTypesIface:\n#  * @parent_iface: The parent interface.\n#  * @get_good_property_type: Getter for the #GoodTypes:good-property-type property.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# typedef GoodTypesIface GoodTypesInterface;\n# G_DEFINE_INTERFACE (GoodTypes, good_types, G_TYPE_OBJECT)\n# \n# static void\n# good_types_default_init (GoodTypesIface *iface)\n# {\n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * GoodTypes:good-property-type:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_variant (\"good-property-type\", \"GoodPropertyType\", \"GoodPropertyType\", G_VARIANT_TYPE (\"si{s{b(ybnqiuxtdh)}}{yv}{nv}{dv}\"), NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * good_types_get_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use good_types_dup_good_property_type() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# GVariant *\n# good_types_get_good_property_type (GoodTypes *object)\n# {\n#   g_return_val_if_fail (IS_GOOD_TYPES (object), NULL);\n# \n#   return GOOD_TYPES_GET_IFACE (object)->get_good_property_type (object);\n# }\n# \n# /**\n#  * good_types_dup_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_variant_unref().\n#  */\n# GVariant *\n# good_types_dup_good_property_type (GoodTypes *object)\n# {\n#   GVariant *value;\n#   g_object_get (G_OBJECT (object), \"good-property-type\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * good_types_set_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# good_types_set_good_property_type (GoodTypes *object, GVariant *value)\n# {\n#   g_object_set (G_OBJECT (object), \"good-property-type\", value, NULL);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesProxy:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy.\n#  */\n# \n# struct _GoodTypesProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void good_types_proxy_iface_init (GoodTypesIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (GoodTypesProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #endif\n# static void\n# good_types_proxy_finalize (GObject *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (good_types_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface GoodTypes: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# good_types_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"GoodTypes\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) good_types_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# good_types_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static GVariant *\n# good_types_proxy_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   GVariant *variant;\n#   GVariant *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"GoodPropertyType\");\n#   value = variant;\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n#   return value;\n# }\n# \n# static void\n# good_types_proxy_init (GoodTypesProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = good_types_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_GOOD_TYPES_PROXY, GoodTypesProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), good_types_interface_info ());\n# }\n# \n# static void\n# good_types_proxy_class_init (GoodTypesProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = good_types_proxy_finalize;\n#   gobject_class->get_property = good_types_proxy_get_property;\n#   gobject_class->set_property = good_types_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = good_types_proxy_g_signal;\n#   proxy_class->g_properties_changed = good_types_proxy_g_properties_changed;\n# \n#   good_types_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesProxyPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_proxy_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_proxy_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * good_types_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like good_types_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like good_types_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesSkeleton:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton.\n#  */\n# \n# struct _GoodTypesSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _good_types_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _good_types_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _good_types_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _good_types_skeleton_vtable =\n# {\n#   _good_types_skeleton_handle_method_call,\n#   _good_types_skeleton_handle_get_property,\n#   _good_types_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# good_types_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return good_types_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# good_types_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_good_types_skeleton_vtable;\n# }\n# \n# static GVariant *\n# good_types_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_good_types_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _good_types_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _good_types_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _good_types_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"GoodTypes\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _good_types_emit_changed (gpointer user_data);\n# \n# static void\n# good_types_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _good_types_emit_changed (skeleton);\n# }\n# \n# static void good_types_skeleton_iface_init (GoodTypesIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (GoodTypesSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #endif\n# static void\n# good_types_skeleton_finalize (GObject *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (good_types_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _good_types_emit_changed (gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"GoodTypes\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _good_types_schedule_emit_changed (GoodTypesSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# good_types_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _good_types_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _good_types_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# good_types_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _good_types_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# good_types_skeleton_init (GoodTypesSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = good_types_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_GOOD_TYPES_SKELETON, GoodTypesSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_VARIANT);\n# }\n# \n# static GVariant *\n# good_types_skeleton_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   GVariant *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_variant (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# good_types_skeleton_class_init (GoodTypesSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = good_types_skeleton_finalize;\n#   gobject_class->get_property = good_types_skeleton_get_property;\n#   gobject_class->set_property = good_types_skeleton_set_property;\n#   gobject_class->notify       = good_types_skeleton_notify;\n# \n# \n#   good_types_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = good_types_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = good_types_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = good_types_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = good_types_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_skeleton_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_skeleton_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Returns: (transfer full) (type GoodTypesSkeleton): The skeleton object.\n#  */\n# GoodTypes *\n# good_types_skeleton_new (void)\n# {\n#   return GOOD_TYPES (g_object_new (TYPE_GOOD_TYPES_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmph9fqqrqj/tmp90xtxspn.xml: \n#                 <node>\n#                   <interface name=\"GoodTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\" name=\"GoodPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp90xtxspn.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface GoodTypes\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:GoodTypes\n#  * @title: GoodTypes\n#  * @short_description: Generated C code for the GoodTypes D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for GoodTypes ---- */\n# \n# static const _ExtendedGDBusPropertyInfo _good_types_property_info_good_property_type =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodPropertyType\",\n#     (gchar *) \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"good-property-type\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _good_types_property_info_pointers[] =\n# {\n#   &_good_types_property_info_good_property_type.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _good_types_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodTypes\",\n#     NULL,\n#     NULL,\n#     (GDBusPropertyInfo **) &_good_types_property_info_pointers,\n#     NULL\n#   },\n#   \"good-types\",\n# };\n# \n# \n# /**\n#  * good_types_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# good_types_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct;\n# }\n# \n# /**\n#  * good_types_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# good_types_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"good-property-type\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# \n# /**\n#  * GoodTypes:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# /**\n#  * GoodTypesIface:\n#  * @parent_iface: The parent interface.\n#  * @get_good_property_type: Getter for the #GoodTypes:good-property-type property.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# typedef GoodTypesIface GoodTypesInterface;\n# G_DEFINE_INTERFACE (GoodTypes, good_types, G_TYPE_OBJECT)\n# \n# static void\n# good_types_default_init (GoodTypesIface *iface)\n# {\n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * GoodTypes:good-property-type:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_variant (\"good-property-type\", \"GoodPropertyType\", \"GoodPropertyType\", G_VARIANT_TYPE (\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\"), NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * good_types_get_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use good_types_dup_good_property_type() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# GVariant *\n# good_types_get_good_property_type (GoodTypes *object)\n# {\n#   g_return_val_if_fail (IS_GOOD_TYPES (object), NULL);\n# \n#   return GOOD_TYPES_GET_IFACE (object)->get_good_property_type (object);\n# }\n# \n# /**\n#  * good_types_dup_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_variant_unref().\n#  */\n# GVariant *\n# good_types_dup_good_property_type (GoodTypes *object)\n# {\n#   GVariant *value;\n#   g_object_get (G_OBJECT (object), \"good-property-type\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * good_types_set_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# good_types_set_good_property_type (GoodTypes *object, GVariant *value)\n# {\n#   g_object_set (G_OBJECT (object), \"good-property-type\", value, NULL);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesProxy:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy.\n#  */\n# \n# struct _GoodTypesProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void good_types_proxy_iface_init (GoodTypesIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (GoodTypesProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #endif\n# static void\n# good_types_proxy_finalize (GObject *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (good_types_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface GoodTypes: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# good_types_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"GoodTypes\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) good_types_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# good_types_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static GVariant *\n# good_types_proxy_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   GVariant *variant;\n#   GVariant *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"GoodPropertyType\");\n#   value = variant;\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n#   return value;\n# }\n# \n# static void\n# good_types_proxy_init (GoodTypesProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = good_types_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_GOOD_TYPES_PROXY, GoodTypesProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), good_types_interface_info ());\n# }\n# \n# static void\n# good_types_proxy_class_init (GoodTypesProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = good_types_proxy_finalize;\n#   gobject_class->get_property = good_types_proxy_get_property;\n#   gobject_class->set_property = good_types_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = good_types_proxy_g_signal;\n#   proxy_class->g_properties_changed = good_types_proxy_g_properties_changed;\n# \n#   good_types_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesProxyPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_proxy_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_proxy_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * good_types_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like good_types_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like good_types_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesSkeleton:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton.\n#  */\n# \n# struct _GoodTypesSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _good_types_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _good_types_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _good_types_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _good_types_skeleton_vtable =\n# {\n#   _good_types_skeleton_handle_method_call,\n#   _good_types_skeleton_handle_get_property,\n#   _good_types_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# good_types_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return good_types_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# good_types_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_good_types_skeleton_vtable;\n# }\n# \n# static GVariant *\n# good_types_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_good_types_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _good_types_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _good_types_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _good_types_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"GoodTypes\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _good_types_emit_changed (gpointer user_data);\n# \n# static void\n# good_types_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _good_types_emit_changed (skeleton);\n# }\n# \n# static void good_types_skeleton_iface_init (GoodTypesIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (GoodTypesSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #endif\n# static void\n# good_types_skeleton_finalize (GObject *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (good_types_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _good_types_emit_changed (gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"GoodTypes\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _good_types_schedule_emit_changed (GoodTypesSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# good_types_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _good_types_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _good_types_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# good_types_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _good_types_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# good_types_skeleton_init (GoodTypesSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = good_types_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_GOOD_TYPES_SKELETON, GoodTypesSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_VARIANT);\n# }\n# \n# static GVariant *\n# good_types_skeleton_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   GVariant *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_variant (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# good_types_skeleton_class_init (GoodTypesSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = good_types_skeleton_finalize;\n#   gobject_class->get_property = good_types_skeleton_get_property;\n#   gobject_class->set_property = good_types_skeleton_set_property;\n#   gobject_class->notify       = good_types_skeleton_notify;\n# \n# \n#   good_types_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = good_types_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = good_types_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = good_types_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = good_types_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_skeleton_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_skeleton_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Returns: (transfer full) (type GoodTypesSkeleton): The skeleton object.\n#  */\n# GoodTypes *\n# good_types_skeleton_new (void)\n# {\n#   return GOOD_TYPES (g_object_new (TYPE_GOOD_TYPES_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmph9fqqrqj/tmpqka98ysi.xml: \n#                 <node>\n#                   <interface name=\"GoodTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaa{sv})\" name=\"GoodPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpqka98ysi.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface GoodTypes\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:GoodTypes\n#  * @title: GoodTypes\n#  * @short_description: Generated C code for the GoodTypes D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for GoodTypes ---- */\n# \n# static const _ExtendedGDBusPropertyInfo _good_types_property_info_good_property_type =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodPropertyType\",\n#     (gchar *) \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaa{sv})\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"good-property-type\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _good_types_property_info_pointers[] =\n# {\n#   &_good_types_property_info_good_property_type.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _good_types_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodTypes\",\n#     NULL,\n#     NULL,\n#     (GDBusPropertyInfo **) &_good_types_property_info_pointers,\n#     NULL\n#   },\n#   \"good-types\",\n# };\n# \n# \n# /**\n#  * good_types_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# good_types_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct;\n# }\n# \n# /**\n#  * good_types_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# good_types_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"good-property-type\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# \n# /**\n#  * GoodTypes:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# /**\n#  * GoodTypesIface:\n#  * @parent_iface: The parent interface.\n#  * @get_good_property_type: Getter for the #GoodTypes:good-property-type property.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# typedef GoodTypesIface GoodTypesInterface;\n# G_DEFINE_INTERFACE (GoodTypes, good_types, G_TYPE_OBJECT)\n# \n# static void\n# good_types_default_init (GoodTypesIface *iface)\n# {\n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * GoodTypes:good-property-type:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_variant (\"good-property-type\", \"GoodPropertyType\", \"GoodPropertyType\", G_VARIANT_TYPE (\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaa{sv})\"), NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * good_types_get_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use good_types_dup_good_property_type() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# GVariant *\n# good_types_get_good_property_type (GoodTypes *object)\n# {\n#   g_return_val_if_fail (IS_GOOD_TYPES (object), NULL);\n# \n#   return GOOD_TYPES_GET_IFACE (object)->get_good_property_type (object);\n# }\n# \n# /**\n#  * good_types_dup_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_variant_unref().\n#  */\n# GVariant *\n# good_types_dup_good_property_type (GoodTypes *object)\n# {\n#   GVariant *value;\n#   g_object_get (G_OBJECT (object), \"good-property-type\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * good_types_set_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# good_types_set_good_property_type (GoodTypes *object, GVariant *value)\n# {\n#   g_object_set (G_OBJECT (object), \"good-property-type\", value, NULL);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesProxy:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy.\n#  */\n# \n# struct _GoodTypesProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void good_types_proxy_iface_init (GoodTypesIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (GoodTypesProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #endif\n# static void\n# good_types_proxy_finalize (GObject *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (good_types_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface GoodTypes: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# good_types_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"GoodTypes\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) good_types_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# good_types_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static GVariant *\n# good_types_proxy_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   GVariant *variant;\n#   GVariant *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"GoodPropertyType\");\n#   value = variant;\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n#   return value;\n# }\n# \n# static void\n# good_types_proxy_init (GoodTypesProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = good_types_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_GOOD_TYPES_PROXY, GoodTypesProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), good_types_interface_info ());\n# }\n# \n# static void\n# good_types_proxy_class_init (GoodTypesProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = good_types_proxy_finalize;\n#   gobject_class->get_property = good_types_proxy_get_property;\n#   gobject_class->set_property = good_types_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = good_types_proxy_g_signal;\n#   proxy_class->g_properties_changed = good_types_proxy_g_properties_changed;\n# \n#   good_types_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesProxyPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_proxy_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_proxy_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * good_types_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like good_types_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like good_types_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesSkeleton:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton.\n#  */\n# \n# struct _GoodTypesSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _good_types_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _good_types_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _good_types_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _good_types_skeleton_vtable =\n# {\n#   _good_types_skeleton_handle_method_call,\n#   _good_types_skeleton_handle_get_property,\n#   _good_types_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# good_types_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return good_types_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# good_types_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_good_types_skeleton_vtable;\n# }\n# \n# static GVariant *\n# good_types_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_good_types_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _good_types_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _good_types_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _good_types_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"GoodTypes\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _good_types_emit_changed (gpointer user_data);\n# \n# static void\n# good_types_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _good_types_emit_changed (skeleton);\n# }\n# \n# static void good_types_skeleton_iface_init (GoodTypesIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (GoodTypesSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #endif\n# static void\n# good_types_skeleton_finalize (GObject *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (good_types_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _good_types_emit_changed (gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"GoodTypes\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _good_types_schedule_emit_changed (GoodTypesSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# good_types_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _good_types_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _good_types_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# good_types_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _good_types_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# good_types_skeleton_init (GoodTypesSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = good_types_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_GOOD_TYPES_SKELETON, GoodTypesSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_VARIANT);\n# }\n# \n# static GVariant *\n# good_types_skeleton_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   GVariant *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_variant (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# good_types_skeleton_class_init (GoodTypesSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = good_types_skeleton_finalize;\n#   gobject_class->get_property = good_types_skeleton_get_property;\n#   gobject_class->set_property = good_types_skeleton_set_property;\n#   gobject_class->notify       = good_types_skeleton_notify;\n# \n# \n#   good_types_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = good_types_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = good_types_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = good_types_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = good_types_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_skeleton_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_skeleton_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Returns: (transfer full) (type GoodTypesSkeleton): The skeleton object.\n#  */\n# GoodTypes *\n# good_types_skeleton_new (void)\n# {\n#   return GOOD_TYPES (g_object_new (TYPE_GOOD_TYPES_SKELETON, NULL));\n# }\n# Error:\nok 3 __main__.TestCodegen.test_empty_interface_body\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpvtfqu2jv\n# /tmp/tmpvtfqu2jv/tmpdo638j5y.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpvtfqu2jv/tmpdo638j5y.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# Error:\nok 4 __main__.TestCodegen.test_empty_interface_header\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmplqxx9hgj\n# /tmp/tmplqxx9hgj/tmpzbwhitn6.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmplqxx9hgj/tmpzbwhitn6.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 5 __main__.TestCodegen.test_empty_interface_info_body\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpjcalhnlv\n# /tmp/tmpjcalhnlv/tmpbxrxpc84.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpjcalhnlv/tmpbxrxpc84.xml', '--output', '-', '--interface-info-body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# Error:\nok 6 __main__.TestCodegen.test_empty_interface_info_header\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp4gr35x87\n# /tmp/tmp4gr35x87/tmpcnw1gqgt.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp4gr35x87/tmpcnw1gqgt.xml', '--output', '-', '--interface-info-header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 7 __main__.TestCodegen.test_generate_docbook\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmprdnnyeye\n# /tmp/tmprdnnyeye/tmpuxa9m74g.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprdnnyeye/tmpuxa9m74g.xml', '--generate-docbook', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 8 __main__.TestCodegen.test_generate_md\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpf6b816j_\n# /tmp/tmpf6b816j_/tmp94ckc545.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpf6b816j_/tmp94ckc545.xml', '--generate-md', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nExecuting: glib/codegen.py.test\nok 9 __main__.TestCodegen.test_generate_methods_marshaller_simple_method\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpw87fij80\n# /tmp/tmpw87fij80/tmpchcnlefg.xml: \n#             <node>\n#               <interface name=\"org.project.CallableIface\">\n#                 <method name=\"SimpleMethod\"/>\n#               </interface>\n#               <interface name=\"org.project.OtherCallableIface\">\n#                 <method name=\"SimpleMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpw87fij80/tmpchcnlefg.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.CallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectCallableIface\n#  * @title: OrgProjectCallableIface\n#  * @short_description: Generated C code for the org.project.CallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.CallableIface ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_simple_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-simple-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_simple_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.CallableIface\",\n#     (GDBusMethodInfo **) &_org_project_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_callable_iface_method_marshal_simple_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_simple_method: Handler for the #OrgProjectCallableIface::handle-simple-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# typedef OrgProjectCallableIfaceIface OrgProjectCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectCallableIface, org_project_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_callable_iface_default_init (OrgProjectCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectCallableIface::handle-simple-method:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_simple_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-simple-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_simple_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_simple_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_callable_iface_call_simple_method:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_simple_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_simple_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_simple_method (\n#     OrgProjectCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_simple_method_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_simple_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_simple_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_simple_method_finish (\n#     OrgProjectCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_simple_method_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_simple_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_simple_method_sync (\n#     OrgProjectCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_simple_method:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_simple_method (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceProxy:\n#  *\n#  * The #OrgProjectCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_callable_iface_proxy_init (OrgProjectCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, OrgProjectCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_callable_iface_proxy_class_init (OrgProjectCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_callable_iface_skeleton_vtable =\n# {\n#   _org_project_callable_iface_skeleton_handle_method_call,\n#   _org_project_callable_iface_skeleton_handle_get_property,\n#   _org_project_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.CallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_init (OrgProjectCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, OrgProjectCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_class_init (OrgProjectCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherCallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherCallableIface\n#  * @title: OrgProjectOtherCallableIface\n#  * @short_description: Generated C code for the org.project.OtherCallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.OtherCallableIface ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_other_callable_iface_method_info_simple_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-simple-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_other_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_other_callable_iface_method_info_simple_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherCallableIface\",\n#     (GDBusMethodInfo **) &_org_project_other_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_callable_iface_method_marshal_simple_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_simple_method: Handler for the #OrgProjectOtherCallableIface::handle-simple-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# typedef OrgProjectOtherCallableIfaceIface OrgProjectOtherCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherCallableIface, org_project_other_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_callable_iface_default_init (OrgProjectOtherCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectOtherCallableIface::handle-simple-method:\n#    * @object: A #OrgProjectOtherCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_other_callable_iface_complete_simple_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-simple-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectOtherCallableIfaceIface, handle_simple_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_other_callable_iface_method_marshal_simple_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_simple_method:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_call_simple_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_call_simple_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_other_callable_iface_call_simple_method (\n#     OrgProjectOtherCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_simple_method_finish:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_call_simple_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_call_simple_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_simple_method_finish (\n#     OrgProjectOtherCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_simple_method_sync:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_call_simple_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_simple_method_sync (\n#     OrgProjectOtherCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_complete_simple_method:\n#  * @object: A #OrgProjectOtherCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_other_callable_iface_complete_simple_method (\n#     OrgProjectOtherCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxy:\n#  *\n#  * The #OrgProjectOtherCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_init (OrgProjectOtherCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, OrgProjectOtherCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_class_init (OrgProjectOtherCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_callable_iface_skeleton_vtable =\n# {\n#   _org_project_other_callable_iface_skeleton_handle_method_call,\n#   _org_project_other_callable_iface_skeleton_handle_get_property,\n#   _org_project_other_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherCallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_init (OrgProjectOtherCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, OrgProjectOtherCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_class_init (OrgProjectOtherCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 10 __main__.TestCodegen.test_generate_methods_marshaller_single_typed_in_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpfy90c83i\n# /tmp/tmpfy90c83i/tmpu2vjpr1c.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodB\">\n#                     <arg name=\"arg_b\" type=\"b\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpu2vjpr1c.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBooleanFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gboolean arg_arg_b,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBooleanFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBooleanFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boolean (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_arg_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_arg_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodB\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-b\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_b: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-b signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-b:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_b: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_b() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-b\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_b),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_b,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_b: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_b_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_b (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean arg_arg_b,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"(b)\",\n#                    arg_arg_b),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_b().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_b().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_b: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean arg_arg_b,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"(b)\",\n#                    arg_arg_b),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_b:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_b (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp_6smmvy3.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodY\">\n#                     <arg name=\"arg_y\" type=\"y\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp_6smmvy3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UCHAR (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUcharFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guchar arg_arg_y,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUcharFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUcharFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uchar (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_arg_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_arg_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodY\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-y\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UCHAR (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_y: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-y:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_y: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_y() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-y\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_y),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_y,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UCHAR);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_y: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_y_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_y (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar arg_arg_y,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"(y)\",\n#                    arg_arg_y),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_y().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_y().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_y: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar arg_arg_y,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"(y)\",\n#                    arg_arg_y),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_y:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_y (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpb3_i7ki0.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodN\">\n#                     <arg name=\"arg_n\" type=\"n\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpb3_i7ki0.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gint16 arg_arg_n,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectIntFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_int (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_arg_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_arg_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodN\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-n\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_n: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-n signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-n:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_n: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_n() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-n\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_n),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_n,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_n: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_n_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_n (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 arg_arg_n,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"(n)\",\n#                    arg_arg_n),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_n().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_n().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_n: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 arg_arg_n,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"(n)\",\n#                    arg_arg_n),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_n:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_n (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpui4ycfb8.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodQ\">\n#                     <arg name=\"arg_q\" type=\"q\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpui4ycfb8.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guint16 arg_arg_q,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUintFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uint (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_arg_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_arg_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodQ\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-q\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_q: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-q signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-q:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_q: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_q() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-q\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_q),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_q,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_q: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_q_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_q (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 arg_arg_q,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"(q)\",\n#                    arg_arg_q),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_q().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_q().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_q: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 arg_arg_q,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"(q)\",\n#                    arg_arg_q),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_q:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_q (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmplirtth2d.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodI\">\n#                     <arg name=\"arg_i\" type=\"i\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmplirtth2d.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gint arg_arg_i,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectIntFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_int (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_arg_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_arg_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodI\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-i\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_i: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-i signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-i:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_i: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_i() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-i\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_i),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_i,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_i: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_i_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_i (\n#     OrgProjectUsefulInterface *proxy,\n#     gint arg_arg_i,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"(i)\",\n#                    arg_arg_i),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_i().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_i().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_i: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint arg_arg_i,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"(i)\",\n#                    arg_arg_i),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_i:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_i (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp4owe0ow0.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodU\">\n#                     <arg name=\"arg_u\" type=\"u\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp4owe0ow0.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guint arg_arg_u,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUintFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uint (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_arg_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_arg_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodU\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-u\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_u: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-u signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-u:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_u: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_u() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-u\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_u),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_u,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_u: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_u_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_u (\n#     OrgProjectUsefulInterface *proxy,\n#     guint arg_arg_u,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"(u)\",\n#                    arg_arg_u),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_u().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_u().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_u: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint arg_arg_u,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"(u)\",\n#                    arg_arg_u),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_u:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_u (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpbcoioaqe.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodX\">\n#                     <arg name=\"arg_x\" type=\"x\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpbcoioaqe.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT64 (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectInt64Func)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gint64 arg_arg_x,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectInt64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectInt64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_int64 (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_arg_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_arg_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodX\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-x\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_x: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-x signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-x:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_x: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_x() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-x\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_x),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_x,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_INT64);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_x: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_x_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_x (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 arg_arg_x,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"(x)\",\n#                    arg_arg_x),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_x().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_x().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_x: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 arg_arg_x,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"(x)\",\n#                    arg_arg_x),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_x:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_x (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpliral3ox.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodT\">\n#                     <arg name=\"arg_t\" type=\"t\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpliral3ox.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT64 (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUint64Func)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guint64 arg_arg_t,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUint64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUint64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uint64 (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_arg_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_arg_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodT\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-t\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_t: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-t signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-t:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_t: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_t() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-t\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_t),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_t,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UINT64);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_t: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_t_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_t (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 arg_arg_t,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"(t)\",\n#                    arg_arg_t),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_t().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_t().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_t: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 arg_arg_t,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"(t)\",\n#                    arg_arg_t),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_t:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_t (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpw9fyg7l5.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodD\">\n#                     <arg name=\"arg_d\" type=\"d\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpw9fyg7l5.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_DOUBLE (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectDoubleFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gdouble arg_arg_d,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectDoubleFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectDoubleFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_double (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_arg_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_arg_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodD\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-d\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_DOUBLE (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_d: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-d signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-d:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_d: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_d() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-d\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_d),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_d,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_DOUBLE);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_d: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_d_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_d (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble arg_arg_d,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"(d)\",\n#                    arg_arg_d),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_d().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_d().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_d: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble arg_arg_d,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"(d)\",\n#                    arg_arg_d),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_d:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_d (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmplrrx77du.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodS\">\n#                     <arg name=\"arg_s\" type=\"s\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmplrrx77du.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_s,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_arg_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_arg_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodS\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-s\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_s: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-s signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-s:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_s: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_s() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-s\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_s),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_s,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_s: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_s_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_s (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_s,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"(s)\",\n#                    arg_arg_s),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_s().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_s().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_s: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_s,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"(s)\",\n#                    arg_arg_s),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_s:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_s (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpaz88fckv.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodO\">\n#                     <arg name=\"arg_o\" type=\"o\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpaz88fckv.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_o,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_arg_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_arg_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodO\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-o\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_o: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-o signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-o:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_o: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_o() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-o\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_o),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_o,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_o: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_o_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_o (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_o,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"(o)\",\n#                    arg_arg_o),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_o().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_o().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_o: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_o,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"(o)\",\n#                    arg_arg_o),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_o:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_o (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpe790khz9.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodG\">\n#                     <arg name=\"arg_g\" type=\"g\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpe790khz9.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_g,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_arg_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_arg_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodG\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-g\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_g: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-g signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-g:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_g: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_g() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-g\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_g),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_g,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_g: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_g_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_g (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_g,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"(g)\",\n#                    arg_arg_g),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_g().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_g().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_g: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_g,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"(g)\",\n#                    arg_arg_g),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_g:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_g (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp972ns0er.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodH\">\n#                     <arg name=\"arg_h\" type=\"h\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp972ns0er.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         GVariant *arg_arg_h,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_variant (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_arg_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_arg_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodH\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-h\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_h: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-h signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-h:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_h: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_h() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-h\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_h),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_h,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_h: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_h_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_h (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_h,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"(@h)\",\n#                    arg_arg_h),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_h().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_h().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_h: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_h,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"(@h)\",\n#                    arg_arg_h),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_h:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_h (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmprbdzvi86.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAy\">\n#                     <arg name=\"arg_ay\" type=\"ay\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmprbdzvi86.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_ay,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_arg_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_arg_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAy\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_ay: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ay,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ay (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_ay,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"(^ay)\",\n#                    arg_arg_ay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_ay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"(^ay)\",\n#                    arg_arg_ay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp9q63yyvu.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAs\">\n#                     <arg name=\"arg_as\" type=\"as\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp9q63yyvu.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *const *arg_arg_as,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBoxedFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boxed (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_arg_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_arg_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAs\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-as\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_as: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-as signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-as:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_as: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_as() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-as\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_as),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_as,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_as: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_as_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_as (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_as,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"(^as)\",\n#                    arg_arg_as),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_as().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_as().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_as: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_as,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"(^as)\",\n#                    arg_arg_as),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_as:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_as (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpi05rf3ph.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAo\">\n#                     <arg name=\"arg_ao\" type=\"ao\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpi05rf3ph.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *const *arg_arg_ao,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBoxedFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boxed (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_arg_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_arg_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAo\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ao\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ao: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ao signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ao:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_ao: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ao() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ao\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ao),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ao,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ao: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ao_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ao (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_ao,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"(^ao)\",\n#                    arg_arg_ao),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ao().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ao().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ao: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_ao,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"(^ao)\",\n#                    arg_arg_ao),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ao:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ao (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp_suu1dnr.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAay\">\n#                     <arg name=\"arg_aay\" type=\"aay\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp_suu1dnr.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *const *arg_arg_aay,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBoxedFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boxed (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_arg_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_arg_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAay\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-aay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_aay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-aay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-aay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_aay: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_aay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-aay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_aay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_aay,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_aay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_aay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_aay (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_aay,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"(^aay)\",\n#                    arg_arg_aay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_aay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_aay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_aay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_aay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"(^aay)\",\n#                    arg_arg_aay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_aay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_aay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpd95few2v.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAsv\">\n#                     <arg name=\"arg_asv\" type=\"a{sv}\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpd95few2v.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         GVariant *arg_arg_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_variant (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_arg_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_arg_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAsv\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-asv\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_asv: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-asv signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-asv:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_asv() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-asv\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_asv),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_asv,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_asv_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_asv (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"(@a{sv})\",\n#                    arg_arg_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_asv().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_asv().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"(@a{sv})\",\n#                    arg_arg_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_asv:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_asv (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\nok 11 __main__.TestCodegen.test_generate_methods_marshaller_single_typed_out_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmprwi5urcl\n# /tmp/tmprwi5urcl/tmpe5x9vypk.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodB\">\n#                     <arg name=\"arg_b\" type=\"b\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpe5x9vypk.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_arg_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_arg_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodB\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-b\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_b: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-b signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-b:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_b() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-b\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_b),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_b,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_b_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_b (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_b().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_b().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean *out_arg_b,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(b)\",\n#                  out_arg_b);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean *out_arg_b,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(b)\",\n#                  out_arg_b);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_b:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_b: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_b (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gboolean arg_b)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(b)\",\n#                    arg_b));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpmn90v413.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodY\">\n#                     <arg name=\"arg_y\" type=\"y\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpmn90v413.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_arg_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_arg_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodY\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-y\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_y: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-y:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_y() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-y\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_y),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_y,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_y_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_y (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_y().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_y().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar *out_arg_y,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(y)\",\n#                  out_arg_y);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar *out_arg_y,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(y)\",\n#                  out_arg_y);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_y:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_y: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_y (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guchar arg_y)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(y)\",\n#                    arg_y));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpj0e9abcb.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodN\">\n#                     <arg name=\"arg_n\" type=\"n\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpj0e9abcb.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_arg_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_arg_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodN\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-n\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_n: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-n signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-n:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_n() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-n\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_n),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_n,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_n_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_n (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_n().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_n().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 *out_arg_n,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(n)\",\n#                  out_arg_n);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 *out_arg_n,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(n)\",\n#                  out_arg_n);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_n:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_n: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_n (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gint16 arg_n)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(n)\",\n#                    arg_n));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp0upt8iua.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodQ\">\n#                     <arg name=\"arg_q\" type=\"q\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp0upt8iua.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_arg_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_arg_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodQ\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-q\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_q: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-q signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-q:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_q() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-q\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_q),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_q,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_q_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_q (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_q().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_q().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 *out_arg_q,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(q)\",\n#                  out_arg_q);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 *out_arg_q,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(q)\",\n#                  out_arg_q);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_q:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_q: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_q (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guint16 arg_q)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(q)\",\n#                    arg_q));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp4ggp8k6f.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodI\">\n#                     <arg name=\"arg_i\" type=\"i\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp4ggp8k6f.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_arg_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_arg_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodI\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-i\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_i: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-i signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-i:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_i() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-i\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_i),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_i,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_i_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_i (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_i().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_i().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gint *out_arg_i,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(i)\",\n#                  out_arg_i);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint *out_arg_i,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(i)\",\n#                  out_arg_i);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_i:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_i: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_i (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gint arg_i)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(i)\",\n#                    arg_i));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp6h8awf6t.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodU\">\n#                     <arg name=\"arg_u\" type=\"u\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp6h8awf6t.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_arg_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_arg_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodU\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-u\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_u: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-u signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-u:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_u() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-u\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_u),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_u,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_u_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_u (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_u().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_u().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guint *out_arg_u,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(u)\",\n#                  out_arg_u);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint *out_arg_u,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(u)\",\n#                  out_arg_u);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_u:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_u: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_u (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guint arg_u)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(u)\",\n#                    arg_u));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpzrp86acn.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodX\">\n#                     <arg name=\"arg_x\" type=\"x\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpzrp86acn.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_arg_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_arg_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodX\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-x\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_x: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-x signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-x:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_x() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-x\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_x),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_x,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_x_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_x (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_x().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_x().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 *out_arg_x,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(x)\",\n#                  out_arg_x);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 *out_arg_x,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(x)\",\n#                  out_arg_x);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_x:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_x: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_x (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gint64 arg_x)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(x)\",\n#                    arg_x));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpq5glz2u4.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodT\">\n#                     <arg name=\"arg_t\" type=\"t\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpq5glz2u4.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_arg_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_arg_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodT\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-t\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_t: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-t signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-t:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_t() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-t\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_t),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_t,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_t_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_t (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_t().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_t().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 *out_arg_t,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(t)\",\n#                  out_arg_t);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 *out_arg_t,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(t)\",\n#                  out_arg_t);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_t:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_t: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_t (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guint64 arg_t)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(t)\",\n#                    arg_t));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpvn98fw2u.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodD\">\n#                     <arg name=\"arg_d\" type=\"d\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpvn98fw2u.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_arg_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_arg_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodD\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-d\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_d: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-d signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-d:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_d() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-d\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_d),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_d,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_d_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_d (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_d().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_d().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble *out_arg_d,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(d)\",\n#                  out_arg_d);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble *out_arg_d,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(d)\",\n#                  out_arg_d);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_d:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_d: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_d (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gdouble arg_d)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(d)\",\n#                    arg_d));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpf9ixuht8.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodS\">\n#                     <arg name=\"arg_s\" type=\"s\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpf9ixuht8.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_arg_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_arg_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodS\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-s\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_s: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-s signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-s:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_s() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-s\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_s),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_s,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_s_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_s (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_s().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_s().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_s,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_arg_s);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_s,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_arg_s);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_s:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_s: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_s (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_s)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(s)\",\n#                    arg_s));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpphs2tvd3.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodO\">\n#                     <arg name=\"arg_o\" type=\"o\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpphs2tvd3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_arg_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_arg_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodO\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-o\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_o: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-o signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-o:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_o() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-o\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_o),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_o,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_o_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_o (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_o().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_o().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_o,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(o)\",\n#                  out_arg_o);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_o,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(o)\",\n#                  out_arg_o);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_o:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_o: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_o (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_o)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(o)\",\n#                    arg_o));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp511ruape.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodG\">\n#                     <arg name=\"arg_g\" type=\"g\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp511ruape.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_arg_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_arg_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodG\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-g\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_g: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-g signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-g:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_g() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-g\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_g),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_g,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_g_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_g (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_g().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_g().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_g,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(g)\",\n#                  out_arg_g);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_g,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(g)\",\n#                  out_arg_g);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_g:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_g: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_g (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_g)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(g)\",\n#                    arg_g));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpc8w6pwe3.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodH\">\n#                     <arg name=\"arg_h\" type=\"h\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpc8w6pwe3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_arg_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_arg_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodH\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-h\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_h: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-h signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-h:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_h() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-h\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_h),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_h,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_h_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_h (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_h().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_h().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_h,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@h)\",\n#                  out_arg_h);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_h,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@h)\",\n#                  out_arg_h);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_h:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_h: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_h (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_h)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(@h)\",\n#                    arg_h));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpl5uvechs.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAy\">\n#                     <arg name=\"arg_ay\" type=\"ay\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpl5uvechs.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_arg_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_arg_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAy\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ay,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ay (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_ay,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ay)\",\n#                  out_arg_ay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_ay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ay)\",\n#                  out_arg_ay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_ay: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_ay)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^ay)\",\n#                    arg_ay));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpl0a2pi3f.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAs\">\n#                     <arg name=\"arg_as\" type=\"as\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpl0a2pi3f.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_arg_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_arg_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAs\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-as\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_as: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-as signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-as:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_as() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-as\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_as),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_as,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_as_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_as (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_as().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_as().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_as,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^as)\",\n#                  out_arg_as);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_as,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^as)\",\n#                  out_arg_as);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_as:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_as: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_as (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *const *arg_as)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^as)\",\n#                    arg_as));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp94jj_auo.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAo\">\n#                     <arg name=\"arg_ao\" type=\"ao\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp94jj_auo.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_arg_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_arg_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAo\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ao\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ao: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ao signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ao:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ao() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ao\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ao),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ao,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ao_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ao (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ao().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ao().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_ao,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ao)\",\n#                  out_arg_ao);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_ao,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ao)\",\n#                  out_arg_ao);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ao:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_ao: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ao (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *const *arg_ao)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^ao)\",\n#                    arg_ao));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmplhxnvgx9.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAay\">\n#                     <arg name=\"arg_aay\" type=\"aay\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmplhxnvgx9.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_arg_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_arg_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAay\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-aay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_aay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-aay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-aay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_aay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-aay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_aay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_aay,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_aay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_aay (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_aay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_aay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_aay,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^aay)\",\n#                  out_arg_aay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_aay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^aay)\",\n#                  out_arg_aay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_aay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_aay: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_aay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *const *arg_aay)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^aay)\",\n#                    arg_aay));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpig7wvrvk.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAsv\">\n#                     <arg name=\"arg_asv\" type=\"a{sv}\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpig7wvrvk.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_arg_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_arg_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAsv\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-asv\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_asv: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-asv signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-asv:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_asv() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-asv\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_asv),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_asv,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_asv_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_asv (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_asv().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_asv().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_asv,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@a{sv})\",\n#                  out_arg_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@a{sv})\",\n#                  out_arg_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_asv:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_asv: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_asv (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_asv)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(@a{sv})\",\n#                    arg_asv));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\nok 12 __main__.TestCodegen.test_generate_methods_marshallers_multiple_in_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpnrqlnnl7\n# /tmp/tmpnrqlnnl7/tmpevewkwsm.xml: \n#             <node>\n#               <interface name=\"org.project.CallableIface\">\n#                 <method name=\"MethodWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </method>\n#                 <method name=\"SameMethodWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </method>\n#               </interface>\n#               <interface name=\"org.project.OtherCallableIface\">\n#                 <method name=\"MethodWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpnrqlnnl7/tmpevewkwsm.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gboolean arg_an_b,\n#         guchar arg_an_y,\n#         gint16 arg_an_n,\n#         guint16 arg_an_q,\n#         gint arg_an_i,\n#         guint arg_an_u,\n#         gint64 arg_an_x,\n#         guint64 arg_an_t,\n#         gdouble arg_an_d,\n#         const gchar *arg_an_s,\n#         const gchar *arg_an_o,\n#         const gchar *arg_an_g,\n#         GVariant *arg_an_h,\n#         const gchar *arg_an_ay,\n#         const gchar *const *arg_an_as,\n#         const gchar *const *arg_an_ao,\n#         const gchar *const *arg_an_aay,\n#         GVariant *arg_an_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 20);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boolean (param_values + 2),\n#               g_marshal_value_peek_uchar (param_values + 3),\n#               g_marshal_value_peek_int (param_values + 4),\n#               g_marshal_value_peek_uint (param_values + 5),\n#               g_marshal_value_peek_int (param_values + 6),\n#               g_marshal_value_peek_uint (param_values + 7),\n#               g_marshal_value_peek_int64 (param_values + 8),\n#               g_marshal_value_peek_uint64 (param_values + 9),\n#               g_marshal_value_peek_double (param_values + 10),\n#               g_marshal_value_peek_string (param_values + 11),\n#               g_marshal_value_peek_string (param_values + 12),\n#               g_marshal_value_peek_string (param_values + 13),\n#               g_marshal_value_peek_variant (param_values + 14),\n#               g_marshal_value_peek_string (param_values + 15),\n#               g_marshal_value_peek_boxed (param_values + 16),\n#               g_marshal_value_peek_boxed (param_values + 17),\n#               g_marshal_value_peek_boxed (param_values + 18),\n#               g_marshal_value_peek_variant (param_values + 19),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.CallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectCallableIface\n#  * @title: OrgProjectCallableIface\n#  * @short_description: Generated C code for the org.project.CallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.CallableIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_b.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_y.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_n.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_q.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_i.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_u.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_x.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_t.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_d.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_s.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_o.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_g.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_h.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_as.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"MethodWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_b.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_y.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_n.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_q.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_i.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_u.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_x.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_t.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_d.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_s.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_o.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_g.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_h.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ay.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_as.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ao.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_aay.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_same_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SameMethodWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-same-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.CallableIface\",\n#     (GDBusMethodInfo **) &_org_project_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_callable_iface_method_marshal_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_callable_iface_method_marshal_same_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_method_with_many_args: Handler for the #OrgProjectCallableIface::handle-method-with-many-args signal.\n#  * @handle_same_method_with_many_args: Handler for the #OrgProjectCallableIface::handle-same-method-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# typedef OrgProjectCallableIfaceIface OrgProjectCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectCallableIface, org_project_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_callable_iface_default_init (OrgProjectCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectCallableIface::handle-method-with-many-args:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_an_b: Argument passed by remote caller.\n#    * @arg_an_y: Argument passed by remote caller.\n#    * @arg_an_n: Argument passed by remote caller.\n#    * @arg_an_q: Argument passed by remote caller.\n#    * @arg_an_i: Argument passed by remote caller.\n#    * @arg_an_u: Argument passed by remote caller.\n#    * @arg_an_x: Argument passed by remote caller.\n#    * @arg_an_t: Argument passed by remote caller.\n#    * @arg_an_d: Argument passed by remote caller.\n#    * @arg_an_s: Argument passed by remote caller.\n#    * @arg_an_o: Argument passed by remote caller.\n#    * @arg_an_g: Argument passed by remote caller.\n#    * @arg_an_h: Argument passed by remote caller.\n#    * @arg_an_ay: Argument passed by remote caller.\n#    * @arg_an_as: Argument passed by remote caller.\n#    * @arg_an_ao: Argument passed by remote caller.\n#    * @arg_an_aay: Argument passed by remote caller.\n#    * @arg_an_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     19,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n#   /**\n#    * OrgProjectCallableIface::handle-same-method-with-many-args:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_an_b: Argument passed by remote caller.\n#    * @arg_an_y: Argument passed by remote caller.\n#    * @arg_an_n: Argument passed by remote caller.\n#    * @arg_an_q: Argument passed by remote caller.\n#    * @arg_an_i: Argument passed by remote caller.\n#    * @arg_an_u: Argument passed by remote caller.\n#    * @arg_an_x: Argument passed by remote caller.\n#    * @arg_an_t: Argument passed by remote caller.\n#    * @arg_an_d: Argument passed by remote caller.\n#    * @arg_an_s: Argument passed by remote caller.\n#    * @arg_an_o: Argument passed by remote caller.\n#    * @arg_an_g: Argument passed by remote caller.\n#    * @arg_an_h: Argument passed by remote caller.\n#    * @arg_an_ay: Argument passed by remote caller.\n#    * @arg_an_as: Argument passed by remote caller.\n#    * @arg_an_ao: Argument passed by remote caller.\n#    * @arg_an_aay: Argument passed by remote caller.\n#    * @arg_an_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_same_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-same-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_same_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_same_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     19,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_method_with_many_args (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_finish (\n#     OrgProjectCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_sync (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_same_method_with_many_args:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_same_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_same_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_same_method_with_many_args (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SameMethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_same_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_same_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_same_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_same_method_with_many_args_finish (\n#     OrgProjectCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_same_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_same_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_same_method_with_many_args_sync (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SameMethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_method_with_many_args:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_method_with_many_args (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_same_method_with_many_args:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_same_method_with_many_args (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceProxy:\n#  *\n#  * The #OrgProjectCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_callable_iface_proxy_init (OrgProjectCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, OrgProjectCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_callable_iface_proxy_class_init (OrgProjectCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_callable_iface_skeleton_vtable =\n# {\n#   _org_project_callable_iface_skeleton_handle_method_call,\n#   _org_project_callable_iface_skeleton_handle_get_property,\n#   _org_project_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.CallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_init (OrgProjectCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, OrgProjectCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_class_init (OrgProjectCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherCallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherCallableIface\n#  * @title: OrgProjectOtherCallableIface\n#  * @short_description: Generated C code for the org.project.OtherCallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.OtherCallableIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_pointers[] =\n# {\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_b.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_y.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_n.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_q.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_i.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_u.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_x.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_t.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_d.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_s.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_o.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_g.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_h.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_as.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_other_callable_iface_method_info_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"MethodWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_other_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_other_callable_iface_method_info_method_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherCallableIface\",\n#     (GDBusMethodInfo **) &_org_project_other_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_callable_iface_method_marshal_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_method_with_many_args: Handler for the #OrgProjectOtherCallableIface::handle-method-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# typedef OrgProjectOtherCallableIfaceIface OrgProjectOtherCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherCallableIface, org_project_other_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_callable_iface_default_init (OrgProjectOtherCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectOtherCallableIface::handle-method-with-many-args:\n#    * @object: A #OrgProjectOtherCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_an_b: Argument passed by remote caller.\n#    * @arg_an_y: Argument passed by remote caller.\n#    * @arg_an_n: Argument passed by remote caller.\n#    * @arg_an_q: Argument passed by remote caller.\n#    * @arg_an_i: Argument passed by remote caller.\n#    * @arg_an_u: Argument passed by remote caller.\n#    * @arg_an_x: Argument passed by remote caller.\n#    * @arg_an_t: Argument passed by remote caller.\n#    * @arg_an_d: Argument passed by remote caller.\n#    * @arg_an_s: Argument passed by remote caller.\n#    * @arg_an_o: Argument passed by remote caller.\n#    * @arg_an_g: Argument passed by remote caller.\n#    * @arg_an_h: Argument passed by remote caller.\n#    * @arg_an_ay: Argument passed by remote caller.\n#    * @arg_an_as: Argument passed by remote caller.\n#    * @arg_an_ao: Argument passed by remote caller.\n#    * @arg_an_aay: Argument passed by remote caller.\n#    * @arg_an_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_other_callable_iface_complete_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectOtherCallableIfaceIface, handle_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_other_callable_iface_method_marshal_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     19,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_method_with_many_args:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_call_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_call_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_other_callable_iface_call_method_with_many_args (\n#     OrgProjectOtherCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_call_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_call_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_method_with_many_args_finish (\n#     OrgProjectOtherCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_call_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_method_with_many_args_sync (\n#     OrgProjectOtherCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_complete_method_with_many_args:\n#  * @object: A #OrgProjectOtherCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_other_callable_iface_complete_method_with_many_args (\n#     OrgProjectOtherCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxy:\n#  *\n#  * The #OrgProjectOtherCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_init (OrgProjectOtherCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, OrgProjectOtherCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_class_init (OrgProjectOtherCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_callable_iface_skeleton_vtable =\n# {\n#   _org_project_other_callable_iface_skeleton_handle_method_call,\n#   _org_project_other_callable_iface_skeleton_handle_get_property,\n#   _org_project_other_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherCallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_init (OrgProjectOtherCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, OrgProjectOtherCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_class_init (OrgProjectOtherCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 13 __main__.TestCodegen.test_generate_methods_marshallers_multiple_out_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpqdocba6k\n# /tmp/tmpqdocba6k/tmp1ynfmp6e.xml: \n#             <node>\n#               <interface name=\"org.project.CallableIface\">\n#                 <method name=\"MethodWithManyArgs\">\n#                     <arg name='an_b' type='b' direction='out'/>\n# <arg name='an_y' type='y' direction='out'/>\n# <arg name='an_n' type='n' direction='out'/>\n# <arg name='an_q' type='q' direction='out'/>\n# <arg name='an_i' type='i' direction='out'/>\n# <arg name='an_u' type='u' direction='out'/>\n# <arg name='an_x' type='x' direction='out'/>\n# <arg name='an_t' type='t' direction='out'/>\n# <arg name='an_d' type='d' direction='out'/>\n# <arg name='an_s' type='s' direction='out'/>\n# <arg name='an_o' type='o' direction='out'/>\n# <arg name='an_g' type='g' direction='out'/>\n# <arg name='an_h' type='h' direction='out'/>\n# <arg name='an_ay' type='ay' direction='out'/>\n# <arg name='an_as' type='as' direction='out'/>\n# <arg name='an_ao' type='ao' direction='out'/>\n# <arg name='an_aay' type='aay' direction='out'/>\n# <arg name='an_asv' type='a{sv}' direction='out'/>\n# \n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpqdocba6k/tmp1ynfmp6e.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.CallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectCallableIface\n#  * @title: OrgProjectCallableIface\n#  * @short_description: Generated C code for the org.project.CallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.CallableIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_b.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_y.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_n.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_q.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_i.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_u.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_x.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_t.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_d.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_s.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_o.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_g.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_h.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_as.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ao.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_aay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"MethodWithManyArgs\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.CallableIface\",\n#     (GDBusMethodInfo **) &_org_project_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_callable_iface_method_marshal_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_method_with_many_args: Handler for the #OrgProjectCallableIface::handle-method-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# typedef OrgProjectCallableIfaceIface OrgProjectCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectCallableIface, org_project_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_callable_iface_default_init (OrgProjectCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectCallableIface::handle-method-with-many-args:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_method_with_many_args (\n#     OrgProjectCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @out_an_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_finish (\n#     OrgProjectCallableIface *proxy,\n#     gboolean *out_an_b,\n#     guchar *out_an_y,\n#     gint16 *out_an_n,\n#     guint16 *out_an_q,\n#     gint *out_an_i,\n#     guint *out_an_u,\n#     gint64 *out_an_x,\n#     guint64 *out_an_t,\n#     gdouble *out_an_d,\n#     gchar **out_an_s,\n#     gchar **out_an_o,\n#     gchar **out_an_g,\n#     GVariant **out_an_h,\n#     gchar **out_an_ay,\n#     gchar ***out_an_as,\n#     gchar ***out_an_ao,\n#     gchar ***out_an_aay,\n#     GVariant **out_an_asv,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                  out_an_b,\n#                  out_an_y,\n#                  out_an_n,\n#                  out_an_q,\n#                  out_an_i,\n#                  out_an_u,\n#                  out_an_x,\n#                  out_an_t,\n#                  out_an_d,\n#                  out_an_s,\n#                  out_an_o,\n#                  out_an_g,\n#                  out_an_h,\n#                  out_an_ay,\n#                  out_an_as,\n#                  out_an_ao,\n#                  out_an_aay,\n#                  out_an_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @out_an_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_sync (\n#     OrgProjectCallableIface *proxy,\n#     gboolean *out_an_b,\n#     guchar *out_an_y,\n#     gint16 *out_an_n,\n#     guint16 *out_an_q,\n#     gint *out_an_i,\n#     guint *out_an_u,\n#     gint64 *out_an_x,\n#     guint64 *out_an_t,\n#     gdouble *out_an_d,\n#     gchar **out_an_s,\n#     gchar **out_an_o,\n#     gchar **out_an_g,\n#     GVariant **out_an_h,\n#     gchar **out_an_ay,\n#     gchar ***out_an_as,\n#     gchar ***out_an_ao,\n#     gchar ***out_an_aay,\n#     GVariant **out_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                  out_an_b,\n#                  out_an_y,\n#                  out_an_n,\n#                  out_an_q,\n#                  out_an_i,\n#                  out_an_u,\n#                  out_an_x,\n#                  out_an_t,\n#                  out_an_d,\n#                  out_an_s,\n#                  out_an_o,\n#                  out_an_g,\n#                  out_an_h,\n#                  out_an_ay,\n#                  out_an_as,\n#                  out_an_ao,\n#                  out_an_aay,\n#                  out_an_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_method_with_many_args:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @an_b: Parameter to return.\n#  * @an_y: Parameter to return.\n#  * @an_n: Parameter to return.\n#  * @an_q: Parameter to return.\n#  * @an_i: Parameter to return.\n#  * @an_u: Parameter to return.\n#  * @an_x: Parameter to return.\n#  * @an_t: Parameter to return.\n#  * @an_d: Parameter to return.\n#  * @an_s: Parameter to return.\n#  * @an_o: Parameter to return.\n#  * @an_g: Parameter to return.\n#  * @an_h: Parameter to return.\n#  * @an_ay: Parameter to return.\n#  * @an_as: Parameter to return.\n#  * @an_ao: Parameter to return.\n#  * @an_aay: Parameter to return.\n#  * @an_asv: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_method_with_many_args (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gboolean an_b,\n#     guchar an_y,\n#     gint16 an_n,\n#     guint16 an_q,\n#     gint an_i,\n#     guint an_u,\n#     gint64 an_x,\n#     guint64 an_t,\n#     gdouble an_d,\n#     const gchar *an_s,\n#     const gchar *an_o,\n#     const gchar *an_g,\n#     GVariant *an_h,\n#     const gchar *an_ay,\n#     const gchar *const *an_as,\n#     const gchar *const *an_ao,\n#     const gchar *const *an_aay,\n#     GVariant *an_asv)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    an_b,\n#                    an_y,\n#                    an_n,\n#                    an_q,\n#                    an_i,\n#                    an_u,\n#                    an_x,\n#                    an_t,\n#                    an_d,\n#                    an_s,\n#                    an_o,\n#                    an_g,\n#                    an_h,\n#                    an_ay,\n#                    an_as,\n#                    an_ao,\n#                    an_aay,\n#                    an_asv));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceProxy:\n#  *\n#  * The #OrgProjectCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_callable_iface_proxy_init (OrgProjectCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, OrgProjectCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_callable_iface_proxy_class_init (OrgProjectCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_callable_iface_skeleton_vtable =\n# {\n#   _org_project_callable_iface_skeleton_handle_method_call,\n#   _org_project_callable_iface_skeleton_handle_get_property,\n#   _org_project_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.CallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_init (OrgProjectCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, OrgProjectCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_class_init (OrgProjectCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 14 __main__.TestCodegen.test_generate_methods_marshallers_with_unix_fds\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpkzoalfzr\n# /tmp/tmpkzoalfzr/tmpsnqakzdo.xml: \n#             <node>\n#               <interface name=\"test.FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpkzoalfzr/tmpsnqakzdo.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         GUnixFDList *arg_fd_list,\n#         const gchar *arg_greeting,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 4);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_object (param_values + 2),\n#               g_marshal_value_peek_string (param_values + 3),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface test.FDPassing\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:TestFDPassing\n#  * @title: TestFDPassing\n#  * @short_description: Generated C code for the test.FDPassing D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for test.FDPassing ---- */\n# \n# static const _ExtendedGDBusArgInfo _test_fdpassing_method_info_hello_fd_IN_ARG_greeting =\n# {\n#   {\n#     -1,\n#     (gchar *) \"greeting\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _test_fdpassing_method_info_hello_fd_IN_ARG_pointers[] =\n# {\n#   &_test_fdpassing_method_info_hello_fd_IN_ARG_greeting.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusArgInfo _test_fdpassing_method_info_hello_fd_OUT_ARG_response =\n# {\n#   {\n#     -1,\n#     (gchar *) \"response\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _test_fdpassing_method_info_hello_fd_OUT_ARG_pointers[] =\n# {\n#   &_test_fdpassing_method_info_hello_fd_OUT_ARG_response.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _test_fdpassing_method_info_hello_fd =\n# {\n#   {\n#     -1,\n#     (gchar *) \"HelloFD\",\n#     (GDBusArgInfo **) &_test_fdpassing_method_info_hello_fd_IN_ARG_pointers,\n#     (GDBusArgInfo **) &_test_fdpassing_method_info_hello_fd_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-hello-fd\",\n#   TRUE\n# };\n# \n# static const GDBusMethodInfo * const _test_fdpassing_method_info_pointers[] =\n# {\n#   &_test_fdpassing_method_info_hello_fd.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _test_fdpassing_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"test.FDPassing\",\n#     (GDBusMethodInfo **) &_test_fdpassing_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"test-fdpassing\",\n# };\n# \n# \n# /**\n#  * test_fdpassing_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# test_fdpassing_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct;\n# }\n# \n# /**\n#  * test_fdpassing_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #TestFDPassing interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# test_fdpassing_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# test_fdpassing_method_marshal_hello_fd (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * TestFDPassing:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>.\n#  */\n# \n# /**\n#  * TestFDPassingIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_hello_fd: Handler for the #TestFDPassing::handle-hello-fd signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>.\n#  */\n# \n# typedef TestFDPassingIface TestFDPassingInterface;\n# G_DEFINE_INTERFACE (TestFDPassing, test_fdpassing, G_TYPE_OBJECT)\n# \n# static void\n# test_fdpassing_default_init (TestFDPassingIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * TestFDPassing::handle-hello-fd:\n#    * @object: A #TestFDPassing.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#    * @arg_greeting: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call test_fdpassing_complete_hello_fd() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-hello-fd\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (TestFDPassingIface, handle_hello_fd),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       test_fdpassing_method_marshal_hello_fd,\n#     G_TYPE_BOOLEAN,\n#     3,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UNIX_FD_LIST, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * test_fdpassing_call_hello_fd:\n#  * @proxy: A #TestFDPassingProxy.\n#  * @arg_greeting: Argument to pass with the method invocation.\n#  * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call test_fdpassing_call_hello_fd_finish() to get the result of the operation.\n#  *\n#  * See test_fdpassing_call_hello_fd_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# test_fdpassing_call_hello_fd (\n#     TestFDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call_with_unix_fd_list (G_DBUS_PROXY (proxy),\n#     \"HelloFD\",\n#     g_variant_new (\"(s)\",\n#                    arg_greeting),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     fd_list,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * test_fdpassing_call_hello_fd_finish:\n#  * @proxy: A #TestFDPassingProxy.\n#  * @out_response: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_fd_list: (out) (optional) (nullable): Return location for a #GUnixFDList or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to test_fdpassing_call_hello_fd().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with test_fdpassing_call_hello_fd().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# test_fdpassing_call_hello_fd_finish (\n#     TestFDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_with_unix_fd_list_finish (G_DBUS_PROXY (proxy), out_fd_list, res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_response);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * test_fdpassing_call_hello_fd_sync:\n#  * @proxy: A #TestFDPassingProxy.\n#  * @arg_greeting: Argument to pass with the method invocation.\n#  * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#  * @out_response: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_fd_list: (out) (optional) (nullable): Return location for a #GUnixFDList or %NULL.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See test_fdpassing_call_hello_fd() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# test_fdpassing_call_hello_fd_sync (\n#     TestFDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_with_unix_fd_list_sync (G_DBUS_PROXY (proxy),\n#     \"HelloFD\",\n#     g_variant_new (\"(s)\",\n#                    arg_greeting),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     fd_list,\n#     out_fd_list,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_response);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * test_fdpassing_complete_hello_fd:\n#  * @object: A #TestFDPassing.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#  * @response: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# test_fdpassing_complete_hello_fd (\n#     TestFDPassing *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response)\n# {\n#   g_dbus_method_invocation_return_value_with_unix_fd_list (invocation,\n#     g_variant_new (\"(s)\",\n#                    response),\n#     fd_list);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * TestFDPassingProxy:\n#  *\n#  * The #TestFDPassingProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * TestFDPassingProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #TestFDPassingProxy.\n#  */\n# \n# struct _TestFDPassingProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void test_fdpassing_proxy_iface_init (TestFDPassingIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingProxy, test_fdpassing_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (TestFDPassingProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingProxy, test_fdpassing_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_proxy_iface_init))\n# \n# #endif\n# static void\n# test_fdpassing_proxy_finalize (GObject *object)\n# {\n#   TestFDPassingProxy *proxy = TEST_FDPASSING_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (test_fdpassing_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# test_fdpassing_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# test_fdpassing_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# test_fdpassing_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_TEST_FDPASSING);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_TEST_FDPASSING);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# test_fdpassing_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   TestFDPassingProxy *proxy = TEST_FDPASSING_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# test_fdpassing_proxy_init (TestFDPassingProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = test_fdpassing_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_TEST_FDPASSING_PROXY, TestFDPassingProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), test_fdpassing_interface_info ());\n# }\n# \n# static void\n# test_fdpassing_proxy_class_init (TestFDPassingProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = test_fdpassing_proxy_finalize;\n#   gobject_class->get_property = test_fdpassing_proxy_get_property;\n#   gobject_class->set_property = test_fdpassing_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = test_fdpassing_proxy_g_signal;\n#   proxy_class->g_properties_changed = test_fdpassing_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (TestFDPassingProxyPrivate));\n# #endif\n# }\n# \n# static void\n# test_fdpassing_proxy_iface_init (TestFDPassingIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call test_fdpassing_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See test_fdpassing_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# test_fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_TEST_FDPASSING_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to test_fdpassing_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with test_fdpassing_proxy_new().\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See test_fdpassing_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_TEST_FDPASSING_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * test_fdpassing_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like test_fdpassing_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call test_fdpassing_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See test_fdpassing_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# test_fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_TEST_FDPASSING_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to test_fdpassing_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with test_fdpassing_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like test_fdpassing_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See test_fdpassing_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_TEST_FDPASSING_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * TestFDPassingSkeleton:\n#  *\n#  * The #TestFDPassingSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * TestFDPassingSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #TestFDPassingSkeleton.\n#  */\n# \n# struct _TestFDPassingSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _test_fdpassing_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_TEST_FDPASSING);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_TEST_FDPASSING);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _test_fdpassing_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _test_fdpassing_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _test_fdpassing_skeleton_vtable =\n# {\n#   _test_fdpassing_skeleton_handle_method_call,\n#   _test_fdpassing_skeleton_handle_get_property,\n#   _test_fdpassing_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# test_fdpassing_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return test_fdpassing_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# test_fdpassing_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_test_fdpassing_skeleton_vtable;\n# }\n# \n# static GVariant *\n# test_fdpassing_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_test_fdpassing_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _test_fdpassing_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _test_fdpassing_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _test_fdpassing_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"test.FDPassing\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# test_fdpassing_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void test_fdpassing_skeleton_iface_init (TestFDPassingIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingSkeleton, test_fdpassing_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (TestFDPassingSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingSkeleton, test_fdpassing_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_skeleton_iface_init))\n# \n# #endif\n# static void\n# test_fdpassing_skeleton_finalize (GObject *object)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (test_fdpassing_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# test_fdpassing_skeleton_init (TestFDPassingSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = test_fdpassing_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_TEST_FDPASSING_SKELETON, TestFDPassingSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# test_fdpassing_skeleton_class_init (TestFDPassingSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = test_fdpassing_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = test_fdpassing_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = test_fdpassing_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = test_fdpassing_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = test_fdpassing_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (TestFDPassingSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# test_fdpassing_skeleton_iface_init (TestFDPassingIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * test_fdpassing_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>.\n#  *\n#  * Returns: (transfer full) (type TestFDPassingSkeleton): The skeleton object.\n#  */\n# TestFDPassing *\n# test_fdpassing_skeleton_new (void)\n# {\n#   return TEST_FDPASSING (g_object_new (TYPE_TEST_FDPASSING_SKELETON, NULL));\n# }\n# Error:\nok 15 __main__.TestCodegen.test_generate_rst\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpidw70ig2\n# /tmp/tmpidw70ig2/tmpxfydumcz.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpidw70ig2/tmpxfydumcz.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 16 __main__.TestCodegen.test_generate_rst_method\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp4s7ebz3b\n# /tmp/tmp4s7ebz3b/tmpl9yvnkuk.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- RandomMethod:\n# \n#             A random test method.\n#             -->\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp4s7ebz3b/tmpl9yvnkuk.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 17 __main__.TestCodegen.test_generate_rst_property\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpaoe1rgmr\n# /tmp/tmpaoe1rgmr/tmp0y2a78ff.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- RandomProperty:\n# \n#             A random test property.\n#             -->\n#             <property type=\"s\" name=\"RandomProperty\" access=\"read\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpaoe1rgmr/tmp0y2a78ff.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 18 __main__.TestCodegen.test_generate_rst_signal\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpkpkus9oj\n# /tmp/tmpkpkus9oj/tmp8tgsyscn.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- RandomSignal:\n# \n#             A random test signal.\n#             -->\n#             <signal name=\"RandomSignal\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpkpkus9oj/tmp8tgsyscn.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 19 __main__.TestCodegen.test_generate_signal_id_multiple_signal_args_types\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpgyegb_il\n# /tmp/tmpgyegb_il/tmp364sr9pd.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SignalWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </signal>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpgyegb_il/tmp364sr9pd.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#        (void *data1,\n#         gboolean arg_an_b,\n#         guchar arg_an_y,\n#         gint16 arg_an_n,\n#         guint16 arg_an_q,\n#         gint arg_an_i,\n#         guint arg_an_u,\n#         gint64 arg_an_x,\n#         guint64 arg_an_t,\n#         gdouble arg_an_d,\n#         const gchar *arg_an_s,\n#         const gchar *arg_an_o,\n#         const gchar *arg_an_g,\n#         GVariant *arg_an_h,\n#         const gchar *arg_an_ay,\n#         const gchar *const *arg_an_as,\n#         const gchar *const *arg_an_ao,\n#         const gchar *const *arg_an_aay,\n#         GVariant *arg_an_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 19);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_boolean (param_values + 1),\n#             g_marshal_value_peek_uchar (param_values + 2),\n#             g_marshal_value_peek_int (param_values + 3),\n#             g_marshal_value_peek_uint (param_values + 4),\n#             g_marshal_value_peek_int (param_values + 5),\n#             g_marshal_value_peek_uint (param_values + 6),\n#             g_marshal_value_peek_int64 (param_values + 7),\n#             g_marshal_value_peek_uint64 (param_values + 8),\n#             g_marshal_value_peek_double (param_values + 9),\n#             g_marshal_value_peek_string (param_values + 10),\n#             g_marshal_value_peek_string (param_values + 11),\n#             g_marshal_value_peek_string (param_values + 12),\n#             g_marshal_value_peek_variant (param_values + 13),\n#             g_marshal_value_peek_string (param_values + 14),\n#             g_marshal_value_peek_boxed (param_values + 15),\n#             g_marshal_value_peek_boxed (param_values + 16),\n#             g_marshal_value_peek_boxed (param_values + 17),\n#             g_marshal_value_peek_variant (param_values + 18),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_signal_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SignalWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers,\n#     NULL\n#   },\n#   \"signal-with-many-args\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_signal_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @signal_with_many_args: Handler for the #OrgProjectSignalingIface::signal-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::signal-with-many-args:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_b: Argument.\n#    * @arg_an_y: Argument.\n#    * @arg_an_n: Argument.\n#    * @arg_an_q: Argument.\n#    * @arg_an_i: Argument.\n#    * @arg_an_u: Argument.\n#    * @arg_an_x: Argument.\n#    * @arg_an_t: Argument.\n#    * @arg_an_d: Argument.\n#    * @arg_an_s: Argument.\n#    * @arg_an_o: Argument.\n#    * @arg_an_g: Argument.\n#    * @arg_an_h: Argument.\n#    * @arg_an_ay: Argument.\n#    * @arg_an_as: Argument.\n#    * @arg_an_ao: Argument.\n#    * @arg_an_aay: Argument.\n#    * @arg_an_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS] =\n#     g_signal_new (\"signal-with-many-args\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, signal_with_many_args),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_signal_with_many_args,\n#       G_TYPE_NONE,\n#       18, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_signal_with_many_args:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_b: Argument to pass with the signal.\n#  * @arg_an_y: Argument to pass with the signal.\n#  * @arg_an_n: Argument to pass with the signal.\n#  * @arg_an_q: Argument to pass with the signal.\n#  * @arg_an_i: Argument to pass with the signal.\n#  * @arg_an_u: Argument to pass with the signal.\n#  * @arg_an_x: Argument to pass with the signal.\n#  * @arg_an_t: Argument to pass with the signal.\n#  * @arg_an_d: Argument to pass with the signal.\n#  * @arg_an_s: Argument to pass with the signal.\n#  * @arg_an_o: Argument to pass with the signal.\n#  * @arg_an_g: Argument to pass with the signal.\n#  * @arg_an_h: Argument to pass with the signal.\n#  * @arg_an_ay: Argument to pass with the signal.\n#  * @arg_an_as: Argument to pass with the signal.\n#  * @arg_an_ao: Argument to pass with the signal.\n#  * @arg_an_aay: Argument to pass with the signal.\n#  * @arg_an_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS], 0, arg_an_b, arg_an_y, arg_an_n, arg_an_q, arg_an_i, arg_an_u, arg_an_x, arg_an_t, arg_an_d, arg_an_s, arg_an_o, arg_an_g, arg_an_h, arg_an_ay, arg_an_as, arg_an_ao, arg_an_aay, arg_an_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SignalWithManyArgs\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->signal_with_many_args = _org_project_signaling_iface_on_signal_signal_with_many_args;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 20 __main__.TestCodegen.test_generate_signal_id_multiple_signals_types\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp67ftry3a\n# /tmp/tmp67ftry3a/tmpv8aeo76b.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"NoArgSignal\" />\n#                 <signal name='SingleArgSignalB'><arg name='an_b' type='b'/></signal><signal name='SingleArgSignalY'><arg name='an_y' type='y'/></signal><signal name='SingleArgSignalN'><arg name='an_n' type='n'/></signal><signal name='SingleArgSignalQ'><arg name='an_q' type='q'/></signal><signal name='SingleArgSignalI'><arg name='an_i' type='i'/></signal><signal name='SingleArgSignalU'><arg name='an_u' type='u'/></signal><signal name='SingleArgSignalX'><arg name='an_x' type='x'/></signal><signal name='SingleArgSignalT'><arg name='an_t' type='t'/></signal><signal name='SingleArgSignalD'><arg name='an_d' type='d'/></signal><signal name='SingleArgSignalS'><arg name='an_s' type='s'/></signal><signal name='SingleArgSignalO'><arg name='an_o' type='o'/></signal><signal name='SingleArgSignalG'><arg name='an_g' type='g'/></signal><signal name='SingleArgSignalH'><arg name='an_h' type='h'/></signal><signal name='SingleArgSignalAY'><arg name='an_ay' type='ay'/></signal><signal name='SingleArgSignalAS'><arg name='an_as' type='as'/></signal><signal name='SingleArgSignalAO'><arg name='an_ao' type='ao'/></signal><signal name='SingleArgSignalAAY'><arg name='an_aay' type='aay'/></signal><signal name='SingleArgSignalASV'><arg name='an_asv' type='a{sv}'/></signal>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp67ftry3a/tmpv8aeo76b.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__INT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Int64Func)\n#        (void *data1,\n#         gint64 arg_an_x,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Int64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Int64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_int64 (param_values + 1),\n#             data2);\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__UINT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Uint64Func)\n#        (void *data1,\n#         guint64 arg_an_t,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Uint64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Uint64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_uint64 (param_values + 1),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_NO_ARG_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[19] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_no_arg_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"NoArgSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"no-arg-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_an_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalB\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-b\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_an_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-y\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_an_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalN\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-n\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_an_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalQ\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-q\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_an_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalI\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-i\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_an_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalU\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-u\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_an_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalX\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-x\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_an_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalT\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-t\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_an_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalD\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-d\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_an_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalS\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-s\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_an_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalO\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-o\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_an_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalG\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-g\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_an_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalH\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-h\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_an_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ay\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_an_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAS\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-as\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_an_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAO\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ao\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_an_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAAY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-aay\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalASV\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-asv\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_no_arg_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_no_arg_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOOLEAN (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UCHAR (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__INT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__UINT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__DOUBLE (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @no_arg_signal: Handler for the #OrgProjectSignalingIface::no-arg-signal signal.\n#  * @single_arg_signal_aay: Handler for the #OrgProjectSignalingIface::single-arg-signal-aay signal.\n#  * @single_arg_signal_ao: Handler for the #OrgProjectSignalingIface::single-arg-signal-ao signal.\n#  * @single_arg_signal_as: Handler for the #OrgProjectSignalingIface::single-arg-signal-as signal.\n#  * @single_arg_signal_asv: Handler for the #OrgProjectSignalingIface::single-arg-signal-asv signal.\n#  * @single_arg_signal_ay: Handler for the #OrgProjectSignalingIface::single-arg-signal-ay signal.\n#  * @single_arg_signal_b: Handler for the #OrgProjectSignalingIface::single-arg-signal-b signal.\n#  * @single_arg_signal_d: Handler for the #OrgProjectSignalingIface::single-arg-signal-d signal.\n#  * @single_arg_signal_g: Handler for the #OrgProjectSignalingIface::single-arg-signal-g signal.\n#  * @single_arg_signal_h: Handler for the #OrgProjectSignalingIface::single-arg-signal-h signal.\n#  * @single_arg_signal_i: Handler for the #OrgProjectSignalingIface::single-arg-signal-i signal.\n#  * @single_arg_signal_n: Handler for the #OrgProjectSignalingIface::single-arg-signal-n signal.\n#  * @single_arg_signal_o: Handler for the #OrgProjectSignalingIface::single-arg-signal-o signal.\n#  * @single_arg_signal_q: Handler for the #OrgProjectSignalingIface::single-arg-signal-q signal.\n#  * @single_arg_signal_s: Handler for the #OrgProjectSignalingIface::single-arg-signal-s signal.\n#  * @single_arg_signal_t: Handler for the #OrgProjectSignalingIface::single-arg-signal-t signal.\n#  * @single_arg_signal_u: Handler for the #OrgProjectSignalingIface::single-arg-signal-u signal.\n#  * @single_arg_signal_x: Handler for the #OrgProjectSignalingIface::single-arg-signal-x signal.\n#  * @single_arg_signal_y: Handler for the #OrgProjectSignalingIface::single-arg-signal-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::no-arg-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.NoArgSignal\">\"NoArgSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_NO_ARG_SIGNAL] =\n#     g_signal_new (\"no-arg-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, no_arg_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_no_arg_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-b:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_b: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B] =\n#     g_signal_new (\"single-arg-signal-b\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_b),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_b,\n#       G_TYPE_NONE,\n#       1, G_TYPE_BOOLEAN);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-y:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_y: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y] =\n#     g_signal_new (\"single-arg-signal-y\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_y),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_y,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UCHAR);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-n:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_n: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N] =\n#     g_signal_new (\"single-arg-signal-n\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_n),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_n,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-q:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_q: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q] =\n#     g_signal_new (\"single-arg-signal-q\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_q),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_q,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-i:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_i: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I] =\n#     g_signal_new (\"single-arg-signal-i\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_i),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_i,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-u:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_u: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U] =\n#     g_signal_new (\"single-arg-signal-u\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_u),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_u,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-x:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_x: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X] =\n#     g_signal_new (\"single-arg-signal-x\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_x),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_x,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT64);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-t:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_t: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T] =\n#     g_signal_new (\"single-arg-signal-t\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_t),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_t,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT64);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-d:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_d: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D] =\n#     g_signal_new (\"single-arg-signal-d\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_d),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_d,\n#       G_TYPE_NONE,\n#       1, G_TYPE_DOUBLE);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-s:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_s: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S] =\n#     g_signal_new (\"single-arg-signal-s\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_s),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_s,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-o:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_o: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O] =\n#     g_signal_new (\"single-arg-signal-o\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_o),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_o,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-g:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_g: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G] =\n#     g_signal_new (\"single-arg-signal-g\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_g),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_g,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-h:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_h: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H] =\n#     g_signal_new (\"single-arg-signal-h\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_h),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_h,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_ay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAY\">\"SingleArgSignalAY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY] =\n#     g_signal_new (\"single-arg-signal-ay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-as:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_as: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAS\">\"SingleArgSignalAS\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS] =\n#     g_signal_new (\"single-arg-signal-as\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_as),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_as,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ao:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_ao: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAO\">\"SingleArgSignalAO\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO] =\n#     g_signal_new (\"single-arg-signal-ao\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ao),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ao,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-aay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_aay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAAY\">\"SingleArgSignalAAY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY] =\n#     g_signal_new (\"single-arg-signal-aay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_aay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_aay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-asv:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalASV\">\"SingleArgSignalASV\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV] =\n#     g_signal_new (\"single-arg-signal-asv\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_asv),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_asv,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_no_arg_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.NoArgSignal\">\"NoArgSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_no_arg_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_NO_ARG_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_b:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_b: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B], 0, arg_an_b);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_y:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_y: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_an_y)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y], 0, arg_an_y);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_n:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_n: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_an_n)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N], 0, arg_an_n);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_q:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_q: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_an_q)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q], 0, arg_an_q);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_i:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_i: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_an_i)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I], 0, arg_an_i);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_u:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_u: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_an_u)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U], 0, arg_an_u);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_x:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_x: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_an_x)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X], 0, arg_an_x);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_t:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_t: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_an_t)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T], 0, arg_an_t);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_d:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_d: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_an_d)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D], 0, arg_an_d);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_s:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_s: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_s)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S], 0, arg_an_s);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_o:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_o: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_o)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O], 0, arg_an_o);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_g:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_g: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_g)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G], 0, arg_an_g);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_h:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_h: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_h)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H], 0, arg_an_h);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_ay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAY\">\"SingleArgSignalAY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_ay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY], 0, arg_an_ay);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_as:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_as: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAS\">\"SingleArgSignalAS\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_as)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS], 0, arg_an_as);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ao:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_ao: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAO\">\"SingleArgSignalAO\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_ao)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO], 0, arg_an_ao);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_aay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_aay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAAY\">\"SingleArgSignalAAY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_aay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY], 0, arg_an_aay);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_asv:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalASV\">\"SingleArgSignalASV\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV], 0, arg_an_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_no_arg_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"NoArgSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(b)\",\n#                    arg_an_b));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalB\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_an_y)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(y)\",\n#                    arg_an_y));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_an_n)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(n)\",\n#                    arg_an_n));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalN\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_an_q)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(q)\",\n#                    arg_an_q));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalQ\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_an_i)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(i)\",\n#                    arg_an_i));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalI\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_an_u)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(u)\",\n#                    arg_an_u));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalU\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_an_x)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(x)\",\n#                    arg_an_x));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalX\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_an_t)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(t)\",\n#                    arg_an_t));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalT\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_an_d)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(d)\",\n#                    arg_an_d));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalD\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_s)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(s)\",\n#                    arg_an_s));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalS\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_o)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(o)\",\n#                    arg_an_o));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalO\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_g)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(g)\",\n#                    arg_an_g));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalG\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_h)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@h)\",\n#                    arg_an_h));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalH\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_ay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ay)\",\n#                    arg_an_ay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_as)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^as)\",\n#                    arg_an_as));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAS\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_ao)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ao)\",\n#                    arg_an_ao));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAO\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_aay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^aay)\",\n#                    arg_an_aay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAAY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@a{sv})\",\n#                    arg_an_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalASV\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->no_arg_signal = _org_project_signaling_iface_on_signal_no_arg_signal;\n#   iface->single_arg_signal_b = _org_project_signaling_iface_on_signal_single_arg_signal_b;\n#   iface->single_arg_signal_y = _org_project_signaling_iface_on_signal_single_arg_signal_y;\n#   iface->single_arg_signal_n = _org_project_signaling_iface_on_signal_single_arg_signal_n;\n#   iface->single_arg_signal_q = _org_project_signaling_iface_on_signal_single_arg_signal_q;\n#   iface->single_arg_signal_i = _org_project_signaling_iface_on_signal_single_arg_signal_i;\n#   iface->single_arg_signal_u = _org_project_signaling_iface_on_signal_single_arg_signal_u;\n#   iface->single_arg_signal_x = _org_project_signaling_iface_on_signal_single_arg_signal_x;\n#   iface->single_arg_signal_t = _org_project_signaling_iface_on_signal_single_arg_signal_t;\n#   iface->single_arg_signal_d = _org_project_signaling_iface_on_signal_single_arg_signal_d;\n#   iface->single_arg_signal_s = _org_project_signaling_iface_on_signal_single_arg_signal_s;\n#   iface->single_arg_signal_o = _org_project_signaling_iface_on_signal_single_arg_signal_o;\n#   iface->single_arg_signal_g = _org_project_signaling_iface_on_signal_single_arg_signal_g;\n#   iface->single_arg_signal_h = _org_project_signaling_iface_on_signal_single_arg_signal_h;\n#   iface->single_arg_signal_ay = _org_project_signaling_iface_on_signal_single_arg_signal_ay;\n#   iface->single_arg_signal_as = _org_project_signaling_iface_on_signal_single_arg_signal_as;\n#   iface->single_arg_signal_ao = _org_project_signaling_iface_on_signal_single_arg_signal_ao;\n#   iface->single_arg_signal_aay = _org_project_signaling_iface_on_signal_single_arg_signal_aay;\n#   iface->single_arg_signal_asv = _org_project_signaling_iface_on_signal_single_arg_signal_asv;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 21 __main__.TestCodegen.test_generate_signal_id_simple_signal\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpz0bp5u4f\n# /tmp/tmpz0bp5u4f/tmp_n9dbm59.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#               <interface name=\"org.project.OtherIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpz0bp5u4f/tmp_n9dbm59.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_USEFUL_INTERFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_USEFUL_INTERFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_useful_interface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_useful_interface_signal_info_pointers[] =\n# {\n#   &_org_project_useful_interface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_useful_interface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectUsefulInterface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectUsefulInterface::simple-signal:\n#    * @object: A #OrgProjectUsefulInterface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-UsefulInterface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_USEFUL_INTERFACE_SIGNALS[_ORG_PROJECT_USEFUL_INTERFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_useful_interface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_emit_simple_signal:\n#  * @object: A #OrgProjectUsefulInterface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-UsefulInterface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_useful_interface_emit_simple_signal (\n#     OrgProjectUsefulInterface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_USEFUL_INTERFACE_SIGNALS[_ORG_PROJECT_USEFUL_INTERFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_useful_interface_on_signal_simple_signal (\n#     OrgProjectUsefulInterface *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_useful_interface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherIface\n#  * @title: OrgProjectOtherIface\n#  * @short_description: Generated C code for the org.project.OtherIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_OTHER_IFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_OTHER_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.OtherIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_other_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_other_iface_signal_info_pointers[] =\n# {\n#   &_org_project_other_iface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_other_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectOtherIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>.\n#  */\n# \n# typedef OrgProjectOtherIfaceIface OrgProjectOtherIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherIface, org_project_other_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_iface_default_init (OrgProjectOtherIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectOtherIface::simple-signal:\n#    * @object: A #OrgProjectOtherIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-OtherIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_OTHER_IFACE_SIGNALS[_ORG_PROJECT_OTHER_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectOtherIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_other_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_other_iface_emit_simple_signal:\n#  * @object: A #OrgProjectOtherIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-OtherIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_other_iface_emit_simple_signal (\n#     OrgProjectOtherIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_OTHER_IFACE_SIGNALS[_ORG_PROJECT_OTHER_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherIfaceProxy:\n#  *\n#  * The #OrgProjectOtherIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_iface_proxy_iface_init (OrgProjectOtherIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceProxy, org_project_other_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceProxy, org_project_other_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherIfaceProxy *proxy = ORG_PROJECT_OTHER_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherIfaceProxy *proxy = ORG_PROJECT_OTHER_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_iface_proxy_init (OrgProjectOtherIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, OrgProjectOtherIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_iface_proxy_class_init (OrgProjectOtherIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_iface_proxy_iface_init (OrgProjectOtherIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_iface_skeleton_vtable =\n# {\n#   _org_project_other_iface_skeleton_handle_method_call,\n#   _org_project_other_iface_skeleton_handle_get_property,\n#   _org_project_other_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_other_iface_on_signal_simple_signal (\n#     OrgProjectOtherIface *object)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_other_iface_skeleton_iface_init (OrgProjectOtherIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceSkeleton, org_project_other_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceSkeleton, org_project_other_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_iface_skeleton_init (OrgProjectOtherIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_IFACE_SKELETON, OrgProjectOtherIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_iface_skeleton_class_init (OrgProjectOtherIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_iface_skeleton_iface_init (OrgProjectOtherIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_other_iface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_other_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 22 __main__.TestCodegen.test_generate_signals_marshaller_simple_signal\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpcd1nqiux\n# /tmp/tmpcd1nqiux/tmpqmknp4b7.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#               <interface name=\"org.project.OtherSignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpcd1nqiux/tmpqmknp4b7.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherSignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherSignalingIface\n#  * @title: OrgProjectOtherSignalingIface\n#  * @short_description: Generated C code for the org.project.OtherSignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.OtherSignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_other_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_other_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_other_signaling_iface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherSignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_other_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectOtherSignalingIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>.\n#  */\n# \n# typedef OrgProjectOtherSignalingIfaceIface OrgProjectOtherSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherSignalingIface, org_project_other_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_signaling_iface_default_init (OrgProjectOtherSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectOtherSignalingIface::simple-signal:\n#    * @object: A #OrgProjectOtherSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-OtherSignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_OTHER_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectOtherSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_other_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_other_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectOtherSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-OtherSignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_other_signaling_iface_emit_simple_signal (\n#     OrgProjectOtherSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_OTHER_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectOtherSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_signaling_iface_proxy_iface_init (OrgProjectOtherSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceProxy, org_project_other_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceProxy, org_project_other_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherSignalingIfaceProxy *proxy = ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherSignalingIfaceProxy *proxy = ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_init (OrgProjectOtherSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, OrgProjectOtherSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_class_init (OrgProjectOtherSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_iface_init (OrgProjectOtherSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_other_signaling_iface_skeleton_handle_method_call,\n#   _org_project_other_signaling_iface_skeleton_handle_get_property,\n#   _org_project_other_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherSignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_other_signaling_iface_on_signal_simple_signal (\n#     OrgProjectOtherSignalingIface *object)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherSignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_other_signaling_iface_skeleton_iface_init (OrgProjectOtherSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceSkeleton, org_project_other_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceSkeleton, org_project_other_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_init (OrgProjectOtherSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON, OrgProjectOtherSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_class_init (OrgProjectOtherSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_iface_init (OrgProjectOtherSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_other_signaling_iface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 23 __main__.TestCodegen.test_generate_signals_marshaller_single_typed_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpm57pzygp\n# /tmp/tmpm57pzygp/tmp3iscvoq3.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalB\">\n#                     <arg name=\"arg_b\" type=\"b\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp3iscvoq3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_arg_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_arg_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalB\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-b\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOOLEAN (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_b: Handler for the #OrgProjectSignalingIface::single-arg-signal-b signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-b:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_b: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B] =\n#     g_signal_new (\"single-arg-signal-b\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_b),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_b,\n#       G_TYPE_NONE,\n#       1, G_TYPE_BOOLEAN);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_b:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_b: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_arg_b)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B], 0, arg_arg_b);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_arg_b)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(b)\",\n#                    arg_arg_b));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalB\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_b = _org_project_signaling_iface_on_signal_single_arg_signal_b;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp8zjomoy5.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalY\">\n#                     <arg name=\"arg_y\" type=\"y\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp8zjomoy5.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_arg_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_arg_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-y\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UCHAR (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_y: Handler for the #OrgProjectSignalingIface::single-arg-signal-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-y:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_y: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y] =\n#     g_signal_new (\"single-arg-signal-y\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_y),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_y,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UCHAR);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_y:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_y: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_arg_y)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y], 0, arg_arg_y);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_arg_y)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(y)\",\n#                    arg_arg_y));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_y = _org_project_signaling_iface_on_signal_single_arg_signal_y;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpownpsc9y.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalN\">\n#                     <arg name=\"arg_n\" type=\"n\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpownpsc9y.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_arg_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_arg_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalN\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-n\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_n: Handler for the #OrgProjectSignalingIface::single-arg-signal-n signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-n:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_n: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N] =\n#     g_signal_new (\"single-arg-signal-n\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_n),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_n,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_n:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_n: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_arg_n)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N], 0, arg_arg_n);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_arg_n)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(n)\",\n#                    arg_arg_n));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalN\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_n = _org_project_signaling_iface_on_signal_single_arg_signal_n;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpg5ky8e_4.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalQ\">\n#                     <arg name=\"arg_q\" type=\"q\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpg5ky8e_4.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_arg_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_arg_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalQ\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-q\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_q: Handler for the #OrgProjectSignalingIface::single-arg-signal-q signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-q:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_q: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q] =\n#     g_signal_new (\"single-arg-signal-q\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_q),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_q,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_q:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_q: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_arg_q)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q], 0, arg_arg_q);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_arg_q)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(q)\",\n#                    arg_arg_q));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalQ\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_q = _org_project_signaling_iface_on_signal_single_arg_signal_q;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpip1auvxr.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalI\">\n#                     <arg name=\"arg_i\" type=\"i\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpip1auvxr.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_arg_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_arg_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalI\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-i\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_i: Handler for the #OrgProjectSignalingIface::single-arg-signal-i signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-i:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_i: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I] =\n#     g_signal_new (\"single-arg-signal-i\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_i),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_i,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_i:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_i: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_arg_i)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I], 0, arg_arg_i);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_arg_i)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(i)\",\n#                    arg_arg_i));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalI\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_i = _org_project_signaling_iface_on_signal_single_arg_signal_i;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp1y1doze_.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalU\">\n#                     <arg name=\"arg_u\" type=\"u\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp1y1doze_.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_arg_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_arg_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalU\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-u\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_u: Handler for the #OrgProjectSignalingIface::single-arg-signal-u signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-u:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_u: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U] =\n#     g_signal_new (\"single-arg-signal-u\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_u),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_u,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_u:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_u: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_arg_u)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U], 0, arg_arg_u);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_arg_u)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(u)\",\n#                    arg_arg_u));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalU\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_u = _org_project_signaling_iface_on_signal_single_arg_signal_u;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpror7453q.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalX\">\n#                     <arg name=\"arg_x\" type=\"x\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpror7453q.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__INT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Int64Func)\n#        (void *data1,\n#         gint64 arg_arg_x,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Int64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Int64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_int64 (param_values + 1),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_arg_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_arg_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalX\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-x\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__INT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_x: Handler for the #OrgProjectSignalingIface::single-arg-signal-x signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-x:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_x: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X] =\n#     g_signal_new (\"single-arg-signal-x\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_x),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_x,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT64);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_x:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_x: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_arg_x)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X], 0, arg_arg_x);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_arg_x)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(x)\",\n#                    arg_arg_x));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalX\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_x = _org_project_signaling_iface_on_signal_single_arg_signal_x;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpox4111g7.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalT\">\n#                     <arg name=\"arg_t\" type=\"t\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpox4111g7.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__UINT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Uint64Func)\n#        (void *data1,\n#         guint64 arg_arg_t,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Uint64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Uint64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_uint64 (param_values + 1),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_arg_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_arg_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalT\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-t\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__UINT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_t: Handler for the #OrgProjectSignalingIface::single-arg-signal-t signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-t:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_t: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T] =\n#     g_signal_new (\"single-arg-signal-t\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_t),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_t,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT64);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_t:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_t: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_arg_t)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T], 0, arg_arg_t);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_arg_t)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(t)\",\n#                    arg_arg_t));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalT\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_t = _org_project_signaling_iface_on_signal_single_arg_signal_t;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpt9mimblu.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalD\">\n#                     <arg name=\"arg_d\" type=\"d\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpt9mimblu.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_arg_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_arg_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalD\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-d\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__DOUBLE (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_d: Handler for the #OrgProjectSignalingIface::single-arg-signal-d signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-d:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_d: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D] =\n#     g_signal_new (\"single-arg-signal-d\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_d),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_d,\n#       G_TYPE_NONE,\n#       1, G_TYPE_DOUBLE);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_d:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_d: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_arg_d)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D], 0, arg_arg_d);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_arg_d)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(d)\",\n#                    arg_arg_d));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalD\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_d = _org_project_signaling_iface_on_signal_single_arg_signal_d;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp90o70fjs.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalS\">\n#                     <arg name=\"arg_s\" type=\"s\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp90o70fjs.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_arg_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_arg_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalS\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-s\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_s: Handler for the #OrgProjectSignalingIface::single-arg-signal-s signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-s:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_s: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S] =\n#     g_signal_new (\"single-arg-signal-s\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_s),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_s,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_s:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_s: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_s)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S], 0, arg_arg_s);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_s)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(s)\",\n#                    arg_arg_s));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalS\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_s = _org_project_signaling_iface_on_signal_single_arg_signal_s;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp6e2tg9xn.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalO\">\n#                     <arg name=\"arg_o\" type=\"o\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp6e2tg9xn.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_arg_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_arg_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalO\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-o\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_o: Handler for the #OrgProjectSignalingIface::single-arg-signal-o signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-o:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_o: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O] =\n#     g_signal_new (\"single-arg-signal-o\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_o),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_o,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_o:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_o: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_o)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O], 0, arg_arg_o);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_o)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(o)\",\n#                    arg_arg_o));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalO\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_o = _org_project_signaling_iface_on_signal_single_arg_signal_o;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp7xunyrvq.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalG\">\n#                     <arg name=\"arg_g\" type=\"g\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp7xunyrvq.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_arg_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_arg_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalG\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-g\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_g: Handler for the #OrgProjectSignalingIface::single-arg-signal-g signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-g:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_g: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G] =\n#     g_signal_new (\"single-arg-signal-g\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_g),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_g,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_g:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_g: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_g)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G], 0, arg_arg_g);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_g)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(g)\",\n#                    arg_arg_g));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalG\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_g = _org_project_signaling_iface_on_signal_single_arg_signal_g;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpe4d6vt6u.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalH\">\n#                     <arg name=\"arg_h\" type=\"h\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpe4d6vt6u.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_arg_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_arg_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalH\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-h\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_h: Handler for the #OrgProjectSignalingIface::single-arg-signal-h signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-h:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_h: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H] =\n#     g_signal_new (\"single-arg-signal-h\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_h),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_h,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_h:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_h: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_h)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H], 0, arg_arg_h);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_h)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@h)\",\n#                    arg_arg_h));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalH\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_h = _org_project_signaling_iface_on_signal_single_arg_signal_h;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp3t99gjec.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAy\">\n#                     <arg name=\"arg_ay\" type=\"ay\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp3t99gjec.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_arg_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_arg_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAy\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ay\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_ay: Handler for the #OrgProjectSignalingIface::single-arg-signal-ay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_ay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAy\">\"SingleArgSignalAy\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY] =\n#     g_signal_new (\"single-arg-signal-ay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_ay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAy\">\"SingleArgSignalAy\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_ay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY], 0, arg_arg_ay);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_ay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ay)\",\n#                    arg_arg_ay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAy\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_ay = _org_project_signaling_iface_on_signal_single_arg_signal_ay;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp9_z5q3cy.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAs\">\n#                     <arg name=\"arg_as\" type=\"as\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp9_z5q3cy.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_arg_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_arg_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAs\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-as\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_as: Handler for the #OrgProjectSignalingIface::single-arg-signal-as signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-as:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_as: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAs\">\"SingleArgSignalAs\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS] =\n#     g_signal_new (\"single-arg-signal-as\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_as),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_as,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_as:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_as: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAs\">\"SingleArgSignalAs\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_as)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS], 0, arg_arg_as);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_as)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^as)\",\n#                    arg_arg_as));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAs\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_as = _org_project_signaling_iface_on_signal_single_arg_signal_as;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp44cibcs7.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAo\">\n#                     <arg name=\"arg_ao\" type=\"ao\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp44cibcs7.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_arg_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_arg_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAo\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ao\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_ao: Handler for the #OrgProjectSignalingIface::single-arg-signal-ao signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ao:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_ao: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAo\">\"SingleArgSignalAo\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO] =\n#     g_signal_new (\"single-arg-signal-ao\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ao),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ao,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ao:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_ao: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAo\">\"SingleArgSignalAo\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_ao)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO], 0, arg_arg_ao);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_ao)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ao)\",\n#                    arg_arg_ao));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAo\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_ao = _org_project_signaling_iface_on_signal_single_arg_signal_ao;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpw2cm1dic.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAay\">\n#                     <arg name=\"arg_aay\" type=\"aay\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpw2cm1dic.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_arg_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_arg_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAay\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-aay\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_aay: Handler for the #OrgProjectSignalingIface::single-arg-signal-aay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-aay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_aay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAay\">\"SingleArgSignalAay\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY] =\n#     g_signal_new (\"single-arg-signal-aay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_aay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_aay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_aay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_aay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAay\">\"SingleArgSignalAay\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_aay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY], 0, arg_arg_aay);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_aay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^aay)\",\n#                    arg_arg_aay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAay\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_aay = _org_project_signaling_iface_on_signal_single_arg_signal_aay;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpi27jmh7d.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAsv\">\n#                     <arg name=\"arg_asv\" type=\"a{sv}\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpi27jmh7d.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_arg_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_arg_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAsv\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-asv\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_asv: Handler for the #OrgProjectSignalingIface::single-arg-signal-asv signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-asv:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAsv\">\"SingleArgSignalAsv\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV] =\n#     g_signal_new (\"single-arg-signal-asv\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_asv),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_asv,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_asv:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAsv\">\"SingleArgSignalAsv\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV], 0, arg_arg_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@a{sv})\",\n#                    arg_arg_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAsv\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_asv = _org_project_signaling_iface_on_signal_single_arg_signal_asv;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 24 __main__.TestCodegen.test_generate_signals_marshallers_multiple_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpsndbc3p3\n# /tmp/tmpsndbc3p3/tmp6csv82lw.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SignalWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </signal>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpsndbc3p3/tmp6csv82lw.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#        (void *data1,\n#         gboolean arg_an_b,\n#         guchar arg_an_y,\n#         gint16 arg_an_n,\n#         guint16 arg_an_q,\n#         gint arg_an_i,\n#         guint arg_an_u,\n#         gint64 arg_an_x,\n#         guint64 arg_an_t,\n#         gdouble arg_an_d,\n#         const gchar *arg_an_s,\n#         const gchar *arg_an_o,\n#         const gchar *arg_an_g,\n#         GVariant *arg_an_h,\n#         const gchar *arg_an_ay,\n#         const gchar *const *arg_an_as,\n#         const gchar *const *arg_an_ao,\n#         const gchar *const *arg_an_aay,\n#         GVariant *arg_an_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 19);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_boolean (param_values + 1),\n#             g_marshal_value_peek_uchar (param_values + 2),\n#             g_marshal_value_peek_int (param_values + 3),\n#             g_marshal_value_peek_uint (param_values + 4),\n#             g_marshal_value_peek_int (param_values + 5),\n#             g_marshal_value_peek_uint (param_values + 6),\n#             g_marshal_value_peek_int64 (param_values + 7),\n#             g_marshal_value_peek_uint64 (param_values + 8),\n#             g_marshal_value_peek_double (param_values + 9),\n#             g_marshal_value_peek_string (param_values + 10),\n#             g_marshal_value_peek_string (param_values + 11),\n#             g_marshal_value_peek_string (param_values + 12),\n#             g_marshal_value_peek_variant (param_values + 13),\n#             g_marshal_value_peek_string (param_values + 14),\n#             g_marshal_value_peek_boxed (param_values + 15),\n#             g_marshal_value_peek_boxed (param_values + 16),\n#             g_marshal_value_peek_boxed (param_values + 17),\n#             g_marshal_value_peek_variant (param_values + 18),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_signal_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SignalWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers,\n#     NULL\n#   },\n#   \"signal-with-many-args\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_signal_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @signal_with_many_args: Handler for the #OrgProjectSignalingIface::signal-with-many-args signal.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::signal-with-many-args:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_b: Argument.\n#    * @arg_an_y: Argument.\n#    * @arg_an_n: Argument.\n#    * @arg_an_q: Argument.\n#    * @arg_an_i: Argument.\n#    * @arg_an_u: Argument.\n#    * @arg_an_x: Argument.\n#    * @arg_an_t: Argument.\n#    * @arg_an_d: Argument.\n#    * @arg_an_s: Argument.\n#    * @arg_an_o: Argument.\n#    * @arg_an_g: Argument.\n#    * @arg_an_h: Argument.\n#    * @arg_an_ay: Argument.\n#    * @arg_an_as: Argument.\n#    * @arg_an_ao: Argument.\n#    * @arg_an_aay: Argument.\n#    * @arg_an_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS] =\n#     g_signal_new (\"signal-with-many-args\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, signal_with_many_args),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_signal_with_many_args,\n#       G_TYPE_NONE,\n#       18, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_signal_with_many_args:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_b: Argument to pass with the signal.\n#  * @arg_an_y: Argument to pass with the signal.\n#  * @arg_an_n: Argument to pass with the signal.\n#  * @arg_an_q: Argument to pass with the signal.\n#  * @arg_an_i: Argument to pass with the signal.\n#  * @arg_an_u: Argument to pass with the signal.\n#  * @arg_an_x: Argument to pass with the signal.\n#  * @arg_an_t: Argument to pass with the signal.\n#  * @arg_an_d: Argument to pass with the signal.\n#  * @arg_an_s: Argument to pass with the signal.\n#  * @arg_an_o: Argument to pass with the signal.\n#  * @arg_an_g: Argument to pass with the signal.\n#  * @arg_an_h: Argument to pass with the signal.\n#  * @arg_an_ay: Argument to pass with the signal.\n#  * @arg_an_as: Argument to pass with the signal.\n#  * @arg_an_ao: Argument to pass with the signal.\n#  * @arg_an_aay: Argument to pass with the signal.\n#  * @arg_an_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS], 0, arg_an_b, arg_an_y, arg_an_n, arg_an_q, arg_an_i, arg_an_u, arg_an_x, arg_an_t, arg_an_d, arg_an_s, arg_an_o, arg_an_g, arg_an_h, arg_an_ay, arg_an_as, arg_an_ao, arg_an_aay, arg_an_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SignalWithManyArgs\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->signal_with_many_args = _org_project_signaling_iface_on_signal_signal_with_many_args;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 25 __main__.TestCodegen.test_generate_valid_docbook\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpelqsp_2e\n# /tmp/tmpelqsp_2e/tmpeed6134u.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- Resize:\n#                  @size: New partition size in bytes, 0 for maximal size.\n#                  @options: Options.\n#                  @since 2.7.2\n# \n#                  Resizes the partition.\n# \n#                  The partition will not change its position but might be slightly bigger\n#                  than requested due to sector counts and alignment (e.g. 1MiB).\n#                  If the requested size can't be allocated it results in an error.\n#                  The maximal size can automatically be set by using 0 as size.\n#             -->\n#             <method name=\"Resize\">\n#               <arg name=\"size\" direction=\"in\" type=\"t\"/>\n#               <arg name=\"options\" direction=\"in\" type=\"a{sv}\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpelqsp_2e/tmpeed6134u.xml', '--generate-docbook', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 26 __main__.TestCodegen.test_glib_max_allowed_less_than_min_required\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp11u686mw\n# /tmp/tmp11u686mw/tmpyuv5zu85.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp11u686mw/tmpyuv5zu85.xml', '--output', '-', '--body', '--glib-max-allowed', '2.62', '--glib-min-required', '2.64']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Invalid versions: --glib-min-required ((2, 64)) must be less than or equal to --glib-max-allowed ((2, 62))\nok 27 __main__.TestCodegen.test_glib_max_allowed_major_only\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp02kav_sg\n# /tmp/tmp02kav_sg/tmpllxu1g6a.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp02kav_sg/tmpllxu1g6a.xml', '--output', '-', '--header', '--glib-max-allowed', '3']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nExecuting: glib/codegen.py.test\nok 28 __main__.TestCodegen.test_glib_max_allowed_too_low\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpjzq5r5m0\n# /tmp/tmpjzq5r5m0/tmp7c70gv89.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpjzq5r5m0/tmp7c70gv89.xml', '--output', '-', '--body', '--glib-max-allowed', '2.6']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Invalid versions: --glib-min-required ((2, 30)) must be less than or equal to --glib-max-allowed ((2, 6))\nok 29 __main__.TestCodegen.test_glib_max_allowed_unstable\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp05n165nh\n# /tmp/tmp05n165nh/tmptf8cq3ki.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp05n165nh/tmptf8cq3ki.xml', '--output', '-', '--header', '--glib-max-allowed', '2.63', '--glib-min-required', '2.64']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 30 __main__.TestCodegen.test_glib_max_allowed_with_micro\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpflimgs3u\n# /tmp/tmpflimgs3u/tmpt486611c.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpflimgs3u/tmpt486611c.xml', '--output', '-', '--header', '--glib-max-allowed', '2.46.2']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 31 __main__.TestCodegen.test_glib_min_required_invalid\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp3vei9sq1\n# /tmp/tmp3vei9sq1/tmp4q1ycsi6.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp3vei9sq1/tmp4q1ycsi6.xml', '--output', '-', '--body', '--glib-min-required', 'hello mum']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Unrecognized --glib-min-required string \u2018hello mum\u2019\nok 32 __main__.TestCodegen.test_glib_min_required_major_only\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpsgh8xtv8\n# /tmp/tmpsgh8xtv8/tmpmgfd7pbk.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpsgh8xtv8/tmpmgfd7pbk.xml', '--output', '-', '--header', '--glib-min-required', '3', '--glib-max-allowed', '3.2']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 33 __main__.TestCodegen.test_glib_min_required_too_low\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp7zfxk0oh\n# /tmp/tmp7zfxk0oh/tmpflhsys4m.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp7zfxk0oh/tmpflhsys4m.xml', '--output', '-', '--body', '--glib-min-required', '2.6']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Invalid --glib-min-required string \u20182.6\u2019: minimum version is 2.30\nok 34 __main__.TestCodegen.test_glib_min_required_with_micro\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp5c3bicvn\n# /tmp/tmp5c3bicvn/tmplp3fw81y.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp5c3bicvn/tmplp3fw81y.xml', '--output', '-', '--header', '--glib-min-required', '2.46.2']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 35 __main__.TestCodegen.test_help\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpjnasgdq2\n# Running: ['/usr/bin/gdbus-codegen', '--help']\n# Return code: 0\n# Output:\n#  usage: gdbus-codegen [-h] [--interface-prefix PREFIX]\n#                      [--c-namespace NAMESPACE] [--c-generate-object-manager]\n#                      [--c-generate-autocleanup {none,objects,all}]\n#                      [--generate-docbook OUTFILES] [--generate-md OUTFILES]\n#                      [--generate-rst OUTFILES] [--pragma-once]\n#                      [--annotate WHAT KEY VALUE WHAT KEY VALUE WHAT KEY VALUE]\n#                      [--glib-min-required VERSION]\n#                      [--glib-max-allowed VERSION]\n#                      [--symbol-decorator SYMBOL_DECORATOR]\n#                      [--symbol-decorator-header SYMBOL_DECORATOR_HEADER]\n#                      [--symbol-decorator-define SYMBOL_DECORATOR_DEFINE]\n#                      [--generate-c-code OUTFILES | --header | --body |\n#                      --interface-info-header | --interface-info-body]\n#                      [--output FILE | --output-directory OUTDIR]\n#                      FILE [FILE ...]\n# \n# D-Bus code and documentation generator\n# \n# positional arguments:\n#   FILE                  D-Bus introspection XML file\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --interface-prefix PREFIX\n#                         String to strip from D-Bus interface names for code\n#                         and docs\n#   --c-namespace NAMESPACE\n#                         The namespace to use for generated C code\n#   --c-generate-object-manager\n#                         Generate a GDBusObjectManagerClient subclass when\n#                         generating C code\n#   --c-generate-autocleanup {none,objects,all}\n#                         Generate autocleanup support\n#   --generate-docbook OUTFILES\n#                         Generate Docbook in OUTFILES-org.Project.IFace.xml\n#   --generate-md OUTFILES\n#                         Generate Markdown in OUTFILES-org.Project.IFace.md\n#   --generate-rst OUTFILES\n#                         Generate reStructuredText in OUTFILES-\n#                         org.Project.IFace.rst\n#   --pragma-once         Use \"pragma once\" as the inclusion guard\n#   --annotate WHAT KEY VALUE WHAT KEY VALUE WHAT KEY VALUE\n#                         Add annotation (may be used several times)\n#   --glib-min-required VERSION\n#                         Minimum version of GLib to be supported by the\n#                         outputted code (default: 2.30)\n#   --glib-max-allowed VERSION\n#                         Maximum version of GLib to be used by the outputted\n#                         code (default: current GLib version)\n#   --symbol-decorator SYMBOL_DECORATOR\n#                         Macro used to decorate a symbol in the outputted\n#                         header, possibly to export symbols\n#   --symbol-decorator-header SYMBOL_DECORATOR_HEADER\n#                         Additional header required for decorator specified by\n#                         --symbol-decorator\n#   --symbol-decorator-define SYMBOL_DECORATOR_DEFINE\n#                         Additional define required for decorator specified by\n#                         --symbol-decorator\n#   --generate-c-code OUTFILES\n#                         Generate C code in OUTFILES.[ch]\n#   --header              Generate C headers\n#   --body                Generate C code\n#   --interface-info-header\n#                         Generate GDBusInterfaceInfo C header\n#   --interface-info-body\n#                         Generate GDBusInterfaceInfo C code\n#   --output FILE         Write output into the specified file\n#   --output-directory OUTDIR\n#                         Location to output generated files\n# Error:\nok 36 __main__.TestCodegen.test_indentation_preservation_in_comments\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp1vlyop61\n# /tmp/tmp1vlyop61/tmppdineprv.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- GetKeyBinding:\n#                  @index: 0-based index of the action to query.\n# \n#                  Gets the keybinding which can be used to activate this action, if one\n#                  exists. The string returned should contain localized, human-readable,\n#                  key sequences as they would appear when displayed on screen. It must\n#                  be in the format \"mnemonic;sequence;shortcut\".\n# \n#                  - The mnemonic key activates the object if it is presently enabled onscreen.\n#                    This typically corresponds to the underlined letter within the widget.\n#                    Example: \"n\" in a traditional \"New...\" menu item or the \"a\" in \"Apply\" for\n#                    a button.\n# \n#                  If there is no key binding for this action, return \"\".\n#             -->\n#             <method name=\"GetKeyBinding\">\n#               <arg type=\"i\" name=\"index\" direction=\"in\"/>\n#               <arg type=\"s\" direction=\"out\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp1vlyop61/tmppdineprv.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\n#  \n# /tmp/tmp1vlyop61/tmp32ydg5q2.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- GetKeyBinding:\n#                  @index: 0-based index of the action to query.\n# \n#                  Gets the keybinding which can be used to activate this action, if one\n#                  exists. The string returned should contain localized, human-readable,\n#                  key sequences as they would appear when displayed on screen. It must\n#                  be in the format \"mnemonic;sequence;shortcut\".\n# \n#                  - The mnemonic key activates the object if it is presently enabled onscreen.\n#                    This typically corresponds to the underlined letter within the widget.\n#                    Example: \"n\" in a traditional \"New...\" menu item or the \"a\" in \"Apply\" for\n#                    a button.\n# \n#                  If there is no key binding for this action, return \"\".\n#             -->\n#             <method name=\"GetKeyBinding\">\n#               <arg type=\"i\" name=\"index\" direction=\"in\"/>\n#               <arg type=\"s\" direction=\"out\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp1vlyop61/tmp32ydg5q2.xml', '--generate-md', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\n#  \n# /tmp/tmp1vlyop61/tmpiml7w0u8.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- GetKeyBinding:\n#                  @index: 0-based index of the action to query.\n# \n#                  Gets the keybinding which can be used to activate this action, if one\n#                  exists. The string returned should contain localized, human-readable,\n#                  key sequences as they would appear when displayed on screen. It must\n#                  be in the format \"mnemonic;sequence;shortcut\".\n# \n#                  - The mnemonic key activates the object if it is presently enabled onscreen.\n#                    This typically corresponds to the underlined letter within the widget.\n#                    Example: \"n\" in a traditional \"New...\" menu item or the \"a\" in \"Apply\" for\n#                    a button.\n# \n#                  If there is no key binding for this action, return \"\".\n#             -->\n#             <method name=\"GetKeyBinding\">\n#               <arg type=\"i\" name=\"index\" direction=\"in\"/>\n#               <arg type=\"s\" direction=\"out\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp1vlyop61/tmpiml7w0u8.xml', '--generate-docbook', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 37 __main__.TestCodegen.test_no_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpp5anbjw4\n# Running: ['/usr/bin/gdbus-codegen']\n# Return code: 2\n# Output:\n#  \n# Error:\n#  usage: gdbus-codegen [-h] [--interface-prefix PREFIX]\n#                      [--c-namespace NAMESPACE] [--c-generate-object-manager]\n#                      [--c-generate-autocleanup {none,objects,all}]\n#                      [--generate-docbook OUTFILES] [--generate-md OUTFILES]\n#                      [--generate-rst OUTFILES] [--pragma-once]\n#                      [--annotate WHAT KEY VALUE WHAT KEY VALUE WHAT KEY VALUE]\n#                      [--glib-min-required VERSION]\n#                      [--glib-max-allowed VERSION]\n#                      [--symbol-decorator SYMBOL_DECORATOR]\n#                      [--symbol-decorator-header SYMBOL_DECORATOR_HEADER]\n#                      [--symbol-decorator-define SYMBOL_DECORATOR_DEFINE]\n#                      [--generate-c-code OUTFILES | --header | --body |\n#                      --interface-info-header | --interface-info-body]\n#                      [--output FILE | --output-directory OUTDIR]\n#                      FILE [FILE ...]\n# gdbus-codegen: error: the following arguments are required: FILE\nok 38 __main__.TestCodegen.test_reproducible\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpao3k6gp2\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.Bar.Frobnicator */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR (org_project_bar_frobnicator_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicator))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR))\n# #define ORG_PROJECT_BAR_FROBNICATOR_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicatorIface))\n# \n# struct _OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicator OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorIface;\n# \n# struct _OrgProjectBarFrobnicatorIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_random_method) (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_bar_frobnicator_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_bar_frobnicator_interface_info (void);\n# guint org_project_bar_frobnicator_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY (org_project_bar_frobnicator_proxy_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxy))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# \n# typedef struct _OrgProjectBarFrobnicatorProxy OrgProjectBarFrobnicatorProxy;\n# typedef struct _OrgProjectBarFrobnicatorProxyClass OrgProjectBarFrobnicatorProxyClass;\n# typedef struct _OrgProjectBarFrobnicatorProxyPrivate OrgProjectBarFrobnicatorProxyPrivate;\n# \n# struct _OrgProjectBarFrobnicatorProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectBarFrobnicatorProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorProxy, g_object_unref)\n# #endif\n# \n# void org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON (org_project_bar_frobnicator_skeleton_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeleton))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# \n# typedef struct _OrgProjectBarFrobnicatorSkeleton OrgProjectBarFrobnicatorSkeleton;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonClass OrgProjectBarFrobnicatorSkeletonClass;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonPrivate OrgProjectBarFrobnicatorSkeletonPrivate;\n# \n# struct _OrgProjectBarFrobnicatorSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectBarFrobnicatorSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_skeleton_new (void);\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for com.acme.Coyote */\n# \n# #define TYPE_COM_ACME_COYOTE (com_acme_coyote_get_type ())\n# #define COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyote))\n# #define IS_COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE))\n# #define COM_ACME_COYOTE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyoteIface))\n# \n# struct _ComAcmeCoyote;\n# typedef struct _ComAcmeCoyote ComAcmeCoyote;\n# typedef struct _ComAcmeCoyoteIface ComAcmeCoyoteIface;\n# \n# struct _ComAcmeCoyoteIface\n# {\n#   GTypeInterface parent_iface;\n# \n# \n# \n#   gboolean (*handle_attack) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_run) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_sleep) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   const gchar * (*get_mood) (ComAcmeCoyote *object);\n# \n#   void (*surprised) (\n#     ComAcmeCoyote *object);\n# \n# };\n# \n# GType com_acme_coyote_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *com_acme_coyote_interface_info (void);\n# guint com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus signal emissions functions: */\n# void com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object);\n# \n# \n# \n# /* D-Bus method calls: */\n# void com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* D-Bus property accessors: */\n# const gchar *com_acme_coyote_get_mood (ComAcmeCoyote *object);\n# gchar *com_acme_coyote_dup_mood (ComAcmeCoyote *object);\n# void com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_PROXY (com_acme_coyote_proxy_get_type ())\n# #define COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxy))\n# #define COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define COM_ACME_COYOTE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define IS_COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_PROXY))\n# #define IS_COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_PROXY))\n# \n# typedef struct _ComAcmeCoyoteProxy ComAcmeCoyoteProxy;\n# typedef struct _ComAcmeCoyoteProxyClass ComAcmeCoyoteProxyClass;\n# typedef struct _ComAcmeCoyoteProxyPrivate ComAcmeCoyoteProxyPrivate;\n# \n# struct _ComAcmeCoyoteProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   ComAcmeCoyoteProxyPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType com_acme_coyote_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteProxy, g_object_unref)\n# #endif\n# \n# void com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_SKELETON (com_acme_coyote_skeleton_get_type ())\n# #define COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeleton))\n# #define COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define COM_ACME_COYOTE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define IS_COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_SKELETON))\n# #define IS_COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_SKELETON))\n# \n# typedef struct _ComAcmeCoyoteSkeleton ComAcmeCoyoteSkeleton;\n# typedef struct _ComAcmeCoyoteSkeletonClass ComAcmeCoyoteSkeletonClass;\n# typedef struct _ComAcmeCoyoteSkeletonPrivate ComAcmeCoyoteSkeletonPrivate;\n# \n# struct _ComAcmeCoyoteSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   ComAcmeCoyoteSkeletonPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType com_acme_coyote_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteSkeleton, g_object_unref)\n# #endif\n# \n# ComAcmeCoyote *com_acme_coyote_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.Bar.Frobnicator */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR (org_project_bar_frobnicator_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicator))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR))\n# #define ORG_PROJECT_BAR_FROBNICATOR_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicatorIface))\n# \n# struct _OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicator OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorIface;\n# \n# struct _OrgProjectBarFrobnicatorIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_random_method) (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_bar_frobnicator_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_bar_frobnicator_interface_info (void);\n# guint org_project_bar_frobnicator_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY (org_project_bar_frobnicator_proxy_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxy))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# \n# typedef struct _OrgProjectBarFrobnicatorProxy OrgProjectBarFrobnicatorProxy;\n# typedef struct _OrgProjectBarFrobnicatorProxyClass OrgProjectBarFrobnicatorProxyClass;\n# typedef struct _OrgProjectBarFrobnicatorProxyPrivate OrgProjectBarFrobnicatorProxyPrivate;\n# \n# struct _OrgProjectBarFrobnicatorProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectBarFrobnicatorProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorProxy, g_object_unref)\n# #endif\n# \n# void org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON (org_project_bar_frobnicator_skeleton_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeleton))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# \n# typedef struct _OrgProjectBarFrobnicatorSkeleton OrgProjectBarFrobnicatorSkeleton;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonClass OrgProjectBarFrobnicatorSkeletonClass;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonPrivate OrgProjectBarFrobnicatorSkeletonPrivate;\n# \n# struct _OrgProjectBarFrobnicatorSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectBarFrobnicatorSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_skeleton_new (void);\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for com.acme.Coyote */\n# \n# #define TYPE_COM_ACME_COYOTE (com_acme_coyote_get_type ())\n# #define COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyote))\n# #define IS_COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE))\n# #define COM_ACME_COYOTE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyoteIface))\n# \n# struct _ComAcmeCoyote;\n# typedef struct _ComAcmeCoyote ComAcmeCoyote;\n# typedef struct _ComAcmeCoyoteIface ComAcmeCoyoteIface;\n# \n# struct _ComAcmeCoyoteIface\n# {\n#   GTypeInterface parent_iface;\n# \n# \n# \n#   gboolean (*handle_attack) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_run) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_sleep) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   const gchar * (*get_mood) (ComAcmeCoyote *object);\n# \n#   void (*surprised) (\n#     ComAcmeCoyote *object);\n# \n# };\n# \n# GType com_acme_coyote_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *com_acme_coyote_interface_info (void);\n# guint com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus signal emissions functions: */\n# void com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object);\n# \n# \n# \n# /* D-Bus method calls: */\n# void com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* D-Bus property accessors: */\n# const gchar *com_acme_coyote_get_mood (ComAcmeCoyote *object);\n# gchar *com_acme_coyote_dup_mood (ComAcmeCoyote *object);\n# void com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_PROXY (com_acme_coyote_proxy_get_type ())\n# #define COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxy))\n# #define COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define COM_ACME_COYOTE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define IS_COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_PROXY))\n# #define IS_COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_PROXY))\n# \n# typedef struct _ComAcmeCoyoteProxy ComAcmeCoyoteProxy;\n# typedef struct _ComAcmeCoyoteProxyClass ComAcmeCoyoteProxyClass;\n# typedef struct _ComAcmeCoyoteProxyPrivate ComAcmeCoyoteProxyPrivate;\n# \n# struct _ComAcmeCoyoteProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   ComAcmeCoyoteProxyPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType com_acme_coyote_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteProxy, g_object_unref)\n# #endif\n# \n# void com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_SKELETON (com_acme_coyote_skeleton_get_type ())\n# #define COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeleton))\n# #define COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define COM_ACME_COYOTE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define IS_COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_SKELETON))\n# #define IS_COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_SKELETON))\n# \n# typedef struct _ComAcmeCoyoteSkeleton ComAcmeCoyoteSkeleton;\n# typedef struct _ComAcmeCoyoteSkeletonClass ComAcmeCoyoteSkeletonClass;\n# typedef struct _ComAcmeCoyoteSkeletonPrivate ComAcmeCoyoteSkeletonPrivate;\n# \n# struct _ComAcmeCoyoteSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   ComAcmeCoyoteSkeletonPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType com_acme_coyote_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteSkeleton, g_object_unref)\n# #endif\n# \n# ComAcmeCoyote *com_acme_coyote_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.Bar.Frobnicator\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectBarFrobnicator\n#  * @title: OrgProjectBarFrobnicator\n#  * @short_description: Generated C code for the org.project.Bar.Frobnicator D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.Bar.Frobnicator ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_bar_frobnicator_method_info_random_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"RandomMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-random-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_bar_frobnicator_method_info_pointers[] =\n# {\n#   &_org_project_bar_frobnicator_method_info_random_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_bar_frobnicator_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.Bar.Frobnicator\",\n#     (GDBusMethodInfo **) &_org_project_bar_frobnicator_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-bar-frobnicator\",\n# };\n# \n# \n# /**\n#  * org_project_bar_frobnicator_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_bar_frobnicator_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectBarFrobnicator interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_bar_frobnicator_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_bar_frobnicator_method_marshal_random_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectBarFrobnicator:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_random_method: Handler for the #OrgProjectBarFrobnicator::handle-random-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# typedef OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorInterface;\n# G_DEFINE_INTERFACE (OrgProjectBarFrobnicator, org_project_bar_frobnicator, G_TYPE_OBJECT)\n# \n# static void\n# org_project_bar_frobnicator_default_init (OrgProjectBarFrobnicatorIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectBarFrobnicator::handle-random-method:\n#    * @object: A #OrgProjectBarFrobnicator.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_bar_frobnicator_complete_random_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-random-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectBarFrobnicatorIface, handle_random_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_bar_frobnicator_method_marshal_random_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_call_random_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_finish:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_call_random_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_call_random_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_sync:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_complete_random_method:\n#  * @object: A #OrgProjectBarFrobnicator.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxy:\n#  *\n#  * The #OrgProjectBarFrobnicatorProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorProxy.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_proxy_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_init (OrgProjectBarFrobnicatorProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_bar_frobnicator_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_bar_frobnicator_interface_info ());\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_class_init (OrgProjectBarFrobnicatorProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_bar_frobnicator_proxy_finalize;\n#   gobject_class->get_property = org_project_bar_frobnicator_proxy_get_property;\n#   gobject_class->set_property = org_project_bar_frobnicator_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_bar_frobnicator_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_bar_frobnicator_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeleton:\n#  *\n#  * The #OrgProjectBarFrobnicatorSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorSkeleton.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_bar_frobnicator_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_bar_frobnicator_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_bar_frobnicator_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_bar_frobnicator_skeleton_vtable =\n# {\n#   _org_project_bar_frobnicator_skeleton_handle_method_call,\n#   _org_project_bar_frobnicator_skeleton_handle_get_property,\n#   _org_project_bar_frobnicator_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_bar_frobnicator_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_bar_frobnicator_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_bar_frobnicator_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_bar_frobnicator_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_bar_frobnicator_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_bar_frobnicator_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.Bar.Frobnicator\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_init (OrgProjectBarFrobnicatorSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_bar_frobnicator_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_class_init (OrgProjectBarFrobnicatorSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_bar_frobnicator_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_bar_frobnicator_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_bar_frobnicator_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_bar_frobnicator_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorSkeleton): The skeleton object.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_skeleton_new (void)\n# {\n#   return ORG_PROJECT_BAR_FROBNICATOR (g_object_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface com.acme.Coyote\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:ComAcmeCoyote\n#  * @title: ComAcmeCoyote\n#  * @short_description: Generated C code for the com.acme.Coyote D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _COM_ACME_COYOTE_SURPRISED,\n# };\n# \n# static unsigned _COM_ACME_COYOTE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for com.acme.Coyote ---- */\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_run =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Run\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-run\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_sleep =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Sleep\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-sleep\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_attack =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Attack\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-attack\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _com_acme_coyote_method_info_pointers[] =\n# {\n#   &_com_acme_coyote_method_info_run.parent_struct,\n#   &_com_acme_coyote_method_info_sleep.parent_struct,\n#   &_com_acme_coyote_method_info_attack.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _com_acme_coyote_signal_info_surprised =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Surprised\",\n#     NULL,\n#     NULL\n#   },\n#   \"surprised\"\n# };\n# \n# static const GDBusSignalInfo * const _com_acme_coyote_signal_info_pointers[] =\n# {\n#   &_com_acme_coyote_signal_info_surprised.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusPropertyInfo _com_acme_coyote_property_info_mood =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Mood\",\n#     (gchar *) \"s\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"mood\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _com_acme_coyote_property_info_pointers[] =\n# {\n#   &_com_acme_coyote_property_info_mood.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _com_acme_coyote_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"com.acme.Coyote\",\n#     (GDBusMethodInfo **) &_com_acme_coyote_method_info_pointers,\n#     (GDBusSignalInfo **) &_com_acme_coyote_signal_info_pointers,\n#     (GDBusPropertyInfo **) &_com_acme_coyote_property_info_pointers,\n#     NULL\n#   },\n#   \"com-acme-coyote\",\n# };\n# \n# \n# /**\n#  * com_acme_coyote_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# com_acme_coyote_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct;\n# }\n# \n# /**\n#  * com_acme_coyote_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #ComAcmeCoyote interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"mood\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# com_acme_coyote_signal_marshal_surprised (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_run (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_sleep (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_attack (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * ComAcmeCoyote:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_attack: Handler for the #ComAcmeCoyote::handle-attack signal.\n#  * @handle_run: Handler for the #ComAcmeCoyote::handle-run signal.\n#  * @handle_sleep: Handler for the #ComAcmeCoyote::handle-sleep signal.\n#  * @get_mood: Getter for the #ComAcmeCoyote:mood property.\n#  * @surprised: Handler for the #ComAcmeCoyote::surprised signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# typedef ComAcmeCoyoteIface ComAcmeCoyoteInterface;\n# G_DEFINE_INTERFACE (ComAcmeCoyote, com_acme_coyote, G_TYPE_OBJECT)\n# \n# static void\n# com_acme_coyote_default_init (ComAcmeCoyoteIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * ComAcmeCoyote::handle-run:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_run() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-run\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_run),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_run,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-sleep:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_sleep() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-sleep\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_sleep),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_sleep,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-attack:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_attack() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-attack\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_attack),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_attack,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * ComAcmeCoyote::surprised:\n#    * @object: A #ComAcmeCoyote.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED] =\n#     g_signal_new (\"surprised\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (ComAcmeCoyoteIface, surprised),\n#       NULL,\n#       NULL,\n#       com_acme_coyote_signal_marshal_surprised,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * ComAcmeCoyote:mood:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_string (\"mood\", \"Mood\", \"Mood\", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * com_acme_coyote_get_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use com_acme_coyote_dup_mood() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# const gchar *\n# com_acme_coyote_get_mood (ComAcmeCoyote *object)\n# {\n#   g_return_val_if_fail (IS_COM_ACME_COYOTE (object), NULL);\n# \n#   return COM_ACME_COYOTE_GET_IFACE (object)->get_mood (object);\n# }\n# \n# /**\n#  * com_acme_coyote_dup_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_free().\n#  */\n# gchar *\n# com_acme_coyote_dup_mood (ComAcmeCoyote *object)\n# {\n#   gchar *value;\n#   g_object_get (G_OBJECT (object), \"mood\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * com_acme_coyote_set_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value)\n# {\n#   g_object_set (G_OBJECT (object), \"mood\", value, NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_emit_surprised:\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> D-Bus signal.\n#  */\n# void\n# com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   g_signal_emit (object, _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED], 0);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_run_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_run_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_run().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_run().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_run() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_sleep_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_sleep_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_sleep().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_sleep().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_sleep() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_attack_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_attack_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_attack().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_attack().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_attack() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_complete_run:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_sleep:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_attack:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteProxy:\n#  *\n#  * The #ComAcmeCoyoteProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteProxy.\n#  */\n# \n# struct _ComAcmeCoyoteProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_proxy_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (com_acme_coyote_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface com.acme.Coyote: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"com.acme.Coyote\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) com_acme_coyote_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static const gchar *\n# com_acme_coyote_proxy_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   GVariant *variant;\n#   const gchar *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"Mood\");\n#   if (variant != NULL)\n#     {\n#       value = g_variant_get_string (variant, NULL);\n#       g_variant_unref (variant);\n#     }\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_proxy_init (ComAcmeCoyoteProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = com_acme_coyote_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), com_acme_coyote_interface_info ());\n# }\n# \n# static void\n# com_acme_coyote_proxy_class_init (ComAcmeCoyoteProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = com_acme_coyote_proxy_finalize;\n#   gobject_class->get_property = com_acme_coyote_proxy_get_property;\n#   gobject_class->set_property = com_acme_coyote_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = com_acme_coyote_proxy_g_signal;\n#   proxy_class->g_properties_changed = com_acme_coyote_proxy_g_properties_changed;\n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteProxyPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->get_mood = com_acme_coyote_proxy_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like com_acme_coyote_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like com_acme_coyote_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteSkeleton:\n#  *\n#  * The #ComAcmeCoyoteSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteSkeleton.\n#  */\n# \n# struct _ComAcmeCoyoteSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _com_acme_coyote_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _com_acme_coyote_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _com_acme_coyote_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _com_acme_coyote_skeleton_vtable =\n# {\n#   _com_acme_coyote_skeleton_handle_method_call,\n#   _com_acme_coyote_skeleton_handle_get_property,\n#   _com_acme_coyote_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# com_acme_coyote_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return com_acme_coyote_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# com_acme_coyote_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_com_acme_coyote_skeleton_vtable;\n# }\n# \n# static GVariant *\n# com_acme_coyote_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_com_acme_coyote_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _com_acme_coyote_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _com_acme_coyote_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _com_acme_coyote_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _com_acme_coyote_emit_changed (gpointer user_data);\n# \n# static void\n# com_acme_coyote_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _com_acme_coyote_emit_changed (skeleton);\n# }\n# \n# static void\n# _com_acme_coyote_on_signal_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", \"Surprised\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_skeleton_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (com_acme_coyote_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _com_acme_coyote_emit_changed (gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"com.acme.Coyote\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _com_acme_coyote_schedule_emit_changed (ComAcmeCoyoteSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _com_acme_coyote_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _com_acme_coyote_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _com_acme_coyote_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_init (ComAcmeCoyoteSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = com_acme_coyote_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_STRING);\n# }\n# \n# static const gchar *\n# com_acme_coyote_skeleton_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   const gchar *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_string (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_skeleton_class_init (ComAcmeCoyoteSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = com_acme_coyote_skeleton_finalize;\n#   gobject_class->get_property = com_acme_coyote_skeleton_get_property;\n#   gobject_class->set_property = com_acme_coyote_skeleton_set_property;\n#   gobject_class->notify       = com_acme_coyote_skeleton_notify;\n# \n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = com_acme_coyote_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = com_acme_coyote_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = com_acme_coyote_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = com_acme_coyote_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->surprised = _com_acme_coyote_on_signal_surprised;\n#   iface->get_mood = com_acme_coyote_skeleton_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteSkeleton): The skeleton object.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_skeleton_new (void)\n# {\n#   return COM_ACME_COYOTE (g_object_new (TYPE_COM_ACME_COYOTE_SKELETON, NULL));\n# }\n# Error:\n#  \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.Bar.Frobnicator\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectBarFrobnicator\n#  * @title: OrgProjectBarFrobnicator\n#  * @short_description: Generated C code for the org.project.Bar.Frobnicator D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.Bar.Frobnicator ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_bar_frobnicator_method_info_random_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"RandomMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-random-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_bar_frobnicator_method_info_pointers[] =\n# {\n#   &_org_project_bar_frobnicator_method_info_random_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_bar_frobnicator_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.Bar.Frobnicator\",\n#     (GDBusMethodInfo **) &_org_project_bar_frobnicator_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-bar-frobnicator\",\n# };\n# \n# \n# /**\n#  * org_project_bar_frobnicator_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_bar_frobnicator_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectBarFrobnicator interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_bar_frobnicator_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_bar_frobnicator_method_marshal_random_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectBarFrobnicator:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_random_method: Handler for the #OrgProjectBarFrobnicator::handle-random-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# typedef OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorInterface;\n# G_DEFINE_INTERFACE (OrgProjectBarFrobnicator, org_project_bar_frobnicator, G_TYPE_OBJECT)\n# \n# static void\n# org_project_bar_frobnicator_default_init (OrgProjectBarFrobnicatorIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectBarFrobnicator::handle-random-method:\n#    * @object: A #OrgProjectBarFrobnicator.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_bar_frobnicator_complete_random_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-random-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectBarFrobnicatorIface, handle_random_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_bar_frobnicator_method_marshal_random_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_call_random_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_finish:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_call_random_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_call_random_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_sync:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_complete_random_method:\n#  * @object: A #OrgProjectBarFrobnicator.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxy:\n#  *\n#  * The #OrgProjectBarFrobnicatorProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorProxy.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_proxy_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_init (OrgProjectBarFrobnicatorProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_bar_frobnicator_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_bar_frobnicator_interface_info ());\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_class_init (OrgProjectBarFrobnicatorProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_bar_frobnicator_proxy_finalize;\n#   gobject_class->get_property = org_project_bar_frobnicator_proxy_get_property;\n#   gobject_class->set_property = org_project_bar_frobnicator_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_bar_frobnicator_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_bar_frobnicator_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeleton:\n#  *\n#  * The #OrgProjectBarFrobnicatorSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorSkeleton.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_bar_frobnicator_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_bar_frobnicator_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_bar_frobnicator_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_bar_frobnicator_skeleton_vtable =\n# {\n#   _org_project_bar_frobnicator_skeleton_handle_method_call,\n#   _org_project_bar_frobnicator_skeleton_handle_get_property,\n#   _org_project_bar_frobnicator_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_bar_frobnicator_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_bar_frobnicator_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_bar_frobnicator_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_bar_frobnicator_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_bar_frobnicator_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_bar_frobnicator_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.Bar.Frobnicator\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_init (OrgProjectBarFrobnicatorSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_bar_frobnicator_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_class_init (OrgProjectBarFrobnicatorSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_bar_frobnicator_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_bar_frobnicator_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_bar_frobnicator_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_bar_frobnicator_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorSkeleton): The skeleton object.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_skeleton_new (void)\n# {\n#   return ORG_PROJECT_BAR_FROBNICATOR (g_object_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface com.acme.Coyote\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:ComAcmeCoyote\n#  * @title: ComAcmeCoyote\n#  * @short_description: Generated C code for the com.acme.Coyote D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _COM_ACME_COYOTE_SURPRISED,\n# };\n# \n# static unsigned _COM_ACME_COYOTE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for com.acme.Coyote ---- */\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_run =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Run\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-run\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_sleep =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Sleep\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-sleep\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_attack =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Attack\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-attack\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _com_acme_coyote_method_info_pointers[] =\n# {\n#   &_com_acme_coyote_method_info_run.parent_struct,\n#   &_com_acme_coyote_method_info_sleep.parent_struct,\n#   &_com_acme_coyote_method_info_attack.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _com_acme_coyote_signal_info_surprised =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Surprised\",\n#     NULL,\n#     NULL\n#   },\n#   \"surprised\"\n# };\n# \n# static const GDBusSignalInfo * const _com_acme_coyote_signal_info_pointers[] =\n# {\n#   &_com_acme_coyote_signal_info_surprised.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusPropertyInfo _com_acme_coyote_property_info_mood =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Mood\",\n#     (gchar *) \"s\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"mood\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _com_acme_coyote_property_info_pointers[] =\n# {\n#   &_com_acme_coyote_property_info_mood.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _com_acme_coyote_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"com.acme.Coyote\",\n#     (GDBusMethodInfo **) &_com_acme_coyote_method_info_pointers,\n#     (GDBusSignalInfo **) &_com_acme_coyote_signal_info_pointers,\n#     (GDBusPropertyInfo **) &_com_acme_coyote_property_info_pointers,\n#     NULL\n#   },\n#   \"com-acme-coyote\",\n# };\n# \n# \n# /**\n#  * com_acme_coyote_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# com_acme_coyote_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct;\n# }\n# \n# /**\n#  * com_acme_coyote_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #ComAcmeCoyote interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"mood\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# com_acme_coyote_signal_marshal_surprised (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_run (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_sleep (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_attack (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * ComAcmeCoyote:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_attack: Handler for the #ComAcmeCoyote::handle-attack signal.\n#  * @handle_run: Handler for the #ComAcmeCoyote::handle-run signal.\n#  * @handle_sleep: Handler for the #ComAcmeCoyote::handle-sleep signal.\n#  * @get_mood: Getter for the #ComAcmeCoyote:mood property.\n#  * @surprised: Handler for the #ComAcmeCoyote::surprised signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# typedef ComAcmeCoyoteIface ComAcmeCoyoteInterface;\n# G_DEFINE_INTERFACE (ComAcmeCoyote, com_acme_coyote, G_TYPE_OBJECT)\n# \n# static void\n# com_acme_coyote_default_init (ComAcmeCoyoteIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * ComAcmeCoyote::handle-run:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_run() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-run\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_run),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_run,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-sleep:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_sleep() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-sleep\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_sleep),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_sleep,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-attack:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_attack() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-attack\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_attack),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_attack,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * ComAcmeCoyote::surprised:\n#    * @object: A #ComAcmeCoyote.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED] =\n#     g_signal_new (\"surprised\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (ComAcmeCoyoteIface, surprised),\n#       NULL,\n#       NULL,\n#       com_acme_coyote_signal_marshal_surprised,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * ComAcmeCoyote:mood:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_string (\"mood\", \"Mood\", \"Mood\", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * com_acme_coyote_get_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use com_acme_coyote_dup_mood() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# const gchar *\n# com_acme_coyote_get_mood (ComAcmeCoyote *object)\n# {\n#   g_return_val_if_fail (IS_COM_ACME_COYOTE (object), NULL);\n# \n#   return COM_ACME_COYOTE_GET_IFACE (object)->get_mood (object);\n# }\n# \n# /**\n#  * com_acme_coyote_dup_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_free().\n#  */\n# gchar *\n# com_acme_coyote_dup_mood (ComAcmeCoyote *object)\n# {\n#   gchar *value;\n#   g_object_get (G_OBJECT (object), \"mood\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * com_acme_coyote_set_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value)\n# {\n#   g_object_set (G_OBJECT (object), \"mood\", value, NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_emit_surprised:\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> D-Bus signal.\n#  */\n# void\n# com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   g_signal_emit (object, _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED], 0);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_run_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_run_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_run().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_run().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_run() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_sleep_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_sleep_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_sleep().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_sleep().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_sleep() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_attack_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_attack_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_attack().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_attack().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_attack() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_complete_run:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_sleep:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_attack:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteProxy:\n#  *\n#  * The #ComAcmeCoyoteProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteProxy.\n#  */\n# \n# struct _ComAcmeCoyoteProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_proxy_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (com_acme_coyote_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface com.acme.Coyote: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"com.acme.Coyote\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) com_acme_coyote_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static const gchar *\n# com_acme_coyote_proxy_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   GVariant *variant;\n#   const gchar *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"Mood\");\n#   if (variant != NULL)\n#     {\n#       value = g_variant_get_string (variant, NULL);\n#       g_variant_unref (variant);\n#     }\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_proxy_init (ComAcmeCoyoteProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = com_acme_coyote_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), com_acme_coyote_interface_info ());\n# }\n# \n# static void\n# com_acme_coyote_proxy_class_init (ComAcmeCoyoteProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = com_acme_coyote_proxy_finalize;\n#   gobject_class->get_property = com_acme_coyote_proxy_get_property;\n#   gobject_class->set_property = com_acme_coyote_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = com_acme_coyote_proxy_g_signal;\n#   proxy_class->g_properties_changed = com_acme_coyote_proxy_g_properties_changed;\n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteProxyPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->get_mood = com_acme_coyote_proxy_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like com_acme_coyote_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like com_acme_coyote_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteSkeleton:\n#  *\n#  * The #ComAcmeCoyoteSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteSkeleton.\n#  */\n# \n# struct _ComAcmeCoyoteSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _com_acme_coyote_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _com_acme_coyote_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _com_acme_coyote_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _com_acme_coyote_skeleton_vtable =\n# {\n#   _com_acme_coyote_skeleton_handle_method_call,\n#   _com_acme_coyote_skeleton_handle_get_property,\n#   _com_acme_coyote_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# com_acme_coyote_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return com_acme_coyote_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# com_acme_coyote_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_com_acme_coyote_skeleton_vtable;\n# }\n# \n# static GVariant *\n# com_acme_coyote_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_com_acme_coyote_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _com_acme_coyote_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _com_acme_coyote_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _com_acme_coyote_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _com_acme_coyote_emit_changed (gpointer user_data);\n# \n# static void\n# com_acme_coyote_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _com_acme_coyote_emit_changed (skeleton);\n# }\n# \n# static void\n# _com_acme_coyote_on_signal_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", \"Surprised\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_skeleton_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (com_acme_coyote_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _com_acme_coyote_emit_changed (gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"com.acme.Coyote\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _com_acme_coyote_schedule_emit_changed (ComAcmeCoyoteSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _com_acme_coyote_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _com_acme_coyote_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _com_acme_coyote_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_init (ComAcmeCoyoteSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = com_acme_coyote_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_STRING);\n# }\n# \n# static const gchar *\n# com_acme_coyote_skeleton_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   const gchar *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_string (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_skeleton_class_init (ComAcmeCoyoteSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = com_acme_coyote_skeleton_finalize;\n#   gobject_class->get_property = com_acme_coyote_skeleton_get_property;\n#   gobject_class->set_property = com_acme_coyote_skeleton_set_property;\n#   gobject_class->notify       = com_acme_coyote_skeleton_notify;\n# \n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = com_acme_coyote_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = com_acme_coyote_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = com_acme_coyote_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = com_acme_coyote_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->surprised = _com_acme_coyote_on_signal_surprised;\n#   iface->get_mood = com_acme_coyote_skeleton_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteSkeleton): The skeleton object.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_skeleton_new (void)\n# {\n#   return COM_ACME_COYOTE (g_object_new (TYPE_COM_ACME_COYOTE_SKELETON, NULL));\n# }\n# Error:\nok 39 __main__.TestCodegen.test_unix_fd_types_and_annotations\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpk93w6367\n# /tmp/tmpk93w6367/tmprq87j42g.xml: \n#             <node>\n#               <interface name=\"FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotation\">\n#                   <arg name=\"greeting\" direction=\"in\" type=\"h\"/>\n#                   <arg name=\"greeting_locale\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"h\"/>\n#                   <arg name=\"response_locale\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotationNested\">\n#                   <arg name=\"files\" type=\"a{sh}\" direction=\"in\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpk93w6367/tmprq87j42g.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for FDPassing */\n# \n# #define TYPE_FDPASSING (fdpassing_get_type ())\n# #define FDPASSING(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING, FDPassing))\n# #define IS_FDPASSING(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING))\n# #define FDPASSING_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FDPASSING, FDPassingIface))\n# \n# struct _FDPassing;\n# typedef struct _FDPassing FDPassing;\n# typedef struct _FDPassingIface FDPassingIface;\n# \n# struct _FDPassingIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_hello_fd) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *arg_greeting);\n# \n#   gboolean (*handle_no_annotation) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale);\n# \n#   gboolean (*handle_no_annotation_nested) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_files);\n# \n# };\n# \n# GType fdpassing_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *fdpassing_interface_info (void);\n# guint fdpassing_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void fdpassing_complete_hello_fd (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response);\n# \n# void fdpassing_complete_no_annotation (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *response,\n#     const gchar *response_locale);\n# \n# void fdpassing_complete_no_annotation_nested (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void fdpassing_call_hello_fd (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_hello_fd_finish (\n#     FDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_hello_fd_sync (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_finish (\n#     FDPassing *proxy,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation_nested (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_nested_finish (\n#     FDPassing *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_nested_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_PROXY (fdpassing_proxy_get_type ())\n# #define FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_PROXY, FDPassingProxy))\n# #define FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define FDPASSING_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define IS_FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_PROXY))\n# #define IS_FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_PROXY))\n# \n# typedef struct _FDPassingProxy FDPassingProxy;\n# typedef struct _FDPassingProxyClass FDPassingProxyClass;\n# typedef struct _FDPassingProxyPrivate FDPassingProxyPrivate;\n# \n# struct _FDPassingProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   FDPassingProxyPrivate *priv;\n# };\n# \n# struct _FDPassingProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType fdpassing_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingProxy, g_object_unref)\n# #endif\n# \n# void fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_SKELETON (fdpassing_skeleton_get_type ())\n# #define FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeleton))\n# #define FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define FDPASSING_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define IS_FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_SKELETON))\n# #define IS_FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_SKELETON))\n# \n# typedef struct _FDPassingSkeleton FDPassingSkeleton;\n# typedef struct _FDPassingSkeletonClass FDPassingSkeletonClass;\n# typedef struct _FDPassingSkeletonPrivate FDPassingSkeletonPrivate;\n# \n# struct _FDPassingSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   FDPassingSkeletonPrivate *priv;\n# };\n# \n# struct _FDPassingSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType fdpassing_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingSkeleton, g_object_unref)\n# #endif\n# \n# FDPassing *fdpassing_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpk93w6367/tmpgyxjzfyv.xml: \n#             <node>\n#               <interface name=\"FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotation\">\n#                   <arg name=\"greeting\" direction=\"in\" type=\"h\"/>\n#                   <arg name=\"greeting_locale\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"h\"/>\n#                   <arg name=\"response_locale\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotationNested\">\n#                   <arg name=\"files\" type=\"a{sh}\" direction=\"in\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpk93w6367/tmpgyxjzfyv.xml', '--output', '-', '--header', '--glib-min-required', '2.32']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for FDPassing */\n# \n# #define TYPE_FDPASSING (fdpassing_get_type ())\n# #define FDPASSING(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING, FDPassing))\n# #define IS_FDPASSING(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING))\n# #define FDPASSING_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FDPASSING, FDPassingIface))\n# \n# struct _FDPassing;\n# typedef struct _FDPassing FDPassing;\n# typedef struct _FDPassingIface FDPassingIface;\n# \n# struct _FDPassingIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_hello_fd) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *arg_greeting);\n# \n#   gboolean (*handle_no_annotation) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale);\n# \n#   gboolean (*handle_no_annotation_nested) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_files);\n# \n# };\n# \n# GType fdpassing_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *fdpassing_interface_info (void);\n# guint fdpassing_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void fdpassing_complete_hello_fd (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response);\n# \n# void fdpassing_complete_no_annotation (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *response,\n#     const gchar *response_locale);\n# \n# void fdpassing_complete_no_annotation_nested (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void fdpassing_call_hello_fd (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_hello_fd_finish (\n#     FDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_hello_fd_sync (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_finish (\n#     FDPassing *proxy,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation_nested (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_nested_finish (\n#     FDPassing *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_nested_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_PROXY (fdpassing_proxy_get_type ())\n# #define FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_PROXY, FDPassingProxy))\n# #define FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define FDPASSING_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define IS_FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_PROXY))\n# #define IS_FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_PROXY))\n# \n# typedef struct _FDPassingProxy FDPassingProxy;\n# typedef struct _FDPassingProxyClass FDPassingProxyClass;\n# typedef struct _FDPassingProxyPrivate FDPassingProxyPrivate;\n# \n# struct _FDPassingProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   FDPassingProxyPrivate *priv;\n# };\n# \n# struct _FDPassingProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType fdpassing_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingProxy, g_object_unref)\n# #endif\n# \n# void fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_SKELETON (fdpassing_skeleton_get_type ())\n# #define FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeleton))\n# #define FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define FDPASSING_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define IS_FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_SKELETON))\n# #define IS_FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_SKELETON))\n# \n# typedef struct _FDPassingSkeleton FDPassingSkeleton;\n# typedef struct _FDPassingSkeletonClass FDPassingSkeletonClass;\n# typedef struct _FDPassingSkeletonPrivate FDPassingSkeletonPrivate;\n# \n# struct _FDPassingSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   FDPassingSkeletonPrivate *priv;\n# };\n# \n# struct _FDPassingSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType fdpassing_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingSkeleton, g_object_unref)\n# #endif\n# \n# FDPassing *fdpassing_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpk93w6367/tmpfd71y50p.xml: \n#             <node>\n#               <interface name=\"FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotation\">\n#                   <arg name=\"greeting\" direction=\"in\" type=\"h\"/>\n#                   <arg name=\"greeting_locale\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"h\"/>\n#                   <arg name=\"response_locale\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotationNested\">\n#                   <arg name=\"files\" type=\"a{sh}\" direction=\"in\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpk93w6367/tmpfd71y50p.xml', '--output', '-', '--header', '--glib-min-required', '2.64']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for FDPassing */\n# \n# #define TYPE_FDPASSING (fdpassing_get_type ())\n# #define FDPASSING(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING, FDPassing))\n# #define IS_FDPASSING(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING))\n# #define FDPASSING_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FDPASSING, FDPassingIface))\n# \n# struct _FDPassing;\n# typedef struct _FDPassing FDPassing;\n# typedef struct _FDPassingIface FDPassingIface;\n# \n# struct _FDPassingIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_hello_fd) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *arg_greeting);\n# \n#   gboolean (*handle_no_annotation) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale);\n# \n#   gboolean (*handle_no_annotation_nested) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     GVariant *arg_files);\n# \n# };\n# \n# GType fdpassing_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *fdpassing_interface_info (void);\n# guint fdpassing_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void fdpassing_complete_hello_fd (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response);\n# \n# void fdpassing_complete_no_annotation (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     GVariant *response,\n#     const gchar *response_locale);\n# \n# void fdpassing_complete_no_annotation_nested (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list);\n# \n# \n# \n# /* D-Bus method calls: */\n# void fdpassing_call_hello_fd (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_hello_fd_finish (\n#     FDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_hello_fd_sync (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_finish (\n#     FDPassing *proxy,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList  *fd_list,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation_nested (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_nested_finish (\n#     FDPassing *proxy,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_nested_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList  *fd_list,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_PROXY (fdpassing_proxy_get_type ())\n# #define FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_PROXY, FDPassingProxy))\n# #define FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define FDPASSING_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define IS_FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_PROXY))\n# #define IS_FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_PROXY))\n# \n# typedef struct _FDPassingProxy FDPassingProxy;\n# typedef struct _FDPassingProxyClass FDPassingProxyClass;\n# typedef struct _FDPassingProxyPrivate FDPassingProxyPrivate;\n# \n# struct _FDPassingProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   FDPassingProxyPrivate *priv;\n# };\n# \n# struct _FDPassingProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType fdpassing_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingProxy, g_object_unref)\n# #endif\n# \n# void fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_SKELETON (fdpassing_skeleton_get_type ())\n# #define FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeleton))\n# #define FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define FDPASSING_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define IS_FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_SKELETON))\n# #define IS_FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_SKELETON))\n# \n# typedef struct _FDPassingSkeleton FDPassingSkeleton;\n# typedef struct _FDPassingSkeletonClass FDPassingSkeletonClass;\n# typedef struct _FDPassingSkeletonPrivate FDPassingSkeletonPrivate;\n# \n# struct _FDPassingSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   FDPassingSkeletonPrivate *priv;\n# };\n# \n# struct _FDPassingSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType fdpassing_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingSkeleton, g_object_unref)\n# #endif\n# \n# FDPassing *fdpassing_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n1..39\nPASS: glib/codegen.py.test\nRunning test: glib/custom-dispatch.test\nTAP version 14\n# random seed: R02S0265d11548f088c43fcde1eccaaaf1b8\n1..2\n# Start of properties tests\n# Start of custom-dispatch tests\n# /properties/custom-dispatch/init summary: Test that custom dispatch_properties_changed is called on initialization\nok 1 /properties/custom-dispatch/init\n# /properties/custom-dispatch/set summary: Test that custom dispatch_properties_changed is called regardless of connected notify handlers\nok 2 /properties/custom-dispatch/set\n# End of custom-dispatch tests\n# End of properties tests\nPASS: glib/custom-dispatch.test\nRunning test: glib/atomic-c-17.test\nTAP version 14\n# random seed: R02S38d1913500fdd0108b9a932a39ca5dd1\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-17.test\nRunning test: glib/utils.test\nTAP version 14\n# random seed: R02S4a3e15b7c9ec34807e00afa3283bd759\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils.test\nRunning test: glib/filter-streams.test\nTAP version 14\n# random seed: R02S50cfd17d85c2d2f6c15fd8cc8b3ad6f9\n1..4\n# Start of filter-stream tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=568394\nok 1 /filter-stream/input\nok 2 /filter-stream/output\nok 3 /filter-stream/async-input\nok 4 /filter-stream/async-output\n# End of filter-stream tests\nPASS: glib/filter-streams.test\nRunning test: glib/reference.test\nTAP version 14\n# random seed: R02S219c9d6dfd9cd614dbfa85f839e7726b\n1..29\n# Start of type tests\nok 1 /type/fundamentals\nok 2 /type/qdata\nok 3 /type/query\nok 4 /type/class-private\n# End of type tests\n# Start of object tests\nok 5 /object/clear\nok 6 /object/clear-function\nok 7 /object/set\nok 8 /object/set-function\nok 9 /object/value\nok 10 /object/initially-unowned\nok 11 /object/weak-pointer\nok 12 /object/weak-ref\nok 13 /object/toggle-ref\nok 14 /object/qdata\nok 15 /object/qdata2\n# Start of set tests\n# /object/set/derived-type summary: Check that g_set_object() doesn?t give strict aliasing warnings when used on types derived from GObject\nok 16 /object/set/derived-type\n# End of set tests\n# Start of weak-pointer tests\nok 17 /object/weak-pointer/clear\nok 18 /object/weak-pointer/clear-function\nok 19 /object/weak-pointer/set\nok 20 /object/weak-pointer/set-function\n# End of weak-pointer tests\n# Start of weak-ref tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2390\n# /object/weak-ref/on-dispose summary: Test that a weak ref set during dispose vfunc is cleared\nok 21 /object/weak-ref/on-dispose\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/865\n# /object/weak-ref/on-run-dispose summary: Test that a weak ref is cleared on g_object_run_dispose()\nok 22 /object/weak-ref/on-run-dispose\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2390\n# /object/weak-ref/on-toggle-notify summary: Test that a weak ref set on toggle notify is cleared\nok 23 /object/weak-ref/on-toggle-notify\nok 24 /object/weak-ref/in-toggle-notify\nok 25 /object/weak-ref/many\n# Start of concurrent tests\nok 26 /object/weak-ref/concurrent/0\nok 27 /object/weak-ref/concurrent/1\n# End of concurrent tests\n# End of weak-ref tests\n# Start of toggle-ref tests\nok 28 /object/toggle-ref/ref-on-dispose\nok 29 /object/toggle-ref/ref-and-notify-on-dispose\n# End of toggle-ref tests\n# End of object tests\nPASS: glib/reference.test\nRunning test: glib/gdbus-peer.test\nTAP version 14\n# random seed: R02S2e03a6e7c9d1b7e4b04fb43cbed0edfe\n1..12\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/runtime\n# Testing with unix:dir address\n# Testing with unix:tmpdir address\n# Testing with unix:path address\nok 1 /gdbus/peer-to-peer\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-config1:/var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-data1:/var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/runtime\n# Testing with unix:dir address\nok 2 /gdbus/delayed-message-processing\n# slow test /gdbus/delayed-message-processing executed in 0.50 secs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/runtime\nok 3 /gdbus/nonce-tcp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-config1:/var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-data1:/var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/runtime\nok 4 /gdbus/tcp-anonymous\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/credentials/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/credentials/.dirs/system-config1:/var/volatile/tmp/gdbus/credentials/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/credentials/.dirs/system-data1:/var/volatile/tmp/gdbus/credentials/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/credentials/.dirs/runtime\nok 5 /gdbus/credentials\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-config1:/var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-data1:/var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/runtime\n# Testing with unix:dir address\n# Machine ID: 7a64803a5444f838de7190db685001d0\nok 6 /gdbus/codegen-peer-to-peer\n# slow test /gdbus/codegen-peer-to-peer executed in 1.10 secs\n# Start of peer-to-peer tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1620\n# Testing with unix:dir address\nok 7 /gdbus/peer-to-peer/signals\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/runtime\nok 8 /gdbus/peer-to-peer/invalid/server\n# Start of conn tests\n# Start of stream tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/runtime\nok 9 /gdbus/peer-to-peer/invalid/conn/stream/async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/runtime\nok 10 /gdbus/peer-to-peer/invalid/conn/stream/sync\n# End of stream tests\n# Start of addr tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/runtime\nok 11 /gdbus/peer-to-peer/invalid/conn/addr/async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/runtime\nok 12 /gdbus/peer-to-peer/invalid/conn/addr/sync\n# End of addr tests\n# End of conn tests\n# End of invalid tests\n# End of peer-to-peer tests\n# End of gdbus tests\nPASS: glib/gdbus-peer.test\nRunning test: glib/gdbus-addresses.test\nTAP version 14\n# random seed: R02S8ee164f90e54e13ee276edd163cc818b\n1..9\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/empty-address/.dirs/system-config1:/var/volatile/tmp/gdbus/empty-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/empty-address/.dirs/system-data1:/var/volatile/tmp/gdbus/empty-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/empty-address/.dirs/runtime\nok 1 /gdbus/empty-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/unsupported-address/.dirs/system-config1:/var/volatile/tmp/gdbus/unsupported-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/unsupported-address/.dirs/system-data1:/var/volatile/tmp/gdbus/unsupported-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/unsupported-address/.dirs/runtime\nok 2 /gdbus/unsupported-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/address-parsing/.dirs/system-config1:/var/volatile/tmp/gdbus/address-parsing/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/address-parsing/.dirs/system-data1:/var/volatile/tmp/gdbus/address-parsing/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/address-parsing/.dirs/runtime\nok 3 /gdbus/address-parsing\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/unix-address/.dirs/system-config1:/var/volatile/tmp/gdbus/unix-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/unix-address/.dirs/system-data1:/var/volatile/tmp/gdbus/unix-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/unix-address/.dirs/runtime\nok 4 /gdbus/unix-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-config1:/var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-data1:/var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/runtime\nok 5 /gdbus/nonce-tcp-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/tcp-address/.dirs/system-config1:/var/volatile/tmp/gdbus/tcp-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/tcp-address/.dirs/system-data1:/var/volatile/tmp/gdbus/tcp-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/tcp-address/.dirs/runtime\nok 6 /gdbus/tcp-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-config1:/var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-data1:/var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/runtime\nok 7 /gdbus/autolaunch-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/mixed-address/.dirs/system-config1:/var/volatile/tmp/gdbus/mixed-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/mixed-address/.dirs/system-data1:/var/volatile/tmp/gdbus/mixed-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/mixed-address/.dirs/runtime\nok 8 /gdbus/mixed-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/escape-address/.dirs/system-config1:/var/volatile/tmp/gdbus/escape-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/escape-address/.dirs/system-data1:/var/volatile/tmp/gdbus/escape-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/escape-address/.dirs/runtime\nok 9 /gdbus/escape-address\n# End of gdbus tests\nPASS: glib/gdbus-addresses.test\nRunning test: glib/thread-pool.test\nTAP version 14\n# random seed: R02Sb8b0c2fc3d638414c58932a92c6d6d33\n1..5\n# Start of thread_pool tests\n# /thread_pool/shared summary: Tests that a shared, non-exclusive thread pool generally works.\nok 1 /thread_pool/shared\n# /thread_pool/exclusive summary: Tests that an exclusive thread pool generally works.\nok 2 /thread_pool/exclusive\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2012\n# /thread_pool/create_shared_after_exclusive summary: Tests that creating a shared pool after an exclusive one works.\nok 3 /thread_pool/create_shared_after_exclusive\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/121\nok 4 /thread_pool/create_full\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2012\n# /thread_pool/create_exclusive_after_shared summary: Tests that creating an exclusive pool after a shared one works.\nok 5 /thread_pool/create_exclusive_after_shared\n# End of thread_pool tests\nPASS: glib/thread-pool.test\nRunning test: glib/macros-c-89.test\nTAP version 14\n# random seed: R02S52566bb13905cd16c7e1689603a4227b\n1..4\n# Start of C tests\nok 1 /C/standard-89\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-89.test\nRunning test: glib/memory-monitor.test\nTAP version 14\n# random seed: R02S3de826cf08c7d4ff3c9e81fe0ab7a2d1\n1..1\n# Start of memory-monitor tests\n# GLib-GIO-DEBUG: Failed to initialize portal (GMemoryMonitorPortal) for gio-memory-monitor: Not using portals\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dbus (GMemoryMonitorDBus) for ?gio-memory-monitor?\nok 1 /memory-monitor/default\n# End of memory-monitor tests\nPASS: glib/memory-monitor.test\nRunning test: glib/vfs.test\nTAP version 14\n# random seed: R02S7d799872ee4653f3018dd7f1b2a91187\n1..3\n# Start of gvfs tests\nok 1 /gvfs/local\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 2 /gvfs/register-scheme\n# Start of resource tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3090\n# /gvfs/resource/malformed-escaping summary: Test that g_vfs_get_file_for_uri() returns an invalid file for an invalid URI\nok 3 /gvfs/resource/malformed-escaping\n# End of resource tests\n# End of gvfs tests\nPASS: glib/vfs.test\nRunning test: glib/tls-database.test\nTAP version 14\n# random seed: R02Sd23c3ba98d04dd8696dd9061143a824b\n1..1\n# Start of tls-backend tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?\nok 1 /tls-backend/set-default-database\n# End of tls-backend tests\nPASS: glib/tls-database.test\nRunning test: glib/cxx-20.test\nTAP version 14\n# random seed: R02S3dd90c2c6403974626783c83f6709bc5\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-20.test\nRunning test: glib/messages-low-memory.py.test\nTAP version 13\nok 1 __main__.TestMessagesLowMemory.test_message_memory_allocation_failure\n# messages-low-memory: /usr/libexec/installed-tests/glib/messages-low-memory\n# tmpdir: /tmp/tmpyyg3wi6n\n# Running: ['/usr/libexec/installed-tests/glib/messages-low-memory']\n# Return code: -6\n# Output:\n#  \n# Error:\n#  GLib-Message: 11:39:33.949: Simulates a situation in which we were crashing because of low-memory, leading malloc to fail instead of aborting\n# GLib-Message: 11:39:33.950: bug: https://gitlab.gnome.org/GNOME/glib/-/issues/2753\n# ../glib-2.84.2/glib/gprintf.c:350: failed to allocate memory\n1..1\nPASS: glib/messages-low-memory.py.test\nRunning test: glib/permission.test\nTAP version 14\n# random seed: R02S294ca3634e32c961267181f63d1437a7\n1..1\n# Start of permission tests\nok 1 /permission/simple\n# End of permission tests\nPASS: glib/permission.test\nRunning test: glib/cancellable.test\nTAP version 14\n# random seed: R02S1665a3c0e930ed3c44fc606bbbe118e9\n1..18\n# Start of cancellable tests\nok 1 /cancellable/multiple-concurrent # SKIP Not running timing heavy test\nok 2 /cancellable/null\nok 3 /cancellable/connect-data-is-destroyed-on-disconnect-and-dispose\n# /cancellable/connect-to-disposing-callback summary: A cancellable signal callback can unref the cancellable\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3643\nok 4 /cancellable/connect-to-disposing-callback\nok 5 /cancellable/connect-cancelled-data-is-destroyed\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 0\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\nok 6 /cancellable/connect-to-disposing-callback-with-toggle-reference\n# /cancellable/connect-cancelled-to-disposing-callback summary: A cancellable signal callback can unref the cancellable\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3643\nok 7 /cancellable/connect-cancelled-to-disposing-callback\nok 8 /cancellable/connect-cancelled-with-destroy-func-disposing-cancellable\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 0\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 0\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\nok 9 /cancellable/connect-cancelled-to-disposing-callback-with-toggle-reference\n# /cancellable/disconnect-on-cancelled-callback-hangs summary: Tests that trying to disconnect a cancellable from the cancelled signal callback will result in a deadlock as per #GCancellable::cancelled\nok 10 /cancellable/disconnect-on-cancelled-callback-hangs\n# /cancellable/resets-on-cancel-callback-hangs summary: Tests that trying to reset a cancellable from the cancelled signal callback will result in a deadlock as per #GCancellable::cancelled\nok 11 /cancellable/resets-on-cancel-callback-hangs\nok 12 /cancellable/poll-fd\n# /cancellable/poll-fd-cancelled summary: Tests that cancellation wakes up a pollable FD on creation\nok 13 /cancellable/poll-fd-cancelled\n# /cancellable/poll-fd-cancelled-threaded summary: Tests that a cancellation wakes up a pollable FD\nok 14 /cancellable/poll-fd-cancelled-threaded\n# /cancellable/cancel-reset-races summary: Tests threads racing for cancelling and resetting a GCancellable\nok 15 /cancellable/cancel-reset-races\n# /cancellable/cancel-reset-connect-races summary: Tests threads racing for cancelling, connecting and disconnecting  and resetting a GCancellable\nok 16 /cancellable/cancel-reset-connect-races\n# End of cancellable tests\n# Start of cancellable-source tests\n# /cancellable-source/threaded-dispose summary: Test a thread race between disposing of a GCancellableSource (in one thread) and cancelling the GCancellable it refers to (in another thread)\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1841\nok 17 /cancellable-source/threaded-dispose\n# /cancellable-source/can-be-fired-multiple-times summary: Test a cancellable source callback can be called multiple times\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/774\nok 18 /cancellable-source/can-be-fired-multiple-times\n# End of cancellable-source tests\nPASS: glib/cancellable.test\nRunning test: glib/atomic-c-89.test\nTAP version 14\n# random seed: R02Sfee468972256b8ab8e852709b8b46fe6\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-89.test\nRunning test: glib/dir.test\nTAP version 14\n# random seed: R02S893559bdaf25796e50e464d0a4c9c730\n1..3\n# Start of dir tests\nok 1 /dir/read\nok 2 /dir/nonexisting\n# /dir/refcounting summary: Test refcounting interactions with g_dir_close()\nok 3 /dir/refcounting\n# End of dir tests\nPASS: glib/dir.test\nRunning test: glib/basics-gobject.test\nTAP version 14\n# random seed: R02Sa7ea14abfbc3b2086491c9a588b25a90\n1..1\n# Start of gobject tests\n# private data during initialization: 54321 == 54321\n# MAIN: emit test-signal:\n# ::test_signal default_handler called\n# ::test_signal default_handler called\n# ::test_signal default_handler called\n# signal return: \"<default_handler><default_handler><default_handler>\"\n# MAIN: call iface print-string on test and derived object:\n# Iface-FOO: \"iface-string-from-test-type\" from 0x5649a6616aa0\n# Iface-BAR: \"iface-string-from-derived-type\" from 0x5649a66168e0\n# chaining: \n# Iface-FOO: \"iface-string-from-derived-type\" from 0x5649a66168e0\n# private data after initialization: 54321 == 54321\nok 1 /gobject/basics\n# End of gobject tests\nPASS: glib/basics-gobject.test\nRunning test: glib/throws.test\nTAP version 14\n# random seed: R02S68669a7eeb77470545fcee16cbddea3d\n1..3\n# Start of throws tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/throws/invoke-gerror/.dirs/system-config1:/var/volatile/tmp/throws/invoke-gerror/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/throws/invoke-gerror/.dirs/system-data1:/var/volatile/tmp/throws/invoke-gerror/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/throws/invoke-gerror/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /throws/invoke-gerror summary: Test invoking a function that throws a GError\nok 1 /throws/invoke-gerror\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-config1:/var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-data1:/var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /throws/vfunc-can-throw-gerror summary: Test gi_callable_info_can_throw_gerror() on a vfunc\nok 2 /throws/vfunc-can-throw-gerror\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-config1:/var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-data1:/var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /throws/callback-can-throw-gerror summary: Test gi_callable_info_can_throw_gerror() on a callback\nok 3 /throws/callback-can-throw-gerror\n# End of throws tests\nPASS: glib/throws.test\nRunning test: glib/threadtests.test\nTAP version 14\n# random seed: R02S0c76042ed60d6619650595abb009336d\n1..5\n# Start of GObject tests\nok 1 /GObject/threaded-object-init\nok 2 /GObject/threaded-weak-ref\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2394\n# /GObject/threaded-toggle-notify summary: Test that toggle reference notifications can be changed safely from another (the main) thread without causing the notifying thread to abort\nok 3 /GObject/threaded-toggle-notify\nok 4 /GObject/threaded-g-pointer-bit-unlock-and-set\n# Start of threaded-weak-ref tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2390\n# /GObject/threaded-weak-ref/on-finalization summary: Test that a weak ref added by another thread during dispose of a GObject is cleared during finalisation. Use on_weak_ref_disposed() to synchronize the other thread with the dispose vfunc.\nok 5 /GObject/threaded-weak-ref/on-finalization\n# End of threaded-weak-ref tests\n# End of GObject tests\nPASS: glib/threadtests.test\nRunning test: glib/thread.test\nTAP version 14\n# random seed: R02Se35d339f6c3c81fe36aded60b2a33db6\n1..7\n# Start of thread tests\nok 1 /thread/thread1\nok 2 /thread/thread2\nok 3 /thread/thread3\nok 4 /thread/thread4\nok 5 /thread/thread5\nok 6 /thread/thread6\nok 7 /thread/thread7\n# End of thread tests\nPASS: glib/thread.test\nRunning test: glib/credentials.test\nTAP version 14\n# random seed: R02S1c2146a6e18fa3d26e6e9d60dcd293c4\n1..1\n# Start of credentials tests\n# GCredentials:linux-ucred:pid=7038,uid=1000,gid=1000\n# GCredentials:linux-ucred:pid=7038,uid=0,gid=1000\nok 1 /credentials/basic\n# End of credentials tests\nPASS: glib/credentials.test\nRunning test: glib/base64.test\nTAP version 14\n# random seed: R02S657d38b86c2df909af81c449a546fbb0\n1..28\n# Start of base64 tests\nok 1 /base64/encode\nok 2 /base64/decode\nok 3 /base64/decode-inplace\nok 4 /base64/encode-decode\n# Start of full tests\nok 5 /base64/full/1\nok 6 /base64/full/2\nok 7 /base64/full/3\nok 8 /base64/full/4\n# End of full tests\n# Start of encode tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1698\nok 9 /base64/encode/empty\n# Start of incremental tests\n# Start of small-block tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 10 /base64/encode/incremental/small-block/1\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 11 /base64/encode/incremental/small-block/2\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 12 /base64/encode/incremental/small-block/3\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 13 /base64/encode/incremental/small-block/4\n# End of small-block tests\n# End of incremental tests\n# End of encode tests\n# Start of incremental tests\n# Start of nobreak tests\nok 14 /base64/incremental/nobreak/1\nok 15 /base64/incremental/nobreak/2\nok 16 /base64/incremental/nobreak/3\nok 17 /base64/incremental/nobreak/4-a\nok 18 /base64/incremental/nobreak/4-b\nok 19 /base64/incremental/nobreak/4-c\n# End of nobreak tests\n# Start of break tests\nok 20 /base64/incremental/break/1\nok 21 /base64/incremental/break/2\nok 22 /base64/incremental/break/3\n# End of break tests\n# Start of smallblock tests\nok 23 /base64/incremental/smallblock/1\nok 24 /base64/incremental/smallblock/2\nok 25 /base64/incremental/smallblock/3\nok 26 /base64/incremental/smallblock/4\n# End of smallblock tests\n# End of incremental tests\n# Start of decode tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1698\nok 27 /base64/decode/empty\n# End of decode tests\n# Start of encode-decode tests\n# Vector 0: \n# Vector 1: f\n# Vector 2: fo\n# Vector 3: foo\n# Vector 4: foob\n# Vector 5: fooba\n# Vector 6: foobar\nok 28 /base64/encode-decode/rfc4648\n# End of encode-decode tests\n# End of base64 tests\nPASS: glib/base64.test\nRunning test: glib/volumemonitor.test\nTAP version 14\n# random seed: R02Sd61ed8e43ee657e9cc0881e179568823\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n1..3\n# Start of volumemonitor tests\nok 1 /volumemonitor/connected_drives\nok 2 /volumemonitor/volumes\nok 3 /volumemonitor/mounts\n# End of volumemonitor tests\nPASS: glib/volumemonitor.test\nRunning test: glib/macros-c-17.test\nTAP version 14\n# random seed: R02S310689a030e74ef967aa5c1d53efe9f9\n1..4\n# Start of C tests\nok 1 /C/standard-17\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-17.test\nRunning test: glib/autoptr.test\nTAP version 14\n# random seed: R02Sa8d6146ff7bffca9ad8b08c33fd2e168\n1..6\n# Start of autoptr tests\nok 1 /autoptr/autoptr\nok 2 /autoptr/autoptr_steal\nok 3 /autoptr/autolist\nok 4 /autoptr/autoslist\nok 5 /autoptr/autoqueue\nok 6 /autoptr/autoclass\n# End of autoptr tests\nPASS: glib/autoptr.test\nRunning test: glib/converter.test\nTAP version 14\n# random seed: R02Se90cad23ba37e7638842c69df7cefb1f\n1..2\n# Start of converter tests\nok 1 /converter/bytes\nok 2 /converter/extra-bytes-at-end\n# End of converter tests\nPASS: glib/converter.test\nRunning test: glib/timer.test\nTAP version 14\n# random seed: R02Sfdf5463fa952db4cf735b8e2d932e94a\n1..10\n# Start of timer tests\nok 1 /timer/basic\nok 2 /timer/stop\nok 3 /timer/continue\nok 4 /timer/reset\nok 5 /timer/is_active\n# End of timer tests\n# Start of timeval tests\nok 6 /timeval/add\nok 7 /timeval/from-iso8601\nok 8 /timeval/to-iso8601\n# Start of to-iso8601 tests\nok 9 /timeval/to-iso8601/overflow\n# End of to-iso8601 tests\n# End of timeval tests\n# Start of usleep tests\nok 10 /usleep/with-zero-wait\n# End of usleep tests\nPASS: glib/timer.test\nRunning test: glib/io-channel.test\nTAP version 14\n# random seed: R02Sfb77121944a3a4812fff1ed275e3094e\n1..2\n# Start of io-channel tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/io-channel/read-write/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/io-channel/read-write/.dirs/system-config1:/var/volatile/tmp/io-channel/read-write/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/io-channel/read-write/.dirs/system-data1:/var/volatile/tmp/io-channel/read-write/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/io-channel/read-write/.dirs/runtime\n# Line one\n# \n# Line two\n# \n# Line three\n# \n# /* Hello */\n# \n# \\x1234\\x567890\\x6666\n# \n# read 62 bytes, wrote 62 bytes\nok 1 /io-channel/read-write\n# Start of read-line tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-config1:/var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-data1:/var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/runtime\n# /io-channel/read-line/embedded-nuls summary: Test that reading a line containing embedded nuls works when using non-standard line terminators.\nok 2 /io-channel/read-line/embedded-nuls\n# End of read-line tests\n# End of io-channel tests\nPASS: glib/io-channel.test\nRunning test: glib/file.test\nTAP version 14\n# random seed: R02Sba8c46670313aa550a5c45e4d5678966\n1..55\n# Start of file tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/basic/.dirs/system-config1:/var/volatile/tmp/file/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/basic/.dirs/system-data1:/var/volatile/tmp/file/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/basic/.dirs/runtime\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /file/basic\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/build-filename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/build-filename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/build-filename/.dirs/system-config1:/var/volatile/tmp/file/build-filename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/build-filename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/build-filename/.dirs/system-data1:/var/volatile/tmp/file/build-filename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/build-filename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/build-filename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/build-filename/.dirs/runtime\nok 2 /file/build-filename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/build-filenamev/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/build-filenamev/.dirs/system-config1:/var/volatile/tmp/file/build-filenamev/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/build-filenamev/.dirs/system-data1:/var/volatile/tmp/file/build-filenamev/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/build-filenamev/.dirs/runtime\nok 3 /file/build-filenamev\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/parent/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/parent/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/parent/.dirs/system-config1:/var/volatile/tmp/file/parent/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/parent/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/parent/.dirs/system-data1:/var/volatile/tmp/file/parent/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/parent/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/parent/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/parent/.dirs/runtime\nok 4 /file/parent\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/child/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/child/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/child/.dirs/system-config1:/var/volatile/tmp/file/child/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/child/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/child/.dirs/system-data1:/var/volatile/tmp/file/child/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/child/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/child/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/child/.dirs/runtime\nok 5 /file/child\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/empty-path/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/empty-path/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/empty-path/.dirs/system-config1:/var/volatile/tmp/file/empty-path/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/empty-path/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/empty-path/.dirs/system-data1:/var/volatile/tmp/file/empty-path/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/empty-path/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/empty-path/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/empty-path/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2328\n# /file/empty-path summary: Check that creating a file with an empty path results in errors\nok 6 /file/empty-path\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/type/.dirs/system-config1:/var/volatile/tmp/file/type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/type/.dirs/system-data1:/var/volatile/tmp/file/type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/type/.dirs/runtime\nok 7 /file/type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/parse-name/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/parse-name/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/parse-name/.dirs/system-config1:/var/volatile/tmp/file/parse-name/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/parse-name/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/parse-name/.dirs/system-data1:/var/volatile/tmp/file/parse-name/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/parse-name/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/parse-name/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/parse-name/.dirs/runtime\nok 8 /file/parse-name\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-load/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-load/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-load/.dirs/system-config1:/var/volatile/tmp/file/replace-load/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-load/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-load/.dirs/system-data1:/var/volatile/tmp/file/replace-load/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-load/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-load/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-load/.dirs/runtime\nok 9 /file/replace-load\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-cancel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-cancel/.dirs/system-config1:/var/volatile/tmp/file/replace-cancel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-cancel/.dirs/system-data1:/var/volatile/tmp/file/replace-cancel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-cancel/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/629301\nok 10 /file/replace-cancel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-symlink/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-symlink/.dirs/system-config1:/var/volatile/tmp/file/replace-symlink/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-symlink/.dirs/system-data1:/var/volatile/tmp/file/replace-symlink/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-symlink/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2325\n# /file/replace-symlink summary: Test that G_FILE_CREATE_REPLACE_DESTINATION doesn?t follow symlinks\n# Using temporary directory /var/volatile/tmp/g_file_replace_symlink_9G0A82\nok 11 /file/replace-symlink\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-new-tmp/.dirs/system-config1:/var/volatile/tmp/file/async-new-tmp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-new-tmp/.dirs/system-data1:/var/volatile/tmp/file/async-new-tmp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-new-tmp/.dirs/runtime\nok 12 /file/async-new-tmp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-config1:/var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-data1:/var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/runtime\nok 13 /file/async-new-tmp-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-delete/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-delete/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-delete/.dirs/system-config1:/var/volatile/tmp/file/async-delete/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-delete/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-delete/.dirs/system-data1:/var/volatile/tmp/file/async-delete/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-delete/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-delete/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-delete/.dirs/runtime\nok 14 /file/async-delete\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-make-symlink/.dirs/system-config1:/var/volatile/tmp/file/async-make-symlink/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-make-symlink/.dirs/system-data1:/var/volatile/tmp/file/async-make-symlink/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-make-symlink/.dirs/runtime\nok 15 /file/async-make-symlink\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/copy-preserve-mode/.dirs/system-config1:/var/volatile/tmp/file/copy-preserve-mode/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/copy-preserve-mode/.dirs/system-data1:/var/volatile/tmp/file/copy-preserve-mode/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/copy-preserve-mode/.dirs/runtime\n# Current umask: 18\n# Vector 0\n# Vector 1\n# Vector 2\n# Vector 3\n# Vector 4\n# Vector 5\n# Vector 6\n# Vector 7\n# Vector 8\n# Vector 9\n# Vector 10\nok 16 /file/copy-preserve-mode\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/copy-async-with-closures/.dirs/system-config1:/var/volatile/tmp/file/copy-async-with-closures/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/copy-async-with-closures/.dirs/system-data1:/var/volatile/tmp/file/copy-async-with-closures/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/copy-async-with-closures/.dirs/runtime\nok 17 /file/copy-async-with-closures\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/measure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/measure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/measure/.dirs/system-config1:/var/volatile/tmp/file/measure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/measure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/measure/.dirs/system-data1:/var/volatile/tmp/file/measure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/measure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/measure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/measure/.dirs/runtime\nok 18 /file/measure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/measure-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/measure-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/measure-async/.dirs/system-config1:/var/volatile/tmp/file/measure-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/measure-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/measure-async/.dirs/system-data1:/var/volatile/tmp/file/measure-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/measure-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/measure-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/measure-async/.dirs/runtime\nok 19 /file/measure-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-bytes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-bytes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-bytes/.dirs/system-config1:/var/volatile/tmp/file/load-bytes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-bytes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-bytes/.dirs/system-data1:/var/volatile/tmp/file/load-bytes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-bytes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-bytes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-bytes/.dirs/runtime\nok 20 /file/load-bytes\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-bytes-async/.dirs/system-config1:/var/volatile/tmp/file/load-bytes-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-bytes-async/.dirs/system-data1:/var/volatile/tmp/file/load-bytes-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-bytes-async/.dirs/runtime\nok 21 /file/load-bytes-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-bytes-4gb/.dirs/system-config1:/var/volatile/tmp/file/load-bytes-4gb/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-bytes-4gb/.dirs/system-data1:/var/volatile/tmp/file/load-bytes-4gb/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-bytes-4gb/.dirs/runtime\nok 22 /file/load-bytes-4gb # SKIP Skipping slow >4GB file test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-contents-4gb/.dirs/system-config1:/var/volatile/tmp/file/load-contents-4gb/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-contents-4gb/.dirs/system-data1:/var/volatile/tmp/file/load-contents-4gb/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-contents-4gb/.dirs/runtime\nok 23 /file/load-contents-4gb # SKIP Skipping slow >4GB file test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-config1:/var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-data1:/var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/runtime\nok 24 /file/load-contents-4gb-async # SKIP Skipping slow >4GB file test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/.dirs/system-config1:/var/volatile/tmp/file/writev/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/.dirs/system-data1:/var/volatile/tmp/file/writev/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/.dirs/runtime\nok 25 /file/writev\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-config1:/var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-data1:/var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/runtime\n# Attributes for copy: standard::size,time::modified,time::modified-nsec,time::modified-usec,unix::mode,xattr::*\n# Attributes for copy: standard::size,time::modified,time::modified-nsec,time::modified-usec,xattr::*\n# Attributes for copy: standard::size,time::access,time::access-nsec,time::access-usec,time::modified,time::modified-nsec,time::modified-usec,unix::gid,unix::mode,unix::uid,xattr::*,xattr-sys::*\n# Attributes for copy: standard::size,time::access,time::access-nsec,time::access-usec,time::modified,time::modified-nsec,time::modified-usec,unix::gid,unix::uid,xattr::*,xattr-sys::*\n# Attributes for copy: standard::size,time::access,time::access-nsec,time::access-usec,unix::gid,unix::mode,unix::uid,xattr::*,xattr-sys::*\n# Attributes for copy: standard::size,xattr::*\n# Attributes for copy: standard::size,unix::mode,xattr::*\nok 26 /file/build-attribute-list-for-copy\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/move_async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/move_async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/move_async/.dirs/system-config1:/var/volatile/tmp/file/move_async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/move_async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/move_async/.dirs/system-data1:/var/volatile/tmp/file/move_async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/move_async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/move_async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/move_async/.dirs/runtime\nok 27 /file/move_async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/move-async-with-closures/.dirs/system-config1:/var/volatile/tmp/file/move-async-with-closures/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/move-async-with-closures/.dirs/system-data1:/var/volatile/tmp/file/move-async-with-closures/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/move-async-with-closures/.dirs/runtime\nok 28 /file/move-async-with-closures\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-config1:/var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-data1:/var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755795\n# /file/query-zero-length-content-type summary: empty files should always be considered application/x-zerosize\nok 29 /file/query-zero-length-content-type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-file/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-file/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-file/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/config\nok 30 /file/query-default-handler-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/file/query-default-handler-file/.dirs/config to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\nok 31 /file/query-default-handler-file-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-uri/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-uri/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-uri/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-uri/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-uri/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config to /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\nok 32 /file/query-default-handler-uri\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/file/query-default-handler-uri/.dirs/config to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\nok 33 /file/query-default-handler-uri-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/enumerator-cancellation/.dirs/system-config1:/var/volatile/tmp/file/enumerator-cancellation/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/enumerator-cancellation/.dirs/system-data1:/var/volatile/tmp/file/enumerator-cancellation/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/enumerator-cancellation/.dirs/runtime\nok 34 /file/enumerator-cancellation\n# Start of async-create-delete tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/0/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/0/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/0/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/0/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/0/.dirs/runtime\nok 35 /file/async-create-delete/0\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/1/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/1/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/1/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/1/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/1/.dirs/runtime\nok 36 /file/async-create-delete/1\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/10/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/10/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/10/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/10/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/10/.dirs/runtime\nok 37 /file/async-create-delete/10\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/25/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/25/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/25/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/25/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/25/.dirs/runtime\nok 38 /file/async-create-delete/25\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/4096/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/4096/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/4096/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/4096/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/4096/.dirs/runtime\nok 39 /file/async-create-delete/4096\n# End of async-create-delete tests\n# Start of replace-symlink tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-config1:/var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-data1:/var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2417\n# /file/replace-symlink/using-etag summary: Test that ETag checks work when replacing a file through a symlink\n# Using temporary directory /var/volatile/tmp/g_file_replace_symlink_using_etag_L8LH82\nExecuting: glib/file.test\nok 40 /file/replace-symlink/using-etag\n# slow test /file/replace-symlink/using-etag executed in 2.00 secs\n# End of replace-symlink tests\n# Start of replace tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace/write-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace/write-only/.dirs/system-config1:/var/volatile/tmp/file/replace/write-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace/write-only/.dirs/system-data1:/var/volatile/tmp/file/replace/write-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace/write-only/.dirs/runtime\n# /file/replace/write-only summary: Test various situations for g_file_replace()\n# Current umask: 18\n# Test 0, using temporary directory /var/volatile/tmp/g_file_replace_ZENH82\n# Test 1, using temporary directory /var/volatile/tmp/g_file_replace_7CNH82\n# Test 2, using temporary directory /var/volatile/tmp/g_file_replace_5PMH82\n# Test 3, using temporary directory /var/volatile/tmp/g_file_replace_YOMH82\n# Test 4, using temporary directory /var/volatile/tmp/g_file_replace_UNMH82\n# Test 5, using temporary directory /var/volatile/tmp/g_file_replace_WTMH82\n# Test 6, using temporary directory /var/volatile/tmp/g_file_replace_OSMH82\n# Test 7, using temporary directory /var/volatile/tmp/g_file_replace_VXMH82\n# Test 8, using temporary directory /var/volatile/tmp/g_file_replace_IWMH82\n# Test 9, using temporary directory /var/volatile/tmp/g_file_replace_1VMH82\n# Test 10, using temporary directory /var/volatile/tmp/g_file_replace_Y1MH82\n# Test 11, using temporary directory /var/volatile/tmp/g_file_replace_C0MH82\n# Test 12, using temporary directory /var/volatile/tmp/g_file_replace_HZMH82\n# Test 13, using temporary directory /var/volatile/tmp/g_file_replace_PYMH82\n# Test 14, using temporary directory /var/volatile/tmp/g_file_replace_2WNH82\n# Test 15, using temporary directory /var/volatile/tmp/g_file_replace_GVNH82\n# Test 16, using temporary directory /var/volatile/tmp/g_file_replace_L1NH82\n# Test 17, using temporary directory /var/volatile/tmp/g_file_replace_B0NH82\n# Test 18, using temporary directory /var/volatile/tmp/g_file_replace_4YNH82\n# Test 19, using temporary directory /var/volatile/tmp/g_file_replace_74NH82\n# Test 20, using temporary directory /var/volatile/tmp/g_file_replace_83NH82\n# Test 21, using temporary directory /var/volatile/tmp/g_file_replace_X2NH82\n# Test 22, using temporary directory /var/volatile/tmp/g_file_replace_T8NH82\n# Test 23, using temporary directory /var/volatile/tmp/g_file_replace_A8NH82\n# Test 24, using temporary directory /var/volatile/tmp/g_file_replace_Y6NH82\n# Test 25, using temporary directory /var/volatile/tmp/g_file_replace_PKNH82\n# Test 26, using temporary directory /var/volatile/tmp/g_file_replace_YJNH82\n# Test 27, using temporary directory /var/volatile/tmp/g_file_replace_PINH82\n# Test 28, using temporary directory /var/volatile/tmp/g_file_replace_QHNH82\n# Test 29, using temporary directory /var/volatile/tmp/g_file_replace_KNNH82\n# Test 30, using temporary directory /var/volatile/tmp/g_file_replace_HMNH82\n# Test 31, using temporary directory /var/volatile/tmp/g_file_replace_KLNH82\n# Test 32, using temporary directory /var/volatile/tmp/g_file_replace_CRNH82\n# Test 33, using temporary directory /var/volatile/tmp/g_file_replace_5PNH82\n# Test 34, using temporary directory /var/volatile/tmp/g_file_replace_BPNH82\n# Test 35, using temporary directory /var/volatile/tmp/g_file_replace_NVNH82\n# Test 36, using temporary directory /var/volatile/tmp/g_file_replace_QUNH82\n# Test 37, using temporary directory /var/volatile/tmp/g_file_replace_4SNH82\n# Test 38, using temporary directory /var/volatile/tmp/g_file_replace_PROH82\n# Test 39, using temporary directory /var/volatile/tmp/g_file_replace_SQOH82\n# Test 40, using temporary directory /var/volatile/tmp/g_file_replace_JPOH82\n# Test 41, using temporary directory /var/volatile/tmp/g_file_replace_HVOH82\n# Test 42, using temporary directory /var/volatile/tmp/g_file_replace_KUOH82\n# Test 43, using temporary directory /var/volatile/tmp/g_file_replace_LTOH82\n# Test 44, using temporary directory /var/volatile/tmp/g_file_replace_WYOH82\n# Test 45, using temporary directory /var/volatile/tmp/g_file_replace_CYOH82\n# Test 46, using temporary directory /var/volatile/tmp/g_file_replace_9WOH82\n# Test 47, using temporary directory /var/volatile/tmp/g_file_replace_V3OH82\n# Test 48, using temporary directory /var/volatile/tmp/g_file_replace_P2OH82\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 41 /file/replace/write-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace/read-write/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace/read-write/.dirs/system-config1:/var/volatile/tmp/file/replace/read-write/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace/read-write/.dirs/system-data1:/var/volatile/tmp/file/replace/read-write/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace/read-write/.dirs/runtime\n# /file/replace/read-write summary: Test various situations for g_file_replace()\n# Current umask: 18\n# Test 0, using temporary directory /var/volatile/tmp/g_file_replace_1EOH82\n# Test 1, using temporary directory /var/volatile/tmp/g_file_replace_7DOH82\n# Test 2, using temporary directory /var/volatile/tmp/g_file_replace_XCOH82\n# Test 3, using temporary directory /var/volatile/tmp/g_file_replace_RIOH82\n# Test 4, using temporary directory /var/volatile/tmp/g_file_replace_THOH82\n# Test 5, using temporary directory /var/volatile/tmp/g_file_replace_OGOH82\n# Test 6, using temporary directory /var/volatile/tmp/g_file_replace_HMOH82\n# Test 7, using temporary directory /var/volatile/tmp/g_file_replace_8KOH82\n# Test 8, using temporary directory /var/volatile/tmp/g_file_replace_7JOH82\n# Test 9, using temporary directory /var/volatile/tmp/g_file_replace_OJOH82\n# Test 10, using temporary directory /var/volatile/tmp/g_file_replace_IPOH82\n# Test 11, using temporary directory /var/volatile/tmp/g_file_replace_AOOH82\n# Test 12, using temporary directory /var/volatile/tmp/g_file_replace_HNOH82\n# Test 13, using temporary directory /var/volatile/tmp/g_file_replace_AMPH82\n# Test 14, using temporary directory /var/volatile/tmp/g_file_replace_0KPH82\n# Test 15, using temporary directory /var/volatile/tmp/g_file_replace_JQPH82\n# Test 16, using temporary directory /var/volatile/tmp/g_file_replace_JPPH82\n# Test 17, using temporary directory /var/volatile/tmp/g_file_replace_BOPH82\n# Test 18, using temporary directory /var/volatile/tmp/g_file_replace_8TPH82\n# Test 19, using temporary directory /var/volatile/tmp/g_file_replace_7SPH82\n# Test 20, using temporary directory /var/volatile/tmp/g_file_replace_8RPH82\n# Test 21, using temporary directory /var/volatile/tmp/g_file_replace_WXPH82\n# Test 22, using temporary directory /var/volatile/tmp/g_file_replace_OWPH82\n# Test 23, using temporary directory /var/volatile/tmp/g_file_replace_UVPH82\n# Test 24, using temporary directory /var/volatile/tmp/g_file_replace_K9OH82\n# Test 25, using temporary directory /var/volatile/tmp/g_file_replace_A8OH82\n# Test 26, using temporary directory /var/volatile/tmp/g_file_replace_G7OH82\n# Test 27, using temporary directory /var/volatile/tmp/g_file_replace_M6OH82\n# Test 28, using temporary directory /var/volatile/tmp/g_file_replace_LCPH82\n# Test 29, using temporary directory /var/volatile/tmp/g_file_replace_FBPH82\n# Test 30, using temporary directory /var/volatile/tmp/g_file_replace_BAPH82\n# Test 31, using temporary directory /var/volatile/tmp/g_file_replace_GGPH82\n# Test 32, using temporary directory /var/volatile/tmp/g_file_replace_NFPH82\n# Test 33, using temporary directory /var/volatile/tmp/g_file_replace_AEPH82\n# Test 34, using temporary directory /var/volatile/tmp/g_file_replace_KKPH82\n# Test 35, using temporary directory /var/volatile/tmp/g_file_replace_TJPH82\n# Test 36, using temporary directory /var/volatile/tmp/g_file_replace_FIPH82\n# Test 37, using temporary directory /var/volatile/tmp/g_file_replace_WGQH82\n# Test 38, using temporary directory /var/volatile/tmp/g_file_replace_XFQH82\n# Test 39, using temporary directory /var/volatile/tmp/g_file_replace_KEQH82\n# Test 40, using temporary directory /var/volatile/tmp/g_file_replace_FKQH82\n# Test 41, using temporary directory /var/volatile/tmp/g_file_replace_EJQH82\n# Test 42, using temporary directory /var/volatile/tmp/g_file_replace_FIQH82\n# Test 43, using temporary directory /var/volatile/tmp/g_file_replace_JOQH82\n# Test 44, using temporary directory /var/volatile/tmp/g_file_replace_BNQH82\n# Test 45, using temporary directory /var/volatile/tmp/g_file_replace_CMQH82\n# Test 46, using temporary directory /var/volatile/tmp/g_file_replace_USQH82\n# Test 47, using temporary directory /var/volatile/tmp/g_file_replace_SRQH82\n# Test 48, using temporary directory /var/volatile/tmp/g_file_replace_6QQH82\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 42 /file/replace/read-write\n# End of replace tests\n# Start of copy tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/copy/progress/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/copy/progress/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/copy/progress/.dirs/system-config1:/var/volatile/tmp/file/copy/progress/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/copy/progress/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/copy/progress/.dirs/system-data1:/var/volatile/tmp/file/copy/progress/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/copy/progress/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/copy/progress/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/copy/progress/.dirs/runtime\nok 43 /file/copy/progress\n# End of copy tests\n# Start of writev tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-config1:/var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-data1:/var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/runtime\nok 44 /file/writev/no-bytes-written\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/no-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/no-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/no-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/no-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/no-vectors/.dirs/runtime\nok 45 /file/writev/no-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/empty-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/empty-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/empty-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/empty-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/empty-vectors/.dirs/runtime\nok 46 /file/writev/empty-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/runtime\nok 47 /file/writev/too-big-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async/.dirs/system-config1:/var/volatile/tmp/file/writev/async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async/.dirs/system-data1:/var/volatile/tmp/file/writev/async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async/.dirs/runtime\nok 48 /file/writev/async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all/.dirs/runtime\nok 49 /file/writev/async_all\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/runtime\nok 50 /file/writev/async_all-empty-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/runtime\nok 51 /file/writev/async_all-no-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/runtime\nok 52 /file/writev/async_all-to-big-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/runtime\nok 53 /file/writev/async_all-cancellation\n# End of writev tests\n# Start of from-uri tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-config1:/var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-data1:/var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/runtime\nok 54 /file/from-uri/ignores-query-string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-config1:/var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-data1:/var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/runtime\nok 55 /file/from-uri/ignores-fragment\n# End of from-uri tests\n# End of file tests\nPASS: glib/file.test\nRunning test: glib/pathbuf.test\nTAP version 14\n# random seed: R02Se658f70fe07f47a83495f340abe245f6\n1..3\n# Start of pathbuf tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/pathbuf/init/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/pathbuf/init/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/pathbuf/init/.dirs/system-config1:/var/volatile/tmp/pathbuf/init/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/pathbuf/init/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/pathbuf/init/.dirs/system-data1:/var/volatile/tmp/pathbuf/init/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/pathbuf/init/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/pathbuf/init/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/pathbuf/init/.dirs/runtime\n# Initializing empty path buf\n# Initializing with empty path\n# Initializing with full path\n# Initializing with no path\n# Allocating GPathBuf on the heap\nok 1 /pathbuf/init\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/pathbuf/push-pop/.dirs/system-config1:/var/volatile/tmp/pathbuf/push-pop/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/pathbuf/push-pop/.dirs/system-data1:/var/volatile/tmp/pathbuf/push-pop/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/pathbuf/push-pop/.dirs/runtime\n# Pushing relative path component\n# Pushing absolute path component\n# Popping a path component\n# Can't pop the last element of a path buffer\nok 2 /pathbuf/push-pop\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/pathbuf/filename-extension/.dirs/system-config1:/var/volatile/tmp/pathbuf/filename-extension/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/pathbuf/filename-extension/.dirs/system-data1:/var/volatile/tmp/pathbuf/filename-extension/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/pathbuf/filename-extension/.dirs/runtime\nok 3 /pathbuf/filename-extension\n# End of pathbuf tests\nPASS: glib/pathbuf.test\nRunning test: glib/hostutils.test\nTAP version 14\n# random seed: R02S686c0b2fbb1d48c64803b11ca1fe0ef3\n1..3\n# Start of hostutils tests\nok 1 /hostutils/to_ascii\nok 2 /hostutils/to_unicode\nok 3 /hostutils/is_ip_addr\n# End of hostutils tests\nPASS: glib/hostutils.test\nRunning test: glib/gdbus-message.test\nTAP version 14\n# random seed: R02Sfa9665bab08a6136bdb2f64c40319e69\n1..3\n# Start of gdbus tests\n# Start of message tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/message/lock/.dirs/system-config1:/var/volatile/tmp/gdbus/message/lock/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/message/lock/.dirs/system-data1:/var/volatile/tmp/gdbus/message/lock/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/message/lock/.dirs/runtime\nok 1 /gdbus/message/lock\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/message/copy/.dirs/system-config1:/var/volatile/tmp/gdbus/message/copy/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/message/copy/.dirs/system-data1:/var/volatile/tmp/gdbus/message/copy/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/message/copy/.dirs/runtime\nok 2 /gdbus/message/copy\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-config1:/var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-data1:/var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/runtime\n# Vector: 0\n# Vector: 1\n# Vector: 2\n# Vector: 3\n# Vector: 4\n# Vector: 5\nok 3 /gdbus/message/bytes-needed\n# End of message tests\n# End of gdbus tests\nPASS: glib/gdbus-message.test\nRunning test: glib/simple-proxy.test\nTAP version 14\n# random seed: R02Sc8e7e99fe5ba48b3165d5cd3b8eefe8b\n1..3\n# Start of static-proxy tests\nok 1 /static-proxy/uri\nok 2 /static-proxy/socks\nok 3 /static-proxy/ignore\n# End of static-proxy tests\nPASS: glib/simple-proxy.test\nRunning test: glib/network-monitor-race.test\nTAP version 14\n# random seed: R02S19a9033836b964d3525ee8102e456d27\n1..1\n# Start of network-monitor tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793727\nok 1 /network-monitor/create-in-thread\n# slow test /network-monitor/create-in-thread executed in 2.14 secs\n# End of network-monitor tests\nPASS: glib/network-monitor-race.test\nRunning test: glib/checksum.test\nTAP version 14\n# random seed: R02Sc0afc87cd0fa26bec1db4966e399b657\n1..1851\n# Start of checksum tests\nok 1 /checksum/unsupported\n# Start of MD5 tests\nok 2 /checksum/MD5/0\nok 3 /checksum/MD5/1\nok 4 /checksum/MD5/2\nok 5 /checksum/MD5/3\nok 6 /checksum/MD5/4\nok 7 /checksum/MD5/5\nok 8 /checksum/MD5/6\nok 9 /checksum/MD5/7\nok 10 /checksum/MD5/8\nok 11 /checksum/MD5/9\nok 12 /checksum/MD5/10\nok 13 /checksum/MD5/11\nok 14 /checksum/MD5/12\nok 15 /checksum/MD5/13\nok 16 /checksum/MD5/14\nok 17 /checksum/MD5/15\nok 18 /checksum/MD5/16\nok 19 /checksum/MD5/17\nok 20 /checksum/MD5/18\nok 21 /checksum/MD5/19\nok 22 /checksum/MD5/20\nok 23 /checksum/MD5/21\nok 24 /checksum/MD5/22\nok 25 /checksum/MD5/23\nok 26 /checksum/MD5/24\nok 27 /checksum/MD5/25\nok 28 /checksum/MD5/26\nok 29 /checksum/MD5/27\nok 30 /checksum/MD5/28\nok 31 /checksum/MD5/29\nok 32 /checksum/MD5/30\nok 33 /checksum/MD5/31\nok 34 /checksum/MD5/32\nok 35 /checksum/MD5/33\nok 36 /checksum/MD5/34\nok 37 /checksum/MD5/35\nok 38 /checksum/MD5/36\nok 39 /checksum/MD5/37\nok 40 /checksum/MD5/38\nok 41 /checksum/MD5/39\nok 42 /checksum/MD5/40\nok 43 /checksum/MD5/41\nok 44 /checksum/MD5/42\nok 45 /checksum/MD5/43\nok 46 /checksum/MD5/44\nok 47 /checksum/MD5/45\nok 48 /checksum/MD5/46\nok 49 /checksum/MD5/47\nok 50 /checksum/MD5/48\nok 51 /checksum/MD5/49\nok 52 /checksum/MD5/50\nok 53 /checksum/MD5/51\nok 54 /checksum/MD5/52\nok 55 /checksum/MD5/53\nok 56 /checksum/MD5/54\nok 57 /checksum/MD5/55\nok 58 /checksum/MD5/56\nok 59 /checksum/MD5/57\nok 60 /checksum/MD5/58\nok 61 /checksum/MD5/59\nok 62 /checksum/MD5/60\nok 63 /checksum/MD5/61\nok 64 /checksum/MD5/62\nok 65 /checksum/MD5/63\nok 66 /checksum/MD5/64\nok 67 /checksum/MD5/65\nok 68 /checksum/MD5/66\nok 69 /checksum/MD5/67\nok 70 /checksum/MD5/68\nok 71 /checksum/MD5/69\nok 72 /checksum/MD5/70\nok 73 /checksum/MD5/71\nok 74 /checksum/MD5/72\nok 75 /checksum/MD5/73\nok 76 /checksum/MD5/74\nok 77 /checksum/MD5/75\nok 78 /checksum/MD5/76\nok 79 /checksum/MD5/77\nok 80 /checksum/MD5/78\nok 81 /checksum/MD5/79\nok 82 /checksum/MD5/80\nok 83 /checksum/MD5/81\nok 84 /checksum/MD5/82\nok 85 /checksum/MD5/83\nok 86 /checksum/MD5/84\nok 87 /checksum/MD5/85\nok 88 /checksum/MD5/86\nok 89 /checksum/MD5/87\nok 90 /checksum/MD5/88\nok 91 /checksum/MD5/89\nok 92 /checksum/MD5/90\nok 93 /checksum/MD5/91\nok 94 /checksum/MD5/92\nok 95 /checksum/MD5/93\nok 96 /checksum/MD5/94\nok 97 /checksum/MD5/95\nok 98 /checksum/MD5/96\nok 99 /checksum/MD5/97\nok 100 /checksum/MD5/98\nok 101 /checksum/MD5/99\nok 102 /checksum/MD5/100\nok 103 /checksum/MD5/101\nok 104 /checksum/MD5/102\nok 105 /checksum/MD5/103\nok 106 /checksum/MD5/104\nok 107 /checksum/MD5/105\nok 108 /checksum/MD5/106\nok 109 /checksum/MD5/107\nok 110 /checksum/MD5/108\nok 111 /checksum/MD5/109\nok 112 /checksum/MD5/110\nok 113 /checksum/MD5/111\nok 114 /checksum/MD5/112\nok 115 /checksum/MD5/113\nok 116 /checksum/MD5/114\nok 117 /checksum/MD5/115\nok 118 /checksum/MD5/116\nok 119 /checksum/MD5/117\nok 120 /checksum/MD5/118\nok 121 /checksum/MD5/119\nok 122 /checksum/MD5/120\nok 123 /checksum/MD5/121\nok 124 /checksum/MD5/122\nok 125 /checksum/MD5/123\nok 126 /checksum/MD5/124\nok 127 /checksum/MD5/125\nok 128 /checksum/MD5/126\nok 129 /checksum/MD5/127\nok 130 /checksum/MD5/128\nok 131 /checksum/MD5/129\nok 132 /checksum/MD5/130\nok 133 /checksum/MD5/131\nok 134 /checksum/MD5/132\nok 135 /checksum/MD5/133\nok 136 /checksum/MD5/134\nok 137 /checksum/MD5/135\nok 138 /checksum/MD5/136\nok 139 /checksum/MD5/137\nok 140 /checksum/MD5/138\nok 141 /checksum/MD5/139\nok 142 /checksum/MD5/140\nok 143 /checksum/MD5/141\nok 144 /checksum/MD5/142\nok 145 /checksum/MD5/143\nok 146 /checksum/MD5/144\nok 147 /checksum/MD5/145\nok 148 /checksum/MD5/146\nok 149 /checksum/MD5/147\nok 150 /checksum/MD5/148\nok 151 /checksum/MD5/149\nok 152 /checksum/MD5/150\nok 153 /checksum/MD5/151\nok 154 /checksum/MD5/152\nok 155 /checksum/MD5/153\nok 156 /checksum/MD5/154\nok 157 /checksum/MD5/155\nok 158 /checksum/MD5/156\nok 159 /checksum/MD5/157\nok 160 /checksum/MD5/158\nok 161 /checksum/MD5/159\nok 162 /checksum/MD5/160\nok 163 /checksum/MD5/161\nok 164 /checksum/MD5/162\nok 165 /checksum/MD5/163\nok 166 /checksum/MD5/164\nok 167 /checksum/MD5/165\nok 168 /checksum/MD5/166\nok 169 /checksum/MD5/167\nok 170 /checksum/MD5/168\nok 171 /checksum/MD5/169\nok 172 /checksum/MD5/170\nok 173 /checksum/MD5/171\nok 174 /checksum/MD5/172\nok 175 /checksum/MD5/173\nok 176 /checksum/MD5/174\nok 177 /checksum/MD5/175\nok 178 /checksum/MD5/176\nok 179 /checksum/MD5/177\nok 180 /checksum/MD5/178\nok 181 /checksum/MD5/179\nok 182 /checksum/MD5/180\nok 183 /checksum/MD5/181\nok 184 /checksum/MD5/182\nok 185 /checksum/MD5/183\nok 186 /checksum/MD5/string\nok 187 /checksum/MD5/bytes\n# Start of reset tests\nok 188 /checksum/MD5/reset/0\nok 189 /checksum/MD5/reset/1\nok 190 /checksum/MD5/reset/2\nok 191 /checksum/MD5/reset/3\nok 192 /checksum/MD5/reset/4\nok 193 /checksum/MD5/reset/5\nok 194 /checksum/MD5/reset/6\nok 195 /checksum/MD5/reset/7\nok 196 /checksum/MD5/reset/8\nok 197 /checksum/MD5/reset/9\nok 198 /checksum/MD5/reset/10\nok 199 /checksum/MD5/reset/11\nok 200 /checksum/MD5/reset/12\nok 201 /checksum/MD5/reset/13\nok 202 /checksum/MD5/reset/14\nok 203 /checksum/MD5/reset/15\nok 204 /checksum/MD5/reset/16\nok 205 /checksum/MD5/reset/17\nok 206 /checksum/MD5/reset/18\nok 207 /checksum/MD5/reset/19\nok 208 /checksum/MD5/reset/20\nok 209 /checksum/MD5/reset/21\nok 210 /checksum/MD5/reset/22\nok 211 /checksum/MD5/reset/23\nok 212 /checksum/MD5/reset/24\nok 213 /checksum/MD5/reset/25\nok 214 /checksum/MD5/reset/26\nok 215 /checksum/MD5/reset/27\nok 216 /checksum/MD5/reset/28\nok 217 /checksum/MD5/reset/29\nok 218 /checksum/MD5/reset/30\nok 219 /checksum/MD5/reset/31\nok 220 /checksum/MD5/reset/32\nok 221 /checksum/MD5/reset/33\nok 222 /checksum/MD5/reset/34\nok 223 /checksum/MD5/reset/35\nok 224 /checksum/MD5/reset/36\nok 225 /checksum/MD5/reset/37\nok 226 /checksum/MD5/reset/38\nok 227 /checksum/MD5/reset/39\nok 228 /checksum/MD5/reset/40\nok 229 /checksum/MD5/reset/41\nok 230 /checksum/MD5/reset/42\nok 231 /checksum/MD5/reset/43\nok 232 /checksum/MD5/reset/44\nok 233 /checksum/MD5/reset/45\nok 234 /checksum/MD5/reset/46\nok 235 /checksum/MD5/reset/47\nok 236 /checksum/MD5/reset/48\nok 237 /checksum/MD5/reset/49\nok 238 /checksum/MD5/reset/50\nok 239 /checksum/MD5/reset/51\nok 240 /checksum/MD5/reset/52\nok 241 /checksum/MD5/reset/53\nok 242 /checksum/MD5/reset/54\nok 243 /checksum/MD5/reset/55\nok 244 /checksum/MD5/reset/56\nok 245 /checksum/MD5/reset/57\nok 246 /checksum/MD5/reset/58\nok 247 /checksum/MD5/reset/59\nok 248 /checksum/MD5/reset/60\nok 249 /checksum/MD5/reset/61\nok 250 /checksum/MD5/reset/62\nok 251 /checksum/MD5/reset/63\nok 252 /checksum/MD5/reset/64\nok 253 /checksum/MD5/reset/65\nok 254 /checksum/MD5/reset/66\nok 255 /checksum/MD5/reset/67\nok 256 /checksum/MD5/reset/68\nok 257 /checksum/MD5/reset/69\nok 258 /checksum/MD5/reset/70\nok 259 /checksum/MD5/reset/71\nok 260 /checksum/MD5/reset/72\nok 261 /checksum/MD5/reset/73\nok 262 /checksum/MD5/reset/74\nok 263 /checksum/MD5/reset/75\nok 264 /checksum/MD5/reset/76\nok 265 /checksum/MD5/reset/77\nok 266 /checksum/MD5/reset/78\nok 267 /checksum/MD5/reset/79\nok 268 /checksum/MD5/reset/80\nok 269 /checksum/MD5/reset/81\nok 270 /checksum/MD5/reset/82\nok 271 /checksum/MD5/reset/83\nok 272 /checksum/MD5/reset/84\nok 273 /checksum/MD5/reset/85\nok 274 /checksum/MD5/reset/86\nok 275 /checksum/MD5/reset/87\nok 276 /checksum/MD5/reset/88\nok 277 /checksum/MD5/reset/89\nok 278 /checksum/MD5/reset/90\nok 279 /checksum/MD5/reset/91\nok 280 /checksum/MD5/reset/92\nok 281 /checksum/MD5/reset/93\nok 282 /checksum/MD5/reset/94\nok 283 /checksum/MD5/reset/95\nok 284 /checksum/MD5/reset/96\nok 285 /checksum/MD5/reset/97\nok 286 /checksum/MD5/reset/98\nok 287 /checksum/MD5/reset/99\nok 288 /checksum/MD5/reset/100\nok 289 /checksum/MD5/reset/101\nok 290 /checksum/MD5/reset/102\nok 291 /checksum/MD5/reset/103\nok 292 /checksum/MD5/reset/104\nok 293 /checksum/MD5/reset/105\nok 294 /checksum/MD5/reset/106\nok 295 /checksum/MD5/reset/107\nok 296 /checksum/MD5/reset/108\nok 297 /checksum/MD5/reset/109\nok 298 /checksum/MD5/reset/110\nok 299 /checksum/MD5/reset/111\nok 300 /checksum/MD5/reset/112\nok 301 /checksum/MD5/reset/113\nok 302 /checksum/MD5/reset/114\nok 303 /checksum/MD5/reset/115\nok 304 /checksum/MD5/reset/116\nok 305 /checksum/MD5/reset/117\nok 306 /checksum/MD5/reset/118\nok 307 /checksum/MD5/reset/119\nok 308 /checksum/MD5/reset/120\nok 309 /checksum/MD5/reset/121\nok 310 /checksum/MD5/reset/122\nok 311 /checksum/MD5/reset/123\nok 312 /checksum/MD5/reset/124\nok 313 /checksum/MD5/reset/125\nok 314 /checksum/MD5/reset/126\nok 315 /checksum/MD5/reset/127\nok 316 /checksum/MD5/reset/128\nok 317 /checksum/MD5/reset/129\nok 318 /checksum/MD5/reset/130\nok 319 /checksum/MD5/reset/131\nok 320 /checksum/MD5/reset/132\nok 321 /checksum/MD5/reset/133\nok 322 /checksum/MD5/reset/134\nok 323 /checksum/MD5/reset/135\nok 324 /checksum/MD5/reset/136\nok 325 /checksum/MD5/reset/137\nok 326 /checksum/MD5/reset/138\nok 327 /checksum/MD5/reset/139\nok 328 /checksum/MD5/reset/140\nok 329 /checksum/MD5/reset/141\nok 330 /checksum/MD5/reset/142\nok 331 /checksum/MD5/reset/143\nok 332 /checksum/MD5/reset/144\nok 333 /checksum/MD5/reset/145\nok 334 /checksum/MD5/reset/146\nok 335 /checksum/MD5/reset/147\nok 336 /checksum/MD5/reset/148\nok 337 /checksum/MD5/reset/149\nok 338 /checksum/MD5/reset/150\nok 339 /checksum/MD5/reset/151\nok 340 /checksum/MD5/reset/152\nok 341 /checksum/MD5/reset/153\nok 342 /checksum/MD5/reset/154\nok 343 /checksum/MD5/reset/155\nok 344 /checksum/MD5/reset/156\nok 345 /checksum/MD5/reset/157\nok 346 /checksum/MD5/reset/158\nok 347 /checksum/MD5/reset/159\nok 348 /checksum/MD5/reset/160\nok 349 /checksum/MD5/reset/161\nok 350 /checksum/MD5/reset/162\nok 351 /checksum/MD5/reset/163\nok 352 /checksum/MD5/reset/164\nok 353 /checksum/MD5/reset/165\nok 354 /checksum/MD5/reset/166\nok 355 /checksum/MD5/reset/167\nok 356 /checksum/MD5/reset/168\nok 357 /checksum/MD5/reset/169\nok 358 /checksum/MD5/reset/170\nok 359 /checksum/MD5/reset/171\nok 360 /checksum/MD5/reset/172\nok 361 /checksum/MD5/reset/173\nok 362 /checksum/MD5/reset/174\nok 363 /checksum/MD5/reset/175\nok 364 /checksum/MD5/reset/176\nok 365 /checksum/MD5/reset/177\nok 366 /checksum/MD5/reset/178\nok 367 /checksum/MD5/reset/179\nok 368 /checksum/MD5/reset/180\nok 369 /checksum/MD5/reset/181\nok 370 /checksum/MD5/reset/182\nok 371 /checksum/MD5/reset/183\n# End of reset tests\n# End of MD5 tests\n# Start of SHA1 tests\nok 372 /checksum/SHA1/0\nok 373 /checksum/SHA1/1\nok 374 /checksum/SHA1/2\nok 375 /checksum/SHA1/3\nok 376 /checksum/SHA1/4\nok 377 /checksum/SHA1/5\nok 378 /checksum/SHA1/6\nok 379 /checksum/SHA1/7\nok 380 /checksum/SHA1/8\nok 381 /checksum/SHA1/9\nok 382 /checksum/SHA1/10\nok 383 /checksum/SHA1/11\nok 384 /checksum/SHA1/12\nok 385 /checksum/SHA1/13\nok 386 /checksum/SHA1/14\nok 387 /checksum/SHA1/15\nok 388 /checksum/SHA1/16\nok 389 /checksum/SHA1/17\nok 390 /checksum/SHA1/18\nok 391 /checksum/SHA1/19\nok 392 /checksum/SHA1/20\nok 393 /checksum/SHA1/21\nok 394 /checksum/SHA1/22\nok 395 /checksum/SHA1/23\nok 396 /checksum/SHA1/24\nok 397 /checksum/SHA1/25\nok 398 /checksum/SHA1/26\nok 399 /checksum/SHA1/27\nok 400 /checksum/SHA1/28\nok 401 /checksum/SHA1/29\nok 402 /checksum/SHA1/30\nok 403 /checksum/SHA1/31\nok 404 /checksum/SHA1/32\nok 405 /checksum/SHA1/33\nok 406 /checksum/SHA1/34\nok 407 /checksum/SHA1/35\nok 408 /checksum/SHA1/36\nok 409 /checksum/SHA1/37\nok 410 /checksum/SHA1/38\nok 411 /checksum/SHA1/39\nok 412 /checksum/SHA1/40\nok 413 /checksum/SHA1/41\nok 414 /checksum/SHA1/42\nok 415 /checksum/SHA1/43\nok 416 /checksum/SHA1/44\nok 417 /checksum/SHA1/45\nok 418 /checksum/SHA1/46\nok 419 /checksum/SHA1/47\nok 420 /checksum/SHA1/48\nok 421 /checksum/SHA1/49\nok 422 /checksum/SHA1/50\nok 423 /checksum/SHA1/51\nok 424 /checksum/SHA1/52\nok 425 /checksum/SHA1/53\nok 426 /checksum/SHA1/54\nok 427 /checksum/SHA1/55\nok 428 /checksum/SHA1/56\nok 429 /checksum/SHA1/57\nok 430 /checksum/SHA1/58\nok 431 /checksum/SHA1/59\nok 432 /checksum/SHA1/60\nok 433 /checksum/SHA1/61\nok 434 /checksum/SHA1/62\nok 435 /checksum/SHA1/63\nok 436 /checksum/SHA1/64\nok 437 /checksum/SHA1/65\nok 438 /checksum/SHA1/66\nok 439 /checksum/SHA1/67\nok 440 /checksum/SHA1/68\nok 441 /checksum/SHA1/69\nok 442 /checksum/SHA1/70\nok 443 /checksum/SHA1/71\nok 444 /checksum/SHA1/72\nok 445 /checksum/SHA1/73\nok 446 /checksum/SHA1/74\nok 447 /checksum/SHA1/75\nok 448 /checksum/SHA1/76\nok 449 /checksum/SHA1/77\nok 450 /checksum/SHA1/78\nok 451 /checksum/SHA1/79\nok 452 /checksum/SHA1/80\nok 453 /checksum/SHA1/81\nok 454 /checksum/SHA1/82\nok 455 /checksum/SHA1/83\nok 456 /checksum/SHA1/84\nok 457 /checksum/SHA1/85\nok 458 /checksum/SHA1/86\nok 459 /checksum/SHA1/87\nok 460 /checksum/SHA1/88\nok 461 /checksum/SHA1/89\nok 462 /checksum/SHA1/90\nok 463 /checksum/SHA1/91\nok 464 /checksum/SHA1/92\nok 465 /checksum/SHA1/93\nok 466 /checksum/SHA1/94\nok 467 /checksum/SHA1/95\nok 468 /checksum/SHA1/96\nok 469 /checksum/SHA1/97\nok 470 /checksum/SHA1/98\nok 471 /checksum/SHA1/99\nok 472 /checksum/SHA1/100\nok 473 /checksum/SHA1/101\nok 474 /checksum/SHA1/102\nok 475 /checksum/SHA1/103\nok 476 /checksum/SHA1/104\nok 477 /checksum/SHA1/105\nok 478 /checksum/SHA1/106\nok 479 /checksum/SHA1/107\nok 480 /checksum/SHA1/108\nok 481 /checksum/SHA1/109\nok 482 /checksum/SHA1/110\nok 483 /checksum/SHA1/111\nok 484 /checksum/SHA1/112\nok 485 /checksum/SHA1/113\nok 486 /checksum/SHA1/114\nok 487 /checksum/SHA1/115\nok 488 /checksum/SHA1/116\nok 489 /checksum/SHA1/117\nok 490 /checksum/SHA1/118\nok 491 /checksum/SHA1/119\nok 492 /checksum/SHA1/120\nok 493 /checksum/SHA1/121\nok 494 /checksum/SHA1/122\nok 495 /checksum/SHA1/123\nok 496 /checksum/SHA1/124\nok 497 /checksum/SHA1/125\nok 498 /checksum/SHA1/126\nok 499 /checksum/SHA1/127\nok 500 /checksum/SHA1/128\nok 501 /checksum/SHA1/129\nok 502 /checksum/SHA1/130\nok 503 /checksum/SHA1/131\nok 504 /checksum/SHA1/132\nok 505 /checksum/SHA1/133\nok 506 /checksum/SHA1/134\nok 507 /checksum/SHA1/135\nok 508 /checksum/SHA1/136\nok 509 /checksum/SHA1/137\nok 510 /checksum/SHA1/138\nok 511 /checksum/SHA1/139\nok 512 /checksum/SHA1/140\nok 513 /checksum/SHA1/141\nok 514 /checksum/SHA1/142\nok 515 /checksum/SHA1/143\nok 516 /checksum/SHA1/144\nok 517 /checksum/SHA1/145\nok 518 /checksum/SHA1/146\nok 519 /checksum/SHA1/147\nok 520 /checksum/SHA1/148\nok 521 /checksum/SHA1/149\nok 522 /checksum/SHA1/150\nok 523 /checksum/SHA1/151\nok 524 /checksum/SHA1/152\nok 525 /checksum/SHA1/153\nok 526 /checksum/SHA1/154\nok 527 /checksum/SHA1/155\nok 528 /checksum/SHA1/156\nok 529 /checksum/SHA1/157\nok 530 /checksum/SHA1/158\nok 531 /checksum/SHA1/159\nok 532 /checksum/SHA1/160\nok 533 /checksum/SHA1/161\nok 534 /checksum/SHA1/162\nok 535 /checksum/SHA1/163\nok 536 /checksum/SHA1/164\nok 537 /checksum/SHA1/165\nok 538 /checksum/SHA1/166\nok 539 /checksum/SHA1/167\nok 540 /checksum/SHA1/168\nok 541 /checksum/SHA1/169\nok 542 /checksum/SHA1/170\nok 543 /checksum/SHA1/171\nok 544 /checksum/SHA1/172\nok 545 /checksum/SHA1/173\nok 546 /checksum/SHA1/174\nok 547 /checksum/SHA1/175\nok 548 /checksum/SHA1/176\nok 549 /checksum/SHA1/177\nok 550 /checksum/SHA1/178\nok 551 /checksum/SHA1/179\nok 552 /checksum/SHA1/180\nok 553 /checksum/SHA1/181\nok 554 /checksum/SHA1/182\nok 555 /checksum/SHA1/183\nok 556 /checksum/SHA1/string\nok 557 /checksum/SHA1/bytes\n# Start of reset tests\nok 558 /checksum/SHA1/reset/0\nok 559 /checksum/SHA1/reset/1\nok 560 /checksum/SHA1/reset/2\nok 561 /checksum/SHA1/reset/3\nok 562 /checksum/SHA1/reset/4\nok 563 /checksum/SHA1/reset/5\nok 564 /checksum/SHA1/reset/6\nok 565 /checksum/SHA1/reset/7\nok 566 /checksum/SHA1/reset/8\nok 567 /checksum/SHA1/reset/9\nok 568 /checksum/SHA1/reset/10\nok 569 /checksum/SHA1/reset/11\nok 570 /checksum/SHA1/reset/12\nok 571 /checksum/SHA1/reset/13\nok 572 /checksum/SHA1/reset/14\nok 573 /checksum/SHA1/reset/15\nok 574 /checksum/SHA1/reset/16\nok 575 /checksum/SHA1/reset/17\nok 576 /checksum/SHA1/reset/18\nok 577 /checksum/SHA1/reset/19\nok 578 /checksum/SHA1/reset/20\nok 579 /checksum/SHA1/reset/21\nok 580 /checksum/SHA1/reset/22\nok 581 /checksum/SHA1/reset/23\nok 582 /checksum/SHA1/reset/24\nok 583 /checksum/SHA1/reset/25\nok 584 /checksum/SHA1/reset/26\nok 585 /checksum/SHA1/reset/27\nok 586 /checksum/SHA1/reset/28\nok 587 /checksum/SHA1/reset/29\nok 588 /checksum/SHA1/reset/30\nok 589 /checksum/SHA1/reset/31\nok 590 /checksum/SHA1/reset/32\nok 591 /checksum/SHA1/reset/33\nok 592 /checksum/SHA1/reset/34\nok 593 /checksum/SHA1/reset/35\nok 594 /checksum/SHA1/reset/36\nok 595 /checksum/SHA1/reset/37\nok 596 /checksum/SHA1/reset/38\nok 597 /checksum/SHA1/reset/39\nok 598 /checksum/SHA1/reset/40\nok 599 /checksum/SHA1/reset/41\nok 600 /checksum/SHA1/reset/42\nok 601 /checksum/SHA1/reset/43\nok 602 /checksum/SHA1/reset/44\nok 603 /checksum/SHA1/reset/45\nok 604 /checksum/SHA1/reset/46\nok 605 /checksum/SHA1/reset/47\nok 606 /checksum/SHA1/reset/48\nok 607 /checksum/SHA1/reset/49\nok 608 /checksum/SHA1/reset/50\nok 609 /checksum/SHA1/reset/51\nok 610 /checksum/SHA1/reset/52\nok 611 /checksum/SHA1/reset/53\nok 612 /checksum/SHA1/reset/54\nok 613 /checksum/SHA1/reset/55\nok 614 /checksum/SHA1/reset/56\nok 615 /checksum/SHA1/reset/57\nok 616 /checksum/SHA1/reset/58\nok 617 /checksum/SHA1/reset/59\nok 618 /checksum/SHA1/reset/60\nok 619 /checksum/SHA1/reset/61\nok 620 /checksum/SHA1/reset/62\nok 621 /checksum/SHA1/reset/63\nok 622 /checksum/SHA1/reset/64\nok 623 /checksum/SHA1/reset/65\nok 624 /checksum/SHA1/reset/66\nok 625 /checksum/SHA1/reset/67\nok 626 /checksum/SHA1/reset/68\nok 627 /checksum/SHA1/reset/69\nok 628 /checksum/SHA1/reset/70\nok 629 /checksum/SHA1/reset/71\nok 630 /checksum/SHA1/reset/72\nok 631 /checksum/SHA1/reset/73\nok 632 /checksum/SHA1/reset/74\nok 633 /checksum/SHA1/reset/75\nok 634 /checksum/SHA1/reset/76\nok 635 /checksum/SHA1/reset/77\nok 636 /checksum/SHA1/reset/78\nok 637 /checksum/SHA1/reset/79\nok 638 /checksum/SHA1/reset/80\nok 639 /checksum/SHA1/reset/81\nok 640 /checksum/SHA1/reset/82\nok 641 /checksum/SHA1/reset/83\nok 642 /checksum/SHA1/reset/84\nok 643 /checksum/SHA1/reset/85\nok 644 /checksum/SHA1/reset/86\nok 645 /checksum/SHA1/reset/87\nok 646 /checksum/SHA1/reset/88\nok 647 /checksum/SHA1/reset/89\nok 648 /checksum/SHA1/reset/90\nok 649 /checksum/SHA1/reset/91\nok 650 /checksum/SHA1/reset/92\nok 651 /checksum/SHA1/reset/93\nok 652 /checksum/SHA1/reset/94\nok 653 /checksum/SHA1/reset/95\nok 654 /checksum/SHA1/reset/96\nok 655 /checksum/SHA1/reset/97\nok 656 /checksum/SHA1/reset/98\nok 657 /checksum/SHA1/reset/99\nok 658 /checksum/SHA1/reset/100\nok 659 /checksum/SHA1/reset/101\nok 660 /checksum/SHA1/reset/102\nok 661 /checksum/SHA1/reset/103\nok 662 /checksum/SHA1/reset/104\nok 663 /checksum/SHA1/reset/105\nok 664 /checksum/SHA1/reset/106\nok 665 /checksum/SHA1/reset/107\nok 666 /checksum/SHA1/reset/108\nok 667 /checksum/SHA1/reset/109\nok 668 /checksum/SHA1/reset/110\nok 669 /checksum/SHA1/reset/111\nok 670 /checksum/SHA1/reset/112\nok 671 /checksum/SHA1/reset/113\nok 672 /checksum/SHA1/reset/114\nok 673 /checksum/SHA1/reset/115\nok 674 /checksum/SHA1/reset/116\nok 675 /checksum/SHA1/reset/117\nok 676 /checksum/SHA1/reset/118\nok 677 /checksum/SHA1/reset/119\nok 678 /checksum/SHA1/reset/120\nok 679 /checksum/SHA1/reset/121\nok 680 /checksum/SHA1/reset/122\nok 681 /checksum/SHA1/reset/123\nok 682 /checksum/SHA1/reset/124\nok 683 /checksum/SHA1/reset/125\nok 684 /checksum/SHA1/reset/126\nok 685 /checksum/SHA1/reset/127\nok 686 /checksum/SHA1/reset/128\nok 687 /checksum/SHA1/reset/129\nok 688 /checksum/SHA1/reset/130\nok 689 /checksum/SHA1/reset/131\nok 690 /checksum/SHA1/reset/132\nok 691 /checksum/SHA1/reset/133\nok 692 /checksum/SHA1/reset/134\nok 693 /checksum/SHA1/reset/135\nok 694 /checksum/SHA1/reset/136\nok 695 /checksum/SHA1/reset/137\nok 696 /checksum/SHA1/reset/138\nok 697 /checksum/SHA1/reset/139\nok 698 /checksum/SHA1/reset/140\nok 699 /checksum/SHA1/reset/141\nok 700 /checksum/SHA1/reset/142\nok 701 /checksum/SHA1/reset/143\nok 702 /checksum/SHA1/reset/144\nok 703 /checksum/SHA1/reset/145\nok 704 /checksum/SHA1/reset/146\nok 705 /checksum/SHA1/reset/147\nok 706 /checksum/SHA1/reset/148\nok 707 /checksum/SHA1/reset/149\nok 708 /checksum/SHA1/reset/150\nok 709 /checksum/SHA1/reset/151\nok 710 /checksum/SHA1/reset/152\nok 711 /checksum/SHA1/reset/153\nok 712 /checksum/SHA1/reset/154\nok 713 /checksum/SHA1/reset/155\nok 714 /checksum/SHA1/reset/156\nok 715 /checksum/SHA1/reset/157\nok 716 /checksum/SHA1/reset/158\nok 717 /checksum/SHA1/reset/159\nok 718 /checksum/SHA1/reset/160\nok 719 /checksum/SHA1/reset/161\nok 720 /checksum/SHA1/reset/162\nok 721 /checksum/SHA1/reset/163\nok 722 /checksum/SHA1/reset/164\nok 723 /checksum/SHA1/reset/165\nok 724 /checksum/SHA1/reset/166\nok 725 /checksum/SHA1/reset/167\nok 726 /checksum/SHA1/reset/168\nok 727 /checksum/SHA1/reset/169\nok 728 /checksum/SHA1/reset/170\nok 729 /checksum/SHA1/reset/171\nok 730 /checksum/SHA1/reset/172\nok 731 /checksum/SHA1/reset/173\nok 732 /checksum/SHA1/reset/174\nok 733 /checksum/SHA1/reset/175\nok 734 /checksum/SHA1/reset/176\nok 735 /checksum/SHA1/reset/177\nok 736 /checksum/SHA1/reset/178\nok 737 /checksum/SHA1/reset/179\nok 738 /checksum/SHA1/reset/180\nok 739 /checksum/SHA1/reset/181\nok 740 /checksum/SHA1/reset/182\nok 741 /checksum/SHA1/reset/183\n# End of reset tests\n# End of SHA1 tests\n# Start of SHA256 tests\nok 742 /checksum/SHA256/0\nok 743 /checksum/SHA256/1\nok 744 /checksum/SHA256/2\nok 745 /checksum/SHA256/3\nok 746 /checksum/SHA256/4\nok 747 /checksum/SHA256/5\nok 748 /checksum/SHA256/6\nok 749 /checksum/SHA256/7\nok 750 /checksum/SHA256/8\nok 751 /checksum/SHA256/9\nok 752 /checksum/SHA256/10\nok 753 /checksum/SHA256/11\nok 754 /checksum/SHA256/12\nok 755 /checksum/SHA256/13\nok 756 /checksum/SHA256/14\nok 757 /checksum/SHA256/15\nok 758 /checksum/SHA256/16\nok 759 /checksum/SHA256/17\nok 760 /checksum/SHA256/18\nok 761 /checksum/SHA256/19\nok 762 /checksum/SHA256/20\nok 763 /checksum/SHA256/21\nok 764 /checksum/SHA256/22\nok 765 /checksum/SHA256/23\nok 766 /checksum/SHA256/24\nok 767 /checksum/SHA256/25\nok 768 /checksum/SHA256/26\nok 769 /checksum/SHA256/27\nok 770 /checksum/SHA256/28\nok 771 /checksum/SHA256/29\nok 772 /checksum/SHA256/30\nok 773 /checksum/SHA256/31\nok 774 /checksum/SHA256/32\nok 775 /checksum/SHA256/33\nok 776 /checksum/SHA256/34\nok 777 /checksum/SHA256/35\nok 778 /checksum/SHA256/36\nok 779 /checksum/SHA256/37\nok 780 /checksum/SHA256/38\nok 781 /checksum/SHA256/39\nok 782 /checksum/SHA256/40\nok 783 /checksum/SHA256/41\nok 784 /checksum/SHA256/42\nok 785 /checksum/SHA256/43\nok 786 /checksum/SHA256/44\nok 787 /checksum/SHA256/45\nok 788 /checksum/SHA256/46\nok 789 /checksum/SHA256/47\nok 790 /checksum/SHA256/48\nok 791 /checksum/SHA256/49\nok 792 /checksum/SHA256/50\nok 793 /checksum/SHA256/51\nok 794 /checksum/SHA256/52\nok 795 /checksum/SHA256/53\nok 796 /checksum/SHA256/54\nok 797 /checksum/SHA256/55\nok 798 /checksum/SHA256/56\nok 799 /checksum/SHA256/57\nok 800 /checksum/SHA256/58\nok 801 /checksum/SHA256/59\nok 802 /checksum/SHA256/60\nok 803 /checksum/SHA256/61\nok 804 /checksum/SHA256/62\nok 805 /checksum/SHA256/63\nok 806 /checksum/SHA256/64\nok 807 /checksum/SHA256/65\nok 808 /checksum/SHA256/66\nok 809 /checksum/SHA256/67\nok 810 /checksum/SHA256/68\nok 811 /checksum/SHA256/69\nok 812 /checksum/SHA256/70\nok 813 /checksum/SHA256/71\nok 814 /checksum/SHA256/72\nok 815 /checksum/SHA256/73\nok 816 /checksum/SHA256/74\nok 817 /checksum/SHA256/75\nok 818 /checksum/SHA256/76\nok 819 /checksum/SHA256/77\nok 820 /checksum/SHA256/78\nok 821 /checksum/SHA256/79\nok 822 /checksum/SHA256/80\nok 823 /checksum/SHA256/81\nok 824 /checksum/SHA256/82\nok 825 /checksum/SHA256/83\nok 826 /checksum/SHA256/84\nok 827 /checksum/SHA256/85\nok 828 /checksum/SHA256/86\nok 829 /checksum/SHA256/87\nok 830 /checksum/SHA256/88\nok 831 /checksum/SHA256/89\nok 832 /checksum/SHA256/90\nok 833 /checksum/SHA256/91\nok 834 /checksum/SHA256/92\nok 835 /checksum/SHA256/93\nok 836 /checksum/SHA256/94\nok 837 /checksum/SHA256/95\nok 838 /checksum/SHA256/96\nok 839 /checksum/SHA256/97\nok 840 /checksum/SHA256/98\nok 841 /checksum/SHA256/99\nok 842 /checksum/SHA256/100\nok 843 /checksum/SHA256/101\nok 844 /checksum/SHA256/102\nok 845 /checksum/SHA256/103\nok 846 /checksum/SHA256/104\nok 847 /checksum/SHA256/105\nok 848 /checksum/SHA256/106\nok 849 /checksum/SHA256/107\nok 850 /checksum/SHA256/108\nok 851 /checksum/SHA256/109\nok 852 /checksum/SHA256/110\nok 853 /checksum/SHA256/111\nok 854 /checksum/SHA256/112\nok 855 /checksum/SHA256/113\nok 856 /checksum/SHA256/114\nok 857 /checksum/SHA256/115\nok 858 /checksum/SHA256/116\nok 859 /checksum/SHA256/117\nok 860 /checksum/SHA256/118\nok 861 /checksum/SHA256/119\nok 862 /checksum/SHA256/120\nok 863 /checksum/SHA256/121\nok 864 /checksum/SHA256/122\nok 865 /checksum/SHA256/123\nok 866 /checksum/SHA256/124\nok 867 /checksum/SHA256/125\nok 868 /checksum/SHA256/126\nok 869 /checksum/SHA256/127\nok 870 /checksum/SHA256/128\nok 871 /checksum/SHA256/129\nok 872 /checksum/SHA256/130\nok 873 /checksum/SHA256/131\nok 874 /checksum/SHA256/132\nok 875 /checksum/SHA256/133\nok 876 /checksum/SHA256/134\nok 877 /checksum/SHA256/135\nok 878 /checksum/SHA256/136\nok 879 /checksum/SHA256/137\nok 880 /checksum/SHA256/138\nok 881 /checksum/SHA256/139\nok 882 /checksum/SHA256/140\nok 883 /checksum/SHA256/141\nok 884 /checksum/SHA256/142\nok 885 /checksum/SHA256/143\nok 886 /checksum/SHA256/144\nok 887 /checksum/SHA256/145\nok 888 /checksum/SHA256/146\nok 889 /checksum/SHA256/147\nok 890 /checksum/SHA256/148\nok 891 /checksum/SHA256/149\nok 892 /checksum/SHA256/150\nok 893 /checksum/SHA256/151\nok 894 /checksum/SHA256/152\nok 895 /checksum/SHA256/153\nok 896 /checksum/SHA256/154\nok 897 /checksum/SHA256/155\nok 898 /checksum/SHA256/156\nok 899 /checksum/SHA256/157\nok 900 /checksum/SHA256/158\nok 901 /checksum/SHA256/159\nok 902 /checksum/SHA256/160\nok 903 /checksum/SHA256/161\nok 904 /checksum/SHA256/162\nok 905 /checksum/SHA256/163\nok 906 /checksum/SHA256/164\nok 907 /checksum/SHA256/165\nok 908 /checksum/SHA256/166\nok 909 /checksum/SHA256/167\nok 910 /checksum/SHA256/168\nok 911 /checksum/SHA256/169\nok 912 /checksum/SHA256/170\nok 913 /checksum/SHA256/171\nok 914 /checksum/SHA256/172\nok 915 /checksum/SHA256/173\nok 916 /checksum/SHA256/174\nok 917 /checksum/SHA256/175\nok 918 /checksum/SHA256/176\nok 919 /checksum/SHA256/177\nok 920 /checksum/SHA256/178\nok 921 /checksum/SHA256/179\nok 922 /checksum/SHA256/180\nok 923 /checksum/SHA256/181\nok 924 /checksum/SHA256/182\nok 925 /checksum/SHA256/183\nok 926 /checksum/SHA256/string\nok 927 /checksum/SHA256/bytes\n# Start of reset tests\nok 928 /checksum/SHA256/reset/0\nok 929 /checksum/SHA256/reset/1\nok 930 /checksum/SHA256/reset/2\nok 931 /checksum/SHA256/reset/3\nok 932 /checksum/SHA256/reset/4\nok 933 /checksum/SHA256/reset/5\nok 934 /checksum/SHA256/reset/6\nok 935 /checksum/SHA256/reset/7\nok 936 /checksum/SHA256/reset/8\nok 937 /checksum/SHA256/reset/9\nok 938 /checksum/SHA256/reset/10\nok 939 /checksum/SHA256/reset/11\nok 940 /checksum/SHA256/reset/12\nok 941 /checksum/SHA256/reset/13\nok 942 /checksum/SHA256/reset/14\nok 943 /checksum/SHA256/reset/15\nok 944 /checksum/SHA256/reset/16\nok 945 /checksum/SHA256/reset/17\nok 946 /checksum/SHA256/reset/18\nok 947 /checksum/SHA256/reset/19\nok 948 /checksum/SHA256/reset/20\nok 949 /checksum/SHA256/reset/21\nok 950 /checksum/SHA256/reset/22\nok 951 /checksum/SHA256/reset/23\nok 952 /checksum/SHA256/reset/24\nok 953 /checksum/SHA256/reset/25\nok 954 /checksum/SHA256/reset/26\nok 955 /checksum/SHA256/reset/27\nok 956 /checksum/SHA256/reset/28\nok 957 /checksum/SHA256/reset/29\nok 958 /checksum/SHA256/reset/30\nok 959 /checksum/SHA256/reset/31\nok 960 /checksum/SHA256/reset/32\nok 961 /checksum/SHA256/reset/33\nok 962 /checksum/SHA256/reset/34\nok 963 /checksum/SHA256/reset/35\nok 964 /checksum/SHA256/reset/36\nok 965 /checksum/SHA256/reset/37\nok 966 /checksum/SHA256/reset/38\nok 967 /checksum/SHA256/reset/39\nok 968 /checksum/SHA256/reset/40\nok 969 /checksum/SHA256/reset/41\nok 970 /checksum/SHA256/reset/42\nok 971 /checksum/SHA256/reset/43\nok 972 /checksum/SHA256/reset/44\nok 973 /checksum/SHA256/reset/45\nok 974 /checksum/SHA256/reset/46\nok 975 /checksum/SHA256/reset/47\nok 976 /checksum/SHA256/reset/48\nok 977 /checksum/SHA256/reset/49\nok 978 /checksum/SHA256/reset/50\nok 979 /checksum/SHA256/reset/51\nok 980 /checksum/SHA256/reset/52\nok 981 /checksum/SHA256/reset/53\nok 982 /checksum/SHA256/reset/54\nok 983 /checksum/SHA256/reset/55\nok 984 /checksum/SHA256/reset/56\nok 985 /checksum/SHA256/reset/57\nok 986 /checksum/SHA256/reset/58\nok 987 /checksum/SHA256/reset/59\nok 988 /checksum/SHA256/reset/60\nok 989 /checksum/SHA256/reset/61\nok 990 /checksum/SHA256/reset/62\nok 991 /checksum/SHA256/reset/63\nok 992 /checksum/SHA256/reset/64\nok 993 /checksum/SHA256/reset/65\nok 994 /checksum/SHA256/reset/66\nok 995 /checksum/SHA256/reset/67\nok 996 /checksum/SHA256/reset/68\nok 997 /checksum/SHA256/reset/69\nok 998 /checksum/SHA256/reset/70\nok 999 /checksum/SHA256/reset/71\nok 1000 /checksum/SHA256/reset/72\nok 1001 /checksum/SHA256/reset/73\nok 1002 /checksum/SHA256/reset/74\nok 1003 /checksum/SHA256/reset/75\nok 1004 /checksum/SHA256/reset/76\nok 1005 /checksum/SHA256/reset/77\nok 1006 /checksum/SHA256/reset/78\nok 1007 /checksum/SHA256/reset/79\nok 1008 /checksum/SHA256/reset/80\nok 1009 /checksum/SHA256/reset/81\nok 1010 /checksum/SHA256/reset/82\nok 1011 /checksum/SHA256/reset/83\nok 1012 /checksum/SHA256/reset/84\nok 1013 /checksum/SHA256/reset/85\nok 1014 /checksum/SHA256/reset/86\nok 1015 /checksum/SHA256/reset/87\nok 1016 /checksum/SHA256/reset/88\nok 1017 /checksum/SHA256/reset/89\nok 1018 /checksum/SHA256/reset/90\nok 1019 /checksum/SHA256/reset/91\nok 1020 /checksum/SHA256/reset/92\nok 1021 /checksum/SHA256/reset/93\nok 1022 /checksum/SHA256/reset/94\nok 1023 /checksum/SHA256/reset/95\nok 1024 /checksum/SHA256/reset/96\nok 1025 /checksum/SHA256/reset/97\nok 1026 /checksum/SHA256/reset/98\nok 1027 /checksum/SHA256/reset/99\nok 1028 /checksum/SHA256/reset/100\nok 1029 /checksum/SHA256/reset/101\nok 1030 /checksum/SHA256/reset/102\nok 1031 /checksum/SHA256/reset/103\nok 1032 /checksum/SHA256/reset/104\nok 1033 /checksum/SHA256/reset/105\nok 1034 /checksum/SHA256/reset/106\nok 1035 /checksum/SHA256/reset/107\nok 1036 /checksum/SHA256/reset/108\nok 1037 /checksum/SHA256/reset/109\nok 1038 /checksum/SHA256/reset/110\nok 1039 /checksum/SHA256/reset/111\nok 1040 /checksum/SHA256/reset/112\nok 1041 /checksum/SHA256/reset/113\nok 1042 /checksum/SHA256/reset/114\nok 1043 /checksum/SHA256/reset/115\nok 1044 /checksum/SHA256/reset/116\nok 1045 /checksum/SHA256/reset/117\nok 1046 /checksum/SHA256/reset/118\nok 1047 /checksum/SHA256/reset/119\nok 1048 /checksum/SHA256/reset/120\nok 1049 /checksum/SHA256/reset/121\nok 1050 /checksum/SHA256/reset/122\nok 1051 /checksum/SHA256/reset/123\nok 1052 /checksum/SHA256/reset/124\nok 1053 /checksum/SHA256/reset/125\nok 1054 /checksum/SHA256/reset/126\nok 1055 /checksum/SHA256/reset/127\nok 1056 /checksum/SHA256/reset/128\nok 1057 /checksum/SHA256/reset/129\nok 1058 /checksum/SHA256/reset/130\nok 1059 /checksum/SHA256/reset/131\nok 1060 /checksum/SHA256/reset/132\nok 1061 /checksum/SHA256/reset/133\nok 1062 /checksum/SHA256/reset/134\nok 1063 /checksum/SHA256/reset/135\nok 1064 /checksum/SHA256/reset/136\nok 1065 /checksum/SHA256/reset/137\nok 1066 /checksum/SHA256/reset/138\nok 1067 /checksum/SHA256/reset/139\nok 1068 /checksum/SHA256/reset/140\nok 1069 /checksum/SHA256/reset/141\nok 1070 /checksum/SHA256/reset/142\nok 1071 /checksum/SHA256/reset/143\nok 1072 /checksum/SHA256/reset/144\nok 1073 /checksum/SHA256/reset/145\nok 1074 /checksum/SHA256/reset/146\nok 1075 /checksum/SHA256/reset/147\nok 1076 /checksum/SHA256/reset/148\nok 1077 /checksum/SHA256/reset/149\nok 1078 /checksum/SHA256/reset/150\nok 1079 /checksum/SHA256/reset/151\nok 1080 /checksum/SHA256/reset/152\nok 1081 /checksum/SHA256/reset/153\nok 1082 /checksum/SHA256/reset/154\nok 1083 /checksum/SHA256/reset/155\nok 1084 /checksum/SHA256/reset/156\nok 1085 /checksum/SHA256/reset/157\nok 1086 /checksum/SHA256/reset/158\nok 1087 /checksum/SHA256/reset/159\nok 1088 /checksum/SHA256/reset/160\nok 1089 /checksum/SHA256/reset/161\nok 1090 /checksum/SHA256/reset/162\nok 1091 /checksum/SHA256/reset/163\nok 1092 /checksum/SHA256/reset/164\nok 1093 /checksum/SHA256/reset/165\nok 1094 /checksum/SHA256/reset/166\nok 1095 /checksum/SHA256/reset/167\nok 1096 /checksum/SHA256/reset/168\nok 1097 /checksum/SHA256/reset/169\nok 1098 /checksum/SHA256/reset/170\nok 1099 /checksum/SHA256/reset/171\nok 1100 /checksum/SHA256/reset/172\nok 1101 /checksum/SHA256/reset/173\nok 1102 /checksum/SHA256/reset/174\nok 1103 /checksum/SHA256/reset/175\nok 1104 /checksum/SHA256/reset/176\nok 1105 /checksum/SHA256/reset/177\nok 1106 /checksum/SHA256/reset/178\nok 1107 /checksum/SHA256/reset/179\nok 1108 /checksum/SHA256/reset/180\nok 1109 /checksum/SHA256/reset/181\nok 1110 /checksum/SHA256/reset/182\nok 1111 /checksum/SHA256/reset/183\n# End of reset tests\n# End of SHA256 tests\n# Start of SHA384 tests\nok 1112 /checksum/SHA384/0\nok 1113 /checksum/SHA384/1\nok 1114 /checksum/SHA384/2\nok 1115 /checksum/SHA384/3\nok 1116 /checksum/SHA384/4\nok 1117 /checksum/SHA384/5\nok 1118 /checksum/SHA384/6\nok 1119 /checksum/SHA384/7\nok 1120 /checksum/SHA384/8\nok 1121 /checksum/SHA384/9\nok 1122 /checksum/SHA384/10\nok 1123 /checksum/SHA384/11\nok 1124 /checksum/SHA384/12\nok 1125 /checksum/SHA384/13\nok 1126 /checksum/SHA384/14\nok 1127 /checksum/SHA384/15\nok 1128 /checksum/SHA384/16\nok 1129 /checksum/SHA384/17\nok 1130 /checksum/SHA384/18\nok 1131 /checksum/SHA384/19\nok 1132 /checksum/SHA384/20\nok 1133 /checksum/SHA384/21\nok 1134 /checksum/SHA384/22\nok 1135 /checksum/SHA384/23\nok 1136 /checksum/SHA384/24\nok 1137 /checksum/SHA384/25\nok 1138 /checksum/SHA384/26\nok 1139 /checksum/SHA384/27\nok 1140 /checksum/SHA384/28\nok 1141 /checksum/SHA384/29\nok 1142 /checksum/SHA384/30\nok 1143 /checksum/SHA384/31\nok 1144 /checksum/SHA384/32\nok 1145 /checksum/SHA384/33\nok 1146 /checksum/SHA384/34\nok 1147 /checksum/SHA384/35\nok 1148 /checksum/SHA384/36\nok 1149 /checksum/SHA384/37\nok 1150 /checksum/SHA384/38\nok 1151 /checksum/SHA384/39\nok 1152 /checksum/SHA384/40\nok 1153 /checksum/SHA384/41\nok 1154 /checksum/SHA384/42\nok 1155 /checksum/SHA384/43\nok 1156 /checksum/SHA384/44\nok 1157 /checksum/SHA384/45\nok 1158 /checksum/SHA384/46\nok 1159 /checksum/SHA384/47\nok 1160 /checksum/SHA384/48\nok 1161 /checksum/SHA384/49\nok 1162 /checksum/SHA384/50\nok 1163 /checksum/SHA384/51\nok 1164 /checksum/SHA384/52\nok 1165 /checksum/SHA384/53\nok 1166 /checksum/SHA384/54\nok 1167 /checksum/SHA384/55\nok 1168 /checksum/SHA384/56\nok 1169 /checksum/SHA384/57\nok 1170 /checksum/SHA384/58\nok 1171 /checksum/SHA384/59\nok 1172 /checksum/SHA384/60\nok 1173 /checksum/SHA384/61\nok 1174 /checksum/SHA384/62\nok 1175 /checksum/SHA384/63\nok 1176 /checksum/SHA384/64\nok 1177 /checksum/SHA384/65\nok 1178 /checksum/SHA384/66\nok 1179 /checksum/SHA384/67\nok 1180 /checksum/SHA384/68\nok 1181 /checksum/SHA384/69\nok 1182 /checksum/SHA384/70\nok 1183 /checksum/SHA384/71\nok 1184 /checksum/SHA384/72\nok 1185 /checksum/SHA384/73\nok 1186 /checksum/SHA384/74\nok 1187 /checksum/SHA384/75\nok 1188 /checksum/SHA384/76\nok 1189 /checksum/SHA384/77\nok 1190 /checksum/SHA384/78\nok 1191 /checksum/SHA384/79\nok 1192 /checksum/SHA384/80\nok 1193 /checksum/SHA384/81\nok 1194 /checksum/SHA384/82\nok 1195 /checksum/SHA384/83\nok 1196 /checksum/SHA384/84\nok 1197 /checksum/SHA384/85\nok 1198 /checksum/SHA384/86\nok 1199 /checksum/SHA384/87\nok 1200 /checksum/SHA384/88\nok 1201 /checksum/SHA384/89\nok 1202 /checksum/SHA384/90\nok 1203 /checksum/SHA384/91\nok 1204 /checksum/SHA384/92\nok 1205 /checksum/SHA384/93\nok 1206 /checksum/SHA384/94\nok 1207 /checksum/SHA384/95\nok 1208 /checksum/SHA384/96\nok 1209 /checksum/SHA384/97\nok 1210 /checksum/SHA384/98\nok 1211 /checksum/SHA384/99\nok 1212 /checksum/SHA384/100\nok 1213 /checksum/SHA384/101\nok 1214 /checksum/SHA384/102\nok 1215 /checksum/SHA384/103\nok 1216 /checksum/SHA384/104\nok 1217 /checksum/SHA384/105\nok 1218 /checksum/SHA384/106\nok 1219 /checksum/SHA384/107\nok 1220 /checksum/SHA384/108\nok 1221 /checksum/SHA384/109\nok 1222 /checksum/SHA384/110\nok 1223 /checksum/SHA384/111\nok 1224 /checksum/SHA384/112\nok 1225 /checksum/SHA384/113\nok 1226 /checksum/SHA384/114\nok 1227 /checksum/SHA384/115\nok 1228 /checksum/SHA384/116\nok 1229 /checksum/SHA384/117\nok 1230 /checksum/SHA384/118\nok 1231 /checksum/SHA384/119\nok 1232 /checksum/SHA384/120\nok 1233 /checksum/SHA384/121\nok 1234 /checksum/SHA384/122\nok 1235 /checksum/SHA384/123\nok 1236 /checksum/SHA384/124\nok 1237 /checksum/SHA384/125\nok 1238 /checksum/SHA384/126\nok 1239 /checksum/SHA384/127\nok 1240 /checksum/SHA384/128\nok 1241 /checksum/SHA384/129\nok 1242 /checksum/SHA384/130\nok 1243 /checksum/SHA384/131\nok 1244 /checksum/SHA384/132\nok 1245 /checksum/SHA384/133\nok 1246 /checksum/SHA384/134\nok 1247 /checksum/SHA384/135\nok 1248 /checksum/SHA384/136\nok 1249 /checksum/SHA384/137\nok 1250 /checksum/SHA384/138\nok 1251 /checksum/SHA384/139\nok 1252 /checksum/SHA384/140\nok 1253 /checksum/SHA384/141\nok 1254 /checksum/SHA384/142\nok 1255 /checksum/SHA384/143\nok 1256 /checksum/SHA384/144\nok 1257 /checksum/SHA384/145\nok 1258 /checksum/SHA384/146\nok 1259 /checksum/SHA384/147\nok 1260 /checksum/SHA384/148\nok 1261 /checksum/SHA384/149\nok 1262 /checksum/SHA384/150\nok 1263 /checksum/SHA384/151\nok 1264 /checksum/SHA384/152\nok 1265 /checksum/SHA384/153\nok 1266 /checksum/SHA384/154\nok 1267 /checksum/SHA384/155\nok 1268 /checksum/SHA384/156\nok 1269 /checksum/SHA384/157\nok 1270 /checksum/SHA384/158\nok 1271 /checksum/SHA384/159\nok 1272 /checksum/SHA384/160\nok 1273 /checksum/SHA384/161\nok 1274 /checksum/SHA384/162\nok 1275 /checksum/SHA384/163\nok 1276 /checksum/SHA384/164\nok 1277 /checksum/SHA384/165\nok 1278 /checksum/SHA384/166\nok 1279 /checksum/SHA384/167\nok 1280 /checksum/SHA384/168\nok 1281 /checksum/SHA384/169\nok 1282 /checksum/SHA384/170\nok 1283 /checksum/SHA384/171\nok 1284 /checksum/SHA384/172\nok 1285 /checksum/SHA384/173\nok 1286 /checksum/SHA384/174\nok 1287 /checksum/SHA384/175\nok 1288 /checksum/SHA384/176\nok 1289 /checksum/SHA384/177\nok 1290 /checksum/SHA384/178\nok 1291 /checksum/SHA384/179\nok 1292 /checksum/SHA384/180\nok 1293 /checksum/SHA384/181\nok 1294 /checksum/SHA384/182\nok 1295 /checksum/SHA384/183\nok 1296 /checksum/SHA384/string\nok 1297 /checksum/SHA384/bytes\n# Start of reset tests\nok 1298 /checksum/SHA384/reset/0\nok 1299 /checksum/SHA384/reset/1\nok 1300 /checksum/SHA384/reset/2\nok 1301 /checksum/SHA384/reset/3\nok 1302 /checksum/SHA384/reset/4\nok 1303 /checksum/SHA384/reset/5\nok 1304 /checksum/SHA384/reset/6\nok 1305 /checksum/SHA384/reset/7\nok 1306 /checksum/SHA384/reset/8\nok 1307 /checksum/SHA384/reset/9\nok 1308 /checksum/SHA384/reset/10\nok 1309 /checksum/SHA384/reset/11\nok 1310 /checksum/SHA384/reset/12\nok 1311 /checksum/SHA384/reset/13\nok 1312 /checksum/SHA384/reset/14\nok 1313 /checksum/SHA384/reset/15\nok 1314 /checksum/SHA384/reset/16\nok 1315 /checksum/SHA384/reset/17\nok 1316 /checksum/SHA384/reset/18\nok 1317 /checksum/SHA384/reset/19\nok 1318 /checksum/SHA384/reset/20\nok 1319 /checksum/SHA384/reset/21\nok 1320 /checksum/SHA384/reset/22\nok 1321 /checksum/SHA384/reset/23\nok 1322 /checksum/SHA384/reset/24\nok 1323 /checksum/SHA384/reset/25\nok 1324 /checksum/SHA384/reset/26\nok 1325 /checksum/SHA384/reset/27\nok 1326 /checksum/SHA384/reset/28\nok 1327 /checksum/SHA384/reset/29\nok 1328 /checksum/SHA384/reset/30\nok 1329 /checksum/SHA384/reset/31\nok 1330 /checksum/SHA384/reset/32\nok 1331 /checksum/SHA384/reset/33\nok 1332 /checksum/SHA384/reset/34\nok 1333 /checksum/SHA384/reset/35\nok 1334 /checksum/SHA384/reset/36\nok 1335 /checksum/SHA384/reset/37\nok 1336 /checksum/SHA384/reset/38\nok 1337 /checksum/SHA384/reset/39\nok 1338 /checksum/SHA384/reset/40\nok 1339 /checksum/SHA384/reset/41\nok 1340 /checksum/SHA384/reset/42\nok 1341 /checksum/SHA384/reset/43\nok 1342 /checksum/SHA384/reset/44\nok 1343 /checksum/SHA384/reset/45\nok 1344 /checksum/SHA384/reset/46\nok 1345 /checksum/SHA384/reset/47\nok 1346 /checksum/SHA384/reset/48\nok 1347 /checksum/SHA384/reset/49\nok 1348 /checksum/SHA384/reset/50\nok 1349 /checksum/SHA384/reset/51\nok 1350 /checksum/SHA384/reset/52\nok 1351 /checksum/SHA384/reset/53\nok 1352 /checksum/SHA384/reset/54\nok 1353 /checksum/SHA384/reset/55\nok 1354 /checksum/SHA384/reset/56\nok 1355 /checksum/SHA384/reset/57\nok 1356 /checksum/SHA384/reset/58\nok 1357 /checksum/SHA384/reset/59\nok 1358 /checksum/SHA384/reset/60\nok 1359 /checksum/SHA384/reset/61\nok 1360 /checksum/SHA384/reset/62\nok 1361 /checksum/SHA384/reset/63\nok 1362 /checksum/SHA384/reset/64\nok 1363 /checksum/SHA384/reset/65\nok 1364 /checksum/SHA384/reset/66\nok 1365 /checksum/SHA384/reset/67\nok 1366 /checksum/SHA384/reset/68\nok 1367 /checksum/SHA384/reset/69\nok 1368 /checksum/SHA384/reset/70\nok 1369 /checksum/SHA384/reset/71\nok 1370 /checksum/SHA384/reset/72\nok 1371 /checksum/SHA384/reset/73\nok 1372 /checksum/SHA384/reset/74\nok 1373 /checksum/SHA384/reset/75\nok 1374 /checksum/SHA384/reset/76\nok 1375 /checksum/SHA384/reset/77\nok 1376 /checksum/SHA384/reset/78\nok 1377 /checksum/SHA384/reset/79\nok 1378 /checksum/SHA384/reset/80\nok 1379 /checksum/SHA384/reset/81\nok 1380 /checksum/SHA384/reset/82\nok 1381 /checksum/SHA384/reset/83\nok 1382 /checksum/SHA384/reset/84\nok 1383 /checksum/SHA384/reset/85\nok 1384 /checksum/SHA384/reset/86\nok 1385 /checksum/SHA384/reset/87\nok 1386 /checksum/SHA384/reset/88\nok 1387 /checksum/SHA384/reset/89\nok 1388 /checksum/SHA384/reset/90\nok 1389 /checksum/SHA384/reset/91\nok 1390 /checksum/SHA384/reset/92\nok 1391 /checksum/SHA384/reset/93\nok 1392 /checksum/SHA384/reset/94\nok 1393 /checksum/SHA384/reset/95\nok 1394 /checksum/SHA384/reset/96\nok 1395 /checksum/SHA384/reset/97\nok 1396 /checksum/SHA384/reset/98\nok 1397 /checksum/SHA384/reset/99\nok 1398 /checksum/SHA384/reset/100\nok 1399 /checksum/SHA384/reset/101\nok 1400 /checksum/SHA384/reset/102\nok 1401 /checksum/SHA384/reset/103\nok 1402 /checksum/SHA384/reset/104\nok 1403 /checksum/SHA384/reset/105\nok 1404 /checksum/SHA384/reset/106\nok 1405 /checksum/SHA384/reset/107\nok 1406 /checksum/SHA384/reset/108\nok 1407 /checksum/SHA384/reset/109\nok 1408 /checksum/SHA384/reset/110\nok 1409 /checksum/SHA384/reset/111\nok 1410 /checksum/SHA384/reset/112\nok 1411 /checksum/SHA384/reset/113\nok 1412 /checksum/SHA384/reset/114\nok 1413 /checksum/SHA384/reset/115\nok 1414 /checksum/SHA384/reset/116\nok 1415 /checksum/SHA384/reset/117\nok 1416 /checksum/SHA384/reset/118\nok 1417 /checksum/SHA384/reset/119\nok 1418 /checksum/SHA384/reset/120\nok 1419 /checksum/SHA384/reset/121\nok 1420 /checksum/SHA384/reset/122\nok 1421 /checksum/SHA384/reset/123\nok 1422 /checksum/SHA384/reset/124\nok 1423 /checksum/SHA384/reset/125\nok 1424 /checksum/SHA384/reset/126\nok 1425 /checksum/SHA384/reset/127\nok 1426 /checksum/SHA384/reset/128\nok 1427 /checksum/SHA384/reset/129\nok 1428 /checksum/SHA384/reset/130\nok 1429 /checksum/SHA384/reset/131\nok 1430 /checksum/SHA384/reset/132\nok 1431 /checksum/SHA384/reset/133\nok 1432 /checksum/SHA384/reset/134\nok 1433 /checksum/SHA384/reset/135\nok 1434 /checksum/SHA384/reset/136\nok 1435 /checksum/SHA384/reset/137\nok 1436 /checksum/SHA384/reset/138\nok 1437 /checksum/SHA384/reset/139\nok 1438 /checksum/SHA384/reset/140\nok 1439 /checksum/SHA384/reset/141\nok 1440 /checksum/SHA384/reset/142\nok 1441 /checksum/SHA384/reset/143\nok 1442 /checksum/SHA384/reset/144\nok 1443 /checksum/SHA384/reset/145\nok 1444 /checksum/SHA384/reset/146\nok 1445 /checksum/SHA384/reset/147\nok 1446 /checksum/SHA384/reset/148\nok 1447 /checksum/SHA384/reset/149\nok 1448 /checksum/SHA384/reset/150\nok 1449 /checksum/SHA384/reset/151\nok 1450 /checksum/SHA384/reset/152\nok 1451 /checksum/SHA384/reset/153\nok 1452 /checksum/SHA384/reset/154\nok 1453 /checksum/SHA384/reset/155\nok 1454 /checksum/SHA384/reset/156\nok 1455 /checksum/SHA384/reset/157\nok 1456 /checksum/SHA384/reset/158\nok 1457 /checksum/SHA384/reset/159\nok 1458 /checksum/SHA384/reset/160\nok 1459 /checksum/SHA384/reset/161\nok 1460 /checksum/SHA384/reset/162\nok 1461 /checksum/SHA384/reset/163\nok 1462 /checksum/SHA384/reset/164\nok 1463 /checksum/SHA384/reset/165\nok 1464 /checksum/SHA384/reset/166\nok 1465 /checksum/SHA384/reset/167\nok 1466 /checksum/SHA384/reset/168\nok 1467 /checksum/SHA384/reset/169\nok 1468 /checksum/SHA384/reset/170\nok 1469 /checksum/SHA384/reset/171\nok 1470 /checksum/SHA384/reset/172\nok 1471 /checksum/SHA384/reset/173\nok 1472 /checksum/SHA384/reset/174\nok 1473 /checksum/SHA384/reset/175\nok 1474 /checksum/SHA384/reset/176\nok 1475 /checksum/SHA384/reset/177\nok 1476 /checksum/SHA384/reset/178\nok 1477 /checksum/SHA384/reset/179\nok 1478 /checksum/SHA384/reset/180\nok 1479 /checksum/SHA384/reset/181\nok 1480 /checksum/SHA384/reset/182\nok 1481 /checksum/SHA384/reset/183\n# End of reset tests\n# End of SHA384 tests\n# Start of SHA512 tests\nok 1482 /checksum/SHA512/0\nok 1483 /checksum/SHA512/1\nok 1484 /checksum/SHA512/2\nok 1485 /checksum/SHA512/3\nok 1486 /checksum/SHA512/4\nok 1487 /checksum/SHA512/5\nok 1488 /checksum/SHA512/6\nok 1489 /checksum/SHA512/7\nok 1490 /checksum/SHA512/8\nok 1491 /checksum/SHA512/9\nok 1492 /checksum/SHA512/10\nok 1493 /checksum/SHA512/11\nok 1494 /checksum/SHA512/12\nok 1495 /checksum/SHA512/13\nok 1496 /checksum/SHA512/14\nok 1497 /checksum/SHA512/15\nok 1498 /checksum/SHA512/16\nok 1499 /checksum/SHA512/17\nok 1500 /checksum/SHA512/18\nok 1501 /checksum/SHA512/19\nok 1502 /checksum/SHA512/20\nok 1503 /checksum/SHA512/21\nok 1504 /checksum/SHA512/22\nok 1505 /checksum/SHA512/23\nok 1506 /checksum/SHA512/24\nok 1507 /checksum/SHA512/25\nok 1508 /checksum/SHA512/26\nok 1509 /checksum/SHA512/27\nok 1510 /checksum/SHA512/28\nok 1511 /checksum/SHA512/29\nok 1512 /checksum/SHA512/30\nok 1513 /checksum/SHA512/31\nok 1514 /checksum/SHA512/32\nok 1515 /checksum/SHA512/33\nok 1516 /checksum/SHA512/34\nok 1517 /checksum/SHA512/35\nok 1518 /checksum/SHA512/36\nok 1519 /checksum/SHA512/37\nok 1520 /checksum/SHA512/38\nok 1521 /checksum/SHA512/39\nok 1522 /checksum/SHA512/40\nok 1523 /checksum/SHA512/41\nok 1524 /checksum/SHA512/42\nok 1525 /checksum/SHA512/43\nok 1526 /checksum/SHA512/44\nok 1527 /checksum/SHA512/45\nok 1528 /checksum/SHA512/46\nok 1529 /checksum/SHA512/47\nok 1530 /checksum/SHA512/48\nok 1531 /checksum/SHA512/49\nok 1532 /checksum/SHA512/50\nok 1533 /checksum/SHA512/51\nok 1534 /checksum/SHA512/52\nok 1535 /checksum/SHA512/53\nok 1536 /checksum/SHA512/54\nok 1537 /checksum/SHA512/55\nok 1538 /checksum/SHA512/56\nok 1539 /checksum/SHA512/57\nok 1540 /checksum/SHA512/58\nok 1541 /checksum/SHA512/59\nok 1542 /checksum/SHA512/60\nok 1543 /checksum/SHA512/61\nok 1544 /checksum/SHA512/62\nok 1545 /checksum/SHA512/63\nok 1546 /checksum/SHA512/64\nok 1547 /checksum/SHA512/65\nok 1548 /checksum/SHA512/66\nok 1549 /checksum/SHA512/67\nok 1550 /checksum/SHA512/68\nok 1551 /checksum/SHA512/69\nok 1552 /checksum/SHA512/70\nok 1553 /checksum/SHA512/71\nok 1554 /checksum/SHA512/72\nok 1555 /checksum/SHA512/73\nok 1556 /checksum/SHA512/74\nok 1557 /checksum/SHA512/75\nok 1558 /checksum/SHA512/76\nok 1559 /checksum/SHA512/77\nok 1560 /checksum/SHA512/78\nok 1561 /checksum/SHA512/79\nok 1562 /checksum/SHA512/80\nok 1563 /checksum/SHA512/81\nok 1564 /checksum/SHA512/82\nok 1565 /checksum/SHA512/83\nok 1566 /checksum/SHA512/84\nok 1567 /checksum/SHA512/85\nok 1568 /checksum/SHA512/86\nok 1569 /checksum/SHA512/87\nok 1570 /checksum/SHA512/88\nok 1571 /checksum/SHA512/89\nok 1572 /checksum/SHA512/90\nok 1573 /checksum/SHA512/91\nok 1574 /checksum/SHA512/92\nok 1575 /checksum/SHA512/93\nok 1576 /checksum/SHA512/94\nok 1577 /checksum/SHA512/95\nok 1578 /checksum/SHA512/96\nok 1579 /checksum/SHA512/97\nok 1580 /checksum/SHA512/98\nok 1581 /checksum/SHA512/99\nok 1582 /checksum/SHA512/100\nok 1583 /checksum/SHA512/101\nok 1584 /checksum/SHA512/102\nok 1585 /checksum/SHA512/103\nok 1586 /checksum/SHA512/104\nok 1587 /checksum/SHA512/105\nok 1588 /checksum/SHA512/106\nok 1589 /checksum/SHA512/107\nok 1590 /checksum/SHA512/108\nok 1591 /checksum/SHA512/109\nok 1592 /checksum/SHA512/110\nok 1593 /checksum/SHA512/111\nok 1594 /checksum/SHA512/112\nok 1595 /checksum/SHA512/113\nok 1596 /checksum/SHA512/114\nok 1597 /checksum/SHA512/115\nok 1598 /checksum/SHA512/116\nok 1599 /checksum/SHA512/117\nok 1600 /checksum/SHA512/118\nok 1601 /checksum/SHA512/119\nok 1602 /checksum/SHA512/120\nok 1603 /checksum/SHA512/121\nok 1604 /checksum/SHA512/122\nok 1605 /checksum/SHA512/123\nok 1606 /checksum/SHA512/124\nok 1607 /checksum/SHA512/125\nok 1608 /checksum/SHA512/126\nok 1609 /checksum/SHA512/127\nok 1610 /checksum/SHA512/128\nok 1611 /checksum/SHA512/129\nok 1612 /checksum/SHA512/130\nok 1613 /checksum/SHA512/131\nok 1614 /checksum/SHA512/132\nok 1615 /checksum/SHA512/133\nok 1616 /checksum/SHA512/134\nok 1617 /checksum/SHA512/135\nok 1618 /checksum/SHA512/136\nok 1619 /checksum/SHA512/137\nok 1620 /checksum/SHA512/138\nok 1621 /checksum/SHA512/139\nok 1622 /checksum/SHA512/140\nok 1623 /checksum/SHA512/141\nok 1624 /checksum/SHA512/142\nok 1625 /checksum/SHA512/143\nok 1626 /checksum/SHA512/144\nok 1627 /checksum/SHA512/145\nok 1628 /checksum/SHA512/146\nok 1629 /checksum/SHA512/147\nok 1630 /checksum/SHA512/148\nok 1631 /checksum/SHA512/149\nok 1632 /checksum/SHA512/150\nok 1633 /checksum/SHA512/151\nok 1634 /checksum/SHA512/152\nok 1635 /checksum/SHA512/153\nok 1636 /checksum/SHA512/154\nok 1637 /checksum/SHA512/155\nok 1638 /checksum/SHA512/156\nok 1639 /checksum/SHA512/157\nok 1640 /checksum/SHA512/158\nok 1641 /checksum/SHA512/159\nok 1642 /checksum/SHA512/160\nok 1643 /checksum/SHA512/161\nok 1644 /checksum/SHA512/162\nok 1645 /checksum/SHA512/163\nok 1646 /checksum/SHA512/164\nok 1647 /checksum/SHA512/165\nok 1648 /checksum/SHA512/166\nok 1649 /checksum/SHA512/167\nok 1650 /checksum/SHA512/168\nok 1651 /checksum/SHA512/169\nok 1652 /checksum/SHA512/170\nok 1653 /checksum/SHA512/171\nok 1654 /checksum/SHA512/172\nok 1655 /checksum/SHA512/173\nok 1656 /checksum/SHA512/174\nok 1657 /checksum/SHA512/175\nok 1658 /checksum/SHA512/176\nok 1659 /checksum/SHA512/177\nok 1660 /checksum/SHA512/178\nok 1661 /checksum/SHA512/179\nok 1662 /checksum/SHA512/180\nok 1663 /checksum/SHA512/181\nok 1664 /checksum/SHA512/182\nok 1665 /checksum/SHA512/183\nok 1666 /checksum/SHA512/string\nok 1667 /checksum/SHA512/bytes\n# Start of reset tests\nok 1668 /checksum/SHA512/reset/0\nok 1669 /checksum/SHA512/reset/1\nok 1670 /checksum/SHA512/reset/2\nok 1671 /checksum/SHA512/reset/3\nok 1672 /checksum/SHA512/reset/4\nok 1673 /checksum/SHA512/reset/5\nok 1674 /checksum/SHA512/reset/6\nok 1675 /checksum/SHA512/reset/7\nok 1676 /checksum/SHA512/reset/8\nok 1677 /checksum/SHA512/reset/9\nok 1678 /checksum/SHA512/reset/10\nok 1679 /checksum/SHA512/reset/11\nok 1680 /checksum/SHA512/reset/12\nok 1681 /checksum/SHA512/reset/13\nok 1682 /checksum/SHA512/reset/14\nok 1683 /checksum/SHA512/reset/15\nok 1684 /checksum/SHA512/reset/16\nok 1685 /checksum/SHA512/reset/17\nok 1686 /checksum/SHA512/reset/18\nok 1687 /checksum/SHA512/reset/19\nok 1688 /checksum/SHA512/reset/20\nok 1689 /checksum/SHA512/reset/21\nok 1690 /checksum/SHA512/reset/22\nok 1691 /checksum/SHA512/reset/23\nok 1692 /checksum/SHA512/reset/24\nok 1693 /checksum/SHA512/reset/25\nok 1694 /checksum/SHA512/reset/26\nok 1695 /checksum/SHA512/reset/27\nok 1696 /checksum/SHA512/reset/28\nok 1697 /checksum/SHA512/reset/29\nok 1698 /checksum/SHA512/reset/30\nok 1699 /checksum/SHA512/reset/31\nok 1700 /checksum/SHA512/reset/32\nok 1701 /checksum/SHA512/reset/33\nok 1702 /checksum/SHA512/reset/34\nok 1703 /checksum/SHA512/reset/35\nok 1704 /checksum/SHA512/reset/36\nok 1705 /checksum/SHA512/reset/37\nok 1706 /checksum/SHA512/reset/38\nok 1707 /checksum/SHA512/reset/39\nok 1708 /checksum/SHA512/reset/40\nok 1709 /checksum/SHA512/reset/41\nok 1710 /checksum/SHA512/reset/42\nok 1711 /checksum/SHA512/reset/43\nok 1712 /checksum/SHA512/reset/44\nok 1713 /checksum/SHA512/reset/45\nok 1714 /checksum/SHA512/reset/46\nok 1715 /checksum/SHA512/reset/47\nok 1716 /checksum/SHA512/reset/48\nok 1717 /checksum/SHA512/reset/49\nok 1718 /checksum/SHA512/reset/50\nok 1719 /checksum/SHA512/reset/51\nok 1720 /checksum/SHA512/reset/52\nok 1721 /checksum/SHA512/reset/53\nok 1722 /checksum/SHA512/reset/54\nok 1723 /checksum/SHA512/reset/55\nok 1724 /checksum/SHA512/reset/56\nok 1725 /checksum/SHA512/reset/57\nok 1726 /checksum/SHA512/reset/58\nok 1727 /checksum/SHA512/reset/59\nok 1728 /checksum/SHA512/reset/60\nok 1729 /checksum/SHA512/reset/61\nok 1730 /checksum/SHA512/reset/62\nok 1731 /checksum/SHA512/reset/63\nok 1732 /checksum/SHA512/reset/64\nok 1733 /checksum/SHA512/reset/65\nok 1734 /checksum/SHA512/reset/66\nok 1735 /checksum/SHA512/reset/67\nok 1736 /checksum/SHA512/reset/68\nok 1737 /checksum/SHA512/reset/69\nok 1738 /checksum/SHA512/reset/70\nok 1739 /checksum/SHA512/reset/71\nok 1740 /checksum/SHA512/reset/72\nok 1741 /checksum/SHA512/reset/73\nok 1742 /checksum/SHA512/reset/74\nok 1743 /checksum/SHA512/reset/75\nok 1744 /checksum/SHA512/reset/76\nok 1745 /checksum/SHA512/reset/77\nok 1746 /checksum/SHA512/reset/78\nok 1747 /checksum/SHA512/reset/79\nok 1748 /checksum/SHA512/reset/80\nok 1749 /checksum/SHA512/reset/81\nok 1750 /checksum/SHA512/reset/82\nok 1751 /checksum/SHA512/reset/83\nok 1752 /checksum/SHA512/reset/84\nok 1753 /checksum/SHA512/reset/85\nok 1754 /checksum/SHA512/reset/86\nok 1755 /checksum/SHA512/reset/87\nok 1756 /checksum/SHA512/reset/88\nok 1757 /checksum/SHA512/reset/89\nok 1758 /checksum/SHA512/reset/90\nok 1759 /checksum/SHA512/reset/91\nok 1760 /checksum/SHA512/reset/92\nok 1761 /checksum/SHA512/reset/93\nok 1762 /checksum/SHA512/reset/94\nok 1763 /checksum/SHA512/reset/95\nok 1764 /checksum/SHA512/reset/96\nok 1765 /checksum/SHA512/reset/97\nok 1766 /checksum/SHA512/reset/98\nok 1767 /checksum/SHA512/reset/99\nok 1768 /checksum/SHA512/reset/100\nok 1769 /checksum/SHA512/reset/101\nok 1770 /checksum/SHA512/reset/102\nok 1771 /checksum/SHA512/reset/103\nok 1772 /checksum/SHA512/reset/104\nok 1773 /checksum/SHA512/reset/105\nok 1774 /checksum/SHA512/reset/106\nok 1775 /checksum/SHA512/reset/107\nok 1776 /checksum/SHA512/reset/108\nok 1777 /checksum/SHA512/reset/109\nok 1778 /checksum/SHA512/reset/110\nok 1779 /checksum/SHA512/reset/111\nok 1780 /checksum/SHA512/reset/112\nok 1781 /checksum/SHA512/reset/113\nok 1782 /checksum/SHA512/reset/114\nok 1783 /checksum/SHA512/reset/115\nok 1784 /checksum/SHA512/reset/116\nok 1785 /checksum/SHA512/reset/117\nok 1786 /checksum/SHA512/reset/118\nok 1787 /checksum/SHA512/reset/119\nok 1788 /checksum/SHA512/reset/120\nok 1789 /checksum/SHA512/reset/121\nok 1790 /checksum/SHA512/reset/122\nok 1791 /checksum/SHA512/reset/123\nok 1792 /checksum/SHA512/reset/124\nok 1793 /checksum/SHA512/reset/125\nok 1794 /checksum/SHA512/reset/126\nok 1795 /checksum/SHA512/reset/127\nok 1796 /checksum/SHA512/reset/128\nok 1797 /checksum/SHA512/reset/129\nok 1798 /checksum/SHA512/reset/130\nok 1799 /checksum/SHA512/reset/131\nok 1800 /checksum/SHA512/reset/132\nok 1801 /checksum/SHA512/reset/133\nok 1802 /checksum/SHA512/reset/134\nok 1803 /checksum/SHA512/reset/135\nok 1804 /checksum/SHA512/reset/136\nok 1805 /checksum/SHA512/reset/137\nok 1806 /checksum/SHA512/reset/138\nok 1807 /checksum/SHA512/reset/139\nok 1808 /checksum/SHA512/reset/140\nok 1809 /checksum/SHA512/reset/141\nok 1810 /checksum/SHA512/reset/142\nok 1811 /checksum/SHA512/reset/143\nok 1812 /checksum/SHA512/reset/144\nok 1813 /checksum/SHA512/reset/145\nok 1814 /checksum/SHA512/reset/146\nok 1815 /checksum/SHA512/reset/147\nok 1816 /checksum/SHA512/reset/148\nok 1817 /checksum/SHA512/reset/149\nok 1818 /checksum/SHA512/reset/150\nok 1819 /checksum/SHA512/reset/151\nok 1820 /checksum/SHA512/reset/152\nok 1821 /checksum/SHA512/reset/153\nok 1822 /checksum/SHA512/reset/154\nok 1823 /checksum/SHA512/reset/155\nok 1824 /checksum/SHA512/reset/156\nok 1825 /checksum/SHA512/reset/157\nok 1826 /checksum/SHA512/reset/158\nok 1827 /checksum/SHA512/reset/159\nok 1828 /checksum/SHA512/reset/160\nok 1829 /checksum/SHA512/reset/161\nok 1830 /checksum/SHA512/reset/162\nok 1831 /checksum/SHA512/reset/163\nok 1832 /checksum/SHA512/reset/164\nok 1833 /checksum/SHA512/reset/165\nok 1834 /checksum/SHA512/reset/166\nok 1835 /checksum/SHA512/reset/167\nok 1836 /checksum/SHA512/reset/168\nok 1837 /checksum/SHA512/reset/169\nok 1838 /checksum/SHA512/reset/170\nok 1839 /checksum/SHA512/reset/171\nok 1840 /checksum/SHA512/reset/172\nok 1841 /checksum/SHA512/reset/173\nok 1842 /checksum/SHA512/reset/174\nok 1843 /checksum/SHA512/reset/175\nok 1844 /checksum/SHA512/reset/176\nok 1845 /checksum/SHA512/reset/177\nok 1846 /checksum/SHA512/reset/178\nok 1847 /checksum/SHA512/reset/179\nok 1848 /checksum/SHA512/reset/180\nok 1849 /checksum/SHA512/reset/181\nok 1850 /checksum/SHA512/reset/182\nok 1851 /checksum/SHA512/reset/183\n# End of reset tests\n# End of SHA512 tests\n# End of checksum tests\nPASS: glib/checksum.test\nRunning test: glib/win32-appinfo.test\nTAP version 14\n# random seed: R02S320c07c6ab4a93a7675cf3b51fd0f886\n1..5\n# Start of appinfo tests\nok 1 /appinfo/utf16-strfuncs\nok 2 /appinfo/win32-extract-executable\nok 3 /appinfo/win32-rundll32-fixup\nok 4 /appinfo/win32-parse-filename\nok 5 /appinfo/win32-utf16-conversion-fail\n# Start of subprocess tests\n# End of subprocess tests\n# End of appinfo tests\nPASS: glib/win32-appinfo.test\nRunning test: glib/memchunk.test\nTAP version 14\n# random seed: R02Sd4bcea9f6acbcca8a6db2126238e478a\n1..1\n# Start of memchunk tests\nok 1 /memchunk/basic\n# End of memchunk tests\nPASS: glib/memchunk.test\nRunning test: glib/type-flags.test\nTAP version 14\n# random seed: R02S93840e8fe9b83edae12702f5e04a5be7\n1..4\n# Start of type tests\n# Start of flags tests\nok 1 /type/flags/interface\nok 2 /type/flags/final\n# /type/flags/deprecated summary: Test that trying to instantiate a deprecated type results in a warning.\nok 3 /type/flags/deprecated\n# Start of final tests\nok 4 /type/flags/final/instance-check\n# End of final tests\n# End of flags tests\n# End of type tests\nPASS: glib/type-flags.test\nRunning test: glib/proxy-test.test\nTAP version 14\n# random seed: R02Sd075b099f5fdd46294ce9f834abf5f10\n1..11\n# Start of proxy tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestProxyResolver) for ?gio-proxy-resolver?\nok 1 /proxy/direct_sync\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /proxy/direct_async\nok 3 /proxy/single_sync\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7740 and GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 4 /proxy/single_async\nok 5 /proxy/multiple_sync\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a79e0 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a95b0 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a90c0 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 6 /proxy/multiple_async\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2597\nok 7 /proxy/invalid-uris-sync\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2597\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7740 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7c40 for GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7740 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 8 /proxy/invalid-uris-async\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: IPv6 DNS error: Not found\n# GLib-GIO-DEBUG: IPv4 DNS error: Not found\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: Not found\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Not found\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a9be0 and GSocketClientAsyncConnectData 0x563cba8a7b30\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a8d30 for GSocketClientAsyncConnectData 0x563cba8a7b30\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unsupported protocol\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7c40 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 9 /proxy/dns\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a95b0 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unsupported protocol\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a97c0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a97c0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a8d30 for GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unsupported protocol\nok 10 /proxy/override\nok 11 /proxy/enumerator-ports\n# End of proxy tests\nPASS: glib/proxy-test.test\nRunning test: glib/cond.test\nTAP version 14\n# random seed: R02S83c5827b8ee5c540deedd243fcedd63f\n1..4\n# Start of thread tests\nok 1 /thread/cond1\nok 2 /thread/cond2\n# Start of cond tests\nExecuting: glib/cond.test\nok 3 /thread/cond/wait-until\n# slow test /thread/cond/wait-until executed in 1.02 secs\n# Start of wait-until tests\n# /thread/cond/wait-until/contended-and-interrupted summary: Check proper handling of errno in g_cond_wait_until with a contended mutex\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/957\nok 4 /thread/cond/wait-until/contended-and-interrupted\n# slow test /thread/cond/wait-until/contended-and-interrupted executed in 1.10 secs\n# End of wait-until tests\n# End of cond tests\n# End of thread tests\nPASS: glib/cond.test\nRunning test: glib/converter-stream.test\nTAP version 14\n# random seed: R02S7e662f4e2d118848b63e0e130e8e3b9e\n1..17\n# Start of converter tests\nok 1 /converter/basics\n# End of converter tests\n# Start of converter-input-stream tests\nok 2 /converter-input-stream/expander\nok 3 /converter-input-stream/compressor\n# Start of truncation tests\nok 4 /converter-input-stream/truncation/zlib\nok 5 /converter-input-stream/truncation/gzip\nok 6 /converter-input-stream/truncation/raw\n# End of truncation tests\n# Start of charset tests\nok 7 /converter-input-stream/charset/utf8->latin1\nok 8 /converter-input-stream/charset/latin1->utf8\nok 9 /converter-input-stream/charset/fallbacks\n# End of charset tests\n# End of converter-input-stream tests\n# Start of converter-output-stream tests\n# Start of roundtrip tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 10 /converter-output-stream/roundtrip/zlib-0\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 11 /converter-output-stream/roundtrip/zlib-9\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 12 /converter-output-stream/roundtrip/gzip-0\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 13 /converter-output-stream/roundtrip/gzip-9\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 14 /converter-output-stream/roundtrip/raw-0\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 15 /converter-output-stream/roundtrip/raw-9\n# End of roundtrip tests\n# End of converter-output-stream tests\n# Start of converter-stream tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x55fe3bc1c290 and GSocketClientAsyncConnectData 0x55fe3bc190a0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x55fe3b83e380 for GSocketClientAsyncConnectData 0x55fe3bc190a0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 16 /converter-stream/pollable\nok 17 /converter-stream/leftover\n# End of converter-stream tests\nPASS: glib/converter-stream.test\nRunning test: glib/bookmarkfile.test\nTAP version 14\n# random seed: R02Sc5797d77889e5abcbf6149b73a426055\n1..96\n# Start of bookmarks tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-config1:/var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-data1:/var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/runtime\nok 1 /bookmarks/load-from-data-dirs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/to-file/.dirs/system-config1:/var/volatile/tmp/bookmarks/to-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/to-file/.dirs/system-data1:/var/volatile/tmp/bookmarks/to-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/to-file/.dirs/runtime\n# Roundtrip from newly created bookmark file /var/volatile/tmp/bookmarkfile-test-09EJ82.xbel\n# Roundtrip from a valid bookmark file\nok 2 /bookmarks/to-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/move-item/.dirs/system-config1:/var/volatile/tmp/bookmarks/move-item/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/move-item/.dirs/system-data1:/var/volatile/tmp/bookmarks/move-item/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/move-item/.dirs/runtime\nok 3 /bookmarks/move-item\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/corner-cases/.dirs/system-config1:/var/volatile/tmp/bookmarks/corner-cases/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/corner-cases/.dirs/system-data1:/var/volatile/tmp/bookmarks/corner-cases/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/corner-cases/.dirs/runtime\nok 4 /bookmarks/corner-cases\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/misc/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/misc/.dirs/system-config1:/var/volatile/tmp/bookmarks/misc/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/misc/.dirs/system-data1:/var/volatile/tmp/bookmarks/misc/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/misc/.dirs/runtime\nok 5 /bookmarks/misc\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/deprecated/.dirs/system-config1:/var/volatile/tmp/bookmarks/deprecated/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/deprecated/.dirs/system-data1:/var/volatile/tmp/bookmarks/deprecated/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/deprecated/.dirs/runtime\nok 6 /bookmarks/deprecated\n# Start of parse tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/runtime\nok 7 /bookmarks/parse/fail-42.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/runtime\nok 8 /bookmarks/parse/fail-26.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/runtime\nok 9 /bookmarks/parse/fail-05.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/runtime\nok 10 /bookmarks/parse/valid-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/runtime\nok 11 /bookmarks/parse/fail-08.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/runtime\nok 12 /bookmarks/parse/fail-29.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/runtime\nok 13 /bookmarks/parse/fail-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/runtime\nok 14 /bookmarks/parse/fail-15.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/runtime\nok 15 /bookmarks/parse/fail-41.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/runtime\nok 16 /bookmarks/parse/fail-12.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/runtime\nok 17 /bookmarks/parse/fail-39.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/runtime\nok 18 /bookmarks/parse/fail-18.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/runtime\nok 19 /bookmarks/parse/fail-14.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/runtime\nok 20 /bookmarks/parse/fail-17.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/runtime\nok 21 /bookmarks/parse/fail-33.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/runtime\nok 22 /bookmarks/parse/fail-19.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/runtime\nok 23 /bookmarks/parse/fail-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/runtime\nok 24 /bookmarks/parse/fail-36.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/runtime\nok 25 /bookmarks/parse/fail-11.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/runtime\nok 26 /bookmarks/parse/valid-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/runtime\nok 27 /bookmarks/parse/fail-22.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/runtime\nok 28 /bookmarks/parse/fail-21.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/runtime\nok 29 /bookmarks/parse/fail-30.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/runtime\nok 30 /bookmarks/parse/fail-20.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/runtime\nok 31 /bookmarks/parse/fail-23.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/runtime\nok 32 /bookmarks/parse/fail-13.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/runtime\nok 33 /bookmarks/parse/fail-24.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/runtime\nok 34 /bookmarks/parse/fail-35.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/runtime\nok 35 /bookmarks/parse/fail-25.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/runtime\nok 36 /bookmarks/parse/fail-32.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/runtime\nok 37 /bookmarks/parse/valid-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/runtime\nok 38 /bookmarks/parse/fail-16.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/runtime\nok 39 /bookmarks/parse/fail-06.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/runtime\nok 40 /bookmarks/parse/fail-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/runtime\nok 41 /bookmarks/parse/fail-27.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/runtime\nok 42 /bookmarks/parse/fail-10.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/runtime\nok 43 /bookmarks/parse/fail-04.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/runtime\nok 44 /bookmarks/parse/fail-28.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/runtime\nok 45 /bookmarks/parse/fail-31.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/runtime\nok 46 /bookmarks/parse/fail-07.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/runtime\nok 47 /bookmarks/parse/fail-40.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/runtime\nok 48 /bookmarks/parse/fail-09.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/runtime\nok 49 /bookmarks/parse/fail-34.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/runtime\nok 50 /bookmarks/parse/fail-38.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/runtime\nok 51 /bookmarks/parse/fail-37.xbel\n# End of parse tests\n# Start of copy tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/runtime\nok 52 /bookmarks/copy/fail-42.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/runtime\nok 53 /bookmarks/copy/fail-26.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/runtime\nok 54 /bookmarks/copy/fail-05.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/runtime\nok 55 /bookmarks/copy/valid-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/runtime\nok 56 /bookmarks/copy/fail-08.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/runtime\nok 57 /bookmarks/copy/fail-29.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/runtime\nok 58 /bookmarks/copy/fail-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/runtime\nok 59 /bookmarks/copy/fail-15.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/runtime\nok 60 /bookmarks/copy/fail-41.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/runtime\nok 61 /bookmarks/copy/fail-12.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/runtime\nok 62 /bookmarks/copy/fail-39.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/runtime\nok 63 /bookmarks/copy/fail-18.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/runtime\nok 64 /bookmarks/copy/fail-14.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/runtime\nok 65 /bookmarks/copy/fail-17.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/runtime\nok 66 /bookmarks/copy/fail-33.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/runtime\nok 67 /bookmarks/copy/fail-19.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/runtime\nok 68 /bookmarks/copy/fail-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/runtime\nok 69 /bookmarks/copy/fail-36.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/runtime\nok 70 /bookmarks/copy/fail-11.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/runtime\nok 71 /bookmarks/copy/valid-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/runtime\nok 72 /bookmarks/copy/fail-22.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/runtime\nok 73 /bookmarks/copy/fail-21.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/runtime\nok 74 /bookmarks/copy/fail-30.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/runtime\nok 75 /bookmarks/copy/fail-20.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/runtime\nok 76 /bookmarks/copy/fail-23.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/runtime\nok 77 /bookmarks/copy/fail-13.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/runtime\nok 78 /bookmarks/copy/fail-24.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/runtime\nok 79 /bookmarks/copy/fail-35.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/runtime\nok 80 /bookmarks/copy/fail-25.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/runtime\nok 81 /bookmarks/copy/fail-32.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/runtime\nok 82 /bookmarks/copy/valid-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/runtime\nok 83 /bookmarks/copy/fail-16.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/runtime\nok 84 /bookmarks/copy/fail-06.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/runtime\nok 85 /bookmarks/copy/fail-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/runtime\nok 86 /bookmarks/copy/fail-27.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/runtime\nok 87 /bookmarks/copy/fail-10.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/runtime\nok 88 /bookmarks/copy/fail-04.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/runtime\nok 89 /bookmarks/copy/fail-28.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/runtime\nok 90 /bookmarks/copy/fail-31.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/runtime\nok 91 /bookmarks/copy/fail-07.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/runtime\nok 92 /bookmarks/copy/fail-40.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/runtime\nok 93 /bookmarks/copy/fail-09.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/runtime\nok 94 /bookmarks/copy/fail-34.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/runtime\nok 95 /bookmarks/copy/fail-38.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/runtime\nok 96 /bookmarks/copy/fail-37.xbel\n# End of copy tests\n# End of bookmarks tests\nPASS: glib/bookmarkfile.test\nRunning test: glib/cmph-bdz.test\nTAP version 14\n# random seed: R02S498ac0d108794ead1d96a23b8fe374b2\n1..2\n# Start of cmph-bdz tests\nok 1 /cmph-bdz/search\nok 2 /cmph-bdz/search-packed\n# End of cmph-bdz tests\nPASS: glib/cmph-bdz.test\nRunning test: glib/properties-introspection.test\nTAP version 14\n# random seed: R02S37ad5aeebab15204704dc90c058629e3\n1..2\n# Start of properties tests\n# /properties/introspection summary: Verify that introspecting properties on an interface initializes the GParamSpecPool.\nok 1 /properties/introspection\n# /properties/collision summary: Verify that multiple threads create a single GParamSpecPool.\nok 2 /properties/collision\n# End of properties tests\nPASS: glib/properties-introspection.test\nRunning test: glib/g-file-info.test\nTAP version 14\n# random seed: R02S37f902625b80afc6f8b3bb16a46be0b1\n1..6\n# Start of g-file-info tests\nok 1 /g-file-info/test_g_file_info\n# /g-file-info/xattrs summary: Test setting and getting escaped xattrs\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 2 /g-file-info/xattrs\n# /g-file-info/set-modified-date-time-precision summary: Test that g_file_info_set_modified_date_time() preserves microseconds\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3116\nok 3 /g-file-info/set-modified-date-time-precision\n# Start of test_g_file_info tests\n# /g-file-info/test_g_file_info/modification-time summary: Test that getting the modification time of a file works.\nok 4 /g-file-info/test_g_file_info/modification-time\n# /g-file-info/test_g_file_info/access-time summary: Test that getting the access time of a file works.\nok 5 /g-file-info/test_g_file_info/access-time\n# /g-file-info/test_g_file_info/creation-time summary: Test that getting the creation time of a file works.\nok 6 /g-file-info/test_g_file_info/creation-time\n# End of test_g_file_info tests\n# End of g-file-info tests\nPASS: glib/g-file-info.test\nRunning test: glib/spawn-path-search.test\nTAP version 14\n# random seed: R02S1dbd001271658acf8051ca9135a05267\n1..7\n# Start of spawn tests\n# /spawn/do-not-search summary: Without G_SPAWN_SEARCH_PATH, spawn-test-helper means ./spawn-test-helper.\n# \n# this is spawn-test-helper from glib/tests\n# \nok 1 /spawn/do-not-search\n# /spawn/search-path summary: With G_SPAWN_SEARCH_PATH, spawn-test-helper means $PATH/spawn-test-helper.\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 2 /spawn/search-path\n# /spawn/search-path-from-envp summary: With G_SPAWN_SEARCH_PATH_FROM_ENVP, spawn-test-helper means $PATH/spawn-test-helper with $PATH from envp.\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 3 /spawn/search-path-from-envp\n# /spawn/search-path-ambiguous summary: With G_SPAWN_SEARCH_PATH and G_SPAWN_SEARCH_PATH_FROM_ENVP, the latter wins.\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 4 /spawn/search-path-ambiguous\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 5 /spawn/search-path-heap-allocation\n# /spawn/search-path-fallback-in-environ summary: With G_SPAWN_SEARCH_PATH but no PATH, a fallback is used.\n# \n# this is spawn-test-helper from glib/tests\n# \nok 6 /spawn/search-path-fallback-in-environ\n# /spawn/search-path-fallback-in-envp summary: With G_SPAWN_SEARCH_PATH_FROM_ENVP but no PATH, a fallback is used.\n# \n# this is spawn-test-helper from glib/tests\n# \nok 7 /spawn/search-path-fallback-in-envp\n# End of spawn tests\nPASS: glib/spawn-path-search.test\nRunning test: glib/io-stream.test\nTAP version 14\n# random seed: R02S9a75494703e491efe17150c25fe0e048\n1..3\n# Start of io-stream tests\nok 1 /io-stream/copy-chunks\n# Start of close tests\n# Start of async tests\nok 2 /io-stream/close/async/memory\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 3 /io-stream/close/async/file\n# End of async tests\n# End of close tests\n# End of io-stream tests\nPASS: glib/io-stream.test\nRunning test: glib/642026-ec.test\nTAP version 14\n# random seed: R02Sb6c308ac75b09ea5b4ade33ea54fd471\n1..1\n# Start of glib tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026\nok 1 /glib/642026\n# End of glib tests\nPASS: glib/642026-ec.test\nRunning test: glib/cxx-14.test\nTAP version 14\n# random seed: R02Sdc40b10bf08d6fad65c9831d6e78c663\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-14.test\nRunning test: glib/network-monitor.test\nTAP version 14\n# random seed: R02Sfbca13838aec943bc07d77262d573a0e\n1..4\n# Start of network-monitor tests\n# GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals\n# GLib-GIO-DEBUG: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor?\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\nok 1 /network-monitor/default\nok 2 /network-monitor/remove_default\nok 3 /network-monitor/add_networks\nok 4 /network-monitor/remove_networks\n# End of network-monitor tests\nPASS: glib/network-monitor.test\nRunning test: glib/refcount.test\nTAP version 14\n# random seed: R02Scfd20594270c6106245cf750c7a98e75\n1..4\n# Start of refcount tests\nok 1 /refcount/grefcount\nok 2 /refcount/gatomicrefcount\n# Start of grefcount tests\nok 3 /refcount/grefcount/saturation\n# End of grefcount tests\n# Start of gatomicrefcount tests\nok 4 /refcount/gatomicrefcount/saturation\n# End of gatomicrefcount tests\n# End of refcount tests\nPASS: glib/refcount.test\nRunning test: glib/list.test\nTAP version 14\n# random seed: R02S9b43a0f2ed94d181de25324ef4fb609a\n1..20\n# Start of list tests\nok 1 /list/sort\nok 2 /list/sort-with-data\nok 3 /list/insert-before-link\nok 4 /list/insert-sorted\nok 5 /list/insert-sorted-with-data\nok 6 /list/reverse\nok 7 /list/nth\nok 8 /list/concat\nok 9 /list/remove\nok 10 /list/remove-all\nok 11 /list/first-last\nok 12 /list/insert\nok 13 /list/free-full\nok 14 /list/copy\nok 15 /list/copy-deep\nok 16 /list/delete-link\nok 17 /list/prepend\nok 18 /list/position\nok 19 /list/double-free\n# Start of sort tests\nok 20 /list/sort/stable\n# End of sort tests\n# End of list tests\nPASS: glib/list.test\nRunning test: glib/sandbox.test\nTAP version 14\n# random seed: R02S9ff543beedccd041aa3ca72322a00aad\n1..4\n# Start of sandbox tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/none/.dirs/system-config1:/var/volatile/tmp/sandbox/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/none/.dirs/system-data1:/var/volatile/tmp/sandbox/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/none/.dirs/runtime\nok 1 /sandbox/none\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/snap/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/snap/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/snap/.dirs/system-config1:/var/volatile/tmp/sandbox/snap/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/snap/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/snap/.dirs/system-data1:/var/volatile/tmp/sandbox/snap/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/snap/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/snap/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/snap/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/snap/current/meta/snap.yaml\nok 2 /sandbox/snap\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/classic-snap/.dirs/system-config1:/var/volatile/tmp/sandbox/classic-snap/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/classic-snap/.dirs/system-data1:/var/volatile/tmp/sandbox/classic-snap/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/classic-snap/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/snap/current/meta/snap.yaml\nok 3 /sandbox/classic-snap\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/flatpak/.dirs/system-config1:/var/volatile/tmp/sandbox/flatpak/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/flatpak/.dirs/system-data1:/var/volatile/tmp/sandbox/flatpak/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/flatpak/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/sandbox/flatpak/.dirs/runtime/.flatpak-info\nok 4 /sandbox/flatpak\n# End of sandbox tests\nPASS: glib/sandbox.test\nRunning test: glib/macros-c-99.test\nTAP version 14\n# random seed: R02Scbf98178ba6693f35044c58f440f28c6\n1..4\n# Start of C tests\nok 1 /C/standard-99\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-99.test\nRunning test: glib/charset.test\nTAP version 14\n# random seed: R02S8617f406346e54023a1c02634fd545e3\n1..2\n# Start of charset tests\n# Test 0\n# Test 1\n# Test 2\n# Test 3\nok 1 /charset/language_names_with_category\nok 2 /charset/language_names_with_category_async\n# End of charset tests\nPASS: glib/charset.test\nRunning test: glib/task.test\nTAP version 14\n# random seed: R02S1f685aabba19eea39f44a1adfc8a47a3\n1..36\n# Start of gtask tests\nok 1 /gtask/basic\nok 2 /gtask/error\nok 3 /gtask/error-literal\nok 4 /gtask/error-literal-from-variable\nok 5 /gtask/return-from-same-iteration\nok 6 /gtask/return-from-toplevel\nok 7 /gtask/return-from-anon-thread\nok 8 /gtask/return-from-wrong-thread\nok 9 /gtask/no-callback\nok 10 /gtask/report-error\nok 11 /gtask/priority\nok 12 /gtask/name\nok 13 /gtask/static-name\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1608\nok 14 /gtask/asynchronous-cancellation\nok 15 /gtask/check-cancellable\nok 16 /gtask/return-if-cancelled\nok 17 /gtask/run-in-thread\nok 18 /gtask/run-in-thread-sync\nok 19 /gtask/run-in-thread-priority\nok 20 /gtask/run-in-thread-nested\nok 21 /gtask/run-in-thread-overflow\n# slow test /gtask/run-in-thread-overflow executed in 0.51 secs\n# GLib-GIO-DEBUG: GTask 0x560bbe491f10 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 22 /gtask/return-on-cancel\n# GLib-GIO-DEBUG: GTask 0x560bbe493500 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\n# GLib-GIO-DEBUG: GTask 0x560bbe491aa0 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\n# GLib-GIO-DEBUG: GTask 0x560bbe491e30 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 23 /gtask/return-on-cancel-sync\nok 24 /gtask/return-on-cancel-atomic\nok 25 /gtask/return-pointer\nok 26 /gtask/return-value\nok 27 /gtask/return-prefixed-error\nok 28 /gtask/object-keepalive\nok 29 /gtask/legacy-error\nok 30 /gtask/finalize-without-return\n# Start of name tests\nok 31 /gtask/name/macro-wrapper\n# End of name tests\n# Start of return tests\nok 32 /gtask/return/error-first\nok 33 /gtask/return/value-first\n# Start of in-idle tests\nok 34 /gtask/return/in-idle/error-first\nok 35 /gtask/return/in-idle/value-first\n# End of in-idle tests\n# End of return tests\n# Start of attach-source tests\n# /gtask/attach-source/set-name summary: Test that attaching a source to a task will set the source?s name if unset\nok 36 /gtask/attach-source/set-name\n# End of attach-source tests\n# End of gtask tests\nPASS: glib/task.test\nRunning test: glib/option-argv0.test\nTAP version 14\n# random seed: R02S3ef968961a050b183e4ff345b2f3c404\n1..1\n# Start of option tests\nok 1 /option/argv0\n# End of option tests\nPASS: glib/option-argv0.test\nRunning test: glib/utf8-misc.test\nTAP version 14\n# random seed: R02S540d9df58c271ca11bbbbf7eebdac7b3\n1..7\n# Start of utf8 tests\nok 1 /utf8/strlen\nok 2 /utf8/strncpy\nok 3 /utf8/strrchr\nok 4 /utf8/reverse\nok 5 /utf8/substring\nok 6 /utf8/make-valid\nok 7 /utf8/truncate-middle\n# End of utf8 tests\nPASS: glib/utf8-misc.test\nRunning test: glib/mainloop.test\nTAP version 14\n# random seed: R02S8005c7a14263f883644c408da8fd5c08\n1..45\n# Start of maincontext tests\nok 1 /maincontext/basic\n# Add same-priority sources: 6\n# Find each source: 0\n# Remove in random order: 8\nok 2 /maincontext/nsources_same_priority\n# Add different-priority sources: 7\n# Find each source: 0\n# Remove in random order: 12\nok 3 /maincontext/nsources_different_priority\n# Add sources from threads: 188\n# Remove sources from threads: 61\nok 4 /maincontext/nsources_threadpool\nok 5 /maincontext/source_finalization\n# /maincontext/idle-once summary: Test g_idle_add_once() works\nok 6 /maincontext/idle-once\n# /maincontext/timeout-once summary: Test g_timeout_add_once() works\nok 7 /maincontext/timeout-once\n# Start of source_finalization_from_source tests\n# /maincontext/source_finalization_from_source/0 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 8 /maincontext/source_finalization_from_source/0\n# /maincontext/source_finalization_from_source/1 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 9 /maincontext/source_finalization_from_source/1\n# /maincontext/source_finalization_from_source/2 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 10 /maincontext/source_finalization_from_source/2\n# /maincontext/source_finalization_from_source/3 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 11 /maincontext/source_finalization_from_source/3\n# /maincontext/source_finalization_from_source/4 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 12 /maincontext/source_finalization_from_source/4\n# /maincontext/source_finalization_from_source/5 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 13 /maincontext/source_finalization_from_source/5\n# /maincontext/source_finalization_from_source/6 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 14 /maincontext/source_finalization_from_source/6\n# /maincontext/source_finalization_from_source/7 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 15 /maincontext/source_finalization_from_source/7\n# /maincontext/source_finalization_from_source/8 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 16 /maincontext/source_finalization_from_source/8\n# /maincontext/source_finalization_from_source/9 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 17 /maincontext/source_finalization_from_source/9\n# End of source_finalization_from_source tests\n# Start of source_finalization_from_dispatch tests\n# /maincontext/source_finalization_from_dispatch/0 summary: Tests if freeing a GSource as part of another GSource during main context iteration works.\nok 18 /maincontext/source_finalization_from_dispatch/0\n# /maincontext/source_finalization_from_dispatch/1 summary: Tests if freeing a GSource as part of another GSource during main context iteration works.\nok 19 /maincontext/source_finalization_from_dispatch/1\n# /maincontext/source_finalization_from_dispatch/2 summary: Tests if freeing a GSource as part of another GSource during main context iteration works.\nok 20 /maincontext/source_finalization_from_dispatch/2\n# End of source_finalization_from_dispatch tests\n# End of maincontext tests\n# Start of mainloop tests\nok 21 /mainloop/basic\nok 22 /mainloop/timeouts # SKIP Not running timing heavy test\nok 23 /mainloop/priorities\nok 24 /mainloop/invoke\n# slow test /mainloop/invoke executed in 0.50 secs\nok 25 /mainloop/child_sources\n# slow test /mainloop/child_sources executed in 1.16 secs\nExecuting: glib/mainloop.test\nok 26 /mainloop/recursive_child_sources\n# slow test /mainloop/recursive_child_sources executed in 2.14 secs\nok 27 /mainloop/recursive_loop_child_sources\nok 28 /mainloop/swapping_child_sources\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=701283\nok 29 /mainloop/blocked_child_sources\nok 30 /mainloop/source_time\n# slow test /mainloop/source_time executed in 1.00 secs\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=687098\nok 31 /mainloop/overflow\nok 32 /mainloop/ready-time\n# slow test /mainloop/ready-time executed in 0.50 secs\nok 33 /mainloop/wakeup\nok 34 /mainloop/remove-invalid\nok 35 /mainloop/unref-while-pending\nok 36 /mainloop/unix-fd\nok 37 /mainloop/unix-fd-source\nok 38 /mainloop/source-unix-fd-api\nok 39 /mainloop/wait\nok 40 /mainloop/unix-file-poll\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/1592\nok 41 /mainloop/unix-fd-priority\nok 42 /mainloop/nfds\nok 43 /mainloop/steal-fd\n# Start of ownerless-polling tests\nok 44 /mainloop/ownerless-polling/attach-first\nok 45 /mainloop/ownerless-polling/pop-first\n# End of ownerless-polling tests\n# End of mainloop tests\nPASS: glib/mainloop.test\nRunning test: glib/bytes.test\nTAP version 14\n# random seed: R02S45c5bb694bf7ec8fdddf970400819622\n1..21\n# Start of bytes tests\nok 1 /bytes/new\nok 2 /bytes/new-take\nok 3 /bytes/new-static\nok 4 /bytes/new-with-free-func\nok 5 /bytes/new-from-bytes\nok 6 /bytes/new-from-bytes-slice\nok 7 /bytes/new-from-bytes-shared-ref\nok 8 /bytes/hash\nok 9 /bytes/equal\nok 10 /bytes/compare\nok 11 /bytes/null\nok 12 /bytes/get-region\n# /bytes/unref-null summary: Test that calling g_bytes_unref() on NULL is a no-op\nok 13 /bytes/unref-null\n# Start of to-data tests\nok 14 /bytes/to-data/transferred\nok 15 /bytes/to-data/two-refs\nok 16 /bytes/to-data/non-malloc\nok 17 /bytes/to-data/different-free-func\n# End of to-data tests\n# Start of to-array tests\nok 18 /bytes/to-array/transferred\nok 19 /bytes/to-array/two-refs\nok 20 /bytes/to-array/non-malloc\n# Start of transferred tests\n# g_bytes_unref_to_array() can only take GBytes up to G_MAXUINT in length; test that longer ones are rejected\nok 21 /bytes/to-array/transferred/oversize\n# End of transferred tests\n# End of to-array tests\n# End of bytes tests\nPASS: glib/bytes.test\nRunning test: glib/registered-type-info.test\nTAP version 14\n# random seed: R02S4346b494813a2546b17c84d4cd232637\n1..1\n# Start of registered-type-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/registered-type-info/boxed/.dirs/system-config1:/var/volatile/tmp/registered-type-info/boxed/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/registered-type-info/boxed/.dirs/system-data1:/var/volatile/tmp/registered-type-info/boxed/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/registered-type-info/boxed/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /registered-type-info/boxed summary: Test various boxed and non-boxed types for GIRegisteredTypeInfo\n# Expecting CClosure to not be boxed\n# Expecting TypeCValue to not be boxed\n# Expecting InitiallyUnownedClass to not be boxed\n# Expecting BookmarkFile to be boxed\n# Expecting Closure to be boxed\n# Expecting Object to not be boxed\nok 1 /registered-type-info/boxed\n# End of registered-type-info tests\nPASS: glib/registered-type-info.test\nRunning test: glib/gobject-private.test\nTAP version 14\n# random seed: R02S415c107651ffc43767c34c035d3421a3\n1..3\n# Start of private tests\nok 1 /private/instance\nok 2 /private/derived-instance\nok 3 /private/mixed-derived-instance\n# End of private tests\nPASS: glib/gobject-private.test\nRunning test: glib/giomodule.test\nTAP version 14\n# random seed: R02S26851534a4224c84c46cd2c2a417d799\n1..3\n# Start of giomodule tests\nok 1 /giomodule/extension-point\nok 2 /giomodule/module-scan-all\nok 3 /giomodule/module-scan-all-with-scope\n# End of giomodule tests\nPASS: glib/giomodule.test\nRunning test: glib/genmarshal.py.test\nTAP version 13\nok 1 __main__.TestGenmarshal.test_empty_list\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmp2_0w63pj\n# /tmp/tmp2_0w63pj/tmpdwqk7hhj.list: \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp2_0w63pj/tmpdwqk7hhj.list', '--header', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# #include <glib-object.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp2_0w63pj/tmpdwqk7hhj.list', '--body', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #include <glib-object.h>\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# Error:\nok 2 __main__.TestGenmarshal.test_help\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpekzoc1vy\n# Running: ['/usr/bin/glib-genmarshal', '--help']\n# Return code: 0\n# Output:\n#  usage: glib-genmarshal [-h] [--prefix STRING] [--output FILE] [--skip-source]\n#                        [--internal] [--valist-marshallers] [-v]\n#                        [--g-fatal-warnings] [--include-header [HEADER]]\n#                        [--pragma-once] [-D CPP_DEFINES] [-U CPP_UNDEFINES]\n#                        [--prototypes] [--header] [--body] [--stdinc |\n#                        --nostdinc] [--quiet | --verbose]\n#                        [FILE ...]\n# \n# Generate signal marshallers for GObject\n# \n# positional arguments:\n#   FILE                  Files with lists of marshallers to generate, or \"-\"\n#                         for standard input\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --prefix STRING       Specify marshaller prefix\n#   --output FILE         Write output into the specified file\n#   --skip-source         Skip source location comments\n#   --internal            Mark generated functions as internal\n#   --valist-marshallers  Generate va_list marshallers\n#   -v, --version         Print version information, and exit\n#   --g-fatal-warnings    Make warnings fatal\n#   --include-header [HEADER]\n#                         Include the specified header in the body\n#   --pragma-once         Use \"pragma once\" as the inclusion guard\n#   -D CPP_DEFINES        Pre-processor define\n#   -U CPP_UNDEFINES      Pre-processor undefine\n#   --prototypes          Generate the marshallers prototype in the C code\n#   --header              Generate C headers\n#   --body                Generate C code\n#   --stdinc              Include standard marshallers\n#   --nostdinc            Use standard marshallers\n#   --quiet               Only print warnings and errors\n#   --verbose             Be verbose, and include debugging information\n# Error:\nok 3 __main__.TestGenmarshal.test_no_args\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpwb9b1erv\n# Running: ['/usr/bin/glib-genmarshal']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 4 __main__.TestGenmarshal.test_void_boolean\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpvw985p4y\n# /tmp/tmpvw985p4y/tmp08s7k2p8.list: VOID:BOOLEAN\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpvw985p4y/tmp08s7k2p8.list', '--header', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# #include <glib-object.h>\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:BOOLEAN (/tmp/tmpvw985p4y/tmp08s7k2p8.list:1) */\n# #define g_cclosure_user_marshal_VOID__BOOLEAN\tg_cclosure_marshal_VOID__BOOLEAN\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpvw985p4y/tmp08s7k2p8.list', '--body', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #include <glib-object.h>\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# Error:\nok 5 __main__.TestGenmarshal.test_void_boolean_int64\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpw060q883\n# /tmp/tmpw060q883/tmp3pcqy_v2.list: VOID:BOOLEAN,INT64\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpw060q883/tmp3pcqy_v2.list', '--header', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# #include <glib-object.h>\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:BOOLEAN,INT64 (/tmp/tmpw060q883/tmp3pcqy_v2.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__BOOLEAN_INT64 (GClosure     *closure,\n#                                                   GValue       *return_value,\n#                                                   guint         n_param_values,\n#                                                   const GValue *param_values,\n#                                                   gpointer      invocation_hint,\n#                                                   gpointer      marshal_data);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpw060q883/tmp3pcqy_v2.list', '--body', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #include <glib-object.h>\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:BOOLEAN,INT64 (/tmp/tmpw060q883/tmp3pcqy_v2.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__BOOLEAN_INT64 (GClosure     *closure,\n#                                              GValue       *return_value G_GNUC_UNUSED,\n#                                              guint         n_param_values,\n#                                              const GValue *param_values,\n#                                              gpointer      invocation_hint G_GNUC_UNUSED,\n#                                              gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__BOOLEAN_INT64) (gpointer data1,\n#                                                     gboolean arg1,\n#                                                     gint64 arg2,\n#                                                     gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__BOOLEAN_INT64 callback;\n# \n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__BOOLEAN_INT64) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_boolean (param_values + 1),\n#             g_marshal_value_peek_int64 (param_values + 2),\n#             data2);\n# }\n# Error:\nok 6 __main__.TestGenmarshal.test_void_param_nostdinc\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpai10dr1y\n# /tmp/tmpai10dr1y/tmpso7b_cnl.list: VOID:PARAM\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpai10dr1y/tmpso7b_cnl.list', '--header', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:PARAM (/tmp/tmpai10dr1y/tmpso7b_cnl.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__PARAM (GClosure     *closure,\n#                                           GValue       *return_value,\n#                                           guint         n_param_values,\n#                                           const GValue *param_values,\n#                                           gpointer      invocation_hint,\n#                                           gpointer      marshal_data);\n# extern\n# void g_cclosure_user_marshal_VOID__PARAMv (GClosure *closure,\n#                                            GValue   *return_value,\n#                                            gpointer  instance,\n#                                            va_list   args,\n#                                            gpointer  marshal_data,\n#                                            int       n_params,\n#                                            GType    *param_types);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpai10dr1y/tmpso7b_cnl.list', '--body', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:PARAM (/tmp/tmpai10dr1y/tmpso7b_cnl.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__PARAM (GClosure     *closure,\n#                                      GValue       *return_value G_GNUC_UNUSED,\n#                                      guint         n_param_values,\n#                                      const GValue *param_values,\n#                                      gpointer      invocation_hint G_GNUC_UNUSED,\n#                                      gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__PARAM) (gpointer data1,\n#                                             gpointer arg1,\n#                                             gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__PARAM callback;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__PARAM) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_param (param_values + 1),\n#             data2);\n# }\n# \n# void\n# g_cclosure_user_marshal_VOID__PARAMv (GClosure *closure,\n#                                       GValue   *return_value G_GNUC_UNUSED,\n#                                       gpointer  instance,\n#                                       va_list   args,\n#                                       gpointer  marshal_data,\n#                                       int       n_params,\n#                                       GType    *param_types)\n# {\n#   typedef void (*GMarshalFunc_VOID__PARAM) (gpointer data1,\n#                                             gpointer arg1,\n#                                             gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__PARAM callback;\n#   gpointer arg0;\n#   va_list args_copy;\n# \n#   va_copy (args_copy, args);\n#   arg0 = (gpointer) va_arg (args_copy, gpointer);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     arg0 = g_param_spec_ref (arg0);\n#   va_end (args_copy);\n# \n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = instance;\n#     }\n#   else\n#     {\n#       data1 = instance;\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__PARAM) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             arg0,\n#             data2);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     g_param_spec_unref (arg0);\n# }\n# Error:\nok 7 __main__.TestGenmarshal.test_void_string_nostdinc\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmp3m2m50c6\n# /tmp/tmp3m2m50c6/tmp_mqts7p3.list: VOID:STRING\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp3m2m50c6/tmp_mqts7p3.list', '--header', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:STRING (/tmp/tmp3m2m50c6/tmp_mqts7p3.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__STRING (GClosure     *closure,\n#                                            GValue       *return_value,\n#                                            guint         n_param_values,\n#                                            const GValue *param_values,\n#                                            gpointer      invocation_hint,\n#                                            gpointer      marshal_data);\n# extern\n# void g_cclosure_user_marshal_VOID__STRINGv (GClosure *closure,\n#                                             GValue   *return_value,\n#                                             gpointer  instance,\n#                                             va_list   args,\n#                                             gpointer  marshal_data,\n#                                             int       n_params,\n#                                             GType    *param_types);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp3m2m50c6/tmp_mqts7p3.list', '--body', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:STRING (/tmp/tmp3m2m50c6/tmp_mqts7p3.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__STRING (GClosure     *closure,\n#                                       GValue       *return_value G_GNUC_UNUSED,\n#                                       guint         n_param_values,\n#                                       const GValue *param_values,\n#                                       gpointer      invocation_hint G_GNUC_UNUSED,\n#                                       gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__STRING) (gpointer data1,\n#                                              gpointer arg1,\n#                                              gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__STRING callback;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__STRING) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_string (param_values + 1),\n#             data2);\n# }\n# \n# void\n# g_cclosure_user_marshal_VOID__STRINGv (GClosure *closure,\n#                                        GValue   *return_value G_GNUC_UNUSED,\n#                                        gpointer  instance,\n#                                        va_list   args,\n#                                        gpointer  marshal_data,\n#                                        int       n_params,\n#                                        GType    *param_types)\n# {\n#   typedef void (*GMarshalFunc_VOID__STRING) (gpointer data1,\n#                                              gpointer arg1,\n#                                              gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__STRING callback;\n#   gpointer arg0;\n#   va_list args_copy;\n# \n#   va_copy (args_copy, args);\n#   arg0 = (gpointer) va_arg (args_copy, gpointer);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     arg0 = g_strdup (arg0);\n#   va_end (args_copy);\n# \n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = instance;\n#     }\n#   else\n#     {\n#       data1 = instance;\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__STRING) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             arg0,\n#             data2);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     g_free (arg0);\n# }\n# Error:\nok 8 __main__.TestGenmarshal.test_void_variant_nostdinc_valist_marshaller\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpwnr6vbiq\n# /tmp/tmpwnr6vbiq/tmpgscsob3q.list: VOID:VARIANT\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpwnr6vbiq/tmpgscsob3q.list', '--header', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:VARIANT (/tmp/tmpwnr6vbiq/tmpgscsob3q.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__VARIANT (GClosure     *closure,\n#                                             GValue       *return_value,\n#                                             guint         n_param_values,\n#                                             const GValue *param_values,\n#                                             gpointer      invocation_hint,\n#                                             gpointer      marshal_data);\n# extern\n# void g_cclosure_user_marshal_VOID__VARIANTv (GClosure *closure,\n#                                              GValue   *return_value,\n#                                              gpointer  instance,\n#                                              va_list   args,\n#                                              gpointer  marshal_data,\n#                                              int       n_params,\n#                                              GType    *param_types);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpwnr6vbiq/tmpgscsob3q.list', '--body', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:VARIANT (/tmp/tmpwnr6vbiq/tmpgscsob3q.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__VARIANT (GClosure     *closure,\n#                                        GValue       *return_value G_GNUC_UNUSED,\n#                                        guint         n_param_values,\n#                                        const GValue *param_values,\n#                                        gpointer      invocation_hint G_GNUC_UNUSED,\n#                                        gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__VARIANT) (gpointer data1,\n#                                               gpointer arg1,\n#                                               gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__VARIANT callback;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__VARIANT) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_variant (param_values + 1),\n#             data2);\n# }\n# \n# void\n# g_cclosure_user_marshal_VOID__VARIANTv (GClosure *closure,\n#                                         GValue   *return_value G_GNUC_UNUSED,\n#                                         gpointer  instance,\n#                                         va_list   args,\n#                                         gpointer  marshal_data,\n#                                         int       n_params,\n#                                         GType    *param_types)\n# {\n#   typedef void (*GMarshalFunc_VOID__VARIANT) (gpointer data1,\n#                                               gpointer arg1,\n#                                               gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__VARIANT callback;\n#   gpointer arg0;\n#   va_list args_copy;\n# \n#   va_copy (args_copy, args);\n#   arg0 = (gpointer) va_arg (args_copy, gpointer);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     arg0 = g_variant_ref_sink (arg0);\n#   va_end (args_copy);\n# \n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = instance;\n#     }\n#   else\n#     {\n#       data1 = instance;\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__VARIANT) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             arg0,\n#             data2);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     g_variant_unref (arg0);\n# }\n# Error:\n1..8\nPASS: glib/genmarshal.py.test\nRunning test: glib/dynamictype.test\nTAP version 14\n# random seed: R02Se2c0eac24916fd93b5e1b564cd533b21\n1..2\n# Start of gobject tests\nok 1 /gobject/dynamic-type\n# Start of dynamic-type tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/623\nok 2 /gobject/dynamic-type/query\n# End of dynamic-type tests\n# End of gobject tests\nPASS: glib/dynamictype.test\nRunning test: glib/hook.test\nTAP version 14\n# random seed: R02Sf742f16353f8ad18d8b3925b27440241\n1..2\n# Start of hook tests\nok 1 /hook/basics\nok 2 /hook/corner-cases\n# End of hook tests\nPASS: glib/hook.test\nRunning test: glib/memory-settings-backend.test\nTAP version 14\n# random seed: R02Sfc15b2d2879bbd00b957a7de610e6687\n1..1\n# Start of memory-settings-backend tests\nok 1 /memory-settings-backend/extension-point-registered\n# End of memory-settings-backend tests\nPASS: glib/memory-settings-backend.test\nRunning test: glib/value.test\nTAP version 14\n# random seed: R02S621d2b4b4531fa6318cff26721171edc\n1..9\n# Start of value tests\nok 1 /value/basic\nok 2 /value/collection\nok 3 /value/copying\nok 4 /value/enum-transformation\nok 5 /value/gtype\n# /value/string summary: Test that G_TYPE_STRING GValue copy properly\nok 6 /value/string\n# Next: GObject object in GValue of GObject to GValue of GObject\n# Next: GObject object in GValue of GObject to GValue of TestInterface\n# Next: GObject object in GValue of GObject to GValue of TestObjectA\n# Next: GObject object in GValue of GObject to GValue of TestObjectB\n# Next: GObject object in GValue of GObject to GValue of TestObjectA1\n# Next: GObject object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA object in GValue of GObject to GValue of GObject\n# Next: TestObjectA object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA object in GValue of TestObjectA to GValue of GObject\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestInterface\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectA\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectB\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectA1\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectA2\n# Next: TestObjectB object in GValue of GObject to GValue of GObject\n# Next: TestObjectB object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectB object in GValue of TestInterface to GValue of GObject\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestInterface\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectA\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectB\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectA1\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectA2\n# Next: TestObjectB object in GValue of TestObjectB to GValue of GObject\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestInterface\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectA\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectB\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectA1\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectA2\n# Next: TestObjectA1 object in GValue of GObject to GValue of GObject\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of GObject\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestInterface\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectA\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectB\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectA1\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectA2\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of GObject\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestInterface\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectA\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectB\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectA1\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of GObject to GValue of GObject\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of GObject\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of GObject\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of GObject\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectA2\nok 7 /value/transform-object\n# Start of array tests\nok 8 /value/array/basic\nok 9 /value/array/sort-with-data\n# End of array tests\n# End of value tests\nPASS: glib/value.test\nRunning test: glib/testing.test\nTAP version 14\n# random seed: R02Sbacd1774cb48e1e5bc05329fe973290e\n1..1\n# Start of assert tests\nok 1 /assert/finalize_object\n# Start of finalize_object tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of finalize_object tests\n# End of assert tests\nPASS: glib/testing.test\nRunning test: glib/atomic-c-99.test\nTAP version 14\n# random seed: R02S5111d49ec2108edb687980dc7ea79801\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-99.test\nRunning test: glib/gobject-query.py.test\nTAP version 13\nok 1 __main__.TestGobjectQuery.test_froots\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmpp51vlp6q\n# Running: ['/usr/bin/gobject-query', 'froots']\n# Return code: 0\n# Output:\n#  \u251cvoid\n# \u251cGInterface\n# \u2502 \u2514GTypePlugin\n# \u251cgchar\n# \u251cguchar\n# \u251cgboolean\n# \u251cgint\n# \u251cguint\n# \u251cglong\n# \u251cgulong\n# \u251cgint64\n# \u251cguint64\n# \u251cGEnum\n# \u251cGFlags\n# \u251cgfloat\n# \u251cgdouble\n# \u251cgchararray\n# \u251cgpointer\n# \u2502 \u2514GType\n# \u251cGBoxed\n# \u2502 \u2514GValueArray\n# \u251cGParam\n# \u2502 \u251cGParamChar\n# \u2502 \u251cGParamUChar\n# \u2502 \u251cGParamBoolean\n# \u2502 \u251cGParamInt\n# \u2502 \u251cGParamUInt\n# \u2502 \u251cGParamLong\n# \u2502 \u251cGParamULong\n# \u2502 \u251cGParamInt64\n# \u2502 \u251cGParamUInt64\n# \u2502 \u251cGParamUnichar\n# \u2502 \u251cGParamEnum\n# \u2502 \u251cGParamFlags\n# \u2502 \u251cGParamFloat\n# \u2502 \u251cGParamDouble\n# \u2502 \u251cGParamString\n# \u2502 \u251cGParamParam\n# \u2502 \u251cGParamBoxed\n# \u2502 \u251cGParamPointer\n# \u2502 \u251cGParamValueArray\n# \u2502 \u251cGParamObject\n# \u2502 \u251cGParamOverride\n# \u2502 \u251cGParamGType\n# \u2502 \u2514GParamVariant\n# \u251cGObject\n# \u2514GVariant\n# Error:\nok 2 __main__.TestGobjectQuery.test_help\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmpychr7lnb\n# Running: ['/usr/bin/gobject-query', '--help']\n# Return code: 0\n# Output:\n#  usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n#        -r       specify root type\n#        -n       don't descend type tree\n#        -h       show help\n#        -b       specify indent string\n#        -i       specify incremental indent string\n#        -s       specify line spacing\n# qualifiers:\n#        froots   iterate over fundamental roots\n#        tree     print type tree\n# Error:\nok 3 __main__.TestGobjectQuery.test_tree\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmpun4lwdid\n# Running: ['/usr/bin/gobject-query', 'tree']\n# Return code: 0\n# Output:\n#  GObject\n# Error:\nok 4 __main__.TestGobjectQuery.test_version\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmp1d3iv_mi\n# Running: ['/usr/bin/gobject-query', '--version']\n# Return code: 0\n# Output:\n#  2.84.2\n# Error:\n1..4\nPASS: glib/gobject-query.py.test\nRunning test: glib/enums.test\nTAP version 14\n# random seed: R02S9f331ab389a2c65be5e408986093d8c8\n1..4\n# Start of enum tests\nok 1 /enum/basic\nok 2 /enum/define-type\n# End of enum tests\n# Start of flags tests\nok 3 /flags/basic\nok 4 /flags/define-type\n# End of flags tests\nPASS: glib/enums.test\nRunning test: glib/power-profile-monitor.test\nTAP version 14\n# random seed: R02Sd4a37cf728ecec6eb7f8e32b8fe940a1\n1..1\n# Start of power-profile-monitor tests\n# GLib-GIO-DEBUG: Failed to initialize portal (GPowerProfileMonitorPortal) for gio-power-profile-monitor: Not using portals\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dbus (GPowerProfileMonitorDBus) for ?gio-power-profile-monitor?\nok 1 /power-profile-monitor/default\n# End of power-profile-monitor tests\nPASS: glib/power-profile-monitor.test\nRunning test: glib/markup-parse.test\nTAP version 14\n# random seed: R02Se51280657aa623fd60f64356798b2359\n1..71\n# Start of markup tests\n# Start of parse tests\nok 1 /markup/parse/valid-4.gmarkup\nok 2 /markup/parse/fail-31.gmarkup\nok 3 /markup/parse/valid-7.gmarkup\nok 4 /markup/parse/fail-1.gmarkup\nok 5 /markup/parse/valid-8.gmarkup\nok 6 /markup/parse/valid-6.gmarkup\nok 7 /markup/parse/fail-47.gmarkup\nok 8 /markup/parse/fail-46.gmarkup\nok 9 /markup/parse/fail-23.gmarkup\nok 10 /markup/parse/valid-11.gmarkup\nok 11 /markup/parse/fail-34.gmarkup\nok 12 /markup/parse/fail-14.gmarkup\nok 13 /markup/parse/fail-36.gmarkup\nok 14 /markup/parse/fail-44.gmarkup\nok 15 /markup/parse/fail-30.gmarkup\nok 16 /markup/parse/fail-10.gmarkup\nok 17 /markup/parse/fail-26.gmarkup\nok 18 /markup/parse/fail-8.gmarkup\nok 19 /markup/parse/fail-43.gmarkup\nok 20 /markup/parse/fail-22.gmarkup\nok 21 /markup/parse/fail-40.gmarkup\nok 22 /markup/parse/fail-32.gmarkup\nok 23 /markup/parse/fail-27.gmarkup\nok 24 /markup/parse/fail-15.gmarkup\nok 25 /markup/parse/fail-19.gmarkup\nok 26 /markup/parse/fail-42.gmarkup\nok 27 /markup/parse/fail-29.gmarkup\nok 28 /markup/parse/valid-9.gmarkup\nok 29 /markup/parse/fail-52.gmarkup\nok 30 /markup/parse/fail-50.gmarkup\nok 31 /markup/parse/fail-9.gmarkup\nok 32 /markup/parse/fail-13.gmarkup\nok 33 /markup/parse/valid-2.gmarkup\nok 34 /markup/parse/fail-41.gmarkup\nok 35 /markup/parse/valid-14.gmarkup\nok 36 /markup/parse/valid-17.gmarkup\nok 37 /markup/parse/fail-45.gmarkup\nok 38 /markup/parse/fail-6.gmarkup\nok 39 /markup/parse/fail-37.gmarkup\nok 40 /markup/parse/fail-12.gmarkup\nok 41 /markup/parse/fail-49.gmarkup\nok 42 /markup/parse/fail-24.gmarkup\nok 43 /markup/parse/fail-39.gmarkup\nok 44 /markup/parse/fail-4.gmarkup\nok 45 /markup/parse/valid-1.gmarkup\nok 46 /markup/parse/valid-13.gmarkup\nok 47 /markup/parse/fail-21.gmarkup\nok 48 /markup/parse/fail-33.gmarkup\nok 49 /markup/parse/fail-35.gmarkup\nok 50 /markup/parse/fail-11.gmarkup\nok 51 /markup/parse/fail-7.gmarkup\nok 52 /markup/parse/fail-51.gmarkup\nok 53 /markup/parse/fail-54.gmarkup\nok 54 /markup/parse/valid-16.gmarkup\nok 55 /markup/parse/valid-5.gmarkup\nok 56 /markup/parse/fail-25.gmarkup\nok 57 /markup/parse/fail-53.gmarkup\nok 58 /markup/parse/valid-3.gmarkup\nok 59 /markup/parse/fail-2.gmarkup\nok 60 /markup/parse/fail-18.gmarkup\nok 61 /markup/parse/fail-38.gmarkup\nok 62 /markup/parse/fail-3.gmarkup\nok 63 /markup/parse/fail-20.gmarkup\nok 64 /markup/parse/valid-12.gmarkup\nok 65 /markup/parse/fail-5.gmarkup\nok 66 /markup/parse/fail-17.gmarkup\nok 67 /markup/parse/fail-28.gmarkup\nok 68 /markup/parse/valid-15.gmarkup\nok 69 /markup/parse/valid-10.gmarkup\nok 70 /markup/parse/fail-16.gmarkup\nok 71 /markup/parse/fail-48.gmarkup\n# End of parse tests\n# End of markup tests\nPASS: glib/markup-parse.test\nRunning test: glib/repository.test\nTAP version 14\n# random seed: R02S6ae7aa8adb3289b503ec3bd91f42b46b\n1..23\n# Start of repository tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/basic/.dirs/system-config1:/var/volatile/tmp/repository/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/basic/.dirs/system-data1:/var/volatile/tmp/repository/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/basic/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/basic summary: Test basic opening of a repository and requiring a typelib\nok 1 /repository/basic\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/info/.dirs/system-config1:/var/volatile/tmp/repository/info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/info/.dirs/system-data1:/var/volatile/tmp/repository/info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/info summary: Test retrieving some basic info blobs from a typelib\nok 2 /repository/info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/dependencies/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/dependencies/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/dependencies/.dirs/system-config1:/var/volatile/tmp/repository/dependencies/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/dependencies/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/dependencies/.dirs/system-data1:/var/volatile/tmp/repository/dependencies/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/dependencies/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/dependencies/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/dependencies/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/dependencies summary: Test ensures namespace dependencies are correctly exposed\nok 3 /repository/dependencies\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/arg-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/arg-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/arg-info/.dirs/system-config1:/var/volatile/tmp/repository/arg-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/arg-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/arg-info/.dirs/system-data1:/var/volatile/tmp/repository/arg-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/arg-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/arg-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/arg-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/arg-info summary: Test retrieving GIArgInfos from a typelib\nok 4 /repository/arg-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/callable-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/callable-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/callable-info/.dirs/system-config1:/var/volatile/tmp/repository/callable-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/callable-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/callable-info/.dirs/system-data1:/var/volatile/tmp/repository/callable-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/callable-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/callable-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/callable-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/callable-info summary: Test retrieving GICallableInfos from a typelib\nok 5 /repository/callable-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/callback-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/callback-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/callback-info/.dirs/system-config1:/var/volatile/tmp/repository/callback-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/callback-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/callback-info/.dirs/system-data1:/var/volatile/tmp/repository/callback-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/callback-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/callback-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/callback-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/callback-info summary: Test retrieving GICallbackInfos from a typelib\nok 6 /repository/callback-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/char-types/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/char-types/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/char-types/.dirs/system-config1:/var/volatile/tmp/repository/char-types/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/char-types/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/char-types/.dirs/system-data1:/var/volatile/tmp/repository/char-types/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/char-types/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/char-types/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/char-types/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/char-types summary: Test that signed and unsigned char GITypeInfo have GITypeTag of INT8 and UINT8 respectively\nok 7 /repository/char-types\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/constructor-return-type/.dirs/system-config1:/var/volatile/tmp/repository/constructor-return-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/constructor-return-type/.dirs/system-data1:/var/volatile/tmp/repository/constructor-return-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/constructor-return-type/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/constructor-return-type summary: Test the return type of a constructor, g_object_newv()\nok 8 /repository/constructor-return-type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-config1:/var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-data1:/var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/enum-info-c-identifier summary: Test that every enum member has a C identifier\nok 9 /repository/enum-info-c-identifier\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-config1:/var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-data1:/var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/enum-info-static-methods summary: Test an enum with methods\nok 10 /repository/enum-info-static-methods\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/error-quark/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/error-quark/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/error-quark/.dirs/system-config1:/var/volatile/tmp/repository/error-quark/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/error-quark/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/error-quark/.dirs/system-data1:/var/volatile/tmp/repository/error-quark/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/error-quark/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/error-quark/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/error-quark/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/error-quark summary: Test finding an error quark by error domain\nok 11 /repository/error-quark\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-config1:/var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-data1:/var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/flags-info-c-identifier summary: Test that every flags member has a C identifier\nok 12 /repository/flags-info-c-identifier\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-config1:/var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-data1:/var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/fundamental-ref-func summary: Test getting the ref func of a fundamental type\nok 13 /repository/fundamental-ref-func\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-config1:/var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-data1:/var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/instance-method-ownership-transfer summary: Test two methods of the same object having opposite ownership transfer of the instance parameter\nok 14 /repository/instance-method-ownership-transfer\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-config1:/var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-data1:/var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/object-gtype-interfaces summary: Test gi_repository_get_object_gtype_interfaces()\nok 15 /repository/object-gtype-interfaces\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-config1:/var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-data1:/var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/signal-info-with-array-length-arg summary: Test finding the associated array length argument of an array parameter of a signal\nok 16 /repository/signal-info-with-array-length-arg\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/type-info-name/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/type-info-name/.dirs/system-config1:/var/volatile/tmp/repository/type-info-name/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/type-info-name/.dirs/system-data1:/var/volatile/tmp/repository/type-info-name/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/type-info-name/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/type-info-name summary: Test that gi_base_info_get_name() returns null for GITypeInfo\n# Bug Reference: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/96\nok 17 /repository/type-info-name\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-config1:/var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-data1:/var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/vfunc-info-with-no-invoker summary: Test vfunc with no known invoker on object, such as GObject.dispose\nok 18 /repository/vfunc-info-with-no-invoker\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-config1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-data1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/vfunc-info-with-invoker-on-interface summary: Test vfunc with invoker on interface, such as GFile.read_async\nok 19 /repository/vfunc-info-with-invoker-on-interface\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-config1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-data1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/vfunc-info-with-invoker-on-object summary: Test vfunc with invoker on object, such as GAppLaunchContext.get_display\nok 20 /repository/vfunc-info-with-invoker-on-object\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/find-by-gtype/.dirs/system-config1:/var/volatile/tmp/repository/find-by-gtype/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/find-by-gtype/.dirs/system-data1:/var/volatile/tmp/repository/find-by-gtype/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/find-by-gtype/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/find-by-gtype summary: Test finding a GType\nok 21 /repository/find-by-gtype\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/loaded-namespaces/.dirs/system-config1:/var/volatile/tmp/repository/loaded-namespaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/loaded-namespaces/.dirs/system-data1:/var/volatile/tmp/repository/loaded-namespaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/loaded-namespaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/loaded-namespaces summary: Test listing loaded namespaces\nok 22 /repository/loaded-namespaces\n# Start of base-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/base-info/clear/.dirs/system-config1:/var/volatile/tmp/repository/base-info/clear/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/base-info/clear/.dirs/system-data1:/var/volatile/tmp/repository/base-info/clear/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/base-info/clear/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/base-info/clear summary: Test calling gi_base_info_clear() on a zero-filled struct\nok 23 /repository/base-info/clear\n# End of base-info tests\n# End of repository tests\nPASS: glib/repository.test\nRunning test: glib/testfilemonitor.test\nTAP version 14\n# random seed: R02S5a50d5bd88e37280964ab7fdc56e06c8\n1..8\n# Start of monitor tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_H65J82\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\nok 1 /monitor/atomic-replace\n# slow test /monitor/atomic-replace executed in 2.00 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_ND8J82\n# Using GFileMonitor GInotifyFileMonitor\nok 2 /monitor/file-changes\n# slow test /monitor/file-changes executed in 2.50 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_2TJ972\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\nok 3 /monitor/dir-monitor\n# slow test /monitor/dir-monitor executed in 3.50 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_2SCK82\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nok 4 /monitor/dir-not-existent\n# slow test /monitor/dir-not-existent executed in 25.02 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_GAUK82\n# Using GFileMonitor 0 GInotifyFileMonitor\n# Using GFileMonitor 1 GInotifyFileMonitor\nok 5 /monitor/cross-dir-moves\n# slow test /monitor/cross-dir-moves executed in 2.00 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_8QVK82\n# /monitor/finalize-in-callback summary: Test that finalization of a GFileMonitor in one of its callbacks doesn?t cause a deadlock.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/1941\nok 6 /monitor/finalize-in-callback\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_SNWK82\n# /monitor/root summary: Test that GFileMonitor can monitor the root directory.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3241\nok 7 /monitor/root\n# Start of file tests\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_UMWK82\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755721\n# Running with hard link tests\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\n# Event 0 at expected index 7 skipped because it is marked as optional\n# Event 2 at expected index 11 skipped because it is marked as optional\nok 8 /monitor/file/hard-links\n# slow test /monitor/file/hard-links executed in 3.50 secs\n# End of file tests\n# End of monitor tests\nPASS: glib/testfilemonitor.test\nRunning test: glib/spawn-test.test\nTAP version 14\n# random seed: R02S6b4e38f35300b7c6e8de02228c6b15f2\n1..2\n# Start of spawn tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/spawn/basics/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/spawn/basics/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/spawn/basics/.dirs/system-config1:/var/volatile/tmp/spawn/basics/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/spawn/basics/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/spawn/basics/.dirs/system-data1:/var/volatile/tmp/spawn/basics/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/spawn/basics/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/spawn/basics/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/spawn/basics/.dirs/runtime\nok 1 /spawn/basics\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-config1:/var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-data1:/var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/16\n# Fetching GSpawn result output and error output with stdin open, stdout open, stderr open\n# Fetching GSpawn result output and error output with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result output and error output with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result output and error output with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result output and error output with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result output and error output with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result output and error output with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result output and error output with stdin already closed, stdout already closed, stderr already closed\n# Fetching GSpawn result output with stdin open, stdout open, stderr open\n# Fetching GSpawn result output with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result output with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result output with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result output with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result output with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result output with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result output with stdin already closed, stdout already closed, stderr already closed\n# Fetching GSpawn result error output with stdin open, stdout open, stderr open\n# Fetching GSpawn result error output with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result error output with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result error output with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result error output with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result error output with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result error output with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result error output with stdin already closed, stdout already closed, stderr already closed\n# Fetching GSpawn result  with stdin open, stdout open, stderr open\n# Fetching GSpawn result  with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result  with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result  with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result  with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result  with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result  with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result  with stdin already closed, stdout already closed, stderr already closed\nok 2 /spawn/stdio-overwrite\n# End of spawn tests\nPASS: glib/spawn-test.test\nRunning test: glib/gsocketclient-slow.test\nTAP version 14\n# random seed: R02S267f89e2b269218a9f9518eb3939f948\n1..4\n# Start of socket-client tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3184\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a56340 and GSocketClientAsyncConnectData 0x565000a316e0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a59ef0 for GSocketClientAsyncConnectData 0x565000a316e0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt delay reached, trying another enumeration\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt failed: Connection refused\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a59ef0 for GSocketClientAsyncConnectData 0x565000a316e0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt failed: Connection refused\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Could not connect to localhost: Connection refused\nok 1 /socket-client/connection-fail\n# slow test /socket-client/connection-fail executed in 1.20 secs\n# Start of happy-eyeballs tests\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a58c30 and GSocketClientAsyncConnectData 0x565000a5b630\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a5b5d0 for GSocketClientAsyncConnectData 0x565000a5b630\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\nExecuting: glib/gsocketclient-slow.test\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt delay reached, trying another enumeration\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /socket-client/happy-eyeballs/slow\n# slow test /socket-client/happy-eyeballs/slow executed in 0.60 secs\n# Start of cancellation tests\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a59580 and GSocketClientAsyncConnectData 0x565000a5d570\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Operation was cancelled\nok 3 /socket-client/happy-eyeballs/cancellation/instant\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a58a80 and GSocketClientAsyncConnectData 0x565000a5d210\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a5dcc0 for GSocketClientAsyncConnectData 0x565000a5d210\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt delay reached, trying another enumeration\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection cancelled!\nok 4 /socket-client/happy-eyeballs/cancellation/delayed\n# slow test /socket-client/happy-eyeballs/cancellation/delayed executed in 0.60 secs\n# End of cancellation tests\n# End of happy-eyeballs tests\n# End of socket-client tests\nPASS: glib/gsocketclient-slow.test\nRunning test: glib/utils-c-99.test\nTAP version 14\n# random seed: R02S06a03b46efe0f344620a236c1d0a7220\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-99.test\nRunning test: glib/unix.test\nTAP version 14\n# random seed: R02Sff46b00a78d0ab33d24e165c939d7c1a\n1..20\n# Start of glib-unix tests\n# /glib-unix/closefrom summary: Test g_closefrom(), g_fdwalk_set_cloexec()\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3247\nok 1 /glib-unix/closefrom\nok 2 /glib-unix/pipe\n# /glib-unix/pipe-stdio-overwrite summary: Test that g_unix_open_pipe() will use the first available FD, even if it?s stdin/stdout/stderr\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2795\nok 3 /glib-unix/pipe-stdio-overwrite\n# /glib-unix/pipe-struct summary: Test GUnixPipe structure\nok 4 /glib-unix/pipe-struct\n# /glib-unix/pipe-struct-auto summary: Test g_auto(GUnixPipe)\nok 5 /glib-unix/pipe-struct-auto\nok 6 /glib-unix/error\nok 7 /glib-unix/nonblocking\nok 8 /glib-unix/sighup\n# slow test /glib-unix/sighup executed in 0.50 secs\nok 9 /glib-unix/sigterm\n# slow test /glib-unix/sigterm executed in 0.50 secs\nok 10 /glib-unix/sighup_again\n# slow test /glib-unix/sighup_again executed in 0.50 secs\nok 11 /glib-unix/sighup_add_remove\nok 12 /glib-unix/sighup_nested\nok 13 /glib-unix/callback_after_signal\n# slow test /glib-unix/callback_after_signal executed in 2.00 secs\nok 14 /glib-unix/child-wait\n# Start of closefrom tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of closefrom tests\n# Start of pipe tests\n# /glib-unix/pipe/fd-cloexec summary: Test that FD_CLOEXEC is still accepted as an argument to g_unix_open_pipe()\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3459\n# GLib-DEBUG: g_unix_open_pipe() called with FD_CLOEXEC; please migrate to using O_CLOEXEC instead\nok 15 /glib-unix/pipe/fd-cloexec\n# End of pipe tests\n# Start of sighup tests\nExecuting: glib/unix.test\nok 16 /glib-unix/sighup/alternate-stack\n# slow test /glib-unix/sighup/alternate-stack executed in 1.00 secs\n# End of sighup tests\n# Start of sigterm tests\nok 17 /glib-unix/sigterm/alternate-stack\n# slow test /glib-unix/sigterm/alternate-stack executed in 1.00 secs\n# End of sigterm tests\n# Start of sighup_again tests\nok 18 /glib-unix/sighup_again/alternate-stack\n# slow test /glib-unix/sighup_again/alternate-stack executed in 1.00 secs\n# End of sighup_again tests\n# Start of get-passwd-entry tests\n# /glib-unix/get-passwd-entry/root summary: Tests that g_unix_get_passwd_entry() works for a known-existing username.\nok 19 /glib-unix/get-passwd-entry/root\n# /glib-unix/get-passwd-entry/nonexistent summary: Tests that g_unix_get_passwd_entry() returns an error for a nonexistent username.\nok 20 /glib-unix/get-passwd-entry/nonexistent\n# End of get-passwd-entry tests\n# End of glib-unix tests\nPASS: glib/unix.test\nRunning test: glib/642026.test\nTAP version 14\n# random seed: R02Sc28a6b32c924b08b32acf5f2691b1593\n1..1\n# Start of glib tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026\nok 1 /glib/642026\n# End of glib tests\nPASS: glib/642026.test\nRunning test: glib/properties.test\nTAP version 14\n# random seed: R02S090069f0ff3a12bc56bcda663273bf19\n1..14\n# Start of properties tests\nok 1 /properties/install\nok 2 /properties/install-many\nok 3 /properties/notify\nok 4 /properties/notify-queue\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=630357\nok 5 /properties/construct\n# /properties/get-property summary: g_object_get_property() accepts uninitialized, initialized, and transformable values\n# Test g_object_get_property with an initialized value\n# Test g_object_get_property with an uninitialized value\n# Test g_object_get_property with a transformable value\nok 6 /properties/get-property\nok 7 /properties/testv_with_no_properties\nok 8 /properties/testv_with_valid_properties\nok 9 /properties/testv_with_invalid_property_type\nok 10 /properties/testv_with_invalid_property_names\nok 11 /properties/testv_getv\nok 12 /properties/testv_notify_queue\n# Start of notify tests\nok 13 /properties/notify/too-many-freezes\n# End of notify tests\n# Start of set-property tests\n# Start of variant tests\n# /properties/set-property/variant/floating summary: Test that setting a property to a floating variant consumes the reference\nok 14 /properties/set-property/variant/floating\n# End of variant tests\n# End of set-property tests\n# End of properties tests\nPASS: glib/properties.test\nRunning test: glib/accumulator.test\nTAP version 14\n# random seed: R02S844dbb4f2dceb6fc8a9f3add4c1a45c7\n1..1\n# Start of gobject tests\nok 1 /gobject/accumulator\n# End of gobject tests\nPASS: glib/accumulator.test\nRunning test: glib/option-context.test\nTAP version 14\n# random seed: R02S445a19da0c0a30bdea5c9a28f65eb3e6\n1..58\n# Start of option tests\nok 1 /option/basic\nok 2 /option/translate\nok 3 /option/strict-posix\n# Start of help tests\nok 4 /option/help/options\nok 5 /option/help/no-options\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=697652\nok 6 /option/help/no-help-options\n# Usage:\n#   /usr/libexec/installed-tests/glib/option-context [OPTION?] blabla\n# \n# Summary\n# \n# Help Options:\n#   -h, --help                                          Show help options\n# \n# Application Options:\n#   -t, --test=Argument to use in test (deprecated)     Test tests\n#   --test2                                             Tests also\n# \n# Description\n# \nok 7 /option/help/deprecated\n# End of help tests\n# Start of group tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=504142\nok 8 /option/group/captions\nok 9 /option/group/main\nok 10 /option/group/error-hook\nok 11 /option/group/parse\n# Start of captions tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of captions tests\n# End of group tests\n# Start of restoration tests\nok 12 /option/restoration/int\nok 13 /option/restoration/string\nok 14 /option/restoration/boolean\n# End of restoration tests\n# Start of arg tests\nok 15 /option/arg/reverse-string\nok 16 /option/arg/optional-int\n# Start of repetition tests\nok 17 /option/arg/repetition/int\nok 18 /option/arg/repetition/string\nok 19 /option/arg/repetition/filename\nok 20 /option/arg/repetition/double\nok 21 /option/arg/repetition/locale\nok 22 /option/arg/repetition/int64\n# End of repetition tests\n# Start of array tests\nok 23 /option/arg/array/string\n# End of array tests\n# Start of callback tests\nok 24 /option/arg/callback/string\nok 25 /option/arg/callback/count\nok 26 /option/arg/callback/optional1\nok 27 /option/arg/callback/optional2\nok 28 /option/arg/callback/optional3\nok 29 /option/arg/callback/optional4\nok 30 /option/arg/callback/optional5\nok 31 /option/arg/callback/optional6\nok 32 /option/arg/callback/optional7\nok 33 /option/arg/callback/optional8\n# End of callback tests\n# Start of remaining tests\nok 34 /option/arg/remaining/callback\nok 35 /option/arg/remaining/callback-false\nok 36 /option/arg/remaining/non-option\nok 37 /option/arg/remaining/separator\nok 38 /option/arg/remaining/array\n# End of remaining tests\n# Start of ignore tests\nok 39 /option/arg/ignore/long\nok 40 /option/arg/ignore/short\nok 41 /option/arg/ignore/arg\n# End of ignore tests\n# Start of rest tests\nok 42 /option/arg/rest/non-option\nok 43 /option/arg/rest/separator1\nok 44 /option/arg/rest/separator2\nok 45 /option/arg/rest/separator3\nok 46 /option/arg/rest/separator4\nok 47 /option/arg/rest/separator5\n# End of rest tests\n# End of arg tests\n# Start of context tests\nok 48 /option/context/add\nok 49 /option/context/empty2\nok 50 /option/context/empty3\n# End of context tests\n# Start of bug tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=166609\nok 51 /option/bug/unknown-short\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=168008\nok 52 /option/bug/lonely-dash\nok 53 /option/bug/triple-dash\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=305576\nok 54 /option/bug/missing-arg\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=577638\nok 55 /option/bug/dash-arg\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=729563\nok 56 /option/bug/short-remaining\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=646926\nok 57 /option/bug/double-free\nok 58 /option/bug/double-zero\n# End of bug tests\n# End of option tests\nPASS: glib/option-context.test\nRunning test: glib/mutex.test\nTAP version 14\n# random seed: R02S232ecd82a1dbc89d540b468960c13b76\n1..17\n# Start of thread tests\nok 1 /thread/mutex1\nok 2 /thread/mutex2\nok 3 /thread/mutex3\nok 4 /thread/mutex4\nok 5 /thread/mutex5\n# slow test /thread/mutex5 executed in 1.38 secs\n# Start of mutex tests\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\nok 6 /thread/mutex/errno\n# Start of perf tests\n# max perf: inf mips\nok 7 /thread/mutex/perf/uncontended\n# Start of contended tests\n# max perf: 2.000000 mips\nok 8 /thread/mutex/perf/contended/1\n# max perf: inf mips\nok 9 /thread/mutex/perf/contended/2\n# max perf: 4.000000 mips\nok 10 /thread/mutex/perf/contended/3\n# max perf: 5.000000 mips\nok 11 /thread/mutex/perf/contended/4\n# max perf: 1.500000 mips\nok 12 /thread/mutex/perf/contended/5\n# max perf: inf mips\nok 13 /thread/mutex/perf/contended/6\n# max perf: 8.000000 mips\nok 14 /thread/mutex/perf/contended/7\n# max perf: 3.000000 mips\nok 15 /thread/mutex/perf/contended/8\n# max perf: 10.000000 mips\nok 16 /thread/mutex/perf/contended/9\n# max perf: 0.268293 mips\nok 17 /thread/mutex/perf/contended/10\n# End of contended tests\n# End of perf tests\n# End of mutex tests\n# End of thread tests\nPASS: glib/mutex.test\nRunning test: glib/srvtarget.test\nTAP version 14\n# random seed: R02S5a7026facf587c46e52f1d3f6ccff754\n1..1\n# Start of srvtarget tests\nok 1 /srvtarget/srv-target-ordering\n# End of srvtarget tests\nPASS: glib/srvtarget.test\nRunning test: glib/markup-escape.test\nTAP version 14\n# random seed: R02S3c1d8299fb2792492d478d10eb808988\n1..41\n# Start of markup tests\nok 1 /markup/format\n# Start of escape-text tests\nok 2 /markup/escape-text/0\nok 3 /markup/escape-text/1\nok 4 /markup/escape-text/2\nok 5 /markup/escape-text/3\nok 6 /markup/escape-text/4\nok 7 /markup/escape-text/5\nok 8 /markup/escape-text/6\nok 9 /markup/escape-text/7\nok 10 /markup/escape-text/8\nok 11 /markup/escape-text/9\nok 12 /markup/escape-text/10\nok 13 /markup/escape-text/11\nok 14 /markup/escape-text/12\nok 15 /markup/escape-text/13\nok 16 /markup/escape-text/14\nok 17 /markup/escape-text/15\nok 18 /markup/escape-text/16\nok 19 /markup/escape-text/17\nok 20 /markup/escape-text/18\nok 21 /markup/escape-text/19\nok 22 /markup/escape-text/20\nok 23 /markup/escape-text/21\nok 24 /markup/escape-text/22\n# End of escape-text tests\n# Start of escape-unichar tests\nok 25 /markup/escape-unichar/0\nok 26 /markup/escape-unichar/1\nok 27 /markup/escape-unichar/2\nok 28 /markup/escape-unichar/3\nok 29 /markup/escape-unichar/4\nok 30 /markup/escape-unichar/5\nok 31 /markup/escape-unichar/6\nok 32 /markup/escape-unichar/7\nok 33 /markup/escape-unichar/8\nok 34 /markup/escape-unichar/9\nok 35 /markup/escape-unichar/10\nok 36 /markup/escape-unichar/11\nok 37 /markup/escape-unichar/12\nok 38 /markup/escape-unichar/13\nok 39 /markup/escape-unichar/14\nok 40 /markup/escape-unichar/15\nok 41 /markup/escape-unichar/16\n# End of escape-unichar tests\n# End of markup tests\nPASS: glib/markup-escape.test\nRunning test: glib/memory-output-stream.test\nTAP version 14\n# random seed: R02Sc67e3c5c6c7c97ab189769e6c554febd\n1..10\n# Start of memory-output-stream tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=540423\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=720080\nok 1 /memory-output-stream/truncate\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=540459\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=540461\nok 2 /memory-output-stream/get-data-size\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=605733\nok 3 /memory-output-stream/properties\nok 4 /memory-output-stream/write-bytes\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2471\nok 5 /memory-output-stream/write-null\nok 6 /memory-output-stream/writev\nok 7 /memory-output-stream/writev_nonblocking\nok 8 /memory-output-stream/steal_as_bytes\n# Start of seek tests\nok 9 /memory-output-stream/seek/fixed\nok 10 /memory-output-stream/seek/resizable\n# End of seek tests\n# End of memory-output-stream tests\nPASS: glib/memory-output-stream.test\nRunning test: glib/utf8-performance.test\nTAP version 14\n# random seed: R02S36237c43c683db14135e05cb5f88cbde\n1..36\n# Start of utf8 tests\n# Start of perf tests\n# Start of get_char tests\n# max perf:    21.5 MB/s\nok 1 /utf8/perf/get_char/ascii\n# max perf:    67.0 MB/s\nok 2 /utf8/perf/get_char/latin1\n# max perf:     inf MB/s\nok 3 /utf8/perf/get_char/cyrillic\n# max perf:     inf MB/s\nok 4 /utf8/perf/get_char/han\n# End of get_char tests\n# Start of get_char-backwards tests\n# max perf:     inf MB/s\nok 5 /utf8/perf/get_char-backwards/ascii\n# max perf:    67.0 MB/s\nok 6 /utf8/perf/get_char-backwards/latin1\n# max perf:     inf MB/s\nok 7 /utf8/perf/get_char-backwards/cyrillic\n# max perf:   156.0 MB/s\nok 8 /utf8/perf/get_char-backwards/han\n# End of get_char-backwards tests\n# Start of get_char_validated tests\n# max perf:    43.0 MB/s\nok 9 /utf8/perf/get_char_validated/ascii\n# max perf:    67.0 MB/s\nok 10 /utf8/perf/get_char_validated/latin1\n# max perf:   160.0 MB/s\nok 11 /utf8/perf/get_char_validated/cyrillic\n# max perf:   156.0 MB/s\nok 12 /utf8/perf/get_char_validated/han\n# End of get_char_validated tests\n# Start of utf8_to_ucs4 tests\n# max perf:    43.0 MB/s\nok 13 /utf8/perf/utf8_to_ucs4/ascii\n# max perf:    67.0 MB/s\nok 14 /utf8/perf/utf8_to_ucs4/latin1\n# max perf:   160.0 MB/s\nok 15 /utf8/perf/utf8_to_ucs4/cyrillic\n# max perf:   156.0 MB/s\nok 16 /utf8/perf/utf8_to_ucs4/han\n# End of utf8_to_ucs4 tests\n# Start of utf8_to_ucs4-sized tests\n# max perf:    43.0 MB/s\nok 17 /utf8/perf/utf8_to_ucs4-sized/ascii\n# max perf:    67.0 MB/s\nok 18 /utf8/perf/utf8_to_ucs4-sized/latin1\n# max perf:   160.0 MB/s\nok 19 /utf8/perf/utf8_to_ucs4-sized/cyrillic\n# max perf:   156.0 MB/s\nok 20 /utf8/perf/utf8_to_ucs4-sized/han\n# End of utf8_to_ucs4-sized tests\n# Start of utf8_to_ucs4_fast tests\n# max perf:    43.0 MB/s\nok 21 /utf8/perf/utf8_to_ucs4_fast/ascii\n# max perf:     inf MB/s\nok 22 /utf8/perf/utf8_to_ucs4_fast/latin1\n# max perf:     inf MB/s\nok 23 /utf8/perf/utf8_to_ucs4_fast/cyrillic\n# max perf:     inf MB/s\nok 24 /utf8/perf/utf8_to_ucs4_fast/han\n# End of utf8_to_ucs4_fast tests\n# Start of utf8_to_ucs4_fast-sized tests\n# max perf:     inf MB/s\nok 25 /utf8/perf/utf8_to_ucs4_fast-sized/ascii\n# max perf:    67.0 MB/s\nok 26 /utf8/perf/utf8_to_ucs4_fast-sized/latin1\n# max perf:   160.0 MB/s\nok 27 /utf8/perf/utf8_to_ucs4_fast-sized/cyrillic\n# max perf:     inf MB/s\nok 28 /utf8/perf/utf8_to_ucs4_fast-sized/han\n# End of utf8_to_ucs4_fast-sized tests\n# Start of utf8_validate tests\n# max perf:     inf MB/s\nok 29 /utf8/perf/utf8_validate/ascii\n# max perf:    67.0 MB/s\nok 30 /utf8/perf/utf8_validate/latin1\n# max perf:     inf MB/s\nok 31 /utf8/perf/utf8_validate/cyrillic\n# max perf:     inf MB/s\nok 32 /utf8/perf/utf8_validate/han\n# End of utf8_validate tests\n# Start of utf8_validate-sized tests\n# max perf:     inf MB/s\nok 33 /utf8/perf/utf8_validate-sized/ascii\n# max perf:     inf MB/s\nok 34 /utf8/perf/utf8_validate-sized/latin1\n# max perf:   160.0 MB/s\nok 35 /utf8/perf/utf8_validate-sized/cyrillic\n# max perf:     inf MB/s\nok 36 /utf8/perf/utf8_validate-sized/han\n# End of utf8_validate-sized tests\n# End of perf tests\n# End of utf8 tests\nPASS: glib/utf8-performance.test\nRunning test: glib/relation.test\nTAP version 14\n# random seed: R02S0987976f1593d4f20a9224ac7151d98c\n1..1\n# Start of glib tests\nok 1 /glib/relation\n# End of glib tests\nPASS: glib/relation.test\nRunning test: glib/collate.test\nTAP version 14\n# random seed: R02S1a853d87d4506b2b9a1f67bebc9097be\n1..9\n# Start of unicode tests\n# Start of collate tests\nok 1 /unicode/collate/0\nok 2 /unicode/collate/1\nok 3 /unicode/collate/2\n# End of collate tests\n# Start of collate-key tests\nok 4 /unicode/collate-key/0\nok 5 /unicode/collate-key/1\nok 6 /unicode/collate-key/2\n# End of collate-key tests\n# Start of collate-filename tests\nok 7 /unicode/collate-filename/0\nok 8 /unicode/collate-filename/1\nok 9 /unicode/collate-filename/2\n# End of collate-filename tests\n# End of unicode tests\nPASS: glib/collate.test\nRunning test: glib/glistmodel.test\nTAP version 14\n# random seed: R02S466b74caaf9d4664c540a69d18d08578\n1..18\n# Start of glistmodel tests\n# Start of store tests\nok 1 /glistmodel/store/properties\nok 2 /glistmodel/store/non-gobjects\nok 3 /glistmodel/store/boundaries\nok 4 /glistmodel/store/refcounts\nok 5 /glistmodel/store/sorted\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=795307\nok 6 /glistmodel/store/splice-replace-middle\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=795307\nok 7 /glistmodel/store/splice-replace-all\nok 8 /glistmodel/store/splice-noop\nok 9 /glistmodel/store/splice-remove-multiple\nok 10 /glistmodel/store/splice-add-multiple\nok 11 /glistmodel/store/splice-wrong-type\nok 12 /glistmodel/store/item-type\nok 13 /glistmodel/store/remove-all\nok 14 /glistmodel/store/sort\nok 15 /glistmodel/store/get-item-cache\nok 16 /glistmodel/store/items-changed\nok 17 /glistmodel/store/past-end\nok 18 /glistmodel/store/find\n# End of store tests\n# End of glistmodel tests\nPASS: glib/glistmodel.test\nRunning test: glib/gdbus-address-get-session.test\nTAP version 14\n# random seed: R02Sae7fea5c7b8d3035a81b3fba9ab2d9bb\n1..2\n# Start of gdbus tests\nok 1 /gdbus/x11-autolaunch\nok 2 /gdbus/xdg-runtime\n# End of gdbus tests\nPASS: glib/gdbus-address-get-session.test\nRunning test: glib/socket-listener.test\nTAP version 14\n# random seed: R02S2aab064c6cb1cedcfc7e4a2fd4ec1b3c\n1..1\n# Start of socket-listener tests\nok 1 /socket-listener/event-signal\n# End of socket-listener tests\nPASS: glib/socket-listener.test\nRunning test: glib/node.test\nTAP version 14\n# random seed: R02S03d131e3e662b1104aa6452b7d420a9c\n1..6\n# Start of node tests\nok 1 /node/allocation\nok 2 /node/construction\nok 3 /node/traversal\nok 4 /node/misc\nok 5 /node/unlink\nok 6 /node/copy\n# End of node tests\nPASS: glib/node.test\nRunning test: glib/1bit-mutex.test\nTAP version 14\n# random seed: R02Sa21044cc7cf46476e1a83518b73207e3\n1..2\n# Start of glib tests\n# Start of 1bit-mutex tests\nExecuting: glib/1bit-mutex.test\nok 1 /glib/1bit-mutex/int\n# slow test /glib/1bit-mutex/int executed in 1.47 secs\nok 2 /glib/1bit-mutex/pointer\n# slow test /glib/1bit-mutex/pointer executed in 1.64 secs\n# End of 1bit-mutex tests\n# End of glib tests\nPASS: glib/1bit-mutex.test\nRunning test: glib/slice.test\nTAP version 14\n# random seed: R02S7cd1573e3b9432d02dac6f4355bd2f5b\n1..3\n# Start of slice tests\nok 1 /slice/copy\nok 2 /slice/chain\nok 3 /slice/allocate\n# End of slice tests\nPASS: glib/slice.test\nRunning test: glib/portal-support-snap-classic.test\nTAP version 14\n# random seed: R02Sb92415e2d9859f6bac08e405b3e6380c\n1..3\n# Start of portal-support tests\n# Start of snap-classic tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-config1:/var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-data1:/var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/runtime\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap-classic/no-snapctl: No such file or directory\nok 1 /portal-support/snap-classic/no-snapctl\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-config1:/var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-data1:/var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap-classic/none/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap-classic/none: No such file or directory\nok 2 /portal-support/snap-classic/none\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-config1:/var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-data1:/var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap-classic/all/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap-classic/all: No such file or directory\nok 3 /portal-support/snap-classic/all\n# End of snap-classic tests\n# End of portal-support tests\nPASS: glib/portal-support-snap-classic.test\nRunning test: glib/date.test\nTAP version 14\n# random seed: R02S4199a25d0b760f0300ab1d7d76a729e6\n1..121\n# Start of date tests\nok 1 /date/basic\nok 2 /date/empty\nok 3 /date/dmy\nok 4 /date/julian\nok 5 /date/compare\nok 6 /date/dates\nok 7 /date/strftime\nok 8 /date/two-digit-years\nok 9 /date/parse\nok 10 /date/parse_locale_change\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793550\nok 11 /date/month_substring\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=749206\nok 12 /date/month_names # SKIP libc doesn\u2019t support all alternative month names\nok 13 /date/clamp\nok 14 /date/order\nok 15 /date/copy\n# Vector 0: 0000-00-00, invalid\n# Vector 1: 0001-01-01, valid\n# Vector 2: 0000-01-01, invalid\n# Vector 3: 2000-02-30, invalid\n# Vector 4: 2000-02-29, valid\n# Vector 5: 2001-02-29, invalid\n# Vector 6: 65535-01-01, valid\nok 16 /date/valid-dmy\n# Start of parse tests\n# Test 0\n# Test 1\nok 17 /date/parse/invalid\n# End of parse tests\n# Start of year tests\nok 18 /date/year/1\nok 19 /date/year/2\nok 20 /date/year/3\nok 21 /date/year/4\nok 22 /date/year/5\nok 23 /date/year/6\nok 24 /date/year/7\nok 25 /date/year/8\nok 26 /date/year/9\nok 27 /date/year/10\nok 28 /date/year/11\nok 29 /date/year/12\nok 30 /date/year/13\nok 31 /date/year/14\nok 32 /date/year/98\nok 33 /date/year/99\nok 34 /date/year/100\nok 35 /date/year/101\nok 36 /date/year/102\nok 37 /date/year/103\nok 38 /date/year/397\nok 39 /date/year/398\nok 40 /date/year/399\nok 41 /date/year/400\nok 42 /date/year/401\nok 43 /date/year/402\nok 44 /date/year/403\nok 45 /date/year/404\nok 46 /date/year/405\nok 47 /date/year/406\nok 48 /date/year/1598\nok 49 /date/year/1599\nok 50 /date/year/1600\nok 51 /date/year/1601\nok 52 /date/year/1602\nok 53 /date/year/1650\nok 54 /date/year/1651\nok 55 /date/year/1897\nok 56 /date/year/1898\nok 57 /date/year/1899\nok 58 /date/year/1900\nok 59 /date/year/1901\nok 60 /date/year/1902\nok 61 /date/year/1903\nok 62 /date/year/1961\nok 63 /date/year/1962\nok 64 /date/year/1963\nok 65 /date/year/1964\nok 66 /date/year/1965\nok 67 /date/year/1967\nok 68 /date/year/1968\nok 69 /date/year/1969\nok 70 /date/year/1970\nok 71 /date/year/1971\nok 72 /date/year/1972\nok 73 /date/year/1973\nok 74 /date/year/1974\nok 75 /date/year/1975\nok 76 /date/year/1976\nok 77 /date/year/1977\nok 78 /date/year/1978\nok 79 /date/year/1979\nok 80 /date/year/1980\nok 81 /date/year/1981\nok 82 /date/year/1982\nok 83 /date/year/1983\nok 84 /date/year/1984\nok 85 /date/year/1985\nok 86 /date/year/1986\nok 87 /date/year/1987\nok 88 /date/year/1988\nok 89 /date/year/1989\nok 90 /date/year/1990\nok 91 /date/year/1991\nok 92 /date/year/1992\nok 93 /date/year/1993\nok 94 /date/year/1994\nok 95 /date/year/1995\nok 96 /date/year/1996\nok 97 /date/year/1997\nok 98 /date/year/1998\nok 99 /date/year/1999\nok 100 /date/year/2000\nok 101 /date/year/2001\nok 102 /date/year/2002\nok 103 /date/year/2003\nok 104 /date/year/2004\nok 105 /date/year/2005\nok 106 /date/year/2006\nok 107 /date/year/2007\nok 108 /date/year/2008\nok 109 /date/year/2009\nok 110 /date/year/2010\nok 111 /date/year/2011\nok 112 /date/year/2012\nok 113 /date/year/3000\nok 114 /date/year/3001\nok 115 /date/year/3002\nok 116 /date/year/3998\nok 117 /date/year/3999\nok 118 /date/year/4000\nok 119 /date/year/4001\nok 120 /date/year/4002\nok 121 /date/year/4003\n# End of year tests\n# End of date tests\nPASS: glib/date.test\nRunning test: glib/rec-mutex.test\nTAP version 14\n# random seed: R02S88a01f5f014c315c15fb9df2b509e648\n1..29\n# Start of thread tests\nok 1 /thread/rec-mutex1\nok 2 /thread/rec-mutex2\nok 3 /thread/rec-mutex3\nok 4 /thread/rec-mutex4\n# Start of rec-mutex tests\n# Start of perf tests\n# Start of uncontended tests\n# max perf: inf mips\nok 5 /thread/rec-mutex/perf/uncontended/depth1\n# max perf: inf mips\nok 6 /thread/rec-mutex/perf/uncontended/depth2\n# max perf: inf mips\nok 7 /thread/rec-mutex/perf/uncontended/depth3\n# max perf: inf mips\nok 8 /thread/rec-mutex/perf/uncontended/depth4\n# max perf: inf mips\nok 9 /thread/rec-mutex/perf/uncontended/depth5\n# End of uncontended tests\n# Start of contended1 tests\n# max perf: inf mips\nok 10 /thread/rec-mutex/perf/contended1/depth1\n# max perf: inf mips\nok 11 /thread/rec-mutex/perf/contended1/depth2\n# max perf: inf mips\nok 12 /thread/rec-mutex/perf/contended1/depth3\n# max perf: inf mips\nok 13 /thread/rec-mutex/perf/contended1/depth4\n# max perf: inf mips\nok 14 /thread/rec-mutex/perf/contended1/depth5\n# End of contended1 tests\n# Start of contended2 tests\n# max perf: inf mips\nok 15 /thread/rec-mutex/perf/contended2/depth1\n# max perf: 3.000000 mips\nok 16 /thread/rec-mutex/perf/contended2/depth2\n# max perf: inf mips\nok 17 /thread/rec-mutex/perf/contended2/depth3\n# max perf: 3.000000 mips\nok 18 /thread/rec-mutex/perf/contended2/depth4\n# max perf: 3.000000 mips\nok 19 /thread/rec-mutex/perf/contended2/depth5\n# End of contended2 tests\n# Start of contended3 tests\n# max perf: 4.000000 mips\nok 20 /thread/rec-mutex/perf/contended3/depth1\n# max perf: inf mips\nok 21 /thread/rec-mutex/perf/contended3/depth2\n# max perf: 4.000000 mips\nok 22 /thread/rec-mutex/perf/contended3/depth3\n# max perf: 4.000000 mips\nok 23 /thread/rec-mutex/perf/contended3/depth4\n# max perf: 2.000000 mips\nok 24 /thread/rec-mutex/perf/contended3/depth5\n# End of contended3 tests\n# Start of contended4 tests\n# max perf: 5.000000 mips\nok 25 /thread/rec-mutex/perf/contended4/depth1\n# max perf: inf mips\nok 26 /thread/rec-mutex/perf/contended4/depth2\n# max perf: 5.000000 mips\nok 27 /thread/rec-mutex/perf/contended4/depth3\n# max perf: 5.000000 mips\nok 28 /thread/rec-mutex/perf/contended4/depth4\n# max perf: inf mips\nok 29 /thread/rec-mutex/perf/contended4/depth5\n# End of contended4 tests\n# End of perf tests\n# End of rec-mutex tests\n# End of thread tests\nPASS: glib/rec-mutex.test\nRunning test: glib/cxx-11.test\nTAP version 14\n# random seed: R02Sf6892eb10872e3dfbbd201bafe120386\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-11.test\nRunning test: glib/g-icon.test\nTAP version 14\n# random seed: R02S382a8e26ab049af8f56a75ef1dc3452d\n1..6\n# Start of icons tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /icons/to-string\nok 2 /icons/serialize\nok 3 /icons/themed\nok 4 /icons/emblemed\nok 5 /icons/file\nok 6 /icons/bytes\n# End of icons tests\nPASS: glib/g-icon.test\nRunning test: glib/onceinit.test\nTAP version 14\n# random seed: R02S0099389d358d708e83a57da6e1392ef8\n1..1\n# Start of thread tests\nok 1 /thread/onceinit\n# End of thread tests\nPASS: glib/onceinit.test\nRunning test: glib/signals.test\nTAP version 14\n# random seed: R02S8501941c745198da412bd9ef9dc7c7f0\n1..31\n# Start of gobject tests\n# Start of signals tests\nok 1 /gobject/signals/all-types\nok 2 /gobject/signals/variant\nok 3 /gobject/signals/destroy-target-object\nok 4 /gobject/signals/generic-marshaller-1\nok 5 /gobject/signals/generic-marshaller-2\nok 6 /gobject/signals/generic-marshaller-enum-return-signed\nok 7 /gobject/signals/generic-marshaller-enum-return-unsigned\nok 8 /gobject/signals/generic-marshaller-int-return\nok 9 /gobject/signals/generic-marshaller-uint-return\nok 10 /gobject/signals/generic-marshaller-interface-return\nok 11 /gobject/signals/custom-marshaller\nok 12 /gobject/signals/connect\nok 13 /gobject/signals/emission-hook\nok 14 /gobject/signals/emitv\nok 15 /gobject/signals/accumulator\n# Signal: accumulator-class-first\n# Signal: accumulator-class-last\n# Signal: accumulator-class-cleanup\n# Signal: accumulator-class-first-last\n# Signal: accumulator-class-first-last-cleanup\n# Signal: accumulator-class-last-cleanup\nok 16 /gobject/signals/accumulator-class\nok 17 /gobject/signals/introspection\nok 18 /gobject/signals/block-handler\nok 19 /gobject/signals/stop-emission\nok 20 /gobject/signals/invocation-hint\nok 21 /gobject/signals/test-disconnection-wrong-object\nok 22 /gobject/signals/clear-signal-handler\n# /gobject/signals/lookup summary: Test that g_signal_lookup() works with a variety of inputs.\nok 23 /gobject/signals/lookup\n# /gobject/signals/parse-name summary: Test that g_signal_parse_name() works with a variety of inputs.\nok 24 /gobject/signals/parse-name\nok 25 /gobject/signals/is-valid-name\nok 26 /gobject/signals/weak-ref-disconnect\n# Start of lookup tests\n# /gobject/signals/lookup/invalid summary: Test that g_signal_lookup() emits a warning if looking up an invalid signal name.\nok 27 /gobject/signals/lookup/invalid\n# End of lookup tests\n# Start of parse-name tests\n# /gobject/signals/parse-name/invalid summary: Test that g_signal_parse_name() ignores a variety of invalid inputs.\n# Parser input: \n# Parser input: 7zip\n# Parser input: invalid:signal\n# Parser input: simple-detailed::\n# Parser input: simple-detailed:\n# Parser input: :\n# Parser input: ::\n# Parser input: :valid-detail\n# Parser input: ::valid-detail\nok 28 /gobject/signals/parse-name/invalid\n# End of parse-name tests\n# Start of invalid-name tests\n# /gobject/signals/invalid-name/colon summary: Check that g_signal_new() rejects invalid signal names.\nok 29 /gobject/signals/invalid-name/colon\n# /gobject/signals/invalid-name/first-char summary: Check that g_signal_new() rejects invalid signal names.\nok 30 /gobject/signals/invalid-name/first-char\n# /gobject/signals/invalid-name/empty summary: Check that g_signal_new() rejects invalid signal names.\nok 31 /gobject/signals/invalid-name/empty\n# End of invalid-name tests\n# End of signals tests\n# End of gobject tests\nPASS: glib/signals.test\nRunning test: glib/data-input-stream.test\nTAP version 14\n# random seed: R02S40ecd0cbf47f924597013e500df3a4d0\n1..10\n# Start of data-input-stream tests\nok 1 /data-input-stream/basic\nok 2 /data-input-stream/read-lines-LF\nok 3 /data-input-stream/read-lines-LF-valid-utf8\nok 4 /data-input-stream/read-lines-LF-invalid-utf8\nok 5 /data-input-stream/read-lines-CR\nok 6 /data-input-stream/read-lines-CR-LF\nok 7 /data-input-stream/read-lines-any\nok 8 /data-input-stream/read-until\n# Test vector 0:  part1 # part2 $ part3 ? part4 ? and #$?^\n# Test vector 1: {\"key\": \"value\"}? and ?\nok 9 /data-input-stream/read-upto\nok 10 /data-input-stream/read-int\n# End of data-input-stream tests\nPASS: glib/data-input-stream.test\nRunning test: glib/mappedfile.test\nTAP version 14\n# random seed: R02Sb7645f619b4a672101ed71883f520442\n1..7\n# Start of mappedfile tests\nok 1 /mappedfile/basic\nok 2 /mappedfile/empty\nok 3 /mappedfile/device\nok 4 /mappedfile/nonexisting\nok 5 /mappedfile/writable\nok 6 /mappedfile/writable_fd\nok 7 /mappedfile/gbytes\n# End of mappedfile tests\nPASS: glib/mappedfile.test\nRunning test: glib/ifaceproperties.test\nTAP version 14\n# random seed: R02Se915da30bbb46544a81b13e7a3de618c\n1..7\n# Start of interface tests\n# Start of properties tests\nok 1 /interface/properties/set\nok 2 /interface/properties/notify\nok 3 /interface/properties/find-overridden\nok 4 /interface/properties/list-overridden\nok 5 /interface/properties/find-interface\nok 6 /interface/properties/list-interface\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=637738\nok 7 /interface/properties/not-overridden\n# End of properties tests\n# End of interface tests\nPASS: glib/ifaceproperties.test\nRunning test: glib/signalgroup.test\nTAP version 14\n# random seed: R02S2b15f2c84c3b9ac91bee130ccb75b7aa\n1..9\n# Start of GObject tests\n# Start of SignalGroup tests\nok 1 /GObject/SignalGroup/invalid\nok 2 /GObject/SignalGroup/simple\nok 3 /GObject/SignalGroup/changing-target\nok 4 /GObject/SignalGroup/blocking\nok 5 /GObject/SignalGroup/weak-ref-target\nok 6 /GObject/SignalGroup/connect-object\nok 7 /GObject/SignalGroup/signal-parsing\nok 8 /GObject/SignalGroup/properties\nok 9 /GObject/SignalGroup/interface\n# Start of signal-parsing tests\n# End of signal-parsing tests\n# End of SignalGroup tests\n# End of GObject tests\nPASS: glib/signalgroup.test\nRunning test: glib/notify-init2.test\nTAP version 14\n# random seed: R02Sa6ee0c121775370a03ccd07fce4d366a\n1..1\n# Start of properties tests\n# /properties/notify-in-init2 summary: Test that notify freezing during construction of objects with custom constructor works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2665\nok 1 /properties/notify-in-init2\n# End of properties tests\nPASS: glib/notify-init2.test\nRunning test: glib/gthash.test\nTAP version 14\n# random seed: R02S7323fe43b99481362b074e0da4aee70f\n1..1\n# Start of gthash tests\nok 1 /gthash/build-retrieve\n# End of gthash tests\nPASS: glib/gthash.test\nRunning test: glib/file-thumbnail.test\nTAP version 14\n# random seed: R02Sa15f560c13d07db03c57394a08d95de2\n1..7\n# Start of file-thumbnail tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/fail/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/fail/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/fail/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/fail/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/fail/.dirs/runtime\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/fail/.dirs/cache/thumbnails/fail/gnome-thumbnail-factory/f098bcae74f8241ee3835bded7284cdd.png\nok 1 /file-thumbnail/fail\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/fail/gnome-thumbnail-factory/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/normal/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/large/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/x-large/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/xx-large/f098bcae74f8241ee3835bded7284cdd.png\nok 2 /file-thumbnail/size-priority\n# Start of valid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/cache/thumbnails/normal/f098bcae74f8241ee3835bded7284cdd.png\nok 3 /file-thumbnail/valid/normal\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/large/.dirs/cache/thumbnails/large/f098bcae74f8241ee3835bded7284cdd.png\nok 4 /file-thumbnail/valid/large\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/cache/thumbnails/x-large/f098bcae74f8241ee3835bded7284cdd.png\nok 5 /file-thumbnail/valid/x-large\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/cache/thumbnails/xx-large/f098bcae74f8241ee3835bded7284cdd.png\nok 6 /file-thumbnail/valid/xx-large\n# End of valid tests\n# Start of unknown tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/cache/thumbnails/super-large/f098bcae74f8241ee3835bded7284cdd.png\nok 7 /file-thumbnail/unknown/super-large\n# End of unknown tests\n# End of file-thumbnail tests\nPASS: glib/file-thumbnail.test\nRunning test: glib/boxed.test\nTAP version 14\n# random seed: R02S26463adfb8ad329c7bb72e78c8feeef2\n1..27\n# Start of boxed tests\nok 1 /boxed/define\nok 2 /boxed/ownership\nok 3 /boxed/closure\nok 4 /boxed/date\nok 5 /boxed/value\nok 6 /boxed/string\nok 7 /boxed/hashtable\nok 8 /boxed/array\nok 9 /boxed/ptrarray\nok 10 /boxed/regex\nok 11 /boxed/varianttype\nok 12 /boxed/error\nok 13 /boxed/datetime\nok 14 /boxed/matchinfo\nok 15 /boxed/keyfile\nok 16 /boxed/mainloop\nok 17 /boxed/maincontext\nok 18 /boxed/source\nok 19 /boxed/variantbuilder\nok 20 /boxed/timezone\nok 21 /boxed/pollfd\nok 22 /boxed/markup\nok 23 /boxed/thread\nok 24 /boxed/checksum\nok 25 /boxed/tree\nok 26 /boxed/patternspec\nok 27 /boxed/rand\n# End of boxed tests\nPASS: glib/boxed.test\nRunning test: glib/properties-refcount4.test\nTAP version 14\n# random seed: R02S6248b810223ed78b656fa329dc6b610b\n1..1\n# Start of gobject tests\n# Start of refcount tests\nok 1 /gobject/refcount/properties-4\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount4.test\nRunning test: glib/power-profile-monitor-portal.test\nTAP version 13\nok 1 __main__.TestPowerProfileMonitorPortal.test_power_profile_power_saver_enabled_portal # SKIP xdg-desktop-portal not available\nok 2 __main__.TestPowerProfileMonitorPortal.test_power_profile_power_saver_enabled_portal_default # SKIP xdg-desktop-portal not available\n1..2\nPASS: glib/power-profile-monitor-portal.test\nRunning test: glib/references.test\nTAP version 14\n# random seed: R02Sae3d46eec00aa5de846d101e1c1e93b3\n1..1\n# Start of gobject tests\nok 1 /gobject/references\n# End of gobject tests\nPASS: glib/references.test\nRunning test: glib/markup-subparser.test\nTAP version 14\n# random seed: R02S27d030b00bf58846c564aa3bd2a05587\n1..14\n# Start of glib tests\n# Start of markup tests\n# Start of subparser tests\n# Start of success tests\nok 1 /glib/markup/subparser/success/0\nok 2 /glib/markup/subparser/success/1\nok 3 /glib/markup/subparser/success/2\nok 4 /glib/markup/subparser/success/3\nok 5 /glib/markup/subparser/success/4\nok 6 /glib/markup/subparser/success/5\nok 7 /glib/markup/subparser/success/6\n# End of success tests\n# Start of failure tests\nok 8 /glib/markup/subparser/failure/0\nok 9 /glib/markup/subparser/failure/1\nok 10 /glib/markup/subparser/failure/2\nok 11 /glib/markup/subparser/failure/3\nok 12 /glib/markup/subparser/failure/4\nok 13 /glib/markup/subparser/failure/5\nok 14 /glib/markup/subparser/failure/6\n# End of failure tests\n# End of subparser tests\n# End of markup tests\n# End of glib tests\nPASS: glib/markup-subparser.test\nRunning test: glib/cxx-17.test\nTAP version 14\n# random seed: R02S583cebb8991b4cf42c124d6abc21c50b\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-17.test\nRunning test: glib/memory-monitor-dbus.test\nTAP version 13\nok 1 __main__.TestLowMemoryMonitor.test_low_memory_warning_signal\n# Received memory warning signal, level 0\n# Received memory warning signal, level 100\n# Received memory warning signal, level 255\n1..1\nPASS: glib/memory-monitor-dbus.test\nRunning test: glib/portal-support-env-var.test\nTAP version 14\n# random seed: R02S6f993723a1cdd30630546ce09d2ac945\n1..1\n# Start of portal-support tests\nok 1 /portal-support/env-var\n# End of portal-support tests\nPASS: glib/portal-support-env-var.test\nRunning test: glib/rcbox.test\nTAP version 14\n# random seed: R02S89813efc427b088ac976c533f2f68884\n1..8\n# Start of rcbox tests\nok 1 /rcbox/new\n# global_point = 0x5615525b1dc0\nok 2 /rcbox/release-full\n# global_point_a = 0x5615525b1dc0\n# global_point_b = 0x5615525b1e90\nok 3 /rcbox/dup\nok 4 /rcbox/alignment\n# End of rcbox tests\n# Start of atomic-rcbox tests\nok 5 /atomic-rcbox/new\n# global_point = 0x5615525b1e90\nok 6 /atomic-rcbox/release-full\n# global_point_a = 0x5615525b1e90\n# global_point_b = 0x5615525b1dc0\nok 7 /atomic-rcbox/dup\nok 8 /atomic-rcbox/alignment\n# End of atomic-rcbox tests\nPASS: glib/rcbox.test\nRunning test: glib/unicode.test\nTAP version 14\n# random seed: R02Sf539b4e2458790b4d6a10b8f29abcd95\n1..39\n# Start of unicode tests\nok 1 /unicode/alnum\nok 2 /unicode/alpha\nok 3 /unicode/break-type\nok 4 /unicode/canonical-decomposition\nok 5 /unicode/casefold\nok 6 /unicode/casemap_and_casefold\nok 7 /unicode/cases\nok 8 /unicode/character-type\nok 9 /unicode/cntrl\nok 10 /unicode/combining-class\n# Composing U+000041 and U+000042; expecting U+000000\n# Composing U+000041 and U+000000; expecting U+000000\n# Composing U+000066 and U+000069; expecting U+000000\n# Composing U+000308 and U+000301; expecting U+000000\n# Composing U+000f71 and U+000f72; expecting U+000000\n# Composing U+00212b and U+000000; expecting U+000000\n# Composing U+0000c5 and U+000000; expecting U+000000\n# Composing U+002126 and U+000000; expecting U+000000\n# Composing U+0003a9 and U+000000; expecting U+000000\n# Composing U+000041 and U+00030a; expecting U+0000c5\n# Composing U+00006f and U+000302; expecting U+0000f4\n# Composing U+001e63 and U+000307; expecting U+001e69\n# Composing U+000073 and U+000323; expecting U+001e63\n# Composing U+000064 and U+000307; expecting U+001e0b\n# Composing U+000064 and U+000323; expecting U+001e0d\n# Composing U+00d4cc and U+0011b6; expecting U+00d4db\n# Composing U+001111 and U+001171; expecting U+00d4cc\n# Composing U+00ce20 and U+0011b8; expecting U+00ce31\n# Composing U+00110e and U+001173; expecting U+00ce20\n# Composing U+001100 and U+001160; expecting U+000000\n# Composing U+001100 and U+001177; expecting U+000000\n# Composing U+00abff and U+0011b6; expecting U+000000\n# Composing U+00d7a5 and U+0011b6; expecting U+000000\n# Composing U+00ac01 and U+0011b6; expecting U+000000\n# Composing U+00d4cc and U+0011a6; expecting U+000000\n# Composing U+00d4cc and U+0011c4; expecting U+000000\n# Composing U+01611e and U+01611e; expecting U+016121\n# Composing U+01611e and U+01611f; expecting U+016123\n# Composing U+0000f6 and U+000304; expecting U+00022b\n# Composing U+000b47 and U+000b57; expecting U+000b4c\n# Composing U+0000a0 and U+000b57; expecting U+000000\n# Composing U+016e00 and U+00030a; expecting U+000000\n# Composing U+00212b and U+016e00; expecting U+000000\n# Composing U+001e63 and U+000306; expecting U+000000\n# Composing U+001e63 and U+000304; expecting U+000000\n# Composing U+001e63 and U+000b57; expecting U+000000\n# Composing U+001e63 and U+000000; expecting U+000000\n# Composing U+001e63 and U+0113c2; expecting U+000000\n# Composing U+001f01 and U+0113c2; expecting U+000000\n# Composing U+00006e and U+000302; expecting U+000000\n# Composing U+001e63 and U+01611f; expecting U+000000\n# Composing U+01138e and U+0113b8; expecting U+000000\n# Composing U+01611e and U+000000; expecting U+000000\n# Composing U+000000 and U+01611f; expecting U+000000\n# Composing U+011390 and U+0113c2; expecting U+000000\nok 11 /unicode/compose\nok 12 /unicode/decompose\nok 13 /unicode/decompose-tail\nok 14 /unicode/defined\nok 15 /unicode/digit\nok 16 /unicode/digit-value\n# Fully decomposing U+000041; expecting 1 codepoints\n# Fully decomposing U+00fb01; expecting 1 codepoints\n# Fully decomposing U+00212b; expecting 2 codepoints\n# Fully decomposing U+002126; expecting 1 codepoints\n# Fully decomposing U+000344; expecting 2 codepoints\n# Fully decomposing U+000f73; expecting 2 codepoints\n# Fully decomposing U+0000c5; expecting 2 codepoints\n# Fully decomposing U+0000f4; expecting 2 codepoints\n# Fully decomposing U+001e69; expecting 3 codepoints\n# Fully decomposing U+001e63; expecting 2 codepoints\n# Fully decomposing U+001e0b; expecting 2 codepoints\n# Fully decomposing U+001e0d; expecting 2 codepoints\n# Fully decomposing U+00d4db; expecting 3 codepoints\n# Fully decomposing U+00d4cc; expecting 2 codepoints\n# Fully decomposing U+00ce31; expecting 3 codepoints\n# Fully decomposing U+00ce20; expecting 2 codepoints\nok 17 /unicode/fully-decompose-canonical\nok 18 /unicode/fully-decompose-len\nok 19 /unicode/normalization\nok 20 /unicode/graph\n# Testing script Zyyy (code 1517910393)\n# Testing script Zinh (code 1516858984)\n# Testing script Zmth (code 1517122664)\n# Testing script Arab (code 1098015074)\n# Testing script Armn (code 1098018158)\n# Testing script Beng (code 1113943655)\n# Testing script Bopo (code 1114599535)\n# Testing script Cher (code 1130915186)\n# Testing script Copt (code 1131376756)\n# Testing script Cyrl (code 1132032620)\n# Testing script Dsrt (code 1148416628)\n# Testing script Deva (code 1147500129)\n# Testing script Ethi (code 1165256809)\n# Testing script Geor (code 1197830002)\n# Testing script Goth (code 1198486632)\n# Testing script Grek (code 1198679403)\n# Testing script Gujr (code 1198877298)\n# Testing script Guru (code 1198879349)\n# Testing script Hani (code 1214344809)\n# Testing script Hang (code 1214344807)\n# Testing script Hebr (code 1214603890)\n# Testing script Hira (code 1214870113)\n# Testing script Knda (code 1265525857)\n# Testing script Kana (code 1264676449)\n# Testing script Khmr (code 1265134962)\n# Testing script Laoo (code 1281453935)\n# Testing script Latn (code 1281455214)\n# Testing script Mlym (code 1298954605)\n# Testing script Mong (code 1299148391)\n# Testing script Mymr (code 1299803506)\n# Testing script Ogam (code 1332175213)\n# Testing script Ital (code 1232363884)\n# Testing script Orya (code 1332902241)\n# Testing script Runr (code 1383427698)\n# Testing script Sinh (code 1399418472)\n# Testing script Syrc (code 1400468067)\n# Testing script Taml (code 1415671148)\n# Testing script Telu (code 1415933045)\n# Testing script Thaa (code 1416126817)\n# Testing script Thai (code 1416126825)\n# Testing script Tibt (code 1416192628)\n# Testing script Cans (code 1130458739)\n# Testing script Yiii (code 1500080489)\n# Testing script Tglg (code 1416064103)\n# Testing script Hano (code 1214344815)\n# Testing script Buhd (code 1114990692)\n# Testing script Tagb (code 1415669602)\n# Testing script Brai (code 1114792297)\n# Testing script Cprt (code 1131442804)\n# Testing script Limb (code 1281977698)\n# Testing script Osma (code 1332964705)\n# Testing script Shaw (code 1399349623)\n# Testing script Linb (code 1281977954)\n# Testing script Tale (code 1415670885)\n# Testing script Ugar (code 1432838514)\n# Testing script Talu (code 1415670901)\n# Testing script Bugi (code 1114990441)\n# Testing script Glag (code 1198285159)\n# Testing script Tfng (code 1415999079)\n# Testing script Sylo (code 1400466543)\n# Testing script Xpeo (code 1483761007)\n# Testing script Khar (code 1265131890)\n# Testing script Zzzz (code 1517976186)\n# Testing script Bali (code 1113681001)\n# Testing script Xsux (code 1483961720)\n# Testing script Phnx (code 1349021304)\n# Testing script Phag (code 1349017959)\n# Testing script Nkoo (code 1315663727)\n# Testing script Kali (code 1264675945)\n# Testing script Lepc (code 1281716323)\n# Testing script Rjng (code 1382706791)\n# Testing script Sund (code 1400204900)\n# Testing script Saur (code 1398895986)\n# Testing script Cham (code 1130914157)\n# Testing script Olck (code 1332503403)\n# Testing script Vaii (code 1449224553)\n# Testing script Cari (code 1130459753)\n# Testing script Lyci (code 1283023721)\n# Testing script Lydi (code 1283023977)\n# Testing script Avst (code 1098281844)\n# Testing script Bamu (code 1113681269)\n# Testing script Egyp (code 1164409200)\n# Testing script Armi (code 1098018153)\n# Testing script Phli (code 1349020777)\n# Testing script Prti (code 1349678185)\n# Testing script Java (code 1247901281)\n# Testing script Kthi (code 1265920105)\n# Testing script Lisu (code 1281979253)\n# Testing script Mtei (code 1299473769)\n# Testing script Sarb (code 1398895202)\n# Testing script Orkh (code 1332898664)\n# Testing script Samr (code 1398893938)\n# Testing script Lana (code 1281453665)\n# Testing script Tavt (code 1415673460)\n# Testing script Batk (code 1113683051)\n# Testing script Brah (code 1114792296)\n# Testing script Mand (code 1298230884)\n# Testing script Cakm (code 1130457965)\n# Testing script Merc (code 1298494051)\n# Testing script Mero (code 1298494063)\n# Testing script Plrd (code 1349284452)\n# Testing script Shrd (code 1399353956)\n# Testing script Sora (code 1399812705)\n# Testing script Takr (code 1415670642)\n# Testing script Bass (code 1113682803)\n# Testing script Aghb (code 1097295970)\n# Testing script Dupl (code 1148547180)\n# Testing script Elba (code 1164730977)\n# Testing script Gran (code 1198678382)\n# Testing script Khoj (code 1265135466)\n# Testing script Sind (code 1399418468)\n# Testing script Lina (code 1281977953)\n# Testing script Mahj (code 1298229354)\n# Testing script Mani (code 1298230889)\n# Testing script Mend (code 1298493028)\n# Testing script Modi (code 1299145833)\n# Testing script Mroo (code 1299345263)\n# Testing script Nbat (code 1315070324)\n# Testing script Narb (code 1315009122)\n# Testing script Perm (code 1348825709)\n# Testing script Hmng (code 1215131239)\n# Testing script Palm (code 1348562029)\n# Testing script Pauc (code 1348564323)\n# Testing script Phlp (code 1349020784)\n# Testing script Sidd (code 1399415908)\n# Testing script Tirh (code 1416196712)\n# Testing script Wara (code 1466004065)\n# Testing script Ahom (code 1097363309)\n# Testing script Hluw (code 1215067511)\n# Testing script Hatr (code 1214346354)\n# Testing script Mult (code 1299541108)\n# Testing script Hung (code 1215655527)\n# Testing script Sgnw (code 1399287415)\n# Testing script Adlm (code 1097100397)\n# Testing script Bhks (code 1114139507)\n# Testing script Marc (code 1298231907)\n# Testing script Newa (code 1315272545)\n# Testing script Osge (code 1332963173)\n# Testing script Tang (code 1415671399)\n# Testing script Gonm (code 1198485101)\n# Testing script Nshu (code 1316186229)\n# Testing script Soyo (code 1399814511)\n# Testing script Zanb (code 1516334690)\n# Testing script Dogr (code 1148151666)\n# Testing script Gong (code 1198485095)\n# Testing script Rohg (code 1383032935)\n# Testing script Maka (code 1298230113)\n# Testing script Medf (code 1298490470)\n# Testing script Sogo (code 1399809903)\n# Testing script Sogd (code 1399809892)\n# Testing script Elym (code 1164736877)\n# Testing script Nand (code 1315008100)\n# Testing script Hmnp (code 1215131248)\n# Testing script Wcho (code 1466132591)\n# Testing script Chrs (code 1130918515)\n# Testing script Diak (code 1147756907)\n# Testing script Kits (code 1265202291)\n# Testing script Yezi (code 1499822697)\n# Testing script Cpmn (code 1131441518)\n# Testing script Ougr (code 1333094258)\n# Testing script Tnsa (code 1416524641)\n# Testing script Toto (code 1416590447)\n# Testing script Vith (code 1449751656)\n# Testing script Kawi (code 1264678761)\n# Testing script Nagm (code 1315006317)\n# Testing script Todr (code 1416586354)\n# Testing script Gara (code 1197568609)\n# Testing script Tutg (code 1416983655)\n# Testing script Sunu (code 1400204917)\n# Testing script Gukh (code 1198877544)\n# Testing script Krai (code 1265787241)\n# Testing script Onao (code 1332633967)\nok 21 /unicode/iso15924\nok 22 /unicode/lower\nok 23 /unicode/mark\nok 24 /unicode/mirror\nok 25 /unicode/print\nok 26 /unicode/punctuation\nok 27 /unicode/script\nok 28 /unicode/space\nok 29 /unicode/strdown\nok 30 /unicode/strup\nok 31 /unicode/turkish-strupdown\nok 32 /unicode/title\nok 33 /unicode/upper\nok 34 /unicode/validate\nok 35 /unicode/wide\nok 36 /unicode/xdigit\nok 37 /unicode/xdigit-value\nok 38 /unicode/zero-width\nok 39 /unicode/normalize\n# End of unicode tests\nPASS: glib/unicode.test\nRunning test: glib/module-test-library.test\nTAP version 14\n# random seed: R02S681fd335c2c051541c0ca766dd19a1aa\n1..3\n# Start of module tests\nok 1 /module/basics\n# /module/invalid-libtool-archive summary: Test that opening an invalid .la file fails\nok 2 /module/invalid-libtool-archive\n# /module/local-binding summary: Test that binding a library's symbols locally does not add them globally\nok 3 /module/local-binding\n# End of module tests\nPASS: glib/module-test-library.test\nRunning test: glib/stream-rw_all.test\nTAP version 14\n# random seed: R02Sc7d2252407a182bf5f8eee5e44c1b525\n1..3\n# Start of stream tests\n# Start of read_all_async tests\nok 1 /stream/read_all_async/memory\n# End of read_all_async tests\n# Start of write_all_async tests\nok 2 /stream/write_all_async/memory\n# End of write_all_async tests\n# Start of read_write_all_async tests\nok 3 /stream/read_write_all_async/pipe\n# End of read_write_all_async tests\n# End of stream tests\nPASS: glib/stream-rw_all.test\nRunning test: glib/data-output-stream.test\nTAP version 14\n# random seed: R02S0dda46977882b164d1ac2fef3af271b4\n1..7\n# Start of data-output-stream tests\nok 1 /data-output-stream/basic\nok 2 /data-output-stream/write-lines-LF\nok 3 /data-output-stream/write-lines-CR\nok 4 /data-output-stream/write-lines-CR-LF\nok 5 /data-output-stream/write-int\nok 6 /data-output-stream/seek\nok 7 /data-output-stream/truncate\n# End of data-output-stream tests\nPASS: glib/data-output-stream.test\nRunning test: glib/assert-msg-test.py.test\nTAP version 13\nok 1 __main__.TestAssertMessage.test_gassert\n# assert-msg-test: /usr/libexec/installed-tests/glib/assert-msg-test\n# tmpdir: /tmp/tmp61732s85\n# Running: ['/usr/libexec/installed-tests/glib/assert-msg-test']\n# Return code: -6\n# Output:\n#  Bail out! GLib:ERROR:../glib-2.84.2/glib/tests/assert-msg-test.c:31:main: assertion failed: (42 < 0)\n# Error:\n#  **\n# GLib:ERROR:../glib-2.84.2/glib/tests/assert-msg-test.c:31:main: assertion failed: (42 < 0)\nok 2 __main__.TestAssertMessage.test_gdb_gassert # SKIP GDB is not installed, skipping this test!\n# assert-msg-test: /usr/libexec/installed-tests/glib/assert-msg-test\n# tmpdir: /tmp/tmpl_07zu0o\n1..2\nPASS: glib/assert-msg-test.py.test\nRunning test: glib/bindinggroup.test\nTAP version 14\n# random seed: R02Se48565dc0e831658830bfc56f0f9f496\n1..11\n# Start of GObject tests\n# Start of BindingGroup tests\nok 1 /GObject/BindingGroup/invalid\nok 2 /GObject/BindingGroup/default\nok 3 /GObject/BindingGroup/bidirectional\nok 4 /GObject/BindingGroup/transform\nok 5 /GObject/BindingGroup/transform-closures\nok 6 /GObject/BindingGroup/same-object\nok 7 /GObject/BindingGroup/weak-ref-source\nok 8 /GObject/BindingGroup/weak-ref-target\nok 9 /GObject/BindingGroup/properties\nok 10 /GObject/BindingGroup/weak-notify-no-bindings\nok 11 /GObject/BindingGroup/empty-closures\n# End of BindingGroup tests\n# End of GObject tests\nPASS: glib/bindinggroup.test\nRunning test: glib/memory-input-stream.test\nTAP version 14\n# random seed: R02S6c794e063cff221089ceafc0aaae5d00\n1..6\n# Start of memory-input-stream tests\nok 1 /memory-input-stream/read-chunks\nok 2 /memory-input-stream/async\nok 3 /memory-input-stream/seek\nok 4 /memory-input-stream/truncate\nok 5 /memory-input-stream/read-bytes\nok 6 /memory-input-stream/from-bytes\n# End of memory-input-stream tests\nPASS: glib/memory-input-stream.test\nRunning test: glib/object.test\nTAP version 14\n# random seed: R02S92c65986dfcfaef692bf99ecb718d8bc\n1..2\n# Start of object tests\n# Start of constructor tests\nok 1 /object/constructor/singleton\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=661576\nok 2 /object/constructor/infanticide\n# End of constructor tests\n# End of object tests\nPASS: glib/object.test\nRunning test: glib/once.test\nTAP version 14\n# random seed: R02S522a02ba51a4e3e472f5d2a2a247c6be\n1..5\n# Start of once tests\n# /once/single-threaded summary: Test g_once() usage from a single thread\nok 1 /once/single-threaded\n# /once/multi-threaded summary: Test g_once() usage from multiple threads\nok 2 /once/multi-threaded\n# End of once tests\n# Start of once-init tests\n# /once-init/single-threaded summary: Test g_once_init_{enter,leave}() usage from a single thread\nok 3 /once-init/single-threaded\n# /once-init/multi-threaded summary: Test g_once_init_{enter,leave}() usage from multiple threads\nok 4 /once-init/multi-threaded\n# /once-init/string summary: Test g_once_init_{enter,leave}() usage with a string\nok 5 /once-init/string\n# End of once-init tests\nPASS: glib/once.test\nRunning test: glib/dump.test\nTAP version 14\n# random seed: R02S8102a535ddb1c2e7079687f2fb41c2d1\n1..4\n# Start of dump tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/empty-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/empty-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/empty-file/.dirs/system-config1:/var/volatile/tmp/dump/empty-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/empty-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/empty-file/.dirs/system-data1:/var/volatile/tmp/dump/empty-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/empty-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/empty-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/empty-file/.dirs/runtime\nok 1 /dump/empty-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/missing-get-type/.dirs/system-config1:/var/volatile/tmp/dump/missing-get-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/missing-get-type/.dirs/system-data1:/var/volatile/tmp/dump/missing-get-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/missing-get-type/.dirs/runtime\nInvalid GType function: 'does_not_exist_get_type'\nok 2 /dump/missing-get-type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/missing-quark/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/missing-quark/.dirs/system-config1:/var/volatile/tmp/dump/missing-quark/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/missing-quark/.dirs/system-data1:/var/volatile/tmp/dump/missing-quark/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/missing-quark/.dirs/runtime\nInvalid error quark function: 'does_not_exist_error'\nok 3 /dump/missing-quark\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/basic/.dirs/system-config1:/var/volatile/tmp/dump/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/basic/.dirs/system-data1:/var/volatile/tmp/dump/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/basic/.dirs/runtime\nok 4 /dump/basic\n# End of dump tests\nPASS: glib/dump.test\nRunning test: glib/rwlock.test\nTAP version 14\n# random seed: R02S644a24f0504a70e3836681315f4be855\n1..8\n# Start of thread tests\nok 1 /thread/rwlock1\nok 2 /thread/rwlock2\nok 3 /thread/rwlock3\nok 4 /thread/rwlock4\nok 5 /thread/rwlock5\nok 6 /thread/rwlock6\nExecuting: glib/rwlock.test\nok 7 /thread/rwlock7\n# slow test /thread/rwlock7 executed in 1.43 secs\nok 8 /thread/rwlock8\n# End of thread tests\nPASS: glib/rwlock.test\nRunning test: glib/private.test\nTAP version 14\n# random seed: R02S8b3b662eb704ba5aef524fd6b0099924\n1..8\n# Start of thread tests\nok 1 /thread/private1\nok 2 /thread/private2\n# slow test /thread/private2 executed in 1.07 secs\nok 3 /thread/private3\nok 4 /thread/staticprivate1\nok 5 /thread/staticprivate2\nok 6 /thread/staticprivate3\nok 7 /thread/staticprivate4\n# slow test /thread/staticprivate4 executed in 1.07 secs\nok 8 /thread/staticprivate5\n# End of thread tests\nPASS: glib/private.test\nRunning test: glib/utf8-pointer.test\nTAP version 14\n# random seed: R02S5e986feabba65e7f0895bfeca48eee5b\n1..3\n# Start of utf8 tests\nok 1 /utf8/offsets\n# slow test /utf8/offsets executed in 0.78 secs\nok 2 /utf8/lengths\nok 3 /utf8/find\n# End of utf8 tests\nPASS: glib/utf8-pointer.test\nRunning test: glib/signals-refcount4.test\nTAP version 14\n# random seed: R02S0e3eef354752fe74ed2c1c79d99e2c7a\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x55bf188643f0\n# \n# init 0x55bf1885d600\n# \nExecuting: glib/signals-refcount4.test\n# dispose 0x55bf188643f0!\n# \n# dispose 0x55bf1885d600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount4.test\nRunning test: glib/string.test\nTAP version 14\n# random seed: R02Sb5cca2cc2ec719cdc5087861eb18e461\n1..23\n# Start of string tests\nok 1 /string/test-string-chunks\nok 2 /string/test-string-chunk-insert\nok 3 /string/test-string-new\nok 4 /string/test-string-printf\nok 5 /string/test-string-assign\nok 6 /string/test-string-append-c\nok 7 /string/test-string-append\nok 8 /string/test-string-append-vprintf\nok 9 /string/test-string-prepend-c\nok 10 /string/test-string-prepend\nok 11 /string/test-string-insert\nok 12 /string/test-string-insert-unichar\nok 13 /string/test-string-equal\nok 14 /string/test-string-truncate\nok 15 /string/test-string-overwrite\nok 16 /string/test-string-nul-handling\nok 17 /string/test-string-up-down\nok 18 /string/test-string-set-size\nok 19 /string/test-string-to-bytes\n# 0: Replacing \"bar\" with \"baz\" (limit 0) in \"foo bar foo baz foo bar foobarbaz\"\n# -> 3 replacements, \"foo baz foo baz foo baz foobazbaz\"\n# 1: Replacing \"baz\" with \"bar\" (limit 3) in \"foo baz foo baz foo baz foobazbaz\"\n# -> 3 replacements, \"foo bar foo bar foo bar foobazbaz\"\n# 2: Replacing \"foobar\" with \"bar\" (limit 1) in \"foo bar foo bar foo bar foobazbaz\"\n# -> 0 replacements, \"foo bar foo bar foo bar foobazbaz\"\n# 3: Replacing \"a\" with \"abcdefghijkl\" (limit 0) in \"aaaaaaaa\"\n# -> 8 replacements, \"abcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijkl\"\n# 4: Replacing \"$LIB\" with \"lib32\" (limit 0) in \"/usr/$LIB/libMangoHud.so\"\n# -> 1 replacements, \"/usr/lib32/libMangoHud.so\"\n# 5: Replacing \"o\" with \"\" (limit 0) in \"food for foals\"\n# -> 4 replacements, \"fd fr fals\"\n# 6: Replacing \"a\" with \"aaa\" (limit 0) in \"aaa\"\n# -> 3 replacements, \"aaaaaaaaa\"\n# 7: Replacing \"a\" with \"\" (limit 0) in \"aaa\"\n# -> 3 replacements, \"\"\n# 8: Replacing \"aa\" with \"bb\" (limit 0) in \"aaa\"\n# -> 1 replacements, \"bba\"\n# 9: Replacing \"\" with \"bar\" (limit 0) in \"foo\"\n# -> 4 replacements, \"barfbarobarobar\"\n# 10: Replacing \"\" with \"bar\" (limit 1) in \"foo\"\n# -> 1 replacements, \"barfoo\"\n# 11: Replacing \"\" with \"bar\" (limit 2) in \"foo\"\n# -> 2 replacements, \"barfbaroo\"\n# 12: Replacing \"\" with \"bar\" (limit 3) in \"foo\"\n# -> 3 replacements, \"barfbarobaro\"\n# 13: Replacing \"\" with \"bar\" (limit 4) in \"foo\"\n# -> 4 replacements, \"barfbarobarobar\"\n# 14: Replacing \"\" with \"bar\" (limit 5) in \"foo\"\n# -> 4 replacements, \"barfbarobarobar\"\n# 15: Replacing \"\" with \"x\" (limit 0) in \"\"\n# -> 1 replacements, \"x\"\n# 16: Replacing \"\" with \"\" (limit 0) in \"\"\n# -> 1 replacements, \"\"\n# 17: Replacing \"\" with \"aaaaaaaaaaaa\" (limit 0) in \"bbbbbbbbb\"\n# -> 10 replacements, \"aaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaa\"\nok 20 /string/test-string-replace\nok 21 /string/test-string-steal\nok 22 /string/test-string-new-take\n# Start of test-string-new-take tests\nok 23 /string/test-string-new-take/null\n# End of test-string-new-take tests\n# End of string tests\nPASS: glib/string.test\nRunning test: glib/notify-init.test\nTAP version 14\n# random seed: R02Sa22f0d14397d25832b1a9f9df5df03f7\n1..1\n# Start of properties tests\n# /properties/notify-in-init summary: Test that emitting notify with a handler already connected in test_object_init() works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2665\nok 1 /properties/notify-in-init\n# End of properties tests\nPASS: glib/notify-init.test\nRunning test: glib/defaultiface.test\nTAP version 14\n# random seed: R02S6cbb7bbc2d9695da14663f8401ddc4eb\n1..2\n# Start of gobject tests\nok 1 /gobject/static-iface\nok 2 /gobject/dynamic-iface\n# End of gobject tests\nPASS: glib/defaultiface.test\nRunning test: glib/portal-support-flatpak-none.test\nTAP version 14\n# random seed: R02Sdc8fc9e45bbddba7c52a4af7f1db00f4\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/none/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/none/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/none/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/none/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/none\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-none.test\nRunning test: glib/closure.test\nTAP version 14\n# random seed: R02S32143e851ebd9cf3723e64ade500b374\n1..6\n# Start of closure tests\nok 1 /closure/idle\nok 2 /closure/timeout\nok 3 /closure/iochannel\nok 4 /closure/child\nok 5 /closure/fd\nok 6 /closure/signal\n# End of closure tests\nPASS: glib/closure.test\nRunning test: glib/mount-operation.test\nTAP version 14\n# random seed: R02S0eead64fbb8dadb789e30111d48ee397\n1..2\n# Start of mount-operation tests\nok 1 /mount-operation/construction\nok 2 /mount-operation/properties\n# End of mount-operation tests\nPASS: glib/mount-operation.test\nRunning test: glib/unix-fd.test\nTAP version 14\n# random seed: R02Sa9ad09b3f2b629f4ca892a7ee273e78f\n1..2\n# Start of unix-fd tests\nok 1 /unix-fd/fd-list\nok 2 /unix-fd/scm\n# End of unix-fd tests\nPASS: glib/unix-fd.test\nRunning test: glib/strfuncs.test\nTAP version 14\n# random seed: R02S06b601cc19e1213bba7b2bd9b339f228\n1..51\n# Start of strfuncs tests\nok 1 /strfuncs/ascii-strcasecmp\nok 2 /strfuncs/ascii_strdown\nok 3 /strfuncs/ascii_strdup\nok 4 /strfuncs/ascii_strtod\nok 5 /strfuncs/bounds-check\nok 6 /strfuncs/has-prefix\nok 7 /strfuncs/has-prefix-macro\nok 8 /strfuncs/has-suffix\nok 9 /strfuncs/has-suffix-macro\nok 10 /strfuncs/memdup\nok 11 /strfuncs/memdup2\nok 12 /strfuncs/set_str\nok 13 /strfuncs/stpcpy\nok 14 /strfuncs/str_match_string\nok 15 /strfuncs/str_tokenize_and_fold\nok 16 /strfuncs/strcanon\nok 17 /strfuncs/strchomp\nok 18 /strfuncs/strchug\nok 19 /strfuncs/strcompress-strescape\nok 20 /strfuncs/strconcat\nok 21 /strfuncs/strdelimit\nok 22 /strfuncs/strdup\nok 23 /strfuncs/strdup-printf\nok 24 /strfuncs/strdupv\nok 25 /strfuncs/strerror\nok 26 /strfuncs/strip-context\nok 27 /strfuncs/strjoin\nok 28 /strfuncs/strjoinv\nok 29 /strfuncs/strlcat\nok 30 /strfuncs/strlcpy\nok 31 /strfuncs/strncasecmp\nok 32 /strfuncs/strndup\nok 33 /strfuncs/strnfill\nok 34 /strfuncs/strreverse\nok 35 /strfuncs/strsignal\nok 36 /strfuncs/strsplit\nok 37 /strfuncs/strsplit-set\nok 38 /strfuncs/strstr\nok 39 /strfuncs/strtod\nok 40 /strfuncs/strtoull-strtoll\nok 41 /strfuncs/strup\nok 42 /strfuncs/strv-contains\nok 43 /strfuncs/strv-equal\nok 44 /strfuncs/strv-length\nok 45 /strfuncs/test-is-to-digit\nok 46 /strfuncs/transliteration\n# /strfuncs/str-equal summary: Test macro and function forms of g_str_equal()\nok 47 /strfuncs/str-equal\nok 48 /strfuncs/str-is-ascii\n# Start of ascii-string-to-num tests\nok 49 /strfuncs/ascii-string-to-num/pathological\nok 50 /strfuncs/ascii-string-to-num/usual\n# End of ascii-string-to-num tests\n# Start of strdup tests\nok 51 /strfuncs/strdup/inline\n# End of strdup tests\n# End of strfuncs tests\nPASS: glib/strfuncs.test\nRunning test: glib/power-profile-monitor-dbus.test\nTAP version 13\nok 1 __main__.TestPowerProfileMonitor.test_power_profile_power_saver_enabled\n1..1\nPASS: glib/power-profile-monitor-dbus.test\nRunning test: glib/union-info.test\nTAP version 14\n# random seed: R02Sb8c041916250328f3a0da36b1d6b1b80\n1..2\n# Start of union-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/union-info/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/union-info/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/union-info/basic/.dirs/system-config1:/var/volatile/tmp/union-info/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/union-info/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/union-info/basic/.dirs/system-data1:/var/volatile/tmp/union-info/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/union-info/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/union-info/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/union-info/basic/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /union-info/basic summary: Test basic properties of GIUnionInfo\nok 1 /union-info/basic\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/union-info/methods/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/union-info/methods/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/union-info/methods/.dirs/system-config1:/var/volatile/tmp/union-info/methods/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/union-info/methods/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/union-info/methods/.dirs/system-data1:/var/volatile/tmp/union-info/methods/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/union-info/methods/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/union-info/methods/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/union-info/methods/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /union-info/methods summary: Test retrieving methods from GIUnionInfo\nok 2 /union-info/methods\n# End of union-info tests\nPASS: glib/union-info.test\nRunning test: glib/types.test\nTAP version 14\n# random seed: R02Sa3bbe6687b22f7b7529210bd8fcb7f80\n1..1\n# Start of types tests\nok 1 /types/basic_types\n# End of types tests\nPASS: glib/types.test\nRunning test: glib/gdbus-connection-flush.test\nTAP version 14\n# random seed: R02Sb1649d87fd396696557fd21bd065326b\n1..2\n# Start of gdbus tests\n# Start of connection tests\n# Start of flush tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-config1:/var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-data1:/var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/runtime\nok 1 /gdbus/connection/flush/busy\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-config1:/var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-data1:/var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/runtime\nok 2 /gdbus/connection/flush/idle\n# End of flush tests\n# End of connection tests\n# End of gdbus tests\nPASS: glib/gdbus-connection-flush.test\nRunning test: glib/gdbus-non-socket.test\nTAP version 14\n# random seed: R02S12ae2bcf434d6491ffeba7b2d10d3f26\n1..1\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/non-socket/.dirs/system-config1:/var/volatile/tmp/gdbus/non-socket/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/non-socket/.dirs/system-data1:/var/volatile/tmp/gdbus/non-socket/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/non-socket/.dirs/runtime\nok 1 /gdbus/non-socket\n# End of gdbus tests\nPASS: glib/gdbus-non-socket.test\nRunning test: glib/static-link.test\nTest disabled because GLIB_TEST_COMPILATION is not set in the env.\nIf you wish to run this test, set GLIB_TEST_COMPILATION=1 in the env,\nand make sure you have glib build dependencies installed, including\nmeson.\nSKIP: glib/static-link.test\nRunning test: glib/mapping.test\nTAP version 14\n# random seed: R02Sb4f29abb3d1eeb53beec0de7e9ea4507\n1..3\n# Start of mapping tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/mapping/flags/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/mapping/flags/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/mapping/flags/.dirs/system-config1:/var/volatile/tmp/mapping/flags/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/mapping/flags/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/mapping/flags/.dirs/system-data1:/var/volatile/tmp/mapping/flags/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/mapping/flags/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/mapping/flags/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/mapping/flags/.dirs/runtime\n# test_mapping: ok\nok 1 /mapping/flags\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/mapping/private/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/mapping/private/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/mapping/private/.dirs/system-config1:/var/volatile/tmp/mapping/private/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/mapping/private/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/mapping/private/.dirs/system-data1:/var/volatile/tmp/mapping/private/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/mapping/private/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/mapping/private/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/mapping/private/.dirs/runtime\nok 2 /mapping/private\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/mapping/private-child/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/mapping/private-child/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/mapping/private-child/.dirs/system-config1:/var/volatile/tmp/mapping/private-child/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/mapping/private-child/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/mapping/private-child/.dirs/system-data1:/var/volatile/tmp/mapping/private-child/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/mapping/private-child/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/mapping/private-child/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/mapping/private-child/.dirs/runtime\n# test_child_private: child spawned\n# Subtest: /usr/libexec/installed-tests/glib/mapping\n    # random seed: R02S00d3e783899e0f85c5b334a36506ddf5\n# test_child_private: received first child signal\n    # test_child_private: received parent signal\n# Child exited with status 0\n# test_child_private: received second child signal\nok 3 /mapping/private-child\n# End of mapping tests\nPASS: glib/mapping.test\nRunning test: glib/keyfile.test\nTAP version 14\n# random seed: R02S3c40421bab0c328562095f5cf08c6e26\n1..36\n# Start of keyfile tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/line-ends/.dirs/system-config1:/var/volatile/tmp/keyfile/line-ends/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/line-ends/.dirs/system-data1:/var/volatile/tmp/keyfile/line-ends/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/line-ends/.dirs/runtime\nok 1 /keyfile/line-ends\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/whitespace/.dirs/system-config1:/var/volatile/tmp/keyfile/whitespace/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/whitespace/.dirs/system-data1:/var/volatile/tmp/keyfile/whitespace/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/whitespace/.dirs/runtime\nok 2 /keyfile/whitespace\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/comments/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/comments/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/comments/.dirs/system-config1:/var/volatile/tmp/keyfile/comments/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/comments/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/comments/.dirs/system-data1:/var/volatile/tmp/keyfile/comments/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/comments/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/comments/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/comments/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3047\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/104\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3047\nok 3 /keyfile/comments\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/listing/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/listing/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/listing/.dirs/system-config1:/var/volatile/tmp/keyfile/listing/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/listing/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/listing/.dirs/system-data1:/var/volatile/tmp/keyfile/listing/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/listing/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/listing/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/listing/.dirs/runtime\nok 4 /keyfile/listing\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/string/.dirs/system-config1:/var/volatile/tmp/keyfile/string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/string/.dirs/system-data1:/var/volatile/tmp/keyfile/string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/string/.dirs/runtime\nok 5 /keyfile/string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/boolean/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/boolean/.dirs/system-config1:/var/volatile/tmp/keyfile/boolean/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/boolean/.dirs/system-data1:/var/volatile/tmp/keyfile/boolean/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/boolean/.dirs/runtime\nok 6 /keyfile/boolean\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/number/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/number/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/number/.dirs/system-config1:/var/volatile/tmp/keyfile/number/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/number/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/number/.dirs/system-data1:/var/volatile/tmp/keyfile/number/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/number/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/number/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/number/.dirs/runtime\nok 7 /keyfile/number\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/locale-string/.dirs/system-config1:/var/volatile/tmp/keyfile/locale-string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/locale-string/.dirs/system-data1:/var/volatile/tmp/keyfile/locale-string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/locale-string/.dirs/runtime\nok 8 /keyfile/locale-string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/lists/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/lists/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/lists/.dirs/system-config1:/var/volatile/tmp/keyfile/lists/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/lists/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/lists/.dirs/system-data1:/var/volatile/tmp/keyfile/lists/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/lists/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/lists/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/lists/.dirs/runtime\nok 9 /keyfile/lists\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/lists-set-get/.dirs/system-config1:/var/volatile/tmp/keyfile/lists-set-get/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/lists-set-get/.dirs/system-data1:/var/volatile/tmp/keyfile/lists-set-get/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/lists-set-get/.dirs/runtime\nok 10 /keyfile/lists-set-get\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/group-remove/.dirs/system-config1:/var/volatile/tmp/keyfile/group-remove/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/group-remove/.dirs/system-data1:/var/volatile/tmp/keyfile/group-remove/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/group-remove/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=165887\nok 11 /keyfile/group-remove\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/key-remove/.dirs/system-config1:/var/volatile/tmp/keyfile/key-remove/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/key-remove/.dirs/system-data1:/var/volatile/tmp/keyfile/key-remove/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/key-remove/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=165980\nok 12 /keyfile/key-remove\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/groups/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/groups/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/groups/.dirs/system-config1:/var/volatile/tmp/keyfile/groups/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/groups/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/groups/.dirs/system-data1:/var/volatile/tmp/keyfile/groups/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/groups/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/groups/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/groups/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=316309\nok 13 /keyfile/groups\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-config1:/var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-data1:/var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/runtime\nok 14 /keyfile/duplicate-keys\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-config1:/var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-data1:/var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=157877\nok 15 /keyfile/duplicate-groups\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-config1:/var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-data1:/var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=385910\nok 16 /keyfile/duplicate-groups2\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/group-names/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/group-names/.dirs/system-config1:/var/volatile/tmp/keyfile/group-names/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/group-names/.dirs/system-data1:/var/volatile/tmp/keyfile/group-names/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/group-names/.dirs/runtime\nok 17 /keyfile/group-names\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/key-names/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/key-names/.dirs/system-config1:/var/volatile/tmp/keyfile/key-names/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/key-names/.dirs/system-data1:/var/volatile/tmp/keyfile/key-names/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/key-names/.dirs/runtime\nok 18 /keyfile/key-names\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/reload/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/reload/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/reload/.dirs/system-config1:/var/volatile/tmp/keyfile/reload/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/reload/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/reload/.dirs/system-data1:/var/volatile/tmp/keyfile/reload/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/reload/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/reload/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/reload/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=420686\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2927\nok 19 /keyfile/reload\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/int64/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/int64/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/int64/.dirs/system-config1:/var/volatile/tmp/keyfile/int64/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/int64/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/int64/.dirs/system-data1:/var/volatile/tmp/keyfile/int64/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/int64/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/int64/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/int64/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=614864\nok 20 /keyfile/int64\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/load/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/load/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/load/.dirs/system-config1:/var/volatile/tmp/keyfile/load/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/load/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/load/.dirs/system-data1:/var/volatile/tmp/keyfile/load/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/load/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/load/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/load/.dirs/runtime\nok 21 /keyfile/load\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/save/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/save/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/save/.dirs/system-config1:/var/volatile/tmp/keyfile/save/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/save/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/save/.dirs/system-data1:/var/volatile/tmp/keyfile/save/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/save/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/save/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/save/.dirs/runtime\nok 22 /keyfile/save\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/load-fail/.dirs/system-config1:/var/volatile/tmp/keyfile/load-fail/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/load-fail/.dirs/system-data1:/var/volatile/tmp/keyfile/load-fail/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/load-fail/.dirs/runtime\nok 23 /keyfile/load-fail\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/non-utf8/.dirs/system-config1:/var/volatile/tmp/keyfile/non-utf8/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/non-utf8/.dirs/system-data1:/var/volatile/tmp/keyfile/non-utf8/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/non-utf8/.dirs/runtime\nok 24 /keyfile/non-utf8\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/page-boundary/.dirs/system-config1:/var/volatile/tmp/keyfile/page-boundary/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/page-boundary/.dirs/system-data1:/var/volatile/tmp/keyfile/page-boundary/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/page-boundary/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=640695\nok 25 /keyfile/page-boundary\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/ref/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/ref/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/ref/.dirs/system-config1:/var/volatile/tmp/keyfile/ref/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/ref/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/ref/.dirs/system-data1:/var/volatile/tmp/keyfile/ref/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/ref/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/ref/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/ref/.dirs/runtime\nok 26 /keyfile/ref\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/replace-value/.dirs/system-config1:/var/volatile/tmp/keyfile/replace-value/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/replace-value/.dirs/system-data1:/var/volatile/tmp/keyfile/replace-value/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/replace-value/.dirs/runtime\nok 27 /keyfile/replace-value\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/list-separator/.dirs/system-config1:/var/volatile/tmp/keyfile/list-separator/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/list-separator/.dirs/system-data1:/var/volatile/tmp/keyfile/list-separator/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/list-separator/.dirs/runtime\nok 28 /keyfile/list-separator\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/empty-string/.dirs/system-config1:/var/volatile/tmp/keyfile/empty-string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/empty-string/.dirs/system-data1:/var/volatile/tmp/keyfile/empty-string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/empty-string/.dirs/runtime\nok 29 /keyfile/empty-string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/limbo/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/limbo/.dirs/system-config1:/var/volatile/tmp/keyfile/limbo/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/limbo/.dirs/system-data1:/var/volatile/tmp/keyfile/limbo/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/limbo/.dirs/runtime\nok 30 /keyfile/limbo\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/utf8/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/utf8/.dirs/system-config1:/var/volatile/tmp/keyfile/utf8/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/utf8/.dirs/system-data1:/var/volatile/tmp/keyfile/utf8/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/utf8/.dirs/runtime\n# Testing invalid encoding ?non-UTF-8?\n# Testing invalid encoding ?UTF?\n# Testing invalid encoding ?UTF-9?\nok 31 /keyfile/utf8\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/roundtrip/.dirs/system-config1:/var/volatile/tmp/keyfile/roundtrip/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/roundtrip/.dirs/system-data1:/var/volatile/tmp/keyfile/roundtrip/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/roundtrip/.dirs/runtime\nok 32 /keyfile/roundtrip\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/bytes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/bytes/.dirs/system-config1:/var/volatile/tmp/keyfile/bytes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/bytes/.dirs/system-data1:/var/volatile/tmp/keyfile/bytes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/bytes/.dirs/runtime\nok 33 /keyfile/bytes\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/get-locale/.dirs/system-config1:/var/volatile/tmp/keyfile/get-locale/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/get-locale/.dirs/system-data1:/var/volatile/tmp/keyfile/get-locale/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/get-locale/.dirs/runtime\nok 34 /keyfile/get-locale\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-config1:/var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-data1:/var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/runtime\nok 35 /keyfile/free-when-not-last-ref\n# Start of locale-string tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-config1:/var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-data1:/var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/runtime\n# /keyfile/locale-string/multiple-loads summary: Check that loading with translations multiple times works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2361\nok 36 /keyfile/locale-string/multiple-loads\n# End of locale-string tests\n# End of keyfile tests\nPASS: glib/keyfile.test\nRunning test: glib/refstring.test\nTAP version 14\n# random seed: R02S80f80dda94ea6c641c6c32e41e7e1c3d\n1..8\n# Start of refstring tests\n# s = 'hello, world' (0x55f5435b08d0)\nok 1 /refstring/base\nok 2 /refstring/length\nok 3 /refstring/length-auto\nok 4 /refstring/length-nuls\n# s = 'hello, world' (0x55f5435b0770)\n# p = s = 'hello, world' (0x55f5435b0770)\n# releasing p[0x55f5435b0770] ('hello, world')\n# p = 'goodbye, world' (0x55f5435b08d0)\n# releasing p[0x55f5435b08d0] ('goodbye, world')\n# releasing s[0x55f5435b0770] ('hello, world')\nok 5 /refstring/intern\n# /refstring/hash_equal summary: Test g_ref_string_equal() in GHashTable\nok 6 /refstring/hash_equal\n# /refstring/equal summary: Test g_ref_string_equal() standalone\nok 7 /refstring/equal\nok 8 /refstring/intern-thread-safety\n# End of refstring tests\nPASS: glib/refstring.test\nRunning test: glib/cxx-03.test\nTAP version 14\n# random seed: R02Sc6e1fd6c05dd83ccfe64fe10411051c0\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-03.test\nRunning test: glib/null-settings-backend.test\nTAP version 14\n# random seed: R02S7b63d3e36e4f4f6b3509953947445c72\n1..1\n# Start of null-settings-backend tests\nok 1 /null-settings-backend/extension-point-registered\n# End of null-settings-backend tests\nPASS: glib/null-settings-backend.test\nRunning test: glib/g-file-info-filesystem-readonly.test\nTAP version 14\n# random seed: R02S0203b4c63f39caca4f982c2599da9bd9\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=787731\n1..2\n# Start of g-file-info-filesystem-readonly tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-config1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-data1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/runtime\nok 1 /g-file-info-filesystem-readonly/test-fs-ro # SKIP 'bindfs' and 'fusermount' commands are needed to run this test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-config1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-data1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/runtime\nok 2 /g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor # SKIP 'bindfs' and 'fusermount' commands are needed to run this test\n# End of g-file-info-filesystem-readonly tests\nPASS: glib/g-file-info-filesystem-readonly.test\nRunning test: glib/macros-c-11.test\nTAP version 14\n# random seed: R02S4fad835e089b85246b781a0a1ef5b457\n1..4\n# Start of C tests\nok 1 /C/standard-11\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-11.test\nRunning test: glib/pattern.test\nTAP version 14\n# random seed: R02Sf539107a9e306f2c0f5a8122febd3d6f\n1..90\n# Start of pattern tests\n# Start of compile tests\nok 1 /pattern/compile/0\nok 2 /pattern/compile/1\nok 3 /pattern/compile/2\nok 4 /pattern/compile/3\nok 5 /pattern/compile/4\nok 6 /pattern/compile/5\nok 7 /pattern/compile/6\nok 8 /pattern/compile/7\nok 9 /pattern/compile/8\nok 10 /pattern/compile/9\nok 11 /pattern/compile/10\nok 12 /pattern/compile/11\nok 13 /pattern/compile/12\nok 14 /pattern/compile/13\n# End of compile tests\n# Start of copy tests\nok 15 /pattern/copy/0\nok 16 /pattern/copy/1\nok 17 /pattern/copy/2\nok 18 /pattern/copy/3\nok 19 /pattern/copy/4\nok 20 /pattern/copy/5\nok 21 /pattern/copy/6\nok 22 /pattern/copy/7\nok 23 /pattern/copy/8\nok 24 /pattern/copy/9\nok 25 /pattern/copy/10\nok 26 /pattern/copy/11\nok 27 /pattern/copy/12\nok 28 /pattern/copy/13\n# End of copy tests\n# Start of match tests\nok 29 /pattern/match/0\nok 30 /pattern/match/1\nok 31 /pattern/match/2\nok 32 /pattern/match/3\nok 33 /pattern/match/4\nok 34 /pattern/match/5\nok 35 /pattern/match/6\nok 36 /pattern/match/7\nok 37 /pattern/match/8\nok 38 /pattern/match/9\nok 39 /pattern/match/10\nok 40 /pattern/match/11\nok 41 /pattern/match/12\nok 42 /pattern/match/13\nok 43 /pattern/match/14\nok 44 /pattern/match/15\nok 45 /pattern/match/16\nok 46 /pattern/match/17\nok 47 /pattern/match/18\nok 48 /pattern/match/19\nok 49 /pattern/match/20\nok 50 /pattern/match/21\nok 51 /pattern/match/22\nok 52 /pattern/match/23\nok 53 /pattern/match/24\nok 54 /pattern/match/25\nok 55 /pattern/match/26\nok 56 /pattern/match/27\nok 57 /pattern/match/28\nok 58 /pattern/match/29\nok 59 /pattern/match/30\nok 60 /pattern/match/31\nok 61 /pattern/match/32\nok 62 /pattern/match/33\nok 63 /pattern/match/34\nok 64 /pattern/match/35\nok 65 /pattern/match/36\nok 66 /pattern/match/37\nok 67 /pattern/match/38\nok 68 /pattern/match/39\nok 69 /pattern/match/40\nok 70 /pattern/match/41\nok 71 /pattern/match/42\nok 72 /pattern/match/43\nok 73 /pattern/match/44\nok 74 /pattern/match/45\nok 75 /pattern/match/46\nok 76 /pattern/match/47\nok 77 /pattern/match/48\nok 78 /pattern/match/49\nok 79 /pattern/match/50\n# End of match tests\n# Start of equal tests\nok 80 /pattern/equal/0\nok 81 /pattern/equal/1\nok 82 /pattern/equal/2\nok 83 /pattern/equal/3\nok 84 /pattern/equal/4\nok 85 /pattern/equal/5\nok 86 /pattern/equal/6\nok 87 /pattern/equal/7\nok 88 /pattern/equal/8\nok 89 /pattern/equal/9\nok 90 /pattern/equal/10\n# End of equal tests\n# End of pattern tests\nPASS: glib/pattern.test\nRunning test: glib/dynamictests.test\nTAP version 14\n# random seed: R02S2f6f1ec975a21097267b0ff4a9c2aa7e\n1..2\n# Start of GObject tests\nok 1 /GObject/threaded-dynamic-ref-unref-init\nok 2 /GObject/dynamic-interface-properties\n# End of GObject tests\nPASS: glib/dynamictests.test\nRunning test: glib/gi-compile-repository.py.test\nTAP version 13\nok 1 __main__.TestGICompileRepository.test_open_failure\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmphsfv_zf8\n# Running: ['/usr/bin/gi-compile-repository', 'this-is/not/a-file.gir', '--output', '/tmp/tmphsfv_zf8/invalid.typelib']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Error parsing file \u2018this-is/not/a-file.gir\u2019: Failed to open file \u201cthis-is/not/a-file.gir\u201d: No such file or directory\nok 2 __main__.TestGICompileRepositoryForGLib.test_compile\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpelamjus9\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GLib-2.0.gir', '--output', '/tmp/tmpelamjus9/GLib-2.typelib']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 3 __main__.TestGICompileRepositoryForGLib.test_write_failure\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpkulylfos\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GLib-2.0.gir', '--output', 'this-is/not/a-good-output/invalid.typelib']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to open \u2018this-is/not/a-good-output/invalid.typelib.tmp\u2019: No such file or directory\nok 4 __main__.TestGICompileRepositoryForGObject.test_compile\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmp_ohtmfy_\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GObject-2.0.gir', '--output', '/tmp/tmp_ohtmfy_/GObject-2.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 5 __main__.TestGICompileRepositoryForGObject.test_write_failure\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpan08r39j\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GObject-2.0.gir', '--output', 'this-is/not/a-good-output/invalid.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to open \u2018this-is/not/a-good-output/invalid.typelib.tmp\u2019: No such file or directory\nok 6 __main__.TestGICompileRepositoryForGio.test_compile\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmp02txi7oo\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/Gio-2.0.gir', '--output', '/tmp/tmp02txi7oo/Gio-2.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 0\n# Output:\n#  \n# Error:\nExecuting: glib/gi-compile-repository.py.test\nok 7 __main__.TestGICompileRepositoryForGio.test_write_failure\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpx8pgs1zk\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/Gio-2.0.gir', '--output', 'this-is/not/a-good-output/invalid.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to open \u2018this-is/not/a-good-output/invalid.typelib.tmp\u2019: No such file or directory\n1..7\nPASS: glib/gi-compile-repository.py.test\nRunning test: glib/cache.test\nTAP version 14\n# random seed: R02S812ac8491b6fd606cb62335bd4df1404\n1..1\n# Start of cache tests\nok 1 /cache/basic\n# End of cache tests\nPASS: glib/cache.test\nRunning test: glib/gvariant.test\nTAP version 14\n# random seed: R02S251659777798fc6ed9df7355b9f24f72\n1..69\n# Start of gvariant tests\nok 1 /gvariant/type\nok 2 /gvariant/typeinfo\nok 3 /gvariant/string\nok 4 /gvariant/utf8\nok 5 /gvariant/utf8-new-strings\nok 6 /gvariant/containers\nok 7 /gvariant/format-strings\nok 8 /gvariant/invalid-varargs\nok 9 /gvariant/varargs\nok 10 /gvariant/valist\nok 11 /gvariant/builder-memory\nok 12 /gvariant/hashing\nok 13 /gvariant/byteswap\nok 14 /gvariant/parser\nok 15 /gvariant/parse-failures\nok 16 /gvariant/parse-positional\nok 17 /gvariant/floating\nok 18 /gvariant/bytestring\nok 19 /gvariant/lookup-value\nok 20 /gvariant/lookup\nok 21 /gvariant/compare\nok 22 /gvariant/equal\nok 23 /gvariant/fixed-array\nok 24 /gvariant/check-format-string\nok 25 /gvariant/checksum-basic\nok 26 /gvariant/checksum-nested\nok 27 /gvariant/gbytes\nok 28 /gvariant/print-context\nok 29 /gvariant/error-quark\nok 30 /gvariant/stack-builder-init\nok 31 /gvariant/stack-builder-init-static\nok 32 /gvariant/stack-builder-init-unset\nok 33 /gvariant/stack-dict-init\nok 34 /gvariant/unaligned-construction\n# Start of type tests\n# Start of string-scan tests\n# Start of recursion tests\nok 35 /gvariant/type/string-scan/recursion/tuple\nok 36 /gvariant/type/string-scan/recursion/array\n# End of recursion tests\n# End of string-scan tests\n# End of type tests\n# Start of serialiser tests\nok 37 /gvariant/serialiser/maybe\nok 38 /gvariant/serialiser/array\nok 39 /gvariant/serialiser/tuple\nok 40 /gvariant/serialiser/variant\nok 41 /gvariant/serialiser/strings\nok 42 /gvariant/serialiser/byteswap\n# slow test /gvariant/serialiser/byteswap executed in 0.50 secs\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1865\n# /gvariant/serialiser/children summary: Test that getting a child variant before and after serialisation of the parent works\nok 43 /gvariant/serialiser/children\n# Start of byteswap tests\nok 44 /gvariant/serialiser/byteswap/zero-sized\n# End of byteswap tests\n# Start of fuzz tests\nok 45 /gvariant/serialiser/fuzz/1%\nok 46 /gvariant/serialiser/fuzz/5%\nok 47 /gvariant/serialiser/fuzz/9%\nok 48 /gvariant/serialiser/fuzz/13%\nok 49 /gvariant/serialiser/fuzz/17%\n# End of fuzz tests\n# End of serialiser tests\n# Start of utf8 tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of utf8 tests\n# Start of varargs tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of varargs tests\n# Start of byteswap tests\n# /gvariant/byteswap/non-normal-non-aligned summary: Test that calling g_variant_byteswap() on a variant which is in non-normal form and doesn?t need byteswapping returns the same variant in normal form.\nok 50 /gvariant/byteswap/non-normal-non-aligned\n# End of byteswap tests\n# Start of parser tests\nok 51 /gvariant/parser/integer-bounds\nok 52 /gvariant/parser/recursion\n# Start of recursion tests\nok 53 /gvariant/parser/recursion/typedecls\n# /gvariant/parser/recursion/maybes summary: Test that nested maybes are handled correctly when parsing text-form variants\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2782\n# Text form 0: @mmmu 5\n# Text form 1: @mmmas ['hello']\n# Text form 2: @mmmu just just nothing\n# Text form 3: @mmmas just just nothing\n# Text form 4: @mmmu just nothing\n# Text form 5: @mmmas just nothing\n# Text form 6: @mmmu nothing\n# Text form 7: @mmmas nothing\nok 54 /gvariant/parser/recursion/maybes\n# End of recursion tests\n# End of parser tests\n# Start of parse tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of parse tests\n# Start of normal-checking tests\nok 55 /gvariant/normal-checking/tuples\nok 56 /gvariant/normal-checking/array-offsets\nok 57 /gvariant/normal-checking/array-offsets2\nok 58 /gvariant/normal-checking/tuple-offsets\nok 59 /gvariant/normal-checking/tuple-offsets2\nok 60 /gvariant/normal-checking/tuple-offsets3\nok 61 /gvariant/normal-checking/tuple-offsets4\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2840\nok 62 /gvariant/normal-checking/tuple-offsets5\nok 63 /gvariant/normal-checking/empty-object-path\n# Start of array-offsets tests\nok 64 /gvariant/normal-checking/array-offsets/overlapped\nok 65 /gvariant/normal-checking/array-offsets/minimal-sized\n# End of array-offsets tests\n# Start of tuple-offsets tests\nok 66 /gvariant/normal-checking/tuple-offsets/minimal-sized\n# End of tuple-offsets tests\n# End of normal-checking tests\n# Start of recursion-limits tests\nok 67 /gvariant/recursion-limits/variant-in-variant\nok 68 /gvariant/recursion-limits/array-in-variant\n# End of recursion-limits tests\n# End of gvariant tests\n# Start of gvarianttype tests\nok 69 /gvarianttype/hash\n# End of gvarianttype tests\nPASS: glib/gvariant.test\nRunning test: glib/repository-search-paths.test\nTAP version 14\n# random seed: R02Sa7d8d902d350156f27c154eb726023b3\n1..4\n# Start of repository tests\n# Start of search-paths tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/search-paths/default/.dirs/system-config1:/var/volatile/tmp/repository/search-paths/default/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/search-paths/default/.dirs/system-data1:/var/volatile/tmp/repository/search-paths/default/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/search-paths/default/.dirs/runtime\nok 1 /repository/search-paths/default\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/search-paths/prepend/.dirs/system-config1:/var/volatile/tmp/repository/search-paths/prepend/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/search-paths/prepend/.dirs/system-data1:/var/volatile/tmp/repository/search-paths/prepend/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/search-paths/prepend/.dirs/runtime\nok 2 /repository/search-paths/prepend\n# End of search-paths tests\n# Start of library-paths tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/library-paths/default/.dirs/system-config1:/var/volatile/tmp/repository/library-paths/default/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/library-paths/default/.dirs/system-data1:/var/volatile/tmp/repository/library-paths/default/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/library-paths/default/.dirs/runtime\nok 3 /repository/library-paths/default\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/library-paths/prepend/.dirs/system-config1:/var/volatile/tmp/repository/library-paths/prepend/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/library-paths/prepend/.dirs/system-data1:/var/volatile/tmp/repository/library-paths/prepend/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/library-paths/prepend/.dirs/runtime\nok 4 /repository/library-paths/prepend\n# End of library-paths tests\n# End of repository tests\nPASS: glib/repository-search-paths.test\nRunning test: glib/overflow-fallback.test\nTAP version 14\n# random seed: R02Sd08a2a501c4b3a85581a36ae4fdcbb74\n1..6\n# Start of glib tests\n# Start of checked-math tests\nok 1 /glib/checked-math/guint-add\nok 2 /glib/checked-math/guint-mul\nok 3 /glib/checked-math/guint64-add\nok 4 /glib/checked-math/guint64-mul\nok 5 /glib/checked-math/gsize-add\nok 6 /glib/checked-math/gsize-mul\n# End of checked-math tests\n# End of glib tests\nPASS: glib/overflow-fallback.test\nRunning test: glib/deftype.test\nPASS: glib/deftype.test\nRunning test: glib/cxx.test\nTAP version 14\n# random seed: R02S90a8a23660a65917f8e76ed315e422ac\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx.test\nRunning test: glib/tls-bindings.test\nTAP version 14\n# random seed: R02S5f5c09a306cb3dfd88cae10bd78fd796\n1..2\n# Start of tls-connection tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?\nok 1 /tls-connection/get-tls-channel-binding\nok 2 /tls-connection/get-dtls-channel-binding\n# End of tls-connection tests\nPASS: glib/tls-bindings.test\nRunning test: glib/environment.test\nTAP version 14\n# random seed: R02S7f5c1a7c0665374a595265c42a157b8f\n1..6\n# Start of environ tests\n# /environ/listenv summary: Test g_get_environ() returns an array of unique keys, all of which can be individually queried using g_getenv() to return the same value.\nok 1 /environ/listenv\n# /environ/getenv summary: Test setting an environment variable using g_setenv(), and that the updated value is queryable using g_getenv().\nok 2 /environ/getenv\nok 3 /environ/setenv\n# /environ/array summary: Test getting and setting variables on a local envp array (rather than the global envp).\nok 4 /environ/array\n# /environ/null summary: Test getting and setting variables on a NULL envp array.\nok 5 /environ/null\n# /environ/case summary: Test that matching environment variables is case-insensitive on Windows and not on other platforms, since envvars were case-insensitive on DOS.\nok 6 /environ/case\n# End of environ tests\nPASS: glib/environment.test\nRunning test: glib/guuid.test\nTAP version 14\n# random seed: R02S056c633017ba16db879a9262792b3381\n1..2\n# Start of uuid tests\nok 1 /uuid/string\nok 2 /uuid/random\n# End of uuid tests\nPASS: glib/guuid.test\nRunning test: glib/gdbus-server-auth.test\nTAP version 14\n# random seed: R02Sc491db28e9ca234d66f3aeb8b2799174\n1..9\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-YBXG82 / libdbus client, with flags: external:false anonymous:false sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-YBXG82/dbus-sCUQNkbp\n# GLib-GIO-DEBUG: Accepting \"ANONYMOUS\" authentication\n# GLib-GIO-DEBUG: Accepting \"DBUS_COOKIE_SHA1\" authentication\n# GLib-GIO-DEBUG: Accepting \"EXTERNAL\" authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 1 /gdbus/server-auth # SKIP Testing interop with libdbus not supported\n# Start of server-auth tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/runtime\n# Testing GDBus server at unix:tmpdir=/var/volatile/tmp/gdbus-server-auth-5GYG82 / libdbus client, with flags: external:false anonymous:false sha1:false abstract:true tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-5GYG82/dbus-iJBpFmM2\n# GLib-GIO-DEBUG: Accepting \"ANONYMOUS\" authentication\n# GLib-GIO-DEBUG: Accepting \"DBUS_COOKIE_SHA1\" authentication\n# GLib-GIO-DEBUG: Accepting \"EXTERNAL\" authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 2 /gdbus/server-auth/abstract # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/runtime\n# Testing GDBus server at tcp:host=127.0.0.1 / libdbus client, with flags: external:false anonymous:false sha1:false abstract:false tcp:true\n# Connectable address: tcp:host=127.0.0.1,port=43099\n# GLib-GIO-DEBUG: Accepting \"ANONYMOUS\" authentication\n# GLib-GIO-DEBUG: Accepting \"DBUS_COOKIE_SHA1\" authentication\n# GLib-GIO-DEBUG: Accepting \"EXTERNAL\" authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: Server says GDBus client is uid 4294967295, pid -1\nok 3 /gdbus/server-auth/tcp # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-EF0G82 / libdbus client, with flags: external:false anonymous:true sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-EF0G82/dbus-XkvdyqW0\n# GLib-GIO-DEBUG: Accepting ANONYMOUS authentication\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 4 /gdbus/server-auth/anonymous # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/external/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/external/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/external/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/external/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/external/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-5YZG82 / libdbus client, with flags: external:true anonymous:false sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-5YZG82/dbus-tyLdpAD5\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Accepting EXTERNAL authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 5 /gdbus/server-auth/external # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-AW0G82 / libdbus client, with flags: external:false anonymous:false sha1:true abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-AW0G82/dbus-WDgckWTu\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Accepting DBUS_COOKIE_SHA1 authentication\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 6 /gdbus/server-auth/sha1 # SKIP Testing interop with libdbus not supported\n# Start of anonymous tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/runtime\n# Testing GDBus server at tcp:host=127.0.0.1 / libdbus client, with flags: external:false anonymous:true sha1:false abstract:false tcp:true\n# Connectable address: tcp:host=127.0.0.1,port=46557\n# GLib-GIO-DEBUG: Accepting ANONYMOUS authentication\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: Server says GDBus client is uid 4294967295, pid -1\nok 7 /gdbus/server-auth/anonymous/tcp # SKIP Testing interop with libdbus not supported\n# End of anonymous tests\n# Start of external tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-7R1G82 / libdbus client, with flags: external:true anonymous:false sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-7R1G82/dbus-0ITIgpuO\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Accepting EXTERNAL authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 8 /gdbus/server-auth/external/require-same-user # SKIP Testing interop with libdbus not supported\n# End of external tests\n# Start of sha1 tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/runtime\n# Testing GDBus server at tcp:host=127.0.0.1 / libdbus client, with flags: external:false anonymous:false sha1:true abstract:false tcp:true\n# Connectable address: tcp:host=127.0.0.1,port=43701\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Accepting DBUS_COOKIE_SHA1 authentication\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: Server says GDBus client is uid 4294967295, pid -1\nok 9 /gdbus/server-auth/sha1/tcp # SKIP Testing interop with libdbus not supported\n# End of sha1 tests\n# End of server-auth tests\n# End of gdbus tests\nPASS: glib/gdbus-server-auth.test\nRunning test: glib/signals-refcount3.test\nTAP version 14\n# random seed: R02Sc2c2f633abb887e41cab803e9a7e1350\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x5611e59903f0\n# \n# init 0x5611e5989600\n# \nExecuting: glib/signals-refcount3.test\n# dispose 0x5611e59903f0!\n# \n# dispose 0x5611e5989600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount3.test\nRunning test: glib/thread-deprecated.test\nTAP version 14\n# random seed: R02S9082b6e509d62a18160b62c8933cbcc6\n1..6\n# Start of thread tests\nok 1 /thread/mutex\nok 2 /thread/static-rec-mutex\nExecuting: glib/thread-deprecated.test\nok 3 /thread/static-private\n# slow test /thread/static-private executed in 4.20 secs\nExecuting: glib/thread-deprecated.test\nok 4 /thread/static-rw-lock\n# slow test /thread/static-rw-lock executed in 5.00 secs\nok 5 /thread/once\nExecuting: glib/thread-deprecated.test\nExecuting: glib/thread-deprecated.test\nok 6 /thread/rerun-all\n# slow test /thread/rerun-all executed in 10.02 secs\n# End of thread tests\nPASS: glib/thread-deprecated.test\nRunning test: glib/hmac.test\nTAP version 14\n# random seed: R02Sb40063ffc9896c148efe61892c1aadfe\n1..37\n# Start of hmac tests\nok 1 /hmac/sha1-1\nok 2 /hmac/sha1-2\nok 3 /hmac/sha1-3\nok 4 /hmac/sha1-4\nok 5 /hmac/sha1-5\nok 6 /hmac/sha1-6\nok 7 /hmac/sha1-7\nok 8 /hmac/sha256-1\nok 9 /hmac/sha256-2\nok 10 /hmac/sha256-3\nok 11 /hmac/sha256-4\nok 12 /hmac/sha256-5\nok 13 /hmac/sha256-6\nok 14 /hmac/sha384-1\nok 15 /hmac/sha384-2\nok 16 /hmac/sha384-3\nok 17 /hmac/sha384-4\nok 18 /hmac/sha384-5\nok 19 /hmac/sha384-6\nok 20 /hmac/sha512-1\nok 21 /hmac/sha512-2\nok 22 /hmac/sha512-3\nok 23 /hmac/sha512-4\nok 24 /hmac/sha512-5\nok 25 /hmac/sha512-6\nok 26 /hmac/md5-1\nok 27 /hmac/md5-2\nok 28 /hmac/md5-3\nok 29 /hmac/md5-4\nok 30 /hmac/md5-5\nok 31 /hmac/md5-6\nok 32 /hmac/md5-7\nok 33 /hmac/ref-unref\nok 34 /hmac/copy\nok 35 /hmac/for-data\nok 36 /hmac/for-string\nok 37 /hmac/for-bytes\n# End of hmac tests\nPASS: glib/hmac.test\nRunning test: glib/contenttype.test\nTAP version 14\n# random seed: R02Sd93d8ee890c13d43693471799f0e9ace\n1..14\n# Start of contenttype tests\nok 1 /contenttype/guess\nok 2 /contenttype/guess_svg_from_data\nok 3 /contenttype/mime_to_content # SKIP mime from content type test not implemented on UNIX\nok 4 /contenttype/mime_from_content # SKIP mime from content type test not implemented on UNIX\nok 5 /contenttype/unknown\nok 6 /contenttype/subtype\nok 7 /contenttype/list\nok 8 /contenttype/executable\nok 9 /contenttype/description\nok 10 /contenttype/icon\nok 11 /contenttype/symbolic-icon\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 12 /contenttype/tree\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3168\nok 13 /contenttype/tree_invalid_encoding\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=782311\nok 14 /contenttype/test_type_is_a_special_case\n# End of contenttype tests\nPASS: glib/contenttype.test\nRunning test: glib/async-splice-output-stream.test\nTAP version 14\n# random seed: R02S3154dab78c092d391ae7ebbdcce3c978\n1..5\n# Start of async-splice tests\nok 1 /async-splice/copy-chunks\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 2 /async-splice/copy-chunks-threaded-input\nok 3 /async-splice/copy-chunks-threaded-output\nok 4 /async-splice/copy-chunks-threaded\nok 5 /async-splice/cancelled\n# End of async-splice tests\nPASS: glib/async-splice-output-stream.test\nRunning test: glib/asyncqueue.test\nTAP version 14\n# random seed: R02Sb8cf9c70187ce58d6465920a18b500ca\n1..7\n# Start of asyncqueue tests\nok 1 /asyncqueue/basics\nok 2 /asyncqueue/sort\nok 3 /asyncqueue/destroy\nok 4 /asyncqueue/threads\nok 5 /asyncqueue/timed\nok 6 /asyncqueue/remove\nok 7 /asyncqueue/push_front\n# End of asyncqueue tests\nPASS: glib/asyncqueue.test\nRunning test: glib/inet-address.test\nTAP version 14\n# random seed: R02S2d7b89e921deabda97cb4e78b7abad6f\n1..11\n# Start of inet-address tests\nok 1 /inet-address/parse\nok 2 /inet-address/any\nok 3 /inet-address/loopback\nok 4 /inet-address/bytes\nok 5 /inet-address/property\n# End of inet-address tests\n# Start of socket-address tests\nok 6 /socket-address/basic\nok 7 /socket-address/to-string\n# End of socket-address tests\n# Start of address-mask tests\nok 8 /address-mask/parse\nok 9 /address-mask/property\nok 10 /address-mask/equal\nok 11 /address-mask/match\n# End of address-mask tests\nPASS: glib/inet-address.test\nRunning test: glib/utils-c-89.test\nTAP version 14\n# random seed: R02S8ae14a75ded65f94f6f9c2f70c9850b3\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-89.test\nRunning test: glib/atomic-c-11.test\nTAP version 14\n# random seed: R02Sa9c6661df9a3caa0a6de29dcf782a2d4\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-11.test\nRunning test: glib/gutils-user-database.test\nTAP version 14\n# random seed: R02Sbbcb7bdf0c964264a05222f16078075e\n1..1\n# Start of gutils tests\nok 1 /gutils/get_user_database_entry\n# End of gutils tests\nPASS: glib/gutils-user-database.test\nRunning test: glib/search-utils.test\nTAP version 14\n# random seed: R02S3bca1e8362c124fd3f4c1f2895caeb72\n# GLib-DEBUG: Current user locale: C\n1..6\n# Start of search tests\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'he' - 'Hello World' should match: OK\n# GLib-DEBUG: 'wo' - 'Hello World' should match: OK\n# GLib-DEBUG: 'lo' - 'Hello World' should NOT match: OK\n# GLib-DEBUG: 'ld' - 'Hello World' should NOT match: OK\n# GLib-DEBUG: 'wo' - 'Hello-World' should match: OK\n# GLib-DEBUG: 'wo' - 'HelloWorld' should NOT match: OK\nok 1 /search/basic\n# GLib-DEBUG: Started\n# Locale 'sv_SE.UTF-8' is unavailable\n# GLib-DEBUG: 'jor' - 'J?rgen' should match: SKIPPED\n# GLib-DEBUG: 'gaetan' - 'Ga\u00ebtan' should match: OK\n# GLib-DEBUG: 'ele' - '\u00e9l\u00e8ve' should match: OK\n# GLib-DEBUG: 'Aza\u00cfs' - 'Azais' should NOT match: OK\n# GLib-DEBUG: 'Azais' - 'Aza\u00cfs' should match: OK\nok 2 /search/composed\n# GLib-DEBUG: Started\n# Locale 'sv_SE.UTF-8' is unavailable\n# GLib-DEBUG: 'Jo\u0308r' - 'Jorgen' should NOT match: SKIPPED\n# Locale 'sv_SE.UTF-8' is unavailable\n# GLib-DEBUG: 'jor' - 'Jo\u0308rgen' should match: SKIPPED\nok 3 /search/decomposed # SKIP No locales for the test set are available\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'ist' - '\u0130stanbul' should match: OK\n# GLib-DEBUG: 'diyarbakir' - 'Diyarbak\u0131r' should match: OK\nok 4 /search/turkish\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'jor' - 'J?rgen' should match: OK\n# GLib-DEBUG: 'Jo?r' - 'Jorgen' should NOT match: OK\n# GLib-DEBUG: 'jor' - 'Jo?rgen' should match: OK\nok 5 /search/c_locale_unicode\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'Xav Cla' - 'Xavier Claessens' should match: OK\n# GLib-DEBUG: 'Cla Xav' - 'Xavier Claessens' should match: OK\n# GLib-DEBUG: '   b  ' - 'Foo Bar Baz' should match: OK\n# GLib-DEBUG: 'bar bazz' - 'Foo Bar Baz' should NOT match: OK\nok 6 /search/multi_words\n# End of search tests\nPASS: glib/search-utils.test\nRunning test: glib/portal-support-flatpak-full.test\nTAP version 14\n# random seed: R02Sd304c0a55e35d72034774c2d4644058f\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/full/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/full/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/full/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/full/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/full/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/full/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/full\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-full.test\nRunning test: glib/strvbuilder.test\nTAP version 14\n# random seed: R02S86a33030006923e1cc4308d80aa90ba1\n1..7\n# Start of strvbuilder tests\nok 1 /strvbuilder/empty\nok 2 /strvbuilder/add\nok 3 /strvbuilder/addv\nok 4 /strvbuilder/add_many\nok 5 /strvbuilder/take\nok 6 /strvbuilder/ref\nok 7 /strvbuilder/unref_to_strv\n# End of strvbuilder tests\nPASS: glib/strvbuilder.test\nRunning test: glib/uri.test\nTAP version 14\n# random seed: R02S041e5f0db5c984dddc9f68ef8051b9c3\n1..24\n# Start of uri tests\nok 1 /uri/file-to-uri\nok 2 /uri/file-from-uri\nok 3 /uri/file-roundtrip\nok 4 /uri/list\n# Test 0: %2Babc %4F\n# Test 1: %2Babc %4F\n# Test 2: %00abc %4F\n# Test 3: /cursors/none.png\n# Test 4: /cursors%2fbad-subdir/none.png\n# Test 5: %0\n# Test 6: %ra\n# Test 7: %2r\n# Test 8: Timm B?der\n# Test 9: (null)\nok 5 /uri/unescape-string\nok 6 /uri/unescape-segment\n# Test 0: abcdefgABCDEFG._~\n# Test 1: :+ \\\\?#\n# Test 2: a+b:c\n# Test 3: a+b:c\\303\\234\n# Test 4: \\374;\\322\n# Test 5: \\303\\261\\303(\nok 7 /uri/escape-string\nok 8 /uri/escape-bytes\nok 9 /uri/scheme\nok 10 /uri/build\nok 11 /uri/split\nok 12 /uri/is_valid\nok 13 /uri/to-string\nok 14 /uri/join\n# /uri/join-split-round-trip summary: Test that joining different URI components survives a round trip\n# Combination 0\n# Combination 1\n# Combination 2\n# Combination 3\n# Combination 4\n# Combination 5\n# Combination 6\n# Combination 7\n# Combination 8\n# Combination 9\n# Combination 10\n# Combination 11\n# Combination 12\n# Combination 13\n# Combination 14\n# Combination 15\n# Combination 16\n# Combination 17\n# Combination 18\n# Combination 19\n# Combination 20\n# Combination 21\n# Combination 22\n# Combination 23\n# Combination 24\n# Combination 25\n# Combination 26\n# Combination 27\n# Combination 28\n# Combination 29\n# Combination 30\n# Combination 31\n# Combination 32\n# Combination 33\n# Combination 34\n# Combination 35\n# Combination 36\n# Combination 37\n# Combination 38\n# Combination 39\n# Combination 40\n# Combination 41\n# Combination 42\n# Combination 43\n# Combination 44\n# Combination 45\n# Combination 46\n# Combination 47\n# Combination 48\n# Combination 49\n# Combination 50\n# Combination 51\n# Combination 52\n# Combination 53\n# Combination 54\n# Combination 55\n# Combination 56\n# Combination 57\n# Combination 58\n# Combination 59\n# Combination 60\n# Combination 61\n# Combination 62\n# Combination 63\n# Combination 64\n# Combination 65\n# Combination 66\n# Combination 67\n# Combination 68\n# Combination 69\n# Combination 70\n# Combination 71\n# Combination 72\n# Combination 73\n# Combination 74\n# Combination 75\n# Combination 76\n# Combination 77\n# Combination 78\n# Combination 79\n# Combination 80\n# Combination 81\n# Combination 82\n# Combination 83\n# Combination 84\n# Combination 85\n# Combination 86\n# Combination 87\n# Combination 88\n# Combination 89\n# Combination 90\n# Combination 91\n# Combination 92\n# Combination 93\n# Combination 94\n# Combination 95\n# Combination 96\n# Combination 97\n# Combination 98\n# Combination 99\n# Combination 100\n# Combination 101\n# Combination 102\n# Combination 103\n# Combination 104\n# Combination 105\n# Combination 106\n# Combination 107\n# Combination 108\n# Combination 109\n# Combination 110\n# Combination 111\n# Combination 112\n# Combination 113\n# Combination 114\n# Combination 115\n# Combination 116\n# Combination 117\n# Combination 118\n# Combination 119\n# Combination 120\n# Combination 121\n# Combination 122\n# Combination 123\n# Combination 124\n# Combination 125\n# Combination 126\n# Combination 127\n# Combination 128\n# Combination 129\n# Combination 130\n# Combination 131\n# Combination 132\n# Combination 133\n# Combination 134\n# Combination 135\n# Combination 136\n# Combination 137\n# Combination 138\n# Combination 139\n# Combination 140\n# Combination 141\n# Combination 142\n# Combination 143\n# Combination 144\n# Combination 145\n# Combination 146\n# Combination 147\n# Combination 148\n# Combination 149\n# Combination 150\n# Combination 151\n# Combination 152\n# Combination 153\n# Combination 154\n# Combination 155\n# Combination 156\n# Combination 157\n# Combination 158\n# Combination 159\n# Combination 160\n# Combination 161\n# Combination 162\n# Combination 163\n# Combination 164\n# Combination 165\n# Combination 166\n# Combination 167\n# Combination 168\n# Combination 169\n# Combination 170\n# Combination 171\n# Combination 172\n# Combination 173\n# Combination 174\n# Combination 175\n# Combination 176\n# Combination 177\n# Combination 178\n# Combination 179\n# Combination 180\n# Combination 181\n# Combination 182\n# Combination 183\n# Combination 184\n# Combination 185\n# Combination 186\n# Combination 187\n# Combination 188\n# Combination 189\n# Combination 190\n# Combination 191\n# Combination 192\n# Combination 193\n# Combination 194\n# Combination 195\n# Combination 196\n# Combination 197\n# Combination 198\n# Combination 199\n# Combination 200\n# Combination 201\n# Combination 202\n# Combination 203\n# Combination 204\n# Combination 205\n# Combination 206\n# Combination 207\n# Combination 208\n# Combination 209\n# Combination 210\n# Combination 211\n# Combination 212\n# Combination 213\n# Combination 214\n# Combination 215\n# Combination 216\n# Combination 217\n# Combination 218\n# Combination 219\n# Combination 220\n# Combination 221\n# Combination 222\n# Combination 223\n# Combination 224\n# Combination 225\n# Combination 226\n# Combination 227\n# Combination 228\n# Combination 229\n# Combination 230\n# Combination 231\n# Combination 232\n# Combination 233\n# Combination 234\n# Combination 235\n# Combination 236\n# Combination 237\n# Combination 238\n# Combination 239\n# Combination 240\n# Combination 241\n# Combination 242\n# Combination 243\n# Combination 244\n# Combination 245\n# Combination 246\n# Combination 247\n# Combination 248\n# Combination 249\n# Combination 250\n# Combination 251\n# Combination 252\n# Combination 253\n# Combination 254\n# Combination 255\nok 15 /uri/join-split-round-trip\nok 16 /uri/normalize\n# Start of unescape-bytes tests\n# Test 0: %00%00\n# Test 1: /cursors/none.png\n# Test 2: /cursors%2fbad-subdir/none.png\n# Test 3: %%\n# Test 4: %\nok 17 /uri/unescape-bytes/nul-terminated\n# Test 0: %00%00\n# Test 1: /cursors/none.png\n# Test 2: /cursors%2fbad-subdir/none.png\n# Test 3: %%\n# Test 4: %\nok 18 /uri/unescape-bytes/length\n# End of unescape-bytes tests\n# Start of parsing tests\n# Test 0: foo:\n# Test 1: file:/dev/null\n# Test 2: file:///dev/null\n# Test 3: ftp://user@host/path\n# Test 4: ftp://user@host:9999/path\n# Test 5: ftp://user:password@host/path\n# Test 6: ftp://user:password@host:9999/path\n# Test 7: ftp://user:password@host\n# Test 8: http://us%65r@host\n# Test 9: http://us%40r@host\n# Test 10: http://us%3ar@host\n# Test 11: http://us%2fr@host\n# Test 12: http://us%3fr@host\n# Test 13: http://host?query\n# Test 14: http://host/path?query=http%3A%2F%2Fhost%2Fpath%3Fchildparam%3Dchildvalue&param=value\n# Test 15: http://control-chars/%01%02%03%04%05%06%07%08%09%0A%0B%0C%0D%0E%0F%10%11%12%13%14%15%16%17%18%19%1A%1B%1C%1D%1E%1F%7F\n# Test 16: http://space/%20\n# Test 17: http://delims/%3C%3E%23%25%22\n# Test 18: http://unwise-chars/%7B%7D%7C%5C%5E%5B%5D%60\n# Test 19: http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html\n# Test 20: http://[1080:0:0:0:8:800:200C:417A]/index.html\n# Test 21: http://[3ffe:2a00:100:7031::1]\n# Test 22: http://[1080::8:800:200C:417A]/foo\n# Test 23: http://[::192.9.5.5]/ipng\n# Test 24: http://[::FFFF:129.144.52.38]:80/index.html\n# Test 25: http://[2010:836B:4179::836B:4179]\n# Test 26: http://host/path with spaces\n# Test 27:   http://host/path\n# Test 28: http://host/path  \n# Test 29: http://host  \n# Test 30: http://host:999  \n# Test 31: http://host/pa\n# th\n# Test 32: http:\r\n# //host/path\n# Test 33: http://\thost/path\n# Test 34: http://host/path?\n# Test 35: http://host/path#\n# Test 36: http://host/path%\n# Test 37: http://h%ost/path\n# Test 38: http://host/path%%\n# Test 39: http://host/path%%%\n# Test 40: http://host/path%/x/\n# Test 41: http://host/path%0x/\n# Test 42: http://host/path%ax\n# Test 43: http://host/p?th/\n# Test 44: HTTP:////////////////\n# Test 45: http://@host\n# Test 46: http://:@host\n# Test 47: scheme://foo%3Abar._webdav._tcp.local\n# Test 48: http://example.com/..\n# Test 49: foo0://host/path\n# Test 50: f0.o://host/path\n# Test 51: http++://host/path\n# Test 52: http-ish://host/path\n# Test 53: http://[fe80::dead:beef%]/\n# Test 54: http://[fe80::dead:beef%em1]/\n# Test 55: http://[fe80::dead:beef%em1]/\n# Test 56: http://[fe80::dead:beef%25em1]/\n# Test 57: http://[fe80::dead:beef%25em1%20]/\n# Test 58: http://[fe80::dead:beef%25em%31]/\n# Test 59: http://[fe80::dead:beef%10]/\n# Test 60: http://[fe80::dead:beef%10]/\n# Test 61: http://[fe80::dead:beef%25]/\n# Test 62: http://[fe80::dead:beef%25]/\n# Test 63: http://[192.168.0.1%25em1]/\n# Test 64: http://[fe80::dead:beef%2em1]/\n# Test 65: http://[fe80::dead:beef%2em1]/\n# Test 66: http://[fe80::dead:beef%25em1%00]/\n# Test 67: http://[fe80::dead:beef%25em1%00]/\n# Test 68: http://xn--mixed-?p/\n# Test 69: data:.///\n# Test 70: data:/.//\nok 19 /uri/parsing/absolute\nok 20 /uri/parsing/relative\n# End of parsing tests\n# Start of iter-params tests\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 21 /uri/iter-params/nul-terminated\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 22 /uri/iter-params/length\n# End of iter-params tests\n# Start of parse-params tests\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 23 /uri/parse-params/nul-terminated\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 24 /uri/parse-params/length\n# End of parse-params tests\n# End of uri tests\nPASS: glib/uri.test\nRunning test: glib/thumbnail-verification.test\nTAP version 14\n# random seed: R02S628b2272a061a383ad9c0960d44fae50\n1..1\n# Start of png-thumbs tests\nok 1 /png-thumbs/validity\n# End of png-thumbs tests\nPASS: glib/thumbnail-verification.test\nRunning test: glib/objects-refcount1.test\nTAP version 14\n# random seed: R02Sb34d82c28b9fab2d19a1b886db7ffd19\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x55de1b76a380\n# \n# init 0x55de1b76ad10\n# \nExecuting: glib/objects-refcount1.test\n# dispose 0x55de1b76a380!\n# \n# dispose 0x55de1b76ad10!\n# \nok 1 /gobject/refcount/object-basics\n# slow test /gobject/refcount/object-basics executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/objects-refcount1.test\nRunning test: glib/properties-refcount2.test\nTAP version 14\n# random seed: R02S03f0d84fbeaca14768ca6e70ac0f33e6\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x563c25c24450\n# \n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# dispose 0x563c25c24450!\n# \nok 1 /gobject/refcount/properties-2\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount2.test\nRunning test: glib/cxx-2b.test\nTAP version 14\n# random seed: R02S8a660ad2e78af6d8d526bf4588610856\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-2b.test\nSUMMARY: total=291; passed=290; skipped=1; failed=0; user=175.2s; system=94.2s; maxrss=151560\n+ userdel glib2-test\nDURATION: 273\nEND: /usr/lib/glib-2.0/ptest\n2025-06-16T11:41\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "glib-2.0": {
     "duration": "273",
     "log": "START: ptest-runner\n2025-06-16T11:36\n+ id -u glib2-test\nid: 'glib2-test': no such user\n+ useradd glib2-test\n+ cd /tmp\n+ su glib2-test -c 'G_TEST_TMPDIR=`readlink -f /tmp` gnome-desktop-testing-runner glib'\nRunning test: glib/dataset.test\nTAP version 14\n# random seed: R02S8c72cae473eda68b4bd42096caaf410f\n1..14\n# Start of quark tests\nok 1 /quark/basic\nok 2 /quark/string\n# End of quark tests\n# Start of dataset tests\nok 3 /dataset/basic\nok 4 /dataset/id\nok 5 /dataset/full\nok 6 /dataset/foreach\nok 7 /dataset/destroy\n# End of dataset tests\n# Start of datalist tests\nok 8 /datalist/basic\nok 9 /datalist/id\nok 10 /datalist/recursive-clear\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2672\nok 11 /datalist/id-remove-multiple\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2672\nok 12 /datalist/id-remove-multiple-destroy-order\nok 13 /datalist/update-atomic\n# Start of id-remove-multiple tests\nok 14 /datalist/id-remove-multiple/resize\n# End of id-remove-multiple tests\n# End of datalist tests\nPASS: glib/dataset.test\nRunning test: glib/unix-streams.test\nTAP version 14\n# random seed: R02S9475c79b3007ff1147f19467c1b0e80b\n1..9\n# Start of unix-streams tests\nok 1 /unix-streams/basic\nok 2 /unix-streams/pipe-io-test\n# slow test /unix-streams/pipe-io-test executed in 0.50 secs\nok 3 /unix-streams/nonblocking-io-test\n# slow test /unix-streams/nonblocking-io-test executed in 0.50 secs\nok 4 /unix-streams/read_write\nok 5 /unix-streams/read_writev\nok 6 /unix-streams/write-wouldblock\nok 7 /unix-streams/writev-wouldblock\nok 8 /unix-streams/write-async-wouldblock\nok 9 /unix-streams/writev-async-wouldblock\n# End of unix-streams tests\nPASS: glib/unix-streams.test\nRunning test: glib/portal-support-flatpak-gsettings-only.test\nTAP version 14\n# random seed: R02S274bd10867ec8f3ea5194ea80ac4179b\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/gsettings/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/gsettings\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-gsettings-only.test\nRunning test: glib/array-test.test\nTAP version 14\n# random seed: R02S803fba0891a5e39d31859ea17c489b1c\n1..113\n# Start of array tests\nok 1 /array/ref-count\nok 2 /array/steal\nok 3 /array/clear-func\nok 4 /array/binary-search\n# /array/copy-sized summary: Test that copying a newly-allocated sized array works.\nok 5 /array/copy-sized\nok 6 /array/overflow-append-vals\nok 7 /array/overflow-set-size\n# Start of new tests\nok 8 /array/new/zero-terminated\nok 9 /array/new/take\nok 10 /array/new/take-zero-terminated\n# Start of take tests\nok 11 /array/new/take/empty\nok 12 /array/new/take/overflow # SKIP Overflow test requires UINT_WIDTH > SIZE_WIDTH.\n# End of take tests\n# End of new tests\n# Start of set-size tests\nok 13 /array/set-size/non-zero-terminated-no-clear\nok 14 /array/set-size/non-zero-terminated-clear\nok 15 /array/set-size/zero-terminated-no-clear\nok 16 /array/set-size/zero-terminated-clear\n# Start of sized tests\nok 17 /array/set-size/sized/non-zero-terminated-no-clear\nok 18 /array/set-size/sized/non-zero-terminated-clear\nok 19 /array/set-size/sized/zero-terminated-no-clear\nok 20 /array/set-size/sized/zero-terminated-clear\n# End of sized tests\n# End of set-size tests\n# Start of append-val tests\nok 21 /array/append-val/non-zero-terminated-no-clear\nok 22 /array/append-val/non-zero-terminated-clear\nok 23 /array/append-val/zero-terminated-no-clear\nok 24 /array/append-val/zero-terminated-clear\n# End of append-val tests\n# Start of prepend-val tests\nok 25 /array/prepend-val/non-zero-terminated-no-clear\nok 26 /array/prepend-val/non-zero-terminated-clear\nok 27 /array/prepend-val/zero-terminated-no-clear\nok 28 /array/prepend-val/zero-terminated-clear\n# End of prepend-val tests\n# Start of prepend-vals tests\nok 29 /array/prepend-vals/non-zero-terminated-no-clear\nok 30 /array/prepend-vals/non-zero-terminated-clear\nok 31 /array/prepend-vals/zero-terminated-no-clear\nok 32 /array/prepend-vals/zero-terminated-clear\n# End of prepend-vals tests\n# Start of insert-vals tests\nok 33 /array/insert-vals/non-zero-terminated-no-clear\nok 34 /array/insert-vals/non-zero-terminated-clear\nok 35 /array/insert-vals/zero-terminated-no-clear\nok 36 /array/insert-vals/zero-terminated-clear\n# End of insert-vals tests\n# Start of remove-index tests\nok 37 /array/remove-index/non-zero-terminated-no-clear\nok 38 /array/remove-index/non-zero-terminated-clear\nok 39 /array/remove-index/zero-terminated-no-clear\nok 40 /array/remove-index/zero-terminated-clear\n# End of remove-index tests\n# Start of remove-index-fast tests\nok 41 /array/remove-index-fast/non-zero-terminated-no-clear\nok 42 /array/remove-index-fast/non-zero-terminated-clear\nok 43 /array/remove-index-fast/zero-terminated-no-clear\nok 44 /array/remove-index-fast/zero-terminated-clear\n# End of remove-index-fast tests\n# Start of remove-range tests\nok 45 /array/remove-range/non-zero-terminated-no-clear\nok 46 /array/remove-range/non-zero-terminated-clear\nok 47 /array/remove-range/zero-terminated-no-clear\nok 48 /array/remove-range/zero-terminated-clear\n# End of remove-range tests\n# Start of copy tests\nok 49 /array/copy/non-zero-terminated-no-clear\nok 50 /array/copy/non-zero-terminated-clear\nok 51 /array/copy/zero-terminated-no-clear\nok 52 /array/copy/zero-terminated-clear\n# End of copy tests\n# Start of sort tests\nok 53 /array/sort/non-zero-terminated-no-clear\nok 54 /array/sort/non-zero-terminated-clear\nok 55 /array/sort/zero-terminated-no-clear\nok 56 /array/sort/zero-terminated-clear\n# End of sort tests\n# Start of sort-with-data tests\nok 57 /array/sort-with-data/non-zero-terminated-no-clear\nok 58 /array/sort-with-data/non-zero-terminated-clear\nok 59 /array/sort-with-data/zero-terminated-no-clear\nok 60 /array/sort-with-data/zero-terminated-clear\n# End of sort-with-data tests\n# End of array tests\n# Start of pointerarray tests\nok 61 /pointerarray/add\nok 62 /pointerarray/insert\nok 63 /pointerarray/new-take\nok 64 /pointerarray/new-take-null-terminated\nok 65 /pointerarray/new-from-array\nok 66 /pointerarray/new-from-null-terminated-array\nok 67 /pointerarray/free-func\nok 68 /pointerarray/array_extend_and_steal\nok 69 /pointerarray/sort\nok 70 /pointerarray/sort-with-data\nok 71 /pointerarray/sort-values\nok 72 /pointerarray/sort-values-with-data\nok 73 /pointerarray/remove-range\nok 74 /pointerarray/steal\n# Start of free tests\n# /pointerarray/free/null-terminated summary: Check that g_ptr_array_free() on an empty array returns a NULL-terminated empty array\nok 75 /pointerarray/free/null-terminated\n# End of free tests\n# Start of new-take tests\nok 76 /pointerarray/new-take/empty\nok 77 /pointerarray/new-take/overflow # SKIP Overflow test requires UINT_WIDTH > SIZE_WIDTH.\nok 78 /pointerarray/new-take/with-free-func\n# End of new-take tests\n# Start of new-take-null-terminated tests\nok 79 /pointerarray/new-take-null-terminated/empty\nok 80 /pointerarray/new-take-null-terminated/with-free-func\nok 81 /pointerarray/new-take-null-terminated/from-gstrv\n# End of new-take-null-terminated tests\n# Start of new-from-array tests\nok 82 /pointerarray/new-from-array/empty\nok 83 /pointerarray/new-from-array/overflow # SKIP Overflow test requires UINT_WIDTH > SIZE_WIDTH.\nok 84 /pointerarray/new-from-array/with-copy-and-free-func\n# End of new-from-array tests\n# Start of new-from-null-terminated-array tests\nok 85 /pointerarray/new-from-null-terminated-array/empty\nok 86 /pointerarray/new-from-null-terminated-array/with-copy-and-free-func\nok 87 /pointerarray/new-from-null-terminated-array/from-gstrv\n# End of new-from-null-terminated-array tests\n# Start of ref-count tests\nok 88 /pointerarray/ref-count/not-null-terminated\nok 89 /pointerarray/ref-count/null-terminated\n# End of ref-count tests\n# Start of array_copy tests\n# /pointerarray/array_copy/not-null-terminated summary: Check all normal behaviour of stealing elements from one array to append to another, covering different array sizes and element copy functions\nok 90 /pointerarray/array_copy/not-null-terminated\n# /pointerarray/array_copy/null-terminated summary: Check all normal behaviour of stealing elements from one array to append to another, covering different array sizes and element copy functions\nok 91 /pointerarray/array_copy/null-terminated\n# End of array_copy tests\n# Start of array_extend tests\nok 92 /pointerarray/array_extend/not-null-terminated\nok 93 /pointerarray/array_extend/null-terminated\n# End of array_extend tests\n# Start of sort tests\n# /pointerarray/sort/example summary: Check that the doc-comment for g_ptr_array_sort() is correct\nok 94 /pointerarray/sort/example\n# End of sort tests\n# Start of sort-with-data tests\n# /pointerarray/sort-with-data/example summary: Check that the doc-comment for g_ptr_array_sort_with_data() is correct\nok 95 /pointerarray/sort-with-data/example\n# End of sort-with-data tests\n# Start of sort-values tests\nok 96 /pointerarray/sort-values/example\n# End of sort-values tests\n# Start of sort-values-with-data tests\nok 97 /pointerarray/sort-values-with-data/example\n# End of sort-values-with-data tests\n# Start of find tests\nok 98 /pointerarray/find/empty\nok 99 /pointerarray/find/non-empty\n# End of find tests\n# Start of steal_index tests\nok 100 /pointerarray/steal_index/not-null-terminated\nok 101 /pointerarray/steal_index/null-terminated\n# End of steal_index tests\n# End of pointerarray tests\n# Start of bytearray tests\nok 102 /bytearray/steal\nok 103 /bytearray/append\nok 104 /bytearray/prepend\nok 105 /bytearray/remove\nok 106 /bytearray/remove-fast\nok 107 /bytearray/remove-range\nok 108 /bytearray/ref-count\nok 109 /bytearray/sort\nok 110 /bytearray/sort-with-data\nok 111 /bytearray/new-take\nok 112 /bytearray/new-take-overflow # SKIP Overflow test requires G_MAXSIZE > G_MAXUINT.\nok 113 /bytearray/free-to-bytes\n# End of bytearray tests\nPASS: glib/array-test.test\nRunning test: glib/atomic.test\nTAP version 14\n# random seed: R02Sa2bddc8d88f9292e6f5e1867925b0259\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic.test\nRunning test: glib/mkenums.py.test\nTAP version 13\nok 1 __main__.TestMkenums.test_available_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp8_v07ccc\n# rspfile: False\n# /tmp/tmp8_v07ccc/tmp7m9mlnbr.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_AVAILABLE_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmp8_v07ccc/tmpfepwsin6.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp8_v07ccc/tmpfepwsin6.template', '/tmp/tmp8_v07ccc/tmp7m9mlnbr.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp8_v07ccc/tmp7m9mlnbr.h\n# basename: tmp7m9mlnbr.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 2 __main__.TestMkenums.test_comma_in_enum_value\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpca8zlfn0\n# rspfile: False\n# /tmp/tmpca8zlfn0/tmp59azb3bp.h: \n#         typedef enum {\n#           ENUM_VALUE_WITH_COMMA = ',',\n#         } TestCommaEnum;\n#         \n# /tmp/tmpca8zlfn0/tmpb5t64gr2.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpca8zlfn0/tmpb5t64gr2.template', '/tmp/tmpca8zlfn0/tmp59azb3bp.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpca8zlfn0/tmp59azb3bp.h\n# basename: tmp59azb3bp.h\n# enumeration-production\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_WITH_COMMA\n# valuenick: comma\n# valuenum: 44\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 3 __main__.TestMkenums.test_deprecated_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpibkbdmae\n# rspfile: False\n# /tmp/tmpibkbdmae/tmp649md_ra.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmpibkbdmae/tmp7fimei2l.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpibkbdmae/tmp7fimei2l.template', '/tmp/tmpibkbdmae/tmp649md_ra.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpibkbdmae/tmp649md_ra.h\n# basename: tmp649md_ra.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 4 __main__.TestMkenums.test_deprecated_in_for\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpn7cunk0e\n# rspfile: False\n# /tmp/tmpn7cunk0e/tmpdlsfwd97.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68_FOR(G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER2) = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmpn7cunk0e/tmpwpumpznv.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpn7cunk0e/tmpwpumpznv.template', '/tmp/tmpn7cunk0e/tmpdlsfwd97.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpn7cunk0e/tmpdlsfwd97.h\n# basename: tmpdlsfwd97.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 5 __main__.TestMkenums.test_empty_header\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpzept_8xd\n# rspfile: False\n# /tmp/tmpzept_8xd/tmp1vr1qjl6.h: \n# /tmp/tmpzept_8xd/tmpzr8gq4_p.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpzept_8xd/tmpzr8gq4_p.template', '/tmp/tmpzept_8xd/tmp1vr1qjl6.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 6 __main__.TestMkenums.test_empty_template\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp4zik08q9\n# rspfile: False\n# /tmp/tmp4zik08q9/tmpvirlpqvm.template: \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp4zik08q9/tmpvirlpqvm.template']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 7 __main__.TestMkenums.test_enum_name\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp4f568_f6\n# rspfile: False\n# /tmp/tmp4f568_f6/tmp6dihflm2.h: \n#         typedef enum _SomeEnumIdentifier {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmp4f568_f6/tmpkbkw9wfi.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp4f568_f6/tmpkbkw9wfi.template', '/tmp/tmp4f568_f6/tmp6dihflm2.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp4f568_f6/tmp6dihflm2.h\n# basename: tmp6dihflm2.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 8 __main__.TestMkenums.test_enum_private_public\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp5ecwp_ks\n# rspfile: False\n# /tmp/tmp5ecwp_ks/tmpq9ztdfa3.h: \n#         typedef enum {\n#           ENUM_VALUE_PUBLIC1,\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#         } SomeEnumA\n#         \n# /tmp/tmp5ecwp_ks/tmpqa8xr4yl.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp5ecwp_ks/tmpqa8xr4yl.template', '/tmp/tmp5ecwp_ks/tmpq9ztdfa3.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp5ecwp_ks/tmpq9ztdfa3.h\n# basename: tmpq9ztdfa3.h\n# enumeration-production\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC1\n# valuenick: public1\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  \n# /tmp/tmp5ecwp_ks/tmplaqzvv5c.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC2,\n#         } SomeEnumB;\n#         \n# /tmp/tmp5ecwp_ks/tmpbmeeok0x.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp5ecwp_ks/tmpbmeeok0x.template', '/tmp/tmp5ecwp_ks/tmplaqzvv5c.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp5ecwp_ks/tmplaqzvv5c.h\n# basename: tmplaqzvv5c.h\n# enumeration-production\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC2\n# valuenick: public2\n# valuenum: 1\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 9 __main__.TestMkenums.test_enum_symbolic_expression\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp4h9z9lmx\n# rspfile: False\n# /tmp/tmp4h9z9lmx/tmpsv3xxd07.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE = 5,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC = ENUM_VALUE_PRIVATE + 2,\n#         } TestSymbolicEnum;\n#         \n# /tmp/tmp4h9z9lmx/tmpm7kuu4l2.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp4h9z9lmx/tmpm7kuu4l2.template', '/tmp/tmp4h9z9lmx/tmpsv3xxd07.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp4h9z9lmx/tmpsv3xxd07.h\n# basename: tmpsv3xxd07.h\n# enumeration-production\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC\n# valuenick: public\n# valuenum: 7\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 10 __main__.TestMkenums.test_filename_basename_in_fhead_ftail\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmph2b319af\n# rspfile: False\n# /tmp/tmph2b319af/tmp9u6ebh5h.template: \n# /*** BEGIN file-header ***/\n# file-header\n# filename: @filename@\n# basename: @basename@\n# /*** END file-header ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# /*** END file-tail ***/\n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmph2b319af/tmp9u6ebh5h.template']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# filename: @filename@\n# basename: @basename@\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: @filename@ used in file-header section.\n# WARNING: @basename@ used in file-header section.\n# WARNING: @filename@ used in file-tail section.\n# WARNING: @basename@ used in file-tail section.\nok 11 __main__.TestMkenums.test_help\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpz1lbal5d\n# rspfile: False\n# Running: ['/usr/bin/glib-mkenums', '--help']\n# Return code: 0\n# Output:\n#  usage: glib-mkenums [-h] [--identifier-prefix IDPREFIX]\n#                     [--symbol-prefix SYMPREFIX] [--fhead FHEAD]\n#                     [--ftail FTAIL] [--fprod FPROD] [--eprod EPROD]\n#                     [--vhead VHEAD] [--vprod VPROD] [--vtail VTAIL]\n#                     [--comments COMMENT_TMPL] [--template TEMPLATE]\n#                     [--output OUTPUT] [--version]\n#                     [args ...]\n# \n# positional arguments:\n#   args                  One or more input files, or a single argument\n#                         @rspfile_path pointing to a file that contains the\n#                         actual arguments\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --identifier-prefix IDPREFIX\n#                         Identifier prefix\n#   --symbol-prefix SYMPREFIX\n#                         Symbol prefix\n#   --fhead FHEAD         Output file header\n#   --ftail FTAIL         Output file footer\n#   --fprod FPROD         Put out TEXT every time a new input file is being\n#                         processed.\n#   --eprod EPROD         Per enum text, produced prior to value iterations\n#   --vhead VHEAD         Value header, produced before iterating over enum\n#                         values\n#   --vprod VPROD         Value text, produced for each enum value.\n#   --vtail VTAIL         Value tail, produced after iterating over enum values\n#   --comments COMMENT_TMPL\n#                         Comment structure\n#   --template TEMPLATE   Template file\n#   --output OUTPUT\n#   --version, -v         Print version information\n# \n# Production text substitutions:\n#   @EnumName@            PrefixTheXEnum\n#   @enum_name@           prefix_the_xenum\n#   @ENUMNAME@            PREFIX_THE_XENUM\n#   @ENUMSHORT@           THE_XENUM\n#   @ENUMPREFIX@          PREFIX\n#   @enumsince@           the user-provided since value given\n#   @VALUENAME@           PREFIX_THE_XVALUE\n#   @valuenick@           the-xvalue\n#   @valuenum@            the integer value (limited support, Since: 2.26)\n#   @type@                either enum or flags\n#   @Type@                either Enum or Flags\n#   @TYPE@                either ENUM or FLAGS\n#   @filename@            name of current input file\n#   @basename@            base name of the current input file (Since: 2.22)\n# Error:\nok 12 __main__.TestMkenums.test_no_args\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpw0v9k3gf\n# rspfile: False\n# Running: ['/usr/bin/glib-mkenums']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 13 __main__.TestMkenums.test_no_headers\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp2gm184t2\n# rspfile: False\n# /tmp/tmp2gm184t2/tmp13k07fus.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmp2gm184t2/tmp13k07fus.template']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 14 __main__.TestMkenums.test_no_nick\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpdd53u5ke\n# rspfile: False\n# /tmp/tmpdd53u5ke/tmpstaq1ozr.h: \n#         typedef enum {\n#           GEGL_SAMPLER_NEAREST = 0,   /*< desc=\"nearest\"      >*/\n#         } GeglSamplerType;\n#         \n# /tmp/tmpdd53u5ke/tmp88_uptzz.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpdd53u5ke/tmp88_uptzz.template', '/tmp/tmpdd53u5ke/tmpstaq1ozr.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpdd53u5ke/tmpstaq1ozr.h\n# basename: tmpstaq1ozr.h\n# enumeration-production\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: GEGL_SAMPLER_NEAREST\n# valuenick: nearest\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 15 __main__.TestMkenums.test_non_utf8_encoding\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpdjjf8jes\n# rspfile: False\n# /tmp/tmpdjjf8jes/tmpmwn9s3ue.h: \n#         /* Copyright \u00a9 La Pe\u00f1a */\n#         typedef enum {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmpdjjf8jes/tmpg55s1p3i.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpdjjf8jes/tmpg55s1p3i.template', '/tmp/tmpdjjf8jes/tmpmwn9s3ue.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpdjjf8jes/tmpmwn9s3ue.h\n# basename: tmpmwn9s3ue.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: UnicodeWarning: invalid start byte at 22 (b'yright \\xa9 La Pe\\xf1')\n# WARNING: UnicodeWarning: invalid continuation byte at 29 (b'\\xa9 La Pe\\xf1a */\\n  ')\nok 16 __main__.TestMkenums.test_reproducible\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpwvm0acjt\n# rspfile: False\n# /tmp/tmpwvm0acjt/tmp_iv2568n.template: template\n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpwvm0acjt/tmp_iv2568n.template', '/tmp/tmpwvm0acjt/tmpx5fsr_621.h', '/tmp/tmpwvm0acjt/tmp41w_6op62.h']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\n#  \n# /tmp/tmpwvm0acjt/tmpmfgmfqfq.template: template\n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpwvm0acjt/tmpmfgmfqfq.template', '/tmp/tmpwvm0acjt/tmp41w_6op62.h', '/tmp/tmpwvm0acjt/tmpx5fsr_621.h']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 17 __main__.TestMkenums.test_since\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpe5rm3exn\n# rspfile: False\n# /tmp/tmpe5rm3exn/tmpre7v8z5y.h: \n#         typedef enum { /*< since=1.0 >*/\n#             QMI_WMS_MESSAGE_PROTOCOL_CDMA = 0,\n#         } QmiWmsMessageProtocol;\n#         \n# /tmp/tmpe5rm3exn/tmprzbe713k.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpe5rm3exn/tmprzbe713k.template', '/tmp/tmpe5rm3exn/tmpre7v8z5y.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpe5rm3exn/tmpre7v8z5y.h\n# basename: tmpre7v8z5y.h\n# enumeration-production\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: QMI_WMS_MESSAGE_PROTOCOL_CDMA\n# valuenick: cdma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 18 __main__.TestMkenums.test_with_double_quotes\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpwyqsd04o\n# rspfile: False\n# /tmp/tmpwyqsd04o/tmpnssesjix.h: \n#         typedef enum {\n#           FOO_VALUE /*< nick=\"eek, a comma\" >*/\n#         } Foo;\n#         \n# /tmp/tmpwyqsd04o/tmppl0b2kf8.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Running: ['/usr/bin/glib-mkenums', '--template', '/tmp/tmpwyqsd04o/tmppl0b2kf8.template', '/tmp/tmpwyqsd04o/tmpnssesjix.h']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpwyqsd04o/tmpnssesjix.h\n# basename: tmpnssesjix.h\n# enumeration-production\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: FOO_VALUE\n# valuenick: eek, a comma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 19 __main__.TestRspMkenums.test_available_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpj_se2fqf\n# rspfile: True\n# /tmp/tmpj_se2fqf/tmpzqqcblpq.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_AVAILABLE_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmpj_se2fqf/tmph3mvfgdz.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpj_se2fqf/tmph3mvfgdz.template /tmp/tmpj_se2fqf/tmpzqqcblpq.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpj_se2fqf/tmpflh1qhne']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpj_se2fqf/tmpzqqcblpq.h\n# basename: tmpzqqcblpq.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 20 __main__.TestRspMkenums.test_comma_in_enum_value\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpgw0_qs20\n# rspfile: True\n# /tmp/tmpgw0_qs20/tmp5sr49pat.h: \n#         typedef enum {\n#           ENUM_VALUE_WITH_COMMA = ',',\n#         } TestCommaEnum;\n#         \n# /tmp/tmpgw0_qs20/tmpuenn1v5u.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpgw0_qs20/tmpuenn1v5u.template /tmp/tmpgw0_qs20/tmp5sr49pat.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpgw0_qs20/tmp2d318g7g']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpgw0_qs20/tmp5sr49pat.h\n# basename: tmp5sr49pat.h\n# enumeration-production\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_WITH_COMMA\n# valuenick: comma\n# valuenum: 44\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestCommaEnum\n# enum_name: test_comma_enum\n# ENUMNAME: TEST_COMMA_ENUM\n# ENUMSHORT: COMMA_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 21 __main__.TestRspMkenums.test_deprecated_in\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp8l4fw9q1\n# rspfile: True\n# /tmp/tmp8l4fw9q1/tmpu31f0wlw.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68 = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmp8l4fw9q1/tmpgegvhlr3.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmp8l4fw9q1/tmpgegvhlr3.template /tmp/tmp8l4fw9q1/tmpu31f0wlw.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp8l4fw9q1/tmpet07eouy']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp8l4fw9q1/tmpu31f0wlw.h\n# basename: tmpu31f0wlw.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 22 __main__.TestRspMkenums.test_deprecated_in_for\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp441_zx53\n# rspfile: True\n# /tmp/tmp441_zx53/tmpbbkrzlgx.h: \n#         typedef enum {\n#           G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER GLIB_DEPRECATED_ENUMERATOR_IN_2_68_FOR(G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER2) = (1<<2)\n#         } GDBusServerFlags;\n#         \n# /tmp/tmp441_zx53/tmpzacjl8sn.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmp441_zx53/tmpzacjl8sn.template /tmp/tmp441_zx53/tmpbbkrzlgx.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp441_zx53/tmp90c9if2b']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp441_zx53/tmpbbkrzlgx.h\n# basename: tmpbbkrzlgx.h\n# enumeration-production\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-header\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-production\n# VALUENAME: G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER\n# valuenick: user\n# valuenum: 4\n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# value-tail\n# EnumName: GDBusServerFlags\n# enum_name: g_dbus_server_flags\n# ENUMNAME: G_DBUS_SERVER_FLAGS\n# ENUMSHORT: DBUS_SERVER_FLAGS\n# ENUMPREFIX: G\n# enumsince: \n# type: flags\n# Type: Flags\n# TYPE: FLAGS\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 23 __main__.TestRspMkenums.test_empty_header\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpkbvunzjm\n# rspfile: True\n# /tmp/tmpkbvunzjm/tmpvx8pkq6m.h: \n# /tmp/tmpkbvunzjm/tmpu67qc2i_.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpkbvunzjm/tmpu67qc2i_.template /tmp/tmpkbvunzjm/tmpvx8pkq6m.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpkbvunzjm/tmppqno3t2e']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 24 __main__.TestRspMkenums.test_empty_template\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpq2cu2nnd\n# rspfile: True\n# /tmp/tmpq2cu2nnd/tmpz1sb_wqx.template: \n# Response file contains: --template /tmp/tmpq2cu2nnd/tmpz1sb_wqx.template\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpq2cu2nnd/tmpvi8j9x8y']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 25 __main__.TestRspMkenums.test_enum_name\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpqpqcj7s1\n# rspfile: True\n# /tmp/tmpqpqcj7s1/tmpwc2st8im.h: \n#         typedef enum _SomeEnumIdentifier {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmpqpqcj7s1/tmpjp06zhu_.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpqpqcj7s1/tmpjp06zhu_.template /tmp/tmpqpqcj7s1/tmpwc2st8im.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpqpqcj7s1/tmpapwg3wt_']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpqpqcj7s1/tmpwc2st8im.h\n# basename: tmpwc2st8im.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 26 __main__.TestRspMkenums.test_enum_private_public\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmplhlioxu5\n# rspfile: True\n# /tmp/tmplhlioxu5/tmppphpfhkr.h: \n#         typedef enum {\n#           ENUM_VALUE_PUBLIC1,\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#         } SomeEnumA\n#         \n# /tmp/tmplhlioxu5/tmp366416uw.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmplhlioxu5/tmp366416uw.template /tmp/tmplhlioxu5/tmppphpfhkr.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmplhlioxu5/tmpbhly5yj9']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmplhlioxu5/tmppphpfhkr.h\n# basename: tmppphpfhkr.h\n# enumeration-production\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC1\n# valuenick: public1\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumA\n# enum_name: some_enum_a\n# ENUMNAME: SOME_ENUM_A\n# ENUMSHORT: ENUM_A\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  \n# /tmp/tmplhlioxu5/tmp7vbv1ypn.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC2,\n#         } SomeEnumB;\n#         \n# /tmp/tmplhlioxu5/tmpl9sqmd0a.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmplhlioxu5/tmpl9sqmd0a.template /tmp/tmplhlioxu5/tmp7vbv1ypn.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmplhlioxu5/tmppuzop306']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmplhlioxu5/tmp7vbv1ypn.h\n# basename: tmp7vbv1ypn.h\n# enumeration-production\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC2\n# valuenick: public2\n# valuenum: 1\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumB\n# enum_name: some_enum_b\n# ENUMNAME: SOME_ENUM_B\n# ENUMSHORT: ENUM_B\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 27 __main__.TestRspMkenums.test_enum_symbolic_expression\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpfxp8g3q5\n# rspfile: True\n# /tmp/tmpfxp8g3q5/tmp89tbnxlf.h: \n#         typedef enum {\n#           /*< private >*/\n#           ENUM_VALUE_PRIVATE = 5,\n#           /*< public >*/\n#           ENUM_VALUE_PUBLIC = ENUM_VALUE_PRIVATE + 2,\n#         } TestSymbolicEnum;\n#         \n# /tmp/tmpfxp8g3q5/tmpi2chy0st.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpfxp8g3q5/tmpi2chy0st.template /tmp/tmpfxp8g3q5/tmp89tbnxlf.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpfxp8g3q5/tmp_7w3tyxs']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpfxp8g3q5/tmp89tbnxlf.h\n# basename: tmp89tbnxlf.h\n# enumeration-production\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE_PUBLIC\n# valuenick: public\n# valuenum: 7\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: TestSymbolicEnum\n# enum_name: test_symbolic_enum\n# ENUMNAME: TEST_SYMBOLIC_ENUM\n# ENUMSHORT: SYMBOLIC_ENUM\n# ENUMPREFIX: TEST\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 28 __main__.TestRspMkenums.test_filename_basename_in_fhead_ftail\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpvck_mgkx\n# rspfile: True\n# /tmp/tmpvck_mgkx/tmpvzptawjs.template: \n# /*** BEGIN file-header ***/\n# file-header\n# filename: @filename@\n# basename: @basename@\n# /*** END file-header ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# /*** END file-tail ***/\n# Response file contains: --template /tmp/tmpvck_mgkx/tmpvzptawjs.template\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpvck_mgkx/tmp5gkvpgs0']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# filename: @filename@\n# basename: @basename@\n# file-tail\n# filename: @filename@\n# basename: @basename@\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: @filename@ used in file-header section.\n# WARNING: @basename@ used in file-header section.\n# WARNING: @filename@ used in file-tail section.\n# WARNING: @basename@ used in file-tail section.\nok 29 __main__.TestRspMkenums.test_help\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpggqvbejk\n# rspfile: True\n# Response file contains: --help\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpggqvbejk/tmprn1dgtaq']\n# Return code: 0\n# Output:\n#  usage: glib-mkenums [-h] [--identifier-prefix IDPREFIX]\n#                     [--symbol-prefix SYMPREFIX] [--fhead FHEAD]\n#                     [--ftail FTAIL] [--fprod FPROD] [--eprod EPROD]\n#                     [--vhead VHEAD] [--vprod VPROD] [--vtail VTAIL]\n#                     [--comments COMMENT_TMPL] [--template TEMPLATE]\n#                     [--output OUTPUT] [--version]\n#                     [args ...]\n# \n# positional arguments:\n#   args                  One or more input files, or a single argument\n#                         @rspfile_path pointing to a file that contains the\n#                         actual arguments\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --identifier-prefix IDPREFIX\n#                         Identifier prefix\n#   --symbol-prefix SYMPREFIX\n#                         Symbol prefix\n#   --fhead FHEAD         Output file header\n#   --ftail FTAIL         Output file footer\n#   --fprod FPROD         Put out TEXT every time a new input file is being\n#                         processed.\n#   --eprod EPROD         Per enum text, produced prior to value iterations\n#   --vhead VHEAD         Value header, produced before iterating over enum\n#                         values\n#   --vprod VPROD         Value text, produced for each enum value.\n#   --vtail VTAIL         Value tail, produced after iterating over enum values\n#   --comments COMMENT_TMPL\n#                         Comment structure\n#   --template TEMPLATE   Template file\n#   --output OUTPUT\n#   --version, -v         Print version information\n# \n# Production text substitutions:\n#   @EnumName@            PrefixTheXEnum\n#   @enum_name@           prefix_the_xenum\n#   @ENUMNAME@            PREFIX_THE_XENUM\n#   @ENUMSHORT@           THE_XENUM\n#   @ENUMPREFIX@          PREFIX\n#   @enumsince@           the user-provided since value given\n#   @VALUENAME@           PREFIX_THE_XVALUE\n#   @valuenick@           the-xvalue\n#   @valuenum@            the integer value (limited support, Since: 2.26)\n#   @type@                either enum or flags\n#   @Type@                either Enum or Flags\n#   @TYPE@                either ENUM or FLAGS\n#   @filename@            name of current input file\n#   @basename@            base name of the current input file (Since: 2.22)\n# Error:\nok 30 __main__.TestRspMkenums.test_no_args\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp49_mavdh\n# rspfile: True\n# Response file contains: \n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp49_mavdh/tmpbuxiyxlm']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 31 __main__.TestRspMkenums.test_no_headers\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmprwv5tztu\n# rspfile: True\n# /tmp/tmprwv5tztu/tmpbxslk6hx.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmprwv5tztu/tmpbxslk6hx.template\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmprwv5tztu/tmp0vcnv76_']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 32 __main__.TestRspMkenums.test_no_nick\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpey351fm2\n# rspfile: True\n# /tmp/tmpey351fm2/tmpot4vf34n.h: \n#         typedef enum {\n#           GEGL_SAMPLER_NEAREST = 0,   /*< desc=\"nearest\"      >*/\n#         } GeglSamplerType;\n#         \n# /tmp/tmpey351fm2/tmp0htemvvm.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpey351fm2/tmp0htemvvm.template /tmp/tmpey351fm2/tmpot4vf34n.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpey351fm2/tmpk_gmm8ow']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpey351fm2/tmpot4vf34n.h\n# basename: tmpot4vf34n.h\n# enumeration-production\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: GEGL_SAMPLER_NEAREST\n# valuenick: nearest\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: GeglSamplerType\n# enum_name: gegl_sampler_type\n# ENUMNAME: GEGL_SAMPLER_TYPE\n# ENUMSHORT: SAMPLER_TYPE\n# ENUMPREFIX: GEGL\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 33 __main__.TestRspMkenums.test_non_utf8_encoding\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmp_813w4pl\n# rspfile: True\n# /tmp/tmp_813w4pl/tmpn83c7efe.h: \n#         /* Copyright \u00a9 La Pe\u00f1a */\n#         typedef enum {\n#           ENUM_VALUE\n#         } SomeEnumIdentifier;\n#         \n# /tmp/tmp_813w4pl/tmp7c2qs6_t.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmp_813w4pl/tmp7c2qs6_t.template /tmp/tmp_813w4pl/tmpn83c7efe.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmp_813w4pl/tmp8pkuqkzd']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmp_813w4pl/tmpn83c7efe.h\n# basename: tmpn83c7efe.h\n# enumeration-production\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: ENUM_VALUE\n# valuenick: value\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: SomeEnumIdentifier\n# enum_name: some_enum_identifier\n# ENUMNAME: SOME_ENUM_IDENTIFIER\n# ENUMSHORT: ENUM_IDENTIFIER\n# ENUMPREFIX: SOME\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n#  WARNING: UnicodeWarning: invalid start byte at 22 (b'yright \\xa9 La Pe\\xf1')\n# WARNING: UnicodeWarning: invalid continuation byte at 29 (b'\\xa9 La Pe\\xf1a */\\n  ')\nok 34 __main__.TestRspMkenums.test_reproducible\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpie489h3w\n# rspfile: True\n# /tmp/tmpie489h3w/tmp6wumaj3s.template: template\n# Response file contains: --template /tmp/tmpie489h3w/tmp6wumaj3s.template /tmp/tmpie489h3w/tmp9frdv7711.h /tmp/tmpie489h3w/tmpxk0_9s3s2.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpie489h3w/tmpbyo1i6ev']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\n#  \n# /tmp/tmpie489h3w/tmp9xzooji3.template: template\n# Response file contains: --template /tmp/tmpie489h3w/tmp9xzooji3.template /tmp/tmpie489h3w/tmpxk0_9s3s2.h /tmp/tmpie489h3w/tmp9frdv7711.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpie489h3w/tmpvyfyk7jr']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# \n# \n# /* Generated data ends here */\n# Error:\nok 35 __main__.TestRspMkenums.test_since\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmprkj1w1oz\n# rspfile: True\n# /tmp/tmprkj1w1oz/tmpq45ud1hx.h: \n#         typedef enum { /*< since=1.0 >*/\n#             QMI_WMS_MESSAGE_PROTOCOL_CDMA = 0,\n#         } QmiWmsMessageProtocol;\n#         \n# /tmp/tmprkj1w1oz/tmpzw60z059.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmprkj1w1oz/tmpzw60z059.template /tmp/tmprkj1w1oz/tmpq45ud1hx.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmprkj1w1oz/tmprxvudx12']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmprkj1w1oz/tmpq45ud1hx.h\n# basename: tmpq45ud1hx.h\n# enumeration-production\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: QMI_WMS_MESSAGE_PROTOCOL_CDMA\n# valuenick: cdma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: QmiWmsMessageProtocol\n# enum_name: qmi_wms_message_protocol\n# ENUMNAME: QMI_WMS_MESSAGE_PROTOCOL\n# ENUMSHORT: WMS_MESSAGE_PROTOCOL\n# ENUMPREFIX: QMI\n# enumsince: 1.0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\nok 36 __main__.TestRspMkenums.test_with_double_quotes\n# glib-mkenums: /usr/bin/glib-mkenums\n# tmpdir: /tmp/tmpbldd5299\n# rspfile: True\n# /tmp/tmpbldd5299/tmpdzjp2567.h: \n#         typedef enum {\n#           FOO_VALUE /*< nick=\"eek, a comma\" >*/\n#         } Foo;\n#         \n# /tmp/tmpbldd5299/tmp8y3swdvk.template: \n# /*** BEGIN file-header ***/\n# file-header\n# /*** END file-header ***/\n# \n# /*** BEGIN file-production ***/\n# file-production\n# filename: @filename@\n# basename: @basename@\n# /*** END file-production ***/\n# \n# /*** BEGIN enumeration-production ***/\n# enumeration-production\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END enumeration-production ***/\n# \n# /*** BEGIN value-header ***/\n# value-header\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-header ***/\n# \n# /*** BEGIN value-production ***/\n# value-production\n# VALUENAME: @VALUENAME@\n# valuenick: @valuenick@\n# valuenum: @valuenum@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-production ***/\n# \n# /*** BEGIN value-tail ***/\n# value-tail\n# EnumName: @EnumName@\n# enum_name: @enum_name@\n# ENUMNAME: @ENUMNAME@\n# ENUMSHORT: @ENUMSHORT@\n# ENUMPREFIX: @ENUMPREFIX@\n# enumsince: @enumsince@\n# type: @type@\n# Type: @Type@\n# TYPE: @TYPE@\n# /*** END value-tail ***/\n# \n# /*** BEGIN comment ***/\n# comment\n# comment: @comment@\n# /*** END comment ***/\n# \n# /*** BEGIN file-tail ***/\n# file-tail\n# /*** END file-tail ***/\n# \n# Response file contains: --template /tmp/tmpbldd5299/tmp8y3swdvk.template /tmp/tmpbldd5299/tmpdzjp2567.h\n# Running: ['/usr/bin/glib-mkenums', '@/tmp/tmpbldd5299/tmp46y6xzpa']\n# Return code: 0\n# Output:\n#  comment\n# comment: This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses.\n# \n# \n# file-header\n# file-production\n# filename: /tmp/tmpbldd5299/tmpdzjp2567.h\n# basename: tmpdzjp2567.h\n# enumeration-production\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-header\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-production\n# VALUENAME: FOO_VALUE\n# valuenick: eek, a comma\n# valuenum: 0\n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# value-tail\n# EnumName: Foo\n# enum_name: foo_\n# ENUMNAME: FOO_\n# ENUMSHORT: \n# ENUMPREFIX: FOO\n# enumsince: \n# type: enum\n# Type: Enum\n# TYPE: ENUM\n# file-tail\n# \n# comment\n# comment: Generated data ends here\n# Error:\n1..36\nPASS: glib/mkenums.py.test\nRunning test: glib/queue.test\nTAP version 14\n# random seed: R02S2e7e379f00e8c9428025bfeee6a5edd2\n1..12\n# Start of queue tests\nok 1 /queue/basic\nok 2 /queue/copy\nok 3 /queue/off-by-one\nok 4 /queue/find-custom\nok 5 /queue/static\nok 6 /queue/clear\nok 7 /queue/free-full\nok 8 /queue/clear-full\nok 9 /queue/insert-sibling-link\nok 10 /queue/push-nth-link\n# Start of clear-full tests\nok 11 /queue/clear-full/noop\n# End of clear-full tests\n# Start of random tests\nok 12 /queue/random/seed:1751181458\n# End of random tests\n# End of queue tests\nPASS: glib/queue.test\nRunning test: glib/gi-inspect-typelib.py.test\nTAP version 13\nok 1 __main__.TestGIInspectTypelibCommandLine.test_help\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp4f66wp0p\n# Running: ['/usr/bin/gi-inspect-typelib', '--help']\n# Return code: 0\n# Output:\n#  Usage:\n#   gi-inspect-typelib [OPTION\u2026] NAMESPACE - Inspect GI typelib\n# \n# Help Options:\n#   -h, --help                    Show help options\n# \n# Application Options:\n#   --typelib-version=VERSION     Typelib version to inspect\n#   --print-shlibs                List the shared libraries the typelib requires\n#   --print-typelibs              List other typelibs the inspected typelib requires\n# Error:\nok 2 __main__.TestGIInspectTypelibCommandLine.test_invalid_typelib\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpmoa8d8hn\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'AnInvalidNameSpace']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to load typelib: Typelib file for namespace 'AnInvalidNameSpace' (any version) not found\nok 3 __main__.TestGIInspectTypelibCommandLine.test_no_args\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp2c2ole17\n# Running: ['/usr/bin/gi-inspect-typelib']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Please specify exactly one namespace\nok 4 __main__.TestGIInspectTypelibForGLibTypelib.test_print_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpn44cnk6m\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-shlibs', 'GLib', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# shlib: libglib-2.0.so.0\n# Error:\nok 5 __main__.TestGIInspectTypelibForGLibTypelib.test_print_typelibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp_2fsuv1e\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', 'GLib', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 6 __main__.TestGIInspectTypelibForGLibTypelib.test_print_typelibs_and_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp2o3ni1o6\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'GLib', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# shlib: libglib-2.0.so.0\n# Error:\nok 7 __main__.TestGIInspectTypelibForGObjectTypelib.test_print_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpa6kh88n7\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-shlibs', 'GObject', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# Error:\nok 8 __main__.TestGIInspectTypelibForGObjectTypelib.test_print_typelibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmptq3kh_zz\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', 'GObject', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  typelib: GLib-2.0\n# Error:\nok 9 __main__.TestGIInspectTypelibForGObjectTypelib.test_print_typelibs_and_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpwhubvmu4\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'GObject', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgobject-2.0.so.0\n# typelib: GLib-2.0\n# Error:\nok 10 __main__.TestGIInspectTypelibForGioTypelib.test_print_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmp4nrbmk7j\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-shlibs', 'Gio', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgio-2.0.so.0\n# Error:\nok 11 __main__.TestGIInspectTypelibForGioTypelib.test_print_typelibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmph4886gzr\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', 'Gio', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  typelib: GObject-2.0\n# typelib: GLib-2.0\n# typelib: GModule-2.0\n# Error:\nok 12 __main__.TestGIInspectTypelibForGioTypelib.test_print_typelibs_and_shlibs\n# gi-inspect-typelib: /usr/bin/gi-inspect-typelib\n# tmpdir: /tmp/tmpc5_0pwkx\n# Running: ['/usr/bin/gi-inspect-typelib', '--print-typelibs', '--print-shlibs', 'Gio', '--typelib-version=2.0']\n# Return code: 0\n# Output:\n#  shlib: libgio-2.0.so.0\n# typelib: GObject-2.0\n# typelib: GLib-2.0\n# typelib: GModule-2.0\n# Error:\n1..12\nPASS: glib/gi-inspect-typelib.py.test\nRunning test: glib/closure-refcount.test\nTAP version 14\n# random seed: R02Seb30f8990c8a092a48cbb71d80754272\n1..1\n# Start of closure tests\n# Init 0x564d8251b380\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread1\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread2\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread1\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from thread2\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Yielding from main thread\n# Stopping\n# Stopped\nok 1 /closure/refcount\n# slow test /closure/refcount executed in 0.80 secs\n# End of closure tests\nPASS: glib/closure-refcount.test\nRunning test: glib/g-file.test\nTAP version 14\n# random seed: R02S2d72749788d0f6ad2e0f1fc2651f8804\n1..8\n# Start of g-file tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /g-file/test_g_file_new_null\nok 2 /g-file/test_g_file_new_for_path\nok 3 /g-file/test_g_file_new_for_uri\nok 4 /g-file/test_g_file_dup\nok 5 /g-file/test_g_file_get_parse_name_utf8\nfile:///var/volatile/tmp/test-tmp-glib_g-file.test-P66C82\nfile:///var/volatile/tmp\nfile:///tmp\nfile:////UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88\nfile:///UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88\nok 6 /g-file/test_g_file_new_for_commandline_arg\n/dir1 /dir1/dir2/dir3/\n/dir1/ /dir1/dir2/dir3/\n/dir1 /dir1/dir2/dir3\n/dir1/ /dir1/dir2/dir3\n/tmp/ /something/\n/dir1/dir2 /dir1/\n//dir1/new //dir1/new/dir2/dir3\n/dir/UTF-8 p??li? ?lu?ou?k? k?? /dir/UTF-8 p??li? ?lu?ou?k? k??/dir2\nfile:///dir1 file:///dir1/dir2/dir3/\nfile:///dir1/ file:///dir1/dir2/dir3/\nfile:///dir1 file:///dir1/dir2/dir3\nfile:///dir1/ file:///dir1/dir2/dir3\nfile:///tmp/ file:///something/\nfile:///dir1/dir2 file:///dir1/\nfile:////dir1/new file:////dir1/new/dir2/dir3\nfile:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88 file:///dir/UTF-8%20p%C5%99%C3%ADli%C5%A1%20%C5%BElu%C5%A5ou%C4%8Dk%C3%BD%20k%C5%AF%C5%88/dir2\nok 7 /g-file/test_g_file_has_prefix\nok 8 /g-file/test_g_file_get_parent_child\n# End of g-file tests\nPASS: glib/g-file.test\nRunning test: glib/spawn-singlethread.test\nTAP version 14\n# random seed: R02S3cece041f137d88c38881b24a13568ff\n1..9\n# Start of gthread tests\nok 1 /gthread/spawn-single-sync\n# /gthread/spawn-stderr-socket summary: Test calling g_spawn_sync() with its stderr FD set to a socket\nok 2 /gthread/spawn-stderr-socket\nok 3 /gthread/spawn-single-async\n# thread 1\n# thread 1\nok 4 /gthread/spawn-single-async-with-fds\nok 5 /gthread/spawn-async-with-invalid-fds\nok 6 /gthread/spawn-script\nok 7 /gthread/spawn-posix-spawn\n# Start of spawn tests\nok 8 /gthread/spawn/nonexistent\n# FD map:\n#  ? 5 ? 15\n#  ? 6 ? 16\n#  ? 7 ? 17\n#  ? 8 ? 18\n#  ? 9 ? 19\n#  ? 10 ? 20\n#  ? 11 ? 21\n#  ? 12 ? 22\n#  ? 13 ? 23\n#  ? 3 ? 13\nok 9 /gthread/spawn/fd-assignment-clash\n# End of spawn tests\n# End of gthread tests\nPASS: glib/spawn-singlethread.test\nRunning test: glib/overflow.test\nTAP version 14\n# random seed: R02S6eed4f30267f6c72bff93f6ba0c320e4\n1..6\n# Start of glib tests\n# Start of checked-math tests\nok 1 /glib/checked-math/guint-add\nok 2 /glib/checked-math/guint-mul\nok 3 /glib/checked-math/guint64-add\nok 4 /glib/checked-math/guint64-mul\nok 5 /glib/checked-math/gsize-add\nok 6 /glib/checked-math/gsize-mul\n# End of checked-math tests\n# End of glib tests\nPASS: glib/overflow.test\nRunning test: glib/sort.test\nTAP version 14\n# random seed: R02S360154bdb12f185bc76ad1e0bd2a5bad\n1..5\n# Start of sort tests\nok 1 /sort/basic\nok 2 /sort/zero-elements\nok 3 /sort/stable\nok 4 /sort/big\nok 5 /sort/deprecated\n# End of sort tests\nPASS: glib/sort.test\nRunning test: glib/markup-collect.test\nTAP version 14\n# random seed: R02S08dc8a79341d7000d66bf71a27f65959\n1..21\n# Start of markup tests\n# Start of collect tests\nok 1 /markup/collect/0\nok 2 /markup/collect/1\nok 3 /markup/collect/2\nok 4 /markup/collect/3\nok 5 /markup/collect/4\nok 6 /markup/collect/5\nok 7 /markup/collect/6\nok 8 /markup/collect/7\nok 9 /markup/collect/8\nok 10 /markup/collect/9\nok 11 /markup/collect/10\nok 12 /markup/collect/11\nok 13 /markup/collect/12\nok 14 /markup/collect/13\nok 15 /markup/collect/14\nok 16 /markup/collect/15\nok 17 /markup/collect/16\nok 18 /markup/collect/17\nok 19 /markup/collect/18\nok 20 /markup/collect/19\nok 21 /markup/collect/cleanup\n# End of collect tests\n# End of markup tests\nPASS: glib/markup-collect.test\nRunning test: glib/unix-mounts.test\nTAP version 14\n# random seed: R02Sb8c697766a64e8f798e8db71ec4186c8\n1..4\n# Start of unix-mounts tests\nok 1 /unix-mounts/is-system-fs-type\nok 2 /unix-mounts/is-system-device-path\n# /unix-mounts/get-mount-points summary: Basic test of g_unix_mount_points_get_from_file()\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\n# Icon: . GThemedIcon drive-removable-media drive-removable drive drive-removable-media-symbolic drive-removable-symbolic drive-symbolic\n# Icon: . GThemedIcon drive-removable-media-symbolic drive-removable-symbolic drive-symbolic drive-removable-media drive-removable drive\nok 3 /unix-mounts/get-mount-points\n# /unix-mounts/get-mount-entries summary: Basic test of g_unix_mounts_get_from_file()\nok 4 /unix-mounts/get-mount-entries\n# End of unix-mounts tests\nPASS: glib/unix-mounts.test\nRunning test: glib/network-address.test\nTAP version 14\n# random seed: R02Sbd18fe301a0c86fe6e398181de5f2a5c\n1..72\n# Start of network-address tests\nok 1 /network-address/basic\nok 2 /network-address/scope-id\nok 3 /network-address/uri-scope-id\nok 4 /network-address/to-string\n# Start of parse-host tests\nok 5 /network-address/parse-host/0\nok 6 /network-address/parse-host/1\nok 7 /network-address/parse-host/2\nok 8 /network-address/parse-host/3\nok 9 /network-address/parse-host/4\nok 10 /network-address/parse-host/5\nok 11 /network-address/parse-host/6\nok 12 /network-address/parse-host/7\nok 13 /network-address/parse-host/8\nok 14 /network-address/parse-host/9\nok 15 /network-address/parse-host/10\nok 16 /network-address/parse-host/11\nok 17 /network-address/parse-host/12\nok 18 /network-address/parse-host/13\n# End of parse-host tests\n# Start of parse-uri tests\nok 19 /network-address/parse-uri/0\nok 20 /network-address/parse-uri/1\nok 21 /network-address/parse-uri/2\nok 22 /network-address/parse-uri/3\nok 23 /network-address/parse-uri/4\nok 24 /network-address/parse-uri/5\nok 25 /network-address/parse-uri/6\nok 26 /network-address/parse-uri/7\nok 27 /network-address/parse-uri/8\nok 28 /network-address/parse-uri/9\n# End of parse-uri tests\n# Start of resolve-address tests\n# Input: 192.168.1.2\nok 29 /network-address/resolve-address/0\n# Input: fe80::42\nok 30 /network-address/resolve-address/1\n# Input: 192.168.1.2:80\nok 31 /network-address/resolve-address/2\n# Input: [fe80::42]\nok 32 /network-address/resolve-address/3\n# Input: [fe80::42]:80\nok 33 /network-address/resolve-address/4\n# Input: 192.168.258\nok 34 /network-address/resolve-address/5\n# Input: 192.11010306\nok 35 /network-address/resolve-address/6\n# Input: 3232235778\nok 36 /network-address/resolve-address/7\n# Input: 0300.0250.0001.0001\nok 37 /network-address/resolve-address/8\n# Input: 0xC0.0xA8.0x01.0x02\nok 38 /network-address/resolve-address/9\n# Input: 0xc0.0xa8.0x01.0x02\nok 39 /network-address/resolve-address/10\n# Input: 0xc0a80102\nok 40 /network-address/resolve-address/11\n# End of resolve-address tests\n# Start of loopback tests\nok 41 /network-address/loopback/basic\nok 42 /network-address/loopback/sync\nok 43 /network-address/loopback/async\n# End of loopback tests\n# Start of localhost tests\nok 44 /network-address/localhost/async\nok 45 /network-address/localhost/sync\n# End of localhost tests\n# Start of happy-eyeballs tests\nok 46 /network-address/happy-eyeballs/basic\nok 47 /network-address/happy-eyeballs/parallel\nok 48 /network-address/happy-eyeballs/slow-ipv4\nok 49 /network-address/happy-eyeballs/slow-ipv6\nok 50 /network-address/happy-eyeballs/very-slow-ipv6\nok 51 /network-address/happy-eyeballs/slow-connection-and-ipv4\n# slow test /network-address/happy-eyeballs/slow-connection-and-ipv4 executed in 0.80 secs\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 52 /network-address/happy-eyeballs/ipv6-error-ipv4-first\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 53 /network-address/happy-eyeballs/ipv6-error-ipv6-first\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/865\n# /network-address/happy-eyeballs/ipv6-error-ipv4-very-slow summary: Ensure that we successfully return IPv4 results even when they come significantly later than an IPv6 failure.\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 54 /network-address/happy-eyeballs/ipv6-error-ipv4-very-slow\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 55 /network-address/happy-eyeballs/ipv4-error-ipv6-first\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 56 /network-address/happy-eyeballs/ipv4-error-ipv4-first\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 57 /network-address/happy-eyeballs/both-error\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nExecuting: glib/network-address.test\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 58 /network-address/happy-eyeballs/both-error-delays-1\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\n# GLib-GIO-DEBUG: IPv6 DNS error: IPv6 Broken\nok 59 /network-address/happy-eyeballs/both-error-delays-2\n# GLib-GIO-DEBUG: IPv4 DNS error: IPv4 Broken\nok 60 /network-address/happy-eyeballs/both-error-delays-3\n# End of happy-eyeballs tests\n# End of network-address tests\n# Start of gresolver tests\n# Start of resolve-address tests\n# Input: 192.168.1.2\nok 61 /gresolver/resolve-address/0\n# Input: fe80::42\nok 62 /gresolver/resolve-address/1\n# Input: 192.168.1.2:80\n# Error: Error resolving ?192.168.1.2:80?: Name or service not known\nok 63 /gresolver/resolve-address/2\n# Input: [fe80::42]\n# Error: Error resolving ?[fe80::42]?: Name or service not known\nok 64 /gresolver/resolve-address/3\n# Input: [fe80::42]:80\n# Error: Error resolving ?[fe80::42]:80?: Name or service not known\nok 65 /gresolver/resolve-address/4\n# Input: 192.168.258\n# Error: Error resolving ?192.168.258?: Name or service not known\nok 66 /gresolver/resolve-address/5\n# Input: 192.11010306\n# Error: Error resolving ?192.11010306?: Name or service not known\nok 67 /gresolver/resolve-address/6\n# Input: 3232235778\n# Error: Error resolving ?3232235778?: Name or service not known\nok 68 /gresolver/resolve-address/7\n# Input: 0300.0250.0001.0001\n# Error: Error resolving ?0300.0250.0001.0001?: Name or service not known\nok 69 /gresolver/resolve-address/8\n# Input: 0xC0.0xA8.0x01.0x02\n# Error: Error resolving ?0xC0.0xA8.0x01.0x02?: Name or service not known\nok 70 /gresolver/resolve-address/9\n# Input: 0xc0.0xa8.0x01.0x02\n# Error: Error resolving ?0xc0.0xa8.0x01.0x02?: Name or service not known\nok 71 /gresolver/resolve-address/10\n# Input: 0xc0a80102\n# Error: Error resolving ?0xc0a80102?: Name or service not known\nok 72 /gresolver/resolve-address/11\n# End of resolve-address tests\n# End of gresolver tests\nPASS: glib/network-address.test\nRunning test: glib/slist.test\nTAP version 14\n# random seed: R02S911be949d14637e77a3b9e40c851f07a\n1..14\n# Start of slist tests\nok 1 /slist/sort\nok 2 /slist/sort-with-data\nok 3 /slist/insert-sorted\nok 4 /slist/insert-sorted-with-data\nok 5 /slist/reverse\nok 6 /slist/nth\nok 7 /slist/remove\nok 8 /slist/remove-all\nok 9 /slist/insert\nok 10 /slist/position\nok 11 /slist/concat\nok 12 /slist/copy\n# Start of sort tests\nok 13 /slist/sort/stable\n# End of sort tests\n# Start of copy tests\nok 14 /slist/copy/deep\n# End of copy tests\n# End of slist tests\nPASS: glib/slist.test\nRunning test: glib/binding.test\nTAP version 14\n# random seed: R02Saada6eef0d5f4c505ea0b2bba0100e44\n1..19\n# Start of binding tests\nok 1 /binding/default\n# /binding/canonicalisation summary: Test that bindings set up with non-canonical property names work\nok 2 /binding/canonicalisation\nok 3 /binding/bidirectional\nok 4 /binding/transform\nok 5 /binding/transform-default\nok 6 /binding/transform-closure\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=621782\nok 7 /binding/chain\nok 8 /binding/sync-create\nok 9 /binding/invert-boolean\nok 10 /binding/same-object\nok 11 /binding/unbind\nok 12 /binding/unbind-weak\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1373\nok 13 /binding/unbind-multiple\nok 14 /binding/fail\nok 15 /binding/interface\n# /binding/concurrent-unbind summary: Test that unbinding from multiple threads concurrently works correctly\nok 16 /binding/concurrent-unbind\n# /binding/concurrent-finalizing summary: Test that finalizing source/target from multiple threads concurrently works correctly\nok 17 /binding/concurrent-finalizing\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2676\nok 18 /binding/dispose-source\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2676\nok 19 /binding/dispose-target\n# End of binding tests\nPASS: glib/binding.test\nRunning test: glib/appmonitor.test\nTAP version 14\n# random seed: R02S49151dabc91e8f6e5d279e505358b90a\n1..1\n# Start of monitor tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/monitor/app/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/monitor/app/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/monitor/app/.dirs/system-config1:/var/volatile/tmp/monitor/app/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/monitor/app/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/monitor/app/.dirs/system-data1:/var/volatile/tmp/monitor/app/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/monitor/app/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/monitor/app/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/monitor/app/.dirs/runtime\n# Using data directory: /var/volatile/tmp/monitor/app/.dirs/data\nok 1 /monitor/app\n# End of monitor tests\nPASS: glib/appmonitor.test\nRunning test: glib/gio-tool.py.test\nTAP version 13\nok 1 __main__.TestGioTool.test_help\n# gio: /usr/bin/gio\n# tmpdir: /tmp/tmp45hc3rbh\n# Running: ['/usr/bin/gio', '--help']\n# Return code: 0\n# Output:\n#  Usage:\n#   gio COMMAND [ARGS\u2026]\n# \n# Commands:\n#   help     Print help\n#   version  Print version\n#   cat      Concatenate files to standard output\n#   copy     Copy one or more files\n#   info     Show information about locations\n#   launch   Launch an application from a desktop file\n#   list     List the contents of locations\n#   mime     Get or set the handler for a mimetype\n#   mkdir    Create directories\n#   monitor  Monitor files and directories for changes\n#   mount    Mount or unmount the locations\n#   move     Move one or more files\n#   open     Open files with the default application\n#   rename   Rename a file\n#   remove   Delete one or more files\n#   save     Read from standard input and save\n#   set      Set a file attribute\n#   trash    Move files or directories to the trash\n#   tree     Lists the contents of locations in a tree\n# \n# Use \u201cgio help COMMAND\u201d to get detailed help.\n# Error:\n#  \n# Running: ['/usr/bin/gio', 'help']\n# Return code: 0\n# Output:\n#  Usage:\n#   gio COMMAND [ARGS\u2026]\n# \n# Commands:\n#   help     Print help\n#   version  Print version\n#   cat      Concatenate files to standard output\n#   copy     Copy one or more files\n#   info     Show information about locations\n#   launch   Launch an application from a desktop file\n#   list     List the contents of locations\n#   mime     Get or set the handler for a mimetype\n#   mkdir    Create directories\n#   monitor  Monitor files and directories for changes\n#   mount    Mount or unmount the locations\n#   move     Move one or more files\n#   open     Open files with the default application\n#   rename   Rename a file\n#   remove   Delete one or more files\n#   save     Read from standard input and save\n#   set      Set a file attribute\n#   trash    Move files or directories to the trash\n#   tree     Lists the contents of locations in a tree\n# \n# Use \u201cgio help COMMAND\u201d to get detailed help.\n# Error:\nok 2 __main__.TestGioTool.test_info_non_default_attributes\n# gio: /usr/bin/gio\n# tmpdir: /tmp/tmp1y43ns4j\n# Running: ['/usr/bin/gio', 'info', '--attributes=standard::content-type', '/tmp/tmp1y43ns4j/tmpctqxiqgj']\n# Return code: 0\n# Output:\n#  uri: file:///tmp/tmp1y43ns4j/tmpctqxiqgj\n# local path: /tmp/tmp1y43ns4j/tmpctqxiqgj\n# unix mount: tmpfs /var/volatile tmpfs rw,relatime\n# attributes:\n#   standard::content-type: application/x-zerosize\n# Error:\nok 3 __main__.TestGioTool.test_no_args\n# gio: /usr/bin/gio\n# tmpdir: /tmp/tmp1u57jqg3\n# Running: ['/usr/bin/gio']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Usage:\n#   gio COMMAND [ARGS\u2026]\n# \n# Commands:\n#   help     Print help\n#   version  Print version\n#   cat      Concatenate files to standard output\n#   copy     Copy one or more files\n#   info     Show information about locations\n#   launch   Launch an application from a desktop file\n#   list     List the contents of locations\n#   mime     Get or set the handler for a mimetype\n#   mkdir    Create directories\n#   monitor  Monitor files and directories for changes\n#   mount    Mount or unmount the locations\n#   move     Move one or more files\n#   open     Open files with the default application\n#   rename   Rename a file\n#   remove   Delete one or more files\n#   save     Read from standard input and save\n#   set      Set a file attribute\n#   trash    Move files or directories to the trash\n#   tree     Lists the contents of locations in a tree\n# \n# Use \u201cgio help COMMAND\u201d to get detailed help.\n1..3\nPASS: glib/gio-tool.py.test\nRunning test: glib/utils-c-17.test\nTAP version 14\n# random seed: R02S0d1e50dfbd8726c3d1ada88baa792e8b\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-17.test\nRunning test: glib/socket-service.test\nTAP version 14\n# random seed: R02S02912d8b920af83a3f46c331e52e2760\n1..4\n# Start of socket-service tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930de7ab0 and GSocketClientAsyncConnectData 0x558930dc31f0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\nok 1 /socket-service/start-stop\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930debad0 and GSocketClientAsyncConnectData 0x558930deb770\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930deba50 for GSocketClientAsyncConnectData 0x558930dc31f0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930deba50 for GSocketClientAsyncConnectData 0x558930deb770\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /socket-service/read_write_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930debad0 and GSocketClientAsyncConnectData 0x558930defdc0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930def1c0 for GSocketClientAsyncConnectData 0x558930defdc0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 3 /socket-service/read_writev_async\n# Start of threaded tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=712570\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x558930ded160 and GSocketClientAsyncConnectData 0x558930def760\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x558930df0750 for GSocketClientAsyncConnectData 0x558930def760\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 4 /socket-service/threaded/712570\n# End of threaded tests\n# End of socket-service tests\nPASS: glib/socket-service.test\nRunning test: glib/portal-support-flatpak-network-only.test\nTAP version 14\n# random seed: R02S157d11c12948608c3fb61512f1fa7b54\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/network/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/network/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/network/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/network/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/network/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/network/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/network/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/network\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-network-only.test\nRunning test: glib/async-close-output-stream.test\nTAP version 14\n# random seed: R02S99d821dc42228eacf66b14997b240b1c\n1..3\n# Start of close-async tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=617937\nok 1 /close-async/without-flush\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=617937\nok 2 /close-async/with-flush\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=617937\nok 3 /close-async/with-async-flush\n# End of close-async tests\nPASS: glib/async-close-output-stream.test\nRunning test: glib/utf8-validate.test\nTAP version 14\n# random seed: R02S5aefab989cd5306a2208df50816e56da\n1..238\n# Start of utf8 tests\n# Vector 0\n# Vector 1\n# Vector 2\n# Vector 3\n# Vector 4\n# Vector 5\n# Vector 6\n# Vector 7\n# Vector 8\n# Vector 9\n# Vector 10\n# Vector 11\n# Vector 12\n# Vector 13\n# Vector 14\n# Vector 15\n# Vector 16\n# Vector 17\n# Vector 18\n# Vector 19\n# Vector 20\n# Vector 21\n# Vector 22\n# Vector 23\n# Vector 24\n# Vector 25\n# Vector 26\n# Vector 27\nok 1 /utf8/get-char-validated\n# Start of validate tests\nok 2 /utf8/validate/0\nok 3 /utf8/validate/1\nok 4 /utf8/validate/2\nok 5 /utf8/validate/3\nok 6 /utf8/validate/4\nok 7 /utf8/validate/5\nok 8 /utf8/validate/6\nok 9 /utf8/validate/7\nok 10 /utf8/validate/8\nok 11 /utf8/validate/9\nok 12 /utf8/validate/10\nok 13 /utf8/validate/11\nok 14 /utf8/validate/12\nok 15 /utf8/validate/13\nok 16 /utf8/validate/14\nok 17 /utf8/validate/15\nok 18 /utf8/validate/16\nok 19 /utf8/validate/17\nok 20 /utf8/validate/18\nok 21 /utf8/validate/19\nok 22 /utf8/validate/20\nok 23 /utf8/validate/21\nok 24 /utf8/validate/22\nok 25 /utf8/validate/23\nok 26 /utf8/validate/24\nok 27 /utf8/validate/25\nok 28 /utf8/validate/26\nok 29 /utf8/validate/27\nok 30 /utf8/validate/28\nok 31 /utf8/validate/29\nok 32 /utf8/validate/30\nok 33 /utf8/validate/31\nok 34 /utf8/validate/32\nok 35 /utf8/validate/33\nok 36 /utf8/validate/34\nok 37 /utf8/validate/35\nok 38 /utf8/validate/36\nok 39 /utf8/validate/37\nok 40 /utf8/validate/38\nok 41 /utf8/validate/39\nok 42 /utf8/validate/40\nok 43 /utf8/validate/41\nok 44 /utf8/validate/42\nok 45 /utf8/validate/43\nok 46 /utf8/validate/44\nok 47 /utf8/validate/45\nok 48 /utf8/validate/46\nok 49 /utf8/validate/47\nok 50 /utf8/validate/48\nok 51 /utf8/validate/49\nok 52 /utf8/validate/50\nok 53 /utf8/validate/51\nok 54 /utf8/validate/52\nok 55 /utf8/validate/53\nok 56 /utf8/validate/54\nok 57 /utf8/validate/55\nok 58 /utf8/validate/56\nok 59 /utf8/validate/57\nok 60 /utf8/validate/58\nok 61 /utf8/validate/59\nok 62 /utf8/validate/60\nok 63 /utf8/validate/61\nok 64 /utf8/validate/62\nok 65 /utf8/validate/63\nok 66 /utf8/validate/64\nok 67 /utf8/validate/65\nok 68 /utf8/validate/66\nok 69 /utf8/validate/67\nok 70 /utf8/validate/68\nok 71 /utf8/validate/69\nok 72 /utf8/validate/70\nok 73 /utf8/validate/71\nok 74 /utf8/validate/72\nok 75 /utf8/validate/73\nok 76 /utf8/validate/74\nok 77 /utf8/validate/75\nok 78 /utf8/validate/76\nok 79 /utf8/validate/77\nok 80 /utf8/validate/78\nok 81 /utf8/validate/79\nok 82 /utf8/validate/80\nok 83 /utf8/validate/81\nok 84 /utf8/validate/82\nok 85 /utf8/validate/83\nok 86 /utf8/validate/84\nok 87 /utf8/validate/85\nok 88 /utf8/validate/86\nok 89 /utf8/validate/87\nok 90 /utf8/validate/88\nok 91 /utf8/validate/89\nok 92 /utf8/validate/90\nok 93 /utf8/validate/91\nok 94 /utf8/validate/92\nok 95 /utf8/validate/93\nok 96 /utf8/validate/94\nok 97 /utf8/validate/95\nok 98 /utf8/validate/96\nok 99 /utf8/validate/97\nok 100 /utf8/validate/98\nok 101 /utf8/validate/99\nok 102 /utf8/validate/100\nok 103 /utf8/validate/101\nok 104 /utf8/validate/102\nok 105 /utf8/validate/103\nok 106 /utf8/validate/104\nok 107 /utf8/validate/105\nok 108 /utf8/validate/106\nok 109 /utf8/validate/107\nok 110 /utf8/validate/108\nok 111 /utf8/validate/109\nok 112 /utf8/validate/110\nok 113 /utf8/validate/111\nok 114 /utf8/validate/112\nok 115 /utf8/validate/113\nok 116 /utf8/validate/114\nok 117 /utf8/validate/115\nok 118 /utf8/validate/116\nok 119 /utf8/validate/117\nok 120 /utf8/validate/118\nok 121 /utf8/validate/119\nok 122 /utf8/validate/120\nok 123 /utf8/validate/121\nok 124 /utf8/validate/122\nok 125 /utf8/validate/123\nok 126 /utf8/validate/124\nok 127 /utf8/validate/125\nok 128 /utf8/validate/126\nok 129 /utf8/validate/127\nok 130 /utf8/validate/128\nok 131 /utf8/validate/129\nok 132 /utf8/validate/130\nok 133 /utf8/validate/131\nok 134 /utf8/validate/132\nok 135 /utf8/validate/133\nok 136 /utf8/validate/134\nok 137 /utf8/validate/135\nok 138 /utf8/validate/136\nok 139 /utf8/validate/137\nok 140 /utf8/validate/138\nok 141 /utf8/validate/139\nok 142 /utf8/validate/140\nok 143 /utf8/validate/141\nok 144 /utf8/validate/142\nok 145 /utf8/validate/143\nok 146 /utf8/validate/144\nok 147 /utf8/validate/145\nok 148 /utf8/validate/146\nok 149 /utf8/validate/147\nok 150 /utf8/validate/148\nok 151 /utf8/validate/149\nok 152 /utf8/validate/150\nok 153 /utf8/validate/151\nok 154 /utf8/validate/152\nok 155 /utf8/validate/153\nok 156 /utf8/validate/154\nok 157 /utf8/validate/155\nok 158 /utf8/validate/156\nok 159 /utf8/validate/157\nok 160 /utf8/validate/158\nok 161 /utf8/validate/159\nok 162 /utf8/validate/160\nok 163 /utf8/validate/161\nok 164 /utf8/validate/162\nok 165 /utf8/validate/163\nok 166 /utf8/validate/164\nok 167 /utf8/validate/165\nok 168 /utf8/validate/166\nok 169 /utf8/validate/167\nok 170 /utf8/validate/168\nok 171 /utf8/validate/169\nok 172 /utf8/validate/170\nok 173 /utf8/validate/171\nok 174 /utf8/validate/172\nok 175 /utf8/validate/173\nok 176 /utf8/validate/174\nok 177 /utf8/validate/175\nok 178 /utf8/validate/176\nok 179 /utf8/validate/177\nok 180 /utf8/validate/178\nok 181 /utf8/validate/179\nok 182 /utf8/validate/180\nok 183 /utf8/validate/181\nok 184 /utf8/validate/182\nok 185 /utf8/validate/183\nok 186 /utf8/validate/184\nok 187 /utf8/validate/185\nok 188 /utf8/validate/186\nok 189 /utf8/validate/187\nok 190 /utf8/validate/188\nok 191 /utf8/validate/189\nok 192 /utf8/validate/190\nok 193 /utf8/validate/191\nok 194 /utf8/validate/192\nok 195 /utf8/validate/193\nok 196 /utf8/validate/194\nok 197 /utf8/validate/195\nok 198 /utf8/validate/196\nok 199 /utf8/validate/197\nok 200 /utf8/validate/198\nok 201 /utf8/validate/199\nok 202 /utf8/validate/200\nok 203 /utf8/validate/201\nok 204 /utf8/validate/202\nok 205 /utf8/validate/203\nok 206 /utf8/validate/204\nok 207 /utf8/validate/205\nok 208 /utf8/validate/206\nok 209 /utf8/validate/207\nok 210 /utf8/validate/208\nok 211 /utf8/validate/209\nok 212 /utf8/validate/210\nok 213 /utf8/validate/211\nok 214 /utf8/validate/212\nok 215 /utf8/validate/213\nok 216 /utf8/validate/214\nok 217 /utf8/validate/215\nok 218 /utf8/validate/216\nok 219 /utf8/validate/217\nok 220 /utf8/validate/218\nok 221 /utf8/validate/219\nok 222 /utf8/validate/220\nok 223 /utf8/validate/221\nok 224 /utf8/validate/222\nok 225 /utf8/validate/223\nok 226 /utf8/validate/224\nok 227 /utf8/validate/225\nok 228 /utf8/validate/226\nok 229 /utf8/validate/227\nok 230 /utf8/validate/228\nok 231 /utf8/validate/229\nok 232 /utf8/validate/230\nok 233 /utf8/validate/231\nok 234 /utf8/validate/232\nok 235 /utf8/validate/233\nok 236 /utf8/validate/234\nok 237 /utf8/validate/235\nok 238 /utf8/validate/236\n# End of validate tests\n# End of utf8 tests\nPASS: glib/utf8-validate.test\nRunning test: glib/simple-async-result.test\nTAP version 14\n# random seed: R02S92f12c7a69d3ce380023ae380c9fcb82\n1..2\n# Start of gio tests\n# Start of simple-async-result tests\nok 1 /gio/simple-async-result/test\n# GLib-GIO-DEBUG: GTask 0x563c0bfc83e0 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gio/simple-async-result/valid\n# End of simple-async-result tests\n# End of gio tests\nPASS: glib/simple-async-result.test\nRunning test: glib/readwrite.test\nTAP version 14\n# random seed: R02Sc8f16ed6539dd5c5dbbd7f8340922fef\n1..3\n# Start of readwrite tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /readwrite/test_g_file_open_readwrite\nok 2 /readwrite/test_g_file_create_readwrite\nok 3 /readwrite/test_g_file_replace_readwrite\n# End of readwrite tests\nPASS: glib/readwrite.test\nRunning test: glib/hash.test\nTAP version 14\n# random seed: R02S088f44c20a5932a3392651dad0dd0a99\n1..34\n# Start of hash tests\nok 1 /hash/misc\nok 2 /hash/one\nok 3 /hash/honeyman\nok 4 /hash/direct\nok 5 /hash/direct2\nok 6 /hash/int\nok 7 /hash/int64\nok 8 /hash/double\nok 9 /hash/string\nok 10 /hash/set\nok 11 /hash/set-ref\nok 12 /hash/ref\nok 13 /hash/remove-all\nok 14 /hash/recursive-remove-all\nok 15 /hash/find\nok 16 /hash/foreach\nok 17 /hash/foreach-steal\nok 18 /hash/steal-extended\nok 19 /hash/steal-all-keys\nok 20 /hash/steal-all-values\nok 21 /hash/lookup-extended\nok 22 /hash/new-similar\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642944\nok 23 /hash/lookup-null-key\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=650459\nok 24 /hash/destroy-modify\nok 25 /hash/consistency\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=662544\nok 26 /hash/iter-replace\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=692815\nok 27 /hash/set-insert-corruption\nok 28 /hash/set-to-strv\nok 29 /hash/get-keys-as-ptr-array\nok 30 /hash/get-values-as-ptr-array\nok 31 /hash/primes\n# Start of int64 tests\n# /hash/int64/collisions summary: Check int64 Hash collisions caused by ignoring high word\nok 32 /hash/int64/collisions\n# End of int64 tests\n# Start of double tests\n# /hash/double/collisions summary: Check double Hash collisions caused by int conversion and by numbers larger than 2^64-1 (G_MAXUINT64)\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2771\nok 33 /hash/double/collisions\n# End of double tests\n# Start of recursive-remove-all tests\n# End of recursive-remove-all tests\n# Start of steal-extended tests\nok 34 /hash/steal-extended/optional\n# End of steal-extended tests\n# End of hash tests\nPASS: glib/hash.test\nRunning test: glib/override.test\nTAP version 14\n# random seed: R02Sccbd63a5f278abacd6de7b06883c69ed\n1..1\n# Start of gobject tests\n# *** emitting foo on a TestA instance\n#     Expecting: TestA::foo,TestI::foo\n#     Got: TestA::foo,TestI::foo\n# *** emitting bar on a TestA instance\n#     Expecting: TestA::bar\n#     Got: TestA::bar\n# *** emitting baz on a TestA instance\n#     Expecting: TestA::baz\n#     Got: TestA::baz\n# *** emitting foo on a TestB instance\n#     Expecting: TestB::foo,TestA::foo,TestI::foo\n#     Got: TestB::foo,TestA::foo,TestI::foo\n# *** emitting bar on a TestB instance\n#     Expecting: TestB::bar,TestA::bar\n#     Got: TestB::bar,TestA::bar\n# *** emitting baz on a TestB instance\n#     Expecting: TestB::baz,TestA::baz\n#     Got: TestB::baz,TestA::baz\n# *** emitting foo on a TestC instance\n#     Expecting: TestC::foo,TestB::foo,TestA::foo,TestI::foo\n#     Got: TestC::foo,TestB::foo,TestA::foo,TestI::foo\n# *** emitting bar on a TestC instance\n#     Expecting: TestC::bar,TestB::bar,TestA::bar\n#     Got: TestC::bar,TestB::bar,TestA::bar\n# *** emitting baz on a TestC instance\n#     Expecting: TestC::baz,TestB::baz,TestA::baz\n#     Got: TestC::baz,TestB::baz,TestA::baz\nok 1 /gobject/override\n# End of gobject tests\nPASS: glib/override.test\nRunning test: glib/socket-address.test\nTAP version 14\n# random seed: R02S7ba73fe7fd3de7bcb3f86fcf3f86ef89\n1..2\n# Start of socket tests\n# Start of address tests\n# Start of unix tests\nok 1 /socket/address/unix/construct\nok 2 /socket/address/unix/to-string\n# End of unix tests\n# End of address tests\n# End of socket tests\nPASS: glib/socket-address.test\nRunning test: glib/buffered-input-stream.test\nTAP version 14\n# random seed: R02S7c4be7140c43f71fbc362ac76c5cc298\n1..10\n# Start of buffered-input-stream tests\nok 1 /buffered-input-stream/peek\nok 2 /buffered-input-stream/peek-buffer\nok 3 /buffered-input-stream/set-buffer-size\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=562393\nok 4 /buffered-input-stream/read-byte\nok 5 /buffered-input-stream/read\nok 6 /buffered-input-stream/read-async\nok 7 /buffered-input-stream/skip\nok 8 /buffered-input-stream/skip-async\nok 9 /buffered-input-stream/seek\n# End of buffered-input-stream tests\n# Start of filter-input-stream tests\nok 10 /filter-input-stream/close\n# End of filter-input-stream tests\nPASS: glib/buffered-input-stream.test\nRunning test: glib/signals-refcount1.test\nTAP version 14\n# random seed: R02S7cc393dc5e77db7d57804b7156dd331f\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x563db68663f0\n# \n# init 0x563db685f600\n# \nExecuting: glib/signals-refcount1.test\n# dispose 0x563db68663f0!\n# \n# dispose 0x563db685f600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount1.test\nRunning test: glib/markup.test\nTAP version 14\n# random seed: R02Sd6064db39ff4d44dabaaa4bd8b56e4c6\n1..1\n# Start of markup tests\nok 1 /markup/stack\n# End of markup tests\nPASS: glib/markup.test\nRunning test: glib/singleton.test\nTAP version 14\n# random seed: R02S5cf58c995484270f1e8dae4b3848c843\n1..2\n# Start of gobject tests\n# Start of singleton tests\nok 1 /gobject/singleton/construction\n# /gobject/singleton/construct-property summary: Test that creating a singleton with a construct-time property works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2666\nok 2 /gobject/singleton/construct-property\n# End of singleton tests\n# End of gobject tests\nPASS: glib/singleton.test\nRunning test: glib/error.test\nTAP version 14\n# random seed: R02S991302fc28b6223cb015d86c3abfd33d\n1..3\n# Start of error tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/error/from-errno/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/error/from-errno/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/error/from-errno/.dirs/system-config1:/var/volatile/tmp/error/from-errno/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/error/from-errno/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/error/from-errno/.dirs/system-data1:/var/volatile/tmp/error/from-errno/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/error/from-errno/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/error/from-errno/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/error/from-errno/.dirs/runtime\nok 1 /error/from-errno\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/error/from-file-error/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/error/from-file-error/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/error/from-file-error/.dirs/system-config1:/var/volatile/tmp/error/from-file-error/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/error/from-file-error/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/error/from-file-error/.dirs/system-data1:/var/volatile/tmp/error/from-file-error/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/error/from-file-error/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/error/from-file-error/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/error/from-file-error/.dirs/runtime\nok 2 /error/from-file-error\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/error/from-win32-error/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/error/from-win32-error/.dirs/system-config1:/var/volatile/tmp/error/from-win32-error/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/error/from-win32-error/.dirs/system-data1:/var/volatile/tmp/error/from-win32-error/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/error/from-win32-error/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/error/from-win32-error/.dirs/runtime\nok 3 /error/from-win32-error # SKIP Windows error codes can only be checked on Windows\n# End of error tests\nPASS: glib/error.test\nRunning test: glib/portal-support-snap.test\nTAP version 14\n# random seed: R02Sb85c254b19c090a8586b39f7a2c5c94a\n1..7\n# Start of portal-support tests\n# Start of snap tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/no-snapctl/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/no-snapctl: No such file or directory\nok 1 /portal-support/snap/no-snapctl\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/none/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/none/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/none/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/none/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/none: No such file or directory\nok 2 /portal-support/snap/none\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/all/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/all/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/all/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/all/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/all: No such file or directory\nok 3 /portal-support/snap/all\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/desktop-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/desktop-only/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/desktop-only: No such file or directory\nok 4 /portal-support/snap/desktop-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/network-only/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/network-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/network-only/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/network-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/network-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/network-only/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/network-only/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/network-only: No such file or directory\nok 5 /portal-support/snap/network-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/gsettings-only/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/gsettings-only: No such file or directory\nok 6 /portal-support/snap/gsettings-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-config1:/var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-data1:/var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\n# Created snapctl in /var/volatile/tmp/portal-support/snap/updates-dynamically/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap/updates-dynamically: No such file or directory\nok 7 /portal-support/snap/updates-dynamically\n# End of snap tests\n# End of portal-support tests\nPASS: glib/portal-support-snap.test\nRunning test: glib/test-printf.test\nTAP version 14\n# random seed: R02Sdee87870ff1cada766562b1cdc6ecd07\n1..22\n# Start of snprintf tests\nok 1 /snprintf/retval-and-trunc\nok 2 /snprintf/%d\nok 3 /snprintf/%d-invalid\nok 4 /snprintf/%o\nok 5 /snprintf/%u\nok 6 /snprintf/%x\nok 7 /snprintf/%X\nok 8 /snprintf/%f\nok 9 /snprintf/%e\nok 10 /snprintf/%c\nok 11 /snprintf/%s\nok 12 /snprintf/%n\nok 13 /snprintf/test-percent\nok 14 /snprintf/test-positional-params\nok 15 /snprintf/test-64bit\n# End of snprintf tests\n# Start of printf tests\nok 16 /printf/test-percent\nok 17 /printf/test-positional-params\nok 18 /printf/test-64bit\n# Start of test-64bit tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of test-64bit tests\n# End of printf tests\n# Start of sprintf tests\nok 19 /sprintf/test-positional-params\nok 20 /sprintf/upper-bound\n# End of sprintf tests\n# Start of vasprintf tests\n# /vasprintf/invalid-format-placeholder summary: Test error handling for invalid format placeholder in g_vasprintf()\nok 21 /vasprintf/invalid-format-placeholder\n# /vasprintf/invalid-wide-string summary: Test error handling for invalid wide strings in g_vasprintf()\nok 22 /vasprintf/invalid-wide-string\n# End of vasprintf tests\nPASS: glib/test-printf.test\nRunning test: glib/gdbus-peer-object-manager.test\nTAP version 14\n# random seed: R02S6b589e11159cebf6d1a33b6042ba77cf\n1..2\n# Start of gdbus tests\n# Start of peer-object-manager tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-object-manager/normal/.dirs/runtime\nok 1 /gdbus/peer-object-manager/normal\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-object-manager/root/.dirs/runtime\nok 2 /gdbus/peer-object-manager/root\n# End of peer-object-manager tests\n# End of gdbus tests\nPASS: glib/gdbus-peer-object-manager.test\nRunning test: glib/performance-threaded.test\nRunning test \"liststore-is-a\"\n  34082 runs, min/avg/max = 0.028/0.029/0.154 ms\nRunning test \"liststore-interface-peek\"\n  59810 runs, min/avg/max = 0.016/0.017/0.077 ms\nRunning test \"liststore-interface-peek-same\"\n  59927 runs, min/avg/max = 0.016/0.017/0.079 ms\nPASS: glib/performance-threaded.test\nRunning test: glib/sleepy-stream.test\nTAP version 14\n# random seed: R02S27fe1cf26d6a2e5fa7c706fc2cc44a00\n1..2\n# Start of filter-stream tests\nok 1 /filter-stream/input\nok 2 /filter-stream/async\n# End of filter-stream tests\nPASS: glib/sleepy-stream.test\nRunning test: glib/scannerapi.test\nTAP version 14\n# random seed: R02S14300ac1fb13f7408cc07366156ba779\n1..4\n# Start of scanner tests\nok 1 /scanner/warn\nok 2 /scanner/error\nok 3 /scanner/symbols\nok 4 /scanner/tokens\n# End of scanner tests\nPASS: glib/scannerapi.test\nRunning test: glib/portal-support-none.test\nTAP version 14\n# random seed: R02Sd98fb60ed08109a2bdd7091338c9b55b\n1..1\n# Start of portal-support tests\nok 1 /portal-support/none\n# End of portal-support tests\nPASS: glib/portal-support-none.test\nRunning test: glib/gdbus-sasl.test\nTAP version 14\n# random seed: R02S28e10cf9fb8eaf4cc6ed742736fef063\n1..1\n# Start of gdbus tests\n# Start of sasl tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/sasl/server/.dirs/system-config1:/var/volatile/tmp/gdbus/sasl/server/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/sasl/server/.dirs/system-data1:/var/volatile/tmp/gdbus/sasl/server/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/sasl/server/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/sasl/server/.dirs/runtime\n# New handshake: EXTERNAL with incorrect initial response\n# C:?AUTH EXTERNAL 30?\n# Expect: /^REJECTED.*$/\n# S:?REJECTED EXTERNAL DBUS_COOKIE_SHA1?\n# New handshake: EXTERNAL without initial response, failing to authenticate\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA 30?\n# Expect: /^REJECTED.*$/\n# S:?REJECTED EXTERNAL DBUS_COOKIE_SHA1?\n# New handshake: EXTERNAL with initial response\n# C:?AUTH EXTERNAL 31303030?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\n# New handshake: EXTERNAL without initial response\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA 31303030?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\n# New handshake: EXTERNAL with empty authorization identity\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\n# New handshake: EXTERNAL with empty authorization identity and whitespace\n# C:?AUTH EXTERNAL?\n# Expect: /^DATA$/\n# S:?DATA?\n# C:?DATA ?\n# Expect: /^OK [0-9a-f]+$/\n# S:?OK 45ad579102adda6d44f7f54e685001e5?\nok 1 /gdbus/sasl/server\n# End of sasl tests\n# End of gdbus tests\nPASS: glib/gdbus-sasl.test\nRunning test: glib/properties-refcount3.test\nTAP version 14\n# random seed: R02S054fbcee004008213bcad30c6a11df22\n1..1\n# Start of gobject tests\n# Start of refcount tests\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\nExecuting: glib/properties-refcount3.test\n# \n# stopping\n# \n# stopped\n# \n# 28247968 318681\n# \nok 1 /gobject/refcount/properties-3\n# slow test /gobject/refcount/properties-3 executed in 30.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount3.test\nRunning test: glib/rand.test\nTAP version 14\n# random seed: R02Sbc7ec5a39f12a34c20edb93df4171484\n1..2\n# Start of rand tests\nok 1 /rand/test-rand\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=502560\nok 2 /rand/double-range\n# End of rand tests\nPASS: glib/rand.test\nRunning test: glib/mem-overflow.test\nTAP version 14\n# random seed: R02S5dd2b3680e81743dd97b6dcab8f9ce36\n1..2\n# Start of mem tests\nok 1 /mem/overflow\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=615379\nok 2 /mem/empty-alloc\n# Start of overflow tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of overflow tests\n# Start of empty-alloc tests\n# End of empty-alloc tests\n# End of mem tests\nPASS: glib/mem-overflow.test\nRunning test: glib/object-info.test\nTAP version 14\n# random seed: R02S8b4223018061b598ab7e4e2ad437e0cf\n1..2\n# Start of object-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-config1:/var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-data1:/var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/object-info/find-method-using-interfaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 1 /object-info/find-method-using-interfaces\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-config1:/var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-data1:/var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/object-info/find-vfunc-using-interfaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 2 /object-info/find-vfunc-using-interfaces\n# End of object-info tests\nPASS: glib/object-info.test\nRunning test: glib/type.test\nTAP version 14\n# random seed: R02S26db910e0f6887ed6a98202626b1de3a\n1..6\n# Start of type tests\nok 1 /type/registration-serial\nok 2 /type/interface-prerequisite\nok 3 /type/interface-check\nok 4 /type/next-base\nok 5 /type/is-a\n# Invalid types can?t be queried.\n# Unclassed types can?t be queried.\nok 6 /type/query\n# End of type tests\nPASS: glib/type.test\nRunning test: glib/refcount-macro.test\nTAP version 14\n# random seed: R02Sb902fd00dcb4ee99a9f466483d0d23ab\n1..4\n# Start of refcount tests\nok 1 /refcount/grefcount\nok 2 /refcount/gatomicrefcount\n# Start of grefcount tests\nok 3 /refcount/grefcount/saturation\n# End of grefcount tests\n# Start of gatomicrefcount tests\nok 4 /refcount/gatomicrefcount/saturation\n# End of gatomicrefcount tests\n# End of refcount tests\nPASS: glib/refcount-macro.test\nRunning test: glib/application-command-line.test\nTAP version 14\n# random seed: R02Sd33b1f973cbae55754826b4dd185634d\n1..1\n# Start of application-command-line tests\nok 1 /application-command-line/basic-properties\n# End of application-command-line tests\nPASS: glib/application-command-line.test\nRunning test: glib/contexts.test\nTAP version 14\n# random seed: R02Sac8d14f6fe412bc76aed20dd9b020d62\n1..5\n# Start of gio tests\n# Start of contexts tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /gio/contexts/thread-independence\nok 2 /gio/contexts/context-independence\n# Start of context-specific tests\nok 3 /gio/contexts/context-specific/identity\nok 4 /gio/contexts/context-specific/emit\nok 5 /gio/contexts/context-specific/emit-and-unref\n# End of context-specific tests\n# End of contexts tests\n# End of gio tests\nPASS: glib/contexts.test\nRunning test: glib/pollable.test\nTAP version 14\n# random seed: R02Sb3f79c8bc825d18bd6a02d7c6c051abe\n1..6\n# Start of pollable tests\nok 1 /pollable/converter\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x55a7e8289660 and GSocketClientAsyncConnectData 0x55a7e8285630\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x55a7e828e5e0 for GSocketClientAsyncConnectData 0x55a7e8285630\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /pollable/socket\n# Start of unix tests\n# /pollable/unix/pipe summary: Test that pipes are considered pollable, just like sockets\nok 3 /pollable/unix/pipe\n# /pollable/unix/pty summary: Test that PTYs are considered pollable\nok 4 /pollable/unix/pty\n# /pollable/unix/file summary: Test that regular files are not considered pollable\nok 5 /pollable/unix/file\n# /pollable/unix/nulldev summary: Test that /dev/null is not considered pollable, but only if on a system where we are able to tell it apart from devices that actually implement poll\nok 6 /pollable/unix/nulldev\n# End of unix tests\n# End of pollable tests\nPASS: glib/pollable.test\nRunning test: glib/shell.test\nTAP version 14\n# random seed: R02S3a3fd1fee7034b1678791091edfb2ca5\n1..51\n# Start of shell tests\n# Start of cmdline tests\ntest cmdline: foo bar\nok 1 /shell/cmdline/0\ntest cmdline: foo 'bar'\nok 2 /shell/cmdline/1\ntest cmdline: foo \"bar\"\nok 3 /shell/cmdline/2\ntest cmdline: foo '' 'bar'\nok 4 /shell/cmdline/3\ntest cmdline: foo \"bar\"'baz'blah'foo'\\''blah'\"boo\"\nok 5 /shell/cmdline/4\ntest cmdline: foo \t \tblah\tfoo\t\tbar  baz\nok 6 /shell/cmdline/5\ntest cmdline: foo '    spaces more spaces lots of     spaces in this   '  \t\nok 7 /shell/cmdline/6\ntest cmdline: foo \\\nbar\nok 8 /shell/cmdline/7\ntest cmdline: foo '' ''\nok 9 /shell/cmdline/8\ntest cmdline: foo \\\" la la la\nok 10 /shell/cmdline/9\ntest cmdline: foo \\ foo woo woo\\ \nok 11 /shell/cmdline/10\ntest cmdline: foo \"yada yada \\$\\\"\"\nok 12 /shell/cmdline/11\ntest cmdline: foo \"c:\\\\\"\nok 13 /shell/cmdline/12\ntest cmdline: foo # bla bla bla\n bar\nok 14 /shell/cmdline/13\ntest cmdline: foo a#b\nok 15 /shell/cmdline/14\ntest cmdline: #foo\nok 16 /shell/cmdline/15\ntest cmdline: foo bar \\\nok 17 /shell/cmdline/16\ntest cmdline: foo 'bar baz\nok 18 /shell/cmdline/17\ntest cmdline: foo '\"bar\" baz\nok 19 /shell/cmdline/18\ntest cmdline: \nok 20 /shell/cmdline/19\ntest cmdline:   \nok 21 /shell/cmdline/20\ntest cmdline: # foo bar\nok 22 /shell/cmdline/21\ntest cmdline: foo '/bar/summer'\\''09 tours.pdf'\nok 23 /shell/cmdline/22\n# End of cmdline tests\n# Start of quote tests\nok 24 /shell/quote/0\nok 25 /shell/quote/1\nok 26 /shell/quote/2\nok 27 /shell/quote/3\nok 28 /shell/quote/4\nok 29 /shell/quote/5\nok 30 /shell/quote/6\n# End of quote tests\n# Start of unquote tests\nok 31 /shell/unquote/0\nok 32 /shell/unquote/1\nok 33 /shell/unquote/2\nok 34 /shell/unquote/3\nok 35 /shell/unquote/4\nok 36 /shell/unquote/5\nok 37 /shell/unquote/6\nok 38 /shell/unquote/7\nok 39 /shell/unquote/8\nok 40 /shell/unquote/9\nok 41 /shell/unquote/10\nok 42 /shell/unquote/11\nok 43 /shell/unquote/12\nok 44 /shell/unquote/13\nok 45 /shell/unquote/14\nok 46 /shell/unquote/15\nok 47 /shell/unquote/16\nok 48 /shell/unquote/17\nok 49 /shell/unquote/18\nok 50 /shell/unquote/19\nok 51 /shell/unquote/20\n# End of unquote tests\n# End of shell tests\nPASS: glib/shell.test\nRunning test: glib/basic-signals.test\nTAP version 14\n# random seed: R02S0c46c7841c4a366a44ceb212ac86f410\n1..1\n# Start of gobject tests\nok 1 /gobject/basic-signals\n# End of gobject tests\nPASS: glib/basic-signals.test\nRunning test: glib/include.test\nTAP version 14\n# random seed: R02S3b4b5e8b7f50cb4d562a8572f11428d7\n1..1\n# Start of include tests\nok 1 /include/rwlock\n# End of include tests\nPASS: glib/include.test\nRunning test: glib/cxx-98.test\nTAP version 14\n# random seed: R02S790438d947fb1690813d65767250c6fd\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-98.test\nRunning test: glib/live-g-file.test\nTAP version 14\n# random seed: R02S85c21b13795f0644693df77fff7b76c3\n1..13\n# Start of live-g-file tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/prep_clean_structure/.dirs/runtime\n#   Cleaning target testing structure in '/var/volatile/tmp/testdir_live-g-file'...\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /live-g-file/prep_clean_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/create_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/create_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/create_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/create_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/create_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/create_structure/.dirs/runtime\n# \n#   Going to create testing structure in '/var/volatile/tmp/testdir_live-g-file'...\n#     Creating directory 'dir1'...\n#     Creating directory 'dir1/subdir'...\n#     Creating directory 'dir2'...\n#     Creating directory 'dir-target'...\n#     Creating directory 'dir_no-access'...\n#     Creating directory 'dir_no-write'...\n#     Creating file 'target-file'...\n#     Creating file 'normal_file'...\n#     Creating symlink 'normal_file-symlink' --> 'normal_file'...\n#     Creating file 'executable_file'...\n#     Creating file 'private_file'...\n#     Creating file 'normal_file2'...\n#     Creating file 'readonly_file'...\n#     Creating file 'UTF_pr?i?lis? z'...\n#     Creating directory 'dir_pr?i?lis? z'...\n#     Creating symlink 'lost_symlink' --> 'nowhere'...\n#     Creating directory 'dir_hidden'...\n#     Creating file 'dir_hidden/.a-hidden-file'...\n#     Creating file 'dir_hidden/file-in-.hidden1'...\n#     Creating file 'dir_hidden/file-in-.hidden2'...\n#     Creating pattern file...\n#  done.\nok 2 /live-g-file/create_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_initial_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_initial_structure/.dirs/runtime\n#   Testing sample structure in '/var/volatile/tmp/testdir_live-g-file'...\n#     Testing file 'dir1'...\n#     Testing file 'dir1/subdir'...\n#     Testing file 'dir2'...\n#     Testing file 'dir-target'...\n#     Testing file 'dir_no-access'...\n#     Testing file 'dir_no-write'...\n#     Testing file 'target-file'...\n#     Testing file 'normal_file'...\n#     Testing file 'normal_file-symlink'...\n#     Testing file 'executable_file'...\n#     Testing file 'private_file'...\n#     Testing file 'normal_file2'...\n#     Testing file 'readonly_file'...\n#     Testing file 'UTF_pr?i?lis? z'...\n#     Testing file 'dir_pr?i?lis? z'...\n#     Testing file 'lost_symlink'...\n#     Testing file 'dir_hidden'...\n#     Testing file 'dir_hidden/.a-hidden-file'...\n#     Testing file 'dir_hidden/file-in-.hidden1'...\n#     Testing file 'dir_hidden/file-in-.hidden2'...\n#     Testing pattern file...\n#       read 65536 bytes, total = 65536 of 65536.\nok 3 /live-g-file/test_initial_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_traverse_structure/.dirs/runtime\n#   Traversing through the sample structure in '/var/volatile/tmp/testdir_live-g-file'...\n#   Found file dir1, relative to root: dir1\n#   Found file subdir, relative to root: dir1/subdir\n#   Found file dir2, relative to root: dir2\n#   Found file dir-target, relative to root: dir-target\n#   Found file dir_no-access, relative to root: dir_no-access\n#   Found file dir_no-write, relative to root: dir_no-write\n#   Found file target-file, relative to root: target-file\n#   Found file normal_file, relative to root: normal_file\n#   Found file normal_file-symlink, relative to root: normal_file-symlink\n#   Found file executable_file, relative to root: executable_file\n#   Found file private_file, relative to root: private_file\n#   Found file normal_file2, relative to root: normal_file2\n#   Found file readonly_file, relative to root: readonly_file\n#   Found file UTF_pr?i?lis? z, relative to root: UTF_pr?i?lis? z\n#   Found file dir_pr?i?lis? z, relative to root: dir_pr?i?lis? z\n#   Found file lost_symlink, relative to root: lost_symlink\n#   Found file dir_hidden, relative to root: dir_hidden\n#   Found file .a-hidden-file, relative to root: dir_hidden/.a-hidden-file\n#   Found file file-in-.hidden1, relative to root: dir_hidden/file-in-.hidden1\n#   Found file .hidden, relative to root: dir_hidden/.hidden\n#   Found file file-in-.hidden2, relative to root: dir_hidden/file-in-.hidden2\n#   Found file pattern_file, relative to root: pattern_file\nok 4 /live-g-file/test_traverse_structure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_enumerate/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_enumerate/.dirs/runtime\n#   Test enumerate '/var/volatile/tmp/testdir_live-g-file'...\n#     Testing file 'dir_no-access'\n#     Testing file 'normal_file'\n#     Testing file 'normal_file-symlink'\n#     Testing file 'not_exists'\n#     Testing file 'not_exists'\n#     Testing file 'not_exists2'\n#     Testing file 'not_exists3'\n#     Testing file 'not_exists4'\n#     Testing file 'dir_no-execute/file'\nok 5 /live-g-file/test_enumerate\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_open/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_open/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_open/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_open/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_open/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_open/.dirs/runtime\n#   test_open: 'dir1'\n#   test_open: 'dir_no-access'\n#   test_open: 'target-file'\n#   test_open: 'normal_file-symlink'\n#   test_open: 'executable_file'\n#   test_open: 'private_file'\n#   test_open: 'readonly_file'\n#   test_open: 'UTF_pr?i?lis? z'\n#   test_open: 'pattern_file'\n#   test_open: 'not_exists'\n#   test_open: 'dir_no-execute/file'\n#   test_open: 'lost_symlink'\nok 6 /live-g-file/test_open\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_create/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_create/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_create/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_create/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_create/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_create/.dirs/runtime\n#   test_create: 'dir1'\n#        error code 3 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir1?: Is a directory\n#   test_create: 'dir1/subdir'\n#        error code 3 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir1/subdir?: Is a directory\n#   test_create: 'dir2'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir2?: File exists\n#   test_create: 'normal_file'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/normal_file?: File exists\n#   test_create: 'executable_file'\n#   test_create: 'private_file'\n#   test_create: 'normal_file2'\n#   test_create: 'UTF_pr?i?lis? z'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/UTF_pr?i?lis? z?: File exists\n#   test_create: 'dir_pr?i?lis? z'\n#        error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_pr?i?lis? z?: File exists\n#   test_create: 'pattern_file'\n#   test_create: 'not_exists2'\n#   test_create: 'not_exists3'\n#   test_create: 'not_exists4'\nok 7 /live-g-file/test_create\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_copy_move/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_copy_move/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'dir-target'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> '.'\n#        res = 0, error code 2 = Target file exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'target-file'\n#        res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/target-file/dir1/subdir?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'not_exists'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'dir_no-access'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir1/subdir' --> 'dir_no-write'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir2' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'dir-target'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> '.'\n#        res = 0, error code 2 = Target file exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'target-file'\n#        res = 0, error code 4 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/target-file/dir-target?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'not_exists'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'dir_no-access'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'dir-target' --> 'dir_no-write'\n#        res = 0, error code 25 = Can?t recursively copy directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/target-file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/target-file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/target-file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'target-file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/target-file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> '.'\n#        res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/normal_file-symlink: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'target-file'\n#        res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/target-file/normal_file-symlink: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'not_exists'\n#        res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/not_exists/normal_file-symlink: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'dir_no-access'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-access/normal_file-symlink: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file-symlink' --> 'dir_no-write'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-write/normal_file-symlink: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/executable_file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/executable_file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/executable_file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/executable_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'executable_file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/executable_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/private_file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/private_file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/private_file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/private_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'private_file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/private_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/normal_file2?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/normal_file2?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/normal_file2?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/normal_file2?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'normal_file2' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/normal_file2?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/UTF_pr?i?lis? z?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/UTF_pr?i?lis? z?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/UTF_pr?i?lis? z?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/UTF_pr?i?lis? z?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'UTF_pr?i?lis? z' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/UTF_pr?i?lis? z?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> '.'\n#        res = 0, error code 2 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/pattern_file?: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'target-file'\n#        res = 0, error code 4 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/target-file/pattern_file?: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'not_exists'\n#        res = 0, error code 1 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/not_exists/pattern_file?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'dir_no-access'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-access/pattern_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'pattern_file' --> 'dir_no-write'\n#        res = 0, error code 14 = Error opening file ?/var/volatile/tmp/testdir_live-g-file/dir_no-write/pattern_file?: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir-target'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> '.'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'target-file'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'not_exists'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir_no-access'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir_no-write'\n#        res = 0, error code 1 = Error when getting information for file ?/var/volatile/tmp/testdir_live-g-file/not_exists?: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'not_exists' --> 'dir-target'\n#        res = 0, error code 1 = Error moving file /var/volatile/tmp/testdir_live-g-file/not_exists: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'dir-target'\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> '.'\n#        res = 0, error code 2 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/lost_symlink: File exists\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'target-file'\n#        res = 0, error code 4 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/target-file/lost_symlink: Not a directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'not_exists'\n#        res = 0, error code 1 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/not_exists/lost_symlink: No such file or directory\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'dir_no-access'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-access/lost_symlink: Permission denied\n# We do not have CAP_DAC_OVERRIDE or equivalent\n#     do_copy_move: 'lost_symlink' --> 'dir_no-write'\n#        res = 0, error code 14 = Error making symbolic link /var/volatile/tmp/testdir_live-g-file/dir_no-write/lost_symlink: Permission denied\nok 8 /live-g-file/test_copy_move\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_delete/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_delete/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_delete/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_delete/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_delete/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_delete/.dirs/runtime\n#   Deleting dir1, path = /var/volatile/tmp/testdir_live-g-file/dir1\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/dir1: Directory not empty\n#   Deleting dir2, path = /var/volatile/tmp/testdir_live-g-file/dir2\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/dir2: No such file or directory\n#   Deleting executable_file, path = /var/volatile/tmp/testdir_live-g-file/executable_file\n#       result = 0, error = Error trashing file /var/volatile/tmp/testdir_live-g-file/executable_file: No such file or directory\n#   Deleting readonly_file, path = /var/volatile/tmp/testdir_live-g-file/readonly_file\n#   Deleting dir_pr?i?lis? z, path = /var/volatile/tmp/testdir_live-g-file/dir_pr?i?lis? z\n#   Deleting not_exists, path = /var/volatile/tmp/testdir_live-g-file/not_exists\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/not_exists: No such file or directory\n#   Deleting not_exists, path = /var/volatile/tmp/testdir_live-g-file/not_exists\n#       result = 0, error = Error trashing file /var/volatile/tmp/testdir_live-g-file/not_exists: No such file or directory\n#   Deleting dir_no-execute/file, path = /var/volatile/tmp/testdir_live-g-file/dir_no-execute/file\n#       result = 0, error = Error removing file /var/volatile/tmp/testdir_live-g-file/dir_no-execute/file: No such file or directory\n#   Deleting lost_symlink, path = /var/volatile/tmp/testdir_live-g-file/lost_symlink\nok 9 /live-g-file/test_delete\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_make_directory_with_parents/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 10 /live-g-file/test_make_directory_with_parents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/final_clean/.dirs/system-config1:/var/volatile/tmp/live-g-file/final_clean/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/final_clean/.dirs/system-data1:/var/volatile/tmp/live-g-file/final_clean/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/final_clean/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/final_clean/.dirs/runtime\n#   Cleaning target testing structure in '/var/volatile/tmp/testdir_live-g-file'...\n#     deleting 'dir1'\n#     deleting 'subdir'\n#     deleting 'dir-target'\n#     deleting 'dir2'\n#     deleting 'target-file'\n#     deleting 'normal_file-symlink'\n#     deleting 'executable_file'\n#     deleting 'private_file'\n#     deleting 'normal_file2'\n#     deleting 'UTF_pr?i?lis? z'\n#     deleting 'pattern_file'\n#     deleting 'lost_symlink'\n#     deleting 'dir_no-access'\n#     deleting 'dir_no-write'\n#     deleting 'target-file'\n#     deleting 'normal_file'\n#     deleting 'normal_file-symlink'\n#     deleting 'executable_file~'\n#     deleting 'private_file'\n#     deleting 'normal_file2~'\n#     deleting 'UTF_pr?i?lis? z'\n#     deleting 'dir_hidden'\n#     deleting '.a-hidden-file'\n#     deleting 'file-in-.hidden1'\n#     deleting '.hidden'\n#     deleting 'file-in-.hidden2'\n#     deleting 'pattern_file'\n#     deleting 'executable_file'\n#     deleting 'normal_file2'\n#     deleting 'not_exists2'\n#     deleting 'not_exists3'\n#     deleting 'not_exists4'\n#     deleting 'a'\nok 11 /live-g-file/final_clean\n# Start of test_unix_is_mountpoint tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/sysroot/.dirs/runtime\nok 12 /live-g-file/test_unix_is_mountpoint/sysroot\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-config1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-data1:/var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/live-g-file/test_unix_is_mountpoint/proc/.dirs/runtime\nok 13 /live-g-file/test_unix_is_mountpoint/proc\n# End of test_unix_is_mountpoint tests\n# End of live-g-file tests\nPASS: glib/live-g-file.test\nRunning test: glib/macros.test\nTAP version 14\n# random seed: R02S0cff1daff597150658543a9dfa166131\n1..3\n# Start of alignof tests\nok 1 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 2 /assert/static\n# End of assert tests\n# Start of struct tests\nok 3 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros.test\nRunning test: glib/resolver-parsing.test\nTAP version 14\n# random seed: R02S80b7edc05a68851458d3731e02138bd1\n1..21\n# Start of gresolver tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/invalid-header/.dirs/system-config1:/var/volatile/tmp/gresolver/invalid-header/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/invalid-header/.dirs/system-data1:/var/volatile/tmp/gresolver/invalid-header/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/invalid-header/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/invalid-header/.dirs/runtime\nok 1 /gresolver/invalid-header\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/record-ownership/.dirs/system-config1:/var/volatile/tmp/gresolver/record-ownership/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/record-ownership/.dirs/system-data1:/var/volatile/tmp/gresolver/record-ownership/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/record-ownership/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/record-ownership/.dirs/runtime\nok 2 /gresolver/record-ownership\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-config1:/var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-data1:/var/volatile/tmp/gresolver/unknown-record-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/unknown-record-type/.dirs/runtime\n# GLib-GIO-DEBUG: Unrecognized DNS record type 20\nok 3 /gresolver/unknown-record-type\n# Start of mx tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/valid/.dirs/runtime\nok 4 /gresolver/mx/valid\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/invalid/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/invalid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/invalid/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/invalid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/invalid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/invalid/.dirs/runtime\nok 5 /gresolver/mx/invalid\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/invalid/too-short/.dirs/runtime\nok 6 /gresolver/mx/invalid/too-short\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-config1:/var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-data1:/var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/mx/invalid/too-short2/.dirs/runtime\nok 7 /gresolver/mx/invalid/too-short2\n# End of invalid tests\n# End of mx tests\n# Start of ns tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/ns/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/ns/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/ns/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/ns/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/ns/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/ns/valid/.dirs/runtime\nok 8 /gresolver/ns/valid\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/ns/invalid/.dirs/system-config1:/var/volatile/tmp/gresolver/ns/invalid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/ns/invalid/.dirs/system-data1:/var/volatile/tmp/gresolver/ns/invalid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/ns/invalid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/ns/invalid/.dirs/runtime\nok 9 /gresolver/ns/invalid\n# End of ns tests\n# Start of soa tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/valid/.dirs/runtime\nok 10 /gresolver/soa/valid\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/invalid/mname/.dirs/runtime\nok 11 /gresolver/soa/invalid/mname\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/invalid/rname/.dirs/runtime\nok 12 /gresolver/soa/invalid/rname\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-config1:/var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-data1:/var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/soa/invalid/too-short/.dirs/runtime\nok 13 /gresolver/soa/invalid/too-short\n# End of invalid tests\n# End of soa tests\n# Start of srv tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/valid/.dirs/runtime\nok 14 /gresolver/srv/valid\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/invalid/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/invalid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/invalid/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/invalid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/invalid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/invalid/.dirs/runtime\nok 15 /gresolver/srv/invalid\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/invalid/too-short/.dirs/runtime\nok 16 /gresolver/srv/invalid/too-short\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-config1:/var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-data1:/var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/srv/invalid/too-short2/.dirs/runtime\nok 17 /gresolver/srv/invalid/too-short2\n# End of invalid tests\n# End of srv tests\n# Start of txt tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/valid/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/valid/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/valid/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/valid/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/valid/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/valid/.dirs/runtime\nok 18 /gresolver/txt/valid\n# Start of valid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/valid/multiple-strings/.dirs/runtime\nok 19 /gresolver/txt/valid/multiple-strings\n# End of valid tests\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/invalid/empty/.dirs/runtime\nok 20 /gresolver/txt/invalid/empty\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-config1:/var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-data1:/var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gresolver/txt/invalid/overflow/.dirs/runtime\nok 21 /gresolver/txt/invalid/overflow\n# End of invalid tests\n# End of txt tests\n# End of gresolver tests\nPASS: glib/resolver-parsing.test\nRunning test: glib/tls-interaction.test\nTAP version 14\n# random seed: R02S87770e5340cd4c9ce6e1c286a30b0b50\n1..42\n# Start of tls-interaction tests\n# Start of ask-password tests\n# Start of invoke-with-loop tests\nok 1 /tls-interaction/ask-password/invoke-with-loop/unhandled-implementation\nok 2 /tls-interaction/ask-password/invoke-with-loop/async-implementation-success\nok 3 /tls-interaction/ask-password/invoke-with-loop/async-implementation-failure\nok 4 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-success\nok 5 /tls-interaction/ask-password/invoke-with-loop/sync-implementation-failure\n# End of invoke-with-loop tests\n# Start of invoke-without-loop tests\nok 6 /tls-interaction/ask-password/invoke-without-loop/unhandled-implementation\nok 7 /tls-interaction/ask-password/invoke-without-loop/async-implementation-success\nok 8 /tls-interaction/ask-password/invoke-without-loop/async-implementation-failure\nok 9 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-success\nok 10 /tls-interaction/ask-password/invoke-without-loop/sync-implementation-failure\n# End of invoke-without-loop tests\n# Start of invoke-in-loop tests\nok 11 /tls-interaction/ask-password/invoke-in-loop/unhandled-implementation\nok 12 /tls-interaction/ask-password/invoke-in-loop/async-implementation-success\nok 13 /tls-interaction/ask-password/invoke-in-loop/async-implementation-failure\nok 14 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-success\nok 15 /tls-interaction/ask-password/invoke-in-loop/sync-implementation-failure\n# End of invoke-in-loop tests\n# Start of sync tests\nok 16 /tls-interaction/ask-password/sync/unhandled-implementation\nok 17 /tls-interaction/ask-password/sync/sync-implementation-success\nok 18 /tls-interaction/ask-password/sync/sync-implementation-failure\n# End of sync tests\n# Start of async tests\nok 19 /tls-interaction/ask-password/async/unhandled-implementation\nok 20 /tls-interaction/ask-password/async/async-implementation-success\nok 21 /tls-interaction/ask-password/async/async-implementation-failure\n# End of async tests\n# End of ask-password tests\n# Start of request-certificate tests\n# Start of invoke-with-loop tests\nok 22 /tls-interaction/request-certificate/invoke-with-loop/unhandled-implementation\nok 23 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-success\nok 24 /tls-interaction/request-certificate/invoke-with-loop/async-implementation-failure\nok 25 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-success\nok 26 /tls-interaction/request-certificate/invoke-with-loop/sync-implementation-failure\n# End of invoke-with-loop tests\n# Start of invoke-without-loop tests\nok 27 /tls-interaction/request-certificate/invoke-without-loop/unhandled-implementation\nok 28 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-success\nok 29 /tls-interaction/request-certificate/invoke-without-loop/async-implementation-failure\nok 30 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-success\nok 31 /tls-interaction/request-certificate/invoke-without-loop/sync-implementation-failure\n# End of invoke-without-loop tests\n# Start of invoke-in-loop tests\nok 32 /tls-interaction/request-certificate/invoke-in-loop/unhandled-implementation\nok 33 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-success\nok 34 /tls-interaction/request-certificate/invoke-in-loop/async-implementation-failure\nok 35 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-success\nok 36 /tls-interaction/request-certificate/invoke-in-loop/sync-implementation-failure\n# End of invoke-in-loop tests\n# Start of sync tests\nok 37 /tls-interaction/request-certificate/sync/unhandled-implementation\nok 38 /tls-interaction/request-certificate/sync/sync-implementation-success\nok 39 /tls-interaction/request-certificate/sync/sync-implementation-failure\n# End of sync tests\n# Start of async tests\nok 40 /tls-interaction/request-certificate/async/unhandled-implementation\nok 41 /tls-interaction/request-certificate/async/async-implementation-success\nok 42 /tls-interaction/request-certificate/async/async-implementation-failure\n# End of async tests\n# End of request-certificate tests\n# End of tls-interaction tests\nPASS: glib/tls-interaction.test\nRunning test: glib/fileattributematcher.test\nTAP version 14\n# random seed: R02Scdd4677f008f479044f1f92965afe18e\n1..3\n# Start of fileattributematcher tests\nok 1 /fileattributematcher/exact\nok 2 /fileattributematcher/equality\nok 3 /fileattributematcher/subtract\n# End of fileattributematcher tests\nPASS: glib/fileattributematcher.test\nRunning test: glib/buffered-output-stream.test\nTAP version 14\n# random seed: R02S0ca812dd3e0ea00afb0289f73474868b\n1..5\n# Start of buffered-output-stream tests\nok 1 /buffered-output-stream/write\nok 2 /buffered-output-stream/grow\nok 3 /buffered-output-stream/seek\nok 4 /buffered-output-stream/truncate\n# End of buffered-output-stream tests\n# Start of filter-output-stream tests\nok 5 /filter-output-stream/close\n# End of filter-output-stream tests\nPASS: glib/buffered-output-stream.test\nRunning test: glib/autoptr-gio.test\nTAP version 14\n# random seed: R02Sb6328285c36c2b0c7027d8dcb1619e28\n1..1\n# Start of autoptr tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /autoptr/autoptr\n# End of autoptr tests\nPASS: glib/autoptr-gio.test\nRunning test: glib/socket.test\nTAP version 14\n# random seed: R02Sf32115463a92a33c37c5ced1babe4c19\n1..28\n# Start of socket tests\nok 1 /socket/ipv4_sync\n# slow test /socket/ipv4_sync executed in 1.00 secs\nExecuting: glib/socket.test\nok 2 /socket/ipv4_async\n# slow test /socket/ipv4_async executed in 1.00 secs\nok 3 /socket/ipv6_sync\nok 4 /socket/ipv6_async\nok 5 /socket/ipv6_v4mapped\nok 6 /socket/close_graceful\n# slow test /socket/close_graceful executed in 1.00 secs\nok 7 /socket/timed_wait # SKIP Not running timing heavy test\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=741707\nok 8 /socket/fd_reuse\nok 9 /socket/address\nok 10 /socket/unix-from-fd\nok 11 /socket/unix-connection\nok 12 /socket/unix-connection-ancillary-data\nok 13 /socket/source-postmortem\nok 14 /socket/read_write\nok 15 /socket/read_writev\n# /socket/receive_bytes summary: Test basic functionality of g_socket_receive_bytes()\nok 16 /socket/receive_bytes\n# /socket/receive_bytes_from summary: Test basic functionality of g_socket_receive_bytes_from()\nok 17 /socket/receive_bytes_from\n# Start of ipv4_sync tests\nok 18 /socket/ipv4_sync/datagram\n# Start of datagram tests\nok 19 /socket/ipv4_sync/datagram/timeouts\n# slow test /socket/ipv4_sync/datagram/timeouts executed in 1.10 secs\n# End of datagram tests\n# End of ipv4_sync tests\n# Start of ipv6_sync tests\nok 20 /socket/ipv6_sync/datagram\n# Start of datagram tests\nok 21 /socket/ipv6_sync/datagram/timeouts\n# slow test /socket/ipv6_sync/datagram/timeouts executed in 1.10 secs\n# End of datagram tests\n# End of ipv6_sync tests\n# Start of reuse tests\nok 22 /socket/reuse/tcp\nok 23 /socket/reuse/udp\n# End of reuse tests\n# Start of get_available tests\nok 24 /socket/get_available/datagram\nok 25 /socket/get_available/stream\n# End of get_available tests\n# Start of credentials tests\n# Supported on this OS: GCredentials:linux-ucred:pid=0\nok 26 /socket/credentials/tcp_client\n# Supported on this OS: GCredentials:linux-ucred:pid=0\nok 27 /socket/credentials/tcp_server\n# Supported on this OS: GCredentials:linux-ucred:pid=1406,uid=1000,gid=1000\nok 28 /socket/credentials/unix_socketpair\n# End of credentials tests\n# End of socket tests\nPASS: glib/socket.test\nRunning test: glib/struct-info.test\nTAP version 14\n# random seed: R02Sb3e08e33b5396e80ab35d2371ed60b6d\n1..4\n# Start of struct-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/field-iterators/.dirs/system-config1:/var/volatile/tmp/struct-info/field-iterators/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/field-iterators/.dirs/system-data1:/var/volatile/tmp/struct-info/field-iterators/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/field-iterators/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/field-iterators/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/field-iterators summary: Test iterating through a struct's fields with gi_struct_info_get_field()\nok 1 /struct-info/field-iterators\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-config1:/var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-data1:/var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/sizeof-gvalue/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/sizeof-gvalue summary: Test that gi_struct_info_get_size() reports the correct sizeof GValue\nok 2 /struct-info/sizeof-gvalue\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-config1:/var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-data1:/var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/is-pointer-for-struct-method-arg/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/is-pointer-for-struct-method-arg summary: Test that a struct method reports the correct type with gi_type_info_is_pointer()\nok 3 /struct-info/is-pointer-for-struct-method-arg\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/struct-info/boxed/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/struct-info/boxed/.dirs/system-config1:/var/volatile/tmp/struct-info/boxed/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/struct-info/boxed/.dirs/system-data1:/var/volatile/tmp/struct-info/boxed/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/struct-info/boxed/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/struct-info/boxed/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /struct-info/boxed summary: Test that a boxed struct is recognised as such\nok 4 /struct-info/boxed\n# End of struct-info tests\nPASS: glib/struct-info.test\nRunning test: glib/init.test\nTAP version 14\n# random seed: R02S7dd7396a8b7761ef6e7a84e22c27edf3\n1..2\n# Start of thread tests\n# Start of deprecated tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/thread/deprecated/init/.dirs/system-config1:/var/volatile/tmp/thread/deprecated/init/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/thread/deprecated/init/.dirs/system-data1:/var/volatile/tmp/thread/deprecated/init/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/thread/deprecated/init/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/thread/deprecated/init/.dirs/runtime\nok 1 /thread/deprecated/init\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-config1:/var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-data1:/var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/thread/deprecated/init-with-errorcheck-mutexes/.dirs/runtime\nok 2 /thread/deprecated/init-with-errorcheck-mutexes\n# End of deprecated tests\n# End of thread tests\nPASS: glib/init.test\nRunning test: glib/properties-refcount1.test\nTAP version 14\n# random seed: R02S4e979a8c12c06b4ee8e23456b6805736\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# .d\n# .e\n# .b\n# .f\n# .c\n# .d\n# .b\n# .e\n# .f\n# .c\n# .d\n# .e\n# .b\n# .f\n# .c\n# .d\n# .b\n# .f\n# .e\n# .c\n# .d\n# .b\n# .f\n# .c\n# .e\n# .f\n# .b\n# .d\n# .c\n# .e\n# .f\n# .d\n# .b\n# .e\n# .c\n# .d\n# .f\n# .b\n# .e\n# .c\n# .f\n# .b\n# .d\n# .e\n# .c\n# .b\n# .f\n# .d\n# .e\n# .c\n# .b\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .c\n# .b\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .b\n# .c\n# .f\n# .d\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .b\nExecuting: glib/properties-refcount1.test\n# .c\n# .d\n# .f\n# .e\n# .b\n# .b\n# .d\n# .c\n# .f\n# .e\n# .d\n# .b\n# .c\n# .f\n# .e\n# .d\n# .c\n# .f\n# .b\n# .e\n# .c\n# .f\n# .d\n# .b\n# .f\n# .d\n# .e\n# .c\n# .f\n# .b\n# .e\n# .d\n# .c\n# .b\n# .f\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .c\n# .b\n# .d\n# .f\n# .e\n# .b\n# .c\n# .d\n# .e\n# .f\n# .b\n# .c\n# .d\n# .e\n# .f\n# .b\n# .c\n# .d\n# .e\n# .f\n# .b\n# .d\n# .c\n# .b\n# .f\n# .e\n# .d\n# .c\n# .b\n# .f\n# .e\n# .d\n# .f\n# .b\n# .c\n# .e\n# .d\n# .c\n# .f\n# .b\n# .e\n# .f\n# .d\n# .b\n# .c\n# .e\n# .f\n# .b\n# .c\n# .d\n# .e\n# .b\n# .d\n# .f\n# .c\n# .e\n# .d\n# .b\n# .f\n# .c\n# .e\n# .d\n# .b\n# .f\n# .c\n# .e\n# .b\n# .d\n# .f\n# .e\n# .b\n# .c\n# .d\n# .f\n# .e\n# .c\n# .b\n# .d\n# .f\n# .c\n# .b\n# .e\n# .d\n# .b\n# .c\n# .f\n# .e\n# .d\n# .b\n# .e\n# .c\n# .f\n# .d\n# .b\n# .e\n# .c\n# .f\n# .d\n# .b\n# .e\n# .c\n# .d\n# .f\n# .b\n# .c\n# .e\n# .f\n# .b\n# .d\nok 1 /gobject/refcount/properties-1\n# slow test /gobject/refcount/properties-1 executed in 3.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount1.test\nRunning test: glib/unicode-normalize.test\nTAP version 14\n# random seed: R02S94294dedd99fb58024077c53b83a3f42\n1..3\n# Start of unicode tests\n# Processing Part0 # Specific cases\n# Processing Part1 # Character by character test\n# Processing Part2 # Canonical Order Test\n# Processing Part3 # PRI #29 Test\n# Processing Part4 # Canonical closures (excluding Hangul)\n# Processing Part5 # Chained primary composites\nok 1 /unicode/normalize\n# Invalid UTF-8 vector 0\n# Invalid UTF-8 vector 1\n# Invalid UTF-8 vector 2\n# Invalid UTF-8 vector 3\n# Invalid UTF-8 vector 4\n# Invalid UTF-8 vector 5\n# Invalid UTF-8 vector 6\n# Invalid UTF-8 vector 7\n# Invalid UTF-8 vector 8\n# Invalid UTF-8 vector 9\n# Invalid UTF-8 vector 10\n# Invalid UTF-8 vector 11\n# Invalid UTF-8 vector 12\nok 2 /unicode/normalize-invalid\n# Start of normalize tests\nok 3 /unicode/normalize/bad-length\n# End of normalize tests\n# End of unicode tests\nPASS: glib/unicode-normalize.test\nRunning test: glib/signal-handler.test\nTAP version 14\n# random seed: R02S8a958653fd443b5d5bb2dea18237d7a6\n1..7\n# Start of signal tests\n# Start of handler tests\n# min perf: connected 1 handlers in  0.000 seconds\nok 1 /signal/handler/connect-many\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 2 /signal/handler/disconnect-many-ordered\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 3 /signal/handler/disconnect-many-inverse\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 4 /signal/handler/disconnect-many-random\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 5 /signal/handler/disconnect-2-signals\n# min perf: disconnected 1 handlers in  0.000 seconds\nok 6 /signal/handler/disconnect-2-objects\n# min perf: blocked and unblocked 1 handlers in  0.000 seconds\nok 7 /signal/handler/block-many\n# End of handler tests\n# End of signal tests\nPASS: glib/signal-handler.test\nRunning test: glib/regex.test\nTAP version 14\n# random seed: R02S8818e5e8471b4c2ebaa8798077ccdc71\n1..848\n# Start of regex tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 1 /regex/properties\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 2 /regex/class\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 3 /regex/lookahead\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 4 /regex/lookbehind\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 5 /regex/subpattern\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 6 /regex/condition\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 7 /regex/recursion\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=640489\nok 8 /regex/multiline\nok 9 /regex/explicit-crlf\nok 10 /regex/max-lookbehind\nok 11 /regex/compile-errors\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 12 /regex/jit-unsupported-matching\n# /regex/unmatched-named-subpattern summary: Test that unmatched subpatterns can still be queried\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2881\nok 13 /regex/unmatched-named-subpattern\n# /regex/compiled-regex-after-jit-failure summary: Test that failed OPTIMIZE regex doesn't cause issues on subsequent matches\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2824\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 14 /regex/compiled-regex-after-jit-failure\n# Start of new tests\nok 15 /regex/new/1\nok 16 /regex/new/2\nok 17 /regex/new/3\nok 18 /regex/new/4\nok 19 /regex/new/5\nok 20 /regex/new/6\nok 21 /regex/new/7\nok 22 /regex/new/8\nok 23 /regex/new/9\nok 24 /regex/new/10\nok 25 /regex/new/11\nok 26 /regex/new/12\nok 27 /regex/new/13\nok 28 /regex/new/14\nok 29 /regex/new/15\nok 30 /regex/new/16\nok 31 /regex/new/17\nok 32 /regex/new/18\nok 33 /regex/new/19\nok 34 /regex/new/71\nok 35 /regex/new/80\nok 36 /regex/new/82\n# End of new tests\n# Start of new-check-flags tests\nok 37 /regex/new-check-flags/20\nok 38 /regex/new-check-flags/21\nok 39 /regex/new-check-flags/22\nok 40 /regex/new-check-flags/23\nok 41 /regex/new-check-flags/24\nok 42 /regex/new-check-flags/25\nok 43 /regex/new-check-flags/26\nok 44 /regex/new-check-flags/27\nok 45 /regex/new-check-flags/28\nok 46 /regex/new-check-flags/29\nok 47 /regex/new-check-flags/30\nok 48 /regex/new-check-flags/31\nok 49 /regex/new-check-flags/32\nok 50 /regex/new-check-flags/33\nok 51 /regex/new-check-flags/34\nok 52 /regex/new-check-flags/35\nok 53 /regex/new-check-flags/36\n# End of new-check-flags tests\n# Start of new-fail tests\nok 54 /regex/new-fail/37\nok 55 /regex/new-fail/38\nok 56 /regex/new-fail/39\nok 57 /regex/new-fail/40\nok 58 /regex/new-fail/41\nok 59 /regex/new-fail/42\nok 60 /regex/new-fail/43\nok 61 /regex/new-fail/44\nok 62 /regex/new-fail/45\nok 63 /regex/new-fail/46\nok 64 /regex/new-fail/47\nok 65 /regex/new-fail/48\nok 66 /regex/new-fail/49\nok 67 /regex/new-fail/50\nok 68 /regex/new-fail/51\nok 69 /regex/new-fail/52\nok 70 /regex/new-fail/53\nok 71 /regex/new-fail/54\nok 72 /regex/new-fail/55\nok 73 /regex/new-fail/56\nok 74 /regex/new-fail/57\nok 75 /regex/new-fail/58\nok 76 /regex/new-fail/59\nok 77 /regex/new-fail/60\nok 78 /regex/new-fail/61\nok 79 /regex/new-fail/62\nok 80 /regex/new-fail/63\nok 81 /regex/new-fail/64\nok 82 /regex/new-fail/65\nok 83 /regex/new-fail/66\nok 84 /regex/new-fail/67\nok 85 /regex/new-fail/68\nok 86 /regex/new-fail/69\nok 87 /regex/new-fail/70\nok 88 /regex/new-fail/72\nok 89 /regex/new-fail/73\nok 90 /regex/new-fail/74\nok 91 /regex/new-fail/75\nok 92 /regex/new-fail/76\nok 93 /regex/new-fail/77\nok 94 /regex/new-fail/78\nok 95 /regex/new-fail/79\nok 96 /regex/new-fail/81\nok 97 /regex/new-fail/83\nok 98 /regex/new-fail/84\nok 99 /regex/new-fail/85\nok 100 /regex/new-fail/86\nok 101 /regex/new-fail/87\nok 102 /regex/new-fail/88\nok 103 /regex/new-fail/89\nok 104 /regex/new-fail/90\nok 105 /regex/new-fail/91\n# End of new-fail tests\n# Start of match-simple tests\nok 106 /regex/match-simple/92\nok 107 /regex/match-simple/93\nok 108 /regex/match-simple/94\nok 109 /regex/match-simple/95\nok 110 /regex/match-simple/96\nok 111 /regex/match-simple/97\nok 112 /regex/match-simple/98\nok 113 /regex/match-simple/99\nok 114 /regex/match-simple/100\nok 115 /regex/match-simple/101\nok 116 /regex/match-simple/102\nok 117 /regex/match-simple/103\nok 118 /regex/match-simple/104\nok 119 /regex/match-simple/105\nok 120 /regex/match-simple/106\nok 121 /regex/match-simple/107\nok 122 /regex/match-simple/108\nok 123 /regex/match-simple/109\nok 124 /regex/match-simple/110\nok 125 /regex/match-simple/111\nok 126 /regex/match-simple/112\nok 127 /regex/match-simple/113\nok 128 /regex/match-simple/114\nok 129 /regex/match-simple/115\nok 130 /regex/match-simple/116\nok 131 /regex/match-simple/117\nok 132 /regex/match-simple/118\nok 133 /regex/match-simple/119\nok 134 /regex/match-simple/120\nok 135 /regex/match-simple/121\nok 136 /regex/match-simple/122\nok 137 /regex/match-simple/123\nok 138 /regex/match-simple/124\nok 139 /regex/match-simple/125\nok 140 /regex/match-simple/126\nok 141 /regex/match-simple/127\nok 142 /regex/match-simple/128\nok 143 /regex/match-simple/129\nok 144 /regex/match-simple/130\nok 145 /regex/match-simple/131\nok 146 /regex/match-simple/132\nok 147 /regex/match-simple/133\nok 148 /regex/match-simple/134\nok 149 /regex/match-simple/135\nok 150 /regex/match-simple/136\nok 151 /regex/match-simple/137\nok 152 /regex/match-simple/138\nok 153 /regex/match-simple/139\nok 154 /regex/match-simple/140\nok 155 /regex/match-simple/141\nok 156 /regex/match-simple/142\nok 157 /regex/match-simple/143\nok 158 /regex/match-simple/144\nok 159 /regex/match-simple/145\nok 160 /regex/match-simple/146\nok 161 /regex/match-simple/147\nok 162 /regex/match-simple/148\nok 163 /regex/match-simple/149\nok 164 /regex/match-simple/150\nok 165 /regex/match-simple/151\nok 166 /regex/match-simple/152\nok 167 /regex/match-simple/153\nok 168 /regex/match-simple/154\nok 169 /regex/match-simple/155\nok 170 /regex/match-simple/156\nok 171 /regex/match-simple/157\nok 172 /regex/match-simple/158\nok 173 /regex/match-simple/159\nok 174 /regex/match-simple/160\nok 175 /regex/match-simple/161\nok 176 /regex/match-simple/162\nok 177 /regex/match-simple/163\nok 178 /regex/match-simple/164\n# End of match-simple tests\n# Start of match-simple-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 179 /regex/match-simple-optimized/92\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 180 /regex/match-simple-optimized/93\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 181 /regex/match-simple-optimized/94\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 182 /regex/match-simple-optimized/95\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 183 /regex/match-simple-optimized/96\nok 184 /regex/match-simple-optimized/97\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 185 /regex/match-simple-optimized/98\nok 186 /regex/match-simple-optimized/99\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 187 /regex/match-simple-optimized/100\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 188 /regex/match-simple-optimized/101\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 189 /regex/match-simple-optimized/102\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 190 /regex/match-simple-optimized/103\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 191 /regex/match-simple-optimized/104\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 192 /regex/match-simple-optimized/105\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 193 /regex/match-simple-optimized/106\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 194 /regex/match-simple-optimized/107\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 195 /regex/match-simple-optimized/108\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 196 /regex/match-simple-optimized/109\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 197 /regex/match-simple-optimized/110\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 198 /regex/match-simple-optimized/111\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 199 /regex/match-simple-optimized/112\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 200 /regex/match-simple-optimized/113\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 201 /regex/match-simple-optimized/114\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 202 /regex/match-simple-optimized/115\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 203 /regex/match-simple-optimized/116\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 204 /regex/match-simple-optimized/117\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 205 /regex/match-simple-optimized/118\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 206 /regex/match-simple-optimized/119\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 207 /regex/match-simple-optimized/120\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 208 /regex/match-simple-optimized/121\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 209 /regex/match-simple-optimized/122\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 210 /regex/match-simple-optimized/123\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 211 /regex/match-simple-optimized/124\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 212 /regex/match-simple-optimized/125\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 213 /regex/match-simple-optimized/126\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 214 /regex/match-simple-optimized/127\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 215 /regex/match-simple-optimized/128\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 216 /regex/match-simple-optimized/129\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 217 /regex/match-simple-optimized/130\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 218 /regex/match-simple-optimized/131\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 219 /regex/match-simple-optimized/132\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 220 /regex/match-simple-optimized/133\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 221 /regex/match-simple-optimized/134\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 222 /regex/match-simple-optimized/135\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 223 /regex/match-simple-optimized/136\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 224 /regex/match-simple-optimized/137\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 225 /regex/match-simple-optimized/138\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 226 /regex/match-simple-optimized/139\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 227 /regex/match-simple-optimized/140\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 228 /regex/match-simple-optimized/141\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 229 /regex/match-simple-optimized/142\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 230 /regex/match-simple-optimized/143\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 231 /regex/match-simple-optimized/144\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 232 /regex/match-simple-optimized/145\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 233 /regex/match-simple-optimized/146\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 234 /regex/match-simple-optimized/147\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 235 /regex/match-simple-optimized/148\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 236 /regex/match-simple-optimized/149\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 237 /regex/match-simple-optimized/150\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 238 /regex/match-simple-optimized/151\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 239 /regex/match-simple-optimized/152\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 240 /regex/match-simple-optimized/153\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 241 /regex/match-simple-optimized/154\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 242 /regex/match-simple-optimized/155\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 243 /regex/match-simple-optimized/156\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 244 /regex/match-simple-optimized/157\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 245 /regex/match-simple-optimized/158\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 246 /regex/match-simple-optimized/159\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 247 /regex/match-simple-optimized/160\nok 248 /regex/match-simple-optimized/161\nok 249 /regex/match-simple-optimized/162\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 250 /regex/match-simple-optimized/163\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 251 /regex/match-simple-optimized/164\n# End of match-simple-optimized tests\n# Start of match tests\nok 252 /regex/match/165\nok 253 /regex/match/166\nok 254 /regex/match/167\nok 255 /regex/match/168\nok 256 /regex/match/169\nok 257 /regex/match/170\nok 258 /regex/match/171\nok 259 /regex/match/172\nok 260 /regex/match/173\nok 261 /regex/match/174\nok 262 /regex/match/175\nok 263 /regex/match/176\nok 264 /regex/match/177\nok 265 /regex/match/178\nok 266 /regex/match/179\nok 267 /regex/match/180\nok 268 /regex/match/181\nok 269 /regex/match/182\nok 270 /regex/match/183\nok 271 /regex/match/184\nok 272 /regex/match/185\nok 273 /regex/match/186\nok 274 /regex/match/187\nok 275 /regex/match/188\nok 276 /regex/match/189\nok 277 /regex/match/190\nok 278 /regex/match/191\nok 279 /regex/match/192\nok 280 /regex/match/193\nok 281 /regex/match/194\nok 282 /regex/match/195\nok 283 /regex/match/196\nok 284 /regex/match/197\nok 285 /regex/match/198\nok 286 /regex/match/199\nok 287 /regex/match/200\nok 288 /regex/match/201\nok 289 /regex/match/202\nok 290 /regex/match/203\nok 291 /regex/match/204\nok 292 /regex/match/205\nok 293 /regex/match/206\nok 294 /regex/match/207\nok 295 /regex/match/208\nok 296 /regex/match/209\nok 297 /regex/match/210\nok 298 /regex/match/211\nok 299 /regex/match/212\nok 300 /regex/match/213\nok 301 /regex/match/214\nok 302 /regex/match/215\nok 303 /regex/match/216\nok 304 /regex/match/217\nok 305 /regex/match/218\nok 306 /regex/match/219\nok 307 /regex/match/220\nok 308 /regex/match/221\nok 309 /regex/match/222\nok 310 /regex/match/223\nok 311 /regex/match/224\nok 312 /regex/match/225\nok 313 /regex/match/226\nok 314 /regex/match/227\nok 315 /regex/match/228\nok 316 /regex/match/229\nok 317 /regex/match/230\nok 318 /regex/match/231\nok 319 /regex/match/232\nok 320 /regex/match/233\nok 321 /regex/match/234\nok 322 /regex/match/235\nok 323 /regex/match/236\nok 324 /regex/match/237\nok 325 /regex/match/238\nok 326 /regex/match/239\nok 327 /regex/match/240\nok 328 /regex/match/241\nok 329 /regex/match/242\nok 330 /regex/match/243\nok 331 /regex/match/244\nok 332 /regex/match/245\nok 333 /regex/match/246\nok 334 /regex/match/partial281\nok 335 /regex/match/partial282\nok 336 /regex/match/partial283\nok 337 /regex/match/partial284\nok 338 /regex/match/partial285\nok 339 /regex/match/partial286\nok 340 /regex/match/partial287\nok 341 /regex/match/partial288\nok 342 /regex/match/partial289\nok 343 /regex/match/partial290\nok 344 /regex/match/partial291\nok 345 /regex/match/partial292\nok 346 /regex/match/partial293\nok 347 /regex/match/partial294\nok 348 /regex/match/partial295\nok 349 /regex/match/partial296\nok 350 /regex/match/partial297\nok 351 /regex/match/partial298\nok 352 /regex/match/partial299\nok 353 /regex/match/partial300\nok 354 /regex/match/partial301\nok 355 /regex/match/partial302\n# Start of next0 tests\nok 356 /regex/match/next0/247\nok 357 /regex/match/next0/248\nok 358 /regex/match/next0/249\nok 359 /regex/match/next0/250\n# End of next0 tests\n# Start of next1 tests\nok 360 /regex/match/next1/251\nok 361 /regex/match/next1/252\nok 362 /regex/match/next1/253\nok 363 /regex/match/next1/254\nok 364 /regex/match/next1/255\n# End of next1 tests\n# Start of next2 tests\nok 365 /regex/match/next2/256\nok 366 /regex/match/next2/257\nok 367 /regex/match/next2/258\nok 368 /regex/match/next2/259\nok 369 /regex/match/next2/260\nok 370 /regex/match/next2/261\nok 371 /regex/match/next2/262\nok 372 /regex/match/next2/263\n# End of next2 tests\n# Start of next3 tests\nok 373 /regex/match/next3/264\nok 374 /regex/match/next3/265\nok 375 /regex/match/next3/266\nok 376 /regex/match/next3/267\nok 377 /regex/match/next3/268\nok 378 /regex/match/next3/269\n# End of next3 tests\n# Start of next4 tests\nok 379 /regex/match/next4/270\n# End of next4 tests\n# Start of count tests\nok 380 /regex/match/count/271\nok 381 /regex/match/count/272\nok 382 /regex/match/count/273\nok 383 /regex/match/count/274\nok 384 /regex/match/count/275\nok 385 /regex/match/count/276\nok 386 /regex/match/count/277\nok 387 /regex/match/count/278\nok 388 /regex/match/count/279\nok 389 /regex/match/count/280\n# End of count tests\n# Start of count-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 390 /regex/match/count-optimized/271\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 391 /regex/match/count-optimized/272\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 392 /regex/match/count-optimized/273\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 393 /regex/match/count-optimized/274\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 394 /regex/match/count-optimized/275\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 395 /regex/match/count-optimized/276\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 396 /regex/match/count-optimized/277\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 397 /regex/match/count-optimized/278\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 398 /regex/match/count-optimized/279\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 399 /regex/match/count-optimized/280\n# End of count-optimized tests\n# Start of partial-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 400 /regex/match/partial-optimized/281\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 401 /regex/match/partial-optimized/282\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 402 /regex/match/partial-optimized/283\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 403 /regex/match/partial-optimized/284\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 404 /regex/match/partial-optimized/285\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 405 /regex/match/partial-optimized/286\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 406 /regex/match/partial-optimized/287\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 407 /regex/match/partial-optimized/288\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 408 /regex/match/partial-optimized/289\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 409 /regex/match/partial-optimized/290\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 410 /regex/match/partial-optimized/291\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 411 /regex/match/partial-optimized/292\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 412 /regex/match/partial-optimized/293\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 413 /regex/match/partial-optimized/294\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 414 /regex/match/partial-optimized/295\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 415 /regex/match/partial-optimized/296\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 416 /regex/match/partial-optimized/297\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 417 /regex/match/partial-optimized/298\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 418 /regex/match/partial-optimized/299\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 419 /regex/match/partial-optimized/300\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 420 /regex/match/partial-optimized/301\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 421 /regex/match/partial-optimized/302\n# End of partial-optimized tests\n# Start of subpattern tests\nok 422 /regex/match/subpattern/303\nok 423 /regex/match/subpattern/304\nok 424 /regex/match/subpattern/305\nok 425 /regex/match/subpattern/306\nok 426 /regex/match/subpattern/307\nok 427 /regex/match/subpattern/308\nok 428 /regex/match/subpattern/309\nok 429 /regex/match/subpattern/310\nok 430 /regex/match/subpattern/311\nok 431 /regex/match/subpattern/312\nok 432 /regex/match/subpattern/313\nok 433 /regex/match/subpattern/314\nok 434 /regex/match/subpattern/315\n# Start of named tests\n# Start of dupnames tests\nok 435 /regex/match/subpattern/named/dupnames/325\nok 436 /regex/match/subpattern/named/dupnames/326\nok 437 /regex/match/subpattern/named/dupnames/327\nok 438 /regex/match/subpattern/named/dupnames/328\nok 439 /regex/match/subpattern/named/dupnames/329\n# End of dupnames tests\n# End of named tests\n# End of subpattern tests\n# Start of subpattern-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 440 /regex/match/subpattern-optimized/303\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 441 /regex/match/subpattern-optimized/304\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 442 /regex/match/subpattern-optimized/305\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 443 /regex/match/subpattern-optimized/306\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 444 /regex/match/subpattern-optimized/307\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 445 /regex/match/subpattern-optimized/308\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 446 /regex/match/subpattern-optimized/309\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 447 /regex/match/subpattern-optimized/310\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 448 /regex/match/subpattern-optimized/311\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 449 /regex/match/subpattern-optimized/312\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 450 /regex/match/subpattern-optimized/313\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 451 /regex/match/subpattern-optimized/314\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 452 /regex/match/subpattern-optimized/315\n# End of subpattern-optimized tests\n# Start of named tests\n# Start of subpattern tests\nok 453 /regex/match/named/subpattern/316\nok 454 /regex/match/named/subpattern/317\nok 455 /regex/match/named/subpattern/318\nok 456 /regex/match/named/subpattern/319\nok 457 /regex/match/named/subpattern/320\nok 458 /regex/match/named/subpattern/321\nok 459 /regex/match/named/subpattern/322\nok 460 /regex/match/named/subpattern/323\nok 461 /regex/match/named/subpattern/324\nok 462 /regex/match/named/subpattern/330\nok 463 /regex/match/named/subpattern/331\nok 464 /regex/match/named/subpattern/332\nok 465 /regex/match/named/subpattern/333\nok 466 /regex/match/named/subpattern/334\n# End of subpattern tests\n# End of named tests\n# End of match tests\n# Start of match-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 467 /regex/match-optimized/165\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 468 /regex/match-optimized/166\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 469 /regex/match-optimized/167\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 470 /regex/match-optimized/168\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 471 /regex/match-optimized/169\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 472 /regex/match-optimized/170\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 473 /regex/match-optimized/171\nok 474 /regex/match-optimized/172\nok 475 /regex/match-optimized/173\nok 476 /regex/match-optimized/174\nok 477 /regex/match-optimized/175\nok 478 /regex/match-optimized/176\nok 479 /regex/match-optimized/177\nok 480 /regex/match-optimized/178\nok 481 /regex/match-optimized/179\nok 482 /regex/match-optimized/180\nok 483 /regex/match-optimized/181\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 484 /regex/match-optimized/182\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 485 /regex/match-optimized/183\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 486 /regex/match-optimized/184\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 487 /regex/match-optimized/185\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 488 /regex/match-optimized/186\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 489 /regex/match-optimized/187\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 490 /regex/match-optimized/188\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 491 /regex/match-optimized/189\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 492 /regex/match-optimized/190\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 493 /regex/match-optimized/191\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 494 /regex/match-optimized/192\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 495 /regex/match-optimized/193\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 496 /regex/match-optimized/194\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 497 /regex/match-optimized/195\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 498 /regex/match-optimized/196\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 499 /regex/match-optimized/197\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 500 /regex/match-optimized/198\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 501 /regex/match-optimized/199\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 502 /regex/match-optimized/200\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 503 /regex/match-optimized/201\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 504 /regex/match-optimized/202\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 505 /regex/match-optimized/203\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 506 /regex/match-optimized/204\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 507 /regex/match-optimized/205\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 508 /regex/match-optimized/206\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 509 /regex/match-optimized/207\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 510 /regex/match-optimized/208\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 511 /regex/match-optimized/209\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 512 /regex/match-optimized/210\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 513 /regex/match-optimized/211\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 514 /regex/match-optimized/212\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 515 /regex/match-optimized/213\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 516 /regex/match-optimized/214\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 517 /regex/match-optimized/215\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 518 /regex/match-optimized/216\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 519 /regex/match-optimized/217\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 520 /regex/match-optimized/218\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 521 /regex/match-optimized/219\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 522 /regex/match-optimized/220\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 523 /regex/match-optimized/221\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 524 /regex/match-optimized/222\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 525 /regex/match-optimized/223\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 526 /regex/match-optimized/224\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 527 /regex/match-optimized/225\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 528 /regex/match-optimized/226\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 529 /regex/match-optimized/227\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 530 /regex/match-optimized/228\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 531 /regex/match-optimized/229\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 532 /regex/match-optimized/230\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 533 /regex/match-optimized/231\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 534 /regex/match-optimized/232\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 535 /regex/match-optimized/233\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 536 /regex/match-optimized/234\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 537 /regex/match-optimized/235\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 538 /regex/match-optimized/236\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 539 /regex/match-optimized/237\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 540 /regex/match-optimized/238\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 541 /regex/match-optimized/239\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 542 /regex/match-optimized/240\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 543 /regex/match-optimized/241\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 544 /regex/match-optimized/242\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 545 /regex/match-optimized/243\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 546 /regex/match-optimized/244\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 547 /regex/match-optimized/245\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 548 /regex/match-optimized/246\n# End of match-optimized tests\n# Start of fetch-all0 tests\nok 549 /regex/fetch-all0/335\nok 550 /regex/fetch-all0/336\n# End of fetch-all0 tests\n# Start of fetch-all1 tests\nok 551 /regex/fetch-all1/337\nok 552 /regex/fetch-all1/338\nok 553 /regex/fetch-all1/339\n# End of fetch-all1 tests\n# Start of fetch-all2 tests\nok 554 /regex/fetch-all2/340\nok 555 /regex/fetch-all2/341\nok 556 /regex/fetch-all2/342\n# End of fetch-all2 tests\n# Start of fetch-all3 tests\nok 557 /regex/fetch-all3/343\nok 558 /regex/fetch-all3/344\nok 559 /regex/fetch-all3/345\nok 560 /regex/fetch-all3/346\nok 561 /regex/fetch-all3/347\n# End of fetch-all3 tests\n# Start of split tests\n# Start of simple0 tests\nok 562 /regex/split/simple0/348\nok 563 /regex/split/simple0/349\nok 564 /regex/split/simple0/364\nok 565 /regex/split/simple0/365\n# End of simple0 tests\n# Start of simple1 tests\nok 566 /regex/split/simple1/350\nok 567 /regex/split/simple1/351\n# End of simple1 tests\n# Start of simple2 tests\nok 568 /regex/split/simple2/352\nok 569 /regex/split/simple2/358\nok 570 /regex/split/simple2/360\n# End of simple2 tests\n# Start of simple3 tests\nok 571 /regex/split/simple3/353\nok 572 /regex/split/simple3/354\nok 573 /regex/split/simple3/355\nok 574 /regex/split/simple3/356\nok 575 /regex/split/simple3/357\nok 576 /regex/split/simple3/359\nok 577 /regex/split/simple3/361\nok 578 /regex/split/simple3/362\nok 579 /regex/split/simple3/363\n# End of simple3 tests\n# End of split tests\n# Start of split0 tests\nok 580 /regex/split0/366\nok 581 /regex/split0/368\n# End of split0 tests\n# Start of full-split0 tests\nok 582 /regex/full-split0/367\nok 583 /regex/full-split0/369\nok 584 /regex/full-split0/370\nok 585 /regex/full-split0/371\nok 586 /regex/full-split0/372\n# End of full-split0 tests\n# Start of split1 tests\nok 587 /regex/split1/373\nok 588 /regex/split1/376\n# End of split1 tests\n# Start of full-split1 tests\nok 589 /regex/full-split1/374\nok 590 /regex/full-split1/375\nok 591 /regex/full-split1/377\nok 592 /regex/full-split1/378\nok 593 /regex/full-split1/404\n# End of full-split1 tests\n# Start of split2 tests\nok 594 /regex/split2/379\nok 595 /regex/split2/383\nok 596 /regex/split2/395\n# End of split2 tests\n# Start of full-split2 tests\nok 597 /regex/full-split2/380\nok 598 /regex/full-split2/381\nok 599 /regex/full-split2/382\nok 600 /regex/full-split2/384\nok 601 /regex/full-split2/396\nok 602 /regex/full-split2/399\nok 603 /regex/full-split2/405\n# End of full-split2 tests\n# Start of split3 tests\nok 604 /regex/split3/385\nok 605 /regex/split3/387\nok 606 /regex/split3/389\nok 607 /regex/split3/391\nok 608 /regex/split3/393\nok 609 /regex/split3/397\nok 610 /regex/split3/400\nok 611 /regex/split3/402\n# End of split3 tests\n# Start of full-split3 tests\nok 612 /regex/full-split3/386\nok 613 /regex/full-split3/388\nok 614 /regex/full-split3/390\nok 615 /regex/full-split3/392\nok 616 /regex/full-split3/394\nok 617 /regex/full-split3/398\nok 618 /regex/full-split3/401\nok 619 /regex/full-split3/403\nok 620 /regex/full-split3/406\nok 621 /regex/full-split3/407\n# End of full-split3 tests\n# Start of check-repacement tests\nok 622 /regex/check-repacement/408\nok 623 /regex/check-repacement/409\nok 624 /regex/check-repacement/410\nok 625 /regex/check-repacement/411\nok 626 /regex/check-repacement/412\nok 627 /regex/check-repacement/413\nok 628 /regex/check-repacement/414\nok 629 /regex/check-repacement/415\n# End of check-repacement tests\n# Start of expand tests\nok 630 /regex/expand/416\nok 631 /regex/expand/417\nok 632 /regex/expand/418\nok 633 /regex/expand/419\nok 634 /regex/expand/420\nok 635 /regex/expand/421\nok 636 /regex/expand/422\nok 637 /regex/expand/423\nok 638 /regex/expand/424\nok 639 /regex/expand/425\nok 640 /regex/expand/426\nok 641 /regex/expand/427\nok 642 /regex/expand/428\nok 643 /regex/expand/429\nok 644 /regex/expand/430\nok 645 /regex/expand/431\nok 646 /regex/expand/432\nok 647 /regex/expand/433\nok 648 /regex/expand/434\nok 649 /regex/expand/435\nok 650 /regex/expand/436\nok 651 /regex/expand/437\nok 652 /regex/expand/438\nok 653 /regex/expand/439\nok 654 /regex/expand/440\nok 655 /regex/expand/441\nok 656 /regex/expand/442\nok 657 /regex/expand/443\nok 658 /regex/expand/444\nok 659 /regex/expand/445\nok 660 /regex/expand/446\nok 661 /regex/expand/447\nok 662 /regex/expand/448\nok 663 /regex/expand/449\nok 664 /regex/expand/450\nok 665 /regex/expand/451\nok 666 /regex/expand/452\nok 667 /regex/expand/453\nok 668 /regex/expand/454\nok 669 /regex/expand/455\nok 670 /regex/expand/456\nok 671 /regex/expand/457\nok 672 /regex/expand/458\nok 673 /regex/expand/459\nok 674 /regex/expand/460\nok 675 /regex/expand/461\nok 676 /regex/expand/462\nok 677 /regex/expand/463\nok 678 /regex/expand/464\nok 679 /regex/expand/465\nok 680 /regex/expand/466\nok 681 /regex/expand/467\nok 682 /regex/expand/468\nok 683 /regex/expand/469\nok 684 /regex/expand/470\nok 685 /regex/expand/471\nok 686 /regex/expand/472\nok 687 /regex/expand/473\nok 688 /regex/expand/474\nok 689 /regex/expand/475\nok 690 /regex/expand/476\nok 691 /regex/expand/477\nok 692 /regex/expand/478\nok 693 /regex/expand/479\nok 694 /regex/expand/480\nok 695 /regex/expand/481\n# End of expand tests\n# Start of replace tests\nok 696 /regex/replace/482\nok 697 /regex/replace/483\nok 698 /regex/replace/484\nok 699 /regex/replace/485\nok 700 /regex/replace/486\nok 701 /regex/replace/487\nok 702 /regex/replace/488\nok 703 /regex/replace/489\nok 704 /regex/replace/490\nok 705 /regex/replace/491\nok 706 /regex/replace/492\nok 707 /regex/replace/493\nok 708 /regex/replace/494\nok 709 /regex/replace/495\nok 710 /regex/replace/496\nok 711 /regex/replace/497\nok 712 /regex/replace/498\nok 713 /regex/replace/499\nok 714 /regex/replace/500\nok 715 /regex/replace/501\nok 716 /regex/replace/502\nok 717 /regex/replace/503\nok 718 /regex/replace/504\nok 719 /regex/replace/505\nok 720 /regex/replace/506\nok 721 /regex/replace/507\nok 722 /regex/replace/508\nok 723 /regex/replace/509\n# End of replace tests\n# Start of replace-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 724 /regex/replace-optimized/482\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 725 /regex/replace-optimized/483\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 726 /regex/replace-optimized/484\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 727 /regex/replace-optimized/485\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 728 /regex/replace-optimized/486\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 729 /regex/replace-optimized/487\nok 730 /regex/replace-optimized/488\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 731 /regex/replace-optimized/489\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 732 /regex/replace-optimized/490\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 733 /regex/replace-optimized/491\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 734 /regex/replace-optimized/492\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 735 /regex/replace-optimized/493\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 736 /regex/replace-optimized/494\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 737 /regex/replace-optimized/495\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 738 /regex/replace-optimized/496\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 739 /regex/replace-optimized/497\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 740 /regex/replace-optimized/498\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 741 /regex/replace-optimized/499\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 742 /regex/replace-optimized/500\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 743 /regex/replace-optimized/501\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 744 /regex/replace-optimized/502\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 745 /regex/replace-optimized/503\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 746 /regex/replace-optimized/504\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 747 /regex/replace-optimized/505\nok 748 /regex/replace-optimized/506\nok 749 /regex/replace-optimized/507\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 750 /regex/replace-optimized/508\nok 751 /regex/replace-optimized/509\n# End of replace-optimized tests\n# Start of replace-literally tests\nok 752 /regex/replace-literally/510\nok 753 /regex/replace-literally/511\nok 754 /regex/replace-literally/512\nok 755 /regex/replace-literally/513\nok 756 /regex/replace-literally/514\nok 757 /regex/replace-literally/515\nok 758 /regex/replace-literally/516\nok 759 /regex/replace-literally/517\nok 760 /regex/replace-literally/518\nok 761 /regex/replace-literally/519\nok 762 /regex/replace-literally/520\nok 763 /regex/replace-literally/521\nok 764 /regex/replace-literally/522\nok 765 /regex/replace-literally/523\nok 766 /regex/replace-literally/524\nok 767 /regex/replace-literally/525\nok 768 /regex/replace-literally/526\nok 769 /regex/replace-literally/527\nok 770 /regex/replace-literally/528\nok 771 /regex/replace-literally/529\n# End of replace-literally tests\n# Start of string-number tests\nok 772 /regex/string-number/530\nok 773 /regex/string-number/531\nok 774 /regex/string-number/532\nok 775 /regex/string-number/533\nok 776 /regex/string-number/534\nok 777 /regex/string-number/535\nok 778 /regex/string-number/536\nok 779 /regex/string-number/537\nok 780 /regex/string-number/538\nok 781 /regex/string-number/539\nok 782 /regex/string-number/540\nok 783 /regex/string-number/541\nok 784 /regex/string-number/542\nok 785 /regex/string-number/543\nok 786 /regex/string-number/544\n# End of string-number tests\n# Start of escape_nul tests\nok 787 /regex/escape_nul/545\nok 788 /regex/escape_nul/546\nok 789 /regex/escape_nul/547\nok 790 /regex/escape_nul/548\nok 791 /regex/escape_nul/549\nok 792 /regex/escape_nul/550\nok 793 /regex/escape_nul/551\nok 794 /regex/escape_nul/552\nok 795 /regex/escape_nul/553\nok 796 /regex/escape_nul/554\nok 797 /regex/escape_nul/555\nok 798 /regex/escape_nul/556\nok 799 /regex/escape_nul/557\nok 800 /regex/escape_nul/558\nok 801 /regex/escape_nul/559\n# End of escape_nul tests\n# Start of escape tests\nok 802 /regex/escape/560\nok 803 /regex/escape/561\nok 804 /regex/escape/562\nok 805 /regex/escape/563\nok 806 /regex/escape/564\nok 807 /regex/escape/565\nok 808 /regex/escape/566\nok 809 /regex/escape/567\nok 810 /regex/escape/568\nok 811 /regex/escape/569\nok 812 /regex/escape/570\nok 813 /regex/escape/571\nok 814 /regex/escape/572\nok 815 /regex/escape/573\nok 816 /regex/escape/574\nok 817 /regex/escape/575\nok 818 /regex/escape/576\nok 819 /regex/escape/577\n# End of escape tests\n# Start of match-all0 tests\nok 820 /regex/match-all0/578\nok 821 /regex/match-all0/580\n# End of match-all0 tests\n# Start of match-all-full0 tests\nok 822 /regex/match-all-full0/579\nok 823 /regex/match-all-full0/581\nok 824 /regex/match-all-full0/582\nok 825 /regex/match-all-full0/583\n# End of match-all-full0 tests\n# Start of match-all1 tests\nok 826 /regex/match-all1/584\nok 827 /regex/match-all1/586\nok 828 /regex/match-all1/591\n# End of match-all1 tests\n# Start of match-all-full1 tests\nok 829 /regex/match-all-full1/585\nok 830 /regex/match-all-full1/587\nok 831 /regex/match-all-full1/588\nok 832 /regex/match-all-full1/589\nok 833 /regex/match-all-full1/590\nok 834 /regex/match-all-full1/592\n# End of match-all-full1 tests\n# Start of match-all2 tests\nok 835 /regex/match-all2/593\nok 836 /regex/match-all2/595\nok 837 /regex/match-all2/597\n# End of match-all2 tests\n# Start of match-all-full2 tests\nok 838 /regex/match-all-full2/594\nok 839 /regex/match-all-full2/596\nok 840 /regex/match-all-full2/598\n# End of match-all-full2 tests\n# Start of match-all3 tests\nok 841 /regex/match-all3/599\nok 842 /regex/match-all3/601\n# End of match-all3 tests\n# Start of match-all-full3 tests\nok 843 /regex/match-all-full3/600\nok 844 /regex/match-all-full3/602\n# End of match-all-full3 tests\n# Start of match-notempty tests\nok 845 /regex/match-notempty/603\n# End of match-notempty tests\n# Start of match-notempty-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 846 /regex/match-notempty-optimized/603\n# End of match-notempty-optimized tests\n# Start of match-notempty-atstart tests\nok 847 /regex/match-notempty-atstart/604\n# End of match-notempty-atstart tests\n# Start of match-notempty-atstart-optimized tests\n# GLib-DEBUG: JIT compilation was requested with G_REGEX_OPTIMIZE, but JIT support is not available. Falling back to interpretive code.\nok 848 /regex/match-notempty-atstart-optimized/604\n# End of match-notempty-atstart-optimized tests\n# End of regex tests\nPASS: glib/regex.test\nRunning test: glib/signals-refcount2.test\nTAP version 14\n# random seed: R02Sc8c98c46ce28ddb9b2cf4b2981de8fad\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x557fa25c83f0\n# \n# init 0x557fa25c1600\n# \nExecuting: glib/signals-refcount2.test\n# dispose 0x557fa25c83f0!\n# \n# dispose 0x557fa25c1600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount2.test\nRunning test: glib/fileutils.test\nTAP version 14\n# random seed: R02S5426deccbaf957adbc4b8c4828b31a8c\n1..27\n# Start of fileutils tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/paths/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/paths/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/paths/.dirs/system-config1:/var/volatile/tmp/fileutils/paths/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/paths/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/paths/.dirs/system-data1:/var/volatile/tmp/fileutils/paths/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/paths/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/paths/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/paths/.dirs/runtime\nok 1 /fileutils/paths\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-path/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-path/.dirs/system-config1:/var/volatile/tmp/fileutils/build-path/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-path/.dirs/system-data1:/var/volatile/tmp/fileutils/build-path/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-path/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-path/.dirs/runtime\nok 2 /fileutils/build-path\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-pathv/.dirs/system-config1:/var/volatile/tmp/fileutils/build-pathv/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-pathv/.dirs/system-data1:/var/volatile/tmp/fileutils/build-pathv/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-pathv/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-pathv/.dirs/runtime\nok 3 /fileutils/build-pathv\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-filename/.dirs/system-config1:/var/volatile/tmp/fileutils/build-filename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-filename/.dirs/system-data1:/var/volatile/tmp/fileutils/build-filename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-filename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-filename/.dirs/runtime\nok 4 /fileutils/build-filename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/build-filenamev/.dirs/system-config1:/var/volatile/tmp/fileutils/build-filenamev/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/build-filenamev/.dirs/system-data1:/var/volatile/tmp/fileutils/build-filenamev/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/build-filenamev/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/build-filenamev/.dirs/runtime\nok 5 /fileutils/build-filenamev\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-config1:/var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-data1:/var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkdir-with-parents/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Checking g_mkdir_with_parents() in subdir ./hum/\n# Checking g_mkdir_with_parents() in subdir ./hii///haa/hee/\nok 6 /fileutils/mkdir-with-parents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-config1:/var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-data1:/var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkdir-with-parents-permission/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 7 /fileutils/mkdir-with-parents-permission\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-config1:/var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-data1:/var/volatile/tmp/fileutils/format-size-for-display/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/format-size-for-display/.dirs/runtime\nok 8 /fileutils/format-size-for-display\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/errors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/errors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/errors/.dirs/system-config1:/var/volatile/tmp/fileutils/errors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/errors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/errors/.dirs/system-data1:/var/volatile/tmp/fileutils/errors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/errors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/errors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/errors/.dirs/runtime\nok 9 /fileutils/errors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/basename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/basename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/basename/.dirs/system-config1:/var/volatile/tmp/fileutils/basename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/basename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/basename/.dirs/system-data1:/var/volatile/tmp/fileutils/basename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/basename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/basename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/basename/.dirs/runtime\nok 10 /fileutils/basename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/get-basename/.dirs/system-config1:/var/volatile/tmp/fileutils/get-basename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/get-basename/.dirs/system-data1:/var/volatile/tmp/fileutils/get-basename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/get-basename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/get-basename/.dirs/runtime\nok 11 /fileutils/get-basename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/dirname/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/dirname/.dirs/system-config1:/var/volatile/tmp/fileutils/dirname/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/dirname/.dirs/system-data1:/var/volatile/tmp/fileutils/dirname/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/dirname/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/dirname/.dirs/runtime\nok 12 /fileutils/dirname\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-config1:/var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-data1:/var/volatile/tmp/fileutils/dir-make-tmp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/dir-make-tmp/.dirs/runtime\nok 13 /fileutils/dir-make-tmp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-config1:/var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-data1:/var/volatile/tmp/fileutils/file-open-tmp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/file-open-tmp/.dirs/runtime\nok 14 /fileutils/file-open-tmp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/file-test/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/file-test/.dirs/system-config1:/var/volatile/tmp/fileutils/file-test/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/file-test/.dirs/system-data1:/var/volatile/tmp/fileutils/file-test/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/file-test/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/file-test/.dirs/runtime\nok 15 /fileutils/file-test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkstemp/.dirs/system-config1:/var/volatile/tmp/fileutils/mkstemp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkstemp/.dirs/system-data1:/var/volatile/tmp/fileutils/mkstemp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkstemp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkstemp/.dirs/runtime\nok 16 /fileutils/mkstemp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/mkdtemp/.dirs/system-config1:/var/volatile/tmp/fileutils/mkdtemp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/mkdtemp/.dirs/system-data1:/var/volatile/tmp/fileutils/mkdtemp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/mkdtemp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/mkdtemp/.dirs/runtime\nok 17 /fileutils/mkdtemp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/get-contents/.dirs/system-config1:/var/volatile/tmp/fileutils/get-contents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/get-contents/.dirs/system-data1:/var/volatile/tmp/fileutils/get-contents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/get-contents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/get-contents/.dirs/runtime\nok 18 /fileutils/get-contents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-config1:/var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-data1:/var/volatile/tmp/fileutils/get-contents-large-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/get-contents-large-file/.dirs/runtime\nok 19 /fileutils/get-contents-large-file # SKIP Skipping slow largefile test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents/.dirs/runtime\nok 20 /fileutils/set-contents\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents-full/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents-full/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents-full/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents-full/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents-full/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents-full/.dirs/runtime\n# /fileutils/set-contents-full summary: Test g_file_set_contents_full() with various flags\n# Flags 0 and test 0\n# Flags 0 and test 1\n# Flags 0 and test 2\n# Flags 0 and test 3\n# Flags 0 and test 4\n# Flags 0 and test 5\n# Flags 1 and test 0\n# Flags 1 and test 1\n# Flags 1 and test 2\n# Flags 1 and test 3\n# Flags 1 and test 4\n# Flags 1 and test 5\n# Flags 2 and test 0\n# Flags 2 and test 1\n# Flags 2 and test 2\n# Flags 2 and test 3\n# Flags 2 and test 4\n# Flags 2 and test 5\n# Flags 3 and test 0\n# Flags 3 and test 1\n# Flags 3 and test 2\n# Flags 3 and test 3\n# Flags 3 and test 4\n# Flags 3 and test 5\n# Flags 4 and test 0\n# Flags 4 and test 1\n# Flags 4 and test 2\n# Flags 4 and test 3\n# Flags 4 and test 4\n# Flags 4 and test 5\n# Flags 5 and test 0\n# Flags 5 and test 1\n# Flags 5 and test 2\n# Flags 5 and test 3\n# Flags 5 and test 4\n# Flags 5 and test 5\n# Flags 6 and test 0\n# Flags 6 and test 1\n# Flags 6 and test 2\n# Flags 6 and test 3\n# Flags 6 and test 4\n# Flags 6 and test 5\nok 21 /fileutils/set-contents-full\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/read-link/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/read-link/.dirs/system-config1:/var/volatile/tmp/fileutils/read-link/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/read-link/.dirs/system-data1:/var/volatile/tmp/fileutils/read-link/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/read-link/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/read-link/.dirs/runtime\nok 22 /fileutils/read-link\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-config1:/var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-data1:/var/volatile/tmp/fileutils/stdio-wrappers/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/stdio-wrappers/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 23 /fileutils/stdio-wrappers\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/fopen-modes/.dirs/system-config1:/var/volatile/tmp/fileutils/fopen-modes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/fopen-modes/.dirs/system-data1:/var/volatile/tmp/fileutils/fopen-modes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/fopen-modes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/fopen-modes/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/119\n# Testing fopen() mode 'w'\n# Testing fopen() mode 'r'\n# Testing fopen() mode 'a'\n# Testing fopen() mode 'w+'\n# Testing fopen() mode 'r+'\n# Testing fopen() mode 'a+'\n# Testing fopen() mode 'wb'\n# Testing fopen() mode 'rb'\n# Testing fopen() mode 'ab'\n# Testing fopen() mode 'w+b'\n# Testing fopen() mode 'r+b'\n# Testing fopen() mode 'a+b'\n# Testing fopen() mode 'wb+'\n# Testing fopen() mode 'rb+'\n# Testing fopen() mode 'ab+'\nok 24 /fileutils/fopen-modes\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/clear-fd/.dirs/system-config1:/var/volatile/tmp/fileutils/clear-fd/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/clear-fd/.dirs/system-data1:/var/volatile/tmp/fileutils/clear-fd/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/clear-fd/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/clear-fd/.dirs/runtime\n# /fileutils/clear-fd summary: Test g_clear_fd() and g_autofd\n# Will be closed by autocleanup: 3, -42\n# Testing error handling\nok 25 /fileutils/clear-fd\n# Start of set-contents-full tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents-full/read-only-file/.dirs/runtime\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# /fileutils/set-contents-full/read-only-file summary: Test g_file_set_contents_full() on a read-only file\nok 26 /fileutils/set-contents-full/read-only-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-config1:/var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-data1:/var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/fileutils/set-contents-full/read-only-directory/.dirs/runtime\n# /fileutils/set-contents-full/read-only-directory summary: Test g_file_set_contents_full() on a file in a read-only directory\n# Flags 0\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 1\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 2\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 3\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 4\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 5\n# We do not have CAP_DAC_OVERRIDE or equivalent\n# Flags 6\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 27 /fileutils/set-contents-full/read-only-directory\n# End of set-contents-full tests\n# Start of clear-fd tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of clear-fd tests\n# End of fileutils tests\nPASS: glib/fileutils.test\nRunning test: glib/unicode-encoding.test\nTAP version 14\n# random seed: R02S94e7caf6100d1fa29bb7ceba7013ceea\n1..1\n# Start of unicode tests\nok 1 /unicode/encoding\n# End of unicode tests\nPASS: glib/unicode-encoding.test\nRunning test: glib/timeout.test\nTAP version 14\n# random seed: R02S647113deeedd54d41647aa8b4fe1ba86\n1..4\n# Start of timeout tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642052\nok 1 /timeout/seconds\n# slow test /timeout/seconds executed in 2.10 secs\nExecuting: glib/timeout.test\nok 2 /timeout/seconds-once\n# slow test /timeout/seconds-once executed in 2.10 secs\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1600\nok 3 /timeout/weeks-overflow\n# slow test /timeout/weeks-overflow executed in 2.10 secs\nok 4 /timeout/far-future-ready-time\n# End of timeout tests\nPASS: glib/timeout.test\nRunning test: glib/trash.test\nTAP version 14\n# random seed: R02S3588d910a254d9c2d7028b8a16754290\n1..3\n# Start of trash tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/251\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# File: /var/volatile/tmp/test-trashK1KA82 (parent st_dev: 21)\n# Home: /home/glib2-test (st_dev: 64768)\n# Mount: /var/volatile\n# Error: Trashing on system internal mounts is not supported\nok 1 /trash/not-supported\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1522\nok 2 /trash/symlinks # SKIP Directory '/home/glib2-test/.local' does not exist\nok 3 /trash/long-filename\n# End of trash tests\nPASS: glib/trash.test\nRunning test: glib/performance.test\nExecuting: glib/performance.test\nExecuting: glib/performance.test\nsimple-construction: Millions of constructed objects per second: 44.589\nsimple-construction1: Millions of constructed objects per second: 142.624\nExecuting: glib/performance.test\ncomplex-construction: Millions of constructed objects per second: 13.660\nExecuting: glib/performance.test\ncomplex-construction1: Millions of constructed objects per second: 25.144\nExecuting: glib/performance.test\ncomplex-construction2: Millions of constructed objects per second: 29.249\nfinalization: Millions of finalized objects per second: 8.530\ntype-check: Million type checks per second: 197.31\nemit-unhandled: Emissions per second: 11184369\nExecuting: glib/performance.test\nemit-unhandled-empty: Emissions per second: 78221273\nemit-unhandled-generic: Emissions per second: 14744186\nemit-unhandled-generic-empty: Emissions per second: 76596537\nemit-unhandled-args: Emissions per second: 9128732\nExecuting: glib/performance.test\nemit-handled: Emissions per second: 6693250\nemit-handled-empty: Emissions per second: 6950565\nemit-handled-generic: Emissions per second: 6793867\nemit-handled-generic-empty: Emissions per second: 12893612\nExecuting: glib/performance.test\nemit-handled-args: Emissions per second: 5845018\nnotify-unhandled: Notify (unhandled) per second: 55289635\nnotify-by-pspec-unhandled: Notify (unhandled) per second: 179719395\nnotify-handled: Notify per second: 4345493\nExecuting: glib/performance.test\nnotify-by-pspec-handled: Notify per second: 4554542\nproperty-set: Property set per second: 34134028\nproperty-set-signaled: Property set per second: 7363178\nproperty-get: Property get per second: 34000521\nrefcount: Million refs+unref per second: 82.90\nExecuting: glib/performance.test\nrefcount-1: Million refs+unref per second: 217.69\nrefcount-toggle: Million refs+unref per second: 124.83\nPASS: glib/performance.test\nRunning test: glib/tls-certificate.test\nTAP version 14\n# random seed: R02S9c665d6415b403b47e1949b4581e02b0\n1..19\n# Start of tls-certificate tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?\nok 1 /tls-certificate/pem-parser\nok 2 /tls-certificate/pem-parser-handles-chain\nok 3 /tls-certificate/from_file\nok 4 /tls-certificate/from_files\nok 5 /tls-certificate/from_files_crlf\nok 6 /tls-certificate/from_files_pkcs8\nok 7 /tls-certificate/from_files_pkcs8enc\nok 8 /tls-certificate/list_from_file\nok 9 /tls-certificate/pkcs11-uri\nok 10 /tls-certificate/pkcs11-uri-unsupported\nok 11 /tls-certificate/from_pkcs12\nok 12 /tls-certificate/from_pkcs12_file\nok 13 /tls-certificate/not-valid-before\nok 14 /tls-certificate/not-valid-after\nok 15 /tls-certificate/subject-name\nok 16 /tls-certificate/issuer-name\nok 17 /tls-certificate/dns-names\nok 18 /tls-certificate/ip-addresses\nok 19 /tls-certificate/pem-parser-no-sentinel\n# End of tls-certificate tests\nPASS: glib/tls-certificate.test\nRunning test: glib/module-test-plugin.test\nTAP version 14\n# random seed: R02S20c052bb861b31cca358f73ed79bc320\n1..3\n# Start of module tests\nok 1 /module/basics\n# /module/invalid-libtool-archive summary: Test that opening an invalid .la file fails\nok 2 /module/invalid-libtool-archive\n# /module/local-binding summary: Test that binding a library's symbols locally does not add them globally\nok 3 /module/local-binding\n# End of module tests\nPASS: glib/module-test-plugin.test\nRunning test: glib/mimeapps.test\nTAP version 14\n# random seed: R02S05dbaea6fa16e7674d611c433cdff880\n1..7\n# Start of appinfo tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/all/.dirs/system-config1:/var/volatile/tmp/appinfo/all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/all/.dirs/system-data1:/var/volatile/tmp/appinfo/all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/all/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/all/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/all/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/all/.dirs/data/applications/mimeinfo.cache'\nok 1 /appinfo/all\n# Start of mime tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/api/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/api/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/api/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/api/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/api/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/api/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/api/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/all/.dirs/config to /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/api/.dirs/config\nok 2 /appinfo/mime/api\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/default/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/default/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/default/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/default/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/default/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/default/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/api/.dirs/config to /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default/.dirs/config\nok 3 /appinfo/mime/default\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/file/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/file/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/file/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/file/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/default/.dirs/config to /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/file/.dirs/config\nok 4 /appinfo/mime/file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/file/.dirs/config to /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/config\nok 5 /appinfo/mime/scheme-handler\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/default-last-used/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/scheme-handler/.dirs/config to /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config\nok 6 /appinfo/mime/default-last-used\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-config1:/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data1:/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/runtime\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/system-data1/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp2.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp3.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp4.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/myapp5.desktop'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/nosuchapp.desktop'\n# removing '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeapps.list'\n# creating '/var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/data/applications/mimeinfo.cache'\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/appinfo/mime/default-last-used/.dirs/config to /var/volatile/tmp/appinfo/mime/ignore-nonexisting/.dirs/config\nok 7 /appinfo/mime/ignore-nonexisting\n# End of mime tests\n# End of appinfo tests\nPASS: glib/mimeapps.test\nRunning test: glib/autoptr-girepository.test\nTAP version 14\n# random seed: R02S209c33db3230c2b5ca44f0530ef706ba\n1..24\n# Start of autoptr tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/repository/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/repository/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/repository/.dirs/system-config1:/var/volatile/tmp/autoptr/repository/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/repository/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/repository/.dirs/system-data1:/var/volatile/tmp/autoptr/repository/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/repository/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/repository/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/repository/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 1 /autoptr/repository\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/typelib/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/typelib/.dirs/system-config1:/var/volatile/tmp/autoptr/typelib/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/typelib/.dirs/system-data1:/var/volatile/tmp/autoptr/typelib/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/typelib/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/typelib/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 2 /autoptr/typelib\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/base-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/base-info/.dirs/system-config1:/var/volatile/tmp/autoptr/base-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/base-info/.dirs/system-data1:/var/volatile/tmp/autoptr/base-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/base-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/base-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 3 /autoptr/base-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/arg-info/.dirs/system-config1:/var/volatile/tmp/autoptr/arg-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/arg-info/.dirs/system-data1:/var/volatile/tmp/autoptr/arg-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/arg-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/arg-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 4 /autoptr/arg-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/callable-info/.dirs/system-config1:/var/volatile/tmp/autoptr/callable-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/callable-info/.dirs/system-data1:/var/volatile/tmp/autoptr/callable-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/callable-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/callable-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 5 /autoptr/callable-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/callback-info/.dirs/system-config1:/var/volatile/tmp/autoptr/callback-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/callback-info/.dirs/system-data1:/var/volatile/tmp/autoptr/callback-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/callback-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/callback-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 6 /autoptr/callback-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/constant-info/.dirs/system-config1:/var/volatile/tmp/autoptr/constant-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/constant-info/.dirs/system-data1:/var/volatile/tmp/autoptr/constant-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/constant-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/constant-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 7 /autoptr/constant-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/enum-info/.dirs/system-config1:/var/volatile/tmp/autoptr/enum-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/enum-info/.dirs/system-data1:/var/volatile/tmp/autoptr/enum-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/enum-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/enum-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 8 /autoptr/enum-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/field-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/field-info/.dirs/system-config1:/var/volatile/tmp/autoptr/field-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/field-info/.dirs/system-data1:/var/volatile/tmp/autoptr/field-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/field-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/field-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 9 /autoptr/field-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/flags-info/.dirs/system-config1:/var/volatile/tmp/autoptr/flags-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/flags-info/.dirs/system-data1:/var/volatile/tmp/autoptr/flags-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/flags-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/flags-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 10 /autoptr/flags-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/function-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/function-info/.dirs/system-config1:/var/volatile/tmp/autoptr/function-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/function-info/.dirs/system-data1:/var/volatile/tmp/autoptr/function-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/function-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/function-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 11 /autoptr/function-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/interface-info/.dirs/system-config1:/var/volatile/tmp/autoptr/interface-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/interface-info/.dirs/system-data1:/var/volatile/tmp/autoptr/interface-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/interface-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/interface-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 12 /autoptr/interface-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/object-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/object-info/.dirs/system-config1:/var/volatile/tmp/autoptr/object-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/object-info/.dirs/system-data1:/var/volatile/tmp/autoptr/object-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/object-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/object-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 13 /autoptr/object-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/property-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/property-info/.dirs/system-config1:/var/volatile/tmp/autoptr/property-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/property-info/.dirs/system-data1:/var/volatile/tmp/autoptr/property-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/property-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/property-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 14 /autoptr/property-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/registered-type-info/.dirs/system-config1:/var/volatile/tmp/autoptr/registered-type-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/registered-type-info/.dirs/system-data1:/var/volatile/tmp/autoptr/registered-type-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/registered-type-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/registered-type-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 15 /autoptr/registered-type-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/signal-info/.dirs/system-config1:/var/volatile/tmp/autoptr/signal-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/signal-info/.dirs/system-data1:/var/volatile/tmp/autoptr/signal-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/signal-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/signal-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 16 /autoptr/signal-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/struct-info/.dirs/system-config1:/var/volatile/tmp/autoptr/struct-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/struct-info/.dirs/system-data1:/var/volatile/tmp/autoptr/struct-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/struct-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/struct-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 17 /autoptr/struct-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/type-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/type-info/.dirs/system-config1:/var/volatile/tmp/autoptr/type-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/type-info/.dirs/system-data1:/var/volatile/tmp/autoptr/type-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/type-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/type-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 18 /autoptr/type-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/union-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/union-info/.dirs/system-config1:/var/volatile/tmp/autoptr/union-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/union-info/.dirs/system-data1:/var/volatile/tmp/autoptr/union-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/union-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/union-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 19 /autoptr/union-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/value-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/value-info/.dirs/system-config1:/var/volatile/tmp/autoptr/value-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/value-info/.dirs/system-data1:/var/volatile/tmp/autoptr/value-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/value-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/value-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 20 /autoptr/value-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/autoptr/vfunc-info/.dirs/system-config1:/var/volatile/tmp/autoptr/vfunc-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/autoptr/vfunc-info/.dirs/system-data1:/var/volatile/tmp/autoptr/vfunc-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/autoptr/vfunc-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/autoptr/vfunc-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 21 /autoptr/vfunc-info\n# End of autoptr tests\n# Start of auto tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/auto/arg-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/auto/arg-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/auto/arg-info/.dirs/system-config1:/var/volatile/tmp/auto/arg-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/auto/arg-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/auto/arg-info/.dirs/system-data1:/var/volatile/tmp/auto/arg-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/auto/arg-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/auto/arg-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/auto/arg-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 22 /auto/arg-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/auto/type-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/auto/type-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/auto/type-info/.dirs/system-config1:/var/volatile/tmp/auto/type-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/auto/type-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/auto/type-info/.dirs/system-data1:/var/volatile/tmp/auto/type-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/auto/type-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/auto/type-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/auto/type-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 23 /auto/type-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/auto/function-invoker/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/auto/function-invoker/.dirs/system-config1:/var/volatile/tmp/auto/function-invoker/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/auto/function-invoker/.dirs/system-data1:/var/volatile/tmp/auto/function-invoker/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/auto/function-invoker/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/auto/function-invoker/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 24 /auto/function-invoker\n# End of auto tests\nPASS: glib/autoptr-girepository.test\nRunning test: glib/flags.test\nTAP version 14\n# random seed: R02S8d86ef7f15f34ce6c14b1108ee246456\n1..1\n# Start of gobject tests\n# Start of flags tests\nok 1 /gobject/flags/validate\n# End of flags tests\n# End of gobject tests\nPASS: glib/flags.test\nRunning test: glib/gdatetime.test\nTAP version 14\n# random seed: R02S53a75641ae221aa432acbb8d629d35df\n1..68\n# Start of GDateTime tests\n# Bug Reference: http://bugzilla.gnome.org/702674\nok 1 /GDateTime/invalid\nok 2 /GDateTime/add_days\nok 3 /GDateTime/add_full\nok 4 /GDateTime/add_hours\nok 5 /GDateTime/add_minutes\nok 6 /GDateTime/add_months\nok 7 /GDateTime/add_seconds\nok 8 /GDateTime/add_weeks\nok 9 /GDateTime/add_years\nok 10 /GDateTime/compare\nok 11 /GDateTime/diff\nok 12 /GDateTime/equal\nok 13 /GDateTime/get_day_of_week\nok 14 /GDateTime/get_day_of_month\nok 15 /GDateTime/get_day_of_year\nok 16 /GDateTime/get_hour\nok 17 /GDateTime/get_microsecond\nok 18 /GDateTime/get_minute\nok 19 /GDateTime/get_month\nok 20 /GDateTime/get_second\nok 21 /GDateTime/get_utc_offset\nok 22 /GDateTime/get_year\nok 23 /GDateTime/hash\nok 24 /GDateTime/new_from_unix\nok 25 /GDateTime/new_from_unix_utc\nok 26 /GDateTime/new_from_timeval\nok 27 /GDateTime/new_from_timeval_utc\nok 28 /GDateTime/new_from_iso8601\nok 29 /GDateTime/new_full\nok 30 /GDateTime/now\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2215\nok 31 /GDateTime/test-6-days-until-end-of-the-month\n# %a -> expected: Sat\n# %a -> actual:   Sat\n# %A -> expected: Saturday\n# %A -> actual:   Saturday\n# %b -> expected: Oct\n# %b -> actual:   Oct\n# %B -> expected: October\n# %B -> actual:   October\n# %d -> expected: 24\n# %d -> actual:   24\n# %d -> expected: 01\n# %d -> actual:   01\n# %e -> expected: 24\n# %e -> actual:   24\n# %e -> expected: \u20071\n# %e -> actual:   \u20071\n# %f -> expected: 001000\n# %f -> actual:   001000\n# %h -> expected: Oct\n# %h -> actual:   Oct\n# %H -> expected: 00\n# %H -> actual:   00\n# %H -> expected: 15\n# %H -> actual:   15\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 03\n# %I -> actual:   03\n# %j -> expected: 297\n# %j -> actual:   297\n# %k -> expected: \u20070\n# %k -> actual:   \u20070\n# %k -> expected: 13\n# %k -> actual:   13\n# %l -> expected: 12\n# %l -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %l -> expected: \u20071\n# %l -> actual:   \u20071\n# %l -> expected: 10\n# %l -> actual:   10\n# %m -> expected: 10\n# %m -> actual:   10\n# %M -> expected: 00\n# %M -> actual:   00\n# %p -> expected: AM\n# %p -> actual:   AM\n# %p -> expected: PM\n# %p -> actual:   PM\n# %P -> expected: am\n# %P -> actual:   am\n# %P -> expected: pm\n# %P -> actual:   pm\n# %r -> expected: 12:00:00 AM\n# %r -> actual:   12:00:00 AM\n# %r -> expected: 01:13:13 PM\n# %r -> actual:   01:13:13 PM\n# %R -> expected: 00:00\n# %R -> actual:   00:00\n# %R -> expected: 13:13\n# %R -> actual:   13:13\n# %S -> expected: 00\n# %S -> actual:   00\n# %t -> expected: \t\n# %t -> actual:   \t\n# %u -> expected: 6\n# %u -> actual:   6\n# %x -> expected: 10/24/09\n# %x -> actual:   10/24/09\n# %X -> expected: 00:00:00\n# %X -> actual:   00:00:00\n# %X -> expected: 13:14:15\n# %X -> actual:   13:14:15\n# %y -> expected: 09\n# %y -> actual:   09\n# %Y -> expected: 2009\n# %Y -> actual:   2009\n# %% -> expected: %\n# %% -> actual:   %\n# % -> expected: \n# % -> actual:   \n# %9 -> expected: (null)\n# %9 -> actual:   (null)\n# %Z -> expected: UTC\n# %Z -> actual:   UTC\n# %#Z %Z -> expected: utc UTC\n# %#Z %Z -> actual:   utc UTC\nok 32 /GDateTime/printf\n# %a -> expected: \n# %a -> actual:   \n# %A -> expected: \n# %A -> actual:   \n# %b -> expected: 10\n# %b -> actual:   10\n# %B -> expected: 10\n# %B -> actual:   10\n# %c -> expected: 2009\u01ef1024 0000\u02ac00\n# %c -> actual:   2009\u01ef1024 0000\u02ac00\n# %C -> expected: 20\n# %C -> actual:   20\n# %d -> expected: 24\n# %d -> actual:   24\n# %d -> expected: 01\n# %d -> actual:   01\n# %e -> expected: 24\n# %e -> actual:   24\n# %h -> expected: 10\n# %h -> actual:   10\n# %H -> expected: 00\n# %H -> actual:   00\n# %H -> expected: 15\n# %H -> actual:   15\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %I -> expected: 03\n# %I -> actual:   03\n# %j -> expected: 297\n# %j -> actual:   297\n# %k -> expected: ?0\n# %k -> actual:   ?0\n# %k -> expected: 13\n# %k -> actual:   13\n# %l -> expected: 12\n# %l -> actual:   12\n# %I -> expected: 12\n# %I -> actual:   12\n# %l -> expected: ?1\n# %l -> actual:   ?1\n# %l -> expected: 10\n# %l -> actual:   10\n# %m -> expected: 10\n# %m -> actual:   10\n# %M -> expected: 00\n# %M -> actual:   00\n# %p -> expected: \n# %p -> actual:   \n# %p -> expected: \n# %p -> actual:   \n# %P -> expected: \n# %P -> actual:   \n# %P -> expected: \n# %P -> actual:   \n# %r -> expected: 1200\u02ac00\n# %r -> actual:   1200\u02ac00\n# %r -> expected: 0113\u02ac13\n# %r -> actual:   0113\u02ac13\n# %R -> expected: 00:00\n# %R -> actual:   00:00\n# %R -> expected: 13:13\n# %R -> actual:   13:13\n# %S -> expected: 00\n# %S -> actual:   00\n# %t -> expected: \t\n# %t -> actual:   \t\n# %u -> expected: 6\n# %u -> actual:   6\n# %x -> expected: 2009\u01ef1024\n# %x -> actual:   2009\u01ef1024\n# %X -> expected: 0000\u02ac00\n# %X -> actual:   0000\u02ac00\n# %X -> expected: 1314\u02ac15\n# %X -> actual:   1314\u02ac15\n# %y -> expected: 09\n# %y -> actual:   09\n# %Y -> expected: 2009\n# %Y -> actual:   2009\n# %% -> expected: %\n# %% -> actual:   %\n# % -> expected: \n# % -> actual:   \n# %9 -> expected: (null)\n# %9 -> actual:   (null)\n# %Ec -> expected: \u02bf21\u01ef1024 0000\u02ac00\n# %Ec -> actual:   \u02bf21\u01ef1024 0000\u02ac00\n# %EC -> expected: \u02bf\n# %EC -> actual:   \u02bf\n# %Ex -> expected: \u02bf21\u01ef1024\n# %Ex -> actual:   \u02bf21\u01ef1024\n# %EX -> expected: 0000\u02ac00\n# %EX -> actual:   0000\u02ac00\n# %Ey -> expected: 21\n# %Ey -> actual:   21\n# %EY -> expected: \u02bf21\u01ef\n# %EY -> actual:   \u02bf21\u01ef\nok 33 /GDateTime/non_utf8_printf\n# ???? -> expected: ????\n# ???? -> actual:   ????\n# %H?%M -> expected: 23?15\n# %H?%M -> actual:   23?15\nGLib: Cannot convert message: Konwersja z\u00a0zestawu znak\u00f3w \u201eUTF-8\u201d na zestaw \u201eISO-8859-2\u201d nie jest obs\u0142ugiwana\n# %H\u2236%M -> expected: 23\u223615\n# %H\u2236%M -> actual:   23\u223615\nok 34 /GDateTime/format_unrepresentable\nok 35 /GDateTime/format_iso8601\nok 36 /GDateTime/strftime\n# %d -> expected: 01\n# %d -> actual:   01\n# %_d -> expected:  1\n# %_d -> actual:    1\n# %-d -> expected: 1\n# %-d -> actual:   1\n# %0d -> expected: 01\n# %0d -> actual:   01\n# %d -> expected: 21\n# %d -> actual:   21\n# %_d -> expected: 21\n# %_d -> actual:   21\n# %-d -> expected: 21\n# %-d -> actual:   21\n# %0d -> expected: 21\n# %0d -> actual:   21\n# %e -> expected: \u20071\n# %e -> actual:   \u20071\n# %_e -> expected:  1\n# %_e -> actual:    1\n# %-e -> expected: 1\n# %-e -> actual:   1\n# %0e -> expected: 01\n# %0e -> actual:   01\n# %e -> expected: 21\n# %e -> actual:   21\n# %_e -> expected: 21\n# %_e -> actual:   21\n# %-e -> expected: 21\n# %-e -> actual:   21\n# %0e -> expected: 21\n# %0e -> actual:   21\n# %a -> expected: Thu\n# %a -> actual:   Thu\n# %^a -> expected: THU\n# %^a -> actual:   THU\n# %#a -> expected: THU\n# %#a -> actual:   THU\n# %A -> expected: Thursday\n# %A -> actual:   Thursday\n# %^A -> expected: THURSDAY\n# %^A -> actual:   THURSDAY\n# %#A -> expected: THURSDAY\n# %#A -> actual:   THURSDAY\n# %b -> expected: Jan\n# %b -> actual:   Jan\n# %^b -> expected: JAN\n# %^b -> actual:   JAN\n# %#b -> expected: JAN\n# %#b -> actual:   JAN\n# %B -> expected: January\n# %B -> actual:   January\n# %^B -> expected: JANUARY\n# %^B -> actual:   JANUARY\n# %#B -> expected: JANUARY\n# %#B -> actual:   JANUARY\n# %h -> expected: Jan\n# %h -> actual:   Jan\n# %^h -> expected: JAN\n# %^h -> actual:   JAN\n# %#h -> expected: JAN\n# %#h -> actual:   JAN\n# %Z -> expected: UTC\n# %Z -> actual:   UTC\n# %^Z -> expected: UTC\n# %^Z -> actual:   UTC\n# %#Z -> expected: utc\n# %#Z -> actual:   utc\n# %H -> expected: 01\n# %H -> actual:   01\n# %_H -> expected:  1\n# %_H -> actual:    1\n# %-H -> expected: 1\n# %-H -> actual:   1\n# %0H -> expected: 01\n# %0H -> actual:   01\n# %H -> expected: 21\n# %H -> actual:   21\n# %_H -> expected: 21\n# %_H -> actual:   21\n# %-H -> expected: 21\n# %-H -> actual:   21\n# %0H -> expected: 21\n# %0H -> actual:   21\n# %I -> expected: 01\n# %I -> actual:   01\n# %_I -> expected:  1\n# %_I -> actual:    1\n# %-I -> expected: 1\n# %-I -> actual:   1\n# %0I -> expected: 01\n# %0I -> actual:   01\n# %I -> expected: 11\n# %I -> actual:   11\n# %_I -> expected: 11\n# %_I -> actual:   11\n# %-I -> expected: 11\n# %-I -> actual:   11\n# %0I -> expected: 11\n# %0I -> actual:   11\n# %k -> expected: \u20071\n# %k -> actual:   \u20071\n# %_k -> expected:  1\n# %_k -> actual:    1\n# %-k -> expected: 1\n# %-k -> actual:   1\n# %0k -> expected: 01\n# %0k -> actual:   01\n# %l -> expected: \u20071\n# %l -> actual:   \u20071\n# %_l -> expected:  1\n# %_l -> actual:    1\n# %-l -> expected: 1\n# %-l -> actual:   1\n# %0l -> expected: 01\n# %0l -> actual:   01\n# %l -> expected: 11\n# %l -> actual:   11\n# %_l -> expected: 11\n# %_l -> actual:   11\n# %-l -> expected: 11\n# %-l -> actual:   11\n# %0l -> expected: 11\n# %0l -> actual:   11\n# %p -> expected: AM\n# %p -> actual:   AM\n# %^p -> expected: AM\n# %^p -> actual:   AM\n# %#p -> expected: am\n# %#p -> actual:   am\n# %P -> expected: am\n# %P -> actual:   am\n# %^P -> expected: AM\n# %^P -> actual:   AM\n# %#P -> expected: am\n# %#P -> actual:   am\n# %OH -> expected: \u06f2\u06f3\n# %OH -> actual:   \u06f2\u06f3\n# %OI -> expected: \u06f1\u06f1\n# %OI -> actual:   \u06f1\u06f1\n# %OM -> expected: \u06f0\u06f0\n# %OM -> actual:   \u06f0\u06f0\n# %Om -> expected: \u06f0\u06f7\n# %Om -> actual:   \u06f0\u06f7\n# %0Om -> expected: \u06f0\u06f7\n# %0Om -> actual:   \u06f0\u06f7\n# %-Om -> expected: \u06f7\n# %-Om -> actual:   \u06f7\n# %_Om -> expected:  \u06f7\n# %_Om -> actual:    \u06f7\n# %c -> expected: thu 01 jan 2009 00:00:00 utc\n# %c -> actual:   Thu 01 Jan 2009 00:00:00 UTC\n# %Ec -> expected: thu 01 jan 2009 00:00:00 utc\n# %Ec -> actual:   Thu 01 Jan 2009 00:00:00 UTC\n# %C -> expected: 20\n# %C -> actual:   20\n# %EC -> expected: 20\n# %EC -> actual:   20\n# %x -> expected: 02/01/09\n# %x -> actual:   02/01/09\n# %Ex -> expected: 02/01/09\n# %Ex -> actual:   02/01/09\n# %X -> expected: 01:02:03\n# %X -> actual:   01:02:03\n# %EX -> expected: 01:02:03\n# %EX -> actual:   01:02:03\n# %y -> expected: 09\n# %y -> actual:   09\n# %Ey -> expected: 09\n# %Ey -> actual:   09\n# %Y -> expected: 2009\n# %Y -> actual:   2009\n# %EY -> expected: 2009\n# %EY -> actual:   2009\nok 37 /GDateTime/modifiers # SKIP locale gu_IN not available, skipping O modifier tests\n# Bug Reference: http://bugzilla.gnome.org/749206\n# %B -> expected: January\n# %B -> actual:   January\n# %OB -> expected: February\n# %OB -> actual:   February\n# %b -> expected: Mar\n# %b -> actual:   Mar\n# %Ob -> expected: Apr\n# %Ob -> actual:   Apr\n# %h -> expected: May\n# %h -> actual:   May\n# %Oh -> expected: Jun\n# %Oh -> actual:   Jun\n# %B -> expected: Juli\n# %B -> actual:   Juli\n# %OB -> expected: August\n# %OB -> actual:   August\n# %b -> expected: Sep\n# %b -> actual:   Sep\n# %Ob -> expected: Okt\n# %Ob -> actual:   Okt\n# %h -> expected: Nov\n# %h -> actual:   Nov\n# %Oh -> expected: Dez\n# %Oh -> actual:   Dez\n# %B -> expected: enero\n# %B -> actual:   enero\n# %OB -> expected: febrero\n# %OB -> actual:   febrero\n# %b -> expected: mar\n# %b -> actual:   mar\n# %Ob -> expected: abr\n# %Ob -> actual:   abr\n# %h -> expected: may\n# %h -> actual:   may\n# %Oh -> expected: jun\n# %Oh -> actual:   jun\n# %B -> expected: juillet\n# %B -> actual:   juillet\n# %OB -> expected: ao\u00fbt\n# %OB -> actual:   ao\u00fbt\n# %b -> expected: sept.\n# %b -> actual:   sept.\n# %Ob -> expected: oct.\n# %Ob -> actual:   oct.\n# %h -> expected: nov.\n# %h -> actual:   nov.\n# %Oh -> expected: d\u00e9c.\n# %Oh -> actual:   d\u00e9c.\n# %B -> expected: \u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> actual:   \u0399\u03b1\u03bd\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> expected: \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> actual:   \u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03b1\u03c1\u03af\u03bf\u03c5\n# %B -> expected: \u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5\n# %B -> actual:   \u039c\u03b1\u03c1\u03c4\u03af\u03bf\u03c5\n# %OB -> expected: \u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2\n# %OB -> actual:   \u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2\n# %OB -> expected: \u039c\u03ac\u03b9\u03bf\u03c2\n# %OB -> actual:   \u039c\u03ac\u03b9\u03bf\u03c2\n# %OB -> expected: \u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2\n# %OB -> actual:   \u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2\n# %b -> expected: \u0399\u03bf\u03c5\u03bb\n# %b -> actual:   \u0399\u03bf\u03c5\u03bb\n# %Ob -> expected: \u0391\u03cd\u03b3\n# %Ob -> actual:   \u0391\u03cd\u03b3\n# %B -> expected: svibnja\n# %B -> actual:   svibnja\n# %B -> expected: lipnja\n# %B -> actual:   lipnja\n# %B -> expected: srpnja\n# %B -> actual:   srpnja\n# %OB -> expected: Kolovoz\n# %OB -> actual:   kolovoz\n# %OB -> expected: Rujan\n# %OB -> actual:   rujan\n# %OB -> expected: Listopad\n# %OB -> actual:   listopad\n# %b -> expected: Stu\n# %b -> actual:   stu\n# %Ob -> expected: Pro\n# %Ob -> actual:   pro\n# %B -> expected: sausio\n# %B -> actual:   sausio\n# %B -> expected: vasario\n# %B -> actual:   vasario\n# %B -> expected: kovo\n# %B -> actual:   kovo\n# %OB -> expected: balandis\n# %OB -> actual:   balandis\n# %OB -> expected: gegu\u017e\u0117\n# %OB -> actual:   gegu\u017e\u0117\n# %OB -> expected: bir\u017eelis\n# %OB -> actual:   bir\u017eelis\n# %b -> expected: liep.\n# %b -> actual:   liep.\n# %Ob -> expected: rugp.\n# %Ob -> actual:   rugp.\n# %B -> expected: maja\n# %B -> actual:   maja\n# %B -> expected: czerwca\n# %B -> actual:   czerwca\n# %B -> expected: lipca\n# %B -> actual:   lipca\n# %OB -> expected: sierpie\u0144\n# %OB -> actual:   sierpie\u0144\n# %OB -> expected: wrzesie\u0144\n# %OB -> actual:   wrzesie\u0144\n# %OB -> expected: pa\u017adziernik\n# %OB -> actual:   pa\u017adziernik\n# %b -> expected: lis\n# %b -> actual:   lis\n# %Ob -> expected: gru\n# %Ob -> actual:   gru\n# %B -> expected: \u044f\u043d\u0432\u0430\u0440\u044f\n# %B -> actual:   \u044f\u043d\u0432\u0430\u0440\u044f\n# %B -> expected: \u0444\u0435\u0432\u0440\u0430\u043b\u044f\n# %B -> actual:   \u0444\u0435\u0432\u0440\u0430\u043b\u044f\n# %B -> expected: \u043c\u0430\u0440\u0442\u0430\n# %B -> actual:   \u043c\u0430\u0440\u0442\u0430\n# %OB -> expected: \u0410\u043f\u0440\u0435\u043b\u044c\n# %OB -> actual:   \u0410\u043f\u0440\u0435\u043b\u044c\n# %OB -> expected: \u041c\u0430\u0439\n# %OB -> actual:   \u041c\u0430\u0439\n# %OB -> expected: \u0418\u044e\u043d\u044c\n# %OB -> actual:   \u0418\u044e\u043d\u044c\n# %b -> expected: \u0438\u044e\u043b\n# %b -> actual:   \u0438\u044e\u043b\n# %Ob -> expected: \u0430\u0432\u0433\n# %Ob -> actual:   \u0430\u0432\u0433\n# %b -> expected: \u043c\u0430\u044f\n# %b -> actual:   \u043c\u0430\u044f\n# %Ob -> expected: \u043c\u0430\u0439\n# %Ob -> actual:   \u043c\u0430\u0439\nok 38 /GDateTime/month_names\nok 39 /GDateTime/to_local\nok 40 /GDateTime/to_unix\nok 41 /GDateTime/to_timeval\nok 42 /GDateTime/to_utc\nok 43 /GDateTime/now_utc\nok 44 /GDateTime/dst\n# Bug Reference: http://bugzilla.gnome.org/642935\nok 45 /GDateTime/test_z\nok 46 /GDateTime/test-all-dates\nok 47 /GDateTime/unix_usec\n# Start of new_from_unix tests\n# Bug Reference: http://bugzilla.gnome.org/782089\nok 48 /GDateTime/new_from_unix/overflow\n# End of new_from_unix tests\n# Start of new_from_timeval tests\n# Bug Reference: http://bugzilla.gnome.org/782089\n# Maximum supported GTimeVal.tv_sec = 253402300799\nok 49 /GDateTime/new_from_timeval/overflow\n# End of new_from_timeval tests\n# Start of new_from_iso8601 tests\n# /GDateTime/new_from_iso8601/2 summary: Further parser tests for g_date_time_new_from_iso8601(), checking success and failure using test vectors.\n# Vector 0: 1990-11-01T10:21:17Z\n# Vector 1: 19901101T102117Z\n# Vector 2: 1970-01-01T00:00:17.12Z\n# Vector 3: 1970-01-01T00:00:17.1234Z\n# Vector 4: 1970-01-01T00:00:17.123456Z\n# Vector 5: 1980-02-22T12:36:00+02:00\n# Vector 6: 1990-12-31T15:59:60-08:00\n# Vector 7:    \n# Vector 8: x\n# Vector 9: 123x\n# Vector 10: 2001-10+x\n# Vector 11: 1980-02-22T\n# Vector 12: 2001-10-08Tx\n# Vector 13: 2001-10-08T10:11x\n# Vector 14: Wed Dec 19 17:20:20 GMT 2007\n# Vector 15: 1980-02-22T10:36:00Zulu\n# Vector 16: 2T0+819855292164632335\n# Vector 17: 2018-08-03T14:08:05.446178377+01:00\n# Vector 18: 2147483648-08-03T14:08:05.446178377+01:00\n# Vector 19: 2018-13-03T14:08:05.446178377+01:00\n# Vector 20: 2018-00-03T14:08:05.446178377+01:00\n# Vector 21: 2018-08-00T14:08:05.446178377+01:00\n# Vector 22: 2018-08-32T14:08:05.446178377+01:00\n# Vector 23: 2018-08-03T24:08:05.446178377+01:00\n# Vector 24: 2018-08-03T14:60:05.446178377+01:00\n# Vector 25: 2018-08-03T14:08:63.446178377+01:00\n# Vector 26: 2018-08-03T14:08:05.446178377+100:00\n# Vector 27: 20180803T140805.446178377+0100\n# Vector 28: 21474836480803T140805.446178377+0100\n# Vector 29: 20181303T140805.446178377+0100\n# Vector 30: 20180003T140805.446178377+0100\n# Vector 31: 20180800T140805.446178377+0100\n# Vector 32: 20180832T140805.446178377+0100\n# Vector 33: 20180803T240805.446178377+0100\n# Vector 34: 20180803T146005.446178377+0100\n# Vector 35: 20180803T140863.446178377+0100\n# Vector 36: 20180803T140805.446178377+10000\n# Vector 37: -0005-01-01T00:00:00Z\n# Vector 38: 2018-08-06\n# Vector 39: 20180803T140805,446178377+0100\n# Vector 40: 2018-08-03T14:08:05.446178377-01:00\n# Vector 41: 2018-08-03T14:08:05.446178377 01:00\n# Vector 42: 1990-11-01T10:21:17\n# Vector 43: 1719W462 407777-07\n# Vector 44: 4011090 260528Z\n# Vector 45: 0000W011 228214-22\nok 50 /GDateTime/new_from_iso8601/2\n# End of new_from_iso8601 tests\n# Start of format_mixed tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# Unavailable 'de_DE.iso88591' locale\nok 51 /GDateTime/format_mixed/utf8_time_non_utf8_messages # SKIP required locale not available, skipping tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# %b -> expected: mar\n# %b -> actual:   Mar\n# %B -> expected: march\n# %B -> actual:   March\nok 52 /GDateTime/format_mixed/utf8_time_utf8_messages\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# Unavailable 'de_DE.iso88591' locale\nok 53 /GDateTime/format_mixed/non_utf8_time_non_utf8_messages # SKIP required locale not available, skipping tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2055\n# Unavailable 'de_DE.iso88591' locale\nok 54 /GDateTime/format_mixed/non_utf8_time_utf8_messages # SKIP required locale not available, skipping tests\n# End of format_mixed tests\n# Start of strftime tests\n# %r -> expected: (null)\n# %r -> actual:   (null)\nok 55 /GDateTime/strftime/error_handling\n# End of strftime tests\n# Start of eras tests\nok 56 /GDateTime/eras/japan # SKIP locale ja_JP.utf-8 not available, skipping Japanese era tests\n# %Ec -> expected: \u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35\u0e17\u0e35\u0e48 \u20071 \u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19 \u0e1e.\u0e28. 2566, 00.00.00 \u0e19.\n# %Ec -> actual:   \u0e27\u0e31\u0e19\u0e1e\u0e24\u0e2b\u0e31\u0e2a\u0e1a\u0e14\u0e35\u0e17\u0e35\u0e48 \u20071 \u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19 \u0e1e.\u0e28. 2566, 00.00.00 \u0e19.\n# %EC -> expected: \u0e1e.\u0e28.\n# %EC -> actual:   \u0e1e.\u0e28.\n# %Ex -> expected: \u20071 \u0e21\u0e34.\u0e22. 2566\n# %Ex -> actual:   \u20071 \u0e21\u0e34.\u0e22. 2566\n# %EX -> expected: 00.00.00 \u0e19.\n# %EX -> actual:   00.00.00 \u0e19.\n# %Ey -> expected: 2566\n# %Ey -> actual:   2566\n# %EY -> expected: \u0e1e.\u0e28. 2566\n# %EY -> actual:   \u0e1e.\u0e28. 2566\n# %Ex -> expected: \u20071 \u0e21\u0e34.\u0e22. 544\n# %Ex -> actual:   \u20071 \u0e21\u0e34.\u0e22. 544\nok 57 /GDateTime/eras/thailand\n# Vector 0: \n# Vector 1: +:1:-543/01/01:+*:\u0e1e.\u0e28.:%EC %Ey\n# Vector 2: +:2:2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74;+:1:2019/05/01:2019/12/31:\u4ee4\u548c:%EC\u5143\u5e74;+:2:1990/01/01:2019/04/30:\u5e73\u6210:%EC%Ey\u5e74;+:1:1989/01/08:1989/12/31:\u5e73\u6210:%EC\u5143\u5e74;+:2:1927/01/01:1989/01/07:\u662d\u548c:%EC%Ey\u5e74;+:1:1926/12/25:1926/12/31:\u662d\u548c:%EC\u5143\u5e74;+:2:1913/01/01:1926/12/24:\u5927\u6b63:%EC%Ey\u5e74;+:1:1912/07/30:1912/12/31:\u5927\u6b63:%EC\u5143\u5e74;+:6:1873/01/01:1912/07/29:\u660e\u6cbb:%EC%Ey\u5e74;+:1:0001/01/01:1872/12/31:\u897f\u66a6:%EC%Ey\u5e74;+:1:-0001/12/31:-*:\u7d00\u5143\u524d:%EC%Ey\u5e74\n# Vector 3: -:2:2020/01/01:-*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 4: +:2:2020/01/01:2020/01/01:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 5: +:2:+2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 6: .:2:2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 7: +.2:2020/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 8: +\n# Vector 9: +:\n# Vector 10: +::\n# Vector 11: +:200\n# Vector 12: +:2nonsense\n# Vector 13: +:2nonsense:\n# Vector 14: +:2:\n# Vector 15: +:2::\n# Vector 16: +:2:2020-01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 17: +:2:2020nonsense/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 18: +:2:2020:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 19: +:2:18446744073709551615/01/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 20: +:2:2020/01-01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 21: +:2:2020/01nonsense/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 22: +:2:2020/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 23: +:2:2020/00/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 24: +:2:2020/13/01:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 25: +:2:2020/01/00:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 26: +:2:2020/01/32:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 27: +:2:2020/01/01nonsense:+*:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 28: +:2:2020/01/01\n# Vector 29: +:2:2020/01/01:\n# Vector 30: +:2:2020/01/01::\n# Vector 31: +:2:2020/01/01:2021-01-01:\u4ee4\u548c:%EC%Ey\u5e74\n# Vector 32: +:2:2020/01/01:+*\n# Vector 33: +:2:2020/01/01:+*:\n# Vector 34: +:2:2020/01/01:+*::\n# Vector 35: +:2:2020/01/01:+*:\u4ee4\u548c\n# Vector 36: +:2:2020/01/01:+*:\u4ee4\u548c:\n# Vector 37: +:2:2020/01/01:+*:\u4ee4\u548c:;\nok 58 /GDateTime/eras/parsing\n# End of eras tests\n# End of GDateTime tests\n# Start of GTimeZone tests\nok 59 /GTimeZone/find-interval\nok 60 /GTimeZone/adjust-time\nok 61 /GTimeZone/no-header\nok 62 /GTimeZone/no-header-identifier\nok 63 /GTimeZone/posix-parse\n# Bug Reference: http://bugzilla.gnome.org/697715\nok 64 /GTimeZone/floating-point\n# System time zone identifier: Universal\nok 65 /GTimeZone/identifier\n# Vector 0: -158400\n# Vector 1: -10000\n# Vector 2: -3600\n# Vector 3: -61\n# Vector 4: -60\n# Vector 5: -59\n# Vector 6: 0\n# Vector 7: 59\n# Vector 8: 60\n# Vector 9: 61\n# Vector 10: 3600\n# Vector 11: 10000\n# Vector 12: 158400\nok 66 /GTimeZone/new-offset\n# /GTimeZone/parse-rfc8536 summary: Test parsing time zone files in RFC 8536 version 3 format\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2129\nok 67 /GTimeZone/parse-rfc8536\n# /GTimeZone/caching summary: GTimeZone instances are cached\nok 68 /GTimeZone/caching\n# End of GTimeZone tests\nPASS: glib/gdatetime.test\nRunning test: glib/tree.test\nTAP version 14\n# random seed: R02S6d3805b039b9922b785dedf1f6f33c05\n1..7\n# Start of tree tests\nok 1 /tree/search\nok 2 /tree/remove\nok 3 /tree/destroy\nok 4 /tree/traverse\nok 5 /tree/insert\nok 6 /tree/bounds\nok 7 /tree/remove-all\n# End of tree tests\nPASS: glib/tree.test\nRunning test: glib/deprecated-properties.test\nTAP version 14\n# random seed: R02S57ea9b6304d13943cca60f5f35e8bc29\n1..3\n# Start of deprecated-properties tests\nok 1 /deprecated-properties/construct\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2748\nok 2 /deprecated-properties/default-construct\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2748\nok 3 /deprecated-properties/set\n# End of deprecated-properties tests\nPASS: glib/deprecated-properties.test\nRunning test: glib/protocol.test\nTAP version 14\n# random seed: R02Sf290ae8df723d3d3c24a47ed30c0da0d\n1..9\n# Start of glib tests\n# Start of testing tests\n# Start of protocol tests\nok 1 /glib/testing/protocol/debug\nok 2 /glib/testing/protocol/info\nok 3 /glib/testing/protocol/message\nok 4 /glib/testing/protocol/warning\nok 5 /glib/testing/protocol/critical\nok 6 /glib/testing/protocol/error\nok 7 /glib/testing/protocol/gtest-message\nok 8 /glib/testing/protocol/test-message\nok 9 /glib/testing/protocol/test-error\n# End of protocol tests\n# End of testing tests\n# End of glib tests\nPASS: glib/protocol.test\nRunning test: glib/utils-isolated.test\nTAP version 14\n# random seed: R02S0345a2583c88ed3b58e8e7040034fb84\n1..11\n# Start of utils-isolated tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/tmp-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/tmp-dir/.dirs/runtime\nok 1 /utils-isolated/tmp-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/home-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/home-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/home-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/home-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/home-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/home-dir/.dirs/runtime\nok 2 /utils-isolated/home-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-cache-dir/.dirs/runtime\nok 3 /utils-isolated/user-cache-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-config1:/var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-data1:/var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/system-config-dirs/.dirs/runtime\nok 4 /utils-isolated/system-config-dirs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-config-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-config-dir/.dirs/runtime\nok 5 /utils-isolated/user-config-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-config1:/var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-data1:/var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/system-data-dirs/.dirs/runtime\nok 6 /utils-isolated/system-data-dirs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-data-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-data-dir/.dirs/runtime\nok 7 /utils-isolated/user-data-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-state-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-state-dir/.dirs/runtime\nok 8 /utils-isolated/user-state-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-config1:/var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-data1:/var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/user-runtime-dir/.dirs/runtime\nok 9 /utils-isolated/user-runtime-dir\n# Start of cleanup tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-config1:/var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-data1:/var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/runtime\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs/runtime: Directory not empty\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/handles-errors/.dirs: Directory not empty\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/handles-errors: Directory not empty\nok 10 /utils-isolated/cleanup/handles-errors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-config1:/var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-data1:/var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks/.dirs/runtime\nUnable to clean up temporary directory /var/volatile/tmp/utils-isolated/cleanup/doesnt-follow-symlinks: No such file or directory\nok 11 /utils-isolated/cleanup/doesnt-follow-symlinks\n# End of cleanup tests\n# End of utils-isolated tests\nPASS: glib/utils-isolated.test\nRunning test: glib/function-info.test\nTAP version 14\n# random seed: R02S1d797b59b22d022dabf7c17e6dd49656\n1..1\n# Start of function-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/function-info/invoker/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/function-info/invoker/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/function-info/invoker/.dirs/system-config1:/var/volatile/tmp/function-info/invoker/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/function-info/invoker/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/function-info/invoker/.dirs/system-data1:/var/volatile/tmp/function-info/invoker/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/function-info/invoker/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/function-info/invoker/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/function-info/invoker/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /function-info/invoker summary: Test preparing a function invoker\nok 1 /function-info/invoker\n# End of function-info tests\nPASS: glib/function-info.test\nRunning test: glib/io-channel-basic.test\nTAP version 14\n# random seed: R02S9f6e04a7a63b1cb3ce81418c35f54d1a\n1..1\n# Start of gio tests\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S1975013842e0b6a0f34d762a69e83c6b\n    # GLib-DEBUG: io-channel-basic: child writing 8+3896 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3896 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+455 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 455 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3829 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3829 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4465 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4465 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4330 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4330 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2242 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 2242 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3367 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3367 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3581 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3581 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\nExecuting: glib/io-channel-basic.test\n    # GLib-DEBUG: io-channel-basic: child writing 8+3163 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3163 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+758 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 758 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3615 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3615 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4559 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4559 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4534 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4534 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4137 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4137 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4809 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4809 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3926 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 3926 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4270 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4270 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+138 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 138 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2408 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 2408 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4465 bytes to 6\n# GLib-DEBUG: io-channel-basic: ...from 5: IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 4465 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1705 bytes to 6\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 6\n# GLib-DEBUG: io-channel-basic: ...from 5: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 5: 1705 bytes\n# GLib-DEBUG: io-channel-basic: ...from 5: OK\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S90865ec686d0eabd36375efdf679e306\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S6eaa29ba5242e049d87acc11dd47f3a5\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S5cb8c370b4fb70d112a247b14bdc2333\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S53edab4dc6b512d5fbc2561861d06a64\n# Subtest: /usr/libexec/installed-tests/glib/io-channel-basic\n    # random seed: R02S9a40d98adb146c221fab39618414f167\n    # GLib-DEBUG: io-channel-basic: child writing 8+4994 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4994 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2501 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2501 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1364 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1364 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+63 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 63 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1107 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1107 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+323 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 323 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4709 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4709 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1050 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 1050 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4068 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 4068 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4149 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4149 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+560 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 560 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4226 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4226 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1650 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 1650 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3762 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3762 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3039 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3039 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2573 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2573 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2142 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2142 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4318 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4318 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4184 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4184 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+815 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 815 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2241 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2241 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2984 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2984 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2652 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2652 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+136 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 136 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+649 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 649 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1646 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 1646 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4277 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4277 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+550 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 550 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3421 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3421 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3952 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3952 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\nExecuting: glib/io-channel-basic.test\n    # GLib-DEBUG: io-channel-basic: child writing 8+771 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 771 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+987 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 987 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4331 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4331 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+458 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 458 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+785 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 785 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4684 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4684 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3043 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 3043 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2294 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 2294 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3670 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3670 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2642 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2642 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1524 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1524 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4584 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 4584 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+982 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 982 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4004 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4004 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4200 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4200 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+793 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 793 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+338 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 338 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+147 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 147 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3247 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3247 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2436 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2436 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2110 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2110 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1682 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 1682 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1519 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 1519 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3702 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3702 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2726 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2726 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3119 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 3119 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+154 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 154 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3317 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3317 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1545 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1545 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2295 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2295 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2180 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2180 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2008 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 2008 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1050 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1050 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3856 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3856 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3003 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3003 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2883 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2883 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1779 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1779 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1402 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1402 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+810 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 810 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3907 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3907 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3566 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 3566 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4728 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4728 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4730 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4730 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4322 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4322 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+950 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 950 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+188 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 188 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2855 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2855 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1248 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1248 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+588 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 588 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3488 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3488 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+337 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 337 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+736 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 736 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+922 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 922 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2087 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 2087 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4687 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 4687 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2193 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2193 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+16 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 16 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3856 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 3856 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1032 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 1032 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+907 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 907 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+889 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 889 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4751 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4751 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2708 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2708 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4718 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4718 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+172 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 172 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1447 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 1447 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1600 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1600 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+433 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 433 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+551 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 551 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3807 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 3807 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+272 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 272 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1960 bytes to 9\n# GLib-DEBUG: io-channel-basic: ...from 8: IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 1960 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2171 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 2171 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+3076 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 3076 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+410 bytes to 11\n# GLib-DEBUG: io-channel-basic: ...from 10: IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 410 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2855 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2855 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4816 bytes to 9\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 9\n# GLib-DEBUG: io-channel-basic: ...from 8: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 8: 4816 bytes\n# GLib-DEBUG: io-channel-basic: ...from 8: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+1086 bytes to 15\n# GLib-DEBUG: io-channel-basic: ...from 14: IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 1086 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4156 bytes to 13\n# GLib-DEBUG: io-channel-basic: ...from 12: IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4156 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2748 bytes to 11\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 11\n# GLib-DEBUG: io-channel-basic: ...from 10: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 10: 2748 bytes\n# GLib-DEBUG: io-channel-basic: ...from 10: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+136 bytes to 17\n# GLib-DEBUG: io-channel-basic: ...from 16: IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 136 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4359 bytes to 15\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 15\n# GLib-DEBUG: io-channel-basic: ...from 14: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 14: 4359 bytes\n# GLib-DEBUG: io-channel-basic: ...from 14: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+4164 bytes to 13\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 13\n# GLib-DEBUG: io-channel-basic: ...from 12: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 12: 4164 bytes\n# GLib-DEBUG: io-channel-basic: ...from 12: OK\n    # GLib-DEBUG: io-channel-basic: child writing 8+2657 bytes to 17\n    # GLib-DEBUG: io-channel-basic: child exiting, closing 17\n# GLib-DEBUG: io-channel-basic: ...from 16: HUP IN\n# GLib-DEBUG: io-channel-basic: ...from 16: 2657 bytes\n# GLib-DEBUG: io-channel-basic: ...from 16: OK\nok 1 /gio/io-basics\n# slow test /gio/io-basics executed in 11.68 secs\n# End of gio tests\nPASS: glib/io-channel-basic.test\nRunning test: glib/utils-c-11.test\nTAP version 14\n# random seed: R02Sf652384be81bb6a19ecaa707f45d6708\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-11.test\nRunning test: glib/objects-refcount2.test\nTAP version 14\n# random seed: R02S6b527879ece5fe0f630089aa157c7300\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x55c160627b70\n# \n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\nExecuting: glib/objects-refcount2.test\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# dispose 0x55c160627b70!\n# \nok 1 /gobject/refcount/object-advanced\n# slow test /gobject/refcount/object-advanced executed in 2.33 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/objects-refcount2.test\nRunning test: glib/memory-monitor-portal.test\nTAP version 13\nok 1 __main__.TestLowMemoryMonitorPortal.test_low_memory_warning_portal_signal # SKIP xdg-desktop-portal not available\n1..1\nPASS: glib/memory-monitor-portal.test\nRunning test: glib/spawn-multithreaded.test\nTAP version 14\n# random seed: R02Sa8078bfc4b6f1e846606c48c47df9f12\n1..4\n# Start of gthread tests\n# Child 1531 (ttl 1) exited, status 0\n# Child 1532 (ttl 2) exited, status 0\nok 1 /gthread/spawn-childs\n# slow test /gthread/spawn-childs executed in 2.00 secs\n# Created pid: 1536 (ttl 1)\n# Created pid: 1537 (ttl 2)\nExecuting: glib/spawn-multithreaded.test\n# Child 1536 (ttl 1) exited, status 0\n# Child 1537 (ttl 2) exited, status 0\nok 2 /gthread/spawn-childs-threads\n# slow test /gthread/spawn-childs-threads executed in 2.00 secs\nok 3 /gthread/spawn-sync\nok 4 /gthread/spawn-async\n# End of gthread tests\nPASS: glib/spawn-multithreaded.test\nRunning test: glib/bitlock.test\nTAP version 14\n# random seed: R02Sc6c2b3f519e1240bab2f75ee4e43bb2e\n1..1\n# Start of bitlock tests\n# Start of performance tests\n# max perf: iterations per second\nok 1 /bitlock/performance/uncontended\n# End of performance tests\n# End of bitlock tests\nPASS: glib/bitlock.test\nRunning test: glib/callable-info.test\nTAP version 14\n# random seed: R02S5651883d070589a84a677ac8416933be\n1..5\n# Start of callable-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/sync-function/.dirs/system-config1:/var/volatile/tmp/callable-info/sync-function/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/sync-function/.dirs/system-data1:/var/volatile/tmp/callable-info/sync-function/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/sync-function/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/sync-function/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 1 /callable-info/sync-function\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/async-function/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/async-function/.dirs/system-config1:/var/volatile/tmp/callable-info/async-function/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/async-function/.dirs/system-data1:/var/volatile/tmp/callable-info/async-function/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/async-function/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/async-function/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 2 /callable-info/async-function\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/is-method/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/is-method/.dirs/system-config1:/var/volatile/tmp/callable-info/is-method/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/is-method/.dirs/system-data1:/var/volatile/tmp/callable-info/is-method/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/is-method/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/is-method/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 3 /callable-info/is-method\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/static-method/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/static-method/.dirs/system-config1:/var/volatile/tmp/callable-info/static-method/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/static-method/.dirs/system-data1:/var/volatile/tmp/callable-info/static-method/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/static-method/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/static-method/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\nok 4 /callable-info/static-method\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/callable-info/static-vfunc/.dirs/system-config1:/var/volatile/tmp/callable-info/static-vfunc/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/callable-info/static-vfunc/.dirs/system-data1:/var/volatile/tmp/callable-info/static-vfunc/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/callable-info/static-vfunc/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/callable-info/static-vfunc/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# Bug Reference: https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/361\nok 5 /callable-info/static-vfunc # SKIP g-ir-scanner is not new enough\n# End of callable-info tests\nPASS: glib/callable-info.test\nRunning test: glib/qdata.test\nTAP version 14\n# random seed: R02S308b042d82a3af854411724515a59011\n1..2\n# Start of qdata tests\nok 1 /qdata/threaded\nok 2 /qdata/dup\n# End of qdata tests\nPASS: glib/qdata.test\nRunning test: glib/gsubprocess.test\nTAP version 14\n# random seed: R02Se612dead2160eaa989b7e1ea7faf03f7\n1..84\n# Start of gsubprocess tests\nok 1 /gsubprocess/noop\nok 2 /gsubprocess/noop-all-to-null\nok 3 /gsubprocess/noop-no-wait\nok 4 /gsubprocess/noop-stdin-inherit\nok 5 /gsubprocess/search-path\nok 6 /gsubprocess/search-path-from-envp\nExecuting: glib/gsubprocess.test\nok 7 /gsubprocess/signal\n# slow test /gsubprocess/signal executed in 3.69 secs\nok 8 /gsubprocess/exit1\nok 9 /gsubprocess/echo1\nok 10 /gsubprocess/echo-merged\nok 11 /gsubprocess/cat-utf8\nok 12 /gsubprocess/cat-eof\n# slow test /gsubprocess/cat-eof executed in 1.00 secs\nok 13 /gsubprocess/multi1\n# slow test /gsubprocess/multi1 executed in 3.01 secs\nok 14 /gsubprocess/communicate\nExecuting: glib/gsubprocess.test\nok 15 /gsubprocess/terminate\n# slow test /gsubprocess/terminate executed in 2.98 secs\nok 16 /gsubprocess/fail-initialization\nok 17 /gsubprocess/env\nok 18 /gsubprocess/cwd\nok 19 /gsubprocess/launcher-close\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 20 /gsubprocess/stdout-file\nok 21 /gsubprocess/stdout-fd\nok 22 /gsubprocess/child-setup\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\nok 23 /gsubprocess/launcher-environment\n# Start of exit1 tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=786456\nok 24 /gsubprocess/exit1/cancel\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=786456\nok 25 /gsubprocess/exit1/cancel_in_cb\n# End of exit1 tests\n# Start of communicate tests\nok 26 /gsubprocess/communicate/cancelled\nok 27 /gsubprocess/communicate/async\nok 28 /gsubprocess/communicate/utf8\n# hello world\nok 29 /gsubprocess/communicate/no-pipes\nok 30 /gsubprocess/communicate/separate-stderr\nok 31 /gsubprocess/communicate/stdout-only\n# hello world\nok 32 /gsubprocess/communicate/stderr-only\nok 33 /gsubprocess/communicate/stdout-silence\nok 34 /gsubprocess/communicate/nothing\n# Start of async tests\nok 35 /gsubprocess/communicate/async/cancelled\n# hello world\nok 36 /gsubprocess/communicate/async/no-pipes\nok 37 /gsubprocess/communicate/async/separate-stderr\nok 38 /gsubprocess/communicate/async/stdout-only\n# hello world\nok 39 /gsubprocess/communicate/async/stderr-only\nok 40 /gsubprocess/communicate/async/stdout-silence\n# Start of cancelled tests\nok 41 /gsubprocess/communicate/async/cancelled/no-pipes\nok 42 /gsubprocess/communicate/async/cancelled/separate-stderr\nok 43 /gsubprocess/communicate/async/cancelled/stdout-only\nok 44 /gsubprocess/communicate/async/cancelled/stderr-only\nok 45 /gsubprocess/communicate/async/cancelled/stdout-silence\n# End of cancelled tests\n# End of async tests\n# Start of utf8 tests\nok 46 /gsubprocess/communicate/utf8/cancelled\nok 47 /gsubprocess/communicate/utf8/async\n# hello world\nok 48 /gsubprocess/communicate/utf8/no-pipes\nok 49 /gsubprocess/communicate/utf8/separate-stderr\nok 50 /gsubprocess/communicate/utf8/stdout-only\n# hello world\nok 51 /gsubprocess/communicate/utf8/stderr-only\nok 52 /gsubprocess/communicate/utf8/stdout-silence\nok 53 /gsubprocess/communicate/utf8/invalid\n# Start of async tests\nok 54 /gsubprocess/communicate/utf8/async/cancelled\n# hello world\nok 55 /gsubprocess/communicate/utf8/async/no-pipes\nok 56 /gsubprocess/communicate/utf8/async/separate-stderr\nok 57 /gsubprocess/communicate/utf8/async/stdout-only\n# hello world\nok 58 /gsubprocess/communicate/utf8/async/stderr-only\nok 59 /gsubprocess/communicate/utf8/async/stdout-silence\nok 60 /gsubprocess/communicate/utf8/async/invalid\n# Start of cancelled tests\nok 61 /gsubprocess/communicate/utf8/async/cancelled/no-pipes\nok 62 /gsubprocess/communicate/utf8/async/cancelled/separate-stderr\nok 63 /gsubprocess/communicate/utf8/async/cancelled/stdout-only\nok 64 /gsubprocess/communicate/utf8/async/cancelled/stderr-only\nok 65 /gsubprocess/communicate/utf8/async/cancelled/stdout-silence\n# End of cancelled tests\n# End of async tests\n# Start of cancelled tests\nok 66 /gsubprocess/communicate/utf8/cancelled/no-pipes\nok 67 /gsubprocess/communicate/utf8/cancelled/separate-stderr\nok 68 /gsubprocess/communicate/utf8/cancelled/stdout-only\nok 69 /gsubprocess/communicate/utf8/cancelled/stderr-only\nok 70 /gsubprocess/communicate/utf8/cancelled/stdout-silence\n# End of cancelled tests\n# End of utf8 tests\n# Start of cancelled tests\nok 71 /gsubprocess/communicate/cancelled/no-pipes\nok 72 /gsubprocess/communicate/cancelled/separate-stderr\nok 73 /gsubprocess/communicate/cancelled/stdout-only\nok 74 /gsubprocess/communicate/cancelled/stderr-only\nok 75 /gsubprocess/communicate/cancelled/stdout-silence\n# End of cancelled tests\n# End of communicate tests\n# Start of env tests\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\n# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created\nok 76 /gsubprocess/env/inherit\n# End of env tests\n# Start of pass-fd tests\nok 77 /gsubprocess/pass-fd/basic\nok 78 /gsubprocess/pass-fd/empty-child-setup\nok 79 /gsubprocess/pass-fd/inherit-fds\n# End of pass-fd tests\n# Start of fd-conflation tests\nok 80 /gsubprocess/fd-conflation/basic\nok 81 /gsubprocess/fd-conflation/empty-child-setup\nok 82 /gsubprocess/fd-conflation/inherit-fds\nok 83 /gsubprocess/fd-conflation/child-err-report-fd\n# End of fd-conflation tests\n# Start of exit-status tests\n# /gsubprocess/exit-status/trapped summary: Test that exit status is reported correctly for ptrace()d child processes\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3433\nok 84 /gsubprocess/exit-status/trapped\n# End of exit-status tests\n# End of gsubprocess tests\nPASS: glib/gsubprocess.test\nRunning test: glib/completion.test\nTAP version 14\n# random seed: R02S70f21111c000204765f166df6bbada72\n1..1\n# Start of completion tests\nok 1 /completion/test-completion\n# End of completion tests\nPASS: glib/completion.test\nRunning test: glib/logging.test\nTAP version 14\n# random seed: R02Sf049890e582e61211eed58745642d814\n1..17\n# Start of logging tests\nok 1 /logging/default-handler\n# slow test /logging/default-handler executed in 1.40 secs\nok 2 /logging/warnings\nok 3 /logging/fatal-log-mask\n# bu-DEBUG: message\n# ba-DEBUG: message\n# ba-INFO: message\nok 4 /logging/set-handler\nok 5 /logging/print-handler\nok 6 /logging/printerr-handler\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=653052\n# The Log Message Handler\n# \n# The Good Fail Message Handler\n# \nok 7 /logging/653052\nok 8 /logging/gibberish\n# Start of default-handler tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of default-handler tests\n# End of logging tests\n# Start of structured-logging tests\nok 9 /structured-logging/no-state\nok 10 /structured-logging/some-state\nok 11 /structured-logging/robustness\nok 12 /structured-logging/roundtrip1\nok 13 /structured-logging/roundtrip2\nok 14 /structured-logging/roundtrip3\nok 15 /structured-logging/variant1\nok 16 /structured-logging/variant2\nok 17 /structured-logging/set-writer-func-twice\n# End of structured-logging tests\nPASS: glib/logging.test\nRunning test: glib/param.test\nTAP version 14\n# random seed: R02Sef752f6a37b4cc68e33bdbc39151517a\n1..32\n# Start of param tests\nok 1 /param/value\nok 2 /param/strings\nok 3 /param/qdata\nok 4 /param/validate\nok 5 /param/convert\nok 6 /param/implement # SKIP Skipping slow /param/implement test\nok 7 /param/default\nok 8 /param/is-valid-name\n# Start of invalid-name tests\n# /param/invalid-name/colon summary: Test that properties cannot be created with invalid names\nok 9 /param/invalid-name/colon\n# /param/invalid-name/first-char summary: Test that properties cannot be created with invalid names\nok 10 /param/invalid-name/first-char\n# /param/invalid-name/empty summary: Test that properties cannot be created with invalid names\nok 11 /param/invalid-name/empty\n# End of invalid-name tests\n# Start of implement tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of implement tests\n# End of param tests\n# Start of value tests\nok 12 /value/transform\n# End of value tests\n# Start of paramspec tests\nok 13 /paramspec/char\nok 14 /paramspec/uchar\nok 15 /paramspec/int\nok 16 /paramspec/uint\nok 17 /paramspec/long\nok 18 /paramspec/ulong\nok 19 /paramspec/int64\nok 20 /paramspec/uint64\nok 21 /paramspec/float\nok 22 /paramspec/double\nok 23 /paramspec/unichar\nok 24 /paramspec/param\nok 25 /paramspec/null-param\nok 26 /paramspec/string\nok 27 /paramspec/override\nok 28 /paramspec/gtype\nok 29 /paramspec/variant\nok 30 /paramspec/custom\nok 31 /paramspec/pool\n# Start of variant tests\nok 32 /paramspec/variant/cmp\n# End of variant tests\n# End of paramspec tests\nPASS: glib/param.test\nRunning test: glib/convert.test\nTAP version 14\n# random seed: R02S89c958a7f80069d5f92af8495cc90005\n1..14\n# Start of conversion tests\nok 1 /conversion/no-conv\nok 2 /conversion/iconv-state\nok 3 /conversion/illegal-sequence\nok 4 /conversion/byte-order\nok 5 /conversion/unicode\nok 6 /conversion/filename-utf8\nok 7 /conversion/filename-display\nok 8 /conversion/convert-embedded-nul\n# Start of locale-to-utf8 tests\nok 9 /conversion/locale-to-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of locale-to-utf8 tests\n# Start of locale-from-utf8 tests\nok 10 /conversion/locale-from-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of locale-from-utf8 tests\n# Start of filename-to-utf8 tests\nok 11 /conversion/filename-to-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of filename-to-utf8 tests\n# Start of filename-from-utf8 tests\nok 12 /conversion/filename-from-utf8/embedded-nul\n# Start of embedded-nul tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of embedded-nul tests\n# End of filename-from-utf8 tests\n# Start of filename-from-uri tests\nok 13 /conversion/filename-from-uri/query-is-ignored\nok 14 /conversion/filename-from-uri/fragment-is-ignored\n# End of filename-from-uri tests\n# End of conversion tests\nPASS: glib/convert.test\nRunning test: glib/sequence.test\nTAP version 14\n# random seed: R02Sc21907958fa00b2fac19cb6ce3fb4217\n1..16\n# Start of sequence tests\nok 1 /sequence/out-of-range-jump\nok 2 /sequence/iter-move\nok 3 /sequence/insert-sorted-non-pointer\nok 4 /sequence/stable-sort\nok 5 /sequence/is_empty\n# Start of random tests\nok 6 /sequence/random/seed:825541564\nok 7 /sequence/random/seed:801678400\nok 8 /sequence/random/seed:1477639090\nExecuting: glib/sequence.test\nok 9 /sequence/random/seed:3369132895\nok 10 /sequence/random/seed:1192944867\nok 11 /sequence/random/seed:770458294\nok 12 /sequence/random/seed:1099575817\nok 13 /sequence/random/seed:590523467\nok 14 /sequence/random/seed:3583571454\nok 15 /sequence/random/seed:579241222\nok 16 /sequence/random/seed:509141364\n# End of random tests\n# End of sequence tests\nPASS: glib/sequence.test\nRunning test: glib/testing-nonfatal.test\nTAP version 14\n# random seed: R02Sdefb8c99d28fea2b09f7122a3ace526f\n**\nGLib:ERROR:../glib-2.84.2/glib/tests/testing-nonfatal.c:26:main: assertion failed (\"We can survive this!\" == \"Or maybe not?\"): (\"We can survive this!\" == \"Or maybe not?\")\n# GLib:ERROR:../glib-2.84.2/glib/tests/testing-nonfatal.c:26:main: assertion failed (\"We can survive this!\" == \"Or maybe not?\"): (\"We can survive this!\" == \"Or maybe not?\")\nPASS: glib/testing-nonfatal.test\nRunning test: glib/codegen.py.test\nTAP version 13\nok 1 __main__.TestCodegen.test_call_flags_and_timeout_method_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpp446ty6s\n# /tmp/tmpp446ty6s/tmpjprxb4hw.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"UsefulMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpp446ty6s/tmpjprxb4hw.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.UsefulInterface */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE (org_project_useful_interface_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterface))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE))\n# #define ORG_PROJECT_USEFUL_INTERFACE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterfaceIface))\n# \n# struct _OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterface OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceIface;\n# \n# struct _OrgProjectUsefulInterfaceIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_useful_method) (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_useful_interface_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_useful_interface_interface_info (void);\n# guint org_project_useful_interface_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_useful_interface_complete_useful_method (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_useful_interface_call_useful_method (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_useful_interface_call_useful_method_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_useful_interface_call_useful_method_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY (org_project_useful_interface_proxy_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxy))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# \n# typedef struct _OrgProjectUsefulInterfaceProxy OrgProjectUsefulInterfaceProxy;\n# typedef struct _OrgProjectUsefulInterfaceProxyClass OrgProjectUsefulInterfaceProxyClass;\n# typedef struct _OrgProjectUsefulInterfaceProxyPrivate OrgProjectUsefulInterfaceProxyPrivate;\n# \n# struct _OrgProjectUsefulInterfaceProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectUsefulInterfaceProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_useful_interface_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceProxy, g_object_unref)\n# #endif\n# \n# void org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON (org_project_useful_interface_skeleton_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeleton))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# \n# typedef struct _OrgProjectUsefulInterfaceSkeleton OrgProjectUsefulInterfaceSkeleton;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonClass OrgProjectUsefulInterfaceSkeletonClass;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonPrivate OrgProjectUsefulInterfaceSkeletonPrivate;\n# \n# struct _OrgProjectUsefulInterfaceSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectUsefulInterfaceSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_useful_interface_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectUsefulInterface *org_project_useful_interface_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpp446ty6s/tmp8zfldk57.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"UsefulMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpp446ty6s/tmp8zfldk57.xml', '--output', '-', '--header', '--glib-min-required', '2.32']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.UsefulInterface */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE (org_project_useful_interface_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterface))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE))\n# #define ORG_PROJECT_USEFUL_INTERFACE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterfaceIface))\n# \n# struct _OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterface OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceIface;\n# \n# struct _OrgProjectUsefulInterfaceIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_useful_method) (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_useful_interface_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_useful_interface_interface_info (void);\n# guint org_project_useful_interface_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_useful_interface_complete_useful_method (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_useful_interface_call_useful_method (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_useful_interface_call_useful_method_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_useful_interface_call_useful_method_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY (org_project_useful_interface_proxy_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxy))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# \n# typedef struct _OrgProjectUsefulInterfaceProxy OrgProjectUsefulInterfaceProxy;\n# typedef struct _OrgProjectUsefulInterfaceProxyClass OrgProjectUsefulInterfaceProxyClass;\n# typedef struct _OrgProjectUsefulInterfaceProxyPrivate OrgProjectUsefulInterfaceProxyPrivate;\n# \n# struct _OrgProjectUsefulInterfaceProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectUsefulInterfaceProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_useful_interface_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceProxy, g_object_unref)\n# #endif\n# \n# void org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON (org_project_useful_interface_skeleton_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeleton))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# \n# typedef struct _OrgProjectUsefulInterfaceSkeleton OrgProjectUsefulInterfaceSkeleton;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonClass OrgProjectUsefulInterfaceSkeletonClass;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonPrivate OrgProjectUsefulInterfaceSkeletonPrivate;\n# \n# struct _OrgProjectUsefulInterfaceSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectUsefulInterfaceSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_useful_interface_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectUsefulInterface *org_project_useful_interface_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpp446ty6s/tmpmuw2f01l.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"UsefulMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpp446ty6s/tmpmuw2f01l.xml', '--output', '-', '--header', '--glib-min-required', '2.64']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.UsefulInterface */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE (org_project_useful_interface_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterface))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE))\n# #define ORG_PROJECT_USEFUL_INTERFACE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE, OrgProjectUsefulInterfaceIface))\n# \n# struct _OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterface OrgProjectUsefulInterface;\n# typedef struct _OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceIface;\n# \n# struct _OrgProjectUsefulInterfaceIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_useful_method) (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_useful_interface_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_useful_interface_interface_info (void);\n# guint org_project_useful_interface_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_useful_interface_complete_useful_method (\n#     OrgProjectUsefulInterface *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_useful_interface_call_useful_method (\n#     OrgProjectUsefulInterface *proxy,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_useful_interface_call_useful_method_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_useful_interface_call_useful_method_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY (org_project_useful_interface_proxy_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxy))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY))\n# \n# typedef struct _OrgProjectUsefulInterfaceProxy OrgProjectUsefulInterfaceProxy;\n# typedef struct _OrgProjectUsefulInterfaceProxyClass OrgProjectUsefulInterfaceProxyClass;\n# typedef struct _OrgProjectUsefulInterfaceProxyPrivate OrgProjectUsefulInterfaceProxyPrivate;\n# \n# struct _OrgProjectUsefulInterfaceProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectUsefulInterfaceProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_useful_interface_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceProxy, g_object_unref)\n# #endif\n# \n# void org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectUsefulInterface *org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON (org_project_useful_interface_skeleton_get_type ())\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeleton))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define ORG_PROJECT_USEFUL_INTERFACE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonClass))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# #define IS_ORG_PROJECT_USEFUL_INTERFACE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON))\n# \n# typedef struct _OrgProjectUsefulInterfaceSkeleton OrgProjectUsefulInterfaceSkeleton;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonClass OrgProjectUsefulInterfaceSkeletonClass;\n# typedef struct _OrgProjectUsefulInterfaceSkeletonPrivate OrgProjectUsefulInterfaceSkeletonPrivate;\n# \n# struct _OrgProjectUsefulInterfaceSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectUsefulInterfaceSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectUsefulInterfaceSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_useful_interface_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectUsefulInterfaceSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectUsefulInterface *org_project_useful_interface_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 2 __main__.TestCodegen.test_dbus_types\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmph9fqqrqj\n# /tmp/tmph9fqqrqj/tmplqazmzss.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"{vs}\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmplqazmzss.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"{vs}\". \"v\" is not a valid type for dictionary keys at position 1.\n# /tmp/tmph9fqqrqj/tmptjgi1qzn.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(ss(s{{sv}s}))\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmptjgi1qzn.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(ss(s{{sv}s}))\". \"{\" is not a valid type for dictionary keys at position 6.\n# /tmp/tmph9fqqrqj/tmpdqo35nt4.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"{s\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpdqo35nt4.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"{s\". Error parsing string or brackets not closed.\n# /tmp/tmph9fqqrqj/tmptjrwshh3.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(s{sss})\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmptjrwshh3.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(s{sss})\". Dict must end with \"}\" at position 5.\n# /tmp/tmph9fqqrqj/tmp6qkfl83x.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"z\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp6qkfl83x.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"z\". \"z\" is not a valid D-Bus type.\n# /tmp/tmph9fqqrqj/tmpamtzasuw.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(ssms)\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpamtzasuw.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(ssms)\". \"m\" is not a valid D-Bus type.\n# /tmp/tmph9fqqrqj/tmp5sjnzq4b.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp5sjnzq4b.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(\". Error parsing string or brackets not closed.\n# /tmp/tmph9fqqrqj/tmpfgkrz25m.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(((ss))\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpfgkrz25m.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"(((ss))\". Error parsing string or brackets not closed.\n# /tmp/tmph9fqqrqj/tmpyo5kj9ea.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpyo5kj9ea.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\". Too much recursion beginning at 129.\n# /tmp/tmph9fqqrqj/tmpwd4ixz9o.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((s))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpwd4ixz9o.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: D-Bus maximum signature length of 255 exceeded.\n# /tmp/tmph9fqqrqj/tmp1x9ldh_a.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{sv}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp1x9ldh_a.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: D-Bus maximum signature length of 255 exceeded.\n# /tmp/tmph9fqqrqj/tmpdtv43183.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaa{sv})\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpdtv43183.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Bad signature \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaa{sv})\". Too much recursion beginning at 129.\n# /tmp/tmph9fqqrqj/tmpu3kuflrr.xml: \n#                 <node>\n#                   <interface name=\"BadTypes\">\n#                     <property type=\"(ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss)\" name=\"BadPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpu3kuflrr.xml', '--output', '-', '--body']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: D-Bus maximum signature length of 255 exceeded.\n# /tmp/tmph9fqqrqj/tmplt91v3j4.xml: \n#                 <node>\n#                   <interface name=\"GoodTypes\">\n#                     <property type=\"si{s{b(ybnqiuxtdh)}}{yv}{nv}{dv}\" name=\"GoodPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmplt91v3j4.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface GoodTypes\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:GoodTypes\n#  * @title: GoodTypes\n#  * @short_description: Generated C code for the GoodTypes D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for GoodTypes ---- */\n# \n# static const _ExtendedGDBusPropertyInfo _good_types_property_info_good_property_type =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodPropertyType\",\n#     (gchar *) \"si{s{b(ybnqiuxtdh)}}{yv}{nv}{dv}\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"good-property-type\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _good_types_property_info_pointers[] =\n# {\n#   &_good_types_property_info_good_property_type.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _good_types_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodTypes\",\n#     NULL,\n#     NULL,\n#     (GDBusPropertyInfo **) &_good_types_property_info_pointers,\n#     NULL\n#   },\n#   \"good-types\",\n# };\n# \n# \n# /**\n#  * good_types_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# good_types_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct;\n# }\n# \n# /**\n#  * good_types_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# good_types_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"good-property-type\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# \n# /**\n#  * GoodTypes:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# /**\n#  * GoodTypesIface:\n#  * @parent_iface: The parent interface.\n#  * @get_good_property_type: Getter for the #GoodTypes:good-property-type property.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# typedef GoodTypesIface GoodTypesInterface;\n# G_DEFINE_INTERFACE (GoodTypes, good_types, G_TYPE_OBJECT)\n# \n# static void\n# good_types_default_init (GoodTypesIface *iface)\n# {\n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * GoodTypes:good-property-type:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_variant (\"good-property-type\", \"GoodPropertyType\", \"GoodPropertyType\", G_VARIANT_TYPE (\"si{s{b(ybnqiuxtdh)}}{yv}{nv}{dv}\"), NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * good_types_get_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use good_types_dup_good_property_type() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# GVariant *\n# good_types_get_good_property_type (GoodTypes *object)\n# {\n#   g_return_val_if_fail (IS_GOOD_TYPES (object), NULL);\n# \n#   return GOOD_TYPES_GET_IFACE (object)->get_good_property_type (object);\n# }\n# \n# /**\n#  * good_types_dup_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_variant_unref().\n#  */\n# GVariant *\n# good_types_dup_good_property_type (GoodTypes *object)\n# {\n#   GVariant *value;\n#   g_object_get (G_OBJECT (object), \"good-property-type\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * good_types_set_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# good_types_set_good_property_type (GoodTypes *object, GVariant *value)\n# {\n#   g_object_set (G_OBJECT (object), \"good-property-type\", value, NULL);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesProxy:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy.\n#  */\n# \n# struct _GoodTypesProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void good_types_proxy_iface_init (GoodTypesIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (GoodTypesProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #endif\n# static void\n# good_types_proxy_finalize (GObject *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (good_types_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface GoodTypes: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# good_types_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"GoodTypes\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) good_types_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# good_types_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static GVariant *\n# good_types_proxy_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   GVariant *variant;\n#   GVariant *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"GoodPropertyType\");\n#   value = variant;\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n#   return value;\n# }\n# \n# static void\n# good_types_proxy_init (GoodTypesProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = good_types_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_GOOD_TYPES_PROXY, GoodTypesProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), good_types_interface_info ());\n# }\n# \n# static void\n# good_types_proxy_class_init (GoodTypesProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = good_types_proxy_finalize;\n#   gobject_class->get_property = good_types_proxy_get_property;\n#   gobject_class->set_property = good_types_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = good_types_proxy_g_signal;\n#   proxy_class->g_properties_changed = good_types_proxy_g_properties_changed;\n# \n#   good_types_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesProxyPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_proxy_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_proxy_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * good_types_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like good_types_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like good_types_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesSkeleton:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton.\n#  */\n# \n# struct _GoodTypesSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _good_types_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _good_types_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _good_types_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _good_types_skeleton_vtable =\n# {\n#   _good_types_skeleton_handle_method_call,\n#   _good_types_skeleton_handle_get_property,\n#   _good_types_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# good_types_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return good_types_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# good_types_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_good_types_skeleton_vtable;\n# }\n# \n# static GVariant *\n# good_types_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_good_types_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _good_types_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _good_types_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _good_types_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"GoodTypes\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _good_types_emit_changed (gpointer user_data);\n# \n# static void\n# good_types_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _good_types_emit_changed (skeleton);\n# }\n# \n# static void good_types_skeleton_iface_init (GoodTypesIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (GoodTypesSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #endif\n# static void\n# good_types_skeleton_finalize (GObject *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (good_types_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _good_types_emit_changed (gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"GoodTypes\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _good_types_schedule_emit_changed (GoodTypesSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# good_types_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _good_types_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _good_types_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# good_types_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _good_types_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# good_types_skeleton_init (GoodTypesSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = good_types_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_GOOD_TYPES_SKELETON, GoodTypesSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_VARIANT);\n# }\n# \n# static GVariant *\n# good_types_skeleton_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   GVariant *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_variant (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# good_types_skeleton_class_init (GoodTypesSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = good_types_skeleton_finalize;\n#   gobject_class->get_property = good_types_skeleton_get_property;\n#   gobject_class->set_property = good_types_skeleton_set_property;\n#   gobject_class->notify       = good_types_skeleton_notify;\n# \n# \n#   good_types_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = good_types_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = good_types_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = good_types_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = good_types_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_skeleton_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_skeleton_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Returns: (transfer full) (type GoodTypesSkeleton): The skeleton object.\n#  */\n# GoodTypes *\n# good_types_skeleton_new (void)\n# {\n#   return GOOD_TYPES (g_object_new (TYPE_GOOD_TYPES_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmph9fqqrqj/tmp90xtxspn.xml: \n#                 <node>\n#                   <interface name=\"GoodTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\" name=\"GoodPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmp90xtxspn.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface GoodTypes\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:GoodTypes\n#  * @title: GoodTypes\n#  * @short_description: Generated C code for the GoodTypes D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for GoodTypes ---- */\n# \n# static const _ExtendedGDBusPropertyInfo _good_types_property_info_good_property_type =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodPropertyType\",\n#     (gchar *) \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"good-property-type\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _good_types_property_info_pointers[] =\n# {\n#   &_good_types_property_info_good_property_type.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _good_types_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodTypes\",\n#     NULL,\n#     NULL,\n#     (GDBusPropertyInfo **) &_good_types_property_info_pointers,\n#     NULL\n#   },\n#   \"good-types\",\n# };\n# \n# \n# /**\n#  * good_types_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# good_types_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct;\n# }\n# \n# /**\n#  * good_types_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# good_types_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"good-property-type\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# \n# /**\n#  * GoodTypes:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# /**\n#  * GoodTypesIface:\n#  * @parent_iface: The parent interface.\n#  * @get_good_property_type: Getter for the #GoodTypes:good-property-type property.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# typedef GoodTypesIface GoodTypesInterface;\n# G_DEFINE_INTERFACE (GoodTypes, good_types, G_TYPE_OBJECT)\n# \n# static void\n# good_types_default_init (GoodTypesIface *iface)\n# {\n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * GoodTypes:good-property-type:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_variant (\"good-property-type\", \"GoodPropertyType\", \"GoodPropertyType\", G_VARIANT_TYPE (\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas\"), NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * good_types_get_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use good_types_dup_good_property_type() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# GVariant *\n# good_types_get_good_property_type (GoodTypes *object)\n# {\n#   g_return_val_if_fail (IS_GOOD_TYPES (object), NULL);\n# \n#   return GOOD_TYPES_GET_IFACE (object)->get_good_property_type (object);\n# }\n# \n# /**\n#  * good_types_dup_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_variant_unref().\n#  */\n# GVariant *\n# good_types_dup_good_property_type (GoodTypes *object)\n# {\n#   GVariant *value;\n#   g_object_get (G_OBJECT (object), \"good-property-type\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * good_types_set_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# good_types_set_good_property_type (GoodTypes *object, GVariant *value)\n# {\n#   g_object_set (G_OBJECT (object), \"good-property-type\", value, NULL);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesProxy:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy.\n#  */\n# \n# struct _GoodTypesProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void good_types_proxy_iface_init (GoodTypesIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (GoodTypesProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #endif\n# static void\n# good_types_proxy_finalize (GObject *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (good_types_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface GoodTypes: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# good_types_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"GoodTypes\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) good_types_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# good_types_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static GVariant *\n# good_types_proxy_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   GVariant *variant;\n#   GVariant *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"GoodPropertyType\");\n#   value = variant;\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n#   return value;\n# }\n# \n# static void\n# good_types_proxy_init (GoodTypesProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = good_types_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_GOOD_TYPES_PROXY, GoodTypesProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), good_types_interface_info ());\n# }\n# \n# static void\n# good_types_proxy_class_init (GoodTypesProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = good_types_proxy_finalize;\n#   gobject_class->get_property = good_types_proxy_get_property;\n#   gobject_class->set_property = good_types_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = good_types_proxy_g_signal;\n#   proxy_class->g_properties_changed = good_types_proxy_g_properties_changed;\n# \n#   good_types_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesProxyPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_proxy_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_proxy_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * good_types_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like good_types_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like good_types_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesSkeleton:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton.\n#  */\n# \n# struct _GoodTypesSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _good_types_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _good_types_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _good_types_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _good_types_skeleton_vtable =\n# {\n#   _good_types_skeleton_handle_method_call,\n#   _good_types_skeleton_handle_get_property,\n#   _good_types_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# good_types_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return good_types_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# good_types_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_good_types_skeleton_vtable;\n# }\n# \n# static GVariant *\n# good_types_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_good_types_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _good_types_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _good_types_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _good_types_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"GoodTypes\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _good_types_emit_changed (gpointer user_data);\n# \n# static void\n# good_types_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _good_types_emit_changed (skeleton);\n# }\n# \n# static void good_types_skeleton_iface_init (GoodTypesIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (GoodTypesSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #endif\n# static void\n# good_types_skeleton_finalize (GObject *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (good_types_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _good_types_emit_changed (gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"GoodTypes\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _good_types_schedule_emit_changed (GoodTypesSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# good_types_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _good_types_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _good_types_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# good_types_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _good_types_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# good_types_skeleton_init (GoodTypesSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = good_types_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_GOOD_TYPES_SKELETON, GoodTypesSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_VARIANT);\n# }\n# \n# static GVariant *\n# good_types_skeleton_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   GVariant *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_variant (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# good_types_skeleton_class_init (GoodTypesSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = good_types_skeleton_finalize;\n#   gobject_class->get_property = good_types_skeleton_get_property;\n#   gobject_class->set_property = good_types_skeleton_set_property;\n#   gobject_class->notify       = good_types_skeleton_notify;\n# \n# \n#   good_types_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = good_types_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = good_types_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = good_types_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = good_types_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_skeleton_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_skeleton_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Returns: (transfer full) (type GoodTypesSkeleton): The skeleton object.\n#  */\n# GoodTypes *\n# good_types_skeleton_new (void)\n# {\n#   return GOOD_TYPES (g_object_new (TYPE_GOOD_TYPES_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmph9fqqrqj/tmpqka98ysi.xml: \n#                 <node>\n#                   <interface name=\"GoodTypes\">\n#                     <property type=\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaa{sv})\" name=\"GoodPropertyType\" access=\"read\" />\n#                   </interface>\n#                 </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmph9fqqrqj/tmpqka98ysi.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface GoodTypes\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:GoodTypes\n#  * @title: GoodTypes\n#  * @short_description: Generated C code for the GoodTypes D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for GoodTypes ---- */\n# \n# static const _ExtendedGDBusPropertyInfo _good_types_property_info_good_property_type =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodPropertyType\",\n#     (gchar *) \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaa{sv})\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"good-property-type\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _good_types_property_info_pointers[] =\n# {\n#   &_good_types_property_info_good_property_type.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _good_types_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"GoodTypes\",\n#     NULL,\n#     NULL,\n#     (GDBusPropertyInfo **) &_good_types_property_info_pointers,\n#     NULL\n#   },\n#   \"good-types\",\n# };\n# \n# \n# /**\n#  * good_types_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# good_types_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct;\n# }\n# \n# /**\n#  * good_types_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link> interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# good_types_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"good-property-type\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# \n# /**\n#  * GoodTypes:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# /**\n#  * GoodTypesIface:\n#  * @parent_iface: The parent interface.\n#  * @get_good_property_type: Getter for the #GoodTypes:good-property-type property.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  */\n# \n# typedef GoodTypesIface GoodTypesInterface;\n# G_DEFINE_INTERFACE (GoodTypes, good_types, G_TYPE_OBJECT)\n# \n# static void\n# good_types_default_init (GoodTypesIface *iface)\n# {\n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * GoodTypes:good-property-type:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_variant (\"good-property-type\", \"GoodPropertyType\", \"GoodPropertyType\", G_VARIANT_TYPE (\"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa(aaaaaaaaaaaaaaaaa{sv})\"), NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * good_types_get_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use good_types_dup_good_property_type() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# GVariant *\n# good_types_get_good_property_type (GoodTypes *object)\n# {\n#   g_return_val_if_fail (IS_GOOD_TYPES (object), NULL);\n# \n#   return GOOD_TYPES_GET_IFACE (object)->get_good_property_type (object);\n# }\n# \n# /**\n#  * good_types_dup_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_variant_unref().\n#  */\n# GVariant *\n# good_types_dup_good_property_type (GoodTypes *object)\n# {\n#   GVariant *value;\n#   g_object_get (G_OBJECT (object), \"good-property-type\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * good_types_set_good_property_type: (skip)\n#  * @object: A <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-GoodTypes.GoodPropertyType\">\"GoodPropertyType\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# good_types_set_good_property_type (GoodTypes *object, GVariant *value)\n# {\n#   g_object_set (G_OBJECT (object), \"good-property-type\", value, NULL);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesProxy:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Proxy.\n#  */\n# \n# struct _GoodTypesProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void good_types_proxy_iface_init (GoodTypesIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (GoodTypesProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesProxy, good_types_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_proxy_iface_init))\n# \n# #endif\n# static void\n# good_types_proxy_finalize (GObject *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (good_types_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface GoodTypes: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# good_types_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"GoodTypes\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) good_types_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# good_types_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# good_types_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static GVariant *\n# good_types_proxy_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesProxy *proxy = GOOD_TYPES_PROXY (object);\n#   GVariant *variant;\n#   GVariant *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"GoodPropertyType\");\n#   value = variant;\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n#   return value;\n# }\n# \n# static void\n# good_types_proxy_init (GoodTypesProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = good_types_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_GOOD_TYPES_PROXY, GoodTypesProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), good_types_interface_info ());\n# }\n# \n# static void\n# good_types_proxy_class_init (GoodTypesProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = good_types_proxy_finalize;\n#   gobject_class->get_property = good_types_proxy_get_property;\n#   gobject_class->set_property = good_types_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = good_types_proxy_g_signal;\n#   proxy_class->g_properties_changed = good_types_proxy_g_properties_changed;\n# \n#   good_types_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesProxyPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_proxy_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_proxy_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * good_types_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like good_types_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call good_types_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See good_types_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# good_types_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_GOOD_TYPES_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to good_types_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with good_types_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * good_types_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like good_types_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See good_types_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type GoodTypesProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# GoodTypes *\n# good_types_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_GOOD_TYPES_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"GoodTypes\", NULL);\n#   if (ret != NULL)\n#     return GOOD_TYPES (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * GoodTypesSkeleton:\n#  *\n#  * The <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * GoodTypesSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>Skeleton.\n#  */\n# \n# struct _GoodTypesSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _good_types_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_GOOD_TYPES);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_GOOD_TYPES);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _good_types_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _good_types_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_good_types_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _good_types_skeleton_vtable =\n# {\n#   _good_types_skeleton_handle_method_call,\n#   _good_types_skeleton_handle_get_property,\n#   _good_types_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# good_types_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return good_types_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# good_types_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_good_types_skeleton_vtable;\n# }\n# \n# static GVariant *\n# good_types_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_good_types_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _good_types_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _good_types_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _good_types_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"GoodTypes\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _good_types_emit_changed (gpointer user_data);\n# \n# static void\n# good_types_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _good_types_emit_changed (skeleton);\n# }\n# \n# static void good_types_skeleton_iface_init (GoodTypesIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (GoodTypesSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (GoodTypesSkeleton, good_types_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_GOOD_TYPES, good_types_skeleton_iface_init))\n# \n# #endif\n# static void\n# good_types_skeleton_finalize (GObject *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (good_types_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# good_types_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _good_types_emit_changed (gpointer user_data)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"GoodTypes\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _good_types_schedule_emit_changed (GoodTypesSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# good_types_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _good_types_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _good_types_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# good_types_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _good_types_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _good_types_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# good_types_skeleton_init (GoodTypesSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = good_types_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_GOOD_TYPES_SKELETON, GoodTypesSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_VARIANT);\n# }\n# \n# static GVariant *\n# good_types_skeleton_get_good_property_type (GoodTypes *object)\n# {\n#   GoodTypesSkeleton *skeleton = GOOD_TYPES_SKELETON (object);\n#   GVariant *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_variant (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# good_types_skeleton_class_init (GoodTypesSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = good_types_skeleton_finalize;\n#   gobject_class->get_property = good_types_skeleton_get_property;\n#   gobject_class->set_property = good_types_skeleton_set_property;\n#   gobject_class->notify       = good_types_skeleton_notify;\n# \n# \n#   good_types_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = good_types_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = good_types_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = good_types_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = good_types_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (GoodTypesSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# good_types_skeleton_iface_init (GoodTypesIface *iface)\n# {\n#   iface->get_good_property_type = good_types_skeleton_get_good_property_type;\n# }\n# \n# /**\n#  * good_types_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-GoodTypes.top_of_page\">GoodTypes</link>.\n#  *\n#  * Returns: (transfer full) (type GoodTypesSkeleton): The skeleton object.\n#  */\n# GoodTypes *\n# good_types_skeleton_new (void)\n# {\n#   return GOOD_TYPES (g_object_new (TYPE_GOOD_TYPES_SKELETON, NULL));\n# }\n# Error:\nok 3 __main__.TestCodegen.test_empty_interface_body\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpvtfqu2jv\n# /tmp/tmpvtfqu2jv/tmpdo638j5y.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpvtfqu2jv/tmpdo638j5y.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# Error:\nok 4 __main__.TestCodegen.test_empty_interface_header\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmplqxx9hgj\n# /tmp/tmplqxx9hgj/tmpzbwhitn6.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmplqxx9hgj/tmpzbwhitn6.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 5 __main__.TestCodegen.test_empty_interface_info_body\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpjcalhnlv\n# /tmp/tmpjcalhnlv/tmpbxrxpc84.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpjcalhnlv/tmpbxrxpc84.xml', '--output', '-', '--interface-info-body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# Error:\nok 6 __main__.TestCodegen.test_empty_interface_info_header\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp4gr35x87\n# /tmp/tmp4gr35x87/tmpcnw1gqgt.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp4gr35x87/tmpcnw1gqgt.xml', '--output', '-', '--interface-info-header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 7 __main__.TestCodegen.test_generate_docbook\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmprdnnyeye\n# /tmp/tmprdnnyeye/tmpuxa9m74g.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprdnnyeye/tmpuxa9m74g.xml', '--generate-docbook', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 8 __main__.TestCodegen.test_generate_md\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpf6b816j_\n# /tmp/tmpf6b816j_/tmp94ckc545.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpf6b816j_/tmp94ckc545.xml', '--generate-md', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nExecuting: glib/codegen.py.test\nok 9 __main__.TestCodegen.test_generate_methods_marshaller_simple_method\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpw87fij80\n# /tmp/tmpw87fij80/tmpchcnlefg.xml: \n#             <node>\n#               <interface name=\"org.project.CallableIface\">\n#                 <method name=\"SimpleMethod\"/>\n#               </interface>\n#               <interface name=\"org.project.OtherCallableIface\">\n#                 <method name=\"SimpleMethod\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpw87fij80/tmpchcnlefg.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.CallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectCallableIface\n#  * @title: OrgProjectCallableIface\n#  * @short_description: Generated C code for the org.project.CallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.CallableIface ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_simple_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-simple-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_simple_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.CallableIface\",\n#     (GDBusMethodInfo **) &_org_project_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_callable_iface_method_marshal_simple_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_simple_method: Handler for the #OrgProjectCallableIface::handle-simple-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# typedef OrgProjectCallableIfaceIface OrgProjectCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectCallableIface, org_project_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_callable_iface_default_init (OrgProjectCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectCallableIface::handle-simple-method:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_simple_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-simple-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_simple_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_simple_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_callable_iface_call_simple_method:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_simple_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_simple_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_simple_method (\n#     OrgProjectCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_simple_method_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_simple_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_simple_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_simple_method_finish (\n#     OrgProjectCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_simple_method_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_simple_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_simple_method_sync (\n#     OrgProjectCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_simple_method:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_simple_method (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceProxy:\n#  *\n#  * The #OrgProjectCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_callable_iface_proxy_init (OrgProjectCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, OrgProjectCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_callable_iface_proxy_class_init (OrgProjectCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_callable_iface_skeleton_vtable =\n# {\n#   _org_project_callable_iface_skeleton_handle_method_call,\n#   _org_project_callable_iface_skeleton_handle_get_property,\n#   _org_project_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.CallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_init (OrgProjectCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, OrgProjectCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_class_init (OrgProjectCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherCallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherCallableIface\n#  * @title: OrgProjectOtherCallableIface\n#  * @short_description: Generated C code for the org.project.OtherCallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.OtherCallableIface ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_other_callable_iface_method_info_simple_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-simple-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_other_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_other_callable_iface_method_info_simple_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherCallableIface\",\n#     (GDBusMethodInfo **) &_org_project_other_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_callable_iface_method_marshal_simple_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_simple_method: Handler for the #OrgProjectOtherCallableIface::handle-simple-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# typedef OrgProjectOtherCallableIfaceIface OrgProjectOtherCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherCallableIface, org_project_other_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_callable_iface_default_init (OrgProjectOtherCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectOtherCallableIface::handle-simple-method:\n#    * @object: A #OrgProjectOtherCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_other_callable_iface_complete_simple_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-simple-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectOtherCallableIfaceIface, handle_simple_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_other_callable_iface_method_marshal_simple_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_simple_method:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_call_simple_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_call_simple_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_other_callable_iface_call_simple_method (\n#     OrgProjectOtherCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_simple_method_finish:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_call_simple_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_call_simple_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_simple_method_finish (\n#     OrgProjectOtherCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_simple_method_sync:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_call_simple_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_simple_method_sync (\n#     OrgProjectOtherCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SimpleMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_complete_simple_method:\n#  * @object: A #OrgProjectOtherCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-OtherCallableIface.SimpleMethod\">SimpleMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_other_callable_iface_complete_simple_method (\n#     OrgProjectOtherCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxy:\n#  *\n#  * The #OrgProjectOtherCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_init (OrgProjectOtherCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, OrgProjectOtherCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_class_init (OrgProjectOtherCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_callable_iface_skeleton_vtable =\n# {\n#   _org_project_other_callable_iface_skeleton_handle_method_call,\n#   _org_project_other_callable_iface_skeleton_handle_get_property,\n#   _org_project_other_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherCallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_init (OrgProjectOtherCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, OrgProjectOtherCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_class_init (OrgProjectOtherCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 10 __main__.TestCodegen.test_generate_methods_marshaller_single_typed_in_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpfy90c83i\n# /tmp/tmpfy90c83i/tmpu2vjpr1c.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodB\">\n#                     <arg name=\"arg_b\" type=\"b\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpu2vjpr1c.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBooleanFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gboolean arg_arg_b,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBooleanFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBooleanFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boolean (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_arg_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_arg_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodB\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_b_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-b\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_b: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-b signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-b:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_b: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_b() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-b\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_b),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_b,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_b: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_b_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_b (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean arg_arg_b,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"(b)\",\n#                    arg_arg_b),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_b().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_b().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_b: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean arg_arg_b,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"(b)\",\n#                    arg_arg_b),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_b:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_b (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp_6smmvy3.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodY\">\n#                     <arg name=\"arg_y\" type=\"y\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp_6smmvy3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UCHAR (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUcharFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guchar arg_arg_y,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUcharFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUcharFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uchar (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_arg_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_arg_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodY\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_y_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-y\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UCHAR (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_y: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-y:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_y: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_y() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-y\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_y),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_y,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UCHAR);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_y: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_y_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_y (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar arg_arg_y,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"(y)\",\n#                    arg_arg_y),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_y().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_y().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_y: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar arg_arg_y,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"(y)\",\n#                    arg_arg_y),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_y:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_y (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpb3_i7ki0.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodN\">\n#                     <arg name=\"arg_n\" type=\"n\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpb3_i7ki0.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gint16 arg_arg_n,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectIntFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_int (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_arg_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_arg_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodN\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_n_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-n\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_n: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-n signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-n:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_n: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_n() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-n\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_n),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_n,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_n: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_n_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_n (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 arg_arg_n,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"(n)\",\n#                    arg_arg_n),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_n().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_n().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_n: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 arg_arg_n,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"(n)\",\n#                    arg_arg_n),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_n:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_n (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpui4ycfb8.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodQ\">\n#                     <arg name=\"arg_q\" type=\"q\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpui4ycfb8.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guint16 arg_arg_q,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUintFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uint (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_arg_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_arg_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodQ\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_q_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-q\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_q: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-q signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-q:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_q: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_q() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-q\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_q),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_q,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_q: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_q_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_q (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 arg_arg_q,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"(q)\",\n#                    arg_arg_q),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_q().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_q().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_q: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 arg_arg_q,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"(q)\",\n#                    arg_arg_q),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_q:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_q (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmplirtth2d.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodI\">\n#                     <arg name=\"arg_i\" type=\"i\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmplirtth2d.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gint arg_arg_i,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectIntFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectIntFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_int (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_arg_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_arg_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodI\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_i_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-i\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_i: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-i signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-i:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_i: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_i() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-i\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_i),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_i,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_i: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_i_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_i (\n#     OrgProjectUsefulInterface *proxy,\n#     gint arg_arg_i,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"(i)\",\n#                    arg_arg_i),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_i().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_i().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_i: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint arg_arg_i,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"(i)\",\n#                    arg_arg_i),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_i:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_i (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp4owe0ow0.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodU\">\n#                     <arg name=\"arg_u\" type=\"u\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp4owe0ow0.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guint arg_arg_u,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUintFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUintFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uint (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_arg_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_arg_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodU\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_u_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-u\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_u: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-u signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-u:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_u: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_u() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-u\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_u),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_u,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_u: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_u_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_u (\n#     OrgProjectUsefulInterface *proxy,\n#     guint arg_arg_u,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"(u)\",\n#                    arg_arg_u),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_u().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_u().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_u: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint arg_arg_u,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"(u)\",\n#                    arg_arg_u),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_u:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_u (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpbcoioaqe.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodX\">\n#                     <arg name=\"arg_x\" type=\"x\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpbcoioaqe.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT64 (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectInt64Func)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gint64 arg_arg_x,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectInt64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectInt64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_int64 (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_arg_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_arg_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodX\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_x_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-x\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_INT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_x: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-x signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-x:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_x: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_x() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-x\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_x),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_x,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_INT64);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_x: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_x_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_x (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 arg_arg_x,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"(x)\",\n#                    arg_arg_x),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_x().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_x().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_x: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 arg_arg_x,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"(x)\",\n#                    arg_arg_x),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_x:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_x (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpliral3ox.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodT\">\n#                     <arg name=\"arg_t\" type=\"t\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpliral3ox.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT64 (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectUint64Func)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         guint64 arg_arg_t,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectUint64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectUint64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_uint64 (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_arg_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_arg_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodT\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_t_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-t\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_UINT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_t: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-t signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-t:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_t: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_t() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-t\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_t),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_t,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UINT64);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_t: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_t_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_t (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 arg_arg_t,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"(t)\",\n#                    arg_arg_t),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_t().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_t().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_t: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 arg_arg_t,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"(t)\",\n#                    arg_arg_t),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_t:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_t (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpw9fyg7l5.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodD\">\n#                     <arg name=\"arg_d\" type=\"d\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpw9fyg7l5.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_DOUBLE (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectDoubleFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gdouble arg_arg_d,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectDoubleFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectDoubleFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_double (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_arg_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_arg_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodD\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_d_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-d\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_DOUBLE (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_d: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-d signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-d:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_d: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_d() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-d\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_d),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_d,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_DOUBLE);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_d: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_d_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_d (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble arg_arg_d,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"(d)\",\n#                    arg_arg_d),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_d().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_d().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_d: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble arg_arg_d,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"(d)\",\n#                    arg_arg_d),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_d:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_d (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmplrrx77du.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodS\">\n#                     <arg name=\"arg_s\" type=\"s\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmplrrx77du.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_s,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_arg_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_arg_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodS\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_s_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-s\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_s: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-s signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-s:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_s: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_s() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-s\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_s),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_s,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_s: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_s_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_s (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_s,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"(s)\",\n#                    arg_arg_s),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_s().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_s().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_s: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_s,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"(s)\",\n#                    arg_arg_s),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_s:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_s (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpaz88fckv.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodO\">\n#                     <arg name=\"arg_o\" type=\"o\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpaz88fckv.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_o,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_arg_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_arg_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodO\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_o_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-o\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_o: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-o signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-o:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_o: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_o() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-o\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_o),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_o,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_o: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_o_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_o (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_o,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"(o)\",\n#                    arg_arg_o),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_o().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_o().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_o: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_o,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"(o)\",\n#                    arg_arg_o),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_o:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_o (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpe790khz9.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodG\">\n#                     <arg name=\"arg_g\" type=\"g\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpe790khz9.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_g,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_arg_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_arg_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodG\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_g_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-g\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_g: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-g signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-g:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_g: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_g() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-g\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_g),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_g,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_g: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_g_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_g (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_g,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"(g)\",\n#                    arg_arg_g),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_g().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_g().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_g: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_g,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"(g)\",\n#                    arg_arg_g),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_g:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_g (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp972ns0er.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodH\">\n#                     <arg name=\"arg_h\" type=\"h\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp972ns0er.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         GVariant *arg_arg_h,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_variant (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_arg_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_arg_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodH\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_h_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-h\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_h: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-h signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-h:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_h: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_h() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-h\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_h),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_h,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_h: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_h_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_h (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_h,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"(@h)\",\n#                    arg_arg_h),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_h().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_h().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_h: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_h,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"(@h)\",\n#                    arg_arg_h),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_h:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_h (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmprbdzvi86.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAy\">\n#                     <arg name=\"arg_ay\" type=\"ay\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmprbdzvi86.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *arg_arg_ay,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_string (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_arg_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_arg_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAy\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ay_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_ay: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ay,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ay (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_ay,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"(^ay)\",\n#                    arg_arg_ay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *arg_arg_ay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"(^ay)\",\n#                    arg_arg_ay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp9q63yyvu.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAs\">\n#                     <arg name=\"arg_as\" type=\"as\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp9q63yyvu.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *const *arg_arg_as,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBoxedFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boxed (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_arg_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_arg_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAs\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_as_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-as\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_as: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-as signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-as:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_as: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_as() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-as\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_as),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_as,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_as: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_as_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_as (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_as,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"(^as)\",\n#                    arg_arg_as),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_as().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_as().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_as: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_as,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"(^as)\",\n#                    arg_arg_as),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_as:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_as (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpi05rf3ph.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAo\">\n#                     <arg name=\"arg_ao\" type=\"ao\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpi05rf3ph.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *const *arg_arg_ao,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBoxedFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boxed (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_arg_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_arg_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAo\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ao_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ao\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ao: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ao signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ao:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_ao: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ao() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ao\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ao),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ao,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ao: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ao_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ao (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_ao,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"(^ao)\",\n#                    arg_arg_ao),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ao().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ao().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_ao: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_ao,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"(^ao)\",\n#                    arg_arg_ao),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ao:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ao (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmp_suu1dnr.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAay\">\n#                     <arg name=\"arg_aay\" type=\"aay\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmp_suu1dnr.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         const gchar *const *arg_arg_aay,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBoxedFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBoxedFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boxed (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_arg_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_arg_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAay\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_aay_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-aay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_aay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-aay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-aay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_aay: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_aay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-aay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_aay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_aay,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_aay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_aay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_aay (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_aay,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"(^aay)\",\n#                    arg_arg_aay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_aay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_aay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_aay: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     const gchar *const *arg_arg_aay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"(^aay)\",\n#                    arg_arg_aay),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_aay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_aay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpfy90c83i/tmpd95few2v.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAsv\">\n#                     <arg name=\"arg_asv\" type=\"a{sv}\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpfy90c83i/tmpd95few2v.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         GVariant *arg_arg_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_variant (param_values + 2),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_arg_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_arg_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAsv\",\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_asv_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-single-arg-method-asv\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_asv: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-asv signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-asv:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_arg_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_asv() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-asv\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_asv),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_asv,\n#     G_TYPE_BOOLEAN,\n#     2,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_asv_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_asv (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"(@a{sv})\",\n#                    arg_arg_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_asv().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_asv().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @arg_arg_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant *arg_arg_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"(@a{sv})\",\n#                    arg_arg_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_asv:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_asv (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\nok 11 __main__.TestCodegen.test_generate_methods_marshaller_single_typed_out_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmprwi5urcl\n# /tmp/tmprwi5urcl/tmpe5x9vypk.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodB\">\n#                     <arg name=\"arg_b\" type=\"b\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpe5x9vypk.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_arg_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_arg_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodB\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_b_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-b\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_b: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-b signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-b:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_b() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-b\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_b),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_b,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_b_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_b (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_b().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_b().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean *out_arg_b,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(b)\",\n#                  out_arg_b);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_b_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_b() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_b_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gboolean *out_arg_b,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodB\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(b)\",\n#                  out_arg_b);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_b:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_b: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodB\">SingleArgMethodB()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_b (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gboolean arg_b)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(b)\",\n#                    arg_b));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpmn90v413.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodY\">\n#                     <arg name=\"arg_y\" type=\"y\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpmn90v413.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_arg_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_arg_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodY\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_y_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-y\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_y: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-y:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_y() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-y\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_y),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_y,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_y_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_y (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_y().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_y().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar *out_arg_y,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(y)\",\n#                  out_arg_y);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_y_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_y() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_y_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guchar *out_arg_y,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodY\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(y)\",\n#                  out_arg_y);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_y:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_y: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodY\">SingleArgMethodY()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_y (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guchar arg_y)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(y)\",\n#                    arg_y));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpj0e9abcb.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodN\">\n#                     <arg name=\"arg_n\" type=\"n\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpj0e9abcb.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_arg_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_arg_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodN\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_n_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-n\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_n: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-n signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-n:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_n() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-n\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_n),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_n,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_n_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_n (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_n().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_n().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 *out_arg_n,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(n)\",\n#                  out_arg_n);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_n_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_n() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_n_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint16 *out_arg_n,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodN\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(n)\",\n#                  out_arg_n);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_n:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_n: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodN\">SingleArgMethodN()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_n (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gint16 arg_n)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(n)\",\n#                    arg_n));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp0upt8iua.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodQ\">\n#                     <arg name=\"arg_q\" type=\"q\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp0upt8iua.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_arg_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_arg_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodQ\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_q_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-q\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_q: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-q signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-q:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_q() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-q\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_q),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_q,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_q_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_q (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_q().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_q().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 *out_arg_q,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(q)\",\n#                  out_arg_q);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_q_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_q() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_q_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint16 *out_arg_q,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodQ\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(q)\",\n#                  out_arg_q);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_q:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_q: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodQ\">SingleArgMethodQ()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_q (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guint16 arg_q)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(q)\",\n#                    arg_q));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp4ggp8k6f.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodI\">\n#                     <arg name=\"arg_i\" type=\"i\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp4ggp8k6f.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_arg_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_arg_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodI\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_i_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-i\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_i: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-i signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-i:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_i() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-i\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_i),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_i,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_i_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_i (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_i().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_i().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gint *out_arg_i,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(i)\",\n#                  out_arg_i);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_i_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_i() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_i_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint *out_arg_i,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodI\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(i)\",\n#                  out_arg_i);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_i:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_i: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodI\">SingleArgMethodI()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_i (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gint arg_i)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(i)\",\n#                    arg_i));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp6h8awf6t.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodU\">\n#                     <arg name=\"arg_u\" type=\"u\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp6h8awf6t.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_arg_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_arg_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodU\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_u_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-u\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_u: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-u signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-u:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_u() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-u\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_u),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_u,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_u_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_u (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_u().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_u().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guint *out_arg_u,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(u)\",\n#                  out_arg_u);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_u_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_u() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_u_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint *out_arg_u,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodU\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(u)\",\n#                  out_arg_u);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_u:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_u: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodU\">SingleArgMethodU()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_u (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guint arg_u)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(u)\",\n#                    arg_u));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpzrp86acn.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodX\">\n#                     <arg name=\"arg_x\" type=\"x\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpzrp86acn.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_arg_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_arg_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodX\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_x_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-x\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_x: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-x signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-x:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_x() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-x\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_x),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_x,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_x_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_x (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_x().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_x().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 *out_arg_x,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(x)\",\n#                  out_arg_x);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_x_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_x() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_x_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gint64 *out_arg_x,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodX\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(x)\",\n#                  out_arg_x);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_x:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_x: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodX\">SingleArgMethodX()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_x (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gint64 arg_x)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(x)\",\n#                    arg_x));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpq5glz2u4.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodT\">\n#                     <arg name=\"arg_t\" type=\"t\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpq5glz2u4.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_arg_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_arg_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodT\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_t_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-t\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_t: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-t signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-t:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_t() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-t\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_t),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_t,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_t_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_t (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_t().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_t().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 *out_arg_t,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(t)\",\n#                  out_arg_t);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_t_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_t() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_t_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     guint64 *out_arg_t,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodT\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(t)\",\n#                  out_arg_t);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_t:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_t: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodT\">SingleArgMethodT()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_t (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     guint64 arg_t)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(t)\",\n#                    arg_t));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpvn98fw2u.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodD\">\n#                     <arg name=\"arg_d\" type=\"d\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpvn98fw2u.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_arg_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_arg_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodD\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_d_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-d\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_d: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-d signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-d:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_d() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-d\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_d),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_d,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_d_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_d (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_d().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_d().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble *out_arg_d,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(d)\",\n#                  out_arg_d);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_d_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_d() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_d_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gdouble *out_arg_d,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodD\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(d)\",\n#                  out_arg_d);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_d:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_d: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodD\">SingleArgMethodD()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_d (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gdouble arg_d)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(d)\",\n#                    arg_d));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpf9ixuht8.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodS\">\n#                     <arg name=\"arg_s\" type=\"s\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpf9ixuht8.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_arg_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_arg_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodS\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_s_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-s\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_s: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-s signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-s:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_s() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-s\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_s),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_s,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_s_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_s (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_s().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_s().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_s,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_arg_s);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_s_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_s() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_s_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_s,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodS\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_arg_s);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_s:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_s: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodS\">SingleArgMethodS()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_s (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_s)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(s)\",\n#                    arg_s));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpphs2tvd3.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodO\">\n#                     <arg name=\"arg_o\" type=\"o\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpphs2tvd3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_arg_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_arg_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodO\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_o_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-o\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_o: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-o signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-o:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_o() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-o\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_o),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_o,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_o_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_o (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_o().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_o().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_o,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(o)\",\n#                  out_arg_o);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_o_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_o() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_o_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_o,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodO\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(o)\",\n#                  out_arg_o);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_o:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_o: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodO\">SingleArgMethodO()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_o (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_o)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(o)\",\n#                    arg_o));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp511ruape.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodG\">\n#                     <arg name=\"arg_g\" type=\"g\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp511ruape.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_arg_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_arg_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodG\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_g_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-g\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_g: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-g signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-g:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_g() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-g\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_g),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_g,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_g_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_g (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_g().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_g().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_g,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(g)\",\n#                  out_arg_g);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_g_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_g() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_g_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_g,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodG\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(g)\",\n#                  out_arg_g);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_g:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_g: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodG\">SingleArgMethodG()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_g (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_g)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(g)\",\n#                    arg_g));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpc8w6pwe3.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodH\">\n#                     <arg name=\"arg_h\" type=\"h\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpc8w6pwe3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_arg_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_arg_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodH\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_h_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-h\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_h: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-h signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-h:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_h() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-h\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_h),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_h,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_h_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_h (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_h().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_h().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_h,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@h)\",\n#                  out_arg_h);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_h_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_h() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_h_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_h,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodH\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@h)\",\n#                  out_arg_h);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_h:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_h: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodH\">SingleArgMethodH()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_h (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_h)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(@h)\",\n#                    arg_h));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpl5uvechs.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAy\">\n#                     <arg name=\"arg_ay\" type=\"ay\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpl5uvechs.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_arg_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_arg_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAy\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ay_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ay,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ay (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_ay,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ay)\",\n#                  out_arg_ay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar **out_arg_ay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAy\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ay)\",\n#                  out_arg_ay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_ay: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAy\">SingleArgMethodAy()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *arg_ay)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^ay)\",\n#                    arg_ay));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpl0a2pi3f.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAs\">\n#                     <arg name=\"arg_as\" type=\"as\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpl0a2pi3f.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_arg_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_arg_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAs\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_as_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-as\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_as: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-as signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-as:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_as() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-as\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_as),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_as,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_as_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_as (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_as().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_as().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_as,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^as)\",\n#                  out_arg_as);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_as_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_as() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_as_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_as,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^as)\",\n#                  out_arg_as);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_as:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_as: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAs\">SingleArgMethodAs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_as (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *const *arg_as)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^as)\",\n#                    arg_as));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmp94jj_auo.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAo\">\n#                     <arg name=\"arg_ao\" type=\"ao\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmp94jj_auo.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_arg_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_arg_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAo\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_ao_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-ao\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_ao: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-ao signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-ao:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_ao() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-ao\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_ao),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_ao,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_ao_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_ao (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_ao().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_ao().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_ao,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ao)\",\n#                  out_arg_ao);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_ao_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_ao() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_ao_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_ao,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAo\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^ao)\",\n#                  out_arg_ao);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_ao:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_ao: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAo\">SingleArgMethodAo()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_ao (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *const *arg_ao)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^ao)\",\n#                    arg_ao));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmplhxnvgx9.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAay\">\n#                     <arg name=\"arg_aay\" type=\"aay\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmplhxnvgx9.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_arg_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_arg_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAay\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_aay_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-aay\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_aay: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-aay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-aay:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_aay() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-aay\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_aay),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_aay,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_aay_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_aay (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_aay().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_aay().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_aay,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^aay)\",\n#                  out_arg_aay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_aay_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_aay() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_aay_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     gchar ***out_arg_aay,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAay\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(^aay)\",\n#                  out_arg_aay);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_aay:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_aay: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAay\">SingleArgMethodAay()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_aay (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     const gchar *const *arg_aay)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(^aay)\",\n#                    arg_aay));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmprwi5urcl/tmpig7wvrvk.xml: \n#             <node>\n#             <interface name=\"org.project.UsefulInterface\">\n#                 <method name=\"SingleArgMethodAsv\">\n#                     <arg name=\"arg_asv\" type=\"a{sv}\" direction=\"out\"/>\n#                 </method>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmprwi5urcl/tmpig7wvrvk.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_arg_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_arg_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_useful_interface_method_info_single_arg_method_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgMethodAsv\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_useful_interface_method_info_single_arg_method_asv_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-single-arg-method-asv\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_useful_interface_method_info_pointers[] =\n# {\n#   &_org_project_useful_interface_method_info_single_arg_method_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     (GDBusMethodInfo **) &_org_project_useful_interface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_method_marshal_single_arg_method_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_single_arg_method_asv: Handler for the #OrgProjectUsefulInterface::handle-single-arg-method-asv signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectUsefulInterface::handle-single-arg-method-asv:\n#    * @object: A #OrgProjectUsefulInterface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_useful_interface_complete_single_arg_method_asv() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-single-arg-method-asv\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, handle_single_arg_method_asv),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_useful_interface_method_marshal_single_arg_method_asv,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_call_single_arg_method_asv_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_useful_interface_call_single_arg_method_asv (\n#     OrgProjectUsefulInterface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_finish:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_call_single_arg_method_asv().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_useful_interface_call_single_arg_method_asv().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_finish (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_asv,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@a{sv})\",\n#                  out_arg_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_call_single_arg_method_asv_sync:\n#  * @proxy: A #OrgProjectUsefulInterfaceProxy.\n#  * @out_arg_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_call_single_arg_method_asv() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_useful_interface_call_single_arg_method_asv_sync (\n#     OrgProjectUsefulInterface *proxy,\n#     GVariant **out_arg_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SingleArgMethodAsv\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(@a{sv})\",\n#                  out_arg_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_complete_single_arg_method_asv:\n#  * @object: A #OrgProjectUsefulInterface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @arg_asv: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-UsefulInterface.SingleArgMethodAsv\">SingleArgMethodAsv()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_useful_interface_complete_single_arg_method_asv (\n#     OrgProjectUsefulInterface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_asv)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(@a{sv})\",\n#                    arg_asv));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# Error:\nok 12 __main__.TestCodegen.test_generate_methods_marshallers_multiple_in_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpnrqlnnl7\n# /tmp/tmpnrqlnnl7/tmpevewkwsm.xml: \n#             <node>\n#               <interface name=\"org.project.CallableIface\">\n#                 <method name=\"MethodWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </method>\n#                 <method name=\"SameMethodWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </method>\n#               </interface>\n#               <interface name=\"org.project.OtherCallableIface\">\n#                 <method name=\"MethodWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpnrqlnnl7/tmpevewkwsm.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectBooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         gboolean arg_an_b,\n#         guchar arg_an_y,\n#         gint16 arg_an_n,\n#         guint16 arg_an_q,\n#         gint arg_an_i,\n#         guint arg_an_u,\n#         gint64 arg_an_x,\n#         guint64 arg_an_t,\n#         gdouble arg_an_d,\n#         const gchar *arg_an_s,\n#         const gchar *arg_an_o,\n#         const gchar *arg_an_g,\n#         GVariant *arg_an_h,\n#         const gchar *arg_an_ay,\n#         const gchar *const *arg_an_as,\n#         const gchar *const *arg_an_ao,\n#         const gchar *const *arg_an_aay,\n#         GVariant *arg_an_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectBooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 20);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectBooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_boolean (param_values + 2),\n#               g_marshal_value_peek_uchar (param_values + 3),\n#               g_marshal_value_peek_int (param_values + 4),\n#               g_marshal_value_peek_uint (param_values + 5),\n#               g_marshal_value_peek_int (param_values + 6),\n#               g_marshal_value_peek_uint (param_values + 7),\n#               g_marshal_value_peek_int64 (param_values + 8),\n#               g_marshal_value_peek_uint64 (param_values + 9),\n#               g_marshal_value_peek_double (param_values + 10),\n#               g_marshal_value_peek_string (param_values + 11),\n#               g_marshal_value_peek_string (param_values + 12),\n#               g_marshal_value_peek_string (param_values + 13),\n#               g_marshal_value_peek_variant (param_values + 14),\n#               g_marshal_value_peek_string (param_values + 15),\n#               g_marshal_value_peek_boxed (param_values + 16),\n#               g_marshal_value_peek_boxed (param_values + 17),\n#               g_marshal_value_peek_boxed (param_values + 18),\n#               g_marshal_value_peek_variant (param_values + 19),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.CallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectCallableIface\n#  * @title: OrgProjectCallableIface\n#  * @short_description: Generated C code for the org.project.CallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.CallableIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_callable_iface_method_info_method_with_many_args_IN_ARG_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_b.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_y.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_n.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_q.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_i.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_u.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_x.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_t.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_d.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_s.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_o.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_g.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_h.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_as.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"MethodWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_callable_iface_method_info_method_with_many_args_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_b.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_y.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_n.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_q.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_i.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_u.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_x.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_t.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_d.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_s.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_o.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_g.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_h.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ay.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_as.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_ao.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_aay.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_same_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SameMethodWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_callable_iface_method_info_same_method_with_many_args_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-same-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args.parent_struct,\n#   &_org_project_callable_iface_method_info_same_method_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.CallableIface\",\n#     (GDBusMethodInfo **) &_org_project_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_callable_iface_method_marshal_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_callable_iface_method_marshal_same_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_method_with_many_args: Handler for the #OrgProjectCallableIface::handle-method-with-many-args signal.\n#  * @handle_same_method_with_many_args: Handler for the #OrgProjectCallableIface::handle-same-method-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# typedef OrgProjectCallableIfaceIface OrgProjectCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectCallableIface, org_project_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_callable_iface_default_init (OrgProjectCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectCallableIface::handle-method-with-many-args:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_an_b: Argument passed by remote caller.\n#    * @arg_an_y: Argument passed by remote caller.\n#    * @arg_an_n: Argument passed by remote caller.\n#    * @arg_an_q: Argument passed by remote caller.\n#    * @arg_an_i: Argument passed by remote caller.\n#    * @arg_an_u: Argument passed by remote caller.\n#    * @arg_an_x: Argument passed by remote caller.\n#    * @arg_an_t: Argument passed by remote caller.\n#    * @arg_an_d: Argument passed by remote caller.\n#    * @arg_an_s: Argument passed by remote caller.\n#    * @arg_an_o: Argument passed by remote caller.\n#    * @arg_an_g: Argument passed by remote caller.\n#    * @arg_an_h: Argument passed by remote caller.\n#    * @arg_an_ay: Argument passed by remote caller.\n#    * @arg_an_as: Argument passed by remote caller.\n#    * @arg_an_ao: Argument passed by remote caller.\n#    * @arg_an_aay: Argument passed by remote caller.\n#    * @arg_an_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     19,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n#   /**\n#    * OrgProjectCallableIface::handle-same-method-with-many-args:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_an_b: Argument passed by remote caller.\n#    * @arg_an_y: Argument passed by remote caller.\n#    * @arg_an_n: Argument passed by remote caller.\n#    * @arg_an_q: Argument passed by remote caller.\n#    * @arg_an_i: Argument passed by remote caller.\n#    * @arg_an_u: Argument passed by remote caller.\n#    * @arg_an_x: Argument passed by remote caller.\n#    * @arg_an_t: Argument passed by remote caller.\n#    * @arg_an_d: Argument passed by remote caller.\n#    * @arg_an_s: Argument passed by remote caller.\n#    * @arg_an_o: Argument passed by remote caller.\n#    * @arg_an_g: Argument passed by remote caller.\n#    * @arg_an_h: Argument passed by remote caller.\n#    * @arg_an_ay: Argument passed by remote caller.\n#    * @arg_an_as: Argument passed by remote caller.\n#    * @arg_an_ao: Argument passed by remote caller.\n#    * @arg_an_aay: Argument passed by remote caller.\n#    * @arg_an_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_same_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-same-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_same_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_same_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     19,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_method_with_many_args (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_finish (\n#     OrgProjectCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_sync (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_same_method_with_many_args:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_same_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_same_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_same_method_with_many_args (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"SameMethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_same_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_same_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_same_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_same_method_with_many_args_finish (\n#     OrgProjectCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_same_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_same_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_same_method_with_many_args_sync (\n#     OrgProjectCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"SameMethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_method_with_many_args:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_method_with_many_args (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_same_method_with_many_args:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.SameMethodWithManyArgs\">SameMethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_same_method_with_many_args (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceProxy:\n#  *\n#  * The #OrgProjectCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_callable_iface_proxy_init (OrgProjectCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, OrgProjectCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_callable_iface_proxy_class_init (OrgProjectCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_callable_iface_skeleton_vtable =\n# {\n#   _org_project_callable_iface_skeleton_handle_method_call,\n#   _org_project_callable_iface_skeleton_handle_get_property,\n#   _org_project_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.CallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_init (OrgProjectCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, OrgProjectCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_class_init (OrgProjectCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherCallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherCallableIface\n#  * @title: OrgProjectOtherCallableIface\n#  * @short_description: Generated C code for the org.project.OtherCallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.OtherCallableIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_pointers[] =\n# {\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_b.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_y.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_n.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_q.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_i.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_u.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_x.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_t.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_d.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_s.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_o.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_g.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_h.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ay.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_as.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_ao.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_aay.parent_struct,\n#   &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_other_callable_iface_method_info_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"MethodWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_other_callable_iface_method_info_method_with_many_args_IN_ARG_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_other_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_other_callable_iface_method_info_method_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherCallableIface\",\n#     (GDBusMethodInfo **) &_org_project_other_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_callable_iface_method_marshal_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_method_with_many_args: Handler for the #OrgProjectOtherCallableIface::handle-method-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  */\n# \n# typedef OrgProjectOtherCallableIfaceIface OrgProjectOtherCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherCallableIface, org_project_other_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_callable_iface_default_init (OrgProjectOtherCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectOtherCallableIface::handle-method-with-many-args:\n#    * @object: A #OrgProjectOtherCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @arg_an_b: Argument passed by remote caller.\n#    * @arg_an_y: Argument passed by remote caller.\n#    * @arg_an_n: Argument passed by remote caller.\n#    * @arg_an_q: Argument passed by remote caller.\n#    * @arg_an_i: Argument passed by remote caller.\n#    * @arg_an_u: Argument passed by remote caller.\n#    * @arg_an_x: Argument passed by remote caller.\n#    * @arg_an_t: Argument passed by remote caller.\n#    * @arg_an_d: Argument passed by remote caller.\n#    * @arg_an_s: Argument passed by remote caller.\n#    * @arg_an_o: Argument passed by remote caller.\n#    * @arg_an_g: Argument passed by remote caller.\n#    * @arg_an_h: Argument passed by remote caller.\n#    * @arg_an_ay: Argument passed by remote caller.\n#    * @arg_an_as: Argument passed by remote caller.\n#    * @arg_an_ao: Argument passed by remote caller.\n#    * @arg_an_aay: Argument passed by remote caller.\n#    * @arg_an_asv: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_other_callable_iface_complete_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectOtherCallableIfaceIface, handle_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_other_callable_iface_method_marshal_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     19,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_method_with_many_args:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_call_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_call_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_other_callable_iface_call_method_with_many_args (\n#     OrgProjectOtherCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_call_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_call_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_method_with_many_args_finish (\n#     OrgProjectOtherCallableIface *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_call_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectOtherCallableIfaceProxy.\n#  * @arg_an_b: Argument to pass with the method invocation.\n#  * @arg_an_y: Argument to pass with the method invocation.\n#  * @arg_an_n: Argument to pass with the method invocation.\n#  * @arg_an_q: Argument to pass with the method invocation.\n#  * @arg_an_i: Argument to pass with the method invocation.\n#  * @arg_an_u: Argument to pass with the method invocation.\n#  * @arg_an_x: Argument to pass with the method invocation.\n#  * @arg_an_t: Argument to pass with the method invocation.\n#  * @arg_an_d: Argument to pass with the method invocation.\n#  * @arg_an_s: Argument to pass with the method invocation.\n#  * @arg_an_o: Argument to pass with the method invocation.\n#  * @arg_an_g: Argument to pass with the method invocation.\n#  * @arg_an_h: Argument to pass with the method invocation.\n#  * @arg_an_ay: Argument to pass with the method invocation.\n#  * @arg_an_as: Argument to pass with the method invocation.\n#  * @arg_an_ao: Argument to pass with the method invocation.\n#  * @arg_an_aay: Argument to pass with the method invocation.\n#  * @arg_an_asv: Argument to pass with the method invocation.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_call_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_other_callable_iface_call_method_with_many_args_sync (\n#     OrgProjectOtherCallableIface *proxy,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_complete_method_with_many_args:\n#  * @object: A #OrgProjectOtherCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-OtherCallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_other_callable_iface_complete_method_with_many_args (\n#     OrgProjectOtherCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxy:\n#  *\n#  * The #OrgProjectOtherCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceProxy, org_project_other_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherCallableIfaceProxy *proxy = ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_init (OrgProjectOtherCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, OrgProjectOtherCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_class_init (OrgProjectOtherCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_proxy_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherCallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_callable_iface_skeleton_vtable =\n# {\n#   _org_project_other_callable_iface_skeleton_handle_method_call,\n#   _org_project_other_callable_iface_skeleton_handle_get_property,\n#   _org_project_other_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherCallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherCallableIfaceSkeleton, org_project_other_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE, org_project_other_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherCallableIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_init (OrgProjectOtherCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, OrgProjectOtherCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_class_init (OrgProjectOtherCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_callable_iface_skeleton_iface_init (OrgProjectOtherCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherCallableIface.top_of_page\">org.project.OtherCallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherCallableIface *\n# org_project_other_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 13 __main__.TestCodegen.test_generate_methods_marshallers_multiple_out_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpqdocba6k\n# /tmp/tmpqdocba6k/tmp1ynfmp6e.xml: \n#             <node>\n#               <interface name=\"org.project.CallableIface\">\n#                 <method name=\"MethodWithManyArgs\">\n#                     <arg name='an_b' type='b' direction='out'/>\n# <arg name='an_y' type='y' direction='out'/>\n# <arg name='an_n' type='n' direction='out'/>\n# <arg name='an_q' type='q' direction='out'/>\n# <arg name='an_i' type='i' direction='out'/>\n# <arg name='an_u' type='u' direction='out'/>\n# <arg name='an_x' type='x' direction='out'/>\n# <arg name='an_t' type='t' direction='out'/>\n# <arg name='an_d' type='d' direction='out'/>\n# <arg name='an_s' type='s' direction='out'/>\n# <arg name='an_o' type='o' direction='out'/>\n# <arg name='an_g' type='g' direction='out'/>\n# <arg name='an_h' type='h' direction='out'/>\n# <arg name='an_ay' type='ay' direction='out'/>\n# <arg name='an_as' type='as' direction='out'/>\n# <arg name='an_ao' type='ao' direction='out'/>\n# <arg name='an_aay' type='aay' direction='out'/>\n# <arg name='an_asv' type='a{sv}' direction='out'/>\n# \n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpqdocba6k/tmp1ynfmp6e.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.CallableIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectCallableIface\n#  * @title: OrgProjectCallableIface\n#  * @short_description: Generated C code for the org.project.CallableIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.CallableIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_b.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_y.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_n.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_q.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_i.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_u.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_x.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_t.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_d.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_s.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_o.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_g.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_h.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_as.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_ao.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_aay.parent_struct,\n#   &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _org_project_callable_iface_method_info_method_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"MethodWithManyArgs\",\n#     NULL,\n#     (GDBusArgInfo **) &_org_project_callable_iface_method_info_method_with_many_args_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-method-with-many-args\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_callable_iface_method_info_pointers[] =\n# {\n#   &_org_project_callable_iface_method_info_method_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_callable_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.CallableIface\",\n#     (GDBusMethodInfo **) &_org_project_callable_iface_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-callable-iface\",\n# };\n# \n# \n# /**\n#  * org_project_callable_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_callable_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_callable_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectCallableIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_callable_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_callable_iface_method_marshal_method_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectCallableIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_method_with_many_args: Handler for the #OrgProjectCallableIface::handle-method-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  */\n# \n# typedef OrgProjectCallableIfaceIface OrgProjectCallableIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectCallableIface, org_project_callable_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_callable_iface_default_init (OrgProjectCallableIfaceIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectCallableIface::handle-method-with-many-args:\n#    * @object: A #OrgProjectCallableIface.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_callable_iface_complete_method_with_many_args() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-method-with-many-args\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectCallableIfaceIface, handle_method_with_many_args),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_callable_iface_method_marshal_method_with_many_args,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_call_method_with_many_args_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_callable_iface_call_method_with_many_args (\n#     OrgProjectCallableIface *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_finish:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @out_an_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_call_method_with_many_args().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_callable_iface_call_method_with_many_args().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_finish (\n#     OrgProjectCallableIface *proxy,\n#     gboolean *out_an_b,\n#     guchar *out_an_y,\n#     gint16 *out_an_n,\n#     guint16 *out_an_q,\n#     gint *out_an_i,\n#     guint *out_an_u,\n#     gint64 *out_an_x,\n#     guint64 *out_an_t,\n#     gdouble *out_an_d,\n#     gchar **out_an_s,\n#     gchar **out_an_o,\n#     gchar **out_an_g,\n#     GVariant **out_an_h,\n#     gchar **out_an_ay,\n#     gchar ***out_an_as,\n#     gchar ***out_an_ao,\n#     gchar ***out_an_aay,\n#     GVariant **out_an_asv,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                  out_an_b,\n#                  out_an_y,\n#                  out_an_n,\n#                  out_an_q,\n#                  out_an_i,\n#                  out_an_u,\n#                  out_an_x,\n#                  out_an_t,\n#                  out_an_d,\n#                  out_an_s,\n#                  out_an_o,\n#                  out_an_g,\n#                  out_an_h,\n#                  out_an_ay,\n#                  out_an_as,\n#                  out_an_ao,\n#                  out_an_aay,\n#                  out_an_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_call_method_with_many_args_sync:\n#  * @proxy: A #OrgProjectCallableIfaceProxy.\n#  * @out_an_b: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_y: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_n: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_q: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_i: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_u: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_x: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_t: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_d: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_s: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_o: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_g: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_h: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ay: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_an_as: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_ao: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_aay: (out) (optional) (array zero-terminated=1): Return location for return parameter or %NULL to ignore.\n#  * @out_an_asv: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_call_method_with_many_args() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_callable_iface_call_method_with_many_args_sync (\n#     OrgProjectCallableIface *proxy,\n#     gboolean *out_an_b,\n#     guchar *out_an_y,\n#     gint16 *out_an_n,\n#     guint16 *out_an_q,\n#     gint *out_an_i,\n#     guint *out_an_u,\n#     gint64 *out_an_x,\n#     guint64 *out_an_t,\n#     gdouble *out_an_d,\n#     gchar **out_an_s,\n#     gchar **out_an_o,\n#     gchar **out_an_g,\n#     GVariant **out_an_h,\n#     gchar **out_an_ay,\n#     gchar ***out_an_as,\n#     gchar ***out_an_ao,\n#     gchar ***out_an_aay,\n#     GVariant **out_an_asv,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"MethodWithManyArgs\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                  out_an_b,\n#                  out_an_y,\n#                  out_an_n,\n#                  out_an_q,\n#                  out_an_i,\n#                  out_an_u,\n#                  out_an_x,\n#                  out_an_t,\n#                  out_an_d,\n#                  out_an_s,\n#                  out_an_o,\n#                  out_an_g,\n#                  out_an_h,\n#                  out_an_ay,\n#                  out_an_as,\n#                  out_an_ao,\n#                  out_an_aay,\n#                  out_an_asv);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_complete_method_with_many_args:\n#  * @object: A #OrgProjectCallableIface.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @an_b: Parameter to return.\n#  * @an_y: Parameter to return.\n#  * @an_n: Parameter to return.\n#  * @an_q: Parameter to return.\n#  * @an_i: Parameter to return.\n#  * @an_u: Parameter to return.\n#  * @an_x: Parameter to return.\n#  * @an_t: Parameter to return.\n#  * @an_d: Parameter to return.\n#  * @an_s: Parameter to return.\n#  * @an_o: Parameter to return.\n#  * @an_g: Parameter to return.\n#  * @an_h: Parameter to return.\n#  * @an_ay: Parameter to return.\n#  * @an_as: Parameter to return.\n#  * @an_ao: Parameter to return.\n#  * @an_aay: Parameter to return.\n#  * @an_asv: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-CallableIface.MethodWithManyArgs\">MethodWithManyArgs()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_callable_iface_complete_method_with_many_args (\n#     OrgProjectCallableIface *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     gboolean an_b,\n#     guchar an_y,\n#     gint16 an_n,\n#     guint16 an_q,\n#     gint an_i,\n#     guint an_u,\n#     gint64 an_x,\n#     guint64 an_t,\n#     gdouble an_d,\n#     const gchar *an_s,\n#     const gchar *an_o,\n#     const gchar *an_g,\n#     GVariant *an_h,\n#     const gchar *an_ay,\n#     const gchar *const *an_as,\n#     const gchar *const *an_ao,\n#     const gchar *const *an_aay,\n#     GVariant *an_asv)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    an_b,\n#                    an_y,\n#                    an_n,\n#                    an_q,\n#                    an_i,\n#                    an_u,\n#                    an_x,\n#                    an_t,\n#                    an_d,\n#                    an_s,\n#                    an_o,\n#                    an_g,\n#                    an_h,\n#                    an_ay,\n#                    an_as,\n#                    an_ao,\n#                    an_aay,\n#                    an_asv));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceProxy:\n#  *\n#  * The #OrgProjectCallableIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceProxy.\n#  */\n# \n# struct _OrgProjectCallableIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceProxy, org_project_callable_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_callable_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_callable_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectCallableIfaceProxy *proxy = ORG_PROJECT_CALLABLE_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_callable_iface_proxy_init (OrgProjectCallableIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_callable_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, OrgProjectCallableIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_callable_iface_interface_info ());\n# }\n# \n# static void\n# org_project_callable_iface_proxy_class_init (OrgProjectCallableIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_callable_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_callable_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_callable_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_callable_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_callable_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_proxy_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_callable_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_callable_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_callable_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_callable_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_callable_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_callable_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_callable_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_callable_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.CallableIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_CALLABLE_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeleton:\n#  *\n#  * The #OrgProjectCallableIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectCallableIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectCallableIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectCallableIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_callable_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_CALLABLE_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_callable_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_callable_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_callable_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_callable_iface_skeleton_vtable =\n# {\n#   _org_project_callable_iface_skeleton_handle_method_call,\n#   _org_project_callable_iface_skeleton_handle_get_property,\n#   _org_project_callable_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_callable_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_callable_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_callable_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_callable_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_callable_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_callable_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_callable_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_callable_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_callable_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.CallableIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectCallableIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectCallableIfaceSkeleton, org_project_callable_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_CALLABLE_IFACE, org_project_callable_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_callable_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectCallableIfaceSkeleton *skeleton = ORG_PROJECT_CALLABLE_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_callable_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_init (OrgProjectCallableIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_callable_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, OrgProjectCallableIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_class_init (OrgProjectCallableIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_callable_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_callable_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_callable_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_callable_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_callable_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectCallableIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_callable_iface_skeleton_iface_init (OrgProjectCallableIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_callable_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-CallableIface.top_of_page\">org.project.CallableIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectCallableIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectCallableIface *\n# org_project_callable_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_CALLABLE_IFACE (g_object_new (TYPE_ORG_PROJECT_CALLABLE_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 14 __main__.TestCodegen.test_generate_methods_marshallers_with_unix_fds\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpkzoalfzr\n# /tmp/tmpkzoalfzr/tmpsnqakzdo.xml: \n#             <node>\n#               <interface name=\"test.FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpkzoalfzr/tmpsnqakzdo.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT_OBJECT_STRING (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectObjectStringFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         GUnixFDList *arg_fd_list,\n#         const gchar *arg_greeting,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectObjectStringFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 4);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectObjectStringFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               g_marshal_value_peek_object (param_values + 2),\n#               g_marshal_value_peek_string (param_values + 3),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface test.FDPassing\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:TestFDPassing\n#  * @title: TestFDPassing\n#  * @short_description: Generated C code for the test.FDPassing D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for test.FDPassing ---- */\n# \n# static const _ExtendedGDBusArgInfo _test_fdpassing_method_info_hello_fd_IN_ARG_greeting =\n# {\n#   {\n#     -1,\n#     (gchar *) \"greeting\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _test_fdpassing_method_info_hello_fd_IN_ARG_pointers[] =\n# {\n#   &_test_fdpassing_method_info_hello_fd_IN_ARG_greeting.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusArgInfo _test_fdpassing_method_info_hello_fd_OUT_ARG_response =\n# {\n#   {\n#     -1,\n#     (gchar *) \"response\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _test_fdpassing_method_info_hello_fd_OUT_ARG_pointers[] =\n# {\n#   &_test_fdpassing_method_info_hello_fd_OUT_ARG_response.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusMethodInfo _test_fdpassing_method_info_hello_fd =\n# {\n#   {\n#     -1,\n#     (gchar *) \"HelloFD\",\n#     (GDBusArgInfo **) &_test_fdpassing_method_info_hello_fd_IN_ARG_pointers,\n#     (GDBusArgInfo **) &_test_fdpassing_method_info_hello_fd_OUT_ARG_pointers,\n#     NULL\n#   },\n#   \"handle-hello-fd\",\n#   TRUE\n# };\n# \n# static const GDBusMethodInfo * const _test_fdpassing_method_info_pointers[] =\n# {\n#   &_test_fdpassing_method_info_hello_fd.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _test_fdpassing_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"test.FDPassing\",\n#     (GDBusMethodInfo **) &_test_fdpassing_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"test-fdpassing\",\n# };\n# \n# \n# /**\n#  * test_fdpassing_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# test_fdpassing_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct;\n# }\n# \n# /**\n#  * test_fdpassing_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #TestFDPassing interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# test_fdpassing_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# test_fdpassing_method_marshal_hello_fd (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT_OBJECT_STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * TestFDPassing:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>.\n#  */\n# \n# /**\n#  * TestFDPassingIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_hello_fd: Handler for the #TestFDPassing::handle-hello-fd signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>.\n#  */\n# \n# typedef TestFDPassingIface TestFDPassingInterface;\n# G_DEFINE_INTERFACE (TestFDPassing, test_fdpassing, G_TYPE_OBJECT)\n# \n# static void\n# test_fdpassing_default_init (TestFDPassingIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * TestFDPassing::handle-hello-fd:\n#    * @object: A #TestFDPassing.\n#    * @invocation: A #GDBusMethodInvocation.\n#    * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#    * @arg_greeting: Argument passed by remote caller.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call test_fdpassing_complete_hello_fd() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-hello-fd\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (TestFDPassingIface, handle_hello_fd),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       test_fdpassing_method_marshal_hello_fd,\n#     G_TYPE_BOOLEAN,\n#     3,\n#     G_TYPE_DBUS_METHOD_INVOCATION, G_TYPE_UNIX_FD_LIST, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * test_fdpassing_call_hello_fd:\n#  * @proxy: A #TestFDPassingProxy.\n#  * @arg_greeting: Argument to pass with the method invocation.\n#  * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call test_fdpassing_call_hello_fd_finish() to get the result of the operation.\n#  *\n#  * See test_fdpassing_call_hello_fd_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# test_fdpassing_call_hello_fd (\n#     TestFDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call_with_unix_fd_list (G_DBUS_PROXY (proxy),\n#     \"HelloFD\",\n#     g_variant_new (\"(s)\",\n#                    arg_greeting),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     fd_list,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * test_fdpassing_call_hello_fd_finish:\n#  * @proxy: A #TestFDPassingProxy.\n#  * @out_response: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_fd_list: (out) (optional) (nullable): Return location for a #GUnixFDList or %NULL to ignore.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to test_fdpassing_call_hello_fd().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with test_fdpassing_call_hello_fd().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# test_fdpassing_call_hello_fd_finish (\n#     TestFDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_with_unix_fd_list_finish (G_DBUS_PROXY (proxy), out_fd_list, res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_response);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * test_fdpassing_call_hello_fd_sync:\n#  * @proxy: A #TestFDPassingProxy.\n#  * @arg_greeting: Argument to pass with the method invocation.\n#  * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#  * @out_response: (out) (optional): Return location for return parameter or %NULL to ignore.\n#  * @out_fd_list: (out) (optional) (nullable): Return location for a #GUnixFDList or %NULL.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See test_fdpassing_call_hello_fd() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# test_fdpassing_call_hello_fd_sync (\n#     TestFDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_with_unix_fd_list_sync (G_DBUS_PROXY (proxy),\n#     \"HelloFD\",\n#     g_variant_new (\"(s)\",\n#                    arg_greeting),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     fd_list,\n#     out_fd_list,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"(s)\",\n#                  out_response);\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * test_fdpassing_complete_hello_fd:\n#  * @object: A #TestFDPassing.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  * @fd_list: (nullable): A #GUnixFDList or %NULL.\n#  * @response: Parameter to return.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-test-FDPassing.HelloFD\">HelloFD()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# test_fdpassing_complete_hello_fd (\n#     TestFDPassing *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response)\n# {\n#   g_dbus_method_invocation_return_value_with_unix_fd_list (invocation,\n#     g_variant_new (\"(s)\",\n#                    response),\n#     fd_list);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * TestFDPassingProxy:\n#  *\n#  * The #TestFDPassingProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * TestFDPassingProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #TestFDPassingProxy.\n#  */\n# \n# struct _TestFDPassingProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void test_fdpassing_proxy_iface_init (TestFDPassingIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingProxy, test_fdpassing_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (TestFDPassingProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingProxy, test_fdpassing_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_proxy_iface_init))\n# \n# #endif\n# static void\n# test_fdpassing_proxy_finalize (GObject *object)\n# {\n#   TestFDPassingProxy *proxy = TEST_FDPASSING_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (test_fdpassing_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# test_fdpassing_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# test_fdpassing_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# test_fdpassing_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_TEST_FDPASSING);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_TEST_FDPASSING);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# test_fdpassing_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   TestFDPassingProxy *proxy = TEST_FDPASSING_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# test_fdpassing_proxy_init (TestFDPassingProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = test_fdpassing_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_TEST_FDPASSING_PROXY, TestFDPassingProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), test_fdpassing_interface_info ());\n# }\n# \n# static void\n# test_fdpassing_proxy_class_init (TestFDPassingProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = test_fdpassing_proxy_finalize;\n#   gobject_class->get_property = test_fdpassing_proxy_get_property;\n#   gobject_class->set_property = test_fdpassing_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = test_fdpassing_proxy_g_signal;\n#   proxy_class->g_properties_changed = test_fdpassing_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (TestFDPassingProxyPrivate));\n# #endif\n# }\n# \n# static void\n# test_fdpassing_proxy_iface_init (TestFDPassingIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call test_fdpassing_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See test_fdpassing_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# test_fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_TEST_FDPASSING_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to test_fdpassing_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with test_fdpassing_proxy_new().\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See test_fdpassing_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_TEST_FDPASSING_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * test_fdpassing_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like test_fdpassing_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call test_fdpassing_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See test_fdpassing_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# test_fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_TEST_FDPASSING_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to test_fdpassing_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with test_fdpassing_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * test_fdpassing_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like test_fdpassing_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See test_fdpassing_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type TestFDPassingProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# TestFDPassing *\n# test_fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_TEST_FDPASSING_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"test.FDPassing\", NULL);\n#   if (ret != NULL)\n#     return TEST_FDPASSING (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * TestFDPassingSkeleton:\n#  *\n#  * The #TestFDPassingSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * TestFDPassingSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #TestFDPassingSkeleton.\n#  */\n# \n# struct _TestFDPassingSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _test_fdpassing_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_TEST_FDPASSING);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_TEST_FDPASSING);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _test_fdpassing_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _test_fdpassing_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_test_fdpassing_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _test_fdpassing_skeleton_vtable =\n# {\n#   _test_fdpassing_skeleton_handle_method_call,\n#   _test_fdpassing_skeleton_handle_get_property,\n#   _test_fdpassing_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# test_fdpassing_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return test_fdpassing_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# test_fdpassing_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_test_fdpassing_skeleton_vtable;\n# }\n# \n# static GVariant *\n# test_fdpassing_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_test_fdpassing_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _test_fdpassing_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _test_fdpassing_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _test_fdpassing_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"test.FDPassing\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# test_fdpassing_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void test_fdpassing_skeleton_iface_init (TestFDPassingIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingSkeleton, test_fdpassing_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (TestFDPassingSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (TestFDPassingSkeleton, test_fdpassing_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_TEST_FDPASSING, test_fdpassing_skeleton_iface_init))\n# \n# #endif\n# static void\n# test_fdpassing_skeleton_finalize (GObject *object)\n# {\n#   TestFDPassingSkeleton *skeleton = TEST_FDPASSING_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (test_fdpassing_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# test_fdpassing_skeleton_init (TestFDPassingSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = test_fdpassing_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_TEST_FDPASSING_SKELETON, TestFDPassingSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# test_fdpassing_skeleton_class_init (TestFDPassingSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = test_fdpassing_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = test_fdpassing_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = test_fdpassing_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = test_fdpassing_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = test_fdpassing_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (TestFDPassingSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# test_fdpassing_skeleton_iface_init (TestFDPassingIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * test_fdpassing_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-test-FDPassing.top_of_page\">test.FDPassing</link>.\n#  *\n#  * Returns: (transfer full) (type TestFDPassingSkeleton): The skeleton object.\n#  */\n# TestFDPassing *\n# test_fdpassing_skeleton_new (void)\n# {\n#   return TEST_FDPASSING (g_object_new (TYPE_TEST_FDPASSING_SKELETON, NULL));\n# }\n# Error:\nok 15 __main__.TestCodegen.test_generate_rst\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpidw70ig2\n# /tmp/tmpidw70ig2/tmpxfydumcz.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpidw70ig2/tmpxfydumcz.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 16 __main__.TestCodegen.test_generate_rst_method\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp4s7ebz3b\n# /tmp/tmp4s7ebz3b/tmpl9yvnkuk.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- RandomMethod:\n# \n#             A random test method.\n#             -->\n#             <method name=\"RandomMethod\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp4s7ebz3b/tmpl9yvnkuk.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 17 __main__.TestCodegen.test_generate_rst_property\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpaoe1rgmr\n# /tmp/tmpaoe1rgmr/tmp0y2a78ff.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- RandomProperty:\n# \n#             A random test property.\n#             -->\n#             <property type=\"s\" name=\"RandomProperty\" access=\"read\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpaoe1rgmr/tmp0y2a78ff.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 18 __main__.TestCodegen.test_generate_rst_signal\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpkpkus9oj\n# /tmp/tmpkpkus9oj/tmp8tgsyscn.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- RandomSignal:\n# \n#             A random test signal.\n#             -->\n#             <signal name=\"RandomSignal\"/>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpkpkus9oj/tmp8tgsyscn.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 19 __main__.TestCodegen.test_generate_signal_id_multiple_signal_args_types\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpgyegb_il\n# /tmp/tmpgyegb_il/tmp364sr9pd.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SignalWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </signal>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpgyegb_il/tmp364sr9pd.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#        (void *data1,\n#         gboolean arg_an_b,\n#         guchar arg_an_y,\n#         gint16 arg_an_n,\n#         guint16 arg_an_q,\n#         gint arg_an_i,\n#         guint arg_an_u,\n#         gint64 arg_an_x,\n#         guint64 arg_an_t,\n#         gdouble arg_an_d,\n#         const gchar *arg_an_s,\n#         const gchar *arg_an_o,\n#         const gchar *arg_an_g,\n#         GVariant *arg_an_h,\n#         const gchar *arg_an_ay,\n#         const gchar *const *arg_an_as,\n#         const gchar *const *arg_an_ao,\n#         const gchar *const *arg_an_aay,\n#         GVariant *arg_an_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 19);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_boolean (param_values + 1),\n#             g_marshal_value_peek_uchar (param_values + 2),\n#             g_marshal_value_peek_int (param_values + 3),\n#             g_marshal_value_peek_uint (param_values + 4),\n#             g_marshal_value_peek_int (param_values + 5),\n#             g_marshal_value_peek_uint (param_values + 6),\n#             g_marshal_value_peek_int64 (param_values + 7),\n#             g_marshal_value_peek_uint64 (param_values + 8),\n#             g_marshal_value_peek_double (param_values + 9),\n#             g_marshal_value_peek_string (param_values + 10),\n#             g_marshal_value_peek_string (param_values + 11),\n#             g_marshal_value_peek_string (param_values + 12),\n#             g_marshal_value_peek_variant (param_values + 13),\n#             g_marshal_value_peek_string (param_values + 14),\n#             g_marshal_value_peek_boxed (param_values + 15),\n#             g_marshal_value_peek_boxed (param_values + 16),\n#             g_marshal_value_peek_boxed (param_values + 17),\n#             g_marshal_value_peek_variant (param_values + 18),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_signal_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SignalWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers,\n#     NULL\n#   },\n#   \"signal-with-many-args\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_signal_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @signal_with_many_args: Handler for the #OrgProjectSignalingIface::signal-with-many-args signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::signal-with-many-args:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_b: Argument.\n#    * @arg_an_y: Argument.\n#    * @arg_an_n: Argument.\n#    * @arg_an_q: Argument.\n#    * @arg_an_i: Argument.\n#    * @arg_an_u: Argument.\n#    * @arg_an_x: Argument.\n#    * @arg_an_t: Argument.\n#    * @arg_an_d: Argument.\n#    * @arg_an_s: Argument.\n#    * @arg_an_o: Argument.\n#    * @arg_an_g: Argument.\n#    * @arg_an_h: Argument.\n#    * @arg_an_ay: Argument.\n#    * @arg_an_as: Argument.\n#    * @arg_an_ao: Argument.\n#    * @arg_an_aay: Argument.\n#    * @arg_an_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS] =\n#     g_signal_new (\"signal-with-many-args\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, signal_with_many_args),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_signal_with_many_args,\n#       G_TYPE_NONE,\n#       18, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_signal_with_many_args:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_b: Argument to pass with the signal.\n#  * @arg_an_y: Argument to pass with the signal.\n#  * @arg_an_n: Argument to pass with the signal.\n#  * @arg_an_q: Argument to pass with the signal.\n#  * @arg_an_i: Argument to pass with the signal.\n#  * @arg_an_u: Argument to pass with the signal.\n#  * @arg_an_x: Argument to pass with the signal.\n#  * @arg_an_t: Argument to pass with the signal.\n#  * @arg_an_d: Argument to pass with the signal.\n#  * @arg_an_s: Argument to pass with the signal.\n#  * @arg_an_o: Argument to pass with the signal.\n#  * @arg_an_g: Argument to pass with the signal.\n#  * @arg_an_h: Argument to pass with the signal.\n#  * @arg_an_ay: Argument to pass with the signal.\n#  * @arg_an_as: Argument to pass with the signal.\n#  * @arg_an_ao: Argument to pass with the signal.\n#  * @arg_an_aay: Argument to pass with the signal.\n#  * @arg_an_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS], 0, arg_an_b, arg_an_y, arg_an_n, arg_an_q, arg_an_i, arg_an_u, arg_an_x, arg_an_t, arg_an_d, arg_an_s, arg_an_o, arg_an_g, arg_an_h, arg_an_ay, arg_an_as, arg_an_ao, arg_an_aay, arg_an_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SignalWithManyArgs\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->signal_with_many_args = _org_project_signaling_iface_on_signal_signal_with_many_args;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 20 __main__.TestCodegen.test_generate_signal_id_multiple_signals_types\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp67ftry3a\n# /tmp/tmp67ftry3a/tmpv8aeo76b.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"NoArgSignal\" />\n#                 <signal name='SingleArgSignalB'><arg name='an_b' type='b'/></signal><signal name='SingleArgSignalY'><arg name='an_y' type='y'/></signal><signal name='SingleArgSignalN'><arg name='an_n' type='n'/></signal><signal name='SingleArgSignalQ'><arg name='an_q' type='q'/></signal><signal name='SingleArgSignalI'><arg name='an_i' type='i'/></signal><signal name='SingleArgSignalU'><arg name='an_u' type='u'/></signal><signal name='SingleArgSignalX'><arg name='an_x' type='x'/></signal><signal name='SingleArgSignalT'><arg name='an_t' type='t'/></signal><signal name='SingleArgSignalD'><arg name='an_d' type='d'/></signal><signal name='SingleArgSignalS'><arg name='an_s' type='s'/></signal><signal name='SingleArgSignalO'><arg name='an_o' type='o'/></signal><signal name='SingleArgSignalG'><arg name='an_g' type='g'/></signal><signal name='SingleArgSignalH'><arg name='an_h' type='h'/></signal><signal name='SingleArgSignalAY'><arg name='an_ay' type='ay'/></signal><signal name='SingleArgSignalAS'><arg name='an_as' type='as'/></signal><signal name='SingleArgSignalAO'><arg name='an_ao' type='ao'/></signal><signal name='SingleArgSignalAAY'><arg name='an_aay' type='aay'/></signal><signal name='SingleArgSignalASV'><arg name='an_asv' type='a{sv}'/></signal>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp67ftry3a/tmpv8aeo76b.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__INT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Int64Func)\n#        (void *data1,\n#         gint64 arg_an_x,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Int64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Int64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_int64 (param_values + 1),\n#             data2);\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__UINT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Uint64Func)\n#        (void *data1,\n#         guint64 arg_an_t,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Uint64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Uint64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_uint64 (param_values + 1),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_NO_ARG_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[19] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_no_arg_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"NoArgSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"no-arg-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_an_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalB\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-b\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_an_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-y\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_an_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalN\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-n\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_an_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalQ\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-q\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_an_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalI\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-i\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_an_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalU\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-u\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_an_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalX\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-x\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_an_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalT\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-t\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_an_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalD\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-d\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_an_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalS\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-s\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_an_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalO\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-o\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_an_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalG\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-g\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_an_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalH\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-h\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_an_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ay\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_an_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAS\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-as\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_an_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAO\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ao\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_an_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAAY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-aay\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalASV\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-asv\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_no_arg_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_no_arg_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOOLEAN (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UCHAR (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__INT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__UINT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__DOUBLE (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @no_arg_signal: Handler for the #OrgProjectSignalingIface::no-arg-signal signal.\n#  * @single_arg_signal_aay: Handler for the #OrgProjectSignalingIface::single-arg-signal-aay signal.\n#  * @single_arg_signal_ao: Handler for the #OrgProjectSignalingIface::single-arg-signal-ao signal.\n#  * @single_arg_signal_as: Handler for the #OrgProjectSignalingIface::single-arg-signal-as signal.\n#  * @single_arg_signal_asv: Handler for the #OrgProjectSignalingIface::single-arg-signal-asv signal.\n#  * @single_arg_signal_ay: Handler for the #OrgProjectSignalingIface::single-arg-signal-ay signal.\n#  * @single_arg_signal_b: Handler for the #OrgProjectSignalingIface::single-arg-signal-b signal.\n#  * @single_arg_signal_d: Handler for the #OrgProjectSignalingIface::single-arg-signal-d signal.\n#  * @single_arg_signal_g: Handler for the #OrgProjectSignalingIface::single-arg-signal-g signal.\n#  * @single_arg_signal_h: Handler for the #OrgProjectSignalingIface::single-arg-signal-h signal.\n#  * @single_arg_signal_i: Handler for the #OrgProjectSignalingIface::single-arg-signal-i signal.\n#  * @single_arg_signal_n: Handler for the #OrgProjectSignalingIface::single-arg-signal-n signal.\n#  * @single_arg_signal_o: Handler for the #OrgProjectSignalingIface::single-arg-signal-o signal.\n#  * @single_arg_signal_q: Handler for the #OrgProjectSignalingIface::single-arg-signal-q signal.\n#  * @single_arg_signal_s: Handler for the #OrgProjectSignalingIface::single-arg-signal-s signal.\n#  * @single_arg_signal_t: Handler for the #OrgProjectSignalingIface::single-arg-signal-t signal.\n#  * @single_arg_signal_u: Handler for the #OrgProjectSignalingIface::single-arg-signal-u signal.\n#  * @single_arg_signal_x: Handler for the #OrgProjectSignalingIface::single-arg-signal-x signal.\n#  * @single_arg_signal_y: Handler for the #OrgProjectSignalingIface::single-arg-signal-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::no-arg-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.NoArgSignal\">\"NoArgSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_NO_ARG_SIGNAL] =\n#     g_signal_new (\"no-arg-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, no_arg_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_no_arg_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-b:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_b: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B] =\n#     g_signal_new (\"single-arg-signal-b\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_b),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_b,\n#       G_TYPE_NONE,\n#       1, G_TYPE_BOOLEAN);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-y:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_y: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y] =\n#     g_signal_new (\"single-arg-signal-y\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_y),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_y,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UCHAR);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-n:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_n: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N] =\n#     g_signal_new (\"single-arg-signal-n\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_n),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_n,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-q:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_q: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q] =\n#     g_signal_new (\"single-arg-signal-q\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_q),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_q,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-i:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_i: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I] =\n#     g_signal_new (\"single-arg-signal-i\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_i),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_i,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-u:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_u: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U] =\n#     g_signal_new (\"single-arg-signal-u\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_u),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_u,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-x:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_x: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X] =\n#     g_signal_new (\"single-arg-signal-x\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_x),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_x,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT64);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-t:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_t: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T] =\n#     g_signal_new (\"single-arg-signal-t\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_t),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_t,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT64);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-d:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_d: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D] =\n#     g_signal_new (\"single-arg-signal-d\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_d),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_d,\n#       G_TYPE_NONE,\n#       1, G_TYPE_DOUBLE);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-s:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_s: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S] =\n#     g_signal_new (\"single-arg-signal-s\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_s),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_s,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-o:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_o: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O] =\n#     g_signal_new (\"single-arg-signal-o\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_o),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_o,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-g:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_g: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G] =\n#     g_signal_new (\"single-arg-signal-g\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_g),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_g,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-h:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_h: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H] =\n#     g_signal_new (\"single-arg-signal-h\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_h),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_h,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_ay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAY\">\"SingleArgSignalAY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY] =\n#     g_signal_new (\"single-arg-signal-ay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-as:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_as: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAS\">\"SingleArgSignalAS\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS] =\n#     g_signal_new (\"single-arg-signal-as\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_as),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_as,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ao:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_ao: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAO\">\"SingleArgSignalAO\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO] =\n#     g_signal_new (\"single-arg-signal-ao\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ao),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ao,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-aay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_aay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAAY\">\"SingleArgSignalAAY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY] =\n#     g_signal_new (\"single-arg-signal-aay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_aay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_aay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-asv:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalASV\">\"SingleArgSignalASV\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV] =\n#     g_signal_new (\"single-arg-signal-asv\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_asv),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_asv,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_no_arg_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.NoArgSignal\">\"NoArgSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_no_arg_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_NO_ARG_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_b:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_b: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B], 0, arg_an_b);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_y:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_y: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_an_y)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y], 0, arg_an_y);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_n:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_n: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_an_n)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N], 0, arg_an_n);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_q:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_q: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_an_q)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q], 0, arg_an_q);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_i:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_i: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_an_i)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I], 0, arg_an_i);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_u:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_u: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_an_u)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U], 0, arg_an_u);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_x:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_x: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_an_x)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X], 0, arg_an_x);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_t:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_t: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_an_t)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T], 0, arg_an_t);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_d:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_d: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_an_d)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D], 0, arg_an_d);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_s:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_s: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_s)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S], 0, arg_an_s);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_o:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_o: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_o)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O], 0, arg_an_o);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_g:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_g: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_g)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G], 0, arg_an_g);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_h:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_h: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_h)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H], 0, arg_an_h);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_ay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAY\">\"SingleArgSignalAY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_ay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY], 0, arg_an_ay);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_as:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_as: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAS\">\"SingleArgSignalAS\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_as)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS], 0, arg_an_as);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ao:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_ao: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAO\">\"SingleArgSignalAO\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_ao)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO], 0, arg_an_ao);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_aay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_aay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAAY\">\"SingleArgSignalAAY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_aay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY], 0, arg_an_aay);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_asv:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalASV\">\"SingleArgSignalASV\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV], 0, arg_an_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_no_arg_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"NoArgSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(b)\",\n#                    arg_an_b));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalB\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_an_y)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(y)\",\n#                    arg_an_y));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_an_n)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(n)\",\n#                    arg_an_n));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalN\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_an_q)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(q)\",\n#                    arg_an_q));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalQ\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_an_i)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(i)\",\n#                    arg_an_i));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalI\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_an_u)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(u)\",\n#                    arg_an_u));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalU\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_an_x)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(x)\",\n#                    arg_an_x));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalX\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_an_t)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(t)\",\n#                    arg_an_t));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalT\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_an_d)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(d)\",\n#                    arg_an_d));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalD\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_s)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(s)\",\n#                    arg_an_s));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalS\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_o)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(o)\",\n#                    arg_an_o));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalO\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_g)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(g)\",\n#                    arg_an_g));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalG\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_h)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@h)\",\n#                    arg_an_h));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalH\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_an_ay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ay)\",\n#                    arg_an_ay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_as)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^as)\",\n#                    arg_an_as));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAS\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_ao)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ao)\",\n#                    arg_an_ao));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAO\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_an_aay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^aay)\",\n#                    arg_an_aay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAAY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_an_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@a{sv})\",\n#                    arg_an_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalASV\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->no_arg_signal = _org_project_signaling_iface_on_signal_no_arg_signal;\n#   iface->single_arg_signal_b = _org_project_signaling_iface_on_signal_single_arg_signal_b;\n#   iface->single_arg_signal_y = _org_project_signaling_iface_on_signal_single_arg_signal_y;\n#   iface->single_arg_signal_n = _org_project_signaling_iface_on_signal_single_arg_signal_n;\n#   iface->single_arg_signal_q = _org_project_signaling_iface_on_signal_single_arg_signal_q;\n#   iface->single_arg_signal_i = _org_project_signaling_iface_on_signal_single_arg_signal_i;\n#   iface->single_arg_signal_u = _org_project_signaling_iface_on_signal_single_arg_signal_u;\n#   iface->single_arg_signal_x = _org_project_signaling_iface_on_signal_single_arg_signal_x;\n#   iface->single_arg_signal_t = _org_project_signaling_iface_on_signal_single_arg_signal_t;\n#   iface->single_arg_signal_d = _org_project_signaling_iface_on_signal_single_arg_signal_d;\n#   iface->single_arg_signal_s = _org_project_signaling_iface_on_signal_single_arg_signal_s;\n#   iface->single_arg_signal_o = _org_project_signaling_iface_on_signal_single_arg_signal_o;\n#   iface->single_arg_signal_g = _org_project_signaling_iface_on_signal_single_arg_signal_g;\n#   iface->single_arg_signal_h = _org_project_signaling_iface_on_signal_single_arg_signal_h;\n#   iface->single_arg_signal_ay = _org_project_signaling_iface_on_signal_single_arg_signal_ay;\n#   iface->single_arg_signal_as = _org_project_signaling_iface_on_signal_single_arg_signal_as;\n#   iface->single_arg_signal_ao = _org_project_signaling_iface_on_signal_single_arg_signal_ao;\n#   iface->single_arg_signal_aay = _org_project_signaling_iface_on_signal_single_arg_signal_aay;\n#   iface->single_arg_signal_asv = _org_project_signaling_iface_on_signal_single_arg_signal_asv;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 21 __main__.TestCodegen.test_generate_signal_id_simple_signal\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpz0bp5u4f\n# /tmp/tmpz0bp5u4f/tmp_n9dbm59.xml: \n#             <node>\n#               <interface name=\"org.project.UsefulInterface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#               <interface name=\"org.project.OtherIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpz0bp5u4f/tmp_n9dbm59.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.UsefulInterface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectUsefulInterface\n#  * @title: OrgProjectUsefulInterface\n#  * @short_description: Generated C code for the org.project.UsefulInterface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_USEFUL_INTERFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_USEFUL_INTERFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.UsefulInterface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_useful_interface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_useful_interface_signal_info_pointers[] =\n# {\n#   &_org_project_useful_interface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_useful_interface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.UsefulInterface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_useful_interface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-useful-interface\",\n# };\n# \n# \n# /**\n#  * org_project_useful_interface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_useful_interface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_useful_interface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectUsefulInterface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_useful_interface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_useful_interface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectUsefulInterface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectUsefulInterface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  */\n# \n# typedef OrgProjectUsefulInterfaceIface OrgProjectUsefulInterfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectUsefulInterface, org_project_useful_interface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_useful_interface_default_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectUsefulInterface::simple-signal:\n#    * @object: A #OrgProjectUsefulInterface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-UsefulInterface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_USEFUL_INTERFACE_SIGNALS[_ORG_PROJECT_USEFUL_INTERFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectUsefulInterfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_useful_interface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_useful_interface_emit_simple_signal:\n#  * @object: A #OrgProjectUsefulInterface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-UsefulInterface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_useful_interface_emit_simple_signal (\n#     OrgProjectUsefulInterface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_USEFUL_INTERFACE_SIGNALS[_ORG_PROJECT_USEFUL_INTERFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxy:\n#  *\n#  * The #OrgProjectUsefulInterfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceProxy.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceProxy, org_project_useful_interface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_useful_interface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_useful_interface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectUsefulInterfaceProxy *proxy = ORG_PROJECT_USEFUL_INTERFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_useful_interface_proxy_init (OrgProjectUsefulInterfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_useful_interface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, OrgProjectUsefulInterfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_useful_interface_interface_info ());\n# }\n# \n# static void\n# org_project_useful_interface_proxy_class_init (OrgProjectUsefulInterfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_useful_interface_proxy_finalize;\n#   gobject_class->get_property = org_project_useful_interface_proxy_get_property;\n#   gobject_class->set_property = org_project_useful_interface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_useful_interface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_useful_interface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_proxy_iface_init (OrgProjectUsefulInterfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_useful_interface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_useful_interface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_useful_interface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_useful_interface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_useful_interface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_useful_interface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_useful_interface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_useful_interface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.UsefulInterface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_USEFUL_INTERFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeleton:\n#  *\n#  * The #OrgProjectUsefulInterfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectUsefulInterfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectUsefulInterfaceSkeleton.\n#  */\n# \n# struct _OrgProjectUsefulInterfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_useful_interface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_USEFUL_INTERFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_useful_interface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_useful_interface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_useful_interface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_useful_interface_skeleton_vtable =\n# {\n#   _org_project_useful_interface_skeleton_handle_method_call,\n#   _org_project_useful_interface_skeleton_handle_get_property,\n#   _org_project_useful_interface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_useful_interface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_useful_interface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_useful_interface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_useful_interface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_useful_interface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_useful_interface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_useful_interface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_useful_interface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_useful_interface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_useful_interface_on_signal_simple_signal (\n#     OrgProjectUsefulInterface *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.UsefulInterface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectUsefulInterfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectUsefulInterfaceSkeleton, org_project_useful_interface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_USEFUL_INTERFACE, org_project_useful_interface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_useful_interface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectUsefulInterfaceSkeleton *skeleton = ORG_PROJECT_USEFUL_INTERFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_useful_interface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_init (OrgProjectUsefulInterfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_useful_interface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, OrgProjectUsefulInterfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_class_init (OrgProjectUsefulInterfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_useful_interface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_useful_interface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_useful_interface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_useful_interface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_useful_interface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectUsefulInterfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_useful_interface_skeleton_iface_init (OrgProjectUsefulInterfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_useful_interface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_useful_interface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-UsefulInterface.top_of_page\">org.project.UsefulInterface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectUsefulInterfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectUsefulInterface *\n# org_project_useful_interface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_USEFUL_INTERFACE (g_object_new (TYPE_ORG_PROJECT_USEFUL_INTERFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherIface\n#  * @title: OrgProjectOtherIface\n#  * @short_description: Generated C code for the org.project.OtherIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_OTHER_IFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_OTHER_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.OtherIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_other_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_other_iface_signal_info_pointers[] =\n# {\n#   &_org_project_other_iface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_other_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectOtherIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>.\n#  */\n# \n# typedef OrgProjectOtherIfaceIface OrgProjectOtherIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherIface, org_project_other_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_iface_default_init (OrgProjectOtherIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectOtherIface::simple-signal:\n#    * @object: A #OrgProjectOtherIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-OtherIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_OTHER_IFACE_SIGNALS[_ORG_PROJECT_OTHER_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectOtherIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_other_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_other_iface_emit_simple_signal:\n#  * @object: A #OrgProjectOtherIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-OtherIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_other_iface_emit_simple_signal (\n#     OrgProjectOtherIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_OTHER_IFACE_SIGNALS[_ORG_PROJECT_OTHER_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherIfaceProxy:\n#  *\n#  * The #OrgProjectOtherIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_iface_proxy_iface_init (OrgProjectOtherIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceProxy, org_project_other_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceProxy, org_project_other_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherIfaceProxy *proxy = ORG_PROJECT_OTHER_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherIfaceProxy *proxy = ORG_PROJECT_OTHER_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_iface_proxy_init (OrgProjectOtherIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, OrgProjectOtherIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_iface_proxy_class_init (OrgProjectOtherIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_iface_proxy_iface_init (OrgProjectOtherIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_iface_skeleton_vtable =\n# {\n#   _org_project_other_iface_skeleton_handle_method_call,\n#   _org_project_other_iface_skeleton_handle_get_property,\n#   _org_project_other_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_other_iface_on_signal_simple_signal (\n#     OrgProjectOtherIface *object)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_other_iface_skeleton_iface_init (OrgProjectOtherIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceSkeleton, org_project_other_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherIfaceSkeleton, org_project_other_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_IFACE, org_project_other_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_iface_skeleton_init (OrgProjectOtherIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_IFACE_SKELETON, OrgProjectOtherIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_iface_skeleton_class_init (OrgProjectOtherIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_iface_skeleton_iface_init (OrgProjectOtherIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_other_iface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_other_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherIface.top_of_page\">org.project.OtherIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherIface *\n# org_project_other_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 22 __main__.TestCodegen.test_generate_signals_marshaller_simple_signal\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpcd1nqiux\n# /tmp/tmpcd1nqiux/tmpqmknp4b7.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#               <interface name=\"org.project.OtherSignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpcd1nqiux/tmpqmknp4b7.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.OtherSignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectOtherSignalingIface\n#  * @title: OrgProjectOtherSignalingIface\n#  * @short_description: Generated C code for the org.project.OtherSignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIMPLE_SIGNAL,\n# };\n# \n# static unsigned _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for org.project.OtherSignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_other_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_other_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_other_signaling_iface_signal_info_simple_signal.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_other_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.OtherSignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_other_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-other-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_other_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_other_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectOtherSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_other_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_other_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectOtherSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectOtherSignalingIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>.\n#  */\n# \n# typedef OrgProjectOtherSignalingIfaceIface OrgProjectOtherSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectOtherSignalingIface, org_project_other_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_other_signaling_iface_default_init (OrgProjectOtherSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectOtherSignalingIface::simple-signal:\n#    * @object: A #OrgProjectOtherSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-OtherSignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_OTHER_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectOtherSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_other_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n# }\n# \n# /**\n#  * org_project_other_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectOtherSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-OtherSignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_other_signaling_iface_emit_simple_signal (\n#     OrgProjectOtherSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_OTHER_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_OTHER_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectOtherSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectOtherSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_other_signaling_iface_proxy_iface_init (OrgProjectOtherSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceProxy, org_project_other_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectOtherSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceProxy, org_project_other_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_other_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectOtherSignalingIfaceProxy *proxy = ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_other_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectOtherSignalingIfaceProxy *proxy = ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_init (OrgProjectOtherSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_other_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, OrgProjectOtherSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_other_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_class_init (OrgProjectOtherSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_other_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_other_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_other_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_other_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_other_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_signaling_iface_proxy_iface_init (OrgProjectOtherSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_other_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_other_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_other_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_other_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_other_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_other_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_other_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.OtherSignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_OTHER_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectOtherSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectOtherSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectOtherSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectOtherSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_other_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_other_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_other_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_other_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_other_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_other_signaling_iface_skeleton_handle_method_call,\n#   _org_project_other_signaling_iface_skeleton_handle_get_property,\n#   _org_project_other_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_other_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_other_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_other_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_other_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_other_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_other_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_other_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_other_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_other_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherSignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_other_signaling_iface_on_signal_simple_signal (\n#     OrgProjectOtherSignalingIface *object)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.OtherSignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_other_signaling_iface_skeleton_iface_init (OrgProjectOtherSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceSkeleton, org_project_other_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectOtherSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectOtherSignalingIfaceSkeleton, org_project_other_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE, org_project_other_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_other_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectOtherSignalingIfaceSkeleton *skeleton = ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_other_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_init (OrgProjectOtherSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_other_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON, OrgProjectOtherSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_class_init (OrgProjectOtherSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_other_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_other_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_other_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_other_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_other_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectOtherSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_other_signaling_iface_skeleton_iface_init (OrgProjectOtherSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_other_signaling_iface_on_signal_simple_signal;\n# }\n# \n# /**\n#  * org_project_other_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-OtherSignalingIface.top_of_page\">org.project.OtherSignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectOtherSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectOtherSignalingIface *\n# org_project_other_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_OTHER_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_OTHER_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 23 __main__.TestCodegen.test_generate_signals_marshaller_single_typed_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpm57pzygp\n# /tmp/tmpm57pzygp/tmp3iscvoq3.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalB\">\n#                     <arg name=\"arg_b\" type=\"b\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp3iscvoq3.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_arg_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_arg_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalB\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_b_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-b\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_b.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_b (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOOLEAN (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_b: Handler for the #OrgProjectSignalingIface::single-arg-signal-b signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-b:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_b: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B] =\n#     g_signal_new (\"single-arg-signal-b\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_b),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_b,\n#       G_TYPE_NONE,\n#       1, G_TYPE_BOOLEAN);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_b:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_b: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalB\">\"SingleArgSignalB\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_arg_b)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_B], 0, arg_arg_b);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_b (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_arg_b)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(b)\",\n#                    arg_arg_b));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalB\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_b = _org_project_signaling_iface_on_signal_single_arg_signal_b;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp8zjomoy5.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalY\">\n#                     <arg name=\"arg_y\" type=\"y\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp8zjomoy5.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_arg_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_arg_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalY\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_y_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-y\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_y.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_y (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UCHAR (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_y: Handler for the #OrgProjectSignalingIface::single-arg-signal-y signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-y:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_y: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y] =\n#     g_signal_new (\"single-arg-signal-y\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_y),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_y,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UCHAR);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_y:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_y: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalY\">\"SingleArgSignalY\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_arg_y)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Y], 0, arg_arg_y);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_y (\n#     OrgProjectSignalingIface *object,\n#     guchar arg_arg_y)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(y)\",\n#                    arg_arg_y));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalY\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_y = _org_project_signaling_iface_on_signal_single_arg_signal_y;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpownpsc9y.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalN\">\n#                     <arg name=\"arg_n\" type=\"n\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpownpsc9y.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_arg_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_arg_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalN\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_n_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-n\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_n.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_n (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_n: Handler for the #OrgProjectSignalingIface::single-arg-signal-n signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-n:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_n: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N] =\n#     g_signal_new (\"single-arg-signal-n\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_n),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_n,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_n:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_n: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalN\">\"SingleArgSignalN\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_arg_n)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_N], 0, arg_arg_n);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_n (\n#     OrgProjectSignalingIface *object,\n#     gint16 arg_arg_n)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(n)\",\n#                    arg_arg_n));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalN\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_n = _org_project_signaling_iface_on_signal_single_arg_signal_n;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpg5ky8e_4.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalQ\">\n#                     <arg name=\"arg_q\" type=\"q\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpg5ky8e_4.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_arg_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_arg_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalQ\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_q_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-q\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_q.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_q (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_q: Handler for the #OrgProjectSignalingIface::single-arg-signal-q signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-q:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_q: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q] =\n#     g_signal_new (\"single-arg-signal-q\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_q),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_q,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_q:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_q: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalQ\">\"SingleArgSignalQ\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_arg_q)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_Q], 0, arg_arg_q);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_q (\n#     OrgProjectSignalingIface *object,\n#     guint16 arg_arg_q)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(q)\",\n#                    arg_arg_q));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalQ\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_q = _org_project_signaling_iface_on_signal_single_arg_signal_q;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpip1auvxr.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalI\">\n#                     <arg name=\"arg_i\" type=\"i\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpip1auvxr.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_arg_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_arg_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalI\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_i_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-i\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_i.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_i (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__INT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_i: Handler for the #OrgProjectSignalingIface::single-arg-signal-i signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-i:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_i: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I] =\n#     g_signal_new (\"single-arg-signal-i\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_i),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_i,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_i:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_i: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalI\">\"SingleArgSignalI\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_arg_i)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_I], 0, arg_arg_i);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_i (\n#     OrgProjectSignalingIface *object,\n#     gint arg_arg_i)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(i)\",\n#                    arg_arg_i));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalI\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_i = _org_project_signaling_iface_on_signal_single_arg_signal_i;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp1y1doze_.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalU\">\n#                     <arg name=\"arg_u\" type=\"u\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp1y1doze_.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_arg_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_arg_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalU\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_u_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-u\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_u.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_u (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__UINT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_u: Handler for the #OrgProjectSignalingIface::single-arg-signal-u signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-u:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_u: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U] =\n#     g_signal_new (\"single-arg-signal-u\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_u),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_u,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_u:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_u: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalU\">\"SingleArgSignalU\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_arg_u)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_U], 0, arg_arg_u);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_u (\n#     OrgProjectSignalingIface *object,\n#     guint arg_arg_u)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(u)\",\n#                    arg_arg_u));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalU\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_u = _org_project_signaling_iface_on_signal_single_arg_signal_u;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpror7453q.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalX\">\n#                     <arg name=\"arg_x\" type=\"x\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpror7453q.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__INT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Int64Func)\n#        (void *data1,\n#         gint64 arg_arg_x,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Int64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Int64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_int64 (param_values + 1),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_arg_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_arg_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalX\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_x_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-x\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_x.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_x (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__INT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_x: Handler for the #OrgProjectSignalingIface::single-arg-signal-x signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-x:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_x: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X] =\n#     g_signal_new (\"single-arg-signal-x\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_x),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_x,\n#       G_TYPE_NONE,\n#       1, G_TYPE_INT64);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_x:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_x: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalX\">\"SingleArgSignalX\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_arg_x)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_X], 0, arg_arg_x);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_x (\n#     OrgProjectSignalingIface *object,\n#     gint64 arg_arg_x)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(x)\",\n#                    arg_arg_x));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalX\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_x = _org_project_signaling_iface_on_signal_single_arg_signal_x;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpox4111g7.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalT\">\n#                     <arg name=\"arg_t\" type=\"t\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpox4111g7.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__UINT64 (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_Uint64Func)\n#        (void *data1,\n#         guint64 arg_arg_t,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_Uint64Func callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_Uint64Func)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_uint64 (param_values + 1),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_arg_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_arg_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalT\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_t_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-t\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_t.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_t (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__UINT64 (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_t: Handler for the #OrgProjectSignalingIface::single-arg-signal-t signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-t:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_t: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T] =\n#     g_signal_new (\"single-arg-signal-t\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_t),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_t,\n#       G_TYPE_NONE,\n#       1, G_TYPE_UINT64);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_t:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_t: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalT\">\"SingleArgSignalT\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_arg_t)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_T], 0, arg_arg_t);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_t (\n#     OrgProjectSignalingIface *object,\n#     guint64 arg_arg_t)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(t)\",\n#                    arg_arg_t));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalT\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_t = _org_project_signaling_iface_on_signal_single_arg_signal_t;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpt9mimblu.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalD\">\n#                     <arg name=\"arg_d\" type=\"d\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpt9mimblu.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_arg_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_arg_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalD\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_d_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-d\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_d.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_d (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__DOUBLE (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_d: Handler for the #OrgProjectSignalingIface::single-arg-signal-d signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-d:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_d: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D] =\n#     g_signal_new (\"single-arg-signal-d\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_d),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_d,\n#       G_TYPE_NONE,\n#       1, G_TYPE_DOUBLE);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_d:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_d: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalD\">\"SingleArgSignalD\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_arg_d)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_D], 0, arg_arg_d);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_d (\n#     OrgProjectSignalingIface *object,\n#     gdouble arg_arg_d)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(d)\",\n#                    arg_arg_d));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalD\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_d = _org_project_signaling_iface_on_signal_single_arg_signal_d;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp90o70fjs.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalS\">\n#                     <arg name=\"arg_s\" type=\"s\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp90o70fjs.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_arg_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_arg_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalS\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_s_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-s\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_s.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_s (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_s: Handler for the #OrgProjectSignalingIface::single-arg-signal-s signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-s:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_s: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S] =\n#     g_signal_new (\"single-arg-signal-s\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_s),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_s,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_s:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_s: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalS\">\"SingleArgSignalS\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_s)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_S], 0, arg_arg_s);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_s (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_s)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(s)\",\n#                    arg_arg_s));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalS\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_s = _org_project_signaling_iface_on_signal_single_arg_signal_s;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp6e2tg9xn.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalO\">\n#                     <arg name=\"arg_o\" type=\"o\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp6e2tg9xn.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_arg_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_arg_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalO\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_o_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-o\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_o.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_o (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_o: Handler for the #OrgProjectSignalingIface::single-arg-signal-o signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-o:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_o: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O] =\n#     g_signal_new (\"single-arg-signal-o\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_o),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_o,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_o:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_o: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalO\">\"SingleArgSignalO\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_o)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_O], 0, arg_arg_o);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_o (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_o)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(o)\",\n#                    arg_arg_o));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalO\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_o = _org_project_signaling_iface_on_signal_single_arg_signal_o;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp7xunyrvq.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalG\">\n#                     <arg name=\"arg_g\" type=\"g\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp7xunyrvq.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_arg_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_arg_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalG\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_g_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-g\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_g.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_g (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_g: Handler for the #OrgProjectSignalingIface::single-arg-signal-g signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-g:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_g: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G] =\n#     g_signal_new (\"single-arg-signal-g\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_g),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_g,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_g:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_g: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalG\">\"SingleArgSignalG\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_g)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_G], 0, arg_arg_g);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_g (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_g)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(g)\",\n#                    arg_arg_g));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalG\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_g = _org_project_signaling_iface_on_signal_single_arg_signal_g;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpe4d6vt6u.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalH\">\n#                     <arg name=\"arg_h\" type=\"h\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpe4d6vt6u.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_arg_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_arg_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalH\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_h_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-h\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_h.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_h (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_h: Handler for the #OrgProjectSignalingIface::single-arg-signal-h signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-h:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_h: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H] =\n#     g_signal_new (\"single-arg-signal-h\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_h),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_h,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_h:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_h: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalH\">\"SingleArgSignalH\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_h)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_H], 0, arg_arg_h);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_h (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_h)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@h)\",\n#                    arg_arg_h));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalH\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_h = _org_project_signaling_iface_on_signal_single_arg_signal_h;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp3t99gjec.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAy\">\n#                     <arg name=\"arg_ay\" type=\"ay\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp3t99gjec.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_arg_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_arg_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAy\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ay\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__STRING (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_ay: Handler for the #OrgProjectSignalingIface::single-arg-signal-ay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_ay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAy\">\"SingleArgSignalAy\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY] =\n#     g_signal_new (\"single-arg-signal-ay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRING);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_ay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAy\">\"SingleArgSignalAy\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_ay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AY], 0, arg_arg_ay);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *arg_arg_ay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ay)\",\n#                    arg_arg_ay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAy\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_ay = _org_project_signaling_iface_on_signal_single_arg_signal_ay;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp9_z5q3cy.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAs\">\n#                     <arg name=\"arg_as\" type=\"as\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp9_z5q3cy.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_arg_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_arg_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAs\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_as_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-as\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_as.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_as (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_as: Handler for the #OrgProjectSignalingIface::single-arg-signal-as signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-as:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_as: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAs\">\"SingleArgSignalAs\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS] =\n#     g_signal_new (\"single-arg-signal-as\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_as),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_as,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_as:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_as: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAs\">\"SingleArgSignalAs\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_as)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AS], 0, arg_arg_as);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_as (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_as)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^as)\",\n#                    arg_arg_as));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAs\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_as = _org_project_signaling_iface_on_signal_single_arg_signal_as;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmp44cibcs7.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAo\">\n#                     <arg name=\"arg_ao\" type=\"ao\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmp44cibcs7.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_arg_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_arg_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAo\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_ao_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-ao\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_ao.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_ao (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_ao: Handler for the #OrgProjectSignalingIface::single-arg-signal-ao signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-ao:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_ao: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAo\">\"SingleArgSignalAo\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO] =\n#     g_signal_new (\"single-arg-signal-ao\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_ao),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_ao,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_ao:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_ao: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAo\">\"SingleArgSignalAo\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_ao)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AO], 0, arg_arg_ao);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_ao (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_ao)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^ao)\",\n#                    arg_arg_ao));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAo\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_ao = _org_project_signaling_iface_on_signal_single_arg_signal_ao;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpw2cm1dic.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAay\">\n#                     <arg name=\"arg_aay\" type=\"aay\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpw2cm1dic.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_arg_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_arg_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAay\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_aay_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-aay\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_aay.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_aay (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__BOXED (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_aay: Handler for the #OrgProjectSignalingIface::single-arg-signal-aay signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-aay:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_aay: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAay\">\"SingleArgSignalAay\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY] =\n#     g_signal_new (\"single-arg-signal-aay\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_aay),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_aay,\n#       G_TYPE_NONE,\n#       1, G_TYPE_STRV);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_aay:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_aay: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAay\">\"SingleArgSignalAay\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_aay)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_AAY], 0, arg_arg_aay);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_aay (\n#     OrgProjectSignalingIface *object,\n#     const gchar *const *arg_arg_aay)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(^aay)\",\n#                    arg_arg_aay));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAay\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_aay = _org_project_signaling_iface_on_signal_single_arg_signal_aay;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\n#  \n# /tmp/tmpm57pzygp/tmpi27jmh7d.xml: \n#             <node>\n#             <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SingleArgSignalAsv\">\n#                     <arg name=\"arg_asv\" type=\"a{sv}\"/>\n#                 </signal>\n#             </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpm57pzygp/tmpi27jmh7d.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_arg_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"arg_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_arg_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_single_arg_signal_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SingleArgSignalAsv\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_single_arg_signal_asv_ARG_pointers,\n#     NULL\n#   },\n#   \"single-arg-signal-asv\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_single_arg_signal_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_single_arg_signal_asv (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  * @single_arg_signal_asv: Handler for the #OrgProjectSignalingIface::single-arg-signal-asv signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::single-arg-signal-asv:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_arg_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAsv\">\"SingleArgSignalAsv\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV] =\n#     g_signal_new (\"single-arg-signal-asv\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, single_arg_signal_asv),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_single_arg_signal_asv,\n#       G_TYPE_NONE,\n#       1, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_single_arg_signal_asv:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_arg_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SingleArgSignalAsv\">\"SingleArgSignalAsv\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SINGLE_ARG_SIGNAL_ASV], 0, arg_arg_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_single_arg_signal_asv (\n#     OrgProjectSignalingIface *object,\n#     GVariant *arg_arg_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(@a{sv})\",\n#                    arg_arg_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SingleArgSignalAsv\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->single_arg_signal_asv = _org_project_signaling_iface_on_signal_single_arg_signal_asv;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 24 __main__.TestCodegen.test_generate_signals_marshallers_multiple_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpsndbc3p3\n# /tmp/tmpsndbc3p3/tmp6csv82lw.xml: \n#             <node>\n#               <interface name=\"org.project.SignalingIface\">\n#                 <signal name=\"SimpleSignal\"/>\n#                 <signal name=\"SignalWithManyArgs\">\n#                     <arg name='an_b' type='b'/>\n# <arg name='an_y' type='y'/>\n# <arg name='an_n' type='n'/>\n# <arg name='an_q' type='q'/>\n# <arg name='an_i' type='i'/>\n# <arg name='an_u' type='u'/>\n# <arg name='an_x' type='x'/>\n# <arg name='an_t' type='t'/>\n# <arg name='an_d' type='d'/>\n# <arg name='an_s' type='s'/>\n# <arg name='an_o' type='o'/>\n# <arg name='an_g' type='g'/>\n# <arg name='an_h' type='h'/>\n# <arg name='an_ay' type='ay'/>\n# <arg name='an_as' type='as'/>\n# <arg name='an_ao' type='ao'/>\n# <arg name='an_aay' type='aay'/>\n# <arg name='an_asv' type='a{sv}'/>\n# \n#                 </signal>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpsndbc3p3/tmp6csv82lw.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (\n#     GClosure     *closure,\n#     GValue       *return_value G_GNUC_UNUSED,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef void (*_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#        (void *data1,\n#         gboolean arg_an_b,\n#         guchar arg_an_y,\n#         gint16 arg_an_n,\n#         guint16 arg_an_q,\n#         gint arg_an_i,\n#         guint arg_an_u,\n#         gint64 arg_an_x,\n#         guint64 arg_an_t,\n#         gdouble arg_an_d,\n#         const gchar *arg_an_s,\n#         const gchar *arg_an_o,\n#         const gchar *arg_an_g,\n#         GVariant *arg_an_h,\n#         const gchar *arg_an_ay,\n#         const gchar *const *arg_an_as,\n#         const gchar *const *arg_an_ao,\n#         const gchar *const *arg_an_aay,\n#         GVariant *arg_an_asv,\n#         void *data2);\n#   _GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n# \n#   g_return_if_fail (n_param_values == 19);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalVoid_BooleanUcharIntUintIntUintInt64Uint64DoubleStringStringStringVariantStringBoxedBoxedBoxedVariantFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_boolean (param_values + 1),\n#             g_marshal_value_peek_uchar (param_values + 2),\n#             g_marshal_value_peek_int (param_values + 3),\n#             g_marshal_value_peek_uint (param_values + 4),\n#             g_marshal_value_peek_int (param_values + 5),\n#             g_marshal_value_peek_uint (param_values + 6),\n#             g_marshal_value_peek_int64 (param_values + 7),\n#             g_marshal_value_peek_uint64 (param_values + 8),\n#             g_marshal_value_peek_double (param_values + 9),\n#             g_marshal_value_peek_string (param_values + 10),\n#             g_marshal_value_peek_string (param_values + 11),\n#             g_marshal_value_peek_string (param_values + 12),\n#             g_marshal_value_peek_variant (param_values + 13),\n#             g_marshal_value_peek_string (param_values + 14),\n#             g_marshal_value_peek_boxed (param_values + 15),\n#             g_marshal_value_peek_boxed (param_values + 16),\n#             g_marshal_value_peek_boxed (param_values + 17),\n#             g_marshal_value_peek_variant (param_values + 18),\n#             data2);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.SignalingIface\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectSignalingIface\n#  * @title: OrgProjectSignalingIface\n#  * @short_description: Generated C code for the org.project.SignalingIface D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL,\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS,\n# };\n# \n# static unsigned _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[2] = { 0 };\n# \n# /* ---- Introspection data for org.project.SignalingIface ---- */\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_simple_signal =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SimpleSignal\",\n#     NULL,\n#     NULL\n#   },\n#   \"simple-signal\"\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_b\",\n#     (gchar *) \"b\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_y\",\n#     (gchar *) \"y\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_n\",\n#     (gchar *) \"n\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_q\",\n#     (gchar *) \"q\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_i\",\n#     (gchar *) \"i\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_u\",\n#     (gchar *) \"u\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_x\",\n#     (gchar *) \"x\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_t\",\n#     (gchar *) \"t\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_d\",\n#     (gchar *) \"d\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_s\",\n#     (gchar *) \"s\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_o\",\n#     (gchar *) \"o\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_g\",\n#     (gchar *) \"g\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_h\",\n#     (gchar *) \"h\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ay\",\n#     (gchar *) \"ay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_as\",\n#     (gchar *) \"as\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_ao\",\n#     (gchar *) \"ao\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_aay\",\n#     (gchar *) \"aay\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusArgInfo _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv =\n# {\n#   {\n#     -1,\n#     (gchar *) \"an_asv\",\n#     (gchar *) \"a{sv}\",\n#     NULL\n#   },\n#   FALSE\n# };\n# \n# static const GDBusArgInfo * const _org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_b.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_y.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_n.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_q.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_i.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_u.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_x.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_t.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_d.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_s.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_o.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_g.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_h.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_as.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_ao.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_aay.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_an_asv.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _org_project_signaling_iface_signal_info_signal_with_many_args =\n# {\n#   {\n#     -1,\n#     (gchar *) \"SignalWithManyArgs\",\n#     (GDBusArgInfo **) &_org_project_signaling_iface_signal_info_signal_with_many_args_ARG_pointers,\n#     NULL\n#   },\n#   \"signal-with-many-args\"\n# };\n# \n# static const GDBusSignalInfo * const _org_project_signaling_iface_signal_info_pointers[] =\n# {\n#   &_org_project_signaling_iface_signal_info_simple_signal.parent_struct,\n#   &_org_project_signaling_iface_signal_info_signal_with_many_args.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_signaling_iface_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.SignalingIface\",\n#     NULL,\n#     (GDBusSignalInfo **) &_org_project_signaling_iface_signal_info_pointers,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-signaling-iface\",\n# };\n# \n# \n# /**\n#  * org_project_signaling_iface_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_signaling_iface_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_signaling_iface_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectSignalingIface interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_signaling_iface_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_simple_signal (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# org_project_signaling_iface_signal_marshal_signal_with_many_args (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_VOID__BOOLEAN_UCHAR_INT_UINT_INT_UINT_INT64_UINT64_DOUBLE_STRING_STRING_STRING_VARIANT_STRING_BOXED_BOXED_BOXED_VARIANT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectSignalingIface:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceIface:\n#  * @parent_iface: The parent interface.\n#  * @signal_with_many_args: Handler for the #OrgProjectSignalingIface::signal-with-many-args signal.\n#  * @simple_signal: Handler for the #OrgProjectSignalingIface::simple-signal signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  */\n# \n# typedef OrgProjectSignalingIfaceIface OrgProjectSignalingIfaceInterface;\n# G_DEFINE_INTERFACE (OrgProjectSignalingIface, org_project_signaling_iface, G_TYPE_OBJECT)\n# \n# static void\n# org_project_signaling_iface_default_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * OrgProjectSignalingIface::simple-signal:\n#    * @object: A #OrgProjectSignalingIface.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL] =\n#     g_signal_new (\"simple-signal\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, simple_signal),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_simple_signal,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /**\n#    * OrgProjectSignalingIface::signal-with-many-args:\n#    * @object: A #OrgProjectSignalingIface.\n#    * @arg_an_b: Argument.\n#    * @arg_an_y: Argument.\n#    * @arg_an_n: Argument.\n#    * @arg_an_q: Argument.\n#    * @arg_an_i: Argument.\n#    * @arg_an_u: Argument.\n#    * @arg_an_x: Argument.\n#    * @arg_an_t: Argument.\n#    * @arg_an_d: Argument.\n#    * @arg_an_s: Argument.\n#    * @arg_an_o: Argument.\n#    * @arg_an_g: Argument.\n#    * @arg_an_h: Argument.\n#    * @arg_an_ay: Argument.\n#    * @arg_an_as: Argument.\n#    * @arg_an_ao: Argument.\n#    * @arg_an_aay: Argument.\n#    * @arg_an_asv: Argument.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS] =\n#     g_signal_new (\"signal-with-many-args\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (OrgProjectSignalingIfaceIface, signal_with_many_args),\n#       NULL,\n#       NULL,\n#       org_project_signaling_iface_signal_marshal_signal_with_many_args,\n#       G_TYPE_NONE,\n#       18, G_TYPE_BOOLEAN, G_TYPE_UCHAR, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT, G_TYPE_UINT, G_TYPE_INT64, G_TYPE_UINT64, G_TYPE_DOUBLE, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_VARIANT, G_TYPE_STRING, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_STRV, G_TYPE_VARIANT);\n# \n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_simple_signal:\n#  * @object: A #OrgProjectSignalingIface.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SimpleSignal\">\"SimpleSignal\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIMPLE_SIGNAL], 0);\n# }\n# \n# /**\n#  * org_project_signaling_iface_emit_signal_with_many_args:\n#  * @object: A #OrgProjectSignalingIface.\n#  * @arg_an_b: Argument to pass with the signal.\n#  * @arg_an_y: Argument to pass with the signal.\n#  * @arg_an_n: Argument to pass with the signal.\n#  * @arg_an_q: Argument to pass with the signal.\n#  * @arg_an_i: Argument to pass with the signal.\n#  * @arg_an_u: Argument to pass with the signal.\n#  * @arg_an_x: Argument to pass with the signal.\n#  * @arg_an_t: Argument to pass with the signal.\n#  * @arg_an_d: Argument to pass with the signal.\n#  * @arg_an_s: Argument to pass with the signal.\n#  * @arg_an_o: Argument to pass with the signal.\n#  * @arg_an_g: Argument to pass with the signal.\n#  * @arg_an_h: Argument to pass with the signal.\n#  * @arg_an_ay: Argument to pass with the signal.\n#  * @arg_an_as: Argument to pass with the signal.\n#  * @arg_an_ao: Argument to pass with the signal.\n#  * @arg_an_aay: Argument to pass with the signal.\n#  * @arg_an_asv: Argument to pass with the signal.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-org-project-SignalingIface.SignalWithManyArgs\">\"SignalWithManyArgs\"</link> D-Bus signal.\n#  */\n# void\n# org_project_signaling_iface_emit_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   g_signal_emit (object, _ORG_PROJECT_SIGNALING_IFACE_SIGNALS[_ORG_PROJECT_SIGNALING_IFACE_SIGNAL_WITH_MANY_ARGS], 0, arg_an_b, arg_an_y, arg_an_n, arg_an_q, arg_an_i, arg_an_u, arg_an_x, arg_an_t, arg_an_d, arg_an_s, arg_an_o, arg_an_g, arg_an_h, arg_an_ay, arg_an_as, arg_an_ao, arg_an_aay, arg_an_asv);\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxy:\n#  *\n#  * The #OrgProjectSignalingIfaceProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceProxy.\n#  */\n# \n# struct _OrgProjectSignalingIfaceProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceProxy, org_project_signaling_iface_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_proxy_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_signaling_iface_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectSignalingIfaceProxy *proxy = ORG_PROJECT_SIGNALING_IFACE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_init (OrgProjectSignalingIfaceProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_signaling_iface_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, OrgProjectSignalingIfaceProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_signaling_iface_interface_info ());\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_class_init (OrgProjectSignalingIfaceProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_signaling_iface_proxy_finalize;\n#   gobject_class->get_property = org_project_signaling_iface_proxy_get_property;\n#   gobject_class->set_property = org_project_signaling_iface_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_signaling_iface_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_signaling_iface_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_proxy_iface_init (OrgProjectSignalingIfaceIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_signaling_iface_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_signaling_iface_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_signaling_iface_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_signaling_iface_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_signaling_iface_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_signaling_iface_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_signaling_iface_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_signaling_iface_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.SignalingIface\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_SIGNALING_IFACE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeleton:\n#  *\n#  * The #OrgProjectSignalingIfaceSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectSignalingIfaceSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectSignalingIfaceSkeleton.\n#  */\n# \n# struct _OrgProjectSignalingIfaceSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_signaling_iface_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_SIGNALING_IFACE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_signaling_iface_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_signaling_iface_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_signaling_iface_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_signaling_iface_skeleton_vtable =\n# {\n#   _org_project_signaling_iface_skeleton_handle_method_call,\n#   _org_project_signaling_iface_skeleton_handle_get_property,\n#   _org_project_signaling_iface_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_signaling_iface_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_signaling_iface_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_signaling_iface_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_signaling_iface_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_signaling_iface_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_signaling_iface_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_signaling_iface_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_signaling_iface_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_signaling_iface_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_simple_signal (\n#     OrgProjectSignalingIface *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SimpleSignal\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void\n# _org_project_signaling_iface_on_signal_signal_with_many_args (\n#     OrgProjectSignalingIface *object,\n#     gboolean arg_an_b,\n#     guchar arg_an_y,\n#     gint16 arg_an_n,\n#     guint16 arg_an_q,\n#     gint arg_an_i,\n#     guint arg_an_u,\n#     gint64 arg_an_x,\n#     guint64 arg_an_t,\n#     gdouble arg_an_d,\n#     const gchar *arg_an_s,\n#     const gchar *arg_an_o,\n#     const gchar *arg_an_g,\n#     GVariant *arg_an_h,\n#     const gchar *arg_an_ay,\n#     const gchar *const *arg_an_as,\n#     const gchar *const *arg_an_ao,\n#     const gchar *const *arg_an_aay,\n#     GVariant *arg_an_asv)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"(bynqiuxtdsog@h^ay^as^ao^aay@a{sv})\",\n#                    arg_an_b,\n#                    arg_an_y,\n#                    arg_an_n,\n#                    arg_an_q,\n#                    arg_an_i,\n#                    arg_an_u,\n#                    arg_an_x,\n#                    arg_an_t,\n#                    arg_an_d,\n#                    arg_an_s,\n#                    arg_an_o,\n#                    arg_an_g,\n#                    arg_an_h,\n#                    arg_an_ay,\n#                    arg_an_as,\n#                    arg_an_ao,\n#                    arg_an_aay,\n#                    arg_an_asv));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.SignalingIface\", \"SignalWithManyArgs\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectSignalingIfaceSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectSignalingIfaceSkeleton, org_project_signaling_iface_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_SIGNALING_IFACE, org_project_signaling_iface_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_signaling_iface_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectSignalingIfaceSkeleton *skeleton = ORG_PROJECT_SIGNALING_IFACE_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_signaling_iface_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_init (OrgProjectSignalingIfaceSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_signaling_iface_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, OrgProjectSignalingIfaceSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_class_init (OrgProjectSignalingIfaceSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_signaling_iface_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_signaling_iface_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_signaling_iface_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_signaling_iface_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_signaling_iface_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectSignalingIfaceSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_signaling_iface_skeleton_iface_init (OrgProjectSignalingIfaceIface *iface)\n# {\n#   iface->simple_signal = _org_project_signaling_iface_on_signal_simple_signal;\n#   iface->signal_with_many_args = _org_project_signaling_iface_on_signal_signal_with_many_args;\n# }\n# \n# /**\n#  * org_project_signaling_iface_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-SignalingIface.top_of_page\">org.project.SignalingIface</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectSignalingIfaceSkeleton): The skeleton object.\n#  */\n# OrgProjectSignalingIface *\n# org_project_signaling_iface_skeleton_new (void)\n# {\n#   return ORG_PROJECT_SIGNALING_IFACE (g_object_new (TYPE_ORG_PROJECT_SIGNALING_IFACE_SKELETON, NULL));\n# }\n# Error:\nok 25 __main__.TestCodegen.test_generate_valid_docbook\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpelqsp_2e\n# /tmp/tmpelqsp_2e/tmpeed6134u.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- Resize:\n#                  @size: New partition size in bytes, 0 for maximal size.\n#                  @options: Options.\n#                  @since 2.7.2\n# \n#                  Resizes the partition.\n# \n#                  The partition will not change its position but might be slightly bigger\n#                  than requested due to sector counts and alignment (e.g. 1MiB).\n#                  If the requested size can't be allocated it results in an error.\n#                  The maximal size can automatically be set by using 0 as size.\n#             -->\n#             <method name=\"Resize\">\n#               <arg name=\"size\" direction=\"in\" type=\"t\"/>\n#               <arg name=\"options\" direction=\"in\" type=\"a{sv}\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpelqsp_2e/tmpeed6134u.xml', '--generate-docbook', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 26 __main__.TestCodegen.test_glib_max_allowed_less_than_min_required\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp11u686mw\n# /tmp/tmp11u686mw/tmpyuv5zu85.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp11u686mw/tmpyuv5zu85.xml', '--output', '-', '--body', '--glib-max-allowed', '2.62', '--glib-min-required', '2.64']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Invalid versions: --glib-min-required ((2, 64)) must be less than or equal to --glib-max-allowed ((2, 62))\nok 27 __main__.TestCodegen.test_glib_max_allowed_major_only\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp02kav_sg\n# /tmp/tmp02kav_sg/tmpllxu1g6a.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp02kav_sg/tmpllxu1g6a.xml', '--output', '-', '--header', '--glib-max-allowed', '3']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nExecuting: glib/codegen.py.test\nok 28 __main__.TestCodegen.test_glib_max_allowed_too_low\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpjzq5r5m0\n# /tmp/tmpjzq5r5m0/tmp7c70gv89.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpjzq5r5m0/tmp7c70gv89.xml', '--output', '-', '--body', '--glib-max-allowed', '2.6']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Invalid versions: --glib-min-required ((2, 30)) must be less than or equal to --glib-max-allowed ((2, 6))\nok 29 __main__.TestCodegen.test_glib_max_allowed_unstable\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp05n165nh\n# /tmp/tmp05n165nh/tmptf8cq3ki.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp05n165nh/tmptf8cq3ki.xml', '--output', '-', '--header', '--glib-max-allowed', '2.63', '--glib-min-required', '2.64']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 30 __main__.TestCodegen.test_glib_max_allowed_with_micro\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpflimgs3u\n# /tmp/tmpflimgs3u/tmpt486611c.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpflimgs3u/tmpt486611c.xml', '--output', '-', '--header', '--glib-max-allowed', '2.46.2']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 31 __main__.TestCodegen.test_glib_min_required_invalid\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp3vei9sq1\n# /tmp/tmp3vei9sq1/tmp4q1ycsi6.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp3vei9sq1/tmp4q1ycsi6.xml', '--output', '-', '--body', '--glib-min-required', 'hello mum']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Unrecognized --glib-min-required string \u2018hello mum\u2019\nok 32 __main__.TestCodegen.test_glib_min_required_major_only\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpsgh8xtv8\n# /tmp/tmpsgh8xtv8/tmpmgfd7pbk.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpsgh8xtv8/tmpmgfd7pbk.xml', '--output', '-', '--header', '--glib-min-required', '3', '--glib-max-allowed', '3.2']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 33 __main__.TestCodegen.test_glib_min_required_too_low\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp7zfxk0oh\n# /tmp/tmp7zfxk0oh/tmpflhsys4m.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp7zfxk0oh/tmpflhsys4m.xml', '--output', '-', '--body', '--glib-min-required', '2.6']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  ERROR: Invalid --glib-min-required string \u20182.6\u2019: minimum version is 2.30\nok 34 __main__.TestCodegen.test_glib_min_required_with_micro\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp5c3bicvn\n# /tmp/tmp5c3bicvn/tmplp3fw81y.xml: \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp5c3bicvn/tmplp3fw81y.xml', '--output', '-', '--header', '--glib-min-required', '2.46.2']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\nok 35 __main__.TestCodegen.test_help\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpjnasgdq2\n# Running: ['/usr/bin/gdbus-codegen', '--help']\n# Return code: 0\n# Output:\n#  usage: gdbus-codegen [-h] [--interface-prefix PREFIX]\n#                      [--c-namespace NAMESPACE] [--c-generate-object-manager]\n#                      [--c-generate-autocleanup {none,objects,all}]\n#                      [--generate-docbook OUTFILES] [--generate-md OUTFILES]\n#                      [--generate-rst OUTFILES] [--pragma-once]\n#                      [--annotate WHAT KEY VALUE WHAT KEY VALUE WHAT KEY VALUE]\n#                      [--glib-min-required VERSION]\n#                      [--glib-max-allowed VERSION]\n#                      [--symbol-decorator SYMBOL_DECORATOR]\n#                      [--symbol-decorator-header SYMBOL_DECORATOR_HEADER]\n#                      [--symbol-decorator-define SYMBOL_DECORATOR_DEFINE]\n#                      [--generate-c-code OUTFILES | --header | --body |\n#                      --interface-info-header | --interface-info-body]\n#                      [--output FILE | --output-directory OUTDIR]\n#                      FILE [FILE ...]\n# \n# D-Bus code and documentation generator\n# \n# positional arguments:\n#   FILE                  D-Bus introspection XML file\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --interface-prefix PREFIX\n#                         String to strip from D-Bus interface names for code\n#                         and docs\n#   --c-namespace NAMESPACE\n#                         The namespace to use for generated C code\n#   --c-generate-object-manager\n#                         Generate a GDBusObjectManagerClient subclass when\n#                         generating C code\n#   --c-generate-autocleanup {none,objects,all}\n#                         Generate autocleanup support\n#   --generate-docbook OUTFILES\n#                         Generate Docbook in OUTFILES-org.Project.IFace.xml\n#   --generate-md OUTFILES\n#                         Generate Markdown in OUTFILES-org.Project.IFace.md\n#   --generate-rst OUTFILES\n#                         Generate reStructuredText in OUTFILES-\n#                         org.Project.IFace.rst\n#   --pragma-once         Use \"pragma once\" as the inclusion guard\n#   --annotate WHAT KEY VALUE WHAT KEY VALUE WHAT KEY VALUE\n#                         Add annotation (may be used several times)\n#   --glib-min-required VERSION\n#                         Minimum version of GLib to be supported by the\n#                         outputted code (default: 2.30)\n#   --glib-max-allowed VERSION\n#                         Maximum version of GLib to be used by the outputted\n#                         code (default: current GLib version)\n#   --symbol-decorator SYMBOL_DECORATOR\n#                         Macro used to decorate a symbol in the outputted\n#                         header, possibly to export symbols\n#   --symbol-decorator-header SYMBOL_DECORATOR_HEADER\n#                         Additional header required for decorator specified by\n#                         --symbol-decorator\n#   --symbol-decorator-define SYMBOL_DECORATOR_DEFINE\n#                         Additional define required for decorator specified by\n#                         --symbol-decorator\n#   --generate-c-code OUTFILES\n#                         Generate C code in OUTFILES.[ch]\n#   --header              Generate C headers\n#   --body                Generate C code\n#   --interface-info-header\n#                         Generate GDBusInterfaceInfo C header\n#   --interface-info-body\n#                         Generate GDBusInterfaceInfo C code\n#   --output FILE         Write output into the specified file\n#   --output-directory OUTDIR\n#                         Location to output generated files\n# Error:\nok 36 __main__.TestCodegen.test_indentation_preservation_in_comments\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmp1vlyop61\n# /tmp/tmp1vlyop61/tmppdineprv.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- GetKeyBinding:\n#                  @index: 0-based index of the action to query.\n# \n#                  Gets the keybinding which can be used to activate this action, if one\n#                  exists. The string returned should contain localized, human-readable,\n#                  key sequences as they would appear when displayed on screen. It must\n#                  be in the format \"mnemonic;sequence;shortcut\".\n# \n#                  - The mnemonic key activates the object if it is presently enabled onscreen.\n#                    This typically corresponds to the underlined letter within the widget.\n#                    Example: \"n\" in a traditional \"New...\" menu item or the \"a\" in \"Apply\" for\n#                    a button.\n# \n#                  If there is no key binding for this action, return \"\".\n#             -->\n#             <method name=\"GetKeyBinding\">\n#               <arg type=\"i\" name=\"index\" direction=\"in\"/>\n#               <arg type=\"s\" direction=\"out\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp1vlyop61/tmppdineprv.xml', '--generate-rst', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\n#  \n# /tmp/tmp1vlyop61/tmp32ydg5q2.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- GetKeyBinding:\n#                  @index: 0-based index of the action to query.\n# \n#                  Gets the keybinding which can be used to activate this action, if one\n#                  exists. The string returned should contain localized, human-readable,\n#                  key sequences as they would appear when displayed on screen. It must\n#                  be in the format \"mnemonic;sequence;shortcut\".\n# \n#                  - The mnemonic key activates the object if it is presently enabled onscreen.\n#                    This typically corresponds to the underlined letter within the widget.\n#                    Example: \"n\" in a traditional \"New...\" menu item or the \"a\" in \"Apply\" for\n#                    a button.\n# \n#                  If there is no key binding for this action, return \"\".\n#             -->\n#             <method name=\"GetKeyBinding\">\n#               <arg type=\"i\" name=\"index\" direction=\"in\"/>\n#               <arg type=\"s\" direction=\"out\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp1vlyop61/tmp32ydg5q2.xml', '--generate-md', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\n#  \n# /tmp/tmp1vlyop61/tmpiml7w0u8.xml: \n#         <node>\n#           <interface name=\"org.project.Bar.Frobnicator\">\n#             <!-- GetKeyBinding:\n#                  @index: 0-based index of the action to query.\n# \n#                  Gets the keybinding which can be used to activate this action, if one\n#                  exists. The string returned should contain localized, human-readable,\n#                  key sequences as they would appear when displayed on screen. It must\n#                  be in the format \"mnemonic;sequence;shortcut\".\n# \n#                  - The mnemonic key activates the object if it is presently enabled onscreen.\n#                    This typically corresponds to the underlined letter within the widget.\n#                    Example: \"n\" in a traditional \"New...\" menu item or the \"a\" in \"Apply\" for\n#                    a button.\n# \n#                  If there is no key binding for this action, return \"\".\n#             -->\n#             <method name=\"GetKeyBinding\">\n#               <arg type=\"i\" name=\"index\" direction=\"in\"/>\n#               <arg type=\"s\" direction=\"out\"/>\n#             </method>\n#           </interface>\n#         </node>\n#         \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmp1vlyop61/tmpiml7w0u8.xml', '--generate-docbook', 'test']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 37 __main__.TestCodegen.test_no_args\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpp5anbjw4\n# Running: ['/usr/bin/gdbus-codegen']\n# Return code: 2\n# Output:\n#  \n# Error:\n#  usage: gdbus-codegen [-h] [--interface-prefix PREFIX]\n#                      [--c-namespace NAMESPACE] [--c-generate-object-manager]\n#                      [--c-generate-autocleanup {none,objects,all}]\n#                      [--generate-docbook OUTFILES] [--generate-md OUTFILES]\n#                      [--generate-rst OUTFILES] [--pragma-once]\n#                      [--annotate WHAT KEY VALUE WHAT KEY VALUE WHAT KEY VALUE]\n#                      [--glib-min-required VERSION]\n#                      [--glib-max-allowed VERSION]\n#                      [--symbol-decorator SYMBOL_DECORATOR]\n#                      [--symbol-decorator-header SYMBOL_DECORATOR_HEADER]\n#                      [--symbol-decorator-define SYMBOL_DECORATOR_DEFINE]\n#                      [--generate-c-code OUTFILES | --header | --body |\n#                      --interface-info-header | --interface-info-body]\n#                      [--output FILE | --output-directory OUTDIR]\n#                      FILE [FILE ...]\n# gdbus-codegen: error: the following arguments are required: FILE\nok 38 __main__.TestCodegen.test_reproducible\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpao3k6gp2\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.Bar.Frobnicator */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR (org_project_bar_frobnicator_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicator))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR))\n# #define ORG_PROJECT_BAR_FROBNICATOR_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicatorIface))\n# \n# struct _OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicator OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorIface;\n# \n# struct _OrgProjectBarFrobnicatorIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_random_method) (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_bar_frobnicator_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_bar_frobnicator_interface_info (void);\n# guint org_project_bar_frobnicator_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY (org_project_bar_frobnicator_proxy_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxy))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# \n# typedef struct _OrgProjectBarFrobnicatorProxy OrgProjectBarFrobnicatorProxy;\n# typedef struct _OrgProjectBarFrobnicatorProxyClass OrgProjectBarFrobnicatorProxyClass;\n# typedef struct _OrgProjectBarFrobnicatorProxyPrivate OrgProjectBarFrobnicatorProxyPrivate;\n# \n# struct _OrgProjectBarFrobnicatorProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectBarFrobnicatorProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorProxy, g_object_unref)\n# #endif\n# \n# void org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON (org_project_bar_frobnicator_skeleton_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeleton))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# \n# typedef struct _OrgProjectBarFrobnicatorSkeleton OrgProjectBarFrobnicatorSkeleton;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonClass OrgProjectBarFrobnicatorSkeletonClass;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonPrivate OrgProjectBarFrobnicatorSkeletonPrivate;\n# \n# struct _OrgProjectBarFrobnicatorSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectBarFrobnicatorSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_skeleton_new (void);\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for com.acme.Coyote */\n# \n# #define TYPE_COM_ACME_COYOTE (com_acme_coyote_get_type ())\n# #define COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyote))\n# #define IS_COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE))\n# #define COM_ACME_COYOTE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyoteIface))\n# \n# struct _ComAcmeCoyote;\n# typedef struct _ComAcmeCoyote ComAcmeCoyote;\n# typedef struct _ComAcmeCoyoteIface ComAcmeCoyoteIface;\n# \n# struct _ComAcmeCoyoteIface\n# {\n#   GTypeInterface parent_iface;\n# \n# \n# \n#   gboolean (*handle_attack) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_run) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_sleep) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   const gchar * (*get_mood) (ComAcmeCoyote *object);\n# \n#   void (*surprised) (\n#     ComAcmeCoyote *object);\n# \n# };\n# \n# GType com_acme_coyote_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *com_acme_coyote_interface_info (void);\n# guint com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus signal emissions functions: */\n# void com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object);\n# \n# \n# \n# /* D-Bus method calls: */\n# void com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* D-Bus property accessors: */\n# const gchar *com_acme_coyote_get_mood (ComAcmeCoyote *object);\n# gchar *com_acme_coyote_dup_mood (ComAcmeCoyote *object);\n# void com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_PROXY (com_acme_coyote_proxy_get_type ())\n# #define COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxy))\n# #define COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define COM_ACME_COYOTE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define IS_COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_PROXY))\n# #define IS_COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_PROXY))\n# \n# typedef struct _ComAcmeCoyoteProxy ComAcmeCoyoteProxy;\n# typedef struct _ComAcmeCoyoteProxyClass ComAcmeCoyoteProxyClass;\n# typedef struct _ComAcmeCoyoteProxyPrivate ComAcmeCoyoteProxyPrivate;\n# \n# struct _ComAcmeCoyoteProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   ComAcmeCoyoteProxyPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType com_acme_coyote_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteProxy, g_object_unref)\n# #endif\n# \n# void com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_SKELETON (com_acme_coyote_skeleton_get_type ())\n# #define COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeleton))\n# #define COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define COM_ACME_COYOTE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define IS_COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_SKELETON))\n# #define IS_COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_SKELETON))\n# \n# typedef struct _ComAcmeCoyoteSkeleton ComAcmeCoyoteSkeleton;\n# typedef struct _ComAcmeCoyoteSkeletonClass ComAcmeCoyoteSkeletonClass;\n# typedef struct _ComAcmeCoyoteSkeletonPrivate ComAcmeCoyoteSkeletonPrivate;\n# \n# struct _ComAcmeCoyoteSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   ComAcmeCoyoteSkeletonPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType com_acme_coyote_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteSkeleton, g_object_unref)\n# #endif\n# \n# ComAcmeCoyote *com_acme_coyote_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for org.project.Bar.Frobnicator */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR (org_project_bar_frobnicator_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicator))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR))\n# #define ORG_PROJECT_BAR_FROBNICATOR_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR, OrgProjectBarFrobnicatorIface))\n# \n# struct _OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicator OrgProjectBarFrobnicator;\n# typedef struct _OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorIface;\n# \n# struct _OrgProjectBarFrobnicatorIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_random_method) (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# };\n# \n# GType org_project_bar_frobnicator_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *org_project_bar_frobnicator_interface_info (void);\n# guint org_project_bar_frobnicator_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY (org_project_bar_frobnicator_proxy_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxy))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY))\n# \n# typedef struct _OrgProjectBarFrobnicatorProxy OrgProjectBarFrobnicatorProxy;\n# typedef struct _OrgProjectBarFrobnicatorProxyClass OrgProjectBarFrobnicatorProxyClass;\n# typedef struct _OrgProjectBarFrobnicatorProxyPrivate OrgProjectBarFrobnicatorProxyPrivate;\n# \n# struct _OrgProjectBarFrobnicatorProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   OrgProjectBarFrobnicatorProxyPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorProxy, g_object_unref)\n# #endif\n# \n# void org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON (org_project_bar_frobnicator_skeleton_get_type ())\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeleton))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define ORG_PROJECT_BAR_FROBNICATOR_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonClass))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# #define IS_ORG_PROJECT_BAR_FROBNICATOR_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON))\n# \n# typedef struct _OrgProjectBarFrobnicatorSkeleton OrgProjectBarFrobnicatorSkeleton;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonClass OrgProjectBarFrobnicatorSkeletonClass;\n# typedef struct _OrgProjectBarFrobnicatorSkeletonPrivate OrgProjectBarFrobnicatorSkeletonPrivate;\n# \n# struct _OrgProjectBarFrobnicatorSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   OrgProjectBarFrobnicatorSkeletonPrivate *priv;\n# };\n# \n# struct _OrgProjectBarFrobnicatorSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType org_project_bar_frobnicator_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (OrgProjectBarFrobnicatorSkeleton, g_object_unref)\n# #endif\n# \n# OrgProjectBarFrobnicator *org_project_bar_frobnicator_skeleton_new (void);\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for com.acme.Coyote */\n# \n# #define TYPE_COM_ACME_COYOTE (com_acme_coyote_get_type ())\n# #define COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyote))\n# #define IS_COM_ACME_COYOTE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE))\n# #define COM_ACME_COYOTE_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_COM_ACME_COYOTE, ComAcmeCoyoteIface))\n# \n# struct _ComAcmeCoyote;\n# typedef struct _ComAcmeCoyote ComAcmeCoyote;\n# typedef struct _ComAcmeCoyoteIface ComAcmeCoyoteIface;\n# \n# struct _ComAcmeCoyoteIface\n# {\n#   GTypeInterface parent_iface;\n# \n# \n# \n#   gboolean (*handle_attack) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_run) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   gboolean (*handle_sleep) (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n#   const gchar * (*get_mood) (ComAcmeCoyote *object);\n# \n#   void (*surprised) (\n#     ComAcmeCoyote *object);\n# \n# };\n# \n# GType com_acme_coyote_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *com_acme_coyote_interface_info (void);\n# guint com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# void com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus signal emissions functions: */\n# void com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object);\n# \n# \n# \n# /* D-Bus method calls: */\n# void com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* D-Bus property accessors: */\n# const gchar *com_acme_coyote_get_mood (ComAcmeCoyote *object);\n# gchar *com_acme_coyote_dup_mood (ComAcmeCoyote *object);\n# void com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_PROXY (com_acme_coyote_proxy_get_type ())\n# #define COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxy))\n# #define COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define COM_ACME_COYOTE_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyClass))\n# #define IS_COM_ACME_COYOTE_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_PROXY))\n# #define IS_COM_ACME_COYOTE_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_PROXY))\n# \n# typedef struct _ComAcmeCoyoteProxy ComAcmeCoyoteProxy;\n# typedef struct _ComAcmeCoyoteProxyClass ComAcmeCoyoteProxyClass;\n# typedef struct _ComAcmeCoyoteProxyPrivate ComAcmeCoyoteProxyPrivate;\n# \n# struct _ComAcmeCoyoteProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   ComAcmeCoyoteProxyPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType com_acme_coyote_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteProxy, g_object_unref)\n# #endif\n# \n# void com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# ComAcmeCoyote *com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_COM_ACME_COYOTE_SKELETON (com_acme_coyote_skeleton_get_type ())\n# #define COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeleton))\n# #define COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define COM_ACME_COYOTE_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonClass))\n# #define IS_COM_ACME_COYOTE_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_COM_ACME_COYOTE_SKELETON))\n# #define IS_COM_ACME_COYOTE_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_COM_ACME_COYOTE_SKELETON))\n# \n# typedef struct _ComAcmeCoyoteSkeleton ComAcmeCoyoteSkeleton;\n# typedef struct _ComAcmeCoyoteSkeletonClass ComAcmeCoyoteSkeletonClass;\n# typedef struct _ComAcmeCoyoteSkeletonPrivate ComAcmeCoyoteSkeletonPrivate;\n# \n# struct _ComAcmeCoyoteSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   ComAcmeCoyoteSkeletonPrivate *priv;\n# };\n# \n# struct _ComAcmeCoyoteSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType com_acme_coyote_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (ComAcmeCoyoteSkeleton, g_object_unref)\n# #endif\n# \n# ComAcmeCoyote *com_acme_coyote_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.Bar.Frobnicator\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectBarFrobnicator\n#  * @title: OrgProjectBarFrobnicator\n#  * @short_description: Generated C code for the org.project.Bar.Frobnicator D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.Bar.Frobnicator ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_bar_frobnicator_method_info_random_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"RandomMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-random-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_bar_frobnicator_method_info_pointers[] =\n# {\n#   &_org_project_bar_frobnicator_method_info_random_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_bar_frobnicator_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.Bar.Frobnicator\",\n#     (GDBusMethodInfo **) &_org_project_bar_frobnicator_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-bar-frobnicator\",\n# };\n# \n# \n# /**\n#  * org_project_bar_frobnicator_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_bar_frobnicator_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectBarFrobnicator interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_bar_frobnicator_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_bar_frobnicator_method_marshal_random_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectBarFrobnicator:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_random_method: Handler for the #OrgProjectBarFrobnicator::handle-random-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# typedef OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorInterface;\n# G_DEFINE_INTERFACE (OrgProjectBarFrobnicator, org_project_bar_frobnicator, G_TYPE_OBJECT)\n# \n# static void\n# org_project_bar_frobnicator_default_init (OrgProjectBarFrobnicatorIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectBarFrobnicator::handle-random-method:\n#    * @object: A #OrgProjectBarFrobnicator.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_bar_frobnicator_complete_random_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-random-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectBarFrobnicatorIface, handle_random_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_bar_frobnicator_method_marshal_random_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_call_random_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_finish:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_call_random_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_call_random_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_sync:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_complete_random_method:\n#  * @object: A #OrgProjectBarFrobnicator.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxy:\n#  *\n#  * The #OrgProjectBarFrobnicatorProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorProxy.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_proxy_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_init (OrgProjectBarFrobnicatorProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_bar_frobnicator_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_bar_frobnicator_interface_info ());\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_class_init (OrgProjectBarFrobnicatorProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_bar_frobnicator_proxy_finalize;\n#   gobject_class->get_property = org_project_bar_frobnicator_proxy_get_property;\n#   gobject_class->set_property = org_project_bar_frobnicator_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_bar_frobnicator_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_bar_frobnicator_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeleton:\n#  *\n#  * The #OrgProjectBarFrobnicatorSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorSkeleton.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_bar_frobnicator_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_bar_frobnicator_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_bar_frobnicator_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_bar_frobnicator_skeleton_vtable =\n# {\n#   _org_project_bar_frobnicator_skeleton_handle_method_call,\n#   _org_project_bar_frobnicator_skeleton_handle_get_property,\n#   _org_project_bar_frobnicator_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_bar_frobnicator_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_bar_frobnicator_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_bar_frobnicator_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_bar_frobnicator_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_bar_frobnicator_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_bar_frobnicator_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.Bar.Frobnicator\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_init (OrgProjectBarFrobnicatorSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_bar_frobnicator_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_class_init (OrgProjectBarFrobnicatorSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_bar_frobnicator_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_bar_frobnicator_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_bar_frobnicator_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_bar_frobnicator_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorSkeleton): The skeleton object.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_skeleton_new (void)\n# {\n#   return ORG_PROJECT_BAR_FROBNICATOR (g_object_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface com.acme.Coyote\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:ComAcmeCoyote\n#  * @title: ComAcmeCoyote\n#  * @short_description: Generated C code for the com.acme.Coyote D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _COM_ACME_COYOTE_SURPRISED,\n# };\n# \n# static unsigned _COM_ACME_COYOTE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for com.acme.Coyote ---- */\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_run =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Run\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-run\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_sleep =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Sleep\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-sleep\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_attack =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Attack\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-attack\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _com_acme_coyote_method_info_pointers[] =\n# {\n#   &_com_acme_coyote_method_info_run.parent_struct,\n#   &_com_acme_coyote_method_info_sleep.parent_struct,\n#   &_com_acme_coyote_method_info_attack.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _com_acme_coyote_signal_info_surprised =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Surprised\",\n#     NULL,\n#     NULL\n#   },\n#   \"surprised\"\n# };\n# \n# static const GDBusSignalInfo * const _com_acme_coyote_signal_info_pointers[] =\n# {\n#   &_com_acme_coyote_signal_info_surprised.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusPropertyInfo _com_acme_coyote_property_info_mood =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Mood\",\n#     (gchar *) \"s\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"mood\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _com_acme_coyote_property_info_pointers[] =\n# {\n#   &_com_acme_coyote_property_info_mood.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _com_acme_coyote_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"com.acme.Coyote\",\n#     (GDBusMethodInfo **) &_com_acme_coyote_method_info_pointers,\n#     (GDBusSignalInfo **) &_com_acme_coyote_signal_info_pointers,\n#     (GDBusPropertyInfo **) &_com_acme_coyote_property_info_pointers,\n#     NULL\n#   },\n#   \"com-acme-coyote\",\n# };\n# \n# \n# /**\n#  * com_acme_coyote_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# com_acme_coyote_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct;\n# }\n# \n# /**\n#  * com_acme_coyote_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #ComAcmeCoyote interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"mood\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# com_acme_coyote_signal_marshal_surprised (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_run (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_sleep (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_attack (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * ComAcmeCoyote:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_attack: Handler for the #ComAcmeCoyote::handle-attack signal.\n#  * @handle_run: Handler for the #ComAcmeCoyote::handle-run signal.\n#  * @handle_sleep: Handler for the #ComAcmeCoyote::handle-sleep signal.\n#  * @get_mood: Getter for the #ComAcmeCoyote:mood property.\n#  * @surprised: Handler for the #ComAcmeCoyote::surprised signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# typedef ComAcmeCoyoteIface ComAcmeCoyoteInterface;\n# G_DEFINE_INTERFACE (ComAcmeCoyote, com_acme_coyote, G_TYPE_OBJECT)\n# \n# static void\n# com_acme_coyote_default_init (ComAcmeCoyoteIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * ComAcmeCoyote::handle-run:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_run() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-run\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_run),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_run,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-sleep:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_sleep() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-sleep\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_sleep),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_sleep,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-attack:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_attack() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-attack\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_attack),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_attack,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * ComAcmeCoyote::surprised:\n#    * @object: A #ComAcmeCoyote.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED] =\n#     g_signal_new (\"surprised\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (ComAcmeCoyoteIface, surprised),\n#       NULL,\n#       NULL,\n#       com_acme_coyote_signal_marshal_surprised,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * ComAcmeCoyote:mood:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_string (\"mood\", \"Mood\", \"Mood\", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * com_acme_coyote_get_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use com_acme_coyote_dup_mood() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# const gchar *\n# com_acme_coyote_get_mood (ComAcmeCoyote *object)\n# {\n#   g_return_val_if_fail (IS_COM_ACME_COYOTE (object), NULL);\n# \n#   return COM_ACME_COYOTE_GET_IFACE (object)->get_mood (object);\n# }\n# \n# /**\n#  * com_acme_coyote_dup_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_free().\n#  */\n# gchar *\n# com_acme_coyote_dup_mood (ComAcmeCoyote *object)\n# {\n#   gchar *value;\n#   g_object_get (G_OBJECT (object), \"mood\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * com_acme_coyote_set_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value)\n# {\n#   g_object_set (G_OBJECT (object), \"mood\", value, NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_emit_surprised:\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> D-Bus signal.\n#  */\n# void\n# com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   g_signal_emit (object, _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED], 0);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_run_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_run_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_run().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_run().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_run() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_sleep_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_sleep_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_sleep().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_sleep().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_sleep() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_attack_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_attack_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_attack().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_attack().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_attack() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_complete_run:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_sleep:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_attack:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteProxy:\n#  *\n#  * The #ComAcmeCoyoteProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteProxy.\n#  */\n# \n# struct _ComAcmeCoyoteProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_proxy_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (com_acme_coyote_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface com.acme.Coyote: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"com.acme.Coyote\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) com_acme_coyote_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static const gchar *\n# com_acme_coyote_proxy_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   GVariant *variant;\n#   const gchar *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"Mood\");\n#   if (variant != NULL)\n#     {\n#       value = g_variant_get_string (variant, NULL);\n#       g_variant_unref (variant);\n#     }\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_proxy_init (ComAcmeCoyoteProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = com_acme_coyote_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), com_acme_coyote_interface_info ());\n# }\n# \n# static void\n# com_acme_coyote_proxy_class_init (ComAcmeCoyoteProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = com_acme_coyote_proxy_finalize;\n#   gobject_class->get_property = com_acme_coyote_proxy_get_property;\n#   gobject_class->set_property = com_acme_coyote_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = com_acme_coyote_proxy_g_signal;\n#   proxy_class->g_properties_changed = com_acme_coyote_proxy_g_properties_changed;\n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteProxyPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->get_mood = com_acme_coyote_proxy_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like com_acme_coyote_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like com_acme_coyote_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteSkeleton:\n#  *\n#  * The #ComAcmeCoyoteSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteSkeleton.\n#  */\n# \n# struct _ComAcmeCoyoteSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _com_acme_coyote_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _com_acme_coyote_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _com_acme_coyote_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _com_acme_coyote_skeleton_vtable =\n# {\n#   _com_acme_coyote_skeleton_handle_method_call,\n#   _com_acme_coyote_skeleton_handle_get_property,\n#   _com_acme_coyote_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# com_acme_coyote_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return com_acme_coyote_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# com_acme_coyote_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_com_acme_coyote_skeleton_vtable;\n# }\n# \n# static GVariant *\n# com_acme_coyote_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_com_acme_coyote_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _com_acme_coyote_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _com_acme_coyote_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _com_acme_coyote_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _com_acme_coyote_emit_changed (gpointer user_data);\n# \n# static void\n# com_acme_coyote_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _com_acme_coyote_emit_changed (skeleton);\n# }\n# \n# static void\n# _com_acme_coyote_on_signal_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", \"Surprised\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_skeleton_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (com_acme_coyote_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _com_acme_coyote_emit_changed (gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"com.acme.Coyote\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _com_acme_coyote_schedule_emit_changed (ComAcmeCoyoteSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _com_acme_coyote_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _com_acme_coyote_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _com_acme_coyote_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_init (ComAcmeCoyoteSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = com_acme_coyote_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_STRING);\n# }\n# \n# static const gchar *\n# com_acme_coyote_skeleton_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   const gchar *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_string (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_skeleton_class_init (ComAcmeCoyoteSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = com_acme_coyote_skeleton_finalize;\n#   gobject_class->get_property = com_acme_coyote_skeleton_get_property;\n#   gobject_class->set_property = com_acme_coyote_skeleton_set_property;\n#   gobject_class->notify       = com_acme_coyote_skeleton_notify;\n# \n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = com_acme_coyote_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = com_acme_coyote_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = com_acme_coyote_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = com_acme_coyote_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->surprised = _com_acme_coyote_on_signal_surprised;\n#   iface->get_mood = com_acme_coyote_skeleton_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteSkeleton): The skeleton object.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_skeleton_new (void)\n# {\n#   return COM_ACME_COYOTE (g_object_new (TYPE_COM_ACME_COYOTE_SKELETON, NULL));\n# }\n# Error:\n#  \n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpao3k6gp2/tmpdx4k4cqe2.xml', '/tmp/tmpao3k6gp2/tmpqria1fqw1.xml', '--output', '-', '--body']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifdef HAVE_CONFIG_H\n# #  include \"config.h\"\n# #endif\n# \n# #include <string.h>\n# #ifdef G_OS_UNIX\n# #  include <gio/gunixfdlist.h>\n# #endif\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# typedef struct\n# {\n#   GDBusArgInfo parent_struct;\n#   gboolean use_gvariant;\n# } _ExtendedGDBusArgInfo;\n# \n# typedef struct\n# {\n#   GDBusMethodInfo parent_struct;\n#   const gchar *signal_name;\n#   gboolean pass_fdlist;\n# } _ExtendedGDBusMethodInfo;\n# \n# typedef struct\n# {\n#   GDBusSignalInfo parent_struct;\n#   const gchar *signal_name;\n# } _ExtendedGDBusSignalInfo;\n# \n# typedef struct\n# {\n#   GDBusPropertyInfo parent_struct;\n#   const gchar *hyphen_name;\n#   guint use_gvariant : 1;\n#   guint emits_changed_signal : 1;\n# } _ExtendedGDBusPropertyInfo;\n# \n# typedef struct\n# {\n#   GDBusInterfaceInfo parent_struct;\n#   const gchar *hyphen_name;\n# } _ExtendedGDBusInterfaceInfo;\n# \n# typedef struct\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   guint prop_id;\n#   GValue orig_value; /* the value before the change */\n# } ChangedProperty;\n# \n# static void\n# _changed_property_free (ChangedProperty *data)\n# {\n#   g_value_unset (&data->orig_value);\n#   g_free (data);\n# }\n# \n# static gboolean\n# _g_strv_equal0 (gchar **a, gchar **b)\n# {\n#   gboolean ret = FALSE;\n#   guint n;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   if (g_strv_length (a) != g_strv_length (b))\n#     goto out;\n#   for (n = 0; a[n] != NULL; n++)\n#     if (g_strcmp0 (a[n], b[n]) != 0)\n#       goto out;\n#   ret = TRUE;\n# out:\n#   return ret;\n# }\n# \n# static gboolean\n# _g_variant_equal0 (GVariant *a, GVariant *b)\n# {\n#   gboolean ret = FALSE;\n#   if (a == NULL && b == NULL)\n#     {\n#       ret = TRUE;\n#       goto out;\n#     }\n#   if (a == NULL || b == NULL)\n#     goto out;\n#   ret = g_variant_equal (a, b);\n# out:\n#   return ret;\n# }\n# \n# G_GNUC_UNUSED static gboolean\n# _g_value_equal (const GValue *a, const GValue *b)\n# {\n#   gboolean ret = FALSE;\n#   g_assert (G_VALUE_TYPE (a) == G_VALUE_TYPE (b));\n#   switch (G_VALUE_TYPE (a))\n#     {\n#       case G_TYPE_BOOLEAN:\n#         ret = (g_value_get_boolean (a) == g_value_get_boolean (b));\n#         break;\n#       case G_TYPE_UCHAR:\n#         ret = (g_value_get_uchar (a) == g_value_get_uchar (b));\n#         break;\n#       case G_TYPE_INT:\n#         ret = (g_value_get_int (a) == g_value_get_int (b));\n#         break;\n#       case G_TYPE_UINT:\n#         ret = (g_value_get_uint (a) == g_value_get_uint (b));\n#         break;\n#       case G_TYPE_INT64:\n#         ret = (g_value_get_int64 (a) == g_value_get_int64 (b));\n#         break;\n#       case G_TYPE_UINT64:\n#         ret = (g_value_get_uint64 (a) == g_value_get_uint64 (b));\n#         break;\n#       case G_TYPE_DOUBLE:\n#         {\n#           /* Avoid -Wfloat-equal warnings by doing a direct bit compare */\n#           gdouble da = g_value_get_double (a);\n#           gdouble db = g_value_get_double (b);\n#           ret = memcmp (&da, &db, sizeof (gdouble)) == 0;\n#         }\n#         break;\n#       case G_TYPE_STRING:\n#         ret = (g_strcmp0 (g_value_get_string (a), g_value_get_string (b)) == 0);\n#         break;\n#       case G_TYPE_VARIANT:\n#         ret = _g_variant_equal0 (g_value_get_variant (a), g_value_get_variant (b));\n#         break;\n#       default:\n#         if (G_VALUE_TYPE (a) == G_TYPE_STRV)\n#           ret = _g_strv_equal0 (g_value_get_boxed (a), g_value_get_boxed (b));\n#         else\n#           g_critical (\"_g_value_equal() does not handle type %s\", g_type_name (G_VALUE_TYPE (a)));\n#         break;\n#     }\n#   return ret;\n# }\n# \n# static void\n# _g_dbus_codegen_marshal_BOOLEAN__OBJECT (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint G_GNUC_UNUSED,\n#     void         *marshal_data)\n# {\n#   typedef gboolean (*_GDbusCodegenMarshalBoolean_ObjectFunc)\n#        (void *data1,\n#         GDBusMethodInvocation *arg_method_invocation,\n#         void *data2);\n#   _GDbusCodegenMarshalBoolean_ObjectFunc callback;\n#   GCClosure *cc = (GCClosure*) closure;\n#   void *data1, *data2;\n#   gboolean v_return;\n# \n#   g_return_if_fail (return_value != NULL);\n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n# \n#   callback = (_GDbusCodegenMarshalBoolean_ObjectFunc)\n#     (marshal_data ? marshal_data : cc->callback);\n# \n#   v_return =\n#     callback (data1,\n#               g_marshal_value_peek_object (param_values + 1),\n#               data2);\n# \n#   g_value_set_boolean (return_value, v_return);\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface org.project.Bar.Frobnicator\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:OrgProjectBarFrobnicator\n#  * @title: OrgProjectBarFrobnicator\n#  * @short_description: Generated C code for the org.project.Bar.Frobnicator D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface in C.\n#  */\n# \n# /* ---- Introspection data for org.project.Bar.Frobnicator ---- */\n# \n# static const _ExtendedGDBusMethodInfo _org_project_bar_frobnicator_method_info_random_method =\n# {\n#   {\n#     -1,\n#     (gchar *) \"RandomMethod\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-random-method\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _org_project_bar_frobnicator_method_info_pointers[] =\n# {\n#   &_org_project_bar_frobnicator_method_info_random_method.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _org_project_bar_frobnicator_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"org.project.Bar.Frobnicator\",\n#     (GDBusMethodInfo **) &_org_project_bar_frobnicator_method_info_pointers,\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"org-project-bar-frobnicator\",\n# };\n# \n# \n# /**\n#  * org_project_bar_frobnicator_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# org_project_bar_frobnicator_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #OrgProjectBarFrobnicator interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# org_project_bar_frobnicator_override_properties (GObjectClass *klass G_GNUC_UNUSED, guint property_id_begin)\n# {\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# org_project_bar_frobnicator_method_marshal_random_method (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * OrgProjectBarFrobnicator:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_random_method: Handler for the #OrgProjectBarFrobnicator::handle-random-method signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  */\n# \n# typedef OrgProjectBarFrobnicatorIface OrgProjectBarFrobnicatorInterface;\n# G_DEFINE_INTERFACE (OrgProjectBarFrobnicator, org_project_bar_frobnicator, G_TYPE_OBJECT)\n# \n# static void\n# org_project_bar_frobnicator_default_init (OrgProjectBarFrobnicatorIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * OrgProjectBarFrobnicator::handle-random-method:\n#    * @object: A #OrgProjectBarFrobnicator.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call org_project_bar_frobnicator_complete_random_method() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-random-method\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (OrgProjectBarFrobnicatorIface, handle_random_method),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       org_project_bar_frobnicator_method_marshal_random_method,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_call_random_method_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# org_project_bar_frobnicator_call_random_method (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_finish:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_call_random_method().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_call_random_method().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_finish (\n#     OrgProjectBarFrobnicator *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_call_random_method_sync:\n#  * @proxy: A #OrgProjectBarFrobnicatorProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_call_random_method() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# org_project_bar_frobnicator_call_random_method_sync (\n#     OrgProjectBarFrobnicator *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"RandomMethod\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_complete_random_method:\n#  * @object: A #OrgProjectBarFrobnicator.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-org-project-Bar-Frobnicator.RandomMethod\">RandomMethod()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# org_project_bar_frobnicator_complete_random_method (\n#     OrgProjectBarFrobnicator *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxy:\n#  *\n#  * The #OrgProjectBarFrobnicatorProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorProxy.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorProxy, org_project_bar_frobnicator_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_proxy_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_proxy_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_get_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   GValue       *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_set_property (GObject      *object G_GNUC_UNUSED,\n#   guint         prop_id G_GNUC_UNUSED,\n#   const GValue *value G_GNUC_UNUSED,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   OrgProjectBarFrobnicatorProxy *proxy = ORG_PROJECT_BAR_FROBNICATOR_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_init (OrgProjectBarFrobnicatorProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = org_project_bar_frobnicator_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, OrgProjectBarFrobnicatorProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), org_project_bar_frobnicator_interface_info ());\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_class_init (OrgProjectBarFrobnicatorProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = org_project_bar_frobnicator_proxy_finalize;\n#   gobject_class->get_property = org_project_bar_frobnicator_proxy_get_property;\n#   gobject_class->set_property = org_project_bar_frobnicator_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = org_project_bar_frobnicator_proxy_g_signal;\n#   proxy_class->g_properties_changed = org_project_bar_frobnicator_proxy_g_properties_changed;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorProxyPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_proxy_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call org_project_bar_frobnicator_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# org_project_bar_frobnicator_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to org_project_bar_frobnicator_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with org_project_bar_frobnicator_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like org_project_bar_frobnicator_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See org_project_bar_frobnicator_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"org.project.Bar.Frobnicator\", NULL);\n#   if (ret != NULL)\n#     return ORG_PROJECT_BAR_FROBNICATOR (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeleton:\n#  *\n#  * The #OrgProjectBarFrobnicatorSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * OrgProjectBarFrobnicatorSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #OrgProjectBarFrobnicatorSkeleton.\n#  */\n# \n# struct _OrgProjectBarFrobnicatorSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _org_project_bar_frobnicator_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_ORG_PROJECT_BAR_FROBNICATOR);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _org_project_bar_frobnicator_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _org_project_bar_frobnicator_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_org_project_bar_frobnicator_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _org_project_bar_frobnicator_skeleton_vtable =\n# {\n#   _org_project_bar_frobnicator_skeleton_handle_method_call,\n#   _org_project_bar_frobnicator_skeleton_handle_get_property,\n#   _org_project_bar_frobnicator_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return org_project_bar_frobnicator_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_org_project_bar_frobnicator_skeleton_vtable;\n# }\n# \n# static GVariant *\n# org_project_bar_frobnicator_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_org_project_bar_frobnicator_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _org_project_bar_frobnicator_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _org_project_bar_frobnicator_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _org_project_bar_frobnicator_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"org.project.Bar.Frobnicator\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton G_GNUC_UNUSED)\n# {\n# }\n# \n# static void org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (OrgProjectBarFrobnicatorSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (OrgProjectBarFrobnicatorSkeleton, org_project_bar_frobnicator_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_ORG_PROJECT_BAR_FROBNICATOR, org_project_bar_frobnicator_skeleton_iface_init))\n# \n# #endif\n# static void\n# org_project_bar_frobnicator_skeleton_finalize (GObject *object)\n# {\n#   OrgProjectBarFrobnicatorSkeleton *skeleton = ORG_PROJECT_BAR_FROBNICATOR_SKELETON (object);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (org_project_bar_frobnicator_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_init (OrgProjectBarFrobnicatorSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = org_project_bar_frobnicator_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, OrgProjectBarFrobnicatorSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_class_init (OrgProjectBarFrobnicatorSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = org_project_bar_frobnicator_skeleton_finalize;\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = org_project_bar_frobnicator_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = org_project_bar_frobnicator_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = org_project_bar_frobnicator_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = org_project_bar_frobnicator_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (OrgProjectBarFrobnicatorSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# org_project_bar_frobnicator_skeleton_iface_init (OrgProjectBarFrobnicatorIface *iface G_GNUC_UNUSED)\n# {\n# }\n# \n# /**\n#  * org_project_bar_frobnicator_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-org-project-Bar-Frobnicator.top_of_page\">org.project.Bar.Frobnicator</link>.\n#  *\n#  * Returns: (transfer full) (type OrgProjectBarFrobnicatorSkeleton): The skeleton object.\n#  */\n# OrgProjectBarFrobnicator *\n# org_project_bar_frobnicator_skeleton_new (void)\n# {\n#   return ORG_PROJECT_BAR_FROBNICATOR (g_object_new (TYPE_ORG_PROJECT_BAR_FROBNICATOR_SKELETON, NULL));\n# }\n# \n# /* ------------------------------------------------------------------------\n#  * Code for interface com.acme.Coyote\n#  * ------------------------------------------------------------------------\n#  */\n# \n# /**\n#  * SECTION:ComAcmeCoyote\n#  * @title: ComAcmeCoyote\n#  * @short_description: Generated C code for the com.acme.Coyote D-Bus interface\n#  *\n#  * This section contains code for working with the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface in C.\n#  */\n# \n# enum\n# {\n#   _COM_ACME_COYOTE_SURPRISED,\n# };\n# \n# static unsigned _COM_ACME_COYOTE_SIGNALS[1] = { 0 };\n# \n# /* ---- Introspection data for com.acme.Coyote ---- */\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_run =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Run\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-run\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_sleep =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Sleep\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-sleep\",\n#   FALSE\n# };\n# \n# static const _ExtendedGDBusMethodInfo _com_acme_coyote_method_info_attack =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Attack\",\n#     NULL,\n#     NULL,\n#     NULL\n#   },\n#   \"handle-attack\",\n#   FALSE\n# };\n# \n# static const GDBusMethodInfo * const _com_acme_coyote_method_info_pointers[] =\n# {\n#   &_com_acme_coyote_method_info_run.parent_struct,\n#   &_com_acme_coyote_method_info_sleep.parent_struct,\n#   &_com_acme_coyote_method_info_attack.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusSignalInfo _com_acme_coyote_signal_info_surprised =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Surprised\",\n#     NULL,\n#     NULL\n#   },\n#   \"surprised\"\n# };\n# \n# static const GDBusSignalInfo * const _com_acme_coyote_signal_info_pointers[] =\n# {\n#   &_com_acme_coyote_signal_info_surprised.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusPropertyInfo _com_acme_coyote_property_info_mood =\n# {\n#   {\n#     -1,\n#     (gchar *) \"Mood\",\n#     (gchar *) \"s\",\n#     G_DBUS_PROPERTY_INFO_FLAGS_READABLE,\n#     NULL\n#   },\n#   \"mood\",\n#   FALSE,\n#   TRUE\n# };\n# \n# static const GDBusPropertyInfo * const _com_acme_coyote_property_info_pointers[] =\n# {\n#   &_com_acme_coyote_property_info_mood.parent_struct,\n#   NULL\n# };\n# \n# static const _ExtendedGDBusInterfaceInfo _com_acme_coyote_interface_info =\n# {\n#   {\n#     -1,\n#     (gchar *) \"com.acme.Coyote\",\n#     (GDBusMethodInfo **) &_com_acme_coyote_method_info_pointers,\n#     (GDBusSignalInfo **) &_com_acme_coyote_signal_info_pointers,\n#     (GDBusPropertyInfo **) &_com_acme_coyote_property_info_pointers,\n#     NULL\n#   },\n#   \"com-acme-coyote\",\n# };\n# \n# \n# /**\n#  * com_acme_coyote_interface_info:\n#  *\n#  * Gets a machine-readable description of the <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link> D-Bus interface.\n#  *\n#  * Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.\n#  */\n# GDBusInterfaceInfo *\n# com_acme_coyote_interface_info (void)\n# {\n#   return (GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct;\n# }\n# \n# /**\n#  * com_acme_coyote_override_properties:\n#  * @klass: The class structure for a #GObject derived class.\n#  * @property_id_begin: The property id to assign to the first overridden property.\n#  *\n#  * Overrides all #GObject properties in the #ComAcmeCoyote interface for a concrete class.\n#  * The properties are overridden in the order they are defined.\n#  *\n#  * Returns: The last property id.\n#  */\n# guint\n# com_acme_coyote_override_properties (GObjectClass *klass, guint property_id_begin)\n# {\n#   g_object_class_override_property (klass, property_id_begin++, \"mood\");\n#   return property_id_begin - 1;\n# }\n# \n# \n# inline static void\n# com_acme_coyote_signal_marshal_surprised (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   g_cclosure_marshal_VOID__VOID (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_run (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_sleep (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# inline static void\n# com_acme_coyote_method_marshal_attack (\n#     GClosure     *closure,\n#     GValue       *return_value,\n#     unsigned int  n_param_values,\n#     const GValue *param_values,\n#     void         *invocation_hint,\n#     void         *marshal_data)\n# {\n#   _g_dbus_codegen_marshal_BOOLEAN__OBJECT (closure,\n#     return_value, n_param_values, param_values, invocation_hint, marshal_data);\n# }\n# \n# \n# /**\n#  * ComAcmeCoyote:\n#  *\n#  * Abstract interface type for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteIface:\n#  * @parent_iface: The parent interface.\n#  * @handle_attack: Handler for the #ComAcmeCoyote::handle-attack signal.\n#  * @handle_run: Handler for the #ComAcmeCoyote::handle-run signal.\n#  * @handle_sleep: Handler for the #ComAcmeCoyote::handle-sleep signal.\n#  * @get_mood: Getter for the #ComAcmeCoyote:mood property.\n#  * @surprised: Handler for the #ComAcmeCoyote::surprised signal.\n#  *\n#  * Virtual table for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  */\n# \n# typedef ComAcmeCoyoteIface ComAcmeCoyoteInterface;\n# G_DEFINE_INTERFACE (ComAcmeCoyote, com_acme_coyote, G_TYPE_OBJECT)\n# \n# static void\n# com_acme_coyote_default_init (ComAcmeCoyoteIface *iface)\n# {\n#   /* GObject signals for incoming D-Bus method calls: */\n#   /**\n#    * ComAcmeCoyote::handle-run:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_run() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-run\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_run),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_run,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-sleep:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_sleep() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-sleep\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_sleep),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_sleep,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /**\n#    * ComAcmeCoyote::handle-attack:\n#    * @object: A #ComAcmeCoyote.\n#    * @invocation: A #GDBusMethodInvocation.\n#    *\n#    * Signal emitted when a remote caller is invoking the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method.\n#    *\n#    * If a signal handler returns %TRUE, it means the signal handler will handle the invocation (e.g. take a reference to @invocation and eventually call com_acme_coyote_complete_attack() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, the %G_DBUS_ERROR_UNKNOWN_METHOD error is returned.\n#    *\n#    * Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHOD_INVOCATION_UNHANDLED or %FALSE to let other signal handlers run.\n#    */\n#   g_signal_new (\"handle-attack\",\n#     G_TYPE_FROM_INTERFACE (iface),\n#     G_SIGNAL_RUN_LAST,\n#     G_STRUCT_OFFSET (ComAcmeCoyoteIface, handle_attack),\n#     g_signal_accumulator_true_handled,\n#     NULL,\n#       com_acme_coyote_method_marshal_attack,\n#     G_TYPE_BOOLEAN,\n#     1,\n#     G_TYPE_DBUS_METHOD_INVOCATION);\n# \n#   /* GObject signals for received D-Bus signals: */\n#   /**\n#    * ComAcmeCoyote::surprised:\n#    * @object: A #ComAcmeCoyote.\n#    *\n#    * On the client-side, this signal is emitted whenever the D-Bus signal <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> is received.\n#    *\n#    * On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.\n#    */\n#   _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED] =\n#     g_signal_new (\"surprised\",\n#       G_TYPE_FROM_INTERFACE (iface),\n#       G_SIGNAL_RUN_LAST,\n#       G_STRUCT_OFFSET (ComAcmeCoyoteIface, surprised),\n#       NULL,\n#       NULL,\n#       com_acme_coyote_signal_marshal_surprised,\n#       G_TYPE_NONE,\n#       0);\n# \n#   /* GObject properties for D-Bus properties: */\n#   /**\n#    * ComAcmeCoyote:mood:\n#    *\n#    * Represents the D-Bus property <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link>.\n#    *\n#    * Since the D-Bus property for this #GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.\n#    */\n#   g_object_interface_install_property (iface,\n#     g_param_spec_string (\"mood\", \"Mood\", \"Mood\", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));\n# }\n# \n# /**\n#  * com_acme_coyote_get_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets the value of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where @object was constructed. Use com_acme_coyote_dup_mood() if on another thread.\n#  *\n#  * Returns: (transfer none) (nullable): The property value or %NULL if the property is not set. Do not free the returned value, it belongs to @object.\n#  */\n# const gchar *\n# com_acme_coyote_get_mood (ComAcmeCoyote *object)\n# {\n#   g_return_val_if_fail (IS_COM_ACME_COYOTE (object), NULL);\n# \n#   return COM_ACME_COYOTE_GET_IFACE (object)->get_mood (object);\n# }\n# \n# /**\n#  * com_acme_coyote_dup_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Gets a copy of the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property.\n#  *\n#  * Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.\n#  *\n#  * Returns: (transfer full) (nullable): The property value or %NULL if the property is not set. The returned value should be freed with g_free().\n#  */\n# gchar *\n# com_acme_coyote_dup_mood (ComAcmeCoyote *object)\n# {\n#   gchar *value;\n#   g_object_get (G_OBJECT (object), \"mood\", &value, NULL);\n#   return value;\n# }\n# \n# /**\n#  * com_acme_coyote_set_mood: (skip)\n#  * @object: A #ComAcmeCoyote.\n#  * @value: The value to set.\n#  *\n#  * Sets the <link linkend=\"gdbus-property-com-acme-Coyote.Mood\">\"Mood\"</link> D-Bus property to @value.\n#  *\n#  * Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.\n#  */\n# void\n# com_acme_coyote_set_mood (ComAcmeCoyote *object, const gchar *value)\n# {\n#   g_object_set (G_OBJECT (object), \"mood\", value, NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_emit_surprised:\n#  * @object: A #ComAcmeCoyote.\n#  *\n#  * Emits the <link linkend=\"gdbus-signal-com-acme-Coyote.Surprised\">\"Surprised\"</link> D-Bus signal.\n#  */\n# void\n# com_acme_coyote_emit_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   g_signal_emit (object, _COM_ACME_COYOTE_SIGNALS[_COM_ACME_COYOTE_SURPRISED], 0);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_run_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_run_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_run (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_run().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_run().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_run_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_run() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_run_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Run\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_sleep_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_sleep_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_sleep (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_sleep().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_sleep().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_sleep_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_sleep() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_sleep_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Sleep\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied or %NULL.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy.\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_call_attack_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_call_attack_sync() for the synchronous, blocking version of this method.\n#  */\n# void\n# com_acme_coyote_call_attack (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data)\n# {\n#   g_dbus_proxy_call (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     callback,\n#     user_data);\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_finish:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_call_attack().\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Finishes an operation started with com_acme_coyote_call_attack().\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_finish (\n#     ComAcmeCoyote *proxy,\n#     GAsyncResult *res,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_finish (G_DBUS_PROXY (proxy), res, error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_call_attack_sync:\n#  * @proxy: A #ComAcmeCoyoteProxy.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL.\n#  *\n#  * Synchronously invokes the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method on @proxy. The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_call_attack() for the asynchronous version of this method.\n#  *\n#  * Returns: (skip): %TRUE if the call succeeded, %FALSE if @error is set.\n#  */\n# gboolean\n# com_acme_coyote_call_attack_sync (\n#     ComAcmeCoyote *proxy,\n#     GCancellable *cancellable,\n#     GError **error)\n# {\n#   GVariant *_ret;\n#   _ret = g_dbus_proxy_call_sync (G_DBUS_PROXY (proxy),\n#     \"Attack\",\n#     g_variant_new (\"()\"),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     cancellable,\n#     error);\n#   if (_ret == NULL)\n#     goto _out;\n#   g_variant_get (_ret,\n#                  \"()\");\n#   g_variant_unref (_ret);\n# _out:\n#   return _ret != NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_complete_run:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Run\">Run()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_run (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_sleep:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Sleep\">Sleep()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_sleep (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /**\n#  * com_acme_coyote_complete_attack:\n#  * @object: A #ComAcmeCoyote.\n#  * @invocation: (transfer full): A #GDBusMethodInvocation.\n#  *\n#  * Helper function used in service implementations to finish handling invocations of the <link linkend=\"gdbus-method-com-acme-Coyote.Attack\">Attack()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.\n#  *\n#  * This method will free @invocation, you cannot use it afterwards.\n#  */\n# void\n# com_acme_coyote_complete_attack (\n#     ComAcmeCoyote *object G_GNUC_UNUSED,\n#     GDBusMethodInvocation *invocation)\n# {\n#   g_dbus_method_invocation_return_value (invocation,\n#     g_variant_new (\"()\"));\n# }\n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteProxy:\n#  *\n#  * The #ComAcmeCoyoteProxy structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteProxyClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteProxy.\n#  */\n# \n# struct _ComAcmeCoyoteProxyPrivate\n# {\n#   GData *qdata;\n# };\n# \n# static void com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface);\n# \n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteProxy)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteProxy, com_acme_coyote_proxy, G_TYPE_DBUS_PROXY,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_proxy_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_proxy_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   g_datalist_clear (&proxy->priv->qdata);\n#   G_OBJECT_CLASS (com_acme_coyote_proxy_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_proxy_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (object), info->parent_struct.name);\n#   if (info->use_gvariant)\n#     {\n#       g_value_set_variant (value, variant);\n#     }\n#   else\n#     {\n#       if (variant != NULL)\n#         g_dbus_gvariant_to_gvalue (variant, value);\n#     }\n#   if (variant != NULL)\n#     g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property_cb (GDBusProxy *proxy,\n#   GAsyncResult *res,\n#   gpointer      user_data)\n# {\n#   const _ExtendedGDBusPropertyInfo *info = user_data;\n#   GError *error;\n#   GVariant *_ret;\n#   error = NULL;\n#   _ret = g_dbus_proxy_call_finish (proxy, res, &error);\n#   if (!_ret)\n#     {\n#       g_warning (\"Error setting property '%s' on interface com.acme.Coyote: %s (%s, %d)\",\n#                  info->parent_struct.name, \n#                  error->message, g_quark_to_string (error->domain), error->code);\n#       g_error_free (error);\n#     }\n#   else\n#     {\n#       g_variant_unref (_ret);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_proxy_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   GVariant *variant;\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   variant = g_dbus_gvalue_to_gvariant (value, G_VARIANT_TYPE (info->parent_struct.signature));\n#   g_dbus_proxy_call (G_DBUS_PROXY (object),\n#     \"org.freedesktop.DBus.Properties.Set\",\n#     g_variant_new (\"(ssv)\", \"com.acme.Coyote\", info->parent_struct.name, variant),\n#     G_DBUS_CALL_FLAGS_NONE,\n#     -1,\n#     NULL, (GAsyncReadyCallback) com_acme_coyote_proxy_set_property_cb, (GDBusPropertyInfo *) &info->parent_struct);\n#   g_variant_unref (variant);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_signal (GDBusProxy *proxy,\n#   const gchar *sender_name G_GNUC_UNUSED,\n#   const gchar *signal_name,\n#   GVariant *parameters)\n# {\n#   _ExtendedGDBusSignalInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   gsize n;\n#   guint signal_id;\n#   info = (_ExtendedGDBusSignalInfo *) g_dbus_interface_info_lookup_signal ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, signal_name);\n#   if (info == NULL)\n#     return;\n#   num_params = g_variant_n_children (parameters);\n#   paramv = g_new0 (GValue, num_params + 1);\n#   g_value_init (&paramv[0], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[0], proxy);\n#   g_variant_iter_init (&iter, parameters);\n#   n = 1;\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.args[n - 1];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_signal_emitv (paramv, signal_id, 0, NULL);\n#   for (n = 0; n < num_params + 1; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static void\n# com_acme_coyote_proxy_g_properties_changed (GDBusProxy *_proxy,\n#   GVariant *changed_properties,\n#   const gchar *const *invalidated_properties)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (_proxy);\n#   guint n;\n#   const gchar *key;\n#   GVariantIter *iter;\n#   _ExtendedGDBusPropertyInfo *info;\n#   g_variant_get (changed_properties, \"a{sv}\", &iter);\n#   while (g_variant_iter_next (iter, \"{&sv}\", &key, NULL))\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, key);\n#       g_datalist_remove_data (&proxy->priv->qdata, key);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n#   g_variant_iter_free (iter);\n#   for (n = 0; invalidated_properties[n] != NULL; n++)\n#     {\n#       info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, invalidated_properties[n]);\n#       g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]);\n#       if (info != NULL)\n#         g_object_notify (G_OBJECT (proxy), info->hyphen_name);\n#     }\n# }\n# \n# static const gchar *\n# com_acme_coyote_proxy_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteProxy *proxy = COM_ACME_COYOTE_PROXY (object);\n#   GVariant *variant;\n#   const gchar *value = NULL;\n#   variant = g_dbus_proxy_get_cached_property (G_DBUS_PROXY (proxy), \"Mood\");\n#   if (variant != NULL)\n#     {\n#       value = g_variant_get_string (variant, NULL);\n#       g_variant_unref (variant);\n#     }\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_proxy_init (ComAcmeCoyoteProxy *proxy)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   proxy->priv = com_acme_coyote_proxy_get_instance_private (proxy);\n# #else\n#   proxy->priv = G_TYPE_INSTANCE_GET_PRIVATE (proxy, TYPE_COM_ACME_COYOTE_PROXY, ComAcmeCoyoteProxyPrivate);\n# #endif\n# \n#   g_dbus_proxy_set_interface_info (G_DBUS_PROXY (proxy), com_acme_coyote_interface_info ());\n# }\n# \n# static void\n# com_acme_coyote_proxy_class_init (ComAcmeCoyoteProxyClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusProxyClass *proxy_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize     = com_acme_coyote_proxy_finalize;\n#   gobject_class->get_property = com_acme_coyote_proxy_get_property;\n#   gobject_class->set_property = com_acme_coyote_proxy_set_property;\n# \n#   proxy_class = G_DBUS_PROXY_CLASS (klass);\n#   proxy_class->g_signal = com_acme_coyote_proxy_g_signal;\n#   proxy_class->g_properties_changed = com_acme_coyote_proxy_g_properties_changed;\n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteProxyPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_proxy_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->get_mood = com_acme_coyote_proxy_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Asynchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new() for more details.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_sync:\n#  * @connection: A #GDBusConnection.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: (nullable): A bus name (well-known or unique) or %NULL if @connection is not a message bus connection.\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Synchronously creates a proxy for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>. See g_dbus_proxy_new_sync() for more details.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-connection\", connection, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @callback: A #GAsyncReadyCallback to call when the request is satisfied.\n#  * @user_data: User data to pass to @callback.\n#  *\n#  * Like com_acme_coyote_proxy_new() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * When the operation is finished, @callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()).\n#  * You can then call com_acme_coyote_proxy_new_for_bus_finish() to get the result of the operation.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.\n#  */\n# void\n# com_acme_coyote_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data)\n# {\n#   g_async_initable_new_async (TYPE_COM_ACME_COYOTE_PROXY, G_PRIORITY_DEFAULT, cancellable, callback, user_data, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_finish:\n#  * @res: The #GAsyncResult obtained from the #GAsyncReadyCallback passed to com_acme_coyote_proxy_new_for_bus().\n#  * @error: Return location for error or %NULL\n#  *\n#  * Finishes an operation started with com_acme_coyote_proxy_new_for_bus().\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error)\n# {\n#   GObject *ret;\n#   GObject *source_object;\n#   source_object = g_async_result_get_source_object (res);\n#   ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error);\n#   g_object_unref (source_object);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# /**\n#  * com_acme_coyote_proxy_new_for_bus_sync:\n#  * @bus_type: A #GBusType.\n#  * @flags: Flags from the #GDBusProxyFlags enumeration.\n#  * @name: A bus name (well-known or unique).\n#  * @object_path: An object path.\n#  * @cancellable: (nullable): A #GCancellable or %NULL.\n#  * @error: Return location for error or %NULL\n#  *\n#  * Like com_acme_coyote_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.\n#  *\n#  * The calling thread is blocked until a reply is received.\n#  *\n#  * See com_acme_coyote_proxy_new_for_bus() for the asynchronous version of this constructor.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteProxy): The constructed proxy object or %NULL if @error is set.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error)\n# {\n#   GInitable *ret;\n#   ret = g_initable_new (TYPE_COM_ACME_COYOTE_PROXY, cancellable, error, \"g-flags\", flags, \"g-name\", name, \"g-bus-type\", bus_type, \"g-object-path\", object_path, \"g-interface-name\", \"com.acme.Coyote\", NULL);\n#   if (ret != NULL)\n#     return COM_ACME_COYOTE (ret);\n#   else\n#     return NULL;\n# }\n# \n# \n# /* ------------------------------------------------------------------------ */\n# \n# /**\n#  * ComAcmeCoyoteSkeleton:\n#  *\n#  * The #ComAcmeCoyoteSkeleton structure contains only private data and should only be accessed using the provided API.\n#  */\n# \n# /**\n#  * ComAcmeCoyoteSkeletonClass:\n#  * @parent_class: The parent class.\n#  *\n#  * Class structure for #ComAcmeCoyoteSkeleton.\n#  */\n# \n# struct _ComAcmeCoyoteSkeletonPrivate\n# {\n#   GValue *properties;\n#   GList *changed_properties;\n#   GSource *changed_properties_idle_source;\n#   GMainContext *context;\n#   GMutex lock;\n# };\n# \n# static void\n# _com_acme_coyote_skeleton_handle_method_call (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name,\n#   const gchar *method_name,\n#   GVariant *parameters,\n#   GDBusMethodInvocation *invocation,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   _ExtendedGDBusMethodInfo *info;\n#   GVariantIter iter;\n#   GVariant *child;\n#   GValue *paramv;\n#   gsize num_params;\n#   guint num_extra;\n#   gsize n;\n#   guint signal_id;\n#   GValue return_value = G_VALUE_INIT;\n#   info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation);\n#   g_assert (info != NULL);\n#   num_params = g_variant_n_children (parameters);\n#   num_extra = info->pass_fdlist ? 3 : 2;  paramv = g_new0 (GValue, num_params + num_extra);\n#   n = 0;\n#   g_value_init (&paramv[n], TYPE_COM_ACME_COYOTE);\n#   g_value_set_object (&paramv[n++], skeleton);\n#   g_value_init (&paramv[n], G_TYPE_DBUS_METHOD_INVOCATION);\n#   g_value_set_object (&paramv[n++], invocation);\n#   if (info->pass_fdlist)\n#     {\n# #ifdef G_OS_UNIX\n#       g_value_init (&paramv[n], G_TYPE_UNIX_FD_LIST);\n#       g_value_set_object (&paramv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation)));\n# #else\n#       g_assert_not_reached ();\n# #endif\n#     }\n#   g_variant_iter_init (&iter, parameters);\n#   while ((child = g_variant_iter_next_value (&iter)) != NULL)\n#     {\n#       _ExtendedGDBusArgInfo *arg_info = (_ExtendedGDBusArgInfo *) info->parent_struct.in_args[n - num_extra];\n#       if (arg_info->use_gvariant)\n#         {\n#           g_value_init (&paramv[n], G_TYPE_VARIANT);\n#           g_value_set_variant (&paramv[n], child);\n#           n++;\n#         }\n#       else\n#         g_dbus_gvariant_to_gvalue (child, &paramv[n++]);\n#       g_variant_unref (child);\n#     }\n#   signal_id = g_signal_lookup (info->signal_name, TYPE_COM_ACME_COYOTE);\n#   g_value_init (&return_value, G_TYPE_BOOLEAN);\n#   g_signal_emitv (paramv, signal_id, 0, &return_value);\n#   if (!g_value_get_boolean (&return_value))\n#     g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, \"Method %s is not implemented on interface %s\", method_name, interface_name);\n#   g_value_unset (&return_value);\n#   for (n = 0; n < num_params + num_extra; n++)\n#     g_value_unset (&paramv[n]);\n#   g_free (paramv);\n# }\n# \n# static GVariant *\n# _com_acme_coyote_skeleton_handle_get_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   GVariant *ret;\n#   ret = NULL;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       g_value_init (&value, pspec->value_type);\n#       g_object_get_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       ret = g_dbus_gvalue_to_gvariant (&value, G_VARIANT_TYPE (info->parent_struct.signature));\n#       g_value_unset (&value);\n#     }\n#   return ret;\n# }\n# \n# static gboolean\n# _com_acme_coyote_skeleton_handle_set_property (\n#   GDBusConnection *connection G_GNUC_UNUSED,\n#   const gchar *sender G_GNUC_UNUSED,\n#   const gchar *object_path G_GNUC_UNUSED,\n#   const gchar *interface_name G_GNUC_UNUSED,\n#   const gchar *property_name,\n#   GVariant *variant,\n#   GError **error,\n#   gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GValue value = G_VALUE_INIT;\n#   GParamSpec *pspec;\n#   _ExtendedGDBusPropertyInfo *info;\n#   gboolean ret;\n#   ret = FALSE;\n#   info = (_ExtendedGDBusPropertyInfo *) g_dbus_interface_info_lookup_property ((GDBusInterfaceInfo *) &_com_acme_coyote_interface_info.parent_struct, property_name);\n#   g_assert (info != NULL);\n#   pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (skeleton), info->hyphen_name);\n#   if (pspec == NULL)\n#     {\n#       g_set_error (error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS, \"No property with name %s\", property_name);\n#     }\n#   else\n#     {\n#       if (info->use_gvariant)\n#         g_value_set_variant (&value, variant);\n#       else\n#         g_dbus_gvariant_to_gvalue (variant, &value);\n#       g_object_set_property (G_OBJECT (skeleton), info->hyphen_name, &value);\n#       g_value_unset (&value);\n#       ret = TRUE;\n#     }\n#   return ret;\n# }\n# \n# static const GDBusInterfaceVTable _com_acme_coyote_skeleton_vtable =\n# {\n#   _com_acme_coyote_skeleton_handle_method_call,\n#   _com_acme_coyote_skeleton_handle_get_property,\n#   _com_acme_coyote_skeleton_handle_set_property,\n#   {NULL}\n# };\n# \n# static GDBusInterfaceInfo *\n# com_acme_coyote_skeleton_dbus_interface_get_info (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return com_acme_coyote_interface_info ();\n# }\n# \n# static GDBusInterfaceVTable *\n# com_acme_coyote_skeleton_dbus_interface_get_vtable (GDBusInterfaceSkeleton *skeleton G_GNUC_UNUSED)\n# {\n#   return (GDBusInterfaceVTable *) &_com_acme_coyote_skeleton_vtable;\n# }\n# \n# static GVariant *\n# com_acme_coyote_skeleton_dbus_interface_get_properties (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n# \n#   GVariantBuilder builder;\n#   guint n;\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #else\n#   g_variant_builder_init(&builder, G_VARIANT_TYPE (\"a{sv}\"));\n# #endif\n#   if (_com_acme_coyote_interface_info.parent_struct.properties == NULL)\n#     goto out;\n#   for (n = 0; _com_acme_coyote_interface_info.parent_struct.properties[n] != NULL; n++)\n#     {\n#       GDBusPropertyInfo *info = _com_acme_coyote_interface_info.parent_struct.properties[n];\n#       if (info->flags & G_DBUS_PROPERTY_INFO_FLAGS_READABLE)\n#         {\n#           GVariant *value;\n#           value = _com_acme_coyote_skeleton_handle_get_property (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)), NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", info->name, NULL, skeleton);\n#           if (value != NULL)\n#             {\n#               g_variant_take_ref (value);\n#               g_variant_builder_add (&builder, \"{sv}\", info->name, value);\n#               g_variant_unref (value);\n#             }\n#         }\n#     }\n# out:\n#   return g_variant_builder_end (&builder);\n# }\n# \n# static gboolean _com_acme_coyote_emit_changed (gpointer user_data);\n# \n# static void\n# com_acme_coyote_skeleton_dbus_interface_flush (GDBusInterfaceSkeleton *_skeleton)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (_skeleton);\n#   gboolean emit_changed = FALSE;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     {\n#       g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#       skeleton->priv->changed_properties_idle_source = NULL;\n#       emit_changed = TRUE;\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# \n#   if (emit_changed)\n#     _com_acme_coyote_emit_changed (skeleton);\n# }\n# \n# static void\n# _com_acme_coyote_on_signal_surprised (\n#     ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n# \n#   GList      *connections, *l;\n#   GVariant   *signal_variant;\n#   connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n# \n#   signal_variant = g_variant_ref_sink (g_variant_new (\"()\"));\n#   for (l = connections; l != NULL; l = l->next)\n#     {\n#       GDBusConnection *connection = l->data;\n#       g_dbus_connection_emit_signal (connection,\n#         NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)), \"com.acme.Coyote\", \"Surprised\",\n#         signal_variant, NULL);\n#     }\n#   g_variant_unref (signal_variant);\n#   g_list_free_full (connections, g_object_unref);\n# }\n# \n# static void com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_ADD_PRIVATE (ComAcmeCoyoteSkeleton)\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #else\n# G_DEFINE_TYPE_WITH_CODE (ComAcmeCoyoteSkeleton, com_acme_coyote_skeleton, G_TYPE_DBUS_INTERFACE_SKELETON,\n#                          G_IMPLEMENT_INTERFACE (TYPE_COM_ACME_COYOTE, com_acme_coyote_skeleton_iface_init))\n# \n# #endif\n# static void\n# com_acme_coyote_skeleton_finalize (GObject *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   guint n;\n#   for (n = 0; n < 1; n++)\n#     g_value_unset (&skeleton->priv->properties[n]);\n#   g_free (skeleton->priv->properties);\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   if (skeleton->priv->changed_properties_idle_source != NULL)\n#     g_source_destroy (skeleton->priv->changed_properties_idle_source);\n#   g_main_context_unref (skeleton->priv->context);\n#   g_mutex_clear (&skeleton->priv->lock);\n#   G_OBJECT_CLASS (com_acme_coyote_skeleton_parent_class)->finalize (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_get_property (GObject      *object,\n#   guint         prop_id,\n#   GValue       *value,\n#   GParamSpec   *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_value_copy (&skeleton->priv->properties[prop_id - 1], value);\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static gboolean\n# _com_acme_coyote_emit_changed (gpointer user_data)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (user_data);\n#   GList *l;\n#   GVariantBuilder builder;\n#   GVariantBuilder invalidated_builder;\n#   guint num_changes;\n# \n#   g_mutex_lock (&skeleton->priv->lock);\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_84\n#   g_variant_builder_init_static (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init_static (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #else\n#   g_variant_builder_init (&builder, G_VARIANT_TYPE (\"a{sv}\"));\n#   g_variant_builder_init (&invalidated_builder, G_VARIANT_TYPE (\"as\"));\n# #endif\n#   for (l = skeleton->priv->changed_properties, num_changes = 0; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *cp = l->data;\n#       GVariant *variant;\n#       const GValue *cur_value;\n# \n#       cur_value = &skeleton->priv->properties[cp->prop_id - 1];\n#       if (!_g_value_equal (cur_value, &cp->orig_value))\n#         {\n#           variant = g_dbus_gvalue_to_gvariant (cur_value, G_VARIANT_TYPE (cp->info->parent_struct.signature));\n#           g_variant_builder_add (&builder, \"{sv}\", cp->info->parent_struct.name, variant);\n#           g_variant_unref (variant);\n#           num_changes++;\n#         }\n#     }\n#   if (num_changes > 0)\n#     {\n#       GList *connections, *ll;\n#       GVariant *signal_variant;\n#       signal_variant = g_variant_ref_sink (g_variant_new (\"(sa{sv}as)\", \"com.acme.Coyote\",\n#                                            &builder, &invalidated_builder));\n#       connections = g_dbus_interface_skeleton_get_connections (G_DBUS_INTERFACE_SKELETON (skeleton));\n#       for (ll = connections; ll != NULL; ll = ll->next)\n#         {\n#           GDBusConnection *connection = ll->data;\n# \n#           g_dbus_connection_emit_signal (connection,\n#                                          NULL, g_dbus_interface_skeleton_get_object_path (G_DBUS_INTERFACE_SKELETON (skeleton)),\n#                                          \"org.freedesktop.DBus.Properties\",\n#                                          \"PropertiesChanged\",\n#                                          signal_variant,\n#                                          NULL);\n#         }\n#       g_variant_unref (signal_variant);\n#       g_list_free_full (connections, g_object_unref);\n#     }\n#   else\n#     {\n#       g_variant_builder_clear (&builder);\n#       g_variant_builder_clear (&invalidated_builder);\n#     }\n#   g_list_free_full (skeleton->priv->changed_properties, (GDestroyNotify) _changed_property_free);\n#   skeleton->priv->changed_properties = NULL;\n#   skeleton->priv->changed_properties_idle_source = NULL;\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return FALSE;\n# }\n# \n# static void\n# _com_acme_coyote_schedule_emit_changed (ComAcmeCoyoteSkeleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value)\n# {\n#   ChangedProperty *cp;\n#   GList *l;\n#   cp = NULL;\n#   for (l = skeleton->priv->changed_properties; l != NULL; l = l->next)\n#     {\n#       ChangedProperty *i_cp = l->data;\n#       if (i_cp->info == info)\n#         {\n#           cp = i_cp;\n#           break;\n#         }\n#     }\n#   if (cp == NULL)\n#     {\n#       cp = g_new0 (ChangedProperty, 1);\n#       cp->prop_id = prop_id;\n#       cp->info = info;\n#       skeleton->priv->changed_properties = g_list_prepend (skeleton->priv->changed_properties, cp);\n#       g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value));\n#       g_value_copy (orig_value, &cp->orig_value);\n#     }\n# }\n# \n# static void\n# com_acme_coyote_skeleton_notify (GObject      *object,\n#   GParamSpec *pspec G_GNUC_UNUSED)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_mutex_lock (&skeleton->priv->lock);\n#   if (skeleton->priv->changed_properties != NULL &&\n#       skeleton->priv->changed_properties_idle_source == NULL)\n#     {\n#       skeleton->priv->changed_properties_idle_source = g_idle_source_new ();\n#       g_source_set_priority (skeleton->priv->changed_properties_idle_source, G_PRIORITY_DEFAULT);\n#       g_source_set_callback (skeleton->priv->changed_properties_idle_source, _com_acme_coyote_emit_changed, g_object_ref (skeleton), (GDestroyNotify) g_object_unref);\n#       g_source_set_name (skeleton->priv->changed_properties_idle_source, \"[generated] _com_acme_coyote_emit_changed\");\n#       g_source_attach (skeleton->priv->changed_properties_idle_source, skeleton->priv->context);\n#       g_source_unref (skeleton->priv->changed_properties_idle_source);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_set_property (GObject      *object,\n#   guint         prop_id,\n#   const GValue *value,\n#   GParamSpec   *pspec)\n# {\n#   const _ExtendedGDBusPropertyInfo *info;\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   g_assert (prop_id != 0 && prop_id - 1 < 1);\n#   info = (const _ExtendedGDBusPropertyInfo *) _com_acme_coyote_property_info_pointers[prop_id - 1];\n#   g_mutex_lock (&skeleton->priv->lock);\n#   g_object_freeze_notify (object);\n#   if (!_g_value_equal (value, &skeleton->priv->properties[prop_id - 1]))\n#     {\n#       if (g_dbus_interface_skeleton_get_connection (G_DBUS_INTERFACE_SKELETON (skeleton)) != NULL &&\n#           info->emits_changed_signal)\n#         _com_acme_coyote_schedule_emit_changed (skeleton, info, prop_id, &skeleton->priv->properties[prop_id - 1]);\n#       g_value_copy (value, &skeleton->priv->properties[prop_id - 1]);\n#       g_object_notify_by_pspec (object, pspec);\n#     }\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   g_object_thaw_notify (object);\n# }\n# \n# static void\n# com_acme_coyote_skeleton_init (ComAcmeCoyoteSkeleton *skeleton)\n# {\n# #if GLIB_VERSION_MAX_ALLOWED >= GLIB_VERSION_2_38\n#   skeleton->priv = com_acme_coyote_skeleton_get_instance_private (skeleton);\n# #else\n#   skeleton->priv = G_TYPE_INSTANCE_GET_PRIVATE (skeleton, TYPE_COM_ACME_COYOTE_SKELETON, ComAcmeCoyoteSkeletonPrivate);\n# #endif\n# \n#   g_mutex_init (&skeleton->priv->lock);\n#   skeleton->priv->context = g_main_context_ref_thread_default ();\n#   skeleton->priv->properties = g_new0 (GValue, 1);\n#   g_value_init (&skeleton->priv->properties[0], G_TYPE_STRING);\n# }\n# \n# static const gchar *\n# com_acme_coyote_skeleton_get_mood (ComAcmeCoyote *object)\n# {\n#   ComAcmeCoyoteSkeleton *skeleton = COM_ACME_COYOTE_SKELETON (object);\n#   const gchar *value;\n#   g_mutex_lock (&skeleton->priv->lock);\n#   value = g_marshal_value_peek_string (&(skeleton->priv->properties[0]));\n#   g_mutex_unlock (&skeleton->priv->lock);\n#   return value;\n# }\n# \n# static void\n# com_acme_coyote_skeleton_class_init (ComAcmeCoyoteSkeletonClass *klass)\n# {\n#   GObjectClass *gobject_class;\n#   GDBusInterfaceSkeletonClass *skeleton_class;\n# \n#   gobject_class = G_OBJECT_CLASS (klass);\n#   gobject_class->finalize = com_acme_coyote_skeleton_finalize;\n#   gobject_class->get_property = com_acme_coyote_skeleton_get_property;\n#   gobject_class->set_property = com_acme_coyote_skeleton_set_property;\n#   gobject_class->notify       = com_acme_coyote_skeleton_notify;\n# \n# \n#   com_acme_coyote_override_properties (gobject_class, 1);\n# \n#   skeleton_class = G_DBUS_INTERFACE_SKELETON_CLASS (klass);\n#   skeleton_class->get_info = com_acme_coyote_skeleton_dbus_interface_get_info;\n#   skeleton_class->get_properties = com_acme_coyote_skeleton_dbus_interface_get_properties;\n#   skeleton_class->flush = com_acme_coyote_skeleton_dbus_interface_flush;\n#   skeleton_class->get_vtable = com_acme_coyote_skeleton_dbus_interface_get_vtable;\n# \n# #if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_38\n#   g_type_class_add_private (klass, sizeof (ComAcmeCoyoteSkeletonPrivate));\n# #endif\n# }\n# \n# static void\n# com_acme_coyote_skeleton_iface_init (ComAcmeCoyoteIface *iface)\n# {\n#   iface->surprised = _com_acme_coyote_on_signal_surprised;\n#   iface->get_mood = com_acme_coyote_skeleton_get_mood;\n# }\n# \n# /**\n#  * com_acme_coyote_skeleton_new:\n#  *\n#  * Creates a skeleton object for the D-Bus interface <link linkend=\"gdbus-interface-com-acme-Coyote.top_of_page\">com.acme.Coyote</link>.\n#  *\n#  * Returns: (transfer full) (type ComAcmeCoyoteSkeleton): The skeleton object.\n#  */\n# ComAcmeCoyote *\n# com_acme_coyote_skeleton_new (void)\n# {\n#   return COM_ACME_COYOTE (g_object_new (TYPE_COM_ACME_COYOTE_SKELETON, NULL));\n# }\n# Error:\nok 39 __main__.TestCodegen.test_unix_fd_types_and_annotations\n# gdbus-codegen: /usr/bin/gdbus-codegen\n# tmpdir: /tmp/tmpk93w6367\n# /tmp/tmpk93w6367/tmprq87j42g.xml: \n#             <node>\n#               <interface name=\"FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotation\">\n#                   <arg name=\"greeting\" direction=\"in\" type=\"h\"/>\n#                   <arg name=\"greeting_locale\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"h\"/>\n#                   <arg name=\"response_locale\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotationNested\">\n#                   <arg name=\"files\" type=\"a{sh}\" direction=\"in\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpk93w6367/tmprq87j42g.xml', '--output', '-', '--header']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for FDPassing */\n# \n# #define TYPE_FDPASSING (fdpassing_get_type ())\n# #define FDPASSING(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING, FDPassing))\n# #define IS_FDPASSING(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING))\n# #define FDPASSING_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FDPASSING, FDPassingIface))\n# \n# struct _FDPassing;\n# typedef struct _FDPassing FDPassing;\n# typedef struct _FDPassingIface FDPassingIface;\n# \n# struct _FDPassingIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_hello_fd) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *arg_greeting);\n# \n#   gboolean (*handle_no_annotation) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale);\n# \n#   gboolean (*handle_no_annotation_nested) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_files);\n# \n# };\n# \n# GType fdpassing_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *fdpassing_interface_info (void);\n# guint fdpassing_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void fdpassing_complete_hello_fd (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response);\n# \n# void fdpassing_complete_no_annotation (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *response,\n#     const gchar *response_locale);\n# \n# void fdpassing_complete_no_annotation_nested (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void fdpassing_call_hello_fd (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_hello_fd_finish (\n#     FDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_hello_fd_sync (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_finish (\n#     FDPassing *proxy,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation_nested (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_nested_finish (\n#     FDPassing *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_nested_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_PROXY (fdpassing_proxy_get_type ())\n# #define FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_PROXY, FDPassingProxy))\n# #define FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define FDPASSING_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define IS_FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_PROXY))\n# #define IS_FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_PROXY))\n# \n# typedef struct _FDPassingProxy FDPassingProxy;\n# typedef struct _FDPassingProxyClass FDPassingProxyClass;\n# typedef struct _FDPassingProxyPrivate FDPassingProxyPrivate;\n# \n# struct _FDPassingProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   FDPassingProxyPrivate *priv;\n# };\n# \n# struct _FDPassingProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType fdpassing_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingProxy, g_object_unref)\n# #endif\n# \n# void fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_SKELETON (fdpassing_skeleton_get_type ())\n# #define FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeleton))\n# #define FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define FDPASSING_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define IS_FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_SKELETON))\n# #define IS_FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_SKELETON))\n# \n# typedef struct _FDPassingSkeleton FDPassingSkeleton;\n# typedef struct _FDPassingSkeletonClass FDPassingSkeletonClass;\n# typedef struct _FDPassingSkeletonPrivate FDPassingSkeletonPrivate;\n# \n# struct _FDPassingSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   FDPassingSkeletonPrivate *priv;\n# };\n# \n# struct _FDPassingSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType fdpassing_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingSkeleton, g_object_unref)\n# #endif\n# \n# FDPassing *fdpassing_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpk93w6367/tmpgyxjzfyv.xml: \n#             <node>\n#               <interface name=\"FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotation\">\n#                   <arg name=\"greeting\" direction=\"in\" type=\"h\"/>\n#                   <arg name=\"greeting_locale\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"h\"/>\n#                   <arg name=\"response_locale\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotationNested\">\n#                   <arg name=\"files\" type=\"a{sh}\" direction=\"in\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpk93w6367/tmpgyxjzfyv.xml', '--output', '-', '--header', '--glib-min-required', '2.32']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for FDPassing */\n# \n# #define TYPE_FDPASSING (fdpassing_get_type ())\n# #define FDPASSING(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING, FDPassing))\n# #define IS_FDPASSING(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING))\n# #define FDPASSING_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FDPASSING, FDPassingIface))\n# \n# struct _FDPassing;\n# typedef struct _FDPassing FDPassing;\n# typedef struct _FDPassingIface FDPassingIface;\n# \n# struct _FDPassingIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_hello_fd) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *arg_greeting);\n# \n#   gboolean (*handle_no_annotation) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale);\n# \n#   gboolean (*handle_no_annotation_nested) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *arg_files);\n# \n# };\n# \n# GType fdpassing_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *fdpassing_interface_info (void);\n# guint fdpassing_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void fdpassing_complete_hello_fd (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response);\n# \n# void fdpassing_complete_no_annotation (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GVariant *response,\n#     const gchar *response_locale);\n# \n# void fdpassing_complete_no_annotation_nested (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation);\n# \n# \n# \n# /* D-Bus method calls: */\n# void fdpassing_call_hello_fd (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_hello_fd_finish (\n#     FDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_hello_fd_sync (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_finish (\n#     FDPassing *proxy,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation_nested (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_nested_finish (\n#     FDPassing *proxy,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_nested_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_PROXY (fdpassing_proxy_get_type ())\n# #define FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_PROXY, FDPassingProxy))\n# #define FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define FDPASSING_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define IS_FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_PROXY))\n# #define IS_FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_PROXY))\n# \n# typedef struct _FDPassingProxy FDPassingProxy;\n# typedef struct _FDPassingProxyClass FDPassingProxyClass;\n# typedef struct _FDPassingProxyPrivate FDPassingProxyPrivate;\n# \n# struct _FDPassingProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   FDPassingProxyPrivate *priv;\n# };\n# \n# struct _FDPassingProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType fdpassing_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingProxy, g_object_unref)\n# #endif\n# \n# void fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_SKELETON (fdpassing_skeleton_get_type ())\n# #define FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeleton))\n# #define FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define FDPASSING_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define IS_FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_SKELETON))\n# #define IS_FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_SKELETON))\n# \n# typedef struct _FDPassingSkeleton FDPassingSkeleton;\n# typedef struct _FDPassingSkeletonClass FDPassingSkeletonClass;\n# typedef struct _FDPassingSkeletonPrivate FDPassingSkeletonPrivate;\n# \n# struct _FDPassingSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   FDPassingSkeletonPrivate *priv;\n# };\n# \n# struct _FDPassingSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType fdpassing_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingSkeleton, g_object_unref)\n# #endif\n# \n# FDPassing *fdpassing_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n#  \n# /tmp/tmpk93w6367/tmpfd71y50p.xml: \n#             <node>\n#               <interface name=\"FDPassing\">\n#                 <method name=\"HelloFD\">\n#                   <annotation name=\"org.gtk.GDBus.C.UnixFD\" value=\"1\"/>\n#                   <arg name=\"greeting\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotation\">\n#                   <arg name=\"greeting\" direction=\"in\" type=\"h\"/>\n#                   <arg name=\"greeting_locale\" direction=\"in\" type=\"s\"/>\n#                   <arg name=\"response\" direction=\"out\" type=\"h\"/>\n#                   <arg name=\"response_locale\" direction=\"out\" type=\"s\"/>\n#                 </method>\n#                 <method name=\"NoAnnotationNested\">\n#                   <arg name=\"files\" type=\"a{sh}\" direction=\"in\"/>\n#                 </method>\n#               </interface>\n#             </node>\n# Running: ['/usr/bin/gdbus-codegen', '/tmp/tmpk93w6367/tmpfd71y50p.xml', '--output', '-', '--header', '--glib-min-required', '2.64']\n# Return code: 0\n# Output:\n#  /*\n#  * This file is generated by gdbus-codegen, do not modify it.\n#  *\n#  * The license of this code is the same as for the D-Bus interface description\n#  * it was derived from. Note that it links to GLib, so must comply with the\n#  * LGPL linking clauses.\n#  */\n# \n# #ifndef __STDOUT__\n# #define __STDOUT__\n# \n# #include <gio/gio.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# /* ------------------------------------------------------------------------ */\n# /* Declarations for FDPassing */\n# \n# #define TYPE_FDPASSING (fdpassing_get_type ())\n# #define FDPASSING(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING, FDPassing))\n# #define IS_FDPASSING(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING))\n# #define FDPASSING_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_FDPASSING, FDPassingIface))\n# \n# struct _FDPassing;\n# typedef struct _FDPassing FDPassing;\n# typedef struct _FDPassingIface FDPassingIface;\n# \n# struct _FDPassingIface\n# {\n#   GTypeInterface parent_iface;\n# \n#   gboolean (*handle_hello_fd) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *arg_greeting);\n# \n#   gboolean (*handle_no_annotation) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale);\n# \n#   gboolean (*handle_no_annotation_nested) (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     GVariant *arg_files);\n# \n# };\n# \n# GType fdpassing_get_type (void) G_GNUC_CONST;\n# \n# GDBusInterfaceInfo *fdpassing_interface_info (void);\n# guint fdpassing_override_properties (GObjectClass *klass, guint property_id_begin);\n# \n# \n# /* D-Bus method call completion functions: */\n# void fdpassing_complete_hello_fd (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     const gchar *response);\n# \n# void fdpassing_complete_no_annotation (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list,\n#     GVariant *response,\n#     const gchar *response_locale);\n# \n# void fdpassing_complete_no_annotation_nested (\n#     FDPassing *object,\n#     GDBusMethodInvocation *invocation,\n#     GUnixFDList *fd_list);\n# \n# \n# \n# /* D-Bus method calls: */\n# void fdpassing_call_hello_fd (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_hello_fd_finish (\n#     FDPassing *proxy,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_hello_fd_sync (\n#     FDPassing *proxy,\n#     const gchar *arg_greeting,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList  *fd_list,\n#     gchar **out_response,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_finish (\n#     FDPassing *proxy,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_greeting,\n#     const gchar *arg_greeting_locale,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList  *fd_list,\n#     GVariant **out_response,\n#     gchar **out_response_locale,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# void fdpassing_call_no_annotation_nested (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList *fd_list,\n#     GCancellable *cancellable,\n#     GAsyncReadyCallback callback,\n#     gpointer user_data);\n# \n# gboolean fdpassing_call_no_annotation_nested_finish (\n#     FDPassing *proxy,\n#     GUnixFDList **out_fd_list,\n#     GAsyncResult *res,\n#     GError **error);\n# \n# gboolean fdpassing_call_no_annotation_nested_sync (\n#     FDPassing *proxy,\n#     GVariant *arg_files,\n#     GDBusCallFlags call_flags,\n#     gint timeout_msec,\n#     GUnixFDList  *fd_list,\n#     GUnixFDList **out_fd_list,\n#     GCancellable *cancellable,\n#     GError **error);\n# \n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_PROXY (fdpassing_proxy_get_type ())\n# #define FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_PROXY, FDPassingProxy))\n# #define FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define FDPASSING_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_PROXY, FDPassingProxyClass))\n# #define IS_FDPASSING_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_PROXY))\n# #define IS_FDPASSING_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_PROXY))\n# \n# typedef struct _FDPassingProxy FDPassingProxy;\n# typedef struct _FDPassingProxyClass FDPassingProxyClass;\n# typedef struct _FDPassingProxyPrivate FDPassingProxyPrivate;\n# \n# struct _FDPassingProxy\n# {\n#   /*< private >*/\n#   GDBusProxy parent_instance;\n#   FDPassingProxyPrivate *priv;\n# };\n# \n# struct _FDPassingProxyClass\n# {\n#   GDBusProxyClass parent_class;\n# };\n# \n# GType fdpassing_proxy_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingProxy, g_object_unref)\n# #endif\n# \n# void fdpassing_proxy_new (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_sync (\n#     GDBusConnection     *connection,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# void fdpassing_proxy_new_for_bus (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GAsyncReadyCallback  callback,\n#     gpointer             user_data);\n# FDPassing *fdpassing_proxy_new_for_bus_finish (\n#     GAsyncResult        *res,\n#     GError             **error);\n# FDPassing *fdpassing_proxy_new_for_bus_sync (\n#     GBusType             bus_type,\n#     GDBusProxyFlags      flags,\n#     const gchar         *name,\n#     const gchar         *object_path,\n#     GCancellable        *cancellable,\n#     GError             **error);\n# \n# \n# /* ---- */\n# \n# #define TYPE_FDPASSING_SKELETON (fdpassing_skeleton_get_type ())\n# #define FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeleton))\n# #define FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define FDPASSING_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_FDPASSING_SKELETON, FDPassingSkeletonClass))\n# #define IS_FDPASSING_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FDPASSING_SKELETON))\n# #define IS_FDPASSING_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_FDPASSING_SKELETON))\n# \n# typedef struct _FDPassingSkeleton FDPassingSkeleton;\n# typedef struct _FDPassingSkeletonClass FDPassingSkeletonClass;\n# typedef struct _FDPassingSkeletonPrivate FDPassingSkeletonPrivate;\n# \n# struct _FDPassingSkeleton\n# {\n#   /*< private >*/\n#   GDBusInterfaceSkeleton parent_instance;\n#   FDPassingSkeletonPrivate *priv;\n# };\n# \n# struct _FDPassingSkeletonClass\n# {\n#   GDBusInterfaceSkeletonClass parent_class;\n# };\n# \n# GType fdpassing_skeleton_get_type (void) G_GNUC_CONST;\n# \n# #if GLIB_CHECK_VERSION(2, 44, 0)\n# G_DEFINE_AUTOPTR_CLEANUP_FUNC (FDPassingSkeleton, g_object_unref)\n# #endif\n# \n# FDPassing *fdpassing_skeleton_new (void);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __STDOUT__ */\n# Error:\n1..39\nPASS: glib/codegen.py.test\nRunning test: glib/custom-dispatch.test\nTAP version 14\n# random seed: R02S0265d11548f088c43fcde1eccaaaf1b8\n1..2\n# Start of properties tests\n# Start of custom-dispatch tests\n# /properties/custom-dispatch/init summary: Test that custom dispatch_properties_changed is called on initialization\nok 1 /properties/custom-dispatch/init\n# /properties/custom-dispatch/set summary: Test that custom dispatch_properties_changed is called regardless of connected notify handlers\nok 2 /properties/custom-dispatch/set\n# End of custom-dispatch tests\n# End of properties tests\nPASS: glib/custom-dispatch.test\nRunning test: glib/atomic-c-17.test\nTAP version 14\n# random seed: R02S38d1913500fdd0108b9a932a39ca5dd1\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-17.test\nRunning test: glib/utils.test\nTAP version 14\n# random seed: R02S4a3e15b7c9ec34807e00afa3283bd759\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils.test\nRunning test: glib/filter-streams.test\nTAP version 14\n# random seed: R02S50cfd17d85c2d2f6c15fd8cc8b3ad6f9\n1..4\n# Start of filter-stream tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=568394\nok 1 /filter-stream/input\nok 2 /filter-stream/output\nok 3 /filter-stream/async-input\nok 4 /filter-stream/async-output\n# End of filter-stream tests\nPASS: glib/filter-streams.test\nRunning test: glib/reference.test\nTAP version 14\n# random seed: R02S219c9d6dfd9cd614dbfa85f839e7726b\n1..29\n# Start of type tests\nok 1 /type/fundamentals\nok 2 /type/qdata\nok 3 /type/query\nok 4 /type/class-private\n# End of type tests\n# Start of object tests\nok 5 /object/clear\nok 6 /object/clear-function\nok 7 /object/set\nok 8 /object/set-function\nok 9 /object/value\nok 10 /object/initially-unowned\nok 11 /object/weak-pointer\nok 12 /object/weak-ref\nok 13 /object/toggle-ref\nok 14 /object/qdata\nok 15 /object/qdata2\n# Start of set tests\n# /object/set/derived-type summary: Check that g_set_object() doesn?t give strict aliasing warnings when used on types derived from GObject\nok 16 /object/set/derived-type\n# End of set tests\n# Start of weak-pointer tests\nok 17 /object/weak-pointer/clear\nok 18 /object/weak-pointer/clear-function\nok 19 /object/weak-pointer/set\nok 20 /object/weak-pointer/set-function\n# End of weak-pointer tests\n# Start of weak-ref tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2390\n# /object/weak-ref/on-dispose summary: Test that a weak ref set during dispose vfunc is cleared\nok 21 /object/weak-ref/on-dispose\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/865\n# /object/weak-ref/on-run-dispose summary: Test that a weak ref is cleared on g_object_run_dispose()\nok 22 /object/weak-ref/on-run-dispose\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2390\n# /object/weak-ref/on-toggle-notify summary: Test that a weak ref set on toggle notify is cleared\nok 23 /object/weak-ref/on-toggle-notify\nok 24 /object/weak-ref/in-toggle-notify\nok 25 /object/weak-ref/many\n# Start of concurrent tests\nok 26 /object/weak-ref/concurrent/0\nok 27 /object/weak-ref/concurrent/1\n# End of concurrent tests\n# End of weak-ref tests\n# Start of toggle-ref tests\nok 28 /object/toggle-ref/ref-on-dispose\nok 29 /object/toggle-ref/ref-and-notify-on-dispose\n# End of toggle-ref tests\n# End of object tests\nPASS: glib/reference.test\nRunning test: glib/gdbus-peer.test\nTAP version 14\n# random seed: R02S2e03a6e7c9d1b7e4b04fb43cbed0edfe\n1..12\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/.dirs/runtime\n# Testing with unix:dir address\n# Testing with unix:tmpdir address\n# Testing with unix:path address\nok 1 /gdbus/peer-to-peer\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-config1:/var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-data1:/var/volatile/tmp/gdbus/delayed-message-processing/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/delayed-message-processing/.dirs/runtime\n# Testing with unix:dir address\nok 2 /gdbus/delayed-message-processing\n# slow test /gdbus/delayed-message-processing executed in 0.50 secs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/nonce-tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/nonce-tcp/.dirs/runtime\nok 3 /gdbus/nonce-tcp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-config1:/var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-data1:/var/volatile/tmp/gdbus/tcp-anonymous/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/tcp-anonymous/.dirs/runtime\nok 4 /gdbus/tcp-anonymous\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/credentials/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/credentials/.dirs/system-config1:/var/volatile/tmp/gdbus/credentials/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/credentials/.dirs/system-data1:/var/volatile/tmp/gdbus/credentials/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/credentials/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/credentials/.dirs/runtime\nok 5 /gdbus/credentials\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-config1:/var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-data1:/var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/codegen-peer-to-peer/.dirs/runtime\n# Testing with unix:dir address\n# Machine ID: 7a64803a5444f838de7190db685001d0\nok 6 /gdbus/codegen-peer-to-peer\n# slow test /gdbus/codegen-peer-to-peer executed in 1.10 secs\n# Start of peer-to-peer tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/signals/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1620\n# Testing with unix:dir address\nok 7 /gdbus/peer-to-peer/signals\n# Start of invalid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/server/.dirs/runtime\nok 8 /gdbus/peer-to-peer/invalid/server\n# Start of conn tests\n# Start of stream tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/async/.dirs/runtime\nok 9 /gdbus/peer-to-peer/invalid/conn/stream/async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/stream/sync/.dirs/runtime\nok 10 /gdbus/peer-to-peer/invalid/conn/stream/sync\n# End of stream tests\n# Start of addr tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/async/.dirs/runtime\nok 11 /gdbus/peer-to-peer/invalid/conn/addr/async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-config1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-data1:/var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/peer-to-peer/invalid/conn/addr/sync/.dirs/runtime\nok 12 /gdbus/peer-to-peer/invalid/conn/addr/sync\n# End of addr tests\n# End of conn tests\n# End of invalid tests\n# End of peer-to-peer tests\n# End of gdbus tests\nPASS: glib/gdbus-peer.test\nRunning test: glib/gdbus-addresses.test\nTAP version 14\n# random seed: R02S8ee164f90e54e13ee276edd163cc818b\n1..9\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/empty-address/.dirs/system-config1:/var/volatile/tmp/gdbus/empty-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/empty-address/.dirs/system-data1:/var/volatile/tmp/gdbus/empty-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/empty-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/empty-address/.dirs/runtime\nok 1 /gdbus/empty-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/unsupported-address/.dirs/system-config1:/var/volatile/tmp/gdbus/unsupported-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/unsupported-address/.dirs/system-data1:/var/volatile/tmp/gdbus/unsupported-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/unsupported-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/unsupported-address/.dirs/runtime\nok 2 /gdbus/unsupported-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/address-parsing/.dirs/system-config1:/var/volatile/tmp/gdbus/address-parsing/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/address-parsing/.dirs/system-data1:/var/volatile/tmp/gdbus/address-parsing/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/address-parsing/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/address-parsing/.dirs/runtime\nok 3 /gdbus/address-parsing\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/unix-address/.dirs/system-config1:/var/volatile/tmp/gdbus/unix-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/unix-address/.dirs/system-data1:/var/volatile/tmp/gdbus/unix-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/unix-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/unix-address/.dirs/runtime\nok 4 /gdbus/unix-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-config1:/var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-data1:/var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/nonce-tcp-address/.dirs/runtime\nok 5 /gdbus/nonce-tcp-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/tcp-address/.dirs/system-config1:/var/volatile/tmp/gdbus/tcp-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/tcp-address/.dirs/system-data1:/var/volatile/tmp/gdbus/tcp-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/tcp-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/tcp-address/.dirs/runtime\nok 6 /gdbus/tcp-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-config1:/var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-data1:/var/volatile/tmp/gdbus/autolaunch-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/autolaunch-address/.dirs/runtime\nok 7 /gdbus/autolaunch-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/mixed-address/.dirs/system-config1:/var/volatile/tmp/gdbus/mixed-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/mixed-address/.dirs/system-data1:/var/volatile/tmp/gdbus/mixed-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/mixed-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/mixed-address/.dirs/runtime\nok 8 /gdbus/mixed-address\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/escape-address/.dirs/system-config1:/var/volatile/tmp/gdbus/escape-address/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/escape-address/.dirs/system-data1:/var/volatile/tmp/gdbus/escape-address/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/escape-address/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/escape-address/.dirs/runtime\nok 9 /gdbus/escape-address\n# End of gdbus tests\nPASS: glib/gdbus-addresses.test\nRunning test: glib/thread-pool.test\nTAP version 14\n# random seed: R02Sb8b0c2fc3d638414c58932a92c6d6d33\n1..5\n# Start of thread_pool tests\n# /thread_pool/shared summary: Tests that a shared, non-exclusive thread pool generally works.\nok 1 /thread_pool/shared\n# /thread_pool/exclusive summary: Tests that an exclusive thread pool generally works.\nok 2 /thread_pool/exclusive\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2012\n# /thread_pool/create_shared_after_exclusive summary: Tests that creating a shared pool after an exclusive one works.\nok 3 /thread_pool/create_shared_after_exclusive\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/121\nok 4 /thread_pool/create_full\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2012\n# /thread_pool/create_exclusive_after_shared summary: Tests that creating an exclusive pool after a shared one works.\nok 5 /thread_pool/create_exclusive_after_shared\n# End of thread_pool tests\nPASS: glib/thread-pool.test\nRunning test: glib/macros-c-89.test\nTAP version 14\n# random seed: R02S52566bb13905cd16c7e1689603a4227b\n1..4\n# Start of C tests\nok 1 /C/standard-89\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-89.test\nRunning test: glib/memory-monitor.test\nTAP version 14\n# random seed: R02S3de826cf08c7d4ff3c9e81fe0ab7a2d1\n1..1\n# Start of memory-monitor tests\n# GLib-GIO-DEBUG: Failed to initialize portal (GMemoryMonitorPortal) for gio-memory-monitor: Not using portals\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dbus (GMemoryMonitorDBus) for ?gio-memory-monitor?\nok 1 /memory-monitor/default\n# End of memory-monitor tests\nPASS: glib/memory-monitor.test\nRunning test: glib/vfs.test\nTAP version 14\n# random seed: R02S7d799872ee4653f3018dd7f1b2a91187\n1..3\n# Start of gvfs tests\nok 1 /gvfs/local\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 2 /gvfs/register-scheme\n# Start of resource tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3090\n# /gvfs/resource/malformed-escaping summary: Test that g_vfs_get_file_for_uri() returns an invalid file for an invalid URI\nok 3 /gvfs/resource/malformed-escaping\n# End of resource tests\n# End of gvfs tests\nPASS: glib/vfs.test\nRunning test: glib/tls-database.test\nTAP version 14\n# random seed: R02Sd23c3ba98d04dd8696dd9061143a824b\n1..1\n# Start of tls-backend tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?\nok 1 /tls-backend/set-default-database\n# End of tls-backend tests\nPASS: glib/tls-database.test\nRunning test: glib/cxx-20.test\nTAP version 14\n# random seed: R02S3dd90c2c6403974626783c83f6709bc5\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-20.test\nRunning test: glib/messages-low-memory.py.test\nTAP version 13\nok 1 __main__.TestMessagesLowMemory.test_message_memory_allocation_failure\n# messages-low-memory: /usr/libexec/installed-tests/glib/messages-low-memory\n# tmpdir: /tmp/tmpyyg3wi6n\n# Running: ['/usr/libexec/installed-tests/glib/messages-low-memory']\n# Return code: -6\n# Output:\n#  \n# Error:\n#  GLib-Message: 11:39:33.949: Simulates a situation in which we were crashing because of low-memory, leading malloc to fail instead of aborting\n# GLib-Message: 11:39:33.950: bug: https://gitlab.gnome.org/GNOME/glib/-/issues/2753\n# ../glib-2.84.2/glib/gprintf.c:350: failed to allocate memory\n1..1\nPASS: glib/messages-low-memory.py.test\nRunning test: glib/permission.test\nTAP version 14\n# random seed: R02S294ca3634e32c961267181f63d1437a7\n1..1\n# Start of permission tests\nok 1 /permission/simple\n# End of permission tests\nPASS: glib/permission.test\nRunning test: glib/cancellable.test\nTAP version 14\n# random seed: R02S1665a3c0e930ed3c44fc606bbbe118e9\n1..18\n# Start of cancellable tests\nok 1 /cancellable/multiple-concurrent # SKIP Not running timing heavy test\nok 2 /cancellable/null\nok 3 /cancellable/connect-data-is-destroyed-on-disconnect-and-dispose\n# /cancellable/connect-to-disposing-callback summary: A cancellable signal callback can unref the cancellable\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3643\nok 4 /cancellable/connect-to-disposing-callback\nok 5 /cancellable/connect-cancelled-data-is-destroyed\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 0\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\nok 6 /cancellable/connect-to-disposing-callback-with-toggle-reference\n# /cancellable/connect-cancelled-to-disposing-callback summary: A cancellable signal callback can unref the cancellable\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3643\nok 7 /cancellable/connect-cancelled-to-disposing-callback\nok 8 /cancellable/connect-cancelled-with-destroy-func-disposing-cancellable\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 0\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 0\n# Toggle reference callback for GCancellable (0x55ac952d6520), last: 1\nok 9 /cancellable/connect-cancelled-to-disposing-callback-with-toggle-reference\n# /cancellable/disconnect-on-cancelled-callback-hangs summary: Tests that trying to disconnect a cancellable from the cancelled signal callback will result in a deadlock as per #GCancellable::cancelled\nok 10 /cancellable/disconnect-on-cancelled-callback-hangs\n# /cancellable/resets-on-cancel-callback-hangs summary: Tests that trying to reset a cancellable from the cancelled signal callback will result in a deadlock as per #GCancellable::cancelled\nok 11 /cancellable/resets-on-cancel-callback-hangs\nok 12 /cancellable/poll-fd\n# /cancellable/poll-fd-cancelled summary: Tests that cancellation wakes up a pollable FD on creation\nok 13 /cancellable/poll-fd-cancelled\n# /cancellable/poll-fd-cancelled-threaded summary: Tests that a cancellation wakes up a pollable FD\nok 14 /cancellable/poll-fd-cancelled-threaded\n# /cancellable/cancel-reset-races summary: Tests threads racing for cancelling and resetting a GCancellable\nok 15 /cancellable/cancel-reset-races\n# /cancellable/cancel-reset-connect-races summary: Tests threads racing for cancelling, connecting and disconnecting  and resetting a GCancellable\nok 16 /cancellable/cancel-reset-connect-races\n# End of cancellable tests\n# Start of cancellable-source tests\n# /cancellable-source/threaded-dispose summary: Test a thread race between disposing of a GCancellableSource (in one thread) and cancelling the GCancellable it refers to (in another thread)\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1841\nok 17 /cancellable-source/threaded-dispose\n# /cancellable-source/can-be-fired-multiple-times summary: Test a cancellable source callback can be called multiple times\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/774\nok 18 /cancellable-source/can-be-fired-multiple-times\n# End of cancellable-source tests\nPASS: glib/cancellable.test\nRunning test: glib/atomic-c-89.test\nTAP version 14\n# random seed: R02Sfee468972256b8ab8e852709b8b46fe6\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-89.test\nRunning test: glib/dir.test\nTAP version 14\n# random seed: R02S893559bdaf25796e50e464d0a4c9c730\n1..3\n# Start of dir tests\nok 1 /dir/read\nok 2 /dir/nonexisting\n# /dir/refcounting summary: Test refcounting interactions with g_dir_close()\nok 3 /dir/refcounting\n# End of dir tests\nPASS: glib/dir.test\nRunning test: glib/basics-gobject.test\nTAP version 14\n# random seed: R02Sa7ea14abfbc3b2086491c9a588b25a90\n1..1\n# Start of gobject tests\n# private data during initialization: 54321 == 54321\n# MAIN: emit test-signal:\n# ::test_signal default_handler called\n# ::test_signal default_handler called\n# ::test_signal default_handler called\n# signal return: \"<default_handler><default_handler><default_handler>\"\n# MAIN: call iface print-string on test and derived object:\n# Iface-FOO: \"iface-string-from-test-type\" from 0x5649a6616aa0\n# Iface-BAR: \"iface-string-from-derived-type\" from 0x5649a66168e0\n# chaining: \n# Iface-FOO: \"iface-string-from-derived-type\" from 0x5649a66168e0\n# private data after initialization: 54321 == 54321\nok 1 /gobject/basics\n# End of gobject tests\nPASS: glib/basics-gobject.test\nRunning test: glib/throws.test\nTAP version 14\n# random seed: R02S68669a7eeb77470545fcee16cbddea3d\n1..3\n# Start of throws tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/throws/invoke-gerror/.dirs/system-config1:/var/volatile/tmp/throws/invoke-gerror/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/throws/invoke-gerror/.dirs/system-data1:/var/volatile/tmp/throws/invoke-gerror/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/throws/invoke-gerror/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/throws/invoke-gerror/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /throws/invoke-gerror summary: Test invoking a function that throws a GError\nok 1 /throws/invoke-gerror\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-config1:/var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-data1:/var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/throws/vfunc-can-throw-gerror/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /throws/vfunc-can-throw-gerror summary: Test gi_callable_info_can_throw_gerror() on a vfunc\nok 2 /throws/vfunc-can-throw-gerror\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-config1:/var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-data1:/var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/throws/callback-can-throw-gerror/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /throws/callback-can-throw-gerror summary: Test gi_callable_info_can_throw_gerror() on a callback\nok 3 /throws/callback-can-throw-gerror\n# End of throws tests\nPASS: glib/throws.test\nRunning test: glib/threadtests.test\nTAP version 14\n# random seed: R02S0c76042ed60d6619650595abb009336d\n1..5\n# Start of GObject tests\nok 1 /GObject/threaded-object-init\nok 2 /GObject/threaded-weak-ref\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/2394\n# /GObject/threaded-toggle-notify summary: Test that toggle reference notifications can be changed safely from another (the main) thread without causing the notifying thread to abort\nok 3 /GObject/threaded-toggle-notify\nok 4 /GObject/threaded-g-pointer-bit-unlock-and-set\n# Start of threaded-weak-ref tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2390\n# /GObject/threaded-weak-ref/on-finalization summary: Test that a weak ref added by another thread during dispose of a GObject is cleared during finalisation. Use on_weak_ref_disposed() to synchronize the other thread with the dispose vfunc.\nok 5 /GObject/threaded-weak-ref/on-finalization\n# End of threaded-weak-ref tests\n# End of GObject tests\nPASS: glib/threadtests.test\nRunning test: glib/thread.test\nTAP version 14\n# random seed: R02Se35d339f6c3c81fe36aded60b2a33db6\n1..7\n# Start of thread tests\nok 1 /thread/thread1\nok 2 /thread/thread2\nok 3 /thread/thread3\nok 4 /thread/thread4\nok 5 /thread/thread5\nok 6 /thread/thread6\nok 7 /thread/thread7\n# End of thread tests\nPASS: glib/thread.test\nRunning test: glib/credentials.test\nTAP version 14\n# random seed: R02S1c2146a6e18fa3d26e6e9d60dcd293c4\n1..1\n# Start of credentials tests\n# GCredentials:linux-ucred:pid=7038,uid=1000,gid=1000\n# GCredentials:linux-ucred:pid=7038,uid=0,gid=1000\nok 1 /credentials/basic\n# End of credentials tests\nPASS: glib/credentials.test\nRunning test: glib/base64.test\nTAP version 14\n# random seed: R02S657d38b86c2df909af81c449a546fbb0\n1..28\n# Start of base64 tests\nok 1 /base64/encode\nok 2 /base64/decode\nok 3 /base64/decode-inplace\nok 4 /base64/encode-decode\n# Start of full tests\nok 5 /base64/full/1\nok 6 /base64/full/2\nok 7 /base64/full/3\nok 8 /base64/full/4\n# End of full tests\n# Start of encode tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1698\nok 9 /base64/encode/empty\n# Start of incremental tests\n# Start of small-block tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 10 /base64/encode/incremental/small-block/1\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 11 /base64/encode/incremental/small-block/2\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 12 /base64/encode/incremental/small-block/3\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=780066\nok 13 /base64/encode/incremental/small-block/4\n# End of small-block tests\n# End of incremental tests\n# End of encode tests\n# Start of incremental tests\n# Start of nobreak tests\nok 14 /base64/incremental/nobreak/1\nok 15 /base64/incremental/nobreak/2\nok 16 /base64/incremental/nobreak/3\nok 17 /base64/incremental/nobreak/4-a\nok 18 /base64/incremental/nobreak/4-b\nok 19 /base64/incremental/nobreak/4-c\n# End of nobreak tests\n# Start of break tests\nok 20 /base64/incremental/break/1\nok 21 /base64/incremental/break/2\nok 22 /base64/incremental/break/3\n# End of break tests\n# Start of smallblock tests\nok 23 /base64/incremental/smallblock/1\nok 24 /base64/incremental/smallblock/2\nok 25 /base64/incremental/smallblock/3\nok 26 /base64/incremental/smallblock/4\n# End of smallblock tests\n# End of incremental tests\n# Start of decode tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1698\nok 27 /base64/decode/empty\n# End of decode tests\n# Start of encode-decode tests\n# Vector 0: \n# Vector 1: f\n# Vector 2: fo\n# Vector 3: foo\n# Vector 4: foob\n# Vector 5: fooba\n# Vector 6: foobar\nok 28 /base64/encode-decode/rfc4648\n# End of encode-decode tests\n# End of base64 tests\nPASS: glib/base64.test\nRunning test: glib/volumemonitor.test\nTAP version 14\n# random seed: R02Sd61ed8e43ee657e9cc0881e179568823\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n1..3\n# Start of volumemonitor tests\nok 1 /volumemonitor/connected_drives\nok 2 /volumemonitor/volumes\nok 3 /volumemonitor/mounts\n# End of volumemonitor tests\nPASS: glib/volumemonitor.test\nRunning test: glib/macros-c-17.test\nTAP version 14\n# random seed: R02S310689a030e74ef967aa5c1d53efe9f9\n1..4\n# Start of C tests\nok 1 /C/standard-17\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-17.test\nRunning test: glib/autoptr.test\nTAP version 14\n# random seed: R02Sa8d6146ff7bffca9ad8b08c33fd2e168\n1..6\n# Start of autoptr tests\nok 1 /autoptr/autoptr\nok 2 /autoptr/autoptr_steal\nok 3 /autoptr/autolist\nok 4 /autoptr/autoslist\nok 5 /autoptr/autoqueue\nok 6 /autoptr/autoclass\n# End of autoptr tests\nPASS: glib/autoptr.test\nRunning test: glib/converter.test\nTAP version 14\n# random seed: R02Se90cad23ba37e7638842c69df7cefb1f\n1..2\n# Start of converter tests\nok 1 /converter/bytes\nok 2 /converter/extra-bytes-at-end\n# End of converter tests\nPASS: glib/converter.test\nRunning test: glib/timer.test\nTAP version 14\n# random seed: R02Sfdf5463fa952db4cf735b8e2d932e94a\n1..10\n# Start of timer tests\nok 1 /timer/basic\nok 2 /timer/stop\nok 3 /timer/continue\nok 4 /timer/reset\nok 5 /timer/is_active\n# End of timer tests\n# Start of timeval tests\nok 6 /timeval/add\nok 7 /timeval/from-iso8601\nok 8 /timeval/to-iso8601\n# Start of to-iso8601 tests\nok 9 /timeval/to-iso8601/overflow\n# End of to-iso8601 tests\n# End of timeval tests\n# Start of usleep tests\nok 10 /usleep/with-zero-wait\n# End of usleep tests\nPASS: glib/timer.test\nRunning test: glib/io-channel.test\nTAP version 14\n# random seed: R02Sfb77121944a3a4812fff1ed275e3094e\n1..2\n# Start of io-channel tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/io-channel/read-write/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/io-channel/read-write/.dirs/system-config1:/var/volatile/tmp/io-channel/read-write/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/io-channel/read-write/.dirs/system-data1:/var/volatile/tmp/io-channel/read-write/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/io-channel/read-write/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/io-channel/read-write/.dirs/runtime\n# Line one\n# \n# Line two\n# \n# Line three\n# \n# /* Hello */\n# \n# \\x1234\\x567890\\x6666\n# \n# read 62 bytes, wrote 62 bytes\nok 1 /io-channel/read-write\n# Start of read-line tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-config1:/var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-data1:/var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/io-channel/read-line/embedded-nuls/.dirs/runtime\n# /io-channel/read-line/embedded-nuls summary: Test that reading a line containing embedded nuls works when using non-standard line terminators.\nok 2 /io-channel/read-line/embedded-nuls\n# End of read-line tests\n# End of io-channel tests\nPASS: glib/io-channel.test\nRunning test: glib/file.test\nTAP version 14\n# random seed: R02Sba8c46670313aa550a5c45e4d5678966\n1..55\n# Start of file tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/basic/.dirs/system-config1:/var/volatile/tmp/file/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/basic/.dirs/system-data1:/var/volatile/tmp/file/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/basic/.dirs/runtime\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /file/basic\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/build-filename/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/build-filename/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/build-filename/.dirs/system-config1:/var/volatile/tmp/file/build-filename/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/build-filename/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/build-filename/.dirs/system-data1:/var/volatile/tmp/file/build-filename/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/build-filename/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/build-filename/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/build-filename/.dirs/runtime\nok 2 /file/build-filename\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/build-filenamev/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/build-filenamev/.dirs/system-config1:/var/volatile/tmp/file/build-filenamev/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/build-filenamev/.dirs/system-data1:/var/volatile/tmp/file/build-filenamev/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/build-filenamev/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/build-filenamev/.dirs/runtime\nok 3 /file/build-filenamev\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/parent/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/parent/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/parent/.dirs/system-config1:/var/volatile/tmp/file/parent/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/parent/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/parent/.dirs/system-data1:/var/volatile/tmp/file/parent/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/parent/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/parent/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/parent/.dirs/runtime\nok 4 /file/parent\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/child/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/child/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/child/.dirs/system-config1:/var/volatile/tmp/file/child/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/child/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/child/.dirs/system-data1:/var/volatile/tmp/file/child/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/child/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/child/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/child/.dirs/runtime\nok 5 /file/child\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/empty-path/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/empty-path/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/empty-path/.dirs/system-config1:/var/volatile/tmp/file/empty-path/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/empty-path/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/empty-path/.dirs/system-data1:/var/volatile/tmp/file/empty-path/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/empty-path/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/empty-path/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/empty-path/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2328\n# /file/empty-path summary: Check that creating a file with an empty path results in errors\nok 6 /file/empty-path\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/type/.dirs/system-config1:/var/volatile/tmp/file/type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/type/.dirs/system-data1:/var/volatile/tmp/file/type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/type/.dirs/runtime\nok 7 /file/type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/parse-name/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/parse-name/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/parse-name/.dirs/system-config1:/var/volatile/tmp/file/parse-name/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/parse-name/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/parse-name/.dirs/system-data1:/var/volatile/tmp/file/parse-name/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/parse-name/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/parse-name/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/parse-name/.dirs/runtime\nok 8 /file/parse-name\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-load/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-load/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-load/.dirs/system-config1:/var/volatile/tmp/file/replace-load/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-load/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-load/.dirs/system-data1:/var/volatile/tmp/file/replace-load/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-load/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-load/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-load/.dirs/runtime\nok 9 /file/replace-load\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-cancel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-cancel/.dirs/system-config1:/var/volatile/tmp/file/replace-cancel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-cancel/.dirs/system-data1:/var/volatile/tmp/file/replace-cancel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-cancel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-cancel/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/629301\nok 10 /file/replace-cancel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-symlink/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-symlink/.dirs/system-config1:/var/volatile/tmp/file/replace-symlink/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-symlink/.dirs/system-data1:/var/volatile/tmp/file/replace-symlink/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-symlink/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-symlink/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2325\n# /file/replace-symlink summary: Test that G_FILE_CREATE_REPLACE_DESTINATION doesn?t follow symlinks\n# Using temporary directory /var/volatile/tmp/g_file_replace_symlink_9G0A82\nok 11 /file/replace-symlink\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-new-tmp/.dirs/system-config1:/var/volatile/tmp/file/async-new-tmp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-new-tmp/.dirs/system-data1:/var/volatile/tmp/file/async-new-tmp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-new-tmp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-new-tmp/.dirs/runtime\nok 12 /file/async-new-tmp\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-config1:/var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-data1:/var/volatile/tmp/file/async-new-tmp-dir/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-new-tmp-dir/.dirs/runtime\nok 13 /file/async-new-tmp-dir\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-delete/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-delete/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-delete/.dirs/system-config1:/var/volatile/tmp/file/async-delete/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-delete/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-delete/.dirs/system-data1:/var/volatile/tmp/file/async-delete/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-delete/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-delete/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-delete/.dirs/runtime\nok 14 /file/async-delete\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-make-symlink/.dirs/system-config1:/var/volatile/tmp/file/async-make-symlink/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-make-symlink/.dirs/system-data1:/var/volatile/tmp/file/async-make-symlink/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-make-symlink/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-make-symlink/.dirs/runtime\nok 15 /file/async-make-symlink\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/copy-preserve-mode/.dirs/system-config1:/var/volatile/tmp/file/copy-preserve-mode/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/copy-preserve-mode/.dirs/system-data1:/var/volatile/tmp/file/copy-preserve-mode/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/copy-preserve-mode/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/copy-preserve-mode/.dirs/runtime\n# Current umask: 18\n# Vector 0\n# Vector 1\n# Vector 2\n# Vector 3\n# Vector 4\n# Vector 5\n# Vector 6\n# Vector 7\n# Vector 8\n# Vector 9\n# Vector 10\nok 16 /file/copy-preserve-mode\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/copy-async-with-closures/.dirs/system-config1:/var/volatile/tmp/file/copy-async-with-closures/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/copy-async-with-closures/.dirs/system-data1:/var/volatile/tmp/file/copy-async-with-closures/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/copy-async-with-closures/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/copy-async-with-closures/.dirs/runtime\nok 17 /file/copy-async-with-closures\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/measure/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/measure/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/measure/.dirs/system-config1:/var/volatile/tmp/file/measure/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/measure/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/measure/.dirs/system-data1:/var/volatile/tmp/file/measure/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/measure/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/measure/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/measure/.dirs/runtime\nok 18 /file/measure\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/measure-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/measure-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/measure-async/.dirs/system-config1:/var/volatile/tmp/file/measure-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/measure-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/measure-async/.dirs/system-data1:/var/volatile/tmp/file/measure-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/measure-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/measure-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/measure-async/.dirs/runtime\nok 19 /file/measure-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-bytes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-bytes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-bytes/.dirs/system-config1:/var/volatile/tmp/file/load-bytes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-bytes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-bytes/.dirs/system-data1:/var/volatile/tmp/file/load-bytes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-bytes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-bytes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-bytes/.dirs/runtime\nok 20 /file/load-bytes\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-bytes-async/.dirs/system-config1:/var/volatile/tmp/file/load-bytes-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-bytes-async/.dirs/system-data1:/var/volatile/tmp/file/load-bytes-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-bytes-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-bytes-async/.dirs/runtime\nok 21 /file/load-bytes-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-bytes-4gb/.dirs/system-config1:/var/volatile/tmp/file/load-bytes-4gb/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-bytes-4gb/.dirs/system-data1:/var/volatile/tmp/file/load-bytes-4gb/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-bytes-4gb/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-bytes-4gb/.dirs/runtime\nok 22 /file/load-bytes-4gb # SKIP Skipping slow >4GB file test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-contents-4gb/.dirs/system-config1:/var/volatile/tmp/file/load-contents-4gb/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-contents-4gb/.dirs/system-data1:/var/volatile/tmp/file/load-contents-4gb/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-contents-4gb/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-contents-4gb/.dirs/runtime\nok 23 /file/load-contents-4gb # SKIP Skipping slow >4GB file test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-config1:/var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-data1:/var/volatile/tmp/file/load-contents-4gb-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/load-contents-4gb-async/.dirs/runtime\nok 24 /file/load-contents-4gb-async # SKIP Skipping slow >4GB file test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/.dirs/system-config1:/var/volatile/tmp/file/writev/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/.dirs/system-data1:/var/volatile/tmp/file/writev/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/.dirs/runtime\nok 25 /file/writev\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-config1:/var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-data1:/var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/build-attribute-list-for-copy/.dirs/runtime\n# Attributes for copy: standard::size,time::modified,time::modified-nsec,time::modified-usec,unix::mode,xattr::*\n# Attributes for copy: standard::size,time::modified,time::modified-nsec,time::modified-usec,xattr::*\n# Attributes for copy: standard::size,time::access,time::access-nsec,time::access-usec,time::modified,time::modified-nsec,time::modified-usec,unix::gid,unix::mode,unix::uid,xattr::*,xattr-sys::*\n# Attributes for copy: standard::size,time::access,time::access-nsec,time::access-usec,time::modified,time::modified-nsec,time::modified-usec,unix::gid,unix::uid,xattr::*,xattr-sys::*\n# Attributes for copy: standard::size,time::access,time::access-nsec,time::access-usec,unix::gid,unix::mode,unix::uid,xattr::*,xattr-sys::*\n# Attributes for copy: standard::size,xattr::*\n# Attributes for copy: standard::size,unix::mode,xattr::*\nok 26 /file/build-attribute-list-for-copy\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/move_async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/move_async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/move_async/.dirs/system-config1:/var/volatile/tmp/file/move_async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/move_async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/move_async/.dirs/system-data1:/var/volatile/tmp/file/move_async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/move_async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/move_async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/move_async/.dirs/runtime\nok 27 /file/move_async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/move-async-with-closures/.dirs/system-config1:/var/volatile/tmp/file/move-async-with-closures/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/move-async-with-closures/.dirs/system-data1:/var/volatile/tmp/file/move-async-with-closures/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/move-async-with-closures/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/move-async-with-closures/.dirs/runtime\nok 28 /file/move-async-with-closures\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-config1:/var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-data1:/var/volatile/tmp/file/query-zero-length-content-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-zero-length-content-type/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755795\n# /file/query-zero-length-content-type summary: empty files should always be considered application/x-zerosize\nok 29 /file/query-zero-length-content-type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-file/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-file/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-file/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file/.dirs/config\nok 30 /file/query-default-handler-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-file-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/file/query-default-handler-file/.dirs/config to /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config\nok 31 /file/query-default-handler-file-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-uri/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-uri/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-uri/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-uri/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-uri/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-uri/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/file/query-default-handler-file-async/.dirs/config to /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri/.dirs/config\nok 32 /file/query-default-handler-uri\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-config1:/var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-data1:/var/volatile/tmp/file/query-default-handler-uri-async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/runtime\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/data/applications\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-GIO-DEBUG: desktop_file_dirs_lock: Resetting desktop app info dirs from /var/volatile/tmp/file/query-default-handler-uri/.dirs/config to /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\n# GLib-GIO-DEBUG: ensure_dir: Ensuring /var/volatile/tmp/file/query-default-handler-uri-async/.dirs/config\nok 33 /file/query-default-handler-uri-async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/enumerator-cancellation/.dirs/system-config1:/var/volatile/tmp/file/enumerator-cancellation/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/enumerator-cancellation/.dirs/system-data1:/var/volatile/tmp/file/enumerator-cancellation/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/enumerator-cancellation/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/enumerator-cancellation/.dirs/runtime\nok 34 /file/enumerator-cancellation\n# Start of async-create-delete tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/0/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/0/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/0/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/0/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/0/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/0/.dirs/runtime\nok 35 /file/async-create-delete/0\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/1/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/1/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/1/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/1/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/1/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/1/.dirs/runtime\nok 36 /file/async-create-delete/1\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/10/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/10/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/10/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/10/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/10/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/10/.dirs/runtime\nok 37 /file/async-create-delete/10\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/25/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/25/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/25/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/25/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/25/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/25/.dirs/runtime\nok 38 /file/async-create-delete/25\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/async-create-delete/4096/.dirs/system-config1:/var/volatile/tmp/file/async-create-delete/4096/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/async-create-delete/4096/.dirs/system-data1:/var/volatile/tmp/file/async-create-delete/4096/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/async-create-delete/4096/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/async-create-delete/4096/.dirs/runtime\nok 39 /file/async-create-delete/4096\n# End of async-create-delete tests\n# Start of replace-symlink tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-config1:/var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-data1:/var/volatile/tmp/file/replace-symlink/using-etag/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace-symlink/using-etag/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2417\n# /file/replace-symlink/using-etag summary: Test that ETag checks work when replacing a file through a symlink\n# Using temporary directory /var/volatile/tmp/g_file_replace_symlink_using_etag_L8LH82\nExecuting: glib/file.test\nok 40 /file/replace-symlink/using-etag\n# slow test /file/replace-symlink/using-etag executed in 2.00 secs\n# End of replace-symlink tests\n# Start of replace tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace/write-only/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace/write-only/.dirs/system-config1:/var/volatile/tmp/file/replace/write-only/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace/write-only/.dirs/system-data1:/var/volatile/tmp/file/replace/write-only/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace/write-only/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace/write-only/.dirs/runtime\n# /file/replace/write-only summary: Test various situations for g_file_replace()\n# Current umask: 18\n# Test 0, using temporary directory /var/volatile/tmp/g_file_replace_ZENH82\n# Test 1, using temporary directory /var/volatile/tmp/g_file_replace_7CNH82\n# Test 2, using temporary directory /var/volatile/tmp/g_file_replace_5PMH82\n# Test 3, using temporary directory /var/volatile/tmp/g_file_replace_YOMH82\n# Test 4, using temporary directory /var/volatile/tmp/g_file_replace_UNMH82\n# Test 5, using temporary directory /var/volatile/tmp/g_file_replace_WTMH82\n# Test 6, using temporary directory /var/volatile/tmp/g_file_replace_OSMH82\n# Test 7, using temporary directory /var/volatile/tmp/g_file_replace_VXMH82\n# Test 8, using temporary directory /var/volatile/tmp/g_file_replace_IWMH82\n# Test 9, using temporary directory /var/volatile/tmp/g_file_replace_1VMH82\n# Test 10, using temporary directory /var/volatile/tmp/g_file_replace_Y1MH82\n# Test 11, using temporary directory /var/volatile/tmp/g_file_replace_C0MH82\n# Test 12, using temporary directory /var/volatile/tmp/g_file_replace_HZMH82\n# Test 13, using temporary directory /var/volatile/tmp/g_file_replace_PYMH82\n# Test 14, using temporary directory /var/volatile/tmp/g_file_replace_2WNH82\n# Test 15, using temporary directory /var/volatile/tmp/g_file_replace_GVNH82\n# Test 16, using temporary directory /var/volatile/tmp/g_file_replace_L1NH82\n# Test 17, using temporary directory /var/volatile/tmp/g_file_replace_B0NH82\n# Test 18, using temporary directory /var/volatile/tmp/g_file_replace_4YNH82\n# Test 19, using temporary directory /var/volatile/tmp/g_file_replace_74NH82\n# Test 20, using temporary directory /var/volatile/tmp/g_file_replace_83NH82\n# Test 21, using temporary directory /var/volatile/tmp/g_file_replace_X2NH82\n# Test 22, using temporary directory /var/volatile/tmp/g_file_replace_T8NH82\n# Test 23, using temporary directory /var/volatile/tmp/g_file_replace_A8NH82\n# Test 24, using temporary directory /var/volatile/tmp/g_file_replace_Y6NH82\n# Test 25, using temporary directory /var/volatile/tmp/g_file_replace_PKNH82\n# Test 26, using temporary directory /var/volatile/tmp/g_file_replace_YJNH82\n# Test 27, using temporary directory /var/volatile/tmp/g_file_replace_PINH82\n# Test 28, using temporary directory /var/volatile/tmp/g_file_replace_QHNH82\n# Test 29, using temporary directory /var/volatile/tmp/g_file_replace_KNNH82\n# Test 30, using temporary directory /var/volatile/tmp/g_file_replace_HMNH82\n# Test 31, using temporary directory /var/volatile/tmp/g_file_replace_KLNH82\n# Test 32, using temporary directory /var/volatile/tmp/g_file_replace_CRNH82\n# Test 33, using temporary directory /var/volatile/tmp/g_file_replace_5PNH82\n# Test 34, using temporary directory /var/volatile/tmp/g_file_replace_BPNH82\n# Test 35, using temporary directory /var/volatile/tmp/g_file_replace_NVNH82\n# Test 36, using temporary directory /var/volatile/tmp/g_file_replace_QUNH82\n# Test 37, using temporary directory /var/volatile/tmp/g_file_replace_4SNH82\n# Test 38, using temporary directory /var/volatile/tmp/g_file_replace_PROH82\n# Test 39, using temporary directory /var/volatile/tmp/g_file_replace_SQOH82\n# Test 40, using temporary directory /var/volatile/tmp/g_file_replace_JPOH82\n# Test 41, using temporary directory /var/volatile/tmp/g_file_replace_HVOH82\n# Test 42, using temporary directory /var/volatile/tmp/g_file_replace_KUOH82\n# Test 43, using temporary directory /var/volatile/tmp/g_file_replace_LTOH82\n# Test 44, using temporary directory /var/volatile/tmp/g_file_replace_WYOH82\n# Test 45, using temporary directory /var/volatile/tmp/g_file_replace_CYOH82\n# Test 46, using temporary directory /var/volatile/tmp/g_file_replace_9WOH82\n# Test 47, using temporary directory /var/volatile/tmp/g_file_replace_V3OH82\n# Test 48, using temporary directory /var/volatile/tmp/g_file_replace_P2OH82\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 41 /file/replace/write-only\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/replace/read-write/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/replace/read-write/.dirs/system-config1:/var/volatile/tmp/file/replace/read-write/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/replace/read-write/.dirs/system-data1:/var/volatile/tmp/file/replace/read-write/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/replace/read-write/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/replace/read-write/.dirs/runtime\n# /file/replace/read-write summary: Test various situations for g_file_replace()\n# Current umask: 18\n# Test 0, using temporary directory /var/volatile/tmp/g_file_replace_1EOH82\n# Test 1, using temporary directory /var/volatile/tmp/g_file_replace_7DOH82\n# Test 2, using temporary directory /var/volatile/tmp/g_file_replace_XCOH82\n# Test 3, using temporary directory /var/volatile/tmp/g_file_replace_RIOH82\n# Test 4, using temporary directory /var/volatile/tmp/g_file_replace_THOH82\n# Test 5, using temporary directory /var/volatile/tmp/g_file_replace_OGOH82\n# Test 6, using temporary directory /var/volatile/tmp/g_file_replace_HMOH82\n# Test 7, using temporary directory /var/volatile/tmp/g_file_replace_8KOH82\n# Test 8, using temporary directory /var/volatile/tmp/g_file_replace_7JOH82\n# Test 9, using temporary directory /var/volatile/tmp/g_file_replace_OJOH82\n# Test 10, using temporary directory /var/volatile/tmp/g_file_replace_IPOH82\n# Test 11, using temporary directory /var/volatile/tmp/g_file_replace_AOOH82\n# Test 12, using temporary directory /var/volatile/tmp/g_file_replace_HNOH82\n# Test 13, using temporary directory /var/volatile/tmp/g_file_replace_AMPH82\n# Test 14, using temporary directory /var/volatile/tmp/g_file_replace_0KPH82\n# Test 15, using temporary directory /var/volatile/tmp/g_file_replace_JQPH82\n# Test 16, using temporary directory /var/volatile/tmp/g_file_replace_JPPH82\n# Test 17, using temporary directory /var/volatile/tmp/g_file_replace_BOPH82\n# Test 18, using temporary directory /var/volatile/tmp/g_file_replace_8TPH82\n# Test 19, using temporary directory /var/volatile/tmp/g_file_replace_7SPH82\n# Test 20, using temporary directory /var/volatile/tmp/g_file_replace_8RPH82\n# Test 21, using temporary directory /var/volatile/tmp/g_file_replace_WXPH82\n# Test 22, using temporary directory /var/volatile/tmp/g_file_replace_OWPH82\n# Test 23, using temporary directory /var/volatile/tmp/g_file_replace_UVPH82\n# Test 24, using temporary directory /var/volatile/tmp/g_file_replace_K9OH82\n# Test 25, using temporary directory /var/volatile/tmp/g_file_replace_A8OH82\n# Test 26, using temporary directory /var/volatile/tmp/g_file_replace_G7OH82\n# Test 27, using temporary directory /var/volatile/tmp/g_file_replace_M6OH82\n# Test 28, using temporary directory /var/volatile/tmp/g_file_replace_LCPH82\n# Test 29, using temporary directory /var/volatile/tmp/g_file_replace_FBPH82\n# Test 30, using temporary directory /var/volatile/tmp/g_file_replace_BAPH82\n# Test 31, using temporary directory /var/volatile/tmp/g_file_replace_GGPH82\n# Test 32, using temporary directory /var/volatile/tmp/g_file_replace_NFPH82\n# Test 33, using temporary directory /var/volatile/tmp/g_file_replace_AEPH82\n# Test 34, using temporary directory /var/volatile/tmp/g_file_replace_KKPH82\n# Test 35, using temporary directory /var/volatile/tmp/g_file_replace_TJPH82\n# Test 36, using temporary directory /var/volatile/tmp/g_file_replace_FIPH82\n# Test 37, using temporary directory /var/volatile/tmp/g_file_replace_WGQH82\n# Test 38, using temporary directory /var/volatile/tmp/g_file_replace_XFQH82\n# Test 39, using temporary directory /var/volatile/tmp/g_file_replace_KEQH82\n# Test 40, using temporary directory /var/volatile/tmp/g_file_replace_FKQH82\n# Test 41, using temporary directory /var/volatile/tmp/g_file_replace_EJQH82\n# Test 42, using temporary directory /var/volatile/tmp/g_file_replace_FIQH82\n# Test 43, using temporary directory /var/volatile/tmp/g_file_replace_JOQH82\n# Test 44, using temporary directory /var/volatile/tmp/g_file_replace_BNQH82\n# Test 45, using temporary directory /var/volatile/tmp/g_file_replace_CMQH82\n# Test 46, using temporary directory /var/volatile/tmp/g_file_replace_USQH82\n# Test 47, using temporary directory /var/volatile/tmp/g_file_replace_SRQH82\n# Test 48, using temporary directory /var/volatile/tmp/g_file_replace_6QQH82\n# We do not have CAP_DAC_OVERRIDE or equivalent\nok 42 /file/replace/read-write\n# End of replace tests\n# Start of copy tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/copy/progress/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/copy/progress/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/copy/progress/.dirs/system-config1:/var/volatile/tmp/file/copy/progress/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/copy/progress/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/copy/progress/.dirs/system-data1:/var/volatile/tmp/file/copy/progress/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/copy/progress/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/copy/progress/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/copy/progress/.dirs/runtime\nok 43 /file/copy/progress\n# End of copy tests\n# Start of writev tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-config1:/var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-data1:/var/volatile/tmp/file/writev/no-bytes-written/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/no-bytes-written/.dirs/runtime\nok 44 /file/writev/no-bytes-written\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/no-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/no-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/no-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/no-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/no-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/no-vectors/.dirs/runtime\nok 45 /file/writev/no-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/empty-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/empty-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/empty-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/empty-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/empty-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/empty-vectors/.dirs/runtime\nok 46 /file/writev/empty-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/too-big-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/too-big-vectors/.dirs/runtime\nok 47 /file/writev/too-big-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async/.dirs/system-config1:/var/volatile/tmp/file/writev/async/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async/.dirs/system-data1:/var/volatile/tmp/file/writev/async/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async/.dirs/runtime\nok 48 /file/writev/async\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all/.dirs/runtime\nok 49 /file/writev/async_all\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-empty-vectors/.dirs/runtime\nok 50 /file/writev/async_all-empty-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-no-vectors/.dirs/runtime\nok 51 /file/writev/async_all-no-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-to-big-vectors/.dirs/runtime\nok 52 /file/writev/async_all-to-big-vectors\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-config1:/var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-data1:/var/volatile/tmp/file/writev/async_all-cancellation/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/writev/async_all-cancellation/.dirs/runtime\nok 53 /file/writev/async_all-cancellation\n# End of writev tests\n# Start of from-uri tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-config1:/var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-data1:/var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/from-uri/ignores-query-string/.dirs/runtime\nok 54 /file/from-uri/ignores-query-string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-config1:/var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-data1:/var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file/from-uri/ignores-fragment/.dirs/runtime\nok 55 /file/from-uri/ignores-fragment\n# End of from-uri tests\n# End of file tests\nPASS: glib/file.test\nRunning test: glib/pathbuf.test\nTAP version 14\n# random seed: R02Se658f70fe07f47a83495f340abe245f6\n1..3\n# Start of pathbuf tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/pathbuf/init/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/pathbuf/init/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/pathbuf/init/.dirs/system-config1:/var/volatile/tmp/pathbuf/init/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/pathbuf/init/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/pathbuf/init/.dirs/system-data1:/var/volatile/tmp/pathbuf/init/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/pathbuf/init/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/pathbuf/init/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/pathbuf/init/.dirs/runtime\n# Initializing empty path buf\n# Initializing with empty path\n# Initializing with full path\n# Initializing with no path\n# Allocating GPathBuf on the heap\nok 1 /pathbuf/init\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/pathbuf/push-pop/.dirs/system-config1:/var/volatile/tmp/pathbuf/push-pop/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/pathbuf/push-pop/.dirs/system-data1:/var/volatile/tmp/pathbuf/push-pop/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/pathbuf/push-pop/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/pathbuf/push-pop/.dirs/runtime\n# Pushing relative path component\n# Pushing absolute path component\n# Popping a path component\n# Can't pop the last element of a path buffer\nok 2 /pathbuf/push-pop\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/pathbuf/filename-extension/.dirs/system-config1:/var/volatile/tmp/pathbuf/filename-extension/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/pathbuf/filename-extension/.dirs/system-data1:/var/volatile/tmp/pathbuf/filename-extension/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/pathbuf/filename-extension/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/pathbuf/filename-extension/.dirs/runtime\nok 3 /pathbuf/filename-extension\n# End of pathbuf tests\nPASS: glib/pathbuf.test\nRunning test: glib/hostutils.test\nTAP version 14\n# random seed: R02S686c0b2fbb1d48c64803b11ca1fe0ef3\n1..3\n# Start of hostutils tests\nok 1 /hostutils/to_ascii\nok 2 /hostutils/to_unicode\nok 3 /hostutils/is_ip_addr\n# End of hostutils tests\nPASS: glib/hostutils.test\nRunning test: glib/gdbus-message.test\nTAP version 14\n# random seed: R02Sfa9665bab08a6136bdb2f64c40319e69\n1..3\n# Start of gdbus tests\n# Start of message tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/message/lock/.dirs/system-config1:/var/volatile/tmp/gdbus/message/lock/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/message/lock/.dirs/system-data1:/var/volatile/tmp/gdbus/message/lock/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/message/lock/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/message/lock/.dirs/runtime\nok 1 /gdbus/message/lock\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/message/copy/.dirs/system-config1:/var/volatile/tmp/gdbus/message/copy/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/message/copy/.dirs/system-data1:/var/volatile/tmp/gdbus/message/copy/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/message/copy/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/message/copy/.dirs/runtime\nok 2 /gdbus/message/copy\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-config1:/var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-data1:/var/volatile/tmp/gdbus/message/bytes-needed/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/message/bytes-needed/.dirs/runtime\n# Vector: 0\n# Vector: 1\n# Vector: 2\n# Vector: 3\n# Vector: 4\n# Vector: 5\nok 3 /gdbus/message/bytes-needed\n# End of message tests\n# End of gdbus tests\nPASS: glib/gdbus-message.test\nRunning test: glib/simple-proxy.test\nTAP version 14\n# random seed: R02Sc8e7e99fe5ba48b3165d5cd3b8eefe8b\n1..3\n# Start of static-proxy tests\nok 1 /static-proxy/uri\nok 2 /static-proxy/socks\nok 3 /static-proxy/ignore\n# End of static-proxy tests\nPASS: glib/simple-proxy.test\nRunning test: glib/network-monitor-race.test\nTAP version 14\n# random seed: R02S19a9033836b964d3525ee8102e456d27\n1..1\n# Start of network-monitor tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793727\nok 1 /network-monitor/create-in-thread\n# slow test /network-monitor/create-in-thread executed in 2.14 secs\n# End of network-monitor tests\nPASS: glib/network-monitor-race.test\nRunning test: glib/checksum.test\nTAP version 14\n# random seed: R02Sc0afc87cd0fa26bec1db4966e399b657\n1..1851\n# Start of checksum tests\nok 1 /checksum/unsupported\n# Start of MD5 tests\nok 2 /checksum/MD5/0\nok 3 /checksum/MD5/1\nok 4 /checksum/MD5/2\nok 5 /checksum/MD5/3\nok 6 /checksum/MD5/4\nok 7 /checksum/MD5/5\nok 8 /checksum/MD5/6\nok 9 /checksum/MD5/7\nok 10 /checksum/MD5/8\nok 11 /checksum/MD5/9\nok 12 /checksum/MD5/10\nok 13 /checksum/MD5/11\nok 14 /checksum/MD5/12\nok 15 /checksum/MD5/13\nok 16 /checksum/MD5/14\nok 17 /checksum/MD5/15\nok 18 /checksum/MD5/16\nok 19 /checksum/MD5/17\nok 20 /checksum/MD5/18\nok 21 /checksum/MD5/19\nok 22 /checksum/MD5/20\nok 23 /checksum/MD5/21\nok 24 /checksum/MD5/22\nok 25 /checksum/MD5/23\nok 26 /checksum/MD5/24\nok 27 /checksum/MD5/25\nok 28 /checksum/MD5/26\nok 29 /checksum/MD5/27\nok 30 /checksum/MD5/28\nok 31 /checksum/MD5/29\nok 32 /checksum/MD5/30\nok 33 /checksum/MD5/31\nok 34 /checksum/MD5/32\nok 35 /checksum/MD5/33\nok 36 /checksum/MD5/34\nok 37 /checksum/MD5/35\nok 38 /checksum/MD5/36\nok 39 /checksum/MD5/37\nok 40 /checksum/MD5/38\nok 41 /checksum/MD5/39\nok 42 /checksum/MD5/40\nok 43 /checksum/MD5/41\nok 44 /checksum/MD5/42\nok 45 /checksum/MD5/43\nok 46 /checksum/MD5/44\nok 47 /checksum/MD5/45\nok 48 /checksum/MD5/46\nok 49 /checksum/MD5/47\nok 50 /checksum/MD5/48\nok 51 /checksum/MD5/49\nok 52 /checksum/MD5/50\nok 53 /checksum/MD5/51\nok 54 /checksum/MD5/52\nok 55 /checksum/MD5/53\nok 56 /checksum/MD5/54\nok 57 /checksum/MD5/55\nok 58 /checksum/MD5/56\nok 59 /checksum/MD5/57\nok 60 /checksum/MD5/58\nok 61 /checksum/MD5/59\nok 62 /checksum/MD5/60\nok 63 /checksum/MD5/61\nok 64 /checksum/MD5/62\nok 65 /checksum/MD5/63\nok 66 /checksum/MD5/64\nok 67 /checksum/MD5/65\nok 68 /checksum/MD5/66\nok 69 /checksum/MD5/67\nok 70 /checksum/MD5/68\nok 71 /checksum/MD5/69\nok 72 /checksum/MD5/70\nok 73 /checksum/MD5/71\nok 74 /checksum/MD5/72\nok 75 /checksum/MD5/73\nok 76 /checksum/MD5/74\nok 77 /checksum/MD5/75\nok 78 /checksum/MD5/76\nok 79 /checksum/MD5/77\nok 80 /checksum/MD5/78\nok 81 /checksum/MD5/79\nok 82 /checksum/MD5/80\nok 83 /checksum/MD5/81\nok 84 /checksum/MD5/82\nok 85 /checksum/MD5/83\nok 86 /checksum/MD5/84\nok 87 /checksum/MD5/85\nok 88 /checksum/MD5/86\nok 89 /checksum/MD5/87\nok 90 /checksum/MD5/88\nok 91 /checksum/MD5/89\nok 92 /checksum/MD5/90\nok 93 /checksum/MD5/91\nok 94 /checksum/MD5/92\nok 95 /checksum/MD5/93\nok 96 /checksum/MD5/94\nok 97 /checksum/MD5/95\nok 98 /checksum/MD5/96\nok 99 /checksum/MD5/97\nok 100 /checksum/MD5/98\nok 101 /checksum/MD5/99\nok 102 /checksum/MD5/100\nok 103 /checksum/MD5/101\nok 104 /checksum/MD5/102\nok 105 /checksum/MD5/103\nok 106 /checksum/MD5/104\nok 107 /checksum/MD5/105\nok 108 /checksum/MD5/106\nok 109 /checksum/MD5/107\nok 110 /checksum/MD5/108\nok 111 /checksum/MD5/109\nok 112 /checksum/MD5/110\nok 113 /checksum/MD5/111\nok 114 /checksum/MD5/112\nok 115 /checksum/MD5/113\nok 116 /checksum/MD5/114\nok 117 /checksum/MD5/115\nok 118 /checksum/MD5/116\nok 119 /checksum/MD5/117\nok 120 /checksum/MD5/118\nok 121 /checksum/MD5/119\nok 122 /checksum/MD5/120\nok 123 /checksum/MD5/121\nok 124 /checksum/MD5/122\nok 125 /checksum/MD5/123\nok 126 /checksum/MD5/124\nok 127 /checksum/MD5/125\nok 128 /checksum/MD5/126\nok 129 /checksum/MD5/127\nok 130 /checksum/MD5/128\nok 131 /checksum/MD5/129\nok 132 /checksum/MD5/130\nok 133 /checksum/MD5/131\nok 134 /checksum/MD5/132\nok 135 /checksum/MD5/133\nok 136 /checksum/MD5/134\nok 137 /checksum/MD5/135\nok 138 /checksum/MD5/136\nok 139 /checksum/MD5/137\nok 140 /checksum/MD5/138\nok 141 /checksum/MD5/139\nok 142 /checksum/MD5/140\nok 143 /checksum/MD5/141\nok 144 /checksum/MD5/142\nok 145 /checksum/MD5/143\nok 146 /checksum/MD5/144\nok 147 /checksum/MD5/145\nok 148 /checksum/MD5/146\nok 149 /checksum/MD5/147\nok 150 /checksum/MD5/148\nok 151 /checksum/MD5/149\nok 152 /checksum/MD5/150\nok 153 /checksum/MD5/151\nok 154 /checksum/MD5/152\nok 155 /checksum/MD5/153\nok 156 /checksum/MD5/154\nok 157 /checksum/MD5/155\nok 158 /checksum/MD5/156\nok 159 /checksum/MD5/157\nok 160 /checksum/MD5/158\nok 161 /checksum/MD5/159\nok 162 /checksum/MD5/160\nok 163 /checksum/MD5/161\nok 164 /checksum/MD5/162\nok 165 /checksum/MD5/163\nok 166 /checksum/MD5/164\nok 167 /checksum/MD5/165\nok 168 /checksum/MD5/166\nok 169 /checksum/MD5/167\nok 170 /checksum/MD5/168\nok 171 /checksum/MD5/169\nok 172 /checksum/MD5/170\nok 173 /checksum/MD5/171\nok 174 /checksum/MD5/172\nok 175 /checksum/MD5/173\nok 176 /checksum/MD5/174\nok 177 /checksum/MD5/175\nok 178 /checksum/MD5/176\nok 179 /checksum/MD5/177\nok 180 /checksum/MD5/178\nok 181 /checksum/MD5/179\nok 182 /checksum/MD5/180\nok 183 /checksum/MD5/181\nok 184 /checksum/MD5/182\nok 185 /checksum/MD5/183\nok 186 /checksum/MD5/string\nok 187 /checksum/MD5/bytes\n# Start of reset tests\nok 188 /checksum/MD5/reset/0\nok 189 /checksum/MD5/reset/1\nok 190 /checksum/MD5/reset/2\nok 191 /checksum/MD5/reset/3\nok 192 /checksum/MD5/reset/4\nok 193 /checksum/MD5/reset/5\nok 194 /checksum/MD5/reset/6\nok 195 /checksum/MD5/reset/7\nok 196 /checksum/MD5/reset/8\nok 197 /checksum/MD5/reset/9\nok 198 /checksum/MD5/reset/10\nok 199 /checksum/MD5/reset/11\nok 200 /checksum/MD5/reset/12\nok 201 /checksum/MD5/reset/13\nok 202 /checksum/MD5/reset/14\nok 203 /checksum/MD5/reset/15\nok 204 /checksum/MD5/reset/16\nok 205 /checksum/MD5/reset/17\nok 206 /checksum/MD5/reset/18\nok 207 /checksum/MD5/reset/19\nok 208 /checksum/MD5/reset/20\nok 209 /checksum/MD5/reset/21\nok 210 /checksum/MD5/reset/22\nok 211 /checksum/MD5/reset/23\nok 212 /checksum/MD5/reset/24\nok 213 /checksum/MD5/reset/25\nok 214 /checksum/MD5/reset/26\nok 215 /checksum/MD5/reset/27\nok 216 /checksum/MD5/reset/28\nok 217 /checksum/MD5/reset/29\nok 218 /checksum/MD5/reset/30\nok 219 /checksum/MD5/reset/31\nok 220 /checksum/MD5/reset/32\nok 221 /checksum/MD5/reset/33\nok 222 /checksum/MD5/reset/34\nok 223 /checksum/MD5/reset/35\nok 224 /checksum/MD5/reset/36\nok 225 /checksum/MD5/reset/37\nok 226 /checksum/MD5/reset/38\nok 227 /checksum/MD5/reset/39\nok 228 /checksum/MD5/reset/40\nok 229 /checksum/MD5/reset/41\nok 230 /checksum/MD5/reset/42\nok 231 /checksum/MD5/reset/43\nok 232 /checksum/MD5/reset/44\nok 233 /checksum/MD5/reset/45\nok 234 /checksum/MD5/reset/46\nok 235 /checksum/MD5/reset/47\nok 236 /checksum/MD5/reset/48\nok 237 /checksum/MD5/reset/49\nok 238 /checksum/MD5/reset/50\nok 239 /checksum/MD5/reset/51\nok 240 /checksum/MD5/reset/52\nok 241 /checksum/MD5/reset/53\nok 242 /checksum/MD5/reset/54\nok 243 /checksum/MD5/reset/55\nok 244 /checksum/MD5/reset/56\nok 245 /checksum/MD5/reset/57\nok 246 /checksum/MD5/reset/58\nok 247 /checksum/MD5/reset/59\nok 248 /checksum/MD5/reset/60\nok 249 /checksum/MD5/reset/61\nok 250 /checksum/MD5/reset/62\nok 251 /checksum/MD5/reset/63\nok 252 /checksum/MD5/reset/64\nok 253 /checksum/MD5/reset/65\nok 254 /checksum/MD5/reset/66\nok 255 /checksum/MD5/reset/67\nok 256 /checksum/MD5/reset/68\nok 257 /checksum/MD5/reset/69\nok 258 /checksum/MD5/reset/70\nok 259 /checksum/MD5/reset/71\nok 260 /checksum/MD5/reset/72\nok 261 /checksum/MD5/reset/73\nok 262 /checksum/MD5/reset/74\nok 263 /checksum/MD5/reset/75\nok 264 /checksum/MD5/reset/76\nok 265 /checksum/MD5/reset/77\nok 266 /checksum/MD5/reset/78\nok 267 /checksum/MD5/reset/79\nok 268 /checksum/MD5/reset/80\nok 269 /checksum/MD5/reset/81\nok 270 /checksum/MD5/reset/82\nok 271 /checksum/MD5/reset/83\nok 272 /checksum/MD5/reset/84\nok 273 /checksum/MD5/reset/85\nok 274 /checksum/MD5/reset/86\nok 275 /checksum/MD5/reset/87\nok 276 /checksum/MD5/reset/88\nok 277 /checksum/MD5/reset/89\nok 278 /checksum/MD5/reset/90\nok 279 /checksum/MD5/reset/91\nok 280 /checksum/MD5/reset/92\nok 281 /checksum/MD5/reset/93\nok 282 /checksum/MD5/reset/94\nok 283 /checksum/MD5/reset/95\nok 284 /checksum/MD5/reset/96\nok 285 /checksum/MD5/reset/97\nok 286 /checksum/MD5/reset/98\nok 287 /checksum/MD5/reset/99\nok 288 /checksum/MD5/reset/100\nok 289 /checksum/MD5/reset/101\nok 290 /checksum/MD5/reset/102\nok 291 /checksum/MD5/reset/103\nok 292 /checksum/MD5/reset/104\nok 293 /checksum/MD5/reset/105\nok 294 /checksum/MD5/reset/106\nok 295 /checksum/MD5/reset/107\nok 296 /checksum/MD5/reset/108\nok 297 /checksum/MD5/reset/109\nok 298 /checksum/MD5/reset/110\nok 299 /checksum/MD5/reset/111\nok 300 /checksum/MD5/reset/112\nok 301 /checksum/MD5/reset/113\nok 302 /checksum/MD5/reset/114\nok 303 /checksum/MD5/reset/115\nok 304 /checksum/MD5/reset/116\nok 305 /checksum/MD5/reset/117\nok 306 /checksum/MD5/reset/118\nok 307 /checksum/MD5/reset/119\nok 308 /checksum/MD5/reset/120\nok 309 /checksum/MD5/reset/121\nok 310 /checksum/MD5/reset/122\nok 311 /checksum/MD5/reset/123\nok 312 /checksum/MD5/reset/124\nok 313 /checksum/MD5/reset/125\nok 314 /checksum/MD5/reset/126\nok 315 /checksum/MD5/reset/127\nok 316 /checksum/MD5/reset/128\nok 317 /checksum/MD5/reset/129\nok 318 /checksum/MD5/reset/130\nok 319 /checksum/MD5/reset/131\nok 320 /checksum/MD5/reset/132\nok 321 /checksum/MD5/reset/133\nok 322 /checksum/MD5/reset/134\nok 323 /checksum/MD5/reset/135\nok 324 /checksum/MD5/reset/136\nok 325 /checksum/MD5/reset/137\nok 326 /checksum/MD5/reset/138\nok 327 /checksum/MD5/reset/139\nok 328 /checksum/MD5/reset/140\nok 329 /checksum/MD5/reset/141\nok 330 /checksum/MD5/reset/142\nok 331 /checksum/MD5/reset/143\nok 332 /checksum/MD5/reset/144\nok 333 /checksum/MD5/reset/145\nok 334 /checksum/MD5/reset/146\nok 335 /checksum/MD5/reset/147\nok 336 /checksum/MD5/reset/148\nok 337 /checksum/MD5/reset/149\nok 338 /checksum/MD5/reset/150\nok 339 /checksum/MD5/reset/151\nok 340 /checksum/MD5/reset/152\nok 341 /checksum/MD5/reset/153\nok 342 /checksum/MD5/reset/154\nok 343 /checksum/MD5/reset/155\nok 344 /checksum/MD5/reset/156\nok 345 /checksum/MD5/reset/157\nok 346 /checksum/MD5/reset/158\nok 347 /checksum/MD5/reset/159\nok 348 /checksum/MD5/reset/160\nok 349 /checksum/MD5/reset/161\nok 350 /checksum/MD5/reset/162\nok 351 /checksum/MD5/reset/163\nok 352 /checksum/MD5/reset/164\nok 353 /checksum/MD5/reset/165\nok 354 /checksum/MD5/reset/166\nok 355 /checksum/MD5/reset/167\nok 356 /checksum/MD5/reset/168\nok 357 /checksum/MD5/reset/169\nok 358 /checksum/MD5/reset/170\nok 359 /checksum/MD5/reset/171\nok 360 /checksum/MD5/reset/172\nok 361 /checksum/MD5/reset/173\nok 362 /checksum/MD5/reset/174\nok 363 /checksum/MD5/reset/175\nok 364 /checksum/MD5/reset/176\nok 365 /checksum/MD5/reset/177\nok 366 /checksum/MD5/reset/178\nok 367 /checksum/MD5/reset/179\nok 368 /checksum/MD5/reset/180\nok 369 /checksum/MD5/reset/181\nok 370 /checksum/MD5/reset/182\nok 371 /checksum/MD5/reset/183\n# End of reset tests\n# End of MD5 tests\n# Start of SHA1 tests\nok 372 /checksum/SHA1/0\nok 373 /checksum/SHA1/1\nok 374 /checksum/SHA1/2\nok 375 /checksum/SHA1/3\nok 376 /checksum/SHA1/4\nok 377 /checksum/SHA1/5\nok 378 /checksum/SHA1/6\nok 379 /checksum/SHA1/7\nok 380 /checksum/SHA1/8\nok 381 /checksum/SHA1/9\nok 382 /checksum/SHA1/10\nok 383 /checksum/SHA1/11\nok 384 /checksum/SHA1/12\nok 385 /checksum/SHA1/13\nok 386 /checksum/SHA1/14\nok 387 /checksum/SHA1/15\nok 388 /checksum/SHA1/16\nok 389 /checksum/SHA1/17\nok 390 /checksum/SHA1/18\nok 391 /checksum/SHA1/19\nok 392 /checksum/SHA1/20\nok 393 /checksum/SHA1/21\nok 394 /checksum/SHA1/22\nok 395 /checksum/SHA1/23\nok 396 /checksum/SHA1/24\nok 397 /checksum/SHA1/25\nok 398 /checksum/SHA1/26\nok 399 /checksum/SHA1/27\nok 400 /checksum/SHA1/28\nok 401 /checksum/SHA1/29\nok 402 /checksum/SHA1/30\nok 403 /checksum/SHA1/31\nok 404 /checksum/SHA1/32\nok 405 /checksum/SHA1/33\nok 406 /checksum/SHA1/34\nok 407 /checksum/SHA1/35\nok 408 /checksum/SHA1/36\nok 409 /checksum/SHA1/37\nok 410 /checksum/SHA1/38\nok 411 /checksum/SHA1/39\nok 412 /checksum/SHA1/40\nok 413 /checksum/SHA1/41\nok 414 /checksum/SHA1/42\nok 415 /checksum/SHA1/43\nok 416 /checksum/SHA1/44\nok 417 /checksum/SHA1/45\nok 418 /checksum/SHA1/46\nok 419 /checksum/SHA1/47\nok 420 /checksum/SHA1/48\nok 421 /checksum/SHA1/49\nok 422 /checksum/SHA1/50\nok 423 /checksum/SHA1/51\nok 424 /checksum/SHA1/52\nok 425 /checksum/SHA1/53\nok 426 /checksum/SHA1/54\nok 427 /checksum/SHA1/55\nok 428 /checksum/SHA1/56\nok 429 /checksum/SHA1/57\nok 430 /checksum/SHA1/58\nok 431 /checksum/SHA1/59\nok 432 /checksum/SHA1/60\nok 433 /checksum/SHA1/61\nok 434 /checksum/SHA1/62\nok 435 /checksum/SHA1/63\nok 436 /checksum/SHA1/64\nok 437 /checksum/SHA1/65\nok 438 /checksum/SHA1/66\nok 439 /checksum/SHA1/67\nok 440 /checksum/SHA1/68\nok 441 /checksum/SHA1/69\nok 442 /checksum/SHA1/70\nok 443 /checksum/SHA1/71\nok 444 /checksum/SHA1/72\nok 445 /checksum/SHA1/73\nok 446 /checksum/SHA1/74\nok 447 /checksum/SHA1/75\nok 448 /checksum/SHA1/76\nok 449 /checksum/SHA1/77\nok 450 /checksum/SHA1/78\nok 451 /checksum/SHA1/79\nok 452 /checksum/SHA1/80\nok 453 /checksum/SHA1/81\nok 454 /checksum/SHA1/82\nok 455 /checksum/SHA1/83\nok 456 /checksum/SHA1/84\nok 457 /checksum/SHA1/85\nok 458 /checksum/SHA1/86\nok 459 /checksum/SHA1/87\nok 460 /checksum/SHA1/88\nok 461 /checksum/SHA1/89\nok 462 /checksum/SHA1/90\nok 463 /checksum/SHA1/91\nok 464 /checksum/SHA1/92\nok 465 /checksum/SHA1/93\nok 466 /checksum/SHA1/94\nok 467 /checksum/SHA1/95\nok 468 /checksum/SHA1/96\nok 469 /checksum/SHA1/97\nok 470 /checksum/SHA1/98\nok 471 /checksum/SHA1/99\nok 472 /checksum/SHA1/100\nok 473 /checksum/SHA1/101\nok 474 /checksum/SHA1/102\nok 475 /checksum/SHA1/103\nok 476 /checksum/SHA1/104\nok 477 /checksum/SHA1/105\nok 478 /checksum/SHA1/106\nok 479 /checksum/SHA1/107\nok 480 /checksum/SHA1/108\nok 481 /checksum/SHA1/109\nok 482 /checksum/SHA1/110\nok 483 /checksum/SHA1/111\nok 484 /checksum/SHA1/112\nok 485 /checksum/SHA1/113\nok 486 /checksum/SHA1/114\nok 487 /checksum/SHA1/115\nok 488 /checksum/SHA1/116\nok 489 /checksum/SHA1/117\nok 490 /checksum/SHA1/118\nok 491 /checksum/SHA1/119\nok 492 /checksum/SHA1/120\nok 493 /checksum/SHA1/121\nok 494 /checksum/SHA1/122\nok 495 /checksum/SHA1/123\nok 496 /checksum/SHA1/124\nok 497 /checksum/SHA1/125\nok 498 /checksum/SHA1/126\nok 499 /checksum/SHA1/127\nok 500 /checksum/SHA1/128\nok 501 /checksum/SHA1/129\nok 502 /checksum/SHA1/130\nok 503 /checksum/SHA1/131\nok 504 /checksum/SHA1/132\nok 505 /checksum/SHA1/133\nok 506 /checksum/SHA1/134\nok 507 /checksum/SHA1/135\nok 508 /checksum/SHA1/136\nok 509 /checksum/SHA1/137\nok 510 /checksum/SHA1/138\nok 511 /checksum/SHA1/139\nok 512 /checksum/SHA1/140\nok 513 /checksum/SHA1/141\nok 514 /checksum/SHA1/142\nok 515 /checksum/SHA1/143\nok 516 /checksum/SHA1/144\nok 517 /checksum/SHA1/145\nok 518 /checksum/SHA1/146\nok 519 /checksum/SHA1/147\nok 520 /checksum/SHA1/148\nok 521 /checksum/SHA1/149\nok 522 /checksum/SHA1/150\nok 523 /checksum/SHA1/151\nok 524 /checksum/SHA1/152\nok 525 /checksum/SHA1/153\nok 526 /checksum/SHA1/154\nok 527 /checksum/SHA1/155\nok 528 /checksum/SHA1/156\nok 529 /checksum/SHA1/157\nok 530 /checksum/SHA1/158\nok 531 /checksum/SHA1/159\nok 532 /checksum/SHA1/160\nok 533 /checksum/SHA1/161\nok 534 /checksum/SHA1/162\nok 535 /checksum/SHA1/163\nok 536 /checksum/SHA1/164\nok 537 /checksum/SHA1/165\nok 538 /checksum/SHA1/166\nok 539 /checksum/SHA1/167\nok 540 /checksum/SHA1/168\nok 541 /checksum/SHA1/169\nok 542 /checksum/SHA1/170\nok 543 /checksum/SHA1/171\nok 544 /checksum/SHA1/172\nok 545 /checksum/SHA1/173\nok 546 /checksum/SHA1/174\nok 547 /checksum/SHA1/175\nok 548 /checksum/SHA1/176\nok 549 /checksum/SHA1/177\nok 550 /checksum/SHA1/178\nok 551 /checksum/SHA1/179\nok 552 /checksum/SHA1/180\nok 553 /checksum/SHA1/181\nok 554 /checksum/SHA1/182\nok 555 /checksum/SHA1/183\nok 556 /checksum/SHA1/string\nok 557 /checksum/SHA1/bytes\n# Start of reset tests\nok 558 /checksum/SHA1/reset/0\nok 559 /checksum/SHA1/reset/1\nok 560 /checksum/SHA1/reset/2\nok 561 /checksum/SHA1/reset/3\nok 562 /checksum/SHA1/reset/4\nok 563 /checksum/SHA1/reset/5\nok 564 /checksum/SHA1/reset/6\nok 565 /checksum/SHA1/reset/7\nok 566 /checksum/SHA1/reset/8\nok 567 /checksum/SHA1/reset/9\nok 568 /checksum/SHA1/reset/10\nok 569 /checksum/SHA1/reset/11\nok 570 /checksum/SHA1/reset/12\nok 571 /checksum/SHA1/reset/13\nok 572 /checksum/SHA1/reset/14\nok 573 /checksum/SHA1/reset/15\nok 574 /checksum/SHA1/reset/16\nok 575 /checksum/SHA1/reset/17\nok 576 /checksum/SHA1/reset/18\nok 577 /checksum/SHA1/reset/19\nok 578 /checksum/SHA1/reset/20\nok 579 /checksum/SHA1/reset/21\nok 580 /checksum/SHA1/reset/22\nok 581 /checksum/SHA1/reset/23\nok 582 /checksum/SHA1/reset/24\nok 583 /checksum/SHA1/reset/25\nok 584 /checksum/SHA1/reset/26\nok 585 /checksum/SHA1/reset/27\nok 586 /checksum/SHA1/reset/28\nok 587 /checksum/SHA1/reset/29\nok 588 /checksum/SHA1/reset/30\nok 589 /checksum/SHA1/reset/31\nok 590 /checksum/SHA1/reset/32\nok 591 /checksum/SHA1/reset/33\nok 592 /checksum/SHA1/reset/34\nok 593 /checksum/SHA1/reset/35\nok 594 /checksum/SHA1/reset/36\nok 595 /checksum/SHA1/reset/37\nok 596 /checksum/SHA1/reset/38\nok 597 /checksum/SHA1/reset/39\nok 598 /checksum/SHA1/reset/40\nok 599 /checksum/SHA1/reset/41\nok 600 /checksum/SHA1/reset/42\nok 601 /checksum/SHA1/reset/43\nok 602 /checksum/SHA1/reset/44\nok 603 /checksum/SHA1/reset/45\nok 604 /checksum/SHA1/reset/46\nok 605 /checksum/SHA1/reset/47\nok 606 /checksum/SHA1/reset/48\nok 607 /checksum/SHA1/reset/49\nok 608 /checksum/SHA1/reset/50\nok 609 /checksum/SHA1/reset/51\nok 610 /checksum/SHA1/reset/52\nok 611 /checksum/SHA1/reset/53\nok 612 /checksum/SHA1/reset/54\nok 613 /checksum/SHA1/reset/55\nok 614 /checksum/SHA1/reset/56\nok 615 /checksum/SHA1/reset/57\nok 616 /checksum/SHA1/reset/58\nok 617 /checksum/SHA1/reset/59\nok 618 /checksum/SHA1/reset/60\nok 619 /checksum/SHA1/reset/61\nok 620 /checksum/SHA1/reset/62\nok 621 /checksum/SHA1/reset/63\nok 622 /checksum/SHA1/reset/64\nok 623 /checksum/SHA1/reset/65\nok 624 /checksum/SHA1/reset/66\nok 625 /checksum/SHA1/reset/67\nok 626 /checksum/SHA1/reset/68\nok 627 /checksum/SHA1/reset/69\nok 628 /checksum/SHA1/reset/70\nok 629 /checksum/SHA1/reset/71\nok 630 /checksum/SHA1/reset/72\nok 631 /checksum/SHA1/reset/73\nok 632 /checksum/SHA1/reset/74\nok 633 /checksum/SHA1/reset/75\nok 634 /checksum/SHA1/reset/76\nok 635 /checksum/SHA1/reset/77\nok 636 /checksum/SHA1/reset/78\nok 637 /checksum/SHA1/reset/79\nok 638 /checksum/SHA1/reset/80\nok 639 /checksum/SHA1/reset/81\nok 640 /checksum/SHA1/reset/82\nok 641 /checksum/SHA1/reset/83\nok 642 /checksum/SHA1/reset/84\nok 643 /checksum/SHA1/reset/85\nok 644 /checksum/SHA1/reset/86\nok 645 /checksum/SHA1/reset/87\nok 646 /checksum/SHA1/reset/88\nok 647 /checksum/SHA1/reset/89\nok 648 /checksum/SHA1/reset/90\nok 649 /checksum/SHA1/reset/91\nok 650 /checksum/SHA1/reset/92\nok 651 /checksum/SHA1/reset/93\nok 652 /checksum/SHA1/reset/94\nok 653 /checksum/SHA1/reset/95\nok 654 /checksum/SHA1/reset/96\nok 655 /checksum/SHA1/reset/97\nok 656 /checksum/SHA1/reset/98\nok 657 /checksum/SHA1/reset/99\nok 658 /checksum/SHA1/reset/100\nok 659 /checksum/SHA1/reset/101\nok 660 /checksum/SHA1/reset/102\nok 661 /checksum/SHA1/reset/103\nok 662 /checksum/SHA1/reset/104\nok 663 /checksum/SHA1/reset/105\nok 664 /checksum/SHA1/reset/106\nok 665 /checksum/SHA1/reset/107\nok 666 /checksum/SHA1/reset/108\nok 667 /checksum/SHA1/reset/109\nok 668 /checksum/SHA1/reset/110\nok 669 /checksum/SHA1/reset/111\nok 670 /checksum/SHA1/reset/112\nok 671 /checksum/SHA1/reset/113\nok 672 /checksum/SHA1/reset/114\nok 673 /checksum/SHA1/reset/115\nok 674 /checksum/SHA1/reset/116\nok 675 /checksum/SHA1/reset/117\nok 676 /checksum/SHA1/reset/118\nok 677 /checksum/SHA1/reset/119\nok 678 /checksum/SHA1/reset/120\nok 679 /checksum/SHA1/reset/121\nok 680 /checksum/SHA1/reset/122\nok 681 /checksum/SHA1/reset/123\nok 682 /checksum/SHA1/reset/124\nok 683 /checksum/SHA1/reset/125\nok 684 /checksum/SHA1/reset/126\nok 685 /checksum/SHA1/reset/127\nok 686 /checksum/SHA1/reset/128\nok 687 /checksum/SHA1/reset/129\nok 688 /checksum/SHA1/reset/130\nok 689 /checksum/SHA1/reset/131\nok 690 /checksum/SHA1/reset/132\nok 691 /checksum/SHA1/reset/133\nok 692 /checksum/SHA1/reset/134\nok 693 /checksum/SHA1/reset/135\nok 694 /checksum/SHA1/reset/136\nok 695 /checksum/SHA1/reset/137\nok 696 /checksum/SHA1/reset/138\nok 697 /checksum/SHA1/reset/139\nok 698 /checksum/SHA1/reset/140\nok 699 /checksum/SHA1/reset/141\nok 700 /checksum/SHA1/reset/142\nok 701 /checksum/SHA1/reset/143\nok 702 /checksum/SHA1/reset/144\nok 703 /checksum/SHA1/reset/145\nok 704 /checksum/SHA1/reset/146\nok 705 /checksum/SHA1/reset/147\nok 706 /checksum/SHA1/reset/148\nok 707 /checksum/SHA1/reset/149\nok 708 /checksum/SHA1/reset/150\nok 709 /checksum/SHA1/reset/151\nok 710 /checksum/SHA1/reset/152\nok 711 /checksum/SHA1/reset/153\nok 712 /checksum/SHA1/reset/154\nok 713 /checksum/SHA1/reset/155\nok 714 /checksum/SHA1/reset/156\nok 715 /checksum/SHA1/reset/157\nok 716 /checksum/SHA1/reset/158\nok 717 /checksum/SHA1/reset/159\nok 718 /checksum/SHA1/reset/160\nok 719 /checksum/SHA1/reset/161\nok 720 /checksum/SHA1/reset/162\nok 721 /checksum/SHA1/reset/163\nok 722 /checksum/SHA1/reset/164\nok 723 /checksum/SHA1/reset/165\nok 724 /checksum/SHA1/reset/166\nok 725 /checksum/SHA1/reset/167\nok 726 /checksum/SHA1/reset/168\nok 727 /checksum/SHA1/reset/169\nok 728 /checksum/SHA1/reset/170\nok 729 /checksum/SHA1/reset/171\nok 730 /checksum/SHA1/reset/172\nok 731 /checksum/SHA1/reset/173\nok 732 /checksum/SHA1/reset/174\nok 733 /checksum/SHA1/reset/175\nok 734 /checksum/SHA1/reset/176\nok 735 /checksum/SHA1/reset/177\nok 736 /checksum/SHA1/reset/178\nok 737 /checksum/SHA1/reset/179\nok 738 /checksum/SHA1/reset/180\nok 739 /checksum/SHA1/reset/181\nok 740 /checksum/SHA1/reset/182\nok 741 /checksum/SHA1/reset/183\n# End of reset tests\n# End of SHA1 tests\n# Start of SHA256 tests\nok 742 /checksum/SHA256/0\nok 743 /checksum/SHA256/1\nok 744 /checksum/SHA256/2\nok 745 /checksum/SHA256/3\nok 746 /checksum/SHA256/4\nok 747 /checksum/SHA256/5\nok 748 /checksum/SHA256/6\nok 749 /checksum/SHA256/7\nok 750 /checksum/SHA256/8\nok 751 /checksum/SHA256/9\nok 752 /checksum/SHA256/10\nok 753 /checksum/SHA256/11\nok 754 /checksum/SHA256/12\nok 755 /checksum/SHA256/13\nok 756 /checksum/SHA256/14\nok 757 /checksum/SHA256/15\nok 758 /checksum/SHA256/16\nok 759 /checksum/SHA256/17\nok 760 /checksum/SHA256/18\nok 761 /checksum/SHA256/19\nok 762 /checksum/SHA256/20\nok 763 /checksum/SHA256/21\nok 764 /checksum/SHA256/22\nok 765 /checksum/SHA256/23\nok 766 /checksum/SHA256/24\nok 767 /checksum/SHA256/25\nok 768 /checksum/SHA256/26\nok 769 /checksum/SHA256/27\nok 770 /checksum/SHA256/28\nok 771 /checksum/SHA256/29\nok 772 /checksum/SHA256/30\nok 773 /checksum/SHA256/31\nok 774 /checksum/SHA256/32\nok 775 /checksum/SHA256/33\nok 776 /checksum/SHA256/34\nok 777 /checksum/SHA256/35\nok 778 /checksum/SHA256/36\nok 779 /checksum/SHA256/37\nok 780 /checksum/SHA256/38\nok 781 /checksum/SHA256/39\nok 782 /checksum/SHA256/40\nok 783 /checksum/SHA256/41\nok 784 /checksum/SHA256/42\nok 785 /checksum/SHA256/43\nok 786 /checksum/SHA256/44\nok 787 /checksum/SHA256/45\nok 788 /checksum/SHA256/46\nok 789 /checksum/SHA256/47\nok 790 /checksum/SHA256/48\nok 791 /checksum/SHA256/49\nok 792 /checksum/SHA256/50\nok 793 /checksum/SHA256/51\nok 794 /checksum/SHA256/52\nok 795 /checksum/SHA256/53\nok 796 /checksum/SHA256/54\nok 797 /checksum/SHA256/55\nok 798 /checksum/SHA256/56\nok 799 /checksum/SHA256/57\nok 800 /checksum/SHA256/58\nok 801 /checksum/SHA256/59\nok 802 /checksum/SHA256/60\nok 803 /checksum/SHA256/61\nok 804 /checksum/SHA256/62\nok 805 /checksum/SHA256/63\nok 806 /checksum/SHA256/64\nok 807 /checksum/SHA256/65\nok 808 /checksum/SHA256/66\nok 809 /checksum/SHA256/67\nok 810 /checksum/SHA256/68\nok 811 /checksum/SHA256/69\nok 812 /checksum/SHA256/70\nok 813 /checksum/SHA256/71\nok 814 /checksum/SHA256/72\nok 815 /checksum/SHA256/73\nok 816 /checksum/SHA256/74\nok 817 /checksum/SHA256/75\nok 818 /checksum/SHA256/76\nok 819 /checksum/SHA256/77\nok 820 /checksum/SHA256/78\nok 821 /checksum/SHA256/79\nok 822 /checksum/SHA256/80\nok 823 /checksum/SHA256/81\nok 824 /checksum/SHA256/82\nok 825 /checksum/SHA256/83\nok 826 /checksum/SHA256/84\nok 827 /checksum/SHA256/85\nok 828 /checksum/SHA256/86\nok 829 /checksum/SHA256/87\nok 830 /checksum/SHA256/88\nok 831 /checksum/SHA256/89\nok 832 /checksum/SHA256/90\nok 833 /checksum/SHA256/91\nok 834 /checksum/SHA256/92\nok 835 /checksum/SHA256/93\nok 836 /checksum/SHA256/94\nok 837 /checksum/SHA256/95\nok 838 /checksum/SHA256/96\nok 839 /checksum/SHA256/97\nok 840 /checksum/SHA256/98\nok 841 /checksum/SHA256/99\nok 842 /checksum/SHA256/100\nok 843 /checksum/SHA256/101\nok 844 /checksum/SHA256/102\nok 845 /checksum/SHA256/103\nok 846 /checksum/SHA256/104\nok 847 /checksum/SHA256/105\nok 848 /checksum/SHA256/106\nok 849 /checksum/SHA256/107\nok 850 /checksum/SHA256/108\nok 851 /checksum/SHA256/109\nok 852 /checksum/SHA256/110\nok 853 /checksum/SHA256/111\nok 854 /checksum/SHA256/112\nok 855 /checksum/SHA256/113\nok 856 /checksum/SHA256/114\nok 857 /checksum/SHA256/115\nok 858 /checksum/SHA256/116\nok 859 /checksum/SHA256/117\nok 860 /checksum/SHA256/118\nok 861 /checksum/SHA256/119\nok 862 /checksum/SHA256/120\nok 863 /checksum/SHA256/121\nok 864 /checksum/SHA256/122\nok 865 /checksum/SHA256/123\nok 866 /checksum/SHA256/124\nok 867 /checksum/SHA256/125\nok 868 /checksum/SHA256/126\nok 869 /checksum/SHA256/127\nok 870 /checksum/SHA256/128\nok 871 /checksum/SHA256/129\nok 872 /checksum/SHA256/130\nok 873 /checksum/SHA256/131\nok 874 /checksum/SHA256/132\nok 875 /checksum/SHA256/133\nok 876 /checksum/SHA256/134\nok 877 /checksum/SHA256/135\nok 878 /checksum/SHA256/136\nok 879 /checksum/SHA256/137\nok 880 /checksum/SHA256/138\nok 881 /checksum/SHA256/139\nok 882 /checksum/SHA256/140\nok 883 /checksum/SHA256/141\nok 884 /checksum/SHA256/142\nok 885 /checksum/SHA256/143\nok 886 /checksum/SHA256/144\nok 887 /checksum/SHA256/145\nok 888 /checksum/SHA256/146\nok 889 /checksum/SHA256/147\nok 890 /checksum/SHA256/148\nok 891 /checksum/SHA256/149\nok 892 /checksum/SHA256/150\nok 893 /checksum/SHA256/151\nok 894 /checksum/SHA256/152\nok 895 /checksum/SHA256/153\nok 896 /checksum/SHA256/154\nok 897 /checksum/SHA256/155\nok 898 /checksum/SHA256/156\nok 899 /checksum/SHA256/157\nok 900 /checksum/SHA256/158\nok 901 /checksum/SHA256/159\nok 902 /checksum/SHA256/160\nok 903 /checksum/SHA256/161\nok 904 /checksum/SHA256/162\nok 905 /checksum/SHA256/163\nok 906 /checksum/SHA256/164\nok 907 /checksum/SHA256/165\nok 908 /checksum/SHA256/166\nok 909 /checksum/SHA256/167\nok 910 /checksum/SHA256/168\nok 911 /checksum/SHA256/169\nok 912 /checksum/SHA256/170\nok 913 /checksum/SHA256/171\nok 914 /checksum/SHA256/172\nok 915 /checksum/SHA256/173\nok 916 /checksum/SHA256/174\nok 917 /checksum/SHA256/175\nok 918 /checksum/SHA256/176\nok 919 /checksum/SHA256/177\nok 920 /checksum/SHA256/178\nok 921 /checksum/SHA256/179\nok 922 /checksum/SHA256/180\nok 923 /checksum/SHA256/181\nok 924 /checksum/SHA256/182\nok 925 /checksum/SHA256/183\nok 926 /checksum/SHA256/string\nok 927 /checksum/SHA256/bytes\n# Start of reset tests\nok 928 /checksum/SHA256/reset/0\nok 929 /checksum/SHA256/reset/1\nok 930 /checksum/SHA256/reset/2\nok 931 /checksum/SHA256/reset/3\nok 932 /checksum/SHA256/reset/4\nok 933 /checksum/SHA256/reset/5\nok 934 /checksum/SHA256/reset/6\nok 935 /checksum/SHA256/reset/7\nok 936 /checksum/SHA256/reset/8\nok 937 /checksum/SHA256/reset/9\nok 938 /checksum/SHA256/reset/10\nok 939 /checksum/SHA256/reset/11\nok 940 /checksum/SHA256/reset/12\nok 941 /checksum/SHA256/reset/13\nok 942 /checksum/SHA256/reset/14\nok 943 /checksum/SHA256/reset/15\nok 944 /checksum/SHA256/reset/16\nok 945 /checksum/SHA256/reset/17\nok 946 /checksum/SHA256/reset/18\nok 947 /checksum/SHA256/reset/19\nok 948 /checksum/SHA256/reset/20\nok 949 /checksum/SHA256/reset/21\nok 950 /checksum/SHA256/reset/22\nok 951 /checksum/SHA256/reset/23\nok 952 /checksum/SHA256/reset/24\nok 953 /checksum/SHA256/reset/25\nok 954 /checksum/SHA256/reset/26\nok 955 /checksum/SHA256/reset/27\nok 956 /checksum/SHA256/reset/28\nok 957 /checksum/SHA256/reset/29\nok 958 /checksum/SHA256/reset/30\nok 959 /checksum/SHA256/reset/31\nok 960 /checksum/SHA256/reset/32\nok 961 /checksum/SHA256/reset/33\nok 962 /checksum/SHA256/reset/34\nok 963 /checksum/SHA256/reset/35\nok 964 /checksum/SHA256/reset/36\nok 965 /checksum/SHA256/reset/37\nok 966 /checksum/SHA256/reset/38\nok 967 /checksum/SHA256/reset/39\nok 968 /checksum/SHA256/reset/40\nok 969 /checksum/SHA256/reset/41\nok 970 /checksum/SHA256/reset/42\nok 971 /checksum/SHA256/reset/43\nok 972 /checksum/SHA256/reset/44\nok 973 /checksum/SHA256/reset/45\nok 974 /checksum/SHA256/reset/46\nok 975 /checksum/SHA256/reset/47\nok 976 /checksum/SHA256/reset/48\nok 977 /checksum/SHA256/reset/49\nok 978 /checksum/SHA256/reset/50\nok 979 /checksum/SHA256/reset/51\nok 980 /checksum/SHA256/reset/52\nok 981 /checksum/SHA256/reset/53\nok 982 /checksum/SHA256/reset/54\nok 983 /checksum/SHA256/reset/55\nok 984 /checksum/SHA256/reset/56\nok 985 /checksum/SHA256/reset/57\nok 986 /checksum/SHA256/reset/58\nok 987 /checksum/SHA256/reset/59\nok 988 /checksum/SHA256/reset/60\nok 989 /checksum/SHA256/reset/61\nok 990 /checksum/SHA256/reset/62\nok 991 /checksum/SHA256/reset/63\nok 992 /checksum/SHA256/reset/64\nok 993 /checksum/SHA256/reset/65\nok 994 /checksum/SHA256/reset/66\nok 995 /checksum/SHA256/reset/67\nok 996 /checksum/SHA256/reset/68\nok 997 /checksum/SHA256/reset/69\nok 998 /checksum/SHA256/reset/70\nok 999 /checksum/SHA256/reset/71\nok 1000 /checksum/SHA256/reset/72\nok 1001 /checksum/SHA256/reset/73\nok 1002 /checksum/SHA256/reset/74\nok 1003 /checksum/SHA256/reset/75\nok 1004 /checksum/SHA256/reset/76\nok 1005 /checksum/SHA256/reset/77\nok 1006 /checksum/SHA256/reset/78\nok 1007 /checksum/SHA256/reset/79\nok 1008 /checksum/SHA256/reset/80\nok 1009 /checksum/SHA256/reset/81\nok 1010 /checksum/SHA256/reset/82\nok 1011 /checksum/SHA256/reset/83\nok 1012 /checksum/SHA256/reset/84\nok 1013 /checksum/SHA256/reset/85\nok 1014 /checksum/SHA256/reset/86\nok 1015 /checksum/SHA256/reset/87\nok 1016 /checksum/SHA256/reset/88\nok 1017 /checksum/SHA256/reset/89\nok 1018 /checksum/SHA256/reset/90\nok 1019 /checksum/SHA256/reset/91\nok 1020 /checksum/SHA256/reset/92\nok 1021 /checksum/SHA256/reset/93\nok 1022 /checksum/SHA256/reset/94\nok 1023 /checksum/SHA256/reset/95\nok 1024 /checksum/SHA256/reset/96\nok 1025 /checksum/SHA256/reset/97\nok 1026 /checksum/SHA256/reset/98\nok 1027 /checksum/SHA256/reset/99\nok 1028 /checksum/SHA256/reset/100\nok 1029 /checksum/SHA256/reset/101\nok 1030 /checksum/SHA256/reset/102\nok 1031 /checksum/SHA256/reset/103\nok 1032 /checksum/SHA256/reset/104\nok 1033 /checksum/SHA256/reset/105\nok 1034 /checksum/SHA256/reset/106\nok 1035 /checksum/SHA256/reset/107\nok 1036 /checksum/SHA256/reset/108\nok 1037 /checksum/SHA256/reset/109\nok 1038 /checksum/SHA256/reset/110\nok 1039 /checksum/SHA256/reset/111\nok 1040 /checksum/SHA256/reset/112\nok 1041 /checksum/SHA256/reset/113\nok 1042 /checksum/SHA256/reset/114\nok 1043 /checksum/SHA256/reset/115\nok 1044 /checksum/SHA256/reset/116\nok 1045 /checksum/SHA256/reset/117\nok 1046 /checksum/SHA256/reset/118\nok 1047 /checksum/SHA256/reset/119\nok 1048 /checksum/SHA256/reset/120\nok 1049 /checksum/SHA256/reset/121\nok 1050 /checksum/SHA256/reset/122\nok 1051 /checksum/SHA256/reset/123\nok 1052 /checksum/SHA256/reset/124\nok 1053 /checksum/SHA256/reset/125\nok 1054 /checksum/SHA256/reset/126\nok 1055 /checksum/SHA256/reset/127\nok 1056 /checksum/SHA256/reset/128\nok 1057 /checksum/SHA256/reset/129\nok 1058 /checksum/SHA256/reset/130\nok 1059 /checksum/SHA256/reset/131\nok 1060 /checksum/SHA256/reset/132\nok 1061 /checksum/SHA256/reset/133\nok 1062 /checksum/SHA256/reset/134\nok 1063 /checksum/SHA256/reset/135\nok 1064 /checksum/SHA256/reset/136\nok 1065 /checksum/SHA256/reset/137\nok 1066 /checksum/SHA256/reset/138\nok 1067 /checksum/SHA256/reset/139\nok 1068 /checksum/SHA256/reset/140\nok 1069 /checksum/SHA256/reset/141\nok 1070 /checksum/SHA256/reset/142\nok 1071 /checksum/SHA256/reset/143\nok 1072 /checksum/SHA256/reset/144\nok 1073 /checksum/SHA256/reset/145\nok 1074 /checksum/SHA256/reset/146\nok 1075 /checksum/SHA256/reset/147\nok 1076 /checksum/SHA256/reset/148\nok 1077 /checksum/SHA256/reset/149\nok 1078 /checksum/SHA256/reset/150\nok 1079 /checksum/SHA256/reset/151\nok 1080 /checksum/SHA256/reset/152\nok 1081 /checksum/SHA256/reset/153\nok 1082 /checksum/SHA256/reset/154\nok 1083 /checksum/SHA256/reset/155\nok 1084 /checksum/SHA256/reset/156\nok 1085 /checksum/SHA256/reset/157\nok 1086 /checksum/SHA256/reset/158\nok 1087 /checksum/SHA256/reset/159\nok 1088 /checksum/SHA256/reset/160\nok 1089 /checksum/SHA256/reset/161\nok 1090 /checksum/SHA256/reset/162\nok 1091 /checksum/SHA256/reset/163\nok 1092 /checksum/SHA256/reset/164\nok 1093 /checksum/SHA256/reset/165\nok 1094 /checksum/SHA256/reset/166\nok 1095 /checksum/SHA256/reset/167\nok 1096 /checksum/SHA256/reset/168\nok 1097 /checksum/SHA256/reset/169\nok 1098 /checksum/SHA256/reset/170\nok 1099 /checksum/SHA256/reset/171\nok 1100 /checksum/SHA256/reset/172\nok 1101 /checksum/SHA256/reset/173\nok 1102 /checksum/SHA256/reset/174\nok 1103 /checksum/SHA256/reset/175\nok 1104 /checksum/SHA256/reset/176\nok 1105 /checksum/SHA256/reset/177\nok 1106 /checksum/SHA256/reset/178\nok 1107 /checksum/SHA256/reset/179\nok 1108 /checksum/SHA256/reset/180\nok 1109 /checksum/SHA256/reset/181\nok 1110 /checksum/SHA256/reset/182\nok 1111 /checksum/SHA256/reset/183\n# End of reset tests\n# End of SHA256 tests\n# Start of SHA384 tests\nok 1112 /checksum/SHA384/0\nok 1113 /checksum/SHA384/1\nok 1114 /checksum/SHA384/2\nok 1115 /checksum/SHA384/3\nok 1116 /checksum/SHA384/4\nok 1117 /checksum/SHA384/5\nok 1118 /checksum/SHA384/6\nok 1119 /checksum/SHA384/7\nok 1120 /checksum/SHA384/8\nok 1121 /checksum/SHA384/9\nok 1122 /checksum/SHA384/10\nok 1123 /checksum/SHA384/11\nok 1124 /checksum/SHA384/12\nok 1125 /checksum/SHA384/13\nok 1126 /checksum/SHA384/14\nok 1127 /checksum/SHA384/15\nok 1128 /checksum/SHA384/16\nok 1129 /checksum/SHA384/17\nok 1130 /checksum/SHA384/18\nok 1131 /checksum/SHA384/19\nok 1132 /checksum/SHA384/20\nok 1133 /checksum/SHA384/21\nok 1134 /checksum/SHA384/22\nok 1135 /checksum/SHA384/23\nok 1136 /checksum/SHA384/24\nok 1137 /checksum/SHA384/25\nok 1138 /checksum/SHA384/26\nok 1139 /checksum/SHA384/27\nok 1140 /checksum/SHA384/28\nok 1141 /checksum/SHA384/29\nok 1142 /checksum/SHA384/30\nok 1143 /checksum/SHA384/31\nok 1144 /checksum/SHA384/32\nok 1145 /checksum/SHA384/33\nok 1146 /checksum/SHA384/34\nok 1147 /checksum/SHA384/35\nok 1148 /checksum/SHA384/36\nok 1149 /checksum/SHA384/37\nok 1150 /checksum/SHA384/38\nok 1151 /checksum/SHA384/39\nok 1152 /checksum/SHA384/40\nok 1153 /checksum/SHA384/41\nok 1154 /checksum/SHA384/42\nok 1155 /checksum/SHA384/43\nok 1156 /checksum/SHA384/44\nok 1157 /checksum/SHA384/45\nok 1158 /checksum/SHA384/46\nok 1159 /checksum/SHA384/47\nok 1160 /checksum/SHA384/48\nok 1161 /checksum/SHA384/49\nok 1162 /checksum/SHA384/50\nok 1163 /checksum/SHA384/51\nok 1164 /checksum/SHA384/52\nok 1165 /checksum/SHA384/53\nok 1166 /checksum/SHA384/54\nok 1167 /checksum/SHA384/55\nok 1168 /checksum/SHA384/56\nok 1169 /checksum/SHA384/57\nok 1170 /checksum/SHA384/58\nok 1171 /checksum/SHA384/59\nok 1172 /checksum/SHA384/60\nok 1173 /checksum/SHA384/61\nok 1174 /checksum/SHA384/62\nok 1175 /checksum/SHA384/63\nok 1176 /checksum/SHA384/64\nok 1177 /checksum/SHA384/65\nok 1178 /checksum/SHA384/66\nok 1179 /checksum/SHA384/67\nok 1180 /checksum/SHA384/68\nok 1181 /checksum/SHA384/69\nok 1182 /checksum/SHA384/70\nok 1183 /checksum/SHA384/71\nok 1184 /checksum/SHA384/72\nok 1185 /checksum/SHA384/73\nok 1186 /checksum/SHA384/74\nok 1187 /checksum/SHA384/75\nok 1188 /checksum/SHA384/76\nok 1189 /checksum/SHA384/77\nok 1190 /checksum/SHA384/78\nok 1191 /checksum/SHA384/79\nok 1192 /checksum/SHA384/80\nok 1193 /checksum/SHA384/81\nok 1194 /checksum/SHA384/82\nok 1195 /checksum/SHA384/83\nok 1196 /checksum/SHA384/84\nok 1197 /checksum/SHA384/85\nok 1198 /checksum/SHA384/86\nok 1199 /checksum/SHA384/87\nok 1200 /checksum/SHA384/88\nok 1201 /checksum/SHA384/89\nok 1202 /checksum/SHA384/90\nok 1203 /checksum/SHA384/91\nok 1204 /checksum/SHA384/92\nok 1205 /checksum/SHA384/93\nok 1206 /checksum/SHA384/94\nok 1207 /checksum/SHA384/95\nok 1208 /checksum/SHA384/96\nok 1209 /checksum/SHA384/97\nok 1210 /checksum/SHA384/98\nok 1211 /checksum/SHA384/99\nok 1212 /checksum/SHA384/100\nok 1213 /checksum/SHA384/101\nok 1214 /checksum/SHA384/102\nok 1215 /checksum/SHA384/103\nok 1216 /checksum/SHA384/104\nok 1217 /checksum/SHA384/105\nok 1218 /checksum/SHA384/106\nok 1219 /checksum/SHA384/107\nok 1220 /checksum/SHA384/108\nok 1221 /checksum/SHA384/109\nok 1222 /checksum/SHA384/110\nok 1223 /checksum/SHA384/111\nok 1224 /checksum/SHA384/112\nok 1225 /checksum/SHA384/113\nok 1226 /checksum/SHA384/114\nok 1227 /checksum/SHA384/115\nok 1228 /checksum/SHA384/116\nok 1229 /checksum/SHA384/117\nok 1230 /checksum/SHA384/118\nok 1231 /checksum/SHA384/119\nok 1232 /checksum/SHA384/120\nok 1233 /checksum/SHA384/121\nok 1234 /checksum/SHA384/122\nok 1235 /checksum/SHA384/123\nok 1236 /checksum/SHA384/124\nok 1237 /checksum/SHA384/125\nok 1238 /checksum/SHA384/126\nok 1239 /checksum/SHA384/127\nok 1240 /checksum/SHA384/128\nok 1241 /checksum/SHA384/129\nok 1242 /checksum/SHA384/130\nok 1243 /checksum/SHA384/131\nok 1244 /checksum/SHA384/132\nok 1245 /checksum/SHA384/133\nok 1246 /checksum/SHA384/134\nok 1247 /checksum/SHA384/135\nok 1248 /checksum/SHA384/136\nok 1249 /checksum/SHA384/137\nok 1250 /checksum/SHA384/138\nok 1251 /checksum/SHA384/139\nok 1252 /checksum/SHA384/140\nok 1253 /checksum/SHA384/141\nok 1254 /checksum/SHA384/142\nok 1255 /checksum/SHA384/143\nok 1256 /checksum/SHA384/144\nok 1257 /checksum/SHA384/145\nok 1258 /checksum/SHA384/146\nok 1259 /checksum/SHA384/147\nok 1260 /checksum/SHA384/148\nok 1261 /checksum/SHA384/149\nok 1262 /checksum/SHA384/150\nok 1263 /checksum/SHA384/151\nok 1264 /checksum/SHA384/152\nok 1265 /checksum/SHA384/153\nok 1266 /checksum/SHA384/154\nok 1267 /checksum/SHA384/155\nok 1268 /checksum/SHA384/156\nok 1269 /checksum/SHA384/157\nok 1270 /checksum/SHA384/158\nok 1271 /checksum/SHA384/159\nok 1272 /checksum/SHA384/160\nok 1273 /checksum/SHA384/161\nok 1274 /checksum/SHA384/162\nok 1275 /checksum/SHA384/163\nok 1276 /checksum/SHA384/164\nok 1277 /checksum/SHA384/165\nok 1278 /checksum/SHA384/166\nok 1279 /checksum/SHA384/167\nok 1280 /checksum/SHA384/168\nok 1281 /checksum/SHA384/169\nok 1282 /checksum/SHA384/170\nok 1283 /checksum/SHA384/171\nok 1284 /checksum/SHA384/172\nok 1285 /checksum/SHA384/173\nok 1286 /checksum/SHA384/174\nok 1287 /checksum/SHA384/175\nok 1288 /checksum/SHA384/176\nok 1289 /checksum/SHA384/177\nok 1290 /checksum/SHA384/178\nok 1291 /checksum/SHA384/179\nok 1292 /checksum/SHA384/180\nok 1293 /checksum/SHA384/181\nok 1294 /checksum/SHA384/182\nok 1295 /checksum/SHA384/183\nok 1296 /checksum/SHA384/string\nok 1297 /checksum/SHA384/bytes\n# Start of reset tests\nok 1298 /checksum/SHA384/reset/0\nok 1299 /checksum/SHA384/reset/1\nok 1300 /checksum/SHA384/reset/2\nok 1301 /checksum/SHA384/reset/3\nok 1302 /checksum/SHA384/reset/4\nok 1303 /checksum/SHA384/reset/5\nok 1304 /checksum/SHA384/reset/6\nok 1305 /checksum/SHA384/reset/7\nok 1306 /checksum/SHA384/reset/8\nok 1307 /checksum/SHA384/reset/9\nok 1308 /checksum/SHA384/reset/10\nok 1309 /checksum/SHA384/reset/11\nok 1310 /checksum/SHA384/reset/12\nok 1311 /checksum/SHA384/reset/13\nok 1312 /checksum/SHA384/reset/14\nok 1313 /checksum/SHA384/reset/15\nok 1314 /checksum/SHA384/reset/16\nok 1315 /checksum/SHA384/reset/17\nok 1316 /checksum/SHA384/reset/18\nok 1317 /checksum/SHA384/reset/19\nok 1318 /checksum/SHA384/reset/20\nok 1319 /checksum/SHA384/reset/21\nok 1320 /checksum/SHA384/reset/22\nok 1321 /checksum/SHA384/reset/23\nok 1322 /checksum/SHA384/reset/24\nok 1323 /checksum/SHA384/reset/25\nok 1324 /checksum/SHA384/reset/26\nok 1325 /checksum/SHA384/reset/27\nok 1326 /checksum/SHA384/reset/28\nok 1327 /checksum/SHA384/reset/29\nok 1328 /checksum/SHA384/reset/30\nok 1329 /checksum/SHA384/reset/31\nok 1330 /checksum/SHA384/reset/32\nok 1331 /checksum/SHA384/reset/33\nok 1332 /checksum/SHA384/reset/34\nok 1333 /checksum/SHA384/reset/35\nok 1334 /checksum/SHA384/reset/36\nok 1335 /checksum/SHA384/reset/37\nok 1336 /checksum/SHA384/reset/38\nok 1337 /checksum/SHA384/reset/39\nok 1338 /checksum/SHA384/reset/40\nok 1339 /checksum/SHA384/reset/41\nok 1340 /checksum/SHA384/reset/42\nok 1341 /checksum/SHA384/reset/43\nok 1342 /checksum/SHA384/reset/44\nok 1343 /checksum/SHA384/reset/45\nok 1344 /checksum/SHA384/reset/46\nok 1345 /checksum/SHA384/reset/47\nok 1346 /checksum/SHA384/reset/48\nok 1347 /checksum/SHA384/reset/49\nok 1348 /checksum/SHA384/reset/50\nok 1349 /checksum/SHA384/reset/51\nok 1350 /checksum/SHA384/reset/52\nok 1351 /checksum/SHA384/reset/53\nok 1352 /checksum/SHA384/reset/54\nok 1353 /checksum/SHA384/reset/55\nok 1354 /checksum/SHA384/reset/56\nok 1355 /checksum/SHA384/reset/57\nok 1356 /checksum/SHA384/reset/58\nok 1357 /checksum/SHA384/reset/59\nok 1358 /checksum/SHA384/reset/60\nok 1359 /checksum/SHA384/reset/61\nok 1360 /checksum/SHA384/reset/62\nok 1361 /checksum/SHA384/reset/63\nok 1362 /checksum/SHA384/reset/64\nok 1363 /checksum/SHA384/reset/65\nok 1364 /checksum/SHA384/reset/66\nok 1365 /checksum/SHA384/reset/67\nok 1366 /checksum/SHA384/reset/68\nok 1367 /checksum/SHA384/reset/69\nok 1368 /checksum/SHA384/reset/70\nok 1369 /checksum/SHA384/reset/71\nok 1370 /checksum/SHA384/reset/72\nok 1371 /checksum/SHA384/reset/73\nok 1372 /checksum/SHA384/reset/74\nok 1373 /checksum/SHA384/reset/75\nok 1374 /checksum/SHA384/reset/76\nok 1375 /checksum/SHA384/reset/77\nok 1376 /checksum/SHA384/reset/78\nok 1377 /checksum/SHA384/reset/79\nok 1378 /checksum/SHA384/reset/80\nok 1379 /checksum/SHA384/reset/81\nok 1380 /checksum/SHA384/reset/82\nok 1381 /checksum/SHA384/reset/83\nok 1382 /checksum/SHA384/reset/84\nok 1383 /checksum/SHA384/reset/85\nok 1384 /checksum/SHA384/reset/86\nok 1385 /checksum/SHA384/reset/87\nok 1386 /checksum/SHA384/reset/88\nok 1387 /checksum/SHA384/reset/89\nok 1388 /checksum/SHA384/reset/90\nok 1389 /checksum/SHA384/reset/91\nok 1390 /checksum/SHA384/reset/92\nok 1391 /checksum/SHA384/reset/93\nok 1392 /checksum/SHA384/reset/94\nok 1393 /checksum/SHA384/reset/95\nok 1394 /checksum/SHA384/reset/96\nok 1395 /checksum/SHA384/reset/97\nok 1396 /checksum/SHA384/reset/98\nok 1397 /checksum/SHA384/reset/99\nok 1398 /checksum/SHA384/reset/100\nok 1399 /checksum/SHA384/reset/101\nok 1400 /checksum/SHA384/reset/102\nok 1401 /checksum/SHA384/reset/103\nok 1402 /checksum/SHA384/reset/104\nok 1403 /checksum/SHA384/reset/105\nok 1404 /checksum/SHA384/reset/106\nok 1405 /checksum/SHA384/reset/107\nok 1406 /checksum/SHA384/reset/108\nok 1407 /checksum/SHA384/reset/109\nok 1408 /checksum/SHA384/reset/110\nok 1409 /checksum/SHA384/reset/111\nok 1410 /checksum/SHA384/reset/112\nok 1411 /checksum/SHA384/reset/113\nok 1412 /checksum/SHA384/reset/114\nok 1413 /checksum/SHA384/reset/115\nok 1414 /checksum/SHA384/reset/116\nok 1415 /checksum/SHA384/reset/117\nok 1416 /checksum/SHA384/reset/118\nok 1417 /checksum/SHA384/reset/119\nok 1418 /checksum/SHA384/reset/120\nok 1419 /checksum/SHA384/reset/121\nok 1420 /checksum/SHA384/reset/122\nok 1421 /checksum/SHA384/reset/123\nok 1422 /checksum/SHA384/reset/124\nok 1423 /checksum/SHA384/reset/125\nok 1424 /checksum/SHA384/reset/126\nok 1425 /checksum/SHA384/reset/127\nok 1426 /checksum/SHA384/reset/128\nok 1427 /checksum/SHA384/reset/129\nok 1428 /checksum/SHA384/reset/130\nok 1429 /checksum/SHA384/reset/131\nok 1430 /checksum/SHA384/reset/132\nok 1431 /checksum/SHA384/reset/133\nok 1432 /checksum/SHA384/reset/134\nok 1433 /checksum/SHA384/reset/135\nok 1434 /checksum/SHA384/reset/136\nok 1435 /checksum/SHA384/reset/137\nok 1436 /checksum/SHA384/reset/138\nok 1437 /checksum/SHA384/reset/139\nok 1438 /checksum/SHA384/reset/140\nok 1439 /checksum/SHA384/reset/141\nok 1440 /checksum/SHA384/reset/142\nok 1441 /checksum/SHA384/reset/143\nok 1442 /checksum/SHA384/reset/144\nok 1443 /checksum/SHA384/reset/145\nok 1444 /checksum/SHA384/reset/146\nok 1445 /checksum/SHA384/reset/147\nok 1446 /checksum/SHA384/reset/148\nok 1447 /checksum/SHA384/reset/149\nok 1448 /checksum/SHA384/reset/150\nok 1449 /checksum/SHA384/reset/151\nok 1450 /checksum/SHA384/reset/152\nok 1451 /checksum/SHA384/reset/153\nok 1452 /checksum/SHA384/reset/154\nok 1453 /checksum/SHA384/reset/155\nok 1454 /checksum/SHA384/reset/156\nok 1455 /checksum/SHA384/reset/157\nok 1456 /checksum/SHA384/reset/158\nok 1457 /checksum/SHA384/reset/159\nok 1458 /checksum/SHA384/reset/160\nok 1459 /checksum/SHA384/reset/161\nok 1460 /checksum/SHA384/reset/162\nok 1461 /checksum/SHA384/reset/163\nok 1462 /checksum/SHA384/reset/164\nok 1463 /checksum/SHA384/reset/165\nok 1464 /checksum/SHA384/reset/166\nok 1465 /checksum/SHA384/reset/167\nok 1466 /checksum/SHA384/reset/168\nok 1467 /checksum/SHA384/reset/169\nok 1468 /checksum/SHA384/reset/170\nok 1469 /checksum/SHA384/reset/171\nok 1470 /checksum/SHA384/reset/172\nok 1471 /checksum/SHA384/reset/173\nok 1472 /checksum/SHA384/reset/174\nok 1473 /checksum/SHA384/reset/175\nok 1474 /checksum/SHA384/reset/176\nok 1475 /checksum/SHA384/reset/177\nok 1476 /checksum/SHA384/reset/178\nok 1477 /checksum/SHA384/reset/179\nok 1478 /checksum/SHA384/reset/180\nok 1479 /checksum/SHA384/reset/181\nok 1480 /checksum/SHA384/reset/182\nok 1481 /checksum/SHA384/reset/183\n# End of reset tests\n# End of SHA384 tests\n# Start of SHA512 tests\nok 1482 /checksum/SHA512/0\nok 1483 /checksum/SHA512/1\nok 1484 /checksum/SHA512/2\nok 1485 /checksum/SHA512/3\nok 1486 /checksum/SHA512/4\nok 1487 /checksum/SHA512/5\nok 1488 /checksum/SHA512/6\nok 1489 /checksum/SHA512/7\nok 1490 /checksum/SHA512/8\nok 1491 /checksum/SHA512/9\nok 1492 /checksum/SHA512/10\nok 1493 /checksum/SHA512/11\nok 1494 /checksum/SHA512/12\nok 1495 /checksum/SHA512/13\nok 1496 /checksum/SHA512/14\nok 1497 /checksum/SHA512/15\nok 1498 /checksum/SHA512/16\nok 1499 /checksum/SHA512/17\nok 1500 /checksum/SHA512/18\nok 1501 /checksum/SHA512/19\nok 1502 /checksum/SHA512/20\nok 1503 /checksum/SHA512/21\nok 1504 /checksum/SHA512/22\nok 1505 /checksum/SHA512/23\nok 1506 /checksum/SHA512/24\nok 1507 /checksum/SHA512/25\nok 1508 /checksum/SHA512/26\nok 1509 /checksum/SHA512/27\nok 1510 /checksum/SHA512/28\nok 1511 /checksum/SHA512/29\nok 1512 /checksum/SHA512/30\nok 1513 /checksum/SHA512/31\nok 1514 /checksum/SHA512/32\nok 1515 /checksum/SHA512/33\nok 1516 /checksum/SHA512/34\nok 1517 /checksum/SHA512/35\nok 1518 /checksum/SHA512/36\nok 1519 /checksum/SHA512/37\nok 1520 /checksum/SHA512/38\nok 1521 /checksum/SHA512/39\nok 1522 /checksum/SHA512/40\nok 1523 /checksum/SHA512/41\nok 1524 /checksum/SHA512/42\nok 1525 /checksum/SHA512/43\nok 1526 /checksum/SHA512/44\nok 1527 /checksum/SHA512/45\nok 1528 /checksum/SHA512/46\nok 1529 /checksum/SHA512/47\nok 1530 /checksum/SHA512/48\nok 1531 /checksum/SHA512/49\nok 1532 /checksum/SHA512/50\nok 1533 /checksum/SHA512/51\nok 1534 /checksum/SHA512/52\nok 1535 /checksum/SHA512/53\nok 1536 /checksum/SHA512/54\nok 1537 /checksum/SHA512/55\nok 1538 /checksum/SHA512/56\nok 1539 /checksum/SHA512/57\nok 1540 /checksum/SHA512/58\nok 1541 /checksum/SHA512/59\nok 1542 /checksum/SHA512/60\nok 1543 /checksum/SHA512/61\nok 1544 /checksum/SHA512/62\nok 1545 /checksum/SHA512/63\nok 1546 /checksum/SHA512/64\nok 1547 /checksum/SHA512/65\nok 1548 /checksum/SHA512/66\nok 1549 /checksum/SHA512/67\nok 1550 /checksum/SHA512/68\nok 1551 /checksum/SHA512/69\nok 1552 /checksum/SHA512/70\nok 1553 /checksum/SHA512/71\nok 1554 /checksum/SHA512/72\nok 1555 /checksum/SHA512/73\nok 1556 /checksum/SHA512/74\nok 1557 /checksum/SHA512/75\nok 1558 /checksum/SHA512/76\nok 1559 /checksum/SHA512/77\nok 1560 /checksum/SHA512/78\nok 1561 /checksum/SHA512/79\nok 1562 /checksum/SHA512/80\nok 1563 /checksum/SHA512/81\nok 1564 /checksum/SHA512/82\nok 1565 /checksum/SHA512/83\nok 1566 /checksum/SHA512/84\nok 1567 /checksum/SHA512/85\nok 1568 /checksum/SHA512/86\nok 1569 /checksum/SHA512/87\nok 1570 /checksum/SHA512/88\nok 1571 /checksum/SHA512/89\nok 1572 /checksum/SHA512/90\nok 1573 /checksum/SHA512/91\nok 1574 /checksum/SHA512/92\nok 1575 /checksum/SHA512/93\nok 1576 /checksum/SHA512/94\nok 1577 /checksum/SHA512/95\nok 1578 /checksum/SHA512/96\nok 1579 /checksum/SHA512/97\nok 1580 /checksum/SHA512/98\nok 1581 /checksum/SHA512/99\nok 1582 /checksum/SHA512/100\nok 1583 /checksum/SHA512/101\nok 1584 /checksum/SHA512/102\nok 1585 /checksum/SHA512/103\nok 1586 /checksum/SHA512/104\nok 1587 /checksum/SHA512/105\nok 1588 /checksum/SHA512/106\nok 1589 /checksum/SHA512/107\nok 1590 /checksum/SHA512/108\nok 1591 /checksum/SHA512/109\nok 1592 /checksum/SHA512/110\nok 1593 /checksum/SHA512/111\nok 1594 /checksum/SHA512/112\nok 1595 /checksum/SHA512/113\nok 1596 /checksum/SHA512/114\nok 1597 /checksum/SHA512/115\nok 1598 /checksum/SHA512/116\nok 1599 /checksum/SHA512/117\nok 1600 /checksum/SHA512/118\nok 1601 /checksum/SHA512/119\nok 1602 /checksum/SHA512/120\nok 1603 /checksum/SHA512/121\nok 1604 /checksum/SHA512/122\nok 1605 /checksum/SHA512/123\nok 1606 /checksum/SHA512/124\nok 1607 /checksum/SHA512/125\nok 1608 /checksum/SHA512/126\nok 1609 /checksum/SHA512/127\nok 1610 /checksum/SHA512/128\nok 1611 /checksum/SHA512/129\nok 1612 /checksum/SHA512/130\nok 1613 /checksum/SHA512/131\nok 1614 /checksum/SHA512/132\nok 1615 /checksum/SHA512/133\nok 1616 /checksum/SHA512/134\nok 1617 /checksum/SHA512/135\nok 1618 /checksum/SHA512/136\nok 1619 /checksum/SHA512/137\nok 1620 /checksum/SHA512/138\nok 1621 /checksum/SHA512/139\nok 1622 /checksum/SHA512/140\nok 1623 /checksum/SHA512/141\nok 1624 /checksum/SHA512/142\nok 1625 /checksum/SHA512/143\nok 1626 /checksum/SHA512/144\nok 1627 /checksum/SHA512/145\nok 1628 /checksum/SHA512/146\nok 1629 /checksum/SHA512/147\nok 1630 /checksum/SHA512/148\nok 1631 /checksum/SHA512/149\nok 1632 /checksum/SHA512/150\nok 1633 /checksum/SHA512/151\nok 1634 /checksum/SHA512/152\nok 1635 /checksum/SHA512/153\nok 1636 /checksum/SHA512/154\nok 1637 /checksum/SHA512/155\nok 1638 /checksum/SHA512/156\nok 1639 /checksum/SHA512/157\nok 1640 /checksum/SHA512/158\nok 1641 /checksum/SHA512/159\nok 1642 /checksum/SHA512/160\nok 1643 /checksum/SHA512/161\nok 1644 /checksum/SHA512/162\nok 1645 /checksum/SHA512/163\nok 1646 /checksum/SHA512/164\nok 1647 /checksum/SHA512/165\nok 1648 /checksum/SHA512/166\nok 1649 /checksum/SHA512/167\nok 1650 /checksum/SHA512/168\nok 1651 /checksum/SHA512/169\nok 1652 /checksum/SHA512/170\nok 1653 /checksum/SHA512/171\nok 1654 /checksum/SHA512/172\nok 1655 /checksum/SHA512/173\nok 1656 /checksum/SHA512/174\nok 1657 /checksum/SHA512/175\nok 1658 /checksum/SHA512/176\nok 1659 /checksum/SHA512/177\nok 1660 /checksum/SHA512/178\nok 1661 /checksum/SHA512/179\nok 1662 /checksum/SHA512/180\nok 1663 /checksum/SHA512/181\nok 1664 /checksum/SHA512/182\nok 1665 /checksum/SHA512/183\nok 1666 /checksum/SHA512/string\nok 1667 /checksum/SHA512/bytes\n# Start of reset tests\nok 1668 /checksum/SHA512/reset/0\nok 1669 /checksum/SHA512/reset/1\nok 1670 /checksum/SHA512/reset/2\nok 1671 /checksum/SHA512/reset/3\nok 1672 /checksum/SHA512/reset/4\nok 1673 /checksum/SHA512/reset/5\nok 1674 /checksum/SHA512/reset/6\nok 1675 /checksum/SHA512/reset/7\nok 1676 /checksum/SHA512/reset/8\nok 1677 /checksum/SHA512/reset/9\nok 1678 /checksum/SHA512/reset/10\nok 1679 /checksum/SHA512/reset/11\nok 1680 /checksum/SHA512/reset/12\nok 1681 /checksum/SHA512/reset/13\nok 1682 /checksum/SHA512/reset/14\nok 1683 /checksum/SHA512/reset/15\nok 1684 /checksum/SHA512/reset/16\nok 1685 /checksum/SHA512/reset/17\nok 1686 /checksum/SHA512/reset/18\nok 1687 /checksum/SHA512/reset/19\nok 1688 /checksum/SHA512/reset/20\nok 1689 /checksum/SHA512/reset/21\nok 1690 /checksum/SHA512/reset/22\nok 1691 /checksum/SHA512/reset/23\nok 1692 /checksum/SHA512/reset/24\nok 1693 /checksum/SHA512/reset/25\nok 1694 /checksum/SHA512/reset/26\nok 1695 /checksum/SHA512/reset/27\nok 1696 /checksum/SHA512/reset/28\nok 1697 /checksum/SHA512/reset/29\nok 1698 /checksum/SHA512/reset/30\nok 1699 /checksum/SHA512/reset/31\nok 1700 /checksum/SHA512/reset/32\nok 1701 /checksum/SHA512/reset/33\nok 1702 /checksum/SHA512/reset/34\nok 1703 /checksum/SHA512/reset/35\nok 1704 /checksum/SHA512/reset/36\nok 1705 /checksum/SHA512/reset/37\nok 1706 /checksum/SHA512/reset/38\nok 1707 /checksum/SHA512/reset/39\nok 1708 /checksum/SHA512/reset/40\nok 1709 /checksum/SHA512/reset/41\nok 1710 /checksum/SHA512/reset/42\nok 1711 /checksum/SHA512/reset/43\nok 1712 /checksum/SHA512/reset/44\nok 1713 /checksum/SHA512/reset/45\nok 1714 /checksum/SHA512/reset/46\nok 1715 /checksum/SHA512/reset/47\nok 1716 /checksum/SHA512/reset/48\nok 1717 /checksum/SHA512/reset/49\nok 1718 /checksum/SHA512/reset/50\nok 1719 /checksum/SHA512/reset/51\nok 1720 /checksum/SHA512/reset/52\nok 1721 /checksum/SHA512/reset/53\nok 1722 /checksum/SHA512/reset/54\nok 1723 /checksum/SHA512/reset/55\nok 1724 /checksum/SHA512/reset/56\nok 1725 /checksum/SHA512/reset/57\nok 1726 /checksum/SHA512/reset/58\nok 1727 /checksum/SHA512/reset/59\nok 1728 /checksum/SHA512/reset/60\nok 1729 /checksum/SHA512/reset/61\nok 1730 /checksum/SHA512/reset/62\nok 1731 /checksum/SHA512/reset/63\nok 1732 /checksum/SHA512/reset/64\nok 1733 /checksum/SHA512/reset/65\nok 1734 /checksum/SHA512/reset/66\nok 1735 /checksum/SHA512/reset/67\nok 1736 /checksum/SHA512/reset/68\nok 1737 /checksum/SHA512/reset/69\nok 1738 /checksum/SHA512/reset/70\nok 1739 /checksum/SHA512/reset/71\nok 1740 /checksum/SHA512/reset/72\nok 1741 /checksum/SHA512/reset/73\nok 1742 /checksum/SHA512/reset/74\nok 1743 /checksum/SHA512/reset/75\nok 1744 /checksum/SHA512/reset/76\nok 1745 /checksum/SHA512/reset/77\nok 1746 /checksum/SHA512/reset/78\nok 1747 /checksum/SHA512/reset/79\nok 1748 /checksum/SHA512/reset/80\nok 1749 /checksum/SHA512/reset/81\nok 1750 /checksum/SHA512/reset/82\nok 1751 /checksum/SHA512/reset/83\nok 1752 /checksum/SHA512/reset/84\nok 1753 /checksum/SHA512/reset/85\nok 1754 /checksum/SHA512/reset/86\nok 1755 /checksum/SHA512/reset/87\nok 1756 /checksum/SHA512/reset/88\nok 1757 /checksum/SHA512/reset/89\nok 1758 /checksum/SHA512/reset/90\nok 1759 /checksum/SHA512/reset/91\nok 1760 /checksum/SHA512/reset/92\nok 1761 /checksum/SHA512/reset/93\nok 1762 /checksum/SHA512/reset/94\nok 1763 /checksum/SHA512/reset/95\nok 1764 /checksum/SHA512/reset/96\nok 1765 /checksum/SHA512/reset/97\nok 1766 /checksum/SHA512/reset/98\nok 1767 /checksum/SHA512/reset/99\nok 1768 /checksum/SHA512/reset/100\nok 1769 /checksum/SHA512/reset/101\nok 1770 /checksum/SHA512/reset/102\nok 1771 /checksum/SHA512/reset/103\nok 1772 /checksum/SHA512/reset/104\nok 1773 /checksum/SHA512/reset/105\nok 1774 /checksum/SHA512/reset/106\nok 1775 /checksum/SHA512/reset/107\nok 1776 /checksum/SHA512/reset/108\nok 1777 /checksum/SHA512/reset/109\nok 1778 /checksum/SHA512/reset/110\nok 1779 /checksum/SHA512/reset/111\nok 1780 /checksum/SHA512/reset/112\nok 1781 /checksum/SHA512/reset/113\nok 1782 /checksum/SHA512/reset/114\nok 1783 /checksum/SHA512/reset/115\nok 1784 /checksum/SHA512/reset/116\nok 1785 /checksum/SHA512/reset/117\nok 1786 /checksum/SHA512/reset/118\nok 1787 /checksum/SHA512/reset/119\nok 1788 /checksum/SHA512/reset/120\nok 1789 /checksum/SHA512/reset/121\nok 1790 /checksum/SHA512/reset/122\nok 1791 /checksum/SHA512/reset/123\nok 1792 /checksum/SHA512/reset/124\nok 1793 /checksum/SHA512/reset/125\nok 1794 /checksum/SHA512/reset/126\nok 1795 /checksum/SHA512/reset/127\nok 1796 /checksum/SHA512/reset/128\nok 1797 /checksum/SHA512/reset/129\nok 1798 /checksum/SHA512/reset/130\nok 1799 /checksum/SHA512/reset/131\nok 1800 /checksum/SHA512/reset/132\nok 1801 /checksum/SHA512/reset/133\nok 1802 /checksum/SHA512/reset/134\nok 1803 /checksum/SHA512/reset/135\nok 1804 /checksum/SHA512/reset/136\nok 1805 /checksum/SHA512/reset/137\nok 1806 /checksum/SHA512/reset/138\nok 1807 /checksum/SHA512/reset/139\nok 1808 /checksum/SHA512/reset/140\nok 1809 /checksum/SHA512/reset/141\nok 1810 /checksum/SHA512/reset/142\nok 1811 /checksum/SHA512/reset/143\nok 1812 /checksum/SHA512/reset/144\nok 1813 /checksum/SHA512/reset/145\nok 1814 /checksum/SHA512/reset/146\nok 1815 /checksum/SHA512/reset/147\nok 1816 /checksum/SHA512/reset/148\nok 1817 /checksum/SHA512/reset/149\nok 1818 /checksum/SHA512/reset/150\nok 1819 /checksum/SHA512/reset/151\nok 1820 /checksum/SHA512/reset/152\nok 1821 /checksum/SHA512/reset/153\nok 1822 /checksum/SHA512/reset/154\nok 1823 /checksum/SHA512/reset/155\nok 1824 /checksum/SHA512/reset/156\nok 1825 /checksum/SHA512/reset/157\nok 1826 /checksum/SHA512/reset/158\nok 1827 /checksum/SHA512/reset/159\nok 1828 /checksum/SHA512/reset/160\nok 1829 /checksum/SHA512/reset/161\nok 1830 /checksum/SHA512/reset/162\nok 1831 /checksum/SHA512/reset/163\nok 1832 /checksum/SHA512/reset/164\nok 1833 /checksum/SHA512/reset/165\nok 1834 /checksum/SHA512/reset/166\nok 1835 /checksum/SHA512/reset/167\nok 1836 /checksum/SHA512/reset/168\nok 1837 /checksum/SHA512/reset/169\nok 1838 /checksum/SHA512/reset/170\nok 1839 /checksum/SHA512/reset/171\nok 1840 /checksum/SHA512/reset/172\nok 1841 /checksum/SHA512/reset/173\nok 1842 /checksum/SHA512/reset/174\nok 1843 /checksum/SHA512/reset/175\nok 1844 /checksum/SHA512/reset/176\nok 1845 /checksum/SHA512/reset/177\nok 1846 /checksum/SHA512/reset/178\nok 1847 /checksum/SHA512/reset/179\nok 1848 /checksum/SHA512/reset/180\nok 1849 /checksum/SHA512/reset/181\nok 1850 /checksum/SHA512/reset/182\nok 1851 /checksum/SHA512/reset/183\n# End of reset tests\n# End of SHA512 tests\n# End of checksum tests\nPASS: glib/checksum.test\nRunning test: glib/win32-appinfo.test\nTAP version 14\n# random seed: R02S320c07c6ab4a93a7675cf3b51fd0f886\n1..5\n# Start of appinfo tests\nok 1 /appinfo/utf16-strfuncs\nok 2 /appinfo/win32-extract-executable\nok 3 /appinfo/win32-rundll32-fixup\nok 4 /appinfo/win32-parse-filename\nok 5 /appinfo/win32-utf16-conversion-fail\n# Start of subprocess tests\n# End of subprocess tests\n# End of appinfo tests\nPASS: glib/win32-appinfo.test\nRunning test: glib/memchunk.test\nTAP version 14\n# random seed: R02Sd4bcea9f6acbcca8a6db2126238e478a\n1..1\n# Start of memchunk tests\nok 1 /memchunk/basic\n# End of memchunk tests\nPASS: glib/memchunk.test\nRunning test: glib/type-flags.test\nTAP version 14\n# random seed: R02S93840e8fe9b83edae12702f5e04a5be7\n1..4\n# Start of type tests\n# Start of flags tests\nok 1 /type/flags/interface\nok 2 /type/flags/final\n# /type/flags/deprecated summary: Test that trying to instantiate a deprecated type results in a warning.\nok 3 /type/flags/deprecated\n# Start of final tests\nok 4 /type/flags/final/instance-check\n# End of final tests\n# End of flags tests\n# End of type tests\nPASS: glib/type-flags.test\nRunning test: glib/proxy-test.test\nTAP version 14\n# random seed: R02Sd075b099f5fdd46294ce9f834abf5f10\n1..11\n# Start of proxy tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestProxyResolver) for ?gio-proxy-resolver?\nok 1 /proxy/direct_sync\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /proxy/direct_async\nok 3 /proxy/single_sync\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7740 and GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a6780\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 4 /proxy/single_async\nok 5 /proxy/multiple_sync\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a79e0 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a95b0 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a90c0 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 6 /proxy/multiple_async\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2597\nok 7 /proxy/invalid-uris-sync\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2597\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7740 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unspecified proxy lookup failure\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7c40 for GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7740 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 8 /proxy/invalid-uris-async\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: IPv6 DNS error: Not found\n# GLib-GIO-DEBUG: IPv4 DNS error: Not found\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: Not found\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Not found\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a9be0 and GSocketClientAsyncConnectData 0x563cba8a7b30\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a8d30 for GSocketClientAsyncConnectData 0x563cba8a7b30\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unsupported protocol\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7c40 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 9 /proxy/dns\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a95b0 for GSocketClientAsyncConnectData 0x563cba8a7970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unsupported protocol\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7590 and GSocketClientAsyncConnectData 0x563cba8a97c0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a7be0 for GSocketClientAsyncConnectData 0x563cba8a97c0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: g_socket_client_connect_to_uri_async\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x563cba8a7250 and GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x563cba8a8d30 for GSocketClientAsyncConnectData 0x563cba8a9830\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting proxy connection\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unsupported protocol\nok 10 /proxy/override\nok 11 /proxy/enumerator-ports\n# End of proxy tests\nPASS: glib/proxy-test.test\nRunning test: glib/cond.test\nTAP version 14\n# random seed: R02S83c5827b8ee5c540deedd243fcedd63f\n1..4\n# Start of thread tests\nok 1 /thread/cond1\nok 2 /thread/cond2\n# Start of cond tests\nExecuting: glib/cond.test\nok 3 /thread/cond/wait-until\n# slow test /thread/cond/wait-until executed in 1.02 secs\n# Start of wait-until tests\n# /thread/cond/wait-until/contended-and-interrupted summary: Check proper handling of errno in g_cond_wait_until with a contended mutex\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/957\nok 4 /thread/cond/wait-until/contended-and-interrupted\n# slow test /thread/cond/wait-until/contended-and-interrupted executed in 1.10 secs\n# End of wait-until tests\n# End of cond tests\n# End of thread tests\nPASS: glib/cond.test\nRunning test: glib/converter-stream.test\nTAP version 14\n# random seed: R02S7e662f4e2d118848b63e0e130e8e3b9e\n1..17\n# Start of converter tests\nok 1 /converter/basics\n# End of converter tests\n# Start of converter-input-stream tests\nok 2 /converter-input-stream/expander\nok 3 /converter-input-stream/compressor\n# Start of truncation tests\nok 4 /converter-input-stream/truncation/zlib\nok 5 /converter-input-stream/truncation/gzip\nok 6 /converter-input-stream/truncation/raw\n# End of truncation tests\n# Start of charset tests\nok 7 /converter-input-stream/charset/utf8->latin1\nok 8 /converter-input-stream/charset/latin1->utf8\nok 9 /converter-input-stream/charset/fallbacks\n# End of charset tests\n# End of converter-input-stream tests\n# Start of converter-output-stream tests\n# Start of roundtrip tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 10 /converter-output-stream/roundtrip/zlib-0\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 11 /converter-output-stream/roundtrip/zlib-9\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 12 /converter-output-stream/roundtrip/gzip-0\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 13 /converter-output-stream/roundtrip/gzip-9\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 14 /converter-output-stream/roundtrip/raw-0\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=619945\nok 15 /converter-output-stream/roundtrip/raw-9\n# End of roundtrip tests\n# End of converter-output-stream tests\n# Start of converter-stream tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x55fe3bc1c290 and GSocketClientAsyncConnectData 0x55fe3bc190a0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x55fe3b83e380 for GSocketClientAsyncConnectData 0x55fe3bc190a0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 16 /converter-stream/pollable\nok 17 /converter-stream/leftover\n# End of converter-stream tests\nPASS: glib/converter-stream.test\nRunning test: glib/bookmarkfile.test\nTAP version 14\n# random seed: R02Sc5797d77889e5abcbf6149b73a426055\n1..96\n# Start of bookmarks tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-config1:/var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-data1:/var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/load-from-data-dirs/.dirs/runtime\nok 1 /bookmarks/load-from-data-dirs\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/to-file/.dirs/system-config1:/var/volatile/tmp/bookmarks/to-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/to-file/.dirs/system-data1:/var/volatile/tmp/bookmarks/to-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/to-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/to-file/.dirs/runtime\n# Roundtrip from newly created bookmark file /var/volatile/tmp/bookmarkfile-test-09EJ82.xbel\n# Roundtrip from a valid bookmark file\nok 2 /bookmarks/to-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/move-item/.dirs/system-config1:/var/volatile/tmp/bookmarks/move-item/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/move-item/.dirs/system-data1:/var/volatile/tmp/bookmarks/move-item/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/move-item/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/move-item/.dirs/runtime\nok 3 /bookmarks/move-item\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/corner-cases/.dirs/system-config1:/var/volatile/tmp/bookmarks/corner-cases/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/corner-cases/.dirs/system-data1:/var/volatile/tmp/bookmarks/corner-cases/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/corner-cases/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/corner-cases/.dirs/runtime\nok 4 /bookmarks/corner-cases\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/misc/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/misc/.dirs/system-config1:/var/volatile/tmp/bookmarks/misc/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/misc/.dirs/system-data1:/var/volatile/tmp/bookmarks/misc/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/misc/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/misc/.dirs/runtime\nok 5 /bookmarks/misc\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/deprecated/.dirs/system-config1:/var/volatile/tmp/bookmarks/deprecated/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/deprecated/.dirs/system-data1:/var/volatile/tmp/bookmarks/deprecated/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/deprecated/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/deprecated/.dirs/runtime\nok 6 /bookmarks/deprecated\n# Start of parse tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-42.xbel/.dirs/runtime\nok 7 /bookmarks/parse/fail-42.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-26.xbel/.dirs/runtime\nok 8 /bookmarks/parse/fail-26.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-05.xbel/.dirs/runtime\nok 9 /bookmarks/parse/fail-05.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/valid-03.xbel/.dirs/runtime\nok 10 /bookmarks/parse/valid-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-08.xbel/.dirs/runtime\nok 11 /bookmarks/parse/fail-08.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-29.xbel/.dirs/runtime\nok 12 /bookmarks/parse/fail-29.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-02.xbel/.dirs/runtime\nok 13 /bookmarks/parse/fail-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-15.xbel/.dirs/runtime\nok 14 /bookmarks/parse/fail-15.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-41.xbel/.dirs/runtime\nok 15 /bookmarks/parse/fail-41.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-12.xbel/.dirs/runtime\nok 16 /bookmarks/parse/fail-12.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-39.xbel/.dirs/runtime\nok 17 /bookmarks/parse/fail-39.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-18.xbel/.dirs/runtime\nok 18 /bookmarks/parse/fail-18.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-14.xbel/.dirs/runtime\nok 19 /bookmarks/parse/fail-14.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-17.xbel/.dirs/runtime\nok 20 /bookmarks/parse/fail-17.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-33.xbel/.dirs/runtime\nok 21 /bookmarks/parse/fail-33.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-19.xbel/.dirs/runtime\nok 22 /bookmarks/parse/fail-19.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-03.xbel/.dirs/runtime\nok 23 /bookmarks/parse/fail-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-36.xbel/.dirs/runtime\nok 24 /bookmarks/parse/fail-36.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-11.xbel/.dirs/runtime\nok 25 /bookmarks/parse/fail-11.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/valid-01.xbel/.dirs/runtime\nok 26 /bookmarks/parse/valid-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-22.xbel/.dirs/runtime\nok 27 /bookmarks/parse/fail-22.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-21.xbel/.dirs/runtime\nok 28 /bookmarks/parse/fail-21.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-30.xbel/.dirs/runtime\nok 29 /bookmarks/parse/fail-30.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-20.xbel/.dirs/runtime\nok 30 /bookmarks/parse/fail-20.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-23.xbel/.dirs/runtime\nok 31 /bookmarks/parse/fail-23.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-13.xbel/.dirs/runtime\nok 32 /bookmarks/parse/fail-13.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-24.xbel/.dirs/runtime\nok 33 /bookmarks/parse/fail-24.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-35.xbel/.dirs/runtime\nok 34 /bookmarks/parse/fail-35.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-25.xbel/.dirs/runtime\nok 35 /bookmarks/parse/fail-25.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-32.xbel/.dirs/runtime\nok 36 /bookmarks/parse/fail-32.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/valid-02.xbel/.dirs/runtime\nok 37 /bookmarks/parse/valid-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-16.xbel/.dirs/runtime\nok 38 /bookmarks/parse/fail-16.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-06.xbel/.dirs/runtime\nok 39 /bookmarks/parse/fail-06.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-01.xbel/.dirs/runtime\nok 40 /bookmarks/parse/fail-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-27.xbel/.dirs/runtime\nok 41 /bookmarks/parse/fail-27.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-10.xbel/.dirs/runtime\nok 42 /bookmarks/parse/fail-10.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-04.xbel/.dirs/runtime\nok 43 /bookmarks/parse/fail-04.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-28.xbel/.dirs/runtime\nok 44 /bookmarks/parse/fail-28.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-31.xbel/.dirs/runtime\nok 45 /bookmarks/parse/fail-31.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-07.xbel/.dirs/runtime\nok 46 /bookmarks/parse/fail-07.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-40.xbel/.dirs/runtime\nok 47 /bookmarks/parse/fail-40.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-09.xbel/.dirs/runtime\nok 48 /bookmarks/parse/fail-09.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-34.xbel/.dirs/runtime\nok 49 /bookmarks/parse/fail-34.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-38.xbel/.dirs/runtime\nok 50 /bookmarks/parse/fail-38.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/parse/fail-37.xbel/.dirs/runtime\nok 51 /bookmarks/parse/fail-37.xbel\n# End of parse tests\n# Start of copy tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-42.xbel/.dirs/runtime\nok 52 /bookmarks/copy/fail-42.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-26.xbel/.dirs/runtime\nok 53 /bookmarks/copy/fail-26.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-05.xbel/.dirs/runtime\nok 54 /bookmarks/copy/fail-05.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/valid-03.xbel/.dirs/runtime\nok 55 /bookmarks/copy/valid-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-08.xbel/.dirs/runtime\nok 56 /bookmarks/copy/fail-08.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-29.xbel/.dirs/runtime\nok 57 /bookmarks/copy/fail-29.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-02.xbel/.dirs/runtime\nok 58 /bookmarks/copy/fail-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-15.xbel/.dirs/runtime\nok 59 /bookmarks/copy/fail-15.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-41.xbel/.dirs/runtime\nok 60 /bookmarks/copy/fail-41.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-12.xbel/.dirs/runtime\nok 61 /bookmarks/copy/fail-12.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-39.xbel/.dirs/runtime\nok 62 /bookmarks/copy/fail-39.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-18.xbel/.dirs/runtime\nok 63 /bookmarks/copy/fail-18.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-14.xbel/.dirs/runtime\nok 64 /bookmarks/copy/fail-14.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-17.xbel/.dirs/runtime\nok 65 /bookmarks/copy/fail-17.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-33.xbel/.dirs/runtime\nok 66 /bookmarks/copy/fail-33.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-19.xbel/.dirs/runtime\nok 67 /bookmarks/copy/fail-19.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-03.xbel/.dirs/runtime\nok 68 /bookmarks/copy/fail-03.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-36.xbel/.dirs/runtime\nok 69 /bookmarks/copy/fail-36.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-11.xbel/.dirs/runtime\nok 70 /bookmarks/copy/fail-11.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/valid-01.xbel/.dirs/runtime\nok 71 /bookmarks/copy/valid-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-22.xbel/.dirs/runtime\nok 72 /bookmarks/copy/fail-22.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-21.xbel/.dirs/runtime\nok 73 /bookmarks/copy/fail-21.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-30.xbel/.dirs/runtime\nok 74 /bookmarks/copy/fail-30.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-20.xbel/.dirs/runtime\nok 75 /bookmarks/copy/fail-20.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-23.xbel/.dirs/runtime\nok 76 /bookmarks/copy/fail-23.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-13.xbel/.dirs/runtime\nok 77 /bookmarks/copy/fail-13.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-24.xbel/.dirs/runtime\nok 78 /bookmarks/copy/fail-24.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-35.xbel/.dirs/runtime\nok 79 /bookmarks/copy/fail-35.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-25.xbel/.dirs/runtime\nok 80 /bookmarks/copy/fail-25.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-32.xbel/.dirs/runtime\nok 81 /bookmarks/copy/fail-32.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/valid-02.xbel/.dirs/runtime\nok 82 /bookmarks/copy/valid-02.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-16.xbel/.dirs/runtime\nok 83 /bookmarks/copy/fail-16.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-06.xbel/.dirs/runtime\nok 84 /bookmarks/copy/fail-06.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-01.xbel/.dirs/runtime\nok 85 /bookmarks/copy/fail-01.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-27.xbel/.dirs/runtime\nok 86 /bookmarks/copy/fail-27.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-10.xbel/.dirs/runtime\nok 87 /bookmarks/copy/fail-10.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-04.xbel/.dirs/runtime\nok 88 /bookmarks/copy/fail-04.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-28.xbel/.dirs/runtime\nok 89 /bookmarks/copy/fail-28.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-31.xbel/.dirs/runtime\nok 90 /bookmarks/copy/fail-31.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-07.xbel/.dirs/runtime\nok 91 /bookmarks/copy/fail-07.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-40.xbel/.dirs/runtime\nok 92 /bookmarks/copy/fail-40.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-09.xbel/.dirs/runtime\nok 93 /bookmarks/copy/fail-09.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-34.xbel/.dirs/runtime\nok 94 /bookmarks/copy/fail-34.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-38.xbel/.dirs/runtime\nok 95 /bookmarks/copy/fail-38.xbel\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-config1:/var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-data1:/var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/bookmarks/copy/fail-37.xbel/.dirs/runtime\nok 96 /bookmarks/copy/fail-37.xbel\n# End of copy tests\n# End of bookmarks tests\nPASS: glib/bookmarkfile.test\nRunning test: glib/cmph-bdz.test\nTAP version 14\n# random seed: R02S498ac0d108794ead1d96a23b8fe374b2\n1..2\n# Start of cmph-bdz tests\nok 1 /cmph-bdz/search\nok 2 /cmph-bdz/search-packed\n# End of cmph-bdz tests\nPASS: glib/cmph-bdz.test\nRunning test: glib/properties-introspection.test\nTAP version 14\n# random seed: R02S37ad5aeebab15204704dc90c058629e3\n1..2\n# Start of properties tests\n# /properties/introspection summary: Verify that introspecting properties on an interface initializes the GParamSpecPool.\nok 1 /properties/introspection\n# /properties/collision summary: Verify that multiple threads create a single GParamSpecPool.\nok 2 /properties/collision\n# End of properties tests\nPASS: glib/properties-introspection.test\nRunning test: glib/g-file-info.test\nTAP version 14\n# random seed: R02S37f902625b80afc6f8b3bb16a46be0b1\n1..6\n# Start of g-file-info tests\nok 1 /g-file-info/test_g_file_info\n# /g-file-info/xattrs summary: Test setting and getting escaped xattrs\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 2 /g-file-info/xattrs\n# /g-file-info/set-modified-date-time-precision summary: Test that g_file_info_set_modified_date_time() preserves microseconds\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3116\nok 3 /g-file-info/set-modified-date-time-precision\n# Start of test_g_file_info tests\n# /g-file-info/test_g_file_info/modification-time summary: Test that getting the modification time of a file works.\nok 4 /g-file-info/test_g_file_info/modification-time\n# /g-file-info/test_g_file_info/access-time summary: Test that getting the access time of a file works.\nok 5 /g-file-info/test_g_file_info/access-time\n# /g-file-info/test_g_file_info/creation-time summary: Test that getting the creation time of a file works.\nok 6 /g-file-info/test_g_file_info/creation-time\n# End of test_g_file_info tests\n# End of g-file-info tests\nPASS: glib/g-file-info.test\nRunning test: glib/spawn-path-search.test\nTAP version 14\n# random seed: R02S1dbd001271658acf8051ca9135a05267\n1..7\n# Start of spawn tests\n# /spawn/do-not-search summary: Without G_SPAWN_SEARCH_PATH, spawn-test-helper means ./spawn-test-helper.\n# \n# this is spawn-test-helper from glib/tests\n# \nok 1 /spawn/do-not-search\n# /spawn/search-path summary: With G_SPAWN_SEARCH_PATH, spawn-test-helper means $PATH/spawn-test-helper.\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 2 /spawn/search-path\n# /spawn/search-path-from-envp summary: With G_SPAWN_SEARCH_PATH_FROM_ENVP, spawn-test-helper means $PATH/spawn-test-helper with $PATH from envp.\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 3 /spawn/search-path-from-envp\n# /spawn/search-path-ambiguous summary: With G_SPAWN_SEARCH_PATH and G_SPAWN_SEARCH_PATH_FROM_ENVP, the latter wins.\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 4 /spawn/search-path-ambiguous\n# \n# this is spawn-test-helper from path-test-subdir\n# \nok 5 /spawn/search-path-heap-allocation\n# /spawn/search-path-fallback-in-environ summary: With G_SPAWN_SEARCH_PATH but no PATH, a fallback is used.\n# \n# this is spawn-test-helper from glib/tests\n# \nok 6 /spawn/search-path-fallback-in-environ\n# /spawn/search-path-fallback-in-envp summary: With G_SPAWN_SEARCH_PATH_FROM_ENVP but no PATH, a fallback is used.\n# \n# this is spawn-test-helper from glib/tests\n# \nok 7 /spawn/search-path-fallback-in-envp\n# End of spawn tests\nPASS: glib/spawn-path-search.test\nRunning test: glib/io-stream.test\nTAP version 14\n# random seed: R02S9a75494703e491efe17150c25fe0e048\n1..3\n# Start of io-stream tests\nok 1 /io-stream/copy-chunks\n# Start of close tests\n# Start of async tests\nok 2 /io-stream/close/async/memory\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 3 /io-stream/close/async/file\n# End of async tests\n# End of close tests\n# End of io-stream tests\nPASS: glib/io-stream.test\nRunning test: glib/642026-ec.test\nTAP version 14\n# random seed: R02Sb6c308ac75b09ea5b4ade33ea54fd471\n1..1\n# Start of glib tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026\nok 1 /glib/642026\n# End of glib tests\nPASS: glib/642026-ec.test\nRunning test: glib/cxx-14.test\nTAP version 14\n# random seed: R02Sdc40b10bf08d6fad65c9831d6e78c663\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-14.test\nRunning test: glib/network-monitor.test\nTAP version 14\n# random seed: R02Sfbca13838aec943bc07d77262d573a0e\n1..4\n# Start of network-monitor tests\n# GLib-GIO-DEBUG: Failed to initialize portal (GNetworkMonitorPortal) for gio-network-monitor: Not using portals\n# GLib-GIO-DEBUG: Failed to initialize networkmanager (GNetworkMonitorNM) for gio-network-monitor: NetworkManager not running\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation netlink (GNetworkMonitorNetlink) for ?gio-network-monitor?\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\nok 1 /network-monitor/default\nok 2 /network-monitor/remove_default\nok 3 /network-monitor/add_networks\nok 4 /network-monitor/remove_networks\n# End of network-monitor tests\nPASS: glib/network-monitor.test\nRunning test: glib/refcount.test\nTAP version 14\n# random seed: R02Scfd20594270c6106245cf750c7a98e75\n1..4\n# Start of refcount tests\nok 1 /refcount/grefcount\nok 2 /refcount/gatomicrefcount\n# Start of grefcount tests\nok 3 /refcount/grefcount/saturation\n# End of grefcount tests\n# Start of gatomicrefcount tests\nok 4 /refcount/gatomicrefcount/saturation\n# End of gatomicrefcount tests\n# End of refcount tests\nPASS: glib/refcount.test\nRunning test: glib/list.test\nTAP version 14\n# random seed: R02S9b43a0f2ed94d181de25324ef4fb609a\n1..20\n# Start of list tests\nok 1 /list/sort\nok 2 /list/sort-with-data\nok 3 /list/insert-before-link\nok 4 /list/insert-sorted\nok 5 /list/insert-sorted-with-data\nok 6 /list/reverse\nok 7 /list/nth\nok 8 /list/concat\nok 9 /list/remove\nok 10 /list/remove-all\nok 11 /list/first-last\nok 12 /list/insert\nok 13 /list/free-full\nok 14 /list/copy\nok 15 /list/copy-deep\nok 16 /list/delete-link\nok 17 /list/prepend\nok 18 /list/position\nok 19 /list/double-free\n# Start of sort tests\nok 20 /list/sort/stable\n# End of sort tests\n# End of list tests\nPASS: glib/list.test\nRunning test: glib/sandbox.test\nTAP version 14\n# random seed: R02S9ff543beedccd041aa3ca72322a00aad\n1..4\n# Start of sandbox tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/none/.dirs/system-config1:/var/volatile/tmp/sandbox/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/none/.dirs/system-data1:/var/volatile/tmp/sandbox/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/none/.dirs/runtime\nok 1 /sandbox/none\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/snap/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/snap/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/snap/.dirs/system-config1:/var/volatile/tmp/sandbox/snap/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/snap/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/snap/.dirs/system-data1:/var/volatile/tmp/sandbox/snap/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/snap/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/snap/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/snap/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/snap/current/meta/snap.yaml\nok 2 /sandbox/snap\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/classic-snap/.dirs/system-config1:/var/volatile/tmp/sandbox/classic-snap/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/classic-snap/.dirs/system-data1:/var/volatile/tmp/sandbox/classic-snap/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/classic-snap/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/classic-snap/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/snap/current/meta/snap.yaml\nok 3 /sandbox/classic-snap\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/sandbox/flatpak/.dirs/system-config1:/var/volatile/tmp/sandbox/flatpak/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/sandbox/flatpak/.dirs/system-data1:/var/volatile/tmp/sandbox/flatpak/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/sandbox/flatpak/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/sandbox/flatpak/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/sandbox/flatpak/.dirs/runtime/.flatpak-info\nok 4 /sandbox/flatpak\n# End of sandbox tests\nPASS: glib/sandbox.test\nRunning test: glib/macros-c-99.test\nTAP version 14\n# random seed: R02Scbf98178ba6693f35044c58f440f28c6\n1..4\n# Start of C tests\nok 1 /C/standard-99\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-99.test\nRunning test: glib/charset.test\nTAP version 14\n# random seed: R02S8617f406346e54023a1c02634fd545e3\n1..2\n# Start of charset tests\n# Test 0\n# Test 1\n# Test 2\n# Test 3\nok 1 /charset/language_names_with_category\nok 2 /charset/language_names_with_category_async\n# End of charset tests\nPASS: glib/charset.test\nRunning test: glib/task.test\nTAP version 14\n# random seed: R02S1f685aabba19eea39f44a1adfc8a47a3\n1..36\n# Start of gtask tests\nok 1 /gtask/basic\nok 2 /gtask/error\nok 3 /gtask/error-literal\nok 4 /gtask/error-literal-from-variable\nok 5 /gtask/return-from-same-iteration\nok 6 /gtask/return-from-toplevel\nok 7 /gtask/return-from-anon-thread\nok 8 /gtask/return-from-wrong-thread\nok 9 /gtask/no-callback\nok 10 /gtask/report-error\nok 11 /gtask/priority\nok 12 /gtask/name\nok 13 /gtask/static-name\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1608\nok 14 /gtask/asynchronous-cancellation\nok 15 /gtask/check-cancellable\nok 16 /gtask/return-if-cancelled\nok 17 /gtask/run-in-thread\nok 18 /gtask/run-in-thread-sync\nok 19 /gtask/run-in-thread-priority\nok 20 /gtask/run-in-thread-nested\nok 21 /gtask/run-in-thread-overflow\n# slow test /gtask/run-in-thread-overflow executed in 0.51 secs\n# GLib-GIO-DEBUG: GTask 0x560bbe491f10 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 22 /gtask/return-on-cancel\n# GLib-GIO-DEBUG: GTask 0x560bbe493500 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\n# GLib-GIO-DEBUG: GTask 0x560bbe491aa0 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\n# GLib-GIO-DEBUG: GTask 0x560bbe491e30 (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 23 /gtask/return-on-cancel-sync\nok 24 /gtask/return-on-cancel-atomic\nok 25 /gtask/return-pointer\nok 26 /gtask/return-value\nok 27 /gtask/return-prefixed-error\nok 28 /gtask/object-keepalive\nok 29 /gtask/legacy-error\nok 30 /gtask/finalize-without-return\n# Start of name tests\nok 31 /gtask/name/macro-wrapper\n# End of name tests\n# Start of return tests\nok 32 /gtask/return/error-first\nok 33 /gtask/return/value-first\n# Start of in-idle tests\nok 34 /gtask/return/in-idle/error-first\nok 35 /gtask/return/in-idle/value-first\n# End of in-idle tests\n# End of return tests\n# Start of attach-source tests\n# /gtask/attach-source/set-name summary: Test that attaching a source to a task will set the source?s name if unset\nok 36 /gtask/attach-source/set-name\n# End of attach-source tests\n# End of gtask tests\nPASS: glib/task.test\nRunning test: glib/option-argv0.test\nTAP version 14\n# random seed: R02S3ef968961a050b183e4ff345b2f3c404\n1..1\n# Start of option tests\nok 1 /option/argv0\n# End of option tests\nPASS: glib/option-argv0.test\nRunning test: glib/utf8-misc.test\nTAP version 14\n# random seed: R02S540d9df58c271ca11bbbbf7eebdac7b3\n1..7\n# Start of utf8 tests\nok 1 /utf8/strlen\nok 2 /utf8/strncpy\nok 3 /utf8/strrchr\nok 4 /utf8/reverse\nok 5 /utf8/substring\nok 6 /utf8/make-valid\nok 7 /utf8/truncate-middle\n# End of utf8 tests\nPASS: glib/utf8-misc.test\nRunning test: glib/mainloop.test\nTAP version 14\n# random seed: R02S8005c7a14263f883644c408da8fd5c08\n1..45\n# Start of maincontext tests\nok 1 /maincontext/basic\n# Add same-priority sources: 6\n# Find each source: 0\n# Remove in random order: 8\nok 2 /maincontext/nsources_same_priority\n# Add different-priority sources: 7\n# Find each source: 0\n# Remove in random order: 12\nok 3 /maincontext/nsources_different_priority\n# Add sources from threads: 188\n# Remove sources from threads: 61\nok 4 /maincontext/nsources_threadpool\nok 5 /maincontext/source_finalization\n# /maincontext/idle-once summary: Test g_idle_add_once() works\nok 6 /maincontext/idle-once\n# /maincontext/timeout-once summary: Test g_timeout_add_once() works\nok 7 /maincontext/timeout-once\n# Start of source_finalization_from_source tests\n# /maincontext/source_finalization_from_source/0 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 8 /maincontext/source_finalization_from_source/0\n# /maincontext/source_finalization_from_source/1 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 9 /maincontext/source_finalization_from_source/1\n# /maincontext/source_finalization_from_source/2 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 10 /maincontext/source_finalization_from_source/2\n# /maincontext/source_finalization_from_source/3 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 11 /maincontext/source_finalization_from_source/3\n# /maincontext/source_finalization_from_source/4 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 12 /maincontext/source_finalization_from_source/4\n# /maincontext/source_finalization_from_source/5 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 13 /maincontext/source_finalization_from_source/5\n# /maincontext/source_finalization_from_source/6 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 14 /maincontext/source_finalization_from_source/6\n# /maincontext/source_finalization_from_source/7 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 15 /maincontext/source_finalization_from_source/7\n# /maincontext/source_finalization_from_source/8 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 16 /maincontext/source_finalization_from_source/8\n# /maincontext/source_finalization_from_source/9 summary: Tests if freeing a GSource as part of another GSource during main context destruction works.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/merge_requests/1353\nok 17 /maincontext/source_finalization_from_source/9\n# End of source_finalization_from_source tests\n# Start of source_finalization_from_dispatch tests\n# /maincontext/source_finalization_from_dispatch/0 summary: Tests if freeing a GSource as part of another GSource during main context iteration works.\nok 18 /maincontext/source_finalization_from_dispatch/0\n# /maincontext/source_finalization_from_dispatch/1 summary: Tests if freeing a GSource as part of another GSource during main context iteration works.\nok 19 /maincontext/source_finalization_from_dispatch/1\n# /maincontext/source_finalization_from_dispatch/2 summary: Tests if freeing a GSource as part of another GSource during main context iteration works.\nok 20 /maincontext/source_finalization_from_dispatch/2\n# End of source_finalization_from_dispatch tests\n# End of maincontext tests\n# Start of mainloop tests\nok 21 /mainloop/basic\nok 22 /mainloop/timeouts # SKIP Not running timing heavy test\nok 23 /mainloop/priorities\nok 24 /mainloop/invoke\n# slow test /mainloop/invoke executed in 0.50 secs\nok 25 /mainloop/child_sources\n# slow test /mainloop/child_sources executed in 1.16 secs\nExecuting: glib/mainloop.test\nok 26 /mainloop/recursive_child_sources\n# slow test /mainloop/recursive_child_sources executed in 2.14 secs\nok 27 /mainloop/recursive_loop_child_sources\nok 28 /mainloop/swapping_child_sources\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=701283\nok 29 /mainloop/blocked_child_sources\nok 30 /mainloop/source_time\n# slow test /mainloop/source_time executed in 1.00 secs\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=687098\nok 31 /mainloop/overflow\nok 32 /mainloop/ready-time\n# slow test /mainloop/ready-time executed in 0.50 secs\nok 33 /mainloop/wakeup\nok 34 /mainloop/remove-invalid\nok 35 /mainloop/unref-while-pending\nok 36 /mainloop/unix-fd\nok 37 /mainloop/unix-fd-source\nok 38 /mainloop/source-unix-fd-api\nok 39 /mainloop/wait\nok 40 /mainloop/unix-file-poll\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/1592\nok 41 /mainloop/unix-fd-priority\nok 42 /mainloop/nfds\nok 43 /mainloop/steal-fd\n# Start of ownerless-polling tests\nok 44 /mainloop/ownerless-polling/attach-first\nok 45 /mainloop/ownerless-polling/pop-first\n# End of ownerless-polling tests\n# End of mainloop tests\nPASS: glib/mainloop.test\nRunning test: glib/bytes.test\nTAP version 14\n# random seed: R02S45c5bb694bf7ec8fdddf970400819622\n1..21\n# Start of bytes tests\nok 1 /bytes/new\nok 2 /bytes/new-take\nok 3 /bytes/new-static\nok 4 /bytes/new-with-free-func\nok 5 /bytes/new-from-bytes\nok 6 /bytes/new-from-bytes-slice\nok 7 /bytes/new-from-bytes-shared-ref\nok 8 /bytes/hash\nok 9 /bytes/equal\nok 10 /bytes/compare\nok 11 /bytes/null\nok 12 /bytes/get-region\n# /bytes/unref-null summary: Test that calling g_bytes_unref() on NULL is a no-op\nok 13 /bytes/unref-null\n# Start of to-data tests\nok 14 /bytes/to-data/transferred\nok 15 /bytes/to-data/two-refs\nok 16 /bytes/to-data/non-malloc\nok 17 /bytes/to-data/different-free-func\n# End of to-data tests\n# Start of to-array tests\nok 18 /bytes/to-array/transferred\nok 19 /bytes/to-array/two-refs\nok 20 /bytes/to-array/non-malloc\n# Start of transferred tests\n# g_bytes_unref_to_array() can only take GBytes up to G_MAXUINT in length; test that longer ones are rejected\nok 21 /bytes/to-array/transferred/oversize\n# End of transferred tests\n# End of to-array tests\n# End of bytes tests\nPASS: glib/bytes.test\nRunning test: glib/registered-type-info.test\nTAP version 14\n# random seed: R02S4346b494813a2546b17c84d4cd232637\n1..1\n# Start of registered-type-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/registered-type-info/boxed/.dirs/system-config1:/var/volatile/tmp/registered-type-info/boxed/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/registered-type-info/boxed/.dirs/system-data1:/var/volatile/tmp/registered-type-info/boxed/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/registered-type-info/boxed/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/registered-type-info/boxed/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /registered-type-info/boxed summary: Test various boxed and non-boxed types for GIRegisteredTypeInfo\n# Expecting CClosure to not be boxed\n# Expecting TypeCValue to not be boxed\n# Expecting InitiallyUnownedClass to not be boxed\n# Expecting BookmarkFile to be boxed\n# Expecting Closure to be boxed\n# Expecting Object to not be boxed\nok 1 /registered-type-info/boxed\n# End of registered-type-info tests\nPASS: glib/registered-type-info.test\nRunning test: glib/gobject-private.test\nTAP version 14\n# random seed: R02S415c107651ffc43767c34c035d3421a3\n1..3\n# Start of private tests\nok 1 /private/instance\nok 2 /private/derived-instance\nok 3 /private/mixed-derived-instance\n# End of private tests\nPASS: glib/gobject-private.test\nRunning test: glib/giomodule.test\nTAP version 14\n# random seed: R02S26851534a4224c84c46cd2c2a417d799\n1..3\n# Start of giomodule tests\nok 1 /giomodule/extension-point\nok 2 /giomodule/module-scan-all\nok 3 /giomodule/module-scan-all-with-scope\n# End of giomodule tests\nPASS: glib/giomodule.test\nRunning test: glib/genmarshal.py.test\nTAP version 13\nok 1 __main__.TestGenmarshal.test_empty_list\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmp2_0w63pj\n# /tmp/tmp2_0w63pj/tmpdwqk7hhj.list: \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp2_0w63pj/tmpdwqk7hhj.list', '--header', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# #include <glib-object.h>\n# \n# G_BEGIN_DECLS\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp2_0w63pj/tmpdwqk7hhj.list', '--body', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #include <glib-object.h>\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# Error:\nok 2 __main__.TestGenmarshal.test_help\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpekzoc1vy\n# Running: ['/usr/bin/glib-genmarshal', '--help']\n# Return code: 0\n# Output:\n#  usage: glib-genmarshal [-h] [--prefix STRING] [--output FILE] [--skip-source]\n#                        [--internal] [--valist-marshallers] [-v]\n#                        [--g-fatal-warnings] [--include-header [HEADER]]\n#                        [--pragma-once] [-D CPP_DEFINES] [-U CPP_UNDEFINES]\n#                        [--prototypes] [--header] [--body] [--stdinc |\n#                        --nostdinc] [--quiet | --verbose]\n#                        [FILE ...]\n# \n# Generate signal marshallers for GObject\n# \n# positional arguments:\n#   FILE                  Files with lists of marshallers to generate, or \"-\"\n#                         for standard input\n# \n# options:\n#   -h, --help            show this help message and exit\n#   --prefix STRING       Specify marshaller prefix\n#   --output FILE         Write output into the specified file\n#   --skip-source         Skip source location comments\n#   --internal            Mark generated functions as internal\n#   --valist-marshallers  Generate va_list marshallers\n#   -v, --version         Print version information, and exit\n#   --g-fatal-warnings    Make warnings fatal\n#   --include-header [HEADER]\n#                         Include the specified header in the body\n#   --pragma-once         Use \"pragma once\" as the inclusion guard\n#   -D CPP_DEFINES        Pre-processor define\n#   -U CPP_UNDEFINES      Pre-processor undefine\n#   --prototypes          Generate the marshallers prototype in the C code\n#   --header              Generate C headers\n#   --body                Generate C code\n#   --stdinc              Include standard marshallers\n#   --nostdinc            Use standard marshallers\n#   --quiet               Only print warnings and errors\n#   --verbose             Be verbose, and include debugging information\n# Error:\nok 3 __main__.TestGenmarshal.test_no_args\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpwb9b1erv\n# Running: ['/usr/bin/glib-genmarshal']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 4 __main__.TestGenmarshal.test_void_boolean\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpvw985p4y\n# /tmp/tmpvw985p4y/tmp08s7k2p8.list: VOID:BOOLEAN\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpvw985p4y/tmp08s7k2p8.list', '--header', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# #include <glib-object.h>\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:BOOLEAN (/tmp/tmpvw985p4y/tmp08s7k2p8.list:1) */\n# #define g_cclosure_user_marshal_VOID__BOOLEAN\tg_cclosure_marshal_VOID__BOOLEAN\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpvw985p4y/tmp08s7k2p8.list', '--body', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #include <glib-object.h>\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# Error:\nok 5 __main__.TestGenmarshal.test_void_boolean_int64\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpw060q883\n# /tmp/tmpw060q883/tmp3pcqy_v2.list: VOID:BOOLEAN,INT64\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpw060q883/tmp3pcqy_v2.list', '--header', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# #include <glib-object.h>\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:BOOLEAN,INT64 (/tmp/tmpw060q883/tmp3pcqy_v2.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__BOOLEAN_INT64 (GClosure     *closure,\n#                                                   GValue       *return_value,\n#                                                   guint         n_param_values,\n#                                                   const GValue *param_values,\n#                                                   gpointer      invocation_hint,\n#                                                   gpointer      marshal_data);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpw060q883/tmp3pcqy_v2.list', '--body', '--quiet']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #include <glib-object.h>\n# \n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:BOOLEAN,INT64 (/tmp/tmpw060q883/tmp3pcqy_v2.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__BOOLEAN_INT64 (GClosure     *closure,\n#                                              GValue       *return_value G_GNUC_UNUSED,\n#                                              guint         n_param_values,\n#                                              const GValue *param_values,\n#                                              gpointer      invocation_hint G_GNUC_UNUSED,\n#                                              gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__BOOLEAN_INT64) (gpointer data1,\n#                                                     gboolean arg1,\n#                                                     gint64 arg2,\n#                                                     gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__BOOLEAN_INT64 callback;\n# \n#   g_return_if_fail (n_param_values == 3);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__BOOLEAN_INT64) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_boolean (param_values + 1),\n#             g_marshal_value_peek_int64 (param_values + 2),\n#             data2);\n# }\n# Error:\nok 6 __main__.TestGenmarshal.test_void_param_nostdinc\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpai10dr1y\n# /tmp/tmpai10dr1y/tmpso7b_cnl.list: VOID:PARAM\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpai10dr1y/tmpso7b_cnl.list', '--header', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:PARAM (/tmp/tmpai10dr1y/tmpso7b_cnl.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__PARAM (GClosure     *closure,\n#                                           GValue       *return_value,\n#                                           guint         n_param_values,\n#                                           const GValue *param_values,\n#                                           gpointer      invocation_hint,\n#                                           gpointer      marshal_data);\n# extern\n# void g_cclosure_user_marshal_VOID__PARAMv (GClosure *closure,\n#                                            GValue   *return_value,\n#                                            gpointer  instance,\n#                                            va_list   args,\n#                                            gpointer  marshal_data,\n#                                            int       n_params,\n#                                            GType    *param_types);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpai10dr1y/tmpso7b_cnl.list', '--body', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:PARAM (/tmp/tmpai10dr1y/tmpso7b_cnl.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__PARAM (GClosure     *closure,\n#                                      GValue       *return_value G_GNUC_UNUSED,\n#                                      guint         n_param_values,\n#                                      const GValue *param_values,\n#                                      gpointer      invocation_hint G_GNUC_UNUSED,\n#                                      gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__PARAM) (gpointer data1,\n#                                             gpointer arg1,\n#                                             gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__PARAM callback;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__PARAM) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_param (param_values + 1),\n#             data2);\n# }\n# \n# void\n# g_cclosure_user_marshal_VOID__PARAMv (GClosure *closure,\n#                                       GValue   *return_value G_GNUC_UNUSED,\n#                                       gpointer  instance,\n#                                       va_list   args,\n#                                       gpointer  marshal_data,\n#                                       int       n_params,\n#                                       GType    *param_types)\n# {\n#   typedef void (*GMarshalFunc_VOID__PARAM) (gpointer data1,\n#                                             gpointer arg1,\n#                                             gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__PARAM callback;\n#   gpointer arg0;\n#   va_list args_copy;\n# \n#   va_copy (args_copy, args);\n#   arg0 = (gpointer) va_arg (args_copy, gpointer);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     arg0 = g_param_spec_ref (arg0);\n#   va_end (args_copy);\n# \n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = instance;\n#     }\n#   else\n#     {\n#       data1 = instance;\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__PARAM) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             arg0,\n#             data2);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     g_param_spec_unref (arg0);\n# }\n# Error:\nok 7 __main__.TestGenmarshal.test_void_string_nostdinc\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmp3m2m50c6\n# /tmp/tmp3m2m50c6/tmp_mqts7p3.list: VOID:STRING\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp3m2m50c6/tmp_mqts7p3.list', '--header', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:STRING (/tmp/tmp3m2m50c6/tmp_mqts7p3.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__STRING (GClosure     *closure,\n#                                            GValue       *return_value,\n#                                            guint         n_param_values,\n#                                            const GValue *param_values,\n#                                            gpointer      invocation_hint,\n#                                            gpointer      marshal_data);\n# extern\n# void g_cclosure_user_marshal_VOID__STRINGv (GClosure *closure,\n#                                             GValue   *return_value,\n#                                             gpointer  instance,\n#                                             va_list   args,\n#                                             gpointer  marshal_data,\n#                                             int       n_params,\n#                                             GType    *param_types);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmp3m2m50c6/tmp_mqts7p3.list', '--body', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:STRING (/tmp/tmp3m2m50c6/tmp_mqts7p3.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__STRING (GClosure     *closure,\n#                                       GValue       *return_value G_GNUC_UNUSED,\n#                                       guint         n_param_values,\n#                                       const GValue *param_values,\n#                                       gpointer      invocation_hint G_GNUC_UNUSED,\n#                                       gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__STRING) (gpointer data1,\n#                                              gpointer arg1,\n#                                              gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__STRING callback;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__STRING) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_string (param_values + 1),\n#             data2);\n# }\n# \n# void\n# g_cclosure_user_marshal_VOID__STRINGv (GClosure *closure,\n#                                        GValue   *return_value G_GNUC_UNUSED,\n#                                        gpointer  instance,\n#                                        va_list   args,\n#                                        gpointer  marshal_data,\n#                                        int       n_params,\n#                                        GType    *param_types)\n# {\n#   typedef void (*GMarshalFunc_VOID__STRING) (gpointer data1,\n#                                              gpointer arg1,\n#                                              gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__STRING callback;\n#   gpointer arg0;\n#   va_list args_copy;\n# \n#   va_copy (args_copy, args);\n#   arg0 = (gpointer) va_arg (args_copy, gpointer);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     arg0 = g_strdup (arg0);\n#   va_end (args_copy);\n# \n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = instance;\n#     }\n#   else\n#     {\n#       data1 = instance;\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__STRING) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             arg0,\n#             data2);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     g_free (arg0);\n# }\n# Error:\nok 8 __main__.TestGenmarshal.test_void_variant_nostdinc_valist_marshaller\n# glib-genmarshal: /usr/bin/glib-genmarshal\n# tmpdir: /tmp/tmpwnr6vbiq\n# /tmp/tmpwnr6vbiq/tmpgscsob3q.list: VOID:VARIANT\n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpwnr6vbiq/tmpgscsob3q.list', '--header', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifndef __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# #define __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__\n# \n# G_BEGIN_DECLS\n# \n# /* VOID:VARIANT (/tmp/tmpwnr6vbiq/tmpgscsob3q.list:1) */\n# extern\n# void g_cclosure_user_marshal_VOID__VARIANT (GClosure     *closure,\n#                                             GValue       *return_value,\n#                                             guint         n_param_values,\n#                                             const GValue *param_values,\n#                                             gpointer      invocation_hint,\n#                                             gpointer      marshal_data);\n# extern\n# void g_cclosure_user_marshal_VOID__VARIANTv (GClosure *closure,\n#                                              GValue   *return_value,\n#                                              gpointer  instance,\n#                                              va_list   args,\n#                                              gpointer  marshal_data,\n#                                              int       n_params,\n#                                              GType    *param_types);\n# \n# \n# G_END_DECLS\n# \n# #endif /* __G_CCLOSURE_USER_MARSHAL_MARSHAL_H__ */\n# Error:\n#  \n# Running: ['/usr/bin/glib-genmarshal', '/tmp/tmpwnr6vbiq/tmpgscsob3q.list', '--body', '--quiet', '--nostdinc', '--valist-marshaller']\n# Return code: 0\n# Output:\n#  /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */\n# #ifdef G_ENABLE_DEBUG\n# #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)\n# #define g_marshal_value_peek_char(v)     g_value_get_schar (v)\n# #define g_marshal_value_peek_uchar(v)    g_value_get_uchar (v)\n# #define g_marshal_value_peek_int(v)      g_value_get_int (v)\n# #define g_marshal_value_peek_uint(v)     g_value_get_uint (v)\n# #define g_marshal_value_peek_long(v)     g_value_get_long (v)\n# #define g_marshal_value_peek_ulong(v)    g_value_get_ulong (v)\n# #define g_marshal_value_peek_int64(v)    g_value_get_int64 (v)\n# #define g_marshal_value_peek_uint64(v)   g_value_get_uint64 (v)\n# #define g_marshal_value_peek_enum(v)     g_value_get_enum (v)\n# #define g_marshal_value_peek_flags(v)    g_value_get_flags (v)\n# #define g_marshal_value_peek_float(v)    g_value_get_float (v)\n# #define g_marshal_value_peek_double(v)   g_value_get_double (v)\n# #define g_marshal_value_peek_string(v)   (char*) g_value_get_string (v)\n# #define g_marshal_value_peek_param(v)    g_value_get_param (v)\n# #define g_marshal_value_peek_boxed(v)    g_value_get_boxed (v)\n# #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)\n# #define g_marshal_value_peek_object(v)   g_value_get_object (v)\n# #define g_marshal_value_peek_variant(v)  g_value_get_variant (v)\n# #else /* !G_ENABLE_DEBUG */\n# /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.\n#  *          Do not access GValues directly in your code. Instead, use the\n#  *          g_value_get_*() functions\n#  */\n# #define g_marshal_value_peek_boolean(v)  (v)->data[0].v_int\n# #define g_marshal_value_peek_char(v)     (v)->data[0].v_int\n# #define g_marshal_value_peek_uchar(v)    (v)->data[0].v_uint\n# #define g_marshal_value_peek_int(v)      (v)->data[0].v_int\n# #define g_marshal_value_peek_uint(v)     (v)->data[0].v_uint\n# #define g_marshal_value_peek_long(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_ulong(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_int64(v)    (v)->data[0].v_int64\n# #define g_marshal_value_peek_uint64(v)   (v)->data[0].v_uint64\n# #define g_marshal_value_peek_enum(v)     (v)->data[0].v_long\n# #define g_marshal_value_peek_flags(v)    (v)->data[0].v_ulong\n# #define g_marshal_value_peek_float(v)    (v)->data[0].v_float\n# #define g_marshal_value_peek_double(v)   (v)->data[0].v_double\n# #define g_marshal_value_peek_string(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_param(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_boxed(v)    (v)->data[0].v_pointer\n# #define g_marshal_value_peek_pointer(v)  (v)->data[0].v_pointer\n# #define g_marshal_value_peek_object(v)   (v)->data[0].v_pointer\n# #define g_marshal_value_peek_variant(v)  (v)->data[0].v_pointer\n# #endif /* !G_ENABLE_DEBUG */\n# \n# /* VOID:VARIANT (/tmp/tmpwnr6vbiq/tmpgscsob3q.list:1) */\n# void\n# g_cclosure_user_marshal_VOID__VARIANT (GClosure     *closure,\n#                                        GValue       *return_value G_GNUC_UNUSED,\n#                                        guint         n_param_values,\n#                                        const GValue *param_values,\n#                                        gpointer      invocation_hint G_GNUC_UNUSED,\n#                                        gpointer      marshal_data)\n# {\n#   typedef void (*GMarshalFunc_VOID__VARIANT) (gpointer data1,\n#                                               gpointer arg1,\n#                                               gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__VARIANT callback;\n# \n#   g_return_if_fail (n_param_values == 2);\n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = g_value_peek_pointer (param_values + 0);\n#     }\n#   else\n#     {\n#       data1 = g_value_peek_pointer (param_values + 0);\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__VARIANT) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             g_marshal_value_peek_variant (param_values + 1),\n#             data2);\n# }\n# \n# void\n# g_cclosure_user_marshal_VOID__VARIANTv (GClosure *closure,\n#                                         GValue   *return_value G_GNUC_UNUSED,\n#                                         gpointer  instance,\n#                                         va_list   args,\n#                                         gpointer  marshal_data,\n#                                         int       n_params,\n#                                         GType    *param_types)\n# {\n#   typedef void (*GMarshalFunc_VOID__VARIANT) (gpointer data1,\n#                                               gpointer arg1,\n#                                               gpointer data2);\n#   GCClosure *cc = (GCClosure *) closure;\n#   gpointer data1, data2;\n#   GMarshalFunc_VOID__VARIANT callback;\n#   gpointer arg0;\n#   va_list args_copy;\n# \n#   va_copy (args_copy, args);\n#   arg0 = (gpointer) va_arg (args_copy, gpointer);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     arg0 = g_variant_ref_sink (arg0);\n#   va_end (args_copy);\n# \n# \n#   if (G_CCLOSURE_SWAP_DATA (closure))\n#     {\n#       data1 = closure->data;\n#       data2 = instance;\n#     }\n#   else\n#     {\n#       data1 = instance;\n#       data2 = closure->data;\n#     }\n#   callback = (GMarshalFunc_VOID__VARIANT) (marshal_data ? marshal_data : cc->callback);\n# \n#   callback (data1,\n#             arg0,\n#             data2);\n#   if ((param_types[0] & G_SIGNAL_TYPE_STATIC_SCOPE) == 0 && arg0 != NULL)\n#     g_variant_unref (arg0);\n# }\n# Error:\n1..8\nPASS: glib/genmarshal.py.test\nRunning test: glib/dynamictype.test\nTAP version 14\n# random seed: R02Se2c0eac24916fd93b5e1b564cd533b21\n1..2\n# Start of gobject tests\nok 1 /gobject/dynamic-type\n# Start of dynamic-type tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/623\nok 2 /gobject/dynamic-type/query\n# End of dynamic-type tests\n# End of gobject tests\nPASS: glib/dynamictype.test\nRunning test: glib/hook.test\nTAP version 14\n# random seed: R02Sf742f16353f8ad18d8b3925b27440241\n1..2\n# Start of hook tests\nok 1 /hook/basics\nok 2 /hook/corner-cases\n# End of hook tests\nPASS: glib/hook.test\nRunning test: glib/memory-settings-backend.test\nTAP version 14\n# random seed: R02Sfc15b2d2879bbd00b957a7de610e6687\n1..1\n# Start of memory-settings-backend tests\nok 1 /memory-settings-backend/extension-point-registered\n# End of memory-settings-backend tests\nPASS: glib/memory-settings-backend.test\nRunning test: glib/value.test\nTAP version 14\n# random seed: R02S621d2b4b4531fa6318cff26721171edc\n1..9\n# Start of value tests\nok 1 /value/basic\nok 2 /value/collection\nok 3 /value/copying\nok 4 /value/enum-transformation\nok 5 /value/gtype\n# /value/string summary: Test that G_TYPE_STRING GValue copy properly\nok 6 /value/string\n# Next: GObject object in GValue of GObject to GValue of GObject\n# Next: GObject object in GValue of GObject to GValue of TestInterface\n# Next: GObject object in GValue of GObject to GValue of TestObjectA\n# Next: GObject object in GValue of GObject to GValue of TestObjectB\n# Next: GObject object in GValue of GObject to GValue of TestObjectA1\n# Next: GObject object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA object in GValue of GObject to GValue of GObject\n# Next: TestObjectA object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectA object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA object in GValue of TestObjectA to GValue of GObject\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestInterface\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectA\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectB\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectA1\n# Next: TestObjectA object in GValue of TestObjectA to GValue of TestObjectA2\n# Next: TestObjectB object in GValue of GObject to GValue of GObject\n# Next: TestObjectB object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectB object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectB object in GValue of TestInterface to GValue of GObject\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestInterface\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectA\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectB\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectA1\n# Next: TestObjectB object in GValue of TestInterface to GValue of TestObjectA2\n# Next: TestObjectB object in GValue of TestObjectB to GValue of GObject\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestInterface\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectA\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectB\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectA1\n# Next: TestObjectB object in GValue of TestObjectB to GValue of TestObjectA2\n# Next: TestObjectA1 object in GValue of GObject to GValue of GObject\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectA1 object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of GObject\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestInterface\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectA\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectB\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectA1\n# Next: TestObjectA1 object in GValue of TestObjectA to GValue of TestObjectA2\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of GObject\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestInterface\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectA\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectB\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectA1\n# Next: TestObjectA1 object in GValue of TestObjectA1 to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of GObject to GValue of GObject\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of GObject to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of GObject\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of TestInterface to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of GObject\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of TestObjectA to GValue of TestObjectA2\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of GObject\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestInterface\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectA\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectB\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectA1\n# Next: TestObjectA2 object in GValue of TestObjectA2 to GValue of TestObjectA2\nok 7 /value/transform-object\n# Start of array tests\nok 8 /value/array/basic\nok 9 /value/array/sort-with-data\n# End of array tests\n# End of value tests\nPASS: glib/value.test\nRunning test: glib/testing.test\nTAP version 14\n# random seed: R02Sbacd1774cb48e1e5bc05329fe973290e\n1..1\n# Start of assert tests\nok 1 /assert/finalize_object\n# Start of finalize_object tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of finalize_object tests\n# End of assert tests\nPASS: glib/testing.test\nRunning test: glib/atomic-c-99.test\nTAP version 14\n# random seed: R02S5111d49ec2108edb687980dc7ea79801\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-99.test\nRunning test: glib/gobject-query.py.test\nTAP version 13\nok 1 __main__.TestGobjectQuery.test_froots\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmpp51vlp6q\n# Running: ['/usr/bin/gobject-query', 'froots']\n# Return code: 0\n# Output:\n#  \u251cvoid\n# \u251cGInterface\n# \u2502 \u2514GTypePlugin\n# \u251cgchar\n# \u251cguchar\n# \u251cgboolean\n# \u251cgint\n# \u251cguint\n# \u251cglong\n# \u251cgulong\n# \u251cgint64\n# \u251cguint64\n# \u251cGEnum\n# \u251cGFlags\n# \u251cgfloat\n# \u251cgdouble\n# \u251cgchararray\n# \u251cgpointer\n# \u2502 \u2514GType\n# \u251cGBoxed\n# \u2502 \u2514GValueArray\n# \u251cGParam\n# \u2502 \u251cGParamChar\n# \u2502 \u251cGParamUChar\n# \u2502 \u251cGParamBoolean\n# \u2502 \u251cGParamInt\n# \u2502 \u251cGParamUInt\n# \u2502 \u251cGParamLong\n# \u2502 \u251cGParamULong\n# \u2502 \u251cGParamInt64\n# \u2502 \u251cGParamUInt64\n# \u2502 \u251cGParamUnichar\n# \u2502 \u251cGParamEnum\n# \u2502 \u251cGParamFlags\n# \u2502 \u251cGParamFloat\n# \u2502 \u251cGParamDouble\n# \u2502 \u251cGParamString\n# \u2502 \u251cGParamParam\n# \u2502 \u251cGParamBoxed\n# \u2502 \u251cGParamPointer\n# \u2502 \u251cGParamValueArray\n# \u2502 \u251cGParamObject\n# \u2502 \u251cGParamOverride\n# \u2502 \u251cGParamGType\n# \u2502 \u2514GParamVariant\n# \u251cGObject\n# \u2514GVariant\n# Error:\nok 2 __main__.TestGobjectQuery.test_help\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmpychr7lnb\n# Running: ['/usr/bin/gobject-query', '--help']\n# Return code: 0\n# Output:\n#  usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n#        -r       specify root type\n#        -n       don't descend type tree\n#        -h       show help\n#        -b       specify indent string\n#        -i       specify incremental indent string\n#        -s       specify line spacing\n# qualifiers:\n#        froots   iterate over fundamental roots\n#        tree     print type tree\n# Error:\nok 3 __main__.TestGobjectQuery.test_tree\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmpun4lwdid\n# Running: ['/usr/bin/gobject-query', 'tree']\n# Return code: 0\n# Output:\n#  GObject\n# Error:\nok 4 __main__.TestGobjectQuery.test_version\n# gobject-query: /usr/bin/gobject-query\n# tmpdir: /tmp/tmp1d3iv_mi\n# Running: ['/usr/bin/gobject-query', '--version']\n# Return code: 0\n# Output:\n#  2.84.2\n# Error:\n1..4\nPASS: glib/gobject-query.py.test\nRunning test: glib/enums.test\nTAP version 14\n# random seed: R02S9f331ab389a2c65be5e408986093d8c8\n1..4\n# Start of enum tests\nok 1 /enum/basic\nok 2 /enum/define-type\n# End of enum tests\n# Start of flags tests\nok 3 /flags/basic\nok 4 /flags/define-type\n# End of flags tests\nPASS: glib/enums.test\nRunning test: glib/power-profile-monitor.test\nTAP version 14\n# random seed: R02Sd4a37cf728ecec6eb7f8e32b8fe940a1\n1..1\n# Start of power-profile-monitor tests\n# GLib-GIO-DEBUG: Failed to initialize portal (GPowerProfileMonitorPortal) for gio-power-profile-monitor: Not using portals\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dbus (GPowerProfileMonitorDBus) for ?gio-power-profile-monitor?\nok 1 /power-profile-monitor/default\n# End of power-profile-monitor tests\nPASS: glib/power-profile-monitor.test\nRunning test: glib/markup-parse.test\nTAP version 14\n# random seed: R02Se51280657aa623fd60f64356798b2359\n1..71\n# Start of markup tests\n# Start of parse tests\nok 1 /markup/parse/valid-4.gmarkup\nok 2 /markup/parse/fail-31.gmarkup\nok 3 /markup/parse/valid-7.gmarkup\nok 4 /markup/parse/fail-1.gmarkup\nok 5 /markup/parse/valid-8.gmarkup\nok 6 /markup/parse/valid-6.gmarkup\nok 7 /markup/parse/fail-47.gmarkup\nok 8 /markup/parse/fail-46.gmarkup\nok 9 /markup/parse/fail-23.gmarkup\nok 10 /markup/parse/valid-11.gmarkup\nok 11 /markup/parse/fail-34.gmarkup\nok 12 /markup/parse/fail-14.gmarkup\nok 13 /markup/parse/fail-36.gmarkup\nok 14 /markup/parse/fail-44.gmarkup\nok 15 /markup/parse/fail-30.gmarkup\nok 16 /markup/parse/fail-10.gmarkup\nok 17 /markup/parse/fail-26.gmarkup\nok 18 /markup/parse/fail-8.gmarkup\nok 19 /markup/parse/fail-43.gmarkup\nok 20 /markup/parse/fail-22.gmarkup\nok 21 /markup/parse/fail-40.gmarkup\nok 22 /markup/parse/fail-32.gmarkup\nok 23 /markup/parse/fail-27.gmarkup\nok 24 /markup/parse/fail-15.gmarkup\nok 25 /markup/parse/fail-19.gmarkup\nok 26 /markup/parse/fail-42.gmarkup\nok 27 /markup/parse/fail-29.gmarkup\nok 28 /markup/parse/valid-9.gmarkup\nok 29 /markup/parse/fail-52.gmarkup\nok 30 /markup/parse/fail-50.gmarkup\nok 31 /markup/parse/fail-9.gmarkup\nok 32 /markup/parse/fail-13.gmarkup\nok 33 /markup/parse/valid-2.gmarkup\nok 34 /markup/parse/fail-41.gmarkup\nok 35 /markup/parse/valid-14.gmarkup\nok 36 /markup/parse/valid-17.gmarkup\nok 37 /markup/parse/fail-45.gmarkup\nok 38 /markup/parse/fail-6.gmarkup\nok 39 /markup/parse/fail-37.gmarkup\nok 40 /markup/parse/fail-12.gmarkup\nok 41 /markup/parse/fail-49.gmarkup\nok 42 /markup/parse/fail-24.gmarkup\nok 43 /markup/parse/fail-39.gmarkup\nok 44 /markup/parse/fail-4.gmarkup\nok 45 /markup/parse/valid-1.gmarkup\nok 46 /markup/parse/valid-13.gmarkup\nok 47 /markup/parse/fail-21.gmarkup\nok 48 /markup/parse/fail-33.gmarkup\nok 49 /markup/parse/fail-35.gmarkup\nok 50 /markup/parse/fail-11.gmarkup\nok 51 /markup/parse/fail-7.gmarkup\nok 52 /markup/parse/fail-51.gmarkup\nok 53 /markup/parse/fail-54.gmarkup\nok 54 /markup/parse/valid-16.gmarkup\nok 55 /markup/parse/valid-5.gmarkup\nok 56 /markup/parse/fail-25.gmarkup\nok 57 /markup/parse/fail-53.gmarkup\nok 58 /markup/parse/valid-3.gmarkup\nok 59 /markup/parse/fail-2.gmarkup\nok 60 /markup/parse/fail-18.gmarkup\nok 61 /markup/parse/fail-38.gmarkup\nok 62 /markup/parse/fail-3.gmarkup\nok 63 /markup/parse/fail-20.gmarkup\nok 64 /markup/parse/valid-12.gmarkup\nok 65 /markup/parse/fail-5.gmarkup\nok 66 /markup/parse/fail-17.gmarkup\nok 67 /markup/parse/fail-28.gmarkup\nok 68 /markup/parse/valid-15.gmarkup\nok 69 /markup/parse/valid-10.gmarkup\nok 70 /markup/parse/fail-16.gmarkup\nok 71 /markup/parse/fail-48.gmarkup\n# End of parse tests\n# End of markup tests\nPASS: glib/markup-parse.test\nRunning test: glib/repository.test\nTAP version 14\n# random seed: R02S6ae7aa8adb3289b503ec3bd91f42b46b\n1..23\n# Start of repository tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/basic/.dirs/system-config1:/var/volatile/tmp/repository/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/basic/.dirs/system-data1:/var/volatile/tmp/repository/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/basic/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/basic summary: Test basic opening of a repository and requiring a typelib\nok 1 /repository/basic\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/info/.dirs/system-config1:/var/volatile/tmp/repository/info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/info/.dirs/system-data1:/var/volatile/tmp/repository/info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/info summary: Test retrieving some basic info blobs from a typelib\nok 2 /repository/info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/dependencies/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/dependencies/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/dependencies/.dirs/system-config1:/var/volatile/tmp/repository/dependencies/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/dependencies/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/dependencies/.dirs/system-data1:/var/volatile/tmp/repository/dependencies/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/dependencies/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/dependencies/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/dependencies/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/dependencies summary: Test ensures namespace dependencies are correctly exposed\nok 3 /repository/dependencies\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/arg-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/arg-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/arg-info/.dirs/system-config1:/var/volatile/tmp/repository/arg-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/arg-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/arg-info/.dirs/system-data1:/var/volatile/tmp/repository/arg-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/arg-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/arg-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/arg-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/arg-info summary: Test retrieving GIArgInfos from a typelib\nok 4 /repository/arg-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/callable-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/callable-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/callable-info/.dirs/system-config1:/var/volatile/tmp/repository/callable-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/callable-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/callable-info/.dirs/system-data1:/var/volatile/tmp/repository/callable-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/callable-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/callable-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/callable-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/callable-info summary: Test retrieving GICallableInfos from a typelib\nok 5 /repository/callable-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/callback-info/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/callback-info/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/callback-info/.dirs/system-config1:/var/volatile/tmp/repository/callback-info/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/callback-info/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/callback-info/.dirs/system-data1:/var/volatile/tmp/repository/callback-info/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/callback-info/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/callback-info/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/callback-info/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/callback-info summary: Test retrieving GICallbackInfos from a typelib\nok 6 /repository/callback-info\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/char-types/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/char-types/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/char-types/.dirs/system-config1:/var/volatile/tmp/repository/char-types/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/char-types/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/char-types/.dirs/system-data1:/var/volatile/tmp/repository/char-types/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/char-types/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/char-types/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/char-types/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/char-types summary: Test that signed and unsigned char GITypeInfo have GITypeTag of INT8 and UINT8 respectively\nok 7 /repository/char-types\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/constructor-return-type/.dirs/system-config1:/var/volatile/tmp/repository/constructor-return-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/constructor-return-type/.dirs/system-data1:/var/volatile/tmp/repository/constructor-return-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/constructor-return-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/constructor-return-type/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/constructor-return-type summary: Test the return type of a constructor, g_object_newv()\nok 8 /repository/constructor-return-type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-config1:/var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-data1:/var/volatile/tmp/repository/enum-info-c-identifier/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/enum-info-c-identifier/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/enum-info-c-identifier summary: Test that every enum member has a C identifier\nok 9 /repository/enum-info-c-identifier\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-config1:/var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-data1:/var/volatile/tmp/repository/enum-info-static-methods/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/enum-info-static-methods/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/enum-info-static-methods summary: Test an enum with methods\nok 10 /repository/enum-info-static-methods\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/error-quark/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/error-quark/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/error-quark/.dirs/system-config1:/var/volatile/tmp/repository/error-quark/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/error-quark/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/error-quark/.dirs/system-data1:/var/volatile/tmp/repository/error-quark/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/error-quark/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/error-quark/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/error-quark/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/error-quark summary: Test finding an error quark by error domain\nok 11 /repository/error-quark\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-config1:/var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-data1:/var/volatile/tmp/repository/flags-info-c-identifier/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/flags-info-c-identifier/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/flags-info-c-identifier summary: Test that every flags member has a C identifier\nok 12 /repository/flags-info-c-identifier\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-config1:/var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-data1:/var/volatile/tmp/repository/fundamental-ref-func/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/fundamental-ref-func/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/fundamental-ref-func summary: Test getting the ref func of a fundamental type\nok 13 /repository/fundamental-ref-func\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-config1:/var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-data1:/var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/instance-method-ownership-transfer/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/instance-method-ownership-transfer summary: Test two methods of the same object having opposite ownership transfer of the instance parameter\nok 14 /repository/instance-method-ownership-transfer\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-config1:/var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-data1:/var/volatile/tmp/repository/object-gtype-interfaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/object-gtype-interfaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/object-gtype-interfaces summary: Test gi_repository_get_object_gtype_interfaces()\nok 15 /repository/object-gtype-interfaces\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-config1:/var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-data1:/var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/signal-info-with-array-length-arg/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/signal-info-with-array-length-arg summary: Test finding the associated array length argument of an array parameter of a signal\nok 16 /repository/signal-info-with-array-length-arg\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/type-info-name/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/type-info-name/.dirs/system-config1:/var/volatile/tmp/repository/type-info-name/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/type-info-name/.dirs/system-data1:/var/volatile/tmp/repository/type-info-name/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/type-info-name/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/type-info-name/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/type-info-name summary: Test that gi_base_info_get_name() returns null for GITypeInfo\n# Bug Reference: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/96\nok 17 /repository/type-info-name\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-config1:/var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-data1:/var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/vfunc-info-with-no-invoker/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/vfunc-info-with-no-invoker summary: Test vfunc with no known invoker on object, such as GObject.dispose\nok 18 /repository/vfunc-info-with-no-invoker\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-config1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-data1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-interface/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/vfunc-info-with-invoker-on-interface summary: Test vfunc with invoker on interface, such as GFile.read_async\nok 19 /repository/vfunc-info-with-invoker-on-interface\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-config1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-data1:/var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/vfunc-info-with-invoker-on-object/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/vfunc-info-with-invoker-on-object summary: Test vfunc with invoker on object, such as GAppLaunchContext.get_display\nok 20 /repository/vfunc-info-with-invoker-on-object\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/find-by-gtype/.dirs/system-config1:/var/volatile/tmp/repository/find-by-gtype/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/find-by-gtype/.dirs/system-data1:/var/volatile/tmp/repository/find-by-gtype/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/find-by-gtype/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/find-by-gtype/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/find-by-gtype summary: Test finding a GType\nok 21 /repository/find-by-gtype\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/loaded-namespaces/.dirs/system-config1:/var/volatile/tmp/repository/loaded-namespaces/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/loaded-namespaces/.dirs/system-data1:/var/volatile/tmp/repository/loaded-namespaces/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/loaded-namespaces/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/loaded-namespaces/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/loaded-namespaces summary: Test listing loaded namespaces\nok 22 /repository/loaded-namespaces\n# Start of base-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/base-info/clear/.dirs/system-config1:/var/volatile/tmp/repository/base-info/clear/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/base-info/clear/.dirs/system-data1:/var/volatile/tmp/repository/base-info/clear/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/base-info/clear/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/base-info/clear/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /repository/base-info/clear summary: Test calling gi_base_info_clear() on a zero-filled struct\nok 23 /repository/base-info/clear\n# End of base-info tests\n# End of repository tests\nPASS: glib/repository.test\nRunning test: glib/testfilemonitor.test\nTAP version 14\n# random seed: R02S5a50d5bd88e37280964ab7fdc56e06c8\n1..8\n# Start of monitor tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_H65J82\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\nok 1 /monitor/atomic-replace\n# slow test /monitor/atomic-replace executed in 2.00 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_ND8J82\n# Using GFileMonitor GInotifyFileMonitor\nok 2 /monitor/file-changes\n# slow test /monitor/file-changes executed in 2.50 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_2TJ972\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\nok 3 /monitor/dir-monitor\n# slow test /monitor/dir-monitor executed in 3.50 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_2SCK82\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nExecuting: glib/testfilemonitor.test\nok 4 /monitor/dir-not-existent\n# slow test /monitor/dir-not-existent executed in 25.02 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_GAUK82\n# Using GFileMonitor 0 GInotifyFileMonitor\n# Using GFileMonitor 1 GInotifyFileMonitor\nok 5 /monitor/cross-dir-moves\n# slow test /monitor/cross-dir-moves executed in 2.00 secs\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_8QVK82\n# /monitor/finalize-in-callback summary: Test that finalization of a GFileMonitor in one of its callbacks doesn?t cause a deadlock.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/1941\nok 6 /monitor/finalize-in-callback\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_SNWK82\n# /monitor/root summary: Test that GFileMonitor can monitor the root directory.\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3241\nok 7 /monitor/root\n# Start of file tests\n# Using temporary directory: /var/volatile/tmp/gio-test-testfilemonitor_UMWK82\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=755721\n# Running with hard link tests\n# Using GFileMonitor GInotifyFileMonitor\nExecuting: glib/testfilemonitor.test\n# Event 0 at expected index 7 skipped because it is marked as optional\n# Event 2 at expected index 11 skipped because it is marked as optional\nok 8 /monitor/file/hard-links\n# slow test /monitor/file/hard-links executed in 3.50 secs\n# End of file tests\n# End of monitor tests\nPASS: glib/testfilemonitor.test\nRunning test: glib/spawn-test.test\nTAP version 14\n# random seed: R02S6b4e38f35300b7c6e8de02228c6b15f2\n1..2\n# Start of spawn tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/spawn/basics/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/spawn/basics/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/spawn/basics/.dirs/system-config1:/var/volatile/tmp/spawn/basics/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/spawn/basics/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/spawn/basics/.dirs/system-data1:/var/volatile/tmp/spawn/basics/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/spawn/basics/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/spawn/basics/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/spawn/basics/.dirs/runtime\nok 1 /spawn/basics\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-config1:/var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-data1:/var/volatile/tmp/spawn/stdio-overwrite/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/spawn/stdio-overwrite/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/16\n# Fetching GSpawn result output and error output with stdin open, stdout open, stderr open\n# Fetching GSpawn result output and error output with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result output and error output with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result output and error output with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result output and error output with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result output and error output with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result output and error output with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result output and error output with stdin already closed, stdout already closed, stderr already closed\n# Fetching GSpawn result output with stdin open, stdout open, stderr open\n# Fetching GSpawn result output with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result output with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result output with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result output with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result output with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result output with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result output with stdin already closed, stdout already closed, stderr already closed\n# Fetching GSpawn result error output with stdin open, stdout open, stderr open\n# Fetching GSpawn result error output with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result error output with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result error output with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result error output with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result error output with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result error output with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result error output with stdin already closed, stdout already closed, stderr already closed\n# Fetching GSpawn result  with stdin open, stdout open, stderr open\n# Fetching GSpawn result  with stdin open, stdout open, stderr already closed\n# Fetching GSpawn result  with stdin open, stdout already closed, stderr open\n# Fetching GSpawn result  with stdin open, stdout already closed, stderr already closed\n# Fetching GSpawn result  with stdin already closed, stdout open, stderr open\n# Fetching GSpawn result  with stdin already closed, stdout open, stderr already closed\n# Fetching GSpawn result  with stdin already closed, stdout already closed, stderr open\n# Fetching GSpawn result  with stdin already closed, stdout already closed, stderr already closed\nok 2 /spawn/stdio-overwrite\n# End of spawn tests\nPASS: glib/spawn-test.test\nRunning test: glib/gsocketclient-slow.test\nTAP version 14\n# random seed: R02S267f89e2b269218a9f9518eb3939f948\n1..4\n# Start of socket-client tests\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3184\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a56340 and GSocketClientAsyncConnectData 0x565000a316e0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a59ef0 for GSocketClientAsyncConnectData 0x565000a316e0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt delay reached, trying another enumeration\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt failed: Connection refused\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a59ef0 for GSocketClientAsyncConnectData 0x565000a316e0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt failed: Connection refused\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Could not connect to localhost: Connection refused\nok 1 /socket-client/connection-fail\n# slow test /socket-client/connection-fail executed in 1.20 secs\n# Start of happy-eyeballs tests\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a58c30 and GSocketClientAsyncConnectData 0x565000a5b630\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a5b5d0 for GSocketClientAsyncConnectData 0x565000a5b630\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\nExecuting: glib/gsocketclient-slow.test\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt delay reached, trying another enumeration\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 2 /socket-client/happy-eyeballs/slow\n# slow test /socket-client/happy-eyeballs/slow executed in 0.60 secs\n# Start of cancellation tests\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a59580 and GSocketClientAsyncConnectData 0x565000a5d570\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Operation was cancelled\nok 3 /socket-client/happy-eyeballs/cancellation/instant\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x565000a58a80 and GSocketClientAsyncConnectData 0x565000a5d210\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x565000a5dcc0 for GSocketClientAsyncConnectData 0x565000a5d210\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: Connection attempt delay reached, trying another enumeration\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Connection cancelled!\nok 4 /socket-client/happy-eyeballs/cancellation/delayed\n# slow test /socket-client/happy-eyeballs/cancellation/delayed executed in 0.60 secs\n# End of cancellation tests\n# End of happy-eyeballs tests\n# End of socket-client tests\nPASS: glib/gsocketclient-slow.test\nRunning test: glib/utils-c-99.test\nTAP version 14\n# random seed: R02S06a03b46efe0f344620a236c1d0a7220\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-99.test\nRunning test: glib/unix.test\nTAP version 14\n# random seed: R02Sff46b00a78d0ab33d24e165c939d7c1a\n1..20\n# Start of glib-unix tests\n# /glib-unix/closefrom summary: Test g_closefrom(), g_fdwalk_set_cloexec()\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3247\nok 1 /glib-unix/closefrom\nok 2 /glib-unix/pipe\n# /glib-unix/pipe-stdio-overwrite summary: Test that g_unix_open_pipe() will use the first available FD, even if it?s stdin/stdout/stderr\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2795\nok 3 /glib-unix/pipe-stdio-overwrite\n# /glib-unix/pipe-struct summary: Test GUnixPipe structure\nok 4 /glib-unix/pipe-struct\n# /glib-unix/pipe-struct-auto summary: Test g_auto(GUnixPipe)\nok 5 /glib-unix/pipe-struct-auto\nok 6 /glib-unix/error\nok 7 /glib-unix/nonblocking\nok 8 /glib-unix/sighup\n# slow test /glib-unix/sighup executed in 0.50 secs\nok 9 /glib-unix/sigterm\n# slow test /glib-unix/sigterm executed in 0.50 secs\nok 10 /glib-unix/sighup_again\n# slow test /glib-unix/sighup_again executed in 0.50 secs\nok 11 /glib-unix/sighup_add_remove\nok 12 /glib-unix/sighup_nested\nok 13 /glib-unix/callback_after_signal\n# slow test /glib-unix/callback_after_signal executed in 2.00 secs\nok 14 /glib-unix/child-wait\n# Start of closefrom tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of closefrom tests\n# Start of pipe tests\n# /glib-unix/pipe/fd-cloexec summary: Test that FD_CLOEXEC is still accepted as an argument to g_unix_open_pipe()\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3459\n# GLib-DEBUG: g_unix_open_pipe() called with FD_CLOEXEC; please migrate to using O_CLOEXEC instead\nok 15 /glib-unix/pipe/fd-cloexec\n# End of pipe tests\n# Start of sighup tests\nExecuting: glib/unix.test\nok 16 /glib-unix/sighup/alternate-stack\n# slow test /glib-unix/sighup/alternate-stack executed in 1.00 secs\n# End of sighup tests\n# Start of sigterm tests\nok 17 /glib-unix/sigterm/alternate-stack\n# slow test /glib-unix/sigterm/alternate-stack executed in 1.00 secs\n# End of sigterm tests\n# Start of sighup_again tests\nok 18 /glib-unix/sighup_again/alternate-stack\n# slow test /glib-unix/sighup_again/alternate-stack executed in 1.00 secs\n# End of sighup_again tests\n# Start of get-passwd-entry tests\n# /glib-unix/get-passwd-entry/root summary: Tests that g_unix_get_passwd_entry() works for a known-existing username.\nok 19 /glib-unix/get-passwd-entry/root\n# /glib-unix/get-passwd-entry/nonexistent summary: Tests that g_unix_get_passwd_entry() returns an error for a nonexistent username.\nok 20 /glib-unix/get-passwd-entry/nonexistent\n# End of get-passwd-entry tests\n# End of glib-unix tests\nPASS: glib/unix.test\nRunning test: glib/642026.test\nTAP version 14\n# random seed: R02Sc28a6b32c924b08b32acf5f2691b1593\n1..1\n# Start of glib tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=642026\nok 1 /glib/642026\n# End of glib tests\nPASS: glib/642026.test\nRunning test: glib/properties.test\nTAP version 14\n# random seed: R02S090069f0ff3a12bc56bcda663273bf19\n1..14\n# Start of properties tests\nok 1 /properties/install\nok 2 /properties/install-many\nok 3 /properties/notify\nok 4 /properties/notify-queue\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=630357\nok 5 /properties/construct\n# /properties/get-property summary: g_object_get_property() accepts uninitialized, initialized, and transformable values\n# Test g_object_get_property with an initialized value\n# Test g_object_get_property with an uninitialized value\n# Test g_object_get_property with a transformable value\nok 6 /properties/get-property\nok 7 /properties/testv_with_no_properties\nok 8 /properties/testv_with_valid_properties\nok 9 /properties/testv_with_invalid_property_type\nok 10 /properties/testv_with_invalid_property_names\nok 11 /properties/testv_getv\nok 12 /properties/testv_notify_queue\n# Start of notify tests\nok 13 /properties/notify/too-many-freezes\n# End of notify tests\n# Start of set-property tests\n# Start of variant tests\n# /properties/set-property/variant/floating summary: Test that setting a property to a floating variant consumes the reference\nok 14 /properties/set-property/variant/floating\n# End of variant tests\n# End of set-property tests\n# End of properties tests\nPASS: glib/properties.test\nRunning test: glib/accumulator.test\nTAP version 14\n# random seed: R02S844dbb4f2dceb6fc8a9f3add4c1a45c7\n1..1\n# Start of gobject tests\nok 1 /gobject/accumulator\n# End of gobject tests\nPASS: glib/accumulator.test\nRunning test: glib/option-context.test\nTAP version 14\n# random seed: R02S445a19da0c0a30bdea5c9a28f65eb3e6\n1..58\n# Start of option tests\nok 1 /option/basic\nok 2 /option/translate\nok 3 /option/strict-posix\n# Start of help tests\nok 4 /option/help/options\nok 5 /option/help/no-options\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=697652\nok 6 /option/help/no-help-options\n# Usage:\n#   /usr/libexec/installed-tests/glib/option-context [OPTION?] blabla\n# \n# Summary\n# \n# Help Options:\n#   -h, --help                                          Show help options\n# \n# Application Options:\n#   -t, --test=Argument to use in test (deprecated)     Test tests\n#   --test2                                             Tests also\n# \n# Description\n# \nok 7 /option/help/deprecated\n# End of help tests\n# Start of group tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=504142\nok 8 /option/group/captions\nok 9 /option/group/main\nok 10 /option/group/error-hook\nok 11 /option/group/parse\n# Start of captions tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of captions tests\n# End of group tests\n# Start of restoration tests\nok 12 /option/restoration/int\nok 13 /option/restoration/string\nok 14 /option/restoration/boolean\n# End of restoration tests\n# Start of arg tests\nok 15 /option/arg/reverse-string\nok 16 /option/arg/optional-int\n# Start of repetition tests\nok 17 /option/arg/repetition/int\nok 18 /option/arg/repetition/string\nok 19 /option/arg/repetition/filename\nok 20 /option/arg/repetition/double\nok 21 /option/arg/repetition/locale\nok 22 /option/arg/repetition/int64\n# End of repetition tests\n# Start of array tests\nok 23 /option/arg/array/string\n# End of array tests\n# Start of callback tests\nok 24 /option/arg/callback/string\nok 25 /option/arg/callback/count\nok 26 /option/arg/callback/optional1\nok 27 /option/arg/callback/optional2\nok 28 /option/arg/callback/optional3\nok 29 /option/arg/callback/optional4\nok 30 /option/arg/callback/optional5\nok 31 /option/arg/callback/optional6\nok 32 /option/arg/callback/optional7\nok 33 /option/arg/callback/optional8\n# End of callback tests\n# Start of remaining tests\nok 34 /option/arg/remaining/callback\nok 35 /option/arg/remaining/callback-false\nok 36 /option/arg/remaining/non-option\nok 37 /option/arg/remaining/separator\nok 38 /option/arg/remaining/array\n# End of remaining tests\n# Start of ignore tests\nok 39 /option/arg/ignore/long\nok 40 /option/arg/ignore/short\nok 41 /option/arg/ignore/arg\n# End of ignore tests\n# Start of rest tests\nok 42 /option/arg/rest/non-option\nok 43 /option/arg/rest/separator1\nok 44 /option/arg/rest/separator2\nok 45 /option/arg/rest/separator3\nok 46 /option/arg/rest/separator4\nok 47 /option/arg/rest/separator5\n# End of rest tests\n# End of arg tests\n# Start of context tests\nok 48 /option/context/add\nok 49 /option/context/empty2\nok 50 /option/context/empty3\n# End of context tests\n# Start of bug tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=166609\nok 51 /option/bug/unknown-short\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=168008\nok 52 /option/bug/lonely-dash\nok 53 /option/bug/triple-dash\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=305576\nok 54 /option/bug/missing-arg\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=577638\nok 55 /option/bug/dash-arg\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=729563\nok 56 /option/bug/short-remaining\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=646926\nok 57 /option/bug/double-free\nok 58 /option/bug/double-zero\n# End of bug tests\n# End of option tests\nPASS: glib/option-context.test\nRunning test: glib/mutex.test\nTAP version 14\n# random seed: R02S232ecd82a1dbc89d540b468960c13b76\n1..17\n# Start of thread tests\nok 1 /thread/mutex1\nok 2 /thread/mutex2\nok 3 /thread/mutex3\nok 4 /thread/mutex4\nok 5 /thread/mutex5\n# slow test /thread/mutex5 executed in 1.38 secs\n# Start of mutex tests\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\n# /thread/mutex/errno summary: Validates that errno is not touched upon return\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3034\nok 6 /thread/mutex/errno\n# Start of perf tests\n# max perf: inf mips\nok 7 /thread/mutex/perf/uncontended\n# Start of contended tests\n# max perf: 2.000000 mips\nok 8 /thread/mutex/perf/contended/1\n# max perf: inf mips\nok 9 /thread/mutex/perf/contended/2\n# max perf: 4.000000 mips\nok 10 /thread/mutex/perf/contended/3\n# max perf: 5.000000 mips\nok 11 /thread/mutex/perf/contended/4\n# max perf: 1.500000 mips\nok 12 /thread/mutex/perf/contended/5\n# max perf: inf mips\nok 13 /thread/mutex/perf/contended/6\n# max perf: 8.000000 mips\nok 14 /thread/mutex/perf/contended/7\n# max perf: 3.000000 mips\nok 15 /thread/mutex/perf/contended/8\n# max perf: 10.000000 mips\nok 16 /thread/mutex/perf/contended/9\n# max perf: 0.268293 mips\nok 17 /thread/mutex/perf/contended/10\n# End of contended tests\n# End of perf tests\n# End of mutex tests\n# End of thread tests\nPASS: glib/mutex.test\nRunning test: glib/srvtarget.test\nTAP version 14\n# random seed: R02S5a7026facf587c46e52f1d3f6ccff754\n1..1\n# Start of srvtarget tests\nok 1 /srvtarget/srv-target-ordering\n# End of srvtarget tests\nPASS: glib/srvtarget.test\nRunning test: glib/markup-escape.test\nTAP version 14\n# random seed: R02S3c1d8299fb2792492d478d10eb808988\n1..41\n# Start of markup tests\nok 1 /markup/format\n# Start of escape-text tests\nok 2 /markup/escape-text/0\nok 3 /markup/escape-text/1\nok 4 /markup/escape-text/2\nok 5 /markup/escape-text/3\nok 6 /markup/escape-text/4\nok 7 /markup/escape-text/5\nok 8 /markup/escape-text/6\nok 9 /markup/escape-text/7\nok 10 /markup/escape-text/8\nok 11 /markup/escape-text/9\nok 12 /markup/escape-text/10\nok 13 /markup/escape-text/11\nok 14 /markup/escape-text/12\nok 15 /markup/escape-text/13\nok 16 /markup/escape-text/14\nok 17 /markup/escape-text/15\nok 18 /markup/escape-text/16\nok 19 /markup/escape-text/17\nok 20 /markup/escape-text/18\nok 21 /markup/escape-text/19\nok 22 /markup/escape-text/20\nok 23 /markup/escape-text/21\nok 24 /markup/escape-text/22\n# End of escape-text tests\n# Start of escape-unichar tests\nok 25 /markup/escape-unichar/0\nok 26 /markup/escape-unichar/1\nok 27 /markup/escape-unichar/2\nok 28 /markup/escape-unichar/3\nok 29 /markup/escape-unichar/4\nok 30 /markup/escape-unichar/5\nok 31 /markup/escape-unichar/6\nok 32 /markup/escape-unichar/7\nok 33 /markup/escape-unichar/8\nok 34 /markup/escape-unichar/9\nok 35 /markup/escape-unichar/10\nok 36 /markup/escape-unichar/11\nok 37 /markup/escape-unichar/12\nok 38 /markup/escape-unichar/13\nok 39 /markup/escape-unichar/14\nok 40 /markup/escape-unichar/15\nok 41 /markup/escape-unichar/16\n# End of escape-unichar tests\n# End of markup tests\nPASS: glib/markup-escape.test\nRunning test: glib/memory-output-stream.test\nTAP version 14\n# random seed: R02Sc67e3c5c6c7c97ab189769e6c554febd\n1..10\n# Start of memory-output-stream tests\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=540423\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=720080\nok 1 /memory-output-stream/truncate\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=540459\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=540461\nok 2 /memory-output-stream/get-data-size\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=605733\nok 3 /memory-output-stream/properties\nok 4 /memory-output-stream/write-bytes\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2471\nok 5 /memory-output-stream/write-null\nok 6 /memory-output-stream/writev\nok 7 /memory-output-stream/writev_nonblocking\nok 8 /memory-output-stream/steal_as_bytes\n# Start of seek tests\nok 9 /memory-output-stream/seek/fixed\nok 10 /memory-output-stream/seek/resizable\n# End of seek tests\n# End of memory-output-stream tests\nPASS: glib/memory-output-stream.test\nRunning test: glib/utf8-performance.test\nTAP version 14\n# random seed: R02S36237c43c683db14135e05cb5f88cbde\n1..36\n# Start of utf8 tests\n# Start of perf tests\n# Start of get_char tests\n# max perf:    21.5 MB/s\nok 1 /utf8/perf/get_char/ascii\n# max perf:    67.0 MB/s\nok 2 /utf8/perf/get_char/latin1\n# max perf:     inf MB/s\nok 3 /utf8/perf/get_char/cyrillic\n# max perf:     inf MB/s\nok 4 /utf8/perf/get_char/han\n# End of get_char tests\n# Start of get_char-backwards tests\n# max perf:     inf MB/s\nok 5 /utf8/perf/get_char-backwards/ascii\n# max perf:    67.0 MB/s\nok 6 /utf8/perf/get_char-backwards/latin1\n# max perf:     inf MB/s\nok 7 /utf8/perf/get_char-backwards/cyrillic\n# max perf:   156.0 MB/s\nok 8 /utf8/perf/get_char-backwards/han\n# End of get_char-backwards tests\n# Start of get_char_validated tests\n# max perf:    43.0 MB/s\nok 9 /utf8/perf/get_char_validated/ascii\n# max perf:    67.0 MB/s\nok 10 /utf8/perf/get_char_validated/latin1\n# max perf:   160.0 MB/s\nok 11 /utf8/perf/get_char_validated/cyrillic\n# max perf:   156.0 MB/s\nok 12 /utf8/perf/get_char_validated/han\n# End of get_char_validated tests\n# Start of utf8_to_ucs4 tests\n# max perf:    43.0 MB/s\nok 13 /utf8/perf/utf8_to_ucs4/ascii\n# max perf:    67.0 MB/s\nok 14 /utf8/perf/utf8_to_ucs4/latin1\n# max perf:   160.0 MB/s\nok 15 /utf8/perf/utf8_to_ucs4/cyrillic\n# max perf:   156.0 MB/s\nok 16 /utf8/perf/utf8_to_ucs4/han\n# End of utf8_to_ucs4 tests\n# Start of utf8_to_ucs4-sized tests\n# max perf:    43.0 MB/s\nok 17 /utf8/perf/utf8_to_ucs4-sized/ascii\n# max perf:    67.0 MB/s\nok 18 /utf8/perf/utf8_to_ucs4-sized/latin1\n# max perf:   160.0 MB/s\nok 19 /utf8/perf/utf8_to_ucs4-sized/cyrillic\n# max perf:   156.0 MB/s\nok 20 /utf8/perf/utf8_to_ucs4-sized/han\n# End of utf8_to_ucs4-sized tests\n# Start of utf8_to_ucs4_fast tests\n# max perf:    43.0 MB/s\nok 21 /utf8/perf/utf8_to_ucs4_fast/ascii\n# max perf:     inf MB/s\nok 22 /utf8/perf/utf8_to_ucs4_fast/latin1\n# max perf:     inf MB/s\nok 23 /utf8/perf/utf8_to_ucs4_fast/cyrillic\n# max perf:     inf MB/s\nok 24 /utf8/perf/utf8_to_ucs4_fast/han\n# End of utf8_to_ucs4_fast tests\n# Start of utf8_to_ucs4_fast-sized tests\n# max perf:     inf MB/s\nok 25 /utf8/perf/utf8_to_ucs4_fast-sized/ascii\n# max perf:    67.0 MB/s\nok 26 /utf8/perf/utf8_to_ucs4_fast-sized/latin1\n# max perf:   160.0 MB/s\nok 27 /utf8/perf/utf8_to_ucs4_fast-sized/cyrillic\n# max perf:     inf MB/s\nok 28 /utf8/perf/utf8_to_ucs4_fast-sized/han\n# End of utf8_to_ucs4_fast-sized tests\n# Start of utf8_validate tests\n# max perf:     inf MB/s\nok 29 /utf8/perf/utf8_validate/ascii\n# max perf:    67.0 MB/s\nok 30 /utf8/perf/utf8_validate/latin1\n# max perf:     inf MB/s\nok 31 /utf8/perf/utf8_validate/cyrillic\n# max perf:     inf MB/s\nok 32 /utf8/perf/utf8_validate/han\n# End of utf8_validate tests\n# Start of utf8_validate-sized tests\n# max perf:     inf MB/s\nok 33 /utf8/perf/utf8_validate-sized/ascii\n# max perf:     inf MB/s\nok 34 /utf8/perf/utf8_validate-sized/latin1\n# max perf:   160.0 MB/s\nok 35 /utf8/perf/utf8_validate-sized/cyrillic\n# max perf:     inf MB/s\nok 36 /utf8/perf/utf8_validate-sized/han\n# End of utf8_validate-sized tests\n# End of perf tests\n# End of utf8 tests\nPASS: glib/utf8-performance.test\nRunning test: glib/relation.test\nTAP version 14\n# random seed: R02S0987976f1593d4f20a9224ac7151d98c\n1..1\n# Start of glib tests\nok 1 /glib/relation\n# End of glib tests\nPASS: glib/relation.test\nRunning test: glib/collate.test\nTAP version 14\n# random seed: R02S1a853d87d4506b2b9a1f67bebc9097be\n1..9\n# Start of unicode tests\n# Start of collate tests\nok 1 /unicode/collate/0\nok 2 /unicode/collate/1\nok 3 /unicode/collate/2\n# End of collate tests\n# Start of collate-key tests\nok 4 /unicode/collate-key/0\nok 5 /unicode/collate-key/1\nok 6 /unicode/collate-key/2\n# End of collate-key tests\n# Start of collate-filename tests\nok 7 /unicode/collate-filename/0\nok 8 /unicode/collate-filename/1\nok 9 /unicode/collate-filename/2\n# End of collate-filename tests\n# End of unicode tests\nPASS: glib/collate.test\nRunning test: glib/glistmodel.test\nTAP version 14\n# random seed: R02S466b74caaf9d4664c540a69d18d08578\n1..18\n# Start of glistmodel tests\n# Start of store tests\nok 1 /glistmodel/store/properties\nok 2 /glistmodel/store/non-gobjects\nok 3 /glistmodel/store/boundaries\nok 4 /glistmodel/store/refcounts\nok 5 /glistmodel/store/sorted\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=795307\nok 6 /glistmodel/store/splice-replace-middle\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=795307\nok 7 /glistmodel/store/splice-replace-all\nok 8 /glistmodel/store/splice-noop\nok 9 /glistmodel/store/splice-remove-multiple\nok 10 /glistmodel/store/splice-add-multiple\nok 11 /glistmodel/store/splice-wrong-type\nok 12 /glistmodel/store/item-type\nok 13 /glistmodel/store/remove-all\nok 14 /glistmodel/store/sort\nok 15 /glistmodel/store/get-item-cache\nok 16 /glistmodel/store/items-changed\nok 17 /glistmodel/store/past-end\nok 18 /glistmodel/store/find\n# End of store tests\n# End of glistmodel tests\nPASS: glib/glistmodel.test\nRunning test: glib/gdbus-address-get-session.test\nTAP version 14\n# random seed: R02Sae7fea5c7b8d3035a81b3fba9ab2d9bb\n1..2\n# Start of gdbus tests\nok 1 /gdbus/x11-autolaunch\nok 2 /gdbus/xdg-runtime\n# End of gdbus tests\nPASS: glib/gdbus-address-get-session.test\nRunning test: glib/socket-listener.test\nTAP version 14\n# random seed: R02S2aab064c6cb1cedcfc7e4a2fd4ec1b3c\n1..1\n# Start of socket-listener tests\nok 1 /socket-listener/event-signal\n# End of socket-listener tests\nPASS: glib/socket-listener.test\nRunning test: glib/node.test\nTAP version 14\n# random seed: R02S03d131e3e662b1104aa6452b7d420a9c\n1..6\n# Start of node tests\nok 1 /node/allocation\nok 2 /node/construction\nok 3 /node/traversal\nok 4 /node/misc\nok 5 /node/unlink\nok 6 /node/copy\n# End of node tests\nPASS: glib/node.test\nRunning test: glib/1bit-mutex.test\nTAP version 14\n# random seed: R02Sa21044cc7cf46476e1a83518b73207e3\n1..2\n# Start of glib tests\n# Start of 1bit-mutex tests\nExecuting: glib/1bit-mutex.test\nok 1 /glib/1bit-mutex/int\n# slow test /glib/1bit-mutex/int executed in 1.47 secs\nok 2 /glib/1bit-mutex/pointer\n# slow test /glib/1bit-mutex/pointer executed in 1.64 secs\n# End of 1bit-mutex tests\n# End of glib tests\nPASS: glib/1bit-mutex.test\nRunning test: glib/slice.test\nTAP version 14\n# random seed: R02S7cd1573e3b9432d02dac6f4355bd2f5b\n1..3\n# Start of slice tests\nok 1 /slice/copy\nok 2 /slice/chain\nok 3 /slice/allocate\n# End of slice tests\nPASS: glib/slice.test\nRunning test: glib/portal-support-snap-classic.test\nTAP version 14\n# random seed: R02Sb92415e2d9859f6bac08e405b3e6380c\n1..3\n# Start of portal-support tests\n# Start of snap-classic tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-config1:/var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-data1:/var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap-classic/no-snapctl/.dirs/runtime\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap-classic/no-snapctl: No such file or directory\nok 1 /portal-support/snap-classic/no-snapctl\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-config1:/var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-data1:/var/volatile/tmp/portal-support/snap-classic/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap-classic/none/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap-classic/none/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap-classic/none: No such file or directory\nok 2 /portal-support/snap-classic/none\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-config1:/var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-data1:/var/volatile/tmp/portal-support/snap-classic/all/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/snap-classic/all/.dirs/runtime\n# Created snap.yaml in /var/volatile/tmp/meta/snap.yaml\n# Created snapctl in /var/volatile/tmp/portal-support/snap-classic/all/.dirs/runtime/snapctl\nUnable to clean up temporary directory /var/volatile/tmp/portal-support/snap-classic/all: No such file or directory\nok 3 /portal-support/snap-classic/all\n# End of snap-classic tests\n# End of portal-support tests\nPASS: glib/portal-support-snap-classic.test\nRunning test: glib/date.test\nTAP version 14\n# random seed: R02S4199a25d0b760f0300ab1d7d76a729e6\n1..121\n# Start of date tests\nok 1 /date/basic\nok 2 /date/empty\nok 3 /date/dmy\nok 4 /date/julian\nok 5 /date/compare\nok 6 /date/dates\nok 7 /date/strftime\nok 8 /date/two-digit-years\nok 9 /date/parse\nok 10 /date/parse_locale_change\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=793550\nok 11 /date/month_substring\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=749206\nok 12 /date/month_names # SKIP libc doesn\u2019t support all alternative month names\nok 13 /date/clamp\nok 14 /date/order\nok 15 /date/copy\n# Vector 0: 0000-00-00, invalid\n# Vector 1: 0001-01-01, valid\n# Vector 2: 0000-01-01, invalid\n# Vector 3: 2000-02-30, invalid\n# Vector 4: 2000-02-29, valid\n# Vector 5: 2001-02-29, invalid\n# Vector 6: 65535-01-01, valid\nok 16 /date/valid-dmy\n# Start of parse tests\n# Test 0\n# Test 1\nok 17 /date/parse/invalid\n# End of parse tests\n# Start of year tests\nok 18 /date/year/1\nok 19 /date/year/2\nok 20 /date/year/3\nok 21 /date/year/4\nok 22 /date/year/5\nok 23 /date/year/6\nok 24 /date/year/7\nok 25 /date/year/8\nok 26 /date/year/9\nok 27 /date/year/10\nok 28 /date/year/11\nok 29 /date/year/12\nok 30 /date/year/13\nok 31 /date/year/14\nok 32 /date/year/98\nok 33 /date/year/99\nok 34 /date/year/100\nok 35 /date/year/101\nok 36 /date/year/102\nok 37 /date/year/103\nok 38 /date/year/397\nok 39 /date/year/398\nok 40 /date/year/399\nok 41 /date/year/400\nok 42 /date/year/401\nok 43 /date/year/402\nok 44 /date/year/403\nok 45 /date/year/404\nok 46 /date/year/405\nok 47 /date/year/406\nok 48 /date/year/1598\nok 49 /date/year/1599\nok 50 /date/year/1600\nok 51 /date/year/1601\nok 52 /date/year/1602\nok 53 /date/year/1650\nok 54 /date/year/1651\nok 55 /date/year/1897\nok 56 /date/year/1898\nok 57 /date/year/1899\nok 58 /date/year/1900\nok 59 /date/year/1901\nok 60 /date/year/1902\nok 61 /date/year/1903\nok 62 /date/year/1961\nok 63 /date/year/1962\nok 64 /date/year/1963\nok 65 /date/year/1964\nok 66 /date/year/1965\nok 67 /date/year/1967\nok 68 /date/year/1968\nok 69 /date/year/1969\nok 70 /date/year/1970\nok 71 /date/year/1971\nok 72 /date/year/1972\nok 73 /date/year/1973\nok 74 /date/year/1974\nok 75 /date/year/1975\nok 76 /date/year/1976\nok 77 /date/year/1977\nok 78 /date/year/1978\nok 79 /date/year/1979\nok 80 /date/year/1980\nok 81 /date/year/1981\nok 82 /date/year/1982\nok 83 /date/year/1983\nok 84 /date/year/1984\nok 85 /date/year/1985\nok 86 /date/year/1986\nok 87 /date/year/1987\nok 88 /date/year/1988\nok 89 /date/year/1989\nok 90 /date/year/1990\nok 91 /date/year/1991\nok 92 /date/year/1992\nok 93 /date/year/1993\nok 94 /date/year/1994\nok 95 /date/year/1995\nok 96 /date/year/1996\nok 97 /date/year/1997\nok 98 /date/year/1998\nok 99 /date/year/1999\nok 100 /date/year/2000\nok 101 /date/year/2001\nok 102 /date/year/2002\nok 103 /date/year/2003\nok 104 /date/year/2004\nok 105 /date/year/2005\nok 106 /date/year/2006\nok 107 /date/year/2007\nok 108 /date/year/2008\nok 109 /date/year/2009\nok 110 /date/year/2010\nok 111 /date/year/2011\nok 112 /date/year/2012\nok 113 /date/year/3000\nok 114 /date/year/3001\nok 115 /date/year/3002\nok 116 /date/year/3998\nok 117 /date/year/3999\nok 118 /date/year/4000\nok 119 /date/year/4001\nok 120 /date/year/4002\nok 121 /date/year/4003\n# End of year tests\n# End of date tests\nPASS: glib/date.test\nRunning test: glib/rec-mutex.test\nTAP version 14\n# random seed: R02S88a01f5f014c315c15fb9df2b509e648\n1..29\n# Start of thread tests\nok 1 /thread/rec-mutex1\nok 2 /thread/rec-mutex2\nok 3 /thread/rec-mutex3\nok 4 /thread/rec-mutex4\n# Start of rec-mutex tests\n# Start of perf tests\n# Start of uncontended tests\n# max perf: inf mips\nok 5 /thread/rec-mutex/perf/uncontended/depth1\n# max perf: inf mips\nok 6 /thread/rec-mutex/perf/uncontended/depth2\n# max perf: inf mips\nok 7 /thread/rec-mutex/perf/uncontended/depth3\n# max perf: inf mips\nok 8 /thread/rec-mutex/perf/uncontended/depth4\n# max perf: inf mips\nok 9 /thread/rec-mutex/perf/uncontended/depth5\n# End of uncontended tests\n# Start of contended1 tests\n# max perf: inf mips\nok 10 /thread/rec-mutex/perf/contended1/depth1\n# max perf: inf mips\nok 11 /thread/rec-mutex/perf/contended1/depth2\n# max perf: inf mips\nok 12 /thread/rec-mutex/perf/contended1/depth3\n# max perf: inf mips\nok 13 /thread/rec-mutex/perf/contended1/depth4\n# max perf: inf mips\nok 14 /thread/rec-mutex/perf/contended1/depth5\n# End of contended1 tests\n# Start of contended2 tests\n# max perf: inf mips\nok 15 /thread/rec-mutex/perf/contended2/depth1\n# max perf: 3.000000 mips\nok 16 /thread/rec-mutex/perf/contended2/depth2\n# max perf: inf mips\nok 17 /thread/rec-mutex/perf/contended2/depth3\n# max perf: 3.000000 mips\nok 18 /thread/rec-mutex/perf/contended2/depth4\n# max perf: 3.000000 mips\nok 19 /thread/rec-mutex/perf/contended2/depth5\n# End of contended2 tests\n# Start of contended3 tests\n# max perf: 4.000000 mips\nok 20 /thread/rec-mutex/perf/contended3/depth1\n# max perf: inf mips\nok 21 /thread/rec-mutex/perf/contended3/depth2\n# max perf: 4.000000 mips\nok 22 /thread/rec-mutex/perf/contended3/depth3\n# max perf: 4.000000 mips\nok 23 /thread/rec-mutex/perf/contended3/depth4\n# max perf: 2.000000 mips\nok 24 /thread/rec-mutex/perf/contended3/depth5\n# End of contended3 tests\n# Start of contended4 tests\n# max perf: 5.000000 mips\nok 25 /thread/rec-mutex/perf/contended4/depth1\n# max perf: inf mips\nok 26 /thread/rec-mutex/perf/contended4/depth2\n# max perf: 5.000000 mips\nok 27 /thread/rec-mutex/perf/contended4/depth3\n# max perf: 5.000000 mips\nok 28 /thread/rec-mutex/perf/contended4/depth4\n# max perf: inf mips\nok 29 /thread/rec-mutex/perf/contended4/depth5\n# End of contended4 tests\n# End of perf tests\n# End of rec-mutex tests\n# End of thread tests\nPASS: glib/rec-mutex.test\nRunning test: glib/cxx-11.test\nTAP version 14\n# random seed: R02Sf6892eb10872e3dfbbd201bafe120386\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-11.test\nRunning test: glib/g-icon.test\nTAP version 14\n# random seed: R02S382a8e26ab049af8f56a75ef1dc3452d\n1..6\n# Start of icons tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 1 /icons/to-string\nok 2 /icons/serialize\nok 3 /icons/themed\nok 4 /icons/emblemed\nok 5 /icons/file\nok 6 /icons/bytes\n# End of icons tests\nPASS: glib/g-icon.test\nRunning test: glib/onceinit.test\nTAP version 14\n# random seed: R02S0099389d358d708e83a57da6e1392ef8\n1..1\n# Start of thread tests\nok 1 /thread/onceinit\n# End of thread tests\nPASS: glib/onceinit.test\nRunning test: glib/signals.test\nTAP version 14\n# random seed: R02S8501941c745198da412bd9ef9dc7c7f0\n1..31\n# Start of gobject tests\n# Start of signals tests\nok 1 /gobject/signals/all-types\nok 2 /gobject/signals/variant\nok 3 /gobject/signals/destroy-target-object\nok 4 /gobject/signals/generic-marshaller-1\nok 5 /gobject/signals/generic-marshaller-2\nok 6 /gobject/signals/generic-marshaller-enum-return-signed\nok 7 /gobject/signals/generic-marshaller-enum-return-unsigned\nok 8 /gobject/signals/generic-marshaller-int-return\nok 9 /gobject/signals/generic-marshaller-uint-return\nok 10 /gobject/signals/generic-marshaller-interface-return\nok 11 /gobject/signals/custom-marshaller\nok 12 /gobject/signals/connect\nok 13 /gobject/signals/emission-hook\nok 14 /gobject/signals/emitv\nok 15 /gobject/signals/accumulator\n# Signal: accumulator-class-first\n# Signal: accumulator-class-last\n# Signal: accumulator-class-cleanup\n# Signal: accumulator-class-first-last\n# Signal: accumulator-class-first-last-cleanup\n# Signal: accumulator-class-last-cleanup\nok 16 /gobject/signals/accumulator-class\nok 17 /gobject/signals/introspection\nok 18 /gobject/signals/block-handler\nok 19 /gobject/signals/stop-emission\nok 20 /gobject/signals/invocation-hint\nok 21 /gobject/signals/test-disconnection-wrong-object\nok 22 /gobject/signals/clear-signal-handler\n# /gobject/signals/lookup summary: Test that g_signal_lookup() works with a variety of inputs.\nok 23 /gobject/signals/lookup\n# /gobject/signals/parse-name summary: Test that g_signal_parse_name() works with a variety of inputs.\nok 24 /gobject/signals/parse-name\nok 25 /gobject/signals/is-valid-name\nok 26 /gobject/signals/weak-ref-disconnect\n# Start of lookup tests\n# /gobject/signals/lookup/invalid summary: Test that g_signal_lookup() emits a warning if looking up an invalid signal name.\nok 27 /gobject/signals/lookup/invalid\n# End of lookup tests\n# Start of parse-name tests\n# /gobject/signals/parse-name/invalid summary: Test that g_signal_parse_name() ignores a variety of invalid inputs.\n# Parser input: \n# Parser input: 7zip\n# Parser input: invalid:signal\n# Parser input: simple-detailed::\n# Parser input: simple-detailed:\n# Parser input: :\n# Parser input: ::\n# Parser input: :valid-detail\n# Parser input: ::valid-detail\nok 28 /gobject/signals/parse-name/invalid\n# End of parse-name tests\n# Start of invalid-name tests\n# /gobject/signals/invalid-name/colon summary: Check that g_signal_new() rejects invalid signal names.\nok 29 /gobject/signals/invalid-name/colon\n# /gobject/signals/invalid-name/first-char summary: Check that g_signal_new() rejects invalid signal names.\nok 30 /gobject/signals/invalid-name/first-char\n# /gobject/signals/invalid-name/empty summary: Check that g_signal_new() rejects invalid signal names.\nok 31 /gobject/signals/invalid-name/empty\n# End of invalid-name tests\n# End of signals tests\n# End of gobject tests\nPASS: glib/signals.test\nRunning test: glib/data-input-stream.test\nTAP version 14\n# random seed: R02S40ecd0cbf47f924597013e500df3a4d0\n1..10\n# Start of data-input-stream tests\nok 1 /data-input-stream/basic\nok 2 /data-input-stream/read-lines-LF\nok 3 /data-input-stream/read-lines-LF-valid-utf8\nok 4 /data-input-stream/read-lines-LF-invalid-utf8\nok 5 /data-input-stream/read-lines-CR\nok 6 /data-input-stream/read-lines-CR-LF\nok 7 /data-input-stream/read-lines-any\nok 8 /data-input-stream/read-until\n# Test vector 0:  part1 # part2 $ part3 ? part4 ? and #$?^\n# Test vector 1: {\"key\": \"value\"}? and ?\nok 9 /data-input-stream/read-upto\nok 10 /data-input-stream/read-int\n# End of data-input-stream tests\nPASS: glib/data-input-stream.test\nRunning test: glib/mappedfile.test\nTAP version 14\n# random seed: R02Sb7645f619b4a672101ed71883f520442\n1..7\n# Start of mappedfile tests\nok 1 /mappedfile/basic\nok 2 /mappedfile/empty\nok 3 /mappedfile/device\nok 4 /mappedfile/nonexisting\nok 5 /mappedfile/writable\nok 6 /mappedfile/writable_fd\nok 7 /mappedfile/gbytes\n# End of mappedfile tests\nPASS: glib/mappedfile.test\nRunning test: glib/ifaceproperties.test\nTAP version 14\n# random seed: R02Se915da30bbb46544a81b13e7a3de618c\n1..7\n# Start of interface tests\n# Start of properties tests\nok 1 /interface/properties/set\nok 2 /interface/properties/notify\nok 3 /interface/properties/find-overridden\nok 4 /interface/properties/list-overridden\nok 5 /interface/properties/find-interface\nok 6 /interface/properties/list-interface\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=637738\nok 7 /interface/properties/not-overridden\n# End of properties tests\n# End of interface tests\nPASS: glib/ifaceproperties.test\nRunning test: glib/signalgroup.test\nTAP version 14\n# random seed: R02S2b15f2c84c3b9ac91bee130ccb75b7aa\n1..9\n# Start of GObject tests\n# Start of SignalGroup tests\nok 1 /GObject/SignalGroup/invalid\nok 2 /GObject/SignalGroup/simple\nok 3 /GObject/SignalGroup/changing-target\nok 4 /GObject/SignalGroup/blocking\nok 5 /GObject/SignalGroup/weak-ref-target\nok 6 /GObject/SignalGroup/connect-object\nok 7 /GObject/SignalGroup/signal-parsing\nok 8 /GObject/SignalGroup/properties\nok 9 /GObject/SignalGroup/interface\n# Start of signal-parsing tests\n# End of signal-parsing tests\n# End of SignalGroup tests\n# End of GObject tests\nPASS: glib/signalgroup.test\nRunning test: glib/notify-init2.test\nTAP version 14\n# random seed: R02Sa6ee0c121775370a03ccd07fce4d366a\n1..1\n# Start of properties tests\n# /properties/notify-in-init2 summary: Test that notify freezing during construction of objects with custom constructor works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2665\nok 1 /properties/notify-in-init2\n# End of properties tests\nPASS: glib/notify-init2.test\nRunning test: glib/gthash.test\nTAP version 14\n# random seed: R02S7323fe43b99481362b074e0da4aee70f\n1..1\n# Start of gthash tests\nok 1 /gthash/build-retrieve\n# End of gthash tests\nPASS: glib/gthash.test\nRunning test: glib/file-thumbnail.test\nTAP version 14\n# random seed: R02Sa15f560c13d07db03c57394a08d95de2\n1..7\n# Start of file-thumbnail tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/fail/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/fail/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/fail/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/fail/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/fail/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/fail/.dirs/runtime\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/fail/.dirs/cache/thumbnails/fail/gnome-thumbnail-factory/f098bcae74f8241ee3835bded7284cdd.png\nok 1 /file-thumbnail/fail\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/size-priority/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/size-priority/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/fail/gnome-thumbnail-factory/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/normal/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/large/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/x-large/f098bcae74f8241ee3835bded7284cdd.png\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/size-priority/.dirs/cache/thumbnails/xx-large/f098bcae74f8241ee3835bded7284cdd.png\nok 2 /file-thumbnail/size-priority\n# Start of valid tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/normal/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/normal/.dirs/cache/thumbnails/normal/f098bcae74f8241ee3835bded7284cdd.png\nok 3 /file-thumbnail/valid/normal\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/large/.dirs/cache/thumbnails/large/f098bcae74f8241ee3835bded7284cdd.png\nok 4 /file-thumbnail/valid/large\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/x-large/.dirs/cache/thumbnails/x-large/f098bcae74f8241ee3835bded7284cdd.png\nok 5 /file-thumbnail/valid/x-large\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/valid/xx-large/.dirs/cache/thumbnails/xx-large/f098bcae74f8241ee3835bded7284cdd.png\nok 6 /file-thumbnail/valid/xx-large\n# End of valid tests\n# Start of unknown tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-config1:/var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-data1:/var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/runtime\n# Created test thumbnail at /var/volatile/tmp/file-thumbnail/unknown/super-large/.dirs/cache/thumbnails/super-large/f098bcae74f8241ee3835bded7284cdd.png\nok 7 /file-thumbnail/unknown/super-large\n# End of unknown tests\n# End of file-thumbnail tests\nPASS: glib/file-thumbnail.test\nRunning test: glib/boxed.test\nTAP version 14\n# random seed: R02S26463adfb8ad329c7bb72e78c8feeef2\n1..27\n# Start of boxed tests\nok 1 /boxed/define\nok 2 /boxed/ownership\nok 3 /boxed/closure\nok 4 /boxed/date\nok 5 /boxed/value\nok 6 /boxed/string\nok 7 /boxed/hashtable\nok 8 /boxed/array\nok 9 /boxed/ptrarray\nok 10 /boxed/regex\nok 11 /boxed/varianttype\nok 12 /boxed/error\nok 13 /boxed/datetime\nok 14 /boxed/matchinfo\nok 15 /boxed/keyfile\nok 16 /boxed/mainloop\nok 17 /boxed/maincontext\nok 18 /boxed/source\nok 19 /boxed/variantbuilder\nok 20 /boxed/timezone\nok 21 /boxed/pollfd\nok 22 /boxed/markup\nok 23 /boxed/thread\nok 24 /boxed/checksum\nok 25 /boxed/tree\nok 26 /boxed/patternspec\nok 27 /boxed/rand\n# End of boxed tests\nPASS: glib/boxed.test\nRunning test: glib/properties-refcount4.test\nTAP version 14\n# random seed: R02S6248b810223ed78b656fa329dc6b610b\n1..1\n# Start of gobject tests\n# Start of refcount tests\nok 1 /gobject/refcount/properties-4\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount4.test\nRunning test: glib/power-profile-monitor-portal.test\nTAP version 13\nok 1 __main__.TestPowerProfileMonitorPortal.test_power_profile_power_saver_enabled_portal # SKIP xdg-desktop-portal not available\nok 2 __main__.TestPowerProfileMonitorPortal.test_power_profile_power_saver_enabled_portal_default # SKIP xdg-desktop-portal not available\n1..2\nPASS: glib/power-profile-monitor-portal.test\nRunning test: glib/references.test\nTAP version 14\n# random seed: R02Sae3d46eec00aa5de846d101e1c1e93b3\n1..1\n# Start of gobject tests\nok 1 /gobject/references\n# End of gobject tests\nPASS: glib/references.test\nRunning test: glib/markup-subparser.test\nTAP version 14\n# random seed: R02S27d030b00bf58846c564aa3bd2a05587\n1..14\n# Start of glib tests\n# Start of markup tests\n# Start of subparser tests\n# Start of success tests\nok 1 /glib/markup/subparser/success/0\nok 2 /glib/markup/subparser/success/1\nok 3 /glib/markup/subparser/success/2\nok 4 /glib/markup/subparser/success/3\nok 5 /glib/markup/subparser/success/4\nok 6 /glib/markup/subparser/success/5\nok 7 /glib/markup/subparser/success/6\n# End of success tests\n# Start of failure tests\nok 8 /glib/markup/subparser/failure/0\nok 9 /glib/markup/subparser/failure/1\nok 10 /glib/markup/subparser/failure/2\nok 11 /glib/markup/subparser/failure/3\nok 12 /glib/markup/subparser/failure/4\nok 13 /glib/markup/subparser/failure/5\nok 14 /glib/markup/subparser/failure/6\n# End of failure tests\n# End of subparser tests\n# End of markup tests\n# End of glib tests\nPASS: glib/markup-subparser.test\nRunning test: glib/cxx-17.test\nTAP version 14\n# random seed: R02S583cebb8991b4cf42c124d6abc21c50b\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-17.test\nRunning test: glib/memory-monitor-dbus.test\nTAP version 13\nok 1 __main__.TestLowMemoryMonitor.test_low_memory_warning_signal\n# Received memory warning signal, level 0\n# Received memory warning signal, level 100\n# Received memory warning signal, level 255\n1..1\nPASS: glib/memory-monitor-dbus.test\nRunning test: glib/portal-support-env-var.test\nTAP version 14\n# random seed: R02S6f993723a1cdd30630546ce09d2ac945\n1..1\n# Start of portal-support tests\nok 1 /portal-support/env-var\n# End of portal-support tests\nPASS: glib/portal-support-env-var.test\nRunning test: glib/rcbox.test\nTAP version 14\n# random seed: R02S89813efc427b088ac976c533f2f68884\n1..8\n# Start of rcbox tests\nok 1 /rcbox/new\n# global_point = 0x5615525b1dc0\nok 2 /rcbox/release-full\n# global_point_a = 0x5615525b1dc0\n# global_point_b = 0x5615525b1e90\nok 3 /rcbox/dup\nok 4 /rcbox/alignment\n# End of rcbox tests\n# Start of atomic-rcbox tests\nok 5 /atomic-rcbox/new\n# global_point = 0x5615525b1e90\nok 6 /atomic-rcbox/release-full\n# global_point_a = 0x5615525b1e90\n# global_point_b = 0x5615525b1dc0\nok 7 /atomic-rcbox/dup\nok 8 /atomic-rcbox/alignment\n# End of atomic-rcbox tests\nPASS: glib/rcbox.test\nRunning test: glib/unicode.test\nTAP version 14\n# random seed: R02Sf539b4e2458790b4d6a10b8f29abcd95\n1..39\n# Start of unicode tests\nok 1 /unicode/alnum\nok 2 /unicode/alpha\nok 3 /unicode/break-type\nok 4 /unicode/canonical-decomposition\nok 5 /unicode/casefold\nok 6 /unicode/casemap_and_casefold\nok 7 /unicode/cases\nok 8 /unicode/character-type\nok 9 /unicode/cntrl\nok 10 /unicode/combining-class\n# Composing U+000041 and U+000042; expecting U+000000\n# Composing U+000041 and U+000000; expecting U+000000\n# Composing U+000066 and U+000069; expecting U+000000\n# Composing U+000308 and U+000301; expecting U+000000\n# Composing U+000f71 and U+000f72; expecting U+000000\n# Composing U+00212b and U+000000; expecting U+000000\n# Composing U+0000c5 and U+000000; expecting U+000000\n# Composing U+002126 and U+000000; expecting U+000000\n# Composing U+0003a9 and U+000000; expecting U+000000\n# Composing U+000041 and U+00030a; expecting U+0000c5\n# Composing U+00006f and U+000302; expecting U+0000f4\n# Composing U+001e63 and U+000307; expecting U+001e69\n# Composing U+000073 and U+000323; expecting U+001e63\n# Composing U+000064 and U+000307; expecting U+001e0b\n# Composing U+000064 and U+000323; expecting U+001e0d\n# Composing U+00d4cc and U+0011b6; expecting U+00d4db\n# Composing U+001111 and U+001171; expecting U+00d4cc\n# Composing U+00ce20 and U+0011b8; expecting U+00ce31\n# Composing U+00110e and U+001173; expecting U+00ce20\n# Composing U+001100 and U+001160; expecting U+000000\n# Composing U+001100 and U+001177; expecting U+000000\n# Composing U+00abff and U+0011b6; expecting U+000000\n# Composing U+00d7a5 and U+0011b6; expecting U+000000\n# Composing U+00ac01 and U+0011b6; expecting U+000000\n# Composing U+00d4cc and U+0011a6; expecting U+000000\n# Composing U+00d4cc and U+0011c4; expecting U+000000\n# Composing U+01611e and U+01611e; expecting U+016121\n# Composing U+01611e and U+01611f; expecting U+016123\n# Composing U+0000f6 and U+000304; expecting U+00022b\n# Composing U+000b47 and U+000b57; expecting U+000b4c\n# Composing U+0000a0 and U+000b57; expecting U+000000\n# Composing U+016e00 and U+00030a; expecting U+000000\n# Composing U+00212b and U+016e00; expecting U+000000\n# Composing U+001e63 and U+000306; expecting U+000000\n# Composing U+001e63 and U+000304; expecting U+000000\n# Composing U+001e63 and U+000b57; expecting U+000000\n# Composing U+001e63 and U+000000; expecting U+000000\n# Composing U+001e63 and U+0113c2; expecting U+000000\n# Composing U+001f01 and U+0113c2; expecting U+000000\n# Composing U+00006e and U+000302; expecting U+000000\n# Composing U+001e63 and U+01611f; expecting U+000000\n# Composing U+01138e and U+0113b8; expecting U+000000\n# Composing U+01611e and U+000000; expecting U+000000\n# Composing U+000000 and U+01611f; expecting U+000000\n# Composing U+011390 and U+0113c2; expecting U+000000\nok 11 /unicode/compose\nok 12 /unicode/decompose\nok 13 /unicode/decompose-tail\nok 14 /unicode/defined\nok 15 /unicode/digit\nok 16 /unicode/digit-value\n# Fully decomposing U+000041; expecting 1 codepoints\n# Fully decomposing U+00fb01; expecting 1 codepoints\n# Fully decomposing U+00212b; expecting 2 codepoints\n# Fully decomposing U+002126; expecting 1 codepoints\n# Fully decomposing U+000344; expecting 2 codepoints\n# Fully decomposing U+000f73; expecting 2 codepoints\n# Fully decomposing U+0000c5; expecting 2 codepoints\n# Fully decomposing U+0000f4; expecting 2 codepoints\n# Fully decomposing U+001e69; expecting 3 codepoints\n# Fully decomposing U+001e63; expecting 2 codepoints\n# Fully decomposing U+001e0b; expecting 2 codepoints\n# Fully decomposing U+001e0d; expecting 2 codepoints\n# Fully decomposing U+00d4db; expecting 3 codepoints\n# Fully decomposing U+00d4cc; expecting 2 codepoints\n# Fully decomposing U+00ce31; expecting 3 codepoints\n# Fully decomposing U+00ce20; expecting 2 codepoints\nok 17 /unicode/fully-decompose-canonical\nok 18 /unicode/fully-decompose-len\nok 19 /unicode/normalization\nok 20 /unicode/graph\n# Testing script Zyyy (code 1517910393)\n# Testing script Zinh (code 1516858984)\n# Testing script Zmth (code 1517122664)\n# Testing script Arab (code 1098015074)\n# Testing script Armn (code 1098018158)\n# Testing script Beng (code 1113943655)\n# Testing script Bopo (code 1114599535)\n# Testing script Cher (code 1130915186)\n# Testing script Copt (code 1131376756)\n# Testing script Cyrl (code 1132032620)\n# Testing script Dsrt (code 1148416628)\n# Testing script Deva (code 1147500129)\n# Testing script Ethi (code 1165256809)\n# Testing script Geor (code 1197830002)\n# Testing script Goth (code 1198486632)\n# Testing script Grek (code 1198679403)\n# Testing script Gujr (code 1198877298)\n# Testing script Guru (code 1198879349)\n# Testing script Hani (code 1214344809)\n# Testing script Hang (code 1214344807)\n# Testing script Hebr (code 1214603890)\n# Testing script Hira (code 1214870113)\n# Testing script Knda (code 1265525857)\n# Testing script Kana (code 1264676449)\n# Testing script Khmr (code 1265134962)\n# Testing script Laoo (code 1281453935)\n# Testing script Latn (code 1281455214)\n# Testing script Mlym (code 1298954605)\n# Testing script Mong (code 1299148391)\n# Testing script Mymr (code 1299803506)\n# Testing script Ogam (code 1332175213)\n# Testing script Ital (code 1232363884)\n# Testing script Orya (code 1332902241)\n# Testing script Runr (code 1383427698)\n# Testing script Sinh (code 1399418472)\n# Testing script Syrc (code 1400468067)\n# Testing script Taml (code 1415671148)\n# Testing script Telu (code 1415933045)\n# Testing script Thaa (code 1416126817)\n# Testing script Thai (code 1416126825)\n# Testing script Tibt (code 1416192628)\n# Testing script Cans (code 1130458739)\n# Testing script Yiii (code 1500080489)\n# Testing script Tglg (code 1416064103)\n# Testing script Hano (code 1214344815)\n# Testing script Buhd (code 1114990692)\n# Testing script Tagb (code 1415669602)\n# Testing script Brai (code 1114792297)\n# Testing script Cprt (code 1131442804)\n# Testing script Limb (code 1281977698)\n# Testing script Osma (code 1332964705)\n# Testing script Shaw (code 1399349623)\n# Testing script Linb (code 1281977954)\n# Testing script Tale (code 1415670885)\n# Testing script Ugar (code 1432838514)\n# Testing script Talu (code 1415670901)\n# Testing script Bugi (code 1114990441)\n# Testing script Glag (code 1198285159)\n# Testing script Tfng (code 1415999079)\n# Testing script Sylo (code 1400466543)\n# Testing script Xpeo (code 1483761007)\n# Testing script Khar (code 1265131890)\n# Testing script Zzzz (code 1517976186)\n# Testing script Bali (code 1113681001)\n# Testing script Xsux (code 1483961720)\n# Testing script Phnx (code 1349021304)\n# Testing script Phag (code 1349017959)\n# Testing script Nkoo (code 1315663727)\n# Testing script Kali (code 1264675945)\n# Testing script Lepc (code 1281716323)\n# Testing script Rjng (code 1382706791)\n# Testing script Sund (code 1400204900)\n# Testing script Saur (code 1398895986)\n# Testing script Cham (code 1130914157)\n# Testing script Olck (code 1332503403)\n# Testing script Vaii (code 1449224553)\n# Testing script Cari (code 1130459753)\n# Testing script Lyci (code 1283023721)\n# Testing script Lydi (code 1283023977)\n# Testing script Avst (code 1098281844)\n# Testing script Bamu (code 1113681269)\n# Testing script Egyp (code 1164409200)\n# Testing script Armi (code 1098018153)\n# Testing script Phli (code 1349020777)\n# Testing script Prti (code 1349678185)\n# Testing script Java (code 1247901281)\n# Testing script Kthi (code 1265920105)\n# Testing script Lisu (code 1281979253)\n# Testing script Mtei (code 1299473769)\n# Testing script Sarb (code 1398895202)\n# Testing script Orkh (code 1332898664)\n# Testing script Samr (code 1398893938)\n# Testing script Lana (code 1281453665)\n# Testing script Tavt (code 1415673460)\n# Testing script Batk (code 1113683051)\n# Testing script Brah (code 1114792296)\n# Testing script Mand (code 1298230884)\n# Testing script Cakm (code 1130457965)\n# Testing script Merc (code 1298494051)\n# Testing script Mero (code 1298494063)\n# Testing script Plrd (code 1349284452)\n# Testing script Shrd (code 1399353956)\n# Testing script Sora (code 1399812705)\n# Testing script Takr (code 1415670642)\n# Testing script Bass (code 1113682803)\n# Testing script Aghb (code 1097295970)\n# Testing script Dupl (code 1148547180)\n# Testing script Elba (code 1164730977)\n# Testing script Gran (code 1198678382)\n# Testing script Khoj (code 1265135466)\n# Testing script Sind (code 1399418468)\n# Testing script Lina (code 1281977953)\n# Testing script Mahj (code 1298229354)\n# Testing script Mani (code 1298230889)\n# Testing script Mend (code 1298493028)\n# Testing script Modi (code 1299145833)\n# Testing script Mroo (code 1299345263)\n# Testing script Nbat (code 1315070324)\n# Testing script Narb (code 1315009122)\n# Testing script Perm (code 1348825709)\n# Testing script Hmng (code 1215131239)\n# Testing script Palm (code 1348562029)\n# Testing script Pauc (code 1348564323)\n# Testing script Phlp (code 1349020784)\n# Testing script Sidd (code 1399415908)\n# Testing script Tirh (code 1416196712)\n# Testing script Wara (code 1466004065)\n# Testing script Ahom (code 1097363309)\n# Testing script Hluw (code 1215067511)\n# Testing script Hatr (code 1214346354)\n# Testing script Mult (code 1299541108)\n# Testing script Hung (code 1215655527)\n# Testing script Sgnw (code 1399287415)\n# Testing script Adlm (code 1097100397)\n# Testing script Bhks (code 1114139507)\n# Testing script Marc (code 1298231907)\n# Testing script Newa (code 1315272545)\n# Testing script Osge (code 1332963173)\n# Testing script Tang (code 1415671399)\n# Testing script Gonm (code 1198485101)\n# Testing script Nshu (code 1316186229)\n# Testing script Soyo (code 1399814511)\n# Testing script Zanb (code 1516334690)\n# Testing script Dogr (code 1148151666)\n# Testing script Gong (code 1198485095)\n# Testing script Rohg (code 1383032935)\n# Testing script Maka (code 1298230113)\n# Testing script Medf (code 1298490470)\n# Testing script Sogo (code 1399809903)\n# Testing script Sogd (code 1399809892)\n# Testing script Elym (code 1164736877)\n# Testing script Nand (code 1315008100)\n# Testing script Hmnp (code 1215131248)\n# Testing script Wcho (code 1466132591)\n# Testing script Chrs (code 1130918515)\n# Testing script Diak (code 1147756907)\n# Testing script Kits (code 1265202291)\n# Testing script Yezi (code 1499822697)\n# Testing script Cpmn (code 1131441518)\n# Testing script Ougr (code 1333094258)\n# Testing script Tnsa (code 1416524641)\n# Testing script Toto (code 1416590447)\n# Testing script Vith (code 1449751656)\n# Testing script Kawi (code 1264678761)\n# Testing script Nagm (code 1315006317)\n# Testing script Todr (code 1416586354)\n# Testing script Gara (code 1197568609)\n# Testing script Tutg (code 1416983655)\n# Testing script Sunu (code 1400204917)\n# Testing script Gukh (code 1198877544)\n# Testing script Krai (code 1265787241)\n# Testing script Onao (code 1332633967)\nok 21 /unicode/iso15924\nok 22 /unicode/lower\nok 23 /unicode/mark\nok 24 /unicode/mirror\nok 25 /unicode/print\nok 26 /unicode/punctuation\nok 27 /unicode/script\nok 28 /unicode/space\nok 29 /unicode/strdown\nok 30 /unicode/strup\nok 31 /unicode/turkish-strupdown\nok 32 /unicode/title\nok 33 /unicode/upper\nok 34 /unicode/validate\nok 35 /unicode/wide\nok 36 /unicode/xdigit\nok 37 /unicode/xdigit-value\nok 38 /unicode/zero-width\nok 39 /unicode/normalize\n# End of unicode tests\nPASS: glib/unicode.test\nRunning test: glib/module-test-library.test\nTAP version 14\n# random seed: R02S681fd335c2c051541c0ca766dd19a1aa\n1..3\n# Start of module tests\nok 1 /module/basics\n# /module/invalid-libtool-archive summary: Test that opening an invalid .la file fails\nok 2 /module/invalid-libtool-archive\n# /module/local-binding summary: Test that binding a library's symbols locally does not add them globally\nok 3 /module/local-binding\n# End of module tests\nPASS: glib/module-test-library.test\nRunning test: glib/stream-rw_all.test\nTAP version 14\n# random seed: R02Sc7d2252407a182bf5f8eee5e44c1b525\n1..3\n# Start of stream tests\n# Start of read_all_async tests\nok 1 /stream/read_all_async/memory\n# End of read_all_async tests\n# Start of write_all_async tests\nok 2 /stream/write_all_async/memory\n# End of write_all_async tests\n# Start of read_write_all_async tests\nok 3 /stream/read_write_all_async/pipe\n# End of read_write_all_async tests\n# End of stream tests\nPASS: glib/stream-rw_all.test\nRunning test: glib/data-output-stream.test\nTAP version 14\n# random seed: R02S0dda46977882b164d1ac2fef3af271b4\n1..7\n# Start of data-output-stream tests\nok 1 /data-output-stream/basic\nok 2 /data-output-stream/write-lines-LF\nok 3 /data-output-stream/write-lines-CR\nok 4 /data-output-stream/write-lines-CR-LF\nok 5 /data-output-stream/write-int\nok 6 /data-output-stream/seek\nok 7 /data-output-stream/truncate\n# End of data-output-stream tests\nPASS: glib/data-output-stream.test\nRunning test: glib/assert-msg-test.py.test\nTAP version 13\nok 1 __main__.TestAssertMessage.test_gassert\n# assert-msg-test: /usr/libexec/installed-tests/glib/assert-msg-test\n# tmpdir: /tmp/tmp61732s85\n# Running: ['/usr/libexec/installed-tests/glib/assert-msg-test']\n# Return code: -6\n# Output:\n#  Bail out! GLib:ERROR:../glib-2.84.2/glib/tests/assert-msg-test.c:31:main: assertion failed: (42 < 0)\n# Error:\n#  **\n# GLib:ERROR:../glib-2.84.2/glib/tests/assert-msg-test.c:31:main: assertion failed: (42 < 0)\nok 2 __main__.TestAssertMessage.test_gdb_gassert # SKIP GDB is not installed, skipping this test!\n# assert-msg-test: /usr/libexec/installed-tests/glib/assert-msg-test\n# tmpdir: /tmp/tmpl_07zu0o\n1..2\nPASS: glib/assert-msg-test.py.test\nRunning test: glib/bindinggroup.test\nTAP version 14\n# random seed: R02Se48565dc0e831658830bfc56f0f9f496\n1..11\n# Start of GObject tests\n# Start of BindingGroup tests\nok 1 /GObject/BindingGroup/invalid\nok 2 /GObject/BindingGroup/default\nok 3 /GObject/BindingGroup/bidirectional\nok 4 /GObject/BindingGroup/transform\nok 5 /GObject/BindingGroup/transform-closures\nok 6 /GObject/BindingGroup/same-object\nok 7 /GObject/BindingGroup/weak-ref-source\nok 8 /GObject/BindingGroup/weak-ref-target\nok 9 /GObject/BindingGroup/properties\nok 10 /GObject/BindingGroup/weak-notify-no-bindings\nok 11 /GObject/BindingGroup/empty-closures\n# End of BindingGroup tests\n# End of GObject tests\nPASS: glib/bindinggroup.test\nRunning test: glib/memory-input-stream.test\nTAP version 14\n# random seed: R02S6c794e063cff221089ceafc0aaae5d00\n1..6\n# Start of memory-input-stream tests\nok 1 /memory-input-stream/read-chunks\nok 2 /memory-input-stream/async\nok 3 /memory-input-stream/seek\nok 4 /memory-input-stream/truncate\nok 5 /memory-input-stream/read-bytes\nok 6 /memory-input-stream/from-bytes\n# End of memory-input-stream tests\nPASS: glib/memory-input-stream.test\nRunning test: glib/object.test\nTAP version 14\n# random seed: R02S92c65986dfcfaef692bf99ecb718d8bc\n1..2\n# Start of object tests\n# Start of constructor tests\nok 1 /object/constructor/singleton\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=661576\nok 2 /object/constructor/infanticide\n# End of constructor tests\n# End of object tests\nPASS: glib/object.test\nRunning test: glib/once.test\nTAP version 14\n# random seed: R02S522a02ba51a4e3e472f5d2a2a247c6be\n1..5\n# Start of once tests\n# /once/single-threaded summary: Test g_once() usage from a single thread\nok 1 /once/single-threaded\n# /once/multi-threaded summary: Test g_once() usage from multiple threads\nok 2 /once/multi-threaded\n# End of once tests\n# Start of once-init tests\n# /once-init/single-threaded summary: Test g_once_init_{enter,leave}() usage from a single thread\nok 3 /once-init/single-threaded\n# /once-init/multi-threaded summary: Test g_once_init_{enter,leave}() usage from multiple threads\nok 4 /once-init/multi-threaded\n# /once-init/string summary: Test g_once_init_{enter,leave}() usage with a string\nok 5 /once-init/string\n# End of once-init tests\nPASS: glib/once.test\nRunning test: glib/dump.test\nTAP version 14\n# random seed: R02S8102a535ddb1c2e7079687f2fb41c2d1\n1..4\n# Start of dump tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/empty-file/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/empty-file/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/empty-file/.dirs/system-config1:/var/volatile/tmp/dump/empty-file/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/empty-file/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/empty-file/.dirs/system-data1:/var/volatile/tmp/dump/empty-file/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/empty-file/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/empty-file/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/empty-file/.dirs/runtime\nok 1 /dump/empty-file\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/missing-get-type/.dirs/system-config1:/var/volatile/tmp/dump/missing-get-type/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/missing-get-type/.dirs/system-data1:/var/volatile/tmp/dump/missing-get-type/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/missing-get-type/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/missing-get-type/.dirs/runtime\nInvalid GType function: 'does_not_exist_get_type'\nok 2 /dump/missing-get-type\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/missing-quark/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/missing-quark/.dirs/system-config1:/var/volatile/tmp/dump/missing-quark/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/missing-quark/.dirs/system-data1:/var/volatile/tmp/dump/missing-quark/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/missing-quark/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/missing-quark/.dirs/runtime\nInvalid error quark function: 'does_not_exist_error'\nok 3 /dump/missing-quark\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/dump/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/dump/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/dump/basic/.dirs/system-config1:/var/volatile/tmp/dump/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/dump/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/dump/basic/.dirs/system-data1:/var/volatile/tmp/dump/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/dump/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/dump/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/dump/basic/.dirs/runtime\nok 4 /dump/basic\n# End of dump tests\nPASS: glib/dump.test\nRunning test: glib/rwlock.test\nTAP version 14\n# random seed: R02S644a24f0504a70e3836681315f4be855\n1..8\n# Start of thread tests\nok 1 /thread/rwlock1\nok 2 /thread/rwlock2\nok 3 /thread/rwlock3\nok 4 /thread/rwlock4\nok 5 /thread/rwlock5\nok 6 /thread/rwlock6\nExecuting: glib/rwlock.test\nok 7 /thread/rwlock7\n# slow test /thread/rwlock7 executed in 1.43 secs\nok 8 /thread/rwlock8\n# End of thread tests\nPASS: glib/rwlock.test\nRunning test: glib/private.test\nTAP version 14\n# random seed: R02S8b3b662eb704ba5aef524fd6b0099924\n1..8\n# Start of thread tests\nok 1 /thread/private1\nok 2 /thread/private2\n# slow test /thread/private2 executed in 1.07 secs\nok 3 /thread/private3\nok 4 /thread/staticprivate1\nok 5 /thread/staticprivate2\nok 6 /thread/staticprivate3\nok 7 /thread/staticprivate4\n# slow test /thread/staticprivate4 executed in 1.07 secs\nok 8 /thread/staticprivate5\n# End of thread tests\nPASS: glib/private.test\nRunning test: glib/utf8-pointer.test\nTAP version 14\n# random seed: R02S5e986feabba65e7f0895bfeca48eee5b\n1..3\n# Start of utf8 tests\nok 1 /utf8/offsets\n# slow test /utf8/offsets executed in 0.78 secs\nok 2 /utf8/lengths\nok 3 /utf8/find\n# End of utf8 tests\nPASS: glib/utf8-pointer.test\nRunning test: glib/signals-refcount4.test\nTAP version 14\n# random seed: R02S0e3eef354752fe74ed2c1c79d99e2c7a\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x55bf188643f0\n# \n# init 0x55bf1885d600\n# \nExecuting: glib/signals-refcount4.test\n# dispose 0x55bf188643f0!\n# \n# dispose 0x55bf1885d600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount4.test\nRunning test: glib/string.test\nTAP version 14\n# random seed: R02Sb5cca2cc2ec719cdc5087861eb18e461\n1..23\n# Start of string tests\nok 1 /string/test-string-chunks\nok 2 /string/test-string-chunk-insert\nok 3 /string/test-string-new\nok 4 /string/test-string-printf\nok 5 /string/test-string-assign\nok 6 /string/test-string-append-c\nok 7 /string/test-string-append\nok 8 /string/test-string-append-vprintf\nok 9 /string/test-string-prepend-c\nok 10 /string/test-string-prepend\nok 11 /string/test-string-insert\nok 12 /string/test-string-insert-unichar\nok 13 /string/test-string-equal\nok 14 /string/test-string-truncate\nok 15 /string/test-string-overwrite\nok 16 /string/test-string-nul-handling\nok 17 /string/test-string-up-down\nok 18 /string/test-string-set-size\nok 19 /string/test-string-to-bytes\n# 0: Replacing \"bar\" with \"baz\" (limit 0) in \"foo bar foo baz foo bar foobarbaz\"\n# -> 3 replacements, \"foo baz foo baz foo baz foobazbaz\"\n# 1: Replacing \"baz\" with \"bar\" (limit 3) in \"foo baz foo baz foo baz foobazbaz\"\n# -> 3 replacements, \"foo bar foo bar foo bar foobazbaz\"\n# 2: Replacing \"foobar\" with \"bar\" (limit 1) in \"foo bar foo bar foo bar foobazbaz\"\n# -> 0 replacements, \"foo bar foo bar foo bar foobazbaz\"\n# 3: Replacing \"a\" with \"abcdefghijkl\" (limit 0) in \"aaaaaaaa\"\n# -> 8 replacements, \"abcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijklabcdefghijkl\"\n# 4: Replacing \"$LIB\" with \"lib32\" (limit 0) in \"/usr/$LIB/libMangoHud.so\"\n# -> 1 replacements, \"/usr/lib32/libMangoHud.so\"\n# 5: Replacing \"o\" with \"\" (limit 0) in \"food for foals\"\n# -> 4 replacements, \"fd fr fals\"\n# 6: Replacing \"a\" with \"aaa\" (limit 0) in \"aaa\"\n# -> 3 replacements, \"aaaaaaaaa\"\n# 7: Replacing \"a\" with \"\" (limit 0) in \"aaa\"\n# -> 3 replacements, \"\"\n# 8: Replacing \"aa\" with \"bb\" (limit 0) in \"aaa\"\n# -> 1 replacements, \"bba\"\n# 9: Replacing \"\" with \"bar\" (limit 0) in \"foo\"\n# -> 4 replacements, \"barfbarobarobar\"\n# 10: Replacing \"\" with \"bar\" (limit 1) in \"foo\"\n# -> 1 replacements, \"barfoo\"\n# 11: Replacing \"\" with \"bar\" (limit 2) in \"foo\"\n# -> 2 replacements, \"barfbaroo\"\n# 12: Replacing \"\" with \"bar\" (limit 3) in \"foo\"\n# -> 3 replacements, \"barfbarobaro\"\n# 13: Replacing \"\" with \"bar\" (limit 4) in \"foo\"\n# -> 4 replacements, \"barfbarobarobar\"\n# 14: Replacing \"\" with \"bar\" (limit 5) in \"foo\"\n# -> 4 replacements, \"barfbarobarobar\"\n# 15: Replacing \"\" with \"x\" (limit 0) in \"\"\n# -> 1 replacements, \"x\"\n# 16: Replacing \"\" with \"\" (limit 0) in \"\"\n# -> 1 replacements, \"\"\n# 17: Replacing \"\" with \"aaaaaaaaaaaa\" (limit 0) in \"bbbbbbbbb\"\n# -> 10 replacements, \"aaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaabaaaaaaaaaaaa\"\nok 20 /string/test-string-replace\nok 21 /string/test-string-steal\nok 22 /string/test-string-new-take\n# Start of test-string-new-take tests\nok 23 /string/test-string-new-take/null\n# End of test-string-new-take tests\n# End of string tests\nPASS: glib/string.test\nRunning test: glib/notify-init.test\nTAP version 14\n# random seed: R02Sa22f0d14397d25832b1a9f9df5df03f7\n1..1\n# Start of properties tests\n# /properties/notify-in-init summary: Test that emitting notify with a handler already connected in test_object_init() works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2665\nok 1 /properties/notify-in-init\n# End of properties tests\nPASS: glib/notify-init.test\nRunning test: glib/defaultiface.test\nTAP version 14\n# random seed: R02S6cbb7bbc2d9695da14663f8401ddc4eb\n1..2\n# Start of gobject tests\nok 1 /gobject/static-iface\nok 2 /gobject/dynamic-iface\n# End of gobject tests\nPASS: glib/defaultiface.test\nRunning test: glib/portal-support-flatpak-none.test\nTAP version 14\n# random seed: R02Sdc8fc9e45bbddba7c52a4af7f1db00f4\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/none/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/none/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/none/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/none/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/none/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/none/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/none/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/none\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-none.test\nRunning test: glib/closure.test\nTAP version 14\n# random seed: R02S32143e851ebd9cf3723e64ade500b374\n1..6\n# Start of closure tests\nok 1 /closure/idle\nok 2 /closure/timeout\nok 3 /closure/iochannel\nok 4 /closure/child\nok 5 /closure/fd\nok 6 /closure/signal\n# End of closure tests\nPASS: glib/closure.test\nRunning test: glib/mount-operation.test\nTAP version 14\n# random seed: R02S0eead64fbb8dadb789e30111d48ee397\n1..2\n# Start of mount-operation tests\nok 1 /mount-operation/construction\nok 2 /mount-operation/properties\n# End of mount-operation tests\nPASS: glib/mount-operation.test\nRunning test: glib/unix-fd.test\nTAP version 14\n# random seed: R02Sa9ad09b3f2b629f4ca892a7ee273e78f\n1..2\n# Start of unix-fd tests\nok 1 /unix-fd/fd-list\nok 2 /unix-fd/scm\n# End of unix-fd tests\nPASS: glib/unix-fd.test\nRunning test: glib/strfuncs.test\nTAP version 14\n# random seed: R02S06b601cc19e1213bba7b2bd9b339f228\n1..51\n# Start of strfuncs tests\nok 1 /strfuncs/ascii-strcasecmp\nok 2 /strfuncs/ascii_strdown\nok 3 /strfuncs/ascii_strdup\nok 4 /strfuncs/ascii_strtod\nok 5 /strfuncs/bounds-check\nok 6 /strfuncs/has-prefix\nok 7 /strfuncs/has-prefix-macro\nok 8 /strfuncs/has-suffix\nok 9 /strfuncs/has-suffix-macro\nok 10 /strfuncs/memdup\nok 11 /strfuncs/memdup2\nok 12 /strfuncs/set_str\nok 13 /strfuncs/stpcpy\nok 14 /strfuncs/str_match_string\nok 15 /strfuncs/str_tokenize_and_fold\nok 16 /strfuncs/strcanon\nok 17 /strfuncs/strchomp\nok 18 /strfuncs/strchug\nok 19 /strfuncs/strcompress-strescape\nok 20 /strfuncs/strconcat\nok 21 /strfuncs/strdelimit\nok 22 /strfuncs/strdup\nok 23 /strfuncs/strdup-printf\nok 24 /strfuncs/strdupv\nok 25 /strfuncs/strerror\nok 26 /strfuncs/strip-context\nok 27 /strfuncs/strjoin\nok 28 /strfuncs/strjoinv\nok 29 /strfuncs/strlcat\nok 30 /strfuncs/strlcpy\nok 31 /strfuncs/strncasecmp\nok 32 /strfuncs/strndup\nok 33 /strfuncs/strnfill\nok 34 /strfuncs/strreverse\nok 35 /strfuncs/strsignal\nok 36 /strfuncs/strsplit\nok 37 /strfuncs/strsplit-set\nok 38 /strfuncs/strstr\nok 39 /strfuncs/strtod\nok 40 /strfuncs/strtoull-strtoll\nok 41 /strfuncs/strup\nok 42 /strfuncs/strv-contains\nok 43 /strfuncs/strv-equal\nok 44 /strfuncs/strv-length\nok 45 /strfuncs/test-is-to-digit\nok 46 /strfuncs/transliteration\n# /strfuncs/str-equal summary: Test macro and function forms of g_str_equal()\nok 47 /strfuncs/str-equal\nok 48 /strfuncs/str-is-ascii\n# Start of ascii-string-to-num tests\nok 49 /strfuncs/ascii-string-to-num/pathological\nok 50 /strfuncs/ascii-string-to-num/usual\n# End of ascii-string-to-num tests\n# Start of strdup tests\nok 51 /strfuncs/strdup/inline\n# End of strdup tests\n# End of strfuncs tests\nPASS: glib/strfuncs.test\nRunning test: glib/power-profile-monitor-dbus.test\nTAP version 13\nok 1 __main__.TestPowerProfileMonitor.test_power_profile_power_saver_enabled\n1..1\nPASS: glib/power-profile-monitor-dbus.test\nRunning test: glib/union-info.test\nTAP version 14\n# random seed: R02Sb8c041916250328f3a0da36b1d6b1b80\n1..2\n# Start of union-info tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/union-info/basic/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/union-info/basic/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/union-info/basic/.dirs/system-config1:/var/volatile/tmp/union-info/basic/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/union-info/basic/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/union-info/basic/.dirs/system-data1:/var/volatile/tmp/union-info/basic/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/union-info/basic/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/union-info/basic/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/union-info/basic/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /union-info/basic summary: Test basic properties of GIUnionInfo\nok 1 /union-info/basic\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/union-info/methods/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/union-info/methods/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/union-info/methods/.dirs/system-config1:/var/volatile/tmp/union-info/methods/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/union-info/methods/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/union-info/methods/.dirs/system-data1:/var/volatile/tmp/union-info/methods/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/union-info/methods/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/union-info/methods/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/union-info/methods/.dirs/runtime\n# Using GI_TYPELIB_DIR = /usr/libexec/installed-tests/glib/../introspection\n# /union-info/methods summary: Test retrieving methods from GIUnionInfo\nok 2 /union-info/methods\n# End of union-info tests\nPASS: glib/union-info.test\nRunning test: glib/types.test\nTAP version 14\n# random seed: R02Sa3bbe6687b22f7b7529210bd8fcb7f80\n1..1\n# Start of types tests\nok 1 /types/basic_types\n# End of types tests\nPASS: glib/types.test\nRunning test: glib/gdbus-connection-flush.test\nTAP version 14\n# random seed: R02Sb1649d87fd396696557fd21bd065326b\n1..2\n# Start of gdbus tests\n# Start of connection tests\n# Start of flush tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-config1:/var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-data1:/var/volatile/tmp/gdbus/connection/flush/busy/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/connection/flush/busy/.dirs/runtime\nok 1 /gdbus/connection/flush/busy\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-config1:/var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-data1:/var/volatile/tmp/gdbus/connection/flush/idle/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/connection/flush/idle/.dirs/runtime\nok 2 /gdbus/connection/flush/idle\n# End of flush tests\n# End of connection tests\n# End of gdbus tests\nPASS: glib/gdbus-connection-flush.test\nRunning test: glib/gdbus-non-socket.test\nTAP version 14\n# random seed: R02S12ae2bcf434d6491ffeba7b2d10d3f26\n1..1\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/non-socket/.dirs/system-config1:/var/volatile/tmp/gdbus/non-socket/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/non-socket/.dirs/system-data1:/var/volatile/tmp/gdbus/non-socket/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/non-socket/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/non-socket/.dirs/runtime\nok 1 /gdbus/non-socket\n# End of gdbus tests\nPASS: glib/gdbus-non-socket.test\nRunning test: glib/static-link.test\nTest disabled because GLIB_TEST_COMPILATION is not set in the env.\nIf you wish to run this test, set GLIB_TEST_COMPILATION=1 in the env,\nand make sure you have glib build dependencies installed, including\nmeson.\nSKIP: glib/static-link.test\nRunning test: glib/mapping.test\nTAP version 14\n# random seed: R02Sb4f29abb3d1eeb53beec0de7e9ea4507\n1..3\n# Start of mapping tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/mapping/flags/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/mapping/flags/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/mapping/flags/.dirs/system-config1:/var/volatile/tmp/mapping/flags/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/mapping/flags/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/mapping/flags/.dirs/system-data1:/var/volatile/tmp/mapping/flags/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/mapping/flags/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/mapping/flags/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/mapping/flags/.dirs/runtime\n# test_mapping: ok\nok 1 /mapping/flags\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/mapping/private/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/mapping/private/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/mapping/private/.dirs/system-config1:/var/volatile/tmp/mapping/private/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/mapping/private/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/mapping/private/.dirs/system-data1:/var/volatile/tmp/mapping/private/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/mapping/private/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/mapping/private/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/mapping/private/.dirs/runtime\nok 2 /mapping/private\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/mapping/private-child/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/mapping/private-child/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/mapping/private-child/.dirs/system-config1:/var/volatile/tmp/mapping/private-child/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/mapping/private-child/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/mapping/private-child/.dirs/system-data1:/var/volatile/tmp/mapping/private-child/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/mapping/private-child/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/mapping/private-child/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/mapping/private-child/.dirs/runtime\n# test_child_private: child spawned\n# Subtest: /usr/libexec/installed-tests/glib/mapping\n    # random seed: R02S00d3e783899e0f85c5b334a36506ddf5\n# test_child_private: received first child signal\n    # test_child_private: received parent signal\n# Child exited with status 0\n# test_child_private: received second child signal\nok 3 /mapping/private-child\n# End of mapping tests\nPASS: glib/mapping.test\nRunning test: glib/keyfile.test\nTAP version 14\n# random seed: R02S3c40421bab0c328562095f5cf08c6e26\n1..36\n# Start of keyfile tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/line-ends/.dirs/system-config1:/var/volatile/tmp/keyfile/line-ends/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/line-ends/.dirs/system-data1:/var/volatile/tmp/keyfile/line-ends/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/line-ends/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/line-ends/.dirs/runtime\nok 1 /keyfile/line-ends\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/whitespace/.dirs/system-config1:/var/volatile/tmp/keyfile/whitespace/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/whitespace/.dirs/system-data1:/var/volatile/tmp/keyfile/whitespace/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/whitespace/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/whitespace/.dirs/runtime\nok 2 /keyfile/whitespace\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/comments/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/comments/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/comments/.dirs/system-config1:/var/volatile/tmp/keyfile/comments/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/comments/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/comments/.dirs/system-data1:/var/volatile/tmp/keyfile/comments/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/comments/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/comments/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/comments/.dirs/runtime\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3047\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/104\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3047\nok 3 /keyfile/comments\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/listing/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/listing/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/listing/.dirs/system-config1:/var/volatile/tmp/keyfile/listing/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/listing/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/listing/.dirs/system-data1:/var/volatile/tmp/keyfile/listing/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/listing/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/listing/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/listing/.dirs/runtime\nok 4 /keyfile/listing\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/string/.dirs/system-config1:/var/volatile/tmp/keyfile/string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/string/.dirs/system-data1:/var/volatile/tmp/keyfile/string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/string/.dirs/runtime\nok 5 /keyfile/string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/boolean/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/boolean/.dirs/system-config1:/var/volatile/tmp/keyfile/boolean/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/boolean/.dirs/system-data1:/var/volatile/tmp/keyfile/boolean/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/boolean/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/boolean/.dirs/runtime\nok 6 /keyfile/boolean\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/number/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/number/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/number/.dirs/system-config1:/var/volatile/tmp/keyfile/number/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/number/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/number/.dirs/system-data1:/var/volatile/tmp/keyfile/number/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/number/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/number/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/number/.dirs/runtime\nok 7 /keyfile/number\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/locale-string/.dirs/system-config1:/var/volatile/tmp/keyfile/locale-string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/locale-string/.dirs/system-data1:/var/volatile/tmp/keyfile/locale-string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/locale-string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/locale-string/.dirs/runtime\nok 8 /keyfile/locale-string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/lists/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/lists/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/lists/.dirs/system-config1:/var/volatile/tmp/keyfile/lists/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/lists/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/lists/.dirs/system-data1:/var/volatile/tmp/keyfile/lists/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/lists/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/lists/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/lists/.dirs/runtime\nok 9 /keyfile/lists\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/lists-set-get/.dirs/system-config1:/var/volatile/tmp/keyfile/lists-set-get/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/lists-set-get/.dirs/system-data1:/var/volatile/tmp/keyfile/lists-set-get/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/lists-set-get/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/lists-set-get/.dirs/runtime\nok 10 /keyfile/lists-set-get\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/group-remove/.dirs/system-config1:/var/volatile/tmp/keyfile/group-remove/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/group-remove/.dirs/system-data1:/var/volatile/tmp/keyfile/group-remove/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/group-remove/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/group-remove/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=165887\nok 11 /keyfile/group-remove\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/key-remove/.dirs/system-config1:/var/volatile/tmp/keyfile/key-remove/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/key-remove/.dirs/system-data1:/var/volatile/tmp/keyfile/key-remove/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/key-remove/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/key-remove/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=165980\nok 12 /keyfile/key-remove\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/groups/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/groups/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/groups/.dirs/system-config1:/var/volatile/tmp/keyfile/groups/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/groups/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/groups/.dirs/system-data1:/var/volatile/tmp/keyfile/groups/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/groups/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/groups/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/groups/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=316309\nok 13 /keyfile/groups\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-config1:/var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-data1:/var/volatile/tmp/keyfile/duplicate-keys/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/duplicate-keys/.dirs/runtime\nok 14 /keyfile/duplicate-keys\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-config1:/var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-data1:/var/volatile/tmp/keyfile/duplicate-groups/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/duplicate-groups/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=157877\nok 15 /keyfile/duplicate-groups\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-config1:/var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-data1:/var/volatile/tmp/keyfile/duplicate-groups2/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/duplicate-groups2/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=385910\nok 16 /keyfile/duplicate-groups2\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/group-names/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/group-names/.dirs/system-config1:/var/volatile/tmp/keyfile/group-names/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/group-names/.dirs/system-data1:/var/volatile/tmp/keyfile/group-names/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/group-names/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/group-names/.dirs/runtime\nok 17 /keyfile/group-names\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/key-names/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/key-names/.dirs/system-config1:/var/volatile/tmp/keyfile/key-names/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/key-names/.dirs/system-data1:/var/volatile/tmp/keyfile/key-names/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/key-names/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/key-names/.dirs/runtime\nok 18 /keyfile/key-names\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/reload/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/reload/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/reload/.dirs/system-config1:/var/volatile/tmp/keyfile/reload/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/reload/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/reload/.dirs/system-data1:/var/volatile/tmp/keyfile/reload/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/reload/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/reload/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/reload/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=420686\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2927\nok 19 /keyfile/reload\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/int64/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/int64/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/int64/.dirs/system-config1:/var/volatile/tmp/keyfile/int64/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/int64/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/int64/.dirs/system-data1:/var/volatile/tmp/keyfile/int64/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/int64/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/int64/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/int64/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=614864\nok 20 /keyfile/int64\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/load/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/load/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/load/.dirs/system-config1:/var/volatile/tmp/keyfile/load/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/load/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/load/.dirs/system-data1:/var/volatile/tmp/keyfile/load/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/load/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/load/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/load/.dirs/runtime\nok 21 /keyfile/load\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/save/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/save/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/save/.dirs/system-config1:/var/volatile/tmp/keyfile/save/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/save/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/save/.dirs/system-data1:/var/volatile/tmp/keyfile/save/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/save/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/save/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/save/.dirs/runtime\nok 22 /keyfile/save\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/load-fail/.dirs/system-config1:/var/volatile/tmp/keyfile/load-fail/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/load-fail/.dirs/system-data1:/var/volatile/tmp/keyfile/load-fail/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/load-fail/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/load-fail/.dirs/runtime\nok 23 /keyfile/load-fail\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/non-utf8/.dirs/system-config1:/var/volatile/tmp/keyfile/non-utf8/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/non-utf8/.dirs/system-data1:/var/volatile/tmp/keyfile/non-utf8/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/non-utf8/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/non-utf8/.dirs/runtime\nok 24 /keyfile/non-utf8\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/page-boundary/.dirs/system-config1:/var/volatile/tmp/keyfile/page-boundary/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/page-boundary/.dirs/system-data1:/var/volatile/tmp/keyfile/page-boundary/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/page-boundary/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/page-boundary/.dirs/runtime\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=640695\nok 25 /keyfile/page-boundary\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/ref/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/ref/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/ref/.dirs/system-config1:/var/volatile/tmp/keyfile/ref/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/ref/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/ref/.dirs/system-data1:/var/volatile/tmp/keyfile/ref/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/ref/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/ref/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/ref/.dirs/runtime\nok 26 /keyfile/ref\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/replace-value/.dirs/system-config1:/var/volatile/tmp/keyfile/replace-value/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/replace-value/.dirs/system-data1:/var/volatile/tmp/keyfile/replace-value/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/replace-value/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/replace-value/.dirs/runtime\nok 27 /keyfile/replace-value\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/list-separator/.dirs/system-config1:/var/volatile/tmp/keyfile/list-separator/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/list-separator/.dirs/system-data1:/var/volatile/tmp/keyfile/list-separator/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/list-separator/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/list-separator/.dirs/runtime\nok 28 /keyfile/list-separator\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/empty-string/.dirs/system-config1:/var/volatile/tmp/keyfile/empty-string/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/empty-string/.dirs/system-data1:/var/volatile/tmp/keyfile/empty-string/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/empty-string/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/empty-string/.dirs/runtime\nok 29 /keyfile/empty-string\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/limbo/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/limbo/.dirs/system-config1:/var/volatile/tmp/keyfile/limbo/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/limbo/.dirs/system-data1:/var/volatile/tmp/keyfile/limbo/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/limbo/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/limbo/.dirs/runtime\nok 30 /keyfile/limbo\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/utf8/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/utf8/.dirs/system-config1:/var/volatile/tmp/keyfile/utf8/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/utf8/.dirs/system-data1:/var/volatile/tmp/keyfile/utf8/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/utf8/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/utf8/.dirs/runtime\n# Testing invalid encoding ?non-UTF-8?\n# Testing invalid encoding ?UTF?\n# Testing invalid encoding ?UTF-9?\nok 31 /keyfile/utf8\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/roundtrip/.dirs/system-config1:/var/volatile/tmp/keyfile/roundtrip/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/roundtrip/.dirs/system-data1:/var/volatile/tmp/keyfile/roundtrip/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/roundtrip/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/roundtrip/.dirs/runtime\nok 32 /keyfile/roundtrip\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/bytes/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/bytes/.dirs/system-config1:/var/volatile/tmp/keyfile/bytes/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/bytes/.dirs/system-data1:/var/volatile/tmp/keyfile/bytes/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/bytes/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/bytes/.dirs/runtime\nok 33 /keyfile/bytes\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/get-locale/.dirs/system-config1:/var/volatile/tmp/keyfile/get-locale/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/get-locale/.dirs/system-data1:/var/volatile/tmp/keyfile/get-locale/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/get-locale/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/get-locale/.dirs/runtime\nok 34 /keyfile/get-locale\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-config1:/var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-data1:/var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/free-when-not-last-ref/.dirs/runtime\nok 35 /keyfile/free-when-not-last-ref\n# Start of locale-string tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-config1:/var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-data1:/var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/keyfile/locale-string/multiple-loads/.dirs/runtime\n# /keyfile/locale-string/multiple-loads summary: Check that loading with translations multiple times works\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2361\nok 36 /keyfile/locale-string/multiple-loads\n# End of locale-string tests\n# End of keyfile tests\nPASS: glib/keyfile.test\nRunning test: glib/refstring.test\nTAP version 14\n# random seed: R02S80f80dda94ea6c641c6c32e41e7e1c3d\n1..8\n# Start of refstring tests\n# s = 'hello, world' (0x55f5435b08d0)\nok 1 /refstring/base\nok 2 /refstring/length\nok 3 /refstring/length-auto\nok 4 /refstring/length-nuls\n# s = 'hello, world' (0x55f5435b0770)\n# p = s = 'hello, world' (0x55f5435b0770)\n# releasing p[0x55f5435b0770] ('hello, world')\n# p = 'goodbye, world' (0x55f5435b08d0)\n# releasing p[0x55f5435b08d0] ('goodbye, world')\n# releasing s[0x55f5435b0770] ('hello, world')\nok 5 /refstring/intern\n# /refstring/hash_equal summary: Test g_ref_string_equal() in GHashTable\nok 6 /refstring/hash_equal\n# /refstring/equal summary: Test g_ref_string_equal() standalone\nok 7 /refstring/equal\nok 8 /refstring/intern-thread-safety\n# End of refstring tests\nPASS: glib/refstring.test\nRunning test: glib/cxx-03.test\nTAP version 14\n# random seed: R02Sc6e1fd6c05dd83ccfe64fe10411051c0\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-03.test\nRunning test: glib/null-settings-backend.test\nTAP version 14\n# random seed: R02S7b63d3e36e4f4f6b3509953947445c72\n1..1\n# Start of null-settings-backend tests\nok 1 /null-settings-backend/extension-point-registered\n# End of null-settings-backend tests\nPASS: glib/null-settings-backend.test\nRunning test: glib/g-file-info-filesystem-readonly.test\nTAP version 14\n# random seed: R02S0203b4c63f39caca4f982c2599da9bd9\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=787731\n1..2\n# Start of g-file-info-filesystem-readonly tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-config1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-data1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro/.dirs/runtime\nok 1 /g-file-info-filesystem-readonly/test-fs-ro # SKIP 'bindfs' and 'fusermount' commands are needed to run this test\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-config1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-data1:/var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor/.dirs/runtime\nok 2 /g-file-info-filesystem-readonly/test-fs-ro-with-mount-monitor # SKIP 'bindfs' and 'fusermount' commands are needed to run this test\n# End of g-file-info-filesystem-readonly tests\nPASS: glib/g-file-info-filesystem-readonly.test\nRunning test: glib/macros-c-11.test\nTAP version 14\n# random seed: R02S4fad835e089b85246b781a0a1ef5b457\n1..4\n# Start of C tests\nok 1 /C/standard-11\n# End of C tests\n# Start of alignof tests\nok 2 /alignof/fallback\n# End of alignof tests\n# Start of assert tests\nok 3 /assert/static\n# End of assert tests\n# Start of struct tests\nok 4 /struct/sizeof_member\n# End of struct tests\nPASS: glib/macros-c-11.test\nRunning test: glib/pattern.test\nTAP version 14\n# random seed: R02Sf539107a9e306f2c0f5a8122febd3d6f\n1..90\n# Start of pattern tests\n# Start of compile tests\nok 1 /pattern/compile/0\nok 2 /pattern/compile/1\nok 3 /pattern/compile/2\nok 4 /pattern/compile/3\nok 5 /pattern/compile/4\nok 6 /pattern/compile/5\nok 7 /pattern/compile/6\nok 8 /pattern/compile/7\nok 9 /pattern/compile/8\nok 10 /pattern/compile/9\nok 11 /pattern/compile/10\nok 12 /pattern/compile/11\nok 13 /pattern/compile/12\nok 14 /pattern/compile/13\n# End of compile tests\n# Start of copy tests\nok 15 /pattern/copy/0\nok 16 /pattern/copy/1\nok 17 /pattern/copy/2\nok 18 /pattern/copy/3\nok 19 /pattern/copy/4\nok 20 /pattern/copy/5\nok 21 /pattern/copy/6\nok 22 /pattern/copy/7\nok 23 /pattern/copy/8\nok 24 /pattern/copy/9\nok 25 /pattern/copy/10\nok 26 /pattern/copy/11\nok 27 /pattern/copy/12\nok 28 /pattern/copy/13\n# End of copy tests\n# Start of match tests\nok 29 /pattern/match/0\nok 30 /pattern/match/1\nok 31 /pattern/match/2\nok 32 /pattern/match/3\nok 33 /pattern/match/4\nok 34 /pattern/match/5\nok 35 /pattern/match/6\nok 36 /pattern/match/7\nok 37 /pattern/match/8\nok 38 /pattern/match/9\nok 39 /pattern/match/10\nok 40 /pattern/match/11\nok 41 /pattern/match/12\nok 42 /pattern/match/13\nok 43 /pattern/match/14\nok 44 /pattern/match/15\nok 45 /pattern/match/16\nok 46 /pattern/match/17\nok 47 /pattern/match/18\nok 48 /pattern/match/19\nok 49 /pattern/match/20\nok 50 /pattern/match/21\nok 51 /pattern/match/22\nok 52 /pattern/match/23\nok 53 /pattern/match/24\nok 54 /pattern/match/25\nok 55 /pattern/match/26\nok 56 /pattern/match/27\nok 57 /pattern/match/28\nok 58 /pattern/match/29\nok 59 /pattern/match/30\nok 60 /pattern/match/31\nok 61 /pattern/match/32\nok 62 /pattern/match/33\nok 63 /pattern/match/34\nok 64 /pattern/match/35\nok 65 /pattern/match/36\nok 66 /pattern/match/37\nok 67 /pattern/match/38\nok 68 /pattern/match/39\nok 69 /pattern/match/40\nok 70 /pattern/match/41\nok 71 /pattern/match/42\nok 72 /pattern/match/43\nok 73 /pattern/match/44\nok 74 /pattern/match/45\nok 75 /pattern/match/46\nok 76 /pattern/match/47\nok 77 /pattern/match/48\nok 78 /pattern/match/49\nok 79 /pattern/match/50\n# End of match tests\n# Start of equal tests\nok 80 /pattern/equal/0\nok 81 /pattern/equal/1\nok 82 /pattern/equal/2\nok 83 /pattern/equal/3\nok 84 /pattern/equal/4\nok 85 /pattern/equal/5\nok 86 /pattern/equal/6\nok 87 /pattern/equal/7\nok 88 /pattern/equal/8\nok 89 /pattern/equal/9\nok 90 /pattern/equal/10\n# End of equal tests\n# End of pattern tests\nPASS: glib/pattern.test\nRunning test: glib/dynamictests.test\nTAP version 14\n# random seed: R02S2f6f1ec975a21097267b0ff4a9c2aa7e\n1..2\n# Start of GObject tests\nok 1 /GObject/threaded-dynamic-ref-unref-init\nok 2 /GObject/dynamic-interface-properties\n# End of GObject tests\nPASS: glib/dynamictests.test\nRunning test: glib/gi-compile-repository.py.test\nTAP version 13\nok 1 __main__.TestGICompileRepository.test_open_failure\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmphsfv_zf8\n# Running: ['/usr/bin/gi-compile-repository', 'this-is/not/a-file.gir', '--output', '/tmp/tmphsfv_zf8/invalid.typelib']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Error parsing file \u2018this-is/not/a-file.gir\u2019: Failed to open file \u201cthis-is/not/a-file.gir\u201d: No such file or directory\nok 2 __main__.TestGICompileRepositoryForGLib.test_compile\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpelamjus9\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GLib-2.0.gir', '--output', '/tmp/tmpelamjus9/GLib-2.typelib']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 3 __main__.TestGICompileRepositoryForGLib.test_write_failure\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpkulylfos\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GLib-2.0.gir', '--output', 'this-is/not/a-good-output/invalid.typelib']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to open \u2018this-is/not/a-good-output/invalid.typelib.tmp\u2019: No such file or directory\nok 4 __main__.TestGICompileRepositoryForGObject.test_compile\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmp_ohtmfy_\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GObject-2.0.gir', '--output', '/tmp/tmp_ohtmfy_/GObject-2.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 0\n# Output:\n#  \n# Error:\nok 5 __main__.TestGICompileRepositoryForGObject.test_write_failure\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpan08r39j\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/GObject-2.0.gir', '--output', 'this-is/not/a-good-output/invalid.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to open \u2018this-is/not/a-good-output/invalid.typelib.tmp\u2019: No such file or directory\nok 6 __main__.TestGICompileRepositoryForGio.test_compile\n# gir path set to [PosixPath('/usr/share/gir-1.0'), PosixPath('/usr/share/gir-1.0')]\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmp02txi7oo\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/Gio-2.0.gir', '--output', '/tmp/tmp02txi7oo/Gio-2.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 0\n# Output:\n#  \n# Error:\nExecuting: glib/gi-compile-repository.py.test\nok 7 __main__.TestGICompileRepositoryForGio.test_write_failure\n# gi-compile-repository: /usr/bin/gi-compile-repository\n# tmpdir: /tmp/tmpx8pgs1zk\n# Running: ['/usr/bin/gi-compile-repository', '/usr/share/gir-1.0/Gio-2.0.gir', '--output', 'this-is/not/a-good-output/invalid.typelib', '--includedir', '/usr/share/gir-1.0', '--includedir', '/usr/share/gir-1.0']\n# Return code: 1\n# Output:\n#  \n# Error:\n#  Failed to open \u2018this-is/not/a-good-output/invalid.typelib.tmp\u2019: No such file or directory\n1..7\nPASS: glib/gi-compile-repository.py.test\nRunning test: glib/cache.test\nTAP version 14\n# random seed: R02S812ac8491b6fd606cb62335bd4df1404\n1..1\n# Start of cache tests\nok 1 /cache/basic\n# End of cache tests\nPASS: glib/cache.test\nRunning test: glib/gvariant.test\nTAP version 14\n# random seed: R02S251659777798fc6ed9df7355b9f24f72\n1..69\n# Start of gvariant tests\nok 1 /gvariant/type\nok 2 /gvariant/typeinfo\nok 3 /gvariant/string\nok 4 /gvariant/utf8\nok 5 /gvariant/utf8-new-strings\nok 6 /gvariant/containers\nok 7 /gvariant/format-strings\nok 8 /gvariant/invalid-varargs\nok 9 /gvariant/varargs\nok 10 /gvariant/valist\nok 11 /gvariant/builder-memory\nok 12 /gvariant/hashing\nok 13 /gvariant/byteswap\nok 14 /gvariant/parser\nok 15 /gvariant/parse-failures\nok 16 /gvariant/parse-positional\nok 17 /gvariant/floating\nok 18 /gvariant/bytestring\nok 19 /gvariant/lookup-value\nok 20 /gvariant/lookup\nok 21 /gvariant/compare\nok 22 /gvariant/equal\nok 23 /gvariant/fixed-array\nok 24 /gvariant/check-format-string\nok 25 /gvariant/checksum-basic\nok 26 /gvariant/checksum-nested\nok 27 /gvariant/gbytes\nok 28 /gvariant/print-context\nok 29 /gvariant/error-quark\nok 30 /gvariant/stack-builder-init\nok 31 /gvariant/stack-builder-init-static\nok 32 /gvariant/stack-builder-init-unset\nok 33 /gvariant/stack-dict-init\nok 34 /gvariant/unaligned-construction\n# Start of type tests\n# Start of string-scan tests\n# Start of recursion tests\nok 35 /gvariant/type/string-scan/recursion/tuple\nok 36 /gvariant/type/string-scan/recursion/array\n# End of recursion tests\n# End of string-scan tests\n# End of type tests\n# Start of serialiser tests\nok 37 /gvariant/serialiser/maybe\nok 38 /gvariant/serialiser/array\nok 39 /gvariant/serialiser/tuple\nok 40 /gvariant/serialiser/variant\nok 41 /gvariant/serialiser/strings\nok 42 /gvariant/serialiser/byteswap\n# slow test /gvariant/serialiser/byteswap executed in 0.50 secs\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1865\n# /gvariant/serialiser/children summary: Test that getting a child variant before and after serialisation of the parent works\nok 43 /gvariant/serialiser/children\n# Start of byteswap tests\nok 44 /gvariant/serialiser/byteswap/zero-sized\n# End of byteswap tests\n# Start of fuzz tests\nok 45 /gvariant/serialiser/fuzz/1%\nok 46 /gvariant/serialiser/fuzz/5%\nok 47 /gvariant/serialiser/fuzz/9%\nok 48 /gvariant/serialiser/fuzz/13%\nok 49 /gvariant/serialiser/fuzz/17%\n# End of fuzz tests\n# End of serialiser tests\n# Start of utf8 tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of utf8 tests\n# Start of varargs tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of varargs tests\n# Start of byteswap tests\n# /gvariant/byteswap/non-normal-non-aligned summary: Test that calling g_variant_byteswap() on a variant which is in non-normal form and doesn?t need byteswapping returns the same variant in normal form.\nok 50 /gvariant/byteswap/non-normal-non-aligned\n# End of byteswap tests\n# Start of parser tests\nok 51 /gvariant/parser/integer-bounds\nok 52 /gvariant/parser/recursion\n# Start of recursion tests\nok 53 /gvariant/parser/recursion/typedecls\n# /gvariant/parser/recursion/maybes summary: Test that nested maybes are handled correctly when parsing text-form variants\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2782\n# Text form 0: @mmmu 5\n# Text form 1: @mmmas ['hello']\n# Text form 2: @mmmu just just nothing\n# Text form 3: @mmmas just just nothing\n# Text form 4: @mmmu just nothing\n# Text form 5: @mmmas just nothing\n# Text form 6: @mmmu nothing\n# Text form 7: @mmmas nothing\nok 54 /gvariant/parser/recursion/maybes\n# End of recursion tests\n# End of parser tests\n# Start of parse tests\n# Start of subprocess tests\n# End of subprocess tests\n# End of parse tests\n# Start of normal-checking tests\nok 55 /gvariant/normal-checking/tuples\nok 56 /gvariant/normal-checking/array-offsets\nok 57 /gvariant/normal-checking/array-offsets2\nok 58 /gvariant/normal-checking/tuple-offsets\nok 59 /gvariant/normal-checking/tuple-offsets2\nok 60 /gvariant/normal-checking/tuple-offsets3\nok 61 /gvariant/normal-checking/tuple-offsets4\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/2840\nok 62 /gvariant/normal-checking/tuple-offsets5\nok 63 /gvariant/normal-checking/empty-object-path\n# Start of array-offsets tests\nok 64 /gvariant/normal-checking/array-offsets/overlapped\nok 65 /gvariant/normal-checking/array-offsets/minimal-sized\n# End of array-offsets tests\n# Start of tuple-offsets tests\nok 66 /gvariant/normal-checking/tuple-offsets/minimal-sized\n# End of tuple-offsets tests\n# End of normal-checking tests\n# Start of recursion-limits tests\nok 67 /gvariant/recursion-limits/variant-in-variant\nok 68 /gvariant/recursion-limits/array-in-variant\n# End of recursion-limits tests\n# End of gvariant tests\n# Start of gvarianttype tests\nok 69 /gvarianttype/hash\n# End of gvarianttype tests\nPASS: glib/gvariant.test\nRunning test: glib/repository-search-paths.test\nTAP version 14\n# random seed: R02Sa7d8d902d350156f27c154eb726023b3\n1..4\n# Start of repository tests\n# Start of search-paths tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/search-paths/default/.dirs/system-config1:/var/volatile/tmp/repository/search-paths/default/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/search-paths/default/.dirs/system-data1:/var/volatile/tmp/repository/search-paths/default/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/search-paths/default/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/search-paths/default/.dirs/runtime\nok 1 /repository/search-paths/default\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/search-paths/prepend/.dirs/system-config1:/var/volatile/tmp/repository/search-paths/prepend/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/search-paths/prepend/.dirs/system-data1:/var/volatile/tmp/repository/search-paths/prepend/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/search-paths/prepend/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/search-paths/prepend/.dirs/runtime\nok 2 /repository/search-paths/prepend\n# End of search-paths tests\n# Start of library-paths tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/library-paths/default/.dirs/system-config1:/var/volatile/tmp/repository/library-paths/default/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/library-paths/default/.dirs/system-data1:/var/volatile/tmp/repository/library-paths/default/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/library-paths/default/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/library-paths/default/.dirs/runtime\nok 3 /repository/library-paths/default\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/repository/library-paths/prepend/.dirs/system-config1:/var/volatile/tmp/repository/library-paths/prepend/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/repository/library-paths/prepend/.dirs/system-data1:/var/volatile/tmp/repository/library-paths/prepend/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/repository/library-paths/prepend/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/repository/library-paths/prepend/.dirs/runtime\nok 4 /repository/library-paths/prepend\n# End of library-paths tests\n# End of repository tests\nPASS: glib/repository-search-paths.test\nRunning test: glib/overflow-fallback.test\nTAP version 14\n# random seed: R02Sd08a2a501c4b3a85581a36ae4fdcbb74\n1..6\n# Start of glib tests\n# Start of checked-math tests\nok 1 /glib/checked-math/guint-add\nok 2 /glib/checked-math/guint-mul\nok 3 /glib/checked-math/guint64-add\nok 4 /glib/checked-math/guint64-mul\nok 5 /glib/checked-math/gsize-add\nok 6 /glib/checked-math/gsize-mul\n# End of checked-math tests\n# End of glib tests\nPASS: glib/overflow-fallback.test\nRunning test: glib/deftype.test\nPASS: glib/deftype.test\nRunning test: glib/cxx.test\nTAP version 14\n# random seed: R02S90a8a23660a65917f8e76ed315e422ac\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx.test\nRunning test: glib/tls-bindings.test\nTAP version 14\n# random seed: R02S5f5c09a306cb3dfd88cae10bd78fd796\n1..2\n# Start of tls-connection tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation test (GTestTlsBackend) for ?gio-tls-backend?\nok 1 /tls-connection/get-tls-channel-binding\nok 2 /tls-connection/get-dtls-channel-binding\n# End of tls-connection tests\nPASS: glib/tls-bindings.test\nRunning test: glib/environment.test\nTAP version 14\n# random seed: R02S7f5c1a7c0665374a595265c42a157b8f\n1..6\n# Start of environ tests\n# /environ/listenv summary: Test g_get_environ() returns an array of unique keys, all of which can be individually queried using g_getenv() to return the same value.\nok 1 /environ/listenv\n# /environ/getenv summary: Test setting an environment variable using g_setenv(), and that the updated value is queryable using g_getenv().\nok 2 /environ/getenv\nok 3 /environ/setenv\n# /environ/array summary: Test getting and setting variables on a local envp array (rather than the global envp).\nok 4 /environ/array\n# /environ/null summary: Test getting and setting variables on a NULL envp array.\nok 5 /environ/null\n# /environ/case summary: Test that matching environment variables is case-insensitive on Windows and not on other platforms, since envvars were case-insensitive on DOS.\nok 6 /environ/case\n# End of environ tests\nPASS: glib/environment.test\nRunning test: glib/guuid.test\nTAP version 14\n# random seed: R02S056c633017ba16db879a9262792b3381\n1..2\n# Start of uuid tests\nok 1 /uuid/string\nok 2 /uuid/random\n# End of uuid tests\nPASS: glib/guuid.test\nRunning test: glib/gdbus-server-auth.test\nTAP version 14\n# random seed: R02Sc491db28e9ca234d66f3aeb8b2799174\n1..9\n# Start of gdbus tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-YBXG82 / libdbus client, with flags: external:false anonymous:false sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-YBXG82/dbus-sCUQNkbp\n# GLib-GIO-DEBUG: Accepting \"ANONYMOUS\" authentication\n# GLib-GIO-DEBUG: Accepting \"DBUS_COOKIE_SHA1\" authentication\n# GLib-GIO-DEBUG: Accepting \"EXTERNAL\" authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 1 /gdbus/server-auth # SKIP Testing interop with libdbus not supported\n# Start of server-auth tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/abstract/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/abstract/.dirs/runtime\n# Testing GDBus server at unix:tmpdir=/var/volatile/tmp/gdbus-server-auth-5GYG82 / libdbus client, with flags: external:false anonymous:false sha1:false abstract:true tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-5GYG82/dbus-iJBpFmM2\n# GLib-GIO-DEBUG: Accepting \"ANONYMOUS\" authentication\n# GLib-GIO-DEBUG: Accepting \"DBUS_COOKIE_SHA1\" authentication\n# GLib-GIO-DEBUG: Accepting \"EXTERNAL\" authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 2 /gdbus/server-auth/abstract # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/tcp/.dirs/runtime\n# Testing GDBus server at tcp:host=127.0.0.1 / libdbus client, with flags: external:false anonymous:false sha1:false abstract:false tcp:true\n# Connectable address: tcp:host=127.0.0.1,port=43099\n# GLib-GIO-DEBUG: Accepting \"ANONYMOUS\" authentication\n# GLib-GIO-DEBUG: Accepting \"DBUS_COOKIE_SHA1\" authentication\n# GLib-GIO-DEBUG: Accepting \"EXTERNAL\" authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: Server says GDBus client is uid 4294967295, pid -1\nok 3 /gdbus/server-auth/tcp # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/anonymous/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-EF0G82 / libdbus client, with flags: external:false anonymous:true sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-EF0G82/dbus-XkvdyqW0\n# GLib-GIO-DEBUG: Accepting ANONYMOUS authentication\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 4 /gdbus/server-auth/anonymous # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/external/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/external/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/external/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/external/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/external/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/external/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-5YZG82 / libdbus client, with flags: external:true anonymous:false sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-5YZG82/dbus-tyLdpAD5\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Accepting EXTERNAL authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 5 /gdbus/server-auth/external # SKIP Testing interop with libdbus not supported\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/sha1/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/sha1/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-AW0G82 / libdbus client, with flags: external:false anonymous:false sha1:true abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-AW0G82/dbus-WDgckWTu\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Accepting DBUS_COOKIE_SHA1 authentication\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 6 /gdbus/server-auth/sha1 # SKIP Testing interop with libdbus not supported\n# Start of anonymous tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/anonymous/tcp/.dirs/runtime\n# Testing GDBus server at tcp:host=127.0.0.1 / libdbus client, with flags: external:false anonymous:true sha1:false abstract:false tcp:true\n# Connectable address: tcp:host=127.0.0.1,port=46557\n# GLib-GIO-DEBUG: Accepting ANONYMOUS authentication\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not ANONYMOUS\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: Server says GDBus client is uid 4294967295, pid -1\nok 7 /gdbus/server-auth/anonymous/tcp # SKIP Testing interop with libdbus not supported\n# End of anonymous tests\n# Start of external tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/external/require-same-user/.dirs/runtime\n# Testing GDBus server at unix:dir=/var/volatile/tmp/gdbus-server-auth-7R1G82 / libdbus client, with flags: external:true anonymous:false sha1:false abstract:false tcp:false\n# Connectable address: unix:path=/var/volatile/tmp/gdbus-server-auth-7R1G82/dbus-0ITIgpuO\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Rejecting \"DBUS_COOKIE_SHA1\" authentication: not EXTERNAL\n# GLib-GIO-DEBUG: Accepting EXTERNAL authentication\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=10740,uid=1000,gid=1000\n# GLib-GIO-DEBUG: Server says GDBus client is uid 1000, pid 10740\nok 8 /gdbus/server-auth/external/require-same-user # SKIP Testing interop with libdbus not supported\n# End of external tests\n# Start of sha1 tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-config1:/var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-data1:/var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/gdbus/server-auth/sha1/tcp/.dirs/runtime\n# Testing GDBus server at tcp:host=127.0.0.1 / libdbus client, with flags: external:false anonymous:false sha1:true abstract:false tcp:true\n# Connectable address: tcp:host=127.0.0.1,port=43701\n# GLib-GIO-DEBUG: Rejecting \"ANONYMOUS\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Accepting DBUS_COOKIE_SHA1 authentication\n# GLib-GIO-DEBUG: Rejecting \"EXTERNAL\" authentication: not DBUS_COOKIE_SHA1\n# GLib-GIO-DEBUG: Authorizing peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: New connection from peer with credentials: GCredentials:linux-ucred:pid=0\n# GLib-GIO-DEBUG: Server says GDBus client is uid 4294967295, pid -1\nok 9 /gdbus/server-auth/sha1/tcp # SKIP Testing interop with libdbus not supported\n# End of sha1 tests\n# End of server-auth tests\n# End of gdbus tests\nPASS: glib/gdbus-server-auth.test\nRunning test: glib/signals-refcount3.test\nTAP version 14\n# random seed: R02Sc2c2f633abb887e41cab803e9a7e1350\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x5611e59903f0\n# \n# init 0x5611e5989600\n# \nExecuting: glib/signals-refcount3.test\n# dispose 0x5611e59903f0!\n# \n# dispose 0x5611e5989600!\n# \nok 1 /gobject/refcount/signals\n# slow test /gobject/refcount/signals executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/signals-refcount3.test\nRunning test: glib/thread-deprecated.test\nTAP version 14\n# random seed: R02S9082b6e509d62a18160b62c8933cbcc6\n1..6\n# Start of thread tests\nok 1 /thread/mutex\nok 2 /thread/static-rec-mutex\nExecuting: glib/thread-deprecated.test\nok 3 /thread/static-private\n# slow test /thread/static-private executed in 4.20 secs\nExecuting: glib/thread-deprecated.test\nok 4 /thread/static-rw-lock\n# slow test /thread/static-rw-lock executed in 5.00 secs\nok 5 /thread/once\nExecuting: glib/thread-deprecated.test\nExecuting: glib/thread-deprecated.test\nok 6 /thread/rerun-all\n# slow test /thread/rerun-all executed in 10.02 secs\n# End of thread tests\nPASS: glib/thread-deprecated.test\nRunning test: glib/hmac.test\nTAP version 14\n# random seed: R02Sb40063ffc9896c148efe61892c1aadfe\n1..37\n# Start of hmac tests\nok 1 /hmac/sha1-1\nok 2 /hmac/sha1-2\nok 3 /hmac/sha1-3\nok 4 /hmac/sha1-4\nok 5 /hmac/sha1-5\nok 6 /hmac/sha1-6\nok 7 /hmac/sha1-7\nok 8 /hmac/sha256-1\nok 9 /hmac/sha256-2\nok 10 /hmac/sha256-3\nok 11 /hmac/sha256-4\nok 12 /hmac/sha256-5\nok 13 /hmac/sha256-6\nok 14 /hmac/sha384-1\nok 15 /hmac/sha384-2\nok 16 /hmac/sha384-3\nok 17 /hmac/sha384-4\nok 18 /hmac/sha384-5\nok 19 /hmac/sha384-6\nok 20 /hmac/sha512-1\nok 21 /hmac/sha512-2\nok 22 /hmac/sha512-3\nok 23 /hmac/sha512-4\nok 24 /hmac/sha512-5\nok 25 /hmac/sha512-6\nok 26 /hmac/md5-1\nok 27 /hmac/md5-2\nok 28 /hmac/md5-3\nok 29 /hmac/md5-4\nok 30 /hmac/md5-5\nok 31 /hmac/md5-6\nok 32 /hmac/md5-7\nok 33 /hmac/ref-unref\nok 34 /hmac/copy\nok 35 /hmac/for-data\nok 36 /hmac/for-string\nok 37 /hmac/for-bytes\n# End of hmac tests\nPASS: glib/hmac.test\nRunning test: glib/contenttype.test\nTAP version 14\n# random seed: R02Sd93d8ee890c13d43693471799f0e9ace\n1..14\n# Start of contenttype tests\nok 1 /contenttype/guess\nok 2 /contenttype/guess_svg_from_data\nok 3 /contenttype/mime_to_content # SKIP mime from content type test not implemented on UNIX\nok 4 /contenttype/mime_from_content # SKIP mime from content type test not implemented on UNIX\nok 5 /contenttype/unknown\nok 6 /contenttype/subtype\nok 7 /contenttype/list\nok 8 /contenttype/executable\nok 9 /contenttype/description\nok 10 /contenttype/icon\nok 11 /contenttype/symbolic-icon\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 12 /contenttype/tree\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/3168\nok 13 /contenttype/tree_invalid_encoding\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=782311\nok 14 /contenttype/test_type_is_a_special_case\n# End of contenttype tests\nPASS: glib/contenttype.test\nRunning test: glib/async-splice-output-stream.test\nTAP version 14\n# random seed: R02S3154dab78c092d391ae7ebbdcce3c978\n1..5\n# Start of async-splice tests\nok 1 /async-splice/copy-chunks\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 2 /async-splice/copy-chunks-threaded-input\nok 3 /async-splice/copy-chunks-threaded-output\nok 4 /async-splice/copy-chunks-threaded\nok 5 /async-splice/cancelled\n# End of async-splice tests\nPASS: glib/async-splice-output-stream.test\nRunning test: glib/asyncqueue.test\nTAP version 14\n# random seed: R02Sb8cf9c70187ce58d6465920a18b500ca\n1..7\n# Start of asyncqueue tests\nok 1 /asyncqueue/basics\nok 2 /asyncqueue/sort\nok 3 /asyncqueue/destroy\nok 4 /asyncqueue/threads\nok 5 /asyncqueue/timed\nok 6 /asyncqueue/remove\nok 7 /asyncqueue/push_front\n# End of asyncqueue tests\nPASS: glib/asyncqueue.test\nRunning test: glib/inet-address.test\nTAP version 14\n# random seed: R02S2d7b89e921deabda97cb4e78b7abad6f\n1..11\n# Start of inet-address tests\nok 1 /inet-address/parse\nok 2 /inet-address/any\nok 3 /inet-address/loopback\nok 4 /inet-address/bytes\nok 5 /inet-address/property\n# End of inet-address tests\n# Start of socket-address tests\nok 6 /socket-address/basic\nok 7 /socket-address/to-string\n# End of socket-address tests\n# Start of address-mask tests\nok 8 /address-mask/parse\nok 9 /address-mask/property\nok 10 /address-mask/equal\nok 11 /address-mask/match\n# End of address-mask tests\nPASS: glib/inet-address.test\nRunning test: glib/utils-c-89.test\nTAP version 14\n# random seed: R02S8ae14a75ded65f94f6f9c2f70c9850b3\n1..41\n# Start of utils tests\nok 1 /utils/language-names\n# Testing locale ?en?\n# Testing locale ?sr@latin?\n# Testing locale ?fr_BE?\n# Testing locale ?sr_SR@latin?\n# Testing locale ?sr_SR@latin.UTF-8?\n# Testing locale ?sr@latin_invalid?\n# Testing locale ?sr.UTF-8@latin?\n# Testing locale ?sr.UTF-8_latin?\n# Testing locale ?sr.UTF-8@latin_invalid?\nok 2 /utils/locale-variants\nok 3 /utils/version\nok 4 /utils/appname\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/-/issues/847\n# /utils/prgname-thread-safety summary: Test that threads racing to get and set the program name always receive a valid program name.\nok 5 /utils/prgname-thread-safety\n# Bug Reference: https://bugzilla.gnome.org/show_bug.cgi?id=627969\n# /utils/tmpdir summary: Test that g_get_tmp_dir() returns a correct default if TMPDIR is set to the empty string\nok 6 /utils/tmpdir\nok 7 /utils/basic_bits\nok 8 /utils/bits\nok 9 /utils/swap\nok 10 /utils/find-program\nok 11 /utils/find-program-for-path\nok 12 /utils/debug\nok 13 /utils/codeset\nok 14 /utils/codeset2\nok 15 /utils/console-charset\nok 16 /utils/gettext\nok 17 /utils/username\nok 18 /utils/realname\nok 19 /utils/hostname\nok 20 /utils/xdgdirs\nok 21 /utils/specialdir\n# NAME: Linux\nok 22 /utils/os-info\nok 23 /utils/clear-pointer\nok 24 /utils/clear-pointer-cast\nok 25 /utils/take-pointer\nok 26 /utils/clear-source\nok 27 /utils/misc-mem\n# /utils/aligned-mem summary: Aligned memory allocator\n# Alignment must not be zero\n# Alignment must be a power of two\n# Alignment must be a multiple of sizeof(void*)\nok 28 /utils/aligned-mem\n# /utils/free-sized summary: Check that g_free_sized() works\nok 29 /utils/free-sized\nok 30 /utils/nullify\nok 31 /utils/atexit\nok 32 /utils/check-setuid\n# Bug Reference: https://gitlab.gnome.org/GNOME/glib/issues/1663\nok 33 /utils/int-limits\nok 34 /utils/clear-list\nok 35 /utils/clear-slist\nok 36 /utils/steal-handle-id\n# Start of specialdir tests\nok 37 /utils/specialdir/desktop\n# End of specialdir tests\n# Start of clear-pointer tests\nok 38 /utils/clear-pointer/side-effects\n# End of clear-pointer tests\n# Start of aligned-mem tests\n# /utils/aligned-mem/alignment summary: Check that g_aligned_alloc() returns a correctly aligned pointer\nok 39 /utils/aligned-mem/alignment\n# /utils/aligned-mem/zeroed summary: Check that g_aligned_alloc0() zeroes out its allocation\nok 40 /utils/aligned-mem/zeroed\n# /utils/aligned-mem/free-sized summary: Check that g_aligned_free_sized() works\nok 41 /utils/aligned-mem/free-sized\n# Start of subprocess tests\n# End of subprocess tests\n# End of aligned-mem tests\n# End of utils tests\nPASS: glib/utils-c-89.test\nRunning test: glib/atomic-c-11.test\nTAP version 14\n# random seed: R02Sa9c6661df9a3caa0a6de29dcf782a2d4\n1..2\n# Start of atomic tests\nok 1 /atomic/types\nok 2 /atomic/threaded\n# End of atomic tests\nPASS: glib/atomic-c-11.test\nRunning test: glib/gutils-user-database.test\nTAP version 14\n# random seed: R02Sbbcb7bdf0c964264a05222f16078075e\n1..1\n# Start of gutils tests\nok 1 /gutils/get_user_database_entry\n# End of gutils tests\nPASS: glib/gutils-user-database.test\nRunning test: glib/search-utils.test\nTAP version 14\n# random seed: R02S3bca1e8362c124fd3f4c1f2895caeb72\n# GLib-DEBUG: Current user locale: C\n1..6\n# Start of search tests\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'he' - 'Hello World' should match: OK\n# GLib-DEBUG: 'wo' - 'Hello World' should match: OK\n# GLib-DEBUG: 'lo' - 'Hello World' should NOT match: OK\n# GLib-DEBUG: 'ld' - 'Hello World' should NOT match: OK\n# GLib-DEBUG: 'wo' - 'Hello-World' should match: OK\n# GLib-DEBUG: 'wo' - 'HelloWorld' should NOT match: OK\nok 1 /search/basic\n# GLib-DEBUG: Started\n# Locale 'sv_SE.UTF-8' is unavailable\n# GLib-DEBUG: 'jor' - 'J?rgen' should match: SKIPPED\n# GLib-DEBUG: 'gaetan' - 'Ga\u00ebtan' should match: OK\n# GLib-DEBUG: 'ele' - '\u00e9l\u00e8ve' should match: OK\n# GLib-DEBUG: 'Aza\u00cfs' - 'Azais' should NOT match: OK\n# GLib-DEBUG: 'Azais' - 'Aza\u00cfs' should match: OK\nok 2 /search/composed\n# GLib-DEBUG: Started\n# Locale 'sv_SE.UTF-8' is unavailable\n# GLib-DEBUG: 'Jo\u0308r' - 'Jorgen' should NOT match: SKIPPED\n# Locale 'sv_SE.UTF-8' is unavailable\n# GLib-DEBUG: 'jor' - 'Jo\u0308rgen' should match: SKIPPED\nok 3 /search/decomposed # SKIP No locales for the test set are available\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'ist' - '\u0130stanbul' should match: OK\n# GLib-DEBUG: 'diyarbakir' - 'Diyarbak\u0131r' should match: OK\nok 4 /search/turkish\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'jor' - 'J?rgen' should match: OK\n# GLib-DEBUG: 'Jo?r' - 'Jorgen' should NOT match: OK\n# GLib-DEBUG: 'jor' - 'Jo?rgen' should match: OK\nok 5 /search/c_locale_unicode\n# GLib-DEBUG: Started\n# GLib-DEBUG: 'Xav Cla' - 'Xavier Claessens' should match: OK\n# GLib-DEBUG: 'Cla Xav' - 'Xavier Claessens' should match: OK\n# GLib-DEBUG: '   b  ' - 'Foo Bar Baz' should match: OK\n# GLib-DEBUG: 'bar bazz' - 'Foo Bar Baz' should NOT match: OK\nok 6 /search/multi_words\n# End of search tests\nPASS: glib/search-utils.test\nRunning test: glib/portal-support-flatpak-full.test\nTAP version 14\n# random seed: R02Sd304c0a55e35d72034774c2d4644058f\n1..1\n# Start of portal-support tests\n# Start of flatpak tests\n# GLib-DEBUG: g_set_user_dirs: Setting HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/home\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CACHE_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/cache\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_DIRS to /var/volatile/tmp/portal-support/flatpak/full/.dirs/system-config1:/var/volatile/tmp/portal-support/flatpak/full/.dirs/system-config2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_CONFIG_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/config\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_DIRS to /var/volatile/tmp/portal-support/flatpak/full/.dirs/system-data1:/var/volatile/tmp/portal-support/flatpak/full/.dirs/system-data2\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_DATA_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/data\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_STATE_HOME to /var/volatile/tmp/portal-support/flatpak/full/.dirs/state\n# GLib-DEBUG: g_set_user_dirs: Setting XDG_RUNTIME_DIR to /var/volatile/tmp/portal-support/flatpak/full/.dirs/runtime\n# Creating .flatpak-info in /var/volatile/tmp/portal-support/flatpak/full/.dirs/runtime/.flatpak-info\nok 1 /portal-support/flatpak/full\n# End of flatpak tests\n# End of portal-support tests\nPASS: glib/portal-support-flatpak-full.test\nRunning test: glib/strvbuilder.test\nTAP version 14\n# random seed: R02S86a33030006923e1cc4308d80aa90ba1\n1..7\n# Start of strvbuilder tests\nok 1 /strvbuilder/empty\nok 2 /strvbuilder/add\nok 3 /strvbuilder/addv\nok 4 /strvbuilder/add_many\nok 5 /strvbuilder/take\nok 6 /strvbuilder/ref\nok 7 /strvbuilder/unref_to_strv\n# End of strvbuilder tests\nPASS: glib/strvbuilder.test\nRunning test: glib/uri.test\nTAP version 14\n# random seed: R02S041e5f0db5c984dddc9f68ef8051b9c3\n1..24\n# Start of uri tests\nok 1 /uri/file-to-uri\nok 2 /uri/file-from-uri\nok 3 /uri/file-roundtrip\nok 4 /uri/list\n# Test 0: %2Babc %4F\n# Test 1: %2Babc %4F\n# Test 2: %00abc %4F\n# Test 3: /cursors/none.png\n# Test 4: /cursors%2fbad-subdir/none.png\n# Test 5: %0\n# Test 6: %ra\n# Test 7: %2r\n# Test 8: Timm B?der\n# Test 9: (null)\nok 5 /uri/unescape-string\nok 6 /uri/unescape-segment\n# Test 0: abcdefgABCDEFG._~\n# Test 1: :+ \\\\?#\n# Test 2: a+b:c\n# Test 3: a+b:c\\303\\234\n# Test 4: \\374;\\322\n# Test 5: \\303\\261\\303(\nok 7 /uri/escape-string\nok 8 /uri/escape-bytes\nok 9 /uri/scheme\nok 10 /uri/build\nok 11 /uri/split\nok 12 /uri/is_valid\nok 13 /uri/to-string\nok 14 /uri/join\n# /uri/join-split-round-trip summary: Test that joining different URI components survives a round trip\n# Combination 0\n# Combination 1\n# Combination 2\n# Combination 3\n# Combination 4\n# Combination 5\n# Combination 6\n# Combination 7\n# Combination 8\n# Combination 9\n# Combination 10\n# Combination 11\n# Combination 12\n# Combination 13\n# Combination 14\n# Combination 15\n# Combination 16\n# Combination 17\n# Combination 18\n# Combination 19\n# Combination 20\n# Combination 21\n# Combination 22\n# Combination 23\n# Combination 24\n# Combination 25\n# Combination 26\n# Combination 27\n# Combination 28\n# Combination 29\n# Combination 30\n# Combination 31\n# Combination 32\n# Combination 33\n# Combination 34\n# Combination 35\n# Combination 36\n# Combination 37\n# Combination 38\n# Combination 39\n# Combination 40\n# Combination 41\n# Combination 42\n# Combination 43\n# Combination 44\n# Combination 45\n# Combination 46\n# Combination 47\n# Combination 48\n# Combination 49\n# Combination 50\n# Combination 51\n# Combination 52\n# Combination 53\n# Combination 54\n# Combination 55\n# Combination 56\n# Combination 57\n# Combination 58\n# Combination 59\n# Combination 60\n# Combination 61\n# Combination 62\n# Combination 63\n# Combination 64\n# Combination 65\n# Combination 66\n# Combination 67\n# Combination 68\n# Combination 69\n# Combination 70\n# Combination 71\n# Combination 72\n# Combination 73\n# Combination 74\n# Combination 75\n# Combination 76\n# Combination 77\n# Combination 78\n# Combination 79\n# Combination 80\n# Combination 81\n# Combination 82\n# Combination 83\n# Combination 84\n# Combination 85\n# Combination 86\n# Combination 87\n# Combination 88\n# Combination 89\n# Combination 90\n# Combination 91\n# Combination 92\n# Combination 93\n# Combination 94\n# Combination 95\n# Combination 96\n# Combination 97\n# Combination 98\n# Combination 99\n# Combination 100\n# Combination 101\n# Combination 102\n# Combination 103\n# Combination 104\n# Combination 105\n# Combination 106\n# Combination 107\n# Combination 108\n# Combination 109\n# Combination 110\n# Combination 111\n# Combination 112\n# Combination 113\n# Combination 114\n# Combination 115\n# Combination 116\n# Combination 117\n# Combination 118\n# Combination 119\n# Combination 120\n# Combination 121\n# Combination 122\n# Combination 123\n# Combination 124\n# Combination 125\n# Combination 126\n# Combination 127\n# Combination 128\n# Combination 129\n# Combination 130\n# Combination 131\n# Combination 132\n# Combination 133\n# Combination 134\n# Combination 135\n# Combination 136\n# Combination 137\n# Combination 138\n# Combination 139\n# Combination 140\n# Combination 141\n# Combination 142\n# Combination 143\n# Combination 144\n# Combination 145\n# Combination 146\n# Combination 147\n# Combination 148\n# Combination 149\n# Combination 150\n# Combination 151\n# Combination 152\n# Combination 153\n# Combination 154\n# Combination 155\n# Combination 156\n# Combination 157\n# Combination 158\n# Combination 159\n# Combination 160\n# Combination 161\n# Combination 162\n# Combination 163\n# Combination 164\n# Combination 165\n# Combination 166\n# Combination 167\n# Combination 168\n# Combination 169\n# Combination 170\n# Combination 171\n# Combination 172\n# Combination 173\n# Combination 174\n# Combination 175\n# Combination 176\n# Combination 177\n# Combination 178\n# Combination 179\n# Combination 180\n# Combination 181\n# Combination 182\n# Combination 183\n# Combination 184\n# Combination 185\n# Combination 186\n# Combination 187\n# Combination 188\n# Combination 189\n# Combination 190\n# Combination 191\n# Combination 192\n# Combination 193\n# Combination 194\n# Combination 195\n# Combination 196\n# Combination 197\n# Combination 198\n# Combination 199\n# Combination 200\n# Combination 201\n# Combination 202\n# Combination 203\n# Combination 204\n# Combination 205\n# Combination 206\n# Combination 207\n# Combination 208\n# Combination 209\n# Combination 210\n# Combination 211\n# Combination 212\n# Combination 213\n# Combination 214\n# Combination 215\n# Combination 216\n# Combination 217\n# Combination 218\n# Combination 219\n# Combination 220\n# Combination 221\n# Combination 222\n# Combination 223\n# Combination 224\n# Combination 225\n# Combination 226\n# Combination 227\n# Combination 228\n# Combination 229\n# Combination 230\n# Combination 231\n# Combination 232\n# Combination 233\n# Combination 234\n# Combination 235\n# Combination 236\n# Combination 237\n# Combination 238\n# Combination 239\n# Combination 240\n# Combination 241\n# Combination 242\n# Combination 243\n# Combination 244\n# Combination 245\n# Combination 246\n# Combination 247\n# Combination 248\n# Combination 249\n# Combination 250\n# Combination 251\n# Combination 252\n# Combination 253\n# Combination 254\n# Combination 255\nok 15 /uri/join-split-round-trip\nok 16 /uri/normalize\n# Start of unescape-bytes tests\n# Test 0: %00%00\n# Test 1: /cursors/none.png\n# Test 2: /cursors%2fbad-subdir/none.png\n# Test 3: %%\n# Test 4: %\nok 17 /uri/unescape-bytes/nul-terminated\n# Test 0: %00%00\n# Test 1: /cursors/none.png\n# Test 2: /cursors%2fbad-subdir/none.png\n# Test 3: %%\n# Test 4: %\nok 18 /uri/unescape-bytes/length\n# End of unescape-bytes tests\n# Start of parsing tests\n# Test 0: foo:\n# Test 1: file:/dev/null\n# Test 2: file:///dev/null\n# Test 3: ftp://user@host/path\n# Test 4: ftp://user@host:9999/path\n# Test 5: ftp://user:password@host/path\n# Test 6: ftp://user:password@host:9999/path\n# Test 7: ftp://user:password@host\n# Test 8: http://us%65r@host\n# Test 9: http://us%40r@host\n# Test 10: http://us%3ar@host\n# Test 11: http://us%2fr@host\n# Test 12: http://us%3fr@host\n# Test 13: http://host?query\n# Test 14: http://host/path?query=http%3A%2F%2Fhost%2Fpath%3Fchildparam%3Dchildvalue&param=value\n# Test 15: http://control-chars/%01%02%03%04%05%06%07%08%09%0A%0B%0C%0D%0E%0F%10%11%12%13%14%15%16%17%18%19%1A%1B%1C%1D%1E%1F%7F\n# Test 16: http://space/%20\n# Test 17: http://delims/%3C%3E%23%25%22\n# Test 18: http://unwise-chars/%7B%7D%7C%5C%5E%5B%5D%60\n# Test 19: http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]:80/index.html\n# Test 20: http://[1080:0:0:0:8:800:200C:417A]/index.html\n# Test 21: http://[3ffe:2a00:100:7031::1]\n# Test 22: http://[1080::8:800:200C:417A]/foo\n# Test 23: http://[::192.9.5.5]/ipng\n# Test 24: http://[::FFFF:129.144.52.38]:80/index.html\n# Test 25: http://[2010:836B:4179::836B:4179]\n# Test 26: http://host/path with spaces\n# Test 27:   http://host/path\n# Test 28: http://host/path  \n# Test 29: http://host  \n# Test 30: http://host:999  \n# Test 31: http://host/pa\n# th\n# Test 32: http:\n# //host/path\n# Test 33: http://\thost/path\n# Test 34: http://host/path?\n# Test 35: http://host/path#\n# Test 36: http://host/path%\n# Test 37: http://h%ost/path\n# Test 38: http://host/path%%\n# Test 39: http://host/path%%%\n# Test 40: http://host/path%/x/\n# Test 41: http://host/path%0x/\n# Test 42: http://host/path%ax\n# Test 43: http://host/p?th/\n# Test 44: HTTP:////////////////\n# Test 45: http://@host\n# Test 46: http://:@host\n# Test 47: scheme://foo%3Abar._webdav._tcp.local\n# Test 48: http://example.com/..\n# Test 49: foo0://host/path\n# Test 50: f0.o://host/path\n# Test 51: http++://host/path\n# Test 52: http-ish://host/path\n# Test 53: http://[fe80::dead:beef%]/\n# Test 54: http://[fe80::dead:beef%em1]/\n# Test 55: http://[fe80::dead:beef%em1]/\n# Test 56: http://[fe80::dead:beef%25em1]/\n# Test 57: http://[fe80::dead:beef%25em1%20]/\n# Test 58: http://[fe80::dead:beef%25em%31]/\n# Test 59: http://[fe80::dead:beef%10]/\n# Test 60: http://[fe80::dead:beef%10]/\n# Test 61: http://[fe80::dead:beef%25]/\n# Test 62: http://[fe80::dead:beef%25]/\n# Test 63: http://[192.168.0.1%25em1]/\n# Test 64: http://[fe80::dead:beef%2em1]/\n# Test 65: http://[fe80::dead:beef%2em1]/\n# Test 66: http://[fe80::dead:beef%25em1%00]/\n# Test 67: http://[fe80::dead:beef%25em1%00]/\n# Test 68: http://xn--mixed-?p/\n# Test 69: data:.///\n# Test 70: data:/.//\nok 19 /uri/parsing/absolute\nok 20 /uri/parsing/relative\n# End of parsing tests\n# Start of iter-params tests\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 21 /uri/iter-params/nul-terminated\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 22 /uri/iter-params/length\n# End of iter-params tests\n# Start of parse-params tests\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 23 /uri/parse-params/nul-terminated\n# URI 0: p1=foo&p2=bar;p3=baz\n# URI 1: p1=foo&p2=bar\n# URI 2: p1=foo&&P1=bar\n# URI 3: %00=foo\n# URI 4: p1=%00\n# URI 5: p1=foo&p1=bar\n# URI 6: p1=foo&P1=bar\n# URI 7: =%\n# URI 8: =\n# URI 9: foo\n# URI 10: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 11: foo=bar+%26+baz&saisons=%C3%89t%C3%A9%2Bhiver\n# URI 12: token=exp=123~acl=/QualityLevels(*~hmac=0cb\nok 24 /uri/parse-params/length\n# End of parse-params tests\n# End of uri tests\nPASS: glib/uri.test\nRunning test: glib/thumbnail-verification.test\nTAP version 14\n# random seed: R02S628b2272a061a383ad9c0960d44fae50\n1..1\n# Start of png-thumbs tests\nok 1 /png-thumbs/validity\n# End of png-thumbs tests\nPASS: glib/thumbnail-verification.test\nRunning test: glib/objects-refcount1.test\nTAP version 14\n# random seed: R02Sb34d82c28b9fab2d19a1b886db7ffd19\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x55de1b76a380\n# \n# init 0x55de1b76ad10\n# \nExecuting: glib/objects-refcount1.test\n# dispose 0x55de1b76a380!\n# \n# dispose 0x55de1b76ad10!\n# \nok 1 /gobject/refcount/object-basics\n# slow test /gobject/refcount/object-basics executed in 5.00 secs\n# End of refcount tests\n# End of gobject tests\nPASS: glib/objects-refcount1.test\nRunning test: glib/properties-refcount2.test\nTAP version 14\n# random seed: R02S03f0d84fbeaca14768ca6e70ac0f33e6\n1..1\n# Start of gobject tests\n# Start of refcount tests\n# init 0x563c25c24450\n# \n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# .\n# dispose 0x563c25c24450!\n# \nok 1 /gobject/refcount/properties-2\n# End of refcount tests\n# End of gobject tests\nPASS: glib/properties-refcount2.test\nRunning test: glib/cxx-2b.test\nTAP version 14\n# random seed: R02S8a660ad2e78af6d8d526bf4588610856\n1..2\n# Start of gtask tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 1 /gtask/name\n# Start of name tests\n# GLib-GIO-DEBUG: GTask some other name (source object: (nil), source tag: (nil)) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program.\nok 2 /gtask/name/macro-wrapper\n# End of name tests\n# End of gtask tests\nPASS: glib/cxx-2b.test\nSUMMARY: total=291; passed=290; skipped=1; failed=0; user=175.2s; system=94.2s; maxrss=151560\n+ userdel glib2-test\nDURATION: 273\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5138869285583496,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-glib-networking_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-glib-networking",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014238357543945312,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.138298511505127,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03388357162475586,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 3.5079686641693115,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009593963623046875,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.glib-networking.glib-networking/certificate-gnutls.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-networking.glib-networking/connection-gnutls.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-networking.glib-networking/environment.test": {
    "status": "PASSED"
   },
   "ptestresult.glib-networking.glib-networking/file-database-gnutls.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/glib-networking/ptest\nRunning test: glib-networking/connection-gnutls.test\nTAP version 14\n# random seed: R02S396dd63ffe4f19452032a60392369f54\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend?\n1..46\n# Start of tls tests\n# Start of gnutls tests\n# Start of connection tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\nok 1 /tls/gnutls/connection/basic\nok 2 /tls/gnutls/connection/verified\nok 3 /tls/gnutls/connection/verified-chain\nok 4 /tls/gnutls/connection/verified-chain-with-redundant-root-cert\nok 5 /tls/gnutls/connection/verified-chain-with-duplicate-server-cert\nok 6 /tls/gnutls/connection/verified-unordered-chain\nok 7 /tls/gnutls/connection/verified-chain-with-alternative-ca-cert\nok 8 /tls/gnutls/connection/invalid-chain-with-alternative-ca-cert\nok 9 /tls/gnutls/connection/client-auth\nok 10 /tls/gnutls/connection/client-auth-rehandshake\nok 11 /tls/gnutls/connection/client-auth-failure\n# Bug Reference: http://bugzilla.gnome.org/793712\nok 12 /tls/gnutls/connection/client-auth-fail-missing-client-private-key\nok 13 /tls/gnutls/connection/client-auth-request-cert\nok 14 /tls/gnutls/connection/client-auth-request-fail\nok 15 /tls/gnutls/connection/client-auth-request-none\nok 16 /tls/gnutls/connection/no-database\nok 17 /tls/gnutls/connection/failed\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e2f74b30 and GSocketClientAsyncConnectData 0x7fe5a800ac60\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x5589e2f90cf0 for GSocketClientAsyncConnectData 0x7fe5a800ac60\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 18 /tls/gnutls/connection/socket-client\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e2f8f3b0 and GSocketClientAsyncConnectData 0x5589e2f6c970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x7fe5a800b780 for GSocketClientAsyncConnectData 0x5589e2f6c970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake failed: Unacceptable TLS certificate\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unacceptable TLS certificate\nok 19 /tls/gnutls/connection/socket-client-failed\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e33d0d30 and GSocketClientAsyncConnectData 0x7fe5a800c5f0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x5589e33b1670 for GSocketClientAsyncConnectData 0x7fe5a800c5f0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 20 /tls/gnutls/connection/read-time-out-then-write\n# slow test /tls/gnutls/connection/read-time-out-then-write executed in 1.01 secs\nok 21 /tls/gnutls/connection/simultaneous-async\nok 22 /tls/gnutls/connection/simultaneous-sync\nok 23 /tls/gnutls/connection/simultaneous-async-rehandshake\nok 24 /tls/gnutls/connection/simultaneous-sync-rehandshake\nok 25 /tls/gnutls/connection/close-immediately\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x7fe5a8015380 and GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x7fe5a0002a00 for GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e2f74c90 and GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x7fe5a800e750 for GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 26 /tls/gnutls/connection/unclean-close-by-server\n# Bug Reference: http://bugzilla.gnome.org/710691\nok 27 /tls/gnutls/connection/async-implicit-handshake\nok 28 /tls/gnutls/connection/output-stream-close\nok 29 /tls/gnutls/connection/garbage-database\n# Bug Reference: http://bugzilla.gnome.org/792219\nok 30 /tls/gnutls/connection/readwrite-after-connection-destroyed\nok 31 /tls/gnutls/connection/sync-op-during-handshake\nok 32 /tls/gnutls/connection/socket-timeout\n# slow test /tls/gnutls/connection/socket-timeout executed in 1.51 secs\nok 33 /tls/gnutls/connection/missing-server-identity\nok 34 /tls/gnutls/connection/peer-certificate-notify\nok 35 /tls/gnutls/connection/tls-info\n# Start of session tests\nok 36 /tls/gnutls/connection/session/resume_multiple_times\nok 37 /tls/gnutls/connection/session/reuse_ten_minute_expiry\n# End of session tests\n# Start of alpn tests\nok 38 /tls/gnutls/connection/alpn/match\nok 39 /tls/gnutls/connection/alpn/no-match\nok 40 /tls/gnutls/connection/alpn/client-only\nok 41 /tls/gnutls/connection/alpn/server-only\n# End of alpn tests\n# Start of binding tests\nok 42 /tls/gnutls/connection/binding/match-tls-unique # SKIP tls-unique is not supported\nok 43 /tls/gnutls/connection/binding/match-tls-server-end-point\nok 44 /tls/gnutls/connection/binding/match-tls-exporter\n# End of binding tests\n# Start of oscp tests\nok 45 /tls/gnutls/connection/oscp/must-staple\nok 46 /tls/gnutls/connection/oscp/must-staple-intermediate-certificate\n# End of oscp tests\n# End of connection tests\n# End of gnutls tests\n# End of tls tests\nPASS: glib-networking/connection-gnutls.test\nRunning test: glib-networking/environment.test\nTAP version 14\n# random seed: R02Sd1d9035f6b87927f031eefd0aed70f2e\n1..3\n# Start of proxy tests\n# Start of environment tests\nok 1 /proxy/environment/uri\nok 2 /proxy/environment/socks\nok 3 /proxy/environment/ignore\n# End of environment tests\n# End of proxy tests\nPASS: glib-networking/environment.test\nRunning test: glib-networking/certificate-gnutls.test\nTAP version 14\n# random seed: R02Sa2b0131fc7e68f5a09775cbc3efca335\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend?\n1..27\n# Start of tls tests\n# Start of gnutls tests\n# Start of certificate tests\nok 1 /tls/gnutls/certificate/create-pem\nok 2 /tls/gnutls/certificate/create-der\nok 3 /tls/gnutls/certificate/create-with-key-pem\nok 4 /tls/gnutls/certificate/create-with-key-der\nok 5 /tls/gnutls/certificate/create-with-issuer\nok 6 /tls/gnutls/certificate/create-with-garbage-input\nok 7 /tls/gnutls/certificate/private-key\nok 8 /tls/gnutls/certificate/create-chain\nok 9 /tls/gnutls/certificate/create-no-chain\nok 10 /tls/gnutls/certificate/create-list\nok 11 /tls/gnutls/certificate/create-list-bad\nok 12 /tls/gnutls/certificate/verify-good\nok 13 /tls/gnutls/certificate/verify-bad-identity\nok 14 /tls/gnutls/certificate/verify-bad-ca\nok 15 /tls/gnutls/certificate/verify-bad-before\nok 16 /tls/gnutls/certificate/verify-bad-expired\nok 17 /tls/gnutls/certificate/verify-bad-combo\nok 18 /tls/gnutls/certificate/is-same\nok 19 /tls/gnutls/certificate/not-valid-before\nok 20 /tls/gnutls/certificate/not-valid-after\nok 21 /tls/gnutls/certificate/subject-name\nok 22 /tls/gnutls/certificate/issuer-name\nok 23 /tls/gnutls/certificate/dns-names\nok 24 /tls/gnutls/certificate/ip-addresses\n# Start of pkcs12 tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 25 /tls/gnutls/certificate/pkcs12/basic\nok 26 /tls/gnutls/certificate/pkcs12/password\nok 27 /tls/gnutls/certificate/pkcs12/encrypted\n# End of pkcs12 tests\n# End of certificate tests\n# End of gnutls tests\n# End of tls tests\nPASS: glib-networking/certificate-gnutls.test\nRunning test: glib-networking/file-database-gnutls.test\nTAP version 14\n# random seed: R02S9a46a28de8f6c6eb04b78407747e31e6\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend?\n1..12\n# Start of tls tests\n# Start of gnutls tests\n# Start of backend tests\nok 1 /tls/gnutls/backend/default-database-is-singleton\n# End of backend tests\n# Start of database tests\nok 2 /tls/gnutls/database/verify-good\nok 3 /tls/gnutls/database/verify-bad-identity\nok 4 /tls/gnutls/database/verify-bad-ca\nok 5 /tls/gnutls/database/verify-bad-before\nok 6 /tls/gnutls/database/verify-bad-expired\nok 7 /tls/gnutls/database/verify-bad-combo\nok 8 /tls/gnutls/database/verify-with-incorrect-root-in-chain\n# End of database tests\n# Start of file-database tests\nok 9 /tls/gnutls/file-database/anchors-property\nok 10 /tls/gnutls/file-database/lookup-certificates-issued-by\nok 11 /tls/gnutls/file-database/test-handle\nok 12 /tls/gnutls/file-database/test-handle-invalid\n# End of file-database tests\n# End of gnutls tests\n# End of tls tests\nPASS: glib-networking/file-database-gnutls.test\nSUMMARY: total=4; passed=4; skipped=0; failed=0; user=0.4s; system=0.1s; maxrss=17576\nDURATION: 3\nEND: /usr/lib/glib-networking/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "glib-networking": {
     "duration": "3",
     "log": "START: ptest-runner\n2025-06-16T11:40\nRunning test: glib-networking/connection-gnutls.test\nTAP version 14\n# random seed: R02S396dd63ffe4f19452032a60392369f54\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend?\n1..46\n# Start of tls tests\n# Start of gnutls tests\n# Start of connection tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation dummy (GDummyProxyResolver) for ?gio-proxy-resolver?\nok 1 /tls/gnutls/connection/basic\nok 2 /tls/gnutls/connection/verified\nok 3 /tls/gnutls/connection/verified-chain\nok 4 /tls/gnutls/connection/verified-chain-with-redundant-root-cert\nok 5 /tls/gnutls/connection/verified-chain-with-duplicate-server-cert\nok 6 /tls/gnutls/connection/verified-unordered-chain\nok 7 /tls/gnutls/connection/verified-chain-with-alternative-ca-cert\nok 8 /tls/gnutls/connection/invalid-chain-with-alternative-ca-cert\nok 9 /tls/gnutls/connection/client-auth\nok 10 /tls/gnutls/connection/client-auth-rehandshake\nok 11 /tls/gnutls/connection/client-auth-failure\n# Bug Reference: http://bugzilla.gnome.org/793712\nok 12 /tls/gnutls/connection/client-auth-fail-missing-client-private-key\nok 13 /tls/gnutls/connection/client-auth-request-cert\nok 14 /tls/gnutls/connection/client-auth-request-fail\nok 15 /tls/gnutls/connection/client-auth-request-none\nok 16 /tls/gnutls/connection/no-database\nok 17 /tls/gnutls/connection/failed\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e2f74b30 and GSocketClientAsyncConnectData 0x7fe5a800ac60\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x5589e2f90cf0 for GSocketClientAsyncConnectData 0x7fe5a800ac60\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 18 /tls/gnutls/connection/socket-client\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e2f8f3b0 and GSocketClientAsyncConnectData 0x5589e2f6c970\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x7fe5a800b780 for GSocketClientAsyncConnectData 0x5589e2f6c970\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake failed: Unacceptable TLS certificate\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration completed (out of addresses)\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration failed: (null)\n# GLib-GIO-DEBUG: GSocketClient: Connection failed: Unacceptable TLS certificate\nok 19 /tls/gnutls/connection/socket-client-failed\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e33d0d30 and GSocketClientAsyncConnectData 0x7fe5a800c5f0\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x5589e33b1670 for GSocketClientAsyncConnectData 0x7fe5a800c5f0\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 20 /tls/gnutls/connection/read-time-out-then-write\n# slow test /tls/gnutls/connection/read-time-out-then-write executed in 1.01 secs\nok 21 /tls/gnutls/connection/simultaneous-async\nok 22 /tls/gnutls/connection/simultaneous-sync\nok 23 /tls/gnutls/connection/simultaneous-async-rehandshake\nok 24 /tls/gnutls/connection/simultaneous-sync-rehandshake\nok 25 /tls/gnutls/connection/close-immediately\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x7fe5a8015380 and GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x7fe5a0002a00 for GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\n# GLib-GIO-DEBUG: g_socket_client_connect_async: starting new g_socket_client_connect_async() with GTask 0x5589e2f74c90 and GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting new address enumeration\n# GLib-GIO-DEBUG: GSocketClient: Address enumeration succeeded\n# GLib-GIO-DEBUG: g_socket_client_enumerator_callback: starting connection attempt 0x7fe5a800e750 for GSocketClientAsyncConnectData 0x7fe5a800b750\n# GLib-GIO-DEBUG: GSocketClient: Starting TCP connection attempt\n# GLib-GIO-DEBUG: GSocketClient: TCP connection successful\n# GLib-GIO-DEBUG: GSocketClient: Starting application layer connection\n# GLib-GIO-DEBUG: GSocketClient: Starting TLS handshake\n# GLib-GIO-DEBUG: GSocketClient: TLS handshake succeeded\n# GLib-GIO-DEBUG: GSocketClient: Connection successful!\nok 26 /tls/gnutls/connection/unclean-close-by-server\n# Bug Reference: http://bugzilla.gnome.org/710691\nok 27 /tls/gnutls/connection/async-implicit-handshake\nok 28 /tls/gnutls/connection/output-stream-close\nok 29 /tls/gnutls/connection/garbage-database\n# Bug Reference: http://bugzilla.gnome.org/792219\nok 30 /tls/gnutls/connection/readwrite-after-connection-destroyed\nok 31 /tls/gnutls/connection/sync-op-during-handshake\nok 32 /tls/gnutls/connection/socket-timeout\n# slow test /tls/gnutls/connection/socket-timeout executed in 1.51 secs\nok 33 /tls/gnutls/connection/missing-server-identity\nok 34 /tls/gnutls/connection/peer-certificate-notify\nok 35 /tls/gnutls/connection/tls-info\n# Start of session tests\nok 36 /tls/gnutls/connection/session/resume_multiple_times\nok 37 /tls/gnutls/connection/session/reuse_ten_minute_expiry\n# End of session tests\n# Start of alpn tests\nok 38 /tls/gnutls/connection/alpn/match\nok 39 /tls/gnutls/connection/alpn/no-match\nok 40 /tls/gnutls/connection/alpn/client-only\nok 41 /tls/gnutls/connection/alpn/server-only\n# End of alpn tests\n# Start of binding tests\nok 42 /tls/gnutls/connection/binding/match-tls-unique # SKIP tls-unique is not supported\nok 43 /tls/gnutls/connection/binding/match-tls-server-end-point\nok 44 /tls/gnutls/connection/binding/match-tls-exporter\n# End of binding tests\n# Start of oscp tests\nok 45 /tls/gnutls/connection/oscp/must-staple\nok 46 /tls/gnutls/connection/oscp/must-staple-intermediate-certificate\n# End of oscp tests\n# End of connection tests\n# End of gnutls tests\n# End of tls tests\nPASS: glib-networking/connection-gnutls.test\nRunning test: glib-networking/environment.test\nTAP version 14\n# random seed: R02Sd1d9035f6b87927f031eefd0aed70f2e\n1..3\n# Start of proxy tests\n# Start of environment tests\nok 1 /proxy/environment/uri\nok 2 /proxy/environment/socks\nok 3 /proxy/environment/ignore\n# End of environment tests\n# End of proxy tests\nPASS: glib-networking/environment.test\nRunning test: glib-networking/certificate-gnutls.test\nTAP version 14\n# random seed: R02Sa2b0131fc7e68f5a09775cbc3efca335\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend?\n1..27\n# Start of tls tests\n# Start of gnutls tests\n# Start of certificate tests\nok 1 /tls/gnutls/certificate/create-pem\nok 2 /tls/gnutls/certificate/create-der\nok 3 /tls/gnutls/certificate/create-with-key-pem\nok 4 /tls/gnutls/certificate/create-with-key-der\nok 5 /tls/gnutls/certificate/create-with-issuer\nok 6 /tls/gnutls/certificate/create-with-garbage-input\nok 7 /tls/gnutls/certificate/private-key\nok 8 /tls/gnutls/certificate/create-chain\nok 9 /tls/gnutls/certificate/create-no-chain\nok 10 /tls/gnutls/certificate/create-list\nok 11 /tls/gnutls/certificate/create-list-bad\nok 12 /tls/gnutls/certificate/verify-good\nok 13 /tls/gnutls/certificate/verify-bad-identity\nok 14 /tls/gnutls/certificate/verify-bad-ca\nok 15 /tls/gnutls/certificate/verify-bad-before\nok 16 /tls/gnutls/certificate/verify-bad-expired\nok 17 /tls/gnutls/certificate/verify-bad-combo\nok 18 /tls/gnutls/certificate/is-same\nok 19 /tls/gnutls/certificate/not-valid-before\nok 20 /tls/gnutls/certificate/not-valid-after\nok 21 /tls/gnutls/certificate/subject-name\nok 22 /tls/gnutls/certificate/issuer-name\nok 23 /tls/gnutls/certificate/dns-names\nok 24 /tls/gnutls/certificate/ip-addresses\n# Start of pkcs12 tests\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 25 /tls/gnutls/certificate/pkcs12/basic\nok 26 /tls/gnutls/certificate/pkcs12/password\nok 27 /tls/gnutls/certificate/pkcs12/encrypted\n# End of pkcs12 tests\n# End of certificate tests\n# End of gnutls tests\n# End of tls tests\nPASS: glib-networking/certificate-gnutls.test\nRunning test: glib-networking/file-database-gnutls.test\nTAP version 14\n# random seed: R02S9a46a28de8f6c6eb04b78407747e31e6\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ?gio-tls-backend?\n1..12\n# Start of tls tests\n# Start of gnutls tests\n# Start of backend tests\nok 1 /tls/gnutls/backend/default-database-is-singleton\n# End of backend tests\n# Start of database tests\nok 2 /tls/gnutls/database/verify-good\nok 3 /tls/gnutls/database/verify-bad-identity\nok 4 /tls/gnutls/database/verify-bad-ca\nok 5 /tls/gnutls/database/verify-bad-before\nok 6 /tls/gnutls/database/verify-bad-expired\nok 7 /tls/gnutls/database/verify-bad-combo\nok 8 /tls/gnutls/database/verify-with-incorrect-root-in-chain\n# End of database tests\n# Start of file-database tests\nok 9 /tls/gnutls/file-database/anchors-property\nok 10 /tls/gnutls/file-database/lookup-certificates-issued-by\nok 11 /tls/gnutls/file-database/test-handle\nok 12 /tls/gnutls/file-database/test-handle-invalid\n# End of file-database tests\n# End of gnutls tests\n# End of tls tests\nPASS: glib-networking/file-database-gnutls.test\nSUMMARY: total=4; passed=4; skipped=0; failed=0; user=0.4s; system=0.1s; maxrss=17576\nDURATION: 3\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5312948226928711,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gnutls_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gnutls",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014638900756835938,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.203294277191162,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.029977083206176758,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 229.58213877677917,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002148151397705078,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.aead-cipher-vec": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.alerts": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.alpn-server-prec": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.anonself": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.anti_replay": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.atfork": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.auto-verify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.base64": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.base64-raw": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.buffer": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cert-status": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cert_verify_inv_utf8": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.certificate_set_x509_crl": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.certuniqueid": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.chainverify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.chainverify-unsorted": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.change_cipher_spec": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cipher-alignment": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cipher-padding": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ciphersuite-name": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.client-fastopen": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.client-sign-md5-rep": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.client_dsa_key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.compress-cert": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.compress-cert-cli": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.compress-cert-neg": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.compress-cert-neg2": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.cookie": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crl-basic": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crl_apis": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crlverify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crq-basic": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crq_apis": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crq_key_id": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crt_apis": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.crt_inv_write": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.custom-urls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.custom-urls-override": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cve-2008-4989": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cve-2009-1415": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.cve-2009-1416": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dh-compute": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dh-compute2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dh-params": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dhepskself": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dhex509self": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dn": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dn2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dss-sig-val": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-etm": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-handshake-versions": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-max-record": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-rehandshake-anon": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-rehandshake-cert": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-rehandshake-cert-2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-rehandshake-cert-3": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-repro-20170915": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls-session-ticket-lost": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls1-2-mtu-check": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls10-cert-key-exchange": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.dtls12-cert-key-exchange": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.duplicate-extensions": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ecdh-compute": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ecdh-compute2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.empty_retrieve_function": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.fallback-scsv": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.fips-override-test": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.fips-rsa-sizes": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.fips-test": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.global-init": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls-ids": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls-strcodes": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_ext_raw_parse": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_ext_raw_parse_dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_hmac_fast": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_ocsp_resp_list_import2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_session_set_id": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_x509_crq_sign": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_x509_crt_list_import": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_x509_crt_sign": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.gnutls_x509_privkey_import": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.handshake-false-start": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.handshake-large-packet": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.handshake-timeout": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.handshake-versions": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.handshake-write": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.hello_retry_request": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.hello_retry_request_resume": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.hex": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.hostname-check": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.hostname-check-utf8": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.infoaccess": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.init_roundtrip": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.insecure_key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.iov": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ip-check": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.kdf-api": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-export-pkcs8": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-import-export": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-material-dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-material-set-dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-openssl": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-usage-ecdhe-rsa": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key-usage-rsa": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key_limits": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key_share": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key_update": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.key_update_multiple": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.keylog-env": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.keylog-func": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.long-session-id": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-alpn": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-chain-unsorted": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-discard": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-fork": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-heartbeat": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.mini-dtls-hello-verify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-hello-verify-48": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-large": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.mini-dtls-lowmtu": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-mtu": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-record": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-record-asym": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls-srtp": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-dtls0-9": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-eagain-dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-emsgsize-dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-global-load": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-key-material": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-loss-time": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-overhead": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-record": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-record-2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-record-failure": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-record-range": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-server-name": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-session-verify-function": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-termination": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-tls-nonblock": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-x509-2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-x509-callbacks": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-x509-callbacks-intr": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mini-x509-ipaddr": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.missingissuer": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.missingissuer_aia": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.mpi": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.multi-alerts": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.multi-ocsp": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.naked-alerts": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.name-constraints": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.name-constraints-merge": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.no-auto-send-ticket": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.no-extensions": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.no-psk-exts": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.no-signal": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.no-status-request": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.nul-in-x509-names": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.null_retrieve_function": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ocsp": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ocsp-client": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ocsp-filename-memleak": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.oids": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.openconnect-dtls12": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.openssl": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.parse_ca": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pathbuf": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pcert-list": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs1-digest-info": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs12_encode": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs12_s2k": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs12_s2k_pem": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs7": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs7-cat-parse": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs7-gen": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs7-verify-double-free": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs8-key-decode": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pkcs8-key-decode-encrypted": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.post-client-hello-change-prio": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.post-handshake-with-cert": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.post-handshake-with-cert-auto": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.post-handshake-with-cert-ticket": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.post-handshake-with-psk": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.post-handshake-without-cert": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.prf": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.prf-early": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.priorities": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.priorities-groups": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.priority-init2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.priority-mix": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.priority-set": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.priority-set2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.privkey-derive": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.privkey-keygen": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.privkey-verify-broken": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.psk-dumbfw": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.psk-ext": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.psk-importer": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.psk-ke-modes": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pskself": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pskself2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.pubkey-import-export": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.random-art": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.record-pad": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.record-retvals": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.record-sendfile": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.record-sizes": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.record-sizes-range": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.record-timeouts": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.recv-data-before-handshake": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-ext-secret": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-switch-cert": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-switch-cert-allow": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-switch-cert-client": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-switch-cert-client-allow": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-switch-psk-id": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rehandshake-switch-srp-id": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.resume-dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.resume-lifetime": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.resume-with-false-start": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.resume-with-previous-stek": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.resume-with-record-size-limit": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.resume-with-stek-expiration": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rfc7633-missing": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rfc7633-ok": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rng-fork": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rng-no-onload": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rng-op-key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rng-op-nonce": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rng-op-random": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rng-sigint": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsa-encrypt-decrypt": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsa-illegal-import": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsa-psk": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsa-psk-cb": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsa-rsa-oaep": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsa-rsa-pss": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.rsaes-pkcs1-v1_5": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sec-params": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.send-client-cert": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.send-data-before-handshake": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.server-sign-md5-rep": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.server_ecdsa_key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.session-export-funcs": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.session-rdn-read": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.session-tickets-missing": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.session-tickets-ok": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set-default-prio": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_key_utf8": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_known_dh_params_anon": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_known_dh_params_psk": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_known_dh_params_x509": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_file": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_file-late": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_file_der": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_file_legacy": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_file_ocsp": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_file_ocsp_multi2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_mem": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_key_utf8": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_ocsp_multi_cli": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_ocsp_multi_invalid": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_ocsp_multi_pem": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_ocsp_multi_unknown": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.set_x509_pkcs12_key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.setcredcrash": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-is-secure": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-pk-api": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-data": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-data-newapi": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-deterministic": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-ed25519-rfc8080": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-ext": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-ext4": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.sign-verify-newapi": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.simple": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.spki": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.spki-abstract": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srn0": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srn1": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srn2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srn3": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srn4": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srn5": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.srp": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.srpbase64": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.ssl2-hello": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.ssl30-cert-key-exchange": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.ssl30-cipher-neg": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.ssl30-server-kx-neg": {
    "status": "SKIPPED"
   },
   "ptestresult.gnutls.status-request": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.status-request-ext": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.status-request-ok": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.status-request-revoked": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.strict-der": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.supported_versions": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.time": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-channel-binding": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-crt_type-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-etm": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-ext-not-in-dtls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-ext-register": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-force-ems": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-force-etm": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-neg-ext-key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-neg-ext4-key": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-record-size-limit": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-record-size-limit-asym": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-session-ext-override": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-session-ext-register": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-session-supplemental": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls-supplemental": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls10-cert-key-exchange": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls10-cipher-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls10-server-kx-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls11-cert-key-exchange": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls11-check-rollback-val": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls11-cipher-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls11-rollback-detection": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls11-server-kx-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-anon-upgrade": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-cert-key-exchange": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-check-rollback-val": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-cipher-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-ffdhe": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-invalid-key-exchanges": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-max-record": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-no-tls13-exts": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-rehandshake-cert-2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-rehandshake-cert-3": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-rehandshake-cert-auto": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-rehandshake-set-prio": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-rehandshake-ticket": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-resume-anon": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-resume-psk": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-resume-x509": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-rollback-detection": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls12-server-kx-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-cert-key-exchange": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-cipher-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-compat-mode": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-early-data": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-early-data-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-early-data-neg2": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-early-start": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-rehandshake-cert": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-resume-psk": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-resume-x509": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-server-kx-neg": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tls13-without-timeout-func": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tlsext-decoding": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tlsfeature-crt": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.tlsfeature-ext": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.trust-store": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.trustdb-tofu": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.urls": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.version-checks": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-cert-callback": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-cert-callback-legacy": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-cert-callback-ocsp": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-dn": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-dn-decode": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-dn-decode-compat": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-extensions": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-server-verify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-upnconstraint": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-verify-duplicate": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509-verify-with-crl": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509_altname": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509cert-ct": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509cert-dntypes": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509cert-invalid": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509dn": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509self": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509sign-verify": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509sign-verify-ecdsa": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509sign-verify-error": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509sign-verify-gost": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.x509sign-verify-rsa": {
    "status": "PASSED"
   },
   "ptestresult.gnutls.xts-key-check": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:36\nBEGIN: /usr/lib/gnutls/ptest\nPASS: aead-cipher-vec\nPASS: alpn-server-prec\nPASS: alerts\nPASS: anonself\nPASS: anti_replay\nPASS: atfork\nPASS: base64\nPASS: auto-verify\nPASS: base64-raw\nPASS: buffer\nPASS: cert-status\nPASS: cert_verify_inv_utf8\nPASS: certificate_set_x509_crl\nPASS: certuniqueid\nPASS: chainverify-unsorted\nPASS: chainverify\nPASS: cipher-padding\nPASS: cipher-alignment\nPASS: ciphersuite-name\nPASS: change_cipher_spec\nSKIP: compress-cert\nPASS: client-sign-md5-rep\nPASS: client_dsa_key\nPASS: client-fastopen\nSKIP: compress-cert-cli\nSKIP: compress-cert-neg\nSKIP: compress-cert-neg2\nPASS: cookie\nPASS: crl-basic\nPASS: crq-basic\nPASS: crlverify\nPASS: crl_apis\nPASS: crt_apis\nPASS: crq_apis\nPASS: crt_inv_write\nPASS: crq_key_id\nPASS: custom-urls\nPASS: cve-2009-1415\nPASS: cve-2008-4989\nPASS: custom-urls-override\nPASS: dh-compute\nPASS: cve-2009-1416\nPASS: dh-params\nPASS: dh-compute2\nPASS: dn\nPASS: dn2\nPASS: dhepskself\nPASS: dhex509self\nPASS: dss-sig-val\nPASS: dtls-max-record\nPASS: dtls-handshake-versions\nPASS: dtls-etm\nPASS: dtls-rehandshake-cert-3\nPASS: dtls-rehandshake-anon\nPASS: dtls-rehandshake-cert-2\nPASS: dtls-rehandshake-cert\nPASS: dtls1-2-mtu-check\nPASS: dtls10-cert-key-exchange\nPASS: dtls-repro-20170915\nPASS: dtls-session-ticket-lost\nPASS: ecdh-compute\nPASS: ecdh-compute2\nPASS: duplicate-extensions\nPASS: dtls12-cert-key-exchange\nSKIP: fips-override-test\nSKIP: fips-rsa-sizes\nPASS: empty_retrieve_function\nPASS: fallback-scsv\nSKIP: fips-test\nPASS: global-init\nPASS: gnutls-ids\nPASS: gnutls-strcodes\nPASS: gnutls_hmac_fast\nPASS: gnutls_ocsp_resp_list_import2\nPASS: gnutls_ext_raw_parse\nPASS: gnutls_ext_raw_parse_dtls\nPASS: gnutls_x509_crq_sign\nPASS: gnutls_x509_crt_list_import\nPASS: gnutls_x509_crt_sign\nPASS: gnutls_session_set_id\nPASS: gnutls_x509_privkey_import\nPASS: handshake-large-packet\nPASS: handshake-false-start\nPASS: handshake-timeout\nPASS: hello_retry_request\nPASS: hello_retry_request_resume\nPASS: handshake-write\nPASS: handshake-versions\nPASS: hex\nPASS: hostname-check\nPASS: hostname-check-utf8\nPASS: infoaccess\nPASS: init_roundtrip\nPASS: iov\nPASS: ip-check\nPASS: insecure_key\nPASS: kdf-api\nPASS: key-export-pkcs8\nPASS: key-import-export\nPASS: key-material-dtls\nPASS: key-openssl\nPASS: key-usage-ecdhe-rsa\nPASS: key-usage-rsa\nPASS: key-material-set-dtls\nPASS: key_update_multiple\nPASS: key_share\nPASS: key_limits\nPASS: key_update\nPASS: mini-alpn\nPASS: keylog-func\nPASS: keylog-env\nPASS: long-session-id\nSKIP: mini-dtls-heartbeat\nPASS: mini-chain-unsorted\nPASS: mini-dtls-discard\nPASS: mini-dtls-fork\nSKIP: mini-dtls-large\nPASS: mini-dtls-hello-verify\nPASS: mini-dtls-lowmtu\nPASS: mini-dtls-hello-verify-48\nPASS: mini-dtls-record\nPASS: mini-dtls-mtu\nPASS: mini-dtls-srtp\nPASS: mini-dtls-record-asym\nPASS: mini-eagain-dtls\nPASS: mini-global-load\nPASS: mini-dtls0-9\nPASS: mini-emsgsize-dtls\nPASS: mini-key-material\nPASS: mini-overhead\nPASS: mini-record\nPASS: mini-loss-time\nPASS: mini-record-range\nPASS: mini-server-name\nPASS: mini-record-failure\nPASS: mini-record-2\nPASS: mini-termination\nPASS: mini-session-verify-function\nPASS: mini-x509-2\nPASS: mini-tls-nonblock\nPASS: mini-x509-callbacks\nPASS: mini-x509-callbacks-intr\nPASS: mini-x509-ipaddr\nPASS: missingissuer\nPASS: mpi\nPASS: missingissuer_aia\nPASS: multi-alerts\nPASS: multi-ocsp\nPASS: name-constraints\nPASS: name-constraints-merge\nPASS: naked-alerts\nPASS: no-auto-send-ticket\nPASS: no-psk-exts\nPASS: no-extensions\nPASS: no-status-request\nPASS: no-signal\nPASS: nul-in-x509-names\nPASS: ocsp\nPASS: null_retrieve_function\nPASS: ocsp-client\nPASS: ocsp-filename-memleak\nPASS: oids\nPASS: openssl\nPASS: openconnect-dtls12\nPASS: parse_ca\nPASS: pathbuf\nPASS: pkcs1-digest-info\nPASS: pcert-list\nPASS: pkcs12_s2k\nPASS: pkcs7\nPASS: pkcs12_s2k_pem\nPASS: pkcs12_encode\nPASS: pkcs7-cat-parse\nPASS: pkcs7-gen\nPASS: pkcs7-verify-double-free\nPASS: pkcs8-key-decode\nPASS: pkcs8-key-decode-encrypted\nPASS: post-client-hello-change-prio\nPASS: post-handshake-with-cert-auto\nPASS: post-handshake-with-cert\nPASS: post-handshake-without-cert\nPASS: prf\nPASS: post-handshake-with-psk\nPASS: post-handshake-with-cert-ticket\nPASS: priorities\nPASS: priorities-groups\nPASS: prf-early\nPASS: priority-init2\nPASS: priority-mix\nPASS: priority-set\nPASS: priority-set2\nPASS: privkey-derive\nPASS: privkey-verify-broken\nPASS: psk-ext\nPASS: psk-dumbfw\nPASS: privkey-keygen\nPASS: psk-ke-modes\nPASS: pskself\nPASS: psk-importer\nPASS: pskself2\nPASS: pubkey-import-export\nPASS: random-art\nPASS: record-pad\nPASS: record-retvals\nPASS: record-sizes-range\nPASS: record-sendfile\nPASS: record-sizes\nPASS: record-timeouts\nPASS: recv-data-before-handshake\nPASS: rehandshake-switch-cert\nPASS: rehandshake-ext-secret\nPASS: rehandshake-switch-cert-allow\nSKIP: rehandshake-switch-srp-id\nPASS: rehandshake-switch-cert-client\nPASS: rehandshake-switch-cert-client-allow\nPASS: rehandshake-switch-psk-id\nPASS: resume-with-false-start\nPASS: resume-lifetime\nPASS: resume-with-previous-stek\nPASS: resume-dtls\nPASS: resume-with-record-size-limit\nPASS: rfc7633-missing\nPASS: resume-with-stek-expiration\nPASS: rfc7633-ok\nPASS: rng-no-onload\nPASS: rng-fork\nPASS: rng-op-nonce\nPASS: rng-op-key\nPASS: rsa-illegal-import\nPASS: rsa-encrypt-decrypt\nPASS: rng-sigint\nPASS: rng-op-random\nPASS: rsa-psk-cb\nPASS: rsa-psk\nPASS: rsa-rsa-pss\nPASS: rsa-rsa-oaep\nPASS: rsaes-pkcs1-v1_5\nPASS: sec-params\nPASS: send-data-before-handshake\nPASS: send-client-cert\nPASS: server_ecdsa_key\nPASS: server-sign-md5-rep\nPASS: session-rdn-read\nPASS: session-export-funcs\nPASS: set-default-prio\nPASS: session-tickets-ok\nPASS: session-tickets-missing\nPASS: set_key\nPASS: set_key_utf8\nPASS: set_known_dh_params_anon\nPASS: set_known_dh_params_x509\nPASS: set_known_dh_params_psk\nPASS: set_x509_key\nPASS: set_x509_key_file_der\nPASS: set_x509_key_file-late\nPASS: set_x509_key_file\nPASS: set_x509_key_mem\nPASS: set_x509_key_file_legacy\nPASS: set_x509_key_file_ocsp\nPASS: set_x509_key_file_ocsp_multi2\nPASS: set_x509_ocsp_multi_cli\nPASS: set_x509_ocsp_multi_pem\nPASS: set_x509_key_utf8\nPASS: set_x509_ocsp_multi_invalid\nPASS: setcredcrash\nPASS: sign-is-secure\nPASS: set_x509_pkcs12_key\nPASS: set_x509_ocsp_multi_unknown\nPASS: sign-pk-api\nPASS: sign-verify-data-newapi\nPASS: sign-verify-data\nPASS: sign-verify\nPASS: sign-verify-ed25519-rfc8080\nPASS: sign-verify-deterministic\nPASS: sign-verify-ext\nPASS: sign-verify-ext4\nPASS: simple\nPASS: spki-abstract\nPASS: sign-verify-newapi\nPASS: spki\nPASS: srn1\nPASS: srn0\nPASS: srn3\nPASS: srn2\nPASS: srn4\nSKIP: srp\nPASS: srn5\nSKIP: srpbase64\nSKIP: ssl30-cert-key-exchange\nSKIP: ssl30-cipher-neg\nSKIP: ssl30-server-kx-neg\nPASS: ssl2-hello\nPASS: status-request-ok\nPASS: status-request\nPASS: status-request-ext\nPASS: status-request-revoked\nPASS: strict-der\nPASS: supported_versions\nPASS: time\nPASS: tls-channel-binding\nPASS: tls-ext-register\nPASS: tls-etm\nPASS: tls-crt_type-neg\nPASS: tls-ext-not-in-dtls\nPASS: tls-force-ems\nPASS: tls-force-etm\nPASS: tls-neg-ext-key\nPASS: tls-neg-ext4-key\nPASS: tls-session-ext-override\nPASS: tls-session-ext-register\nPASS: tls-record-size-limit-asym\nPASS: tls-record-size-limit\nPASS: tls-supplemental\nPASS: tls-session-supplemental\nPASS: tls10-cipher-neg\nPASS: tls10-cert-key-exchange\nPASS: tls11-check-rollback-val\nPASS: tls11-cipher-neg\nPASS: tls10-server-kx-neg\nPASS: tls11-cert-key-exchange\nPASS: tls11-rollback-detection\nPASS: tls12-anon-upgrade\nPASS: tls11-server-kx-neg\nPASS: tls12-cert-key-exchange\nPASS: tls12-check-rollback-val\nPASS: tls12-invalid-key-exchanges\nPASS: tls12-cipher-neg\nPASS: tls12-ffdhe\nPASS: tls12-no-tls13-exts\nPASS: tls12-rehandshake-cert-2\nPASS: tls12-max-record\nPASS: tls12-rehandshake-cert-3\nPASS: tls12-rehandshake-cert-auto\nPASS: tls12-rehandshake-ticket\nPASS: tls12-rehandshake-set-prio\nPASS: tls12-resume-anon\nPASS: tls12-resume-psk\nPASS: tls12-rollback-detection\nPASS: tls12-resume-x509\nPASS: tls12-server-kx-neg\nPASS: tls13-compat-mode\nPASS: tls13-early-data\nPASS: tls13-cipher-neg\nPASS: tls13-cert-key-exchange\nPASS: tls13-early-data-neg\nPASS: tls13-rehandshake-cert\nPASS: tls13-early-start\nPASS: tls13-early-data-neg2\nPASS: tls13-without-timeout-func\nPASS: tls13-resume-psk\nPASS: tls13-resume-x509\nPASS: tls13-server-kx-neg\nPASS: tlsfeature-crt\nPASS: tlsfeature-ext\nPASS: tlsext-decoding\nPASS: trust-store\nPASS: trustdb-tofu\nPASS: urls\nPASS: version-checks\nPASS: x509-cert-callback\nPASS: x509-dn\nPASS: x509-dn-decode\nPASS: x509-cert-callback-legacy\nPASS: x509-cert-callback-ocsp\nPASS: x509-dn-decode-compat\nPASS: x509-extensions\nPASS: x509-upnconstraint\nPASS: x509-server-verify\nPASS: x509-verify-duplicate\nPASS: x509_altname\nPASS: x509-verify-with-crl\nPASS: x509cert-ct\nPASS: x509cert-invalid\nPASS: x509cert-dntypes\nPASS: x509dn\nPASS: x509self\nPASS: x509sign-verify-error\nPASS: x509sign-verify\nPASS: x509sign-verify-gost\nPASS: x509sign-verify-ecdsa\nSKIP: xts-key-check\nPASS: x509sign-verify-rsa\n\ngnutls test summary:\n--------------------\ntotal: 382\npass : 366\nfail : 0\nskip : 16\n\nDURATION: 229\nEND: /usr/lib/gnutls/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gnutls": {
     "duration": "229",
     "log": "START: ptest-runner\n2025-06-16T11:36\nPASS: aead-cipher-vec\nPASS: alpn-server-prec\nPASS: alerts\nPASS: anonself\nPASS: anti_replay\nPASS: atfork\nPASS: base64\nPASS: auto-verify\nPASS: base64-raw\nPASS: buffer\nPASS: cert-status\nPASS: cert_verify_inv_utf8\nPASS: certificate_set_x509_crl\nPASS: certuniqueid\nPASS: chainverify-unsorted\nPASS: chainverify\nPASS: cipher-padding\nPASS: cipher-alignment\nPASS: ciphersuite-name\nPASS: change_cipher_spec\nSKIP: compress-cert\nPASS: client-sign-md5-rep\nPASS: client_dsa_key\nPASS: client-fastopen\nSKIP: compress-cert-cli\nSKIP: compress-cert-neg\nSKIP: compress-cert-neg2\nPASS: cookie\nPASS: crl-basic\nPASS: crq-basic\nPASS: crlverify\nPASS: crl_apis\nPASS: crt_apis\nPASS: crq_apis\nPASS: crt_inv_write\nPASS: crq_key_id\nPASS: custom-urls\nPASS: cve-2009-1415\nPASS: cve-2008-4989\nPASS: custom-urls-override\nPASS: dh-compute\nPASS: cve-2009-1416\nPASS: dh-params\nPASS: dh-compute2\nPASS: dn\nPASS: dn2\nPASS: dhepskself\nPASS: dhex509self\nPASS: dss-sig-val\nPASS: dtls-max-record\nPASS: dtls-handshake-versions\nPASS: dtls-etm\nPASS: dtls-rehandshake-cert-3\nPASS: dtls-rehandshake-anon\nPASS: dtls-rehandshake-cert-2\nPASS: dtls-rehandshake-cert\nPASS: dtls1-2-mtu-check\nPASS: dtls10-cert-key-exchange\nPASS: dtls-repro-20170915\nPASS: dtls-session-ticket-lost\nPASS: ecdh-compute\nPASS: ecdh-compute2\nPASS: duplicate-extensions\nPASS: dtls12-cert-key-exchange\nSKIP: fips-override-test\nSKIP: fips-rsa-sizes\nPASS: empty_retrieve_function\nPASS: fallback-scsv\nSKIP: fips-test\nPASS: global-init\nPASS: gnutls-ids\nPASS: gnutls-strcodes\nPASS: gnutls_hmac_fast\nPASS: gnutls_ocsp_resp_list_import2\nPASS: gnutls_ext_raw_parse\nPASS: gnutls_ext_raw_parse_dtls\nPASS: gnutls_x509_crq_sign\nPASS: gnutls_x509_crt_list_import\nPASS: gnutls_x509_crt_sign\nPASS: gnutls_session_set_id\nPASS: gnutls_x509_privkey_import\nPASS: handshake-large-packet\nPASS: handshake-false-start\nPASS: handshake-timeout\nPASS: hello_retry_request\nPASS: hello_retry_request_resume\nPASS: handshake-write\nPASS: handshake-versions\nPASS: hex\nPASS: hostname-check\nPASS: hostname-check-utf8\nPASS: infoaccess\nPASS: init_roundtrip\nPASS: iov\nPASS: ip-check\nPASS: insecure_key\nPASS: kdf-api\nPASS: key-export-pkcs8\nPASS: key-import-export\nPASS: key-material-dtls\nPASS: key-openssl\nPASS: key-usage-ecdhe-rsa\nPASS: key-usage-rsa\nPASS: key-material-set-dtls\nPASS: key_update_multiple\nPASS: key_share\nPASS: key_limits\nPASS: key_update\nPASS: mini-alpn\nPASS: keylog-func\nPASS: keylog-env\nPASS: long-session-id\nSKIP: mini-dtls-heartbeat\nPASS: mini-chain-unsorted\nPASS: mini-dtls-discard\nPASS: mini-dtls-fork\nSKIP: mini-dtls-large\nPASS: mini-dtls-hello-verify\nPASS: mini-dtls-lowmtu\nPASS: mini-dtls-hello-verify-48\nPASS: mini-dtls-record\nPASS: mini-dtls-mtu\nPASS: mini-dtls-srtp\nPASS: mini-dtls-record-asym\nPASS: mini-eagain-dtls\nPASS: mini-global-load\nPASS: mini-dtls0-9\nPASS: mini-emsgsize-dtls\nPASS: mini-key-material\nPASS: mini-overhead\nPASS: mini-record\nPASS: mini-loss-time\nPASS: mini-record-range\nPASS: mini-server-name\nPASS: mini-record-failure\nPASS: mini-record-2\nPASS: mini-termination\nPASS: mini-session-verify-function\nPASS: mini-x509-2\nPASS: mini-tls-nonblock\nPASS: mini-x509-callbacks\nPASS: mini-x509-callbacks-intr\nPASS: mini-x509-ipaddr\nPASS: missingissuer\nPASS: mpi\nPASS: missingissuer_aia\nPASS: multi-alerts\nPASS: multi-ocsp\nPASS: name-constraints\nPASS: name-constraints-merge\nPASS: naked-alerts\nPASS: no-auto-send-ticket\nPASS: no-psk-exts\nPASS: no-extensions\nPASS: no-status-request\nPASS: no-signal\nPASS: nul-in-x509-names\nPASS: ocsp\nPASS: null_retrieve_function\nPASS: ocsp-client\nPASS: ocsp-filename-memleak\nPASS: oids\nPASS: openssl\nPASS: openconnect-dtls12\nPASS: parse_ca\nPASS: pathbuf\nPASS: pkcs1-digest-info\nPASS: pcert-list\nPASS: pkcs12_s2k\nPASS: pkcs7\nPASS: pkcs12_s2k_pem\nPASS: pkcs12_encode\nPASS: pkcs7-cat-parse\nPASS: pkcs7-gen\nPASS: pkcs7-verify-double-free\nPASS: pkcs8-key-decode\nPASS: pkcs8-key-decode-encrypted\nPASS: post-client-hello-change-prio\nPASS: post-handshake-with-cert-auto\nPASS: post-handshake-with-cert\nPASS: post-handshake-without-cert\nPASS: prf\nPASS: post-handshake-with-psk\nPASS: post-handshake-with-cert-ticket\nPASS: priorities\nPASS: priorities-groups\nPASS: prf-early\nPASS: priority-init2\nPASS: priority-mix\nPASS: priority-set\nPASS: priority-set2\nPASS: privkey-derive\nPASS: privkey-verify-broken\nPASS: psk-ext\nPASS: psk-dumbfw\nPASS: privkey-keygen\nPASS: psk-ke-modes\nPASS: pskself\nPASS: psk-importer\nPASS: pskself2\nPASS: pubkey-import-export\nPASS: random-art\nPASS: record-pad\nPASS: record-retvals\nPASS: record-sizes-range\nPASS: record-sendfile\nPASS: record-sizes\nPASS: record-timeouts\nPASS: recv-data-before-handshake\nPASS: rehandshake-switch-cert\nPASS: rehandshake-ext-secret\nPASS: rehandshake-switch-cert-allow\nSKIP: rehandshake-switch-srp-id\nPASS: rehandshake-switch-cert-client\nPASS: rehandshake-switch-cert-client-allow\nPASS: rehandshake-switch-psk-id\nPASS: resume-with-false-start\nPASS: resume-lifetime\nPASS: resume-with-previous-stek\nPASS: resume-dtls\nPASS: resume-with-record-size-limit\nPASS: rfc7633-missing\nPASS: resume-with-stek-expiration\nPASS: rfc7633-ok\nPASS: rng-no-onload\nPASS: rng-fork\nPASS: rng-op-nonce\nPASS: rng-op-key\nPASS: rsa-illegal-import\nPASS: rsa-encrypt-decrypt\nPASS: rng-sigint\nPASS: rng-op-random\nPASS: rsa-psk-cb\nPASS: rsa-psk\nPASS: rsa-rsa-pss\nPASS: rsa-rsa-oaep\nPASS: rsaes-pkcs1-v1_5\nPASS: sec-params\nPASS: send-data-before-handshake\nPASS: send-client-cert\nPASS: server_ecdsa_key\nPASS: server-sign-md5-rep\nPASS: session-rdn-read\nPASS: session-export-funcs\nPASS: set-default-prio\nPASS: session-tickets-ok\nPASS: session-tickets-missing\nPASS: set_key\nPASS: set_key_utf8\nPASS: set_known_dh_params_anon\nPASS: set_known_dh_params_x509\nPASS: set_known_dh_params_psk\nPASS: set_x509_key\nPASS: set_x509_key_file_der\nPASS: set_x509_key_file-late\nPASS: set_x509_key_file\nPASS: set_x509_key_mem\nPASS: set_x509_key_file_legacy\nPASS: set_x509_key_file_ocsp\nPASS: set_x509_key_file_ocsp_multi2\nPASS: set_x509_ocsp_multi_cli\nPASS: set_x509_ocsp_multi_pem\nPASS: set_x509_key_utf8\nPASS: set_x509_ocsp_multi_invalid\nPASS: setcredcrash\nPASS: sign-is-secure\nPASS: set_x509_pkcs12_key\nPASS: set_x509_ocsp_multi_unknown\nPASS: sign-pk-api\nPASS: sign-verify-data-newapi\nPASS: sign-verify-data\nPASS: sign-verify\nPASS: sign-verify-ed25519-rfc8080\nPASS: sign-verify-deterministic\nPASS: sign-verify-ext\nPASS: sign-verify-ext4\nPASS: simple\nPASS: spki-abstract\nPASS: sign-verify-newapi\nPASS: spki\nPASS: srn1\nPASS: srn0\nPASS: srn3\nPASS: srn2\nPASS: srn4\nSKIP: srp\nPASS: srn5\nSKIP: srpbase64\nSKIP: ssl30-cert-key-exchange\nSKIP: ssl30-cipher-neg\nSKIP: ssl30-server-kx-neg\nPASS: ssl2-hello\nPASS: status-request-ok\nPASS: status-request\nPASS: status-request-ext\nPASS: status-request-revoked\nPASS: strict-der\nPASS: supported_versions\nPASS: time\nPASS: tls-channel-binding\nPASS: tls-ext-register\nPASS: tls-etm\nPASS: tls-crt_type-neg\nPASS: tls-ext-not-in-dtls\nPASS: tls-force-ems\nPASS: tls-force-etm\nPASS: tls-neg-ext-key\nPASS: tls-neg-ext4-key\nPASS: tls-session-ext-override\nPASS: tls-session-ext-register\nPASS: tls-record-size-limit-asym\nPASS: tls-record-size-limit\nPASS: tls-supplemental\nPASS: tls-session-supplemental\nPASS: tls10-cipher-neg\nPASS: tls10-cert-key-exchange\nPASS: tls11-check-rollback-val\nPASS: tls11-cipher-neg\nPASS: tls10-server-kx-neg\nPASS: tls11-cert-key-exchange\nPASS: tls11-rollback-detection\nPASS: tls12-anon-upgrade\nPASS: tls11-server-kx-neg\nPASS: tls12-cert-key-exchange\nPASS: tls12-check-rollback-val\nPASS: tls12-invalid-key-exchanges\nPASS: tls12-cipher-neg\nPASS: tls12-ffdhe\nPASS: tls12-no-tls13-exts\nPASS: tls12-rehandshake-cert-2\nPASS: tls12-max-record\nPASS: tls12-rehandshake-cert-3\nPASS: tls12-rehandshake-cert-auto\nPASS: tls12-rehandshake-ticket\nPASS: tls12-rehandshake-set-prio\nPASS: tls12-resume-anon\nPASS: tls12-resume-psk\nPASS: tls12-rollback-detection\nPASS: tls12-resume-x509\nPASS: tls12-server-kx-neg\nPASS: tls13-compat-mode\nPASS: tls13-early-data\nPASS: tls13-cipher-neg\nPASS: tls13-cert-key-exchange\nPASS: tls13-early-data-neg\nPASS: tls13-rehandshake-cert\nPASS: tls13-early-start\nPASS: tls13-early-data-neg2\nPASS: tls13-without-timeout-func\nPASS: tls13-resume-psk\nPASS: tls13-resume-x509\nPASS: tls13-server-kx-neg\nPASS: tlsfeature-crt\nPASS: tlsfeature-ext\nPASS: tlsext-decoding\nPASS: trust-store\nPASS: trustdb-tofu\nPASS: urls\nPASS: version-checks\nPASS: x509-cert-callback\nPASS: x509-dn\nPASS: x509-dn-decode\nPASS: x509-cert-callback-legacy\nPASS: x509-cert-callback-ocsp\nPASS: x509-dn-decode-compat\nPASS: x509-extensions\nPASS: x509-upnconstraint\nPASS: x509-server-verify\nPASS: x509-verify-duplicate\nPASS: x509_altname\nPASS: x509-verify-with-crl\nPASS: x509cert-ct\nPASS: x509cert-invalid\nPASS: x509cert-dntypes\nPASS: x509dn\nPASS: x509self\nPASS: x509sign-verify-error\nPASS: x509sign-verify\nPASS: x509sign-verify-gost\nPASS: x509sign-verify-ecdsa\nSKIP: xts-key-check\nPASS: x509sign-verify-rsa\n\ngnutls test summary:\n--------------------\ntotal: 382\npass : 366\nfail : 0\nskip : 16\n\nDURATION: 229\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5208935737609863,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gstreamer1.0_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gstreamer1.0",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0012297630310058594,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1910760402679443,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.034038543701171875,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 28.357978343963623,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002069711685180664,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_capsfilter.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_clocksync.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_concat.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_dataurisrc.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_fakesink.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_fakesrc.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_fdsrc.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_filesink.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_filesrc.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_funnel.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_identity.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_multiqueue.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_queue.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_queue2.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_selector.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_streamiddemux.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_tee.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/elements_valve.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/generic_sinks.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/generic_states.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gst.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstabi.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstatomicqueue.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstbin.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstbuffer.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstbufferlist.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstbufferpool.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstbus.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstcaps.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstcapsfeatures.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstchildproxy.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstclock.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstcontext.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstcontroller.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstcpp.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstdatetime.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstdeinit.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstdevice.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstelement.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstelementfactory.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstevent.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstghostpad.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstidstr.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstidstr_noinline.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstinfo.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstiterator.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstmemory.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstmessage.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstmeta.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstminiobject.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstobject.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstpad.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstparamspecs.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstpipeline.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstplugin.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstpoll.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstpreset.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstprintf.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstpromise.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstprotection.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstquery.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstregistry.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstsegment.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gststream.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gststructure.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstsystemclock.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gsttag.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gsttagsetter.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gsttask.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gsttoc.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gsttocsetter.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gsturi.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstutils.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstvalue.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/gst_gstvecdeque.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_adapter.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_aggregator.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_baseparse.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_basesink.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_basesrc.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bitreader.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bitreader_noinline.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bitwriter.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bytereader.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bytereader_noinline.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bytewriter.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_bytewriter_noinline.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_collectpads.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_controller.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_flowcombiner.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_gstharness.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_gstlibscpp.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_gstnetclientclock.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_gstnettimeprovider.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_gsttestclock.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_libsabi.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_queuearray.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_sparsefile.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_transform1.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_transform2.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/libs_typefindhelper.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/pipelines_cleanup.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/pipelines_parse_launch.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/pipelines_queue_error.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/pipelines_seek.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/pipelines_simple_launch_lines.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/pipelines_stress.test": {
    "status": "PASSED"
   },
   "ptestresult.gstreamer1.0.gstreamer/tools_gstinspect.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:36\nBEGIN: /usr/lib/gstreamer1.0/ptest\nRunning test: gstreamer/libs_gsttestclock.test\nRunning test: gstreamer/gst_gstcapsfeatures.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gsttestclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gsttestclock\nRunning test: gstreamer/pipelines_simple_launch_lines.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcapsfeatures.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcapsfeatures\nRunning test: gstreamer/elements_identity.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_simple_launch_lines.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_simple_launch_lines\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_identity.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_identity\nRunning suite(s): Pipelines\nRunning suite(s): GstTestClock\nRunning suite(s): identity\nRunning suite(s): GstCapsFeatures\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_capsfeatures ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstcapsfeatures.test\nRunning test: gstreamer/elements_fakesink.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_fakesink.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_fakesink\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite identity ran in 0.008s (tests failed: 0)\nPASS: gstreamer/elements_identity.test\nRunning test: gstreamer/elements_valve.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_valve.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_valve\nFIXME: skipping test test_last_message_deep_notify because it's broken\nRunning suite(s): fakesink\nRunning suite(s): valve\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite valve ran in 0.003s (tests failed: 0)\nPASS: gstreamer/elements_valve.test\nRunning test: gstreamer/gst_gstplugin.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstplugin.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstplugin\nRunning suite(s): GstPlugin\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite gst_plugin ran in 0.006s (tests failed: 0)\nPASS: gstreamer/gst_gstplugin.test\nRunning test: gstreamer/gst_gstpoll.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpoll.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpoll\nRunning suite(s): GstPoll\n100%: Checks: 25, Failures: 0, Errors: 0\nCheck suite gst_test_clock ran in 0.858s (tests failed: 0)\nPASS: gstreamer/libs_gsttestclock.test\nRunning test: gstreamer/elements_streamiddemux.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_streamiddemux.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_streamiddemux\nRunning suite(s): streamiddemux\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite streamiddemux ran in 0.037s (tests failed: 0)\nPASS: gstreamer/elements_streamiddemux.test\nRunning test: gstreamer/gst_gstdatetime.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstdatetime.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstdatetime\nRunning suite(s): GstDateTime\n100%: Checks: 18, Failures: 0, Errors: 0\nCheck suite gst_date_time ran in 0.009s (tests failed: 0)\nPASS: gstreamer/gst_gstdatetime.test\nRunning test: gstreamer/libs_libsabi.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_libsabi.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_libsabi\nRunning suite(s): LibsABI\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite libsabi ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_libsabi.test\nRunning test: gstreamer/elements_queue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_queue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_queue\nRunning suite(s): queue\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite simple_launch_lines ran in 1.514s (tests failed: 0)\nPASS: gstreamer/pipelines_simple_launch_lines.test\nRunning test: gstreamer/gst_gstelementfactory.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstelementfactory.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstelementfactory\nRunning suite(s): GstElementFactory\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite gst_element_factory ran in 0.003s (tests failed: 0)\nPASS: gstreamer/gst_gstelementfactory.test\nRunning test: gstreamer/gst_gstiterator.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstiterator.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstiterator\nRunning suite(s): GstIterator\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite gst_iterator ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstiterator.test\nRunning test: gstreamer/pipelines_stress.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_stress.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_stress\nRunning suite(s): stress\n100%: Checks: 14, Failures: 0, Errors: 0\nCheck suite queue ran in 0.645s (tests failed: 0)\nPASS: gstreamer/elements_queue.test\nRunning test: gstreamer/pipelines_cleanup.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_cleanup.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_cleanup\nRunning suite(s): Pipeline cleanup\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite cleanup ran in 0.002s (tests failed: 0)\nPASS: gstreamer/pipelines_cleanup.test\nRunning test: gstreamer/libs_bitwriter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bitwriter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bitwriter\nRunning suite(s): GstBitWriter\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_bit_writer ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bitwriter.test\nRunning test: gstreamer/gst_gsttagsetter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttagsetter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttagsetter\nRunning suite(s): GstTagSetter\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_tag_setter ran in 1.502s (tests failed: 0)\nPASS: gstreamer/gst_gsttagsetter.test\nRunning test: gstreamer/libs_flowcombiner.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_flowcombiner.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_flowcombiner\nRunning suite(s): GstFlowCombiner\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite flow_combiner ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_flowcombiner.test\nRunning test: gstreamer/gst_gstvecdeque.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstvecdeque.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstvecdeque\nRunning suite(s): GstVecDeque\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite gst_vec_deque ran in 0.006s (tests failed: 0)\nPASS: gstreamer/gst_gstvecdeque.test\nRunning test: gstreamer/elements_funnel.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_funnel.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_funnel\nRunning suite(s): funnel\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite funnel ran in 1.056s (tests failed: 0)\nPASS: gstreamer/elements_funnel.test\nRunning test: gstreamer/elements_filesink.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_filesink.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_filesink\nRunning suite(s): filesink\n100%: Checks: 7, Failures: 0, Errors: 0\nCheck suite filesink ran in 0.015s (tests failed: 0)\nPASS: gstreamer/elements_filesink.test\nRunning test: gstreamer/gst_gstbufferpool.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbufferpool.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbufferpool\nRunning suite(s): GstBufferPool\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite gst_buffer_pool ran in 0.007s (tests failed: 0)\nPASS: gstreamer/gst_gstbufferpool.test\nRunning test: gstreamer/gst_gstpromise.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpromise.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpromise\nRunning suite(s): GstPromise\n100%: Checks: 17, Failures: 0, Errors: 0\nCheck suite gst_promise ran in 0.116s (tests failed: 0)\nPASS: gstreamer/gst_gstpromise.test\nRunning test: gstreamer/gst_gstprotection.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstprotection.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstprotection\nRunning suite(s): protection library\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite protection ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstprotection.test\nRunning test: gstreamer/gst_gstinfo.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstinfo.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstinfo\nRunning suite(s): GstInfo\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_info ran in 0.132s (tests failed: 0)\nPASS: gstreamer/gst_gstinfo.test\nRunning test: gstreamer/libs_baseparse.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_baseparse.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_baseparse\nRunning suite(s): GstBaseParse\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_baseparse ran in 0.004s (tests failed: 0)\nPASS: gstreamer/libs_baseparse.test\nRunning test: gstreamer/elements_queue2.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_queue2.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_queue2\nRunning suite(s): queue2\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_poll ran in 5.059s (tests failed: 0)\nPASS: gstreamer/gst_gstpoll.test\nRunning test: gstreamer/gst_gstatomicqueue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstatomicqueue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstatomicqueue\nRunning suite(s): GstAtomicQueue\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_atomic_queue ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstatomicqueue.test\nRunning test: gstreamer/gst_gstidstr_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstidstr_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstidstr_noinline\nRunning suite(s): GstIdStr\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_id_str ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstidstr_noinline.test\nRunning test: gstreamer/libs_basesink.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_basesink.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_basesink\nRunning suite(s): GstBaseSink\nExecuting: gstreamer/elements_fakesink.test, gstreamer/libs_basesink.test, gstreamer/elements_queue2.test, gstreamer/pipelines_stress.test\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_basesrc ran in 0.212s (tests failed: 0)\nPASS: gstreamer/libs_basesink.test\nRunning test: gstreamer/gst_gstquery.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstquery.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstquery\nRunning suite(s): GstQuery\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_query ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstquery.test\nRunning test: gstreamer/pipelines_parse_launch.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_parse_launch.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_parse_launch\nRunning suite(s): Parse Launch syntax\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite parse ran in 0.031s (tests failed: 0)\nPASS: gstreamer/pipelines_parse_launch.test\nRunning test: gstreamer/gst_gstbin.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbin.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbin\nRunning suite(s): GstBin\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite queue2 ran in 1.046s (tests failed: 0)\nPASS: gstreamer/elements_queue2.test\nRunning test: gstreamer/libs_queuearray.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_queuearray.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_queuearray\nRunning suite(s): GstQueueArray\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite gst_queue_array ran in 0.007s (tests failed: 0)\nPASS: gstreamer/libs_queuearray.test\nRunning test: gstreamer/tools_gstinspect.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/tools_gstinspect.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/tools_gstinspect\nRunning suite(s): gst-inspect\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gstabi ran in 0.001s (tests failed: 0)\nPASS: gstreamer/tools_gstinspect.test\nRunning test: gstreamer/gst_gststream.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gststream.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gststream\nRunning suite(s): GstStream\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_streams ran in 0.002s (tests failed: 0)\nPASS: gstreamer/gst_gststream.test\nRunning test: gstreamer/gst_gstidstr.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstidstr.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstidstr\nRunning suite(s): GstIdStr\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_id_str ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstidstr.test\nRunning test: gstreamer/libs_bytewriter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytewriter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytewriter\nRunning suite(s): GstByteWriter\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_byte_writer ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bytewriter.test\nRunning test: gstreamer/gst_gstpreset.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpreset.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpreset\nRunning suite(s): GstPreset\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_preset ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstpreset.test\nRunning test: gstreamer/libs_basesrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_basesrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_basesrc\nRunning suite(s): GstBaseSrc\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_basesrc ran in 0.023s (tests failed: 0)\nPASS: gstreamer/libs_basesrc.test\nRunning test: gstreamer/libs_transform1.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_transform1.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_transform1\nRunning suite(s): GstBaseTransform\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_basetransform ran in 0.004s (tests failed: 0)\nPASS: gstreamer/libs_transform1.test\nRunning test: gstreamer/elements_clocksync.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_clocksync.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_clocksync\nRunning suite(s): clocksync\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite clocksync ran in 0.007s (tests failed: 0)\nPASS: gstreamer/elements_clocksync.test\nRunning test: gstreamer/gst_gstmemory.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstmemory.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstmemory\nRunning suite(s): GstMemory\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_memory ran in 0.006s (tests failed: 0)\nPASS: gstreamer/gst_gstmemory.test\nRunning test: gstreamer/pipelines_queue_error.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_queue_error.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_queue_error\nRunning suite(s): queue\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite queue ran in 0.002s (tests failed: 0)\nPASS: gstreamer/pipelines_queue_error.test\nRunning test: gstreamer/gst_gstpipeline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpipeline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpipeline\nRunning suite(s): GstPipeline\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_pipeline ran in 0.133s (tests failed: 0)\nPASS: gstreamer/gst_gstpipeline.test\nRunning test: gstreamer/elements_filesrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_filesrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_filesrc\nRunning suite(s): filesrc\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite filesrc ran in 0.008s (tests failed: 0)\nPASS: gstreamer/elements_filesrc.test\nRunning test: gstreamer/pipelines_seek.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_seek.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_seek\nRunning suite(s): pipelines-seek\nExecuting: gstreamer/elements_fakesink.test, gstreamer/pipelines_seek.test, gstreamer/pipelines_stress.test, gstreamer/gst_gstbin.test\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite fakesink ran in 10.278s (tests failed: 0)\nPASS: gstreamer/elements_fakesink.test\nRunning test: gstreamer/libs_bytewriter_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytewriter_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytewriter_noinline\nRunning suite(s): GstByteWriter\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_byte_writer ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bytewriter_noinline.test\nRunning test: gstreamer/libs_sparsefile.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_sparsefile.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_sparsefile\nRunning suite(s): cachefile\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_cachefile ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_sparsefile.test\nRunning test: gstreamer/libs_controller.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_controller.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_controller\nRunning suite(s): Controller\n100%: Checks: 27, Failures: 0, Errors: 0\nCheck suite gst_controller ran in 0.012s (tests failed: 0)\nPASS: gstreamer/libs_controller.test\nRunning test: gstreamer/libs_bytereader.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytereader.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytereader\nRunning suite(s): GstByteReader\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite gst_byte_reader ran in 0.005s (tests failed: 0)\nPASS: gstreamer/libs_bytereader.test\nRunning test: gstreamer/gst_gstghostpad.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstghostpad.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstghostpad\nRunning suite(s): GstGhostPad\n100%: Checks: 23, Failures: 0, Errors: 0\nCheck suite gst_ghost_pad ran in 0.023s (tests failed: 0)\nPASS: gstreamer/gst_gstghostpad.test\nRunning test: gstreamer/elements_selector.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_selector.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_selector\nRunning suite(s): selector\n100%: Checks: 26, Failures: 0, Errors: 0\nCheck suite gst_bin ran in 6.062s (tests failed: 0)\nPASS: gstreamer/gst_gstbin.test\nRunning test: gstreamer/gst_gsttask.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttask.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttask\nRunning suite(s): GstTask\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite selector ran in 1.517s (tests failed: 0)\nPASS: gstreamer/elements_selector.test\nRunning test: gstreamer/libs_gstlibscpp.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstlibscpp.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstlibscpp\nRunning suite(s): GstLibsCpp\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite libscpp ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_gstlibscpp.test\nRunning test: gstreamer/gst_gstobject.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstobject.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstobject\nRunning suite(s): GstObject\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_object ran in 0.117s (tests failed: 0)\nPASS: gstreamer/gst_gstobject.test\nRunning test: gstreamer/gst_gsttag.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttag.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttag\nRunning suite(s): GstTag\n100%: Checks: 14, Failures: 0, Errors: 0\nCheck suite gst_tag ran in 0.010s (tests failed: 0)\nPASS: gstreamer/gst_gsttag.test\nRunning test: gstreamer/gst_gstminiobject.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstminiobject.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstminiobject\nRunning suite(s): GstMiniObject\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_mini_object ran in 0.022s (tests failed: 0)\nPASS: gstreamer/gst_gstminiobject.test\nRunning test: gstreamer/libs_typefindhelper.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_typefindhelper.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_typefindhelper\nRunning suite(s): typefindhelper\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_typefindhelper ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_typefindhelper.test\nRunning test: gstreamer/gst_gstmessage.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstmessage.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstmessage\nRunning suite(s): GstMessage\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_message ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstmessage.test\nRunning test: gstreamer/gst_gstcpp.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcpp.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcpp\nRunning suite(s): GstC++\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_cpp ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstcpp.test\nRunning test: gstreamer/gst_gstcaps.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcaps.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcaps\nRunning suite(s): GstCaps\n100%: Checks: 32, Failures: 0, Errors: 0\nCheck suite gst_caps ran in 0.023s (tests failed: 0)\nPASS: gstreamer/gst_gstcaps.test\nRunning test: gstreamer/libs_aggregator.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_aggregator.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_aggregator\nRunning suite(s): GstAggregator\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite stress ran in 10.676s (tests failed: 0)\nPASS: gstreamer/pipelines_stress.test\nRunning test: gstreamer/gst_gstprintf.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstprintf.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstprintf\nRunning suite(s): GstPrintf\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_printf ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstprintf.test\nRunning test: gstreamer/gst_gstbufferlist.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbufferlist.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbufferlist\nRunning suite(s): GstBufferList\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_buffer_list ran in 0.011s (tests failed: 0)\nPASS: gstreamer/gst_gstbufferlist.test\nRunning test: gstreamer/gst_gstcontext.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcontext.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcontext\nRunning suite(s): GstContext\n100%: Checks: 7, Failures: 0, Errors: 0\nCheck suite gst_context ran in 0.005s (tests failed: 0)\nPASS: gstreamer/gst_gstcontext.test\nRunning test: gstreamer/elements_fakesrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_fakesrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_fakesrc\nRunning suite(s): fakesrc\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite fakesrc ran in 0.018s (tests failed: 0)\nPASS: gstreamer/elements_fakesrc.test\nRunning test: gstreamer/gst_gstevent.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstevent.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstevent\nRunning suite(s): GstEvent\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite gst_task ran in 1.073s (tests failed: 0)\nPASS: gstreamer/gst_gsttask.test\nRunning test: gstreamer/elements_fdsrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_fdsrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_fdsrc\nRunning suite(s): fdsrc\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite fdsrc ran in 0.007s (tests failed: 0)\nPASS: gstreamer/elements_fdsrc.test\nRunning test: gstreamer/gst_gstchildproxy.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstchildproxy.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstchildproxy\nRunning suite(s): GstChildProxy\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_child_proxy ran in 0.002s (tests failed: 0)\nPASS: gstreamer/gst_gstchildproxy.test\nRunning test: gstreamer/gst_gstdevice.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstdevice.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstdevice\nRunning suite(s): GstDevice\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite gst_device ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstdevice.test\nRunning test: gstreamer/gst_gstparamspecs.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstparamspecs.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstparamspecs\nRunning suite(s): GstParamSpec\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_param_spec ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstparamspecs.test\nRunning test: gstreamer/gst_gsturi.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsturi.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsturi\nRunning suite(s): GstURI\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite gst_uri ran in 0.011s (tests failed: 0)\nPASS: gstreamer/gst_gsturi.test\nRunning test: gstreamer/generic_states.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/generic_states.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/generic_states\nRunning suite(s): states_core\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite states ran in 0.014s (tests failed: 0)\nPASS: gstreamer/generic_states.test\nRunning test: gstreamer/elements_multiqueue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_multiqueue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_multiqueue\nFIXME: skipping test test_output_order because it's broken\nRunning suite(s): multiqueue\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite pipelines_seek ran in 7.013s (tests failed: 0)\nPASS: gstreamer/pipelines_seek.test\nRunning test: gstreamer/elements_concat.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_concat.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_concat\nRunning suite(s): concat\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite concat ran in 0.004s (tests failed: 0)\nPASS: gstreamer/elements_concat.test\nRunning test: gstreamer/gst_gstpad.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpad.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpad\nRunning suite(s): GstPad\n100%: Checks: 47, Failures: 0, Errors: 0\nCheck suite gst_pad ran in 0.141s (tests failed: 0)\nPASS: gstreamer/gst_gstpad.test\nRunning test: gstreamer/libs_gstnettimeprovider.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstnettimeprovider.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstnettimeprovider\nRunning suite(s): GstNetTimeProvider\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_net_time_provider ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_gstnettimeprovider.test\nRunning test: gstreamer/libs_collectpads.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_collectpads.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_collectpads\nRunning suite(s): GstCollectPads\n100%: Checks: 10, Failures: 0, Errors: 0\nCheck suite gst_collect_pads ran in 0.012s (tests failed: 0)\nPASS: gstreamer/libs_collectpads.test\nRunning test: gstreamer/gst_gsttoc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttoc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttoc\nRunning suite(s): GstToc\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_toc ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gsttoc.test\nRunning test: gstreamer/gst_gsttocsetter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttocsetter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttocsetter\nRunning suite(s): GstTocSetter\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_event ran in 2.140s (tests failed: 0)\nPASS: gstreamer/gst_gstevent.test\nRunning test: gstreamer/gst_gstcontroller.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcontroller.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcontroller\nRunning suite(s): Controller\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite multiqueue ran in 1.778s (tests failed: 0)\nPASS: gstreamer/elements_multiqueue.test\nRunning test: gstreamer/gst_gststructure.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gststructure.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gststructure\n100%: Checks: 10, Failures: 0, Errors: 0\nCheck suite gst_controller ran in 0.003s (tests failed: 0)\nPASS: gstreamer/gst_gstcontroller.test\nRunning test: gstreamer/elements_capsfilter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_capsfilter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_capsfilter\nRunning suite(s): GstStructure\nRunning suite(s): capsfilter\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite capsfilter ran in 0.006s (tests failed: 0)\nPASS: gstreamer/elements_capsfilter.test\nRunning test: gstreamer/gst_gstbuffer.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbuffer.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbuffer\n100%: Checks: 28, Failures: 0, Errors: 0\nCheck suite gst_structure ran in 0.012s (tests failed: 0)\nPASS: gstreamer/gst_gststructure.test\nRunning test: gstreamer/elements_tee.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_tee.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_tee\nRunning suite(s): GstBuffer\nRunning suite(s): tee\n100%: Checks: 21, Failures: 0, Errors: 0\nCheck suite gst_buffer ran in 0.009s (tests failed: 0)\nPASS: gstreamer/gst_gstbuffer.test\nRunning test: gstreamer/gst_gstabi.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstabi.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstabi\nRunning suite(s): GstABI\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gstabi ran in 0.000s (tests failed: 0)\nPASS: gstreamer/gst_gstabi.test\nRunning test: gstreamer/gst_gstvalue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstvalue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstvalue\nRunning suite(s): GstValue\n100%: Checks: 56, Failures: 0, Errors: 0\nCheck suite gst_value ran in 0.023s (tests failed: 0)\nPASS: gstreamer/gst_gstvalue.test\nRunning test: gstreamer/libs_bitreader_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bitreader_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bitreader_noinline\nRunning suite(s): GstBitReader\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_bit_reader ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bitreader_noinline.test\nRunning test: gstreamer/gst_gstsystemclock.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstsystemclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstsystemclock\nRunning suite(s): GstSystemClock\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite tee ran in 0.086s (tests failed: 0)\nPASS: gstreamer/elements_tee.test\nRunning test: gstreamer/gst_gstmeta.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstmeta.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstmeta\nRunning suite(s): GstMeta\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_buffermeta ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstmeta.test\nRunning test: gstreamer/gst_gstsegment.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstsegment.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstsegment\nRunning suite(s): GstSegment\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_segment ran in 0.005s (tests failed: 0)\nPASS: gstreamer/gst_gstsegment.test\nRunning test: gstreamer/gst_gstregistry.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstregistry.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstregistry\nRunning suite(s): registry\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite registry ran in 0.000s (tests failed: 0)\nPASS: gstreamer/gst_gstregistry.test\nRunning test: gstreamer/libs_gstharness.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstharness.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstharness\nRunning suite(s): GstHarness\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_toc_setter ran in 1.502s (tests failed: 0)\nPASS: gstreamer/gst_gsttocsetter.test\nRunning test: gstreamer/libs_adapter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_adapter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_adapter\nRunning suite(s): adapter\n100%: Checks: 17, Failures: 0, Errors: 0\nCheck suite gst_adapter ran in 0.079s (tests failed: 0)\nPASS: gstreamer/libs_adapter.test\nRunning test: gstreamer/gst_gst.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gst.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gst\nRunning suite(s): Gst\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst ran in 0.003s (tests failed: 0)\nPASS: gstreamer/gst_gst.test\nRunning test: gstreamer/gst_gstutils.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstutils.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstutils\nRunning suite(s): GstUtils\n100%: Checks: 24, Failures: 0, Errors: 0\nCheck suite gst_utils ran in 0.021s (tests failed: 0)\nPASS: gstreamer/gst_gstutils.test\nRunning test: gstreamer/libs_bitreader.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bitreader.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bitreader\nRunning suite(s): GstBitReader\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_bit_reader ran in 0.003s (tests failed: 0)\nPASS: gstreamer/libs_bitreader.test\nRunning test: gstreamer/gst_gstelement.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstelement.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstelement\nRunning suite(s): GstElement\n100%: Checks: 18, Failures: 0, Errors: 0\nCheck suite gst_aggregator ran in 2.889s (tests failed: 0)\nPASS: gstreamer/libs_aggregator.test\nRunning test: gstreamer/libs_transform2.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_transform2.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_transform2\nRunning suite(s): GstBaseTransformCollate\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_basetransform_collate ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_transform2.test\nRunning test: gstreamer/generic_sinks.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/generic_sinks.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/generic_sinks\nRunning suite(s): Sinks\nExecuting: gstreamer/libs_gstharness.test, gstreamer/gst_gstsystemclock.test, gstreamer/gst_gstelement.test, gstreamer/generic_sinks.test\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_element ran in 1.880s (tests failed: 0)\nPASS: gstreamer/gst_gstelement.test\nRunning test: gstreamer/libs_bytereader_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytereader_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytereader_noinline\nRunning suite(s): GstByteReader\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite gst_byte_reader ran in 0.009s (tests failed: 0)\nPASS: gstreamer/libs_bytereader_noinline.test\nRunning test: gstreamer/gst_gstclock.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstclock\nRunning suite(s): GstClock\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_clock ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstclock.test\nRunning test: gstreamer/libs_gstnetclientclock.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstnetclientclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstnetclientclock\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_harness ran in 2.154s (tests failed: 0)\nPASS: gstreamer/libs_gstharness.test\nRunning test: gstreamer/elements_dataurisrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_dataurisrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_dataurisrc\nRunning suite(s): GstNetClientClock\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_net_client_clock ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_gstnetclientclock.test\nRunning test: gstreamer/gst_gstbus.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbus.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbus\nRunning suite(s): dataurisrc\nRunning suite(s): GstBus\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite dataurisrc ran in 0.014s (tests failed: 0)\nPASS: gstreamer/elements_dataurisrc.test\nRunning test: gstreamer/gst_gstdeinit.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstdeinit.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstdeinit\nPASS: gstreamer/gst_gstdeinit.test\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_systemclock ran in 2.276s (tests failed: 0)\nPASS: gstreamer/gst_gstsystemclock.test\n100%: Checks: 20, Failures: 0, Errors: 0\nCheck suite gst_sinks ran in 4.126s (tests failed: 0)\nPASS: gstreamer/generic_sinks.test\nExecuting: gstreamer/gst_gstbus.test\nExecuting: gstreamer/gst_gstbus.test\n100%: Checks: 14, Failures: 0, Errors: 0\nCheck suite gst_bus ran in 11.128s (tests failed: 0)\nPASS: gstreamer/gst_gstbus.test\nSUMMARY: total=108; passed=108; skipped=0; failed=0; user=20.0s; system=13.4s; maxrss=62320\nDURATION: 28\nEND: /usr/lib/gstreamer1.0/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gstreamer1.0": {
     "duration": "28",
     "log": "START: ptest-runner\n2025-06-16T11:36\nRunning test: gstreamer/libs_gsttestclock.test\nRunning test: gstreamer/gst_gstcapsfeatures.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gsttestclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gsttestclock\nRunning test: gstreamer/pipelines_simple_launch_lines.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcapsfeatures.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcapsfeatures\nRunning test: gstreamer/elements_identity.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_simple_launch_lines.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_simple_launch_lines\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_identity.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_identity\nRunning suite(s): Pipelines\nRunning suite(s): GstTestClock\nRunning suite(s): identity\nRunning suite(s): GstCapsFeatures\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_capsfeatures ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstcapsfeatures.test\nRunning test: gstreamer/elements_fakesink.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_fakesink.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_fakesink\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite identity ran in 0.008s (tests failed: 0)\nPASS: gstreamer/elements_identity.test\nRunning test: gstreamer/elements_valve.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_valve.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_valve\nFIXME: skipping test test_last_message_deep_notify because it's broken\nRunning suite(s): fakesink\nRunning suite(s): valve\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite valve ran in 0.003s (tests failed: 0)\nPASS: gstreamer/elements_valve.test\nRunning test: gstreamer/gst_gstplugin.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstplugin.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstplugin\nRunning suite(s): GstPlugin\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite gst_plugin ran in 0.006s (tests failed: 0)\nPASS: gstreamer/gst_gstplugin.test\nRunning test: gstreamer/gst_gstpoll.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpoll.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpoll\nRunning suite(s): GstPoll\n100%: Checks: 25, Failures: 0, Errors: 0\nCheck suite gst_test_clock ran in 0.858s (tests failed: 0)\nPASS: gstreamer/libs_gsttestclock.test\nRunning test: gstreamer/elements_streamiddemux.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_streamiddemux.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_streamiddemux\nRunning suite(s): streamiddemux\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite streamiddemux ran in 0.037s (tests failed: 0)\nPASS: gstreamer/elements_streamiddemux.test\nRunning test: gstreamer/gst_gstdatetime.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstdatetime.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstdatetime\nRunning suite(s): GstDateTime\n100%: Checks: 18, Failures: 0, Errors: 0\nCheck suite gst_date_time ran in 0.009s (tests failed: 0)\nPASS: gstreamer/gst_gstdatetime.test\nRunning test: gstreamer/libs_libsabi.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_libsabi.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_libsabi\nRunning suite(s): LibsABI\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite libsabi ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_libsabi.test\nRunning test: gstreamer/elements_queue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_queue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_queue\nRunning suite(s): queue\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite simple_launch_lines ran in 1.514s (tests failed: 0)\nPASS: gstreamer/pipelines_simple_launch_lines.test\nRunning test: gstreamer/gst_gstelementfactory.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstelementfactory.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstelementfactory\nRunning suite(s): GstElementFactory\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite gst_element_factory ran in 0.003s (tests failed: 0)\nPASS: gstreamer/gst_gstelementfactory.test\nRunning test: gstreamer/gst_gstiterator.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstiterator.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstiterator\nRunning suite(s): GstIterator\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite gst_iterator ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstiterator.test\nRunning test: gstreamer/pipelines_stress.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_stress.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_stress\nRunning suite(s): stress\n100%: Checks: 14, Failures: 0, Errors: 0\nCheck suite queue ran in 0.645s (tests failed: 0)\nPASS: gstreamer/elements_queue.test\nRunning test: gstreamer/pipelines_cleanup.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_cleanup.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_cleanup\nRunning suite(s): Pipeline cleanup\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite cleanup ran in 0.002s (tests failed: 0)\nPASS: gstreamer/pipelines_cleanup.test\nRunning test: gstreamer/libs_bitwriter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bitwriter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bitwriter\nRunning suite(s): GstBitWriter\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_bit_writer ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bitwriter.test\nRunning test: gstreamer/gst_gsttagsetter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttagsetter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttagsetter\nRunning suite(s): GstTagSetter\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_tag_setter ran in 1.502s (tests failed: 0)\nPASS: gstreamer/gst_gsttagsetter.test\nRunning test: gstreamer/libs_flowcombiner.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_flowcombiner.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_flowcombiner\nRunning suite(s): GstFlowCombiner\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite flow_combiner ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_flowcombiner.test\nRunning test: gstreamer/gst_gstvecdeque.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstvecdeque.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstvecdeque\nRunning suite(s): GstVecDeque\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite gst_vec_deque ran in 0.006s (tests failed: 0)\nPASS: gstreamer/gst_gstvecdeque.test\nRunning test: gstreamer/elements_funnel.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_funnel.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_funnel\nRunning suite(s): funnel\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite funnel ran in 1.056s (tests failed: 0)\nPASS: gstreamer/elements_funnel.test\nRunning test: gstreamer/elements_filesink.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_filesink.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_filesink\nRunning suite(s): filesink\n100%: Checks: 7, Failures: 0, Errors: 0\nCheck suite filesink ran in 0.015s (tests failed: 0)\nPASS: gstreamer/elements_filesink.test\nRunning test: gstreamer/gst_gstbufferpool.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbufferpool.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbufferpool\nRunning suite(s): GstBufferPool\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite gst_buffer_pool ran in 0.007s (tests failed: 0)\nPASS: gstreamer/gst_gstbufferpool.test\nRunning test: gstreamer/gst_gstpromise.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpromise.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpromise\nRunning suite(s): GstPromise\n100%: Checks: 17, Failures: 0, Errors: 0\nCheck suite gst_promise ran in 0.116s (tests failed: 0)\nPASS: gstreamer/gst_gstpromise.test\nRunning test: gstreamer/gst_gstprotection.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstprotection.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstprotection\nRunning suite(s): protection library\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite protection ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstprotection.test\nRunning test: gstreamer/gst_gstinfo.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstinfo.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstinfo\nRunning suite(s): GstInfo\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_info ran in 0.132s (tests failed: 0)\nPASS: gstreamer/gst_gstinfo.test\nRunning test: gstreamer/libs_baseparse.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_baseparse.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_baseparse\nRunning suite(s): GstBaseParse\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_baseparse ran in 0.004s (tests failed: 0)\nPASS: gstreamer/libs_baseparse.test\nRunning test: gstreamer/elements_queue2.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_queue2.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_queue2\nRunning suite(s): queue2\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_poll ran in 5.059s (tests failed: 0)\nPASS: gstreamer/gst_gstpoll.test\nRunning test: gstreamer/gst_gstatomicqueue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstatomicqueue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstatomicqueue\nRunning suite(s): GstAtomicQueue\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_atomic_queue ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstatomicqueue.test\nRunning test: gstreamer/gst_gstidstr_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstidstr_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstidstr_noinline\nRunning suite(s): GstIdStr\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_id_str ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstidstr_noinline.test\nRunning test: gstreamer/libs_basesink.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_basesink.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_basesink\nRunning suite(s): GstBaseSink\nExecuting: gstreamer/elements_fakesink.test, gstreamer/libs_basesink.test, gstreamer/elements_queue2.test, gstreamer/pipelines_stress.test\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_basesrc ran in 0.212s (tests failed: 0)\nPASS: gstreamer/libs_basesink.test\nRunning test: gstreamer/gst_gstquery.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstquery.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstquery\nRunning suite(s): GstQuery\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_query ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstquery.test\nRunning test: gstreamer/pipelines_parse_launch.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_parse_launch.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_parse_launch\nRunning suite(s): Parse Launch syntax\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite parse ran in 0.031s (tests failed: 0)\nPASS: gstreamer/pipelines_parse_launch.test\nRunning test: gstreamer/gst_gstbin.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbin.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbin\nRunning suite(s): GstBin\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite queue2 ran in 1.046s (tests failed: 0)\nPASS: gstreamer/elements_queue2.test\nRunning test: gstreamer/libs_queuearray.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_queuearray.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_queuearray\nRunning suite(s): GstQueueArray\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite gst_queue_array ran in 0.007s (tests failed: 0)\nPASS: gstreamer/libs_queuearray.test\nRunning test: gstreamer/tools_gstinspect.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/tools_gstinspect.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/tools_gstinspect\nRunning suite(s): gst-inspect\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gstabi ran in 0.001s (tests failed: 0)\nPASS: gstreamer/tools_gstinspect.test\nRunning test: gstreamer/gst_gststream.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gststream.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gststream\nRunning suite(s): GstStream\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite gst_streams ran in 0.002s (tests failed: 0)\nPASS: gstreamer/gst_gststream.test\nRunning test: gstreamer/gst_gstidstr.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstidstr.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstidstr\nRunning suite(s): GstIdStr\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_id_str ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstidstr.test\nRunning test: gstreamer/libs_bytewriter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytewriter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytewriter\nRunning suite(s): GstByteWriter\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_byte_writer ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bytewriter.test\nRunning test: gstreamer/gst_gstpreset.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpreset.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpreset\nRunning suite(s): GstPreset\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_preset ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstpreset.test\nRunning test: gstreamer/libs_basesrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_basesrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_basesrc\nRunning suite(s): GstBaseSrc\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_basesrc ran in 0.023s (tests failed: 0)\nPASS: gstreamer/libs_basesrc.test\nRunning test: gstreamer/libs_transform1.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_transform1.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_transform1\nRunning suite(s): GstBaseTransform\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_basetransform ran in 0.004s (tests failed: 0)\nPASS: gstreamer/libs_transform1.test\nRunning test: gstreamer/elements_clocksync.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_clocksync.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_clocksync\nRunning suite(s): clocksync\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite clocksync ran in 0.007s (tests failed: 0)\nPASS: gstreamer/elements_clocksync.test\nRunning test: gstreamer/gst_gstmemory.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstmemory.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstmemory\nRunning suite(s): GstMemory\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_memory ran in 0.006s (tests failed: 0)\nPASS: gstreamer/gst_gstmemory.test\nRunning test: gstreamer/pipelines_queue_error.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_queue_error.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_queue_error\nRunning suite(s): queue\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite queue ran in 0.002s (tests failed: 0)\nPASS: gstreamer/pipelines_queue_error.test\nRunning test: gstreamer/gst_gstpipeline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpipeline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpipeline\nRunning suite(s): GstPipeline\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_pipeline ran in 0.133s (tests failed: 0)\nPASS: gstreamer/gst_gstpipeline.test\nRunning test: gstreamer/elements_filesrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_filesrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_filesrc\nRunning suite(s): filesrc\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite filesrc ran in 0.008s (tests failed: 0)\nPASS: gstreamer/elements_filesrc.test\nRunning test: gstreamer/pipelines_seek.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/pipelines_seek.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/pipelines_seek\nRunning suite(s): pipelines-seek\nExecuting: gstreamer/elements_fakesink.test, gstreamer/pipelines_seek.test, gstreamer/pipelines_stress.test, gstreamer/gst_gstbin.test\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite fakesink ran in 10.278s (tests failed: 0)\nPASS: gstreamer/elements_fakesink.test\nRunning test: gstreamer/libs_bytewriter_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytewriter_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytewriter_noinline\nRunning suite(s): GstByteWriter\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst_byte_writer ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bytewriter_noinline.test\nRunning test: gstreamer/libs_sparsefile.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_sparsefile.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_sparsefile\nRunning suite(s): cachefile\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_cachefile ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_sparsefile.test\nRunning test: gstreamer/libs_controller.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_controller.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_controller\nRunning suite(s): Controller\n100%: Checks: 27, Failures: 0, Errors: 0\nCheck suite gst_controller ran in 0.012s (tests failed: 0)\nPASS: gstreamer/libs_controller.test\nRunning test: gstreamer/libs_bytereader.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytereader.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytereader\nRunning suite(s): GstByteReader\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite gst_byte_reader ran in 0.005s (tests failed: 0)\nPASS: gstreamer/libs_bytereader.test\nRunning test: gstreamer/gst_gstghostpad.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstghostpad.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstghostpad\nRunning suite(s): GstGhostPad\n100%: Checks: 23, Failures: 0, Errors: 0\nCheck suite gst_ghost_pad ran in 0.023s (tests failed: 0)\nPASS: gstreamer/gst_gstghostpad.test\nRunning test: gstreamer/elements_selector.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_selector.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_selector\nRunning suite(s): selector\n100%: Checks: 26, Failures: 0, Errors: 0\nCheck suite gst_bin ran in 6.062s (tests failed: 0)\nPASS: gstreamer/gst_gstbin.test\nRunning test: gstreamer/gst_gsttask.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttask.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttask\nRunning suite(s): GstTask\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite selector ran in 1.517s (tests failed: 0)\nPASS: gstreamer/elements_selector.test\nRunning test: gstreamer/libs_gstlibscpp.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstlibscpp.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstlibscpp\nRunning suite(s): GstLibsCpp\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite libscpp ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_gstlibscpp.test\nRunning test: gstreamer/gst_gstobject.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstobject.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstobject\nRunning suite(s): GstObject\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_object ran in 0.117s (tests failed: 0)\nPASS: gstreamer/gst_gstobject.test\nRunning test: gstreamer/gst_gsttag.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttag.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttag\nRunning suite(s): GstTag\n100%: Checks: 14, Failures: 0, Errors: 0\nCheck suite gst_tag ran in 0.010s (tests failed: 0)\nPASS: gstreamer/gst_gsttag.test\nRunning test: gstreamer/gst_gstminiobject.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstminiobject.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstminiobject\nRunning suite(s): GstMiniObject\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_mini_object ran in 0.022s (tests failed: 0)\nPASS: gstreamer/gst_gstminiobject.test\nRunning test: gstreamer/libs_typefindhelper.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_typefindhelper.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_typefindhelper\nRunning suite(s): typefindhelper\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_typefindhelper ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_typefindhelper.test\nRunning test: gstreamer/gst_gstmessage.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstmessage.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstmessage\nRunning suite(s): GstMessage\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_message ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstmessage.test\nRunning test: gstreamer/gst_gstcpp.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcpp.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcpp\nRunning suite(s): GstC++\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_cpp ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstcpp.test\nRunning test: gstreamer/gst_gstcaps.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcaps.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcaps\nRunning suite(s): GstCaps\n100%: Checks: 32, Failures: 0, Errors: 0\nCheck suite gst_caps ran in 0.023s (tests failed: 0)\nPASS: gstreamer/gst_gstcaps.test\nRunning test: gstreamer/libs_aggregator.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_aggregator.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_aggregator\nRunning suite(s): GstAggregator\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite stress ran in 10.676s (tests failed: 0)\nPASS: gstreamer/pipelines_stress.test\nRunning test: gstreamer/gst_gstprintf.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstprintf.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstprintf\nRunning suite(s): GstPrintf\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_printf ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstprintf.test\nRunning test: gstreamer/gst_gstbufferlist.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbufferlist.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbufferlist\nRunning suite(s): GstBufferList\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_buffer_list ran in 0.011s (tests failed: 0)\nPASS: gstreamer/gst_gstbufferlist.test\nRunning test: gstreamer/gst_gstcontext.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcontext.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcontext\nRunning suite(s): GstContext\n100%: Checks: 7, Failures: 0, Errors: 0\nCheck suite gst_context ran in 0.005s (tests failed: 0)\nPASS: gstreamer/gst_gstcontext.test\nRunning test: gstreamer/elements_fakesrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_fakesrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_fakesrc\nRunning suite(s): fakesrc\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite fakesrc ran in 0.018s (tests failed: 0)\nPASS: gstreamer/elements_fakesrc.test\nRunning test: gstreamer/gst_gstevent.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstevent.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstevent\nRunning suite(s): GstEvent\n100%: Checks: 9, Failures: 0, Errors: 0\nCheck suite gst_task ran in 1.073s (tests failed: 0)\nPASS: gstreamer/gst_gsttask.test\nRunning test: gstreamer/elements_fdsrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_fdsrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_fdsrc\nRunning suite(s): fdsrc\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite fdsrc ran in 0.007s (tests failed: 0)\nPASS: gstreamer/elements_fdsrc.test\nRunning test: gstreamer/gst_gstchildproxy.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstchildproxy.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstchildproxy\nRunning suite(s): GstChildProxy\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_child_proxy ran in 0.002s (tests failed: 0)\nPASS: gstreamer/gst_gstchildproxy.test\nRunning test: gstreamer/gst_gstdevice.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstdevice.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstdevice\nRunning suite(s): GstDevice\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite gst_device ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstdevice.test\nRunning test: gstreamer/gst_gstparamspecs.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstparamspecs.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstparamspecs\nRunning suite(s): GstParamSpec\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_param_spec ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstparamspecs.test\nRunning test: gstreamer/gst_gsturi.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsturi.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsturi\nRunning suite(s): GstURI\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite gst_uri ran in 0.011s (tests failed: 0)\nPASS: gstreamer/gst_gsturi.test\nRunning test: gstreamer/generic_states.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/generic_states.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/generic_states\nRunning suite(s): states_core\n100%: Checks: 4, Failures: 0, Errors: 0\nCheck suite states ran in 0.014s (tests failed: 0)\nPASS: gstreamer/generic_states.test\nRunning test: gstreamer/elements_multiqueue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_multiqueue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_multiqueue\nFIXME: skipping test test_output_order because it's broken\nRunning suite(s): multiqueue\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite pipelines_seek ran in 7.013s (tests failed: 0)\nPASS: gstreamer/pipelines_seek.test\nRunning test: gstreamer/elements_concat.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_concat.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_concat\nRunning suite(s): concat\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite concat ran in 0.004s (tests failed: 0)\nPASS: gstreamer/elements_concat.test\nRunning test: gstreamer/gst_gstpad.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstpad.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstpad\nRunning suite(s): GstPad\n100%: Checks: 47, Failures: 0, Errors: 0\nCheck suite gst_pad ran in 0.141s (tests failed: 0)\nPASS: gstreamer/gst_gstpad.test\nRunning test: gstreamer/libs_gstnettimeprovider.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstnettimeprovider.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstnettimeprovider\nRunning suite(s): GstNetTimeProvider\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_net_time_provider ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_gstnettimeprovider.test\nRunning test: gstreamer/libs_collectpads.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_collectpads.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_collectpads\nRunning suite(s): GstCollectPads\n100%: Checks: 10, Failures: 0, Errors: 0\nCheck suite gst_collect_pads ran in 0.012s (tests failed: 0)\nPASS: gstreamer/libs_collectpads.test\nRunning test: gstreamer/gst_gsttoc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttoc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttoc\nRunning suite(s): GstToc\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_toc ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gsttoc.test\nRunning test: gstreamer/gst_gsttocsetter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gsttocsetter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gsttocsetter\nRunning suite(s): GstTocSetter\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_event ran in 2.140s (tests failed: 0)\nPASS: gstreamer/gst_gstevent.test\nRunning test: gstreamer/gst_gstcontroller.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstcontroller.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstcontroller\nRunning suite(s): Controller\n100%: Checks: 16, Failures: 0, Errors: 0\nCheck suite multiqueue ran in 1.778s (tests failed: 0)\nPASS: gstreamer/elements_multiqueue.test\nRunning test: gstreamer/gst_gststructure.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gststructure.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gststructure\n100%: Checks: 10, Failures: 0, Errors: 0\nCheck suite gst_controller ran in 0.003s (tests failed: 0)\nPASS: gstreamer/gst_gstcontroller.test\nRunning test: gstreamer/elements_capsfilter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_capsfilter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_capsfilter\nRunning suite(s): GstStructure\nRunning suite(s): capsfilter\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite capsfilter ran in 0.006s (tests failed: 0)\nPASS: gstreamer/elements_capsfilter.test\nRunning test: gstreamer/gst_gstbuffer.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbuffer.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbuffer\n100%: Checks: 28, Failures: 0, Errors: 0\nCheck suite gst_structure ran in 0.012s (tests failed: 0)\nPASS: gstreamer/gst_gststructure.test\nRunning test: gstreamer/elements_tee.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_tee.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_tee\nRunning suite(s): GstBuffer\nRunning suite(s): tee\n100%: Checks: 21, Failures: 0, Errors: 0\nCheck suite gst_buffer ran in 0.009s (tests failed: 0)\nPASS: gstreamer/gst_gstbuffer.test\nRunning test: gstreamer/gst_gstabi.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstabi.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstabi\nRunning suite(s): GstABI\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gstabi ran in 0.000s (tests failed: 0)\nPASS: gstreamer/gst_gstabi.test\nRunning test: gstreamer/gst_gstvalue.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstvalue.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstvalue\nRunning suite(s): GstValue\n100%: Checks: 56, Failures: 0, Errors: 0\nCheck suite gst_value ran in 0.023s (tests failed: 0)\nPASS: gstreamer/gst_gstvalue.test\nRunning test: gstreamer/libs_bitreader_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bitreader_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bitreader_noinline\nRunning suite(s): GstBitReader\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_bit_reader ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_bitreader_noinline.test\nRunning test: gstreamer/gst_gstsystemclock.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstsystemclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstsystemclock\nRunning suite(s): GstSystemClock\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite tee ran in 0.086s (tests failed: 0)\nPASS: gstreamer/elements_tee.test\nRunning test: gstreamer/gst_gstmeta.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstmeta.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstmeta\nRunning suite(s): GstMeta\n100%: Checks: 13, Failures: 0, Errors: 0\nCheck suite gst_buffermeta ran in 0.004s (tests failed: 0)\nPASS: gstreamer/gst_gstmeta.test\nRunning test: gstreamer/gst_gstsegment.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstsegment.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstsegment\nRunning suite(s): GstSegment\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_segment ran in 0.005s (tests failed: 0)\nPASS: gstreamer/gst_gstsegment.test\nRunning test: gstreamer/gst_gstregistry.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstregistry.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstregistry\nRunning suite(s): registry\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite registry ran in 0.000s (tests failed: 0)\nPASS: gstreamer/gst_gstregistry.test\nRunning test: gstreamer/libs_gstharness.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstharness.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstharness\nRunning suite(s): GstHarness\n100%: Checks: 2, Failures: 0, Errors: 0\nCheck suite gst_toc_setter ran in 1.502s (tests failed: 0)\nPASS: gstreamer/gst_gsttocsetter.test\nRunning test: gstreamer/libs_adapter.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_adapter.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_adapter\nRunning suite(s): adapter\n100%: Checks: 17, Failures: 0, Errors: 0\nCheck suite gst_adapter ran in 0.079s (tests failed: 0)\nPASS: gstreamer/libs_adapter.test\nRunning test: gstreamer/gst_gst.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gst.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gst\nRunning suite(s): Gst\n100%: Checks: 6, Failures: 0, Errors: 0\nCheck suite gst ran in 0.003s (tests failed: 0)\nPASS: gstreamer/gst_gst.test\nRunning test: gstreamer/gst_gstutils.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstutils.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstutils\nRunning suite(s): GstUtils\n100%: Checks: 24, Failures: 0, Errors: 0\nCheck suite gst_utils ran in 0.021s (tests failed: 0)\nPASS: gstreamer/gst_gstutils.test\nRunning test: gstreamer/libs_bitreader.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bitreader.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bitreader\nRunning suite(s): GstBitReader\n100%: Checks: 3, Failures: 0, Errors: 0\nCheck suite gst_bit_reader ran in 0.003s (tests failed: 0)\nPASS: gstreamer/libs_bitreader.test\nRunning test: gstreamer/gst_gstelement.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstelement.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstelement\nRunning suite(s): GstElement\n100%: Checks: 18, Failures: 0, Errors: 0\nCheck suite gst_aggregator ran in 2.889s (tests failed: 0)\nPASS: gstreamer/libs_aggregator.test\nRunning test: gstreamer/libs_transform2.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_transform2.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_transform2\nRunning suite(s): GstBaseTransformCollate\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_basetransform_collate ran in 0.001s (tests failed: 0)\nPASS: gstreamer/libs_transform2.test\nRunning test: gstreamer/generic_sinks.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/generic_sinks.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/generic_sinks\nRunning suite(s): Sinks\nExecuting: gstreamer/libs_gstharness.test, gstreamer/gst_gstsystemclock.test, gstreamer/gst_gstelement.test, gstreamer/generic_sinks.test\n100%: Checks: 11, Failures: 0, Errors: 0\nCheck suite gst_element ran in 1.880s (tests failed: 0)\nPASS: gstreamer/gst_gstelement.test\nRunning test: gstreamer/libs_bytereader_noinline.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_bytereader_noinline.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_bytereader_noinline\nRunning suite(s): GstByteReader\n100%: Checks: 12, Failures: 0, Errors: 0\nCheck suite gst_byte_reader ran in 0.009s (tests failed: 0)\nPASS: gstreamer/libs_bytereader_noinline.test\nRunning test: gstreamer/gst_gstclock.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstclock\nRunning suite(s): GstClock\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_clock ran in 0.001s (tests failed: 0)\nPASS: gstreamer/gst_gstclock.test\nRunning test: gstreamer/libs_gstnetclientclock.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/libs_gstnetclientclock.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/libs_gstnetclientclock\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_harness ran in 2.154s (tests failed: 0)\nPASS: gstreamer/libs_gstharness.test\nRunning test: gstreamer/elements_dataurisrc.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/elements_dataurisrc.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/elements_dataurisrc\nRunning suite(s): GstNetClientClock\n100%: Checks: 1, Failures: 0, Errors: 0\nCheck suite gst_net_client_clock ran in 0.002s (tests failed: 0)\nPASS: gstreamer/libs_gstnetclientclock.test\nRunning test: gstreamer/gst_gstbus.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstbus.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstbus\nRunning suite(s): dataurisrc\nRunning suite(s): GstBus\n100%: Checks: 5, Failures: 0, Errors: 0\nCheck suite dataurisrc ran in 0.014s (tests failed: 0)\nPASS: gstreamer/elements_dataurisrc.test\nRunning test: gstreamer/gst_gstdeinit.test\n+ CK_DEFAULT_TIMEOUT=20\n+ GST_PLUGIN_LOADING_WHITELIST=gstreamer\n+ GST_REGISTRY=/home/root/.cache/gstreamer-1.0/gst_gstdeinit.registry\n+ GST_STATE_IGNORE_ELEMENTS=\n+ exec /usr/libexec/installed-tests/gstreamer/gst_gstdeinit\nPASS: gstreamer/gst_gstdeinit.test\n100%: Checks: 8, Failures: 0, Errors: 0\nCheck suite gst_systemclock ran in 2.276s (tests failed: 0)\nPASS: gstreamer/gst_gstsystemclock.test\n100%: Checks: 20, Failures: 0, Errors: 0\nCheck suite gst_sinks ran in 4.126s (tests failed: 0)\nPASS: gstreamer/generic_sinks.test\nExecuting: gstreamer/gst_gstbus.test\nExecuting: gstreamer/gst_gstbus.test\n100%: Checks: 14, Failures: 0, Errors: 0\nCheck suite gst_bus ran in 11.128s (tests failed: 0)\nPASS: gstreamer/gst_gstbus.test\nSUMMARY: total=108; passed=108; skipped=0; failed=0; user=20.0s; system=13.4s; maxrss=62320\nDURATION: 28\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5255141258239746,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-gzip_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-gzip",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0012784004211425781,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.148486614227295,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0342106819152832,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 6.047282695770264,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008838176727294922,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.gzip.gzip-env": {
    "status": "PASSED"
   },
   "ptestresult.gzip.helin-segv": {
    "status": "PASSED"
   },
   "ptestresult.gzip.help-version": {
    "status": "PASSED"
   },
   "ptestresult.gzip.hufts": {
    "status": "PASSED"
   },
   "ptestresult.gzip.keep": {
    "status": "PASSED"
   },
   "ptestresult.gzip.list": {
    "status": "PASSED"
   },
   "ptestresult.gzip.list-big": {
    "status": "PASSED"
   },
   "ptestresult.gzip.memcpy-abuse": {
    "status": "PASSED"
   },
   "ptestresult.gzip.mixed": {
    "status": "PASSED"
   },
   "ptestresult.gzip.null-suffix-clobber": {
    "status": "PASSED"
   },
   "ptestresult.gzip.pipe-output": {
    "status": "PASSED"
   },
   "ptestresult.gzip.reference": {
    "status": "PASSED"
   },
   "ptestresult.gzip.reproducible": {
    "status": "PASSED"
   },
   "ptestresult.gzip.stdin": {
    "status": "PASSED"
   },
   "ptestresult.gzip.synchronous": {
    "status": "PASSED"
   },
   "ptestresult.gzip.timestamp": {
    "status": "PASSED"
   },
   "ptestresult.gzip.trailing-nul": {
    "status": "PASSED"
   },
   "ptestresult.gzip.two-files": {
    "status": "PASSED"
   },
   "ptestresult.gzip.unpack-invalid": {
    "status": "PASSED"
   },
   "ptestresult.gzip.unpack-valid": {
    "status": "PASSED"
   },
   "ptestresult.gzip.upper-suffix": {
    "status": "PASSED"
   },
   "ptestresult.gzip.write-error": {
    "status": "SKIPPED"
   },
   "ptestresult.gzip.z-suffix": {
    "status": "PASSED"
   },
   "ptestresult.gzip.zdiff": {
    "status": "PASSED"
   },
   "ptestresult.gzip.zgrep-abuse": {
    "status": "PASSED"
   },
   "ptestresult.gzip.zgrep-binary": {
    "status": "PASSED"
   },
   "ptestresult.gzip.zgrep-context": {
    "status": "PASSED"
   },
   "ptestresult.gzip.zgrep-f": {
    "status": "PASSED"
   },
   "ptestresult.gzip.zgrep-signal": {
    "status": "SKIPPED"
   },
   "ptestresult.gzip.znew-k": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/gzip/ptest\nmake: Entering directory '/usr/lib/gzip/ptest/src/tests'\nmake  check-TESTS\nmake[1]: Entering directory '/usr/lib/gzip/ptest/src/tests'\nmake[2]: Entering directory '/usr/lib/gzip/ptest/src/tests'\nPASS: list-big\nPASS: gzip-env\nPASS: reference\nPASS: helin-segv\nPASS: help-version\nPASS: hufts\nPASS: keep\nPASS: list\nPASS: memcpy-abuse\nPASS: mixed\nPASS: null-suffix-clobber\nPASS: pipe-output\nPASS: reproducible\nPASS: stdin\nPASS: synchronous\nPASS: timestamp\nPASS: two-files\nPASS: trailing-nul\nPASS: unpack-invalid\nPASS: unpack-valid\nPASS: upper-suffix\nSKIP: write-error\nPASS: z-suffix\nPASS: zdiff\nPASS: zgrep-f\nPASS: zgrep-abuse\nPASS: zgrep-binary\nPASS: zgrep-context\nzgrep-signal: skipped test: no suitable perl found\nSKIP: zgrep-signal\nPASS: znew-k\n============================================================================\nTestsuite summary for gzip 1.14\n============================================================================\n# TOTAL: 30\n# PASS:  28\n# SKIP:  2\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[2]: Leaving directory '/usr/lib/gzip/ptest/src/tests'\nmake[1]: Leaving directory '/usr/lib/gzip/ptest/src/tests'\nmake: Leaving directory '/usr/lib/gzip/ptest/src/tests'\nDURATION: 6\nEND: /usr/lib/gzip/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "gzip": {
     "duration": "6",
     "log": "START: ptest-runner\n2025-06-16T11:40\nmake: Entering directory '/usr/lib/gzip/ptest/src/tests'\nmake  check-TESTS\nmake[1]: Entering directory '/usr/lib/gzip/ptest/src/tests'\nmake[2]: Entering directory '/usr/lib/gzip/ptest/src/tests'\nPASS: list-big\nPASS: gzip-env\nPASS: reference\nPASS: helin-segv\nPASS: help-version\nPASS: hufts\nPASS: keep\nPASS: list\nPASS: memcpy-abuse\nPASS: mixed\nPASS: null-suffix-clobber\nPASS: pipe-output\nPASS: reproducible\nPASS: stdin\nPASS: synchronous\nPASS: timestamp\nPASS: two-files\nPASS: trailing-nul\nPASS: unpack-invalid\nPASS: unpack-valid\nPASS: upper-suffix\nSKIP: write-error\nPASS: z-suffix\nPASS: zdiff\nPASS: zgrep-f\nPASS: zgrep-abuse\nPASS: zgrep-binary\nPASS: zgrep-context\nzgrep-signal: skipped test: no suitable perl found\nSKIP: zgrep-signal\nPASS: znew-k\n============================================================================\nTestsuite summary for gzip 1.14\n============================================================================\n# TOTAL: 30\n# PASS:  28\n# SKIP:  2\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[2]: Leaving directory '/usr/lib/gzip/ptest/src/tests'\nmake[1]: Leaving directory '/usr/lib/gzip/ptest/src/tests'\nmake: Leaving directory '/usr/lib/gzip/ptest/src/tests'\nDURATION: 6\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5235183238983154,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-json-c_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-json-c",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0005550384521484375,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.164503812789917,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.029378414154052734,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.5562665462493896,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0021102428436279297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.json-c.test1.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test2.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test4.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.testReplaceExisting.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_cast.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_charcase.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_compare.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_deep_copy.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_double_serializer.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_float.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_int_add.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_int_get.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_json_patch.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_json_pointer.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_locale.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_null.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_object_iterator.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_parse.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_parse_int64.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_printbuf.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_set_serializer.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_set_value.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_strerror.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_util_file.test": {
    "status": "PASSED"
   },
   "ptestresult.json-c.test_visit.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/json-c/ptest\nPASS: test1.test\nPASS: test2.test\nPASS: test4.test\nPASS: testReplaceExisting.test\nPASS: test_cast.test\nPASS: test_charcase.test\nPASS: test_compare.test\nPASS: test_deep_copy.test\nPASS: test_double_serializer.test\nPASS: test_float.test\nPASS: test_int_add.test\nPASS: test_int_get.test\nPASS: test_json_patch.test\nPASS: test_json_pointer.test\nPASS: test_locale.test\nPASS: test_null.test\nPASS: test_object_iterator.test\nPASS: test_parse.test\nPASS: test_parse_int64.test\nPASS: test_printbuf.test\nPASS: test_set_serializer.test\nPASS: test_set_value.test\nPASS: test_strerror.test\nPASS: test_util_file.test\nPASS: test_visit.test\nDURATION: 0\nEND: /usr/lib/json-c/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "json-c": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nPASS: test1.test\nPASS: test2.test\nPASS: test4.test\nPASS: testReplaceExisting.test\nPASS: test_cast.test\nPASS: test_charcase.test\nPASS: test_compare.test\nPASS: test_deep_copy.test\nPASS: test_double_serializer.test\nPASS: test_float.test\nPASS: test_int_add.test\nPASS: test_int_get.test\nPASS: test_json_patch.test\nPASS: test_json_pointer.test\nPASS: test_locale.test\nPASS: test_null.test\nPASS: test_object_iterator.test\nPASS: test_parse.test\nPASS: test_parse_int64.test\nPASS: test_printbuf.test\nPASS: test_set_serializer.test\nPASS: test_set_value.test\nPASS: test_strerror.test\nPASS: test_util_file.test\nPASS: test_visit.test\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.514988899230957,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-json-glib_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-json-glib",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.020499706268310547,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.182175874710083,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.023005962371826172,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4069395065307617,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0013191699981689453,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.json-glib.json-glib-1.0/array.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/boxed.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/builder.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/generator.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/gvariant.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/invalid.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/node.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/object.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/parser.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/path.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/reader.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/serialize-complex.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/serialize-full.test": {
    "status": "PASSED"
   },
   "ptestresult.json-glib.json-glib-1.0/serialize-simple.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/json-glib/ptest\nRunning test: json-glib-1.0/serialize-complex.test\nTAP version 14\n# random seed: R02S442977460dd6fe5ae0e79e6cccae63ec\n1..1\n# Start of serialize tests\n# TestObject: {\n#   \"foo\" : 47,\n#   \"bar\" : false,\n#   \"baz\" : \"Hello, World!\",\n#   \"blah\" : {\n#     \"foo\" : 42,\n#     \"bar\" : true\n#   },\n#   \"meh\" : 0.5\n# }\nok 1 /serialize/gobject-boxed\n# End of serialize tests\nPASS: json-glib-1.0/serialize-complex.test\nRunning test: json-glib-1.0/object.test\nTAP version 14\n# random seed: R02Sff3c25e061aba8c7eba4fdeb94b04a40\n1..9\n# Start of object tests\nok 1 /object/empty-object\nok 2 /object/add-member\nok 3 /object/set-member\nok 4 /object/get-member-default\nok 5 /object/remove-member\nok 6 /object/foreach-member\nok 7 /object/iter\nok 8 /object/ordered-iter\nok 9 /object/empty-member\n# End of object tests\nPASS: json-glib-1.0/object.test\nRunning test: json-glib-1.0/array.test\nTAP version 14\n# random seed: R02S0f3c60fc8e76f43cc8f32990c69a77eb\n1..4\n# Start of array tests\nok 1 /array/empty-array\nok 2 /array/add-element\nok 3 /array/remove-element\nok 4 /array/foreach-element\n# End of array tests\nPASS: json-glib-1.0/array.test\nRunning test: json-glib-1.0/generator.test\nTAP version 14\n# random seed: R02S939c998619d28ac1ad8a2a39c40868b5\n1..16\n# Start of generator tests\nok 1 /generator/empty-array\nok 2 /generator/empty-object\n# checking simple array '[true,false,null,42,\"foo\"]' (expected: '[true,false,null,42,\"foo\"]')\nok 3 /generator/simple-array\nok 4 /generator/nested-array\n# checking simple object '{\"Bool1\":true,\"Bool2\":false,\"Null\":null,\"Int\":42,\"\":54,\"String\":\"foo\"}' (expected: '{\"Bool1\":true,\"Bool2\":false,\"Null\":null,\"Int\":42,\"\":54,\"String\":\"foo\"}')\nok 5 /generator/simple-object\n# checking nested object '{\"Image\":{\"Width\":800,\"Height\":600,\"Title\":\"View from 15th Floor\",\"Thumbnail\":{\"Url\":\"http://www.example.com/image/481989943\",\"Height\":125,\"Width\":\"100\"},\"IDs\":[116,943,234,38793]}}' (expected: '{\"Image\":{\"Width\":800,\"Height\":600,\"Title\":\"View from 15th Floor\",\"Thumbnail\":{\"Url\":\"http://www.example.com/image/481989943\",\"Height\":125,\"Width\":\"100\"},\"IDs\":[116,943,234,38793]}}')\nok 6 /generator/nested-object\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\nok 7 /generator/decimal-separator\nok 8 /generator/double-stays-double\n# test_double_valid: value: '0.00' - string: '1e-08'\nok 9 /generator/double-valid\n# checking pretty printing: []\texpected: []\n# checking pretty printing: {}\texpected: {}\n# checking pretty printing: [\n# \ttrue,\n# \tfalse,\n# \tnull,\n# \t\"hello\"\n# ]\texpected: [\n# \ttrue,\n# \tfalse,\n# \tnull,\n# \t\"hello\"\n# ]\n# checking pretty printing: {\n# \t\"foo\" : 42,\n# \t\"bar\" : true,\n# \t\"baz\" : null\n# }\texpected: {\n# \t\"foo\" : 42,\n# \t\"bar\" : true,\n# \t\"baz\" : null\n# }\nok 10 /generator/pretty\n# Start of string tests\nok 11 /generator/string/abc\nok 12 /generator/string/a\\177xc\nok 13 /generator/string/a\\033xc\nok 14 /generator/string/a\\nxc\nok 15 /generator/string/a\\\\xc\nok 16 /generator/string/Barney B\\303\\244r\n# End of string tests\n# End of generator tests\nPASS: json-glib-1.0/generator.test\nRunning test: json-glib-1.0/path.test\nTAP version 14\n# random seed: R02S8aa7d211b26732f863651df9d9046dec\n1..32\n# Start of path tests\n# Start of expressions tests\n# Start of valid tests\n# * Title of the first book in the store, using objct notation. ('$.store.book[0].title')\nok 1 /path/expressions/valid/1\n# * Title of the first book in the store, using array notation. ('$['store']['book'][0]['title']')\nok 2 /path/expressions/valid/2\n# * All the authors from the every book. ('$.store.book[*].author')\nok 3 /path/expressions/valid/3\n# * All the authors. ('$..author')\nok 4 /path/expressions/valid/4\n# * Everything inside the store. ('$.store.*')\nok 5 /path/expressions/valid/5\n# * All the prices in the store. ('$.store..price')\nok 6 /path/expressions/valid/6\n# * The third book. ('$..book[2]')\nok 7 /path/expressions/valid/7\n# * The last book. ('$..book[-1:]')\nok 8 /path/expressions/valid/8\n# * The first two books. ('$..book[0,1]')\nok 9 /path/expressions/valid/9\n# * The first two books, using a slice. ('$..book[:2]')\nok 10 /path/expressions/valid/10\n# * All the books. ('$['store']['book'][*]')\nok 11 /path/expressions/valid/11\n# * All the members of the bicycle object. ('$.store.bicycle.*')\nok 12 /path/expressions/valid/12\n# * The root node. ('$')\nok 13 /path/expressions/valid/13\n# End of valid tests\n# Start of invalid tests\n# * INVALID: invalid first character ('/')\nok 14 /path/expressions/invalid/1\n# * INVALID: Invalid character following root ('$ponies')\nok 15 /path/expressions/invalid/2\n# * INVALID: missing member name or wildcard after dot ('$.store.')\nok 16 /path/expressions/invalid/3\n# * INVALID: Malformed slice (missing step) ('$.store.book[0:1:]')\nok 17 /path/expressions/invalid/4\n# * INVALID: Malformed set ('$.store.book[0,1~2]')\nok 18 /path/expressions/invalid/5\n# * INVALID: Malformed array notation ('${'store'}')\nok 19 /path/expressions/invalid/6\n# * INVALID: Malformed slice (invalid separator) ('$.store.book[0~2]')\nok 20 /path/expressions/invalid/7\n# End of invalid tests\n# End of expressions tests\n# Start of match tests\n# * Title of the first book in the store, using objct notation. ('$.store.book[0].title') =>\n# - result:   [\"Sayings of the Century\"]\n# - expected: [\"Sayings of the Century\"]\nok 21 /path/match/1\n# * Title of the first book in the store, using array notation. ('$['store']['book'][0]['title']') =>\n# - result:   [\"Sayings of the Century\"]\n# - expected: [\"Sayings of the Century\"]\nok 22 /path/match/2\n# * All the authors from the every book. ('$.store.book[*].author') =>\n# - result:   [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\n# - expected: [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\nok 23 /path/match/3\n# * All the authors. ('$..author') =>\n# - result:   [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\n# - expected: [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\nok 24 /path/match/4\n# * All the prices in the store. ('$.store..price') =>\n# - result:   [\"8.95\",\"12.99\",\"8.99\",\"22.99\",\"19.95\"]\n# - expected: [\"8.95\",\"12.99\",\"8.99\",\"22.99\",\"19.95\"]\nok 25 /path/match/5\n# * The third book. ('$..book[2]') =>\n# - result:   [{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"}]\n# - expected: [{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"}]\nok 26 /path/match/6\n# * The last book. ('$..book[-1:]') =>\n# - result:   [{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\n# - expected: [{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\nok 27 /path/match/7\n# * The first two books. ('$..book[0,1]') =>\n# - result:   [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\n# - expected: [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\nok 28 /path/match/8\n# * The first two books, using a slice. ('$..book[:2]') =>\n# - result:   [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\n# - expected: [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\nok 29 /path/match/9\n# * All the books. ('$['store']['book'][*]') =>\n# - result:   [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\n# - expected: [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\nok 30 /path/match/10\n# * All the members of the bicycle object. ('$.store.bicycle.*') =>\n# - result:   [\"red\",\"19.95\"]\n# - expected: [\"red\",\"19.95\"]\nok 31 /path/match/11\n# * The root node. ('$') =>\n# - result:   [{\"store\":{\"book\":[{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}],\"bicycle\":{\"color\":\"red\",\"price\":\"19.95\"}}}]\n# - expected: [{\"store\":{\"book\":[{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}],\"bicycle\":{\"color\":\"red\",\"price\":\"19.95\"}}}]\nok 32 /path/match/12\n# End of match tests\n# End of path tests\nPASS: json-glib-1.0/path.test\nRunning test: json-glib-1.0/boxed.test\nTAP version 14\n# random seed: R02S5dec306c41d01079c670865e4610b53e\n1..2\n# Start of boxed tests\n# Registering transform functions\n# Serialize: { foo: 42, bar: true }\n# TestObject: {\n#   \"blah\" : {\n#     \"foo\" : 42,\n#     \"bar\" : true\n#   }\n# }\nok 1 /boxed/serialize-property\n# Deserialize: { foo: 42, bar: true }\nok 2 /boxed/deserialize-property\n# End of boxed tests\nPASS: json-glib-1.0/boxed.test\nRunning test: json-glib-1.0/invalid.test\nTAP version 14\n# random seed: R02S95c55ba4fed85d272608a855205a30e9\n1..29\n# Start of invalid tests\n# Start of json tests\n# invalid data: 'rainbows'...\nok 1 /invalid/json/bareword-1\n# invalid data: '[ unicorns ]'...\nok 2 /invalid/json/bareword-2\n# invalid data: '{ \"foo\" : ponies }'...\nok 3 /invalid/json/bareword-3\n# invalid data: '[ 3, 2, 1, lift_off ]'...\nok 4 /invalid/json/bareword-4\n# invalid data: '{ foo : 42 }'...\nok 5 /invalid/json/bareword-5\n# invalid data: '\"st\"ring\"'...\nok 6 /invalid/json/bareword-6\n# invalid data: '[ -false ]'...\n# error: <data>:1:3: Parse error: scanner: non digit in constant\nok 7 /invalid/json/values-1\n# invalid data: '[\"\\uD800\\uD800\"]'...\n# error: <data>:1:15: Parse error: scanner: malformed surrogate pair\nok 8 /invalid/json/values-2\n# invalid data: '[\"\\uDB00\\uD800\"]'...\n# error: <data>:1:15: Parse error: scanner: malformed surrogate pair\nok 9 /invalid/json/values-3\n# invalid data: '[\"\\uDB00\"]'...\n# error: <data>:1:9: Parse error: scanner: malformed surrogate pair\nok 10 /invalid/json/values-4\n# invalid data: 'var foo'...\n# error: <data>:1:7: Parse error: unexpected end of file, expected character `='\nok 11 /invalid/json/assignment-1\n# invalid data: 'var foo = no'...\n# error: <data>:1:12: Parse error: unexpected identifier `no', expected value\nok 12 /invalid/json/assignment-2\n# invalid data: 'var = true'...\n# error: <data>:1:5: Parse error: unexpected character `=', expected identifier\nok 13 /invalid/json/assignment-3\n# invalid data: 'var blah = 42:'...\n# error: <data>:1:14: Parse error: unexpected character `:', expected end of file\nok 14 /invalid/json/assignment-4\n# invalid data: 'let foo = true;'...\n# error: <data>:1:3: Parse error: unexpected identifier `let', expected value\nok 15 /invalid/json/assignment-5\n# invalid data: '[ true, false'...\n# error: <data>:1:13: Parse error: unexpected value `false', expected character `,'\nok 16 /invalid/json/array-1\n# invalid data: '[ true }'...\n# error: <data>:1:6: Parse error: unexpected value `true', expected character `,'\nok 17 /invalid/json/array-2\n# invalid data: '[ \"foo\" : 42 ]'...\n# error: <data>:1:7: Parse error: unexpected string constant \"foo\", expected character `,'\nok 18 /invalid/json/array-3\n# invalid data: '{ foo : 42 }'...\n# error: <data>:1:1: Parse error: unexpected character `{', expected string constant\nok 19 /invalid/json/object-1\n# invalid data: '{ 42 : \"foo\" }'...\n# error: <data>:1:1: Parse error: unexpected character `{', expected string constant\nok 20 /invalid/json/object-2\n# invalid data: '{ \"foo\", 42 }'...\n# error: <data>:1:7: Parse error: unexpected string constant \"foo\", expected character `:'\nok 21 /invalid/json/object-3\n# invalid data: '{ \"foo\" : 42 ]'...\n# error: <data>:1:12: Parse error: unexpected number `42', expected string constant\nok 22 /invalid/json/object-4\n# invalid data: '{ \"blah\" }'...\n# error: <data>:1:8: Parse error: unexpected string constant \"blah\", expected character `:'\nok 23 /invalid/json/object-5\n# invalid data: '{ \"a\" : 0 \"b\" : 1 }'...\n# error: <data>:1:9: Parse error: unexpected number `0', expected character `,'\nok 24 /invalid/json/object-6\n# invalid data: '{ null: false }'...\n# error: <data>:1:1: Parse error: unexpected character `{', expected string constant\nok 25 /invalid/json/object-7\n# invalid data: '[ true false ]'...\nok 26 /invalid/json/missing-comma-1\n# invalid data: '{ \"foo\" : 42 \"bar\": null }'...\nok 27 /invalid/json/missing-comma-2\n# invalid data: '[ true, ]'...\nok 28 /invalid/json/trailing-comma-1\n# invalid data: '{ \"foo\" : 42, }'...\nok 29 /invalid/json/trailing-comma-2\n# End of json tests\n# End of invalid tests\nPASS: json-glib-1.0/invalid.test\nRunning test: json-glib-1.0/reader.test\nTAP version 14\n# random seed: R02Scf3798addee9069de9b8cdcba6a85349\n1..6\n# Start of reader tests\nok 1 /reader/base-array\nok 2 /reader/base-object\nok 3 /reader/level\n# Bug Reference: http://bugzilla.gnome.org/show_bug.cgi?id=758580\nok 4 /reader/null-value\nok 5 /reader/bom\nok 6 /reader/currrent-node\n# End of reader tests\nPASS: json-glib-1.0/reader.test\nRunning test: json-glib-1.0/builder.test\nTAP version 14\n# random seed: R02S816a0b6261cf534730547838715de817\n1..3\n# Start of builder tests\n# Builder complex: '{\"depth1\":[1,{\"depth2\":[3,[null,false],\"after array\"],\"value2\":true}],\"object1\":{},\"value3\":null,\"value4\":42,\"\":54}'\nok 1 /builder/complex\n# Builder empty: '{\"a\":{}}'\nok 2 /builder/empty\nok 3 /builder/reset\n# End of builder tests\nPASS: json-glib-1.0/builder.test\nRunning test: json-glib-1.0/serialize-full.test\nTAP version 14\n# random seed: R02Sdd9aafc7df12776c2c272a7df01bc890\n1..1\n# Start of deserialize tests\n# *** TestObject ***\n#  foo: <true>\n#  bar: <true>\n#  baz: <true>\n#  meh: <true>\nok 1 /deserialize/json-to-gobject\n# End of deserialize tests\nPASS: json-glib-1.0/serialize-full.test\nRunning test: json-glib-1.0/parser.test\nTAP version 14\n# random seed: R02Sf32504a6e5d0f9a04c120dac1319b3f3\n1..18\n# Start of parser tests\nok 1 /parser/empty-string\n# Checking root node type 'NULL'...\n# Checking root node type 'Integer'...\n# Checking root node type 'Boolean'...\n# Checking root node type 'String'...\n# Checking root node type 'Floating Point'...\n# Checking root node type 'Integer'...\n# Checking root node type 'Floating Point'...\nok 2 /parser/base-value\nok 3 /parser/empty-array\n# Parsing: '[ true ]'\n# checking element 0 is of the desired type gboolean...\n# Parsing: '[ true, false, null ]'\n# checking element 2 is of the desired type (null)...\n# Parsing: '[ 1, 2, 3.14, \"test\" ]'\n# checking element 3 is of the desired type gchararray...\nok 4 /parser/simple-array\nok 5 /parser/nested-array\nok 6 /parser/empty-object\n# checking root node is an object...\n# checking object is of the desired size '1'...\n# checking member 'test' exists and is of the desired type 'gint64'...\n# checking root node is an object...\n# checking object is of the desired size '2'...\n# checking member 'name' exists and is of the desired type 'gchararray'...\n# checking root node is an object...\n# checking object is of the desired size '2'...\n# checking member 'baz' exists and is of the desired type '(null)'...\n# checking root node is an object...\n# checking object is of the desired size '1'...\n# checking member 'channel' exists and is of the desired type 'gchararray'...\n# checking root node is an object...\n# checking object is of the desired size '2'...\n# checking member 'valign' exists and is of the desired type 'gdouble'...\n# checking root node is an object...\n# checking object is of the desired size '1'...\n# checking member '' exists and is of the desired type 'gchararray'...\nok 7 /parser/simple-object\n# checking root node is an object...\n# checking object is not empty...\n# checking root node is an object...\n# checking object is not empty...\nok 8 /parser/nested-object\n# checking variable 'foo' is assigned...\n# checking for a root of the desired type...\n# checking variable 'bar' is assigned...\n# checking for a root of the desired type...\n# checking variable 'baz' is assigned...\n# checking for a root of the desired type...\nok 9 /parser/assignment\n# checking root node is an object...\n# checking object is not empty...\n# checking for object member 'test'...\n# checking simple string equality...\n# checking for valid UTF-8...\nok 10 /parser/unicode-escape\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 11 /parser/stream-sync\nok 12 /parser/stream-async\nok 13 /parser/multiple-roots\n# extension: comment, data: { /* test */ }\n# extension: single quotes, data: { 'foo': true }\nok 14 /parser/extensions\n# data: 'foo'\n# data: \"\\012\"\n# data: \"\\a\"\n# data: \"\\$\"\nok 15 /parser/string-extensions\nok 16 /parser/mapped\n# Start of mapped tests\nok 17 /parser/mapped/file-error\nok 18 /parser/mapped/json-error\n# End of mapped tests\n# End of parser tests\nPASS: json-glib-1.0/parser.test\nRunning test: json-glib-1.0/serialize-simple.test\nTAP version 14\n# random seed: R02S026fc3f3b08546284bc48224e46c9367\n1..1\n# Start of serialize tests\n# TestObject: {\n#   \"bar\" : true,\n#   \"baz\" : \"Test\"\n# }\nok 1 /serialize/gobject\n# End of serialize tests\nPASS: json-glib-1.0/serialize-simple.test\nRunning test: json-glib-1.0/gvariant.test\nTAP version 14\n# random seed: R02S121adca271cc9758fb1dae05b3111544\n1..89\n# Start of gvariant tests\n# Start of to-json tests\n# Serializing: '(true,)' (signature: '(b)')\nok 1 /gvariant/to-json/boolean\n# Serializing: '(byte 0xff,)' (signature: '(y)')\nok 2 /gvariant/to-json/byte\n# Serializing: '(int16 -12345,)' (signature: '(n)')\nok 3 /gvariant/to-json/int16\n# Serializing: '(uint16 40001,)' (signature: '(q)')\nok 4 /gvariant/to-json/uint16\n# Serializing: '(-7654321,)' (signature: '(i)')\nok 5 /gvariant/to-json/int32\n# Serializing: '(uint32 12345678,)' (signature: '(u)')\nok 6 /gvariant/to-json/uint32\n# Serializing: '(int64 -666999666999,)' (signature: '(x)')\nok 7 /gvariant/to-json/int64\n# Serializing: '(uint64 1999999999999999,)' (signature: '(t)')\nok 8 /gvariant/to-json/uint64\n# Serializing: '(handle 1,)' (signature: '(h)')\nok 9 /gvariant/to-json/handle\n# Serializing: '(1.23,)' (signature: '(d)')\nok 10 /gvariant/to-json/double\n# Serializing: '(123.0,)' (signature: '(d)')\nok 11 /gvariant/to-json/double-whole\n# Serializing: '('hello world!',)' (signature: '(s)')\nok 12 /gvariant/to-json/string\n# Serializing: '(objectpath '/org/gtk/json_glib',)' (signature: '(o)')\nok 13 /gvariant/to-json/object-path\n# Serializing: '(signature '(asna{sv}i)',)' (signature: '(g)')\nok 14 /gvariant/to-json/signature\n# Serializing: '(false, byte 0x00, int16 -1, uint16 1, -2, uint32 2, int64 429496729, uint64 3, handle 16, 2.48, 'end')' (signature: '(bynqiuxthds)')\nok 15 /gvariant/to-json/tuple\n# Serializing: '[([([([([([([([([([('sorprise',)],)],)],)],)],)],)],)],)],)]' (signature: 'a(a(a(a(a(a(a(a(a(a(s))))))))))')\nok 16 /gvariant/to-json/deep-nesting\n# Serializing: '{'foo': ('bar', byte 0x64, true, [(objectpath '/baz', 1.3), ('/cat', -2.5)])}' (signature: 'a{s(syba(od))}')\nok 17 /gvariant/to-json/mixed1\n# Serializing: '({true: byte 0x01, false: 0x00}, [@ms 'do', nothing, 'did'], <@av []>, @mab nothing, {uint16 10000: @m(sg) ('yes', 'august'), 0: nothing})' (signature: '(a{by}amsvmaba{qm(sg)})')\nok 18 /gvariant/to-json/mixed2\n# Start of maybe tests\n# Start of simple tests\n# Serializing: '(@ms nothing,)' (signature: '(ms)')\nok 19 /gvariant/to-json/maybe/simple/null\n# Serializing: '(@ms 'maybe string',)' (signature: '(ms)')\nok 20 /gvariant/to-json/maybe/simple/string\n# End of simple tests\n# Start of container tests\n# Serializing: '(@m(sn) nothing,)' (signature: '(m(sn))')\nok 21 /gvariant/to-json/maybe/container/null\n# Serializing: '(@m(sn) ('foo', 0),)' (signature: '(m(sn))')\nok 22 /gvariant/to-json/maybe/container/tuple\n# End of container tests\n# Start of variant tests\n# Serializing: '(@mv <true>,)' (signature: '(mv)')\nok 23 /gvariant/to-json/maybe/variant/boolean\n# End of variant tests\n# End of maybe tests\n# Start of array tests\n# Serializing: '@as []' (signature: 'as')\nok 24 /gvariant/to-json/array/empty\n# Serializing: '[byte 0x01, 0x0a, 0x03, 0xff]' (signature: 'ay')\nok 25 /gvariant/to-json/array/byte\n# Serializing: '['a', 'b', 'ab', 'ba']' (signature: 'as')\nok 26 /gvariant/to-json/array/string\n# Serializing: '[<true>, <int64 1>, <'oops'>, <int64 -2>, <0.5>]' (signature: 'av')\nok 27 /gvariant/to-json/array/variant\n# Start of array tests\n# Serializing: '[[1, 2], [3, 4], [5, 6]]' (signature: 'aai')\nok 28 /gvariant/to-json/array/array/int32\n# End of array tests\n# End of array tests\n# Start of dictionary tests\n# Serializing: '@a{sv} {}' (signature: 'a{sv}')\nok 29 /gvariant/to-json/dictionary/empty\n# Serializing: '{'hello', 'world'}' (signature: '{ss}')\nok 30 /gvariant/to-json/dictionary/single-entry\n# Serializing: '{'foo': 1, 'bar': 2}' (signature: 'a{si}')\nok 31 /gvariant/to-json/dictionary/string-int32\n# Serializing: '{'str': <'hi!'>, 'bool': <true>}' (signature: 'a{sv}')\nok 32 /gvariant/to-json/dictionary/string-variant\n# Serializing: '{int64 -5: <'minus five'>, 10: <'ten'>}' (signature: 'a{xv}')\nok 33 /gvariant/to-json/dictionary/int64-variant\n# Serializing: '{uint64 999888777666: true, 0: false}' (signature: 'a{tb}')\nok 34 /gvariant/to-json/dictionary/uint64-boolean\n# Serializing: '{true: byte 0x01, false: 0x00}' (signature: 'a{by}')\nok 35 /gvariant/to-json/dictionary/boolean-variant\n# Serializing: '{1.0: 'one point zero'}' (signature: 'a{ds}')\nok 36 /gvariant/to-json/dictionary/double-string\n# End of dictionary tests\n# Start of variant tests\n# Serializing: '(<'string within variant'>,)' (signature: '(v)')\nok 37 /gvariant/to-json/variant/string\n# Serializing: '<{'foo': <'bar'>, 'hi': <int64 1024>}>' (signature: 'v')\nok 38 /gvariant/to-json/variant/dictionary\n# Start of maybe tests\n# Serializing: '(<@mv nothing>,)' (signature: '(v)')\nok 39 /gvariant/to-json/variant/maybe/null\n# End of maybe tests\n# Start of variant tests\n# Serializing: '<[<'any'>, <'thing'>, <int64 0>, <int64 -1>]>' (signature: 'v')\nok 40 /gvariant/to-json/variant/variant/array\n# End of variant tests\n# End of variant tests\n# End of to-json tests\n# Start of from-json tests\n# Deserializing: '[true]' (signature: '(b)')\nok 41 /gvariant/from-json/boolean\n# Deserializing: '[255]' (signature: '(y)')\nok 42 /gvariant/from-json/byte\n# Deserializing: '[-12345]' (signature: '(n)')\nok 43 /gvariant/from-json/int16\n# Deserializing: '[40001]' (signature: '(q)')\nok 44 /gvariant/from-json/uint16\n# Deserializing: '[-7654321]' (signature: '(i)')\nok 45 /gvariant/from-json/int32\n# Deserializing: '[12345678]' (signature: '(u)')\nok 46 /gvariant/from-json/uint32\n# Deserializing: '[-666999666999]' (signature: '(x)')\nok 47 /gvariant/from-json/int64\n# Deserializing: '[1999999999999999]' (signature: '(t)')\nok 48 /gvariant/from-json/uint64\n# Deserializing: '[1]' (signature: '(h)')\nok 49 /gvariant/from-json/handle\n# Deserializing: '[1.23]' (signature: '(d)')\nok 50 /gvariant/from-json/double\n# Deserializing: '[123.0]' (signature: '(d)')\nok 51 /gvariant/from-json/double-whole\n# Deserializing: '[\"hello world!\"]' (signature: '(s)')\nok 52 /gvariant/from-json/string\n# Deserializing: '[\"/org/gtk/json_glib\"]' (signature: '(o)')\nok 53 /gvariant/from-json/object-path\n# Deserializing: '[\"(asna{sv}i)\"]' (signature: '(g)')\nok 54 /gvariant/from-json/signature\n# Deserializing: '[false,0,-1,1,-2,2,429496729,3,16,2.48,\"end\"]' (signature: '(bynqiuxthds)')\nok 55 /gvariant/from-json/tuple\n# Deserializing: '[[[[[[[[[[[[[[[[[[[[\"sorprise\"]]]]]]]]]]]]]]]]]]]]' (signature: 'a(a(a(a(a(a(a(a(a(a(s))))))))))')\nok 56 /gvariant/from-json/deep-nesting\n# Deserializing: '{\"foo\":[\"bar\",100,true,[[\"/baz\",1.3],[\"/cat\",-2.5]]]}' (signature: 'a{s(syba(od))}')\nok 57 /gvariant/from-json/mixed1\n# Deserializing: '[{\"true\":1,\"false\":0},[\"do\",null,\"did\"],[],null,{\"10000\":[\"yes\",\"august\"],\"0\":null}]' (signature: '(a{by}amsvmaba{qm(sg)})')\nok 58 /gvariant/from-json/mixed2\n# Deserializing: '[\"true\"]' (signature: '(b)')\nok 59 /gvariant/from-json/string-to-boolean\n# Deserializing: '[\"255\"]' (signature: '(y)')\nok 60 /gvariant/from-json/string-to-byte\n# Deserializing: '[\"-12345\"]' (signature: '(n)')\nok 61 /gvariant/from-json/string-to-int16\n# Deserializing: '[\"40001\"]' (signature: '(q)')\nok 62 /gvariant/from-json/string-to-uint16\n# Deserializing: '[\"-7654321\"]' (signature: '(i)')\nok 63 /gvariant/from-json/string-to-int32\n# Deserializing: '[\"-666999666999\"]' (signature: '(x)')\nok 64 /gvariant/from-json/string-to-int64\n# Deserializing: '[\"1999999999999999\"]' (signature: '(t)')\nok 65 /gvariant/from-json/string-to-uint64\n# Deserializing: '[\"1.23\"]' (signature: '(d)')\nok 66 /gvariant/from-json/string-to-double\n# Deserializing: '[\"123.0\"]' (signature: '(d)')\nok 67 /gvariant/from-json/string-to-double-whole\n# Start of maybe tests\n# Start of simple tests\n# Deserializing: '[null]' (signature: '(ms)')\nok 68 /gvariant/from-json/maybe/simple/null\n# Deserializing: '[\"maybe string\"]' (signature: '(ms)')\nok 69 /gvariant/from-json/maybe/simple/string\n# End of simple tests\n# Start of container tests\n# Deserializing: '[null]' (signature: '(m(sn))')\nok 70 /gvariant/from-json/maybe/container/null\n# Deserializing: '[[\"foo\",0]]' (signature: '(m(sn))')\nok 71 /gvariant/from-json/maybe/container/tuple\n# End of container tests\n# Start of variant tests\n# Deserializing: '[true]' (signature: '(mv)')\nok 72 /gvariant/from-json/maybe/variant/boolean\n# End of variant tests\n# End of maybe tests\n# Start of array tests\n# Deserializing: '[]' (signature: 'as')\nok 73 /gvariant/from-json/array/empty\n# Deserializing: '[1,10,3,255]' (signature: 'ay')\nok 74 /gvariant/from-json/array/byte\n# Deserializing: '[\"a\",\"b\",\"ab\",\"ba\"]' (signature: 'as')\nok 75 /gvariant/from-json/array/string\n# Deserializing: '[true,1,\"oops\",-2,0.5]' (signature: 'av')\nok 76 /gvariant/from-json/array/variant\n# Start of array tests\n# Deserializing: '[[1,2],[3,4],[5,6]]' (signature: 'aai')\nok 77 /gvariant/from-json/array/array/int32\n# End of array tests\n# End of array tests\n# Start of dictionary tests\n# Deserializing: '{}' (signature: 'a{sv}')\nok 78 /gvariant/from-json/dictionary/empty\n# Deserializing: '{\"hello\":\"world\"}' (signature: '{ss}')\nok 79 /gvariant/from-json/dictionary/single-entry\n# Deserializing: '{\"foo\":1,\"bar\":2}' (signature: 'a{si}')\nok 80 /gvariant/from-json/dictionary/string-int32\n# Deserializing: '{\"str\":\"hi!\",\"bool\":true}' (signature: 'a{sv}')\nok 81 /gvariant/from-json/dictionary/string-variant\n# Deserializing: '{\"-5\":\"minus five\",\"10\":\"ten\"}' (signature: 'a{xv}')\nok 82 /gvariant/from-json/dictionary/int64-variant\n# Deserializing: '{\"999888777666\":true,\"0\":false}' (signature: 'a{tb}')\nok 83 /gvariant/from-json/dictionary/uint64-boolean\n# Deserializing: '{\"true\":1,\"false\":0}' (signature: 'a{by}')\nok 84 /gvariant/from-json/dictionary/boolean-variant\n# Deserializing: '{\"1.000000\":\"one point zero\"}' (signature: 'a{ds}')\nok 85 /gvariant/from-json/dictionary/double-string\n# End of dictionary tests\n# Start of variant tests\n# Deserializing: '[\"string within variant\"]' (signature: '(v)')\nok 86 /gvariant/from-json/variant/string\n# Deserializing: '{\"foo\":\"bar\",\"hi\":1024}' (signature: 'v')\nok 87 /gvariant/from-json/variant/dictionary\n# Start of maybe tests\n# Deserializing: '[null]' (signature: '(v)')\nok 88 /gvariant/from-json/variant/maybe/null\n# End of maybe tests\n# Start of variant tests\n# Deserializing: '[\"any\",\"thing\",0,-1]' (signature: 'v')\nok 89 /gvariant/from-json/variant/variant/array\n# End of variant tests\n# End of variant tests\n# End of from-json tests\n# End of gvariant tests\nPASS: json-glib-1.0/gvariant.test\nRunning test: json-glib-1.0/node.test\nTAP version 14\n# random seed: R02Sed6596d3c323d2ca757e0de20e03bd21\n1..28\n# Start of nodes tests\nok 1 /nodes/gvalue\n# Start of init tests\nok 2 /nodes/init/int\nok 3 /nodes/init/double\nok 4 /nodes/init/boolean\nok 5 /nodes/init/string\nok 6 /nodes/init/null\nok 7 /nodes/init/reinit\n# End of init tests\n# Start of copy tests\nok 8 /nodes/copy/null\nok 9 /nodes/copy/value\nok 10 /nodes/copy/object\n# End of copy tests\n# Start of get tests\nok 11 /nodes/get/int\nok 12 /nodes/get/double\n# End of get tests\n# Start of gvalue tests\n# Autopromotion of int to int64\n# Expecting an gint64, got a 'gint64'\n# Autopromotion of float to double\n# Expecting a gdouble, got a 'gdouble'\nok 13 /nodes/gvalue/autopromotion\n# End of gvalue tests\n# Start of seal tests\nok 14 /nodes/seal/int\nok 15 /nodes/seal/double\nok 16 /nodes/seal/boolean\nok 17 /nodes/seal/string\nok 18 /nodes/seal/null\nok 19 /nodes/seal/object\nok 20 /nodes/seal/array\n# End of seal tests\n# Start of immutable tests\nok 21 /nodes/immutable/int\nok 22 /nodes/immutable/double\nok 23 /nodes/immutable/boolean\nok 24 /nodes/immutable/string\nok 25 /nodes/immutable/object\nok 26 /nodes/immutable/array\nok 27 /nodes/immutable/value\nok 28 /nodes/immutable/parent\n# End of immutable tests\n# End of nodes tests\nPASS: json-glib-1.0/node.test\nSUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.0s; system=0.0s; maxrss=5180\nDURATION: 0\nEND: /usr/lib/json-glib/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "json-glib": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nRunning test: json-glib-1.0/serialize-complex.test\nTAP version 14\n# random seed: R02S442977460dd6fe5ae0e79e6cccae63ec\n1..1\n# Start of serialize tests\n# TestObject: {\n#   \"foo\" : 47,\n#   \"bar\" : false,\n#   \"baz\" : \"Hello, World!\",\n#   \"blah\" : {\n#     \"foo\" : 42,\n#     \"bar\" : true\n#   },\n#   \"meh\" : 0.5\n# }\nok 1 /serialize/gobject-boxed\n# End of serialize tests\nPASS: json-glib-1.0/serialize-complex.test\nRunning test: json-glib-1.0/object.test\nTAP version 14\n# random seed: R02Sff3c25e061aba8c7eba4fdeb94b04a40\n1..9\n# Start of object tests\nok 1 /object/empty-object\nok 2 /object/add-member\nok 3 /object/set-member\nok 4 /object/get-member-default\nok 5 /object/remove-member\nok 6 /object/foreach-member\nok 7 /object/iter\nok 8 /object/ordered-iter\nok 9 /object/empty-member\n# End of object tests\nPASS: json-glib-1.0/object.test\nRunning test: json-glib-1.0/array.test\nTAP version 14\n# random seed: R02S0f3c60fc8e76f43cc8f32990c69a77eb\n1..4\n# Start of array tests\nok 1 /array/empty-array\nok 2 /array/add-element\nok 3 /array/remove-element\nok 4 /array/foreach-element\n# End of array tests\nPASS: json-glib-1.0/array.test\nRunning test: json-glib-1.0/generator.test\nTAP version 14\n# random seed: R02S939c998619d28ac1ad8a2a39c40868b5\n1..16\n# Start of generator tests\nok 1 /generator/empty-array\nok 2 /generator/empty-object\n# checking simple array '[true,false,null,42,\"foo\"]' (expected: '[true,false,null,42,\"foo\"]')\nok 3 /generator/simple-array\nok 4 /generator/nested-array\n# checking simple object '{\"Bool1\":true,\"Bool2\":false,\"Null\":null,\"Int\":42,\"\":54,\"String\":\"foo\"}' (expected: '{\"Bool1\":true,\"Bool2\":false,\"Null\":null,\"Int\":42,\"\":54,\"String\":\"foo\"}')\nok 5 /generator/simple-object\n# checking nested object '{\"Image\":{\"Width\":800,\"Height\":600,\"Title\":\"View from 15th Floor\",\"Thumbnail\":{\"Url\":\"http://www.example.com/image/481989943\",\"Height\":125,\"Width\":\"100\"},\"IDs\":[116,943,234,38793]}}' (expected: '{\"Image\":{\"Width\":800,\"Height\":600,\"Title\":\"View from 15th Floor\",\"Thumbnail\":{\"Url\":\"http://www.example.com/image/481989943\",\"Height\":125,\"Width\":\"100\"},\"IDs\":[116,943,234,38793]}}')\nok 6 /generator/nested-object\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\n# test_decimal_separator: value: '3.14' - string: '3.1400000000000001'\nok 7 /generator/decimal-separator\nok 8 /generator/double-stays-double\n# test_double_valid: value: '0.00' - string: '1e-08'\nok 9 /generator/double-valid\n# checking pretty printing: []\texpected: []\n# checking pretty printing: {}\texpected: {}\n# checking pretty printing: [\n# \ttrue,\n# \tfalse,\n# \tnull,\n# \t\"hello\"\n# ]\texpected: [\n# \ttrue,\n# \tfalse,\n# \tnull,\n# \t\"hello\"\n# ]\n# checking pretty printing: {\n# \t\"foo\" : 42,\n# \t\"bar\" : true,\n# \t\"baz\" : null\n# }\texpected: {\n# \t\"foo\" : 42,\n# \t\"bar\" : true,\n# \t\"baz\" : null\n# }\nok 10 /generator/pretty\n# Start of string tests\nok 11 /generator/string/abc\nok 12 /generator/string/a\\177xc\nok 13 /generator/string/a\\033xc\nok 14 /generator/string/a\\nxc\nok 15 /generator/string/a\\\\xc\nok 16 /generator/string/Barney B\\303\\244r\n# End of string tests\n# End of generator tests\nPASS: json-glib-1.0/generator.test\nRunning test: json-glib-1.0/path.test\nTAP version 14\n# random seed: R02S8aa7d211b26732f863651df9d9046dec\n1..32\n# Start of path tests\n# Start of expressions tests\n# Start of valid tests\n# * Title of the first book in the store, using objct notation. ('$.store.book[0].title')\nok 1 /path/expressions/valid/1\n# * Title of the first book in the store, using array notation. ('$['store']['book'][0]['title']')\nok 2 /path/expressions/valid/2\n# * All the authors from the every book. ('$.store.book[*].author')\nok 3 /path/expressions/valid/3\n# * All the authors. ('$..author')\nok 4 /path/expressions/valid/4\n# * Everything inside the store. ('$.store.*')\nok 5 /path/expressions/valid/5\n# * All the prices in the store. ('$.store..price')\nok 6 /path/expressions/valid/6\n# * The third book. ('$..book[2]')\nok 7 /path/expressions/valid/7\n# * The last book. ('$..book[-1:]')\nok 8 /path/expressions/valid/8\n# * The first two books. ('$..book[0,1]')\nok 9 /path/expressions/valid/9\n# * The first two books, using a slice. ('$..book[:2]')\nok 10 /path/expressions/valid/10\n# * All the books. ('$['store']['book'][*]')\nok 11 /path/expressions/valid/11\n# * All the members of the bicycle object. ('$.store.bicycle.*')\nok 12 /path/expressions/valid/12\n# * The root node. ('$')\nok 13 /path/expressions/valid/13\n# End of valid tests\n# Start of invalid tests\n# * INVALID: invalid first character ('/')\nok 14 /path/expressions/invalid/1\n# * INVALID: Invalid character following root ('$ponies')\nok 15 /path/expressions/invalid/2\n# * INVALID: missing member name or wildcard after dot ('$.store.')\nok 16 /path/expressions/invalid/3\n# * INVALID: Malformed slice (missing step) ('$.store.book[0:1:]')\nok 17 /path/expressions/invalid/4\n# * INVALID: Malformed set ('$.store.book[0,1~2]')\nok 18 /path/expressions/invalid/5\n# * INVALID: Malformed array notation ('${'store'}')\nok 19 /path/expressions/invalid/6\n# * INVALID: Malformed slice (invalid separator) ('$.store.book[0~2]')\nok 20 /path/expressions/invalid/7\n# End of invalid tests\n# End of expressions tests\n# Start of match tests\n# * Title of the first book in the store, using objct notation. ('$.store.book[0].title') =>\n# - result:   [\"Sayings of the Century\"]\n# - expected: [\"Sayings of the Century\"]\nok 21 /path/match/1\n# * Title of the first book in the store, using array notation. ('$['store']['book'][0]['title']') =>\n# - result:   [\"Sayings of the Century\"]\n# - expected: [\"Sayings of the Century\"]\nok 22 /path/match/2\n# * All the authors from the every book. ('$.store.book[*].author') =>\n# - result:   [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\n# - expected: [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\nok 23 /path/match/3\n# * All the authors. ('$..author') =>\n# - result:   [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\n# - expected: [\"Nigel Rees\",\"Evelyn Waugh\",\"Herman Melville\",\"J. R. R. Tolkien\"]\nok 24 /path/match/4\n# * All the prices in the store. ('$.store..price') =>\n# - result:   [\"8.95\",\"12.99\",\"8.99\",\"22.99\",\"19.95\"]\n# - expected: [\"8.95\",\"12.99\",\"8.99\",\"22.99\",\"19.95\"]\nok 25 /path/match/5\n# * The third book. ('$..book[2]') =>\n# - result:   [{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"}]\n# - expected: [{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"}]\nok 26 /path/match/6\n# * The last book. ('$..book[-1:]') =>\n# - result:   [{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\n# - expected: [{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\nok 27 /path/match/7\n# * The first two books. ('$..book[0,1]') =>\n# - result:   [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\n# - expected: [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\nok 28 /path/match/8\n# * The first two books, using a slice. ('$..book[:2]') =>\n# - result:   [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\n# - expected: [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"}]\nok 29 /path/match/9\n# * All the books. ('$['store']['book'][*]') =>\n# - result:   [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\n# - expected: [{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}]\nok 30 /path/match/10\n# * All the members of the bicycle object. ('$.store.bicycle.*') =>\n# - result:   [\"red\",\"19.95\"]\n# - expected: [\"red\",\"19.95\"]\nok 31 /path/match/11\n# * The root node. ('$') =>\n# - result:   [{\"store\":{\"book\":[{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}],\"bicycle\":{\"color\":\"red\",\"price\":\"19.95\"}}}]\n# - expected: [{\"store\":{\"book\":[{\"category\":\"reference\",\"author\":\"Nigel Rees\",\"title\":\"Sayings of the Century\",\"price\":\"8.95\"},{\"category\":\"fiction\",\"author\":\"Evelyn Waugh\",\"title\":\"Sword of Honour\",\"price\":\"12.99\"},{\"category\":\"fiction\",\"author\":\"Herman Melville\",\"title\":\"Moby Dick\",\"isbn\":\"0-553-21311-3\",\"price\":\"8.99\"},{\"category\":\"fiction\",\"author\":\"J. R. R. Tolkien\",\"title\":\"The Lord of the Rings\",\"isbn\":\"0-395-19395-8\",\"price\":\"22.99\"}],\"bicycle\":{\"color\":\"red\",\"price\":\"19.95\"}}}]\nok 32 /path/match/12\n# End of match tests\n# End of path tests\nPASS: json-glib-1.0/path.test\nRunning test: json-glib-1.0/boxed.test\nTAP version 14\n# random seed: R02S5dec306c41d01079c670865e4610b53e\n1..2\n# Start of boxed tests\n# Registering transform functions\n# Serialize: { foo: 42, bar: true }\n# TestObject: {\n#   \"blah\" : {\n#     \"foo\" : 42,\n#     \"bar\" : true\n#   }\n# }\nok 1 /boxed/serialize-property\n# Deserialize: { foo: 42, bar: true }\nok 2 /boxed/deserialize-property\n# End of boxed tests\nPASS: json-glib-1.0/boxed.test\nRunning test: json-glib-1.0/invalid.test\nTAP version 14\n# random seed: R02S95c55ba4fed85d272608a855205a30e9\n1..29\n# Start of invalid tests\n# Start of json tests\n# invalid data: 'rainbows'...\nok 1 /invalid/json/bareword-1\n# invalid data: '[ unicorns ]'...\nok 2 /invalid/json/bareword-2\n# invalid data: '{ \"foo\" : ponies }'...\nok 3 /invalid/json/bareword-3\n# invalid data: '[ 3, 2, 1, lift_off ]'...\nok 4 /invalid/json/bareword-4\n# invalid data: '{ foo : 42 }'...\nok 5 /invalid/json/bareword-5\n# invalid data: '\"st\"ring\"'...\nok 6 /invalid/json/bareword-6\n# invalid data: '[ -false ]'...\n# error: <data>:1:3: Parse error: scanner: non digit in constant\nok 7 /invalid/json/values-1\n# invalid data: '[\"\\uD800\\uD800\"]'...\n# error: <data>:1:15: Parse error: scanner: malformed surrogate pair\nok 8 /invalid/json/values-2\n# invalid data: '[\"\\uDB00\\uD800\"]'...\n# error: <data>:1:15: Parse error: scanner: malformed surrogate pair\nok 9 /invalid/json/values-3\n# invalid data: '[\"\\uDB00\"]'...\n# error: <data>:1:9: Parse error: scanner: malformed surrogate pair\nok 10 /invalid/json/values-4\n# invalid data: 'var foo'...\n# error: <data>:1:7: Parse error: unexpected end of file, expected character `='\nok 11 /invalid/json/assignment-1\n# invalid data: 'var foo = no'...\n# error: <data>:1:12: Parse error: unexpected identifier `no', expected value\nok 12 /invalid/json/assignment-2\n# invalid data: 'var = true'...\n# error: <data>:1:5: Parse error: unexpected character `=', expected identifier\nok 13 /invalid/json/assignment-3\n# invalid data: 'var blah = 42:'...\n# error: <data>:1:14: Parse error: unexpected character `:', expected end of file\nok 14 /invalid/json/assignment-4\n# invalid data: 'let foo = true;'...\n# error: <data>:1:3: Parse error: unexpected identifier `let', expected value\nok 15 /invalid/json/assignment-5\n# invalid data: '[ true, false'...\n# error: <data>:1:13: Parse error: unexpected value `false', expected character `,'\nok 16 /invalid/json/array-1\n# invalid data: '[ true }'...\n# error: <data>:1:6: Parse error: unexpected value `true', expected character `,'\nok 17 /invalid/json/array-2\n# invalid data: '[ \"foo\" : 42 ]'...\n# error: <data>:1:7: Parse error: unexpected string constant \"foo\", expected character `,'\nok 18 /invalid/json/array-3\n# invalid data: '{ foo : 42 }'...\n# error: <data>:1:1: Parse error: unexpected character `{', expected string constant\nok 19 /invalid/json/object-1\n# invalid data: '{ 42 : \"foo\" }'...\n# error: <data>:1:1: Parse error: unexpected character `{', expected string constant\nok 20 /invalid/json/object-2\n# invalid data: '{ \"foo\", 42 }'...\n# error: <data>:1:7: Parse error: unexpected string constant \"foo\", expected character `:'\nok 21 /invalid/json/object-3\n# invalid data: '{ \"foo\" : 42 ]'...\n# error: <data>:1:12: Parse error: unexpected number `42', expected string constant\nok 22 /invalid/json/object-4\n# invalid data: '{ \"blah\" }'...\n# error: <data>:1:8: Parse error: unexpected string constant \"blah\", expected character `:'\nok 23 /invalid/json/object-5\n# invalid data: '{ \"a\" : 0 \"b\" : 1 }'...\n# error: <data>:1:9: Parse error: unexpected number `0', expected character `,'\nok 24 /invalid/json/object-6\n# invalid data: '{ null: false }'...\n# error: <data>:1:1: Parse error: unexpected character `{', expected string constant\nok 25 /invalid/json/object-7\n# invalid data: '[ true false ]'...\nok 26 /invalid/json/missing-comma-1\n# invalid data: '{ \"foo\" : 42 \"bar\": null }'...\nok 27 /invalid/json/missing-comma-2\n# invalid data: '[ true, ]'...\nok 28 /invalid/json/trailing-comma-1\n# invalid data: '{ \"foo\" : 42, }'...\nok 29 /invalid/json/trailing-comma-2\n# End of json tests\n# End of invalid tests\nPASS: json-glib-1.0/invalid.test\nRunning test: json-glib-1.0/reader.test\nTAP version 14\n# random seed: R02Scf3798addee9069de9b8cdcba6a85349\n1..6\n# Start of reader tests\nok 1 /reader/base-array\nok 2 /reader/base-object\nok 3 /reader/level\n# Bug Reference: http://bugzilla.gnome.org/show_bug.cgi?id=758580\nok 4 /reader/null-value\nok 5 /reader/bom\nok 6 /reader/currrent-node\n# End of reader tests\nPASS: json-glib-1.0/reader.test\nRunning test: json-glib-1.0/builder.test\nTAP version 14\n# random seed: R02S816a0b6261cf534730547838715de817\n1..3\n# Start of builder tests\n# Builder complex: '{\"depth1\":[1,{\"depth2\":[3,[null,false],\"after array\"],\"value2\":true}],\"object1\":{},\"value3\":null,\"value4\":42,\"\":54}'\nok 1 /builder/complex\n# Builder empty: '{\"a\":{}}'\nok 2 /builder/empty\nok 3 /builder/reset\n# End of builder tests\nPASS: json-glib-1.0/builder.test\nRunning test: json-glib-1.0/serialize-full.test\nTAP version 14\n# random seed: R02Sdd9aafc7df12776c2c272a7df01bc890\n1..1\n# Start of deserialize tests\n# *** TestObject ***\n#  foo: <true>\n#  bar: <true>\n#  baz: <true>\n#  meh: <true>\nok 1 /deserialize/json-to-gobject\n# End of deserialize tests\nPASS: json-glib-1.0/serialize-full.test\nRunning test: json-glib-1.0/parser.test\nTAP version 14\n# random seed: R02Sf32504a6e5d0f9a04c120dac1319b3f3\n1..18\n# Start of parser tests\nok 1 /parser/empty-string\n# Checking root node type 'NULL'...\n# Checking root node type 'Integer'...\n# Checking root node type 'Boolean'...\n# Checking root node type 'String'...\n# Checking root node type 'Floating Point'...\n# Checking root node type 'Integer'...\n# Checking root node type 'Floating Point'...\nok 2 /parser/base-value\nok 3 /parser/empty-array\n# Parsing: '[ true ]'\n# checking element 0 is of the desired type gboolean...\n# Parsing: '[ true, false, null ]'\n# checking element 2 is of the desired type (null)...\n# Parsing: '[ 1, 2, 3.14, \"test\" ]'\n# checking element 3 is of the desired type gchararray...\nok 4 /parser/simple-array\nok 5 /parser/nested-array\nok 6 /parser/empty-object\n# checking root node is an object...\n# checking object is of the desired size '1'...\n# checking member 'test' exists and is of the desired type 'gint64'...\n# checking root node is an object...\n# checking object is of the desired size '2'...\n# checking member 'name' exists and is of the desired type 'gchararray'...\n# checking root node is an object...\n# checking object is of the desired size '2'...\n# checking member 'baz' exists and is of the desired type '(null)'...\n# checking root node is an object...\n# checking object is of the desired size '1'...\n# checking member 'channel' exists and is of the desired type 'gchararray'...\n# checking root node is an object...\n# checking object is of the desired size '2'...\n# checking member 'valign' exists and is of the desired type 'gdouble'...\n# checking root node is an object...\n# checking object is of the desired size '1'...\n# checking member '' exists and is of the desired type 'gchararray'...\nok 7 /parser/simple-object\n# checking root node is an object...\n# checking object is not empty...\n# checking root node is an object...\n# checking object is not empty...\nok 8 /parser/nested-object\n# checking variable 'foo' is assigned...\n# checking for a root of the desired type...\n# checking variable 'bar' is assigned...\n# checking for a root of the desired type...\n# checking variable 'baz' is assigned...\n# checking for a root of the desired type...\nok 9 /parser/assignment\n# checking root node is an object...\n# checking object is not empty...\n# checking for object member 'test'...\n# checking simple string equality...\n# checking for valid UTF-8...\nok 10 /parser/unicode-escape\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\nok 11 /parser/stream-sync\nok 12 /parser/stream-async\nok 13 /parser/multiple-roots\n# extension: comment, data: { /* test */ }\n# extension: single quotes, data: { 'foo': true }\nok 14 /parser/extensions\n# data: 'foo'\n# data: \"\\012\"\n# data: \"\\a\"\n# data: \"\\$\"\nok 15 /parser/string-extensions\nok 16 /parser/mapped\n# Start of mapped tests\nok 17 /parser/mapped/file-error\nok 18 /parser/mapped/json-error\n# End of mapped tests\n# End of parser tests\nPASS: json-glib-1.0/parser.test\nRunning test: json-glib-1.0/serialize-simple.test\nTAP version 14\n# random seed: R02S026fc3f3b08546284bc48224e46c9367\n1..1\n# Start of serialize tests\n# TestObject: {\n#   \"bar\" : true,\n#   \"baz\" : \"Test\"\n# }\nok 1 /serialize/gobject\n# End of serialize tests\nPASS: json-glib-1.0/serialize-simple.test\nRunning test: json-glib-1.0/gvariant.test\nTAP version 14\n# random seed: R02S121adca271cc9758fb1dae05b3111544\n1..89\n# Start of gvariant tests\n# Start of to-json tests\n# Serializing: '(true,)' (signature: '(b)')\nok 1 /gvariant/to-json/boolean\n# Serializing: '(byte 0xff,)' (signature: '(y)')\nok 2 /gvariant/to-json/byte\n# Serializing: '(int16 -12345,)' (signature: '(n)')\nok 3 /gvariant/to-json/int16\n# Serializing: '(uint16 40001,)' (signature: '(q)')\nok 4 /gvariant/to-json/uint16\n# Serializing: '(-7654321,)' (signature: '(i)')\nok 5 /gvariant/to-json/int32\n# Serializing: '(uint32 12345678,)' (signature: '(u)')\nok 6 /gvariant/to-json/uint32\n# Serializing: '(int64 -666999666999,)' (signature: '(x)')\nok 7 /gvariant/to-json/int64\n# Serializing: '(uint64 1999999999999999,)' (signature: '(t)')\nok 8 /gvariant/to-json/uint64\n# Serializing: '(handle 1,)' (signature: '(h)')\nok 9 /gvariant/to-json/handle\n# Serializing: '(1.23,)' (signature: '(d)')\nok 10 /gvariant/to-json/double\n# Serializing: '(123.0,)' (signature: '(d)')\nok 11 /gvariant/to-json/double-whole\n# Serializing: '('hello world!',)' (signature: '(s)')\nok 12 /gvariant/to-json/string\n# Serializing: '(objectpath '/org/gtk/json_glib',)' (signature: '(o)')\nok 13 /gvariant/to-json/object-path\n# Serializing: '(signature '(asna{sv}i)',)' (signature: '(g)')\nok 14 /gvariant/to-json/signature\n# Serializing: '(false, byte 0x00, int16 -1, uint16 1, -2, uint32 2, int64 429496729, uint64 3, handle 16, 2.48, 'end')' (signature: '(bynqiuxthds)')\nok 15 /gvariant/to-json/tuple\n# Serializing: '[([([([([([([([([([('sorprise',)],)],)],)],)],)],)],)],)],)]' (signature: 'a(a(a(a(a(a(a(a(a(a(s))))))))))')\nok 16 /gvariant/to-json/deep-nesting\n# Serializing: '{'foo': ('bar', byte 0x64, true, [(objectpath '/baz', 1.3), ('/cat', -2.5)])}' (signature: 'a{s(syba(od))}')\nok 17 /gvariant/to-json/mixed1\n# Serializing: '({true: byte 0x01, false: 0x00}, [@ms 'do', nothing, 'did'], <@av []>, @mab nothing, {uint16 10000: @m(sg) ('yes', 'august'), 0: nothing})' (signature: '(a{by}amsvmaba{qm(sg)})')\nok 18 /gvariant/to-json/mixed2\n# Start of maybe tests\n# Start of simple tests\n# Serializing: '(@ms nothing,)' (signature: '(ms)')\nok 19 /gvariant/to-json/maybe/simple/null\n# Serializing: '(@ms 'maybe string',)' (signature: '(ms)')\nok 20 /gvariant/to-json/maybe/simple/string\n# End of simple tests\n# Start of container tests\n# Serializing: '(@m(sn) nothing,)' (signature: '(m(sn))')\nok 21 /gvariant/to-json/maybe/container/null\n# Serializing: '(@m(sn) ('foo', 0),)' (signature: '(m(sn))')\nok 22 /gvariant/to-json/maybe/container/tuple\n# End of container tests\n# Start of variant tests\n# Serializing: '(@mv <true>,)' (signature: '(mv)')\nok 23 /gvariant/to-json/maybe/variant/boolean\n# End of variant tests\n# End of maybe tests\n# Start of array tests\n# Serializing: '@as []' (signature: 'as')\nok 24 /gvariant/to-json/array/empty\n# Serializing: '[byte 0x01, 0x0a, 0x03, 0xff]' (signature: 'ay')\nok 25 /gvariant/to-json/array/byte\n# Serializing: '['a', 'b', 'ab', 'ba']' (signature: 'as')\nok 26 /gvariant/to-json/array/string\n# Serializing: '[<true>, <int64 1>, <'oops'>, <int64 -2>, <0.5>]' (signature: 'av')\nok 27 /gvariant/to-json/array/variant\n# Start of array tests\n# Serializing: '[[1, 2], [3, 4], [5, 6]]' (signature: 'aai')\nok 28 /gvariant/to-json/array/array/int32\n# End of array tests\n# End of array tests\n# Start of dictionary tests\n# Serializing: '@a{sv} {}' (signature: 'a{sv}')\nok 29 /gvariant/to-json/dictionary/empty\n# Serializing: '{'hello', 'world'}' (signature: '{ss}')\nok 30 /gvariant/to-json/dictionary/single-entry\n# Serializing: '{'foo': 1, 'bar': 2}' (signature: 'a{si}')\nok 31 /gvariant/to-json/dictionary/string-int32\n# Serializing: '{'str': <'hi!'>, 'bool': <true>}' (signature: 'a{sv}')\nok 32 /gvariant/to-json/dictionary/string-variant\n# Serializing: '{int64 -5: <'minus five'>, 10: <'ten'>}' (signature: 'a{xv}')\nok 33 /gvariant/to-json/dictionary/int64-variant\n# Serializing: '{uint64 999888777666: true, 0: false}' (signature: 'a{tb}')\nok 34 /gvariant/to-json/dictionary/uint64-boolean\n# Serializing: '{true: byte 0x01, false: 0x00}' (signature: 'a{by}')\nok 35 /gvariant/to-json/dictionary/boolean-variant\n# Serializing: '{1.0: 'one point zero'}' (signature: 'a{ds}')\nok 36 /gvariant/to-json/dictionary/double-string\n# End of dictionary tests\n# Start of variant tests\n# Serializing: '(<'string within variant'>,)' (signature: '(v)')\nok 37 /gvariant/to-json/variant/string\n# Serializing: '<{'foo': <'bar'>, 'hi': <int64 1024>}>' (signature: 'v')\nok 38 /gvariant/to-json/variant/dictionary\n# Start of maybe tests\n# Serializing: '(<@mv nothing>,)' (signature: '(v)')\nok 39 /gvariant/to-json/variant/maybe/null\n# End of maybe tests\n# Start of variant tests\n# Serializing: '<[<'any'>, <'thing'>, <int64 0>, <int64 -1>]>' (signature: 'v')\nok 40 /gvariant/to-json/variant/variant/array\n# End of variant tests\n# End of variant tests\n# End of to-json tests\n# Start of from-json tests\n# Deserializing: '[true]' (signature: '(b)')\nok 41 /gvariant/from-json/boolean\n# Deserializing: '[255]' (signature: '(y)')\nok 42 /gvariant/from-json/byte\n# Deserializing: '[-12345]' (signature: '(n)')\nok 43 /gvariant/from-json/int16\n# Deserializing: '[40001]' (signature: '(q)')\nok 44 /gvariant/from-json/uint16\n# Deserializing: '[-7654321]' (signature: '(i)')\nok 45 /gvariant/from-json/int32\n# Deserializing: '[12345678]' (signature: '(u)')\nok 46 /gvariant/from-json/uint32\n# Deserializing: '[-666999666999]' (signature: '(x)')\nok 47 /gvariant/from-json/int64\n# Deserializing: '[1999999999999999]' (signature: '(t)')\nok 48 /gvariant/from-json/uint64\n# Deserializing: '[1]' (signature: '(h)')\nok 49 /gvariant/from-json/handle\n# Deserializing: '[1.23]' (signature: '(d)')\nok 50 /gvariant/from-json/double\n# Deserializing: '[123.0]' (signature: '(d)')\nok 51 /gvariant/from-json/double-whole\n# Deserializing: '[\"hello world!\"]' (signature: '(s)')\nok 52 /gvariant/from-json/string\n# Deserializing: '[\"/org/gtk/json_glib\"]' (signature: '(o)')\nok 53 /gvariant/from-json/object-path\n# Deserializing: '[\"(asna{sv}i)\"]' (signature: '(g)')\nok 54 /gvariant/from-json/signature\n# Deserializing: '[false,0,-1,1,-2,2,429496729,3,16,2.48,\"end\"]' (signature: '(bynqiuxthds)')\nok 55 /gvariant/from-json/tuple\n# Deserializing: '[[[[[[[[[[[[[[[[[[[[\"sorprise\"]]]]]]]]]]]]]]]]]]]]' (signature: 'a(a(a(a(a(a(a(a(a(a(s))))))))))')\nok 56 /gvariant/from-json/deep-nesting\n# Deserializing: '{\"foo\":[\"bar\",100,true,[[\"/baz\",1.3],[\"/cat\",-2.5]]]}' (signature: 'a{s(syba(od))}')\nok 57 /gvariant/from-json/mixed1\n# Deserializing: '[{\"true\":1,\"false\":0},[\"do\",null,\"did\"],[],null,{\"10000\":[\"yes\",\"august\"],\"0\":null}]' (signature: '(a{by}amsvmaba{qm(sg)})')\nok 58 /gvariant/from-json/mixed2\n# Deserializing: '[\"true\"]' (signature: '(b)')\nok 59 /gvariant/from-json/string-to-boolean\n# Deserializing: '[\"255\"]' (signature: '(y)')\nok 60 /gvariant/from-json/string-to-byte\n# Deserializing: '[\"-12345\"]' (signature: '(n)')\nok 61 /gvariant/from-json/string-to-int16\n# Deserializing: '[\"40001\"]' (signature: '(q)')\nok 62 /gvariant/from-json/string-to-uint16\n# Deserializing: '[\"-7654321\"]' (signature: '(i)')\nok 63 /gvariant/from-json/string-to-int32\n# Deserializing: '[\"-666999666999\"]' (signature: '(x)')\nok 64 /gvariant/from-json/string-to-int64\n# Deserializing: '[\"1999999999999999\"]' (signature: '(t)')\nok 65 /gvariant/from-json/string-to-uint64\n# Deserializing: '[\"1.23\"]' (signature: '(d)')\nok 66 /gvariant/from-json/string-to-double\n# Deserializing: '[\"123.0\"]' (signature: '(d)')\nok 67 /gvariant/from-json/string-to-double-whole\n# Start of maybe tests\n# Start of simple tests\n# Deserializing: '[null]' (signature: '(ms)')\nok 68 /gvariant/from-json/maybe/simple/null\n# Deserializing: '[\"maybe string\"]' (signature: '(ms)')\nok 69 /gvariant/from-json/maybe/simple/string\n# End of simple tests\n# Start of container tests\n# Deserializing: '[null]' (signature: '(m(sn))')\nok 70 /gvariant/from-json/maybe/container/null\n# Deserializing: '[[\"foo\",0]]' (signature: '(m(sn))')\nok 71 /gvariant/from-json/maybe/container/tuple\n# End of container tests\n# Start of variant tests\n# Deserializing: '[true]' (signature: '(mv)')\nok 72 /gvariant/from-json/maybe/variant/boolean\n# End of variant tests\n# End of maybe tests\n# Start of array tests\n# Deserializing: '[]' (signature: 'as')\nok 73 /gvariant/from-json/array/empty\n# Deserializing: '[1,10,3,255]' (signature: 'ay')\nok 74 /gvariant/from-json/array/byte\n# Deserializing: '[\"a\",\"b\",\"ab\",\"ba\"]' (signature: 'as')\nok 75 /gvariant/from-json/array/string\n# Deserializing: '[true,1,\"oops\",-2,0.5]' (signature: 'av')\nok 76 /gvariant/from-json/array/variant\n# Start of array tests\n# Deserializing: '[[1,2],[3,4],[5,6]]' (signature: 'aai')\nok 77 /gvariant/from-json/array/array/int32\n# End of array tests\n# End of array tests\n# Start of dictionary tests\n# Deserializing: '{}' (signature: 'a{sv}')\nok 78 /gvariant/from-json/dictionary/empty\n# Deserializing: '{\"hello\":\"world\"}' (signature: '{ss}')\nok 79 /gvariant/from-json/dictionary/single-entry\n# Deserializing: '{\"foo\":1,\"bar\":2}' (signature: 'a{si}')\nok 80 /gvariant/from-json/dictionary/string-int32\n# Deserializing: '{\"str\":\"hi!\",\"bool\":true}' (signature: 'a{sv}')\nok 81 /gvariant/from-json/dictionary/string-variant\n# Deserializing: '{\"-5\":\"minus five\",\"10\":\"ten\"}' (signature: 'a{xv}')\nok 82 /gvariant/from-json/dictionary/int64-variant\n# Deserializing: '{\"999888777666\":true,\"0\":false}' (signature: 'a{tb}')\nok 83 /gvariant/from-json/dictionary/uint64-boolean\n# Deserializing: '{\"true\":1,\"false\":0}' (signature: 'a{by}')\nok 84 /gvariant/from-json/dictionary/boolean-variant\n# Deserializing: '{\"1.000000\":\"one point zero\"}' (signature: 'a{ds}')\nok 85 /gvariant/from-json/dictionary/double-string\n# End of dictionary tests\n# Start of variant tests\n# Deserializing: '[\"string within variant\"]' (signature: '(v)')\nok 86 /gvariant/from-json/variant/string\n# Deserializing: '{\"foo\":\"bar\",\"hi\":1024}' (signature: 'v')\nok 87 /gvariant/from-json/variant/dictionary\n# Start of maybe tests\n# Deserializing: '[null]' (signature: '(v)')\nok 88 /gvariant/from-json/variant/maybe/null\n# End of maybe tests\n# Start of variant tests\n# Deserializing: '[\"any\",\"thing\",0,-1]' (signature: 'v')\nok 89 /gvariant/from-json/variant/variant/array\n# End of variant tests\n# End of variant tests\n# End of from-json tests\n# End of gvariant tests\nPASS: json-glib-1.0/gvariant.test\nRunning test: json-glib-1.0/node.test\nTAP version 14\n# random seed: R02Sed6596d3c323d2ca757e0de20e03bd21\n1..28\n# Start of nodes tests\nok 1 /nodes/gvalue\n# Start of init tests\nok 2 /nodes/init/int\nok 3 /nodes/init/double\nok 4 /nodes/init/boolean\nok 5 /nodes/init/string\nok 6 /nodes/init/null\nok 7 /nodes/init/reinit\n# End of init tests\n# Start of copy tests\nok 8 /nodes/copy/null\nok 9 /nodes/copy/value\nok 10 /nodes/copy/object\n# End of copy tests\n# Start of get tests\nok 11 /nodes/get/int\nok 12 /nodes/get/double\n# End of get tests\n# Start of gvalue tests\n# Autopromotion of int to int64\n# Expecting an gint64, got a 'gint64'\n# Autopromotion of float to double\n# Expecting a gdouble, got a 'gdouble'\nok 13 /nodes/gvalue/autopromotion\n# End of gvalue tests\n# Start of seal tests\nok 14 /nodes/seal/int\nok 15 /nodes/seal/double\nok 16 /nodes/seal/boolean\nok 17 /nodes/seal/string\nok 18 /nodes/seal/null\nok 19 /nodes/seal/object\nok 20 /nodes/seal/array\n# End of seal tests\n# Start of immutable tests\nok 21 /nodes/immutable/int\nok 22 /nodes/immutable/double\nok 23 /nodes/immutable/boolean\nok 24 /nodes/immutable/string\nok 25 /nodes/immutable/object\nok 26 /nodes/immutable/array\nok 27 /nodes/immutable/value\nok 28 /nodes/immutable/parent\n# End of immutable tests\n# End of nodes tests\nPASS: json-glib-1.0/node.test\nSUMMARY: total=14; passed=14; skipped=0; failed=0; user=0.0s; system=0.0s; maxrss=5180\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5259511470794678,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-less_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-less",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006580352783203125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1595635414123535,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031154155731201172,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 2.576066493988037,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002078533172607422,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.less.chinese1__30_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.colorbars__222_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.filter1__68_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.github216__143_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.github265__17_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.github329__28_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.hdr-unicode__122_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.hdr-unicode__164_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.osc8__223_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.proc-special__107_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.search-hist__117_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.seq200__18_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.subsearch__59_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.table-50x200__467_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.utf8-2.txt__303_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.utf8-cmds.txt__31_steps_": {
    "status": "PASSED"
   },
   "ptestresult.less.version.c__38_steps_": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:36\nBEGIN: /usr/lib/less/ptest\nTEST chinese1.lt\nPASS: chinese1 (30 steps)\nTEST colorbars.lt\nPASS: colorbars (222 steps)\nTEST filter1.lt\nPASS: filter1 (68 steps)\nTEST github216.lt\nPASS: github216 (143 steps)\nTEST github265.lt\nPASS: github265 (17 steps)\nTEST github329.lt\nPASS: github329 (28 steps)\nTEST hdr-unicode.lt\nPASS: hdr-unicode (164 steps)\nTEST hdr-unicode1.lt\nPASS: hdr-unicode (122 steps)\nTEST osc8.lt\nPASS: osc8 (223 steps)\nTEST proc-special.lt\nPASS: proc-special (107 steps)\nTEST search-hist.lt\nPASS: search-hist (117 steps)\nTEST seq200.lt\nPASS: seq200 (18 steps)\nTEST subsearch.lt\nPASS: subsearch (59 steps)\nTEST table-50x200.lt\nPASS: table-50x200 (467 steps)\nTEST utf8-2.txt.lt\nPASS: utf8-2.txt (303 steps)\nTEST utf8-cmds.txt.lt\nPASS: utf8-cmds.txt (31 steps)\nTEST version.c.lt\nPASS: version.c (38 steps)\nRAN  17 tests with 0 errors\nDURATION: 2\nEND: /usr/lib/less/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "less": {
     "duration": "2",
     "log": "START: ptest-runner\n2025-06-16T11:36\nTEST chinese1.lt\nPASS: chinese1 (30 steps)\nTEST colorbars.lt\nPASS: colorbars (222 steps)\nTEST filter1.lt\nPASS: filter1 (68 steps)\nTEST github216.lt\nPASS: github216 (143 steps)\nTEST github265.lt\nPASS: github265 (17 steps)\nTEST github329.lt\nPASS: github329 (28 steps)\nTEST hdr-unicode.lt\nPASS: hdr-unicode (164 steps)\nTEST hdr-unicode1.lt\nPASS: hdr-unicode (122 steps)\nTEST osc8.lt\nPASS: osc8 (223 steps)\nTEST proc-special.lt\nPASS: proc-special (107 steps)\nTEST search-hist.lt\nPASS: search-hist (117 steps)\nTEST seq200.lt\nPASS: seq200 (18 steps)\nTEST subsearch.lt\nPASS: subsearch (59 steps)\nTEST table-50x200.lt\nPASS: table-50x200 (467 steps)\nTEST utf8-2.txt.lt\nPASS: utf8-2.txt (303 steps)\nTEST utf8-cmds.txt.lt\nPASS: utf8-cmds.txt (31 steps)\nTEST version.c.lt\nPASS: version.c (38 steps)\nRAN  17 tests with 0 errors\nDURATION: 2\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5174038410186768,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libconvert-asn1-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libconvert-asn1-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008633136749267578,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1724112033843994,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03495526313781738,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 1.2573175430297852,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020546913146972656,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libconvert-asn1-perl.t/00prim": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/01tag": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/02seq": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/03seqof": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/04opt": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/05time": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/06bigint": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/07io": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/08set": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/09contr": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/10choice": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/11explicit": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/11indef": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/12der": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/13utf8": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/14any": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/15extseq": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/16extset": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/17extchoice": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/18tagdefault": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/19issue14": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/99misc": {
    "status": "PASSED"
   },
   "ptestresult.libconvert-asn1-perl.t/x509": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libconvert-asn1-perl/ptest\n1..35\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nok 35\nPASS: t/03seqof\n1..67\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nok 35\n# INTEGER 4294967296\nok 36\nok 37\nok 38\nok 39\n# INTEGER -2147483648\nok 40\nok 41\nok 42\nok 43\n# INTEGER 1073741824\nok 44\nok 45\nok 46\nok 47\n# INTEGER -4294967296\nok 48\nok 49\nok 50\nok 51\n# INTEGER -1073741824\nok 52\nok 53\nok 54\nok 55\n# INTEGER 2147483648\nok 56\nok 57\nok 58\nok 59\n# BCDString 1073741824\nok 60\nok 61\nok 62\nok 63\n# BCDString -1073741824\nok 64\nok 65\nok 66\nok 67\nPASS: t/06bigint\n1..18\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nPASS: t/02seq\n1..186\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\n# NULL\nok 23\nok 24\nok 25\nok 26\n# BOOLEAN 0\nok 27\nok 28\nok 29\nok 30\n# BOOLEAN 1\nok 31\nok 32\nok 33\nok 34\n# BOOLEAN -99\nok 35\nok 36\nok 37\nok 38\n# INTEGER 6715289\nok 39\nok 40\nok 41\nok 42\n# INTEGER -1073741824\nok 43\nok 44\nok 45\nok 46\n# INTEGER -457\nok 47\nok 48\nok 49\nok 50\n# INTEGER -255\nok 51\nok 52\nok 53\nok 54\n# INTEGER 0\nok 55\nok 56\nok 57\nok 58\n# INTEGER 128\nok 59\nok 60\nok 61\nok 62\n# INTEGER 1073741824\nok 63\nok 64\nok 65\nok 66\n# INTEGER -128\nok 67\nok 68\nok 69\nok 70\nok 71\nok 72\nok 73\nok 74\n# STRING ''\nok 75\nok 76\nok 77\nok 78\n# STRING 'A string'\nok 79\nok 80\nok 81\nok 82\n# OBJECT_ID 2.99999.99\nok 83\nok 84\nok 85\nok 86\n# OBJECT_ID 1.2.3.4.5\nok 87\nok 88\nok 89\nok 90\n# OBJECT_ID 0.0.17.773.1.1.1\nok 91\nok 92\nok 93\nok 94\n# OBJECT_ID 2.5.457\nok 95\nok 96\nok 97\nok 98\n# ENUM -99\nok 99\nok 100\nok 101\nok 102\n# ENUM 0\nok 103\nok 104\nok 105\nok 106\n# ENUM 6573456\nok 107\nok 108\nok 109\nok 110\n# BIT STRING 011011111101110111000000 7\nok 111\nok 112\nok 113\nok 114\nok 115\n# BIT STRING 00110011 3\nok 116\nok 117\nok 118\nok 119\nok 120\n# BIT STRING 00000000 1\nok 121\nok 122\nok 123\nok 124\nok 125\n# BIT STRING 011011100101110111000000 21\nok 126\nok 127\nok 128\nok 129\nok 130\n# REAL 1.5\nok 131\nok 132\nok 133\nok 134\n# REAL -Inf\nok 135\nok 136\nok 137\nok 138\n# REAL -5.5\nok 139\nok 140\nok 141\nok 142\n# REAL Inf\nok 143\nok 144\nok 145\nok 146\n# REAL 0\nok 147\nok 148\nok 149\nok 150\n# RELATIVE-OID 1.2.3.4.5\nok 151\nok 152\nok 153\nok 154\n# RELATIVE-OID 0.0.17.773.1.1.1\nok 155\nok 156\nok 157\nok 158\n# RELATIVE-OID 2.5.457\nok 159\nok 160\nok 161\nok 162\n# BCDString 123456789123456789\nok 163\nok 164\nok 165\nok 166\n# BCDString -1\nok 167\nok 168\nok 169\nok 170\n# BCDString 12345678\nok 171\nok 172\nok 173\nok 174\n# BCDString 564\nok 175\nok 176\nok 177\nok 178\n# BCDString 0\nok 179\nok 180\nok 181\nok 182\n# BCDString 2.2\nok 183\nok 184\nok 185\nok 186\nPASS: t/00prim\n1..24\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nPASS: t/05time\n1..11\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nPASS: t/07io\n1..18\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nPASS: t/12der\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/09contr\n1..26\nok 1\nok 2\nok 3\n# t/aj.cer\nok 4\nok 5\nok 6\n# t/aj2.cer\nok 7\nok 8\nok 9\n# t/allianz_root.cer\nok 10\nok 11\nok 12\n# t/dsacert.der\nok 13\nok 14\n# t/new_root_ca.cer\nok 15\nok 16\n# t/pgpextension.der\nok 17\nok 18\nok 19\n# t/subca_2.cer\nok 20\nok 21\nok 22\n# t/telesec_799972029.crt\nok 23\nok 24\n# t/verisign.der\nok 25\nok 26\nPASS: t/x509\n1..10\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nPASS: t/10choice\n1..16\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/04opt\n1..19\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nPASS: t/17extchoice\n1..2\nok 1\nok 2\nPASS: t/99misc\n1..12\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nPASS: t/13utf8\n1..21\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nPASS: t/14any\n1..25\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nPASS: t/18tagdefault\n1..13\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nPASS: t/08set\n1..7\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nPASS: t/11indef\n1..27\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nPASS: t/15extseq\n1..2\nok 1\nok 2\nPASS: t/19issue14\n1..27\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nPASS: t/16extset\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/11explicit\n1..21\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nPASS: t/01tag\nDURATION: 1\nEND: /usr/lib/libconvert-asn1-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libconvert-asn1-perl": {
     "duration": "1",
     "log": "START: ptest-runner\n2025-06-16T11:40\n1..35\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nok 35\nPASS: t/03seqof\n1..67\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nok 35\n# INTEGER 4294967296\nok 36\nok 37\nok 38\nok 39\n# INTEGER -2147483648\nok 40\nok 41\nok 42\nok 43\n# INTEGER 1073741824\nok 44\nok 45\nok 46\nok 47\n# INTEGER -4294967296\nok 48\nok 49\nok 50\nok 51\n# INTEGER -1073741824\nok 52\nok 53\nok 54\nok 55\n# INTEGER 2147483648\nok 56\nok 57\nok 58\nok 59\n# BCDString 1073741824\nok 60\nok 61\nok 62\nok 63\n# BCDString -1073741824\nok 64\nok 65\nok 66\nok 67\nPASS: t/06bigint\n1..18\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nPASS: t/02seq\n1..186\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\n# NULL\nok 23\nok 24\nok 25\nok 26\n# BOOLEAN 0\nok 27\nok 28\nok 29\nok 30\n# BOOLEAN 1\nok 31\nok 32\nok 33\nok 34\n# BOOLEAN -99\nok 35\nok 36\nok 37\nok 38\n# INTEGER 6715289\nok 39\nok 40\nok 41\nok 42\n# INTEGER -1073741824\nok 43\nok 44\nok 45\nok 46\n# INTEGER -457\nok 47\nok 48\nok 49\nok 50\n# INTEGER -255\nok 51\nok 52\nok 53\nok 54\n# INTEGER 0\nok 55\nok 56\nok 57\nok 58\n# INTEGER 128\nok 59\nok 60\nok 61\nok 62\n# INTEGER 1073741824\nok 63\nok 64\nok 65\nok 66\n# INTEGER -128\nok 67\nok 68\nok 69\nok 70\nok 71\nok 72\nok 73\nok 74\n# STRING ''\nok 75\nok 76\nok 77\nok 78\n# STRING 'A string'\nok 79\nok 80\nok 81\nok 82\n# OBJECT_ID 2.99999.99\nok 83\nok 84\nok 85\nok 86\n# OBJECT_ID 1.2.3.4.5\nok 87\nok 88\nok 89\nok 90\n# OBJECT_ID 0.0.17.773.1.1.1\nok 91\nok 92\nok 93\nok 94\n# OBJECT_ID 2.5.457\nok 95\nok 96\nok 97\nok 98\n# ENUM -99\nok 99\nok 100\nok 101\nok 102\n# ENUM 0\nok 103\nok 104\nok 105\nok 106\n# ENUM 6573456\nok 107\nok 108\nok 109\nok 110\n# BIT STRING 011011111101110111000000 7\nok 111\nok 112\nok 113\nok 114\nok 115\n# BIT STRING 00110011 3\nok 116\nok 117\nok 118\nok 119\nok 120\n# BIT STRING 00000000 1\nok 121\nok 122\nok 123\nok 124\nok 125\n# BIT STRING 011011100101110111000000 21\nok 126\nok 127\nok 128\nok 129\nok 130\n# REAL 1.5\nok 131\nok 132\nok 133\nok 134\n# REAL -Inf\nok 135\nok 136\nok 137\nok 138\n# REAL -5.5\nok 139\nok 140\nok 141\nok 142\n# REAL Inf\nok 143\nok 144\nok 145\nok 146\n# REAL 0\nok 147\nok 148\nok 149\nok 150\n# RELATIVE-OID 1.2.3.4.5\nok 151\nok 152\nok 153\nok 154\n# RELATIVE-OID 0.0.17.773.1.1.1\nok 155\nok 156\nok 157\nok 158\n# RELATIVE-OID 2.5.457\nok 159\nok 160\nok 161\nok 162\n# BCDString 123456789123456789\nok 163\nok 164\nok 165\nok 166\n# BCDString -1\nok 167\nok 168\nok 169\nok 170\n# BCDString 12345678\nok 171\nok 172\nok 173\nok 174\n# BCDString 564\nok 175\nok 176\nok 177\nok 178\n# BCDString 0\nok 179\nok 180\nok 181\nok 182\n# BCDString 2.2\nok 183\nok 184\nok 185\nok 186\nPASS: t/00prim\n1..24\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nPASS: t/05time\n1..11\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nPASS: t/07io\n1..18\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nPASS: t/12der\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/09contr\n1..26\nok 1\nok 2\nok 3\n# t/aj.cer\nok 4\nok 5\nok 6\n# t/aj2.cer\nok 7\nok 8\nok 9\n# t/allianz_root.cer\nok 10\nok 11\nok 12\n# t/dsacert.der\nok 13\nok 14\n# t/new_root_ca.cer\nok 15\nok 16\n# t/pgpextension.der\nok 17\nok 18\nok 19\n# t/subca_2.cer\nok 20\nok 21\nok 22\n# t/telesec_799972029.crt\nok 23\nok 24\n# t/verisign.der\nok 25\nok 26\nPASS: t/x509\n1..10\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nPASS: t/10choice\n1..16\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/04opt\n1..19\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nPASS: t/17extchoice\n1..2\nok 1\nok 2\nPASS: t/99misc\n1..12\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nPASS: t/13utf8\n1..21\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nPASS: t/14any\n1..25\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nPASS: t/18tagdefault\n1..13\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nPASS: t/08set\n1..7\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nPASS: t/11indef\n1..27\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nPASS: t/15extseq\n1..2\nok 1\nok 2\nPASS: t/19issue14\n1..27\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nPASS: t/16extset\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/11explicit\n1..21\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nPASS: t/01tag\nDURATION: 1\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5255672931671143,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libevent_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libevent",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015869140625,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1537668704986572,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.036802053451538086,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 78.77119135856628,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008757114410400391,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libevent.bufferevent/bufferevent": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_defer": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_fail": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_fail_eventcb": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_fail_eventcb_defer": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_lock": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_lock_defer": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_connect_unlocked_cbs": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_filter_data_stuck": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_filters": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_filters_disable": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_flush_finished": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_flush_flush": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_flush_normal": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_filters": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_filters_disable": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_flush": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_flush_finished": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_flush_flush": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_flush_normal": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_release_lock": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_pair_watermarks": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_socket_filter_inactive": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_timeout_filter": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_timeout_filter_pair": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_timeout_pair": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_trigger": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_trigger_defer": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_trigger_defer_postpone": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_trigger_postpone": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_watermarks": {
    "status": "PASSED"
   },
   "ptestresult.libevent.bufferevent/bufferevent_zlib": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/bufferevent_connect_hostname_emfile": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/client_fail_requests": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/client_fail_requests_getaddrinfo": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/client_fail_waiting_requests": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/disable_when_inactive": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/disable_when_inactive_no_ns": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/getaddrinfo_async": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/getaddrinfo_cancel_stress": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/getaddrinfo_race_gotresolve": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.dns/gethostbyaddr": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.dns/gethostbyname": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.dns/gethostbyname6": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.dns/inflight": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/leak_cancel": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/leak_cancel_and_resume": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/leak_cancel_and_resume_send_err": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/leak_resume": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/leak_resume_send_err": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/leak_shutdown": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/nameservers_no_default": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/reissue": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/reissue_disable_when_inactive": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/resolve_reverse": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.dns/retry": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/retry_disable_when_inactive": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/search": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/search_cancel": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/search_empty": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/search_lower": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/server": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/set_SO_RCVBUF_SO_SNDBUF": {
    "status": "PASSED"
   },
   "ptestresult.libevent.dns/set_options": {
    "status": "PASSED"
   },
   "ptestresult.libevent.et/et": {
    "status": "PASSED"
   },
   "ptestresult.libevent.et/et_mix_error": {
    "status": "PASSED"
   },
   "ptestresult.libevent.et/et_multiple_events": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add1": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add2": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_big_file_linear": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_big_file_mmap": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_big_file_nosegment": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_big_file_sendfile": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_buffer_with_empty": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_buffer_with_empty2": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_linear": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_mmap": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_nosegment": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset2_linear": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset2_mmap": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset2_sendfile": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset3_linear": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset3_mmap": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset3_sendfile": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset_linear": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset_mmap": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset_nosegment": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_offset_sendfile": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_file_sendfile": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_iovec": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/add_reference": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/callbacks": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/copyout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/empty_reference_prepend": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/empty_reference_prepend_buffer": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/evbuffer": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/expand": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/expand_overflow": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/file_segment_add_cleanup_cb": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/find": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/freeze_end": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/freeze_start": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/iterative": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/multicast": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/multicast_drain": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/peek": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/peek_first_gt": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/prepend": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/ptr_set": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/pullup_with_empty": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/readln": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reference": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reference2": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/remove_buffer_adjust_last_with_datap_with_empty": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/remove_buffer_with_empty": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/remove_buffer_with_empty2": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/remove_buffer_with_empty3": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/remove_buffer_with_empty_front": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reserve2": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reserve_invalid_last_with_datap": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reserve_many": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reserve_many2": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reserve_many3": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/reserve_with_empty": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/search": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evbuffer/search_eol": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evtag/encoding": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evtag/fuzz": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evtag/int": {
    "status": "PASSED"
   },
   "ptestresult.libevent.evtag/peek": {
    "status": "PASSED"
   },
   "ptestresult.libevent.finalize/cb_invoked": {
    "status": "PASSED"
   },
   "ptestresult.libevent.finalize/debug_use_after_free": {
    "status": "PASSED"
   },
   "ptestresult.libevent.finalize/free_finalize": {
    "status": "PASSED"
   },
   "ptestresult.libevent.finalize/within_cb": {
    "status": "PASSED"
   },
   "ptestresult.libevent.heap/randomized": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/allowed_methods": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/autofree_connection": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/bad_headers": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/bad_request": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/base": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/basic": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/basic_trailing_space": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host_inactive_server": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host_no_ns": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host_no_ns_inactive_server": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host_no_ns_server_timeout": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.http/cancel_by_host_ns_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host_ns_timeout_inactive_server": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_by_host_ns_timeout_server_timeout": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.http/cancel_by_host_server_timeout": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.http/cancel_inactive_server": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/cancel_server_timeout": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.http/chunk_out": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/close_detection": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/close_detection_delay": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/connection": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/connection_async": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/connection_fail": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/connection_retry": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.http/connection_retry_conn_address": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.http/data_length_constraints": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/delete": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/dispatcher": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/failure": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/get_addr": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/highport": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/incomplete": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/incomplete_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/ipv6_for_domain": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/lingering_close": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/multi_line_header": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/negative_content_length": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/non_lingering_close": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/on_complete": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/parse_query": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/parse_query_str": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/parse_uri": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/parse_uri_nc": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/persist_connection": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/post": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/primitives": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/put": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/read_on_write_error": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/request_extra_body": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/request_own": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/set_family": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/set_family_ipv4": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/set_family_ipv6": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/simple": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/simple_nonconformant": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/stream_in": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/stream_in_cancel": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/stream_out": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/terminate_chunked": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/terminate_chunked_oneshot": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/uriencode": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/virtual_host": {
    "status": "PASSED"
   },
   "ptestresult.libevent.http/write_during_read": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/close_accepted_fd": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/error": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/error_ts": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/error_unlock": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/immediate_close": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/randport": {
    "status": "PASSED"
   },
   "ptestresult.libevent.listener/randport_ts": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/active_by_fd": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/active_later": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/bad_assign": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/bad_reentrant": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/base_environ": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/base_features": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/combined": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/common_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/del_notify": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/del_wait": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/dup_fd": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_assign_selfarg": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_base_get_max_events": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_base_get_num_events": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_base_new": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_closed_fd_poll": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.main/event_foreach": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_new_selfarg": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_once": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_once_never": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_pending": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/event_remove_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/evmap_invalid_slots": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/fork": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/free_active_base": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/get_assignment": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/gettimeofday_cached": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/gettimeofday_cached_disabled": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/gettimeofday_cached_disabled_nosleep": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/gettimeofday_cached_reset": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/gettimeofday_cached_sleep": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/loopbreak": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/loopexit": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/loopexit_multiple": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/manipulate_active_events": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/many_events": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/many_events_slow_add": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/methods": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/mm_functions": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/multiple": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/multiple_events_for_same_fd": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/nonpersist_readd": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/persistent": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/persistent_active_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/persistent_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/persistent_timeout_jump": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/priorities": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/priority_active_inversion": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_close": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_close_et": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_close_persist": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_close_persist_et": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_rw": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_shutdown": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_shutdown_et": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_shutdown_persist": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleclose_shutdown_persist_et": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleread": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpleread_multiple": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simpletimeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/simplewrite": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/struct_event_size": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/version": {
    "status": "PASSED"
   },
   "ptestresult.libevent.main/want_only_once": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/basic_client": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/basic_client_with_pause": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/basic_message": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/basic_queued_client": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/basic_test": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/client_timeout": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/invalid_type": {
    "status": "PASSED"
   },
   "ptestresult.libevent.rpc/test": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/immediatesignal": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/multiplesignal": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/signal_assert": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/signal_dealloc": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/signal_pipeloss": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/signal_restore": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/signal_switchbase": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/signal_while_processing": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/simplesignal": {
    "status": "PASSED"
   },
   "ptestresult.libevent.signal/simplestsignal": {
    "status": "PASSED"
   },
   "ptestresult.libevent.thread/basic": {
    "status": "PASSED"
   },
   "ptestresult.libevent.thread/conditions_simple": {
    "status": "PASSED"
   },
   "ptestresult.libevent.thread/deferred_cb_skew": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.thread/forking": {
    "status": "PASSED"
   },
   "ptestresult.libevent.thread/no_events": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/EVUTIL_IS_": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/date_rfc1123": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/evutil_casecmp": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/evutil_rtrim": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/evutil_snprintf": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/evutil_strtoll": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/evutil_v4addr_is_local": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/evutil_v6addr_is_local": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/getaddrinfo": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/getaddrinfo_AI_ADDRCONFIG": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.util/getaddrinfo_live": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.util/integers": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/ipv4_parse": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/ipv6_parse": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/ipv6_parse_scope": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/log": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/mm_calloc": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/mm_malloc": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/mm_strdup": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/monotonic_prc": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/monotonic_prc_fallback": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/monotonic_prc_precise": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/monotonic_res": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/monotonic_res_fallback": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.util/monotonic_res_precise": {
    "status": "SKIPPED"
   },
   "ptestresult.libevent.util/rand": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/sockaddr_port_format": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/sockaddr_port_parse": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/sockaddr_predicates": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/strlcpy": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/upcast": {
    "status": "PASSED"
   },
   "ptestresult.libevent.util/usleep": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/libevent/ptest\nPASS: main/methods\nPASS: main/version\nPASS: main/base_features\nPASS: main/base_environ\nPASS: main/event_base_new\nPASS: main/free_active_base\nPASS: main/manipulate_active_events\nPASS: main/event_new_selfarg\nPASS: main/event_assign_selfarg\nPASS: main/event_base_get_num_events\nPASS: main/event_base_get_max_events\nPASS: main/evmap_invalid_slots\nPASS: main/bad_assign\nPASS: main/bad_reentrant\nPASS: main/active_later\nPASS: main/event_remove_timeout\nPASS: main/persistent_timeout\nPASS: main/persistent_timeout_jump\nPASS: main/persistent_active_timeout\nPASS: main/priorities\nPASS: main/priority_active_inversion\nPASS: main/common_timeout\nPASS: main/simpleread\nPASS: main/simpleread_multiple\nPASS: main/simplewrite\nPASS: main/simpleclose_rw\nPASS: main/simpleclose_close\nPASS: main/simpleclose_shutdown\nPASS: main/simpleclose_close_persist\nPASS: main/simpleclose_shutdown_persist\nPASS: main/simpleclose_close_et\nPASS: main/simpleclose_shutdown_et\nPASS: main/simpleclose_close_persist_et\nPASS: main/simpleclose_shutdown_persist_et\nPASS: main/multiple\nPASS: main/persistent\nPASS: main/combined\nPASS: main/simpletimeout\nPASS: main/loopbreak\nPASS: main/loopexit\nPASS: main/loopexit_multiple\nPASS: main/nonpersist_readd\nPASS: main/multiple_events_for_same_fd\nPASS: main/want_only_once\nPASS: main/event_once\nPASS: main/event_once_never\nPASS: main/event_pending\nSKIP: main/event_closed_fd_poll\nPASS: main/dup_fd\nPASS: main/mm_functions\nPASS: main/many_events\nPASS: main/many_events_slow_add\nPASS: main/struct_event_size\nPASS: main/get_assignment\nPASS: main/event_foreach\nPASS: main/gettimeofday_cached\nPASS: main/gettimeofday_cached_sleep\nPASS: main/gettimeofday_cached_reset\nPASS: main/gettimeofday_cached_disabled\nPASS: main/gettimeofday_cached_disabled_nosleep\nPASS: main/active_by_fd\nPASS: main/fork\nPASS: main/del_wait\nPASS: main/del_notify\nPASS: heap/randomized\nPASS: et/et\nPASS: et/et_mix_error\nPASS: et/et_multiple_events\nPASS: finalize/cb_invoked\nPASS: finalize/free_finalize\nPASS: finalize/within_cb\nPASS: finalize/debug_use_after_free\nPASS: evbuffer/evbuffer\nPASS: evbuffer/remove_buffer_with_empty\nPASS: evbuffer/remove_buffer_with_empty2\nPASS: evbuffer/remove_buffer_with_empty3\nPASS: evbuffer/remove_buffer_with_empty_front\nPASS: evbuffer/remove_buffer_adjust_last_with_datap_with_empty\nPASS: evbuffer/add_buffer_with_empty\nPASS: evbuffer/add_buffer_with_empty2\nPASS: evbuffer/reserve2\nPASS: evbuffer/reserve_many\nPASS: evbuffer/reserve_many2\nPASS: evbuffer/reserve_many3\nPASS: evbuffer/reserve_with_empty\nPASS: evbuffer/reserve_invalid_last_with_datap\nPASS: evbuffer/expand\nPASS: evbuffer/expand_overflow\nPASS: evbuffer/add1\nPASS: evbuffer/add2\nPASS: evbuffer/reference\nPASS: evbuffer/reference2\nPASS: evbuffer/iterative\nPASS: evbuffer/readln\nPASS: evbuffer/search_eol\nPASS: evbuffer/find\nPASS: evbuffer/ptr_set\nPASS: evbuffer/search\nPASS: evbuffer/callbacks\nPASS: evbuffer/add_reference\nPASS: evbuffer/multicast\nPASS: evbuffer/multicast_drain\nPASS: evbuffer/prepend\nPASS: evbuffer/empty_reference_prepend\nPASS: evbuffer/empty_reference_prepend_buffer\nPASS: evbuffer/peek\nPASS: evbuffer/peek_first_gt\nPASS: evbuffer/freeze_start\nPASS: evbuffer/freeze_end\nPASS: evbuffer/add_iovec\nPASS: evbuffer/copyout\nPASS: evbuffer/file_segment_add_cleanup_cb\nPASS: evbuffer/pullup_with_empty\nPASS: evbuffer/add_file_sendfile\nPASS: evbuffer/add_file_mmap\nPASS: evbuffer/add_file_linear\nPASS: evbuffer/add_file_nosegment\nPASS: evbuffer/add_big_file_sendfile\nPASS: evbuffer/add_big_file_mmap\nPASS: evbuffer/add_big_file_linear\nPASS: evbuffer/add_big_file_nosegment\nPASS: evbuffer/add_file_offset_sendfile\nPASS: evbuffer/add_file_offset_mmap\nPASS: evbuffer/add_file_offset_linear\nPASS: evbuffer/add_file_offset_nosegment\nPASS: evbuffer/add_file_offset2_sendfile\nPASS: evbuffer/add_file_offset2_mmap\nPASS: evbuffer/add_file_offset2_linear\nPASS: evbuffer/add_file_offset3_sendfile\nPASS: evbuffer/add_file_offset3_mmap\nPASS: evbuffer/add_file_offset3_linear\nPASS: signal/simplestsignal\nPASS: signal/simplesignal\nPASS: signal/multiplesignal\nPASS: signal/immediatesignal\nPASS: signal/signal_dealloc\nPASS: signal/signal_pipeloss\nPASS: signal/signal_switchbase\nPASS: signal/signal_restore\nPASS: signal/signal_assert\nPASS: signal/signal_while_processing\nPASS: util/ipv4_parse\nPASS: util/ipv6_parse\nPASS: util/ipv6_parse_scope\nPASS: util/sockaddr_port_parse\nPASS: util/sockaddr_port_format\nPASS: util/sockaddr_predicates\nPASS: util/evutil_snprintf\nPASS: util/evutil_strtoll\nPASS: util/evutil_casecmp\nPASS: util/evutil_rtrim\nPASS: util/strlcpy\nPASS: util/log\nPASS: util/upcast\nPASS: util/integers\nPASS: util/rand\nPASS: util/EVUTIL_IS_\nPASS: util/getaddrinfo\nSKIP: util/getaddrinfo_live\nSKIP: util/getaddrinfo_AI_ADDRCONFIG\nPASS: util/mm_malloc\nPASS: util/mm_calloc\nPASS: util/mm_strdup\nPASS: util/usleep\nPASS: util/monotonic_res\nSKIP: util/monotonic_res_precise\nSKIP: util/monotonic_res_fallback\nPASS: util/monotonic_prc\nPASS: util/monotonic_prc_precise\nPASS: util/monotonic_prc_fallback\nPASS: util/date_rfc1123\nPASS: util/evutil_v4addr_is_local\nPASS: util/evutil_v6addr_is_local\nPASS: bufferevent/bufferevent\nPASS: bufferevent/bufferevent_pair\nPASS: bufferevent/bufferevent_flush_normal\nPASS: bufferevent/bufferevent_flush_flush\nPASS: bufferevent/bufferevent_flush_finished\nPASS: bufferevent/bufferevent_pair_flush_normal\nPASS: bufferevent/bufferevent_pair_flush_flush\nPASS: bufferevent/bufferevent_pair_flush_finished\nPASS: bufferevent/bufferevent_pair_release_lock\nPASS: bufferevent/bufferevent_watermarks\nPASS: bufferevent/bufferevent_pair_watermarks\nPASS: bufferevent/bufferevent_filters\nPASS: bufferevent/bufferevent_pair_filters\nPASS: bufferevent/bufferevent_filters_disable\nPASS: bufferevent/bufferevent_pair_filters_disable\nPASS: bufferevent/bufferevent_connect\nPASS: bufferevent/bufferevent_connect_defer\nPASS: bufferevent/bufferevent_connect_lock\nPASS: bufferevent/bufferevent_connect_lock_defer\nPASS: bufferevent/bufferevent_connect_unlocked_cbs\nPASS: bufferevent/bufferevent_connect_fail\nPASS: bufferevent/bufferevent_timeout\nPASS: bufferevent/bufferevent_timeout_pair\nPASS: bufferevent/bufferevent_timeout_filter\nPASS: bufferevent/bufferevent_timeout_filter_pair\nPASS: bufferevent/bufferevent_trigger\nPASS: bufferevent/bufferevent_trigger_defer\nPASS: bufferevent/bufferevent_trigger_postpone\nPASS: bufferevent/bufferevent_trigger_defer_postpone\nPASS: bufferevent/bufferevent_zlib\nPASS: bufferevent/bufferevent_connect_fail_eventcb_defer\nPASS: bufferevent/bufferevent_connect_fail_eventcb\nPASS: bufferevent/bufferevent_socket_filter_inactive\nPASS: bufferevent/bufferevent_pair_flush\nPASS: bufferevent/bufferevent_filter_data_stuck\nPASS: http/primitives\nPASS: http/base\nPASS: http/bad_headers\nPASS: http/parse_query\nPASS: http/parse_query_str\nPASS: http/parse_uri\nPASS: http/parse_uri_nc\nPASS: http/uriencode\nPASS: http/basic\nPASS: http/basic_trailing_space\nPASS: http/simple\nPASS: http/simple_nonconformant\nPASS: http/cancel\nPASS: http/cancel_by_host\nPASS: http/cancel_by_host_inactive_server\nPASS: http/cancel_by_host_no_ns\nPASS: http/cancel_inactive_server\nPASS: http/cancel_by_host_no_ns_inactive_server\nSKIP: http/cancel_by_host_server_timeout\nSKIP: http/cancel_server_timeout\nSKIP: http/cancel_by_host_no_ns_server_timeout\nSKIP: http/cancel_by_host_ns_timeout_server_timeout\nPASS: http/cancel_by_host_ns_timeout\nPASS: http/cancel_by_host_ns_timeout_inactive_server\nPASS: http/virtual_host\nPASS: http/post\nPASS: http/put\nPASS: http/delete\nPASS: http/allowed_methods\nPASS: http/failure\nPASS: http/connection\nPASS: http/persist_connection\nPASS: http/autofree_connection\nPASS: http/connection_async\nPASS: http/close_detection\nPASS: http/close_detection_delay\nPASS: http/bad_request\nPASS: http/incomplete\nPASS: http/incomplete_timeout\nPASS: http/terminate_chunked\nPASS: http/terminate_chunked_oneshot\nPASS: http/on_complete\nPASS: http/highport\nPASS: http/dispatcher\nPASS: http/multi_line_header\nPASS: http/negative_content_length\nPASS: http/chunk_out\nPASS: http/stream_out\nPASS: http/stream_in\nPASS: http/stream_in_cancel\nPASS: http/connection_fail\nSKIP: http/connection_retry\nSKIP: http/connection_retry_conn_address\nPASS: http/data_length_constraints\nPASS: http/read_on_write_error\nPASS: http/non_lingering_close\nPASS: http/lingering_close\nPASS: http/ipv6_for_domain\nPASS: http/get_addr\nPASS: http/set_family\nPASS: http/set_family_ipv4\nPASS: http/set_family_ipv6\nPASS: http/write_during_read\nPASS: http/request_own\nPASS: http/request_extra_body\nPASS: dns/server\nSKIP: dns/gethostbyname\nSKIP: dns/gethostbyname6\nSKIP: dns/gethostbyaddr\nSKIP: dns/resolve_reverse\nPASS: dns/search_empty\nPASS: dns/search\nPASS: dns/search_lower\nPASS: dns/search_cancel\nPASS: dns/retry\nPASS: dns/retry_disable_when_inactive\nPASS: dns/reissue\nPASS: dns/reissue_disable_when_inactive\nPASS: dns/inflight\nPASS: dns/bufferevent_connect_hostname_emfile\nPASS: dns/disable_when_inactive\nPASS: dns/disable_when_inactive_no_ns\nPASS: dns/nameservers_no_default\nPASS: dns/getaddrinfo_async\nPASS: dns/getaddrinfo_cancel_stress\nPASS: dns/leak_shutdown\nPASS: dns/leak_cancel\nPASS: dns/leak_resume\nPASS: dns/leak_cancel_and_resume\nPASS: dns/leak_resume_send_err\nPASS: dns/leak_cancel_and_resume_send_err\nPASS: dns/client_fail_requests\nPASS: dns/client_fail_waiting_requests\nPASS: dns/client_fail_requests_getaddrinfo\nSKIP: dns/getaddrinfo_race_gotresolve\nPASS: dns/set_SO_RCVBUF_SO_SNDBUF\nPASS: dns/set_options\nPASS: evtag/int\nPASS: evtag/fuzz\nPASS: evtag/encoding\nPASS: evtag/peek\nPASS: rpc/basic_test\nPASS: rpc/basic_message\nPASS: rpc/basic_client\nPASS: rpc/basic_queued_client\nPASS: rpc/basic_client_with_pause\nPASS: rpc/invalid_type\nPASS: rpc/client_timeout\nPASS: rpc/test\nPASS: thread/basic\nPASS: thread/forking\nPASS: thread/conditions_simple\nSKIP: thread/deferred_cb_skew\nPASS: thread/no_events\nPASS: listener/randport\nPASS: listener/randport_ts\nPASS: listener/error_unlock\nPASS: listener/error\nPASS: listener/error_ts\nPASS: listener/close_accepted_fd\nPASS: listener/immediate_close\n=== Test Summary ===\nTOTAL: 329\nPASSED: 312\nFAILED: 0\nSKIPPED: 17\nDURATION: 78\nEND: /usr/lib/libevent/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libevent": {
     "duration": "78",
     "log": "START: ptest-runner\n2025-06-16T11:35\nPASS: main/methods\nPASS: main/version\nPASS: main/base_features\nPASS: main/base_environ\nPASS: main/event_base_new\nPASS: main/free_active_base\nPASS: main/manipulate_active_events\nPASS: main/event_new_selfarg\nPASS: main/event_assign_selfarg\nPASS: main/event_base_get_num_events\nPASS: main/event_base_get_max_events\nPASS: main/evmap_invalid_slots\nPASS: main/bad_assign\nPASS: main/bad_reentrant\nPASS: main/active_later\nPASS: main/event_remove_timeout\nPASS: main/persistent_timeout\nPASS: main/persistent_timeout_jump\nPASS: main/persistent_active_timeout\nPASS: main/priorities\nPASS: main/priority_active_inversion\nPASS: main/common_timeout\nPASS: main/simpleread\nPASS: main/simpleread_multiple\nPASS: main/simplewrite\nPASS: main/simpleclose_rw\nPASS: main/simpleclose_close\nPASS: main/simpleclose_shutdown\nPASS: main/simpleclose_close_persist\nPASS: main/simpleclose_shutdown_persist\nPASS: main/simpleclose_close_et\nPASS: main/simpleclose_shutdown_et\nPASS: main/simpleclose_close_persist_et\nPASS: main/simpleclose_shutdown_persist_et\nPASS: main/multiple\nPASS: main/persistent\nPASS: main/combined\nPASS: main/simpletimeout\nPASS: main/loopbreak\nPASS: main/loopexit\nPASS: main/loopexit_multiple\nPASS: main/nonpersist_readd\nPASS: main/multiple_events_for_same_fd\nPASS: main/want_only_once\nPASS: main/event_once\nPASS: main/event_once_never\nPASS: main/event_pending\nSKIP: main/event_closed_fd_poll\nPASS: main/dup_fd\nPASS: main/mm_functions\nPASS: main/many_events\nPASS: main/many_events_slow_add\nPASS: main/struct_event_size\nPASS: main/get_assignment\nPASS: main/event_foreach\nPASS: main/gettimeofday_cached\nPASS: main/gettimeofday_cached_sleep\nPASS: main/gettimeofday_cached_reset\nPASS: main/gettimeofday_cached_disabled\nPASS: main/gettimeofday_cached_disabled_nosleep\nPASS: main/active_by_fd\nPASS: main/fork\nPASS: main/del_wait\nPASS: main/del_notify\nPASS: heap/randomized\nPASS: et/et\nPASS: et/et_mix_error\nPASS: et/et_multiple_events\nPASS: finalize/cb_invoked\nPASS: finalize/free_finalize\nPASS: finalize/within_cb\nPASS: finalize/debug_use_after_free\nPASS: evbuffer/evbuffer\nPASS: evbuffer/remove_buffer_with_empty\nPASS: evbuffer/remove_buffer_with_empty2\nPASS: evbuffer/remove_buffer_with_empty3\nPASS: evbuffer/remove_buffer_with_empty_front\nPASS: evbuffer/remove_buffer_adjust_last_with_datap_with_empty\nPASS: evbuffer/add_buffer_with_empty\nPASS: evbuffer/add_buffer_with_empty2\nPASS: evbuffer/reserve2\nPASS: evbuffer/reserve_many\nPASS: evbuffer/reserve_many2\nPASS: evbuffer/reserve_many3\nPASS: evbuffer/reserve_with_empty\nPASS: evbuffer/reserve_invalid_last_with_datap\nPASS: evbuffer/expand\nPASS: evbuffer/expand_overflow\nPASS: evbuffer/add1\nPASS: evbuffer/add2\nPASS: evbuffer/reference\nPASS: evbuffer/reference2\nPASS: evbuffer/iterative\nPASS: evbuffer/readln\nPASS: evbuffer/search_eol\nPASS: evbuffer/find\nPASS: evbuffer/ptr_set\nPASS: evbuffer/search\nPASS: evbuffer/callbacks\nPASS: evbuffer/add_reference\nPASS: evbuffer/multicast\nPASS: evbuffer/multicast_drain\nPASS: evbuffer/prepend\nPASS: evbuffer/empty_reference_prepend\nPASS: evbuffer/empty_reference_prepend_buffer\nPASS: evbuffer/peek\nPASS: evbuffer/peek_first_gt\nPASS: evbuffer/freeze_start\nPASS: evbuffer/freeze_end\nPASS: evbuffer/add_iovec\nPASS: evbuffer/copyout\nPASS: evbuffer/file_segment_add_cleanup_cb\nPASS: evbuffer/pullup_with_empty\nPASS: evbuffer/add_file_sendfile\nPASS: evbuffer/add_file_mmap\nPASS: evbuffer/add_file_linear\nPASS: evbuffer/add_file_nosegment\nPASS: evbuffer/add_big_file_sendfile\nPASS: evbuffer/add_big_file_mmap\nPASS: evbuffer/add_big_file_linear\nPASS: evbuffer/add_big_file_nosegment\nPASS: evbuffer/add_file_offset_sendfile\nPASS: evbuffer/add_file_offset_mmap\nPASS: evbuffer/add_file_offset_linear\nPASS: evbuffer/add_file_offset_nosegment\nPASS: evbuffer/add_file_offset2_sendfile\nPASS: evbuffer/add_file_offset2_mmap\nPASS: evbuffer/add_file_offset2_linear\nPASS: evbuffer/add_file_offset3_sendfile\nPASS: evbuffer/add_file_offset3_mmap\nPASS: evbuffer/add_file_offset3_linear\nPASS: signal/simplestsignal\nPASS: signal/simplesignal\nPASS: signal/multiplesignal\nPASS: signal/immediatesignal\nPASS: signal/signal_dealloc\nPASS: signal/signal_pipeloss\nPASS: signal/signal_switchbase\nPASS: signal/signal_restore\nPASS: signal/signal_assert\nPASS: signal/signal_while_processing\nPASS: util/ipv4_parse\nPASS: util/ipv6_parse\nPASS: util/ipv6_parse_scope\nPASS: util/sockaddr_port_parse\nPASS: util/sockaddr_port_format\nPASS: util/sockaddr_predicates\nPASS: util/evutil_snprintf\nPASS: util/evutil_strtoll\nPASS: util/evutil_casecmp\nPASS: util/evutil_rtrim\nPASS: util/strlcpy\nPASS: util/log\nPASS: util/upcast\nPASS: util/integers\nPASS: util/rand\nPASS: util/EVUTIL_IS_\nPASS: util/getaddrinfo\nSKIP: util/getaddrinfo_live\nSKIP: util/getaddrinfo_AI_ADDRCONFIG\nPASS: util/mm_malloc\nPASS: util/mm_calloc\nPASS: util/mm_strdup\nPASS: util/usleep\nPASS: util/monotonic_res\nSKIP: util/monotonic_res_precise\nSKIP: util/monotonic_res_fallback\nPASS: util/monotonic_prc\nPASS: util/monotonic_prc_precise\nPASS: util/monotonic_prc_fallback\nPASS: util/date_rfc1123\nPASS: util/evutil_v4addr_is_local\nPASS: util/evutil_v6addr_is_local\nPASS: bufferevent/bufferevent\nPASS: bufferevent/bufferevent_pair\nPASS: bufferevent/bufferevent_flush_normal\nPASS: bufferevent/bufferevent_flush_flush\nPASS: bufferevent/bufferevent_flush_finished\nPASS: bufferevent/bufferevent_pair_flush_normal\nPASS: bufferevent/bufferevent_pair_flush_flush\nPASS: bufferevent/bufferevent_pair_flush_finished\nPASS: bufferevent/bufferevent_pair_release_lock\nPASS: bufferevent/bufferevent_watermarks\nPASS: bufferevent/bufferevent_pair_watermarks\nPASS: bufferevent/bufferevent_filters\nPASS: bufferevent/bufferevent_pair_filters\nPASS: bufferevent/bufferevent_filters_disable\nPASS: bufferevent/bufferevent_pair_filters_disable\nPASS: bufferevent/bufferevent_connect\nPASS: bufferevent/bufferevent_connect_defer\nPASS: bufferevent/bufferevent_connect_lock\nPASS: bufferevent/bufferevent_connect_lock_defer\nPASS: bufferevent/bufferevent_connect_unlocked_cbs\nPASS: bufferevent/bufferevent_connect_fail\nPASS: bufferevent/bufferevent_timeout\nPASS: bufferevent/bufferevent_timeout_pair\nPASS: bufferevent/bufferevent_timeout_filter\nPASS: bufferevent/bufferevent_timeout_filter_pair\nPASS: bufferevent/bufferevent_trigger\nPASS: bufferevent/bufferevent_trigger_defer\nPASS: bufferevent/bufferevent_trigger_postpone\nPASS: bufferevent/bufferevent_trigger_defer_postpone\nPASS: bufferevent/bufferevent_zlib\nPASS: bufferevent/bufferevent_connect_fail_eventcb_defer\nPASS: bufferevent/bufferevent_connect_fail_eventcb\nPASS: bufferevent/bufferevent_socket_filter_inactive\nPASS: bufferevent/bufferevent_pair_flush\nPASS: bufferevent/bufferevent_filter_data_stuck\nPASS: http/primitives\nPASS: http/base\nPASS: http/bad_headers\nPASS: http/parse_query\nPASS: http/parse_query_str\nPASS: http/parse_uri\nPASS: http/parse_uri_nc\nPASS: http/uriencode\nPASS: http/basic\nPASS: http/basic_trailing_space\nPASS: http/simple\nPASS: http/simple_nonconformant\nPASS: http/cancel\nPASS: http/cancel_by_host\nPASS: http/cancel_by_host_inactive_server\nPASS: http/cancel_by_host_no_ns\nPASS: http/cancel_inactive_server\nPASS: http/cancel_by_host_no_ns_inactive_server\nSKIP: http/cancel_by_host_server_timeout\nSKIP: http/cancel_server_timeout\nSKIP: http/cancel_by_host_no_ns_server_timeout\nSKIP: http/cancel_by_host_ns_timeout_server_timeout\nPASS: http/cancel_by_host_ns_timeout\nPASS: http/cancel_by_host_ns_timeout_inactive_server\nPASS: http/virtual_host\nPASS: http/post\nPASS: http/put\nPASS: http/delete\nPASS: http/allowed_methods\nPASS: http/failure\nPASS: http/connection\nPASS: http/persist_connection\nPASS: http/autofree_connection\nPASS: http/connection_async\nPASS: http/close_detection\nPASS: http/close_detection_delay\nPASS: http/bad_request\nPASS: http/incomplete\nPASS: http/incomplete_timeout\nPASS: http/terminate_chunked\nPASS: http/terminate_chunked_oneshot\nPASS: http/on_complete\nPASS: http/highport\nPASS: http/dispatcher\nPASS: http/multi_line_header\nPASS: http/negative_content_length\nPASS: http/chunk_out\nPASS: http/stream_out\nPASS: http/stream_in\nPASS: http/stream_in_cancel\nPASS: http/connection_fail\nSKIP: http/connection_retry\nSKIP: http/connection_retry_conn_address\nPASS: http/data_length_constraints\nPASS: http/read_on_write_error\nPASS: http/non_lingering_close\nPASS: http/lingering_close\nPASS: http/ipv6_for_domain\nPASS: http/get_addr\nPASS: http/set_family\nPASS: http/set_family_ipv4\nPASS: http/set_family_ipv6\nPASS: http/write_during_read\nPASS: http/request_own\nPASS: http/request_extra_body\nPASS: dns/server\nSKIP: dns/gethostbyname\nSKIP: dns/gethostbyname6\nSKIP: dns/gethostbyaddr\nSKIP: dns/resolve_reverse\nPASS: dns/search_empty\nPASS: dns/search\nPASS: dns/search_lower\nPASS: dns/search_cancel\nPASS: dns/retry\nPASS: dns/retry_disable_when_inactive\nPASS: dns/reissue\nPASS: dns/reissue_disable_when_inactive\nPASS: dns/inflight\nPASS: dns/bufferevent_connect_hostname_emfile\nPASS: dns/disable_when_inactive\nPASS: dns/disable_when_inactive_no_ns\nPASS: dns/nameservers_no_default\nPASS: dns/getaddrinfo_async\nPASS: dns/getaddrinfo_cancel_stress\nPASS: dns/leak_shutdown\nPASS: dns/leak_cancel\nPASS: dns/leak_resume\nPASS: dns/leak_cancel_and_resume\nPASS: dns/leak_resume_send_err\nPASS: dns/leak_cancel_and_resume_send_err\nPASS: dns/client_fail_requests\nPASS: dns/client_fail_waiting_requests\nPASS: dns/client_fail_requests_getaddrinfo\nSKIP: dns/getaddrinfo_race_gotresolve\nPASS: dns/set_SO_RCVBUF_SO_SNDBUF\nPASS: dns/set_options\nPASS: evtag/int\nPASS: evtag/fuzz\nPASS: evtag/encoding\nPASS: evtag/peek\nPASS: rpc/basic_test\nPASS: rpc/basic_message\nPASS: rpc/basic_client\nPASS: rpc/basic_queued_client\nPASS: rpc/basic_client_with_pause\nPASS: rpc/invalid_type\nPASS: rpc/client_timeout\nPASS: rpc/test\nPASS: thread/basic\nPASS: thread/forking\nPASS: thread/conditions_simple\nSKIP: thread/deferred_cb_skew\nPASS: thread/no_events\nPASS: listener/randport\nPASS: listener/randport_ts\nPASS: listener/error_unlock\nPASS: listener/error\nPASS: listener/error_ts\nPASS: listener/close_accepted_fd\nPASS: listener/immediate_close\n=== Test Summary ===\nTOTAL: 329\nPASSED: 312\nFAILED: 0\nSKIPPED: 17\nDURATION: 78\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5143842697143555,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libexif_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libexif",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006897449493408203,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.160274028778076,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028385162353515625,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.7924046516418457,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0021865367889404297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libexif.check-failmalloc.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.libexif.check-mnote.sh": {
    "status": "PASSED"
   },
   "ptestresult.libexif.extract-parse.sh": {
    "status": "PASSED"
   },
   "ptestresult.libexif.parse-regression.sh": {
    "status": "PASSED"
   },
   "ptestresult.libexif.swap-byte-order.sh": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-fuzzer": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-gps": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-integers": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-mem": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-null": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-parse": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-parse-from-data": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-sorted": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-tagtable": {
    "status": "PASSED"
   },
   "ptestresult.libexif.test-value": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libexif/ptest\nCreating EXIF data...\nFill EXIF data with all necessary entries to follow specs...\nDumping IFD '0'...\nDumping exif content (12 entries)...\n  Tag: 0x100 ('ImageWidth')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x101 ('ImageLength')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x102 ('BitsPerSample')\n    Format: 3 ('Short')\n    Components: 3\n    Size: 6\n    Value: 8, 8, 8\n  Tag: 0x103 ('Compression')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Internal error (unknown value 0)\n  Tag: 0x106 ('PhotometricInterpretation')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Reversed mono\n  Tag: 0x111 ('StripOffsets')\n    Format: 7 ('Undefined')\n    Components: 0\n    Size: 0\n    Value: \n  Tag: 0x115 ('SamplesPerPixel')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 3\n  Tag: 0x116 ('RowsPerStrip')\n    Format: 7 ('Undefined')\n    Components: 0\n    Size: 0\n    Value: \n  Tag: 0x117 ('StripByteCounts')\n    Format: 7 ('Undefined')\n    Components: 0\n    Size: 0\n    Value: \n  Tag: 0x11a ('XResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x11b ('YResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x128 ('ResolutionUnit')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Inch\nDumping IFD 'EXIF'...\nDumping exif content (3 entries)...\n  Tag: 0x9000 ('ExifVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: Exif Version 2.1\n  Tag: 0xa000 ('FlashpixVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: FlashPix Version 1.0\n  Tag: 0xa001 ('ColorSpace')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Uncalibrated\n4 byte(s) thumbnail data available: 0x00 0x00 ... 0x00 0x00\nSaving EXIF data to memory...\nWriting 274 byte(s) EXIF data to loader...\nWrote 274 byte(s).\nDumping IFD '0'...\nDumping exif content (9 entries)...\n  Tag: 0x100 ('ImageWidth')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x101 ('ImageLength')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x102 ('BitsPerSample')\n    Format: 3 ('Short')\n    Components: 3\n    Size: 6\n    Value: 8, 8, 8\n  Tag: 0x103 ('Compression')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Internal error (unknown value 0)\n  Tag: 0x106 ('PhotometricInterpretation')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Reversed mono\n  Tag: 0x115 ('SamplesPerPixel')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 3\n  Tag: 0x11a ('XResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x11b ('YResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x128 ('ResolutionUnit')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Inch\nDumping IFD '1'...\nDumping exif content (4 entries)...\n  Tag: 0x103 ('Compression')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Internal error (unknown value 0)\n  Tag: 0x11a ('XResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x11b ('YResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x128 ('ResolutionUnit')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Inch\nDumping IFD 'EXIF'...\nDumping exif content (3 entries)...\n  Tag: 0x9000 ('ExifVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: Exif Version 2.1\n  Tag: 0xa000 ('FlashpixVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: FlashPix Version 1.0\n  Tag: 0xa001 ('ColorSpace')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Uncalibrated\n4 byte(s) thumbnail data available: 0x00 0x00 ... 0x00 0x00\nPASS: test-mem\nTag 0xa002\nFull: '0'\nTag 0xa214\nFull: '0'\nTag 0x100\nFull: '0'\nTag 0x112\nFull: 'Top-left'\nTag 0x115\nFull: '3'\nTag 0x102\nFull: '8, 8, 8'\nTag 0x11a\nFull: '72'\nTag 0x13e\nFull: '0/0, 0/0'\nTag 0x214\nFull: ' 0, 255,  0, 255,  0, 255'\nTag 0x132\nFull: '2025:06:16 11:40:28'\nTag 0x10e\nFull: '[None]'\nTag 0x9000\nFull: 'Exif Version 2.1'\nTag 0xa000\nFull: 'FlashPix Version 1.0'\nTag 0x8298\nFull: '[None] (Photographer) - [None] (Editor)'\nTag 0xa300\nFull: 'DSC'\nTag 0x9101\nFull: 'Y Cb Cr -'\nTag 0xa301\nFull: 'Directly photographed'\nTag 0x212\nFull: 'YCbCr4:2:2'\nTag 0x11c\nFull: 'Planar format'\nTag 0x128\nFull: 'Inch'\nTag 0xa001\nFull: 'Uncalibrated'\nTag 0x9207\nFull: 'Unknown'\nTag 0x829d\nFull: 'f/0.1'\nTag 0x9202\nFull: '0.05 EV (f/1.0)'\nTag 0x9205\nFull: '0.05 EV (f/1.0)'\nTag 0x920a\nFull: '0.1 mm'\nTag 0x9206\nFull: '0.1 m'\nTag 0x829a\nFull: '1/20 sec.'\nTag 0x9201\nFull: '0.05 EV (1/1 sec.)'\nTag 0x9203\nFull: '0.05 EV (3.55 cd/m^2)'\nTag 0x9204\nFull: '0.05 EV'\nTag 0x9290\nFull: '130 '\nTag 0x9286\nFull: 'A Long User Comment'\nTag 0x9c9c\nFull: 'UCS-2 Comment'\nTag 0x2\nFull: 'R98'\nTag 0x0\nFull: '2.2.0.0'\nTag 0x5\nFull: 'Sea level reference'\nTag 0x7\nFull: '12:34:56.78'\nTag 0x9214\nFull: 'Within rectangle (width 78, height 90) around (x,y) = (123,456)'\nTag 0x9214\nFull: 'Within distance 78 of (x,y) = (123,456)'\nTag 0x9214\nFull: '(x,y) = (123,456)'\nTag 0x9214\nFull: 'Unexpected number of components (1, expected 2, 3, or 4).'\nPASS: test-value\nPASS: test-integers\nPASS: test-parse\nPASS: test-parse-from-data\nPASS: test-tagtable\nPASS: test-sorted\nPASS: test-fuzzer\nPASS: test-null\nPASS: test-gps\nPASS: parse-regression.sh\nPASS: swap-byte-order.sh\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nPASS: extract-parse.sh\nPASS: check-mnote.sh\nlibfailmalloc is not available\nSKIP: check-failmalloc.sh\n====================\nAll 14 tests passed\n(1 test was not run)\n====================\nDURATION: 0\nEND: /usr/lib/libexif/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libexif": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nCreating EXIF data...\nFill EXIF data with all necessary entries to follow specs...\nDumping IFD '0'...\nDumping exif content (12 entries)...\n  Tag: 0x100 ('ImageWidth')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x101 ('ImageLength')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x102 ('BitsPerSample')\n    Format: 3 ('Short')\n    Components: 3\n    Size: 6\n    Value: 8, 8, 8\n  Tag: 0x103 ('Compression')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Internal error (unknown value 0)\n  Tag: 0x106 ('PhotometricInterpretation')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Reversed mono\n  Tag: 0x111 ('StripOffsets')\n    Format: 7 ('Undefined')\n    Components: 0\n    Size: 0\n    Value: \n  Tag: 0x115 ('SamplesPerPixel')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 3\n  Tag: 0x116 ('RowsPerStrip')\n    Format: 7 ('Undefined')\n    Components: 0\n    Size: 0\n    Value: \n  Tag: 0x117 ('StripByteCounts')\n    Format: 7 ('Undefined')\n    Components: 0\n    Size: 0\n    Value: \n  Tag: 0x11a ('XResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x11b ('YResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x128 ('ResolutionUnit')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Inch\nDumping IFD 'EXIF'...\nDumping exif content (3 entries)...\n  Tag: 0x9000 ('ExifVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: Exif Version 2.1\n  Tag: 0xa000 ('FlashpixVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: FlashPix Version 1.0\n  Tag: 0xa001 ('ColorSpace')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Uncalibrated\n4 byte(s) thumbnail data available: 0x00 0x00 ... 0x00 0x00\nSaving EXIF data to memory...\nWriting 274 byte(s) EXIF data to loader...\nWrote 274 byte(s).\nDumping IFD '0'...\nDumping exif content (9 entries)...\n  Tag: 0x100 ('ImageWidth')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x101 ('ImageLength')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 0\n  Tag: 0x102 ('BitsPerSample')\n    Format: 3 ('Short')\n    Components: 3\n    Size: 6\n    Value: 8, 8, 8\n  Tag: 0x103 ('Compression')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Internal error (unknown value 0)\n  Tag: 0x106 ('PhotometricInterpretation')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Reversed mono\n  Tag: 0x115 ('SamplesPerPixel')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: 3\n  Tag: 0x11a ('XResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x11b ('YResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x128 ('ResolutionUnit')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Inch\nDumping IFD '1'...\nDumping exif content (4 entries)...\n  Tag: 0x103 ('Compression')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Internal error (unknown value 0)\n  Tag: 0x11a ('XResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x11b ('YResolution')\n    Format: 5 ('Rational')\n    Components: 1\n    Size: 8\n    Value: 72\n  Tag: 0x128 ('ResolutionUnit')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Inch\nDumping IFD 'EXIF'...\nDumping exif content (3 entries)...\n  Tag: 0x9000 ('ExifVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: Exif Version 2.1\n  Tag: 0xa000 ('FlashpixVersion')\n    Format: 7 ('Undefined')\n    Components: 4\n    Size: 4\n    Value: FlashPix Version 1.0\n  Tag: 0xa001 ('ColorSpace')\n    Format: 3 ('Short')\n    Components: 1\n    Size: 2\n    Value: Uncalibrated\n4 byte(s) thumbnail data available: 0x00 0x00 ... 0x00 0x00\nPASS: test-mem\nTag 0xa002\nFull: '0'\nTag 0xa214\nFull: '0'\nTag 0x100\nFull: '0'\nTag 0x112\nFull: 'Top-left'\nTag 0x115\nFull: '3'\nTag 0x102\nFull: '8, 8, 8'\nTag 0x11a\nFull: '72'\nTag 0x13e\nFull: '0/0, 0/0'\nTag 0x214\nFull: ' 0, 255,  0, 255,  0, 255'\nTag 0x132\nFull: '2025:06:16 11:40:28'\nTag 0x10e\nFull: '[None]'\nTag 0x9000\nFull: 'Exif Version 2.1'\nTag 0xa000\nFull: 'FlashPix Version 1.0'\nTag 0x8298\nFull: '[None] (Photographer) - [None] (Editor)'\nTag 0xa300\nFull: 'DSC'\nTag 0x9101\nFull: 'Y Cb Cr -'\nTag 0xa301\nFull: 'Directly photographed'\nTag 0x212\nFull: 'YCbCr4:2:2'\nTag 0x11c\nFull: 'Planar format'\nTag 0x128\nFull: 'Inch'\nTag 0xa001\nFull: 'Uncalibrated'\nTag 0x9207\nFull: 'Unknown'\nTag 0x829d\nFull: 'f/0.1'\nTag 0x9202\nFull: '0.05 EV (f/1.0)'\nTag 0x9205\nFull: '0.05 EV (f/1.0)'\nTag 0x920a\nFull: '0.1 mm'\nTag 0x9206\nFull: '0.1 m'\nTag 0x829a\nFull: '1/20 sec.'\nTag 0x9201\nFull: '0.05 EV (1/1 sec.)'\nTag 0x9203\nFull: '0.05 EV (3.55 cd/m^2)'\nTag 0x9204\nFull: '0.05 EV'\nTag 0x9290\nFull: '130 '\nTag 0x9286\nFull: 'A Long User Comment'\nTag 0x9c9c\nFull: 'UCS-2 Comment'\nTag 0x2\nFull: 'R98'\nTag 0x0\nFull: '2.2.0.0'\nTag 0x5\nFull: 'Sea level reference'\nTag 0x7\nFull: '12:34:56.78'\nTag 0x9214\nFull: 'Within rectangle (width 78, height 90) around (x,y) = (123,456)'\nTag 0x9214\nFull: 'Within distance 78 of (x,y) = (123,456)'\nTag 0x9214\nFull: '(x,y) = (123,456)'\nTag 0x9214\nFull: 'Unexpected number of components (1, expected 2, 3, or 4).'\nPASS: test-value\nPASS: test-integers\nPASS: test-parse\nPASS: test-parse-from-data\nPASS: test-tagtable\nPASS: test-sorted\nPASS: test-fuzzer\nPASS: test-null\nPASS: test-gps\nPASS: parse-regression.sh\nPASS: swap-byte-order.sh\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nWrote EXIF data to '/tmp/tmp.dOcBap'\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nno differences detected\nPASS: extract-parse.sh\nPASS: check-mnote.sh\nlibfailmalloc is not available\nSKIP: check-failmalloc.sh\n====================\nAll 14 tests passed\n(1 test was not run)\n====================\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5187985897064209,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libgcrypt_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libgcrypt",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001547098159790039,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1690280437469482,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031016826629638672,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 61.65259552001953,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012326240539550781,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libgcrypt.aeswrap": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.basic": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.basic-disable-all-hwf": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.benchmark": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.curves": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.dsa-rfc6979": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.fips186-dsa": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.hashtest": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.hashtest-256g": {
    "status": "SKIPPED"
   },
   "ptestresult.libgcrypt.hashtest-6g": {
    "status": "SKIPPED"
   },
   "ptestresult.libgcrypt.hmac": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.keygen": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.keygrip": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.mpitests": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.pkcs1v2": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.prime": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.pubkey": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.random": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-convert": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-cv25519": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-ed25519": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-ed448": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-kdf": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-lock": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-mpi-bit": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-mpi-point": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-secmem": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-sexp": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.t-x448": {
    "status": "PASSED"
   },
   "ptestresult.libgcrypt.version": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/libgcrypt/ptest\nversion:1.11.1-unknown:10b01:1.55-unknown:13700:\ncc:150100:gcc:15.1.0:\nciphers:arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia:idea:salsa20:gost28147:chacha20:sm4:aria:\npubkeys:dsa:elgamal:rsa:ecc:kyber:\ndigests:crc:gostr3411-94::md4:md5:rmd160:sha1:sha256:sha512:sha3:tiger:whirlpool:stribog:blake2:sm3:\nrnd-mod:getentropy:\ncpu-arch::\nmpi-asm:generic/mpih-add1.c:generic/mpih-sub1.c:generic/mpih-mul1.c:generic/mpih-mul2.c:generic/mpih-mul3.c:generic/mpih-lshift.c:generic/mpih-rshift.c:\nmpi-powm:fixed-window\nhwflist:\nfips-mode:n:::\nrng-type:standard:1:3030000:2:\ncompliance:::\nPASS: version\nPASS: t-secmem\nPASS: mpitests\nPASS: t-sexp\nPASS: t-convert\nPASS: t-mpi-bit\nPASS: t-mpi-point\nPASS: curves\nPASS: t-lock\nPASS: prime\nPASS: basic\nPASS: basic-disable-all-hwf\nPASS: keygen\nPASS: pubkey\nPASS: hmac\nPASS: hashtest\nPASS: t-kdf\nPASS: keygrip\nPASS: fips186-dsa\nPASS: aeswrap\nPASS: pkcs1v2\nPASS: random\nPASS: dsa-rfc6979\nt-ed25519: 256 of 1026 tests done\nt-ed25519: 512 of 1026 tests done\nt-ed25519: 768 of 1026 tests done\nt-ed25519: 1024 of 1026 tests done\nt-ed25519: 1026 tests done\nPASS: t-ed25519\nt-cv25519: 18 tests done\nPASS: t-cv25519\nt-x448: 9 tests done\nPASS: t-x448\nt-ed448: 11 tests done\nPASS: t-ed448\nNote: benchmark running in quick regression test mode.\nMD5              0ms     0ms    20ms    10ms     0ms\nSHA1             0ms     0ms    10ms     0ms    10ms\nRIPEMD160        0ms     0ms    10ms     0ms    10ms\nTIGER192         0ms     0ms    10ms     0ms     0ms\nSHA256          10ms     0ms    10ms     0ms    10ms\nSHA384           0ms     0ms    10ms     0ms    10ms\nSHA512           0ms     0ms    10ms     0ms    10ms\nSHA224           0ms     0ms    10ms    10ms     0ms\nMD4              0ms     0ms    10ms     0ms     0ms\nCRC32            0ms     0ms    10ms     0ms    10ms\nCRC32RFC1510     0ms     0ms     0ms    10ms     0ms\nCRC24RFC2440     0ms     0ms     0ms    10ms     0ms\nWHIRLPOOL        0ms    10ms    20ms     0ms    10ms\nTIGER            0ms     0ms    10ms     0ms    10ms\nTIGER2           0ms     0ms    10ms     0ms     0ms\nGOSTR3411_94    20ms    20ms    30ms    20ms    20ms\nSTRIBOG256      10ms    10ms    20ms    10ms     0ms\nSTRIBOG512      10ms    10ms    10ms    10ms    10ms\nGOSTR3411_CP    20ms    20ms    20ms    20ms    20ms\nSHA3-224         0ms     0ms    20ms     0ms     0ms\nSHA3-256        10ms     0ms    10ms    10ms     0ms\nSHA3-384         0ms     0ms    20ms     0ms    10ms\nSHA3-512         0ms     0ms    20ms    10ms     0ms\nSHAKE128         0ms     0ms    20ms     0ms     0ms\nSHAKE256         0ms    10ms    10ms     0ms    10ms\nBLAKE2B_512      0ms     0ms    10ms     0ms     0ms\nBLAKE2B_384      0ms     0ms    10ms    10ms     0ms\nBLAKE2B_256      0ms     0ms    10ms    10ms     0ms\nBLAKE2B_160      0ms     0ms    20ms     0ms     0ms\nBLAKE2S_256     10ms     0ms    10ms     0ms     0ms\nBLAKE2S_224      0ms    10ms    10ms     0ms     0ms\nBLAKE2S_160      0ms    10ms    10ms     0ms     0ms\nBLAKE2S_128      0ms     0ms    20ms     0ms     0ms\nSM3             10ms     0ms    20ms     0ms    10ms\nSHA512_256       0ms    10ms    10ms     0ms    10ms\nSHA512_224       0ms     0ms    10ms     0ms     0ms\n\nGOST28147_IMIT          10ms    10ms    10ms\nHMAC_SHA256              0ms     0ms    10ms\nHMAC_SHA224              0ms     0ms     0ms\nHMAC_SHA512             10ms     0ms     0ms\nHMAC_SHA384              0ms     0ms    10ms\nHMAC_SHA1                0ms     0ms     0ms\nHMAC_MD5                 0ms    10ms     0ms\nHMAC_MD4                 0ms     0ms     0ms\nHMAC_RIPEMD160           0ms    10ms     0ms\nHMAC_TIGER               0ms     0ms     0ms\nHMAC_WHIRLPOOL          10ms     0ms    10ms\nHMAC_GOSTR3411_94       20ms    20ms    20ms\nHMAC_STRIBOG256          0ms    10ms    10ms\nHMAC_STRIBOG512         10ms     0ms    10ms\nHMAC_SHA3_224            0ms    10ms     0ms\nHMAC_SHA3_256            0ms    10ms     0ms\nHMAC_SHA3_384            0ms    10ms     0ms\nHMAC_SHA3_512            0ms    10ms    10ms\nHMAC_GOSTR3411_CP       10ms    30ms    10ms\nHMAC_BLAKE2B_512        10ms     0ms     0ms\nHMAC_BLAKE2B_384         0ms     0ms     0ms\nHMAC_BLAKE2B_256         0ms    10ms     0ms\nHMAC_BLAKE2B_160         0ms     0ms     0ms\nHMAC_BLAKE2S_256         0ms    10ms     0ms\nHMAC_BLAKE2S_224         0ms     0ms     0ms\nHMAC_BLAKE2S_160        10ms     0ms     0ms\nHMAC_BLAKE2S_128         0ms     0ms    10ms\nHMAC_SM3                 0ms     0ms     0ms\nHMAC_SHA512_256         10ms     0ms     0ms\nHMAC_SHA512_224          0ms     0ms    10ms\nCMAC_AES                 0ms     0ms    10ms\nCMAC_3DES               30ms    30ms    30ms\nCMAC_CAMELLIA           10ms     0ms    10ms\nCMAC_CAST5              10ms     0ms    10ms\nCMAC_BLOWFISH           10ms    10ms     0ms\nCMAC_TWOFISH            10ms     0ms    10ms\nCMAC_SERPENT            10ms    10ms    10ms\nCMAC_SEED               10ms    10ms    10ms\nCMAC_RFC2268            10ms    10ms    10ms\nCMAC_IDEA               10ms    10ms    10ms\nCMAC_GOST28147          10ms    20ms    10ms\nCMAC_SM4                10ms    10ms    10ms\nCMAC_ARIA               10ms    10ms     0ms\nGMAC_AES                10ms     0ms     0ms\nGMAC_CAMELLIA            0ms     0ms    10ms\nGMAC_TWOFISH             0ms     0ms    10ms\nGMAC_SERPENT             0ms     0ms     0ms\nGMAC_SEED               10ms     0ms     0ms\nGMAC_SM4                 0ms    10ms     0ms\nGMAC_ARIA                0ms     0ms    10ms\nPOLY1305                 0ms     0ms     0ms\nPOLY1305_AES             0ms     0ms     0ms\nPOLY1305_CAMELLIA        0ms     0ms     0ms\nPOLY1305_TWOFISH         0ms     0ms    10ms\nPOLY1305_SERPENT         0ms     0ms     0ms\nPOLY1305_SEED            0ms     0ms     0ms\nPOLY1305_SM4             0ms     0ms     0ms\nPOLY1305_ARIA            0ms     0ms    10ms\n\n                ECB/Stream    CBC/Poly1305         CFB             OFB             CTR             XTS             CCM             GCM             OCB             EAX      \n             --------------- --------------- --------------- --------------- --------------- --------------- --------------- --------------- --------------- ---------------\nIDEA             0ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms    10ms     0ms       -       -       -       -       -       -       -       -    20ms    20ms\n3DES            20ms    30ms    30ms    30ms    30ms    20ms    30ms    30ms    30ms    30ms       -       -       -       -       -       -       -       -    50ms    60ms\nCAST5           10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms     0ms       -       -       -       -       -       -       -       -    20ms    10ms\nBLOWFISH         0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms       -       -       -       -       -       -       -       -    10ms    10ms\nAES              0ms     0ms    10ms     0ms     0ms    10ms     0ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms\nAES192           0ms    10ms     0ms    10ms     0ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms\nAES256           0ms    10ms     0ms    10ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms\nTWOFISH          0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms\nARCFOUR          0ms    10ms\nDES             10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms       -       -       -       -       -       -       -       -    20ms    30ms\nTWOFISH128       0ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms     0ms    10ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms\nSERPENT128      10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms     0ms    20ms    20ms\nSERPENT192      10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms     0ms    20ms    20ms\nSERPENT256      10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms     0ms    20ms    20ms\nRFC2268_40      10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms       -       -       -       -       -       -       -       -    20ms    20ms\nRFC2268_128     10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    10ms    10ms       -       -       -       -       -       -       -       -    20ms    30ms\nSEED            10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms    10ms    20ms    20ms\nCAMELLIA128      0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms    10ms     0ms    10ms     0ms    20ms    10ms\nCAMELLIA192      0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms    10ms    20ms     0ms    10ms    10ms    10ms    10ms    20ms\nCAMELLIA256      0ms    10ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms    20ms    10ms     0ms    10ms    10ms    10ms    20ms\nSALSA20          0ms     0ms\nSALSA20R12       0ms     0ms\nGOST28147       20ms    10ms    10ms    20ms    10ms    10ms    20ms    10ms    10ms    20ms       -       -       -       -       -       -       -       -    20ms    30ms\nCHACHA20         0ms     0ms    10ms     0ms\nGOST28147_MESH    10ms    10ms    20ms    10ms    10ms    20ms    10ms    20ms    10ms    10ms       -       -       -       -       -       -       -       -    30ms    30ms\nSM4              0ms    10ms    10ms     0ms    10ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms\nARIA128          0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms\nARIA192          0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    20ms     0ms    10ms     0ms    10ms    10ms    10ms\nARIA256         10ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms     0ms    20ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms\n\nAlgorithm         generate   10*priv   10*public\n------------------------------------------------\nRSA 1024 bit          10ms      10ms         0ms\nRSA 2048 bit          80ms      40ms         0ms\nRSA 3072 bit         180ms      90ms         0ms\nRSA 4096 bit        3690ms     200ms         0ms\nELG 1024 bit             -      30ms        20ms\nELG 2048 bit             -     230ms       110ms\nELG 3072 bit             -     750ms       360ms\nDSA 1024/160             -       0ms         0ms\nDSA 2048/224             -      20ms        10ms\nDSA 3072/256             -      20ms        20ms\nECDSA 192 bit          0ms      10ms         0ms\nECDSA 224 bit         10ms      10ms        10ms\nECDSA 256 bit          0ms      10ms        10ms\nECDSA 384 bit          0ms      20ms        20ms\nECDSA 521 bit         20ms      40ms        50ms\nEdDSA Ed25519          0ms      10ms         0ms\nEdDSA Ed448            0ms      20ms        20ms\nGOST  256 bit          0ms      10ms        10ms\nGOST  512 bit         10ms      40ms        50ms\n\npowm           0ms    10ms    10ms\n\nrandom         0ms    10ms\nPASS: benchmark\nSKIP: hashtest-6g\nSKIP: hashtest-256g\n28 tests run, 28 succeeded, 0 failed, 2 skipped.\ntestdrv: All tests completed in     0ms.  Errors: 0\nDURATION: 61\nEND: /usr/lib/libgcrypt/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libgcrypt": {
     "duration": "61",
     "log": "START: ptest-runner\n2025-06-16T11:35\nversion:1.11.1-unknown:10b01:1.55-unknown:13700:\ncc:150100:gcc:15.1.0:\nciphers:arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia:idea:salsa20:gost28147:chacha20:sm4:aria:\npubkeys:dsa:elgamal:rsa:ecc:kyber:\ndigests:crc:gostr3411-94::md4:md5:rmd160:sha1:sha256:sha512:sha3:tiger:whirlpool:stribog:blake2:sm3:\nrnd-mod:getentropy:\ncpu-arch::\nmpi-asm:generic/mpih-add1.c:generic/mpih-sub1.c:generic/mpih-mul1.c:generic/mpih-mul2.c:generic/mpih-mul3.c:generic/mpih-lshift.c:generic/mpih-rshift.c:\nmpi-powm:fixed-window\nhwflist:\nfips-mode:n:::\nrng-type:standard:1:3030000:2:\ncompliance:::\nPASS: version\nPASS: t-secmem\nPASS: mpitests\nPASS: t-sexp\nPASS: t-convert\nPASS: t-mpi-bit\nPASS: t-mpi-point\nPASS: curves\nPASS: t-lock\nPASS: prime\nPASS: basic\nPASS: basic-disable-all-hwf\nPASS: keygen\nPASS: pubkey\nPASS: hmac\nPASS: hashtest\nPASS: t-kdf\nPASS: keygrip\nPASS: fips186-dsa\nPASS: aeswrap\nPASS: pkcs1v2\nPASS: random\nPASS: dsa-rfc6979\nt-ed25519: 256 of 1026 tests done\nt-ed25519: 512 of 1026 tests done\nt-ed25519: 768 of 1026 tests done\nt-ed25519: 1024 of 1026 tests done\nt-ed25519: 1026 tests done\nPASS: t-ed25519\nt-cv25519: 18 tests done\nPASS: t-cv25519\nt-x448: 9 tests done\nPASS: t-x448\nt-ed448: 11 tests done\nPASS: t-ed448\nNote: benchmark running in quick regression test mode.\nMD5              0ms     0ms    20ms    10ms     0ms\nSHA1             0ms     0ms    10ms     0ms    10ms\nRIPEMD160        0ms     0ms    10ms     0ms    10ms\nTIGER192         0ms     0ms    10ms     0ms     0ms\nSHA256          10ms     0ms    10ms     0ms    10ms\nSHA384           0ms     0ms    10ms     0ms    10ms\nSHA512           0ms     0ms    10ms     0ms    10ms\nSHA224           0ms     0ms    10ms    10ms     0ms\nMD4              0ms     0ms    10ms     0ms     0ms\nCRC32            0ms     0ms    10ms     0ms    10ms\nCRC32RFC1510     0ms     0ms     0ms    10ms     0ms\nCRC24RFC2440     0ms     0ms     0ms    10ms     0ms\nWHIRLPOOL        0ms    10ms    20ms     0ms    10ms\nTIGER            0ms     0ms    10ms     0ms    10ms\nTIGER2           0ms     0ms    10ms     0ms     0ms\nGOSTR3411_94    20ms    20ms    30ms    20ms    20ms\nSTRIBOG256      10ms    10ms    20ms    10ms     0ms\nSTRIBOG512      10ms    10ms    10ms    10ms    10ms\nGOSTR3411_CP    20ms    20ms    20ms    20ms    20ms\nSHA3-224         0ms     0ms    20ms     0ms     0ms\nSHA3-256        10ms     0ms    10ms    10ms     0ms\nSHA3-384         0ms     0ms    20ms     0ms    10ms\nSHA3-512         0ms     0ms    20ms    10ms     0ms\nSHAKE128         0ms     0ms    20ms     0ms     0ms\nSHAKE256         0ms    10ms    10ms     0ms    10ms\nBLAKE2B_512      0ms     0ms    10ms     0ms     0ms\nBLAKE2B_384      0ms     0ms    10ms    10ms     0ms\nBLAKE2B_256      0ms     0ms    10ms    10ms     0ms\nBLAKE2B_160      0ms     0ms    20ms     0ms     0ms\nBLAKE2S_256     10ms     0ms    10ms     0ms     0ms\nBLAKE2S_224      0ms    10ms    10ms     0ms     0ms\nBLAKE2S_160      0ms    10ms    10ms     0ms     0ms\nBLAKE2S_128      0ms     0ms    20ms     0ms     0ms\nSM3             10ms     0ms    20ms     0ms    10ms\nSHA512_256       0ms    10ms    10ms     0ms    10ms\nSHA512_224       0ms     0ms    10ms     0ms     0ms\n\nGOST28147_IMIT          10ms    10ms    10ms\nHMAC_SHA256              0ms     0ms    10ms\nHMAC_SHA224              0ms     0ms     0ms\nHMAC_SHA512             10ms     0ms     0ms\nHMAC_SHA384              0ms     0ms    10ms\nHMAC_SHA1                0ms     0ms     0ms\nHMAC_MD5                 0ms    10ms     0ms\nHMAC_MD4                 0ms     0ms     0ms\nHMAC_RIPEMD160           0ms    10ms     0ms\nHMAC_TIGER               0ms     0ms     0ms\nHMAC_WHIRLPOOL          10ms     0ms    10ms\nHMAC_GOSTR3411_94       20ms    20ms    20ms\nHMAC_STRIBOG256          0ms    10ms    10ms\nHMAC_STRIBOG512         10ms     0ms    10ms\nHMAC_SHA3_224            0ms    10ms     0ms\nHMAC_SHA3_256            0ms    10ms     0ms\nHMAC_SHA3_384            0ms    10ms     0ms\nHMAC_SHA3_512            0ms    10ms    10ms\nHMAC_GOSTR3411_CP       10ms    30ms    10ms\nHMAC_BLAKE2B_512        10ms     0ms     0ms\nHMAC_BLAKE2B_384         0ms     0ms     0ms\nHMAC_BLAKE2B_256         0ms    10ms     0ms\nHMAC_BLAKE2B_160         0ms     0ms     0ms\nHMAC_BLAKE2S_256         0ms    10ms     0ms\nHMAC_BLAKE2S_224         0ms     0ms     0ms\nHMAC_BLAKE2S_160        10ms     0ms     0ms\nHMAC_BLAKE2S_128         0ms     0ms    10ms\nHMAC_SM3                 0ms     0ms     0ms\nHMAC_SHA512_256         10ms     0ms     0ms\nHMAC_SHA512_224          0ms     0ms    10ms\nCMAC_AES                 0ms     0ms    10ms\nCMAC_3DES               30ms    30ms    30ms\nCMAC_CAMELLIA           10ms     0ms    10ms\nCMAC_CAST5              10ms     0ms    10ms\nCMAC_BLOWFISH           10ms    10ms     0ms\nCMAC_TWOFISH            10ms     0ms    10ms\nCMAC_SERPENT            10ms    10ms    10ms\nCMAC_SEED               10ms    10ms    10ms\nCMAC_RFC2268            10ms    10ms    10ms\nCMAC_IDEA               10ms    10ms    10ms\nCMAC_GOST28147          10ms    20ms    10ms\nCMAC_SM4                10ms    10ms    10ms\nCMAC_ARIA               10ms    10ms     0ms\nGMAC_AES                10ms     0ms     0ms\nGMAC_CAMELLIA            0ms     0ms    10ms\nGMAC_TWOFISH             0ms     0ms    10ms\nGMAC_SERPENT             0ms     0ms     0ms\nGMAC_SEED               10ms     0ms     0ms\nGMAC_SM4                 0ms    10ms     0ms\nGMAC_ARIA                0ms     0ms    10ms\nPOLY1305                 0ms     0ms     0ms\nPOLY1305_AES             0ms     0ms     0ms\nPOLY1305_CAMELLIA        0ms     0ms     0ms\nPOLY1305_TWOFISH         0ms     0ms    10ms\nPOLY1305_SERPENT         0ms     0ms     0ms\nPOLY1305_SEED            0ms     0ms     0ms\nPOLY1305_SM4             0ms     0ms     0ms\nPOLY1305_ARIA            0ms     0ms    10ms\n\n                ECB/Stream    CBC/Poly1305         CFB             OFB             CTR             XTS             CCM             GCM             OCB             EAX      \n             --------------- --------------- --------------- --------------- --------------- --------------- --------------- --------------- --------------- ---------------\nIDEA             0ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms    10ms     0ms       -       -       -       -       -       -       -       -    20ms    20ms\n3DES            20ms    30ms    30ms    30ms    30ms    20ms    30ms    30ms    30ms    30ms       -       -       -       -       -       -       -       -    50ms    60ms\nCAST5           10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms     0ms       -       -       -       -       -       -       -       -    20ms    10ms\nBLOWFISH         0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms       -       -       -       -       -       -       -       -    10ms    10ms\nAES              0ms     0ms    10ms     0ms     0ms    10ms     0ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms\nAES192           0ms    10ms     0ms    10ms     0ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms\nAES256           0ms    10ms     0ms    10ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms\nTWOFISH          0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms\nARCFOUR          0ms    10ms\nDES             10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms       -       -       -       -       -       -       -       -    20ms    30ms\nTWOFISH128       0ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms     0ms    10ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms\nSERPENT128      10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms     0ms    20ms    20ms\nSERPENT192      10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms     0ms    20ms    20ms\nSERPENT256      10ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms     0ms    20ms    20ms\nRFC2268_40      10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms       -       -       -       -       -       -       -       -    20ms    20ms\nRFC2268_128     10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    10ms    10ms       -       -       -       -       -       -       -       -    20ms    30ms\nSEED            10ms     0ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    10ms    20ms    20ms    10ms    10ms    10ms    10ms    20ms    20ms\nCAMELLIA128      0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms    10ms     0ms    10ms     0ms    20ms    10ms\nCAMELLIA192      0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms    10ms    20ms     0ms    10ms    10ms    10ms    10ms    20ms\nCAMELLIA256      0ms    10ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms    10ms     0ms    10ms    10ms    20ms    10ms     0ms    10ms    10ms    10ms    20ms\nSALSA20          0ms     0ms\nSALSA20R12       0ms     0ms\nGOST28147       20ms    10ms    10ms    20ms    10ms    10ms    20ms    10ms    10ms    20ms       -       -       -       -       -       -       -       -    20ms    30ms\nCHACHA20         0ms     0ms    10ms     0ms\nGOST28147_MESH    10ms    10ms    20ms    10ms    10ms    20ms    10ms    20ms    10ms    10ms       -       -       -       -       -       -       -       -    30ms    30ms\nSM4              0ms    10ms    10ms     0ms    10ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms    10ms    10ms     0ms    10ms    10ms    20ms\nARIA128          0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms    10ms    10ms\nARIA192          0ms    10ms     0ms    10ms     0ms    10ms    10ms     0ms    10ms     0ms    10ms     0ms    10ms    20ms     0ms    10ms     0ms    10ms    10ms    10ms\nARIA256         10ms     0ms    10ms     0ms    10ms    10ms    10ms     0ms    10ms     0ms    10ms     0ms    20ms    10ms    10ms    10ms     0ms    10ms    10ms    10ms\n\nAlgorithm         generate   10*priv   10*public\n------------------------------------------------\nRSA 1024 bit          10ms      10ms         0ms\nRSA 2048 bit          80ms      40ms         0ms\nRSA 3072 bit         180ms      90ms         0ms\nRSA 4096 bit        3690ms     200ms         0ms\nELG 1024 bit             -      30ms        20ms\nELG 2048 bit             -     230ms       110ms\nELG 3072 bit             -     750ms       360ms\nDSA 1024/160             -       0ms         0ms\nDSA 2048/224             -      20ms        10ms\nDSA 3072/256             -      20ms        20ms\nECDSA 192 bit          0ms      10ms         0ms\nECDSA 224 bit         10ms      10ms        10ms\nECDSA 256 bit          0ms      10ms        10ms\nECDSA 384 bit          0ms      20ms        20ms\nECDSA 521 bit         20ms      40ms        50ms\nEdDSA Ed25519          0ms      10ms         0ms\nEdDSA Ed448            0ms      20ms        20ms\nGOST  256 bit          0ms      10ms        10ms\nGOST  512 bit         10ms      40ms        50ms\n\npowm           0ms    10ms    10ms\n\nrandom         0ms    10ms\nPASS: benchmark\nSKIP: hashtest-6g\nSKIP: hashtest-256g\n28 tests run, 28 succeeded, 0 failed, 2 skipped.\ntestdrv: All tests completed in     0ms.  Errors: 0\nDURATION: 61\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5628604888916016,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libgpg-error_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libgpg-error",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0010247230529785156,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.16550874710083,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0330965518951416,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4127352237701416,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0010600090026855469,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libgpg-error.t-argparse": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-b64": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-lock": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-lock-single-posix": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-logging": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-malloc": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-name-value": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-poll": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-printf": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-spawn": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-strerror": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-stringutils": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-strlist": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-syserror": {
    "status": "PASSED"
   },
   "ptestresult.libgpg-error.t-version": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libgpg-error/ptest\nPASS: t-version\nUnspecified source: Success\ngcrypt: Invalid length specifier in S-expression\nGnuPG: Unknown packet\nGpgSM: Certificate too young\nGPG Agent: Bad CA certificate\nPinentry: Operation cancelled\nSCD: Card removed\nGPGME: Bad secret key\nKeybox: Too late to cancel LDAP\ngcrypt: Permission denied\ngcrypt: File exists\ngcrypt: No such file or directory\nPASS: t-strerror\nPASS: t-syserror\nPASS: t-lock\nPASS: t-printf\nPASS: t-poll\nPASS: t-b64\nNote: no default option file '../../libgpg-error-1.55/tests/etc/t-argparse.conf'\nNote: no default option file '../../libgpg-error-1.55/tests/t-argparse.conf'\ncurrent conffile='[cmdline]'\nPASS: t-argparse\nPASS: t-logging\nPASS: t-stringutils\nPASS: t-malloc\nPASS: t-spawn\nPASS: t-strlist\nPASS: t-name-value\nPASS: t-lock-single-posix\n===================\nAll 15 tests passed\n===================\nDURATION: 0\nEND: /usr/lib/libgpg-error/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libgpg-error": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nPASS: t-version\nUnspecified source: Success\ngcrypt: Invalid length specifier in S-expression\nGnuPG: Unknown packet\nGpgSM: Certificate too young\nGPG Agent: Bad CA certificate\nPinentry: Operation cancelled\nSCD: Card removed\nGPGME: Bad secret key\nKeybox: Too late to cancel LDAP\ngcrypt: Permission denied\ngcrypt: File exists\ngcrypt: No such file or directory\nPASS: t-strerror\nPASS: t-syserror\nPASS: t-lock\nPASS: t-printf\nPASS: t-poll\nPASS: t-b64\nNote: no default option file '../../libgpg-error-1.55/tests/etc/t-argparse.conf'\nNote: no default option file '../../libgpg-error-1.55/tests/t-argparse.conf'\ncurrent conffile='[cmdline]'\nPASS: t-argparse\nPASS: t-logging\nPASS: t-stringutils\nPASS: t-malloc\nPASS: t-spawn\nPASS: t-strlist\nPASS: t-name-value\nPASS: t-lock-single-posix\n===================\nAll 15 tests passed\n===================\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5221343040466309,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libmodule-build-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libmodule-build-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007505416870117188,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1715221405029297,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.025446414947509766,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 32.97458076477051,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011439323425292969,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libmodule-build-perl.t/00-compile": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/PL_files": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/actions/installdeps": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/actions/manifest_skip": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/add_property": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/add_property_array": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/add_property_hash": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/basic": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/bundle_inc": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/compat": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/compat/exit": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/debug": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/destinations": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/ext": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/extend": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/files": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/help": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/install": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/install_extra_target": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/manifypods": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/manifypods_with_utf8": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/metadata": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/metadata2": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/mymeta": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/new_from_context": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/notes": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/par": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/parents": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/perl_mb_opt": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/ppm": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/dist_suffix": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/license": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/module_name": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/needs_compiler": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/release_status": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/requires": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/properties/share_dir": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/resume": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/runthrough": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/sample": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/script_dist": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/signature": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/test_file_exts": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/test_reqs": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/test_type": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/test_types": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/tilde": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/unit_run_test_harness": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/use_tap_harness": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/versions": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/write_default_maniskip": {
    "status": "PASSED"
   },
   "ptestresult.libmodule-build-perl.t/xs": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/libmodule-build-perl/ptest\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'bin-foo' version '0.01'\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\n1..8\nPASS: t/script_dist\n1..4\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nok 2\nok 3\nok 4\nPASS: t/files\n1..9\nok 1 - runtests ran with expected parameters\nok 2 - runtests ran with expected parameters\nok 3 - switches are undef\nok 4 - switches are undef\nok 5 - run_test_harness should not produce warning if Test::Harness::[Ss]witches are undef and harness_switches() return empty list\nok 6 - runtests ran with expected parameters\nok 7 - runtests ran with expected parameters\nok 8 - switches are empty string\nok 9 - switches are empty string\nPASS: t/unit_run_test_harness\n1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set\nPASS: t/bundle_inc\n1..2\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1 - dodged the bullet\nok 2\nPASS: t/new_from_context\n1..1\nok 1\nPASS: t/add_property_array\nok 1 - Module::Build->new_from_context\nok 2 - small Makefile.PL created\nok 3 - Makefile.PL does not require a perl version\nok 4 - Makefile.PL ran without error\nok 5 - Makefile exists\nok 6 - (skipping cleanup)\nok 7 - Makefile has correct PREREQ_PM line\nok 8 - make ran without error\nok 9 - make test ran without error\nok 10 - make test output indicated success\nok 11 - make realclean ran without error\nok 12 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 13 - Makefile exists\nok 14 - Makefile cleaned up with realclean\nok 15 - Makefile.PL ran without error\nok 16 - Makefile exists\nok 17 - Makefile cleaned up with distclean\nok 18 - cleaned up Makefile\nok 19 - Module::Build->new_from_context\nok 20 - passthrough Makefile.PL created\nok 21 - Makefile.PL does not require a perl version\nok 22 - Makefile.PL ran without error\nok 23 - Makefile exists\nok 24 - (skipping cleanup)\nok 25 - Makefile has correct PREREQ_PM line\nok 26 - make ran without error\nok 27 - make test ran without error\nok 28 - make test output indicated success\nok 29 - make realclean ran without error\nok 30 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 31 - Makefile exists\nok 32 - Makefile cleaned up with realclean\nok 33 - Makefile.PL ran without error\nok 34 - Makefile exists\nok 35 - Makefile cleaned up with distclean\nok 36 - cleaned up Makefile\nok 37 - Module::Build->new_from_context\nok 38 - traditional Makefile.PL created\nok 39 - Makefile.PL does not require a perl version\nok 40 - Makefile.PL ran without error\nok 41 - Makefile exists\nok 42 - (skipping cleanup)\nok 43 - Makefile has correct PREREQ_PM line\nok 44 - Found WriteMakefile arguments\nok 45 - Makefile.PL has correct PL_FILES line\nok 46 - make ran without error\nok 47 - make test ran without error\nok 48 - make test output indicated success\nok 49 - make realclean ran without error\nok 50 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 51 - Makefile exists\nok 52 - Makefile cleaned up with realclean\nok 53 - Makefile.PL ran without error\nok 54 - Makefile exists\nok 55 - Makefile cleaned up with distclean\nok 56 - cleaned up Makefile\nok 57 - Module::Build->new_from_context\nok 58 - small Makefile.PL created\nok 59 - Makefile.PL has 'require 5.040002;'\nok 60 - Makefile.PL ran without error\nok 61 - Makefile exists\nok 62 - (skipping cleanup)\nok 63 - Makefile has correct PREREQ_PM line\nok 64 - make ran without error\nok 65 - PL_files generated - foo\nok 66 - make test ran without error\nok 67 - make test output indicated success\nok 68 - make realclean ran without error\nok 69 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 70 - Makefile exists\nok 71 - Makefile cleaned up with realclean\nok 72 - Makefile.PL ran without error\nok 73 - Makefile exists\nok 74 - Makefile cleaned up with distclean\nok 75 - cleaned up Makefile\nok 76 - Module::Build->new_from_context\nok 77 - passthrough Makefile.PL created\nok 78 - Makefile.PL has 'require 5.040002;'\nok 79 - Makefile.PL ran without error\nok 80 - Makefile exists\nok 81 - (skipping cleanup)\nok 82 - Makefile has correct PREREQ_PM line\nok 83 - make ran without error\nok 84 - PL_files generated - foo\nok 85 - make test ran without error\nok 86 - make test output indicated success\nok 87 - make realclean ran without error\nok 88 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 89 - Makefile exists\nok 90 - Makefile cleaned up with realclean\nok 91 - Makefile.PL ran without error\nok 92 - Makefile exists\nok 93 - Makefile cleaned up with distclean\nok 94 - cleaned up Makefile\nok 95 - Module::Build->new_from_context\nok 96 - traditional Makefile.PL created\nok 97 - Makefile.PL has 'require 5.040002;'\nok 98 - Makefile.PL ran without error\nok 99 - Makefile exists\nok 100 - (skipping cleanup)\nok 101 - Makefile has correct PREREQ_PM line\nok 102 - Found WriteMakefile arguments\nok 103 - Makefile.PL has correct PL_FILES line\nok 104 - make ran without error\nok 105 - PL_files generated - foo\nok 106 - make test ran without error\nok 107 - make test output indicated success\nok 108 - make realclean ran without error\nok 109 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 110 - Makefile exists\nok 111 - Makefile cleaned up with realclean\nok 112 - Makefile.PL ran without error\nok 113 - Makefile exists\nok 114 - Makefile cleaned up with distclean\nok 115 - cleaned up Makefile\nok 116 - Module::Build->new_from_context\nok 117 - fake_makefile lived\nok 118 - found 'realclean' in fake_makefile output\nok 119 - saw warning about 'build_class'\nok 120 - passthrough Makefile.PL created\nok 121 - Makefile.PL failed\nok 122 - custom builder wasn't found\nok 123 - small Makefile.PL created\nok 124 - Makefile.PL failed\nok 125 - custom builder wasn't found\nok 126 - passthrough Makefile.PL created\nok 127 - Makefile.PL ran without error\nok 128 - small Makefile.PL created\nok 129 - Makefile.PL ran without error\nok 130 - passthrough Makefile.PL created\nok 131 - passthrough Makefile.PL ran with arguments\nok 132 - Build.PL generated\nok 133 - installdirs is core\nok 134 - tests set for verbose\nok 135 - custom libdir\nok 136 - PERL_POLLUTE set\nok 137 - make test ran without error\nok 138 - Should be verbose\nok 139 - make test without verbose ran ok\nok 140 - Should be non-verbose\nok 141 - fakeinstall INSTALLDIRS=vendor ran ok\nok 142 - Saw destination directory for INSTALLDIRS=vendor\nok 143 - fakeinstall PREFIX=$libdir2 ran ok\nok 144 - Saw destination directory for PREFIX=$libdir2\nok 145 - fakeinstall PREFIX=$libdir2 LIB=mylib ran ok\nok 146 - Saw destination directory for PREFIX=$libdir2 LIB=mylib\nok 147 - Makefile shouldn't exist\nok 148 - Makefile.PL cleaned up\nok 149 - passthrough Makefile.PL created\nok 150 - install_base set\nok 151 - Tildes should be expanded\nok 152 - Makefile shouldn't exist\nok 153 - Makefile.PL cleaned up\nok 154 - traditional Makefile.PL created\nok 155 - Found WriteMakefile arguments\nok 156 - Makefile.PL has correct TESTS line for recursive test files\nok 157 - Makefile.PL cleaned up\nok 158 - Makefile.PL created\nok 159 - Correctly complains and converts dotted-decimal\nok 160 - Properly converted dotted-decimal\nok 161 - Makefile.PL cleaned up\nok 162 - Makefile.PL doesn't exist before we start\nok 163 - Correctly dies when it encounters invalid prereq\nok 164 - Makefile.PL NOT created\nok 165 - Makefile.PL cleaned up\n1..165\nPASS: t/compat\n1..3\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_name is 'Simple'\nok 3 - resume added @INC addition to @INC\nPASS: t/resume\n1..63\nok 1\nok 2\nCleaning up build files\nCleaning up configuration files\nok 3 - MBB->can('ACTION_loop')\nok 4 - MBB->can('ACTION_loop2')\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12 - The foo element should be in build_elements only once\nBuilding Simple\nok 13\nCleaning up build files\nCleaning up configuration files\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20 - An object of class 'MBSub' isa 'Module::Build'\nok 21 - An object of class 'MBSub' isa 'MBSub'\nok 22\nok 23 - MBSub->can('module_name')\nok 24 - MBSub->can('foo')\nok 25\nok 26\nok 27\nok 28 - MBSub->can('bar')\nok 29\nok 30\nok 31\nok 32\nok 33 - MBSub->can('hash')\nok 34 - A reference of type 'HASH' isa 'HASH'\nok 35\nok 36\nok 37\nok 38 - MBSub->can('hash')\nok 39 - A reference of type 'HASH' isa 'HASH'\nok 40\nok 41\nok 42\nok 43 - An object of class 'MBSub2' isa 'Module::Build'\nok 44 - An object of class 'MBSub2' isa 'MBSub2'\nok 45\nok 46 - MBSub2->can('bar')\nok 47\nok 48\nok 49\nok 50\nok 51\nok 52\nok 53 - prompt() requires a prompt\nok 54 - y_n() requires a prompt\nok 55 - y_n() requires a default of 'y' or 'n'\nIs this a question?  \nok 56 - Do not allow default-less y_n() for unattended builds\nIs this a question?  \nok 57 - Do not allow default-less prompt() for unattended builds\nIs this a question?  \nok 58 - prompt() doesn't require default for interactive builds\nSay yes  \nok 59 - y_n() doesn't require default for interactive build\nIs this a question  \nok 60 - default for prompt() without a default is ''\nIs this a question [y ]y \nok 61 -   prompt() with a default\nIs this a question [y ]y \nok 62 -   y_n() with a default\nIs this a question []\nok 63 -   prompt() with undef() default\nPASS: t/extend\n1..41\nok 1 - META.yml doesn't exist before Build.PL runs\nok 2 - MYMETA.yml doesn't exist before Build.PL runs\nok 3 - META.json doesn't exist before Build.PL runs\nok 4 - MYMETA.json doesn't exist before Build.PL runs\nok 5 - Ran Build.PL and saw MYMETA.yml creation message\nok 6 - MYMETA.yml exists\nok 7 - MYMETA.json exists\nok 8 - Ran Build distmeta to create META.yml\nok 9 - Re-ran Build.PL and regenerated MYMETA.yml based on META.yml\nok 10 - META.yml 'dynamic_config' is 1\nok 11 - MYMETA.yml 'dynamic_config' is 0\nok 12 - Other generated MYMETA.yml matches generated META.yml\nok 13 - CPAN meta spec mentioned in meta-spec URL\nok 14 - META.json 'dynamic_config' is 1\nok 15 - MYMETA.json 'dynamic_config' is 0\nok 16 - Other generated MYMETA.json matches generated META.json\nok 17 - CPAN meta spec mentioned in meta-spec URL\nok 18 - Ran realclean\nok 19 - Build file removed\nok 20 - MYMETA.yml file removed\nok 21 - MYMETA.json file removed\nok 22 - Ran Build.PL with dynamic config\nok 23 - MYMETA.yml exists\nok 24 - MYMETA.json exists\nok 25 - MYMETA.yml requires differs from META.yml\nok 26 - MYMETA.json requires differs from META.json\nok 27 - Ran realclean\nok 28 - Build file removed\nok 29 - MYMETA file removed\nok 30 - MYMETA file removed\nok 31 - Wrote manually modified META.yml\nok 32 - Wrote manually modified META.json\nok 33 - Ran Build.PL\nok 34 - MYMETA.yml preserved META.yml modifications\nok 35 - MYMETA.json preserved META.json modifications\nok 36 - MANIFEST.SKIP created for distcheck\nok 37 - MYMETA not flagged by distcheck\nok 38 - Ran Build.PL and saw MYMETA.yml creation message\nok 39 - No MYMETA.yml after distclean\nok 40 - No MYMETA.json after distclean\nok 41 - No MANIFEST.SKIP after distclean\nPASS: t/mymeta\n1..7\nok 1 - MANIFEST.SKIP doesn't exist at start\nok 2 - An object of class 'Module::Build' isa 'Module::Build'\nok 3 - 'Build manifest_skip' creates MANIFEST.SKIP\nok 4 - Saw creation message\nok 5 - Running it again warns about pre-existing MANIFEST.SKIP\nok 6 - File does not appear modified\nok 7 - MANIFEST.SKIP still exists after distclean\nPASS: t/actions/manifest_skip\n1..6\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - cpan_client is mocked with perl\nok 3 - ran mocked Build installdeps\nok 4 - saw File::Spec prereq\nok 5 - saw Getopt::Long prereq\nok 6 - Build installdeps with bad cpan_client fails\nPASS: t/actions/installdeps\n1..2\nBuilding Simple\nok 1 - Manpage is found at blib/libdoc/Simple::PodWithUtf8.3\nok 2 - POD should contain special characters\nPASS: t/manifypods_with_utf8\n1..2\nok 1 - version_from_file\nok 2 - compare: 1.0_01 > 1.0\nPASS: t/versions\n1..3\nok 1 - Makefile.PL exit\nok 2\nok 3\nPASS: t/compat/exit\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -I/usr/lib/perl5/5.40.2/x86_64-linux/CORE -fPIC -Wno-unused-function -c -O2 -g -pipe -D_GNU_SOURCE -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -fwrapv -fno-strict-aliasing -o /tmp/MB-1FloEgEj/test.o /tmp/MB-1FloEgEj/test.c\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -o /tmp/MB-1FloEgEj/test /tmp/MB-1FloEgEj/test.o\n1..0 # SKIP PAR::Dist 0.17 or up not installed to check .par's.\nPASS: t/par\n1..11\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 10\nok 11\nPASS: t/notes\n1..23\nok 1\nok 2 - MyModuleBuilder->can('ACTION_foo')\nok 3 - got doc for 'foo'\nok 4 - got the right doc\nok 5 - got doc for 'bar'\nok 6 - got the right doc\nok 7 - got doc for 'baz'\nok 8 - got the right doc\nok 9 - slap\nok 10 - informative error\nok 11 - got doc for 'help'\nnot ok 12 - got the right doc # TODO Do we allow overrides on just docs?\n#   Failed (TODO) test 'got the right doc'\n#   at t/help.t line 93.\n#                   '=item help\n# \n# Does the help thing.\n# \n# You should probably not be seeing this.  That is, we haven't\n# overridden the help action, but we're able to override just the\n# docs?  That almost seems reasonable, but is probably wrong.\n# \n# =item help\n# \n# [version 0.03]\n# \n# This action will simply print out a message that is meant to help you\n# use the build process.  It will show you a list of available build\n# actions too.\n# \n# With an optional argument specifying an action name (e.g. C<Build help\n# test>), the 'help' action will show you any POD documentation it can\n# find for that action.\n# \n# '\n#           matches '(?^s:^=\\w+ help\\n\\nDoes the help thing\\.)'\nnot ok 13 - got doc for 'foo' # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got doc for 'foo''\n#   at t/help.t line 182.\nnot ok 14 - got the right doc # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got the right doc'\n#   at t/help.t line 183.\n#                   'undef'\n#     doesn't match '(?^s:^=\\w+ foo\\n\\nDoes the foo thing\\.)'\nnot ok 15 - got doc for 'bar' # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got doc for 'bar''\n#   at t/help.t line 182.\nnot ok 16 - got the right doc # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got the right doc'\n#   at t/help.t line 183.\n#                   'undef'\n#     doesn't match '(?^s:^=\\w+ bar\\n\\nDoes the bar thing\\.)'\nok 17 - got doc for 'foo'\nok 18 - got the right doc\nok 19 - got doc for 'bar'\nok 20 - got the right doc\nok 21 - got doc for 'baz'\nok 22 - got the right doc\nok 23 - nothing after uplevel\nPASS: t/help\n1..16\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13 - API does not expand tildes\nok 14\nok 15\nok 16\nPASS: t/tilde\n1..9\nok 1 - Construct build object with test_file_exts parameter\nok 2 - Should see first test output\nok 3 - Should see test success message\nok 4 - Construct build object with test_file_exts parameter\nok 5 - Should not see first test output\nok 6 - Should see test success message\nok 7 - Construct build object after setting tests to fail\nok 8 - 'Build test' had non-zero exit code\nok 9 - Saw emulated Test::Harness die() message\nPASS: t/use_tap_harness\n1..29\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nok 2\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17 - Check version used to create META.yml: 0.4234 == 0.4234\nok 18 # skip Archive::Tar 1.08+ not installed\nok 19\nok 20\nok 21 - should rewrite the shebang line\nCleaning up build files\nCleaning up configuration files\nok 22\nok 23\nok 24\nok 25\nok 26 # skip Windows-only test\nok 27 # skip Windows-only test\nok 28 # skip Windows-only test\nok 29 # skip Windows-only test\nPASS: t/runthrough\n1..8\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nBuilding Simple\nInstalling test_install/lib/perl5/Simple.pm\nInstalling test_install/lib/perl5/Bar.pm\nInstalling test_install/man/man3/Simple.3\nInstalling test_install/bin/foo\nok 1 - Generated PL_files installed from bin\nok 2 -   and from lib\nok 3 - PL_files not installed from bin\nok 4 -   nor from lib\nok 5 - Generated bin contains correct content\nok 6 -   so does the lib\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 7 - special PL file ran\nok 8 - generated special file not added to cleanup\nPASS: t/PL_files\n1..12\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8 - ./Build distdir --sign 0 does not sign\nok 9\nok 10\nok 11\nok 12 - Build.PL --sign=1 signs\nPASS: t/signature\n1..26\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nPASS: t/parents\n1..58\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nCleaning up build files\nCleaning up configuration files\nok 12\nok 13\nok 14\nok 15\nok 16\nCleaning up build files\nCleaning up configuration files\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nCleaning up build files\nCleaning up configuration files\nChecking whether your kit is complete...\nLooks good\n\nChecking prerequisites...\nLooks good\n\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29 - bar\nok 30 - bat\nok 31\nok 32\nok 33\nok 34\nok 35\nok 36\nok 37\nok 38\nok 39\nok 40\nok 41\nok 42 - dist_author converted to array if simple string\nok 43\nok 44\nok 45\nok 46 - Should split shell string into list\nok 47 - Should split shell string into list\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 48\nok 49 - Should split shell string into list\nok 50 - Should split shell string into list\nok 51\nok 52 - Should have include dirs\nok 53\nok 54 - Should have string include dir\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 55\nok 56 - Should have include dirs\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 57\nok 58 - Should have single include dir\nPASS: t/basic\n1..7\nok 1\nt/special_ext.st .. ok\nAll tests successful.\nFiles=1, Tests=2,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.05 cusr  0.01 csys =  0.07 CPU)\nResult: PASS\nok 2 - called once\nok 3\nok 4\nok 5 - called again\nok 6\nok 7 - called a third time\nPASS: t/test_type\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - regular version has release_status 'stable'\nok 3 - An object of class 'Module::Build' isa 'Module::Build'\nok 4 - dotted-decimal version has release_status 'stable'\nok 5 - An object of class 'Module::Build' isa 'Module::Build'\nok 6 - alpha version has release_status 'testing'\nok 7 - An object of class 'Module::Build' isa 'Module::Build'\nok 8 - explicit 'unstable' keeps release_status 'unstable'\nok 9 - An object of class 'Module::Build' isa 'Module::Build'\nok 10 - regular version marked 'testing' gets 'TRIAL' suffix\nok 11 - An object of class 'Module::Build' isa 'Module::Build'\nok 12 - dotted version marked 'testing' gets 'TRIAL' suffix\nok 13 - An object of class 'Module::Build' isa 'Module::Build'\nok 14 - regular version marked 'unstable' gets 'TRIAL' suffix\nok 15 - Got error message for illegal release_status\nok 16 - Got error message for illegal 'stable' with alpha version\nok 17 - An object of class 'Module::Build' isa 'Module::Build'\nok 18 - non-standard dist_version does not get a suffix\nok 19 - non-standard dist_version defaults to stable release_status\n1..19\nPASS: t/properties/release_status\n1..27\nok 1 - Default Build.PL\nok 2 - needs_compiler is false\nok 3 - ExtUtils::CBuilder is not in build_requires\nok 4 - Build.PL with string c_source\nok 5 - c_source is set\nok 6 - needs_compiler is true\nok 7 - ExtUtils::CBuilder was added to build_requires\nok 8 - Build.PL with non-empty array c_source\nok 9 - c_source is set\nok 10 - needs_compiler is true\nok 11 - ExtUtils::CBuilder was added to build_requires\nok 12 - Build.PL with empty array c_source\nok 13 - c_source is set\nok 14 - needs_compiler is false\nok 15 - ExtUtils::CBuilder is not in build_requires\nok 16 - Build.PL with xs files\nok 17 - needs_compiler is true\nok 18 - ExtUtils::CBuilder was added to build_requires\nok 19 - Build.PL with xs files, but needs_compiler => 0\nok 20 - needs_compiler is false\nok 21 - ExtUtils::CBuilder is not in build_requires\nok 22 - Build.PL with xs files, build_requires EU::CB 0.2\nok 23 - needs_compiler is true\nok 24 - build_requires for ExtUtils::CBuilder is correct version\nok 25 - Build.PL while hiding compiler\nok 26 - hidden compiler resulted in warning message during Build.PL\nok 27 - hidden compiler resulted in fatal message during Build\nPASS: t/properties/needs_compiler\n1..4\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - module_name guessed from dist_name\nok 3 - An object of class 'Module::Build' isa 'Module::Build'\nok 4 - module_name guessed from dist_version_from\nPASS: t/properties/module_name\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - license 'perl' is valid\nok 3 - META license will be 'perl'\nok 4 - META license URL is correct\nok 5 - An object of class 'Module::Build' isa 'Module::Build'\nok 6 - license 'VaporWare' is valid\nok 7 - META license will be 'unrestricted'\nok 8 - META license URL is correct\n1..8\nPASS: t/properties/license\n1..4\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - undef prereq converted to 0\nok 3 - An object of class 'Module::Build' isa 'Module::Build'\nok 4 - empty string prereq converted to 0\nPASS: t/properties/requires\n1..23\nok 1 - Created Module::Build object\nok 2 - default share_dir undef if no 'share' dir exists\nok 3 - File::ShareDir not added to 'requires'\nok 4 - Created 'share' directory\nok 5 - Created 'share/subdir/share' directory\nok 6 - Created 'share/subdir/whatever' directory\nok 7 - Created 'other/share' directory\nok 8 - Default share_dir is undef even if 'share' exists\nok 9 - File::ShareDir not added to 'requires'\nok 10 - Scalar share_dir set as dist-type share\nok 11 - Arrayref share_dir set as dist-type share\nok 12 - Hashref share_dir w/ scalar dist set as dist-type share\nok 13 - Hashref share_dir w/ arrayref dist set as dist-type share\nok 14 - Hashref share_dir w/ both dist and module shares (scalar-form)\nok 15 - Hashref share_dir w/ both dist and module shares (array-form)\nok 16 - share_dir filemap for copying to lib complete\nok 17 - Build ran and blib exists\nok 18 - blib/lib/auto/share exists\nok 19 - share_dir files copied to blib\nok 20 - temp install dir created\nok 21 - share_dir files correctly installed\nok 22 # skip needs File::ShareDir 1.00\nok 23 # skip needs File::ShareDir 1.00\nPASS: t/properties/share_dir\n1..2\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_suffix set correctly\nPASS: t/properties/dist_suffix\n1..225\nok 1 - Split using Module::Build\nok 2 - Split using Module::Build\nok 3 - Split using Module::Build::Platform::Unix\nok 4 - Split using Module::Build::Platform::Unix\nok 5 - Split using Module::Build::Platform::Windows\nok 6 - Split using Module::Build::Platform::Windows\nok 7 - 'one t'wo th'ree f\"o\\\"ur \" \"five\" ' result all defined\nok 8\nok 9 - ' foo bar ' result all defined\nok 10\nok 11 - ' D\\'oh f{g\\'h\\\"i\\]\\* ' result all defined\nok 12\nok 13 - ' D\\$foo ' result all defined\nok 14\nok 15 - 'one\\\\\n# two' result all defined\nok 16\nok 17 - 'a\" \"b\\c\" \"d' result all defined\nok 18\nok 19 - '\"a b\\c d\"' result all defined\nok 20\nok 21 - '\"a b\"\\\"c d\"' result all defined\nok 22\nok 23 - '\"a b\"\\\\\"c d\"' result all defined\nok 24\nok 25 - '\"a\"\\\"b\" \"a\\\"b\"' result all defined\nok 26\nok 27 - '\"a\"\\\\\"b\" \"a\\\\\"b\"' result all defined\nok 28\nok 29 - '\"a\"\\\"b a\\\"b\"' result all defined\nok 30\nok 31 - 'a\"\\\"b\" \"a\\\"b' result all defined\nok 32\nok 33 - 'a\"\\\"b\"  \"a\\\"b' result all defined\nok 34\nok 35 - 'a           b' result all defined\nok 36\nok 37 - 'a\"\\\"b a\\\"b' result all defined\nok 38\nok 39 - '\"a\"\"b\" \"a\"b\"' result all defined\nok 40\nok 41 - '\\\"a\\\"' result all defined\nok 42\nok 43 - '\"a\"\" \"b\"' result all defined\nok 44\nok 45 - 'a\"b' result all defined\nok 46\nok 47 - 'a\"\"b' result all defined\nok 48\nok 49 - 'a\"\"\"b' result all defined\nok 50\nok 51 - 'a\"\"\"\"b' result all defined\nok 52\nok 53 - 'a\"\"\"\"\"b' result all defined\nok 54\nok 55 - 'a\"\"\"\"\"\"b' result all defined\nok 56\nok 57 - '\"a\"b\"' result all defined\nok 58\nok 59 - '\"a\"\"b\"' result all defined\nok 60\nok 61 - '\"a\"\"\"b\"' result all defined\nok 62\nok 63 - '\"a\"\"\"\"b\"' result all defined\nok 64\nok 65 - '\"a\"\"\"\"\"b\"' result all defined\nok 66\nok 67 - '\"a\"\"\"\"\"\"b\"' result all defined\nok 68\nok 69 - '' result all defined\nok 70\nok 71 - ' ' result all defined\nok 72\nok 73 - '\"\"' result all defined\nok 74\nok 75 - '\" \"' result all defined\nok 76\nok 77 - '\"\"a' result all defined\nok 78\nok 79 - '\"\"a b' result all defined\nok 80\nok 81 - 'a\"\"' result all defined\nok 82\nok 83 - 'a\"\" b' result all defined\nok 84\nok 85 - '\"\" a' result all defined\nok 86\nok 87 - 'a \"\"' result all defined\nok 88\nok 89 - 'a \"\" b' result all defined\nok 90\nok 91 - 'a \" \" b' result all defined\nok 92\nok 93 - 'a \" b \" c' result all defined\nok 94\nok 95 - 'a \"0\" c' result all defined\nok 96\nok 97 - '\"a\\b\"' result all defined\nok 98\nok 99 - '\"a\\\\b\"' result all defined\nok 100\nok 101 - '\"a\\\\\\b\"' result all defined\nok 102\nok 103 - '\"a\\\\\\\\b\"' result all defined\nok 104\nok 105 - '\"a\\\"' result all defined\nok 106\nok 107 - '\"a\\\\\"' result all defined\nok 108\nok 109 - '\"a\\\\\\\"' result all defined\nok 110\nok 111 - '\"a\\\\\\\\\"' result all defined\nok 112\nok 113 - '\"a\\\\\\\"\"' result all defined\nok 114\nok 115\nok 116\nok 117 - perl round trip for {one}{two three}{fo\"ur }{five}\nok 118 - perl round trip for {foo}{bar}\nok 119 - perl round trip for {D'oh}{f{g'h\"i]*}\nok 120 - perl round trip for {D$foo}\nok 121 - perl round trip for {one\n# two}\nok 122 - perl round trip for {a b\\c d}\nok 123 - perl round trip for {a b\\c d}\nok 124 - perl round trip for {a b\"c}{d}\nok 125 - perl round trip for {a b\\c d}\nok 126 - perl round trip for {a\"b a\"b}\nok 127 - perl round trip for {a\\b}{a\\b}\nok 128 - perl round trip for {a\"b}{a\"b}\nok 129 - perl round trip for {a\"b}{a\"b}\nok 130 - perl round trip for {a\"b}{a\"b}\nok 131 - perl round trip for {a}{b}\nok 132 - perl round trip for {a\"b a\"b}\nok 133 - perl round trip for {a\"b ab}\nok 134 - perl round trip for {\"a\"}\nok 135 - perl round trip for {a\"}{b}\nok 136 - perl round trip for {ab}\nok 137 - perl round trip for {ab}\nok 138 - perl round trip for {a\"b}\nok 139 - perl round trip for {a\"b}\nok 140 - perl round trip for {a\"b}\nok 141 - perl round trip for {a\"\"b}\nok 142 - perl round trip for {ab}\nok 143 - perl round trip for {a\"b}\nok 144 - perl round trip for {a\"b}\nok 145 - perl round trip for {a\"b}\nok 146 - perl round trip for {a\"\"b}\nok 147 - perl round trip for {a\"\"b}\nok 148 - perl round trip for \nok 149 - perl round trip for \nok 150 - perl round trip for {}\nok 151 - perl round trip for { }\nok 152 - perl round trip for {a}\nok 153 - perl round trip for {a}{b}\nok 154 - perl round trip for {a}\nok 155 - perl round trip for {a}{b}\nok 156 - perl round trip for {}{a}\nok 157 - perl round trip for {a}{}\nok 158 - perl round trip for {a}{}{b}\nok 159 - perl round trip for {a}{ }{b}\nok 160 - perl round trip for {a}{ b }{c}\nok 161 - perl round trip for {a}{0}{c}\nok 162 - perl round trip for {a\\b}\nok 163 - perl round trip for {a\\\\b}\nok 164 - perl round trip for {a\\\\\\b}\nok 165 - perl round trip for {a\\\\\\\\b}\nok 166 - perl round trip for {a\"}\nok 167 - perl round trip for {a\\}\nok 168 - perl round trip for {a\\\"}\nok 169 - perl round trip for {a\\\\}\nok 170 - perl round trip for {a\\\"}\nok 171 - backticks round trip for {one}{two three}{fo\"ur }{five}\nok 172 - backticks round trip for {foo}{bar}\nok 173 - backticks round trip for {D'oh}{f{g'h\"i]*}\nok 174 - backticks round trip for {D$foo}\nok 175 - backticks round trip for {one\n# two}\nok 176 - backticks round trip for {a b\\c d}\nok 177 - backticks round trip for {a b\\c d}\nok 178 - backticks round trip for {a b\"c}{d}\nok 179 - backticks round trip for {a b\\c d}\nok 180 - backticks round trip for {a\"b a\"b}\nok 181 - backticks round trip for {a\\b}{a\\b}\nok 182 - backticks round trip for {a\"b}{a\"b}\nok 183 - backticks round trip for {a\"b}{a\"b}\nok 184 - backticks round trip for {a\"b}{a\"b}\nok 185 - backticks round trip for {a}{b}\nok 186 - backticks round trip for {a\"b a\"b}\nok 187 - backticks round trip for {a\"b ab}\nok 188 - backticks round trip for {\"a\"}\nok 189 - backticks round trip for {a\"}{b}\nok 190 - backticks round trip for {ab}\nok 191 - backticks round trip for {ab}\nok 192 - backticks round trip for {a\"b}\nok 193 - backticks round trip for {a\"b}\nok 194 - backticks round trip for {a\"b}\nok 195 - backticks round trip for {a\"\"b}\nok 196 - backticks round trip for {ab}\nok 197 - backticks round trip for {a\"b}\nok 198 - backticks round trip for {a\"b}\nok 199 - backticks round trip for {a\"b}\nok 200 - backticks round trip for {a\"\"b}\nok 201 - backticks round trip for {a\"\"b}\nok 202 - backticks round trip for \nok 203 - backticks round trip for \nok 204 - backticks round trip for {}\nok 205 - backticks round trip for { }\nok 206 - backticks round trip for {a}\nok 207 - backticks round trip for {a}{b}\nok 208 - backticks round trip for {a}\nok 209 - backticks round trip for {a}{b}\nok 210 - backticks round trip for {}{a}\nok 211 - backticks round trip for {a}{}\nok 212 - backticks round trip for {a}{}{b}\nok 213 - backticks round trip for {a}{ }{b}\nok 214 - backticks round trip for {a}{ b }{c}\nok 215 - backticks round trip for {a}{0}{c}\nok 216 - backticks round trip for {a\\b}\nok 217 - backticks round trip for {a\\\\b}\nok 218 - backticks round trip for {a\\\\\\b}\nok 219 - backticks round trip for {a\\\\\\\\b}\nok 220 - backticks round trip for {a\"}\nok 221 - backticks round trip for {a\\}\nok 222 - backticks round trip for {a\\\"}\nok 223 - backticks round trip for {a\\\\}\nok 224 - backticks round trip for {a\\\"}\nok 225\nPASS: t/ext\n1..1\nok 1 - found nested ACTION_* debug statements\nPASS: t/debug\n1..19\nok 1 - compiling lib/Module/Build.pm\nok 2 - compiling lib/Module/Build/Base.pm\nok 3 - compiling lib/Module/Build/Compat.pm\nok 4 - compiling lib/Module/Build/Config.pm\nok 5 - compiling lib/Module/Build/Cookbook.pm\nok 6 - compiling lib/Module/Build/Dumper.pm\nok 7 - compiling lib/Module/Build/Notes.pm\nok 8 - compiling lib/Module/Build/PPMMaker.pm\nok 9 - compiling lib/Module/Build/Platform/Default.pm\nok 10 - compiling lib/Module/Build/Platform/MacOS.pm\nok 11 - compiling lib/Module/Build/Platform/Unix.pm\nok 12 - compiling lib/Module/Build/Platform/VMS.pm\nok 13 - compiling lib/Module/Build/Platform/VOS.pm\nok 14 - compiling lib/Module/Build/Platform/Windows.pm\nok 15 - compiling lib/Module/Build/Platform/aix.pm\nok 16 - compiling lib/Module/Build/Platform/cygwin.pm\nok 17 - compiling lib/Module/Build/Platform/darwin.pm\nok 18 - compiling lib/Module/Build/Platform/os2.pm\nok 19 - compiling lib/Module/Build/PodParser.pm\nPASS: t/00-compile\n1..113\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1 - An object of class 'Module::Build' isa 'Module::Build::Base'\nok 2 - install_path() accessor\nok 3 -   returns assigned path\nok 4 -   can read stored path\nok 5 -   can access map\nok 6 -   can delete a path element\nok 7 -   deletes path from map\nok 8 - install_base_relpaths() accessor\nok 9 -   emits error if path not relative\nok 10 -   returns assigned path\nok 11 -   can read stored path\nok 12 -   can access map\nok 13 -   can delete a path element\nok 14 -   deletes path from map\nok 15 - prefix_relpaths() accessor\nok 16 -   defaults to 'site'\nok 17 -   emits error if path not relative\nok 18 -   returns assigned path\nok 19 -   can read stored path\nok 20 -   can access map\nok 21 -   can delete a path element\nok 22 -   deletes path from map\nok 23\nok 24\nok 25\nok 26 - libdoc destination\nok 27 - bindoc destination\nok 28 - lib destination\nok 29 - bin destination\nok 30 - script destination\nok 31 - arch destination\nok 32 - binhtml destination\nok 33 - libhtml destination\nok 34\nok 35 - arch destination\nok 36 - script destination\nok 37 - binhtml destination\nok 38 - libhtml destination\nok 39 - libdoc destination\nok 40 - bindoc destination\nok 41 - lib destination\nok 42 - bin destination\nok 43\nok 44\nok 45\nok 46 - bindoc destination\nok 47 - libdoc destination\nok 48 - bin destination\nok 49 - lib destination\nok 50 - script destination\nok 51 - arch destination\nok 52 - libhtml destination\nok 53 - binhtml destination\nok 54\nok 55\nok 56 - lib prefixed\nok 57 -   suffix correctish (/tmp/MB-gmUP05Zg/site/lib/perl5/site_perl + some/prefix = some/prefix/lib/perl5/site_perl)\nok 58 - arch prefixed\nok 59 -   suffix correctish (/tmp/MB-gmUP05Zg/site/lib/perl5/site_perl/5.40.2/x86_64-linux + some/prefix = some/prefix/lib/perl5/site_perl/5.40.2/x86_64-linux)\nok 60 - bin prefixed\nok 61 -   suffix correctish (/tmp/MB-gmUP05Zg/site/bin + some/prefix = some/prefix/bin)\nok 62 - script prefixed\nok 63 -   suffix correctish (/tmp/MB-gmUP05Zg/site/bin + some/prefix = some/prefix/bin)\nok 64 - bindoc prefixed\nok 65 -   suffix correctish (/tmp/MB-gmUP05Zg/site/man/man1 + some/prefix = some/prefix/man/man1)\nok 66 - libdoc prefixed\nok 67 -   suffix correctish (/tmp/MB-gmUP05Zg/site/man/man3 + some/prefix = some/prefix/man/man3)\nok 68 - binhtml prefixed\nok 69 -   suffix correctish (/tmp/MB-gmUP05Zg/site/html + some/prefix = some/prefix/html)\nok 70 - libhtml prefixed\nok 71 -   suffix correctish (/tmp/MB-gmUP05Zg/site/html + some/prefix = some/prefix/html)\nok 72\nok 73 - lib prefixed\nok 74 # skip 'lib' not configured\nok 75 - arch prefixed\nok 76 # skip 'arch' not configured\nok 77 - bin prefixed\nok 78 # skip 'bin' not configured\nok 79 - script prefixed\nok 80 # skip 'script' not configured\nok 81 - bindoc prefixed\nok 82 # skip 'bindoc' not configured\nok 83 - libdoc prefixed\nok 84 # skip 'libdoc' not configured\nok 85 - binhtml prefixed\nok 86 # skip 'binhtml' not configured\nok 87 - libhtml prefixed\nok 88 # skip 'libhtml' not configured\nok 89\nok 90 - lib prefixed\nok 91 -   suffix correctish (/lib/perl5/site_perl + another/prefix = another/prefix/lib/perl5/site_perl)\nok 92 - arch prefixed\nok 93 -   suffix correctish (/foo/bar/lib/perl5/site_perl/5.40.2/x86_64-linux + another/prefix = another/prefix/lib/perl5/site_perl/5.40.2/x86_64-linux)\nok 94 - bin prefixed\nok 95 -   suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)\nok 96 - script prefixed\nok 97 -   suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)\nok 98 - bindoc prefixed\nok 99 -   suffix correctish (/biz/man/man1 + another/prefix = another/prefix/man/man1)\nok 100 - libdoc prefixed\nok 101 -   suffix correctish (/foo/bar/man/man3 + another/prefix = another/prefix/man/man3)\nok 102 - binhtml prefixed\nok 103 -   suffix correctish (/foo/bar/html + another/prefix = another/prefix/html)\nok 104 - libhtml prefixed\nok 105 -   suffix correctish (/foo/bar/html + another/prefix = another/prefix/html)\nok 106 - libdoc destination\nok 107 - bindoc destination\nok 108 - lib destination\nok 109 - bin destination\nok 110 - arch destination\nok 111 - script destination\nok 112 - binhtml destination\nok 113 - libhtml destination\nPASS: t/destinations\n1..27\nok 1 - Create new build object\nok 2 - Property \"foo\" should be undef\nok 3 - Set \"foo\"\nok 4 - Now \"foo\" should have new value\nok 5 - Property \"bar\" should be its default\nok 6 - Set \"bar\"\nok 7 - Now \"bar\" should have new value\nok 8 - Property \"check\" should be its default\nok 9 - Should get an error for an invalid value\nok 10 - It should be the correct error\nok 11 - Property \"code\" should have its code value\nok 12 - Property \"hash\" should be default\nok 13 - Should be able to get key in hash\nok 14 - Add a key to the hash prop\nok 15 - New key should be in hash\nok 16 - Should get exception for assigning invalid hash\nok 17 - It should be the correct error\nok 18 - Should get exception for assigning an array for a hash\nok 19 - It should be the proper error\nok 20 - Should be able to set hash to undef\nok 21 - Property \"installdirs\" should be default\nok 22 - Set \"installdirst\" to \"core\"\nok 23 - Now \"installdirs\" should be \"core\"\nok 24 - Should have caught exception setting \"installdirs\" to \"perl\"\nok 25 - And it should suggest \"core\" in the error message\nok 26 - Should catch exception for invalid \"installdirs\" value\nok 27 - And it should suggest the proper values in the error message\nPASS: t/add_property\nok 1 - Default maniskip written\nok 2 - default MANIFEST.SKIP used\nok 3 - Module::Build specific entries\nok 4 - distribution tarball entry\n1..4\nPASS: t/write_default_maniskip\n1..25\nok 1\nok 2 - saw expected output from first test\nok 3 - saw expected output from second test\nok 4 - we have some test output\nok 5 - saw expected output from first test\nok 6 - saw expected output from second test\nok 7 - expected output from basic.t\nok 8 - expected output from basic.t\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15 - saw expected output from first test\nok 16 - saw expected output from second test\nok 17 - we have some test output\nok 18 - saw expected output from first test\nok 19 - saw expected output from second test\nok 20 - expected output from basic.t\nok 21 - expected output from basic.t\nok 22\nok 23\nok 24\nok 25\nPASS: t/test_types\n1..2\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_name is 'Simple'\nPASS: t/sample\n1..14\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nok 1 - saw warning about M::B not in configure_requires\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7 - Add M::B to configure_requires\nok 8 - Test::More was required by ->new\nok 9\nok 10 - 'meta-spec' -> 'version' field present in META.yml\nok 11 - 'meta-spec' -> 'url' field present in META.yml\nok 12\nok 13\nok 14 - Add M::B to configure_requires\nPASS: t/metadata\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -I/usr/lib/perl5/5.40.2/x86_64-linux/CORE -fPIC -Wno-unused-function -c -O2 -g -pipe -D_GNU_SOURCE -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -fwrapv -fno-strict-aliasing -o /tmp/MB-aF4LPPg6/test.o /tmp/MB-aF4LPPg6/test.c\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -o /tmp/MB-aF4LPPg6/test /tmp/MB-aF4LPPg6/test.o\n1..0 # SKIP HTML support not installed\nPASS: t/ppm\n1..33\nok 1 - bindoc_dirs\nok 2 - libdoc_dirs\nBuilding Simple\nok 3\nok 4 - docs/myapp1.pod should contain POD\nok 5 - Created blib/bindoc/myapp1.pod.1 manpage\nok 6 - docs/myapp2.pm should contain POD\nok 7 - Created blib/bindoc/myapp2.pm.1 manpage\nok 8 - docs/myapp4 should contain POD\nok 9 - Created blib/bindoc/myapp4.1 manpage\nok 10 - lib/Simple/NoPod.pm should not contain POD\nok 11 - bin/nopod.pl should not contain POD\nok 12 - docs/myapp3.pl should contain POD\nok 13 - Created blib/bindoc/myapp3.pl.1 manpage\nok 14 - lib/Simple/AllPod.pod should contain POD\nok 15 - Created blib/libdoc/Simple::AllPod.3 manpage\nok 16 - bin/haspod.pl should contain POD\nok 17 - Created blib/bindoc/haspod.pl.1 manpage\nok 18 - lib/Simple.pm should contain POD\nok 19 - Created blib/libdoc/Simple.3 manpage\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp4.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp3.pl.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp2.pm.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp1.pod.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/haspod.pl.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/lib/perl5/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/lib/perl5/Simple/AllPod.pod\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/lib/perl5/Simple/NoPod.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple::AllPod.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/bin/nopod.pl\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/bin/haspod.pl\nok 20 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp1.pod.1 manpage\nok 21 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp2.pm.1 manpage\nok 22 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp4.1 manpage\nok 23 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp3.pl.1 manpage\nok 24 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple::AllPod.3 manpage\nok 25 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/haspod.pl.1 manpage\nok 26 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple.3 manpage\nCleaning up build files\nCleaning up configuration files\nok 27 - override libdoc_dirs\nok 28\nok 29\nok 30\nok 31 - =item testcover\n# \n# [version 0.26]\n# \n# Runs the C<test> action using C<Devel::Cover>, generating a\n# code-coverage report showing which parts of the code were actually\n# exercised during the tests.\n# \n# To pass options to C<Devel::Cover>, set the C<$DEVEL_COVER_OPTIONS>\n# environment variable:\n# \n#   DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover\n# \n# \nok 32\nok 33 - =item disttest\n# \n# [version 0.05]\n# \n# Performs the 'distdir' action, then switches into that directory and runs a\n# C<perl Build.PL>, followed by the 'build' and 'test' actions in that directory.\n# Use PERL_MB_OPT or F<.modulebuildrc> to set options that should be applied\n# during subprocesses\n# \n# \n# \nPASS: t/manifypods\n1..4\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1 - runtime prereqs in MYMETA\nok 2 - test prereqs in MYMETA\nok 3 - runtime prereqs in META\nok 4 - test prereqs in META\nPASS: t/test_reqs\n1..18\nok 1\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nCreated META.yml and META.json\nok 2\nok 3\nok 4\nok 5 - Creating Simple.pm\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nCreating README using Pod::Text\nok 6 - Generating README from .pm\nok 7 - Extracting AUTHOR from .pm\nok 8 - Extracting abstract from .pm\nok 9 - Creating Simple.pm\nok 10 - Creating Simple.pod\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nCreating README using Pod::Text\nok 11 - Generating README from .pod\nok 12 - Extracting AUTHOR from .pod\nok 13 - Extracting abstract from .pod\nok 14 - Creating Simple.pm\nok 15 - Creating Simple.pod\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nCreating README using Pod::Text\nok 16 - Generating README from .pod over .pm\nok 17 - Extracting AUTHOR from .pod over .pm\nok 18 - Extracting abstract from .pod over .pm\nPASS: t/metadata2\n1..34\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/site_perl/5.40.2/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/tmp/MB-pxwl6H4a/site/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/bin/script\nok 2\nok 3\nok 4\nok 5 - /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/site_perl/5.40.2/x86_64-linux/auto/Simple/.packlist should be written\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/5.40.2/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/tmp/MB-pxwl6H4a/man/man3/Simple.3\nok 6\nok 7\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/bar/Simple.pm\nok 8\nok 9\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/base/lib/perl5/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/base/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/base/bin/script\nok 10\nok 11\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/site_perl/5.40.2/Simple/ConfigData.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/tmp/MB-pxwl6H4a/site/man/man3/Simple::ConfigData.3\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nCleaning up build files\nCleaning up configuration files\nok 20\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 21\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/lib/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/share/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/bin/script\nok 22\nok 23\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/bar/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/bar/bin/script\nok 24\nok 25 - Look for file at /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/lib/Simple.pm\nCleaning up build files\nCleaning up configuration files\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nPASS: t/install\n1..1\nok 1\nPASS: t/add_property_hash\n1..8\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_name is 'Simple'\nok 3 - set for no recursive testing\nok 4 - recursive tests run via PERL_MB_OPT\nChecking whether your kit is complete...\nLooks good\n\nChecking prerequisites...\nLooks good\n\nDeleting MYMETA.json\nRemoved previous 'MYMETA.json'\nDeleting MYMETA.yml\nRemoved previous 'MYMETA.yml'\nCreated MYMETA.yml and MYMETA.json\nDeleting Build\nRemoved previous script 'Build'\nCreating new 'Build' script for 'Simple' version '0.01'\nok 5 - PERL_MB_OPT set recusive tests in Build.PL\nok 6 - PERL_MB_OPT set verbose in Build.PL\nok 7 - PERL_MB_OPT cleared\nok 8 - recursive tests run via Build object\nPASS: t/perl_mb_opt\n1..6\nok 1 - Built etc/config\nok 2 - Built shared/data\nok 3 - Built shared/html\nok 4 - installed etc/config\nok 5 - installed shared/data\nok 6 - installed shared/html\nPASS: t/install_extra_target\n1..3\nok 1 - Construct build object with test_file_exts parameter\nok 2 - Should see first test output\nok 3 - Should see second test output\nPASS: t/test_file_exts\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -I/usr/lib/perl5/5.40.2/x86_64-linux/CORE -fPIC -Wno-unused-function -c -O2 -g -pipe -D_GNU_SOURCE -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -fwrapv -fno-strict-aliasing -o /tmp/MB-sIfCHOss/test.o /tmp/MB-sIfCHOss/test.c\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -o /tmp/MB-sIfCHOss/test /tmp/MB-sIfCHOss/test.o\n1..22\nok 1\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 9\nok 10\nok 11\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 12\nok 13\nok 14\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple/With/Deep/Name.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 15\nok 16\nok 17 - Can't build xs under pureperl\nok 18 - Can't build xs under pureperl, unless allow_pureperl\nok 19\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 20\nok 21\nok 22\nPASS: t/xs\nDURATION: 32\nEND: /usr/lib/libmodule-build-perl/ptest\n2025-06-16T11:35\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libmodule-build-perl": {
     "duration": "32",
     "log": "START: ptest-runner\n2025-06-16T11:35\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'bin-foo' version '0.01'\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\n1..8\nPASS: t/script_dist\n1..4\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nok 2\nok 3\nok 4\nPASS: t/files\n1..9\nok 1 - runtests ran with expected parameters\nok 2 - runtests ran with expected parameters\nok 3 - switches are undef\nok 4 - switches are undef\nok 5 - run_test_harness should not produce warning if Test::Harness::[Ss]witches are undef and harness_switches() return empty list\nok 6 - runtests ran with expected parameters\nok 7 - runtests ran with expected parameters\nok 8 - switches are empty string\nok 9 - switches are empty string\nPASS: t/unit_run_test_harness\n1..0 # SKIP $ENV{MB_TEST_EXPERIMENTAL} is not set\nPASS: t/bundle_inc\n1..2\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1 - dodged the bullet\nok 2\nPASS: t/new_from_context\n1..1\nok 1\nPASS: t/add_property_array\nok 1 - Module::Build->new_from_context\nok 2 - small Makefile.PL created\nok 3 - Makefile.PL does not require a perl version\nok 4 - Makefile.PL ran without error\nok 5 - Makefile exists\nok 6 - (skipping cleanup)\nok 7 - Makefile has correct PREREQ_PM line\nok 8 - make ran without error\nok 9 - make test ran without error\nok 10 - make test output indicated success\nok 11 - make realclean ran without error\nok 12 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 13 - Makefile exists\nok 14 - Makefile cleaned up with realclean\nok 15 - Makefile.PL ran without error\nok 16 - Makefile exists\nok 17 - Makefile cleaned up with distclean\nok 18 - cleaned up Makefile\nok 19 - Module::Build->new_from_context\nok 20 - passthrough Makefile.PL created\nok 21 - Makefile.PL does not require a perl version\nok 22 - Makefile.PL ran without error\nok 23 - Makefile exists\nok 24 - (skipping cleanup)\nok 25 - Makefile has correct PREREQ_PM line\nok 26 - make ran without error\nok 27 - make test ran without error\nok 28 - make test output indicated success\nok 29 - make realclean ran without error\nok 30 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 31 - Makefile exists\nok 32 - Makefile cleaned up with realclean\nok 33 - Makefile.PL ran without error\nok 34 - Makefile exists\nok 35 - Makefile cleaned up with distclean\nok 36 - cleaned up Makefile\nok 37 - Module::Build->new_from_context\nok 38 - traditional Makefile.PL created\nok 39 - Makefile.PL does not require a perl version\nok 40 - Makefile.PL ran without error\nok 41 - Makefile exists\nok 42 - (skipping cleanup)\nok 43 - Makefile has correct PREREQ_PM line\nok 44 - Found WriteMakefile arguments\nok 45 - Makefile.PL has correct PL_FILES line\nok 46 - make ran without error\nok 47 - make test ran without error\nok 48 - make test output indicated success\nok 49 - make realclean ran without error\nok 50 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 51 - Makefile exists\nok 52 - Makefile cleaned up with realclean\nok 53 - Makefile.PL ran without error\nok 54 - Makefile exists\nok 55 - Makefile cleaned up with distclean\nok 56 - cleaned up Makefile\nok 57 - Module::Build->new_from_context\nok 58 - small Makefile.PL created\nok 59 - Makefile.PL has 'require 5.040002;'\nok 60 - Makefile.PL ran without error\nok 61 - Makefile exists\nok 62 - (skipping cleanup)\nok 63 - Makefile has correct PREREQ_PM line\nok 64 - make ran without error\nok 65 - PL_files generated - foo\nok 66 - make test ran without error\nok 67 - make test output indicated success\nok 68 - make realclean ran without error\nok 69 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 70 - Makefile exists\nok 71 - Makefile cleaned up with realclean\nok 72 - Makefile.PL ran without error\nok 73 - Makefile exists\nok 74 - Makefile cleaned up with distclean\nok 75 - cleaned up Makefile\nok 76 - Module::Build->new_from_context\nok 77 - passthrough Makefile.PL created\nok 78 - Makefile.PL has 'require 5.040002;'\nok 79 - Makefile.PL ran without error\nok 80 - Makefile exists\nok 81 - (skipping cleanup)\nok 82 - Makefile has correct PREREQ_PM line\nok 83 - make ran without error\nok 84 - PL_files generated - foo\nok 85 - make test ran without error\nok 86 - make test output indicated success\nok 87 - make realclean ran without error\nok 88 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 89 - Makefile exists\nok 90 - Makefile cleaned up with realclean\nok 91 - Makefile.PL ran without error\nok 92 - Makefile exists\nok 93 - Makefile cleaned up with distclean\nok 94 - cleaned up Makefile\nok 95 - Module::Build->new_from_context\nok 96 - traditional Makefile.PL created\nok 97 - Makefile.PL has 'require 5.040002;'\nok 98 - Makefile.PL ran without error\nok 99 - Makefile exists\nok 100 - (skipping cleanup)\nok 101 - Makefile has correct PREREQ_PM line\nok 102 - Found WriteMakefile arguments\nok 103 - Makefile.PL has correct PL_FILES line\nok 104 - make ran without error\nok 105 - PL_files generated - foo\nok 106 - make test ran without error\nok 107 - make test output indicated success\nok 108 - make realclean ran without error\nok 109 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)\nok 110 - Makefile exists\nok 111 - Makefile cleaned up with realclean\nok 112 - Makefile.PL ran without error\nok 113 - Makefile exists\nok 114 - Makefile cleaned up with distclean\nok 115 - cleaned up Makefile\nok 116 - Module::Build->new_from_context\nok 117 - fake_makefile lived\nok 118 - found 'realclean' in fake_makefile output\nok 119 - saw warning about 'build_class'\nok 120 - passthrough Makefile.PL created\nok 121 - Makefile.PL failed\nok 122 - custom builder wasn't found\nok 123 - small Makefile.PL created\nok 124 - Makefile.PL failed\nok 125 - custom builder wasn't found\nok 126 - passthrough Makefile.PL created\nok 127 - Makefile.PL ran without error\nok 128 - small Makefile.PL created\nok 129 - Makefile.PL ran without error\nok 130 - passthrough Makefile.PL created\nok 131 - passthrough Makefile.PL ran with arguments\nok 132 - Build.PL generated\nok 133 - installdirs is core\nok 134 - tests set for verbose\nok 135 - custom libdir\nok 136 - PERL_POLLUTE set\nok 137 - make test ran without error\nok 138 - Should be verbose\nok 139 - make test without verbose ran ok\nok 140 - Should be non-verbose\nok 141 - fakeinstall INSTALLDIRS=vendor ran ok\nok 142 - Saw destination directory for INSTALLDIRS=vendor\nok 143 - fakeinstall PREFIX=$libdir2 ran ok\nok 144 - Saw destination directory for PREFIX=$libdir2\nok 145 - fakeinstall PREFIX=$libdir2 LIB=mylib ran ok\nok 146 - Saw destination directory for PREFIX=$libdir2 LIB=mylib\nok 147 - Makefile shouldn't exist\nok 148 - Makefile.PL cleaned up\nok 149 - passthrough Makefile.PL created\nok 150 - install_base set\nok 151 - Tildes should be expanded\nok 152 - Makefile shouldn't exist\nok 153 - Makefile.PL cleaned up\nok 154 - traditional Makefile.PL created\nok 155 - Found WriteMakefile arguments\nok 156 - Makefile.PL has correct TESTS line for recursive test files\nok 157 - Makefile.PL cleaned up\nok 158 - Makefile.PL created\nok 159 - Correctly complains and converts dotted-decimal\nok 160 - Properly converted dotted-decimal\nok 161 - Makefile.PL cleaned up\nok 162 - Makefile.PL doesn't exist before we start\nok 163 - Correctly dies when it encounters invalid prereq\nok 164 - Makefile.PL NOT created\nok 165 - Makefile.PL cleaned up\n1..165\nPASS: t/compat\n1..3\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_name is 'Simple'\nok 3 - resume added @INC addition to @INC\nPASS: t/resume\n1..63\nok 1\nok 2\nCleaning up build files\nCleaning up configuration files\nok 3 - MBB->can('ACTION_loop')\nok 4 - MBB->can('ACTION_loop2')\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12 - The foo element should be in build_elements only once\nBuilding Simple\nok 13\nCleaning up build files\nCleaning up configuration files\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20 - An object of class 'MBSub' isa 'Module::Build'\nok 21 - An object of class 'MBSub' isa 'MBSub'\nok 22\nok 23 - MBSub->can('module_name')\nok 24 - MBSub->can('foo')\nok 25\nok 26\nok 27\nok 28 - MBSub->can('bar')\nok 29\nok 30\nok 31\nok 32\nok 33 - MBSub->can('hash')\nok 34 - A reference of type 'HASH' isa 'HASH'\nok 35\nok 36\nok 37\nok 38 - MBSub->can('hash')\nok 39 - A reference of type 'HASH' isa 'HASH'\nok 40\nok 41\nok 42\nok 43 - An object of class 'MBSub2' isa 'Module::Build'\nok 44 - An object of class 'MBSub2' isa 'MBSub2'\nok 45\nok 46 - MBSub2->can('bar')\nok 47\nok 48\nok 49\nok 50\nok 51\nok 52\nok 53 - prompt() requires a prompt\nok 54 - y_n() requires a prompt\nok 55 - y_n() requires a default of 'y' or 'n'\nIs this a question?  \nok 56 - Do not allow default-less y_n() for unattended builds\nIs this a question?  \nok 57 - Do not allow default-less prompt() for unattended builds\nIs this a question?  \nok 58 - prompt() doesn't require default for interactive builds\nSay yes  \nok 59 - y_n() doesn't require default for interactive build\nIs this a question  \nok 60 - default for prompt() without a default is ''\nIs this a question [y ]y \nok 61 -   prompt() with a default\nIs this a question [y ]y \nok 62 -   y_n() with a default\nIs this a question []\nok 63 -   prompt() with undef() default\nPASS: t/extend\n1..41\nok 1 - META.yml doesn't exist before Build.PL runs\nok 2 - MYMETA.yml doesn't exist before Build.PL runs\nok 3 - META.json doesn't exist before Build.PL runs\nok 4 - MYMETA.json doesn't exist before Build.PL runs\nok 5 - Ran Build.PL and saw MYMETA.yml creation message\nok 6 - MYMETA.yml exists\nok 7 - MYMETA.json exists\nok 8 - Ran Build distmeta to create META.yml\nok 9 - Re-ran Build.PL and regenerated MYMETA.yml based on META.yml\nok 10 - META.yml 'dynamic_config' is 1\nok 11 - MYMETA.yml 'dynamic_config' is 0\nok 12 - Other generated MYMETA.yml matches generated META.yml\nok 13 - CPAN meta spec mentioned in meta-spec URL\nok 14 - META.json 'dynamic_config' is 1\nok 15 - MYMETA.json 'dynamic_config' is 0\nok 16 - Other generated MYMETA.json matches generated META.json\nok 17 - CPAN meta spec mentioned in meta-spec URL\nok 18 - Ran realclean\nok 19 - Build file removed\nok 20 - MYMETA.yml file removed\nok 21 - MYMETA.json file removed\nok 22 - Ran Build.PL with dynamic config\nok 23 - MYMETA.yml exists\nok 24 - MYMETA.json exists\nok 25 - MYMETA.yml requires differs from META.yml\nok 26 - MYMETA.json requires differs from META.json\nok 27 - Ran realclean\nok 28 - Build file removed\nok 29 - MYMETA file removed\nok 30 - MYMETA file removed\nok 31 - Wrote manually modified META.yml\nok 32 - Wrote manually modified META.json\nok 33 - Ran Build.PL\nok 34 - MYMETA.yml preserved META.yml modifications\nok 35 - MYMETA.json preserved META.json modifications\nok 36 - MANIFEST.SKIP created for distcheck\nok 37 - MYMETA not flagged by distcheck\nok 38 - Ran Build.PL and saw MYMETA.yml creation message\nok 39 - No MYMETA.yml after distclean\nok 40 - No MYMETA.json after distclean\nok 41 - No MANIFEST.SKIP after distclean\nPASS: t/mymeta\n1..7\nok 1 - MANIFEST.SKIP doesn't exist at start\nok 2 - An object of class 'Module::Build' isa 'Module::Build'\nok 3 - 'Build manifest_skip' creates MANIFEST.SKIP\nok 4 - Saw creation message\nok 5 - Running it again warns about pre-existing MANIFEST.SKIP\nok 6 - File does not appear modified\nok 7 - MANIFEST.SKIP still exists after distclean\nPASS: t/actions/manifest_skip\n1..6\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - cpan_client is mocked with perl\nok 3 - ran mocked Build installdeps\nok 4 - saw File::Spec prereq\nok 5 - saw Getopt::Long prereq\nok 6 - Build installdeps with bad cpan_client fails\nPASS: t/actions/installdeps\n1..2\nBuilding Simple\nok 1 - Manpage is found at blib/libdoc/Simple::PodWithUtf8.3\nok 2 - POD should contain special characters\nPASS: t/manifypods_with_utf8\n1..2\nok 1 - version_from_file\nok 2 - compare: 1.0_01 > 1.0\nPASS: t/versions\n1..3\nok 1 - Makefile.PL exit\nok 2\nok 3\nPASS: t/compat/exit\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -I/usr/lib/perl5/5.40.2/x86_64-linux/CORE -fPIC -Wno-unused-function -c -O2 -g -pipe -D_GNU_SOURCE -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -fwrapv -fno-strict-aliasing -o /tmp/MB-1FloEgEj/test.o /tmp/MB-1FloEgEj/test.c\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -o /tmp/MB-1FloEgEj/test /tmp/MB-1FloEgEj/test.o\n1..0 # SKIP PAR::Dist 0.17 or up not installed to check .par's.\nPASS: t/par\n1..11\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 10\nok 11\nPASS: t/notes\n1..23\nok 1\nok 2 - MyModuleBuilder->can('ACTION_foo')\nok 3 - got doc for 'foo'\nok 4 - got the right doc\nok 5 - got doc for 'bar'\nok 6 - got the right doc\nok 7 - got doc for 'baz'\nok 8 - got the right doc\nok 9 - slap\nok 10 - informative error\nok 11 - got doc for 'help'\nnot ok 12 - got the right doc # TODO Do we allow overrides on just docs?\n#   Failed (TODO) test 'got the right doc'\n#   at t/help.t line 93.\n#                   '=item help\n# \n# Does the help thing.\n# \n# You should probably not be seeing this.  That is, we haven't\n# overridden the help action, but we're able to override just the\n# docs?  That almost seems reasonable, but is probably wrong.\n# \n# =item help\n# \n# [version 0.03]\n# \n# This action will simply print out a message that is meant to help you\n# use the build process.  It will show you a list of available build\n# actions too.\n# \n# With an optional argument specifying an action name (e.g. C<Build help\n# test>), the 'help' action will show you any POD documentation it can\n# find for that action.\n# \n# '\n#           matches '(?^s:^=\\w+ help\\n\\nDoes the help thing\\.)'\nnot ok 13 - got doc for 'foo' # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got doc for 'foo''\n#   at t/help.t line 182.\nnot ok 14 - got the right doc # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got the right doc'\n#   at t/help.t line 183.\n#                   'undef'\n#     doesn't match '(?^s:^=\\w+ foo\\n\\nDoes the foo thing\\.)'\nnot ok 15 - got doc for 'bar' # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got doc for 'bar''\n#   at t/help.t line 182.\nnot ok 16 - got the right doc # TODO Support capitalized Actions section\n#   Failed (TODO) test 'got the right doc'\n#   at t/help.t line 183.\n#                   'undef'\n#     doesn't match '(?^s:^=\\w+ bar\\n\\nDoes the bar thing\\.)'\nok 17 - got doc for 'foo'\nok 18 - got the right doc\nok 19 - got doc for 'bar'\nok 20 - got the right doc\nok 21 - got doc for 'baz'\nok 22 - got the right doc\nok 23 - nothing after uplevel\nPASS: t/help\n1..16\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13 - API does not expand tildes\nok 14\nok 15\nok 16\nPASS: t/tilde\n1..9\nok 1 - Construct build object with test_file_exts parameter\nok 2 - Should see first test output\nok 3 - Should see test success message\nok 4 - Construct build object with test_file_exts parameter\nok 5 - Should not see first test output\nok 6 - Should see test success message\nok 7 - Construct build object after setting tests to fail\nok 8 - 'Build test' had non-zero exit code\nok 9 - Saw emulated Test::Harness die() message\nPASS: t/use_tap_harness\n1..29\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nok 2\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17 - Check version used to create META.yml: 0.4234 == 0.4234\nok 18 # skip Archive::Tar 1.08+ not installed\nok 19\nok 20\nok 21 - should rewrite the shebang line\nCleaning up build files\nCleaning up configuration files\nok 22\nok 23\nok 24\nok 25\nok 26 # skip Windows-only test\nok 27 # skip Windows-only test\nok 28 # skip Windows-only test\nok 29 # skip Windows-only test\nPASS: t/runthrough\n1..8\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nBuilding Simple\nInstalling test_install/lib/perl5/Simple.pm\nInstalling test_install/lib/perl5/Bar.pm\nInstalling test_install/man/man3/Simple.3\nInstalling test_install/bin/foo\nok 1 - Generated PL_files installed from bin\nok 2 -   and from lib\nok 3 - PL_files not installed from bin\nok 4 -   nor from lib\nok 5 - Generated bin contains correct content\nok 6 -   so does the lib\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 7 - special PL file ran\nok 8 - generated special file not added to cleanup\nPASS: t/PL_files\n1..12\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8 - ./Build distdir --sign 0 does not sign\nok 9\nok 10\nok 11\nok 12 - Build.PL --sign=1 signs\nPASS: t/signature\n1..26\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nPASS: t/parents\n1..58\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nCleaning up build files\nCleaning up configuration files\nok 12\nok 13\nok 14\nok 15\nok 16\nCleaning up build files\nCleaning up configuration files\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nCleaning up build files\nCleaning up configuration files\nChecking whether your kit is complete...\nLooks good\n\nChecking prerequisites...\nLooks good\n\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29 - bar\nok 30 - bat\nok 31\nok 32\nok 33\nok 34\nok 35\nok 36\nok 37\nok 38\nok 39\nok 40\nok 41\nok 42 - dist_author converted to array if simple string\nok 43\nok 44\nok 45\nok 46 - Should split shell string into list\nok 47 - Should split shell string into list\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 48\nok 49 - Should split shell string into list\nok 50 - Should split shell string into list\nok 51\nok 52 - Should have include dirs\nok 53\nok 54 - Should have string include dir\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 55\nok 56 - Should have include dirs\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 57\nok 58 - Should have single include dir\nPASS: t/basic\n1..7\nok 1\nt/special_ext.st .. ok\nAll tests successful.\nFiles=1, Tests=2,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.05 cusr  0.01 csys =  0.07 CPU)\nResult: PASS\nok 2 - called once\nok 3\nok 4\nok 5 - called again\nok 6\nok 7 - called a third time\nPASS: t/test_type\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - regular version has release_status 'stable'\nok 3 - An object of class 'Module::Build' isa 'Module::Build'\nok 4 - dotted-decimal version has release_status 'stable'\nok 5 - An object of class 'Module::Build' isa 'Module::Build'\nok 6 - alpha version has release_status 'testing'\nok 7 - An object of class 'Module::Build' isa 'Module::Build'\nok 8 - explicit 'unstable' keeps release_status 'unstable'\nok 9 - An object of class 'Module::Build' isa 'Module::Build'\nok 10 - regular version marked 'testing' gets 'TRIAL' suffix\nok 11 - An object of class 'Module::Build' isa 'Module::Build'\nok 12 - dotted version marked 'testing' gets 'TRIAL' suffix\nok 13 - An object of class 'Module::Build' isa 'Module::Build'\nok 14 - regular version marked 'unstable' gets 'TRIAL' suffix\nok 15 - Got error message for illegal release_status\nok 16 - Got error message for illegal 'stable' with alpha version\nok 17 - An object of class 'Module::Build' isa 'Module::Build'\nok 18 - non-standard dist_version does not get a suffix\nok 19 - non-standard dist_version defaults to stable release_status\n1..19\nPASS: t/properties/release_status\n1..27\nok 1 - Default Build.PL\nok 2 - needs_compiler is false\nok 3 - ExtUtils::CBuilder is not in build_requires\nok 4 - Build.PL with string c_source\nok 5 - c_source is set\nok 6 - needs_compiler is true\nok 7 - ExtUtils::CBuilder was added to build_requires\nok 8 - Build.PL with non-empty array c_source\nok 9 - c_source is set\nok 10 - needs_compiler is true\nok 11 - ExtUtils::CBuilder was added to build_requires\nok 12 - Build.PL with empty array c_source\nok 13 - c_source is set\nok 14 - needs_compiler is false\nok 15 - ExtUtils::CBuilder is not in build_requires\nok 16 - Build.PL with xs files\nok 17 - needs_compiler is true\nok 18 - ExtUtils::CBuilder was added to build_requires\nok 19 - Build.PL with xs files, but needs_compiler => 0\nok 20 - needs_compiler is false\nok 21 - ExtUtils::CBuilder is not in build_requires\nok 22 - Build.PL with xs files, build_requires EU::CB 0.2\nok 23 - needs_compiler is true\nok 24 - build_requires for ExtUtils::CBuilder is correct version\nok 25 - Build.PL while hiding compiler\nok 26 - hidden compiler resulted in warning message during Build.PL\nok 27 - hidden compiler resulted in fatal message during Build\nPASS: t/properties/needs_compiler\n1..4\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - module_name guessed from dist_name\nok 3 - An object of class 'Module::Build' isa 'Module::Build'\nok 4 - module_name guessed from dist_version_from\nPASS: t/properties/module_name\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - license 'perl' is valid\nok 3 - META license will be 'perl'\nok 4 - META license URL is correct\nok 5 - An object of class 'Module::Build' isa 'Module::Build'\nok 6 - license 'VaporWare' is valid\nok 7 - META license will be 'unrestricted'\nok 8 - META license URL is correct\n1..8\nPASS: t/properties/license\n1..4\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - undef prereq converted to 0\nok 3 - An object of class 'Module::Build' isa 'Module::Build'\nok 4 - empty string prereq converted to 0\nPASS: t/properties/requires\n1..23\nok 1 - Created Module::Build object\nok 2 - default share_dir undef if no 'share' dir exists\nok 3 - File::ShareDir not added to 'requires'\nok 4 - Created 'share' directory\nok 5 - Created 'share/subdir/share' directory\nok 6 - Created 'share/subdir/whatever' directory\nok 7 - Created 'other/share' directory\nok 8 - Default share_dir is undef even if 'share' exists\nok 9 - File::ShareDir not added to 'requires'\nok 10 - Scalar share_dir set as dist-type share\nok 11 - Arrayref share_dir set as dist-type share\nok 12 - Hashref share_dir w/ scalar dist set as dist-type share\nok 13 - Hashref share_dir w/ arrayref dist set as dist-type share\nok 14 - Hashref share_dir w/ both dist and module shares (scalar-form)\nok 15 - Hashref share_dir w/ both dist and module shares (array-form)\nok 16 - share_dir filemap for copying to lib complete\nok 17 - Build ran and blib exists\nok 18 - blib/lib/auto/share exists\nok 19 - share_dir files copied to blib\nok 20 - temp install dir created\nok 21 - share_dir files correctly installed\nok 22 # skip needs File::ShareDir 1.00\nok 23 # skip needs File::ShareDir 1.00\nPASS: t/properties/share_dir\n1..2\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_suffix set correctly\nPASS: t/properties/dist_suffix\n1..225\nok 1 - Split using Module::Build\nok 2 - Split using Module::Build\nok 3 - Split using Module::Build::Platform::Unix\nok 4 - Split using Module::Build::Platform::Unix\nok 5 - Split using Module::Build::Platform::Windows\nok 6 - Split using Module::Build::Platform::Windows\nok 7 - 'one t'wo th'ree f\"o\\\"ur \" \"five\" ' result all defined\nok 8\nok 9 - ' foo bar ' result all defined\nok 10\nok 11 - ' D\\'oh f{g\\'h\\\"i\\]\\* ' result all defined\nok 12\nok 13 - ' D\\$foo ' result all defined\nok 14\nok 15 - 'one\\\\\n# two' result all defined\nok 16\nok 17 - 'a\" \"b\\c\" \"d' result all defined\nok 18\nok 19 - '\"a b\\c d\"' result all defined\nok 20\nok 21 - '\"a b\"\\\"c d\"' result all defined\nok 22\nok 23 - '\"a b\"\\\\\"c d\"' result all defined\nok 24\nok 25 - '\"a\"\\\"b\" \"a\\\"b\"' result all defined\nok 26\nok 27 - '\"a\"\\\\\"b\" \"a\\\\\"b\"' result all defined\nok 28\nok 29 - '\"a\"\\\"b a\\\"b\"' result all defined\nok 30\nok 31 - 'a\"\\\"b\" \"a\\\"b' result all defined\nok 32\nok 33 - 'a\"\\\"b\"  \"a\\\"b' result all defined\nok 34\nok 35 - 'a           b' result all defined\nok 36\nok 37 - 'a\"\\\"b a\\\"b' result all defined\nok 38\nok 39 - '\"a\"\"b\" \"a\"b\"' result all defined\nok 40\nok 41 - '\\\"a\\\"' result all defined\nok 42\nok 43 - '\"a\"\" \"b\"' result all defined\nok 44\nok 45 - 'a\"b' result all defined\nok 46\nok 47 - 'a\"\"b' result all defined\nok 48\nok 49 - 'a\"\"\"b' result all defined\nok 50\nok 51 - 'a\"\"\"\"b' result all defined\nok 52\nok 53 - 'a\"\"\"\"\"b' result all defined\nok 54\nok 55 - 'a\"\"\"\"\"\"b' result all defined\nok 56\nok 57 - '\"a\"b\"' result all defined\nok 58\nok 59 - '\"a\"\"b\"' result all defined\nok 60\nok 61 - '\"a\"\"\"b\"' result all defined\nok 62\nok 63 - '\"a\"\"\"\"b\"' result all defined\nok 64\nok 65 - '\"a\"\"\"\"\"b\"' result all defined\nok 66\nok 67 - '\"a\"\"\"\"\"\"b\"' result all defined\nok 68\nok 69 - '' result all defined\nok 70\nok 71 - ' ' result all defined\nok 72\nok 73 - '\"\"' result all defined\nok 74\nok 75 - '\" \"' result all defined\nok 76\nok 77 - '\"\"a' result all defined\nok 78\nok 79 - '\"\"a b' result all defined\nok 80\nok 81 - 'a\"\"' result all defined\nok 82\nok 83 - 'a\"\" b' result all defined\nok 84\nok 85 - '\"\" a' result all defined\nok 86\nok 87 - 'a \"\"' result all defined\nok 88\nok 89 - 'a \"\" b' result all defined\nok 90\nok 91 - 'a \" \" b' result all defined\nok 92\nok 93 - 'a \" b \" c' result all defined\nok 94\nok 95 - 'a \"0\" c' result all defined\nok 96\nok 97 - '\"a\\b\"' result all defined\nok 98\nok 99 - '\"a\\\\b\"' result all defined\nok 100\nok 101 - '\"a\\\\\\b\"' result all defined\nok 102\nok 103 - '\"a\\\\\\\\b\"' result all defined\nok 104\nok 105 - '\"a\\\"' result all defined\nok 106\nok 107 - '\"a\\\\\"' result all defined\nok 108\nok 109 - '\"a\\\\\\\"' result all defined\nok 110\nok 111 - '\"a\\\\\\\\\"' result all defined\nok 112\nok 113 - '\"a\\\\\\\"\"' result all defined\nok 114\nok 115\nok 116\nok 117 - perl round trip for {one}{two three}{fo\"ur }{five}\nok 118 - perl round trip for {foo}{bar}\nok 119 - perl round trip for {D'oh}{f{g'h\"i]*}\nok 120 - perl round trip for {D$foo}\nok 121 - perl round trip for {one\n# two}\nok 122 - perl round trip for {a b\\c d}\nok 123 - perl round trip for {a b\\c d}\nok 124 - perl round trip for {a b\"c}{d}\nok 125 - perl round trip for {a b\\c d}\nok 126 - perl round trip for {a\"b a\"b}\nok 127 - perl round trip for {a\\b}{a\\b}\nok 128 - perl round trip for {a\"b}{a\"b}\nok 129 - perl round trip for {a\"b}{a\"b}\nok 130 - perl round trip for {a\"b}{a\"b}\nok 131 - perl round trip for {a}{b}\nok 132 - perl round trip for {a\"b a\"b}\nok 133 - perl round trip for {a\"b ab}\nok 134 - perl round trip for {\"a\"}\nok 135 - perl round trip for {a\"}{b}\nok 136 - perl round trip for {ab}\nok 137 - perl round trip for {ab}\nok 138 - perl round trip for {a\"b}\nok 139 - perl round trip for {a\"b}\nok 140 - perl round trip for {a\"b}\nok 141 - perl round trip for {a\"\"b}\nok 142 - perl round trip for {ab}\nok 143 - perl round trip for {a\"b}\nok 144 - perl round trip for {a\"b}\nok 145 - perl round trip for {a\"b}\nok 146 - perl round trip for {a\"\"b}\nok 147 - perl round trip for {a\"\"b}\nok 148 - perl round trip for \nok 149 - perl round trip for \nok 150 - perl round trip for {}\nok 151 - perl round trip for { }\nok 152 - perl round trip for {a}\nok 153 - perl round trip for {a}{b}\nok 154 - perl round trip for {a}\nok 155 - perl round trip for {a}{b}\nok 156 - perl round trip for {}{a}\nok 157 - perl round trip for {a}{}\nok 158 - perl round trip for {a}{}{b}\nok 159 - perl round trip for {a}{ }{b}\nok 160 - perl round trip for {a}{ b }{c}\nok 161 - perl round trip for {a}{0}{c}\nok 162 - perl round trip for {a\\b}\nok 163 - perl round trip for {a\\\\b}\nok 164 - perl round trip for {a\\\\\\b}\nok 165 - perl round trip for {a\\\\\\\\b}\nok 166 - perl round trip for {a\"}\nok 167 - perl round trip for {a\\}\nok 168 - perl round trip for {a\\\"}\nok 169 - perl round trip for {a\\\\}\nok 170 - perl round trip for {a\\\"}\nok 171 - backticks round trip for {one}{two three}{fo\"ur }{five}\nok 172 - backticks round trip for {foo}{bar}\nok 173 - backticks round trip for {D'oh}{f{g'h\"i]*}\nok 174 - backticks round trip for {D$foo}\nok 175 - backticks round trip for {one\n# two}\nok 176 - backticks round trip for {a b\\c d}\nok 177 - backticks round trip for {a b\\c d}\nok 178 - backticks round trip for {a b\"c}{d}\nok 179 - backticks round trip for {a b\\c d}\nok 180 - backticks round trip for {a\"b a\"b}\nok 181 - backticks round trip for {a\\b}{a\\b}\nok 182 - backticks round trip for {a\"b}{a\"b}\nok 183 - backticks round trip for {a\"b}{a\"b}\nok 184 - backticks round trip for {a\"b}{a\"b}\nok 185 - backticks round trip for {a}{b}\nok 186 - backticks round trip for {a\"b a\"b}\nok 187 - backticks round trip for {a\"b ab}\nok 188 - backticks round trip for {\"a\"}\nok 189 - backticks round trip for {a\"}{b}\nok 190 - backticks round trip for {ab}\nok 191 - backticks round trip for {ab}\nok 192 - backticks round trip for {a\"b}\nok 193 - backticks round trip for {a\"b}\nok 194 - backticks round trip for {a\"b}\nok 195 - backticks round trip for {a\"\"b}\nok 196 - backticks round trip for {ab}\nok 197 - backticks round trip for {a\"b}\nok 198 - backticks round trip for {a\"b}\nok 199 - backticks round trip for {a\"b}\nok 200 - backticks round trip for {a\"\"b}\nok 201 - backticks round trip for {a\"\"b}\nok 202 - backticks round trip for \nok 203 - backticks round trip for \nok 204 - backticks round trip for {}\nok 205 - backticks round trip for { }\nok 206 - backticks round trip for {a}\nok 207 - backticks round trip for {a}{b}\nok 208 - backticks round trip for {a}\nok 209 - backticks round trip for {a}{b}\nok 210 - backticks round trip for {}{a}\nok 211 - backticks round trip for {a}{}\nok 212 - backticks round trip for {a}{}{b}\nok 213 - backticks round trip for {a}{ }{b}\nok 214 - backticks round trip for {a}{ b }{c}\nok 215 - backticks round trip for {a}{0}{c}\nok 216 - backticks round trip for {a\\b}\nok 217 - backticks round trip for {a\\\\b}\nok 218 - backticks round trip for {a\\\\\\b}\nok 219 - backticks round trip for {a\\\\\\\\b}\nok 220 - backticks round trip for {a\"}\nok 221 - backticks round trip for {a\\}\nok 222 - backticks round trip for {a\\\"}\nok 223 - backticks round trip for {a\\\\}\nok 224 - backticks round trip for {a\\\"}\nok 225\nPASS: t/ext\n1..1\nok 1 - found nested ACTION_* debug statements\nPASS: t/debug\n1..19\nok 1 - compiling lib/Module/Build.pm\nok 2 - compiling lib/Module/Build/Base.pm\nok 3 - compiling lib/Module/Build/Compat.pm\nok 4 - compiling lib/Module/Build/Config.pm\nok 5 - compiling lib/Module/Build/Cookbook.pm\nok 6 - compiling lib/Module/Build/Dumper.pm\nok 7 - compiling lib/Module/Build/Notes.pm\nok 8 - compiling lib/Module/Build/PPMMaker.pm\nok 9 - compiling lib/Module/Build/Platform/Default.pm\nok 10 - compiling lib/Module/Build/Platform/MacOS.pm\nok 11 - compiling lib/Module/Build/Platform/Unix.pm\nok 12 - compiling lib/Module/Build/Platform/VMS.pm\nok 13 - compiling lib/Module/Build/Platform/VOS.pm\nok 14 - compiling lib/Module/Build/Platform/Windows.pm\nok 15 - compiling lib/Module/Build/Platform/aix.pm\nok 16 - compiling lib/Module/Build/Platform/cygwin.pm\nok 17 - compiling lib/Module/Build/Platform/darwin.pm\nok 18 - compiling lib/Module/Build/Platform/os2.pm\nok 19 - compiling lib/Module/Build/PodParser.pm\nPASS: t/00-compile\n1..113\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1 - An object of class 'Module::Build' isa 'Module::Build::Base'\nok 2 - install_path() accessor\nok 3 -   returns assigned path\nok 4 -   can read stored path\nok 5 -   can access map\nok 6 -   can delete a path element\nok 7 -   deletes path from map\nok 8 - install_base_relpaths() accessor\nok 9 -   emits error if path not relative\nok 10 -   returns assigned path\nok 11 -   can read stored path\nok 12 -   can access map\nok 13 -   can delete a path element\nok 14 -   deletes path from map\nok 15 - prefix_relpaths() accessor\nok 16 -   defaults to 'site'\nok 17 -   emits error if path not relative\nok 18 -   returns assigned path\nok 19 -   can read stored path\nok 20 -   can access map\nok 21 -   can delete a path element\nok 22 -   deletes path from map\nok 23\nok 24\nok 25\nok 26 - libdoc destination\nok 27 - bindoc destination\nok 28 - lib destination\nok 29 - bin destination\nok 30 - script destination\nok 31 - arch destination\nok 32 - binhtml destination\nok 33 - libhtml destination\nok 34\nok 35 - arch destination\nok 36 - script destination\nok 37 - binhtml destination\nok 38 - libhtml destination\nok 39 - libdoc destination\nok 40 - bindoc destination\nok 41 - lib destination\nok 42 - bin destination\nok 43\nok 44\nok 45\nok 46 - bindoc destination\nok 47 - libdoc destination\nok 48 - bin destination\nok 49 - lib destination\nok 50 - script destination\nok 51 - arch destination\nok 52 - libhtml destination\nok 53 - binhtml destination\nok 54\nok 55\nok 56 - lib prefixed\nok 57 -   suffix correctish (/tmp/MB-gmUP05Zg/site/lib/perl5/site_perl + some/prefix = some/prefix/lib/perl5/site_perl)\nok 58 - arch prefixed\nok 59 -   suffix correctish (/tmp/MB-gmUP05Zg/site/lib/perl5/site_perl/5.40.2/x86_64-linux + some/prefix = some/prefix/lib/perl5/site_perl/5.40.2/x86_64-linux)\nok 60 - bin prefixed\nok 61 -   suffix correctish (/tmp/MB-gmUP05Zg/site/bin + some/prefix = some/prefix/bin)\nok 62 - script prefixed\nok 63 -   suffix correctish (/tmp/MB-gmUP05Zg/site/bin + some/prefix = some/prefix/bin)\nok 64 - bindoc prefixed\nok 65 -   suffix correctish (/tmp/MB-gmUP05Zg/site/man/man1 + some/prefix = some/prefix/man/man1)\nok 66 - libdoc prefixed\nok 67 -   suffix correctish (/tmp/MB-gmUP05Zg/site/man/man3 + some/prefix = some/prefix/man/man3)\nok 68 - binhtml prefixed\nok 69 -   suffix correctish (/tmp/MB-gmUP05Zg/site/html + some/prefix = some/prefix/html)\nok 70 - libhtml prefixed\nok 71 -   suffix correctish (/tmp/MB-gmUP05Zg/site/html + some/prefix = some/prefix/html)\nok 72\nok 73 - lib prefixed\nok 74 # skip 'lib' not configured\nok 75 - arch prefixed\nok 76 # skip 'arch' not configured\nok 77 - bin prefixed\nok 78 # skip 'bin' not configured\nok 79 - script prefixed\nok 80 # skip 'script' not configured\nok 81 - bindoc prefixed\nok 82 # skip 'bindoc' not configured\nok 83 - libdoc prefixed\nok 84 # skip 'libdoc' not configured\nok 85 - binhtml prefixed\nok 86 # skip 'binhtml' not configured\nok 87 - libhtml prefixed\nok 88 # skip 'libhtml' not configured\nok 89\nok 90 - lib prefixed\nok 91 -   suffix correctish (/lib/perl5/site_perl + another/prefix = another/prefix/lib/perl5/site_perl)\nok 92 - arch prefixed\nok 93 -   suffix correctish (/foo/bar/lib/perl5/site_perl/5.40.2/x86_64-linux + another/prefix = another/prefix/lib/perl5/site_perl/5.40.2/x86_64-linux)\nok 94 - bin prefixed\nok 95 -   suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)\nok 96 - script prefixed\nok 97 -   suffix correctish (/foo/bar/bin + another/prefix = another/prefix/bin)\nok 98 - bindoc prefixed\nok 99 -   suffix correctish (/biz/man/man1 + another/prefix = another/prefix/man/man1)\nok 100 - libdoc prefixed\nok 101 -   suffix correctish (/foo/bar/man/man3 + another/prefix = another/prefix/man/man3)\nok 102 - binhtml prefixed\nok 103 -   suffix correctish (/foo/bar/html + another/prefix = another/prefix/html)\nok 104 - libhtml prefixed\nok 105 -   suffix correctish (/foo/bar/html + another/prefix = another/prefix/html)\nok 106 - libdoc destination\nok 107 - bindoc destination\nok 108 - lib destination\nok 109 - bin destination\nok 110 - arch destination\nok 111 - script destination\nok 112 - binhtml destination\nok 113 - libhtml destination\nPASS: t/destinations\n1..27\nok 1 - Create new build object\nok 2 - Property \"foo\" should be undef\nok 3 - Set \"foo\"\nok 4 - Now \"foo\" should have new value\nok 5 - Property \"bar\" should be its default\nok 6 - Set \"bar\"\nok 7 - Now \"bar\" should have new value\nok 8 - Property \"check\" should be its default\nok 9 - Should get an error for an invalid value\nok 10 - It should be the correct error\nok 11 - Property \"code\" should have its code value\nok 12 - Property \"hash\" should be default\nok 13 - Should be able to get key in hash\nok 14 - Add a key to the hash prop\nok 15 - New key should be in hash\nok 16 - Should get exception for assigning invalid hash\nok 17 - It should be the correct error\nok 18 - Should get exception for assigning an array for a hash\nok 19 - It should be the proper error\nok 20 - Should be able to set hash to undef\nok 21 - Property \"installdirs\" should be default\nok 22 - Set \"installdirst\" to \"core\"\nok 23 - Now \"installdirs\" should be \"core\"\nok 24 - Should have caught exception setting \"installdirs\" to \"perl\"\nok 25 - And it should suggest \"core\" in the error message\nok 26 - Should catch exception for invalid \"installdirs\" value\nok 27 - And it should suggest the proper values in the error message\nPASS: t/add_property\nok 1 - Default maniskip written\nok 2 - default MANIFEST.SKIP used\nok 3 - Module::Build specific entries\nok 4 - distribution tarball entry\n1..4\nPASS: t/write_default_maniskip\n1..25\nok 1\nok 2 - saw expected output from first test\nok 3 - saw expected output from second test\nok 4 - we have some test output\nok 5 - saw expected output from first test\nok 6 - saw expected output from second test\nok 7 - expected output from basic.t\nok 8 - expected output from basic.t\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15 - saw expected output from first test\nok 16 - saw expected output from second test\nok 17 - we have some test output\nok 18 - saw expected output from first test\nok 19 - saw expected output from second test\nok 20 - expected output from basic.t\nok 21 - expected output from basic.t\nok 22\nok 23\nok 24\nok 25\nPASS: t/test_types\n1..2\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_name is 'Simple'\nPASS: t/sample\n1..14\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nok 1 - saw warning about M::B not in configure_requires\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7 - Add M::B to configure_requires\nok 8 - Test::More was required by ->new\nok 9\nok 10 - 'meta-spec' -> 'version' field present in META.yml\nok 11 - 'meta-spec' -> 'url' field present in META.yml\nok 12\nok 13\nok 14 - Add M::B to configure_requires\nPASS: t/metadata\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -I/usr/lib/perl5/5.40.2/x86_64-linux/CORE -fPIC -Wno-unused-function -c -O2 -g -pipe -D_GNU_SOURCE -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -fwrapv -fno-strict-aliasing -o /tmp/MB-aF4LPPg6/test.o /tmp/MB-aF4LPPg6/test.c\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -o /tmp/MB-aF4LPPg6/test /tmp/MB-aF4LPPg6/test.o\n1..0 # SKIP HTML support not installed\nPASS: t/ppm\n1..33\nok 1 - bindoc_dirs\nok 2 - libdoc_dirs\nBuilding Simple\nok 3\nok 4 - docs/myapp1.pod should contain POD\nok 5 - Created blib/bindoc/myapp1.pod.1 manpage\nok 6 - docs/myapp2.pm should contain POD\nok 7 - Created blib/bindoc/myapp2.pm.1 manpage\nok 8 - docs/myapp4 should contain POD\nok 9 - Created blib/bindoc/myapp4.1 manpage\nok 10 - lib/Simple/NoPod.pm should not contain POD\nok 11 - bin/nopod.pl should not contain POD\nok 12 - docs/myapp3.pl should contain POD\nok 13 - Created blib/bindoc/myapp3.pl.1 manpage\nok 14 - lib/Simple/AllPod.pod should contain POD\nok 15 - Created blib/libdoc/Simple::AllPod.3 manpage\nok 16 - bin/haspod.pl should contain POD\nok 17 - Created blib/bindoc/haspod.pl.1 manpage\nok 18 - lib/Simple.pm should contain POD\nok 19 - Created blib/libdoc/Simple.3 manpage\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp4.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp3.pl.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp2.pm.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp1.pod.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/haspod.pl.1\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/lib/perl5/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/lib/perl5/Simple/AllPod.pod\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/lib/perl5/Simple/NoPod.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple::AllPod.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/bin/nopod.pl\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2144/bin/haspod.pl\nok 20 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp1.pod.1 manpage\nok 21 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp2.pm.1 manpage\nok 22 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp4.1 manpage\nok 23 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/myapp3.pl.1 manpage\nok 24 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple::AllPod.3 manpage\nok 25 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man1/haspod.pl.1 manpage\nok 26 - Created /usr/lib/libmodule-build-perl/ptest/t/install_test2144/man/man3/Simple.3 manpage\nCleaning up build files\nCleaning up configuration files\nok 27 - override libdoc_dirs\nok 28\nok 29\nok 30\nok 31 - =item testcover\n# \n# [version 0.26]\n# \n# Runs the C<test> action using C<Devel::Cover>, generating a\n# code-coverage report showing which parts of the code were actually\n# exercised during the tests.\n# \n# To pass options to C<Devel::Cover>, set the C<$DEVEL_COVER_OPTIONS>\n# environment variable:\n# \n#   DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover\n# \n# \nok 32\nok 33 - =item disttest\n# \n# [version 0.05]\n# \n# Performs the 'distdir' action, then switches into that directory and runs a\n# C<perl Build.PL>, followed by the 'build' and 'test' actions in that directory.\n# Use PERL_MB_OPT or F<.modulebuildrc> to set options that should be applied\n# during subprocesses\n# \n# \n# \nPASS: t/manifypods\n1..4\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1 - runtime prereqs in MYMETA\nok 2 - test prereqs in MYMETA\nok 3 - runtime prereqs in META\nok 4 - test prereqs in META\nPASS: t/test_reqs\n1..18\nok 1\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nCreated META.yml and META.json\nok 2\nok 3\nok 4\nok 5 - Creating Simple.pm\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nCreating README using Pod::Text\nok 6 - Generating README from .pm\nok 7 - Extracting AUTHOR from .pm\nok 8 - Extracting abstract from .pm\nok 9 - Creating Simple.pm\nok 10 - Creating Simple.pod\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nCreating README using Pod::Text\nok 11 - Generating README from .pod\nok 12 - Extracting AUTHOR from .pod\nok 13 - Extracting abstract from .pod\nok 14 - Creating Simple.pm\nok 15 - Creating Simple.pod\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '3.14159265'\nCreating README using Pod::Text\nok 16 - Generating README from .pod over .pm\nok 17 - Extracting AUTHOR from .pod over .pm\nok 18 - Extracting abstract from .pod over .pm\nPASS: t/metadata2\n1..34\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 1\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/site_perl/5.40.2/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/tmp/MB-pxwl6H4a/site/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/bin/script\nok 2\nok 3\nok 4\nok 5 - /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/site_perl/5.40.2/x86_64-linux/auto/Simple/.packlist should be written\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/5.40.2/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/tmp/MB-pxwl6H4a/man/man3/Simple.3\nok 6\nok 7\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/bar/Simple.pm\nok 8\nok 9\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/base/lib/perl5/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/base/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/base/bin/script\nok 10\nok 11\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/lib/perl5/site_perl/5.40.2/Simple/ConfigData.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/tmp/MB-pxwl6H4a/site/man/man3/Simple::ConfigData.3\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nCleaning up build files\nCleaning up configuration files\nok 20\nCreated MYMETA.yml and MYMETA.json\nCreating new 'Build' script for 'Simple' version '0.01'\nok 21\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/lib/Simple.pm\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/share/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/usr/bin/script\nok 22\nok 23\nBuilding Simple\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/bar/man/man3/Simple.3\nInstalling /usr/lib/libmodule-build-perl/ptest/t/install_test2205/bar/bin/script\nok 24\nok 25 - Look for file at /usr/lib/libmodule-build-perl/ptest/t/install_test2205/foo/lib/Simple.pm\nCleaning up build files\nCleaning up configuration files\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nPASS: t/install\n1..1\nok 1\nPASS: t/add_property_hash\n1..8\nok 1 - An object of class 'Module::Build' isa 'Module::Build'\nok 2 - dist_name is 'Simple'\nok 3 - set for no recursive testing\nok 4 - recursive tests run via PERL_MB_OPT\nChecking whether your kit is complete...\nLooks good\n\nChecking prerequisites...\nLooks good\n\nDeleting MYMETA.json\nRemoved previous 'MYMETA.json'\nDeleting MYMETA.yml\nRemoved previous 'MYMETA.yml'\nCreated MYMETA.yml and MYMETA.json\nDeleting Build\nRemoved previous script 'Build'\nCreating new 'Build' script for 'Simple' version '0.01'\nok 5 - PERL_MB_OPT set recusive tests in Build.PL\nok 6 - PERL_MB_OPT set verbose in Build.PL\nok 7 - PERL_MB_OPT cleared\nok 8 - recursive tests run via Build object\nPASS: t/perl_mb_opt\n1..6\nok 1 - Built etc/config\nok 2 - Built shared/data\nok 3 - Built shared/html\nok 4 - installed etc/config\nok 5 - installed shared/data\nok 6 - installed shared/html\nPASS: t/install_extra_target\n1..3\nok 1 - Construct build object with test_file_exts parameter\nok 2 - Should see first test output\nok 3 - Should see second test output\nPASS: t/test_file_exts\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -I/usr/lib/perl5/5.40.2/x86_64-linux/CORE -fPIC -Wno-unused-function -c -O2 -g -pipe -D_GNU_SOURCE -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' -fwrapv -fno-strict-aliasing -o /tmp/MB-sIfCHOss/test.o /tmp/MB-sIfCHOss/test.c\nx86_64-poky-linux-gcc -m64 '-march=core2' '-mtune=core2' -msse3 '-mfpmath=sse' -fstack-protector-strong -O2 '-D_FORTIFY_SOURCE=2' -Wformat -Wformat-security '-Werror=format-security' -o /tmp/MB-sIfCHOss/test /tmp/MB-sIfCHOss/test.o\n1..22\nok 1\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 9\nok 10\nok 11\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 12\nok 13\nok 14\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple/With/Deep/Name.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 15\nok 16\nok 17 - Can't build xs under pureperl\nok 18 - Can't build xs under pureperl, unless allow_pureperl\nok 19\nIn file included from /usr/lib/perl5/5.40.2/x86_64-linux/CORE/perl.h:7874,\n                 from lib/Simple.xs:2:\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:579:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  579 | Perl_SvPVXtrue(pTHX_ SV *sv)\n      | ^~~~~~~~~~~~~~\n/usr/lib/perl5/5.40.2/x86_64-linux/CORE/sv_inline.h:549:1: warning: 'always_inline' function might not be inlinable unless also declared 'inline' [-Wattributes]\n  549 | Perl_newSV_type_mortal(pTHX_ const svtype type)\n      | ^~~~~~~~~~~~~~~~~~~~~~\nok 20\nok 21\nok 22\nPASS: t/xs\nDURATION: 32\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5192553997039795,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libnl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libnl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008475780487060547,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.149495840072632,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.025490522384643555,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.5456583499908447,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009946823120117188,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libnl.cksuite-all-addr.c:Core:addr_alloc_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-addr.c:Core:addr_binary_addr_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-addr.c:Core:addr_flags2str_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-addr.c:Core:addr_info_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-addr.c:Core:addr_parse4_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-addr.c:Core:addr_parse6_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-attr.c:Core:attr_size_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-attr.c:Core:clone_cls_u32_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-attr.c:Core:msg_construct_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-attr.c:Core:test_nltst_strtok_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.cksuite-all-ematch-tree-clone.c:Core:ematch_tree_clone_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.nl-test-util.c:Core:cache_and_clone_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.nl-test-util.c:Core:test_create_iface_Passed": {
    "status": "PASSED"
   },
   "ptestresult.libnl.nl-test-util.c:Core:test_nltst_select_route_Passed": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libnl/ptest\nRunning suite(s): main\n Abstract addresses\nPASS: cksuite-all-addr.c:Core:addr_alloc Passed\nPASS: cksuite-all-addr.c:Core:addr_binary_addr Passed\nPASS: cksuite-all-addr.c:Core:addr_parse4 Passed\nPASS: cksuite-all-addr.c:Core:addr_parse6 Passed\nPASS: cksuite-all-addr.c:Core:addr_info Passed\nPASS: cksuite-all-addr.c:Core:addr_flags2str Passed\n Netlink attributes\nPASS: cksuite-all-attr.c:Core:attr_size Passed\nPASS: cksuite-all-attr.c:Core:msg_construct Passed\nPASS: cksuite-all-attr.c:Core:clone_cls_u32 Passed\nPASS: cksuite-all-attr.c:Core:test_nltst_strtok Passed\nPASS: nl-test-util.c:Core:test_nltst_select_route Passed\n Clone ematch tree\nruns with NLTST_SEED_RAND=0\nPASS: cksuite-all-ematch-tree-clone.c:Core:ematch_tree_clone Passed\n netns\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:cache_and_clone Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\n100%: Checks: 30, Failures: 0, Errors: 0\nDURATION: 0\nEND: /usr/lib/libnl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libnl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nRunning suite(s): main\n Abstract addresses\nPASS: cksuite-all-addr.c:Core:addr_alloc Passed\nPASS: cksuite-all-addr.c:Core:addr_binary_addr Passed\nPASS: cksuite-all-addr.c:Core:addr_parse4 Passed\nPASS: cksuite-all-addr.c:Core:addr_parse6 Passed\nPASS: cksuite-all-addr.c:Core:addr_info Passed\nPASS: cksuite-all-addr.c:Core:addr_flags2str Passed\n Netlink attributes\nPASS: cksuite-all-attr.c:Core:attr_size Passed\nPASS: cksuite-all-attr.c:Core:msg_construct Passed\nPASS: cksuite-all-attr.c:Core:clone_cls_u32 Passed\nPASS: cksuite-all-attr.c:Core:test_nltst_strtok Passed\nPASS: nl-test-util.c:Core:test_nltst_select_route Passed\n Clone ematch tree\nruns with NLTST_SEED_RAND=0\nPASS: cksuite-all-ematch-tree-clone.c:Core:ematch_tree_clone Passed\n netns\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:cache_and_clone Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\nruns with NLTST_SEED_RAND=0\nPASS: nl-test-util.c:Core:test_create_iface Passed\n100%: Checks: 30, Failures: 0, Errors: 0\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5154879093170166,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libpcre_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libpcre",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015230178833007812,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1476337909698486,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.023074865341186523,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.8617134094238281,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020835399627685547,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libpcre.RunGrepTest": {
    "status": "PASSED"
   },
   "ptestresult.libpcre.RunTest": {
    "status": "PASSED"
   },
   "ptestresult.libpcre.pcre_stringpiece_unittest": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libpcre/ptest\nmake[1]: Entering directory '/usr/lib/libpcre/ptest'\nPASS: pcre_stringpiece_unittest\nPASS: RunTest\nPASS: RunGrepTest\n============================================================================\nTestsuite summary for PCRE 8.36\n============================================================================\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/libpcre/ptest'\nDURATION: 0\nEND: /usr/lib/libpcre/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libpcre": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nmake[1]: Entering directory '/usr/lib/libpcre/ptest'\nPASS: pcre_stringpiece_unittest\nPASS: RunTest\nPASS: RunGrepTest\n============================================================================\nTestsuite summary for PCRE 8.36\n============================================================================\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[1]: Leaving directory '/usr/lib/libpcre/ptest'\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5191681385040283,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libseccomp_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libseccomp",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001514434814453125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1721909046173096,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0334470272064209,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 162.17858624458313,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008616447448730469,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00336": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00337": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00338": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00339": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00340": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00341": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00342": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00343": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00344": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00345": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00346": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00347": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00348": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00349": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00350": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%001-00351": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.01-sim-allow%%003-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.02-sim-basic%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%006-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.02-sim-basic%%007-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.02-sim-basic%%008-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%009-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%010-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.02-sim-basic%%012-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%008-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%009-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%010-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%011-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%012-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.03-sim-basic_chains%%014-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%003-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%005-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%007-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%009-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%010-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%012-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%014-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%015-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%016-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%018-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%019-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%020-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%021-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%022-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%023-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%024-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%025-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%025-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%025-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%025-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.04-sim-multilevel_chains%%026-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%003-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%005-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%006-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%006-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%006-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%006-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%007-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%010-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%010-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%010-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%010-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.05-sim-long_jumps%%011-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.06-sim-actions%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%007-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.06-sim-actions%%008-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.06-sim-actions%%009-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.06-sim-actions%%010-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.06-sim-actions%%011-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%013-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%014-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%015-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%016-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%016-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%016-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%016-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.06-sim-actions%%017-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.07-sim-db_bug_looping%%005-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%002-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%003-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%004-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%005-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%006-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%007-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%008-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%009-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%010-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%010-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%010-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%010-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%010-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%011-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%012-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%013-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%014-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%015-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%015-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%015-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%015-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%015-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%016-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%017-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%018-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%019-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%020-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%021-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%023-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%023-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%024-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%024-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%025-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%025-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%026-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%027-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%027-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%027-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%027-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%027-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.08-sim-subtree_checks%%028-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%007-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%007-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%007-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%007-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.09-sim-syscall_priority_pre%%008-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%007-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%007-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%007-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%007-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.10-sim-syscall_priority_post%%008-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.11-basic-basic_errors%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%003-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%007-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%011-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%012-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%013-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%014-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%019-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%021-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%022-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%026-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%027-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%028-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%029-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%029-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%029-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%029-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%029-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.12-sim-basic_masked_ops%%030-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.13-basic-attrs%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%006-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.14-sim-reset%%007-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.14-sim-reset%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00336": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00337": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00338": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00339": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00340": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00341": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00342": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00343": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00344": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00345": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00346": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00347": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00348": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00349": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00350": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00351": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00352": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00353": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00354": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00355": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00356": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00357": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00358": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%009-00359": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%010-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%010-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%010-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%010-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.14-sim-reset%%011-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.15-basic-resolver%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.16-sim-arch_basic%%013-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.17-sim-arch_merge%%010-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%008-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%009-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%010-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%011-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%012-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.18-sim-basic_allowlist%%014-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00336": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00337": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00338": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00339": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00340": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00341": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00342": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00343": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00344": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00345": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00346": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00347": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00348": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00349": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00350": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%001-00351": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.19-sim-missing_syscalls%%002-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.20-live-basic_die%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.20-live-basic_die%%002-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.20-live-basic_die%%003-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.21-live-basic_allow%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%008-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%009-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%010-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%011-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%012-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.22-sim-basic_chains_array%%014-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.23-sim-arch_all_le_basic%%008-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.24-live-arg_allow%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%005-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%010-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.25-sim-multilevel_chains_adv%%012-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.26-sim-arch_all_be_basic%%008-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%004-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%005-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%005-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%005-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.27-sim-bpf_blk_state%%006-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.28-sim-arch_x86%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.28-sim-arch_x86%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.28-sim-arch_x86%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.28-sim-arch_x86%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.28-sim-arch_x86%%005-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.29-sim-pseudo_syscall%%003-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%026-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%027-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%028-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%029-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%030-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%031-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%032-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.30-sim-socket_syscalls%%033-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.31-basic-version_check%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.32-live-tsync_allow%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.33-sim-socket_syscalls_be%%017-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%002-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%003-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%004-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%008-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%009-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%010-00001__architecture_difference_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%011-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%012-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%013-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%013-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%013-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%013-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.34-sim-basic_denylist%%014-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.35-sim-negative_one%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.35-sim-negative_one%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.35-sim-negative_one%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.35-sim-negative_one%%004-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.36-sim-ipc_syscalls%%025-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.37-sim-ipc_syscalls_be%%013-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.38-basic-pfc_coverage%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.39-basic-api_level%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00336": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00337": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00338": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00339": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00340": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00341": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00342": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00343": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00344": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00345": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00346": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00347": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00348": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00349": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00350": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%001-00351": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%002-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%002-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%002-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%002-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.40-sim-log%%003-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.41-sim-syscall_priority_arch%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.41-sim-syscall_priority_arch%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.41-sim-syscall_priority_arch%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.41-sim-syscall_priority_arch%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.41-sim-syscall_priority_arch%%005-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%026-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%027-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%028-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%029-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%030-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%031-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%032-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%033-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%034-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%035-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%035-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%035-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%035-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%035-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.42-sim-adv_chains%%036-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%026-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%027-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%028-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%029-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%030-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%031-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%032-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%033-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%034-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%035-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%036-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%037-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%038-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%039-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.43-sim-a2_order%%040-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.44-live-a2_order%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.45-sim-chain_code_coverage%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.45-sim-chain_code_coverage%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.45-sim-chain_code_coverage%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.45-sim-chain_code_coverage%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.45-sim-chain_code_coverage%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.45-sim-chain_code_coverage%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.46-sim-kill_process%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.46-sim-kill_process%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.46-sim-kill_process%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.46-sim-kill_process%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.46-sim-kill_process%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.46-sim-kill_process%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.47-live-kill_process%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%019-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%019-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%019-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%019-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.48-sim-32b_args%%020-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.49-sim-64b_comparisons%%011-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.50-sim-hash_collision%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.51-live-user_notification%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.52-basic-load%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%011-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%012-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%013-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%014-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%015-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%016-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%017-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%018-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%019-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%020-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%021-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%022-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%023-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%024-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%025-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%026-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%027-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%028-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%029-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%030-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%031-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%032-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%033-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%034-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%035-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%036-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%037-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%038-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%039-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%040-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%041-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%042-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%043-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%044-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%045-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%046-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%047-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%048-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%049-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%050-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.53-sim-binary_tree%%051-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.54-live-binary_tree%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.55-basic-pfc_binary_tree%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.56-basic-iterate_syscalls%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.57-basic-rawsysrc%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.58-live-tsync_notify%%001-00001__must_specify_live_tests_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00012": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00013": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00014": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00015": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00016": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00017": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00018": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00019": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00020": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00021": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00022": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00023": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00024": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00025": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00026": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00027": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00028": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00029": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00030": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00031": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00032": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00033": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00034": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00035": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00036": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00037": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00038": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00039": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00040": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00041": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00042": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00043": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00044": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00045": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00046": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00047": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00048": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00049": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00050": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00051": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00052": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00053": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00054": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00055": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00056": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00057": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00058": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00059": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00060": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00061": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00062": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00063": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00064": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00065": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00066": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00067": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00068": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00069": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00070": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00071": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00072": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00073": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00074": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00075": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00076": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00077": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00078": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00079": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00080": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00081": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00082": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00083": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00084": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00085": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00086": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00087": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00088": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00089": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00090": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00091": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00092": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00093": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00094": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00095": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00096": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00097": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00098": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00099": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00100": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00101": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00102": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00103": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00104": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00105": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00106": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00107": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00108": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00109": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00110": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00111": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00112": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00113": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00114": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00115": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00116": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00117": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00118": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00119": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00120": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00121": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00122": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00123": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00124": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00125": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00126": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00127": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00128": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00129": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00130": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00131": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00132": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00133": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00134": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00135": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00136": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00137": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00138": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00139": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00140": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00141": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00142": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00143": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00144": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00145": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00146": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00147": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00148": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00149": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00150": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00151": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00152": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00153": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00154": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00155": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00156": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00157": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00158": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00159": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00160": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00161": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00162": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00163": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00164": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00165": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00166": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00167": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00168": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00169": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00170": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00171": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00172": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00173": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00174": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00175": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00176": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00177": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00178": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00179": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00180": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00181": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00182": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00183": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00184": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00185": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00186": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00187": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00188": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00189": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00190": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00191": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00192": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00193": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00194": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00195": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00196": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00197": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00198": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00199": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00200": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00201": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00202": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00203": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00204": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00205": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00206": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00207": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00208": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00209": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00210": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00211": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00212": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00213": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00214": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00215": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00216": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00217": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00218": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00219": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00220": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00221": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00222": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00223": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00224": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00225": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00226": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00227": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00228": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00229": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00230": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00231": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00232": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00233": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00234": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00235": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00236": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00237": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00238": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00239": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00240": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00241": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00242": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00243": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00244": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00245": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00246": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00247": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00248": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00249": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00250": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00251": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00252": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00253": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00254": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00255": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00256": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00257": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00258": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00259": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00260": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00261": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00262": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00263": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00264": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00265": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00266": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00267": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00268": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00269": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00270": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00271": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00272": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00273": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00274": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00275": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00276": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00277": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00278": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00279": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00280": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00281": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00282": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00283": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00284": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00285": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00286": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00287": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00288": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00289": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00290": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00291": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00292": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00293": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00294": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00295": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00296": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00297": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00298": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00299": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00300": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00301": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00302": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00303": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00304": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00305": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00306": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00307": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00308": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00309": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00310": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00311": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00312": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00313": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00314": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00315": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00316": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00317": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00318": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00319": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00320": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00321": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00322": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00323": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00324": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00325": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00326": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00327": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00328": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00329": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00330": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00331": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00332": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00333": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00334": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00335": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00336": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00337": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00338": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00339": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00340": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00341": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00342": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00343": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00344": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00345": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00346": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00347": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00348": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00349": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00350": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%001-00351": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.59-basic-empty_binary_tree%%002-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%001-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%004-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%004-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%004-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%004-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.60-sim-precompute%%005-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%005-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%005-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%006-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%007-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%007-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%007-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%007-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%008-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00006": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00007": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00008": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00009": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00010": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%009-00011": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%010-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%010-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%010-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%010-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%010-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.61-sim-transactions%%011-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%001-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%002-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%003-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%004-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%005-00001": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%005-00002": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%005-00003": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%005-00004": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%005-00005": {
    "status": "PASSED"
   },
   "ptestresult.libseccomp.62-sim-arch_transactions%%006-00001__valgrind_not_installed_": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/libseccomp/ptest\n=============== Mon Jun 16 11:35:21 UTC 2025 ===============\nRegression Test Report (\"regression -a\")\n batch name: 01-sim-allow\n test mode:  c\n test type:  bpf-sim\nPASS: 01-sim-allow%%001-00001\nPASS: 01-sim-allow%%001-00002\nPASS: 01-sim-allow%%001-00003\nPASS: 01-sim-allow%%001-00004\nPASS: 01-sim-allow%%001-00005\nPASS: 01-sim-allow%%001-00006\nPASS: 01-sim-allow%%001-00007\nPASS: 01-sim-allow%%001-00008\nPASS: 01-sim-allow%%001-00009\nPASS: 01-sim-allow%%001-00010\nPASS: 01-sim-allow%%001-00011\nPASS: 01-sim-allow%%001-00012\nPASS: 01-sim-allow%%001-00013\nPASS: 01-sim-allow%%001-00014\nPASS: 01-sim-allow%%001-00015\nPASS: 01-sim-allow%%001-00016\nPASS: 01-sim-allow%%001-00017\nPASS: 01-sim-allow%%001-00018\nPASS: 01-sim-allow%%001-00019\nPASS: 01-sim-allow%%001-00020\nPASS: 01-sim-allow%%001-00021\nPASS: 01-sim-allow%%001-00022\nPASS: 01-sim-allow%%001-00023\nPASS: 01-sim-allow%%001-00024\nPASS: 01-sim-allow%%001-00025\nPASS: 01-sim-allow%%001-00026\nPASS: 01-sim-allow%%001-00027\nPASS: 01-sim-allow%%001-00028\nPASS: 01-sim-allow%%001-00029\nPASS: 01-sim-allow%%001-00030\nPASS: 01-sim-allow%%001-00031\nPASS: 01-sim-allow%%001-00032\nPASS: 01-sim-allow%%001-00033\nPASS: 01-sim-allow%%001-00034\nPASS: 01-sim-allow%%001-00035\nPASS: 01-sim-allow%%001-00036\nPASS: 01-sim-allow%%001-00037\nPASS: 01-sim-allow%%001-00038\nPASS: 01-sim-allow%%001-00039\nPASS: 01-sim-allow%%001-00040\nPASS: 01-sim-allow%%001-00041\nPASS: 01-sim-allow%%001-00042\nPASS: 01-sim-allow%%001-00043\nPASS: 01-sim-allow%%001-00044\nPASS: 01-sim-allow%%001-00045\nPASS: 01-sim-allow%%001-00046\nPASS: 01-sim-allow%%001-00047\nPASS: 01-sim-allow%%001-00048\nPASS: 01-sim-allow%%001-00049\nPASS: 01-sim-allow%%001-00050\nPASS: 01-sim-allow%%001-00051\nPASS: 01-sim-allow%%001-00052\nPASS: 01-sim-allow%%001-00053\nPASS: 01-sim-allow%%001-00054\nPASS: 01-sim-allow%%001-00055\nPASS: 01-sim-allow%%001-00056\nPASS: 01-sim-allow%%001-00057\nPASS: 01-sim-allow%%001-00058\nPASS: 01-sim-allow%%001-00059\nPASS: 01-sim-allow%%001-00060\nPASS: 01-sim-allow%%001-00061\nPASS: 01-sim-allow%%001-00062\nPASS: 01-sim-allow%%001-00063\nPASS: 01-sim-allow%%001-00064\nPASS: 01-sim-allow%%001-00065\nPASS: 01-sim-allow%%001-00066\nPASS: 01-sim-allow%%001-00067\nPASS: 01-sim-allow%%001-00068\nPASS: 01-sim-allow%%001-00069\nPASS: 01-sim-allow%%001-00070\nPASS: 01-sim-allow%%001-00071\nPASS: 01-sim-allow%%001-00072\nPASS: 01-sim-allow%%001-00073\nPASS: 01-sim-allow%%001-00074\nPASS: 01-sim-allow%%001-00075\nPASS: 01-sim-allow%%001-00076\nPASS: 01-sim-allow%%001-00077\nPASS: 01-sim-allow%%001-00078\nPASS: 01-sim-allow%%001-00079\nPASS: 01-sim-allow%%001-00080\nPASS: 01-sim-allow%%001-00081\nPASS: 01-sim-allow%%001-00082\nPASS: 01-sim-allow%%001-00083\nPASS: 01-sim-allow%%001-00084\nPASS: 01-sim-allow%%001-00085\nPASS: 01-sim-allow%%001-00086\nPASS: 01-sim-allow%%001-00087\nPASS: 01-sim-allow%%001-00088\nPASS: 01-sim-allow%%001-00089\nPASS: 01-sim-allow%%001-00090\nPASS: 01-sim-allow%%001-00091\nPASS: 01-sim-allow%%001-00092\nPASS: 01-sim-allow%%001-00093\nPASS: 01-sim-allow%%001-00094\nPASS: 01-sim-allow%%001-00095\nPASS: 01-sim-allow%%001-00096\nPASS: 01-sim-allow%%001-00097\nPASS: 01-sim-allow%%001-00098\nPASS: 01-sim-allow%%001-00099\nPASS: 01-sim-allow%%001-00100\nPASS: 01-sim-allow%%001-00101\nPASS: 01-sim-allow%%001-00102\nPASS: 01-sim-allow%%001-00103\nPASS: 01-sim-allow%%001-00104\nPASS: 01-sim-allow%%001-00105\nPASS: 01-sim-allow%%001-00106\nPASS: 01-sim-allow%%001-00107\nPASS: 01-sim-allow%%001-00108\nPASS: 01-sim-allow%%001-00109\nPASS: 01-sim-allow%%001-00110\nPASS: 01-sim-allow%%001-00111\nPASS: 01-sim-allow%%001-00112\nPASS: 01-sim-allow%%001-00113\nPASS: 01-sim-allow%%001-00114\nPASS: 01-sim-allow%%001-00115\nPASS: 01-sim-allow%%001-00116\nPASS: 01-sim-allow%%001-00117\nPASS: 01-sim-allow%%001-00118\nPASS: 01-sim-allow%%001-00119\nPASS: 01-sim-allow%%001-00120\nPASS: 01-sim-allow%%001-00121\nPASS: 01-sim-allow%%001-00122\nPASS: 01-sim-allow%%001-00123\nPASS: 01-sim-allow%%001-00124\nPASS: 01-sim-allow%%001-00125\nPASS: 01-sim-allow%%001-00126\nPASS: 01-sim-allow%%001-00127\nPASS: 01-sim-allow%%001-00128\nPASS: 01-sim-allow%%001-00129\nPASS: 01-sim-allow%%001-00130\nPASS: 01-sim-allow%%001-00131\nPASS: 01-sim-allow%%001-00132\nPASS: 01-sim-allow%%001-00133\nPASS: 01-sim-allow%%001-00134\nPASS: 01-sim-allow%%001-00135\nPASS: 01-sim-allow%%001-00136\nPASS: 01-sim-allow%%001-00137\nPASS: 01-sim-allow%%001-00138\nPASS: 01-sim-allow%%001-00139\nPASS: 01-sim-allow%%001-00140\nPASS: 01-sim-allow%%001-00141\nPASS: 01-sim-allow%%001-00142\nPASS: 01-sim-allow%%001-00143\nPASS: 01-sim-allow%%001-00144\nPASS: 01-sim-allow%%001-00145\nPASS: 01-sim-allow%%001-00146\nPASS: 01-sim-allow%%001-00147\nPASS: 01-sim-allow%%001-00148\nPASS: 01-sim-allow%%001-00149\nPASS: 01-sim-allow%%001-00150\nPASS: 01-sim-allow%%001-00151\nPASS: 01-sim-allow%%001-00152\nPASS: 01-sim-allow%%001-00153\nPASS: 01-sim-allow%%001-00154\nPASS: 01-sim-allow%%001-00155\nPASS: 01-sim-allow%%001-00156\nPASS: 01-sim-allow%%001-00157\nPASS: 01-sim-allow%%001-00158\nPASS: 01-sim-allow%%001-00159\nPASS: 01-sim-allow%%001-00160\nPASS: 01-sim-allow%%001-00161\nPASS: 01-sim-allow%%001-00162\nPASS: 01-sim-allow%%001-00163\nPASS: 01-sim-allow%%001-00164\nPASS: 01-sim-allow%%001-00165\nPASS: 01-sim-allow%%001-00166\nPASS: 01-sim-allow%%001-00167\nPASS: 01-sim-allow%%001-00168\nPASS: 01-sim-allow%%001-00169\nPASS: 01-sim-allow%%001-00170\nPASS: 01-sim-allow%%001-00171\nPASS: 01-sim-allow%%001-00172\nPASS: 01-sim-allow%%001-00173\nPASS: 01-sim-allow%%001-00174\nPASS: 01-sim-allow%%001-00175\nPASS: 01-sim-allow%%001-00176\nPASS: 01-sim-allow%%001-00177\nPASS: 01-sim-allow%%001-00178\nPASS: 01-sim-allow%%001-00179\nPASS: 01-sim-allow%%001-00180\nPASS: 01-sim-allow%%001-00181\nPASS: 01-sim-allow%%001-00182\nPASS: 01-sim-allow%%001-00183\nPASS: 01-sim-allow%%001-00184\nPASS: 01-sim-allow%%001-00185\nPASS: 01-sim-allow%%001-00186\nPASS: 01-sim-allow%%001-00187\nPASS: 01-sim-allow%%001-00188\nPASS: 01-sim-allow%%001-00189\nPASS: 01-sim-allow%%001-00190\nPASS: 01-sim-allow%%001-00191\nPASS: 01-sim-allow%%001-00192\nPASS: 01-sim-allow%%001-00193\nPASS: 01-sim-allow%%001-00194\nPASS: 01-sim-allow%%001-00195\nPASS: 01-sim-allow%%001-00196\nPASS: 01-sim-allow%%001-00197\nPASS: 01-sim-allow%%001-00198\nPASS: 01-sim-allow%%001-00199\nPASS: 01-sim-allow%%001-00200\nPASS: 01-sim-allow%%001-00201\nPASS: 01-sim-allow%%001-00202\nPASS: 01-sim-allow%%001-00203\nPASS: 01-sim-allow%%001-00204\nPASS: 01-sim-allow%%001-00205\nPASS: 01-sim-allow%%001-00206\nPASS: 01-sim-allow%%001-00207\nPASS: 01-sim-allow%%001-00208\nPASS: 01-sim-allow%%001-00209\nPASS: 01-sim-allow%%001-00210\nPASS: 01-sim-allow%%001-00211\nPASS: 01-sim-allow%%001-00212\nPASS: 01-sim-allow%%001-00213\nPASS: 01-sim-allow%%001-00214\nPASS: 01-sim-allow%%001-00215\nPASS: 01-sim-allow%%001-00216\nPASS: 01-sim-allow%%001-00217\nPASS: 01-sim-allow%%001-00218\nPASS: 01-sim-allow%%001-00219\nPASS: 01-sim-allow%%001-00220\nPASS: 01-sim-allow%%001-00221\nPASS: 01-sim-allow%%001-00222\nPASS: 01-sim-allow%%001-00223\nPASS: 01-sim-allow%%001-00224\nPASS: 01-sim-allow%%001-00225\nPASS: 01-sim-allow%%001-00226\nPASS: 01-sim-allow%%001-00227\nPASS: 01-sim-allow%%001-00228\nPASS: 01-sim-allow%%001-00229\nPASS: 01-sim-allow%%001-00230\nPASS: 01-sim-allow%%001-00231\nPASS: 01-sim-allow%%001-00232\nPASS: 01-sim-allow%%001-00233\nPASS: 01-sim-allow%%001-00234\nPASS: 01-sim-allow%%001-00235\nPASS: 01-sim-allow%%001-00236\nPASS: 01-sim-allow%%001-00237\nPASS: 01-sim-allow%%001-00238\nPASS: 01-sim-allow%%001-00239\nPASS: 01-sim-allow%%001-00240\nPASS: 01-sim-allow%%001-00241\nPASS: 01-sim-allow%%001-00242\nPASS: 01-sim-allow%%001-00243\nPASS: 01-sim-allow%%001-00244\nPASS: 01-sim-allow%%001-00245\nPASS: 01-sim-allow%%001-00246\nPASS: 01-sim-allow%%001-00247\nPASS: 01-sim-allow%%001-00248\nPASS: 01-sim-allow%%001-00249\nPASS: 01-sim-allow%%001-00250\nPASS: 01-sim-allow%%001-00251\nPASS: 01-sim-allow%%001-00252\nPASS: 01-sim-allow%%001-00253\nPASS: 01-sim-allow%%001-00254\nPASS: 01-sim-allow%%001-00255\nPASS: 01-sim-allow%%001-00256\nPASS: 01-sim-allow%%001-00257\nPASS: 01-sim-allow%%001-00258\nPASS: 01-sim-allow%%001-00259\nPASS: 01-sim-allow%%001-00260\nPASS: 01-sim-allow%%001-00261\nPASS: 01-sim-allow%%001-00262\nPASS: 01-sim-allow%%001-00263\nPASS: 01-sim-allow%%001-00264\nPASS: 01-sim-allow%%001-00265\nPASS: 01-sim-allow%%001-00266\nPASS: 01-sim-allow%%001-00267\nPASS: 01-sim-allow%%001-00268\nPASS: 01-sim-allow%%001-00269\nPASS: 01-sim-allow%%001-00270\nPASS: 01-sim-allow%%001-00271\nPASS: 01-sim-allow%%001-00272\nPASS: 01-sim-allow%%001-00273\nPASS: 01-sim-allow%%001-00274\nPASS: 01-sim-allow%%001-00275\nPASS: 01-sim-allow%%001-00276\nPASS: 01-sim-allow%%001-00277\nPASS: 01-sim-allow%%001-00278\nPASS: 01-sim-allow%%001-00279\nPASS: 01-sim-allow%%001-00280\nPASS: 01-sim-allow%%001-00281\nPASS: 01-sim-allow%%001-00282\nPASS: 01-sim-allow%%001-00283\nPASS: 01-sim-allow%%001-00284\nPASS: 01-sim-allow%%001-00285\nPASS: 01-sim-allow%%001-00286\nPASS: 01-sim-allow%%001-00287\nPASS: 01-sim-allow%%001-00288\nPASS: 01-sim-allow%%001-00289\nPASS: 01-sim-allow%%001-00290\nPASS: 01-sim-allow%%001-00291\nPASS: 01-sim-allow%%001-00292\nPASS: 01-sim-allow%%001-00293\nPASS: 01-sim-allow%%001-00294\nPASS: 01-sim-allow%%001-00295\nPASS: 01-sim-allow%%001-00296\nPASS: 01-sim-allow%%001-00297\nPASS: 01-sim-allow%%001-00298\nPASS: 01-sim-allow%%001-00299\nPASS: 01-sim-allow%%001-00300\nPASS: 01-sim-allow%%001-00301\nPASS: 01-sim-allow%%001-00302\nPASS: 01-sim-allow%%001-00303\nPASS: 01-sim-allow%%001-00304\nPASS: 01-sim-allow%%001-00305\nPASS: 01-sim-allow%%001-00306\nPASS: 01-sim-allow%%001-00307\nPASS: 01-sim-allow%%001-00308\nPASS: 01-sim-allow%%001-00309\nPASS: 01-sim-allow%%001-00310\nPASS: 01-sim-allow%%001-00311\nPASS: 01-sim-allow%%001-00312\nPASS: 01-sim-allow%%001-00313\nPASS: 01-sim-allow%%001-00314\nPASS: 01-sim-allow%%001-00315\nPASS: 01-sim-allow%%001-00316\nPASS: 01-sim-allow%%001-00317\nPASS: 01-sim-allow%%001-00318\nPASS: 01-sim-allow%%001-00319\nPASS: 01-sim-allow%%001-00320\nPASS: 01-sim-allow%%001-00321\nPASS: 01-sim-allow%%001-00322\nPASS: 01-sim-allow%%001-00323\nPASS: 01-sim-allow%%001-00324\nPASS: 01-sim-allow%%001-00325\nPASS: 01-sim-allow%%001-00326\nPASS: 01-sim-allow%%001-00327\nPASS: 01-sim-allow%%001-00328\nPASS: 01-sim-allow%%001-00329\nPASS: 01-sim-allow%%001-00330\nPASS: 01-sim-allow%%001-00331\nPASS: 01-sim-allow%%001-00332\nPASS: 01-sim-allow%%001-00333\nPASS: 01-sim-allow%%001-00334\nPASS: 01-sim-allow%%001-00335\nPASS: 01-sim-allow%%001-00336\nPASS: 01-sim-allow%%001-00337\nPASS: 01-sim-allow%%001-00338\nPASS: 01-sim-allow%%001-00339\nPASS: 01-sim-allow%%001-00340\nPASS: 01-sim-allow%%001-00341\nPASS: 01-sim-allow%%001-00342\nPASS: 01-sim-allow%%001-00343\nPASS: 01-sim-allow%%001-00344\nPASS: 01-sim-allow%%001-00345\nPASS: 01-sim-allow%%001-00346\nPASS: 01-sim-allow%%001-00347\nPASS: 01-sim-allow%%001-00348\nPASS: 01-sim-allow%%001-00349\nPASS: 01-sim-allow%%001-00350\nPASS: 01-sim-allow%%001-00351\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 01-sim-allow%%002-00001\nPASS: 01-sim-allow%%002-00002\nPASS: 01-sim-allow%%002-00003\nPASS: 01-sim-allow%%002-00004\nPASS: 01-sim-allow%%002-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 01-sim-allow%%003-00001 (valgrind not installed)\n batch name: 02-sim-basic\n test mode:  c\n test type:  bpf-sim\nPASS: 02-sim-basic%%001-00001\nPASS: 02-sim-basic%%002-00001\nPASS: 02-sim-basic%%003-00001\nPASS: 02-sim-basic%%004-00001\nPASS: 02-sim-basic%%005-00001\nSKIP: 02-sim-basic%%006-00001 (architecture difference)\nSKIP: 02-sim-basic%%007-00001 (architecture difference)\nSKIP: 02-sim-basic%%008-00001 (architecture difference)\nPASS: 02-sim-basic%%009-00001\nPASS: 02-sim-basic%%009-00002\nPASS: 02-sim-basic%%009-00003\nPASS: 02-sim-basic%%009-00004\nPASS: 02-sim-basic%%009-00005\nPASS: 02-sim-basic%%009-00006\nPASS: 02-sim-basic%%009-00007\nPASS: 02-sim-basic%%009-00008\nPASS: 02-sim-basic%%009-00009\nPASS: 02-sim-basic%%009-00010\nPASS: 02-sim-basic%%009-00011\nPASS: 02-sim-basic%%010-00001\nPASS: 02-sim-basic%%010-00002\nPASS: 02-sim-basic%%010-00003\nPASS: 02-sim-basic%%010-00004\nPASS: 02-sim-basic%%010-00005\nPASS: 02-sim-basic%%010-00006\nPASS: 02-sim-basic%%010-00007\nPASS: 02-sim-basic%%010-00008\nPASS: 02-sim-basic%%010-00009\nPASS: 02-sim-basic%%010-00010\nPASS: 02-sim-basic%%010-00011\nPASS: 02-sim-basic%%010-00012\nPASS: 02-sim-basic%%010-00013\nPASS: 02-sim-basic%%010-00014\nPASS: 02-sim-basic%%010-00015\nPASS: 02-sim-basic%%010-00016\nPASS: 02-sim-basic%%010-00017\nPASS: 02-sim-basic%%010-00018\nPASS: 02-sim-basic%%010-00019\nPASS: 02-sim-basic%%010-00020\nPASS: 02-sim-basic%%010-00021\nPASS: 02-sim-basic%%010-00022\nPASS: 02-sim-basic%%010-00023\nPASS: 02-sim-basic%%010-00024\nPASS: 02-sim-basic%%010-00025\nPASS: 02-sim-basic%%010-00026\nPASS: 02-sim-basic%%010-00027\nPASS: 02-sim-basic%%010-00028\nPASS: 02-sim-basic%%010-00029\nPASS: 02-sim-basic%%010-00030\nPASS: 02-sim-basic%%010-00031\nPASS: 02-sim-basic%%010-00032\nPASS: 02-sim-basic%%010-00033\nPASS: 02-sim-basic%%010-00034\nPASS: 02-sim-basic%%010-00035\nPASS: 02-sim-basic%%010-00036\nPASS: 02-sim-basic%%010-00037\nPASS: 02-sim-basic%%010-00038\nPASS: 02-sim-basic%%010-00039\nPASS: 02-sim-basic%%010-00040\nPASS: 02-sim-basic%%010-00041\nPASS: 02-sim-basic%%010-00042\nPASS: 02-sim-basic%%010-00043\nPASS: 02-sim-basic%%010-00044\nPASS: 02-sim-basic%%010-00045\nPASS: 02-sim-basic%%010-00046\nPASS: 02-sim-basic%%010-00047\nPASS: 02-sim-basic%%010-00048\nPASS: 02-sim-basic%%010-00049\nPASS: 02-sim-basic%%010-00050\nPASS: 02-sim-basic%%010-00051\nPASS: 02-sim-basic%%010-00052\nPASS: 02-sim-basic%%010-00053\nPASS: 02-sim-basic%%010-00054\nPASS: 02-sim-basic%%010-00055\nPASS: 02-sim-basic%%010-00056\nPASS: 02-sim-basic%%010-00057\nPASS: 02-sim-basic%%010-00058\nPASS: 02-sim-basic%%010-00059\nPASS: 02-sim-basic%%010-00060\nPASS: 02-sim-basic%%010-00061\nPASS: 02-sim-basic%%010-00062\nPASS: 02-sim-basic%%010-00063\nPASS: 02-sim-basic%%010-00064\nPASS: 02-sim-basic%%010-00065\nPASS: 02-sim-basic%%010-00066\nPASS: 02-sim-basic%%010-00067\nPASS: 02-sim-basic%%010-00068\nPASS: 02-sim-basic%%010-00069\nPASS: 02-sim-basic%%010-00070\nPASS: 02-sim-basic%%010-00071\nPASS: 02-sim-basic%%010-00072\nPASS: 02-sim-basic%%010-00073\nPASS: 02-sim-basic%%010-00074\nPASS: 02-sim-basic%%010-00075\nPASS: 02-sim-basic%%010-00076\nPASS: 02-sim-basic%%010-00077\nPASS: 02-sim-basic%%010-00078\nPASS: 02-sim-basic%%010-00079\nPASS: 02-sim-basic%%010-00080\nPASS: 02-sim-basic%%010-00081\nPASS: 02-sim-basic%%010-00082\nPASS: 02-sim-basic%%010-00083\nPASS: 02-sim-basic%%010-00084\nPASS: 02-sim-basic%%010-00085\nPASS: 02-sim-basic%%010-00086\nPASS: 02-sim-basic%%010-00087\nPASS: 02-sim-basic%%010-00088\nPASS: 02-sim-basic%%010-00089\nPASS: 02-sim-basic%%010-00090\nPASS: 02-sim-basic%%010-00091\nPASS: 02-sim-basic%%010-00092\nPASS: 02-sim-basic%%010-00093\nPASS: 02-sim-basic%%010-00094\nPASS: 02-sim-basic%%010-00095\nPASS: 02-sim-basic%%010-00096\nPASS: 02-sim-basic%%010-00097\nPASS: 02-sim-basic%%010-00098\nPASS: 02-sim-basic%%010-00099\nPASS: 02-sim-basic%%010-00100\nPASS: 02-sim-basic%%010-00101\nPASS: 02-sim-basic%%010-00102\nPASS: 02-sim-basic%%010-00103\nPASS: 02-sim-basic%%010-00104\nPASS: 02-sim-basic%%010-00105\nPASS: 02-sim-basic%%010-00106\nPASS: 02-sim-basic%%010-00107\nPASS: 02-sim-basic%%010-00108\nPASS: 02-sim-basic%%010-00109\nPASS: 02-sim-basic%%010-00110\nPASS: 02-sim-basic%%010-00111\nPASS: 02-sim-basic%%010-00112\nPASS: 02-sim-basic%%010-00113\nPASS: 02-sim-basic%%010-00114\nPASS: 02-sim-basic%%010-00115\nPASS: 02-sim-basic%%010-00116\nPASS: 02-sim-basic%%010-00117\nPASS: 02-sim-basic%%010-00118\nPASS: 02-sim-basic%%010-00119\nPASS: 02-sim-basic%%010-00120\nPASS: 02-sim-basic%%010-00121\nPASS: 02-sim-basic%%010-00122\nPASS: 02-sim-basic%%010-00123\nPASS: 02-sim-basic%%010-00124\nPASS: 02-sim-basic%%010-00125\nPASS: 02-sim-basic%%010-00126\nPASS: 02-sim-basic%%010-00127\nPASS: 02-sim-basic%%010-00128\nPASS: 02-sim-basic%%010-00129\nPASS: 02-sim-basic%%010-00130\nPASS: 02-sim-basic%%010-00131\nPASS: 02-sim-basic%%010-00132\nPASS: 02-sim-basic%%010-00133\nPASS: 02-sim-basic%%010-00134\nPASS: 02-sim-basic%%010-00135\nPASS: 02-sim-basic%%010-00136\nPASS: 02-sim-basic%%010-00137\nPASS: 02-sim-basic%%010-00138\nPASS: 02-sim-basic%%010-00139\nPASS: 02-sim-basic%%010-00140\nPASS: 02-sim-basic%%010-00141\nPASS: 02-sim-basic%%010-00142\nPASS: 02-sim-basic%%010-00143\nPASS: 02-sim-basic%%010-00144\nPASS: 02-sim-basic%%010-00145\nPASS: 02-sim-basic%%010-00146\nPASS: 02-sim-basic%%010-00147\nPASS: 02-sim-basic%%010-00148\nPASS: 02-sim-basic%%010-00149\nPASS: 02-sim-basic%%010-00150\nPASS: 02-sim-basic%%010-00151\nPASS: 02-sim-basic%%010-00152\nPASS: 02-sim-basic%%010-00153\nPASS: 02-sim-basic%%010-00154\nPASS: 02-sim-basic%%010-00155\nPASS: 02-sim-basic%%010-00156\nPASS: 02-sim-basic%%010-00157\nPASS: 02-sim-basic%%010-00158\nPASS: 02-sim-basic%%010-00159\nPASS: 02-sim-basic%%010-00160\nPASS: 02-sim-basic%%010-00161\nPASS: 02-sim-basic%%010-00162\nPASS: 02-sim-basic%%010-00163\nPASS: 02-sim-basic%%010-00164\nPASS: 02-sim-basic%%010-00165\nPASS: 02-sim-basic%%010-00166\nPASS: 02-sim-basic%%010-00167\nPASS: 02-sim-basic%%010-00168\nPASS: 02-sim-basic%%010-00169\nPASS: 02-sim-basic%%010-00170\nPASS: 02-sim-basic%%010-00171\nPASS: 02-sim-basic%%010-00172\nPASS: 02-sim-basic%%010-00173\nPASS: 02-sim-basic%%010-00174\nPASS: 02-sim-basic%%010-00175\nPASS: 02-sim-basic%%010-00176\nPASS: 02-sim-basic%%010-00177\nPASS: 02-sim-basic%%010-00178\nPASS: 02-sim-basic%%010-00179\nPASS: 02-sim-basic%%010-00180\nPASS: 02-sim-basic%%010-00181\nPASS: 02-sim-basic%%010-00182\nPASS: 02-sim-basic%%010-00183\nPASS: 02-sim-basic%%010-00184\nPASS: 02-sim-basic%%010-00185\nPASS: 02-sim-basic%%010-00186\nPASS: 02-sim-basic%%010-00187\nPASS: 02-sim-basic%%010-00188\nPASS: 02-sim-basic%%010-00189\nPASS: 02-sim-basic%%010-00190\nPASS: 02-sim-basic%%010-00191\nPASS: 02-sim-basic%%010-00192\nPASS: 02-sim-basic%%010-00193\nPASS: 02-sim-basic%%010-00194\nPASS: 02-sim-basic%%010-00195\nPASS: 02-sim-basic%%010-00196\nPASS: 02-sim-basic%%010-00197\nPASS: 02-sim-basic%%010-00198\nPASS: 02-sim-basic%%010-00199\nPASS: 02-sim-basic%%010-00200\nPASS: 02-sim-basic%%010-00201\nPASS: 02-sim-basic%%010-00202\nPASS: 02-sim-basic%%010-00203\nPASS: 02-sim-basic%%010-00204\nPASS: 02-sim-basic%%010-00205\nPASS: 02-sim-basic%%010-00206\nPASS: 02-sim-basic%%010-00207\nPASS: 02-sim-basic%%010-00208\nPASS: 02-sim-basic%%010-00209\nPASS: 02-sim-basic%%010-00210\nPASS: 02-sim-basic%%010-00211\nPASS: 02-sim-basic%%010-00212\nPASS: 02-sim-basic%%010-00213\nPASS: 02-sim-basic%%010-00214\nPASS: 02-sim-basic%%010-00215\nPASS: 02-sim-basic%%010-00216\nPASS: 02-sim-basic%%010-00217\nPASS: 02-sim-basic%%010-00218\nPASS: 02-sim-basic%%010-00219\nPASS: 02-sim-basic%%010-00220\nPASS: 02-sim-basic%%010-00221\nPASS: 02-sim-basic%%010-00222\nPASS: 02-sim-basic%%010-00223\nPASS: 02-sim-basic%%010-00224\nPASS: 02-sim-basic%%010-00225\nPASS: 02-sim-basic%%010-00226\nPASS: 02-sim-basic%%010-00227\nPASS: 02-sim-basic%%010-00228\nPASS: 02-sim-basic%%010-00229\nPASS: 02-sim-basic%%010-00230\nPASS: 02-sim-basic%%010-00231\nPASS: 02-sim-basic%%010-00232\nPASS: 02-sim-basic%%010-00233\nPASS: 02-sim-basic%%010-00234\nPASS: 02-sim-basic%%010-00235\nPASS: 02-sim-basic%%010-00236\nPASS: 02-sim-basic%%010-00237\nPASS: 02-sim-basic%%010-00238\nPASS: 02-sim-basic%%010-00239\nPASS: 02-sim-basic%%010-00240\nPASS: 02-sim-basic%%010-00241\nPASS: 02-sim-basic%%010-00242\nPASS: 02-sim-basic%%010-00243\nPASS: 02-sim-basic%%010-00244\nPASS: 02-sim-basic%%010-00245\nPASS: 02-sim-basic%%010-00246\nPASS: 02-sim-basic%%010-00247\nPASS: 02-sim-basic%%010-00248\nPASS: 02-sim-basic%%010-00249\nPASS: 02-sim-basic%%010-00250\nPASS: 02-sim-basic%%010-00251\nPASS: 02-sim-basic%%010-00252\nPASS: 02-sim-basic%%010-00253\nPASS: 02-sim-basic%%010-00254\nPASS: 02-sim-basic%%010-00255\nPASS: 02-sim-basic%%010-00256\nPASS: 02-sim-basic%%010-00257\nPASS: 02-sim-basic%%010-00258\nPASS: 02-sim-basic%%010-00259\nPASS: 02-sim-basic%%010-00260\nPASS: 02-sim-basic%%010-00261\nPASS: 02-sim-basic%%010-00262\nPASS: 02-sim-basic%%010-00263\nPASS: 02-sim-basic%%010-00264\nPASS: 02-sim-basic%%010-00265\nPASS: 02-sim-basic%%010-00266\nPASS: 02-sim-basic%%010-00267\nPASS: 02-sim-basic%%010-00268\nPASS: 02-sim-basic%%010-00269\nPASS: 02-sim-basic%%010-00270\nPASS: 02-sim-basic%%010-00271\nPASS: 02-sim-basic%%010-00272\nPASS: 02-sim-basic%%010-00273\nPASS: 02-sim-basic%%010-00274\nPASS: 02-sim-basic%%010-00275\nPASS: 02-sim-basic%%010-00276\nPASS: 02-sim-basic%%010-00277\nPASS: 02-sim-basic%%010-00278\nPASS: 02-sim-basic%%010-00279\nPASS: 02-sim-basic%%010-00280\nPASS: 02-sim-basic%%010-00281\nPASS: 02-sim-basic%%010-00282\nPASS: 02-sim-basic%%010-00283\nPASS: 02-sim-basic%%010-00284\nPASS: 02-sim-basic%%010-00285\nPASS: 02-sim-basic%%010-00286\nPASS: 02-sim-basic%%010-00287\nPASS: 02-sim-basic%%010-00288\nPASS: 02-sim-basic%%010-00289\nPASS: 02-sim-basic%%010-00290\nPASS: 02-sim-basic%%010-00291\nPASS: 02-sim-basic%%010-00292\nPASS: 02-sim-basic%%010-00293\nPASS: 02-sim-basic%%010-00294\nPASS: 02-sim-basic%%010-00295\nPASS: 02-sim-basic%%010-00296\nPASS: 02-sim-basic%%010-00297\nPASS: 02-sim-basic%%010-00298\nPASS: 02-sim-basic%%010-00299\nPASS: 02-sim-basic%%010-00300\nPASS: 02-sim-basic%%010-00301\nPASS: 02-sim-basic%%010-00302\nPASS: 02-sim-basic%%010-00303\nPASS: 02-sim-basic%%010-00304\nPASS: 02-sim-basic%%010-00305\nPASS: 02-sim-basic%%010-00306\nPASS: 02-sim-basic%%010-00307\nPASS: 02-sim-basic%%010-00308\nPASS: 02-sim-basic%%010-00309\nPASS: 02-sim-basic%%010-00310\nPASS: 02-sim-basic%%010-00311\nPASS: 02-sim-basic%%010-00312\nPASS: 02-sim-basic%%010-00313\nPASS: 02-sim-basic%%010-00314\nPASS: 02-sim-basic%%010-00315\nPASS: 02-sim-basic%%010-00316\nPASS: 02-sim-basic%%010-00317\nPASS: 02-sim-basic%%010-00318\nPASS: 02-sim-basic%%010-00319\nPASS: 02-sim-basic%%010-00320\nPASS: 02-sim-basic%%010-00321\nPASS: 02-sim-basic%%010-00322\nPASS: 02-sim-basic%%010-00323\nPASS: 02-sim-basic%%010-00324\nPASS: 02-sim-basic%%010-00325\nPASS: 02-sim-basic%%010-00326\nPASS: 02-sim-basic%%010-00327\nPASS: 02-sim-basic%%010-00328\nPASS: 02-sim-basic%%010-00329\nPASS: 02-sim-basic%%010-00330\nPASS: 02-sim-basic%%010-00331\nPASS: 02-sim-basic%%010-00332\nPASS: 02-sim-basic%%010-00333\nPASS: 02-sim-basic%%010-00334\nPASS: 02-sim-basic%%010-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 02-sim-basic%%011-00001\nPASS: 02-sim-basic%%011-00002\nPASS: 02-sim-basic%%011-00003\nPASS: 02-sim-basic%%011-00004\nPASS: 02-sim-basic%%011-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 02-sim-basic%%012-00001 (valgrind not installed)\n batch name: 03-sim-basic_chains\n test mode:  c\n test type:  bpf-sim\nPASS: 03-sim-basic_chains%%001-00001\nPASS: 03-sim-basic_chains%%002-00001\nPASS: 03-sim-basic_chains%%002-00002\nPASS: 03-sim-basic_chains%%002-00003\nPASS: 03-sim-basic_chains%%002-00004\nPASS: 03-sim-basic_chains%%002-00005\nPASS: 03-sim-basic_chains%%002-00006\nPASS: 03-sim-basic_chains%%002-00007\nPASS: 03-sim-basic_chains%%002-00008\nPASS: 03-sim-basic_chains%%002-00009\nPASS: 03-sim-basic_chains%%002-00010\nPASS: 03-sim-basic_chains%%003-00001\nPASS: 03-sim-basic_chains%%003-00002\nPASS: 03-sim-basic_chains%%004-00001\nPASS: 03-sim-basic_chains%%004-00002\nPASS: 03-sim-basic_chains%%004-00003\nPASS: 03-sim-basic_chains%%004-00004\nPASS: 03-sim-basic_chains%%004-00005\nPASS: 03-sim-basic_chains%%004-00006\nPASS: 03-sim-basic_chains%%004-00007\nPASS: 03-sim-basic_chains%%004-00008\nPASS: 03-sim-basic_chains%%005-00001\nPASS: 03-sim-basic_chains%%006-00001\nPASS: 03-sim-basic_chains%%007-00001\nSKIP: 03-sim-basic_chains%%008-00001 (architecture difference)\nSKIP: 03-sim-basic_chains%%009-00001 (architecture difference)\nSKIP: 03-sim-basic_chains%%010-00001 (architecture difference)\nPASS: 03-sim-basic_chains%%011-00001\nPASS: 03-sim-basic_chains%%011-00002\nPASS: 03-sim-basic_chains%%011-00003\nPASS: 03-sim-basic_chains%%011-00004\nPASS: 03-sim-basic_chains%%011-00005\nPASS: 03-sim-basic_chains%%011-00006\nPASS: 03-sim-basic_chains%%011-00007\nPASS: 03-sim-basic_chains%%011-00008\nPASS: 03-sim-basic_chains%%011-00009\nPASS: 03-sim-basic_chains%%011-00010\nPASS: 03-sim-basic_chains%%011-00011\nPASS: 03-sim-basic_chains%%012-00001\nPASS: 03-sim-basic_chains%%012-00002\nPASS: 03-sim-basic_chains%%012-00003\nPASS: 03-sim-basic_chains%%012-00004\nPASS: 03-sim-basic_chains%%012-00005\nPASS: 03-sim-basic_chains%%012-00006\nPASS: 03-sim-basic_chains%%012-00007\nPASS: 03-sim-basic_chains%%012-00008\nPASS: 03-sim-basic_chains%%012-00009\nPASS: 03-sim-basic_chains%%012-00010\nPASS: 03-sim-basic_chains%%012-00011\nPASS: 03-sim-basic_chains%%012-00012\nPASS: 03-sim-basic_chains%%012-00013\nPASS: 03-sim-basic_chains%%012-00014\nPASS: 03-sim-basic_chains%%012-00015\nPASS: 03-sim-basic_chains%%012-00016\nPASS: 03-sim-basic_chains%%012-00017\nPASS: 03-sim-basic_chains%%012-00018\nPASS: 03-sim-basic_chains%%012-00019\nPASS: 03-sim-basic_chains%%012-00020\nPASS: 03-sim-basic_chains%%012-00021\nPASS: 03-sim-basic_chains%%012-00022\nPASS: 03-sim-basic_chains%%012-00023\nPASS: 03-sim-basic_chains%%012-00024\nPASS: 03-sim-basic_chains%%012-00025\nPASS: 03-sim-basic_chains%%012-00026\nPASS: 03-sim-basic_chains%%012-00027\nPASS: 03-sim-basic_chains%%012-00028\nPASS: 03-sim-basic_chains%%012-00029\nPASS: 03-sim-basic_chains%%012-00030\nPASS: 03-sim-basic_chains%%012-00031\nPASS: 03-sim-basic_chains%%012-00032\nPASS: 03-sim-basic_chains%%012-00033\nPASS: 03-sim-basic_chains%%012-00034\nPASS: 03-sim-basic_chains%%012-00035\nPASS: 03-sim-basic_chains%%012-00036\nPASS: 03-sim-basic_chains%%012-00037\nPASS: 03-sim-basic_chains%%012-00038\nPASS: 03-sim-basic_chains%%012-00039\nPASS: 03-sim-basic_chains%%012-00040\nPASS: 03-sim-basic_chains%%012-00041\nPASS: 03-sim-basic_chains%%012-00042\nPASS: 03-sim-basic_chains%%012-00043\nPASS: 03-sim-basic_chains%%012-00044\nPASS: 03-sim-basic_chains%%012-00045\nPASS: 03-sim-basic_chains%%012-00046\nPASS: 03-sim-basic_chains%%012-00047\nPASS: 03-sim-basic_chains%%012-00048\nPASS: 03-sim-basic_chains%%012-00049\nPASS: 03-sim-basic_chains%%012-00050\nPASS: 03-sim-basic_chains%%012-00051\nPASS: 03-sim-basic_chains%%012-00052\nPASS: 03-sim-basic_chains%%012-00053\nPASS: 03-sim-basic_chains%%012-00054\nPASS: 03-sim-basic_chains%%012-00055\nPASS: 03-sim-basic_chains%%012-00056\nPASS: 03-sim-basic_chains%%012-00057\nPASS: 03-sim-basic_chains%%012-00058\nPASS: 03-sim-basic_chains%%012-00059\nPASS: 03-sim-basic_chains%%012-00060\nPASS: 03-sim-basic_chains%%012-00061\nPASS: 03-sim-basic_chains%%012-00062\nPASS: 03-sim-basic_chains%%012-00063\nPASS: 03-sim-basic_chains%%012-00064\nPASS: 03-sim-basic_chains%%012-00065\nPASS: 03-sim-basic_chains%%012-00066\nPASS: 03-sim-basic_chains%%012-00067\nPASS: 03-sim-basic_chains%%012-00068\nPASS: 03-sim-basic_chains%%012-00069\nPASS: 03-sim-basic_chains%%012-00070\nPASS: 03-sim-basic_chains%%012-00071\nPASS: 03-sim-basic_chains%%012-00072\nPASS: 03-sim-basic_chains%%012-00073\nPASS: 03-sim-basic_chains%%012-00074\nPASS: 03-sim-basic_chains%%012-00075\nPASS: 03-sim-basic_chains%%012-00076\nPASS: 03-sim-basic_chains%%012-00077\nPASS: 03-sim-basic_chains%%012-00078\nPASS: 03-sim-basic_chains%%012-00079\nPASS: 03-sim-basic_chains%%012-00080\nPASS: 03-sim-basic_chains%%012-00081\nPASS: 03-sim-basic_chains%%012-00082\nPASS: 03-sim-basic_chains%%012-00083\nPASS: 03-sim-basic_chains%%012-00084\nPASS: 03-sim-basic_chains%%012-00085\nPASS: 03-sim-basic_chains%%012-00086\nPASS: 03-sim-basic_chains%%012-00087\nPASS: 03-sim-basic_chains%%012-00088\nPASS: 03-sim-basic_chains%%012-00089\nPASS: 03-sim-basic_chains%%012-00090\nPASS: 03-sim-basic_chains%%012-00091\nPASS: 03-sim-basic_chains%%012-00092\nPASS: 03-sim-basic_chains%%012-00093\nPASS: 03-sim-basic_chains%%012-00094\nPASS: 03-sim-basic_chains%%012-00095\nPASS: 03-sim-basic_chains%%012-00096\nPASS: 03-sim-basic_chains%%012-00097\nPASS: 03-sim-basic_chains%%012-00098\nPASS: 03-sim-basic_chains%%012-00099\nPASS: 03-sim-basic_chains%%012-00100\nPASS: 03-sim-basic_chains%%012-00101\nPASS: 03-sim-basic_chains%%012-00102\nPASS: 03-sim-basic_chains%%012-00103\nPASS: 03-sim-basic_chains%%012-00104\nPASS: 03-sim-basic_chains%%012-00105\nPASS: 03-sim-basic_chains%%012-00106\nPASS: 03-sim-basic_chains%%012-00107\nPASS: 03-sim-basic_chains%%012-00108\nPASS: 03-sim-basic_chains%%012-00109\nPASS: 03-sim-basic_chains%%012-00110\nPASS: 03-sim-basic_chains%%012-00111\nPASS: 03-sim-basic_chains%%012-00112\nPASS: 03-sim-basic_chains%%012-00113\nPASS: 03-sim-basic_chains%%012-00114\nPASS: 03-sim-basic_chains%%012-00115\nPASS: 03-sim-basic_chains%%012-00116\nPASS: 03-sim-basic_chains%%012-00117\nPASS: 03-sim-basic_chains%%012-00118\nPASS: 03-sim-basic_chains%%012-00119\nPASS: 03-sim-basic_chains%%012-00120\nPASS: 03-sim-basic_chains%%012-00121\nPASS: 03-sim-basic_chains%%012-00122\nPASS: 03-sim-basic_chains%%012-00123\nPASS: 03-sim-basic_chains%%012-00124\nPASS: 03-sim-basic_chains%%012-00125\nPASS: 03-sim-basic_chains%%012-00126\nPASS: 03-sim-basic_chains%%012-00127\nPASS: 03-sim-basic_chains%%012-00128\nPASS: 03-sim-basic_chains%%012-00129\nPASS: 03-sim-basic_chains%%012-00130\nPASS: 03-sim-basic_chains%%012-00131\nPASS: 03-sim-basic_chains%%012-00132\nPASS: 03-sim-basic_chains%%012-00133\nPASS: 03-sim-basic_chains%%012-00134\nPASS: 03-sim-basic_chains%%012-00135\nPASS: 03-sim-basic_chains%%012-00136\nPASS: 03-sim-basic_chains%%012-00137\nPASS: 03-sim-basic_chains%%012-00138\nPASS: 03-sim-basic_chains%%012-00139\nPASS: 03-sim-basic_chains%%012-00140\nPASS: 03-sim-basic_chains%%012-00141\nPASS: 03-sim-basic_chains%%012-00142\nPASS: 03-sim-basic_chains%%012-00143\nPASS: 03-sim-basic_chains%%012-00144\nPASS: 03-sim-basic_chains%%012-00145\nPASS: 03-sim-basic_chains%%012-00146\nPASS: 03-sim-basic_chains%%012-00147\nPASS: 03-sim-basic_chains%%012-00148\nPASS: 03-sim-basic_chains%%012-00149\nPASS: 03-sim-basic_chains%%012-00150\nPASS: 03-sim-basic_chains%%012-00151\nPASS: 03-sim-basic_chains%%012-00152\nPASS: 03-sim-basic_chains%%012-00153\nPASS: 03-sim-basic_chains%%012-00154\nPASS: 03-sim-basic_chains%%012-00155\nPASS: 03-sim-basic_chains%%012-00156\nPASS: 03-sim-basic_chains%%012-00157\nPASS: 03-sim-basic_chains%%012-00158\nPASS: 03-sim-basic_chains%%012-00159\nPASS: 03-sim-basic_chains%%012-00160\nPASS: 03-sim-basic_chains%%012-00161\nPASS: 03-sim-basic_chains%%012-00162\nPASS: 03-sim-basic_chains%%012-00163\nPASS: 03-sim-basic_chains%%012-00164\nPASS: 03-sim-basic_chains%%012-00165\nPASS: 03-sim-basic_chains%%012-00166\nPASS: 03-sim-basic_chains%%012-00167\nPASS: 03-sim-basic_chains%%012-00168\nPASS: 03-sim-basic_chains%%012-00169\nPASS: 03-sim-basic_chains%%012-00170\nPASS: 03-sim-basic_chains%%012-00171\nPASS: 03-sim-basic_chains%%012-00172\nPASS: 03-sim-basic_chains%%012-00173\nPASS: 03-sim-basic_chains%%012-00174\nPASS: 03-sim-basic_chains%%012-00175\nPASS: 03-sim-basic_chains%%012-00176\nPASS: 03-sim-basic_chains%%012-00177\nPASS: 03-sim-basic_chains%%012-00178\nPASS: 03-sim-basic_chains%%012-00179\nPASS: 03-sim-basic_chains%%012-00180\nPASS: 03-sim-basic_chains%%012-00181\nPASS: 03-sim-basic_chains%%012-00182\nPASS: 03-sim-basic_chains%%012-00183\nPASS: 03-sim-basic_chains%%012-00184\nPASS: 03-sim-basic_chains%%012-00185\nPASS: 03-sim-basic_chains%%012-00186\nPASS: 03-sim-basic_chains%%012-00187\nPASS: 03-sim-basic_chains%%012-00188\nPASS: 03-sim-basic_chains%%012-00189\nPASS: 03-sim-basic_chains%%012-00190\nPASS: 03-sim-basic_chains%%012-00191\nPASS: 03-sim-basic_chains%%012-00192\nPASS: 03-sim-basic_chains%%012-00193\nPASS: 03-sim-basic_chains%%012-00194\nPASS: 03-sim-basic_chains%%012-00195\nPASS: 03-sim-basic_chains%%012-00196\nPASS: 03-sim-basic_chains%%012-00197\nPASS: 03-sim-basic_chains%%012-00198\nPASS: 03-sim-basic_chains%%012-00199\nPASS: 03-sim-basic_chains%%012-00200\nPASS: 03-sim-basic_chains%%012-00201\nPASS: 03-sim-basic_chains%%012-00202\nPASS: 03-sim-basic_chains%%012-00203\nPASS: 03-sim-basic_chains%%012-00204\nPASS: 03-sim-basic_chains%%012-00205\nPASS: 03-sim-basic_chains%%012-00206\nPASS: 03-sim-basic_chains%%012-00207\nPASS: 03-sim-basic_chains%%012-00208\nPASS: 03-sim-basic_chains%%012-00209\nPASS: 03-sim-basic_chains%%012-00210\nPASS: 03-sim-basic_chains%%012-00211\nPASS: 03-sim-basic_chains%%012-00212\nPASS: 03-sim-basic_chains%%012-00213\nPASS: 03-sim-basic_chains%%012-00214\nPASS: 03-sim-basic_chains%%012-00215\nPASS: 03-sim-basic_chains%%012-00216\nPASS: 03-sim-basic_chains%%012-00217\nPASS: 03-sim-basic_chains%%012-00218\nPASS: 03-sim-basic_chains%%012-00219\nPASS: 03-sim-basic_chains%%012-00220\nPASS: 03-sim-basic_chains%%012-00221\nPASS: 03-sim-basic_chains%%012-00222\nPASS: 03-sim-basic_chains%%012-00223\nPASS: 03-sim-basic_chains%%012-00224\nPASS: 03-sim-basic_chains%%012-00225\nPASS: 03-sim-basic_chains%%012-00226\nPASS: 03-sim-basic_chains%%012-00227\nPASS: 03-sim-basic_chains%%012-00228\nPASS: 03-sim-basic_chains%%012-00229\nPASS: 03-sim-basic_chains%%012-00230\nPASS: 03-sim-basic_chains%%012-00231\nPASS: 03-sim-basic_chains%%012-00232\nPASS: 03-sim-basic_chains%%012-00233\nPASS: 03-sim-basic_chains%%012-00234\nPASS: 03-sim-basic_chains%%012-00235\nPASS: 03-sim-basic_chains%%012-00236\nPASS: 03-sim-basic_chains%%012-00237\nPASS: 03-sim-basic_chains%%012-00238\nPASS: 03-sim-basic_chains%%012-00239\nPASS: 03-sim-basic_chains%%012-00240\nPASS: 03-sim-basic_chains%%012-00241\nPASS: 03-sim-basic_chains%%012-00242\nPASS: 03-sim-basic_chains%%012-00243\nPASS: 03-sim-basic_chains%%012-00244\nPASS: 03-sim-basic_chains%%012-00245\nPASS: 03-sim-basic_chains%%012-00246\nPASS: 03-sim-basic_chains%%012-00247\nPASS: 03-sim-basic_chains%%012-00248\nPASS: 03-sim-basic_chains%%012-00249\nPASS: 03-sim-basic_chains%%012-00250\nPASS: 03-sim-basic_chains%%012-00251\nPASS: 03-sim-basic_chains%%012-00252\nPASS: 03-sim-basic_chains%%012-00253\nPASS: 03-sim-basic_chains%%012-00254\nPASS: 03-sim-basic_chains%%012-00255\nPASS: 03-sim-basic_chains%%012-00256\nPASS: 03-sim-basic_chains%%012-00257\nPASS: 03-sim-basic_chains%%012-00258\nPASS: 03-sim-basic_chains%%012-00259\nPASS: 03-sim-basic_chains%%012-00260\nPASS: 03-sim-basic_chains%%012-00261\nPASS: 03-sim-basic_chains%%012-00262\nPASS: 03-sim-basic_chains%%012-00263\nPASS: 03-sim-basic_chains%%012-00264\nPASS: 03-sim-basic_chains%%012-00265\nPASS: 03-sim-basic_chains%%012-00266\nPASS: 03-sim-basic_chains%%012-00267\nPASS: 03-sim-basic_chains%%012-00268\nPASS: 03-sim-basic_chains%%012-00269\nPASS: 03-sim-basic_chains%%012-00270\nPASS: 03-sim-basic_chains%%012-00271\nPASS: 03-sim-basic_chains%%012-00272\nPASS: 03-sim-basic_chains%%012-00273\nPASS: 03-sim-basic_chains%%012-00274\nPASS: 03-sim-basic_chains%%012-00275\nPASS: 03-sim-basic_chains%%012-00276\nPASS: 03-sim-basic_chains%%012-00277\nPASS: 03-sim-basic_chains%%012-00278\nPASS: 03-sim-basic_chains%%012-00279\nPASS: 03-sim-basic_chains%%012-00280\nPASS: 03-sim-basic_chains%%012-00281\nPASS: 03-sim-basic_chains%%012-00282\nPASS: 03-sim-basic_chains%%012-00283\nPASS: 03-sim-basic_chains%%012-00284\nPASS: 03-sim-basic_chains%%012-00285\nPASS: 03-sim-basic_chains%%012-00286\nPASS: 03-sim-basic_chains%%012-00287\nPASS: 03-sim-basic_chains%%012-00288\nPASS: 03-sim-basic_chains%%012-00289\nPASS: 03-sim-basic_chains%%012-00290\nPASS: 03-sim-basic_chains%%012-00291\nPASS: 03-sim-basic_chains%%012-00292\nPASS: 03-sim-basic_chains%%012-00293\nPASS: 03-sim-basic_chains%%012-00294\nPASS: 03-sim-basic_chains%%012-00295\nPASS: 03-sim-basic_chains%%012-00296\nPASS: 03-sim-basic_chains%%012-00297\nPASS: 03-sim-basic_chains%%012-00298\nPASS: 03-sim-basic_chains%%012-00299\nPASS: 03-sim-basic_chains%%012-00300\nPASS: 03-sim-basic_chains%%012-00301\nPASS: 03-sim-basic_chains%%012-00302\nPASS: 03-sim-basic_chains%%012-00303\nPASS: 03-sim-basic_chains%%012-00304\nPASS: 03-sim-basic_chains%%012-00305\nPASS: 03-sim-basic_chains%%012-00306\nPASS: 03-sim-basic_chains%%012-00307\nPASS: 03-sim-basic_chains%%012-00308\nPASS: 03-sim-basic_chains%%012-00309\nPASS: 03-sim-basic_chains%%012-00310\nPASS: 03-sim-basic_chains%%012-00311\nPASS: 03-sim-basic_chains%%012-00312\nPASS: 03-sim-basic_chains%%012-00313\nPASS: 03-sim-basic_chains%%012-00314\nPASS: 03-sim-basic_chains%%012-00315\nPASS: 03-sim-basic_chains%%012-00316\nPASS: 03-sim-basic_chains%%012-00317\nPASS: 03-sim-basic_chains%%012-00318\nPASS: 03-sim-basic_chains%%012-00319\nPASS: 03-sim-basic_chains%%012-00320\nPASS: 03-sim-basic_chains%%012-00321\nPASS: 03-sim-basic_chains%%012-00322\nPASS: 03-sim-basic_chains%%012-00323\nPASS: 03-sim-basic_chains%%012-00324\nPASS: 03-sim-basic_chains%%012-00325\nPASS: 03-sim-basic_chains%%012-00326\nPASS: 03-sim-basic_chains%%012-00327\nPASS: 03-sim-basic_chains%%012-00328\nPASS: 03-sim-basic_chains%%012-00329\nPASS: 03-sim-basic_chains%%012-00330\nPASS: 03-sim-basic_chains%%012-00331\nPASS: 03-sim-basic_chains%%012-00332\nPASS: 03-sim-basic_chains%%012-00333\nPASS: 03-sim-basic_chains%%012-00334\nPASS: 03-sim-basic_chains%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 03-sim-basic_chains%%013-00001\nPASS: 03-sim-basic_chains%%013-00002\nPASS: 03-sim-basic_chains%%013-00003\nPASS: 03-sim-basic_chains%%013-00004\nPASS: 03-sim-basic_chains%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 03-sim-basic_chains%%014-00001 (valgrind not installed)\n batch name: 04-sim-multilevel_chains\n test mode:  c\n test type:  bpf-sim\nPASS: 04-sim-multilevel_chains%%001-00001\nPASS: 04-sim-multilevel_chains%%002-00001\nSKIP: 04-sim-multilevel_chains%%003-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%004-00001\nSKIP: 04-sim-multilevel_chains%%005-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%006-00001\nSKIP: 04-sim-multilevel_chains%%007-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%008-00001\nPASS: 04-sim-multilevel_chains%%009-00001\nPASS: 04-sim-multilevel_chains%%009-00002\nPASS: 04-sim-multilevel_chains%%009-00003\nPASS: 04-sim-multilevel_chains%%009-00004\nPASS: 04-sim-multilevel_chains%%009-00005\nPASS: 04-sim-multilevel_chains%%009-00006\nPASS: 04-sim-multilevel_chains%%009-00007\nPASS: 04-sim-multilevel_chains%%009-00008\nPASS: 04-sim-multilevel_chains%%009-00009\nPASS: 04-sim-multilevel_chains%%009-00010\nSKIP: 04-sim-multilevel_chains%%010-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%011-00001\nPASS: 04-sim-multilevel_chains%%011-00002\nSKIP: 04-sim-multilevel_chains%%012-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%013-00001\nPASS: 04-sim-multilevel_chains%%013-00002\nSKIP: 04-sim-multilevel_chains%%014-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%015-00001\nPASS: 04-sim-multilevel_chains%%015-00002\nPASS: 04-sim-multilevel_chains%%016-00001\nPASS: 04-sim-multilevel_chains%%016-00002\nPASS: 04-sim-multilevel_chains%%016-00003\nPASS: 04-sim-multilevel_chains%%016-00004\nPASS: 04-sim-multilevel_chains%%016-00005\nPASS: 04-sim-multilevel_chains%%016-00006\nPASS: 04-sim-multilevel_chains%%016-00007\nPASS: 04-sim-multilevel_chains%%016-00008\nPASS: 04-sim-multilevel_chains%%017-00001\nSKIP: 04-sim-multilevel_chains%%018-00001 (architecture difference)\nSKIP: 04-sim-multilevel_chains%%019-00001 (architecture difference)\nSKIP: 04-sim-multilevel_chains%%020-00001 (architecture difference)\nSKIP: 04-sim-multilevel_chains%%021-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%022-00001\nPASS: 04-sim-multilevel_chains%%022-00002\nPASS: 04-sim-multilevel_chains%%022-00003\nPASS: 04-sim-multilevel_chains%%022-00004\nPASS: 04-sim-multilevel_chains%%022-00005\nPASS: 04-sim-multilevel_chains%%022-00006\nPASS: 04-sim-multilevel_chains%%022-00007\nPASS: 04-sim-multilevel_chains%%022-00008\nPASS: 04-sim-multilevel_chains%%022-00009\nPASS: 04-sim-multilevel_chains%%022-00010\nPASS: 04-sim-multilevel_chains%%022-00011\nPASS: 04-sim-multilevel_chains%%023-00001\nPASS: 04-sim-multilevel_chains%%023-00002\nPASS: 04-sim-multilevel_chains%%023-00003\nPASS: 04-sim-multilevel_chains%%023-00004\nPASS: 04-sim-multilevel_chains%%023-00005\nPASS: 04-sim-multilevel_chains%%023-00006\nPASS: 04-sim-multilevel_chains%%023-00007\nPASS: 04-sim-multilevel_chains%%023-00008\nPASS: 04-sim-multilevel_chains%%023-00009\nPASS: 04-sim-multilevel_chains%%023-00010\nPASS: 04-sim-multilevel_chains%%023-00011\nPASS: 04-sim-multilevel_chains%%023-00012\nPASS: 04-sim-multilevel_chains%%023-00013\nPASS: 04-sim-multilevel_chains%%023-00014\nPASS: 04-sim-multilevel_chains%%023-00015\nPASS: 04-sim-multilevel_chains%%023-00016\nPASS: 04-sim-multilevel_chains%%023-00017\nPASS: 04-sim-multilevel_chains%%023-00018\nPASS: 04-sim-multilevel_chains%%023-00019\nPASS: 04-sim-multilevel_chains%%023-00020\nPASS: 04-sim-multilevel_chains%%023-00021\nPASS: 04-sim-multilevel_chains%%023-00022\nPASS: 04-sim-multilevel_chains%%023-00023\nPASS: 04-sim-multilevel_chains%%023-00024\nPASS: 04-sim-multilevel_chains%%023-00025\nPASS: 04-sim-multilevel_chains%%023-00026\nPASS: 04-sim-multilevel_chains%%023-00027\nPASS: 04-sim-multilevel_chains%%023-00028\nPASS: 04-sim-multilevel_chains%%023-00029\nPASS: 04-sim-multilevel_chains%%023-00030\nPASS: 04-sim-multilevel_chains%%023-00031\nPASS: 04-sim-multilevel_chains%%023-00032\nPASS: 04-sim-multilevel_chains%%023-00033\nPASS: 04-sim-multilevel_chains%%023-00034\nPASS: 04-sim-multilevel_chains%%023-00035\nPASS: 04-sim-multilevel_chains%%023-00036\nPASS: 04-sim-multilevel_chains%%023-00037\nPASS: 04-sim-multilevel_chains%%023-00038\nPASS: 04-sim-multilevel_chains%%023-00039\nPASS: 04-sim-multilevel_chains%%023-00040\nPASS: 04-sim-multilevel_chains%%023-00041\nPASS: 04-sim-multilevel_chains%%023-00042\nPASS: 04-sim-multilevel_chains%%023-00043\nPASS: 04-sim-multilevel_chains%%023-00044\nPASS: 04-sim-multilevel_chains%%023-00045\nPASS: 04-sim-multilevel_chains%%023-00046\nPASS: 04-sim-multilevel_chains%%023-00047\nPASS: 04-sim-multilevel_chains%%023-00048\nPASS: 04-sim-multilevel_chains%%023-00049\nPASS: 04-sim-multilevel_chains%%023-00050\nPASS: 04-sim-multilevel_chains%%023-00051\nPASS: 04-sim-multilevel_chains%%023-00052\nPASS: 04-sim-multilevel_chains%%023-00053\nPASS: 04-sim-multilevel_chains%%023-00054\nPASS: 04-sim-multilevel_chains%%023-00055\nPASS: 04-sim-multilevel_chains%%023-00056\nPASS: 04-sim-multilevel_chains%%023-00057\nPASS: 04-sim-multilevel_chains%%023-00058\nPASS: 04-sim-multilevel_chains%%023-00059\nPASS: 04-sim-multilevel_chains%%023-00060\nPASS: 04-sim-multilevel_chains%%023-00061\nPASS: 04-sim-multilevel_chains%%023-00062\nPASS: 04-sim-multilevel_chains%%023-00063\nPASS: 04-sim-multilevel_chains%%023-00064\nPASS: 04-sim-multilevel_chains%%023-00065\nPASS: 04-sim-multilevel_chains%%023-00066\nPASS: 04-sim-multilevel_chains%%023-00067\nPASS: 04-sim-multilevel_chains%%023-00068\nPASS: 04-sim-multilevel_chains%%023-00069\nPASS: 04-sim-multilevel_chains%%023-00070\nPASS: 04-sim-multilevel_chains%%023-00071\nPASS: 04-sim-multilevel_chains%%023-00072\nPASS: 04-sim-multilevel_chains%%023-00073\nPASS: 04-sim-multilevel_chains%%023-00074\nPASS: 04-sim-multilevel_chains%%023-00075\nPASS: 04-sim-multilevel_chains%%023-00076\nPASS: 04-sim-multilevel_chains%%023-00077\nPASS: 04-sim-multilevel_chains%%023-00078\nPASS: 04-sim-multilevel_chains%%023-00079\nPASS: 04-sim-multilevel_chains%%023-00080\nPASS: 04-sim-multilevel_chains%%023-00081\nPASS: 04-sim-multilevel_chains%%023-00082\nPASS: 04-sim-multilevel_chains%%023-00083\nPASS: 04-sim-multilevel_chains%%023-00084\nPASS: 04-sim-multilevel_chains%%023-00085\nPASS: 04-sim-multilevel_chains%%023-00086\nPASS: 04-sim-multilevel_chains%%023-00087\nPASS: 04-sim-multilevel_chains%%023-00088\nPASS: 04-sim-multilevel_chains%%023-00089\nPASS: 04-sim-multilevel_chains%%023-00090\nPASS: 04-sim-multilevel_chains%%023-00091\nPASS: 04-sim-multilevel_chains%%023-00092\nPASS: 04-sim-multilevel_chains%%023-00093\nPASS: 04-sim-multilevel_chains%%023-00094\nPASS: 04-sim-multilevel_chains%%023-00095\nPASS: 04-sim-multilevel_chains%%023-00096\nPASS: 04-sim-multilevel_chains%%023-00097\nPASS: 04-sim-multilevel_chains%%023-00098\nPASS: 04-sim-multilevel_chains%%023-00099\nPASS: 04-sim-multilevel_chains%%023-00100\nPASS: 04-sim-multilevel_chains%%023-00101\nPASS: 04-sim-multilevel_chains%%023-00102\nPASS: 04-sim-multilevel_chains%%023-00103\nPASS: 04-sim-multilevel_chains%%023-00104\nPASS: 04-sim-multilevel_chains%%023-00105\nPASS: 04-sim-multilevel_chains%%023-00106\nPASS: 04-sim-multilevel_chains%%023-00107\nPASS: 04-sim-multilevel_chains%%023-00108\nPASS: 04-sim-multilevel_chains%%023-00109\nPASS: 04-sim-multilevel_chains%%023-00110\nPASS: 04-sim-multilevel_chains%%023-00111\nPASS: 04-sim-multilevel_chains%%023-00112\nPASS: 04-sim-multilevel_chains%%023-00113\nPASS: 04-sim-multilevel_chains%%023-00114\nPASS: 04-sim-multilevel_chains%%023-00115\nPASS: 04-sim-multilevel_chains%%023-00116\nPASS: 04-sim-multilevel_chains%%023-00117\nPASS: 04-sim-multilevel_chains%%023-00118\nPASS: 04-sim-multilevel_chains%%023-00119\nPASS: 04-sim-multilevel_chains%%023-00120\nPASS: 04-sim-multilevel_chains%%023-00121\nPASS: 04-sim-multilevel_chains%%023-00122\nPASS: 04-sim-multilevel_chains%%023-00123\nPASS: 04-sim-multilevel_chains%%023-00124\nPASS: 04-sim-multilevel_chains%%023-00125\nPASS: 04-sim-multilevel_chains%%023-00126\nPASS: 04-sim-multilevel_chains%%023-00127\nPASS: 04-sim-multilevel_chains%%023-00128\nPASS: 04-sim-multilevel_chains%%023-00129\nPASS: 04-sim-multilevel_chains%%023-00130\nPASS: 04-sim-multilevel_chains%%023-00131\nPASS: 04-sim-multilevel_chains%%023-00132\nPASS: 04-sim-multilevel_chains%%023-00133\nPASS: 04-sim-multilevel_chains%%023-00134\nPASS: 04-sim-multilevel_chains%%023-00135\nPASS: 04-sim-multilevel_chains%%023-00136\nPASS: 04-sim-multilevel_chains%%023-00137\nPASS: 04-sim-multilevel_chains%%023-00138\nPASS: 04-sim-multilevel_chains%%023-00139\nPASS: 04-sim-multilevel_chains%%023-00140\nPASS: 04-sim-multilevel_chains%%023-00141\nPASS: 04-sim-multilevel_chains%%023-00142\nPASS: 04-sim-multilevel_chains%%023-00143\nPASS: 04-sim-multilevel_chains%%023-00144\nPASS: 04-sim-multilevel_chains%%023-00145\nPASS: 04-sim-multilevel_chains%%023-00146\nPASS: 04-sim-multilevel_chains%%023-00147\nPASS: 04-sim-multilevel_chains%%023-00148\nPASS: 04-sim-multilevel_chains%%023-00149\nPASS: 04-sim-multilevel_chains%%023-00150\nPASS: 04-sim-multilevel_chains%%023-00151\nPASS: 04-sim-multilevel_chains%%023-00152\nPASS: 04-sim-multilevel_chains%%023-00153\nPASS: 04-sim-multilevel_chains%%023-00154\nPASS: 04-sim-multilevel_chains%%023-00155\nPASS: 04-sim-multilevel_chains%%023-00156\nPASS: 04-sim-multilevel_chains%%023-00157\nPASS: 04-sim-multilevel_chains%%023-00158\nPASS: 04-sim-multilevel_chains%%023-00159\nPASS: 04-sim-multilevel_chains%%023-00160\nPASS: 04-sim-multilevel_chains%%023-00161\nPASS: 04-sim-multilevel_chains%%023-00162\nPASS: 04-sim-multilevel_chains%%023-00163\nPASS: 04-sim-multilevel_chains%%023-00164\nPASS: 04-sim-multilevel_chains%%023-00165\nPASS: 04-sim-multilevel_chains%%023-00166\nPASS: 04-sim-multilevel_chains%%023-00167\nPASS: 04-sim-multilevel_chains%%023-00168\nPASS: 04-sim-multilevel_chains%%023-00169\nPASS: 04-sim-multilevel_chains%%023-00170\nPASS: 04-sim-multilevel_chains%%023-00171\nPASS: 04-sim-multilevel_chains%%023-00172\nPASS: 04-sim-multilevel_chains%%023-00173\nPASS: 04-sim-multilevel_chains%%023-00174\nPASS: 04-sim-multilevel_chains%%023-00175\nPASS: 04-sim-multilevel_chains%%023-00176\nPASS: 04-sim-multilevel_chains%%023-00177\nPASS: 04-sim-multilevel_chains%%023-00178\nPASS: 04-sim-multilevel_chains%%023-00179\nPASS: 04-sim-multilevel_chains%%023-00180\nPASS: 04-sim-multilevel_chains%%023-00181\nPASS: 04-sim-multilevel_chains%%023-00182\nPASS: 04-sim-multilevel_chains%%023-00183\nPASS: 04-sim-multilevel_chains%%023-00184\nPASS: 04-sim-multilevel_chains%%023-00185\nPASS: 04-sim-multilevel_chains%%023-00186\nPASS: 04-sim-multilevel_chains%%023-00187\nPASS: 04-sim-multilevel_chains%%023-00188\nPASS: 04-sim-multilevel_chains%%023-00189\nPASS: 04-sim-multilevel_chains%%023-00190\nPASS: 04-sim-multilevel_chains%%023-00191\nPASS: 04-sim-multilevel_chains%%023-00192\nPASS: 04-sim-multilevel_chains%%023-00193\nPASS: 04-sim-multilevel_chains%%023-00194\nPASS: 04-sim-multilevel_chains%%023-00195\nPASS: 04-sim-multilevel_chains%%023-00196\nPASS: 04-sim-multilevel_chains%%023-00197\nPASS: 04-sim-multilevel_chains%%023-00198\nPASS: 04-sim-multilevel_chains%%023-00199\nPASS: 04-sim-multilevel_chains%%023-00200\nPASS: 04-sim-multilevel_chains%%023-00201\nPASS: 04-sim-multilevel_chains%%023-00202\nPASS: 04-sim-multilevel_chains%%023-00203\nPASS: 04-sim-multilevel_chains%%023-00204\nPASS: 04-sim-multilevel_chains%%023-00205\nPASS: 04-sim-multilevel_chains%%023-00206\nPASS: 04-sim-multilevel_chains%%023-00207\nPASS: 04-sim-multilevel_chains%%023-00208\nPASS: 04-sim-multilevel_chains%%023-00209\nPASS: 04-sim-multilevel_chains%%023-00210\nPASS: 04-sim-multilevel_chains%%023-00211\nPASS: 04-sim-multilevel_chains%%023-00212\nPASS: 04-sim-multilevel_chains%%023-00213\nPASS: 04-sim-multilevel_chains%%023-00214\nPASS: 04-sim-multilevel_chains%%023-00215\nPASS: 04-sim-multilevel_chains%%023-00216\nPASS: 04-sim-multilevel_chains%%023-00217\nPASS: 04-sim-multilevel_chains%%023-00218\nPASS: 04-sim-multilevel_chains%%023-00219\nPASS: 04-sim-multilevel_chains%%023-00220\nPASS: 04-sim-multilevel_chains%%023-00221\nPASS: 04-sim-multilevel_chains%%023-00222\nPASS: 04-sim-multilevel_chains%%023-00223\nPASS: 04-sim-multilevel_chains%%023-00224\nPASS: 04-sim-multilevel_chains%%023-00225\nPASS: 04-sim-multilevel_chains%%023-00226\nPASS: 04-sim-multilevel_chains%%023-00227\nPASS: 04-sim-multilevel_chains%%023-00228\nPASS: 04-sim-multilevel_chains%%023-00229\nPASS: 04-sim-multilevel_chains%%023-00230\nPASS: 04-sim-multilevel_chains%%023-00231\nPASS: 04-sim-multilevel_chains%%023-00232\nPASS: 04-sim-multilevel_chains%%023-00233\nPASS: 04-sim-multilevel_chains%%023-00234\nPASS: 04-sim-multilevel_chains%%023-00235\nPASS: 04-sim-multilevel_chains%%023-00236\nPASS: 04-sim-multilevel_chains%%023-00237\nPASS: 04-sim-multilevel_chains%%023-00238\nPASS: 04-sim-multilevel_chains%%023-00239\nPASS: 04-sim-multilevel_chains%%023-00240\nPASS: 04-sim-multilevel_chains%%023-00241\nPASS: 04-sim-multilevel_chains%%024-00001\nPASS: 04-sim-multilevel_chains%%024-00002\nPASS: 04-sim-multilevel_chains%%024-00003\nPASS: 04-sim-multilevel_chains%%024-00004\nPASS: 04-sim-multilevel_chains%%024-00005\nPASS: 04-sim-multilevel_chains%%024-00006\nPASS: 04-sim-multilevel_chains%%024-00007\nPASS: 04-sim-multilevel_chains%%024-00008\nPASS: 04-sim-multilevel_chains%%024-00009\nPASS: 04-sim-multilevel_chains%%024-00010\nPASS: 04-sim-multilevel_chains%%024-00011\nPASS: 04-sim-multilevel_chains%%024-00012\nPASS: 04-sim-multilevel_chains%%024-00013\nPASS: 04-sim-multilevel_chains%%024-00014\nPASS: 04-sim-multilevel_chains%%024-00015\nPASS: 04-sim-multilevel_chains%%024-00016\nPASS: 04-sim-multilevel_chains%%024-00017\nPASS: 04-sim-multilevel_chains%%024-00018\nPASS: 04-sim-multilevel_chains%%024-00019\nPASS: 04-sim-multilevel_chains%%024-00020\nPASS: 04-sim-multilevel_chains%%024-00021\nPASS: 04-sim-multilevel_chains%%024-00022\nPASS: 04-sim-multilevel_chains%%024-00023\nPASS: 04-sim-multilevel_chains%%024-00024\nPASS: 04-sim-multilevel_chains%%024-00025\nPASS: 04-sim-multilevel_chains%%024-00026\nPASS: 04-sim-multilevel_chains%%024-00027\nPASS: 04-sim-multilevel_chains%%024-00028\nPASS: 04-sim-multilevel_chains%%024-00029\nPASS: 04-sim-multilevel_chains%%024-00030\nPASS: 04-sim-multilevel_chains%%024-00031\nPASS: 04-sim-multilevel_chains%%024-00032\nPASS: 04-sim-multilevel_chains%%024-00033\nPASS: 04-sim-multilevel_chains%%024-00034\nPASS: 04-sim-multilevel_chains%%024-00035\nPASS: 04-sim-multilevel_chains%%024-00036\nPASS: 04-sim-multilevel_chains%%024-00037\nPASS: 04-sim-multilevel_chains%%024-00038\nPASS: 04-sim-multilevel_chains%%024-00039\nPASS: 04-sim-multilevel_chains%%024-00040\nPASS: 04-sim-multilevel_chains%%024-00041\nPASS: 04-sim-multilevel_chains%%024-00042\nPASS: 04-sim-multilevel_chains%%024-00043\nPASS: 04-sim-multilevel_chains%%024-00044\nPASS: 04-sim-multilevel_chains%%024-00045\nPASS: 04-sim-multilevel_chains%%024-00046\nPASS: 04-sim-multilevel_chains%%024-00047\nPASS: 04-sim-multilevel_chains%%024-00048\nPASS: 04-sim-multilevel_chains%%024-00049\nPASS: 04-sim-multilevel_chains%%024-00050\nPASS: 04-sim-multilevel_chains%%024-00051\nPASS: 04-sim-multilevel_chains%%024-00052\nPASS: 04-sim-multilevel_chains%%024-00053\nPASS: 04-sim-multilevel_chains%%024-00054\nPASS: 04-sim-multilevel_chains%%024-00055\nPASS: 04-sim-multilevel_chains%%024-00056\nPASS: 04-sim-multilevel_chains%%024-00057\nPASS: 04-sim-multilevel_chains%%024-00058\nPASS: 04-sim-multilevel_chains%%024-00059\nPASS: 04-sim-multilevel_chains%%024-00060\nPASS: 04-sim-multilevel_chains%%024-00061\nPASS: 04-sim-multilevel_chains%%024-00062\nPASS: 04-sim-multilevel_chains%%024-00063\nPASS: 04-sim-multilevel_chains%%024-00064\nPASS: 04-sim-multilevel_chains%%024-00065\nPASS: 04-sim-multilevel_chains%%024-00066\nPASS: 04-sim-multilevel_chains%%024-00067\nPASS: 04-sim-multilevel_chains%%024-00068\nPASS: 04-sim-multilevel_chains%%024-00069\nPASS: 04-sim-multilevel_chains%%024-00070\nPASS: 04-sim-multilevel_chains%%024-00071\nPASS: 04-sim-multilevel_chains%%024-00072\nPASS: 04-sim-multilevel_chains%%024-00073\nPASS: 04-sim-multilevel_chains%%024-00074\nPASS: 04-sim-multilevel_chains%%024-00075\nPASS: 04-sim-multilevel_chains%%024-00076\nPASS: 04-sim-multilevel_chains%%024-00077\nPASS: 04-sim-multilevel_chains%%024-00078\nPASS: 04-sim-multilevel_chains%%024-00079\nPASS: 04-sim-multilevel_chains%%024-00080\nPASS: 04-sim-multilevel_chains%%024-00081\nPASS: 04-sim-multilevel_chains%%024-00082\nPASS: 04-sim-multilevel_chains%%024-00083\nPASS: 04-sim-multilevel_chains%%024-00084\nPASS: 04-sim-multilevel_chains%%024-00085\nPASS: 04-sim-multilevel_chains%%024-00086\nPASS: 04-sim-multilevel_chains%%024-00087\nPASS: 04-sim-multilevel_chains%%024-00088\nPASS: 04-sim-multilevel_chains%%024-00089\nPASS: 04-sim-multilevel_chains%%024-00090\nPASS: 04-sim-multilevel_chains%%024-00091\nPASS: 04-sim-multilevel_chains%%024-00092\nPASS: 04-sim-multilevel_chains%%024-00093\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 04-sim-multilevel_chains%%025-00001\nPASS: 04-sim-multilevel_chains%%025-00002\nPASS: 04-sim-multilevel_chains%%025-00003\nPASS: 04-sim-multilevel_chains%%025-00004\nPASS: 04-sim-multilevel_chains%%025-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 04-sim-multilevel_chains%%026-00001 (valgrind not installed)\n batch name: 05-sim-long_jumps\n test mode:  c\n test type:  bpf-sim\nPASS: 05-sim-long_jumps%%001-00001\nPASS: 05-sim-long_jumps%%002-00001\nSKIP: 05-sim-long_jumps%%003-00001 (architecture difference)\nPASS: 05-sim-long_jumps%%004-00001\nPASS: 05-sim-long_jumps%%004-00002\nPASS: 05-sim-long_jumps%%004-00003\nPASS: 05-sim-long_jumps%%004-00004\nPASS: 05-sim-long_jumps%%004-00005\nPASS: 05-sim-long_jumps%%004-00006\nSKIP: 05-sim-long_jumps%%005-00001 (architecture difference)\nPASS: 05-sim-long_jumps%%006-00001\nPASS: 05-sim-long_jumps%%006-00002\nPASS: 05-sim-long_jumps%%006-00003\nPASS: 05-sim-long_jumps%%006-00004\nPASS: 05-sim-long_jumps%%006-00005\nSKIP: 05-sim-long_jumps%%007-00001 (architecture difference)\nPASS: 05-sim-long_jumps%%008-00001\nPASS: 05-sim-long_jumps%%009-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 05-sim-long_jumps%%010-00001\nPASS: 05-sim-long_jumps%%010-00002\nPASS: 05-sim-long_jumps%%010-00003\nPASS: 05-sim-long_jumps%%010-00004\nPASS: 05-sim-long_jumps%%010-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 05-sim-long_jumps%%011-00001 (valgrind not installed)\n batch name: 06-sim-actions\n test mode:  c\n test type:  bpf-sim\nPASS: 06-sim-actions%%001-00001\nPASS: 06-sim-actions%%002-00001\nPASS: 06-sim-actions%%003-00001\nPASS: 06-sim-actions%%004-00001\nPASS: 06-sim-actions%%005-00001\nPASS: 06-sim-actions%%006-00001\nSKIP: 06-sim-actions%%007-00001 (architecture difference)\nSKIP: 06-sim-actions%%008-00001 (architecture difference)\nSKIP: 06-sim-actions%%009-00001 (architecture difference)\nSKIP: 06-sim-actions%%010-00001 (architecture difference)\nSKIP: 06-sim-actions%%011-00001 (architecture difference)\nPASS: 06-sim-actions%%012-00001\nPASS: 06-sim-actions%%012-00002\nPASS: 06-sim-actions%%012-00003\nPASS: 06-sim-actions%%012-00004\nPASS: 06-sim-actions%%012-00005\nPASS: 06-sim-actions%%012-00006\nPASS: 06-sim-actions%%012-00007\nPASS: 06-sim-actions%%012-00008\nPASS: 06-sim-actions%%012-00009\nPASS: 06-sim-actions%%013-00001\nPASS: 06-sim-actions%%013-00002\nPASS: 06-sim-actions%%013-00003\nPASS: 06-sim-actions%%013-00004\nPASS: 06-sim-actions%%013-00005\nPASS: 06-sim-actions%%013-00006\nPASS: 06-sim-actions%%013-00007\nPASS: 06-sim-actions%%013-00008\nPASS: 06-sim-actions%%013-00009\nPASS: 06-sim-actions%%013-00010\nPASS: 06-sim-actions%%013-00011\nPASS: 06-sim-actions%%013-00012\nPASS: 06-sim-actions%%013-00013\nPASS: 06-sim-actions%%013-00014\nPASS: 06-sim-actions%%013-00015\nPASS: 06-sim-actions%%013-00016\nPASS: 06-sim-actions%%013-00017\nPASS: 06-sim-actions%%013-00018\nPASS: 06-sim-actions%%013-00019\nPASS: 06-sim-actions%%013-00020\nPASS: 06-sim-actions%%013-00021\nPASS: 06-sim-actions%%013-00022\nPASS: 06-sim-actions%%013-00023\nPASS: 06-sim-actions%%013-00024\nPASS: 06-sim-actions%%013-00025\nPASS: 06-sim-actions%%013-00026\nPASS: 06-sim-actions%%013-00027\nPASS: 06-sim-actions%%013-00028\nPASS: 06-sim-actions%%013-00029\nPASS: 06-sim-actions%%013-00030\nPASS: 06-sim-actions%%013-00031\nPASS: 06-sim-actions%%013-00032\nPASS: 06-sim-actions%%013-00033\nPASS: 06-sim-actions%%013-00034\nPASS: 06-sim-actions%%013-00035\nPASS: 06-sim-actions%%013-00036\nPASS: 06-sim-actions%%013-00037\nPASS: 06-sim-actions%%013-00038\nPASS: 06-sim-actions%%013-00039\nPASS: 06-sim-actions%%013-00040\nPASS: 06-sim-actions%%013-00041\nPASS: 06-sim-actions%%013-00042\nPASS: 06-sim-actions%%013-00043\nPASS: 06-sim-actions%%013-00044\nPASS: 06-sim-actions%%013-00045\nPASS: 06-sim-actions%%013-00046\nPASS: 06-sim-actions%%013-00047\nPASS: 06-sim-actions%%013-00048\nPASS: 06-sim-actions%%013-00049\nPASS: 06-sim-actions%%013-00050\nPASS: 06-sim-actions%%013-00051\nPASS: 06-sim-actions%%013-00052\nPASS: 06-sim-actions%%013-00053\nPASS: 06-sim-actions%%013-00054\nPASS: 06-sim-actions%%013-00055\nPASS: 06-sim-actions%%013-00056\nPASS: 06-sim-actions%%013-00057\nPASS: 06-sim-actions%%013-00058\nPASS: 06-sim-actions%%013-00059\nPASS: 06-sim-actions%%013-00060\nPASS: 06-sim-actions%%013-00061\nPASS: 06-sim-actions%%013-00062\nPASS: 06-sim-actions%%013-00063\nPASS: 06-sim-actions%%013-00064\nPASS: 06-sim-actions%%013-00065\nPASS: 06-sim-actions%%013-00066\nPASS: 06-sim-actions%%013-00067\nPASS: 06-sim-actions%%013-00068\nPASS: 06-sim-actions%%013-00069\nPASS: 06-sim-actions%%013-00070\nPASS: 06-sim-actions%%013-00071\nPASS: 06-sim-actions%%013-00072\nPASS: 06-sim-actions%%013-00073\nPASS: 06-sim-actions%%013-00074\nPASS: 06-sim-actions%%013-00075\nPASS: 06-sim-actions%%013-00076\nPASS: 06-sim-actions%%013-00077\nPASS: 06-sim-actions%%013-00078\nPASS: 06-sim-actions%%013-00079\nPASS: 06-sim-actions%%013-00080\nPASS: 06-sim-actions%%013-00081\nPASS: 06-sim-actions%%013-00082\nPASS: 06-sim-actions%%013-00083\nPASS: 06-sim-actions%%013-00084\nPASS: 06-sim-actions%%013-00085\nPASS: 06-sim-actions%%013-00086\nPASS: 06-sim-actions%%013-00087\nPASS: 06-sim-actions%%013-00088\nPASS: 06-sim-actions%%013-00089\nPASS: 06-sim-actions%%013-00090\nPASS: 06-sim-actions%%013-00091\nPASS: 06-sim-actions%%013-00092\nPASS: 06-sim-actions%%013-00093\nPASS: 06-sim-actions%%013-00094\nPASS: 06-sim-actions%%013-00095\nPASS: 06-sim-actions%%013-00096\nPASS: 06-sim-actions%%013-00097\nPASS: 06-sim-actions%%013-00098\nPASS: 06-sim-actions%%013-00099\nPASS: 06-sim-actions%%013-00100\nPASS: 06-sim-actions%%013-00101\nPASS: 06-sim-actions%%013-00102\nPASS: 06-sim-actions%%013-00103\nPASS: 06-sim-actions%%013-00104\nPASS: 06-sim-actions%%013-00105\nPASS: 06-sim-actions%%013-00106\nPASS: 06-sim-actions%%013-00107\nPASS: 06-sim-actions%%013-00108\nPASS: 06-sim-actions%%013-00109\nPASS: 06-sim-actions%%013-00110\nPASS: 06-sim-actions%%013-00111\nPASS: 06-sim-actions%%013-00112\nPASS: 06-sim-actions%%013-00113\nPASS: 06-sim-actions%%013-00114\nPASS: 06-sim-actions%%013-00115\nPASS: 06-sim-actions%%013-00116\nPASS: 06-sim-actions%%013-00117\nPASS: 06-sim-actions%%013-00118\nPASS: 06-sim-actions%%013-00119\nPASS: 06-sim-actions%%013-00120\nPASS: 06-sim-actions%%013-00121\nPASS: 06-sim-actions%%013-00122\nPASS: 06-sim-actions%%014-00001\nPASS: 06-sim-actions%%014-00002\nPASS: 06-sim-actions%%014-00003\nPASS: 06-sim-actions%%014-00004\nPASS: 06-sim-actions%%014-00005\nPASS: 06-sim-actions%%014-00006\nPASS: 06-sim-actions%%014-00007\nPASS: 06-sim-actions%%014-00008\nPASS: 06-sim-actions%%014-00009\nPASS: 06-sim-actions%%014-00010\nPASS: 06-sim-actions%%014-00011\nPASS: 06-sim-actions%%014-00012\nPASS: 06-sim-actions%%014-00013\nPASS: 06-sim-actions%%014-00014\nPASS: 06-sim-actions%%014-00015\nPASS: 06-sim-actions%%014-00016\nPASS: 06-sim-actions%%014-00017\nPASS: 06-sim-actions%%014-00018\nPASS: 06-sim-actions%%014-00019\nPASS: 06-sim-actions%%014-00020\nPASS: 06-sim-actions%%014-00021\nPASS: 06-sim-actions%%014-00022\nPASS: 06-sim-actions%%014-00023\nPASS: 06-sim-actions%%014-00024\nPASS: 06-sim-actions%%014-00025\nPASS: 06-sim-actions%%014-00026\nPASS: 06-sim-actions%%014-00027\nPASS: 06-sim-actions%%014-00028\nPASS: 06-sim-actions%%014-00029\nPASS: 06-sim-actions%%014-00030\nPASS: 06-sim-actions%%014-00031\nPASS: 06-sim-actions%%014-00032\nPASS: 06-sim-actions%%014-00033\nPASS: 06-sim-actions%%014-00034\nPASS: 06-sim-actions%%014-00035\nPASS: 06-sim-actions%%014-00036\nPASS: 06-sim-actions%%014-00037\nPASS: 06-sim-actions%%014-00038\nPASS: 06-sim-actions%%014-00039\nPASS: 06-sim-actions%%014-00040\nPASS: 06-sim-actions%%014-00041\nPASS: 06-sim-actions%%014-00042\nPASS: 06-sim-actions%%014-00043\nPASS: 06-sim-actions%%014-00044\nPASS: 06-sim-actions%%014-00045\nPASS: 06-sim-actions%%014-00046\nPASS: 06-sim-actions%%014-00047\nPASS: 06-sim-actions%%014-00048\nPASS: 06-sim-actions%%014-00049\nPASS: 06-sim-actions%%014-00050\nPASS: 06-sim-actions%%014-00051\nPASS: 06-sim-actions%%014-00052\nPASS: 06-sim-actions%%014-00053\nPASS: 06-sim-actions%%014-00054\nPASS: 06-sim-actions%%014-00055\nPASS: 06-sim-actions%%014-00056\nPASS: 06-sim-actions%%014-00057\nPASS: 06-sim-actions%%014-00058\nPASS: 06-sim-actions%%014-00059\nPASS: 06-sim-actions%%014-00060\nPASS: 06-sim-actions%%014-00061\nPASS: 06-sim-actions%%014-00062\nPASS: 06-sim-actions%%014-00063\nPASS: 06-sim-actions%%014-00064\nPASS: 06-sim-actions%%014-00065\nPASS: 06-sim-actions%%014-00066\nPASS: 06-sim-actions%%014-00067\nPASS: 06-sim-actions%%014-00068\nPASS: 06-sim-actions%%014-00069\nPASS: 06-sim-actions%%014-00070\nPASS: 06-sim-actions%%014-00071\nPASS: 06-sim-actions%%014-00072\nPASS: 06-sim-actions%%014-00073\nPASS: 06-sim-actions%%014-00074\nPASS: 06-sim-actions%%014-00075\nPASS: 06-sim-actions%%014-00076\nPASS: 06-sim-actions%%014-00077\nPASS: 06-sim-actions%%014-00078\nPASS: 06-sim-actions%%014-00079\nPASS: 06-sim-actions%%014-00080\nPASS: 06-sim-actions%%014-00081\nPASS: 06-sim-actions%%014-00082\nPASS: 06-sim-actions%%014-00083\nPASS: 06-sim-actions%%014-00084\nPASS: 06-sim-actions%%014-00085\nPASS: 06-sim-actions%%014-00086\nPASS: 06-sim-actions%%014-00087\nPASS: 06-sim-actions%%014-00088\nPASS: 06-sim-actions%%014-00089\nPASS: 06-sim-actions%%014-00090\nPASS: 06-sim-actions%%014-00091\nPASS: 06-sim-actions%%014-00092\nPASS: 06-sim-actions%%014-00093\nPASS: 06-sim-actions%%014-00094\nPASS: 06-sim-actions%%014-00095\nPASS: 06-sim-actions%%014-00096\nPASS: 06-sim-actions%%014-00097\nPASS: 06-sim-actions%%014-00098\nPASS: 06-sim-actions%%014-00099\nPASS: 06-sim-actions%%014-00100\nPASS: 06-sim-actions%%014-00101\nPASS: 06-sim-actions%%014-00102\nPASS: 06-sim-actions%%014-00103\nPASS: 06-sim-actions%%014-00104\nPASS: 06-sim-actions%%014-00105\nPASS: 06-sim-actions%%014-00106\nPASS: 06-sim-actions%%014-00107\nPASS: 06-sim-actions%%014-00108\nPASS: 06-sim-actions%%014-00109\nPASS: 06-sim-actions%%014-00110\nPASS: 06-sim-actions%%014-00111\nPASS: 06-sim-actions%%014-00112\nPASS: 06-sim-actions%%014-00113\nPASS: 06-sim-actions%%014-00114\nPASS: 06-sim-actions%%014-00115\nPASS: 06-sim-actions%%014-00116\nPASS: 06-sim-actions%%014-00117\nPASS: 06-sim-actions%%014-00118\nPASS: 06-sim-actions%%015-00001\nPASS: 06-sim-actions%%015-00002\nPASS: 06-sim-actions%%015-00003\nPASS: 06-sim-actions%%015-00004\nPASS: 06-sim-actions%%015-00005\nPASS: 06-sim-actions%%015-00006\nPASS: 06-sim-actions%%015-00007\nPASS: 06-sim-actions%%015-00008\nPASS: 06-sim-actions%%015-00009\nPASS: 06-sim-actions%%015-00010\nPASS: 06-sim-actions%%015-00011\nPASS: 06-sim-actions%%015-00012\nPASS: 06-sim-actions%%015-00013\nPASS: 06-sim-actions%%015-00014\nPASS: 06-sim-actions%%015-00015\nPASS: 06-sim-actions%%015-00016\nPASS: 06-sim-actions%%015-00017\nPASS: 06-sim-actions%%015-00018\nPASS: 06-sim-actions%%015-00019\nPASS: 06-sim-actions%%015-00020\nPASS: 06-sim-actions%%015-00021\nPASS: 06-sim-actions%%015-00022\nPASS: 06-sim-actions%%015-00023\nPASS: 06-sim-actions%%015-00024\nPASS: 06-sim-actions%%015-00025\nPASS: 06-sim-actions%%015-00026\nPASS: 06-sim-actions%%015-00027\nPASS: 06-sim-actions%%015-00028\nPASS: 06-sim-actions%%015-00029\nPASS: 06-sim-actions%%015-00030\nPASS: 06-sim-actions%%015-00031\nPASS: 06-sim-actions%%015-00032\nPASS: 06-sim-actions%%015-00033\nPASS: 06-sim-actions%%015-00034\nPASS: 06-sim-actions%%015-00035\nPASS: 06-sim-actions%%015-00036\nPASS: 06-sim-actions%%015-00037\nPASS: 06-sim-actions%%015-00038\nPASS: 06-sim-actions%%015-00039\nPASS: 06-sim-actions%%015-00040\nPASS: 06-sim-actions%%015-00041\nPASS: 06-sim-actions%%015-00042\nPASS: 06-sim-actions%%015-00043\nPASS: 06-sim-actions%%015-00044\nPASS: 06-sim-actions%%015-00045\nPASS: 06-sim-actions%%015-00046\nPASS: 06-sim-actions%%015-00047\nPASS: 06-sim-actions%%015-00048\nPASS: 06-sim-actions%%015-00049\nPASS: 06-sim-actions%%015-00050\nPASS: 06-sim-actions%%015-00051\nPASS: 06-sim-actions%%015-00052\nPASS: 06-sim-actions%%015-00053\nPASS: 06-sim-actions%%015-00054\nPASS: 06-sim-actions%%015-00055\nPASS: 06-sim-actions%%015-00056\nPASS: 06-sim-actions%%015-00057\nPASS: 06-sim-actions%%015-00058\nPASS: 06-sim-actions%%015-00059\nPASS: 06-sim-actions%%015-00060\nPASS: 06-sim-actions%%015-00061\nPASS: 06-sim-actions%%015-00062\nPASS: 06-sim-actions%%015-00063\nPASS: 06-sim-actions%%015-00064\nPASS: 06-sim-actions%%015-00065\nPASS: 06-sim-actions%%015-00066\nPASS: 06-sim-actions%%015-00067\nPASS: 06-sim-actions%%015-00068\nPASS: 06-sim-actions%%015-00069\nPASS: 06-sim-actions%%015-00070\nPASS: 06-sim-actions%%015-00071\nPASS: 06-sim-actions%%015-00072\nPASS: 06-sim-actions%%015-00073\nPASS: 06-sim-actions%%015-00074\nPASS: 06-sim-actions%%015-00075\nPASS: 06-sim-actions%%015-00076\nPASS: 06-sim-actions%%015-00077\nPASS: 06-sim-actions%%015-00078\nPASS: 06-sim-actions%%015-00079\nPASS: 06-sim-actions%%015-00080\nPASS: 06-sim-actions%%015-00081\nPASS: 06-sim-actions%%015-00082\nPASS: 06-sim-actions%%015-00083\nPASS: 06-sim-actions%%015-00084\nPASS: 06-sim-actions%%015-00085\nPASS: 06-sim-actions%%015-00086\nPASS: 06-sim-actions%%015-00087\nPASS: 06-sim-actions%%015-00088\nPASS: 06-sim-actions%%015-00089\nPASS: 06-sim-actions%%015-00090\nPASS: 06-sim-actions%%015-00091\nPASS: 06-sim-actions%%015-00092\nPASS: 06-sim-actions%%015-00093\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 06-sim-actions%%016-00001\nPASS: 06-sim-actions%%016-00002\nPASS: 06-sim-actions%%016-00003\nPASS: 06-sim-actions%%016-00004\nPASS: 06-sim-actions%%016-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 06-sim-actions%%017-00001 (valgrind not installed)\n batch name: 07-sim-db_bug_looping\n test mode:  c\n test type:  bpf-sim\nPASS: 07-sim-db_bug_looping%%001-00001\nPASS: 07-sim-db_bug_looping%%002-00001\nPASS: 07-sim-db_bug_looping%%002-00002\nPASS: 07-sim-db_bug_looping%%002-00003\nPASS: 07-sim-db_bug_looping%%002-00004\nPASS: 07-sim-db_bug_looping%%002-00005\nPASS: 07-sim-db_bug_looping%%002-00006\nPASS: 07-sim-db_bug_looping%%002-00007\nPASS: 07-sim-db_bug_looping%%002-00008\nPASS: 07-sim-db_bug_looping%%002-00009\nPASS: 07-sim-db_bug_looping%%003-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 07-sim-db_bug_looping%%004-00001\nPASS: 07-sim-db_bug_looping%%004-00002\nPASS: 07-sim-db_bug_looping%%004-00003\nPASS: 07-sim-db_bug_looping%%004-00004\nPASS: 07-sim-db_bug_looping%%004-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 07-sim-db_bug_looping%%005-00001 (valgrind not installed)\n batch name: 08-sim-subtree_checks\n test mode:  c\n test type:  bpf-sim\nPASS: 08-sim-subtree_checks%%001-00001\nPASS: 08-sim-subtree_checks%%001-00002\nPASS: 08-sim-subtree_checks%%001-00003\nPASS: 08-sim-subtree_checks%%001-00004\nPASS: 08-sim-subtree_checks%%001-00005\nPASS: 08-sim-subtree_checks%%001-00006\nPASS: 08-sim-subtree_checks%%001-00007\nPASS: 08-sim-subtree_checks%%001-00008\nPASS: 08-sim-subtree_checks%%001-00009\nPASS: 08-sim-subtree_checks%%001-00010\nPASS: 08-sim-subtree_checks%%001-00011\nPASS: 08-sim-subtree_checks%%002-00001\nPASS: 08-sim-subtree_checks%%002-00002\nPASS: 08-sim-subtree_checks%%002-00003\nPASS: 08-sim-subtree_checks%%002-00004\nPASS: 08-sim-subtree_checks%%002-00005\nPASS: 08-sim-subtree_checks%%002-00006\nPASS: 08-sim-subtree_checks%%002-00007\nPASS: 08-sim-subtree_checks%%002-00008\nPASS: 08-sim-subtree_checks%%002-00009\nPASS: 08-sim-subtree_checks%%002-00010\nPASS: 08-sim-subtree_checks%%002-00011\nPASS: 08-sim-subtree_checks%%003-00001\nPASS: 08-sim-subtree_checks%%003-00002\nPASS: 08-sim-subtree_checks%%003-00003\nPASS: 08-sim-subtree_checks%%003-00004\nPASS: 08-sim-subtree_checks%%003-00005\nPASS: 08-sim-subtree_checks%%003-00006\nPASS: 08-sim-subtree_checks%%003-00007\nPASS: 08-sim-subtree_checks%%003-00008\nPASS: 08-sim-subtree_checks%%003-00009\nPASS: 08-sim-subtree_checks%%003-00010\nPASS: 08-sim-subtree_checks%%003-00011\nPASS: 08-sim-subtree_checks%%004-00001\nPASS: 08-sim-subtree_checks%%004-00002\nPASS: 08-sim-subtree_checks%%004-00003\nPASS: 08-sim-subtree_checks%%004-00004\nPASS: 08-sim-subtree_checks%%004-00005\nPASS: 08-sim-subtree_checks%%004-00006\nPASS: 08-sim-subtree_checks%%004-00007\nPASS: 08-sim-subtree_checks%%004-00008\nPASS: 08-sim-subtree_checks%%004-00009\nPASS: 08-sim-subtree_checks%%004-00010\nPASS: 08-sim-subtree_checks%%004-00011\nPASS: 08-sim-subtree_checks%%005-00001\nPASS: 08-sim-subtree_checks%%005-00002\nPASS: 08-sim-subtree_checks%%005-00003\nPASS: 08-sim-subtree_checks%%005-00004\nPASS: 08-sim-subtree_checks%%005-00005\nPASS: 08-sim-subtree_checks%%005-00006\nPASS: 08-sim-subtree_checks%%005-00007\nPASS: 08-sim-subtree_checks%%005-00008\nPASS: 08-sim-subtree_checks%%005-00009\nPASS: 08-sim-subtree_checks%%005-00010\nPASS: 08-sim-subtree_checks%%005-00011\nPASS: 08-sim-subtree_checks%%005-00012\nPASS: 08-sim-subtree_checks%%005-00013\nPASS: 08-sim-subtree_checks%%005-00014\nPASS: 08-sim-subtree_checks%%005-00015\nPASS: 08-sim-subtree_checks%%005-00016\nPASS: 08-sim-subtree_checks%%005-00017\nPASS: 08-sim-subtree_checks%%005-00018\nPASS: 08-sim-subtree_checks%%005-00019\nPASS: 08-sim-subtree_checks%%005-00020\nPASS: 08-sim-subtree_checks%%005-00021\nPASS: 08-sim-subtree_checks%%005-00022\nPASS: 08-sim-subtree_checks%%005-00023\nPASS: 08-sim-subtree_checks%%005-00024\nPASS: 08-sim-subtree_checks%%005-00025\nPASS: 08-sim-subtree_checks%%005-00026\nPASS: 08-sim-subtree_checks%%005-00027\nPASS: 08-sim-subtree_checks%%005-00028\nPASS: 08-sim-subtree_checks%%005-00029\nPASS: 08-sim-subtree_checks%%005-00030\nPASS: 08-sim-subtree_checks%%005-00031\nPASS: 08-sim-subtree_checks%%005-00032\nPASS: 08-sim-subtree_checks%%005-00033\nPASS: 08-sim-subtree_checks%%005-00034\nPASS: 08-sim-subtree_checks%%005-00035\nPASS: 08-sim-subtree_checks%%005-00036\nPASS: 08-sim-subtree_checks%%006-00001\nPASS: 08-sim-subtree_checks%%006-00002\nPASS: 08-sim-subtree_checks%%006-00003\nPASS: 08-sim-subtree_checks%%006-00004\nPASS: 08-sim-subtree_checks%%006-00005\nPASS: 08-sim-subtree_checks%%006-00006\nPASS: 08-sim-subtree_checks%%006-00007\nPASS: 08-sim-subtree_checks%%006-00008\nPASS: 08-sim-subtree_checks%%006-00009\nPASS: 08-sim-subtree_checks%%006-00010\nPASS: 08-sim-subtree_checks%%006-00011\nPASS: 08-sim-subtree_checks%%006-00012\nPASS: 08-sim-subtree_checks%%006-00013\nPASS: 08-sim-subtree_checks%%006-00014\nPASS: 08-sim-subtree_checks%%006-00015\nPASS: 08-sim-subtree_checks%%006-00016\nPASS: 08-sim-subtree_checks%%006-00017\nPASS: 08-sim-subtree_checks%%006-00018\nPASS: 08-sim-subtree_checks%%006-00019\nPASS: 08-sim-subtree_checks%%006-00020\nPASS: 08-sim-subtree_checks%%006-00021\nPASS: 08-sim-subtree_checks%%006-00022\nPASS: 08-sim-subtree_checks%%006-00023\nPASS: 08-sim-subtree_checks%%006-00024\nPASS: 08-sim-subtree_checks%%006-00025\nPASS: 08-sim-subtree_checks%%006-00026\nPASS: 08-sim-subtree_checks%%006-00027\nPASS: 08-sim-subtree_checks%%006-00028\nPASS: 08-sim-subtree_checks%%006-00029\nPASS: 08-sim-subtree_checks%%006-00030\nPASS: 08-sim-subtree_checks%%006-00031\nPASS: 08-sim-subtree_checks%%006-00032\nPASS: 08-sim-subtree_checks%%006-00033\nPASS: 08-sim-subtree_checks%%006-00034\nPASS: 08-sim-subtree_checks%%006-00035\nPASS: 08-sim-subtree_checks%%006-00036\nPASS: 08-sim-subtree_checks%%007-00001\nPASS: 08-sim-subtree_checks%%007-00002\nPASS: 08-sim-subtree_checks%%007-00003\nPASS: 08-sim-subtree_checks%%007-00004\nPASS: 08-sim-subtree_checks%%007-00005\nPASS: 08-sim-subtree_checks%%007-00006\nPASS: 08-sim-subtree_checks%%007-00007\nPASS: 08-sim-subtree_checks%%007-00008\nPASS: 08-sim-subtree_checks%%007-00009\nPASS: 08-sim-subtree_checks%%007-00010\nPASS: 08-sim-subtree_checks%%007-00011\nPASS: 08-sim-subtree_checks%%007-00012\nPASS: 08-sim-subtree_checks%%007-00013\nPASS: 08-sim-subtree_checks%%007-00014\nPASS: 08-sim-subtree_checks%%007-00015\nPASS: 08-sim-subtree_checks%%007-00016\nPASS: 08-sim-subtree_checks%%007-00017\nPASS: 08-sim-subtree_checks%%007-00018\nPASS: 08-sim-subtree_checks%%007-00019\nPASS: 08-sim-subtree_checks%%007-00020\nPASS: 08-sim-subtree_checks%%007-00021\nPASS: 08-sim-subtree_checks%%007-00022\nPASS: 08-sim-subtree_checks%%007-00023\nPASS: 08-sim-subtree_checks%%007-00024\nPASS: 08-sim-subtree_checks%%007-00025\nPASS: 08-sim-subtree_checks%%007-00026\nPASS: 08-sim-subtree_checks%%007-00027\nPASS: 08-sim-subtree_checks%%007-00028\nPASS: 08-sim-subtree_checks%%007-00029\nPASS: 08-sim-subtree_checks%%007-00030\nPASS: 08-sim-subtree_checks%%007-00031\nPASS: 08-sim-subtree_checks%%007-00032\nPASS: 08-sim-subtree_checks%%007-00033\nPASS: 08-sim-subtree_checks%%007-00034\nPASS: 08-sim-subtree_checks%%007-00035\nPASS: 08-sim-subtree_checks%%007-00036\nPASS: 08-sim-subtree_checks%%008-00001\nPASS: 08-sim-subtree_checks%%008-00002\nPASS: 08-sim-subtree_checks%%008-00003\nPASS: 08-sim-subtree_checks%%008-00004\nPASS: 08-sim-subtree_checks%%008-00005\nPASS: 08-sim-subtree_checks%%008-00006\nPASS: 08-sim-subtree_checks%%008-00007\nPASS: 08-sim-subtree_checks%%008-00008\nPASS: 08-sim-subtree_checks%%008-00009\nPASS: 08-sim-subtree_checks%%008-00010\nPASS: 08-sim-subtree_checks%%008-00011\nPASS: 08-sim-subtree_checks%%008-00012\nPASS: 08-sim-subtree_checks%%008-00013\nPASS: 08-sim-subtree_checks%%008-00014\nPASS: 08-sim-subtree_checks%%008-00015\nPASS: 08-sim-subtree_checks%%008-00016\nPASS: 08-sim-subtree_checks%%008-00017\nPASS: 08-sim-subtree_checks%%008-00018\nPASS: 08-sim-subtree_checks%%008-00019\nPASS: 08-sim-subtree_checks%%008-00020\nPASS: 08-sim-subtree_checks%%008-00021\nPASS: 08-sim-subtree_checks%%008-00022\nPASS: 08-sim-subtree_checks%%008-00023\nPASS: 08-sim-subtree_checks%%008-00024\nPASS: 08-sim-subtree_checks%%008-00025\nPASS: 08-sim-subtree_checks%%008-00026\nPASS: 08-sim-subtree_checks%%008-00027\nPASS: 08-sim-subtree_checks%%008-00028\nPASS: 08-sim-subtree_checks%%008-00029\nPASS: 08-sim-subtree_checks%%008-00030\nPASS: 08-sim-subtree_checks%%008-00031\nPASS: 08-sim-subtree_checks%%008-00032\nPASS: 08-sim-subtree_checks%%008-00033\nPASS: 08-sim-subtree_checks%%008-00034\nPASS: 08-sim-subtree_checks%%008-00035\nPASS: 08-sim-subtree_checks%%008-00036\nPASS: 08-sim-subtree_checks%%009-00001\nPASS: 08-sim-subtree_checks%%009-00002\nPASS: 08-sim-subtree_checks%%009-00003\nPASS: 08-sim-subtree_checks%%009-00004\nPASS: 08-sim-subtree_checks%%009-00005\nPASS: 08-sim-subtree_checks%%009-00006\nPASS: 08-sim-subtree_checks%%009-00007\nPASS: 08-sim-subtree_checks%%009-00008\nPASS: 08-sim-subtree_checks%%009-00009\nPASS: 08-sim-subtree_checks%%009-00010\nPASS: 08-sim-subtree_checks%%009-00011\nPASS: 08-sim-subtree_checks%%009-00012\nPASS: 08-sim-subtree_checks%%009-00013\nPASS: 08-sim-subtree_checks%%009-00014\nPASS: 08-sim-subtree_checks%%009-00015\nPASS: 08-sim-subtree_checks%%009-00016\nPASS: 08-sim-subtree_checks%%009-00017\nPASS: 08-sim-subtree_checks%%009-00018\nPASS: 08-sim-subtree_checks%%009-00019\nPASS: 08-sim-subtree_checks%%009-00020\nPASS: 08-sim-subtree_checks%%009-00021\nPASS: 08-sim-subtree_checks%%009-00022\nPASS: 08-sim-subtree_checks%%009-00023\nPASS: 08-sim-subtree_checks%%009-00024\nPASS: 08-sim-subtree_checks%%009-00025\nPASS: 08-sim-subtree_checks%%009-00026\nPASS: 08-sim-subtree_checks%%009-00027\nPASS: 08-sim-subtree_checks%%009-00028\nPASS: 08-sim-subtree_checks%%009-00029\nPASS: 08-sim-subtree_checks%%009-00030\nPASS: 08-sim-subtree_checks%%010-00001\nPASS: 08-sim-subtree_checks%%010-00002\nPASS: 08-sim-subtree_checks%%010-00003\nPASS: 08-sim-subtree_checks%%010-00004\nPASS: 08-sim-subtree_checks%%010-00005\nPASS: 08-sim-subtree_checks%%010-00006\nPASS: 08-sim-subtree_checks%%011-00001\nPASS: 08-sim-subtree_checks%%011-00002\nPASS: 08-sim-subtree_checks%%011-00003\nPASS: 08-sim-subtree_checks%%011-00004\nPASS: 08-sim-subtree_checks%%011-00005\nPASS: 08-sim-subtree_checks%%011-00006\nPASS: 08-sim-subtree_checks%%011-00007\nPASS: 08-sim-subtree_checks%%011-00008\nPASS: 08-sim-subtree_checks%%011-00009\nPASS: 08-sim-subtree_checks%%011-00010\nPASS: 08-sim-subtree_checks%%011-00011\nPASS: 08-sim-subtree_checks%%011-00012\nPASS: 08-sim-subtree_checks%%011-00013\nPASS: 08-sim-subtree_checks%%011-00014\nPASS: 08-sim-subtree_checks%%011-00015\nPASS: 08-sim-subtree_checks%%011-00016\nPASS: 08-sim-subtree_checks%%011-00017\nPASS: 08-sim-subtree_checks%%011-00018\nPASS: 08-sim-subtree_checks%%011-00019\nPASS: 08-sim-subtree_checks%%011-00020\nPASS: 08-sim-subtree_checks%%011-00021\nPASS: 08-sim-subtree_checks%%011-00022\nPASS: 08-sim-subtree_checks%%011-00023\nPASS: 08-sim-subtree_checks%%011-00024\nPASS: 08-sim-subtree_checks%%011-00025\nPASS: 08-sim-subtree_checks%%011-00026\nPASS: 08-sim-subtree_checks%%011-00027\nPASS: 08-sim-subtree_checks%%011-00028\nPASS: 08-sim-subtree_checks%%011-00029\nPASS: 08-sim-subtree_checks%%011-00030\nPASS: 08-sim-subtree_checks%%012-00001\nPASS: 08-sim-subtree_checks%%012-00002\nPASS: 08-sim-subtree_checks%%012-00003\nPASS: 08-sim-subtree_checks%%012-00004\nPASS: 08-sim-subtree_checks%%012-00005\nPASS: 08-sim-subtree_checks%%012-00006\nPASS: 08-sim-subtree_checks%%012-00007\nPASS: 08-sim-subtree_checks%%012-00008\nPASS: 08-sim-subtree_checks%%012-00009\nPASS: 08-sim-subtree_checks%%012-00010\nPASS: 08-sim-subtree_checks%%012-00011\nPASS: 08-sim-subtree_checks%%012-00012\nPASS: 08-sim-subtree_checks%%012-00013\nPASS: 08-sim-subtree_checks%%012-00014\nPASS: 08-sim-subtree_checks%%012-00015\nPASS: 08-sim-subtree_checks%%012-00016\nPASS: 08-sim-subtree_checks%%012-00017\nPASS: 08-sim-subtree_checks%%012-00018\nPASS: 08-sim-subtree_checks%%012-00019\nPASS: 08-sim-subtree_checks%%012-00020\nPASS: 08-sim-subtree_checks%%012-00021\nPASS: 08-sim-subtree_checks%%012-00022\nPASS: 08-sim-subtree_checks%%012-00023\nPASS: 08-sim-subtree_checks%%012-00024\nPASS: 08-sim-subtree_checks%%012-00025\nPASS: 08-sim-subtree_checks%%012-00026\nPASS: 08-sim-subtree_checks%%012-00027\nPASS: 08-sim-subtree_checks%%012-00028\nPASS: 08-sim-subtree_checks%%012-00029\nPASS: 08-sim-subtree_checks%%012-00030\nPASS: 08-sim-subtree_checks%%013-00001\nPASS: 08-sim-subtree_checks%%013-00002\nPASS: 08-sim-subtree_checks%%013-00003\nPASS: 08-sim-subtree_checks%%013-00004\nPASS: 08-sim-subtree_checks%%013-00005\nPASS: 08-sim-subtree_checks%%013-00006\nPASS: 08-sim-subtree_checks%%013-00007\nPASS: 08-sim-subtree_checks%%013-00008\nPASS: 08-sim-subtree_checks%%013-00009\nPASS: 08-sim-subtree_checks%%013-00010\nPASS: 08-sim-subtree_checks%%013-00011\nPASS: 08-sim-subtree_checks%%013-00012\nPASS: 08-sim-subtree_checks%%013-00013\nPASS: 08-sim-subtree_checks%%013-00014\nPASS: 08-sim-subtree_checks%%013-00015\nPASS: 08-sim-subtree_checks%%013-00016\nPASS: 08-sim-subtree_checks%%013-00017\nPASS: 08-sim-subtree_checks%%013-00018\nPASS: 08-sim-subtree_checks%%013-00019\nPASS: 08-sim-subtree_checks%%013-00020\nPASS: 08-sim-subtree_checks%%013-00021\nPASS: 08-sim-subtree_checks%%013-00022\nPASS: 08-sim-subtree_checks%%013-00023\nPASS: 08-sim-subtree_checks%%013-00024\nPASS: 08-sim-subtree_checks%%013-00025\nPASS: 08-sim-subtree_checks%%013-00026\nPASS: 08-sim-subtree_checks%%013-00027\nPASS: 08-sim-subtree_checks%%013-00028\nPASS: 08-sim-subtree_checks%%013-00029\nPASS: 08-sim-subtree_checks%%013-00030\nPASS: 08-sim-subtree_checks%%014-00001\nPASS: 08-sim-subtree_checks%%014-00002\nPASS: 08-sim-subtree_checks%%014-00003\nPASS: 08-sim-subtree_checks%%014-00004\nPASS: 08-sim-subtree_checks%%014-00005\nPASS: 08-sim-subtree_checks%%014-00006\nPASS: 08-sim-subtree_checks%%014-00007\nPASS: 08-sim-subtree_checks%%014-00008\nPASS: 08-sim-subtree_checks%%014-00009\nPASS: 08-sim-subtree_checks%%014-00010\nPASS: 08-sim-subtree_checks%%014-00011\nPASS: 08-sim-subtree_checks%%014-00012\nPASS: 08-sim-subtree_checks%%014-00013\nPASS: 08-sim-subtree_checks%%014-00014\nPASS: 08-sim-subtree_checks%%014-00015\nPASS: 08-sim-subtree_checks%%014-00016\nPASS: 08-sim-subtree_checks%%014-00017\nPASS: 08-sim-subtree_checks%%014-00018\nPASS: 08-sim-subtree_checks%%014-00019\nPASS: 08-sim-subtree_checks%%014-00020\nPASS: 08-sim-subtree_checks%%014-00021\nPASS: 08-sim-subtree_checks%%014-00022\nPASS: 08-sim-subtree_checks%%014-00023\nPASS: 08-sim-subtree_checks%%014-00024\nPASS: 08-sim-subtree_checks%%014-00025\nPASS: 08-sim-subtree_checks%%014-00026\nPASS: 08-sim-subtree_checks%%014-00027\nPASS: 08-sim-subtree_checks%%014-00028\nPASS: 08-sim-subtree_checks%%014-00029\nPASS: 08-sim-subtree_checks%%014-00030\nPASS: 08-sim-subtree_checks%%015-00001\nPASS: 08-sim-subtree_checks%%015-00002\nPASS: 08-sim-subtree_checks%%015-00003\nPASS: 08-sim-subtree_checks%%015-00004\nPASS: 08-sim-subtree_checks%%015-00005\nPASS: 08-sim-subtree_checks%%015-00006\nPASS: 08-sim-subtree_checks%%016-00001\nPASS: 08-sim-subtree_checks%%016-00002\nPASS: 08-sim-subtree_checks%%016-00003\nPASS: 08-sim-subtree_checks%%016-00004\nPASS: 08-sim-subtree_checks%%016-00005\nPASS: 08-sim-subtree_checks%%016-00006\nPASS: 08-sim-subtree_checks%%016-00007\nPASS: 08-sim-subtree_checks%%016-00008\nPASS: 08-sim-subtree_checks%%016-00009\nPASS: 08-sim-subtree_checks%%016-00010\nPASS: 08-sim-subtree_checks%%016-00011\nPASS: 08-sim-subtree_checks%%016-00012\nPASS: 08-sim-subtree_checks%%016-00013\nPASS: 08-sim-subtree_checks%%016-00014\nPASS: 08-sim-subtree_checks%%016-00015\nPASS: 08-sim-subtree_checks%%016-00016\nPASS: 08-sim-subtree_checks%%016-00017\nPASS: 08-sim-subtree_checks%%016-00018\nPASS: 08-sim-subtree_checks%%016-00019\nPASS: 08-sim-subtree_checks%%016-00020\nPASS: 08-sim-subtree_checks%%016-00021\nPASS: 08-sim-subtree_checks%%016-00022\nPASS: 08-sim-subtree_checks%%016-00023\nPASS: 08-sim-subtree_checks%%016-00024\nPASS: 08-sim-subtree_checks%%016-00025\nPASS: 08-sim-subtree_checks%%016-00026\nPASS: 08-sim-subtree_checks%%016-00027\nPASS: 08-sim-subtree_checks%%016-00028\nPASS: 08-sim-subtree_checks%%016-00029\nPASS: 08-sim-subtree_checks%%016-00030\nPASS: 08-sim-subtree_checks%%017-00001\nPASS: 08-sim-subtree_checks%%017-00002\nPASS: 08-sim-subtree_checks%%017-00003\nPASS: 08-sim-subtree_checks%%017-00004\nPASS: 08-sim-subtree_checks%%017-00005\nPASS: 08-sim-subtree_checks%%017-00006\nPASS: 08-sim-subtree_checks%%017-00007\nPASS: 08-sim-subtree_checks%%017-00008\nPASS: 08-sim-subtree_checks%%017-00009\nPASS: 08-sim-subtree_checks%%017-00010\nPASS: 08-sim-subtree_checks%%017-00011\nPASS: 08-sim-subtree_checks%%017-00012\nPASS: 08-sim-subtree_checks%%017-00013\nPASS: 08-sim-subtree_checks%%017-00014\nPASS: 08-sim-subtree_checks%%017-00015\nPASS: 08-sim-subtree_checks%%017-00016\nPASS: 08-sim-subtree_checks%%017-00017\nPASS: 08-sim-subtree_checks%%017-00018\nPASS: 08-sim-subtree_checks%%017-00019\nPASS: 08-sim-subtree_checks%%017-00020\nPASS: 08-sim-subtree_checks%%017-00021\nPASS: 08-sim-subtree_checks%%017-00022\nPASS: 08-sim-subtree_checks%%017-00023\nPASS: 08-sim-subtree_checks%%017-00024\nPASS: 08-sim-subtree_checks%%017-00025\nPASS: 08-sim-subtree_checks%%017-00026\nPASS: 08-sim-subtree_checks%%017-00027\nPASS: 08-sim-subtree_checks%%017-00028\nPASS: 08-sim-subtree_checks%%017-00029\nPASS: 08-sim-subtree_checks%%017-00030\nPASS: 08-sim-subtree_checks%%018-00001\nPASS: 08-sim-subtree_checks%%018-00002\nPASS: 08-sim-subtree_checks%%018-00003\nPASS: 08-sim-subtree_checks%%018-00004\nPASS: 08-sim-subtree_checks%%018-00005\nPASS: 08-sim-subtree_checks%%018-00006\nPASS: 08-sim-subtree_checks%%018-00007\nPASS: 08-sim-subtree_checks%%018-00008\nPASS: 08-sim-subtree_checks%%018-00009\nPASS: 08-sim-subtree_checks%%018-00010\nPASS: 08-sim-subtree_checks%%018-00011\nPASS: 08-sim-subtree_checks%%018-00012\nPASS: 08-sim-subtree_checks%%018-00013\nPASS: 08-sim-subtree_checks%%018-00014\nPASS: 08-sim-subtree_checks%%018-00015\nPASS: 08-sim-subtree_checks%%018-00016\nPASS: 08-sim-subtree_checks%%018-00017\nPASS: 08-sim-subtree_checks%%018-00018\nPASS: 08-sim-subtree_checks%%018-00019\nPASS: 08-sim-subtree_checks%%018-00020\nPASS: 08-sim-subtree_checks%%018-00021\nPASS: 08-sim-subtree_checks%%018-00022\nPASS: 08-sim-subtree_checks%%018-00023\nPASS: 08-sim-subtree_checks%%018-00024\nPASS: 08-sim-subtree_checks%%018-00025\nPASS: 08-sim-subtree_checks%%018-00026\nPASS: 08-sim-subtree_checks%%018-00027\nPASS: 08-sim-subtree_checks%%018-00028\nPASS: 08-sim-subtree_checks%%018-00029\nPASS: 08-sim-subtree_checks%%018-00030\nPASS: 08-sim-subtree_checks%%019-00001\nPASS: 08-sim-subtree_checks%%019-00002\nPASS: 08-sim-subtree_checks%%019-00003\nPASS: 08-sim-subtree_checks%%019-00004\nPASS: 08-sim-subtree_checks%%019-00005\nPASS: 08-sim-subtree_checks%%019-00006\nPASS: 08-sim-subtree_checks%%019-00007\nPASS: 08-sim-subtree_checks%%019-00008\nPASS: 08-sim-subtree_checks%%019-00009\nPASS: 08-sim-subtree_checks%%019-00010\nPASS: 08-sim-subtree_checks%%019-00011\nPASS: 08-sim-subtree_checks%%020-00001\nPASS: 08-sim-subtree_checks%%020-00002\nPASS: 08-sim-subtree_checks%%020-00003\nPASS: 08-sim-subtree_checks%%020-00004\nPASS: 08-sim-subtree_checks%%020-00005\nPASS: 08-sim-subtree_checks%%020-00006\nPASS: 08-sim-subtree_checks%%020-00007\nPASS: 08-sim-subtree_checks%%020-00008\nPASS: 08-sim-subtree_checks%%020-00009\nPASS: 08-sim-subtree_checks%%020-00010\nPASS: 08-sim-subtree_checks%%020-00011\nPASS: 08-sim-subtree_checks%%021-00001\nPASS: 08-sim-subtree_checks%%021-00002\nPASS: 08-sim-subtree_checks%%021-00003\nPASS: 08-sim-subtree_checks%%021-00004\nPASS: 08-sim-subtree_checks%%021-00005\nPASS: 08-sim-subtree_checks%%021-00006\nPASS: 08-sim-subtree_checks%%021-00007\nPASS: 08-sim-subtree_checks%%021-00008\nPASS: 08-sim-subtree_checks%%021-00009\nPASS: 08-sim-subtree_checks%%021-00010\nPASS: 08-sim-subtree_checks%%021-00011\nPASS: 08-sim-subtree_checks%%021-00012\nPASS: 08-sim-subtree_checks%%021-00013\nPASS: 08-sim-subtree_checks%%021-00014\nPASS: 08-sim-subtree_checks%%021-00015\nPASS: 08-sim-subtree_checks%%021-00016\nPASS: 08-sim-subtree_checks%%021-00017\nPASS: 08-sim-subtree_checks%%021-00018\nPASS: 08-sim-subtree_checks%%021-00019\nPASS: 08-sim-subtree_checks%%021-00020\nPASS: 08-sim-subtree_checks%%021-00021\nPASS: 08-sim-subtree_checks%%021-00022\nPASS: 08-sim-subtree_checks%%021-00023\nPASS: 08-sim-subtree_checks%%021-00024\nPASS: 08-sim-subtree_checks%%021-00025\nPASS: 08-sim-subtree_checks%%021-00026\nPASS: 08-sim-subtree_checks%%021-00027\nPASS: 08-sim-subtree_checks%%021-00028\nPASS: 08-sim-subtree_checks%%021-00029\nPASS: 08-sim-subtree_checks%%021-00030\nPASS: 08-sim-subtree_checks%%021-00031\nPASS: 08-sim-subtree_checks%%021-00032\nPASS: 08-sim-subtree_checks%%021-00033\nPASS: 08-sim-subtree_checks%%021-00034\nPASS: 08-sim-subtree_checks%%021-00035\nPASS: 08-sim-subtree_checks%%021-00036\nPASS: 08-sim-subtree_checks%%021-00037\nPASS: 08-sim-subtree_checks%%021-00038\nPASS: 08-sim-subtree_checks%%021-00039\nPASS: 08-sim-subtree_checks%%021-00040\nPASS: 08-sim-subtree_checks%%021-00041\nPASS: 08-sim-subtree_checks%%021-00042\nPASS: 08-sim-subtree_checks%%021-00043\nPASS: 08-sim-subtree_checks%%021-00044\nPASS: 08-sim-subtree_checks%%021-00045\nPASS: 08-sim-subtree_checks%%021-00046\nPASS: 08-sim-subtree_checks%%021-00047\nPASS: 08-sim-subtree_checks%%021-00048\nPASS: 08-sim-subtree_checks%%021-00049\nPASS: 08-sim-subtree_checks%%021-00050\nPASS: 08-sim-subtree_checks%%021-00051\nPASS: 08-sim-subtree_checks%%021-00052\nPASS: 08-sim-subtree_checks%%021-00053\nPASS: 08-sim-subtree_checks%%021-00054\nPASS: 08-sim-subtree_checks%%021-00055\nPASS: 08-sim-subtree_checks%%021-00056\nPASS: 08-sim-subtree_checks%%021-00057\nPASS: 08-sim-subtree_checks%%021-00058\nPASS: 08-sim-subtree_checks%%021-00059\nPASS: 08-sim-subtree_checks%%021-00060\nPASS: 08-sim-subtree_checks%%021-00061\nPASS: 08-sim-subtree_checks%%021-00062\nPASS: 08-sim-subtree_checks%%021-00063\nPASS: 08-sim-subtree_checks%%021-00064\nPASS: 08-sim-subtree_checks%%021-00065\nPASS: 08-sim-subtree_checks%%021-00066\nPASS: 08-sim-subtree_checks%%021-00067\nPASS: 08-sim-subtree_checks%%021-00068\nPASS: 08-sim-subtree_checks%%021-00069\nPASS: 08-sim-subtree_checks%%021-00070\nPASS: 08-sim-subtree_checks%%021-00071\nPASS: 08-sim-subtree_checks%%021-00072\nPASS: 08-sim-subtree_checks%%021-00073\nPASS: 08-sim-subtree_checks%%021-00074\nPASS: 08-sim-subtree_checks%%021-00075\nPASS: 08-sim-subtree_checks%%021-00076\nPASS: 08-sim-subtree_checks%%021-00077\nPASS: 08-sim-subtree_checks%%021-00078\nPASS: 08-sim-subtree_checks%%021-00079\nPASS: 08-sim-subtree_checks%%021-00080\nPASS: 08-sim-subtree_checks%%021-00081\nPASS: 08-sim-subtree_checks%%021-00082\nPASS: 08-sim-subtree_checks%%021-00083\nPASS: 08-sim-subtree_checks%%021-00084\nPASS: 08-sim-subtree_checks%%021-00085\nPASS: 08-sim-subtree_checks%%021-00086\nPASS: 08-sim-subtree_checks%%021-00087\nPASS: 08-sim-subtree_checks%%021-00088\nPASS: 08-sim-subtree_checks%%021-00089\nPASS: 08-sim-subtree_checks%%021-00090\nPASS: 08-sim-subtree_checks%%021-00091\nPASS: 08-sim-subtree_checks%%021-00092\nPASS: 08-sim-subtree_checks%%021-00093\nPASS: 08-sim-subtree_checks%%021-00094\nPASS: 08-sim-subtree_checks%%021-00095\nPASS: 08-sim-subtree_checks%%021-00096\nPASS: 08-sim-subtree_checks%%021-00097\nPASS: 08-sim-subtree_checks%%021-00098\nPASS: 08-sim-subtree_checks%%021-00099\nPASS: 08-sim-subtree_checks%%022-00001\nPASS: 08-sim-subtree_checks%%023-00001\nPASS: 08-sim-subtree_checks%%023-00002\nPASS: 08-sim-subtree_checks%%023-00003\nPASS: 08-sim-subtree_checks%%024-00001\nPASS: 08-sim-subtree_checks%%024-00002\nPASS: 08-sim-subtree_checks%%024-00003\nPASS: 08-sim-subtree_checks%%025-00001\nPASS: 08-sim-subtree_checks%%025-00002\nPASS: 08-sim-subtree_checks%%025-00003\nPASS: 08-sim-subtree_checks%%026-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 08-sim-subtree_checks%%027-00001\nPASS: 08-sim-subtree_checks%%027-00002\nPASS: 08-sim-subtree_checks%%027-00003\nPASS: 08-sim-subtree_checks%%027-00004\nPASS: 08-sim-subtree_checks%%027-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 08-sim-subtree_checks%%028-00001 (valgrind not installed)\n batch name: 09-sim-syscall_priority_pre\n test mode:  c\n test type:  bpf-sim\nPASS: 09-sim-syscall_priority_pre%%001-00001\nPASS: 09-sim-syscall_priority_pre%%002-00001\nPASS: 09-sim-syscall_priority_pre%%002-00002\nPASS: 09-sim-syscall_priority_pre%%002-00003\nPASS: 09-sim-syscall_priority_pre%%003-00001\nPASS: 09-sim-syscall_priority_pre%%004-00001\nPASS: 09-sim-syscall_priority_pre%%004-00002\nPASS: 09-sim-syscall_priority_pre%%005-00001\nPASS: 09-sim-syscall_priority_pre%%005-00002\nPASS: 09-sim-syscall_priority_pre%%006-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 09-sim-syscall_priority_pre%%007-00001\nPASS: 09-sim-syscall_priority_pre%%007-00002\nPASS: 09-sim-syscall_priority_pre%%007-00003\nPASS: 09-sim-syscall_priority_pre%%007-00004\nPASS: 09-sim-syscall_priority_pre%%007-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 09-sim-syscall_priority_pre%%008-00001 (valgrind not installed)\n batch name: 10-sim-syscall_priority_post\n test mode:  c\n test type:  bpf-sim\nPASS: 10-sim-syscall_priority_post%%001-00001\nPASS: 10-sim-syscall_priority_post%%002-00001\nPASS: 10-sim-syscall_priority_post%%002-00002\nPASS: 10-sim-syscall_priority_post%%002-00003\nPASS: 10-sim-syscall_priority_post%%003-00001\nPASS: 10-sim-syscall_priority_post%%004-00001\nPASS: 10-sim-syscall_priority_post%%004-00002\nPASS: 10-sim-syscall_priority_post%%005-00001\nPASS: 10-sim-syscall_priority_post%%005-00002\nPASS: 10-sim-syscall_priority_post%%006-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 10-sim-syscall_priority_post%%007-00001\nPASS: 10-sim-syscall_priority_post%%007-00002\nPASS: 10-sim-syscall_priority_post%%007-00003\nPASS: 10-sim-syscall_priority_post%%007-00004\nPASS: 10-sim-syscall_priority_post%%007-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 10-sim-syscall_priority_post%%008-00001 (valgrind not installed)\n batch name: 11-basic-basic_errors\n test mode:  c\n test type:  basic\nPASS: 11-basic-basic_errors%%001-00001\n batch name: 12-sim-basic_masked_ops\n test mode:  c\n test type:  bpf-sim\nPASS: 12-sim-basic_masked_ops%%001-00001\nPASS: 12-sim-basic_masked_ops%%002-00001\nPASS: 12-sim-basic_masked_ops%%003-00001\nPASS: 12-sim-basic_masked_ops%%003-00002\nPASS: 12-sim-basic_masked_ops%%003-00003\nPASS: 12-sim-basic_masked_ops%%003-00004\nPASS: 12-sim-basic_masked_ops%%003-00005\nPASS: 12-sim-basic_masked_ops%%003-00006\nPASS: 12-sim-basic_masked_ops%%003-00007\nPASS: 12-sim-basic_masked_ops%%003-00008\nPASS: 12-sim-basic_masked_ops%%003-00009\nPASS: 12-sim-basic_masked_ops%%004-00001\nPASS: 12-sim-basic_masked_ops%%005-00001\nPASS: 12-sim-basic_masked_ops%%006-00001\nPASS: 12-sim-basic_masked_ops%%007-00001\nPASS: 12-sim-basic_masked_ops%%007-00002\nPASS: 12-sim-basic_masked_ops%%007-00003\nPASS: 12-sim-basic_masked_ops%%007-00004\nPASS: 12-sim-basic_masked_ops%%007-00005\nPASS: 12-sim-basic_masked_ops%%007-00006\nPASS: 12-sim-basic_masked_ops%%007-00007\nPASS: 12-sim-basic_masked_ops%%007-00008\nPASS: 12-sim-basic_masked_ops%%007-00009\nPASS: 12-sim-basic_masked_ops%%007-00010\nPASS: 12-sim-basic_masked_ops%%007-00011\nPASS: 12-sim-basic_masked_ops%%007-00012\nPASS: 12-sim-basic_masked_ops%%007-00013\nPASS: 12-sim-basic_masked_ops%%007-00014\nPASS: 12-sim-basic_masked_ops%%007-00015\nPASS: 12-sim-basic_masked_ops%%007-00016\nPASS: 12-sim-basic_masked_ops%%007-00017\nPASS: 12-sim-basic_masked_ops%%007-00018\nPASS: 12-sim-basic_masked_ops%%007-00019\nPASS: 12-sim-basic_masked_ops%%007-00020\nPASS: 12-sim-basic_masked_ops%%007-00021\nPASS: 12-sim-basic_masked_ops%%007-00022\nPASS: 12-sim-basic_masked_ops%%007-00023\nPASS: 12-sim-basic_masked_ops%%007-00024\nPASS: 12-sim-basic_masked_ops%%007-00025\nPASS: 12-sim-basic_masked_ops%%007-00026\nPASS: 12-sim-basic_masked_ops%%007-00027\nPASS: 12-sim-basic_masked_ops%%007-00028\nPASS: 12-sim-basic_masked_ops%%007-00029\nPASS: 12-sim-basic_masked_ops%%007-00030\nPASS: 12-sim-basic_masked_ops%%007-00031\nPASS: 12-sim-basic_masked_ops%%007-00032\nPASS: 12-sim-basic_masked_ops%%007-00033\nPASS: 12-sim-basic_masked_ops%%007-00034\nPASS: 12-sim-basic_masked_ops%%007-00035\nPASS: 12-sim-basic_masked_ops%%007-00036\nPASS: 12-sim-basic_masked_ops%%007-00037\nPASS: 12-sim-basic_masked_ops%%007-00038\nPASS: 12-sim-basic_masked_ops%%007-00039\nPASS: 12-sim-basic_masked_ops%%007-00040\nPASS: 12-sim-basic_masked_ops%%007-00041\nPASS: 12-sim-basic_masked_ops%%007-00042\nPASS: 12-sim-basic_masked_ops%%007-00043\nPASS: 12-sim-basic_masked_ops%%007-00044\nPASS: 12-sim-basic_masked_ops%%007-00045\nPASS: 12-sim-basic_masked_ops%%007-00046\nPASS: 12-sim-basic_masked_ops%%007-00047\nPASS: 12-sim-basic_masked_ops%%007-00048\nPASS: 12-sim-basic_masked_ops%%007-00049\nPASS: 12-sim-basic_masked_ops%%007-00050\nPASS: 12-sim-basic_masked_ops%%007-00051\nPASS: 12-sim-basic_masked_ops%%007-00052\nPASS: 12-sim-basic_masked_ops%%007-00053\nPASS: 12-sim-basic_masked_ops%%007-00054\nPASS: 12-sim-basic_masked_ops%%007-00055\nPASS: 12-sim-basic_masked_ops%%007-00056\nPASS: 12-sim-basic_masked_ops%%007-00057\nPASS: 12-sim-basic_masked_ops%%007-00058\nPASS: 12-sim-basic_masked_ops%%007-00059\nPASS: 12-sim-basic_masked_ops%%007-00060\nPASS: 12-sim-basic_masked_ops%%007-00061\nPASS: 12-sim-basic_masked_ops%%007-00062\nPASS: 12-sim-basic_masked_ops%%007-00063\nPASS: 12-sim-basic_masked_ops%%007-00064\nPASS: 12-sim-basic_masked_ops%%007-00065\nPASS: 12-sim-basic_masked_ops%%007-00066\nPASS: 12-sim-basic_masked_ops%%007-00067\nPASS: 12-sim-basic_masked_ops%%007-00068\nPASS: 12-sim-basic_masked_ops%%007-00069\nPASS: 12-sim-basic_masked_ops%%007-00070\nPASS: 12-sim-basic_masked_ops%%007-00071\nPASS: 12-sim-basic_masked_ops%%007-00072\nPASS: 12-sim-basic_masked_ops%%007-00073\nPASS: 12-sim-basic_masked_ops%%007-00074\nPASS: 12-sim-basic_masked_ops%%007-00075\nPASS: 12-sim-basic_masked_ops%%007-00076\nPASS: 12-sim-basic_masked_ops%%007-00077\nPASS: 12-sim-basic_masked_ops%%007-00078\nPASS: 12-sim-basic_masked_ops%%007-00079\nPASS: 12-sim-basic_masked_ops%%007-00080\nPASS: 12-sim-basic_masked_ops%%007-00081\nPASS: 12-sim-basic_masked_ops%%007-00082\nPASS: 12-sim-basic_masked_ops%%007-00083\nPASS: 12-sim-basic_masked_ops%%007-00084\nPASS: 12-sim-basic_masked_ops%%007-00085\nPASS: 12-sim-basic_masked_ops%%007-00086\nPASS: 12-sim-basic_masked_ops%%007-00087\nPASS: 12-sim-basic_masked_ops%%007-00088\nPASS: 12-sim-basic_masked_ops%%007-00089\nPASS: 12-sim-basic_masked_ops%%007-00090\nPASS: 12-sim-basic_masked_ops%%007-00091\nPASS: 12-sim-basic_masked_ops%%007-00092\nPASS: 12-sim-basic_masked_ops%%007-00093\nPASS: 12-sim-basic_masked_ops%%007-00094\nPASS: 12-sim-basic_masked_ops%%007-00095\nPASS: 12-sim-basic_masked_ops%%007-00096\nPASS: 12-sim-basic_masked_ops%%007-00097\nPASS: 12-sim-basic_masked_ops%%007-00098\nPASS: 12-sim-basic_masked_ops%%007-00099\nPASS: 12-sim-basic_masked_ops%%008-00001\nPASS: 12-sim-basic_masked_ops%%009-00001\nPASS: 12-sim-basic_masked_ops%%010-00001\nPASS: 12-sim-basic_masked_ops%%011-00001\nPASS: 12-sim-basic_masked_ops%%011-00002\nPASS: 12-sim-basic_masked_ops%%011-00003\nPASS: 12-sim-basic_masked_ops%%011-00004\nPASS: 12-sim-basic_masked_ops%%011-00005\nPASS: 12-sim-basic_masked_ops%%011-00006\nPASS: 12-sim-basic_masked_ops%%011-00007\nPASS: 12-sim-basic_masked_ops%%011-00008\nPASS: 12-sim-basic_masked_ops%%011-00009\nPASS: 12-sim-basic_masked_ops%%011-00010\nPASS: 12-sim-basic_masked_ops%%011-00011\nPASS: 12-sim-basic_masked_ops%%011-00012\nPASS: 12-sim-basic_masked_ops%%011-00013\nPASS: 12-sim-basic_masked_ops%%011-00014\nPASS: 12-sim-basic_masked_ops%%011-00015\nPASS: 12-sim-basic_masked_ops%%011-00016\nPASS: 12-sim-basic_masked_ops%%011-00017\nPASS: 12-sim-basic_masked_ops%%011-00018\nPASS: 12-sim-basic_masked_ops%%011-00019\nPASS: 12-sim-basic_masked_ops%%011-00020\nPASS: 12-sim-basic_masked_ops%%011-00021\nPASS: 12-sim-basic_masked_ops%%011-00022\nPASS: 12-sim-basic_masked_ops%%011-00023\nPASS: 12-sim-basic_masked_ops%%011-00024\nPASS: 12-sim-basic_masked_ops%%011-00025\nPASS: 12-sim-basic_masked_ops%%011-00026\nPASS: 12-sim-basic_masked_ops%%011-00027\nPASS: 12-sim-basic_masked_ops%%011-00028\nPASS: 12-sim-basic_masked_ops%%011-00029\nPASS: 12-sim-basic_masked_ops%%011-00030\nPASS: 12-sim-basic_masked_ops%%011-00031\nPASS: 12-sim-basic_masked_ops%%011-00032\nPASS: 12-sim-basic_masked_ops%%011-00033\nPASS: 12-sim-basic_masked_ops%%011-00034\nPASS: 12-sim-basic_masked_ops%%011-00035\nPASS: 12-sim-basic_masked_ops%%011-00036\nPASS: 12-sim-basic_masked_ops%%011-00037\nPASS: 12-sim-basic_masked_ops%%011-00038\nPASS: 12-sim-basic_masked_ops%%011-00039\nPASS: 12-sim-basic_masked_ops%%011-00040\nPASS: 12-sim-basic_masked_ops%%011-00041\nPASS: 12-sim-basic_masked_ops%%011-00042\nPASS: 12-sim-basic_masked_ops%%011-00043\nPASS: 12-sim-basic_masked_ops%%011-00044\nPASS: 12-sim-basic_masked_ops%%011-00045\nPASS: 12-sim-basic_masked_ops%%011-00046\nPASS: 12-sim-basic_masked_ops%%011-00047\nPASS: 12-sim-basic_masked_ops%%011-00048\nPASS: 12-sim-basic_masked_ops%%011-00049\nPASS: 12-sim-basic_masked_ops%%011-00050\nPASS: 12-sim-basic_masked_ops%%011-00051\nPASS: 12-sim-basic_masked_ops%%011-00052\nPASS: 12-sim-basic_masked_ops%%011-00053\nPASS: 12-sim-basic_masked_ops%%011-00054\nPASS: 12-sim-basic_masked_ops%%011-00055\nPASS: 12-sim-basic_masked_ops%%011-00056\nPASS: 12-sim-basic_masked_ops%%011-00057\nPASS: 12-sim-basic_masked_ops%%011-00058\nPASS: 12-sim-basic_masked_ops%%011-00059\nPASS: 12-sim-basic_masked_ops%%011-00060\nPASS: 12-sim-basic_masked_ops%%011-00061\nPASS: 12-sim-basic_masked_ops%%011-00062\nPASS: 12-sim-basic_masked_ops%%011-00063\nPASS: 12-sim-basic_masked_ops%%011-00064\nPASS: 12-sim-basic_masked_ops%%011-00065\nPASS: 12-sim-basic_masked_ops%%011-00066\nPASS: 12-sim-basic_masked_ops%%011-00067\nPASS: 12-sim-basic_masked_ops%%011-00068\nPASS: 12-sim-basic_masked_ops%%011-00069\nPASS: 12-sim-basic_masked_ops%%011-00070\nPASS: 12-sim-basic_masked_ops%%011-00071\nPASS: 12-sim-basic_masked_ops%%011-00072\nPASS: 12-sim-basic_masked_ops%%011-00073\nPASS: 12-sim-basic_masked_ops%%011-00074\nPASS: 12-sim-basic_masked_ops%%011-00075\nPASS: 12-sim-basic_masked_ops%%011-00076\nPASS: 12-sim-basic_masked_ops%%011-00077\nPASS: 12-sim-basic_masked_ops%%011-00078\nPASS: 12-sim-basic_masked_ops%%011-00079\nPASS: 12-sim-basic_masked_ops%%011-00080\nPASS: 12-sim-basic_masked_ops%%011-00081\nPASS: 12-sim-basic_masked_ops%%011-00082\nPASS: 12-sim-basic_masked_ops%%011-00083\nPASS: 12-sim-basic_masked_ops%%011-00084\nPASS: 12-sim-basic_masked_ops%%011-00085\nPASS: 12-sim-basic_masked_ops%%011-00086\nPASS: 12-sim-basic_masked_ops%%011-00087\nPASS: 12-sim-basic_masked_ops%%011-00088\nPASS: 12-sim-basic_masked_ops%%011-00089\nPASS: 12-sim-basic_masked_ops%%011-00090\nPASS: 12-sim-basic_masked_ops%%011-00091\nPASS: 12-sim-basic_masked_ops%%011-00092\nPASS: 12-sim-basic_masked_ops%%011-00093\nPASS: 12-sim-basic_masked_ops%%011-00094\nPASS: 12-sim-basic_masked_ops%%011-00095\nPASS: 12-sim-basic_masked_ops%%011-00096\nPASS: 12-sim-basic_masked_ops%%011-00097\nPASS: 12-sim-basic_masked_ops%%011-00098\nPASS: 12-sim-basic_masked_ops%%011-00099\nPASS: 12-sim-basic_masked_ops%%011-00100\nPASS: 12-sim-basic_masked_ops%%011-00101\nPASS: 12-sim-basic_masked_ops%%011-00102\nPASS: 12-sim-basic_masked_ops%%011-00103\nPASS: 12-sim-basic_masked_ops%%011-00104\nPASS: 12-sim-basic_masked_ops%%011-00105\nPASS: 12-sim-basic_masked_ops%%011-00106\nPASS: 12-sim-basic_masked_ops%%011-00107\nPASS: 12-sim-basic_masked_ops%%011-00108\nPASS: 12-sim-basic_masked_ops%%011-00109\nPASS: 12-sim-basic_masked_ops%%011-00110\nPASS: 12-sim-basic_masked_ops%%011-00111\nPASS: 12-sim-basic_masked_ops%%011-00112\nPASS: 12-sim-basic_masked_ops%%011-00113\nPASS: 12-sim-basic_masked_ops%%011-00114\nPASS: 12-sim-basic_masked_ops%%011-00115\nPASS: 12-sim-basic_masked_ops%%011-00116\nPASS: 12-sim-basic_masked_ops%%011-00117\nPASS: 12-sim-basic_masked_ops%%011-00118\nPASS: 12-sim-basic_masked_ops%%011-00119\nPASS: 12-sim-basic_masked_ops%%011-00120\nPASS: 12-sim-basic_masked_ops%%011-00121\nPASS: 12-sim-basic_masked_ops%%011-00122\nPASS: 12-sim-basic_masked_ops%%011-00123\nPASS: 12-sim-basic_masked_ops%%011-00124\nPASS: 12-sim-basic_masked_ops%%011-00125\nPASS: 12-sim-basic_masked_ops%%011-00126\nPASS: 12-sim-basic_masked_ops%%011-00127\nPASS: 12-sim-basic_masked_ops%%011-00128\nPASS: 12-sim-basic_masked_ops%%011-00129\nPASS: 12-sim-basic_masked_ops%%011-00130\nPASS: 12-sim-basic_masked_ops%%011-00131\nPASS: 12-sim-basic_masked_ops%%011-00132\nPASS: 12-sim-basic_masked_ops%%011-00133\nPASS: 12-sim-basic_masked_ops%%011-00134\nPASS: 12-sim-basic_masked_ops%%011-00135\nPASS: 12-sim-basic_masked_ops%%011-00136\nPASS: 12-sim-basic_masked_ops%%011-00137\nPASS: 12-sim-basic_masked_ops%%011-00138\nPASS: 12-sim-basic_masked_ops%%011-00139\nPASS: 12-sim-basic_masked_ops%%011-00140\nPASS: 12-sim-basic_masked_ops%%011-00141\nPASS: 12-sim-basic_masked_ops%%011-00142\nPASS: 12-sim-basic_masked_ops%%011-00143\nPASS: 12-sim-basic_masked_ops%%011-00144\nPASS: 12-sim-basic_masked_ops%%011-00145\nPASS: 12-sim-basic_masked_ops%%012-00001\nPASS: 12-sim-basic_masked_ops%%012-00002\nPASS: 12-sim-basic_masked_ops%%012-00003\nPASS: 12-sim-basic_masked_ops%%012-00004\nPASS: 12-sim-basic_masked_ops%%012-00005\nPASS: 12-sim-basic_masked_ops%%012-00006\nPASS: 12-sim-basic_masked_ops%%012-00007\nPASS: 12-sim-basic_masked_ops%%012-00008\nPASS: 12-sim-basic_masked_ops%%012-00009\nPASS: 12-sim-basic_masked_ops%%012-00010\nPASS: 12-sim-basic_masked_ops%%012-00011\nPASS: 12-sim-basic_masked_ops%%012-00012\nPASS: 12-sim-basic_masked_ops%%012-00013\nPASS: 12-sim-basic_masked_ops%%012-00014\nPASS: 12-sim-basic_masked_ops%%012-00015\nPASS: 12-sim-basic_masked_ops%%012-00016\nPASS: 12-sim-basic_masked_ops%%012-00017\nPASS: 12-sim-basic_masked_ops%%012-00018\nPASS: 12-sim-basic_masked_ops%%012-00019\nPASS: 12-sim-basic_masked_ops%%012-00020\nPASS: 12-sim-basic_masked_ops%%012-00021\nPASS: 12-sim-basic_masked_ops%%012-00022\nPASS: 12-sim-basic_masked_ops%%012-00023\nPASS: 12-sim-basic_masked_ops%%012-00024\nPASS: 12-sim-basic_masked_ops%%012-00025\nPASS: 12-sim-basic_masked_ops%%012-00026\nPASS: 12-sim-basic_masked_ops%%012-00027\nPASS: 12-sim-basic_masked_ops%%012-00028\nPASS: 12-sim-basic_masked_ops%%012-00029\nPASS: 12-sim-basic_masked_ops%%012-00030\nPASS: 12-sim-basic_masked_ops%%012-00031\nPASS: 12-sim-basic_masked_ops%%012-00032\nPASS: 12-sim-basic_masked_ops%%012-00033\nPASS: 12-sim-basic_masked_ops%%012-00034\nPASS: 12-sim-basic_masked_ops%%012-00035\nPASS: 12-sim-basic_masked_ops%%012-00036\nPASS: 12-sim-basic_masked_ops%%012-00037\nPASS: 12-sim-basic_masked_ops%%012-00038\nPASS: 12-sim-basic_masked_ops%%012-00039\nPASS: 12-sim-basic_masked_ops%%012-00040\nPASS: 12-sim-basic_masked_ops%%012-00041\nPASS: 12-sim-basic_masked_ops%%012-00042\nPASS: 12-sim-basic_masked_ops%%012-00043\nPASS: 12-sim-basic_masked_ops%%012-00044\nPASS: 12-sim-basic_masked_ops%%012-00045\nPASS: 12-sim-basic_masked_ops%%012-00046\nPASS: 12-sim-basic_masked_ops%%012-00047\nPASS: 12-sim-basic_masked_ops%%012-00048\nPASS: 12-sim-basic_masked_ops%%012-00049\nPASS: 12-sim-basic_masked_ops%%012-00050\nPASS: 12-sim-basic_masked_ops%%012-00051\nPASS: 12-sim-basic_masked_ops%%012-00052\nPASS: 12-sim-basic_masked_ops%%012-00053\nPASS: 12-sim-basic_masked_ops%%012-00054\nPASS: 12-sim-basic_masked_ops%%012-00055\nPASS: 12-sim-basic_masked_ops%%012-00056\nPASS: 12-sim-basic_masked_ops%%012-00057\nPASS: 12-sim-basic_masked_ops%%012-00058\nPASS: 12-sim-basic_masked_ops%%012-00059\nPASS: 12-sim-basic_masked_ops%%012-00060\nPASS: 12-sim-basic_masked_ops%%012-00061\nPASS: 12-sim-basic_masked_ops%%012-00062\nPASS: 12-sim-basic_masked_ops%%012-00063\nPASS: 12-sim-basic_masked_ops%%012-00064\nPASS: 12-sim-basic_masked_ops%%012-00065\nPASS: 12-sim-basic_masked_ops%%012-00066\nPASS: 12-sim-basic_masked_ops%%012-00067\nPASS: 12-sim-basic_masked_ops%%012-00068\nPASS: 12-sim-basic_masked_ops%%012-00069\nPASS: 12-sim-basic_masked_ops%%012-00070\nPASS: 12-sim-basic_masked_ops%%012-00071\nPASS: 12-sim-basic_masked_ops%%012-00072\nPASS: 12-sim-basic_masked_ops%%012-00073\nPASS: 12-sim-basic_masked_ops%%012-00074\nPASS: 12-sim-basic_masked_ops%%012-00075\nPASS: 12-sim-basic_masked_ops%%012-00076\nPASS: 12-sim-basic_masked_ops%%012-00077\nPASS: 12-sim-basic_masked_ops%%012-00078\nPASS: 12-sim-basic_masked_ops%%012-00079\nPASS: 12-sim-basic_masked_ops%%012-00080\nPASS: 12-sim-basic_masked_ops%%012-00081\nPASS: 12-sim-basic_masked_ops%%012-00082\nPASS: 12-sim-basic_masked_ops%%012-00083\nPASS: 12-sim-basic_masked_ops%%012-00084\nPASS: 12-sim-basic_masked_ops%%012-00085\nPASS: 12-sim-basic_masked_ops%%012-00086\nPASS: 12-sim-basic_masked_ops%%012-00087\nPASS: 12-sim-basic_masked_ops%%012-00088\nPASS: 12-sim-basic_masked_ops%%012-00089\nPASS: 12-sim-basic_masked_ops%%012-00090\nPASS: 12-sim-basic_masked_ops%%012-00091\nPASS: 12-sim-basic_masked_ops%%012-00092\nPASS: 12-sim-basic_masked_ops%%012-00093\nPASS: 12-sim-basic_masked_ops%%012-00094\nPASS: 12-sim-basic_masked_ops%%012-00095\nPASS: 12-sim-basic_masked_ops%%012-00096\nPASS: 12-sim-basic_masked_ops%%012-00097\nPASS: 12-sim-basic_masked_ops%%012-00098\nPASS: 12-sim-basic_masked_ops%%012-00099\nPASS: 12-sim-basic_masked_ops%%012-00100\nPASS: 12-sim-basic_masked_ops%%012-00101\nPASS: 12-sim-basic_masked_ops%%012-00102\nPASS: 12-sim-basic_masked_ops%%012-00103\nPASS: 12-sim-basic_masked_ops%%012-00104\nPASS: 12-sim-basic_masked_ops%%012-00105\nPASS: 12-sim-basic_masked_ops%%012-00106\nPASS: 12-sim-basic_masked_ops%%012-00107\nPASS: 12-sim-basic_masked_ops%%012-00108\nPASS: 12-sim-basic_masked_ops%%012-00109\nPASS: 12-sim-basic_masked_ops%%012-00110\nPASS: 12-sim-basic_masked_ops%%012-00111\nPASS: 12-sim-basic_masked_ops%%012-00112\nPASS: 12-sim-basic_masked_ops%%012-00113\nPASS: 12-sim-basic_masked_ops%%012-00114\nPASS: 12-sim-basic_masked_ops%%012-00115\nPASS: 12-sim-basic_masked_ops%%012-00116\nPASS: 12-sim-basic_masked_ops%%012-00117\nPASS: 12-sim-basic_masked_ops%%012-00118\nPASS: 12-sim-basic_masked_ops%%012-00119\nPASS: 12-sim-basic_masked_ops%%012-00120\nPASS: 12-sim-basic_masked_ops%%012-00121\nPASS: 12-sim-basic_masked_ops%%012-00122\nPASS: 12-sim-basic_masked_ops%%012-00123\nPASS: 12-sim-basic_masked_ops%%012-00124\nPASS: 12-sim-basic_masked_ops%%012-00125\nPASS: 12-sim-basic_masked_ops%%012-00126\nPASS: 12-sim-basic_masked_ops%%012-00127\nPASS: 12-sim-basic_masked_ops%%012-00128\nPASS: 12-sim-basic_masked_ops%%012-00129\nPASS: 12-sim-basic_masked_ops%%012-00130\nPASS: 12-sim-basic_masked_ops%%012-00131\nPASS: 12-sim-basic_masked_ops%%012-00132\nPASS: 12-sim-basic_masked_ops%%012-00133\nPASS: 12-sim-basic_masked_ops%%012-00134\nPASS: 12-sim-basic_masked_ops%%012-00135\nPASS: 12-sim-basic_masked_ops%%012-00136\nPASS: 12-sim-basic_masked_ops%%012-00137\nPASS: 12-sim-basic_masked_ops%%012-00138\nPASS: 12-sim-basic_masked_ops%%012-00139\nPASS: 12-sim-basic_masked_ops%%012-00140\nPASS: 12-sim-basic_masked_ops%%012-00141\nPASS: 12-sim-basic_masked_ops%%012-00142\nPASS: 12-sim-basic_masked_ops%%012-00143\nPASS: 12-sim-basic_masked_ops%%012-00144\nPASS: 12-sim-basic_masked_ops%%012-00145\nPASS: 12-sim-basic_masked_ops%%012-00146\nPASS: 12-sim-basic_masked_ops%%012-00147\nPASS: 12-sim-basic_masked_ops%%012-00148\nPASS: 12-sim-basic_masked_ops%%012-00149\nPASS: 12-sim-basic_masked_ops%%012-00150\nPASS: 12-sim-basic_masked_ops%%012-00151\nPASS: 12-sim-basic_masked_ops%%012-00152\nPASS: 12-sim-basic_masked_ops%%012-00153\nPASS: 12-sim-basic_masked_ops%%012-00154\nPASS: 12-sim-basic_masked_ops%%012-00155\nPASS: 12-sim-basic_masked_ops%%012-00156\nPASS: 12-sim-basic_masked_ops%%012-00157\nPASS: 12-sim-basic_masked_ops%%012-00158\nPASS: 12-sim-basic_masked_ops%%012-00159\nPASS: 12-sim-basic_masked_ops%%012-00160\nPASS: 12-sim-basic_masked_ops%%012-00161\nPASS: 12-sim-basic_masked_ops%%012-00162\nPASS: 12-sim-basic_masked_ops%%012-00163\nPASS: 12-sim-basic_masked_ops%%012-00164\nPASS: 12-sim-basic_masked_ops%%012-00165\nPASS: 12-sim-basic_masked_ops%%012-00166\nPASS: 12-sim-basic_masked_ops%%012-00167\nPASS: 12-sim-basic_masked_ops%%012-00168\nPASS: 12-sim-basic_masked_ops%%012-00169\nPASS: 12-sim-basic_masked_ops%%012-00170\nPASS: 12-sim-basic_masked_ops%%012-00171\nPASS: 12-sim-basic_masked_ops%%012-00172\nPASS: 12-sim-basic_masked_ops%%012-00173\nPASS: 12-sim-basic_masked_ops%%012-00174\nPASS: 12-sim-basic_masked_ops%%012-00175\nPASS: 12-sim-basic_masked_ops%%012-00176\nPASS: 12-sim-basic_masked_ops%%012-00177\nPASS: 12-sim-basic_masked_ops%%012-00178\nPASS: 12-sim-basic_masked_ops%%012-00179\nPASS: 12-sim-basic_masked_ops%%012-00180\nPASS: 12-sim-basic_masked_ops%%012-00181\nPASS: 12-sim-basic_masked_ops%%012-00182\nPASS: 12-sim-basic_masked_ops%%012-00183\nPASS: 12-sim-basic_masked_ops%%012-00184\nPASS: 12-sim-basic_masked_ops%%012-00185\nPASS: 12-sim-basic_masked_ops%%012-00186\nPASS: 12-sim-basic_masked_ops%%012-00187\nPASS: 12-sim-basic_masked_ops%%012-00188\nPASS: 12-sim-basic_masked_ops%%012-00189\nPASS: 12-sim-basic_masked_ops%%012-00190\nPASS: 12-sim-basic_masked_ops%%012-00191\nPASS: 12-sim-basic_masked_ops%%012-00192\nPASS: 12-sim-basic_masked_ops%%012-00193\nPASS: 12-sim-basic_masked_ops%%012-00194\nPASS: 12-sim-basic_masked_ops%%012-00195\nPASS: 12-sim-basic_masked_ops%%012-00196\nPASS: 12-sim-basic_masked_ops%%012-00197\nPASS: 12-sim-basic_masked_ops%%012-00198\nPASS: 12-sim-basic_masked_ops%%012-00199\nPASS: 12-sim-basic_masked_ops%%012-00200\nPASS: 12-sim-basic_masked_ops%%012-00201\nPASS: 12-sim-basic_masked_ops%%012-00202\nPASS: 12-sim-basic_masked_ops%%012-00203\nPASS: 12-sim-basic_masked_ops%%012-00204\nPASS: 12-sim-basic_masked_ops%%012-00205\nPASS: 12-sim-basic_masked_ops%%012-00206\nPASS: 12-sim-basic_masked_ops%%012-00207\nPASS: 12-sim-basic_masked_ops%%012-00208\nPASS: 12-sim-basic_masked_ops%%012-00209\nPASS: 12-sim-basic_masked_ops%%012-00210\nPASS: 12-sim-basic_masked_ops%%012-00211\nPASS: 12-sim-basic_masked_ops%%012-00212\nPASS: 12-sim-basic_masked_ops%%012-00213\nPASS: 12-sim-basic_masked_ops%%012-00214\nPASS: 12-sim-basic_masked_ops%%012-00215\nPASS: 12-sim-basic_masked_ops%%012-00216\nPASS: 12-sim-basic_masked_ops%%012-00217\nPASS: 12-sim-basic_masked_ops%%012-00218\nPASS: 12-sim-basic_masked_ops%%012-00219\nPASS: 12-sim-basic_masked_ops%%012-00220\nPASS: 12-sim-basic_masked_ops%%012-00221\nPASS: 12-sim-basic_masked_ops%%012-00222\nPASS: 12-sim-basic_masked_ops%%012-00223\nPASS: 12-sim-basic_masked_ops%%012-00224\nPASS: 12-sim-basic_masked_ops%%012-00225\nPASS: 12-sim-basic_masked_ops%%012-00226\nPASS: 12-sim-basic_masked_ops%%012-00227\nPASS: 12-sim-basic_masked_ops%%012-00228\nPASS: 12-sim-basic_masked_ops%%012-00229\nPASS: 12-sim-basic_masked_ops%%012-00230\nPASS: 12-sim-basic_masked_ops%%012-00231\nPASS: 12-sim-basic_masked_ops%%012-00232\nPASS: 12-sim-basic_masked_ops%%012-00233\nPASS: 12-sim-basic_masked_ops%%012-00234\nPASS: 12-sim-basic_masked_ops%%012-00235\nPASS: 12-sim-basic_masked_ops%%012-00236\nPASS: 12-sim-basic_masked_ops%%012-00237\nPASS: 12-sim-basic_masked_ops%%012-00238\nPASS: 12-sim-basic_masked_ops%%012-00239\nPASS: 12-sim-basic_masked_ops%%012-00240\nPASS: 12-sim-basic_masked_ops%%012-00241\nPASS: 12-sim-basic_masked_ops%%012-00242\nPASS: 12-sim-basic_masked_ops%%012-00243\nPASS: 12-sim-basic_masked_ops%%012-00244\nPASS: 12-sim-basic_masked_ops%%012-00245\nPASS: 12-sim-basic_masked_ops%%012-00246\nPASS: 12-sim-basic_masked_ops%%012-00247\nPASS: 12-sim-basic_masked_ops%%012-00248\nPASS: 12-sim-basic_masked_ops%%012-00249\nPASS: 12-sim-basic_masked_ops%%012-00250\nPASS: 12-sim-basic_masked_ops%%012-00251\nPASS: 12-sim-basic_masked_ops%%012-00252\nPASS: 12-sim-basic_masked_ops%%012-00253\nPASS: 12-sim-basic_masked_ops%%012-00254\nPASS: 12-sim-basic_masked_ops%%012-00255\nPASS: 12-sim-basic_masked_ops%%013-00001\nPASS: 12-sim-basic_masked_ops%%013-00002\nPASS: 12-sim-basic_masked_ops%%013-00003\nPASS: 12-sim-basic_masked_ops%%013-00004\nPASS: 12-sim-basic_masked_ops%%013-00005\nPASS: 12-sim-basic_masked_ops%%013-00006\nPASS: 12-sim-basic_masked_ops%%013-00007\nPASS: 12-sim-basic_masked_ops%%013-00008\nPASS: 12-sim-basic_masked_ops%%013-00009\nPASS: 12-sim-basic_masked_ops%%014-00001\nPASS: 12-sim-basic_masked_ops%%014-00002\nPASS: 12-sim-basic_masked_ops%%014-00003\nPASS: 12-sim-basic_masked_ops%%014-00004\nPASS: 12-sim-basic_masked_ops%%014-00005\nPASS: 12-sim-basic_masked_ops%%014-00006\nPASS: 12-sim-basic_masked_ops%%014-00007\nPASS: 12-sim-basic_masked_ops%%014-00008\nPASS: 12-sim-basic_masked_ops%%014-00009\nPASS: 12-sim-basic_masked_ops%%014-00010\nPASS: 12-sim-basic_masked_ops%%014-00011\nPASS: 12-sim-basic_masked_ops%%014-00012\nPASS: 12-sim-basic_masked_ops%%014-00013\nPASS: 12-sim-basic_masked_ops%%014-00014\nPASS: 12-sim-basic_masked_ops%%014-00015\nPASS: 12-sim-basic_masked_ops%%014-00016\nPASS: 12-sim-basic_masked_ops%%014-00017\nPASS: 12-sim-basic_masked_ops%%014-00018\nPASS: 12-sim-basic_masked_ops%%014-00019\nPASS: 12-sim-basic_masked_ops%%014-00020\nPASS: 12-sim-basic_masked_ops%%014-00021\nPASS: 12-sim-basic_masked_ops%%014-00022\nPASS: 12-sim-basic_masked_ops%%014-00023\nPASS: 12-sim-basic_masked_ops%%014-00024\nPASS: 12-sim-basic_masked_ops%%014-00025\nPASS: 12-sim-basic_masked_ops%%014-00026\nPASS: 12-sim-basic_masked_ops%%014-00027\nPASS: 12-sim-basic_masked_ops%%014-00028\nPASS: 12-sim-basic_masked_ops%%014-00029\nPASS: 12-sim-basic_masked_ops%%014-00030\nPASS: 12-sim-basic_masked_ops%%014-00031\nPASS: 12-sim-basic_masked_ops%%014-00032\nPASS: 12-sim-basic_masked_ops%%014-00033\nPASS: 12-sim-basic_masked_ops%%014-00034\nPASS: 12-sim-basic_masked_ops%%014-00035\nPASS: 12-sim-basic_masked_ops%%014-00036\nPASS: 12-sim-basic_masked_ops%%014-00037\nPASS: 12-sim-basic_masked_ops%%014-00038\nPASS: 12-sim-basic_masked_ops%%014-00039\nPASS: 12-sim-basic_masked_ops%%014-00040\nPASS: 12-sim-basic_masked_ops%%014-00041\nPASS: 12-sim-basic_masked_ops%%014-00042\nPASS: 12-sim-basic_masked_ops%%014-00043\nPASS: 12-sim-basic_masked_ops%%014-00044\nPASS: 12-sim-basic_masked_ops%%014-00045\nPASS: 12-sim-basic_masked_ops%%014-00046\nPASS: 12-sim-basic_masked_ops%%014-00047\nPASS: 12-sim-basic_masked_ops%%014-00048\nPASS: 12-sim-basic_masked_ops%%014-00049\nPASS: 12-sim-basic_masked_ops%%014-00050\nPASS: 12-sim-basic_masked_ops%%014-00051\nPASS: 12-sim-basic_masked_ops%%014-00052\nPASS: 12-sim-basic_masked_ops%%014-00053\nPASS: 12-sim-basic_masked_ops%%014-00054\nPASS: 12-sim-basic_masked_ops%%014-00055\nPASS: 12-sim-basic_masked_ops%%014-00056\nPASS: 12-sim-basic_masked_ops%%014-00057\nPASS: 12-sim-basic_masked_ops%%014-00058\nPASS: 12-sim-basic_masked_ops%%014-00059\nPASS: 12-sim-basic_masked_ops%%014-00060\nPASS: 12-sim-basic_masked_ops%%014-00061\nPASS: 12-sim-basic_masked_ops%%014-00062\nPASS: 12-sim-basic_masked_ops%%014-00063\nPASS: 12-sim-basic_masked_ops%%014-00064\nPASS: 12-sim-basic_masked_ops%%014-00065\nPASS: 12-sim-basic_masked_ops%%014-00066\nPASS: 12-sim-basic_masked_ops%%014-00067\nPASS: 12-sim-basic_masked_ops%%014-00068\nPASS: 12-sim-basic_masked_ops%%014-00069\nPASS: 12-sim-basic_masked_ops%%014-00070\nPASS: 12-sim-basic_masked_ops%%014-00071\nPASS: 12-sim-basic_masked_ops%%014-00072\nPASS: 12-sim-basic_masked_ops%%014-00073\nPASS: 12-sim-basic_masked_ops%%014-00074\nPASS: 12-sim-basic_masked_ops%%014-00075\nPASS: 12-sim-basic_masked_ops%%014-00076\nPASS: 12-sim-basic_masked_ops%%014-00077\nPASS: 12-sim-basic_masked_ops%%014-00078\nPASS: 12-sim-basic_masked_ops%%014-00079\nPASS: 12-sim-basic_masked_ops%%014-00080\nPASS: 12-sim-basic_masked_ops%%014-00081\nPASS: 12-sim-basic_masked_ops%%014-00082\nPASS: 12-sim-basic_masked_ops%%014-00083\nPASS: 12-sim-basic_masked_ops%%014-00084\nPASS: 12-sim-basic_masked_ops%%014-00085\nPASS: 12-sim-basic_masked_ops%%014-00086\nPASS: 12-sim-basic_masked_ops%%014-00087\nPASS: 12-sim-basic_masked_ops%%014-00088\nPASS: 12-sim-basic_masked_ops%%014-00089\nPASS: 12-sim-basic_masked_ops%%014-00090\nPASS: 12-sim-basic_masked_ops%%014-00091\nPASS: 12-sim-basic_masked_ops%%014-00092\nPASS: 12-sim-basic_masked_ops%%014-00093\nPASS: 12-sim-basic_masked_ops%%014-00094\nPASS: 12-sim-basic_masked_ops%%014-00095\nPASS: 12-sim-basic_masked_ops%%014-00096\nPASS: 12-sim-basic_masked_ops%%014-00097\nPASS: 12-sim-basic_masked_ops%%014-00098\nPASS: 12-sim-basic_masked_ops%%014-00099\nPASS: 12-sim-basic_masked_ops%%015-00001\nPASS: 12-sim-basic_masked_ops%%016-00001\nPASS: 12-sim-basic_masked_ops%%017-00001\nPASS: 12-sim-basic_masked_ops%%018-00001\nPASS: 12-sim-basic_masked_ops%%019-00001\nPASS: 12-sim-basic_masked_ops%%019-00002\nPASS: 12-sim-basic_masked_ops%%019-00003\nPASS: 12-sim-basic_masked_ops%%019-00004\nPASS: 12-sim-basic_masked_ops%%019-00005\nPASS: 12-sim-basic_masked_ops%%019-00006\nPASS: 12-sim-basic_masked_ops%%019-00007\nPASS: 12-sim-basic_masked_ops%%019-00008\nPASS: 12-sim-basic_masked_ops%%019-00009\nPASS: 12-sim-basic_masked_ops%%019-00010\nPASS: 12-sim-basic_masked_ops%%019-00011\nPASS: 12-sim-basic_masked_ops%%019-00012\nPASS: 12-sim-basic_masked_ops%%019-00013\nPASS: 12-sim-basic_masked_ops%%019-00014\nPASS: 12-sim-basic_masked_ops%%019-00015\nPASS: 12-sim-basic_masked_ops%%019-00016\nPASS: 12-sim-basic_masked_ops%%019-00017\nPASS: 12-sim-basic_masked_ops%%019-00018\nPASS: 12-sim-basic_masked_ops%%019-00019\nPASS: 12-sim-basic_masked_ops%%019-00020\nPASS: 12-sim-basic_masked_ops%%019-00021\nPASS: 12-sim-basic_masked_ops%%019-00022\nPASS: 12-sim-basic_masked_ops%%019-00023\nPASS: 12-sim-basic_masked_ops%%019-00024\nPASS: 12-sim-basic_masked_ops%%019-00025\nPASS: 12-sim-basic_masked_ops%%019-00026\nPASS: 12-sim-basic_masked_ops%%019-00027\nPASS: 12-sim-basic_masked_ops%%019-00028\nPASS: 12-sim-basic_masked_ops%%019-00029\nPASS: 12-sim-basic_masked_ops%%019-00030\nPASS: 12-sim-basic_masked_ops%%019-00031\nPASS: 12-sim-basic_masked_ops%%019-00032\nPASS: 12-sim-basic_masked_ops%%019-00033\nPASS: 12-sim-basic_masked_ops%%019-00034\nPASS: 12-sim-basic_masked_ops%%019-00035\nPASS: 12-sim-basic_masked_ops%%019-00036\nPASS: 12-sim-basic_masked_ops%%019-00037\nPASS: 12-sim-basic_masked_ops%%019-00038\nPASS: 12-sim-basic_masked_ops%%019-00039\nPASS: 12-sim-basic_masked_ops%%019-00040\nPASS: 12-sim-basic_masked_ops%%019-00041\nPASS: 12-sim-basic_masked_ops%%019-00042\nPASS: 12-sim-basic_masked_ops%%019-00043\nPASS: 12-sim-basic_masked_ops%%019-00044\nPASS: 12-sim-basic_masked_ops%%019-00045\nPASS: 12-sim-basic_masked_ops%%019-00046\nPASS: 12-sim-basic_masked_ops%%019-00047\nPASS: 12-sim-basic_masked_ops%%019-00048\nPASS: 12-sim-basic_masked_ops%%019-00049\nPASS: 12-sim-basic_masked_ops%%019-00050\nPASS: 12-sim-basic_masked_ops%%019-00051\nPASS: 12-sim-basic_masked_ops%%019-00052\nPASS: 12-sim-basic_masked_ops%%019-00053\nPASS: 12-sim-basic_masked_ops%%019-00054\nPASS: 12-sim-basic_masked_ops%%019-00055\nPASS: 12-sim-basic_masked_ops%%019-00056\nPASS: 12-sim-basic_masked_ops%%019-00057\nPASS: 12-sim-basic_masked_ops%%019-00058\nPASS: 12-sim-basic_masked_ops%%019-00059\nPASS: 12-sim-basic_masked_ops%%019-00060\nPASS: 12-sim-basic_masked_ops%%019-00061\nPASS: 12-sim-basic_masked_ops%%019-00062\nPASS: 12-sim-basic_masked_ops%%019-00063\nPASS: 12-sim-basic_masked_ops%%019-00064\nPASS: 12-sim-basic_masked_ops%%019-00065\nPASS: 12-sim-basic_masked_ops%%019-00066\nPASS: 12-sim-basic_masked_ops%%019-00067\nPASS: 12-sim-basic_masked_ops%%019-00068\nPASS: 12-sim-basic_masked_ops%%019-00069\nPASS: 12-sim-basic_masked_ops%%019-00070\nPASS: 12-sim-basic_masked_ops%%019-00071\nPASS: 12-sim-basic_masked_ops%%019-00072\nPASS: 12-sim-basic_masked_ops%%019-00073\nPASS: 12-sim-basic_masked_ops%%019-00074\nPASS: 12-sim-basic_masked_ops%%019-00075\nPASS: 12-sim-basic_masked_ops%%019-00076\nPASS: 12-sim-basic_masked_ops%%019-00077\nPASS: 12-sim-basic_masked_ops%%019-00078\nPASS: 12-sim-basic_masked_ops%%019-00079\nPASS: 12-sim-basic_masked_ops%%019-00080\nPASS: 12-sim-basic_masked_ops%%019-00081\nPASS: 12-sim-basic_masked_ops%%019-00082\nPASS: 12-sim-basic_masked_ops%%019-00083\nPASS: 12-sim-basic_masked_ops%%019-00084\nPASS: 12-sim-basic_masked_ops%%019-00085\nPASS: 12-sim-basic_masked_ops%%019-00086\nPASS: 12-sim-basic_masked_ops%%019-00087\nPASS: 12-sim-basic_masked_ops%%019-00088\nPASS: 12-sim-basic_masked_ops%%019-00089\nPASS: 12-sim-basic_masked_ops%%019-00090\nPASS: 12-sim-basic_masked_ops%%019-00091\nPASS: 12-sim-basic_masked_ops%%019-00092\nPASS: 12-sim-basic_masked_ops%%019-00093\nPASS: 12-sim-basic_masked_ops%%019-00094\nPASS: 12-sim-basic_masked_ops%%019-00095\nPASS: 12-sim-basic_masked_ops%%019-00096\nPASS: 12-sim-basic_masked_ops%%019-00097\nPASS: 12-sim-basic_masked_ops%%019-00098\nPASS: 12-sim-basic_masked_ops%%019-00099\nPASS: 12-sim-basic_masked_ops%%019-00100\nPASS: 12-sim-basic_masked_ops%%019-00101\nPASS: 12-sim-basic_masked_ops%%019-00102\nPASS: 12-sim-basic_masked_ops%%019-00103\nPASS: 12-sim-basic_masked_ops%%019-00104\nPASS: 12-sim-basic_masked_ops%%019-00105\nPASS: 12-sim-basic_masked_ops%%019-00106\nPASS: 12-sim-basic_masked_ops%%019-00107\nPASS: 12-sim-basic_masked_ops%%019-00108\nPASS: 12-sim-basic_masked_ops%%019-00109\nPASS: 12-sim-basic_masked_ops%%019-00110\nPASS: 12-sim-basic_masked_ops%%019-00111\nPASS: 12-sim-basic_masked_ops%%019-00112\nPASS: 12-sim-basic_masked_ops%%019-00113\nPASS: 12-sim-basic_masked_ops%%019-00114\nPASS: 12-sim-basic_masked_ops%%019-00115\nPASS: 12-sim-basic_masked_ops%%019-00116\nPASS: 12-sim-basic_masked_ops%%019-00117\nPASS: 12-sim-basic_masked_ops%%019-00118\nPASS: 12-sim-basic_masked_ops%%019-00119\nPASS: 12-sim-basic_masked_ops%%019-00120\nPASS: 12-sim-basic_masked_ops%%019-00121\nPASS: 12-sim-basic_masked_ops%%019-00122\nPASS: 12-sim-basic_masked_ops%%019-00123\nPASS: 12-sim-basic_masked_ops%%019-00124\nPASS: 12-sim-basic_masked_ops%%019-00125\nPASS: 12-sim-basic_masked_ops%%019-00126\nPASS: 12-sim-basic_masked_ops%%019-00127\nPASS: 12-sim-basic_masked_ops%%019-00128\nPASS: 12-sim-basic_masked_ops%%019-00129\nPASS: 12-sim-basic_masked_ops%%019-00130\nPASS: 12-sim-basic_masked_ops%%019-00131\nPASS: 12-sim-basic_masked_ops%%019-00132\nPASS: 12-sim-basic_masked_ops%%019-00133\nPASS: 12-sim-basic_masked_ops%%019-00134\nPASS: 12-sim-basic_masked_ops%%019-00135\nPASS: 12-sim-basic_masked_ops%%019-00136\nPASS: 12-sim-basic_masked_ops%%019-00137\nPASS: 12-sim-basic_masked_ops%%019-00138\nPASS: 12-sim-basic_masked_ops%%019-00139\nPASS: 12-sim-basic_masked_ops%%019-00140\nPASS: 12-sim-basic_masked_ops%%019-00141\nPASS: 12-sim-basic_masked_ops%%019-00142\nPASS: 12-sim-basic_masked_ops%%019-00143\nPASS: 12-sim-basic_masked_ops%%019-00144\nPASS: 12-sim-basic_masked_ops%%019-00145\nPASS: 12-sim-basic_masked_ops%%019-00146\nPASS: 12-sim-basic_masked_ops%%019-00147\nPASS: 12-sim-basic_masked_ops%%019-00148\nPASS: 12-sim-basic_masked_ops%%019-00149\nPASS: 12-sim-basic_masked_ops%%019-00150\nPASS: 12-sim-basic_masked_ops%%019-00151\nPASS: 12-sim-basic_masked_ops%%019-00152\nPASS: 12-sim-basic_masked_ops%%019-00153\nPASS: 12-sim-basic_masked_ops%%019-00154\nPASS: 12-sim-basic_masked_ops%%019-00155\nPASS: 12-sim-basic_masked_ops%%019-00156\nPASS: 12-sim-basic_masked_ops%%019-00157\nPASS: 12-sim-basic_masked_ops%%019-00158\nPASS: 12-sim-basic_masked_ops%%019-00159\nPASS: 12-sim-basic_masked_ops%%019-00160\nPASS: 12-sim-basic_masked_ops%%019-00161\nPASS: 12-sim-basic_masked_ops%%019-00162\nPASS: 12-sim-basic_masked_ops%%019-00163\nPASS: 12-sim-basic_masked_ops%%019-00164\nPASS: 12-sim-basic_masked_ops%%019-00165\nPASS: 12-sim-basic_masked_ops%%019-00166\nPASS: 12-sim-basic_masked_ops%%019-00167\nPASS: 12-sim-basic_masked_ops%%019-00168\nPASS: 12-sim-basic_masked_ops%%019-00169\nPASS: 12-sim-basic_masked_ops%%019-00170\nPASS: 12-sim-basic_masked_ops%%019-00171\nPASS: 12-sim-basic_masked_ops%%019-00172\nPASS: 12-sim-basic_masked_ops%%019-00173\nPASS: 12-sim-basic_masked_ops%%019-00174\nPASS: 12-sim-basic_masked_ops%%019-00175\nPASS: 12-sim-basic_masked_ops%%019-00176\nPASS: 12-sim-basic_masked_ops%%019-00177\nPASS: 12-sim-basic_masked_ops%%019-00178\nPASS: 12-sim-basic_masked_ops%%019-00179\nPASS: 12-sim-basic_masked_ops%%019-00180\nPASS: 12-sim-basic_masked_ops%%019-00181\nPASS: 12-sim-basic_masked_ops%%019-00182\nPASS: 12-sim-basic_masked_ops%%019-00183\nPASS: 12-sim-basic_masked_ops%%019-00184\nPASS: 12-sim-basic_masked_ops%%019-00185\nPASS: 12-sim-basic_masked_ops%%019-00186\nPASS: 12-sim-basic_masked_ops%%019-00187\nPASS: 12-sim-basic_masked_ops%%019-00188\nPASS: 12-sim-basic_masked_ops%%019-00189\nPASS: 12-sim-basic_masked_ops%%019-00190\nPASS: 12-sim-basic_masked_ops%%019-00191\nPASS: 12-sim-basic_masked_ops%%019-00192\nPASS: 12-sim-basic_masked_ops%%019-00193\nPASS: 12-sim-basic_masked_ops%%019-00194\nPASS: 12-sim-basic_masked_ops%%019-00195\nPASS: 12-sim-basic_masked_ops%%019-00196\nPASS: 12-sim-basic_masked_ops%%019-00197\nPASS: 12-sim-basic_masked_ops%%019-00198\nPASS: 12-sim-basic_masked_ops%%019-00199\nPASS: 12-sim-basic_masked_ops%%019-00200\nPASS: 12-sim-basic_masked_ops%%019-00201\nPASS: 12-sim-basic_masked_ops%%019-00202\nPASS: 12-sim-basic_masked_ops%%019-00203\nPASS: 12-sim-basic_masked_ops%%019-00204\nPASS: 12-sim-basic_masked_ops%%019-00205\nPASS: 12-sim-basic_masked_ops%%019-00206\nPASS: 12-sim-basic_masked_ops%%019-00207\nPASS: 12-sim-basic_masked_ops%%019-00208\nPASS: 12-sim-basic_masked_ops%%019-00209\nPASS: 12-sim-basic_masked_ops%%019-00210\nPASS: 12-sim-basic_masked_ops%%019-00211\nPASS: 12-sim-basic_masked_ops%%019-00212\nPASS: 12-sim-basic_masked_ops%%019-00213\nPASS: 12-sim-basic_masked_ops%%019-00214\nPASS: 12-sim-basic_masked_ops%%019-00215\nPASS: 12-sim-basic_masked_ops%%019-00216\nPASS: 12-sim-basic_masked_ops%%019-00217\nPASS: 12-sim-basic_masked_ops%%019-00218\nPASS: 12-sim-basic_masked_ops%%019-00219\nPASS: 12-sim-basic_masked_ops%%019-00220\nPASS: 12-sim-basic_masked_ops%%019-00221\nPASS: 12-sim-basic_masked_ops%%019-00222\nPASS: 12-sim-basic_masked_ops%%019-00223\nPASS: 12-sim-basic_masked_ops%%019-00224\nPASS: 12-sim-basic_masked_ops%%019-00225\nPASS: 12-sim-basic_masked_ops%%019-00226\nPASS: 12-sim-basic_masked_ops%%019-00227\nPASS: 12-sim-basic_masked_ops%%019-00228\nPASS: 12-sim-basic_masked_ops%%019-00229\nPASS: 12-sim-basic_masked_ops%%019-00230\nPASS: 12-sim-basic_masked_ops%%019-00231\nPASS: 12-sim-basic_masked_ops%%019-00232\nPASS: 12-sim-basic_masked_ops%%019-00233\nPASS: 12-sim-basic_masked_ops%%019-00234\nPASS: 12-sim-basic_masked_ops%%019-00235\nPASS: 12-sim-basic_masked_ops%%019-00236\nPASS: 12-sim-basic_masked_ops%%019-00237\nPASS: 12-sim-basic_masked_ops%%019-00238\nPASS: 12-sim-basic_masked_ops%%019-00239\nPASS: 12-sim-basic_masked_ops%%019-00240\nPASS: 12-sim-basic_masked_ops%%019-00241\nPASS: 12-sim-basic_masked_ops%%019-00242\nPASS: 12-sim-basic_masked_ops%%019-00243\nPASS: 12-sim-basic_masked_ops%%019-00244\nPASS: 12-sim-basic_masked_ops%%019-00245\nPASS: 12-sim-basic_masked_ops%%019-00246\nPASS: 12-sim-basic_masked_ops%%019-00247\nPASS: 12-sim-basic_masked_ops%%019-00248\nPASS: 12-sim-basic_masked_ops%%019-00249\nPASS: 12-sim-basic_masked_ops%%019-00250\nPASS: 12-sim-basic_masked_ops%%019-00251\nPASS: 12-sim-basic_masked_ops%%019-00252\nPASS: 12-sim-basic_masked_ops%%019-00253\nPASS: 12-sim-basic_masked_ops%%019-00254\nPASS: 12-sim-basic_masked_ops%%019-00255\nPASS: 12-sim-basic_masked_ops%%019-00256\nPASS: 12-sim-basic_masked_ops%%020-00001\nPASS: 12-sim-basic_masked_ops%%021-00001\nPASS: 12-sim-basic_masked_ops%%021-00002\nPASS: 12-sim-basic_masked_ops%%021-00003\nPASS: 12-sim-basic_masked_ops%%021-00004\nPASS: 12-sim-basic_masked_ops%%021-00005\nPASS: 12-sim-basic_masked_ops%%021-00006\nPASS: 12-sim-basic_masked_ops%%021-00007\nPASS: 12-sim-basic_masked_ops%%021-00008\nPASS: 12-sim-basic_masked_ops%%021-00009\nPASS: 12-sim-basic_masked_ops%%021-00010\nPASS: 12-sim-basic_masked_ops%%021-00011\nPASS: 12-sim-basic_masked_ops%%021-00012\nPASS: 12-sim-basic_masked_ops%%021-00013\nPASS: 12-sim-basic_masked_ops%%021-00014\nPASS: 12-sim-basic_masked_ops%%021-00015\nPASS: 12-sim-basic_masked_ops%%021-00016\nPASS: 12-sim-basic_masked_ops%%021-00017\nPASS: 12-sim-basic_masked_ops%%021-00018\nPASS: 12-sim-basic_masked_ops%%021-00019\nPASS: 12-sim-basic_masked_ops%%021-00020\nPASS: 12-sim-basic_masked_ops%%021-00021\nPASS: 12-sim-basic_masked_ops%%021-00022\nPASS: 12-sim-basic_masked_ops%%021-00023\nPASS: 12-sim-basic_masked_ops%%021-00024\nPASS: 12-sim-basic_masked_ops%%021-00025\nPASS: 12-sim-basic_masked_ops%%021-00026\nPASS: 12-sim-basic_masked_ops%%021-00027\nPASS: 12-sim-basic_masked_ops%%021-00028\nPASS: 12-sim-basic_masked_ops%%021-00029\nPASS: 12-sim-basic_masked_ops%%021-00030\nPASS: 12-sim-basic_masked_ops%%021-00031\nPASS: 12-sim-basic_masked_ops%%021-00032\nPASS: 12-sim-basic_masked_ops%%021-00033\nPASS: 12-sim-basic_masked_ops%%021-00034\nPASS: 12-sim-basic_masked_ops%%021-00035\nPASS: 12-sim-basic_masked_ops%%021-00036\nPASS: 12-sim-basic_masked_ops%%021-00037\nPASS: 12-sim-basic_masked_ops%%021-00038\nPASS: 12-sim-basic_masked_ops%%021-00039\nPASS: 12-sim-basic_masked_ops%%021-00040\nPASS: 12-sim-basic_masked_ops%%021-00041\nPASS: 12-sim-basic_masked_ops%%021-00042\nPASS: 12-sim-basic_masked_ops%%021-00043\nPASS: 12-sim-basic_masked_ops%%021-00044\nPASS: 12-sim-basic_masked_ops%%021-00045\nPASS: 12-sim-basic_masked_ops%%021-00046\nPASS: 12-sim-basic_masked_ops%%021-00047\nPASS: 12-sim-basic_masked_ops%%021-00048\nPASS: 12-sim-basic_masked_ops%%021-00049\nPASS: 12-sim-basic_masked_ops%%021-00050\nPASS: 12-sim-basic_masked_ops%%021-00051\nPASS: 12-sim-basic_masked_ops%%021-00052\nPASS: 12-sim-basic_masked_ops%%021-00053\nPASS: 12-sim-basic_masked_ops%%021-00054\nPASS: 12-sim-basic_masked_ops%%021-00055\nPASS: 12-sim-basic_masked_ops%%021-00056\nPASS: 12-sim-basic_masked_ops%%021-00057\nPASS: 12-sim-basic_masked_ops%%021-00058\nPASS: 12-sim-basic_masked_ops%%021-00059\nPASS: 12-sim-basic_masked_ops%%021-00060\nPASS: 12-sim-basic_masked_ops%%021-00061\nPASS: 12-sim-basic_masked_ops%%021-00062\nPASS: 12-sim-basic_masked_ops%%021-00063\nPASS: 12-sim-basic_masked_ops%%021-00064\nPASS: 12-sim-basic_masked_ops%%021-00065\nPASS: 12-sim-basic_masked_ops%%021-00066\nPASS: 12-sim-basic_masked_ops%%021-00067\nPASS: 12-sim-basic_masked_ops%%021-00068\nPASS: 12-sim-basic_masked_ops%%021-00069\nPASS: 12-sim-basic_masked_ops%%021-00070\nPASS: 12-sim-basic_masked_ops%%021-00071\nPASS: 12-sim-basic_masked_ops%%021-00072\nPASS: 12-sim-basic_masked_ops%%021-00073\nPASS: 12-sim-basic_masked_ops%%021-00074\nPASS: 12-sim-basic_masked_ops%%021-00075\nPASS: 12-sim-basic_masked_ops%%021-00076\nPASS: 12-sim-basic_masked_ops%%021-00077\nPASS: 12-sim-basic_masked_ops%%021-00078\nPASS: 12-sim-basic_masked_ops%%021-00079\nPASS: 12-sim-basic_masked_ops%%021-00080\nPASS: 12-sim-basic_masked_ops%%021-00081\nPASS: 12-sim-basic_masked_ops%%021-00082\nPASS: 12-sim-basic_masked_ops%%021-00083\nPASS: 12-sim-basic_masked_ops%%021-00084\nPASS: 12-sim-basic_masked_ops%%021-00085\nPASS: 12-sim-basic_masked_ops%%021-00086\nPASS: 12-sim-basic_masked_ops%%021-00087\nPASS: 12-sim-basic_masked_ops%%021-00088\nPASS: 12-sim-basic_masked_ops%%021-00089\nPASS: 12-sim-basic_masked_ops%%021-00090\nPASS: 12-sim-basic_masked_ops%%021-00091\nPASS: 12-sim-basic_masked_ops%%021-00092\nPASS: 12-sim-basic_masked_ops%%021-00093\nPASS: 12-sim-basic_masked_ops%%021-00094\nPASS: 12-sim-basic_masked_ops%%021-00095\nPASS: 12-sim-basic_masked_ops%%021-00096\nPASS: 12-sim-basic_masked_ops%%021-00097\nPASS: 12-sim-basic_masked_ops%%021-00098\nPASS: 12-sim-basic_masked_ops%%021-00099\nPASS: 12-sim-basic_masked_ops%%021-00100\nPASS: 12-sim-basic_masked_ops%%021-00101\nPASS: 12-sim-basic_masked_ops%%021-00102\nPASS: 12-sim-basic_masked_ops%%021-00103\nPASS: 12-sim-basic_masked_ops%%021-00104\nPASS: 12-sim-basic_masked_ops%%021-00105\nPASS: 12-sim-basic_masked_ops%%021-00106\nPASS: 12-sim-basic_masked_ops%%021-00107\nPASS: 12-sim-basic_masked_ops%%021-00108\nPASS: 12-sim-basic_masked_ops%%021-00109\nPASS: 12-sim-basic_masked_ops%%021-00110\nPASS: 12-sim-basic_masked_ops%%021-00111\nPASS: 12-sim-basic_masked_ops%%021-00112\nPASS: 12-sim-basic_masked_ops%%021-00113\nPASS: 12-sim-basic_masked_ops%%021-00114\nPASS: 12-sim-basic_masked_ops%%021-00115\nPASS: 12-sim-basic_masked_ops%%021-00116\nPASS: 12-sim-basic_masked_ops%%021-00117\nPASS: 12-sim-basic_masked_ops%%021-00118\nPASS: 12-sim-basic_masked_ops%%021-00119\nPASS: 12-sim-basic_masked_ops%%021-00120\nPASS: 12-sim-basic_masked_ops%%021-00121\nPASS: 12-sim-basic_masked_ops%%021-00122\nPASS: 12-sim-basic_masked_ops%%021-00123\nPASS: 12-sim-basic_masked_ops%%021-00124\nPASS: 12-sim-basic_masked_ops%%021-00125\nPASS: 12-sim-basic_masked_ops%%021-00126\nPASS: 12-sim-basic_masked_ops%%021-00127\nPASS: 12-sim-basic_masked_ops%%021-00128\nPASS: 12-sim-basic_masked_ops%%021-00129\nPASS: 12-sim-basic_masked_ops%%021-00130\nPASS: 12-sim-basic_masked_ops%%021-00131\nPASS: 12-sim-basic_masked_ops%%021-00132\nPASS: 12-sim-basic_masked_ops%%021-00133\nPASS: 12-sim-basic_masked_ops%%021-00134\nPASS: 12-sim-basic_masked_ops%%021-00135\nPASS: 12-sim-basic_masked_ops%%021-00136\nPASS: 12-sim-basic_masked_ops%%021-00137\nPASS: 12-sim-basic_masked_ops%%021-00138\nPASS: 12-sim-basic_masked_ops%%021-00139\nPASS: 12-sim-basic_masked_ops%%021-00140\nPASS: 12-sim-basic_masked_ops%%021-00141\nPASS: 12-sim-basic_masked_ops%%021-00142\nPASS: 12-sim-basic_masked_ops%%021-00143\nPASS: 12-sim-basic_masked_ops%%021-00144\nPASS: 12-sim-basic_masked_ops%%021-00145\nPASS: 12-sim-basic_masked_ops%%021-00146\nPASS: 12-sim-basic_masked_ops%%021-00147\nPASS: 12-sim-basic_masked_ops%%021-00148\nPASS: 12-sim-basic_masked_ops%%021-00149\nPASS: 12-sim-basic_masked_ops%%021-00150\nPASS: 12-sim-basic_masked_ops%%021-00151\nPASS: 12-sim-basic_masked_ops%%021-00152\nPASS: 12-sim-basic_masked_ops%%021-00153\nPASS: 12-sim-basic_masked_ops%%021-00154\nPASS: 12-sim-basic_masked_ops%%021-00155\nPASS: 12-sim-basic_masked_ops%%021-00156\nPASS: 12-sim-basic_masked_ops%%021-00157\nPASS: 12-sim-basic_masked_ops%%021-00158\nPASS: 12-sim-basic_masked_ops%%021-00159\nPASS: 12-sim-basic_masked_ops%%021-00160\nPASS: 12-sim-basic_masked_ops%%021-00161\nPASS: 12-sim-basic_masked_ops%%021-00162\nPASS: 12-sim-basic_masked_ops%%021-00163\nPASS: 12-sim-basic_masked_ops%%021-00164\nPASS: 12-sim-basic_masked_ops%%021-00165\nPASS: 12-sim-basic_masked_ops%%021-00166\nPASS: 12-sim-basic_masked_ops%%021-00167\nPASS: 12-sim-basic_masked_ops%%021-00168\nPASS: 12-sim-basic_masked_ops%%021-00169\nPASS: 12-sim-basic_masked_ops%%021-00170\nPASS: 12-sim-basic_masked_ops%%021-00171\nPASS: 12-sim-basic_masked_ops%%021-00172\nPASS: 12-sim-basic_masked_ops%%021-00173\nPASS: 12-sim-basic_masked_ops%%021-00174\nPASS: 12-sim-basic_masked_ops%%021-00175\nPASS: 12-sim-basic_masked_ops%%021-00176\nPASS: 12-sim-basic_masked_ops%%021-00177\nPASS: 12-sim-basic_masked_ops%%021-00178\nPASS: 12-sim-basic_masked_ops%%021-00179\nPASS: 12-sim-basic_masked_ops%%021-00180\nPASS: 12-sim-basic_masked_ops%%021-00181\nPASS: 12-sim-basic_masked_ops%%021-00182\nPASS: 12-sim-basic_masked_ops%%021-00183\nPASS: 12-sim-basic_masked_ops%%021-00184\nPASS: 12-sim-basic_masked_ops%%021-00185\nPASS: 12-sim-basic_masked_ops%%021-00186\nPASS: 12-sim-basic_masked_ops%%021-00187\nPASS: 12-sim-basic_masked_ops%%021-00188\nPASS: 12-sim-basic_masked_ops%%021-00189\nPASS: 12-sim-basic_masked_ops%%021-00190\nPASS: 12-sim-basic_masked_ops%%021-00191\nPASS: 12-sim-basic_masked_ops%%021-00192\nPASS: 12-sim-basic_masked_ops%%021-00193\nPASS: 12-sim-basic_masked_ops%%021-00194\nPASS: 12-sim-basic_masked_ops%%021-00195\nPASS: 12-sim-basic_masked_ops%%021-00196\nPASS: 12-sim-basic_masked_ops%%021-00197\nPASS: 12-sim-basic_masked_ops%%021-00198\nPASS: 12-sim-basic_masked_ops%%021-00199\nPASS: 12-sim-basic_masked_ops%%021-00200\nPASS: 12-sim-basic_masked_ops%%021-00201\nPASS: 12-sim-basic_masked_ops%%021-00202\nPASS: 12-sim-basic_masked_ops%%021-00203\nPASS: 12-sim-basic_masked_ops%%021-00204\nPASS: 12-sim-basic_masked_ops%%021-00205\nPASS: 12-sim-basic_masked_ops%%021-00206\nPASS: 12-sim-basic_masked_ops%%021-00207\nPASS: 12-sim-basic_masked_ops%%021-00208\nPASS: 12-sim-basic_masked_ops%%021-00209\nPASS: 12-sim-basic_masked_ops%%021-00210\nPASS: 12-sim-basic_masked_ops%%021-00211\nPASS: 12-sim-basic_masked_ops%%021-00212\nPASS: 12-sim-basic_masked_ops%%021-00213\nPASS: 12-sim-basic_masked_ops%%021-00214\nPASS: 12-sim-basic_masked_ops%%021-00215\nPASS: 12-sim-basic_masked_ops%%021-00216\nPASS: 12-sim-basic_masked_ops%%021-00217\nPASS: 12-sim-basic_masked_ops%%021-00218\nPASS: 12-sim-basic_masked_ops%%021-00219\nPASS: 12-sim-basic_masked_ops%%021-00220\nPASS: 12-sim-basic_masked_ops%%021-00221\nPASS: 12-sim-basic_masked_ops%%021-00222\nPASS: 12-sim-basic_masked_ops%%021-00223\nPASS: 12-sim-basic_masked_ops%%021-00224\nPASS: 12-sim-basic_masked_ops%%021-00225\nPASS: 12-sim-basic_masked_ops%%021-00226\nPASS: 12-sim-basic_masked_ops%%021-00227\nPASS: 12-sim-basic_masked_ops%%021-00228\nPASS: 12-sim-basic_masked_ops%%021-00229\nPASS: 12-sim-basic_masked_ops%%021-00230\nPASS: 12-sim-basic_masked_ops%%021-00231\nPASS: 12-sim-basic_masked_ops%%021-00232\nPASS: 12-sim-basic_masked_ops%%021-00233\nPASS: 12-sim-basic_masked_ops%%021-00234\nPASS: 12-sim-basic_masked_ops%%021-00235\nPASS: 12-sim-basic_masked_ops%%021-00236\nPASS: 12-sim-basic_masked_ops%%021-00237\nPASS: 12-sim-basic_masked_ops%%021-00238\nPASS: 12-sim-basic_masked_ops%%021-00239\nPASS: 12-sim-basic_masked_ops%%021-00240\nPASS: 12-sim-basic_masked_ops%%021-00241\nPASS: 12-sim-basic_masked_ops%%021-00242\nPASS: 12-sim-basic_masked_ops%%021-00243\nPASS: 12-sim-basic_masked_ops%%021-00244\nPASS: 12-sim-basic_masked_ops%%021-00245\nPASS: 12-sim-basic_masked_ops%%021-00246\nPASS: 12-sim-basic_masked_ops%%021-00247\nPASS: 12-sim-basic_masked_ops%%021-00248\nPASS: 12-sim-basic_masked_ops%%021-00249\nPASS: 12-sim-basic_masked_ops%%021-00250\nPASS: 12-sim-basic_masked_ops%%021-00251\nPASS: 12-sim-basic_masked_ops%%021-00252\nPASS: 12-sim-basic_masked_ops%%021-00253\nPASS: 12-sim-basic_masked_ops%%021-00254\nPASS: 12-sim-basic_masked_ops%%022-00001\nPASS: 12-sim-basic_masked_ops%%022-00002\nPASS: 12-sim-basic_masked_ops%%022-00003\nPASS: 12-sim-basic_masked_ops%%022-00004\nPASS: 12-sim-basic_masked_ops%%022-00005\nPASS: 12-sim-basic_masked_ops%%022-00006\nPASS: 12-sim-basic_masked_ops%%022-00007\nPASS: 12-sim-basic_masked_ops%%022-00008\nPASS: 12-sim-basic_masked_ops%%022-00009\nPASS: 12-sim-basic_masked_ops%%022-00010\nPASS: 12-sim-basic_masked_ops%%022-00011\nPASS: 12-sim-basic_masked_ops%%022-00012\nPASS: 12-sim-basic_masked_ops%%022-00013\nPASS: 12-sim-basic_masked_ops%%022-00014\nPASS: 12-sim-basic_masked_ops%%022-00015\nPASS: 12-sim-basic_masked_ops%%022-00016\nPASS: 12-sim-basic_masked_ops%%022-00017\nPASS: 12-sim-basic_masked_ops%%022-00018\nPASS: 12-sim-basic_masked_ops%%022-00019\nPASS: 12-sim-basic_masked_ops%%022-00020\nPASS: 12-sim-basic_masked_ops%%022-00021\nPASS: 12-sim-basic_masked_ops%%022-00022\nPASS: 12-sim-basic_masked_ops%%022-00023\nPASS: 12-sim-basic_masked_ops%%022-00024\nPASS: 12-sim-basic_masked_ops%%022-00025\nPASS: 12-sim-basic_masked_ops%%022-00026\nPASS: 12-sim-basic_masked_ops%%022-00027\nPASS: 12-sim-basic_masked_ops%%022-00028\nPASS: 12-sim-basic_masked_ops%%022-00029\nPASS: 12-sim-basic_masked_ops%%022-00030\nPASS: 12-sim-basic_masked_ops%%022-00031\nPASS: 12-sim-basic_masked_ops%%022-00032\nPASS: 12-sim-basic_masked_ops%%022-00033\nPASS: 12-sim-basic_masked_ops%%022-00034\nPASS: 12-sim-basic_masked_ops%%022-00035\nPASS: 12-sim-basic_masked_ops%%022-00036\nPASS: 12-sim-basic_masked_ops%%022-00037\nPASS: 12-sim-basic_masked_ops%%022-00038\nPASS: 12-sim-basic_masked_ops%%022-00039\nPASS: 12-sim-basic_masked_ops%%022-00040\nPASS: 12-sim-basic_masked_ops%%022-00041\nPASS: 12-sim-basic_masked_ops%%022-00042\nPASS: 12-sim-basic_masked_ops%%022-00043\nPASS: 12-sim-basic_masked_ops%%022-00044\nPASS: 12-sim-basic_masked_ops%%022-00045\nPASS: 12-sim-basic_masked_ops%%022-00046\nPASS: 12-sim-basic_masked_ops%%022-00047\nPASS: 12-sim-basic_masked_ops%%022-00048\nPASS: 12-sim-basic_masked_ops%%022-00049\nPASS: 12-sim-basic_masked_ops%%022-00050\nPASS: 12-sim-basic_masked_ops%%022-00051\nPASS: 12-sim-basic_masked_ops%%022-00052\nPASS: 12-sim-basic_masked_ops%%022-00053\nPASS: 12-sim-basic_masked_ops%%022-00054\nPASS: 12-sim-basic_masked_ops%%022-00055\nPASS: 12-sim-basic_masked_ops%%022-00056\nPASS: 12-sim-basic_masked_ops%%022-00057\nPASS: 12-sim-basic_masked_ops%%022-00058\nPASS: 12-sim-basic_masked_ops%%022-00059\nPASS: 12-sim-basic_masked_ops%%022-00060\nPASS: 12-sim-basic_masked_ops%%022-00061\nPASS: 12-sim-basic_masked_ops%%022-00062\nPASS: 12-sim-basic_masked_ops%%022-00063\nPASS: 12-sim-basic_masked_ops%%022-00064\nPASS: 12-sim-basic_masked_ops%%022-00065\nPASS: 12-sim-basic_masked_ops%%022-00066\nPASS: 12-sim-basic_masked_ops%%022-00067\nPASS: 12-sim-basic_masked_ops%%022-00068\nPASS: 12-sim-basic_masked_ops%%022-00069\nPASS: 12-sim-basic_masked_ops%%022-00070\nPASS: 12-sim-basic_masked_ops%%022-00071\nPASS: 12-sim-basic_masked_ops%%022-00072\nPASS: 12-sim-basic_masked_ops%%022-00073\nPASS: 12-sim-basic_masked_ops%%022-00074\nPASS: 12-sim-basic_masked_ops%%022-00075\nPASS: 12-sim-basic_masked_ops%%022-00076\nPASS: 12-sim-basic_masked_ops%%022-00077\nPASS: 12-sim-basic_masked_ops%%022-00078\nPASS: 12-sim-basic_masked_ops%%022-00079\nPASS: 12-sim-basic_masked_ops%%022-00080\nPASS: 12-sim-basic_masked_ops%%022-00081\nPASS: 12-sim-basic_masked_ops%%022-00082\nPASS: 12-sim-basic_masked_ops%%022-00083\nPASS: 12-sim-basic_masked_ops%%022-00084\nPASS: 12-sim-basic_masked_ops%%022-00085\nPASS: 12-sim-basic_masked_ops%%022-00086\nPASS: 12-sim-basic_masked_ops%%022-00087\nPASS: 12-sim-basic_masked_ops%%022-00088\nPASS: 12-sim-basic_masked_ops%%022-00089\nPASS: 12-sim-basic_masked_ops%%022-00090\nPASS: 12-sim-basic_masked_ops%%022-00091\nPASS: 12-sim-basic_masked_ops%%022-00092\nPASS: 12-sim-basic_masked_ops%%022-00093\nPASS: 12-sim-basic_masked_ops%%022-00094\nPASS: 12-sim-basic_masked_ops%%022-00095\nPASS: 12-sim-basic_masked_ops%%022-00096\nPASS: 12-sim-basic_masked_ops%%022-00097\nPASS: 12-sim-basic_masked_ops%%022-00098\nPASS: 12-sim-basic_masked_ops%%022-00099\nPASS: 12-sim-basic_masked_ops%%022-00100\nPASS: 12-sim-basic_masked_ops%%022-00101\nPASS: 12-sim-basic_masked_ops%%022-00102\nPASS: 12-sim-basic_masked_ops%%022-00103\nPASS: 12-sim-basic_masked_ops%%022-00104\nPASS: 12-sim-basic_masked_ops%%022-00105\nPASS: 12-sim-basic_masked_ops%%022-00106\nPASS: 12-sim-basic_masked_ops%%022-00107\nPASS: 12-sim-basic_masked_ops%%022-00108\nPASS: 12-sim-basic_masked_ops%%022-00109\nPASS: 12-sim-basic_masked_ops%%022-00110\nPASS: 12-sim-basic_masked_ops%%022-00111\nPASS: 12-sim-basic_masked_ops%%022-00112\nPASS: 12-sim-basic_masked_ops%%022-00113\nPASS: 12-sim-basic_masked_ops%%022-00114\nPASS: 12-sim-basic_masked_ops%%022-00115\nPASS: 12-sim-basic_masked_ops%%022-00116\nPASS: 12-sim-basic_masked_ops%%022-00117\nPASS: 12-sim-basic_masked_ops%%022-00118\nPASS: 12-sim-basic_masked_ops%%022-00119\nPASS: 12-sim-basic_masked_ops%%022-00120\nPASS: 12-sim-basic_masked_ops%%022-00121\nPASS: 12-sim-basic_masked_ops%%022-00122\nPASS: 12-sim-basic_masked_ops%%022-00123\nPASS: 12-sim-basic_masked_ops%%022-00124\nPASS: 12-sim-basic_masked_ops%%022-00125\nPASS: 12-sim-basic_masked_ops%%022-00126\nPASS: 12-sim-basic_masked_ops%%022-00127\nPASS: 12-sim-basic_masked_ops%%022-00128\nPASS: 12-sim-basic_masked_ops%%022-00129\nPASS: 12-sim-basic_masked_ops%%022-00130\nPASS: 12-sim-basic_masked_ops%%022-00131\nPASS: 12-sim-basic_masked_ops%%022-00132\nPASS: 12-sim-basic_masked_ops%%022-00133\nPASS: 12-sim-basic_masked_ops%%022-00134\nPASS: 12-sim-basic_masked_ops%%022-00135\nPASS: 12-sim-basic_masked_ops%%022-00136\nPASS: 12-sim-basic_masked_ops%%022-00137\nPASS: 12-sim-basic_masked_ops%%022-00138\nPASS: 12-sim-basic_masked_ops%%022-00139\nPASS: 12-sim-basic_masked_ops%%022-00140\nPASS: 12-sim-basic_masked_ops%%022-00141\nPASS: 12-sim-basic_masked_ops%%022-00142\nPASS: 12-sim-basic_masked_ops%%022-00143\nPASS: 12-sim-basic_masked_ops%%022-00144\nPASS: 12-sim-basic_masked_ops%%022-00145\nPASS: 12-sim-basic_masked_ops%%022-00146\nPASS: 12-sim-basic_masked_ops%%022-00147\nPASS: 12-sim-basic_masked_ops%%022-00148\nPASS: 12-sim-basic_masked_ops%%022-00149\nPASS: 12-sim-basic_masked_ops%%022-00150\nPASS: 12-sim-basic_masked_ops%%022-00151\nPASS: 12-sim-basic_masked_ops%%022-00152\nPASS: 12-sim-basic_masked_ops%%022-00153\nPASS: 12-sim-basic_masked_ops%%022-00154\nPASS: 12-sim-basic_masked_ops%%022-00155\nPASS: 12-sim-basic_masked_ops%%022-00156\nPASS: 12-sim-basic_masked_ops%%022-00157\nPASS: 12-sim-basic_masked_ops%%022-00158\nPASS: 12-sim-basic_masked_ops%%022-00159\nPASS: 12-sim-basic_masked_ops%%022-00160\nPASS: 12-sim-basic_masked_ops%%022-00161\nPASS: 12-sim-basic_masked_ops%%022-00162\nPASS: 12-sim-basic_masked_ops%%022-00163\nPASS: 12-sim-basic_masked_ops%%022-00164\nPASS: 12-sim-basic_masked_ops%%022-00165\nPASS: 12-sim-basic_masked_ops%%022-00166\nPASS: 12-sim-basic_masked_ops%%022-00167\nPASS: 12-sim-basic_masked_ops%%022-00168\nPASS: 12-sim-basic_masked_ops%%022-00169\nPASS: 12-sim-basic_masked_ops%%022-00170\nPASS: 12-sim-basic_masked_ops%%022-00171\nPASS: 12-sim-basic_masked_ops%%022-00172\nPASS: 12-sim-basic_masked_ops%%022-00173\nPASS: 12-sim-basic_masked_ops%%022-00174\nPASS: 12-sim-basic_masked_ops%%022-00175\nPASS: 12-sim-basic_masked_ops%%022-00176\nPASS: 12-sim-basic_masked_ops%%022-00177\nPASS: 12-sim-basic_masked_ops%%022-00178\nPASS: 12-sim-basic_masked_ops%%022-00179\nPASS: 12-sim-basic_masked_ops%%022-00180\nPASS: 12-sim-basic_masked_ops%%022-00181\nPASS: 12-sim-basic_masked_ops%%022-00182\nPASS: 12-sim-basic_masked_ops%%022-00183\nPASS: 12-sim-basic_masked_ops%%022-00184\nPASS: 12-sim-basic_masked_ops%%022-00185\nPASS: 12-sim-basic_masked_ops%%022-00186\nPASS: 12-sim-basic_masked_ops%%022-00187\nPASS: 12-sim-basic_masked_ops%%022-00188\nPASS: 12-sim-basic_masked_ops%%022-00189\nPASS: 12-sim-basic_masked_ops%%022-00190\nPASS: 12-sim-basic_masked_ops%%022-00191\nPASS: 12-sim-basic_masked_ops%%022-00192\nPASS: 12-sim-basic_masked_ops%%022-00193\nPASS: 12-sim-basic_masked_ops%%022-00194\nPASS: 12-sim-basic_masked_ops%%022-00195\nPASS: 12-sim-basic_masked_ops%%022-00196\nPASS: 12-sim-basic_masked_ops%%022-00197\nPASS: 12-sim-basic_masked_ops%%022-00198\nPASS: 12-sim-basic_masked_ops%%022-00199\nPASS: 12-sim-basic_masked_ops%%022-00200\nPASS: 12-sim-basic_masked_ops%%022-00201\nPASS: 12-sim-basic_masked_ops%%022-00202\nPASS: 12-sim-basic_masked_ops%%022-00203\nPASS: 12-sim-basic_masked_ops%%022-00204\nPASS: 12-sim-basic_masked_ops%%022-00205\nPASS: 12-sim-basic_masked_ops%%022-00206\nPASS: 12-sim-basic_masked_ops%%022-00207\nPASS: 12-sim-basic_masked_ops%%022-00208\nPASS: 12-sim-basic_masked_ops%%022-00209\nPASS: 12-sim-basic_masked_ops%%022-00210\nPASS: 12-sim-basic_masked_ops%%022-00211\nPASS: 12-sim-basic_masked_ops%%022-00212\nPASS: 12-sim-basic_masked_ops%%022-00213\nPASS: 12-sim-basic_masked_ops%%022-00214\nPASS: 12-sim-basic_masked_ops%%022-00215\nPASS: 12-sim-basic_masked_ops%%022-00216\nPASS: 12-sim-basic_masked_ops%%022-00217\nPASS: 12-sim-basic_masked_ops%%022-00218\nPASS: 12-sim-basic_masked_ops%%022-00219\nPASS: 12-sim-basic_masked_ops%%022-00220\nPASS: 12-sim-basic_masked_ops%%022-00221\nPASS: 12-sim-basic_masked_ops%%022-00222\nPASS: 12-sim-basic_masked_ops%%022-00223\nPASS: 12-sim-basic_masked_ops%%022-00224\nPASS: 12-sim-basic_masked_ops%%022-00225\nPASS: 12-sim-basic_masked_ops%%022-00226\nPASS: 12-sim-basic_masked_ops%%022-00227\nPASS: 12-sim-basic_masked_ops%%022-00228\nPASS: 12-sim-basic_masked_ops%%022-00229\nPASS: 12-sim-basic_masked_ops%%022-00230\nPASS: 12-sim-basic_masked_ops%%022-00231\nPASS: 12-sim-basic_masked_ops%%022-00232\nPASS: 12-sim-basic_masked_ops%%022-00233\nPASS: 12-sim-basic_masked_ops%%022-00234\nPASS: 12-sim-basic_masked_ops%%022-00235\nPASS: 12-sim-basic_masked_ops%%022-00236\nPASS: 12-sim-basic_masked_ops%%022-00237\nPASS: 12-sim-basic_masked_ops%%022-00238\nPASS: 12-sim-basic_masked_ops%%022-00239\nPASS: 12-sim-basic_masked_ops%%022-00240\nPASS: 12-sim-basic_masked_ops%%022-00241\nPASS: 12-sim-basic_masked_ops%%022-00242\nPASS: 12-sim-basic_masked_ops%%022-00243\nPASS: 12-sim-basic_masked_ops%%022-00244\nPASS: 12-sim-basic_masked_ops%%022-00245\nPASS: 12-sim-basic_masked_ops%%022-00246\nPASS: 12-sim-basic_masked_ops%%022-00247\nPASS: 12-sim-basic_masked_ops%%022-00248\nPASS: 12-sim-basic_masked_ops%%022-00249\nPASS: 12-sim-basic_masked_ops%%022-00250\nPASS: 12-sim-basic_masked_ops%%022-00251\nPASS: 12-sim-basic_masked_ops%%022-00252\nPASS: 12-sim-basic_masked_ops%%022-00253\nPASS: 12-sim-basic_masked_ops%%022-00254\nPASS: 12-sim-basic_masked_ops%%022-00255\nPASS: 12-sim-basic_masked_ops%%022-00256\nPASS: 12-sim-basic_masked_ops%%023-00001\nPASS: 12-sim-basic_masked_ops%%024-00001\nPASS: 12-sim-basic_masked_ops%%025-00001\nPASS: 12-sim-basic_masked_ops%%026-00001\nPASS: 12-sim-basic_masked_ops%%027-00001\nPASS: 12-sim-basic_masked_ops%%028-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 12-sim-basic_masked_ops%%029-00001\nPASS: 12-sim-basic_masked_ops%%029-00002\nPASS: 12-sim-basic_masked_ops%%029-00003\nPASS: 12-sim-basic_masked_ops%%029-00004\nPASS: 12-sim-basic_masked_ops%%029-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 12-sim-basic_masked_ops%%030-00001 (valgrind not installed)\n batch name: 13-basic-attrs\n test mode:  c\n test type:  basic\nPASS: 13-basic-attrs%%001-00001\n batch name: 14-sim-reset\n test mode:  c\n test type:  bpf-sim\nPASS: 14-sim-reset%%001-00001\nPASS: 14-sim-reset%%002-00001\nPASS: 14-sim-reset%%003-00001\nPASS: 14-sim-reset%%004-00001\nPASS: 14-sim-reset%%005-00001\nSKIP: 14-sim-reset%%006-00001 (architecture difference)\nSKIP: 14-sim-reset%%007-00001 (architecture difference)\nPASS: 14-sim-reset%%008-00001\nPASS: 14-sim-reset%%009-00001\nPASS: 14-sim-reset%%009-00002\nPASS: 14-sim-reset%%009-00003\nPASS: 14-sim-reset%%009-00004\nPASS: 14-sim-reset%%009-00005\nPASS: 14-sim-reset%%009-00006\nPASS: 14-sim-reset%%009-00007\nPASS: 14-sim-reset%%009-00008\nPASS: 14-sim-reset%%009-00009\nPASS: 14-sim-reset%%009-00010\nPASS: 14-sim-reset%%009-00011\nPASS: 14-sim-reset%%009-00012\nPASS: 14-sim-reset%%009-00013\nPASS: 14-sim-reset%%009-00014\nPASS: 14-sim-reset%%009-00015\nPASS: 14-sim-reset%%009-00016\nPASS: 14-sim-reset%%009-00017\nPASS: 14-sim-reset%%009-00018\nPASS: 14-sim-reset%%009-00019\nPASS: 14-sim-reset%%009-00020\nPASS: 14-sim-reset%%009-00021\nPASS: 14-sim-reset%%009-00022\nPASS: 14-sim-reset%%009-00023\nPASS: 14-sim-reset%%009-00024\nPASS: 14-sim-reset%%009-00025\nPASS: 14-sim-reset%%009-00026\nPASS: 14-sim-reset%%009-00027\nPASS: 14-sim-reset%%009-00028\nPASS: 14-sim-reset%%009-00029\nPASS: 14-sim-reset%%009-00030\nPASS: 14-sim-reset%%009-00031\nPASS: 14-sim-reset%%009-00032\nPASS: 14-sim-reset%%009-00033\nPASS: 14-sim-reset%%009-00034\nPASS: 14-sim-reset%%009-00035\nPASS: 14-sim-reset%%009-00036\nPASS: 14-sim-reset%%009-00037\nPASS: 14-sim-reset%%009-00038\nPASS: 14-sim-reset%%009-00039\nPASS: 14-sim-reset%%009-00040\nPASS: 14-sim-reset%%009-00041\nPASS: 14-sim-reset%%009-00042\nPASS: 14-sim-reset%%009-00043\nPASS: 14-sim-reset%%009-00044\nPASS: 14-sim-reset%%009-00045\nPASS: 14-sim-reset%%009-00046\nPASS: 14-sim-reset%%009-00047\nPASS: 14-sim-reset%%009-00048\nPASS: 14-sim-reset%%009-00049\nPASS: 14-sim-reset%%009-00050\nPASS: 14-sim-reset%%009-00051\nPASS: 14-sim-reset%%009-00052\nPASS: 14-sim-reset%%009-00053\nPASS: 14-sim-reset%%009-00054\nPASS: 14-sim-reset%%009-00055\nPASS: 14-sim-reset%%009-00056\nPASS: 14-sim-reset%%009-00057\nPASS: 14-sim-reset%%009-00058\nPASS: 14-sim-reset%%009-00059\nPASS: 14-sim-reset%%009-00060\nPASS: 14-sim-reset%%009-00061\nPASS: 14-sim-reset%%009-00062\nPASS: 14-sim-reset%%009-00063\nPASS: 14-sim-reset%%009-00064\nPASS: 14-sim-reset%%009-00065\nPASS: 14-sim-reset%%009-00066\nPASS: 14-sim-reset%%009-00067\nPASS: 14-sim-reset%%009-00068\nPASS: 14-sim-reset%%009-00069\nPASS: 14-sim-reset%%009-00070\nPASS: 14-sim-reset%%009-00071\nPASS: 14-sim-reset%%009-00072\nPASS: 14-sim-reset%%009-00073\nPASS: 14-sim-reset%%009-00074\nPASS: 14-sim-reset%%009-00075\nPASS: 14-sim-reset%%009-00076\nPASS: 14-sim-reset%%009-00077\nPASS: 14-sim-reset%%009-00078\nPASS: 14-sim-reset%%009-00079\nPASS: 14-sim-reset%%009-00080\nPASS: 14-sim-reset%%009-00081\nPASS: 14-sim-reset%%009-00082\nPASS: 14-sim-reset%%009-00083\nPASS: 14-sim-reset%%009-00084\nPASS: 14-sim-reset%%009-00085\nPASS: 14-sim-reset%%009-00086\nPASS: 14-sim-reset%%009-00087\nPASS: 14-sim-reset%%009-00088\nPASS: 14-sim-reset%%009-00089\nPASS: 14-sim-reset%%009-00090\nPASS: 14-sim-reset%%009-00091\nPASS: 14-sim-reset%%009-00092\nPASS: 14-sim-reset%%009-00093\nPASS: 14-sim-reset%%009-00094\nPASS: 14-sim-reset%%009-00095\nPASS: 14-sim-reset%%009-00096\nPASS: 14-sim-reset%%009-00097\nPASS: 14-sim-reset%%009-00098\nPASS: 14-sim-reset%%009-00099\nPASS: 14-sim-reset%%009-00100\nPASS: 14-sim-reset%%009-00101\nPASS: 14-sim-reset%%009-00102\nPASS: 14-sim-reset%%009-00103\nPASS: 14-sim-reset%%009-00104\nPASS: 14-sim-reset%%009-00105\nPASS: 14-sim-reset%%009-00106\nPASS: 14-sim-reset%%009-00107\nPASS: 14-sim-reset%%009-00108\nPASS: 14-sim-reset%%009-00109\nPASS: 14-sim-reset%%009-00110\nPASS: 14-sim-reset%%009-00111\nPASS: 14-sim-reset%%009-00112\nPASS: 14-sim-reset%%009-00113\nPASS: 14-sim-reset%%009-00114\nPASS: 14-sim-reset%%009-00115\nPASS: 14-sim-reset%%009-00116\nPASS: 14-sim-reset%%009-00117\nPASS: 14-sim-reset%%009-00118\nPASS: 14-sim-reset%%009-00119\nPASS: 14-sim-reset%%009-00120\nPASS: 14-sim-reset%%009-00121\nPASS: 14-sim-reset%%009-00122\nPASS: 14-sim-reset%%009-00123\nPASS: 14-sim-reset%%009-00124\nPASS: 14-sim-reset%%009-00125\nPASS: 14-sim-reset%%009-00126\nPASS: 14-sim-reset%%009-00127\nPASS: 14-sim-reset%%009-00128\nPASS: 14-sim-reset%%009-00129\nPASS: 14-sim-reset%%009-00130\nPASS: 14-sim-reset%%009-00131\nPASS: 14-sim-reset%%009-00132\nPASS: 14-sim-reset%%009-00133\nPASS: 14-sim-reset%%009-00134\nPASS: 14-sim-reset%%009-00135\nPASS: 14-sim-reset%%009-00136\nPASS: 14-sim-reset%%009-00137\nPASS: 14-sim-reset%%009-00138\nPASS: 14-sim-reset%%009-00139\nPASS: 14-sim-reset%%009-00140\nPASS: 14-sim-reset%%009-00141\nPASS: 14-sim-reset%%009-00142\nPASS: 14-sim-reset%%009-00143\nPASS: 14-sim-reset%%009-00144\nPASS: 14-sim-reset%%009-00145\nPASS: 14-sim-reset%%009-00146\nPASS: 14-sim-reset%%009-00147\nPASS: 14-sim-reset%%009-00148\nPASS: 14-sim-reset%%009-00149\nPASS: 14-sim-reset%%009-00150\nPASS: 14-sim-reset%%009-00151\nPASS: 14-sim-reset%%009-00152\nPASS: 14-sim-reset%%009-00153\nPASS: 14-sim-reset%%009-00154\nPASS: 14-sim-reset%%009-00155\nPASS: 14-sim-reset%%009-00156\nPASS: 14-sim-reset%%009-00157\nPASS: 14-sim-reset%%009-00158\nPASS: 14-sim-reset%%009-00159\nPASS: 14-sim-reset%%009-00160\nPASS: 14-sim-reset%%009-00161\nPASS: 14-sim-reset%%009-00162\nPASS: 14-sim-reset%%009-00163\nPASS: 14-sim-reset%%009-00164\nPASS: 14-sim-reset%%009-00165\nPASS: 14-sim-reset%%009-00166\nPASS: 14-sim-reset%%009-00167\nPASS: 14-sim-reset%%009-00168\nPASS: 14-sim-reset%%009-00169\nPASS: 14-sim-reset%%009-00170\nPASS: 14-sim-reset%%009-00171\nPASS: 14-sim-reset%%009-00172\nPASS: 14-sim-reset%%009-00173\nPASS: 14-sim-reset%%009-00174\nPASS: 14-sim-reset%%009-00175\nPASS: 14-sim-reset%%009-00176\nPASS: 14-sim-reset%%009-00177\nPASS: 14-sim-reset%%009-00178\nPASS: 14-sim-reset%%009-00179\nPASS: 14-sim-reset%%009-00180\nPASS: 14-sim-reset%%009-00181\nPASS: 14-sim-reset%%009-00182\nPASS: 14-sim-reset%%009-00183\nPASS: 14-sim-reset%%009-00184\nPASS: 14-sim-reset%%009-00185\nPASS: 14-sim-reset%%009-00186\nPASS: 14-sim-reset%%009-00187\nPASS: 14-sim-reset%%009-00188\nPASS: 14-sim-reset%%009-00189\nPASS: 14-sim-reset%%009-00190\nPASS: 14-sim-reset%%009-00191\nPASS: 14-sim-reset%%009-00192\nPASS: 14-sim-reset%%009-00193\nPASS: 14-sim-reset%%009-00194\nPASS: 14-sim-reset%%009-00195\nPASS: 14-sim-reset%%009-00196\nPASS: 14-sim-reset%%009-00197\nPASS: 14-sim-reset%%009-00198\nPASS: 14-sim-reset%%009-00199\nPASS: 14-sim-reset%%009-00200\nPASS: 14-sim-reset%%009-00201\nPASS: 14-sim-reset%%009-00202\nPASS: 14-sim-reset%%009-00203\nPASS: 14-sim-reset%%009-00204\nPASS: 14-sim-reset%%009-00205\nPASS: 14-sim-reset%%009-00206\nPASS: 14-sim-reset%%009-00207\nPASS: 14-sim-reset%%009-00208\nPASS: 14-sim-reset%%009-00209\nPASS: 14-sim-reset%%009-00210\nPASS: 14-sim-reset%%009-00211\nPASS: 14-sim-reset%%009-00212\nPASS: 14-sim-reset%%009-00213\nPASS: 14-sim-reset%%009-00214\nPASS: 14-sim-reset%%009-00215\nPASS: 14-sim-reset%%009-00216\nPASS: 14-sim-reset%%009-00217\nPASS: 14-sim-reset%%009-00218\nPASS: 14-sim-reset%%009-00219\nPASS: 14-sim-reset%%009-00220\nPASS: 14-sim-reset%%009-00221\nPASS: 14-sim-reset%%009-00222\nPASS: 14-sim-reset%%009-00223\nPASS: 14-sim-reset%%009-00224\nPASS: 14-sim-reset%%009-00225\nPASS: 14-sim-reset%%009-00226\nPASS: 14-sim-reset%%009-00227\nPASS: 14-sim-reset%%009-00228\nPASS: 14-sim-reset%%009-00229\nPASS: 14-sim-reset%%009-00230\nPASS: 14-sim-reset%%009-00231\nPASS: 14-sim-reset%%009-00232\nPASS: 14-sim-reset%%009-00233\nPASS: 14-sim-reset%%009-00234\nPASS: 14-sim-reset%%009-00235\nPASS: 14-sim-reset%%009-00236\nPASS: 14-sim-reset%%009-00237\nPASS: 14-sim-reset%%009-00238\nPASS: 14-sim-reset%%009-00239\nPASS: 14-sim-reset%%009-00240\nPASS: 14-sim-reset%%009-00241\nPASS: 14-sim-reset%%009-00242\nPASS: 14-sim-reset%%009-00243\nPASS: 14-sim-reset%%009-00244\nPASS: 14-sim-reset%%009-00245\nPASS: 14-sim-reset%%009-00246\nPASS: 14-sim-reset%%009-00247\nPASS: 14-sim-reset%%009-00248\nPASS: 14-sim-reset%%009-00249\nPASS: 14-sim-reset%%009-00250\nPASS: 14-sim-reset%%009-00251\nPASS: 14-sim-reset%%009-00252\nPASS: 14-sim-reset%%009-00253\nPASS: 14-sim-reset%%009-00254\nPASS: 14-sim-reset%%009-00255\nPASS: 14-sim-reset%%009-00256\nPASS: 14-sim-reset%%009-00257\nPASS: 14-sim-reset%%009-00258\nPASS: 14-sim-reset%%009-00259\nPASS: 14-sim-reset%%009-00260\nPASS: 14-sim-reset%%009-00261\nPASS: 14-sim-reset%%009-00262\nPASS: 14-sim-reset%%009-00263\nPASS: 14-sim-reset%%009-00264\nPASS: 14-sim-reset%%009-00265\nPASS: 14-sim-reset%%009-00266\nPASS: 14-sim-reset%%009-00267\nPASS: 14-sim-reset%%009-00268\nPASS: 14-sim-reset%%009-00269\nPASS: 14-sim-reset%%009-00270\nPASS: 14-sim-reset%%009-00271\nPASS: 14-sim-reset%%009-00272\nPASS: 14-sim-reset%%009-00273\nPASS: 14-sim-reset%%009-00274\nPASS: 14-sim-reset%%009-00275\nPASS: 14-sim-reset%%009-00276\nPASS: 14-sim-reset%%009-00277\nPASS: 14-sim-reset%%009-00278\nPASS: 14-sim-reset%%009-00279\nPASS: 14-sim-reset%%009-00280\nPASS: 14-sim-reset%%009-00281\nPASS: 14-sim-reset%%009-00282\nPASS: 14-sim-reset%%009-00283\nPASS: 14-sim-reset%%009-00284\nPASS: 14-sim-reset%%009-00285\nPASS: 14-sim-reset%%009-00286\nPASS: 14-sim-reset%%009-00287\nPASS: 14-sim-reset%%009-00288\nPASS: 14-sim-reset%%009-00289\nPASS: 14-sim-reset%%009-00290\nPASS: 14-sim-reset%%009-00291\nPASS: 14-sim-reset%%009-00292\nPASS: 14-sim-reset%%009-00293\nPASS: 14-sim-reset%%009-00294\nPASS: 14-sim-reset%%009-00295\nPASS: 14-sim-reset%%009-00296\nPASS: 14-sim-reset%%009-00297\nPASS: 14-sim-reset%%009-00298\nPASS: 14-sim-reset%%009-00299\nPASS: 14-sim-reset%%009-00300\nPASS: 14-sim-reset%%009-00301\nPASS: 14-sim-reset%%009-00302\nPASS: 14-sim-reset%%009-00303\nPASS: 14-sim-reset%%009-00304\nPASS: 14-sim-reset%%009-00305\nPASS: 14-sim-reset%%009-00306\nPASS: 14-sim-reset%%009-00307\nPASS: 14-sim-reset%%009-00308\nPASS: 14-sim-reset%%009-00309\nPASS: 14-sim-reset%%009-00310\nPASS: 14-sim-reset%%009-00311\nPASS: 14-sim-reset%%009-00312\nPASS: 14-sim-reset%%009-00313\nPASS: 14-sim-reset%%009-00314\nPASS: 14-sim-reset%%009-00315\nPASS: 14-sim-reset%%009-00316\nPASS: 14-sim-reset%%009-00317\nPASS: 14-sim-reset%%009-00318\nPASS: 14-sim-reset%%009-00319\nPASS: 14-sim-reset%%009-00320\nPASS: 14-sim-reset%%009-00321\nPASS: 14-sim-reset%%009-00322\nPASS: 14-sim-reset%%009-00323\nPASS: 14-sim-reset%%009-00324\nPASS: 14-sim-reset%%009-00325\nPASS: 14-sim-reset%%009-00326\nPASS: 14-sim-reset%%009-00327\nPASS: 14-sim-reset%%009-00328\nPASS: 14-sim-reset%%009-00329\nPASS: 14-sim-reset%%009-00330\nPASS: 14-sim-reset%%009-00331\nPASS: 14-sim-reset%%009-00332\nPASS: 14-sim-reset%%009-00333\nPASS: 14-sim-reset%%009-00334\nPASS: 14-sim-reset%%009-00335\nPASS: 14-sim-reset%%009-00336\nPASS: 14-sim-reset%%009-00337\nPASS: 14-sim-reset%%009-00338\nPASS: 14-sim-reset%%009-00339\nPASS: 14-sim-reset%%009-00340\nPASS: 14-sim-reset%%009-00341\nPASS: 14-sim-reset%%009-00342\nPASS: 14-sim-reset%%009-00343\nPASS: 14-sim-reset%%009-00344\nPASS: 14-sim-reset%%009-00345\nPASS: 14-sim-reset%%009-00346\nPASS: 14-sim-reset%%009-00347\nPASS: 14-sim-reset%%009-00348\nPASS: 14-sim-reset%%009-00349\nPASS: 14-sim-reset%%009-00350\nPASS: 14-sim-reset%%009-00351\nPASS: 14-sim-reset%%009-00352\nPASS: 14-sim-reset%%009-00353\nPASS: 14-sim-reset%%009-00354\nPASS: 14-sim-reset%%009-00355\nPASS: 14-sim-reset%%009-00356\nPASS: 14-sim-reset%%009-00357\nPASS: 14-sim-reset%%009-00358\nPASS: 14-sim-reset%%009-00359\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 14-sim-reset%%010-00001\nPASS: 14-sim-reset%%010-00002\nPASS: 14-sim-reset%%010-00003\nPASS: 14-sim-reset%%010-00004\nPASS: 14-sim-reset%%010-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 14-sim-reset%%011-00001 (valgrind not installed)\n batch name: 15-basic-resolver\n test mode:  c\n test type:  basic\nPASS: 15-basic-resolver%%001-00001\n batch name: 16-sim-arch_basic\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  x32\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  arm\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  sh\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  x86\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  x32\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  arm\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  sh\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  x86\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  x32\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  arm\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  sh\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  x86\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  x32\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  arm\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  sh\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  x86\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  x32\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  arm\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  sh\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  x86\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  x32\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  arm\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  sh\nPASS: 16-sim-arch_basic%%006-00001\nPASS: 16-sim-arch_basic%%007-00001\nPASS: 16-sim-arch_basic%%008-00001\nPASS: 16-sim-arch_basic%%009-00001\nPASS: 16-sim-arch_basic%%010-00001\nPASS: 16-sim-arch_basic%%011-00001\nPASS: 16-sim-arch_basic%%012-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 16-sim-arch_basic%%013-00001 (valgrind not installed)\n batch name: 17-sim-arch_merge\n test mode:  c\n test type:  bpf-sim\nPASS: 17-sim-arch_merge%%001-00001\nPASS: 17-sim-arch_merge%%002-00001\nPASS: 17-sim-arch_merge%%002-00002\nPASS: 17-sim-arch_merge%%002-00003\nPASS: 17-sim-arch_merge%%002-00004\nPASS: 17-sim-arch_merge%%002-00005\nPASS: 17-sim-arch_merge%%002-00006\nPASS: 17-sim-arch_merge%%002-00007\nPASS: 17-sim-arch_merge%%002-00008\nPASS: 17-sim-arch_merge%%002-00009\nPASS: 17-sim-arch_merge%%002-00010\nPASS: 17-sim-arch_merge%%003-00001\nPASS: 17-sim-arch_merge%%003-00002\nPASS: 17-sim-arch_merge%%004-00001\nPASS: 17-sim-arch_merge%%004-00002\nPASS: 17-sim-arch_merge%%004-00003\nPASS: 17-sim-arch_merge%%004-00004\nPASS: 17-sim-arch_merge%%004-00005\nPASS: 17-sim-arch_merge%%004-00006\nPASS: 17-sim-arch_merge%%004-00007\nPASS: 17-sim-arch_merge%%004-00008\nPASS: 17-sim-arch_merge%%005-00001\nPASS: 17-sim-arch_merge%%006-00001\nPASS: 17-sim-arch_merge%%007-00001\nPASS: 17-sim-arch_merge%%008-00001\nPASS: 17-sim-arch_merge%%009-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 17-sim-arch_merge%%010-00001 (valgrind not installed)\n batch name: 18-sim-basic_allowlist\n test mode:  c\n test type:  bpf-sim\nPASS: 18-sim-basic_allowlist%%001-00001\nPASS: 18-sim-basic_allowlist%%002-00001\nPASS: 18-sim-basic_allowlist%%002-00002\nPASS: 18-sim-basic_allowlist%%002-00003\nPASS: 18-sim-basic_allowlist%%002-00004\nPASS: 18-sim-basic_allowlist%%002-00005\nPASS: 18-sim-basic_allowlist%%002-00006\nPASS: 18-sim-basic_allowlist%%002-00007\nPASS: 18-sim-basic_allowlist%%002-00008\nPASS: 18-sim-basic_allowlist%%002-00009\nPASS: 18-sim-basic_allowlist%%002-00010\nPASS: 18-sim-basic_allowlist%%003-00001\nPASS: 18-sim-basic_allowlist%%003-00002\nPASS: 18-sim-basic_allowlist%%004-00001\nPASS: 18-sim-basic_allowlist%%004-00002\nPASS: 18-sim-basic_allowlist%%004-00003\nPASS: 18-sim-basic_allowlist%%004-00004\nPASS: 18-sim-basic_allowlist%%004-00005\nPASS: 18-sim-basic_allowlist%%004-00006\nPASS: 18-sim-basic_allowlist%%004-00007\nPASS: 18-sim-basic_allowlist%%004-00008\nPASS: 18-sim-basic_allowlist%%005-00001\nPASS: 18-sim-basic_allowlist%%006-00001\nPASS: 18-sim-basic_allowlist%%007-00001\nSKIP: 18-sim-basic_allowlist%%008-00001 (architecture difference)\nSKIP: 18-sim-basic_allowlist%%009-00001 (architecture difference)\nSKIP: 18-sim-basic_allowlist%%010-00001 (architecture difference)\nPASS: 18-sim-basic_allowlist%%011-00001\nPASS: 18-sim-basic_allowlist%%011-00002\nPASS: 18-sim-basic_allowlist%%011-00003\nPASS: 18-sim-basic_allowlist%%011-00004\nPASS: 18-sim-basic_allowlist%%011-00005\nPASS: 18-sim-basic_allowlist%%011-00006\nPASS: 18-sim-basic_allowlist%%011-00007\nPASS: 18-sim-basic_allowlist%%011-00008\nPASS: 18-sim-basic_allowlist%%011-00009\nPASS: 18-sim-basic_allowlist%%011-00010\nPASS: 18-sim-basic_allowlist%%011-00011\nPASS: 18-sim-basic_allowlist%%012-00001\nPASS: 18-sim-basic_allowlist%%012-00002\nPASS: 18-sim-basic_allowlist%%012-00003\nPASS: 18-sim-basic_allowlist%%012-00004\nPASS: 18-sim-basic_allowlist%%012-00005\nPASS: 18-sim-basic_allowlist%%012-00006\nPASS: 18-sim-basic_allowlist%%012-00007\nPASS: 18-sim-basic_allowlist%%012-00008\nPASS: 18-sim-basic_allowlist%%012-00009\nPASS: 18-sim-basic_allowlist%%012-00010\nPASS: 18-sim-basic_allowlist%%012-00011\nPASS: 18-sim-basic_allowlist%%012-00012\nPASS: 18-sim-basic_allowlist%%012-00013\nPASS: 18-sim-basic_allowlist%%012-00014\nPASS: 18-sim-basic_allowlist%%012-00015\nPASS: 18-sim-basic_allowlist%%012-00016\nPASS: 18-sim-basic_allowlist%%012-00017\nPASS: 18-sim-basic_allowlist%%012-00018\nPASS: 18-sim-basic_allowlist%%012-00019\nPASS: 18-sim-basic_allowlist%%012-00020\nPASS: 18-sim-basic_allowlist%%012-00021\nPASS: 18-sim-basic_allowlist%%012-00022\nPASS: 18-sim-basic_allowlist%%012-00023\nPASS: 18-sim-basic_allowlist%%012-00024\nPASS: 18-sim-basic_allowlist%%012-00025\nPASS: 18-sim-basic_allowlist%%012-00026\nPASS: 18-sim-basic_allowlist%%012-00027\nPASS: 18-sim-basic_allowlist%%012-00028\nPASS: 18-sim-basic_allowlist%%012-00029\nPASS: 18-sim-basic_allowlist%%012-00030\nPASS: 18-sim-basic_allowlist%%012-00031\nPASS: 18-sim-basic_allowlist%%012-00032\nPASS: 18-sim-basic_allowlist%%012-00033\nPASS: 18-sim-basic_allowlist%%012-00034\nPASS: 18-sim-basic_allowlist%%012-00035\nPASS: 18-sim-basic_allowlist%%012-00036\nPASS: 18-sim-basic_allowlist%%012-00037\nPASS: 18-sim-basic_allowlist%%012-00038\nPASS: 18-sim-basic_allowlist%%012-00039\nPASS: 18-sim-basic_allowlist%%012-00040\nPASS: 18-sim-basic_allowlist%%012-00041\nPASS: 18-sim-basic_allowlist%%012-00042\nPASS: 18-sim-basic_allowlist%%012-00043\nPASS: 18-sim-basic_allowlist%%012-00044\nPASS: 18-sim-basic_allowlist%%012-00045\nPASS: 18-sim-basic_allowlist%%012-00046\nPASS: 18-sim-basic_allowlist%%012-00047\nPASS: 18-sim-basic_allowlist%%012-00048\nPASS: 18-sim-basic_allowlist%%012-00049\nPASS: 18-sim-basic_allowlist%%012-00050\nPASS: 18-sim-basic_allowlist%%012-00051\nPASS: 18-sim-basic_allowlist%%012-00052\nPASS: 18-sim-basic_allowlist%%012-00053\nPASS: 18-sim-basic_allowlist%%012-00054\nPASS: 18-sim-basic_allowlist%%012-00055\nPASS: 18-sim-basic_allowlist%%012-00056\nPASS: 18-sim-basic_allowlist%%012-00057\nPASS: 18-sim-basic_allowlist%%012-00058\nPASS: 18-sim-basic_allowlist%%012-00059\nPASS: 18-sim-basic_allowlist%%012-00060\nPASS: 18-sim-basic_allowlist%%012-00061\nPASS: 18-sim-basic_allowlist%%012-00062\nPASS: 18-sim-basic_allowlist%%012-00063\nPASS: 18-sim-basic_allowlist%%012-00064\nPASS: 18-sim-basic_allowlist%%012-00065\nPASS: 18-sim-basic_allowlist%%012-00066\nPASS: 18-sim-basic_allowlist%%012-00067\nPASS: 18-sim-basic_allowlist%%012-00068\nPASS: 18-sim-basic_allowlist%%012-00069\nPASS: 18-sim-basic_allowlist%%012-00070\nPASS: 18-sim-basic_allowlist%%012-00071\nPASS: 18-sim-basic_allowlist%%012-00072\nPASS: 18-sim-basic_allowlist%%012-00073\nPASS: 18-sim-basic_allowlist%%012-00074\nPASS: 18-sim-basic_allowlist%%012-00075\nPASS: 18-sim-basic_allowlist%%012-00076\nPASS: 18-sim-basic_allowlist%%012-00077\nPASS: 18-sim-basic_allowlist%%012-00078\nPASS: 18-sim-basic_allowlist%%012-00079\nPASS: 18-sim-basic_allowlist%%012-00080\nPASS: 18-sim-basic_allowlist%%012-00081\nPASS: 18-sim-basic_allowlist%%012-00082\nPASS: 18-sim-basic_allowlist%%012-00083\nPASS: 18-sim-basic_allowlist%%012-00084\nPASS: 18-sim-basic_allowlist%%012-00085\nPASS: 18-sim-basic_allowlist%%012-00086\nPASS: 18-sim-basic_allowlist%%012-00087\nPASS: 18-sim-basic_allowlist%%012-00088\nPASS: 18-sim-basic_allowlist%%012-00089\nPASS: 18-sim-basic_allowlist%%012-00090\nPASS: 18-sim-basic_allowlist%%012-00091\nPASS: 18-sim-basic_allowlist%%012-00092\nPASS: 18-sim-basic_allowlist%%012-00093\nPASS: 18-sim-basic_allowlist%%012-00094\nPASS: 18-sim-basic_allowlist%%012-00095\nPASS: 18-sim-basic_allowlist%%012-00096\nPASS: 18-sim-basic_allowlist%%012-00097\nPASS: 18-sim-basic_allowlist%%012-00098\nPASS: 18-sim-basic_allowlist%%012-00099\nPASS: 18-sim-basic_allowlist%%012-00100\nPASS: 18-sim-basic_allowlist%%012-00101\nPASS: 18-sim-basic_allowlist%%012-00102\nPASS: 18-sim-basic_allowlist%%012-00103\nPASS: 18-sim-basic_allowlist%%012-00104\nPASS: 18-sim-basic_allowlist%%012-00105\nPASS: 18-sim-basic_allowlist%%012-00106\nPASS: 18-sim-basic_allowlist%%012-00107\nPASS: 18-sim-basic_allowlist%%012-00108\nPASS: 18-sim-basic_allowlist%%012-00109\nPASS: 18-sim-basic_allowlist%%012-00110\nPASS: 18-sim-basic_allowlist%%012-00111\nPASS: 18-sim-basic_allowlist%%012-00112\nPASS: 18-sim-basic_allowlist%%012-00113\nPASS: 18-sim-basic_allowlist%%012-00114\nPASS: 18-sim-basic_allowlist%%012-00115\nPASS: 18-sim-basic_allowlist%%012-00116\nPASS: 18-sim-basic_allowlist%%012-00117\nPASS: 18-sim-basic_allowlist%%012-00118\nPASS: 18-sim-basic_allowlist%%012-00119\nPASS: 18-sim-basic_allowlist%%012-00120\nPASS: 18-sim-basic_allowlist%%012-00121\nPASS: 18-sim-basic_allowlist%%012-00122\nPASS: 18-sim-basic_allowlist%%012-00123\nPASS: 18-sim-basic_allowlist%%012-00124\nPASS: 18-sim-basic_allowlist%%012-00125\nPASS: 18-sim-basic_allowlist%%012-00126\nPASS: 18-sim-basic_allowlist%%012-00127\nPASS: 18-sim-basic_allowlist%%012-00128\nPASS: 18-sim-basic_allowlist%%012-00129\nPASS: 18-sim-basic_allowlist%%012-00130\nPASS: 18-sim-basic_allowlist%%012-00131\nPASS: 18-sim-basic_allowlist%%012-00132\nPASS: 18-sim-basic_allowlist%%012-00133\nPASS: 18-sim-basic_allowlist%%012-00134\nPASS: 18-sim-basic_allowlist%%012-00135\nPASS: 18-sim-basic_allowlist%%012-00136\nPASS: 18-sim-basic_allowlist%%012-00137\nPASS: 18-sim-basic_allowlist%%012-00138\nPASS: 18-sim-basic_allowlist%%012-00139\nPASS: 18-sim-basic_allowlist%%012-00140\nPASS: 18-sim-basic_allowlist%%012-00141\nPASS: 18-sim-basic_allowlist%%012-00142\nPASS: 18-sim-basic_allowlist%%012-00143\nPASS: 18-sim-basic_allowlist%%012-00144\nPASS: 18-sim-basic_allowlist%%012-00145\nPASS: 18-sim-basic_allowlist%%012-00146\nPASS: 18-sim-basic_allowlist%%012-00147\nPASS: 18-sim-basic_allowlist%%012-00148\nPASS: 18-sim-basic_allowlist%%012-00149\nPASS: 18-sim-basic_allowlist%%012-00150\nPASS: 18-sim-basic_allowlist%%012-00151\nPASS: 18-sim-basic_allowlist%%012-00152\nPASS: 18-sim-basic_allowlist%%012-00153\nPASS: 18-sim-basic_allowlist%%012-00154\nPASS: 18-sim-basic_allowlist%%012-00155\nPASS: 18-sim-basic_allowlist%%012-00156\nPASS: 18-sim-basic_allowlist%%012-00157\nPASS: 18-sim-basic_allowlist%%012-00158\nPASS: 18-sim-basic_allowlist%%012-00159\nPASS: 18-sim-basic_allowlist%%012-00160\nPASS: 18-sim-basic_allowlist%%012-00161\nPASS: 18-sim-basic_allowlist%%012-00162\nPASS: 18-sim-basic_allowlist%%012-00163\nPASS: 18-sim-basic_allowlist%%012-00164\nPASS: 18-sim-basic_allowlist%%012-00165\nPASS: 18-sim-basic_allowlist%%012-00166\nPASS: 18-sim-basic_allowlist%%012-00167\nPASS: 18-sim-basic_allowlist%%012-00168\nPASS: 18-sim-basic_allowlist%%012-00169\nPASS: 18-sim-basic_allowlist%%012-00170\nPASS: 18-sim-basic_allowlist%%012-00171\nPASS: 18-sim-basic_allowlist%%012-00172\nPASS: 18-sim-basic_allowlist%%012-00173\nPASS: 18-sim-basic_allowlist%%012-00174\nPASS: 18-sim-basic_allowlist%%012-00175\nPASS: 18-sim-basic_allowlist%%012-00176\nPASS: 18-sim-basic_allowlist%%012-00177\nPASS: 18-sim-basic_allowlist%%012-00178\nPASS: 18-sim-basic_allowlist%%012-00179\nPASS: 18-sim-basic_allowlist%%012-00180\nPASS: 18-sim-basic_allowlist%%012-00181\nPASS: 18-sim-basic_allowlist%%012-00182\nPASS: 18-sim-basic_allowlist%%012-00183\nPASS: 18-sim-basic_allowlist%%012-00184\nPASS: 18-sim-basic_allowlist%%012-00185\nPASS: 18-sim-basic_allowlist%%012-00186\nPASS: 18-sim-basic_allowlist%%012-00187\nPASS: 18-sim-basic_allowlist%%012-00188\nPASS: 18-sim-basic_allowlist%%012-00189\nPASS: 18-sim-basic_allowlist%%012-00190\nPASS: 18-sim-basic_allowlist%%012-00191\nPASS: 18-sim-basic_allowlist%%012-00192\nPASS: 18-sim-basic_allowlist%%012-00193\nPASS: 18-sim-basic_allowlist%%012-00194\nPASS: 18-sim-basic_allowlist%%012-00195\nPASS: 18-sim-basic_allowlist%%012-00196\nPASS: 18-sim-basic_allowlist%%012-00197\nPASS: 18-sim-basic_allowlist%%012-00198\nPASS: 18-sim-basic_allowlist%%012-00199\nPASS: 18-sim-basic_allowlist%%012-00200\nPASS: 18-sim-basic_allowlist%%012-00201\nPASS: 18-sim-basic_allowlist%%012-00202\nPASS: 18-sim-basic_allowlist%%012-00203\nPASS: 18-sim-basic_allowlist%%012-00204\nPASS: 18-sim-basic_allowlist%%012-00205\nPASS: 18-sim-basic_allowlist%%012-00206\nPASS: 18-sim-basic_allowlist%%012-00207\nPASS: 18-sim-basic_allowlist%%012-00208\nPASS: 18-sim-basic_allowlist%%012-00209\nPASS: 18-sim-basic_allowlist%%012-00210\nPASS: 18-sim-basic_allowlist%%012-00211\nPASS: 18-sim-basic_allowlist%%012-00212\nPASS: 18-sim-basic_allowlist%%012-00213\nPASS: 18-sim-basic_allowlist%%012-00214\nPASS: 18-sim-basic_allowlist%%012-00215\nPASS: 18-sim-basic_allowlist%%012-00216\nPASS: 18-sim-basic_allowlist%%012-00217\nPASS: 18-sim-basic_allowlist%%012-00218\nPASS: 18-sim-basic_allowlist%%012-00219\nPASS: 18-sim-basic_allowlist%%012-00220\nPASS: 18-sim-basic_allowlist%%012-00221\nPASS: 18-sim-basic_allowlist%%012-00222\nPASS: 18-sim-basic_allowlist%%012-00223\nPASS: 18-sim-basic_allowlist%%012-00224\nPASS: 18-sim-basic_allowlist%%012-00225\nPASS: 18-sim-basic_allowlist%%012-00226\nPASS: 18-sim-basic_allowlist%%012-00227\nPASS: 18-sim-basic_allowlist%%012-00228\nPASS: 18-sim-basic_allowlist%%012-00229\nPASS: 18-sim-basic_allowlist%%012-00230\nPASS: 18-sim-basic_allowlist%%012-00231\nPASS: 18-sim-basic_allowlist%%012-00232\nPASS: 18-sim-basic_allowlist%%012-00233\nPASS: 18-sim-basic_allowlist%%012-00234\nPASS: 18-sim-basic_allowlist%%012-00235\nPASS: 18-sim-basic_allowlist%%012-00236\nPASS: 18-sim-basic_allowlist%%012-00237\nPASS: 18-sim-basic_allowlist%%012-00238\nPASS: 18-sim-basic_allowlist%%012-00239\nPASS: 18-sim-basic_allowlist%%012-00240\nPASS: 18-sim-basic_allowlist%%012-00241\nPASS: 18-sim-basic_allowlist%%012-00242\nPASS: 18-sim-basic_allowlist%%012-00243\nPASS: 18-sim-basic_allowlist%%012-00244\nPASS: 18-sim-basic_allowlist%%012-00245\nPASS: 18-sim-basic_allowlist%%012-00246\nPASS: 18-sim-basic_allowlist%%012-00247\nPASS: 18-sim-basic_allowlist%%012-00248\nPASS: 18-sim-basic_allowlist%%012-00249\nPASS: 18-sim-basic_allowlist%%012-00250\nPASS: 18-sim-basic_allowlist%%012-00251\nPASS: 18-sim-basic_allowlist%%012-00252\nPASS: 18-sim-basic_allowlist%%012-00253\nPASS: 18-sim-basic_allowlist%%012-00254\nPASS: 18-sim-basic_allowlist%%012-00255\nPASS: 18-sim-basic_allowlist%%012-00256\nPASS: 18-sim-basic_allowlist%%012-00257\nPASS: 18-sim-basic_allowlist%%012-00258\nPASS: 18-sim-basic_allowlist%%012-00259\nPASS: 18-sim-basic_allowlist%%012-00260\nPASS: 18-sim-basic_allowlist%%012-00261\nPASS: 18-sim-basic_allowlist%%012-00262\nPASS: 18-sim-basic_allowlist%%012-00263\nPASS: 18-sim-basic_allowlist%%012-00264\nPASS: 18-sim-basic_allowlist%%012-00265\nPASS: 18-sim-basic_allowlist%%012-00266\nPASS: 18-sim-basic_allowlist%%012-00267\nPASS: 18-sim-basic_allowlist%%012-00268\nPASS: 18-sim-basic_allowlist%%012-00269\nPASS: 18-sim-basic_allowlist%%012-00270\nPASS: 18-sim-basic_allowlist%%012-00271\nPASS: 18-sim-basic_allowlist%%012-00272\nPASS: 18-sim-basic_allowlist%%012-00273\nPASS: 18-sim-basic_allowlist%%012-00274\nPASS: 18-sim-basic_allowlist%%012-00275\nPASS: 18-sim-basic_allowlist%%012-00276\nPASS: 18-sim-basic_allowlist%%012-00277\nPASS: 18-sim-basic_allowlist%%012-00278\nPASS: 18-sim-basic_allowlist%%012-00279\nPASS: 18-sim-basic_allowlist%%012-00280\nPASS: 18-sim-basic_allowlist%%012-00281\nPASS: 18-sim-basic_allowlist%%012-00282\nPASS: 18-sim-basic_allowlist%%012-00283\nPASS: 18-sim-basic_allowlist%%012-00284\nPASS: 18-sim-basic_allowlist%%012-00285\nPASS: 18-sim-basic_allowlist%%012-00286\nPASS: 18-sim-basic_allowlist%%012-00287\nPASS: 18-sim-basic_allowlist%%012-00288\nPASS: 18-sim-basic_allowlist%%012-00289\nPASS: 18-sim-basic_allowlist%%012-00290\nPASS: 18-sim-basic_allowlist%%012-00291\nPASS: 18-sim-basic_allowlist%%012-00292\nPASS: 18-sim-basic_allowlist%%012-00293\nPASS: 18-sim-basic_allowlist%%012-00294\nPASS: 18-sim-basic_allowlist%%012-00295\nPASS: 18-sim-basic_allowlist%%012-00296\nPASS: 18-sim-basic_allowlist%%012-00297\nPASS: 18-sim-basic_allowlist%%012-00298\nPASS: 18-sim-basic_allowlist%%012-00299\nPASS: 18-sim-basic_allowlist%%012-00300\nPASS: 18-sim-basic_allowlist%%012-00301\nPASS: 18-sim-basic_allowlist%%012-00302\nPASS: 18-sim-basic_allowlist%%012-00303\nPASS: 18-sim-basic_allowlist%%012-00304\nPASS: 18-sim-basic_allowlist%%012-00305\nPASS: 18-sim-basic_allowlist%%012-00306\nPASS: 18-sim-basic_allowlist%%012-00307\nPASS: 18-sim-basic_allowlist%%012-00308\nPASS: 18-sim-basic_allowlist%%012-00309\nPASS: 18-sim-basic_allowlist%%012-00310\nPASS: 18-sim-basic_allowlist%%012-00311\nPASS: 18-sim-basic_allowlist%%012-00312\nPASS: 18-sim-basic_allowlist%%012-00313\nPASS: 18-sim-basic_allowlist%%012-00314\nPASS: 18-sim-basic_allowlist%%012-00315\nPASS: 18-sim-basic_allowlist%%012-00316\nPASS: 18-sim-basic_allowlist%%012-00317\nPASS: 18-sim-basic_allowlist%%012-00318\nPASS: 18-sim-basic_allowlist%%012-00319\nPASS: 18-sim-basic_allowlist%%012-00320\nPASS: 18-sim-basic_allowlist%%012-00321\nPASS: 18-sim-basic_allowlist%%012-00322\nPASS: 18-sim-basic_allowlist%%012-00323\nPASS: 18-sim-basic_allowlist%%012-00324\nPASS: 18-sim-basic_allowlist%%012-00325\nPASS: 18-sim-basic_allowlist%%012-00326\nPASS: 18-sim-basic_allowlist%%012-00327\nPASS: 18-sim-basic_allowlist%%012-00328\nPASS: 18-sim-basic_allowlist%%012-00329\nPASS: 18-sim-basic_allowlist%%012-00330\nPASS: 18-sim-basic_allowlist%%012-00331\nPASS: 18-sim-basic_allowlist%%012-00332\nPASS: 18-sim-basic_allowlist%%012-00333\nPASS: 18-sim-basic_allowlist%%012-00334\nPASS: 18-sim-basic_allowlist%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 18-sim-basic_allowlist%%013-00001\nPASS: 18-sim-basic_allowlist%%013-00002\nPASS: 18-sim-basic_allowlist%%013-00003\nPASS: 18-sim-basic_allowlist%%013-00004\nPASS: 18-sim-basic_allowlist%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 18-sim-basic_allowlist%%014-00001 (valgrind not installed)\n batch name: 19-sim-missing_syscalls\n test mode:  c\n test type:  bpf-sim\nPASS: 19-sim-missing_syscalls%%001-00001\nPASS: 19-sim-missing_syscalls%%001-00002\nPASS: 19-sim-missing_syscalls%%001-00003\nPASS: 19-sim-missing_syscalls%%001-00004\nPASS: 19-sim-missing_syscalls%%001-00005\nPASS: 19-sim-missing_syscalls%%001-00006\nPASS: 19-sim-missing_syscalls%%001-00007\nPASS: 19-sim-missing_syscalls%%001-00008\nPASS: 19-sim-missing_syscalls%%001-00009\nPASS: 19-sim-missing_syscalls%%001-00010\nPASS: 19-sim-missing_syscalls%%001-00011\nPASS: 19-sim-missing_syscalls%%001-00012\nPASS: 19-sim-missing_syscalls%%001-00013\nPASS: 19-sim-missing_syscalls%%001-00014\nPASS: 19-sim-missing_syscalls%%001-00015\nPASS: 19-sim-missing_syscalls%%001-00016\nPASS: 19-sim-missing_syscalls%%001-00017\nPASS: 19-sim-missing_syscalls%%001-00018\nPASS: 19-sim-missing_syscalls%%001-00019\nPASS: 19-sim-missing_syscalls%%001-00020\nPASS: 19-sim-missing_syscalls%%001-00021\nPASS: 19-sim-missing_syscalls%%001-00022\nPASS: 19-sim-missing_syscalls%%001-00023\nPASS: 19-sim-missing_syscalls%%001-00024\nPASS: 19-sim-missing_syscalls%%001-00025\nPASS: 19-sim-missing_syscalls%%001-00026\nPASS: 19-sim-missing_syscalls%%001-00027\nPASS: 19-sim-missing_syscalls%%001-00028\nPASS: 19-sim-missing_syscalls%%001-00029\nPASS: 19-sim-missing_syscalls%%001-00030\nPASS: 19-sim-missing_syscalls%%001-00031\nPASS: 19-sim-missing_syscalls%%001-00032\nPASS: 19-sim-missing_syscalls%%001-00033\nPASS: 19-sim-missing_syscalls%%001-00034\nPASS: 19-sim-missing_syscalls%%001-00035\nPASS: 19-sim-missing_syscalls%%001-00036\nPASS: 19-sim-missing_syscalls%%001-00037\nPASS: 19-sim-missing_syscalls%%001-00038\nPASS: 19-sim-missing_syscalls%%001-00039\nPASS: 19-sim-missing_syscalls%%001-00040\nPASS: 19-sim-missing_syscalls%%001-00041\nPASS: 19-sim-missing_syscalls%%001-00042\nPASS: 19-sim-missing_syscalls%%001-00043\nPASS: 19-sim-missing_syscalls%%001-00044\nPASS: 19-sim-missing_syscalls%%001-00045\nPASS: 19-sim-missing_syscalls%%001-00046\nPASS: 19-sim-missing_syscalls%%001-00047\nPASS: 19-sim-missing_syscalls%%001-00048\nPASS: 19-sim-missing_syscalls%%001-00049\nPASS: 19-sim-missing_syscalls%%001-00050\nPASS: 19-sim-missing_syscalls%%001-00051\nPASS: 19-sim-missing_syscalls%%001-00052\nPASS: 19-sim-missing_syscalls%%001-00053\nPASS: 19-sim-missing_syscalls%%001-00054\nPASS: 19-sim-missing_syscalls%%001-00055\nPASS: 19-sim-missing_syscalls%%001-00056\nPASS: 19-sim-missing_syscalls%%001-00057\nPASS: 19-sim-missing_syscalls%%001-00058\nPASS: 19-sim-missing_syscalls%%001-00059\nPASS: 19-sim-missing_syscalls%%001-00060\nPASS: 19-sim-missing_syscalls%%001-00061\nPASS: 19-sim-missing_syscalls%%001-00062\nPASS: 19-sim-missing_syscalls%%001-00063\nPASS: 19-sim-missing_syscalls%%001-00064\nPASS: 19-sim-missing_syscalls%%001-00065\nPASS: 19-sim-missing_syscalls%%001-00066\nPASS: 19-sim-missing_syscalls%%001-00067\nPASS: 19-sim-missing_syscalls%%001-00068\nPASS: 19-sim-missing_syscalls%%001-00069\nPASS: 19-sim-missing_syscalls%%001-00070\nPASS: 19-sim-missing_syscalls%%001-00071\nPASS: 19-sim-missing_syscalls%%001-00072\nPASS: 19-sim-missing_syscalls%%001-00073\nPASS: 19-sim-missing_syscalls%%001-00074\nPASS: 19-sim-missing_syscalls%%001-00075\nPASS: 19-sim-missing_syscalls%%001-00076\nPASS: 19-sim-missing_syscalls%%001-00077\nPASS: 19-sim-missing_syscalls%%001-00078\nPASS: 19-sim-missing_syscalls%%001-00079\nPASS: 19-sim-missing_syscalls%%001-00080\nPASS: 19-sim-missing_syscalls%%001-00081\nPASS: 19-sim-missing_syscalls%%001-00082\nPASS: 19-sim-missing_syscalls%%001-00083\nPASS: 19-sim-missing_syscalls%%001-00084\nPASS: 19-sim-missing_syscalls%%001-00085\nPASS: 19-sim-missing_syscalls%%001-00086\nPASS: 19-sim-missing_syscalls%%001-00087\nPASS: 19-sim-missing_syscalls%%001-00088\nPASS: 19-sim-missing_syscalls%%001-00089\nPASS: 19-sim-missing_syscalls%%001-00090\nPASS: 19-sim-missing_syscalls%%001-00091\nPASS: 19-sim-missing_syscalls%%001-00092\nPASS: 19-sim-missing_syscalls%%001-00093\nPASS: 19-sim-missing_syscalls%%001-00094\nPASS: 19-sim-missing_syscalls%%001-00095\nPASS: 19-sim-missing_syscalls%%001-00096\nPASS: 19-sim-missing_syscalls%%001-00097\nPASS: 19-sim-missing_syscalls%%001-00098\nPASS: 19-sim-missing_syscalls%%001-00099\nPASS: 19-sim-missing_syscalls%%001-00100\nPASS: 19-sim-missing_syscalls%%001-00101\nPASS: 19-sim-missing_syscalls%%001-00102\nPASS: 19-sim-missing_syscalls%%001-00103\nPASS: 19-sim-missing_syscalls%%001-00104\nPASS: 19-sim-missing_syscalls%%001-00105\nPASS: 19-sim-missing_syscalls%%001-00106\nPASS: 19-sim-missing_syscalls%%001-00107\nPASS: 19-sim-missing_syscalls%%001-00108\nPASS: 19-sim-missing_syscalls%%001-00109\nPASS: 19-sim-missing_syscalls%%001-00110\nPASS: 19-sim-missing_syscalls%%001-00111\nPASS: 19-sim-missing_syscalls%%001-00112\nPASS: 19-sim-missing_syscalls%%001-00113\nPASS: 19-sim-missing_syscalls%%001-00114\nPASS: 19-sim-missing_syscalls%%001-00115\nPASS: 19-sim-missing_syscalls%%001-00116\nPASS: 19-sim-missing_syscalls%%001-00117\nPASS: 19-sim-missing_syscalls%%001-00118\nPASS: 19-sim-missing_syscalls%%001-00119\nPASS: 19-sim-missing_syscalls%%001-00120\nPASS: 19-sim-missing_syscalls%%001-00121\nPASS: 19-sim-missing_syscalls%%001-00122\nPASS: 19-sim-missing_syscalls%%001-00123\nPASS: 19-sim-missing_syscalls%%001-00124\nPASS: 19-sim-missing_syscalls%%001-00125\nPASS: 19-sim-missing_syscalls%%001-00126\nPASS: 19-sim-missing_syscalls%%001-00127\nPASS: 19-sim-missing_syscalls%%001-00128\nPASS: 19-sim-missing_syscalls%%001-00129\nPASS: 19-sim-missing_syscalls%%001-00130\nPASS: 19-sim-missing_syscalls%%001-00131\nPASS: 19-sim-missing_syscalls%%001-00132\nPASS: 19-sim-missing_syscalls%%001-00133\nPASS: 19-sim-missing_syscalls%%001-00134\nPASS: 19-sim-missing_syscalls%%001-00135\nPASS: 19-sim-missing_syscalls%%001-00136\nPASS: 19-sim-missing_syscalls%%001-00137\nPASS: 19-sim-missing_syscalls%%001-00138\nPASS: 19-sim-missing_syscalls%%001-00139\nPASS: 19-sim-missing_syscalls%%001-00140\nPASS: 19-sim-missing_syscalls%%001-00141\nPASS: 19-sim-missing_syscalls%%001-00142\nPASS: 19-sim-missing_syscalls%%001-00143\nPASS: 19-sim-missing_syscalls%%001-00144\nPASS: 19-sim-missing_syscalls%%001-00145\nPASS: 19-sim-missing_syscalls%%001-00146\nPASS: 19-sim-missing_syscalls%%001-00147\nPASS: 19-sim-missing_syscalls%%001-00148\nPASS: 19-sim-missing_syscalls%%001-00149\nPASS: 19-sim-missing_syscalls%%001-00150\nPASS: 19-sim-missing_syscalls%%001-00151\nPASS: 19-sim-missing_syscalls%%001-00152\nPASS: 19-sim-missing_syscalls%%001-00153\nPASS: 19-sim-missing_syscalls%%001-00154\nPASS: 19-sim-missing_syscalls%%001-00155\nPASS: 19-sim-missing_syscalls%%001-00156\nPASS: 19-sim-missing_syscalls%%001-00157\nPASS: 19-sim-missing_syscalls%%001-00158\nPASS: 19-sim-missing_syscalls%%001-00159\nPASS: 19-sim-missing_syscalls%%001-00160\nPASS: 19-sim-missing_syscalls%%001-00161\nPASS: 19-sim-missing_syscalls%%001-00162\nPASS: 19-sim-missing_syscalls%%001-00163\nPASS: 19-sim-missing_syscalls%%001-00164\nPASS: 19-sim-missing_syscalls%%001-00165\nPASS: 19-sim-missing_syscalls%%001-00166\nPASS: 19-sim-missing_syscalls%%001-00167\nPASS: 19-sim-missing_syscalls%%001-00168\nPASS: 19-sim-missing_syscalls%%001-00169\nPASS: 19-sim-missing_syscalls%%001-00170\nPASS: 19-sim-missing_syscalls%%001-00171\nPASS: 19-sim-missing_syscalls%%001-00172\nPASS: 19-sim-missing_syscalls%%001-00173\nPASS: 19-sim-missing_syscalls%%001-00174\nPASS: 19-sim-missing_syscalls%%001-00175\nPASS: 19-sim-missing_syscalls%%001-00176\nPASS: 19-sim-missing_syscalls%%001-00177\nPASS: 19-sim-missing_syscalls%%001-00178\nPASS: 19-sim-missing_syscalls%%001-00179\nPASS: 19-sim-missing_syscalls%%001-00180\nPASS: 19-sim-missing_syscalls%%001-00181\nPASS: 19-sim-missing_syscalls%%001-00182\nPASS: 19-sim-missing_syscalls%%001-00183\nPASS: 19-sim-missing_syscalls%%001-00184\nPASS: 19-sim-missing_syscalls%%001-00185\nPASS: 19-sim-missing_syscalls%%001-00186\nPASS: 19-sim-missing_syscalls%%001-00187\nPASS: 19-sim-missing_syscalls%%001-00188\nPASS: 19-sim-missing_syscalls%%001-00189\nPASS: 19-sim-missing_syscalls%%001-00190\nPASS: 19-sim-missing_syscalls%%001-00191\nPASS: 19-sim-missing_syscalls%%001-00192\nPASS: 19-sim-missing_syscalls%%001-00193\nPASS: 19-sim-missing_syscalls%%001-00194\nPASS: 19-sim-missing_syscalls%%001-00195\nPASS: 19-sim-missing_syscalls%%001-00196\nPASS: 19-sim-missing_syscalls%%001-00197\nPASS: 19-sim-missing_syscalls%%001-00198\nPASS: 19-sim-missing_syscalls%%001-00199\nPASS: 19-sim-missing_syscalls%%001-00200\nPASS: 19-sim-missing_syscalls%%001-00201\nPASS: 19-sim-missing_syscalls%%001-00202\nPASS: 19-sim-missing_syscalls%%001-00203\nPASS: 19-sim-missing_syscalls%%001-00204\nPASS: 19-sim-missing_syscalls%%001-00205\nPASS: 19-sim-missing_syscalls%%001-00206\nPASS: 19-sim-missing_syscalls%%001-00207\nPASS: 19-sim-missing_syscalls%%001-00208\nPASS: 19-sim-missing_syscalls%%001-00209\nPASS: 19-sim-missing_syscalls%%001-00210\nPASS: 19-sim-missing_syscalls%%001-00211\nPASS: 19-sim-missing_syscalls%%001-00212\nPASS: 19-sim-missing_syscalls%%001-00213\nPASS: 19-sim-missing_syscalls%%001-00214\nPASS: 19-sim-missing_syscalls%%001-00215\nPASS: 19-sim-missing_syscalls%%001-00216\nPASS: 19-sim-missing_syscalls%%001-00217\nPASS: 19-sim-missing_syscalls%%001-00218\nPASS: 19-sim-missing_syscalls%%001-00219\nPASS: 19-sim-missing_syscalls%%001-00220\nPASS: 19-sim-missing_syscalls%%001-00221\nPASS: 19-sim-missing_syscalls%%001-00222\nPASS: 19-sim-missing_syscalls%%001-00223\nPASS: 19-sim-missing_syscalls%%001-00224\nPASS: 19-sim-missing_syscalls%%001-00225\nPASS: 19-sim-missing_syscalls%%001-00226\nPASS: 19-sim-missing_syscalls%%001-00227\nPASS: 19-sim-missing_syscalls%%001-00228\nPASS: 19-sim-missing_syscalls%%001-00229\nPASS: 19-sim-missing_syscalls%%001-00230\nPASS: 19-sim-missing_syscalls%%001-00231\nPASS: 19-sim-missing_syscalls%%001-00232\nPASS: 19-sim-missing_syscalls%%001-00233\nPASS: 19-sim-missing_syscalls%%001-00234\nPASS: 19-sim-missing_syscalls%%001-00235\nPASS: 19-sim-missing_syscalls%%001-00236\nPASS: 19-sim-missing_syscalls%%001-00237\nPASS: 19-sim-missing_syscalls%%001-00238\nPASS: 19-sim-missing_syscalls%%001-00239\nPASS: 19-sim-missing_syscalls%%001-00240\nPASS: 19-sim-missing_syscalls%%001-00241\nPASS: 19-sim-missing_syscalls%%001-00242\nPASS: 19-sim-missing_syscalls%%001-00243\nPASS: 19-sim-missing_syscalls%%001-00244\nPASS: 19-sim-missing_syscalls%%001-00245\nPASS: 19-sim-missing_syscalls%%001-00246\nPASS: 19-sim-missing_syscalls%%001-00247\nPASS: 19-sim-missing_syscalls%%001-00248\nPASS: 19-sim-missing_syscalls%%001-00249\nPASS: 19-sim-missing_syscalls%%001-00250\nPASS: 19-sim-missing_syscalls%%001-00251\nPASS: 19-sim-missing_syscalls%%001-00252\nPASS: 19-sim-missing_syscalls%%001-00253\nPASS: 19-sim-missing_syscalls%%001-00254\nPASS: 19-sim-missing_syscalls%%001-00255\nPASS: 19-sim-missing_syscalls%%001-00256\nPASS: 19-sim-missing_syscalls%%001-00257\nPASS: 19-sim-missing_syscalls%%001-00258\nPASS: 19-sim-missing_syscalls%%001-00259\nPASS: 19-sim-missing_syscalls%%001-00260\nPASS: 19-sim-missing_syscalls%%001-00261\nPASS: 19-sim-missing_syscalls%%001-00262\nPASS: 19-sim-missing_syscalls%%001-00263\nPASS: 19-sim-missing_syscalls%%001-00264\nPASS: 19-sim-missing_syscalls%%001-00265\nPASS: 19-sim-missing_syscalls%%001-00266\nPASS: 19-sim-missing_syscalls%%001-00267\nPASS: 19-sim-missing_syscalls%%001-00268\nPASS: 19-sim-missing_syscalls%%001-00269\nPASS: 19-sim-missing_syscalls%%001-00270\nPASS: 19-sim-missing_syscalls%%001-00271\nPASS: 19-sim-missing_syscalls%%001-00272\nPASS: 19-sim-missing_syscalls%%001-00273\nPASS: 19-sim-missing_syscalls%%001-00274\nPASS: 19-sim-missing_syscalls%%001-00275\nPASS: 19-sim-missing_syscalls%%001-00276\nPASS: 19-sim-missing_syscalls%%001-00277\nPASS: 19-sim-missing_syscalls%%001-00278\nPASS: 19-sim-missing_syscalls%%001-00279\nPASS: 19-sim-missing_syscalls%%001-00280\nPASS: 19-sim-missing_syscalls%%001-00281\nPASS: 19-sim-missing_syscalls%%001-00282\nPASS: 19-sim-missing_syscalls%%001-00283\nPASS: 19-sim-missing_syscalls%%001-00284\nPASS: 19-sim-missing_syscalls%%001-00285\nPASS: 19-sim-missing_syscalls%%001-00286\nPASS: 19-sim-missing_syscalls%%001-00287\nPASS: 19-sim-missing_syscalls%%001-00288\nPASS: 19-sim-missing_syscalls%%001-00289\nPASS: 19-sim-missing_syscalls%%001-00290\nPASS: 19-sim-missing_syscalls%%001-00291\nPASS: 19-sim-missing_syscalls%%001-00292\nPASS: 19-sim-missing_syscalls%%001-00293\nPASS: 19-sim-missing_syscalls%%001-00294\nPASS: 19-sim-missing_syscalls%%001-00295\nPASS: 19-sim-missing_syscalls%%001-00296\nPASS: 19-sim-missing_syscalls%%001-00297\nPASS: 19-sim-missing_syscalls%%001-00298\nPASS: 19-sim-missing_syscalls%%001-00299\nPASS: 19-sim-missing_syscalls%%001-00300\nPASS: 19-sim-missing_syscalls%%001-00301\nPASS: 19-sim-missing_syscalls%%001-00302\nPASS: 19-sim-missing_syscalls%%001-00303\nPASS: 19-sim-missing_syscalls%%001-00304\nPASS: 19-sim-missing_syscalls%%001-00305\nPASS: 19-sim-missing_syscalls%%001-00306\nPASS: 19-sim-missing_syscalls%%001-00307\nPASS: 19-sim-missing_syscalls%%001-00308\nPASS: 19-sim-missing_syscalls%%001-00309\nPASS: 19-sim-missing_syscalls%%001-00310\nPASS: 19-sim-missing_syscalls%%001-00311\nPASS: 19-sim-missing_syscalls%%001-00312\nPASS: 19-sim-missing_syscalls%%001-00313\nPASS: 19-sim-missing_syscalls%%001-00314\nPASS: 19-sim-missing_syscalls%%001-00315\nPASS: 19-sim-missing_syscalls%%001-00316\nPASS: 19-sim-missing_syscalls%%001-00317\nPASS: 19-sim-missing_syscalls%%001-00318\nPASS: 19-sim-missing_syscalls%%001-00319\nPASS: 19-sim-missing_syscalls%%001-00320\nPASS: 19-sim-missing_syscalls%%001-00321\nPASS: 19-sim-missing_syscalls%%001-00322\nPASS: 19-sim-missing_syscalls%%001-00323\nPASS: 19-sim-missing_syscalls%%001-00324\nPASS: 19-sim-missing_syscalls%%001-00325\nPASS: 19-sim-missing_syscalls%%001-00326\nPASS: 19-sim-missing_syscalls%%001-00327\nPASS: 19-sim-missing_syscalls%%001-00328\nPASS: 19-sim-missing_syscalls%%001-00329\nPASS: 19-sim-missing_syscalls%%001-00330\nPASS: 19-sim-missing_syscalls%%001-00331\nPASS: 19-sim-missing_syscalls%%001-00332\nPASS: 19-sim-missing_syscalls%%001-00333\nPASS: 19-sim-missing_syscalls%%001-00334\nPASS: 19-sim-missing_syscalls%%001-00335\nPASS: 19-sim-missing_syscalls%%001-00336\nPASS: 19-sim-missing_syscalls%%001-00337\nPASS: 19-sim-missing_syscalls%%001-00338\nPASS: 19-sim-missing_syscalls%%001-00339\nPASS: 19-sim-missing_syscalls%%001-00340\nPASS: 19-sim-missing_syscalls%%001-00341\nPASS: 19-sim-missing_syscalls%%001-00342\nPASS: 19-sim-missing_syscalls%%001-00343\nPASS: 19-sim-missing_syscalls%%001-00344\nPASS: 19-sim-missing_syscalls%%001-00345\nPASS: 19-sim-missing_syscalls%%001-00346\nPASS: 19-sim-missing_syscalls%%001-00347\nPASS: 19-sim-missing_syscalls%%001-00348\nPASS: 19-sim-missing_syscalls%%001-00349\nPASS: 19-sim-missing_syscalls%%001-00350\nPASS: 19-sim-missing_syscalls%%001-00351\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 19-sim-missing_syscalls%%002-00001 (valgrind not installed)\n batch name: 20-live-basic_die\n test mode:  c\n test type:  live\nSKIP: 20-live-basic_die%%001-00001 (must specify live tests)\nSKIP: 20-live-basic_die%%002-00001 (must specify live tests)\nSKIP: 20-live-basic_die%%003-00001 (must specify live tests)\n batch name: 21-live-basic_allow\n test mode:  c\n test type:  live\nSKIP: 21-live-basic_allow%%001-00001 (must specify live tests)\n batch name: 22-sim-basic_chains_array\n test mode:  c\n test type:  bpf-sim\nPASS: 22-sim-basic_chains_array%%001-00001\nPASS: 22-sim-basic_chains_array%%002-00001\nPASS: 22-sim-basic_chains_array%%002-00002\nPASS: 22-sim-basic_chains_array%%002-00003\nPASS: 22-sim-basic_chains_array%%002-00004\nPASS: 22-sim-basic_chains_array%%002-00005\nPASS: 22-sim-basic_chains_array%%002-00006\nPASS: 22-sim-basic_chains_array%%002-00007\nPASS: 22-sim-basic_chains_array%%002-00008\nPASS: 22-sim-basic_chains_array%%002-00009\nPASS: 22-sim-basic_chains_array%%002-00010\nPASS: 22-sim-basic_chains_array%%003-00001\nPASS: 22-sim-basic_chains_array%%003-00002\nPASS: 22-sim-basic_chains_array%%004-00001\nPASS: 22-sim-basic_chains_array%%004-00002\nPASS: 22-sim-basic_chains_array%%004-00003\nPASS: 22-sim-basic_chains_array%%004-00004\nPASS: 22-sim-basic_chains_array%%004-00005\nPASS: 22-sim-basic_chains_array%%004-00006\nPASS: 22-sim-basic_chains_array%%004-00007\nPASS: 22-sim-basic_chains_array%%004-00008\nPASS: 22-sim-basic_chains_array%%005-00001\nPASS: 22-sim-basic_chains_array%%006-00001\nPASS: 22-sim-basic_chains_array%%007-00001\nSKIP: 22-sim-basic_chains_array%%008-00001 (architecture difference)\nSKIP: 22-sim-basic_chains_array%%009-00001 (architecture difference)\nSKIP: 22-sim-basic_chains_array%%010-00001 (architecture difference)\nPASS: 22-sim-basic_chains_array%%011-00001\nPASS: 22-sim-basic_chains_array%%011-00002\nPASS: 22-sim-basic_chains_array%%011-00003\nPASS: 22-sim-basic_chains_array%%011-00004\nPASS: 22-sim-basic_chains_array%%011-00005\nPASS: 22-sim-basic_chains_array%%011-00006\nPASS: 22-sim-basic_chains_array%%011-00007\nPASS: 22-sim-basic_chains_array%%011-00008\nPASS: 22-sim-basic_chains_array%%011-00009\nPASS: 22-sim-basic_chains_array%%011-00010\nPASS: 22-sim-basic_chains_array%%011-00011\nPASS: 22-sim-basic_chains_array%%012-00001\nPASS: 22-sim-basic_chains_array%%012-00002\nPASS: 22-sim-basic_chains_array%%012-00003\nPASS: 22-sim-basic_chains_array%%012-00004\nPASS: 22-sim-basic_chains_array%%012-00005\nPASS: 22-sim-basic_chains_array%%012-00006\nPASS: 22-sim-basic_chains_array%%012-00007\nPASS: 22-sim-basic_chains_array%%012-00008\nPASS: 22-sim-basic_chains_array%%012-00009\nPASS: 22-sim-basic_chains_array%%012-00010\nPASS: 22-sim-basic_chains_array%%012-00011\nPASS: 22-sim-basic_chains_array%%012-00012\nPASS: 22-sim-basic_chains_array%%012-00013\nPASS: 22-sim-basic_chains_array%%012-00014\nPASS: 22-sim-basic_chains_array%%012-00015\nPASS: 22-sim-basic_chains_array%%012-00016\nPASS: 22-sim-basic_chains_array%%012-00017\nPASS: 22-sim-basic_chains_array%%012-00018\nPASS: 22-sim-basic_chains_array%%012-00019\nPASS: 22-sim-basic_chains_array%%012-00020\nPASS: 22-sim-basic_chains_array%%012-00021\nPASS: 22-sim-basic_chains_array%%012-00022\nPASS: 22-sim-basic_chains_array%%012-00023\nPASS: 22-sim-basic_chains_array%%012-00024\nPASS: 22-sim-basic_chains_array%%012-00025\nPASS: 22-sim-basic_chains_array%%012-00026\nPASS: 22-sim-basic_chains_array%%012-00027\nPASS: 22-sim-basic_chains_array%%012-00028\nPASS: 22-sim-basic_chains_array%%012-00029\nPASS: 22-sim-basic_chains_array%%012-00030\nPASS: 22-sim-basic_chains_array%%012-00031\nPASS: 22-sim-basic_chains_array%%012-00032\nPASS: 22-sim-basic_chains_array%%012-00033\nPASS: 22-sim-basic_chains_array%%012-00034\nPASS: 22-sim-basic_chains_array%%012-00035\nPASS: 22-sim-basic_chains_array%%012-00036\nPASS: 22-sim-basic_chains_array%%012-00037\nPASS: 22-sim-basic_chains_array%%012-00038\nPASS: 22-sim-basic_chains_array%%012-00039\nPASS: 22-sim-basic_chains_array%%012-00040\nPASS: 22-sim-basic_chains_array%%012-00041\nPASS: 22-sim-basic_chains_array%%012-00042\nPASS: 22-sim-basic_chains_array%%012-00043\nPASS: 22-sim-basic_chains_array%%012-00044\nPASS: 22-sim-basic_chains_array%%012-00045\nPASS: 22-sim-basic_chains_array%%012-00046\nPASS: 22-sim-basic_chains_array%%012-00047\nPASS: 22-sim-basic_chains_array%%012-00048\nPASS: 22-sim-basic_chains_array%%012-00049\nPASS: 22-sim-basic_chains_array%%012-00050\nPASS: 22-sim-basic_chains_array%%012-00051\nPASS: 22-sim-basic_chains_array%%012-00052\nPASS: 22-sim-basic_chains_array%%012-00053\nPASS: 22-sim-basic_chains_array%%012-00054\nPASS: 22-sim-basic_chains_array%%012-00055\nPASS: 22-sim-basic_chains_array%%012-00056\nPASS: 22-sim-basic_chains_array%%012-00057\nPASS: 22-sim-basic_chains_array%%012-00058\nPASS: 22-sim-basic_chains_array%%012-00059\nPASS: 22-sim-basic_chains_array%%012-00060\nPASS: 22-sim-basic_chains_array%%012-00061\nPASS: 22-sim-basic_chains_array%%012-00062\nPASS: 22-sim-basic_chains_array%%012-00063\nPASS: 22-sim-basic_chains_array%%012-00064\nPASS: 22-sim-basic_chains_array%%012-00065\nPASS: 22-sim-basic_chains_array%%012-00066\nPASS: 22-sim-basic_chains_array%%012-00067\nPASS: 22-sim-basic_chains_array%%012-00068\nPASS: 22-sim-basic_chains_array%%012-00069\nPASS: 22-sim-basic_chains_array%%012-00070\nPASS: 22-sim-basic_chains_array%%012-00071\nPASS: 22-sim-basic_chains_array%%012-00072\nPASS: 22-sim-basic_chains_array%%012-00073\nPASS: 22-sim-basic_chains_array%%012-00074\nPASS: 22-sim-basic_chains_array%%012-00075\nPASS: 22-sim-basic_chains_array%%012-00076\nPASS: 22-sim-basic_chains_array%%012-00077\nPASS: 22-sim-basic_chains_array%%012-00078\nPASS: 22-sim-basic_chains_array%%012-00079\nPASS: 22-sim-basic_chains_array%%012-00080\nPASS: 22-sim-basic_chains_array%%012-00081\nPASS: 22-sim-basic_chains_array%%012-00082\nPASS: 22-sim-basic_chains_array%%012-00083\nPASS: 22-sim-basic_chains_array%%012-00084\nPASS: 22-sim-basic_chains_array%%012-00085\nPASS: 22-sim-basic_chains_array%%012-00086\nPASS: 22-sim-basic_chains_array%%012-00087\nPASS: 22-sim-basic_chains_array%%012-00088\nPASS: 22-sim-basic_chains_array%%012-00089\nPASS: 22-sim-basic_chains_array%%012-00090\nPASS: 22-sim-basic_chains_array%%012-00091\nPASS: 22-sim-basic_chains_array%%012-00092\nPASS: 22-sim-basic_chains_array%%012-00093\nPASS: 22-sim-basic_chains_array%%012-00094\nPASS: 22-sim-basic_chains_array%%012-00095\nPASS: 22-sim-basic_chains_array%%012-00096\nPASS: 22-sim-basic_chains_array%%012-00097\nPASS: 22-sim-basic_chains_array%%012-00098\nPASS: 22-sim-basic_chains_array%%012-00099\nPASS: 22-sim-basic_chains_array%%012-00100\nPASS: 22-sim-basic_chains_array%%012-00101\nPASS: 22-sim-basic_chains_array%%012-00102\nPASS: 22-sim-basic_chains_array%%012-00103\nPASS: 22-sim-basic_chains_array%%012-00104\nPASS: 22-sim-basic_chains_array%%012-00105\nPASS: 22-sim-basic_chains_array%%012-00106\nPASS: 22-sim-basic_chains_array%%012-00107\nPASS: 22-sim-basic_chains_array%%012-00108\nPASS: 22-sim-basic_chains_array%%012-00109\nPASS: 22-sim-basic_chains_array%%012-00110\nPASS: 22-sim-basic_chains_array%%012-00111\nPASS: 22-sim-basic_chains_array%%012-00112\nPASS: 22-sim-basic_chains_array%%012-00113\nPASS: 22-sim-basic_chains_array%%012-00114\nPASS: 22-sim-basic_chains_array%%012-00115\nPASS: 22-sim-basic_chains_array%%012-00116\nPASS: 22-sim-basic_chains_array%%012-00117\nPASS: 22-sim-basic_chains_array%%012-00118\nPASS: 22-sim-basic_chains_array%%012-00119\nPASS: 22-sim-basic_chains_array%%012-00120\nPASS: 22-sim-basic_chains_array%%012-00121\nPASS: 22-sim-basic_chains_array%%012-00122\nPASS: 22-sim-basic_chains_array%%012-00123\nPASS: 22-sim-basic_chains_array%%012-00124\nPASS: 22-sim-basic_chains_array%%012-00125\nPASS: 22-sim-basic_chains_array%%012-00126\nPASS: 22-sim-basic_chains_array%%012-00127\nPASS: 22-sim-basic_chains_array%%012-00128\nPASS: 22-sim-basic_chains_array%%012-00129\nPASS: 22-sim-basic_chains_array%%012-00130\nPASS: 22-sim-basic_chains_array%%012-00131\nPASS: 22-sim-basic_chains_array%%012-00132\nPASS: 22-sim-basic_chains_array%%012-00133\nPASS: 22-sim-basic_chains_array%%012-00134\nPASS: 22-sim-basic_chains_array%%012-00135\nPASS: 22-sim-basic_chains_array%%012-00136\nPASS: 22-sim-basic_chains_array%%012-00137\nPASS: 22-sim-basic_chains_array%%012-00138\nPASS: 22-sim-basic_chains_array%%012-00139\nPASS: 22-sim-basic_chains_array%%012-00140\nPASS: 22-sim-basic_chains_array%%012-00141\nPASS: 22-sim-basic_chains_array%%012-00142\nPASS: 22-sim-basic_chains_array%%012-00143\nPASS: 22-sim-basic_chains_array%%012-00144\nPASS: 22-sim-basic_chains_array%%012-00145\nPASS: 22-sim-basic_chains_array%%012-00146\nPASS: 22-sim-basic_chains_array%%012-00147\nPASS: 22-sim-basic_chains_array%%012-00148\nPASS: 22-sim-basic_chains_array%%012-00149\nPASS: 22-sim-basic_chains_array%%012-00150\nPASS: 22-sim-basic_chains_array%%012-00151\nPASS: 22-sim-basic_chains_array%%012-00152\nPASS: 22-sim-basic_chains_array%%012-00153\nPASS: 22-sim-basic_chains_array%%012-00154\nPASS: 22-sim-basic_chains_array%%012-00155\nPASS: 22-sim-basic_chains_array%%012-00156\nPASS: 22-sim-basic_chains_array%%012-00157\nPASS: 22-sim-basic_chains_array%%012-00158\nPASS: 22-sim-basic_chains_array%%012-00159\nPASS: 22-sim-basic_chains_array%%012-00160\nPASS: 22-sim-basic_chains_array%%012-00161\nPASS: 22-sim-basic_chains_array%%012-00162\nPASS: 22-sim-basic_chains_array%%012-00163\nPASS: 22-sim-basic_chains_array%%012-00164\nPASS: 22-sim-basic_chains_array%%012-00165\nPASS: 22-sim-basic_chains_array%%012-00166\nPASS: 22-sim-basic_chains_array%%012-00167\nPASS: 22-sim-basic_chains_array%%012-00168\nPASS: 22-sim-basic_chains_array%%012-00169\nPASS: 22-sim-basic_chains_array%%012-00170\nPASS: 22-sim-basic_chains_array%%012-00171\nPASS: 22-sim-basic_chains_array%%012-00172\nPASS: 22-sim-basic_chains_array%%012-00173\nPASS: 22-sim-basic_chains_array%%012-00174\nPASS: 22-sim-basic_chains_array%%012-00175\nPASS: 22-sim-basic_chains_array%%012-00176\nPASS: 22-sim-basic_chains_array%%012-00177\nPASS: 22-sim-basic_chains_array%%012-00178\nPASS: 22-sim-basic_chains_array%%012-00179\nPASS: 22-sim-basic_chains_array%%012-00180\nPASS: 22-sim-basic_chains_array%%012-00181\nPASS: 22-sim-basic_chains_array%%012-00182\nPASS: 22-sim-basic_chains_array%%012-00183\nPASS: 22-sim-basic_chains_array%%012-00184\nPASS: 22-sim-basic_chains_array%%012-00185\nPASS: 22-sim-basic_chains_array%%012-00186\nPASS: 22-sim-basic_chains_array%%012-00187\nPASS: 22-sim-basic_chains_array%%012-00188\nPASS: 22-sim-basic_chains_array%%012-00189\nPASS: 22-sim-basic_chains_array%%012-00190\nPASS: 22-sim-basic_chains_array%%012-00191\nPASS: 22-sim-basic_chains_array%%012-00192\nPASS: 22-sim-basic_chains_array%%012-00193\nPASS: 22-sim-basic_chains_array%%012-00194\nPASS: 22-sim-basic_chains_array%%012-00195\nPASS: 22-sim-basic_chains_array%%012-00196\nPASS: 22-sim-basic_chains_array%%012-00197\nPASS: 22-sim-basic_chains_array%%012-00198\nPASS: 22-sim-basic_chains_array%%012-00199\nPASS: 22-sim-basic_chains_array%%012-00200\nPASS: 22-sim-basic_chains_array%%012-00201\nPASS: 22-sim-basic_chains_array%%012-00202\nPASS: 22-sim-basic_chains_array%%012-00203\nPASS: 22-sim-basic_chains_array%%012-00204\nPASS: 22-sim-basic_chains_array%%012-00205\nPASS: 22-sim-basic_chains_array%%012-00206\nPASS: 22-sim-basic_chains_array%%012-00207\nPASS: 22-sim-basic_chains_array%%012-00208\nPASS: 22-sim-basic_chains_array%%012-00209\nPASS: 22-sim-basic_chains_array%%012-00210\nPASS: 22-sim-basic_chains_array%%012-00211\nPASS: 22-sim-basic_chains_array%%012-00212\nPASS: 22-sim-basic_chains_array%%012-00213\nPASS: 22-sim-basic_chains_array%%012-00214\nPASS: 22-sim-basic_chains_array%%012-00215\nPASS: 22-sim-basic_chains_array%%012-00216\nPASS: 22-sim-basic_chains_array%%012-00217\nPASS: 22-sim-basic_chains_array%%012-00218\nPASS: 22-sim-basic_chains_array%%012-00219\nPASS: 22-sim-basic_chains_array%%012-00220\nPASS: 22-sim-basic_chains_array%%012-00221\nPASS: 22-sim-basic_chains_array%%012-00222\nPASS: 22-sim-basic_chains_array%%012-00223\nPASS: 22-sim-basic_chains_array%%012-00224\nPASS: 22-sim-basic_chains_array%%012-00225\nPASS: 22-sim-basic_chains_array%%012-00226\nPASS: 22-sim-basic_chains_array%%012-00227\nPASS: 22-sim-basic_chains_array%%012-00228\nPASS: 22-sim-basic_chains_array%%012-00229\nPASS: 22-sim-basic_chains_array%%012-00230\nPASS: 22-sim-basic_chains_array%%012-00231\nPASS: 22-sim-basic_chains_array%%012-00232\nPASS: 22-sim-basic_chains_array%%012-00233\nPASS: 22-sim-basic_chains_array%%012-00234\nPASS: 22-sim-basic_chains_array%%012-00235\nPASS: 22-sim-basic_chains_array%%012-00236\nPASS: 22-sim-basic_chains_array%%012-00237\nPASS: 22-sim-basic_chains_array%%012-00238\nPASS: 22-sim-basic_chains_array%%012-00239\nPASS: 22-sim-basic_chains_array%%012-00240\nPASS: 22-sim-basic_chains_array%%012-00241\nPASS: 22-sim-basic_chains_array%%012-00242\nPASS: 22-sim-basic_chains_array%%012-00243\nPASS: 22-sim-basic_chains_array%%012-00244\nPASS: 22-sim-basic_chains_array%%012-00245\nPASS: 22-sim-basic_chains_array%%012-00246\nPASS: 22-sim-basic_chains_array%%012-00247\nPASS: 22-sim-basic_chains_array%%012-00248\nPASS: 22-sim-basic_chains_array%%012-00249\nPASS: 22-sim-basic_chains_array%%012-00250\nPASS: 22-sim-basic_chains_array%%012-00251\nPASS: 22-sim-basic_chains_array%%012-00252\nPASS: 22-sim-basic_chains_array%%012-00253\nPASS: 22-sim-basic_chains_array%%012-00254\nPASS: 22-sim-basic_chains_array%%012-00255\nPASS: 22-sim-basic_chains_array%%012-00256\nPASS: 22-sim-basic_chains_array%%012-00257\nPASS: 22-sim-basic_chains_array%%012-00258\nPASS: 22-sim-basic_chains_array%%012-00259\nPASS: 22-sim-basic_chains_array%%012-00260\nPASS: 22-sim-basic_chains_array%%012-00261\nPASS: 22-sim-basic_chains_array%%012-00262\nPASS: 22-sim-basic_chains_array%%012-00263\nPASS: 22-sim-basic_chains_array%%012-00264\nPASS: 22-sim-basic_chains_array%%012-00265\nPASS: 22-sim-basic_chains_array%%012-00266\nPASS: 22-sim-basic_chains_array%%012-00267\nPASS: 22-sim-basic_chains_array%%012-00268\nPASS: 22-sim-basic_chains_array%%012-00269\nPASS: 22-sim-basic_chains_array%%012-00270\nPASS: 22-sim-basic_chains_array%%012-00271\nPASS: 22-sim-basic_chains_array%%012-00272\nPASS: 22-sim-basic_chains_array%%012-00273\nPASS: 22-sim-basic_chains_array%%012-00274\nPASS: 22-sim-basic_chains_array%%012-00275\nPASS: 22-sim-basic_chains_array%%012-00276\nPASS: 22-sim-basic_chains_array%%012-00277\nPASS: 22-sim-basic_chains_array%%012-00278\nPASS: 22-sim-basic_chains_array%%012-00279\nPASS: 22-sim-basic_chains_array%%012-00280\nPASS: 22-sim-basic_chains_array%%012-00281\nPASS: 22-sim-basic_chains_array%%012-00282\nPASS: 22-sim-basic_chains_array%%012-00283\nPASS: 22-sim-basic_chains_array%%012-00284\nPASS: 22-sim-basic_chains_array%%012-00285\nPASS: 22-sim-basic_chains_array%%012-00286\nPASS: 22-sim-basic_chains_array%%012-00287\nPASS: 22-sim-basic_chains_array%%012-00288\nPASS: 22-sim-basic_chains_array%%012-00289\nPASS: 22-sim-basic_chains_array%%012-00290\nPASS: 22-sim-basic_chains_array%%012-00291\nPASS: 22-sim-basic_chains_array%%012-00292\nPASS: 22-sim-basic_chains_array%%012-00293\nPASS: 22-sim-basic_chains_array%%012-00294\nPASS: 22-sim-basic_chains_array%%012-00295\nPASS: 22-sim-basic_chains_array%%012-00296\nPASS: 22-sim-basic_chains_array%%012-00297\nPASS: 22-sim-basic_chains_array%%012-00298\nPASS: 22-sim-basic_chains_array%%012-00299\nPASS: 22-sim-basic_chains_array%%012-00300\nPASS: 22-sim-basic_chains_array%%012-00301\nPASS: 22-sim-basic_chains_array%%012-00302\nPASS: 22-sim-basic_chains_array%%012-00303\nPASS: 22-sim-basic_chains_array%%012-00304\nPASS: 22-sim-basic_chains_array%%012-00305\nPASS: 22-sim-basic_chains_array%%012-00306\nPASS: 22-sim-basic_chains_array%%012-00307\nPASS: 22-sim-basic_chains_array%%012-00308\nPASS: 22-sim-basic_chains_array%%012-00309\nPASS: 22-sim-basic_chains_array%%012-00310\nPASS: 22-sim-basic_chains_array%%012-00311\nPASS: 22-sim-basic_chains_array%%012-00312\nPASS: 22-sim-basic_chains_array%%012-00313\nPASS: 22-sim-basic_chains_array%%012-00314\nPASS: 22-sim-basic_chains_array%%012-00315\nPASS: 22-sim-basic_chains_array%%012-00316\nPASS: 22-sim-basic_chains_array%%012-00317\nPASS: 22-sim-basic_chains_array%%012-00318\nPASS: 22-sim-basic_chains_array%%012-00319\nPASS: 22-sim-basic_chains_array%%012-00320\nPASS: 22-sim-basic_chains_array%%012-00321\nPASS: 22-sim-basic_chains_array%%012-00322\nPASS: 22-sim-basic_chains_array%%012-00323\nPASS: 22-sim-basic_chains_array%%012-00324\nPASS: 22-sim-basic_chains_array%%012-00325\nPASS: 22-sim-basic_chains_array%%012-00326\nPASS: 22-sim-basic_chains_array%%012-00327\nPASS: 22-sim-basic_chains_array%%012-00328\nPASS: 22-sim-basic_chains_array%%012-00329\nPASS: 22-sim-basic_chains_array%%012-00330\nPASS: 22-sim-basic_chains_array%%012-00331\nPASS: 22-sim-basic_chains_array%%012-00332\nPASS: 22-sim-basic_chains_array%%012-00333\nPASS: 22-sim-basic_chains_array%%012-00334\nPASS: 22-sim-basic_chains_array%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 22-sim-basic_chains_array%%013-00001\nPASS: 22-sim-basic_chains_array%%013-00002\nPASS: 22-sim-basic_chains_array%%013-00003\nPASS: 22-sim-basic_chains_array%%013-00004\nPASS: 22-sim-basic_chains_array%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 22-sim-basic_chains_array%%014-00001 (valgrind not installed)\n batch name: 23-sim-arch_all_le_basic\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 23-sim-arch_all_le_basic%%008-00001 (valgrind not installed)\n batch name: 24-live-arg_allow\n test mode:  c\n test type:  live\nSKIP: 24-live-arg_allow%%001-00001 (must specify live tests)\n batch name: 25-sim-multilevel_chains_adv\n test mode:  c\n test type:  bpf-sim\nPASS: 25-sim-multilevel_chains_adv%%001-00001\nPASS: 25-sim-multilevel_chains_adv%%001-00002\nPASS: 25-sim-multilevel_chains_adv%%001-00003\nPASS: 25-sim-multilevel_chains_adv%%001-00004\nPASS: 25-sim-multilevel_chains_adv%%001-00005\nPASS: 25-sim-multilevel_chains_adv%%001-00006\nPASS: 25-sim-multilevel_chains_adv%%001-00007\nPASS: 25-sim-multilevel_chains_adv%%001-00008\nPASS: 25-sim-multilevel_chains_adv%%001-00009\nPASS: 25-sim-multilevel_chains_adv%%001-00010\nPASS: 25-sim-multilevel_chains_adv%%002-00001\nPASS: 25-sim-multilevel_chains_adv%%003-00001\nPASS: 25-sim-multilevel_chains_adv%%004-00001\nPASS: 25-sim-multilevel_chains_adv%%005-00001\nPASS: 25-sim-multilevel_chains_adv%%005-00002\nPASS: 25-sim-multilevel_chains_adv%%005-00003\nPASS: 25-sim-multilevel_chains_adv%%005-00004\nPASS: 25-sim-multilevel_chains_adv%%005-00005\nPASS: 25-sim-multilevel_chains_adv%%005-00006\nPASS: 25-sim-multilevel_chains_adv%%005-00007\nPASS: 25-sim-multilevel_chains_adv%%005-00008\nPASS: 25-sim-multilevel_chains_adv%%005-00009\nPASS: 25-sim-multilevel_chains_adv%%006-00001\nPASS: 25-sim-multilevel_chains_adv%%007-00001\nPASS: 25-sim-multilevel_chains_adv%%008-00001\nPASS: 25-sim-multilevel_chains_adv%%009-00001\nPASS: 25-sim-multilevel_chains_adv%%010-00001\nPASS: 25-sim-multilevel_chains_adv%%010-00002\nPASS: 25-sim-multilevel_chains_adv%%010-00003\nPASS: 25-sim-multilevel_chains_adv%%010-00004\nPASS: 25-sim-multilevel_chains_adv%%010-00005\nPASS: 25-sim-multilevel_chains_adv%%010-00006\nPASS: 25-sim-multilevel_chains_adv%%010-00007\nPASS: 25-sim-multilevel_chains_adv%%010-00008\nPASS: 25-sim-multilevel_chains_adv%%010-00009\nPASS: 25-sim-multilevel_chains_adv%%010-00010\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 25-sim-multilevel_chains_adv%%011-00001\nPASS: 25-sim-multilevel_chains_adv%%011-00002\nPASS: 25-sim-multilevel_chains_adv%%011-00003\nPASS: 25-sim-multilevel_chains_adv%%011-00004\nPASS: 25-sim-multilevel_chains_adv%%011-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 25-sim-multilevel_chains_adv%%012-00001 (valgrind not installed)\n batch name: 26-sim-arch_all_be_basic\n test mode:  c\n test type:  bpf-sim\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 26-sim-arch_all_be_basic%%008-00001 (valgrind not installed)\n batch name: 27-sim-bpf_blk_state\n test mode:  c\n test type:  bpf-sim\nPASS: 27-sim-bpf_blk_state%%001-00001\nPASS: 27-sim-bpf_blk_state%%001-00002\nPASS: 27-sim-bpf_blk_state%%001-00003\nPASS: 27-sim-bpf_blk_state%%002-00001\nPASS: 27-sim-bpf_blk_state%%002-00002\nPASS: 27-sim-bpf_blk_state%%002-00003\nPASS: 27-sim-bpf_blk_state%%002-00004\nPASS: 27-sim-bpf_blk_state%%002-00005\nPASS: 27-sim-bpf_blk_state%%002-00006\nPASS: 27-sim-bpf_blk_state%%002-00007\nPASS: 27-sim-bpf_blk_state%%003-00001\nPASS: 27-sim-bpf_blk_state%%004-00001\nPASS: 27-sim-bpf_blk_state%%004-00002\nPASS: 27-sim-bpf_blk_state%%004-00003\nPASS: 27-sim-bpf_blk_state%%004-00004\nPASS: 27-sim-bpf_blk_state%%004-00005\nPASS: 27-sim-bpf_blk_state%%004-00006\nPASS: 27-sim-bpf_blk_state%%004-00007\nPASS: 27-sim-bpf_blk_state%%004-00008\nPASS: 27-sim-bpf_blk_state%%004-00009\nPASS: 27-sim-bpf_blk_state%%004-00010\nPASS: 27-sim-bpf_blk_state%%004-00011\nPASS: 27-sim-bpf_blk_state%%004-00012\nPASS: 27-sim-bpf_blk_state%%004-00013\nPASS: 27-sim-bpf_blk_state%%004-00014\nPASS: 27-sim-bpf_blk_state%%004-00015\nPASS: 27-sim-bpf_blk_state%%004-00016\nPASS: 27-sim-bpf_blk_state%%004-00017\nPASS: 27-sim-bpf_blk_state%%004-00018\nPASS: 27-sim-bpf_blk_state%%004-00019\nPASS: 27-sim-bpf_blk_state%%004-00020\nPASS: 27-sim-bpf_blk_state%%004-00021\nPASS: 27-sim-bpf_blk_state%%004-00022\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 27-sim-bpf_blk_state%%005-00001\nPASS: 27-sim-bpf_blk_state%%005-00002\nPASS: 27-sim-bpf_blk_state%%005-00003\nPASS: 27-sim-bpf_blk_state%%005-00004\nPASS: 27-sim-bpf_blk_state%%005-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 27-sim-bpf_blk_state%%006-00001 (valgrind not installed)\n batch name: 28-sim-arch_x86\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 28-sim-arch_x86%%001-00001\n test arch:  x86_64\nPASS: 28-sim-arch_x86%%001-00001\n test arch:  x86\nPASS: 28-sim-arch_x86%%002-00001\n test arch:  x86_64\nPASS: 28-sim-arch_x86%%002-00001\n test arch:  arm\nPASS: 28-sim-arch_x86%%003-00001\n test arch:  x32\nPASS: 28-sim-arch_x86%%003-00001\n test arch:  arm\nPASS: 28-sim-arch_x86%%004-00001\n test arch:  x32\nPASS: 28-sim-arch_x86%%004-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 28-sim-arch_x86%%005-00001 (valgrind not installed)\n batch name: 29-sim-pseudo_syscall\n test mode:  c\n test type:  bpf-sim\nPASS: 29-sim-pseudo_syscall%%001-00001\nPASS: 29-sim-pseudo_syscall%%001-00002\nPASS: 29-sim-pseudo_syscall%%001-00003\nPASS: 29-sim-pseudo_syscall%%001-00004\nPASS: 29-sim-pseudo_syscall%%001-00005\nPASS: 29-sim-pseudo_syscall%%001-00006\nPASS: 29-sim-pseudo_syscall%%001-00007\nPASS: 29-sim-pseudo_syscall%%001-00008\nPASS: 29-sim-pseudo_syscall%%001-00009\nPASS: 29-sim-pseudo_syscall%%001-00010\nPASS: 29-sim-pseudo_syscall%%001-00011\nPASS: 29-sim-pseudo_syscall%%002-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 29-sim-pseudo_syscall%%003-00001 (valgrind not installed)\n batch name: 30-sim-socket_syscalls\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%003-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%003-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%003-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%003-00001\nPASS: 30-sim-socket_syscalls%%004-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%005-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%005-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%005-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%005-00001\nPASS: 30-sim-socket_syscalls%%006-00001\nPASS: 30-sim-socket_syscalls%%007-00001\nPASS: 30-sim-socket_syscalls%%008-00001\nPASS: 30-sim-socket_syscalls%%009-00001\nPASS: 30-sim-socket_syscalls%%010-00001\nPASS: 30-sim-socket_syscalls%%011-00001\nPASS: 30-sim-socket_syscalls%%012-00001\nPASS: 30-sim-socket_syscalls%%013-00001\nPASS: 30-sim-socket_syscalls%%014-00001\nPASS: 30-sim-socket_syscalls%%015-00001\nPASS: 30-sim-socket_syscalls%%016-00001\nPASS: 30-sim-socket_syscalls%%017-00001\nPASS: 30-sim-socket_syscalls%%018-00001\nPASS: 30-sim-socket_syscalls%%019-00001\nPASS: 30-sim-socket_syscalls%%020-00001\nPASS: 30-sim-socket_syscalls%%021-00001\nPASS: 30-sim-socket_syscalls%%022-00001\nPASS: 30-sim-socket_syscalls%%023-00001\nPASS: 30-sim-socket_syscalls%%024-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%028-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%028-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%028-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%028-00001\nPASS: 30-sim-socket_syscalls%%029-00001\nPASS: 30-sim-socket_syscalls%%030-00001\nPASS: 30-sim-socket_syscalls%%031-00001\nPASS: 30-sim-socket_syscalls%%032-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 30-sim-socket_syscalls%%033-00001 (valgrind not installed)\n batch name: 31-basic-version_check\n test mode:  c\n test type:  basic\nPASS: 31-basic-version_check%%001-00001\n batch name: 32-live-tsync_allow\n test mode:  c\n test type:  live\nSKIP: 32-live-tsync_allow%%001-00001 (must specify live tests)\n batch name: 33-sim-socket_syscalls_be\n test mode:  c\n test type:  bpf-sim\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%001-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%001-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%001-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%002-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%002-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%002-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%003-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%003-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%003-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%004-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%004-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%004-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%005-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%005-00001\nPASS: 33-sim-socket_syscalls_be%%006-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%007-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%007-00001\nPASS: 33-sim-socket_syscalls_be%%008-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%009-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%009-00001\nPASS: 33-sim-socket_syscalls_be%%010-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%011-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%011-00001\nPASS: 33-sim-socket_syscalls_be%%012-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%013-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%013-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%013-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%014-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%014-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%014-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%015-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%015-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%015-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%016-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%016-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%016-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 33-sim-socket_syscalls_be%%017-00001 (valgrind not installed)\n batch name: 34-sim-basic_denylist\n test mode:  c\n test type:  bpf-sim\nPASS: 34-sim-basic_denylist%%001-00001\nPASS: 34-sim-basic_denylist%%002-00001\nPASS: 34-sim-basic_denylist%%002-00002\nPASS: 34-sim-basic_denylist%%002-00003\nPASS: 34-sim-basic_denylist%%002-00004\nPASS: 34-sim-basic_denylist%%002-00005\nPASS: 34-sim-basic_denylist%%002-00006\nPASS: 34-sim-basic_denylist%%002-00007\nPASS: 34-sim-basic_denylist%%002-00008\nPASS: 34-sim-basic_denylist%%002-00009\nPASS: 34-sim-basic_denylist%%002-00010\nPASS: 34-sim-basic_denylist%%003-00001\nPASS: 34-sim-basic_denylist%%003-00002\nPASS: 34-sim-basic_denylist%%004-00001\nPASS: 34-sim-basic_denylist%%004-00002\nPASS: 34-sim-basic_denylist%%004-00003\nPASS: 34-sim-basic_denylist%%004-00004\nPASS: 34-sim-basic_denylist%%004-00005\nPASS: 34-sim-basic_denylist%%004-00006\nPASS: 34-sim-basic_denylist%%004-00007\nPASS: 34-sim-basic_denylist%%004-00008\nPASS: 34-sim-basic_denylist%%005-00001\nPASS: 34-sim-basic_denylist%%006-00001\nPASS: 34-sim-basic_denylist%%007-00001\nSKIP: 34-sim-basic_denylist%%008-00001 (architecture difference)\nSKIP: 34-sim-basic_denylist%%009-00001 (architecture difference)\nSKIP: 34-sim-basic_denylist%%010-00001 (architecture difference)\nPASS: 34-sim-basic_denylist%%011-00001\nPASS: 34-sim-basic_denylist%%011-00002\nPASS: 34-sim-basic_denylist%%011-00003\nPASS: 34-sim-basic_denylist%%011-00004\nPASS: 34-sim-basic_denylist%%011-00005\nPASS: 34-sim-basic_denylist%%011-00006\nPASS: 34-sim-basic_denylist%%011-00007\nPASS: 34-sim-basic_denylist%%011-00008\nPASS: 34-sim-basic_denylist%%011-00009\nPASS: 34-sim-basic_denylist%%011-00010\nPASS: 34-sim-basic_denylist%%011-00011\nPASS: 34-sim-basic_denylist%%012-00001\nPASS: 34-sim-basic_denylist%%012-00002\nPASS: 34-sim-basic_denylist%%012-00003\nPASS: 34-sim-basic_denylist%%012-00004\nPASS: 34-sim-basic_denylist%%012-00005\nPASS: 34-sim-basic_denylist%%012-00006\nPASS: 34-sim-basic_denylist%%012-00007\nPASS: 34-sim-basic_denylist%%012-00008\nPASS: 34-sim-basic_denylist%%012-00009\nPASS: 34-sim-basic_denylist%%012-00010\nPASS: 34-sim-basic_denylist%%012-00011\nPASS: 34-sim-basic_denylist%%012-00012\nPASS: 34-sim-basic_denylist%%012-00013\nPASS: 34-sim-basic_denylist%%012-00014\nPASS: 34-sim-basic_denylist%%012-00015\nPASS: 34-sim-basic_denylist%%012-00016\nPASS: 34-sim-basic_denylist%%012-00017\nPASS: 34-sim-basic_denylist%%012-00018\nPASS: 34-sim-basic_denylist%%012-00019\nPASS: 34-sim-basic_denylist%%012-00020\nPASS: 34-sim-basic_denylist%%012-00021\nPASS: 34-sim-basic_denylist%%012-00022\nPASS: 34-sim-basic_denylist%%012-00023\nPASS: 34-sim-basic_denylist%%012-00024\nPASS: 34-sim-basic_denylist%%012-00025\nPASS: 34-sim-basic_denylist%%012-00026\nPASS: 34-sim-basic_denylist%%012-00027\nPASS: 34-sim-basic_denylist%%012-00028\nPASS: 34-sim-basic_denylist%%012-00029\nPASS: 34-sim-basic_denylist%%012-00030\nPASS: 34-sim-basic_denylist%%012-00031\nPASS: 34-sim-basic_denylist%%012-00032\nPASS: 34-sim-basic_denylist%%012-00033\nPASS: 34-sim-basic_denylist%%012-00034\nPASS: 34-sim-basic_denylist%%012-00035\nPASS: 34-sim-basic_denylist%%012-00036\nPASS: 34-sim-basic_denylist%%012-00037\nPASS: 34-sim-basic_denylist%%012-00038\nPASS: 34-sim-basic_denylist%%012-00039\nPASS: 34-sim-basic_denylist%%012-00040\nPASS: 34-sim-basic_denylist%%012-00041\nPASS: 34-sim-basic_denylist%%012-00042\nPASS: 34-sim-basic_denylist%%012-00043\nPASS: 34-sim-basic_denylist%%012-00044\nPASS: 34-sim-basic_denylist%%012-00045\nPASS: 34-sim-basic_denylist%%012-00046\nPASS: 34-sim-basic_denylist%%012-00047\nPASS: 34-sim-basic_denylist%%012-00048\nPASS: 34-sim-basic_denylist%%012-00049\nPASS: 34-sim-basic_denylist%%012-00050\nPASS: 34-sim-basic_denylist%%012-00051\nPASS: 34-sim-basic_denylist%%012-00052\nPASS: 34-sim-basic_denylist%%012-00053\nPASS: 34-sim-basic_denylist%%012-00054\nPASS: 34-sim-basic_denylist%%012-00055\nPASS: 34-sim-basic_denylist%%012-00056\nPASS: 34-sim-basic_denylist%%012-00057\nPASS: 34-sim-basic_denylist%%012-00058\nPASS: 34-sim-basic_denylist%%012-00059\nPASS: 34-sim-basic_denylist%%012-00060\nPASS: 34-sim-basic_denylist%%012-00061\nPASS: 34-sim-basic_denylist%%012-00062\nPASS: 34-sim-basic_denylist%%012-00063\nPASS: 34-sim-basic_denylist%%012-00064\nPASS: 34-sim-basic_denylist%%012-00065\nPASS: 34-sim-basic_denylist%%012-00066\nPASS: 34-sim-basic_denylist%%012-00067\nPASS: 34-sim-basic_denylist%%012-00068\nPASS: 34-sim-basic_denylist%%012-00069\nPASS: 34-sim-basic_denylist%%012-00070\nPASS: 34-sim-basic_denylist%%012-00071\nPASS: 34-sim-basic_denylist%%012-00072\nPASS: 34-sim-basic_denylist%%012-00073\nPASS: 34-sim-basic_denylist%%012-00074\nPASS: 34-sim-basic_denylist%%012-00075\nPASS: 34-sim-basic_denylist%%012-00076\nPASS: 34-sim-basic_denylist%%012-00077\nPASS: 34-sim-basic_denylist%%012-00078\nPASS: 34-sim-basic_denylist%%012-00079\nPASS: 34-sim-basic_denylist%%012-00080\nPASS: 34-sim-basic_denylist%%012-00081\nPASS: 34-sim-basic_denylist%%012-00082\nPASS: 34-sim-basic_denylist%%012-00083\nPASS: 34-sim-basic_denylist%%012-00084\nPASS: 34-sim-basic_denylist%%012-00085\nPASS: 34-sim-basic_denylist%%012-00086\nPASS: 34-sim-basic_denylist%%012-00087\nPASS: 34-sim-basic_denylist%%012-00088\nPASS: 34-sim-basic_denylist%%012-00089\nPASS: 34-sim-basic_denylist%%012-00090\nPASS: 34-sim-basic_denylist%%012-00091\nPASS: 34-sim-basic_denylist%%012-00092\nPASS: 34-sim-basic_denylist%%012-00093\nPASS: 34-sim-basic_denylist%%012-00094\nPASS: 34-sim-basic_denylist%%012-00095\nPASS: 34-sim-basic_denylist%%012-00096\nPASS: 34-sim-basic_denylist%%012-00097\nPASS: 34-sim-basic_denylist%%012-00098\nPASS: 34-sim-basic_denylist%%012-00099\nPASS: 34-sim-basic_denylist%%012-00100\nPASS: 34-sim-basic_denylist%%012-00101\nPASS: 34-sim-basic_denylist%%012-00102\nPASS: 34-sim-basic_denylist%%012-00103\nPASS: 34-sim-basic_denylist%%012-00104\nPASS: 34-sim-basic_denylist%%012-00105\nPASS: 34-sim-basic_denylist%%012-00106\nPASS: 34-sim-basic_denylist%%012-00107\nPASS: 34-sim-basic_denylist%%012-00108\nPASS: 34-sim-basic_denylist%%012-00109\nPASS: 34-sim-basic_denylist%%012-00110\nPASS: 34-sim-basic_denylist%%012-00111\nPASS: 34-sim-basic_denylist%%012-00112\nPASS: 34-sim-basic_denylist%%012-00113\nPASS: 34-sim-basic_denylist%%012-00114\nPASS: 34-sim-basic_denylist%%012-00115\nPASS: 34-sim-basic_denylist%%012-00116\nPASS: 34-sim-basic_denylist%%012-00117\nPASS: 34-sim-basic_denylist%%012-00118\nPASS: 34-sim-basic_denylist%%012-00119\nPASS: 34-sim-basic_denylist%%012-00120\nPASS: 34-sim-basic_denylist%%012-00121\nPASS: 34-sim-basic_denylist%%012-00122\nPASS: 34-sim-basic_denylist%%012-00123\nPASS: 34-sim-basic_denylist%%012-00124\nPASS: 34-sim-basic_denylist%%012-00125\nPASS: 34-sim-basic_denylist%%012-00126\nPASS: 34-sim-basic_denylist%%012-00127\nPASS: 34-sim-basic_denylist%%012-00128\nPASS: 34-sim-basic_denylist%%012-00129\nPASS: 34-sim-basic_denylist%%012-00130\nPASS: 34-sim-basic_denylist%%012-00131\nPASS: 34-sim-basic_denylist%%012-00132\nPASS: 34-sim-basic_denylist%%012-00133\nPASS: 34-sim-basic_denylist%%012-00134\nPASS: 34-sim-basic_denylist%%012-00135\nPASS: 34-sim-basic_denylist%%012-00136\nPASS: 34-sim-basic_denylist%%012-00137\nPASS: 34-sim-basic_denylist%%012-00138\nPASS: 34-sim-basic_denylist%%012-00139\nPASS: 34-sim-basic_denylist%%012-00140\nPASS: 34-sim-basic_denylist%%012-00141\nPASS: 34-sim-basic_denylist%%012-00142\nPASS: 34-sim-basic_denylist%%012-00143\nPASS: 34-sim-basic_denylist%%012-00144\nPASS: 34-sim-basic_denylist%%012-00145\nPASS: 34-sim-basic_denylist%%012-00146\nPASS: 34-sim-basic_denylist%%012-00147\nPASS: 34-sim-basic_denylist%%012-00148\nPASS: 34-sim-basic_denylist%%012-00149\nPASS: 34-sim-basic_denylist%%012-00150\nPASS: 34-sim-basic_denylist%%012-00151\nPASS: 34-sim-basic_denylist%%012-00152\nPASS: 34-sim-basic_denylist%%012-00153\nPASS: 34-sim-basic_denylist%%012-00154\nPASS: 34-sim-basic_denylist%%012-00155\nPASS: 34-sim-basic_denylist%%012-00156\nPASS: 34-sim-basic_denylist%%012-00157\nPASS: 34-sim-basic_denylist%%012-00158\nPASS: 34-sim-basic_denylist%%012-00159\nPASS: 34-sim-basic_denylist%%012-00160\nPASS: 34-sim-basic_denylist%%012-00161\nPASS: 34-sim-basic_denylist%%012-00162\nPASS: 34-sim-basic_denylist%%012-00163\nPASS: 34-sim-basic_denylist%%012-00164\nPASS: 34-sim-basic_denylist%%012-00165\nPASS: 34-sim-basic_denylist%%012-00166\nPASS: 34-sim-basic_denylist%%012-00167\nPASS: 34-sim-basic_denylist%%012-00168\nPASS: 34-sim-basic_denylist%%012-00169\nPASS: 34-sim-basic_denylist%%012-00170\nPASS: 34-sim-basic_denylist%%012-00171\nPASS: 34-sim-basic_denylist%%012-00172\nPASS: 34-sim-basic_denylist%%012-00173\nPASS: 34-sim-basic_denylist%%012-00174\nPASS: 34-sim-basic_denylist%%012-00175\nPASS: 34-sim-basic_denylist%%012-00176\nPASS: 34-sim-basic_denylist%%012-00177\nPASS: 34-sim-basic_denylist%%012-00178\nPASS: 34-sim-basic_denylist%%012-00179\nPASS: 34-sim-basic_denylist%%012-00180\nPASS: 34-sim-basic_denylist%%012-00181\nPASS: 34-sim-basic_denylist%%012-00182\nPASS: 34-sim-basic_denylist%%012-00183\nPASS: 34-sim-basic_denylist%%012-00184\nPASS: 34-sim-basic_denylist%%012-00185\nPASS: 34-sim-basic_denylist%%012-00186\nPASS: 34-sim-basic_denylist%%012-00187\nPASS: 34-sim-basic_denylist%%012-00188\nPASS: 34-sim-basic_denylist%%012-00189\nPASS: 34-sim-basic_denylist%%012-00190\nPASS: 34-sim-basic_denylist%%012-00191\nPASS: 34-sim-basic_denylist%%012-00192\nPASS: 34-sim-basic_denylist%%012-00193\nPASS: 34-sim-basic_denylist%%012-00194\nPASS: 34-sim-basic_denylist%%012-00195\nPASS: 34-sim-basic_denylist%%012-00196\nPASS: 34-sim-basic_denylist%%012-00197\nPASS: 34-sim-basic_denylist%%012-00198\nPASS: 34-sim-basic_denylist%%012-00199\nPASS: 34-sim-basic_denylist%%012-00200\nPASS: 34-sim-basic_denylist%%012-00201\nPASS: 34-sim-basic_denylist%%012-00202\nPASS: 34-sim-basic_denylist%%012-00203\nPASS: 34-sim-basic_denylist%%012-00204\nPASS: 34-sim-basic_denylist%%012-00205\nPASS: 34-sim-basic_denylist%%012-00206\nPASS: 34-sim-basic_denylist%%012-00207\nPASS: 34-sim-basic_denylist%%012-00208\nPASS: 34-sim-basic_denylist%%012-00209\nPASS: 34-sim-basic_denylist%%012-00210\nPASS: 34-sim-basic_denylist%%012-00211\nPASS: 34-sim-basic_denylist%%012-00212\nPASS: 34-sim-basic_denylist%%012-00213\nPASS: 34-sim-basic_denylist%%012-00214\nPASS: 34-sim-basic_denylist%%012-00215\nPASS: 34-sim-basic_denylist%%012-00216\nPASS: 34-sim-basic_denylist%%012-00217\nPASS: 34-sim-basic_denylist%%012-00218\nPASS: 34-sim-basic_denylist%%012-00219\nPASS: 34-sim-basic_denylist%%012-00220\nPASS: 34-sim-basic_denylist%%012-00221\nPASS: 34-sim-basic_denylist%%012-00222\nPASS: 34-sim-basic_denylist%%012-00223\nPASS: 34-sim-basic_denylist%%012-00224\nPASS: 34-sim-basic_denylist%%012-00225\nPASS: 34-sim-basic_denylist%%012-00226\nPASS: 34-sim-basic_denylist%%012-00227\nPASS: 34-sim-basic_denylist%%012-00228\nPASS: 34-sim-basic_denylist%%012-00229\nPASS: 34-sim-basic_denylist%%012-00230\nPASS: 34-sim-basic_denylist%%012-00231\nPASS: 34-sim-basic_denylist%%012-00232\nPASS: 34-sim-basic_denylist%%012-00233\nPASS: 34-sim-basic_denylist%%012-00234\nPASS: 34-sim-basic_denylist%%012-00235\nPASS: 34-sim-basic_denylist%%012-00236\nPASS: 34-sim-basic_denylist%%012-00237\nPASS: 34-sim-basic_denylist%%012-00238\nPASS: 34-sim-basic_denylist%%012-00239\nPASS: 34-sim-basic_denylist%%012-00240\nPASS: 34-sim-basic_denylist%%012-00241\nPASS: 34-sim-basic_denylist%%012-00242\nPASS: 34-sim-basic_denylist%%012-00243\nPASS: 34-sim-basic_denylist%%012-00244\nPASS: 34-sim-basic_denylist%%012-00245\nPASS: 34-sim-basic_denylist%%012-00246\nPASS: 34-sim-basic_denylist%%012-00247\nPASS: 34-sim-basic_denylist%%012-00248\nPASS: 34-sim-basic_denylist%%012-00249\nPASS: 34-sim-basic_denylist%%012-00250\nPASS: 34-sim-basic_denylist%%012-00251\nPASS: 34-sim-basic_denylist%%012-00252\nPASS: 34-sim-basic_denylist%%012-00253\nPASS: 34-sim-basic_denylist%%012-00254\nPASS: 34-sim-basic_denylist%%012-00255\nPASS: 34-sim-basic_denylist%%012-00256\nPASS: 34-sim-basic_denylist%%012-00257\nPASS: 34-sim-basic_denylist%%012-00258\nPASS: 34-sim-basic_denylist%%012-00259\nPASS: 34-sim-basic_denylist%%012-00260\nPASS: 34-sim-basic_denylist%%012-00261\nPASS: 34-sim-basic_denylist%%012-00262\nPASS: 34-sim-basic_denylist%%012-00263\nPASS: 34-sim-basic_denylist%%012-00264\nPASS: 34-sim-basic_denylist%%012-00265\nPASS: 34-sim-basic_denylist%%012-00266\nPASS: 34-sim-basic_denylist%%012-00267\nPASS: 34-sim-basic_denylist%%012-00268\nPASS: 34-sim-basic_denylist%%012-00269\nPASS: 34-sim-basic_denylist%%012-00270\nPASS: 34-sim-basic_denylist%%012-00271\nPASS: 34-sim-basic_denylist%%012-00272\nPASS: 34-sim-basic_denylist%%012-00273\nPASS: 34-sim-basic_denylist%%012-00274\nPASS: 34-sim-basic_denylist%%012-00275\nPASS: 34-sim-basic_denylist%%012-00276\nPASS: 34-sim-basic_denylist%%012-00277\nPASS: 34-sim-basic_denylist%%012-00278\nPASS: 34-sim-basic_denylist%%012-00279\nPASS: 34-sim-basic_denylist%%012-00280\nPASS: 34-sim-basic_denylist%%012-00281\nPASS: 34-sim-basic_denylist%%012-00282\nPASS: 34-sim-basic_denylist%%012-00283\nPASS: 34-sim-basic_denylist%%012-00284\nPASS: 34-sim-basic_denylist%%012-00285\nPASS: 34-sim-basic_denylist%%012-00286\nPASS: 34-sim-basic_denylist%%012-00287\nPASS: 34-sim-basic_denylist%%012-00288\nPASS: 34-sim-basic_denylist%%012-00289\nPASS: 34-sim-basic_denylist%%012-00290\nPASS: 34-sim-basic_denylist%%012-00291\nPASS: 34-sim-basic_denylist%%012-00292\nPASS: 34-sim-basic_denylist%%012-00293\nPASS: 34-sim-basic_denylist%%012-00294\nPASS: 34-sim-basic_denylist%%012-00295\nPASS: 34-sim-basic_denylist%%012-00296\nPASS: 34-sim-basic_denylist%%012-00297\nPASS: 34-sim-basic_denylist%%012-00298\nPASS: 34-sim-basic_denylist%%012-00299\nPASS: 34-sim-basic_denylist%%012-00300\nPASS: 34-sim-basic_denylist%%012-00301\nPASS: 34-sim-basic_denylist%%012-00302\nPASS: 34-sim-basic_denylist%%012-00303\nPASS: 34-sim-basic_denylist%%012-00304\nPASS: 34-sim-basic_denylist%%012-00305\nPASS: 34-sim-basic_denylist%%012-00306\nPASS: 34-sim-basic_denylist%%012-00307\nPASS: 34-sim-basic_denylist%%012-00308\nPASS: 34-sim-basic_denylist%%012-00309\nPASS: 34-sim-basic_denylist%%012-00310\nPASS: 34-sim-basic_denylist%%012-00311\nPASS: 34-sim-basic_denylist%%012-00312\nPASS: 34-sim-basic_denylist%%012-00313\nPASS: 34-sim-basic_denylist%%012-00314\nPASS: 34-sim-basic_denylist%%012-00315\nPASS: 34-sim-basic_denylist%%012-00316\nPASS: 34-sim-basic_denylist%%012-00317\nPASS: 34-sim-basic_denylist%%012-00318\nPASS: 34-sim-basic_denylist%%012-00319\nPASS: 34-sim-basic_denylist%%012-00320\nPASS: 34-sim-basic_denylist%%012-00321\nPASS: 34-sim-basic_denylist%%012-00322\nPASS: 34-sim-basic_denylist%%012-00323\nPASS: 34-sim-basic_denylist%%012-00324\nPASS: 34-sim-basic_denylist%%012-00325\nPASS: 34-sim-basic_denylist%%012-00326\nPASS: 34-sim-basic_denylist%%012-00327\nPASS: 34-sim-basic_denylist%%012-00328\nPASS: 34-sim-basic_denylist%%012-00329\nPASS: 34-sim-basic_denylist%%012-00330\nPASS: 34-sim-basic_denylist%%012-00331\nPASS: 34-sim-basic_denylist%%012-00332\nPASS: 34-sim-basic_denylist%%012-00333\nPASS: 34-sim-basic_denylist%%012-00334\nPASS: 34-sim-basic_denylist%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 34-sim-basic_denylist%%013-00001\nPASS: 34-sim-basic_denylist%%013-00002\nPASS: 34-sim-basic_denylist%%013-00003\nPASS: 34-sim-basic_denylist%%013-00004\nPASS: 34-sim-basic_denylist%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 34-sim-basic_denylist%%014-00001 (valgrind not installed)\n batch name: 35-sim-negative_one\n test mode:  c\n test type:  bpf-sim\nPASS: 35-sim-negative_one%%001-00001\nPASS: 35-sim-negative_one%%002-00001\nPASS: 35-sim-negative_one%%003-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 35-sim-negative_one%%004-00001 (valgrind not installed)\n batch name: 36-sim-ipc_syscalls\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%012-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%012-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%012-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%012-00001\nPASS: 36-sim-ipc_syscalls%%013-00001\nPASS: 36-sim-ipc_syscalls%%014-00001\nPASS: 36-sim-ipc_syscalls%%015-00001\nPASS: 36-sim-ipc_syscalls%%016-00001\nPASS: 36-sim-ipc_syscalls%%017-00001\nPASS: 36-sim-ipc_syscalls%%018-00001\nPASS: 36-sim-ipc_syscalls%%019-00001\nPASS: 36-sim-ipc_syscalls%%020-00001\nPASS: 36-sim-ipc_syscalls%%021-00001\nPASS: 36-sim-ipc_syscalls%%022-00001\nPASS: 36-sim-ipc_syscalls%%023-00001\nPASS: 36-sim-ipc_syscalls%%024-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 36-sim-ipc_syscalls%%025-00001 (valgrind not installed)\n batch name: 37-sim-ipc_syscalls_be\n test mode:  c\n test type:  bpf-sim\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%001-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%001-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%001-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%002-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%002-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%002-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%003-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%003-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%003-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%004-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%004-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%004-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%005-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%005-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%005-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%006-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%006-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%006-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%007-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%007-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%007-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%008-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%008-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%008-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%009-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%009-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%009-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%010-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%010-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%010-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%011-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%011-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%011-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%012-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%012-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%012-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 37-sim-ipc_syscalls_be%%013-00001 (valgrind not installed)\n batch name: 38-basic-pfc_coverage\n test mode:  c\n test type:  basic\nPASS: 38-basic-pfc_coverage%%001-00001\n batch name: 39-basic-api_level\n test mode:  c\n test type:  basic\nPASS: 39-basic-api_level%%001-00001\n batch name: 40-sim-log\n test mode:  c\n test type:  bpf-sim\nPASS: 40-sim-log%%001-00001\nPASS: 40-sim-log%%001-00002\nPASS: 40-sim-log%%001-00003\nPASS: 40-sim-log%%001-00004\nPASS: 40-sim-log%%001-00005\nPASS: 40-sim-log%%001-00006\nPASS: 40-sim-log%%001-00007\nPASS: 40-sim-log%%001-00008\nPASS: 40-sim-log%%001-00009\nPASS: 40-sim-log%%001-00010\nPASS: 40-sim-log%%001-00011\nPASS: 40-sim-log%%001-00012\nPASS: 40-sim-log%%001-00013\nPASS: 40-sim-log%%001-00014\nPASS: 40-sim-log%%001-00015\nPASS: 40-sim-log%%001-00016\nPASS: 40-sim-log%%001-00017\nPASS: 40-sim-log%%001-00018\nPASS: 40-sim-log%%001-00019\nPASS: 40-sim-log%%001-00020\nPASS: 40-sim-log%%001-00021\nPASS: 40-sim-log%%001-00022\nPASS: 40-sim-log%%001-00023\nPASS: 40-sim-log%%001-00024\nPASS: 40-sim-log%%001-00025\nPASS: 40-sim-log%%001-00026\nPASS: 40-sim-log%%001-00027\nPASS: 40-sim-log%%001-00028\nPASS: 40-sim-log%%001-00029\nPASS: 40-sim-log%%001-00030\nPASS: 40-sim-log%%001-00031\nPASS: 40-sim-log%%001-00032\nPASS: 40-sim-log%%001-00033\nPASS: 40-sim-log%%001-00034\nPASS: 40-sim-log%%001-00035\nPASS: 40-sim-log%%001-00036\nPASS: 40-sim-log%%001-00037\nPASS: 40-sim-log%%001-00038\nPASS: 40-sim-log%%001-00039\nPASS: 40-sim-log%%001-00040\nPASS: 40-sim-log%%001-00041\nPASS: 40-sim-log%%001-00042\nPASS: 40-sim-log%%001-00043\nPASS: 40-sim-log%%001-00044\nPASS: 40-sim-log%%001-00045\nPASS: 40-sim-log%%001-00046\nPASS: 40-sim-log%%001-00047\nPASS: 40-sim-log%%001-00048\nPASS: 40-sim-log%%001-00049\nPASS: 40-sim-log%%001-00050\nPASS: 40-sim-log%%001-00051\nPASS: 40-sim-log%%001-00052\nPASS: 40-sim-log%%001-00053\nPASS: 40-sim-log%%001-00054\nPASS: 40-sim-log%%001-00055\nPASS: 40-sim-log%%001-00056\nPASS: 40-sim-log%%001-00057\nPASS: 40-sim-log%%001-00058\nPASS: 40-sim-log%%001-00059\nPASS: 40-sim-log%%001-00060\nPASS: 40-sim-log%%001-00061\nPASS: 40-sim-log%%001-00062\nPASS: 40-sim-log%%001-00063\nPASS: 40-sim-log%%001-00064\nPASS: 40-sim-log%%001-00065\nPASS: 40-sim-log%%001-00066\nPASS: 40-sim-log%%001-00067\nPASS: 40-sim-log%%001-00068\nPASS: 40-sim-log%%001-00069\nPASS: 40-sim-log%%001-00070\nPASS: 40-sim-log%%001-00071\nPASS: 40-sim-log%%001-00072\nPASS: 40-sim-log%%001-00073\nPASS: 40-sim-log%%001-00074\nPASS: 40-sim-log%%001-00075\nPASS: 40-sim-log%%001-00076\nPASS: 40-sim-log%%001-00077\nPASS: 40-sim-log%%001-00078\nPASS: 40-sim-log%%001-00079\nPASS: 40-sim-log%%001-00080\nPASS: 40-sim-log%%001-00081\nPASS: 40-sim-log%%001-00082\nPASS: 40-sim-log%%001-00083\nPASS: 40-sim-log%%001-00084\nPASS: 40-sim-log%%001-00085\nPASS: 40-sim-log%%001-00086\nPASS: 40-sim-log%%001-00087\nPASS: 40-sim-log%%001-00088\nPASS: 40-sim-log%%001-00089\nPASS: 40-sim-log%%001-00090\nPASS: 40-sim-log%%001-00091\nPASS: 40-sim-log%%001-00092\nPASS: 40-sim-log%%001-00093\nPASS: 40-sim-log%%001-00094\nPASS: 40-sim-log%%001-00095\nPASS: 40-sim-log%%001-00096\nPASS: 40-sim-log%%001-00097\nPASS: 40-sim-log%%001-00098\nPASS: 40-sim-log%%001-00099\nPASS: 40-sim-log%%001-00100\nPASS: 40-sim-log%%001-00101\nPASS: 40-sim-log%%001-00102\nPASS: 40-sim-log%%001-00103\nPASS: 40-sim-log%%001-00104\nPASS: 40-sim-log%%001-00105\nPASS: 40-sim-log%%001-00106\nPASS: 40-sim-log%%001-00107\nPASS: 40-sim-log%%001-00108\nPASS: 40-sim-log%%001-00109\nPASS: 40-sim-log%%001-00110\nPASS: 40-sim-log%%001-00111\nPASS: 40-sim-log%%001-00112\nPASS: 40-sim-log%%001-00113\nPASS: 40-sim-log%%001-00114\nPASS: 40-sim-log%%001-00115\nPASS: 40-sim-log%%001-00116\nPASS: 40-sim-log%%001-00117\nPASS: 40-sim-log%%001-00118\nPASS: 40-sim-log%%001-00119\nPASS: 40-sim-log%%001-00120\nPASS: 40-sim-log%%001-00121\nPASS: 40-sim-log%%001-00122\nPASS: 40-sim-log%%001-00123\nPASS: 40-sim-log%%001-00124\nPASS: 40-sim-log%%001-00125\nPASS: 40-sim-log%%001-00126\nPASS: 40-sim-log%%001-00127\nPASS: 40-sim-log%%001-00128\nPASS: 40-sim-log%%001-00129\nPASS: 40-sim-log%%001-00130\nPASS: 40-sim-log%%001-00131\nPASS: 40-sim-log%%001-00132\nPASS: 40-sim-log%%001-00133\nPASS: 40-sim-log%%001-00134\nPASS: 40-sim-log%%001-00135\nPASS: 40-sim-log%%001-00136\nPASS: 40-sim-log%%001-00137\nPASS: 40-sim-log%%001-00138\nPASS: 40-sim-log%%001-00139\nPASS: 40-sim-log%%001-00140\nPASS: 40-sim-log%%001-00141\nPASS: 40-sim-log%%001-00142\nPASS: 40-sim-log%%001-00143\nPASS: 40-sim-log%%001-00144\nPASS: 40-sim-log%%001-00145\nPASS: 40-sim-log%%001-00146\nPASS: 40-sim-log%%001-00147\nPASS: 40-sim-log%%001-00148\nPASS: 40-sim-log%%001-00149\nPASS: 40-sim-log%%001-00150\nPASS: 40-sim-log%%001-00151\nPASS: 40-sim-log%%001-00152\nPASS: 40-sim-log%%001-00153\nPASS: 40-sim-log%%001-00154\nPASS: 40-sim-log%%001-00155\nPASS: 40-sim-log%%001-00156\nPASS: 40-sim-log%%001-00157\nPASS: 40-sim-log%%001-00158\nPASS: 40-sim-log%%001-00159\nPASS: 40-sim-log%%001-00160\nPASS: 40-sim-log%%001-00161\nPASS: 40-sim-log%%001-00162\nPASS: 40-sim-log%%001-00163\nPASS: 40-sim-log%%001-00164\nPASS: 40-sim-log%%001-00165\nPASS: 40-sim-log%%001-00166\nPASS: 40-sim-log%%001-00167\nPASS: 40-sim-log%%001-00168\nPASS: 40-sim-log%%001-00169\nPASS: 40-sim-log%%001-00170\nPASS: 40-sim-log%%001-00171\nPASS: 40-sim-log%%001-00172\nPASS: 40-sim-log%%001-00173\nPASS: 40-sim-log%%001-00174\nPASS: 40-sim-log%%001-00175\nPASS: 40-sim-log%%001-00176\nPASS: 40-sim-log%%001-00177\nPASS: 40-sim-log%%001-00178\nPASS: 40-sim-log%%001-00179\nPASS: 40-sim-log%%001-00180\nPASS: 40-sim-log%%001-00181\nPASS: 40-sim-log%%001-00182\nPASS: 40-sim-log%%001-00183\nPASS: 40-sim-log%%001-00184\nPASS: 40-sim-log%%001-00185\nPASS: 40-sim-log%%001-00186\nPASS: 40-sim-log%%001-00187\nPASS: 40-sim-log%%001-00188\nPASS: 40-sim-log%%001-00189\nPASS: 40-sim-log%%001-00190\nPASS: 40-sim-log%%001-00191\nPASS: 40-sim-log%%001-00192\nPASS: 40-sim-log%%001-00193\nPASS: 40-sim-log%%001-00194\nPASS: 40-sim-log%%001-00195\nPASS: 40-sim-log%%001-00196\nPASS: 40-sim-log%%001-00197\nPASS: 40-sim-log%%001-00198\nPASS: 40-sim-log%%001-00199\nPASS: 40-sim-log%%001-00200\nPASS: 40-sim-log%%001-00201\nPASS: 40-sim-log%%001-00202\nPASS: 40-sim-log%%001-00203\nPASS: 40-sim-log%%001-00204\nPASS: 40-sim-log%%001-00205\nPASS: 40-sim-log%%001-00206\nPASS: 40-sim-log%%001-00207\nPASS: 40-sim-log%%001-00208\nPASS: 40-sim-log%%001-00209\nPASS: 40-sim-log%%001-00210\nPASS: 40-sim-log%%001-00211\nPASS: 40-sim-log%%001-00212\nPASS: 40-sim-log%%001-00213\nPASS: 40-sim-log%%001-00214\nPASS: 40-sim-log%%001-00215\nPASS: 40-sim-log%%001-00216\nPASS: 40-sim-log%%001-00217\nPASS: 40-sim-log%%001-00218\nPASS: 40-sim-log%%001-00219\nPASS: 40-sim-log%%001-00220\nPASS: 40-sim-log%%001-00221\nPASS: 40-sim-log%%001-00222\nPASS: 40-sim-log%%001-00223\nPASS: 40-sim-log%%001-00224\nPASS: 40-sim-log%%001-00225\nPASS: 40-sim-log%%001-00226\nPASS: 40-sim-log%%001-00227\nPASS: 40-sim-log%%001-00228\nPASS: 40-sim-log%%001-00229\nPASS: 40-sim-log%%001-00230\nPASS: 40-sim-log%%001-00231\nPASS: 40-sim-log%%001-00232\nPASS: 40-sim-log%%001-00233\nPASS: 40-sim-log%%001-00234\nPASS: 40-sim-log%%001-00235\nPASS: 40-sim-log%%001-00236\nPASS: 40-sim-log%%001-00237\nPASS: 40-sim-log%%001-00238\nPASS: 40-sim-log%%001-00239\nPASS: 40-sim-log%%001-00240\nPASS: 40-sim-log%%001-00241\nPASS: 40-sim-log%%001-00242\nPASS: 40-sim-log%%001-00243\nPASS: 40-sim-log%%001-00244\nPASS: 40-sim-log%%001-00245\nPASS: 40-sim-log%%001-00246\nPASS: 40-sim-log%%001-00247\nPASS: 40-sim-log%%001-00248\nPASS: 40-sim-log%%001-00249\nPASS: 40-sim-log%%001-00250\nPASS: 40-sim-log%%001-00251\nPASS: 40-sim-log%%001-00252\nPASS: 40-sim-log%%001-00253\nPASS: 40-sim-log%%001-00254\nPASS: 40-sim-log%%001-00255\nPASS: 40-sim-log%%001-00256\nPASS: 40-sim-log%%001-00257\nPASS: 40-sim-log%%001-00258\nPASS: 40-sim-log%%001-00259\nPASS: 40-sim-log%%001-00260\nPASS: 40-sim-log%%001-00261\nPASS: 40-sim-log%%001-00262\nPASS: 40-sim-log%%001-00263\nPASS: 40-sim-log%%001-00264\nPASS: 40-sim-log%%001-00265\nPASS: 40-sim-log%%001-00266\nPASS: 40-sim-log%%001-00267\nPASS: 40-sim-log%%001-00268\nPASS: 40-sim-log%%001-00269\nPASS: 40-sim-log%%001-00270\nPASS: 40-sim-log%%001-00271\nPASS: 40-sim-log%%001-00272\nPASS: 40-sim-log%%001-00273\nPASS: 40-sim-log%%001-00274\nPASS: 40-sim-log%%001-00275\nPASS: 40-sim-log%%001-00276\nPASS: 40-sim-log%%001-00277\nPASS: 40-sim-log%%001-00278\nPASS: 40-sim-log%%001-00279\nPASS: 40-sim-log%%001-00280\nPASS: 40-sim-log%%001-00281\nPASS: 40-sim-log%%001-00282\nPASS: 40-sim-log%%001-00283\nPASS: 40-sim-log%%001-00284\nPASS: 40-sim-log%%001-00285\nPASS: 40-sim-log%%001-00286\nPASS: 40-sim-log%%001-00287\nPASS: 40-sim-log%%001-00288\nPASS: 40-sim-log%%001-00289\nPASS: 40-sim-log%%001-00290\nPASS: 40-sim-log%%001-00291\nPASS: 40-sim-log%%001-00292\nPASS: 40-sim-log%%001-00293\nPASS: 40-sim-log%%001-00294\nPASS: 40-sim-log%%001-00295\nPASS: 40-sim-log%%001-00296\nPASS: 40-sim-log%%001-00297\nPASS: 40-sim-log%%001-00298\nPASS: 40-sim-log%%001-00299\nPASS: 40-sim-log%%001-00300\nPASS: 40-sim-log%%001-00301\nPASS: 40-sim-log%%001-00302\nPASS: 40-sim-log%%001-00303\nPASS: 40-sim-log%%001-00304\nPASS: 40-sim-log%%001-00305\nPASS: 40-sim-log%%001-00306\nPASS: 40-sim-log%%001-00307\nPASS: 40-sim-log%%001-00308\nPASS: 40-sim-log%%001-00309\nPASS: 40-sim-log%%001-00310\nPASS: 40-sim-log%%001-00311\nPASS: 40-sim-log%%001-00312\nPASS: 40-sim-log%%001-00313\nPASS: 40-sim-log%%001-00314\nPASS: 40-sim-log%%001-00315\nPASS: 40-sim-log%%001-00316\nPASS: 40-sim-log%%001-00317\nPASS: 40-sim-log%%001-00318\nPASS: 40-sim-log%%001-00319\nPASS: 40-sim-log%%001-00320\nPASS: 40-sim-log%%001-00321\nPASS: 40-sim-log%%001-00322\nPASS: 40-sim-log%%001-00323\nPASS: 40-sim-log%%001-00324\nPASS: 40-sim-log%%001-00325\nPASS: 40-sim-log%%001-00326\nPASS: 40-sim-log%%001-00327\nPASS: 40-sim-log%%001-00328\nPASS: 40-sim-log%%001-00329\nPASS: 40-sim-log%%001-00330\nPASS: 40-sim-log%%001-00331\nPASS: 40-sim-log%%001-00332\nPASS: 40-sim-log%%001-00333\nPASS: 40-sim-log%%001-00334\nPASS: 40-sim-log%%001-00335\nPASS: 40-sim-log%%001-00336\nPASS: 40-sim-log%%001-00337\nPASS: 40-sim-log%%001-00338\nPASS: 40-sim-log%%001-00339\nPASS: 40-sim-log%%001-00340\nPASS: 40-sim-log%%001-00341\nPASS: 40-sim-log%%001-00342\nPASS: 40-sim-log%%001-00343\nPASS: 40-sim-log%%001-00344\nPASS: 40-sim-log%%001-00345\nPASS: 40-sim-log%%001-00346\nPASS: 40-sim-log%%001-00347\nPASS: 40-sim-log%%001-00348\nPASS: 40-sim-log%%001-00349\nPASS: 40-sim-log%%001-00350\nPASS: 40-sim-log%%001-00351\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 40-sim-log%%002-00001\nPASS: 40-sim-log%%002-00002\nPASS: 40-sim-log%%002-00003\nPASS: 40-sim-log%%002-00004\nPASS: 40-sim-log%%002-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 40-sim-log%%003-00001 (valgrind not installed)\n batch name: 41-sim-syscall_priority_arch\n test mode:  c\n test type:  bpf-sim\nPASS: 41-sim-syscall_priority_arch%%001-00001\nPASS: 41-sim-syscall_priority_arch%%002-00001\nPASS: 41-sim-syscall_priority_arch%%003-00001\nPASS: 41-sim-syscall_priority_arch%%004-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 41-sim-syscall_priority_arch%%005-00001 (valgrind not installed)\n batch name: 42-sim-adv_chains\n test mode:  c\n test type:  bpf-sim\nPASS: 42-sim-adv_chains%%001-00001\nPASS: 42-sim-adv_chains%%002-00001\nPASS: 42-sim-adv_chains%%003-00001\nPASS: 42-sim-adv_chains%%004-00001\nPASS: 42-sim-adv_chains%%005-00001\nPASS: 42-sim-adv_chains%%006-00001\nPASS: 42-sim-adv_chains%%007-00001\nPASS: 42-sim-adv_chains%%008-00001\nPASS: 42-sim-adv_chains%%009-00001\nPASS: 42-sim-adv_chains%%010-00001\nPASS: 42-sim-adv_chains%%011-00001\nPASS: 42-sim-adv_chains%%012-00001\nPASS: 42-sim-adv_chains%%013-00001\nPASS: 42-sim-adv_chains%%014-00001\nPASS: 42-sim-adv_chains%%015-00001\nPASS: 42-sim-adv_chains%%016-00001\nPASS: 42-sim-adv_chains%%017-00001\nPASS: 42-sim-adv_chains%%018-00001\nPASS: 42-sim-adv_chains%%019-00001\nPASS: 42-sim-adv_chains%%020-00001\nPASS: 42-sim-adv_chains%%021-00001\nPASS: 42-sim-adv_chains%%022-00001\nPASS: 42-sim-adv_chains%%023-00001\nPASS: 42-sim-adv_chains%%024-00001\nPASS: 42-sim-adv_chains%%025-00001\nPASS: 42-sim-adv_chains%%026-00001\nPASS: 42-sim-adv_chains%%027-00001\nPASS: 42-sim-adv_chains%%028-00001\nPASS: 42-sim-adv_chains%%029-00001\nPASS: 42-sim-adv_chains%%030-00001\nPASS: 42-sim-adv_chains%%031-00001\nPASS: 42-sim-adv_chains%%032-00001\nPASS: 42-sim-adv_chains%%033-00001\nPASS: 42-sim-adv_chains%%034-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 42-sim-adv_chains%%035-00001\nPASS: 42-sim-adv_chains%%035-00002\nPASS: 42-sim-adv_chains%%035-00003\nPASS: 42-sim-adv_chains%%035-00004\nPASS: 42-sim-adv_chains%%035-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 42-sim-adv_chains%%036-00001 (valgrind not installed)\n batch name: 43-sim-a2_order\n test mode:  c\n test type:  bpf-sim\nPASS: 43-sim-a2_order%%001-00001\nPASS: 43-sim-a2_order%%002-00001\nPASS: 43-sim-a2_order%%003-00001\nPASS: 43-sim-a2_order%%004-00001\nPASS: 43-sim-a2_order%%005-00001\nPASS: 43-sim-a2_order%%006-00001\nPASS: 43-sim-a2_order%%007-00001\nPASS: 43-sim-a2_order%%008-00001\nPASS: 43-sim-a2_order%%009-00001\nPASS: 43-sim-a2_order%%010-00001\nPASS: 43-sim-a2_order%%011-00001\nPASS: 43-sim-a2_order%%012-00001\nPASS: 43-sim-a2_order%%013-00001\nPASS: 43-sim-a2_order%%014-00001\nPASS: 43-sim-a2_order%%015-00001\nPASS: 43-sim-a2_order%%016-00001\nPASS: 43-sim-a2_order%%017-00001\nPASS: 43-sim-a2_order%%018-00001\nPASS: 43-sim-a2_order%%019-00001\nPASS: 43-sim-a2_order%%020-00001\nPASS: 43-sim-a2_order%%021-00001\nPASS: 43-sim-a2_order%%022-00001\nPASS: 43-sim-a2_order%%023-00001\nPASS: 43-sim-a2_order%%024-00001\nPASS: 43-sim-a2_order%%025-00001\nPASS: 43-sim-a2_order%%026-00001\nPASS: 43-sim-a2_order%%027-00001\nPASS: 43-sim-a2_order%%028-00001\nPASS: 43-sim-a2_order%%029-00001\nPASS: 43-sim-a2_order%%030-00001\nPASS: 43-sim-a2_order%%031-00001\nPASS: 43-sim-a2_order%%032-00001\nPASS: 43-sim-a2_order%%033-00001\nPASS: 43-sim-a2_order%%034-00001\nPASS: 43-sim-a2_order%%035-00001\nPASS: 43-sim-a2_order%%036-00001\nPASS: 43-sim-a2_order%%037-00001\nPASS: 43-sim-a2_order%%038-00001\nPASS: 43-sim-a2_order%%039-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 43-sim-a2_order%%040-00001 (valgrind not installed)\n batch name: 44-live-a2_order\n test mode:  c\n test type:  live\nSKIP: 44-live-a2_order%%001-00001 (must specify live tests)\n batch name: 45-sim-chain_code_coverage\n test mode:  c\n test type:  bpf-sim\nPASS: 45-sim-chain_code_coverage%%001-00001\nPASS: 45-sim-chain_code_coverage%%002-00001\nPASS: 45-sim-chain_code_coverage%%003-00001\nPASS: 45-sim-chain_code_coverage%%004-00001\nPASS: 45-sim-chain_code_coverage%%005-00001\nPASS: 45-sim-chain_code_coverage%%006-00001\n batch name: 46-sim-kill_process\n test mode:  c\n test type:  bpf-sim\nPASS: 46-sim-kill_process%%001-00001\nPASS: 46-sim-kill_process%%002-00001\nPASS: 46-sim-kill_process%%003-00001\nPASS: 46-sim-kill_process%%004-00001\nPASS: 46-sim-kill_process%%005-00001\nPASS: 46-sim-kill_process%%006-00001\n batch name: 47-live-kill_process\n test mode:  c\n test type:  live\nSKIP: 47-live-kill_process%%001-00001 (must specify live tests)\n batch name: 48-sim-32b_args\n test mode:  c\n test type:  bpf-sim\nPASS: 48-sim-32b_args%%001-00001\nPASS: 48-sim-32b_args%%002-00001\nPASS: 48-sim-32b_args%%003-00001\nPASS: 48-sim-32b_args%%004-00001\nPASS: 48-sim-32b_args%%005-00001\nPASS: 48-sim-32b_args%%006-00001\nPASS: 48-sim-32b_args%%007-00001\nPASS: 48-sim-32b_args%%008-00001\nPASS: 48-sim-32b_args%%009-00001\nPASS: 48-sim-32b_args%%010-00001\nPASS: 48-sim-32b_args%%011-00001\nPASS: 48-sim-32b_args%%012-00001\nPASS: 48-sim-32b_args%%013-00001\nPASS: 48-sim-32b_args%%014-00001\nPASS: 48-sim-32b_args%%015-00001\nPASS: 48-sim-32b_args%%016-00001\nPASS: 48-sim-32b_args%%017-00001\nPASS: 48-sim-32b_args%%018-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 48-sim-32b_args%%019-00001\nPASS: 48-sim-32b_args%%019-00002\nPASS: 48-sim-32b_args%%019-00003\nPASS: 48-sim-32b_args%%019-00004\nPASS: 48-sim-32b_args%%019-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 48-sim-32b_args%%020-00001 (valgrind not installed)\n batch name: 49-sim-64b_comparisons\n test mode:  c\n test type:  bpf-sim\nPASS: 49-sim-64b_comparisons%%001-00001\nPASS: 49-sim-64b_comparisons%%002-00001\nPASS: 49-sim-64b_comparisons%%003-00001\nPASS: 49-sim-64b_comparisons%%004-00001\nPASS: 49-sim-64b_comparisons%%005-00001\nPASS: 49-sim-64b_comparisons%%006-00001\nPASS: 49-sim-64b_comparisons%%007-00001\nPASS: 49-sim-64b_comparisons%%008-00001\nPASS: 49-sim-64b_comparisons%%009-00001\nPASS: 49-sim-64b_comparisons%%010-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 49-sim-64b_comparisons%%011-00001 (valgrind not installed)\n batch name: 50-sim-hash_collision\n test mode:  c\n test type:  bpf-sim\nPASS: 50-sim-hash_collision%%001-00001\nPASS: 50-sim-hash_collision%%002-00001\nPASS: 50-sim-hash_collision%%003-00001\nPASS: 50-sim-hash_collision%%004-00001\nPASS: 50-sim-hash_collision%%005-00001\nPASS: 50-sim-hash_collision%%006-00001\nPASS: 50-sim-hash_collision%%007-00001\nPASS: 50-sim-hash_collision%%008-00001\n batch name: 51-live-user_notification\n test mode:  c\n test type:  live\nSKIP: 51-live-user_notification%%001-00001 (must specify live tests)\n batch name: 52-basic-load\n test mode:  c\n test type:  basic\nPASS: 52-basic-load%%001-00001\n batch name: 53-sim-binary_tree\n test mode:  c\n test type:  bpf-sim\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%003-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%003-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%004-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%004-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%008-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%008-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%009-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%009-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%010-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%010-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%010-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%011-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%011-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%012-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%012-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%013-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%013-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%014-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%014-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%028-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%028-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%029-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%029-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%030-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%030-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%031-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%031-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%033-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%033-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%034-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%034-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%043-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%043-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%044-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%044-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%045-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%045-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%046-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%046-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%049-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%049-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%050-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%050-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 53-sim-binary_tree%%051-00001 (valgrind not installed)\n batch name: 54-live-binary_tree\n test mode:  c\n test type:  live\nSKIP: 54-live-binary_tree%%001-00001 (must specify live tests)\n batch name: 55-basic-pfc_binary_tree\n test mode:  c\n test type:  basic\nPASS: 55-basic-pfc_binary_tree%%001-00001\n batch name: 56-basic-iterate_syscalls\n test mode:  c\n test type:  basic\nPASS: 56-basic-iterate_syscalls%%001-00001\n batch name: 57-basic-rawsysrc\n test mode:  c\n test type:  basic\nPASS: 57-basic-rawsysrc%%001-00001\n batch name: 58-live-tsync_notify\n test mode:  c\n test type:  live\nSKIP: 58-live-tsync_notify%%001-00001 (must specify live tests)\n batch name: 59-basic-empty_binary_tree\n test mode:  c\n test type:  bpf-sim\nPASS: 59-basic-empty_binary_tree%%001-00001\nPASS: 59-basic-empty_binary_tree%%001-00002\nPASS: 59-basic-empty_binary_tree%%001-00003\nPASS: 59-basic-empty_binary_tree%%001-00004\nPASS: 59-basic-empty_binary_tree%%001-00005\nPASS: 59-basic-empty_binary_tree%%001-00006\nPASS: 59-basic-empty_binary_tree%%001-00007\nPASS: 59-basic-empty_binary_tree%%001-00008\nPASS: 59-basic-empty_binary_tree%%001-00009\nPASS: 59-basic-empty_binary_tree%%001-00010\nPASS: 59-basic-empty_binary_tree%%001-00011\nPASS: 59-basic-empty_binary_tree%%001-00012\nPASS: 59-basic-empty_binary_tree%%001-00013\nPASS: 59-basic-empty_binary_tree%%001-00014\nPASS: 59-basic-empty_binary_tree%%001-00015\nPASS: 59-basic-empty_binary_tree%%001-00016\nPASS: 59-basic-empty_binary_tree%%001-00017\nPASS: 59-basic-empty_binary_tree%%001-00018\nPASS: 59-basic-empty_binary_tree%%001-00019\nPASS: 59-basic-empty_binary_tree%%001-00020\nPASS: 59-basic-empty_binary_tree%%001-00021\nPASS: 59-basic-empty_binary_tree%%001-00022\nPASS: 59-basic-empty_binary_tree%%001-00023\nPASS: 59-basic-empty_binary_tree%%001-00024\nPASS: 59-basic-empty_binary_tree%%001-00025\nPASS: 59-basic-empty_binary_tree%%001-00026\nPASS: 59-basic-empty_binary_tree%%001-00027\nPASS: 59-basic-empty_binary_tree%%001-00028\nPASS: 59-basic-empty_binary_tree%%001-00029\nPASS: 59-basic-empty_binary_tree%%001-00030\nPASS: 59-basic-empty_binary_tree%%001-00031\nPASS: 59-basic-empty_binary_tree%%001-00032\nPASS: 59-basic-empty_binary_tree%%001-00033\nPASS: 59-basic-empty_binary_tree%%001-00034\nPASS: 59-basic-empty_binary_tree%%001-00035\nPASS: 59-basic-empty_binary_tree%%001-00036\nPASS: 59-basic-empty_binary_tree%%001-00037\nPASS: 59-basic-empty_binary_tree%%001-00038\nPASS: 59-basic-empty_binary_tree%%001-00039\nPASS: 59-basic-empty_binary_tree%%001-00040\nPASS: 59-basic-empty_binary_tree%%001-00041\nPASS: 59-basic-empty_binary_tree%%001-00042\nPASS: 59-basic-empty_binary_tree%%001-00043\nPASS: 59-basic-empty_binary_tree%%001-00044\nPASS: 59-basic-empty_binary_tree%%001-00045\nPASS: 59-basic-empty_binary_tree%%001-00046\nPASS: 59-basic-empty_binary_tree%%001-00047\nPASS: 59-basic-empty_binary_tree%%001-00048\nPASS: 59-basic-empty_binary_tree%%001-00049\nPASS: 59-basic-empty_binary_tree%%001-00050\nPASS: 59-basic-empty_binary_tree%%001-00051\nPASS: 59-basic-empty_binary_tree%%001-00052\nPASS: 59-basic-empty_binary_tree%%001-00053\nPASS: 59-basic-empty_binary_tree%%001-00054\nPASS: 59-basic-empty_binary_tree%%001-00055\nPASS: 59-basic-empty_binary_tree%%001-00056\nPASS: 59-basic-empty_binary_tree%%001-00057\nPASS: 59-basic-empty_binary_tree%%001-00058\nPASS: 59-basic-empty_binary_tree%%001-00059\nPASS: 59-basic-empty_binary_tree%%001-00060\nPASS: 59-basic-empty_binary_tree%%001-00061\nPASS: 59-basic-empty_binary_tree%%001-00062\nPASS: 59-basic-empty_binary_tree%%001-00063\nPASS: 59-basic-empty_binary_tree%%001-00064\nPASS: 59-basic-empty_binary_tree%%001-00065\nPASS: 59-basic-empty_binary_tree%%001-00066\nPASS: 59-basic-empty_binary_tree%%001-00067\nPASS: 59-basic-empty_binary_tree%%001-00068\nPASS: 59-basic-empty_binary_tree%%001-00069\nPASS: 59-basic-empty_binary_tree%%001-00070\nPASS: 59-basic-empty_binary_tree%%001-00071\nPASS: 59-basic-empty_binary_tree%%001-00072\nPASS: 59-basic-empty_binary_tree%%001-00073\nPASS: 59-basic-empty_binary_tree%%001-00074\nPASS: 59-basic-empty_binary_tree%%001-00075\nPASS: 59-basic-empty_binary_tree%%001-00076\nPASS: 59-basic-empty_binary_tree%%001-00077\nPASS: 59-basic-empty_binary_tree%%001-00078\nPASS: 59-basic-empty_binary_tree%%001-00079\nPASS: 59-basic-empty_binary_tree%%001-00080\nPASS: 59-basic-empty_binary_tree%%001-00081\nPASS: 59-basic-empty_binary_tree%%001-00082\nPASS: 59-basic-empty_binary_tree%%001-00083\nPASS: 59-basic-empty_binary_tree%%001-00084\nPASS: 59-basic-empty_binary_tree%%001-00085\nPASS: 59-basic-empty_binary_tree%%001-00086\nPASS: 59-basic-empty_binary_tree%%001-00087\nPASS: 59-basic-empty_binary_tree%%001-00088\nPASS: 59-basic-empty_binary_tree%%001-00089\nPASS: 59-basic-empty_binary_tree%%001-00090\nPASS: 59-basic-empty_binary_tree%%001-00091\nPASS: 59-basic-empty_binary_tree%%001-00092\nPASS: 59-basic-empty_binary_tree%%001-00093\nPASS: 59-basic-empty_binary_tree%%001-00094\nPASS: 59-basic-empty_binary_tree%%001-00095\nPASS: 59-basic-empty_binary_tree%%001-00096\nPASS: 59-basic-empty_binary_tree%%001-00097\nPASS: 59-basic-empty_binary_tree%%001-00098\nPASS: 59-basic-empty_binary_tree%%001-00099\nPASS: 59-basic-empty_binary_tree%%001-00100\nPASS: 59-basic-empty_binary_tree%%001-00101\nPASS: 59-basic-empty_binary_tree%%001-00102\nPASS: 59-basic-empty_binary_tree%%001-00103\nPASS: 59-basic-empty_binary_tree%%001-00104\nPASS: 59-basic-empty_binary_tree%%001-00105\nPASS: 59-basic-empty_binary_tree%%001-00106\nPASS: 59-basic-empty_binary_tree%%001-00107\nPASS: 59-basic-empty_binary_tree%%001-00108\nPASS: 59-basic-empty_binary_tree%%001-00109\nPASS: 59-basic-empty_binary_tree%%001-00110\nPASS: 59-basic-empty_binary_tree%%001-00111\nPASS: 59-basic-empty_binary_tree%%001-00112\nPASS: 59-basic-empty_binary_tree%%001-00113\nPASS: 59-basic-empty_binary_tree%%001-00114\nPASS: 59-basic-empty_binary_tree%%001-00115\nPASS: 59-basic-empty_binary_tree%%001-00116\nPASS: 59-basic-empty_binary_tree%%001-00117\nPASS: 59-basic-empty_binary_tree%%001-00118\nPASS: 59-basic-empty_binary_tree%%001-00119\nPASS: 59-basic-empty_binary_tree%%001-00120\nPASS: 59-basic-empty_binary_tree%%001-00121\nPASS: 59-basic-empty_binary_tree%%001-00122\nPASS: 59-basic-empty_binary_tree%%001-00123\nPASS: 59-basic-empty_binary_tree%%001-00124\nPASS: 59-basic-empty_binary_tree%%001-00125\nPASS: 59-basic-empty_binary_tree%%001-00126\nPASS: 59-basic-empty_binary_tree%%001-00127\nPASS: 59-basic-empty_binary_tree%%001-00128\nPASS: 59-basic-empty_binary_tree%%001-00129\nPASS: 59-basic-empty_binary_tree%%001-00130\nPASS: 59-basic-empty_binary_tree%%001-00131\nPASS: 59-basic-empty_binary_tree%%001-00132\nPASS: 59-basic-empty_binary_tree%%001-00133\nPASS: 59-basic-empty_binary_tree%%001-00134\nPASS: 59-basic-empty_binary_tree%%001-00135\nPASS: 59-basic-empty_binary_tree%%001-00136\nPASS: 59-basic-empty_binary_tree%%001-00137\nPASS: 59-basic-empty_binary_tree%%001-00138\nPASS: 59-basic-empty_binary_tree%%001-00139\nPASS: 59-basic-empty_binary_tree%%001-00140\nPASS: 59-basic-empty_binary_tree%%001-00141\nPASS: 59-basic-empty_binary_tree%%001-00142\nPASS: 59-basic-empty_binary_tree%%001-00143\nPASS: 59-basic-empty_binary_tree%%001-00144\nPASS: 59-basic-empty_binary_tree%%001-00145\nPASS: 59-basic-empty_binary_tree%%001-00146\nPASS: 59-basic-empty_binary_tree%%001-00147\nPASS: 59-basic-empty_binary_tree%%001-00148\nPASS: 59-basic-empty_binary_tree%%001-00149\nPASS: 59-basic-empty_binary_tree%%001-00150\nPASS: 59-basic-empty_binary_tree%%001-00151\nPASS: 59-basic-empty_binary_tree%%001-00152\nPASS: 59-basic-empty_binary_tree%%001-00153\nPASS: 59-basic-empty_binary_tree%%001-00154\nPASS: 59-basic-empty_binary_tree%%001-00155\nPASS: 59-basic-empty_binary_tree%%001-00156\nPASS: 59-basic-empty_binary_tree%%001-00157\nPASS: 59-basic-empty_binary_tree%%001-00158\nPASS: 59-basic-empty_binary_tree%%001-00159\nPASS: 59-basic-empty_binary_tree%%001-00160\nPASS: 59-basic-empty_binary_tree%%001-00161\nPASS: 59-basic-empty_binary_tree%%001-00162\nPASS: 59-basic-empty_binary_tree%%001-00163\nPASS: 59-basic-empty_binary_tree%%001-00164\nPASS: 59-basic-empty_binary_tree%%001-00165\nPASS: 59-basic-empty_binary_tree%%001-00166\nPASS: 59-basic-empty_binary_tree%%001-00167\nPASS: 59-basic-empty_binary_tree%%001-00168\nPASS: 59-basic-empty_binary_tree%%001-00169\nPASS: 59-basic-empty_binary_tree%%001-00170\nPASS: 59-basic-empty_binary_tree%%001-00171\nPASS: 59-basic-empty_binary_tree%%001-00172\nPASS: 59-basic-empty_binary_tree%%001-00173\nPASS: 59-basic-empty_binary_tree%%001-00174\nPASS: 59-basic-empty_binary_tree%%001-00175\nPASS: 59-basic-empty_binary_tree%%001-00176\nPASS: 59-basic-empty_binary_tree%%001-00177\nPASS: 59-basic-empty_binary_tree%%001-00178\nPASS: 59-basic-empty_binary_tree%%001-00179\nPASS: 59-basic-empty_binary_tree%%001-00180\nPASS: 59-basic-empty_binary_tree%%001-00181\nPASS: 59-basic-empty_binary_tree%%001-00182\nPASS: 59-basic-empty_binary_tree%%001-00183\nPASS: 59-basic-empty_binary_tree%%001-00184\nPASS: 59-basic-empty_binary_tree%%001-00185\nPASS: 59-basic-empty_binary_tree%%001-00186\nPASS: 59-basic-empty_binary_tree%%001-00187\nPASS: 59-basic-empty_binary_tree%%001-00188\nPASS: 59-basic-empty_binary_tree%%001-00189\nPASS: 59-basic-empty_binary_tree%%001-00190\nPASS: 59-basic-empty_binary_tree%%001-00191\nPASS: 59-basic-empty_binary_tree%%001-00192\nPASS: 59-basic-empty_binary_tree%%001-00193\nPASS: 59-basic-empty_binary_tree%%001-00194\nPASS: 59-basic-empty_binary_tree%%001-00195\nPASS: 59-basic-empty_binary_tree%%001-00196\nPASS: 59-basic-empty_binary_tree%%001-00197\nPASS: 59-basic-empty_binary_tree%%001-00198\nPASS: 59-basic-empty_binary_tree%%001-00199\nPASS: 59-basic-empty_binary_tree%%001-00200\nPASS: 59-basic-empty_binary_tree%%001-00201\nPASS: 59-basic-empty_binary_tree%%001-00202\nPASS: 59-basic-empty_binary_tree%%001-00203\nPASS: 59-basic-empty_binary_tree%%001-00204\nPASS: 59-basic-empty_binary_tree%%001-00205\nPASS: 59-basic-empty_binary_tree%%001-00206\nPASS: 59-basic-empty_binary_tree%%001-00207\nPASS: 59-basic-empty_binary_tree%%001-00208\nPASS: 59-basic-empty_binary_tree%%001-00209\nPASS: 59-basic-empty_binary_tree%%001-00210\nPASS: 59-basic-empty_binary_tree%%001-00211\nPASS: 59-basic-empty_binary_tree%%001-00212\nPASS: 59-basic-empty_binary_tree%%001-00213\nPASS: 59-basic-empty_binary_tree%%001-00214\nPASS: 59-basic-empty_binary_tree%%001-00215\nPASS: 59-basic-empty_binary_tree%%001-00216\nPASS: 59-basic-empty_binary_tree%%001-00217\nPASS: 59-basic-empty_binary_tree%%001-00218\nPASS: 59-basic-empty_binary_tree%%001-00219\nPASS: 59-basic-empty_binary_tree%%001-00220\nPASS: 59-basic-empty_binary_tree%%001-00221\nPASS: 59-basic-empty_binary_tree%%001-00222\nPASS: 59-basic-empty_binary_tree%%001-00223\nPASS: 59-basic-empty_binary_tree%%001-00224\nPASS: 59-basic-empty_binary_tree%%001-00225\nPASS: 59-basic-empty_binary_tree%%001-00226\nPASS: 59-basic-empty_binary_tree%%001-00227\nPASS: 59-basic-empty_binary_tree%%001-00228\nPASS: 59-basic-empty_binary_tree%%001-00229\nPASS: 59-basic-empty_binary_tree%%001-00230\nPASS: 59-basic-empty_binary_tree%%001-00231\nPASS: 59-basic-empty_binary_tree%%001-00232\nPASS: 59-basic-empty_binary_tree%%001-00233\nPASS: 59-basic-empty_binary_tree%%001-00234\nPASS: 59-basic-empty_binary_tree%%001-00235\nPASS: 59-basic-empty_binary_tree%%001-00236\nPASS: 59-basic-empty_binary_tree%%001-00237\nPASS: 59-basic-empty_binary_tree%%001-00238\nPASS: 59-basic-empty_binary_tree%%001-00239\nPASS: 59-basic-empty_binary_tree%%001-00240\nPASS: 59-basic-empty_binary_tree%%001-00241\nPASS: 59-basic-empty_binary_tree%%001-00242\nPASS: 59-basic-empty_binary_tree%%001-00243\nPASS: 59-basic-empty_binary_tree%%001-00244\nPASS: 59-basic-empty_binary_tree%%001-00245\nPASS: 59-basic-empty_binary_tree%%001-00246\nPASS: 59-basic-empty_binary_tree%%001-00247\nPASS: 59-basic-empty_binary_tree%%001-00248\nPASS: 59-basic-empty_binary_tree%%001-00249\nPASS: 59-basic-empty_binary_tree%%001-00250\nPASS: 59-basic-empty_binary_tree%%001-00251\nPASS: 59-basic-empty_binary_tree%%001-00252\nPASS: 59-basic-empty_binary_tree%%001-00253\nPASS: 59-basic-empty_binary_tree%%001-00254\nPASS: 59-basic-empty_binary_tree%%001-00255\nPASS: 59-basic-empty_binary_tree%%001-00256\nPASS: 59-basic-empty_binary_tree%%001-00257\nPASS: 59-basic-empty_binary_tree%%001-00258\nPASS: 59-basic-empty_binary_tree%%001-00259\nPASS: 59-basic-empty_binary_tree%%001-00260\nPASS: 59-basic-empty_binary_tree%%001-00261\nPASS: 59-basic-empty_binary_tree%%001-00262\nPASS: 59-basic-empty_binary_tree%%001-00263\nPASS: 59-basic-empty_binary_tree%%001-00264\nPASS: 59-basic-empty_binary_tree%%001-00265\nPASS: 59-basic-empty_binary_tree%%001-00266\nPASS: 59-basic-empty_binary_tree%%001-00267\nPASS: 59-basic-empty_binary_tree%%001-00268\nPASS: 59-basic-empty_binary_tree%%001-00269\nPASS: 59-basic-empty_binary_tree%%001-00270\nPASS: 59-basic-empty_binary_tree%%001-00271\nPASS: 59-basic-empty_binary_tree%%001-00272\nPASS: 59-basic-empty_binary_tree%%001-00273\nPASS: 59-basic-empty_binary_tree%%001-00274\nPASS: 59-basic-empty_binary_tree%%001-00275\nPASS: 59-basic-empty_binary_tree%%001-00276\nPASS: 59-basic-empty_binary_tree%%001-00277\nPASS: 59-basic-empty_binary_tree%%001-00278\nPASS: 59-basic-empty_binary_tree%%001-00279\nPASS: 59-basic-empty_binary_tree%%001-00280\nPASS: 59-basic-empty_binary_tree%%001-00281\nPASS: 59-basic-empty_binary_tree%%001-00282\nPASS: 59-basic-empty_binary_tree%%001-00283\nPASS: 59-basic-empty_binary_tree%%001-00284\nPASS: 59-basic-empty_binary_tree%%001-00285\nPASS: 59-basic-empty_binary_tree%%001-00286\nPASS: 59-basic-empty_binary_tree%%001-00287\nPASS: 59-basic-empty_binary_tree%%001-00288\nPASS: 59-basic-empty_binary_tree%%001-00289\nPASS: 59-basic-empty_binary_tree%%001-00290\nPASS: 59-basic-empty_binary_tree%%001-00291\nPASS: 59-basic-empty_binary_tree%%001-00292\nPASS: 59-basic-empty_binary_tree%%001-00293\nPASS: 59-basic-empty_binary_tree%%001-00294\nPASS: 59-basic-empty_binary_tree%%001-00295\nPASS: 59-basic-empty_binary_tree%%001-00296\nPASS: 59-basic-empty_binary_tree%%001-00297\nPASS: 59-basic-empty_binary_tree%%001-00298\nPASS: 59-basic-empty_binary_tree%%001-00299\nPASS: 59-basic-empty_binary_tree%%001-00300\nPASS: 59-basic-empty_binary_tree%%001-00301\nPASS: 59-basic-empty_binary_tree%%001-00302\nPASS: 59-basic-empty_binary_tree%%001-00303\nPASS: 59-basic-empty_binary_tree%%001-00304\nPASS: 59-basic-empty_binary_tree%%001-00305\nPASS: 59-basic-empty_binary_tree%%001-00306\nPASS: 59-basic-empty_binary_tree%%001-00307\nPASS: 59-basic-empty_binary_tree%%001-00308\nPASS: 59-basic-empty_binary_tree%%001-00309\nPASS: 59-basic-empty_binary_tree%%001-00310\nPASS: 59-basic-empty_binary_tree%%001-00311\nPASS: 59-basic-empty_binary_tree%%001-00312\nPASS: 59-basic-empty_binary_tree%%001-00313\nPASS: 59-basic-empty_binary_tree%%001-00314\nPASS: 59-basic-empty_binary_tree%%001-00315\nPASS: 59-basic-empty_binary_tree%%001-00316\nPASS: 59-basic-empty_binary_tree%%001-00317\nPASS: 59-basic-empty_binary_tree%%001-00318\nPASS: 59-basic-empty_binary_tree%%001-00319\nPASS: 59-basic-empty_binary_tree%%001-00320\nPASS: 59-basic-empty_binary_tree%%001-00321\nPASS: 59-basic-empty_binary_tree%%001-00322\nPASS: 59-basic-empty_binary_tree%%001-00323\nPASS: 59-basic-empty_binary_tree%%001-00324\nPASS: 59-basic-empty_binary_tree%%001-00325\nPASS: 59-basic-empty_binary_tree%%001-00326\nPASS: 59-basic-empty_binary_tree%%001-00327\nPASS: 59-basic-empty_binary_tree%%001-00328\nPASS: 59-basic-empty_binary_tree%%001-00329\nPASS: 59-basic-empty_binary_tree%%001-00330\nPASS: 59-basic-empty_binary_tree%%001-00331\nPASS: 59-basic-empty_binary_tree%%001-00332\nPASS: 59-basic-empty_binary_tree%%001-00333\nPASS: 59-basic-empty_binary_tree%%001-00334\nPASS: 59-basic-empty_binary_tree%%001-00335\nPASS: 59-basic-empty_binary_tree%%001-00336\nPASS: 59-basic-empty_binary_tree%%001-00337\nPASS: 59-basic-empty_binary_tree%%001-00338\nPASS: 59-basic-empty_binary_tree%%001-00339\nPASS: 59-basic-empty_binary_tree%%001-00340\nPASS: 59-basic-empty_binary_tree%%001-00341\nPASS: 59-basic-empty_binary_tree%%001-00342\nPASS: 59-basic-empty_binary_tree%%001-00343\nPASS: 59-basic-empty_binary_tree%%001-00344\nPASS: 59-basic-empty_binary_tree%%001-00345\nPASS: 59-basic-empty_binary_tree%%001-00346\nPASS: 59-basic-empty_binary_tree%%001-00347\nPASS: 59-basic-empty_binary_tree%%001-00348\nPASS: 59-basic-empty_binary_tree%%001-00349\nPASS: 59-basic-empty_binary_tree%%001-00350\nPASS: 59-basic-empty_binary_tree%%001-00351\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 59-basic-empty_binary_tree%%002-00001 (valgrind not installed)\n batch name: 60-sim-precompute\n test mode:  c\n test type:  bpf-sim\nPASS: 60-sim-precompute%%001-00001\nPASS: 60-sim-precompute%%001-00002\nPASS: 60-sim-precompute%%001-00003\nPASS: 60-sim-precompute%%001-00004\nPASS: 60-sim-precompute%%001-00005\nPASS: 60-sim-precompute%%001-00006\nPASS: 60-sim-precompute%%001-00007\nPASS: 60-sim-precompute%%001-00008\nPASS: 60-sim-precompute%%001-00009\nPASS: 60-sim-precompute%%001-00010\nPASS: 60-sim-precompute%%001-00011\nPASS: 60-sim-precompute%%002-00001\nPASS: 60-sim-precompute%%003-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 60-sim-precompute%%004-00001\nPASS: 60-sim-precompute%%004-00002\nPASS: 60-sim-precompute%%004-00003\nPASS: 60-sim-precompute%%004-00004\nPASS: 60-sim-precompute%%004-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 60-sim-precompute%%005-00001 (valgrind not installed)\n batch name: 61-sim-transactions\n test mode:  c\n test type:  bpf-sim\nPASS: 61-sim-transactions%%001-00001\nPASS: 61-sim-transactions%%002-00001\nPASS: 61-sim-transactions%%003-00001\nPASS: 61-sim-transactions%%004-00001\nPASS: 61-sim-transactions%%005-00001\nPASS: 61-sim-transactions%%005-00002\nPASS: 61-sim-transactions%%005-00003\nPASS: 61-sim-transactions%%005-00004\nPASS: 61-sim-transactions%%006-00001\nPASS: 61-sim-transactions%%007-00001\nPASS: 61-sim-transactions%%007-00002\nPASS: 61-sim-transactions%%007-00003\nPASS: 61-sim-transactions%%007-00004\nPASS: 61-sim-transactions%%008-00001\nPASS: 61-sim-transactions%%009-00001\nPASS: 61-sim-transactions%%009-00002\nPASS: 61-sim-transactions%%009-00003\nPASS: 61-sim-transactions%%009-00004\nPASS: 61-sim-transactions%%009-00005\nPASS: 61-sim-transactions%%009-00006\nPASS: 61-sim-transactions%%009-00007\nPASS: 61-sim-transactions%%009-00008\nPASS: 61-sim-transactions%%009-00009\nPASS: 61-sim-transactions%%009-00010\nPASS: 61-sim-transactions%%009-00011\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 61-sim-transactions%%010-00001\nPASS: 61-sim-transactions%%010-00002\nPASS: 61-sim-transactions%%010-00003\nPASS: 61-sim-transactions%%010-00004\nPASS: 61-sim-transactions%%010-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 61-sim-transactions%%011-00001 (valgrind not installed)\n batch name: 62-sim-arch_transactions\n test mode:  c\n test type:  bpf-sim\nPASS: 62-sim-arch_transactions%%001-00001\nPASS: 62-sim-arch_transactions%%002-00001\nPASS: 62-sim-arch_transactions%%003-00001\nPASS: 62-sim-arch_transactions%%004-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 62-sim-arch_transactions%%005-00001\nPASS: 62-sim-arch_transactions%%005-00002\nPASS: 62-sim-arch_transactions%%005-00003\nPASS: 62-sim-arch_transactions%%005-00004\nPASS: 62-sim-arch_transactions%%005-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 62-sim-arch_transactions%%006-00001 (valgrind not installed)\nRegression Test Summary\n tests run: 7933\n tests skipped: 86\n tests passed: 7933\n tests failed: 0\n tests errored: 0\n============================================================\nDURATION: 162\nEND: /usr/lib/libseccomp/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libseccomp": {
     "duration": "162",
     "log": "START: ptest-runner\n2025-06-16T11:35\n=============== Mon Jun 16 11:35:21 UTC 2025 ===============\nRegression Test Report (\"regression -a\")\n batch name: 01-sim-allow\n test mode:  c\n test type:  bpf-sim\nPASS: 01-sim-allow%%001-00001\nPASS: 01-sim-allow%%001-00002\nPASS: 01-sim-allow%%001-00003\nPASS: 01-sim-allow%%001-00004\nPASS: 01-sim-allow%%001-00005\nPASS: 01-sim-allow%%001-00006\nPASS: 01-sim-allow%%001-00007\nPASS: 01-sim-allow%%001-00008\nPASS: 01-sim-allow%%001-00009\nPASS: 01-sim-allow%%001-00010\nPASS: 01-sim-allow%%001-00011\nPASS: 01-sim-allow%%001-00012\nPASS: 01-sim-allow%%001-00013\nPASS: 01-sim-allow%%001-00014\nPASS: 01-sim-allow%%001-00015\nPASS: 01-sim-allow%%001-00016\nPASS: 01-sim-allow%%001-00017\nPASS: 01-sim-allow%%001-00018\nPASS: 01-sim-allow%%001-00019\nPASS: 01-sim-allow%%001-00020\nPASS: 01-sim-allow%%001-00021\nPASS: 01-sim-allow%%001-00022\nPASS: 01-sim-allow%%001-00023\nPASS: 01-sim-allow%%001-00024\nPASS: 01-sim-allow%%001-00025\nPASS: 01-sim-allow%%001-00026\nPASS: 01-sim-allow%%001-00027\nPASS: 01-sim-allow%%001-00028\nPASS: 01-sim-allow%%001-00029\nPASS: 01-sim-allow%%001-00030\nPASS: 01-sim-allow%%001-00031\nPASS: 01-sim-allow%%001-00032\nPASS: 01-sim-allow%%001-00033\nPASS: 01-sim-allow%%001-00034\nPASS: 01-sim-allow%%001-00035\nPASS: 01-sim-allow%%001-00036\nPASS: 01-sim-allow%%001-00037\nPASS: 01-sim-allow%%001-00038\nPASS: 01-sim-allow%%001-00039\nPASS: 01-sim-allow%%001-00040\nPASS: 01-sim-allow%%001-00041\nPASS: 01-sim-allow%%001-00042\nPASS: 01-sim-allow%%001-00043\nPASS: 01-sim-allow%%001-00044\nPASS: 01-sim-allow%%001-00045\nPASS: 01-sim-allow%%001-00046\nPASS: 01-sim-allow%%001-00047\nPASS: 01-sim-allow%%001-00048\nPASS: 01-sim-allow%%001-00049\nPASS: 01-sim-allow%%001-00050\nPASS: 01-sim-allow%%001-00051\nPASS: 01-sim-allow%%001-00052\nPASS: 01-sim-allow%%001-00053\nPASS: 01-sim-allow%%001-00054\nPASS: 01-sim-allow%%001-00055\nPASS: 01-sim-allow%%001-00056\nPASS: 01-sim-allow%%001-00057\nPASS: 01-sim-allow%%001-00058\nPASS: 01-sim-allow%%001-00059\nPASS: 01-sim-allow%%001-00060\nPASS: 01-sim-allow%%001-00061\nPASS: 01-sim-allow%%001-00062\nPASS: 01-sim-allow%%001-00063\nPASS: 01-sim-allow%%001-00064\nPASS: 01-sim-allow%%001-00065\nPASS: 01-sim-allow%%001-00066\nPASS: 01-sim-allow%%001-00067\nPASS: 01-sim-allow%%001-00068\nPASS: 01-sim-allow%%001-00069\nPASS: 01-sim-allow%%001-00070\nPASS: 01-sim-allow%%001-00071\nPASS: 01-sim-allow%%001-00072\nPASS: 01-sim-allow%%001-00073\nPASS: 01-sim-allow%%001-00074\nPASS: 01-sim-allow%%001-00075\nPASS: 01-sim-allow%%001-00076\nPASS: 01-sim-allow%%001-00077\nPASS: 01-sim-allow%%001-00078\nPASS: 01-sim-allow%%001-00079\nPASS: 01-sim-allow%%001-00080\nPASS: 01-sim-allow%%001-00081\nPASS: 01-sim-allow%%001-00082\nPASS: 01-sim-allow%%001-00083\nPASS: 01-sim-allow%%001-00084\nPASS: 01-sim-allow%%001-00085\nPASS: 01-sim-allow%%001-00086\nPASS: 01-sim-allow%%001-00087\nPASS: 01-sim-allow%%001-00088\nPASS: 01-sim-allow%%001-00089\nPASS: 01-sim-allow%%001-00090\nPASS: 01-sim-allow%%001-00091\nPASS: 01-sim-allow%%001-00092\nPASS: 01-sim-allow%%001-00093\nPASS: 01-sim-allow%%001-00094\nPASS: 01-sim-allow%%001-00095\nPASS: 01-sim-allow%%001-00096\nPASS: 01-sim-allow%%001-00097\nPASS: 01-sim-allow%%001-00098\nPASS: 01-sim-allow%%001-00099\nPASS: 01-sim-allow%%001-00100\nPASS: 01-sim-allow%%001-00101\nPASS: 01-sim-allow%%001-00102\nPASS: 01-sim-allow%%001-00103\nPASS: 01-sim-allow%%001-00104\nPASS: 01-sim-allow%%001-00105\nPASS: 01-sim-allow%%001-00106\nPASS: 01-sim-allow%%001-00107\nPASS: 01-sim-allow%%001-00108\nPASS: 01-sim-allow%%001-00109\nPASS: 01-sim-allow%%001-00110\nPASS: 01-sim-allow%%001-00111\nPASS: 01-sim-allow%%001-00112\nPASS: 01-sim-allow%%001-00113\nPASS: 01-sim-allow%%001-00114\nPASS: 01-sim-allow%%001-00115\nPASS: 01-sim-allow%%001-00116\nPASS: 01-sim-allow%%001-00117\nPASS: 01-sim-allow%%001-00118\nPASS: 01-sim-allow%%001-00119\nPASS: 01-sim-allow%%001-00120\nPASS: 01-sim-allow%%001-00121\nPASS: 01-sim-allow%%001-00122\nPASS: 01-sim-allow%%001-00123\nPASS: 01-sim-allow%%001-00124\nPASS: 01-sim-allow%%001-00125\nPASS: 01-sim-allow%%001-00126\nPASS: 01-sim-allow%%001-00127\nPASS: 01-sim-allow%%001-00128\nPASS: 01-sim-allow%%001-00129\nPASS: 01-sim-allow%%001-00130\nPASS: 01-sim-allow%%001-00131\nPASS: 01-sim-allow%%001-00132\nPASS: 01-sim-allow%%001-00133\nPASS: 01-sim-allow%%001-00134\nPASS: 01-sim-allow%%001-00135\nPASS: 01-sim-allow%%001-00136\nPASS: 01-sim-allow%%001-00137\nPASS: 01-sim-allow%%001-00138\nPASS: 01-sim-allow%%001-00139\nPASS: 01-sim-allow%%001-00140\nPASS: 01-sim-allow%%001-00141\nPASS: 01-sim-allow%%001-00142\nPASS: 01-sim-allow%%001-00143\nPASS: 01-sim-allow%%001-00144\nPASS: 01-sim-allow%%001-00145\nPASS: 01-sim-allow%%001-00146\nPASS: 01-sim-allow%%001-00147\nPASS: 01-sim-allow%%001-00148\nPASS: 01-sim-allow%%001-00149\nPASS: 01-sim-allow%%001-00150\nPASS: 01-sim-allow%%001-00151\nPASS: 01-sim-allow%%001-00152\nPASS: 01-sim-allow%%001-00153\nPASS: 01-sim-allow%%001-00154\nPASS: 01-sim-allow%%001-00155\nPASS: 01-sim-allow%%001-00156\nPASS: 01-sim-allow%%001-00157\nPASS: 01-sim-allow%%001-00158\nPASS: 01-sim-allow%%001-00159\nPASS: 01-sim-allow%%001-00160\nPASS: 01-sim-allow%%001-00161\nPASS: 01-sim-allow%%001-00162\nPASS: 01-sim-allow%%001-00163\nPASS: 01-sim-allow%%001-00164\nPASS: 01-sim-allow%%001-00165\nPASS: 01-sim-allow%%001-00166\nPASS: 01-sim-allow%%001-00167\nPASS: 01-sim-allow%%001-00168\nPASS: 01-sim-allow%%001-00169\nPASS: 01-sim-allow%%001-00170\nPASS: 01-sim-allow%%001-00171\nPASS: 01-sim-allow%%001-00172\nPASS: 01-sim-allow%%001-00173\nPASS: 01-sim-allow%%001-00174\nPASS: 01-sim-allow%%001-00175\nPASS: 01-sim-allow%%001-00176\nPASS: 01-sim-allow%%001-00177\nPASS: 01-sim-allow%%001-00178\nPASS: 01-sim-allow%%001-00179\nPASS: 01-sim-allow%%001-00180\nPASS: 01-sim-allow%%001-00181\nPASS: 01-sim-allow%%001-00182\nPASS: 01-sim-allow%%001-00183\nPASS: 01-sim-allow%%001-00184\nPASS: 01-sim-allow%%001-00185\nPASS: 01-sim-allow%%001-00186\nPASS: 01-sim-allow%%001-00187\nPASS: 01-sim-allow%%001-00188\nPASS: 01-sim-allow%%001-00189\nPASS: 01-sim-allow%%001-00190\nPASS: 01-sim-allow%%001-00191\nPASS: 01-sim-allow%%001-00192\nPASS: 01-sim-allow%%001-00193\nPASS: 01-sim-allow%%001-00194\nPASS: 01-sim-allow%%001-00195\nPASS: 01-sim-allow%%001-00196\nPASS: 01-sim-allow%%001-00197\nPASS: 01-sim-allow%%001-00198\nPASS: 01-sim-allow%%001-00199\nPASS: 01-sim-allow%%001-00200\nPASS: 01-sim-allow%%001-00201\nPASS: 01-sim-allow%%001-00202\nPASS: 01-sim-allow%%001-00203\nPASS: 01-sim-allow%%001-00204\nPASS: 01-sim-allow%%001-00205\nPASS: 01-sim-allow%%001-00206\nPASS: 01-sim-allow%%001-00207\nPASS: 01-sim-allow%%001-00208\nPASS: 01-sim-allow%%001-00209\nPASS: 01-sim-allow%%001-00210\nPASS: 01-sim-allow%%001-00211\nPASS: 01-sim-allow%%001-00212\nPASS: 01-sim-allow%%001-00213\nPASS: 01-sim-allow%%001-00214\nPASS: 01-sim-allow%%001-00215\nPASS: 01-sim-allow%%001-00216\nPASS: 01-sim-allow%%001-00217\nPASS: 01-sim-allow%%001-00218\nPASS: 01-sim-allow%%001-00219\nPASS: 01-sim-allow%%001-00220\nPASS: 01-sim-allow%%001-00221\nPASS: 01-sim-allow%%001-00222\nPASS: 01-sim-allow%%001-00223\nPASS: 01-sim-allow%%001-00224\nPASS: 01-sim-allow%%001-00225\nPASS: 01-sim-allow%%001-00226\nPASS: 01-sim-allow%%001-00227\nPASS: 01-sim-allow%%001-00228\nPASS: 01-sim-allow%%001-00229\nPASS: 01-sim-allow%%001-00230\nPASS: 01-sim-allow%%001-00231\nPASS: 01-sim-allow%%001-00232\nPASS: 01-sim-allow%%001-00233\nPASS: 01-sim-allow%%001-00234\nPASS: 01-sim-allow%%001-00235\nPASS: 01-sim-allow%%001-00236\nPASS: 01-sim-allow%%001-00237\nPASS: 01-sim-allow%%001-00238\nPASS: 01-sim-allow%%001-00239\nPASS: 01-sim-allow%%001-00240\nPASS: 01-sim-allow%%001-00241\nPASS: 01-sim-allow%%001-00242\nPASS: 01-sim-allow%%001-00243\nPASS: 01-sim-allow%%001-00244\nPASS: 01-sim-allow%%001-00245\nPASS: 01-sim-allow%%001-00246\nPASS: 01-sim-allow%%001-00247\nPASS: 01-sim-allow%%001-00248\nPASS: 01-sim-allow%%001-00249\nPASS: 01-sim-allow%%001-00250\nPASS: 01-sim-allow%%001-00251\nPASS: 01-sim-allow%%001-00252\nPASS: 01-sim-allow%%001-00253\nPASS: 01-sim-allow%%001-00254\nPASS: 01-sim-allow%%001-00255\nPASS: 01-sim-allow%%001-00256\nPASS: 01-sim-allow%%001-00257\nPASS: 01-sim-allow%%001-00258\nPASS: 01-sim-allow%%001-00259\nPASS: 01-sim-allow%%001-00260\nPASS: 01-sim-allow%%001-00261\nPASS: 01-sim-allow%%001-00262\nPASS: 01-sim-allow%%001-00263\nPASS: 01-sim-allow%%001-00264\nPASS: 01-sim-allow%%001-00265\nPASS: 01-sim-allow%%001-00266\nPASS: 01-sim-allow%%001-00267\nPASS: 01-sim-allow%%001-00268\nPASS: 01-sim-allow%%001-00269\nPASS: 01-sim-allow%%001-00270\nPASS: 01-sim-allow%%001-00271\nPASS: 01-sim-allow%%001-00272\nPASS: 01-sim-allow%%001-00273\nPASS: 01-sim-allow%%001-00274\nPASS: 01-sim-allow%%001-00275\nPASS: 01-sim-allow%%001-00276\nPASS: 01-sim-allow%%001-00277\nPASS: 01-sim-allow%%001-00278\nPASS: 01-sim-allow%%001-00279\nPASS: 01-sim-allow%%001-00280\nPASS: 01-sim-allow%%001-00281\nPASS: 01-sim-allow%%001-00282\nPASS: 01-sim-allow%%001-00283\nPASS: 01-sim-allow%%001-00284\nPASS: 01-sim-allow%%001-00285\nPASS: 01-sim-allow%%001-00286\nPASS: 01-sim-allow%%001-00287\nPASS: 01-sim-allow%%001-00288\nPASS: 01-sim-allow%%001-00289\nPASS: 01-sim-allow%%001-00290\nPASS: 01-sim-allow%%001-00291\nPASS: 01-sim-allow%%001-00292\nPASS: 01-sim-allow%%001-00293\nPASS: 01-sim-allow%%001-00294\nPASS: 01-sim-allow%%001-00295\nPASS: 01-sim-allow%%001-00296\nPASS: 01-sim-allow%%001-00297\nPASS: 01-sim-allow%%001-00298\nPASS: 01-sim-allow%%001-00299\nPASS: 01-sim-allow%%001-00300\nPASS: 01-sim-allow%%001-00301\nPASS: 01-sim-allow%%001-00302\nPASS: 01-sim-allow%%001-00303\nPASS: 01-sim-allow%%001-00304\nPASS: 01-sim-allow%%001-00305\nPASS: 01-sim-allow%%001-00306\nPASS: 01-sim-allow%%001-00307\nPASS: 01-sim-allow%%001-00308\nPASS: 01-sim-allow%%001-00309\nPASS: 01-sim-allow%%001-00310\nPASS: 01-sim-allow%%001-00311\nPASS: 01-sim-allow%%001-00312\nPASS: 01-sim-allow%%001-00313\nPASS: 01-sim-allow%%001-00314\nPASS: 01-sim-allow%%001-00315\nPASS: 01-sim-allow%%001-00316\nPASS: 01-sim-allow%%001-00317\nPASS: 01-sim-allow%%001-00318\nPASS: 01-sim-allow%%001-00319\nPASS: 01-sim-allow%%001-00320\nPASS: 01-sim-allow%%001-00321\nPASS: 01-sim-allow%%001-00322\nPASS: 01-sim-allow%%001-00323\nPASS: 01-sim-allow%%001-00324\nPASS: 01-sim-allow%%001-00325\nPASS: 01-sim-allow%%001-00326\nPASS: 01-sim-allow%%001-00327\nPASS: 01-sim-allow%%001-00328\nPASS: 01-sim-allow%%001-00329\nPASS: 01-sim-allow%%001-00330\nPASS: 01-sim-allow%%001-00331\nPASS: 01-sim-allow%%001-00332\nPASS: 01-sim-allow%%001-00333\nPASS: 01-sim-allow%%001-00334\nPASS: 01-sim-allow%%001-00335\nPASS: 01-sim-allow%%001-00336\nPASS: 01-sim-allow%%001-00337\nPASS: 01-sim-allow%%001-00338\nPASS: 01-sim-allow%%001-00339\nPASS: 01-sim-allow%%001-00340\nPASS: 01-sim-allow%%001-00341\nPASS: 01-sim-allow%%001-00342\nPASS: 01-sim-allow%%001-00343\nPASS: 01-sim-allow%%001-00344\nPASS: 01-sim-allow%%001-00345\nPASS: 01-sim-allow%%001-00346\nPASS: 01-sim-allow%%001-00347\nPASS: 01-sim-allow%%001-00348\nPASS: 01-sim-allow%%001-00349\nPASS: 01-sim-allow%%001-00350\nPASS: 01-sim-allow%%001-00351\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 01-sim-allow%%002-00001\nPASS: 01-sim-allow%%002-00002\nPASS: 01-sim-allow%%002-00003\nPASS: 01-sim-allow%%002-00004\nPASS: 01-sim-allow%%002-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 01-sim-allow%%003-00001 (valgrind not installed)\n batch name: 02-sim-basic\n test mode:  c\n test type:  bpf-sim\nPASS: 02-sim-basic%%001-00001\nPASS: 02-sim-basic%%002-00001\nPASS: 02-sim-basic%%003-00001\nPASS: 02-sim-basic%%004-00001\nPASS: 02-sim-basic%%005-00001\nSKIP: 02-sim-basic%%006-00001 (architecture difference)\nSKIP: 02-sim-basic%%007-00001 (architecture difference)\nSKIP: 02-sim-basic%%008-00001 (architecture difference)\nPASS: 02-sim-basic%%009-00001\nPASS: 02-sim-basic%%009-00002\nPASS: 02-sim-basic%%009-00003\nPASS: 02-sim-basic%%009-00004\nPASS: 02-sim-basic%%009-00005\nPASS: 02-sim-basic%%009-00006\nPASS: 02-sim-basic%%009-00007\nPASS: 02-sim-basic%%009-00008\nPASS: 02-sim-basic%%009-00009\nPASS: 02-sim-basic%%009-00010\nPASS: 02-sim-basic%%009-00011\nPASS: 02-sim-basic%%010-00001\nPASS: 02-sim-basic%%010-00002\nPASS: 02-sim-basic%%010-00003\nPASS: 02-sim-basic%%010-00004\nPASS: 02-sim-basic%%010-00005\nPASS: 02-sim-basic%%010-00006\nPASS: 02-sim-basic%%010-00007\nPASS: 02-sim-basic%%010-00008\nPASS: 02-sim-basic%%010-00009\nPASS: 02-sim-basic%%010-00010\nPASS: 02-sim-basic%%010-00011\nPASS: 02-sim-basic%%010-00012\nPASS: 02-sim-basic%%010-00013\nPASS: 02-sim-basic%%010-00014\nPASS: 02-sim-basic%%010-00015\nPASS: 02-sim-basic%%010-00016\nPASS: 02-sim-basic%%010-00017\nPASS: 02-sim-basic%%010-00018\nPASS: 02-sim-basic%%010-00019\nPASS: 02-sim-basic%%010-00020\nPASS: 02-sim-basic%%010-00021\nPASS: 02-sim-basic%%010-00022\nPASS: 02-sim-basic%%010-00023\nPASS: 02-sim-basic%%010-00024\nPASS: 02-sim-basic%%010-00025\nPASS: 02-sim-basic%%010-00026\nPASS: 02-sim-basic%%010-00027\nPASS: 02-sim-basic%%010-00028\nPASS: 02-sim-basic%%010-00029\nPASS: 02-sim-basic%%010-00030\nPASS: 02-sim-basic%%010-00031\nPASS: 02-sim-basic%%010-00032\nPASS: 02-sim-basic%%010-00033\nPASS: 02-sim-basic%%010-00034\nPASS: 02-sim-basic%%010-00035\nPASS: 02-sim-basic%%010-00036\nPASS: 02-sim-basic%%010-00037\nPASS: 02-sim-basic%%010-00038\nPASS: 02-sim-basic%%010-00039\nPASS: 02-sim-basic%%010-00040\nPASS: 02-sim-basic%%010-00041\nPASS: 02-sim-basic%%010-00042\nPASS: 02-sim-basic%%010-00043\nPASS: 02-sim-basic%%010-00044\nPASS: 02-sim-basic%%010-00045\nPASS: 02-sim-basic%%010-00046\nPASS: 02-sim-basic%%010-00047\nPASS: 02-sim-basic%%010-00048\nPASS: 02-sim-basic%%010-00049\nPASS: 02-sim-basic%%010-00050\nPASS: 02-sim-basic%%010-00051\nPASS: 02-sim-basic%%010-00052\nPASS: 02-sim-basic%%010-00053\nPASS: 02-sim-basic%%010-00054\nPASS: 02-sim-basic%%010-00055\nPASS: 02-sim-basic%%010-00056\nPASS: 02-sim-basic%%010-00057\nPASS: 02-sim-basic%%010-00058\nPASS: 02-sim-basic%%010-00059\nPASS: 02-sim-basic%%010-00060\nPASS: 02-sim-basic%%010-00061\nPASS: 02-sim-basic%%010-00062\nPASS: 02-sim-basic%%010-00063\nPASS: 02-sim-basic%%010-00064\nPASS: 02-sim-basic%%010-00065\nPASS: 02-sim-basic%%010-00066\nPASS: 02-sim-basic%%010-00067\nPASS: 02-sim-basic%%010-00068\nPASS: 02-sim-basic%%010-00069\nPASS: 02-sim-basic%%010-00070\nPASS: 02-sim-basic%%010-00071\nPASS: 02-sim-basic%%010-00072\nPASS: 02-sim-basic%%010-00073\nPASS: 02-sim-basic%%010-00074\nPASS: 02-sim-basic%%010-00075\nPASS: 02-sim-basic%%010-00076\nPASS: 02-sim-basic%%010-00077\nPASS: 02-sim-basic%%010-00078\nPASS: 02-sim-basic%%010-00079\nPASS: 02-sim-basic%%010-00080\nPASS: 02-sim-basic%%010-00081\nPASS: 02-sim-basic%%010-00082\nPASS: 02-sim-basic%%010-00083\nPASS: 02-sim-basic%%010-00084\nPASS: 02-sim-basic%%010-00085\nPASS: 02-sim-basic%%010-00086\nPASS: 02-sim-basic%%010-00087\nPASS: 02-sim-basic%%010-00088\nPASS: 02-sim-basic%%010-00089\nPASS: 02-sim-basic%%010-00090\nPASS: 02-sim-basic%%010-00091\nPASS: 02-sim-basic%%010-00092\nPASS: 02-sim-basic%%010-00093\nPASS: 02-sim-basic%%010-00094\nPASS: 02-sim-basic%%010-00095\nPASS: 02-sim-basic%%010-00096\nPASS: 02-sim-basic%%010-00097\nPASS: 02-sim-basic%%010-00098\nPASS: 02-sim-basic%%010-00099\nPASS: 02-sim-basic%%010-00100\nPASS: 02-sim-basic%%010-00101\nPASS: 02-sim-basic%%010-00102\nPASS: 02-sim-basic%%010-00103\nPASS: 02-sim-basic%%010-00104\nPASS: 02-sim-basic%%010-00105\nPASS: 02-sim-basic%%010-00106\nPASS: 02-sim-basic%%010-00107\nPASS: 02-sim-basic%%010-00108\nPASS: 02-sim-basic%%010-00109\nPASS: 02-sim-basic%%010-00110\nPASS: 02-sim-basic%%010-00111\nPASS: 02-sim-basic%%010-00112\nPASS: 02-sim-basic%%010-00113\nPASS: 02-sim-basic%%010-00114\nPASS: 02-sim-basic%%010-00115\nPASS: 02-sim-basic%%010-00116\nPASS: 02-sim-basic%%010-00117\nPASS: 02-sim-basic%%010-00118\nPASS: 02-sim-basic%%010-00119\nPASS: 02-sim-basic%%010-00120\nPASS: 02-sim-basic%%010-00121\nPASS: 02-sim-basic%%010-00122\nPASS: 02-sim-basic%%010-00123\nPASS: 02-sim-basic%%010-00124\nPASS: 02-sim-basic%%010-00125\nPASS: 02-sim-basic%%010-00126\nPASS: 02-sim-basic%%010-00127\nPASS: 02-sim-basic%%010-00128\nPASS: 02-sim-basic%%010-00129\nPASS: 02-sim-basic%%010-00130\nPASS: 02-sim-basic%%010-00131\nPASS: 02-sim-basic%%010-00132\nPASS: 02-sim-basic%%010-00133\nPASS: 02-sim-basic%%010-00134\nPASS: 02-sim-basic%%010-00135\nPASS: 02-sim-basic%%010-00136\nPASS: 02-sim-basic%%010-00137\nPASS: 02-sim-basic%%010-00138\nPASS: 02-sim-basic%%010-00139\nPASS: 02-sim-basic%%010-00140\nPASS: 02-sim-basic%%010-00141\nPASS: 02-sim-basic%%010-00142\nPASS: 02-sim-basic%%010-00143\nPASS: 02-sim-basic%%010-00144\nPASS: 02-sim-basic%%010-00145\nPASS: 02-sim-basic%%010-00146\nPASS: 02-sim-basic%%010-00147\nPASS: 02-sim-basic%%010-00148\nPASS: 02-sim-basic%%010-00149\nPASS: 02-sim-basic%%010-00150\nPASS: 02-sim-basic%%010-00151\nPASS: 02-sim-basic%%010-00152\nPASS: 02-sim-basic%%010-00153\nPASS: 02-sim-basic%%010-00154\nPASS: 02-sim-basic%%010-00155\nPASS: 02-sim-basic%%010-00156\nPASS: 02-sim-basic%%010-00157\nPASS: 02-sim-basic%%010-00158\nPASS: 02-sim-basic%%010-00159\nPASS: 02-sim-basic%%010-00160\nPASS: 02-sim-basic%%010-00161\nPASS: 02-sim-basic%%010-00162\nPASS: 02-sim-basic%%010-00163\nPASS: 02-sim-basic%%010-00164\nPASS: 02-sim-basic%%010-00165\nPASS: 02-sim-basic%%010-00166\nPASS: 02-sim-basic%%010-00167\nPASS: 02-sim-basic%%010-00168\nPASS: 02-sim-basic%%010-00169\nPASS: 02-sim-basic%%010-00170\nPASS: 02-sim-basic%%010-00171\nPASS: 02-sim-basic%%010-00172\nPASS: 02-sim-basic%%010-00173\nPASS: 02-sim-basic%%010-00174\nPASS: 02-sim-basic%%010-00175\nPASS: 02-sim-basic%%010-00176\nPASS: 02-sim-basic%%010-00177\nPASS: 02-sim-basic%%010-00178\nPASS: 02-sim-basic%%010-00179\nPASS: 02-sim-basic%%010-00180\nPASS: 02-sim-basic%%010-00181\nPASS: 02-sim-basic%%010-00182\nPASS: 02-sim-basic%%010-00183\nPASS: 02-sim-basic%%010-00184\nPASS: 02-sim-basic%%010-00185\nPASS: 02-sim-basic%%010-00186\nPASS: 02-sim-basic%%010-00187\nPASS: 02-sim-basic%%010-00188\nPASS: 02-sim-basic%%010-00189\nPASS: 02-sim-basic%%010-00190\nPASS: 02-sim-basic%%010-00191\nPASS: 02-sim-basic%%010-00192\nPASS: 02-sim-basic%%010-00193\nPASS: 02-sim-basic%%010-00194\nPASS: 02-sim-basic%%010-00195\nPASS: 02-sim-basic%%010-00196\nPASS: 02-sim-basic%%010-00197\nPASS: 02-sim-basic%%010-00198\nPASS: 02-sim-basic%%010-00199\nPASS: 02-sim-basic%%010-00200\nPASS: 02-sim-basic%%010-00201\nPASS: 02-sim-basic%%010-00202\nPASS: 02-sim-basic%%010-00203\nPASS: 02-sim-basic%%010-00204\nPASS: 02-sim-basic%%010-00205\nPASS: 02-sim-basic%%010-00206\nPASS: 02-sim-basic%%010-00207\nPASS: 02-sim-basic%%010-00208\nPASS: 02-sim-basic%%010-00209\nPASS: 02-sim-basic%%010-00210\nPASS: 02-sim-basic%%010-00211\nPASS: 02-sim-basic%%010-00212\nPASS: 02-sim-basic%%010-00213\nPASS: 02-sim-basic%%010-00214\nPASS: 02-sim-basic%%010-00215\nPASS: 02-sim-basic%%010-00216\nPASS: 02-sim-basic%%010-00217\nPASS: 02-sim-basic%%010-00218\nPASS: 02-sim-basic%%010-00219\nPASS: 02-sim-basic%%010-00220\nPASS: 02-sim-basic%%010-00221\nPASS: 02-sim-basic%%010-00222\nPASS: 02-sim-basic%%010-00223\nPASS: 02-sim-basic%%010-00224\nPASS: 02-sim-basic%%010-00225\nPASS: 02-sim-basic%%010-00226\nPASS: 02-sim-basic%%010-00227\nPASS: 02-sim-basic%%010-00228\nPASS: 02-sim-basic%%010-00229\nPASS: 02-sim-basic%%010-00230\nPASS: 02-sim-basic%%010-00231\nPASS: 02-sim-basic%%010-00232\nPASS: 02-sim-basic%%010-00233\nPASS: 02-sim-basic%%010-00234\nPASS: 02-sim-basic%%010-00235\nPASS: 02-sim-basic%%010-00236\nPASS: 02-sim-basic%%010-00237\nPASS: 02-sim-basic%%010-00238\nPASS: 02-sim-basic%%010-00239\nPASS: 02-sim-basic%%010-00240\nPASS: 02-sim-basic%%010-00241\nPASS: 02-sim-basic%%010-00242\nPASS: 02-sim-basic%%010-00243\nPASS: 02-sim-basic%%010-00244\nPASS: 02-sim-basic%%010-00245\nPASS: 02-sim-basic%%010-00246\nPASS: 02-sim-basic%%010-00247\nPASS: 02-sim-basic%%010-00248\nPASS: 02-sim-basic%%010-00249\nPASS: 02-sim-basic%%010-00250\nPASS: 02-sim-basic%%010-00251\nPASS: 02-sim-basic%%010-00252\nPASS: 02-sim-basic%%010-00253\nPASS: 02-sim-basic%%010-00254\nPASS: 02-sim-basic%%010-00255\nPASS: 02-sim-basic%%010-00256\nPASS: 02-sim-basic%%010-00257\nPASS: 02-sim-basic%%010-00258\nPASS: 02-sim-basic%%010-00259\nPASS: 02-sim-basic%%010-00260\nPASS: 02-sim-basic%%010-00261\nPASS: 02-sim-basic%%010-00262\nPASS: 02-sim-basic%%010-00263\nPASS: 02-sim-basic%%010-00264\nPASS: 02-sim-basic%%010-00265\nPASS: 02-sim-basic%%010-00266\nPASS: 02-sim-basic%%010-00267\nPASS: 02-sim-basic%%010-00268\nPASS: 02-sim-basic%%010-00269\nPASS: 02-sim-basic%%010-00270\nPASS: 02-sim-basic%%010-00271\nPASS: 02-sim-basic%%010-00272\nPASS: 02-sim-basic%%010-00273\nPASS: 02-sim-basic%%010-00274\nPASS: 02-sim-basic%%010-00275\nPASS: 02-sim-basic%%010-00276\nPASS: 02-sim-basic%%010-00277\nPASS: 02-sim-basic%%010-00278\nPASS: 02-sim-basic%%010-00279\nPASS: 02-sim-basic%%010-00280\nPASS: 02-sim-basic%%010-00281\nPASS: 02-sim-basic%%010-00282\nPASS: 02-sim-basic%%010-00283\nPASS: 02-sim-basic%%010-00284\nPASS: 02-sim-basic%%010-00285\nPASS: 02-sim-basic%%010-00286\nPASS: 02-sim-basic%%010-00287\nPASS: 02-sim-basic%%010-00288\nPASS: 02-sim-basic%%010-00289\nPASS: 02-sim-basic%%010-00290\nPASS: 02-sim-basic%%010-00291\nPASS: 02-sim-basic%%010-00292\nPASS: 02-sim-basic%%010-00293\nPASS: 02-sim-basic%%010-00294\nPASS: 02-sim-basic%%010-00295\nPASS: 02-sim-basic%%010-00296\nPASS: 02-sim-basic%%010-00297\nPASS: 02-sim-basic%%010-00298\nPASS: 02-sim-basic%%010-00299\nPASS: 02-sim-basic%%010-00300\nPASS: 02-sim-basic%%010-00301\nPASS: 02-sim-basic%%010-00302\nPASS: 02-sim-basic%%010-00303\nPASS: 02-sim-basic%%010-00304\nPASS: 02-sim-basic%%010-00305\nPASS: 02-sim-basic%%010-00306\nPASS: 02-sim-basic%%010-00307\nPASS: 02-sim-basic%%010-00308\nPASS: 02-sim-basic%%010-00309\nPASS: 02-sim-basic%%010-00310\nPASS: 02-sim-basic%%010-00311\nPASS: 02-sim-basic%%010-00312\nPASS: 02-sim-basic%%010-00313\nPASS: 02-sim-basic%%010-00314\nPASS: 02-sim-basic%%010-00315\nPASS: 02-sim-basic%%010-00316\nPASS: 02-sim-basic%%010-00317\nPASS: 02-sim-basic%%010-00318\nPASS: 02-sim-basic%%010-00319\nPASS: 02-sim-basic%%010-00320\nPASS: 02-sim-basic%%010-00321\nPASS: 02-sim-basic%%010-00322\nPASS: 02-sim-basic%%010-00323\nPASS: 02-sim-basic%%010-00324\nPASS: 02-sim-basic%%010-00325\nPASS: 02-sim-basic%%010-00326\nPASS: 02-sim-basic%%010-00327\nPASS: 02-sim-basic%%010-00328\nPASS: 02-sim-basic%%010-00329\nPASS: 02-sim-basic%%010-00330\nPASS: 02-sim-basic%%010-00331\nPASS: 02-sim-basic%%010-00332\nPASS: 02-sim-basic%%010-00333\nPASS: 02-sim-basic%%010-00334\nPASS: 02-sim-basic%%010-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 02-sim-basic%%011-00001\nPASS: 02-sim-basic%%011-00002\nPASS: 02-sim-basic%%011-00003\nPASS: 02-sim-basic%%011-00004\nPASS: 02-sim-basic%%011-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 02-sim-basic%%012-00001 (valgrind not installed)\n batch name: 03-sim-basic_chains\n test mode:  c\n test type:  bpf-sim\nPASS: 03-sim-basic_chains%%001-00001\nPASS: 03-sim-basic_chains%%002-00001\nPASS: 03-sim-basic_chains%%002-00002\nPASS: 03-sim-basic_chains%%002-00003\nPASS: 03-sim-basic_chains%%002-00004\nPASS: 03-sim-basic_chains%%002-00005\nPASS: 03-sim-basic_chains%%002-00006\nPASS: 03-sim-basic_chains%%002-00007\nPASS: 03-sim-basic_chains%%002-00008\nPASS: 03-sim-basic_chains%%002-00009\nPASS: 03-sim-basic_chains%%002-00010\nPASS: 03-sim-basic_chains%%003-00001\nPASS: 03-sim-basic_chains%%003-00002\nPASS: 03-sim-basic_chains%%004-00001\nPASS: 03-sim-basic_chains%%004-00002\nPASS: 03-sim-basic_chains%%004-00003\nPASS: 03-sim-basic_chains%%004-00004\nPASS: 03-sim-basic_chains%%004-00005\nPASS: 03-sim-basic_chains%%004-00006\nPASS: 03-sim-basic_chains%%004-00007\nPASS: 03-sim-basic_chains%%004-00008\nPASS: 03-sim-basic_chains%%005-00001\nPASS: 03-sim-basic_chains%%006-00001\nPASS: 03-sim-basic_chains%%007-00001\nSKIP: 03-sim-basic_chains%%008-00001 (architecture difference)\nSKIP: 03-sim-basic_chains%%009-00001 (architecture difference)\nSKIP: 03-sim-basic_chains%%010-00001 (architecture difference)\nPASS: 03-sim-basic_chains%%011-00001\nPASS: 03-sim-basic_chains%%011-00002\nPASS: 03-sim-basic_chains%%011-00003\nPASS: 03-sim-basic_chains%%011-00004\nPASS: 03-sim-basic_chains%%011-00005\nPASS: 03-sim-basic_chains%%011-00006\nPASS: 03-sim-basic_chains%%011-00007\nPASS: 03-sim-basic_chains%%011-00008\nPASS: 03-sim-basic_chains%%011-00009\nPASS: 03-sim-basic_chains%%011-00010\nPASS: 03-sim-basic_chains%%011-00011\nPASS: 03-sim-basic_chains%%012-00001\nPASS: 03-sim-basic_chains%%012-00002\nPASS: 03-sim-basic_chains%%012-00003\nPASS: 03-sim-basic_chains%%012-00004\nPASS: 03-sim-basic_chains%%012-00005\nPASS: 03-sim-basic_chains%%012-00006\nPASS: 03-sim-basic_chains%%012-00007\nPASS: 03-sim-basic_chains%%012-00008\nPASS: 03-sim-basic_chains%%012-00009\nPASS: 03-sim-basic_chains%%012-00010\nPASS: 03-sim-basic_chains%%012-00011\nPASS: 03-sim-basic_chains%%012-00012\nPASS: 03-sim-basic_chains%%012-00013\nPASS: 03-sim-basic_chains%%012-00014\nPASS: 03-sim-basic_chains%%012-00015\nPASS: 03-sim-basic_chains%%012-00016\nPASS: 03-sim-basic_chains%%012-00017\nPASS: 03-sim-basic_chains%%012-00018\nPASS: 03-sim-basic_chains%%012-00019\nPASS: 03-sim-basic_chains%%012-00020\nPASS: 03-sim-basic_chains%%012-00021\nPASS: 03-sim-basic_chains%%012-00022\nPASS: 03-sim-basic_chains%%012-00023\nPASS: 03-sim-basic_chains%%012-00024\nPASS: 03-sim-basic_chains%%012-00025\nPASS: 03-sim-basic_chains%%012-00026\nPASS: 03-sim-basic_chains%%012-00027\nPASS: 03-sim-basic_chains%%012-00028\nPASS: 03-sim-basic_chains%%012-00029\nPASS: 03-sim-basic_chains%%012-00030\nPASS: 03-sim-basic_chains%%012-00031\nPASS: 03-sim-basic_chains%%012-00032\nPASS: 03-sim-basic_chains%%012-00033\nPASS: 03-sim-basic_chains%%012-00034\nPASS: 03-sim-basic_chains%%012-00035\nPASS: 03-sim-basic_chains%%012-00036\nPASS: 03-sim-basic_chains%%012-00037\nPASS: 03-sim-basic_chains%%012-00038\nPASS: 03-sim-basic_chains%%012-00039\nPASS: 03-sim-basic_chains%%012-00040\nPASS: 03-sim-basic_chains%%012-00041\nPASS: 03-sim-basic_chains%%012-00042\nPASS: 03-sim-basic_chains%%012-00043\nPASS: 03-sim-basic_chains%%012-00044\nPASS: 03-sim-basic_chains%%012-00045\nPASS: 03-sim-basic_chains%%012-00046\nPASS: 03-sim-basic_chains%%012-00047\nPASS: 03-sim-basic_chains%%012-00048\nPASS: 03-sim-basic_chains%%012-00049\nPASS: 03-sim-basic_chains%%012-00050\nPASS: 03-sim-basic_chains%%012-00051\nPASS: 03-sim-basic_chains%%012-00052\nPASS: 03-sim-basic_chains%%012-00053\nPASS: 03-sim-basic_chains%%012-00054\nPASS: 03-sim-basic_chains%%012-00055\nPASS: 03-sim-basic_chains%%012-00056\nPASS: 03-sim-basic_chains%%012-00057\nPASS: 03-sim-basic_chains%%012-00058\nPASS: 03-sim-basic_chains%%012-00059\nPASS: 03-sim-basic_chains%%012-00060\nPASS: 03-sim-basic_chains%%012-00061\nPASS: 03-sim-basic_chains%%012-00062\nPASS: 03-sim-basic_chains%%012-00063\nPASS: 03-sim-basic_chains%%012-00064\nPASS: 03-sim-basic_chains%%012-00065\nPASS: 03-sim-basic_chains%%012-00066\nPASS: 03-sim-basic_chains%%012-00067\nPASS: 03-sim-basic_chains%%012-00068\nPASS: 03-sim-basic_chains%%012-00069\nPASS: 03-sim-basic_chains%%012-00070\nPASS: 03-sim-basic_chains%%012-00071\nPASS: 03-sim-basic_chains%%012-00072\nPASS: 03-sim-basic_chains%%012-00073\nPASS: 03-sim-basic_chains%%012-00074\nPASS: 03-sim-basic_chains%%012-00075\nPASS: 03-sim-basic_chains%%012-00076\nPASS: 03-sim-basic_chains%%012-00077\nPASS: 03-sim-basic_chains%%012-00078\nPASS: 03-sim-basic_chains%%012-00079\nPASS: 03-sim-basic_chains%%012-00080\nPASS: 03-sim-basic_chains%%012-00081\nPASS: 03-sim-basic_chains%%012-00082\nPASS: 03-sim-basic_chains%%012-00083\nPASS: 03-sim-basic_chains%%012-00084\nPASS: 03-sim-basic_chains%%012-00085\nPASS: 03-sim-basic_chains%%012-00086\nPASS: 03-sim-basic_chains%%012-00087\nPASS: 03-sim-basic_chains%%012-00088\nPASS: 03-sim-basic_chains%%012-00089\nPASS: 03-sim-basic_chains%%012-00090\nPASS: 03-sim-basic_chains%%012-00091\nPASS: 03-sim-basic_chains%%012-00092\nPASS: 03-sim-basic_chains%%012-00093\nPASS: 03-sim-basic_chains%%012-00094\nPASS: 03-sim-basic_chains%%012-00095\nPASS: 03-sim-basic_chains%%012-00096\nPASS: 03-sim-basic_chains%%012-00097\nPASS: 03-sim-basic_chains%%012-00098\nPASS: 03-sim-basic_chains%%012-00099\nPASS: 03-sim-basic_chains%%012-00100\nPASS: 03-sim-basic_chains%%012-00101\nPASS: 03-sim-basic_chains%%012-00102\nPASS: 03-sim-basic_chains%%012-00103\nPASS: 03-sim-basic_chains%%012-00104\nPASS: 03-sim-basic_chains%%012-00105\nPASS: 03-sim-basic_chains%%012-00106\nPASS: 03-sim-basic_chains%%012-00107\nPASS: 03-sim-basic_chains%%012-00108\nPASS: 03-sim-basic_chains%%012-00109\nPASS: 03-sim-basic_chains%%012-00110\nPASS: 03-sim-basic_chains%%012-00111\nPASS: 03-sim-basic_chains%%012-00112\nPASS: 03-sim-basic_chains%%012-00113\nPASS: 03-sim-basic_chains%%012-00114\nPASS: 03-sim-basic_chains%%012-00115\nPASS: 03-sim-basic_chains%%012-00116\nPASS: 03-sim-basic_chains%%012-00117\nPASS: 03-sim-basic_chains%%012-00118\nPASS: 03-sim-basic_chains%%012-00119\nPASS: 03-sim-basic_chains%%012-00120\nPASS: 03-sim-basic_chains%%012-00121\nPASS: 03-sim-basic_chains%%012-00122\nPASS: 03-sim-basic_chains%%012-00123\nPASS: 03-sim-basic_chains%%012-00124\nPASS: 03-sim-basic_chains%%012-00125\nPASS: 03-sim-basic_chains%%012-00126\nPASS: 03-sim-basic_chains%%012-00127\nPASS: 03-sim-basic_chains%%012-00128\nPASS: 03-sim-basic_chains%%012-00129\nPASS: 03-sim-basic_chains%%012-00130\nPASS: 03-sim-basic_chains%%012-00131\nPASS: 03-sim-basic_chains%%012-00132\nPASS: 03-sim-basic_chains%%012-00133\nPASS: 03-sim-basic_chains%%012-00134\nPASS: 03-sim-basic_chains%%012-00135\nPASS: 03-sim-basic_chains%%012-00136\nPASS: 03-sim-basic_chains%%012-00137\nPASS: 03-sim-basic_chains%%012-00138\nPASS: 03-sim-basic_chains%%012-00139\nPASS: 03-sim-basic_chains%%012-00140\nPASS: 03-sim-basic_chains%%012-00141\nPASS: 03-sim-basic_chains%%012-00142\nPASS: 03-sim-basic_chains%%012-00143\nPASS: 03-sim-basic_chains%%012-00144\nPASS: 03-sim-basic_chains%%012-00145\nPASS: 03-sim-basic_chains%%012-00146\nPASS: 03-sim-basic_chains%%012-00147\nPASS: 03-sim-basic_chains%%012-00148\nPASS: 03-sim-basic_chains%%012-00149\nPASS: 03-sim-basic_chains%%012-00150\nPASS: 03-sim-basic_chains%%012-00151\nPASS: 03-sim-basic_chains%%012-00152\nPASS: 03-sim-basic_chains%%012-00153\nPASS: 03-sim-basic_chains%%012-00154\nPASS: 03-sim-basic_chains%%012-00155\nPASS: 03-sim-basic_chains%%012-00156\nPASS: 03-sim-basic_chains%%012-00157\nPASS: 03-sim-basic_chains%%012-00158\nPASS: 03-sim-basic_chains%%012-00159\nPASS: 03-sim-basic_chains%%012-00160\nPASS: 03-sim-basic_chains%%012-00161\nPASS: 03-sim-basic_chains%%012-00162\nPASS: 03-sim-basic_chains%%012-00163\nPASS: 03-sim-basic_chains%%012-00164\nPASS: 03-sim-basic_chains%%012-00165\nPASS: 03-sim-basic_chains%%012-00166\nPASS: 03-sim-basic_chains%%012-00167\nPASS: 03-sim-basic_chains%%012-00168\nPASS: 03-sim-basic_chains%%012-00169\nPASS: 03-sim-basic_chains%%012-00170\nPASS: 03-sim-basic_chains%%012-00171\nPASS: 03-sim-basic_chains%%012-00172\nPASS: 03-sim-basic_chains%%012-00173\nPASS: 03-sim-basic_chains%%012-00174\nPASS: 03-sim-basic_chains%%012-00175\nPASS: 03-sim-basic_chains%%012-00176\nPASS: 03-sim-basic_chains%%012-00177\nPASS: 03-sim-basic_chains%%012-00178\nPASS: 03-sim-basic_chains%%012-00179\nPASS: 03-sim-basic_chains%%012-00180\nPASS: 03-sim-basic_chains%%012-00181\nPASS: 03-sim-basic_chains%%012-00182\nPASS: 03-sim-basic_chains%%012-00183\nPASS: 03-sim-basic_chains%%012-00184\nPASS: 03-sim-basic_chains%%012-00185\nPASS: 03-sim-basic_chains%%012-00186\nPASS: 03-sim-basic_chains%%012-00187\nPASS: 03-sim-basic_chains%%012-00188\nPASS: 03-sim-basic_chains%%012-00189\nPASS: 03-sim-basic_chains%%012-00190\nPASS: 03-sim-basic_chains%%012-00191\nPASS: 03-sim-basic_chains%%012-00192\nPASS: 03-sim-basic_chains%%012-00193\nPASS: 03-sim-basic_chains%%012-00194\nPASS: 03-sim-basic_chains%%012-00195\nPASS: 03-sim-basic_chains%%012-00196\nPASS: 03-sim-basic_chains%%012-00197\nPASS: 03-sim-basic_chains%%012-00198\nPASS: 03-sim-basic_chains%%012-00199\nPASS: 03-sim-basic_chains%%012-00200\nPASS: 03-sim-basic_chains%%012-00201\nPASS: 03-sim-basic_chains%%012-00202\nPASS: 03-sim-basic_chains%%012-00203\nPASS: 03-sim-basic_chains%%012-00204\nPASS: 03-sim-basic_chains%%012-00205\nPASS: 03-sim-basic_chains%%012-00206\nPASS: 03-sim-basic_chains%%012-00207\nPASS: 03-sim-basic_chains%%012-00208\nPASS: 03-sim-basic_chains%%012-00209\nPASS: 03-sim-basic_chains%%012-00210\nPASS: 03-sim-basic_chains%%012-00211\nPASS: 03-sim-basic_chains%%012-00212\nPASS: 03-sim-basic_chains%%012-00213\nPASS: 03-sim-basic_chains%%012-00214\nPASS: 03-sim-basic_chains%%012-00215\nPASS: 03-sim-basic_chains%%012-00216\nPASS: 03-sim-basic_chains%%012-00217\nPASS: 03-sim-basic_chains%%012-00218\nPASS: 03-sim-basic_chains%%012-00219\nPASS: 03-sim-basic_chains%%012-00220\nPASS: 03-sim-basic_chains%%012-00221\nPASS: 03-sim-basic_chains%%012-00222\nPASS: 03-sim-basic_chains%%012-00223\nPASS: 03-sim-basic_chains%%012-00224\nPASS: 03-sim-basic_chains%%012-00225\nPASS: 03-sim-basic_chains%%012-00226\nPASS: 03-sim-basic_chains%%012-00227\nPASS: 03-sim-basic_chains%%012-00228\nPASS: 03-sim-basic_chains%%012-00229\nPASS: 03-sim-basic_chains%%012-00230\nPASS: 03-sim-basic_chains%%012-00231\nPASS: 03-sim-basic_chains%%012-00232\nPASS: 03-sim-basic_chains%%012-00233\nPASS: 03-sim-basic_chains%%012-00234\nPASS: 03-sim-basic_chains%%012-00235\nPASS: 03-sim-basic_chains%%012-00236\nPASS: 03-sim-basic_chains%%012-00237\nPASS: 03-sim-basic_chains%%012-00238\nPASS: 03-sim-basic_chains%%012-00239\nPASS: 03-sim-basic_chains%%012-00240\nPASS: 03-sim-basic_chains%%012-00241\nPASS: 03-sim-basic_chains%%012-00242\nPASS: 03-sim-basic_chains%%012-00243\nPASS: 03-sim-basic_chains%%012-00244\nPASS: 03-sim-basic_chains%%012-00245\nPASS: 03-sim-basic_chains%%012-00246\nPASS: 03-sim-basic_chains%%012-00247\nPASS: 03-sim-basic_chains%%012-00248\nPASS: 03-sim-basic_chains%%012-00249\nPASS: 03-sim-basic_chains%%012-00250\nPASS: 03-sim-basic_chains%%012-00251\nPASS: 03-sim-basic_chains%%012-00252\nPASS: 03-sim-basic_chains%%012-00253\nPASS: 03-sim-basic_chains%%012-00254\nPASS: 03-sim-basic_chains%%012-00255\nPASS: 03-sim-basic_chains%%012-00256\nPASS: 03-sim-basic_chains%%012-00257\nPASS: 03-sim-basic_chains%%012-00258\nPASS: 03-sim-basic_chains%%012-00259\nPASS: 03-sim-basic_chains%%012-00260\nPASS: 03-sim-basic_chains%%012-00261\nPASS: 03-sim-basic_chains%%012-00262\nPASS: 03-sim-basic_chains%%012-00263\nPASS: 03-sim-basic_chains%%012-00264\nPASS: 03-sim-basic_chains%%012-00265\nPASS: 03-sim-basic_chains%%012-00266\nPASS: 03-sim-basic_chains%%012-00267\nPASS: 03-sim-basic_chains%%012-00268\nPASS: 03-sim-basic_chains%%012-00269\nPASS: 03-sim-basic_chains%%012-00270\nPASS: 03-sim-basic_chains%%012-00271\nPASS: 03-sim-basic_chains%%012-00272\nPASS: 03-sim-basic_chains%%012-00273\nPASS: 03-sim-basic_chains%%012-00274\nPASS: 03-sim-basic_chains%%012-00275\nPASS: 03-sim-basic_chains%%012-00276\nPASS: 03-sim-basic_chains%%012-00277\nPASS: 03-sim-basic_chains%%012-00278\nPASS: 03-sim-basic_chains%%012-00279\nPASS: 03-sim-basic_chains%%012-00280\nPASS: 03-sim-basic_chains%%012-00281\nPASS: 03-sim-basic_chains%%012-00282\nPASS: 03-sim-basic_chains%%012-00283\nPASS: 03-sim-basic_chains%%012-00284\nPASS: 03-sim-basic_chains%%012-00285\nPASS: 03-sim-basic_chains%%012-00286\nPASS: 03-sim-basic_chains%%012-00287\nPASS: 03-sim-basic_chains%%012-00288\nPASS: 03-sim-basic_chains%%012-00289\nPASS: 03-sim-basic_chains%%012-00290\nPASS: 03-sim-basic_chains%%012-00291\nPASS: 03-sim-basic_chains%%012-00292\nPASS: 03-sim-basic_chains%%012-00293\nPASS: 03-sim-basic_chains%%012-00294\nPASS: 03-sim-basic_chains%%012-00295\nPASS: 03-sim-basic_chains%%012-00296\nPASS: 03-sim-basic_chains%%012-00297\nPASS: 03-sim-basic_chains%%012-00298\nPASS: 03-sim-basic_chains%%012-00299\nPASS: 03-sim-basic_chains%%012-00300\nPASS: 03-sim-basic_chains%%012-00301\nPASS: 03-sim-basic_chains%%012-00302\nPASS: 03-sim-basic_chains%%012-00303\nPASS: 03-sim-basic_chains%%012-00304\nPASS: 03-sim-basic_chains%%012-00305\nPASS: 03-sim-basic_chains%%012-00306\nPASS: 03-sim-basic_chains%%012-00307\nPASS: 03-sim-basic_chains%%012-00308\nPASS: 03-sim-basic_chains%%012-00309\nPASS: 03-sim-basic_chains%%012-00310\nPASS: 03-sim-basic_chains%%012-00311\nPASS: 03-sim-basic_chains%%012-00312\nPASS: 03-sim-basic_chains%%012-00313\nPASS: 03-sim-basic_chains%%012-00314\nPASS: 03-sim-basic_chains%%012-00315\nPASS: 03-sim-basic_chains%%012-00316\nPASS: 03-sim-basic_chains%%012-00317\nPASS: 03-sim-basic_chains%%012-00318\nPASS: 03-sim-basic_chains%%012-00319\nPASS: 03-sim-basic_chains%%012-00320\nPASS: 03-sim-basic_chains%%012-00321\nPASS: 03-sim-basic_chains%%012-00322\nPASS: 03-sim-basic_chains%%012-00323\nPASS: 03-sim-basic_chains%%012-00324\nPASS: 03-sim-basic_chains%%012-00325\nPASS: 03-sim-basic_chains%%012-00326\nPASS: 03-sim-basic_chains%%012-00327\nPASS: 03-sim-basic_chains%%012-00328\nPASS: 03-sim-basic_chains%%012-00329\nPASS: 03-sim-basic_chains%%012-00330\nPASS: 03-sim-basic_chains%%012-00331\nPASS: 03-sim-basic_chains%%012-00332\nPASS: 03-sim-basic_chains%%012-00333\nPASS: 03-sim-basic_chains%%012-00334\nPASS: 03-sim-basic_chains%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 03-sim-basic_chains%%013-00001\nPASS: 03-sim-basic_chains%%013-00002\nPASS: 03-sim-basic_chains%%013-00003\nPASS: 03-sim-basic_chains%%013-00004\nPASS: 03-sim-basic_chains%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 03-sim-basic_chains%%014-00001 (valgrind not installed)\n batch name: 04-sim-multilevel_chains\n test mode:  c\n test type:  bpf-sim\nPASS: 04-sim-multilevel_chains%%001-00001\nPASS: 04-sim-multilevel_chains%%002-00001\nSKIP: 04-sim-multilevel_chains%%003-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%004-00001\nSKIP: 04-sim-multilevel_chains%%005-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%006-00001\nSKIP: 04-sim-multilevel_chains%%007-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%008-00001\nPASS: 04-sim-multilevel_chains%%009-00001\nPASS: 04-sim-multilevel_chains%%009-00002\nPASS: 04-sim-multilevel_chains%%009-00003\nPASS: 04-sim-multilevel_chains%%009-00004\nPASS: 04-sim-multilevel_chains%%009-00005\nPASS: 04-sim-multilevel_chains%%009-00006\nPASS: 04-sim-multilevel_chains%%009-00007\nPASS: 04-sim-multilevel_chains%%009-00008\nPASS: 04-sim-multilevel_chains%%009-00009\nPASS: 04-sim-multilevel_chains%%009-00010\nSKIP: 04-sim-multilevel_chains%%010-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%011-00001\nPASS: 04-sim-multilevel_chains%%011-00002\nSKIP: 04-sim-multilevel_chains%%012-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%013-00001\nPASS: 04-sim-multilevel_chains%%013-00002\nSKIP: 04-sim-multilevel_chains%%014-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%015-00001\nPASS: 04-sim-multilevel_chains%%015-00002\nPASS: 04-sim-multilevel_chains%%016-00001\nPASS: 04-sim-multilevel_chains%%016-00002\nPASS: 04-sim-multilevel_chains%%016-00003\nPASS: 04-sim-multilevel_chains%%016-00004\nPASS: 04-sim-multilevel_chains%%016-00005\nPASS: 04-sim-multilevel_chains%%016-00006\nPASS: 04-sim-multilevel_chains%%016-00007\nPASS: 04-sim-multilevel_chains%%016-00008\nPASS: 04-sim-multilevel_chains%%017-00001\nSKIP: 04-sim-multilevel_chains%%018-00001 (architecture difference)\nSKIP: 04-sim-multilevel_chains%%019-00001 (architecture difference)\nSKIP: 04-sim-multilevel_chains%%020-00001 (architecture difference)\nSKIP: 04-sim-multilevel_chains%%021-00001 (architecture difference)\nPASS: 04-sim-multilevel_chains%%022-00001\nPASS: 04-sim-multilevel_chains%%022-00002\nPASS: 04-sim-multilevel_chains%%022-00003\nPASS: 04-sim-multilevel_chains%%022-00004\nPASS: 04-sim-multilevel_chains%%022-00005\nPASS: 04-sim-multilevel_chains%%022-00006\nPASS: 04-sim-multilevel_chains%%022-00007\nPASS: 04-sim-multilevel_chains%%022-00008\nPASS: 04-sim-multilevel_chains%%022-00009\nPASS: 04-sim-multilevel_chains%%022-00010\nPASS: 04-sim-multilevel_chains%%022-00011\nPASS: 04-sim-multilevel_chains%%023-00001\nPASS: 04-sim-multilevel_chains%%023-00002\nPASS: 04-sim-multilevel_chains%%023-00003\nPASS: 04-sim-multilevel_chains%%023-00004\nPASS: 04-sim-multilevel_chains%%023-00005\nPASS: 04-sim-multilevel_chains%%023-00006\nPASS: 04-sim-multilevel_chains%%023-00007\nPASS: 04-sim-multilevel_chains%%023-00008\nPASS: 04-sim-multilevel_chains%%023-00009\nPASS: 04-sim-multilevel_chains%%023-00010\nPASS: 04-sim-multilevel_chains%%023-00011\nPASS: 04-sim-multilevel_chains%%023-00012\nPASS: 04-sim-multilevel_chains%%023-00013\nPASS: 04-sim-multilevel_chains%%023-00014\nPASS: 04-sim-multilevel_chains%%023-00015\nPASS: 04-sim-multilevel_chains%%023-00016\nPASS: 04-sim-multilevel_chains%%023-00017\nPASS: 04-sim-multilevel_chains%%023-00018\nPASS: 04-sim-multilevel_chains%%023-00019\nPASS: 04-sim-multilevel_chains%%023-00020\nPASS: 04-sim-multilevel_chains%%023-00021\nPASS: 04-sim-multilevel_chains%%023-00022\nPASS: 04-sim-multilevel_chains%%023-00023\nPASS: 04-sim-multilevel_chains%%023-00024\nPASS: 04-sim-multilevel_chains%%023-00025\nPASS: 04-sim-multilevel_chains%%023-00026\nPASS: 04-sim-multilevel_chains%%023-00027\nPASS: 04-sim-multilevel_chains%%023-00028\nPASS: 04-sim-multilevel_chains%%023-00029\nPASS: 04-sim-multilevel_chains%%023-00030\nPASS: 04-sim-multilevel_chains%%023-00031\nPASS: 04-sim-multilevel_chains%%023-00032\nPASS: 04-sim-multilevel_chains%%023-00033\nPASS: 04-sim-multilevel_chains%%023-00034\nPASS: 04-sim-multilevel_chains%%023-00035\nPASS: 04-sim-multilevel_chains%%023-00036\nPASS: 04-sim-multilevel_chains%%023-00037\nPASS: 04-sim-multilevel_chains%%023-00038\nPASS: 04-sim-multilevel_chains%%023-00039\nPASS: 04-sim-multilevel_chains%%023-00040\nPASS: 04-sim-multilevel_chains%%023-00041\nPASS: 04-sim-multilevel_chains%%023-00042\nPASS: 04-sim-multilevel_chains%%023-00043\nPASS: 04-sim-multilevel_chains%%023-00044\nPASS: 04-sim-multilevel_chains%%023-00045\nPASS: 04-sim-multilevel_chains%%023-00046\nPASS: 04-sim-multilevel_chains%%023-00047\nPASS: 04-sim-multilevel_chains%%023-00048\nPASS: 04-sim-multilevel_chains%%023-00049\nPASS: 04-sim-multilevel_chains%%023-00050\nPASS: 04-sim-multilevel_chains%%023-00051\nPASS: 04-sim-multilevel_chains%%023-00052\nPASS: 04-sim-multilevel_chains%%023-00053\nPASS: 04-sim-multilevel_chains%%023-00054\nPASS: 04-sim-multilevel_chains%%023-00055\nPASS: 04-sim-multilevel_chains%%023-00056\nPASS: 04-sim-multilevel_chains%%023-00057\nPASS: 04-sim-multilevel_chains%%023-00058\nPASS: 04-sim-multilevel_chains%%023-00059\nPASS: 04-sim-multilevel_chains%%023-00060\nPASS: 04-sim-multilevel_chains%%023-00061\nPASS: 04-sim-multilevel_chains%%023-00062\nPASS: 04-sim-multilevel_chains%%023-00063\nPASS: 04-sim-multilevel_chains%%023-00064\nPASS: 04-sim-multilevel_chains%%023-00065\nPASS: 04-sim-multilevel_chains%%023-00066\nPASS: 04-sim-multilevel_chains%%023-00067\nPASS: 04-sim-multilevel_chains%%023-00068\nPASS: 04-sim-multilevel_chains%%023-00069\nPASS: 04-sim-multilevel_chains%%023-00070\nPASS: 04-sim-multilevel_chains%%023-00071\nPASS: 04-sim-multilevel_chains%%023-00072\nPASS: 04-sim-multilevel_chains%%023-00073\nPASS: 04-sim-multilevel_chains%%023-00074\nPASS: 04-sim-multilevel_chains%%023-00075\nPASS: 04-sim-multilevel_chains%%023-00076\nPASS: 04-sim-multilevel_chains%%023-00077\nPASS: 04-sim-multilevel_chains%%023-00078\nPASS: 04-sim-multilevel_chains%%023-00079\nPASS: 04-sim-multilevel_chains%%023-00080\nPASS: 04-sim-multilevel_chains%%023-00081\nPASS: 04-sim-multilevel_chains%%023-00082\nPASS: 04-sim-multilevel_chains%%023-00083\nPASS: 04-sim-multilevel_chains%%023-00084\nPASS: 04-sim-multilevel_chains%%023-00085\nPASS: 04-sim-multilevel_chains%%023-00086\nPASS: 04-sim-multilevel_chains%%023-00087\nPASS: 04-sim-multilevel_chains%%023-00088\nPASS: 04-sim-multilevel_chains%%023-00089\nPASS: 04-sim-multilevel_chains%%023-00090\nPASS: 04-sim-multilevel_chains%%023-00091\nPASS: 04-sim-multilevel_chains%%023-00092\nPASS: 04-sim-multilevel_chains%%023-00093\nPASS: 04-sim-multilevel_chains%%023-00094\nPASS: 04-sim-multilevel_chains%%023-00095\nPASS: 04-sim-multilevel_chains%%023-00096\nPASS: 04-sim-multilevel_chains%%023-00097\nPASS: 04-sim-multilevel_chains%%023-00098\nPASS: 04-sim-multilevel_chains%%023-00099\nPASS: 04-sim-multilevel_chains%%023-00100\nPASS: 04-sim-multilevel_chains%%023-00101\nPASS: 04-sim-multilevel_chains%%023-00102\nPASS: 04-sim-multilevel_chains%%023-00103\nPASS: 04-sim-multilevel_chains%%023-00104\nPASS: 04-sim-multilevel_chains%%023-00105\nPASS: 04-sim-multilevel_chains%%023-00106\nPASS: 04-sim-multilevel_chains%%023-00107\nPASS: 04-sim-multilevel_chains%%023-00108\nPASS: 04-sim-multilevel_chains%%023-00109\nPASS: 04-sim-multilevel_chains%%023-00110\nPASS: 04-sim-multilevel_chains%%023-00111\nPASS: 04-sim-multilevel_chains%%023-00112\nPASS: 04-sim-multilevel_chains%%023-00113\nPASS: 04-sim-multilevel_chains%%023-00114\nPASS: 04-sim-multilevel_chains%%023-00115\nPASS: 04-sim-multilevel_chains%%023-00116\nPASS: 04-sim-multilevel_chains%%023-00117\nPASS: 04-sim-multilevel_chains%%023-00118\nPASS: 04-sim-multilevel_chains%%023-00119\nPASS: 04-sim-multilevel_chains%%023-00120\nPASS: 04-sim-multilevel_chains%%023-00121\nPASS: 04-sim-multilevel_chains%%023-00122\nPASS: 04-sim-multilevel_chains%%023-00123\nPASS: 04-sim-multilevel_chains%%023-00124\nPASS: 04-sim-multilevel_chains%%023-00125\nPASS: 04-sim-multilevel_chains%%023-00126\nPASS: 04-sim-multilevel_chains%%023-00127\nPASS: 04-sim-multilevel_chains%%023-00128\nPASS: 04-sim-multilevel_chains%%023-00129\nPASS: 04-sim-multilevel_chains%%023-00130\nPASS: 04-sim-multilevel_chains%%023-00131\nPASS: 04-sim-multilevel_chains%%023-00132\nPASS: 04-sim-multilevel_chains%%023-00133\nPASS: 04-sim-multilevel_chains%%023-00134\nPASS: 04-sim-multilevel_chains%%023-00135\nPASS: 04-sim-multilevel_chains%%023-00136\nPASS: 04-sim-multilevel_chains%%023-00137\nPASS: 04-sim-multilevel_chains%%023-00138\nPASS: 04-sim-multilevel_chains%%023-00139\nPASS: 04-sim-multilevel_chains%%023-00140\nPASS: 04-sim-multilevel_chains%%023-00141\nPASS: 04-sim-multilevel_chains%%023-00142\nPASS: 04-sim-multilevel_chains%%023-00143\nPASS: 04-sim-multilevel_chains%%023-00144\nPASS: 04-sim-multilevel_chains%%023-00145\nPASS: 04-sim-multilevel_chains%%023-00146\nPASS: 04-sim-multilevel_chains%%023-00147\nPASS: 04-sim-multilevel_chains%%023-00148\nPASS: 04-sim-multilevel_chains%%023-00149\nPASS: 04-sim-multilevel_chains%%023-00150\nPASS: 04-sim-multilevel_chains%%023-00151\nPASS: 04-sim-multilevel_chains%%023-00152\nPASS: 04-sim-multilevel_chains%%023-00153\nPASS: 04-sim-multilevel_chains%%023-00154\nPASS: 04-sim-multilevel_chains%%023-00155\nPASS: 04-sim-multilevel_chains%%023-00156\nPASS: 04-sim-multilevel_chains%%023-00157\nPASS: 04-sim-multilevel_chains%%023-00158\nPASS: 04-sim-multilevel_chains%%023-00159\nPASS: 04-sim-multilevel_chains%%023-00160\nPASS: 04-sim-multilevel_chains%%023-00161\nPASS: 04-sim-multilevel_chains%%023-00162\nPASS: 04-sim-multilevel_chains%%023-00163\nPASS: 04-sim-multilevel_chains%%023-00164\nPASS: 04-sim-multilevel_chains%%023-00165\nPASS: 04-sim-multilevel_chains%%023-00166\nPASS: 04-sim-multilevel_chains%%023-00167\nPASS: 04-sim-multilevel_chains%%023-00168\nPASS: 04-sim-multilevel_chains%%023-00169\nPASS: 04-sim-multilevel_chains%%023-00170\nPASS: 04-sim-multilevel_chains%%023-00171\nPASS: 04-sim-multilevel_chains%%023-00172\nPASS: 04-sim-multilevel_chains%%023-00173\nPASS: 04-sim-multilevel_chains%%023-00174\nPASS: 04-sim-multilevel_chains%%023-00175\nPASS: 04-sim-multilevel_chains%%023-00176\nPASS: 04-sim-multilevel_chains%%023-00177\nPASS: 04-sim-multilevel_chains%%023-00178\nPASS: 04-sim-multilevel_chains%%023-00179\nPASS: 04-sim-multilevel_chains%%023-00180\nPASS: 04-sim-multilevel_chains%%023-00181\nPASS: 04-sim-multilevel_chains%%023-00182\nPASS: 04-sim-multilevel_chains%%023-00183\nPASS: 04-sim-multilevel_chains%%023-00184\nPASS: 04-sim-multilevel_chains%%023-00185\nPASS: 04-sim-multilevel_chains%%023-00186\nPASS: 04-sim-multilevel_chains%%023-00187\nPASS: 04-sim-multilevel_chains%%023-00188\nPASS: 04-sim-multilevel_chains%%023-00189\nPASS: 04-sim-multilevel_chains%%023-00190\nPASS: 04-sim-multilevel_chains%%023-00191\nPASS: 04-sim-multilevel_chains%%023-00192\nPASS: 04-sim-multilevel_chains%%023-00193\nPASS: 04-sim-multilevel_chains%%023-00194\nPASS: 04-sim-multilevel_chains%%023-00195\nPASS: 04-sim-multilevel_chains%%023-00196\nPASS: 04-sim-multilevel_chains%%023-00197\nPASS: 04-sim-multilevel_chains%%023-00198\nPASS: 04-sim-multilevel_chains%%023-00199\nPASS: 04-sim-multilevel_chains%%023-00200\nPASS: 04-sim-multilevel_chains%%023-00201\nPASS: 04-sim-multilevel_chains%%023-00202\nPASS: 04-sim-multilevel_chains%%023-00203\nPASS: 04-sim-multilevel_chains%%023-00204\nPASS: 04-sim-multilevel_chains%%023-00205\nPASS: 04-sim-multilevel_chains%%023-00206\nPASS: 04-sim-multilevel_chains%%023-00207\nPASS: 04-sim-multilevel_chains%%023-00208\nPASS: 04-sim-multilevel_chains%%023-00209\nPASS: 04-sim-multilevel_chains%%023-00210\nPASS: 04-sim-multilevel_chains%%023-00211\nPASS: 04-sim-multilevel_chains%%023-00212\nPASS: 04-sim-multilevel_chains%%023-00213\nPASS: 04-sim-multilevel_chains%%023-00214\nPASS: 04-sim-multilevel_chains%%023-00215\nPASS: 04-sim-multilevel_chains%%023-00216\nPASS: 04-sim-multilevel_chains%%023-00217\nPASS: 04-sim-multilevel_chains%%023-00218\nPASS: 04-sim-multilevel_chains%%023-00219\nPASS: 04-sim-multilevel_chains%%023-00220\nPASS: 04-sim-multilevel_chains%%023-00221\nPASS: 04-sim-multilevel_chains%%023-00222\nPASS: 04-sim-multilevel_chains%%023-00223\nPASS: 04-sim-multilevel_chains%%023-00224\nPASS: 04-sim-multilevel_chains%%023-00225\nPASS: 04-sim-multilevel_chains%%023-00226\nPASS: 04-sim-multilevel_chains%%023-00227\nPASS: 04-sim-multilevel_chains%%023-00228\nPASS: 04-sim-multilevel_chains%%023-00229\nPASS: 04-sim-multilevel_chains%%023-00230\nPASS: 04-sim-multilevel_chains%%023-00231\nPASS: 04-sim-multilevel_chains%%023-00232\nPASS: 04-sim-multilevel_chains%%023-00233\nPASS: 04-sim-multilevel_chains%%023-00234\nPASS: 04-sim-multilevel_chains%%023-00235\nPASS: 04-sim-multilevel_chains%%023-00236\nPASS: 04-sim-multilevel_chains%%023-00237\nPASS: 04-sim-multilevel_chains%%023-00238\nPASS: 04-sim-multilevel_chains%%023-00239\nPASS: 04-sim-multilevel_chains%%023-00240\nPASS: 04-sim-multilevel_chains%%023-00241\nPASS: 04-sim-multilevel_chains%%024-00001\nPASS: 04-sim-multilevel_chains%%024-00002\nPASS: 04-sim-multilevel_chains%%024-00003\nPASS: 04-sim-multilevel_chains%%024-00004\nPASS: 04-sim-multilevel_chains%%024-00005\nPASS: 04-sim-multilevel_chains%%024-00006\nPASS: 04-sim-multilevel_chains%%024-00007\nPASS: 04-sim-multilevel_chains%%024-00008\nPASS: 04-sim-multilevel_chains%%024-00009\nPASS: 04-sim-multilevel_chains%%024-00010\nPASS: 04-sim-multilevel_chains%%024-00011\nPASS: 04-sim-multilevel_chains%%024-00012\nPASS: 04-sim-multilevel_chains%%024-00013\nPASS: 04-sim-multilevel_chains%%024-00014\nPASS: 04-sim-multilevel_chains%%024-00015\nPASS: 04-sim-multilevel_chains%%024-00016\nPASS: 04-sim-multilevel_chains%%024-00017\nPASS: 04-sim-multilevel_chains%%024-00018\nPASS: 04-sim-multilevel_chains%%024-00019\nPASS: 04-sim-multilevel_chains%%024-00020\nPASS: 04-sim-multilevel_chains%%024-00021\nPASS: 04-sim-multilevel_chains%%024-00022\nPASS: 04-sim-multilevel_chains%%024-00023\nPASS: 04-sim-multilevel_chains%%024-00024\nPASS: 04-sim-multilevel_chains%%024-00025\nPASS: 04-sim-multilevel_chains%%024-00026\nPASS: 04-sim-multilevel_chains%%024-00027\nPASS: 04-sim-multilevel_chains%%024-00028\nPASS: 04-sim-multilevel_chains%%024-00029\nPASS: 04-sim-multilevel_chains%%024-00030\nPASS: 04-sim-multilevel_chains%%024-00031\nPASS: 04-sim-multilevel_chains%%024-00032\nPASS: 04-sim-multilevel_chains%%024-00033\nPASS: 04-sim-multilevel_chains%%024-00034\nPASS: 04-sim-multilevel_chains%%024-00035\nPASS: 04-sim-multilevel_chains%%024-00036\nPASS: 04-sim-multilevel_chains%%024-00037\nPASS: 04-sim-multilevel_chains%%024-00038\nPASS: 04-sim-multilevel_chains%%024-00039\nPASS: 04-sim-multilevel_chains%%024-00040\nPASS: 04-sim-multilevel_chains%%024-00041\nPASS: 04-sim-multilevel_chains%%024-00042\nPASS: 04-sim-multilevel_chains%%024-00043\nPASS: 04-sim-multilevel_chains%%024-00044\nPASS: 04-sim-multilevel_chains%%024-00045\nPASS: 04-sim-multilevel_chains%%024-00046\nPASS: 04-sim-multilevel_chains%%024-00047\nPASS: 04-sim-multilevel_chains%%024-00048\nPASS: 04-sim-multilevel_chains%%024-00049\nPASS: 04-sim-multilevel_chains%%024-00050\nPASS: 04-sim-multilevel_chains%%024-00051\nPASS: 04-sim-multilevel_chains%%024-00052\nPASS: 04-sim-multilevel_chains%%024-00053\nPASS: 04-sim-multilevel_chains%%024-00054\nPASS: 04-sim-multilevel_chains%%024-00055\nPASS: 04-sim-multilevel_chains%%024-00056\nPASS: 04-sim-multilevel_chains%%024-00057\nPASS: 04-sim-multilevel_chains%%024-00058\nPASS: 04-sim-multilevel_chains%%024-00059\nPASS: 04-sim-multilevel_chains%%024-00060\nPASS: 04-sim-multilevel_chains%%024-00061\nPASS: 04-sim-multilevel_chains%%024-00062\nPASS: 04-sim-multilevel_chains%%024-00063\nPASS: 04-sim-multilevel_chains%%024-00064\nPASS: 04-sim-multilevel_chains%%024-00065\nPASS: 04-sim-multilevel_chains%%024-00066\nPASS: 04-sim-multilevel_chains%%024-00067\nPASS: 04-sim-multilevel_chains%%024-00068\nPASS: 04-sim-multilevel_chains%%024-00069\nPASS: 04-sim-multilevel_chains%%024-00070\nPASS: 04-sim-multilevel_chains%%024-00071\nPASS: 04-sim-multilevel_chains%%024-00072\nPASS: 04-sim-multilevel_chains%%024-00073\nPASS: 04-sim-multilevel_chains%%024-00074\nPASS: 04-sim-multilevel_chains%%024-00075\nPASS: 04-sim-multilevel_chains%%024-00076\nPASS: 04-sim-multilevel_chains%%024-00077\nPASS: 04-sim-multilevel_chains%%024-00078\nPASS: 04-sim-multilevel_chains%%024-00079\nPASS: 04-sim-multilevel_chains%%024-00080\nPASS: 04-sim-multilevel_chains%%024-00081\nPASS: 04-sim-multilevel_chains%%024-00082\nPASS: 04-sim-multilevel_chains%%024-00083\nPASS: 04-sim-multilevel_chains%%024-00084\nPASS: 04-sim-multilevel_chains%%024-00085\nPASS: 04-sim-multilevel_chains%%024-00086\nPASS: 04-sim-multilevel_chains%%024-00087\nPASS: 04-sim-multilevel_chains%%024-00088\nPASS: 04-sim-multilevel_chains%%024-00089\nPASS: 04-sim-multilevel_chains%%024-00090\nPASS: 04-sim-multilevel_chains%%024-00091\nPASS: 04-sim-multilevel_chains%%024-00092\nPASS: 04-sim-multilevel_chains%%024-00093\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 04-sim-multilevel_chains%%025-00001\nPASS: 04-sim-multilevel_chains%%025-00002\nPASS: 04-sim-multilevel_chains%%025-00003\nPASS: 04-sim-multilevel_chains%%025-00004\nPASS: 04-sim-multilevel_chains%%025-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 04-sim-multilevel_chains%%026-00001 (valgrind not installed)\n batch name: 05-sim-long_jumps\n test mode:  c\n test type:  bpf-sim\nPASS: 05-sim-long_jumps%%001-00001\nPASS: 05-sim-long_jumps%%002-00001\nSKIP: 05-sim-long_jumps%%003-00001 (architecture difference)\nPASS: 05-sim-long_jumps%%004-00001\nPASS: 05-sim-long_jumps%%004-00002\nPASS: 05-sim-long_jumps%%004-00003\nPASS: 05-sim-long_jumps%%004-00004\nPASS: 05-sim-long_jumps%%004-00005\nPASS: 05-sim-long_jumps%%004-00006\nSKIP: 05-sim-long_jumps%%005-00001 (architecture difference)\nPASS: 05-sim-long_jumps%%006-00001\nPASS: 05-sim-long_jumps%%006-00002\nPASS: 05-sim-long_jumps%%006-00003\nPASS: 05-sim-long_jumps%%006-00004\nPASS: 05-sim-long_jumps%%006-00005\nSKIP: 05-sim-long_jumps%%007-00001 (architecture difference)\nPASS: 05-sim-long_jumps%%008-00001\nPASS: 05-sim-long_jumps%%009-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 05-sim-long_jumps%%010-00001\nPASS: 05-sim-long_jumps%%010-00002\nPASS: 05-sim-long_jumps%%010-00003\nPASS: 05-sim-long_jumps%%010-00004\nPASS: 05-sim-long_jumps%%010-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 05-sim-long_jumps%%011-00001 (valgrind not installed)\n batch name: 06-sim-actions\n test mode:  c\n test type:  bpf-sim\nPASS: 06-sim-actions%%001-00001\nPASS: 06-sim-actions%%002-00001\nPASS: 06-sim-actions%%003-00001\nPASS: 06-sim-actions%%004-00001\nPASS: 06-sim-actions%%005-00001\nPASS: 06-sim-actions%%006-00001\nSKIP: 06-sim-actions%%007-00001 (architecture difference)\nSKIP: 06-sim-actions%%008-00001 (architecture difference)\nSKIP: 06-sim-actions%%009-00001 (architecture difference)\nSKIP: 06-sim-actions%%010-00001 (architecture difference)\nSKIP: 06-sim-actions%%011-00001 (architecture difference)\nPASS: 06-sim-actions%%012-00001\nPASS: 06-sim-actions%%012-00002\nPASS: 06-sim-actions%%012-00003\nPASS: 06-sim-actions%%012-00004\nPASS: 06-sim-actions%%012-00005\nPASS: 06-sim-actions%%012-00006\nPASS: 06-sim-actions%%012-00007\nPASS: 06-sim-actions%%012-00008\nPASS: 06-sim-actions%%012-00009\nPASS: 06-sim-actions%%013-00001\nPASS: 06-sim-actions%%013-00002\nPASS: 06-sim-actions%%013-00003\nPASS: 06-sim-actions%%013-00004\nPASS: 06-sim-actions%%013-00005\nPASS: 06-sim-actions%%013-00006\nPASS: 06-sim-actions%%013-00007\nPASS: 06-sim-actions%%013-00008\nPASS: 06-sim-actions%%013-00009\nPASS: 06-sim-actions%%013-00010\nPASS: 06-sim-actions%%013-00011\nPASS: 06-sim-actions%%013-00012\nPASS: 06-sim-actions%%013-00013\nPASS: 06-sim-actions%%013-00014\nPASS: 06-sim-actions%%013-00015\nPASS: 06-sim-actions%%013-00016\nPASS: 06-sim-actions%%013-00017\nPASS: 06-sim-actions%%013-00018\nPASS: 06-sim-actions%%013-00019\nPASS: 06-sim-actions%%013-00020\nPASS: 06-sim-actions%%013-00021\nPASS: 06-sim-actions%%013-00022\nPASS: 06-sim-actions%%013-00023\nPASS: 06-sim-actions%%013-00024\nPASS: 06-sim-actions%%013-00025\nPASS: 06-sim-actions%%013-00026\nPASS: 06-sim-actions%%013-00027\nPASS: 06-sim-actions%%013-00028\nPASS: 06-sim-actions%%013-00029\nPASS: 06-sim-actions%%013-00030\nPASS: 06-sim-actions%%013-00031\nPASS: 06-sim-actions%%013-00032\nPASS: 06-sim-actions%%013-00033\nPASS: 06-sim-actions%%013-00034\nPASS: 06-sim-actions%%013-00035\nPASS: 06-sim-actions%%013-00036\nPASS: 06-sim-actions%%013-00037\nPASS: 06-sim-actions%%013-00038\nPASS: 06-sim-actions%%013-00039\nPASS: 06-sim-actions%%013-00040\nPASS: 06-sim-actions%%013-00041\nPASS: 06-sim-actions%%013-00042\nPASS: 06-sim-actions%%013-00043\nPASS: 06-sim-actions%%013-00044\nPASS: 06-sim-actions%%013-00045\nPASS: 06-sim-actions%%013-00046\nPASS: 06-sim-actions%%013-00047\nPASS: 06-sim-actions%%013-00048\nPASS: 06-sim-actions%%013-00049\nPASS: 06-sim-actions%%013-00050\nPASS: 06-sim-actions%%013-00051\nPASS: 06-sim-actions%%013-00052\nPASS: 06-sim-actions%%013-00053\nPASS: 06-sim-actions%%013-00054\nPASS: 06-sim-actions%%013-00055\nPASS: 06-sim-actions%%013-00056\nPASS: 06-sim-actions%%013-00057\nPASS: 06-sim-actions%%013-00058\nPASS: 06-sim-actions%%013-00059\nPASS: 06-sim-actions%%013-00060\nPASS: 06-sim-actions%%013-00061\nPASS: 06-sim-actions%%013-00062\nPASS: 06-sim-actions%%013-00063\nPASS: 06-sim-actions%%013-00064\nPASS: 06-sim-actions%%013-00065\nPASS: 06-sim-actions%%013-00066\nPASS: 06-sim-actions%%013-00067\nPASS: 06-sim-actions%%013-00068\nPASS: 06-sim-actions%%013-00069\nPASS: 06-sim-actions%%013-00070\nPASS: 06-sim-actions%%013-00071\nPASS: 06-sim-actions%%013-00072\nPASS: 06-sim-actions%%013-00073\nPASS: 06-sim-actions%%013-00074\nPASS: 06-sim-actions%%013-00075\nPASS: 06-sim-actions%%013-00076\nPASS: 06-sim-actions%%013-00077\nPASS: 06-sim-actions%%013-00078\nPASS: 06-sim-actions%%013-00079\nPASS: 06-sim-actions%%013-00080\nPASS: 06-sim-actions%%013-00081\nPASS: 06-sim-actions%%013-00082\nPASS: 06-sim-actions%%013-00083\nPASS: 06-sim-actions%%013-00084\nPASS: 06-sim-actions%%013-00085\nPASS: 06-sim-actions%%013-00086\nPASS: 06-sim-actions%%013-00087\nPASS: 06-sim-actions%%013-00088\nPASS: 06-sim-actions%%013-00089\nPASS: 06-sim-actions%%013-00090\nPASS: 06-sim-actions%%013-00091\nPASS: 06-sim-actions%%013-00092\nPASS: 06-sim-actions%%013-00093\nPASS: 06-sim-actions%%013-00094\nPASS: 06-sim-actions%%013-00095\nPASS: 06-sim-actions%%013-00096\nPASS: 06-sim-actions%%013-00097\nPASS: 06-sim-actions%%013-00098\nPASS: 06-sim-actions%%013-00099\nPASS: 06-sim-actions%%013-00100\nPASS: 06-sim-actions%%013-00101\nPASS: 06-sim-actions%%013-00102\nPASS: 06-sim-actions%%013-00103\nPASS: 06-sim-actions%%013-00104\nPASS: 06-sim-actions%%013-00105\nPASS: 06-sim-actions%%013-00106\nPASS: 06-sim-actions%%013-00107\nPASS: 06-sim-actions%%013-00108\nPASS: 06-sim-actions%%013-00109\nPASS: 06-sim-actions%%013-00110\nPASS: 06-sim-actions%%013-00111\nPASS: 06-sim-actions%%013-00112\nPASS: 06-sim-actions%%013-00113\nPASS: 06-sim-actions%%013-00114\nPASS: 06-sim-actions%%013-00115\nPASS: 06-sim-actions%%013-00116\nPASS: 06-sim-actions%%013-00117\nPASS: 06-sim-actions%%013-00118\nPASS: 06-sim-actions%%013-00119\nPASS: 06-sim-actions%%013-00120\nPASS: 06-sim-actions%%013-00121\nPASS: 06-sim-actions%%013-00122\nPASS: 06-sim-actions%%014-00001\nPASS: 06-sim-actions%%014-00002\nPASS: 06-sim-actions%%014-00003\nPASS: 06-sim-actions%%014-00004\nPASS: 06-sim-actions%%014-00005\nPASS: 06-sim-actions%%014-00006\nPASS: 06-sim-actions%%014-00007\nPASS: 06-sim-actions%%014-00008\nPASS: 06-sim-actions%%014-00009\nPASS: 06-sim-actions%%014-00010\nPASS: 06-sim-actions%%014-00011\nPASS: 06-sim-actions%%014-00012\nPASS: 06-sim-actions%%014-00013\nPASS: 06-sim-actions%%014-00014\nPASS: 06-sim-actions%%014-00015\nPASS: 06-sim-actions%%014-00016\nPASS: 06-sim-actions%%014-00017\nPASS: 06-sim-actions%%014-00018\nPASS: 06-sim-actions%%014-00019\nPASS: 06-sim-actions%%014-00020\nPASS: 06-sim-actions%%014-00021\nPASS: 06-sim-actions%%014-00022\nPASS: 06-sim-actions%%014-00023\nPASS: 06-sim-actions%%014-00024\nPASS: 06-sim-actions%%014-00025\nPASS: 06-sim-actions%%014-00026\nPASS: 06-sim-actions%%014-00027\nPASS: 06-sim-actions%%014-00028\nPASS: 06-sim-actions%%014-00029\nPASS: 06-sim-actions%%014-00030\nPASS: 06-sim-actions%%014-00031\nPASS: 06-sim-actions%%014-00032\nPASS: 06-sim-actions%%014-00033\nPASS: 06-sim-actions%%014-00034\nPASS: 06-sim-actions%%014-00035\nPASS: 06-sim-actions%%014-00036\nPASS: 06-sim-actions%%014-00037\nPASS: 06-sim-actions%%014-00038\nPASS: 06-sim-actions%%014-00039\nPASS: 06-sim-actions%%014-00040\nPASS: 06-sim-actions%%014-00041\nPASS: 06-sim-actions%%014-00042\nPASS: 06-sim-actions%%014-00043\nPASS: 06-sim-actions%%014-00044\nPASS: 06-sim-actions%%014-00045\nPASS: 06-sim-actions%%014-00046\nPASS: 06-sim-actions%%014-00047\nPASS: 06-sim-actions%%014-00048\nPASS: 06-sim-actions%%014-00049\nPASS: 06-sim-actions%%014-00050\nPASS: 06-sim-actions%%014-00051\nPASS: 06-sim-actions%%014-00052\nPASS: 06-sim-actions%%014-00053\nPASS: 06-sim-actions%%014-00054\nPASS: 06-sim-actions%%014-00055\nPASS: 06-sim-actions%%014-00056\nPASS: 06-sim-actions%%014-00057\nPASS: 06-sim-actions%%014-00058\nPASS: 06-sim-actions%%014-00059\nPASS: 06-sim-actions%%014-00060\nPASS: 06-sim-actions%%014-00061\nPASS: 06-sim-actions%%014-00062\nPASS: 06-sim-actions%%014-00063\nPASS: 06-sim-actions%%014-00064\nPASS: 06-sim-actions%%014-00065\nPASS: 06-sim-actions%%014-00066\nPASS: 06-sim-actions%%014-00067\nPASS: 06-sim-actions%%014-00068\nPASS: 06-sim-actions%%014-00069\nPASS: 06-sim-actions%%014-00070\nPASS: 06-sim-actions%%014-00071\nPASS: 06-sim-actions%%014-00072\nPASS: 06-sim-actions%%014-00073\nPASS: 06-sim-actions%%014-00074\nPASS: 06-sim-actions%%014-00075\nPASS: 06-sim-actions%%014-00076\nPASS: 06-sim-actions%%014-00077\nPASS: 06-sim-actions%%014-00078\nPASS: 06-sim-actions%%014-00079\nPASS: 06-sim-actions%%014-00080\nPASS: 06-sim-actions%%014-00081\nPASS: 06-sim-actions%%014-00082\nPASS: 06-sim-actions%%014-00083\nPASS: 06-sim-actions%%014-00084\nPASS: 06-sim-actions%%014-00085\nPASS: 06-sim-actions%%014-00086\nPASS: 06-sim-actions%%014-00087\nPASS: 06-sim-actions%%014-00088\nPASS: 06-sim-actions%%014-00089\nPASS: 06-sim-actions%%014-00090\nPASS: 06-sim-actions%%014-00091\nPASS: 06-sim-actions%%014-00092\nPASS: 06-sim-actions%%014-00093\nPASS: 06-sim-actions%%014-00094\nPASS: 06-sim-actions%%014-00095\nPASS: 06-sim-actions%%014-00096\nPASS: 06-sim-actions%%014-00097\nPASS: 06-sim-actions%%014-00098\nPASS: 06-sim-actions%%014-00099\nPASS: 06-sim-actions%%014-00100\nPASS: 06-sim-actions%%014-00101\nPASS: 06-sim-actions%%014-00102\nPASS: 06-sim-actions%%014-00103\nPASS: 06-sim-actions%%014-00104\nPASS: 06-sim-actions%%014-00105\nPASS: 06-sim-actions%%014-00106\nPASS: 06-sim-actions%%014-00107\nPASS: 06-sim-actions%%014-00108\nPASS: 06-sim-actions%%014-00109\nPASS: 06-sim-actions%%014-00110\nPASS: 06-sim-actions%%014-00111\nPASS: 06-sim-actions%%014-00112\nPASS: 06-sim-actions%%014-00113\nPASS: 06-sim-actions%%014-00114\nPASS: 06-sim-actions%%014-00115\nPASS: 06-sim-actions%%014-00116\nPASS: 06-sim-actions%%014-00117\nPASS: 06-sim-actions%%014-00118\nPASS: 06-sim-actions%%015-00001\nPASS: 06-sim-actions%%015-00002\nPASS: 06-sim-actions%%015-00003\nPASS: 06-sim-actions%%015-00004\nPASS: 06-sim-actions%%015-00005\nPASS: 06-sim-actions%%015-00006\nPASS: 06-sim-actions%%015-00007\nPASS: 06-sim-actions%%015-00008\nPASS: 06-sim-actions%%015-00009\nPASS: 06-sim-actions%%015-00010\nPASS: 06-sim-actions%%015-00011\nPASS: 06-sim-actions%%015-00012\nPASS: 06-sim-actions%%015-00013\nPASS: 06-sim-actions%%015-00014\nPASS: 06-sim-actions%%015-00015\nPASS: 06-sim-actions%%015-00016\nPASS: 06-sim-actions%%015-00017\nPASS: 06-sim-actions%%015-00018\nPASS: 06-sim-actions%%015-00019\nPASS: 06-sim-actions%%015-00020\nPASS: 06-sim-actions%%015-00021\nPASS: 06-sim-actions%%015-00022\nPASS: 06-sim-actions%%015-00023\nPASS: 06-sim-actions%%015-00024\nPASS: 06-sim-actions%%015-00025\nPASS: 06-sim-actions%%015-00026\nPASS: 06-sim-actions%%015-00027\nPASS: 06-sim-actions%%015-00028\nPASS: 06-sim-actions%%015-00029\nPASS: 06-sim-actions%%015-00030\nPASS: 06-sim-actions%%015-00031\nPASS: 06-sim-actions%%015-00032\nPASS: 06-sim-actions%%015-00033\nPASS: 06-sim-actions%%015-00034\nPASS: 06-sim-actions%%015-00035\nPASS: 06-sim-actions%%015-00036\nPASS: 06-sim-actions%%015-00037\nPASS: 06-sim-actions%%015-00038\nPASS: 06-sim-actions%%015-00039\nPASS: 06-sim-actions%%015-00040\nPASS: 06-sim-actions%%015-00041\nPASS: 06-sim-actions%%015-00042\nPASS: 06-sim-actions%%015-00043\nPASS: 06-sim-actions%%015-00044\nPASS: 06-sim-actions%%015-00045\nPASS: 06-sim-actions%%015-00046\nPASS: 06-sim-actions%%015-00047\nPASS: 06-sim-actions%%015-00048\nPASS: 06-sim-actions%%015-00049\nPASS: 06-sim-actions%%015-00050\nPASS: 06-sim-actions%%015-00051\nPASS: 06-sim-actions%%015-00052\nPASS: 06-sim-actions%%015-00053\nPASS: 06-sim-actions%%015-00054\nPASS: 06-sim-actions%%015-00055\nPASS: 06-sim-actions%%015-00056\nPASS: 06-sim-actions%%015-00057\nPASS: 06-sim-actions%%015-00058\nPASS: 06-sim-actions%%015-00059\nPASS: 06-sim-actions%%015-00060\nPASS: 06-sim-actions%%015-00061\nPASS: 06-sim-actions%%015-00062\nPASS: 06-sim-actions%%015-00063\nPASS: 06-sim-actions%%015-00064\nPASS: 06-sim-actions%%015-00065\nPASS: 06-sim-actions%%015-00066\nPASS: 06-sim-actions%%015-00067\nPASS: 06-sim-actions%%015-00068\nPASS: 06-sim-actions%%015-00069\nPASS: 06-sim-actions%%015-00070\nPASS: 06-sim-actions%%015-00071\nPASS: 06-sim-actions%%015-00072\nPASS: 06-sim-actions%%015-00073\nPASS: 06-sim-actions%%015-00074\nPASS: 06-sim-actions%%015-00075\nPASS: 06-sim-actions%%015-00076\nPASS: 06-sim-actions%%015-00077\nPASS: 06-sim-actions%%015-00078\nPASS: 06-sim-actions%%015-00079\nPASS: 06-sim-actions%%015-00080\nPASS: 06-sim-actions%%015-00081\nPASS: 06-sim-actions%%015-00082\nPASS: 06-sim-actions%%015-00083\nPASS: 06-sim-actions%%015-00084\nPASS: 06-sim-actions%%015-00085\nPASS: 06-sim-actions%%015-00086\nPASS: 06-sim-actions%%015-00087\nPASS: 06-sim-actions%%015-00088\nPASS: 06-sim-actions%%015-00089\nPASS: 06-sim-actions%%015-00090\nPASS: 06-sim-actions%%015-00091\nPASS: 06-sim-actions%%015-00092\nPASS: 06-sim-actions%%015-00093\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 06-sim-actions%%016-00001\nPASS: 06-sim-actions%%016-00002\nPASS: 06-sim-actions%%016-00003\nPASS: 06-sim-actions%%016-00004\nPASS: 06-sim-actions%%016-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 06-sim-actions%%017-00001 (valgrind not installed)\n batch name: 07-sim-db_bug_looping\n test mode:  c\n test type:  bpf-sim\nPASS: 07-sim-db_bug_looping%%001-00001\nPASS: 07-sim-db_bug_looping%%002-00001\nPASS: 07-sim-db_bug_looping%%002-00002\nPASS: 07-sim-db_bug_looping%%002-00003\nPASS: 07-sim-db_bug_looping%%002-00004\nPASS: 07-sim-db_bug_looping%%002-00005\nPASS: 07-sim-db_bug_looping%%002-00006\nPASS: 07-sim-db_bug_looping%%002-00007\nPASS: 07-sim-db_bug_looping%%002-00008\nPASS: 07-sim-db_bug_looping%%002-00009\nPASS: 07-sim-db_bug_looping%%003-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 07-sim-db_bug_looping%%004-00001\nPASS: 07-sim-db_bug_looping%%004-00002\nPASS: 07-sim-db_bug_looping%%004-00003\nPASS: 07-sim-db_bug_looping%%004-00004\nPASS: 07-sim-db_bug_looping%%004-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 07-sim-db_bug_looping%%005-00001 (valgrind not installed)\n batch name: 08-sim-subtree_checks\n test mode:  c\n test type:  bpf-sim\nPASS: 08-sim-subtree_checks%%001-00001\nPASS: 08-sim-subtree_checks%%001-00002\nPASS: 08-sim-subtree_checks%%001-00003\nPASS: 08-sim-subtree_checks%%001-00004\nPASS: 08-sim-subtree_checks%%001-00005\nPASS: 08-sim-subtree_checks%%001-00006\nPASS: 08-sim-subtree_checks%%001-00007\nPASS: 08-sim-subtree_checks%%001-00008\nPASS: 08-sim-subtree_checks%%001-00009\nPASS: 08-sim-subtree_checks%%001-00010\nPASS: 08-sim-subtree_checks%%001-00011\nPASS: 08-sim-subtree_checks%%002-00001\nPASS: 08-sim-subtree_checks%%002-00002\nPASS: 08-sim-subtree_checks%%002-00003\nPASS: 08-sim-subtree_checks%%002-00004\nPASS: 08-sim-subtree_checks%%002-00005\nPASS: 08-sim-subtree_checks%%002-00006\nPASS: 08-sim-subtree_checks%%002-00007\nPASS: 08-sim-subtree_checks%%002-00008\nPASS: 08-sim-subtree_checks%%002-00009\nPASS: 08-sim-subtree_checks%%002-00010\nPASS: 08-sim-subtree_checks%%002-00011\nPASS: 08-sim-subtree_checks%%003-00001\nPASS: 08-sim-subtree_checks%%003-00002\nPASS: 08-sim-subtree_checks%%003-00003\nPASS: 08-sim-subtree_checks%%003-00004\nPASS: 08-sim-subtree_checks%%003-00005\nPASS: 08-sim-subtree_checks%%003-00006\nPASS: 08-sim-subtree_checks%%003-00007\nPASS: 08-sim-subtree_checks%%003-00008\nPASS: 08-sim-subtree_checks%%003-00009\nPASS: 08-sim-subtree_checks%%003-00010\nPASS: 08-sim-subtree_checks%%003-00011\nPASS: 08-sim-subtree_checks%%004-00001\nPASS: 08-sim-subtree_checks%%004-00002\nPASS: 08-sim-subtree_checks%%004-00003\nPASS: 08-sim-subtree_checks%%004-00004\nPASS: 08-sim-subtree_checks%%004-00005\nPASS: 08-sim-subtree_checks%%004-00006\nPASS: 08-sim-subtree_checks%%004-00007\nPASS: 08-sim-subtree_checks%%004-00008\nPASS: 08-sim-subtree_checks%%004-00009\nPASS: 08-sim-subtree_checks%%004-00010\nPASS: 08-sim-subtree_checks%%004-00011\nPASS: 08-sim-subtree_checks%%005-00001\nPASS: 08-sim-subtree_checks%%005-00002\nPASS: 08-sim-subtree_checks%%005-00003\nPASS: 08-sim-subtree_checks%%005-00004\nPASS: 08-sim-subtree_checks%%005-00005\nPASS: 08-sim-subtree_checks%%005-00006\nPASS: 08-sim-subtree_checks%%005-00007\nPASS: 08-sim-subtree_checks%%005-00008\nPASS: 08-sim-subtree_checks%%005-00009\nPASS: 08-sim-subtree_checks%%005-00010\nPASS: 08-sim-subtree_checks%%005-00011\nPASS: 08-sim-subtree_checks%%005-00012\nPASS: 08-sim-subtree_checks%%005-00013\nPASS: 08-sim-subtree_checks%%005-00014\nPASS: 08-sim-subtree_checks%%005-00015\nPASS: 08-sim-subtree_checks%%005-00016\nPASS: 08-sim-subtree_checks%%005-00017\nPASS: 08-sim-subtree_checks%%005-00018\nPASS: 08-sim-subtree_checks%%005-00019\nPASS: 08-sim-subtree_checks%%005-00020\nPASS: 08-sim-subtree_checks%%005-00021\nPASS: 08-sim-subtree_checks%%005-00022\nPASS: 08-sim-subtree_checks%%005-00023\nPASS: 08-sim-subtree_checks%%005-00024\nPASS: 08-sim-subtree_checks%%005-00025\nPASS: 08-sim-subtree_checks%%005-00026\nPASS: 08-sim-subtree_checks%%005-00027\nPASS: 08-sim-subtree_checks%%005-00028\nPASS: 08-sim-subtree_checks%%005-00029\nPASS: 08-sim-subtree_checks%%005-00030\nPASS: 08-sim-subtree_checks%%005-00031\nPASS: 08-sim-subtree_checks%%005-00032\nPASS: 08-sim-subtree_checks%%005-00033\nPASS: 08-sim-subtree_checks%%005-00034\nPASS: 08-sim-subtree_checks%%005-00035\nPASS: 08-sim-subtree_checks%%005-00036\nPASS: 08-sim-subtree_checks%%006-00001\nPASS: 08-sim-subtree_checks%%006-00002\nPASS: 08-sim-subtree_checks%%006-00003\nPASS: 08-sim-subtree_checks%%006-00004\nPASS: 08-sim-subtree_checks%%006-00005\nPASS: 08-sim-subtree_checks%%006-00006\nPASS: 08-sim-subtree_checks%%006-00007\nPASS: 08-sim-subtree_checks%%006-00008\nPASS: 08-sim-subtree_checks%%006-00009\nPASS: 08-sim-subtree_checks%%006-00010\nPASS: 08-sim-subtree_checks%%006-00011\nPASS: 08-sim-subtree_checks%%006-00012\nPASS: 08-sim-subtree_checks%%006-00013\nPASS: 08-sim-subtree_checks%%006-00014\nPASS: 08-sim-subtree_checks%%006-00015\nPASS: 08-sim-subtree_checks%%006-00016\nPASS: 08-sim-subtree_checks%%006-00017\nPASS: 08-sim-subtree_checks%%006-00018\nPASS: 08-sim-subtree_checks%%006-00019\nPASS: 08-sim-subtree_checks%%006-00020\nPASS: 08-sim-subtree_checks%%006-00021\nPASS: 08-sim-subtree_checks%%006-00022\nPASS: 08-sim-subtree_checks%%006-00023\nPASS: 08-sim-subtree_checks%%006-00024\nPASS: 08-sim-subtree_checks%%006-00025\nPASS: 08-sim-subtree_checks%%006-00026\nPASS: 08-sim-subtree_checks%%006-00027\nPASS: 08-sim-subtree_checks%%006-00028\nPASS: 08-sim-subtree_checks%%006-00029\nPASS: 08-sim-subtree_checks%%006-00030\nPASS: 08-sim-subtree_checks%%006-00031\nPASS: 08-sim-subtree_checks%%006-00032\nPASS: 08-sim-subtree_checks%%006-00033\nPASS: 08-sim-subtree_checks%%006-00034\nPASS: 08-sim-subtree_checks%%006-00035\nPASS: 08-sim-subtree_checks%%006-00036\nPASS: 08-sim-subtree_checks%%007-00001\nPASS: 08-sim-subtree_checks%%007-00002\nPASS: 08-sim-subtree_checks%%007-00003\nPASS: 08-sim-subtree_checks%%007-00004\nPASS: 08-sim-subtree_checks%%007-00005\nPASS: 08-sim-subtree_checks%%007-00006\nPASS: 08-sim-subtree_checks%%007-00007\nPASS: 08-sim-subtree_checks%%007-00008\nPASS: 08-sim-subtree_checks%%007-00009\nPASS: 08-sim-subtree_checks%%007-00010\nPASS: 08-sim-subtree_checks%%007-00011\nPASS: 08-sim-subtree_checks%%007-00012\nPASS: 08-sim-subtree_checks%%007-00013\nPASS: 08-sim-subtree_checks%%007-00014\nPASS: 08-sim-subtree_checks%%007-00015\nPASS: 08-sim-subtree_checks%%007-00016\nPASS: 08-sim-subtree_checks%%007-00017\nPASS: 08-sim-subtree_checks%%007-00018\nPASS: 08-sim-subtree_checks%%007-00019\nPASS: 08-sim-subtree_checks%%007-00020\nPASS: 08-sim-subtree_checks%%007-00021\nPASS: 08-sim-subtree_checks%%007-00022\nPASS: 08-sim-subtree_checks%%007-00023\nPASS: 08-sim-subtree_checks%%007-00024\nPASS: 08-sim-subtree_checks%%007-00025\nPASS: 08-sim-subtree_checks%%007-00026\nPASS: 08-sim-subtree_checks%%007-00027\nPASS: 08-sim-subtree_checks%%007-00028\nPASS: 08-sim-subtree_checks%%007-00029\nPASS: 08-sim-subtree_checks%%007-00030\nPASS: 08-sim-subtree_checks%%007-00031\nPASS: 08-sim-subtree_checks%%007-00032\nPASS: 08-sim-subtree_checks%%007-00033\nPASS: 08-sim-subtree_checks%%007-00034\nPASS: 08-sim-subtree_checks%%007-00035\nPASS: 08-sim-subtree_checks%%007-00036\nPASS: 08-sim-subtree_checks%%008-00001\nPASS: 08-sim-subtree_checks%%008-00002\nPASS: 08-sim-subtree_checks%%008-00003\nPASS: 08-sim-subtree_checks%%008-00004\nPASS: 08-sim-subtree_checks%%008-00005\nPASS: 08-sim-subtree_checks%%008-00006\nPASS: 08-sim-subtree_checks%%008-00007\nPASS: 08-sim-subtree_checks%%008-00008\nPASS: 08-sim-subtree_checks%%008-00009\nPASS: 08-sim-subtree_checks%%008-00010\nPASS: 08-sim-subtree_checks%%008-00011\nPASS: 08-sim-subtree_checks%%008-00012\nPASS: 08-sim-subtree_checks%%008-00013\nPASS: 08-sim-subtree_checks%%008-00014\nPASS: 08-sim-subtree_checks%%008-00015\nPASS: 08-sim-subtree_checks%%008-00016\nPASS: 08-sim-subtree_checks%%008-00017\nPASS: 08-sim-subtree_checks%%008-00018\nPASS: 08-sim-subtree_checks%%008-00019\nPASS: 08-sim-subtree_checks%%008-00020\nPASS: 08-sim-subtree_checks%%008-00021\nPASS: 08-sim-subtree_checks%%008-00022\nPASS: 08-sim-subtree_checks%%008-00023\nPASS: 08-sim-subtree_checks%%008-00024\nPASS: 08-sim-subtree_checks%%008-00025\nPASS: 08-sim-subtree_checks%%008-00026\nPASS: 08-sim-subtree_checks%%008-00027\nPASS: 08-sim-subtree_checks%%008-00028\nPASS: 08-sim-subtree_checks%%008-00029\nPASS: 08-sim-subtree_checks%%008-00030\nPASS: 08-sim-subtree_checks%%008-00031\nPASS: 08-sim-subtree_checks%%008-00032\nPASS: 08-sim-subtree_checks%%008-00033\nPASS: 08-sim-subtree_checks%%008-00034\nPASS: 08-sim-subtree_checks%%008-00035\nPASS: 08-sim-subtree_checks%%008-00036\nPASS: 08-sim-subtree_checks%%009-00001\nPASS: 08-sim-subtree_checks%%009-00002\nPASS: 08-sim-subtree_checks%%009-00003\nPASS: 08-sim-subtree_checks%%009-00004\nPASS: 08-sim-subtree_checks%%009-00005\nPASS: 08-sim-subtree_checks%%009-00006\nPASS: 08-sim-subtree_checks%%009-00007\nPASS: 08-sim-subtree_checks%%009-00008\nPASS: 08-sim-subtree_checks%%009-00009\nPASS: 08-sim-subtree_checks%%009-00010\nPASS: 08-sim-subtree_checks%%009-00011\nPASS: 08-sim-subtree_checks%%009-00012\nPASS: 08-sim-subtree_checks%%009-00013\nPASS: 08-sim-subtree_checks%%009-00014\nPASS: 08-sim-subtree_checks%%009-00015\nPASS: 08-sim-subtree_checks%%009-00016\nPASS: 08-sim-subtree_checks%%009-00017\nPASS: 08-sim-subtree_checks%%009-00018\nPASS: 08-sim-subtree_checks%%009-00019\nPASS: 08-sim-subtree_checks%%009-00020\nPASS: 08-sim-subtree_checks%%009-00021\nPASS: 08-sim-subtree_checks%%009-00022\nPASS: 08-sim-subtree_checks%%009-00023\nPASS: 08-sim-subtree_checks%%009-00024\nPASS: 08-sim-subtree_checks%%009-00025\nPASS: 08-sim-subtree_checks%%009-00026\nPASS: 08-sim-subtree_checks%%009-00027\nPASS: 08-sim-subtree_checks%%009-00028\nPASS: 08-sim-subtree_checks%%009-00029\nPASS: 08-sim-subtree_checks%%009-00030\nPASS: 08-sim-subtree_checks%%010-00001\nPASS: 08-sim-subtree_checks%%010-00002\nPASS: 08-sim-subtree_checks%%010-00003\nPASS: 08-sim-subtree_checks%%010-00004\nPASS: 08-sim-subtree_checks%%010-00005\nPASS: 08-sim-subtree_checks%%010-00006\nPASS: 08-sim-subtree_checks%%011-00001\nPASS: 08-sim-subtree_checks%%011-00002\nPASS: 08-sim-subtree_checks%%011-00003\nPASS: 08-sim-subtree_checks%%011-00004\nPASS: 08-sim-subtree_checks%%011-00005\nPASS: 08-sim-subtree_checks%%011-00006\nPASS: 08-sim-subtree_checks%%011-00007\nPASS: 08-sim-subtree_checks%%011-00008\nPASS: 08-sim-subtree_checks%%011-00009\nPASS: 08-sim-subtree_checks%%011-00010\nPASS: 08-sim-subtree_checks%%011-00011\nPASS: 08-sim-subtree_checks%%011-00012\nPASS: 08-sim-subtree_checks%%011-00013\nPASS: 08-sim-subtree_checks%%011-00014\nPASS: 08-sim-subtree_checks%%011-00015\nPASS: 08-sim-subtree_checks%%011-00016\nPASS: 08-sim-subtree_checks%%011-00017\nPASS: 08-sim-subtree_checks%%011-00018\nPASS: 08-sim-subtree_checks%%011-00019\nPASS: 08-sim-subtree_checks%%011-00020\nPASS: 08-sim-subtree_checks%%011-00021\nPASS: 08-sim-subtree_checks%%011-00022\nPASS: 08-sim-subtree_checks%%011-00023\nPASS: 08-sim-subtree_checks%%011-00024\nPASS: 08-sim-subtree_checks%%011-00025\nPASS: 08-sim-subtree_checks%%011-00026\nPASS: 08-sim-subtree_checks%%011-00027\nPASS: 08-sim-subtree_checks%%011-00028\nPASS: 08-sim-subtree_checks%%011-00029\nPASS: 08-sim-subtree_checks%%011-00030\nPASS: 08-sim-subtree_checks%%012-00001\nPASS: 08-sim-subtree_checks%%012-00002\nPASS: 08-sim-subtree_checks%%012-00003\nPASS: 08-sim-subtree_checks%%012-00004\nPASS: 08-sim-subtree_checks%%012-00005\nPASS: 08-sim-subtree_checks%%012-00006\nPASS: 08-sim-subtree_checks%%012-00007\nPASS: 08-sim-subtree_checks%%012-00008\nPASS: 08-sim-subtree_checks%%012-00009\nPASS: 08-sim-subtree_checks%%012-00010\nPASS: 08-sim-subtree_checks%%012-00011\nPASS: 08-sim-subtree_checks%%012-00012\nPASS: 08-sim-subtree_checks%%012-00013\nPASS: 08-sim-subtree_checks%%012-00014\nPASS: 08-sim-subtree_checks%%012-00015\nPASS: 08-sim-subtree_checks%%012-00016\nPASS: 08-sim-subtree_checks%%012-00017\nPASS: 08-sim-subtree_checks%%012-00018\nPASS: 08-sim-subtree_checks%%012-00019\nPASS: 08-sim-subtree_checks%%012-00020\nPASS: 08-sim-subtree_checks%%012-00021\nPASS: 08-sim-subtree_checks%%012-00022\nPASS: 08-sim-subtree_checks%%012-00023\nPASS: 08-sim-subtree_checks%%012-00024\nPASS: 08-sim-subtree_checks%%012-00025\nPASS: 08-sim-subtree_checks%%012-00026\nPASS: 08-sim-subtree_checks%%012-00027\nPASS: 08-sim-subtree_checks%%012-00028\nPASS: 08-sim-subtree_checks%%012-00029\nPASS: 08-sim-subtree_checks%%012-00030\nPASS: 08-sim-subtree_checks%%013-00001\nPASS: 08-sim-subtree_checks%%013-00002\nPASS: 08-sim-subtree_checks%%013-00003\nPASS: 08-sim-subtree_checks%%013-00004\nPASS: 08-sim-subtree_checks%%013-00005\nPASS: 08-sim-subtree_checks%%013-00006\nPASS: 08-sim-subtree_checks%%013-00007\nPASS: 08-sim-subtree_checks%%013-00008\nPASS: 08-sim-subtree_checks%%013-00009\nPASS: 08-sim-subtree_checks%%013-00010\nPASS: 08-sim-subtree_checks%%013-00011\nPASS: 08-sim-subtree_checks%%013-00012\nPASS: 08-sim-subtree_checks%%013-00013\nPASS: 08-sim-subtree_checks%%013-00014\nPASS: 08-sim-subtree_checks%%013-00015\nPASS: 08-sim-subtree_checks%%013-00016\nPASS: 08-sim-subtree_checks%%013-00017\nPASS: 08-sim-subtree_checks%%013-00018\nPASS: 08-sim-subtree_checks%%013-00019\nPASS: 08-sim-subtree_checks%%013-00020\nPASS: 08-sim-subtree_checks%%013-00021\nPASS: 08-sim-subtree_checks%%013-00022\nPASS: 08-sim-subtree_checks%%013-00023\nPASS: 08-sim-subtree_checks%%013-00024\nPASS: 08-sim-subtree_checks%%013-00025\nPASS: 08-sim-subtree_checks%%013-00026\nPASS: 08-sim-subtree_checks%%013-00027\nPASS: 08-sim-subtree_checks%%013-00028\nPASS: 08-sim-subtree_checks%%013-00029\nPASS: 08-sim-subtree_checks%%013-00030\nPASS: 08-sim-subtree_checks%%014-00001\nPASS: 08-sim-subtree_checks%%014-00002\nPASS: 08-sim-subtree_checks%%014-00003\nPASS: 08-sim-subtree_checks%%014-00004\nPASS: 08-sim-subtree_checks%%014-00005\nPASS: 08-sim-subtree_checks%%014-00006\nPASS: 08-sim-subtree_checks%%014-00007\nPASS: 08-sim-subtree_checks%%014-00008\nPASS: 08-sim-subtree_checks%%014-00009\nPASS: 08-sim-subtree_checks%%014-00010\nPASS: 08-sim-subtree_checks%%014-00011\nPASS: 08-sim-subtree_checks%%014-00012\nPASS: 08-sim-subtree_checks%%014-00013\nPASS: 08-sim-subtree_checks%%014-00014\nPASS: 08-sim-subtree_checks%%014-00015\nPASS: 08-sim-subtree_checks%%014-00016\nPASS: 08-sim-subtree_checks%%014-00017\nPASS: 08-sim-subtree_checks%%014-00018\nPASS: 08-sim-subtree_checks%%014-00019\nPASS: 08-sim-subtree_checks%%014-00020\nPASS: 08-sim-subtree_checks%%014-00021\nPASS: 08-sim-subtree_checks%%014-00022\nPASS: 08-sim-subtree_checks%%014-00023\nPASS: 08-sim-subtree_checks%%014-00024\nPASS: 08-sim-subtree_checks%%014-00025\nPASS: 08-sim-subtree_checks%%014-00026\nPASS: 08-sim-subtree_checks%%014-00027\nPASS: 08-sim-subtree_checks%%014-00028\nPASS: 08-sim-subtree_checks%%014-00029\nPASS: 08-sim-subtree_checks%%014-00030\nPASS: 08-sim-subtree_checks%%015-00001\nPASS: 08-sim-subtree_checks%%015-00002\nPASS: 08-sim-subtree_checks%%015-00003\nPASS: 08-sim-subtree_checks%%015-00004\nPASS: 08-sim-subtree_checks%%015-00005\nPASS: 08-sim-subtree_checks%%015-00006\nPASS: 08-sim-subtree_checks%%016-00001\nPASS: 08-sim-subtree_checks%%016-00002\nPASS: 08-sim-subtree_checks%%016-00003\nPASS: 08-sim-subtree_checks%%016-00004\nPASS: 08-sim-subtree_checks%%016-00005\nPASS: 08-sim-subtree_checks%%016-00006\nPASS: 08-sim-subtree_checks%%016-00007\nPASS: 08-sim-subtree_checks%%016-00008\nPASS: 08-sim-subtree_checks%%016-00009\nPASS: 08-sim-subtree_checks%%016-00010\nPASS: 08-sim-subtree_checks%%016-00011\nPASS: 08-sim-subtree_checks%%016-00012\nPASS: 08-sim-subtree_checks%%016-00013\nPASS: 08-sim-subtree_checks%%016-00014\nPASS: 08-sim-subtree_checks%%016-00015\nPASS: 08-sim-subtree_checks%%016-00016\nPASS: 08-sim-subtree_checks%%016-00017\nPASS: 08-sim-subtree_checks%%016-00018\nPASS: 08-sim-subtree_checks%%016-00019\nPASS: 08-sim-subtree_checks%%016-00020\nPASS: 08-sim-subtree_checks%%016-00021\nPASS: 08-sim-subtree_checks%%016-00022\nPASS: 08-sim-subtree_checks%%016-00023\nPASS: 08-sim-subtree_checks%%016-00024\nPASS: 08-sim-subtree_checks%%016-00025\nPASS: 08-sim-subtree_checks%%016-00026\nPASS: 08-sim-subtree_checks%%016-00027\nPASS: 08-sim-subtree_checks%%016-00028\nPASS: 08-sim-subtree_checks%%016-00029\nPASS: 08-sim-subtree_checks%%016-00030\nPASS: 08-sim-subtree_checks%%017-00001\nPASS: 08-sim-subtree_checks%%017-00002\nPASS: 08-sim-subtree_checks%%017-00003\nPASS: 08-sim-subtree_checks%%017-00004\nPASS: 08-sim-subtree_checks%%017-00005\nPASS: 08-sim-subtree_checks%%017-00006\nPASS: 08-sim-subtree_checks%%017-00007\nPASS: 08-sim-subtree_checks%%017-00008\nPASS: 08-sim-subtree_checks%%017-00009\nPASS: 08-sim-subtree_checks%%017-00010\nPASS: 08-sim-subtree_checks%%017-00011\nPASS: 08-sim-subtree_checks%%017-00012\nPASS: 08-sim-subtree_checks%%017-00013\nPASS: 08-sim-subtree_checks%%017-00014\nPASS: 08-sim-subtree_checks%%017-00015\nPASS: 08-sim-subtree_checks%%017-00016\nPASS: 08-sim-subtree_checks%%017-00017\nPASS: 08-sim-subtree_checks%%017-00018\nPASS: 08-sim-subtree_checks%%017-00019\nPASS: 08-sim-subtree_checks%%017-00020\nPASS: 08-sim-subtree_checks%%017-00021\nPASS: 08-sim-subtree_checks%%017-00022\nPASS: 08-sim-subtree_checks%%017-00023\nPASS: 08-sim-subtree_checks%%017-00024\nPASS: 08-sim-subtree_checks%%017-00025\nPASS: 08-sim-subtree_checks%%017-00026\nPASS: 08-sim-subtree_checks%%017-00027\nPASS: 08-sim-subtree_checks%%017-00028\nPASS: 08-sim-subtree_checks%%017-00029\nPASS: 08-sim-subtree_checks%%017-00030\nPASS: 08-sim-subtree_checks%%018-00001\nPASS: 08-sim-subtree_checks%%018-00002\nPASS: 08-sim-subtree_checks%%018-00003\nPASS: 08-sim-subtree_checks%%018-00004\nPASS: 08-sim-subtree_checks%%018-00005\nPASS: 08-sim-subtree_checks%%018-00006\nPASS: 08-sim-subtree_checks%%018-00007\nPASS: 08-sim-subtree_checks%%018-00008\nPASS: 08-sim-subtree_checks%%018-00009\nPASS: 08-sim-subtree_checks%%018-00010\nPASS: 08-sim-subtree_checks%%018-00011\nPASS: 08-sim-subtree_checks%%018-00012\nPASS: 08-sim-subtree_checks%%018-00013\nPASS: 08-sim-subtree_checks%%018-00014\nPASS: 08-sim-subtree_checks%%018-00015\nPASS: 08-sim-subtree_checks%%018-00016\nPASS: 08-sim-subtree_checks%%018-00017\nPASS: 08-sim-subtree_checks%%018-00018\nPASS: 08-sim-subtree_checks%%018-00019\nPASS: 08-sim-subtree_checks%%018-00020\nPASS: 08-sim-subtree_checks%%018-00021\nPASS: 08-sim-subtree_checks%%018-00022\nPASS: 08-sim-subtree_checks%%018-00023\nPASS: 08-sim-subtree_checks%%018-00024\nPASS: 08-sim-subtree_checks%%018-00025\nPASS: 08-sim-subtree_checks%%018-00026\nPASS: 08-sim-subtree_checks%%018-00027\nPASS: 08-sim-subtree_checks%%018-00028\nPASS: 08-sim-subtree_checks%%018-00029\nPASS: 08-sim-subtree_checks%%018-00030\nPASS: 08-sim-subtree_checks%%019-00001\nPASS: 08-sim-subtree_checks%%019-00002\nPASS: 08-sim-subtree_checks%%019-00003\nPASS: 08-sim-subtree_checks%%019-00004\nPASS: 08-sim-subtree_checks%%019-00005\nPASS: 08-sim-subtree_checks%%019-00006\nPASS: 08-sim-subtree_checks%%019-00007\nPASS: 08-sim-subtree_checks%%019-00008\nPASS: 08-sim-subtree_checks%%019-00009\nPASS: 08-sim-subtree_checks%%019-00010\nPASS: 08-sim-subtree_checks%%019-00011\nPASS: 08-sim-subtree_checks%%020-00001\nPASS: 08-sim-subtree_checks%%020-00002\nPASS: 08-sim-subtree_checks%%020-00003\nPASS: 08-sim-subtree_checks%%020-00004\nPASS: 08-sim-subtree_checks%%020-00005\nPASS: 08-sim-subtree_checks%%020-00006\nPASS: 08-sim-subtree_checks%%020-00007\nPASS: 08-sim-subtree_checks%%020-00008\nPASS: 08-sim-subtree_checks%%020-00009\nPASS: 08-sim-subtree_checks%%020-00010\nPASS: 08-sim-subtree_checks%%020-00011\nPASS: 08-sim-subtree_checks%%021-00001\nPASS: 08-sim-subtree_checks%%021-00002\nPASS: 08-sim-subtree_checks%%021-00003\nPASS: 08-sim-subtree_checks%%021-00004\nPASS: 08-sim-subtree_checks%%021-00005\nPASS: 08-sim-subtree_checks%%021-00006\nPASS: 08-sim-subtree_checks%%021-00007\nPASS: 08-sim-subtree_checks%%021-00008\nPASS: 08-sim-subtree_checks%%021-00009\nPASS: 08-sim-subtree_checks%%021-00010\nPASS: 08-sim-subtree_checks%%021-00011\nPASS: 08-sim-subtree_checks%%021-00012\nPASS: 08-sim-subtree_checks%%021-00013\nPASS: 08-sim-subtree_checks%%021-00014\nPASS: 08-sim-subtree_checks%%021-00015\nPASS: 08-sim-subtree_checks%%021-00016\nPASS: 08-sim-subtree_checks%%021-00017\nPASS: 08-sim-subtree_checks%%021-00018\nPASS: 08-sim-subtree_checks%%021-00019\nPASS: 08-sim-subtree_checks%%021-00020\nPASS: 08-sim-subtree_checks%%021-00021\nPASS: 08-sim-subtree_checks%%021-00022\nPASS: 08-sim-subtree_checks%%021-00023\nPASS: 08-sim-subtree_checks%%021-00024\nPASS: 08-sim-subtree_checks%%021-00025\nPASS: 08-sim-subtree_checks%%021-00026\nPASS: 08-sim-subtree_checks%%021-00027\nPASS: 08-sim-subtree_checks%%021-00028\nPASS: 08-sim-subtree_checks%%021-00029\nPASS: 08-sim-subtree_checks%%021-00030\nPASS: 08-sim-subtree_checks%%021-00031\nPASS: 08-sim-subtree_checks%%021-00032\nPASS: 08-sim-subtree_checks%%021-00033\nPASS: 08-sim-subtree_checks%%021-00034\nPASS: 08-sim-subtree_checks%%021-00035\nPASS: 08-sim-subtree_checks%%021-00036\nPASS: 08-sim-subtree_checks%%021-00037\nPASS: 08-sim-subtree_checks%%021-00038\nPASS: 08-sim-subtree_checks%%021-00039\nPASS: 08-sim-subtree_checks%%021-00040\nPASS: 08-sim-subtree_checks%%021-00041\nPASS: 08-sim-subtree_checks%%021-00042\nPASS: 08-sim-subtree_checks%%021-00043\nPASS: 08-sim-subtree_checks%%021-00044\nPASS: 08-sim-subtree_checks%%021-00045\nPASS: 08-sim-subtree_checks%%021-00046\nPASS: 08-sim-subtree_checks%%021-00047\nPASS: 08-sim-subtree_checks%%021-00048\nPASS: 08-sim-subtree_checks%%021-00049\nPASS: 08-sim-subtree_checks%%021-00050\nPASS: 08-sim-subtree_checks%%021-00051\nPASS: 08-sim-subtree_checks%%021-00052\nPASS: 08-sim-subtree_checks%%021-00053\nPASS: 08-sim-subtree_checks%%021-00054\nPASS: 08-sim-subtree_checks%%021-00055\nPASS: 08-sim-subtree_checks%%021-00056\nPASS: 08-sim-subtree_checks%%021-00057\nPASS: 08-sim-subtree_checks%%021-00058\nPASS: 08-sim-subtree_checks%%021-00059\nPASS: 08-sim-subtree_checks%%021-00060\nPASS: 08-sim-subtree_checks%%021-00061\nPASS: 08-sim-subtree_checks%%021-00062\nPASS: 08-sim-subtree_checks%%021-00063\nPASS: 08-sim-subtree_checks%%021-00064\nPASS: 08-sim-subtree_checks%%021-00065\nPASS: 08-sim-subtree_checks%%021-00066\nPASS: 08-sim-subtree_checks%%021-00067\nPASS: 08-sim-subtree_checks%%021-00068\nPASS: 08-sim-subtree_checks%%021-00069\nPASS: 08-sim-subtree_checks%%021-00070\nPASS: 08-sim-subtree_checks%%021-00071\nPASS: 08-sim-subtree_checks%%021-00072\nPASS: 08-sim-subtree_checks%%021-00073\nPASS: 08-sim-subtree_checks%%021-00074\nPASS: 08-sim-subtree_checks%%021-00075\nPASS: 08-sim-subtree_checks%%021-00076\nPASS: 08-sim-subtree_checks%%021-00077\nPASS: 08-sim-subtree_checks%%021-00078\nPASS: 08-sim-subtree_checks%%021-00079\nPASS: 08-sim-subtree_checks%%021-00080\nPASS: 08-sim-subtree_checks%%021-00081\nPASS: 08-sim-subtree_checks%%021-00082\nPASS: 08-sim-subtree_checks%%021-00083\nPASS: 08-sim-subtree_checks%%021-00084\nPASS: 08-sim-subtree_checks%%021-00085\nPASS: 08-sim-subtree_checks%%021-00086\nPASS: 08-sim-subtree_checks%%021-00087\nPASS: 08-sim-subtree_checks%%021-00088\nPASS: 08-sim-subtree_checks%%021-00089\nPASS: 08-sim-subtree_checks%%021-00090\nPASS: 08-sim-subtree_checks%%021-00091\nPASS: 08-sim-subtree_checks%%021-00092\nPASS: 08-sim-subtree_checks%%021-00093\nPASS: 08-sim-subtree_checks%%021-00094\nPASS: 08-sim-subtree_checks%%021-00095\nPASS: 08-sim-subtree_checks%%021-00096\nPASS: 08-sim-subtree_checks%%021-00097\nPASS: 08-sim-subtree_checks%%021-00098\nPASS: 08-sim-subtree_checks%%021-00099\nPASS: 08-sim-subtree_checks%%022-00001\nPASS: 08-sim-subtree_checks%%023-00001\nPASS: 08-sim-subtree_checks%%023-00002\nPASS: 08-sim-subtree_checks%%023-00003\nPASS: 08-sim-subtree_checks%%024-00001\nPASS: 08-sim-subtree_checks%%024-00002\nPASS: 08-sim-subtree_checks%%024-00003\nPASS: 08-sim-subtree_checks%%025-00001\nPASS: 08-sim-subtree_checks%%025-00002\nPASS: 08-sim-subtree_checks%%025-00003\nPASS: 08-sim-subtree_checks%%026-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 08-sim-subtree_checks%%027-00001\nPASS: 08-sim-subtree_checks%%027-00002\nPASS: 08-sim-subtree_checks%%027-00003\nPASS: 08-sim-subtree_checks%%027-00004\nPASS: 08-sim-subtree_checks%%027-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 08-sim-subtree_checks%%028-00001 (valgrind not installed)\n batch name: 09-sim-syscall_priority_pre\n test mode:  c\n test type:  bpf-sim\nPASS: 09-sim-syscall_priority_pre%%001-00001\nPASS: 09-sim-syscall_priority_pre%%002-00001\nPASS: 09-sim-syscall_priority_pre%%002-00002\nPASS: 09-sim-syscall_priority_pre%%002-00003\nPASS: 09-sim-syscall_priority_pre%%003-00001\nPASS: 09-sim-syscall_priority_pre%%004-00001\nPASS: 09-sim-syscall_priority_pre%%004-00002\nPASS: 09-sim-syscall_priority_pre%%005-00001\nPASS: 09-sim-syscall_priority_pre%%005-00002\nPASS: 09-sim-syscall_priority_pre%%006-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 09-sim-syscall_priority_pre%%007-00001\nPASS: 09-sim-syscall_priority_pre%%007-00002\nPASS: 09-sim-syscall_priority_pre%%007-00003\nPASS: 09-sim-syscall_priority_pre%%007-00004\nPASS: 09-sim-syscall_priority_pre%%007-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 09-sim-syscall_priority_pre%%008-00001 (valgrind not installed)\n batch name: 10-sim-syscall_priority_post\n test mode:  c\n test type:  bpf-sim\nPASS: 10-sim-syscall_priority_post%%001-00001\nPASS: 10-sim-syscall_priority_post%%002-00001\nPASS: 10-sim-syscall_priority_post%%002-00002\nPASS: 10-sim-syscall_priority_post%%002-00003\nPASS: 10-sim-syscall_priority_post%%003-00001\nPASS: 10-sim-syscall_priority_post%%004-00001\nPASS: 10-sim-syscall_priority_post%%004-00002\nPASS: 10-sim-syscall_priority_post%%005-00001\nPASS: 10-sim-syscall_priority_post%%005-00002\nPASS: 10-sim-syscall_priority_post%%006-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 10-sim-syscall_priority_post%%007-00001\nPASS: 10-sim-syscall_priority_post%%007-00002\nPASS: 10-sim-syscall_priority_post%%007-00003\nPASS: 10-sim-syscall_priority_post%%007-00004\nPASS: 10-sim-syscall_priority_post%%007-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 10-sim-syscall_priority_post%%008-00001 (valgrind not installed)\n batch name: 11-basic-basic_errors\n test mode:  c\n test type:  basic\nPASS: 11-basic-basic_errors%%001-00001\n batch name: 12-sim-basic_masked_ops\n test mode:  c\n test type:  bpf-sim\nPASS: 12-sim-basic_masked_ops%%001-00001\nPASS: 12-sim-basic_masked_ops%%002-00001\nPASS: 12-sim-basic_masked_ops%%003-00001\nPASS: 12-sim-basic_masked_ops%%003-00002\nPASS: 12-sim-basic_masked_ops%%003-00003\nPASS: 12-sim-basic_masked_ops%%003-00004\nPASS: 12-sim-basic_masked_ops%%003-00005\nPASS: 12-sim-basic_masked_ops%%003-00006\nPASS: 12-sim-basic_masked_ops%%003-00007\nPASS: 12-sim-basic_masked_ops%%003-00008\nPASS: 12-sim-basic_masked_ops%%003-00009\nPASS: 12-sim-basic_masked_ops%%004-00001\nPASS: 12-sim-basic_masked_ops%%005-00001\nPASS: 12-sim-basic_masked_ops%%006-00001\nPASS: 12-sim-basic_masked_ops%%007-00001\nPASS: 12-sim-basic_masked_ops%%007-00002\nPASS: 12-sim-basic_masked_ops%%007-00003\nPASS: 12-sim-basic_masked_ops%%007-00004\nPASS: 12-sim-basic_masked_ops%%007-00005\nPASS: 12-sim-basic_masked_ops%%007-00006\nPASS: 12-sim-basic_masked_ops%%007-00007\nPASS: 12-sim-basic_masked_ops%%007-00008\nPASS: 12-sim-basic_masked_ops%%007-00009\nPASS: 12-sim-basic_masked_ops%%007-00010\nPASS: 12-sim-basic_masked_ops%%007-00011\nPASS: 12-sim-basic_masked_ops%%007-00012\nPASS: 12-sim-basic_masked_ops%%007-00013\nPASS: 12-sim-basic_masked_ops%%007-00014\nPASS: 12-sim-basic_masked_ops%%007-00015\nPASS: 12-sim-basic_masked_ops%%007-00016\nPASS: 12-sim-basic_masked_ops%%007-00017\nPASS: 12-sim-basic_masked_ops%%007-00018\nPASS: 12-sim-basic_masked_ops%%007-00019\nPASS: 12-sim-basic_masked_ops%%007-00020\nPASS: 12-sim-basic_masked_ops%%007-00021\nPASS: 12-sim-basic_masked_ops%%007-00022\nPASS: 12-sim-basic_masked_ops%%007-00023\nPASS: 12-sim-basic_masked_ops%%007-00024\nPASS: 12-sim-basic_masked_ops%%007-00025\nPASS: 12-sim-basic_masked_ops%%007-00026\nPASS: 12-sim-basic_masked_ops%%007-00027\nPASS: 12-sim-basic_masked_ops%%007-00028\nPASS: 12-sim-basic_masked_ops%%007-00029\nPASS: 12-sim-basic_masked_ops%%007-00030\nPASS: 12-sim-basic_masked_ops%%007-00031\nPASS: 12-sim-basic_masked_ops%%007-00032\nPASS: 12-sim-basic_masked_ops%%007-00033\nPASS: 12-sim-basic_masked_ops%%007-00034\nPASS: 12-sim-basic_masked_ops%%007-00035\nPASS: 12-sim-basic_masked_ops%%007-00036\nPASS: 12-sim-basic_masked_ops%%007-00037\nPASS: 12-sim-basic_masked_ops%%007-00038\nPASS: 12-sim-basic_masked_ops%%007-00039\nPASS: 12-sim-basic_masked_ops%%007-00040\nPASS: 12-sim-basic_masked_ops%%007-00041\nPASS: 12-sim-basic_masked_ops%%007-00042\nPASS: 12-sim-basic_masked_ops%%007-00043\nPASS: 12-sim-basic_masked_ops%%007-00044\nPASS: 12-sim-basic_masked_ops%%007-00045\nPASS: 12-sim-basic_masked_ops%%007-00046\nPASS: 12-sim-basic_masked_ops%%007-00047\nPASS: 12-sim-basic_masked_ops%%007-00048\nPASS: 12-sim-basic_masked_ops%%007-00049\nPASS: 12-sim-basic_masked_ops%%007-00050\nPASS: 12-sim-basic_masked_ops%%007-00051\nPASS: 12-sim-basic_masked_ops%%007-00052\nPASS: 12-sim-basic_masked_ops%%007-00053\nPASS: 12-sim-basic_masked_ops%%007-00054\nPASS: 12-sim-basic_masked_ops%%007-00055\nPASS: 12-sim-basic_masked_ops%%007-00056\nPASS: 12-sim-basic_masked_ops%%007-00057\nPASS: 12-sim-basic_masked_ops%%007-00058\nPASS: 12-sim-basic_masked_ops%%007-00059\nPASS: 12-sim-basic_masked_ops%%007-00060\nPASS: 12-sim-basic_masked_ops%%007-00061\nPASS: 12-sim-basic_masked_ops%%007-00062\nPASS: 12-sim-basic_masked_ops%%007-00063\nPASS: 12-sim-basic_masked_ops%%007-00064\nPASS: 12-sim-basic_masked_ops%%007-00065\nPASS: 12-sim-basic_masked_ops%%007-00066\nPASS: 12-sim-basic_masked_ops%%007-00067\nPASS: 12-sim-basic_masked_ops%%007-00068\nPASS: 12-sim-basic_masked_ops%%007-00069\nPASS: 12-sim-basic_masked_ops%%007-00070\nPASS: 12-sim-basic_masked_ops%%007-00071\nPASS: 12-sim-basic_masked_ops%%007-00072\nPASS: 12-sim-basic_masked_ops%%007-00073\nPASS: 12-sim-basic_masked_ops%%007-00074\nPASS: 12-sim-basic_masked_ops%%007-00075\nPASS: 12-sim-basic_masked_ops%%007-00076\nPASS: 12-sim-basic_masked_ops%%007-00077\nPASS: 12-sim-basic_masked_ops%%007-00078\nPASS: 12-sim-basic_masked_ops%%007-00079\nPASS: 12-sim-basic_masked_ops%%007-00080\nPASS: 12-sim-basic_masked_ops%%007-00081\nPASS: 12-sim-basic_masked_ops%%007-00082\nPASS: 12-sim-basic_masked_ops%%007-00083\nPASS: 12-sim-basic_masked_ops%%007-00084\nPASS: 12-sim-basic_masked_ops%%007-00085\nPASS: 12-sim-basic_masked_ops%%007-00086\nPASS: 12-sim-basic_masked_ops%%007-00087\nPASS: 12-sim-basic_masked_ops%%007-00088\nPASS: 12-sim-basic_masked_ops%%007-00089\nPASS: 12-sim-basic_masked_ops%%007-00090\nPASS: 12-sim-basic_masked_ops%%007-00091\nPASS: 12-sim-basic_masked_ops%%007-00092\nPASS: 12-sim-basic_masked_ops%%007-00093\nPASS: 12-sim-basic_masked_ops%%007-00094\nPASS: 12-sim-basic_masked_ops%%007-00095\nPASS: 12-sim-basic_masked_ops%%007-00096\nPASS: 12-sim-basic_masked_ops%%007-00097\nPASS: 12-sim-basic_masked_ops%%007-00098\nPASS: 12-sim-basic_masked_ops%%007-00099\nPASS: 12-sim-basic_masked_ops%%008-00001\nPASS: 12-sim-basic_masked_ops%%009-00001\nPASS: 12-sim-basic_masked_ops%%010-00001\nPASS: 12-sim-basic_masked_ops%%011-00001\nPASS: 12-sim-basic_masked_ops%%011-00002\nPASS: 12-sim-basic_masked_ops%%011-00003\nPASS: 12-sim-basic_masked_ops%%011-00004\nPASS: 12-sim-basic_masked_ops%%011-00005\nPASS: 12-sim-basic_masked_ops%%011-00006\nPASS: 12-sim-basic_masked_ops%%011-00007\nPASS: 12-sim-basic_masked_ops%%011-00008\nPASS: 12-sim-basic_masked_ops%%011-00009\nPASS: 12-sim-basic_masked_ops%%011-00010\nPASS: 12-sim-basic_masked_ops%%011-00011\nPASS: 12-sim-basic_masked_ops%%011-00012\nPASS: 12-sim-basic_masked_ops%%011-00013\nPASS: 12-sim-basic_masked_ops%%011-00014\nPASS: 12-sim-basic_masked_ops%%011-00015\nPASS: 12-sim-basic_masked_ops%%011-00016\nPASS: 12-sim-basic_masked_ops%%011-00017\nPASS: 12-sim-basic_masked_ops%%011-00018\nPASS: 12-sim-basic_masked_ops%%011-00019\nPASS: 12-sim-basic_masked_ops%%011-00020\nPASS: 12-sim-basic_masked_ops%%011-00021\nPASS: 12-sim-basic_masked_ops%%011-00022\nPASS: 12-sim-basic_masked_ops%%011-00023\nPASS: 12-sim-basic_masked_ops%%011-00024\nPASS: 12-sim-basic_masked_ops%%011-00025\nPASS: 12-sim-basic_masked_ops%%011-00026\nPASS: 12-sim-basic_masked_ops%%011-00027\nPASS: 12-sim-basic_masked_ops%%011-00028\nPASS: 12-sim-basic_masked_ops%%011-00029\nPASS: 12-sim-basic_masked_ops%%011-00030\nPASS: 12-sim-basic_masked_ops%%011-00031\nPASS: 12-sim-basic_masked_ops%%011-00032\nPASS: 12-sim-basic_masked_ops%%011-00033\nPASS: 12-sim-basic_masked_ops%%011-00034\nPASS: 12-sim-basic_masked_ops%%011-00035\nPASS: 12-sim-basic_masked_ops%%011-00036\nPASS: 12-sim-basic_masked_ops%%011-00037\nPASS: 12-sim-basic_masked_ops%%011-00038\nPASS: 12-sim-basic_masked_ops%%011-00039\nPASS: 12-sim-basic_masked_ops%%011-00040\nPASS: 12-sim-basic_masked_ops%%011-00041\nPASS: 12-sim-basic_masked_ops%%011-00042\nPASS: 12-sim-basic_masked_ops%%011-00043\nPASS: 12-sim-basic_masked_ops%%011-00044\nPASS: 12-sim-basic_masked_ops%%011-00045\nPASS: 12-sim-basic_masked_ops%%011-00046\nPASS: 12-sim-basic_masked_ops%%011-00047\nPASS: 12-sim-basic_masked_ops%%011-00048\nPASS: 12-sim-basic_masked_ops%%011-00049\nPASS: 12-sim-basic_masked_ops%%011-00050\nPASS: 12-sim-basic_masked_ops%%011-00051\nPASS: 12-sim-basic_masked_ops%%011-00052\nPASS: 12-sim-basic_masked_ops%%011-00053\nPASS: 12-sim-basic_masked_ops%%011-00054\nPASS: 12-sim-basic_masked_ops%%011-00055\nPASS: 12-sim-basic_masked_ops%%011-00056\nPASS: 12-sim-basic_masked_ops%%011-00057\nPASS: 12-sim-basic_masked_ops%%011-00058\nPASS: 12-sim-basic_masked_ops%%011-00059\nPASS: 12-sim-basic_masked_ops%%011-00060\nPASS: 12-sim-basic_masked_ops%%011-00061\nPASS: 12-sim-basic_masked_ops%%011-00062\nPASS: 12-sim-basic_masked_ops%%011-00063\nPASS: 12-sim-basic_masked_ops%%011-00064\nPASS: 12-sim-basic_masked_ops%%011-00065\nPASS: 12-sim-basic_masked_ops%%011-00066\nPASS: 12-sim-basic_masked_ops%%011-00067\nPASS: 12-sim-basic_masked_ops%%011-00068\nPASS: 12-sim-basic_masked_ops%%011-00069\nPASS: 12-sim-basic_masked_ops%%011-00070\nPASS: 12-sim-basic_masked_ops%%011-00071\nPASS: 12-sim-basic_masked_ops%%011-00072\nPASS: 12-sim-basic_masked_ops%%011-00073\nPASS: 12-sim-basic_masked_ops%%011-00074\nPASS: 12-sim-basic_masked_ops%%011-00075\nPASS: 12-sim-basic_masked_ops%%011-00076\nPASS: 12-sim-basic_masked_ops%%011-00077\nPASS: 12-sim-basic_masked_ops%%011-00078\nPASS: 12-sim-basic_masked_ops%%011-00079\nPASS: 12-sim-basic_masked_ops%%011-00080\nPASS: 12-sim-basic_masked_ops%%011-00081\nPASS: 12-sim-basic_masked_ops%%011-00082\nPASS: 12-sim-basic_masked_ops%%011-00083\nPASS: 12-sim-basic_masked_ops%%011-00084\nPASS: 12-sim-basic_masked_ops%%011-00085\nPASS: 12-sim-basic_masked_ops%%011-00086\nPASS: 12-sim-basic_masked_ops%%011-00087\nPASS: 12-sim-basic_masked_ops%%011-00088\nPASS: 12-sim-basic_masked_ops%%011-00089\nPASS: 12-sim-basic_masked_ops%%011-00090\nPASS: 12-sim-basic_masked_ops%%011-00091\nPASS: 12-sim-basic_masked_ops%%011-00092\nPASS: 12-sim-basic_masked_ops%%011-00093\nPASS: 12-sim-basic_masked_ops%%011-00094\nPASS: 12-sim-basic_masked_ops%%011-00095\nPASS: 12-sim-basic_masked_ops%%011-00096\nPASS: 12-sim-basic_masked_ops%%011-00097\nPASS: 12-sim-basic_masked_ops%%011-00098\nPASS: 12-sim-basic_masked_ops%%011-00099\nPASS: 12-sim-basic_masked_ops%%011-00100\nPASS: 12-sim-basic_masked_ops%%011-00101\nPASS: 12-sim-basic_masked_ops%%011-00102\nPASS: 12-sim-basic_masked_ops%%011-00103\nPASS: 12-sim-basic_masked_ops%%011-00104\nPASS: 12-sim-basic_masked_ops%%011-00105\nPASS: 12-sim-basic_masked_ops%%011-00106\nPASS: 12-sim-basic_masked_ops%%011-00107\nPASS: 12-sim-basic_masked_ops%%011-00108\nPASS: 12-sim-basic_masked_ops%%011-00109\nPASS: 12-sim-basic_masked_ops%%011-00110\nPASS: 12-sim-basic_masked_ops%%011-00111\nPASS: 12-sim-basic_masked_ops%%011-00112\nPASS: 12-sim-basic_masked_ops%%011-00113\nPASS: 12-sim-basic_masked_ops%%011-00114\nPASS: 12-sim-basic_masked_ops%%011-00115\nPASS: 12-sim-basic_masked_ops%%011-00116\nPASS: 12-sim-basic_masked_ops%%011-00117\nPASS: 12-sim-basic_masked_ops%%011-00118\nPASS: 12-sim-basic_masked_ops%%011-00119\nPASS: 12-sim-basic_masked_ops%%011-00120\nPASS: 12-sim-basic_masked_ops%%011-00121\nPASS: 12-sim-basic_masked_ops%%011-00122\nPASS: 12-sim-basic_masked_ops%%011-00123\nPASS: 12-sim-basic_masked_ops%%011-00124\nPASS: 12-sim-basic_masked_ops%%011-00125\nPASS: 12-sim-basic_masked_ops%%011-00126\nPASS: 12-sim-basic_masked_ops%%011-00127\nPASS: 12-sim-basic_masked_ops%%011-00128\nPASS: 12-sim-basic_masked_ops%%011-00129\nPASS: 12-sim-basic_masked_ops%%011-00130\nPASS: 12-sim-basic_masked_ops%%011-00131\nPASS: 12-sim-basic_masked_ops%%011-00132\nPASS: 12-sim-basic_masked_ops%%011-00133\nPASS: 12-sim-basic_masked_ops%%011-00134\nPASS: 12-sim-basic_masked_ops%%011-00135\nPASS: 12-sim-basic_masked_ops%%011-00136\nPASS: 12-sim-basic_masked_ops%%011-00137\nPASS: 12-sim-basic_masked_ops%%011-00138\nPASS: 12-sim-basic_masked_ops%%011-00139\nPASS: 12-sim-basic_masked_ops%%011-00140\nPASS: 12-sim-basic_masked_ops%%011-00141\nPASS: 12-sim-basic_masked_ops%%011-00142\nPASS: 12-sim-basic_masked_ops%%011-00143\nPASS: 12-sim-basic_masked_ops%%011-00144\nPASS: 12-sim-basic_masked_ops%%011-00145\nPASS: 12-sim-basic_masked_ops%%012-00001\nPASS: 12-sim-basic_masked_ops%%012-00002\nPASS: 12-sim-basic_masked_ops%%012-00003\nPASS: 12-sim-basic_masked_ops%%012-00004\nPASS: 12-sim-basic_masked_ops%%012-00005\nPASS: 12-sim-basic_masked_ops%%012-00006\nPASS: 12-sim-basic_masked_ops%%012-00007\nPASS: 12-sim-basic_masked_ops%%012-00008\nPASS: 12-sim-basic_masked_ops%%012-00009\nPASS: 12-sim-basic_masked_ops%%012-00010\nPASS: 12-sim-basic_masked_ops%%012-00011\nPASS: 12-sim-basic_masked_ops%%012-00012\nPASS: 12-sim-basic_masked_ops%%012-00013\nPASS: 12-sim-basic_masked_ops%%012-00014\nPASS: 12-sim-basic_masked_ops%%012-00015\nPASS: 12-sim-basic_masked_ops%%012-00016\nPASS: 12-sim-basic_masked_ops%%012-00017\nPASS: 12-sim-basic_masked_ops%%012-00018\nPASS: 12-sim-basic_masked_ops%%012-00019\nPASS: 12-sim-basic_masked_ops%%012-00020\nPASS: 12-sim-basic_masked_ops%%012-00021\nPASS: 12-sim-basic_masked_ops%%012-00022\nPASS: 12-sim-basic_masked_ops%%012-00023\nPASS: 12-sim-basic_masked_ops%%012-00024\nPASS: 12-sim-basic_masked_ops%%012-00025\nPASS: 12-sim-basic_masked_ops%%012-00026\nPASS: 12-sim-basic_masked_ops%%012-00027\nPASS: 12-sim-basic_masked_ops%%012-00028\nPASS: 12-sim-basic_masked_ops%%012-00029\nPASS: 12-sim-basic_masked_ops%%012-00030\nPASS: 12-sim-basic_masked_ops%%012-00031\nPASS: 12-sim-basic_masked_ops%%012-00032\nPASS: 12-sim-basic_masked_ops%%012-00033\nPASS: 12-sim-basic_masked_ops%%012-00034\nPASS: 12-sim-basic_masked_ops%%012-00035\nPASS: 12-sim-basic_masked_ops%%012-00036\nPASS: 12-sim-basic_masked_ops%%012-00037\nPASS: 12-sim-basic_masked_ops%%012-00038\nPASS: 12-sim-basic_masked_ops%%012-00039\nPASS: 12-sim-basic_masked_ops%%012-00040\nPASS: 12-sim-basic_masked_ops%%012-00041\nPASS: 12-sim-basic_masked_ops%%012-00042\nPASS: 12-sim-basic_masked_ops%%012-00043\nPASS: 12-sim-basic_masked_ops%%012-00044\nPASS: 12-sim-basic_masked_ops%%012-00045\nPASS: 12-sim-basic_masked_ops%%012-00046\nPASS: 12-sim-basic_masked_ops%%012-00047\nPASS: 12-sim-basic_masked_ops%%012-00048\nPASS: 12-sim-basic_masked_ops%%012-00049\nPASS: 12-sim-basic_masked_ops%%012-00050\nPASS: 12-sim-basic_masked_ops%%012-00051\nPASS: 12-sim-basic_masked_ops%%012-00052\nPASS: 12-sim-basic_masked_ops%%012-00053\nPASS: 12-sim-basic_masked_ops%%012-00054\nPASS: 12-sim-basic_masked_ops%%012-00055\nPASS: 12-sim-basic_masked_ops%%012-00056\nPASS: 12-sim-basic_masked_ops%%012-00057\nPASS: 12-sim-basic_masked_ops%%012-00058\nPASS: 12-sim-basic_masked_ops%%012-00059\nPASS: 12-sim-basic_masked_ops%%012-00060\nPASS: 12-sim-basic_masked_ops%%012-00061\nPASS: 12-sim-basic_masked_ops%%012-00062\nPASS: 12-sim-basic_masked_ops%%012-00063\nPASS: 12-sim-basic_masked_ops%%012-00064\nPASS: 12-sim-basic_masked_ops%%012-00065\nPASS: 12-sim-basic_masked_ops%%012-00066\nPASS: 12-sim-basic_masked_ops%%012-00067\nPASS: 12-sim-basic_masked_ops%%012-00068\nPASS: 12-sim-basic_masked_ops%%012-00069\nPASS: 12-sim-basic_masked_ops%%012-00070\nPASS: 12-sim-basic_masked_ops%%012-00071\nPASS: 12-sim-basic_masked_ops%%012-00072\nPASS: 12-sim-basic_masked_ops%%012-00073\nPASS: 12-sim-basic_masked_ops%%012-00074\nPASS: 12-sim-basic_masked_ops%%012-00075\nPASS: 12-sim-basic_masked_ops%%012-00076\nPASS: 12-sim-basic_masked_ops%%012-00077\nPASS: 12-sim-basic_masked_ops%%012-00078\nPASS: 12-sim-basic_masked_ops%%012-00079\nPASS: 12-sim-basic_masked_ops%%012-00080\nPASS: 12-sim-basic_masked_ops%%012-00081\nPASS: 12-sim-basic_masked_ops%%012-00082\nPASS: 12-sim-basic_masked_ops%%012-00083\nPASS: 12-sim-basic_masked_ops%%012-00084\nPASS: 12-sim-basic_masked_ops%%012-00085\nPASS: 12-sim-basic_masked_ops%%012-00086\nPASS: 12-sim-basic_masked_ops%%012-00087\nPASS: 12-sim-basic_masked_ops%%012-00088\nPASS: 12-sim-basic_masked_ops%%012-00089\nPASS: 12-sim-basic_masked_ops%%012-00090\nPASS: 12-sim-basic_masked_ops%%012-00091\nPASS: 12-sim-basic_masked_ops%%012-00092\nPASS: 12-sim-basic_masked_ops%%012-00093\nPASS: 12-sim-basic_masked_ops%%012-00094\nPASS: 12-sim-basic_masked_ops%%012-00095\nPASS: 12-sim-basic_masked_ops%%012-00096\nPASS: 12-sim-basic_masked_ops%%012-00097\nPASS: 12-sim-basic_masked_ops%%012-00098\nPASS: 12-sim-basic_masked_ops%%012-00099\nPASS: 12-sim-basic_masked_ops%%012-00100\nPASS: 12-sim-basic_masked_ops%%012-00101\nPASS: 12-sim-basic_masked_ops%%012-00102\nPASS: 12-sim-basic_masked_ops%%012-00103\nPASS: 12-sim-basic_masked_ops%%012-00104\nPASS: 12-sim-basic_masked_ops%%012-00105\nPASS: 12-sim-basic_masked_ops%%012-00106\nPASS: 12-sim-basic_masked_ops%%012-00107\nPASS: 12-sim-basic_masked_ops%%012-00108\nPASS: 12-sim-basic_masked_ops%%012-00109\nPASS: 12-sim-basic_masked_ops%%012-00110\nPASS: 12-sim-basic_masked_ops%%012-00111\nPASS: 12-sim-basic_masked_ops%%012-00112\nPASS: 12-sim-basic_masked_ops%%012-00113\nPASS: 12-sim-basic_masked_ops%%012-00114\nPASS: 12-sim-basic_masked_ops%%012-00115\nPASS: 12-sim-basic_masked_ops%%012-00116\nPASS: 12-sim-basic_masked_ops%%012-00117\nPASS: 12-sim-basic_masked_ops%%012-00118\nPASS: 12-sim-basic_masked_ops%%012-00119\nPASS: 12-sim-basic_masked_ops%%012-00120\nPASS: 12-sim-basic_masked_ops%%012-00121\nPASS: 12-sim-basic_masked_ops%%012-00122\nPASS: 12-sim-basic_masked_ops%%012-00123\nPASS: 12-sim-basic_masked_ops%%012-00124\nPASS: 12-sim-basic_masked_ops%%012-00125\nPASS: 12-sim-basic_masked_ops%%012-00126\nPASS: 12-sim-basic_masked_ops%%012-00127\nPASS: 12-sim-basic_masked_ops%%012-00128\nPASS: 12-sim-basic_masked_ops%%012-00129\nPASS: 12-sim-basic_masked_ops%%012-00130\nPASS: 12-sim-basic_masked_ops%%012-00131\nPASS: 12-sim-basic_masked_ops%%012-00132\nPASS: 12-sim-basic_masked_ops%%012-00133\nPASS: 12-sim-basic_masked_ops%%012-00134\nPASS: 12-sim-basic_masked_ops%%012-00135\nPASS: 12-sim-basic_masked_ops%%012-00136\nPASS: 12-sim-basic_masked_ops%%012-00137\nPASS: 12-sim-basic_masked_ops%%012-00138\nPASS: 12-sim-basic_masked_ops%%012-00139\nPASS: 12-sim-basic_masked_ops%%012-00140\nPASS: 12-sim-basic_masked_ops%%012-00141\nPASS: 12-sim-basic_masked_ops%%012-00142\nPASS: 12-sim-basic_masked_ops%%012-00143\nPASS: 12-sim-basic_masked_ops%%012-00144\nPASS: 12-sim-basic_masked_ops%%012-00145\nPASS: 12-sim-basic_masked_ops%%012-00146\nPASS: 12-sim-basic_masked_ops%%012-00147\nPASS: 12-sim-basic_masked_ops%%012-00148\nPASS: 12-sim-basic_masked_ops%%012-00149\nPASS: 12-sim-basic_masked_ops%%012-00150\nPASS: 12-sim-basic_masked_ops%%012-00151\nPASS: 12-sim-basic_masked_ops%%012-00152\nPASS: 12-sim-basic_masked_ops%%012-00153\nPASS: 12-sim-basic_masked_ops%%012-00154\nPASS: 12-sim-basic_masked_ops%%012-00155\nPASS: 12-sim-basic_masked_ops%%012-00156\nPASS: 12-sim-basic_masked_ops%%012-00157\nPASS: 12-sim-basic_masked_ops%%012-00158\nPASS: 12-sim-basic_masked_ops%%012-00159\nPASS: 12-sim-basic_masked_ops%%012-00160\nPASS: 12-sim-basic_masked_ops%%012-00161\nPASS: 12-sim-basic_masked_ops%%012-00162\nPASS: 12-sim-basic_masked_ops%%012-00163\nPASS: 12-sim-basic_masked_ops%%012-00164\nPASS: 12-sim-basic_masked_ops%%012-00165\nPASS: 12-sim-basic_masked_ops%%012-00166\nPASS: 12-sim-basic_masked_ops%%012-00167\nPASS: 12-sim-basic_masked_ops%%012-00168\nPASS: 12-sim-basic_masked_ops%%012-00169\nPASS: 12-sim-basic_masked_ops%%012-00170\nPASS: 12-sim-basic_masked_ops%%012-00171\nPASS: 12-sim-basic_masked_ops%%012-00172\nPASS: 12-sim-basic_masked_ops%%012-00173\nPASS: 12-sim-basic_masked_ops%%012-00174\nPASS: 12-sim-basic_masked_ops%%012-00175\nPASS: 12-sim-basic_masked_ops%%012-00176\nPASS: 12-sim-basic_masked_ops%%012-00177\nPASS: 12-sim-basic_masked_ops%%012-00178\nPASS: 12-sim-basic_masked_ops%%012-00179\nPASS: 12-sim-basic_masked_ops%%012-00180\nPASS: 12-sim-basic_masked_ops%%012-00181\nPASS: 12-sim-basic_masked_ops%%012-00182\nPASS: 12-sim-basic_masked_ops%%012-00183\nPASS: 12-sim-basic_masked_ops%%012-00184\nPASS: 12-sim-basic_masked_ops%%012-00185\nPASS: 12-sim-basic_masked_ops%%012-00186\nPASS: 12-sim-basic_masked_ops%%012-00187\nPASS: 12-sim-basic_masked_ops%%012-00188\nPASS: 12-sim-basic_masked_ops%%012-00189\nPASS: 12-sim-basic_masked_ops%%012-00190\nPASS: 12-sim-basic_masked_ops%%012-00191\nPASS: 12-sim-basic_masked_ops%%012-00192\nPASS: 12-sim-basic_masked_ops%%012-00193\nPASS: 12-sim-basic_masked_ops%%012-00194\nPASS: 12-sim-basic_masked_ops%%012-00195\nPASS: 12-sim-basic_masked_ops%%012-00196\nPASS: 12-sim-basic_masked_ops%%012-00197\nPASS: 12-sim-basic_masked_ops%%012-00198\nPASS: 12-sim-basic_masked_ops%%012-00199\nPASS: 12-sim-basic_masked_ops%%012-00200\nPASS: 12-sim-basic_masked_ops%%012-00201\nPASS: 12-sim-basic_masked_ops%%012-00202\nPASS: 12-sim-basic_masked_ops%%012-00203\nPASS: 12-sim-basic_masked_ops%%012-00204\nPASS: 12-sim-basic_masked_ops%%012-00205\nPASS: 12-sim-basic_masked_ops%%012-00206\nPASS: 12-sim-basic_masked_ops%%012-00207\nPASS: 12-sim-basic_masked_ops%%012-00208\nPASS: 12-sim-basic_masked_ops%%012-00209\nPASS: 12-sim-basic_masked_ops%%012-00210\nPASS: 12-sim-basic_masked_ops%%012-00211\nPASS: 12-sim-basic_masked_ops%%012-00212\nPASS: 12-sim-basic_masked_ops%%012-00213\nPASS: 12-sim-basic_masked_ops%%012-00214\nPASS: 12-sim-basic_masked_ops%%012-00215\nPASS: 12-sim-basic_masked_ops%%012-00216\nPASS: 12-sim-basic_masked_ops%%012-00217\nPASS: 12-sim-basic_masked_ops%%012-00218\nPASS: 12-sim-basic_masked_ops%%012-00219\nPASS: 12-sim-basic_masked_ops%%012-00220\nPASS: 12-sim-basic_masked_ops%%012-00221\nPASS: 12-sim-basic_masked_ops%%012-00222\nPASS: 12-sim-basic_masked_ops%%012-00223\nPASS: 12-sim-basic_masked_ops%%012-00224\nPASS: 12-sim-basic_masked_ops%%012-00225\nPASS: 12-sim-basic_masked_ops%%012-00226\nPASS: 12-sim-basic_masked_ops%%012-00227\nPASS: 12-sim-basic_masked_ops%%012-00228\nPASS: 12-sim-basic_masked_ops%%012-00229\nPASS: 12-sim-basic_masked_ops%%012-00230\nPASS: 12-sim-basic_masked_ops%%012-00231\nPASS: 12-sim-basic_masked_ops%%012-00232\nPASS: 12-sim-basic_masked_ops%%012-00233\nPASS: 12-sim-basic_masked_ops%%012-00234\nPASS: 12-sim-basic_masked_ops%%012-00235\nPASS: 12-sim-basic_masked_ops%%012-00236\nPASS: 12-sim-basic_masked_ops%%012-00237\nPASS: 12-sim-basic_masked_ops%%012-00238\nPASS: 12-sim-basic_masked_ops%%012-00239\nPASS: 12-sim-basic_masked_ops%%012-00240\nPASS: 12-sim-basic_masked_ops%%012-00241\nPASS: 12-sim-basic_masked_ops%%012-00242\nPASS: 12-sim-basic_masked_ops%%012-00243\nPASS: 12-sim-basic_masked_ops%%012-00244\nPASS: 12-sim-basic_masked_ops%%012-00245\nPASS: 12-sim-basic_masked_ops%%012-00246\nPASS: 12-sim-basic_masked_ops%%012-00247\nPASS: 12-sim-basic_masked_ops%%012-00248\nPASS: 12-sim-basic_masked_ops%%012-00249\nPASS: 12-sim-basic_masked_ops%%012-00250\nPASS: 12-sim-basic_masked_ops%%012-00251\nPASS: 12-sim-basic_masked_ops%%012-00252\nPASS: 12-sim-basic_masked_ops%%012-00253\nPASS: 12-sim-basic_masked_ops%%012-00254\nPASS: 12-sim-basic_masked_ops%%012-00255\nPASS: 12-sim-basic_masked_ops%%013-00001\nPASS: 12-sim-basic_masked_ops%%013-00002\nPASS: 12-sim-basic_masked_ops%%013-00003\nPASS: 12-sim-basic_masked_ops%%013-00004\nPASS: 12-sim-basic_masked_ops%%013-00005\nPASS: 12-sim-basic_masked_ops%%013-00006\nPASS: 12-sim-basic_masked_ops%%013-00007\nPASS: 12-sim-basic_masked_ops%%013-00008\nPASS: 12-sim-basic_masked_ops%%013-00009\nPASS: 12-sim-basic_masked_ops%%014-00001\nPASS: 12-sim-basic_masked_ops%%014-00002\nPASS: 12-sim-basic_masked_ops%%014-00003\nPASS: 12-sim-basic_masked_ops%%014-00004\nPASS: 12-sim-basic_masked_ops%%014-00005\nPASS: 12-sim-basic_masked_ops%%014-00006\nPASS: 12-sim-basic_masked_ops%%014-00007\nPASS: 12-sim-basic_masked_ops%%014-00008\nPASS: 12-sim-basic_masked_ops%%014-00009\nPASS: 12-sim-basic_masked_ops%%014-00010\nPASS: 12-sim-basic_masked_ops%%014-00011\nPASS: 12-sim-basic_masked_ops%%014-00012\nPASS: 12-sim-basic_masked_ops%%014-00013\nPASS: 12-sim-basic_masked_ops%%014-00014\nPASS: 12-sim-basic_masked_ops%%014-00015\nPASS: 12-sim-basic_masked_ops%%014-00016\nPASS: 12-sim-basic_masked_ops%%014-00017\nPASS: 12-sim-basic_masked_ops%%014-00018\nPASS: 12-sim-basic_masked_ops%%014-00019\nPASS: 12-sim-basic_masked_ops%%014-00020\nPASS: 12-sim-basic_masked_ops%%014-00021\nPASS: 12-sim-basic_masked_ops%%014-00022\nPASS: 12-sim-basic_masked_ops%%014-00023\nPASS: 12-sim-basic_masked_ops%%014-00024\nPASS: 12-sim-basic_masked_ops%%014-00025\nPASS: 12-sim-basic_masked_ops%%014-00026\nPASS: 12-sim-basic_masked_ops%%014-00027\nPASS: 12-sim-basic_masked_ops%%014-00028\nPASS: 12-sim-basic_masked_ops%%014-00029\nPASS: 12-sim-basic_masked_ops%%014-00030\nPASS: 12-sim-basic_masked_ops%%014-00031\nPASS: 12-sim-basic_masked_ops%%014-00032\nPASS: 12-sim-basic_masked_ops%%014-00033\nPASS: 12-sim-basic_masked_ops%%014-00034\nPASS: 12-sim-basic_masked_ops%%014-00035\nPASS: 12-sim-basic_masked_ops%%014-00036\nPASS: 12-sim-basic_masked_ops%%014-00037\nPASS: 12-sim-basic_masked_ops%%014-00038\nPASS: 12-sim-basic_masked_ops%%014-00039\nPASS: 12-sim-basic_masked_ops%%014-00040\nPASS: 12-sim-basic_masked_ops%%014-00041\nPASS: 12-sim-basic_masked_ops%%014-00042\nPASS: 12-sim-basic_masked_ops%%014-00043\nPASS: 12-sim-basic_masked_ops%%014-00044\nPASS: 12-sim-basic_masked_ops%%014-00045\nPASS: 12-sim-basic_masked_ops%%014-00046\nPASS: 12-sim-basic_masked_ops%%014-00047\nPASS: 12-sim-basic_masked_ops%%014-00048\nPASS: 12-sim-basic_masked_ops%%014-00049\nPASS: 12-sim-basic_masked_ops%%014-00050\nPASS: 12-sim-basic_masked_ops%%014-00051\nPASS: 12-sim-basic_masked_ops%%014-00052\nPASS: 12-sim-basic_masked_ops%%014-00053\nPASS: 12-sim-basic_masked_ops%%014-00054\nPASS: 12-sim-basic_masked_ops%%014-00055\nPASS: 12-sim-basic_masked_ops%%014-00056\nPASS: 12-sim-basic_masked_ops%%014-00057\nPASS: 12-sim-basic_masked_ops%%014-00058\nPASS: 12-sim-basic_masked_ops%%014-00059\nPASS: 12-sim-basic_masked_ops%%014-00060\nPASS: 12-sim-basic_masked_ops%%014-00061\nPASS: 12-sim-basic_masked_ops%%014-00062\nPASS: 12-sim-basic_masked_ops%%014-00063\nPASS: 12-sim-basic_masked_ops%%014-00064\nPASS: 12-sim-basic_masked_ops%%014-00065\nPASS: 12-sim-basic_masked_ops%%014-00066\nPASS: 12-sim-basic_masked_ops%%014-00067\nPASS: 12-sim-basic_masked_ops%%014-00068\nPASS: 12-sim-basic_masked_ops%%014-00069\nPASS: 12-sim-basic_masked_ops%%014-00070\nPASS: 12-sim-basic_masked_ops%%014-00071\nPASS: 12-sim-basic_masked_ops%%014-00072\nPASS: 12-sim-basic_masked_ops%%014-00073\nPASS: 12-sim-basic_masked_ops%%014-00074\nPASS: 12-sim-basic_masked_ops%%014-00075\nPASS: 12-sim-basic_masked_ops%%014-00076\nPASS: 12-sim-basic_masked_ops%%014-00077\nPASS: 12-sim-basic_masked_ops%%014-00078\nPASS: 12-sim-basic_masked_ops%%014-00079\nPASS: 12-sim-basic_masked_ops%%014-00080\nPASS: 12-sim-basic_masked_ops%%014-00081\nPASS: 12-sim-basic_masked_ops%%014-00082\nPASS: 12-sim-basic_masked_ops%%014-00083\nPASS: 12-sim-basic_masked_ops%%014-00084\nPASS: 12-sim-basic_masked_ops%%014-00085\nPASS: 12-sim-basic_masked_ops%%014-00086\nPASS: 12-sim-basic_masked_ops%%014-00087\nPASS: 12-sim-basic_masked_ops%%014-00088\nPASS: 12-sim-basic_masked_ops%%014-00089\nPASS: 12-sim-basic_masked_ops%%014-00090\nPASS: 12-sim-basic_masked_ops%%014-00091\nPASS: 12-sim-basic_masked_ops%%014-00092\nPASS: 12-sim-basic_masked_ops%%014-00093\nPASS: 12-sim-basic_masked_ops%%014-00094\nPASS: 12-sim-basic_masked_ops%%014-00095\nPASS: 12-sim-basic_masked_ops%%014-00096\nPASS: 12-sim-basic_masked_ops%%014-00097\nPASS: 12-sim-basic_masked_ops%%014-00098\nPASS: 12-sim-basic_masked_ops%%014-00099\nPASS: 12-sim-basic_masked_ops%%015-00001\nPASS: 12-sim-basic_masked_ops%%016-00001\nPASS: 12-sim-basic_masked_ops%%017-00001\nPASS: 12-sim-basic_masked_ops%%018-00001\nPASS: 12-sim-basic_masked_ops%%019-00001\nPASS: 12-sim-basic_masked_ops%%019-00002\nPASS: 12-sim-basic_masked_ops%%019-00003\nPASS: 12-sim-basic_masked_ops%%019-00004\nPASS: 12-sim-basic_masked_ops%%019-00005\nPASS: 12-sim-basic_masked_ops%%019-00006\nPASS: 12-sim-basic_masked_ops%%019-00007\nPASS: 12-sim-basic_masked_ops%%019-00008\nPASS: 12-sim-basic_masked_ops%%019-00009\nPASS: 12-sim-basic_masked_ops%%019-00010\nPASS: 12-sim-basic_masked_ops%%019-00011\nPASS: 12-sim-basic_masked_ops%%019-00012\nPASS: 12-sim-basic_masked_ops%%019-00013\nPASS: 12-sim-basic_masked_ops%%019-00014\nPASS: 12-sim-basic_masked_ops%%019-00015\nPASS: 12-sim-basic_masked_ops%%019-00016\nPASS: 12-sim-basic_masked_ops%%019-00017\nPASS: 12-sim-basic_masked_ops%%019-00018\nPASS: 12-sim-basic_masked_ops%%019-00019\nPASS: 12-sim-basic_masked_ops%%019-00020\nPASS: 12-sim-basic_masked_ops%%019-00021\nPASS: 12-sim-basic_masked_ops%%019-00022\nPASS: 12-sim-basic_masked_ops%%019-00023\nPASS: 12-sim-basic_masked_ops%%019-00024\nPASS: 12-sim-basic_masked_ops%%019-00025\nPASS: 12-sim-basic_masked_ops%%019-00026\nPASS: 12-sim-basic_masked_ops%%019-00027\nPASS: 12-sim-basic_masked_ops%%019-00028\nPASS: 12-sim-basic_masked_ops%%019-00029\nPASS: 12-sim-basic_masked_ops%%019-00030\nPASS: 12-sim-basic_masked_ops%%019-00031\nPASS: 12-sim-basic_masked_ops%%019-00032\nPASS: 12-sim-basic_masked_ops%%019-00033\nPASS: 12-sim-basic_masked_ops%%019-00034\nPASS: 12-sim-basic_masked_ops%%019-00035\nPASS: 12-sim-basic_masked_ops%%019-00036\nPASS: 12-sim-basic_masked_ops%%019-00037\nPASS: 12-sim-basic_masked_ops%%019-00038\nPASS: 12-sim-basic_masked_ops%%019-00039\nPASS: 12-sim-basic_masked_ops%%019-00040\nPASS: 12-sim-basic_masked_ops%%019-00041\nPASS: 12-sim-basic_masked_ops%%019-00042\nPASS: 12-sim-basic_masked_ops%%019-00043\nPASS: 12-sim-basic_masked_ops%%019-00044\nPASS: 12-sim-basic_masked_ops%%019-00045\nPASS: 12-sim-basic_masked_ops%%019-00046\nPASS: 12-sim-basic_masked_ops%%019-00047\nPASS: 12-sim-basic_masked_ops%%019-00048\nPASS: 12-sim-basic_masked_ops%%019-00049\nPASS: 12-sim-basic_masked_ops%%019-00050\nPASS: 12-sim-basic_masked_ops%%019-00051\nPASS: 12-sim-basic_masked_ops%%019-00052\nPASS: 12-sim-basic_masked_ops%%019-00053\nPASS: 12-sim-basic_masked_ops%%019-00054\nPASS: 12-sim-basic_masked_ops%%019-00055\nPASS: 12-sim-basic_masked_ops%%019-00056\nPASS: 12-sim-basic_masked_ops%%019-00057\nPASS: 12-sim-basic_masked_ops%%019-00058\nPASS: 12-sim-basic_masked_ops%%019-00059\nPASS: 12-sim-basic_masked_ops%%019-00060\nPASS: 12-sim-basic_masked_ops%%019-00061\nPASS: 12-sim-basic_masked_ops%%019-00062\nPASS: 12-sim-basic_masked_ops%%019-00063\nPASS: 12-sim-basic_masked_ops%%019-00064\nPASS: 12-sim-basic_masked_ops%%019-00065\nPASS: 12-sim-basic_masked_ops%%019-00066\nPASS: 12-sim-basic_masked_ops%%019-00067\nPASS: 12-sim-basic_masked_ops%%019-00068\nPASS: 12-sim-basic_masked_ops%%019-00069\nPASS: 12-sim-basic_masked_ops%%019-00070\nPASS: 12-sim-basic_masked_ops%%019-00071\nPASS: 12-sim-basic_masked_ops%%019-00072\nPASS: 12-sim-basic_masked_ops%%019-00073\nPASS: 12-sim-basic_masked_ops%%019-00074\nPASS: 12-sim-basic_masked_ops%%019-00075\nPASS: 12-sim-basic_masked_ops%%019-00076\nPASS: 12-sim-basic_masked_ops%%019-00077\nPASS: 12-sim-basic_masked_ops%%019-00078\nPASS: 12-sim-basic_masked_ops%%019-00079\nPASS: 12-sim-basic_masked_ops%%019-00080\nPASS: 12-sim-basic_masked_ops%%019-00081\nPASS: 12-sim-basic_masked_ops%%019-00082\nPASS: 12-sim-basic_masked_ops%%019-00083\nPASS: 12-sim-basic_masked_ops%%019-00084\nPASS: 12-sim-basic_masked_ops%%019-00085\nPASS: 12-sim-basic_masked_ops%%019-00086\nPASS: 12-sim-basic_masked_ops%%019-00087\nPASS: 12-sim-basic_masked_ops%%019-00088\nPASS: 12-sim-basic_masked_ops%%019-00089\nPASS: 12-sim-basic_masked_ops%%019-00090\nPASS: 12-sim-basic_masked_ops%%019-00091\nPASS: 12-sim-basic_masked_ops%%019-00092\nPASS: 12-sim-basic_masked_ops%%019-00093\nPASS: 12-sim-basic_masked_ops%%019-00094\nPASS: 12-sim-basic_masked_ops%%019-00095\nPASS: 12-sim-basic_masked_ops%%019-00096\nPASS: 12-sim-basic_masked_ops%%019-00097\nPASS: 12-sim-basic_masked_ops%%019-00098\nPASS: 12-sim-basic_masked_ops%%019-00099\nPASS: 12-sim-basic_masked_ops%%019-00100\nPASS: 12-sim-basic_masked_ops%%019-00101\nPASS: 12-sim-basic_masked_ops%%019-00102\nPASS: 12-sim-basic_masked_ops%%019-00103\nPASS: 12-sim-basic_masked_ops%%019-00104\nPASS: 12-sim-basic_masked_ops%%019-00105\nPASS: 12-sim-basic_masked_ops%%019-00106\nPASS: 12-sim-basic_masked_ops%%019-00107\nPASS: 12-sim-basic_masked_ops%%019-00108\nPASS: 12-sim-basic_masked_ops%%019-00109\nPASS: 12-sim-basic_masked_ops%%019-00110\nPASS: 12-sim-basic_masked_ops%%019-00111\nPASS: 12-sim-basic_masked_ops%%019-00112\nPASS: 12-sim-basic_masked_ops%%019-00113\nPASS: 12-sim-basic_masked_ops%%019-00114\nPASS: 12-sim-basic_masked_ops%%019-00115\nPASS: 12-sim-basic_masked_ops%%019-00116\nPASS: 12-sim-basic_masked_ops%%019-00117\nPASS: 12-sim-basic_masked_ops%%019-00118\nPASS: 12-sim-basic_masked_ops%%019-00119\nPASS: 12-sim-basic_masked_ops%%019-00120\nPASS: 12-sim-basic_masked_ops%%019-00121\nPASS: 12-sim-basic_masked_ops%%019-00122\nPASS: 12-sim-basic_masked_ops%%019-00123\nPASS: 12-sim-basic_masked_ops%%019-00124\nPASS: 12-sim-basic_masked_ops%%019-00125\nPASS: 12-sim-basic_masked_ops%%019-00126\nPASS: 12-sim-basic_masked_ops%%019-00127\nPASS: 12-sim-basic_masked_ops%%019-00128\nPASS: 12-sim-basic_masked_ops%%019-00129\nPASS: 12-sim-basic_masked_ops%%019-00130\nPASS: 12-sim-basic_masked_ops%%019-00131\nPASS: 12-sim-basic_masked_ops%%019-00132\nPASS: 12-sim-basic_masked_ops%%019-00133\nPASS: 12-sim-basic_masked_ops%%019-00134\nPASS: 12-sim-basic_masked_ops%%019-00135\nPASS: 12-sim-basic_masked_ops%%019-00136\nPASS: 12-sim-basic_masked_ops%%019-00137\nPASS: 12-sim-basic_masked_ops%%019-00138\nPASS: 12-sim-basic_masked_ops%%019-00139\nPASS: 12-sim-basic_masked_ops%%019-00140\nPASS: 12-sim-basic_masked_ops%%019-00141\nPASS: 12-sim-basic_masked_ops%%019-00142\nPASS: 12-sim-basic_masked_ops%%019-00143\nPASS: 12-sim-basic_masked_ops%%019-00144\nPASS: 12-sim-basic_masked_ops%%019-00145\nPASS: 12-sim-basic_masked_ops%%019-00146\nPASS: 12-sim-basic_masked_ops%%019-00147\nPASS: 12-sim-basic_masked_ops%%019-00148\nPASS: 12-sim-basic_masked_ops%%019-00149\nPASS: 12-sim-basic_masked_ops%%019-00150\nPASS: 12-sim-basic_masked_ops%%019-00151\nPASS: 12-sim-basic_masked_ops%%019-00152\nPASS: 12-sim-basic_masked_ops%%019-00153\nPASS: 12-sim-basic_masked_ops%%019-00154\nPASS: 12-sim-basic_masked_ops%%019-00155\nPASS: 12-sim-basic_masked_ops%%019-00156\nPASS: 12-sim-basic_masked_ops%%019-00157\nPASS: 12-sim-basic_masked_ops%%019-00158\nPASS: 12-sim-basic_masked_ops%%019-00159\nPASS: 12-sim-basic_masked_ops%%019-00160\nPASS: 12-sim-basic_masked_ops%%019-00161\nPASS: 12-sim-basic_masked_ops%%019-00162\nPASS: 12-sim-basic_masked_ops%%019-00163\nPASS: 12-sim-basic_masked_ops%%019-00164\nPASS: 12-sim-basic_masked_ops%%019-00165\nPASS: 12-sim-basic_masked_ops%%019-00166\nPASS: 12-sim-basic_masked_ops%%019-00167\nPASS: 12-sim-basic_masked_ops%%019-00168\nPASS: 12-sim-basic_masked_ops%%019-00169\nPASS: 12-sim-basic_masked_ops%%019-00170\nPASS: 12-sim-basic_masked_ops%%019-00171\nPASS: 12-sim-basic_masked_ops%%019-00172\nPASS: 12-sim-basic_masked_ops%%019-00173\nPASS: 12-sim-basic_masked_ops%%019-00174\nPASS: 12-sim-basic_masked_ops%%019-00175\nPASS: 12-sim-basic_masked_ops%%019-00176\nPASS: 12-sim-basic_masked_ops%%019-00177\nPASS: 12-sim-basic_masked_ops%%019-00178\nPASS: 12-sim-basic_masked_ops%%019-00179\nPASS: 12-sim-basic_masked_ops%%019-00180\nPASS: 12-sim-basic_masked_ops%%019-00181\nPASS: 12-sim-basic_masked_ops%%019-00182\nPASS: 12-sim-basic_masked_ops%%019-00183\nPASS: 12-sim-basic_masked_ops%%019-00184\nPASS: 12-sim-basic_masked_ops%%019-00185\nPASS: 12-sim-basic_masked_ops%%019-00186\nPASS: 12-sim-basic_masked_ops%%019-00187\nPASS: 12-sim-basic_masked_ops%%019-00188\nPASS: 12-sim-basic_masked_ops%%019-00189\nPASS: 12-sim-basic_masked_ops%%019-00190\nPASS: 12-sim-basic_masked_ops%%019-00191\nPASS: 12-sim-basic_masked_ops%%019-00192\nPASS: 12-sim-basic_masked_ops%%019-00193\nPASS: 12-sim-basic_masked_ops%%019-00194\nPASS: 12-sim-basic_masked_ops%%019-00195\nPASS: 12-sim-basic_masked_ops%%019-00196\nPASS: 12-sim-basic_masked_ops%%019-00197\nPASS: 12-sim-basic_masked_ops%%019-00198\nPASS: 12-sim-basic_masked_ops%%019-00199\nPASS: 12-sim-basic_masked_ops%%019-00200\nPASS: 12-sim-basic_masked_ops%%019-00201\nPASS: 12-sim-basic_masked_ops%%019-00202\nPASS: 12-sim-basic_masked_ops%%019-00203\nPASS: 12-sim-basic_masked_ops%%019-00204\nPASS: 12-sim-basic_masked_ops%%019-00205\nPASS: 12-sim-basic_masked_ops%%019-00206\nPASS: 12-sim-basic_masked_ops%%019-00207\nPASS: 12-sim-basic_masked_ops%%019-00208\nPASS: 12-sim-basic_masked_ops%%019-00209\nPASS: 12-sim-basic_masked_ops%%019-00210\nPASS: 12-sim-basic_masked_ops%%019-00211\nPASS: 12-sim-basic_masked_ops%%019-00212\nPASS: 12-sim-basic_masked_ops%%019-00213\nPASS: 12-sim-basic_masked_ops%%019-00214\nPASS: 12-sim-basic_masked_ops%%019-00215\nPASS: 12-sim-basic_masked_ops%%019-00216\nPASS: 12-sim-basic_masked_ops%%019-00217\nPASS: 12-sim-basic_masked_ops%%019-00218\nPASS: 12-sim-basic_masked_ops%%019-00219\nPASS: 12-sim-basic_masked_ops%%019-00220\nPASS: 12-sim-basic_masked_ops%%019-00221\nPASS: 12-sim-basic_masked_ops%%019-00222\nPASS: 12-sim-basic_masked_ops%%019-00223\nPASS: 12-sim-basic_masked_ops%%019-00224\nPASS: 12-sim-basic_masked_ops%%019-00225\nPASS: 12-sim-basic_masked_ops%%019-00226\nPASS: 12-sim-basic_masked_ops%%019-00227\nPASS: 12-sim-basic_masked_ops%%019-00228\nPASS: 12-sim-basic_masked_ops%%019-00229\nPASS: 12-sim-basic_masked_ops%%019-00230\nPASS: 12-sim-basic_masked_ops%%019-00231\nPASS: 12-sim-basic_masked_ops%%019-00232\nPASS: 12-sim-basic_masked_ops%%019-00233\nPASS: 12-sim-basic_masked_ops%%019-00234\nPASS: 12-sim-basic_masked_ops%%019-00235\nPASS: 12-sim-basic_masked_ops%%019-00236\nPASS: 12-sim-basic_masked_ops%%019-00237\nPASS: 12-sim-basic_masked_ops%%019-00238\nPASS: 12-sim-basic_masked_ops%%019-00239\nPASS: 12-sim-basic_masked_ops%%019-00240\nPASS: 12-sim-basic_masked_ops%%019-00241\nPASS: 12-sim-basic_masked_ops%%019-00242\nPASS: 12-sim-basic_masked_ops%%019-00243\nPASS: 12-sim-basic_masked_ops%%019-00244\nPASS: 12-sim-basic_masked_ops%%019-00245\nPASS: 12-sim-basic_masked_ops%%019-00246\nPASS: 12-sim-basic_masked_ops%%019-00247\nPASS: 12-sim-basic_masked_ops%%019-00248\nPASS: 12-sim-basic_masked_ops%%019-00249\nPASS: 12-sim-basic_masked_ops%%019-00250\nPASS: 12-sim-basic_masked_ops%%019-00251\nPASS: 12-sim-basic_masked_ops%%019-00252\nPASS: 12-sim-basic_masked_ops%%019-00253\nPASS: 12-sim-basic_masked_ops%%019-00254\nPASS: 12-sim-basic_masked_ops%%019-00255\nPASS: 12-sim-basic_masked_ops%%019-00256\nPASS: 12-sim-basic_masked_ops%%020-00001\nPASS: 12-sim-basic_masked_ops%%021-00001\nPASS: 12-sim-basic_masked_ops%%021-00002\nPASS: 12-sim-basic_masked_ops%%021-00003\nPASS: 12-sim-basic_masked_ops%%021-00004\nPASS: 12-sim-basic_masked_ops%%021-00005\nPASS: 12-sim-basic_masked_ops%%021-00006\nPASS: 12-sim-basic_masked_ops%%021-00007\nPASS: 12-sim-basic_masked_ops%%021-00008\nPASS: 12-sim-basic_masked_ops%%021-00009\nPASS: 12-sim-basic_masked_ops%%021-00010\nPASS: 12-sim-basic_masked_ops%%021-00011\nPASS: 12-sim-basic_masked_ops%%021-00012\nPASS: 12-sim-basic_masked_ops%%021-00013\nPASS: 12-sim-basic_masked_ops%%021-00014\nPASS: 12-sim-basic_masked_ops%%021-00015\nPASS: 12-sim-basic_masked_ops%%021-00016\nPASS: 12-sim-basic_masked_ops%%021-00017\nPASS: 12-sim-basic_masked_ops%%021-00018\nPASS: 12-sim-basic_masked_ops%%021-00019\nPASS: 12-sim-basic_masked_ops%%021-00020\nPASS: 12-sim-basic_masked_ops%%021-00021\nPASS: 12-sim-basic_masked_ops%%021-00022\nPASS: 12-sim-basic_masked_ops%%021-00023\nPASS: 12-sim-basic_masked_ops%%021-00024\nPASS: 12-sim-basic_masked_ops%%021-00025\nPASS: 12-sim-basic_masked_ops%%021-00026\nPASS: 12-sim-basic_masked_ops%%021-00027\nPASS: 12-sim-basic_masked_ops%%021-00028\nPASS: 12-sim-basic_masked_ops%%021-00029\nPASS: 12-sim-basic_masked_ops%%021-00030\nPASS: 12-sim-basic_masked_ops%%021-00031\nPASS: 12-sim-basic_masked_ops%%021-00032\nPASS: 12-sim-basic_masked_ops%%021-00033\nPASS: 12-sim-basic_masked_ops%%021-00034\nPASS: 12-sim-basic_masked_ops%%021-00035\nPASS: 12-sim-basic_masked_ops%%021-00036\nPASS: 12-sim-basic_masked_ops%%021-00037\nPASS: 12-sim-basic_masked_ops%%021-00038\nPASS: 12-sim-basic_masked_ops%%021-00039\nPASS: 12-sim-basic_masked_ops%%021-00040\nPASS: 12-sim-basic_masked_ops%%021-00041\nPASS: 12-sim-basic_masked_ops%%021-00042\nPASS: 12-sim-basic_masked_ops%%021-00043\nPASS: 12-sim-basic_masked_ops%%021-00044\nPASS: 12-sim-basic_masked_ops%%021-00045\nPASS: 12-sim-basic_masked_ops%%021-00046\nPASS: 12-sim-basic_masked_ops%%021-00047\nPASS: 12-sim-basic_masked_ops%%021-00048\nPASS: 12-sim-basic_masked_ops%%021-00049\nPASS: 12-sim-basic_masked_ops%%021-00050\nPASS: 12-sim-basic_masked_ops%%021-00051\nPASS: 12-sim-basic_masked_ops%%021-00052\nPASS: 12-sim-basic_masked_ops%%021-00053\nPASS: 12-sim-basic_masked_ops%%021-00054\nPASS: 12-sim-basic_masked_ops%%021-00055\nPASS: 12-sim-basic_masked_ops%%021-00056\nPASS: 12-sim-basic_masked_ops%%021-00057\nPASS: 12-sim-basic_masked_ops%%021-00058\nPASS: 12-sim-basic_masked_ops%%021-00059\nPASS: 12-sim-basic_masked_ops%%021-00060\nPASS: 12-sim-basic_masked_ops%%021-00061\nPASS: 12-sim-basic_masked_ops%%021-00062\nPASS: 12-sim-basic_masked_ops%%021-00063\nPASS: 12-sim-basic_masked_ops%%021-00064\nPASS: 12-sim-basic_masked_ops%%021-00065\nPASS: 12-sim-basic_masked_ops%%021-00066\nPASS: 12-sim-basic_masked_ops%%021-00067\nPASS: 12-sim-basic_masked_ops%%021-00068\nPASS: 12-sim-basic_masked_ops%%021-00069\nPASS: 12-sim-basic_masked_ops%%021-00070\nPASS: 12-sim-basic_masked_ops%%021-00071\nPASS: 12-sim-basic_masked_ops%%021-00072\nPASS: 12-sim-basic_masked_ops%%021-00073\nPASS: 12-sim-basic_masked_ops%%021-00074\nPASS: 12-sim-basic_masked_ops%%021-00075\nPASS: 12-sim-basic_masked_ops%%021-00076\nPASS: 12-sim-basic_masked_ops%%021-00077\nPASS: 12-sim-basic_masked_ops%%021-00078\nPASS: 12-sim-basic_masked_ops%%021-00079\nPASS: 12-sim-basic_masked_ops%%021-00080\nPASS: 12-sim-basic_masked_ops%%021-00081\nPASS: 12-sim-basic_masked_ops%%021-00082\nPASS: 12-sim-basic_masked_ops%%021-00083\nPASS: 12-sim-basic_masked_ops%%021-00084\nPASS: 12-sim-basic_masked_ops%%021-00085\nPASS: 12-sim-basic_masked_ops%%021-00086\nPASS: 12-sim-basic_masked_ops%%021-00087\nPASS: 12-sim-basic_masked_ops%%021-00088\nPASS: 12-sim-basic_masked_ops%%021-00089\nPASS: 12-sim-basic_masked_ops%%021-00090\nPASS: 12-sim-basic_masked_ops%%021-00091\nPASS: 12-sim-basic_masked_ops%%021-00092\nPASS: 12-sim-basic_masked_ops%%021-00093\nPASS: 12-sim-basic_masked_ops%%021-00094\nPASS: 12-sim-basic_masked_ops%%021-00095\nPASS: 12-sim-basic_masked_ops%%021-00096\nPASS: 12-sim-basic_masked_ops%%021-00097\nPASS: 12-sim-basic_masked_ops%%021-00098\nPASS: 12-sim-basic_masked_ops%%021-00099\nPASS: 12-sim-basic_masked_ops%%021-00100\nPASS: 12-sim-basic_masked_ops%%021-00101\nPASS: 12-sim-basic_masked_ops%%021-00102\nPASS: 12-sim-basic_masked_ops%%021-00103\nPASS: 12-sim-basic_masked_ops%%021-00104\nPASS: 12-sim-basic_masked_ops%%021-00105\nPASS: 12-sim-basic_masked_ops%%021-00106\nPASS: 12-sim-basic_masked_ops%%021-00107\nPASS: 12-sim-basic_masked_ops%%021-00108\nPASS: 12-sim-basic_masked_ops%%021-00109\nPASS: 12-sim-basic_masked_ops%%021-00110\nPASS: 12-sim-basic_masked_ops%%021-00111\nPASS: 12-sim-basic_masked_ops%%021-00112\nPASS: 12-sim-basic_masked_ops%%021-00113\nPASS: 12-sim-basic_masked_ops%%021-00114\nPASS: 12-sim-basic_masked_ops%%021-00115\nPASS: 12-sim-basic_masked_ops%%021-00116\nPASS: 12-sim-basic_masked_ops%%021-00117\nPASS: 12-sim-basic_masked_ops%%021-00118\nPASS: 12-sim-basic_masked_ops%%021-00119\nPASS: 12-sim-basic_masked_ops%%021-00120\nPASS: 12-sim-basic_masked_ops%%021-00121\nPASS: 12-sim-basic_masked_ops%%021-00122\nPASS: 12-sim-basic_masked_ops%%021-00123\nPASS: 12-sim-basic_masked_ops%%021-00124\nPASS: 12-sim-basic_masked_ops%%021-00125\nPASS: 12-sim-basic_masked_ops%%021-00126\nPASS: 12-sim-basic_masked_ops%%021-00127\nPASS: 12-sim-basic_masked_ops%%021-00128\nPASS: 12-sim-basic_masked_ops%%021-00129\nPASS: 12-sim-basic_masked_ops%%021-00130\nPASS: 12-sim-basic_masked_ops%%021-00131\nPASS: 12-sim-basic_masked_ops%%021-00132\nPASS: 12-sim-basic_masked_ops%%021-00133\nPASS: 12-sim-basic_masked_ops%%021-00134\nPASS: 12-sim-basic_masked_ops%%021-00135\nPASS: 12-sim-basic_masked_ops%%021-00136\nPASS: 12-sim-basic_masked_ops%%021-00137\nPASS: 12-sim-basic_masked_ops%%021-00138\nPASS: 12-sim-basic_masked_ops%%021-00139\nPASS: 12-sim-basic_masked_ops%%021-00140\nPASS: 12-sim-basic_masked_ops%%021-00141\nPASS: 12-sim-basic_masked_ops%%021-00142\nPASS: 12-sim-basic_masked_ops%%021-00143\nPASS: 12-sim-basic_masked_ops%%021-00144\nPASS: 12-sim-basic_masked_ops%%021-00145\nPASS: 12-sim-basic_masked_ops%%021-00146\nPASS: 12-sim-basic_masked_ops%%021-00147\nPASS: 12-sim-basic_masked_ops%%021-00148\nPASS: 12-sim-basic_masked_ops%%021-00149\nPASS: 12-sim-basic_masked_ops%%021-00150\nPASS: 12-sim-basic_masked_ops%%021-00151\nPASS: 12-sim-basic_masked_ops%%021-00152\nPASS: 12-sim-basic_masked_ops%%021-00153\nPASS: 12-sim-basic_masked_ops%%021-00154\nPASS: 12-sim-basic_masked_ops%%021-00155\nPASS: 12-sim-basic_masked_ops%%021-00156\nPASS: 12-sim-basic_masked_ops%%021-00157\nPASS: 12-sim-basic_masked_ops%%021-00158\nPASS: 12-sim-basic_masked_ops%%021-00159\nPASS: 12-sim-basic_masked_ops%%021-00160\nPASS: 12-sim-basic_masked_ops%%021-00161\nPASS: 12-sim-basic_masked_ops%%021-00162\nPASS: 12-sim-basic_masked_ops%%021-00163\nPASS: 12-sim-basic_masked_ops%%021-00164\nPASS: 12-sim-basic_masked_ops%%021-00165\nPASS: 12-sim-basic_masked_ops%%021-00166\nPASS: 12-sim-basic_masked_ops%%021-00167\nPASS: 12-sim-basic_masked_ops%%021-00168\nPASS: 12-sim-basic_masked_ops%%021-00169\nPASS: 12-sim-basic_masked_ops%%021-00170\nPASS: 12-sim-basic_masked_ops%%021-00171\nPASS: 12-sim-basic_masked_ops%%021-00172\nPASS: 12-sim-basic_masked_ops%%021-00173\nPASS: 12-sim-basic_masked_ops%%021-00174\nPASS: 12-sim-basic_masked_ops%%021-00175\nPASS: 12-sim-basic_masked_ops%%021-00176\nPASS: 12-sim-basic_masked_ops%%021-00177\nPASS: 12-sim-basic_masked_ops%%021-00178\nPASS: 12-sim-basic_masked_ops%%021-00179\nPASS: 12-sim-basic_masked_ops%%021-00180\nPASS: 12-sim-basic_masked_ops%%021-00181\nPASS: 12-sim-basic_masked_ops%%021-00182\nPASS: 12-sim-basic_masked_ops%%021-00183\nPASS: 12-sim-basic_masked_ops%%021-00184\nPASS: 12-sim-basic_masked_ops%%021-00185\nPASS: 12-sim-basic_masked_ops%%021-00186\nPASS: 12-sim-basic_masked_ops%%021-00187\nPASS: 12-sim-basic_masked_ops%%021-00188\nPASS: 12-sim-basic_masked_ops%%021-00189\nPASS: 12-sim-basic_masked_ops%%021-00190\nPASS: 12-sim-basic_masked_ops%%021-00191\nPASS: 12-sim-basic_masked_ops%%021-00192\nPASS: 12-sim-basic_masked_ops%%021-00193\nPASS: 12-sim-basic_masked_ops%%021-00194\nPASS: 12-sim-basic_masked_ops%%021-00195\nPASS: 12-sim-basic_masked_ops%%021-00196\nPASS: 12-sim-basic_masked_ops%%021-00197\nPASS: 12-sim-basic_masked_ops%%021-00198\nPASS: 12-sim-basic_masked_ops%%021-00199\nPASS: 12-sim-basic_masked_ops%%021-00200\nPASS: 12-sim-basic_masked_ops%%021-00201\nPASS: 12-sim-basic_masked_ops%%021-00202\nPASS: 12-sim-basic_masked_ops%%021-00203\nPASS: 12-sim-basic_masked_ops%%021-00204\nPASS: 12-sim-basic_masked_ops%%021-00205\nPASS: 12-sim-basic_masked_ops%%021-00206\nPASS: 12-sim-basic_masked_ops%%021-00207\nPASS: 12-sim-basic_masked_ops%%021-00208\nPASS: 12-sim-basic_masked_ops%%021-00209\nPASS: 12-sim-basic_masked_ops%%021-00210\nPASS: 12-sim-basic_masked_ops%%021-00211\nPASS: 12-sim-basic_masked_ops%%021-00212\nPASS: 12-sim-basic_masked_ops%%021-00213\nPASS: 12-sim-basic_masked_ops%%021-00214\nPASS: 12-sim-basic_masked_ops%%021-00215\nPASS: 12-sim-basic_masked_ops%%021-00216\nPASS: 12-sim-basic_masked_ops%%021-00217\nPASS: 12-sim-basic_masked_ops%%021-00218\nPASS: 12-sim-basic_masked_ops%%021-00219\nPASS: 12-sim-basic_masked_ops%%021-00220\nPASS: 12-sim-basic_masked_ops%%021-00221\nPASS: 12-sim-basic_masked_ops%%021-00222\nPASS: 12-sim-basic_masked_ops%%021-00223\nPASS: 12-sim-basic_masked_ops%%021-00224\nPASS: 12-sim-basic_masked_ops%%021-00225\nPASS: 12-sim-basic_masked_ops%%021-00226\nPASS: 12-sim-basic_masked_ops%%021-00227\nPASS: 12-sim-basic_masked_ops%%021-00228\nPASS: 12-sim-basic_masked_ops%%021-00229\nPASS: 12-sim-basic_masked_ops%%021-00230\nPASS: 12-sim-basic_masked_ops%%021-00231\nPASS: 12-sim-basic_masked_ops%%021-00232\nPASS: 12-sim-basic_masked_ops%%021-00233\nPASS: 12-sim-basic_masked_ops%%021-00234\nPASS: 12-sim-basic_masked_ops%%021-00235\nPASS: 12-sim-basic_masked_ops%%021-00236\nPASS: 12-sim-basic_masked_ops%%021-00237\nPASS: 12-sim-basic_masked_ops%%021-00238\nPASS: 12-sim-basic_masked_ops%%021-00239\nPASS: 12-sim-basic_masked_ops%%021-00240\nPASS: 12-sim-basic_masked_ops%%021-00241\nPASS: 12-sim-basic_masked_ops%%021-00242\nPASS: 12-sim-basic_masked_ops%%021-00243\nPASS: 12-sim-basic_masked_ops%%021-00244\nPASS: 12-sim-basic_masked_ops%%021-00245\nPASS: 12-sim-basic_masked_ops%%021-00246\nPASS: 12-sim-basic_masked_ops%%021-00247\nPASS: 12-sim-basic_masked_ops%%021-00248\nPASS: 12-sim-basic_masked_ops%%021-00249\nPASS: 12-sim-basic_masked_ops%%021-00250\nPASS: 12-sim-basic_masked_ops%%021-00251\nPASS: 12-sim-basic_masked_ops%%021-00252\nPASS: 12-sim-basic_masked_ops%%021-00253\nPASS: 12-sim-basic_masked_ops%%021-00254\nPASS: 12-sim-basic_masked_ops%%022-00001\nPASS: 12-sim-basic_masked_ops%%022-00002\nPASS: 12-sim-basic_masked_ops%%022-00003\nPASS: 12-sim-basic_masked_ops%%022-00004\nPASS: 12-sim-basic_masked_ops%%022-00005\nPASS: 12-sim-basic_masked_ops%%022-00006\nPASS: 12-sim-basic_masked_ops%%022-00007\nPASS: 12-sim-basic_masked_ops%%022-00008\nPASS: 12-sim-basic_masked_ops%%022-00009\nPASS: 12-sim-basic_masked_ops%%022-00010\nPASS: 12-sim-basic_masked_ops%%022-00011\nPASS: 12-sim-basic_masked_ops%%022-00012\nPASS: 12-sim-basic_masked_ops%%022-00013\nPASS: 12-sim-basic_masked_ops%%022-00014\nPASS: 12-sim-basic_masked_ops%%022-00015\nPASS: 12-sim-basic_masked_ops%%022-00016\nPASS: 12-sim-basic_masked_ops%%022-00017\nPASS: 12-sim-basic_masked_ops%%022-00018\nPASS: 12-sim-basic_masked_ops%%022-00019\nPASS: 12-sim-basic_masked_ops%%022-00020\nPASS: 12-sim-basic_masked_ops%%022-00021\nPASS: 12-sim-basic_masked_ops%%022-00022\nPASS: 12-sim-basic_masked_ops%%022-00023\nPASS: 12-sim-basic_masked_ops%%022-00024\nPASS: 12-sim-basic_masked_ops%%022-00025\nPASS: 12-sim-basic_masked_ops%%022-00026\nPASS: 12-sim-basic_masked_ops%%022-00027\nPASS: 12-sim-basic_masked_ops%%022-00028\nPASS: 12-sim-basic_masked_ops%%022-00029\nPASS: 12-sim-basic_masked_ops%%022-00030\nPASS: 12-sim-basic_masked_ops%%022-00031\nPASS: 12-sim-basic_masked_ops%%022-00032\nPASS: 12-sim-basic_masked_ops%%022-00033\nPASS: 12-sim-basic_masked_ops%%022-00034\nPASS: 12-sim-basic_masked_ops%%022-00035\nPASS: 12-sim-basic_masked_ops%%022-00036\nPASS: 12-sim-basic_masked_ops%%022-00037\nPASS: 12-sim-basic_masked_ops%%022-00038\nPASS: 12-sim-basic_masked_ops%%022-00039\nPASS: 12-sim-basic_masked_ops%%022-00040\nPASS: 12-sim-basic_masked_ops%%022-00041\nPASS: 12-sim-basic_masked_ops%%022-00042\nPASS: 12-sim-basic_masked_ops%%022-00043\nPASS: 12-sim-basic_masked_ops%%022-00044\nPASS: 12-sim-basic_masked_ops%%022-00045\nPASS: 12-sim-basic_masked_ops%%022-00046\nPASS: 12-sim-basic_masked_ops%%022-00047\nPASS: 12-sim-basic_masked_ops%%022-00048\nPASS: 12-sim-basic_masked_ops%%022-00049\nPASS: 12-sim-basic_masked_ops%%022-00050\nPASS: 12-sim-basic_masked_ops%%022-00051\nPASS: 12-sim-basic_masked_ops%%022-00052\nPASS: 12-sim-basic_masked_ops%%022-00053\nPASS: 12-sim-basic_masked_ops%%022-00054\nPASS: 12-sim-basic_masked_ops%%022-00055\nPASS: 12-sim-basic_masked_ops%%022-00056\nPASS: 12-sim-basic_masked_ops%%022-00057\nPASS: 12-sim-basic_masked_ops%%022-00058\nPASS: 12-sim-basic_masked_ops%%022-00059\nPASS: 12-sim-basic_masked_ops%%022-00060\nPASS: 12-sim-basic_masked_ops%%022-00061\nPASS: 12-sim-basic_masked_ops%%022-00062\nPASS: 12-sim-basic_masked_ops%%022-00063\nPASS: 12-sim-basic_masked_ops%%022-00064\nPASS: 12-sim-basic_masked_ops%%022-00065\nPASS: 12-sim-basic_masked_ops%%022-00066\nPASS: 12-sim-basic_masked_ops%%022-00067\nPASS: 12-sim-basic_masked_ops%%022-00068\nPASS: 12-sim-basic_masked_ops%%022-00069\nPASS: 12-sim-basic_masked_ops%%022-00070\nPASS: 12-sim-basic_masked_ops%%022-00071\nPASS: 12-sim-basic_masked_ops%%022-00072\nPASS: 12-sim-basic_masked_ops%%022-00073\nPASS: 12-sim-basic_masked_ops%%022-00074\nPASS: 12-sim-basic_masked_ops%%022-00075\nPASS: 12-sim-basic_masked_ops%%022-00076\nPASS: 12-sim-basic_masked_ops%%022-00077\nPASS: 12-sim-basic_masked_ops%%022-00078\nPASS: 12-sim-basic_masked_ops%%022-00079\nPASS: 12-sim-basic_masked_ops%%022-00080\nPASS: 12-sim-basic_masked_ops%%022-00081\nPASS: 12-sim-basic_masked_ops%%022-00082\nPASS: 12-sim-basic_masked_ops%%022-00083\nPASS: 12-sim-basic_masked_ops%%022-00084\nPASS: 12-sim-basic_masked_ops%%022-00085\nPASS: 12-sim-basic_masked_ops%%022-00086\nPASS: 12-sim-basic_masked_ops%%022-00087\nPASS: 12-sim-basic_masked_ops%%022-00088\nPASS: 12-sim-basic_masked_ops%%022-00089\nPASS: 12-sim-basic_masked_ops%%022-00090\nPASS: 12-sim-basic_masked_ops%%022-00091\nPASS: 12-sim-basic_masked_ops%%022-00092\nPASS: 12-sim-basic_masked_ops%%022-00093\nPASS: 12-sim-basic_masked_ops%%022-00094\nPASS: 12-sim-basic_masked_ops%%022-00095\nPASS: 12-sim-basic_masked_ops%%022-00096\nPASS: 12-sim-basic_masked_ops%%022-00097\nPASS: 12-sim-basic_masked_ops%%022-00098\nPASS: 12-sim-basic_masked_ops%%022-00099\nPASS: 12-sim-basic_masked_ops%%022-00100\nPASS: 12-sim-basic_masked_ops%%022-00101\nPASS: 12-sim-basic_masked_ops%%022-00102\nPASS: 12-sim-basic_masked_ops%%022-00103\nPASS: 12-sim-basic_masked_ops%%022-00104\nPASS: 12-sim-basic_masked_ops%%022-00105\nPASS: 12-sim-basic_masked_ops%%022-00106\nPASS: 12-sim-basic_masked_ops%%022-00107\nPASS: 12-sim-basic_masked_ops%%022-00108\nPASS: 12-sim-basic_masked_ops%%022-00109\nPASS: 12-sim-basic_masked_ops%%022-00110\nPASS: 12-sim-basic_masked_ops%%022-00111\nPASS: 12-sim-basic_masked_ops%%022-00112\nPASS: 12-sim-basic_masked_ops%%022-00113\nPASS: 12-sim-basic_masked_ops%%022-00114\nPASS: 12-sim-basic_masked_ops%%022-00115\nPASS: 12-sim-basic_masked_ops%%022-00116\nPASS: 12-sim-basic_masked_ops%%022-00117\nPASS: 12-sim-basic_masked_ops%%022-00118\nPASS: 12-sim-basic_masked_ops%%022-00119\nPASS: 12-sim-basic_masked_ops%%022-00120\nPASS: 12-sim-basic_masked_ops%%022-00121\nPASS: 12-sim-basic_masked_ops%%022-00122\nPASS: 12-sim-basic_masked_ops%%022-00123\nPASS: 12-sim-basic_masked_ops%%022-00124\nPASS: 12-sim-basic_masked_ops%%022-00125\nPASS: 12-sim-basic_masked_ops%%022-00126\nPASS: 12-sim-basic_masked_ops%%022-00127\nPASS: 12-sim-basic_masked_ops%%022-00128\nPASS: 12-sim-basic_masked_ops%%022-00129\nPASS: 12-sim-basic_masked_ops%%022-00130\nPASS: 12-sim-basic_masked_ops%%022-00131\nPASS: 12-sim-basic_masked_ops%%022-00132\nPASS: 12-sim-basic_masked_ops%%022-00133\nPASS: 12-sim-basic_masked_ops%%022-00134\nPASS: 12-sim-basic_masked_ops%%022-00135\nPASS: 12-sim-basic_masked_ops%%022-00136\nPASS: 12-sim-basic_masked_ops%%022-00137\nPASS: 12-sim-basic_masked_ops%%022-00138\nPASS: 12-sim-basic_masked_ops%%022-00139\nPASS: 12-sim-basic_masked_ops%%022-00140\nPASS: 12-sim-basic_masked_ops%%022-00141\nPASS: 12-sim-basic_masked_ops%%022-00142\nPASS: 12-sim-basic_masked_ops%%022-00143\nPASS: 12-sim-basic_masked_ops%%022-00144\nPASS: 12-sim-basic_masked_ops%%022-00145\nPASS: 12-sim-basic_masked_ops%%022-00146\nPASS: 12-sim-basic_masked_ops%%022-00147\nPASS: 12-sim-basic_masked_ops%%022-00148\nPASS: 12-sim-basic_masked_ops%%022-00149\nPASS: 12-sim-basic_masked_ops%%022-00150\nPASS: 12-sim-basic_masked_ops%%022-00151\nPASS: 12-sim-basic_masked_ops%%022-00152\nPASS: 12-sim-basic_masked_ops%%022-00153\nPASS: 12-sim-basic_masked_ops%%022-00154\nPASS: 12-sim-basic_masked_ops%%022-00155\nPASS: 12-sim-basic_masked_ops%%022-00156\nPASS: 12-sim-basic_masked_ops%%022-00157\nPASS: 12-sim-basic_masked_ops%%022-00158\nPASS: 12-sim-basic_masked_ops%%022-00159\nPASS: 12-sim-basic_masked_ops%%022-00160\nPASS: 12-sim-basic_masked_ops%%022-00161\nPASS: 12-sim-basic_masked_ops%%022-00162\nPASS: 12-sim-basic_masked_ops%%022-00163\nPASS: 12-sim-basic_masked_ops%%022-00164\nPASS: 12-sim-basic_masked_ops%%022-00165\nPASS: 12-sim-basic_masked_ops%%022-00166\nPASS: 12-sim-basic_masked_ops%%022-00167\nPASS: 12-sim-basic_masked_ops%%022-00168\nPASS: 12-sim-basic_masked_ops%%022-00169\nPASS: 12-sim-basic_masked_ops%%022-00170\nPASS: 12-sim-basic_masked_ops%%022-00171\nPASS: 12-sim-basic_masked_ops%%022-00172\nPASS: 12-sim-basic_masked_ops%%022-00173\nPASS: 12-sim-basic_masked_ops%%022-00174\nPASS: 12-sim-basic_masked_ops%%022-00175\nPASS: 12-sim-basic_masked_ops%%022-00176\nPASS: 12-sim-basic_masked_ops%%022-00177\nPASS: 12-sim-basic_masked_ops%%022-00178\nPASS: 12-sim-basic_masked_ops%%022-00179\nPASS: 12-sim-basic_masked_ops%%022-00180\nPASS: 12-sim-basic_masked_ops%%022-00181\nPASS: 12-sim-basic_masked_ops%%022-00182\nPASS: 12-sim-basic_masked_ops%%022-00183\nPASS: 12-sim-basic_masked_ops%%022-00184\nPASS: 12-sim-basic_masked_ops%%022-00185\nPASS: 12-sim-basic_masked_ops%%022-00186\nPASS: 12-sim-basic_masked_ops%%022-00187\nPASS: 12-sim-basic_masked_ops%%022-00188\nPASS: 12-sim-basic_masked_ops%%022-00189\nPASS: 12-sim-basic_masked_ops%%022-00190\nPASS: 12-sim-basic_masked_ops%%022-00191\nPASS: 12-sim-basic_masked_ops%%022-00192\nPASS: 12-sim-basic_masked_ops%%022-00193\nPASS: 12-sim-basic_masked_ops%%022-00194\nPASS: 12-sim-basic_masked_ops%%022-00195\nPASS: 12-sim-basic_masked_ops%%022-00196\nPASS: 12-sim-basic_masked_ops%%022-00197\nPASS: 12-sim-basic_masked_ops%%022-00198\nPASS: 12-sim-basic_masked_ops%%022-00199\nPASS: 12-sim-basic_masked_ops%%022-00200\nPASS: 12-sim-basic_masked_ops%%022-00201\nPASS: 12-sim-basic_masked_ops%%022-00202\nPASS: 12-sim-basic_masked_ops%%022-00203\nPASS: 12-sim-basic_masked_ops%%022-00204\nPASS: 12-sim-basic_masked_ops%%022-00205\nPASS: 12-sim-basic_masked_ops%%022-00206\nPASS: 12-sim-basic_masked_ops%%022-00207\nPASS: 12-sim-basic_masked_ops%%022-00208\nPASS: 12-sim-basic_masked_ops%%022-00209\nPASS: 12-sim-basic_masked_ops%%022-00210\nPASS: 12-sim-basic_masked_ops%%022-00211\nPASS: 12-sim-basic_masked_ops%%022-00212\nPASS: 12-sim-basic_masked_ops%%022-00213\nPASS: 12-sim-basic_masked_ops%%022-00214\nPASS: 12-sim-basic_masked_ops%%022-00215\nPASS: 12-sim-basic_masked_ops%%022-00216\nPASS: 12-sim-basic_masked_ops%%022-00217\nPASS: 12-sim-basic_masked_ops%%022-00218\nPASS: 12-sim-basic_masked_ops%%022-00219\nPASS: 12-sim-basic_masked_ops%%022-00220\nPASS: 12-sim-basic_masked_ops%%022-00221\nPASS: 12-sim-basic_masked_ops%%022-00222\nPASS: 12-sim-basic_masked_ops%%022-00223\nPASS: 12-sim-basic_masked_ops%%022-00224\nPASS: 12-sim-basic_masked_ops%%022-00225\nPASS: 12-sim-basic_masked_ops%%022-00226\nPASS: 12-sim-basic_masked_ops%%022-00227\nPASS: 12-sim-basic_masked_ops%%022-00228\nPASS: 12-sim-basic_masked_ops%%022-00229\nPASS: 12-sim-basic_masked_ops%%022-00230\nPASS: 12-sim-basic_masked_ops%%022-00231\nPASS: 12-sim-basic_masked_ops%%022-00232\nPASS: 12-sim-basic_masked_ops%%022-00233\nPASS: 12-sim-basic_masked_ops%%022-00234\nPASS: 12-sim-basic_masked_ops%%022-00235\nPASS: 12-sim-basic_masked_ops%%022-00236\nPASS: 12-sim-basic_masked_ops%%022-00237\nPASS: 12-sim-basic_masked_ops%%022-00238\nPASS: 12-sim-basic_masked_ops%%022-00239\nPASS: 12-sim-basic_masked_ops%%022-00240\nPASS: 12-sim-basic_masked_ops%%022-00241\nPASS: 12-sim-basic_masked_ops%%022-00242\nPASS: 12-sim-basic_masked_ops%%022-00243\nPASS: 12-sim-basic_masked_ops%%022-00244\nPASS: 12-sim-basic_masked_ops%%022-00245\nPASS: 12-sim-basic_masked_ops%%022-00246\nPASS: 12-sim-basic_masked_ops%%022-00247\nPASS: 12-sim-basic_masked_ops%%022-00248\nPASS: 12-sim-basic_masked_ops%%022-00249\nPASS: 12-sim-basic_masked_ops%%022-00250\nPASS: 12-sim-basic_masked_ops%%022-00251\nPASS: 12-sim-basic_masked_ops%%022-00252\nPASS: 12-sim-basic_masked_ops%%022-00253\nPASS: 12-sim-basic_masked_ops%%022-00254\nPASS: 12-sim-basic_masked_ops%%022-00255\nPASS: 12-sim-basic_masked_ops%%022-00256\nPASS: 12-sim-basic_masked_ops%%023-00001\nPASS: 12-sim-basic_masked_ops%%024-00001\nPASS: 12-sim-basic_masked_ops%%025-00001\nPASS: 12-sim-basic_masked_ops%%026-00001\nPASS: 12-sim-basic_masked_ops%%027-00001\nPASS: 12-sim-basic_masked_ops%%028-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 12-sim-basic_masked_ops%%029-00001\nPASS: 12-sim-basic_masked_ops%%029-00002\nPASS: 12-sim-basic_masked_ops%%029-00003\nPASS: 12-sim-basic_masked_ops%%029-00004\nPASS: 12-sim-basic_masked_ops%%029-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 12-sim-basic_masked_ops%%030-00001 (valgrind not installed)\n batch name: 13-basic-attrs\n test mode:  c\n test type:  basic\nPASS: 13-basic-attrs%%001-00001\n batch name: 14-sim-reset\n test mode:  c\n test type:  bpf-sim\nPASS: 14-sim-reset%%001-00001\nPASS: 14-sim-reset%%002-00001\nPASS: 14-sim-reset%%003-00001\nPASS: 14-sim-reset%%004-00001\nPASS: 14-sim-reset%%005-00001\nSKIP: 14-sim-reset%%006-00001 (architecture difference)\nSKIP: 14-sim-reset%%007-00001 (architecture difference)\nPASS: 14-sim-reset%%008-00001\nPASS: 14-sim-reset%%009-00001\nPASS: 14-sim-reset%%009-00002\nPASS: 14-sim-reset%%009-00003\nPASS: 14-sim-reset%%009-00004\nPASS: 14-sim-reset%%009-00005\nPASS: 14-sim-reset%%009-00006\nPASS: 14-sim-reset%%009-00007\nPASS: 14-sim-reset%%009-00008\nPASS: 14-sim-reset%%009-00009\nPASS: 14-sim-reset%%009-00010\nPASS: 14-sim-reset%%009-00011\nPASS: 14-sim-reset%%009-00012\nPASS: 14-sim-reset%%009-00013\nPASS: 14-sim-reset%%009-00014\nPASS: 14-sim-reset%%009-00015\nPASS: 14-sim-reset%%009-00016\nPASS: 14-sim-reset%%009-00017\nPASS: 14-sim-reset%%009-00018\nPASS: 14-sim-reset%%009-00019\nPASS: 14-sim-reset%%009-00020\nPASS: 14-sim-reset%%009-00021\nPASS: 14-sim-reset%%009-00022\nPASS: 14-sim-reset%%009-00023\nPASS: 14-sim-reset%%009-00024\nPASS: 14-sim-reset%%009-00025\nPASS: 14-sim-reset%%009-00026\nPASS: 14-sim-reset%%009-00027\nPASS: 14-sim-reset%%009-00028\nPASS: 14-sim-reset%%009-00029\nPASS: 14-sim-reset%%009-00030\nPASS: 14-sim-reset%%009-00031\nPASS: 14-sim-reset%%009-00032\nPASS: 14-sim-reset%%009-00033\nPASS: 14-sim-reset%%009-00034\nPASS: 14-sim-reset%%009-00035\nPASS: 14-sim-reset%%009-00036\nPASS: 14-sim-reset%%009-00037\nPASS: 14-sim-reset%%009-00038\nPASS: 14-sim-reset%%009-00039\nPASS: 14-sim-reset%%009-00040\nPASS: 14-sim-reset%%009-00041\nPASS: 14-sim-reset%%009-00042\nPASS: 14-sim-reset%%009-00043\nPASS: 14-sim-reset%%009-00044\nPASS: 14-sim-reset%%009-00045\nPASS: 14-sim-reset%%009-00046\nPASS: 14-sim-reset%%009-00047\nPASS: 14-sim-reset%%009-00048\nPASS: 14-sim-reset%%009-00049\nPASS: 14-sim-reset%%009-00050\nPASS: 14-sim-reset%%009-00051\nPASS: 14-sim-reset%%009-00052\nPASS: 14-sim-reset%%009-00053\nPASS: 14-sim-reset%%009-00054\nPASS: 14-sim-reset%%009-00055\nPASS: 14-sim-reset%%009-00056\nPASS: 14-sim-reset%%009-00057\nPASS: 14-sim-reset%%009-00058\nPASS: 14-sim-reset%%009-00059\nPASS: 14-sim-reset%%009-00060\nPASS: 14-sim-reset%%009-00061\nPASS: 14-sim-reset%%009-00062\nPASS: 14-sim-reset%%009-00063\nPASS: 14-sim-reset%%009-00064\nPASS: 14-sim-reset%%009-00065\nPASS: 14-sim-reset%%009-00066\nPASS: 14-sim-reset%%009-00067\nPASS: 14-sim-reset%%009-00068\nPASS: 14-sim-reset%%009-00069\nPASS: 14-sim-reset%%009-00070\nPASS: 14-sim-reset%%009-00071\nPASS: 14-sim-reset%%009-00072\nPASS: 14-sim-reset%%009-00073\nPASS: 14-sim-reset%%009-00074\nPASS: 14-sim-reset%%009-00075\nPASS: 14-sim-reset%%009-00076\nPASS: 14-sim-reset%%009-00077\nPASS: 14-sim-reset%%009-00078\nPASS: 14-sim-reset%%009-00079\nPASS: 14-sim-reset%%009-00080\nPASS: 14-sim-reset%%009-00081\nPASS: 14-sim-reset%%009-00082\nPASS: 14-sim-reset%%009-00083\nPASS: 14-sim-reset%%009-00084\nPASS: 14-sim-reset%%009-00085\nPASS: 14-sim-reset%%009-00086\nPASS: 14-sim-reset%%009-00087\nPASS: 14-sim-reset%%009-00088\nPASS: 14-sim-reset%%009-00089\nPASS: 14-sim-reset%%009-00090\nPASS: 14-sim-reset%%009-00091\nPASS: 14-sim-reset%%009-00092\nPASS: 14-sim-reset%%009-00093\nPASS: 14-sim-reset%%009-00094\nPASS: 14-sim-reset%%009-00095\nPASS: 14-sim-reset%%009-00096\nPASS: 14-sim-reset%%009-00097\nPASS: 14-sim-reset%%009-00098\nPASS: 14-sim-reset%%009-00099\nPASS: 14-sim-reset%%009-00100\nPASS: 14-sim-reset%%009-00101\nPASS: 14-sim-reset%%009-00102\nPASS: 14-sim-reset%%009-00103\nPASS: 14-sim-reset%%009-00104\nPASS: 14-sim-reset%%009-00105\nPASS: 14-sim-reset%%009-00106\nPASS: 14-sim-reset%%009-00107\nPASS: 14-sim-reset%%009-00108\nPASS: 14-sim-reset%%009-00109\nPASS: 14-sim-reset%%009-00110\nPASS: 14-sim-reset%%009-00111\nPASS: 14-sim-reset%%009-00112\nPASS: 14-sim-reset%%009-00113\nPASS: 14-sim-reset%%009-00114\nPASS: 14-sim-reset%%009-00115\nPASS: 14-sim-reset%%009-00116\nPASS: 14-sim-reset%%009-00117\nPASS: 14-sim-reset%%009-00118\nPASS: 14-sim-reset%%009-00119\nPASS: 14-sim-reset%%009-00120\nPASS: 14-sim-reset%%009-00121\nPASS: 14-sim-reset%%009-00122\nPASS: 14-sim-reset%%009-00123\nPASS: 14-sim-reset%%009-00124\nPASS: 14-sim-reset%%009-00125\nPASS: 14-sim-reset%%009-00126\nPASS: 14-sim-reset%%009-00127\nPASS: 14-sim-reset%%009-00128\nPASS: 14-sim-reset%%009-00129\nPASS: 14-sim-reset%%009-00130\nPASS: 14-sim-reset%%009-00131\nPASS: 14-sim-reset%%009-00132\nPASS: 14-sim-reset%%009-00133\nPASS: 14-sim-reset%%009-00134\nPASS: 14-sim-reset%%009-00135\nPASS: 14-sim-reset%%009-00136\nPASS: 14-sim-reset%%009-00137\nPASS: 14-sim-reset%%009-00138\nPASS: 14-sim-reset%%009-00139\nPASS: 14-sim-reset%%009-00140\nPASS: 14-sim-reset%%009-00141\nPASS: 14-sim-reset%%009-00142\nPASS: 14-sim-reset%%009-00143\nPASS: 14-sim-reset%%009-00144\nPASS: 14-sim-reset%%009-00145\nPASS: 14-sim-reset%%009-00146\nPASS: 14-sim-reset%%009-00147\nPASS: 14-sim-reset%%009-00148\nPASS: 14-sim-reset%%009-00149\nPASS: 14-sim-reset%%009-00150\nPASS: 14-sim-reset%%009-00151\nPASS: 14-sim-reset%%009-00152\nPASS: 14-sim-reset%%009-00153\nPASS: 14-sim-reset%%009-00154\nPASS: 14-sim-reset%%009-00155\nPASS: 14-sim-reset%%009-00156\nPASS: 14-sim-reset%%009-00157\nPASS: 14-sim-reset%%009-00158\nPASS: 14-sim-reset%%009-00159\nPASS: 14-sim-reset%%009-00160\nPASS: 14-sim-reset%%009-00161\nPASS: 14-sim-reset%%009-00162\nPASS: 14-sim-reset%%009-00163\nPASS: 14-sim-reset%%009-00164\nPASS: 14-sim-reset%%009-00165\nPASS: 14-sim-reset%%009-00166\nPASS: 14-sim-reset%%009-00167\nPASS: 14-sim-reset%%009-00168\nPASS: 14-sim-reset%%009-00169\nPASS: 14-sim-reset%%009-00170\nPASS: 14-sim-reset%%009-00171\nPASS: 14-sim-reset%%009-00172\nPASS: 14-sim-reset%%009-00173\nPASS: 14-sim-reset%%009-00174\nPASS: 14-sim-reset%%009-00175\nPASS: 14-sim-reset%%009-00176\nPASS: 14-sim-reset%%009-00177\nPASS: 14-sim-reset%%009-00178\nPASS: 14-sim-reset%%009-00179\nPASS: 14-sim-reset%%009-00180\nPASS: 14-sim-reset%%009-00181\nPASS: 14-sim-reset%%009-00182\nPASS: 14-sim-reset%%009-00183\nPASS: 14-sim-reset%%009-00184\nPASS: 14-sim-reset%%009-00185\nPASS: 14-sim-reset%%009-00186\nPASS: 14-sim-reset%%009-00187\nPASS: 14-sim-reset%%009-00188\nPASS: 14-sim-reset%%009-00189\nPASS: 14-sim-reset%%009-00190\nPASS: 14-sim-reset%%009-00191\nPASS: 14-sim-reset%%009-00192\nPASS: 14-sim-reset%%009-00193\nPASS: 14-sim-reset%%009-00194\nPASS: 14-sim-reset%%009-00195\nPASS: 14-sim-reset%%009-00196\nPASS: 14-sim-reset%%009-00197\nPASS: 14-sim-reset%%009-00198\nPASS: 14-sim-reset%%009-00199\nPASS: 14-sim-reset%%009-00200\nPASS: 14-sim-reset%%009-00201\nPASS: 14-sim-reset%%009-00202\nPASS: 14-sim-reset%%009-00203\nPASS: 14-sim-reset%%009-00204\nPASS: 14-sim-reset%%009-00205\nPASS: 14-sim-reset%%009-00206\nPASS: 14-sim-reset%%009-00207\nPASS: 14-sim-reset%%009-00208\nPASS: 14-sim-reset%%009-00209\nPASS: 14-sim-reset%%009-00210\nPASS: 14-sim-reset%%009-00211\nPASS: 14-sim-reset%%009-00212\nPASS: 14-sim-reset%%009-00213\nPASS: 14-sim-reset%%009-00214\nPASS: 14-sim-reset%%009-00215\nPASS: 14-sim-reset%%009-00216\nPASS: 14-sim-reset%%009-00217\nPASS: 14-sim-reset%%009-00218\nPASS: 14-sim-reset%%009-00219\nPASS: 14-sim-reset%%009-00220\nPASS: 14-sim-reset%%009-00221\nPASS: 14-sim-reset%%009-00222\nPASS: 14-sim-reset%%009-00223\nPASS: 14-sim-reset%%009-00224\nPASS: 14-sim-reset%%009-00225\nPASS: 14-sim-reset%%009-00226\nPASS: 14-sim-reset%%009-00227\nPASS: 14-sim-reset%%009-00228\nPASS: 14-sim-reset%%009-00229\nPASS: 14-sim-reset%%009-00230\nPASS: 14-sim-reset%%009-00231\nPASS: 14-sim-reset%%009-00232\nPASS: 14-sim-reset%%009-00233\nPASS: 14-sim-reset%%009-00234\nPASS: 14-sim-reset%%009-00235\nPASS: 14-sim-reset%%009-00236\nPASS: 14-sim-reset%%009-00237\nPASS: 14-sim-reset%%009-00238\nPASS: 14-sim-reset%%009-00239\nPASS: 14-sim-reset%%009-00240\nPASS: 14-sim-reset%%009-00241\nPASS: 14-sim-reset%%009-00242\nPASS: 14-sim-reset%%009-00243\nPASS: 14-sim-reset%%009-00244\nPASS: 14-sim-reset%%009-00245\nPASS: 14-sim-reset%%009-00246\nPASS: 14-sim-reset%%009-00247\nPASS: 14-sim-reset%%009-00248\nPASS: 14-sim-reset%%009-00249\nPASS: 14-sim-reset%%009-00250\nPASS: 14-sim-reset%%009-00251\nPASS: 14-sim-reset%%009-00252\nPASS: 14-sim-reset%%009-00253\nPASS: 14-sim-reset%%009-00254\nPASS: 14-sim-reset%%009-00255\nPASS: 14-sim-reset%%009-00256\nPASS: 14-sim-reset%%009-00257\nPASS: 14-sim-reset%%009-00258\nPASS: 14-sim-reset%%009-00259\nPASS: 14-sim-reset%%009-00260\nPASS: 14-sim-reset%%009-00261\nPASS: 14-sim-reset%%009-00262\nPASS: 14-sim-reset%%009-00263\nPASS: 14-sim-reset%%009-00264\nPASS: 14-sim-reset%%009-00265\nPASS: 14-sim-reset%%009-00266\nPASS: 14-sim-reset%%009-00267\nPASS: 14-sim-reset%%009-00268\nPASS: 14-sim-reset%%009-00269\nPASS: 14-sim-reset%%009-00270\nPASS: 14-sim-reset%%009-00271\nPASS: 14-sim-reset%%009-00272\nPASS: 14-sim-reset%%009-00273\nPASS: 14-sim-reset%%009-00274\nPASS: 14-sim-reset%%009-00275\nPASS: 14-sim-reset%%009-00276\nPASS: 14-sim-reset%%009-00277\nPASS: 14-sim-reset%%009-00278\nPASS: 14-sim-reset%%009-00279\nPASS: 14-sim-reset%%009-00280\nPASS: 14-sim-reset%%009-00281\nPASS: 14-sim-reset%%009-00282\nPASS: 14-sim-reset%%009-00283\nPASS: 14-sim-reset%%009-00284\nPASS: 14-sim-reset%%009-00285\nPASS: 14-sim-reset%%009-00286\nPASS: 14-sim-reset%%009-00287\nPASS: 14-sim-reset%%009-00288\nPASS: 14-sim-reset%%009-00289\nPASS: 14-sim-reset%%009-00290\nPASS: 14-sim-reset%%009-00291\nPASS: 14-sim-reset%%009-00292\nPASS: 14-sim-reset%%009-00293\nPASS: 14-sim-reset%%009-00294\nPASS: 14-sim-reset%%009-00295\nPASS: 14-sim-reset%%009-00296\nPASS: 14-sim-reset%%009-00297\nPASS: 14-sim-reset%%009-00298\nPASS: 14-sim-reset%%009-00299\nPASS: 14-sim-reset%%009-00300\nPASS: 14-sim-reset%%009-00301\nPASS: 14-sim-reset%%009-00302\nPASS: 14-sim-reset%%009-00303\nPASS: 14-sim-reset%%009-00304\nPASS: 14-sim-reset%%009-00305\nPASS: 14-sim-reset%%009-00306\nPASS: 14-sim-reset%%009-00307\nPASS: 14-sim-reset%%009-00308\nPASS: 14-sim-reset%%009-00309\nPASS: 14-sim-reset%%009-00310\nPASS: 14-sim-reset%%009-00311\nPASS: 14-sim-reset%%009-00312\nPASS: 14-sim-reset%%009-00313\nPASS: 14-sim-reset%%009-00314\nPASS: 14-sim-reset%%009-00315\nPASS: 14-sim-reset%%009-00316\nPASS: 14-sim-reset%%009-00317\nPASS: 14-sim-reset%%009-00318\nPASS: 14-sim-reset%%009-00319\nPASS: 14-sim-reset%%009-00320\nPASS: 14-sim-reset%%009-00321\nPASS: 14-sim-reset%%009-00322\nPASS: 14-sim-reset%%009-00323\nPASS: 14-sim-reset%%009-00324\nPASS: 14-sim-reset%%009-00325\nPASS: 14-sim-reset%%009-00326\nPASS: 14-sim-reset%%009-00327\nPASS: 14-sim-reset%%009-00328\nPASS: 14-sim-reset%%009-00329\nPASS: 14-sim-reset%%009-00330\nPASS: 14-sim-reset%%009-00331\nPASS: 14-sim-reset%%009-00332\nPASS: 14-sim-reset%%009-00333\nPASS: 14-sim-reset%%009-00334\nPASS: 14-sim-reset%%009-00335\nPASS: 14-sim-reset%%009-00336\nPASS: 14-sim-reset%%009-00337\nPASS: 14-sim-reset%%009-00338\nPASS: 14-sim-reset%%009-00339\nPASS: 14-sim-reset%%009-00340\nPASS: 14-sim-reset%%009-00341\nPASS: 14-sim-reset%%009-00342\nPASS: 14-sim-reset%%009-00343\nPASS: 14-sim-reset%%009-00344\nPASS: 14-sim-reset%%009-00345\nPASS: 14-sim-reset%%009-00346\nPASS: 14-sim-reset%%009-00347\nPASS: 14-sim-reset%%009-00348\nPASS: 14-sim-reset%%009-00349\nPASS: 14-sim-reset%%009-00350\nPASS: 14-sim-reset%%009-00351\nPASS: 14-sim-reset%%009-00352\nPASS: 14-sim-reset%%009-00353\nPASS: 14-sim-reset%%009-00354\nPASS: 14-sim-reset%%009-00355\nPASS: 14-sim-reset%%009-00356\nPASS: 14-sim-reset%%009-00357\nPASS: 14-sim-reset%%009-00358\nPASS: 14-sim-reset%%009-00359\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 14-sim-reset%%010-00001\nPASS: 14-sim-reset%%010-00002\nPASS: 14-sim-reset%%010-00003\nPASS: 14-sim-reset%%010-00004\nPASS: 14-sim-reset%%010-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 14-sim-reset%%011-00001 (valgrind not installed)\n batch name: 15-basic-resolver\n test mode:  c\n test type:  basic\nPASS: 15-basic-resolver%%001-00001\n batch name: 16-sim-arch_basic\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  x32\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  arm\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  sh\nPASS: 16-sim-arch_basic%%001-00001\n test arch:  x86\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  x32\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  arm\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  sh\nPASS: 16-sim-arch_basic%%002-00001\nPASS: 16-sim-arch_basic%%002-00002\nPASS: 16-sim-arch_basic%%002-00003\nPASS: 16-sim-arch_basic%%002-00004\nPASS: 16-sim-arch_basic%%002-00005\nPASS: 16-sim-arch_basic%%002-00006\nPASS: 16-sim-arch_basic%%002-00007\nPASS: 16-sim-arch_basic%%002-00008\nPASS: 16-sim-arch_basic%%002-00009\nPASS: 16-sim-arch_basic%%002-00010\n test arch:  x86\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  x32\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  arm\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  sh\nPASS: 16-sim-arch_basic%%003-00001\nPASS: 16-sim-arch_basic%%003-00002\n test arch:  x86\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  x32\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  arm\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  sh\nPASS: 16-sim-arch_basic%%004-00001\nPASS: 16-sim-arch_basic%%004-00002\nPASS: 16-sim-arch_basic%%004-00003\nPASS: 16-sim-arch_basic%%004-00004\nPASS: 16-sim-arch_basic%%004-00005\nPASS: 16-sim-arch_basic%%004-00006\nPASS: 16-sim-arch_basic%%004-00007\nPASS: 16-sim-arch_basic%%004-00008\n test arch:  x86\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  x32\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  arm\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  sh\nPASS: 16-sim-arch_basic%%005-00001\n test arch:  x86\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  x86_64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  x32\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  arm\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  aarch64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  loongarch64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  mipsel\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  mipsel64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  mipsel64n32\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  ppc64le\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  riscv64\nPASS: 16-sim-arch_basic%%006-00001\n test arch:  sh\nPASS: 16-sim-arch_basic%%006-00001\nPASS: 16-sim-arch_basic%%007-00001\nPASS: 16-sim-arch_basic%%008-00001\nPASS: 16-sim-arch_basic%%009-00001\nPASS: 16-sim-arch_basic%%010-00001\nPASS: 16-sim-arch_basic%%011-00001\nPASS: 16-sim-arch_basic%%012-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 16-sim-arch_basic%%013-00001 (valgrind not installed)\n batch name: 17-sim-arch_merge\n test mode:  c\n test type:  bpf-sim\nPASS: 17-sim-arch_merge%%001-00001\nPASS: 17-sim-arch_merge%%002-00001\nPASS: 17-sim-arch_merge%%002-00002\nPASS: 17-sim-arch_merge%%002-00003\nPASS: 17-sim-arch_merge%%002-00004\nPASS: 17-sim-arch_merge%%002-00005\nPASS: 17-sim-arch_merge%%002-00006\nPASS: 17-sim-arch_merge%%002-00007\nPASS: 17-sim-arch_merge%%002-00008\nPASS: 17-sim-arch_merge%%002-00009\nPASS: 17-sim-arch_merge%%002-00010\nPASS: 17-sim-arch_merge%%003-00001\nPASS: 17-sim-arch_merge%%003-00002\nPASS: 17-sim-arch_merge%%004-00001\nPASS: 17-sim-arch_merge%%004-00002\nPASS: 17-sim-arch_merge%%004-00003\nPASS: 17-sim-arch_merge%%004-00004\nPASS: 17-sim-arch_merge%%004-00005\nPASS: 17-sim-arch_merge%%004-00006\nPASS: 17-sim-arch_merge%%004-00007\nPASS: 17-sim-arch_merge%%004-00008\nPASS: 17-sim-arch_merge%%005-00001\nPASS: 17-sim-arch_merge%%006-00001\nPASS: 17-sim-arch_merge%%007-00001\nPASS: 17-sim-arch_merge%%008-00001\nPASS: 17-sim-arch_merge%%009-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 17-sim-arch_merge%%010-00001 (valgrind not installed)\n batch name: 18-sim-basic_allowlist\n test mode:  c\n test type:  bpf-sim\nPASS: 18-sim-basic_allowlist%%001-00001\nPASS: 18-sim-basic_allowlist%%002-00001\nPASS: 18-sim-basic_allowlist%%002-00002\nPASS: 18-sim-basic_allowlist%%002-00003\nPASS: 18-sim-basic_allowlist%%002-00004\nPASS: 18-sim-basic_allowlist%%002-00005\nPASS: 18-sim-basic_allowlist%%002-00006\nPASS: 18-sim-basic_allowlist%%002-00007\nPASS: 18-sim-basic_allowlist%%002-00008\nPASS: 18-sim-basic_allowlist%%002-00009\nPASS: 18-sim-basic_allowlist%%002-00010\nPASS: 18-sim-basic_allowlist%%003-00001\nPASS: 18-sim-basic_allowlist%%003-00002\nPASS: 18-sim-basic_allowlist%%004-00001\nPASS: 18-sim-basic_allowlist%%004-00002\nPASS: 18-sim-basic_allowlist%%004-00003\nPASS: 18-sim-basic_allowlist%%004-00004\nPASS: 18-sim-basic_allowlist%%004-00005\nPASS: 18-sim-basic_allowlist%%004-00006\nPASS: 18-sim-basic_allowlist%%004-00007\nPASS: 18-sim-basic_allowlist%%004-00008\nPASS: 18-sim-basic_allowlist%%005-00001\nPASS: 18-sim-basic_allowlist%%006-00001\nPASS: 18-sim-basic_allowlist%%007-00001\nSKIP: 18-sim-basic_allowlist%%008-00001 (architecture difference)\nSKIP: 18-sim-basic_allowlist%%009-00001 (architecture difference)\nSKIP: 18-sim-basic_allowlist%%010-00001 (architecture difference)\nPASS: 18-sim-basic_allowlist%%011-00001\nPASS: 18-sim-basic_allowlist%%011-00002\nPASS: 18-sim-basic_allowlist%%011-00003\nPASS: 18-sim-basic_allowlist%%011-00004\nPASS: 18-sim-basic_allowlist%%011-00005\nPASS: 18-sim-basic_allowlist%%011-00006\nPASS: 18-sim-basic_allowlist%%011-00007\nPASS: 18-sim-basic_allowlist%%011-00008\nPASS: 18-sim-basic_allowlist%%011-00009\nPASS: 18-sim-basic_allowlist%%011-00010\nPASS: 18-sim-basic_allowlist%%011-00011\nPASS: 18-sim-basic_allowlist%%012-00001\nPASS: 18-sim-basic_allowlist%%012-00002\nPASS: 18-sim-basic_allowlist%%012-00003\nPASS: 18-sim-basic_allowlist%%012-00004\nPASS: 18-sim-basic_allowlist%%012-00005\nPASS: 18-sim-basic_allowlist%%012-00006\nPASS: 18-sim-basic_allowlist%%012-00007\nPASS: 18-sim-basic_allowlist%%012-00008\nPASS: 18-sim-basic_allowlist%%012-00009\nPASS: 18-sim-basic_allowlist%%012-00010\nPASS: 18-sim-basic_allowlist%%012-00011\nPASS: 18-sim-basic_allowlist%%012-00012\nPASS: 18-sim-basic_allowlist%%012-00013\nPASS: 18-sim-basic_allowlist%%012-00014\nPASS: 18-sim-basic_allowlist%%012-00015\nPASS: 18-sim-basic_allowlist%%012-00016\nPASS: 18-sim-basic_allowlist%%012-00017\nPASS: 18-sim-basic_allowlist%%012-00018\nPASS: 18-sim-basic_allowlist%%012-00019\nPASS: 18-sim-basic_allowlist%%012-00020\nPASS: 18-sim-basic_allowlist%%012-00021\nPASS: 18-sim-basic_allowlist%%012-00022\nPASS: 18-sim-basic_allowlist%%012-00023\nPASS: 18-sim-basic_allowlist%%012-00024\nPASS: 18-sim-basic_allowlist%%012-00025\nPASS: 18-sim-basic_allowlist%%012-00026\nPASS: 18-sim-basic_allowlist%%012-00027\nPASS: 18-sim-basic_allowlist%%012-00028\nPASS: 18-sim-basic_allowlist%%012-00029\nPASS: 18-sim-basic_allowlist%%012-00030\nPASS: 18-sim-basic_allowlist%%012-00031\nPASS: 18-sim-basic_allowlist%%012-00032\nPASS: 18-sim-basic_allowlist%%012-00033\nPASS: 18-sim-basic_allowlist%%012-00034\nPASS: 18-sim-basic_allowlist%%012-00035\nPASS: 18-sim-basic_allowlist%%012-00036\nPASS: 18-sim-basic_allowlist%%012-00037\nPASS: 18-sim-basic_allowlist%%012-00038\nPASS: 18-sim-basic_allowlist%%012-00039\nPASS: 18-sim-basic_allowlist%%012-00040\nPASS: 18-sim-basic_allowlist%%012-00041\nPASS: 18-sim-basic_allowlist%%012-00042\nPASS: 18-sim-basic_allowlist%%012-00043\nPASS: 18-sim-basic_allowlist%%012-00044\nPASS: 18-sim-basic_allowlist%%012-00045\nPASS: 18-sim-basic_allowlist%%012-00046\nPASS: 18-sim-basic_allowlist%%012-00047\nPASS: 18-sim-basic_allowlist%%012-00048\nPASS: 18-sim-basic_allowlist%%012-00049\nPASS: 18-sim-basic_allowlist%%012-00050\nPASS: 18-sim-basic_allowlist%%012-00051\nPASS: 18-sim-basic_allowlist%%012-00052\nPASS: 18-sim-basic_allowlist%%012-00053\nPASS: 18-sim-basic_allowlist%%012-00054\nPASS: 18-sim-basic_allowlist%%012-00055\nPASS: 18-sim-basic_allowlist%%012-00056\nPASS: 18-sim-basic_allowlist%%012-00057\nPASS: 18-sim-basic_allowlist%%012-00058\nPASS: 18-sim-basic_allowlist%%012-00059\nPASS: 18-sim-basic_allowlist%%012-00060\nPASS: 18-sim-basic_allowlist%%012-00061\nPASS: 18-sim-basic_allowlist%%012-00062\nPASS: 18-sim-basic_allowlist%%012-00063\nPASS: 18-sim-basic_allowlist%%012-00064\nPASS: 18-sim-basic_allowlist%%012-00065\nPASS: 18-sim-basic_allowlist%%012-00066\nPASS: 18-sim-basic_allowlist%%012-00067\nPASS: 18-sim-basic_allowlist%%012-00068\nPASS: 18-sim-basic_allowlist%%012-00069\nPASS: 18-sim-basic_allowlist%%012-00070\nPASS: 18-sim-basic_allowlist%%012-00071\nPASS: 18-sim-basic_allowlist%%012-00072\nPASS: 18-sim-basic_allowlist%%012-00073\nPASS: 18-sim-basic_allowlist%%012-00074\nPASS: 18-sim-basic_allowlist%%012-00075\nPASS: 18-sim-basic_allowlist%%012-00076\nPASS: 18-sim-basic_allowlist%%012-00077\nPASS: 18-sim-basic_allowlist%%012-00078\nPASS: 18-sim-basic_allowlist%%012-00079\nPASS: 18-sim-basic_allowlist%%012-00080\nPASS: 18-sim-basic_allowlist%%012-00081\nPASS: 18-sim-basic_allowlist%%012-00082\nPASS: 18-sim-basic_allowlist%%012-00083\nPASS: 18-sim-basic_allowlist%%012-00084\nPASS: 18-sim-basic_allowlist%%012-00085\nPASS: 18-sim-basic_allowlist%%012-00086\nPASS: 18-sim-basic_allowlist%%012-00087\nPASS: 18-sim-basic_allowlist%%012-00088\nPASS: 18-sim-basic_allowlist%%012-00089\nPASS: 18-sim-basic_allowlist%%012-00090\nPASS: 18-sim-basic_allowlist%%012-00091\nPASS: 18-sim-basic_allowlist%%012-00092\nPASS: 18-sim-basic_allowlist%%012-00093\nPASS: 18-sim-basic_allowlist%%012-00094\nPASS: 18-sim-basic_allowlist%%012-00095\nPASS: 18-sim-basic_allowlist%%012-00096\nPASS: 18-sim-basic_allowlist%%012-00097\nPASS: 18-sim-basic_allowlist%%012-00098\nPASS: 18-sim-basic_allowlist%%012-00099\nPASS: 18-sim-basic_allowlist%%012-00100\nPASS: 18-sim-basic_allowlist%%012-00101\nPASS: 18-sim-basic_allowlist%%012-00102\nPASS: 18-sim-basic_allowlist%%012-00103\nPASS: 18-sim-basic_allowlist%%012-00104\nPASS: 18-sim-basic_allowlist%%012-00105\nPASS: 18-sim-basic_allowlist%%012-00106\nPASS: 18-sim-basic_allowlist%%012-00107\nPASS: 18-sim-basic_allowlist%%012-00108\nPASS: 18-sim-basic_allowlist%%012-00109\nPASS: 18-sim-basic_allowlist%%012-00110\nPASS: 18-sim-basic_allowlist%%012-00111\nPASS: 18-sim-basic_allowlist%%012-00112\nPASS: 18-sim-basic_allowlist%%012-00113\nPASS: 18-sim-basic_allowlist%%012-00114\nPASS: 18-sim-basic_allowlist%%012-00115\nPASS: 18-sim-basic_allowlist%%012-00116\nPASS: 18-sim-basic_allowlist%%012-00117\nPASS: 18-sim-basic_allowlist%%012-00118\nPASS: 18-sim-basic_allowlist%%012-00119\nPASS: 18-sim-basic_allowlist%%012-00120\nPASS: 18-sim-basic_allowlist%%012-00121\nPASS: 18-sim-basic_allowlist%%012-00122\nPASS: 18-sim-basic_allowlist%%012-00123\nPASS: 18-sim-basic_allowlist%%012-00124\nPASS: 18-sim-basic_allowlist%%012-00125\nPASS: 18-sim-basic_allowlist%%012-00126\nPASS: 18-sim-basic_allowlist%%012-00127\nPASS: 18-sim-basic_allowlist%%012-00128\nPASS: 18-sim-basic_allowlist%%012-00129\nPASS: 18-sim-basic_allowlist%%012-00130\nPASS: 18-sim-basic_allowlist%%012-00131\nPASS: 18-sim-basic_allowlist%%012-00132\nPASS: 18-sim-basic_allowlist%%012-00133\nPASS: 18-sim-basic_allowlist%%012-00134\nPASS: 18-sim-basic_allowlist%%012-00135\nPASS: 18-sim-basic_allowlist%%012-00136\nPASS: 18-sim-basic_allowlist%%012-00137\nPASS: 18-sim-basic_allowlist%%012-00138\nPASS: 18-sim-basic_allowlist%%012-00139\nPASS: 18-sim-basic_allowlist%%012-00140\nPASS: 18-sim-basic_allowlist%%012-00141\nPASS: 18-sim-basic_allowlist%%012-00142\nPASS: 18-sim-basic_allowlist%%012-00143\nPASS: 18-sim-basic_allowlist%%012-00144\nPASS: 18-sim-basic_allowlist%%012-00145\nPASS: 18-sim-basic_allowlist%%012-00146\nPASS: 18-sim-basic_allowlist%%012-00147\nPASS: 18-sim-basic_allowlist%%012-00148\nPASS: 18-sim-basic_allowlist%%012-00149\nPASS: 18-sim-basic_allowlist%%012-00150\nPASS: 18-sim-basic_allowlist%%012-00151\nPASS: 18-sim-basic_allowlist%%012-00152\nPASS: 18-sim-basic_allowlist%%012-00153\nPASS: 18-sim-basic_allowlist%%012-00154\nPASS: 18-sim-basic_allowlist%%012-00155\nPASS: 18-sim-basic_allowlist%%012-00156\nPASS: 18-sim-basic_allowlist%%012-00157\nPASS: 18-sim-basic_allowlist%%012-00158\nPASS: 18-sim-basic_allowlist%%012-00159\nPASS: 18-sim-basic_allowlist%%012-00160\nPASS: 18-sim-basic_allowlist%%012-00161\nPASS: 18-sim-basic_allowlist%%012-00162\nPASS: 18-sim-basic_allowlist%%012-00163\nPASS: 18-sim-basic_allowlist%%012-00164\nPASS: 18-sim-basic_allowlist%%012-00165\nPASS: 18-sim-basic_allowlist%%012-00166\nPASS: 18-sim-basic_allowlist%%012-00167\nPASS: 18-sim-basic_allowlist%%012-00168\nPASS: 18-sim-basic_allowlist%%012-00169\nPASS: 18-sim-basic_allowlist%%012-00170\nPASS: 18-sim-basic_allowlist%%012-00171\nPASS: 18-sim-basic_allowlist%%012-00172\nPASS: 18-sim-basic_allowlist%%012-00173\nPASS: 18-sim-basic_allowlist%%012-00174\nPASS: 18-sim-basic_allowlist%%012-00175\nPASS: 18-sim-basic_allowlist%%012-00176\nPASS: 18-sim-basic_allowlist%%012-00177\nPASS: 18-sim-basic_allowlist%%012-00178\nPASS: 18-sim-basic_allowlist%%012-00179\nPASS: 18-sim-basic_allowlist%%012-00180\nPASS: 18-sim-basic_allowlist%%012-00181\nPASS: 18-sim-basic_allowlist%%012-00182\nPASS: 18-sim-basic_allowlist%%012-00183\nPASS: 18-sim-basic_allowlist%%012-00184\nPASS: 18-sim-basic_allowlist%%012-00185\nPASS: 18-sim-basic_allowlist%%012-00186\nPASS: 18-sim-basic_allowlist%%012-00187\nPASS: 18-sim-basic_allowlist%%012-00188\nPASS: 18-sim-basic_allowlist%%012-00189\nPASS: 18-sim-basic_allowlist%%012-00190\nPASS: 18-sim-basic_allowlist%%012-00191\nPASS: 18-sim-basic_allowlist%%012-00192\nPASS: 18-sim-basic_allowlist%%012-00193\nPASS: 18-sim-basic_allowlist%%012-00194\nPASS: 18-sim-basic_allowlist%%012-00195\nPASS: 18-sim-basic_allowlist%%012-00196\nPASS: 18-sim-basic_allowlist%%012-00197\nPASS: 18-sim-basic_allowlist%%012-00198\nPASS: 18-sim-basic_allowlist%%012-00199\nPASS: 18-sim-basic_allowlist%%012-00200\nPASS: 18-sim-basic_allowlist%%012-00201\nPASS: 18-sim-basic_allowlist%%012-00202\nPASS: 18-sim-basic_allowlist%%012-00203\nPASS: 18-sim-basic_allowlist%%012-00204\nPASS: 18-sim-basic_allowlist%%012-00205\nPASS: 18-sim-basic_allowlist%%012-00206\nPASS: 18-sim-basic_allowlist%%012-00207\nPASS: 18-sim-basic_allowlist%%012-00208\nPASS: 18-sim-basic_allowlist%%012-00209\nPASS: 18-sim-basic_allowlist%%012-00210\nPASS: 18-sim-basic_allowlist%%012-00211\nPASS: 18-sim-basic_allowlist%%012-00212\nPASS: 18-sim-basic_allowlist%%012-00213\nPASS: 18-sim-basic_allowlist%%012-00214\nPASS: 18-sim-basic_allowlist%%012-00215\nPASS: 18-sim-basic_allowlist%%012-00216\nPASS: 18-sim-basic_allowlist%%012-00217\nPASS: 18-sim-basic_allowlist%%012-00218\nPASS: 18-sim-basic_allowlist%%012-00219\nPASS: 18-sim-basic_allowlist%%012-00220\nPASS: 18-sim-basic_allowlist%%012-00221\nPASS: 18-sim-basic_allowlist%%012-00222\nPASS: 18-sim-basic_allowlist%%012-00223\nPASS: 18-sim-basic_allowlist%%012-00224\nPASS: 18-sim-basic_allowlist%%012-00225\nPASS: 18-sim-basic_allowlist%%012-00226\nPASS: 18-sim-basic_allowlist%%012-00227\nPASS: 18-sim-basic_allowlist%%012-00228\nPASS: 18-sim-basic_allowlist%%012-00229\nPASS: 18-sim-basic_allowlist%%012-00230\nPASS: 18-sim-basic_allowlist%%012-00231\nPASS: 18-sim-basic_allowlist%%012-00232\nPASS: 18-sim-basic_allowlist%%012-00233\nPASS: 18-sim-basic_allowlist%%012-00234\nPASS: 18-sim-basic_allowlist%%012-00235\nPASS: 18-sim-basic_allowlist%%012-00236\nPASS: 18-sim-basic_allowlist%%012-00237\nPASS: 18-sim-basic_allowlist%%012-00238\nPASS: 18-sim-basic_allowlist%%012-00239\nPASS: 18-sim-basic_allowlist%%012-00240\nPASS: 18-sim-basic_allowlist%%012-00241\nPASS: 18-sim-basic_allowlist%%012-00242\nPASS: 18-sim-basic_allowlist%%012-00243\nPASS: 18-sim-basic_allowlist%%012-00244\nPASS: 18-sim-basic_allowlist%%012-00245\nPASS: 18-sim-basic_allowlist%%012-00246\nPASS: 18-sim-basic_allowlist%%012-00247\nPASS: 18-sim-basic_allowlist%%012-00248\nPASS: 18-sim-basic_allowlist%%012-00249\nPASS: 18-sim-basic_allowlist%%012-00250\nPASS: 18-sim-basic_allowlist%%012-00251\nPASS: 18-sim-basic_allowlist%%012-00252\nPASS: 18-sim-basic_allowlist%%012-00253\nPASS: 18-sim-basic_allowlist%%012-00254\nPASS: 18-sim-basic_allowlist%%012-00255\nPASS: 18-sim-basic_allowlist%%012-00256\nPASS: 18-sim-basic_allowlist%%012-00257\nPASS: 18-sim-basic_allowlist%%012-00258\nPASS: 18-sim-basic_allowlist%%012-00259\nPASS: 18-sim-basic_allowlist%%012-00260\nPASS: 18-sim-basic_allowlist%%012-00261\nPASS: 18-sim-basic_allowlist%%012-00262\nPASS: 18-sim-basic_allowlist%%012-00263\nPASS: 18-sim-basic_allowlist%%012-00264\nPASS: 18-sim-basic_allowlist%%012-00265\nPASS: 18-sim-basic_allowlist%%012-00266\nPASS: 18-sim-basic_allowlist%%012-00267\nPASS: 18-sim-basic_allowlist%%012-00268\nPASS: 18-sim-basic_allowlist%%012-00269\nPASS: 18-sim-basic_allowlist%%012-00270\nPASS: 18-sim-basic_allowlist%%012-00271\nPASS: 18-sim-basic_allowlist%%012-00272\nPASS: 18-sim-basic_allowlist%%012-00273\nPASS: 18-sim-basic_allowlist%%012-00274\nPASS: 18-sim-basic_allowlist%%012-00275\nPASS: 18-sim-basic_allowlist%%012-00276\nPASS: 18-sim-basic_allowlist%%012-00277\nPASS: 18-sim-basic_allowlist%%012-00278\nPASS: 18-sim-basic_allowlist%%012-00279\nPASS: 18-sim-basic_allowlist%%012-00280\nPASS: 18-sim-basic_allowlist%%012-00281\nPASS: 18-sim-basic_allowlist%%012-00282\nPASS: 18-sim-basic_allowlist%%012-00283\nPASS: 18-sim-basic_allowlist%%012-00284\nPASS: 18-sim-basic_allowlist%%012-00285\nPASS: 18-sim-basic_allowlist%%012-00286\nPASS: 18-sim-basic_allowlist%%012-00287\nPASS: 18-sim-basic_allowlist%%012-00288\nPASS: 18-sim-basic_allowlist%%012-00289\nPASS: 18-sim-basic_allowlist%%012-00290\nPASS: 18-sim-basic_allowlist%%012-00291\nPASS: 18-sim-basic_allowlist%%012-00292\nPASS: 18-sim-basic_allowlist%%012-00293\nPASS: 18-sim-basic_allowlist%%012-00294\nPASS: 18-sim-basic_allowlist%%012-00295\nPASS: 18-sim-basic_allowlist%%012-00296\nPASS: 18-sim-basic_allowlist%%012-00297\nPASS: 18-sim-basic_allowlist%%012-00298\nPASS: 18-sim-basic_allowlist%%012-00299\nPASS: 18-sim-basic_allowlist%%012-00300\nPASS: 18-sim-basic_allowlist%%012-00301\nPASS: 18-sim-basic_allowlist%%012-00302\nPASS: 18-sim-basic_allowlist%%012-00303\nPASS: 18-sim-basic_allowlist%%012-00304\nPASS: 18-sim-basic_allowlist%%012-00305\nPASS: 18-sim-basic_allowlist%%012-00306\nPASS: 18-sim-basic_allowlist%%012-00307\nPASS: 18-sim-basic_allowlist%%012-00308\nPASS: 18-sim-basic_allowlist%%012-00309\nPASS: 18-sim-basic_allowlist%%012-00310\nPASS: 18-sim-basic_allowlist%%012-00311\nPASS: 18-sim-basic_allowlist%%012-00312\nPASS: 18-sim-basic_allowlist%%012-00313\nPASS: 18-sim-basic_allowlist%%012-00314\nPASS: 18-sim-basic_allowlist%%012-00315\nPASS: 18-sim-basic_allowlist%%012-00316\nPASS: 18-sim-basic_allowlist%%012-00317\nPASS: 18-sim-basic_allowlist%%012-00318\nPASS: 18-sim-basic_allowlist%%012-00319\nPASS: 18-sim-basic_allowlist%%012-00320\nPASS: 18-sim-basic_allowlist%%012-00321\nPASS: 18-sim-basic_allowlist%%012-00322\nPASS: 18-sim-basic_allowlist%%012-00323\nPASS: 18-sim-basic_allowlist%%012-00324\nPASS: 18-sim-basic_allowlist%%012-00325\nPASS: 18-sim-basic_allowlist%%012-00326\nPASS: 18-sim-basic_allowlist%%012-00327\nPASS: 18-sim-basic_allowlist%%012-00328\nPASS: 18-sim-basic_allowlist%%012-00329\nPASS: 18-sim-basic_allowlist%%012-00330\nPASS: 18-sim-basic_allowlist%%012-00331\nPASS: 18-sim-basic_allowlist%%012-00332\nPASS: 18-sim-basic_allowlist%%012-00333\nPASS: 18-sim-basic_allowlist%%012-00334\nPASS: 18-sim-basic_allowlist%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 18-sim-basic_allowlist%%013-00001\nPASS: 18-sim-basic_allowlist%%013-00002\nPASS: 18-sim-basic_allowlist%%013-00003\nPASS: 18-sim-basic_allowlist%%013-00004\nPASS: 18-sim-basic_allowlist%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 18-sim-basic_allowlist%%014-00001 (valgrind not installed)\n batch name: 19-sim-missing_syscalls\n test mode:  c\n test type:  bpf-sim\nPASS: 19-sim-missing_syscalls%%001-00001\nPASS: 19-sim-missing_syscalls%%001-00002\nPASS: 19-sim-missing_syscalls%%001-00003\nPASS: 19-sim-missing_syscalls%%001-00004\nPASS: 19-sim-missing_syscalls%%001-00005\nPASS: 19-sim-missing_syscalls%%001-00006\nPASS: 19-sim-missing_syscalls%%001-00007\nPASS: 19-sim-missing_syscalls%%001-00008\nPASS: 19-sim-missing_syscalls%%001-00009\nPASS: 19-sim-missing_syscalls%%001-00010\nPASS: 19-sim-missing_syscalls%%001-00011\nPASS: 19-sim-missing_syscalls%%001-00012\nPASS: 19-sim-missing_syscalls%%001-00013\nPASS: 19-sim-missing_syscalls%%001-00014\nPASS: 19-sim-missing_syscalls%%001-00015\nPASS: 19-sim-missing_syscalls%%001-00016\nPASS: 19-sim-missing_syscalls%%001-00017\nPASS: 19-sim-missing_syscalls%%001-00018\nPASS: 19-sim-missing_syscalls%%001-00019\nPASS: 19-sim-missing_syscalls%%001-00020\nPASS: 19-sim-missing_syscalls%%001-00021\nPASS: 19-sim-missing_syscalls%%001-00022\nPASS: 19-sim-missing_syscalls%%001-00023\nPASS: 19-sim-missing_syscalls%%001-00024\nPASS: 19-sim-missing_syscalls%%001-00025\nPASS: 19-sim-missing_syscalls%%001-00026\nPASS: 19-sim-missing_syscalls%%001-00027\nPASS: 19-sim-missing_syscalls%%001-00028\nPASS: 19-sim-missing_syscalls%%001-00029\nPASS: 19-sim-missing_syscalls%%001-00030\nPASS: 19-sim-missing_syscalls%%001-00031\nPASS: 19-sim-missing_syscalls%%001-00032\nPASS: 19-sim-missing_syscalls%%001-00033\nPASS: 19-sim-missing_syscalls%%001-00034\nPASS: 19-sim-missing_syscalls%%001-00035\nPASS: 19-sim-missing_syscalls%%001-00036\nPASS: 19-sim-missing_syscalls%%001-00037\nPASS: 19-sim-missing_syscalls%%001-00038\nPASS: 19-sim-missing_syscalls%%001-00039\nPASS: 19-sim-missing_syscalls%%001-00040\nPASS: 19-sim-missing_syscalls%%001-00041\nPASS: 19-sim-missing_syscalls%%001-00042\nPASS: 19-sim-missing_syscalls%%001-00043\nPASS: 19-sim-missing_syscalls%%001-00044\nPASS: 19-sim-missing_syscalls%%001-00045\nPASS: 19-sim-missing_syscalls%%001-00046\nPASS: 19-sim-missing_syscalls%%001-00047\nPASS: 19-sim-missing_syscalls%%001-00048\nPASS: 19-sim-missing_syscalls%%001-00049\nPASS: 19-sim-missing_syscalls%%001-00050\nPASS: 19-sim-missing_syscalls%%001-00051\nPASS: 19-sim-missing_syscalls%%001-00052\nPASS: 19-sim-missing_syscalls%%001-00053\nPASS: 19-sim-missing_syscalls%%001-00054\nPASS: 19-sim-missing_syscalls%%001-00055\nPASS: 19-sim-missing_syscalls%%001-00056\nPASS: 19-sim-missing_syscalls%%001-00057\nPASS: 19-sim-missing_syscalls%%001-00058\nPASS: 19-sim-missing_syscalls%%001-00059\nPASS: 19-sim-missing_syscalls%%001-00060\nPASS: 19-sim-missing_syscalls%%001-00061\nPASS: 19-sim-missing_syscalls%%001-00062\nPASS: 19-sim-missing_syscalls%%001-00063\nPASS: 19-sim-missing_syscalls%%001-00064\nPASS: 19-sim-missing_syscalls%%001-00065\nPASS: 19-sim-missing_syscalls%%001-00066\nPASS: 19-sim-missing_syscalls%%001-00067\nPASS: 19-sim-missing_syscalls%%001-00068\nPASS: 19-sim-missing_syscalls%%001-00069\nPASS: 19-sim-missing_syscalls%%001-00070\nPASS: 19-sim-missing_syscalls%%001-00071\nPASS: 19-sim-missing_syscalls%%001-00072\nPASS: 19-sim-missing_syscalls%%001-00073\nPASS: 19-sim-missing_syscalls%%001-00074\nPASS: 19-sim-missing_syscalls%%001-00075\nPASS: 19-sim-missing_syscalls%%001-00076\nPASS: 19-sim-missing_syscalls%%001-00077\nPASS: 19-sim-missing_syscalls%%001-00078\nPASS: 19-sim-missing_syscalls%%001-00079\nPASS: 19-sim-missing_syscalls%%001-00080\nPASS: 19-sim-missing_syscalls%%001-00081\nPASS: 19-sim-missing_syscalls%%001-00082\nPASS: 19-sim-missing_syscalls%%001-00083\nPASS: 19-sim-missing_syscalls%%001-00084\nPASS: 19-sim-missing_syscalls%%001-00085\nPASS: 19-sim-missing_syscalls%%001-00086\nPASS: 19-sim-missing_syscalls%%001-00087\nPASS: 19-sim-missing_syscalls%%001-00088\nPASS: 19-sim-missing_syscalls%%001-00089\nPASS: 19-sim-missing_syscalls%%001-00090\nPASS: 19-sim-missing_syscalls%%001-00091\nPASS: 19-sim-missing_syscalls%%001-00092\nPASS: 19-sim-missing_syscalls%%001-00093\nPASS: 19-sim-missing_syscalls%%001-00094\nPASS: 19-sim-missing_syscalls%%001-00095\nPASS: 19-sim-missing_syscalls%%001-00096\nPASS: 19-sim-missing_syscalls%%001-00097\nPASS: 19-sim-missing_syscalls%%001-00098\nPASS: 19-sim-missing_syscalls%%001-00099\nPASS: 19-sim-missing_syscalls%%001-00100\nPASS: 19-sim-missing_syscalls%%001-00101\nPASS: 19-sim-missing_syscalls%%001-00102\nPASS: 19-sim-missing_syscalls%%001-00103\nPASS: 19-sim-missing_syscalls%%001-00104\nPASS: 19-sim-missing_syscalls%%001-00105\nPASS: 19-sim-missing_syscalls%%001-00106\nPASS: 19-sim-missing_syscalls%%001-00107\nPASS: 19-sim-missing_syscalls%%001-00108\nPASS: 19-sim-missing_syscalls%%001-00109\nPASS: 19-sim-missing_syscalls%%001-00110\nPASS: 19-sim-missing_syscalls%%001-00111\nPASS: 19-sim-missing_syscalls%%001-00112\nPASS: 19-sim-missing_syscalls%%001-00113\nPASS: 19-sim-missing_syscalls%%001-00114\nPASS: 19-sim-missing_syscalls%%001-00115\nPASS: 19-sim-missing_syscalls%%001-00116\nPASS: 19-sim-missing_syscalls%%001-00117\nPASS: 19-sim-missing_syscalls%%001-00118\nPASS: 19-sim-missing_syscalls%%001-00119\nPASS: 19-sim-missing_syscalls%%001-00120\nPASS: 19-sim-missing_syscalls%%001-00121\nPASS: 19-sim-missing_syscalls%%001-00122\nPASS: 19-sim-missing_syscalls%%001-00123\nPASS: 19-sim-missing_syscalls%%001-00124\nPASS: 19-sim-missing_syscalls%%001-00125\nPASS: 19-sim-missing_syscalls%%001-00126\nPASS: 19-sim-missing_syscalls%%001-00127\nPASS: 19-sim-missing_syscalls%%001-00128\nPASS: 19-sim-missing_syscalls%%001-00129\nPASS: 19-sim-missing_syscalls%%001-00130\nPASS: 19-sim-missing_syscalls%%001-00131\nPASS: 19-sim-missing_syscalls%%001-00132\nPASS: 19-sim-missing_syscalls%%001-00133\nPASS: 19-sim-missing_syscalls%%001-00134\nPASS: 19-sim-missing_syscalls%%001-00135\nPASS: 19-sim-missing_syscalls%%001-00136\nPASS: 19-sim-missing_syscalls%%001-00137\nPASS: 19-sim-missing_syscalls%%001-00138\nPASS: 19-sim-missing_syscalls%%001-00139\nPASS: 19-sim-missing_syscalls%%001-00140\nPASS: 19-sim-missing_syscalls%%001-00141\nPASS: 19-sim-missing_syscalls%%001-00142\nPASS: 19-sim-missing_syscalls%%001-00143\nPASS: 19-sim-missing_syscalls%%001-00144\nPASS: 19-sim-missing_syscalls%%001-00145\nPASS: 19-sim-missing_syscalls%%001-00146\nPASS: 19-sim-missing_syscalls%%001-00147\nPASS: 19-sim-missing_syscalls%%001-00148\nPASS: 19-sim-missing_syscalls%%001-00149\nPASS: 19-sim-missing_syscalls%%001-00150\nPASS: 19-sim-missing_syscalls%%001-00151\nPASS: 19-sim-missing_syscalls%%001-00152\nPASS: 19-sim-missing_syscalls%%001-00153\nPASS: 19-sim-missing_syscalls%%001-00154\nPASS: 19-sim-missing_syscalls%%001-00155\nPASS: 19-sim-missing_syscalls%%001-00156\nPASS: 19-sim-missing_syscalls%%001-00157\nPASS: 19-sim-missing_syscalls%%001-00158\nPASS: 19-sim-missing_syscalls%%001-00159\nPASS: 19-sim-missing_syscalls%%001-00160\nPASS: 19-sim-missing_syscalls%%001-00161\nPASS: 19-sim-missing_syscalls%%001-00162\nPASS: 19-sim-missing_syscalls%%001-00163\nPASS: 19-sim-missing_syscalls%%001-00164\nPASS: 19-sim-missing_syscalls%%001-00165\nPASS: 19-sim-missing_syscalls%%001-00166\nPASS: 19-sim-missing_syscalls%%001-00167\nPASS: 19-sim-missing_syscalls%%001-00168\nPASS: 19-sim-missing_syscalls%%001-00169\nPASS: 19-sim-missing_syscalls%%001-00170\nPASS: 19-sim-missing_syscalls%%001-00171\nPASS: 19-sim-missing_syscalls%%001-00172\nPASS: 19-sim-missing_syscalls%%001-00173\nPASS: 19-sim-missing_syscalls%%001-00174\nPASS: 19-sim-missing_syscalls%%001-00175\nPASS: 19-sim-missing_syscalls%%001-00176\nPASS: 19-sim-missing_syscalls%%001-00177\nPASS: 19-sim-missing_syscalls%%001-00178\nPASS: 19-sim-missing_syscalls%%001-00179\nPASS: 19-sim-missing_syscalls%%001-00180\nPASS: 19-sim-missing_syscalls%%001-00181\nPASS: 19-sim-missing_syscalls%%001-00182\nPASS: 19-sim-missing_syscalls%%001-00183\nPASS: 19-sim-missing_syscalls%%001-00184\nPASS: 19-sim-missing_syscalls%%001-00185\nPASS: 19-sim-missing_syscalls%%001-00186\nPASS: 19-sim-missing_syscalls%%001-00187\nPASS: 19-sim-missing_syscalls%%001-00188\nPASS: 19-sim-missing_syscalls%%001-00189\nPASS: 19-sim-missing_syscalls%%001-00190\nPASS: 19-sim-missing_syscalls%%001-00191\nPASS: 19-sim-missing_syscalls%%001-00192\nPASS: 19-sim-missing_syscalls%%001-00193\nPASS: 19-sim-missing_syscalls%%001-00194\nPASS: 19-sim-missing_syscalls%%001-00195\nPASS: 19-sim-missing_syscalls%%001-00196\nPASS: 19-sim-missing_syscalls%%001-00197\nPASS: 19-sim-missing_syscalls%%001-00198\nPASS: 19-sim-missing_syscalls%%001-00199\nPASS: 19-sim-missing_syscalls%%001-00200\nPASS: 19-sim-missing_syscalls%%001-00201\nPASS: 19-sim-missing_syscalls%%001-00202\nPASS: 19-sim-missing_syscalls%%001-00203\nPASS: 19-sim-missing_syscalls%%001-00204\nPASS: 19-sim-missing_syscalls%%001-00205\nPASS: 19-sim-missing_syscalls%%001-00206\nPASS: 19-sim-missing_syscalls%%001-00207\nPASS: 19-sim-missing_syscalls%%001-00208\nPASS: 19-sim-missing_syscalls%%001-00209\nPASS: 19-sim-missing_syscalls%%001-00210\nPASS: 19-sim-missing_syscalls%%001-00211\nPASS: 19-sim-missing_syscalls%%001-00212\nPASS: 19-sim-missing_syscalls%%001-00213\nPASS: 19-sim-missing_syscalls%%001-00214\nPASS: 19-sim-missing_syscalls%%001-00215\nPASS: 19-sim-missing_syscalls%%001-00216\nPASS: 19-sim-missing_syscalls%%001-00217\nPASS: 19-sim-missing_syscalls%%001-00218\nPASS: 19-sim-missing_syscalls%%001-00219\nPASS: 19-sim-missing_syscalls%%001-00220\nPASS: 19-sim-missing_syscalls%%001-00221\nPASS: 19-sim-missing_syscalls%%001-00222\nPASS: 19-sim-missing_syscalls%%001-00223\nPASS: 19-sim-missing_syscalls%%001-00224\nPASS: 19-sim-missing_syscalls%%001-00225\nPASS: 19-sim-missing_syscalls%%001-00226\nPASS: 19-sim-missing_syscalls%%001-00227\nPASS: 19-sim-missing_syscalls%%001-00228\nPASS: 19-sim-missing_syscalls%%001-00229\nPASS: 19-sim-missing_syscalls%%001-00230\nPASS: 19-sim-missing_syscalls%%001-00231\nPASS: 19-sim-missing_syscalls%%001-00232\nPASS: 19-sim-missing_syscalls%%001-00233\nPASS: 19-sim-missing_syscalls%%001-00234\nPASS: 19-sim-missing_syscalls%%001-00235\nPASS: 19-sim-missing_syscalls%%001-00236\nPASS: 19-sim-missing_syscalls%%001-00237\nPASS: 19-sim-missing_syscalls%%001-00238\nPASS: 19-sim-missing_syscalls%%001-00239\nPASS: 19-sim-missing_syscalls%%001-00240\nPASS: 19-sim-missing_syscalls%%001-00241\nPASS: 19-sim-missing_syscalls%%001-00242\nPASS: 19-sim-missing_syscalls%%001-00243\nPASS: 19-sim-missing_syscalls%%001-00244\nPASS: 19-sim-missing_syscalls%%001-00245\nPASS: 19-sim-missing_syscalls%%001-00246\nPASS: 19-sim-missing_syscalls%%001-00247\nPASS: 19-sim-missing_syscalls%%001-00248\nPASS: 19-sim-missing_syscalls%%001-00249\nPASS: 19-sim-missing_syscalls%%001-00250\nPASS: 19-sim-missing_syscalls%%001-00251\nPASS: 19-sim-missing_syscalls%%001-00252\nPASS: 19-sim-missing_syscalls%%001-00253\nPASS: 19-sim-missing_syscalls%%001-00254\nPASS: 19-sim-missing_syscalls%%001-00255\nPASS: 19-sim-missing_syscalls%%001-00256\nPASS: 19-sim-missing_syscalls%%001-00257\nPASS: 19-sim-missing_syscalls%%001-00258\nPASS: 19-sim-missing_syscalls%%001-00259\nPASS: 19-sim-missing_syscalls%%001-00260\nPASS: 19-sim-missing_syscalls%%001-00261\nPASS: 19-sim-missing_syscalls%%001-00262\nPASS: 19-sim-missing_syscalls%%001-00263\nPASS: 19-sim-missing_syscalls%%001-00264\nPASS: 19-sim-missing_syscalls%%001-00265\nPASS: 19-sim-missing_syscalls%%001-00266\nPASS: 19-sim-missing_syscalls%%001-00267\nPASS: 19-sim-missing_syscalls%%001-00268\nPASS: 19-sim-missing_syscalls%%001-00269\nPASS: 19-sim-missing_syscalls%%001-00270\nPASS: 19-sim-missing_syscalls%%001-00271\nPASS: 19-sim-missing_syscalls%%001-00272\nPASS: 19-sim-missing_syscalls%%001-00273\nPASS: 19-sim-missing_syscalls%%001-00274\nPASS: 19-sim-missing_syscalls%%001-00275\nPASS: 19-sim-missing_syscalls%%001-00276\nPASS: 19-sim-missing_syscalls%%001-00277\nPASS: 19-sim-missing_syscalls%%001-00278\nPASS: 19-sim-missing_syscalls%%001-00279\nPASS: 19-sim-missing_syscalls%%001-00280\nPASS: 19-sim-missing_syscalls%%001-00281\nPASS: 19-sim-missing_syscalls%%001-00282\nPASS: 19-sim-missing_syscalls%%001-00283\nPASS: 19-sim-missing_syscalls%%001-00284\nPASS: 19-sim-missing_syscalls%%001-00285\nPASS: 19-sim-missing_syscalls%%001-00286\nPASS: 19-sim-missing_syscalls%%001-00287\nPASS: 19-sim-missing_syscalls%%001-00288\nPASS: 19-sim-missing_syscalls%%001-00289\nPASS: 19-sim-missing_syscalls%%001-00290\nPASS: 19-sim-missing_syscalls%%001-00291\nPASS: 19-sim-missing_syscalls%%001-00292\nPASS: 19-sim-missing_syscalls%%001-00293\nPASS: 19-sim-missing_syscalls%%001-00294\nPASS: 19-sim-missing_syscalls%%001-00295\nPASS: 19-sim-missing_syscalls%%001-00296\nPASS: 19-sim-missing_syscalls%%001-00297\nPASS: 19-sim-missing_syscalls%%001-00298\nPASS: 19-sim-missing_syscalls%%001-00299\nPASS: 19-sim-missing_syscalls%%001-00300\nPASS: 19-sim-missing_syscalls%%001-00301\nPASS: 19-sim-missing_syscalls%%001-00302\nPASS: 19-sim-missing_syscalls%%001-00303\nPASS: 19-sim-missing_syscalls%%001-00304\nPASS: 19-sim-missing_syscalls%%001-00305\nPASS: 19-sim-missing_syscalls%%001-00306\nPASS: 19-sim-missing_syscalls%%001-00307\nPASS: 19-sim-missing_syscalls%%001-00308\nPASS: 19-sim-missing_syscalls%%001-00309\nPASS: 19-sim-missing_syscalls%%001-00310\nPASS: 19-sim-missing_syscalls%%001-00311\nPASS: 19-sim-missing_syscalls%%001-00312\nPASS: 19-sim-missing_syscalls%%001-00313\nPASS: 19-sim-missing_syscalls%%001-00314\nPASS: 19-sim-missing_syscalls%%001-00315\nPASS: 19-sim-missing_syscalls%%001-00316\nPASS: 19-sim-missing_syscalls%%001-00317\nPASS: 19-sim-missing_syscalls%%001-00318\nPASS: 19-sim-missing_syscalls%%001-00319\nPASS: 19-sim-missing_syscalls%%001-00320\nPASS: 19-sim-missing_syscalls%%001-00321\nPASS: 19-sim-missing_syscalls%%001-00322\nPASS: 19-sim-missing_syscalls%%001-00323\nPASS: 19-sim-missing_syscalls%%001-00324\nPASS: 19-sim-missing_syscalls%%001-00325\nPASS: 19-sim-missing_syscalls%%001-00326\nPASS: 19-sim-missing_syscalls%%001-00327\nPASS: 19-sim-missing_syscalls%%001-00328\nPASS: 19-sim-missing_syscalls%%001-00329\nPASS: 19-sim-missing_syscalls%%001-00330\nPASS: 19-sim-missing_syscalls%%001-00331\nPASS: 19-sim-missing_syscalls%%001-00332\nPASS: 19-sim-missing_syscalls%%001-00333\nPASS: 19-sim-missing_syscalls%%001-00334\nPASS: 19-sim-missing_syscalls%%001-00335\nPASS: 19-sim-missing_syscalls%%001-00336\nPASS: 19-sim-missing_syscalls%%001-00337\nPASS: 19-sim-missing_syscalls%%001-00338\nPASS: 19-sim-missing_syscalls%%001-00339\nPASS: 19-sim-missing_syscalls%%001-00340\nPASS: 19-sim-missing_syscalls%%001-00341\nPASS: 19-sim-missing_syscalls%%001-00342\nPASS: 19-sim-missing_syscalls%%001-00343\nPASS: 19-sim-missing_syscalls%%001-00344\nPASS: 19-sim-missing_syscalls%%001-00345\nPASS: 19-sim-missing_syscalls%%001-00346\nPASS: 19-sim-missing_syscalls%%001-00347\nPASS: 19-sim-missing_syscalls%%001-00348\nPASS: 19-sim-missing_syscalls%%001-00349\nPASS: 19-sim-missing_syscalls%%001-00350\nPASS: 19-sim-missing_syscalls%%001-00351\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 19-sim-missing_syscalls%%002-00001 (valgrind not installed)\n batch name: 20-live-basic_die\n test mode:  c\n test type:  live\nSKIP: 20-live-basic_die%%001-00001 (must specify live tests)\nSKIP: 20-live-basic_die%%002-00001 (must specify live tests)\nSKIP: 20-live-basic_die%%003-00001 (must specify live tests)\n batch name: 21-live-basic_allow\n test mode:  c\n test type:  live\nSKIP: 21-live-basic_allow%%001-00001 (must specify live tests)\n batch name: 22-sim-basic_chains_array\n test mode:  c\n test type:  bpf-sim\nPASS: 22-sim-basic_chains_array%%001-00001\nPASS: 22-sim-basic_chains_array%%002-00001\nPASS: 22-sim-basic_chains_array%%002-00002\nPASS: 22-sim-basic_chains_array%%002-00003\nPASS: 22-sim-basic_chains_array%%002-00004\nPASS: 22-sim-basic_chains_array%%002-00005\nPASS: 22-sim-basic_chains_array%%002-00006\nPASS: 22-sim-basic_chains_array%%002-00007\nPASS: 22-sim-basic_chains_array%%002-00008\nPASS: 22-sim-basic_chains_array%%002-00009\nPASS: 22-sim-basic_chains_array%%002-00010\nPASS: 22-sim-basic_chains_array%%003-00001\nPASS: 22-sim-basic_chains_array%%003-00002\nPASS: 22-sim-basic_chains_array%%004-00001\nPASS: 22-sim-basic_chains_array%%004-00002\nPASS: 22-sim-basic_chains_array%%004-00003\nPASS: 22-sim-basic_chains_array%%004-00004\nPASS: 22-sim-basic_chains_array%%004-00005\nPASS: 22-sim-basic_chains_array%%004-00006\nPASS: 22-sim-basic_chains_array%%004-00007\nPASS: 22-sim-basic_chains_array%%004-00008\nPASS: 22-sim-basic_chains_array%%005-00001\nPASS: 22-sim-basic_chains_array%%006-00001\nPASS: 22-sim-basic_chains_array%%007-00001\nSKIP: 22-sim-basic_chains_array%%008-00001 (architecture difference)\nSKIP: 22-sim-basic_chains_array%%009-00001 (architecture difference)\nSKIP: 22-sim-basic_chains_array%%010-00001 (architecture difference)\nPASS: 22-sim-basic_chains_array%%011-00001\nPASS: 22-sim-basic_chains_array%%011-00002\nPASS: 22-sim-basic_chains_array%%011-00003\nPASS: 22-sim-basic_chains_array%%011-00004\nPASS: 22-sim-basic_chains_array%%011-00005\nPASS: 22-sim-basic_chains_array%%011-00006\nPASS: 22-sim-basic_chains_array%%011-00007\nPASS: 22-sim-basic_chains_array%%011-00008\nPASS: 22-sim-basic_chains_array%%011-00009\nPASS: 22-sim-basic_chains_array%%011-00010\nPASS: 22-sim-basic_chains_array%%011-00011\nPASS: 22-sim-basic_chains_array%%012-00001\nPASS: 22-sim-basic_chains_array%%012-00002\nPASS: 22-sim-basic_chains_array%%012-00003\nPASS: 22-sim-basic_chains_array%%012-00004\nPASS: 22-sim-basic_chains_array%%012-00005\nPASS: 22-sim-basic_chains_array%%012-00006\nPASS: 22-sim-basic_chains_array%%012-00007\nPASS: 22-sim-basic_chains_array%%012-00008\nPASS: 22-sim-basic_chains_array%%012-00009\nPASS: 22-sim-basic_chains_array%%012-00010\nPASS: 22-sim-basic_chains_array%%012-00011\nPASS: 22-sim-basic_chains_array%%012-00012\nPASS: 22-sim-basic_chains_array%%012-00013\nPASS: 22-sim-basic_chains_array%%012-00014\nPASS: 22-sim-basic_chains_array%%012-00015\nPASS: 22-sim-basic_chains_array%%012-00016\nPASS: 22-sim-basic_chains_array%%012-00017\nPASS: 22-sim-basic_chains_array%%012-00018\nPASS: 22-sim-basic_chains_array%%012-00019\nPASS: 22-sim-basic_chains_array%%012-00020\nPASS: 22-sim-basic_chains_array%%012-00021\nPASS: 22-sim-basic_chains_array%%012-00022\nPASS: 22-sim-basic_chains_array%%012-00023\nPASS: 22-sim-basic_chains_array%%012-00024\nPASS: 22-sim-basic_chains_array%%012-00025\nPASS: 22-sim-basic_chains_array%%012-00026\nPASS: 22-sim-basic_chains_array%%012-00027\nPASS: 22-sim-basic_chains_array%%012-00028\nPASS: 22-sim-basic_chains_array%%012-00029\nPASS: 22-sim-basic_chains_array%%012-00030\nPASS: 22-sim-basic_chains_array%%012-00031\nPASS: 22-sim-basic_chains_array%%012-00032\nPASS: 22-sim-basic_chains_array%%012-00033\nPASS: 22-sim-basic_chains_array%%012-00034\nPASS: 22-sim-basic_chains_array%%012-00035\nPASS: 22-sim-basic_chains_array%%012-00036\nPASS: 22-sim-basic_chains_array%%012-00037\nPASS: 22-sim-basic_chains_array%%012-00038\nPASS: 22-sim-basic_chains_array%%012-00039\nPASS: 22-sim-basic_chains_array%%012-00040\nPASS: 22-sim-basic_chains_array%%012-00041\nPASS: 22-sim-basic_chains_array%%012-00042\nPASS: 22-sim-basic_chains_array%%012-00043\nPASS: 22-sim-basic_chains_array%%012-00044\nPASS: 22-sim-basic_chains_array%%012-00045\nPASS: 22-sim-basic_chains_array%%012-00046\nPASS: 22-sim-basic_chains_array%%012-00047\nPASS: 22-sim-basic_chains_array%%012-00048\nPASS: 22-sim-basic_chains_array%%012-00049\nPASS: 22-sim-basic_chains_array%%012-00050\nPASS: 22-sim-basic_chains_array%%012-00051\nPASS: 22-sim-basic_chains_array%%012-00052\nPASS: 22-sim-basic_chains_array%%012-00053\nPASS: 22-sim-basic_chains_array%%012-00054\nPASS: 22-sim-basic_chains_array%%012-00055\nPASS: 22-sim-basic_chains_array%%012-00056\nPASS: 22-sim-basic_chains_array%%012-00057\nPASS: 22-sim-basic_chains_array%%012-00058\nPASS: 22-sim-basic_chains_array%%012-00059\nPASS: 22-sim-basic_chains_array%%012-00060\nPASS: 22-sim-basic_chains_array%%012-00061\nPASS: 22-sim-basic_chains_array%%012-00062\nPASS: 22-sim-basic_chains_array%%012-00063\nPASS: 22-sim-basic_chains_array%%012-00064\nPASS: 22-sim-basic_chains_array%%012-00065\nPASS: 22-sim-basic_chains_array%%012-00066\nPASS: 22-sim-basic_chains_array%%012-00067\nPASS: 22-sim-basic_chains_array%%012-00068\nPASS: 22-sim-basic_chains_array%%012-00069\nPASS: 22-sim-basic_chains_array%%012-00070\nPASS: 22-sim-basic_chains_array%%012-00071\nPASS: 22-sim-basic_chains_array%%012-00072\nPASS: 22-sim-basic_chains_array%%012-00073\nPASS: 22-sim-basic_chains_array%%012-00074\nPASS: 22-sim-basic_chains_array%%012-00075\nPASS: 22-sim-basic_chains_array%%012-00076\nPASS: 22-sim-basic_chains_array%%012-00077\nPASS: 22-sim-basic_chains_array%%012-00078\nPASS: 22-sim-basic_chains_array%%012-00079\nPASS: 22-sim-basic_chains_array%%012-00080\nPASS: 22-sim-basic_chains_array%%012-00081\nPASS: 22-sim-basic_chains_array%%012-00082\nPASS: 22-sim-basic_chains_array%%012-00083\nPASS: 22-sim-basic_chains_array%%012-00084\nPASS: 22-sim-basic_chains_array%%012-00085\nPASS: 22-sim-basic_chains_array%%012-00086\nPASS: 22-sim-basic_chains_array%%012-00087\nPASS: 22-sim-basic_chains_array%%012-00088\nPASS: 22-sim-basic_chains_array%%012-00089\nPASS: 22-sim-basic_chains_array%%012-00090\nPASS: 22-sim-basic_chains_array%%012-00091\nPASS: 22-sim-basic_chains_array%%012-00092\nPASS: 22-sim-basic_chains_array%%012-00093\nPASS: 22-sim-basic_chains_array%%012-00094\nPASS: 22-sim-basic_chains_array%%012-00095\nPASS: 22-sim-basic_chains_array%%012-00096\nPASS: 22-sim-basic_chains_array%%012-00097\nPASS: 22-sim-basic_chains_array%%012-00098\nPASS: 22-sim-basic_chains_array%%012-00099\nPASS: 22-sim-basic_chains_array%%012-00100\nPASS: 22-sim-basic_chains_array%%012-00101\nPASS: 22-sim-basic_chains_array%%012-00102\nPASS: 22-sim-basic_chains_array%%012-00103\nPASS: 22-sim-basic_chains_array%%012-00104\nPASS: 22-sim-basic_chains_array%%012-00105\nPASS: 22-sim-basic_chains_array%%012-00106\nPASS: 22-sim-basic_chains_array%%012-00107\nPASS: 22-sim-basic_chains_array%%012-00108\nPASS: 22-sim-basic_chains_array%%012-00109\nPASS: 22-sim-basic_chains_array%%012-00110\nPASS: 22-sim-basic_chains_array%%012-00111\nPASS: 22-sim-basic_chains_array%%012-00112\nPASS: 22-sim-basic_chains_array%%012-00113\nPASS: 22-sim-basic_chains_array%%012-00114\nPASS: 22-sim-basic_chains_array%%012-00115\nPASS: 22-sim-basic_chains_array%%012-00116\nPASS: 22-sim-basic_chains_array%%012-00117\nPASS: 22-sim-basic_chains_array%%012-00118\nPASS: 22-sim-basic_chains_array%%012-00119\nPASS: 22-sim-basic_chains_array%%012-00120\nPASS: 22-sim-basic_chains_array%%012-00121\nPASS: 22-sim-basic_chains_array%%012-00122\nPASS: 22-sim-basic_chains_array%%012-00123\nPASS: 22-sim-basic_chains_array%%012-00124\nPASS: 22-sim-basic_chains_array%%012-00125\nPASS: 22-sim-basic_chains_array%%012-00126\nPASS: 22-sim-basic_chains_array%%012-00127\nPASS: 22-sim-basic_chains_array%%012-00128\nPASS: 22-sim-basic_chains_array%%012-00129\nPASS: 22-sim-basic_chains_array%%012-00130\nPASS: 22-sim-basic_chains_array%%012-00131\nPASS: 22-sim-basic_chains_array%%012-00132\nPASS: 22-sim-basic_chains_array%%012-00133\nPASS: 22-sim-basic_chains_array%%012-00134\nPASS: 22-sim-basic_chains_array%%012-00135\nPASS: 22-sim-basic_chains_array%%012-00136\nPASS: 22-sim-basic_chains_array%%012-00137\nPASS: 22-sim-basic_chains_array%%012-00138\nPASS: 22-sim-basic_chains_array%%012-00139\nPASS: 22-sim-basic_chains_array%%012-00140\nPASS: 22-sim-basic_chains_array%%012-00141\nPASS: 22-sim-basic_chains_array%%012-00142\nPASS: 22-sim-basic_chains_array%%012-00143\nPASS: 22-sim-basic_chains_array%%012-00144\nPASS: 22-sim-basic_chains_array%%012-00145\nPASS: 22-sim-basic_chains_array%%012-00146\nPASS: 22-sim-basic_chains_array%%012-00147\nPASS: 22-sim-basic_chains_array%%012-00148\nPASS: 22-sim-basic_chains_array%%012-00149\nPASS: 22-sim-basic_chains_array%%012-00150\nPASS: 22-sim-basic_chains_array%%012-00151\nPASS: 22-sim-basic_chains_array%%012-00152\nPASS: 22-sim-basic_chains_array%%012-00153\nPASS: 22-sim-basic_chains_array%%012-00154\nPASS: 22-sim-basic_chains_array%%012-00155\nPASS: 22-sim-basic_chains_array%%012-00156\nPASS: 22-sim-basic_chains_array%%012-00157\nPASS: 22-sim-basic_chains_array%%012-00158\nPASS: 22-sim-basic_chains_array%%012-00159\nPASS: 22-sim-basic_chains_array%%012-00160\nPASS: 22-sim-basic_chains_array%%012-00161\nPASS: 22-sim-basic_chains_array%%012-00162\nPASS: 22-sim-basic_chains_array%%012-00163\nPASS: 22-sim-basic_chains_array%%012-00164\nPASS: 22-sim-basic_chains_array%%012-00165\nPASS: 22-sim-basic_chains_array%%012-00166\nPASS: 22-sim-basic_chains_array%%012-00167\nPASS: 22-sim-basic_chains_array%%012-00168\nPASS: 22-sim-basic_chains_array%%012-00169\nPASS: 22-sim-basic_chains_array%%012-00170\nPASS: 22-sim-basic_chains_array%%012-00171\nPASS: 22-sim-basic_chains_array%%012-00172\nPASS: 22-sim-basic_chains_array%%012-00173\nPASS: 22-sim-basic_chains_array%%012-00174\nPASS: 22-sim-basic_chains_array%%012-00175\nPASS: 22-sim-basic_chains_array%%012-00176\nPASS: 22-sim-basic_chains_array%%012-00177\nPASS: 22-sim-basic_chains_array%%012-00178\nPASS: 22-sim-basic_chains_array%%012-00179\nPASS: 22-sim-basic_chains_array%%012-00180\nPASS: 22-sim-basic_chains_array%%012-00181\nPASS: 22-sim-basic_chains_array%%012-00182\nPASS: 22-sim-basic_chains_array%%012-00183\nPASS: 22-sim-basic_chains_array%%012-00184\nPASS: 22-sim-basic_chains_array%%012-00185\nPASS: 22-sim-basic_chains_array%%012-00186\nPASS: 22-sim-basic_chains_array%%012-00187\nPASS: 22-sim-basic_chains_array%%012-00188\nPASS: 22-sim-basic_chains_array%%012-00189\nPASS: 22-sim-basic_chains_array%%012-00190\nPASS: 22-sim-basic_chains_array%%012-00191\nPASS: 22-sim-basic_chains_array%%012-00192\nPASS: 22-sim-basic_chains_array%%012-00193\nPASS: 22-sim-basic_chains_array%%012-00194\nPASS: 22-sim-basic_chains_array%%012-00195\nPASS: 22-sim-basic_chains_array%%012-00196\nPASS: 22-sim-basic_chains_array%%012-00197\nPASS: 22-sim-basic_chains_array%%012-00198\nPASS: 22-sim-basic_chains_array%%012-00199\nPASS: 22-sim-basic_chains_array%%012-00200\nPASS: 22-sim-basic_chains_array%%012-00201\nPASS: 22-sim-basic_chains_array%%012-00202\nPASS: 22-sim-basic_chains_array%%012-00203\nPASS: 22-sim-basic_chains_array%%012-00204\nPASS: 22-sim-basic_chains_array%%012-00205\nPASS: 22-sim-basic_chains_array%%012-00206\nPASS: 22-sim-basic_chains_array%%012-00207\nPASS: 22-sim-basic_chains_array%%012-00208\nPASS: 22-sim-basic_chains_array%%012-00209\nPASS: 22-sim-basic_chains_array%%012-00210\nPASS: 22-sim-basic_chains_array%%012-00211\nPASS: 22-sim-basic_chains_array%%012-00212\nPASS: 22-sim-basic_chains_array%%012-00213\nPASS: 22-sim-basic_chains_array%%012-00214\nPASS: 22-sim-basic_chains_array%%012-00215\nPASS: 22-sim-basic_chains_array%%012-00216\nPASS: 22-sim-basic_chains_array%%012-00217\nPASS: 22-sim-basic_chains_array%%012-00218\nPASS: 22-sim-basic_chains_array%%012-00219\nPASS: 22-sim-basic_chains_array%%012-00220\nPASS: 22-sim-basic_chains_array%%012-00221\nPASS: 22-sim-basic_chains_array%%012-00222\nPASS: 22-sim-basic_chains_array%%012-00223\nPASS: 22-sim-basic_chains_array%%012-00224\nPASS: 22-sim-basic_chains_array%%012-00225\nPASS: 22-sim-basic_chains_array%%012-00226\nPASS: 22-sim-basic_chains_array%%012-00227\nPASS: 22-sim-basic_chains_array%%012-00228\nPASS: 22-sim-basic_chains_array%%012-00229\nPASS: 22-sim-basic_chains_array%%012-00230\nPASS: 22-sim-basic_chains_array%%012-00231\nPASS: 22-sim-basic_chains_array%%012-00232\nPASS: 22-sim-basic_chains_array%%012-00233\nPASS: 22-sim-basic_chains_array%%012-00234\nPASS: 22-sim-basic_chains_array%%012-00235\nPASS: 22-sim-basic_chains_array%%012-00236\nPASS: 22-sim-basic_chains_array%%012-00237\nPASS: 22-sim-basic_chains_array%%012-00238\nPASS: 22-sim-basic_chains_array%%012-00239\nPASS: 22-sim-basic_chains_array%%012-00240\nPASS: 22-sim-basic_chains_array%%012-00241\nPASS: 22-sim-basic_chains_array%%012-00242\nPASS: 22-sim-basic_chains_array%%012-00243\nPASS: 22-sim-basic_chains_array%%012-00244\nPASS: 22-sim-basic_chains_array%%012-00245\nPASS: 22-sim-basic_chains_array%%012-00246\nPASS: 22-sim-basic_chains_array%%012-00247\nPASS: 22-sim-basic_chains_array%%012-00248\nPASS: 22-sim-basic_chains_array%%012-00249\nPASS: 22-sim-basic_chains_array%%012-00250\nPASS: 22-sim-basic_chains_array%%012-00251\nPASS: 22-sim-basic_chains_array%%012-00252\nPASS: 22-sim-basic_chains_array%%012-00253\nPASS: 22-sim-basic_chains_array%%012-00254\nPASS: 22-sim-basic_chains_array%%012-00255\nPASS: 22-sim-basic_chains_array%%012-00256\nPASS: 22-sim-basic_chains_array%%012-00257\nPASS: 22-sim-basic_chains_array%%012-00258\nPASS: 22-sim-basic_chains_array%%012-00259\nPASS: 22-sim-basic_chains_array%%012-00260\nPASS: 22-sim-basic_chains_array%%012-00261\nPASS: 22-sim-basic_chains_array%%012-00262\nPASS: 22-sim-basic_chains_array%%012-00263\nPASS: 22-sim-basic_chains_array%%012-00264\nPASS: 22-sim-basic_chains_array%%012-00265\nPASS: 22-sim-basic_chains_array%%012-00266\nPASS: 22-sim-basic_chains_array%%012-00267\nPASS: 22-sim-basic_chains_array%%012-00268\nPASS: 22-sim-basic_chains_array%%012-00269\nPASS: 22-sim-basic_chains_array%%012-00270\nPASS: 22-sim-basic_chains_array%%012-00271\nPASS: 22-sim-basic_chains_array%%012-00272\nPASS: 22-sim-basic_chains_array%%012-00273\nPASS: 22-sim-basic_chains_array%%012-00274\nPASS: 22-sim-basic_chains_array%%012-00275\nPASS: 22-sim-basic_chains_array%%012-00276\nPASS: 22-sim-basic_chains_array%%012-00277\nPASS: 22-sim-basic_chains_array%%012-00278\nPASS: 22-sim-basic_chains_array%%012-00279\nPASS: 22-sim-basic_chains_array%%012-00280\nPASS: 22-sim-basic_chains_array%%012-00281\nPASS: 22-sim-basic_chains_array%%012-00282\nPASS: 22-sim-basic_chains_array%%012-00283\nPASS: 22-sim-basic_chains_array%%012-00284\nPASS: 22-sim-basic_chains_array%%012-00285\nPASS: 22-sim-basic_chains_array%%012-00286\nPASS: 22-sim-basic_chains_array%%012-00287\nPASS: 22-sim-basic_chains_array%%012-00288\nPASS: 22-sim-basic_chains_array%%012-00289\nPASS: 22-sim-basic_chains_array%%012-00290\nPASS: 22-sim-basic_chains_array%%012-00291\nPASS: 22-sim-basic_chains_array%%012-00292\nPASS: 22-sim-basic_chains_array%%012-00293\nPASS: 22-sim-basic_chains_array%%012-00294\nPASS: 22-sim-basic_chains_array%%012-00295\nPASS: 22-sim-basic_chains_array%%012-00296\nPASS: 22-sim-basic_chains_array%%012-00297\nPASS: 22-sim-basic_chains_array%%012-00298\nPASS: 22-sim-basic_chains_array%%012-00299\nPASS: 22-sim-basic_chains_array%%012-00300\nPASS: 22-sim-basic_chains_array%%012-00301\nPASS: 22-sim-basic_chains_array%%012-00302\nPASS: 22-sim-basic_chains_array%%012-00303\nPASS: 22-sim-basic_chains_array%%012-00304\nPASS: 22-sim-basic_chains_array%%012-00305\nPASS: 22-sim-basic_chains_array%%012-00306\nPASS: 22-sim-basic_chains_array%%012-00307\nPASS: 22-sim-basic_chains_array%%012-00308\nPASS: 22-sim-basic_chains_array%%012-00309\nPASS: 22-sim-basic_chains_array%%012-00310\nPASS: 22-sim-basic_chains_array%%012-00311\nPASS: 22-sim-basic_chains_array%%012-00312\nPASS: 22-sim-basic_chains_array%%012-00313\nPASS: 22-sim-basic_chains_array%%012-00314\nPASS: 22-sim-basic_chains_array%%012-00315\nPASS: 22-sim-basic_chains_array%%012-00316\nPASS: 22-sim-basic_chains_array%%012-00317\nPASS: 22-sim-basic_chains_array%%012-00318\nPASS: 22-sim-basic_chains_array%%012-00319\nPASS: 22-sim-basic_chains_array%%012-00320\nPASS: 22-sim-basic_chains_array%%012-00321\nPASS: 22-sim-basic_chains_array%%012-00322\nPASS: 22-sim-basic_chains_array%%012-00323\nPASS: 22-sim-basic_chains_array%%012-00324\nPASS: 22-sim-basic_chains_array%%012-00325\nPASS: 22-sim-basic_chains_array%%012-00326\nPASS: 22-sim-basic_chains_array%%012-00327\nPASS: 22-sim-basic_chains_array%%012-00328\nPASS: 22-sim-basic_chains_array%%012-00329\nPASS: 22-sim-basic_chains_array%%012-00330\nPASS: 22-sim-basic_chains_array%%012-00331\nPASS: 22-sim-basic_chains_array%%012-00332\nPASS: 22-sim-basic_chains_array%%012-00333\nPASS: 22-sim-basic_chains_array%%012-00334\nPASS: 22-sim-basic_chains_array%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 22-sim-basic_chains_array%%013-00001\nPASS: 22-sim-basic_chains_array%%013-00002\nPASS: 22-sim-basic_chains_array%%013-00003\nPASS: 22-sim-basic_chains_array%%013-00004\nPASS: 22-sim-basic_chains_array%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 22-sim-basic_chains_array%%014-00001 (valgrind not installed)\n batch name: 23-sim-arch_all_le_basic\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%001-00001\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%002-00001\nPASS: 23-sim-arch_all_le_basic%%002-00002\nPASS: 23-sim-arch_all_le_basic%%002-00003\nPASS: 23-sim-arch_all_le_basic%%002-00004\nPASS: 23-sim-arch_all_le_basic%%002-00005\nPASS: 23-sim-arch_all_le_basic%%002-00006\nPASS: 23-sim-arch_all_le_basic%%002-00007\nPASS: 23-sim-arch_all_le_basic%%002-00008\nPASS: 23-sim-arch_all_le_basic%%002-00009\nPASS: 23-sim-arch_all_le_basic%%002-00010\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%003-00001\nPASS: 23-sim-arch_all_le_basic%%003-00002\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%004-00001\nPASS: 23-sim-arch_all_le_basic%%004-00002\nPASS: 23-sim-arch_all_le_basic%%004-00003\nPASS: 23-sim-arch_all_le_basic%%004-00004\nPASS: 23-sim-arch_all_le_basic%%004-00005\nPASS: 23-sim-arch_all_le_basic%%004-00006\nPASS: 23-sim-arch_all_le_basic%%004-00007\nPASS: 23-sim-arch_all_le_basic%%004-00008\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%005-00001\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%006-00001\n test arch:  x86\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  x86_64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  x32\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  arm\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  aarch64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  loongarch64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  mipsel\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  mipsel64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  mipsel64n32\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  ppc64le\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  riscv64\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test arch:  sh\nPASS: 23-sim-arch_all_le_basic%%007-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 23-sim-arch_all_le_basic%%008-00001 (valgrind not installed)\n batch name: 24-live-arg_allow\n test mode:  c\n test type:  live\nSKIP: 24-live-arg_allow%%001-00001 (must specify live tests)\n batch name: 25-sim-multilevel_chains_adv\n test mode:  c\n test type:  bpf-sim\nPASS: 25-sim-multilevel_chains_adv%%001-00001\nPASS: 25-sim-multilevel_chains_adv%%001-00002\nPASS: 25-sim-multilevel_chains_adv%%001-00003\nPASS: 25-sim-multilevel_chains_adv%%001-00004\nPASS: 25-sim-multilevel_chains_adv%%001-00005\nPASS: 25-sim-multilevel_chains_adv%%001-00006\nPASS: 25-sim-multilevel_chains_adv%%001-00007\nPASS: 25-sim-multilevel_chains_adv%%001-00008\nPASS: 25-sim-multilevel_chains_adv%%001-00009\nPASS: 25-sim-multilevel_chains_adv%%001-00010\nPASS: 25-sim-multilevel_chains_adv%%002-00001\nPASS: 25-sim-multilevel_chains_adv%%003-00001\nPASS: 25-sim-multilevel_chains_adv%%004-00001\nPASS: 25-sim-multilevel_chains_adv%%005-00001\nPASS: 25-sim-multilevel_chains_adv%%005-00002\nPASS: 25-sim-multilevel_chains_adv%%005-00003\nPASS: 25-sim-multilevel_chains_adv%%005-00004\nPASS: 25-sim-multilevel_chains_adv%%005-00005\nPASS: 25-sim-multilevel_chains_adv%%005-00006\nPASS: 25-sim-multilevel_chains_adv%%005-00007\nPASS: 25-sim-multilevel_chains_adv%%005-00008\nPASS: 25-sim-multilevel_chains_adv%%005-00009\nPASS: 25-sim-multilevel_chains_adv%%006-00001\nPASS: 25-sim-multilevel_chains_adv%%007-00001\nPASS: 25-sim-multilevel_chains_adv%%008-00001\nPASS: 25-sim-multilevel_chains_adv%%009-00001\nPASS: 25-sim-multilevel_chains_adv%%010-00001\nPASS: 25-sim-multilevel_chains_adv%%010-00002\nPASS: 25-sim-multilevel_chains_adv%%010-00003\nPASS: 25-sim-multilevel_chains_adv%%010-00004\nPASS: 25-sim-multilevel_chains_adv%%010-00005\nPASS: 25-sim-multilevel_chains_adv%%010-00006\nPASS: 25-sim-multilevel_chains_adv%%010-00007\nPASS: 25-sim-multilevel_chains_adv%%010-00008\nPASS: 25-sim-multilevel_chains_adv%%010-00009\nPASS: 25-sim-multilevel_chains_adv%%010-00010\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 25-sim-multilevel_chains_adv%%011-00001\nPASS: 25-sim-multilevel_chains_adv%%011-00002\nPASS: 25-sim-multilevel_chains_adv%%011-00003\nPASS: 25-sim-multilevel_chains_adv%%011-00004\nPASS: 25-sim-multilevel_chains_adv%%011-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 25-sim-multilevel_chains_adv%%012-00001 (valgrind not installed)\n batch name: 26-sim-arch_all_be_basic\n test mode:  c\n test type:  bpf-sim\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%001-00001\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%002-00001\nPASS: 26-sim-arch_all_be_basic%%002-00002\nPASS: 26-sim-arch_all_be_basic%%002-00003\nPASS: 26-sim-arch_all_be_basic%%002-00004\nPASS: 26-sim-arch_all_be_basic%%002-00005\nPASS: 26-sim-arch_all_be_basic%%002-00006\nPASS: 26-sim-arch_all_be_basic%%002-00007\nPASS: 26-sim-arch_all_be_basic%%002-00008\nPASS: 26-sim-arch_all_be_basic%%002-00009\nPASS: 26-sim-arch_all_be_basic%%002-00010\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%003-00001\nPASS: 26-sim-arch_all_be_basic%%003-00002\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%004-00001\nPASS: 26-sim-arch_all_be_basic%%004-00002\nPASS: 26-sim-arch_all_be_basic%%004-00003\nPASS: 26-sim-arch_all_be_basic%%004-00004\nPASS: 26-sim-arch_all_be_basic%%004-00005\nPASS: 26-sim-arch_all_be_basic%%004-00006\nPASS: 26-sim-arch_all_be_basic%%004-00007\nPASS: 26-sim-arch_all_be_basic%%004-00008\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%005-00001\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%006-00001\n test arch:  m68k\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  mips\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  mips64\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  mips64n32\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  parisc\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  parisc64\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  ppc\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  ppc64\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  s390\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  s390x\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test arch:  sheb\nPASS: 26-sim-arch_all_be_basic%%007-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 26-sim-arch_all_be_basic%%008-00001 (valgrind not installed)\n batch name: 27-sim-bpf_blk_state\n test mode:  c\n test type:  bpf-sim\nPASS: 27-sim-bpf_blk_state%%001-00001\nPASS: 27-sim-bpf_blk_state%%001-00002\nPASS: 27-sim-bpf_blk_state%%001-00003\nPASS: 27-sim-bpf_blk_state%%002-00001\nPASS: 27-sim-bpf_blk_state%%002-00002\nPASS: 27-sim-bpf_blk_state%%002-00003\nPASS: 27-sim-bpf_blk_state%%002-00004\nPASS: 27-sim-bpf_blk_state%%002-00005\nPASS: 27-sim-bpf_blk_state%%002-00006\nPASS: 27-sim-bpf_blk_state%%002-00007\nPASS: 27-sim-bpf_blk_state%%003-00001\nPASS: 27-sim-bpf_blk_state%%004-00001\nPASS: 27-sim-bpf_blk_state%%004-00002\nPASS: 27-sim-bpf_blk_state%%004-00003\nPASS: 27-sim-bpf_blk_state%%004-00004\nPASS: 27-sim-bpf_blk_state%%004-00005\nPASS: 27-sim-bpf_blk_state%%004-00006\nPASS: 27-sim-bpf_blk_state%%004-00007\nPASS: 27-sim-bpf_blk_state%%004-00008\nPASS: 27-sim-bpf_blk_state%%004-00009\nPASS: 27-sim-bpf_blk_state%%004-00010\nPASS: 27-sim-bpf_blk_state%%004-00011\nPASS: 27-sim-bpf_blk_state%%004-00012\nPASS: 27-sim-bpf_blk_state%%004-00013\nPASS: 27-sim-bpf_blk_state%%004-00014\nPASS: 27-sim-bpf_blk_state%%004-00015\nPASS: 27-sim-bpf_blk_state%%004-00016\nPASS: 27-sim-bpf_blk_state%%004-00017\nPASS: 27-sim-bpf_blk_state%%004-00018\nPASS: 27-sim-bpf_blk_state%%004-00019\nPASS: 27-sim-bpf_blk_state%%004-00020\nPASS: 27-sim-bpf_blk_state%%004-00021\nPASS: 27-sim-bpf_blk_state%%004-00022\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 27-sim-bpf_blk_state%%005-00001\nPASS: 27-sim-bpf_blk_state%%005-00002\nPASS: 27-sim-bpf_blk_state%%005-00003\nPASS: 27-sim-bpf_blk_state%%005-00004\nPASS: 27-sim-bpf_blk_state%%005-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 27-sim-bpf_blk_state%%006-00001 (valgrind not installed)\n batch name: 28-sim-arch_x86\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 28-sim-arch_x86%%001-00001\n test arch:  x86_64\nPASS: 28-sim-arch_x86%%001-00001\n test arch:  x86\nPASS: 28-sim-arch_x86%%002-00001\n test arch:  x86_64\nPASS: 28-sim-arch_x86%%002-00001\n test arch:  arm\nPASS: 28-sim-arch_x86%%003-00001\n test arch:  x32\nPASS: 28-sim-arch_x86%%003-00001\n test arch:  arm\nPASS: 28-sim-arch_x86%%004-00001\n test arch:  x32\nPASS: 28-sim-arch_x86%%004-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 28-sim-arch_x86%%005-00001 (valgrind not installed)\n batch name: 29-sim-pseudo_syscall\n test mode:  c\n test type:  bpf-sim\nPASS: 29-sim-pseudo_syscall%%001-00001\nPASS: 29-sim-pseudo_syscall%%001-00002\nPASS: 29-sim-pseudo_syscall%%001-00003\nPASS: 29-sim-pseudo_syscall%%001-00004\nPASS: 29-sim-pseudo_syscall%%001-00005\nPASS: 29-sim-pseudo_syscall%%001-00006\nPASS: 29-sim-pseudo_syscall%%001-00007\nPASS: 29-sim-pseudo_syscall%%001-00008\nPASS: 29-sim-pseudo_syscall%%001-00009\nPASS: 29-sim-pseudo_syscall%%001-00010\nPASS: 29-sim-pseudo_syscall%%001-00011\nPASS: 29-sim-pseudo_syscall%%002-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 29-sim-pseudo_syscall%%003-00001 (valgrind not installed)\n batch name: 30-sim-socket_syscalls\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%001-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%002-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%003-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%003-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%003-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%003-00001\nPASS: 30-sim-socket_syscalls%%004-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%005-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%005-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%005-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%005-00001\nPASS: 30-sim-socket_syscalls%%006-00001\nPASS: 30-sim-socket_syscalls%%007-00001\nPASS: 30-sim-socket_syscalls%%008-00001\nPASS: 30-sim-socket_syscalls%%009-00001\nPASS: 30-sim-socket_syscalls%%010-00001\nPASS: 30-sim-socket_syscalls%%011-00001\nPASS: 30-sim-socket_syscalls%%012-00001\nPASS: 30-sim-socket_syscalls%%013-00001\nPASS: 30-sim-socket_syscalls%%014-00001\nPASS: 30-sim-socket_syscalls%%015-00001\nPASS: 30-sim-socket_syscalls%%016-00001\nPASS: 30-sim-socket_syscalls%%017-00001\nPASS: 30-sim-socket_syscalls%%018-00001\nPASS: 30-sim-socket_syscalls%%019-00001\nPASS: 30-sim-socket_syscalls%%020-00001\nPASS: 30-sim-socket_syscalls%%021-00001\nPASS: 30-sim-socket_syscalls%%022-00001\nPASS: 30-sim-socket_syscalls%%023-00001\nPASS: 30-sim-socket_syscalls%%024-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%025-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%026-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%027-00001\n test arch:  x86\nPASS: 30-sim-socket_syscalls%%028-00001\n test arch:  ppc64le\nPASS: 30-sim-socket_syscalls%%028-00001\n test arch:  mipsel\nPASS: 30-sim-socket_syscalls%%028-00001\n test arch:  sh\nPASS: 30-sim-socket_syscalls%%028-00001\nPASS: 30-sim-socket_syscalls%%029-00001\nPASS: 30-sim-socket_syscalls%%030-00001\nPASS: 30-sim-socket_syscalls%%031-00001\nPASS: 30-sim-socket_syscalls%%032-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 30-sim-socket_syscalls%%033-00001 (valgrind not installed)\n batch name: 31-basic-version_check\n test mode:  c\n test type:  basic\nPASS: 31-basic-version_check%%001-00001\n batch name: 32-live-tsync_allow\n test mode:  c\n test type:  live\nSKIP: 32-live-tsync_allow%%001-00001 (must specify live tests)\n batch name: 33-sim-socket_syscalls_be\n test mode:  c\n test type:  bpf-sim\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%001-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%001-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%001-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%002-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%002-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%002-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%003-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%003-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%003-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%004-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%004-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%004-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%005-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%005-00001\nPASS: 33-sim-socket_syscalls_be%%006-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%007-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%007-00001\nPASS: 33-sim-socket_syscalls_be%%008-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%009-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%009-00001\nPASS: 33-sim-socket_syscalls_be%%010-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%011-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%011-00001\nPASS: 33-sim-socket_syscalls_be%%012-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%013-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%013-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%013-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%014-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%014-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%014-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%015-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%015-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%015-00001\n test arch:  s390\nPASS: 33-sim-socket_syscalls_be%%016-00001\n test arch:  s390x\nPASS: 33-sim-socket_syscalls_be%%016-00001\n test arch:  ppc\nPASS: 33-sim-socket_syscalls_be%%016-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 33-sim-socket_syscalls_be%%017-00001 (valgrind not installed)\n batch name: 34-sim-basic_denylist\n test mode:  c\n test type:  bpf-sim\nPASS: 34-sim-basic_denylist%%001-00001\nPASS: 34-sim-basic_denylist%%002-00001\nPASS: 34-sim-basic_denylist%%002-00002\nPASS: 34-sim-basic_denylist%%002-00003\nPASS: 34-sim-basic_denylist%%002-00004\nPASS: 34-sim-basic_denylist%%002-00005\nPASS: 34-sim-basic_denylist%%002-00006\nPASS: 34-sim-basic_denylist%%002-00007\nPASS: 34-sim-basic_denylist%%002-00008\nPASS: 34-sim-basic_denylist%%002-00009\nPASS: 34-sim-basic_denylist%%002-00010\nPASS: 34-sim-basic_denylist%%003-00001\nPASS: 34-sim-basic_denylist%%003-00002\nPASS: 34-sim-basic_denylist%%004-00001\nPASS: 34-sim-basic_denylist%%004-00002\nPASS: 34-sim-basic_denylist%%004-00003\nPASS: 34-sim-basic_denylist%%004-00004\nPASS: 34-sim-basic_denylist%%004-00005\nPASS: 34-sim-basic_denylist%%004-00006\nPASS: 34-sim-basic_denylist%%004-00007\nPASS: 34-sim-basic_denylist%%004-00008\nPASS: 34-sim-basic_denylist%%005-00001\nPASS: 34-sim-basic_denylist%%006-00001\nPASS: 34-sim-basic_denylist%%007-00001\nSKIP: 34-sim-basic_denylist%%008-00001 (architecture difference)\nSKIP: 34-sim-basic_denylist%%009-00001 (architecture difference)\nSKIP: 34-sim-basic_denylist%%010-00001 (architecture difference)\nPASS: 34-sim-basic_denylist%%011-00001\nPASS: 34-sim-basic_denylist%%011-00002\nPASS: 34-sim-basic_denylist%%011-00003\nPASS: 34-sim-basic_denylist%%011-00004\nPASS: 34-sim-basic_denylist%%011-00005\nPASS: 34-sim-basic_denylist%%011-00006\nPASS: 34-sim-basic_denylist%%011-00007\nPASS: 34-sim-basic_denylist%%011-00008\nPASS: 34-sim-basic_denylist%%011-00009\nPASS: 34-sim-basic_denylist%%011-00010\nPASS: 34-sim-basic_denylist%%011-00011\nPASS: 34-sim-basic_denylist%%012-00001\nPASS: 34-sim-basic_denylist%%012-00002\nPASS: 34-sim-basic_denylist%%012-00003\nPASS: 34-sim-basic_denylist%%012-00004\nPASS: 34-sim-basic_denylist%%012-00005\nPASS: 34-sim-basic_denylist%%012-00006\nPASS: 34-sim-basic_denylist%%012-00007\nPASS: 34-sim-basic_denylist%%012-00008\nPASS: 34-sim-basic_denylist%%012-00009\nPASS: 34-sim-basic_denylist%%012-00010\nPASS: 34-sim-basic_denylist%%012-00011\nPASS: 34-sim-basic_denylist%%012-00012\nPASS: 34-sim-basic_denylist%%012-00013\nPASS: 34-sim-basic_denylist%%012-00014\nPASS: 34-sim-basic_denylist%%012-00015\nPASS: 34-sim-basic_denylist%%012-00016\nPASS: 34-sim-basic_denylist%%012-00017\nPASS: 34-sim-basic_denylist%%012-00018\nPASS: 34-sim-basic_denylist%%012-00019\nPASS: 34-sim-basic_denylist%%012-00020\nPASS: 34-sim-basic_denylist%%012-00021\nPASS: 34-sim-basic_denylist%%012-00022\nPASS: 34-sim-basic_denylist%%012-00023\nPASS: 34-sim-basic_denylist%%012-00024\nPASS: 34-sim-basic_denylist%%012-00025\nPASS: 34-sim-basic_denylist%%012-00026\nPASS: 34-sim-basic_denylist%%012-00027\nPASS: 34-sim-basic_denylist%%012-00028\nPASS: 34-sim-basic_denylist%%012-00029\nPASS: 34-sim-basic_denylist%%012-00030\nPASS: 34-sim-basic_denylist%%012-00031\nPASS: 34-sim-basic_denylist%%012-00032\nPASS: 34-sim-basic_denylist%%012-00033\nPASS: 34-sim-basic_denylist%%012-00034\nPASS: 34-sim-basic_denylist%%012-00035\nPASS: 34-sim-basic_denylist%%012-00036\nPASS: 34-sim-basic_denylist%%012-00037\nPASS: 34-sim-basic_denylist%%012-00038\nPASS: 34-sim-basic_denylist%%012-00039\nPASS: 34-sim-basic_denylist%%012-00040\nPASS: 34-sim-basic_denylist%%012-00041\nPASS: 34-sim-basic_denylist%%012-00042\nPASS: 34-sim-basic_denylist%%012-00043\nPASS: 34-sim-basic_denylist%%012-00044\nPASS: 34-sim-basic_denylist%%012-00045\nPASS: 34-sim-basic_denylist%%012-00046\nPASS: 34-sim-basic_denylist%%012-00047\nPASS: 34-sim-basic_denylist%%012-00048\nPASS: 34-sim-basic_denylist%%012-00049\nPASS: 34-sim-basic_denylist%%012-00050\nPASS: 34-sim-basic_denylist%%012-00051\nPASS: 34-sim-basic_denylist%%012-00052\nPASS: 34-sim-basic_denylist%%012-00053\nPASS: 34-sim-basic_denylist%%012-00054\nPASS: 34-sim-basic_denylist%%012-00055\nPASS: 34-sim-basic_denylist%%012-00056\nPASS: 34-sim-basic_denylist%%012-00057\nPASS: 34-sim-basic_denylist%%012-00058\nPASS: 34-sim-basic_denylist%%012-00059\nPASS: 34-sim-basic_denylist%%012-00060\nPASS: 34-sim-basic_denylist%%012-00061\nPASS: 34-sim-basic_denylist%%012-00062\nPASS: 34-sim-basic_denylist%%012-00063\nPASS: 34-sim-basic_denylist%%012-00064\nPASS: 34-sim-basic_denylist%%012-00065\nPASS: 34-sim-basic_denylist%%012-00066\nPASS: 34-sim-basic_denylist%%012-00067\nPASS: 34-sim-basic_denylist%%012-00068\nPASS: 34-sim-basic_denylist%%012-00069\nPASS: 34-sim-basic_denylist%%012-00070\nPASS: 34-sim-basic_denylist%%012-00071\nPASS: 34-sim-basic_denylist%%012-00072\nPASS: 34-sim-basic_denylist%%012-00073\nPASS: 34-sim-basic_denylist%%012-00074\nPASS: 34-sim-basic_denylist%%012-00075\nPASS: 34-sim-basic_denylist%%012-00076\nPASS: 34-sim-basic_denylist%%012-00077\nPASS: 34-sim-basic_denylist%%012-00078\nPASS: 34-sim-basic_denylist%%012-00079\nPASS: 34-sim-basic_denylist%%012-00080\nPASS: 34-sim-basic_denylist%%012-00081\nPASS: 34-sim-basic_denylist%%012-00082\nPASS: 34-sim-basic_denylist%%012-00083\nPASS: 34-sim-basic_denylist%%012-00084\nPASS: 34-sim-basic_denylist%%012-00085\nPASS: 34-sim-basic_denylist%%012-00086\nPASS: 34-sim-basic_denylist%%012-00087\nPASS: 34-sim-basic_denylist%%012-00088\nPASS: 34-sim-basic_denylist%%012-00089\nPASS: 34-sim-basic_denylist%%012-00090\nPASS: 34-sim-basic_denylist%%012-00091\nPASS: 34-sim-basic_denylist%%012-00092\nPASS: 34-sim-basic_denylist%%012-00093\nPASS: 34-sim-basic_denylist%%012-00094\nPASS: 34-sim-basic_denylist%%012-00095\nPASS: 34-sim-basic_denylist%%012-00096\nPASS: 34-sim-basic_denylist%%012-00097\nPASS: 34-sim-basic_denylist%%012-00098\nPASS: 34-sim-basic_denylist%%012-00099\nPASS: 34-sim-basic_denylist%%012-00100\nPASS: 34-sim-basic_denylist%%012-00101\nPASS: 34-sim-basic_denylist%%012-00102\nPASS: 34-sim-basic_denylist%%012-00103\nPASS: 34-sim-basic_denylist%%012-00104\nPASS: 34-sim-basic_denylist%%012-00105\nPASS: 34-sim-basic_denylist%%012-00106\nPASS: 34-sim-basic_denylist%%012-00107\nPASS: 34-sim-basic_denylist%%012-00108\nPASS: 34-sim-basic_denylist%%012-00109\nPASS: 34-sim-basic_denylist%%012-00110\nPASS: 34-sim-basic_denylist%%012-00111\nPASS: 34-sim-basic_denylist%%012-00112\nPASS: 34-sim-basic_denylist%%012-00113\nPASS: 34-sim-basic_denylist%%012-00114\nPASS: 34-sim-basic_denylist%%012-00115\nPASS: 34-sim-basic_denylist%%012-00116\nPASS: 34-sim-basic_denylist%%012-00117\nPASS: 34-sim-basic_denylist%%012-00118\nPASS: 34-sim-basic_denylist%%012-00119\nPASS: 34-sim-basic_denylist%%012-00120\nPASS: 34-sim-basic_denylist%%012-00121\nPASS: 34-sim-basic_denylist%%012-00122\nPASS: 34-sim-basic_denylist%%012-00123\nPASS: 34-sim-basic_denylist%%012-00124\nPASS: 34-sim-basic_denylist%%012-00125\nPASS: 34-sim-basic_denylist%%012-00126\nPASS: 34-sim-basic_denylist%%012-00127\nPASS: 34-sim-basic_denylist%%012-00128\nPASS: 34-sim-basic_denylist%%012-00129\nPASS: 34-sim-basic_denylist%%012-00130\nPASS: 34-sim-basic_denylist%%012-00131\nPASS: 34-sim-basic_denylist%%012-00132\nPASS: 34-sim-basic_denylist%%012-00133\nPASS: 34-sim-basic_denylist%%012-00134\nPASS: 34-sim-basic_denylist%%012-00135\nPASS: 34-sim-basic_denylist%%012-00136\nPASS: 34-sim-basic_denylist%%012-00137\nPASS: 34-sim-basic_denylist%%012-00138\nPASS: 34-sim-basic_denylist%%012-00139\nPASS: 34-sim-basic_denylist%%012-00140\nPASS: 34-sim-basic_denylist%%012-00141\nPASS: 34-sim-basic_denylist%%012-00142\nPASS: 34-sim-basic_denylist%%012-00143\nPASS: 34-sim-basic_denylist%%012-00144\nPASS: 34-sim-basic_denylist%%012-00145\nPASS: 34-sim-basic_denylist%%012-00146\nPASS: 34-sim-basic_denylist%%012-00147\nPASS: 34-sim-basic_denylist%%012-00148\nPASS: 34-sim-basic_denylist%%012-00149\nPASS: 34-sim-basic_denylist%%012-00150\nPASS: 34-sim-basic_denylist%%012-00151\nPASS: 34-sim-basic_denylist%%012-00152\nPASS: 34-sim-basic_denylist%%012-00153\nPASS: 34-sim-basic_denylist%%012-00154\nPASS: 34-sim-basic_denylist%%012-00155\nPASS: 34-sim-basic_denylist%%012-00156\nPASS: 34-sim-basic_denylist%%012-00157\nPASS: 34-sim-basic_denylist%%012-00158\nPASS: 34-sim-basic_denylist%%012-00159\nPASS: 34-sim-basic_denylist%%012-00160\nPASS: 34-sim-basic_denylist%%012-00161\nPASS: 34-sim-basic_denylist%%012-00162\nPASS: 34-sim-basic_denylist%%012-00163\nPASS: 34-sim-basic_denylist%%012-00164\nPASS: 34-sim-basic_denylist%%012-00165\nPASS: 34-sim-basic_denylist%%012-00166\nPASS: 34-sim-basic_denylist%%012-00167\nPASS: 34-sim-basic_denylist%%012-00168\nPASS: 34-sim-basic_denylist%%012-00169\nPASS: 34-sim-basic_denylist%%012-00170\nPASS: 34-sim-basic_denylist%%012-00171\nPASS: 34-sim-basic_denylist%%012-00172\nPASS: 34-sim-basic_denylist%%012-00173\nPASS: 34-sim-basic_denylist%%012-00174\nPASS: 34-sim-basic_denylist%%012-00175\nPASS: 34-sim-basic_denylist%%012-00176\nPASS: 34-sim-basic_denylist%%012-00177\nPASS: 34-sim-basic_denylist%%012-00178\nPASS: 34-sim-basic_denylist%%012-00179\nPASS: 34-sim-basic_denylist%%012-00180\nPASS: 34-sim-basic_denylist%%012-00181\nPASS: 34-sim-basic_denylist%%012-00182\nPASS: 34-sim-basic_denylist%%012-00183\nPASS: 34-sim-basic_denylist%%012-00184\nPASS: 34-sim-basic_denylist%%012-00185\nPASS: 34-sim-basic_denylist%%012-00186\nPASS: 34-sim-basic_denylist%%012-00187\nPASS: 34-sim-basic_denylist%%012-00188\nPASS: 34-sim-basic_denylist%%012-00189\nPASS: 34-sim-basic_denylist%%012-00190\nPASS: 34-sim-basic_denylist%%012-00191\nPASS: 34-sim-basic_denylist%%012-00192\nPASS: 34-sim-basic_denylist%%012-00193\nPASS: 34-sim-basic_denylist%%012-00194\nPASS: 34-sim-basic_denylist%%012-00195\nPASS: 34-sim-basic_denylist%%012-00196\nPASS: 34-sim-basic_denylist%%012-00197\nPASS: 34-sim-basic_denylist%%012-00198\nPASS: 34-sim-basic_denylist%%012-00199\nPASS: 34-sim-basic_denylist%%012-00200\nPASS: 34-sim-basic_denylist%%012-00201\nPASS: 34-sim-basic_denylist%%012-00202\nPASS: 34-sim-basic_denylist%%012-00203\nPASS: 34-sim-basic_denylist%%012-00204\nPASS: 34-sim-basic_denylist%%012-00205\nPASS: 34-sim-basic_denylist%%012-00206\nPASS: 34-sim-basic_denylist%%012-00207\nPASS: 34-sim-basic_denylist%%012-00208\nPASS: 34-sim-basic_denylist%%012-00209\nPASS: 34-sim-basic_denylist%%012-00210\nPASS: 34-sim-basic_denylist%%012-00211\nPASS: 34-sim-basic_denylist%%012-00212\nPASS: 34-sim-basic_denylist%%012-00213\nPASS: 34-sim-basic_denylist%%012-00214\nPASS: 34-sim-basic_denylist%%012-00215\nPASS: 34-sim-basic_denylist%%012-00216\nPASS: 34-sim-basic_denylist%%012-00217\nPASS: 34-sim-basic_denylist%%012-00218\nPASS: 34-sim-basic_denylist%%012-00219\nPASS: 34-sim-basic_denylist%%012-00220\nPASS: 34-sim-basic_denylist%%012-00221\nPASS: 34-sim-basic_denylist%%012-00222\nPASS: 34-sim-basic_denylist%%012-00223\nPASS: 34-sim-basic_denylist%%012-00224\nPASS: 34-sim-basic_denylist%%012-00225\nPASS: 34-sim-basic_denylist%%012-00226\nPASS: 34-sim-basic_denylist%%012-00227\nPASS: 34-sim-basic_denylist%%012-00228\nPASS: 34-sim-basic_denylist%%012-00229\nPASS: 34-sim-basic_denylist%%012-00230\nPASS: 34-sim-basic_denylist%%012-00231\nPASS: 34-sim-basic_denylist%%012-00232\nPASS: 34-sim-basic_denylist%%012-00233\nPASS: 34-sim-basic_denylist%%012-00234\nPASS: 34-sim-basic_denylist%%012-00235\nPASS: 34-sim-basic_denylist%%012-00236\nPASS: 34-sim-basic_denylist%%012-00237\nPASS: 34-sim-basic_denylist%%012-00238\nPASS: 34-sim-basic_denylist%%012-00239\nPASS: 34-sim-basic_denylist%%012-00240\nPASS: 34-sim-basic_denylist%%012-00241\nPASS: 34-sim-basic_denylist%%012-00242\nPASS: 34-sim-basic_denylist%%012-00243\nPASS: 34-sim-basic_denylist%%012-00244\nPASS: 34-sim-basic_denylist%%012-00245\nPASS: 34-sim-basic_denylist%%012-00246\nPASS: 34-sim-basic_denylist%%012-00247\nPASS: 34-sim-basic_denylist%%012-00248\nPASS: 34-sim-basic_denylist%%012-00249\nPASS: 34-sim-basic_denylist%%012-00250\nPASS: 34-sim-basic_denylist%%012-00251\nPASS: 34-sim-basic_denylist%%012-00252\nPASS: 34-sim-basic_denylist%%012-00253\nPASS: 34-sim-basic_denylist%%012-00254\nPASS: 34-sim-basic_denylist%%012-00255\nPASS: 34-sim-basic_denylist%%012-00256\nPASS: 34-sim-basic_denylist%%012-00257\nPASS: 34-sim-basic_denylist%%012-00258\nPASS: 34-sim-basic_denylist%%012-00259\nPASS: 34-sim-basic_denylist%%012-00260\nPASS: 34-sim-basic_denylist%%012-00261\nPASS: 34-sim-basic_denylist%%012-00262\nPASS: 34-sim-basic_denylist%%012-00263\nPASS: 34-sim-basic_denylist%%012-00264\nPASS: 34-sim-basic_denylist%%012-00265\nPASS: 34-sim-basic_denylist%%012-00266\nPASS: 34-sim-basic_denylist%%012-00267\nPASS: 34-sim-basic_denylist%%012-00268\nPASS: 34-sim-basic_denylist%%012-00269\nPASS: 34-sim-basic_denylist%%012-00270\nPASS: 34-sim-basic_denylist%%012-00271\nPASS: 34-sim-basic_denylist%%012-00272\nPASS: 34-sim-basic_denylist%%012-00273\nPASS: 34-sim-basic_denylist%%012-00274\nPASS: 34-sim-basic_denylist%%012-00275\nPASS: 34-sim-basic_denylist%%012-00276\nPASS: 34-sim-basic_denylist%%012-00277\nPASS: 34-sim-basic_denylist%%012-00278\nPASS: 34-sim-basic_denylist%%012-00279\nPASS: 34-sim-basic_denylist%%012-00280\nPASS: 34-sim-basic_denylist%%012-00281\nPASS: 34-sim-basic_denylist%%012-00282\nPASS: 34-sim-basic_denylist%%012-00283\nPASS: 34-sim-basic_denylist%%012-00284\nPASS: 34-sim-basic_denylist%%012-00285\nPASS: 34-sim-basic_denylist%%012-00286\nPASS: 34-sim-basic_denylist%%012-00287\nPASS: 34-sim-basic_denylist%%012-00288\nPASS: 34-sim-basic_denylist%%012-00289\nPASS: 34-sim-basic_denylist%%012-00290\nPASS: 34-sim-basic_denylist%%012-00291\nPASS: 34-sim-basic_denylist%%012-00292\nPASS: 34-sim-basic_denylist%%012-00293\nPASS: 34-sim-basic_denylist%%012-00294\nPASS: 34-sim-basic_denylist%%012-00295\nPASS: 34-sim-basic_denylist%%012-00296\nPASS: 34-sim-basic_denylist%%012-00297\nPASS: 34-sim-basic_denylist%%012-00298\nPASS: 34-sim-basic_denylist%%012-00299\nPASS: 34-sim-basic_denylist%%012-00300\nPASS: 34-sim-basic_denylist%%012-00301\nPASS: 34-sim-basic_denylist%%012-00302\nPASS: 34-sim-basic_denylist%%012-00303\nPASS: 34-sim-basic_denylist%%012-00304\nPASS: 34-sim-basic_denylist%%012-00305\nPASS: 34-sim-basic_denylist%%012-00306\nPASS: 34-sim-basic_denylist%%012-00307\nPASS: 34-sim-basic_denylist%%012-00308\nPASS: 34-sim-basic_denylist%%012-00309\nPASS: 34-sim-basic_denylist%%012-00310\nPASS: 34-sim-basic_denylist%%012-00311\nPASS: 34-sim-basic_denylist%%012-00312\nPASS: 34-sim-basic_denylist%%012-00313\nPASS: 34-sim-basic_denylist%%012-00314\nPASS: 34-sim-basic_denylist%%012-00315\nPASS: 34-sim-basic_denylist%%012-00316\nPASS: 34-sim-basic_denylist%%012-00317\nPASS: 34-sim-basic_denylist%%012-00318\nPASS: 34-sim-basic_denylist%%012-00319\nPASS: 34-sim-basic_denylist%%012-00320\nPASS: 34-sim-basic_denylist%%012-00321\nPASS: 34-sim-basic_denylist%%012-00322\nPASS: 34-sim-basic_denylist%%012-00323\nPASS: 34-sim-basic_denylist%%012-00324\nPASS: 34-sim-basic_denylist%%012-00325\nPASS: 34-sim-basic_denylist%%012-00326\nPASS: 34-sim-basic_denylist%%012-00327\nPASS: 34-sim-basic_denylist%%012-00328\nPASS: 34-sim-basic_denylist%%012-00329\nPASS: 34-sim-basic_denylist%%012-00330\nPASS: 34-sim-basic_denylist%%012-00331\nPASS: 34-sim-basic_denylist%%012-00332\nPASS: 34-sim-basic_denylist%%012-00333\nPASS: 34-sim-basic_denylist%%012-00334\nPASS: 34-sim-basic_denylist%%012-00335\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 34-sim-basic_denylist%%013-00001\nPASS: 34-sim-basic_denylist%%013-00002\nPASS: 34-sim-basic_denylist%%013-00003\nPASS: 34-sim-basic_denylist%%013-00004\nPASS: 34-sim-basic_denylist%%013-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 34-sim-basic_denylist%%014-00001 (valgrind not installed)\n batch name: 35-sim-negative_one\n test mode:  c\n test type:  bpf-sim\nPASS: 35-sim-negative_one%%001-00001\nPASS: 35-sim-negative_one%%002-00001\nPASS: 35-sim-negative_one%%003-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 35-sim-negative_one%%004-00001 (valgrind not installed)\n batch name: 36-sim-ipc_syscalls\n test mode:  c\n test type:  bpf-sim\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%001-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%002-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%003-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%004-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%005-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%006-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%007-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%008-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%009-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%010-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%011-00001\n test arch:  x86\nPASS: 36-sim-ipc_syscalls%%012-00001\n test arch:  ppc64le\nPASS: 36-sim-ipc_syscalls%%012-00001\n test arch:  mipsel\nPASS: 36-sim-ipc_syscalls%%012-00001\n test arch:  sh\nPASS: 36-sim-ipc_syscalls%%012-00001\nPASS: 36-sim-ipc_syscalls%%013-00001\nPASS: 36-sim-ipc_syscalls%%014-00001\nPASS: 36-sim-ipc_syscalls%%015-00001\nPASS: 36-sim-ipc_syscalls%%016-00001\nPASS: 36-sim-ipc_syscalls%%017-00001\nPASS: 36-sim-ipc_syscalls%%018-00001\nPASS: 36-sim-ipc_syscalls%%019-00001\nPASS: 36-sim-ipc_syscalls%%020-00001\nPASS: 36-sim-ipc_syscalls%%021-00001\nPASS: 36-sim-ipc_syscalls%%022-00001\nPASS: 36-sim-ipc_syscalls%%023-00001\nPASS: 36-sim-ipc_syscalls%%024-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 36-sim-ipc_syscalls%%025-00001 (valgrind not installed)\n batch name: 37-sim-ipc_syscalls_be\n test mode:  c\n test type:  bpf-sim\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%001-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%001-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%001-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%002-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%002-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%002-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%003-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%003-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%003-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%004-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%004-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%004-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%005-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%005-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%005-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%006-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%006-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%006-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%007-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%007-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%007-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%008-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%008-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%008-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%009-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%009-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%009-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%010-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%010-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%010-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%011-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%011-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%011-00001\n test arch:  s390\nPASS: 37-sim-ipc_syscalls_be%%012-00001\n test arch:  s390x\nPASS: 37-sim-ipc_syscalls_be%%012-00001\n test arch:  ppc\nPASS: 37-sim-ipc_syscalls_be%%012-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 37-sim-ipc_syscalls_be%%013-00001 (valgrind not installed)\n batch name: 38-basic-pfc_coverage\n test mode:  c\n test type:  basic\nPASS: 38-basic-pfc_coverage%%001-00001\n batch name: 39-basic-api_level\n test mode:  c\n test type:  basic\nPASS: 39-basic-api_level%%001-00001\n batch name: 40-sim-log\n test mode:  c\n test type:  bpf-sim\nPASS: 40-sim-log%%001-00001\nPASS: 40-sim-log%%001-00002\nPASS: 40-sim-log%%001-00003\nPASS: 40-sim-log%%001-00004\nPASS: 40-sim-log%%001-00005\nPASS: 40-sim-log%%001-00006\nPASS: 40-sim-log%%001-00007\nPASS: 40-sim-log%%001-00008\nPASS: 40-sim-log%%001-00009\nPASS: 40-sim-log%%001-00010\nPASS: 40-sim-log%%001-00011\nPASS: 40-sim-log%%001-00012\nPASS: 40-sim-log%%001-00013\nPASS: 40-sim-log%%001-00014\nPASS: 40-sim-log%%001-00015\nPASS: 40-sim-log%%001-00016\nPASS: 40-sim-log%%001-00017\nPASS: 40-sim-log%%001-00018\nPASS: 40-sim-log%%001-00019\nPASS: 40-sim-log%%001-00020\nPASS: 40-sim-log%%001-00021\nPASS: 40-sim-log%%001-00022\nPASS: 40-sim-log%%001-00023\nPASS: 40-sim-log%%001-00024\nPASS: 40-sim-log%%001-00025\nPASS: 40-sim-log%%001-00026\nPASS: 40-sim-log%%001-00027\nPASS: 40-sim-log%%001-00028\nPASS: 40-sim-log%%001-00029\nPASS: 40-sim-log%%001-00030\nPASS: 40-sim-log%%001-00031\nPASS: 40-sim-log%%001-00032\nPASS: 40-sim-log%%001-00033\nPASS: 40-sim-log%%001-00034\nPASS: 40-sim-log%%001-00035\nPASS: 40-sim-log%%001-00036\nPASS: 40-sim-log%%001-00037\nPASS: 40-sim-log%%001-00038\nPASS: 40-sim-log%%001-00039\nPASS: 40-sim-log%%001-00040\nPASS: 40-sim-log%%001-00041\nPASS: 40-sim-log%%001-00042\nPASS: 40-sim-log%%001-00043\nPASS: 40-sim-log%%001-00044\nPASS: 40-sim-log%%001-00045\nPASS: 40-sim-log%%001-00046\nPASS: 40-sim-log%%001-00047\nPASS: 40-sim-log%%001-00048\nPASS: 40-sim-log%%001-00049\nPASS: 40-sim-log%%001-00050\nPASS: 40-sim-log%%001-00051\nPASS: 40-sim-log%%001-00052\nPASS: 40-sim-log%%001-00053\nPASS: 40-sim-log%%001-00054\nPASS: 40-sim-log%%001-00055\nPASS: 40-sim-log%%001-00056\nPASS: 40-sim-log%%001-00057\nPASS: 40-sim-log%%001-00058\nPASS: 40-sim-log%%001-00059\nPASS: 40-sim-log%%001-00060\nPASS: 40-sim-log%%001-00061\nPASS: 40-sim-log%%001-00062\nPASS: 40-sim-log%%001-00063\nPASS: 40-sim-log%%001-00064\nPASS: 40-sim-log%%001-00065\nPASS: 40-sim-log%%001-00066\nPASS: 40-sim-log%%001-00067\nPASS: 40-sim-log%%001-00068\nPASS: 40-sim-log%%001-00069\nPASS: 40-sim-log%%001-00070\nPASS: 40-sim-log%%001-00071\nPASS: 40-sim-log%%001-00072\nPASS: 40-sim-log%%001-00073\nPASS: 40-sim-log%%001-00074\nPASS: 40-sim-log%%001-00075\nPASS: 40-sim-log%%001-00076\nPASS: 40-sim-log%%001-00077\nPASS: 40-sim-log%%001-00078\nPASS: 40-sim-log%%001-00079\nPASS: 40-sim-log%%001-00080\nPASS: 40-sim-log%%001-00081\nPASS: 40-sim-log%%001-00082\nPASS: 40-sim-log%%001-00083\nPASS: 40-sim-log%%001-00084\nPASS: 40-sim-log%%001-00085\nPASS: 40-sim-log%%001-00086\nPASS: 40-sim-log%%001-00087\nPASS: 40-sim-log%%001-00088\nPASS: 40-sim-log%%001-00089\nPASS: 40-sim-log%%001-00090\nPASS: 40-sim-log%%001-00091\nPASS: 40-sim-log%%001-00092\nPASS: 40-sim-log%%001-00093\nPASS: 40-sim-log%%001-00094\nPASS: 40-sim-log%%001-00095\nPASS: 40-sim-log%%001-00096\nPASS: 40-sim-log%%001-00097\nPASS: 40-sim-log%%001-00098\nPASS: 40-sim-log%%001-00099\nPASS: 40-sim-log%%001-00100\nPASS: 40-sim-log%%001-00101\nPASS: 40-sim-log%%001-00102\nPASS: 40-sim-log%%001-00103\nPASS: 40-sim-log%%001-00104\nPASS: 40-sim-log%%001-00105\nPASS: 40-sim-log%%001-00106\nPASS: 40-sim-log%%001-00107\nPASS: 40-sim-log%%001-00108\nPASS: 40-sim-log%%001-00109\nPASS: 40-sim-log%%001-00110\nPASS: 40-sim-log%%001-00111\nPASS: 40-sim-log%%001-00112\nPASS: 40-sim-log%%001-00113\nPASS: 40-sim-log%%001-00114\nPASS: 40-sim-log%%001-00115\nPASS: 40-sim-log%%001-00116\nPASS: 40-sim-log%%001-00117\nPASS: 40-sim-log%%001-00118\nPASS: 40-sim-log%%001-00119\nPASS: 40-sim-log%%001-00120\nPASS: 40-sim-log%%001-00121\nPASS: 40-sim-log%%001-00122\nPASS: 40-sim-log%%001-00123\nPASS: 40-sim-log%%001-00124\nPASS: 40-sim-log%%001-00125\nPASS: 40-sim-log%%001-00126\nPASS: 40-sim-log%%001-00127\nPASS: 40-sim-log%%001-00128\nPASS: 40-sim-log%%001-00129\nPASS: 40-sim-log%%001-00130\nPASS: 40-sim-log%%001-00131\nPASS: 40-sim-log%%001-00132\nPASS: 40-sim-log%%001-00133\nPASS: 40-sim-log%%001-00134\nPASS: 40-sim-log%%001-00135\nPASS: 40-sim-log%%001-00136\nPASS: 40-sim-log%%001-00137\nPASS: 40-sim-log%%001-00138\nPASS: 40-sim-log%%001-00139\nPASS: 40-sim-log%%001-00140\nPASS: 40-sim-log%%001-00141\nPASS: 40-sim-log%%001-00142\nPASS: 40-sim-log%%001-00143\nPASS: 40-sim-log%%001-00144\nPASS: 40-sim-log%%001-00145\nPASS: 40-sim-log%%001-00146\nPASS: 40-sim-log%%001-00147\nPASS: 40-sim-log%%001-00148\nPASS: 40-sim-log%%001-00149\nPASS: 40-sim-log%%001-00150\nPASS: 40-sim-log%%001-00151\nPASS: 40-sim-log%%001-00152\nPASS: 40-sim-log%%001-00153\nPASS: 40-sim-log%%001-00154\nPASS: 40-sim-log%%001-00155\nPASS: 40-sim-log%%001-00156\nPASS: 40-sim-log%%001-00157\nPASS: 40-sim-log%%001-00158\nPASS: 40-sim-log%%001-00159\nPASS: 40-sim-log%%001-00160\nPASS: 40-sim-log%%001-00161\nPASS: 40-sim-log%%001-00162\nPASS: 40-sim-log%%001-00163\nPASS: 40-sim-log%%001-00164\nPASS: 40-sim-log%%001-00165\nPASS: 40-sim-log%%001-00166\nPASS: 40-sim-log%%001-00167\nPASS: 40-sim-log%%001-00168\nPASS: 40-sim-log%%001-00169\nPASS: 40-sim-log%%001-00170\nPASS: 40-sim-log%%001-00171\nPASS: 40-sim-log%%001-00172\nPASS: 40-sim-log%%001-00173\nPASS: 40-sim-log%%001-00174\nPASS: 40-sim-log%%001-00175\nPASS: 40-sim-log%%001-00176\nPASS: 40-sim-log%%001-00177\nPASS: 40-sim-log%%001-00178\nPASS: 40-sim-log%%001-00179\nPASS: 40-sim-log%%001-00180\nPASS: 40-sim-log%%001-00181\nPASS: 40-sim-log%%001-00182\nPASS: 40-sim-log%%001-00183\nPASS: 40-sim-log%%001-00184\nPASS: 40-sim-log%%001-00185\nPASS: 40-sim-log%%001-00186\nPASS: 40-sim-log%%001-00187\nPASS: 40-sim-log%%001-00188\nPASS: 40-sim-log%%001-00189\nPASS: 40-sim-log%%001-00190\nPASS: 40-sim-log%%001-00191\nPASS: 40-sim-log%%001-00192\nPASS: 40-sim-log%%001-00193\nPASS: 40-sim-log%%001-00194\nPASS: 40-sim-log%%001-00195\nPASS: 40-sim-log%%001-00196\nPASS: 40-sim-log%%001-00197\nPASS: 40-sim-log%%001-00198\nPASS: 40-sim-log%%001-00199\nPASS: 40-sim-log%%001-00200\nPASS: 40-sim-log%%001-00201\nPASS: 40-sim-log%%001-00202\nPASS: 40-sim-log%%001-00203\nPASS: 40-sim-log%%001-00204\nPASS: 40-sim-log%%001-00205\nPASS: 40-sim-log%%001-00206\nPASS: 40-sim-log%%001-00207\nPASS: 40-sim-log%%001-00208\nPASS: 40-sim-log%%001-00209\nPASS: 40-sim-log%%001-00210\nPASS: 40-sim-log%%001-00211\nPASS: 40-sim-log%%001-00212\nPASS: 40-sim-log%%001-00213\nPASS: 40-sim-log%%001-00214\nPASS: 40-sim-log%%001-00215\nPASS: 40-sim-log%%001-00216\nPASS: 40-sim-log%%001-00217\nPASS: 40-sim-log%%001-00218\nPASS: 40-sim-log%%001-00219\nPASS: 40-sim-log%%001-00220\nPASS: 40-sim-log%%001-00221\nPASS: 40-sim-log%%001-00222\nPASS: 40-sim-log%%001-00223\nPASS: 40-sim-log%%001-00224\nPASS: 40-sim-log%%001-00225\nPASS: 40-sim-log%%001-00226\nPASS: 40-sim-log%%001-00227\nPASS: 40-sim-log%%001-00228\nPASS: 40-sim-log%%001-00229\nPASS: 40-sim-log%%001-00230\nPASS: 40-sim-log%%001-00231\nPASS: 40-sim-log%%001-00232\nPASS: 40-sim-log%%001-00233\nPASS: 40-sim-log%%001-00234\nPASS: 40-sim-log%%001-00235\nPASS: 40-sim-log%%001-00236\nPASS: 40-sim-log%%001-00237\nPASS: 40-sim-log%%001-00238\nPASS: 40-sim-log%%001-00239\nPASS: 40-sim-log%%001-00240\nPASS: 40-sim-log%%001-00241\nPASS: 40-sim-log%%001-00242\nPASS: 40-sim-log%%001-00243\nPASS: 40-sim-log%%001-00244\nPASS: 40-sim-log%%001-00245\nPASS: 40-sim-log%%001-00246\nPASS: 40-sim-log%%001-00247\nPASS: 40-sim-log%%001-00248\nPASS: 40-sim-log%%001-00249\nPASS: 40-sim-log%%001-00250\nPASS: 40-sim-log%%001-00251\nPASS: 40-sim-log%%001-00252\nPASS: 40-sim-log%%001-00253\nPASS: 40-sim-log%%001-00254\nPASS: 40-sim-log%%001-00255\nPASS: 40-sim-log%%001-00256\nPASS: 40-sim-log%%001-00257\nPASS: 40-sim-log%%001-00258\nPASS: 40-sim-log%%001-00259\nPASS: 40-sim-log%%001-00260\nPASS: 40-sim-log%%001-00261\nPASS: 40-sim-log%%001-00262\nPASS: 40-sim-log%%001-00263\nPASS: 40-sim-log%%001-00264\nPASS: 40-sim-log%%001-00265\nPASS: 40-sim-log%%001-00266\nPASS: 40-sim-log%%001-00267\nPASS: 40-sim-log%%001-00268\nPASS: 40-sim-log%%001-00269\nPASS: 40-sim-log%%001-00270\nPASS: 40-sim-log%%001-00271\nPASS: 40-sim-log%%001-00272\nPASS: 40-sim-log%%001-00273\nPASS: 40-sim-log%%001-00274\nPASS: 40-sim-log%%001-00275\nPASS: 40-sim-log%%001-00276\nPASS: 40-sim-log%%001-00277\nPASS: 40-sim-log%%001-00278\nPASS: 40-sim-log%%001-00279\nPASS: 40-sim-log%%001-00280\nPASS: 40-sim-log%%001-00281\nPASS: 40-sim-log%%001-00282\nPASS: 40-sim-log%%001-00283\nPASS: 40-sim-log%%001-00284\nPASS: 40-sim-log%%001-00285\nPASS: 40-sim-log%%001-00286\nPASS: 40-sim-log%%001-00287\nPASS: 40-sim-log%%001-00288\nPASS: 40-sim-log%%001-00289\nPASS: 40-sim-log%%001-00290\nPASS: 40-sim-log%%001-00291\nPASS: 40-sim-log%%001-00292\nPASS: 40-sim-log%%001-00293\nPASS: 40-sim-log%%001-00294\nPASS: 40-sim-log%%001-00295\nPASS: 40-sim-log%%001-00296\nPASS: 40-sim-log%%001-00297\nPASS: 40-sim-log%%001-00298\nPASS: 40-sim-log%%001-00299\nPASS: 40-sim-log%%001-00300\nPASS: 40-sim-log%%001-00301\nPASS: 40-sim-log%%001-00302\nPASS: 40-sim-log%%001-00303\nPASS: 40-sim-log%%001-00304\nPASS: 40-sim-log%%001-00305\nPASS: 40-sim-log%%001-00306\nPASS: 40-sim-log%%001-00307\nPASS: 40-sim-log%%001-00308\nPASS: 40-sim-log%%001-00309\nPASS: 40-sim-log%%001-00310\nPASS: 40-sim-log%%001-00311\nPASS: 40-sim-log%%001-00312\nPASS: 40-sim-log%%001-00313\nPASS: 40-sim-log%%001-00314\nPASS: 40-sim-log%%001-00315\nPASS: 40-sim-log%%001-00316\nPASS: 40-sim-log%%001-00317\nPASS: 40-sim-log%%001-00318\nPASS: 40-sim-log%%001-00319\nPASS: 40-sim-log%%001-00320\nPASS: 40-sim-log%%001-00321\nPASS: 40-sim-log%%001-00322\nPASS: 40-sim-log%%001-00323\nPASS: 40-sim-log%%001-00324\nPASS: 40-sim-log%%001-00325\nPASS: 40-sim-log%%001-00326\nPASS: 40-sim-log%%001-00327\nPASS: 40-sim-log%%001-00328\nPASS: 40-sim-log%%001-00329\nPASS: 40-sim-log%%001-00330\nPASS: 40-sim-log%%001-00331\nPASS: 40-sim-log%%001-00332\nPASS: 40-sim-log%%001-00333\nPASS: 40-sim-log%%001-00334\nPASS: 40-sim-log%%001-00335\nPASS: 40-sim-log%%001-00336\nPASS: 40-sim-log%%001-00337\nPASS: 40-sim-log%%001-00338\nPASS: 40-sim-log%%001-00339\nPASS: 40-sim-log%%001-00340\nPASS: 40-sim-log%%001-00341\nPASS: 40-sim-log%%001-00342\nPASS: 40-sim-log%%001-00343\nPASS: 40-sim-log%%001-00344\nPASS: 40-sim-log%%001-00345\nPASS: 40-sim-log%%001-00346\nPASS: 40-sim-log%%001-00347\nPASS: 40-sim-log%%001-00348\nPASS: 40-sim-log%%001-00349\nPASS: 40-sim-log%%001-00350\nPASS: 40-sim-log%%001-00351\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 40-sim-log%%002-00001\nPASS: 40-sim-log%%002-00002\nPASS: 40-sim-log%%002-00003\nPASS: 40-sim-log%%002-00004\nPASS: 40-sim-log%%002-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 40-sim-log%%003-00001 (valgrind not installed)\n batch name: 41-sim-syscall_priority_arch\n test mode:  c\n test type:  bpf-sim\nPASS: 41-sim-syscall_priority_arch%%001-00001\nPASS: 41-sim-syscall_priority_arch%%002-00001\nPASS: 41-sim-syscall_priority_arch%%003-00001\nPASS: 41-sim-syscall_priority_arch%%004-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 41-sim-syscall_priority_arch%%005-00001 (valgrind not installed)\n batch name: 42-sim-adv_chains\n test mode:  c\n test type:  bpf-sim\nPASS: 42-sim-adv_chains%%001-00001\nPASS: 42-sim-adv_chains%%002-00001\nPASS: 42-sim-adv_chains%%003-00001\nPASS: 42-sim-adv_chains%%004-00001\nPASS: 42-sim-adv_chains%%005-00001\nPASS: 42-sim-adv_chains%%006-00001\nPASS: 42-sim-adv_chains%%007-00001\nPASS: 42-sim-adv_chains%%008-00001\nPASS: 42-sim-adv_chains%%009-00001\nPASS: 42-sim-adv_chains%%010-00001\nPASS: 42-sim-adv_chains%%011-00001\nPASS: 42-sim-adv_chains%%012-00001\nPASS: 42-sim-adv_chains%%013-00001\nPASS: 42-sim-adv_chains%%014-00001\nPASS: 42-sim-adv_chains%%015-00001\nPASS: 42-sim-adv_chains%%016-00001\nPASS: 42-sim-adv_chains%%017-00001\nPASS: 42-sim-adv_chains%%018-00001\nPASS: 42-sim-adv_chains%%019-00001\nPASS: 42-sim-adv_chains%%020-00001\nPASS: 42-sim-adv_chains%%021-00001\nPASS: 42-sim-adv_chains%%022-00001\nPASS: 42-sim-adv_chains%%023-00001\nPASS: 42-sim-adv_chains%%024-00001\nPASS: 42-sim-adv_chains%%025-00001\nPASS: 42-sim-adv_chains%%026-00001\nPASS: 42-sim-adv_chains%%027-00001\nPASS: 42-sim-adv_chains%%028-00001\nPASS: 42-sim-adv_chains%%029-00001\nPASS: 42-sim-adv_chains%%030-00001\nPASS: 42-sim-adv_chains%%031-00001\nPASS: 42-sim-adv_chains%%032-00001\nPASS: 42-sim-adv_chains%%033-00001\nPASS: 42-sim-adv_chains%%034-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 42-sim-adv_chains%%035-00001\nPASS: 42-sim-adv_chains%%035-00002\nPASS: 42-sim-adv_chains%%035-00003\nPASS: 42-sim-adv_chains%%035-00004\nPASS: 42-sim-adv_chains%%035-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 42-sim-adv_chains%%036-00001 (valgrind not installed)\n batch name: 43-sim-a2_order\n test mode:  c\n test type:  bpf-sim\nPASS: 43-sim-a2_order%%001-00001\nPASS: 43-sim-a2_order%%002-00001\nPASS: 43-sim-a2_order%%003-00001\nPASS: 43-sim-a2_order%%004-00001\nPASS: 43-sim-a2_order%%005-00001\nPASS: 43-sim-a2_order%%006-00001\nPASS: 43-sim-a2_order%%007-00001\nPASS: 43-sim-a2_order%%008-00001\nPASS: 43-sim-a2_order%%009-00001\nPASS: 43-sim-a2_order%%010-00001\nPASS: 43-sim-a2_order%%011-00001\nPASS: 43-sim-a2_order%%012-00001\nPASS: 43-sim-a2_order%%013-00001\nPASS: 43-sim-a2_order%%014-00001\nPASS: 43-sim-a2_order%%015-00001\nPASS: 43-sim-a2_order%%016-00001\nPASS: 43-sim-a2_order%%017-00001\nPASS: 43-sim-a2_order%%018-00001\nPASS: 43-sim-a2_order%%019-00001\nPASS: 43-sim-a2_order%%020-00001\nPASS: 43-sim-a2_order%%021-00001\nPASS: 43-sim-a2_order%%022-00001\nPASS: 43-sim-a2_order%%023-00001\nPASS: 43-sim-a2_order%%024-00001\nPASS: 43-sim-a2_order%%025-00001\nPASS: 43-sim-a2_order%%026-00001\nPASS: 43-sim-a2_order%%027-00001\nPASS: 43-sim-a2_order%%028-00001\nPASS: 43-sim-a2_order%%029-00001\nPASS: 43-sim-a2_order%%030-00001\nPASS: 43-sim-a2_order%%031-00001\nPASS: 43-sim-a2_order%%032-00001\nPASS: 43-sim-a2_order%%033-00001\nPASS: 43-sim-a2_order%%034-00001\nPASS: 43-sim-a2_order%%035-00001\nPASS: 43-sim-a2_order%%036-00001\nPASS: 43-sim-a2_order%%037-00001\nPASS: 43-sim-a2_order%%038-00001\nPASS: 43-sim-a2_order%%039-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 43-sim-a2_order%%040-00001 (valgrind not installed)\n batch name: 44-live-a2_order\n test mode:  c\n test type:  live\nSKIP: 44-live-a2_order%%001-00001 (must specify live tests)\n batch name: 45-sim-chain_code_coverage\n test mode:  c\n test type:  bpf-sim\nPASS: 45-sim-chain_code_coverage%%001-00001\nPASS: 45-sim-chain_code_coverage%%002-00001\nPASS: 45-sim-chain_code_coverage%%003-00001\nPASS: 45-sim-chain_code_coverage%%004-00001\nPASS: 45-sim-chain_code_coverage%%005-00001\nPASS: 45-sim-chain_code_coverage%%006-00001\n batch name: 46-sim-kill_process\n test mode:  c\n test type:  bpf-sim\nPASS: 46-sim-kill_process%%001-00001\nPASS: 46-sim-kill_process%%002-00001\nPASS: 46-sim-kill_process%%003-00001\nPASS: 46-sim-kill_process%%004-00001\nPASS: 46-sim-kill_process%%005-00001\nPASS: 46-sim-kill_process%%006-00001\n batch name: 47-live-kill_process\n test mode:  c\n test type:  live\nSKIP: 47-live-kill_process%%001-00001 (must specify live tests)\n batch name: 48-sim-32b_args\n test mode:  c\n test type:  bpf-sim\nPASS: 48-sim-32b_args%%001-00001\nPASS: 48-sim-32b_args%%002-00001\nPASS: 48-sim-32b_args%%003-00001\nPASS: 48-sim-32b_args%%004-00001\nPASS: 48-sim-32b_args%%005-00001\nPASS: 48-sim-32b_args%%006-00001\nPASS: 48-sim-32b_args%%007-00001\nPASS: 48-sim-32b_args%%008-00001\nPASS: 48-sim-32b_args%%009-00001\nPASS: 48-sim-32b_args%%010-00001\nPASS: 48-sim-32b_args%%011-00001\nPASS: 48-sim-32b_args%%012-00001\nPASS: 48-sim-32b_args%%013-00001\nPASS: 48-sim-32b_args%%014-00001\nPASS: 48-sim-32b_args%%015-00001\nPASS: 48-sim-32b_args%%016-00001\nPASS: 48-sim-32b_args%%017-00001\nPASS: 48-sim-32b_args%%018-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 48-sim-32b_args%%019-00001\nPASS: 48-sim-32b_args%%019-00002\nPASS: 48-sim-32b_args%%019-00003\nPASS: 48-sim-32b_args%%019-00004\nPASS: 48-sim-32b_args%%019-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 48-sim-32b_args%%020-00001 (valgrind not installed)\n batch name: 49-sim-64b_comparisons\n test mode:  c\n test type:  bpf-sim\nPASS: 49-sim-64b_comparisons%%001-00001\nPASS: 49-sim-64b_comparisons%%002-00001\nPASS: 49-sim-64b_comparisons%%003-00001\nPASS: 49-sim-64b_comparisons%%004-00001\nPASS: 49-sim-64b_comparisons%%005-00001\nPASS: 49-sim-64b_comparisons%%006-00001\nPASS: 49-sim-64b_comparisons%%007-00001\nPASS: 49-sim-64b_comparisons%%008-00001\nPASS: 49-sim-64b_comparisons%%009-00001\nPASS: 49-sim-64b_comparisons%%010-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 49-sim-64b_comparisons%%011-00001 (valgrind not installed)\n batch name: 50-sim-hash_collision\n test mode:  c\n test type:  bpf-sim\nPASS: 50-sim-hash_collision%%001-00001\nPASS: 50-sim-hash_collision%%002-00001\nPASS: 50-sim-hash_collision%%003-00001\nPASS: 50-sim-hash_collision%%004-00001\nPASS: 50-sim-hash_collision%%005-00001\nPASS: 50-sim-hash_collision%%006-00001\nPASS: 50-sim-hash_collision%%007-00001\nPASS: 50-sim-hash_collision%%008-00001\n batch name: 51-live-user_notification\n test mode:  c\n test type:  live\nSKIP: 51-live-user_notification%%001-00001 (must specify live tests)\n batch name: 52-basic-load\n test mode:  c\n test type:  basic\nPASS: 52-basic-load%%001-00001\n batch name: 53-sim-binary_tree\n test mode:  c\n test type:  bpf-sim\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%001-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%002-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%003-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%003-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%004-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%004-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%005-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%006-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%007-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%008-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%008-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%009-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%009-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%010-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%010-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%010-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%011-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%011-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%012-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%012-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%013-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%013-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%014-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%014-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%015-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%016-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%017-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%018-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%019-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%020-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%021-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%022-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%023-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%024-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%025-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%026-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%027-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%028-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%028-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%029-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%029-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%030-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%030-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%031-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%031-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%032-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%033-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%033-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%034-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%034-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%035-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%036-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%037-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%038-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%039-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%040-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%041-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%042-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%043-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%043-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%044-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%044-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%045-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%045-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%046-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%046-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%047-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%048-00001\n test arch:  x86_64\nPASS: 53-sim-binary_tree%%049-00001\n test arch:  ppc64le\nPASS: 53-sim-binary_tree%%049-00001\n test arch:  aarch64\nPASS: 53-sim-binary_tree%%050-00001\n test arch:  loongarch64\nPASS: 53-sim-binary_tree%%050-00001\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 53-sim-binary_tree%%051-00001 (valgrind not installed)\n batch name: 54-live-binary_tree\n test mode:  c\n test type:  live\nSKIP: 54-live-binary_tree%%001-00001 (must specify live tests)\n batch name: 55-basic-pfc_binary_tree\n test mode:  c\n test type:  basic\nPASS: 55-basic-pfc_binary_tree%%001-00001\n batch name: 56-basic-iterate_syscalls\n test mode:  c\n test type:  basic\nPASS: 56-basic-iterate_syscalls%%001-00001\n batch name: 57-basic-rawsysrc\n test mode:  c\n test type:  basic\nPASS: 57-basic-rawsysrc%%001-00001\n batch name: 58-live-tsync_notify\n test mode:  c\n test type:  live\nSKIP: 58-live-tsync_notify%%001-00001 (must specify live tests)\n batch name: 59-basic-empty_binary_tree\n test mode:  c\n test type:  bpf-sim\nPASS: 59-basic-empty_binary_tree%%001-00001\nPASS: 59-basic-empty_binary_tree%%001-00002\nPASS: 59-basic-empty_binary_tree%%001-00003\nPASS: 59-basic-empty_binary_tree%%001-00004\nPASS: 59-basic-empty_binary_tree%%001-00005\nPASS: 59-basic-empty_binary_tree%%001-00006\nPASS: 59-basic-empty_binary_tree%%001-00007\nPASS: 59-basic-empty_binary_tree%%001-00008\nPASS: 59-basic-empty_binary_tree%%001-00009\nPASS: 59-basic-empty_binary_tree%%001-00010\nPASS: 59-basic-empty_binary_tree%%001-00011\nPASS: 59-basic-empty_binary_tree%%001-00012\nPASS: 59-basic-empty_binary_tree%%001-00013\nPASS: 59-basic-empty_binary_tree%%001-00014\nPASS: 59-basic-empty_binary_tree%%001-00015\nPASS: 59-basic-empty_binary_tree%%001-00016\nPASS: 59-basic-empty_binary_tree%%001-00017\nPASS: 59-basic-empty_binary_tree%%001-00018\nPASS: 59-basic-empty_binary_tree%%001-00019\nPASS: 59-basic-empty_binary_tree%%001-00020\nPASS: 59-basic-empty_binary_tree%%001-00021\nPASS: 59-basic-empty_binary_tree%%001-00022\nPASS: 59-basic-empty_binary_tree%%001-00023\nPASS: 59-basic-empty_binary_tree%%001-00024\nPASS: 59-basic-empty_binary_tree%%001-00025\nPASS: 59-basic-empty_binary_tree%%001-00026\nPASS: 59-basic-empty_binary_tree%%001-00027\nPASS: 59-basic-empty_binary_tree%%001-00028\nPASS: 59-basic-empty_binary_tree%%001-00029\nPASS: 59-basic-empty_binary_tree%%001-00030\nPASS: 59-basic-empty_binary_tree%%001-00031\nPASS: 59-basic-empty_binary_tree%%001-00032\nPASS: 59-basic-empty_binary_tree%%001-00033\nPASS: 59-basic-empty_binary_tree%%001-00034\nPASS: 59-basic-empty_binary_tree%%001-00035\nPASS: 59-basic-empty_binary_tree%%001-00036\nPASS: 59-basic-empty_binary_tree%%001-00037\nPASS: 59-basic-empty_binary_tree%%001-00038\nPASS: 59-basic-empty_binary_tree%%001-00039\nPASS: 59-basic-empty_binary_tree%%001-00040\nPASS: 59-basic-empty_binary_tree%%001-00041\nPASS: 59-basic-empty_binary_tree%%001-00042\nPASS: 59-basic-empty_binary_tree%%001-00043\nPASS: 59-basic-empty_binary_tree%%001-00044\nPASS: 59-basic-empty_binary_tree%%001-00045\nPASS: 59-basic-empty_binary_tree%%001-00046\nPASS: 59-basic-empty_binary_tree%%001-00047\nPASS: 59-basic-empty_binary_tree%%001-00048\nPASS: 59-basic-empty_binary_tree%%001-00049\nPASS: 59-basic-empty_binary_tree%%001-00050\nPASS: 59-basic-empty_binary_tree%%001-00051\nPASS: 59-basic-empty_binary_tree%%001-00052\nPASS: 59-basic-empty_binary_tree%%001-00053\nPASS: 59-basic-empty_binary_tree%%001-00054\nPASS: 59-basic-empty_binary_tree%%001-00055\nPASS: 59-basic-empty_binary_tree%%001-00056\nPASS: 59-basic-empty_binary_tree%%001-00057\nPASS: 59-basic-empty_binary_tree%%001-00058\nPASS: 59-basic-empty_binary_tree%%001-00059\nPASS: 59-basic-empty_binary_tree%%001-00060\nPASS: 59-basic-empty_binary_tree%%001-00061\nPASS: 59-basic-empty_binary_tree%%001-00062\nPASS: 59-basic-empty_binary_tree%%001-00063\nPASS: 59-basic-empty_binary_tree%%001-00064\nPASS: 59-basic-empty_binary_tree%%001-00065\nPASS: 59-basic-empty_binary_tree%%001-00066\nPASS: 59-basic-empty_binary_tree%%001-00067\nPASS: 59-basic-empty_binary_tree%%001-00068\nPASS: 59-basic-empty_binary_tree%%001-00069\nPASS: 59-basic-empty_binary_tree%%001-00070\nPASS: 59-basic-empty_binary_tree%%001-00071\nPASS: 59-basic-empty_binary_tree%%001-00072\nPASS: 59-basic-empty_binary_tree%%001-00073\nPASS: 59-basic-empty_binary_tree%%001-00074\nPASS: 59-basic-empty_binary_tree%%001-00075\nPASS: 59-basic-empty_binary_tree%%001-00076\nPASS: 59-basic-empty_binary_tree%%001-00077\nPASS: 59-basic-empty_binary_tree%%001-00078\nPASS: 59-basic-empty_binary_tree%%001-00079\nPASS: 59-basic-empty_binary_tree%%001-00080\nPASS: 59-basic-empty_binary_tree%%001-00081\nPASS: 59-basic-empty_binary_tree%%001-00082\nPASS: 59-basic-empty_binary_tree%%001-00083\nPASS: 59-basic-empty_binary_tree%%001-00084\nPASS: 59-basic-empty_binary_tree%%001-00085\nPASS: 59-basic-empty_binary_tree%%001-00086\nPASS: 59-basic-empty_binary_tree%%001-00087\nPASS: 59-basic-empty_binary_tree%%001-00088\nPASS: 59-basic-empty_binary_tree%%001-00089\nPASS: 59-basic-empty_binary_tree%%001-00090\nPASS: 59-basic-empty_binary_tree%%001-00091\nPASS: 59-basic-empty_binary_tree%%001-00092\nPASS: 59-basic-empty_binary_tree%%001-00093\nPASS: 59-basic-empty_binary_tree%%001-00094\nPASS: 59-basic-empty_binary_tree%%001-00095\nPASS: 59-basic-empty_binary_tree%%001-00096\nPASS: 59-basic-empty_binary_tree%%001-00097\nPASS: 59-basic-empty_binary_tree%%001-00098\nPASS: 59-basic-empty_binary_tree%%001-00099\nPASS: 59-basic-empty_binary_tree%%001-00100\nPASS: 59-basic-empty_binary_tree%%001-00101\nPASS: 59-basic-empty_binary_tree%%001-00102\nPASS: 59-basic-empty_binary_tree%%001-00103\nPASS: 59-basic-empty_binary_tree%%001-00104\nPASS: 59-basic-empty_binary_tree%%001-00105\nPASS: 59-basic-empty_binary_tree%%001-00106\nPASS: 59-basic-empty_binary_tree%%001-00107\nPASS: 59-basic-empty_binary_tree%%001-00108\nPASS: 59-basic-empty_binary_tree%%001-00109\nPASS: 59-basic-empty_binary_tree%%001-00110\nPASS: 59-basic-empty_binary_tree%%001-00111\nPASS: 59-basic-empty_binary_tree%%001-00112\nPASS: 59-basic-empty_binary_tree%%001-00113\nPASS: 59-basic-empty_binary_tree%%001-00114\nPASS: 59-basic-empty_binary_tree%%001-00115\nPASS: 59-basic-empty_binary_tree%%001-00116\nPASS: 59-basic-empty_binary_tree%%001-00117\nPASS: 59-basic-empty_binary_tree%%001-00118\nPASS: 59-basic-empty_binary_tree%%001-00119\nPASS: 59-basic-empty_binary_tree%%001-00120\nPASS: 59-basic-empty_binary_tree%%001-00121\nPASS: 59-basic-empty_binary_tree%%001-00122\nPASS: 59-basic-empty_binary_tree%%001-00123\nPASS: 59-basic-empty_binary_tree%%001-00124\nPASS: 59-basic-empty_binary_tree%%001-00125\nPASS: 59-basic-empty_binary_tree%%001-00126\nPASS: 59-basic-empty_binary_tree%%001-00127\nPASS: 59-basic-empty_binary_tree%%001-00128\nPASS: 59-basic-empty_binary_tree%%001-00129\nPASS: 59-basic-empty_binary_tree%%001-00130\nPASS: 59-basic-empty_binary_tree%%001-00131\nPASS: 59-basic-empty_binary_tree%%001-00132\nPASS: 59-basic-empty_binary_tree%%001-00133\nPASS: 59-basic-empty_binary_tree%%001-00134\nPASS: 59-basic-empty_binary_tree%%001-00135\nPASS: 59-basic-empty_binary_tree%%001-00136\nPASS: 59-basic-empty_binary_tree%%001-00137\nPASS: 59-basic-empty_binary_tree%%001-00138\nPASS: 59-basic-empty_binary_tree%%001-00139\nPASS: 59-basic-empty_binary_tree%%001-00140\nPASS: 59-basic-empty_binary_tree%%001-00141\nPASS: 59-basic-empty_binary_tree%%001-00142\nPASS: 59-basic-empty_binary_tree%%001-00143\nPASS: 59-basic-empty_binary_tree%%001-00144\nPASS: 59-basic-empty_binary_tree%%001-00145\nPASS: 59-basic-empty_binary_tree%%001-00146\nPASS: 59-basic-empty_binary_tree%%001-00147\nPASS: 59-basic-empty_binary_tree%%001-00148\nPASS: 59-basic-empty_binary_tree%%001-00149\nPASS: 59-basic-empty_binary_tree%%001-00150\nPASS: 59-basic-empty_binary_tree%%001-00151\nPASS: 59-basic-empty_binary_tree%%001-00152\nPASS: 59-basic-empty_binary_tree%%001-00153\nPASS: 59-basic-empty_binary_tree%%001-00154\nPASS: 59-basic-empty_binary_tree%%001-00155\nPASS: 59-basic-empty_binary_tree%%001-00156\nPASS: 59-basic-empty_binary_tree%%001-00157\nPASS: 59-basic-empty_binary_tree%%001-00158\nPASS: 59-basic-empty_binary_tree%%001-00159\nPASS: 59-basic-empty_binary_tree%%001-00160\nPASS: 59-basic-empty_binary_tree%%001-00161\nPASS: 59-basic-empty_binary_tree%%001-00162\nPASS: 59-basic-empty_binary_tree%%001-00163\nPASS: 59-basic-empty_binary_tree%%001-00164\nPASS: 59-basic-empty_binary_tree%%001-00165\nPASS: 59-basic-empty_binary_tree%%001-00166\nPASS: 59-basic-empty_binary_tree%%001-00167\nPASS: 59-basic-empty_binary_tree%%001-00168\nPASS: 59-basic-empty_binary_tree%%001-00169\nPASS: 59-basic-empty_binary_tree%%001-00170\nPASS: 59-basic-empty_binary_tree%%001-00171\nPASS: 59-basic-empty_binary_tree%%001-00172\nPASS: 59-basic-empty_binary_tree%%001-00173\nPASS: 59-basic-empty_binary_tree%%001-00174\nPASS: 59-basic-empty_binary_tree%%001-00175\nPASS: 59-basic-empty_binary_tree%%001-00176\nPASS: 59-basic-empty_binary_tree%%001-00177\nPASS: 59-basic-empty_binary_tree%%001-00178\nPASS: 59-basic-empty_binary_tree%%001-00179\nPASS: 59-basic-empty_binary_tree%%001-00180\nPASS: 59-basic-empty_binary_tree%%001-00181\nPASS: 59-basic-empty_binary_tree%%001-00182\nPASS: 59-basic-empty_binary_tree%%001-00183\nPASS: 59-basic-empty_binary_tree%%001-00184\nPASS: 59-basic-empty_binary_tree%%001-00185\nPASS: 59-basic-empty_binary_tree%%001-00186\nPASS: 59-basic-empty_binary_tree%%001-00187\nPASS: 59-basic-empty_binary_tree%%001-00188\nPASS: 59-basic-empty_binary_tree%%001-00189\nPASS: 59-basic-empty_binary_tree%%001-00190\nPASS: 59-basic-empty_binary_tree%%001-00191\nPASS: 59-basic-empty_binary_tree%%001-00192\nPASS: 59-basic-empty_binary_tree%%001-00193\nPASS: 59-basic-empty_binary_tree%%001-00194\nPASS: 59-basic-empty_binary_tree%%001-00195\nPASS: 59-basic-empty_binary_tree%%001-00196\nPASS: 59-basic-empty_binary_tree%%001-00197\nPASS: 59-basic-empty_binary_tree%%001-00198\nPASS: 59-basic-empty_binary_tree%%001-00199\nPASS: 59-basic-empty_binary_tree%%001-00200\nPASS: 59-basic-empty_binary_tree%%001-00201\nPASS: 59-basic-empty_binary_tree%%001-00202\nPASS: 59-basic-empty_binary_tree%%001-00203\nPASS: 59-basic-empty_binary_tree%%001-00204\nPASS: 59-basic-empty_binary_tree%%001-00205\nPASS: 59-basic-empty_binary_tree%%001-00206\nPASS: 59-basic-empty_binary_tree%%001-00207\nPASS: 59-basic-empty_binary_tree%%001-00208\nPASS: 59-basic-empty_binary_tree%%001-00209\nPASS: 59-basic-empty_binary_tree%%001-00210\nPASS: 59-basic-empty_binary_tree%%001-00211\nPASS: 59-basic-empty_binary_tree%%001-00212\nPASS: 59-basic-empty_binary_tree%%001-00213\nPASS: 59-basic-empty_binary_tree%%001-00214\nPASS: 59-basic-empty_binary_tree%%001-00215\nPASS: 59-basic-empty_binary_tree%%001-00216\nPASS: 59-basic-empty_binary_tree%%001-00217\nPASS: 59-basic-empty_binary_tree%%001-00218\nPASS: 59-basic-empty_binary_tree%%001-00219\nPASS: 59-basic-empty_binary_tree%%001-00220\nPASS: 59-basic-empty_binary_tree%%001-00221\nPASS: 59-basic-empty_binary_tree%%001-00222\nPASS: 59-basic-empty_binary_tree%%001-00223\nPASS: 59-basic-empty_binary_tree%%001-00224\nPASS: 59-basic-empty_binary_tree%%001-00225\nPASS: 59-basic-empty_binary_tree%%001-00226\nPASS: 59-basic-empty_binary_tree%%001-00227\nPASS: 59-basic-empty_binary_tree%%001-00228\nPASS: 59-basic-empty_binary_tree%%001-00229\nPASS: 59-basic-empty_binary_tree%%001-00230\nPASS: 59-basic-empty_binary_tree%%001-00231\nPASS: 59-basic-empty_binary_tree%%001-00232\nPASS: 59-basic-empty_binary_tree%%001-00233\nPASS: 59-basic-empty_binary_tree%%001-00234\nPASS: 59-basic-empty_binary_tree%%001-00235\nPASS: 59-basic-empty_binary_tree%%001-00236\nPASS: 59-basic-empty_binary_tree%%001-00237\nPASS: 59-basic-empty_binary_tree%%001-00238\nPASS: 59-basic-empty_binary_tree%%001-00239\nPASS: 59-basic-empty_binary_tree%%001-00240\nPASS: 59-basic-empty_binary_tree%%001-00241\nPASS: 59-basic-empty_binary_tree%%001-00242\nPASS: 59-basic-empty_binary_tree%%001-00243\nPASS: 59-basic-empty_binary_tree%%001-00244\nPASS: 59-basic-empty_binary_tree%%001-00245\nPASS: 59-basic-empty_binary_tree%%001-00246\nPASS: 59-basic-empty_binary_tree%%001-00247\nPASS: 59-basic-empty_binary_tree%%001-00248\nPASS: 59-basic-empty_binary_tree%%001-00249\nPASS: 59-basic-empty_binary_tree%%001-00250\nPASS: 59-basic-empty_binary_tree%%001-00251\nPASS: 59-basic-empty_binary_tree%%001-00252\nPASS: 59-basic-empty_binary_tree%%001-00253\nPASS: 59-basic-empty_binary_tree%%001-00254\nPASS: 59-basic-empty_binary_tree%%001-00255\nPASS: 59-basic-empty_binary_tree%%001-00256\nPASS: 59-basic-empty_binary_tree%%001-00257\nPASS: 59-basic-empty_binary_tree%%001-00258\nPASS: 59-basic-empty_binary_tree%%001-00259\nPASS: 59-basic-empty_binary_tree%%001-00260\nPASS: 59-basic-empty_binary_tree%%001-00261\nPASS: 59-basic-empty_binary_tree%%001-00262\nPASS: 59-basic-empty_binary_tree%%001-00263\nPASS: 59-basic-empty_binary_tree%%001-00264\nPASS: 59-basic-empty_binary_tree%%001-00265\nPASS: 59-basic-empty_binary_tree%%001-00266\nPASS: 59-basic-empty_binary_tree%%001-00267\nPASS: 59-basic-empty_binary_tree%%001-00268\nPASS: 59-basic-empty_binary_tree%%001-00269\nPASS: 59-basic-empty_binary_tree%%001-00270\nPASS: 59-basic-empty_binary_tree%%001-00271\nPASS: 59-basic-empty_binary_tree%%001-00272\nPASS: 59-basic-empty_binary_tree%%001-00273\nPASS: 59-basic-empty_binary_tree%%001-00274\nPASS: 59-basic-empty_binary_tree%%001-00275\nPASS: 59-basic-empty_binary_tree%%001-00276\nPASS: 59-basic-empty_binary_tree%%001-00277\nPASS: 59-basic-empty_binary_tree%%001-00278\nPASS: 59-basic-empty_binary_tree%%001-00279\nPASS: 59-basic-empty_binary_tree%%001-00280\nPASS: 59-basic-empty_binary_tree%%001-00281\nPASS: 59-basic-empty_binary_tree%%001-00282\nPASS: 59-basic-empty_binary_tree%%001-00283\nPASS: 59-basic-empty_binary_tree%%001-00284\nPASS: 59-basic-empty_binary_tree%%001-00285\nPASS: 59-basic-empty_binary_tree%%001-00286\nPASS: 59-basic-empty_binary_tree%%001-00287\nPASS: 59-basic-empty_binary_tree%%001-00288\nPASS: 59-basic-empty_binary_tree%%001-00289\nPASS: 59-basic-empty_binary_tree%%001-00290\nPASS: 59-basic-empty_binary_tree%%001-00291\nPASS: 59-basic-empty_binary_tree%%001-00292\nPASS: 59-basic-empty_binary_tree%%001-00293\nPASS: 59-basic-empty_binary_tree%%001-00294\nPASS: 59-basic-empty_binary_tree%%001-00295\nPASS: 59-basic-empty_binary_tree%%001-00296\nPASS: 59-basic-empty_binary_tree%%001-00297\nPASS: 59-basic-empty_binary_tree%%001-00298\nPASS: 59-basic-empty_binary_tree%%001-00299\nPASS: 59-basic-empty_binary_tree%%001-00300\nPASS: 59-basic-empty_binary_tree%%001-00301\nPASS: 59-basic-empty_binary_tree%%001-00302\nPASS: 59-basic-empty_binary_tree%%001-00303\nPASS: 59-basic-empty_binary_tree%%001-00304\nPASS: 59-basic-empty_binary_tree%%001-00305\nPASS: 59-basic-empty_binary_tree%%001-00306\nPASS: 59-basic-empty_binary_tree%%001-00307\nPASS: 59-basic-empty_binary_tree%%001-00308\nPASS: 59-basic-empty_binary_tree%%001-00309\nPASS: 59-basic-empty_binary_tree%%001-00310\nPASS: 59-basic-empty_binary_tree%%001-00311\nPASS: 59-basic-empty_binary_tree%%001-00312\nPASS: 59-basic-empty_binary_tree%%001-00313\nPASS: 59-basic-empty_binary_tree%%001-00314\nPASS: 59-basic-empty_binary_tree%%001-00315\nPASS: 59-basic-empty_binary_tree%%001-00316\nPASS: 59-basic-empty_binary_tree%%001-00317\nPASS: 59-basic-empty_binary_tree%%001-00318\nPASS: 59-basic-empty_binary_tree%%001-00319\nPASS: 59-basic-empty_binary_tree%%001-00320\nPASS: 59-basic-empty_binary_tree%%001-00321\nPASS: 59-basic-empty_binary_tree%%001-00322\nPASS: 59-basic-empty_binary_tree%%001-00323\nPASS: 59-basic-empty_binary_tree%%001-00324\nPASS: 59-basic-empty_binary_tree%%001-00325\nPASS: 59-basic-empty_binary_tree%%001-00326\nPASS: 59-basic-empty_binary_tree%%001-00327\nPASS: 59-basic-empty_binary_tree%%001-00328\nPASS: 59-basic-empty_binary_tree%%001-00329\nPASS: 59-basic-empty_binary_tree%%001-00330\nPASS: 59-basic-empty_binary_tree%%001-00331\nPASS: 59-basic-empty_binary_tree%%001-00332\nPASS: 59-basic-empty_binary_tree%%001-00333\nPASS: 59-basic-empty_binary_tree%%001-00334\nPASS: 59-basic-empty_binary_tree%%001-00335\nPASS: 59-basic-empty_binary_tree%%001-00336\nPASS: 59-basic-empty_binary_tree%%001-00337\nPASS: 59-basic-empty_binary_tree%%001-00338\nPASS: 59-basic-empty_binary_tree%%001-00339\nPASS: 59-basic-empty_binary_tree%%001-00340\nPASS: 59-basic-empty_binary_tree%%001-00341\nPASS: 59-basic-empty_binary_tree%%001-00342\nPASS: 59-basic-empty_binary_tree%%001-00343\nPASS: 59-basic-empty_binary_tree%%001-00344\nPASS: 59-basic-empty_binary_tree%%001-00345\nPASS: 59-basic-empty_binary_tree%%001-00346\nPASS: 59-basic-empty_binary_tree%%001-00347\nPASS: 59-basic-empty_binary_tree%%001-00348\nPASS: 59-basic-empty_binary_tree%%001-00349\nPASS: 59-basic-empty_binary_tree%%001-00350\nPASS: 59-basic-empty_binary_tree%%001-00351\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 59-basic-empty_binary_tree%%002-00001 (valgrind not installed)\n batch name: 60-sim-precompute\n test mode:  c\n test type:  bpf-sim\nPASS: 60-sim-precompute%%001-00001\nPASS: 60-sim-precompute%%001-00002\nPASS: 60-sim-precompute%%001-00003\nPASS: 60-sim-precompute%%001-00004\nPASS: 60-sim-precompute%%001-00005\nPASS: 60-sim-precompute%%001-00006\nPASS: 60-sim-precompute%%001-00007\nPASS: 60-sim-precompute%%001-00008\nPASS: 60-sim-precompute%%001-00009\nPASS: 60-sim-precompute%%001-00010\nPASS: 60-sim-precompute%%001-00011\nPASS: 60-sim-precompute%%002-00001\nPASS: 60-sim-precompute%%003-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 60-sim-precompute%%004-00001\nPASS: 60-sim-precompute%%004-00002\nPASS: 60-sim-precompute%%004-00003\nPASS: 60-sim-precompute%%004-00004\nPASS: 60-sim-precompute%%004-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 60-sim-precompute%%005-00001 (valgrind not installed)\n batch name: 61-sim-transactions\n test mode:  c\n test type:  bpf-sim\nPASS: 61-sim-transactions%%001-00001\nPASS: 61-sim-transactions%%002-00001\nPASS: 61-sim-transactions%%003-00001\nPASS: 61-sim-transactions%%004-00001\nPASS: 61-sim-transactions%%005-00001\nPASS: 61-sim-transactions%%005-00002\nPASS: 61-sim-transactions%%005-00003\nPASS: 61-sim-transactions%%005-00004\nPASS: 61-sim-transactions%%006-00001\nPASS: 61-sim-transactions%%007-00001\nPASS: 61-sim-transactions%%007-00002\nPASS: 61-sim-transactions%%007-00003\nPASS: 61-sim-transactions%%007-00004\nPASS: 61-sim-transactions%%008-00001\nPASS: 61-sim-transactions%%009-00001\nPASS: 61-sim-transactions%%009-00002\nPASS: 61-sim-transactions%%009-00003\nPASS: 61-sim-transactions%%009-00004\nPASS: 61-sim-transactions%%009-00005\nPASS: 61-sim-transactions%%009-00006\nPASS: 61-sim-transactions%%009-00007\nPASS: 61-sim-transactions%%009-00008\nPASS: 61-sim-transactions%%009-00009\nPASS: 61-sim-transactions%%009-00010\nPASS: 61-sim-transactions%%009-00011\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 61-sim-transactions%%010-00001\nPASS: 61-sim-transactions%%010-00002\nPASS: 61-sim-transactions%%010-00003\nPASS: 61-sim-transactions%%010-00004\nPASS: 61-sim-transactions%%010-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 61-sim-transactions%%011-00001 (valgrind not installed)\n batch name: 62-sim-arch_transactions\n test mode:  c\n test type:  bpf-sim\nPASS: 62-sim-arch_transactions%%001-00001\nPASS: 62-sim-arch_transactions%%002-00001\nPASS: 62-sim-arch_transactions%%003-00001\nPASS: 62-sim-arch_transactions%%004-00001\n test mode:  c\n test type:  bpf-sim-fuzz\nPASS: 62-sim-arch_transactions%%005-00001\nPASS: 62-sim-arch_transactions%%005-00002\nPASS: 62-sim-arch_transactions%%005-00003\nPASS: 62-sim-arch_transactions%%005-00004\nPASS: 62-sim-arch_transactions%%005-00005\n test mode:  c\n test type:  bpf-valgrind\nSKIP: 62-sim-arch_transactions%%006-00001 (valgrind not installed)\nRegression Test Summary\n tests run: 7933\n tests skipped: 86\n tests passed: 7933\n tests failed: 0\n tests errored: 0\n============================================================\nDURATION: 162\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.519890308380127,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libssh2_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libssh2",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001190185546875,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1327037811279297,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.024983644485473633,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 4.499587297439575,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002068042755126953,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libssh2.mansyntax.sh": {
    "status": "PASSED"
   },
   "ptestresult.libssh2.test_simple": {
    "status": "PASSED"
   },
   "ptestresult.libssh2.test_sshd.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libssh2/ptest\nPASS: mansyntax.sh\nPASS: test_simple\nPASS: test_sshd.test\nDURATION: 4\nEND: /usr/lib/libssh2/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libssh2": {
     "duration": "4",
     "log": "START: ptest-runner\n2025-06-16T11:40\nPASS: mansyntax.sh\nPASS: test_simple\nPASS: test_sshd.test\nDURATION: 4\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5155251026153564,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libtest-fatal-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libtest-fatal-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001478433609008789,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.149765968322754,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.034860849380493164,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.5834245681762695,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009510517120361328,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libtest-fatal-perl.t/00-report-prereqs": {
    "status": "PASSED"
   },
   "ptestresult.libtest-fatal-perl.t/basic": {
    "status": "PASSED"
   },
   "ptestresult.libtest-fatal-perl.t/like-exception": {
    "status": "PASSED"
   },
   "ptestresult.libtest-fatal-perl.t/todo": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libtest-fatal-perl/ptest\n1..6\nok 1 - die dies\nok 2 - die dies (default description)\nok 3 - return doesn't die\nok 4 - return lived\nok 5 - return lived (default description)\nok 6 - die doesn't live\nPASS: t/like-exception\n1..1\n# \n# Versions for all modules listed in static metadata (including optional ones):\n# \n# === Configure Requires ===\n# \n#     Module              Want Have\n#     ------------------- ---- ----\n#     ExtUtils::MakeMaker 6.78 7.70\n# \n# === Test Requires ===\n# \n#     Module                Want     Have\n#     --------------------- ---- --------\n#     ExtUtils::MakeMaker    any     7.70\n#     File::Spec             any     3.91\n#     Test::Builder::Tester  any 1.302199\n#     Test::More            0.65 1.302199\n#     overload               any     1.37\n# \n# === Test Recommends ===\n# \n#     Module         Want     Have\n#     ---------- -------- --------\n#     CPAN::Meta 2.120900 2.150010\n# \n# === Runtime Requires ===\n# \n#     Module        Want     Have\n#     ------------- ---- --------\n#     Carp           any     1.54\n#     Exporter      5.57     5.78\n#     Test::Builder  any 1.302199\n#     Try::Tiny     0.07     0.32\n#     strict         any     1.13\n#     warnings       any     1.70\n# \nok 1 - Reported prereqs\nPASS: t/00-report-prereqs\n1..7\nok 1 - foo bar is like foo bar\nok 2 - no fatality means no exception\nok 3 - we die on demand\nok 4 - a success block runs, passing\nok 5 - finally block after success block\nok 6 - finally block after success block still runs\nok 7 - we throw a new exception if the exception is false\nPASS: t/basic\n1..4\nok 1 - $TODO works\nok 2 - $TODO works\nok 3 - $TODO works\nok 4 - $TODO works\nPASS: t/todo\nDURATION: 0\nEND: /usr/lib/libtest-fatal-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libtest-fatal-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\n1..6\nok 1 - die dies\nok 2 - die dies (default description)\nok 3 - return doesn't die\nok 4 - return lived\nok 5 - return lived (default description)\nok 6 - die doesn't live\nPASS: t/like-exception\n1..1\n# \n# Versions for all modules listed in static metadata (including optional ones):\n# \n# === Configure Requires ===\n# \n#     Module              Want Have\n#     ------------------- ---- ----\n#     ExtUtils::MakeMaker 6.78 7.70\n# \n# === Test Requires ===\n# \n#     Module                Want     Have\n#     --------------------- ---- --------\n#     ExtUtils::MakeMaker    any     7.70\n#     File::Spec             any     3.91\n#     Test::Builder::Tester  any 1.302199\n#     Test::More            0.65 1.302199\n#     overload               any     1.37\n# \n# === Test Recommends ===\n# \n#     Module         Want     Have\n#     ---------- -------- --------\n#     CPAN::Meta 2.120900 2.150010\n# \n# === Runtime Requires ===\n# \n#     Module        Want     Have\n#     ------------- ---- --------\n#     Carp           any     1.54\n#     Exporter      5.57     5.78\n#     Test::Builder  any 1.302199\n#     Try::Tiny     0.07     0.32\n#     strict         any     1.13\n#     warnings       any     1.70\n# \nok 1 - Reported prereqs\nPASS: t/00-report-prereqs\n1..7\nok 1 - foo bar is like foo bar\nok 2 - no fatality means no exception\nok 3 - we die on demand\nok 4 - a success block runs, passing\nok 5 - finally block after success block\nok 6 - finally block after success block still runs\nok 7 - we throw a new exception if the exception is false\nPASS: t/basic\n1..4\nok 1 - $TODO works\nok 2 - $TODO works\nok 3 - $TODO works\nok 4 - $TODO works\nPASS: t/todo\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5177183151245117,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libtest-needs-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libtest-needs-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008416175842285156,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1918935775756836,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.027837276458740234,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 2.483189821243286,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008370876312255859,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libtest-needs-perl.t/find_missing": {
    "status": "PASSED"
   },
   "ptestresult.libtest-needs-perl.t/numify_version": {
    "status": "PASSED"
   },
   "ptestresult.libtest-needs-perl.t/standalone": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-needs-perl.t/test-builder": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-needs-perl.t/test2": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libtest-needs-perl/ptest\n1..71\n# Checking against Test::Builder 1.302199\nok 1 - Test::Builder: Missing module SKIPs - exit status\nok 2 - Test::Builder: Missing module SKIPs - no excess plans\nok 3 - Test::Builder: Missing module SKIPs\nok 4 - Test::Builder: Broken module dies - exit status\nok 5 - Test::Builder: Broken module dies - no excess plans\nok 6 - Test::Builder: Broken module dies\nok 7 - Test::Builder: Working module runs - exit status\nok 8 - Test::Builder: Working module runs - no excess plans\nok 9 - Test::Builder: Working module runs\nok 10 - Test::Builder: Outdated module SKIPs - exit status\nok 11 - Test::Builder: Outdated module SKIPs - no excess plans\nok 12 - Test::Builder: Outdated module SKIPs\nok 13 - Test::Builder: Missing module fails with RELEASE_TESTING - exit status\nok 14 - Test::Builder: Missing module fails with RELEASE_TESTING - no excess plans\nok 15 - Test::Builder: Missing module fails with RELEASE_TESTING\nok 16 - Test::Builder: Broken module dies with RELEASE_TESTING - exit status\nok 17 - Test::Builder: Broken module dies with RELEASE_TESTING - no excess plans\nok 18 - Test::Builder: Broken module dies with RELEASE_TESTING\nok 19 - Test::Builder: Working module runs with RELEASE_TESTING - exit status\nok 20 - Test::Builder: Working module runs with RELEASE_TESTING - no excess plans\nok 21 - Test::Builder: Working module runs with RELEASE_TESTING\nok 22 - Test::Builder: Outdated module fails with RELEASE_TESTING - exit status\nok 23 - Test::Builder: Outdated module fails with RELEASE_TESTING - no excess plans\nok 24 - Test::Builder: Outdated module fails with RELEASE_TESTING\nok 25 - Test::Builder: Outdated module fails with RELEASE_TESTING\nok 26 - Test::Builder: Missing module skips with plan - exit status\nok 27 - Test::Builder: Missing module skips with plan - no excess plans\nok 28 - Test::Builder: Missing module skips with plan\nok 29 - Test::Builder: Missing module skips with no_plan - exit status\nok 30 - Test::Builder: Missing module skips with no_plan - no excess plans\nok 31 - Test::Builder: Missing module skips with no_plan\nok 32 - Test::Builder: Missing module skips with tests - exit status\nok 33 - Test::Builder: Missing module skips with tests - no excess plans\nok 34 - Test::Builder: Missing module skips with tests\nok 35 - Test::Builder: Missing module passes with plan and tests - exit status\nok 36 - Test::Builder: Missing module passes with plan and tests - no excess plans\nok 37 - Test::Builder: Missing module passes with plan and tests\nok 38 - Test::Builder: Missing module passes with no_plan and tests - exit status\nok 39 - Test::Builder: Missing module passes with no_plan and tests - no excess plans\nok 40 - Test::Builder: Missing module passes with no_plan and tests\nok 41 - Test::Builder: Missing module skips in subtest - exit status\nok 42 - Test::Builder: Missing module skips in subtest - no excess plans\nok 43 - Test::Builder: Missing module skips in subtest\nok 44 - Test::Builder: Broken module dies in subtest - exit status\nok 45 - Test::Builder: Broken module dies in subtest - no excess plans\nok 46 - Test::Builder: Broken module dies in subtest\nok 47 - Test::Builder: Working module runs in subtest - exit status\nok 48 - Test::Builder: Working module runs in subtest - no excess plans\nok 49 - Test::Builder: Working module runs in subtest\nok 50 - Test::Builder: Working module runs in subtest\nok 51 - Test::Builder: Outdated module skips in subtest - exit status\nok 52 - Test::Builder: Outdated module skips in subtest - no excess plans\nok 53 - Test::Builder: Outdated module skips in subtest\nok 54 - Test::Builder: Missing module skips with plan in subtest - exit status\nok 55 - Test::Builder: Missing module skips with plan in subtest - no excess plans\nok 56 - Test::Builder: Missing module skips with plan in subtest\nok 57 - Test::Builder: Missing module skips with no_plan in subtest - exit status\nok 58 - Test::Builder: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test::Builder: Missing module skips with no_plan in subtest\nok 60 - Test::Builder: Missing module skips with tests in subtest - exit status\nok 61 - Test::Builder: Missing module skips with tests in subtest - no excess plans\nok 62 - Test::Builder: Missing module skips with tests in subtest\nok 63 - Test::Builder: Missing module passes with plan and tests in subtest - exit status\nok 64 - Test::Builder: Missing module passes with plan and tests in subtest - no excess plans\nok 65 - Test::Builder: Missing module passes with plan and tests in subtest\nok 66 - Test::Builder: Missing module passes with no_plan and tests in subtest - exit status\nok 67 - Test::Builder: Missing module passes with no_plan and tests in subtest - no excess plans\nok 68 - Test::Builder: Missing module passes with no_plan and tests in subtest\nok 69 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING - exit status\nok 70 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING - no excess plans\nok 71 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING\nok 1 - Test::Builder: Missing module SKIPs - exit status\nok 2 - Test::Builder: Missing module SKIPs - no excess plans\nok 3 - Test::Builder: Missing module SKIPs\nok 10 - Test::Builder: Outdated module SKIPs - exit status\nok 11 - Test::Builder: Outdated module SKIPs - no excess plans\nok 12 - Test::Builder: Outdated module SKIPs\nok 26 - Test::Builder: Missing module skips with plan - exit status\nok 27 - Test::Builder: Missing module skips with plan - no excess plans\nok 28 - Test::Builder: Missing module skips with plan\nok 29 - Test::Builder: Missing module skips with no_plan - exit status\nok 30 - Test::Builder: Missing module skips with no_plan - no excess plans\nok 31 - Test::Builder: Missing module skips with no_plan\nok 32 - Test::Builder: Missing module skips with tests - exit status\nok 33 - Test::Builder: Missing module skips with tests - no excess plans\nok 34 - Test::Builder: Missing module skips with tests\nok 41 - Test::Builder: Missing module skips in subtest - exit status\nok 42 - Test::Builder: Missing module skips in subtest - no excess plans\nok 43 - Test::Builder: Missing module skips in subtest\nok 51 - Test::Builder: Outdated module skips in subtest - exit status\nok 52 - Test::Builder: Outdated module skips in subtest - no excess plans\nok 53 - Test::Builder: Outdated module skips in subtest\nok 54 - Test::Builder: Missing module skips with plan in subtest - exit status\nok 55 - Test::Builder: Missing module skips with plan in subtest - no excess plans\nok 56 - Test::Builder: Missing module skips with plan in subtest\nok 57 - Test::Builder: Missing module skips with no_plan in subtest - exit status\nok 58 - Test::Builder: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test::Builder: Missing module skips with no_plan in subtest\nok 60 - Test::Builder: Missing module skips with tests in subtest - exit status\nok 61 - Test::Builder: Missing module skips with tests in subtest - no excess plans\nok 62 - Test::Builder: Missing module skips with tests in subtest\nSKIP: t/test-builder\n1..36\nok 1 -          5 parses correctly as 5.000000\nok 2 -         v5 parses correctly as 5.000000\nok 3 -        \"5\" parses correctly as 5.000000\nok 4 -       \"v5\" parses correctly as 5.000000\nok 5 -   5.008000 parses correctly as 5.008000\nok 6 -      5.8.0 parses correctly as 5.008000\nok 7 -     v5.8.0 parses correctly as 5.008000\nok 8 -    \"5.8.0\" parses correctly as 5.008000\nok 9 -   \"v5.8.0\" parses correctly as 5.008000\nok 10 -      5.010 parses correctly as 5.010000\nok 11 -      v5.10 parses correctly as 5.010000\nok 12 -    \"v5.10\" parses correctly as 5.010000\nok 13 -   5.999000 parses correctly as 5.999000\nok 14 -    5.999.0 parses correctly as 5.999000\nok 15 -   v5.999.0 parses correctly as 5.999000\nok 16 -  \"5.999.0\" parses correctly as 5.999000\nok 17 - \"v5.999.0\" parses correctly as 5.999000\nok 18 -          6 parses correctly as 6.000000\nok 19 -         v6 parses correctly as 6.000000\nok 20 -        \"6\" parses correctly as 6.000000\nok 21 -       \"v6\" parses correctly as 6.000000\nok 22 -   6.999000 parses correctly as 6.999000\nok 23 -    6.999.0 parses correctly as 6.999000\nok 24 -   v6.999.0 parses correctly as 6.999000\nok 25 -  \"6.999.0\" parses correctly as 6.999000\nok 26 - \"v6.999.0\" parses correctly as 6.999000\nok 27 -          7 parses correctly as 7.000000\nok 28 -         v7 parses correctly as 7.000000\nok 29 -        \"7\" parses correctly as 7.000000\nok 30 -       \"v7\" parses correctly as 7.000000\nok 31 -   7.999000 parses correctly as 7.999000\nok 32 -    7.999.0 parses correctly as 7.999000\nok 33 -   v7.999.0 parses correctly as 7.999000\nok 34 -  \"7.999.0\" parses correctly as 7.999000\nok 35 - \"v7.999.0\" parses correctly as 7.999000\nok 36 - no warnings\nPASS: t/numify_version\n1..25\nok 1 - standalone: Missing module SKIPs - exit status\nok 2 - standalone: Missing module SKIPs - no excess plans\nok 3 - standalone: Missing module SKIPs\nok 4 - standalone: Broken module dies - exit status\nok 5 - standalone: Broken module dies - no excess plans\nok 6 - standalone: Broken module dies\nok 7 - standalone: Working module runs - exit status\nok 8 - standalone: Working module runs - no excess plans\nok 9 - standalone: Working module runs\nok 10 - standalone: Outdated module SKIPs - exit status\nok 11 - standalone: Outdated module SKIPs - no excess plans\nok 12 - standalone: Outdated module SKIPs\nok 13 - standalone: Missing module fails with RELEASE_TESTING - exit status\nok 14 - standalone: Missing module fails with RELEASE_TESTING - no excess plans\nok 15 - standalone: Missing module fails with RELEASE_TESTING\nok 16 - standalone: Broken module dies with RELEASE_TESTING - exit status\nok 17 - standalone: Broken module dies with RELEASE_TESTING - no excess plans\nok 18 - standalone: Broken module dies with RELEASE_TESTING\nok 19 - standalone: Working module runs with RELEASE_TESTING - exit status\nok 20 - standalone: Working module runs with RELEASE_TESTING - no excess plans\nok 21 - standalone: Working module runs with RELEASE_TESTING\nok 22 - standalone: Outdated module fails with RELEASE_TESTING - exit status\nok 23 - standalone: Outdated module fails with RELEASE_TESTING - no excess plans\nok 24 - standalone: Outdated module fails with RELEASE_TESTING\nok 25 - standalone: Outdated module fails with RELEASE_TESTING\nok 1 - standalone: Missing module SKIPs - exit status\nok 2 - standalone: Missing module SKIPs - no excess plans\nok 3 - standalone: Missing module SKIPs\nok 10 - standalone: Outdated module SKIPs - exit status\nok 11 - standalone: Outdated module SKIPs - no excess plans\nok 12 - standalone: Outdated module SKIPs\nSKIP: t/standalone\n1..24\nok 1 - perl prereq of 5.039002 passed\nok 2 - perl prereq of \"5.39.2\" passed\nok 3 - perl prereq of \"v5.39.2\" passed\nok 4 - perl prereq of v5.39.2 passed\nok 5 - perl prereq of version->new(\"5.39.2\") passed\nok 6 - perl prereq of 5.040002 passed\nok 7 - perl prereq of \"5.40.2\" passed\nok 8 - perl prereq of \"v5.40.2\" passed\nok 9 - perl prereq of v5.40.2 passed\nok 10 - perl prereq of version->new(\"5.40.2\") passed\nok 11 - perl prereq of 5.041002 failed\nok 12 - perl prereq of \"5.41.2\" failed\nok 13 - perl prereq of \"v5.41.2\" failed\nok 14 - perl prereq of v5.41.2 failed\nok 15 - perl prereq of version->new(\"5.41.2\") failed\nok 16 - existing module accepted\nok 17 - existing module with version accepted\nok 18 - missing module rejected\nok 19 - missing module with version rejected\nok 20 - existing module with old version rejected\nok 21 - missing module rejected (arrayref)\nok 22 - missing module with version rejected (arrayref)\nok 23 - broken module dies\nok 24 - broken module dies again\nPASS: t/find_missing\n1..71\n# Checking against Test2::API 1.302199\nok 1 - Test2: Missing module SKIPs - exit status\nok 2 - Test2: Missing module SKIPs - no excess plans\nok 3 - Test2: Missing module SKIPs\nok 4 - Test2: Broken module dies - exit status\nok 5 - Test2: Broken module dies - no excess plans\nok 6 - Test2: Broken module dies\nok 7 - Test2: Working module runs - exit status\nok 8 - Test2: Working module runs - no excess plans\nok 9 - Test2: Working module runs\nok 10 - Test2: Outdated module SKIPs - exit status\nok 11 - Test2: Outdated module SKIPs - no excess plans\nok 12 - Test2: Outdated module SKIPs\nok 13 - Test2: Missing module fails with RELEASE_TESTING - exit status\nok 14 - Test2: Missing module fails with RELEASE_TESTING - no excess plans\nok 15 - Test2: Missing module fails with RELEASE_TESTING\nok 16 - Test2: Broken module dies with RELEASE_TESTING - exit status\nok 17 - Test2: Broken module dies with RELEASE_TESTING - no excess plans\nok 18 - Test2: Broken module dies with RELEASE_TESTING\nok 19 - Test2: Working module runs with RELEASE_TESTING - exit status\nok 20 - Test2: Working module runs with RELEASE_TESTING - no excess plans\nok 21 - Test2: Working module runs with RELEASE_TESTING\nok 22 - Test2: Outdated module fails with RELEASE_TESTING - exit status\nok 23 - Test2: Outdated module fails with RELEASE_TESTING - no excess plans\nok 24 - Test2: Outdated module fails with RELEASE_TESTING\nok 25 - Test2: Outdated module fails with RELEASE_TESTING\nok 26 - Test2: Missing module skips with plan - exit status\nok 27 - Test2: Missing module skips with plan - no excess plans\nok 28 - Test2: Missing module skips with plan\nok 29 - Test2: Missing module skips with no_plan - exit status\nok 30 - Test2: Missing module skips with no_plan - no excess plans\nok 31 - Test2: Missing module skips with no_plan\nok 32 - Test2: Missing module skips with tests - exit status\nok 33 - Test2: Missing module skips with tests - no excess plans\nok 34 - Test2: Missing module skips with tests\nok 35 - Test2: Missing module passes with plan and tests - exit status\nok 36 - Test2: Missing module passes with plan and tests - no excess plans\nok 37 - Test2: Missing module passes with plan and tests\nok 38 - Test2: Missing module passes with no_plan and tests - exit status\nok 39 - Test2: Missing module passes with no_plan and tests - no excess plans\nok 40 - Test2: Missing module passes with no_plan and tests\nok 41 - Test2: Missing module skips in subtest - exit status\nok 42 - Test2: Missing module skips in subtest - no excess plans\nok 43 - Test2: Missing module skips in subtest\nok 44 - Test2: Broken module dies in subtest - exit status\nok 45 - Test2: Broken module dies in subtest - no excess plans\nok 46 - Test2: Broken module dies in subtest\nok 47 - Test2: Working module runs in subtest - exit status\nok 48 - Test2: Working module runs in subtest - no excess plans\nok 49 - Test2: Working module runs in subtest\nok 50 - Test2: Working module runs in subtest\nok 51 - Test2: Outdated module skips in subtest - exit status\nok 52 - Test2: Outdated module skips in subtest - no excess plans\nok 53 - Test2: Outdated module skips in subtest\nok 54 - Test2: Missing module skips with plan in subtest - exit status\nok 55 - Test2: Missing module skips with plan in subtest - no excess plans\nok 56 - Test2: Missing module skips with plan in subtest\nok 57 - Test2: Missing module skips with no_plan in subtest - exit status\nok 58 - Test2: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test2: Missing module skips with no_plan in subtest\nok 60 - Test2: Missing module skips with tests in subtest - exit status\nok 61 - Test2: Missing module skips with tests in subtest - no excess plans\nok 62 - Test2: Missing module skips with tests in subtest\nok 63 - Test2: Missing module passes with plan and tests in subtest - exit status\nok 64 - Test2: Missing module passes with plan and tests in subtest - no excess plans\nok 65 - Test2: Missing module passes with plan and tests in subtest\nok 66 - Test2: Missing module passes with no_plan and tests in subtest - exit status\nok 67 - Test2: Missing module passes with no_plan and tests in subtest - no excess plans\nok 68 - Test2: Missing module passes with no_plan and tests in subtest\nok 69 - Test2: Missing module fails in subtest with RELEASE_TESTING - exit status\nok 70 - Test2: Missing module fails in subtest with RELEASE_TESTING - no excess plans\nok 71 - Test2: Missing module fails in subtest with RELEASE_TESTING\nok 1 - Test2: Missing module SKIPs - exit status\nok 2 - Test2: Missing module SKIPs - no excess plans\nok 3 - Test2: Missing module SKIPs\nok 10 - Test2: Outdated module SKIPs - exit status\nok 11 - Test2: Outdated module SKIPs - no excess plans\nok 12 - Test2: Outdated module SKIPs\nok 26 - Test2: Missing module skips with plan - exit status\nok 27 - Test2: Missing module skips with plan - no excess plans\nok 28 - Test2: Missing module skips with plan\nok 29 - Test2: Missing module skips with no_plan - exit status\nok 30 - Test2: Missing module skips with no_plan - no excess plans\nok 31 - Test2: Missing module skips with no_plan\nok 32 - Test2: Missing module skips with tests - exit status\nok 33 - Test2: Missing module skips with tests - no excess plans\nok 34 - Test2: Missing module skips with tests\nok 41 - Test2: Missing module skips in subtest - exit status\nok 42 - Test2: Missing module skips in subtest - no excess plans\nok 43 - Test2: Missing module skips in subtest\nok 51 - Test2: Outdated module skips in subtest - exit status\nok 52 - Test2: Outdated module skips in subtest - no excess plans\nok 53 - Test2: Outdated module skips in subtest\nok 54 - Test2: Missing module skips with plan in subtest - exit status\nok 55 - Test2: Missing module skips with plan in subtest - no excess plans\nok 56 - Test2: Missing module skips with plan in subtest\nok 57 - Test2: Missing module skips with no_plan in subtest - exit status\nok 58 - Test2: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test2: Missing module skips with no_plan in subtest\nok 60 - Test2: Missing module skips with tests in subtest - exit status\nok 61 - Test2: Missing module skips with tests in subtest - no excess plans\nok 62 - Test2: Missing module skips with tests in subtest\nSKIP: t/test2\nDURATION: 2\nEND: /usr/lib/libtest-needs-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libtest-needs-perl": {
     "duration": "2",
     "log": "START: ptest-runner\n2025-06-16T11:40\n1..71\n# Checking against Test::Builder 1.302199\nok 1 - Test::Builder: Missing module SKIPs - exit status\nok 2 - Test::Builder: Missing module SKIPs - no excess plans\nok 3 - Test::Builder: Missing module SKIPs\nok 4 - Test::Builder: Broken module dies - exit status\nok 5 - Test::Builder: Broken module dies - no excess plans\nok 6 - Test::Builder: Broken module dies\nok 7 - Test::Builder: Working module runs - exit status\nok 8 - Test::Builder: Working module runs - no excess plans\nok 9 - Test::Builder: Working module runs\nok 10 - Test::Builder: Outdated module SKIPs - exit status\nok 11 - Test::Builder: Outdated module SKIPs - no excess plans\nok 12 - Test::Builder: Outdated module SKIPs\nok 13 - Test::Builder: Missing module fails with RELEASE_TESTING - exit status\nok 14 - Test::Builder: Missing module fails with RELEASE_TESTING - no excess plans\nok 15 - Test::Builder: Missing module fails with RELEASE_TESTING\nok 16 - Test::Builder: Broken module dies with RELEASE_TESTING - exit status\nok 17 - Test::Builder: Broken module dies with RELEASE_TESTING - no excess plans\nok 18 - Test::Builder: Broken module dies with RELEASE_TESTING\nok 19 - Test::Builder: Working module runs with RELEASE_TESTING - exit status\nok 20 - Test::Builder: Working module runs with RELEASE_TESTING - no excess plans\nok 21 - Test::Builder: Working module runs with RELEASE_TESTING\nok 22 - Test::Builder: Outdated module fails with RELEASE_TESTING - exit status\nok 23 - Test::Builder: Outdated module fails with RELEASE_TESTING - no excess plans\nok 24 - Test::Builder: Outdated module fails with RELEASE_TESTING\nok 25 - Test::Builder: Outdated module fails with RELEASE_TESTING\nok 26 - Test::Builder: Missing module skips with plan - exit status\nok 27 - Test::Builder: Missing module skips with plan - no excess plans\nok 28 - Test::Builder: Missing module skips with plan\nok 29 - Test::Builder: Missing module skips with no_plan - exit status\nok 30 - Test::Builder: Missing module skips with no_plan - no excess plans\nok 31 - Test::Builder: Missing module skips with no_plan\nok 32 - Test::Builder: Missing module skips with tests - exit status\nok 33 - Test::Builder: Missing module skips with tests - no excess plans\nok 34 - Test::Builder: Missing module skips with tests\nok 35 - Test::Builder: Missing module passes with plan and tests - exit status\nok 36 - Test::Builder: Missing module passes with plan and tests - no excess plans\nok 37 - Test::Builder: Missing module passes with plan and tests\nok 38 - Test::Builder: Missing module passes with no_plan and tests - exit status\nok 39 - Test::Builder: Missing module passes with no_plan and tests - no excess plans\nok 40 - Test::Builder: Missing module passes with no_plan and tests\nok 41 - Test::Builder: Missing module skips in subtest - exit status\nok 42 - Test::Builder: Missing module skips in subtest - no excess plans\nok 43 - Test::Builder: Missing module skips in subtest\nok 44 - Test::Builder: Broken module dies in subtest - exit status\nok 45 - Test::Builder: Broken module dies in subtest - no excess plans\nok 46 - Test::Builder: Broken module dies in subtest\nok 47 - Test::Builder: Working module runs in subtest - exit status\nok 48 - Test::Builder: Working module runs in subtest - no excess plans\nok 49 - Test::Builder: Working module runs in subtest\nok 50 - Test::Builder: Working module runs in subtest\nok 51 - Test::Builder: Outdated module skips in subtest - exit status\nok 52 - Test::Builder: Outdated module skips in subtest - no excess plans\nok 53 - Test::Builder: Outdated module skips in subtest\nok 54 - Test::Builder: Missing module skips with plan in subtest - exit status\nok 55 - Test::Builder: Missing module skips with plan in subtest - no excess plans\nok 56 - Test::Builder: Missing module skips with plan in subtest\nok 57 - Test::Builder: Missing module skips with no_plan in subtest - exit status\nok 58 - Test::Builder: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test::Builder: Missing module skips with no_plan in subtest\nok 60 - Test::Builder: Missing module skips with tests in subtest - exit status\nok 61 - Test::Builder: Missing module skips with tests in subtest - no excess plans\nok 62 - Test::Builder: Missing module skips with tests in subtest\nok 63 - Test::Builder: Missing module passes with plan and tests in subtest - exit status\nok 64 - Test::Builder: Missing module passes with plan and tests in subtest - no excess plans\nok 65 - Test::Builder: Missing module passes with plan and tests in subtest\nok 66 - Test::Builder: Missing module passes with no_plan and tests in subtest - exit status\nok 67 - Test::Builder: Missing module passes with no_plan and tests in subtest - no excess plans\nok 68 - Test::Builder: Missing module passes with no_plan and tests in subtest\nok 69 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING - exit status\nok 70 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING - no excess plans\nok 71 - Test::Builder: Missing module fails in subtest with RELEASE_TESTING\nok 1 - Test::Builder: Missing module SKIPs - exit status\nok 2 - Test::Builder: Missing module SKIPs - no excess plans\nok 3 - Test::Builder: Missing module SKIPs\nok 10 - Test::Builder: Outdated module SKIPs - exit status\nok 11 - Test::Builder: Outdated module SKIPs - no excess plans\nok 12 - Test::Builder: Outdated module SKIPs\nok 26 - Test::Builder: Missing module skips with plan - exit status\nok 27 - Test::Builder: Missing module skips with plan - no excess plans\nok 28 - Test::Builder: Missing module skips with plan\nok 29 - Test::Builder: Missing module skips with no_plan - exit status\nok 30 - Test::Builder: Missing module skips with no_plan - no excess plans\nok 31 - Test::Builder: Missing module skips with no_plan\nok 32 - Test::Builder: Missing module skips with tests - exit status\nok 33 - Test::Builder: Missing module skips with tests - no excess plans\nok 34 - Test::Builder: Missing module skips with tests\nok 41 - Test::Builder: Missing module skips in subtest - exit status\nok 42 - Test::Builder: Missing module skips in subtest - no excess plans\nok 43 - Test::Builder: Missing module skips in subtest\nok 51 - Test::Builder: Outdated module skips in subtest - exit status\nok 52 - Test::Builder: Outdated module skips in subtest - no excess plans\nok 53 - Test::Builder: Outdated module skips in subtest\nok 54 - Test::Builder: Missing module skips with plan in subtest - exit status\nok 55 - Test::Builder: Missing module skips with plan in subtest - no excess plans\nok 56 - Test::Builder: Missing module skips with plan in subtest\nok 57 - Test::Builder: Missing module skips with no_plan in subtest - exit status\nok 58 - Test::Builder: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test::Builder: Missing module skips with no_plan in subtest\nok 60 - Test::Builder: Missing module skips with tests in subtest - exit status\nok 61 - Test::Builder: Missing module skips with tests in subtest - no excess plans\nok 62 - Test::Builder: Missing module skips with tests in subtest\nSKIP: t/test-builder\n1..36\nok 1 -          5 parses correctly as 5.000000\nok 2 -         v5 parses correctly as 5.000000\nok 3 -        \"5\" parses correctly as 5.000000\nok 4 -       \"v5\" parses correctly as 5.000000\nok 5 -   5.008000 parses correctly as 5.008000\nok 6 -      5.8.0 parses correctly as 5.008000\nok 7 -     v5.8.0 parses correctly as 5.008000\nok 8 -    \"5.8.0\" parses correctly as 5.008000\nok 9 -   \"v5.8.0\" parses correctly as 5.008000\nok 10 -      5.010 parses correctly as 5.010000\nok 11 -      v5.10 parses correctly as 5.010000\nok 12 -    \"v5.10\" parses correctly as 5.010000\nok 13 -   5.999000 parses correctly as 5.999000\nok 14 -    5.999.0 parses correctly as 5.999000\nok 15 -   v5.999.0 parses correctly as 5.999000\nok 16 -  \"5.999.0\" parses correctly as 5.999000\nok 17 - \"v5.999.0\" parses correctly as 5.999000\nok 18 -          6 parses correctly as 6.000000\nok 19 -         v6 parses correctly as 6.000000\nok 20 -        \"6\" parses correctly as 6.000000\nok 21 -       \"v6\" parses correctly as 6.000000\nok 22 -   6.999000 parses correctly as 6.999000\nok 23 -    6.999.0 parses correctly as 6.999000\nok 24 -   v6.999.0 parses correctly as 6.999000\nok 25 -  \"6.999.0\" parses correctly as 6.999000\nok 26 - \"v6.999.0\" parses correctly as 6.999000\nok 27 -          7 parses correctly as 7.000000\nok 28 -         v7 parses correctly as 7.000000\nok 29 -        \"7\" parses correctly as 7.000000\nok 30 -       \"v7\" parses correctly as 7.000000\nok 31 -   7.999000 parses correctly as 7.999000\nok 32 -    7.999.0 parses correctly as 7.999000\nok 33 -   v7.999.0 parses correctly as 7.999000\nok 34 -  \"7.999.0\" parses correctly as 7.999000\nok 35 - \"v7.999.0\" parses correctly as 7.999000\nok 36 - no warnings\nPASS: t/numify_version\n1..25\nok 1 - standalone: Missing module SKIPs - exit status\nok 2 - standalone: Missing module SKIPs - no excess plans\nok 3 - standalone: Missing module SKIPs\nok 4 - standalone: Broken module dies - exit status\nok 5 - standalone: Broken module dies - no excess plans\nok 6 - standalone: Broken module dies\nok 7 - standalone: Working module runs - exit status\nok 8 - standalone: Working module runs - no excess plans\nok 9 - standalone: Working module runs\nok 10 - standalone: Outdated module SKIPs - exit status\nok 11 - standalone: Outdated module SKIPs - no excess plans\nok 12 - standalone: Outdated module SKIPs\nok 13 - standalone: Missing module fails with RELEASE_TESTING - exit status\nok 14 - standalone: Missing module fails with RELEASE_TESTING - no excess plans\nok 15 - standalone: Missing module fails with RELEASE_TESTING\nok 16 - standalone: Broken module dies with RELEASE_TESTING - exit status\nok 17 - standalone: Broken module dies with RELEASE_TESTING - no excess plans\nok 18 - standalone: Broken module dies with RELEASE_TESTING\nok 19 - standalone: Working module runs with RELEASE_TESTING - exit status\nok 20 - standalone: Working module runs with RELEASE_TESTING - no excess plans\nok 21 - standalone: Working module runs with RELEASE_TESTING\nok 22 - standalone: Outdated module fails with RELEASE_TESTING - exit status\nok 23 - standalone: Outdated module fails with RELEASE_TESTING - no excess plans\nok 24 - standalone: Outdated module fails with RELEASE_TESTING\nok 25 - standalone: Outdated module fails with RELEASE_TESTING\nok 1 - standalone: Missing module SKIPs - exit status\nok 2 - standalone: Missing module SKIPs - no excess plans\nok 3 - standalone: Missing module SKIPs\nok 10 - standalone: Outdated module SKIPs - exit status\nok 11 - standalone: Outdated module SKIPs - no excess plans\nok 12 - standalone: Outdated module SKIPs\nSKIP: t/standalone\n1..24\nok 1 - perl prereq of 5.039002 passed\nok 2 - perl prereq of \"5.39.2\" passed\nok 3 - perl prereq of \"v5.39.2\" passed\nok 4 - perl prereq of v5.39.2 passed\nok 5 - perl prereq of version->new(\"5.39.2\") passed\nok 6 - perl prereq of 5.040002 passed\nok 7 - perl prereq of \"5.40.2\" passed\nok 8 - perl prereq of \"v5.40.2\" passed\nok 9 - perl prereq of v5.40.2 passed\nok 10 - perl prereq of version->new(\"5.40.2\") passed\nok 11 - perl prereq of 5.041002 failed\nok 12 - perl prereq of \"5.41.2\" failed\nok 13 - perl prereq of \"v5.41.2\" failed\nok 14 - perl prereq of v5.41.2 failed\nok 15 - perl prereq of version->new(\"5.41.2\") failed\nok 16 - existing module accepted\nok 17 - existing module with version accepted\nok 18 - missing module rejected\nok 19 - missing module with version rejected\nok 20 - existing module with old version rejected\nok 21 - missing module rejected (arrayref)\nok 22 - missing module with version rejected (arrayref)\nok 23 - broken module dies\nok 24 - broken module dies again\nPASS: t/find_missing\n1..71\n# Checking against Test2::API 1.302199\nok 1 - Test2: Missing module SKIPs - exit status\nok 2 - Test2: Missing module SKIPs - no excess plans\nok 3 - Test2: Missing module SKIPs\nok 4 - Test2: Broken module dies - exit status\nok 5 - Test2: Broken module dies - no excess plans\nok 6 - Test2: Broken module dies\nok 7 - Test2: Working module runs - exit status\nok 8 - Test2: Working module runs - no excess plans\nok 9 - Test2: Working module runs\nok 10 - Test2: Outdated module SKIPs - exit status\nok 11 - Test2: Outdated module SKIPs - no excess plans\nok 12 - Test2: Outdated module SKIPs\nok 13 - Test2: Missing module fails with RELEASE_TESTING - exit status\nok 14 - Test2: Missing module fails with RELEASE_TESTING - no excess plans\nok 15 - Test2: Missing module fails with RELEASE_TESTING\nok 16 - Test2: Broken module dies with RELEASE_TESTING - exit status\nok 17 - Test2: Broken module dies with RELEASE_TESTING - no excess plans\nok 18 - Test2: Broken module dies with RELEASE_TESTING\nok 19 - Test2: Working module runs with RELEASE_TESTING - exit status\nok 20 - Test2: Working module runs with RELEASE_TESTING - no excess plans\nok 21 - Test2: Working module runs with RELEASE_TESTING\nok 22 - Test2: Outdated module fails with RELEASE_TESTING - exit status\nok 23 - Test2: Outdated module fails with RELEASE_TESTING - no excess plans\nok 24 - Test2: Outdated module fails with RELEASE_TESTING\nok 25 - Test2: Outdated module fails with RELEASE_TESTING\nok 26 - Test2: Missing module skips with plan - exit status\nok 27 - Test2: Missing module skips with plan - no excess plans\nok 28 - Test2: Missing module skips with plan\nok 29 - Test2: Missing module skips with no_plan - exit status\nok 30 - Test2: Missing module skips with no_plan - no excess plans\nok 31 - Test2: Missing module skips with no_plan\nok 32 - Test2: Missing module skips with tests - exit status\nok 33 - Test2: Missing module skips with tests - no excess plans\nok 34 - Test2: Missing module skips with tests\nok 35 - Test2: Missing module passes with plan and tests - exit status\nok 36 - Test2: Missing module passes with plan and tests - no excess plans\nok 37 - Test2: Missing module passes with plan and tests\nok 38 - Test2: Missing module passes with no_plan and tests - exit status\nok 39 - Test2: Missing module passes with no_plan and tests - no excess plans\nok 40 - Test2: Missing module passes with no_plan and tests\nok 41 - Test2: Missing module skips in subtest - exit status\nok 42 - Test2: Missing module skips in subtest - no excess plans\nok 43 - Test2: Missing module skips in subtest\nok 44 - Test2: Broken module dies in subtest - exit status\nok 45 - Test2: Broken module dies in subtest - no excess plans\nok 46 - Test2: Broken module dies in subtest\nok 47 - Test2: Working module runs in subtest - exit status\nok 48 - Test2: Working module runs in subtest - no excess plans\nok 49 - Test2: Working module runs in subtest\nok 50 - Test2: Working module runs in subtest\nok 51 - Test2: Outdated module skips in subtest - exit status\nok 52 - Test2: Outdated module skips in subtest - no excess plans\nok 53 - Test2: Outdated module skips in subtest\nok 54 - Test2: Missing module skips with plan in subtest - exit status\nok 55 - Test2: Missing module skips with plan in subtest - no excess plans\nok 56 - Test2: Missing module skips with plan in subtest\nok 57 - Test2: Missing module skips with no_plan in subtest - exit status\nok 58 - Test2: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test2: Missing module skips with no_plan in subtest\nok 60 - Test2: Missing module skips with tests in subtest - exit status\nok 61 - Test2: Missing module skips with tests in subtest - no excess plans\nok 62 - Test2: Missing module skips with tests in subtest\nok 63 - Test2: Missing module passes with plan and tests in subtest - exit status\nok 64 - Test2: Missing module passes with plan and tests in subtest - no excess plans\nok 65 - Test2: Missing module passes with plan and tests in subtest\nok 66 - Test2: Missing module passes with no_plan and tests in subtest - exit status\nok 67 - Test2: Missing module passes with no_plan and tests in subtest - no excess plans\nok 68 - Test2: Missing module passes with no_plan and tests in subtest\nok 69 - Test2: Missing module fails in subtest with RELEASE_TESTING - exit status\nok 70 - Test2: Missing module fails in subtest with RELEASE_TESTING - no excess plans\nok 71 - Test2: Missing module fails in subtest with RELEASE_TESTING\nok 1 - Test2: Missing module SKIPs - exit status\nok 2 - Test2: Missing module SKIPs - no excess plans\nok 3 - Test2: Missing module SKIPs\nok 10 - Test2: Outdated module SKIPs - exit status\nok 11 - Test2: Outdated module SKIPs - no excess plans\nok 12 - Test2: Outdated module SKIPs\nok 26 - Test2: Missing module skips with plan - exit status\nok 27 - Test2: Missing module skips with plan - no excess plans\nok 28 - Test2: Missing module skips with plan\nok 29 - Test2: Missing module skips with no_plan - exit status\nok 30 - Test2: Missing module skips with no_plan - no excess plans\nok 31 - Test2: Missing module skips with no_plan\nok 32 - Test2: Missing module skips with tests - exit status\nok 33 - Test2: Missing module skips with tests - no excess plans\nok 34 - Test2: Missing module skips with tests\nok 41 - Test2: Missing module skips in subtest - exit status\nok 42 - Test2: Missing module skips in subtest - no excess plans\nok 43 - Test2: Missing module skips in subtest\nok 51 - Test2: Outdated module skips in subtest - exit status\nok 52 - Test2: Outdated module skips in subtest - no excess plans\nok 53 - Test2: Outdated module skips in subtest\nok 54 - Test2: Missing module skips with plan in subtest - exit status\nok 55 - Test2: Missing module skips with plan in subtest - no excess plans\nok 56 - Test2: Missing module skips with plan in subtest\nok 57 - Test2: Missing module skips with no_plan in subtest - exit status\nok 58 - Test2: Missing module skips with no_plan in subtest - no excess plans\nok 59 - Test2: Missing module skips with no_plan in subtest\nok 60 - Test2: Missing module skips with tests in subtest - exit status\nok 61 - Test2: Missing module skips with tests in subtest - no excess plans\nok 62 - Test2: Missing module skips with tests in subtest\nSKIP: t/test2\nDURATION: 2\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5098545551300049,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libtest-warnings-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libtest-warnings-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015687942504882812,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1692755222320557,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03803825378417969,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 1.8596906661987305,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.001216888427734375,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/00-report-prereqs": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/01-basic": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/02-done_testing": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/03-subtest": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/04-no-tests": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/05-no-end-block": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/06-skip-all": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/07-no_plan": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/08-use-if": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/09-warnings-contents": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/10-no-done_testing": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/11-double-use": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/12-no-newline": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/13-propagate-warnings": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/14-propagate-subname": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/15-propagate-default": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/16-propagate-ignore": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/17-propagate-subname-colons": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/18-propagate-subname-package": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/19-propagate-nonexistent-subname": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/20-propagate-stub": {
    "status": "SKIPPED"
   },
   "ptestresult.libtest-warnings-perl.t/21-fail-on-warning": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/22-warnings-bareword": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/23-report-warnings": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/24-only-report-warnings": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/25-allowed_patterns": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/26-test2-compat": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/27-module-ordering": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/28-redefine-done_testing": {
    "status": "PASSED"
   },
   "ptestresult.libtest-warnings-perl.t/zzz-check-breaks": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libtest-warnings-perl/ptest\n# original warn handler captured a warning: hello this is a warning at t/13-propagate-warnings.t line 16.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/13-propagate-warnings\n1..1\nok 1 - warning() was imported\n# suppressed STDERR:this warning is not expected to be caught at t/11-double-use.t line 15.\nPASS: t/11-double-use\nok 1 - a passing test to keep done_testing happy\n1..1\n# suppressed STDERR:this warning is not expected to be caught at t/10-no-done_testing.t line 14.\nPASS: t/10-no-done_testing\nok 1 # skip PadWalker required for this test\n1..1\n# suppressed STDERR:this warning is not expected to be caught at t/16-propagate-ignore.t line 18.\nok 1 # skip PadWalker required for this test\nSKIP: t/16-propagate-ignore\n1..0 # SKIP Need Does::Not::Exist::890376790500344 to continue!\n1..0 # SKIP Need Does::Not::Exist::890376790500344 to continue!\nSKIP: t/06-skip-all\nok 1 # skip PadWalker required for this test\n1..1\n# suppressed STDERR:this warning is not expected to be caught at t/15-propagate-default.t line 18.\nok 1 # skip PadWalker required for this test\nSKIP: t/15-propagate-default\nok 1 - this is a passing test\nok 2 - no (unexpected) warnings (via END block)\nok 3 - two tests have been run (the pass, and our no-warnings-via-END test)\n1..3\nPASS: t/07-no_plan\n# Seeded srand with seed '20250616' from local date.\nok 1 - this is a test which does not warn\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/26-test2-compat\n1..2\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nSKIP: t/zzz-check-breaks\nok 1 - test the appearance of a normal warning\nok 2 - warning has origin properly added when it was lacking\n1..2\nPASS: t/12-no-newline\nok 1 - passing test\n# Subtest: here is a subtest\n    ok 1 - another passing test\n    1..1\nok 2 - here is a subtest\nok 3 - had_no_warnings was not called via the subtest's done_testing\nok 4 - no (unexpected) warnings (via done_testing)\n1..4\nPASS: t/03-subtest\n# original warn handler captured a warning: hello this is a warning at (eval 1) line 19.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/18-propagate-subname-package\nok 1 - warnings() successfully captured the warning\nok 2 - warning() successfully the warning as a string\nok 3 - warnings() successfully captured all warnings\nok 4 - warning() successfully captured all warnings as a scalar ref\n# no warning here\n# nor here\nok 5 - warnings() successfully captured all warnings (none!)\n# no warning here\n# nor here\nok 6 - warning() successfully captured all warnings (none!)\nok 7 - warning() reports zero warnings caught\nok 8 - no (unexpected) warnings (via done_testing)\n1..8\nPASS: t/09-warnings-contents\n1..1\nok 1 - a passing test, to keep the harness happy\n# suppressed STDERR:this warning is not expected to be caught at t/05-no-end-block.t line 14.\nPASS: t/05-no-end-block\nok 1 - we can run tests when loading Test::More after Test::Warnings\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/27-module-ordering\nok 1 - warnings->import succeeds after importing \"warnings\" sub\nok 2 - no warnings worked as expected\nok 3 - correct warnings were enabled after warnings->import\n1..3\nPASS: t/22-warnings-bareword\nok 1 - non-existent sub in warning handler does not result in an exception\nok 2 # skip PadWalker required for this test\n1..2\n# suppressed STDERR:this warning is not expected to be caught at (eval 1) line 14.\nok 2 # skip PadWalker required for this test\nSKIP: t/20-propagate-stub\n# original warn handler captured a warning: hello this is a warning at (eval 1) line 18.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/17-propagate-subname-colons\n1..6\n# suppressed STDERR:here is a warning at t/21-fail-on-warning.t line 25.\nok 1 - Test 'failed immediately when we had a warning' result count\nok 2 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare ok\nok 3 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare actual_ok\nok 4 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare type\nok 5 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare name\nok 6 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare diag\nPASS: t/21-fail-on-warning\n1..6\nok 1 - Test 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' result count\nok 2 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare ok\nok 3 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare actual_ok\nok 4 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare name\nok 5 - checking depth\nok 6 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare diag\n# suppressed STDERR:this is a warning 1 2 3 at t/23-report-warnings.t line 17.\nPASS: t/23-report-warnings\nok 1 - no tests run during END\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/04-no-tests\nok 1 - here is a passing test, to keep plan happy\n1..1\n# suppressed STDERR:this is not a fatal warning, because Test::Warnings is not loaded at t/08-use-if.t line 14.\nPASS: t/08-use-if\n# original warn handler captured a warning: hello this is a warning at t/14-propagate-subname.t line 18.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/14-propagate-subname\n1..1\n# \n# Versions for all modules listed in static metadata (including optional ones):\n# \n# === Configure Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     perl                5.006 5.040002\n# \n# === Configure Suggests ===\n# \n#     Module      Want Have\n#     -------- ------- ----\n#     JSON::PP 2.27300 4.16\n# \n# === Test Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     File::Spec            any     3.91\n#     Term::ANSIColor       any     5.01\n#     Test::More           0.94 1.302199\n#     if                    any   0.0610\n#     perl                5.006 5.040002\n# \n# === Test Recommends ===\n# \n#     Module         Want     Have\n#     ---------- -------- --------\n#     CPAN::Meta 2.120900 2.150010\n# \n# === Test Suggests ===\n# \n#     Module                    Want     Have\n#     ------------------------ ----- --------\n#     CPAN::Meta::Check        0.011  missing\n#     CPAN::Meta::Requirements   any    2.143\n#     PadWalker                  any  missing\n#     Test::Tester             0.108 1.302199\n# \n# === Runtime Requires ===\n# \n#     Module         Want     Have\n#     ------------- ----- --------\n#     Carp            any     1.54\n#     Exporter        any     5.78\n#     Test::Builder   any 1.302199\n#     parent          any    0.241\n#     perl          5.006 5.040002\n#     strict          any     1.13\n#     warnings        any     1.70\n# \n# === Other Modules ===\n# \n#     Module             Have\n#     --------------- -------\n#     Encode             3.21\n#     File::Temp       0.2311\n#     JSON::PP           4.16\n#     Module::Runtime missing\n#     Sub::Name       missing\n#     YAML            missing\n#     autodie            2.37\n# \nok 1 - Reported prereqs\nPASS: t/00-report-prereqs\nok 1 - we can load Test::Warnings after Test::More and not see a redefinition warning\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/28-redefine-done_testing\nok 1 - a passing test\nok 2 - we have had one test so far\nok 3 - no (unexpected) warnings (via done_testing)\n1..3\n# test count ok!\nPASS: t/02-done_testing\n# this bad warning is allowed globally at t/25-allowed_patterns.t line 10.\n# this local warning is allowed inside at t/25-allowed_patterns.t line 14.\n# this bad warning is allowed globally at t/25-allowed_patterns.t line 18.\nok 1 - no (unexpected) warnings (via done_testing)\n1..1\nPASS: t/25-allowed_patterns\nok 1 - non-existent sub in warning handler does not result in an exception\nok 2 # skip PadWalker required for this test\n1..2\n# suppressed STDERR:this warning is not expected to be caught at t/19-propagate-nonexistent-subname.t line 14.\nok 2 # skip PadWalker required for this test\nSKIP: t/19-propagate-nonexistent-subname\n1..1\nok 1 - Test 'with \"PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS\" set, test does not fail' result count\n# suppressed STDERR:this is a warning 1 2 3 at t/24-only-report-warnings.t line 18.\nPASS: t/24-only-report-warnings\n1..19\nok 1 - warnings are now allowed\n# this warning will not cause a failure at t/01-basic.t line 27.\nok 2 - warnings are not allowed again\nok 3 - warnings are still not allowed\n# suppressed STDERR:this warning is not expected to be caught at t/01-basic.t line 32.\nok 4 - Test 'all functionality ok, checking warnings via END block' result count\nok 5 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare ok\nok 6 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare actual_ok\nok 7 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare type\nok 8 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare name\nok 9 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare diag\nok 10 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare ok\nok 11 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare actual_ok\nok 12 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare type\nok 13 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare name\nok 14 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare diag\nok 15 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare ok\nok 16 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare actual_ok\nok 17 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare type\nok 18 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare name\nok 19 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare diag\nPASS: t/01-basic\nDURATION: 1\nEND: /usr/lib/libtest-warnings-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libtest-warnings-perl": {
     "duration": "1",
     "log": "START: ptest-runner\n2025-06-16T11:40\n# original warn handler captured a warning: hello this is a warning at t/13-propagate-warnings.t line 16.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/13-propagate-warnings\n1..1\nok 1 - warning() was imported\n# suppressed STDERR:this warning is not expected to be caught at t/11-double-use.t line 15.\nPASS: t/11-double-use\nok 1 - a passing test to keep done_testing happy\n1..1\n# suppressed STDERR:this warning is not expected to be caught at t/10-no-done_testing.t line 14.\nPASS: t/10-no-done_testing\nok 1 # skip PadWalker required for this test\n1..1\n# suppressed STDERR:this warning is not expected to be caught at t/16-propagate-ignore.t line 18.\nok 1 # skip PadWalker required for this test\nSKIP: t/16-propagate-ignore\n1..0 # SKIP Need Does::Not::Exist::890376790500344 to continue!\n1..0 # SKIP Need Does::Not::Exist::890376790500344 to continue!\nSKIP: t/06-skip-all\nok 1 # skip PadWalker required for this test\n1..1\n# suppressed STDERR:this warning is not expected to be caught at t/15-propagate-default.t line 18.\nok 1 # skip PadWalker required for this test\nSKIP: t/15-propagate-default\nok 1 - this is a passing test\nok 2 - no (unexpected) warnings (via END block)\nok 3 - two tests have been run (the pass, and our no-warnings-via-END test)\n1..3\nPASS: t/07-no_plan\n# Seeded srand with seed '20250616' from local date.\nok 1 - this is a test which does not warn\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/26-test2-compat\n1..2\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nSKIP: t/zzz-check-breaks\nok 1 - test the appearance of a normal warning\nok 2 - warning has origin properly added when it was lacking\n1..2\nPASS: t/12-no-newline\nok 1 - passing test\n# Subtest: here is a subtest\n    ok 1 - another passing test\n    1..1\nok 2 - here is a subtest\nok 3 - had_no_warnings was not called via the subtest's done_testing\nok 4 - no (unexpected) warnings (via done_testing)\n1..4\nPASS: t/03-subtest\n# original warn handler captured a warning: hello this is a warning at (eval 1) line 19.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/18-propagate-subname-package\nok 1 - warnings() successfully captured the warning\nok 2 - warning() successfully the warning as a string\nok 3 - warnings() successfully captured all warnings\nok 4 - warning() successfully captured all warnings as a scalar ref\n# no warning here\n# nor here\nok 5 - warnings() successfully captured all warnings (none!)\n# no warning here\n# nor here\nok 6 - warning() successfully captured all warnings (none!)\nok 7 - warning() reports zero warnings caught\nok 8 - no (unexpected) warnings (via done_testing)\n1..8\nPASS: t/09-warnings-contents\n1..1\nok 1 - a passing test, to keep the harness happy\n# suppressed STDERR:this warning is not expected to be caught at t/05-no-end-block.t line 14.\nPASS: t/05-no-end-block\nok 1 - we can run tests when loading Test::More after Test::Warnings\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/27-module-ordering\nok 1 - warnings->import succeeds after importing \"warnings\" sub\nok 2 - no warnings worked as expected\nok 3 - correct warnings were enabled after warnings->import\n1..3\nPASS: t/22-warnings-bareword\nok 1 - non-existent sub in warning handler does not result in an exception\nok 2 # skip PadWalker required for this test\n1..2\n# suppressed STDERR:this warning is not expected to be caught at (eval 1) line 14.\nok 2 # skip PadWalker required for this test\nSKIP: t/20-propagate-stub\n# original warn handler captured a warning: hello this is a warning at (eval 1) line 18.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/17-propagate-subname-colons\n1..6\n# suppressed STDERR:here is a warning at t/21-fail-on-warning.t line 25.\nok 1 - Test 'failed immediately when we had a warning' result count\nok 2 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare ok\nok 3 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare actual_ok\nok 4 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare type\nok 5 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare name\nok 6 - subtest 'unexpected warning' of 'failed immediately when we had a warning' compare diag\nPASS: t/21-fail-on-warning\n1..6\nok 1 - Test 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' result count\nok 2 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare ok\nok 3 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare actual_ok\nok 4 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare name\nok 5 - checking depth\nok 6 - subtest 'no (unexpected) warnings' of 'with :report_warnings enabled, had_no_warnings() tells about warnings that we may not have seen before' compare diag\n# suppressed STDERR:this is a warning 1 2 3 at t/23-report-warnings.t line 17.\nPASS: t/23-report-warnings\nok 1 - no tests run during END\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/04-no-tests\nok 1 - here is a passing test, to keep plan happy\n1..1\n# suppressed STDERR:this is not a fatal warning, because Test::Warnings is not loaded at t/08-use-if.t line 14.\nPASS: t/08-use-if\n# original warn handler captured a warning: hello this is a warning at t/14-propagate-subname.t line 18.\nok 1 - got one warning propagated\nok 2 - ..and it is the warning we just issued, with original location intact\nok 3 # skip PadWalker required for this test\n1..3\nok 3 # skip PadWalker required for this test\nSKIP: t/14-propagate-subname\n1..1\n# \n# Versions for all modules listed in static metadata (including optional ones):\n# \n# === Configure Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     perl                5.006 5.040002\n# \n# === Configure Suggests ===\n# \n#     Module      Want Have\n#     -------- ------- ----\n#     JSON::PP 2.27300 4.16\n# \n# === Test Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     File::Spec            any     3.91\n#     Term::ANSIColor       any     5.01\n#     Test::More           0.94 1.302199\n#     if                    any   0.0610\n#     perl                5.006 5.040002\n# \n# === Test Recommends ===\n# \n#     Module         Want     Have\n#     ---------- -------- --------\n#     CPAN::Meta 2.120900 2.150010\n# \n# === Test Suggests ===\n# \n#     Module                    Want     Have\n#     ------------------------ ----- --------\n#     CPAN::Meta::Check        0.011  missing\n#     CPAN::Meta::Requirements   any    2.143\n#     PadWalker                  any  missing\n#     Test::Tester             0.108 1.302199\n# \n# === Runtime Requires ===\n# \n#     Module         Want     Have\n#     ------------- ----- --------\n#     Carp            any     1.54\n#     Exporter        any     5.78\n#     Test::Builder   any 1.302199\n#     parent          any    0.241\n#     perl          5.006 5.040002\n#     strict          any     1.13\n#     warnings        any     1.70\n# \n# === Other Modules ===\n# \n#     Module             Have\n#     --------------- -------\n#     Encode             3.21\n#     File::Temp       0.2311\n#     JSON::PP           4.16\n#     Module::Runtime missing\n#     Sub::Name       missing\n#     YAML            missing\n#     autodie            2.37\n# \nok 1 - Reported prereqs\nPASS: t/00-report-prereqs\nok 1 - we can load Test::Warnings after Test::More and not see a redefinition warning\nok 2 - no (unexpected) warnings (via done_testing)\n1..2\nPASS: t/28-redefine-done_testing\nok 1 - a passing test\nok 2 - we have had one test so far\nok 3 - no (unexpected) warnings (via done_testing)\n1..3\n# test count ok!\nPASS: t/02-done_testing\n# this bad warning is allowed globally at t/25-allowed_patterns.t line 10.\n# this local warning is allowed inside at t/25-allowed_patterns.t line 14.\n# this bad warning is allowed globally at t/25-allowed_patterns.t line 18.\nok 1 - no (unexpected) warnings (via done_testing)\n1..1\nPASS: t/25-allowed_patterns\nok 1 - non-existent sub in warning handler does not result in an exception\nok 2 # skip PadWalker required for this test\n1..2\n# suppressed STDERR:this warning is not expected to be caught at t/19-propagate-nonexistent-subname.t line 14.\nok 2 # skip PadWalker required for this test\nSKIP: t/19-propagate-nonexistent-subname\n1..1\nok 1 - Test 'with \"PERL_TEST_WARNINGS_ONLY_REPORT_WARNINGS\" set, test does not fail' result count\n# suppressed STDERR:this is a warning 1 2 3 at t/24-only-report-warnings.t line 18.\nPASS: t/24-only-report-warnings\n1..19\nok 1 - warnings are now allowed\n# this warning will not cause a failure at t/01-basic.t line 27.\nok 2 - warnings are not allowed again\nok 3 - warnings are still not allowed\n# suppressed STDERR:this warning is not expected to be caught at t/01-basic.t line 32.\nok 4 - Test 'all functionality ok, checking warnings via END block' result count\nok 5 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare ok\nok 6 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare actual_ok\nok 7 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare type\nok 8 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare name\nok 9 - subtest 'no (unexpected) warnings' of 'all functionality ok, checking warnings via END block' compare diag\nok 10 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare ok\nok 11 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare actual_ok\nok 12 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare type\nok 13 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare name\nok 14 - subtest 'no warnings, with a custom name' of 'all functionality ok, checking warnings via END block' compare diag\nok 15 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare ok\nok 16 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare actual_ok\nok 17 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare type\nok 18 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare name\nok 19 - subtest 'no (unexpected) warnings (via END block)' of 'all functionality ok, checking warnings via END block' compare diag\nPASS: t/01-basic\nDURATION: 1\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5203242301940918,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libtimedate-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libtimedate-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0016052722930908203,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.175032138824463,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03893423080444336,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.5724854469299316,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008296966552734375,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libtimedate-perl.t/cpanrt": {
    "status": "PASSED"
   },
   "ptestresult.libtimedate-perl.t/date": {
    "status": "PASSED"
   },
   "ptestresult.libtimedate-perl.t/format": {
    "status": "PASSED"
   },
   "ptestresult.libtimedate-perl.t/getdate": {
    "status": "PASSED"
   },
   "ptestresult.libtimedate-perl.t/lang": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libtimedate-perl/ptest\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\n1..148\nok 1\n1995-01-24                              \tTue Jan 24 00:00:00 1995 GMT\nok 2\n1995-01-24T09:08:17.1823213             \tTue Jan 24 09:08:17 1995 GMT\nok 3\n1935-01-24T09:08:17                     \tWed Jan 24 09:08:17 2035 GMT\nok 4\nFri Dec 17 00:00:00 1901 GMT            \tMon Dec 17 00:00:00 2001 GMT\nok 5\nTue Jan 16 23:59:59 2038 GMT            \tSat Jan 16 23:59:59 2038 GMT\nok 6\n2001-02-02 00:00:00 GMT                 \tFri Feb  2 00:00:00 2001 GMT\nok 7\n2035-02-02 00:00:00 GMT                 \tFri Feb  2 00:00:00 2035 GMT\nok 8\n16 Jun 33 07:29:35 CST                  \tThu Jun 16 13:29:35 2033 GMT\nok 9\n2002-02-26-10:37:21.141 GMT             \tTue Feb 26 10:37:21 2002 GMT\nok 10\nWed, 16 Jun 94 07:29:35 CST             \tThu Jun 16 13:29:35 1994 GMT\nok 11\nWed, 16 Nov 94 07:29:35 CST             \tWed Nov 16 13:29:35 1994 GMT\nok 12\nMon, 21 Nov 94 07:42:23 CST             \tMon Nov 21 13:42:23 1994 GMT\nok 13\nMon, 21 Nov 94 04:28:18 CST             \tMon Nov 21 10:28:18 1994 GMT\nok 14\nTue, 15 Nov 94 09:15:10 GMT             \tTue Nov 15 09:15:10 1994 GMT\nok 15\nWed, 16 Nov 94 09:39:49 GMT             \tWed Nov 16 09:39:49 1994 GMT\nok 16\nWed, 16 Nov 94 09:23:17 GMT             \tWed Nov 16 09:23:17 1994 GMT\nok 17\nWed, 16 Nov 94 12:39:49 GMT             \tWed Nov 16 12:39:49 1994 GMT\nok 18\nWed, 16 Nov 94 14:03:06 GMT             \tWed Nov 16 14:03:06 1994 GMT\nok 19\nWed, 16 Nov 94 05:30:51 CST             \tWed Nov 16 11:30:51 1994 GMT\nok 20\nThu, 17 Nov 94 03:19:30 CST             \tThu Nov 17 09:19:30 1994 GMT\nok 21\nMon, 21 Nov 94 14:05:32 GMT             \tMon Nov 21 14:05:32 1994 GMT\nok 22\nMon, 14 Nov 94 15:08:49 CST             \tMon Nov 14 21:08:49 1994 GMT\nok 23\nWed, 16 Nov 94 14:48:06 GMT             \tWed Nov 16 14:48:06 1994 GMT\nok 24\nThu, 17 Nov 94 14:22:03 GMT             \tThu Nov 17 14:22:03 1994 GMT\nok 25\nWed, 16 Nov 94 14:36:00 GMT             \tWed Nov 16 14:36:00 1994 GMT\nok 26\nWed, 16 Nov 94 09:23:17 GMT             \tWed Nov 16 09:23:17 1994 GMT\nok 27\nWed, 16 Nov 94 10:01:43 GMT             \tWed Nov 16 10:01:43 1994 GMT\nok 28\nWed, 16 Nov 94 15:03:35 GMT             \tWed Nov 16 15:03:35 1994 GMT\nok 29\nMon, 21 Nov 94 13:55:19 GMT             \tMon Nov 21 13:55:19 1994 GMT\nok 30\nWed, 16 Nov 94 08:46:11 CST             \tWed Nov 16 14:46:11 1994 GMT\nok 31\n21 dec 17:05                            \tSat Dec 21 17:05:00 2024 GMT\nok 32\n21-dec 17:05                            \tSat Dec 21 17:05:00 2024 GMT\nok 33\n21/dec 17:05                            \tSat Dec 21 17:05:00 2024 GMT\nok 34\n21/dec/93 17:05                         \tTue Dec 21 17:05:00 1993 GMT\nok 35\ndec/21/93 17:05                         \tTue Dec 21 17:05:00 1993 GMT\nok 36\nDec/21/1993 17:05:00                    \tTue Dec 21 17:05:00 1993 GMT\nok 37\ndec-21-1993 17:05                       \tTue Dec 21 17:05:00 1993 GMT\nok 38\nDec-21-93 17:05:00                      \tTue Dec 21 17:05:00 1993 GMT\nok 39\ndec 21 1994 17:05                       \tWed Dec 21 17:05:00 1994 GMT\nok 40\ndec 21 94 17:05                         \tWed Dec 21 17:05:00 1994 GMT\nok 41\ndec 21 94 17:05 GMT                     \tWed Dec 21 17:05:00 1994 GMT\nok 42\ndec 21 94 17:05 BST                     \tWed Dec 21 16:05:00 1994 GMT\nok 43\ndec 21 94 00:05 -1700                   \tWed Dec 21 17:05:00 1994 GMT\nok 44\ndec 21 94 17:05 -1700                   \tThu Dec 22 10:05:00 1994 GMT\nok 45\nWed, 9 Nov 1994 09:50:32 -0500 (EST)    \tWed Nov  9 14:50:32 1994 GMT\nok 46\nThu, 13 Oct 94 10:13:13 -0700           \tThu Oct 13 17:13:13 1994 GMT\nok 47\nSat, 19 Nov 1994 16:59:14 +0100         \tSat Nov 19 15:59:14 1994 GMT\nok 48\nThu, 3 Nov 94 14:10:47 EST              \tThu Nov  3 19:10:47 1994 GMT\nok 49\nThu, 3 Nov 94 21:51:09 EST              \tFri Nov  4 02:51:09 1994 GMT\nok 50\nFri, 4 Nov 94 9:24:52 EST               \tFri Nov  4 14:24:52 1994 GMT\nok 51\nWed, 9 Nov 94 09:38:54 EST              \tWed Nov  9 14:38:54 1994 GMT\nok 52\nMon, 14 Nov 94 13:20:12 EST             \tMon Nov 14 18:20:12 1994 GMT\nok 53\nWed, 16 Nov 94 17:09:13 EST             \tWed Nov 16 22:09:13 1994 GMT\nok 54\nTue, 15 Nov 94 12:27:01 PST             \tTue Nov 15 20:27:01 1994 GMT\nok 55\nFri, 18 Nov 1994 07:34:05 -0600         \tFri Nov 18 13:34:05 1994 GMT\nok 56\nMon, 21 Nov 94 14:34:28 -0500           \tMon Nov 21 19:34:28 1994 GMT\nok 57\nFri, 18 Nov 1994 12:05:47 -0800 (PST)   \tFri Nov 18 20:05:47 1994 GMT\nok 58\nFri, 18 Nov 1994 12:36:26 -0800 (PST)   \tFri Nov 18 20:36:26 1994 GMT\nok 59\nWed, 16 Nov 1994 15:58:58 GMT           \tWed Nov 16 15:58:58 1994 GMT\nok 60\n1999 10:02:18 \"GMT\"                     \tWed Jun 16 10:02:18 1999 GMT\nok 61\nSun, 06 Nov 94 14:27:40 -0500           \tSun Nov  6 19:27:40 1994 GMT\nok 62\nMon, 07 Nov 94 08:20:13 -0500           \tMon Nov  7 13:20:13 1994 GMT\nok 63\nMon, 07 Nov 94 16:48:42 -0500           \tMon Nov  7 21:48:42 1994 GMT\nok 64\nWed, 09 Nov 94 15:46:16 -0500           \tWed Nov  9 20:46:16 1994 GMT\nok 65\nFri, 4 Nov 94 16:17:40 \"PST             \tSat Nov  5 00:17:40 1994 GMT\nok 66\nWed, 16 Nov 94 12:43:37 \"PST            \tWed Nov 16 20:43:37 1994 GMT\nok 67\nSun, 6 Nov 1994 02:38:17 -0800          \tSun Nov  6 10:38:17 1994 GMT\nok 68\nTue, 1 Nov 1994 13:53:49 -0500          \tTue Nov  1 18:53:49 1994 GMT\nok 69\nTue, 15 Nov 94 08:31:59 +0100           \tTue Nov 15 07:31:59 1994 GMT\nok 70\nSun, 6 Nov 1994 11:09:12 -0500 (IST)    \tSun Nov  6 16:09:12 1994 GMT\nok 71\nFri, 4 Nov 94 12:52:10 EST              \tFri Nov  4 17:52:10 1994 GMT\nok 72\nMon, 31 Oct 1994 14:17:39 -0500 (EST)   \tMon Oct 31 19:17:39 1994 GMT\nok 73\nMon, 14 Nov 94 11:25:00 CST             \tMon Nov 14 17:25:00 1994 GMT\nok 74\nMon, 14 Nov 94 13:26:29 CST             \tMon Nov 14 19:26:29 1994 GMT\nok 75\nFri, 18 Nov 94 8:42:47 CST              \tFri Nov 18 14:42:47 1994 GMT\nok 76\nThu, 17 Nov 94 14:32:01 +0900           \tThu Nov 17 05:32:01 1994 GMT\nok 77\nWed, 2 Nov 94 18:16:31 +0100            \tWed Nov  2 17:16:31 1994 GMT\nok 78\nFri, 18 Nov 94 10:46:26 +0100           \tFri Nov 18 09:46:26 1994 GMT\nok 79\nTue, 8 Nov 1994 22:39:28 +0200          \tTue Nov  8 20:39:28 1994 GMT\nok 80\nWed, 16 Nov 1994 10:01:08 -0500 (EST)   \tWed Nov 16 15:01:08 1994 GMT\nok 81\nWed, 2 Nov 1994 16:59:42 -0800          \tThu Nov  3 00:59:42 1994 GMT\nok 82\nWed, 9 Nov 94 10:00:23 PST              \tWed Nov  9 18:00:23 1994 GMT\nok 83\nFri, 18 Nov 94 17:01:43 PST             \tSat Nov 19 01:01:43 1994 GMT\nok 84\nMon, 14 Nov 1994 14:47:46 -0500         \tMon Nov 14 19:47:46 1994 GMT\nok 85\nMon, 21 Nov 1994 04:56:04 -0500 (EST)   \tMon Nov 21 09:56:04 1994 GMT\nok 86\nMon, 21 Nov 1994 11:50:12 -0800         \tMon Nov 21 19:50:12 1994 GMT\nok 87\nSat, 5 Nov 1994 14:04:16 -0600 (CST)    \tSat Nov  5 20:04:16 1994 GMT\nok 88\nSat, 05 Nov 94 13:10:13 MST             \tSat Nov  5 20:10:13 1994 GMT\nok 89\nWed, 02 Nov 94 10:47:48 -0800           \tWed Nov  2 18:47:48 1994 GMT\nok 90\nWed, 02 Nov 94 13:19:15 -0800           \tWed Nov  2 21:19:15 1994 GMT\nok 91\nThu, 03 Nov 94 15:27:07 -0800           \tThu Nov  3 23:27:07 1994 GMT\nok 92\nFri, 04 Nov 94 09:12:12 -0800           \tFri Nov  4 17:12:12 1994 GMT\nok 93\nWed, 9 Nov 1994 10:13:03 +0000 (GMT)    \tWed Nov  9 10:13:03 1994 GMT\nok 94\nWed, 9 Nov 1994 15:28:37 +0000 (GMT)    \tWed Nov  9 15:28:37 1994 GMT\nok 95\nWed, 2 Nov 1994 17:37:41 +0100 (MET)    \tWed Nov  2 16:37:41 1994 GMT\nok 96\n05 Nov 94 14:22:19 PST                  \tSat Nov  5 22:22:19 1994 GMT\nok 97\n16 Nov 94 22:28:20 PST                  \tThu Nov 17 06:28:20 1994 GMT\nok 98\nTue, 1 Nov 1994 19:51:15 -0800          \tWed Nov  2 03:51:15 1994 GMT\nok 99\nWed, 2 Nov 94 12:21:23 GMT              \tWed Nov  2 12:21:23 1994 GMT\nok 100\nFri, 18 Nov 94 18:07:03 GMT             \tFri Nov 18 18:07:03 1994 GMT\nok 101\nWed, 16 Nov 1994 11:26:27 -0500         \tWed Nov 16 16:26:27 1994 GMT\nok 102\nSun, 6 Nov 1994 13:48:49 -0500          \tSun Nov  6 18:48:49 1994 GMT\nok 103\nTue, 8 Nov 1994 13:19:37 -0800          \tTue Nov  8 21:19:37 1994 GMT\nok 104\nFri, 18 Nov 1994 11:01:12 -0800         \tFri Nov 18 19:01:12 1994 GMT\nok 105\nMon, 21 Nov 1994 00:47:58 -0500         \tMon Nov 21 05:47:58 1994 GMT\nok 106\nMon, 7 Nov 1994 14:22:48 -0800 (PST)    \tMon Nov  7 22:22:48 1994 GMT\nok 107\nWed, 16 Nov 1994 15:56:45 -0800 (PST)   \tWed Nov 16 23:56:45 1994 GMT\nok 108\nThu, 3 Nov 1994 13:17:47 +0000          \tThu NoRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nv  3 13:17:47 1994 GMT\nok 109\nWed, 9 Nov 1994 17:32:50 -0500 (EST)    \tWed Nov  9 22:32:50 1994 GMT\nok 110\nWed, 9 Nov 94 16:31:52 PST              \tThu Nov 10 00:31:52 1994 GMT\nok 111\nWed, 09 Nov 94 10:41:10 -0800           \tWed Nov  9 18:41:10 1994 GMT\nok 112\nWed, 9 Nov 94 08:42:22 MST              \tWed Nov  9 15:42:22 1994 GMT\nok 113\nMon, 14 Nov 1994 08:32:13 -0800         \tMon Nov 14 16:32:13 1994 GMT\nok 114\nMon, 14 Nov 1994 11:34:32 -0500 (EST)   \tMon Nov 14 16:34:32 1994 GMT\nok 115\nMon, 14 Nov 94 16:48:09 GMT             \tMon Nov 14 16:48:09 1994 GMT\nok 116\nTue, 15 Nov 1994 10:27:33 +0000         \tTue Nov 15 10:27:33 1994 GMT\nok 117\nWed, 02 Nov 94 13:56:54 MST             \tWed Nov  2 20:56:54 1994 GMT\nok 118\nThu, 03 Nov 94 15:24:45 MST             \tThu Nov  3 22:24:45 1994 GMT\nok 119\nThu, 3 Nov 1994 15:13:53 -0700 (MST)    \tThu Nov  3 22:13:53 1994 GMT\nok 120\nFri, 04 Nov 94 08:15:13 MST             \tFri Nov  4 15:15:13 1994 GMT\nok 121\nThu, 3 Nov 94 18:15:47 EST              \tThu Nov  3 23:15:47 1994 GMT\nok 122\nTue, 08 Nov 94 07:02:33 MST             \tTue Nov  8 14:02:33 1994 GMT\nok 123\nThu, 3 Nov 94 18:15:47 EST              \tThu Nov  3 23:15:47 1994 GMT\nok 124\nTue, 15 Nov 94 07:26:05 MST             \tTue Nov 15 14:26:05 1994 GMT\nok 125\nWed, 2 Nov 1994 00:00:55 -0600 (CST)    \tWed Nov  2 06:00:55 1994 GMT\nok 126\nSun, 6 Nov 1994 01:19:13 -0600 (CST)    \tSun Nov  6 07:19:13 1994 GMT\nok 127\nMon, 7 Nov 1994 23:16:57 -0600 (CST)    \tTue Nov  8 05:16:57 1994 GMT\nok 128\nTue, 08 Nov 1994 13:21:21 -0600         \tTue Nov  8 19:21:21 1994 GMT\nok 129\nMon, 07 Nov 94 13:47:37 PST             \tMon Nov  7 21:47:37 1994 GMT\nok 130\nTue, 08 Nov 94 11:23:19 PST             \tTue Nov  8 19:23:19 1994 GMT\nok 131\nTue, 01 Nov 1994 11:28:25 -0800         \tTue Nov  1 19:28:25 1994 GMT\nok 132\nTue, 15 Nov 1994 13:11:47 -0800         \tTue Nov 15 21:11:47 1994 GMT\nok 133\nTue, 15 Nov 1994 13:18:38 -0800         \tTue Nov 15 21:18:38 1994 GMT\nok 134\nTue, 15 Nov 1994 0:18:38 -0800          \tTue Nov 15 08:18:38 1994 GMT\nok 135\n10:00:00Z                               \tMon Jun 16 10:00:00 2025 GMT\nok 136\n10:00:00                                \tMon Jun 16 10:00:00 2025 GMT\nok 137\n10:00                                   \tMon Jun 16 10:00:00 2025 GMT\nok 138\n10:00 +100                              \tMon Jun 16 09:00:00 2025 GMT\nok 139\n10:00 +0100                             \tMon Jun 16 09:00:00 2025 GMT\nok 140\n20020722T100000Z                        \tMon Jul 22 10:00:00 2002 GMT\nok 141\nJul 22 10:00:00 UTC 2002                \tMon Jul 22 10:00:00 2002 GMT\nok 142\n2002-07-22 10:00:00Z                    \tMon Jul 22 10:00:00 2002 GMT\nok 143\n2002-07-22 10:00:00 Z                   \tMon Jul 22 10:00:00 2002 GMT\nok 144\n2002-07-22 10:00 Z                      \tMon Jul 22 10:00:00 2002 GMT\nok 145\n2002-07-22 10:00Z                       \tMon Jul 22 10:00:00 2002 GMT\nok 146\n2002-07-22 10:00 +100                   \tMon Jul 22 09:00:00 2002 GMT\nok 147\n2002-07-22 10:00 +0100                  \tMon Jul 22 09:00:00 2002 GMT\nok 148\nPASS: t/date\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/lang\n1..146\n# offset = 3155760000\n--------------------------------------------------\nFAIL 1\n1995-01-24                \nDiff:    -3155760000\nExpect: 3946665600.000000 Mon Jan 24 00:00:00 2095\nGot:    790905600.000000 Tue Jan 24 00:00:00 1995\n--------------------------------------------------\nFAIL 2\n1995-06-24                           \nDiff:    -3155760000\nExpect: 3959712000.000000 Fri Jun 24 00:00:00 2095\nGot:    803952000.000000 Sat Jun 24 00:00:00 1995\n--------------------------------------------------\nFAIL 3\n92/01/02 12:01\t\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 4\n92/01/02 12:01 AM\t\t     \nDiff:    -3155760000\nExpect: 3850070460.000000 Wed Jan  2 00:01:00 2092\nGot:    694310460.000000 Thu Jan  2 00:01:00 1992\n--------------------------------------------------\nFAIL 5\n92/01/02 12:01 PM\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 6\n2002-11-02 11pm GMT\t\t     \nDiff:    -3155760000\nExpect: 4192038000.000000 Fri Nov  3 23:00:00 2102\nGot:    1036278000.000000 Sat Nov  2 23:00:00 2002\n--------------------------------------------------\nFAIL 7\n2002-11-02 11 pm GMT\t\t     \nDiff:    -3155760000\nExpect: 4192038000.000000 Fri Nov  3 23:00:00 2102\nGot:    1036278000.000000 Sat Nov  2 23:00:00 2002\n--------------------------------------------------\nFAIL 8\n1995-01-24  GMT                      \nDiff:    -3155760000\nExpect: 3946665600.000000 Mon Jan 24 00:00:00 2095\nGot:    790905600.000000 Tue Jan 24 00:00:00 1995\n--------------------------------------------------\nFAIL 9\n1995-01-24  BST                      \nDiff:    -3155760000\nExpect: 3946662000.000000 Sun Jan 23 23:00:00 2095\nGot:    790902000.000000 Mon Jan 23 23:00:00 1995\n--------------------------------------------------\nFAIL 10\n1995-06-24  GMT                      \nDiff:    -3155760000\nExpect: 3959712000.000000 Fri Jun 24 00:00:00 2095\nGot:    803952000.000000 Sat Jun 24 00:00:00 1995\n--------------------------------------------------\nFAIL 11\n1995-06-24  BST                      \nDiff:    -3155760000\nExpect: 3959708400.000000 Thu Jun 23 23:00:00 2095\nGot:    803948400.000000 Fri Jun 23 23:00:00 1995\n--------------------------------------------------\nFAIL 12\n1992-1-2 12:01 GMT\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 13\n1992-1-2-12:01:00 GMT\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 14\nWed, 16 Jun 94 07:29:35 CST    \t     \nDiff:    -3155760000\nExpect: 3927533375.000000 Wed Jun 16 13:29:35 2094\nGot:    771773375.000000 Thu Jun 16 13:29:35 1994\n--------------------------------------------------\nFAIL 15\nWed,16 Jun 94 07:29:35 CST    \t     \nDiff:    -3155760000\nExpect: 3927533375.000000 Wed Jun 16 13:29:35 2094\nGot:    771773375.000000 Thu Jun 16 13:29:35 1994\n--------------------------------------------------\nFAIL 16\nWed, 16 Nov 94 07:29:35 CST \t     \nDiff:    -3155760000\nExpect: 3940752575.000000 Tue Nov 16 13:29:35 2094\nGot:    784992575.000000 Wed Nov 16 13:29:35 1994\n--------------------------------------------------\nFAIL 17\nMon, 21 Nov 94 07:42:23 CST \t     \nDiff:    -3155760000\nExpect: 3941185343.000000 Sun Nov 21 13:42:23 2094\nGot:    785425343.000000 Mon Nov 21 13:42:23 1994\n--------------------------------------------------\nFAIL 18\nMon, 21 Nov 94 04:28:18 CST \t     \nDiff:    -3155760000\nExpect: 3941173698.000000 Sun Nov 21 10:28:18 2094\nGot:    785413698.000000 Mon Nov 21 10:28:18 1994\n--------------------------------------------------\nFAIL 19\nTue, 15 Nov 94 09:15:10 GMT \t     \nDiff:    -3155760000\nExpect: 3940650910.000000 Mon Nov 15 09:15:10 2094\nGot:    784890910.000000 Tue Nov 15 09:15:10 1994\n--------------------------------------------------\nFAIL 20\nWed, 16 Nov 94 09:39:49 GMT \t     \nDiff:    -3155760000\nExpect: 3940738789.000000 Tue Nov 16 09:39:49 2094\nGot:    784978789.000000 Wed Nov 16 09:39:49 1994\n--------------------------------------------------\nFAIL 21\nWed, 16 Nov 94 09:23:17 GMT \t     \nDiff:    -3155760000\nExpect: 3940737797.000000 Tue Nov 16 09:23:17 2094\nGot:    784977797.000000 Wed Nov 16 09:23:17 1994\n--------------------------------------------------\nFAIL 22\nWed, 16 Nov 94 12:39:49 GMT \t     \nDiff:    -3155760000\nExpect: 3940749589.000000 Tue Nov 16 12:39:49 2094\nGot:    784989589.000000 Wed Nov 16 12:39:49 1994\n--------------------------------------------------\nFAIL 23\nWed, 16 Nov 94 14:03:06 GMT \t     \nDiff:    -3155760000\nExpect: 3940754586.000000 Tue Nov 16 14:03:06 2094\nGot:    784994586.000000 Wed Nov 16 14:03:06 1994\n--------------------------------------------------\nFAIL 24\nWed, 16 Nov 94 05:30:51 CST \t     \nDiff:    -3155760000\nExpect: 3940745451.000000 Tue Nov 16 11:30:51 2094\nGot:    784985451.000000 Wed Nov 16 11:30:51 1994\n--------------------------------------------------\nFAIL 25\nThu, 17 Nov 94 03:19:30 CST \t     \nDiff:    -3155760000\nExpect: 3940823970.000000 Wed Nov 17 09:19:30 2094\nGot:    785063970.000000 Thu Nov 17 09:19:30 1994\n--------------------------------------------------\nFAIL 26\n1994:11:21T14:05:32+0000 \t     \nDiff:    -3155760000\nExpect: 3941186732.000000 Sun Nov 21 14:05:32 2094\nGot:    785426732.000000 Mon Nov 21 14:05:32 1994\n--------------------------------------------------\nFAIL 27\nMon, 21 Nov 94 14:05:32 GMT \t     \nDiff:    -3155760000\nExpect: 3941186732.000000 Sun Nov 21 14:05:32 2094\nGot:    785426732.000000 Mon Nov 21 14:05:32 1994\n--------------------------------------------------\nFAIL 28\nMon, 14 Nov 94 15:08:49 CST \t     \nDiff:    -3155760000\nExpect: 3940607329.000000 Sun Nov 14 21:08:49 2094\nGot:    784847329.000000 Mon Nov 14 21:08:49 1994\n--------------------------------------------------\nFAIL 29\nWed, 16 Nov 94 14:48:06 GMT \t     \nDiff:    -3155760000\nExpect: 3940757286.000000 Tue Nov 16 14:48:06 2094\nGot:    784997286.000000 Wed Nov 16 14:48:06 1994\n--------------------------------------------------\nFAIL 30\nThu, 17 Nov 94 14:22:03 GMT \t     \nDiff:    -3155760000\nExpect: 3940842123.000000 Wed Nov 17 14:22:03 2094\nGot:    785082123.000000 Thu Nov 17 14:22:03 1994\n--------------------------------------------------\nFAIL 31\nWed, 16 Nov 94 14:36:00 GMT \t     \nDiff:    -3155760000\nExpect: 3940756560.000000 Tue Nov 16 14:36:00 2094\nGot:    784996560.000000 Wed Nov 16 14:36:00 1994\n--------------------------------------------------\nFAIL 32\nWed, 16 Nov 94 09:23:17 GMT \t     \nDiff:    -3155760000\nExpect: 3940737797.000000 Tue Nov 16 09:23:17 2094\nGot:    784977797.000000 Wed Nov 16 09:23:17 1994\n--------------------------------------------------\nFAIL 33\nWed, 16 Nov 94 10:01:43 GMT \t     \nDiff:    -3155760000\nExpect: 3940740103.000000 Tue Nov 16 10:01:43 2094\nGot:    784980103.000000 Wed Nov 16 10:01:43 1994\n--------------------------------------------------\nFAIL 34\nWed, 16 Nov 94 15:03:35 GMT \t     \nDiff:    -3155760000\nExpect: 3940758215.000000 Tue Nov 16 15:03:35 2094\nGot:    784998215.000000 Wed Nov 16 15:03:35 1994\n--------------------------------------------------\nFAIL 35\nMon, 21 Nov 94 13:55:19 GMT \t     \nDiff:    -3155760000\nExpect: 3941186119.000000 Sun Nov 21 13:55:19 2094\nGot:    785426119.000000 Mon Nov 21 13:55:19 1994\n--------------------------------------------------\nFAIL 36\nWed, 16 Nov 94 08:46:11 CST \t     \nDiff:    -3155760000\nExpect: 3940757171.000000 Tue Nov 16 14:46:11 2094\nGot:    784997171.000000 Wed Nov 16 14:46:11 1994\n--------------------------------------------------\nFAIL 37\nWed, 9 Nov 1994 09:50:32 -0500 (EST) \nDiff:    -3155760000\nExpect: 3940152632.000000 Tue Nov  9 14:50:32 2094\nGot:    784392632.000000 Wed Nov  9 14:50:32 1994\n--------------------------------------------------\nFAIL 38\nThu, 13 Oct 94 10:13:13 -0700\t     \nDiff:    -3155760000\nExpect: 3937828393.000000 Wed Oct 13 17:13:13 2094\nGot:    782068393.000000 Thu Oct 13 17:13:13 1994\n--------------------------------------------------\nFAIL 39\nSat, 19 Nov 1994 16:59:14 +0100      \nDiff:    -3155760000\nExpect: 3941020754.000000 Fri Nov 19 15:59:14 2094\nGot:    785260754.000000 Sat Nov 19 15:59:14 1994\n--------------------------------------------------\nFAIL 40\nThu, 3 Nov 94 14:10:47 EST \t     \nDiff:    -3155760000\nExpect: 3939649847.000000 Wed Nov  3 19:10:47 2094\nGot:    783889847.000000 Thu Nov  3 19:10:47 1994\n--------------------------------------------------\nFAIL 41\nThu, 3 Nov 94 21:51:09 EST \t     \nDiff:    -3155760000\nExpect: 3939677469.000000 Thu Nov  4 02:51:09 2094\nGot:    783917469.000000 Fri Nov  4 02:51:09 1994\n--------------------------------------------------\nFAIL 42\nFri, 4 Nov 94 9:24:52 EST \t     \nDiff:    -3155760000\nExpect: 3939719092.000000 Thu Nov  4 14:24:52 2094\nGot:    783959092.000000 Fri Nov  4 14:24:52 1994\n--------------------------------------------------\nFAIL 43\nWed, 9 Nov 94 09:38:54 EST \t     \nDiff:    -3155760000\nExpect: 3940151934.000000 Tue Nov  9 14:38:54 2094\nGot:    784391934.000000 Wed Nov  9 14:38:54 1994\n--------------------------------------------------\nFAIL 44\nMon, 14 Nov 94 13:20:12 EST \t     \nDiff:    -3155760000\nExpect: 3940597212.000000 Sun Nov 14 18:20:12 2094\nGot:    784837212.000000 Mon Nov 14 18:20:12 1994\n--------------------------------------------------\nFAIL 45\nWed, 16 Nov 94 17:09:13 EST \t     \nDiff:    -3155760000\nExpect: 3940783753.000000 Tue Nov 16 22:09:13 2094\nGot:    785023753.000000 Wed Nov 16 22:09:13 1994\n--------------------------------------------------\nFAIL 46\nTue, 15 Nov 94 12:27:01 PST \t     \nDiff:    -3155760000\nExpect: 3940691221.000000 Mon Nov 15 20:27:01 2094\nGot:    784931221.000000 Tue Nov 15 20:27:01 1994\n--------------------------------------------------\nFAIL 47\nFri, 18 Nov 1994 07:34:05 -0600      \nDiff:    -3155760000\nExpect: 3940925645.000000 Thu Nov 18 13:34:05 2094\nGot:    785165645.000000 Fri Nov 18 13:34:05 1994\n--------------------------------------------------\nFAIL 48\nMon, 21 Nov 94 14:34:28 -0500 \t     \nDiff:    -3155760000\nExpect: 3941206468.000000 Sun Nov 21 19:34:28 2094\nGot:    785446468.000000 Mon Nov 21 19:34:28 1994\n--------------------------------------------------\nFAIL 49\nFri, 18 Nov 1994 12:05:47 -0800 (PST)\nDiff:    -3155760000\nExpect: 3940949147.000000 Thu Nov 18 20:05:47 2094\nGot:    785189147.000000 Fri Nov 18 20:05:47 1994\n--------------------------------------------------\nFAIL 50\nFri, 18 Nov 1994 12:36:26 -0800 (PST)\nDiff:    -3155760000\nExpect: 3940950986.000000 Thu Nov 18 20:36:26 2094\nGot:    785190986.000000 Fri Nov 18 20:36:26 1994\n--------------------------------------------------\nFAIL 51\nWed, 16 Nov 1994 15:58:58 GMT \t     \nDiff:    -3155760000\nExpect: 3940761538.000000 Tue Nov 16 15:58:58 2094\nGot:    785001538.000000 Wed Nov 16 15:58:58 1994\n--------------------------------------------------\nFAIL 52\nSun, 06 Nov 94 14:27:40 -0500 \t     \nDiff:    -3155760000\nExpect: 3939910060.000000 Sat Nov  6 19:27:40 2094\nGot:    784150060.000000 Sun Nov  6 19:27:40 1994\n--------------------------------------------------\nFAIL 53\nMon, 07 Nov 94 08:20:13 -0500 \t     \nDiff:    -3155760000\nExpect: 3939974413.000000 Sun Nov  7 13:20:13 2094\nGot:    784214413.000000 Mon Nov  7 13:20:13 1994\n--------------------------------------------------\nFAIL 54\nMon, 07 Nov 94 16:48:42 -0500 \t     \nDiff:    -3155760000\nExpect: 3940004922.000000 Sun Nov  7 21:48:42 2094\nGot:    784244922.000000 Mon Nov  7 21:48:42 1994\n--------------------------------------------------\nFAIL 55\nWed, 09 Nov 94 15:46:16 -0500 \t     \nDiff:    -3155760000\nExpect: 3940173976.000000 Tue Nov  9 20:46:16 2094\nGot:    784413976.000000 Wed Nov  9 20:46:16 1994\n--------------------------------------------------\nFAIL 56\nSun, 6 Nov 1994 02:38:17 -0800 \t     \nDiff:    -3155760000\nExpect: 3939878297.000000 Sat Nov  6 10:38:17 2094\nGot:    784118297.000000 Sun Nov  6 10:38:17 1994\n--------------------------------------------------\nFAIL 57\nTue, 1 Nov 1994 13:53:49 -0500 \t     \nDiff:    -3155760000\nExpect: 3939476029.000000 Mon Nov  1 18:53:49 2094\nGot:    783716029.000000 Tue Nov  1 18:53:49 1994\n--------------------------------------------------\nFAIL 58\nTue, 15 Nov 94 08:31:59 +0100 \t     \nDiff:    -3155760000\nExpect: 3940644719.000000 Mon Nov 15 07:31:59 2094\nGot:    784884719.000000 Tue Nov 15 07:31:59 1994\n--------------------------------------------------\nFAIL 59\nSun, 6 Nov 1994 11:09:12 -0500 (IST) \nDiff:    -3155760000\nExpect: 3939898152.000000 Sat Nov  6 16:09:12 2094\nGot:    784138152.000000 Sun Nov  6 16:09:12 1994\n--------------------------------------------------\nFAIL 60\nFri, 4 Nov 94 12:52:10 EST \t     \nDiff:    -3155760000\nExpect: 3939731530.000000 Thu Nov  4 17:52:10 2094\nGot:    783971530.000000 Fri Nov  4 17:52:10 1994\n--------------------------------------------------\nFAIL 61\nMon, 31 Oct 1994 14:17:39 -0500 (EST)\nDiff:    -3155760000\nExpect: 3939391059.000000 Sun Oct 31 19:17:39 2094\nGot:    783631059.000000 Mon Oct 31 19:17:39 1994\n--------------------------------------------------\nFAIL 62\nMon, 14 Nov 94 11:25:00 CST \t     \nDiff:    -3155760000\nExpect: 3940593900.000000 Sun Nov 14 17:25:00 2094\nGot:    784833900.000000 Mon Nov 14 17:25:00 1994\n--------------------------------------------------\nFAIL 63\nMon, 14 Nov 94 13:26:29 CST \t     \nDiff:    -3155760000\nExpect: 3940601189.000000 Sun Nov 14 19:26:29 2094\nGot:    784841189.000000 Mon Nov 14 19:26:29 1994\n--------------------------------------------------\nFAIL 64\nFri, 18 Nov 94 8:42:47 CST \t     \nDiff:    -3155760000\nExpect: 3940929767.000000 Thu Nov 18 14:42:47 2094\nGot:    785169767.000000 Fri Nov 18 14:42:47 1994\n--------------------------------------------------\nFAIL 65\nThu, 17 Nov 94 14:32:01 +0900 \t     \nDiff:    -3155760000\nExpect: 3940810321.000000 Wed Nov 17 05:32:01 2094\nGot:    785050321.000000 Thu Nov 17 05:32:01 1994\n--------------------------------------------------\nFAIL 66\nWed, 2 Nov 94 18:16:31 +0100 \t     \nDiff:    -3155760000\nExpect: 3939556591.000000 Tue Nov  2 17:16:31 2094\nGot:    783796591.000000 Wed Nov  2 17:16:31 1994\n--------------------------------------------------\nFAIL 67\nFri, 18 Nov 94 10:46:26 +0100 \t     \nDiff:    -3155760000\nExpect: 3940911986.000000 Thu Nov 18 09:46:26 2094\nGot:    785151986.000000 Fri Nov 18 09:46:26 1994\n--------------------------------------------------\nFAIL 68\nTue, 8 Nov 1994 22:39:28 +0200 \t     \nDiff:    -3155760000\nExpect: 3940087168.000000 Mon Nov  8 20:39:28 2094\nGot:    784327168.000000 Tue Nov  8 20:39:28 1994\n--------------------------------------------------\nFAIL 69\nWed, 16 Nov 1994 10:01:08 -0500 (EST)\nDiff:    -3155760000\nExpect: 3940758068.000000 Tue Nov 16 15:01:08 2094\nGot:    784998068.000000 Wed Nov 16 15:01:08 1994\n--------------------------------------------------\nFAIL 70\nWed, 2 Nov 1994 16:59:42 -0800 \t     \nDiff:    -3155760000\nExpect: 3939584382.000000 Wed Nov  3 00:59:42 2094\nGot:    783824382.000000 Thu Nov  3 00:59:42 1994\n--------------------------------------------------\nFAIL 71\nWed, 9 Nov 94 10:00:23 PST \t     \nDiff:    -3155760000\nExpect: 3940164023.000000 Tue Nov  9 18:00:23 2094\nGot:    784404023.000000 Wed Nov  9 18:00:23 1994\n--------------------------------------------------\nFAIL 72\nFri, 18 Nov 94 17:01:43 PST \t     \nDiff:    -3155760000\nExpect: 3940966903.000000 Fri Nov 19 01:01:43 2094\nGot:    785206903.000000 Sat Nov 19 01:01:43 1994\n--------------------------------------------------\nFAIL 73\nMon, 14 Nov 1994 14:47:46 -0500      \nDiff:    -3155760000\nExpect: 3940602466.000000 Sun Nov 14 19:47:46 2094\nGot:    784842466.000000 Mon Nov 14 19:47:46 1994\n--------------------------------------------------\nFAIL 74\nMon, 21 Nov 1994 04:56:04 -0500 (EST)\nDiff:    -3155760000\nExpect: 3941171764.000000 Sun Nov 21 09:56:04 2094\nGot:    785411764.000000 Mon Nov 21 09:56:04 1994\n--------------------------------------------------\nFAIL 75\nMon, 21 Nov 1994 11:50:12 -0800      \nDiff:    -3155760000\nExpect: 3941207412.000000 Sun Nov 21 19:50:12 2094\nGot:    785447412.000000 Mon Nov 21 19:50:12 1994\n--------------------------------------------------\nFAIL 76\nSat, 5 Nov 1994 14:04:16 -0600 (CST) \nDiff:    -3155760000\nExpect: 3939825856.000000 Fri Nov  5 20:04:16 2094\nGot:    784065856.000000 Sat Nov  5 20:04:16 1994\n--------------------------------------------------\nFAIL 77\nSat, 05 Nov 94 13:10:13 MST \t     \nDiff:    -3155760000\nExpect: 3939826213.000000 Fri Nov  5 20:10:13 2094\nGot:    784066213.000000 Sat Nov  5 20:10:13 1994\n--------------------------------------------------\nFAIL 78\nWed, 02 Nov 94 10:47:48 -0800 \t     \nDiff:    -3155760000\nExpect: 3939562068.000000 Tue Nov  2 18:47:48 2094\nGot:    783802068.000000 Wed Nov  2 18:47:48 1994\n--------------------------------------------------\nFAIL 79\nWed, 02 Nov 94 13:19:15 -0800 \t     \nDiff:    -3155760000\nExpect: 3939571155.000000 Tue Nov  2 21:19:15 2094\nGot:    783811155.000000 Wed Nov  2 21:19:15 1994\n--------------------------------------------------\nFAIL 80\nThu, 03 Nov 94 15:27:07 -0800 \t     \nDiff:    -3155760000\nExpect: 3939665227.000000 Wed Nov  3 23:27:07 2094\nGot:    783905227.000000 Thu Nov  3 23:27:07 1994\n--------------------------------------------------\nFAIL 81\nFri, 04 Nov 94 09:12:12 -0800 \t     \nDiff:    -3155760000\nExpect: 3939729132.000000 Thu Nov  4 17:12:12 2094\nGot:    783969132.000000 Fri Nov  4 17:12:12 1994\n--------------------------------------------------\nFAIL 82\nWed, 9 Nov 1994 10:13:03 +0000 (GMT) \nDiff:    -3155760000\nExpect: 3940135983.000000 Tue Nov  9 10:13:03 2094\nGot:    784375983.000000 Wed Nov  9 10:13:03 1994\n--------------------------------------------------\nFAIL 83\nWed, 9 Nov 1994 15:28:37 +0000 (GMT) \nDiff:    -3155760000\nExpect: 3940154917.000000 Tue Nov  9 15:28:37 2094\nGot:    784394917.000000 Wed Nov  9 15:28:37 1994\n--------------------------------------------------\nFAIL 84\nWed, 2 Nov 1994 17:37:41 +0100 (MET) \nDiff:    -3155760000\nExpect: 3939554261.000000 Tue Nov  2 16:37:41 2094\nGot:    783794261.000000 Wed Nov  2 16:37:41 1994\n--------------------------------------------------\nFAIL 85\n05 Nov 94 14:22:19 PST \t\t     \nDiff:    -3155760000\nExpect: 3939834139.000000 Fri Nov  5 22:22:19 2094\nGot:    784074139.000000 Sat Nov  5 22:22:19 1994\n--------------------------------------------------\nFAIL 86\n16 Nov 94 22:28:20 PST \t\t     \nDiff:    -3155760000\nExpect: 3940813700.000000 Wed Nov 17 06:28:20 2094\nGot:    785053700.000000 Thu Nov 17 06:28:20 1994\n--------------------------------------------------\nFAIL 87\nTue, 1 Nov 1994 19:51:15 -0800 \t     \nDiff:    -3155760000\nExpect: 3939508275.000000 Tue Nov  2 03:51:15 2094\nGot:    783748275.000000 Wed Nov  2 03:51:15 1994\n--------------------------------------------------\nFAIL 88\nWed, 2 Nov 94 12:21:23 GMT \t     \nDiff:    -3155760000\nExpect: 3939538883.000000 Tue Nov  2 12:21:23 2094\nGot:    783778883.000000 Wed Nov  2 12:21:23 1994\n--------------------------------------------------\nFAIL 89\nFri, 18 Nov 94 18:07:03 GMT \t     \nDiff:    -3155760000\nExpect: 3940942023.000000 Thu Nov 18 18:07:03 2094\nGot:    785182023.000000 Fri Nov 18 18:07:03 1994\n--------------------------------------------------\nFAIL 90\nWed, 16 Nov 1994 11:26:27 -0500      \nDiff:    -3155760000\nExpect: 3940763187.000000 Tue Nov 16 16:26:27 2094\nGot:    785003187.000000 Wed Nov 16 16:26:27 1994\n--------------------------------------------------\nFAIL 91\nSun, 6 Nov 1994 13:48:49 -0500 \t     \nDiff:    -3155760000\nExpect: 3939907729.000000 Sat Nov  6 18:48:49 2094\nGot:    784147729.000000 Sun Nov  6 18:48:49 1994\n--------------------------------------------------\nFAIL 92\nTue, 8 Nov 1994 13:19:37 -0800 \t     \nDiff:    -3155760000\nExpect: 3940089577.000000 Mon Nov  8 21:19:37 2094\nGot:    784329577.000000 Tue Nov  8 21:19:37 1994\n--------------------------------------------------\nFAIL 93\nFri, 18 Nov 1994 11:01:12 -0800      \nDiff:    -3155760000\nExpect: 3940945272.000000 Thu Nov 18 19:01:12 2094\nGot:    785185272.000000 Fri Nov 18 19:01:12 1994\n--------------------------------------------------\nFAIL 94\nMon, 21 Nov 1994 00:47:58 -0500      \nDiff:    -3155760000\nExpect: 3941156878.000000 Sun Nov 21 05:47:58 2094\nGot:    785396878.000000 Mon Nov 21 05:47:58 1994\n--------------------------------------------------\nFAIL 95\nMon, 7 Nov 1994 14:22:48 -0800 (PST) \nDiff:    -3155760000\nExpect: 3940006968.000000 Sun Nov  7 22:22:48 2094\nGot:    784246968.000000 Mon Nov  7 22:22:48 1994\n--------------------------------------------------\nFAIL 96\nWed, 16 Nov 1994 15:56:45 -0800 (PST)\nDiff:    -3155760000\nExpect: 3940790205.000000 Tue Nov 16 23:56:45 2094\nGot:    785030205.000000 Wed Nov 16 23:56:45 1994\n--------------------------------------------------\nFAIL 97\nThu, 3 Nov 1994 13:17:47 +0000 \t     \nDiff:    -3155760000\nExpect: 3939628667.000000 Wed Nov  3 13:17:47 2094\nGot:    783868667.000000 Thu Nov  3 13:17:47 1994\n--------------------------------------------------\nFAIL 98\nWed, 9 Nov 1994 17:32:50 -0500 (EST) \nDiff:    -3155760000\nExpect: 3940180370.000000 Tue Nov  9 22:32:50 2094\nGot:    784420370.000000 Wed Nov  9 22:32:50 1994\n--------------------------------------------------\nFAIL 99\nWed, 9 Nov 94 16:31:52 PST\t     \nDiff:    -3155760000\nExpect: 3940187512.000000 Wed Nov 10 00:31:52 2094\nGot:    784427512.000000 Thu Nov 10 00:31:52 1994\n--------------------------------------------------\nFAIL 100\nWed, 09 Nov 94 10:41:10 -0800\t     \nDiff:    -3155760000\nExpect: 3940166470.000000 Tue Nov  9 18:41:10 2094\nGot:    784406470.000000 Wed Nov  9 18:41:10 1994\n--------------------------------------------------\nFAIL 101\nWed, 9 Nov 94 08:42:22 MST\t     \nDiff:    -3155760000\nExpect: 3940155742.000000 Tue Nov  9 15:42:22 2094\nGot:    784395742.000000 Wed Nov  9 15:42:22 1994\n--------------------------------------------------\nFAIL 102\nMon, 14 Nov 1994 08:32:13 -0800\t     \nDiff:    -3155760000\nExpect: 3940590733.000000 Sun Nov 14 16:32:13 2094\nGot:    784830733.000000 Mon Nov 14 16:32:13 1994\n--------------------------------------------------\nFAIL 103\nMon, 14 Nov 1994 11:34:32 -0500 (EST)\nDiff:    -3155760000\nExpect: 3940590872.000000 Sun Nov 14 16:34:32 2094\nGot:    784830872.000000 Mon Nov 14 16:34:32 1994\n--------------------------------------------------\nFAIL 104\nMon, 14 Nov 94 16:48:09 GMT\t     \nDiff:    -3155760000\nExpect: 3940591689.000000 Sun Nov 14 16:48:09 2094\nGot:    784831689.000000 Mon Nov 14 16:48:09 1994\n--------------------------------------------------\nFAIL 105\nTue, 15 Nov 1994 10:27:33 +0000      \nDiff:    -3155760000\nExpect: 3940655253.000000 Mon Nov 15 10:27:33 2094\nGot:    784895253.000000 Tue Nov 15 10:27:33 1994\n--------------------------------------------------\nFAIL 106\nWed, 02 Nov 94 13:56:54 MST \t     \nDiff:    -3155760000\nExpect: 3939569814.000000 Tue Nov  2 20:56:54 2094\nGot:    783809814.000000 Wed Nov  2 20:56:54 1994\n--------------------------------------------------\nFAIL 107\nThu, 03 Nov 94 15:24:45 MST \t     \nDiff:    -3155760000\nExpect: 3939661485.000000 Wed Nov  3 22:24:45 2094\nGot:    783901485.000000 Thu Nov  3 22:24:45 1994\n--------------------------------------------------\nFAIL 108\nThu, 3 Nov 1994 15:13:53 -0700 (MST) \nDiff:    -3155760000\nExpect: 3939660833.000000 Wed Nov  3 22:13:53 2094\nGot:    783900833.000000 Thu Nov  3 22:13:53 1994\n--------------------------------------------------\nFAIL 109\nFri, 04 Nov 94 08:15:13 MST \t     \nDiff:    -3155760000\nExpect: 3939722113.000000 Thu Nov  4 15:15:13 2094\nGot:    783962113.000000 Fri Nov  4 15:15:13 1994\n--------------------------------------------------\nFAIL 110\nThu, 3 Nov 94 18:15:47 EST\t     \nDiff:    -3155760000\nExpect: 3939664547.000000 Wed Nov  3 23:15:47 2094\nGot:    783904547.000000 Thu Nov  3 23:15:47 1994\n--------------------------------------------------\nFAIL 111\nTue, 08 Nov 94 07:02:33 MST \t     \nDiff:    -3155760000\nExpect: 3940063353.000000 Mon Nov  8 14:02:33 2094\nGot:    784303353.000000 Tue Nov  8 14:02:33 1994\n--------------------------------------------------\nFAIL 112\nThu, 3 Nov 94 18:15:47 EST\t     \nDiff:    -3155760000\nExpect: 3939664547.000000 Wed Nov  3 23:15:47 2094\nGot:    783904547.000000 Thu Nov  3 23:15:47 1994\n--------------------------------------------------\nFAIL 113\nTue, 15 Nov 94 07:26:05 MST \t     \nDiff:    -3155760000\nExpect: 3940669565.000000 Mon Nov 15 14:26:05 2094\nGot:    784909565.000000 Tue Nov 15 14:26:05 1994\n--------------------------------------------------\nFAIL 114\nWed, 2 Nov 1994 00:00:55 -0600 (CST) \nDiff:    -3155760000\nExpect: 3939516055.000000 Tue Nov  2 06:00:55 2094\nGot:    783756055.000000 Wed Nov  2 06:00:55 1994\n--------------------------------------------------\nFAIL 115\nSun, 6 Nov 1994 01:19:13 -0600 (CST) \nDiff:    -3155760000\nExpect: 3939866353.000000 Sat Nov  6 07:19:13 2094\nGot:    784106353.000000 Sun Nov  6 07:19:13 1994\n--------------------------------------------------\nFAIL 116\nMon, 7 Nov 1994 23:16:57 -0600 (CST) \nDiff:    -3155760000\nExpect: 3940031817.000000 Mon Nov  8 05:16:57 2094\nGot:    784271817.000000 Tue Nov  8 05:16:57 1994\n--------------------------------------------------\nFAIL 117\nTue, 08 Nov 1994 13:21:21 -0600\t     \nDiff:    -3155760000\nExpect: 3940082481.000000 Mon Nov  8 19:21:21 2094\nGot:    784322481.000000 Tue Nov  8 19:21:21 1994\n--------------------------------------------------\nFAIL 118\nMon, 07 Nov 94 13:47:37 PST          \nDiff:    -3155760000\nExpect: 3940004857.000000 Sun Nov  7 21:47:37 2094\nGot:    784244857.000000 Mon Nov  7 21:47:37 1994\n--------------------------------------------------\nFAIL 119\nTue, 08 Nov 94 11:23:19 PST \t     \nDiff:    -3155760000\nExpect: 3940082599.000000 Mon Nov  8 19:23:19 2094\nGot:    784322599.000000 Tue Nov  8 19:23:19 1994\n--------------------------------------------------\nFAIL 120\nTue, 01 Nov 1994 11:28:25 -0800      \nDiff:    -3155760000\nExpect: 3939478105.000000 Mon Nov  1 19:28:25 2094\nGot:    783718105.000000 Tue Nov  1 19:28:25 1994\n--------------------------------------------------\nFAIL 121\nTue, 15 Nov 1994 13:11:47 -0800      \nDiff:    -3155760000\nExpect: 3940693907.000000 Mon Nov 15 21:11:47 2094\nGot:    784933907.000000 Tue Nov 15 21:11:47 1994\n--------------------------------------------------\nFAIL 122\nTue, 15 Nov 1994 13:18:38 -0800      \nDiff:    -3155760000\nExpect: 3940694318.000000 Mon Nov 15 21:18:38 2094\nGot:    784934318.000000 Tue Nov 15 21:18:38 1994\n--------------------------------------------------\nFAIL 123\nTue, 15 Nov 1994 0:18:38 -0800 \t     \nDiff:    -3155760000\nExpect: 3940647518.000000 Mon Nov 15 08:18:38 2094\nGot:    784887518.000000 Tue Nov 15 08:18:38 1994\n--------------------------------------------------\nFAIL 124\nJul 13 1999 1:23P GMT\t\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 125\nJul 13 1999 1:23P.M GMT\t\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 126\nJul 13 1999 1:23P.M. GMT\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 127\nJul-13-1999 1:23P.M GMT\t\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 128\nJul/13/1999 1:23P.M. GMT\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 129\n2001-02-26T13:44:12-0700\t     \nDiff:    -3155760000\nExpect: 4138980252.000000 Sun Feb 27 20:44:12 2101\nGot:    983220252.000000 Mon Feb 26 20:44:12 2001\n--------------------------------------------------\nFAIL 130\n2001-02-26T13:44-0700\t\t     \nDiff:    -3155760000\nExpect: 4138980240.000000 Sun Feb 27 20:44:00 2101\nGot:    983220240.000000 Mon Feb 26 20:44:00 2001\n--------------------------------------------------\nFAIL 131\n2001-02-26T13-0700\t\t     \nDiff:    -3155760000\nExpect: 4138977600.000000 Sun Feb 27 20:00:00 2101\nGot:    983217600.000000 Mon Feb 26 20:00:00 2001\n--------------------------------------------------\nFAIL 132\n2001-02-26T13-44-12-0700\t     \nDiff:    -3155760000\nExpect: 4138980252.000000 Sun Feb 27 20:44:12 2101\nGot:    983220252.000000 Mon Feb 26 20:44:12 2001\n--------------------------------------------------\nFAIL 133\n2001-02-26T13-44-0700\t\t     \nDiff:    -3155760000\nExpect: 4138980240.000000 Sun Feb 27 20:44:00 2101\nGot:    983220240.000000 Mon Feb 26 20:44:00 2001\n--------------------------------------------------\nFAIL 134\n2001-02-26T13-0700\t\t     \nDiff:    -3155760000\nExpect: 4138977600.000000 Sun Feb 27 20:00:00 2101\nGot:    983217600.000000 Mon Feb 26 20:00:00 2001\n--------------------------------------------------\nFAIL 135\n07/Nov/2000:16:45:56 +0100\t     \nDiff:    -3155760000\nExpect: 4129371956.000000 Mon Nov  8 15:45:56 2100\nGot:    973611956.000000 Tue Nov  7 15:45:56 2000\n--------------------------------------------------\nFAIL 136\n2002-11-07T23:31:49-05:00\t     \nDiff:    -3155760000\nExpect: 4192489909.000000 Thu Nov  9 04:31:49 2102\nGot:    1036729909.000000 Fri Nov  8 04:31:49 2002\n--------------------------------------------------\nFAIL 137\n2003-02-17T07:45:56Z\t\t     \nDiff:    -3155760000\nExpect: 4201227956.000000 Sun Feb 18 07:45:56 2103\nGot:    1045467956.000000 Mon Feb 17 07:45:56 2003\n--------------------------------------------------\nFAIL 138\n2003-02-17T08:14:07.198189+0000\t     \nDiff:    -3155760000\nExpect: 4201229647.198189 Sun Feb 18 08:14:07 2103\nGot:    1045469647.198189 Mon Feb 17 08:14:07 2003\n--------------------------------------------------\nFAIL 139\n20020722T100000Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 140\nJul 22 10:00:00 UTC 2002\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 141\n2002-07-22 10:00:00Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 142\n2002-07-22 10:00:00 Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 143\n2002-07-22 10:00 Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 144\n2002-07-22 10:00Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 145\n2002-07-22 10:00 +100\t\t     \nDiff:    -3155760000\nExpect: 4183088400.000000 Sun Jul 23 09:00:00 2102\nGot:    1027328400.000000 Mon Jul 22 09:00:00 2002\n--------------------------------------------------\nFAIL 146\n2002-07-22 10:00 +0100\t\t     \nDiff:    -3155760000\nExpect: 4183088400.000000 Sun Jul 23 09:00:00 2102\nGot:    1027328400.000000 Mon Jul 22 09:00:00 2002\nPASS: t/getdate\n1..202\nok 1 - %y\nok 2 - %Y\nok 3 - %%\nok 4 - %a\nok 5 - %A\nok 6 - %b\nok 7 - %B\nok 8 - %c\nok 9 - %C\nok 10 - %d\nok 11 - %e\nok 12 - %D\nok 13 - %G\nok 14 - %h\nok 15 - %H\nok 16 - %I\nok 17 - %j\nok 18 - %k\nok 19 - %l\nok 20 - %L\nok 21 - %m\nok 22 - %M\nok 23 - %o\nok 24 - %p\nok 25 - %q\nok 26 - %r\nok 27 - %R\nok 28 - %s\nok 29 - %S\nok 30 - %T\nok 31 - %U\nok 32 - %w\nok 33 - %W\nok 34 - %x\nok 35 - %X\nok 36 - %y\nok 37 - %Y\nok 38 - %Z\nok 39 - %z\nok 40 - %Od\nok 41 - %Oe\nok 42 - %OH\nok 43 - %OI\nok 44 - %Oj\nok 45 - %Ok\nok 46 - %Ol\nok 47 - %Om\nok 48 - %OM\nok 49 - %Oq\nok 50 - %OY\nok 51 - %Oy\nok 52 - %y\nok 53 - %Y\nok 54 - %%\nok 55 - %a\nok 56 - %A\nok 57 - %b\nok 58 - %B\nok 59 - %c\nok 60 - %C\nok 61 - %d\nok 62 - %e\nok 63 - %D\nok 64 - %h\nok 65 - %H\nok 66 - %I\nok 67 - %j\nok 68 - %k\nok 69 - %l\nok 70 - %L\nok 71 - %m\nok 72 - %M\nok 73 - %o\nok 74 - %p\nok 75 - %q\nok 76 - %r\nok 77 - %R\nok 78 - %s\nok 79 - %S\nok 80 - %T\nok 81 - %U\nok 82 - %w\nok 83 - %W\nok 84 - %x\nok 85 - %X\nok 86 - %y\nok 87 - %Y\nok 88 - %Z\nok 89 - %z\nok 90 - %Od\nok 91 - %Oe\nok 92 - %OH\nok 93 - %OI\nok 94 - %Oj\nok 95 - %Ok\nok 96 - %Ol\nok 97 - %Om\nok 98 - %OM\nok 99 - %Oq\nok 100 - %OY\nok 101 - %Oy\nok 102 - %y\nok 103 - %Y\nok 104 - %%\nok 105 - %a\nok 106 - %A\nok 107 - %b\nok 108 - %B\nok 109 - %c\nok 110 - %C\nok 111 - %d\nok 112 - %e\nok 113 - %D\nok 114 - %h\nok 115 - %H\nok 116 - %I\nok 117 - %j\nok 118 - %k\nok 119 - %l\nok 120 - %L\nok 121 - %m\nok 122 - %M\nok 123 - %o\nok 124 - %p\nok 125 - %q\nok 126 - %r\nok 127 - %R\nok 128 - %s\nok 129 - %S\nok 130 - %T\nok 131 - %U\nok 132 - %w\nok 133 - %W\nok 134 - %x\nok 135 - %X\nok 136 - %y\nok 137 - %Y\nok 138 - %Z\nok 139 - %z\nok 140 - %Od\nok 141 - %Oe\nok 142 - %OH\nok 143 - %OI\nok 144 - %Oj\nok 145 - %Ok\nok 146 - %Ol\nok 147 - %Om\nok 148 - %OM\nok 149 - %Oq\nok 150 - %OY\nok 151 - %Oy\nok 152 - %G\nok 153 - %y\nok 154 - %Y\nok 155 - %%\nok 156 - %a\nok 157 - %A\nok 158 - %b\nok 159 - %B\nok 160 - %c\nok 161 - %C\nok 162 - %d\nok 163 - %e\nok 164 - %D\nok 165 - %G\nok 166 - %h\nok 167 - %H\nok 168 - %I\nok 169 - %j\nok 170 - %k\nok 171 - %l\nok 172 - %L\nok 173 - %m\nok 174 - %M\nok 175 - %o\nok 176 - %p\nok 177 - %q\nok 178 - %r\nok 179 - %R\nok 180 - %s\nok 181 - %S\nok 182 - %T\nok 183 - %U\nok 184 - %w\nok 185 - %W\nok 186 - %x\nok 187 - %X\nok 188 - %Z\nok 189 - %z\nok 190 - %z\nok 191 - %Od\nok 192 - %Oe\nok 193 - %OH\nok 194 - %OI\nok 195 - %Oj\nok 196 - %Ok\nok 197 - %Ol\nok 198 - %Om\nok 199 - %OM\nok 200 - %Oq\nok 201 - %OY\nok 202 - %Oy\nPASS: t/format\n1..8\n# -0430 => -0430 -0430\nok 1\n# -0445 => -0445 -0445\nok 2\n# 2008.11.30 22:35 CET => -:35:22:30:10:108:3600\nok 3\n# 2008-11-30 22:35 CET => -:35:22:30:10:108:3600\nok 4\n# 4/3/2005\nok 5\nok 6\nok 7\nok 8\nPASS: t/cpanrt\nDURATION: 0\nEND: /usr/lib/libtimedate-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libtimedate-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\n1..148\nok 1\n1995-01-24                              \tTue Jan 24 00:00:00 1995 GMT\nok 2\n1995-01-24T09:08:17.1823213             \tTue Jan 24 09:08:17 1995 GMT\nok 3\n1935-01-24T09:08:17                     \tWed Jan 24 09:08:17 2035 GMT\nok 4\nFri Dec 17 00:00:00 1901 GMT            \tMon Dec 17 00:00:00 2001 GMT\nok 5\nTue Jan 16 23:59:59 2038 GMT            \tSat Jan 16 23:59:59 2038 GMT\nok 6\n2001-02-02 00:00:00 GMT                 \tFri Feb  2 00:00:00 2001 GMT\nok 7\n2035-02-02 00:00:00 GMT                 \tFri Feb  2 00:00:00 2035 GMT\nok 8\n16 Jun 33 07:29:35 CST                  \tThu Jun 16 13:29:35 2033 GMT\nok 9\n2002-02-26-10:37:21.141 GMT             \tTue Feb 26 10:37:21 2002 GMT\nok 10\nWed, 16 Jun 94 07:29:35 CST             \tThu Jun 16 13:29:35 1994 GMT\nok 11\nWed, 16 Nov 94 07:29:35 CST             \tWed Nov 16 13:29:35 1994 GMT\nok 12\nMon, 21 Nov 94 07:42:23 CST             \tMon Nov 21 13:42:23 1994 GMT\nok 13\nMon, 21 Nov 94 04:28:18 CST             \tMon Nov 21 10:28:18 1994 GMT\nok 14\nTue, 15 Nov 94 09:15:10 GMT             \tTue Nov 15 09:15:10 1994 GMT\nok 15\nWed, 16 Nov 94 09:39:49 GMT             \tWed Nov 16 09:39:49 1994 GMT\nok 16\nWed, 16 Nov 94 09:23:17 GMT             \tWed Nov 16 09:23:17 1994 GMT\nok 17\nWed, 16 Nov 94 12:39:49 GMT             \tWed Nov 16 12:39:49 1994 GMT\nok 18\nWed, 16 Nov 94 14:03:06 GMT             \tWed Nov 16 14:03:06 1994 GMT\nok 19\nWed, 16 Nov 94 05:30:51 CST             \tWed Nov 16 11:30:51 1994 GMT\nok 20\nThu, 17 Nov 94 03:19:30 CST             \tThu Nov 17 09:19:30 1994 GMT\nok 21\nMon, 21 Nov 94 14:05:32 GMT             \tMon Nov 21 14:05:32 1994 GMT\nok 22\nMon, 14 Nov 94 15:08:49 CST             \tMon Nov 14 21:08:49 1994 GMT\nok 23\nWed, 16 Nov 94 14:48:06 GMT             \tWed Nov 16 14:48:06 1994 GMT\nok 24\nThu, 17 Nov 94 14:22:03 GMT             \tThu Nov 17 14:22:03 1994 GMT\nok 25\nWed, 16 Nov 94 14:36:00 GMT             \tWed Nov 16 14:36:00 1994 GMT\nok 26\nWed, 16 Nov 94 09:23:17 GMT             \tWed Nov 16 09:23:17 1994 GMT\nok 27\nWed, 16 Nov 94 10:01:43 GMT             \tWed Nov 16 10:01:43 1994 GMT\nok 28\nWed, 16 Nov 94 15:03:35 GMT             \tWed Nov 16 15:03:35 1994 GMT\nok 29\nMon, 21 Nov 94 13:55:19 GMT             \tMon Nov 21 13:55:19 1994 GMT\nok 30\nWed, 16 Nov 94 08:46:11 CST             \tWed Nov 16 14:46:11 1994 GMT\nok 31\n21 dec 17:05                            \tSat Dec 21 17:05:00 2024 GMT\nok 32\n21-dec 17:05                            \tSat Dec 21 17:05:00 2024 GMT\nok 33\n21/dec 17:05                            \tSat Dec 21 17:05:00 2024 GMT\nok 34\n21/dec/93 17:05                         \tTue Dec 21 17:05:00 1993 GMT\nok 35\ndec/21/93 17:05                         \tTue Dec 21 17:05:00 1993 GMT\nok 36\nDec/21/1993 17:05:00                    \tTue Dec 21 17:05:00 1993 GMT\nok 37\ndec-21-1993 17:05                       \tTue Dec 21 17:05:00 1993 GMT\nok 38\nDec-21-93 17:05:00                      \tTue Dec 21 17:05:00 1993 GMT\nok 39\ndec 21 1994 17:05                       \tWed Dec 21 17:05:00 1994 GMT\nok 40\ndec 21 94 17:05                         \tWed Dec 21 17:05:00 1994 GMT\nok 41\ndec 21 94 17:05 GMT                     \tWed Dec 21 17:05:00 1994 GMT\nok 42\ndec 21 94 17:05 BST                     \tWed Dec 21 16:05:00 1994 GMT\nok 43\ndec 21 94 00:05 -1700                   \tWed Dec 21 17:05:00 1994 GMT\nok 44\ndec 21 94 17:05 -1700                   \tThu Dec 22 10:05:00 1994 GMT\nok 45\nWed, 9 Nov 1994 09:50:32 -0500 (EST)    \tWed Nov  9 14:50:32 1994 GMT\nok 46\nThu, 13 Oct 94 10:13:13 -0700           \tThu Oct 13 17:13:13 1994 GMT\nok 47\nSat, 19 Nov 1994 16:59:14 +0100         \tSat Nov 19 15:59:14 1994 GMT\nok 48\nThu, 3 Nov 94 14:10:47 EST              \tThu Nov  3 19:10:47 1994 GMT\nok 49\nThu, 3 Nov 94 21:51:09 EST              \tFri Nov  4 02:51:09 1994 GMT\nok 50\nFri, 4 Nov 94 9:24:52 EST               \tFri Nov  4 14:24:52 1994 GMT\nok 51\nWed, 9 Nov 94 09:38:54 EST              \tWed Nov  9 14:38:54 1994 GMT\nok 52\nMon, 14 Nov 94 13:20:12 EST             \tMon Nov 14 18:20:12 1994 GMT\nok 53\nWed, 16 Nov 94 17:09:13 EST             \tWed Nov 16 22:09:13 1994 GMT\nok 54\nTue, 15 Nov 94 12:27:01 PST             \tTue Nov 15 20:27:01 1994 GMT\nok 55\nFri, 18 Nov 1994 07:34:05 -0600         \tFri Nov 18 13:34:05 1994 GMT\nok 56\nMon, 21 Nov 94 14:34:28 -0500           \tMon Nov 21 19:34:28 1994 GMT\nok 57\nFri, 18 Nov 1994 12:05:47 -0800 (PST)   \tFri Nov 18 20:05:47 1994 GMT\nok 58\nFri, 18 Nov 1994 12:36:26 -0800 (PST)   \tFri Nov 18 20:36:26 1994 GMT\nok 59\nWed, 16 Nov 1994 15:58:58 GMT           \tWed Nov 16 15:58:58 1994 GMT\nok 60\n1999 10:02:18 \"GMT\"                     \tWed Jun 16 10:02:18 1999 GMT\nok 61\nSun, 06 Nov 94 14:27:40 -0500           \tSun Nov  6 19:27:40 1994 GMT\nok 62\nMon, 07 Nov 94 08:20:13 -0500           \tMon Nov  7 13:20:13 1994 GMT\nok 63\nMon, 07 Nov 94 16:48:42 -0500           \tMon Nov  7 21:48:42 1994 GMT\nok 64\nWed, 09 Nov 94 15:46:16 -0500           \tWed Nov  9 20:46:16 1994 GMT\nok 65\nFri, 4 Nov 94 16:17:40 \"PST             \tSat Nov  5 00:17:40 1994 GMT\nok 66\nWed, 16 Nov 94 12:43:37 \"PST            \tWed Nov 16 20:43:37 1994 GMT\nok 67\nSun, 6 Nov 1994 02:38:17 -0800          \tSun Nov  6 10:38:17 1994 GMT\nok 68\nTue, 1 Nov 1994 13:53:49 -0500          \tTue Nov  1 18:53:49 1994 GMT\nok 69\nTue, 15 Nov 94 08:31:59 +0100           \tTue Nov 15 07:31:59 1994 GMT\nok 70\nSun, 6 Nov 1994 11:09:12 -0500 (IST)    \tSun Nov  6 16:09:12 1994 GMT\nok 71\nFri, 4 Nov 94 12:52:10 EST              \tFri Nov  4 17:52:10 1994 GMT\nok 72\nMon, 31 Oct 1994 14:17:39 -0500 (EST)   \tMon Oct 31 19:17:39 1994 GMT\nok 73\nMon, 14 Nov 94 11:25:00 CST             \tMon Nov 14 17:25:00 1994 GMT\nok 74\nMon, 14 Nov 94 13:26:29 CST             \tMon Nov 14 19:26:29 1994 GMT\nok 75\nFri, 18 Nov 94 8:42:47 CST              \tFri Nov 18 14:42:47 1994 GMT\nok 76\nThu, 17 Nov 94 14:32:01 +0900           \tThu Nov 17 05:32:01 1994 GMT\nok 77\nWed, 2 Nov 94 18:16:31 +0100            \tWed Nov  2 17:16:31 1994 GMT\nok 78\nFri, 18 Nov 94 10:46:26 +0100           \tFri Nov 18 09:46:26 1994 GMT\nok 79\nTue, 8 Nov 1994 22:39:28 +0200          \tTue Nov  8 20:39:28 1994 GMT\nok 80\nWed, 16 Nov 1994 10:01:08 -0500 (EST)   \tWed Nov 16 15:01:08 1994 GMT\nok 81\nWed, 2 Nov 1994 16:59:42 -0800          \tThu Nov  3 00:59:42 1994 GMT\nok 82\nWed, 9 Nov 94 10:00:23 PST              \tWed Nov  9 18:00:23 1994 GMT\nok 83\nFri, 18 Nov 94 17:01:43 PST             \tSat Nov 19 01:01:43 1994 GMT\nok 84\nMon, 14 Nov 1994 14:47:46 -0500         \tMon Nov 14 19:47:46 1994 GMT\nok 85\nMon, 21 Nov 1994 04:56:04 -0500 (EST)   \tMon Nov 21 09:56:04 1994 GMT\nok 86\nMon, 21 Nov 1994 11:50:12 -0800         \tMon Nov 21 19:50:12 1994 GMT\nok 87\nSat, 5 Nov 1994 14:04:16 -0600 (CST)    \tSat Nov  5 20:04:16 1994 GMT\nok 88\nSat, 05 Nov 94 13:10:13 MST             \tSat Nov  5 20:10:13 1994 GMT\nok 89\nWed, 02 Nov 94 10:47:48 -0800           \tWed Nov  2 18:47:48 1994 GMT\nok 90\nWed, 02 Nov 94 13:19:15 -0800           \tWed Nov  2 21:19:15 1994 GMT\nok 91\nThu, 03 Nov 94 15:27:07 -0800           \tThu Nov  3 23:27:07 1994 GMT\nok 92\nFri, 04 Nov 94 09:12:12 -0800           \tFri Nov  4 17:12:12 1994 GMT\nok 93\nWed, 9 Nov 1994 10:13:03 +0000 (GMT)    \tWed Nov  9 10:13:03 1994 GMT\nok 94\nWed, 9 Nov 1994 15:28:37 +0000 (GMT)    \tWed Nov  9 15:28:37 1994 GMT\nok 95\nWed, 2 Nov 1994 17:37:41 +0100 (MET)    \tWed Nov  2 16:37:41 1994 GMT\nok 96\n05 Nov 94 14:22:19 PST                  \tSat Nov  5 22:22:19 1994 GMT\nok 97\n16 Nov 94 22:28:20 PST                  \tThu Nov 17 06:28:20 1994 GMT\nok 98\nTue, 1 Nov 1994 19:51:15 -0800          \tWed Nov  2 03:51:15 1994 GMT\nok 99\nWed, 2 Nov 94 12:21:23 GMT              \tWed Nov  2 12:21:23 1994 GMT\nok 100\nFri, 18 Nov 94 18:07:03 GMT             \tFri Nov 18 18:07:03 1994 GMT\nok 101\nWed, 16 Nov 1994 11:26:27 -0500         \tWed Nov 16 16:26:27 1994 GMT\nok 102\nSun, 6 Nov 1994 13:48:49 -0500          \tSun Nov  6 18:48:49 1994 GMT\nok 103\nTue, 8 Nov 1994 13:19:37 -0800          \tTue Nov  8 21:19:37 1994 GMT\nok 104\nFri, 18 Nov 1994 11:01:12 -0800         \tFri Nov 18 19:01:12 1994 GMT\nok 105\nMon, 21 Nov 1994 00:47:58 -0500         \tMon Nov 21 05:47:58 1994 GMT\nok 106\nMon, 7 Nov 1994 14:22:48 -0800 (PST)    \tMon Nov  7 22:22:48 1994 GMT\nok 107\nWed, 16 Nov 1994 15:56:45 -0800 (PST)   \tWed Nov 16 23:56:45 1994 GMT\nok 108\nThu, 3 Nov 1994 13:17:47 +0000          \tThu NoRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nRedundant argument in printf at t/date.t line 180.\nv  3 13:17:47 1994 GMT\nok 109\nWed, 9 Nov 1994 17:32:50 -0500 (EST)    \tWed Nov  9 22:32:50 1994 GMT\nok 110\nWed, 9 Nov 94 16:31:52 PST              \tThu Nov 10 00:31:52 1994 GMT\nok 111\nWed, 09 Nov 94 10:41:10 -0800           \tWed Nov  9 18:41:10 1994 GMT\nok 112\nWed, 9 Nov 94 08:42:22 MST              \tWed Nov  9 15:42:22 1994 GMT\nok 113\nMon, 14 Nov 1994 08:32:13 -0800         \tMon Nov 14 16:32:13 1994 GMT\nok 114\nMon, 14 Nov 1994 11:34:32 -0500 (EST)   \tMon Nov 14 16:34:32 1994 GMT\nok 115\nMon, 14 Nov 94 16:48:09 GMT             \tMon Nov 14 16:48:09 1994 GMT\nok 116\nTue, 15 Nov 1994 10:27:33 +0000         \tTue Nov 15 10:27:33 1994 GMT\nok 117\nWed, 02 Nov 94 13:56:54 MST             \tWed Nov  2 20:56:54 1994 GMT\nok 118\nThu, 03 Nov 94 15:24:45 MST             \tThu Nov  3 22:24:45 1994 GMT\nok 119\nThu, 3 Nov 1994 15:13:53 -0700 (MST)    \tThu Nov  3 22:13:53 1994 GMT\nok 120\nFri, 04 Nov 94 08:15:13 MST             \tFri Nov  4 15:15:13 1994 GMT\nok 121\nThu, 3 Nov 94 18:15:47 EST              \tThu Nov  3 23:15:47 1994 GMT\nok 122\nTue, 08 Nov 94 07:02:33 MST             \tTue Nov  8 14:02:33 1994 GMT\nok 123\nThu, 3 Nov 94 18:15:47 EST              \tThu Nov  3 23:15:47 1994 GMT\nok 124\nTue, 15 Nov 94 07:26:05 MST             \tTue Nov 15 14:26:05 1994 GMT\nok 125\nWed, 2 Nov 1994 00:00:55 -0600 (CST)    \tWed Nov  2 06:00:55 1994 GMT\nok 126\nSun, 6 Nov 1994 01:19:13 -0600 (CST)    \tSun Nov  6 07:19:13 1994 GMT\nok 127\nMon, 7 Nov 1994 23:16:57 -0600 (CST)    \tTue Nov  8 05:16:57 1994 GMT\nok 128\nTue, 08 Nov 1994 13:21:21 -0600         \tTue Nov  8 19:21:21 1994 GMT\nok 129\nMon, 07 Nov 94 13:47:37 PST             \tMon Nov  7 21:47:37 1994 GMT\nok 130\nTue, 08 Nov 94 11:23:19 PST             \tTue Nov  8 19:23:19 1994 GMT\nok 131\nTue, 01 Nov 1994 11:28:25 -0800         \tTue Nov  1 19:28:25 1994 GMT\nok 132\nTue, 15 Nov 1994 13:11:47 -0800         \tTue Nov 15 21:11:47 1994 GMT\nok 133\nTue, 15 Nov 1994 13:18:38 -0800         \tTue Nov 15 21:18:38 1994 GMT\nok 134\nTue, 15 Nov 1994 0:18:38 -0800          \tTue Nov 15 08:18:38 1994 GMT\nok 135\n10:00:00Z                               \tMon Jun 16 10:00:00 2025 GMT\nok 136\n10:00:00                                \tMon Jun 16 10:00:00 2025 GMT\nok 137\n10:00                                   \tMon Jun 16 10:00:00 2025 GMT\nok 138\n10:00 +100                              \tMon Jun 16 09:00:00 2025 GMT\nok 139\n10:00 +0100                             \tMon Jun 16 09:00:00 2025 GMT\nok 140\n20020722T100000Z                        \tMon Jul 22 10:00:00 2002 GMT\nok 141\nJul 22 10:00:00 UTC 2002                \tMon Jul 22 10:00:00 2002 GMT\nok 142\n2002-07-22 10:00:00Z                    \tMon Jul 22 10:00:00 2002 GMT\nok 143\n2002-07-22 10:00:00 Z                   \tMon Jul 22 10:00:00 2002 GMT\nok 144\n2002-07-22 10:00 Z                      \tMon Jul 22 10:00:00 2002 GMT\nok 145\n2002-07-22 10:00Z                       \tMon Jul 22 10:00:00 2002 GMT\nok 146\n2002-07-22 10:00 +100                   \tMon Jul 22 09:00:00 2002 GMT\nok 147\n2002-07-22 10:00 +0100                  \tMon Jul 22 09:00:00 2002 GMT\nok 148\nPASS: t/date\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/lang\n1..146\n# offset = 3155760000\n--------------------------------------------------\nFAIL 1\n1995-01-24                \nDiff:    -3155760000\nExpect: 3946665600.000000 Mon Jan 24 00:00:00 2095\nGot:    790905600.000000 Tue Jan 24 00:00:00 1995\n--------------------------------------------------\nFAIL 2\n1995-06-24                           \nDiff:    -3155760000\nExpect: 3959712000.000000 Fri Jun 24 00:00:00 2095\nGot:    803952000.000000 Sat Jun 24 00:00:00 1995\n--------------------------------------------------\nFAIL 3\n92/01/02 12:01\t\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 4\n92/01/02 12:01 AM\t\t     \nDiff:    -3155760000\nExpect: 3850070460.000000 Wed Jan  2 00:01:00 2092\nGot:    694310460.000000 Thu Jan  2 00:01:00 1992\n--------------------------------------------------\nFAIL 5\n92/01/02 12:01 PM\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 6\n2002-11-02 11pm GMT\t\t     \nDiff:    -3155760000\nExpect: 4192038000.000000 Fri Nov  3 23:00:00 2102\nGot:    1036278000.000000 Sat Nov  2 23:00:00 2002\n--------------------------------------------------\nFAIL 7\n2002-11-02 11 pm GMT\t\t     \nDiff:    -3155760000\nExpect: 4192038000.000000 Fri Nov  3 23:00:00 2102\nGot:    1036278000.000000 Sat Nov  2 23:00:00 2002\n--------------------------------------------------\nFAIL 8\n1995-01-24  GMT                      \nDiff:    -3155760000\nExpect: 3946665600.000000 Mon Jan 24 00:00:00 2095\nGot:    790905600.000000 Tue Jan 24 00:00:00 1995\n--------------------------------------------------\nFAIL 9\n1995-01-24  BST                      \nDiff:    -3155760000\nExpect: 3946662000.000000 Sun Jan 23 23:00:00 2095\nGot:    790902000.000000 Mon Jan 23 23:00:00 1995\n--------------------------------------------------\nFAIL 10\n1995-06-24  GMT                      \nDiff:    -3155760000\nExpect: 3959712000.000000 Fri Jun 24 00:00:00 2095\nGot:    803952000.000000 Sat Jun 24 00:00:00 1995\n--------------------------------------------------\nFAIL 11\n1995-06-24  BST                      \nDiff:    -3155760000\nExpect: 3959708400.000000 Thu Jun 23 23:00:00 2095\nGot:    803948400.000000 Fri Jun 23 23:00:00 1995\n--------------------------------------------------\nFAIL 12\n1992-1-2 12:01 GMT\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 13\n1992-1-2-12:01:00 GMT\t\t     \nDiff:    -3155760000\nExpect: 3850113660.000000 Wed Jan  2 12:01:00 2092\nGot:    694353660.000000 Thu Jan  2 12:01:00 1992\n--------------------------------------------------\nFAIL 14\nWed, 16 Jun 94 07:29:35 CST    \t     \nDiff:    -3155760000\nExpect: 3927533375.000000 Wed Jun 16 13:29:35 2094\nGot:    771773375.000000 Thu Jun 16 13:29:35 1994\n--------------------------------------------------\nFAIL 15\nWed,16 Jun 94 07:29:35 CST    \t     \nDiff:    -3155760000\nExpect: 3927533375.000000 Wed Jun 16 13:29:35 2094\nGot:    771773375.000000 Thu Jun 16 13:29:35 1994\n--------------------------------------------------\nFAIL 16\nWed, 16 Nov 94 07:29:35 CST \t     \nDiff:    -3155760000\nExpect: 3940752575.000000 Tue Nov 16 13:29:35 2094\nGot:    784992575.000000 Wed Nov 16 13:29:35 1994\n--------------------------------------------------\nFAIL 17\nMon, 21 Nov 94 07:42:23 CST \t     \nDiff:    -3155760000\nExpect: 3941185343.000000 Sun Nov 21 13:42:23 2094\nGot:    785425343.000000 Mon Nov 21 13:42:23 1994\n--------------------------------------------------\nFAIL 18\nMon, 21 Nov 94 04:28:18 CST \t     \nDiff:    -3155760000\nExpect: 3941173698.000000 Sun Nov 21 10:28:18 2094\nGot:    785413698.000000 Mon Nov 21 10:28:18 1994\n--------------------------------------------------\nFAIL 19\nTue, 15 Nov 94 09:15:10 GMT \t     \nDiff:    -3155760000\nExpect: 3940650910.000000 Mon Nov 15 09:15:10 2094\nGot:    784890910.000000 Tue Nov 15 09:15:10 1994\n--------------------------------------------------\nFAIL 20\nWed, 16 Nov 94 09:39:49 GMT \t     \nDiff:    -3155760000\nExpect: 3940738789.000000 Tue Nov 16 09:39:49 2094\nGot:    784978789.000000 Wed Nov 16 09:39:49 1994\n--------------------------------------------------\nFAIL 21\nWed, 16 Nov 94 09:23:17 GMT \t     \nDiff:    -3155760000\nExpect: 3940737797.000000 Tue Nov 16 09:23:17 2094\nGot:    784977797.000000 Wed Nov 16 09:23:17 1994\n--------------------------------------------------\nFAIL 22\nWed, 16 Nov 94 12:39:49 GMT \t     \nDiff:    -3155760000\nExpect: 3940749589.000000 Tue Nov 16 12:39:49 2094\nGot:    784989589.000000 Wed Nov 16 12:39:49 1994\n--------------------------------------------------\nFAIL 23\nWed, 16 Nov 94 14:03:06 GMT \t     \nDiff:    -3155760000\nExpect: 3940754586.000000 Tue Nov 16 14:03:06 2094\nGot:    784994586.000000 Wed Nov 16 14:03:06 1994\n--------------------------------------------------\nFAIL 24\nWed, 16 Nov 94 05:30:51 CST \t     \nDiff:    -3155760000\nExpect: 3940745451.000000 Tue Nov 16 11:30:51 2094\nGot:    784985451.000000 Wed Nov 16 11:30:51 1994\n--------------------------------------------------\nFAIL 25\nThu, 17 Nov 94 03:19:30 CST \t     \nDiff:    -3155760000\nExpect: 3940823970.000000 Wed Nov 17 09:19:30 2094\nGot:    785063970.000000 Thu Nov 17 09:19:30 1994\n--------------------------------------------------\nFAIL 26\n1994:11:21T14:05:32+0000 \t     \nDiff:    -3155760000\nExpect: 3941186732.000000 Sun Nov 21 14:05:32 2094\nGot:    785426732.000000 Mon Nov 21 14:05:32 1994\n--------------------------------------------------\nFAIL 27\nMon, 21 Nov 94 14:05:32 GMT \t     \nDiff:    -3155760000\nExpect: 3941186732.000000 Sun Nov 21 14:05:32 2094\nGot:    785426732.000000 Mon Nov 21 14:05:32 1994\n--------------------------------------------------\nFAIL 28\nMon, 14 Nov 94 15:08:49 CST \t     \nDiff:    -3155760000\nExpect: 3940607329.000000 Sun Nov 14 21:08:49 2094\nGot:    784847329.000000 Mon Nov 14 21:08:49 1994\n--------------------------------------------------\nFAIL 29\nWed, 16 Nov 94 14:48:06 GMT \t     \nDiff:    -3155760000\nExpect: 3940757286.000000 Tue Nov 16 14:48:06 2094\nGot:    784997286.000000 Wed Nov 16 14:48:06 1994\n--------------------------------------------------\nFAIL 30\nThu, 17 Nov 94 14:22:03 GMT \t     \nDiff:    -3155760000\nExpect: 3940842123.000000 Wed Nov 17 14:22:03 2094\nGot:    785082123.000000 Thu Nov 17 14:22:03 1994\n--------------------------------------------------\nFAIL 31\nWed, 16 Nov 94 14:36:00 GMT \t     \nDiff:    -3155760000\nExpect: 3940756560.000000 Tue Nov 16 14:36:00 2094\nGot:    784996560.000000 Wed Nov 16 14:36:00 1994\n--------------------------------------------------\nFAIL 32\nWed, 16 Nov 94 09:23:17 GMT \t     \nDiff:    -3155760000\nExpect: 3940737797.000000 Tue Nov 16 09:23:17 2094\nGot:    784977797.000000 Wed Nov 16 09:23:17 1994\n--------------------------------------------------\nFAIL 33\nWed, 16 Nov 94 10:01:43 GMT \t     \nDiff:    -3155760000\nExpect: 3940740103.000000 Tue Nov 16 10:01:43 2094\nGot:    784980103.000000 Wed Nov 16 10:01:43 1994\n--------------------------------------------------\nFAIL 34\nWed, 16 Nov 94 15:03:35 GMT \t     \nDiff:    -3155760000\nExpect: 3940758215.000000 Tue Nov 16 15:03:35 2094\nGot:    784998215.000000 Wed Nov 16 15:03:35 1994\n--------------------------------------------------\nFAIL 35\nMon, 21 Nov 94 13:55:19 GMT \t     \nDiff:    -3155760000\nExpect: 3941186119.000000 Sun Nov 21 13:55:19 2094\nGot:    785426119.000000 Mon Nov 21 13:55:19 1994\n--------------------------------------------------\nFAIL 36\nWed, 16 Nov 94 08:46:11 CST \t     \nDiff:    -3155760000\nExpect: 3940757171.000000 Tue Nov 16 14:46:11 2094\nGot:    784997171.000000 Wed Nov 16 14:46:11 1994\n--------------------------------------------------\nFAIL 37\nWed, 9 Nov 1994 09:50:32 -0500 (EST) \nDiff:    -3155760000\nExpect: 3940152632.000000 Tue Nov  9 14:50:32 2094\nGot:    784392632.000000 Wed Nov  9 14:50:32 1994\n--------------------------------------------------\nFAIL 38\nThu, 13 Oct 94 10:13:13 -0700\t     \nDiff:    -3155760000\nExpect: 3937828393.000000 Wed Oct 13 17:13:13 2094\nGot:    782068393.000000 Thu Oct 13 17:13:13 1994\n--------------------------------------------------\nFAIL 39\nSat, 19 Nov 1994 16:59:14 +0100      \nDiff:    -3155760000\nExpect: 3941020754.000000 Fri Nov 19 15:59:14 2094\nGot:    785260754.000000 Sat Nov 19 15:59:14 1994\n--------------------------------------------------\nFAIL 40\nThu, 3 Nov 94 14:10:47 EST \t     \nDiff:    -3155760000\nExpect: 3939649847.000000 Wed Nov  3 19:10:47 2094\nGot:    783889847.000000 Thu Nov  3 19:10:47 1994\n--------------------------------------------------\nFAIL 41\nThu, 3 Nov 94 21:51:09 EST \t     \nDiff:    -3155760000\nExpect: 3939677469.000000 Thu Nov  4 02:51:09 2094\nGot:    783917469.000000 Fri Nov  4 02:51:09 1994\n--------------------------------------------------\nFAIL 42\nFri, 4 Nov 94 9:24:52 EST \t     \nDiff:    -3155760000\nExpect: 3939719092.000000 Thu Nov  4 14:24:52 2094\nGot:    783959092.000000 Fri Nov  4 14:24:52 1994\n--------------------------------------------------\nFAIL 43\nWed, 9 Nov 94 09:38:54 EST \t     \nDiff:    -3155760000\nExpect: 3940151934.000000 Tue Nov  9 14:38:54 2094\nGot:    784391934.000000 Wed Nov  9 14:38:54 1994\n--------------------------------------------------\nFAIL 44\nMon, 14 Nov 94 13:20:12 EST \t     \nDiff:    -3155760000\nExpect: 3940597212.000000 Sun Nov 14 18:20:12 2094\nGot:    784837212.000000 Mon Nov 14 18:20:12 1994\n--------------------------------------------------\nFAIL 45\nWed, 16 Nov 94 17:09:13 EST \t     \nDiff:    -3155760000\nExpect: 3940783753.000000 Tue Nov 16 22:09:13 2094\nGot:    785023753.000000 Wed Nov 16 22:09:13 1994\n--------------------------------------------------\nFAIL 46\nTue, 15 Nov 94 12:27:01 PST \t     \nDiff:    -3155760000\nExpect: 3940691221.000000 Mon Nov 15 20:27:01 2094\nGot:    784931221.000000 Tue Nov 15 20:27:01 1994\n--------------------------------------------------\nFAIL 47\nFri, 18 Nov 1994 07:34:05 -0600      \nDiff:    -3155760000\nExpect: 3940925645.000000 Thu Nov 18 13:34:05 2094\nGot:    785165645.000000 Fri Nov 18 13:34:05 1994\n--------------------------------------------------\nFAIL 48\nMon, 21 Nov 94 14:34:28 -0500 \t     \nDiff:    -3155760000\nExpect: 3941206468.000000 Sun Nov 21 19:34:28 2094\nGot:    785446468.000000 Mon Nov 21 19:34:28 1994\n--------------------------------------------------\nFAIL 49\nFri, 18 Nov 1994 12:05:47 -0800 (PST)\nDiff:    -3155760000\nExpect: 3940949147.000000 Thu Nov 18 20:05:47 2094\nGot:    785189147.000000 Fri Nov 18 20:05:47 1994\n--------------------------------------------------\nFAIL 50\nFri, 18 Nov 1994 12:36:26 -0800 (PST)\nDiff:    -3155760000\nExpect: 3940950986.000000 Thu Nov 18 20:36:26 2094\nGot:    785190986.000000 Fri Nov 18 20:36:26 1994\n--------------------------------------------------\nFAIL 51\nWed, 16 Nov 1994 15:58:58 GMT \t     \nDiff:    -3155760000\nExpect: 3940761538.000000 Tue Nov 16 15:58:58 2094\nGot:    785001538.000000 Wed Nov 16 15:58:58 1994\n--------------------------------------------------\nFAIL 52\nSun, 06 Nov 94 14:27:40 -0500 \t     \nDiff:    -3155760000\nExpect: 3939910060.000000 Sat Nov  6 19:27:40 2094\nGot:    784150060.000000 Sun Nov  6 19:27:40 1994\n--------------------------------------------------\nFAIL 53\nMon, 07 Nov 94 08:20:13 -0500 \t     \nDiff:    -3155760000\nExpect: 3939974413.000000 Sun Nov  7 13:20:13 2094\nGot:    784214413.000000 Mon Nov  7 13:20:13 1994\n--------------------------------------------------\nFAIL 54\nMon, 07 Nov 94 16:48:42 -0500 \t     \nDiff:    -3155760000\nExpect: 3940004922.000000 Sun Nov  7 21:48:42 2094\nGot:    784244922.000000 Mon Nov  7 21:48:42 1994\n--------------------------------------------------\nFAIL 55\nWed, 09 Nov 94 15:46:16 -0500 \t     \nDiff:    -3155760000\nExpect: 3940173976.000000 Tue Nov  9 20:46:16 2094\nGot:    784413976.000000 Wed Nov  9 20:46:16 1994\n--------------------------------------------------\nFAIL 56\nSun, 6 Nov 1994 02:38:17 -0800 \t     \nDiff:    -3155760000\nExpect: 3939878297.000000 Sat Nov  6 10:38:17 2094\nGot:    784118297.000000 Sun Nov  6 10:38:17 1994\n--------------------------------------------------\nFAIL 57\nTue, 1 Nov 1994 13:53:49 -0500 \t     \nDiff:    -3155760000\nExpect: 3939476029.000000 Mon Nov  1 18:53:49 2094\nGot:    783716029.000000 Tue Nov  1 18:53:49 1994\n--------------------------------------------------\nFAIL 58\nTue, 15 Nov 94 08:31:59 +0100 \t     \nDiff:    -3155760000\nExpect: 3940644719.000000 Mon Nov 15 07:31:59 2094\nGot:    784884719.000000 Tue Nov 15 07:31:59 1994\n--------------------------------------------------\nFAIL 59\nSun, 6 Nov 1994 11:09:12 -0500 (IST) \nDiff:    -3155760000\nExpect: 3939898152.000000 Sat Nov  6 16:09:12 2094\nGot:    784138152.000000 Sun Nov  6 16:09:12 1994\n--------------------------------------------------\nFAIL 60\nFri, 4 Nov 94 12:52:10 EST \t     \nDiff:    -3155760000\nExpect: 3939731530.000000 Thu Nov  4 17:52:10 2094\nGot:    783971530.000000 Fri Nov  4 17:52:10 1994\n--------------------------------------------------\nFAIL 61\nMon, 31 Oct 1994 14:17:39 -0500 (EST)\nDiff:    -3155760000\nExpect: 3939391059.000000 Sun Oct 31 19:17:39 2094\nGot:    783631059.000000 Mon Oct 31 19:17:39 1994\n--------------------------------------------------\nFAIL 62\nMon, 14 Nov 94 11:25:00 CST \t     \nDiff:    -3155760000\nExpect: 3940593900.000000 Sun Nov 14 17:25:00 2094\nGot:    784833900.000000 Mon Nov 14 17:25:00 1994\n--------------------------------------------------\nFAIL 63\nMon, 14 Nov 94 13:26:29 CST \t     \nDiff:    -3155760000\nExpect: 3940601189.000000 Sun Nov 14 19:26:29 2094\nGot:    784841189.000000 Mon Nov 14 19:26:29 1994\n--------------------------------------------------\nFAIL 64\nFri, 18 Nov 94 8:42:47 CST \t     \nDiff:    -3155760000\nExpect: 3940929767.000000 Thu Nov 18 14:42:47 2094\nGot:    785169767.000000 Fri Nov 18 14:42:47 1994\n--------------------------------------------------\nFAIL 65\nThu, 17 Nov 94 14:32:01 +0900 \t     \nDiff:    -3155760000\nExpect: 3940810321.000000 Wed Nov 17 05:32:01 2094\nGot:    785050321.000000 Thu Nov 17 05:32:01 1994\n--------------------------------------------------\nFAIL 66\nWed, 2 Nov 94 18:16:31 +0100 \t     \nDiff:    -3155760000\nExpect: 3939556591.000000 Tue Nov  2 17:16:31 2094\nGot:    783796591.000000 Wed Nov  2 17:16:31 1994\n--------------------------------------------------\nFAIL 67\nFri, 18 Nov 94 10:46:26 +0100 \t     \nDiff:    -3155760000\nExpect: 3940911986.000000 Thu Nov 18 09:46:26 2094\nGot:    785151986.000000 Fri Nov 18 09:46:26 1994\n--------------------------------------------------\nFAIL 68\nTue, 8 Nov 1994 22:39:28 +0200 \t     \nDiff:    -3155760000\nExpect: 3940087168.000000 Mon Nov  8 20:39:28 2094\nGot:    784327168.000000 Tue Nov  8 20:39:28 1994\n--------------------------------------------------\nFAIL 69\nWed, 16 Nov 1994 10:01:08 -0500 (EST)\nDiff:    -3155760000\nExpect: 3940758068.000000 Tue Nov 16 15:01:08 2094\nGot:    784998068.000000 Wed Nov 16 15:01:08 1994\n--------------------------------------------------\nFAIL 70\nWed, 2 Nov 1994 16:59:42 -0800 \t     \nDiff:    -3155760000\nExpect: 3939584382.000000 Wed Nov  3 00:59:42 2094\nGot:    783824382.000000 Thu Nov  3 00:59:42 1994\n--------------------------------------------------\nFAIL 71\nWed, 9 Nov 94 10:00:23 PST \t     \nDiff:    -3155760000\nExpect: 3940164023.000000 Tue Nov  9 18:00:23 2094\nGot:    784404023.000000 Wed Nov  9 18:00:23 1994\n--------------------------------------------------\nFAIL 72\nFri, 18 Nov 94 17:01:43 PST \t     \nDiff:    -3155760000\nExpect: 3940966903.000000 Fri Nov 19 01:01:43 2094\nGot:    785206903.000000 Sat Nov 19 01:01:43 1994\n--------------------------------------------------\nFAIL 73\nMon, 14 Nov 1994 14:47:46 -0500      \nDiff:    -3155760000\nExpect: 3940602466.000000 Sun Nov 14 19:47:46 2094\nGot:    784842466.000000 Mon Nov 14 19:47:46 1994\n--------------------------------------------------\nFAIL 74\nMon, 21 Nov 1994 04:56:04 -0500 (EST)\nDiff:    -3155760000\nExpect: 3941171764.000000 Sun Nov 21 09:56:04 2094\nGot:    785411764.000000 Mon Nov 21 09:56:04 1994\n--------------------------------------------------\nFAIL 75\nMon, 21 Nov 1994 11:50:12 -0800      \nDiff:    -3155760000\nExpect: 3941207412.000000 Sun Nov 21 19:50:12 2094\nGot:    785447412.000000 Mon Nov 21 19:50:12 1994\n--------------------------------------------------\nFAIL 76\nSat, 5 Nov 1994 14:04:16 -0600 (CST) \nDiff:    -3155760000\nExpect: 3939825856.000000 Fri Nov  5 20:04:16 2094\nGot:    784065856.000000 Sat Nov  5 20:04:16 1994\n--------------------------------------------------\nFAIL 77\nSat, 05 Nov 94 13:10:13 MST \t     \nDiff:    -3155760000\nExpect: 3939826213.000000 Fri Nov  5 20:10:13 2094\nGot:    784066213.000000 Sat Nov  5 20:10:13 1994\n--------------------------------------------------\nFAIL 78\nWed, 02 Nov 94 10:47:48 -0800 \t     \nDiff:    -3155760000\nExpect: 3939562068.000000 Tue Nov  2 18:47:48 2094\nGot:    783802068.000000 Wed Nov  2 18:47:48 1994\n--------------------------------------------------\nFAIL 79\nWed, 02 Nov 94 13:19:15 -0800 \t     \nDiff:    -3155760000\nExpect: 3939571155.000000 Tue Nov  2 21:19:15 2094\nGot:    783811155.000000 Wed Nov  2 21:19:15 1994\n--------------------------------------------------\nFAIL 80\nThu, 03 Nov 94 15:27:07 -0800 \t     \nDiff:    -3155760000\nExpect: 3939665227.000000 Wed Nov  3 23:27:07 2094\nGot:    783905227.000000 Thu Nov  3 23:27:07 1994\n--------------------------------------------------\nFAIL 81\nFri, 04 Nov 94 09:12:12 -0800 \t     \nDiff:    -3155760000\nExpect: 3939729132.000000 Thu Nov  4 17:12:12 2094\nGot:    783969132.000000 Fri Nov  4 17:12:12 1994\n--------------------------------------------------\nFAIL 82\nWed, 9 Nov 1994 10:13:03 +0000 (GMT) \nDiff:    -3155760000\nExpect: 3940135983.000000 Tue Nov  9 10:13:03 2094\nGot:    784375983.000000 Wed Nov  9 10:13:03 1994\n--------------------------------------------------\nFAIL 83\nWed, 9 Nov 1994 15:28:37 +0000 (GMT) \nDiff:    -3155760000\nExpect: 3940154917.000000 Tue Nov  9 15:28:37 2094\nGot:    784394917.000000 Wed Nov  9 15:28:37 1994\n--------------------------------------------------\nFAIL 84\nWed, 2 Nov 1994 17:37:41 +0100 (MET) \nDiff:    -3155760000\nExpect: 3939554261.000000 Tue Nov  2 16:37:41 2094\nGot:    783794261.000000 Wed Nov  2 16:37:41 1994\n--------------------------------------------------\nFAIL 85\n05 Nov 94 14:22:19 PST \t\t     \nDiff:    -3155760000\nExpect: 3939834139.000000 Fri Nov  5 22:22:19 2094\nGot:    784074139.000000 Sat Nov  5 22:22:19 1994\n--------------------------------------------------\nFAIL 86\n16 Nov 94 22:28:20 PST \t\t     \nDiff:    -3155760000\nExpect: 3940813700.000000 Wed Nov 17 06:28:20 2094\nGot:    785053700.000000 Thu Nov 17 06:28:20 1994\n--------------------------------------------------\nFAIL 87\nTue, 1 Nov 1994 19:51:15 -0800 \t     \nDiff:    -3155760000\nExpect: 3939508275.000000 Tue Nov  2 03:51:15 2094\nGot:    783748275.000000 Wed Nov  2 03:51:15 1994\n--------------------------------------------------\nFAIL 88\nWed, 2 Nov 94 12:21:23 GMT \t     \nDiff:    -3155760000\nExpect: 3939538883.000000 Tue Nov  2 12:21:23 2094\nGot:    783778883.000000 Wed Nov  2 12:21:23 1994\n--------------------------------------------------\nFAIL 89\nFri, 18 Nov 94 18:07:03 GMT \t     \nDiff:    -3155760000\nExpect: 3940942023.000000 Thu Nov 18 18:07:03 2094\nGot:    785182023.000000 Fri Nov 18 18:07:03 1994\n--------------------------------------------------\nFAIL 90\nWed, 16 Nov 1994 11:26:27 -0500      \nDiff:    -3155760000\nExpect: 3940763187.000000 Tue Nov 16 16:26:27 2094\nGot:    785003187.000000 Wed Nov 16 16:26:27 1994\n--------------------------------------------------\nFAIL 91\nSun, 6 Nov 1994 13:48:49 -0500 \t     \nDiff:    -3155760000\nExpect: 3939907729.000000 Sat Nov  6 18:48:49 2094\nGot:    784147729.000000 Sun Nov  6 18:48:49 1994\n--------------------------------------------------\nFAIL 92\nTue, 8 Nov 1994 13:19:37 -0800 \t     \nDiff:    -3155760000\nExpect: 3940089577.000000 Mon Nov  8 21:19:37 2094\nGot:    784329577.000000 Tue Nov  8 21:19:37 1994\n--------------------------------------------------\nFAIL 93\nFri, 18 Nov 1994 11:01:12 -0800      \nDiff:    -3155760000\nExpect: 3940945272.000000 Thu Nov 18 19:01:12 2094\nGot:    785185272.000000 Fri Nov 18 19:01:12 1994\n--------------------------------------------------\nFAIL 94\nMon, 21 Nov 1994 00:47:58 -0500      \nDiff:    -3155760000\nExpect: 3941156878.000000 Sun Nov 21 05:47:58 2094\nGot:    785396878.000000 Mon Nov 21 05:47:58 1994\n--------------------------------------------------\nFAIL 95\nMon, 7 Nov 1994 14:22:48 -0800 (PST) \nDiff:    -3155760000\nExpect: 3940006968.000000 Sun Nov  7 22:22:48 2094\nGot:    784246968.000000 Mon Nov  7 22:22:48 1994\n--------------------------------------------------\nFAIL 96\nWed, 16 Nov 1994 15:56:45 -0800 (PST)\nDiff:    -3155760000\nExpect: 3940790205.000000 Tue Nov 16 23:56:45 2094\nGot:    785030205.000000 Wed Nov 16 23:56:45 1994\n--------------------------------------------------\nFAIL 97\nThu, 3 Nov 1994 13:17:47 +0000 \t     \nDiff:    -3155760000\nExpect: 3939628667.000000 Wed Nov  3 13:17:47 2094\nGot:    783868667.000000 Thu Nov  3 13:17:47 1994\n--------------------------------------------------\nFAIL 98\nWed, 9 Nov 1994 17:32:50 -0500 (EST) \nDiff:    -3155760000\nExpect: 3940180370.000000 Tue Nov  9 22:32:50 2094\nGot:    784420370.000000 Wed Nov  9 22:32:50 1994\n--------------------------------------------------\nFAIL 99\nWed, 9 Nov 94 16:31:52 PST\t     \nDiff:    -3155760000\nExpect: 3940187512.000000 Wed Nov 10 00:31:52 2094\nGot:    784427512.000000 Thu Nov 10 00:31:52 1994\n--------------------------------------------------\nFAIL 100\nWed, 09 Nov 94 10:41:10 -0800\t     \nDiff:    -3155760000\nExpect: 3940166470.000000 Tue Nov  9 18:41:10 2094\nGot:    784406470.000000 Wed Nov  9 18:41:10 1994\n--------------------------------------------------\nFAIL 101\nWed, 9 Nov 94 08:42:22 MST\t     \nDiff:    -3155760000\nExpect: 3940155742.000000 Tue Nov  9 15:42:22 2094\nGot:    784395742.000000 Wed Nov  9 15:42:22 1994\n--------------------------------------------------\nFAIL 102\nMon, 14 Nov 1994 08:32:13 -0800\t     \nDiff:    -3155760000\nExpect: 3940590733.000000 Sun Nov 14 16:32:13 2094\nGot:    784830733.000000 Mon Nov 14 16:32:13 1994\n--------------------------------------------------\nFAIL 103\nMon, 14 Nov 1994 11:34:32 -0500 (EST)\nDiff:    -3155760000\nExpect: 3940590872.000000 Sun Nov 14 16:34:32 2094\nGot:    784830872.000000 Mon Nov 14 16:34:32 1994\n--------------------------------------------------\nFAIL 104\nMon, 14 Nov 94 16:48:09 GMT\t     \nDiff:    -3155760000\nExpect: 3940591689.000000 Sun Nov 14 16:48:09 2094\nGot:    784831689.000000 Mon Nov 14 16:48:09 1994\n--------------------------------------------------\nFAIL 105\nTue, 15 Nov 1994 10:27:33 +0000      \nDiff:    -3155760000\nExpect: 3940655253.000000 Mon Nov 15 10:27:33 2094\nGot:    784895253.000000 Tue Nov 15 10:27:33 1994\n--------------------------------------------------\nFAIL 106\nWed, 02 Nov 94 13:56:54 MST \t     \nDiff:    -3155760000\nExpect: 3939569814.000000 Tue Nov  2 20:56:54 2094\nGot:    783809814.000000 Wed Nov  2 20:56:54 1994\n--------------------------------------------------\nFAIL 107\nThu, 03 Nov 94 15:24:45 MST \t     \nDiff:    -3155760000\nExpect: 3939661485.000000 Wed Nov  3 22:24:45 2094\nGot:    783901485.000000 Thu Nov  3 22:24:45 1994\n--------------------------------------------------\nFAIL 108\nThu, 3 Nov 1994 15:13:53 -0700 (MST) \nDiff:    -3155760000\nExpect: 3939660833.000000 Wed Nov  3 22:13:53 2094\nGot:    783900833.000000 Thu Nov  3 22:13:53 1994\n--------------------------------------------------\nFAIL 109\nFri, 04 Nov 94 08:15:13 MST \t     \nDiff:    -3155760000\nExpect: 3939722113.000000 Thu Nov  4 15:15:13 2094\nGot:    783962113.000000 Fri Nov  4 15:15:13 1994\n--------------------------------------------------\nFAIL 110\nThu, 3 Nov 94 18:15:47 EST\t     \nDiff:    -3155760000\nExpect: 3939664547.000000 Wed Nov  3 23:15:47 2094\nGot:    783904547.000000 Thu Nov  3 23:15:47 1994\n--------------------------------------------------\nFAIL 111\nTue, 08 Nov 94 07:02:33 MST \t     \nDiff:    -3155760000\nExpect: 3940063353.000000 Mon Nov  8 14:02:33 2094\nGot:    784303353.000000 Tue Nov  8 14:02:33 1994\n--------------------------------------------------\nFAIL 112\nThu, 3 Nov 94 18:15:47 EST\t     \nDiff:    -3155760000\nExpect: 3939664547.000000 Wed Nov  3 23:15:47 2094\nGot:    783904547.000000 Thu Nov  3 23:15:47 1994\n--------------------------------------------------\nFAIL 113\nTue, 15 Nov 94 07:26:05 MST \t     \nDiff:    -3155760000\nExpect: 3940669565.000000 Mon Nov 15 14:26:05 2094\nGot:    784909565.000000 Tue Nov 15 14:26:05 1994\n--------------------------------------------------\nFAIL 114\nWed, 2 Nov 1994 00:00:55 -0600 (CST) \nDiff:    -3155760000\nExpect: 3939516055.000000 Tue Nov  2 06:00:55 2094\nGot:    783756055.000000 Wed Nov  2 06:00:55 1994\n--------------------------------------------------\nFAIL 115\nSun, 6 Nov 1994 01:19:13 -0600 (CST) \nDiff:    -3155760000\nExpect: 3939866353.000000 Sat Nov  6 07:19:13 2094\nGot:    784106353.000000 Sun Nov  6 07:19:13 1994\n--------------------------------------------------\nFAIL 116\nMon, 7 Nov 1994 23:16:57 -0600 (CST) \nDiff:    -3155760000\nExpect: 3940031817.000000 Mon Nov  8 05:16:57 2094\nGot:    784271817.000000 Tue Nov  8 05:16:57 1994\n--------------------------------------------------\nFAIL 117\nTue, 08 Nov 1994 13:21:21 -0600\t     \nDiff:    -3155760000\nExpect: 3940082481.000000 Mon Nov  8 19:21:21 2094\nGot:    784322481.000000 Tue Nov  8 19:21:21 1994\n--------------------------------------------------\nFAIL 118\nMon, 07 Nov 94 13:47:37 PST          \nDiff:    -3155760000\nExpect: 3940004857.000000 Sun Nov  7 21:47:37 2094\nGot:    784244857.000000 Mon Nov  7 21:47:37 1994\n--------------------------------------------------\nFAIL 119\nTue, 08 Nov 94 11:23:19 PST \t     \nDiff:    -3155760000\nExpect: 3940082599.000000 Mon Nov  8 19:23:19 2094\nGot:    784322599.000000 Tue Nov  8 19:23:19 1994\n--------------------------------------------------\nFAIL 120\nTue, 01 Nov 1994 11:28:25 -0800      \nDiff:    -3155760000\nExpect: 3939478105.000000 Mon Nov  1 19:28:25 2094\nGot:    783718105.000000 Tue Nov  1 19:28:25 1994\n--------------------------------------------------\nFAIL 121\nTue, 15 Nov 1994 13:11:47 -0800      \nDiff:    -3155760000\nExpect: 3940693907.000000 Mon Nov 15 21:11:47 2094\nGot:    784933907.000000 Tue Nov 15 21:11:47 1994\n--------------------------------------------------\nFAIL 122\nTue, 15 Nov 1994 13:18:38 -0800      \nDiff:    -3155760000\nExpect: 3940694318.000000 Mon Nov 15 21:18:38 2094\nGot:    784934318.000000 Tue Nov 15 21:18:38 1994\n--------------------------------------------------\nFAIL 123\nTue, 15 Nov 1994 0:18:38 -0800 \t     \nDiff:    -3155760000\nExpect: 3940647518.000000 Mon Nov 15 08:18:38 2094\nGot:    784887518.000000 Tue Nov 15 08:18:38 1994\n--------------------------------------------------\nFAIL 124\nJul 13 1999 1:23P GMT\t\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 125\nJul 13 1999 1:23P.M GMT\t\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 126\nJul 13 1999 1:23P.M. GMT\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 127\nJul-13-1999 1:23P.M GMT\t\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 128\nJul/13/1999 1:23P.M. GMT\t     \nDiff:    -3155760000\nExpect: 4087632180.000000 Mon Jul 13 13:23:00 2099\nGot:    931872180.000000 Tue Jul 13 13:23:00 1999\n--------------------------------------------------\nFAIL 129\n2001-02-26T13:44:12-0700\t     \nDiff:    -3155760000\nExpect: 4138980252.000000 Sun Feb 27 20:44:12 2101\nGot:    983220252.000000 Mon Feb 26 20:44:12 2001\n--------------------------------------------------\nFAIL 130\n2001-02-26T13:44-0700\t\t     \nDiff:    -3155760000\nExpect: 4138980240.000000 Sun Feb 27 20:44:00 2101\nGot:    983220240.000000 Mon Feb 26 20:44:00 2001\n--------------------------------------------------\nFAIL 131\n2001-02-26T13-0700\t\t     \nDiff:    -3155760000\nExpect: 4138977600.000000 Sun Feb 27 20:00:00 2101\nGot:    983217600.000000 Mon Feb 26 20:00:00 2001\n--------------------------------------------------\nFAIL 132\n2001-02-26T13-44-12-0700\t     \nDiff:    -3155760000\nExpect: 4138980252.000000 Sun Feb 27 20:44:12 2101\nGot:    983220252.000000 Mon Feb 26 20:44:12 2001\n--------------------------------------------------\nFAIL 133\n2001-02-26T13-44-0700\t\t     \nDiff:    -3155760000\nExpect: 4138980240.000000 Sun Feb 27 20:44:00 2101\nGot:    983220240.000000 Mon Feb 26 20:44:00 2001\n--------------------------------------------------\nFAIL 134\n2001-02-26T13-0700\t\t     \nDiff:    -3155760000\nExpect: 4138977600.000000 Sun Feb 27 20:00:00 2101\nGot:    983217600.000000 Mon Feb 26 20:00:00 2001\n--------------------------------------------------\nFAIL 135\n07/Nov/2000:16:45:56 +0100\t     \nDiff:    -3155760000\nExpect: 4129371956.000000 Mon Nov  8 15:45:56 2100\nGot:    973611956.000000 Tue Nov  7 15:45:56 2000\n--------------------------------------------------\nFAIL 136\n2002-11-07T23:31:49-05:00\t     \nDiff:    -3155760000\nExpect: 4192489909.000000 Thu Nov  9 04:31:49 2102\nGot:    1036729909.000000 Fri Nov  8 04:31:49 2002\n--------------------------------------------------\nFAIL 137\n2003-02-17T07:45:56Z\t\t     \nDiff:    -3155760000\nExpect: 4201227956.000000 Sun Feb 18 07:45:56 2103\nGot:    1045467956.000000 Mon Feb 17 07:45:56 2003\n--------------------------------------------------\nFAIL 138\n2003-02-17T08:14:07.198189+0000\t     \nDiff:    -3155760000\nExpect: 4201229647.198189 Sun Feb 18 08:14:07 2103\nGot:    1045469647.198189 Mon Feb 17 08:14:07 2003\n--------------------------------------------------\nFAIL 139\n20020722T100000Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 140\nJul 22 10:00:00 UTC 2002\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 141\n2002-07-22 10:00:00Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 142\n2002-07-22 10:00:00 Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 143\n2002-07-22 10:00 Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 144\n2002-07-22 10:00Z\t\t     \nDiff:    -3155760000\nExpect: 4183092000.000000 Sun Jul 23 10:00:00 2102\nGot:    1027332000.000000 Mon Jul 22 10:00:00 2002\n--------------------------------------------------\nFAIL 145\n2002-07-22 10:00 +100\t\t     \nDiff:    -3155760000\nExpect: 4183088400.000000 Sun Jul 23 09:00:00 2102\nGot:    1027328400.000000 Mon Jul 22 09:00:00 2002\n--------------------------------------------------\nFAIL 146\n2002-07-22 10:00 +0100\t\t     \nDiff:    -3155760000\nExpect: 4183088400.000000 Sun Jul 23 09:00:00 2102\nGot:    1027328400.000000 Mon Jul 22 09:00:00 2002\nPASS: t/getdate\n1..202\nok 1 - %y\nok 2 - %Y\nok 3 - %%\nok 4 - %a\nok 5 - %A\nok 6 - %b\nok 7 - %B\nok 8 - %c\nok 9 - %C\nok 10 - %d\nok 11 - %e\nok 12 - %D\nok 13 - %G\nok 14 - %h\nok 15 - %H\nok 16 - %I\nok 17 - %j\nok 18 - %k\nok 19 - %l\nok 20 - %L\nok 21 - %m\nok 22 - %M\nok 23 - %o\nok 24 - %p\nok 25 - %q\nok 26 - %r\nok 27 - %R\nok 28 - %s\nok 29 - %S\nok 30 - %T\nok 31 - %U\nok 32 - %w\nok 33 - %W\nok 34 - %x\nok 35 - %X\nok 36 - %y\nok 37 - %Y\nok 38 - %Z\nok 39 - %z\nok 40 - %Od\nok 41 - %Oe\nok 42 - %OH\nok 43 - %OI\nok 44 - %Oj\nok 45 - %Ok\nok 46 - %Ol\nok 47 - %Om\nok 48 - %OM\nok 49 - %Oq\nok 50 - %OY\nok 51 - %Oy\nok 52 - %y\nok 53 - %Y\nok 54 - %%\nok 55 - %a\nok 56 - %A\nok 57 - %b\nok 58 - %B\nok 59 - %c\nok 60 - %C\nok 61 - %d\nok 62 - %e\nok 63 - %D\nok 64 - %h\nok 65 - %H\nok 66 - %I\nok 67 - %j\nok 68 - %k\nok 69 - %l\nok 70 - %L\nok 71 - %m\nok 72 - %M\nok 73 - %o\nok 74 - %p\nok 75 - %q\nok 76 - %r\nok 77 - %R\nok 78 - %s\nok 79 - %S\nok 80 - %T\nok 81 - %U\nok 82 - %w\nok 83 - %W\nok 84 - %x\nok 85 - %X\nok 86 - %y\nok 87 - %Y\nok 88 - %Z\nok 89 - %z\nok 90 - %Od\nok 91 - %Oe\nok 92 - %OH\nok 93 - %OI\nok 94 - %Oj\nok 95 - %Ok\nok 96 - %Ol\nok 97 - %Om\nok 98 - %OM\nok 99 - %Oq\nok 100 - %OY\nok 101 - %Oy\nok 102 - %y\nok 103 - %Y\nok 104 - %%\nok 105 - %a\nok 106 - %A\nok 107 - %b\nok 108 - %B\nok 109 - %c\nok 110 - %C\nok 111 - %d\nok 112 - %e\nok 113 - %D\nok 114 - %h\nok 115 - %H\nok 116 - %I\nok 117 - %j\nok 118 - %k\nok 119 - %l\nok 120 - %L\nok 121 - %m\nok 122 - %M\nok 123 - %o\nok 124 - %p\nok 125 - %q\nok 126 - %r\nok 127 - %R\nok 128 - %s\nok 129 - %S\nok 130 - %T\nok 131 - %U\nok 132 - %w\nok 133 - %W\nok 134 - %x\nok 135 - %X\nok 136 - %y\nok 137 - %Y\nok 138 - %Z\nok 139 - %z\nok 140 - %Od\nok 141 - %Oe\nok 142 - %OH\nok 143 - %OI\nok 144 - %Oj\nok 145 - %Ok\nok 146 - %Ol\nok 147 - %Om\nok 148 - %OM\nok 149 - %Oq\nok 150 - %OY\nok 151 - %Oy\nok 152 - %G\nok 153 - %y\nok 154 - %Y\nok 155 - %%\nok 156 - %a\nok 157 - %A\nok 158 - %b\nok 159 - %B\nok 160 - %c\nok 161 - %C\nok 162 - %d\nok 163 - %e\nok 164 - %D\nok 165 - %G\nok 166 - %h\nok 167 - %H\nok 168 - %I\nok 169 - %j\nok 170 - %k\nok 171 - %l\nok 172 - %L\nok 173 - %m\nok 174 - %M\nok 175 - %o\nok 176 - %p\nok 177 - %q\nok 178 - %r\nok 179 - %R\nok 180 - %s\nok 181 - %S\nok 182 - %T\nok 183 - %U\nok 184 - %w\nok 185 - %W\nok 186 - %x\nok 187 - %X\nok 188 - %Z\nok 189 - %z\nok 190 - %z\nok 191 - %Od\nok 192 - %Oe\nok 193 - %OH\nok 194 - %OI\nok 195 - %Oj\nok 196 - %Ok\nok 197 - %Ol\nok 198 - %Om\nok 199 - %OM\nok 200 - %Oq\nok 201 - %OY\nok 202 - %Oy\nPASS: t/format\n1..8\n# -0430 => -0430 -0430\nok 1\n# -0445 => -0445 -0445\nok 2\n# 2008.11.30 22:35 CET => -:35:22:30:10:108:3600\nok 3\n# 2008-11-30 22:35 CET => -:35:22:30:10:108:3600\nok 4\n# 4/3/2005\nok 5\nok 6\nok 7\nok 8\nPASS: t/cpanrt\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5240919589996338,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libtry-tiny-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libtry-tiny-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007193088531494141,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1091556549072266,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02970409393310547,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.8920283317565918,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008444786071777344,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libtry-tiny-perl.t/00-report-prereqs": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/basic": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/context": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/erroneous_usage": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/finally": {
    "status": "SKIPPED"
   },
   "ptestresult.libtry-tiny-perl.t/given_when": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/global_destruction_forked": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/global_destruction_load": {
    "status": "SKIPPED"
   },
   "ptestresult.libtry-tiny-perl.t/named": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/when": {
    "status": "PASSED"
   },
   "ptestresult.libtry-tiny-perl.t/zzz-check-breaks": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libtry-tiny-perl/ptest\n1..2\ngiven is deprecated at t/given_when.t line 20.\nwhen is deprecated at t/given_when.t line 21.\nok 1 - error caught\nok 2 - error is also in $_\nPASS: t/given_when\n1..25\nok 1 - Proper context LIST in try{}\nok 2 - Proper VOID context in finally{} 2\nok 3 - Proper VOID context in finally{} 1\nok 4\nok 5 - Proper context LIST in try{}\nok 6 - Proper context LIST in catch{}\nok 7 - Proper VOID context in finally{} 2\nok 8 - Proper VOID context in finally{} 1\nok 9\nok 10 - Proper context SCALAR in try{}\nok 11 - Proper VOID context in finally{} 2\nok 12 - Proper VOID context in finally{} 1\nok 13\nok 14 - Proper context SCALAR in try{}\nok 15 - Proper context SCALAR in catch{}\nok 16 - Proper VOID context in finally{} 2\nok 17 - Proper VOID context in finally{} 1\nok 18\nok 19 - Proper context VOID in try{}\nok 20 - Proper VOID context in finally{} 2\nok 21 - Proper VOID context in finally{} 1\nok 22 - Proper context VOID in try{}\nok 23 - Proper context VOID in catch{}\nok 24 - Proper VOID context in finally{} 2\nok 25 - Proper VOID context in finally{} 1\nPASS: t/context\n1..5\nwhen is deprecated at t/when.t line 28.\nwhen is deprecated at t/when.t line 29.\nok 1\nok 2 - $_ not clobbered\nok 3 - bar didn't match\nok 4 - foo matched\nok 5 - fallback didn't match\nPASS: t/when\n1..2\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nSKIP: t/zzz-check-breaks\n1..0 # SKIP Capture::Tiny 0.12 required\n1..0 # SKIP Capture::Tiny 0.12 required\nSKIP: t/global_destruction_load\n1..25\nok 1 - basic try\nok 2 - rethrow\nok 3 - try block evaluated\nok 4 - $@ untouched\nok 5 - try block died\nok 6 - $@ untouched\nok 7 - catch block evaluated\nok 8 - $@ untouched\nok 9 - scalar context try\nok 10 - list context try\nok 11 - scalar context catch\nok 12 - list context catch\nok 13 - Checking catch subroutine scalar reference is correctly blessed\nok 14 - Checking finally subroutine scalar reference is correctly blessed\nok 15\nok 16 - got here\nok 17 - try in try catch block\nok 18 - rethrow with try in catch block\nok 19 - catch invoked\nok 20\nok 21 - $@ untouched\nok 22 - $_ untouched\nok 23 - previous value of $@\nok 24 - previous value of $@ available for capture\nok 25 - previous value of $@ also available in catch block\nPASS: t/basic\n1..8\nok 1 - Bare catch() detected\nok 2 - Bare finally() detected\nok 3 - Bare catch()/finally() detected\nok 4 - Bare finally()/catch() detected\nok 5 - Multi-catch detected\nok 6 - Unterminated try detected\nok 7 - Bare catch at the end of a function call\nok 8 - Bare finally at the end of a function call\nPASS: t/erroneous_usage\n1..3\nok 1 - nested try in cleanup after fork does not maintain outer catch block\nok 2 - nested try in cleanup after fork does not maintain outer finally block\nok 3 - Didn't just exit\nPASS: t/global_destruction_forked\n1..3\nok 1 - try name\nok 2 - catch name\nok 3 - finally name\nPASS: t/named\n1..30\nok 1 - Moved into finally from try\nok 2 - Error text as expected\nok 3 - Into catch block as we died in try\nok 4 - Moved into finally from catch\nok 5 - Error text as expected\nok 6 - Moved into finally from catch\nok 7 - Moved into finally block when try throws an exception and we have no catch block\nok 8 - Second finally clause run\nok 9 - First finally clause run\nok 10 - no error reported\nok 11 - finally got passed the exception\nok 12 - finally called\nok 13 - not localized in try\nok 14 - nothing in @_ (finally)\nok 15 - $_ not localized (finally)\nok 16 - same afterwards\nok 17 - not localized in try\nok 18 - error in @_ (catch)\nok 19 - error in $_ (catch)\nok 20 - error in @_ (finally)\nok 21 - error in @_ (finally)\nok 22 - $_ not localized (finally)\nok 23 - same afterwards\nok 24 - fin 2 called\nok 25 - warnings from both fatal finally blocks\nok 26 - First warning contains original exception\nok 27 - Second warning contains original exception\nok 28 - before skip in try\nok 29 # skip whee\nok 30 - finally ran\nok 28 - before skip in try\nok 29 # skip whee\nSKIP: t/finally\n1..1\n# \n# Versions for all modules listed in static metadata (including optional ones):\n# \n# === Configure Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     perl                5.006 5.040002\n# \n# === Configure Suggests ===\n# \n#     Module      Want Have\n#     -------- ------- ----\n#     JSON::PP 2.27300 4.16\n# \n# === Test Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     File::Spec            any     3.91\n#     Test::More            any 1.302199\n#     if                    any   0.0610\n#     perl                5.006 5.040002\n# \n# === Test Recommends ===\n# \n#     Module         Want     Have\n#     ---------- -------- --------\n#     CPAN::Meta 2.120900 2.150010\n# \n# === Test Suggests ===\n# \n#     Module                    Want    Have\n#     ------------------------ ----- -------\n#     CPAN::Meta::Check        0.011 missing\n#     CPAN::Meta::Requirements   any   2.143\n#     Capture::Tiny             0.12 missing\n# \n# === Runtime Requires ===\n# \n#     Module    Want     Have\n#     -------- ----- --------\n#     Carp       any     1.54\n#     Exporter  5.57     5.78\n#     constant   any     1.33\n#     perl     5.006 5.040002\n#     strict     any     1.13\n#     warnings   any     1.70\n# \n# === Runtime Suggests ===\n# \n#     Module    Want    Have\n#     --------- ---- -------\n#     Sub::Name 0.08 missing\n#     Sub::Util  any    1.63\n# \n# === Other Modules ===\n# \n#     Module             Have\n#     --------------- -------\n#     Encode             3.21\n#     File::Temp       0.2311\n#     JSON::PP           4.16\n#     Module::Runtime missing\n#     Pod::Coverage   missing\n#     Sub::Name       missing\n#     YAML            missing\n#     autodie         missing\n# \nok 1 - Reported prereqs\nPASS: t/00-report-prereqs\nDURATION: 0\nEND: /usr/lib/libtry-tiny-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libtry-tiny-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\n1..2\ngiven is deprecated at t/given_when.t line 20.\nwhen is deprecated at t/given_when.t line 21.\nok 1 - error caught\nok 2 - error is also in $_\nPASS: t/given_when\n1..25\nok 1 - Proper context LIST in try{}\nok 2 - Proper VOID context in finally{} 2\nok 3 - Proper VOID context in finally{} 1\nok 4\nok 5 - Proper context LIST in try{}\nok 6 - Proper context LIST in catch{}\nok 7 - Proper VOID context in finally{} 2\nok 8 - Proper VOID context in finally{} 1\nok 9\nok 10 - Proper context SCALAR in try{}\nok 11 - Proper VOID context in finally{} 2\nok 12 - Proper VOID context in finally{} 1\nok 13\nok 14 - Proper context SCALAR in try{}\nok 15 - Proper context SCALAR in catch{}\nok 16 - Proper VOID context in finally{} 2\nok 17 - Proper VOID context in finally{} 1\nok 18\nok 19 - Proper context VOID in try{}\nok 20 - Proper VOID context in finally{} 2\nok 21 - Proper VOID context in finally{} 1\nok 22 - Proper context VOID in try{}\nok 23 - Proper context VOID in catch{}\nok 24 - Proper VOID context in finally{} 2\nok 25 - Proper VOID context in finally{} 1\nPASS: t/context\n1..5\nwhen is deprecated at t/when.t line 28.\nwhen is deprecated at t/when.t line 29.\nok 1\nok 2 - $_ not clobbered\nok 3 - bar didn't match\nok 4 - foo matched\nok 5 - fallback didn't match\nPASS: t/when\n1..2\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nok 1 # skip no conflicts module found to check against\nok 2 # skip This information-only test requires CPAN::Meta::Check 0.011\nSKIP: t/zzz-check-breaks\n1..0 # SKIP Capture::Tiny 0.12 required\n1..0 # SKIP Capture::Tiny 0.12 required\nSKIP: t/global_destruction_load\n1..25\nok 1 - basic try\nok 2 - rethrow\nok 3 - try block evaluated\nok 4 - $@ untouched\nok 5 - try block died\nok 6 - $@ untouched\nok 7 - catch block evaluated\nok 8 - $@ untouched\nok 9 - scalar context try\nok 10 - list context try\nok 11 - scalar context catch\nok 12 - list context catch\nok 13 - Checking catch subroutine scalar reference is correctly blessed\nok 14 - Checking finally subroutine scalar reference is correctly blessed\nok 15\nok 16 - got here\nok 17 - try in try catch block\nok 18 - rethrow with try in catch block\nok 19 - catch invoked\nok 20\nok 21 - $@ untouched\nok 22 - $_ untouched\nok 23 - previous value of $@\nok 24 - previous value of $@ available for capture\nok 25 - previous value of $@ also available in catch block\nPASS: t/basic\n1..8\nok 1 - Bare catch() detected\nok 2 - Bare finally() detected\nok 3 - Bare catch()/finally() detected\nok 4 - Bare finally()/catch() detected\nok 5 - Multi-catch detected\nok 6 - Unterminated try detected\nok 7 - Bare catch at the end of a function call\nok 8 - Bare finally at the end of a function call\nPASS: t/erroneous_usage\n1..3\nok 1 - nested try in cleanup after fork does not maintain outer catch block\nok 2 - nested try in cleanup after fork does not maintain outer finally block\nok 3 - Didn't just exit\nPASS: t/global_destruction_forked\n1..3\nok 1 - try name\nok 2 - catch name\nok 3 - finally name\nPASS: t/named\n1..30\nok 1 - Moved into finally from try\nok 2 - Error text as expected\nok 3 - Into catch block as we died in try\nok 4 - Moved into finally from catch\nok 5 - Error text as expected\nok 6 - Moved into finally from catch\nok 7 - Moved into finally block when try throws an exception and we have no catch block\nok 8 - Second finally clause run\nok 9 - First finally clause run\nok 10 - no error reported\nok 11 - finally got passed the exception\nok 12 - finally called\nok 13 - not localized in try\nok 14 - nothing in @_ (finally)\nok 15 - $_ not localized (finally)\nok 16 - same afterwards\nok 17 - not localized in try\nok 18 - error in @_ (catch)\nok 19 - error in $_ (catch)\nok 20 - error in @_ (finally)\nok 21 - error in @_ (finally)\nok 22 - $_ not localized (finally)\nok 23 - same afterwards\nok 24 - fin 2 called\nok 25 - warnings from both fatal finally blocks\nok 26 - First warning contains original exception\nok 27 - Second warning contains original exception\nok 28 - before skip in try\nok 29 # skip whee\nok 30 - finally ran\nok 28 - before skip in try\nok 29 # skip whee\nSKIP: t/finally\n1..1\n# \n# Versions for all modules listed in static metadata (including optional ones):\n# \n# === Configure Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     perl                5.006 5.040002\n# \n# === Configure Suggests ===\n# \n#     Module      Want Have\n#     -------- ------- ----\n#     JSON::PP 2.27300 4.16\n# \n# === Test Requires ===\n# \n#     Module               Want     Have\n#     ------------------- ----- --------\n#     ExtUtils::MakeMaker   any     7.70\n#     File::Spec            any     3.91\n#     Test::More            any 1.302199\n#     if                    any   0.0610\n#     perl                5.006 5.040002\n# \n# === Test Recommends ===\n# \n#     Module         Want     Have\n#     ---------- -------- --------\n#     CPAN::Meta 2.120900 2.150010\n# \n# === Test Suggests ===\n# \n#     Module                    Want    Have\n#     ------------------------ ----- -------\n#     CPAN::Meta::Check        0.011 missing\n#     CPAN::Meta::Requirements   any   2.143\n#     Capture::Tiny             0.12 missing\n# \n# === Runtime Requires ===\n# \n#     Module    Want     Have\n#     -------- ----- --------\n#     Carp       any     1.54\n#     Exporter  5.57     5.78\n#     constant   any     1.33\n#     perl     5.006 5.040002\n#     strict     any     1.13\n#     warnings   any     1.70\n# \n# === Runtime Suggests ===\n# \n#     Module    Want    Have\n#     --------- ---- -------\n#     Sub::Name 0.08 missing\n#     Sub::Util  any    1.63\n# \n# === Other Modules ===\n# \n#     Module             Have\n#     --------------- -------\n#     Encode             3.21\n#     File::Temp       0.2311\n#     JSON::PP           4.16\n#     Module::Runtime missing\n#     Pod::Coverage   missing\n#     Sub::Name       missing\n#     YAML            missing\n#     autodie         missing\n# \nok 1 - Reported prereqs\nPASS: t/00-report-prereqs\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5131547451019287,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libusb1_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libusb1",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0016007423400878906,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1618101596832275,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.027047395706176758,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 3.800175428390503,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009589195251464844,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libusb1.default_context_change": {
    "status": "PASSED"
   },
   "ptestresult.libusb1.get_device_list": {
    "status": "PASSED"
   },
   "ptestresult.libusb1.init_and_exit": {
    "status": "PASSED"
   },
   "ptestresult.libusb1.many_device_lists": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libusb1/ptest\n\n---------------------------- libusb1 tests ---------------------------\n\nStarting test run: init_and_exit...\nSuccess (0)\nPASS: init_and_exit\nStarting test run: get_device_list...\nSuccess (0)\nPASS: get_device_list\nStarting test run: many_device_lists...\nSuccess (0)\nPASS: many_device_lists\nStarting test run: default_context_change...\nSuccess (0)\nPASS: default_context_change\n---\nRan 4 tests\nPassed 4 tests\nFailed 0 tests\nError in 0 tests\nSkipped 0 tests\nDURATION: 3\nEND: /usr/lib/libusb1/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libusb1": {
     "duration": "3",
     "log": "START: ptest-runner\n2025-06-16T11:40\n\n---------------------------- libusb1 tests ---------------------------\n\nStarting test run: init_and_exit...\nSuccess (0)\nPASS: init_and_exit\nStarting test run: get_device_list...\nSuccess (0)\nPASS: get_device_list\nStarting test run: many_device_lists...\nSuccess (0)\nPASS: many_device_lists\nStarting test run: default_context_change...\nSuccess (0)\nPASS: default_context_change\n---\nRan 4 tests\nPassed 4 tests\nFailed 0 tests\nError in 0 tests\nSkipped 0 tests\nDURATION: 3\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.516737699508667,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml-namespacesupport-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml-namespacesupport-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001627206802368164,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1463539600372314,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.035184621810913086,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.39945101737976074,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009670257568359375,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml-namespacesupport-perl.t/00base": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libxml-namespacesupport-perl/ptest\n1..49\nok 1\nok 2 - xml xmlns\nok 3\nok 4 - http://www.w3.org/2000/xmlns/\nok 5\nok 6 - no declared_prefixes\nok 7 - xml xmlns\nok 8\nok 9\nok 10\nok 11\nok 12 -  icl icl2\nok 13 - icl icl2 xml xmlns\nok 14 - icl icl2\nok 15\nok 16 - http://www.icl.com\nok 17 - http://www.icl.com el1 icl:el1\nok 18 - http://www.icl.com icl el1\nok 19\nok 20 - http://www.ibm.com undef el1\nok 21 - http://www.w3.org/XML/1998/namespace xml el1\nok 22\nok 23 - http://www.icl.com icl att1\nok 24\nok 25 - undef undef att1\nok 26 - http://www.w3.org/XML/1998/namespace xml att1\nok 27\nok 28\nok 29\nok 30\nok 31 - undef undef undef\nok 32 - icl icl2\nok 33 - perl \nok 34 - http://www.icl.com icl el1\nok 35\nok 36 - http://www.java.com undef el1\nok 37 - http://www.perl.com perl el1\nok 38 - http://www.icl.com icl att1\nok 39\nok 40 - undef undef att1\nok 41 - http://www.perl.com perl att1\nok 42\nok 43 - icl icl2\nok 44\nok 45 - xml xmlns\nok 46\nok 47 - xml xmlns\nok 48\nok 49 - get_declared_prefixes raises error without context on stack\nPASS: t/00base\nDURATION: 0\nEND: /usr/lib/libxml-namespacesupport-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml-namespacesupport-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\n1..49\nok 1\nok 2 - xml xmlns\nok 3\nok 4 - http://www.w3.org/2000/xmlns/\nok 5\nok 6 - no declared_prefixes\nok 7 - xml xmlns\nok 8\nok 9\nok 10\nok 11\nok 12 -  icl icl2\nok 13 - icl icl2 xml xmlns\nok 14 - icl icl2\nok 15\nok 16 - http://www.icl.com\nok 17 - http://www.icl.com el1 icl:el1\nok 18 - http://www.icl.com icl el1\nok 19\nok 20 - http://www.ibm.com undef el1\nok 21 - http://www.w3.org/XML/1998/namespace xml el1\nok 22\nok 23 - http://www.icl.com icl att1\nok 24\nok 25 - undef undef att1\nok 26 - http://www.w3.org/XML/1998/namespace xml att1\nok 27\nok 28\nok 29\nok 30\nok 31 - undef undef undef\nok 32 - icl icl2\nok 33 - perl \nok 34 - http://www.icl.com icl el1\nok 35\nok 36 - http://www.java.com undef el1\nok 37 - http://www.perl.com perl el1\nok 38 - http://www.icl.com icl att1\nok 39\nok 40 - undef undef att1\nok 41 - http://www.perl.com perl att1\nok 42\nok 43 - icl icl2\nok 44\nok 45 - xml xmlns\nok 46\nok 47 - xml xmlns\nok 48\nok 49 - get_declared_prefixes raises error without context on stack\nPASS: t/00base\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5199224948883057,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml-parser-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml-parser-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006983280181884766,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1273274421691895,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028764724731445312,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.9417681694030762,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0016705989837646484,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml-parser-perl.t/astress": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/cdata": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/decl": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/defaulted": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/encoding": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/external_ent": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/file": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/file_open_scalar": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/finish": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/namespaces": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/parament": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/partial": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/skip": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/stream": {
    "status": "PASSED"
   },
   "ptestresult.libxml-parser-perl.t/styles": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:40\nBEGIN: /usr/lib/libxml-parser-perl/ptest\n1..3\nok 1\nok 2\nok 3\nPASS: t/stream\n1..27\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nPASS: t/astress\n1..1\nok 1\nPASS: t/file\n1..4\nCouldn't load LWP based external entity handler\nSwitching to file-based external entity handler\n (To avoid this message, use NoLWP option to XML::Parser)\nok 1\nok 2\nok 3\nok 4\nPASS: t/external_ent\n1..13\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:40:02 2025\n# Current time GMT:   Mon Jun 16 11:40:02 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nPASS: t/styles\n1..16\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/namespaces\n1..3\nok 1\nok 2\nok 3\nPASS: t/partial\n1..13\nok 1 - doctype called\nCouldn't load LWP based external entity handler\nSwitching to file-based external entity handler\n (To avoid this message, use NoLWP option to XML::Parser)\nok 2 - when el eq foo\nok 3 - when el eq bar\nok 4\nok 5\nok 6\nok 7\nok 8 - got 'more'\nok 9\nok 10 - internal exists\nok 11 - doctype called\nok 12 - when el eq foo\nok 13\nPASS: t/parament\n1..3\nok 1\nok 2\nok 3\nPASS: t/finish\n1..2\nok 1\nok 2\nPASS: t/cdata\n1..40\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nok 35\nok 36\nok 37\nok 38\nok 39\nok 40\nPASS: t/decl\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/skip\n1..6\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nPASS: t/encoding\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/defaulted\n1..1\nok 1\nPASS: t/file_open_scalar\nDURATION: 0\nEND: /usr/lib/libxml-parser-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml-parser-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:40\n1..3\nok 1\nok 2\nok 3\nPASS: t/stream\n1..27\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nPASS: t/astress\n1..1\nok 1\nPASS: t/file\n1..4\nCouldn't load LWP based external entity handler\nSwitching to file-based external entity handler\n (To avoid this message, use NoLWP option to XML::Parser)\nok 1\nok 2\nok 3\nok 4\nPASS: t/external_ent\n1..13\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:40:02 2025\n# Current time GMT:   Mon Jun 16 11:40:02 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nPASS: t/styles\n1..16\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/namespaces\n1..3\nok 1\nok 2\nok 3\nPASS: t/partial\n1..13\nok 1 - doctype called\nCouldn't load LWP based external entity handler\nSwitching to file-based external entity handler\n (To avoid this message, use NoLWP option to XML::Parser)\nok 2 - when el eq foo\nok 3 - when el eq bar\nok 4\nok 5\nok 6\nok 7\nok 8 - got 'more'\nok 9\nok 10 - internal exists\nok 11 - doctype called\nok 12 - when el eq foo\nok 13\nPASS: t/parament\n1..3\nok 1\nok 2\nok 3\nPASS: t/finish\n1..2\nok 1\nok 2\nPASS: t/cdata\n1..40\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nok 34\nok 35\nok 36\nok 37\nok 38\nok 39\nok 40\nPASS: t/decl\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/skip\n1..6\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nPASS: t/encoding\n1..4\nok 1\nok 2\nok 3\nok 4\nPASS: t/defaulted\n1..1\nok 1\nPASS: t/file_open_scalar\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5218067169189453,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015215873718261719,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.159558057785034,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.029176712036132812,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.5819201469421387,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008730888366699219,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml-perl.t/amsterdam": {
    "status": "PASSED"
   },
   "ptestresult.libxml-perl.t/canon_xml_writer": {
    "status": "PASSED"
   },
   "ptestresult.libxml-perl.t/schema": {
    "status": "PASSED"
   },
   "ptestresult.libxml-perl.t/stream": {
    "status": "PASSED"
   },
   "ptestresult.libxml-perl.t/subs": {
    "status": "PASSED"
   },
   "ptestresult.libxml-perl.t/xp_sax": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/libxml-perl/ptest\n1..5\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/canon_xml_writer\n1..2\nok 1\nok 2\nPASS: t/schema\n1..11\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nPASS: t/stream\n1..2\nok 1\nok 2\nPASS: t/amsterdam\n1..10\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nPASS: t/subs\n1..15\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nPASS: t/xp_sax\nDURATION: 0\nEND: /usr/lib/libxml-perl/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\n1..5\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/canon_xml_writer\n1..2\nok 1\nok 2\nPASS: t/schema\n1..11\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nPASS: t/stream\n1..2\nok 1\nok 2\nPASS: t/amsterdam\n1..10\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nPASS: t/subs\n1..15\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nPASS: t/xp_sax\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.506873607635498,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml-sax-base-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml-sax-base-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001470804214477539,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1624538898468018,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03931379318237305,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.8824024200439453,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008327960968017578,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml-sax-base-perl.t/00basic": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/01exception": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/01simpledriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/02simplefilter": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/03chdriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/04chfilter": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/05dtdhdriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/06lexhdriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/07declhdriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/08errorhdriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/09resoldriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/10dochdriver": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/11sax1multiclass": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/12sax2multiclass": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/13handlerswitch": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/14downstreamswitch": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/15parentswitch": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/16gethandlers": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-base-perl.t/release-pod-syntax": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/libxml-sax-base-perl/ptest\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/13handlerswitch\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nPASS: t/02simplefilter\n1..4\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nPASS: t/08errorhdriver\n1..16\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/11sax1multiclass\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/09resoldriver\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/14downstreamswitch\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/15parentswitch\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nPASS: t/00basic\n1..7\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nPASS: t/05dtdhdriver\n1..12\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nPASS: t/04chfilter\n1..0 # SKIP these tests are for release candidate testing\n1..0 # SKIP these tests are for release candidate testing\nSKIP: t/release-pod-syntax\n1..8\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nPASS: t/06lexhdriver\n1..14\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nPASS: t/01exception\n1..10\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nPASS: t/10dochdriver\n1..12\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nPASS: t/03chdriver\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/16gethandlers\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nPASS: t/01simpledriver\n1..33\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nPASS: t/12sax2multiclass\n1..5\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/07declhdriver\nDURATION: 0\nEND: /usr/lib/libxml-sax-base-perl/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml-sax-base-perl": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/13handlerswitch\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nPASS: t/02simplefilter\n1..4\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nPASS: t/08errorhdriver\n1..16\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/11sax1multiclass\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/09resoldriver\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/14downstreamswitch\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/15parentswitch\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nPASS: t/00basic\n1..7\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nPASS: t/05dtdhdriver\n1..12\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nPASS: t/04chfilter\n1..0 # SKIP these tests are for release candidate testing\n1..0 # SKIP these tests are for release candidate testing\nSKIP: t/release-pod-syntax\n1..8\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nPASS: t/06lexhdriver\n1..14\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nPASS: t/01exception\n1..10\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nPASS: t/10dochdriver\n1..12\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nPASS: t/03chdriver\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/16gethandlers\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nPASS: t/01simpledriver\n1..33\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nok 33\nPASS: t/12sax2multiclass\n1..5\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:59 2025\n# Current time GMT:   Mon Jun 16 11:39:59 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/07declhdriver\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5202035903930664,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml-sax-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml-sax-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0023479461669921875,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1503865718841553,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.025943756103515625,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 1.1326267719268799,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002165079116821289,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml-sax-perl.t/00basic": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/01known": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/10xmldecl1": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/11xmldecl2": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/12miscstart": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/13int_ent": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/14encoding": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/15element": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/16large": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/19pi": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/20factory": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/21saxini": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/30parse_file": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/40cdata": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/42entities": {
    "status": "PASSED"
   },
   "ptestresult.libxml-sax-perl.t/99cleanup": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/libxml-sax-perl/ptest\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nparsed 80085 bytes in 0 seconds\nok 3\nPASS: t/16large\n1..16\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/20factory\n1..6\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nPASS: t/12miscstart\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/13int_ent\n1..8\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 1\nok 2\nok 3\nok 4\nok 5\nUnable to provide SAX.ini required features. Using fallback\nok 6\nok 7\nok 8\nPASS: t/21saxini\n1..9\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nPASS: t/14encoding\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/19pi\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/00basic\n1..4\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nPASS: t/42entities\n1..5\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/10xmldecl1\n1..10\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nXML Declaration lacks required version attribute, or version attribute does not match XML specification [Ln: 1, Col: 6]\nok 5\nok 6\nok 7\nok 8\nOnly XML version 1.0 supported. Saw: '2.0' [Ln: 1, Col: 19]\nok 9\nok 10\nPASS: t/11xmldecl2\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nnot ok 1\n# Test 1 got: \"0\" (t/99cleanup.t at line 4)\n#   Expected: \"1\" (delete ParserDetails.ini)\n#  t/99cleanup.t line 4 is: ok(unlink(\nPASS: t/99cleanup\n1..4\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nPASS: t/40cdata\n1..32\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:54 2025\n# Current time GMT:   Mon Jun 16 11:39:54 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nPASS: t/15element\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:54 2025\n# Current time GMT:   Mon Jun 16 11:39:54 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/01known\n1..5\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:54 2025\n# Current time GMT:   Mon Jun 16 11:39:54 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/30parse_file\nDURATION: 1\nEND: /usr/lib/libxml-sax-perl/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml-sax-perl": {
     "duration": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nparsed 80085 bytes in 0 seconds\nok 3\nPASS: t/16large\n1..16\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nPASS: t/20factory\n1..6\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nPASS: t/12miscstart\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/13int_ent\n1..8\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 1\nok 2\nok 3\nok 4\nok 5\nUnable to provide SAX.ini required features. Using fallback\nok 6\nok 7\nok 8\nPASS: t/21saxini\n1..9\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nPASS: t/14encoding\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/19pi\n1..2\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nPASS: t/00basic\n1..4\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nPASS: t/42entities\n1..5\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/10xmldecl1\n1..10\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nXML Declaration lacks required version attribute, or version attribute does not match XML specification [Ln: 1, Col: 6]\nok 5\nok 6\nok 7\nok 8\nOnly XML version 1.0 supported. Saw: '2.0' [Ln: 1, Col: 19]\nok 9\nok 10\nPASS: t/11xmldecl2\n1..1\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nnot ok 1\n# Test 1 got: \"0\" (t/99cleanup.t at line 4)\n#   Expected: \"1\" (delete ParserDetails.ini)\n#  t/99cleanup.t line 4 is: ok(unlink(\nPASS: t/99cleanup\n1..4\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:53 2025\n# Current time GMT:   Mon Jun 16 11:39:53 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nPASS: t/40cdata\n1..32\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:54 2025\n# Current time GMT:   Mon Jun 16 11:39:54 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nok 6\nok 7\nok 8\nok 9\nok 10\nok 11\nok 12\nok 13\nok 14\nok 15\nok 16\nok 17\nok 18\nok 19\nok 20\nok 21\nok 22\nok 23\nok 24\nok 25\nok 26\nok 27\nok 28\nok 29\nok 30\nok 31\nok 32\nPASS: t/15element\n1..3\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:54 2025\n# Current time GMT:   Mon Jun 16 11:39:54 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nPASS: t/01known\n1..5\n# Running under perl version 5.040002 for linux\n# Current time local: Mon Jun 16 11:39:54 2025\n# Current time GMT:   Mon Jun 16 11:39:54 2025\n# Using Test.pm version 1.31\nok 1\nok 2\nok 3\nok 4\nok 5\nPASS: t/30parse_file\nDURATION: 1\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5174570083618164,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml-simple-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml-simple-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008311271667480469,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.148888111114502,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.027335643768310547,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 11.718557834625244,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0017056465148925781,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml-simple-perl.t/0_Config": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/1_XMLin": {
    "status": "SKIPPED"
   },
   "ptestresult.libxml-simple-perl.t/2_XMLout": {
    "status": "SKIPPED"
   },
   "ptestresult.libxml-simple-perl.t/3_Storable": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/4_MemShare": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/5_MemCopy": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/6_ObjIntf": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/7_SaxStuff": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/8_Namespaces": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/9_Strict": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/A_XMLParser": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/B_Hooks": {
    "status": "SKIPPED"
   },
   "ptestresult.libxml-simple-perl.t/C_External_Entities": {
    "status": "PASSED"
   },
   "ptestresult.libxml-simple-perl.t/author-pod-syntax": {
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/libxml-simple-perl/ptest\n1..2\nok 1 - External entity not retrieved\nok 2 - External entity left as URL\nPASS: t/C_External_Entities\n1..8\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 1 - qnames are not expanded by default\nok 2 - qnames are expanded on request\nok 3 - clarkian names not converted to qnames on output by default\nok 4 - clarkian names are converted to qnames on output on request\nok 5 - expansion of default namespace works\nok 6 - default namespaces are output correctly too\nok 7 - namespace prefixes are generated automatically (part 1)\nok 8 - namespace prefixes are generated automatically (part 2)\nPASS: t/8_Namespaces\n1..7\nok 1 - copied source XML file\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - parsed expected data through the cache\nok 3 - deleted the source XML file\nok 4 - got what we expected from the cache\nok 5 - even though the source XML file is empty\nok 6 - parsed expected data through cache\nok 7 - cache not modified\nPASS: t/5_MemCopy\n1..0 # SKIP these tests are for testing by the author\n1..0 # SKIP these tests are for testing by the author\nSKIP: t/author-pod-syntax\n1..8\nok 1 - copied known good source file\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - parsed expected data from file\nok 3 - deleted the XML source file\nok 4 - and recreated it (empty)\nok 5 - got expected values from the cache\nok 6 - even though the XML file is empty\nok 7 - parsed new data through cache\nok 8 - cache was modified\nPASS: t/4_MemShare\n1..12\nok 1 - use XML::Simple;\nok 2 # skip Tie::IxHash not installed\nok 3 # skip Tie::IxHash not installed\nok 4 # skip Tie::IxHash not installed\nok 5 - 'object of class ElbarotsXS' isa 'XML::Simple'\nok 6 - default storable cache filename looks good\nok 7 - overridden storable cache filename looks good\nok 8 - overridden cache file does not exist before parse\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 9 - overridden cache file does exist after parse\nok 10 - bad cache scheme was rejected\nok 11 - custom cache scheme was not rejected\nok 12 - custom cache reading method delivered the goods\nok 2 # skip Tie::IxHash not installed\nok 3 # skip Tie::IxHash not installed\nok 4 # skip Tie::IxHash not installed\nSKIP: t/B_Hooks\n1..201\nok 1 - call with no args proves fatal\nok 2 - with correct error message\nok 3 - XMLout did not crash\nok 4 - and it returned an XML string\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 5 - which parses back OK\nok 6 - encoded a hash\nok 7 - first key encoded OK\nok 8 - second key encoded OK\nok 9 - third key encoded OK\nok 10 - no other attributes encoded\nok 11 - encoded a hash with nested array\nok 12 - array elements encoded in correct order\nok 13 - no other spurious encodings\nok 14 - encoded nested hashes\nok 15 - nested hash 1 ok\nok 16 - nested hash 2 ok\nok 17 - whole OK\nok 18 - encoded anonymous array\nok 19 - output matches expectations\nok 20 - encoded nested anonymous arrays\nok 21 - output matches expectations\nok 22 - encoded hash of hashes with folding disabled\nok 23 - nested hash 1 ok\nok 24 - nested hash 2 ok\nok 25 - nested hash 3 ok\nok 26 - container hash ok\nok 27 - document ok\nok 28 - encoded hash of hashes with explicit folding enabled\nok 29 - output as expected\nok 30 - still works when keyattr is scalar\nok 31 - still works when keyattr is hash\nok 32 - still works when keyattr is hash with leading '+'\nok 33 - still works when keyattr is hash with leading '-'\nok 34 - encoded hash of hashes with default folding enabled\nok 35 - expected output with default keyattr\nok 36 - single nested hash unfolded\nok 37 - attr 1 ok\nok 38 - attr 2 ok\nok 39 - element ok\nok 40 - document ok\nok 41 - generated doc with XML declaration\nok 42 - XML declaration OK\nok 43 - data OK too\nok 44 - generated doc with custom XML declaration\nok 45 - XML declaration OK\nok 46 - data OK too\nok 47 - generated document with escaping\nok 48 - angle brackets escaped OK\nok 49 - double quotes escaped OK\nok 50 - ampersands escaped OK\nok 51 - data OK too\nok 52 - generated unescaped angle brackets\nok 53 - generated unescaped double quotes\nok 54 - generated unescaped ampersands\nok 55 - data OK too\nok 56 - Unescaped scalar as expected too\nok 57 - caught circular data structure\nok 58 - with correct error message\nok 59 - repetitive (non-circular) data structure not fatal\nok 60 - and encodes as expected\nok 61 - caught blessed non array/hash reference in data structure\nok 62 - with correct error message\nok 63 - generated document with named root element\nok 64 - parsed it back correctly\nok 65 - XML as expected\nok 66 - same again but encoded a hash\nok 67 - first key encoded OK\nok 68 - second key encoded OK\nok 69 - third key encoded OK\nok 70 - XML looks OK\nok 71 - same again but with array in hash\nok 72 - array encoded in correct order\nok 73 - only expected root element left\nok 74 - same again but with nested hashes\nok 75 - hash 1 encoded OK\nok 76 - hash 2 encoded OK\nok 77 - document OK\nok 78 - same again but with nested anonymous array\nok 79 - document OK\nok 80 - encoded scalar with no root element\nok 81 - same again but with rootname = undef\nok 82 - generated doc with no root element from hash\nok 83 - first key encoded OK\nok 84 - second key encoded OK\nok 85 - third key encoded OK\nok 86 - document OK\nok 87 - generated docucment with no root element from nested hashes\nok 88 - first element OK\nok 89 - second element OK\nok 90 - third element OK\nok 91 - document OK\nok 92 - generated doc with no root name from array\nok 93 - document OK\nok 94 - caught attempt to specify searchpath on XMLout\nok 95 - with correct error message\nok 96 - caught attempt to specify odd number of option args\nok 97 - with correct error message\nok 98 - output file does not exist\nok 99 - created xml output file\nok 100 - Contents match expectations\nok 101\nok 102 - create XML output file via IO::File\nok 103 - Contents match expectations\nok 104 - original data not corrupted\nok 105 - skipped hashkeys with '-' prefix\nok 106 - generated document from complex nested hash with unfolding\nok 107 - element 1 attribute 1 OK\nok 108 - element 1 attribute 2 OK\nok 109 - element 1 attribute 3 OK\nok 110 - element 1.1 attribute 1 OK\nok 111 - element 1.1 attribute 2 OK\nok 112 - element 1.1 attribute 3 OK\nok 113 - elements 1 and 1.1 OK\nok 114 - element 2 attribute 1 OK\nok 115 - element 2 attribute 2 OK\nok 116 - element 2 attribute 3 OK\nok 117 - element 2.1 attribute 1 OK\nok 118 - element 2.1 attribute 2 OK\nok 119 - element 2.1 attribute 3 OK\nok 120 - element 2.1 OK\nok 121 - element 2.2 attribute 1 OK\nok 122 - element 2.2 attribute 2 OK\nok 123 - element 2.2 attribute 3 OK\nok 124 - element 2.2 OK\nok 125 - element 2.3 attribute 1 OK\nok 126 - element 2.3 attribute 2 OK\nok 127 - element 2.3 attribute 3 OK\nok 128 - element 2.3 OK\nok 129 - element 2 OK\nok 130 - document OK\nok 131 - nested empty hash OK\nok 132 - array OK\nok 133 - scalar OK\nok 134 - nesting OK\nok 135 - empty hash OK\nok 136 - document OK\nok 137 - caught warning re uninitialised value\nok 138 - undef maps to any empty attribute by default\nok 139 - no warning re uninitialised value if warnings off\nok 140 - undef still maps to any empty attribute\nok 141 - uninitialiased values successfully mapped to empty elements\nok 142 - uninitialiased values successfully skipped\nok 143 - uninitialiased value in array is empty element\nok 144 - uninitialiased value in array is skipped\nok 145 - keeproot works as expected\nok 146 - content keys mapped OK\nok 147 - even when name changed\nok 148 - even with \"-\" prefix\nok 149 - no warnings with suppress_empty => undef\nok 150 - undef does not cause content tags in output\nok 151 - generated document with no attributes\nok 152 - parses ok\nok 153 - scalar 1 mapped ok\nok 154 - scalar 2 mapped ok\nok 155 - array mapped ok\nok 156 - document OK\nok 157 - same again but with unfolding too\nok 158 - parsed OK\nok 159 - scalar 1.1 mapped OK\nok 160 - scalar 1.2 mapped OK\nok 161 - scalar 1.3 mapped OK\nok 162 - element 1 OK\nok 163 - scalar 2.1 mapped OK\nok 164 - scalar 2.1 mapped OK\nok 165 - scalar 2.1 mapped OK\nok 166 - element 2 OK\nok 167 - document OK\nok 168 - bad GroupTags value was caught\nok 169 - error message looks good\nok 170 - good GroupTags value caused no error\nok 171 - prefix OK\nok 172 - suffix OK\nok 173 - list OK\nok 174 - group OK\nok 175 - document OK\nok 176 - original ref is not messed with\nok 177 - list 1 OK\nok 178 - group 1 OK\nok 179 - list 2 OK\nok 180 - group 2 OK\nok 181 - document OK\nok 182 - item 1 OK\nok 183 - item 2 OK\nok 184 - group OK\nok 185 - document OK\nok 186 - Failed to unwrap/group stripped content - as expected\nok 187 - parses ok\nok 188 - NoIndent worked ok\nok 189 - parses ok\nok 190 - NoIndent worked ok with KeyAttr\nok 191 - AttrIndent seems to work\nok 192 - sorting by default key attribute works\nok 193 - sorting by specified key attributes works\nok 194 - sorting with no key attribute works\nok 195 # skip Tie::IxHash not installed\nok 196 - Correct attributes inserted when ValueAttr specified\nok 197 - No numeric escaping by default\nok 198 - No numeric escaping: explicit\nok 199 - Level 2 numeric escaping looks good\nok 200 - Level 1 numeric escaping looks good\nok 201 - large datastructure mapped to XML and back OK\nok 105 - skipped hashkeys with '-' prefix\nok 142 - uninitialiased values successfully skipped\nok 144 - uninitialiased value in array is skipped\nok 195 # skip Tie::IxHash not installed\nSKIP: t/2_XMLout\n1..14\nok 1 - Parsing caused warning (as expected)\nok 2 - Message contained expected text\nok 3 - Parsing was successful\nok 4 - Using ParserOpts caused warning (as expected)\nok 5 - Message contained expected text\nok 6 - Parsing was successful\nok 7 - ParserOpts warning uppressed successfully\nok 8 - Parsing was successful\nok 9 - No error when parsing\nok 10 - matches expectations (attributes)\nok 11 - XML::Parser didn't choke on named external file\nok 12 - and contents parsed as expected\nok 13 - XML::Parser didn't choke on an IO::File object\nok 14 - and it parsed the right file\nPASS: t/A_XMLParser\n1..1\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\n# \r# Package                        Version\n#  perl                           5.40.2\n#  XML::Simple                    2.25\n#  Storable                       3.32\n#  XML::Parser                    2.47\n#  XML::SAX                       1.02\n#  XML::NamespaceSupport          1.12\nok 1 - Dumped config\nPASS: t/0_Config\n1..132\nok 1 - Module compiled OK\n# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - XMLin() didn't crash\nok 3 - and it returned a value\nok 4 - and a hasref at that\nok 5 - matches expectations (attributes)\nok 6 - same again with nested elements\nok 7 - attributes in empty element\nok 8 - repeated child elements give arrays of scalars\nok 9 - nested element gives hash\nok 10 - repeated child elements give list of hashes\nok 11 - array folded on default key 'name'\nok 12 - not folded when keyattr turned off\nok 13 - still works when keyattr is empty hash\nok 14 - folded on default key 'key'\nok 15 - folded on default key 'id'\nok 16 - folded on non-default key 'xname'\nok 17 - same again but keyattr set with hash\nok 18 - keyattr as array with value in second position\nok 19 - keyattr as scalar\nok 20 - KeyAttr as scalar\nok 21 - key_attr as scalar\nok 22 - fold same array on two different keys\nok 23 - same again but with priority switch\nok 24 - folded on multi-key keyattr hash\nok 25 - same again but with '+' prefix to copy keys\nok 26 - did not fold on default key with non-scalar value\nok 27 - no warning issued\nok 28 - did not fold on specific key with non-scalar value\nok 29 - warning issued as expected\nok 30 - text in warning is correct\nok 31 - same again but with keyattr as array\nok 32 - warning issued as expected\nok 33 - text in warning is correct\nok 34 - did not fold on specific key with non-scalar value\nok 35 - no warning issued (as expected)\nok 36 - did not fold when element missing key attribute\nok 37 - expected warning issued\nok 38 - same again\nok 39 - but with no warning this time\nok 40 - folded elements despite non-unique key attribute\nok 41 - expected warning issued\nok 42 - same again but with keyattr as array\nok 43 - expected warning issued\nok 44 - same again\nok 45 - but with no warning this time\nok 46 - keeproot option works\nok 47 - CDATA section parsed correctly\nok 48 - CDATA section containing markup characters parsed correctly\nok 49 - XMLin didn't choke on named external file\nok 50 - and contents parsed as expected\nok 51 - XMLin didn't choke on un-named (default) external file\nok 52 - and contents parsed as expected\nok 53 - XMLin found file using searchpath\nok 54 - and contents parsed as expected\nok 55 - XMLin choked on nonexistant file\nok 56 - with the expected message\nok 57 - nonexistant file not found in current directory\nok 58 - with the expected message\nok 59 - search path ignored when pathname supplied\nok 60 - failed with expected message\nok 61 - XMLin didn't choke on an IO::File object\nok 62 - and it parsed the right file\nok 63 - XMLin didn't choke on STDIN ('-')\nok 64 - and data parsed correctly\nok 65 - anonymous arrays parsed correctly\nok 66 - anonymous arrays parsed correctly\nok 67 - top level anonymous array returned arrayref\nok 68 - nested anonymous arrays parsed correctly\nok 69 - 'content' key appears as expected\nok 70 - 'content' key successfully renamed to 'text'\nok 71 - 'content' key not munged by forcearray\nok 72 - gratuitous use of content key works as expected\nok 73 - even when we change it's name to 'text'\nok 74 - spurious content keys not eliminated after folding\nok 75 - spurious content keys not eliminated after folding\nok 76 - mixed content doesn't work - no surprises there\nok 77 - nested element rolls up to scalar\nok 78 - except when forcearray is enabled\nok 79 - array folding works with single nested hash\nok 80 - but not if forcearray is turned off\nok 81 - selective application of forcearray successful\nok 82 - forcearray using regex successful\nok 83 - forcearray using a single regex successful\nok 84 - attributes successfully skipped\nok 85 - noattr does not intefere with array folding\nok 86 - empty elements parse to hashrefs\nok 87 - or are suppressed\nok 88 - or parse to 'undef'\nok 89 - or parse to an empty string\nok 90 - empty document parses to undef\nok 91 - grouped tags parse normally\nok 92 - disintermediation of grouped tags works\nok 93 - disintermediation works with multiple groups\nok 94 - folding and ungrouping work together\nok 95 - folding, ungrouping and content stripping work together\nok 96 - folding without forcearray but with ungrouping fails as expected\nok 97 - folding with forcearray and ungrouping works\nok 98 - undefined variables are left untouched\nok 99 - substitution of pre-defined variables works\nok 100 - variables defined in XML work\nok 101 - variables defined in XML merged successfully with predefined vars\nok 102 - variables are expanded in later variable definitions\nok 103 - grouptags requires a hash\nok 104 - with correct error message\nok 105 - variables requires a hash\nok 106 - with correct error message\nok 107 - disintermediation using wrong child key - as expected\nok 108 - invalid options are trapped\nok 109 - with correct error message\nok 110 - invalid number of options are trapped\nok 111 - with correct error message\nok 112 - NS-1: folding OK\nok 113 - NS-2: space normalised in hash key\nok 114 - NS-3: space normalised in hash key\nok 115 - NS-4: space not normalised in hash value\nok 116 - NS-1a: folding OK\nok 117 - NS-2a: space normalised in hash key\nok 118 - NS-3a: space normalised in hash key\nok 119 - NS-4a: space not normalised in hash value\nok 120 - NS-5: folding OK\nok 121 - NS-6: space normalised in hash key\nok 122 - NS-7: space normalised in attribute value\nok 123 - NS-8: space normalised in hash key\nok 124 - NS-9: space normalised in element text content\nok 125 - NS-10: space normalised in anonymous array\nok 126 - NS-11: space normalized in anonymous array\nok 127 - Nothing special about 'value' attributes\nok 128 - ValueAttr as arrayref works\nok 129 - ValueAttr as arrayref works\nok 130 - ValueAttr as hashref works too\nok 131 - ValueAttr as hashref works too\nok 132 - successfully read an SRT config file\nok 84 - attributes successfully skipped\nSKIP: t/1_XMLin\n1..37\nok 1 - invalid number of options are trapped\nok 2 - with correct error message\nok 3 - 'object one' isa 'XML::Simple'\nok 4 - 'object two' isa 'XML::Simple'\nok 5 - 'object three' isa 'XML::Simple'\nok 6 - options hash was not corrupted\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 7 - parsed expected data via object 1\nok 8 - parsed expected data via object 2\nok 9 - parsed expected data via object 3\nok 10 - successfully merged options\nok 11 - defaults were not affected by merge\nok 12 - t1\nok 13 - t2\nok 14 - t3\nok 15 - t4\nok 16 - t5\nok 17 - t6\nok 18 - t7\nok 19 - t8\nok 20 - t9\nok 21 - t10\nok 22 - t11\nok 23 - t12\nok 24 - ttl\nok 25 - cddbid\nok 26 - id\nok 27 - artist\nok 28 - disc\nok 29 - database\nok 30 - XMLout() method call with no args proves fatal\nok 31 - with correct error message\nok 32 - inheritance works with build_tree() overridden\nok 33 - inheritance works with escape_value() overridden\nok 34 - variables from XML merged with predefined variables\nok 35 - variables from XML merged with predefined variables\nok 36 - unrecognised option caught by constructor\nok 37 - correct message in exception\nPASS: t/6_ObjIntf\n1..14\nok 1 - created source XML file\nok 2 - deleted old cache files\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 3 - parsed expected value from file\nok 4 - '$fh' isa 'IO::File'\nok 5 - parsed expected value from IO::File object\nok 6 - parsed expected value from string\nok 7 - parsed expected value from STDIN ('-')\nok 8 - XML::Simple as a SAX handler returned expected value\nok 9 - options passed to handler contructor work\nok 10 - driving a SAX pipeline with XML::Simple worked\nok 11 - 'handler' is a synonym for 'Handler'\nok 12 - 'DataHandler' option works\nok 13 - 'datahandler' is a synonym for 'DataHandler'\nok 14 - keeproot works with SAX pipelines\nPASS: t/7_SaxStuff\n1..23\nok 1 - copied known good source file\nok 2 - no cache files lying around\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 3 - parsed expected data from file\nok 4 - and no cache file was created\nok 5 - parsed expected data from file (again)\nok 6 - but this time a cache file was created\nok 7 - got expected data from cache\nok 8 - and cache timestamp has not changed\nok 9 - parsed in expected value again\nok 10 - and this time the cache timestamp has changed\nok 11 - deleted the source file\nok 12 - recreated the source file\nok 13 - but with nothing in it\nok 14 - got the expected data from the cache\nok 15 - parsed in expected data from file\nok 16 - and the cache file was not touched\nok 17 - parsed expected data through cache\nok 18 - and the cache was updated\nok 19 - copied back the original file\nok 20 - parsed expected data in through cache\nok 21 - scheme name is case-insensitive\nok 22 - bad cache scheme names are trapped\nok 23 - with correct error message\nPASS: t/3_Storable\n1..44\nok 1 - XML::Simple loads ok with qw(:strict)\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - XMLin() did not fail\nok 3 - and managed to produce the expected results\nok 4 - omitting forcearray was a fatal error\nok 5 - with the correct error message\nok 6 - omitting keyattr was a fatal error\nok 7 - with the correct error message\nok 8 - omitting forcearray for elements in keyattr was a fatal error\nok 9 - with the correct error message\nok 10 - omitting keyattr elements from forcearray was a fatal error\nok 11 - with the correct error message\nok 12 - key attribute missing from names element was a fatal error\nok 13 - with the correct error message\nok 14 - non-unique key attribute values was a fatal error\nok 15 - with the correct error message\nok 16 - key attribute not a scalar was a fatal error\nok 17 - with the correct error message\nok 18 - XMLout() did not fail\nok 19 - and managed to produce the expected results\nok 20 - omitting keyattr was a fatal error\nok 21 - with the correct error message\nok 22 - omitting forcearray was not a fatal error on output\nok 23 - $xs->XMLin() did not fail\nok 24 - and managed to produce the expected results\nok 25 - omitting forcearray was a fatal error\nok 26 - with the correct error message\nok 27 - omitting keyattr was a fatal error\nok 28 - with the correct error message\nok 29 - omitting forcearray for elements in keyattr was a fatal error\nok 30 - with the correct error message\nok 31 - omitting keyattr elements from forcearray was a fatal error\nok 32 - with the correct error message\nok 33 - key attribute missing from names element was a fatal error\nok 34 - with the correct error message\nok 35 - key attribute not a scalar was a fatal error\nok 36 - with the correct error message\nok 37 - XMLout() did not fail\nok 38 - and managed to produce the expected results\nok 39 - omitting keyattr was a fatal error\nok 40 - with the correct error message\nok 41 - other namespaces do not have strict mode forced upon them\nok 42 - other namespaces do not have strict mode forced upon them\nok 43 - with the correct error message\nok 44 - other namespaces do not have strict mode forced upon them\nPASS: t/9_Strict\nDURATION: 11\nEND: /usr/lib/libxml-simple-perl/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml-simple-perl": {
     "duration": "11",
     "log": "START: ptest-runner\n2025-06-16T11:39\n1..2\nok 1 - External entity not retrieved\nok 2 - External entity left as URL\nPASS: t/C_External_Entities\n1..8\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 1 - qnames are not expanded by default\nok 2 - qnames are expanded on request\nok 3 - clarkian names not converted to qnames on output by default\nok 4 - clarkian names are converted to qnames on output on request\nok 5 - expansion of default namespace works\nok 6 - default namespaces are output correctly too\nok 7 - namespace prefixes are generated automatically (part 1)\nok 8 - namespace prefixes are generated automatically (part 2)\nPASS: t/8_Namespaces\n1..7\nok 1 - copied source XML file\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - parsed expected data through the cache\nok 3 - deleted the source XML file\nok 4 - got what we expected from the cache\nok 5 - even though the source XML file is empty\nok 6 - parsed expected data through cache\nok 7 - cache not modified\nPASS: t/5_MemCopy\n1..0 # SKIP these tests are for testing by the author\n1..0 # SKIP these tests are for testing by the author\nSKIP: t/author-pod-syntax\n1..8\nok 1 - copied known good source file\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - parsed expected data from file\nok 3 - deleted the XML source file\nok 4 - and recreated it (empty)\nok 5 - got expected values from the cache\nok 6 - even though the XML file is empty\nok 7 - parsed new data through cache\nok 8 - cache was modified\nPASS: t/4_MemShare\n1..12\nok 1 - use XML::Simple;\nok 2 # skip Tie::IxHash not installed\nok 3 # skip Tie::IxHash not installed\nok 4 # skip Tie::IxHash not installed\nok 5 - 'object of class ElbarotsXS' isa 'XML::Simple'\nok 6 - default storable cache filename looks good\nok 7 - overridden storable cache filename looks good\nok 8 - overridden cache file does not exist before parse\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 9 - overridden cache file does exist after parse\nok 10 - bad cache scheme was rejected\nok 11 - custom cache scheme was not rejected\nok 12 - custom cache reading method delivered the goods\nok 2 # skip Tie::IxHash not installed\nok 3 # skip Tie::IxHash not installed\nok 4 # skip Tie::IxHash not installed\nSKIP: t/B_Hooks\n1..201\nok 1 - call with no args proves fatal\nok 2 - with correct error message\nok 3 - XMLout did not crash\nok 4 - and it returned an XML string\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 5 - which parses back OK\nok 6 - encoded a hash\nok 7 - first key encoded OK\nok 8 - second key encoded OK\nok 9 - third key encoded OK\nok 10 - no other attributes encoded\nok 11 - encoded a hash with nested array\nok 12 - array elements encoded in correct order\nok 13 - no other spurious encodings\nok 14 - encoded nested hashes\nok 15 - nested hash 1 ok\nok 16 - nested hash 2 ok\nok 17 - whole OK\nok 18 - encoded anonymous array\nok 19 - output matches expectations\nok 20 - encoded nested anonymous arrays\nok 21 - output matches expectations\nok 22 - encoded hash of hashes with folding disabled\nok 23 - nested hash 1 ok\nok 24 - nested hash 2 ok\nok 25 - nested hash 3 ok\nok 26 - container hash ok\nok 27 - document ok\nok 28 - encoded hash of hashes with explicit folding enabled\nok 29 - output as expected\nok 30 - still works when keyattr is scalar\nok 31 - still works when keyattr is hash\nok 32 - still works when keyattr is hash with leading '+'\nok 33 - still works when keyattr is hash with leading '-'\nok 34 - encoded hash of hashes with default folding enabled\nok 35 - expected output with default keyattr\nok 36 - single nested hash unfolded\nok 37 - attr 1 ok\nok 38 - attr 2 ok\nok 39 - element ok\nok 40 - document ok\nok 41 - generated doc with XML declaration\nok 42 - XML declaration OK\nok 43 - data OK too\nok 44 - generated doc with custom XML declaration\nok 45 - XML declaration OK\nok 46 - data OK too\nok 47 - generated document with escaping\nok 48 - angle brackets escaped OK\nok 49 - double quotes escaped OK\nok 50 - ampersands escaped OK\nok 51 - data OK too\nok 52 - generated unescaped angle brackets\nok 53 - generated unescaped double quotes\nok 54 - generated unescaped ampersands\nok 55 - data OK too\nok 56 - Unescaped scalar as expected too\nok 57 - caught circular data structure\nok 58 - with correct error message\nok 59 - repetitive (non-circular) data structure not fatal\nok 60 - and encodes as expected\nok 61 - caught blessed non array/hash reference in data structure\nok 62 - with correct error message\nok 63 - generated document with named root element\nok 64 - parsed it back correctly\nok 65 - XML as expected\nok 66 - same again but encoded a hash\nok 67 - first key encoded OK\nok 68 - second key encoded OK\nok 69 - third key encoded OK\nok 70 - XML looks OK\nok 71 - same again but with array in hash\nok 72 - array encoded in correct order\nok 73 - only expected root element left\nok 74 - same again but with nested hashes\nok 75 - hash 1 encoded OK\nok 76 - hash 2 encoded OK\nok 77 - document OK\nok 78 - same again but with nested anonymous array\nok 79 - document OK\nok 80 - encoded scalar with no root element\nok 81 - same again but with rootname = undef\nok 82 - generated doc with no root element from hash\nok 83 - first key encoded OK\nok 84 - second key encoded OK\nok 85 - third key encoded OK\nok 86 - document OK\nok 87 - generated docucment with no root element from nested hashes\nok 88 - first element OK\nok 89 - second element OK\nok 90 - third element OK\nok 91 - document OK\nok 92 - generated doc with no root name from array\nok 93 - document OK\nok 94 - caught attempt to specify searchpath on XMLout\nok 95 - with correct error message\nok 96 - caught attempt to specify odd number of option args\nok 97 - with correct error message\nok 98 - output file does not exist\nok 99 - created xml output file\nok 100 - Contents match expectations\nok 101\nok 102 - create XML output file via IO::File\nok 103 - Contents match expectations\nok 104 - original data not corrupted\nok 105 - skipped hashkeys with '-' prefix\nok 106 - generated document from complex nested hash with unfolding\nok 107 - element 1 attribute 1 OK\nok 108 - element 1 attribute 2 OK\nok 109 - element 1 attribute 3 OK\nok 110 - element 1.1 attribute 1 OK\nok 111 - element 1.1 attribute 2 OK\nok 112 - element 1.1 attribute 3 OK\nok 113 - elements 1 and 1.1 OK\nok 114 - element 2 attribute 1 OK\nok 115 - element 2 attribute 2 OK\nok 116 - element 2 attribute 3 OK\nok 117 - element 2.1 attribute 1 OK\nok 118 - element 2.1 attribute 2 OK\nok 119 - element 2.1 attribute 3 OK\nok 120 - element 2.1 OK\nok 121 - element 2.2 attribute 1 OK\nok 122 - element 2.2 attribute 2 OK\nok 123 - element 2.2 attribute 3 OK\nok 124 - element 2.2 OK\nok 125 - element 2.3 attribute 1 OK\nok 126 - element 2.3 attribute 2 OK\nok 127 - element 2.3 attribute 3 OK\nok 128 - element 2.3 OK\nok 129 - element 2 OK\nok 130 - document OK\nok 131 - nested empty hash OK\nok 132 - array OK\nok 133 - scalar OK\nok 134 - nesting OK\nok 135 - empty hash OK\nok 136 - document OK\nok 137 - caught warning re uninitialised value\nok 138 - undef maps to any empty attribute by default\nok 139 - no warning re uninitialised value if warnings off\nok 140 - undef still maps to any empty attribute\nok 141 - uninitialiased values successfully mapped to empty elements\nok 142 - uninitialiased values successfully skipped\nok 143 - uninitialiased value in array is empty element\nok 144 - uninitialiased value in array is skipped\nok 145 - keeproot works as expected\nok 146 - content keys mapped OK\nok 147 - even when name changed\nok 148 - even with \"-\" prefix\nok 149 - no warnings with suppress_empty => undef\nok 150 - undef does not cause content tags in output\nok 151 - generated document with no attributes\nok 152 - parses ok\nok 153 - scalar 1 mapped ok\nok 154 - scalar 2 mapped ok\nok 155 - array mapped ok\nok 156 - document OK\nok 157 - same again but with unfolding too\nok 158 - parsed OK\nok 159 - scalar 1.1 mapped OK\nok 160 - scalar 1.2 mapped OK\nok 161 - scalar 1.3 mapped OK\nok 162 - element 1 OK\nok 163 - scalar 2.1 mapped OK\nok 164 - scalar 2.1 mapped OK\nok 165 - scalar 2.1 mapped OK\nok 166 - element 2 OK\nok 167 - document OK\nok 168 - bad GroupTags value was caught\nok 169 - error message looks good\nok 170 - good GroupTags value caused no error\nok 171 - prefix OK\nok 172 - suffix OK\nok 173 - list OK\nok 174 - group OK\nok 175 - document OK\nok 176 - original ref is not messed with\nok 177 - list 1 OK\nok 178 - group 1 OK\nok 179 - list 2 OK\nok 180 - group 2 OK\nok 181 - document OK\nok 182 - item 1 OK\nok 183 - item 2 OK\nok 184 - group OK\nok 185 - document OK\nok 186 - Failed to unwrap/group stripped content - as expected\nok 187 - parses ok\nok 188 - NoIndent worked ok\nok 189 - parses ok\nok 190 - NoIndent worked ok with KeyAttr\nok 191 - AttrIndent seems to work\nok 192 - sorting by default key attribute works\nok 193 - sorting by specified key attributes works\nok 194 - sorting with no key attribute works\nok 195 # skip Tie::IxHash not installed\nok 196 - Correct attributes inserted when ValueAttr specified\nok 197 - No numeric escaping by default\nok 198 - No numeric escaping: explicit\nok 199 - Level 2 numeric escaping looks good\nok 200 - Level 1 numeric escaping looks good\nok 201 - large datastructure mapped to XML and back OK\nok 105 - skipped hashkeys with '-' prefix\nok 142 - uninitialiased values successfully skipped\nok 144 - uninitialiased value in array is skipped\nok 195 # skip Tie::IxHash not installed\nSKIP: t/2_XMLout\n1..14\nok 1 - Parsing caused warning (as expected)\nok 2 - Message contained expected text\nok 3 - Parsing was successful\nok 4 - Using ParserOpts caused warning (as expected)\nok 5 - Message contained expected text\nok 6 - Parsing was successful\nok 7 - ParserOpts warning uppressed successfully\nok 8 - Parsing was successful\nok 9 - No error when parsing\nok 10 - matches expectations (attributes)\nok 11 - XML::Parser didn't choke on named external file\nok 12 - and contents parsed as expected\nok 13 - XML::Parser didn't choke on an IO::File object\nok 14 - and it parsed the right file\nPASS: t/A_XMLParser\n1..1\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\n# \n# Package                        Version\n#  perl                           5.40.2\n#  XML::Simple                    2.25\n#  Storable                       3.32\n#  XML::Parser                    2.47\n#  XML::SAX                       1.02\n#  XML::NamespaceSupport          1.12\nok 1 - Dumped config\nPASS: t/0_Config\n1..132\nok 1 - Module compiled OK\n# Warning: XML::Simple::VERSION = 2.25 (Changes version: unknown)\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - XMLin() didn't crash\nok 3 - and it returned a value\nok 4 - and a hasref at that\nok 5 - matches expectations (attributes)\nok 6 - same again with nested elements\nok 7 - attributes in empty element\nok 8 - repeated child elements give arrays of scalars\nok 9 - nested element gives hash\nok 10 - repeated child elements give list of hashes\nok 11 - array folded on default key 'name'\nok 12 - not folded when keyattr turned off\nok 13 - still works when keyattr is empty hash\nok 14 - folded on default key 'key'\nok 15 - folded on default key 'id'\nok 16 - folded on non-default key 'xname'\nok 17 - same again but keyattr set with hash\nok 18 - keyattr as array with value in second position\nok 19 - keyattr as scalar\nok 20 - KeyAttr as scalar\nok 21 - key_attr as scalar\nok 22 - fold same array on two different keys\nok 23 - same again but with priority switch\nok 24 - folded on multi-key keyattr hash\nok 25 - same again but with '+' prefix to copy keys\nok 26 - did not fold on default key with non-scalar value\nok 27 - no warning issued\nok 28 - did not fold on specific key with non-scalar value\nok 29 - warning issued as expected\nok 30 - text in warning is correct\nok 31 - same again but with keyattr as array\nok 32 - warning issued as expected\nok 33 - text in warning is correct\nok 34 - did not fold on specific key with non-scalar value\nok 35 - no warning issued (as expected)\nok 36 - did not fold when element missing key attribute\nok 37 - expected warning issued\nok 38 - same again\nok 39 - but with no warning this time\nok 40 - folded elements despite non-unique key attribute\nok 41 - expected warning issued\nok 42 - same again but with keyattr as array\nok 43 - expected warning issued\nok 44 - same again\nok 45 - but with no warning this time\nok 46 - keeproot option works\nok 47 - CDATA section parsed correctly\nok 48 - CDATA section containing markup characters parsed correctly\nok 49 - XMLin didn't choke on named external file\nok 50 - and contents parsed as expected\nok 51 - XMLin didn't choke on un-named (default) external file\nok 52 - and contents parsed as expected\nok 53 - XMLin found file using searchpath\nok 54 - and contents parsed as expected\nok 55 - XMLin choked on nonexistant file\nok 56 - with the expected message\nok 57 - nonexistant file not found in current directory\nok 58 - with the expected message\nok 59 - search path ignored when pathname supplied\nok 60 - failed with expected message\nok 61 - XMLin didn't choke on an IO::File object\nok 62 - and it parsed the right file\nok 63 - XMLin didn't choke on STDIN ('-')\nok 64 - and data parsed correctly\nok 65 - anonymous arrays parsed correctly\nok 66 - anonymous arrays parsed correctly\nok 67 - top level anonymous array returned arrayref\nok 68 - nested anonymous arrays parsed correctly\nok 69 - 'content' key appears as expected\nok 70 - 'content' key successfully renamed to 'text'\nok 71 - 'content' key not munged by forcearray\nok 72 - gratuitous use of content key works as expected\nok 73 - even when we change it's name to 'text'\nok 74 - spurious content keys not eliminated after folding\nok 75 - spurious content keys not eliminated after folding\nok 76 - mixed content doesn't work - no surprises there\nok 77 - nested element rolls up to scalar\nok 78 - except when forcearray is enabled\nok 79 - array folding works with single nested hash\nok 80 - but not if forcearray is turned off\nok 81 - selective application of forcearray successful\nok 82 - forcearray using regex successful\nok 83 - forcearray using a single regex successful\nok 84 - attributes successfully skipped\nok 85 - noattr does not intefere with array folding\nok 86 - empty elements parse to hashrefs\nok 87 - or are suppressed\nok 88 - or parse to 'undef'\nok 89 - or parse to an empty string\nok 90 - empty document parses to undef\nok 91 - grouped tags parse normally\nok 92 - disintermediation of grouped tags works\nok 93 - disintermediation works with multiple groups\nok 94 - folding and ungrouping work together\nok 95 - folding, ungrouping and content stripping work together\nok 96 - folding without forcearray but with ungrouping fails as expected\nok 97 - folding with forcearray and ungrouping works\nok 98 - undefined variables are left untouched\nok 99 - substitution of pre-defined variables works\nok 100 - variables defined in XML work\nok 101 - variables defined in XML merged successfully with predefined vars\nok 102 - variables are expanded in later variable definitions\nok 103 - grouptags requires a hash\nok 104 - with correct error message\nok 105 - variables requires a hash\nok 106 - with correct error message\nok 107 - disintermediation using wrong child key - as expected\nok 108 - invalid options are trapped\nok 109 - with correct error message\nok 110 - invalid number of options are trapped\nok 111 - with correct error message\nok 112 - NS-1: folding OK\nok 113 - NS-2: space normalised in hash key\nok 114 - NS-3: space normalised in hash key\nok 115 - NS-4: space not normalised in hash value\nok 116 - NS-1a: folding OK\nok 117 - NS-2a: space normalised in hash key\nok 118 - NS-3a: space normalised in hash key\nok 119 - NS-4a: space not normalised in hash value\nok 120 - NS-5: folding OK\nok 121 - NS-6: space normalised in hash key\nok 122 - NS-7: space normalised in attribute value\nok 123 - NS-8: space normalised in hash key\nok 124 - NS-9: space normalised in element text content\nok 125 - NS-10: space normalised in anonymous array\nok 126 - NS-11: space normalized in anonymous array\nok 127 - Nothing special about 'value' attributes\nok 128 - ValueAttr as arrayref works\nok 129 - ValueAttr as arrayref works\nok 130 - ValueAttr as hashref works too\nok 131 - ValueAttr as hashref works too\nok 132 - successfully read an SRT config file\nok 84 - attributes successfully skipped\nSKIP: t/1_XMLin\n1..37\nok 1 - invalid number of options are trapped\nok 2 - with correct error message\nok 3 - 'object one' isa 'XML::Simple'\nok 4 - 'object two' isa 'XML::Simple'\nok 5 - 'object three' isa 'XML::Simple'\nok 6 - options hash was not corrupted\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 7 - parsed expected data via object 1\nok 8 - parsed expected data via object 2\nok 9 - parsed expected data via object 3\nok 10 - successfully merged options\nok 11 - defaults were not affected by merge\nok 12 - t1\nok 13 - t2\nok 14 - t3\nok 15 - t4\nok 16 - t5\nok 17 - t6\nok 18 - t7\nok 19 - t8\nok 20 - t9\nok 21 - t10\nok 22 - t11\nok 23 - t12\nok 24 - ttl\nok 25 - cddbid\nok 26 - id\nok 27 - artist\nok 28 - disc\nok 29 - database\nok 30 - XMLout() method call with no args proves fatal\nok 31 - with correct error message\nok 32 - inheritance works with build_tree() overridden\nok 33 - inheritance works with escape_value() overridden\nok 34 - variables from XML merged with predefined variables\nok 35 - variables from XML merged with predefined variables\nok 36 - unrecognised option caught by constructor\nok 37 - correct message in exception\nPASS: t/6_ObjIntf\n1..14\nok 1 - created source XML file\nok 2 - deleted old cache files\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 3 - parsed expected value from file\nok 4 - '$fh' isa 'IO::File'\nok 5 - parsed expected value from IO::File object\nok 6 - parsed expected value from string\nok 7 - parsed expected value from STDIN ('-')\nok 8 - XML::Simple as a SAX handler returned expected value\nok 9 - options passed to handler contructor work\nok 10 - driving a SAX pipeline with XML::Simple worked\nok 11 - 'handler' is a synonym for 'Handler'\nok 12 - 'DataHandler' option works\nok 13 - 'datahandler' is a synonym for 'DataHandler'\nok 14 - keeproot works with SAX pipelines\nPASS: t/7_SaxStuff\n1..23\nok 1 - copied known good source file\nok 2 - no cache files lying around\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 3 - parsed expected data from file\nok 4 - and no cache file was created\nok 5 - parsed expected data from file (again)\nok 6 - but this time a cache file was created\nok 7 - got expected data from cache\nok 8 - and cache timestamp has not changed\nok 9 - parsed in expected value again\nok 10 - and this time the cache timestamp has changed\nok 11 - deleted the source file\nok 12 - recreated the source file\nok 13 - but with nothing in it\nok 14 - got the expected data from the cache\nok 15 - parsed in expected data from file\nok 16 - and the cache file was not touched\nok 17 - parsed expected data through cache\nok 18 - and the cache was updated\nok 19 - copied back the original file\nok 20 - parsed expected data in through cache\nok 21 - scheme name is case-insensitive\nok 22 - bad cache scheme names are trapped\nok 23 - with correct error message\nPASS: t/3_Storable\n1..44\nok 1 - XML::Simple loads ok with qw(:strict)\ncould not find ParserDetails.ini in /usr/lib/perl5/vendor_perl/5.40.2/XML/SAX\nok 2 - XMLin() did not fail\nok 3 - and managed to produce the expected results\nok 4 - omitting forcearray was a fatal error\nok 5 - with the correct error message\nok 6 - omitting keyattr was a fatal error\nok 7 - with the correct error message\nok 8 - omitting forcearray for elements in keyattr was a fatal error\nok 9 - with the correct error message\nok 10 - omitting keyattr elements from forcearray was a fatal error\nok 11 - with the correct error message\nok 12 - key attribute missing from names element was a fatal error\nok 13 - with the correct error message\nok 14 - non-unique key attribute values was a fatal error\nok 15 - with the correct error message\nok 16 - key attribute not a scalar was a fatal error\nok 17 - with the correct error message\nok 18 - XMLout() did not fail\nok 19 - and managed to produce the expected results\nok 20 - omitting keyattr was a fatal error\nok 21 - with the correct error message\nok 22 - omitting forcearray was not a fatal error on output\nok 23 - $xs->XMLin() did not fail\nok 24 - and managed to produce the expected results\nok 25 - omitting forcearray was a fatal error\nok 26 - with the correct error message\nok 27 - omitting keyattr was a fatal error\nok 28 - with the correct error message\nok 29 - omitting forcearray for elements in keyattr was a fatal error\nok 30 - with the correct error message\nok 31 - omitting keyattr elements from forcearray was a fatal error\nok 32 - with the correct error message\nok 33 - key attribute missing from names element was a fatal error\nok 34 - with the correct error message\nok 35 - key attribute not a scalar was a fatal error\nok 36 - with the correct error message\nok 37 - XMLout() did not fail\nok 38 - and managed to produce the expected results\nok 39 - omitting keyattr was a fatal error\nok 40 - with the correct error message\nok 41 - other namespaces do not have strict mode forced upon them\nok 42 - other namespaces do not have strict mode forced upon them\nok 43 - with the correct error message\nok 44 - other namespaces do not have strict mode forced upon them\nPASS: t/9_Strict\nDURATION: 11\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5175559520721436,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxml2_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxml2",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0017864704132080078,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1808881759643555,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.04131722450256348,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 18.981624364852905,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008916854858398438,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxml2.attribs.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.build.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.compareNodes.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.ctxterror.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.cutnpaste.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.dtdvalid.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.error.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.inbuf.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.indexes.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.input_callback.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.nsdel.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.outbuf.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.push.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.pushSAX.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.pushSAXhtml.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader2.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader3.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader4.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader5.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader6.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader7.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.reader8.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.readererr.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.readernext.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.regexp.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.relaxng.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.resolver.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.runsuite": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.runtest": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.runxmlconf": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.schema.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.serialize.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.setup_test.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.sync.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.testapi": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.testchar": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.testdict": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.testlimits": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.testparser": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.testrecurse": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.thread2.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.tst.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.tstLastError.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.tstURI.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.tstmem.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.tstxpath.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.validDTD.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.validRNG.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.validSchemas.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.validate.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.walker.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.xpath.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.xpathext.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.xpathleak.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.xpathns.py": {
    "status": "PASSED"
   },
   "ptestresult.libxml2.xpathret.py": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/libxml2/ptest\nRunning runtest\n## XML regression tests\n## XML regression tests on memory\n## XML entity subst regression tests\n## XML Namespaces regression tests\n## Error cases regression tests\n## Error cases regression tests from file descriptor\n## Error cases regression tests with entity substitution\n## Error cases regression tests (old 1.0)\n## Error cases stream regression tests\n## Reader regression tests\n## Reader entities substitution regression tests\n## Reader on memory regression tests\n## Walker regression tests\n## SAX1 callbacks regression tests\n## SAX2 callbacks regression tests\n## SAX2 callbacks regression tests with entity substitution\n## XML push regression tests\n## XML push boundary tests\n## HTML regression tests\n## HTML regression tests from file descriptor\n## Push HTML regression tests\n## Push HTML boundary tests\n## HTML SAX regression tests\n## HTML tokenization tests\n## Valid documents regression tests\n## Validity checking regression tests\n## Streaming validity checking regression tests\n## Streaming validity error checking regression tests\n## General documents valid regression tests\n## XInclude regression tests\n## XInclude xmlReader regression tests\n## XInclude regression tests stripping include nodes\n## XInclude xmlReader regression tests stripping include nodes\n## XInclude regression tests without reader\n## URI parsing tests\n## URI base composition tests\n## Path URI conversion tests\n## Schemas regression tests\n## Relax-NG regression tests\n## Relax-NG streaming regression tests\n## Schematron regression tests\n## Pattern regression tests\n## C14N with comments regression tests\n## C14N without comments regression tests\n## C14N exclusive without comments regression tests\n## C14N 1.1 without comments regression tests\n## Catalog and Threads regression tests\n## SVG parsing regression tests\n## Regexp regression tests\n## Automata regression tests\nTotal 3566 tests, no errors\nPASS: runtest\nRunning runsuite\nFailed to parse xstc/Tests/Metadata/NISTXMLSchemaDatatypes.testSet\nFailed to parse xstc/Tests/Metadata/SunXMLSchema1-0-20020116.testSet\nFailed to parse xstc/Tests/Metadata/MSXMLSchema1-0-20020116.testSet\n## XML Schemas datatypes test suite from James Clark\nRan 1035 tests, 3 errors, 0 leaks\n3 errors were expected\n## Relax NG test suite from James Clark\nRan 253 tests, no errors\n## Relax NG test suite for libxml2\nRan 183 tests, no errors\nRan 0 tests (0 schemata), no errors\nRan 0 tests (0 schemata), no errors\nRan 0 tests (0 schemata), no errors\nTotal 1471 tests, no errors\nPASS: runsuite\nRunning testrecurse\n## Parsing recursive test cases\n## Parsing recursive test cases (no substitution)\n## Parsing recursive test cases (SAX)\n## Parsing recursive test cases (SAX, no substitution)\n## Parsing non-recursive test cases\n## Parsing non-recursive test cases (SAX)\n## Parsing non-recursive huge case\n## Parsing non-recursive huge case (no substitution)\n## Parsing non-recursive huge case (SAX)\n## Parsing non-recursive huge case (SAX, no substitution)\n## Parsing non-recursive huge DTD case\nTotal 49 tests, no errors\nPASS: testrecurse\nRunning testchar\ntesting char range: 1 2 3 4 done\ntesting 1 byte char in document: 1 2 3 4 done\ntesting 2 byte char in document: 1 2 3 4 done\nPASS: testchar\nRunning testdict\nPASS: testdict\nRunning runxmlconf\nTest suite: XML 1.0 (2nd edition) W3C Conformance Test Suite, 6 October 2000\nTest cases: James Clark  XML 1.0 Tests\nTest cases: Fuji Xerox Japanese Text Tests XML 1.0 Tests\nTest cases: Sun Microsystems XML Tests\nTest cases: 159 tests\nTest cases: OASIS/NIST XML 1.0 Tests\nTest cases: IBM XML 1.0 Tests\nTest cases: IBM XML 1.1 Tests\nTest cases: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003\nTest cases: 34 tests\nTest cases: Richard Tobin's XML 1.1 test suite 13 Feb 2003\nTest cases: 57 tests\nTest cases: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003\nTest cases: 48 tests\nTest cases: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003\nTest cases: 8 tests\nTest cases: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006\nTest cases: 13 tests\nTest cases: University of Edinburgh tests for XML 1.0 5th edition\nTest cases: 393 tests\nTest cases: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006\nTest cases: 3 tests\nTest cases: Bjoern Hoehrmann via HST 2013-09-18\nTest cases: 9 tests\nRan 2273 tests, 15 errors, 0 leaks\nTotal 2273 tests, 15 errors, 0 leaks\nSee runxmlconf.log for detailed output\n15 errors were expected\nPASS: runxmlconf\nRunning testapi\nTesting HTMLparser : 37 of 43 functions ...\nTesting HTMLtree : 18 of 18 functions ...\nTesting SAX2 : 36 of 36 functions ...\nTesting c14n : 3 of 4 functions ...\nTesting catalog : 27 of 36 functions ...\nTesting chvalid : 9 of 9 functions ...\nTesting debugXML : 11 of 11 functions ...\nTesting dict : 10 of 13 functions ...\nTesting encoding : 16 of 23 functions ...\nTesting entities : 12 of 16 functions ...\nTesting hash : 20 of 29 functions ...\nTesting list : 19 of 26 functions ...\nTesting nanohttp : 13 of 17 functions ...\nTesting parser : 92 of 110 functions ...\nTesting parserInternals : 28 of 75 functions ...\nTesting pattern : 11 of 16 functions ...\nTesting relaxng : 14 of 25 functions ...\nTesting schemasInternals : 0 of 2 functions ...\nTesting schematron : 1 of 10 functions ...\nTesting tree : 144 of 170 functions ...\nTesting uri : 13 of 18 functions ...\nTesting valid : 51 of 71 functions ...\nTesting xinclude : 9 of 13 functions ...\nTesting xmlIO : 37 of 51 functions ...\nTesting xmlautomata : 3 of 19 functions ...\nTesting xmlerror : 6 of 17 functions ...\nTesting xmlmodule : 2 of 4 functions ...\nTesting xmlreader : 76 of 89 functions ...\nTesting xmlregexp : 7 of 11 functions ...\nTesting xmlsave : 9 of 15 functions ...\nTesting xmlschemas : 16 of 28 functions ...\nTesting xmlschemastypes : 26 of 34 functions ...\nTesting xmlstring : 26 of 30 functions ...\nTesting xmlwriter : 53 of 81 functions ...\nTesting xpath : 32 of 41 functions ...\nTesting xpathInternals : 106 of 117 functions ...\nTesting xpointer : 1 of 2 functions ...\nTotal: 962 functions, 323416 tests, 0 errors\nPASS: testapi\nRunning testlimits\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n<?xml version='1.0' encoding='UTF-8'?><?tst ?><!-- tst --><!DOCTYPE foo [<?tst ?><!-- tst --><!ELEMENT foo (#PCDATA)><!ELEMENT p (#PCDATA|emph)* >]><?tst ?><!-- tst --><foo bar='foo'><?tst ?><!-- tst -->foo<![CDATA[ ]]></foo><?tst ?><!-- tst --><?xml version='1.0' encoding='UTF-8'?><?tst ?><!-- tst --><!DOCTYPE foo [<?tst ?><!-- tst --><!ELEMENT foo (#PCDATA)><!ELEMENT p (#PCDATA|emph)* >]><?tst ?><!-- tst --><foo bar='foo'><?tst ?><!-- tst -->foo<![CDATA[ ]]></foo><?tst ?><!-- tst -->\n## Parsing of huge files with the sax parser\n## Parsing of huge files with the reader\n## Crazy tests on reader\n\n## Crazy tests on SAX\nTotal 514 tests, no errors\nPASS: testlimits\nRunning testparser\nPASS: testparser\n abc:attr=\"def\"\nOK\nPASS: attribs.py\nOK\nPASS: build.py\nOK\nPASS: compareNodes.py\nOK\nPASS: ctxterror.py\nOK\nPASS: cutnpaste.py\nOK\nPASS: dtdvalid.py\nOK\nPASS: error.py\nOK\nPASS: inbuf.py\nOK\nPASS: indexes.py\nOK\nPASS: input_callback.py\nOK\nPASS: nsdel.py\nOK\nPASS: outbuf.py\nOK\nPASS: push.py\nOK\nPASS: pushSAXhtml.py\nOK\nPASS: pushSAX.py\nOK\nPASS: reader2.py\nOK\nPASS: reader3.py\nOK\nPASS: reader4.py\nOK\nPASS: reader5.py\nOK\nPASS: reader6.py\nOK\nPASS: reader7.py\nOK\nPASS: reader8.py\nOK\nPASS: readererr.py\nOK\nPASS: readernext.py\nOK\nPASS: reader.py\nOK\nPASS: regexp.py\nOK\nPASS: relaxng.py\nOK\nPASS: resolver.py\nOK\nPASS: schema.py\nOK\nPASS: serialize.py\nPASS: setup_test.py\nOK\nPASS: sync.py\nOK\nPASS: thread2.py\nOK\nPASS: tstLastError.py\nOK\nPASS: tstmem.py\nOK\nPASS: tst.py\nOK\nPASS: tstURI.py\nOK\nPASS: tstxpath.py\nOK\nPASS: validate.py\nOK\nPASS: validDTD.py\nOK\nPASS: validRNG.py\nOK\nPASS: validSchemas.py\nOK\nPASS: walker.py\nOK\nPASS: xpathext.py\nOK\nPASS: xpathleak.py\nOK\nPASS: xpathns.py\nOK\nPASS: xpath.py\nOK\nPASS: xpathret.py\nDURATION: 18\nEND: /usr/lib/libxml2/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxml2": {
     "duration": "18",
     "log": "START: ptest-runner\n2025-06-16T11:39\nRunning runtest\n## XML regression tests\n## XML regression tests on memory\n## XML entity subst regression tests\n## XML Namespaces regression tests\n## Error cases regression tests\n## Error cases regression tests from file descriptor\n## Error cases regression tests with entity substitution\n## Error cases regression tests (old 1.0)\n## Error cases stream regression tests\n## Reader regression tests\n## Reader entities substitution regression tests\n## Reader on memory regression tests\n## Walker regression tests\n## SAX1 callbacks regression tests\n## SAX2 callbacks regression tests\n## SAX2 callbacks regression tests with entity substitution\n## XML push regression tests\n## XML push boundary tests\n## HTML regression tests\n## HTML regression tests from file descriptor\n## Push HTML regression tests\n## Push HTML boundary tests\n## HTML SAX regression tests\n## HTML tokenization tests\n## Valid documents regression tests\n## Validity checking regression tests\n## Streaming validity checking regression tests\n## Streaming validity error checking regression tests\n## General documents valid regression tests\n## XInclude regression tests\n## XInclude xmlReader regression tests\n## XInclude regression tests stripping include nodes\n## XInclude xmlReader regression tests stripping include nodes\n## XInclude regression tests without reader\n## URI parsing tests\n## URI base composition tests\n## Path URI conversion tests\n## Schemas regression tests\n## Relax-NG regression tests\n## Relax-NG streaming regression tests\n## Schematron regression tests\n## Pattern regression tests\n## C14N with comments regression tests\n## C14N without comments regression tests\n## C14N exclusive without comments regression tests\n## C14N 1.1 without comments regression tests\n## Catalog and Threads regression tests\n## SVG parsing regression tests\n## Regexp regression tests\n## Automata regression tests\nTotal 3566 tests, no errors\nPASS: runtest\nRunning runsuite\nFailed to parse xstc/Tests/Metadata/NISTXMLSchemaDatatypes.testSet\nFailed to parse xstc/Tests/Metadata/SunXMLSchema1-0-20020116.testSet\nFailed to parse xstc/Tests/Metadata/MSXMLSchema1-0-20020116.testSet\n## XML Schemas datatypes test suite from James Clark\nRan 1035 tests, 3 errors, 0 leaks\n3 errors were expected\n## Relax NG test suite from James Clark\nRan 253 tests, no errors\n## Relax NG test suite for libxml2\nRan 183 tests, no errors\nRan 0 tests (0 schemata), no errors\nRan 0 tests (0 schemata), no errors\nRan 0 tests (0 schemata), no errors\nTotal 1471 tests, no errors\nPASS: runsuite\nRunning testrecurse\n## Parsing recursive test cases\n## Parsing recursive test cases (no substitution)\n## Parsing recursive test cases (SAX)\n## Parsing recursive test cases (SAX, no substitution)\n## Parsing non-recursive test cases\n## Parsing non-recursive test cases (SAX)\n## Parsing non-recursive huge case\n## Parsing non-recursive huge case (no substitution)\n## Parsing non-recursive huge case (SAX)\n## Parsing non-recursive huge case (SAX, no substitution)\n## Parsing non-recursive huge DTD case\nTotal 49 tests, no errors\nPASS: testrecurse\nRunning testchar\ntesting char range: 1 2 3 4 done\ntesting 1 byte char in document: 1 2 3 4 done\ntesting 2 byte char in document: 1 2 3 4 done\nPASS: testchar\nRunning testdict\nPASS: testdict\nRunning runxmlconf\nTest suite: XML 1.0 (2nd edition) W3C Conformance Test Suite, 6 October 2000\nTest cases: James Clark  XML 1.0 Tests\nTest cases: Fuji Xerox Japanese Text Tests XML 1.0 Tests\nTest cases: Sun Microsystems XML Tests\nTest cases: 159 tests\nTest cases: OASIS/NIST XML 1.0 Tests\nTest cases: IBM XML 1.0 Tests\nTest cases: IBM XML 1.1 Tests\nTest cases: Richard Tobin's XML 1.0 2nd edition errata test suite 21 Jul 2003\nTest cases: 34 tests\nTest cases: Richard Tobin's XML 1.1 test suite 13 Feb 2003\nTest cases: 57 tests\nTest cases: Richard Tobin's XML Namespaces 1.0 test suite 14 Feb 2003\nTest cases: 48 tests\nTest cases: Richard Tobin's XML Namespaces 1.1 test suite 14 Feb 2003\nTest cases: 8 tests\nTest cases: Richard Tobin's XML 1.0 3rd edition errata test suite 1 June 2006\nTest cases: 13 tests\nTest cases: University of Edinburgh tests for XML 1.0 5th edition\nTest cases: 393 tests\nTest cases: Richard Tobin's XML Namespaces 1.0/1.1 2nd edition test suite 1 June 2006\nTest cases: 3 tests\nTest cases: Bjoern Hoehrmann via HST 2013-09-18\nTest cases: 9 tests\nRan 2273 tests, 15 errors, 0 leaks\nTotal 2273 tests, 15 errors, 0 leaks\nSee runxmlconf.log for detailed output\n15 errors were expected\nPASS: runxmlconf\nRunning testapi\nTesting HTMLparser : 37 of 43 functions ...\nTesting HTMLtree : 18 of 18 functions ...\nTesting SAX2 : 36 of 36 functions ...\nTesting c14n : 3 of 4 functions ...\nTesting catalog : 27 of 36 functions ...\nTesting chvalid : 9 of 9 functions ...\nTesting debugXML : 11 of 11 functions ...\nTesting dict : 10 of 13 functions ...\nTesting encoding : 16 of 23 functions ...\nTesting entities : 12 of 16 functions ...\nTesting hash : 20 of 29 functions ...\nTesting list : 19 of 26 functions ...\nTesting nanohttp : 13 of 17 functions ...\nTesting parser : 92 of 110 functions ...\nTesting parserInternals : 28 of 75 functions ...\nTesting pattern : 11 of 16 functions ...\nTesting relaxng : 14 of 25 functions ...\nTesting schemasInternals : 0 of 2 functions ...\nTesting schematron : 1 of 10 functions ...\nTesting tree : 144 of 170 functions ...\nTesting uri : 13 of 18 functions ...\nTesting valid : 51 of 71 functions ...\nTesting xinclude : 9 of 13 functions ...\nTesting xmlIO : 37 of 51 functions ...\nTesting xmlautomata : 3 of 19 functions ...\nTesting xmlerror : 6 of 17 functions ...\nTesting xmlmodule : 2 of 4 functions ...\nTesting xmlreader : 76 of 89 functions ...\nTesting xmlregexp : 7 of 11 functions ...\nTesting xmlsave : 9 of 15 functions ...\nTesting xmlschemas : 16 of 28 functions ...\nTesting xmlschemastypes : 26 of 34 functions ...\nTesting xmlstring : 26 of 30 functions ...\nTesting xmlwriter : 53 of 81 functions ...\nTesting xpath : 32 of 41 functions ...\nTesting xpathInternals : 106 of 117 functions ...\nTesting xpointer : 1 of 2 functions ...\nTotal: 962 functions, 323416 tests, 0 errors\nPASS: testapi\nRunning testlimits\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n.........\n<?xml version='1.0' encoding='UTF-8'?><?tst ?><!-- tst --><!DOCTYPE foo [<?tst ?><!-- tst --><!ELEMENT foo (#PCDATA)><!ELEMENT p (#PCDATA|emph)* >]><?tst ?><!-- tst --><foo bar='foo'><?tst ?><!-- tst -->foo<![CDATA[ ]]></foo><?tst ?><!-- tst --><?xml version='1.0' encoding='UTF-8'?><?tst ?><!-- tst --><!DOCTYPE foo [<?tst ?><!-- tst --><!ELEMENT foo (#PCDATA)><!ELEMENT p (#PCDATA|emph)* >]><?tst ?><!-- tst --><foo bar='foo'><?tst ?><!-- tst -->foo<![CDATA[ ]]></foo><?tst ?><!-- tst -->\n## Parsing of huge files with the sax parser\n## Parsing of huge files with the reader\n## Crazy tests on reader\n\n## Crazy tests on SAX\nTotal 514 tests, no errors\nPASS: testlimits\nRunning testparser\nPASS: testparser\n abc:attr=\"def\"\nOK\nPASS: attribs.py\nOK\nPASS: build.py\nOK\nPASS: compareNodes.py\nOK\nPASS: ctxterror.py\nOK\nPASS: cutnpaste.py\nOK\nPASS: dtdvalid.py\nOK\nPASS: error.py\nOK\nPASS: inbuf.py\nOK\nPASS: indexes.py\nOK\nPASS: input_callback.py\nOK\nPASS: nsdel.py\nOK\nPASS: outbuf.py\nOK\nPASS: push.py\nOK\nPASS: pushSAXhtml.py\nOK\nPASS: pushSAX.py\nOK\nPASS: reader2.py\nOK\nPASS: reader3.py\nOK\nPASS: reader4.py\nOK\nPASS: reader5.py\nOK\nPASS: reader6.py\nOK\nPASS: reader7.py\nOK\nPASS: reader8.py\nOK\nPASS: readererr.py\nOK\nPASS: readernext.py\nOK\nPASS: reader.py\nOK\nPASS: regexp.py\nOK\nPASS: relaxng.py\nOK\nPASS: resolver.py\nOK\nPASS: schema.py\nOK\nPASS: serialize.py\nPASS: setup_test.py\nOK\nPASS: sync.py\nOK\nPASS: thread2.py\nOK\nPASS: tstLastError.py\nOK\nPASS: tstmem.py\nOK\nPASS: tst.py\nOK\nPASS: tstURI.py\nOK\nPASS: tstxpath.py\nOK\nPASS: validate.py\nOK\nPASS: validDTD.py\nOK\nPASS: validRNG.py\nOK\nPASS: validSchemas.py\nOK\nPASS: walker.py\nOK\nPASS: xpathext.py\nOK\nPASS: xpathleak.py\nOK\nPASS: xpathns.py\nOK\nPASS: xpath.py\nOK\nPASS: xpathret.py\nDURATION: 18\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5170068740844727,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-libxmlb_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-libxmlb",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001329660415649414,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1729753017425537,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02901434898376465,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.487837553024292,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008771419525146484,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.libxmlb.libxmlb/libxmlb.test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/libxmlb/ptest\nRunning test: libxmlb/libxmlb.test\nTAP version 14\n# random seed: R02S3114353b262c1fd396fc1e75d9c87b32\n1..50\n# Start of libxmlb tests\nok 1 /libxmlb/common\nok 2 /libxmlb/common{content-type}\nok 3 /libxmlb/common{searchv}\nok 4 /libxmlb/common{union}\n# DEBUG: testing 'a'='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t'\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t'\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing @a='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t=\n# XbMachine-DEBUG: LVL 0\t3:\t\t'\n# XbMachine-DEBUG: LVL 0\t4:\t\tb\n# XbMachine-DEBUG: LVL 0\t5:\t\t'\n# DEBUG: testing @a=='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t=\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing 'a'<'b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t'\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t'\n# XbMachine-DEBUG: LVL 0\t3:\t\t<\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing 999>=123\n# XbMachine-DEBUG: LVL 0\t0:\t\t9\n# XbMachine-DEBUG: LVL 0\t1:\t\t9\n# XbMachine-DEBUG: LVL 0\t2:\t\t9\n# XbMachine-DEBUG: LVL 0\t3:\t\t>\n# XbMachine-DEBUG: LVL 0\t4:\t\t=\n# XbMachine-DEBUG: LVL 0\t5:\t\t1\n# XbMachine-DEBUG: LVL 0\t6:\t\t2\n# XbMachine-DEBUG: LVL 0\t7:\t\t3\n# DEBUG: testing not(0)\n# XbMachine-DEBUG: LVL 0\t0:\t\tn\n# XbMachine-DEBUG: LVL 0\t1:\t\to\n# XbMachine-DEBUG: LVL 0\t2:\t\tt\n# XbMachine-DEBUG: LVL 0\t3:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t0\n# XbMachine-DEBUG: LVL 1\t1:\t\t)\n# XbMachine-DEBUG: Failed to add text not, trying function\n# DEBUG: testing @a\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# DEBUG: testing not(@a)\n# XbMachine-DEBUG: LVL 0\t0:\t\tn\n# XbMachine-DEBUG: LVL 0\t1:\t\to\n# XbMachine-DEBUG: LVL 0\t2:\t\tt\n# XbMachine-DEBUG: LVL 0\t3:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t@\n# XbMachine-DEBUG: LVL 1\t1:\t\ta\n# XbMachine-DEBUG: LVL 1\t2:\t\t)\n# XbMachine-DEBUG: Failed to add text not, trying function\n# DEBUG: testing 'a'=\n# XbMachine-DEBUG: LVL 0\t0:\t\t'\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t'\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# DEBUG: testing ='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t=\n# XbMachine-DEBUG: LVL 0\t1:\t\t'\n# XbMachine-DEBUG: LVL 0\t2:\t\tb\n# XbMachine-DEBUG: LVL 0\t3:\t\t'\n# DEBUG: testing 999='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t9\n# XbMachine-DEBUG: LVL 0\t1:\t\t9\n# XbMachine-DEBUG: LVL 0\t2:\t\t9\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing text()='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\t'\n# XbMachine-DEBUG: LVL 0\t8:\t\tb\n# XbMachine-DEBUG: LVL 0\t9:\t\t'\n# DEBUG: testing last()\n# XbMachine-DEBUG: LVL 0\t0:\t\tl\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\ts\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text last, trying function\n# DEBUG: testing text()~='beef'\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t~\n# XbMachine-DEBUG: LVL 0\t7:\t\t=\n# XbMachine-DEBUG: LVL 0\t8:\t\t'\n# XbMachine-DEBUG: LVL 0\t9:\t\tb\n# XbMachine-DEBUG: LVL 0\t10:\t\te\n# XbMachine-DEBUG: LVL 0\t11:\t\te\n# XbMachine-DEBUG: LVL 0\t12:\t\tf\n# XbMachine-DEBUG: LVL 0\t13:\t\t'\n# XbMachine-DEBUG: popping: search()\n# XbMachine-DEBUG: stack: text(),'beef'\n# XbMachine-DEBUG: popping: 'beef'\n# XbMachine-DEBUG: stack: text()\n# XbMachine-DEBUG: popping: text()\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing generic opcode\n# XbMachine-DEBUG: pushing generic opcode\n# XbMachine-DEBUG: pushing generic opcode\n# DEBUG: testing @type~='dead'\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\tt\n# XbMachine-DEBUG: LVL 0\t2:\t\ty\n# XbMachine-DEBUG: LVL 0\t3:\t\tp\n# XbMachine-DEBUG: LVL 0\t4:\t\te\n# XbMachine-DEBUG: LVL 0\t5:\t\t~\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\t'\n# XbMachine-DEBUG: LVL 0\t8:\t\td\n# XbMachine-DEBUG: LVL 0\t9:\t\te\n# XbMachine-DEBUG: LVL 0\t10:\t\ta\n# XbMachine-DEBUG: LVL 0\t11:\t\td\n# XbMachine-DEBUG: LVL 0\t12:\t\t'\n# DEBUG: testing 2\n# XbMachine-DEBUG: LVL 0\t0:\t\t2\n# DEBUG: testing text()=lower-case('firefox')\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\tl\n# XbMachine-DEBUG: LVL 0\t8:\t\to\n# XbMachine-DEBUG: LVL 0\t9:\t\tw\n# XbMachine-DEBUG: LVL 0\t10:\t\te\n# XbMachine-DEBUG: LVL 0\t11:\t\tr\n# XbMachine-DEBUG: LVL 0\t12:\t\t-\n# XbMachine-DEBUG: LVL 0\t13:\t\tc\n# XbMachine-DEBUG: LVL 0\t14:\t\ta\n# XbMachine-DEBUG: LVL 0\t15:\t\ts\n# XbMachine-DEBUG: LVL 0\t16:\t\te\n# XbMachine-DEBUG: LVL 0\t17:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\tf\n# XbMachine-DEBUG: LVL 1\t2:\t\ti\n# XbMachine-DEBUG: LVL 1\t3:\t\tr\n# XbMachine-DEBUG: LVL 1\t4:\t\te\n# XbMachine-DEBUG: LVL 1\t5:\t\tf\n# XbMachine-DEBUG: LVL 1\t6:\t\to\n# XbMachine-DEBUG: LVL 1\t7:\t\tx\n# XbMachine-DEBUG: LVL 1\t8:\t\t'\n# XbMachine-DEBUG: LVL 1\t9:\t\t)\n# XbMachine-DEBUG: Failed to add text lower-case, trying function\n# DEBUG: testing $'a'=$'b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t$\n# XbMachine-DEBUG: LVL 0\t1:\t\t'\n# XbMachine-DEBUG: LVL 0\t2:\t\ta\n# XbMachine-DEBUG: LVL 0\t3:\t\t'\n# XbMachine-DEBUG: LVL 0\t4:\t\t=\n# XbMachine-DEBUG: LVL 0\t5:\t\t$\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# XbMachine-DEBUG: LVL 0\t7:\t\tb\n# XbMachine-DEBUG: LVL 0\t8:\t\t'\n# DEBUG: testing ('a'='b')&&('c'='d')\n# XbMachine-DEBUG: LVL 0\t0:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\ta\n# XbMachine-DEBUG: LVL 1\t2:\t\t'\n# XbMachine-DEBUG: LVL 1\t3:\t\t=\n# XbMachine-DEBUG: LVL 1\t4:\t\t'\n# XbMachine-DEBUG: LVL 1\t5:\t\tb\n# XbMachine-DEBUG: LVL 1\t6:\t\t'\n# XbMachine-DEBUG: LVL 1\t7:\t\t)\n# XbMachine-DEBUG: LVL 0\t9:\t\t&\n# XbMachine-DEBUG: LVL 0\t10:\t\t&\n# XbMachine-DEBUG: LVL 0\t11:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\tc\n# XbMachine-DEBUG: LVL 1\t2:\t\t'\n# XbMachine-DEBUG: LVL 1\t3:\t\t=\n# XbMachine-DEBUG: LVL 1\t4:\t\t'\n# XbMachine-DEBUG: LVL 1\t5:\t\td\n# XbMachine-DEBUG: LVL 1\t6:\t\t'\n# XbMachine-DEBUG: LVL 1\t7:\t\t)\n# DEBUG: testing text()==('a','b','c')\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\t=\n# XbMachine-DEBUG: LVL 0\t8:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\ta\n# XbMachine-DEBUG: LVL 1\t2:\t\t'\n# XbMachine-DEBUG: LVL 1\t3:\t\t,\n# XbMachine-DEBUG: LVL 1\t4:\t\t'\n# XbMachine-DEBUG: LVL 1\t5:\t\tb\n# XbMachine-DEBUG: LVL 1\t6:\t\t'\n# XbMachine-DEBUG: LVL 1\t7:\t\t,\n# XbMachine-DEBUG: LVL 1\t8:\t\t'\n# XbMachine-DEBUG: LVL 1\t9:\t\tc\n# XbMachine-DEBUG: LVL 1\t10:\t\t'\n# XbMachine-DEBUG: LVL 1\t11:\t\t)\n# DEBUG: testing text(\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t\n# DEBUG: testing text((((((((((((((((((((text()))))))))))))))))))))\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t(\n# XbMachine-DEBUG: LVL 2\t0:\t\t(\n# XbMachine-DEBUG: LVL 3\t0:\t\t(\n# XbMachine-DEBUG: LVL 4\t0:\t\t(\n# XbMachine-DEBUG: LVL 5\t0:\t\t(\n# XbMachine-DEBUG: LVL 6\t0:\t\t(\n# XbMachine-DEBUG: LVL 7\t0:\t\t(\n# XbMachine-DEBUG: LVL 8\t0:\t\t(\n# XbMachine-DEBUG: LVL 9\t0:\t\t(\n# XbMachine-DEBUG: LVL 10\t0:\t\t(\n# XbMachine-DEBUG: LVL 11\t0:\t\t(\n# XbMachine-DEBUG: LVL 12\t0:\t\t(\n# XbMachine-DEBUG: LVL 13\t0:\t\t(\n# XbMachine-DEBUG: LVL 14\t0:\t\t(\n# XbMachine-DEBUG: LVL 15\t0:\t\t(\n# XbMachine-DEBUG: LVL 16\t0:\t\t(\n# XbMachine-DEBUG: LVL 17\t0:\t\t(\n# XbMachine-DEBUG: LVL 18\t0:\t\t(\n# XbMachine-DEBUG: LVL 19\t0:\t\t(\n# XbMachine-DEBUG: LVL 20\t0:\t\tt\n# XbMachine-DEBUG: LVL 20\t1:\t\te\n# XbMachine-DEBUG: LVL 20\t2:\t\tx\n# XbMachine-DEBUG: LVL 20\t3:\t\tt\n# XbMachine-DEBUG: LVL 20\t4:\t\t(\nok 5 /libxmlb/opcodes\n# DEBUG: testing @a='b'\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'a',attr(),'b',eq()\n# XbMachine-DEBUG: popping: eq()\n# XbMachine-DEBUG: stack: 'a',attr(),'b'\n# XbMachine-DEBUG: ignoring optimized call to eq('a',attr(),'b'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: popping: 'b'\n# XbMachine-DEBUG: stack: 'a',attr()\n# XbMachine-DEBUG: popping: attr()\n# XbMachine-DEBUG: stack: 'a'\n# XbMachine-DEBUG: ignoring optimized call to attr('a'): cannot optimize: no silo to query\n# XbMachine-DEBUG: popping: 'a'\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'a',attr(),'b',eq()\n# DEBUG: testing 'a'<'b'\n# XbMachine-DEBUG: opcodes_sig=TEXT,TEXT,FUNC:lt\n# XbMachine-DEBUG: before optimizing: 'a','b',lt()\n# XbMachine-DEBUG: popping: lt()\n# XbMachine-DEBUG: stack: 'a','b'\n# XbMachine-DEBUG: popping1: 'b'\n# XbMachine-DEBUG: popping2: 'a'\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: True\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: testing 999>=123\n# XbMachine-DEBUG: opcodes_sig=INTE,INTE,FUNC:ge\n# XbMachine-DEBUG: before optimizing: 999,123,ge()\n# XbMachine-DEBUG: popping: ge()\n# XbMachine-DEBUG: stack: 999,123\n# XbMachine-DEBUG: popping1: 123\n# XbMachine-DEBUG: popping2: 999\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: True\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: testing not(0)\n# XbMachine-DEBUG: opcodes_sig=INTE,FUNC:not\n# XbMachine-DEBUG: before optimizing: 0^1,not()\n# XbMachine-DEBUG: popping: not()\n# XbMachine-DEBUG: stack: 0^1\n# XbMachine-DEBUG: popping: 0^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: True\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: testing lower-case('Fire')\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:lower-case\n# XbMachine-DEBUG: before optimizing: 'Fire'^1,lower-case()\n# XbMachine-DEBUG: popping: lower-case()\n# XbMachine-DEBUG: stack: 'Fire'^1\n# XbMachine-DEBUG: popping: 'Fire'^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: fire\n# XbMachine-DEBUG: stack: 'fire'^255\n# XbMachine-DEBUG: popping: 'fire'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result 'fire'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'fire'\n# DEBUG: testing upper-case('???????')\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:upper-case\n# XbMachine-DEBUG: before optimizing: '???????'^1,upper-case()\n# XbMachine-DEBUG: popping: upper-case()\n# XbMachine-DEBUG: stack: '???????'^1\n# XbMachine-DEBUG: popping: '???????'^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: ???????\n# XbMachine-DEBUG: stack: '???????'^255\n# XbMachine-DEBUG: popping: '???????'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result '???????'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: '???????'\n# DEBUG: testing upper-case(lower-case('Fire'))\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:lower-case,FUNC:upper-case\n# XbMachine-DEBUG: before optimizing: 'Fire'^2,lower-case()^1,upper-case()\n# XbMachine-DEBUG: popping: upper-case()\n# XbMachine-DEBUG: stack: 'Fire'^2,lower-case()^1\n# XbMachine-DEBUG: ignoring optimized call to upper-case('Fire'^2,lower-case()^1): FUNC type not supported\n# XbMachine-DEBUG: popping: lower-case()^1\n# XbMachine-DEBUG: stack: 'Fire'^2\n# XbMachine-DEBUG: popping: 'Fire'^2\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: fire\n# XbMachine-DEBUG: stack: 'fire'^255\n# XbMachine-DEBUG: popping: 'fire'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result 'fire'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'fire'^1,upper-case()\n# XbMachine-DEBUG: before optimizing: 'fire'^1,upper-case()\n# XbMachine-DEBUG: popping: upper-case()\n# XbMachine-DEBUG: stack: 'fire'^1\n# XbMachine-DEBUG: popping: 'fire'^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: FIRE\n# XbMachine-DEBUG: stack: 'FIRE'^255\n# XbMachine-DEBUG: popping: 'FIRE'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result 'FIRE'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'FIRE'\n# DEBUG: testing text()==('a','b','c')\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,TEXT,TEXT,FUNC:in\n# XbMachine-DEBUG: before optimizing: text(),'c'^1,'b'^1,'a'^1,in()\n# XbMachine-DEBUG: popping: in()\n# XbMachine-DEBUG: stack: text(),'c'^1,'b'^1,'a'^1\n# XbMachine-DEBUG: ignoring optimized call to in(text(),'c'^1,'b'^1,'a'^1): FUNC type not supported\n# XbMachine-DEBUG: popping: 'a'^1\n# XbMachine-DEBUG: stack: text(),'c'^1,'b'^1\n# XbMachine-DEBUG: popping: 'b'^1\n# XbMachine-DEBUG: stack: text(),'c'^1\n# XbMachine-DEBUG: popping: 'c'^1\n# XbMachine-DEBUG: stack: text()\n# XbMachine-DEBUG: popping: text()\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: text(),'c'^1,'b'^1,'a'^1,in()\n# XbMachine-DEBUG: opcodes_sig=TEXT,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'a','b',eq()\n# XbMachine-DEBUG: popping: eq()\n# XbMachine-DEBUG: stack: 'a','b'\n# XbMachine-DEBUG: popping1: 'b'\n# XbMachine-DEBUG: popping2: 'a'\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: False\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: opcodes_sig=INTE,INTE,FUNC:ge\n# XbMachine-DEBUG: before optimizing: 123,999,ge()\n# XbMachine-DEBUG: popping: ge()\n# XbMachine-DEBUG: stack: 123,999\n# XbMachine-DEBUG: popping1: 999\n# XbMachine-DEBUG: popping2: 123\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: False\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: opcodes_sig=INTE,FUNC:not\n# XbMachine-DEBUG: before optimizing: 1^1,not()\n# XbMachine-DEBUG: popping: not()\n# XbMachine-DEBUG: stack: 1^1\n# XbMachine-DEBUG: popping: 1^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: False\n# XbMachine-DEBUG: stack is empty\nok 6 /libxmlb/opcodes{optimize}\nok 7 /libxmlb/opcodes{kind}\nok 8 /libxmlb/stack\nok 9 /libxmlb/stack{peek}\nok 10 /libxmlb/node{data}\nok 11 /libxmlb/node{export}\nok 12 /libxmlb/node{export-collapse}\n# DEBUG: \n# magic:        624c4d58\n# guid:         a0d96368-5aae-fb9e-ffc9-0ff9d1856056\n# filesz:       @628\n# strtab:       @395\n# strtab_ntags: 8\n# NODE @40\n# size:         30\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# attr_name:    origin [061]\n# attr_value:   lvfs [078]\n# NODE @70\n# size:         30\n# flags:        1\n# element_name: header [011]\n# next:         132\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   <&> [083]\n# NODE @100\n# size:         30\n# flags:        1\n# element_name: csum [018]\n# next:         0\n# parent:       70\n# text:         dead [115]\n# attr_name:    type [068]\n# attr_value:   sha1 [087]\n# SENT @130\n# SENT @131\n# NODE @132\n# size:         38\n# flags:        1\n# element_name: component [023]\n# next:         240\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   desktop [092]\n# attr_name:    attr [073]\n# attr_value:   value [100]\n# NODE @170\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         193\n# parent:       132\n# text:         gimp.desktop [120]\n# SENT @192\n# NODE @193\n# size:         22\n# flags:        1\n# element_name: name [036]\n# next:         216\n# parent:       132\n# text:         GIMP & Friend? [133]\n# SENT @215\n# NODE @216\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         0\n# parent:       132\n# text:         org.gnome.Gimp.desktop [150]\n# SENT @238\n# SENT @239\n# NODE @240\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         294\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   desktop [092]\n# NODE @270\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         0\n# parent:       240\n# text:         gnome-software.desktop [173]\n# SENT @292\n# SENT @293\n# NODE @294\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         0\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   firmware [106]\n# NODE @324\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         347\n# parent:       294\n# text:         org.hughski.ColorHug2.firmware [196]\n# SENT @346\n# NODE @347\n# size:         22\n# flags:        1\n# element_name: requires [041]\n# next:         0\n# parent:       294\n# NODE @369\n# size:         22\n# flags:        1\n# element_name: bootloader [050]\n# next:         0\n# parent:       347\n# text:         1.2.3 [227]\n# SENT @391\n# SENT @392\n# SENT @393\n# SENT @394\n# STRTAB @395\n# [000]: components\n# [011]: header\n# [018]: csum\n# [023]: component\n# [033]: id\n# [036]: name\n# [041]: requires\n# [050]: bootloader\n# [061]: origin\n# [068]: type\n# [073]: attr\n# [078]: lvfs\n# [083]: <&>\n# [087]: sha1\n# [092]: desktop\n# [100]: value\n# [106]: firmware\n# [115]: dead\n# [120]: gimp.desktop\n# [133]: GIMP & Friend?\n# [150]: org.gnome.Gimp.desktop\n# [173]: gnome-software.desktop\n# [196]: org.hughski.ColorHug2.firmware\n# [227]: 1.2.3\n# \n# <components origin=\"lvfs\">\n#   <header type=\"&lt;&amp;&gt;\">\n#     <csum type=\"sha1\">dead</csum>\n#   </header>\n#   <component type=\"desktop\" attr=\"value\">\n#     <id>gimp.desktop</id>\n#     <name>GIMP &amp; Friend?</name>\n#     <id>org.gnome.Gimp.desktop</id>\n#   </component>\n#   <component type=\"desktop\">\n#     <id>gnome-software.desktop</id>\n#   </component>\n#   <component type=\"firmware\">\n#     <id>org.hughski.ColorHug2.firmware</id>\n#     <requires>\n#       <bootloader>1.2.3</bootloader>\n#     </requires>\n#   </component>\n# </components>\nok 13 /libxmlb/builder\nok 14 /libxmlb/builder{comments}\n# DEBUG: \n# magic:        624c4d58\n# guid:         521b583e-e23f-6ae8-c526-abd50d9d0793\n# filesz:       @199\n# strtab:       @148\n# strtab_ntags: 3\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         22\n# flags:        1\n# element_name: component [011]\n# next:         0\n# parent:       40\n# NODE @84\n# size:         30\n# flags:        1\n# element_name: p [021]\n# next:         115\n# parent:       62\n# text:         Salut [035]\n# attr_name:    xml:lang [023]\n# attr_value:   fr [032]\n# SENT @114\n# NODE @115\n# size:         30\n# flags:        1\n# element_name: p [021]\n# next:         0\n# parent:       62\n# text:         Au revoir [041]\n# attr_name:    xml:lang [023]\n# attr_value:   fr [032]\n# SENT @145\n# SENT @146\n# SENT @147\n# STRTAB @148\n# [000]: components\n# [011]: component\n# [021]: p\n# [023]: xml:lang\n# [032]: fr\n# [035]: Salut\n# [041]: Au revoir\n# \nok 15 /libxmlb/builder{native-lang}\n# DEBUG: \n# magic:        624c4d58\n# guid:         86f53fd1-8102-3b2c-5f4b-a144217b70ae\n# filesz:       @193\n# strtab:       @140\n# strtab_ntags: 4\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         22\n# flags:        1\n# element_name: component [011]\n# next:         0\n# parent:       40\n# NODE @84\n# size:         30\n# flags:        1\n# element_name: description [021]\n# next:         0\n# parent:       62\n# attr_name:    xml:lang [035]\n# attr_value:   fr [044]\n# NODE @114\n# size:         22\n# flags:        1\n# element_name: p [033]\n# next:         0\n# parent:       84\n# text:         Salut [047]\n# SENT @136\n# SENT @137\n# SENT @138\n# SENT @139\n# STRTAB @140\n# [000]: components\n# [011]: component\n# [021]: description\n# [033]: p\n# [035]: xml:lang\n# [044]: fr\n# [047]: Salut\n# \nok 16 /libxmlb/builder{native-lang-nested}\nok 17 /libxmlb/builder{native-lang-locale}\n# DEBUG: magic:        624c4d58\n# guid:         456b8a53-ff2f-1058-7c71-f042d76e6f84\n# filesz:       @40\n# strtab:       @40\n# strtab_ntags: 0\n# STRTAB @40\n# \nok 18 /libxmlb/builder{empty}\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: failed to load silo: Failed to open file ?/tmp/temp.xmlb?: open() failed: No such file or directory\n# XbSilo-DEBUG: compiling 6a695122c2983ad2faa3f54c704d9fbacf56200d?\n# XbSilo-DEBUG: 0.02ms      compile 6a695122c2983ad2faa3f54c704d9fbacf56200d\n# XbSilo-DEBUG: 0.04ms      get size nodetab\n# XbSilo-DEBUG: 0.00ms      adding strtab element\n# XbSilo-DEBUG: 0.00ms      adding strtab attr name\n# XbSilo-DEBUG: 0.00ms      adding strtab attr value\n# XbSilo-DEBUG: 0.00ms      adding strtab text\n# XbSilo-DEBUG: 0.00ms      adding strtab tokens\n# XbSilo-DEBUG: 0.00ms      writing nodetab\n# XbSilo-DEBUG: 0.00ms      fixing ->parent and ->next\n# XbSilo-DEBUG: 0.00ms      appending strtab\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.03ms      save file\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.04ms      loaded file\n# XbSilo-DEBUG: /tmp/temp.xmlb changed, invalidating\n# XbSilo-DEBUG: /tmp/temp.xmlb changed, invalidating\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: failed to load silo: blob too small\n# XbSilo-DEBUG: compiling 6a695122c2983ad2faa3f54c704d9fbacf56200d?\n# XbSilo-DEBUG: 0.00ms      compile 6a695122c2983ad2faa3f54c704d9fbacf56200d\n# XbSilo-DEBUG: 0.03ms      get size nodetab\n# XbSilo-DEBUG: 0.00ms      adding strtab element\n# XbSilo-DEBUG: 0.00ms      adding strtab attr name\n# XbSilo-DEBUG: 0.00ms      adding strtab attr value\n# XbSilo-DEBUG: 0.00ms      adding strtab text\n# XbSilo-DEBUG: 0.00ms      adding strtab tokens\n# XbSilo-DEBUG: 0.00ms      writing nodetab\n# XbSilo-DEBUG: 0.00ms      fixing ->parent and ->next\n# XbSilo-DEBUG: 0.00ms      appending strtab\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.06ms      save file\n# XbSilo-DEBUG: 0.01ms      parse blob\n# XbSilo-DEBUG: 0.02ms      loaded file\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.01ms      loaded file\n# XbSilo-DEBUG: GUID string: 0.3.22&6a695122c2983ad2faa3f54c704d9fbacf56200d\n# XbSilo-DEBUG: file: a0d96368-5aae-fb9e-ffc9-0ff9d1856056, current:a0d96368-5aae-fb9e-ffc9-0ff9d1856056\n# XbSilo-DEBUG: loading silo with existing file contents\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: a0d96368-5aae-fb9e-ffc9-0ff9d1856056, current:a0d96368-5aae-fb9e-ffc9-0ff9d1856056\n# XbSilo-DEBUG: loading silo with existing file contents\nok 19 /libxmlb/builder{ensure}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: failed to load silo: Failed to open file ?/tmp/temp.xmlb?: open() failed: No such file or directory\n# XbSilo-DEBUG: detected content type of temp.xml to be application/xml\n# XbSilo-DEBUG: /tmp/temp.xml.TZKH82 changed, invalidating\n# XbSilo-DEBUG: /tmp/temp.xml changed, invalidating\n# XbSilo-DEBUG: /tmp/temp.xml changed, invalidating\nok 20 /libxmlb/builder{ensure-watch-source}\n# <component type=\"desktop\"><id>gimp.desktop</id></component>\nok 21 /libxmlb/builder{node-vfunc}\n# DEBUG: ignoring (null)\n# DEBUG: ignoring components\n# DEBUG: ignoring id\n# DEBUG: ignoring id\n# <components><component><id>inkscape.desktop</id></component></components>\nok 22 /libxmlb/builder{node-vfunc-remove}\n# DEBUG: >(null)<\nok 23 /libxmlb/builder{node-vfunc-depth}\nok 24 /libxmlb/builder{node-vfunc-error}\n# XbSilo-DEBUG: ignoring: no node data\nok 25 /libxmlb/builder{node-vfunc-ignore}\n# XbSilo-DEBUG: ignoring invalid file 0bb31de2141de8d7e4b888bd4a11d2a60c32bcd7: Mismatched XML\n# <book><id>foobar</id></book>\nok 26 /libxmlb/builder{ignore-invalid}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: 6f18c718-bf59-c755-87b2-c6e8af404666, current:66cc1816-0087-4bf6-7256-0a8a3de0c560\n# XbSilo-DEBUG: detected content type of temp.desktop to be application/x-desktop\n# XbSilo-DEBUG: detected content type of temp to be application/xml\n<component type=\"desktop\"><id>temp.desktop</id></component>ok 27 /libxmlb/builder{custom-mime}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: 66cc1816-0087-4bf6-7256-0a8a3de0c560, current:ed5f5c0a-9d75-714a-3f5b-b2762d7cefeb\n# XbSilo-DEBUG: detected content type of test.xml.gz.gz.gz to be application/gzip\n# XbSilo-DEBUG: detected content type of test.xml.gz.gz to be application/gzip\n# XbSilo-DEBUG: detected content type of test.xml.gz to be application/gzip\n# XbSilo-DEBUG: detected content type of test.xml to be application/xml\n<id>Hello world!</id>ok 28 /libxmlb/builder{chained-adapters}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: ed5f5c0a-9d75-714a-3f5b-b2762d7cefeb, current:39d84c43-0524-a13a-2793-c9947028a2d3\n# XbSilo-DEBUG: detected content type of test.xml.xz to be application/x-xz\n# XbSilo-DEBUG: detected content type of test.xml to be application/xml\nok 29 /libxmlb/builder{source-lzma}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: 39d84c43-0524-a13a-2793-c9947028a2d3, current:eddf190d-bf25-18e1-02af-74caf5fe07e4\n# XbSilo-DEBUG: detected content type of test.xml.zst to be application/zstd\n# XbSilo-DEBUG: detected content type of test.xml to be application/xml\nok 30 /libxmlb/builder{source-zstd}\n# <components origin=\"lvfs\">\n# <component type=\"desktop\">\n# <id>gimp.desktop</id>\n# <icon type=\"stock\">dave</icon>\n# <description>hello <em>world!</em>    \n# </description>\n# <empty />\n# </component>\n# </components>\n<components origin=\"lvfs\"><component type=\"desktop\"><id>gimp.desktop</id><icon type=\"stock\">dave</icon><description>hello <em>world!</em></description><empty /></component></components>ok 31 /libxmlb/builder-node\nok 32 /libxmlb/builder-node{token-max}\n# XbSilo-DEBUG: detected content type of temp.xml to be application/xml\n# XbSilo-DEBUG: detected content type of temp.xml to be application/xml\nok 33 /libxmlb/builder-node{info}\n# <component><description><p>Really long content\n# spanning multiple lines\n# </p></description></component>\nok 34 /libxmlb/builder-node{literal-text}\n# <component><description><p>Really long content spanning multiple lines</p></description></component>\nok 35 /libxmlb/builder-node{source-text}\n# DEBUG: \n# magic:        624c4d58\n# guid:         02961193-6400-3250-ca83-5421e0aefc13\n# filesz:       @283\n# strtab:       @201\n# strtab_ntags: 6\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: description [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         22\n# flags:        1\n# element_name: p [012]\n# next:         108\n# parent:       40\n# NODE @84\n# size:         22\n# flags:        1\n# element_name: code [014]\n# next:         0\n# parent:       62\n# text:         Title [031]\n# tail:         : [037]\n# SENT @106\n# SENT @107\n# NODE @108\n# size:         22\n# flags:        1\n# element_name: p [012]\n# next:         0\n# parent:       40\n# text:         There is a  [039]\n# NODE @130\n# size:         22\n# flags:        1\n# element_name: em [019]\n# next:         153\n# parent:       108\n# text:         slight [051]\n# tail:          risk of  [058]\n# SENT @152\n# NODE @153\n# size:         22\n# flags:        1\n# element_name: strong [022]\n# next:         176\n# parent:       108\n# text:         death [068]\n# tail:          here [074]\n# SENT @175\n# NODE @176\n# size:         22\n# flags:        1\n# element_name: a [029]\n# next:         0\n# parent:       108\n# text:         ! [080]\n# SENT @198\n# SENT @199\n# SENT @200\n# STRTAB @201\n# [000]: description\n# [012]: p\n# [014]: code\n# [019]: em\n# [022]: strong\n# [029]: a\n# [031]: Title\n# [037]: :\n# [039]: There is a \n# [051]: slight\n# [058]:  risk of \n# [068]: death\n# [074]:  here\n# [080]: !\n# \nok 36 /libxmlb/markup\n# DEBUG: \n# magic:        624c4d58\n# guid:         456b8a53-ff2f-1058-7c71-f042d76e6f84\n# filesz:       @146\n# strtab:       @94\n# strtab_ntags: 2\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: component [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         30\n# flags:        3\n# element_name: summary [010]\n# next:         0\n# parent:       40\n# text:         A strategy game [018]\n# token:        strategy [034]\n# token:        strategi [043]\n# SENT @92\n# SENT @93\n# STRTAB @94\n# [000]: component\n# [010]: summary\n# [018]: A strategy game\n# [034]: strategy\n# [043]: strategi\n# \n# XbMachine-DEBUG: opcodes_sig=FUNC:text,?INT,FUNC:search\n# XbMachine-DEBUG: before optimizing: text(),?0,search()\n# XbMachine-DEBUG: ignoring optimized call to search(text(),?0): ?INT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),?0,search()\n# XbSilo-DEBUG: 0.00ms      query on component with `summary[text(),?0,search()]` [?0 ? strategi] limit=0 -> 1 results\nok 37 /libxmlb/token-search\n# DEBUG: \n# magic:        624c4d58\n# guid:         39e4450d-4365-ca8e-993c-e8e7708a7809\n# filesz:       @537\n# strtab:       @341\n# strtab_ntags: 8\n# NODE @40\n# size:         30\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# attr_name:    origin [054]\n# attr_value:   lvfs [070]\n# NODE @70\n# size:         22\n# flags:        1\n# element_name: header [011]\n# next:         124\n# parent:       40\n# NODE @92\n# size:         30\n# flags:        1\n# element_name: csum [018]\n# next:         0\n# parent:       70\n# text:         dead [101]\n# attr_name:    type [061]\n# attr_value:   sha1 [075]\n# SENT @122\n# SENT @123\n# NODE @124\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         286\n# parent:       40\n# attr_name:    type [061]\n# attr_value:   desktop [080]\n# NODE @154\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         177\n# parent:       124\n# text:         gimp.desktop [106]\n# SENT @176\n# NODE @177\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         200\n# parent:       124\n# text:         org.gnome.Gimp.desktop [119]\n# SENT @199\n# NODE @200\n# size:         30\n# flags:        3\n# element_name: name [036]\n# next:         231\n# parent:       124\n# text:         M?? [142]\n# token:        m?ss [185]\n# token:        mess [191]\n# SENT @230\n# NODE @231\n# size:         22\n# flags:        1\n# element_name: custom [041]\n# next:         0\n# parent:       124\n# NODE @253\n# size:         30\n# flags:        1\n# element_name: value [048]\n# next:         0\n# parent:       231\n# text:         TRUE [149]\n# attr_name:    key [066]\n# attr_value:   KEY [088]\n# SENT @283\n# SENT @284\n# SENT @285\n# NODE @286\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         0\n# parent:       40\n# attr_name:    type [061]\n# attr_value:   firmware [092]\n# NODE @316\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         0\n# parent:       286\n# text:         org.hughski.ColorHug2.firmware [154]\n# SENT @338\n# SENT @339\n# SENT @340\n# STRTAB @341\n# [000]: components\n# [011]: header\n# [018]: csum\n# [023]: component\n# [033]: id\n# [036]: name\n# [041]: custom\n# [048]: value\n# [054]: origin\n# [061]: type\n# [066]: key\n# [070]: lvfs\n# [075]: sha1\n# [080]: desktop\n# [088]: KEY\n# [092]: firmware\n# [101]: dead\n# [106]: gimp.desktop\n# [119]: org.gnome.Gimp.desktop\n# [142]: M??\n# [149]: TRUE\n# [154]: org.hughski.ColorHug2.firmware\n# [185]: m?ss\n# [191]: mess\n# \n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,TEXT,TEXT,FUNC:in\n# XbMachine-DEBUG: before optimizing: text(),'dave.desktop'^1,'another.desktop'^1,'gimp.desktop'^1,in()\n# XbMachine-DEBUG: ignoring optimized call to in(text(),'dave.desktop'^1,'another.desktop'^1,'gimp.desktop'^1): FUNC type not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'dave.desktop'^1,'another.desktop'^1,'gimp.desktop'^1,in()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:in\n# XbMachine-DEBUG: before optimizing: text(),'gimp.desktop'^1,in()\n# XbMachine-DEBUG: ignoring optimized call to in(text(),'gimp.desktop'^1): FUNC type not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp.desktop'^1,in()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq,FUNC:text,TEXT,FUNC:eq,FUNC:and\n# XbMachine-DEBUG: before optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1,eq()^1,and()\n# XbMachine-DEBUG: ignoring optimized call to and('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1,eq()^1): FUNC:TEXT types not supported\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text('key'^1,attr()^1,'KEY'^1,eq()^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('key'^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1,eq()^1,and()\n# XbMachine-DEBUG: slow strcmp fallback of 'KEY'^1:$'KEY'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'TRUE'^1:$'TRUE'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq,FUNC:text,TEXT,FUNC:eq,FUNC:and\n# XbMachine-DEBUG: before optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1,eq()^1,and()\n# XbMachine-DEBUG: ignoring optimized call to and('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1,eq()^1): FUNC:TEXT types not supported\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text('key'^1,attr()^1,'KEY'^1,eq()^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('key'^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1,eq()^1,and()\n# XbMachine-DEBUG: slow strcmp fallback of 'KEY'^1:$'KEY'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'FALSE'^1:$'TRUE'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq,FUNC:text,TEXT,FUNC:eq,FUNC:and\n# XbMachine-DEBUG: before optimizing: 'key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2,eq()^2,and()\n# XbMachine-DEBUG: ignoring optimized call to and('key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2,eq()^2): FUNC:TEXT types not supported\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text('key'^2,attr()^2,'KEY'^2,eq()^2): cannot optimize: no silo to query\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^2,attr()^2,'KEY'^2): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('key'^2): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2,eq()^2,and()\n# XbMachine-DEBUG: slow strcmp fallback of 'KEY'^2:$'KEY'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'TRUE'^2:$'TRUE'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'dave',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'dave'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'dave',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'firmware'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,INTE,FUNC:ge\n# XbMachine-DEBUG: before optimizing: 'percentage',attr(),90,ge()\n# XbMachine-DEBUG: ignoring optimized call to ge('percentage',attr(),90): INTE:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('percentage'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'percentage',attr(),90,ge()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'dave',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'dave'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'dave',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'gimp.desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'org.gnome.Gimp.desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'org.hughski.ColorHug2.firmware'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'firmware'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:ne\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',ne()\n# XbMachine-DEBUG: ignoring optimized call to ne('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',ne()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'firmware'^255\n# XbMachine-DEBUG: opcodes_sig=INTE\n# XbMachine-DEBUG: before optimizing: 2,position(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(2,position()): FUNC:INTE types not supported\n# XbMachine-DEBUG: ignoring optimized call to position(2): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 2,position(),eq()\n# XbMachine-DEBUG: opcodes_sig=FUNC:last\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: ignoring optimized call to ne('type',attr(),'(null)'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,FUNC:not\n# XbMachine-DEBUG: before optimizing: 'dave'^1,attr()^1,not()\n# XbMachine-DEBUG: ignoring optimized call to not('dave'^1,attr()^1): FUNC type not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('dave'^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'dave'^1,attr()^1,not()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: ignoring optimized call to ne('type',attr(),'(null)'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'dead',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'dead'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'dead',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'dead':$'dead'^255\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:search\n# XbMachine-DEBUG: before optimizing: text(),'gimp'[gimp],search()\n# XbMachine-DEBUG: ignoring optimized call to search(text(),'gimp'[gimp]): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp'[gimp],search()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:search\n# XbMachine-DEBUG: before optimizing: text(),'mEss'[mess],search()\n# XbMachine-DEBUG: ignoring optimized call to search(text(),'mEss'[mess]): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'mEss'[mess],search()\n# XbMachine-DEBUG: opcodes_sig=TEXT,INTE,FUNC:eq\n# XbMachine-DEBUG: before optimizing: '123',123,eq()\n# XbMachine-DEBUG: slow atoi fallback of 123:'123'\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: after optimizing: True\n# XbMachine-DEBUG: opcodes_sig=INTE,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 123,'123',eq()\n# XbMachine-DEBUG: slow atoi fallback of '123':123\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: after optimizing: True\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:starts-with\n# XbMachine-DEBUG: before optimizing: text()^1,'gimp'^1,starts-with()\n# XbMachine-DEBUG: ignoring optimized call to starts-with(text()^1,'gimp'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text()^1,'gimp'^1,starts-with()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:ends-with\n# XbMachine-DEBUG: before optimizing: text()^1,'.desktop'^1,ends-with()\n# XbMachine-DEBUG: ignoring optimized call to ends-with(text()^1,'.desktop'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text()^1,'.desktop'^1,ends-with()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:contains\n# XbMachine-DEBUG: before optimizing: text()^1,'imp'^1,contains()\n# XbMachine-DEBUG: ignoring optimized call to contains(text()^1,'imp'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text()^1,'imp'^1,contains()\n# XbMachine-DEBUG: opcodes_sig=FUNC:position,TEXT,FUNC:number,FUNC:eq\n# XbMachine-DEBUG: before optimizing: position(),'2'^1,number(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(position(),'2'^1,number()): FUNC:TEXT types not supported\n# XbMachine-DEBUG: method ran, adding result 2^255\n# XbMachine-DEBUG: ignoring optimized call to position(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: position(),2,eq()\n# XbMachine-DEBUG: before optimizing: position(),2,eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(position(),2): INTE:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to position(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: position(),2,eq()\n# XbMachine-DEBUG: opcodes_sig=INTE,FUNC:string,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 2^1,string(),'2',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(2^1,string(),'2'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: method ran, adding result '2'^255\n# XbMachine-DEBUG: after optimizing: '2','2',eq()\n# XbMachine-DEBUG: before optimizing: '2','2',eq()\n# XbMachine-DEBUG: slow strcmp fallback of '2':'2'\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: \n# <components origin=\"lvfs\">\n#   <header>\n#     <csum type=\"sha1\">dead</csum>\n#   </header>\n#   <component type=\"desktop\">\n#     <id> gimp.desktop </id>\n#     <id>org.gnome.Gimp.desktop</id>\n#     <name>M??</name>\n#     <custom>\n#       <value key=\"KEY\">TRUE</value>\n#     </custom>\n#   </component>\n#   <component type=\"firmware\">\n#     <id>org.hughski.ColorHug2.firmware</id>\n#   </component>\n# </components>\n# \n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'org.hughski.ColorHug2.firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'org.hughski.ColorHug2.firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'org.hughski.ColorHug2.firmware',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'firmware'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'org.hughski.ColorHug2.firmware':$'org.hughski.ColorHug2.firmware'^255\n# DEBUG: \n# <components origin=\"lvfs\">\n#   <header>\n#     <csum type=\"sha1\">dead</csum>\n#   </header>\n#   <component type=\"desktop\">\n#     <id> gimp.desktop </id>\n#     <id>org.gnome.Gimp.desktop</id>\n#     <name>M??</name>\n#     <custom>\n#       <value key=\"KEY\">TRUE</value>\n#     </custom>\n#   </component>\n#   <component type=\"firmware\">\n#     <id>org.hughski.ColorHug2.firmware</id>\n#   </component>\n# </components>\n# \n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:upper-case,FUNC:lower-case,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'Gimp.DESKTOP'^2,upper-case()^1,lower-case(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'Gimp.DESKTOP'^2,upper-case()^1,lower-case()): FUNC:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to lower-case(text(),'Gimp.DESKTOP'^2,upper-case()^1): FUNC type not supported\n# XbMachine-DEBUG: method ran, adding result 'GIMP.DESKTOP'^255\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'GIMP.DESKTOP'^1,lower-case(),eq()\n# XbMachine-DEBUG: before optimizing: text(),'GIMP.DESKTOP'^1,lower-case(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'GIMP.DESKTOP'^1,lower-case()): FUNC:TEXT types not supported\n# XbMachine-DEBUG: method ran, adding result 'gimp.desktop'^255\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp.desktop',eq()\n# XbMachine-DEBUG: before optimizing: text(),'gimp.desktop',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'gimp.desktop'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp.desktop',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'gimp.desktop':$'gimp.desktop'^255\nok 38 /libxmlb/xpath\nok 39 /libxmlb/xpath-query\nok 40 /libxmlb/xpath-query{reverse}\nok 41 /libxmlb/xpath-query{force-node-cache}\nok 42 /libxmlb/xpath{helpers}\nok 43 /libxmlb/xpath{prepared}\nok 44 /libxmlb/xpath{incomplete}\nok 45 /libxmlb/xpath-parent\nok 46 /libxmlb/xpath-glob\nok 47 /libxmlb/xpath-node\nok 48 /libxmlb/xpath-parent-subnode\n# DEBUG: \n# magic:        624c4d58\n# guid:         66c75b2d-1e09-ab44-99c0-3af535d7246c\n# filesz:       @133\n# strtab:       @109\n# strtab_ntags: 1\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: tag [000]\n# next:         63\n# parent:       0\n# text:         value [004]\n# SENT @62\n# NODE @63\n# size:         22\n# flags:        1\n# element_name: tag [000]\n# next:         86\n# parent:       0\n# text:         value2 [010]\n# SENT @85\n# NODE @86\n# size:         22\n# flags:        1\n# element_name: tag [000]\n# next:         0\n# parent:       0\n# text:         value3 [017]\n# SENT @108\n# STRTAB @109\n# [000]: tag\n# [004]: value\n# [010]: value2\n# [017]: value3\n# \n<tag>value</tag><tag>value2</tag><tag>value3</tag>ok 49 /libxmlb/multiple-roots\nok 50 /libxmlb/single-root\n# End of libxmlb tests\nPASS: libxmlb/libxmlb.test\nSUMMARY: total=1; passed=1; skipped=0; failed=0; user=0.0s; system=0.0s; maxrss=6512\nDURATION: 0\nEND: /usr/lib/libxmlb/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "libxmlb": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\nRunning test: libxmlb/libxmlb.test\nTAP version 14\n# random seed: R02S3114353b262c1fd396fc1e75d9c87b32\n1..50\n# Start of libxmlb tests\nok 1 /libxmlb/common\nok 2 /libxmlb/common{content-type}\nok 3 /libxmlb/common{searchv}\nok 4 /libxmlb/common{union}\n# DEBUG: testing 'a'='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t'\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t'\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing @a='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t=\n# XbMachine-DEBUG: LVL 0\t3:\t\t'\n# XbMachine-DEBUG: LVL 0\t4:\t\tb\n# XbMachine-DEBUG: LVL 0\t5:\t\t'\n# DEBUG: testing @a=='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t=\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing 'a'<'b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t'\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t'\n# XbMachine-DEBUG: LVL 0\t3:\t\t<\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing 999>=123\n# XbMachine-DEBUG: LVL 0\t0:\t\t9\n# XbMachine-DEBUG: LVL 0\t1:\t\t9\n# XbMachine-DEBUG: LVL 0\t2:\t\t9\n# XbMachine-DEBUG: LVL 0\t3:\t\t>\n# XbMachine-DEBUG: LVL 0\t4:\t\t=\n# XbMachine-DEBUG: LVL 0\t5:\t\t1\n# XbMachine-DEBUG: LVL 0\t6:\t\t2\n# XbMachine-DEBUG: LVL 0\t7:\t\t3\n# DEBUG: testing not(0)\n# XbMachine-DEBUG: LVL 0\t0:\t\tn\n# XbMachine-DEBUG: LVL 0\t1:\t\to\n# XbMachine-DEBUG: LVL 0\t2:\t\tt\n# XbMachine-DEBUG: LVL 0\t3:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t0\n# XbMachine-DEBUG: LVL 1\t1:\t\t)\n# XbMachine-DEBUG: Failed to add text not, trying function\n# DEBUG: testing @a\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# DEBUG: testing not(@a)\n# XbMachine-DEBUG: LVL 0\t0:\t\tn\n# XbMachine-DEBUG: LVL 0\t1:\t\to\n# XbMachine-DEBUG: LVL 0\t2:\t\tt\n# XbMachine-DEBUG: LVL 0\t3:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t@\n# XbMachine-DEBUG: LVL 1\t1:\t\ta\n# XbMachine-DEBUG: LVL 1\t2:\t\t)\n# XbMachine-DEBUG: Failed to add text not, trying function\n# DEBUG: testing 'a'=\n# XbMachine-DEBUG: LVL 0\t0:\t\t'\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\t'\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# DEBUG: testing ='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t=\n# XbMachine-DEBUG: LVL 0\t1:\t\t'\n# XbMachine-DEBUG: LVL 0\t2:\t\tb\n# XbMachine-DEBUG: LVL 0\t3:\t\t'\n# DEBUG: testing 999='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t9\n# XbMachine-DEBUG: LVL 0\t1:\t\t9\n# XbMachine-DEBUG: LVL 0\t2:\t\t9\n# XbMachine-DEBUG: LVL 0\t3:\t\t=\n# XbMachine-DEBUG: LVL 0\t4:\t\t'\n# XbMachine-DEBUG: LVL 0\t5:\t\tb\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# DEBUG: testing text()='b'\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\t'\n# XbMachine-DEBUG: LVL 0\t8:\t\tb\n# XbMachine-DEBUG: LVL 0\t9:\t\t'\n# DEBUG: testing last()\n# XbMachine-DEBUG: LVL 0\t0:\t\tl\n# XbMachine-DEBUG: LVL 0\t1:\t\ta\n# XbMachine-DEBUG: LVL 0\t2:\t\ts\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text last, trying function\n# DEBUG: testing text()~='beef'\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t~\n# XbMachine-DEBUG: LVL 0\t7:\t\t=\n# XbMachine-DEBUG: LVL 0\t8:\t\t'\n# XbMachine-DEBUG: LVL 0\t9:\t\tb\n# XbMachine-DEBUG: LVL 0\t10:\t\te\n# XbMachine-DEBUG: LVL 0\t11:\t\te\n# XbMachine-DEBUG: LVL 0\t12:\t\tf\n# XbMachine-DEBUG: LVL 0\t13:\t\t'\n# XbMachine-DEBUG: popping: search()\n# XbMachine-DEBUG: stack: text(),'beef'\n# XbMachine-DEBUG: popping: 'beef'\n# XbMachine-DEBUG: stack: text()\n# XbMachine-DEBUG: popping: text()\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing generic opcode\n# XbMachine-DEBUG: pushing generic opcode\n# XbMachine-DEBUG: pushing generic opcode\n# DEBUG: testing @type~='dead'\n# XbMachine-DEBUG: LVL 0\t0:\t\t@\n# XbMachine-DEBUG: LVL 0\t1:\t\tt\n# XbMachine-DEBUG: LVL 0\t2:\t\ty\n# XbMachine-DEBUG: LVL 0\t3:\t\tp\n# XbMachine-DEBUG: LVL 0\t4:\t\te\n# XbMachine-DEBUG: LVL 0\t5:\t\t~\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\t'\n# XbMachine-DEBUG: LVL 0\t8:\t\td\n# XbMachine-DEBUG: LVL 0\t9:\t\te\n# XbMachine-DEBUG: LVL 0\t10:\t\ta\n# XbMachine-DEBUG: LVL 0\t11:\t\td\n# XbMachine-DEBUG: LVL 0\t12:\t\t'\n# DEBUG: testing 2\n# XbMachine-DEBUG: LVL 0\t0:\t\t2\n# DEBUG: testing text()=lower-case('firefox')\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\tl\n# XbMachine-DEBUG: LVL 0\t8:\t\to\n# XbMachine-DEBUG: LVL 0\t9:\t\tw\n# XbMachine-DEBUG: LVL 0\t10:\t\te\n# XbMachine-DEBUG: LVL 0\t11:\t\tr\n# XbMachine-DEBUG: LVL 0\t12:\t\t-\n# XbMachine-DEBUG: LVL 0\t13:\t\tc\n# XbMachine-DEBUG: LVL 0\t14:\t\ta\n# XbMachine-DEBUG: LVL 0\t15:\t\ts\n# XbMachine-DEBUG: LVL 0\t16:\t\te\n# XbMachine-DEBUG: LVL 0\t17:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\tf\n# XbMachine-DEBUG: LVL 1\t2:\t\ti\n# XbMachine-DEBUG: LVL 1\t3:\t\tr\n# XbMachine-DEBUG: LVL 1\t4:\t\te\n# XbMachine-DEBUG: LVL 1\t5:\t\tf\n# XbMachine-DEBUG: LVL 1\t6:\t\to\n# XbMachine-DEBUG: LVL 1\t7:\t\tx\n# XbMachine-DEBUG: LVL 1\t8:\t\t'\n# XbMachine-DEBUG: LVL 1\t9:\t\t)\n# XbMachine-DEBUG: Failed to add text lower-case, trying function\n# DEBUG: testing $'a'=$'b'\n# XbMachine-DEBUG: LVL 0\t0:\t\t$\n# XbMachine-DEBUG: LVL 0\t1:\t\t'\n# XbMachine-DEBUG: LVL 0\t2:\t\ta\n# XbMachine-DEBUG: LVL 0\t3:\t\t'\n# XbMachine-DEBUG: LVL 0\t4:\t\t=\n# XbMachine-DEBUG: LVL 0\t5:\t\t$\n# XbMachine-DEBUG: LVL 0\t6:\t\t'\n# XbMachine-DEBUG: LVL 0\t7:\t\tb\n# XbMachine-DEBUG: LVL 0\t8:\t\t'\n# DEBUG: testing ('a'='b')&&('c'='d')\n# XbMachine-DEBUG: LVL 0\t0:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\ta\n# XbMachine-DEBUG: LVL 1\t2:\t\t'\n# XbMachine-DEBUG: LVL 1\t3:\t\t=\n# XbMachine-DEBUG: LVL 1\t4:\t\t'\n# XbMachine-DEBUG: LVL 1\t5:\t\tb\n# XbMachine-DEBUG: LVL 1\t6:\t\t'\n# XbMachine-DEBUG: LVL 1\t7:\t\t)\n# XbMachine-DEBUG: LVL 0\t9:\t\t&\n# XbMachine-DEBUG: LVL 0\t10:\t\t&\n# XbMachine-DEBUG: LVL 0\t11:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\tc\n# XbMachine-DEBUG: LVL 1\t2:\t\t'\n# XbMachine-DEBUG: LVL 1\t3:\t\t=\n# XbMachine-DEBUG: LVL 1\t4:\t\t'\n# XbMachine-DEBUG: LVL 1\t5:\t\td\n# XbMachine-DEBUG: LVL 1\t6:\t\t'\n# XbMachine-DEBUG: LVL 1\t7:\t\t)\n# DEBUG: testing text()==('a','b','c')\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t)\n# XbMachine-DEBUG: Failed to add text text, trying function\n# XbMachine-DEBUG: LVL 0\t6:\t\t=\n# XbMachine-DEBUG: LVL 0\t7:\t\t=\n# XbMachine-DEBUG: LVL 0\t8:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t'\n# XbMachine-DEBUG: LVL 1\t1:\t\ta\n# XbMachine-DEBUG: LVL 1\t2:\t\t'\n# XbMachine-DEBUG: LVL 1\t3:\t\t,\n# XbMachine-DEBUG: LVL 1\t4:\t\t'\n# XbMachine-DEBUG: LVL 1\t5:\t\tb\n# XbMachine-DEBUG: LVL 1\t6:\t\t'\n# XbMachine-DEBUG: LVL 1\t7:\t\t,\n# XbMachine-DEBUG: LVL 1\t8:\t\t'\n# XbMachine-DEBUG: LVL 1\t9:\t\tc\n# XbMachine-DEBUG: LVL 1\t10:\t\t'\n# XbMachine-DEBUG: LVL 1\t11:\t\t)\n# DEBUG: testing text(\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t\n# DEBUG: testing text((((((((((((((((((((text()))))))))))))))))))))\n# XbMachine-DEBUG: LVL 0\t0:\t\tt\n# XbMachine-DEBUG: LVL 0\t1:\t\te\n# XbMachine-DEBUG: LVL 0\t2:\t\tx\n# XbMachine-DEBUG: LVL 0\t3:\t\tt\n# XbMachine-DEBUG: LVL 0\t4:\t\t(\n# XbMachine-DEBUG: LVL 1\t0:\t\t(\n# XbMachine-DEBUG: LVL 2\t0:\t\t(\n# XbMachine-DEBUG: LVL 3\t0:\t\t(\n# XbMachine-DEBUG: LVL 4\t0:\t\t(\n# XbMachine-DEBUG: LVL 5\t0:\t\t(\n# XbMachine-DEBUG: LVL 6\t0:\t\t(\n# XbMachine-DEBUG: LVL 7\t0:\t\t(\n# XbMachine-DEBUG: LVL 8\t0:\t\t(\n# XbMachine-DEBUG: LVL 9\t0:\t\t(\n# XbMachine-DEBUG: LVL 10\t0:\t\t(\n# XbMachine-DEBUG: LVL 11\t0:\t\t(\n# XbMachine-DEBUG: LVL 12\t0:\t\t(\n# XbMachine-DEBUG: LVL 13\t0:\t\t(\n# XbMachine-DEBUG: LVL 14\t0:\t\t(\n# XbMachine-DEBUG: LVL 15\t0:\t\t(\n# XbMachine-DEBUG: LVL 16\t0:\t\t(\n# XbMachine-DEBUG: LVL 17\t0:\t\t(\n# XbMachine-DEBUG: LVL 18\t0:\t\t(\n# XbMachine-DEBUG: LVL 19\t0:\t\t(\n# XbMachine-DEBUG: LVL 20\t0:\t\tt\n# XbMachine-DEBUG: LVL 20\t1:\t\te\n# XbMachine-DEBUG: LVL 20\t2:\t\tx\n# XbMachine-DEBUG: LVL 20\t3:\t\tt\n# XbMachine-DEBUG: LVL 20\t4:\t\t(\nok 5 /libxmlb/opcodes\n# DEBUG: testing @a='b'\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'a',attr(),'b',eq()\n# XbMachine-DEBUG: popping: eq()\n# XbMachine-DEBUG: stack: 'a',attr(),'b'\n# XbMachine-DEBUG: ignoring optimized call to eq('a',attr(),'b'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: popping: 'b'\n# XbMachine-DEBUG: stack: 'a',attr()\n# XbMachine-DEBUG: popping: attr()\n# XbMachine-DEBUG: stack: 'a'\n# XbMachine-DEBUG: ignoring optimized call to attr('a'): cannot optimize: no silo to query\n# XbMachine-DEBUG: popping: 'a'\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'a',attr(),'b',eq()\n# DEBUG: testing 'a'<'b'\n# XbMachine-DEBUG: opcodes_sig=TEXT,TEXT,FUNC:lt\n# XbMachine-DEBUG: before optimizing: 'a','b',lt()\n# XbMachine-DEBUG: popping: lt()\n# XbMachine-DEBUG: stack: 'a','b'\n# XbMachine-DEBUG: popping1: 'b'\n# XbMachine-DEBUG: popping2: 'a'\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: True\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: testing 999>=123\n# XbMachine-DEBUG: opcodes_sig=INTE,INTE,FUNC:ge\n# XbMachine-DEBUG: before optimizing: 999,123,ge()\n# XbMachine-DEBUG: popping: ge()\n# XbMachine-DEBUG: stack: 999,123\n# XbMachine-DEBUG: popping1: 123\n# XbMachine-DEBUG: popping2: 999\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: True\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: testing not(0)\n# XbMachine-DEBUG: opcodes_sig=INTE,FUNC:not\n# XbMachine-DEBUG: before optimizing: 0^1,not()\n# XbMachine-DEBUG: popping: not()\n# XbMachine-DEBUG: stack: 0^1\n# XbMachine-DEBUG: popping: 0^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: True\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: testing lower-case('Fire')\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:lower-case\n# XbMachine-DEBUG: before optimizing: 'Fire'^1,lower-case()\n# XbMachine-DEBUG: popping: lower-case()\n# XbMachine-DEBUG: stack: 'Fire'^1\n# XbMachine-DEBUG: popping: 'Fire'^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: fire\n# XbMachine-DEBUG: stack: 'fire'^255\n# XbMachine-DEBUG: popping: 'fire'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result 'fire'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'fire'\n# DEBUG: testing upper-case('???????')\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:upper-case\n# XbMachine-DEBUG: before optimizing: '???????'^1,upper-case()\n# XbMachine-DEBUG: popping: upper-case()\n# XbMachine-DEBUG: stack: '???????'^1\n# XbMachine-DEBUG: popping: '???????'^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: ???????\n# XbMachine-DEBUG: stack: '???????'^255\n# XbMachine-DEBUG: popping: '???????'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result '???????'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: '???????'\n# DEBUG: testing upper-case(lower-case('Fire'))\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:lower-case,FUNC:upper-case\n# XbMachine-DEBUG: before optimizing: 'Fire'^2,lower-case()^1,upper-case()\n# XbMachine-DEBUG: popping: upper-case()\n# XbMachine-DEBUG: stack: 'Fire'^2,lower-case()^1\n# XbMachine-DEBUG: ignoring optimized call to upper-case('Fire'^2,lower-case()^1): FUNC type not supported\n# XbMachine-DEBUG: popping: lower-case()^1\n# XbMachine-DEBUG: stack: 'Fire'^2\n# XbMachine-DEBUG: popping: 'Fire'^2\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: fire\n# XbMachine-DEBUG: stack: 'fire'^255\n# XbMachine-DEBUG: popping: 'fire'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result 'fire'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'fire'^1,upper-case()\n# XbMachine-DEBUG: before optimizing: 'fire'^1,upper-case()\n# XbMachine-DEBUG: popping: upper-case()\n# XbMachine-DEBUG: stack: 'fire'^1\n# XbMachine-DEBUG: popping: 'fire'^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: pushing: FIRE\n# XbMachine-DEBUG: stack: 'FIRE'^255\n# XbMachine-DEBUG: popping: 'FIRE'^255\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: method ran, adding result 'FIRE'^255\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: 'FIRE'\n# DEBUG: testing text()==('a','b','c')\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,TEXT,TEXT,FUNC:in\n# XbMachine-DEBUG: before optimizing: text(),'c'^1,'b'^1,'a'^1,in()\n# XbMachine-DEBUG: popping: in()\n# XbMachine-DEBUG: stack: text(),'c'^1,'b'^1,'a'^1\n# XbMachine-DEBUG: ignoring optimized call to in(text(),'c'^1,'b'^1,'a'^1): FUNC type not supported\n# XbMachine-DEBUG: popping: 'a'^1\n# XbMachine-DEBUG: stack: text(),'c'^1,'b'^1\n# XbMachine-DEBUG: popping: 'b'^1\n# XbMachine-DEBUG: stack: text(),'c'^1\n# XbMachine-DEBUG: popping: 'c'^1\n# XbMachine-DEBUG: stack: text()\n# XbMachine-DEBUG: popping: text()\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: not popping: stack empty\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: after optimizing: text(),'c'^1,'b'^1,'a'^1,in()\n# XbMachine-DEBUG: opcodes_sig=TEXT,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'a','b',eq()\n# XbMachine-DEBUG: popping: eq()\n# XbMachine-DEBUG: stack: 'a','b'\n# XbMachine-DEBUG: popping1: 'b'\n# XbMachine-DEBUG: popping2: 'a'\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: False\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: opcodes_sig=INTE,INTE,FUNC:ge\n# XbMachine-DEBUG: before optimizing: 123,999,ge()\n# XbMachine-DEBUG: popping: ge()\n# XbMachine-DEBUG: stack: 123,999\n# XbMachine-DEBUG: popping1: 999\n# XbMachine-DEBUG: popping2: 123\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: False\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: opcodes_sig=INTE,FUNC:not\n# XbMachine-DEBUG: before optimizing: 1^1,not()\n# XbMachine-DEBUG: popping: not()\n# XbMachine-DEBUG: stack: 1^1\n# XbMachine-DEBUG: popping: 1^1\n# XbMachine-DEBUG: stack is empty\n# XbMachine-DEBUG: popping: False\n# XbMachine-DEBUG: stack is empty\nok 6 /libxmlb/opcodes{optimize}\nok 7 /libxmlb/opcodes{kind}\nok 8 /libxmlb/stack\nok 9 /libxmlb/stack{peek}\nok 10 /libxmlb/node{data}\nok 11 /libxmlb/node{export}\nok 12 /libxmlb/node{export-collapse}\n# DEBUG: \n# magic:        624c4d58\n# guid:         a0d96368-5aae-fb9e-ffc9-0ff9d1856056\n# filesz:       @628\n# strtab:       @395\n# strtab_ntags: 8\n# NODE @40\n# size:         30\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# attr_name:    origin [061]\n# attr_value:   lvfs [078]\n# NODE @70\n# size:         30\n# flags:        1\n# element_name: header [011]\n# next:         132\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   <&> [083]\n# NODE @100\n# size:         30\n# flags:        1\n# element_name: csum [018]\n# next:         0\n# parent:       70\n# text:         dead [115]\n# attr_name:    type [068]\n# attr_value:   sha1 [087]\n# SENT @130\n# SENT @131\n# NODE @132\n# size:         38\n# flags:        1\n# element_name: component [023]\n# next:         240\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   desktop [092]\n# attr_name:    attr [073]\n# attr_value:   value [100]\n# NODE @170\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         193\n# parent:       132\n# text:         gimp.desktop [120]\n# SENT @192\n# NODE @193\n# size:         22\n# flags:        1\n# element_name: name [036]\n# next:         216\n# parent:       132\n# text:         GIMP & Friend? [133]\n# SENT @215\n# NODE @216\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         0\n# parent:       132\n# text:         org.gnome.Gimp.desktop [150]\n# SENT @238\n# SENT @239\n# NODE @240\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         294\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   desktop [092]\n# NODE @270\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         0\n# parent:       240\n# text:         gnome-software.desktop [173]\n# SENT @292\n# SENT @293\n# NODE @294\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         0\n# parent:       40\n# attr_name:    type [068]\n# attr_value:   firmware [106]\n# NODE @324\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         347\n# parent:       294\n# text:         org.hughski.ColorHug2.firmware [196]\n# SENT @346\n# NODE @347\n# size:         22\n# flags:        1\n# element_name: requires [041]\n# next:         0\n# parent:       294\n# NODE @369\n# size:         22\n# flags:        1\n# element_name: bootloader [050]\n# next:         0\n# parent:       347\n# text:         1.2.3 [227]\n# SENT @391\n# SENT @392\n# SENT @393\n# SENT @394\n# STRTAB @395\n# [000]: components\n# [011]: header\n# [018]: csum\n# [023]: component\n# [033]: id\n# [036]: name\n# [041]: requires\n# [050]: bootloader\n# [061]: origin\n# [068]: type\n# [073]: attr\n# [078]: lvfs\n# [083]: <&>\n# [087]: sha1\n# [092]: desktop\n# [100]: value\n# [106]: firmware\n# [115]: dead\n# [120]: gimp.desktop\n# [133]: GIMP & Friend?\n# [150]: org.gnome.Gimp.desktop\n# [173]: gnome-software.desktop\n# [196]: org.hughski.ColorHug2.firmware\n# [227]: 1.2.3\n# \n# <components origin=\"lvfs\">\n#   <header type=\"&lt;&amp;&gt;\">\n#     <csum type=\"sha1\">dead</csum>\n#   </header>\n#   <component type=\"desktop\" attr=\"value\">\n#     <id>gimp.desktop</id>\n#     <name>GIMP &amp; Friend?</name>\n#     <id>org.gnome.Gimp.desktop</id>\n#   </component>\n#   <component type=\"desktop\">\n#     <id>gnome-software.desktop</id>\n#   </component>\n#   <component type=\"firmware\">\n#     <id>org.hughski.ColorHug2.firmware</id>\n#     <requires>\n#       <bootloader>1.2.3</bootloader>\n#     </requires>\n#   </component>\n# </components>\nok 13 /libxmlb/builder\nok 14 /libxmlb/builder{comments}\n# DEBUG: \n# magic:        624c4d58\n# guid:         521b583e-e23f-6ae8-c526-abd50d9d0793\n# filesz:       @199\n# strtab:       @148\n# strtab_ntags: 3\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         22\n# flags:        1\n# element_name: component [011]\n# next:         0\n# parent:       40\n# NODE @84\n# size:         30\n# flags:        1\n# element_name: p [021]\n# next:         115\n# parent:       62\n# text:         Salut [035]\n# attr_name:    xml:lang [023]\n# attr_value:   fr [032]\n# SENT @114\n# NODE @115\n# size:         30\n# flags:        1\n# element_name: p [021]\n# next:         0\n# parent:       62\n# text:         Au revoir [041]\n# attr_name:    xml:lang [023]\n# attr_value:   fr [032]\n# SENT @145\n# SENT @146\n# SENT @147\n# STRTAB @148\n# [000]: components\n# [011]: component\n# [021]: p\n# [023]: xml:lang\n# [032]: fr\n# [035]: Salut\n# [041]: Au revoir\n# \nok 15 /libxmlb/builder{native-lang}\n# DEBUG: \n# magic:        624c4d58\n# guid:         86f53fd1-8102-3b2c-5f4b-a144217b70ae\n# filesz:       @193\n# strtab:       @140\n# strtab_ntags: 4\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         22\n# flags:        1\n# element_name: component [011]\n# next:         0\n# parent:       40\n# NODE @84\n# size:         30\n# flags:        1\n# element_name: description [021]\n# next:         0\n# parent:       62\n# attr_name:    xml:lang [035]\n# attr_value:   fr [044]\n# NODE @114\n# size:         22\n# flags:        1\n# element_name: p [033]\n# next:         0\n# parent:       84\n# text:         Salut [047]\n# SENT @136\n# SENT @137\n# SENT @138\n# SENT @139\n# STRTAB @140\n# [000]: components\n# [011]: component\n# [021]: description\n# [033]: p\n# [035]: xml:lang\n# [044]: fr\n# [047]: Salut\n# \nok 16 /libxmlb/builder{native-lang-nested}\nok 17 /libxmlb/builder{native-lang-locale}\n# DEBUG: magic:        624c4d58\n# guid:         456b8a53-ff2f-1058-7c71-f042d76e6f84\n# filesz:       @40\n# strtab:       @40\n# strtab_ntags: 0\n# STRTAB @40\n# \nok 18 /libxmlb/builder{empty}\n# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: failed to load silo: Failed to open file ?/tmp/temp.xmlb?: open() failed: No such file or directory\n# XbSilo-DEBUG: compiling 6a695122c2983ad2faa3f54c704d9fbacf56200d?\n# XbSilo-DEBUG: 0.02ms      compile 6a695122c2983ad2faa3f54c704d9fbacf56200d\n# XbSilo-DEBUG: 0.04ms      get size nodetab\n# XbSilo-DEBUG: 0.00ms      adding strtab element\n# XbSilo-DEBUG: 0.00ms      adding strtab attr name\n# XbSilo-DEBUG: 0.00ms      adding strtab attr value\n# XbSilo-DEBUG: 0.00ms      adding strtab text\n# XbSilo-DEBUG: 0.00ms      adding strtab tokens\n# XbSilo-DEBUG: 0.00ms      writing nodetab\n# XbSilo-DEBUG: 0.00ms      fixing ->parent and ->next\n# XbSilo-DEBUG: 0.00ms      appending strtab\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.03ms      save file\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.04ms      loaded file\n# XbSilo-DEBUG: /tmp/temp.xmlb changed, invalidating\n# XbSilo-DEBUG: /tmp/temp.xmlb changed, invalidating\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: failed to load silo: blob too small\n# XbSilo-DEBUG: compiling 6a695122c2983ad2faa3f54c704d9fbacf56200d?\n# XbSilo-DEBUG: 0.00ms      compile 6a695122c2983ad2faa3f54c704d9fbacf56200d\n# XbSilo-DEBUG: 0.03ms      get size nodetab\n# XbSilo-DEBUG: 0.00ms      adding strtab element\n# XbSilo-DEBUG: 0.00ms      adding strtab attr name\n# XbSilo-DEBUG: 0.00ms      adding strtab attr value\n# XbSilo-DEBUG: 0.00ms      adding strtab text\n# XbSilo-DEBUG: 0.00ms      adding strtab tokens\n# XbSilo-DEBUG: 0.00ms      writing nodetab\n# XbSilo-DEBUG: 0.00ms      fixing ->parent and ->next\n# XbSilo-DEBUG: 0.00ms      appending strtab\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.06ms      save file\n# XbSilo-DEBUG: 0.01ms      parse blob\n# XbSilo-DEBUG: 0.02ms      loaded file\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: 0.00ms      parse blob\n# XbSilo-DEBUG: 0.01ms      loaded file\n# XbSilo-DEBUG: GUID string: 0.3.22&6a695122c2983ad2faa3f54c704d9fbacf56200d\n# XbSilo-DEBUG: file: a0d96368-5aae-fb9e-ffc9-0ff9d1856056, current:a0d96368-5aae-fb9e-ffc9-0ff9d1856056\n# XbSilo-DEBUG: loading silo with existing file contents\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: a0d96368-5aae-fb9e-ffc9-0ff9d1856056, current:a0d96368-5aae-fb9e-ffc9-0ff9d1856056\n# XbSilo-DEBUG: loading silo with existing file contents\nok 19 /libxmlb/builder{ensure}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: failed to load silo: Failed to open file ?/tmp/temp.xmlb?: open() failed: No such file or directory\n# XbSilo-DEBUG: detected content type of temp.xml to be application/xml\n# XbSilo-DEBUG: /tmp/temp.xml.TZKH82 changed, invalidating\n# XbSilo-DEBUG: /tmp/temp.xml changed, invalidating\n# XbSilo-DEBUG: /tmp/temp.xml changed, invalidating\nok 20 /libxmlb/builder{ensure-watch-source}\n# <component type=\"desktop\"><id>gimp.desktop</id></component>\nok 21 /libxmlb/builder{node-vfunc}\n# DEBUG: ignoring (null)\n# DEBUG: ignoring components\n# DEBUG: ignoring id\n# DEBUG: ignoring id\n# <components><component><id>inkscape.desktop</id></component></components>\nok 22 /libxmlb/builder{node-vfunc-remove}\n# DEBUG: >(null)<\nok 23 /libxmlb/builder{node-vfunc-depth}\nok 24 /libxmlb/builder{node-vfunc-error}\n# XbSilo-DEBUG: ignoring: no node data\nok 25 /libxmlb/builder{node-vfunc-ignore}\n# XbSilo-DEBUG: ignoring invalid file 0bb31de2141de8d7e4b888bd4a11d2a60c32bcd7: Mismatched XML\n# <book><id>foobar</id></book>\nok 26 /libxmlb/builder{ignore-invalid}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: 6f18c718-bf59-c755-87b2-c6e8af404666, current:66cc1816-0087-4bf6-7256-0a8a3de0c560\n# XbSilo-DEBUG: detected content type of temp.desktop to be application/x-desktop\n# XbSilo-DEBUG: detected content type of temp to be application/xml\n<component type=\"desktop\"><id>temp.desktop</id></component>ok 27 /libxmlb/builder{custom-mime}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: 66cc1816-0087-4bf6-7256-0a8a3de0c560, current:ed5f5c0a-9d75-714a-3f5b-b2762d7cefeb\n# XbSilo-DEBUG: detected content type of test.xml.gz.gz.gz to be application/gzip\n# XbSilo-DEBUG: detected content type of test.xml.gz.gz to be application/gzip\n# XbSilo-DEBUG: detected content type of test.xml.gz to be application/gzip\n# XbSilo-DEBUG: detected content type of test.xml to be application/xml\n<id>Hello world!</id>ok 28 /libxmlb/builder{chained-adapters}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: ed5f5c0a-9d75-714a-3f5b-b2762d7cefeb, current:39d84c43-0524-a13a-2793-c9947028a2d3\n# XbSilo-DEBUG: detected content type of test.xml.xz to be application/x-xz\n# XbSilo-DEBUG: detected content type of test.xml to be application/xml\nok 29 /libxmlb/builder{source-lzma}\n# XbSilo-DEBUG: attempting to load /tmp/temp.xmlb\n# XbSilo-DEBUG: file: 39d84c43-0524-a13a-2793-c9947028a2d3, current:eddf190d-bf25-18e1-02af-74caf5fe07e4\n# XbSilo-DEBUG: detected content type of test.xml.zst to be application/zstd\n# XbSilo-DEBUG: detected content type of test.xml to be application/xml\nok 30 /libxmlb/builder{source-zstd}\n# <components origin=\"lvfs\">\n# <component type=\"desktop\">\n# <id>gimp.desktop</id>\n# <icon type=\"stock\">dave</icon>\n# <description>hello <em>world!</em>    \n# </description>\n# <empty />\n# </component>\n# </components>\n<components origin=\"lvfs\"><component type=\"desktop\"><id>gimp.desktop</id><icon type=\"stock\">dave</icon><description>hello <em>world!</em></description><empty /></component></components>ok 31 /libxmlb/builder-node\nok 32 /libxmlb/builder-node{token-max}\n# XbSilo-DEBUG: detected content type of temp.xml to be application/xml\n# XbSilo-DEBUG: detected content type of temp.xml to be application/xml\nok 33 /libxmlb/builder-node{info}\n# <component><description><p>Really long content\n# spanning multiple lines\n# </p></description></component>\nok 34 /libxmlb/builder-node{literal-text}\n# <component><description><p>Really long content spanning multiple lines</p></description></component>\nok 35 /libxmlb/builder-node{source-text}\n# DEBUG: \n# magic:        624c4d58\n# guid:         02961193-6400-3250-ca83-5421e0aefc13\n# filesz:       @283\n# strtab:       @201\n# strtab_ntags: 6\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: description [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         22\n# flags:        1\n# element_name: p [012]\n# next:         108\n# parent:       40\n# NODE @84\n# size:         22\n# flags:        1\n# element_name: code [014]\n# next:         0\n# parent:       62\n# text:         Title [031]\n# tail:         : [037]\n# SENT @106\n# SENT @107\n# NODE @108\n# size:         22\n# flags:        1\n# element_name: p [012]\n# next:         0\n# parent:       40\n# text:         There is a  [039]\n# NODE @130\n# size:         22\n# flags:        1\n# element_name: em [019]\n# next:         153\n# parent:       108\n# text:         slight [051]\n# tail:          risk of  [058]\n# SENT @152\n# NODE @153\n# size:         22\n# flags:        1\n# element_name: strong [022]\n# next:         176\n# parent:       108\n# text:         death [068]\n# tail:          here [074]\n# SENT @175\n# NODE @176\n# size:         22\n# flags:        1\n# element_name: a [029]\n# next:         0\n# parent:       108\n# text:         ! [080]\n# SENT @198\n# SENT @199\n# SENT @200\n# STRTAB @201\n# [000]: description\n# [012]: p\n# [014]: code\n# [019]: em\n# [022]: strong\n# [029]: a\n# [031]: Title\n# [037]: :\n# [039]: There is a \n# [051]: slight\n# [058]:  risk of \n# [068]: death\n# [074]:  here\n# [080]: !\n# \nok 36 /libxmlb/markup\n# DEBUG: \n# magic:        624c4d58\n# guid:         456b8a53-ff2f-1058-7c71-f042d76e6f84\n# filesz:       @146\n# strtab:       @94\n# strtab_ntags: 2\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: component [000]\n# next:         0\n# parent:       0\n# NODE @62\n# size:         30\n# flags:        3\n# element_name: summary [010]\n# next:         0\n# parent:       40\n# text:         A strategy game [018]\n# token:        strategy [034]\n# token:        strategi [043]\n# SENT @92\n# SENT @93\n# STRTAB @94\n# [000]: component\n# [010]: summary\n# [018]: A strategy game\n# [034]: strategy\n# [043]: strategi\n# \n# XbMachine-DEBUG: opcodes_sig=FUNC:text,?INT,FUNC:search\n# XbMachine-DEBUG: before optimizing: text(),?0,search()\n# XbMachine-DEBUG: ignoring optimized call to search(text(),?0): ?INT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),?0,search()\n# XbSilo-DEBUG: 0.00ms      query on component with `summary[text(),?0,search()]` [?0 ? strategi] limit=0 -> 1 results\nok 37 /libxmlb/token-search\n# DEBUG: \n# magic:        624c4d58\n# guid:         39e4450d-4365-ca8e-993c-e8e7708a7809\n# filesz:       @537\n# strtab:       @341\n# strtab_ntags: 8\n# NODE @40\n# size:         30\n# flags:        1\n# element_name: components [000]\n# next:         0\n# parent:       0\n# attr_name:    origin [054]\n# attr_value:   lvfs [070]\n# NODE @70\n# size:         22\n# flags:        1\n# element_name: header [011]\n# next:         124\n# parent:       40\n# NODE @92\n# size:         30\n# flags:        1\n# element_name: csum [018]\n# next:         0\n# parent:       70\n# text:         dead [101]\n# attr_name:    type [061]\n# attr_value:   sha1 [075]\n# SENT @122\n# SENT @123\n# NODE @124\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         286\n# parent:       40\n# attr_name:    type [061]\n# attr_value:   desktop [080]\n# NODE @154\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         177\n# parent:       124\n# text:         gimp.desktop [106]\n# SENT @176\n# NODE @177\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         200\n# parent:       124\n# text:         org.gnome.Gimp.desktop [119]\n# SENT @199\n# NODE @200\n# size:         30\n# flags:        3\n# element_name: name [036]\n# next:         231\n# parent:       124\n# text:         M?? [142]\n# token:        m?ss [185]\n# token:        mess [191]\n# SENT @230\n# NODE @231\n# size:         22\n# flags:        1\n# element_name: custom [041]\n# next:         0\n# parent:       124\n# NODE @253\n# size:         30\n# flags:        1\n# element_name: value [048]\n# next:         0\n# parent:       231\n# text:         TRUE [149]\n# attr_name:    key [066]\n# attr_value:   KEY [088]\n# SENT @283\n# SENT @284\n# SENT @285\n# NODE @286\n# size:         30\n# flags:        1\n# element_name: component [023]\n# next:         0\n# parent:       40\n# attr_name:    type [061]\n# attr_value:   firmware [092]\n# NODE @316\n# size:         22\n# flags:        1\n# element_name: id [033]\n# next:         0\n# parent:       286\n# text:         org.hughski.ColorHug2.firmware [154]\n# SENT @338\n# SENT @339\n# SENT @340\n# STRTAB @341\n# [000]: components\n# [011]: header\n# [018]: csum\n# [023]: component\n# [033]: id\n# [036]: name\n# [041]: custom\n# [048]: value\n# [054]: origin\n# [061]: type\n# [066]: key\n# [070]: lvfs\n# [075]: sha1\n# [080]: desktop\n# [088]: KEY\n# [092]: firmware\n# [101]: dead\n# [106]: gimp.desktop\n# [119]: org.gnome.Gimp.desktop\n# [142]: M??\n# [149]: TRUE\n# [154]: org.hughski.ColorHug2.firmware\n# [185]: m?ss\n# [191]: mess\n# \n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,TEXT,TEXT,FUNC:in\n# XbMachine-DEBUG: before optimizing: text(),'dave.desktop'^1,'another.desktop'^1,'gimp.desktop'^1,in()\n# XbMachine-DEBUG: ignoring optimized call to in(text(),'dave.desktop'^1,'another.desktop'^1,'gimp.desktop'^1): FUNC type not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'dave.desktop'^1,'another.desktop'^1,'gimp.desktop'^1,in()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:in\n# XbMachine-DEBUG: before optimizing: text(),'gimp.desktop'^1,in()\n# XbMachine-DEBUG: ignoring optimized call to in(text(),'gimp.desktop'^1): FUNC type not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp.desktop'^1,in()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq,FUNC:text,TEXT,FUNC:eq,FUNC:and\n# XbMachine-DEBUG: before optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1,eq()^1,and()\n# XbMachine-DEBUG: ignoring optimized call to and('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1,eq()^1): FUNC:TEXT types not supported\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text('key'^1,attr()^1,'KEY'^1,eq()^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('key'^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'TRUE'^1,eq()^1,and()\n# XbMachine-DEBUG: slow strcmp fallback of 'KEY'^1:$'KEY'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'TRUE'^1:$'TRUE'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq,FUNC:text,TEXT,FUNC:eq,FUNC:and\n# XbMachine-DEBUG: before optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1,eq()^1,and()\n# XbMachine-DEBUG: ignoring optimized call to and('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1,eq()^1): FUNC:TEXT types not supported\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text('key'^1,attr()^1,'KEY'^1,eq()^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^1,attr()^1,'KEY'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('key'^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'key'^1,attr()^1,'KEY'^1,eq()^1,text()^1,'FALSE'^1,eq()^1,and()\n# XbMachine-DEBUG: slow strcmp fallback of 'KEY'^1:$'KEY'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'FALSE'^1:$'TRUE'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq,FUNC:text,TEXT,FUNC:eq,FUNC:and\n# XbMachine-DEBUG: before optimizing: 'key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2,eq()^2,and()\n# XbMachine-DEBUG: ignoring optimized call to and('key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2,eq()^2): FUNC:TEXT types not supported\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text('key'^2,attr()^2,'KEY'^2,eq()^2): cannot optimize: no silo to query\n# XbMachine-DEBUG: ignoring optimized call to eq('key'^2,attr()^2,'KEY'^2): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('key'^2): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'key'^2,attr()^2,'KEY'^2,eq()^2,text()^2,'TRUE'^2,eq()^2,and()\n# XbMachine-DEBUG: slow strcmp fallback of 'KEY'^2:$'KEY'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'TRUE'^2:$'TRUE'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'dave',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'dave'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'dave',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'firmware'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,INTE,FUNC:ge\n# XbMachine-DEBUG: before optimizing: 'percentage',attr(),90,ge()\n# XbMachine-DEBUG: ignoring optimized call to ge('percentage',attr(),90): INTE:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('percentage'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'percentage',attr(),90,ge()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'dave',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'dave'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'dave',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'gimp.desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'org.gnome.Gimp.desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'dave':$'org.hughski.ColorHug2.firmware'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'firmware'^255\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:ne\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',ne()\n# XbMachine-DEBUG: ignoring optimized call to ne('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',ne()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'firmware'^255\n# XbMachine-DEBUG: opcodes_sig=INTE\n# XbMachine-DEBUG: before optimizing: 2,position(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(2,position()): FUNC:INTE types not supported\n# XbMachine-DEBUG: ignoring optimized call to position(2): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 2,position(),eq()\n# XbMachine-DEBUG: opcodes_sig=FUNC:last\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: ignoring optimized call to ne('type',attr(),'(null)'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,FUNC:not\n# XbMachine-DEBUG: before optimizing: 'dave'^1,attr()^1,not()\n# XbMachine-DEBUG: ignoring optimized call to not('dave'^1,attr()^1): FUNC type not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('dave'^1): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'dave'^1,attr()^1,not()\n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: ignoring optimized call to ne('type',attr(),'(null)'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'(null)',ne()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'dead',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'dead'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'dead',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'dead':$'dead'^255\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:search\n# XbMachine-DEBUG: before optimizing: text(),'gimp'[gimp],search()\n# XbMachine-DEBUG: ignoring optimized call to search(text(),'gimp'[gimp]): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp'[gimp],search()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:search\n# XbMachine-DEBUG: before optimizing: text(),'mEss'[mess],search()\n# XbMachine-DEBUG: ignoring optimized call to search(text(),'mEss'[mess]): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'mEss'[mess],search()\n# XbMachine-DEBUG: opcodes_sig=TEXT,INTE,FUNC:eq\n# XbMachine-DEBUG: before optimizing: '123',123,eq()\n# XbMachine-DEBUG: slow atoi fallback of 123:'123'\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: after optimizing: True\n# XbMachine-DEBUG: opcodes_sig=INTE,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 123,'123',eq()\n# XbMachine-DEBUG: slow atoi fallback of '123':123\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: after optimizing: True\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:starts-with\n# XbMachine-DEBUG: before optimizing: text()^1,'gimp'^1,starts-with()\n# XbMachine-DEBUG: ignoring optimized call to starts-with(text()^1,'gimp'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text()^1,'gimp'^1,starts-with()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:ends-with\n# XbMachine-DEBUG: before optimizing: text()^1,'.desktop'^1,ends-with()\n# XbMachine-DEBUG: ignoring optimized call to ends-with(text()^1,'.desktop'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text()^1,'.desktop'^1,ends-with()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:contains\n# XbMachine-DEBUG: before optimizing: text()^1,'imp'^1,contains()\n# XbMachine-DEBUG: ignoring optimized call to contains(text()^1,'imp'^1): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text()^1,'imp'^1,contains()\n# XbMachine-DEBUG: opcodes_sig=FUNC:position,TEXT,FUNC:number,FUNC:eq\n# XbMachine-DEBUG: before optimizing: position(),'2'^1,number(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(position(),'2'^1,number()): FUNC:TEXT types not supported\n# XbMachine-DEBUG: method ran, adding result 2^255\n# XbMachine-DEBUG: ignoring optimized call to position(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: position(),2,eq()\n# XbMachine-DEBUG: before optimizing: position(),2,eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(position(),2): INTE:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to position(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: position(),2,eq()\n# XbMachine-DEBUG: opcodes_sig=INTE,FUNC:string,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 2^1,string(),'2',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(2^1,string(),'2'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: method ran, adding result '2'^255\n# XbMachine-DEBUG: after optimizing: '2','2',eq()\n# XbMachine-DEBUG: before optimizing: '2','2',eq()\n# XbMachine-DEBUG: slow strcmp fallback of '2':'2'\n# XbMachine-DEBUG: method ran, adding result True\n# XbMachine-DEBUG: after optimizing: True\n# DEBUG: \n# <components origin=\"lvfs\">\n#   <header>\n#     <csum type=\"sha1\">dead</csum>\n#   </header>\n#   <component type=\"desktop\">\n#     <id> gimp.desktop </id>\n#     <id>org.gnome.Gimp.desktop</id>\n#     <name>M??</name>\n#     <custom>\n#       <value key=\"KEY\">TRUE</value>\n#     </custom>\n#   </component>\n#   <component type=\"firmware\">\n#     <id>org.hughski.ColorHug2.firmware</id>\n#   </component>\n# </components>\n# \n# XbMachine-DEBUG: opcodes_sig=TEXT,FUNC:attr,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq('type',attr(),'firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to attr('type'): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: 'type',attr(),'firmware',eq()\n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'org.hughski.ColorHug2.firmware',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'org.hughski.ColorHug2.firmware'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'org.hughski.ColorHug2.firmware',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'desktop'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'firmware':$'firmware'^255\n# XbMachine-DEBUG: slow strcmp fallback of 'org.hughski.ColorHug2.firmware':$'org.hughski.ColorHug2.firmware'^255\n# DEBUG: \n# <components origin=\"lvfs\">\n#   <header>\n#     <csum type=\"sha1\">dead</csum>\n#   </header>\n#   <component type=\"desktop\">\n#     <id> gimp.desktop </id>\n#     <id>org.gnome.Gimp.desktop</id>\n#     <name>M??</name>\n#     <custom>\n#       <value key=\"KEY\">TRUE</value>\n#     </custom>\n#   </component>\n#   <component type=\"firmware\">\n#     <id>org.hughski.ColorHug2.firmware</id>\n#   </component>\n# </components>\n# \n# XbMachine-DEBUG: opcodes_sig=FUNC:text,TEXT,FUNC:upper-case,FUNC:lower-case,FUNC:eq\n# XbMachine-DEBUG: before optimizing: text(),'Gimp.DESKTOP'^2,upper-case()^1,lower-case(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'Gimp.DESKTOP'^2,upper-case()^1,lower-case()): FUNC:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to lower-case(text(),'Gimp.DESKTOP'^2,upper-case()^1): FUNC type not supported\n# XbMachine-DEBUG: method ran, adding result 'GIMP.DESKTOP'^255\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'GIMP.DESKTOP'^1,lower-case(),eq()\n# XbMachine-DEBUG: before optimizing: text(),'GIMP.DESKTOP'^1,lower-case(),eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'GIMP.DESKTOP'^1,lower-case()): FUNC:TEXT types not supported\n# XbMachine-DEBUG: method ran, adding result 'gimp.desktop'^255\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp.desktop',eq()\n# XbMachine-DEBUG: before optimizing: text(),'gimp.desktop',eq()\n# XbMachine-DEBUG: ignoring optimized call to eq(text(),'gimp.desktop'): TEXT:FUNC types not supported\n# XbMachine-DEBUG: ignoring optimized call to text(): cannot optimize: no silo to query\n# XbMachine-DEBUG: after optimizing: text(),'gimp.desktop',eq()\n# XbMachine-DEBUG: slow strcmp fallback of 'gimp.desktop':$'gimp.desktop'^255\nok 38 /libxmlb/xpath\nok 39 /libxmlb/xpath-query\nok 40 /libxmlb/xpath-query{reverse}\nok 41 /libxmlb/xpath-query{force-node-cache}\nok 42 /libxmlb/xpath{helpers}\nok 43 /libxmlb/xpath{prepared}\nok 44 /libxmlb/xpath{incomplete}\nok 45 /libxmlb/xpath-parent\nok 46 /libxmlb/xpath-glob\nok 47 /libxmlb/xpath-node\nok 48 /libxmlb/xpath-parent-subnode\n# DEBUG: \n# magic:        624c4d58\n# guid:         66c75b2d-1e09-ab44-99c0-3af535d7246c\n# filesz:       @133\n# strtab:       @109\n# strtab_ntags: 1\n# NODE @40\n# size:         22\n# flags:        1\n# element_name: tag [000]\n# next:         63\n# parent:       0\n# text:         value [004]\n# SENT @62\n# NODE @63\n# size:         22\n# flags:        1\n# element_name: tag [000]\n# next:         86\n# parent:       0\n# text:         value2 [010]\n# SENT @85\n# NODE @86\n# size:         22\n# flags:        1\n# element_name: tag [000]\n# next:         0\n# parent:       0\n# text:         value3 [017]\n# SENT @108\n# STRTAB @109\n# [000]: tag\n# [004]: value\n# [010]: value2\n# [017]: value3\n# \n<tag>value</tag><tag>value2</tag><tag>value3</tag>ok 49 /libxmlb/multiple-roots\nok 50 /libxmlb/single-root\n# End of libxmlb tests\nPASS: libxmlb/libxmlb.test\nSUMMARY: total=1; passed=1; skipped=0; failed=0; user=0.0s; system=0.0s; maxrss=6512\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5105128288269043,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-logrotate_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-logrotate",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.000568389892578125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1423733234405518,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03311300277709961,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 12.777997970581055,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008509159088134766,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.logrotate.test-0001.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0002.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0003.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0004.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0005.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0006.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0007.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0008.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0009.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0010.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0011.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0012.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0013.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0014.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0015.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0016.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0017.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0018.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0019.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0020.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0021.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0022.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0023.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0024.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0025.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0026.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0027.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0028.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0029.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0030.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0031.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0032.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.logrotate.test-0033.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.logrotate.test-0034.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0035.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.logrotate.test-0036.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0037.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0038.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0039.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0040.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0041.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0042.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0043.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0044.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0045.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0046.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0047.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.logrotate.test-0048.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.logrotate.test-0049.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0050.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0051.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0052.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0053.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0054.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0055.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0056.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0057.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0058.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0059.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0060.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0061.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0062.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0063.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0064.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0065.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0066.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0067.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0068.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0069.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0070.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0071.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0072.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0073.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0074.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0075.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0076.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0077.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0078.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0079.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0080.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0081.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0082.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0083.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0084.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0085.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0086.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0087.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0088.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0089.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0090.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0091.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0092.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0093.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0094.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0100.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0101.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0102.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0103.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0104.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0105.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0106.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0107.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0108.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0109.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0110.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0111.sh": {
    "status": "PASSED"
   },
   "ptestresult.logrotate.test-0112.sh": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/logrotate/ptest\nmake  check-TESTS\nmake[1]: Entering directory '/usr/lib/logrotate/ptest'\nmake[2]: Entering directory '/usr/lib/logrotate/ptest'\nPASS: test-0001.sh\nPASS: test-0002.sh\nPASS: test-0003.sh\nPASS: test-0004.sh\nPASS: test-0005.sh\nPASS: test-0006.sh\nPASS: test-0007.sh\nPASS: test-0008.sh\nPASS: test-0009.sh\nPASS: test-0010.sh\nPASS: test-0011.sh\nPASS: test-0012.sh\nPASS: test-0013.sh\nPASS: test-0014.sh\nPASS: test-0015.sh\nPASS: test-0016.sh\nPASS: test-0017.sh\nPASS: test-0018.sh\nPASS: test-0019.sh\nPASS: test-0020.sh\nPASS: test-0021.sh\nPASS: test-0022.sh\nPASS: test-0023.sh\nPASS: test-0024.sh\nPASS: test-0025.sh\nPASS: test-0026.sh\nPASS: test-0027.sh\nPASS: test-0028.sh\nPASS: test-0029.sh\nPASS: test-0030.sh\nPASS: test-0031.sh\nSKIP: test-0032.sh\nSKIP: test-0033.sh\nPASS: test-0034.sh\nSKIP: test-0035.sh\nPASS: test-0036.sh\nPASS: test-0037.sh\nPASS: test-0038.sh\nPASS: test-0039.sh\nPASS: test-0040.sh\nPASS: test-0041.sh\nPASS: test-0042.sh\nPASS: test-0043.sh\nPASS: test-0044.sh\nPASS: test-0045.sh\nPASS: test-0046.sh\nSKIP: test-0047.sh\nSKIP: test-0048.sh\nPASS: test-0049.sh\nPASS: test-0050.sh\nPASS: test-0051.sh\nPASS: test-0052.sh\nPASS: test-0053.sh\nPASS: test-0054.sh\nPASS: test-0055.sh\nPASS: test-0056.sh\nPASS: test-0057.sh\nPASS: test-0058.sh\nPASS: test-0059.sh\nPASS: test-0060.sh\nPASS: test-0061.sh\nPASS: test-0062.sh\nPASS: test-0063.sh\nPASS: test-0064.sh\nPASS: test-0065.sh\nPASS: test-0066.sh\nPASS: test-0067.sh\nPASS: test-0068.sh\nPASS: test-0069.sh\nPASS: test-0070.sh\nPASS: test-0071.sh\nPASS: test-0072.sh\nPASS: test-0073.sh\nPASS: test-0074.sh\nPASS: test-0075.sh\nPASS: test-0076.sh\nPASS: test-0077.sh\nPASS: test-0078.sh\nPASS: test-0079.sh\nPASS: test-0080.sh\nPASS: test-0081.sh\nPASS: test-0082.sh\nPASS: test-0083.sh\nPASS: test-0084.sh\nPASS: test-0085.sh\nPASS: test-0086.sh\nPASS: test-0087.sh\nPASS: test-0088.sh\nPASS: test-0089.sh\nPASS: test-0090.sh\nPASS: test-0091.sh\nPASS: test-0092.sh\nPASS: test-0093.sh\nPASS: test-0094.sh\nPASS: test-0100.sh\nPASS: test-0101.sh\nPASS: test-0102.sh\nPASS: test-0103.sh\nPASS: test-0104.sh\nPASS: test-0105.sh\nPASS: test-0106.sh\nPASS: test-0107.sh\nPASS: test-0108.sh\nPASS: test-0109.sh\nPASS: test-0110.sh\nPASS: test-0111.sh\nPASS: test-0112.sh\n============================================================================\nTestsuite summary for logrotate 3.22.0\n============================================================================\n# TOTAL: 107\n# PASS:  102\n# SKIP:  5\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[2]: Leaving directory '/usr/lib/logrotate/ptest'\nmake[1]: Leaving directory '/usr/lib/logrotate/ptest'\nDURATION: 12\nEND: /usr/lib/logrotate/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "logrotate": {
     "duration": "12",
     "log": "START: ptest-runner\n2025-06-16T11:39\nmake  check-TESTS\nmake[1]: Entering directory '/usr/lib/logrotate/ptest'\nmake[2]: Entering directory '/usr/lib/logrotate/ptest'\nPASS: test-0001.sh\nPASS: test-0002.sh\nPASS: test-0003.sh\nPASS: test-0004.sh\nPASS: test-0005.sh\nPASS: test-0006.sh\nPASS: test-0007.sh\nPASS: test-0008.sh\nPASS: test-0009.sh\nPASS: test-0010.sh\nPASS: test-0011.sh\nPASS: test-0012.sh\nPASS: test-0013.sh\nPASS: test-0014.sh\nPASS: test-0015.sh\nPASS: test-0016.sh\nPASS: test-0017.sh\nPASS: test-0018.sh\nPASS: test-0019.sh\nPASS: test-0020.sh\nPASS: test-0021.sh\nPASS: test-0022.sh\nPASS: test-0023.sh\nPASS: test-0024.sh\nPASS: test-0025.sh\nPASS: test-0026.sh\nPASS: test-0027.sh\nPASS: test-0028.sh\nPASS: test-0029.sh\nPASS: test-0030.sh\nPASS: test-0031.sh\nSKIP: test-0032.sh\nSKIP: test-0033.sh\nPASS: test-0034.sh\nSKIP: test-0035.sh\nPASS: test-0036.sh\nPASS: test-0037.sh\nPASS: test-0038.sh\nPASS: test-0039.sh\nPASS: test-0040.sh\nPASS: test-0041.sh\nPASS: test-0042.sh\nPASS: test-0043.sh\nPASS: test-0044.sh\nPASS: test-0045.sh\nPASS: test-0046.sh\nSKIP: test-0047.sh\nSKIP: test-0048.sh\nPASS: test-0049.sh\nPASS: test-0050.sh\nPASS: test-0051.sh\nPASS: test-0052.sh\nPASS: test-0053.sh\nPASS: test-0054.sh\nPASS: test-0055.sh\nPASS: test-0056.sh\nPASS: test-0057.sh\nPASS: test-0058.sh\nPASS: test-0059.sh\nPASS: test-0060.sh\nPASS: test-0061.sh\nPASS: test-0062.sh\nPASS: test-0063.sh\nPASS: test-0064.sh\nPASS: test-0065.sh\nPASS: test-0066.sh\nPASS: test-0067.sh\nPASS: test-0068.sh\nPASS: test-0069.sh\nPASS: test-0070.sh\nPASS: test-0071.sh\nPASS: test-0072.sh\nPASS: test-0073.sh\nPASS: test-0074.sh\nPASS: test-0075.sh\nPASS: test-0076.sh\nPASS: test-0077.sh\nPASS: test-0078.sh\nPASS: test-0079.sh\nPASS: test-0080.sh\nPASS: test-0081.sh\nPASS: test-0082.sh\nPASS: test-0083.sh\nPASS: test-0084.sh\nPASS: test-0085.sh\nPASS: test-0086.sh\nPASS: test-0087.sh\nPASS: test-0088.sh\nPASS: test-0089.sh\nPASS: test-0090.sh\nPASS: test-0091.sh\nPASS: test-0092.sh\nPASS: test-0093.sh\nPASS: test-0094.sh\nPASS: test-0100.sh\nPASS: test-0101.sh\nPASS: test-0102.sh\nPASS: test-0103.sh\nPASS: test-0104.sh\nPASS: test-0105.sh\nPASS: test-0106.sh\nPASS: test-0107.sh\nPASS: test-0108.sh\nPASS: test-0109.sh\nPASS: test-0110.sh\nPASS: test-0111.sh\nPASS: test-0112.sh\n============================================================================\nTestsuite summary for logrotate 3.22.0\n============================================================================\n# TOTAL: 107\n# PASS:  102\n# SKIP:  5\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake[2]: Leaving directory '/usr/lib/logrotate/ptest'\nmake[1]: Leaving directory '/usr/lib/logrotate/ptest'\nDURATION: 12\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5153560638427734,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-lttng-tools_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-lttng-tools",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0011849403381347656,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.186994791030884,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031766653060913086,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 1724.5487506389618,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008361339569091797,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_1_-_Successfully_opened_a_config_file,_registered_to_all_sections": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_2_-_Processed_entries_from_each_sections": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_3_-_Text_value_parsed_correctly": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_4_-_Successfully_opened_a_config_file,_registered_to_one_section": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_5_-_Processed_an_entry_from_section1_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_6_-_Int_value_parsed_correctly": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_7_-_Successfully_opened_a_config_file,_registered_to_the_global_section": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ini_config/test_ini_config_8_-_Processed_an_entry_from_the_global_section_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_2_-_Create_session_kernel_all_events_basic_in_-o_/tmp/tmp.XXXXXXXXXXvent_trace_path.serPBp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_3_-_Enable_kernel_event_-a_for_session_kernel_all_events_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_4_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_5_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_6_-_Validate_trace_for_event_sched_switch,_60_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_7_-_Destroy_session_kernel_all_events_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_all_events_8_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_10_-_Destroy_session_callstack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_11_-_Validate_userspace_callstack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_12_-_Create_session_callstack_in_-o_/tmp/tmp.XXXXXXXXXXl_callstack_trace_path.RD0uLi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_13_-_Enable_channel_chan0_for_session_callstack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_14_-_Enable_kernel_syscall_read_for_session_callstack_on_channel_chan0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_15_-_Add_context_command_for_type:_callstack-kernel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_16_-_Untrack_command_with_opts:_-s_callstack_--all_--pid_-k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_17_-_Track_command_with_opts:_-s_callstack_-k_--pid=2826": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_18_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_19_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_20_-_Destroy_session_callstack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_21_-_Validate_kernel_callstack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_22_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_2_-_Create_session_callstack_in_-o_/tmp/tmp.XXXXXXXXXXcallstack_trace_path.KOkK3a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_3_-_Enable_channel_chan0_for_session_callstack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_4_-_Enable_kernel_syscall_gettid_for_session_callstack_on_channel_chan0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_5_-_Add_context_command_for_type:_callstack-user": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_6_-_Untrack_command_with_opts:_-s_callstack_--all_--pid_-k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_7_-_Track_command_with_opts:_-s_callstack_-k_--pid=2799": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_8_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_callstack_9_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_2_-_Create_session_test_session_name_in_-o_/tmp/tmp.XXXXXXXXXXel_buffer_trace_path.VmN1od": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_3_-_Enable_channel_test_channel_name_for_session_test_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_4_-_Destroy_session_test_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_5_-_Create_session_test_session_name_in_-o_/tmp/tmp.XXXXXXXXXXel_buffer_too_large_trace_path.u0KrSE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_6_-_Enable_channel_test_channel_name_for_session_test_session_name_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_7_-_Destroy_session_test_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_channel_8_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_10_-_Tokens_to_check_4__and_provided_values_4__count_is_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_11_-_Token_\"name\"_expect:lttng_test_clock_override_got:lttng_test_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_12_-_Token_\"uuid\"_expect:83c63deb-7aa4-48fb-abda-946f400d76e6_got:83c63deb-7aa4-48fb-abda-946f400d76e6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_13_-_Token_\"description\"_expect:Freeze_time_with_1KHz_for_regression_test_got:Freeze_time_with_1KHz_for_regression_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_14_-_Token_\"freq\"_expect:1000_got:1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_15_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_16_-_Create_session_clock_override_in_-o_/tmp/tmp.XXXXXXXXXX_override_trace_path.epoQ9S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_17_-_Enable_kernel_event_lttng_test_filter_event_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_18_-_Start_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_19_-_Stop_lttng_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_20_-_Destroy_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_21_-_Unique_event_timestamps_without_clock_override:_10_expect_>1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_22_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_23_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_24_-_Create_session_clock_override_in_-o_/tmp/tmp.XXXXXXXXXX_override_trace_path.epoQ9S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_25_-_Enable_kernel_event_lttng_test_filter_event_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_26_-_Start_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_27_-_Stop_lttng_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_28_-_Destroy_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_29_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_2_-_Create_session_clock_override_in_-o_/tmp/tmp.XXXXXXXXXX_override_trace_path.ZFzP9t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_30_-_Unique_event_timestamps_with_clock_override:_1_expect_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_3_-_Enable_kernel_event_lttng_test_filter_event_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_4_-_Start_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_5_-_Stop_lttng_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_6_-_Destroy_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_7_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_8_-_Metadata_extraction_from_babeltrace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_clock_override_9_-_Clock_metadata_extraction": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_10_-_Validate_trace_for_event_sched_process_exit,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_11_-_Validate_trace_for_event_sched_process_fork,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_12_-_Destroy_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_13_-_Create_session_kernel_enable_after_start_in_-o_/tmp/tmp.XXXXXXXXXXe_after_start_trace_path.HLQ19f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_14_-_Enable_kernel_event_sched_switch_for_session_kernel_enable_after_start": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_15_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_16_-_Enable_kernel_event_sched_process_exit_for_session_kernel_enable_after_start": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_17_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_18_-_Validate_trace_for_event_sched_switch,_82_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_19_-_Validate_trace_for_event_sched_process_exit,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_20_-_Destroy_session_kernel_enable_after_start": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_21_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_2_-_Create_session_kernel_event_basic_in_-o_/tmp/tmp.XXXXXXXXXX_basic_trace_path.HFe0lb": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_3_-_Enable_kernel_event_sched_switch_for_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_4_-_Enable_kernel_event_sched_process_exit_for_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_5_-_Enable_kernel_event_sched_process_fork_for_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_6_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_7_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_8_-_Kernel_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_event_basic_9_-_Validate_trace_for_event_sched_switch,_49_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_1_-_Create_session_kernel_function_basic_in_-o_/tmp/tmp.XXXXXXXXXXl_function_basic_trace_path.i2MvLY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_2_-_Enable_kernel_function_event_for_session_kernel_function_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_3_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_4_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_5_-_Validate_trace_for_event_my_event_name_entry,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_6_-_Validate_trace_for_event_my_event_name_exit,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_kernel_function_7_-_Destroy_session_kernel_function_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_10_-_Trace_match_with_1_for_expression_'test_logger'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_11_-_Destroy_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_12_-_Create_session_kernel_event_basic_in_-o_/tmp/tmp.XXXXXXXXXXogger_trace_path.PwDaXn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_13_-_Enable_kernel_event_lttng_logger_for_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_14_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_15_-_/dev/lttng-logger_is_a_character_device": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_16_-_Write_in_/dev/lttng-logger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_17_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_18_-_Validate_trace_for_event_lttng_logger,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_19_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_20_-_Trace_match_with_1_for_expression_'test_logger'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_21_-_Destroy_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_22_-_Create_session_kernel_event_basic_in_-o_/tmp/tmp.XXXXXXXXXXad_limit_trace_path.3iZkzw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_23_-_Enable_kernel_event_lttng_logger_for_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_24_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_25_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_26_-_Validate_trace_for_event_lttng_logger,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_27_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_28_-_Trace_match_with_4_for_expression_'test_logger'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_29_-_Destroy_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_2_-_Create_session_kernel_event_basic_in_-o_/tmp/tmp.XXXXXXXXXXlogger_trace_path.ZHayvr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_30_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_3_-_Enable_kernel_event_lttng_logger_for_session_kernel_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_4_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_5_-_/proc/lttng-logger_exists": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_6_-_Write_in_/proc/lttng-logger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_7_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_8_-_Validate_trace_for_event_lttng_logger,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_lttng_logger_9_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_10_-_Destroy_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_11_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_12_-_Get_current_ipc_namespace_inode:_4026531839": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_13_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_14_-_Create_session_ipc_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.ro2fUb": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_15_-_Enable_channel_ipc_ns_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_16_-_Add_context_command_for_type:_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_17_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_18_-_Start_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_19_-_Stop_lttng_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_1_-_Get_current_cgroup_namespace_inode:_4026531835": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_20_-_Validate_trace_for_event_ipc_ns_=_4026531839,_36_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_21_-_Destroy_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_22_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_23_-_Get_current_mnt_namespace_inode:_4026531841": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_24_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_25_-_Create_session_mnt_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.0OXvmW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_26_-_Enable_channel_mnt_ns_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_27_-_Add_context_command_for_type:_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_28_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_29_-_Start_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_30_-_Stop_lttng_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_31_-_Validate_trace_for_event_mnt_ns_=_4026531841,_36_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_32_-_Destroy_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_33_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_34_-_Get_current_net_namespace_inode:_4026531840": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_35_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_36_-_Create_session_net_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.PSUQC8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_37_-_Enable_channel_net_ns_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_38_-_Add_context_command_for_type:_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_39_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_3_-_Create_session_cgroup_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.DiTbGw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_40_-_Start_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_41_-_Stop_lttng_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_42_-_Validate_trace_for_event_net_ns_=_4026531840,_36_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_43_-_Destroy_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_44_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_45_-_Get_current_pid_namespace_inode:_4026531836": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_46_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_47_-_Create_session_pid_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.0YZVjU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_48_-_Enable_channel_pid_ns_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_49_-_Add_context_command_for_type:_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_4_-_Enable_channel_cgroup_ns_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_50_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_51_-_Start_tracing_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_52_-_Stop_lttng_tracing_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_53_-_Validate_trace_for_event_pid_ns_=_4026531836,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_54_-_Destroy_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_55_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_56_-_Get_current_time_namespace_inode:_4026531834": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_57_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_58_-_Create_session_time_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.XkGf22": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_59_-_Enable_channel_time_ns_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_5_-_Add_context_command_for_type:_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_60_-_Add_context_command_for_type:_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_61_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_62_-_Start_tracing_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_63_-_Stop_lttng_tracing_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_64_-_Validate_trace_for_event_time_ns_=_4026531834,_36_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_65_-_Destroy_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_66_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_67_-_Get_current_user_namespace_inode:_4026531837": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_68_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_69_-_Create_session_user_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.WoIruh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_6_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_70_-_Enable_channel_user_ns_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_71_-_Add_context_command_for_type:_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_72_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_73_-_Start_tracing_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_74_-_Stop_lttng_tracing_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_75_-_Validate_trace_for_event_user_ns_=_4026531837,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_76_-_Destroy_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_77_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_78_-_Get_current_uts_namespace_inode:_4026531838": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_79_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_7_-_Start_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_80_-_Create_session_uts_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.EsWzBF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_81_-_Enable_channel_uts_ns_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_82_-_Add_context_command_for_type:_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_83_-_Add_syscall_with_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_84_-_Start_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_85_-_Stop_lttng_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_86_-_Validate_trace_for_event_uts_ns_=_4026531838,_36_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_87_-_Destroy_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_88_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_8_-_Stop_lttng_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_9_-_Validate_trace_for_event_cgroup_ns_=_4026531835,_36_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_100_-_Create_session_uts_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.k8ZFv5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_101_-_Enable_channel_uts_ns_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_102_-_Add_context_command_for_type:_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_103_-_Enable_kernel_syscall_unshare_for_session_uts_ns_on_channel_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_104_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_105_-_Start_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_106_-_Get_app_current_uts_namespace_inode:_4026532338": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_107_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_108_-_Stop_lttng_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_109_-_Validate_trace_for_event_uts_ns_=_4026531838,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_10_-_Start_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_110_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_111_-_Validate_trace_for_event_uts_ns_=_4026532338,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_112_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_113_-_Destroy_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_114_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_11_-_Get_app_current_cgroup_namespace_inode:_4026532337": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_12_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_13_-_Stop_lttng_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_14_-_Validate_trace_for_event_cgroup_ns_=_4026531835,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_15_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_16_-_Validate_trace_for_event_cgroup_ns_=_4026532337,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_17_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_18_-_Destroy_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_19_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_1_-_Get_current_cgroup_namespace_inode:_4026531835": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_20_-_Get_current_ipc_namespace_inode:_4026531839": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_21_-_Launch_test_app.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_22_-_Get_app_current_ipc_namespace_inode:_4026531839": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_23_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_24_-_Create_session_ipc_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.sz3WMN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_25_-_Enable_channel_ipc_ns_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_26_-_Add_context_command_for_type:_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_27_-_Enable_kernel_syscall_unshare_for_session_ipc_ns_on_channel_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_28_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_29_-_Start_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_2_-_Launch_test_app.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_30_-_Get_app_current_ipc_namespace_inode:_4026532338": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_31_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_32_-_Stop_lttng_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_33_-_Validate_trace_for_event_ipc_ns_=_4026531839,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_34_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_35_-_Validate_trace_for_event_ipc_ns_=_4026532338,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_36_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_37_-_Destroy_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_38_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_39_-_Get_current_mnt_namespace_inode:_4026531841": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_3_-_Get_app_current_cgroup_namespace_inode:_4026531835": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_40_-_Launch_test_app.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_41_-_Get_app_current_mnt_namespace_inode:_4026531841": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_42_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_43_-_Create_session_mnt_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.ZuYQ6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_44_-_Enable_channel_mnt_ns_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_45_-_Add_context_command_for_type:_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_46_-_Enable_kernel_syscall_unshare_for_session_mnt_ns_on_channel_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_47_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_48_-_Start_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_49_-_Get_app_current_mnt_namespace_inode:_4026532337": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_4_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_50_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_51_-_Stop_lttng_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_52_-_Validate_trace_for_event_mnt_ns_=_4026531841,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_53_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_54_-_Validate_trace_for_event_mnt_ns_=_4026532337,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_55_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_56_-_Destroy_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_57_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_58_-_Get_current_net_namespace_inode:_4026531840": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_59_-_Launch_test_app.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_5_-_Create_session_cgroup_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.9S6MHW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_60_-_Get_app_current_net_namespace_inode:_4026531840": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_61_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_62_-_Create_session_net_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.htmrrd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_63_-_Enable_channel_net_ns_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_64_-_Add_context_command_for_type:_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_65_-_Enable_kernel_syscall_unshare_for_session_net_ns_on_channel_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_66_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_67_-_Start_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_68_-_Get_app_current_net_namespace_inode:_4026532338": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_69_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_6_-_Enable_channel_cgroup_ns_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_70_-_Stop_lttng_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_71_-_Validate_trace_for_event_net_ns_=_4026531840,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_72_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_73_-_Validate_trace_for_event_net_ns_=_4026532338,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_74_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_75_-_Destroy_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_76_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_77_-_Get_current_user_namespace_inode:_4026531837": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_78_-_Launch_test_app.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_79_-_Get_app_current_user_namespace_inode:_4026531837": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_7_-_Add_context_command_for_type:_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_80_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_81_-_Create_session_user_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.TOC1La": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_82_-_Enable_channel_user_ns_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_83_-_Add_context_command_for_type:_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_84_-_Enable_kernel_syscall_unshare_for_session_user_ns_on_channel_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_85_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_86_-_Start_tracing_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_87_-_Get_app_current_user_namespace_inode:_4026532337": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_88_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_89_-_Stop_lttng_tracing_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_8_-_Enable_kernel_syscall_unshare_for_session_cgroup_ns_on_channel_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_90_-_Validate_trace_for_event_user_ns_=_4026531837,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_91_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_92_-_Validate_trace_for_event_user_ns_=_4026532337,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_93_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_94_-_Destroy_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_95_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_96_-_Get_current_uts_namespace_inode:_4026531838": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_97_-_Launch_test_app.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_98_-_Get_app_current_uts_namespace_inode:_4026531838": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_99_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_ns_contexts_change_9_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_100_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_101_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_102_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_103_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_104_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_105_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_106_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_107_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_108_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_109_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_10_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_110_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_111_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_112_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_113_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_114_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_115_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_116_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_117_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_118_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_119_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_11_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_120_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_121_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_122_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_123_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_124_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_125_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_126_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_127_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_128_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_129_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_12_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_130_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_13_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_14_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_15_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_16_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_17_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_18_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_19_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_20_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_21_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_22_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_23_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_24_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_25_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_26_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_27_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_28_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_29_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_2_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_30_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_31_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_32_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_33_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_34_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_35_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_36_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_37_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_38_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_39_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_3_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_40_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_41_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_42_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_43_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_44_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_45_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_46_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_47_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_48_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_49_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_4_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_50_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_51_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_52_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_53_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_54_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_55_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_56_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_57_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_58_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_59_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_5_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_60_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_61_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_62_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_63_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_64_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_65_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_66_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_67_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_68_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_69_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_6_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_70_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_71_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_72_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_73_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_74_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_75_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_76_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_77_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_78_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_79_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_7_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_80_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_81_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_82_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_83_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_84_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_85_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_86_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_87_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_88_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_89_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_8_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_90_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_91_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_92_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_93_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_94_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_95_-_Enable_event_lttng_test_filter_event_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_96_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_97_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_98_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_99_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_rotation_destroy_flush_9_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_100_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_101_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_102_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_10_-_Validate_trace_for_event_ppoll,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_11_-_Validate_trace_for_event_epoll_ctl,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_12_-_Validate_trace_for_event_epoll_wait,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_13_-_Validate_trace_for_event_epoll_pwait,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_14_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_15_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_16_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_timeout_cases_trace_path.r5Ves2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_17_-_Enable_kernel_syscall_select,pselect6,poll,ppoll,epoll_ctl,epoll_wait,epoll_pwait_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_18_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_19_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_20_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_21_-_Validate_trace_for_event_select,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_22_-_Validate_trace_for_event_pselect6,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_23_-_Validate_trace_for_event_poll,_18_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_24_-_Validate_trace_for_event_ppoll,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_25_-_Validate_trace_for_event_epoll_ctl,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_26_-_Validate_trace_for_event_epoll_wait,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_27_-_Validate_trace_for_event_epoll_pwait,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_28_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_29_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_2_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_working_cases_trace_path.vqxrpm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_30_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_pselect_invalid_fd_trace_path.xZiCqL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_31_-_Enable_kernel_syscall_pselect6_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_32_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_33_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_34_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_35_-_Validate_trace_for_event_pselect6,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_36_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_37_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_38_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_big_ppoll_trace_path.u7GtE3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_39_-_Enable_kernel_syscall_ppoll_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_3_-_Enable_kernel_syscall_select,pselect6,poll,ppoll,epoll_ctl,epoll_wait,epoll_pwait_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_40_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_41_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_42_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_43_-_Validate_trace_for_event_ppoll,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_44_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_45_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_46_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_overflow_trace_path.3edlil": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_47_-_Enable_kernel_syscall_ppoll_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_48_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_49_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_4_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_50_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_51_-_Validate_trace_for_event_ppoll,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_52_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_53_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_54_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_pselect_invalid_ptr_trace_path.Am1KaO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_55_-_Enable_kernel_syscall_pselect6_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_56_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_57_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_58_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_59_-_Validate_trace_for_event_pselect6,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_5_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_60_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_61_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_62_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_ulong_max_trace_path.GXyxRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_63_-_Enable_kernel_syscall_ppoll_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_64_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_65_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_66_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_67_-_Validate_trace_for_event_ppoll,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_68_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_69_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_6_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_70_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_invalid_ptr_trace_path.R8ry3j": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_71_-_Enable_kernel_syscall_epoll_pwait_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_72_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_73_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_74_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_75_-_Validate_trace_for_event_epoll_pwait,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_76_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_77_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_78_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_int_max_trace_path.3T9PRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_79_-_Enable_kernel_syscall_epoll_pwait_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_7_-_Validate_trace_for_event_select,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_80_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_81_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_82_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_83_-_Validate_trace_for_event_epoll_pwait,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_84_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_85_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_86_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_concurrent_trace_path.Pp0F5S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_87_-_Enable_kernel_syscall_ppoll_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_88_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_89_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_8_-_Validate_trace_for_event_pselect6,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_90_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_91_-_Validate_trace_for_event_ppoll,_2709_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_92_-_Validation_skipped": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_93_-_Destroy_session_syscall_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_94_-_Create_session_syscall_payload_in_-o_/tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_concurrent_trace_path.9RKHFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_95_-_Enable_kernel_syscall_epoll_ctl,epoll_pwait_for_session_syscall_payload_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_96_-_Add_context_command_for_type:_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_97_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_98_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_99_-_Validate_trace_for_event_epoll_ctl,_364031_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_select_poll_epoll_9_-_Validate_trace_for_event_poll,_18_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_100_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_enable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_101_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_102_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_103_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_104_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_105_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_106_-_Validate_trace_for_expression_'-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_107_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_108_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_109_-_Destroy_session_kernel_syscall_enable_all_disable_all_enable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_10_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_110_-_Create_session_kernel_syscall_enable_all_disable_all_twice_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_twice_trace_path.rFc15k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_111_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_112_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_113_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_114_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_115_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_116_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_117_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_118_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_119_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_11_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_120_-_Destroy_session_kernel_syscall_enable_all_disable_all_twice": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_121_-_Create_session_kernel_syscall_enable_all_enable_one_disable_all_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_all_enable_one_disable_all_trace_path.A1ETqA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_122_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_enable_one_disable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_123_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_all_enable_one_disable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_124_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_enable_one_disable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_125_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_126_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_127_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_128_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_129_-_Trace_match_with_0_event_openat": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_12_-_Trace_match_with_4_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:_-e_syscall_exit_close:_-e_compat_syscall_exit_close:'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_130_-_Destroy_session_kernel_syscall_enable_all_enable_one_disable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_131_-_Create_session_kernel_syscall_enable_one_enable_all_disable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_one_enable_all_disable_one_trace_path.VEKiRO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_132_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_one_enable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_133_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_one_enable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_134_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_enable_one_enable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_135_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_136_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_137_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_138_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_139_-_Validate_trace_for_event_openat,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_13_-_Destroy_session_kernel_syscall_simple_list": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_140_-_Destroy_session_kernel_syscall_enable_one_enable_all_disable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_141_-_Create_session_kernel_syscall_enable_one_enable_all_disable_all_disable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_one_enable_all_disable_all_disable_one_trace_path.42gY26": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_142_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_one_enable_all_disable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_143_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_one_enable_all_disable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_144_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_one_enable_all_disable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_145_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_enable_one_enable_all_disable_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_146_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_147_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_148_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_149_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_14_-_Create_session_kernel_syscall_simple_list_two_in_-o_/tmp/tmp.XXXXXXXXXXll_simple_list_two_trace_path.c9jkqa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_150_-_Trace_match_with_0_event_openat": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_151_-_Destroy_session_kernel_syscall_enable_one_enable_all_disable_all_disable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_152_-_Create_session_kernel_syscall_enable_one_disable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_one_disable_one_trace_path.JuahAh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_153_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_one_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_154_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_enable_one_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_155_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_156_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_157_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_158_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_159_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_15_-_Enable_kernel_syscall_close_for_session_kernel_syscall_simple_list_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_160_-_Destroy_session_kernel_syscall_enable_one_disable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_161_-_Create_session_kernel_syscall_enable_two_disable_two_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_two_disable_two_trace_path.l7acI6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_162_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_two_disable_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_163_-_Enable_kernel_syscall_close_for_session_kernel_syscall_enable_two_disable_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_164_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_enable_two_disable_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_165_-_Disable_kernel_syscall_close_for_session_kernel_syscall_enable_two_disable_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_166_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_167_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_168_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_169_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_16_-_Enable_kernel_syscall_read_for_session_kernel_syscall_simple_list_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_170_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_171_-_Destroy_session_kernel_syscall_enable_two_disable_two": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_172_-_Create_session_kernel_syscall_enable_two_disable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_two_disable_one_trace_path.4JeFFx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_173_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_two_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_174_-_Enable_kernel_syscall_close_for_session_kernel_syscall_enable_two_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_175_-_Disable_kernel_syscall_close_for_session_kernel_syscall_enable_two_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_176_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_177_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_178_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_179_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_17_-_Validate_syscall_listing._Found_close.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_180_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_181_-_Validate_trace_for_expression_'-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_182_-_Trace_match_with_4_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:_-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_183_-_Destroy_session_kernel_syscall_enable_two_disable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_184_-_Create_session_kernel_syscall_disable_twice_in_-o_/tmp/tmp.XXXXXXXXXXll_disable_twice_trace_path.IICJIf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_185_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_disable_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_186_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_disable_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_187_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_disable_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_188_-_Destroy_session_kernel_syscall_disable_twice": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_189_-_Create_session_kernel_syscall_disable_all_twice_in_-o_/tmp/tmp.XXXXXXXXXXll_disable_all_twice_trace_path.hCwpA5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_18_-_Validate_syscall_listing._Found_read.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_190_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_191_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_192_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_disable_all_twice_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_193_-_Destroy_session_kernel_syscall_disable_all_twice": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_194_-_Create_session_kernel_syscall_enable_unknown_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_unknown_trace_path.l2MpDA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_195_-_Enable_kernel_syscall_thissyscallcannotexist_for_session_kernel_syscall_enable_unknown_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_196_-_Destroy_session_kernel_syscall_enable_unknown": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_197_-_Create_session_kernel_syscall_enable_all_enable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_all_enable_one_trace_path.9xktR8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_198_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_enable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_199_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_enable_all_enable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_19_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_200_-_Destroy_session_kernel_syscall_enable_all_enable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_201_-_Create_session_kernel_syscall_enable_all_enable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_disable_all_disable_one_trace_path.q5DFNv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_202_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_enable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_203_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_enable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_204_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_enable_all_enable_one_on_channel_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_205_-_Destroy_session_kernel_syscall_enable_all_enable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_206_-_Create_session_kernel_syscall_enable_channel_disable_all_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_channel_disable_all_trace_path.xZFlqk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_207_-_Enable_channel_channel_for_session_kernel_syscall_enable_channel_disable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_208_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_channel_disable_all_on_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_209_-_Destroy_session_kernel_syscall_enable_channel_disable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_20_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_210_-_Create_session_kernel_syscall_enable_channel_disable_all_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_channel_disable_one_trace_path.cufLoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_211_-_Enable_channel_channel_for_session_kernel_syscall_enable_channel_disable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_212_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_enable_channel_disable_all_on_channel_channel_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_213_-_Destroy_session_kernel_syscall_enable_channel_disable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_214_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_21_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_22_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_23_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_24_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_25_-_Validate_trace_for_expression_'-e_syscall_entry_read:_-e_compat_syscall_entry_read:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_26_-_Validate_trace_for_expression_'-e_syscall_exit_read:_-e_compat_syscall_exit_read:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_27_-_Trace_match_with_8_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:_-e_syscall_exit_close:_-e_compat_syscall_exit_close:_-e_syscall_entry_read:_-e_compat_syscall_entry_read:_-e_syscall_exit_read:_-e_compat_syscall_exit_read:'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_28_-_Destroy_session_kernel_syscall_simple_list_two": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_29_-_Create_session_kernel_syscall_single_in_-o_/tmp/tmp.XXXXXXXXXXll_single_trace_path.qAo1QK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_2_-_Validate_syscall_listing._Found_getpid.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_30_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_single_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_31_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_32_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_33_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_34_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_35_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_36_-_Validate_trace_for_expression_'-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_37_-_Trace_match_with_4_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:_-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_38_-_Destroy_session_kernel_syscall_single": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_39_-_Create_session_kernel_syscall_two_in_-o_/tmp/tmp.XXXXXXXXXXll_two_trace_path.YZkZe4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_3_-_Create_session_kernel_syscall_simple_list_in_-o_/tmp/tmp.XXXXXXXXXXll_simple_list_trace_path.C1RDZT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_40_-_Enable_kernel_syscall_openat_for_session_kernel_syscall_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_41_-_Enable_kernel_syscall_close_for_session_kernel_syscall_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_42_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_43_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_44_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_45_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_46_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_47_-_Validate_trace_for_expression_'-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_48_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_49_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_4_-_Enable_kernel_syscall_close_for_session_kernel_syscall_simple_list_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_50_-_Trace_match_with_8_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:_-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:_-e_syscall_entry_close:_-e_compat_syscall_entry_close:_-e_syscall_exit_close:_-e_compat_syscall_exit_close:'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_51_-_Destroy_session_kernel_syscall_two": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_52_-_Create_session_kernel_syscall_all_in_-o_/tmp/tmp.XXXXXXXXXXll_all_trace_path.1uhpVg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_53_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_54_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_55_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_56_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_57_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_58_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_59_-_Validate_trace_for_expression_'-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_5_-_Validate_syscall_listing._Found_close.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_60_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_61_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_62_-_Destroy_session_kernel_syscall_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_63_-_Create_session_kernel_syscall_all_disable_one_in_-o_/tmp/tmp.XXXXXXXXXXll_all_disable_one_trace_path.CrtTjP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_64_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_all_disable_one_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_65_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_all_disable_one_on_channel_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_66_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_67_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_68_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_69_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_6_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_70_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:_-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_71_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_72_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_73_-_Destroy_session_kernel_syscall_all_disable_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_74_-_Create_session_kernel_syscall_all_disable_two_in_-o_/tmp/tmp.XXXXXXXXXXll_all_disable_two_trace_path.f3ALpE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_75_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_all_disable_two_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_76_-_Disable_kernel_syscall_openat_for_session_kernel_syscall_all_disable_two_on_channel_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_77_-_Disable_kernel_syscall_close_for_session_kernel_syscall_all_disable_two_on_channel_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_78_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_79_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_7_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_80_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_81_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_82_-_Validate_trace_for_expression_'-e_syscall_entry_openat:_-e_compat_syscall_entry_openat:_-e_syscall_exit_openat:_-e_compat_syscall_exit_openat:',_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_83_-_Validate_trace_for_expression_'-e_syscall_entry_close:_-e_compat_syscall_entry_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_84_-_Validate_trace_for_expression_'-e_syscall_exit_close:_-e_compat_syscall_exit_close:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_85_-_Validate_trace_for_expression_'-e_syscall_entry_read:_-e_compat_syscall_entry_read:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_86_-_Validate_trace_for_expression_'-e_syscall_exit_read:_-e_compat_syscall_exit_read:',_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_87_-_Destroy_session_kernel_syscall_all_disable_two": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_88_-_Create_session_kernel_syscall_enable_all_disable_all_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_trace_path.saN2L7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_89_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_8_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_90_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_91_-_Lttng_untrack_all_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_92_-_Lttng_track_pid_on_the_kernel_domain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_93_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_94_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_95_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_96_-_Destroy_session_kernel_syscall_enable_all_disable_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_97_-_Create_session_kernel_syscall_enable_all_disable_all_enable_all_in_-o_/tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_enable_all_trace_path.bIrOtf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_98_-_Enable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_enable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_99_-_Disable_kernel_syscall_-a_for_session_kernel_syscall_enable_all_disable_all_enable_all_on_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_syscall_9_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_100_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_method": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_101_-_Start_tracing_for_session_test_userprobe_elf_cxx_method": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_102_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_method": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_103_-_Validate_trace_for_event_userspace_probe_test_event,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_104_-_Destroy_session_test_userprobe_elf_cxx_method": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_105_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_10_-_Destroy_session_test_userspace_probe_enable_elf_missing_symbol": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_11_-_Create_session_test_userspace_probe_enable_elf_nonexistant_symbol_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_nonexistant_symbol_trace_path.bLTsto": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_12_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_elf_nonexistant_symbol_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_13_-_Destroy_session_test_userspace_probe_enable_elf_nonexistant_symbol": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_14_-_Create_session_test_userspace_probe_enable_elf_symbol_not_function_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_symbol_not_function_trace_path.xCFRdX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_15_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_elf_symbol_not_function_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_16_-_Destroy_session_test_userspace_probe_enable_elf_symbol_not_function": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_17_-_Create_session_test_userspace_probe_unsupported_types_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_unsupported_types_trace_path.Uxzbx9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_18_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_unsupported_types_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_19_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_unsupported_types_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_20_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_unsupported_types_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_21_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_unsupported_types_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_22_-_Destroy_session_test_userspace_probe_unsupported_types": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_23_-_Create_session_test_userspace_probe_enable_implicit_probe_type_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_implicit_probe_type_trace_path.6hXjKO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_24_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_implicit_probe_type": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_25_-_Validate_userspace_probe_listing._Found_test_function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_26_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_27_-_Validate_userspace_probe_listing._Found_ELF.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_28_-_Validate_userspace_probe_listing._Found_Function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_29_-_Destroy_session_test_userspace_probe_enable_implicit_probe_type": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_2_-_Create_session_test_userspace_probe_enable_file_noexist_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_file_noexist_trace_path.dG0oNC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_30_-_Create_session_test_userspace_probe_enable_in_path_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_in_path_trace_path.2I5qyF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_31_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_in_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_32_-_Validate_userspace_probe_listing._Found_test_function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_33_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_34_-_Validate_userspace_probe_listing._Found_ELF.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_35_-_Validate_userspace_probe_listing._Found_Function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_36_-_Destroy_session_test_userspace_probe_enable_in_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_37_-_Create_session_test_userspace_probe_enable_full_path_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_full_path_trace_path.dd8wg9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_38_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_full_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_39_-_Validate_userspace_probe_listing._Found_test_function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_3_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_file_noexist_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_40_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_41_-_Validate_userspace_probe_listing._Found_ELF.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_42_-_Validate_userspace_probe_listing._Found_Function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_43_-_Destroy_session_test_userspace_probe_enable_full_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_44_-_Create_session_test_userspace_probe_enable_elf_symbol_exists_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_symbol_exists_trace_path.7R4yBD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_45_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_elf_symbol_exists": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_46_-_Validate_userspace_probe_listing._Found_test_function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_47_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_48_-_Validate_userspace_probe_listing._Found_ELF.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_49_-_Validate_userspace_probe_listing._Found_Function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_4_-_Destroy_session_test_userspace_probe_enable_file_noexist": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_50_-_Destroy_session_test_userspace_probe_enable_elf_symbol_exists": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_51_-_Create_session_test_userspace_probe_enable_colon_in_path_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_colon_in_path_trace_path.86OrOW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_52_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_colon_in_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_53_-_Validate_userspace_probe_listing._Found_test_function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_54_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_55_-_Validate_userspace_probe_listing._Found_ELF.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_56_-_Validate_userspace_probe_listing._Found_Function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_57_-_Destroy_session_test_userspace_probe_enable_colon_in_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_58_-_Create_session_test_userprobe_elf_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_elf_trace_path.INvGoN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_59_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_5_-_Create_session_test_userspace_probe_enable_file_not_elf_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_file_not_elf_trace_path.dcF9ih": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_60_-_Start_tracing_for_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_61_-_Stop_lttng_tracing_for_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_62_-_Validate_trace_for_event_userspace_probe_test_event,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_63_-_Destroy_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_64_-_Create_session_test_userprobe_elf_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_elf_dynamic_symbol_trace_path.IJy7EJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_65_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_66_-_Start_tracing_for_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_67_-_Stop_lttng_tracing_for_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_68_-_Validate_trace_for_event_userspace_probe_test_event,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_69_-_Destroy_session_test_userprobe_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_6_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_file_not_elf_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_70_-_Create_session_test_userprobe_elf_disable_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_elf_disable_trace_path.vP4kEM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_71_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_disable": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_72_-_Disable_kernel_event_for_session_test_userprobe_elf_disable": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_73_-_Start_tracing_for_session_test_userprobe_elf_disable": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_74_-_Stop_lttng_tracing_for_session_test_userprobe_elf_disable": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_75_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_76_-_Destroy_session_test_userprobe_elf_disable": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_77_-_Create_session_test_userprobe_elf_list_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_elf_list_trace_path.bOhSzw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_78_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_list": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_79_-_Validate_userspace_probe_listing._Found_userspace_probe_test_event.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_7_-_Destroy_session_test_userspace_probe_enable_file_not_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_80_-_Validate_userspace_probe_listing._Found_test_function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_81_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_82_-_Validate_userspace_probe_listing._Found_ELF.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_83_-_Validate_userspace_probe_listing._Found_Function.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_84_-_Destroy_session_test_userprobe_elf_list": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_85_-_Create_session_test_userprobe_save_load_elf_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_save_load_elf_trace_path.sxvpri": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_86_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_save_load_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_87_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_88_-_Session_saved": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_89_-_Destroy_session_test_userprobe_save_load_elf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_8_-_Create_session_test_userspace_probe_enable_elf_missing_symbol_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_missing_symbol_name_trace_path.jf84Su": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_90_-_Symlink_found_in_saved_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_91_-_Load_command_with_opts:_--input-path=/tmp/tmp.XXXXXXXXXXpace_probe_save_load_elf_trace_path.eOy6kx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_92_-_Validate_userspace_probe_listing._Found_userspace-probe-elf-binary.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_93_-_Create_session_test_userprobe_elf_cxx_function_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_elf_cxx_function_trace_path.DuDlAm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_95_-_Start_tracing_for_session_test_userprobe_elf_cxx_function": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_96_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_function": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_97_-_Validate_trace_for_event_userspace_probe_test_event,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_98_-_Destroy_session_test_userprobe_elf_cxx_function": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_99_-_Create_session_test_userprobe_elf_cxx_method_in_-o_/tmp/tmp.XXXXXXXXXXpace_probe_elf_cxx_method_trace_path.PTGVXQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.kernel/test_userspace_probe_9_-_Enable_kernel_userspace_probe_event_for_session_test_userspace_probe_enable_elf_missing_symbol_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_10_-_Action_has_type_LTTNG_ACTION_TYPE_ROTATE_SESSION": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_11_-_Set_session_name__NULL,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_12_-_Set_session_name__object,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_13_-_Set_session_name__NULL,object__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_14_-_Set_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_15_-_Get_session_name,_expected_`my_session_name`_got_`my_session_name`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_16_-_Default_policy_is_every_n=1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_17_-_Set_rate_policy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_18_-_rotate_session_action_policy_get": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_19_-_Action_rotate_session_serialized": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_1_-_Create_notify_action": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_20_-_rotate_session_action_created_from_payload_is_non-null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_21_-_Serialized_and_de-serialized_rotate_session_action_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_22_-_Create_start_session_action": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_23_-_Action_has_type_LTTNG_ACTION_TYPE_START_SESSION": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_24_-_Set_session_name__NULL,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_25_-_Set_session_name__object,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_26_-_Set_session_name__NULL,object__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_27_-_Set_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_28_-_Get_session_name,_expected_`my_session_name`_got_`my_session_name`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_29_-_Default_policy_is_every_n=1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_2_-_Action_has_type_LTTNG_ACTION_TYPE_NOTIFY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_30_-_Set_rate_policy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_31_-_start_session_action_policy_get": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_32_-_Action_start_session_serialized": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_33_-_start_session_action_created_from_payload_is_non-null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_34_-_Serialized_and_de-serialized_start_session_action_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_35_-_Create_stop_session_action": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_36_-_Action_has_type_LTTNG_ACTION_TYPE_STOP_SESSION": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_37_-_Set_session_name__NULL,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_38_-_Set_session_name__object,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_39_-_Set_session_name__NULL,object__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_3_-_Default_policy_is_every_n=1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_40_-_Set_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_41_-_Get_session_name,_expected_`my_session_name`_got_`my_session_name`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_42_-_Default_policy_is_every_n=1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_43_-_Set_rate_policy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_44_-_stop_session_action_policy_get": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_45_-_Action_stop_session_serialized": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_46_-_stop_session_action_created_from_payload_is_non-null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_47_-_Serialized_and_de-serialized_stop_session_action_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_48_-_Create_snapshot_session_action": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_49_-_Action_has_type_LTTNG_ACTION_TYPE_SNAPSHOT_SESSION": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_4_-_Set_rate_policy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_50_-_Set_session_name__NULL,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_51_-_Set_session_name__object,NULL__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_52_-_Set_session_name__NULL,object__expect_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_53_-_Set_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_54_-_Get_session_name,_expected_`my_session_name`_got_`my_session_name`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_55_-_Default_policy_is_every_n=1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_56_-_Set_rate_policy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_57_-_snapshot_session_action_policy_get": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_58_-_Action_snapshot_session_serialized": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_59_-_snapshot_session_action_created_from_payload_is_non-null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_5_-_Notify_action_policy_get": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_60_-_Serialized_and_de-serialized_snapshot_session_action_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_6_-_Action_notify_serialized": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_7_-_Notify_action_created_from_payload_is_non-null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_8_-_Serialized_and_de-serialized_notify_action_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_action_9_-_Create_rotate_session_action": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_buffer_view_1_-_!lttng_buffer_view_contains_string_&view,_buf,_4_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_buffer_view_2_-_lttng_buffer_view_contains_string_&view,_buf,_5_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_buffer_view_3_-_!lttng_buffer_view_contains_string_&view,_buf,_6_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_buffer_view_4_-_!lttng_buffer_view_contains_string_&view_minus_one,_buf,_4_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_buffer_view_5_-_!lttng_buffer_view_contains_string_&view_minus_one,_buf,_5_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_1_-_Initialized_directory_handle_from_the_test_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_2_-_Error_returned_when_attempting_to_recursively_remove_non-empty_hierarchy_with_LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_3_-_No_error_returned_when_recursively_removing_empty_hierarchy_with_LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_4_-_Folder_hierarchy_/tmp/lttng-yu0DUC/fail_non_empty_successfully_removed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_5_-_Initialized_directory_handle_from_the_test_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_6_-_No_error_returned_when_attempting_to_recursively_remove_non-empty_hierarchy_with_LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_7_-_Test_directory_still_exists_after_skip": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_8_-_No_error_returned_when_recursively_removing_empty_hierarchy_with_LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_directory_handle_9_-_Folder_hierarchy_/tmp/lttng-yu0DUC/skip_non_empty_successfully_removed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_expr_to_bytecode_1_-_event_payload_field": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_expr_to_bytecode_2_-_channel_context_field": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_expr_to_bytecode_3_-_app-specific_context_field": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_expr_to_bytecode_4_-_array_field_element": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_100_-_getting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_101_-_pattern_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_102_-_setting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_103_-_getting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_104_-_filter_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_105_-_get_unset_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_106_-_setting_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_107_-_get_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_108_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_109_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_10_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_110_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_111_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_EMERG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_112_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_EMERG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_113_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_ALERT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_114_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_ALERT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_115_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_116_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_117_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_ERR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_118_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_ERR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_119_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_11_-_user_tracepoint_object.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_120_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_121_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_NOTICE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_122_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_NOTICE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_123_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_124_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_125_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_SYSTEM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_126_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_SYSTEM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_127_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_PROGRAM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_128_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_PROGRAM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_129_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_PROCESS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_12_-_setting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_130_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_PROCESS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_131_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_MODULE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_132_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_MODULE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_133_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_UNIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_134_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_UNIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_135_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_FUNCTION": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_136_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_FUNCTION": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_137_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_LINE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_138_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG_LINE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_139_-_Log_level_rule_\"exactly\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_13_-_getting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_140_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_user_tracepoint_event_rule:_level_=_DEBUG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_141_-_Log_level_rule_\"exactly\"_rejected_by_user_tracepoint_event_rule:_level_=_-1980": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_142_-_Log_level_rule_\"as_least_as_severe_as\"_rejected_by_user_tracepoint_event_rule:_level_=_-1980": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_143_-_Log_level_rule_\"exactly\"_rejected_by_user_tracepoint_event_rule:_level_=_1995": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_144_-_Log_level_rule_\"as_least_as_severe_as\"_rejected_by_user_tracepoint_event_rule:_level_=_1995": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_145_-_Log_level_rule_\"exactly\"_rejected_by_user_tracepoint_event_rule:_level_=_15": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_146_-_Log_level_rule_\"as_least_as_severe_as\"_rejected_by_user_tracepoint_event_rule:_level_=_15": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_147_-_Log_level_rule_\"exactly\"_rejected_by_user_tracepoint_event_rule:_level_=_-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_148_-_Log_level_rule_\"as_least_as_severe_as\"_rejected_by_user_tracepoint_event_rule:_level_=_-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_149_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_OFF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_14_-_pattern_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_150_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_OFF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_151_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_SEVERE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_152_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_SEVERE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_153_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_154_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_155_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_156_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_157_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_CONFIG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_158_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_CONFIG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_159_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_FINE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_15_-_setting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_160_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_FINE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_161_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_FINER": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_162_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_FINER": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_163_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_FINEST": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_164_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_FINEST": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_165_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_ALL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_166_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_ALL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_167_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_168_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_169_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_-1980": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_16_-_getting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_170_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_-1980": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_171_-_Log_level_rule_\"exactly\"_accepted_by_jul_logging_event_rule:_level_=_1995": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_172_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_jul_logging_event_rule:_level_=_1995": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_173_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_OFF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_174_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_OFF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_175_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_FATAL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_176_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_FATAL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_177_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_ERROR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_178_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_ERROR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_179_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_WARN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_17_-_filter_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_180_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_WARN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_181_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_182_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_183_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_DEBUG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_184_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_DEBUG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_185_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_TRACE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_186_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_TRACE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_187_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_ALL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_188_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_ALL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_189_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_-1980": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_18_-_get_unset_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_190_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_-1980": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_191_-_Log_level_rule_\"exactly\"_accepted_by_log4j_logging_event_rule:_level_=_1995": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_192_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_log4j_logging_event_rule:_level_=_1995": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_193_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_CRITICAL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_194_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_CRITICAL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_195_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_ERROR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_196_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_ERROR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_197_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_198_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_199_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_19_-_setting_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_1_-_tracepoint_object.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_200_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_INFO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_201_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_DEBUG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_202_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_DEBUG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_203_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_NOTSET": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_204_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_NOTSET": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_205_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_206_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_207_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_35": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_208_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_35": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_209_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_20_-_get_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_210_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_211_-_Log_level_rule_\"exactly\"_accepted_by_python_logging_event_rule:_level_=_-657": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_212_-_Log_level_rule_\"as_least_as_severe_as\"_accepted_by_python_logging_event_rule:_level_=_-657": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_21_-_setting_name_pattern_exclusions_\"my_event_test1\"": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_22_-_setting_name_pattern_exclusions_\"my_event_test2\"": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_23_-_setting_name_pattern_exclusions_\"my_event_test3\"": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_24_-_getting_name_pattern_exclusion_count.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_25_-_count_is_3/3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_26_-_getting_name_pattern_exclusion_at_index_0.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_27_-_my_event_test1_==_my_event_test1.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_28_-_getting_name_pattern_exclusion_at_index_1.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_29_-_my_event_test2_==_my_event_test2.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_2_-_setting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_30_-_getting_name_pattern_exclusion_at_index_2.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_31_-_my_event_test3_==_my_event_test3.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_32_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_33_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_34_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_35_-_syscall_object.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_36_-_setting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_37_-_getting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_38_-_pattern_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_39_-_setting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_3_-_getting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_40_-_getting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_41_-_filter_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_42_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_43_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_44_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_45_-_uprobe_event_rule_object_creation.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_46_-_Getting_uprobe_event_rule_location.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_47_-_Location_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_48_-_Setting_uprobe_event_rule_name:_my_probe..": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_49_-_Getting_uprobe_name.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_4_-_pattern_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_50_-_Uprobe_name_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_51_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_52_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_53_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_54_-_kprobe_event_rule_object_creation.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_55_-_Getting_kprobe_event_rule_location.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_56_-_Locations_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_57_-_Setting_kprobe_event_rule_name:_my_probe.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_58_-_Getting_kprobe_name.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_59_-_kprobe_name_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_5_-_setting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_60_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_61_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_62_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_63_-_kprobe_event_rule_object_creation.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_64_-_Getting_kprobe_event_rule_location.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_65_-_Locations_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_66_-_Setting_kprobe_event_rule_name:_my_probe.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_67_-_Getting_kprobe_name.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_68_-_kprobe_name_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_69_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_6_-_getting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_70_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_71_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_72_-_log4j_logging_object.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_73_-_setting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_74_-_getting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_75_-_pattern_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_76_-_setting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_77_-_getting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_78_-_filter_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_79_-_get_unset_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_7_-_filter_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_80_-_setting_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_81_-_get_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_82_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_83_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_84_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_85_-_jul_logging_object.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_86_-_setting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_87_-_getting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_88_-_pattern_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_89_-_setting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_8_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_90_-_getting_filter.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_91_-_filter_is_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_92_-_get_unset_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_93_-_setting_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_94_-_get_log_level_rule.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_95_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_96_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_97_-_serialized_and_from_buffer_are_equal.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_98_-_python_logging_object.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_99_-_setting_pattern.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_event_rule_9_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_10_-_Output_fd_parameter_is_unaffected_on_error_of_fd_tracker_open_unsuspendable_fd__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_11_-_fd_tracker_open_unsuspendable_fd___sets_the_output_fd_parameter_to_the_newly-tracked_fd's_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_12_-_fd_tracker_close_unsuspendable_fd___forwards_the_user_callback's_error_code": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_13_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_14_-_EEXIST_reported_on_open_of_an_already_tracked_file_descriptor": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_15_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_16_-_EINVAL_reported_on_close_of_an_untracked_file_descriptor": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_17_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_18_-_File_descriptor_tracker_allowed_the_user_to_meet_its_limit_with_unsuspendable_file_descriptors__50_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_19_-_EMFILE_reported_when_exceeding_the_file_descriptor_limit_while_opening_an_unsuspendable_fd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_1_-_Created_an_fd_tracker_with_a_limit_of_50_simulateously_opened_file_descriptors": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_20_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_21_-_Created_500_files_with_a_limit_of_50_simultaneously-opened_file_descriptor": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_22_-_Expected_55_open_file_descriptors__55_are_open_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_23_-_Close_all_opened_filesystem_handles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_24_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_25_-_Created_500_files_with_a_limit_of_50_simultaneously-opened_file_descriptor": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_26_-_Expected_55_open_file_descriptors__55_are_open_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_27_-_Wrote_reference_string_to_500_files": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_28_-_FD_tracker_enforced_the_file_descriptor_cap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_29_-_Files_contain_the_expected_content": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_2_-_Track_unsuspendable_fd_0__stdin_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_30_-_Close_all_opened_filesystem_handles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_31_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_32_-_Created_50_files_with_a_limit_of_50_simultaneously-opened_file_descriptor": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_33_-_Expected_55_open_file_descriptors__55_are_open_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_34_-_Track_unsuspendable_fd_0__stdin_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_35_-_Track_unsuspendable_fd_1__stdout_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_36_-_Track_unsuspendable_fd_2__stderr_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_37_-_Expected_52_open_file_descriptors__52_are_open_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_38_-_Untrack_unsuspendable_fd_0__stdin_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_39_-_Untrack_unsuspendable_fd_1__stdout_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_3_-_Track_unsuspendable_fd_1__stdout_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_40_-_Untrack_unsuspendable_fd_2__stderr_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_41_-_Expected_52_open_file_descriptors__52_are_open_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_42_-_Close_all_opened_filesystem_handles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_43_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_44_-_Successfully_opened_2_handles_to_/tmp/fd-tracker-L0LpLL/my_file": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_45_-_Successfully_unlinked_the_first_handle_to_/tmp/fd-tracker-L0LpLL/my_file": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_46_-_my_file_no_longer_present_on_file_system_after_unlink": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_47_-_/tmp/fd-tracker-L0LpLL/unlinked_files/0_exists_on_file_system_after_unlink": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_48_-_Got_fd_from_first_handle": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_49_-_fd_tracker_does_not_allow_two_fds_to_be_used_at_once": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_4_-_Track_unsuspendable_fd_2__stderr_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_50_-_Got_fd_from_second_handle": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_51_-_ENOENT_is_reported_when_attempting_to_unlink_the_second_handle_to_/tmp/fd-tracker-L0LpLL/my_file": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_52_-_Successfully_opened_a_new_handle_to_previously_unlinked_file_/tmp/fd-tracker-L0LpLL/my_file": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_53_-_Successfully_unlinked_the_new_handle_handle_to_/tmp/fd-tracker-L0LpLL/my_file": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_54_-_/tmp/fd-tracker-L0LpLL/unlinked_files/1_exists_on_file_system_after_unlink": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_55_-_Successfully_closed_the_first_handle": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_56_-_Successfully_closed_the_second_handle": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_57_-_Successfully_closed_the_third_handle": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_58_-_my_file_no_longer_present_on_file_system_after_handle_close": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_59_-_/tmp/fd-tracker-L0LpLL/unlinked_files/0_no_longer_present_on_file_system_after_handle_close": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_5_-_Untrack_unsuspendable_fd_0__stdin_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_60_-_/tmp/fd-tracker-L0LpLL/unlinked_files/1_no_longer_present_on_file_system_after_handle_close": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_61_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_6_-_Untrack_unsuspendable_fd_1__stdout_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_7_-_Untrack_unsuspendable_fd_2__stderr_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_8_-_Test_directory_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_fd_tracker_9_-_fd_tracker_open_unsuspendable_fd___forwards_the_user_callback's_error_code": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_10_-_Create_kernel_stream": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_11_-_Validate_kernel_stream": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_1_-_Create_kernel_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_2_-_Validate_kernel_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_3_-_Create_kernel_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_4_-_Validate_kernel_session_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_5_-_Create_kernel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_6_-_Validate_kernel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_7_-_Validate_string_length": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_8_-_Create_kernel_event": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_data_9_-_Validate_kernel_event": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_10_-_serialized_and_from_buffer_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_11_-_Location_object": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_12_-_Location_type_got_0_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_13_-_Getting_symbol_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_14_-_Symbol_name_is_equal._Got_Une_bonne,_expected_Une_bonne": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_15_-_Getting_offset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_16_-_Offset_is_equal._Got_50_expected_50": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_17_-_Serializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_18_-_Deserializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_19_-_Location_from_buffer_type_got_0_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_1_-_Location_object": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_20_-_Getting_symbol_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_21_-_Symbol_name_is_equal._Got_Une_bonne,_expected_Une_bonne": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_22_-_Getting_offset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_23_-_Offset_is_equal._Got_50_expected_50": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_24_-_serialized_and_from_buffer_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_2_-_Location_type_got_1_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_3_-_Getting_address": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_4_-_Address_is_equal._Got_50_expected_50": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_5_-_Serializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_6_-_Deserializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_7_-_Location_from_buffer_type_got_1_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_8_-_Getting_address": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_kernel_probe_9_-_Address_from_buffer_is_equal._Got_50_expected_50": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_10_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_11_-_Serialized_and_from_buffer_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_12_-_Log_level_at_least_as_severe_as_allocated": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_13_-_Log_level_rule_at_least_as_severe_as_type": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_14_-_Get_the_level": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_15_-_Level_property_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_16_-_Same_object_is_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_17_-_Object_a_and_b_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_18_-_Object_of_different_levels_are_not_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_19_-_Object_of_different_types_are_not_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_1_-_Log_level_exactly_allocated": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_20_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_21_-_Deserializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_22_-_Serialized_and_from_buffer_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_23_-_Get_type_on_invalid_pointer": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_24_-_lttng_log_level_rule_exactly_get_level__NULL,_NULL__returns_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_25_-_lttng_log_level_rule_exactly_get_level__valid,_NULL__returns_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_26_-_lttng_log_level_rule_exactly_get_level__NULL,_valid__returns_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_27_-_lttng_log_level_rule_at_least_as_severe_as_get_level__NULL,_NULL__returns_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_28_-_lttng_log_level_rule_at_least_as_severe_as_get_level__valid,_NULL__returns_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_29_-_lttng_log_level_rule_at_least_as_severe_as_get_level__NULL,_valid__returns_invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_2_-_Log_level_rule_exactly_type": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_3_-_Get_the_level": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_4_-_Level_property_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_5_-_Same_object_is_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_6_-_Object_a_and_b_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_7_-_Object_of_different_levels_are_not_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_8_-_Object_of_different_types_are_not_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_log_level_rule_9_-_Serializing.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_100_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_101_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_102_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_103_-_Set_null_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_104_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_105_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_106_-_Set_empty_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_107_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_108_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_109_-_Set_session_name_session420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_10_-_Set_null_condition_on_set_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_110_-_Session_name_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_111_-_Session_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_112_-_Session_name_is_session420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_113_-_Set_session_name_to_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_114_-_Session_name_is_still_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_115_-_Session_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_116_-_Session_is_still_name_is_session420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_117_-_Set_null_condition_on_set_channel_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_118_-_Get_channel_name_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_119_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_11_-_Get_session_name_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_120_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_121_-_Set_null_channel_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_122_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_123_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_124_-_Set_empty_channel_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_125_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_126_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_127_-_Set_channel_name_channel420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_128_-_Channel_name_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_129_-_Channel_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_12_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_130_-_Channel_name_is_channel420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_131_-_Set_channel_name_to_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_132_-_Channel_name_is_still_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_133_-_Channel_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_134_-_Channel_is_still_name_is_channel420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_135_-_Set_threshold_ratio_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_136_-_Get_threshold_ratio_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_137_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_138_-_Set_threshold_ratio_<_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_139_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_13_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_140_-_Set_Threshold_ratio_>_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_141_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_142_-_Set_threshold_ratio_==_1.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_143_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_144_-_Threshold_ratio_is_1.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_145_-_Set_threshold_ratio_==_0.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_146_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_147_-_Threshold_ratio_is_0.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_148_-_Set_threshold_ratio_==_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_149_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_14_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_150_-_Threshold_ratio_is_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_151_-_Set_threshold_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_152_-_Get_threshold_value_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_153_-_Threshold_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_154_-_Set_threshold_>_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_155_-_Threshold_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_156_-_Threshold_is_100000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_157_-_Set_threshold_UINT64_MAX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_158_-_Threshold_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_159_-_Threshold_is_UINT64_MAX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_15_-_Set_null_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_160_-_Set_threshold_==_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_161_-_Threshold_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_162_-_Threshold_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_163_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_164_-_Threshold_ratio_is_untouched": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_165_-_Set_threshold_ratio_==_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_166_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_167_-_Threshold_ratio_is_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_168_-_Threshold_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_169_-_Threshold_is_untouched": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_16_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_170_-_Set_domain_type_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_171_-_Get_domain_type_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_172_-_Set_domain_type_as_LTTNG_DOMAIN_NONE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_173_-_Domain_type_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_174_-_Set_domain_type_as_LTTNG_DOMAIN_UST": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_175_-_Domain_type_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_176_-_Domain_type_is_LTTNG_DOMAIN_UST": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_177_-_lttng_trigger_create_NULL,_NULL__returns_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_178_-_lttng_trigger_create_NON-NULL,_NULL__returns_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_179_-_lttng_trigger_create_NULL,_NON-NULL__returns_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_17_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_180_-_lttng_trigger_create_NON-NULL,_NON-NULL__returns_an_object": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_18_-_Set_empty_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_19_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_1_-_Condition_allocated": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_20_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_21_-_Set_session_name_session420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_22_-_Session_name_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_23_-_Session_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_24_-_Session_name_is_session420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_25_-_Set_session_name_to_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_26_-_Session_name_is_still_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_27_-_Session_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_28_-_Session_is_still_name_is_session420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_29_-_Set_null_condition_on_set_channel_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_2_-_Condition_is_of_type_\"low_buffer_usage\"": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_30_-_Get_channel_name_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_31_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_32_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_33_-_Set_null_channel_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_34_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_35_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_36_-_Set_empty_channel_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_37_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_38_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_39_-_Set_channel_name_channel420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_3_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_40_-_Channel_name_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_41_-_Channel_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_42_-_Channel_name_is_channel420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_43_-_Set_channel_name_to_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_44_-_Channel_name_is_still_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_45_-_Channel_name_has_a_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_46_-_Channel_is_still_name_is_channel420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_47_-_Set_threshold_ratio_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_48_-_Get_threshold_ratio_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_49_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_4_-_Threshold_byte_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_50_-_Set_threshold_ratio_<_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_51_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_52_-_Set_Threshold_ratio_>_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_53_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_54_-_Set_threshold_ratio_==_1.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_55_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_56_-_Threshold_ratio_is_1.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_57_-_Set_threshold_ratio_==_0.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_58_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_59_-_Threshold_ratio_is_0.0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_5_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_60_-_Set_threshold_ratio_==_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_61_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_62_-_Threshold_ratio_is_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_63_-_Set_threshold_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_64_-_Get_threshold_value_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_65_-_Threshold_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_66_-_Set_threshold_>_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_67_-_Threshold_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_68_-_Threshold_is_100000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_69_-_Set_threshold_UINT64_MAX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_6_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_70_-_Threshold_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_71_-_Threshold_is_UINT64_MAX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_72_-_Set_threshold_==_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_73_-_Threshold_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_74_-_Threshold_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_75_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_76_-_Threshold_ratio_is_untouched": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_77_-_Set_threshold_ratio_==_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_78_-_Threshold_ratio_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_79_-_Threshold_ratio_is_0.420": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_7_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_80_-_Threshold_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_81_-_Threshold_is_untouched": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_82_-_Set_domain_type_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_83_-_Get_domain_type_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_84_-_Set_domain_type_as_LTTNG_DOMAIN_NONE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_85_-_Domain_type_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_86_-_Set_domain_type_as_LTTNG_DOMAIN_UST": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_87_-_Domain_type_is_set": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_88_-_Domain_type_is_LTTNG_DOMAIN_UST": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_89_-_High_buffer_usage_condition_allocated": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_8_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_90_-_Condition_is_of_type_\"high_buffer_usage\"": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_91_-_Threshold_ratio_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_92_-_Threshold_byte_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_93_-_Session_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_94_-_Session_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_95_-_Channel_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_96_-_Channel_name_is_null": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_97_-_Domain_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_98_-_Set_null_condition_on_set_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_99_-_Get_session_name_with_null_condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_notification_9_-_Domain_name_is_unset": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_payload_1_-_Added_three_file_descriptors_to_an_lttng_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_payload_2_-_File_descriptors_are_popped_from_a_payload_view_in_the_order_of_insertion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_payload_3_-_Error_reported_when_popping_more_file_descriptors_than_were_pushed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_payload_4_-_Same_file_descriptor_returned_when_popping_from_different_top-level_views": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_payload_5_-_Different_file_descriptors_returned_when_popping_from_descendant_views": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_10_-_Getting_interval_C": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_11_-_is_equal__NULL,NULL_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_12_-_is_equal__object,_NULL_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_13_-_is_equal__NULL,_object_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_14_-_is_equal__object_A,_object_A_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_15_-_is_equal__object_A,_object_B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_16_-_is_equal__object_B,_object_A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_17_-_is_equal__object_A,_object_C_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_18_-_is_equal__object_C,_object_A_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_19_-_Serializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_1_-_Rate_policy_every_n_A_created:_interval:_100": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_20_-_Deserializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_21_-_serialized_and_from_buffer_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_22_-_Rate_policy_every_n_A_created:_threshold:_100": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_23_-_Rate_policy_every_n_B_created:_threshold:_100": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_24_-_Rate_policy_every_n_C_created:_threshold:_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_25_-_Type_is_LTTNG_RATE_POLICY_TYPE_once_after_n": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_26_-_Get_threshold_returns_INVALID": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_27_-_Get_threshold_returns_INVALID": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_28_-_Get_threshold_returns_INVALID": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_29_-_Getting_threshold_A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_2_-_Rate_policy_every_n_B_created:_interval:_100": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_30_-_Getting_threshold_B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_31_-_Getting_threshold_C": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_32_-_is_equal__NULL,NULL_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_33_-_is_equal__object,_NULL_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_34_-_is_equal__NULL,_object_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_35_-_is_equal__object_A,_object_A_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_36_-_is_equal__object_A,_object_B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_37_-_is_equal__object_B,_object_A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_38_-_is_equal__object_A,_object_C_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_39_-_is_equal__object_C,_object_A_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_3_-_Rate_policy_every_n_C_created:_interval:_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_40_-_Serializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_41_-_Deserializing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_42_-_serialized_and_from_buffer_are_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_4_-_Type_is_LTTNG_RATE_POLICY_TYPE_EVERY_N": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_5_-_Get_interval_returns_INVALID": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_6_-_Get_interval_returns_INVALID": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_7_-_Get_interval_returns_INVALID": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_8_-_Getting_interval_A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_rate_policy_9_-_Getting_interval_B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_10_-_In:_hostname/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit,_out:_test/hostname-20250616-113525/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit,_expected:_test/hostname-20250616-113525/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_11_-_In:_hostname/test-20190319-120000-20190918-180921/ust/uid/1000/64-bit,_out:_test-20190319-120000/hostname-20190918-180921/ust/uid/1000/64-bit,_expected:_test-20190319-120000/hostname-20190918-180921/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_12_-_Returned_null_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_13_-_Returned_null_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_14_-_In:_hostname/test,_out:_test/hostname-20250616-113525/,_expected:_test/hostname-20250616-113525/": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_15_-_In:_hostname/test/ust/uid/1000/64-bit,_out:_test/hostname-20250616-113525/ust/uid/1000/64-bit,_expected:_test/hostname-20250616-113525/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_1_-_In:_hostname/auto-20190918-164429/ust/uid/1000/64-bit,_out:_auto-20190918-164429/hostname-20190918-164429/ust/uid/1000/64-bit,_expected:_auto-20190918-164429/hostname-20190918-164429/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_2_-_In:_hostname/custom_auto-20190319-120000/ust/uid/1000/64-bit,_out:_custom_auto-20190319-120000/hostname-20190319-120000/ust/uid/1000/64-bit,_expected:_custom_auto-20190319-120000/hostname-20190319-120000/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_3_-_In:_hostname/test-20190918-164709/ust/uid/1000/64-bit,_out:_test/hostname-20190918-164709/ust/uid/1000/64-bit,_expected:_test/hostname-20190918-164709/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_4_-_In:_hostname//snapshot-1-20190918-164829-0/ust//uid/1000/64-bit,_out:_my_session/hostname-20250616-113525/snapshot-1-20190918-164829-0/ust//uid/1000/64-bit,_expected:_my_session/hostname-20250616-113525/snapshot-1-20190918-164829-0/ust//uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_5_-_In:_hostname//snapshot-1-20190918-175919-0/ust//uid/1000/64-bit,_out:_my_session/hostname-20250616-113525/snapshot-1-20190918-175919-0/ust//uid/1000/64-bit,_expected:_my_session/hostname-20250616-113525/snapshot-1-20190918-175919-0/ust//uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_6_-_In:_hostname//auto-20190918-171641/ust/uid/1000/64-bit,_out:_auto-20190918-171641/hostname-20190918-171641/ust/uid/1000/64-bit,_expected:_auto-20190918-171641/hostname-20190918-171641/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_7_-_In:_hostname//test-20190918-180333//ust/uid/1000/64-bit,_out:_test-20190918-180333/hostname-20190918-180333//ust/uid/1000/64-bit,_expected:_test-20190918-180333/hostname-20190918-180333//ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_8_-_In:_hostname/extra/path/ust/uid/1000/64-bit,_out:_auto-20190919-122110/hostname-20190919-122110/extra/path/ust/uid/1000/64-bit,_expected:_auto-20190919-122110/hostname-20190919-122110/extra/path/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_relayd_backward_compat_group_by_session_9_-_In:_hostname/extra/path/ust/uid/1000/64-bit,_out:_test/hostname-20250616-113525/extra/path/ust/uid/1000/64-bit,_expected:_test/hostname-20250616-113525/extra/path/ust/uid/1000/64-bit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_10_-_Large_sessions_number:_created_10000_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_11_-_Large_sessions_number:_destroyed_10000_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_1_-_Session_list:_not_NULL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_2_-_Create_session:_test1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_3_-_Validating_session:_session_found": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_4_-_Validating_session:_basic_sanity_check": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_5_-_Destroying_session:_session_found": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_6_-_Destroying_session:_test1_destroyed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_7_-_Duplicate_session_creation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_8_-_Create_session_with_a_NULL_name__auto-generate_a_name_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_session_9_-_Auto-generated_session_name_starts_with_auto": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_10_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut***`_->_`salut*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_11_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sa\\*lut`_->_`sa\\*lut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_12_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sa\\**lut`_->_`sa\\**lut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_13_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sa*\\**lut`_->_`sa*\\**lut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_14_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sa*\\***lut`_->_`sa*\\**lut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_15_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`\\*salu**t`_->_`\\*salu*t`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_16_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`\\*salut**`_->_`\\*salut*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_17_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`\\*salut**\\*`_->_`\\*salut*\\*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_18_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`\\*salut`_->_`\\*salut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_19_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`\\***salut`_->_`\\**salut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_1_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut`_->_`salut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_20_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut\\`_->_`salut\\`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_21_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut\\**`_->_`salut\\**`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_22_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut\\\\*`_->_`salut\\\\*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_23_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut\\\\***`_->_`salut\\\\*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_24_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`*`_->_`*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_25_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`**`_->_`*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_26_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`***`_->_`*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_27_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`**\\***`_->_`*\\**`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_28_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`allo*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_29_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`*allo`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_2_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sal*ut`_->_`sal*ut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_30_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`*allo*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_31_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`*al*lo*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_32_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`al\\**lo`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_33_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`al\\*l*o`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_34_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`all*o\\`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_35_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_36_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`\\\\*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_37_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`allo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_38_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`allo\\*`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_39_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`al\\*lo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_3_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sal**ut`_->_`sal*ut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_40_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`\\*allo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_41_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`\\*`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_42_-_strutils_is_star_glob_pattern___returns_the_expected_result:_`allo\\`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_43_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`allo*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_44_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`allo\\\\*`_->_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_45_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`allo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_46_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`al*lo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_47_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`al\\*lo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_48_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`*allo`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_49_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`al*lo*`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_4_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`sal***ut`_->_`sal*ut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_50_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`allo**`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_51_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`allo*\\*`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_52_-_strutils_is_star_at_the_end_only_glob_pattern___returns_the_expected_result:_`allo\\*`_->_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_53_-_strutils_split___produces_the_expected_substrings:_`a/b/c/d/e`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_54_-_strutils_split___produces_the_expected_substrings:_`a/b//d/e`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_55_-_strutils_split___produces_the_expected_substrings:_`/b/c/d/e`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_56_-_strutils_split___produces_the_expected_substrings:_`a/b/c/d/`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_57_-_strutils_split___produces_the_expected_substrings:_`/b/c/d/`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_58_-_strutils_split___produces_the_expected_substrings:_``__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_59_-_strutils_split___produces_the_expected_substrings:_`/`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_5_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`*salut`_->_`*salut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_60_-_strutils_split___produces_the_expected_substrings:_`//`__delim._`/`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_61_-_strutils_split___produces_the_expected_substrings:_`hello+world`__delim._`+`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_62_-_strutils_split___produces_the_expected_substrings:_`hello\\+world`__delim._`+`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_63_-_strutils_split___produces_the_expected_substrings:_`hello\\+world`__delim._`+`,_escape_`1`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_64_-_strutils_split___produces_the_expected_substrings:_`hello\\++world`__delim._`+`,_escape_`1`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_65_-_strutils_split___produces_the_expected_substrings:_`hello\\\\++world`__delim._`+`,_escape_`1`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_66_-_strutils_split___produces_the_expected_substrings:_`hello+world\\`__delim._`+`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_67_-_strutils_split___produces_the_expected_substrings:_`hello+world\\`__delim._`+`,_escape_`1`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_68_-_strutils_split___produces_the_expected_substrings:_`\\+`__delim._`+`,_escape_`0`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_69_-_strutils_split___produces_the_expected_substrings:_`\\+`__delim._`+`,_escape_`1`_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_6_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`**salut`_->_`*salut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_7_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`***salut`_->_`*salut`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_8_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut*`_->_`salut*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_string_utils_9_-_strutils_normalize_star_glob_pattern___produces_the_expected_result:_`salut**`_->_`salut*`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_10_-_Sent_binary_payload_for_message_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_11_-_Sent_file_descriptors_payload_for_message_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_12_-_Sent_binary_payload_for_message_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_13_-_Sent_file_descriptors_payload_for_message_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_14_-_Sent_binary_payload_for_message_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_15_-_Sent_file_descriptors_payload_for_message_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_16_-_Received_payload_bytes_for_message_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_17_-_Received_fd_for_message_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_18_-_Payload_contains_1_fd_for_message_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_19_-_Received_payload_bytes_for_message_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_1_-_Created_anonymous_unix_socket_pair": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_20_-_Received_fd_for_message_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_21_-_Payload_contains_1_fd_for_message_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_22_-_Received_payload_bytes_for_message_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_23_-_Received_fd_for_message_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_24_-_Payload_contains_1_fd_for_message_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_25_-_Received_payload_bytes_for_message_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_26_-_Received_fd_for_message_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_27_-_Payload_contains_1_fd_for_message_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_28_-_Created_anonymous_unix_socket_pair": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_29_-_Sent_complete_test_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_2_-_Sent_complete_test_payload": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_30_-_Sent_test_payload_file_descriptors": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_31_-_Received_complete_payload_in_chunks_of_100_bytes": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_32_-_Received_file_descriptor_after_receiving_payload_in_chunks": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_33_-_Payload_contains_1_fd_after_receiving_payload_in_chunks": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_34_-_Created_unix_socket_at_path_`/tmp/test.unix.socket.creds.passing.fW7Dki/test_unix_socket`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_35_-_Received_the_expected_effective_uid__0_==_0_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_36_-_Received_the_expected_effective_gid__0_==_0_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_37_-_Received_the_expected_pid__601_==_601_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_3_-_Sent_test_payload_file_descriptors": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_4_-_Received_payload_bytes": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_5_-_FD_reception_return_value_is_number_of_fd_*_sizeof_int_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_6_-_Received_all_test_payload_file_descriptors_in_one_invocation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_7_-_Created_anonymous_unix_socket_pair": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_8_-_Sent_binary_payload_for_message_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_unix_socket_9_-_Sent_file_descriptors_payload_for_message_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_10_-_URI_compare_net://localhost_==_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_11_-_URI_compare_net://localhost_!=_net://localhost:8989:4242": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_1_-_URI_set_to_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_2_-_URI_set_to_net://localhost:8989:4242/my/test/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_3_-_URI_set_to_net://localhost:8989:4242": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_4_-_URI_set_to_net6://[::1]:8989": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_5_-_URI_set_to_tcp://42.42.42.42/my/test/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_6_-_URI_set_to_tcp6://[fe80::f66d:4ff:fe53:d220]/my/test/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_7_-_URI_set_to_file:///my/test/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_8_-_Bad_URI_set_to_file/my/test/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uri_9_-_Bad_URI_set_to_net://:8999": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_10_-_Validate_UST_context": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_11_-_Validate_string_length": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_12_-_Create_UST_exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_13_-_Create_UST_event_with_identical_exclusion_names_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_14_-_Create_UST_exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_15_-_Create_UST_event_with_different_exclusion_names": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_16_-_Validate_UST_event_and_exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_1_-_Create_UST_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_2_-_Validate_UST_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_3_-_Validate_channel_name_length": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_4_-_Create_UST_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_5_-_Validate_UST_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_6_-_Validate_string_length": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_7_-_Create_UST_event": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_8_-_Validate_UST_event": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_ust_data_9_-_Create_UST_context": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_10_-_Create_valid_poll_set_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_11_-_Adding_to_NULL_set_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_12_-_Adding_to_uninitialized_structure_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_13_-_Adding_invalid_FD_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_14_-_Create_a_poll_set_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_15_-_Set_created_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_16_-_Adding_to_NULL_set_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_17_-_Set_still_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_18_-_Adding_invalid_FD_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_19_-_Set_still_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_1_-_epoll's_CLOEXEC_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_20_-_Adding_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_21_-_Nb_of_elements_incremented": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_22_-_Removing_from_NULL_set_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_23_-_Number_of_FD_in_set_unchanged": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_24_-_Removing_from_negative_FD_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_25_-_Number_of_FD_in_set_unchanged": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_26_-_Removing_invalid_FD_still_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_27_-_Number_of_elements_unchanged": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_28_-_Removing_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_29_-_Nb_of_elements_decremented": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_2_-_lttng_poll_reset_is_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_30_-_Removing_from_empty_set_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_31_-_Nb_of_elements_unchanged": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_32_-_pipe_function_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_33_-_pipe_function_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_34_-_Close_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_35_-_Close_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_36_-_lttng_poll_wait_call_with_invalid_input_returns_error": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_37_-_Create_valid_poll_set_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_38_-_lttng_poll_wait_call_with_invalid_input_returns_error": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_39_-_Add_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_3_-_lttng_poll_init_is_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_40_-_Write_to_pipe_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_41_-_Wakes_up_on_one_event": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_42_-_Removing_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_43_-_Close_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_44_-_Close_valid_FD_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_45_-_Wait_for_child_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_46_-_Child_process_exited": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_47_-_Child_process_exited_with_EXIT_SUCCESS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_48_-_Test_all_combinations_of_active_file_descriptors_for_8_file_descriptors": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_4_-_GETFD_is_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_5_-_GETEV_is_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_6_-_GETSZ_is_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_7_-_GET_PREV_FD_is_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_8_-_Create_over_NULL_pointer_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_poll_9_-_Create_with_size_0_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_10_-_Compare_the_long_thread_name:_'procrastinating'_==_'procrastinating'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_1_-_Get_the_thread_name:_'test_utils_comp'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_2_-_Set_a_too_long_thread_name:_'thisnameistoolong'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_3_-_Get_the_thread_name:_'test_utils_comp'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_4_-_Compare_the_initial_thread_name:_'test_utils_comp'_==_'test_utils_comp'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_5_-_Set_a_short_thread_name:_'labatt50'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_6_-_Get_a_short_thread_name:_'labatt50'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_7_-_Compare_the_short_thread_name:_'labatt50'_==_'labatt50'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_8_-_Set_a_long_thread_name:_'procrastinating'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_compat_pthread_9_-_Get_a_long_thread_name:_'procrastinating'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_10_-_valid_test_case:_./a/b/c/d/../../../../e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_11_-_valid_test_case:_.././a/b/c/d/./e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_12_-_valid_test_case:_a/": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_13_-_valid_test_case:_a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_14_-_valid_test_case:_../../": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_15_-_valid_test_case:_../..": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_16_-_valid_test_case:_../": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_17_-_valid_test_case:_..": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_18_-_valid_test_case:_./": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_19_-_valid_test_case:_.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_1_-_valid_test_case:_/a/b/c/d/e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_20_-_valid_test_case:_/../a/b/c/d/e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_21_-_valid_test_case:_/a/b/c/d/../../../../../e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_22_-_valid_test_case:_/..": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_23_-_valid_test_case:_/a/..": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_24_-_symlink_tree_test_case:_[tmppath/]a/g/../l/.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_25_-_symlink_tree_test_case:_[tmppath/]a/g/../l/./": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_26_-_symlink_tree_test_case:_[tmppath/]a/g/../l/..": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_27_-_symlink_tree_test_case:_[tmppath/]a/g/../l/../": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_28_-_symlink_tree_test_case:_[tmppath/]a/b/h/g/": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_29_-_invalid_test_case:_NULL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_2_-_valid_test_case:_/a//b//c/d/e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_3_-_valid_test_case:_./a/b/c/d/e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_4_-_valid_test_case:_../a/b/c/d/../e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_5_-_valid_test_case:_.././a/b/c/d/./e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_6_-_valid_test_case:_../../a/b/c/d/e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_7_-_valid_test_case:_./a/b/../c/d/../e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_8_-_valid_test_case:_../a/b/../../c/./d/./e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_expand_path_9_-_valid_test_case:_../../a/b/../c/d/../../e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_10_-_valid_test_case:_0X400": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_11_-_valid_test_case:_0x40a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_12_-_valid_test_case:_0X40b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_13_-_valid_test_case:_0x40C": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_14_-_valid_test_case:_0X40D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_15_-_valid_test_case:_0x40e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_16_-_valid_test_case:_0X40f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_17_-_valid_test_case:_00": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_18_-_valid_test_case:_0k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_19_-_valid_test_case:_0K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_1_-_valid_test_case:_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_20_-_valid_test_case:_0M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_21_-_valid_test_case:_0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_22_-_valid_test_case:_00k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_23_-_valid_test_case:_00K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_24_-_valid_test_case:_00M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_25_-_valid_test_case:_00G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_26_-_valid_test_case:_0x0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_27_-_valid_test_case:_0X0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_28_-_valid_test_case:_0x0k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_29_-_valid_test_case:_0X0K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_2_-_valid_test_case:_1234": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_30_-_valid_test_case:_0x0M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_31_-_valid_test_case:_0X0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_32_-_valid_test_case:_0X40G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_33_-_valid_test_case:_0300k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_34_-_valid_test_case:_0300K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_35_-_valid_test_case:_030M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_36_-_valid_test_case:_020G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_37_-_valid_test_case:_0xa0k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_38_-_valid_test_case:_0xa0K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_39_-_valid_test_case:_0XA0M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_3_-_valid_test_case:_0x400": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_40_-_valid_test_case:_0xA0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_41_-_invalid_test_case:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_42_-_invalid_test_case:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_43_-_invalid_test_case:_-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_44_-_invalid_test_case:_k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_45_-_invalid_test_case:_4611686018427387904G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_46_-_invalid_test_case:_0x40g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_47_-_invalid_test_case:_08": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_48_-_invalid_test_case:_09": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_49_-_invalid_test_case:_0x": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_4_-_valid_test_case:_0300": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_50_-_invalid_test_case:_x0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_51_-_invalid_test_case:_0xx0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_52_-_invalid_test_case:_07kK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_53_-_invalid_test_case:_0xk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_54_-_invalid_test_case:_0XM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_55_-_invalid_test_case:_0xG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_56_-_invalid_test_case:_0x0MM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_57_-_invalid_test_case:_0X0GG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_58_-_invalid_test_case:_0a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_59_-_invalid_test_case:_0B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_5_-_valid_test_case:_16k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_6_-_valid_test_case:_128K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_7_-_valid_test_case:_0x1234k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_8_-_valid_test_case:_32M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_size_suffix_9_-_valid_test_case:_1024G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_10_-_valid_test_case:_5h_expected_18000000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_11_-_valid_test_case:_00_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_12_-_valid_test_case:_0us_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_13_-_valid_test_case:_0ms_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_14_-_valid_test_case:_0s_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_15_-_valid_test_case:_0m_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_16_-_valid_test_case:_0h_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_17_-_valid_test_case:_00us_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_18_-_valid_test_case:_00ms_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_19_-_valid_test_case:_00s_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_1_-_valid_test_case:_0_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_20_-_valid_test_case:_00m_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_21_-_valid_test_case:_00h_expected_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_22_-_valid_test_case:_12ms_expected_12000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_23_-_valid_test_case:_3597us_expected_3597": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_24_-_valid_test_case:_+5_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_25_-_valid_test_case:_08_expected_8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_26_-_valid_test_case:_0145us_expected_145": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_27_-_invalid_test_case:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_28_-_invalid_test_case:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_29_-_invalid_test_case:_-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_2_-_valid_test_case:_1234_expected_1234": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_30_-_invalid_test_case:_m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_31_-_invalid_test_case:_4611686018427387904s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_32_-_invalid_test_case:_0x40M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_33_-_invalid_test_case:_0x": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_34_-_invalid_test_case:_x0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_35_-_invalid_test_case:_0xx0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_36_-_invalid_test_case:_07mm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_37_-_invalid_test_case:_0xm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_38_-_invalid_test_case:_0Xs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_39_-_invalid_test_case:_0x0ss": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_3_-_valid_test_case:_1234us_expected_1234": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_40_-_invalid_test_case:_0a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_41_-_invalid_test_case:_0B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_42_-_invalid_test_case:_0x3_s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_43_-_invalid_test_case:_0xbs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_44_-_invalid_test_case:_14ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_45_-_invalid_test_case:_0xbs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_46_-_invalid_test_case:_14ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_47_-_invalid_test_case:_14ms_garbage_after_value": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_48_-_invalid_test_case:_0x14s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_49_-_invalid_test_case:_0u": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_4_-_valid_test_case:_16ms_expected_16000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_50_-_invalid_test_case:_5mS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_51_-_invalid_test_case:_5Ms": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_52_-_invalid_test_case:_12ussr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_53_-_invalid_test_case:_67msrp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_54_-_invalid_test_case:_14si": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_55_-_invalid_test_case:_12mo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_56_-_invalid_test_case:_53hi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_5_-_valid_test_case:_128ms_expected_128000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_6_-_valid_test_case:_32s_expected_32000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_7_-_valid_test_case:_1m_expected_60000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_8_-_valid_test_case:_20m_expected_1200000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_utils_parse_time_suffix_9_-_valid_test_case:_1h_expected_3600000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_10_-_lttng_uuid_from_str_-_Parse_invalid_string_'4542ad19-9e4f-4931-8261-2101c3e089ae7',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_11_-_lttng_uuid_from_str_-_Parse_invalid_string_'XX0123',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_12_-_lttng_uuid_to_str_-_Convert_UUID_'3d260c88-75ea-47b8-a7e2-d6077c0378d9'_to_string,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_13_-_lttng_uuid_to_str_-_Convert_UUID_'611cf3a6-a68b-4515-834f-208bc2762592'_to_string,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_14_-_lttng_uuid_to_str_-_Convert_UUID_'1b4855cc-96de-4ae8-abe3-86449c2a43c4'_to_string,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_15_-_lttng_uuid_is_equal_-_Compare_same_UUID,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_16_-_lttng_uuid_is_equal_-_Compare_different_UUID,_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_17_-_lttng_uuid_copy_-_Compare_copied_UUID_with_source,_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_18_-_lttng_uuid_generate_-_Generated_UUIDs_are_different": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_19_-_lttng_uuid_generate_-_bit_6_of_clock_seq_hi_and_reserved_is_set_to_zero": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_1_-_lttng_uuid_from_str_-_Parse_valid_string_'3d260c88-75ea-47b8-a7e2-d6077c0378d9',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_20_-_lttng_uuid_generate_-_bit_7_of_clock_seq_hi_and_reserved_is_set_to_one": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_21_-_lttng_uuid_generate_-_Generated_UUID_version_check": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_2_-_lttng_uuid_from_str_-_Parse_valid_string_'611cf3a6-a68b-4515-834f-208bc2762592',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_3_-_lttng_uuid_from_str_-_Parse_valid_string_'1b4855cc-96de-4ae8-abe3-86449c2a43c4',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_4_-_lttng_uuid_from_str_-_Parse_valid_string_'8ADED5B9-ACD2-439F-A60C-897403AA2AB4',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_5_-_lttng_uuid_from_str_-_Parse_valid_string_'f109e0a2-C619-4d18-b760-20EA20E0F69A',_expect_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_6_-_lttng_uuid_from_str_-_Parse_invalid_string_'1b485!cc-96de-4XX8-abe3-86449c2a43?4',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_7_-_lttng_uuid_from_str_-_Parse_invalid_string_'c2e6eddb&3955&4006&be3a&70bb63bd5f25',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_8_-_lttng_uuid_from_str_-_Parse_invalid_string_'81b1cb88-ff42-45b9-ba4d-964088ee45',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.test_uuid_9_-_lttng_uuid_from_str_-_Parse_invalid_string_'2d-6c6d756574-470e-9142-a4e6ad03f143',_expect_failure": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_10_-_Create_session_ust_app_snapshot_create_base_path_with_uri:net://localhost/my/custom/path2_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_11_-_Enable_ust_event_tp:tptest_for_session_ust_app_snapshot_create_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_12_-_Start_tracing_for_session_ust_app_snapshot_create_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_13_-_Stop_lttng_tracing_for_session_ust_app_snapshot_create_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_14_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_15_-_Destroy_session_ust_app_snapshot_create_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_16_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_17_-_Validate_trace_for_event_tp:tptest,_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_18_-_Create_session_ust_app_snapshot_base_path_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_19_-_Enable_ust_event_tp:tptest_for_session_ust_app_snapshot_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXpath_ust_trace_path.RRmpgI_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_20_-_Start_tracing_for_session_ust_app_snapshot_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_21_-_Stop_lttng_tracing_for_session_ust_app_snapshot_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_22_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_23_-_Destroy_session_ust_app_snapshot_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_24_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_25_-_Validate_trace_for_event_tp:tptest,_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_26_-_Create_session_ust_app_snapshot_add_output_base_path_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_27_-_Enable_ust_event_tp:tptest_for_session_ust_app_snapshot_add_output_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_28_-_Start_tracing_for_session_ust_app_snapshot_add_output_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_29_-_Stop_lttng_tracing_for_session_ust_app_snapshot_add_output_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_30_-_Added_snapshot_output_net://localhost/my/custom/path4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_31_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_32_-_Destroy_session_ust_app_snapshot_add_output_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_33_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_34_-_Validate_trace_for_event_tp:tptest,_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_35_-_Load_command_with_opts:_-i_./tools/base-path//load-stream-extra-path.lttng": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_36_-_Start_tracing_for_session_load-stream-extra-path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_37_-_Stop_lttng_tracing_for_session_load-stream-extra-path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_38_-_Destroy_session_load-stream-extra-path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_39_-_UST_per-uid_network_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_3_-_Create_session_ust_app_stream_base_path_with_uri:net://localhost/my/custom/path1_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_40_-_Validate_trace_for_event_tp:tptest,_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_41_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_42_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_4_-_Enable_ust_event_tp:tptest_for_session_ust_app_stream_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_5_-_Start_tracing_for_session_ust_app_stream_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_6_-_Stop_lttng_tracing_for_session_ust_app_stream_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_7_-_Destroy_session_ust_app_stream_base_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_8_-_UST_per-uid_network_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/base-path/test_ust_9_-_Validate_trace_for_event_tp:tptest,_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_10_-_Start_tracing_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_11_-_Stop_lttng_tracing_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_12_-_Trace_match_with_0_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_13_-_Destroy_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_14_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_2_-_Create_session_test_channel_in_-o_/tmp/tmp.XXXXXXXXXXel_disable_stopped_session_trace_path.Fnto5B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_3_-_Enable_channel_channel0_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_4_-_Enable_ust_event_tp:tptest_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_5_-_Start_tracing_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_6_-_Stop_lttng_tracing_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_7_-_Trace_match_with_100_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_8_-_Clear_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/channel/test_channel_9_-_Disable_channel_channel0_for_session_test_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_100_-_Rotate_session_S0ndmxTsENvgnx1h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_101_-_Stop_lttng_tracing_for_session_S0ndmxTsENvgnx1h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_102_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_103_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_104_-_Destroy_session_S0ndmxTsENvgnx1h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_105_-_Create_session_iuqpcI2PRGFkW8dJ_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_106_-_Enable_kernel_event_lttng_test_filter_event_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_107_-_Start_tracing_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_108_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_109_-_Stop_lttng_tracing_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_10_-_Create_session_yyIsxH9TjtQp4TaI_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_110_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_111_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_112_-_Start_tracing_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_113_-_Clear_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_114_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_115_-_Stop_lttng_tracing_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_116_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_117_-_Start_tracing_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_118_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_119_-_Stop_lttng_tracing_for_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_11_-_Enable_kernel_event_lttng_test_filter_event_for_session_yyIsxH9TjtQp4TaI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_120_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_121_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_122_-_Destroy_session_iuqpcI2PRGFkW8dJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_123_-_Create_session_zGMPdMxcHuePjdDl_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_124_-_Enable_kernel_event_lttng_test_filter_event_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_125_-_Start_tracing_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_126_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_127_-_Stop_lttng_tracing_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_128_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_129_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_12_-_Start_tracing_for_session_yyIsxH9TjtQp4TaI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_130_-_Start_tracing_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_131_-_Clear_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_132_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_133_-_Stop_lttng_tracing_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_134_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_135_-_Start_tracing_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_136_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_137_-_Stop_lttng_tracing_for_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_138_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_139_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_13_-_Rotate_session_yyIsxH9TjtQp4TaI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_140_-_Destroy_session_zGMPdMxcHuePjdDl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_141_-_Create_session_Vh86mzgiTqp3DvT0_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_142_-_Enable_kernel_event_lttng_test_filter_event_for_session_Vh86mzgiTqp3DvT0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_143_-_Start_tracing_for_session_Vh86mzgiTqp3DvT0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_144_-_Clear_session_Vh86mzgiTqp3DvT0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_145_-_Clear_session_Vh86mzgiTqp3DvT0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_146_-_Stop_lttng_tracing_for_session_Vh86mzgiTqp3DvT0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_147_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_148_-_Destroy_session_Vh86mzgiTqp3DvT0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_149_-_Create_session_pMoJKcAgKf17vjpe_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_14_-_Clear_session_yyIsxH9TjtQp4TaI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_150_-_Enable_kernel_event_lttng_test_filter_event_for_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_151_-_Start_tracing_for_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_152_-_Rotate_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_153_-_Clear_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_154_-_Clear_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_155_-_Stop_lttng_tracing_for_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_156_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_157_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_158_-_Destroy_session_pMoJKcAgKf17vjpe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_159_-_Create_session_jqlhYATcLxvJTFdJ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_15_-_Stop_lttng_tracing_for_session_yyIsxH9TjtQp4TaI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_160_-_Enable_kernel_event_lttng_test_filter_event_for_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_161_-_Start_tracing_for_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_162_-_Clear_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_163_-_Clear_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_164_-_Rotate_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_165_-_Stop_lttng_tracing_for_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_166_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_167_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_168_-_Destroy_session_jqlhYATcLxvJTFdJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_169_-_Create_session_ldcJ46QS7GtgiBFu_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_16_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_170_-_Enable_channel_rotchan_for_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_171_-_Enable_kernel_event_lttng_test_filter_event_for_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_172_-_Start_tracing_for_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_173_-_Clear_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_174_-_Clear_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_175_-_Stop_lttng_tracing_for_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_176_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_177_-_Start_tracing_for_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_178_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_179_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_17_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_180_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_181_-_Destroy_session_ldcJ46QS7GtgiBFu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_182_-_Create_session_7tCQNPGUWkdAMV7q_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_183_-_Enable_channel_rotchan_for_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_184_-_Enable_kernel_event_lttng_test_filter_event_for_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_185_-_Start_tracing_for_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_186_-_Clear_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_187_-_Clear_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_188_-_Stop_lttng_tracing_for_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_189_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_18_-_Destroy_session_yyIsxH9TjtQp4TaI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_190_-_Start_tracing_for_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_191_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_192_-_Validate_trace_for_event_lttng_test_filter_event,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_193_-_Read_a_total_of_32_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_194_-_Destroy_session_7tCQNPGUWkdAMV7q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_195_-_Create_session_by5czc5VSjLdAvgu_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_196_-_Enable_kernel_event_lttng_test_filter_event_for_session_by5czc5VSjLdAvgu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_197_-_Start_tracing_for_session_by5czc5VSjLdAvgu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_198_-_Clear_session_by5czc5VSjLdAvgu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_199_-_Clear_session_by5czc5VSjLdAvgu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_19_-_Create_session_2k3TRFuxkvd5ZQij_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_200_-_Stop_lttng_tracing_for_session_by5czc5VSjLdAvgu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_201_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_202_-_Destroy_session_by5czc5VSjLdAvgu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_203_-_Create_session_NyUDwDV1uRPLxqJS_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_204_-_Enable_channel_chan_for_session_NyUDwDV1uRPLxqJS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_205_-_Enable_kernel_event_lttng_test_filter_event_for_session_NyUDwDV1uRPLxqJS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_206_-_Start_tracing_for_session_NyUDwDV1uRPLxqJS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_207_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_208_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_209_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_20_-_Enable_kernel_event_lttng_test_filter_event_for_session_2k3TRFuxkvd5ZQij": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_210_-_Destroy_session_NyUDwDV1uRPLxqJS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_211_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_212_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_213_-_Create_session_wppDFr33uiNUkMUO_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_214_-_Enable_channel_chan_for_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_215_-_Enable_kernel_event_lttng_test_filter_event_for_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_216_-_Start_tracing_for_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_217_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_218_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_219_-_Clear_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_21_-_Start_tracing_for_session_2k3TRFuxkvd5ZQij": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_220_-_Clear_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_221_-_Stop_lttng_tracing_for_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_222_-_Destroy_session_wppDFr33uiNUkMUO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_223_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_224_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_225_-_Create_session_OEaJX0BMfCqa9SZv_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_226_-_Enable_kernel_event_lttng_test_filter_event_for_session_OEaJX0BMfCqa9SZv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_227_-_Start_tracing_for_session_OEaJX0BMfCqa9SZv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_228_-_Clear_session_OEaJX0BMfCqa9SZv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_229_-_Clear_session_OEaJX0BMfCqa9SZv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_22_-_Clear_session_2k3TRFuxkvd5ZQij": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_230_-_Stop_lttng_tracing_for_session_OEaJX0BMfCqa9SZv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_231_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_232_-_Destroy_session_OEaJX0BMfCqa9SZv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_233_-_Create_session_D1RsovpcYr31SFdp_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_234_-_Enable_kernel_event_lttng_test_filter_event_for_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_235_-_Start_tracing_for_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_236_-_Rotate_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_237_-_Clear_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_238_-_Clear_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_239_-_Stop_lttng_tracing_for_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_23_-_Rotate_session_2k3TRFuxkvd5ZQij": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_240_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_241_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_242_-_Destroy_session_D1RsovpcYr31SFdp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_243_-_Create_session_fbTIzMGyNa3DSDq5_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_244_-_Enable_kernel_event_lttng_test_filter_event_for_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_245_-_Start_tracing_for_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_246_-_Clear_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_247_-_Clear_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_248_-_Rotate_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_249_-_Stop_lttng_tracing_for_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_24_-_Stop_lttng_tracing_for_session_2k3TRFuxkvd5ZQij": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_250_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_251_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_252_-_Destroy_session_fbTIzMGyNa3DSDq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_253_-_Create_session_0rwbFbwRGJbJW88a_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_254_-_Enable_kernel_event_lttng_test_filter_event_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_255_-_Start_tracing_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_256_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_257_-_Stop_lttng_tracing_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_258_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_259_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_25_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_260_-_Start_tracing_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_261_-_Clear_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_262_-_Clear_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_263_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_264_-_Stop_lttng_tracing_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_265_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_266_-_Start_tracing_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_267_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_268_-_Stop_lttng_tracing_for_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_269_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_26_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_270_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_271_-_Destroy_session_0rwbFbwRGJbJW88a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_272_-_Create_session_JcFbcgfO88Y8VtP1_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_273_-_Enable_kernel_event_lttng_test_filter_event_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_274_-_Start_tracing_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_275_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_276_-_Stop_lttng_tracing_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_277_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_278_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_279_-_Start_tracing_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_27_-_Destroy_session_2k3TRFuxkvd5ZQij": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_280_-_Clear_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_281_-_Clear_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_282_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_283_-_Stop_lttng_tracing_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_284_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_285_-_Start_tracing_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_286_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_287_-_Stop_lttng_tracing_for_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_288_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_289_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_28_-_Create_session_3aLzDh6yq4Ltzj2l_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_290_-_Destroy_session_JcFbcgfO88Y8VtP1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_291_-_Create_session_lpBOyxuJWQJvGM3z_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_292_-_Enable_kernel_event_lttng_test_filter_event_for_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_293_-_Start_tracing_for_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_294_-_Stop_lttng_tracing_for_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_295_-_Clear_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_296_-_Start_tracing_for_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_297_-_Stop_lttng_tracing_for_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_298_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_299_-_Destroy_session_lpBOyxuJWQJvGM3z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_29_-_Enable_channel_rotchan_for_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_300_-_Create_session_gUicwCQ9hLTO39vr_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_301_-_Enable_kernel_event_lttng_test_filter_event_for_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_302_-_Start_tracing_for_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_303_-_Rotate_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_304_-_Stop_lttng_tracing_for_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_305_-_Clear_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_306_-_Start_tracing_for_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_307_-_Stop_lttng_tracing_for_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_308_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_309_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_30_-_Enable_kernel_event_lttng_test_filter_event_for_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_310_-_Destroy_session_gUicwCQ9hLTO39vr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_311_-_Create_session_Kkp8j4P328f0zcs8_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_312_-_Enable_kernel_event_lttng_test_filter_event_for_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_313_-_Start_tracing_for_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_314_-_Stop_lttng_tracing_for_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_315_-_Clear_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_316_-_Start_tracing_for_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_317_-_Rotate_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_318_-_Stop_lttng_tracing_for_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_319_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_31_-_Start_tracing_for_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_320_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_321_-_Destroy_session_Kkp8j4P328f0zcs8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_322_-_Create_session_A19ZC01Dmw1FKJvX_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_323_-_Enable_channel_rotchan_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_324_-_Enable_kernel_event_lttng_test_filter_event_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_325_-_Start_tracing_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_326_-_Stop_lttng_tracing_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_327_-_Clear_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_328_-_Start_tracing_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_329_-_Stop_lttng_tracing_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_32_-_Clear_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_330_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_331_-_Start_tracing_for_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_332_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_333_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_334_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_335_-_Destroy_session_A19ZC01Dmw1FKJvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_336_-_Create_session_lK4Vb9lZhgtE8SeZ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_337_-_Enable_channel_rotchan_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_338_-_Enable_kernel_event_lttng_test_filter_event_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_339_-_Start_tracing_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_33_-_Stop_lttng_tracing_for_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_340_-_Stop_lttng_tracing_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_341_-_Clear_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_342_-_Start_tracing_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_343_-_Stop_lttng_tracing_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_344_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_345_-_Start_tracing_for_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_346_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_347_-_Validate_trace_for_event_lttng_test_filter_event,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_348_-_Read_a_total_of_32_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_349_-_Destroy_session_lK4Vb9lZhgtE8SeZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_34_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_350_-_Create_session_u8h90F3N1Kwt7bnG_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_351_-_Enable_kernel_event_lttng_test_filter_event_for_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_352_-_Start_tracing_for_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_353_-_Stop_lttng_tracing_for_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_354_-_Clear_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_355_-_Start_tracing_for_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_356_-_Stop_lttng_tracing_for_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_357_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_358_-_Destroy_session_u8h90F3N1Kwt7bnG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_359_-_Create_session_xUqTRM9vyUkdW1IV_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_35_-_Start_tracing_for_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_360_-_Enable_channel_chan_for_session_xUqTRM9vyUkdW1IV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_361_-_Enable_kernel_event_lttng_test_filter_event_for_session_xUqTRM9vyUkdW1IV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_362_-_Start_tracing_for_session_xUqTRM9vyUkdW1IV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_363_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_364_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_365_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_366_-_Destroy_session_xUqTRM9vyUkdW1IV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_367_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_368_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_369_-_Create_session_sAkdIleU9iLBWUpI_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_36_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_370_-_Enable_channel_chan_for_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_371_-_Enable_kernel_event_lttng_test_filter_event_for_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_372_-_Start_tracing_for_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_373_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_374_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_375_-_Stop_lttng_tracing_for_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_376_-_Clear_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_377_-_Start_tracing_for_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_378_-_Stop_lttng_tracing_for_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_379_-_Destroy_session_sAkdIleU9iLBWUpI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_37_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_380_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_381_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_382_-_Create_session_V1jqdVL37Wa0aTpB_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_383_-_Enable_kernel_event_lttng_test_filter_event_for_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_384_-_Start_tracing_for_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_385_-_Stop_lttng_tracing_for_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_386_-_Clear_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_387_-_Start_tracing_for_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_388_-_Stop_lttng_tracing_for_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_389_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_38_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_390_-_Destroy_session_V1jqdVL37Wa0aTpB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_391_-_Create_session_NmslBJiQ19UAp1k9_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_392_-_Enable_kernel_event_lttng_test_filter_event_for_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_393_-_Start_tracing_for_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_394_-_Rotate_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_395_-_Stop_lttng_tracing_for_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_396_-_Clear_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_397_-_Start_tracing_for_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_398_-_Stop_lttng_tracing_for_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_399_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_39_-_Destroy_session_3aLzDh6yq4Ltzj2l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_3_-_Create_session_61a7OVOMAx8GWfgm_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_400_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_401_-_Destroy_session_NmslBJiQ19UAp1k9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_402_-_Create_session_nFFICspbFQPtLjqh_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_403_-_Enable_kernel_event_lttng_test_filter_event_for_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_404_-_Start_tracing_for_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_405_-_Stop_lttng_tracing_for_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_406_-_Clear_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_407_-_Start_tracing_for_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_408_-_Rotate_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_409_-_Stop_lttng_tracing_for_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_40_-_Create_session_1X39lUwXNZIJVMSj_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_410_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_411_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_412_-_Destroy_session_nFFICspbFQPtLjqh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_413_-_Create_session_vZSDY6yMM4qH2ovI_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_414_-_Enable_kernel_event_lttng_test_filter_event_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_415_-_Start_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_416_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_417_-_Stop_lttng_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_418_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_419_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_41_-_Enable_channel_rotchan_for_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_420_-_Start_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_421_-_Stop_lttng_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_422_-_Clear_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_423_-_Start_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_424_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_425_-_Stop_lttng_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_426_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_427_-_Start_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_428_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_429_-_Stop_lttng_tracing_for_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_42_-_Enable_kernel_event_lttng_test_filter_event_for_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_430_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_431_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_432_-_Destroy_session_vZSDY6yMM4qH2ovI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_433_-_Create_session_NIU7ta5CC1wxRkm6_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_434_-_Enable_kernel_event_lttng_test_filter_event_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_435_-_Start_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_436_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_437_-_Stop_lttng_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_438_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_439_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_43_-_Start_tracing_for_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_440_-_Start_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_441_-_Stop_lttng_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_442_-_Clear_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_443_-_Start_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_444_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_445_-_Stop_lttng_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_446_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_447_-_Start_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_448_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_449_-_Stop_lttng_tracing_for_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_44_-_Clear_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_450_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_451_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_452_-_Destroy_session_NIU7ta5CC1wxRkm6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_453_-_Create_session_G7oPFYwuJGjFRuBt_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_454_-_Enable_kernel_event_lttng_test_filter_event_for_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_455_-_Start_tracing_for_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_456_-_Stop_lttng_tracing_for_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_457_-_Clear_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_458_-_Clear_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_459_-_Start_tracing_for_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_45_-_Stop_lttng_tracing_for_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_460_-_Stop_lttng_tracing_for_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_461_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_462_-_Destroy_session_G7oPFYwuJGjFRuBt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_463_-_Create_session_0wwIkZBwAbXUH4zZ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_464_-_Enable_kernel_event_lttng_test_filter_event_for_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_465_-_Start_tracing_for_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_466_-_Rotate_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_467_-_Stop_lttng_tracing_for_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_468_-_Clear_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_469_-_Clear_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_46_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_470_-_Start_tracing_for_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_471_-_Stop_lttng_tracing_for_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_472_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_473_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_474_-_Destroy_session_0wwIkZBwAbXUH4zZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_475_-_Create_session_NJz6muxBSSNe01hC_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_476_-_Enable_kernel_event_lttng_test_filter_event_for_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_477_-_Start_tracing_for_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_478_-_Stop_lttng_tracing_for_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_479_-_Clear_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_47_-_Start_tracing_for_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_480_-_Clear_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_481_-_Start_tracing_for_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_482_-_Rotate_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_483_-_Stop_lttng_tracing_for_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_484_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_485_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_486_-_Destroy_session_NJz6muxBSSNe01hC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_487_-_Create_session_ZQimo2CSz20SWmMz_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_488_-_Enable_channel_rotchan_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_489_-_Enable_kernel_event_lttng_test_filter_event_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_48_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_490_-_Start_tracing_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_491_-_Stop_lttng_tracing_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_492_-_Clear_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_493_-_Clear_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_494_-_Start_tracing_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_495_-_Stop_lttng_tracing_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_496_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_497_-_Start_tracing_for_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_498_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_499_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_49_-_Validate_trace_for_event_lttng_test_filter_event,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_4_-_Enable_kernel_event_lttng_test_filter_event_for_session_61a7OVOMAx8GWfgm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_500_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_501_-_Destroy_session_ZQimo2CSz20SWmMz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_502_-_Create_session_nxQCis6pNN1i2n6V_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_503_-_Enable_channel_rotchan_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_504_-_Enable_kernel_event_lttng_test_filter_event_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_505_-_Start_tracing_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_506_-_Stop_lttng_tracing_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_507_-_Clear_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_508_-_Clear_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_509_-_Start_tracing_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_50_-_Read_a_total_of_32_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_510_-_Stop_lttng_tracing_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_511_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_512_-_Start_tracing_for_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_513_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_514_-_Validate_trace_for_event_lttng_test_filter_event,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_515_-_Read_a_total_of_32_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_516_-_Destroy_session_nxQCis6pNN1i2n6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_517_-_Create_session_KZ0Lf0GY7AYPJjta_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_518_-_Enable_kernel_event_lttng_test_filter_event_for_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_519_-_Start_tracing_for_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_51_-_Destroy_session_1X39lUwXNZIJVMSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_520_-_Stop_lttng_tracing_for_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_521_-_Clear_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_522_-_Clear_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_523_-_Start_tracing_for_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_524_-_Stop_lttng_tracing_for_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_525_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_526_-_Destroy_session_KZ0Lf0GY7AYPJjta": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_527_-_Create_session_Wz2ZGfF0vYo8Y4d0_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_528_-_Enable_channel_chan_for_session_Wz2ZGfF0vYo8Y4d0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_529_-_Enable_kernel_event_lttng_test_filter_event_for_session_Wz2ZGfF0vYo8Y4d0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_52_-_Create_session_2tRaTUov3Voe5wFV_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_530_-_Start_tracing_for_session_Wz2ZGfF0vYo8Y4d0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_531_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_532_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_533_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_534_-_Destroy_session_Wz2ZGfF0vYo8Y4d0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_535_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_536_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_537_-_Create_session_5CSxrdUgTwff0c6l_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_538_-_Enable_channel_chan_for_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_539_-_Enable_kernel_event_lttng_test_filter_event_for_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_53_-_Enable_kernel_event_lttng_test_filter_event_for_session_2tRaTUov3Voe5wFV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_540_-_Start_tracing_for_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_541_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_542_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_543_-_Stop_lttng_tracing_for_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_544_-_Clear_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_545_-_Clear_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_546_-_Start_tracing_for_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_547_-_Stop_lttng_tracing_for_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_548_-_Destroy_session_5CSxrdUgTwff0c6l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_549_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_54_-_Start_tracing_for_session_2tRaTUov3Voe5wFV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_550_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_551_-_Create_session_Rn8UR6lN6TesM5fP_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_552_-_Enable_kernel_event_lttng_test_filter_event_for_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_553_-_Start_tracing_for_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_554_-_Stop_lttng_tracing_for_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_555_-_Clear_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_556_-_Clear_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_557_-_Start_tracing_for_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_558_-_Stop_lttng_tracing_for_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_559_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_55_-_Clear_session_2tRaTUov3Voe5wFV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_560_-_Destroy_session_Rn8UR6lN6TesM5fP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_561_-_Create_session_ZeYFvQQpUy29zO1v_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_562_-_Enable_kernel_event_lttng_test_filter_event_for_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_563_-_Start_tracing_for_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_564_-_Rotate_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_565_-_Stop_lttng_tracing_for_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_566_-_Clear_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_567_-_Clear_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_568_-_Start_tracing_for_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_569_-_Stop_lttng_tracing_for_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_56_-_Stop_lttng_tracing_for_session_2tRaTUov3Voe5wFV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_570_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_571_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_572_-_Destroy_session_ZeYFvQQpUy29zO1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_573_-_Create_session_jFP4fWTOy2Vz1cbU_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_574_-_Enable_kernel_event_lttng_test_filter_event_for_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_575_-_Start_tracing_for_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_576_-_Stop_lttng_tracing_for_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_577_-_Clear_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_578_-_Clear_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_579_-_Start_tracing_for_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_57_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_580_-_Rotate_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_581_-_Stop_lttng_tracing_for_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_582_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_583_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_584_-_Destroy_session_jFP4fWTOy2Vz1cbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_585_-_Create_session_sxr6SgQTpfpYix5f_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_586_-_Enable_kernel_event_lttng_test_filter_event_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_587_-_Start_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_588_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_589_-_Stop_lttng_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_58_-_Destroy_session_2tRaTUov3Voe5wFV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_590_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_591_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_592_-_Start_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_593_-_Stop_lttng_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_594_-_Clear_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_595_-_Clear_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_596_-_Start_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_597_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_598_-_Stop_lttng_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_599_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_59_-_Create_session_u09Qqa0hJ8DBWmCP_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_5_-_Start_tracing_for_session_61a7OVOMAx8GWfgm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_600_-_Start_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_601_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_602_-_Stop_lttng_tracing_for_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_603_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_604_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_605_-_Destroy_session_sxr6SgQTpfpYix5f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_606_-_Create_session_hNmYAckrkLcpwGFv_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_607_-_Enable_kernel_event_lttng_test_filter_event_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_608_-_Start_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_609_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_60_-_Enable_channel_chan_for_session_u09Qqa0hJ8DBWmCP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_610_-_Stop_lttng_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_611_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_612_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_613_-_Start_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_614_-_Stop_lttng_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_615_-_Clear_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_616_-_Clear_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_617_-_Start_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_618_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_619_-_Stop_lttng_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_61_-_Enable_kernel_event_lttng_test_filter_event_for_session_u09Qqa0hJ8DBWmCP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_620_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_621_-_Start_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_622_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_623_-_Stop_lttng_tracing_for_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_624_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_625_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_626_-_Destroy_session_hNmYAckrkLcpwGFv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_627_-_Create_session_TOocF06sy6osB3jP_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_628_-_Enable_kernel_event_lttng_test_filter_event_for_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_629_-_Start_tracing_for_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_62_-_Start_tracing_for_session_u09Qqa0hJ8DBWmCP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_630_-_Stop_lttng_tracing_for_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_631_-_Rotate_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_632_-_Clear_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_633_-_Start_tracing_for_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_634_-_Stop_lttng_tracing_for_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_635_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_636_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_637_-_Destroy_session_TOocF06sy6osB3jP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_638_-_Create_session_neVdAzwKiv2bBuQU_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_639_-_Enable_kernel_event_lttng_test_filter_event_for_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_63_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_640_-_Start_tracing_for_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_641_-_Rotate_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_642_-_Stop_lttng_tracing_for_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_643_-_Rotate_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_644_-_Clear_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_645_-_Start_tracing_for_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_646_-_Stop_lttng_tracing_for_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_647_-_Validate_trace_for_event_lttng_test_filter_event,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_648_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_649_-_Destroy_session_neVdAzwKiv2bBuQU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_64_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_650_-_Create_session_2sWYr3dHcSxcPxbo_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_651_-_Enable_kernel_event_lttng_test_filter_event_for_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_652_-_Start_tracing_for_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_653_-_Stop_lttng_tracing_for_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_654_-_Rotate_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_655_-_Clear_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_656_-_Start_tracing_for_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_657_-_Rotate_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_658_-_Stop_lttng_tracing_for_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_659_-_Validate_trace_for_event_lttng_test_filter_event,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_65_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_660_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_661_-_Destroy_session_2sWYr3dHcSxcPxbo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_662_-_Create_session_UFZyJu3PiLgITX4H_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_663_-_Enable_channel_rotchan_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_664_-_Enable_kernel_event_lttng_test_filter_event_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_665_-_Start_tracing_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_666_-_Stop_lttng_tracing_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_667_-_Rotate_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_668_-_Clear_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_669_-_Start_tracing_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_66_-_Destroy_session_u09Qqa0hJ8DBWmCP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_670_-_Stop_lttng_tracing_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_671_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_672_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_673_-_Start_tracing_for_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_674_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_675_-_Validate_trace_for_event_lttng_test_filter_event,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_676_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_677_-_Destroy_session_UFZyJu3PiLgITX4H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_678_-_Create_session_kj1NZODHfJnE3bkW_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_679_-_Enable_channel_rotchan_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_67_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_680_-_Enable_kernel_event_lttng_test_filter_event_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_681_-_Start_tracing_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_682_-_Stop_lttng_tracing_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_683_-_Rotate_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_684_-_Clear_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_685_-_Start_tracing_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_686_-_Stop_lttng_tracing_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_687_-_Validate_trace_for_event_lttng_test_filter_event,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_688_-_Read_a_total_of_32_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_689_-_Start_tracing_for_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_68_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_690_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_691_-_Validate_trace_for_event_lttng_test_filter_event,_64_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_692_-_Read_a_total_of_64_events,_expected_between_[1,_600000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_693_-_Destroy_session_kj1NZODHfJnE3bkW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_694_-_Create_session_XiBw4ht0FyyIo55q_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_695_-_Enable_kernel_event_lttng_test_filter_event_for_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_696_-_Start_tracing_for_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_697_-_Stop_lttng_tracing_for_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_698_-_Rotate_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_699_-_Clear_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_69_-_Create_session_hzVCNxl3sTkyqOuN_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_6_-_Clear_session_61a7OVOMAx8GWfgm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_700_-_Start_tracing_for_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_701_-_Stop_lttng_tracing_for_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_702_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_703_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_704_-_Destroy_session_XiBw4ht0FyyIo55q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_705_-_Create_session_9tNiHOCE1e6WutW5_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_706_-_Enable_kernel_event_lttng_test_filter_event_for_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_707_-_Start_tracing_for_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_708_-_Rotate_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_709_-_Stop_lttng_tracing_for_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_70_-_Enable_channel_chan_for_session_hzVCNxl3sTkyqOuN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_710_-_Rotate_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_711_-_Clear_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_712_-_Start_tracing_for_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_713_-_Stop_lttng_tracing_for_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_714_-_Validate_trace_for_event_lttng_test_filter_event,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_715_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_716_-_Destroy_session_9tNiHOCE1e6WutW5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_717_-_Create_session_oeqBfbUrWFHSmH8g_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_718_-_Enable_kernel_event_lttng_test_filter_event_for_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_719_-_Start_tracing_for_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_71_-_Enable_kernel_event_lttng_test_filter_event_for_session_hzVCNxl3sTkyqOuN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_720_-_Stop_lttng_tracing_for_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_721_-_Rotate_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_722_-_Clear_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_723_-_Start_tracing_for_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_724_-_Rotate_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_725_-_Stop_lttng_tracing_for_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_726_-_Validate_trace_for_event_lttng_test_filter_event,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_727_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_728_-_Destroy_session_oeqBfbUrWFHSmH8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_729_-_Create_session_GsuEVU9qvUQdUHUo_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_72_-_Start_tracing_for_session_hzVCNxl3sTkyqOuN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_730_-_Enable_kernel_event_lttng_test_filter_event_for_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_731_-_Start_tracing_for_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_732_-_Stop_lttng_tracing_for_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_733_-_Clear_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_734_-_Expected_fail_on_rotate_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_735_-_Start_tracing_for_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_736_-_Stop_lttng_tracing_for_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_737_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_738_-_Destroy_session_GsuEVU9qvUQdUHUo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_739_-_Create_session_92t90n85BcmHd1W5_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_73_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_740_-_Enable_kernel_event_lttng_test_filter_event_for_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_741_-_Start_tracing_for_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_742_-_Rotate_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_743_-_Stop_lttng_tracing_for_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_744_-_Clear_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_745_-_Expected_fail_on_rotate_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_746_-_Start_tracing_for_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_747_-_Stop_lttng_tracing_for_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_748_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_749_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_74_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_750_-_Destroy_session_92t90n85BcmHd1W5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_751_-_Create_session_bN59F9QhPfCpToZE_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_752_-_Enable_kernel_event_lttng_test_filter_event_for_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_753_-_Start_tracing_for_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_754_-_Stop_lttng_tracing_for_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_755_-_Clear_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_756_-_Expected_fail_on_rotate_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_757_-_Start_tracing_for_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_758_-_Rotate_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_759_-_Stop_lttng_tracing_for_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_75_-_Clear_session_hzVCNxl3sTkyqOuN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_760_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_761_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_762_-_Destroy_session_bN59F9QhPfCpToZE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_763_-_Create_session_BrzEQ1iqe7kB2PaT_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_764_-_Enable_channel_rotchan_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_765_-_Enable_kernel_event_lttng_test_filter_event_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_766_-_Start_tracing_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_767_-_Stop_lttng_tracing_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_768_-_Clear_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_769_-_Expected_fail_on_rotate_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_76_-_Stop_lttng_tracing_for_session_hzVCNxl3sTkyqOuN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_770_-_Start_tracing_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_771_-_Stop_lttng_tracing_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_772_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_773_-_Start_tracing_for_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_774_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_775_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_776_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_777_-_Destroy_session_BrzEQ1iqe7kB2PaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_778_-_Create_session_Lr1ddme76bpW3Qjh_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_779_-_Enable_channel_rotchan_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_77_-_Destroy_session_hzVCNxl3sTkyqOuN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_780_-_Enable_kernel_event_lttng_test_filter_event_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_781_-_Start_tracing_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_782_-_Stop_lttng_tracing_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_783_-_Clear_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_784_-_Expected_fail_on_rotate_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_785_-_Start_tracing_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_786_-_Stop_lttng_tracing_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_787_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_788_-_Start_tracing_for_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_789_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_78_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_790_-_Validate_trace_for_event_lttng_test_filter_event,_32_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_791_-_Read_a_total_of_32_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_792_-_Destroy_session_Lr1ddme76bpW3Qjh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_793_-_Create_session_dbqqpooOHpzfWECy_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_794_-_Enable_kernel_event_lttng_test_filter_event_for_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_795_-_Start_tracing_for_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_796_-_Stop_lttng_tracing_for_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_797_-_Clear_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_798_-_Expected_fail_on_rotate_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_799_-_Start_tracing_for_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_79_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_7_-_Stop_lttng_tracing_for_session_61a7OVOMAx8GWfgm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_800_-_Stop_lttng_tracing_for_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_801_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_802_-_Destroy_session_dbqqpooOHpzfWECy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_803_-_Create_session_m2o3orqUeXl2nIRk_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_804_-_Enable_kernel_event_lttng_test_filter_event_for_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_805_-_Start_tracing_for_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_806_-_Rotate_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_807_-_Stop_lttng_tracing_for_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_808_-_Clear_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_809_-_Expected_fail_on_rotate_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_80_-_Create_session_1J16pGWDiK7Zq6Bi_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_810_-_Start_tracing_for_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_811_-_Stop_lttng_tracing_for_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_812_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_813_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_814_-_Destroy_session_m2o3orqUeXl2nIRk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_815_-_Create_session_Ycs8Xjydnoca4FSL_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_816_-_Enable_kernel_event_lttng_test_filter_event_for_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_817_-_Start_tracing_for_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_818_-_Stop_lttng_tracing_for_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_819_-_Clear_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_81_-_Enable_kernel_event_lttng_test_filter_event_for_session_1J16pGWDiK7Zq6Bi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_820_-_Expected_fail_on_rotate_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_821_-_Start_tracing_for_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_822_-_Rotate_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_823_-_Stop_lttng_tracing_for_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_824_-_Validate_trace_for_event_lttng_test_filter_event,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_825_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_826_-_Destroy_session_Ycs8Xjydnoca4FSL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_827_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_828_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_829_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_82_-_Start_tracing_for_session_1J16pGWDiK7Zq6Bi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_830_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_831_-_Create_session_6ChCs2VJjn2tAXap_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_832_-_Enable_kernel_event_lttng_test_filter_event_for_session_6ChCs2VJjn2tAXap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_833_-_Start_tracing_for_session_6ChCs2VJjn2tAXap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_834_-_Expected_fail_on_clear_session_6ChCs2VJjn2tAXap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_835_-_Destroy_session_6ChCs2VJjn2tAXap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_836_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_837_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_83_-_Clear_session_1J16pGWDiK7Zq6Bi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_84_-_Stop_lttng_tracing_for_session_1J16pGWDiK7Zq6Bi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_85_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_86_-_Destroy_session_1J16pGWDiK7Zq6Bi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_87_-_Create_session_UU5JIQitcXOTdnmB_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_88_-_Enable_kernel_event_lttng_test_filter_event_for_session_UU5JIQitcXOTdnmB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_89_-_Start_tracing_for_session_UU5JIQitcXOTdnmB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_8_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_90_-_Rotate_session_UU5JIQitcXOTdnmB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_91_-_Clear_session_UU5JIQitcXOTdnmB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_92_-_Stop_lttng_tracing_for_session_UU5JIQitcXOTdnmB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_93_-_Validate_trace_for_event_lttng_test_filter_event,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_94_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_95_-_Destroy_session_UU5JIQitcXOTdnmB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_96_-_Create_session_S0ndmxTsENvgnx1h_in_-o_/tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_97_-_Enable_kernel_event_lttng_test_filter_event_for_session_S0ndmxTsENvgnx1h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_98_-_Start_tracing_for_session_S0ndmxTsENvgnx1h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_99_-_Clear_session_S0ndmxTsENvgnx1h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_kernel_9_-_Destroy_session_61a7OVOMAx8GWfgm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1000_-_Destroy_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1001_-_Create_session_VnA4Vp8Ks7dKUYgU_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1002_-_Enable_channel_rotchan_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1003_-_Enable_ust_event_tp:tptest_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1004_-_Start_tracing_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1005_-_Stop_lttng_tracing_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1006_-_Clear_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1007_-_Expected_fail_on_rotate_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1008_-_Start_tracing_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1009_-_Stop_lttng_tracing_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_100_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1010_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1011_-_Start_tracing_for_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1012_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1013_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1014_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1015_-_Destroy_session_VnA4Vp8Ks7dKUYgU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1016_-_Create_session_VydkoQ0GHhwXwy8i_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1017_-_Enable_channel_chan_for_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1018_-_Enable_ust_event_tp:tptest_for_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1019_-_Start_tracing_for_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_101_-_Clear_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1020_-_Stop_lttng_tracing_for_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1021_-_Clear_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1022_-_Start_tracing_for_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1023_-_Stop_lttng_tracing_for_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1024_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/VydkoQ0GHhwXwy8i*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1025_-_Destroy_session_VydkoQ0GHhwXwy8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1026_-_Create_session_DYqfQqZ835J5GJap_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1027_-_Enable_channel_chan_for_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1028_-_Enable_ust_event_tp:tptest_for_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1029_-_Start_tracing_for_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_102_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1030_-_Stop_lttng_tracing_for_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1031_-_Clear_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1032_-_Expected_fail_on_rotate_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1033_-_Start_tracing_for_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1034_-_Stop_lttng_tracing_for_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1035_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1036_-_Destroy_session_DYqfQqZ835J5GJap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1037_-_Create_session_q23Cl0UEVvvSHNVr_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1038_-_Enable_channel_chan_for_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1039_-_Enable_ust_event_tp:tptest_for_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_103_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1040_-_Start_tracing_for_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1041_-_Rotate_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1042_-_Stop_lttng_tracing_for_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1043_-_Clear_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1044_-_Expected_fail_on_rotate_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1045_-_Start_tracing_for_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1046_-_Stop_lttng_tracing_for_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1047_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1048_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1049_-_Destroy_session_q23Cl0UEVvvSHNVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_104_-_Statedump_regenerate_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1050_-_Create_session_WGMNdUEuzisRXvep_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1051_-_Enable_channel_chan_for_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1052_-_Enable_ust_event_tp:tptest_for_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1053_-_Start_tracing_for_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1054_-_Stop_lttng_tracing_for_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1055_-_Clear_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1056_-_Expected_fail_on_rotate_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1057_-_Start_tracing_for_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1058_-_Rotate_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1059_-_Stop_lttng_tracing_for_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_105_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1060_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1061_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1062_-_Destroy_session_WGMNdUEuzisRXvep": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1063_-_Create_session_wpqn934CBiq7JBg1_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1064_-_Enable_channel_chan_for_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1065_-_Enable_ust_event_tp:tptest_for_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1066_-_Start_tracing_for_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1067_-_Stop_lttng_tracing_for_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1068_-_Clear_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1069_-_Start_tracing_for_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_106_-_Stop_lttng_tracing_for_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1070_-_Stop_lttng_tracing_for_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1071_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1072_-_Destroy_session_wpqn934CBiq7JBg1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1073_-_Create_session_OfT2vEgLFS757lQV_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1074_-_Enable_channel_chan_for_session_OfT2vEgLFS757lQV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1075_-_Enable_ust_event_tp:tptest_for_session_OfT2vEgLFS757lQV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1076_-_Start_tracing_for_session_OfT2vEgLFS757lQV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1077_-_Clear_session_OfT2vEgLFS757lQV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1078_-_Stop_lttng_tracing_for_session_OfT2vEgLFS757lQV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1079_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/OfT2vEgLFS757lQV-20250616-114835\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_107_-_Destroy_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1080_-_Destroy_session_OfT2vEgLFS757lQV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1081_-_Create_session_kw9ELLD6FFFWSV8S_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1082_-_Enable_channel_chan_for_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1083_-_Enable_ust_event_tp:tptest_for_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1084_-_Start_tracing_for_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1085_-_Rotate_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1086_-_Clear_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1087_-_Stop_lttng_tracing_for_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1088_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1089_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_108_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1090_-_Destroy_session_kw9ELLD6FFFWSV8S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1091_-_Create_session_nitsXEk8hX1JkV0H_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1092_-_Enable_channel_chan_for_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1093_-_Enable_ust_event_tp:tptest_for_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1094_-_Start_tracing_for_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1095_-_Clear_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1096_-_Rotate_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1097_-_Stop_lttng_tracing_for_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1098_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1099_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_109_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_10_-_Destroy_session_iSBZre33uj8I3XCq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1100_-_Destroy_session_nitsXEk8hX1JkV0H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1101_-_Create_session_F6VDgtoAgQh30DGt_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1102_-_Enable_channel_rotchan_for_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1103_-_Enable_ust_event_tp:tptest_for_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1104_-_Start_tracing_for_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1105_-_Clear_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1106_-_Stop_lttng_tracing_for_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1107_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/F6VDgtoAgQh30DGt-20250616-114840\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1108_-_Start_tracing_for_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1109_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_110_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1110_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1111_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1112_-_Destroy_session_F6VDgtoAgQh30DGt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1113_-_Create_session_yXWKKJqDPEaI9It8_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1114_-_Enable_channel_rotchan_for_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1115_-_Enable_ust_event_tp:tptest_for_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1116_-_Start_tracing_for_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1117_-_Clear_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1118_-_Stop_lttng_tracing_for_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1119_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/yXWKKJqDPEaI9It8-20250616-114841\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_111_-_Create_session_NGa0IKPoFDA9ceUW_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1120_-_Start_tracing_for_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1121_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1122_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1123_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1124_-_Destroy_session_yXWKKJqDPEaI9It8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1125_-_Create_session_JFdCdbEgVW5TOM1v_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1126_-_Enable_channel_chan_for_session_JFdCdbEgVW5TOM1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1127_-_Enable_ust_event_tp:tptest_for_session_JFdCdbEgVW5TOM1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1128_-_Start_tracing_for_session_JFdCdbEgVW5TOM1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1129_-_Clear_session_JFdCdbEgVW5TOM1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_112_-_Enable_channel_chan_for_session_NGa0IKPoFDA9ceUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1130_-_Stop_lttng_tracing_for_session_JFdCdbEgVW5TOM1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1131_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/JFdCdbEgVW5TOM1v*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1132_-_Destroy_session_JFdCdbEgVW5TOM1v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1133_-_Create_session_N6eO4TiE07c9mXVr_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1134_-_Enable_channel_chan_for_session_N6eO4TiE07c9mXVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1135_-_Enable_ust_event_tp:tptest_for_session_N6eO4TiE07c9mXVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1136_-_Start_tracing_for_session_N6eO4TiE07c9mXVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1137_-_Clear_session_N6eO4TiE07c9mXVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1138_-_Stop_lttng_tracing_for_session_N6eO4TiE07c9mXVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1139_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/N6eO4TiE07c9mXVr-20250616-114843\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_113_-_Enable_ust_event_tp:tptest_for_session_NGa0IKPoFDA9ceUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1140_-_Destroy_session_N6eO4TiE07c9mXVr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1141_-_Create_session_wwrCxrY11D2281fi_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1142_-_Enable_channel_chan_for_session_wwrCxrY11D2281fi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1143_-_Enable_ust_event_tp:tptest_for_session_wwrCxrY11D2281fi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1144_-_Start_tracing_for_session_wwrCxrY11D2281fi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1145_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1146_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1147_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1148_-_Destroy_session_wwrCxrY11D2281fi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1149_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_114_-_Start_tracing_for_session_NGa0IKPoFDA9ceUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1150_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1151_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1152_-_Create_session_nq7EDb5ReR9r7mUA_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1153_-_Enable_channel_chan_for_session_nq7EDb5ReR9r7mUA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1154_-_Enable_ust_event_tp:tptest_for_session_nq7EDb5ReR9r7mUA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1155_-_Start_tracing_for_session_nq7EDb5ReR9r7mUA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1156_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1157_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1158_-_Clear_session_nq7EDb5ReR9r7mUA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1159_-_Stop_lttng_tracing_for_session_nq7EDb5ReR9r7mUA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_115_-_Clear_session_NGa0IKPoFDA9ceUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1160_-_Destroy_session_nq7EDb5ReR9r7mUA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1161_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1162_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1163_-_Create_session_SeuRhhDLeIZ1f4BR_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1164_-_Enable_channel_chan_for_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1165_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1166_-_Enable_ust_event_tp:tptest_for_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1167_-_Start_tracing_for_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1168_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1169_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_116_-_Stop_lttng_tracing_for_session_NGa0IKPoFDA9ceUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1170_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1171_-_Clear_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1172_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1173_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1174_-_Statedump_regenerate_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1175_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1176_-_Stop_lttng_tracing_for_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1177_-_Destroy_session_SeuRhhDLeIZ1f4BR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1178_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1179_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_117_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1180_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1181_-_Create_session_orv6i0gFC0p5mBNR_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1182_-_Enable_channel_chan_for_session_orv6i0gFC0p5mBNR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1183_-_Enable_ust_event_tp:tptest_for_session_orv6i0gFC0p5mBNR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1184_-_Start_tracing_for_session_orv6i0gFC0p5mBNR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1185_-_Clear_session_orv6i0gFC0p5mBNR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1186_-_Stop_lttng_tracing_for_session_orv6i0gFC0p5mBNR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1187_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1188_-_Destroy_session_orv6i0gFC0p5mBNR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1189_-_Create_session_DXNQGZVXt8hSin4R_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_118_-_Destroy_session_NGa0IKPoFDA9ceUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1190_-_Enable_channel_chan_for_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1191_-_Enable_ust_event_tp:tptest_for_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1192_-_Start_tracing_for_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1193_-_Rotate_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1194_-_Clear_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1195_-_Stop_lttng_tracing_for_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1196_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1197_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1198_-_Destroy_session_DXNQGZVXt8hSin4R": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1199_-_Create_session_58Z8zgzZBEud3gyB_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_119_-_Create_session_G7PFsK7sMIP4bkWT_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_11_-_Create_session_Ibh6DBjGoEOkQ8OA_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1200_-_Enable_channel_chan_for_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1201_-_Enable_ust_event_tp:tptest_for_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1202_-_Start_tracing_for_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1203_-_Clear_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1204_-_Rotate_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1205_-_Stop_lttng_tracing_for_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1206_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1207_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1208_-_Destroy_session_58Z8zgzZBEud3gyB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1209_-_Create_session_QDb878tgUI5Z8SQo_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_120_-_Enable_channel_chan_for_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1210_-_Enable_channel_chan_for_session_QDb878tgUI5Z8SQo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1211_-_Enable_ust_event_tp:tptest_for_session_QDb878tgUI5Z8SQo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1212_-_Start_tracing_for_session_QDb878tgUI5Z8SQo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1213_-_Clear_session_QDb878tgUI5Z8SQo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1214_-_Stop_lttng_tracing_for_session_QDb878tgUI5Z8SQo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1215_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1216_-_Destroy_session_QDb878tgUI5Z8SQo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1217_-_Create_session_YDjUrURGB63ZAcPL_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1218_-_Enable_channel_channel0_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1219_-_Enable_ust_event_tp:tptest_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_121_-_Enable_ust_event_tp:tptest_for_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1220_-_Start_tracing_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1221_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1222_-_Stop_lttng_tracing_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1223_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1224_-_Read_a_total_of_9_events,_expected_9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1225_-_Start_tracing_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1226_-_Clear_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1227_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1228_-_Stop_lttng_tracing_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1229_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_122_-_Start_tracing_for_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1230_-_Start_tracing_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1231_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1232_-_Stop_lttng_tracing_for_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1233_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1234_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1235_-_Destroy_session_YDjUrURGB63ZAcPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1236_-_Create_session_usuhkCGCzF6qIkcB_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1237_-_Enable_channel_chan_for_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1238_-_Enable_ust_event_tp:tptest_for_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1239_-_Start_tracing_for_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_123_-_Rotate_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1240_-_Clear_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1241_-_Clear_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1242_-_Stop_lttng_tracing_for_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1243_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/usuhkCGCzF6qIkcB-20250616-114908\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1244_-_Destroy_session_usuhkCGCzF6qIkcB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1245_-_Create_session_qPbFrBYGTES4B6Na_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1246_-_Enable_channel_chan_for_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1247_-_Enable_ust_event_tp:tptest_for_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1248_-_Start_tracing_for_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1249_-_Rotate_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_124_-_Clear_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1250_-_Clear_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1251_-_Clear_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1252_-_Stop_lttng_tracing_for_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1253_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1254_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1255_-_Destroy_session_qPbFrBYGTES4B6Na": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1256_-_Create_session_LiZG0baMgvySzI5I_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1257_-_Enable_channel_chan_for_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1258_-_Enable_ust_event_tp:tptest_for_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1259_-_Start_tracing_for_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_125_-_Stop_lttng_tracing_for_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1260_-_Clear_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1261_-_Clear_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1262_-_Rotate_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1263_-_Stop_lttng_tracing_for_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1264_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1265_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1266_-_Destroy_session_LiZG0baMgvySzI5I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1267_-_Create_session_99PrX6gVs9SlEcRn_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1268_-_Enable_channel_rotchan_for_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1269_-_Enable_ust_event_tp:tptest_for_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_126_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1270_-_Start_tracing_for_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1271_-_Clear_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1272_-_Clear_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1273_-_Stop_lttng_tracing_for_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1274_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/99PrX6gVs9SlEcRn-20250616-114914\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1275_-_Start_tracing_for_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1276_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1277_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1278_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1279_-_Destroy_session_99PrX6gVs9SlEcRn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_127_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1280_-_Create_session_OP8zULMDwQJVF91l_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1281_-_Enable_channel_rotchan_for_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1282_-_Enable_ust_event_tp:tptest_for_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1283_-_Start_tracing_for_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1284_-_Clear_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1285_-_Clear_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1286_-_Stop_lttng_tracing_for_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1287_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/OP8zULMDwQJVF91l-20250616-114916\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1288_-_Start_tracing_for_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1289_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_128_-_Destroy_session_G7PFsK7sMIP4bkWT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1290_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1291_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1292_-_Destroy_session_OP8zULMDwQJVF91l": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1293_-_Create_session_FqJt50u41Ba2Fy8F_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1294_-_Enable_channel_chan_for_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1295_-_Enable_ust_event_tp:tptest_for_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1296_-_Start_tracing_for_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1297_-_Clear_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1298_-_Clear_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1299_-_Stop_lttng_tracing_for_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_129_-_Create_session_x0D2asji5CaTELRQ_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_12_-_Enable_channel_chan_for_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1300_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/FqJt50u41Ba2Fy8F*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1301_-_Destroy_session_FqJt50u41Ba2Fy8F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1302_-_Create_session_9ePNMjER8vg8fQb6_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1303_-_Enable_channel_chan_for_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1304_-_Enable_ust_event_tp:tptest_for_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1305_-_Start_tracing_for_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1306_-_Clear_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1307_-_Clear_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1308_-_Stop_lttng_tracing_for_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1309_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/9ePNMjER8vg8fQb6-20250616-114919\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_130_-_Enable_channel_chan_for_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1310_-_Destroy_session_9ePNMjER8vg8fQb6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1311_-_Create_session_58LIcSi97TZGO3Ql_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1312_-_Enable_channel_chan_for_session_58LIcSi97TZGO3Ql": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1313_-_Enable_ust_event_tp:tptest_for_session_58LIcSi97TZGO3Ql": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1314_-_Start_tracing_for_session_58LIcSi97TZGO3Ql": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1315_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1316_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1317_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1318_-_Destroy_session_58LIcSi97TZGO3Ql": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1319_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_131_-_Enable_ust_event_tp:tptest_for_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1320_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1321_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1322_-_Create_session_g3biBVbRnVH5Npy6_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1323_-_Enable_channel_chan_for_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1324_-_Enable_ust_event_tp:tptest_for_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1325_-_Start_tracing_for_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1326_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1327_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1328_-_Clear_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1329_-_Clear_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_132_-_Start_tracing_for_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1330_-_Stop_lttng_tracing_for_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1331_-_Destroy_session_g3biBVbRnVH5Npy6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1332_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1333_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1334_-_Create_session_8nngsskvbktVk45t_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1335_-_Enable_channel_chan_for_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1336_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1337_-_Enable_ust_event_tp:tptest_for_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1338_-_Start_tracing_for_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1339_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_133_-_Clear_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1340_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1341_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1342_-_Clear_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1343_-_Clear_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1344_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1345_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1346_-_Statedump_regenerate_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1347_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1348_-_Stop_lttng_tracing_for_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1349_-_Destroy_session_8nngsskvbktVk45t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_134_-_Rotate_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1350_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1351_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1352_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1353_-_Create_session_LUchiRZ1xv34hHMK_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1354_-_Enable_channel_chan_for_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1355_-_Enable_ust_event_tp:tptest_for_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1356_-_Start_tracing_for_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1357_-_Clear_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1358_-_Clear_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1359_-_Stop_lttng_tracing_for_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_135_-_Stop_lttng_tracing_for_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1360_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1361_-_Destroy_session_LUchiRZ1xv34hHMK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1362_-_Create_session_yUFRiXTFxb769sV8_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1363_-_Enable_channel_chan_for_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1364_-_Enable_ust_event_tp:tptest_for_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1365_-_Start_tracing_for_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1366_-_Rotate_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1367_-_Clear_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1368_-_Clear_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1369_-_Stop_lttng_tracing_for_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_136_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1370_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1371_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1372_-_Destroy_session_yUFRiXTFxb769sV8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1373_-_Create_session_CUIuAuGyWztX6Iko_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1374_-_Enable_channel_chan_for_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1375_-_Enable_ust_event_tp:tptest_for_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1376_-_Start_tracing_for_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1377_-_Clear_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1378_-_Clear_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1379_-_Rotate_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_137_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1380_-_Stop_lttng_tracing_for_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1381_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1382_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1383_-_Destroy_session_CUIuAuGyWztX6Iko": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1384_-_Create_session_4CKM5ChfPSiCOoWc_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1385_-_Enable_channel_chan_for_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1386_-_Enable_ust_event_tp:tptest_for_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1387_-_Start_tracing_for_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1388_-_Clear_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1389_-_Clear_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_138_-_Destroy_session_x0D2asji5CaTELRQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1390_-_Stop_lttng_tracing_for_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1391_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1392_-_Destroy_session_4CKM5ChfPSiCOoWc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1393_-_Create_session_5FqDRlUjqdZ32Eou_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1394_-_Enable_channel_channel0_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1395_-_Enable_ust_event_tp:tptest_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1396_-_Start_tracing_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1397_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1398_-_Stop_lttng_tracing_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1399_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_139_-_Create_session_eFuEh49M0duqlkXh_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_13_-_Enable_ust_event_tp:tptest_for_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1400_-_Read_a_total_of_9_events,_expected_9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1401_-_Start_tracing_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1402_-_Clear_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1403_-_Clear_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1404_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1405_-_Stop_lttng_tracing_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1406_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1407_-_Start_tracing_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1408_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1409_-_Stop_lttng_tracing_for_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_140_-_Enable_channel_chan_for_session_eFuEh49M0duqlkXh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1410_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1411_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1412_-_Destroy_session_5FqDRlUjqdZ32Eou": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1413_-_Create_session_ZFJUWqagsjYAnffM_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1414_-_Enable_channel_chan_for_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1415_-_Enable_ust_event_tp:tptest_for_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1416_-_Start_tracing_for_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1417_-_Stop_lttng_tracing_for_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1418_-_Clear_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1419_-_Start_tracing_for_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_141_-_Enable_ust_event_tp:tptest_for_session_eFuEh49M0duqlkXh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1420_-_Stop_lttng_tracing_for_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1421_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/ZFJUWqagsjYAnffM-20250616-114947\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1422_-_Destroy_session_ZFJUWqagsjYAnffM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1423_-_Create_session_ixA8qgJxC8Fa4Yxn_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1424_-_Enable_channel_chan_for_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1425_-_Enable_ust_event_tp:tptest_for_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1426_-_Start_tracing_for_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1427_-_Rotate_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1428_-_Stop_lttng_tracing_for_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1429_-_Clear_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_142_-_Start_tracing_for_session_eFuEh49M0duqlkXh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1430_-_Start_tracing_for_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1431_-_Stop_lttng_tracing_for_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1432_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1433_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1434_-_Destroy_session_ixA8qgJxC8Fa4Yxn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1435_-_Create_session_HfhdqvlumFPz7m9k_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1436_-_Enable_channel_chan_for_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1437_-_Enable_ust_event_tp:tptest_for_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1438_-_Start_tracing_for_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1439_-_Stop_lttng_tracing_for_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_143_-_Clear_session_eFuEh49M0duqlkXh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1440_-_Clear_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1441_-_Start_tracing_for_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1442_-_Rotate_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1443_-_Stop_lttng_tracing_for_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1444_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1445_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1446_-_Destroy_session_HfhdqvlumFPz7m9k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1447_-_Create_session_0nBXuBZxG5PSeOFq_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1448_-_Enable_channel_rotchan_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1449_-_Enable_ust_event_tp:tptest_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_144_-_Stop_lttng_tracing_for_session_eFuEh49M0duqlkXh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1450_-_Start_tracing_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1451_-_Stop_lttng_tracing_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1452_-_Clear_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1453_-_Start_tracing_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1454_-_Stop_lttng_tracing_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1455_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/0nBXuBZxG5PSeOFq-20250616-114951\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1456_-_Start_tracing_for_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1457_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1458_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1459_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_145_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1460_-_Destroy_session_0nBXuBZxG5PSeOFq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1461_-_Create_session_0R6zsig8YkqxYGh6_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1462_-_Enable_channel_rotchan_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1463_-_Enable_ust_event_tp:tptest_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1464_-_Start_tracing_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1465_-_Stop_lttng_tracing_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1466_-_Clear_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1467_-_Start_tracing_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1468_-_Stop_lttng_tracing_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1469_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/0R6zsig8YkqxYGh6-20250616-114952\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_146_-_Destroy_session_eFuEh49M0duqlkXh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1470_-_Start_tracing_for_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1471_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1472_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1473_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1474_-_Destroy_session_0R6zsig8YkqxYGh6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1475_-_Create_session_14qmV9zbH4Y5a0el_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1476_-_Enable_channel_chan_for_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1477_-_Enable_ust_event_tp:tptest_for_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1478_-_Start_tracing_for_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1479_-_Stop_lttng_tracing_for_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_147_-_Create_session_B1XFG0k97fieyGnu_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1480_-_Clear_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1481_-_Start_tracing_for_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1482_-_Stop_lttng_tracing_for_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1483_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/14qmV9zbH4Y5a0el*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1484_-_Destroy_session_14qmV9zbH4Y5a0el": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1485_-_Create_session_zhmcJq3S2O7aLqTB_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1486_-_Enable_channel_chan_for_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1487_-_Enable_ust_event_tp:tptest_for_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1488_-_Start_tracing_for_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1489_-_Stop_lttng_tracing_for_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_148_-_Enable_channel_snapshot_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1490_-_Clear_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1491_-_Start_tracing_for_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1492_-_Stop_lttng_tracing_for_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1493_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/zhmcJq3S2O7aLqTB-20250616-114955\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1494_-_Destroy_session_zhmcJq3S2O7aLqTB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1495_-_Create_session_fmhmDNvpEtLCPUBZ_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1496_-_Enable_channel_chan_for_session_fmhmDNvpEtLCPUBZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1497_-_Enable_ust_event_tp:tptest_for_session_fmhmDNvpEtLCPUBZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1498_-_Start_tracing_for_session_fmhmDNvpEtLCPUBZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1499_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_149_-_Enable_ust_event_tp:tptest_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_14_-_Start_tracing_for_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1500_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1501_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1502_-_Destroy_session_fmhmDNvpEtLCPUBZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1503_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1504_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1505_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1506_-_Create_session_V3LkvGlf61APNk9B_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1507_-_Enable_channel_chan_for_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1508_-_Enable_ust_event_tp:tptest_for_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1509_-_Start_tracing_for_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_150_-_Start_tracing_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1510_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1511_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1512_-_Stop_lttng_tracing_for_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1513_-_Clear_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1514_-_Start_tracing_for_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1515_-_Stop_lttng_tracing_for_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1516_-_Destroy_session_V3LkvGlf61APNk9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1517_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1518_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1519_-_Create_session_ab8YFl0rwYMoI6Q0_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_151_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1520_-_Enable_channel_chan_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1521_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1522_-_Enable_ust_event_tp:tptest_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1523_-_Start_tracing_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1524_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1525_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1526_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1527_-_Stop_lttng_tracing_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1528_-_Clear_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1529_-_Start_tracing_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_152_-_Stop_lttng_tracing_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1530_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1531_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1532_-_Statedump_regenerate_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1533_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1534_-_Stop_lttng_tracing_for_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1535_-_Destroy_session_ab8YFl0rwYMoI6Q0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1536_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1537_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1538_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1539_-_Create_session_nxKz1KJS28wFZJbH_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_153_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1540_-_Enable_channel_chan_for_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1541_-_Enable_ust_event_tp:tptest_for_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1542_-_Start_tracing_for_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1543_-_Stop_lttng_tracing_for_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1544_-_Clear_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1545_-_Start_tracing_for_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1546_-_Stop_lttng_tracing_for_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1547_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1548_-_Destroy_session_nxKz1KJS28wFZJbH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1549_-_Create_session_5ouLocyWGvj3j608_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_154_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1550_-_Enable_channel_chan_for_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1551_-_Enable_ust_event_tp:tptest_for_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1552_-_Start_tracing_for_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1553_-_Rotate_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1554_-_Stop_lttng_tracing_for_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1555_-_Clear_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1556_-_Start_tracing_for_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1557_-_Stop_lttng_tracing_for_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1558_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1559_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_155_-_Start_tracing_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1560_-_Destroy_session_5ouLocyWGvj3j608": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1561_-_Create_session_GCQ7BnlNb2AD8SrT_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1562_-_Enable_channel_chan_for_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1563_-_Enable_ust_event_tp:tptest_for_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1564_-_Start_tracing_for_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1565_-_Stop_lttng_tracing_for_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1566_-_Clear_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1567_-_Start_tracing_for_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1568_-_Rotate_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1569_-_Stop_lttng_tracing_for_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_156_-_Clear_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1570_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1571_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1572_-_Destroy_session_GCQ7BnlNb2AD8SrT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1573_-_Create_session_z1OHjseXfgnuKEs9_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1574_-_Enable_channel_chan_for_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1575_-_Enable_ust_event_tp:tptest_for_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1576_-_Start_tracing_for_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1577_-_Stop_lttng_tracing_for_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1578_-_Clear_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1579_-_Start_tracing_for_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_157_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1580_-_Stop_lttng_tracing_for_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1581_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1582_-_Destroy_session_z1OHjseXfgnuKEs9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1583_-_Create_session_3jBKXiNOxNcgBqMt_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1584_-_Enable_channel_channel0_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1585_-_Enable_ust_event_tp:tptest_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1586_-_Start_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1587_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1588_-_Stop_lttng_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1589_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_158_-_Stop_lttng_tracing_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1590_-_Read_a_total_of_9_events,_expected_9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1591_-_Start_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1592_-_Stop_lttng_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1593_-_Clear_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1594_-_Start_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1595_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1596_-_Stop_lttng_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1597_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1598_-_Start_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1599_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_159_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_15_-_Rotate_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1600_-_Stop_lttng_tracing_for_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1601_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1602_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1603_-_Destroy_session_3jBKXiNOxNcgBqMt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1604_-_Create_session_9ldogXnHrURYzbO9_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1605_-_Enable_channel_chan_for_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1606_-_Enable_ust_event_tp:tptest_for_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1607_-_Start_tracing_for_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1608_-_Stop_lttng_tracing_for_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1609_-_Clear_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_160_-_Start_tracing_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1610_-_Clear_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1611_-_Start_tracing_for_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1612_-_Stop_lttng_tracing_for_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1613_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/9ldogXnHrURYzbO9-20250616-115018\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1614_-_Destroy_session_9ldogXnHrURYzbO9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1615_-_Create_session_qyKcCRoIjrXzNgMc_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1616_-_Enable_channel_chan_for_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1617_-_Enable_ust_event_tp:tptest_for_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1618_-_Start_tracing_for_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1619_-_Rotate_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_161_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1620_-_Stop_lttng_tracing_for_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1621_-_Clear_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1622_-_Clear_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1623_-_Start_tracing_for_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1624_-_Stop_lttng_tracing_for_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1625_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1626_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1627_-_Destroy_session_qyKcCRoIjrXzNgMc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1628_-_Create_session_8zR5e9z2gbZXugkJ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1629_-_Enable_channel_chan_for_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_162_-_Stop_lttng_tracing_for_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1630_-_Enable_ust_event_tp:tptest_for_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1631_-_Start_tracing_for_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1632_-_Stop_lttng_tracing_for_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1633_-_Clear_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1634_-_Clear_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1635_-_Start_tracing_for_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1636_-_Rotate_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1637_-_Stop_lttng_tracing_for_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1638_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1639_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_163_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1640_-_Destroy_session_8zR5e9z2gbZXugkJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1641_-_Create_session_Eq9RybLjm0ZRQvrP_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1642_-_Enable_channel_rotchan_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1643_-_Enable_ust_event_tp:tptest_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1644_-_Start_tracing_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1645_-_Stop_lttng_tracing_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1646_-_Clear_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1647_-_Clear_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1648_-_Start_tracing_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1649_-_Stop_lttng_tracing_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_164_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1650_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Eq9RybLjm0ZRQvrP-20250616-115023\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1651_-_Start_tracing_for_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1652_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1653_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1654_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1655_-_Destroy_session_Eq9RybLjm0ZRQvrP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1656_-_Create_session_Lz61HXSH0A9RIXis_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1657_-_Enable_channel_rotchan_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1658_-_Enable_ust_event_tp:tptest_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1659_-_Start_tracing_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_165_-_Destroy_session_B1XFG0k97fieyGnu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1660_-_Stop_lttng_tracing_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1661_-_Clear_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1662_-_Clear_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1663_-_Start_tracing_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1664_-_Stop_lttng_tracing_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1665_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Lz61HXSH0A9RIXis-20250616-115024\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1666_-_Start_tracing_for_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1667_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1668_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1669_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_166_-_Create_session_TxFregVfzsnvRit4_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1670_-_Destroy_session_Lz61HXSH0A9RIXis": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1671_-_Create_session_fWO1Y0bHQRug1s8g_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1672_-_Enable_channel_chan_for_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1673_-_Enable_ust_event_tp:tptest_for_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1674_-_Start_tracing_for_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1675_-_Stop_lttng_tracing_for_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1676_-_Clear_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1677_-_Clear_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1678_-_Start_tracing_for_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1679_-_Stop_lttng_tracing_for_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_167_-_Enable_channel_snapshot_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1680_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/fWO1Y0bHQRug1s8g*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1681_-_Destroy_session_fWO1Y0bHQRug1s8g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1682_-_Create_session_tJEJg6HnrrRCG6ux_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1683_-_Enable_channel_chan_for_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1684_-_Enable_ust_event_tp:tptest_for_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1685_-_Start_tracing_for_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1686_-_Stop_lttng_tracing_for_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1687_-_Clear_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1688_-_Clear_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1689_-_Start_tracing_for_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_168_-_Enable_ust_event_tp:tptest_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1690_-_Stop_lttng_tracing_for_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1691_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/tJEJg6HnrrRCG6ux-20250616-115027\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1692_-_Destroy_session_tJEJg6HnrrRCG6ux": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1693_-_Create_session_IBbjGVSkEISovpuW_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1694_-_Enable_channel_chan_for_session_IBbjGVSkEISovpuW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1695_-_Enable_ust_event_tp:tptest_for_session_IBbjGVSkEISovpuW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1696_-_Start_tracing_for_session_IBbjGVSkEISovpuW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1697_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1698_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1699_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_169_-_Start_tracing_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_16_-_Clear_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1700_-_Destroy_session_IBbjGVSkEISovpuW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1701_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1702_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1703_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1704_-_Create_session_h4TK3ykxEvvPaI45_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1705_-_Enable_channel_chan_for_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1706_-_Enable_ust_event_tp:tptest_for_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1707_-_Start_tracing_for_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1708_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1709_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_170_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1710_-_Stop_lttng_tracing_for_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1711_-_Clear_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1712_-_Clear_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1713_-_Start_tracing_for_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1714_-_Stop_lttng_tracing_for_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1715_-_Destroy_session_h4TK3ykxEvvPaI45": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1716_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1717_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1718_-_Create_session_51Bids4sWTPqrSY3_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1719_-_Enable_channel_chan_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_171_-_Stop_lttng_tracing_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1720_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1721_-_Enable_ust_event_tp:tptest_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1722_-_Start_tracing_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1723_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1724_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1725_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1726_-_Stop_lttng_tracing_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1727_-_Clear_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1728_-_Clear_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1729_-_Start_tracing_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_172_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1730_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1731_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1732_-_Statedump_regenerate_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1733_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1734_-_Stop_lttng_tracing_for_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1735_-_Destroy_session_51Bids4sWTPqrSY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1736_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1737_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1738_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1739_-_Create_session_m6XVUx6a1O6aI2Vl_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_173_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1740_-_Enable_channel_chan_for_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1741_-_Enable_ust_event_tp:tptest_for_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1742_-_Start_tracing_for_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1743_-_Stop_lttng_tracing_for_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1744_-_Clear_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1745_-_Clear_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1746_-_Start_tracing_for_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1747_-_Stop_lttng_tracing_for_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1748_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1749_-_Destroy_session_m6XVUx6a1O6aI2Vl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_174_-_Start_tracing_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1750_-_Create_session_y4nQ7bxW7vznrJro_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1751_-_Enable_channel_chan_for_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1752_-_Enable_ust_event_tp:tptest_for_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1753_-_Start_tracing_for_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1754_-_Rotate_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1755_-_Stop_lttng_tracing_for_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1756_-_Clear_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1757_-_Clear_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1758_-_Start_tracing_for_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1759_-_Stop_lttng_tracing_for_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_175_-_Clear_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1760_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1761_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1762_-_Destroy_session_y4nQ7bxW7vznrJro": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1763_-_Create_session_hS71pclQkL8Q4Wcd_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1764_-_Enable_channel_chan_for_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1765_-_Enable_ust_event_tp:tptest_for_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1766_-_Start_tracing_for_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1767_-_Stop_lttng_tracing_for_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1768_-_Clear_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1769_-_Clear_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_176_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1770_-_Start_tracing_for_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1771_-_Rotate_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1772_-_Stop_lttng_tracing_for_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1773_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1774_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1775_-_Destroy_session_hS71pclQkL8Q4Wcd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1776_-_Create_session_LkQHgBAP96MuW0Ob_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1777_-_Enable_channel_chan_for_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1778_-_Enable_ust_event_tp:tptest_for_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1779_-_Start_tracing_for_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_177_-_Stop_lttng_tracing_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1780_-_Stop_lttng_tracing_for_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1781_-_Clear_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1782_-_Clear_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1783_-_Start_tracing_for_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1784_-_Stop_lttng_tracing_for_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1785_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1786_-_Destroy_session_LkQHgBAP96MuW0Ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1787_-_Create_session_sjhJS4nICNzajpOu_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1788_-_Enable_channel_channel0_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1789_-_Enable_ust_event_tp:tptest_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_178_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1790_-_Start_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1791_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1792_-_Stop_lttng_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1793_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1794_-_Read_a_total_of_9_events,_expected_9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1795_-_Start_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1796_-_Stop_lttng_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1797_-_Clear_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1798_-_Clear_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1799_-_Start_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_179_-_Start_tracing_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_17_-_Stop_lttng_tracing_for_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1800_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1801_-_Stop_lttng_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1802_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1803_-_Start_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1804_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1805_-_Stop_lttng_tracing_for_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1806_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1807_-_Read_a_total_of_1_events,_expected_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1808_-_Destroy_session_sjhJS4nICNzajpOu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1809_-_Create_session_WWUWTfKWHfdQbMzz_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_180_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1810_-_Enable_channel_chan_for_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1811_-_Enable_ust_event_tp:tptest_for_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1812_-_Start_tracing_for_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1813_-_Stop_lttng_tracing_for_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1814_-_Rotate_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1815_-_Clear_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1816_-_Start_tracing_for_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1817_-_Stop_lttng_tracing_for_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1818_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1819_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_181_-_Stop_lttng_tracing_for_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1820_-_Destroy_session_WWUWTfKWHfdQbMzz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1821_-_Create_session_isPbiv3ADJhX4irh_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1822_-_Enable_channel_chan_for_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1823_-_Enable_ust_event_tp:tptest_for_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1824_-_Start_tracing_for_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1825_-_Rotate_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1826_-_Stop_lttng_tracing_for_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1827_-_Rotate_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1828_-_Clear_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1829_-_Start_tracing_for_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_182_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1830_-_Stop_lttng_tracing_for_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1831_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1832_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1833_-_Destroy_session_isPbiv3ADJhX4irh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1834_-_Create_session_R58yRc92nBtrUShP_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1835_-_Enable_channel_chan_for_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1836_-_Enable_ust_event_tp:tptest_for_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1837_-_Start_tracing_for_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1838_-_Stop_lttng_tracing_for_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1839_-_Rotate_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_183_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1840_-_Clear_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1841_-_Start_tracing_for_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1842_-_Rotate_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1843_-_Stop_lttng_tracing_for_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1844_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1845_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1846_-_Destroy_session_R58yRc92nBtrUShP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1847_-_Create_session_E5TYlkia4shOnZpZ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1848_-_Enable_channel_rotchan_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1849_-_Enable_ust_event_tp:tptest_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_184_-_Destroy_session_TxFregVfzsnvRit4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1850_-_Start_tracing_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1851_-_Stop_lttng_tracing_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1852_-_Rotate_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1853_-_Clear_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1854_-_Start_tracing_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1855_-_Stop_lttng_tracing_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1856_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1857_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1858_-_Start_tracing_for_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1859_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_185_-_Create_session_oIRARe5iWWRfsZs0_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1860_-_Validate_trace_for_event_tp:tptest,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1861_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1862_-_Destroy_session_E5TYlkia4shOnZpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1863_-_Create_session_i2oIBZtisD8vgpIc_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1864_-_Enable_channel_rotchan_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1865_-_Enable_ust_event_tp:tptest_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1866_-_Start_tracing_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1867_-_Stop_lttng_tracing_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1868_-_Rotate_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1869_-_Clear_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_186_-_Enable_channel_chan_for_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1870_-_Start_tracing_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1871_-_Stop_lttng_tracing_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1872_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1873_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1874_-_Start_tracing_for_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1875_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1876_-_Validate_trace_for_event_tp:tptest,_76_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1877_-_Read_a_total_of_76_events,_expected_between_[1,_600000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1878_-_Destroy_session_i2oIBZtisD8vgpIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1879_-_Create_session_Wf2aqRpv1DFCgIr5_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_187_-_Enable_ust_event_tp:tptest_for_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1880_-_Enable_channel_chan_for_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1881_-_Enable_ust_event_tp:tptest_for_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1882_-_Start_tracing_for_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1883_-_Stop_lttng_tracing_for_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1884_-_Clear_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1885_-_Start_tracing_for_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1886_-_Stop_lttng_tracing_for_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1887_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Wf2aqRpv1DFCgIr5*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1888_-_Destroy_session_Wf2aqRpv1DFCgIr5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1889_-_Create_session_tK7lwktOhxh6XJTk_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_188_-_Start_tracing_for_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1890_-_Enable_channel_chan_for_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1891_-_Enable_ust_event_tp:tptest_for_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1892_-_Start_tracing_for_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1893_-_Stop_lttng_tracing_for_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1894_-_Rotate_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1895_-_Clear_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1896_-_Start_tracing_for_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1897_-_Stop_lttng_tracing_for_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1898_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1899_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_189_-_Clear_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_18_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1900_-_Destroy_session_tK7lwktOhxh6XJTk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1901_-_Create_session_gqb6aBBj0uu8WEdN_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1902_-_Enable_channel_chan_for_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1903_-_Enable_ust_event_tp:tptest_for_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1904_-_Start_tracing_for_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1905_-_Rotate_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1906_-_Stop_lttng_tracing_for_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1907_-_Rotate_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1908_-_Clear_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1909_-_Start_tracing_for_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_190_-_Clear_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1910_-_Stop_lttng_tracing_for_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1911_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1912_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1913_-_Destroy_session_gqb6aBBj0uu8WEdN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1914_-_Create_session_HJuHnrScFsI0yxL6_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1915_-_Enable_channel_chan_for_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1916_-_Enable_ust_event_tp:tptest_for_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1917_-_Start_tracing_for_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1918_-_Stop_lttng_tracing_for_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1919_-_Rotate_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_191_-_Stop_lttng_tracing_for_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1920_-_Clear_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1921_-_Start_tracing_for_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1922_-_Rotate_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1923_-_Stop_lttng_tracing_for_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1924_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1925_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1926_-_Destroy_session_HJuHnrScFsI0yxL6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1927_-_Create_session_HJg4DWUCz7IURssa_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1928_-_Enable_channel_chan_for_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1929_-_Enable_ust_event_tp:tptest_for_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_192_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1930_-_Start_tracing_for_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1931_-_Stop_lttng_tracing_for_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1932_-_Clear_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1933_-_Start_tracing_for_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1934_-_Stop_lttng_tracing_for_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1935_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1936_-_Destroy_session_HJg4DWUCz7IURssa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1937_-_Create_session_BYHf1k5YrHsPcOMV_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1938_-_Enable_channel_chan_for_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1939_-_Enable_ust_event_tp:tptest_for_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_193_-_Destroy_session_oIRARe5iWWRfsZs0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1940_-_Start_tracing_for_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1941_-_Stop_lttng_tracing_for_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1942_-_Clear_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1943_-_Expected_fail_on_rotate_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1944_-_Start_tracing_for_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1945_-_Stop_lttng_tracing_for_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1946_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/BYHf1k5YrHsPcOMV-20250616-115105\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1947_-_Destroy_session_BYHf1k5YrHsPcOMV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1948_-_Create_session_0UEiW8yp5RGadrRX_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1949_-_Enable_channel_chan_for_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_194_-_Create_session_0PftQwREBUmsGVxw_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1950_-_Enable_ust_event_tp:tptest_for_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1951_-_Start_tracing_for_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1952_-_Rotate_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1953_-_Stop_lttng_tracing_for_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1954_-_Clear_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1955_-_Expected_fail_on_rotate_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1956_-_Start_tracing_for_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1957_-_Stop_lttng_tracing_for_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1958_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1959_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_195_-_Enable_channel_chan_for_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1960_-_Destroy_session_0UEiW8yp5RGadrRX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1961_-_Create_session_ml97SnOiXajSBjam_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1962_-_Enable_channel_chan_for_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1963_-_Enable_ust_event_tp:tptest_for_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1964_-_Start_tracing_for_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1965_-_Stop_lttng_tracing_for_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1966_-_Clear_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1967_-_Expected_fail_on_rotate_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1968_-_Start_tracing_for_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1969_-_Rotate_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_196_-_Enable_ust_event_tp:tptest_for_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1970_-_Stop_lttng_tracing_for_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1971_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1972_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1973_-_Destroy_session_ml97SnOiXajSBjam": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1974_-_Create_session_tSdLkecV3ZRTFfEQ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1975_-_Enable_channel_rotchan_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1976_-_Enable_ust_event_tp:tptest_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1977_-_Start_tracing_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1978_-_Stop_lttng_tracing_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1979_-_Clear_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_197_-_Start_tracing_for_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1980_-_Expected_fail_on_rotate_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1981_-_Start_tracing_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1982_-_Stop_lttng_tracing_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1983_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/tSdLkecV3ZRTFfEQ-20250616-115110\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1984_-_Start_tracing_for_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1985_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1986_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1987_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1988_-_Destroy_session_tSdLkecV3ZRTFfEQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1989_-_Create_session_KSExURM998e3oDni_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_198_-_Rotate_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1990_-_Enable_channel_rotchan_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1991_-_Enable_ust_event_tp:tptest_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1992_-_Start_tracing_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1993_-_Stop_lttng_tracing_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1994_-_Clear_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1995_-_Expected_fail_on_rotate_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1996_-_Start_tracing_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1997_-_Stop_lttng_tracing_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1998_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/KSExURM998e3oDni-20250616-115112\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1999_-_Start_tracing_for_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_199_-_Clear_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_19_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2000_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2001_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2002_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2003_-_Destroy_session_KSExURM998e3oDni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2004_-_Create_session_USpPZgM7bR2q5kTV_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2005_-_Enable_channel_chan_for_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2006_-_Enable_ust_event_tp:tptest_for_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2007_-_Start_tracing_for_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2008_-_Stop_lttng_tracing_for_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2009_-_Clear_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_200_-_Clear_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2010_-_Start_tracing_for_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2011_-_Stop_lttng_tracing_for_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2012_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/USpPZgM7bR2q5kTV*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2013_-_Destroy_session_USpPZgM7bR2q5kTV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2014_-_Create_session_SZkJ0guw0j6cRUJy_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2015_-_Enable_channel_chan_for_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2016_-_Enable_ust_event_tp:tptest_for_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2017_-_Start_tracing_for_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2018_-_Stop_lttng_tracing_for_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2019_-_Clear_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_201_-_Stop_lttng_tracing_for_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2020_-_Expected_fail_on_rotate_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2021_-_Start_tracing_for_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2022_-_Stop_lttng_tracing_for_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2023_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2024_-_Destroy_session_SZkJ0guw0j6cRUJy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2025_-_Create_session_Nz3dzdn4txOvUG4D_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2026_-_Enable_channel_chan_for_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2027_-_Enable_ust_event_tp:tptest_for_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2028_-_Start_tracing_for_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2029_-_Rotate_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_202_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2030_-_Stop_lttng_tracing_for_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2031_-_Clear_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2032_-_Expected_fail_on_rotate_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2033_-_Start_tracing_for_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2034_-_Stop_lttng_tracing_for_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2035_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2036_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2037_-_Destroy_session_Nz3dzdn4txOvUG4D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2038_-_Create_session_nhudKfFWfCKFl5ke_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2039_-_Enable_channel_chan_for_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_203_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2040_-_Enable_ust_event_tp:tptest_for_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2041_-_Start_tracing_for_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2042_-_Stop_lttng_tracing_for_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2043_-_Clear_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2044_-_Expected_fail_on_rotate_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2045_-_Start_tracing_for_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2046_-_Rotate_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2047_-_Stop_lttng_tracing_for_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2048_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2049_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_204_-_Destroy_session_0PftQwREBUmsGVxw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2050_-_Destroy_session_nhudKfFWfCKFl5ke": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2051_-_Create_session_SQj5nYC9OpDnClLm_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2052_-_Enable_channel_chan_for_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2053_-_Enable_ust_event_tp:tptest_for_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2054_-_Start_tracing_for_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2055_-_Stop_lttng_tracing_for_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2056_-_Clear_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2057_-_Start_tracing_for_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2058_-_Stop_lttng_tracing_for_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2059_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_205_-_Create_session_OiBFhVJrHffSQghH_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2060_-_Destroy_session_SQj5nYC9OpDnClLm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2061_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2062_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2063_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2064_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2065_-_Create_session_zerigK1JncI1AuTM_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2066_-_Enable_ust_event_tp:tptest_for_session_zerigK1JncI1AuTM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2067_-_Start_tracing_for_session_zerigK1JncI1AuTM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2068_-_Expected_fail_on_clear_session_zerigK1JncI1AuTM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2069_-_Destroy_session_zerigK1JncI1AuTM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_206_-_Enable_channel_chan_for_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2070_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2071_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_207_-_Enable_ust_event_tp:tptest_for_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_208_-_Start_tracing_for_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_209_-_Clear_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_20_-_Destroy_session_Ibh6DBjGoEOkQ8OA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_210_-_Clear_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_211_-_Rotate_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_212_-_Stop_lttng_tracing_for_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_213_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_214_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_215_-_Destroy_session_OiBFhVJrHffSQghH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_216_-_Create_session_w7iAQVt8GN5Q645G_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_217_-_Enable_channel_rotchan_for_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_218_-_Enable_ust_event_tp:tptest_for_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_219_-_Start_tracing_for_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_21_-_Create_session_FcZYSz85IHLXIXyg_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_220_-_Clear_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_221_-_Clear_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_222_-_Stop_lttng_tracing_for_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_223_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_224_-_Start_tracing_for_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_225_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_226_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_227_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_228_-_Destroy_session_w7iAQVt8GN5Q645G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_229_-_Create_session_fzVxJceiNrZ8zNB2_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_22_-_Enable_channel_chan_for_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_230_-_Enable_channel_rotchan_for_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_231_-_Enable_ust_event_tp:tptest_for_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_232_-_Start_tracing_for_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_233_-_Clear_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_234_-_Clear_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_235_-_Stop_lttng_tracing_for_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_236_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_237_-_Start_tracing_for_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_238_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_239_-_Validate_trace_for_event_tp:tptest,_34_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_23_-_Enable_ust_event_tp:tptest_for_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_240_-_Read_a_total_of_34_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_241_-_Destroy_session_fzVxJceiNrZ8zNB2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_242_-_Create_session_DeZkpX5B2drM9CAs_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_243_-_Enable_channel_chan_for_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_244_-_Enable_ust_event_tp:tptest_for_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_245_-_Start_tracing_for_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_246_-_Clear_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_247_-_Clear_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_248_-_Stop_lttng_tracing_for_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_249_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/DeZkpX5B2drM9CAs*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_24_-_Start_tracing_for_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_250_-_Destroy_session_DeZkpX5B2drM9CAs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_251_-_Create_session_cCv1H8w2Za7vGuG4_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_252_-_Enable_channel_chan_for_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_253_-_Enable_ust_event_tp:tptest_for_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_254_-_Start_tracing_for_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_255_-_Clear_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_256_-_Clear_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_257_-_Stop_lttng_tracing_for_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_258_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_259_-_Destroy_session_cCv1H8w2Za7vGuG4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_25_-_Clear_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_260_-_Create_session_5X2rNq4U26gY4Gz5_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_261_-_Enable_channel_chan_for_session_5X2rNq4U26gY4Gz5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_262_-_Enable_ust_event_tp:tptest_for_session_5X2rNq4U26gY4Gz5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_263_-_Start_tracing_for_session_5X2rNq4U26gY4Gz5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_264_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_265_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_266_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_267_-_Destroy_session_5X2rNq4U26gY4Gz5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_268_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_269_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_26_-_Rotate_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_270_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_271_-_Create_session_InbLZWF2v5Wv1ed4_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_272_-_Enable_channel_chan_for_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_273_-_Enable_ust_event_tp:tptest_for_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_274_-_Start_tracing_for_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_275_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_276_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_277_-_Clear_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_278_-_Clear_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_279_-_Stop_lttng_tracing_for_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_27_-_Stop_lttng_tracing_for_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_280_-_Destroy_session_InbLZWF2v5Wv1ed4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_281_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_282_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_283_-_Create_session_kBKRz9L58PZM5Ntj_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_284_-_Enable_channel_chan_for_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_285_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_286_-_Enable_ust_event_tp:tptest_for_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_287_-_Start_tracing_for_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_288_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_289_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_28_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_290_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_291_-_Clear_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_292_-_Clear_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_293_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_294_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_295_-_Statedump_regenerate_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_296_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_297_-_Stop_lttng_tracing_for_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_298_-_Destroy_session_kBKRz9L58PZM5Ntj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_299_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_29_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_300_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_301_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_302_-_Create_session_P5sTpGREwgcYzK8i_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_303_-_Enable_channel_chan_for_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_304_-_Enable_ust_event_tp:tptest_for_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_305_-_Start_tracing_for_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_306_-_Clear_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_307_-_Clear_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_308_-_Stop_lttng_tracing_for_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_309_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_30_-_Destroy_session_FcZYSz85IHLXIXyg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_310_-_Destroy_session_P5sTpGREwgcYzK8i": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_311_-_Create_session_zyoT4RmtyfKrM2M3_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_312_-_Enable_channel_chan_for_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_313_-_Enable_ust_event_tp:tptest_for_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_314_-_Start_tracing_for_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_315_-_Rotate_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_316_-_Clear_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_317_-_Clear_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_318_-_Stop_lttng_tracing_for_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_319_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_31_-_Create_session_dDIN4WXNGJOmlJK2_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_320_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_321_-_Destroy_session_zyoT4RmtyfKrM2M3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_322_-_Create_session_bqY34IYnebcaIYxm_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_323_-_Enable_channel_chan_for_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_324_-_Enable_ust_event_tp:tptest_for_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_325_-_Start_tracing_for_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_326_-_Clear_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_327_-_Clear_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_328_-_Rotate_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_329_-_Stop_lttng_tracing_for_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_32_-_Enable_channel_rotchan_for_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_330_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_331_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_332_-_Destroy_session_bqY34IYnebcaIYxm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_333_-_Create_session_M4vBYLN7gSwr2Rw5_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_334_-_Enable_channel_chan_for_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_335_-_Enable_ust_event_tp:tptest_for_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_336_-_Start_tracing_for_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_337_-_Clear_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_338_-_Clear_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_339_-_Stop_lttng_tracing_for_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_33_-_Enable_ust_event_tp:tptest_for_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_340_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_341_-_Destroy_session_M4vBYLN7gSwr2Rw5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_342_-_Create_session_TbmACB3Sb6bS43UO_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_343_-_Enable_channel_snapshot_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_344_-_Enable_ust_event_tp:tptest_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_345_-_Start_tracing_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_346_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_347_-_Stop_lttng_tracing_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_348_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_349_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_34_-_Start_tracing_for_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_350_-_Start_tracing_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_351_-_Clear_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_352_-_Clear_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_353_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_354_-_Stop_lttng_tracing_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_355_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_356_-_Start_tracing_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_357_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_358_-_Stop_lttng_tracing_for_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_359_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_35_-_Clear_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_360_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_361_-_Destroy_session_TbmACB3Sb6bS43UO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_362_-_Create_session_kWZ4xLkEG1WHX1iO_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_363_-_Enable_channel_snapshot_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_364_-_Enable_ust_event_tp:tptest_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_365_-_Start_tracing_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_366_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_367_-_Stop_lttng_tracing_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_368_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_369_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_36_-_Stop_lttng_tracing_for_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_370_-_Start_tracing_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_371_-_Clear_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_372_-_Clear_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_373_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_374_-_Stop_lttng_tracing_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_375_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_376_-_Start_tracing_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_377_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_378_-_Stop_lttng_tracing_for_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_379_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_37_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_380_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_381_-_Destroy_session_kWZ4xLkEG1WHX1iO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_382_-_Create_session_zG1JPAXTyQc6pRNf_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_383_-_Enable_channel_chan_for_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_384_-_Enable_ust_event_tp:tptest_for_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_385_-_Start_tracing_for_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_386_-_Stop_lttng_tracing_for_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_387_-_Clear_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_388_-_Start_tracing_for_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_389_-_Stop_lttng_tracing_for_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_38_-_Start_tracing_for_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_390_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_391_-_Destroy_session_zG1JPAXTyQc6pRNf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_392_-_Create_session_tWWcHPmZxZeg57Sv_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_393_-_Enable_channel_chan_for_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_394_-_Enable_ust_event_tp:tptest_for_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_395_-_Start_tracing_for_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_396_-_Rotate_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_397_-_Stop_lttng_tracing_for_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_398_-_Clear_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_399_-_Start_tracing_for_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_39_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_3_-_Create_session_iSBZre33uj8I3XCq_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_400_-_Stop_lttng_tracing_for_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_401_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_402_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_403_-_Destroy_session_tWWcHPmZxZeg57Sv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_404_-_Create_session_l7PzE4I7aV0KZpG6_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_405_-_Enable_channel_chan_for_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_406_-_Enable_ust_event_tp:tptest_for_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_407_-_Start_tracing_for_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_408_-_Stop_lttng_tracing_for_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_409_-_Clear_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_40_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_410_-_Start_tracing_for_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_411_-_Rotate_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_412_-_Stop_lttng_tracing_for_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_413_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_414_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_415_-_Destroy_session_l7PzE4I7aV0KZpG6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_416_-_Create_session_J2XyB27uRPzB6luf_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_417_-_Enable_channel_rotchan_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_418_-_Enable_ust_event_tp:tptest_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_419_-_Start_tracing_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_41_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_420_-_Stop_lttng_tracing_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_421_-_Clear_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_422_-_Start_tracing_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_423_-_Stop_lttng_tracing_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_424_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_425_-_Start_tracing_for_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_426_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_427_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_428_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_429_-_Destroy_session_J2XyB27uRPzB6luf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_42_-_Destroy_session_dDIN4WXNGJOmlJK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_430_-_Create_session_ggZ9SIelH6HD8yRP_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_431_-_Enable_channel_rotchan_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_432_-_Enable_ust_event_tp:tptest_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_433_-_Start_tracing_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_434_-_Stop_lttng_tracing_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_435_-_Clear_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_436_-_Start_tracing_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_437_-_Stop_lttng_tracing_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_438_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_439_-_Start_tracing_for_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_43_-_Create_session_Gqy6z5MvzC6KOSQq_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_440_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_441_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_442_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_443_-_Destroy_session_ggZ9SIelH6HD8yRP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_444_-_Create_session_5xn2oUbYITV5UqQC_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_445_-_Enable_channel_chan_for_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_446_-_Enable_ust_event_tp:tptest_for_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_447_-_Start_tracing_for_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_448_-_Stop_lttng_tracing_for_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_449_-_Clear_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_44_-_Enable_channel_rotchan_for_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_450_-_Start_tracing_for_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_451_-_Stop_lttng_tracing_for_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_452_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/5xn2oUbYITV5UqQC*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_453_-_Destroy_session_5xn2oUbYITV5UqQC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_454_-_Create_session_zgUtln3aTyVcjHYi_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_455_-_Enable_channel_chan_for_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_456_-_Enable_ust_event_tp:tptest_for_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_457_-_Start_tracing_for_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_458_-_Stop_lttng_tracing_for_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_459_-_Clear_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_45_-_Enable_ust_event_tp:tptest_for_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_460_-_Start_tracing_for_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_461_-_Stop_lttng_tracing_for_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_462_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_463_-_Destroy_session_zgUtln3aTyVcjHYi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_464_-_Create_session_M7OzgbgZBA5Tw45q_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_465_-_Enable_channel_chan_for_session_M7OzgbgZBA5Tw45q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_466_-_Enable_ust_event_tp:tptest_for_session_M7OzgbgZBA5Tw45q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_467_-_Start_tracing_for_session_M7OzgbgZBA5Tw45q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_468_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_469_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_46_-_Start_tracing_for_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_470_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_471_-_Destroy_session_M7OzgbgZBA5Tw45q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_472_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_473_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_474_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_475_-_Create_session_t6ddIv2lr43OcJVk_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_476_-_Enable_channel_chan_for_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_477_-_Enable_ust_event_tp:tptest_for_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_478_-_Start_tracing_for_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_479_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_47_-_Clear_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_480_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_481_-_Stop_lttng_tracing_for_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_482_-_Clear_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_483_-_Start_tracing_for_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_484_-_Stop_lttng_tracing_for_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_485_-_Destroy_session_t6ddIv2lr43OcJVk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_486_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_487_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_488_-_Create_session_2KbMPa46dUPcirh1_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_489_-_Enable_channel_chan_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_48_-_Stop_lttng_tracing_for_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_490_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_491_-_Enable_ust_event_tp:tptest_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_492_-_Start_tracing_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_493_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_494_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_495_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_496_-_Stop_lttng_tracing_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_497_-_Clear_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_498_-_Start_tracing_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_499_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_49_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_4_-_Enable_channel_chan_for_session_iSBZre33uj8I3XCq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_500_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_501_-_Statedump_regenerate_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_502_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_503_-_Stop_lttng_tracing_for_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_504_-_Destroy_session_2KbMPa46dUPcirh1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_505_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_506_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_507_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_508_-_Create_session_TspbcQ8lGLFOpQKV_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_509_-_Enable_channel_chan_for_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_50_-_Start_tracing_for_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_510_-_Enable_ust_event_tp:tptest_for_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_511_-_Start_tracing_for_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_512_-_Stop_lttng_tracing_for_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_513_-_Clear_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_514_-_Start_tracing_for_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_515_-_Stop_lttng_tracing_for_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_516_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_517_-_Destroy_session_TspbcQ8lGLFOpQKV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_518_-_Create_session_HnnnNewtTscFg2g2_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_519_-_Enable_channel_chan_for_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_51_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_520_-_Enable_ust_event_tp:tptest_for_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_521_-_Start_tracing_for_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_522_-_Rotate_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_523_-_Stop_lttng_tracing_for_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_524_-_Clear_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_525_-_Start_tracing_for_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_526_-_Stop_lttng_tracing_for_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_527_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_528_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_529_-_Destroy_session_HnnnNewtTscFg2g2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_52_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_530_-_Create_session_Exx5XAjn9J62RXZu_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_531_-_Enable_channel_chan_for_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_532_-_Enable_ust_event_tp:tptest_for_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_533_-_Start_tracing_for_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_534_-_Stop_lttng_tracing_for_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_535_-_Clear_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_536_-_Start_tracing_for_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_537_-_Rotate_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_538_-_Stop_lttng_tracing_for_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_539_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_53_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_540_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_541_-_Destroy_session_Exx5XAjn9J62RXZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_542_-_Create_session_YM6Ijgy1jKHWXdpk_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_543_-_Enable_channel_chan_for_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_544_-_Enable_ust_event_tp:tptest_for_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_545_-_Start_tracing_for_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_546_-_Stop_lttng_tracing_for_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_547_-_Clear_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_548_-_Start_tracing_for_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_549_-_Stop_lttng_tracing_for_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_54_-_Destroy_session_Gqy6z5MvzC6KOSQq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_550_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_551_-_Destroy_session_YM6Ijgy1jKHWXdpk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_552_-_Create_session_WMDCoZ5PfBr1uMqR_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_553_-_Enable_channel_snapshot_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_554_-_Enable_ust_event_tp:tptest_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_555_-_Start_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_556_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_557_-_Stop_lttng_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_558_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_559_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_55_-_Create_session_lAdC2lJ0srM6GTar_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_560_-_Start_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_561_-_Stop_lttng_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_562_-_Clear_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_563_-_Start_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_564_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_565_-_Stop_lttng_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_566_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_567_-_Start_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_568_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_569_-_Stop_lttng_tracing_for_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_56_-_Enable_channel_chan_for_session_lAdC2lJ0srM6GTar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_570_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_571_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_572_-_Destroy_session_WMDCoZ5PfBr1uMqR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_573_-_Create_session_3gSctvRt2JsDAkeO_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_574_-_Enable_channel_snapshot_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_575_-_Enable_ust_event_tp:tptest_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_576_-_Start_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_577_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_578_-_Stop_lttng_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_579_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_57_-_Enable_ust_event_tp:tptest_for_session_lAdC2lJ0srM6GTar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_580_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_581_-_Start_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_582_-_Stop_lttng_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_583_-_Clear_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_584_-_Start_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_585_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_586_-_Stop_lttng_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_587_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_588_-_Start_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_589_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_58_-_Start_tracing_for_session_lAdC2lJ0srM6GTar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_590_-_Stop_lttng_tracing_for_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_591_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_592_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_593_-_Destroy_session_3gSctvRt2JsDAkeO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_594_-_Create_session_vyqqizja2jwJhPWO_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_595_-_Enable_channel_chan_for_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_596_-_Enable_ust_event_tp:tptest_for_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_597_-_Start_tracing_for_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_598_-_Stop_lttng_tracing_for_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_599_-_Clear_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_59_-_Clear_session_lAdC2lJ0srM6GTar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_5_-_Enable_ust_event_tp:tptest_for_session_iSBZre33uj8I3XCq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_600_-_Clear_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_601_-_Start_tracing_for_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_602_-_Stop_lttng_tracing_for_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_603_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_604_-_Destroy_session_vyqqizja2jwJhPWO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_605_-_Create_session_hsBODhK2qYPDkq1m_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_606_-_Enable_channel_chan_for_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_607_-_Enable_ust_event_tp:tptest_for_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_608_-_Start_tracing_for_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_609_-_Rotate_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_60_-_Stop_lttng_tracing_for_session_lAdC2lJ0srM6GTar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_610_-_Stop_lttng_tracing_for_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_611_-_Clear_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_612_-_Clear_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_613_-_Start_tracing_for_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_614_-_Stop_lttng_tracing_for_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_615_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_616_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_617_-_Destroy_session_hsBODhK2qYPDkq1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_618_-_Create_session_cEX2rj6D8kP8Wuwz_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_619_-_Enable_channel_chan_for_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_61_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/lAdC2lJ0srM6GTar*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_620_-_Enable_ust_event_tp:tptest_for_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_621_-_Start_tracing_for_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_622_-_Stop_lttng_tracing_for_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_623_-_Clear_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_624_-_Clear_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_625_-_Start_tracing_for_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_626_-_Rotate_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_627_-_Stop_lttng_tracing_for_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_628_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_629_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_62_-_Destroy_session_lAdC2lJ0srM6GTar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_630_-_Destroy_session_cEX2rj6D8kP8Wuwz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_631_-_Create_session_oIqw77JaPdHK9mYQ_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_632_-_Enable_channel_rotchan_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_633_-_Enable_ust_event_tp:tptest_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_634_-_Start_tracing_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_635_-_Stop_lttng_tracing_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_636_-_Clear_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_637_-_Clear_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_638_-_Start_tracing_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_639_-_Stop_lttng_tracing_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_63_-_Create_session_Wln8YbjZBZqUIgca_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_640_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_641_-_Start_tracing_for_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_642_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_643_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_644_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_645_-_Destroy_session_oIqw77JaPdHK9mYQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_646_-_Create_session_vgLU5xtQtrVblnC0_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_647_-_Enable_channel_rotchan_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_648_-_Enable_ust_event_tp:tptest_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_649_-_Start_tracing_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_64_-_Enable_channel_chan_for_session_Wln8YbjZBZqUIgca": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_650_-_Stop_lttng_tracing_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_651_-_Clear_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_652_-_Clear_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_653_-_Start_tracing_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_654_-_Stop_lttng_tracing_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_655_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_656_-_Start_tracing_for_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_657_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_658_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_659_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_65_-_Enable_ust_event_tp:tptest_for_session_Wln8YbjZBZqUIgca": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_660_-_Destroy_session_vgLU5xtQtrVblnC0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_661_-_Create_session_rVfwlKuxN8vgWin7_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_662_-_Enable_channel_chan_for_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_663_-_Enable_ust_event_tp:tptest_for_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_664_-_Start_tracing_for_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_665_-_Stop_lttng_tracing_for_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_666_-_Clear_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_667_-_Clear_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_668_-_Start_tracing_for_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_669_-_Stop_lttng_tracing_for_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_66_-_Start_tracing_for_session_Wln8YbjZBZqUIgca": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_670_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/rVfwlKuxN8vgWin7*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_671_-_Destroy_session_rVfwlKuxN8vgWin7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_672_-_Create_session_6xQwLeRlqqwdXCSv_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_673_-_Enable_channel_chan_for_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_674_-_Enable_ust_event_tp:tptest_for_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_675_-_Start_tracing_for_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_676_-_Stop_lttng_tracing_for_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_677_-_Clear_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_678_-_Clear_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_679_-_Start_tracing_for_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_67_-_Clear_session_Wln8YbjZBZqUIgca": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_680_-_Stop_lttng_tracing_for_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_681_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_682_-_Destroy_session_6xQwLeRlqqwdXCSv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_683_-_Create_session_IdbxYZCS7AzXspzg_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_684_-_Enable_channel_chan_for_session_IdbxYZCS7AzXspzg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_685_-_Enable_ust_event_tp:tptest_for_session_IdbxYZCS7AzXspzg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_686_-_Start_tracing_for_session_IdbxYZCS7AzXspzg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_687_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_688_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_689_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_68_-_Stop_lttng_tracing_for_session_Wln8YbjZBZqUIgca": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_690_-_Destroy_session_IdbxYZCS7AzXspzg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_691_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_692_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_693_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_694_-_Create_session_4YcTOxGqBB9LWJvM_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_695_-_Enable_channel_chan_for_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_696_-_Enable_ust_event_tp:tptest_for_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_697_-_Start_tracing_for_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_698_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_699_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_69_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_6_-_Start_tracing_for_session_iSBZre33uj8I3XCq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_700_-_Stop_lttng_tracing_for_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_701_-_Clear_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_702_-_Clear_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_703_-_Start_tracing_for_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_704_-_Stop_lttng_tracing_for_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_705_-_Destroy_session_4YcTOxGqBB9LWJvM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_706_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_707_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_708_-_Create_session_06IYv9o78iXzqA1s_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_709_-_Enable_channel_chan_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_70_-_Destroy_session_Wln8YbjZBZqUIgca": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_710_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_711_-_Enable_ust_event_tp:tptest_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_712_-_Start_tracing_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_713_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_714_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_715_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_716_-_Stop_lttng_tracing_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_717_-_Clear_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_718_-_Clear_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_719_-_Start_tracing_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_71_-_Create_session_W7wial2ABCCSodlT_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_720_-_Enable_event_lttng_ust_statedump:start_with_filtering_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_721_-_Enable_event_lttng_ust_statedump:end_with_filtering_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_722_-_Statedump_regenerate_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_723_-_Live_viewer_read_12_events,_expect_12": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_724_-_Stop_lttng_tracing_for_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_725_-_Destroy_session_06IYv9o78iXzqA1s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_726_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_727_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_728_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_729_-_Create_session_NH3jW3U0D8d06AJF_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_72_-_Enable_channel_chan_for_session_W7wial2ABCCSodlT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_730_-_Enable_channel_chan_for_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_731_-_Enable_ust_event_tp:tptest_for_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_732_-_Start_tracing_for_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_733_-_Stop_lttng_tracing_for_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_734_-_Clear_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_735_-_Clear_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_736_-_Start_tracing_for_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_737_-_Stop_lttng_tracing_for_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_738_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_739_-_Destroy_session_NH3jW3U0D8d06AJF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_73_-_Enable_ust_event_tp:tptest_for_session_W7wial2ABCCSodlT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_740_-_Create_session_R0XBJYnU8Ghky2zu_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_741_-_Enable_channel_chan_for_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_742_-_Enable_ust_event_tp:tptest_for_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_743_-_Start_tracing_for_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_744_-_Rotate_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_745_-_Stop_lttng_tracing_for_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_746_-_Clear_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_747_-_Clear_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_748_-_Start_tracing_for_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_749_-_Stop_lttng_tracing_for_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_74_-_Start_tracing_for_session_W7wial2ABCCSodlT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_750_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_751_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_752_-_Destroy_session_R0XBJYnU8Ghky2zu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_753_-_Create_session_3Gi9YsYNUy6h27br_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_754_-_Enable_channel_chan_for_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_755_-_Enable_ust_event_tp:tptest_for_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_756_-_Start_tracing_for_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_757_-_Stop_lttng_tracing_for_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_758_-_Clear_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_759_-_Clear_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_75_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_760_-_Start_tracing_for_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_761_-_Rotate_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_762_-_Stop_lttng_tracing_for_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_763_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_764_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_765_-_Destroy_session_3Gi9YsYNUy6h27br": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_766_-_Create_session_TP3YRU5FLPpnszGL_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_767_-_Enable_channel_chan_for_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_768_-_Enable_ust_event_tp:tptest_for_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_769_-_Start_tracing_for_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_76_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_770_-_Stop_lttng_tracing_for_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_771_-_Clear_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_772_-_Clear_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_773_-_Start_tracing_for_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_774_-_Stop_lttng_tracing_for_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_775_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_776_-_Destroy_session_TP3YRU5FLPpnszGL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_777_-_Create_session_QrD50swMvn4tUht3_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_778_-_Enable_channel_snapshot_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_779_-_Enable_ust_event_tp:tptest_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_77_-_Live_viewer_read_10_events,_expect_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_780_-_Start_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_781_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_782_-_Stop_lttng_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_783_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_784_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_785_-_Start_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_786_-_Stop_lttng_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_787_-_Clear_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_788_-_Clear_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_789_-_Start_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_78_-_Destroy_session_W7wial2ABCCSodlT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_790_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_791_-_Stop_lttng_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_792_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_793_-_Start_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_794_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_795_-_Stop_lttng_tracing_for_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_796_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_797_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_798_-_Destroy_session_QrD50swMvn4tUht3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_799_-_Create_session_vvQnQggDIgTo9Vyr_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_79_-_Wait_for_application_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_7_-_Clear_session_iSBZre33uj8I3XCq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_800_-_Enable_channel_snapshot_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_801_-_Enable_ust_event_tp:tptest_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_802_-_Start_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_803_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_804_-_Stop_lttng_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_805_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_806_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_807_-_Start_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_808_-_Stop_lttng_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_809_-_Clear_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_80_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_810_-_Clear_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_811_-_Start_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_812_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_813_-_Stop_lttng_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_814_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_815_-_Start_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_816_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_817_-_Stop_lttng_tracing_for_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_818_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_819_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_81_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_820_-_Destroy_session_vvQnQggDIgTo9Vyr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_821_-_Create_session_RVbMABk5teoEq4Ni_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_822_-_Enable_channel_chan_for_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_823_-_Enable_ust_event_tp:tptest_for_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_824_-_Start_tracing_for_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_825_-_Stop_lttng_tracing_for_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_826_-_Rotate_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_827_-_Clear_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_828_-_Start_tracing_for_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_829_-_Stop_lttng_tracing_for_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_82_-_Create_session_5bISPuZ0k9MVBNPd_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_830_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_831_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_832_-_Destroy_session_RVbMABk5teoEq4Ni": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_833_-_Create_session_iKif3BEXE4he38sn_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_834_-_Enable_channel_chan_for_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_835_-_Enable_ust_event_tp:tptest_for_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_836_-_Start_tracing_for_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_837_-_Rotate_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_838_-_Stop_lttng_tracing_for_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_839_-_Rotate_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_83_-_Enable_channel_chan_for_session_5bISPuZ0k9MVBNPd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_840_-_Clear_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_841_-_Start_tracing_for_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_842_-_Stop_lttng_tracing_for_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_843_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_844_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_845_-_Destroy_session_iKif3BEXE4he38sn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_846_-_Create_session_c9YSk5s0ItS2HmxD_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_847_-_Enable_channel_chan_for_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_848_-_Enable_ust_event_tp:tptest_for_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_849_-_Start_tracing_for_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_84_-_Enable_ust_event_tp:tptest_for_session_5bISPuZ0k9MVBNPd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_850_-_Stop_lttng_tracing_for_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_851_-_Rotate_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_852_-_Clear_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_853_-_Start_tracing_for_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_854_-_Rotate_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_855_-_Stop_lttng_tracing_for_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_856_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_857_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_858_-_Destroy_session_c9YSk5s0ItS2HmxD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_859_-_Create_session_DCLqyN6ZLbRKLDAT_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_85_-_Start_tracing_for_session_5bISPuZ0k9MVBNPd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_860_-_Enable_channel_rotchan_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_861_-_Enable_ust_event_tp:tptest_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_862_-_Start_tracing_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_863_-_Stop_lttng_tracing_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_864_-_Rotate_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_865_-_Clear_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_866_-_Start_tracing_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_867_-_Stop_lttng_tracing_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_868_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_869_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_86_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_870_-_Start_tracing_for_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_871_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_872_-_Validate_trace_for_event_tp:tptest,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_873_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_874_-_Destroy_session_DCLqyN6ZLbRKLDAT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_875_-_Create_session_HRK2cAjJLtJZeCGK_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_876_-_Enable_channel_rotchan_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_877_-_Enable_ust_event_tp:tptest_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_878_-_Start_tracing_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_879_-_Stop_lttng_tracing_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_87_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_880_-_Rotate_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_881_-_Clear_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_882_-_Start_tracing_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_883_-_Stop_lttng_tracing_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_884_-_Validate_trace_for_event_tp:tptest,_38_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_885_-_Read_a_total_of_38_events,_expected_between_[1,_200000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_886_-_Start_tracing_for_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_887_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_888_-_Validate_trace_for_event_tp:tptest,_76_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_889_-_Read_a_total_of_76_events,_expected_between_[1,_600000[": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_88_-_Clear_session_5bISPuZ0k9MVBNPd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_890_-_Destroy_session_HRK2cAjJLtJZeCGK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_891_-_Create_session_lPo8AagSNR6SVsx3_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_892_-_Enable_channel_chan_for_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_893_-_Enable_ust_event_tp:tptest_for_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_894_-_Start_tracing_for_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_895_-_Stop_lttng_tracing_for_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_896_-_Clear_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_897_-_Start_tracing_for_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_898_-_Stop_lttng_tracing_for_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_899_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/lPo8AagSNR6SVsx3*\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_89_-_Stop_lttng_tracing_for_session_5bISPuZ0k9MVBNPd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_8_-_Stop_lttng_tracing_for_session_iSBZre33uj8I3XCq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_900_-_Destroy_session_lPo8AagSNR6SVsx3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_901_-_Create_session_oaiBK9EwssvhsMCh_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_902_-_Enable_channel_chan_for_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_903_-_Enable_ust_event_tp:tptest_for_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_904_-_Start_tracing_for_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_905_-_Stop_lttng_tracing_for_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_906_-_Rotate_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_907_-_Clear_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_908_-_Start_tracing_for_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_909_-_Stop_lttng_tracing_for_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_90_-_Destroy_session_5bISPuZ0k9MVBNPd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_910_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_911_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_912_-_Destroy_session_oaiBK9EwssvhsMCh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_913_-_Create_session_7JLdPdqjbjEHZHS2_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_914_-_Enable_channel_chan_for_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_915_-_Enable_ust_event_tp:tptest_for_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_916_-_Start_tracing_for_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_917_-_Rotate_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_918_-_Stop_lttng_tracing_for_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_919_-_Rotate_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_91_-_Babeltrace_succeeds": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_920_-_Clear_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_921_-_Start_tracing_for_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_922_-_Stop_lttng_tracing_for_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_923_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_924_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_925_-_Destroy_session_7JLdPdqjbjEHZHS2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_926_-_Create_session_tvXE0DxJNbHPHAoU_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_927_-_Enable_channel_chan_for_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_928_-_Enable_ust_event_tp:tptest_for_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_929_-_Start_tracing_for_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_92_-_Wait_for_viewer_to_exit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_930_-_Stop_lttng_tracing_for_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_931_-_Rotate_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_932_-_Clear_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_933_-_Start_tracing_for_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_934_-_Rotate_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_935_-_Stop_lttng_tracing_for_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_936_-_Validate_trace_for_event_tp:tptest,_6_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_937_-_Read_a_total_of_6_events,_expected_6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_938_-_Destroy_session_tvXE0DxJNbHPHAoU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_939_-_Create_session_vI8yTTxpQv0vqBo5_in_-o_/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_93_-_Create_session_Atq7vKPZAQsuGy0t_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_940_-_Enable_channel_chan_for_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_941_-_Enable_ust_event_tp:tptest_for_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_942_-_Start_tracing_for_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_943_-_Stop_lttng_tracing_for_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_944_-_Clear_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_945_-_Start_tracing_for_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_946_-_Stop_lttng_tracing_for_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_947_-_Directory_\"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_948_-_Destroy_session_vI8yTTxpQv0vqBo5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_949_-_Create_session_2Gw3NCZB9Vo5ofQA_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_94_-_Enable_channel_chan_for_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_950_-_Enable_channel_chan_for_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_951_-_Enable_ust_event_tp:tptest_for_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_952_-_Start_tracing_for_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_953_-_Stop_lttng_tracing_for_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_954_-_Clear_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_955_-_Expected_fail_on_rotate_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_956_-_Start_tracing_for_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_957_-_Stop_lttng_tracing_for_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_958_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_959_-_Destroy_session_2Gw3NCZB9Vo5ofQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_95_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_960_-_Create_session_9we7dEg7vtxLy4NF_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_961_-_Enable_channel_chan_for_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_962_-_Enable_ust_event_tp:tptest_for_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_963_-_Start_tracing_for_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_964_-_Rotate_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_965_-_Stop_lttng_tracing_for_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_966_-_Clear_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_967_-_Expected_fail_on_rotate_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_968_-_Start_tracing_for_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_969_-_Stop_lttng_tracing_for_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_96_-_Enable_ust_event_tp:tptest_for_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_970_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_971_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_972_-_Destroy_session_9we7dEg7vtxLy4NF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_973_-_Create_session_FvJiRIA8l7SocERl_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_974_-_Enable_channel_chan_for_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_975_-_Enable_ust_event_tp:tptest_for_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_976_-_Start_tracing_for_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_977_-_Stop_lttng_tracing_for_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_978_-_Clear_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_979_-_Expected_fail_on_rotate_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_97_-_Start_tracing_for_session_Atq7vKPZAQsuGy0t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_980_-_Start_tracing_for_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_981_-_Rotate_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_982_-_Stop_lttng_tracing_for_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_983_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_984_-_Read_a_total_of_5_events,_expected_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_985_-_Destroy_session_FvJiRIA8l7SocERl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_986_-_Create_session_muKlsURW7ztTKHSt_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_987_-_Enable_channel_rotchan_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_988_-_Enable_ust_event_tp:tptest_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_989_-_Start_tracing_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_98_-_Waiting_for_live_trace_at_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_990_-_Stop_lttng_tracing_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_991_-_Clear_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_992_-_Expected_fail_on_rotate_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_993_-_Start_tracing_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_994_-_Stop_lttng_tracing_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_995_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_996_-_Start_tracing_for_session_muKlsURW7ztTKHSt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_997_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_998_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_999_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_99_-_Waiting_for_live_viewers_on_url:_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/clear/test_ust_9_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_2_-_Create_session_test_session_in_-o_/tmp/tmp.XXXXXXXXXXs_differ_only_by_loglevels.fp999n": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_3_-_Enable_channel_test_channel_for_session_test_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_4_-_Start_tracing_for_session_test_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_5_-_Enable_event_'l*'_with_loglevel_TRACE_DEBUG_LINE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_6_-_Enable_event_'l*'_with_loglevel-only_TRACE_DEBUG_LINE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_7_-_Stop_lttng_tracing_for_session_test_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_8_-_Destroy_session_test_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/client/test_bug1373_events_differ_only_by_loglevel_9_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_10_-_Expect_>_0_buffer_and_metadata_files_got_5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_11_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_12_-_Expect_2_pid_registration_folders_got_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_13_-_First_pid_cleanup": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_14_-_Full_cleanup": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_15_-_Destroy_session_shm_path_per_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_16_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_17_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_18_-_Create_session_shm_path_per_uid_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_19_-_Enable_channel_channel_per_uid_for_session_shm_path_per_uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_20_-_Start_tracing_for_session_shm_path_per_uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_21_-_No_files_created_on_set-up": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_22_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_23_-_Path_/tmp/tmp.XXXXXXXXXXath_per_uid_shm_path.HnVwlH/shm_path_per_uid-20250616-114416_created_on_application_creation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_24_-_uid_path_exist_found_/tmp/tmp.XXXXXXXXXXath_per_uid_shm_path.HnVwlH/shm_path_per_uid-20250616-114416/ust/uid/0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_25_-_Expect_1_uid_registration_folder_got_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_26_-_Expect_1_uid_registration_folder_got_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_27_-_Destroy_session_shm_path_per_uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_28_-_Full_cleanup": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_29_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_2_-_Create_session_shm_path_per_pid_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_30_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_31_-_Create_session_shm_path_per_pid_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_32_-_Enable_channel_channel_per_pid_for_session_shm_path_per_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_33_-_Start_tracing_for_session_shm_path_per_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_34_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_35_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_36_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_37_-_Full_cleanup_on_sigint": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_38_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_39_-_Create_session_shm_path_per_uid_sigint_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_3_-_Enable_channel_channel_per_pid_for_session_shm_path_per_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_40_-_Enable_channel_channel_per_uid_sigint_for_session_shm_path_per_uid_sigint": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_41_-_Start_tracing_for_session_shm_path_per_uid_sigint": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_42_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_43_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_44_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_45_-_Full_cleanup_on_sigint": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_46_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_47_-_Create_session_crash_test_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_48_-_Enable_channel_channel_crash_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_49_-_Enable_ust_event_tp:tptest_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_4_-_Start_tracing_for_session_shm_path_per_pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_50_-_Start_tracing_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_51_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_52_-_Expect_10_recup_event_from_buffers_got_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_53_-_Expect_10_recup_event_from_symlink_buffers_got_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_54_-_Destroy_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_55_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_56_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_57_-_Create_session_crash_test_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_58_-_Enable_channel_channel_crash_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_59_-_Enable_ust_event_tp:tptest_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_5_-_No_file_created_on_set-up": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_60_-_Start_tracing_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_61_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_62_-_Extraction_of_crashed_buffers_to_path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_63_-_Trace_match_with_10_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_64_-_Destroy_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_65_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_66_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_67_-_Create_session_crash_test_in_-o_/tmp/tmp.XXXXXXXXXX_shm.kZqYBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_68_-_Enable_channel_channel_crash_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_69_-_Enable_ust_event_tp:tptest_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_6_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_70_-_Start_tracing_for_session_crash_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_71_-_Sending_SIGSTOP_to_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_72_-_Sending_SIGSTOP_to_consumer_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_73_-_Wait_after_kill_consumer_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_74_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_75_-_Extraction_of_crashed_buffers_to_path_/tmp/tmp.XXXXXXXXXX_crash_extraction_sigkill_extraction_dir_path.sMrYay/extract": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_76_-_Trace_match_with_10_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_7_-_Path_/tmp/tmp.XXXXXXXXXXath_per_pid_shm.vM87hg/shm_path_per_pid-20250616-114409_created_on_application_creation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_8_-_Pid_path_exists:_/tmp/tmp.XXXXXXXXXXath_per_pid_shm.vM87hg/shm_path_per_pid-20250616-114409/ust/pid/gen-ust-events-13818-20250616-114409": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/crash/test_crash_9_-_Expect_1_pid_registration_folder_got_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_100_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.wOMBYr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_101_-_Enable_lttng_event_with_event_\"*test5\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_102_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_103_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_104_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_105_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_106_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_107_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.7l7V2r": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_108_-_Enable_lttng_event_with_event_\"*p*test*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_109_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_10_-_Enable_lttng_event_with_event_\"tp:tptest2\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_110_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_111_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_112_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_113_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_114_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.66841U": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_115_-_Enable_lttng_event_with_event_\"*p*test*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_116_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_117_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_118_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_119_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_11_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_120_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_121_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.YRpHwm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_122_-_Enable_lttng_event_with_event_\"*p*test*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_123_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_124_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_125_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_126_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_127_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_128_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.55cjtn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_129_-_Enable_lttng_event_with_event_\"*p***test*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_12_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_130_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_131_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_132_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_133_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_134_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_135_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.Qjl6Yu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_136_-_Enable_lttng_event_with_event_\"*p*test*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_137_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_138_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_139_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_13_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_140_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_141_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_142_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.3pI0IF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_143_-_Enable_lttng_event_with_event_\"*3\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_144_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_145_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_146_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_147_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_148_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_149_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.e3qQNc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_14_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_150_-_Enable_lttng_event_with_event_\"tp*test3,*2\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_151_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_152_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_153_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_154_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_155_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_156_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.mIi3gf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_157_-_Enable_lttng_event_with_event_\"**tp*test3,*2\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_158_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_159_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_15_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_160_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_161_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_162_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_163_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_tracing_started_trace_path.Cu1ddZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_164_-_Enable_ust_event_non-existent-event_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_165_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_166_-_Enable_lttng_event_with_event_\"tp:tptest1\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_167_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_168_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_169_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_16_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.I7z06X": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_170_-_Create_session_test-exclusion_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_171_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_172_-_Enable_LTTng_event_\"allo\"_with_exclusion_\"lol\"_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_173_-_Create_session_test-exclusion_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_174_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_175_-_Enable_LTTng_event_\"allo\"_with_exclusion_\"meow,lol\"_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_176_-_Create_session_test-exclusion_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_177_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_178_-_Enable_LTTng_event_\"allo\"_with_exclusion_\"z*em\"_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_179_-_Create_session_test-exclusion_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_17_-_Enable_lttng_event_with_event_\"tp:tptest3\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_180_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_181_-_Enable_LTTng_event_\"allo*\"_with_exclusion_\"all*\"_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_182_-_Create_session_test-exclusion_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_183_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_184_-_Enable_LTTng_event_\"allo*\"_with_exclusion_\"ze,all*,yes\"_fails": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_185_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_18_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_19_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_20_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_21_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_22_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_23_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.CD82Uh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_24_-_Enable_lttng_event_with_event_\"tp:tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_25_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_26_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_27_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_28_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_29_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_2_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXace_path.GuEIpY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_30_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.FzK31Z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_31_-_Enable_lttng_event_with_event_\"tp:tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_32_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_33_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_34_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_35_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_36_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_37_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.rgQSfh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_38_-_Enable_lttng_event_with_event_\"tp:tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_39_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_3_-_Enabling_events_without_exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_40_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_41_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_42_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_43_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_44_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.9ij72V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_45_-_Enable_lttng_event_with_event_\"tp:tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_46_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_47_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_48_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_49_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_4_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_50_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_51_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.jMZois": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_52_-_Enable_lttng_event_with_event_\"tp:tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_53_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_54_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_55_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_56_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_57_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_58_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.I5tvox": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_59_-_Enable_lttng_event_with_event_\"tp*tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_5_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_60_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_61_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_62_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_63_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_64_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_65_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.4XjEWn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_66_-_Enable_lttng_event_with_event_\"tp*tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_67_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_68_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_69_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_6_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_70_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_71_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_72_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.rZztXX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_73_-_Enable_lttng_event_with_event_\"tp*tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_74_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_75_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_76_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_77_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_78_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_79_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.oUMRVE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_7_-_Events_were_found_during_the_dry_run_without_exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_80_-_Enable_lttng_event_with_event_\"tp*tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_81_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_82_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_83_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_84_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_85_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_86_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.YfrslO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_87_-_Enable_lttng_event_with_event_\"tp*tptest*\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_88_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_89_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_8_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_90_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_91_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_92_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_93_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.uY9pWr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_94_-_Enable_lttng_event_with_event_\"*test2\"_excluded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_95_-_Start_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_96_-_Running_test_application": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_97_-_Stop_lttng_tracing_for_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_98_-_Destroy_session_test-exclusion": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_99_-_Validate_trace_exclusion_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/exclusion/test_exclusion_9_-_Create_session_test-exclusion_in_-o_/tmp/tmp.XXXXXXXXXXsion_trace_path.QNQkLL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_100_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_101_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_102_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_103_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_104_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_105_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_106_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_107_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_108_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_109_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_10_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_110_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_111_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_112_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_113_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_114_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_115_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_116_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_117_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_118_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_119_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_11_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_120_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_121_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_122_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_123_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_124_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_125_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_126_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_127_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_128_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_129_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_12_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_130_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_131_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_132_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_133_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_134_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_135_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_136_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_137_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_138_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_139_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_13_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_140_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_141_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_142_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_143_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_144_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_145_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_146_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_147_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_148_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_149_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_14_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_150_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_151_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_152_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_153_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_154_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_155_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_156_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_157_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_158_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_159_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_15_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_160_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_161_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_162_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_163_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_164_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_165_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_166_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_167_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_168_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_169_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_16_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_170_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_171_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_172_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_173_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_174_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_175_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_176_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_177_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_178_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_179_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_17_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_180_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_181_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_182_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_183_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_184_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_185_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_186_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_187_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_188_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_189_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_18_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_190_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_191_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_192_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_193_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_194_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_195_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_196_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_197_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_198_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_199_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_19_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_200_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_201_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_202_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_203_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_204_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_205_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_206_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_207_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_208_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_209_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_20_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_210_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_211_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_212_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_213_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_214_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_215_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_216_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_217_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_218_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_219_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_21_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_220_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_221_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_222_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_223_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_224_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_225_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_226_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_227_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_228_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_229_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_22_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_230_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_231_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_232_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_233_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_234_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_235_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_236_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_237_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_238_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_239_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_23_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_240_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_241_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_242_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_243_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_244_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_245_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_246_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_247_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_248_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_249_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_24_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_250_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_251_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_252_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_253_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_254_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_255_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_256_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_257_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_258_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_259_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_25_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_260_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_261_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_262_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_263_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_264_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_265_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_266_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_267_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_268_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_269_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_26_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_270_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_271_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_272_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_273_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_274_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_275_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_276_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_277_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_278_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_27_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_28_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_29_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_2_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_30_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_31_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_32_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_33_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_34_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_35_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_36_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_37_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_38_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_39_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_3_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_40_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_41_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_42_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_43_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_44_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_45_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_46_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_47_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_48_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_49_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_4_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_50_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_51_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_52_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_53_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_54_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_55_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_56_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_57_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_58_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_59_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_5_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_60_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_61_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_62_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_63_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_64_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_65_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_66_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_67_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_68_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_69_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_6_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_70_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_71_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_72_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_73_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_74_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_75_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_76_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_77_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_78_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_79_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_7_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_80_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_81_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_82_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_83_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_84_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_85_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_86_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_87_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_88_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_89_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_8_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_90_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_91_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_92_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_93_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_94_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_95_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_96_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_97_-_Destroy_session_filter-invalid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_98_-_Create_session_filter-invalid_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_99_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_invalid_filter_9_-_Enable_lttng_event_with_filtering_and_invalid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_10_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_11_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_12_-_Unsupported_operator_test_MOD__%_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_13_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_14_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_15_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_16_-_Unsupported_operator_test_PLUS__+_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_17_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_18_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_19_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_20_-_Unsupported_operator_test_MINUS__-_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_21_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_22_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_23_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_24_-_Unsupported_operator_test_MUL__*_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_25_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_26_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_27_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_28_-_Unsupported_operator_test_DIV__/_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_29_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_2_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_30_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_31_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_32_-_Unsupported_operator_test_MOD__%_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_33_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_34_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_35_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_36_-_Unsupported_operator_test_PLUS__+_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_37_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_38_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_39_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_3_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_40_-_Unsupported_operator_test_MINUS__-_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_41_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_42_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_4_-_Unsupported_operator_test_MUL__*_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_5_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_6_-_Create_session_filter-unsupported-ops_in_-o_/tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_7_-_Enable_lttng_event_with_filtering_and_unsupported_operator": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_8_-_Unsupported_operator_test_DIV__/_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_unsupported_op_9_-_Destroy_session_filter-unsupported-ops": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1000_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1001_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1002_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1003_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1004_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WLnyi9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1005_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1006_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1007_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1008_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1009_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_100_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1010_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.jrtUEJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1011_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1012_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1013_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1014_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1015_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1016_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N8DMMT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1017_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1018_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1019_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_101_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1020_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1021_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1022_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SG25Ha": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1023_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1024_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1025_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1026_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1027_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1028_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PtUR5Z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1029_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_102_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1030_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1031_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1032_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1033_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1034_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rGpT15": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1035_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1036_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1037_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1038_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1039_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_103_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1040_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cUf3db": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1041_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1042_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1043_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1044_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1045_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1046_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lyjgRe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1047_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1048_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1049_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_104_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rJjBEA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1050_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1051_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1052_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9qvzNz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1053_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1054_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1055_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1056_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1057_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1058_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rsaHNS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1059_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_105_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1060_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1061_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1062_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1063_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1064_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VOQO6D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1065_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1066_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1067_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1068_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1069_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_106_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1070_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WJhTba": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1071_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1072_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1073_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1074_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1075_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1076_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.A8mpoc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1077_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1078_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1079_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_107_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1080_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1081_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1082_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Z8HQXi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1083_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1084_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1085_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1086_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1087_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1088_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SOgOsr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1089_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_108_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1090_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1091_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1092_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1093_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1094_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BaOF1F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1095_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1096_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1097_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1098_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1099_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_109_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_10_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1100_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9ZetNe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1101_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1102_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1103_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1104_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1105_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1106_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uUG8jQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1107_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1108_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1109_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_110_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uDQH1t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1110_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1111_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1112_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ap8UV1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1113_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1114_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1115_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1116_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1117_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1118_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.u1qRii": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1119_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_111_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1120_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1121_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1122_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1123_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1124_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZX0jjK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1125_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1126_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1127_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1128_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1129_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_112_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1130_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NC0Odu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1131_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1132_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1133_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1134_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1135_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1136_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lIXnS9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1137_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1138_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1139_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_113_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1140_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1141_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1142_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0xryJR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1143_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1144_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1145_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1146_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1147_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1148_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.k10Kqs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1149_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_114_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1150_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1151_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1152_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1153_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1154_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NTNGOZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1155_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1156_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1157_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1158_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1159_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_115_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1160_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.67Gyag": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1161_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1162_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1163_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1164_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1165_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1166_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MC9EC3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1167_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1168_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1169_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_116_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FM2M6Z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1170_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1171_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1172_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.n4r1fl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1173_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1174_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1175_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1176_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1177_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1178_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Mvtz4G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1179_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_117_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1180_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1181_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1182_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1183_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1184_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ewrvEp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1185_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1186_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1187_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1188_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1189_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_118_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1190_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8dh2io": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1191_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1192_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1193_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1194_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1195_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1196_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DHQJkt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1197_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1198_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1199_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_119_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_11_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1200_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1201_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1202_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1sCCwV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1203_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1204_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1205_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1206_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1207_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1208_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.awJdqZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1209_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_120_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1210_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1211_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1212_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1213_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1214_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.a4Zo0f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1215_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1216_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1217_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1218_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1219_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_121_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1220_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cWf3dz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1221_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1222_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1223_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1224_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1225_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1226_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UWbrOq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1227_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1228_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1229_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_122_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.440sfN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1230_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1231_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1232_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3tKq4q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1233_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1234_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1235_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1236_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1237_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1238_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gNyXH7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1239_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_123_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1240_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1241_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1242_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1243_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1244_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.eQ1FL0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1245_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1246_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1247_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1248_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1249_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_124_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1250_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.w2aPcK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1251_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1252_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1253_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1254_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1255_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1256_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.bw27UD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1257_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1258_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1259_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_125_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1260_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1261_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1262_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6h4zUg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1263_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1264_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1265_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1266_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1267_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1268_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7CqpQE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1269_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_126_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1270_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1271_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1272_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1273_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1274_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sLf2ob": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1275_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1276_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1277_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1278_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1279_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_127_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1280_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.iz3Kzn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1281_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1282_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1283_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1284_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1285_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1286_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uAWVEt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1287_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1288_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1289_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_128_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HdKu8X": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1290_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1291_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1292_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2T8PHe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1293_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1294_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1295_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1296_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1297_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1298_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zq3BHu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1299_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_129_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_12_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1300_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1301_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1302_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1303_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1304_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.vMML4G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1305_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1306_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1307_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1308_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1309_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_130_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1310_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MCf8q6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1311_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1312_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1313_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1314_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1315_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1316_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.RQ9Yw2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1317_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1318_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1319_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_131_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1320_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1321_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1322_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OCKo7e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1323_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1324_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1325_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1326_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1327_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1328_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ztDXxg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1329_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_132_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1330_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1331_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1332_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1333_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1334_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.frXwq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1335_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1336_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1337_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1338_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1339_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_133_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1340_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gC56BN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1341_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1342_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1343_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1344_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1345_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1346_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nxIDGp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1347_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1348_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1349_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_134_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DsFJI6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1350_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1351_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1352_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lK0dQE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1353_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1354_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1355_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1356_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1357_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1358_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LVABuK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1359_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_135_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1360_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1361_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1362_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1363_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1364_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yDG87o": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1365_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1366_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1367_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1368_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1369_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_136_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1370_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dxNu6V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1371_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1372_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1373_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1374_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1375_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1376_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.delnDY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1377_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1378_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1379_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_137_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1380_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1381_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1382_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0ZfGGA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1383_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1384_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1385_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1386_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1387_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1388_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.balalX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1389_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_138_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1390_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1391_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1392_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1393_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1394_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Jd1yz1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1395_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1396_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1397_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1398_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1399_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_139_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_13_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1400_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.u4j3Re": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1401_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1402_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1403_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1404_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1405_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1406_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7lZJEN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1407_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1408_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1409_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_140_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.TYEdi3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1410_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1411_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1412_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WPXVwb": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1413_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1414_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1415_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1416_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1417_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1418_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nwiv9n": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1419_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_141_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1420_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1421_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1422_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1423_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1424_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.iFkUq5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1425_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1426_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1427_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1428_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1429_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_142_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1430_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nAljmY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1431_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1432_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1433_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1434_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1435_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1436_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dfvvyS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1437_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1438_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1439_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_143_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1440_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1441_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1442_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LFs7mu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1443_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1444_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1445_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1446_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1447_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1448_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3hmKXR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1449_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_144_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1450_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1451_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1452_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1453_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1454_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0hdYdt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1455_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1456_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1457_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1458_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1459_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_145_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1460_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wgXvoX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1461_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1462_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1463_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1464_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1465_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1466_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Ikae5X": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1467_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1468_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1469_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_146_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ixXENg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1470_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1471_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1472_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FH6w18": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1473_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1474_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1475_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1476_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1477_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1478_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6bFSDi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1479_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_147_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1480_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1481_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1482_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1483_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1484_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OFpRK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1485_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1486_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1487_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1488_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1489_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_148_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1490_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.K78JOF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1491_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1492_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1493_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1494_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1495_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1496_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IkNyGz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1497_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1498_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1499_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_149_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_14_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3JtNMM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1500_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1501_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1502_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FbUHg0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1503_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1504_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1505_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1506_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1507_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1508_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uoYJOQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1509_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_150_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1510_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1511_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1512_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1513_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1514_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PCY4wy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1515_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1516_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1517_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1518_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1519_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_151_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1520_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5JlAHm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1521_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1522_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1523_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1524_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1525_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1526_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ogNhd7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1527_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1528_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1529_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_152_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Wjml5s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1530_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1531_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1532_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Fku82F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1533_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1534_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1535_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1536_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1537_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1538_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q5NZhr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1539_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_153_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1540_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1541_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1542_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1543_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1544_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KZVtuo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1545_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1546_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1547_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1548_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1549_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_154_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1550_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ia4jG3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1551_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1552_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1553_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1554_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1555_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1556_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WEfcm0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1557_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1558_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1559_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_155_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1560_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1561_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1562_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Q0GQdv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1563_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1564_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1565_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1566_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1567_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1568_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yfn0PP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1569_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_156_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1570_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1571_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1572_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1573_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1574_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.r5doAF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1575_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1576_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1577_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1578_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1579_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_157_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1580_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KlgQPL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1581_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1582_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1583_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1584_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1585_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1586_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.hhzUnZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1587_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1588_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1589_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_158_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q6uruI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1590_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1591_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1592_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8INJX3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1593_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1594_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1595_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1596_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1597_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1598_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lxpfSe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1599_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_159_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_15_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1600_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1601_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1602_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1603_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1604_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ANkjRH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1605_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1606_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1607_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1608_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1609_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_160_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1610_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LnPZxC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1611_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1612_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1613_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1614_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1615_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1616_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Q35ysQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1617_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1618_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1619_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_161_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1620_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1621_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1622_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NPIeJ7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1623_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1624_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1625_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1626_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1627_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1628_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yW4nar": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1629_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_162_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1630_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1631_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1632_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1633_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1634_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ic5bWC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1635_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1636_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1637_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1638_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1639_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_163_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1640_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GkoIty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1641_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1642_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1643_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1644_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1645_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1646_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EzCXG2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1647_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1648_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1649_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_164_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rT62T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1650_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1651_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1652_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GAkm64": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1653_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1654_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1655_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1656_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1657_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1658_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IXiyNd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1659_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_165_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1660_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1661_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1662_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1663_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1664_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.M4F8gm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1665_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1666_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1667_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1668_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1669_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_166_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1670_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.61H9GB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1671_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1672_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1673_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1674_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1675_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1676_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nNn8mf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1677_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1678_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1679_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_167_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1680_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1681_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1682_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gBqYUH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1683_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1684_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1685_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1686_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1687_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1688_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fO4Ge4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1689_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_168_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1690_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1691_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1692_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1693_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1694_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MtPCb0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1695_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1696_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1697_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1698_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1699_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_169_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_16_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1700_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VjuHBT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1701_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1702_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1703_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1704_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1705_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1706_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fsojqp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1707_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1708_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1709_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_170_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uThjz0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1710_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1711_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1712_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nkZuQZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1713_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1714_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1715_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1716_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1717_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1718_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KszkhD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1719_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_171_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1720_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1721_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1722_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1723_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1724_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SGtmya": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1725_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1726_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1727_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1728_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1729_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_172_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1730_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.e8X0Pa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1731_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1732_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1733_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1734_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1735_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1736_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.CnJlA7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1737_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1738_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1739_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_173_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1740_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1741_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1742_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.J8RClM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1743_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1744_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1745_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1746_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1747_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1748_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FUsNEY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1749_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_174_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1750_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1751_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1752_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1753_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1754_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LbX0Vi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1755_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1756_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1757_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1758_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1759_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_175_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1760_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.46sQLC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1761_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1762_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1763_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1764_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1765_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1766_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cn4wkC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1767_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1768_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1769_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_176_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Dmt2ev": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1770_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1771_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1772_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.mnVPxY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1773_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1774_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1775_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1776_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1777_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1778_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.unsJ2u": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1779_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_177_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1780_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1781_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1782_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1783_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1784_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.U7zTeC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1785_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1786_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1787_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1788_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1789_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_178_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1790_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Oz2y4b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1791_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1792_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1793_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1794_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1795_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1796_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7vtx3M": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1797_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1798_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1799_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_179_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_17_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1800_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1801_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1802_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.w6Zsra": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1803_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1804_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1805_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1806_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1807_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1808_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uoI25O": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1809_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_180_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1810_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1811_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1812_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1813_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1814_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Haai5k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1815_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1816_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1817_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1818_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1819_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_181_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1820_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.tqWMdw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1821_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1822_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1823_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1824_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1825_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1826_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yf0cSm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1827_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1828_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1829_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_182_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.vrO7ZB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1830_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1831_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1832_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N8bntT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1833_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1834_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1835_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1836_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1837_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1838_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DpApE4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1839_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_183_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1840_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1841_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1842_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1843_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1844_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Uk7Uny": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1845_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1846_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1847_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1848_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1849_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_184_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1850_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.n7Nz6p": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1851_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1852_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1853_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1854_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1855_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1856_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2K8RtS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1857_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1858_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1859_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_185_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1860_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1861_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1862_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5ibvzQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1863_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1864_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1865_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1866_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1867_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1868_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.P0qdQt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1869_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_186_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1870_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1871_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1872_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1873_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1874_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rw4oGP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1875_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1876_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1877_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1878_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1879_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_187_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1880_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1Hzd1b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1881_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1882_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1883_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1884_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1885_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1886_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.G6bPVf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1887_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1888_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1889_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_188_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DRMpSj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1890_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1891_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1892_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ISjABx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1893_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1894_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1895_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1896_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1897_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1898_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cyiHjk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1899_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_189_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_18_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1900_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1901_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1902_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1903_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1904_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sP67fg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1905_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1906_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1907_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1908_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1909_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_190_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1910_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FjNOiN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1911_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1912_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1913_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1914_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1915_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1916_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FLZ6aK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1917_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1918_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1919_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_191_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1920_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1921_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1922_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yFSgsA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1923_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1924_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1925_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1926_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1927_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1928_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zx1uEX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1929_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_192_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1930_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1931_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1932_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1933_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1934_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GMwCme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1935_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1936_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1937_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1938_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1939_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_193_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1940_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.28qsIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1941_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1942_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1943_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1944_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1945_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1946_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GlLnGq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1947_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1948_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1949_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_194_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Cnuycm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1950_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1951_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1952_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WdUS1m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1953_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1954_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1955_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1956_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1957_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1958_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.H4C7A9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1959_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_195_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1960_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1961_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1962_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1963_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1964_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.22KzxN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1965_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1966_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1967_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1968_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1969_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_196_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1970_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.AkpKWN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1971_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1972_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1973_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1974_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1975_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1976_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Y7kduJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1977_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1978_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1979_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_197_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1980_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1981_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1982_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NEQ7ku": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1983_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1984_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1985_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1986_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1987_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1988_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Vw2csu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1989_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_198_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1990_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1991_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1992_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1993_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1994_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1SW36g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1995_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1996_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1997_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1998_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1999_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_199_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_19_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2000_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DYKUwm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2001_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2002_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2003_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2004_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2005_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2006_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.jMwVVK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2007_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2008_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2009_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_200_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.V3B269": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2010_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2011_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2012_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QYzrjr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2013_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2014_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2015_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2016_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2017_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2018_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.puFRwj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2019_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_201_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2020_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2021_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2022_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2023_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2024_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zhV5Wo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2025_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2026_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2027_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2028_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2029_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_202_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2030_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.25RvQp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2031_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2032_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2033_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2034_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2035_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2036_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.JBqGeG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2037_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2038_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2039_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_203_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2040_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2041_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2042_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.omfmr2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2043_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2044_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2045_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2046_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2047_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2048_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.exXgSy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2049_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_204_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2050_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2051_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2052_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2053_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2054_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.h4Q5Rz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2055_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2056_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2057_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2058_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2059_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_205_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2060_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IgYDWA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2061_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2062_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2063_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2064_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2065_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2066_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9A21lY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2067_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2068_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2069_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_206_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L4isxX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2070_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2071_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2072_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.amLbCt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2073_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2074_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2075_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2076_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2077_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2078_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WZavw0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2079_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_207_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2080_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2081_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2082_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2083_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2084_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HjCpy7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2085_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2086_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2087_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2088_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2089_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_208_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2090_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.USjXrl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2091_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2092_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2093_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2094_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2095_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2096_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IUz3Cp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2097_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2098_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2099_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_209_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_20_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8nK6G6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2100_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2101_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2102_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.klRlE5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2103_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2104_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2105_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2106_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2107_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2108_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.4MqYpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2109_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_210_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2110_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2111_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2112_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2113_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2114_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zL7LOs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2115_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2116_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2117_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2118_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2119_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_211_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2120_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.p4PQsa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2121_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2122_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2123_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2124_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2125_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2126_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7TzSn0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2127_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2128_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2129_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_212_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Z8YheS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2130_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2131_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2132_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SThvXG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2133_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2134_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2135_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2136_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2137_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2138_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xa16AO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2139_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_213_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2140_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2141_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2142_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2143_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2144_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZMorbU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2145_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2146_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2147_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2148_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2149_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_214_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2150_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8cc1jA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2151_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2152_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2153_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2154_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2155_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2156_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yWVMen": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2157_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2158_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2159_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_215_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2160_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2161_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2162_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3zQAuE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2163_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2164_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2165_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2166_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2167_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2168_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8t6MSx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2169_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_216_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2170_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2171_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2172_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2173_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2174_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.4Si74z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2175_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2176_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2177_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2178_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2179_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_217_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2180_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_218_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xfLa8P": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_219_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_21_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_220_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_221_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_222_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_223_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_224_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q4WRyk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_225_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_226_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_227_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_228_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_229_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_22_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_230_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.J5FPA5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_231_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_232_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_233_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_234_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_235_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_236_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.f9e91j": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_237_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_238_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_239_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_23_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_240_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_241_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_242_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cO155J": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_243_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_244_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_245_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_246_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_247_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_248_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QhzFL9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_249_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_24_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_250_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_251_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_252_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_253_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_254_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Rxo6cN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_255_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_256_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_257_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_258_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_259_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_25_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_260_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VdW13a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_261_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_262_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_263_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_264_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_265_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_266_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Wwpmmo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_267_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_268_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_269_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_26_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xnWG0D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_270_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_271_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_272_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L0P2wq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_273_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_274_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_275_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_276_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_277_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_278_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QQf1B3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_279_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_27_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_280_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_281_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_282_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_283_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_284_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wXG2ch": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_285_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_286_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_287_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_288_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_289_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_28_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_290_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.au0eJ1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_291_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_292_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_293_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_294_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_295_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_296_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YbvcIc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_297_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_298_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_299_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_29_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_2_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dnWBap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_300_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_301_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_302_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HQBhZu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_303_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_304_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_305_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_306_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_307_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_308_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cYJVK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_309_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_30_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_310_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_311_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_312_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_313_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_314_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.axoFuq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_315_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_316_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_317_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_318_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_319_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_31_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_320_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MNXnB1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_321_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_322_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_323_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_324_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_325_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_326_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pi2uRx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_327_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_328_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_329_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_32_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.i6D2jA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_330_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_331_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_332_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.i218ba": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_333_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_334_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_335_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_336_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_337_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_338_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lJAF4v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_339_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_33_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_340_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_341_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_342_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_343_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_344_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8FHOnq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_345_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_346_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_347_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_348_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_349_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_34_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_350_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qW0FKq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_351_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_352_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_353_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_354_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_355_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_356_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XcpqUk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_357_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_358_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_359_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_35_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_360_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_361_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_362_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OsDn4r": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_363_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_364_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_365_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_366_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_367_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_368_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xOdAba": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_369_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_36_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_370_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_371_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_372_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_373_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_374_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aFb6go": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_375_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_376_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_377_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_378_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_379_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_37_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_380_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L0Vj0e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_381_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_382_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_383_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_384_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_385_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_386_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EPbbjN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_387_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_388_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_389_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_38_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pub1eu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_390_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_391_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_392_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MBi8FE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_393_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_394_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_395_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_396_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_397_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_398_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.57OkxO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_399_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_39_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_3_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_400_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_401_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_402_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_403_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_404_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.evrkUW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_405_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_406_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_407_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_408_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_409_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_40_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_410_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UTR2V1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_411_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_412_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_413_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_414_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_415_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_416_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sz6OMa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_417_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_418_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_419_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_41_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_420_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_421_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_422_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.oHIBqm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_423_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_424_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_425_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_426_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_427_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_428_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.E80CVt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_429_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_42_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_430_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_431_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_432_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_433_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_434_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QqImQS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_435_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_436_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_437_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_438_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_439_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_43_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_440_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.81txZA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_441_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_442_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_443_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_444_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_445_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_446_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.blFuUT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_447_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_448_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_449_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_44_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.R6DVVm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_450_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_451_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_452_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.76towH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_453_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_454_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_455_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_456_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_457_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_458_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N49vMY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_459_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_45_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_460_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_461_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_462_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_463_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_464_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.CqonED": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_465_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_466_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_467_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_468_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_469_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_46_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_470_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SOMEDE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_471_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_472_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_473_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_474_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_475_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_476_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DwUXll": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_477_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_478_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_479_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_47_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_480_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_481_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_482_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gV2xga": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_483_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_484_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_485_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_486_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_487_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_488_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.TnG9D7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_489_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_48_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_490_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_491_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_492_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_493_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_494_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qHkGMd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_495_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_496_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_497_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_498_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_499_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_49_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_4_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_500_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.44iWWY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_501_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_502_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_503_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_504_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_505_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_506_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9oF4DT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_507_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_508_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_509_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_50_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QiqsfZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_510_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_511_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_512_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dFrmtm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_513_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_514_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_515_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_516_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_517_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_518_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9xC3r9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_519_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_51_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_520_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_521_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_522_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_523_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_524_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QT0oRD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_525_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_526_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_527_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_528_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_529_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_52_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_530_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ewP92m": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_531_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_532_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_533_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_534_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_535_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_536_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZgXWC4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_537_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_538_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_539_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_53_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_540_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_541_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_542_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ktzs5z": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_543_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_544_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_545_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_546_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_547_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_548_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2NEupi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_549_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_54_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_550_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_551_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_552_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_553_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_554_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FEHI6q": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_555_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_556_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_557_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_558_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_559_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_55_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_560_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rlfKK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_561_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_562_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_563_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_564_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_565_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_566_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.05YvaW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_567_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_568_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_569_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_56_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xaXU7Y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_570_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_571_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_572_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PyMBMs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_573_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_574_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_575_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_576_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_577_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_578_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.D9kZEp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_579_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_57_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_580_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_581_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_582_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_583_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_584_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ofE1uP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_585_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_586_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_587_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_588_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_589_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_58_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_590_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WEwreI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_591_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_592_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_593_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_594_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_595_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_596_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZzLr1j": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_597_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_598_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_599_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_59_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_5_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_600_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_601_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_602_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ShLPON": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_603_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_604_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_605_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_606_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_607_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_608_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1rjyF5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_609_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_60_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_610_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_611_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_612_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_613_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_614_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SiDvOL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_615_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_616_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_617_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_618_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_619_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_61_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_620_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aepQ6o": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_621_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_622_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_623_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_624_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_625_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_626_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wLOnaP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_627_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_628_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_629_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_62_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Y6RDiq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_630_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_631_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_632_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cqjOLs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_633_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_634_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_635_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_636_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_637_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_638_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EuIuLb": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_639_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_63_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_640_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_641_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_642_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_643_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_644_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.eQB79V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_645_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_646_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_647_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_648_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_649_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_64_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_650_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cnUaIU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_651_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_652_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_653_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_654_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_655_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_656_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qCRwQM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_657_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_658_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_659_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_65_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_660_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_661_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_662_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.F5JuP8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_663_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_664_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_665_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_666_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_667_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_668_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BpSpVV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_669_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_66_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_670_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_671_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_672_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_673_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_674_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DN4B8e": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_675_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_676_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_677_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_678_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_679_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_67_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_680_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cHs353": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_681_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_682_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_683_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_684_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_685_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_686_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YfVnvf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_687_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_688_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_689_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_68_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nTdjyH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_690_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_691_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_692_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q9c2WC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_693_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_694_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_695_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_696_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_697_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_698_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UWjSz5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_699_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_69_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_6_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_700_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_701_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_702_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_703_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_704_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6noW5x": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_705_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_706_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_707_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_708_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_709_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_70_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_710_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KY7lpZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_711_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_712_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_713_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_714_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_715_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_716_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.JCXEWA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_717_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_718_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_719_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_71_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_720_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_721_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_722_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fsZ1TR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_723_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_724_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_725_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_726_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_727_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_728_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.olINWX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_729_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_72_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_730_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_731_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_732_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_733_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_734_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3pFTxY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_735_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_736_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_737_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_738_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_739_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_73_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_740_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PP8BB7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_741_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_742_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_743_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_744_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_745_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_746_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.g1clhT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_747_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_748_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_749_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_74_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ghmrJK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_750_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_751_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_752_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aWc2Wz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_753_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_754_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_755_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_756_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_757_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_758_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.f46Hax": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_759_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_75_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_760_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_761_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_762_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_763_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_764_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7hZzY6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_765_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_766_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_767_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_768_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_769_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_76_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_770_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cEVBmT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_771_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_772_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_773_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_774_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_775_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_776_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XnSNWq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_777_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_778_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_779_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_77_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_780_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_781_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_782_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rm4SVS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_783_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_784_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_785_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_786_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_787_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_788_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.guvm7r": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_789_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_78_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_790_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_791_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_792_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_793_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_794_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6YZetz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_795_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_796_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_797_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_798_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_799_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_79_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_7_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_800_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.X7bDEP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_801_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_802_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_803_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_804_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_805_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_806_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0li9Ld": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_807_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_808_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_809_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_80_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BB0UEX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_810_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_811_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_812_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.mNGhpi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_813_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_814_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_815_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_816_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_817_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_818_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zl7Cvt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_819_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_81_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_820_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_821_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_822_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_823_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_824_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YhMUPg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_825_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_826_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_827_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_828_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_829_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_82_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_830_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5ULTWL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_831_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_832_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_833_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_834_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_835_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_836_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZeUOF9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_837_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_838_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_839_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_83_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_840_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_841_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_842_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DKC7e0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_843_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_844_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_845_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_846_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_847_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_848_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fHk9fM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_849_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_84_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_850_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_851_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_852_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_853_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_854_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HYasXg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_855_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_856_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_857_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_858_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_859_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_85_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_860_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9pnlwe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_861_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_862_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_863_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_864_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_865_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_866_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HwUC22": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_867_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_868_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_869_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_86_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6RLsxh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_870_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_871_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_872_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rUNk2G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_873_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_874_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_875_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_876_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_877_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_878_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VcQTmR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_879_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_87_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_880_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_881_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_882_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_883_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_884_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q5QJzt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_885_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_886_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_887_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_888_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_889_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_88_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_890_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HqehbO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_891_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_892_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_893_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_894_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_895_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_896_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0I4uch": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_897_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_898_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_899_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_89_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_8_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xiDeh5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_900_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_901_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_902_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6hhYOw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_903_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_904_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_905_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_906_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_907_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_908_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.amk4by": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_909_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_90_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_910_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_911_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_912_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_913_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_914_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XB6uaS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_915_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_916_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_917_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_918_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_919_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_91_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_920_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.hIYfVf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_921_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_922_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_923_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_924_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_925_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_926_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pzHy7y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_927_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_928_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_929_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_92_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.U7gEu0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_930_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_931_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_932_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dA7DT1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_933_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_934_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_935_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_936_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_937_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_938_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VHZY9c": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_939_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_93_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_940_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_941_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_942_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_943_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_944_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FNwfzY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_945_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_946_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_947_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_948_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_949_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_94_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_950_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cIsHRe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_951_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_952_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_953_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_954_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_955_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_956_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Vg6iha": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_957_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_958_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_959_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_95_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_960_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_961_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_962_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7QwCY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_963_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_964_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_965_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_966_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_967_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_968_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uUyKb8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_969_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_96_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_970_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_971_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_972_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_973_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_974_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VtXOIp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_975_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_976_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_977_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_978_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_979_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_97_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_980_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xooHWm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_981_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_982_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_983_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_984_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_985_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_986_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ceCPkt": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_987_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_988_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_989_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_98_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QLsMJL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_990_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_991_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_992_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.M0F8Xi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_993_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_994_-_Start_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_995_-_Stop_lttng_tracing_for_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_996_-_Destroy_session_valid_filter": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_997_-_Validate_trace_filter_output": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_998_-_Create_session_valid_filter_in_-o_/tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fZ109u": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_999_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_99_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/filtering/test_valid_filter_9_-_Enable_lttng_event_with_filtering": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_10_-_Start_tracing_for_session_health_thread_ok": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_11_-_Destroy_session_health_thread_ok": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_12_-_Validation_OK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_13_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_ok_trace_path.ld3JiQ_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_14_-_Validation_OK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_15_-_Validation_OK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_16_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_17_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_2_-_Validation_OK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_3_-_Create_session_health_thread_ok_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_4_-_Enable_ust_event_tp:tptest_for_session_health_thread_ok": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_5_-_Start_tracing_for_session_health_thread_ok": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_6_-_Destroy_session_health_thread_ok": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_7_-_Validation_OK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_8_-_Create_session_health_thread_ok_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/health/test_thread_ok_9_-_Enable_kernel_event_sched_switch_for_session_health_thread_ok": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_10_-_Create_session_in_live_mode_with_delay_2000000_and_custom_URLs": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_11_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_2_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXlive_lttng_ust_trace_path.q0fGtu_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_3_-_Create_session_in_live_mode_with_delay_2000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_4_-_Enable_ust_event_tp:tptest_for_session_live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_5_-_Start_tracing_for_session_live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_6_-_Stop_lttng_tracing_for_session_live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_7_-_Destroy_session_live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_8_-_Trace_match_with_1_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_lttng_ust_9_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_10_-_List_sessions_:_1_session_s_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_11_-_Attach_to_session,_5_streams_received": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_1_-_Connect_viewer_to_relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_2_-_Established_connection_and_version_check_with_2.13": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_3_-_List_sessions_:_1_session_s_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_4_-_Create_viewer_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_5_-_Attach_to_session,_5_stream_s__received": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_6_-_Get_metadata,_received_8192_bytes": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_7_-_Get_one_index_per_stream": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_8_-_Get_one_data_packet_for_stream_0,_offset_0,_len_4096": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_9_-_Detach_viewer_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_10_-_List_sessions_:_1_session_s_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_11_-_Attach_to_session,_5_streams_received": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_1_-_Connect_viewer_to_relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_2_-_Established_connection_and_version_check_with_2.13": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_3_-_List_sessions_:_1_session_s_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_4_-_Create_viewer_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_5_-_Attach_to_session,_5_stream_s__received": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_6_-_Get_metadata,_received_8192_bytes": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_7_-_Get_one_index_per_stream": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_8_-_Get_one_data_packet_for_stream_0,_offset_0,_len_4096": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/live/test_ust_tracefile_count_9_-_Detach_viewer_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_10_-_Reconstructed_path_from_metadata_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_11_-_Extracting_hostname_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_12_-_Hostname_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_13_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_2_-_Create_session_kernel_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_3_-_Enable_kernel_event_lttng_test_filter_event_for_session_kernel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_4_-_Start_tracing_for_session_kernel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_5_-_Stop_lttng_tracing_for_session_kernel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_6_-_Destroy_session_kernel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_7_-_Extracting_trace_name_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_8_-_Extracting_trace_creation_datetime_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_kernel_9_-_Extracting_domain_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_10_-_Extracting_tracer_buffering_scheme_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_11_-_Extracting_tracer_buffering_id_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_12_-_tracer_buffering_id_match_current_user_uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_13_-_Extracting_architecture_bit_width_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_14_-_Reconstructed_path_from_metadata_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_15_-_Extracting_hostname_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_16_-_Hostname_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_17_-_Create_session_per-pid_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_18_-_Enable_channel_channel_for_session_per-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_19_-_Enable_ust_event_tp:tptest_for_session_per-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_20_-_Start_tracing_for_session_per-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_21_-_Stop_lttng_tracing_for_session_per-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_22_-_Destroy_session_per-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_23_-_Extracting_trace_name_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_24_-_Extracting_trace_creation_datetime_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_25_-_Extracting_domain_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_26_-_Extracting_tracer_buffering_scheme_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_27_-_Extracting_procname_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_28_-_Extracting_vpid_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_29_-_Extracting_tracer_buffering_id_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_2_-_Create_session_per-uid_in": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_30_-_vpid_and_tracer_buffering_id_are_identical": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_31_-_vpid_and_known_testapp_pid_are_identical": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_32_-_tracer_buffering_id_and_known_testapp_pid_are_identical": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_33_-_Extracting_vpid_datetime_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_34_-_Reconstructed_path_from_metadata_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_35_-_Extracting_hostname_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_36_-_Hostname_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_37_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_3_-_Enable_ust_event_tp:tptest_for_session_per-uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_4_-_Start_tracing_for_session_per-uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_5_-_Stop_lttng_tracing_for_session_per-uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_6_-_Destroy_session_per-uid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_7_-_Extracting_trace_name_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_8_-_Extracting_trace_creation_datetime_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/metadata/test_ust_9_-_Extracting_domain_from_env_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_100_-_Enable_JUL_event_ev1,ev2,ev3_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_101_-_Lttng-tool_list_command_with_option_testSession_-d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_102_-_Mi_test:_list_domain_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_103_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_104_-_Mi_test:_2_/_2_domains_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_105_-_Mi_test:_domains_Jul_is_present": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_106_-_Mi_test:_domains_UST_is_present": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_107_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_108_-_Create_session_testSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_109_-_Enable_channel_testChannel_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_10_-_Destroy_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_110_-_Enable_ust_event_ev1,ev2,ev3_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_111_-_Enable_JUL_event_ev1,ev2,ev3_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_112_-_Lttng-tool_list_command_with_option_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_113_-_Mi_test:_list_session_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_114_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_115_-_Mi_test:_2_/_2_domains_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_116_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_117_-_Mi_test:_2_/_2_channel_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_118_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_119_-_Lttng-tool_list_command_with_option_-u_-f": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_11_-_Create_session_testSession1_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_120_-_Mi_test:_list_ust_event_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_121_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type_='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_122_-_Mi_test:_28_/_5_ust_events_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_123_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type_='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event[./lttng:name_=_'tp:tptest']/lttng:event_fields/lttng:event_field/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_124_-_Mi_test:_28_/_12_ust_event_fields_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_125_-_Create_session_testStartStopSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_126_-_Start_tracing_for_session_testStartStopSession_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_127_-_Mi_test:_failed_start_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_128_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_129_-_Mi_test:_mi_report_failure_on_start_command_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_12_-_Create_session_testSession2_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_130_-_Enable_channel_startStopChannel_for_session_testStartStopSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_131_-_Start_tracing_for_session_testStartStopSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_132_-_Mi_test:_start_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_133_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_134_-_Mi_test:_mi_report_success_on_start_command_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_135_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_136_-_Mi_test:_started_testStartStopSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_137_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_138_-_Mi_test:_enabled_element_:_true_expected:_true": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_139_-_Metadata_regenerate_testStartStopSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_13_-_Create_session_testSession3_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_140_-_Mi_test:_regenerate_metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_141_-_Stop_lttng_tracing_for_session_testStartStopSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_142_-_Mi_test:_stop_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_143_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_144_-_Mi_test:_stopped_testStartStopSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_145_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_146_-_Mi_test:_enabled_element_:_false_expected:_false": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_147_-_Stop_lttng_tracing_for_session_testStartStopSession_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_148_-_Mi_test:_failed_stop_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_149_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_14_-_Destroy_session_testSession1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_150_-_Mi_test:_mi_report_failure_on_start_command_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_151_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_152_-_Create_session_testSnapshotAdd_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_153_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/snapshotoutput": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_154_-_Mi_test:_snapshot_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_155_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_156_-_Mi_test:_add_snapshot_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_157_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:snapshot_action[./lttng:name_=_'add-output']/lttng:output/lttng:snapshot/lttng:session_name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_158_-_Mi_test:_added_snapshot_for:_testSnapshotAdd_expected_testSnapshotAdd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_159_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:snapshot_action[./lttng:name_=_'add-output']/lttng:output/lttng:snapshot/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_15_-_MI_test:_destroy_session_testSession1_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_160_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:snapshot_action[./lttng:name_=_'add-output']/lttng:output/lttng:snapshot/lttng:id/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_161_-_Snapshot_list": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_162_-_Mi_test:_snapshot_list_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_163_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_164_-_Mi_test:_add_snapshot_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_165_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:snapshot_action[./lttng:name_=_'list-output']/lttng:output/lttng:session[./lttng:name_='testSnapshotAdd']/lttng:snapshots/lttng:snapshot/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_166_-_Mi_test:_snapshot_list_extracted_snapshot:_snapshot-1_expected:_snapshot-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_167_-_Deleted_snapshot_output_id_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_168_-_Mi_test:_snapshot_delete_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_169_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_16_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_170_-_Mi_test:_del_snapshot_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_171_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:snapshot_action[./lttng:name_=_'del-output']/lttng:output/lttng:snapshot/lttng:id/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_172_-_Mi_test:_snapshot_del_extracted_snapshot_id:_1_expected:_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_173_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:snapshot_action[./lttng:name_=_'del-output']/lttng:output/lttng:snapshot/lttng:session_name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_174_-_Mi_test:_snapshot_del_extracted_snapshot_id:_testSnapshotAdd_expected:_testSnapshotAdd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_175_-_Deleted_snapshot_output_id_1_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_176_-_Mi_test:_snapshot_delete_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_177_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_178_-_Mi_test:_del_snapshot_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_179_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_17_-_Mi_test:_deleted_session:_testSession1_expected:_testSession1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_180_-_Create_session_testTrack_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_181_-_Track_command_with_opts:_-p_1,2,3_-u": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_182_-_Mi_test:_track_pid_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_183_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_184_-_Mi_test:_track_pid_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_185_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_186_-_Mi_test:_track_pid_expecting_3_processes_got_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_187_-_Lttng-tool_list_command_with_option_testTrack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_188_-_Mi_test:_session_list_with_pid_tracker_validate": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_189_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_18_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_190_-_Mi_test:_tracker_pid_listing_expecting_3_target_got_3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_191_-_Untrack_command_with_opts:_-p_2,3_-u": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_192_-_Mi_test:_untrack_pid_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_193_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_194_-_Mi_test:_untrack_pid_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_195_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_196_-_Mi_test:_untrack_pid_expecting_2_process_got_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_197_-_Lttng-tool_list_command_with_option_testTrack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_198_-_Mi_test:_session_list_with_pid_tracker_validate": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_199_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:targets/lttng:vpid_target/lttng:type/lttng:pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_19_-_MI_test:_destroy_all_session_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_200_-_Mi_test:_tracker_pid_listing_expecting_1_process_got_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_201_-_Untrack_command_with_opts:_-p_-u_-a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_202_-_Mi_test:_untrack_pid_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_203_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_204_-_Mi_test:_untrack_all_pid_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_205_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_206_-_Mi_test:_untrack_pid_expecting_1_process_got_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_207_-_Mi_test:_pid_expected_is_true_got_true": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_208_-_Lttng-tool_list_command_with_option_testTrack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_209_-_Mi_test:_session_list_with_pid_tracker_validate": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_20_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_210_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:targets/lttng:vpid_target/lttng:type/lttng:pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_211_-_Mi_test:_tracker_pid_listing_expecting_0_process_got_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_212_-_Track_command_with_opts:_-p_-u_-a": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_213_-_Mi_test:_track_pid_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_214_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_215_-_Mi_test:_track_all_pid_is_a_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_216_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_217_-_Mi_test:_track_pid_expecting_1_process_got_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_218_-_Mi_test:_pid_expected_is_true_got_true": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_219_-_Lttng-tool_list_command_with_option_testTrack": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_21_-_Mi_test:_2_/_2_sessions_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_220_-_Mi_test:_session_list_with_pid_tracker_validate": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_221_-_Check_of_node_existence_with_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_222_-_Mi_test:_VPID_tracker_node_is_absent_as_defined": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_223_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_224_-_Create_session_session_long_path_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/EAxVLHOpLizIOZfTJXLU7iG2wSG81sW415SeKOZTRh89eZHFetGuSK38HHwCK02QVVll6EECrtpPyorZrqYaq70N34zFSXsJsMAJtrk1q3QcsR5pr3SD449odxfYKIrxK7b87PuwVNYeUH06z3aOF4x0OdqKBUvm78luZCY5ajhdNudv9syU7HXxlDSfMWzXo7y9VdI8k6Mn4e1wyR6BYGtLaC2Xj5IbRWumOwNrNqJEReun1TTRpaE11XUtbc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_225_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_226_-_Mi_test:_list_session_with_long_path_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_227_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_228_-_Context_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_229_-_Mi_test:_context_listing_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_22_-_Destroy_session_testSession1_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_230_-_Create_session_testSession1_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_231_-_Create_session_testSession2_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_232_-_Create_session_testSession3_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_233_-_Clear_session_testSession1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_234_-_MI_test:_clear_session_testSession1_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_235_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_236_-_Mi_test:_cleared_session:_testSession1_expected:_testSession1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_237_-_Clear_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_238_-_MI_test:_clear_all_session_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_239_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_23_-_MI_test:_failing_destroy_session_testSession1_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_240_-_Mi_test:_3_/_3_sessions_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_241_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_242_-_Expected_fail_on_clear_session_testSession1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_243_-_MI_test:_failing_clear_session_testSession1_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_244_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_245_-_Mi_test:_clear_command_on_testSession1_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_246_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_24_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_25_-_Mi_test:_destroy_command_on_testSession1_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_26_-_Create_session_testSession1_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_27_-_Create_session_testSession2_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_28_-_Create_session_testSession3_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_29_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_2_-_MI_test:_Lttng_version": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_30_-_Mi_test:_list_sessions_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_31_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_32_-_Mi_test:_3_/_3_sessions_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_33_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_34_-_Create_session_testsession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_35_-_Enable_channel_channelUst0_for_session_testsession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_36_-_Mi_test:_enable_ust_channel_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_37_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_38_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml_command_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_39_-_Enable_channel_channelUst0_for_session_testsession_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_3_-_MI_test:_Version_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_40_-_Mi_test:_fail_enable_ust_channel_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_41_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_42_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml_command_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_43_-_Enable_channel_channelUst1_for_session_testsession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_44_-_Enable_channel_channelUst2_for_session_testsession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_45_-_Disable_channel_channelUst0_for_session_testsession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_46_-_Mi_test:_disable_ust_channel_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_47_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_48_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml_command_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_49_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_4_-_Create_session_testSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_50_-_MI_test:_channelUst0_disabled": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_51_-_Disable_channel_channelUst1,channelUst2_for_session_testsession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_52_-_Mi_test:_multiple_disable_ust_channel_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_53_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_54_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml_command_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_55_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_56_-_Mi_test:_disabled_ust_channel_2/2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_57_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_58_-_Create_session_testSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_59_-_Enable_channel_testChannel_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_5_-_MI_test:_create_session_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_60_-_Enable_ust_event_ev1_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_61_-_Mi_test:_Enable_event_for_ust_domain_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_62_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_63_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml_command_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_64_-_Enable_ust_event_ev1_for_session_testSession_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_65_-_Mi_test:_Fail_enable_event_for_ust_domain_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_66_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_67_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml_command_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_68_-_Enable_ust_event_ev1,ev2,ev3_for_session_testSession_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_69_-_Mi_test:_Multiple_enable_ust_event_with_inside_fail_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_6_-_Create_session_testSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_70_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_71_-_Mi_test:_Enabled_event_on_failing_enable_command_/2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_72_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_73_-_Mi_test:_Enabled_event_on_failing_enable_command_/2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_74_-_Disable_event_ev1_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_75_-_Mi_test:_Disable_ust_event_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_76_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_77_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml_command_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_78_-_Disable_event_ev1,ev2,ev3_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_79_-_Mi_test:_Disable_multiple_ust_event_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_7_-_MI_test:_expecting_fail_create_session_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_80_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_81_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml_command_success": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_82_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:channel/lttng:events/lttng:event/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_83_-_Mi_test:_Disable_multiple_ust_event_success_3/3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_84_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_85_-_Create_session_testSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_86_-_Enable_channel_testChannel_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_87_-_Enable_ust_event_ev1,ev2,ev3_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_88_-_Lttng-tool_list_command_with_option_testSession_-c_testChannel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_89_-_Mi_test:_list_channel_xsd_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_8_-_Extraction_of_xpath_/lttng:command/lttng:success/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_90_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_91_-_Mi_test:_1_/_1_domains_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_92_-_Extraction_of_xpath_//lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_93_-_Mi_test:_1_/_1_channel_discovered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_94_-_Mi_test:_expected_channel:_testChannel_found:_testChannel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_95_-_Enable_channel_testChannela_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_96_-_Destroy_all_lttng_sessions": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_97_-_Create_session_testSession_in_-o_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_98_-_Enable_channel_testChannel_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_99_-_Enable_ust_event_ev1,ev2,ev3_for_session_testSession": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/mi/test_mi_9_-_Mi_test:_/tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/create_session.xml_command_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_10_-_Stop_lttng_tracing_for_session_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_11_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_12_-_Destroy_session_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_13_-_Create_session_y5ljrHbCBqkMBwe8_in_-o_/tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_14_-_Enable_ust_event_tp:tptest_for_session_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_15_-_Start_tracing_for_session_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_16_-_Stop_lttng_tracing_for_session_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_17_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_18_-_Start_tracing_for_session_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_19_-_Metadata_regenerate_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_20_-_Stop_lttng_tracing_for_session_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_21_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_22_-_Destroy_session_y5ljrHbCBqkMBwe8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_23_-_Create_session_BMjUMDTLXuE7lcYl_in_-o_/tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_24_-_Enable_channel_channel0_per_PID_for_session_BMjUMDTLXuE7lcYl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_25_-_Enable_ust_event_tp:tptest_for_session_BMjUMDTLXuE7lcYl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_26_-_Start_tracing_for_session_BMjUMDTLXuE7lcYl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_27_-_Expected_fail_on_regenerate_metadata_BMjUMDTLXuE7lcYl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_28_-_Stop_lttng_tracing_for_session_BMjUMDTLXuE7lcYl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_29_-_Destroy_session_BMjUMDTLXuE7lcYl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_30_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_31_-_Create_session_t86UGTwEfotMLwiy_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_32_-_Enable_ust_event_tp:tptest_for_session_t86UGTwEfotMLwiy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_33_-_Start_tracing_for_session_t86UGTwEfotMLwiy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_34_-_Expected_fail_on_regenerate_metadata_t86UGTwEfotMLwiy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_35_-_Stop_lttng_tracing_for_session_t86UGTwEfotMLwiy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_36_-_Destroy_session_t86UGTwEfotMLwiy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_37_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_38_-_Create_session_GvL3M7DMWpZtV9Xc_in_-o_/tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_39_-_Enable_ust_event_tp:tptest_for_session_GvL3M7DMWpZtV9Xc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_3_-_Create_session_UoLqaSS2bz5NQ9aL_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_40_-_Start_tracing_for_session_GvL3M7DMWpZtV9Xc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_41_-_Metadata_regenerate_GvL3M7DMWpZtV9Xc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_42_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_43_-_Stop_lttng_tracing_for_session_GvL3M7DMWpZtV9Xc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_44_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_45_-_Destroy_session_GvL3M7DMWpZtV9Xc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_46_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_47_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_4_-_Enable_ust_event_tp:tptest_for_session_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_5_-_Start_tracing_for_session_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_6_-_Stop_lttng_tracing_for_session_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_7_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_8_-_Start_tracing_for_session_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-metadata/test_ust_9_-_Metadata_regenerate_UoLqaSS2bz5NQ9aL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_10_-_Read_a_total_of_4_events,_expected_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_11_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_2_-_Create_session_ZtOlQsbW9tQpMObh_in_-o_/tmp/tmp.XXXXXXXXXXerate_statedump_ust_trace_path.oHez6n": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_3_-_Enable_ust_event_lttng_ust_statedump:start,lttng_ust_statedump:end_for_session_ZtOlQsbW9tQpMObh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_4_-_Start_tracing_for_session_ZtOlQsbW9tQpMObh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_5_-_Statedump_regenerate_ZtOlQsbW9tQpMObh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_6_-_Stop_lttng_tracing_for_session_ZtOlQsbW9tQpMObh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_7_-_Destroy_session_ZtOlQsbW9tQpMObh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_8_-_Validate_trace_for_event_lttng_ust_statedump:start,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/regen-statedump/test_ust_9_-_Validate_trace_for_event_lttng_ust_statedump:end,_2_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_100_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115933": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_101_-_Start_tracing_for_session_auto-20250616-115933": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_102_-_Stop_lttng_tracing_for_session_auto-20250616-115933": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_103_-_Destroy_session_auto-20250616-115933": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_104_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_105_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_106_-_Create_session_my-session_with_uri:net://localhost/my_live_custom_output_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_107_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_108_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_109_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_10_-_Stop_lttng_tracing_for_session_auto-20250616-115916": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_110_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_111_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_112_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_113_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_114_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_115_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_116_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.xR4P5N_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_117_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_118_-_Create_session_with_uri:net://localhost/my_live_custom_output_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_119_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_11_-_Destroy_session_auto-20250616-115916": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_120_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_121_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_122_-_Enable_channel_my_channel_for_session_auto-20250616-115937": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_123_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115937": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_124_-_Start_tracing_for_session_auto-20250616-115937": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_125_-_Stop_lttng_tracing_for_session_auto-20250616-115937": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_126_-_Destroy_session_auto-20250616-115937": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_127_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_128_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_129_-_Create_session_my-session_with_uri:net://localhost/my_live_custom_output_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_12_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_130_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_131_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_132_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_133_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_134_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_135_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_136_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_137_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_138_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_139_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.gKG56k_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_13_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_140_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_141_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_142_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_143_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_144_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_145_-_Enable_channel_my_channel_for_session_auto-20250616-115942": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_146_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115942": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_147_-_Start_tracing_for_session_auto-20250616-115942": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_148_-_Stop_lttng_tracing_for_session_auto-20250616-115942": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_149_-_Destroy_session_auto-20250616-115942": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_14_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_150_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_151_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_152_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_153_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_154_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_155_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_156_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_157_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_158_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_159_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_15_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_160_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_161_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_162_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.MLN6eb_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_163_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_164_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_165_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_166_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_167_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_168_-_Enable_channel_my_channel_for_session_auto-20250616-115946": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_169_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115946": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_16_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_170_-_Start_tracing_for_session_auto-20250616-115946": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_171_-_Stop_lttng_tracing_for_session_auto-20250616-115946": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_172_-_Destroy_session_auto-20250616-115946": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_173_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_174_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_175_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_176_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_177_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_178_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_179_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_17_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_180_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_181_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_182_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_183_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_184_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_185_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.lQCs1Q_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_186_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_187_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_188_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_189_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_18_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_190_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_191_-_Enable_channel_my_channel_for_session_auto-20250616-115950": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_192_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115950": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_193_-_Start_tracing_for_session_auto-20250616-115950": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_194_-_Stop_lttng_tracing_for_session_auto-20250616-115950": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_195_-_Destroy_session_auto-20250616-115950": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_196_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_197_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_198_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_199_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_19_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.QOhKO1_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_200_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_201_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_202_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_203_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_204_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_205_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_206_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_207_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_208_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.GrsreO_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_209_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_20_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_210_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_211_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_212_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_213_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_214_-_Enable_channel_my_channel_for_session_auto-20250616-115954": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_215_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115954": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_216_-_Start_tracing_for_session_auto-20250616-115954": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_217_-_Stop_lttng_tracing_for_session_auto-20250616-115954": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_218_-_Destroy_session_auto-20250616-115954": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_219_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_21_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_220_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_221_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_222_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_223_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_224_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_225_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_226_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_227_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_228_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_229_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_22_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_230_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_231_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.6YWkZG_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_232_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_233_-_Create_session_with_uri:net://localhost/custom_second_token_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_234_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_235_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_236_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_237_-_Enable_channel_my_channel_for_session_auto-20250616-115958": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_238_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115958": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_239_-_Start_tracing_for_session_auto-20250616-115958": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_23_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_240_-_Stop_lttng_tracing_for_session_auto-20250616-115958": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_241_-_Destroy_session_auto-20250616-115958": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_242_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_243_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_244_-_Create_session_my-session_with_uri:net://localhost/custom_second_token_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_245_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_246_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_247_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_248_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_249_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_24_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.0SeQve_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_250_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_251_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_252_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_253_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_254_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.pB2vqG_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_255_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_256_-_Create_session_with_uri:net://localhost/custom_second_token_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_257_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_258_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_259_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_25_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_260_-_Enable_channel_my_channel_for_session_auto-20250616-120002": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_261_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120002": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_262_-_Start_tracing_for_session_auto-20250616-120002": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_263_-_Stop_lttng_tracing_for_session_auto-20250616-120002": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_264_-_Destroy_session_auto-20250616-120002": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_265_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_266_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_267_-_Create_session_my-session_with_uri:net://localhost/custom_second_token_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_268_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_269_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_26_-_Create_session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_270_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_271_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_272_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_273_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_274_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_275_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_276_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_277_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.maOva1_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_278_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_279_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_27_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_280_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_281_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_282_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_283_-_Enable_channel_my_channel_for_session_auto-20250616-120006": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_284_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120006": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_285_-_Start_tracing_for_session_auto-20250616-120006": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_286_-_Rotate_session_auto-20250616-120006": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_287_-_Stop_lttng_tracing_for_session_auto-20250616-120006": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_288_-_Destroy_session_auto-20250616-120006": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_289_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_28_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_290_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_291_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_292_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_293_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_294_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_295_-_Rotate_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_296_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_297_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_298_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_299_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_29_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_300_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_301_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_302_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.9nsESt_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_303_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_304_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_305_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_306_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_307_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_308_-_Enable_channel_my_channel_for_session_auto-20250616-120012": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_309_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120012": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_30_-_Enable_channel_my_channel_for_session_auto-20250616-115920": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_310_-_Start_tracing_for_session_auto-20250616-120012": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_311_-_Rotate_session_auto-20250616-120012": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_312_-_Stop_lttng_tracing_for_session_auto-20250616-120012": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_313_-_Destroy_session_auto-20250616-120012": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_314_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_315_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_316_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_317_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_318_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_319_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_31_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115920": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_320_-_Rotate_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_321_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_322_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_323_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_324_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_325_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_326_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_327_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.Snirp6_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_328_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_329_-_Create_session_with_uri:net://localhost/rotate_custom_path_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_32_-_Start_tracing_for_session_auto-20250616-115920": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_330_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_331_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_332_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_333_-_Enable_channel_my_channel_for_session_auto-20250616-120017": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_334_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120017": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_335_-_Start_tracing_for_session_auto-20250616-120017": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_336_-_Rotate_session_auto-20250616-120017": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_337_-_Stop_lttng_tracing_for_session_auto-20250616-120017": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_338_-_Destroy_session_auto-20250616-120017": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_339_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_33_-_Stop_lttng_tracing_for_session_auto-20250616-115920": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_340_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_341_-_Create_session_my-session_with_uri:net://localhost/rotate_custom_path_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_342_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_343_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_344_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_345_-_Rotate_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_346_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_347_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_348_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_349_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_34_-_Destroy_session_auto-20250616-115920": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_350_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_351_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_352_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.l2R5oz_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_353_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_354_-_Create_session_with_uri:net://localhost/rotate_custom_path_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_355_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_356_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_357_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_358_-_Enable_channel_my_channel_for_session_auto-20250616-120022": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_359_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120022": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_35_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_360_-_Start_tracing_for_session_auto-20250616-120022": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_361_-_Rotate_session_auto-20250616-120022": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_362_-_Stop_lttng_tracing_for_session_auto-20250616-120022": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_363_-_Destroy_session_auto-20250616-120022": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_364_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_365_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_366_-_Create_session_my-session_with_uri:net://localhost/rotate_custom_path_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_367_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_368_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_369_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_36_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_370_-_Rotate_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_371_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_372_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_373_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_374_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_375_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_376_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_377_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.DROt5D_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_378_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_379_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_37_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_380_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_381_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_382_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_383_-_Enable_channel_my_channel_for_session_auto-20250616-120028": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_384_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120028": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_385_-_Start_tracing_for_session_auto-20250616-120028": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_386_-_Rotate_session_auto-20250616-120028": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_387_-_Stop_lttng_tracing_for_session_auto-20250616-120028": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_388_-_Destroy_session_auto-20250616-120028": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_389_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_38_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_390_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_391_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_392_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_393_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_394_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_395_-_Rotate_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_396_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_397_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_398_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_399_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_39_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_3_-_Create_session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_400_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_401_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_402_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.jSDtfl_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_403_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_404_-_Create_session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_405_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_406_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_407_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_408_-_Enable_channel_my_channel_for_session_auto-20250616-120033": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_409_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120033": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_40_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_410_-_Start_tracing_for_session_auto-20250616-120033": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_411_-_Rotate_session_auto-20250616-120033": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_412_-_Stop_lttng_tracing_for_session_auto-20250616-120033": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_413_-_Destroy_session_auto-20250616-120033": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_414_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_415_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_416_-_Create_session_my-session_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_417_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_418_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_419_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_41_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_420_-_Rotate_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_421_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_422_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_423_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_424_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_425_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_426_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_427_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.m4QQM3_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_428_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_429_-_Create_session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_42_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_430_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_431_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_432_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_433_-_Enable_channel_my_channel_for_session_auto-20250616-120039": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_434_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120039": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_435_-_Start_tracing_for_session_auto-20250616-120039": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_436_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_437_-_Stop_lttng_tracing_for_session_auto-20250616-120039": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_438_-_Destroy_session_auto-20250616-120039": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_439_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_43_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_440_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_441_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_442_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_443_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_444_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_445_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_446_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_447_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_448_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_449_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_44_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_450_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_451_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_452_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.LdDkSF_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_453_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_454_-_Create_session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_455_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_456_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_457_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_458_-_Enable_channel_my_channel_for_session_auto-20250616-120041": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_459_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120041": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_45_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_460_-_Start_tracing_for_session_auto-20250616-120041": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_461_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_462_-_Stop_lttng_tracing_for_session_auto-20250616-120041": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_463_-_Destroy_session_auto-20250616-120041": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_464_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_465_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_466_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_467_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_468_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_469_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_46_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_470_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_471_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_472_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_473_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_474_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_475_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_476_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_477_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.w0D7gY_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_478_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_479_-_Create_session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_47_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.egHu8t_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_480_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_481_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_482_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_483_-_Enable_channel_my_channel_for_session_auto-20250616-120044": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_484_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120044": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_485_-_Start_tracing_for_session_auto-20250616-120044": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_486_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_487_-_Stop_lttng_tracing_for_session_auto-20250616-120044": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_488_-_Destroy_session_auto-20250616-120044": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_489_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_48_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_490_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_491_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_492_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_493_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_494_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_495_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_496_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_497_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_498_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_499_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_49_-_Create_session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_4_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_500_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_501_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_502_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.CbHyaD_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_503_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_504_-_Create_session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_505_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_506_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_507_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_508_-_Enable_channel_my_channel_for_session_auto-20250616-120049": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_509_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120049": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_50_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_510_-_Start_tracing_for_session_auto-20250616-120049": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_511_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_512_-_Stop_lttng_tracing_for_session_auto-20250616-120049": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_513_-_Destroy_session_auto-20250616-120049": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_514_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_515_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_516_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_517_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_518_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_519_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_51_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_520_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_521_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_522_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_523_-_Validate_trace_for_event_tp:tptest,_9_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_524_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_525_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_526_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_527_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.7OflUi_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_528_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_529_-_Create_session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_52_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_530_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_531_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_532_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_533_-_Enable_channel_my_channel_for_session_auto-20250616-120053": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_534_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120053": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_535_-_Start_tracing_for_session_auto-20250616-120053": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_536_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_537_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_538_-_Stop_lttng_tracing_for_session_auto-20250616-120053": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_539_-_Destroy_session_auto-20250616-120053": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_53_-_Enable_channel_my_channel_for_session_auto-20250616-115924": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_540_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_541_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_542_-_Create_session_my-session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_543_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_544_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_545_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_546_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_547_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_548_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_549_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_54_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115924": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_550_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_551_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_552_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_553_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_554_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.hRr7C1_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_555_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_556_-_Create_session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_557_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_558_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_559_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_55_-_Start_tracing_for_session_auto-20250616-115924": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_560_-_Enable_channel_my_channel_for_session_auto-20250616-120056": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_561_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120056": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_562_-_Start_tracing_for_session_auto-20250616-120056": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_563_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_564_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_565_-_Stop_lttng_tracing_for_session_auto-20250616-120056": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_566_-_Destroy_session_auto-20250616-120056": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_567_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_568_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_569_-_Create_session_my-session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_56_-_Stop_lttng_tracing_for_session_auto-20250616-115924": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_570_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_571_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_572_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_573_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_574_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_575_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_576_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_577_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_578_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_579_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_57_-_Destroy_session_auto-20250616-115924": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_580_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_581_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.Yf8AY8_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_582_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_583_-_Create_session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_584_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_585_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_586_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_587_-_Enable_channel_my_channel_for_session_auto-20250616-120059": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_588_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120059": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_589_-_Start_tracing_for_session_auto-20250616-120059": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_58_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_590_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_591_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_592_-_Stop_lttng_tracing_for_session_auto-20250616-120059": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_593_-_Destroy_session_auto-20250616-120059": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_594_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_595_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_596_-_Create_session_my-session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_597_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_598_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_599_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_59_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_5_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_600_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_601_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_602_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_603_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_604_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_605_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_606_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_607_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_608_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.wCArB8_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_609_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_60_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_610_-_Create_session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_611_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_612_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_613_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_614_-_Enable_channel_my_channel_for_session_auto-20250616-120102": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_615_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120102": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_616_-_Start_tracing_for_session_auto-20250616-120102": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_617_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_618_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_619_-_Stop_lttng_tracing_for_session_auto-20250616-120102": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_61_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_620_-_Destroy_session_auto-20250616-120102": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_621_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_622_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_623_-_Create_session_my-session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_624_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_625_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_626_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_627_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_628_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_629_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_62_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_630_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_631_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_632_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_633_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_634_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_635_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.DWfAQs_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_636_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_637_-_Create_session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_638_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_639_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_63_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_640_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_641_-_Enable_channel_my_channel_for_session_auto-20250616-120105": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_642_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120105": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_643_-_Start_tracing_for_session_auto-20250616-120105": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_644_-_Added_snapshot_output_net://localhost/this/is/my/custom/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_645_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_646_-_Stop_lttng_tracing_for_session_auto-20250616-120105": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_647_-_Destroy_session_auto-20250616-120105": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_648_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_649_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_64_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_650_-_Create_session_my-session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_651_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_652_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_653_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_654_-_Added_snapshot_output_net://localhost/this/is/my/custom/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_655_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_656_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_657_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_658_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_659_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_65_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_660_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_661_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_662_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.rEocli_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_663_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_664_-_Create_session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_665_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_666_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_667_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_668_-_Enable_channel_my_channel_for_session_auto-20250616-120107": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_669_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-120107": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_66_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_670_-_Start_tracing_for_session_auto-20250616-120107": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_671_-_Added_snapshot_output_net://localhost/this/is/my/custom/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_672_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_673_-_Stop_lttng_tracing_for_session_auto-20250616-120107": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_674_-_Destroy_session_auto-20250616-120107": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_675_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_676_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_677_-_Create_session_my-session_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_678_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_679_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_67_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_680_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_681_-_Added_snapshot_output_net://localhost/this/is/my/custom/path": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_682_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_683_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_684_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_685_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_686_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_687_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_688_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_68_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_69_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_6_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_70_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.mGHFKF_--group-output-by-host_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_71_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_72_-_Create_session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_73_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_74_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_75_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_76_-_Enable_channel_my_channel_for_session_auto-20250616-115929": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_77_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115929": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_78_-_Start_tracing_for_session_auto-20250616-115929": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_79_-_Stop_lttng_tracing_for_session_auto-20250616-115929": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_7_-_Enable_channel_my_channel_for_session_auto-20250616-115916": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_80_-_Destroy_session_auto-20250616-115929": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_81_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_82_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_83_-_Create_session_my-session_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_84_-_Enable_channel_my_channel_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_85_-_Enable_ust_event_tp:tptest_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_86_-_Start_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_87_-_Stop_lttng_tracing_for_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_88_-_Destroy_session_my-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_89_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_8_-_Enable_ust_event_tp:tptest_for_session_auto-20250616-115916": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_90_-_LTTng-relayd_output_directory_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_91_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_92_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_93_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.a6Hw6J_--group-output-by-session_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_94_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_95_-_Create_session_with_uri:net://localhost/my_live_custom_output_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_96_-_Lttng-tool_list_command_with_option": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_97_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_98_-_Extraction_of_session_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_99_-_Enable_channel_my_channel_for_session_auto-20250616-115933": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/relayd-grouping/test_ust_9_-_Start_tracing_for_session_auto-20250616-115916": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_10_-_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives_contains_2_chunks_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_11_-_Chunk_0_exists_based_on_path_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives/20250616T114511+0000-20250616T114511+0000-0/kernel/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_12_-_Chunk_1_exists_based_on_path_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives/20250616T114511+0000-20250616T114512+0000-1/kernel/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_13_-_No_stale_folders_in_chunk_0_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_14_-_No_stale_folders_in_chunk_1_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_15_-_Validate_trace_for_event_lttng_test_filter_event,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_16_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_17_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_18_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_19_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_20_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_21_-_Create_session_MpnIgdk9Nfvxvtno_in_-o_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_22_-_Enable_kernel_event_lttng_test_filter_event_for_session_MpnIgdk9Nfvxvtno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_23_-_Start_tracing_for_session_MpnIgdk9Nfvxvtno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_24_-_Rotate_session_MpnIgdk9Nfvxvtno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_25_-_Stop_lttng_tracing_for_session_MpnIgdk9Nfvxvtno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_26_-_Rotate_session_MpnIgdk9Nfvxvtno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_27_-_Destroy_session_MpnIgdk9Nfvxvtno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_28_-_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives_contains_2_chunks_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_29_-_Chunk_0_exists_based_on_path_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives/20250616T114513+0000-20250616T114513+0000-0/kernel/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_30_-_Chunk_1_exists_based_on_path_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives/20250616T114513+0000-20250616T114514+0000-1/kernel/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_31_-_No_stale_folders_in_chunk_0_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_32_-_No_stale_folders_in_chunk_1_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_33_-_Validate_trace_for_event_lttng_test_filter_event,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_34_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_35_-_Validate_trace_for_event_lttng_test_filter_event,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_36_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_37_-_Validate_trace_for_event_lttng_test_filter_event,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_38_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_39_-_Create_session_II6uQYntsiiovjC5_in_-o_/tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_3_-_Create_session_LBFgplgLHtHZWnoK_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_40_-_Enable_kernel_event_lttng_test_filter_event_for_session_II6uQYntsiiovjC5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_41_-_Set_periodic_rotation__500ms__of_session_II6uQYntsiiovjC5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_42_-_Start_tracing_for_session_II6uQYntsiiovjC5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_43_-_Generated_at_least_3_chunks_in_3s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_44_-_Stop_lttng_tracing_for_session_II6uQYntsiiovjC5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_45_-_Destroy_session_II6uQYntsiiovjC5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_46_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_47_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_48_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_49_-_Create_session_fNlFzUdMtl8lTnFw_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_4_-_Enable_kernel_event_lttng_test_filter_event_for_session_LBFgplgLHtHZWnoK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_50_-_Enable_kernel_event_lttng_test_filter_event_for_session_fNlFzUdMtl8lTnFw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_51_-_Set_periodic_rotation__500ms__of_session_fNlFzUdMtl8lTnFw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_52_-_Start_tracing_for_session_fNlFzUdMtl8lTnFw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_53_-_Generated_at_least_3_chunks_in_3s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_54_-_Stop_lttng_tracing_for_session_fNlFzUdMtl8lTnFw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_55_-_Destroy_session_fNlFzUdMtl8lTnFw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_56_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_57_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_58_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_59_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_5_-_Start_tracing_for_session_LBFgplgLHtHZWnoK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_60_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_6_-_Rotate_session_LBFgplgLHtHZWnoK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_7_-_Stop_lttng_tracing_for_session_LBFgplgLHtHZWnoK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_8_-_Rotate_session_LBFgplgLHtHZWnoK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_kernel_9_-_Destroy_session_LBFgplgLHtHZWnoK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_10_-_Lttng-tool_list_command_with_option_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_11_-_Valid_lttng_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_12_-_Found_the_right_rotation_timer_value_in_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_13_-_Found_the_right_rotation_size_value_in_list_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_14_-_Session_saved": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_15_-_Destroy_session_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_16_-_Load_command_with_opts:_-i_/tmp/tmp.XXXXXXXXXXload_mi_save_output.bwRRkz/GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_17_-_Lttng-tool_list_command_with_option_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_18_-_Valid_lttng_list_XML_after_load": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_19_-_Found_the_right_rotation_timer_value_in_list_XML_after_load": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_20_-_Found_the_right_rotation_size_value_in_list_XML_after_load": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_21_-_Destroy_session_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_22_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_2_-_Create_session_GpjqduOtFtFwZLzO_in_-o_/tmp/tmp.XXXXXXXXXXload_mi_trace_path.bJKMbY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_3_-_Enable_ust_event_-a_for_session_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_4_-_Set_periodic_rotation__500ms__of_session_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_5_-_Valid_lttng_enable-rotation_timer_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_6_-_Found_the_right_rotation_timer_value_in_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_7_-_Rotate_session_GpjqduOtFtFwZLzO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_8_-_Valid_lttng_enable-rotation_size_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_save_load_mi_9_-_Found_the_right_rotation_size_value_in_XML": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_10_-_Uninitialized_periodic_schedule_rejected_by_lttng_session_remove_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_11_-_Getter_on_size_threshold_rotation_schedule_returns_LTTNG_ROTATION_STATUS_UNAVAILABLE_by_default": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_12_-_Getter_on_periodic_rotation_schedule_returns_LTTNG_ROTATION_STATUS_UNAVAILABLE_by_default": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_13_-_Add_a_rotation_schedule_to_session_'my_session'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_14_-_List_rotation_schedules_of_session_'my_session'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_15_-_Listing_returned_1_rotation_schedule": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_16_-_Obtain_the_first_schedule_of_a_schedules_list": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_17_-_Schedule_returned_by_the_listing_is_equal_to_the_reference_schedule_that_was_added": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_18_-_Remove_rotation_schedule_returned_by_the_schedules_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_19_-_Listing_returned_0_rotation_schedules_after_removal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_1_-_NULL_session_name_rejected_by_lttng_session_add_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_20_-_Add_a_rotation_schedule_to_session_'my_session'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_21_-_List_rotation_schedules_of_session_'my_session'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_22_-_Listing_returned_1_rotation_schedule": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_23_-_Obtain_the_first_schedule_of_a_schedules_list": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_24_-_Schedule_returned_by_the_listing_is_equal_to_the_reference_schedule_that_was_added": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_25_-_Remove_rotation_schedule_returned_by_the_schedules_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_26_-_Listing_returned_0_rotation_schedules_after_removal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_2_-_NULL_schedule_rejected_by_lttng_session_add_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_3_-_Created_a_size_threshold_session_rotation_schedule": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_4_-_Uninitialized_size_schedule_rejected_by_lttng_session_add_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_5_-_Created_a_periodic_session_rotation_schedule": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_6_-_Uninitialized_periodic_schedule_rejected_by_lttng_session_add_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_7_-_NULL_session_name_rejected_by_lttng_session_remove_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_8_-_NULL_schedule_rejected_by_lttng_session_remove_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_schedule_api_9_-_Uninitialized_size_schedule_rejected_by_lttng_session_remove_rotation_schedule__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_100_-_Start_tracing_for_session_tevkHQLdbimvdOqw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_101_-_App_is_un-registered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_102_-_Set_periodic_rotation__500ms__of_session_tevkHQLdbimvdOqw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_103_-_Generated_at_least_3_chunks_in_3s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_104_-_Stop_lttng_tracing_for_session_tevkHQLdbimvdOqw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_105_-_Destroy_session_tevkHQLdbimvdOqw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_106_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_107_-_Chunk_2_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_108_-_Chunk_3_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_109_-_Create_session_VacURgU3f6mJTtAC_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_10_-_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR*/archives_contains_2_chunks_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_110_-_Enable_channel_channel0_for_session_VacURgU3f6mJTtAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_111_-_Enable_ust_event_tp:tptest_for_session_VacURgU3f6mJTtAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_112_-_Start_tracing_for_session_VacURgU3f6mJTtAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_113_-_App_is_un-registered": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_114_-_Set_periodic_rotation__500ms__of_session_VacURgU3f6mJTtAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_115_-_Generated_at_least_3_chunks_in_3s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_116_-_Stop_lttng_tracing_for_session_VacURgU3f6mJTtAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_117_-_Destroy_session_VacURgU3f6mJTtAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_118_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_119_-_Chunk_2_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_11_-_Chunk_0_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR-20250616-114444/archives/20250616T114444+0000-20250616T114444+0000-0/ust/uid/0/64-bit/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_120_-_Chunk_3_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_121_-_Create_session_WCweQAZfpfHpHsEE_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_122_-_Expected_fail_when_setting_periodic_rotation__500ms__of_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_123_-_Destroy_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_124_-_Create_session_WCweQAZfpfHpHsEE_in_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_125_-_Expected_fail_when_setting_periodic_rotation__500ms__of_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_126_-_Destroy_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_127_-_Create_session_WCweQAZfpfHpHsEE_with_uri:net://localhost_and_opts:_--live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_128_-_Enable_ust_event_tp:tptest_for_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_129_-_Start_tracing_for_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_12_-_Chunk_1_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR-20250616-114444/archives/20250616T114444+0000-20250616T114445+0000-1/ust/uid/0/64-bit/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_130_-_Expected_fail_on_rotate_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_131_-_Destroy_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_132_-_Create_session_WCweQAZfpfHpHsEE_in_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_133_-_Enable_ust_event_tp:tptest_for_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_134_-_Start_tracing_for_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_135_-_Expected_fail_on_rotate_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_136_-_Destroy_session_WCweQAZfpfHpHsEE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_137_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_138_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_13_-_No_stale_folders_in_chunk_0_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_14_-_No_stale_folders_in_chunk_1_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_15_-_Validate_trace_for_event_tp:tptest,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_16_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_17_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_18_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_19_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_20_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_21_-_Create_session_Ycsi7Gse35MCiIZK_in_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_22_-_Enable_ust_event_tp:tptest_for_session_Ycsi7Gse35MCiIZK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_23_-_Start_tracing_for_session_Ycsi7Gse35MCiIZK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_24_-_Rotate_session_Ycsi7Gse35MCiIZK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_25_-_Stop_lttng_tracing_for_session_Ycsi7Gse35MCiIZK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_26_-_Rotate_session_Ycsi7Gse35MCiIZK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_27_-_Destroy_session_Ycsi7Gse35MCiIZK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_28_-_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives_contains_2_chunks_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_29_-_Chunk_0_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114446+0000-20250616T114446+0000-0/ust/uid/0/64-bit/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_30_-_Chunk_1_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114446+0000-20250616T114446+0000-1/ust/uid/0/64-bit/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_31_-_No_stale_folders_in_chunk_0_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_32_-_No_stale_folders_in_chunk_1_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_33_-_Validate_trace_for_event_tp:tptest,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_34_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_35_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_36_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_37_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_38_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_39_-_Create_session_DCkBFBQC3PMetwaT_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_3_-_Create_session_Cfivbzq43Rk4KdUR_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_40_-_Enable_channel_channel0_for_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_41_-_Enable_ust_event_tp:tptest_for_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_42_-_Start_tracing_for_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_43_-_Rotate_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_44_-_Stop_lttng_tracing_for_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_45_-_Rotate_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_46_-_Destroy_session_DCkBFBQC3PMetwaT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_47_-_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT*/archives_contains_2_chunks_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_48_-_Chunk_0_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT-20250616-114447/archives/20250616T114447+0000-20250616T114447+0000-0/ust/pid/gen-ust-events-15099-20250616-114447/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_49_-_Chunk_1_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT-20250616-114447/archives/20250616T114447+0000-20250616T114448+0000-1/ust/pid/gen-ust-events-15103-20250616-114448/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_4_-_Enable_ust_event_tp:tptest_for_session_Cfivbzq43Rk4KdUR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_50_-_No_stale_folders_in_chunk_0_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_51_-_No_stale_folders_in_chunk_1_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_52_-_Validate_trace_for_event_tp:tptest,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_53_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_54_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_55_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_56_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_57_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_58_-_Create_session_RsP8GezUutEwvt0G_in_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_59_-_Enable_channel_channel0_for_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_5_-_Start_tracing_for_session_Cfivbzq43Rk4KdUR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_60_-_Enable_ust_event_tp:tptest_for_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_61_-_Start_tracing_for_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_62_-_Rotate_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_63_-_Stop_lttng_tracing_for_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_64_-_Rotate_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_65_-_Destroy_session_RsP8GezUutEwvt0G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_66_-_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives_contains_2_chunks_only": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_67_-_Chunk_0_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114449+0000-20250616T114449+0000-0/ust/pid/gen-ust-events-15152-20250616-114449/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_68_-_Chunk_1_exists_based_on_path_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114449+0000-20250616T114449+0000-1/ust/pid/gen-ust-events-15156-20250616-114449/metadata": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_69_-_No_stale_folders_in_chunk_0_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_6_-_Rotate_session_Cfivbzq43Rk4KdUR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_70_-_No_stale_folders_in_chunk_1_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_71_-_Validate_trace_for_event_tp:tptest,_30_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_72_-_Read_a_total_of_30_events,_expected_30": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_73_-_Validate_trace_for_event_tp:tptest,_10_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_74_-_Read_a_total_of_10_events,_expected_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_75_-_Validate_trace_for_event_tp:tptest,_20_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_76_-_Read_a_total_of_20_events,_expected_20": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_77_-_Create_session_gphZjJDbboPSQz3y_in_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_78_-_Enable_ust_event_tp:tptest_for_session_gphZjJDbboPSQz3y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_79_-_Set_periodic_rotation__500ms__of_session_gphZjJDbboPSQz3y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_7_-_Stop_lttng_tracing_for_session_Cfivbzq43Rk4KdUR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_80_-_Start_tracing_for_session_gphZjJDbboPSQz3y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_81_-_Generated_at_least_3_chunks_in_3s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_82_-_Stop_lttng_tracing_for_session_gphZjJDbboPSQz3y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_83_-_Destroy_session_gphZjJDbboPSQz3y": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_84_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_85_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_86_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_87_-_Create_session_XO0RnUYnAeTmYdFA_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_88_-_Enable_ust_event_tp:tptest_for_session_XO0RnUYnAeTmYdFA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_89_-_Set_periodic_rotation__500ms__of_session_XO0RnUYnAeTmYdFA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_8_-_Rotate_session_Cfivbzq43Rk4KdUR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_90_-_Start_tracing_for_session_XO0RnUYnAeTmYdFA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_91_-_Generated_at_least_3_chunks_in_3s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_92_-_Stop_lttng_tracing_for_session_XO0RnUYnAeTmYdFA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_93_-_Destroy_session_XO0RnUYnAeTmYdFA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_94_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_95_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_96_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_97_-_Create_session_tevkHQLdbimvdOqw_in_-o_/tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_98_-_Enable_channel_channel0_for_session_tevkHQLdbimvdOqw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_99_-_Enable_ust_event_tp:tptest_for_session_tevkHQLdbimvdOqw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/rotation/test_ust_9_-_Destroy_session_Cfivbzq43Rk4KdUR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_2_-_Lttng-tool_list_command_with_option_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_3_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_4_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_5_-_Lttng-tool_list_command_with_option_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_6_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_7_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_8_-_Lttng-tool_list_command_with_option_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_autoload_9_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_10_-_Disable_channel_chan2_for_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_11_-_Disable_channel_chan3_for_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_12_-_Disabled_event_is_loaded_in_disabled_state": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_13_-_Disabled_event_is_loaded_in_disabled_state": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_14_-_Enabled_event_with_same_name_but_different_loglevel_is_in_disabled_state": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_15_-_Destroy_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_16_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_17_-_Start_lttng-relayd__process_mode:_-b_opt:_-C_tcp://localhost:8172_-D_tcp://localhost:9817_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_18_-_Load_command_with_opts:_-a_-i_./tools/save-load/": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_19_-_Destroy_session_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_20_-_Destroy_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_21_-_Destroy_session_load-42-trackers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_22_-_Destroy_session_tracker_legacy_all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_23_-_Destroy_session_tracker_legacy_none": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_24_-_Destroy_session_tracker_legacy_selective": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_25_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_26_-_Load_command_with_opts:_-i_./tools/save-load//load-42.lttng": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_27_-_Load_command_with_opts:_-f_-i_./tools/save-load/_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_28_-_Destroy_session_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_29_-_Load_command_with_opts:_-i_./tools/save-load//load-42-trackers.lttng": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_2_-_Load_command_with_opts:_-i_./tools/save-load//load-42.lttng": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_30_-_VPID_target_is_present": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_31_-_VUID_target_is_present": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_32_-_VGID_target_is_present": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_33_-_Untrack_command_with_opts:_--vpid_666_-u_-s_load-42-trackers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_34_-_Untrack_command_with_opts:_--vuid_777_-u_-s_load-42-trackers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_35_-_Untrack_command_with_opts:_--vgid_888_-u_-s_load-42-trackers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_36_-_Untrack_command_with_opts:_--pid_999_-u_-s_load-42-trackers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_37_-_Destroy_session_load-42-trackers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_38_-_Load_command_with_opts:_-i_./tools/save-load//load-42.lttng_--override-name=PinkyAndTheBrain_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_39_-_Override_name_successful_[load-42_to_PinkyAndTheBrain]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_3_-_Destroy_session_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_40_-_Output_path_is_not_affected_by_name_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_41_-_Destroy_session_PinkyAndTheBrain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_42_-_Load_command_failed_as_expected_with_opts:_-i_./tools/save-load//load-42.lttng_--override-name=PinkyAndTheBrain": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_43_-_Start_lttng-relayd__process_mode:_-b_opt:_-C_tcp://127.0.0.1:8172_-D_tcp://127.0.0.1:9817_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_44_-_Load_command_with_opts:_-i_./tools/save-load//load-42.lttng_--override-url=file:///tmp/override/to/here": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_45_-_Path_url_file://_override_[{/tmp/override/to/here/},_/tmp/override/to/here/]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_46_-_Destroy_session_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_47_-_Load_command_with_opts:_-i_./tools/save-load//load-42.lttng_--override-url=/tmp/override/to/here": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_48_-_Path_url_/_override_[{/tmp/override/to/here/},_/tmp/override/to/here/]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_49_-_Destroy_session_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_4_-_Start_lttng-relayd__process_mode:_-b_opt:_-C_tcp://localhost:8172_-D_tcp://localhost:9817_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_50_-_Load_command_with_opts:_-i_./tools/save-load//load-42.lttng_--override-url=net://127.0.0.1:8172:9817": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_51_-_Path_url_net://host:port:port_override_[tcp4://127.0.0.1:8172/_[data:_9817],_tcp4://127.0.0.1:8172/_[data:_9817]]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_52_-_Destroy_session_load-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_53_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_54_-_Start_lttng-relayd__process_mode:_-b_opt:_-C_tcp://127.0.0.1:8172_-D_tcp://127.0.0.1:9817_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_55_-_Load_command_with_opts:_-i_./tools/save-load//configuration/load-42-snapshot.lttng_--override-url=file:///tmp/override/to/here": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_56_-_Path_url_file://_override_[{/tmp/override/to/here/},_/tmp/override/to/here/]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_57_-_Destroy_session_load-42-snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_58_-_Load_command_with_opts:_-i_./tools/save-load//configuration/load-42-snapshot.lttng_--override-url=/tmp/override/to/here": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_59_-_Path_url_/_override_[{/tmp/override/to/here/},_/tmp/override/to/here/]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_5_-_Load_command_with_opts:_-i_./tools/save-load//load-42-complex.lttng": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_60_-_Destroy_session_load-42-snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_61_-_Load_command_with_opts:_-i_./tools/save-load//configuration/load-42-snapshot.lttng_--override-url=net://127.0.0.1:8172:9817": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_62_-_Path_url_ctrl_net://host:port:port_override_[tcp4://127.0.0.1:8172/,_tcp4://127.0.0.1:8172/]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_63_-_Path_url_data_net://host:port:port_override_[tcp4://127.0.0.1:9817/,_tcp4://127.0.0.1:9817/]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_64_-_Destroy_session_load-42-snapshot": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_65_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_66_-_Start_lttng-relayd__process_mode:_-b_opt:_-C_tcp://127.0.0.1:8172_-D_tcp://127.0.0.1:9817_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_67_-_Load_command_failed_as_expected_with_opts:_-i_./tools/save-load//configuration/load-42-live.lttng_--override-url=file:///tmp/override/to/here": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_68_-_Destroy_session_load-42-live_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_69_-_Load_command_failed_as_expected_with_opts:_-i_./tools/save-load//configuration/load-42-live.lttng_--override-url=/tmp/override/to/here": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_6_-_Disable_event_uevent1_for_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_70_-_Destroy_session_load-42-live_failed_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_71_-_Load_command_with_opts:_-i_./tools/save-load//configuration/load-42-live.lttng_--override-url=net://127.0.0.1:8172:9817": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_72_-_Path_url_net://host:port:port_override_[tcp4://127.0.0.1:8172/_[data:_9817],_tcp4://127.0.0.1:8172/_[data:_9817]]": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_73_-_Destroy_session_load-42-live": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_74_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_75_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_7_-_Disable_event_uevent2_for_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_8_-_Disable_event_uevent3*_for_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_load_9_-_Disable_channel_chan1_for_session_load-42-complex": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_10_-_Create_session_save-42-2_in_-o_/tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_11_-_Create_session_save-42-3_in_-o_/tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_12_-_Enable_channel_chan-save_for_session_save-42-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_13_-_Enable_channel_chan-save_for_session_save-42-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_14_-_Enable_channel_chan-save_for_session_save-42-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_15_-_Enable_ust_event_tp:tptest_for_session_save-42-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_16_-_Enable_ust_event_tp:tptest_for_session_save-42-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_17_-_Enable_ust_event_tp:tptest_for_session_save-42-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_18_-_Track_command_with_opts:_-p_666_-u_-s_save-42-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_19_-_Track_command_with_opts:_-p_666_-u_-s_save-42-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_20_-_Track_command_with_opts:_-p_666_-u_-s_save-42-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_21_-_Session_saved": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_22_-_Session_save-42-1.lttng_file_found!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_23_-_Session_save-42-2.lttng_file_found!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_24_-_Session_save-42-3.lttng_file_found!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_25_-_Destroy_session_save-42-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_26_-_Destroy_session_save-42-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_27_-_Destroy_session_save-42-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_28_-_Create_session_save-42_in_-o_/tmp/tmp.XXXXXXXXXXtrace_path.i6xaEn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_29_-_Enable_channel_chan-save_for_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_2_-_Create_session_save-42_in_-o_/tmp/tmp.XXXXXXXXXXtrace_path.ITNVKI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_30_-_Enable_ust_event_tp:tptest_for_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_31_-_Session_saved": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_32_-_Session_save-42.lttng_file_found!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_33_-_Destroy_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_34_-_Create_session_save-42_in_-o_/tmp/tmp.XXXXXXXXXXtrace_path.i6xaEn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_35_-_Enable_channel_chan-save_for_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_36_-_Enable_ust_event_tp:tptest_for_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_37_-_Session_failed_to_be_saved._Expected!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_38_-_Session_saved": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_39_-_Session_save-42.lttng_file_found!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_3_-_Enable_channel_chan-save_for_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_40_-_Destroy_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_41_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_4_-_Enable_ust_event_tp:tptest_for_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_5_-_Track_command_with_opts:_-p_666_-u_-s_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_6_-_Session_saved": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_7_-_Session_save-42.lttng_file_found!": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_8_-_Destroy_session_save-42": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/save-load/test_save_9_-_Create_session_save-42-1_in_-o_/tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_100_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_101_-_Validate_trace_for_event_tp:tptest,_322_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_102_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_103_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_104_-_Validate_trace_for_event_tp:tptest,_256_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_105_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_106_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_107_-_Validate_trace_for_event_tp:tptest,_224_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_108_-_Stop_lttng_tracing_for_session_VGbHeEkTk1PwW09v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_109_-_Destroy_session_VGbHeEkTk1PwW09v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_10_-_Snapshot_named_somesnapshot_present_in_list-output_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_110_-_Create_session_V6eqlkPKT3GMZG6b_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_111_-_Enable_channel_snapchan_for_session_V6eqlkPKT3GMZG6b_with_small_discard_buffers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_112_-_Enable_ust_event_tp:tptest_for_session_V6eqlkPKT3GMZG6b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_113_-_Start_tracing_for_session_V6eqlkPKT3GMZG6b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_114_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_115_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_116_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_117_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_118_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_119_-_First_snapshot_event_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_11_-_Stop_lttng_tracing_for_session_7snrkRSIwY0mmKzH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_120_-_Stop_lttng_tracing_for_session_V6eqlkPKT3GMZG6b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_121_-_Destroy_session_V6eqlkPKT3GMZG6b": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_122_-_Create_session_06J1Hz6IQUy0zmx9_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_123_-_Enable_channel_snapchan_for_session_06J1Hz6IQUy0zmx9_with_small_discard_buffers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_124_-_Enable_ust_event_tp:tptest_for_session_06J1Hz6IQUy0zmx9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_125_-_Start_tracing_for_session_06J1Hz6IQUy0zmx9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_126_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_127_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_128_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_129_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_12_-_Destroy_session_7snrkRSIwY0mmKzH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_130_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_131_-_First_snapshot_event_do_not_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_132_-_Stop_lttng_tracing_for_session_06J1Hz6IQUy0zmx9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_133_-_Destroy_session_06J1Hz6IQUy0zmx9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_134_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_13_-_Create_session_z2afLLIU4jxV3cCF_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_14_-_Enable_channel_snapchan_for_session_z2afLLIU4jxV3cCF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_15_-_Enable_ust_event_tp:tptest_for_session_z2afLLIU4jxV3cCF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_16_-_Start_tracing_for_session_z2afLLIU4jxV3cCF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_17_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_18_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_19_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_20_-_Stop_lttng_tracing_for_session_z2afLLIU4jxV3cCF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_21_-_Destroy_session_z2afLLIU4jxV3cCF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_22_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_23_-_Validate_trace_for_event_tp:tptest,_3171_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_24_-_Create_session_BfbmGkeNaUisV2AX_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_25_-_Enable_channel_for_session_BfbmGkeNaUisV2AX_with_subbuf_size_4096": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_26_-_Enable_ust_event_tp:tptest_for_session_BfbmGkeNaUisV2AX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_27_-_Start_tracing_for_session_BfbmGkeNaUisV2AX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_28_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS___-m_16384__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_29_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_2_-_Create_session_7snrkRSIwY0mmKzH_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_30_-_Tracefiles_size_sum_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_31_-_Stop_lttng_tracing_for_session_BfbmGkeNaUisV2AX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_32_-_Destroy_session_BfbmGkeNaUisV2AX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_33_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_34_-_Validate_trace_for_event_tp:tptest,_48_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_35_-_Create_session_mSpk14yBYnf6msxP_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_36_-_Enable_channel_snapchan_per_UID_for_session_mSpk14yBYnf6msxP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_37_-_Enable_ust_event_tp:tptest_for_session_mSpk14yBYnf6msxP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_38_-_Start_tracing_for_session_mSpk14yBYnf6msxP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_39_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_3_-_Enable_channel_snapchan_for_session_7snrkRSIwY0mmKzH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_40_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_41_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_42_-_Stop_lttng_tracing_for_session_mSpk14yBYnf6msxP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_43_-_Destroy_session_mSpk14yBYnf6msxP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_44_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_45_-_Validate_trace_for_event_tp:tptest,_3162_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_46_-_Create_session_KSP3mwyiykmYqeJr_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_47_-_Enable_channel_snapchan_per_UID_for_session_KSP3mwyiykmYqeJr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_48_-_Enable_ust_event_tp:tptest_for_session_KSP3mwyiykmYqeJr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_49_-_Start_tracing_for_session_KSP3mwyiykmYqeJr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_4_-_Enable_ust_event_tp:tptest_for_session_7snrkRSIwY0mmKzH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_50_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_51_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_52_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_53_-_Stop_lttng_tracing_for_session_KSP3mwyiykmYqeJr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_54_-_Destroy_session_KSP3mwyiykmYqeJr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_55_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_56_-_Validate_trace_for_event_tp:tptest,_3180_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_57_-_Create_session_HAOeyWTwBQgNDXYu_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_58_-_Enable_channel_snapchan_for_session_HAOeyWTwBQgNDXYu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_59_-_Enable_ust_event_tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5_for_session_HAOeyWTwBQgNDXYu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_5_-_Start_tracing_for_session_7snrkRSIwY0mmKzH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_60_-_Start_tracing_for_session_HAOeyWTwBQgNDXYu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_61_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_62_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_63_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_64_-_Stop_lttng_tracing_for_session_HAOeyWTwBQgNDXYu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_65_-_Destroy_session_HAOeyWTwBQgNDXYu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_66_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_67_-_Validate_trace_for_event_tp:tptest1,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_68_-_Validate_trace_for_event_tp:tptest2,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_69_-_Validate_trace_for_event_tp:tptest3,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_6_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS___-n_randomname__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_70_-_Validate_trace_for_event_tp:tptest4,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_71_-_Validate_trace_for_event_tp:tptest5,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_72_-_Create_session_VGbHeEkTk1PwW09v_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_73_-_Enable_channel_snapchan_for_session_VGbHeEkTk1PwW09v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_74_-_Enable_ust_event_tp:tptest_for_session_VGbHeEkTk1PwW09v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_75_-_Start_tracing_for_session_VGbHeEkTk1PwW09v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_76_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_77_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_78_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_79_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_7_-_Snapshot_named_randomname_present_in_list-output_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_80_-_Validate_trace_for_event_tp:tptest,_3201_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_81_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_82_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_83_-_Validate_trace_for_event_tp:tptest,_3588_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_84_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_85_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_86_-_Validate_trace_for_event_tp:tptest,_3791_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_87_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_88_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_89_-_Validate_trace_for_event_tp:tptest,_1447_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_8_-_Deleted_snapshot_output_named_randomname": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_90_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_91_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_92_-_Validate_trace_for_event_tp:tptest,_932_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_93_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_94_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_95_-_Validate_trace_for_event_tp:tptest,_626_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_96_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_97_-_UST_per-uid_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_98_-_Validate_trace_for_event_tp:tptest,_490_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_99_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_fast_9_-_Added_snapshot_output_file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS___-n_somesnapshot__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_10_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_11_-_Validate_trace_for_event_tp:tptest,_3196_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_12_-_Deleted_snapshot_output_id_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_13_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_14_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_15_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_16_-_Validate_trace_for_event_tp:tptest,_3896_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_17_-_Stop_lttng_tracing_for_session_CZG10AMI6waLymme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_18_-_Destroy_session_CZG10AMI6waLymme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_19_-_Create_session_sWxgCibDFonANpzL_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXhots_ust_streaming_trace_path.qp5xXf_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_20_-_Enable_channel_chan1_for_session_sWxgCibDFonANpzL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_21_-_Enable_ust_event_tp:tptest_for_session_sWxgCibDFonANpzL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_22_-_Start_tracing_for_session_sWxgCibDFonANpzL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_23_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_24_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_25_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_26_-_Stop_lttng_tracing_for_session_sWxgCibDFonANpzL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_27_-_Destroy_session_sWxgCibDFonANpzL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_28_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_29_-_Validate_trace_for_event_tp:tptest,_3203_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_30_-_Create_session_rjUNkgV1attzv86d_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_31_-_Enable_channel_chan1_for_session_rjUNkgV1attzv86d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_32_-_Enable_ust_event_tp:tptest_for_session_rjUNkgV1attzv86d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_33_-_Start_tracing_for_session_rjUNkgV1attzv86d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_34_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_35_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_36_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_37_-_Stop_lttng_tracing_for_session_rjUNkgV1attzv86d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_38_-_Destroy_session_rjUNkgV1attzv86d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_39_-_Custom_name_snapshot_exists": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_3_-_Create_session_CZG10AMI6waLymme_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_40_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_41_-_Validate_trace_for_event_tp:tptest,_3183_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_42_-_Create_session_4hqlNGRDk4Mf3twq_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_43_-_Enable_channel_chan1_for_session_4hqlNGRDk4Mf3twq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_44_-_Enable_ust_event_tp:tptest_for_session_4hqlNGRDk4Mf3twq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_45_-_Start_tracing_for_session_4hqlNGRDk4Mf3twq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_46_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_47_-_Added_snapshot_output_-C_tcp://localhost:5342_-D_tcp://localhost:5343": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_48_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_49_-_Stop_lttng_tracing_for_session_4hqlNGRDk4Mf3twq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_4_-_Enable_channel_chan1_for_session_CZG10AMI6waLymme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_50_-_Destroy_session_4hqlNGRDk4Mf3twq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_51_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_52_-_Validate_trace_for_event_tp:tptest,_3205_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_53_-_Create_session_f4PwOOxBtx3CZlkN_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_54_-_Enable_channel_chan1_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_55_-_Enable_ust_event_tp:tptest_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_56_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_57_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_58_-_Start_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_59_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_5_-_Enable_ust_event_tp:tptest_for_session_CZG10AMI6waLymme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_60_-_Stop_lttng_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_61_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_62_-_Validate_trace_for_event_tp:tptest,_23_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_63_-_Start_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_64_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_65_-_Stop_lttng_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_66_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_67_-_Validate_trace_for_event_tp:tptest,_326_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_68_-_Start_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_69_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_6_-_Start_tracing_for_session_CZG10AMI6waLymme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_70_-_Stop_lttng_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_71_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_72_-_Validate_trace_for_event_tp:tptest,_590_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_73_-_Start_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_74_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_75_-_Stop_lttng_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_76_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_77_-_Validate_trace_for_event_tp:tptest,_578_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_78_-_Start_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_79_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_7_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_80_-_Stop_lttng_tracing_for_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_81_-_UST_per-uid_network_snapshot_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_82_-_Validate_trace_for_event_tp:tptest,_579_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_83_-_Destroy_session_f4PwOOxBtx3CZlkN": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_84_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_85_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_8_-_Added_snapshot_output_net://localhost": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/snapshots/test_ust_streaming_9_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_10_-_Create_session_3J49YClnxXP9rQbY_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_11_-_Enable_ust_event_tp:tptest_for_session_3J49YClnxXP9rQbY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_12_-_Start_tracing_for_session_3J49YClnxXP9rQbY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_13_-_Stop_lttng_tracing_for_session_3J49YClnxXP9rQbY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_14_-_Destroy_session_3J49YClnxXP9rQbY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_15_-_UST_per-uid_network_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_16_-_Validate_trace_for_event_tp:tptest,_5_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_17_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_18_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_1_-_Start_lttng-relayd__process_mode:_-b_opt:_-o_/tmp/tmp.XXXXXXXXXXming_ust_trace_path.9hfQg1_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_3_-_Create_session_6Sl0MlM87qDWO5DU_with_uri:net://localhost_and_opts:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_4_-_Enable_ust_event_tp:tptest_for_session_6Sl0MlM87qDWO5DU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_5_-_Start_tracing_for_session_6Sl0MlM87qDWO5DU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_6_-_Stop_lttng_tracing_for_session_6Sl0MlM87qDWO5DU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_7_-_Destroy_session_6Sl0MlM87qDWO5DU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_8_-_UST_per-uid_network_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/streaming/test_ust_9_-_Validate_trace_for_event_tp:tptest,_4_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_10_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_11_-_Create_session_WGvZcQ5eF86Hl21F_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.tODAUF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_12_-_Enable_channel_`channel`_for_session_`WGvZcQ5eF86Hl21F`:_2_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_13_-_Enable_ust_event_tp:tptest_for_session_WGvZcQ5eF86Hl21F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_14_-_Destroy_session_WGvZcQ5eF86Hl21F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_15_-_Total_stream_size_of_CPU_1_is_8192": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_16_-_Stream_meets_the_trace_file_limit_of_2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_17_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_18_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_19_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_20_-_Create_session_7iS5XcB4R9Fzia90_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.4oAXQF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_21_-_Enable_channel_`channel`_for_session_`7iS5XcB4R9Fzia90`:_4_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_22_-_Enable_ust_event_tp:tptest_for_session_7iS5XcB4R9Fzia90": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_23_-_Destroy_session_7iS5XcB4R9Fzia90": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_24_-_Total_stream_size_of_CPU_2_is_16384": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_25_-_Stream_meets_the_trace_file_limit_of_4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_26_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_27_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_28_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_29_-_Create_session_yw4M2Mg33DmLylAC_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.wir5Sg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_2_-_Create_session_nrVD0fQEzo9o9fF0_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.nB56BM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_30_-_Enable_channel_`channel`_for_session_`yw4M2Mg33DmLylAC`:_8_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_31_-_Enable_ust_event_tp:tptest_for_session_yw4M2Mg33DmLylAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_32_-_Destroy_session_yw4M2Mg33DmLylAC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_33_-_Total_stream_size_of_CPU_0_is_32768": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_34_-_Stream_meets_the_trace_file_limit_of_8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_35_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_36_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_37_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_38_-_Create_session_K5NO1GpYI2Ur2xoa_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.uLkIvU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_39_-_Enable_channel_`channel`_for_session_`K5NO1GpYI2Ur2xoa`:_10_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_3_-_Enable_channel_`channel`_for_session_`nrVD0fQEzo9o9fF0`:_1_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_40_-_Enable_ust_event_tp:tptest_for_session_K5NO1GpYI2Ur2xoa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_41_-_Destroy_session_K5NO1GpYI2Ur2xoa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_42_-_Total_stream_size_of_CPU_3_is_40960": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_43_-_Stream_meets_the_trace_file_limit_of_10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_44_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_45_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_46_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_47_-_Create_session_2lfHjtx3HEImfglu_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.S909KQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_48_-_Enable_channel_`channel`_for_session_`2lfHjtx3HEImfglu`:_16_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_49_-_Enable_ust_event_tp:tptest_for_session_2lfHjtx3HEImfglu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_4_-_Enable_ust_event_tp:tptest_for_session_nrVD0fQEzo9o9fF0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_50_-_Destroy_session_2lfHjtx3HEImfglu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_51_-_Total_stream_size_of_CPU_3_is_65536": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_52_-_Stream_meets_the_trace_file_limit_of_16": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_53_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_54_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_55_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_56_-_Create_session_IB3mEQGlx1gZT5mF_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.llObAE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_57_-_Enable_channel_`channel`_for_session_`IB3mEQGlx1gZT5mF`:_32_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_58_-_Enable_ust_event_tp:tptest_for_session_IB3mEQGlx1gZT5mF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_59_-_Destroy_session_IB3mEQGlx1gZT5mF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_5_-_Destroy_session_nrVD0fQEzo9o9fF0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_60_-_Total_stream_size_of_CPU_0_is_131072": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_61_-_Stream_meets_the_trace_file_limit_of_32": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_62_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_63_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_64_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_65_-_Create_session_qE0jtrJfWxKr5ovv_in_-o_/tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.KlPfUJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_66_-_Enable_channel_`channel`_for_session_`qE0jtrJfWxKr5ovv`:_64_tracefiles": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_67_-_Enable_ust_event_tp:tptest_for_session_qE0jtrJfWxKr5ovv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_68_-_Destroy_session_qE0jtrJfWxKr5ovv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_69_-_Total_stream_size_of_CPU_1_is_262144": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_6_-_Total_stream_size_of_CPU_0_is_4096": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_70_-_Stream_meets_the_trace_file_limit_of_64": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_71_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_72_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_73_-_Trace_validation_-_longfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_74_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_7_-_Stream_meets_the_trace_file_limit_of_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_8_-_Trace_validation_-_intfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_count_9_-_Trace_validation_-_netintfield": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_10_-_Validate_trace_for_event_tp:tptest,_95_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_11_-_Create_session_6lO0RUgHGaBnZ6TS_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.l7cwAk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_12_-_Enable_channel_channel_for_session_6lO0RUgHGaBnZ6TS:_8192_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_13_-_Enable_event_tp:tptest_for_session_6lO0RUgHGaBnZ6TS_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_14_-_Start_tracing_for_session_6lO0RUgHGaBnZ6TS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_15_-_Stop_lttng_tracing_for_session_6lO0RUgHGaBnZ6TS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_16_-_Destroy_session_6lO0RUgHGaBnZ6TS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_17_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_18_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_19_-_Validate_trace_for_event_tp:tptest,_114_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_20_-_Create_session_oajvSNPVNDc040CY_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.qK83BP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_21_-_Enable_channel_channel_for_session_oajvSNPVNDc040CY:_16384_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_22_-_Enable_event_tp:tptest_for_session_oajvSNPVNDc040CY_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_23_-_Start_tracing_for_session_oajvSNPVNDc040CY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_24_-_Stop_lttng_tracing_for_session_oajvSNPVNDc040CY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_25_-_Destroy_session_oajvSNPVNDc040CY": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_26_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_27_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_28_-_Validate_trace_for_event_tp:tptest,_304_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_29_-_Create_session_r52Y5pdwvowQzP5A_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.Svf9Yo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_2_-_Create_session_iJgF9CvU3s1BOLLU_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.WecGPg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_30_-_Enable_channel_channel_for_session_r52Y5pdwvowQzP5A:_32768_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_31_-_Enable_event_tp:tptest_for_session_r52Y5pdwvowQzP5A_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_32_-_Start_tracing_for_session_r52Y5pdwvowQzP5A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_33_-_Stop_lttng_tracing_for_session_r52Y5pdwvowQzP5A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_34_-_Destroy_session_r52Y5pdwvowQzP5A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_35_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_36_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_37_-_Validate_trace_for_event_tp:tptest,_228_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_38_-_Create_session_s2q74iy9GqoC6PK2_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.4ZA457": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_39_-_Enable_channel_channel_for_session_s2q74iy9GqoC6PK2:_65536_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_3_-_Enable_channel_channel_for_session_iJgF9CvU3s1BOLLU:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_40_-_Enable_event_tp:tptest_for_session_s2q74iy9GqoC6PK2_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_41_-_Start_tracing_for_session_s2q74iy9GqoC6PK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_42_-_Stop_lttng_tracing_for_session_s2q74iy9GqoC6PK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_43_-_Destroy_session_s2q74iy9GqoC6PK2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_44_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_45_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_46_-_Validate_trace_for_event_tp:tptest,_380_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_47_-_Create_session_GOl13wW0jEbvpAlR_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.Gcy1PD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_48_-_Enable_channel_channel_for_session_GOl13wW0jEbvpAlR:_131072_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_49_-_Enable_event_tp:tptest_for_session_GOl13wW0jEbvpAlR_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_4_-_Enable_event_tp:tptest_for_session_iJgF9CvU3s1BOLLU_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_50_-_Start_tracing_for_session_GOl13wW0jEbvpAlR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_51_-_Stop_lttng_tracing_for_session_GOl13wW0jEbvpAlR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_52_-_Destroy_session_GOl13wW0jEbvpAlR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_53_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_54_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_55_-_Validate_trace_for_event_tp:tptest,_304_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_56_-_Create_session_m2yiOEsM0e6tjE8k_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.VLIAKW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_57_-_Enable_channel_channel_for_session_m2yiOEsM0e6tjE8k:_5120_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_58_-_Enable_event_tp:tptest_for_session_m2yiOEsM0e6tjE8k_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_59_-_Start_tracing_for_session_m2yiOEsM0e6tjE8k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_5_-_Start_tracing_for_session_iJgF9CvU3s1BOLLU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_60_-_Stop_lttng_tracing_for_session_m2yiOEsM0e6tjE8k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_61_-_Destroy_session_m2yiOEsM0e6tjE8k": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_62_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_63_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_64_-_Validate_trace_for_event_tp:tptest,_133_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_65_-_Create_session_7o88gO7Nxm4CS6R5_in_-o_/tmp/tmp.XXXXXXXXXXfile_size_limit_pagesize_trace_path.S64gnc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_66_-_Enable_channel_channel_for_session_7o88gO7Nxm4CS6R5:_4094_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_67_-_Enable_event_tp:tptest_for_session_7o88gO7Nxm4CS6R5_in_channel_channel": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_68_-_Start_tracing_for_session_7o88gO7Nxm4CS6R5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_69_-_Stop_lttng_tracing_for_session_7o88gO7Nxm4CS6R5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_6_-_Stop_lttng_tracing_for_session_iJgF9CvU3s1BOLLU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_70_-_Destroy_session_7o88gO7Nxm4CS6R5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_71_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_72_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_73_-_Validate_trace_for_event_tp:tptest,_95_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_74_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_7_-_Destroy_session_iJgF9CvU3s1BOLLU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_8_-_File_size_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracefile-limits/test_tracefile_size_9_-_UST_per-pid_trace_path_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_100_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_101_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_102_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_103_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_104_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.g14GWl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_105_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_106_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_107_-_Track_command_with_opts:_-u_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_108_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_109_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_10_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8mOPLF/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_110_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_111_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_112_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.gikrYS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_113_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_114_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_115_-_Track_command_with_opts:_-u_--vuid_0_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_116_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_117_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_118_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_119_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_11_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.0kjANd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_120_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.FnrWfX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_121_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_122_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_123_-_Track_command_with_opts:_-u_--vuid_root": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_124_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_125_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_126_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_127_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_128_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.Cvp5aI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_129_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_12_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_130_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_131_-_Track_command_with_opts:_-u_--vgid_root": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_132_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_133_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_134_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_135_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_136_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.sXRMqn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_137_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_138_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_139_-_Track_command_with_opts:_-u_--vuid_0,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_13_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_140_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_141_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_142_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_143_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_144_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.EIHioB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_145_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_146_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_147_-_Track_command_with_opts:_-u_--vgid_0,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_148_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_149_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_14_-_Track_command_with_opts:_-u_--all_--vgid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_150_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_151_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_152_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.ykXzFf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_153_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_154_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_155_-_Track_command_with_opts:_-u_--vuid_root,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_156_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_157_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_158_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_159_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_15_-_Untrack_command_with_opts:_-u_--all_--vgid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_160_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.qvNo99": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_161_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_162_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_163_-_Track_command_with_opts:_-u_--vgid_root,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_164_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_165_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_166_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_167_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_168_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.P86rzi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_169_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_16_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_170_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_171_-_Track_command_with_opts:_-u_--vuid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_172_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_173_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_174_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_175_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_176_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.5Kakp1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_177_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_178_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_179_-_Track_command_with_opts:_-u_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_17_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_180_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_181_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_182_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_183_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_184_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.KULXAb": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_185_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_186_-_Track_command_failed_as_expected_with_opts:_-u_--vuid_lttng_unexisting_user": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_187_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_188_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.GAIfjW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_189_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_18_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_190_-_Track_command_failed_as_expected_with_opts:_-u_--vgid_lttng_unexisting_group": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_191_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_192_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.6fYF28": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_193_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_194_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_195_-_Track_command_with_opts:_-u_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_196_-_Untrack_command_with_opts:_-u_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_197_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_198_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_199_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_19_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.0kjANd/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_200_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.6fYF28/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_201_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.f3hZFm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_202_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_203_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_204_-_Track_command_with_opts:_-u_--vpid_24378": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_205_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_206_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_207_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_208_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_209_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_vpid_track_untrack_trace_path.RGSrs3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_20_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0Yx6F1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_210_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_211_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_212_-_Track_command_with_opts:_-u_--vpid_24400": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_213_-_Untrack_command_with_opts:_-u_--vpid_24400": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_214_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_215_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_216_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_217_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_218_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.BSki7S": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_219_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_21_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_220_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_221_-_Track_command_with_opts:_-u_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_222_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_223_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_224_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_225_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_226_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.OBMkKF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_227_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_228_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_229_-_Track_command_with_opts:_-u_--vpid_24446": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_22_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_230_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_231_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_232_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_233_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_234_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_ust_vpid_untrack_snapshot_trace_path.dhzoSZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_235_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_236_-_Untrack_command_with_opts:_-u_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_237_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_238_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_239_-_Snapshot_recorded": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_23_-_Track_command_with_opts:_-u_--vuid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_240_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_241_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_242_-_Number_of_snapshot_is_zero": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_243_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.p5uE1g": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_244_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_245_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_246_-_Track_command_with_opts:_-u_--pid_24490": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_247_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_248_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_249_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_24_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_250_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_251_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_pid_track_untrack_trace_path.3GYDmE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_252_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_253_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_254_-_Track_command_with_opts:_-u_--pid_24512": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_255_-_Untrack_command_with_opts:_-u_--pid_24512": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_256_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_257_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_258_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_259_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_25_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_260_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zJRtkL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_261_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_262_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_263_-_Track_command_with_opts:_-u_--pid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_264_-_Untrack_command_with_opts:_-u_--pid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_265_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_266_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_267_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_268_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zJRtkL/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_269_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.ymZ3rd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_26_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_270_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_271_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_272_-_Track_command_with_opts:_-u_--pid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_273_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_274_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_275_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_276_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_277_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.UojLmi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_278_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_279_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_27_-_Directory_\"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0Yx6F1/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_280_-_Track_command_with_opts:_-u_--pid_24580": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_281_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_282_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_283_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_284_-_Validate_trace_for_event_tp:tptest,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_285_-_Loading_lttng-test_module": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_286_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.jXMcTo": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_287_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_288_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_289_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_28_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.4zhfEg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_290_-_Track_command_with_opts:_-k_--vuid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_291_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_292_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_293_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_294_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_295_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.ws1EgM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_296_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_297_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_298_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_299_-_Track_command_with_opts:_-k_--vgid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_29_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_2_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8mOPLF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_300_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_301_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_302_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_303_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_304_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.NH387O": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_305_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_306_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_307_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_308_-_Track_command_with_opts:_-k_--vuid_1_--vgid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_309_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_30_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_310_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_311_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_312_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_313_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.xK5NlU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_314_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_315_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_316_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_317_-_Track_command_with_opts:_-k_--vuid_1_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_318_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_319_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_31_-_Track_command_with_opts:_-u_--vgid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_320_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_321_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_322_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.92F5Qd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_323_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_324_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_325_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_326_-_Track_command_with_opts:_-k_--vuid_0_--vgid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_327_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_328_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_329_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_32_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_330_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_331_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.UJ4Il4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_332_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_333_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_334_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_335_-_Track_command_with_opts:_-k_--vuid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_336_-_Untrack_command_with_opts:_-k_--vuid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_337_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_338_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_339_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_33_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_340_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_341_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.2lzQno": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_342_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_343_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_344_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_345_-_Track_command_with_opts:_-k_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_346_-_Untrack_command_with_opts:_-k_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_347_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_348_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_349_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_34_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_350_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_351_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.r2FC2r": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_352_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_353_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_354_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_355_-_Track_command_with_opts:_-k_--vuid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_356_-_Untrack_command_with_opts:_-k_--vuid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_357_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_358_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_359_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_35_-_Directory_\"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.4zhfEg/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_360_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_361_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.yO5Udz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_362_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_363_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_364_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_365_-_Track_command_with_opts:_-k_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_366_-_Untrack_command_with_opts:_-k_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_367_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_368_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_369_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_36_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0maPgK": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_370_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_371_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.kAsG5v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_372_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_373_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_374_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_375_-_Track_command_with_opts:_-k_--vuid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_376_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_377_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_378_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_379_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_37_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_380_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.aEFjV9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_381_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_382_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_383_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_384_-_Track_command_with_opts:_-k_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_385_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_386_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_387_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_388_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_389_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.81IcdG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_38_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_390_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_391_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_392_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_393_-_Track_command_with_opts:_-k_--vuid_0_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_394_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_395_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_396_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_397_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_398_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.RKhSKA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_399_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_39_-_Track_command_with_opts:_-u_--vuid_1_--vgid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_3_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_400_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_401_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_402_-_Track_command_with_opts:_-k_--vuid_root": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_403_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_404_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_405_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_406_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_407_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.Zy8PYB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_408_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_409_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_40_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_410_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_411_-_Track_command_with_opts:_-k_--vgid_root": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_412_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_413_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_414_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_415_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_416_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.u5RTZC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_417_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_418_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_419_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_41_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_420_-_Track_command_with_opts:_-k_--vuid_0,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_421_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_422_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_423_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_424_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_425_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.4kXAXx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_426_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_427_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_428_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_429_-_Track_command_with_opts:_-k_--vgid_0,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_42_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_430_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_431_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_432_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_433_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_434_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.wzQnhC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_435_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_436_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_437_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_438_-_Track_command_with_opts:_-k_--vuid_root,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_439_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_43_-_Directory_\"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0maPgK/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_440_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_441_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_442_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_443_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.EePK7B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_444_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_445_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_446_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_447_-_Track_command_with_opts:_-k_--vgid_root,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_448_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_449_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_44_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.sl3LW0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_450_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_451_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_452_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.5ZPipD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_453_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_454_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_455_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_456_-_Track_command_with_opts:_-k_--vuid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_457_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_458_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_459_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_45_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_460_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_461_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.tJwF7W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_462_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_463_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_464_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_465_-_Track_command_with_opts:_-k_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_466_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_467_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_468_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_469_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_46_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_470_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.7fZygG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_471_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_472_-_Track_command_failed_as_expected_with_opts:_-k_--vuid_lttng_unexisting_user": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_473_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_474_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.F9jQCA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_475_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_476_-_Track_command_failed_as_expected_with_opts:_-k_--vgid_lttng_unexisting_group": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_477_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_478_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.wBWorS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_479_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_47_-_Track_command_with_opts:_-u_--vuid_1_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_480_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_481_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_482_-_Track_command_with_opts:_-k_--uid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_483_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_484_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_485_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_486_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_487_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.hYELWL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_488_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_489_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_48_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_490_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_491_-_Track_command_with_opts:_-k_--gid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_492_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_493_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_494_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_495_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_496_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.8Gxzjl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_497_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_498_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_499_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_49_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_4_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_500_-_Track_command_with_opts:_-k_--uid_1_--gid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_501_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_502_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_503_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_504_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_505_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.Ct2Y7G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_506_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_507_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_508_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_509_-_Track_command_with_opts:_-k_--uid_1_--gid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_50_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_510_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_511_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_512_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_513_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_514_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.c75nlh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_515_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_516_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_517_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_518_-_Track_command_with_opts:_-k_--uid_0_--gid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_519_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_51_-_Directory_\"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.sl3LW0/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_520_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_521_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_522_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_523_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.hWGZUe": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_524_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_525_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_526_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_527_-_Track_command_with_opts:_-k_--uid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_528_-_Untrack_command_with_opts:_-k_--uid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_529_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_52_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.N8im18": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_530_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_531_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_532_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_533_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.GJO3T9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_534_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_535_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_536_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_537_-_Track_command_with_opts:_-k_--gid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_538_-_Untrack_command_with_opts:_-k_--gid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_539_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_53_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_540_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_541_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_542_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_543_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8gWRQA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_544_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_545_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_546_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_547_-_Track_command_with_opts:_-k_--uid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_548_-_Untrack_command_with_opts:_-k_--uid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_549_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_54_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_550_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_551_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_552_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_553_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.hKifB3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_554_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_555_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_556_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_557_-_Track_command_with_opts:_-k_--gid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_558_-_Untrack_command_with_opts:_-k_--gid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_559_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_55_-_Track_command_with_opts:_-u_--vuid_0_--vgid_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_560_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_561_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_562_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_563_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.BRgGDh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_564_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_565_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_566_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_567_-_Track_command_with_opts:_-k_--uid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_568_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_569_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_56_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_570_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_571_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_572_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.FwxFme": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_573_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_574_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_575_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_576_-_Track_command_with_opts:_-k_--gid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_577_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_578_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_579_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_57_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_580_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_581_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.gFpEvn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_582_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_583_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_584_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_585_-_Track_command_with_opts:_-k_--uid_0_--gid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_586_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_587_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_588_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_589_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_58_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_590_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.TxLtoR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_591_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_592_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_593_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_594_-_Track_command_with_opts:_-k_--uid_root": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_595_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_596_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_597_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_598_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_599_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.OvTC1E": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_59_-_Directory_\"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.N8im18/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_5_-_Track_command_with_opts:_-u_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_600_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_601_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_602_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_603_-_Track_command_with_opts:_-k_--gid_root": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_604_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_605_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_606_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_607_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_608_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.3lhm8o": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_609_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_60_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.dptP5W": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_610_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_611_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_612_-_Track_command_with_opts:_-k_--uid_0,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_613_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_614_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_615_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_616_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_617_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.AwAMRh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_618_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_619_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_61_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_620_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_621_-_Track_command_with_opts:_-k_--gid_0,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_622_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_623_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_624_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_625_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_626_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.zHqaVf": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_627_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_628_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_629_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_62_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_630_-_Track_command_with_opts:_-k_--uid_root,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_631_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_632_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_633_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_634_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_635_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.g4QH6K": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_636_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_637_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_638_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_639_-_Track_command_with_opts:_-k_--gid_root,1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_63_-_Track_command_with_opts:_-u_--vuid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_640_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_641_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_642_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_643_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_644_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.b1Juo8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_645_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_646_-_Track_command_failed_as_expected_with_opts:_-k_--uid_lttng_unexisting_user": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_647_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_648_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.mPJGy2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_649_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_64_-_Untrack_command_with_opts:_-u_--vuid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_650_-_Track_command_failed_as_expected_with_opts:_-k_--gid_lttng_unexisting_group": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_651_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_652_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.4SsTBD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_653_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_654_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_655_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_656_-_Track_command_with_opts:_-k_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_657_-_Untrack_command_with_opts:_-k_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_658_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_659_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_65_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_660_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_661_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_662_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.Zed7YV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_663_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_664_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_665_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_666_-_Track_command_with_opts:_-k_--vpid_25371": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_667_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_668_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_669_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_66_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_670_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_671_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_vpid_track_untrack_trace_path.PYWkc4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_672_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_673_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_674_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_675_-_Track_command_with_opts:_-k_--vpid_25389": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_676_-_Untrack_command_with_opts:_-k_--vpid_25389": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_677_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_678_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_679_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_67_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_680_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_681_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.66INNA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_682_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_683_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_684_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_685_-_Track_command_with_opts:_-k_--vpid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_686_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_687_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_688_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_689_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_68_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.dptP5W/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_690_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.CV7e8s": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_691_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_692_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_693_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_694_-_Track_command_with_opts:_-k_--vpid_25427": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_695_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_696_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_697_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_698_-_Validate_trace_for_event_lttng_test_filter_event,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_699_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.fcNQhA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_69_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.g96Qhr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_6_-_Untrack_command_with_opts:_-u_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_700_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_701_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_702_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_703_-_Track_command_with_opts:_-k_--pid_25446": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_704_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_705_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_706_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_707_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_708_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_pid_track_untrack_trace_path.sSvS3t": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_709_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_70_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_710_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_711_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_712_-_Track_command_with_opts:_-k_--pid_25464": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_713_-_Untrack_command_with_opts:_-k_--pid_25464": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_714_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_715_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_716_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_717_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_718_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.XHfvHn": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_719_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_71_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_720_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_721_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_722_-_Track_command_with_opts:_-k_--pid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_723_-_Untrack_command_with_opts:_-k_--pid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_724_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_725_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_726_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_727_-_Validate_empty_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_728_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.KgNqrS": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_729_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_72_-_Track_command_with_opts:_-u_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_730_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_731_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_732_-_Track_command_with_opts:_-k_--pid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_733_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_734_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_735_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_736_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_737_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.Ho8rlk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_738_-_Enable_channel_chan_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_739_-_Enable_kernel_event_lttng_test_filter_event_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_73_-_Untrack_command_with_opts:_-u_--vgid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_740_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_741_-_Track_command_with_opts:_-k_--pid_25522": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_742_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_743_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_744_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_745_-_Validate_trace_for_event_lttng_test_filter_event,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_746_-_Unloading_lttng-test_module": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_747_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_74_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_75_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_76_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_77_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.g96Qhr/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_78_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.MGhlVx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_79_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_7_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_80_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_81_-_Track_command_with_opts:_-u_--vuid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_82_-_Untrack_command_with_opts:_-u_--vuid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_83_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_84_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_85_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_86_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.MGhlVx/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_87_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zDEB5E": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_88_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_89_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_8_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_90_-_Track_command_with_opts:_-u_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_91_-_Untrack_command_with_opts:_-u_--vgid_--all": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_92_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_93_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_94_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_95_-_Directory_\"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zDEB5E/ust\"_is_empty": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_96_-_Create_session_tracker_in_-o_/tmp/tmp.XXXXXXXXXX_tracker_trace_path.C6mmUa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_97_-_Enable_ust_event_tp:tptest_for_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_98_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_99_-_Track_command_with_opts:_-u_--vuid_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/tracker/test_event_tracker_9_-_Destroy_session_tracker": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/hidden/test_hidden_trigger_1_-_No_triggers_visible_while_session_has_an_enabled_size-based_rotation_schedule": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_10_-_Trigger_returned_by_listing_has_a_name:_trigger_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_11_-_Name_set_on_trigger_returned_from_listing_is_correct:_name_returned_from_listing_=_'some_name_that_is_hopefully_unique',_expected_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_12_-_Successfully_unregistered_named_trigger_using_the_trigger_instance_returned_by_the_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_13_-_Registered_trigger_with_automatic_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_14_-_Trigger_name_is_set_after_registration:_trigger_name_=_'trigger0'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_15_-_Automatic_name_set_on_trigger_after_registration_longer_is_not_an_empty_string": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_16_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_17_-_Trigger_returned_by_listing_has_a_name:_trigger_name_=_'trigger0'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_18_-_Successfully_unregistered_automatic_name_trigger_using_the_trigger_instance_returned_by_the_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_19_-_Registered_anonymous_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_1_-_Registered_anonymous_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_20_-_Registering_identical_anonymous_trigger_fails_with_`LTTNG_ERR_TRIGGER_EXISTS`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_21_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_22_-_Successfully_unregistered_anonymous_trigger_using_the_trigger_instance_returned_by_the_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_23_-_Registered_named_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_24_-_Registering_a_trigger_instance_already_used_for_registration_fails_with_`LTTNG_ERR_INVALID`__anonymous_registration_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_25_-_Registering_a_trigger_instance_already_used_for_registration_fails_with_`LTTNG_ERR_INVALID`__register_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_26_-_Registering_a_trigger_instance_already_used_for_registration_fails_with_`LTTNG_ERR_INVALID`__register_with_automatic_name_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_27_-_Registering_trigger_with_an_already_used_name_fails_with_`LTTNG_ERR_TRIGGER_EXISTS`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_28_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_29_-_Successfully_unregistered_named_trigger_using_the_trigger_instance_returned_by_the_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_2_-_Anonymous_trigger_name_remains_unset_after_registration:_trigger_name_=_'_anonymous_'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_30_-_Registered_automatic_name_trigger:_trigger_name_=_'trigger1'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_31_-_Registering_an_identical_trigger_instance_with_an_automatic_name_succeeds:_trigger_name_=_'trigger2'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_32_-_Two_identical_triggers_registered_with_an_automatic_name_have_different_names": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_33_-_Trigger_listing_returns_2_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_34_-_Successfully_unregistered_automatic_name_triggers_using_the_trigger_instance_returned_by_the_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_35_-_Registered_anonymous_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_36_-_Anonymous_trigger_name_remains_unset_after_registration:_trigger_name_=_'_anonymous_'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_37_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_38_-_Anonymous_trigger_returned_by_listing_has_an_unset_name:_trigger_name_=_'_anonymous_'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_39_-_Successfully_unregistered_anonymous_trigger_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_3_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_40_-_Registered_trigger_with_name:_trigger_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_41_-_Trigger_name_is_set_after_registration:_trigger_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_42_-_Name_set_on_trigger_after_registration_is_correct": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_43_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_44_-_Trigger_returned_by_listing_has_a_name:_trigger_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_45_-_Name_set_on_trigger_returned_from_listing_is_correct:_name_returned_from_listing_=_'some_name_that_is_hopefully_unique',_expected_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_46_-_Successfully_unregistered_named_trigger_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_47_-_Registered_trigger_with_automatic_name": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_48_-_Trigger_name_is_set_after_registration:_trigger_name_=_'trigger3'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_49_-_Automatic_name_set_on_trigger_after_registration_longer_is_not_an_empty_string": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_4_-_Anonymous_trigger_returned_by_listing_has_an_unset_name:_trigger_name_=_'_anonymous_'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_50_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_51_-_Trigger_returned_by_listing_has_a_name:_trigger_name_=_'trigger3'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_52_-_Successfully_unregistered_automatic_trigger_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_53_-_Registered_anonymous_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_54_-_Registering_identical_anonymous_trigger_fails_with_`LTTNG_ERR_TRIGGER_EXISTS`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_55_-_Successfully_unregistered_anonymous_trigger_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_56_-_Registered_named_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_57_-_Registering_a_trigger_instance_already_used_for_registration_fails_with_`LTTNG_ERR_INVALID`__anonymous_registration_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_58_-_Registering_a_trigger_instance_already_used_for_registration_fails_with_`LTTNG_ERR_INVALID`__register_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_59_-_Registering_a_trigger_instance_already_used_for_registration_fails_with_`LTTNG_ERR_INVALID`__register_with_automatic_name_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_5_-_Successfully_unregistered_anonymous_trigger_using_the_trigger_instance_returned_by_the_listing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_60_-_Registering_trigger_with_an_already_used_name_fails_with_`LTTNG_ERR_TRIGGER_EXISTS`": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_61_-_Successfully_unregistered_named_trigger_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_62_-_Registered_automatic_name_trigger:_trigger_name_=_'trigger4'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_63_-_Registering_an_identical_trigger_instance_with_an_automatic_name_succeeds:_trigger_name_=_'trigger5'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_64_-_Two_identical_triggers_registered_with_an_automatic_name_have_different_names": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_65_-_Successfully_unregistered_automatic_trigger_A_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_66_-_Successfully_unregistered_automatic_trigger_B_using_the_trigger_instance_used_on_registration": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_67_-_Registered_first_anonymous_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_68_-_Registered_second_anonymous_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_69_-_Trigger_listing_returns_2_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_6_-_Registered_trigger_with_name:_trigger_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_70_-_Successfully_unregistered_two_anonymous_triggers": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_7_-_Trigger_name_is_set_after_registration:_trigger_name_=_'some_name_that_is_hopefully_unique'": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_8_-_Name_set_on_trigger_after_registration_is_correct": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/name/test_trigger_name_backwards_compat_9_-_Trigger_listing_returns_1_trigger": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_10_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_11_-_Remove_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_12_-_Remove_trigger_end-trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_13_-_Add_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_14_-_Add_trigger_end-trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_15_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_16_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_17_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_18_-_Remove_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_19_-_Remove_trigger_end-trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_1_-_Add_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_2_-_Add_trigger_end-trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_3_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_4_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_5_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_6_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_7_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_8_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/rate-policy/test_ust_rate_policy_9_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_10_-_Create_session_my_triggered_session_in_-o_/tmp/test-stop-action-trace.0O6SNz": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_11_-_Enable_ust_event_tp:tptest_for_session_my_triggered_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_12_-_Start_tracing_for_session_my_triggered_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_13_-_Session_\"my_triggered_session\"_is_active": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_14_-_Add_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_15_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_16_-_Session_\"my_triggered_session\"_is_inactive": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_17_-_Remove_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_18_-_Destroy_session_my_triggered_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_1_-_Create_session_my_triggered_session_in_-o_/tmp/test-start-action-trace.pMB5rB": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_2_-_Enable_ust_event_tp:tptest_for_session_my_triggered_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_3_-_Session_\"my_triggered_session\"_is_inactive": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_4_-_Add_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_5_-_notification_client_exited_successfully": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_6_-_Session_\"my_triggered_session\"_is_active": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_7_-_Remove_trigger_trigger1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_8_-_Stop_lttng_tracing_for_session_my_triggered_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/start-stop/test_start_stop_9_-_Destroy_session_my_triggered_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_100_-_--action_notify_--capture_foo[2]:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_101_-_--action_notify_--capture_foo[2]:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_102_-_--action_notify_--capture_foo[2]:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_103_-_--action_notify_--capture_$ctx.foo:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_104_-_--action_notify_--capture_$ctx.foo:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_105_-_--action_notify_--capture_$ctx.foo:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_106_-_--action_notify_--capture_$ctx.foo[2]:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_107_-_--action_notify_--capture_$ctx.foo[2]:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_108_-_--action_notify_--capture_$ctx.foo[2]:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_109_-_--action_notify_--capture_$app.prov:type:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_10_-_notify_action_policies:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_110_-_--action_notify_--capture_$app.prov:type:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_111_-_--action_notify_--capture_$app.prov:type:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_112_-_--action_notify_--capture_$app.prov:type[2]:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_113_-_--action_notify_--capture_$app.prov:type[2]:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_114_-_--action_notify_--capture_$app.prov:type[2]:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_115_-_--action_notify_multiple_captures:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_116_-_--action_notify_multiple_captures:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_117_-_--action_notify_multiple_captures:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_118_-_--action_start-session:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_119_-_--action_start-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_11_-_notify_action_policies:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_120_-_--action_start-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_121_-_--action_stop-session_foo:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_122_-_--action_stop-session_foo:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_123_-_--action_stop-session_foo:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_124_-_--action_rotate-session_foo:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_125_-_--action_rotate-session_foo:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_126_-_--action_rotate-session_foo:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_127_-_--action_snapshot-session_foo:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_128_-_--action_snapshot-session_foo:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_129_-_--action_snapshot-session_foo:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_12_-_notify_action_policies:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_130_-_--action_snapshot-session_with_file_URI:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_131_-_--action_snapshot-session_with_file_URI:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_132_-_--action_snapshot-session_with_file_URI:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_133_-_--action_snapshot-session_with_net_URI:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_134_-_--action_snapshot-session_with_net_URI:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_135_-_--action_snapshot-session_with_net_URI:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_136_-_--action_snapshot-session_with_ctrl/data_URIs:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_137_-_--action_snapshot-session_with_ctrl/data_URIs:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_138_-_--action_snapshot-session_with_ctrl/data_URIs:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_139_-_no_args:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_13_-_start_session_action_policies:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_140_-_no_args:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_141_-_no_args:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_142_-_unknown_option:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_143_-_unknown_option:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_144_-_unknown_option:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_145_-_missing_--action:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_146_-_missing_--action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_147_-_missing_--action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_148_-_two_--condition:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_149_-_two_--condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_14_-_start_session_action_policies:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_150_-_two_--condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_151_-_missing_argument_to_--name:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_152_-_missing_argument_to_--name:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_153_-_missing_argument_to_--name:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_154_-_missing_argument_to_--rate-policy=once-after:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_155_-_missing_argument_to_--rate-policy=once-after:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_156_-_missing_argument_to_--rate-policy=once-after:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_157_-_invalid_argument_to_--rate-policy=once-after:_non-digit_character:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_158_-_invalid_argument_to_--rate-policy=once-after:_non-digit_character:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_159_-_invalid_argument_to_--rate-policy=once-after:_non-digit_character:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_15_-_start_session_action_policies:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_160_-_invalid_argument_to_--rate-policy=once-after:_empty_string:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_161_-_invalid_argument_to_--rate-policy=once-after:_empty_string:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_162_-_invalid_argument_to_--rate-policy=once-after:_empty_string:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_163_-_missing_argument_to_--rate-policy=every:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_164_-_missing_argument_to_--rate-policy=every:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_165_-_missing_argument_to_--rate-policy=every:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_166_-_invalid_argument_to_--rate-policy=every:_non-digit_character:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_167_-_invalid_argument_to_--rate-policy=every:_non-digit_character:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_168_-_invalid_argument_to_--rate-policy=every:_non-digit_character:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_169_-_invalid_argument_to_--rate-policy=every:_empty_string:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_16_-_stop_session_action_policies:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_170_-_invalid_argument_to_--rate-policy=every:_empty_string:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_171_-_invalid_argument_to_--rate-policy=every:_empty_string:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_172_-_invalid_argument_to_--rate-policy:_unknown_policy_type:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_173_-_invalid_argument_to_--rate-policy:_unknown_policy_type:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_174_-_invalid_argument_to_--rate-policy:_unknown_policy_type:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_175_-_missing_args_after_--condition:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_176_-_missing_args_after_--condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_177_-_missing_args_after_--condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_178_-_unknown_--condition:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_179_-_unknown_--condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_17_-_stop_session_action_policies:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_180_-_unknown_--condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_181_-_unknown_--condition=:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_182_-_unknown_--condition=:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_183_-_unknown_--condition=:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_184_-_missing_args_after_--condition_event-rule-matches:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_185_-_missing_args_after_--condition_event-rule-matches:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_186_-_missing_args_after_--condition_event-rule-matches:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_187_-_extra_args_after_--condition_event-rule-matches:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_188_-_extra_args_after_--condition_event-rule-matches:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_189_-_extra_args_after_--condition_event-rule-matches:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_18_-_stop_session_action_policies:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_190_-_--log-level_unknown_level:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_191_-_--log-level_unknown_level:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_192_-_--log-level_unknown_level:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_193_-_--condition_event-rule-matches:_--name_with_--type=kprobe:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_194_-_--condition_event-rule-matches:_--name_with_--type=kprobe:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_195_-_--condition_event-rule-matches:_--name_with_--type=kprobe:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_196_-_--condition_event-rule-matches:_--name_with_--type=kernel:kprobe:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_197_-_--condition_event-rule-matches:_--name_with_--type=kernel:kprobe:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_198_-_--condition_event-rule-matches:_--name_with_--type=kernel:kprobe:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_199_-_--condition_event-rule-matches:_--location_with_user_tracepoint_event_rule:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_19_-_snapshot_session_action_policies:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_1_-_explicit_name:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_200_-_--condition_event-rule-matches:_--location_with_user_tracepoint_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_201_-_--condition_event-rule-matches:_--location_with_user_tracepoint_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_202_-_--condition_event-rule-matches:_--event-name_with_user_tracepoint_event_rule:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_203_-_--condition_event-rule-matches:_--event-name_with_user_tracepoint_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_204_-_--condition_event-rule-matches:_--event-name_with_user_tracepoint_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_205_-_--condition_event-rule-matches:_extra_argument_with_--type=kernel:uprobe:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_206_-_--condition_event-rule-matches:_extra_argument_with_--type=kernel:uprobe:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_207_-_--condition_event-rule-matches:_extra_argument_with_--type=kernel:uprobe:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_208_-_--condition_event-rule-matches:_extra_argument_with_--type=syscall:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_209_-_--condition_event-rule-matches:_extra_argument_with_--type=syscall:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_20_-_snapshot_session_action_policies:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_210_-_--condition_event-rule-matches:_extra_argument_with_--type=syscall:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_211_-_--condition_event-rule-matches:_--type=syscall:nope:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_212_-_--condition_event-rule-matches:_--type=syscall:nope:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_213_-_--condition_event-rule-matches:_--type=syscall:nope:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_214_-_--exclude-name_with_non-glob_name:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_215_-_--exclude-name_with_non-glob_name:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_216_-_--exclude-name_with_non-glob_name:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_217_-_--condition_event-rule-matches_--capture:_missing_argument__end_of_arg_list_:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_218_-_--condition_event-rule-matches_--capture:_missing_argument__end_of_arg_list_:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_219_-_--condition_event-rule-matches_--capture:_missing_argument__end_of_arg_list_:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_21_-_snapshot_session_action_policies:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_220_-_--condition_event-rule-matches_--capture:_missing_argument__before_another_option_:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_221_-_--condition_event-rule-matches_--capture:_missing_argument__before_another_option_:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_222_-_--condition_event-rule-matches_--capture:_missing_argument__before_another_option_:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_223_-_--condition_event-rule-matches_--capture:_binary_operator:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_224_-_--condition_event-rule-matches_--capture:_binary_operator:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_225_-_--condition_event-rule-matches_--capture:_binary_operator:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_226_-_--condition_event-rule-matches_--capture:_unary_operator:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_227_-_--condition_event-rule-matches_--capture:_unary_operator:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_228_-_--condition_event-rule-matches_--capture:_unary_operator:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_229_-_--condition_event-rule-matches_--capture:_logical_operator:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_22_-_rotate_session_action_policies:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_230_-_--condition_event-rule-matches_--capture:_logical_operator:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_231_-_--condition_event-rule-matches_--capture:_logical_operator:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_232_-_--condition_event-rule-matches_--capture:_accessing_a_sub-field:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_233_-_--condition_event-rule-matches_--capture:_accessing_a_sub-field:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_234_-_--condition_event-rule-matches_--capture:_accessing_a_sub-field:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_235_-_--condition_event-rule-matches_--capture:_accessing_the_sub-field_of_an_array_element:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_236_-_--condition_event-rule-matches_--capture:_accessing_the_sub-field_of_an_array_element:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_237_-_--condition_event-rule-matches_--capture:_accessing_the_sub-field_of_an_array_element:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_238_-_--condition_event-rule-matches_--capture:_missing_colon_in_app-specific_context_field:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_239_-_--condition_event-rule-matches_--capture:_missing_colon_in_app-specific_context_field:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_23_-_rotate_session_action_policies:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_240_-_--condition_event-rule-matches_--capture:_missing_colon_in_app-specific_context_field:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_241_-_--condition_event-rule-matches_--capture:_missing_colon_in_app-specific_context_field:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_242_-_--condition_event-rule-matches_--capture:_missing_colon_in_app-specific_context_field:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_243_-_--condition_event-rule-matches_--capture:_missing_colon_in_app-specific_context_field:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_244_-_missing_args_after_--action:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_245_-_missing_args_after_--action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_246_-_missing_args_after_--action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_247_-_unknown_--action:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_248_-_unknown_--action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_249_-_unknown_--action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_24_-_rotate_session_action_policies:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_250_-_unknown_--action=:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_251_-_unknown_--action=:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_252_-_unknown_--action=:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_253_-_extra_arg_after_--action_notify:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_254_-_extra_arg_after_--action_notify:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_255_-_extra_arg_after_--action_notify:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_256_-_missing_arg_after_--action_start-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_257_-_missing_arg_after_--action_start-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_258_-_missing_arg_after_--action_start-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_259_-_extra_arg_after_--action_start-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_25_-_--log-level_single_level:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_260_-_extra_arg_after_--action_start-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_261_-_extra_arg_after_--action_start-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_262_-_missing_arg_after_--action_stop-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_263_-_missing_arg_after_--action_stop-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_264_-_missing_arg_after_--action_stop-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_265_-_extra_arg_after_--action_stop-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_266_-_extra_arg_after_--action_stop-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_267_-_extra_arg_after_--action_stop-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_268_-_missing_arg_after_--action_rotate-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_269_-_missing_arg_after_--action_rotate-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_26_-_--log-level_single_level:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_270_-_missing_arg_after_--action_rotate-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_271_-_extra_arg_after_--action_rotate-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_272_-_extra_arg_after_--action_rotate-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_273_-_extra_arg_after_--action_rotate-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_274_-_missing_arg_after_--action_snapshot-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_275_-_missing_arg_after_--action_snapshot-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_276_-_missing_arg_after_--action_snapshot-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_277_-_extra_arg_after_--action_snapshot-session:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_278_-_extra_arg_after_--action_snapshot-session:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_279_-_extra_arg_after_--action_snapshot-session:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_27_-_--log-level_single_level:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_280_-_snapshot-session_action,_--max-size_without_destination:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_281_-_snapshot-session_action,_--max-size_without_destination:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_282_-_snapshot-session_action,_--max-size_without_destination:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_283_-_snapshot-session_action,_--name_without_destination:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_284_-_snapshot-session_action,_--name_without_destination:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_285_-_snapshot-session_action,_--name_without_destination:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_286_-_snapshot-session_action,_--name_with-local-path-instead-of-url:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_287_-_snapshot-session_action,_--name_with-local-path-instead-of-url:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_288_-_snapshot-session_action,_--name_with-local-path-instead-of-url:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_289_-_snapshot-session_action,_--name_with-net-url-instead-of-path:_exit_code_is_not_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_28_-_--log-level_range_open_max:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_290_-_snapshot-session_action,_--name_with-net-url-instead-of-path:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_291_-_snapshot-session_action,_--name_with-net-url-instead-of-path:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_292_-_add-trigger_mi:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_293_-_add-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_294_-_mi:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_295_-_mi:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_29_-_--log-level_range_open_max:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_2_-_explicit_name:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_30_-_--log-level_range_open_max:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_31_-_--log-level_range_any:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_32_-_--log-level_range_any:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_33_-_--log-level_range_any:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_34_-_--exclude-name_one:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_35_-_--exclude-name_one:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_36_-_--exclude-name_one:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_37_-_--exclude-name_two:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_38_-_--exclude-name_two:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_39_-_--exclude-name_two:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_3_-_explicit_name:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_40_-_--condition_event-rule-matches_probe_by_symbol:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_41_-_--condition_event-rule-matches_probe_by_symbol:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_42_-_--condition_event-rule-matches_probe_by_symbol:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_43_-_--condition_event-rule-matches_probe_by_symbol_with_offset:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_44_-_--condition_event-rule-matches_probe_by_symbol_with_offset:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_45_-_--condition_event-rule-matches_probe_by_symbol_with_offset:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_46_-_--condition_event-rule-matches_probe_by_address:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_47_-_--condition_event-rule-matches_probe_by_address:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_48_-_--condition_event-rule-matches_probe_by_address:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_49_-_--condition_event-rule-matches_probe_by_symbol:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_4_-_--condition_event-rule-matches_some-event_--type=user:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_50_-_--condition_event-rule-matches_probe_by_symbol:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_51_-_--condition_event-rule-matches_probe_by_symbol:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_52_-_--condition_event-rule-matches_probe_by_symbol_with_offset:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_53_-_--condition_event-rule-matches_probe_by_symbol_with_offset:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_54_-_--condition_event-rule-matches_probe_by_symbol_with_offset:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_55_-_--condition_event-rule-matches_probe_by_address:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_56_-_--condition_event-rule-matches_probe_by_address:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_57_-_--condition_event-rule-matches_probe_by_address:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_58_-_--condition_event-rule-matches_uprobe:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_59_-_--condition_event-rule-matches_uprobe:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_5_-_--condition_event-rule-matches_some-event_--type=user:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_60_-_--condition_event-rule-matches_uprobe:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_61_-_--condition_event-rule-matches_uprobe_with_elf_prefix:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_62_-_--condition_event-rule-matches_uprobe_with_elf_prefix:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_63_-_--condition_event-rule-matches_uprobe_with_elf_prefix:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_64_-_--condition_event-rule-matches_one_syscall:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_65_-_--condition_event-rule-matches_one_syscall:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_66_-_--condition_event-rule-matches_one_syscall:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_67_-_--condition_event-rule-matches_all_syscalls:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_68_-_--condition_event-rule-matches_all_syscalls:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_69_-_--condition_event-rule-matches_all_syscalls:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_6_-_--condition_event-rule-matches_some-event_--type=user:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_70_-_--condition_event-rule-matches_one_syscall_with_filter:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_71_-_--condition_event-rule-matches_one_syscall_with_filter:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_72_-_--condition_event-rule-matches_one_syscall_with_filter:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_73_-_--condition_event-rule-matches_one_syscall:entry:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_74_-_--condition_event-rule-matches_one_syscall:entry:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_75_-_--condition_event-rule-matches_one_syscall:entry:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_76_-_--condition_event-rule-matches_one_syscall:exit:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_77_-_--condition_event-rule-matches_one_syscall:exit:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_78_-_--condition_event-rule-matches_one_syscall:exit:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_79_-_--condition_event-rule-matches_one_syscall:entry-exit:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_7_-_--condition_event-rule-matches_--type=user:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_80_-_--condition_event-rule-matches_one_syscall:entry-exit:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_81_-_--condition_event-rule-matches_one_syscall:entry-exit:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_82_-_--condition_event-rule-matches_one_syscall:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_83_-_--condition_event-rule-matches_one_syscall:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_84_-_--condition_event-rule-matches_one_syscall:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_85_-_--condition_event-rule-matches_one_kernel:syscall:entry:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_86_-_--condition_event-rule-matches_one_kernel:syscall:entry:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_87_-_--condition_event-rule-matches_one_kernel:syscall:entry:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_88_-_--condition_event-rule-matches_one_kernel:syscall:exit:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_89_-_--condition_event-rule-matches_one_kernel:syscall:exit:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_8_-_--condition_event-rule-matches_--type=user:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_90_-_--condition_event-rule-matches_one_kernel:syscall:exit:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_91_-_--condition_event-rule-matches_one_kernel:syscall:entry-exit:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_92_-_--condition_event-rule-matches_one_kernel:syscall:entry-exit:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_93_-_--condition_event-rule-matches_one_kernel:syscall:entry-exit:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_94_-_--action_notify:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_95_-_--action_notify:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_96_-_--action_notify:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_97_-_--action_notify_--capture_foo:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_98_-_--action_notify_--capture_foo:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_99_-_--action_notify_--capture_foo:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_add_trigger_cli_9_-_--condition_event-rule-matches_--type=user:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_100_-_Remove_trigger_trigger-with-buffer-usage-high-bytes-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_101_-_Remove_trigger_trigger-with-buffer-usage-high-ratio-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_102_-_Remove_trigger_trigger-with-buffer-usage-low-bytes-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_103_-_Remove_trigger_trigger-with-buffer-usage-low-ratio-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_104_-_session_rotation_conditions:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_105_-_session_rotation_conditions:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_106_-_session_rotation_conditions:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_107_-_MI_session_rotation_conditions:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_108_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_109_-_MI_session_rotation_conditions:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_10_-_Add_trigger_C": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_110_-_MI_session_rotation_conditions:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_111_-_Remove_trigger_trigger-with-session-rotation-completed-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_112_-_Remove_trigger_trigger-with-session-rotation-ongoing-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_113_-_Add_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_114_-_Add_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_115_-_Add_trigger_T2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_116_-_Add_trigger_T3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_117_-_Add_trigger_T4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_118_-_Add_trigger_T5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_119_-_Add_trigger_T6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_11_-_Add_trigger_A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_120_-_Add_trigger_T7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_121_-_Add_trigger_T8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_122_-_Add_trigger_T9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_123_-_snapshot_action:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_124_-_snapshot_action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_125_-_snapshot_action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_126_-_MI_snapshot_action:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_127_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_128_-_MI_snapshot_action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_129_-_MI_snapshot_action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_12_-_Add_trigger_D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_130_-_Remove_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_131_-_Remove_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_132_-_Remove_trigger_T2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_133_-_Remove_trigger_T3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_134_-_Remove_trigger_T4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_135_-_Remove_trigger_T5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_136_-_Remove_trigger_T6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_137_-_Remove_trigger_T7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_138_-_Remove_trigger_T8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_139_-_Remove_trigger_T9": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_13_-_Add_trigger_B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_140_-_Add_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_141_-_Add_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_142_-_notify_action:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_143_-_notify_action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_144_-_notify_action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_145_-_MI_notify_action:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_146_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_147_-_MI_notify_action:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_148_-_MI_notify_action:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_149_-_Remove_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_14_-_Add_trigger_E": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_150_-_Remove_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_15_-_Add_trigger_J": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_16_-_Add_trigger_F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_17_-_Add_trigger_G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_18_-_Add_trigger_H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_19_-_Add_trigger_I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_1_-_Add_trigger_hello": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_20_-_event-rule-matches,_tracepoint_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_21_-_event-rule-matches,_tracepoint_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_22_-_event-rule-matches,_tracepoint_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_23_-_MI_event-rule-matches,_tracepoint_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_24_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_25_-_MI_event-rule-matches,_tracepoint_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_26_-_MI_event-rule-matches,_tracepoint_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_27_-_Remove_trigger_A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_28_-_Remove_trigger_B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_29_-_Remove_trigger_C": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_2_-_top_level_options:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_30_-_Remove_trigger_D": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_31_-_Remove_trigger_E": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_32_-_Remove_trigger_F": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_33_-_Remove_trigger_G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_34_-_Remove_trigger_H": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_35_-_Remove_trigger_I": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_36_-_Remove_trigger_J": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_37_-_Add_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_38_-_Add_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_39_-_Add_trigger_T2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_3_-_top_level_options:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_40_-_event-rule-matches,_probe_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_41_-_event-rule-matches,_probe_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_42_-_event-rule-matches,_probe_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_43_-_MI_event-rule-matches,_probe_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_44_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_45_-_MI_event-rule-matches,_probe_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_46_-_MI_event-rule-matches,_probe_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_47_-_Remove_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_48_-_Remove_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_49_-_Remove_trigger_T2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_4_-_top_level_options:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_50_-_Add_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_51_-_event-rule-matches,_userspace-probe_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_52_-_event-rule-matches,_userspace-probe_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_53_-_event-rule-matches,_userspace-probe_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_54_-_MI_event-rule-matches,_userspace-probe_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_55_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_56_-_MI_event-rule-matches,_userspace-probe_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_57_-_MI_event-rule-matches,_userspace-probe_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_58_-_Remove_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_59_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_5_-_MI_top_level_options:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_60_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_61_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_62_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_63_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_64_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_65_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_66_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_67_#_SKIP_:_No_SDT_binary._Skipping_userspace_probe_SDT_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_68_-_Add_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_69_-_Add_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_6_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_70_-_Add_trigger_T2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_71_-_Add_trigger_T3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_72_-_Add_trigger_T4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_73_-_event-rule-matches,_syscall_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_74_-_event-rule-matches,_syscall_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_75_-_event-rule-matches,_syscall_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_76_-_MI_event-rule-matches,_syscall_event_rule:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_77_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_78_-_MI_event-rule-matches,_syscall_event_rule:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_79_-_MI_event-rule-matches,_syscall_event_rule:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_7_-_MI_top_level_options:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_80_-_Remove_trigger_T0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_81_-_Remove_trigger_T1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_82_-_Remove_trigger_T2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_83_-_Remove_trigger_T3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_84_-_Remove_trigger_T4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_85_-_session_consumed_size_condition:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_86_-_session_consumed_size_condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_87_-_session_consumed_size_condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_88_-_MI_session_consumed_size_condition:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_89_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_8_-_MI_top_level_options:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_90_-_MI_session_consumed_size_condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_91_-_MI_session_consumed_size_condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_92_-_Remove_trigger_trigger-with-session-consumed-size-condition": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_93_-_buffer_usage_condition:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_94_-_buffer_usage_condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_95_-_buffer_usage_condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_96_-_MI_buffer_usage_condition:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_97_-_list-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_98_-_MI_buffer_usage_condition:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_99_-_MI_buffer_usage_condition:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_list_triggers_cli_9_-_Remove_trigger_hello": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_10_-_one_trigger_left:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_11_-_one_trigger_left:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_12_-_remove_trigger_DEF:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_13_-_remove_trigger_DEF:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_14_-_remove_trigger_DEF:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_15_-_no_triggers_left:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_16_-_no_triggers_left:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_17_-_no_triggers_left:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_18_-_Add_trigger_mi": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_19_-_remove-trigger_mi:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_1_-_Add_trigger_ABC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_20_-_remove-trigger_mi_is_valid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_21_-_mi:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_22_-_mi:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_2_-_Add_trigger_DEF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_3_-_two_triggers_left:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_4_-_two_triggers_left:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_5_-_two_triggers_left:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_6_-_remove_trigger_ABC:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_7_-_remove_trigger_ABC:_expected_stdout": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_8_-_remove_trigger_ABC:_expected_stderr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/trigger/test_remove_trigger_cli_9_-_one_trigger_left:_exit_code_is_0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_100_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.L5iHq4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_101_-_Enable_ust_event_**tptest_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_102_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_103_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_104_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_105_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_106_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_107_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.73bIjC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_108_-_Enable_ust_event_*tpte*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_109_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_10_-_Enable_ust_event_*abc_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_110_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_111_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_112_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_113_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_114_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.AfEfb4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_115_-_Enable_ust_event_*tp*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_116_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_117_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_118_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_119_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_11_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_120_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_121_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.7eLAbm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_122_-_Enable_ust_event_*tp**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_123_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_124_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_125_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_126_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_127_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_128_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.3vLCxM": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_129_-_Enable_ust_event_*:*tptest_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_12_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_130_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_131_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_132_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_133_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_134_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_135_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ulpkPZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_136_-_Enable_ust_event_*:*tpte*t_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_137_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_138_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_139_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_13_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_140_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_141_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_142_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ZzmQ9d": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_143_-_Enable_ust_event_t*p*:*t*e*s*t_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_144_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_145_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_146_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_147_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_148_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_149_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.kRyBln": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_14_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_150_-_Enable_ust_event_*t*p*:*t*e*s*t*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_151_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_152_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_153_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_154_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_155_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_156_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.TlKvXF": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_157_-_Enable_ust_event_tp*tptest_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_158_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_159_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_15_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_160_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_161_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_162_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_163_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.KupOqX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_164_-_Enable_ust_event_tp**tptest_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_165_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_166_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_167_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_168_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_169_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_16_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.IVbQeD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_170_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.GsBbE5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_171_-_Enable_ust_event_tp*test_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_172_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_173_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_174_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_175_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_176_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_177_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.MgYODH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_178_-_Enable_kernel_event_lttng_test_abc*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_179_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_17_-_Enable_ust_event_*z*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_180_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_181_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_182_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_183_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_184_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.TnGYdR": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_185_-_Enable_kernel_event_*abc_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_186_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_187_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_188_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_189_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_18_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_190_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_191_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.e6SkmP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_192_-_Enable_kernel_event_*z*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_193_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_194_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_195_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_196_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_197_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_198_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.WLL7mj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_199_-_Enable_kernel_event_*\\**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_19_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_200_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_201_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_202_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_203_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_204_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_205_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.CAS9QD": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_206_-_Enable_kernel_event_*\\*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_207_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_208_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_209_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_20_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_210_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_211_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_212_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.g7POh0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_213_-_Enable_kernel_event_\\**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_214_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_215_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_216_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_217_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_218_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_219_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.6hZtAm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_21_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_220_-_Enable_kernel_event_*:*eve*n_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_221_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_222_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_223_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_224_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_225_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_226_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.yYQMmQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_227_-_Enable_kernel_event_lttng_test_fil*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_228_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_229_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_22_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_230_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_231_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_232_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_233_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.whm9Ay": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_234_-_Enable_kernel_event_*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_235_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_236_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_237_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_238_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_239_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_23_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.L6SUwH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_240_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.RyH8v3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_241_-_Enable_kernel_event_lttng_test_filter_event*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_242_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_243_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_244_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_245_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_246_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_247_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.8itPlE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_248_-_Enable_kernel_event_**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_249_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_24_-_Enable_ust_event_*\\**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_250_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_251_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_252_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_253_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_254_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.jBQYxZ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_255_-_Enable_kernel_event_***_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_256_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_257_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_258_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_259_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_25_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_260_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_261_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.2QD8XO": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_262_-_Enable_kernel_event_*filter_event_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_263_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_264_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_265_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_266_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_267_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_268_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.DGbCm8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_269_-_Enable_kernel_event_*ter_ev*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_26_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_270_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_271_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_272_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_273_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_274_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_275_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.lzvHpc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_276_-_Enable_kernel_event_*test*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_277_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_278_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_279_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_27_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_280_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_281_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_282_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.077TZA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_283_-_Enable_kernel_event_*test**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_284_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_285_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_286_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_287_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_288_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_289_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.13byin": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_28_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_290_-_Enable_kernel_event_*e*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_291_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_292_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_293_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_294_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_295_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_296_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.2V4R4V": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_297_-_Enable_kernel_event_*_*event_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_298_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_299_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_29_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_2_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.eoDVT5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_300_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_301_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_302_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_303_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.gNP4P8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_304_-_Enable_kernel_event_*_*filter_*nt_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_305_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_306_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_307_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_308_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_309_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_30_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.rYmWI1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_310_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.6dlynG": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_311_-_Enable_kernel_event_*_**filter_*nt_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_312_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_313_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_314_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_315_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_316_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_317_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.bSCpGJ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_318_-_Enable_kernel_event_l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_319_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_31_-_Enable_ust_event_*\\*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_320_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_321_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_322_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_323_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_324_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.SrkAEI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_325_-_Enable_kernel_event_*l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_326_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_327_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_328_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_329_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_32_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_330_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_331_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.KAZj10": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_332_-_Enable_kernel_event_lttng*event_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_333_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_334_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_335_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_336_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_337_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_338_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.9j5GJq": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_339_-_Enable_kernel_event_lttng*test*filter*event_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_33_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_340_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_341_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_342_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_343_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_344_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_345_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.SUrGsI": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_346_-_Enable_kernel_event_*lttng*test*filter*event*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_347_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_348_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_349_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_34_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_350_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_351_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_352_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_35_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_36_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_37_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.Oka52N": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_38_-_Enable_ust_event_\\**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_39_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_3_-_Enable_ust_event_tp:abc*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_40_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_41_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_42_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_43_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_44_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.b4Eqk6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_45_-_Enable_ust_event_*:*tpte*s_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_46_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_47_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_48_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_49_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_4_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_50_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_51_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ht4zzp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_52_-_Enable_ust_event_tp**tpTest_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_53_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_54_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_55_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_56_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_57_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_58_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.THY6AU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_59_-_Enable_ust_event_tp:tp*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_5_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_60_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_61_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_62_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_63_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_64_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_65_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.IhkxRr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_66_-_Enable_ust_event_*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_67_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_68_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_69_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_6_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_70_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_71_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_72_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.QU1QIa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_73_-_Enable_ust_event_tp:tptest*_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_74_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_75_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_76_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_77_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_78_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_79_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.i5afyh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_7_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_80_-_Enable_ust_event_**_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_81_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_82_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_83_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_84_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_85_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_86_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.lW6Qfu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_87_-_Enable_ust_event_***_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_88_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_89_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_8_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_90_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_91_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_92_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_93_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.WSvyWl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_94_-_Enable_ust_event_*tptest_for_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_95_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_96_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_97_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_98_-_Destroy_session_wildcard": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_99_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/wildcard/test_event_wildcard_9_-_Create_session_wildcard_in_-o_/tmp/tmp.XXXXXXXXXX_wildcard_trace_path.LP5yIH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_10_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_11_-_Start_lttng-relayd__process_mode:_-b_opt:_--working-directory_/var/volatile/tmp/tmp.XXXXXXXXXXd_background_working_dir.7rLLAr_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_11_-_Start_lttng-relayd__process_mode:_-b_opt:_--working-directory_/var/volatile/tmp/tmp.test_relayd_background_working_dir.7rLLAr_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_12_-_Found_lttng-relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_13_-_Working_directory_changed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_14_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_15_-_Start_lttng-relayd__process_mode:_-b_opt:__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_16_-_Found_lttng-relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_17_-_Working_directory_is_/": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_18_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_19_#_SKIP_:_Skipping_permission_debug_output_test;_operation_can't_fail_as_root": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_1_-_Working_directory_changed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_20_#_SKIP_:_Skipping_permission_debug_output_test;_operation_can't_fail_as_root": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_21_#_SKIP_:_Skipping_permission_debug_output_test;_operation_can't_fail_as_root": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_22_#_SKIP_:_Skipping_permission_debug_output_test;_operation_can't_fail_as_root": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_23_#_SKIP_:_Skipping_permission_debug_output_test;_operation_can't_fail_as_root": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_24_#_SKIP_:_Skipping_permission_debug_output_test;_operation_can't_fail_as_root": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_25_-_Expect_failure_to_start_lttng-relayd_for_non-existent_working_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_26_-_No_lttng-relayd_present": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_27_-_Found_error_message:_invalid_directory": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_28_-_Start_lttng-relayd__process_mode:_-b_opt:__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_29_-_Found_lttng-relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_2_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_30_-_Working_directory_changed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_31_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_32_-_Start_lttng-relayd__process_mode:_-b_opt:_--working-dir_/var/volatile/tmp/tmp.XXXXXXXXXXd_cmdline_overwrite_env_working_dir_cmdline.f7E23y_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_32_-_Start_lttng-relayd__process_mode:_-b_opt:_--working-dir_/var/volatile/tmp/tmp.test_relayd_cmdline_overwrite_env_working_dir_cmdline.f7E23y_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_33_-_Found_lttng-relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_34_-_Working_directory_is_the_one_from_command_line": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_35_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_3_-_Start_lttng-relayd__process_mode:_-d_opt:_--working-directory_/var/volatile/tmp/tmp.XXXXXXXXXXd_daemon_working_dir.BStIsw_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_3_-_Start_lttng-relayd__process_mode:_-d_opt:_--working-directory_/var/volatile/tmp/tmp.test_relayd_daemon_working_dir.BStIsw_": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_4_-_Found_lttng-relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_5_-_Working_directory_changed": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_6_-_Wait_after_kill_relay_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_7_-_Start_lttng-relayd__process_mode:_-d_opt:__": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_8_-_Found_lttng-relayd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.tools/working-directory/test_relayd_working_directory_9_-_Working_directory_is_/": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_10_-_Enable_ust_event_tp:tptest_for_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_11_-_Application_started_in_background.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_12_-_Start_tracing_for_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_13_-_Stop_lttng_tracing_for_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_14_-_Destroy_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_15_-_Validate_trace_for_event_tp:tptest,_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_16_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_2_-_Create_session_per-session_in_-o_/tmp/tmp.XXXXXXXXXXe_after_ust_trace_path.pNSm31": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_3_-_Enable_ust_event_tp:tptest_for_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_4_-_Start_tracing_for_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_5_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_6_-_Stop_lttng_tracing_for_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_7_-_Destroy_session_per-session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_8_-_Trace_match_with_100_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/before-after/test_before_after_9_-_Create_session_per-session_in_-o_/tmp/tmp.XXXXXXXXXXe_after_ust_trace_path.qkmnFL": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_10_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_11_-_Create_session_blocking_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_12_-_Enable_channel_testchan_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_13_-_Enable_ust_event_tp:tptest_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_14_-_Start_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_15_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_16_-_Stop_lttng_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_17_-_Destroy_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_18_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_19_-_Does_not_hang": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_20_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_21_-_Create_session_blocking_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_22_-_Enable_channel_testchan_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_23_-_Enable_ust_event_tp:tptest_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_24_-_Start_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_25_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_26_-_Stop_lttng_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_27_-_Destroy_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_28_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_29_-_Does_not_hang": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_2_-_Create_session_blocking_in_no-output_mode": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_30_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_31_-_Create_session_blocking_in_-o_/tmp/tmp.XXXXXXXXXXing_ust_trace_path.2JJ08A": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_32_-_Enable_channel_testchan_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_33_-_Enable_ust_event_tp:tptest_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_34_-_Start_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_35_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_36_-_Stop_lttng_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_37_-_Destroy_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_38_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_39_-_Does_not_hang": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_3_-_Enable_ust_event_tp:tptest_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_40_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_41_-_Create_session_blocking_in_-o_/tmp/tmp.XXXXXXXXXXing_ust_trace_path.8rlMqU": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_42_-_Enable_channel_testchan_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_43_-_Enable_ust_event_tp:tptest_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_44_-_Start_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_45_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_46_-_Stop_lttng_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_47_-_Destroy_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_48_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_49_-_No_event_lost_with_UST_blocking_mode:_found_5000000_expect_5000000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_4_-_Start_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_5_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_6_-_Stop_lttng_tracing_for_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_7_-_Destroy_session_blocking": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_8_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/blocking/test_blocking_9_-_Does_not_hang": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_10_-_Create_session_buffers-pid_in_-o_/tmp/tmp.XXXXXXXXXXrs_pid_trace_path.67zbN2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_11_-_Enable_channel_channel0_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_12_-_Enable_ust_event_tp:tptest_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_13_-_Start_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_14_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_15_-_Stop_lttng_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_16_-_Destroy_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_17_-_Trace_match_with_100_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_18_-_Create_session_buffers-pid_in_-o_/tmp/tmp.XXXXXXXXXXrs_pid_trace_path.gWXUNr": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_19_-_Enable_channel_channel0_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_20_-_Enable_ust_event_tp:tptest_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_21_-_Start_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_22_-_Start_application_1_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_23_-_Start_application_2_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_24_-_Start_application_3_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_25_-_Start_application_4_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_26_-_Start_application_5_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_27_-_Stop_lttng_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_28_-_Destroy_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_29_-_Trace_match_with_500_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_2_-_Create_session_buffers-pid_in_-o_/tmp/tmp.XXXXXXXXXXrs_pid_trace_path.Rv2AvX": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_30_-_Start_application_1_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_31_-_Start_application_2_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_32_-_Start_application_3_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_33_-_Start_application_4_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_34_-_Start_application_5_for_tracing": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_35_-_Create_session_buffers-pid_in_-o_/tmp/tmp.XXXXXXXXXXrs_pid_trace_path.X2OL3T": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_36_-_Enable_channel_channel0_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_37_-_Enable_ust_event_tp:tptest_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_38_-_Start_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_39_-_Waiting_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_3_-_Enable_channel_channel0_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_40_-_Stop_lttng_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_41_-_Destroy_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_42_-_Trace_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_43_-_Create_session_buffers-pid_in_-o_/tmp/tmp.XXXXXXXXXXrs_pid_trace_path.mi4cPm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_44_-_Enable_channel_channel0_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_45_-_Enable_channel_channel1_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_46_-_Enable_channel_channel2_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_47_-_Enable_channel_channel3_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_48_-_Enable_channel_channel4_per_PID_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_49_-_Enable_event_tp:tptest_for_session_buffers-pid_in_channel0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_4_-_Enable_ust_event_tp:tptest_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_50_-_Enable_event_tp:tptest_for_session_buffers-pid_in_channel1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_51_-_Enable_event_tp:tptest_for_session_buffers-pid_in_channel2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_52_-_Enable_event_tp:tptest_for_session_buffers-pid_in_channel3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_53_-_Enable_event_tp:tptest_for_session_buffers-pid_in_channel4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_54_-_Start_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_55_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_56_-_Stop_lttng_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_57_-_Trace_match_with_500_event_tp:tptest": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_58_-_Destroy_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_59_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_5_-_Start_application_to_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_6_-_Start_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_7_-_Stop_lttng_tracing_for_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_8_-_Destroy_session_buffers-pid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/buffers-pid/test_buffers_pid_9_-_Trace_validation": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_10_-_Clock_metadata_extraction": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_11_-_Tokens_to_check_4__and_provided_values_4__count_is_equal": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_12_-_Token_\"name\"_expect:lttng_test_clock_override_got:lttng_test_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_13_-_Token_\"uuid\"_expect:83c63deb-7aa4-48fb-abda-946f400d76e6_got:83c63deb-7aa4-48fb-abda-946f400d76e6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_14_-_Token_\"description\"_expect:Freeze_time_with_1KHz_for_regression_test_got:Freeze_time_with_1KHz_for_regression_test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_15_-_Token_\"freq\"_expect:1000_got:1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_16_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_17_-_Create_session_clock_override_in_-o_/tmp/tmp.XXXXXXXXXX_override_ust_trace_path.dRPMGw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_18_-_Enable_ust_event_tp:tptest_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_19_-_Start_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_20_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_21_-_Stop_lttng_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_22_-_Destroy_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_23_-_Unique_event_timestamps_without_clock_override:_256_expect_>1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_24_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_25_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_26_-_Create_session_clock_override_in_-o_/tmp/tmp.XXXXXXXXXX_override_ust_trace_path.dRPMGw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_27_-_Enable_ust_event_tp:tptest_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_28_-_Start_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_29_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_2_-_Create_session_clock_override_in_-o_/tmp/tmp.XXXXXXXXXX_override_ust_trace_path.kcM2c7": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_30_-_Stop_lttng_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_31_-_Destroy_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_32_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_33_-_Unique_event_timestamps_with_clock_override:_1_expect_1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_3_-_Enable_ust_event_tp:tptest_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_4_-_Start_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_5_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_6_-_Stop_lttng_tracing_for_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_7_-_Destroy_session_clock_override": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_8_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/clock-override/test_clock_override_9_-_Metadata_extraction_from_babeltrace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_10_-_Cpuid_extraction_and_seed_sequence_comparison_fails_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_11_-_Create_session_sequence-cpu_in_-o_/tmp/tmp.XXXXXXXXXXu_override_trace_path.mTeOoP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_12_-_Enable_ust_event_tp:tptest_for_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_13_-_Start_tracing_for_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_14_-_Application_with_wrapper_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_15_-_Stop_lttng_tracing_for_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_16_-_Destroy_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_17_-_Extraction_with_getcpu_plugin_have_256/256": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_18_-_Sequence_seed_and_cpuid_sequence_have_the_same_size_256/256": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_19_-_Cpuid_extraction_and_seed_sequence_comparison": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_20_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_2_-_Create_session_sequence-cpu_in_-o_/tmp/tmp.XXXXXXXXXXu_override_trace_path.yBaLrH": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_3_-_Enable_ust_event_tp:tptest_for_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_4_-_Start_tracing_for_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_5_-_Application_without_wrapper_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_6_-_Stop_lttng_tracing_for_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_7_-_Destroy_session_sequence-cpu": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_8_-_Extraction_without_getcpu_plugin_have_256/256": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/getcpu-override/test_getcpu_override_9_-_Sequence_seed_and_cpuid_sequence_have_the_same_size_256/256": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_10_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_11_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_12_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_13_-_Trace_match_with_2_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_14_-_Metadata_match_with_the_metadata_of_2_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_15_-_Validate_trace_for_expression_'^.*multi:tp.*arg_long_A.*',_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_16_-_Validate_trace_for_expression_'^.*multi:tp.*arg_long_B.*arg_float_B.*',_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_17_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_18_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.hvDgJx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_19_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_20_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_21_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_22_-_Trace_match_with_2_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_23_-_Metadata_match_with_the_metadata_of_2_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_24_-_Validate_trace_for_expression_'^.*multi:tp.*enum_int_C.*',_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_25_-_Validate_trace_for_expression_'^.*multi:tp.*enum_int_D.*',_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_26_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_27_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.bWvPzQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_28_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_29_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_2_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.YIkUgV": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_30_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_31_-_Trace_match_with_2_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_32_-_Metadata_match_with_the_metadata_of_1_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_33_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_34_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.pbmrnW": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_35_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_36_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_37_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_38_-_Trace_match_with_16_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_39_-_Metadata_match_with_the_metadata_of_16_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_3_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_40_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_41_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.sddQh8": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_42_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_43_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_44_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_45_-_Trace_match_with_4_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_46_-_Metadata_match_with_the_metadata_of_2_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_47_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_48_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.CZKdDQ": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_49_-_Enable_ust_event_multi:tp_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_4_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_50_-_Start_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_51_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_52_-_Trace_match_with_3_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_53_-_Metadata_match_with_the_metadata_of_1_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_54_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_55_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_5_-_Stop_lttng_tracing_for_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_6_-_Trace_match_with_2_event_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_7_-_Metadata_match_with_the_metadata_of_1_event_s__named_multi:tp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_8_-_Destroy_session_multi_lib": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-lib/test_multi_lib_9_-_Create_session_multi_lib_in_-o_/tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.T962cy": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_10_-_Start_tracing_for_session_multi-session-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_11_-_Create_session_multi-session-3_in_-o_/tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_12_-_Enable_ust_event_ust_gen_nevents:tptest3_for_session_multi-session-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_13_-_Start_tracing_for_session_multi-session-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_14_-_Start_application_to_generate_100_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_15_-_Wait_for_events_to_record": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_16_-_Stop_lttng_tracing_for_session_multi-session-0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_17_-_Destroy_session_multi-session-0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_18_-_Trace_validation_of_multi-session-0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_19_-_Stop_lttng_tracing_for_session_multi-session-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_20_-_Destroy_session_multi-session-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_21_-_Trace_validation_of_multi-session-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_22_-_Stop_lttng_tracing_for_session_multi-session-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_23_-_Destroy_session_multi-session-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_24_-_Trace_validation_of_multi-session-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_25_-_Stop_lttng_tracing_for_session_multi-session-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_26_-_Destroy_session_multi-session-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_27_-_Trace_validation_of_multi-session-3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_28_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_2_-_Create_session_multi-session-0_in_-o_/tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_3_-_Enable_ust_event_ust_gen_nevents:tptest0_for_session_multi-session-0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_4_-_Start_tracing_for_session_multi-session-0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_5_-_Create_session_multi-session-1_in_-o_/tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_6_-_Enable_ust_event_ust_gen_nevents:tptest1_for_session_multi-session-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_7_-_Start_tracing_for_session_multi-session-1": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_8_-_Create_session_multi-session-2_in_-o_/tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/multi-session/test_multi_session_9_-_Enable_ust_event_ust_gen_nevents:tptest2_for_session_multi-session-2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_100_-_Stop_lttng_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_101_-_Destroy_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_102_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_103_-_Validate_trace_for_event_uts_ns_=_4026531838,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_104_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_10_-_Destroy_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_11_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_12_-_Validate_trace_for_event_cgroup_ns_=_4026531835,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_13_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_14_-_Get_current_ipc_namespace_inode:_4026531839": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_15_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_16_-_Create_session_ipc_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.egHywv": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_17_-_Enable_channel_ipc_ns_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_18_-_Add_context_command_for_type:_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_19_-_Enable_ust_event_tp:tptest_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_1_-_Get_current_cgroup_namespace_inode:_4026531835": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_20_-_Start_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_21_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_22_-_Stop_lttng_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_23_-_Destroy_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_24_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_25_-_Validate_trace_for_event_ipc_ns_=_4026531839,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_26_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_27_-_Get_current_mnt_namespace_inode:_4026531841": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_28_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_29_-_Create_session_mnt_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.WMUvM6": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_30_-_Enable_channel_mnt_ns_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_31_-_Add_context_command_for_type:_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_32_-_Enable_ust_event_tp:tptest_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_33_-_Start_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_34_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_35_-_Stop_lttng_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_36_-_Destroy_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_37_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_38_-_Validate_trace_for_event_mnt_ns_=_4026531841,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_39_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_3_-_Create_session_cgroup_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.DuLd8w": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_40_-_Get_current_net_namespace_inode:_4026531840": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_41_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_42_-_Create_session_net_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.0vVP4G": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_43_-_Enable_channel_net_ns_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_44_-_Add_context_command_for_type:_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_45_-_Enable_ust_event_tp:tptest_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_46_-_Start_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_47_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_48_-_Stop_lttng_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_49_-_Destroy_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_4_-_Enable_channel_cgroup_ns_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_50_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_51_-_Validate_trace_for_event_net_ns_=_4026531840,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_52_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_53_-_Get_current_pid_namespace_inode:_4026531836": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_54_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_55_-_Create_session_pid_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.APRfk4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_56_-_Enable_channel_pid_ns_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_57_-_Add_context_command_for_type:_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_58_-_Enable_ust_event_tp:tptest_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_59_-_Start_tracing_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_5_-_Add_context_command_for_type:_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_60_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_61_-_Stop_lttng_tracing_for_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_62_-_Destroy_session_pid_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_63_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_64_-_Validate_trace_for_event_pid_ns_=_4026531836,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_65_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_66_-_Get_current_time_namespace_inode:_4026531834": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_67_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_68_-_Create_session_time_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.g9PvUw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_69_-_Enable_channel_time_ns_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_6_-_Enable_ust_event_tp:tptest_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_70_-_Add_context_command_for_type:_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_71_-_Enable_ust_event_tp:tptest_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_72_-_Start_tracing_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_73_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_74_-_Stop_lttng_tracing_for_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_75_-_Destroy_session_time_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_76_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_77_-_Validate_trace_for_event_time_ns_=_4026531834,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_78_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_79_-_Get_current_user_namespace_inode:_4026531837": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_7_-_Start_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_80_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_81_-_Create_session_user_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.uJc7I5": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_82_-_Enable_channel_user_ns_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_83_-_Add_context_command_for_type:_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_84_-_Enable_ust_event_tp:tptest_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_85_-_Start_tracing_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_86_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_87_-_Stop_lttng_tracing_for_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_88_-_Destroy_session_user_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_89_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_8_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_90_-_Validate_trace_for_event_user_ns_=_4026531837,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_91_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_92_-_Get_current_uts_namespace_inode:_4026531838": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_93_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_94_-_Create_session_uts_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.r2WDEd": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_95_-_Enable_channel_uts_ns_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_96_-_Add_context_command_for_type:_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_97_-_Enable_ust_event_tp:tptest_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_98_-_Start_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_99_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_9_-_Stop_lttng_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_10_-_Stop_lttng_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_11_-_Destroy_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_12_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_13_-_Validate_trace_for_event_cgroup_ns_=_4026531835,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_14_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_15_-_Validate_trace_for_event_cgroup_ns_=_4026532338,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_16_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_17_-_Get_current_ipc_namespace_inode:_4026531839": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_18_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_19_-_Create_session_ipc_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.jvGOmC": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_1_-_Get_current_cgroup_namespace_inode:_4026531835": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_20_-_Enable_channel_ipc_ns_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_21_-_Add_context_command_for_type:_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_22_-_Enable_ust_event_tp:tptest_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_23_-_Start_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_24_-_Get_current_ipc_namespace_inode:_4026532337": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_25_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_26_-_Stop_lttng_tracing_for_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_27_-_Destroy_session_ipc_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_28_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_29_-_Validate_trace_for_event_ipc_ns_=_4026531839,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_2_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_30_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_31_-_Validate_trace_for_event_ipc_ns_=_4026532337,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_32_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_33_-_Get_current_mnt_namespace_inode:_4026531841": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_34_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_35_-_Create_session_mnt_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.fDlQPj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_36_-_Enable_channel_mnt_ns_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_37_-_Add_context_command_for_type:_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_38_-_Enable_ust_event_tp:tptest_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_39_-_Start_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_3_-_Create_session_cgroup_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.2DSA5v": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_40_-_Get_current_mnt_namespace_inode:_4026532338": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_41_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_42_-_Stop_lttng_tracing_for_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_43_-_Destroy_session_mnt_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_44_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_45_-_Validate_trace_for_event_mnt_ns_=_4026531841,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_46_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_47_-_Validate_trace_for_event_mnt_ns_=_4026532338,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_48_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_49_-_Get_current_net_namespace_inode:_4026531840": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_4_-_Enable_channel_cgroup_ns_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_50_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_51_-_Create_session_net_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.YYuHtc": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_52_-_Enable_channel_net_ns_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_53_-_Add_context_command_for_type:_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_54_-_Enable_ust_event_tp:tptest_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_55_-_Start_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_56_-_Get_current_net_namespace_inode:_4026532337": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_57_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_58_-_Stop_lttng_tracing_for_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_59_-_Destroy_session_net_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_5_-_Add_context_command_for_type:_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_60_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_61_-_Validate_trace_for_event_net_ns_=_4026531840,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_62_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_63_-_Validate_trace_for_event_net_ns_=_4026532337,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_64_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_65_-_Get_current_uts_namespace_inode:_4026531838": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_66_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_67_-_Create_session_uts_ns_in_-o_/tmp/tmp.XXXXXXXXXXace_path.pDylms": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_68_-_Enable_channel_uts_ns_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_69_-_Add_context_command_for_type:_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_6_-_Enable_ust_event_tp:tptest_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_70_-_Enable_ust_event_tp:tptest_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_71_-_Start_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_72_-_Get_current_uts_namespace_inode:_4026532338": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_73_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_74_-_Stop_lttng_tracing_for_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_75_-_Destroy_session_uts_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_76_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_77_-_Validate_trace_for_event_uts_ns_=_4026531838,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_78_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_79_-_Validate_trace_for_event_uts_ns_=_4026532338,_1000_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_7_-_Start_tracing_for_session_cgroup_ns": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_80_-_Read_a_total_of_1000_events,_expected_1000": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_8_-_Get_current_cgroup_namespace_inode:_4026532338": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/namespaces/test_ns_contexts_change_9_-_Reported_namespace_inode_changed_after_unshare": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_2_-_All_applications_are_registered_to_sessiond": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_3_-_Create_session_ust-nprocesses_in_-o_/tmp/tmp.XXXXXXXXXXesses_trace_path.hnqGQ3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_4_-_Enable_ust_event_tp:tptest_for_session_ust-nprocesses": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_5_-_Start_tracing_for_session_ust-nprocesses": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_6_-_Stop_lttng_tracing_for_session_ust-nprocesses": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_7_-_Destroy_session_ust-nprocesses": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_8_-_Stopped_all_spawned_applications": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/nprocesses/test_nprocesses_9_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_100_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_101_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.UJbK77": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_102_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_103_-_Enable_event_with_filtering_for_session_twice_failure_detected": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_104_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_105_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_106_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_107_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_108_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_109_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_10_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_110_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_111_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_112_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.fa5cEh": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_113_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_114_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_115_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_116_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_117_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_118_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_119_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_11_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_120_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_121_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_122_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_123_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.BvhFjm": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_124_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_125_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_126_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_127_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_128_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_129_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_12_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_130_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_131_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_132_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_133_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_134_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.F4mxvP": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_135_-_Enable_event_ust_tests_demo:starting_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_136_-_Enable_event_ust_tests_demo:starting_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_137_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_138_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_139_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_13_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.AtKT37": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_140_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_141_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_142_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_143_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_144_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_145_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.d9dz3x": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_146_-_Enable_event_us*_with_loglevel_TRACE_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_147_-_Enable_event_ust*_with_loglevel-only_TRACE_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_148_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_149_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_14_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_150_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_151_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_152_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_153_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_154_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_155_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_156_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.RuUP0C": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_157_-_Enable_event_ust_tests_demo:starting_with_loglevel_TRACE_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_158_-_Enable_event_ust_tests_demo:starting_with_loglevel_TRACE_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_159_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_15_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_160_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_161_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_162_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_163_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_164_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_165_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_166_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_167_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.aD95Hg": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_168_-_Enable_event_ust*_with_loglevel_TRACE_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_169_-_Enable_event_ust*_with_loglevel_TRACE_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_16_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_170_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_171_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_172_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_173_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_174_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_175_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_176_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_177_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_178_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.YCIu6o": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_179_-_Enable_ust_event_ust_tests_demo_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_17_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_180_-_Enable_ust_event_ust_tests_demo2_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_181_-_Enable_ust_event_ust_tests_demo3_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_182_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_183_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_184_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_185_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_186_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_187_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_188_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_189_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_18_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_190_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.jG8dlA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_191_-_Enable_event_us*_with_loglevel_TRACE_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_192_-_Enable_event_ust_tests_demo2:loop_with_loglevel_TRACE_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_193_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_194_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_195_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_196_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_197_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_198_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_199_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_19_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_200_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_201_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.M3Pj70": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_202_-_Enable_ust_event_us*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_203_-_Enable_ust_event_ust*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_204_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_205_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_206_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_207_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_208_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_209_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_20_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_210_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_211_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_212_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.hhEX4h": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_213_-_Enable_ust_event_us*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_214_-_Enable_ust_event_ust_tests_demo:starting_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_215_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_216_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_217_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_218_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_219_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_21_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_220_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_221_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_222_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_223_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.bUaGG2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_224_-_Enable_event_us*_with_loglevel_TRACE_WARNING": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_225_-_Enable_event_ust*_with_loglevel_TRACE_CRIT": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_226_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_227_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_228_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_229_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_22_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_230_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_231_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_232_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_233_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_234_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.Er8Jlp": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_235_-_Enable_ust_event_us*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_236_-_Enable_ust_event_ust_tests_demo:starting_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_237_-_Disable_event_us*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_238_-_Disable_event_ust_tests_demo:starting_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_239_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_23_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_240_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_241_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_242_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_243_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_244_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_245_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_246_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_247_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.HP2SCx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_248_-_Enable_ust_event_us*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_249_-_Enable_ust_event_ust_tests_demo:starting_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_24_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.ItfKIj": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_250_-_Disable_event_us*_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_251_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_252_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_253_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_254_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_255_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_256_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_257_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_258_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_259_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_25_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_26_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_27_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_28_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_29_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_2_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.LuGHp4": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_30_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_31_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_32_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_33_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_34_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_35_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.vt1xSb": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_36_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_37_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_38_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_39_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_3_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_40_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_41_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_42_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_43_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_44_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_45_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_46_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.BUvoGl": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_47_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_48_-_Enable_event_ust_tests_demo:starting_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_49_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_4_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_50_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_51_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_52_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_53_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_54_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_55_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_56_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_57_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.BubMX0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_58_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_59_-_Enable_event_ust_tests_demo:starting_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_5_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_60_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_61_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_62_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_63_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_64_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_65_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_66_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_67_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_68_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.aYeAO0": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_69_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_6_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_70_-_Enable_event_ust_tests_demo:starting_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_71_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_72_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_73_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_74_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_75_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_76_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_77_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_78_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_79_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.O18Ugk": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_7_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_80_-_Enable_event_us*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_81_-_Enable_event_ust_tests_demo:starting_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_82_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_83_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_84_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_85_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_86_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_87_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_88_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_89_-_Destroy_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_8_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_90_-_Create_session_wildcard-overlap_in_-o_/tmp/tmp.XXXXXXXXXXap.69cMsA": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_91_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_92_-_Enable_event_ust*_with_filtering_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_93_-_Start_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_94_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_95_-_Stop_lttng_tracing_for_session_wildcard-overlap": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_96_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_97_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_98_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_99_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/overlap/test_overlap_9_-_Trace_match": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/python-logging/test_python_logging": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.ust/python-logging/test_python_logging_1_#_SKIP_:_Python_agent_test_skipped.": {
    "status": "SKIPPED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_100_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_101_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_102_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_103_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_104_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_105_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_106_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_107_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_108_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_109_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_10_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_110_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_111_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_112_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_113_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_114_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_115_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_116_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_117_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_118_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_119_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_11_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_120_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_121_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_122_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_123_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_124_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_125_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_126_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_127_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_128_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_129_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_12_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_130_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_131_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_132_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_133_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_134_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_135_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_136_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_137_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_138_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_139_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_13_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_140_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_141_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_142_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_143_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_144_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_145_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_146_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_147_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_148_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_149_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_14_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_150_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_15_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_16_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_17_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_18_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_19_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_20_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_21_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_22_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_23_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_24_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_25_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_26_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_27_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_28_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_29_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_2_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_30_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_31_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_32_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_33_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_34_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_35_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_36_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_37_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_38_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_39_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_3_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_40_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_41_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_42_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_43_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_44_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_45_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_46_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_47_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_48_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_49_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_4_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_50_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_51_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_52_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_53_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_54_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_55_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_56_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_57_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_58_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_59_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_5_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_60_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_61_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_62_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_63_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_64_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_65_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_66_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_67_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_68_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_69_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_6_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_70_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_71_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_72_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_73_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_74_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_75_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_76_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_77_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_78_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_79_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_7_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_80_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_81_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_82_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_83_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_84_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_85_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_86_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_87_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_88_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_89_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_8_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_90_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_91_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_92_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_93_-_Enable_channel_testchan_for_session_rotation_destroy_flush:_4096_bytes_tracefile_limit": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_94_-_Enable_event_tp:tptest_for_session_rotation_destroy_flush_in_channel_testchan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_95_-_Start_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_96_-_Application_done": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_97_-_Stop_lttng_tracing_for_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_98_-_Destroy_session_rotation_destroy_flush": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_99_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/rotation-destroy-flush/test_rotation_destroy_flush_9_-_Create_session_rotation_destroy_flush_in_-o_/tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_10_-_Add_context_command_for_type:_vtid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_11_-_Add_context_command_for_type:_pthread_id": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_12_-_Add_context_command_for_type:_procname": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_13_-_Add_context_command_for_type:_procname": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_14_-_Disable_event_tp1_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_15_-_Disable_event_ev3_for_session_ust_event_basic2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_16_-_Enable_ust_event_tp1_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_17_-_Enable_ust_event_ev3_for_session_ust_event_basic2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_18_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_19_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_20_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_21_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_22_-_Validate_trace": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_23_-_Destroy_session_ust_event_basic2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_24_-_Destroy_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_25_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_2_-_Create_session_ust_event_basic_in_-o_/tmp/tmp.XXXXXXXXXX_basic_trace_path.N8fxY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_3_-_Create_session_ust_event_basic2_in_-o_/tmp/tmp.XXXXXXXXXX_basic_trace_path.N8fxY3": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_4_-_Enable_channel_mychan_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_5_-_Enable_channel_mychan2_for_session_ust_event_basic2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_6_-_Enable_ust_event_tp1_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_7_-_Enable_ust_event_ev2_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_8_-_Enable_ust_event_ev3_for_session_ust_event_basic2": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_basic_9_-_Add_context_command_for_type:_vpid": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_10_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:r:test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_11_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:r::": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_12_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw::": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_13_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_14_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:r0110:test:wrong": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_15_-_Destroy_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_16_-_Create_session_ust_event_basic_in_-o_/tmp/tmp.XXXXXXXXXX_basic_trace_path.kPBEQx": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_17_-_Enable_channel_mychan_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_18_-_Enable_event_tp:tptest_for_session_ust_event_basic_in_channel_mychan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_19_-_Add_context_command_for_type:_perf:thread:page-fault": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_20_-_Start_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_21_-_Stop_lttng_tracing_for_session": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_22_-_Validate_trace_for_event_perf_thread_page_fault,_1_events": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_23_-_Destroy_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_24_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_2_-_Create_session_ust_event_basic_in_-o_/tmp/tmp.XXXXXXXXXXng_raw_trace_path.vVF3oE": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_3_-_Enable_channel_mychan_for_session_ust_event_basic": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_4_-_Enable_event_tp:tptest_for_session_ust_event_basic_in_channel_mychan": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_5_-_Add_context_command_for_type:_perf:thread:raw:r0110:test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_6_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:rZZZ:test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_7_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:b0110:test": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_8_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:r0110:": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_perf_9_-_Add_context_command_failed_as_expected_for_type:_perf:thread:raw:r0110::": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_1_-_Start_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_2_-_Create_session_tracef_in_-o_/tmp/tmp.XXXXXXXXXX_tracef_trace_path.MNKF9B": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_3_-_Enable_ust_event_lttng_ust_tracef:event_for_session_tracef": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_4_-_Start_tracing_for_session_tracef": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_5_-_Traced_application_stopped.": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_6_-_Stop_lttng_tracing_for_session_tracef": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_7_-_Destroy_session_tracef": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_8_-_Trace_match_with_100_event_lttng_ust_tracef:event": {
    "status": "PASSED"
   },
   "ptestresult.lttng-tools.ust/test_event_tracef_9_-_Wait_after_kill_session_daemon": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/lttng-tools/ptest\nPASS: ini_config/test_ini_config 1 - Successfully opened a config file, registered to all sections\nPASS: ini_config/test_ini_config 2 - Processed entries from each sections\nPASS: ini_config/test_ini_config 3 - Text value parsed correctly\nPASS: ini_config/test_ini_config 4 - Successfully opened a config file, registered to one section\nPASS: ini_config/test_ini_config 5 - Processed an entry from section1 only\nPASS: ini_config/test_ini_config 6 - Int value parsed correctly\nPASS: ini_config/test_ini_config 7 - Successfully opened a config file, registered to the global section\nPASS: ini_config/test_ini_config 8 - Processed an entry from the global section only\nPASS: test_action 1 - Create notify action\nPASS: test_action 2 - Action has type LTTNG_ACTION_TYPE_NOTIFY\nPASS: test_action 3 - Default policy is every n=1\nPASS: test_action 4 - Set rate policy\nPASS: test_action 5 - Notify action policy get\nPASS: test_action 6 - Action notify serialized\nPASS: test_action 7 - Notify action created from payload is non-null\nPASS: test_action 8 - Serialized and de-serialized notify action are equal\nPASS: test_action 9 - Create rotate_session action\nPASS: test_action 10 - Action has type LTTNG_ACTION_TYPE_ROTATE_SESSION\nPASS: test_action 11 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 12 - Set session name (object,NULL) expect invalid\nPASS: test_action 13 - Set session name (NULL,object) expect invalid\nPASS: test_action 14 - Set session name\nPASS: test_action 15 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 16 - Default policy is every n=1\nPASS: test_action 17 - Set rate policy\nPASS: test_action 18 - rotate_session action policy get\nPASS: test_action 19 - Action rotate_session serialized\nPASS: test_action 20 - rotate_session action created from payload is non-null\nPASS: test_action 21 - Serialized and de-serialized rotate_session action are equal\nPASS: test_action 22 - Create start_session action\nPASS: test_action 23 - Action has type LTTNG_ACTION_TYPE_START_SESSION\nPASS: test_action 24 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 25 - Set session name (object,NULL) expect invalid\nPASS: test_action 26 - Set session name (NULL,object) expect invalid\nPASS: test_action 27 - Set session name\nPASS: test_action 28 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 29 - Default policy is every n=1\nPASS: test_action 30 - Set rate policy\nPASS: test_action 31 - start_session action policy get\nPASS: test_action 32 - Action start_session serialized\nPASS: test_action 33 - start_session action created from payload is non-null\nPASS: test_action 34 - Serialized and de-serialized start_session action are equal\nPASS: test_action 35 - Create stop_session action\nPASS: test_action 36 - Action has type LTTNG_ACTION_TYPE_STOP_SESSION\nPASS: test_action 37 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 38 - Set session name (object,NULL) expect invalid\nPASS: test_action 39 - Set session name (NULL,object) expect invalid\nPASS: test_action 40 - Set session name\nPASS: test_action 41 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 42 - Default policy is every n=1\nPASS: test_action 43 - Set rate policy\nPASS: test_action 44 - stop_session action policy get\nPASS: test_action 45 - Action stop_session serialized\nPASS: test_action 46 - stop_session action created from payload is non-null\nPASS: test_action 47 - Serialized and de-serialized stop_session action are equal\nPASS: test_action 48 - Create snapshot_session action\nPASS: test_action 49 - Action has type LTTNG_ACTION_TYPE_SNAPSHOT_SESSION\nPASS: test_action 50 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 51 - Set session name (object,NULL) expect invalid\nPASS: test_action 52 - Set session name (NULL,object) expect invalid\nPASS: test_action 53 - Set session name\nPASS: test_action 54 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 55 - Default policy is every n=1\nPASS: test_action 56 - Set rate policy\nPASS: test_action 57 - snapshot_session action policy get\nPASS: test_action 58 - Action snapshot_session serialized\nPASS: test_action 59 - snapshot_session action created from payload is non-null\nPASS: test_action 60 - Serialized and de-serialized snapshot_session action are equal\nPASS: test_buffer_view 1 - !lttng_buffer_view_contains_string(&view, buf, 4)\nPASS: test_buffer_view 2 - lttng_buffer_view_contains_string(&view, buf, 5)\nPASS: test_buffer_view 3 - !lttng_buffer_view_contains_string(&view, buf, 6)\nPASS: test_buffer_view 4 - !lttng_buffer_view_contains_string(&view_minus_one, buf, 4)\nPASS: test_buffer_view 5 - !lttng_buffer_view_contains_string(&view_minus_one, buf, 5)\nPASS: test_directory_handle 1 - Initialized directory handle from the test directory\nPASS: test_directory_handle 2 - Error returned when attempting to recursively remove non-empty hierarchy with LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG\nPASS: test_directory_handle 3 - No error returned when recursively removing empty hierarchy with LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG\nPASS: test_directory_handle 4 - Folder hierarchy /tmp/lttng-yu0DUC/fail_non_empty successfully removed\nPASS: test_directory_handle 5 - Initialized directory handle from the test directory\nPASS: test_directory_handle 6 - No error returned when attempting to recursively remove non-empty hierarchy with LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG\nPASS: test_directory_handle 7 - Test directory still exists after skip\nPASS: test_directory_handle 8 - No error returned when recursively removing empty hierarchy with LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG\nPASS: test_directory_handle 9 - Folder hierarchy /tmp/lttng-yu0DUC/skip_non_empty successfully removed\nPASS: test_event_expr_to_bytecode 1 - event payload field\nPASS: test_event_expr_to_bytecode 2 - channel context field\nPASS: test_event_expr_to_bytecode 3 - app-specific context field\nPASS: test_event_expr_to_bytecode 4 - array field element\nPASS: test_event_rule 1 - tracepoint object.\nPASS: test_event_rule 2 - setting pattern.\nPASS: test_event_rule 3 - getting pattern.\nPASS: test_event_rule 4 - pattern is equal.\nPASS: test_event_rule 5 - setting filter.\nPASS: test_event_rule 6 - getting filter.\nPASS: test_event_rule 7 - filter is equal.\nPASS: test_event_rule 8 - Serializing.\nPASS: test_event_rule 9 - Deserializing.\nPASS: test_event_rule 10 - serialized and from buffer are equal.\nPASS: test_event_rule 11 - user tracepoint object.\nPASS: test_event_rule 12 - setting pattern.\nPASS: test_event_rule 13 - getting pattern.\nPASS: test_event_rule 14 - pattern is equal.\nPASS: test_event_rule 15 - setting filter.\nPASS: test_event_rule 16 - getting filter.\nPASS: test_event_rule 17 - filter is equal.\nPASS: test_event_rule 18 - get unset log level rule.\nPASS: test_event_rule 19 - setting log level rule.\nPASS: test_event_rule 20 - get log level rule.\nPASS: test_event_rule 21 - setting name pattern exclusions \"my_event_test1\"\nPASS: test_event_rule 22 - setting name pattern exclusions \"my_event_test2\"\nPASS: test_event_rule 23 - setting name pattern exclusions \"my_event_test3\"\nPASS: test_event_rule 24 - getting name pattern exclusion count.\nPASS: test_event_rule 25 - count is 3/3\nPASS: test_event_rule 26 - getting name pattern exclusion at index 0.\nPASS: test_event_rule 27 - my_event_test1 == my_event_test1.\nPASS: test_event_rule 28 - getting name pattern exclusion at index 1.\nPASS: test_event_rule 29 - my_event_test2 == my_event_test2.\nPASS: test_event_rule 30 - getting name pattern exclusion at index 2.\nPASS: test_event_rule 31 - my_event_test3 == my_event_test3.\nPASS: test_event_rule 32 - Serializing.\nPASS: test_event_rule 33 - Deserializing.\nPASS: test_event_rule 34 - serialized and from buffer are equal.\nPASS: test_event_rule 35 - syscall object.\nPASS: test_event_rule 36 - setting pattern.\nPASS: test_event_rule 37 - getting pattern.\nPASS: test_event_rule 38 - pattern is equal.\nPASS: test_event_rule 39 - setting filter.\nPASS: test_event_rule 40 - getting filter.\nPASS: test_event_rule 41 - filter is equal.\nPASS: test_event_rule 42 - Serializing.\nPASS: test_event_rule 43 - Deserializing.\nPASS: test_event_rule 44 - serialized and from buffer are equal.\nPASS: test_event_rule 45 - uprobe event rule object creation.\nPASS: test_event_rule 46 - Getting uprobe event rule location.\nPASS: test_event_rule 47 - Location is equal.\nPASS: test_event_rule 48 - Setting uprobe event rule name: my_probe..\nPASS: test_event_rule 49 - Getting uprobe name.\nPASS: test_event_rule 50 - Uprobe name are equal.\nPASS: test_event_rule 51 - Serializing.\nPASS: test_event_rule 52 - Deserializing.\nPASS: test_event_rule 53 - serialized and from buffer are equal.\nPASS: test_event_rule 54 - kprobe event rule object creation.\nPASS: test_event_rule 55 - Getting kprobe event rule location.\nPASS: test_event_rule 56 - Locations are equal.\nPASS: test_event_rule 57 - Setting kprobe event rule name: my_probe.\nPASS: test_event_rule 58 - Getting kprobe name.\nPASS: test_event_rule 59 - kprobe name are equal.\nPASS: test_event_rule 60 - Serializing.\nPASS: test_event_rule 61 - Deserializing.\nPASS: test_event_rule 62 - serialized and from buffer are equal.\nPASS: test_event_rule 63 - kprobe event rule object creation.\nPASS: test_event_rule 64 - Getting kprobe event rule location.\nPASS: test_event_rule 65 - Locations are equal.\nPASS: test_event_rule 66 - Setting kprobe event rule name: my_probe.\nPASS: test_event_rule 67 - Getting kprobe name.\nPASS: test_event_rule 68 - kprobe name are equal.\nPASS: test_event_rule 69 - Serializing.\nPASS: test_event_rule 70 - Deserializing.\nPASS: test_event_rule 71 - serialized and from buffer are equal.\nPASS: test_event_rule 72 - log4j_logging object.\nPASS: test_event_rule 73 - setting pattern.\nPASS: test_event_rule 74 - getting pattern.\nPASS: test_event_rule 75 - pattern is equal.\nPASS: test_event_rule 76 - setting filter.\nPASS: test_event_rule 77 - getting filter.\nPASS: test_event_rule 78 - filter is equal.\nPASS: test_event_rule 79 - get unset log level rule.\nPASS: test_event_rule 80 - setting log level rule.\nPASS: test_event_rule 81 - get log level rule.\nPASS: test_event_rule 82 - Serializing.\nPASS: test_event_rule 83 - Deserializing.\nPASS: test_event_rule 84 - serialized and from buffer are equal.\nPASS: test_event_rule 85 - jul_logging object.\nPASS: test_event_rule 86 - setting pattern.\nPASS: test_event_rule 87 - getting pattern.\nPASS: test_event_rule 88 - pattern is equal.\nPASS: test_event_rule 89 - setting filter.\nPASS: test_event_rule 90 - getting filter.\nPASS: test_event_rule 91 - filter is equal.\nPASS: test_event_rule 92 - get unset log level rule.\nPASS: test_event_rule 93 - setting log level rule.\nPASS: test_event_rule 94 - get log level rule.\nPASS: test_event_rule 95 - Serializing.\nPASS: test_event_rule 96 - Deserializing.\nPASS: test_event_rule 97 - serialized and from buffer are equal.\nPASS: test_event_rule 98 - python_logging object.\nPASS: test_event_rule 99 - setting pattern.\nPASS: test_event_rule 100 - getting pattern.\nPASS: test_event_rule 101 - pattern is equal.\nPASS: test_event_rule 102 - setting filter.\nPASS: test_event_rule 103 - getting filter.\nPASS: test_event_rule 104 - filter is equal.\nPASS: test_event_rule 105 - get unset log level rule.\nPASS: test_event_rule 106 - setting log level rule.\nPASS: test_event_rule 107 - get log level rule.\nPASS: test_event_rule 108 - Serializing.\nPASS: test_event_rule 109 - Deserializing.\nPASS: test_event_rule 110 - serialized and from buffer are equal.\nPASS: test_event_rule 111 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = EMERG\nPASS: test_event_rule 112 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = EMERG\nPASS: test_event_rule 113 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = ALERT\nPASS: test_event_rule 114 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = ALERT\nPASS: test_event_rule 115 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = CRIT\nPASS: test_event_rule 116 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = CRIT\nPASS: test_event_rule 117 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = ERR\nPASS: test_event_rule 118 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = ERR\nPASS: test_event_rule 119 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = WARNING\nPASS: test_event_rule 120 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = WARNING\nPASS: test_event_rule 121 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = NOTICE\nPASS: test_event_rule 122 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = NOTICE\nPASS: test_event_rule 123 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = INFO\nPASS: test_event_rule 124 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = INFO\nPASS: test_event_rule 125 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_SYSTEM\nPASS: test_event_rule 126 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_SYSTEM\nPASS: test_event_rule 127 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_PROGRAM\nPASS: test_event_rule 128 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_PROGRAM\nPASS: test_event_rule 129 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_PROCESS\nPASS: test_event_rule 130 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_PROCESS\nPASS: test_event_rule 131 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_MODULE\nPASS: test_event_rule 132 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_MODULE\nPASS: test_event_rule 133 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_UNIT\nPASS: test_event_rule 134 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_UNIT\nPASS: test_event_rule 135 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_FUNCTION\nPASS: test_event_rule 136 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_FUNCTION\nPASS: test_event_rule 137 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_LINE\nPASS: test_event_rule 138 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_LINE\nPASS: test_event_rule 139 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG\nPASS: test_event_rule 140 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG\nPASS: test_event_rule 141 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = -1980\nPASS: test_event_rule 142 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = -1980\nPASS: test_event_rule 143 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = 1995\nPASS: test_event_rule 144 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = 1995\nPASS: test_event_rule 145 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = 15\nPASS: test_event_rule 146 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = 15\nPASS: test_event_rule 147 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = -1\nPASS: test_event_rule 148 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = -1\nPASS: test_event_rule 149 - Log level rule \"exactly\" accepted by jul logging event rule: level = OFF\nPASS: test_event_rule 150 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = OFF\nPASS: test_event_rule 151 - Log level rule \"exactly\" accepted by jul logging event rule: level = SEVERE\nPASS: test_event_rule 152 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = SEVERE\nPASS: test_event_rule 153 - Log level rule \"exactly\" accepted by jul logging event rule: level = WARNING\nPASS: test_event_rule 154 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = WARNING\nPASS: test_event_rule 155 - Log level rule \"exactly\" accepted by jul logging event rule: level = INFO\nPASS: test_event_rule 156 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = INFO\nPASS: test_event_rule 157 - Log level rule \"exactly\" accepted by jul logging event rule: level = CONFIG\nPASS: test_event_rule 158 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = CONFIG\nPASS: test_event_rule 159 - Log level rule \"exactly\" accepted by jul logging event rule: level = FINE\nPASS: test_event_rule 160 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = FINE\nPASS: test_event_rule 161 - Log level rule \"exactly\" accepted by jul logging event rule: level = FINER\nPASS: test_event_rule 162 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = FINER\nPASS: test_event_rule 163 - Log level rule \"exactly\" accepted by jul logging event rule: level = FINEST\nPASS: test_event_rule 164 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = FINEST\nPASS: test_event_rule 165 - Log level rule \"exactly\" accepted by jul logging event rule: level = ALL\nPASS: test_event_rule 166 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = ALL\nPASS: test_event_rule 167 - Log level rule \"exactly\" accepted by jul logging event rule: level = 0\nPASS: test_event_rule 168 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = 0\nPASS: test_event_rule 169 - Log level rule \"exactly\" accepted by jul logging event rule: level = -1980\nPASS: test_event_rule 170 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = -1980\nPASS: test_event_rule 171 - Log level rule \"exactly\" accepted by jul logging event rule: level = 1995\nPASS: test_event_rule 172 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = 1995\nPASS: test_event_rule 173 - Log level rule \"exactly\" accepted by log4j logging event rule: level = OFF\nPASS: test_event_rule 174 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = OFF\nPASS: test_event_rule 175 - Log level rule \"exactly\" accepted by log4j logging event rule: level = FATAL\nPASS: test_event_rule 176 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = FATAL\nPASS: test_event_rule 177 - Log level rule \"exactly\" accepted by log4j logging event rule: level = ERROR\nPASS: test_event_rule 178 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = ERROR\nPASS: test_event_rule 179 - Log level rule \"exactly\" accepted by log4j logging event rule: level = WARN\nPASS: test_event_rule 180 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = WARN\nPASS: test_event_rule 181 - Log level rule \"exactly\" accepted by log4j logging event rule: level = INFO\nPASS: test_event_rule 182 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = INFO\nPASS: test_event_rule 183 - Log level rule \"exactly\" accepted by log4j logging event rule: level = DEBUG\nPASS: test_event_rule 184 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = DEBUG\nPASS: test_event_rule 185 - Log level rule \"exactly\" accepted by log4j logging event rule: level = TRACE\nPASS: test_event_rule 186 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = TRACE\nPASS: test_event_rule 187 - Log level rule \"exactly\" accepted by log4j logging event rule: level = ALL\nPASS: test_event_rule 188 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = ALL\nPASS: test_event_rule 189 - Log level rule \"exactly\" accepted by log4j logging event rule: level = -1980\nPASS: test_event_rule 190 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = -1980\nPASS: test_event_rule 191 - Log level rule \"exactly\" accepted by log4j logging event rule: level = 1995\nPASS: test_event_rule 192 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = 1995\nPASS: test_event_rule 193 - Log level rule \"exactly\" accepted by python logging event rule: level = CRITICAL\nPASS: test_event_rule 194 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = CRITICAL\nPASS: test_event_rule 195 - Log level rule \"exactly\" accepted by python logging event rule: level = ERROR\nPASS: test_event_rule 196 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = ERROR\nPASS: test_event_rule 197 - Log level rule \"exactly\" accepted by python logging event rule: level = WARNING\nPASS: test_event_rule 198 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = WARNING\nPASS: test_event_rule 199 - Log level rule \"exactly\" accepted by python logging event rule: level = INFO\nPASS: test_event_rule 200 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = INFO\nPASS: test_event_rule 201 - Log level rule \"exactly\" accepted by python logging event rule: level = DEBUG\nPASS: test_event_rule 202 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = DEBUG\nPASS: test_event_rule 203 - Log level rule \"exactly\" accepted by python logging event rule: level = NOTSET\nPASS: test_event_rule 204 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = NOTSET\nPASS: test_event_rule 205 - Log level rule \"exactly\" accepted by python logging event rule: level = 45\nPASS: test_event_rule 206 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = 45\nPASS: test_event_rule 207 - Log level rule \"exactly\" accepted by python logging event rule: level = 35\nPASS: test_event_rule 208 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = 35\nPASS: test_event_rule 209 - Log level rule \"exactly\" accepted by python logging event rule: level = 0\nPASS: test_event_rule 210 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = 0\nPASS: test_event_rule 211 - Log level rule \"exactly\" accepted by python logging event rule: level = -657\nPASS: test_event_rule 212 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = -657\nPASS: test_fd_tracker 1 - Created an fd tracker with a limit of 50 simulateously opened file descriptors\nPASS: test_fd_tracker 2 - Track unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 3 - Track unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 4 - Track unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 5 - Untrack unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 6 - Untrack unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 7 - Untrack unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 8 - Test directory is empty\nPASS: test_fd_tracker 9 - fd_tracker_open_unsuspendable_fd() forwards the user callback's error code\nPASS: test_fd_tracker 10 - Output fd parameter is unaffected on error of fd_tracker_open_unsuspendable_fd()\nPASS: test_fd_tracker 11 - fd_tracker_open_unsuspendable_fd() sets the output fd parameter to the newly-tracked fd's value\nPASS: test_fd_tracker 12 - fd_tracker_close_unsuspendable_fd() forwards the user callback's error code\nPASS: test_fd_tracker 13 - Test directory is empty\nPASS: test_fd_tracker 14 - EEXIST reported on open of an already tracked file descriptor\nPASS: test_fd_tracker 15 - Test directory is empty\nPASS: test_fd_tracker 16 - EINVAL reported on close of an untracked file descriptor\nPASS: test_fd_tracker 17 - Test directory is empty\nPASS: test_fd_tracker 18 - File descriptor tracker allowed the user to meet its limit with unsuspendable file descriptors (50)\nPASS: test_fd_tracker 19 - EMFILE reported when exceeding the file descriptor limit while opening an unsuspendable fd\nPASS: test_fd_tracker 20 - Test directory is empty\nPASS: test_fd_tracker 21 - Created 500 files with a limit of 50 simultaneously-opened file descriptor\nPASS: test_fd_tracker 22 - Expected 55 open file descriptors (55 are open)\nPASS: test_fd_tracker 23 - Close all opened filesystem handles\nPASS: test_fd_tracker 24 - Test directory is empty\nPASS: test_fd_tracker 25 - Created 500 files with a limit of 50 simultaneously-opened file descriptor\nPASS: test_fd_tracker 26 - Expected 55 open file descriptors (55 are open)\nPASS: test_fd_tracker 27 - Wrote reference string to 500 files\nPASS: test_fd_tracker 28 - FD tracker enforced the file descriptor cap\nPASS: test_fd_tracker 29 - Files contain the expected content\nPASS: test_fd_tracker 30 - Close all opened filesystem handles\nPASS: test_fd_tracker 31 - Test directory is empty\nPASS: test_fd_tracker 32 - Created 50 files with a limit of 50 simultaneously-opened file descriptor\nPASS: test_fd_tracker 33 - Expected 55 open file descriptors (55 are open)\nPASS: test_fd_tracker 34 - Track unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 35 - Track unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 36 - Track unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 37 - Expected 52 open file descriptors (52 are open)\nPASS: test_fd_tracker 38 - Untrack unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 39 - Untrack unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 40 - Untrack unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 41 - Expected 52 open file descriptors (52 are open)\nPASS: test_fd_tracker 42 - Close all opened filesystem handles\nPASS: test_fd_tracker 43 - Test directory is empty\nPASS: test_fd_tracker 44 - Successfully opened 2 handles to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 45 - Successfully unlinked the first handle to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 46 - my_file no longer present on file system after unlink\nPASS: test_fd_tracker 47 - /tmp/fd-tracker-L0LpLL/unlinked_files/0 exists on file system after unlink\nPASS: test_fd_tracker 48 - Got fd from first handle\nPASS: test_fd_tracker 49 - fd tracker does not allow two fds to be used at once\nPASS: test_fd_tracker 50 - Got fd from second handle\nPASS: test_fd_tracker 51 - ENOENT is reported when attempting to unlink the second handle to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 52 - Successfully opened a new handle to previously unlinked file /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 53 - Successfully unlinked the new handle handle to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 54 - /tmp/fd-tracker-L0LpLL/unlinked_files/1 exists on file system after unlink\nPASS: test_fd_tracker 55 - Successfully closed the first handle\nPASS: test_fd_tracker 56 - Successfully closed the second handle\nPASS: test_fd_tracker 57 - Successfully closed the third handle\nPASS: test_fd_tracker 58 - my_file no longer present on file system after handle close\nPASS: test_fd_tracker 59 - /tmp/fd-tracker-L0LpLL/unlinked_files/0 no longer present on file system after handle close\nPASS: test_fd_tracker 60 - /tmp/fd-tracker-L0LpLL/unlinked_files/1 no longer present on file system after handle close\nPASS: test_fd_tracker 61 - Test directory is empty\nPASS: test_rate_policy 1 - Rate policy every n A created: interval: 100\nPASS: test_rate_policy 2 - Rate policy every n B created: interval: 100\nPASS: test_rate_policy 3 - Rate policy every n C created: interval: 1\nPASS: test_rate_policy 4 - Type is LTTNG_RATE_POLICY_TYPE_EVERY_N\nPASS: test_rate_policy 5 - Get interval returns INVALID\nPASS: test_rate_policy 6 - Get interval returns INVALID\nPASS: test_rate_policy 7 - Get interval returns INVALID\nPASS: test_rate_policy 8 -  Getting interval A\nPASS: test_rate_policy 9 -  Getting interval B\nPASS: test_rate_policy 10 -  Getting interval C\nPASS: test_rate_policy 11 - is equal (NULL,NULL)\nPASS: test_rate_policy 12 - is equal (object, NULL)\nPASS: test_rate_policy 13 -  is equal (NULL, object)\nPASS: test_rate_policy 14 - is equal (object A, object A)\nPASS: test_rate_policy 15 - is equal (object A, object B\nPASS: test_rate_policy 16 - is equal (object B, object A\nPASS: test_rate_policy 17 - is equal (object A, object C)\nPASS: test_rate_policy 18 - is equal (object C, object A)\nPASS: test_rate_policy 19 - Serializing\nPASS: test_rate_policy 20 - Deserializing\nPASS: test_rate_policy 21 - serialized and from buffer are equal\nPASS: test_rate_policy 22 - Rate policy every n A created: threshold: 100\nPASS: test_rate_policy 23 - Rate policy every n B created: threshold: 100\nPASS: test_rate_policy 24 - Rate policy every n C created: threshold: 1\nPASS: test_rate_policy 25 - Type is LTTNG_RATE_POLICY_TYPE_once_after_n\nPASS: test_rate_policy 26 - Get threshold returns INVALID\nPASS: test_rate_policy 27 - Get threshold returns INVALID\nPASS: test_rate_policy 28 - Get threshold returns INVALID\nPASS: test_rate_policy 29 -  Getting threshold A\nPASS: test_rate_policy 30 -  Getting threshold B\nPASS: test_rate_policy 31 -  Getting threshold C\nPASS: test_rate_policy 32 - is equal (NULL,NULL)\nPASS: test_rate_policy 33 - is equal (object, NULL)\nPASS: test_rate_policy 34 -  is equal (NULL, object)\nPASS: test_rate_policy 35 - is equal (object A, object A)\nPASS: test_rate_policy 36 - is equal (object A, object B\nPASS: test_rate_policy 37 - is equal (object B, object A\nPASS: test_rate_policy 38 - is equal (object A, object C)\nPASS: test_rate_policy 39 - is equal (object C, object A)\nPASS: test_rate_policy 40 - Serializing\nPASS: test_rate_policy 41 - Deserializing\nPASS: test_rate_policy 42 - serialized and from buffer are equal\nPASS: test_kernel_data 1 - Create kernel session\nPASS: test_kernel_data 2 - Validate kernel session\nPASS: test_kernel_data 3 - Create kernel metadata\nPASS: test_kernel_data 4 - Validate kernel session metadata\nPASS: test_kernel_data 5 - Create kernel channel\nPASS: test_kernel_data 6 - Validate kernel channel\nPASS: test_kernel_data 7 - Validate string length\nPASS: test_kernel_data 8 - Create kernel event\nPASS: test_kernel_data 9 - Validate kernel event\nPASS: test_kernel_data 10 - Create kernel stream\nPASS: test_kernel_data 11 - Validate kernel stream\nPASS: test_kernel_probe 1 - Location object\nPASS: test_kernel_probe 2 - Location type got 1 expected 1\nPASS: test_kernel_probe 3 - Getting address\nPASS: test_kernel_probe 4 - Address is equal. Got 50 expected 50\nPASS: test_kernel_probe 5 - Serializing\nPASS: test_kernel_probe 6 - Deserializing\nPASS: test_kernel_probe 7 - Location from buffer type got 1 expected 1\nPASS: test_kernel_probe 8 - Getting address\nPASS: test_kernel_probe 9 - Address from buffer is equal. Got 50 expected 50\nPASS: test_kernel_probe 10 - serialized and from buffer are equal\nPASS: test_kernel_probe 11 - Location object\nPASS: test_kernel_probe 12 - Location type got 0 expected 0\nPASS: test_kernel_probe 13 - Getting symbol name\nPASS: test_kernel_probe 14 - Symbol name is equal. Got Une_bonne, expected Une_bonne\nPASS: test_kernel_probe 15 - Getting offset\nPASS: test_kernel_probe 16 - Offset is equal. Got 50 expected 50\nPASS: test_kernel_probe 17 - Serializing\nPASS: test_kernel_probe 18 - Deserializing\nPASS: test_kernel_probe 19 - Location from buffer type got 0 expected 0\nPASS: test_kernel_probe 20 - Getting symbol name\nPASS: test_kernel_probe 21 - Symbol name is equal. Got Une_bonne, expected Une_bonne\nPASS: test_kernel_probe 22 - Getting offset\nPASS: test_kernel_probe 23 - Offset is equal. Got 50 expected 50\nPASS: test_kernel_probe 24 - serialized and from buffer are equal\nPASS: test_log_level_rule 1 - Log level exactly allocated\nPASS: test_log_level_rule 2 - Log level rule exactly type\nPASS: test_log_level_rule 3 - Get the level\nPASS: test_log_level_rule 4 - Level property is valid\nPASS: test_log_level_rule 5 - Same object is equal\nPASS: test_log_level_rule 6 - Object a and b are equal\nPASS: test_log_level_rule 7 -  Object of different levels are not equal\nPASS: test_log_level_rule 8 -  Object of different types are not equal\nPASS: test_log_level_rule 9 - Serializing.\nPASS: test_log_level_rule 10 - Deserializing.\nPASS: test_log_level_rule 11 - Serialized and from buffer are equal\nPASS: test_log_level_rule 12 - Log level at_least_as_severe_as allocated\nPASS: test_log_level_rule 13 - Log level rule at_least_as_severe_as type\nPASS: test_log_level_rule 14 - Get the level\nPASS: test_log_level_rule 15 - Level property is valid\nPASS: test_log_level_rule 16 - Same object is equal\nPASS: test_log_level_rule 17 - Object a and b are equal\nPASS: test_log_level_rule 18 -  Object of different levels are not equal\nPASS: test_log_level_rule 19 -  Object of different types are not equal\nPASS: test_log_level_rule 20 - Serializing.\nPASS: test_log_level_rule 21 - Deserializing.\nPASS: test_log_level_rule 22 - Serialized and from buffer are equal\nPASS: test_log_level_rule 23 - Get type on invalid pointer\nPASS: test_log_level_rule 24 - lttng_log_level_rule_exactly_get_level (NULL, NULL) returns invalid\nPASS: test_log_level_rule 25 - lttng_log_level_rule_exactly_get_level (valid, NULL) returns invalid\nPASS: test_log_level_rule 26 - lttng_log_level_rule_exactly_get_level (NULL, valid) returns invalid\nPASS: test_log_level_rule 27 - lttng_log_level_rule_at_least_as_severe_as_get_level (NULL, NULL) returns invalid\nPASS: test_log_level_rule 28 - lttng_log_level_rule_at_least_as_severe_as_get_level (valid, NULL) returns invalid\nPASS: test_log_level_rule 29 - lttng_log_level_rule_at_least_as_severe_as_get_level (NULL, valid) returns invalid\nPASS: test_notification 1 - Condition allocated\nPASS: test_notification 2 - Condition is of type \"low buffer usage\"\nPASS: test_notification 3 - Threshold ratio is unset\nPASS: test_notification 4 - Threshold byte is unset\nPASS: test_notification 5 - Session name is unset\nPASS: test_notification 6 - Session name is null\nPASS: test_notification 7 - Channel name is unset\nPASS: test_notification 8 - Channel name is null\nPASS: test_notification 9 - Domain name is unset\nPASS: test_notification 10 - Set null condition on set session name\nPASS: test_notification 11 - Get session name with null condition\nPASS: test_notification 12 - Session name is null\nPASS: test_notification 13 - Session name is unset\nPASS: test_notification 14 - Session name is null\nPASS: test_notification 15 - Set null session name\nPASS: test_notification 16 - Session name is unset\nPASS: test_notification 17 - Session name is null\nPASS: test_notification 18 - Set empty session name\nPASS: test_notification 19 - Session name is unset\nPASS: test_notification 20 - Session name is null\nPASS: test_notification 21 - Set session name session420\nPASS: test_notification 22 - Session name is set\nPASS: test_notification 23 - Session name has a value\nPASS: test_notification 24 - Session name is session420\nPASS: test_notification 25 - Set session name to empty\nPASS: test_notification 26 - Session name is still set\nPASS: test_notification 27 - Session name has a value\nPASS: test_notification 28 - Session is still name is session420\nPASS: test_notification 29 - Set null condition on set channel name\nPASS: test_notification 30 - Get channel name with null condition\nPASS: test_notification 31 - Channel name is unset\nPASS: test_notification 32 - Channel name is null\nPASS: test_notification 33 - Set null channel name\nPASS: test_notification 34 - Channel name is unset\nPASS: test_notification 35 - Channel name is null\nPASS: test_notification 36 - Set empty channel name\nPASS: test_notification 37 - Channel name is unset\nPASS: test_notification 38 - Channel name is null\nPASS: test_notification 39 - Set channel name channel420\nPASS: test_notification 40 - Channel name is set\nPASS: test_notification 41 - Channel name has a value\nPASS: test_notification 42 - Channel name is channel420\nPASS: test_notification 43 - Set channel name to empty\nPASS: test_notification 44 - Channel name is still set\nPASS: test_notification 45 - Channel name has a value\nPASS: test_notification 46 - Channel is still name is channel420\nPASS: test_notification 47 - Set threshold ratio with null condition\nPASS: test_notification 48 - Get threshold ratio with null condition\nPASS: test_notification 49 - Threshold ratio is unset\nPASS: test_notification 50 - Set threshold ratio < 0\nPASS: test_notification 51 - Threshold ratio is unset\nPASS: test_notification 52 - Set Threshold ratio > 1\nPASS: test_notification 53 - Threshold ratio is unset\nPASS: test_notification 54 - Set threshold ratio == 1.0\nPASS: test_notification 55 - Threshold ratio is set\nPASS: test_notification 56 - Threshold ratio is 1.0\nPASS: test_notification 57 - Set threshold ratio == 0.0\nPASS: test_notification 58 - Threshold ratio is set\nPASS: test_notification 59 - Threshold ratio is 0.0\nPASS: test_notification 60 - Set threshold ratio == 0.420\nPASS: test_notification 61 - Threshold ratio is set\nPASS: test_notification 62 - Threshold ratio is 0.420\nPASS: test_notification 63 - Set threshold with null condition\nPASS: test_notification 64 - Get threshold value with null condition\nPASS: test_notification 65 - Threshold is unset\nPASS: test_notification 66 - Set threshold > 0\nPASS: test_notification 67 - Threshold is set\nPASS: test_notification 68 - Threshold is 100000\nPASS: test_notification 69 - Set threshold UINT64_MAX\nPASS: test_notification 70 - Threshold is set\nPASS: test_notification 71 - Threshold is UINT64_MAX\nPASS: test_notification 72 - Set threshold  == 0\nPASS: test_notification 73 - Threshold is set\nPASS: test_notification 74 - Threshold is 0\nPASS: test_notification 75 - Threshold ratio is unset\nPASS: test_notification 76 - Threshold ratio is untouched\nPASS: test_notification 77 - Set threshold ratio == 0.420\nPASS: test_notification 78 - Threshold ratio is set\nPASS: test_notification 79 - Threshold ratio is 0.420\nPASS: test_notification 80 - Threshold is unset\nPASS: test_notification 81 - Threshold is untouched\nPASS: test_notification 82 - Set domain type with null condition\nPASS: test_notification 83 - Get domain type with null condition\nPASS: test_notification 84 - Set domain type as LTTNG_DOMAIN_NONE\nPASS: test_notification 85 - Domain type is unset\nPASS: test_notification 86 - Set domain type as LTTNG_DOMAIN_UST\nPASS: test_notification 87 - Domain type is set\nPASS: test_notification 88 - Domain type is LTTNG_DOMAIN_UST\nPASS: test_notification 89 - High buffer usage condition allocated\nPASS: test_notification 90 - Condition is of type \"high buffer usage\"\nPASS: test_notification 91 - Threshold ratio is unset\nPASS: test_notification 92 - Threshold byte is unset\nPASS: test_notification 93 - Session name is unset\nPASS: test_notification 94 - Session name is null\nPASS: test_notification 95 - Channel name is unset\nPASS: test_notification 96 - Channel name is null\nPASS: test_notification 97 - Domain name is unset\nPASS: test_notification 98 - Set null condition on set session name\nPASS: test_notification 99 - Get session name with null condition\nPASS: test_notification 100 - Session name is null\nPASS: test_notification 101 - Session name is unset\nPASS: test_notification 102 - Session name is null\nPASS: test_notification 103 - Set null session name\nPASS: test_notification 104 - Session name is unset\nPASS: test_notification 105 - Session name is null\nPASS: test_notification 106 - Set empty session name\nPASS: test_notification 107 - Session name is unset\nPASS: test_notification 108 - Session name is null\nPASS: test_notification 109 - Set session name session420\nPASS: test_notification 110 - Session name is set\nPASS: test_notification 111 - Session name has a value\nPASS: test_notification 112 - Session name is session420\nPASS: test_notification 113 - Set session name to empty\nPASS: test_notification 114 - Session name is still set\nPASS: test_notification 115 - Session name has a value\nPASS: test_notification 116 - Session is still name is session420\nPASS: test_notification 117 - Set null condition on set channel name\nPASS: test_notification 118 - Get channel name with null condition\nPASS: test_notification 119 - Channel name is unset\nPASS: test_notification 120 - Channel name is null\nPASS: test_notification 121 - Set null channel name\nPASS: test_notification 122 - Channel name is unset\nPASS: test_notification 123 - Channel name is null\nPASS: test_notification 124 - Set empty channel name\nPASS: test_notification 125 - Channel name is unset\nPASS: test_notification 126 - Channel name is null\nPASS: test_notification 127 - Set channel name channel420\nPASS: test_notification 128 - Channel name is set\nPASS: test_notification 129 - Channel name has a value\nPASS: test_notification 130 - Channel name is channel420\nPASS: test_notification 131 - Set channel name to empty\nPASS: test_notification 132 - Channel name is still set\nPASS: test_notification 133 - Channel name has a value\nPASS: test_notification 134 - Channel is still name is channel420\nPASS: test_notification 135 - Set threshold ratio with null condition\nPASS: test_notification 136 - Get threshold ratio with null condition\nPASS: test_notification 137 - Threshold ratio is unset\nPASS: test_notification 138 - Set threshold ratio < 0\nPASS: test_notification 139 - Threshold ratio is unset\nPASS: test_notification 140 - Set Threshold ratio > 1\nPASS: test_notification 141 - Threshold ratio is unset\nPASS: test_notification 142 - Set threshold ratio == 1.0\nPASS: test_notification 143 - Threshold ratio is set\nPASS: test_notification 144 - Threshold ratio is 1.0\nPASS: test_notification 145 - Set threshold ratio == 0.0\nPASS: test_notification 146 - Threshold ratio is set\nPASS: test_notification 147 - Threshold ratio is 0.0\nPASS: test_notification 148 - Set threshold ratio == 0.420\nPASS: test_notification 149 - Threshold ratio is set\nPASS: test_notification 150 - Threshold ratio is 0.420\nPASS: test_notification 151 - Set threshold with null condition\nPASS: test_notification 152 - Get threshold value with null condition\nPASS: test_notification 153 - Threshold is unset\nPASS: test_notification 154 - Set threshold > 0\nPASS: test_notification 155 - Threshold is set\nPASS: test_notification 156 - Threshold is 100000\nPASS: test_notification 157 - Set threshold UINT64_MAX\nPASS: test_notification 158 - Threshold is set\nPASS: test_notification 159 - Threshold is UINT64_MAX\nPASS: test_notification 160 - Set threshold  == 0\nPASS: test_notification 161 - Threshold is set\nPASS: test_notification 162 - Threshold is 0\nPASS: test_notification 163 - Threshold ratio is unset\nPASS: test_notification 164 - Threshold ratio is untouched\nPASS: test_notification 165 - Set threshold ratio == 0.420\nPASS: test_notification 166 - Threshold ratio is set\nPASS: test_notification 167 - Threshold ratio is 0.420\nPASS: test_notification 168 - Threshold is unset\nPASS: test_notification 169 - Threshold is untouched\nPASS: test_notification 170 - Set domain type with null condition\nPASS: test_notification 171 - Get domain type with null condition\nPASS: test_notification 172 - Set domain type as LTTNG_DOMAIN_NONE\nPASS: test_notification 173 - Domain type is unset\nPASS: test_notification 174 - Set domain type as LTTNG_DOMAIN_UST\nPASS: test_notification 175 - Domain type is set\nPASS: test_notification 176 - Domain type is LTTNG_DOMAIN_UST\nPASS: test_notification 177 - lttng_trigger_create(NULL, NULL) returns null\nPASS: test_notification 178 - lttng_trigger_create(NON-NULL, NULL) returns null\nPASS: test_notification 179 - lttng_trigger_create(NULL, NON-NULL) returns null\nPASS: test_notification 180 - lttng_trigger_create(NON-NULL, NON-NULL) returns an object\nPASS: test_payload 1 - Added three file descriptors to an lttng_payload\nPASS: test_payload 2 - File descriptors are popped from a payload view in the order of insertion\nPASS: test_payload 3 - Error reported when popping more file descriptors than were pushed\nPASS: test_payload 4 - Same file descriptor returned when popping from different top-level views\nPASS: test_payload 5 - Different file descriptors returned when popping from descendant views\nPASS: test_relayd_backward_compat_group_by_session 1 - In: hostname/auto-20190918-164429/ust/uid/1000/64-bit, out: auto-20190918-164429/hostname-20190918-164429/ust/uid/1000/64-bit, expected: auto-20190918-164429/hostname-20190918-164429/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 2 - In: hostname/custom_auto-20190319-120000/ust/uid/1000/64-bit, out: custom_auto-20190319-120000/hostname-20190319-120000/ust/uid/1000/64-bit, expected: custom_auto-20190319-120000/hostname-20190319-120000/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 3 - In: hostname/test-20190918-164709/ust/uid/1000/64-bit, out: test/hostname-20190918-164709/ust/uid/1000/64-bit, expected: test/hostname-20190918-164709/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 4 - In: hostname//snapshot-1-20190918-164829-0/ust//uid/1000/64-bit, out: my_session/hostname-20250616-113525/snapshot-1-20190918-164829-0/ust//uid/1000/64-bit, expected: my_session/hostname-20250616-113525/snapshot-1-20190918-164829-0/ust//uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 5 - In: hostname//snapshot-1-20190918-175919-0/ust//uid/1000/64-bit, out: my_session/hostname-20250616-113525/snapshot-1-20190918-175919-0/ust//uid/1000/64-bit, expected: my_session/hostname-20250616-113525/snapshot-1-20190918-175919-0/ust//uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 6 - In: hostname//auto-20190918-171641/ust/uid/1000/64-bit, out: auto-20190918-171641/hostname-20190918-171641/ust/uid/1000/64-bit, expected: auto-20190918-171641/hostname-20190918-171641/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 7 - In: hostname//test-20190918-180333//ust/uid/1000/64-bit, out: test-20190918-180333/hostname-20190918-180333//ust/uid/1000/64-bit, expected: test-20190918-180333/hostname-20190918-180333//ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 8 - In: hostname/extra/path/ust/uid/1000/64-bit, out: auto-20190919-122110/hostname-20190919-122110/extra/path/ust/uid/1000/64-bit, expected: auto-20190919-122110/hostname-20190919-122110/extra/path/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 9 - In: hostname/extra/path/ust/uid/1000/64-bit, out: test/hostname-20250616-113525/extra/path/ust/uid/1000/64-bit, expected: test/hostname-20250616-113525/extra/path/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 10 - In: hostname/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit, out: test/hostname-20250616-113525/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit, expected: test/hostname-20250616-113525/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 11 - In: hostname/test-20190319-120000-20190918-180921/ust/uid/1000/64-bit, out: test-20190319-120000/hostname-20190918-180921/ust/uid/1000/64-bit, expected: test-20190319-120000/hostname-20190918-180921/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 12 - Returned null as expected\nPASS: test_relayd_backward_compat_group_by_session 13 - Returned null as expected\nPASS: test_relayd_backward_compat_group_by_session 14 - In: hostname/test, out: test/hostname-20250616-113525/, expected: test/hostname-20250616-113525/\nPASS: test_relayd_backward_compat_group_by_session 15 - In: hostname/test/ust/uid/1000/64-bit, out: test/hostname-20250616-113525/ust/uid/1000/64-bit, expected: test/hostname-20250616-113525/ust/uid/1000/64-bit\nPASS: test_session 1 - Session list: not NULL\nPASS: test_session 2 - Create session: test1\nPASS: test_session 3 - Validating session: session found\nPASS: test_session 4 - Validating session: basic sanity check\nPASS: test_session 5 - Destroying session: session found\nPASS: test_session 6 - Destroying session: test1 destroyed\nPASS: test_session 7 - Duplicate session creation\nPASS: test_session 8 - Create session with a NULL name (auto-generate a name)\nPASS: test_session 9 - Auto-generated session name starts with auto\nPASS: test_session 10 - Large sessions number: created 10000 sessions\nPASS: test_session 11 - Large sessions number: destroyed 10000 sessions\nPASS: test_string_utils 1 - strutils_normalize_star_glob_pattern() produces the expected result: `salut` -> `salut`\nPASS: test_string_utils 2 - strutils_normalize_star_glob_pattern() produces the expected result: `sal*ut` -> `sal*ut`\nPASS: test_string_utils 3 - strutils_normalize_star_glob_pattern() produces the expected result: `sal**ut` -> `sal*ut`\nPASS: test_string_utils 4 - strutils_normalize_star_glob_pattern() produces the expected result: `sal***ut` -> `sal*ut`\nPASS: test_string_utils 5 - strutils_normalize_star_glob_pattern() produces the expected result: `*salut` -> `*salut`\nPASS: test_string_utils 6 - strutils_normalize_star_glob_pattern() produces the expected result: `**salut` -> `*salut`\nPASS: test_string_utils 7 - strutils_normalize_star_glob_pattern() produces the expected result: `***salut` -> `*salut`\nPASS: test_string_utils 8 - strutils_normalize_star_glob_pattern() produces the expected result: `salut*` -> `salut*`\nPASS: test_string_utils 9 - strutils_normalize_star_glob_pattern() produces the expected result: `salut**` -> `salut*`\nPASS: test_string_utils 10 - strutils_normalize_star_glob_pattern() produces the expected result: `salut***` -> `salut*`\nPASS: test_string_utils 11 - strutils_normalize_star_glob_pattern() produces the expected result: `sa\\*lut` -> `sa\\*lut`\nPASS: test_string_utils 12 - strutils_normalize_star_glob_pattern() produces the expected result: `sa\\**lut` -> `sa\\**lut`\nPASS: test_string_utils 13 - strutils_normalize_star_glob_pattern() produces the expected result: `sa*\\**lut` -> `sa*\\**lut`\nPASS: test_string_utils 14 - strutils_normalize_star_glob_pattern() produces the expected result: `sa*\\***lut` -> `sa*\\**lut`\nPASS: test_string_utils 15 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salu**t` -> `\\*salu*t`\nPASS: test_string_utils 16 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salut**` -> `\\*salut*`\nPASS: test_string_utils 17 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salut**\\*` -> `\\*salut*\\*`\nPASS: test_string_utils 18 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salut` -> `\\*salut`\nPASS: test_string_utils 19 - strutils_normalize_star_glob_pattern() produces the expected result: `\\***salut` -> `\\**salut`\nPASS: test_string_utils 20 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\` -> `salut\\`\nPASS: test_string_utils 21 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\**` -> `salut\\**`\nPASS: test_string_utils 22 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\\\*` -> `salut\\\\*`\nPASS: test_string_utils 23 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\\\***` -> `salut\\\\*`\nPASS: test_string_utils 24 - strutils_normalize_star_glob_pattern() produces the expected result: `*` -> `*`\nPASS: test_string_utils 25 - strutils_normalize_star_glob_pattern() produces the expected result: `**` -> `*`\nPASS: test_string_utils 26 - strutils_normalize_star_glob_pattern() produces the expected result: `***` -> `*`\nPASS: test_string_utils 27 - strutils_normalize_star_glob_pattern() produces the expected result: `**\\***` -> `*\\**`\nPASS: test_string_utils 28 - strutils_is_star_glob_pattern() returns the expected result: `allo*` -> 1\nPASS: test_string_utils 29 - strutils_is_star_glob_pattern() returns the expected result: `*allo` -> 1\nPASS: test_string_utils 30 - strutils_is_star_glob_pattern() returns the expected result: `*allo*` -> 1\nPASS: test_string_utils 31 - strutils_is_star_glob_pattern() returns the expected result: `*al*lo*` -> 1\nPASS: test_string_utils 32 - strutils_is_star_glob_pattern() returns the expected result: `al\\**lo` -> 1\nPASS: test_string_utils 33 - strutils_is_star_glob_pattern() returns the expected result: `al\\*l*o` -> 1\nPASS: test_string_utils 34 - strutils_is_star_glob_pattern() returns the expected result: `all*o\\` -> 1\nPASS: test_string_utils 35 - strutils_is_star_glob_pattern() returns the expected result: `*` -> 1\nPASS: test_string_utils 36 - strutils_is_star_glob_pattern() returns the expected result: `\\\\*` -> 1\nPASS: test_string_utils 37 - strutils_is_star_glob_pattern() returns the expected result: `allo` -> 0\nPASS: test_string_utils 38 - strutils_is_star_glob_pattern() returns the expected result: `allo\\*` -> 0\nPASS: test_string_utils 39 - strutils_is_star_glob_pattern() returns the expected result: `al\\*lo` -> 0\nPASS: test_string_utils 40 - strutils_is_star_glob_pattern() returns the expected result: `\\*allo` -> 0\nPASS: test_string_utils 41 - strutils_is_star_glob_pattern() returns the expected result: `\\*` -> 0\nPASS: test_string_utils 42 - strutils_is_star_glob_pattern() returns the expected result: `allo\\` -> 0\nPASS: test_string_utils 43 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo*` -> 1\nPASS: test_string_utils 44 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo\\\\*` -> 1\nPASS: test_string_utils 45 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo` -> 0\nPASS: test_string_utils 46 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al*lo` -> 0\nPASS: test_string_utils 47 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al\\*lo` -> 0\nPASS: test_string_utils 48 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `*allo` -> 0\nPASS: test_string_utils 49 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al*lo*` -> 0\nPASS: test_string_utils 50 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo**` -> 0\nPASS: test_string_utils 51 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo*\\*` -> 0\nPASS: test_string_utils 52 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo\\*` -> 0\nPASS: test_string_utils 53 - strutils_split() produces the expected substrings: `a/b/c/d/e` (delim. `/`, escape `0`)\nPASS: test_string_utils 54 - strutils_split() produces the expected substrings: `a/b//d/e` (delim. `/`, escape `0`)\nPASS: test_string_utils 55 - strutils_split() produces the expected substrings: `/b/c/d/e` (delim. `/`, escape `0`)\nPASS: test_string_utils 56 - strutils_split() produces the expected substrings: `a/b/c/d/` (delim. `/`, escape `0`)\nPASS: test_string_utils 57 - strutils_split() produces the expected substrings: `/b/c/d/` (delim. `/`, escape `0`)\nPASS: test_string_utils 58 - strutils_split() produces the expected substrings: `` (delim. `/`, escape `0`)\nPASS: test_string_utils 59 - strutils_split() produces the expected substrings: `/` (delim. `/`, escape `0`)\nPASS: test_string_utils 60 - strutils_split() produces the expected substrings: `//` (delim. `/`, escape `0`)\nPASS: test_string_utils 61 - strutils_split() produces the expected substrings: `hello+world` (delim. `+`, escape `0`)\nPASS: test_string_utils 62 - strutils_split() produces the expected substrings: `hello\\+world` (delim. `+`, escape `0`)\nPASS: test_string_utils 63 - strutils_split() produces the expected substrings: `hello\\+world` (delim. `+`, escape `1`)\nPASS: test_string_utils 64 - strutils_split() produces the expected substrings: `hello\\++world` (delim. `+`, escape `1`)\nPASS: test_string_utils 65 - strutils_split() produces the expected substrings: `hello\\\\++world` (delim. `+`, escape `1`)\nPASS: test_string_utils 66 - strutils_split() produces the expected substrings: `hello+world\\` (delim. `+`, escape `0`)\nPASS: test_string_utils 67 - strutils_split() produces the expected substrings: `hello+world\\` (delim. `+`, escape `1`)\nPASS: test_string_utils 68 - strutils_split() produces the expected substrings: `\\+` (delim. `+`, escape `0`)\nPASS: test_string_utils 69 - strutils_split() produces the expected substrings: `\\+` (delim. `+`, escape `1`)\nPASS: test_unix_socket 1 - Created anonymous unix socket pair\nPASS: test_unix_socket 2 - Sent complete test payload\nPASS: test_unix_socket 3 - Sent test payload file descriptors\nPASS: test_unix_socket 4 - Received payload bytes\nPASS: test_unix_socket 5 - FD reception return value is number of fd * sizeof(int)\nPASS: test_unix_socket 6 - Received all test payload file descriptors in one invocation\nPASS: test_unix_socket 7 - Created anonymous unix socket pair\nPASS: test_unix_socket 8 - Sent binary payload for message 0\nPASS: test_unix_socket 9 - Sent file descriptors payload for message 0\nPASS: test_unix_socket 10 - Sent binary payload for message 1\nPASS: test_unix_socket 11 - Sent file descriptors payload for message 1\nPASS: test_unix_socket 12 - Sent binary payload for message 2\nPASS: test_unix_socket 13 - Sent file descriptors payload for message 2\nPASS: test_unix_socket 14 - Sent binary payload for message 3\nPASS: test_unix_socket 15 - Sent file descriptors payload for message 3\nPASS: test_unix_socket 16 - Received payload bytes for message 0\nPASS: test_unix_socket 17 - Received fd for message 0\nPASS: test_unix_socket 18 - Payload contains 1 fd for message 0\nPASS: test_unix_socket 19 - Received payload bytes for message 1\nPASS: test_unix_socket 20 - Received fd for message 1\nPASS: test_unix_socket 21 - Payload contains 1 fd for message 1\nPASS: test_unix_socket 22 - Received payload bytes for message 2\nPASS: test_unix_socket 23 - Received fd for message 2\nPASS: test_unix_socket 24 - Payload contains 1 fd for message 2\nPASS: test_unix_socket 25 - Received payload bytes for message 3\nPASS: test_unix_socket 26 - Received fd for message 3\nPASS: test_unix_socket 27 - Payload contains 1 fd for message 3\nPASS: test_unix_socket 28 - Created anonymous unix socket pair\nPASS: test_unix_socket 29 - Sent complete test payload\nPASS: test_unix_socket 30 - Sent test payload file descriptors\nPASS: test_unix_socket 31 - Received complete payload in chunks of 100 bytes\nPASS: test_unix_socket 32 - Received file descriptor after receiving payload in chunks\nPASS: test_unix_socket 33 - Payload contains 1 fd after receiving payload in chunks\nPASS: test_unix_socket 34 - Created unix socket at path `/tmp/test.unix.socket.creds.passing.fW7Dki/test_unix_socket`\nPASS: test_unix_socket 35 - Received the expected effective uid (0 == 0)\nPASS: test_unix_socket 36 - Received the expected effective gid (0 == 0)\nPASS: test_unix_socket 37 - Received the expected pid (601 == 601)\nPASS: test_uri 1 - URI set to net://localhost\nPASS: test_uri 2 - URI set to net://localhost:8989:4242/my/test/path\nPASS: test_uri 3 - URI set to net://localhost:8989:4242\nPASS: test_uri 4 - URI set to net6://[::1]:8989\nPASS: test_uri 5 - URI set to tcp://42.42.42.42/my/test/path\nPASS: test_uri 6 - URI set to tcp6://[fe80::f66d:4ff:fe53:d220]/my/test/path\nPASS: test_uri 7 - URI set to file:///my/test/path\nPASS: test_uri 8 - Bad URI set to file/my/test/path\nPASS: test_uri 9 - Bad URI set to net://:8999\nPASS: test_uri 10 - URI compare net://localhost == net://localhost\nPASS: test_uri 11 - URI compare net://localhost != net://localhost:8989:4242\nPASS: test_utils_compat_poll 1 - epoll's CLOEXEC value\nPASS: test_utils_compat_poll 2 - lttng_poll_reset is defined\nPASS: test_utils_compat_poll 3 - lttng_poll_init is defined\nPASS: test_utils_compat_poll 4 - GETFD is defined\nPASS: test_utils_compat_poll 5 - GETEV is defined\nPASS: test_utils_compat_poll 6 - GETSZ is defined\nPASS: test_utils_compat_poll 7 - GET_PREV_FD is defined\nPASS: test_utils_compat_poll 8 - Create over NULL pointer fails\nPASS: test_utils_compat_poll 9 - Create with size 0 fails\nPASS: test_utils_compat_poll 10 - Create valid poll set succeeds\nPASS: test_utils_compat_poll 11 - Adding to NULL set fails\nPASS: test_utils_compat_poll 12 - Adding to uninitialized structure fails\nPASS: test_utils_compat_poll 13 - Adding invalid FD fails\nPASS: test_utils_compat_poll 14 - Create a poll set succeeds\nPASS: test_utils_compat_poll 15 - Set created empty\nPASS: test_utils_compat_poll 16 - Adding to NULL set fails\nPASS: test_utils_compat_poll 17 - Set still empty\nPASS: test_utils_compat_poll 18 - Adding invalid FD fails\nPASS: test_utils_compat_poll 19 - Set still empty\nPASS: test_utils_compat_poll 20 - Adding valid FD succeeds\nPASS: test_utils_compat_poll 21 - Nb of elements incremented\nPASS: test_utils_compat_poll 22 - Removing from NULL set fails\nPASS: test_utils_compat_poll 23 - Number of FD in set unchanged\nPASS: test_utils_compat_poll 24 - Removing from negative FD fails\nPASS: test_utils_compat_poll 25 - Number of FD in set unchanged\nPASS: test_utils_compat_poll 26 - Removing invalid FD still succeeds\nPASS: test_utils_compat_poll 27 - Number of elements unchanged\nPASS: test_utils_compat_poll 28 - Removing valid FD succeeds\nPASS: test_utils_compat_poll 29 - Nb of elements decremented\nPASS: test_utils_compat_poll 30 - Removing from empty set fails\nPASS: test_utils_compat_poll 31 - Nb of elements unchanged\nPASS: test_utils_compat_poll 32 - pipe function succeeds\nPASS: test_utils_compat_poll 33 - pipe function succeeds\nPASS: test_utils_compat_poll 34 - Close valid FD succeeds\nPASS: test_utils_compat_poll 35 - Close valid FD succeeds\nPASS: test_utils_compat_poll 36 - lttng_poll_wait call with invalid input returns error\nPASS: test_utils_compat_poll 37 - Create valid poll set succeeds\nPASS: test_utils_compat_poll 38 - lttng_poll_wait call with invalid input returns error\nPASS: test_utils_compat_poll 39 - Add valid FD succeeds\nPASS: test_utils_compat_poll 40 - Write to pipe succeeds\nPASS: test_utils_compat_poll 41 - Wakes up on one event\nPASS: test_utils_compat_poll 42 - Removing valid FD succeeds\nPASS: test_utils_compat_poll 43 - Close valid FD succeeds\nPASS: test_utils_compat_poll 44 - Close valid FD succeeds\nPASS: test_utils_compat_poll 45 - Wait for child exit\nPASS: test_utils_compat_poll 46 - Child process exited\nPASS: test_utils_compat_poll 47 - Child process exited with EXIT_SUCCESS\nPASS: test_utils_compat_poll 48 - Test all combinations of active file descriptors for 8 file descriptors\nPASS: test_utils_compat_pthread 1 - Get the thread name: 'test_utils_comp'\nPASS: test_utils_compat_pthread 2 - Set a too long thread name: 'thisnameistoolong'\nPASS: test_utils_compat_pthread 3 - Get the thread name: 'test_utils_comp'\nPASS: test_utils_compat_pthread 4 - Compare the initial thread name: 'test_utils_comp' == 'test_utils_comp'\nPASS: test_utils_compat_pthread 5 - Set a short thread name: 'labatt50'\nPASS: test_utils_compat_pthread 6 - Get a short thread name: 'labatt50'\nPASS: test_utils_compat_pthread 7 - Compare the short thread name: 'labatt50' == 'labatt50'\nPASS: test_utils_compat_pthread 8 - Set a long thread name: 'procrastinating'\nPASS: test_utils_compat_pthread 9 - Get a long thread name: 'procrastinating'\nPASS: test_utils_compat_pthread 10 - Compare the long thread name: 'procrastinating' == 'procrastinating'\nPASS: test_utils_expand_path 1 - valid test case: /a/b/c/d/e\nPASS: test_utils_expand_path 2 - valid test case: /a//b//c/d/e\nPASS: test_utils_expand_path 3 - valid test case: ./a/b/c/d/e\nPASS: test_utils_expand_path 4 - valid test case: ../a/b/c/d/../e\nPASS: test_utils_expand_path 5 - valid test case: .././a/b/c/d/./e\nPASS: test_utils_expand_path 6 - valid test case: ../../a/b/c/d/e\nPASS: test_utils_expand_path 7 - valid test case: ./a/b/../c/d/../e\nPASS: test_utils_expand_path 8 - valid test case: ../a/b/../../c/./d/./e\nPASS: test_utils_expand_path 9 - valid test case: ../../a/b/../c/d/../../e\nPASS: test_utils_expand_path 10 - valid test case: ./a/b/c/d/../../../../e\nPASS: test_utils_expand_path 11 - valid test case: .././a/b/c/d/./e\nPASS: test_utils_expand_path 12 - valid test case: a/\nPASS: test_utils_expand_path 13 - valid test case: a\nPASS: test_utils_expand_path 14 - valid test case: ../../\nPASS: test_utils_expand_path 15 - valid test case: ../..\nPASS: test_utils_expand_path 16 - valid test case: ../\nPASS: test_utils_expand_path 17 - valid test case: ..\nPASS: test_utils_expand_path 18 - valid test case: ./\nPASS: test_utils_expand_path 19 - valid test case: .\nPASS: test_utils_expand_path 20 - valid test case: /../a/b/c/d/e\nPASS: test_utils_expand_path 21 - valid test case: /a/b/c/d/../../../../../e\nPASS: test_utils_expand_path 22 - valid test case: /..\nPASS: test_utils_expand_path 23 - valid test case: /a/..\nPASS: test_utils_expand_path 24 - symlink tree test case: [tmppath/]a/g/../l/.\nPASS: test_utils_expand_path 25 - symlink tree test case: [tmppath/]a/g/../l/./\nPASS: test_utils_expand_path 26 - symlink tree test case: [tmppath/]a/g/../l/..\nPASS: test_utils_expand_path 27 - symlink tree test case: [tmppath/]a/g/../l/../\nPASS: test_utils_expand_path 28 - symlink tree test case: [tmppath/]a/b/h/g/\nPASS: test_utils_expand_path 29 - invalid test case: NULL\nPASS: test_utils_parse_size_suffix 1 - valid test case: 0\nPASS: test_utils_parse_size_suffix 2 - valid test case: 1234\nPASS: test_utils_parse_size_suffix 3 - valid test case: 0x400\nPASS: test_utils_parse_size_suffix 4 - valid test case: 0300\nPASS: test_utils_parse_size_suffix 5 - valid test case: 16k\nPASS: test_utils_parse_size_suffix 6 - valid test case: 128K\nPASS: test_utils_parse_size_suffix 7 - valid test case: 0x1234k\nPASS: test_utils_parse_size_suffix 8 - valid test case: 32M\nPASS: test_utils_parse_size_suffix 9 - valid test case: 1024G\nPASS: test_utils_parse_size_suffix 10 - valid test case: 0X400\nPASS: test_utils_parse_size_suffix 11 - valid test case: 0x40a\nPASS: test_utils_parse_size_suffix 12 - valid test case: 0X40b\nPASS: test_utils_parse_size_suffix 13 - valid test case: 0x40C\nPASS: test_utils_parse_size_suffix 14 - valid test case: 0X40D\nPASS: test_utils_parse_size_suffix 15 - valid test case: 0x40e\nPASS: test_utils_parse_size_suffix 16 - valid test case: 0X40f\nPASS: test_utils_parse_size_suffix 17 - valid test case: 00\nPASS: test_utils_parse_size_suffix 18 - valid test case: 0k\nPASS: test_utils_parse_size_suffix 19 - valid test case: 0K\nPASS: test_utils_parse_size_suffix 20 - valid test case: 0M\nPASS: test_utils_parse_size_suffix 21 - valid test case: 0G\nPASS: test_utils_parse_size_suffix 22 - valid test case: 00k\nPASS: test_utils_parse_size_suffix 23 - valid test case: 00K\nPASS: test_utils_parse_size_suffix 24 - valid test case: 00M\nPASS: test_utils_parse_size_suffix 25 - valid test case: 00G\nPASS: test_utils_parse_size_suffix 26 - valid test case: 0x0\nPASS: test_utils_parse_size_suffix 27 - valid test case: 0X0\nPASS: test_utils_parse_size_suffix 28 - valid test case: 0x0k\nPASS: test_utils_parse_size_suffix 29 - valid test case: 0X0K\nPASS: test_utils_parse_size_suffix 30 - valid test case: 0x0M\nPASS: test_utils_parse_size_suffix 31 - valid test case: 0X0G\nPASS: test_utils_parse_size_suffix 32 - valid test case: 0X40G\nPASS: test_utils_parse_size_suffix 33 - valid test case: 0300k\nPASS: test_utils_parse_size_suffix 34 - valid test case: 0300K\nPASS: test_utils_parse_size_suffix 35 - valid test case: 030M\nPASS: test_utils_parse_size_suffix 36 - valid test case: 020G\nPASS: test_utils_parse_size_suffix 37 - valid test case: 0xa0k\nPASS: test_utils_parse_size_suffix 38 - valid test case: 0xa0K\nPASS: test_utils_parse_size_suffix 39 - valid test case: 0XA0M\nPASS: test_utils_parse_size_suffix 40 - valid test case: 0xA0G\nPASS: test_utils_parse_size_suffix 41 - invalid test case:\nPASS: test_utils_parse_size_suffix 42 - invalid test case:\nPASS: test_utils_parse_size_suffix 43 - invalid test case: -1\nPASS: test_utils_parse_size_suffix 44 - invalid test case: k\nPASS: test_utils_parse_size_suffix 45 - invalid test case: 4611686018427387904G\nPASS: test_utils_parse_size_suffix 46 - invalid test case: 0x40g\nPASS: test_utils_parse_size_suffix 47 - invalid test case: 08\nPASS: test_utils_parse_size_suffix 48 - invalid test case: 09\nPASS: test_utils_parse_size_suffix 49 - invalid test case: 0x\nPASS: test_utils_parse_size_suffix 50 - invalid test case: x0\nPASS: test_utils_parse_size_suffix 51 - invalid test case: 0xx0\nPASS: test_utils_parse_size_suffix 52 - invalid test case: 07kK\nPASS: test_utils_parse_size_suffix 53 - invalid test case: 0xk\nPASS: test_utils_parse_size_suffix 54 - invalid test case: 0XM\nPASS: test_utils_parse_size_suffix 55 - invalid test case: 0xG\nPASS: test_utils_parse_size_suffix 56 - invalid test case: 0x0MM\nPASS: test_utils_parse_size_suffix 57 - invalid test case: 0X0GG\nPASS: test_utils_parse_size_suffix 58 - invalid test case: 0a\nPASS: test_utils_parse_size_suffix 59 - invalid test case: 0B\nPASS: test_utils_parse_time_suffix 1 - valid test case: 0 expected 0\nPASS: test_utils_parse_time_suffix 2 - valid test case: 1234 expected 1234\nPASS: test_utils_parse_time_suffix 3 - valid test case: 1234us expected 1234\nPASS: test_utils_parse_time_suffix 4 - valid test case: 16ms expected 16000\nPASS: test_utils_parse_time_suffix 5 - valid test case: 128ms expected 128000\nPASS: test_utils_parse_time_suffix 6 - valid test case: 32s expected 32000000\nPASS: test_utils_parse_time_suffix 7 - valid test case: 1m expected 60000000\nPASS: test_utils_parse_time_suffix 8 - valid test case: 20m expected 1200000000\nPASS: test_utils_parse_time_suffix 9 - valid test case: 1h expected 3600000000\nPASS: test_utils_parse_time_suffix 10 - valid test case: 5h expected 18000000000\nPASS: test_utils_parse_time_suffix 11 - valid test case: 00 expected 0\nPASS: test_utils_parse_time_suffix 12 - valid test case: 0us expected 0\nPASS: test_utils_parse_time_suffix 13 - valid test case: 0ms expected 0\nPASS: test_utils_parse_time_suffix 14 - valid test case: 0s expected 0\nPASS: test_utils_parse_time_suffix 15 - valid test case: 0m expected 0\nPASS: test_utils_parse_time_suffix 16 - valid test case: 0h expected 0\nPASS: test_utils_parse_time_suffix 17 - valid test case: 00us expected 0\nPASS: test_utils_parse_time_suffix 18 - valid test case: 00ms expected 0\nPASS: test_utils_parse_time_suffix 19 - valid test case: 00s expected 0\nPASS: test_utils_parse_time_suffix 20 - valid test case: 00m expected 0\nPASS: test_utils_parse_time_suffix 21 - valid test case: 00h expected 0\nPASS: test_utils_parse_time_suffix 22 - valid test case: 12ms expected 12000\nPASS: test_utils_parse_time_suffix 23 - valid test case: 3597us expected 3597\nPASS: test_utils_parse_time_suffix 24 - valid test case: +5 expected 5\nPASS: test_utils_parse_time_suffix 25 - valid test case: 08 expected 8\nPASS: test_utils_parse_time_suffix 26 - valid test case: 0145us expected 145\nPASS: test_utils_parse_time_suffix 27 - invalid test case:\nPASS: test_utils_parse_time_suffix 28 - invalid test case:\nPASS: test_utils_parse_time_suffix 29 - invalid test case: -1\nPASS: test_utils_parse_time_suffix 30 - invalid test case: m\nPASS: test_utils_parse_time_suffix 31 - invalid test case: 4611686018427387904s\nPASS: test_utils_parse_time_suffix 32 - invalid test case: 0x40M\nPASS: test_utils_parse_time_suffix 33 - invalid test case: 0x\nPASS: test_utils_parse_time_suffix 34 - invalid test case: x0\nPASS: test_utils_parse_time_suffix 35 - invalid test case: 0xx0\nPASS: test_utils_parse_time_suffix 36 - invalid test case: 07mm\nPASS: test_utils_parse_time_suffix 37 - invalid test case: 0xm\nPASS: test_utils_parse_time_suffix 38 - invalid test case: 0Xs\nPASS: test_utils_parse_time_suffix 39 - invalid test case: 0x0ss\nPASS: test_utils_parse_time_suffix 40 - invalid test case: 0a\nPASS: test_utils_parse_time_suffix 41 - invalid test case: 0B\nPASS: test_utils_parse_time_suffix 42 - invalid test case: 0x3 s\nPASS: test_utils_parse_time_suffix 43 - invalid test case: 0xbs\nPASS: test_utils_parse_time_suffix 44 - invalid test case: 14ns\nPASS: test_utils_parse_time_suffix 45 - invalid test case: 0xbs\nPASS: test_utils_parse_time_suffix 46 - invalid test case: 14ns\nPASS: test_utils_parse_time_suffix 47 - invalid test case: 14ms garbage after value\nPASS: test_utils_parse_time_suffix 48 - invalid test case: 0x14s\nPASS: test_utils_parse_time_suffix 49 - invalid test case: 0u\nPASS: test_utils_parse_time_suffix 50 - invalid test case: 5mS\nPASS: test_utils_parse_time_suffix 51 - invalid test case: 5Ms\nPASS: test_utils_parse_time_suffix 52 - invalid test case: 12ussr\nPASS: test_utils_parse_time_suffix 53 - invalid test case: 67msrp\nPASS: test_utils_parse_time_suffix 54 - invalid test case: 14si\nPASS: test_utils_parse_time_suffix 55 - invalid test case: 12mo\nPASS: test_utils_parse_time_suffix 56 - invalid test case: 53hi\nPASS: test_uuid 1 - lttng_uuid_from_str - Parse valid string '3d260c88-75ea-47b8-a7e2-d6077c0378d9', expect success\nPASS: test_uuid 2 - lttng_uuid_from_str - Parse valid string '611cf3a6-a68b-4515-834f-208bc2762592', expect success\nPASS: test_uuid 3 - lttng_uuid_from_str - Parse valid string '1b4855cc-96de-4ae8-abe3-86449c2a43c4', expect success\nPASS: test_uuid 4 - lttng_uuid_from_str - Parse valid string '8ADED5B9-ACD2-439F-A60C-897403AA2AB4', expect success\nPASS: test_uuid 5 - lttng_uuid_from_str - Parse valid string 'f109e0a2-C619-4d18-b760-20EA20E0F69A', expect success\nPASS: test_uuid 6 - lttng_uuid_from_str - Parse invalid string '1b485!cc-96de-4XX8-abe3-86449c2a43?4', expect failure\nPASS: test_uuid 7 - lttng_uuid_from_str - Parse invalid string 'c2e6eddb&3955&4006&be3a&70bb63bd5f25', expect failure\nPASS: test_uuid 8 - lttng_uuid_from_str - Parse invalid string '81b1cb88-ff42-45b9-ba4d-964088ee45', expect failure\nPASS: test_uuid 9 - lttng_uuid_from_str - Parse invalid string '2d-6c6d756574-470e-9142-a4e6ad03f143', expect failure\nPASS: test_uuid 10 - lttng_uuid_from_str - Parse invalid string '4542ad19-9e4f-4931-8261-2101c3e089ae7', expect failure\nPASS: test_uuid 11 - lttng_uuid_from_str - Parse invalid string 'XX0123', expect failure\nPASS: test_uuid 12 - lttng_uuid_to_str - Convert UUID '3d260c88-75ea-47b8-a7e2-d6077c0378d9' to string, expect success\nPASS: test_uuid 13 - lttng_uuid_to_str - Convert UUID '611cf3a6-a68b-4515-834f-208bc2762592' to string, expect success\nPASS: test_uuid 14 - lttng_uuid_to_str - Convert UUID '1b4855cc-96de-4ae8-abe3-86449c2a43c4' to string, expect success\nPASS: test_uuid 15 - lttng_uuid_is_equal - Compare same UUID, expect success\nPASS: test_uuid 16 - lttng_uuid_is_equal - Compare different UUID, expect failure\nPASS: test_uuid 17 - lttng_uuid_copy - Compare copied UUID with source, expect success\nPASS: test_uuid 18 - lttng_uuid_generate - Generated UUIDs are different\nPASS: test_uuid 19 - lttng_uuid_generate - bit 6 of clock_seq_hi_and_reserved is set to zero\nPASS: test_uuid 20 - lttng_uuid_generate - bit 7 of clock_seq_hi_and_reserved is set to one\nPASS: test_uuid 21 - lttng_uuid_generate - Generated UUID version check\nPASS: test_ust_data 1 - Create UST session\nPASS: test_ust_data 2 - Validate UST session\nPASS: test_ust_data 3 - Validate channel name length\nPASS: test_ust_data 4 - Create UST channel\nPASS: test_ust_data 5 - Validate UST channel\nPASS: test_ust_data 6 - Validate string length\nPASS: test_ust_data 7 - Create UST event\nPASS: test_ust_data 8 - Validate UST event\nPASS: test_ust_data 9 - Create UST context\nPASS: test_ust_data 10 - Validate UST context\nPASS: test_ust_data 11 - Validate string length\nPASS: test_ust_data 12 - Create UST exclusion\nPASS: test_ust_data 13 - Create UST event with identical exclusion names fails\nPASS: test_ust_data 14 - Create UST exclusion\nPASS: test_ust_data 15 - Create UST event with different exclusion names\nPASS: test_ust_data 16 - Validate UST event and exclusion\n============================================================================\nTestsuite summary for lttng-tools 2.13.15\n============================================================================\n# TOTAL: 1032\n# PASS:  1032\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nPASS: tools/base-path/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXpath_ust_trace_path.RRmpgI)\nPASS: tools/base-path/test_ust 2 - Start session daemon\nPASS: tools/base-path/test_ust 3 - Create session ust_app_stream_base_path with uri:net://localhost/my/custom/path1 and opts:\nPASS: tools/base-path/test_ust 4 - Enable ust event tp:tptest for session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 5 - Start tracing for session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 6 - Stop lttng tracing for session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 7 - Destroy session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 8 - UST per-uid network trace path is valid\nPASS: tools/base-path/test_ust 9 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 10 - Create session ust_app_snapshot_create_base_path with uri:net://localhost/my/custom/path2 and opts: --snapshot\nPASS: tools/base-path/test_ust 11 - Enable ust event tp:tptest for session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 12 - Start tracing for session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 13 - Stop lttng tracing for session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 14 - Snapshot recorded\nPASS: tools/base-path/test_ust 15 - Destroy session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 16 - UST per-uid network snapshot trace path is valid\nPASS: tools/base-path/test_ust 17 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 18 - Create session ust_app_snapshot_base_path in no-output mode\nPASS: tools/base-path/test_ust 19 - Enable ust event tp:tptest for session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 20 - Start tracing for session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 21 - Stop lttng tracing for session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 22 - Snapshot recorded\nPASS: tools/base-path/test_ust 23 - Destroy session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 24 - UST per-uid network snapshot trace path is valid\nPASS: tools/base-path/test_ust 25 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 26 - Create session ust_app_snapshot_add_output_base_path in no-output mode\nPASS: tools/base-path/test_ust 27 - Enable ust event tp:tptest for session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 28 - Start tracing for session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 29 - Stop lttng tracing for session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 30 - Added snapshot output net://localhost/my/custom/path4\nPASS: tools/base-path/test_ust 31 - Snapshot recorded\nPASS: tools/base-path/test_ust 32 - Destroy session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 33 - UST per-uid network snapshot trace path is valid\nPASS: tools/base-path/test_ust 34 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 35 - Load command with opts: -i ./tools/base-path//load-stream-extra-path.lttng\nPASS: tools/base-path/test_ust 36 - Start tracing for session load-stream-extra-path\nPASS: tools/base-path/test_ust 37 - Stop lttng tracing for session load-stream-extra-path\nPASS: tools/base-path/test_ust 38 - Destroy session load-stream-extra-path\nPASS: tools/base-path/test_ust 39 - UST per-uid network trace path is valid\nPASS: tools/base-path/test_ust 40 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 41 - Wait after kill session daemon\nPASS: tools/base-path/test_ust 42 - Wait after kill relay daemon\nPASS: tools/channel/test_channel 1 - Start session daemon\nPASS: tools/channel/test_channel 2 - Create session test_channel in -o /tmp/tmp.XXXXXXXXXXel_disable_stopped_session_trace_path.Fnto5B\nPASS: tools/channel/test_channel 3 - Enable channel channel0 for session test_channel\nPASS: tools/channel/test_channel 4 - Enable ust event tp:tptest for session test_channel\nPASS: tools/channel/test_channel 5 - Start tracing for session test_channel\nPASS: tools/channel/test_channel 6 - Stop lttng tracing for session test_channel\nPASS: tools/channel/test_channel 7 - Trace match with 100 event tp:tptest\nPASS: tools/channel/test_channel 8 - Clear session test_channel\nPASS: tools/channel/test_channel 9 - Disable channel channel0 for session test_channel\nPASS: tools/channel/test_channel 10 - Start tracing for session test_channel\nPASS: tools/channel/test_channel 11 - Stop lttng tracing for session test_channel\nPASS: tools/channel/test_channel 12 - Trace match with 0 event tp:tptest\nPASS: tools/channel/test_channel 13 - Destroy session test_channel\nPASS: tools/channel/test_channel 14 - Wait after kill session daemon\nPASS: tools/filtering/test_invalid_filter 1 - Start session daemon\nPASS: tools/filtering/test_invalid_filter 2 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 3 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 4 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 5 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 6 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 7 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 8 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 9 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 10 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 11 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 12 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 13 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 14 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 15 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 16 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 17 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 18 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 19 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 20 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 21 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 22 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 23 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 24 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 25 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 26 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 27 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 28 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 29 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 30 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 31 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 32 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 33 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 34 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 35 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 36 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 37 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 38 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 39 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 40 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 41 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 42 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 43 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 44 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 45 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 46 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 47 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 48 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 49 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 50 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 51 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 52 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 53 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 54 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 55 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 56 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 57 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 58 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 59 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 60 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 61 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 62 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 63 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 64 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 65 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 66 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 67 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 68 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 69 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 70 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 71 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 72 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 73 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 74 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 75 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 76 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 77 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 78 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 79 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 80 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 81 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 82 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 83 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 84 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 85 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 86 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 87 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 88 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 89 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 90 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 91 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 92 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 93 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 94 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 95 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 96 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 97 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 98 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 99 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 100 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 101 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 102 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 103 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 104 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 105 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 106 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 107 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 108 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 109 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 110 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 111 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 112 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 113 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 114 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 115 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 116 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 117 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 118 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 119 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 120 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 121 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 122 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 123 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 124 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 125 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 126 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 127 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 128 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 129 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 130 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 131 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 132 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 133 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 134 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 135 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 136 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 137 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 138 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 139 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 140 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 141 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 142 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 143 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 144 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 145 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 146 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 147 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 148 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 149 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 150 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 151 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 152 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 153 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 154 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 155 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 156 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 157 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 158 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 159 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 160 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 161 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 162 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 163 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 164 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 165 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 166 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 167 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 168 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 169 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 170 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 171 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 172 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 173 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 174 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 175 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 176 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 177 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 178 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 179 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 180 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 181 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 182 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 183 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 184 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 185 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 186 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 187 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 188 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 189 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 190 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 191 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 192 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 193 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 194 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 195 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 196 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 197 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 198 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 199 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 200 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 201 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 202 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 203 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 204 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 205 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 206 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 207 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 208 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 209 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 210 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 211 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 212 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 213 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 214 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 215 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 216 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 217 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 218 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 219 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 220 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 221 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 222 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 223 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 224 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 225 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 226 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 227 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 228 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 229 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 230 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 231 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 232 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 233 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 234 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 235 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 236 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 237 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 238 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 239 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 240 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 241 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 242 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 243 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 244 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 245 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 246 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 247 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 248 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 249 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 250 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 251 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 252 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 253 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 254 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 255 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 256 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 257 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 258 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 259 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 260 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 261 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 262 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 263 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 264 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 265 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 266 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 267 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 268 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 269 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 270 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 271 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 272 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 273 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 274 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 275 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 276 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 277 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 278 - Wait after kill session daemon\nPASS: tools/filtering/test_unsupported_op 1 - Start session daemon\nPASS: tools/filtering/test_unsupported_op 2 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 3 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 4 - Unsupported operator test MUL (*)\nPASS: tools/filtering/test_unsupported_op 5 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 6 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 7 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 8 - Unsupported operator test DIV (/)\nPASS: tools/filtering/test_unsupported_op 9 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 10 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 11 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 12 - Unsupported operator test MOD (%)\nPASS: tools/filtering/test_unsupported_op 13 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 14 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 15 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 16 - Unsupported operator test PLUS (+)\nPASS: tools/filtering/test_unsupported_op 17 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 18 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 19 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 20 - Unsupported operator test MINUS (-)\nPASS: tools/filtering/test_unsupported_op 21 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 22 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 23 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 24 - Unsupported operator test MUL (*)\nPASS: tools/filtering/test_unsupported_op 25 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 26 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 27 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 28 - Unsupported operator test DIV (/)\nPASS: tools/filtering/test_unsupported_op 29 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 30 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 31 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 32 - Unsupported operator test MOD (%)\nPASS: tools/filtering/test_unsupported_op 33 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 34 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 35 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 36 - Unsupported operator test PLUS (+)\nPASS: tools/filtering/test_unsupported_op 37 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 38 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 39 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 40 - Unsupported operator test MINUS (-)\nPASS: tools/filtering/test_unsupported_op 41 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 42 - Wait after kill session daemon\nPASS: tools/filtering/test_valid_filter 1 - Start session daemon\nPASS: tools/filtering/test_valid_filter 2 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dnWBap\nPASS: tools/filtering/test_valid_filter 3 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 4 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 5 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 6 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 7 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 8 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xiDeh5\nPASS: tools/filtering/test_valid_filter 9 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 10 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 11 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 12 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 13 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 14 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3JtNMM\nPASS: tools/filtering/test_valid_filter 15 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 16 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 17 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 18 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 19 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 20 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8nK6G6\nPASS: tools/filtering/test_valid_filter 21 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 22 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 23 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 24 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 25 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 26 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xnWG0D\nPASS: tools/filtering/test_valid_filter 27 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 28 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 29 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 30 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 31 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 32 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.i6D2jA\nPASS: tools/filtering/test_valid_filter 33 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 34 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 35 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 36 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 37 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 38 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pub1eu\nPASS: tools/filtering/test_valid_filter 39 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 40 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 41 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 42 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 43 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 44 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.R6DVVm\nPASS: tools/filtering/test_valid_filter 45 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 46 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 47 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 48 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 49 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 50 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QiqsfZ\nPASS: tools/filtering/test_valid_filter 51 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 52 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 53 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 54 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 55 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 56 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xaXU7Y\nPASS: tools/filtering/test_valid_filter 57 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 58 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 59 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 60 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 61 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 62 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Y6RDiq\nPASS: tools/filtering/test_valid_filter 63 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 64 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 65 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 66 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 67 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 68 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nTdjyH\nPASS: tools/filtering/test_valid_filter 69 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 70 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 71 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 72 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 73 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 74 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ghmrJK\nPASS: tools/filtering/test_valid_filter 75 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 76 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 77 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 78 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 79 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 80 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BB0UEX\nPASS: tools/filtering/test_valid_filter 81 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 82 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 83 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 84 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 85 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 86 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6RLsxh\nPASS: tools/filtering/test_valid_filter 87 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 88 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 89 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 90 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 91 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 92 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.U7gEu0\nPASS: tools/filtering/test_valid_filter 93 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 94 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 95 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 96 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 97 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 98 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QLsMJL\nPASS: tools/filtering/test_valid_filter 99 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 100 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 101 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 102 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 103 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 104 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rJjBEA\nPASS: tools/filtering/test_valid_filter 105 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 106 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 107 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 108 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 109 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 110 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uDQH1t\nPASS: tools/filtering/test_valid_filter 111 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 112 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 113 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 114 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 115 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 116 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FM2M6Z\nPASS: tools/filtering/test_valid_filter 117 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 118 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 119 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 120 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 121 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 122 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.440sfN\nPASS: tools/filtering/test_valid_filter 123 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 124 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 125 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 126 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 127 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 128 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HdKu8X\nPASS: tools/filtering/test_valid_filter 129 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 130 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 131 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 132 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 133 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 134 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DsFJI6\nPASS: tools/filtering/test_valid_filter 135 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 136 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 137 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 138 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 139 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 140 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.TYEdi3\nPASS: tools/filtering/test_valid_filter 141 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 142 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 143 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 144 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 145 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 146 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ixXENg\nPASS: tools/filtering/test_valid_filter 147 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 148 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 149 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 150 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 151 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 152 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Wjml5s\nPASS: tools/filtering/test_valid_filter 153 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 154 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 155 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 156 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 157 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 158 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q6uruI\nPASS: tools/filtering/test_valid_filter 159 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 160 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 161 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 162 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 163 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 164 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rT62T1\nPASS: tools/filtering/test_valid_filter 165 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 166 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 167 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 168 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 169 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 170 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uThjz0\nPASS: tools/filtering/test_valid_filter 171 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 172 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 173 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 174 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 175 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 176 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Dmt2ev\nPASS: tools/filtering/test_valid_filter 177 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 178 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 179 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 180 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 181 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 182 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.vrO7ZB\nPASS: tools/filtering/test_valid_filter 183 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 184 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 185 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 186 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 187 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 188 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DRMpSj\nPASS: tools/filtering/test_valid_filter 189 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 190 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 191 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 192 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 193 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 194 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Cnuycm\nPASS: tools/filtering/test_valid_filter 195 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 196 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 197 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 198 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 199 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 200 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.V3B269\nPASS: tools/filtering/test_valid_filter 201 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 202 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 203 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 204 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 205 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 206 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L4isxX\nPASS: tools/filtering/test_valid_filter 207 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 208 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 209 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 210 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 211 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 212 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Z8YheS\nPASS: tools/filtering/test_valid_filter 213 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 214 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 215 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 216 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 217 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 218 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xfLa8P\nPASS: tools/filtering/test_valid_filter 219 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 220 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 221 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 222 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 223 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 224 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q4WRyk\nPASS: tools/filtering/test_valid_filter 225 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 226 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 227 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 228 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 229 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 230 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.J5FPA5\nPASS: tools/filtering/test_valid_filter 231 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 232 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 233 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 234 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 235 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 236 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.f9e91j\nPASS: tools/filtering/test_valid_filter 237 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 238 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 239 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 240 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 241 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 242 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cO155J\nPASS: tools/filtering/test_valid_filter 243 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 244 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 245 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 246 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 247 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 248 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QhzFL9\nPASS: tools/filtering/test_valid_filter 249 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 250 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 251 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 252 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 253 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 254 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Rxo6cN\nPASS: tools/filtering/test_valid_filter 255 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 256 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 257 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 258 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 259 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 260 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VdW13a\nPASS: tools/filtering/test_valid_filter 261 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 262 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 263 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 264 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 265 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 266 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Wwpmmo\nPASS: tools/filtering/test_valid_filter 267 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 268 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 269 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 270 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 271 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 272 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L0P2wq\nPASS: tools/filtering/test_valid_filter 273 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 274 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 275 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 276 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 277 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 278 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QQf1B3\nPASS: tools/filtering/test_valid_filter 279 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 280 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 281 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 282 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 283 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 284 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wXG2ch\nPASS: tools/filtering/test_valid_filter 285 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 286 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 287 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 288 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 289 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 290 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.au0eJ1\nPASS: tools/filtering/test_valid_filter 291 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 292 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 293 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 294 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 295 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 296 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YbvcIc\nPASS: tools/filtering/test_valid_filter 297 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 298 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 299 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 300 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 301 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 302 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HQBhZu\nPASS: tools/filtering/test_valid_filter 303 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 304 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 305 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 306 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 307 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 308 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cYJVK2\nPASS: tools/filtering/test_valid_filter 309 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 310 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 311 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 312 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 313 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 314 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.axoFuq\nPASS: tools/filtering/test_valid_filter 315 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 316 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 317 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 318 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 319 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 320 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MNXnB1\nPASS: tools/filtering/test_valid_filter 321 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 322 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 323 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 324 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 325 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 326 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pi2uRx\nPASS: tools/filtering/test_valid_filter 327 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 328 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 329 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 330 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 331 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 332 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.i218ba\nPASS: tools/filtering/test_valid_filter 333 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 334 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 335 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 336 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 337 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 338 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lJAF4v\nPASS: tools/filtering/test_valid_filter 339 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 340 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 341 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 342 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 343 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 344 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8FHOnq\nPASS: tools/filtering/test_valid_filter 345 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 346 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 347 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 348 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 349 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 350 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qW0FKq\nPASS: tools/filtering/test_valid_filter 351 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 352 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 353 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 354 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 355 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 356 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XcpqUk\nPASS: tools/filtering/test_valid_filter 357 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 358 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 359 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 360 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 361 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 362 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OsDn4r\nPASS: tools/filtering/test_valid_filter 363 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 364 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 365 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 366 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 367 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 368 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xOdAba\nPASS: tools/filtering/test_valid_filter 369 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 370 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 371 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 372 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 373 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 374 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aFb6go\nPASS: tools/filtering/test_valid_filter 375 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 376 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 377 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 378 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 379 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 380 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L0Vj0e\nPASS: tools/filtering/test_valid_filter 381 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 382 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 383 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 384 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 385 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 386 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EPbbjN\nPASS: tools/filtering/test_valid_filter 387 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 388 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 389 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 390 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 391 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 392 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MBi8FE\nPASS: tools/filtering/test_valid_filter 393 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 394 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 395 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 396 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 397 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 398 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.57OkxO\nPASS: tools/filtering/test_valid_filter 399 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 400 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 401 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 402 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 403 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 404 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.evrkUW\nPASS: tools/filtering/test_valid_filter 405 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 406 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 407 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 408 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 409 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 410 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UTR2V1\nPASS: tools/filtering/test_valid_filter 411 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 412 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 413 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 414 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 415 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 416 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sz6OMa\nPASS: tools/filtering/test_valid_filter 417 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 418 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 419 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 420 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 421 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 422 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.oHIBqm\nPASS: tools/filtering/test_valid_filter 423 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 424 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 425 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 426 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 427 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 428 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.E80CVt\nPASS: tools/filtering/test_valid_filter 429 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 430 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 431 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 432 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 433 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 434 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QqImQS\nPASS: tools/filtering/test_valid_filter 435 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 436 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 437 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 438 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 439 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 440 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.81txZA\nPASS: tools/filtering/test_valid_filter 441 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 442 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 443 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 444 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 445 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 446 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.blFuUT\nPASS: tools/filtering/test_valid_filter 447 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 448 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 449 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 450 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 451 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 452 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.76towH\nPASS: tools/filtering/test_valid_filter 453 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 454 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 455 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 456 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 457 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 458 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N49vMY\nPASS: tools/filtering/test_valid_filter 459 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 460 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 461 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 462 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 463 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 464 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.CqonED\nPASS: tools/filtering/test_valid_filter 465 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 466 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 467 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 468 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 469 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 470 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SOMEDE\nPASS: tools/filtering/test_valid_filter 471 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 472 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 473 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 474 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 475 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 476 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DwUXll\nPASS: tools/filtering/test_valid_filter 477 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 478 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 479 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 480 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 481 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 482 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gV2xga\nPASS: tools/filtering/test_valid_filter 483 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 484 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 485 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 486 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 487 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 488 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.TnG9D7\nPASS: tools/filtering/test_valid_filter 489 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 490 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 491 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 492 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 493 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 494 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qHkGMd\nPASS: tools/filtering/test_valid_filter 495 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 496 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 497 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 498 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 499 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 500 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.44iWWY\nPASS: tools/filtering/test_valid_filter 501 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 502 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 503 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 504 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 505 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 506 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9oF4DT\nPASS: tools/filtering/test_valid_filter 507 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 508 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 509 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 510 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 511 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 512 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dFrmtm\nPASS: tools/filtering/test_valid_filter 513 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 514 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 515 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 516 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 517 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 518 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9xC3r9\nPASS: tools/filtering/test_valid_filter 519 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 520 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 521 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 522 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 523 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 524 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QT0oRD\nPASS: tools/filtering/test_valid_filter 525 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 526 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 527 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 528 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 529 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 530 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ewP92m\nPASS: tools/filtering/test_valid_filter 531 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 532 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 533 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 534 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 535 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 536 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZgXWC4\nPASS: tools/filtering/test_valid_filter 537 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 538 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 539 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 540 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 541 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 542 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ktzs5z\nPASS: tools/filtering/test_valid_filter 543 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 544 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 545 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 546 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 547 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 548 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2NEupi\nPASS: tools/filtering/test_valid_filter 549 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 550 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 551 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 552 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 553 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 554 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FEHI6q\nPASS: tools/filtering/test_valid_filter 555 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 556 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 557 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 558 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 559 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 560 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rlfKK2\nPASS: tools/filtering/test_valid_filter 561 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 562 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 563 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 564 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 565 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 566 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.05YvaW\nPASS: tools/filtering/test_valid_filter 567 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 568 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 569 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 570 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 571 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 572 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PyMBMs\nPASS: tools/filtering/test_valid_filter 573 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 574 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 575 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 576 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 577 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 578 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.D9kZEp\nPASS: tools/filtering/test_valid_filter 579 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 580 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 581 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 582 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 583 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 584 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ofE1uP\nPASS: tools/filtering/test_valid_filter 585 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 586 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 587 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 588 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 589 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 590 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WEwreI\nPASS: tools/filtering/test_valid_filter 591 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 592 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 593 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 594 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 595 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 596 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZzLr1j\nPASS: tools/filtering/test_valid_filter 597 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 598 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 599 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 600 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 601 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 602 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ShLPON\nPASS: tools/filtering/test_valid_filter 603 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 604 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 605 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 606 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 607 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 608 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1rjyF5\nPASS: tools/filtering/test_valid_filter 609 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 610 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 611 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 612 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 613 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 614 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SiDvOL\nPASS: tools/filtering/test_valid_filter 615 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 616 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 617 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 618 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 619 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 620 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aepQ6o\nPASS: tools/filtering/test_valid_filter 621 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 622 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 623 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 624 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 625 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 626 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wLOnaP\nPASS: tools/filtering/test_valid_filter 627 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 628 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 629 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 630 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 631 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 632 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cqjOLs\nPASS: tools/filtering/test_valid_filter 633 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 634 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 635 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 636 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 637 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 638 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EuIuLb\nPASS: tools/filtering/test_valid_filter 639 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 640 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 641 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 642 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 643 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 644 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.eQB79V\nPASS: tools/filtering/test_valid_filter 645 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 646 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 647 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 648 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 649 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 650 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cnUaIU\nPASS: tools/filtering/test_valid_filter 651 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 652 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 653 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 654 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 655 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 656 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qCRwQM\nPASS: tools/filtering/test_valid_filter 657 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 658 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 659 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 660 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 661 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 662 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.F5JuP8\nPASS: tools/filtering/test_valid_filter 663 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 664 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 665 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 666 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 667 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 668 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BpSpVV\nPASS: tools/filtering/test_valid_filter 669 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 670 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 671 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 672 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 673 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 674 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DN4B8e\nPASS: tools/filtering/test_valid_filter 675 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 676 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 677 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 678 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 679 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 680 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cHs353\nPASS: tools/filtering/test_valid_filter 681 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 682 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 683 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 684 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 685 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 686 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YfVnvf\nPASS: tools/filtering/test_valid_filter 687 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 688 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 689 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 690 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 691 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 692 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q9c2WC\nPASS: tools/filtering/test_valid_filter 693 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 694 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 695 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 696 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 697 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 698 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UWjSz5\nPASS: tools/filtering/test_valid_filter 699 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 700 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 701 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 702 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 703 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 704 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6noW5x\nPASS: tools/filtering/test_valid_filter 705 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 706 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 707 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 708 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 709 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 710 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KY7lpZ\nPASS: tools/filtering/test_valid_filter 711 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 712 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 713 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 714 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 715 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 716 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.JCXEWA\nPASS: tools/filtering/test_valid_filter 717 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 718 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 719 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 720 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 721 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 722 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fsZ1TR\nPASS: tools/filtering/test_valid_filter 723 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 724 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 725 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 726 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 727 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 728 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.olINWX\nPASS: tools/filtering/test_valid_filter 729 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 730 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 731 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 732 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 733 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 734 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3pFTxY\nPASS: tools/filtering/test_valid_filter 735 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 736 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 737 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 738 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 739 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 740 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PP8BB7\nPASS: tools/filtering/test_valid_filter 741 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 742 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 743 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 744 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 745 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 746 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.g1clhT\nPASS: tools/filtering/test_valid_filter 747 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 748 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 749 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 750 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 751 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 752 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aWc2Wz\nPASS: tools/filtering/test_valid_filter 753 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 754 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 755 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 756 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 757 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 758 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.f46Hax\nPASS: tools/filtering/test_valid_filter 759 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 760 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 761 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 762 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 763 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 764 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7hZzY6\nPASS: tools/filtering/test_valid_filter 765 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 766 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 767 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 768 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 769 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 770 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cEVBmT\nPASS: tools/filtering/test_valid_filter 771 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 772 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 773 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 774 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 775 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 776 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XnSNWq\nPASS: tools/filtering/test_valid_filter 777 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 778 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 779 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 780 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 781 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 782 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rm4SVS\nPASS: tools/filtering/test_valid_filter 783 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 784 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 785 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 786 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 787 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 788 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.guvm7r\nPASS: tools/filtering/test_valid_filter 789 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 790 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 791 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 792 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 793 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 794 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6YZetz\nPASS: tools/filtering/test_valid_filter 795 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 796 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 797 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 798 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 799 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 800 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.X7bDEP\nPASS: tools/filtering/test_valid_filter 801 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 802 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 803 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 804 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 805 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 806 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0li9Ld\nPASS: tools/filtering/test_valid_filter 807 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 808 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 809 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 810 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 811 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 812 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.mNGhpi\nPASS: tools/filtering/test_valid_filter 813 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 814 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 815 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 816 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 817 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 818 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zl7Cvt\nPASS: tools/filtering/test_valid_filter 819 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 820 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 821 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 822 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 823 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 824 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YhMUPg\nPASS: tools/filtering/test_valid_filter 825 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 826 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 827 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 828 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 829 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 830 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5ULTWL\nPASS: tools/filtering/test_valid_filter 831 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 832 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 833 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 834 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 835 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 836 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZeUOF9\nPASS: tools/filtering/test_valid_filter 837 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 838 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 839 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 840 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 841 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 842 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DKC7e0\nPASS: tools/filtering/test_valid_filter 843 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 844 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 845 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 846 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 847 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 848 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fHk9fM\nPASS: tools/filtering/test_valid_filter 849 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 850 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 851 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 852 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 853 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 854 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HYasXg\nPASS: tools/filtering/test_valid_filter 855 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 856 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 857 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 858 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 859 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 860 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9pnlwe\nPASS: tools/filtering/test_valid_filter 861 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 862 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 863 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 864 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 865 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 866 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HwUC22\nPASS: tools/filtering/test_valid_filter 867 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 868 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 869 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 870 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 871 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 872 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rUNk2G\nPASS: tools/filtering/test_valid_filter 873 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 874 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 875 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 876 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 877 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 878 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VcQTmR\nPASS: tools/filtering/test_valid_filter 879 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 880 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 881 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 882 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 883 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 884 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q5QJzt\nPASS: tools/filtering/test_valid_filter 885 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 886 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 887 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 888 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 889 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 890 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HqehbO\nPASS: tools/filtering/test_valid_filter 891 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 892 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 893 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 894 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 895 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 896 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0I4uch\nPASS: tools/filtering/test_valid_filter 897 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 898 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 899 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 900 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 901 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 902 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6hhYOw\nPASS: tools/filtering/test_valid_filter 903 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 904 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 905 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 906 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 907 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 908 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.amk4by\nPASS: tools/filtering/test_valid_filter 909 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 910 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 911 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 912 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 913 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 914 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XB6uaS\nPASS: tools/filtering/test_valid_filter 915 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 916 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 917 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 918 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 919 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 920 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.hIYfVf\nPASS: tools/filtering/test_valid_filter 921 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 922 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 923 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 924 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 925 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 926 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pzHy7y\nPASS: tools/filtering/test_valid_filter 927 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 928 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 929 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 930 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 931 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 932 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dA7DT1\nPASS: tools/filtering/test_valid_filter 933 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 934 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 935 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 936 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 937 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 938 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VHZY9c\nPASS: tools/filtering/test_valid_filter 939 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 940 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 941 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 942 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 943 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 944 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FNwfzY\nPASS: tools/filtering/test_valid_filter 945 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 946 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 947 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 948 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 949 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 950 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cIsHRe\nPASS: tools/filtering/test_valid_filter 951 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 952 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 953 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 954 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 955 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 956 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Vg6iha\nPASS: tools/filtering/test_valid_filter 957 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 958 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 959 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 960 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 961 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 962 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7QwCY3\nPASS: tools/filtering/test_valid_filter 963 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 964 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 965 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 966 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 967 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 968 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uUyKb8\nPASS: tools/filtering/test_valid_filter 969 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 970 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 971 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 972 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 973 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 974 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VtXOIp\nPASS: tools/filtering/test_valid_filter 975 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 976 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 977 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 978 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 979 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 980 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xooHWm\nPASS: tools/filtering/test_valid_filter 981 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 982 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 983 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 984 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 985 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 986 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ceCPkt\nPASS: tools/filtering/test_valid_filter 987 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 988 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 989 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 990 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 991 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 992 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.M0F8Xi\nPASS: tools/filtering/test_valid_filter 993 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 994 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 995 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 996 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 997 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 998 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fZ109u\nPASS: tools/filtering/test_valid_filter 999 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1000 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1001 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1002 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1003 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1004 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WLnyi9\nPASS: tools/filtering/test_valid_filter 1005 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1006 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1007 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1008 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1009 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1010 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.jrtUEJ\nPASS: tools/filtering/test_valid_filter 1011 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1012 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1013 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1014 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1015 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1016 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N8DMMT\nPASS: tools/filtering/test_valid_filter 1017 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1018 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1019 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1020 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1021 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1022 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SG25Ha\nPASS: tools/filtering/test_valid_filter 1023 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1024 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1025 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1026 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1027 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1028 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PtUR5Z\nPASS: tools/filtering/test_valid_filter 1029 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1030 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1031 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1032 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1033 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1034 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rGpT15\nPASS: tools/filtering/test_valid_filter 1035 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1036 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1037 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1038 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1039 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1040 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cUf3db\nPASS: tools/filtering/test_valid_filter 1041 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1042 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1043 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1044 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1045 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1046 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lyjgRe\nPASS: tools/filtering/test_valid_filter 1047 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1048 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1049 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1050 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1051 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1052 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9qvzNz\nPASS: tools/filtering/test_valid_filter 1053 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1054 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1055 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1056 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1057 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1058 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rsaHNS\nPASS: tools/filtering/test_valid_filter 1059 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1060 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1061 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1062 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1063 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1064 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VOQO6D\nPASS: tools/filtering/test_valid_filter 1065 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1066 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1067 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1068 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1069 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1070 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WJhTba\nPASS: tools/filtering/test_valid_filter 1071 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1072 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1073 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1074 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1075 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1076 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.A8mpoc\nPASS: tools/filtering/test_valid_filter 1077 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1078 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1079 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1080 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1081 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1082 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Z8HQXi\nPASS: tools/filtering/test_valid_filter 1083 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1084 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1085 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1086 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1087 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1088 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SOgOsr\nPASS: tools/filtering/test_valid_filter 1089 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1090 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1091 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1092 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1093 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1094 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BaOF1F\nPASS: tools/filtering/test_valid_filter 1095 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1096 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1097 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1098 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1099 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1100 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9ZetNe\nPASS: tools/filtering/test_valid_filter 1101 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1102 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1103 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1104 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1105 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1106 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uUG8jQ\nPASS: tools/filtering/test_valid_filter 1107 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1108 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1109 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1110 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1111 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1112 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ap8UV1\nPASS: tools/filtering/test_valid_filter 1113 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1114 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1115 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1116 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1117 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1118 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.u1qRii\nPASS: tools/filtering/test_valid_filter 1119 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1120 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1121 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1122 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1123 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1124 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZX0jjK\nPASS: tools/filtering/test_valid_filter 1125 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1126 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1127 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1128 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1129 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1130 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NC0Odu\nPASS: tools/filtering/test_valid_filter 1131 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1132 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1133 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1134 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1135 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1136 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lIXnS9\nPASS: tools/filtering/test_valid_filter 1137 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1138 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1139 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1140 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1141 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1142 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0xryJR\nPASS: tools/filtering/test_valid_filter 1143 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1144 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1145 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1146 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1147 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1148 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.k10Kqs\nPASS: tools/filtering/test_valid_filter 1149 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1150 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1151 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1152 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1153 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1154 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NTNGOZ\nPASS: tools/filtering/test_valid_filter 1155 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1156 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1157 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1158 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1159 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1160 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.67Gyag\nPASS: tools/filtering/test_valid_filter 1161 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1162 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1163 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1164 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1165 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1166 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MC9EC3\nPASS: tools/filtering/test_valid_filter 1167 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1168 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1169 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1170 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1171 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1172 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.n4r1fl\nPASS: tools/filtering/test_valid_filter 1173 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1174 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1175 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1176 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1177 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1178 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Mvtz4G\nPASS: tools/filtering/test_valid_filter 1179 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1180 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1181 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1182 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1183 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1184 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ewrvEp\nPASS: tools/filtering/test_valid_filter 1185 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1186 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1187 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1188 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1189 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1190 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8dh2io\nPASS: tools/filtering/test_valid_filter 1191 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1192 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1193 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1194 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1195 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1196 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DHQJkt\nPASS: tools/filtering/test_valid_filter 1197 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1198 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1199 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1200 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1201 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1202 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1sCCwV\nPASS: tools/filtering/test_valid_filter 1203 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1204 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1205 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1206 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1207 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1208 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.awJdqZ\nPASS: tools/filtering/test_valid_filter 1209 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1210 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1211 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1212 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1213 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1214 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.a4Zo0f\nPASS: tools/filtering/test_valid_filter 1215 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1216 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1217 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1218 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1219 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1220 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cWf3dz\nPASS: tools/filtering/test_valid_filter 1221 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1222 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1223 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1224 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1225 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1226 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UWbrOq\nPASS: tools/filtering/test_valid_filter 1227 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1228 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1229 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1230 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1231 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1232 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3tKq4q\nPASS: tools/filtering/test_valid_filter 1233 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1234 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1235 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1236 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1237 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1238 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gNyXH7\nPASS: tools/filtering/test_valid_filter 1239 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1240 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1241 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1242 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1243 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1244 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.eQ1FL0\nPASS: tools/filtering/test_valid_filter 1245 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1246 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1247 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1248 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1249 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1250 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.w2aPcK\nPASS: tools/filtering/test_valid_filter 1251 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1252 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1253 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1254 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1255 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1256 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.bw27UD\nPASS: tools/filtering/test_valid_filter 1257 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1258 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1259 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1260 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1261 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1262 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6h4zUg\nPASS: tools/filtering/test_valid_filter 1263 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1264 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1265 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1266 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1267 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1268 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7CqpQE\nPASS: tools/filtering/test_valid_filter 1269 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1270 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1271 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1272 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1273 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1274 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sLf2ob\nPASS: tools/filtering/test_valid_filter 1275 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1276 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1277 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1278 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1279 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1280 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.iz3Kzn\nPASS: tools/filtering/test_valid_filter 1281 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1282 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1283 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1284 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1285 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1286 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uAWVEt\nPASS: tools/filtering/test_valid_filter 1287 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1288 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1289 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1290 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1291 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1292 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2T8PHe\nPASS: tools/filtering/test_valid_filter 1293 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1294 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1295 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1296 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1297 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1298 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zq3BHu\nPASS: tools/filtering/test_valid_filter 1299 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1300 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1301 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1302 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1303 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1304 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.vMML4G\nPASS: tools/filtering/test_valid_filter 1305 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1306 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1307 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1308 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1309 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1310 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MCf8q6\nPASS: tools/filtering/test_valid_filter 1311 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1312 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1313 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1314 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1315 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1316 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.RQ9Yw2\nPASS: tools/filtering/test_valid_filter 1317 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1318 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1319 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1320 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1321 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1322 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OCKo7e\nPASS: tools/filtering/test_valid_filter 1323 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1324 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1325 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1326 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1327 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1328 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ztDXxg\nPASS: tools/filtering/test_valid_filter 1329 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1330 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1331 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1332 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1333 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1334 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.frXwq5\nPASS: tools/filtering/test_valid_filter 1335 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1336 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1337 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1338 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1339 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1340 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gC56BN\nPASS: tools/filtering/test_valid_filter 1341 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1342 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1343 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1344 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1345 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1346 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nxIDGp\nPASS: tools/filtering/test_valid_filter 1347 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1348 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1349 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1350 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1351 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1352 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lK0dQE\nPASS: tools/filtering/test_valid_filter 1353 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1354 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1355 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1356 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1357 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1358 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LVABuK\nPASS: tools/filtering/test_valid_filter 1359 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1360 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1361 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1362 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1363 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1364 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yDG87o\nPASS: tools/filtering/test_valid_filter 1365 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1366 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1367 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1368 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1369 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1370 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dxNu6V\nPASS: tools/filtering/test_valid_filter 1371 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1372 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1373 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1374 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1375 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1376 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.delnDY\nPASS: tools/filtering/test_valid_filter 1377 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1378 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1379 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1380 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1381 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1382 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0ZfGGA\nPASS: tools/filtering/test_valid_filter 1383 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1384 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1385 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1386 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1387 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1388 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.balalX\nPASS: tools/filtering/test_valid_filter 1389 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1390 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1391 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1392 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1393 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1394 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Jd1yz1\nPASS: tools/filtering/test_valid_filter 1395 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1396 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1397 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1398 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1399 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1400 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.u4j3Re\nPASS: tools/filtering/test_valid_filter 1401 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1402 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1403 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1404 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1405 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1406 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7lZJEN\nPASS: tools/filtering/test_valid_filter 1407 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1408 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1409 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1410 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1411 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1412 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WPXVwb\nPASS: tools/filtering/test_valid_filter 1413 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1414 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1415 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1416 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1417 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1418 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nwiv9n\nPASS: tools/filtering/test_valid_filter 1419 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1420 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1421 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1422 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1423 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1424 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.iFkUq5\nPASS: tools/filtering/test_valid_filter 1425 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1426 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1427 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1428 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1429 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1430 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nAljmY\nPASS: tools/filtering/test_valid_filter 1431 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1432 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1433 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1434 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1435 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1436 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dfvvyS\nPASS: tools/filtering/test_valid_filter 1437 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1438 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1439 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1440 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1441 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1442 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LFs7mu\nPASS: tools/filtering/test_valid_filter 1443 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1444 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1445 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1446 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1447 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1448 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3hmKXR\nPASS: tools/filtering/test_valid_filter 1449 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1450 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1451 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1452 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1453 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1454 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0hdYdt\nPASS: tools/filtering/test_valid_filter 1455 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1456 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1457 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1458 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1459 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1460 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wgXvoX\nPASS: tools/filtering/test_valid_filter 1461 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1462 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1463 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1464 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1465 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1466 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Ikae5X\nPASS: tools/filtering/test_valid_filter 1467 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1468 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1469 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1470 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1471 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1472 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FH6w18\nPASS: tools/filtering/test_valid_filter 1473 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1474 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1475 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1476 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1477 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1478 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6bFSDi\nPASS: tools/filtering/test_valid_filter 1479 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1480 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1481 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1482 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1483 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1484 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OFpRK2\nPASS: tools/filtering/test_valid_filter 1485 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1486 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1487 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1488 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1489 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1490 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.K78JOF\nPASS: tools/filtering/test_valid_filter 1491 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1492 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1493 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1494 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1495 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1496 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IkNyGz\nPASS: tools/filtering/test_valid_filter 1497 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1498 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1499 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1500 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1501 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1502 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FbUHg0\nPASS: tools/filtering/test_valid_filter 1503 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1504 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1505 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1506 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1507 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1508 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uoYJOQ\nPASS: tools/filtering/test_valid_filter 1509 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1510 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1511 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1512 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1513 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1514 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PCY4wy\nPASS: tools/filtering/test_valid_filter 1515 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1516 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1517 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1518 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1519 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1520 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5JlAHm\nPASS: tools/filtering/test_valid_filter 1521 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1522 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1523 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1524 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1525 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1526 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ogNhd7\nPASS: tools/filtering/test_valid_filter 1527 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1528 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1529 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1530 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1531 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1532 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Fku82F\nPASS: tools/filtering/test_valid_filter 1533 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1534 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1535 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1536 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1537 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1538 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q5NZhr\nPASS: tools/filtering/test_valid_filter 1539 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1540 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1541 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1542 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1543 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1544 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KZVtuo\nPASS: tools/filtering/test_valid_filter 1545 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1546 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1547 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1548 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1549 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1550 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ia4jG3\nPASS: tools/filtering/test_valid_filter 1551 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1552 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1553 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1554 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1555 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1556 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WEfcm0\nPASS: tools/filtering/test_valid_filter 1557 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1558 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1559 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1560 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1561 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1562 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Q0GQdv\nPASS: tools/filtering/test_valid_filter 1563 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1564 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1565 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1566 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1567 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1568 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yfn0PP\nPASS: tools/filtering/test_valid_filter 1569 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1570 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1571 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1572 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1573 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1574 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.r5doAF\nPASS: tools/filtering/test_valid_filter 1575 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1576 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1577 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1578 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1579 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1580 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KlgQPL\nPASS: tools/filtering/test_valid_filter 1581 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1582 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1583 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1584 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1585 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1586 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.hhzUnZ\nPASS: tools/filtering/test_valid_filter 1587 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1588 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1589 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1590 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1591 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1592 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8INJX3\nPASS: tools/filtering/test_valid_filter 1593 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1594 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1595 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1596 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1597 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1598 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lxpfSe\nPASS: tools/filtering/test_valid_filter 1599 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1600 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1601 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1602 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1603 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1604 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ANkjRH\nPASS: tools/filtering/test_valid_filter 1605 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1606 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1607 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1608 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1609 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1610 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LnPZxC\nPASS: tools/filtering/test_valid_filter 1611 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1612 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1613 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1614 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1615 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1616 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Q35ysQ\nPASS: tools/filtering/test_valid_filter 1617 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1618 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1619 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1620 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1621 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1622 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NPIeJ7\nPASS: tools/filtering/test_valid_filter 1623 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1624 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1625 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1626 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1627 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1628 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yW4nar\nPASS: tools/filtering/test_valid_filter 1629 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1630 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1631 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1632 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1633 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1634 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ic5bWC\nPASS: tools/filtering/test_valid_filter 1635 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1636 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1637 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1638 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1639 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1640 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GkoIty\nPASS: tools/filtering/test_valid_filter 1641 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1642 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1643 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1644 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1645 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1646 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EzCXG2\nPASS: tools/filtering/test_valid_filter 1647 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1648 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1649 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1650 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1651 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1652 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GAkm64\nPASS: tools/filtering/test_valid_filter 1653 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1654 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1655 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1656 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1657 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1658 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IXiyNd\nPASS: tools/filtering/test_valid_filter 1659 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1660 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1661 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1662 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1663 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1664 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.M4F8gm\nPASS: tools/filtering/test_valid_filter 1665 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1666 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1667 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1668 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1669 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1670 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.61H9GB\nPASS: tools/filtering/test_valid_filter 1671 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1672 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1673 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1674 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1675 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1676 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nNn8mf\nPASS: tools/filtering/test_valid_filter 1677 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1678 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1679 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1680 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1681 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1682 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gBqYUH\nPASS: tools/filtering/test_valid_filter 1683 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1684 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1685 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1686 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1687 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1688 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fO4Ge4\nPASS: tools/filtering/test_valid_filter 1689 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1690 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1691 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1692 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1693 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1694 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MtPCb0\nPASS: tools/filtering/test_valid_filter 1695 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1696 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1697 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1698 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1699 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1700 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VjuHBT\nPASS: tools/filtering/test_valid_filter 1701 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1702 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1703 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1704 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1705 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1706 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fsojqp\nPASS: tools/filtering/test_valid_filter 1707 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1708 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1709 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1710 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1711 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1712 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nkZuQZ\nPASS: tools/filtering/test_valid_filter 1713 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1714 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1715 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1716 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1717 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1718 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KszkhD\nPASS: tools/filtering/test_valid_filter 1719 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1720 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1721 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1722 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1723 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1724 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SGtmya\nPASS: tools/filtering/test_valid_filter 1725 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1726 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1727 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1728 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1729 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1730 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.e8X0Pa\nPASS: tools/filtering/test_valid_filter 1731 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1732 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1733 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1734 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1735 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1736 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.CnJlA7\nPASS: tools/filtering/test_valid_filter 1737 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1738 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1739 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1740 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1741 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1742 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.J8RClM\nPASS: tools/filtering/test_valid_filter 1743 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1744 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1745 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1746 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1747 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1748 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FUsNEY\nPASS: tools/filtering/test_valid_filter 1749 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1750 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1751 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1752 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1753 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1754 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LbX0Vi\nPASS: tools/filtering/test_valid_filter 1755 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1756 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1757 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1758 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1759 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1760 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.46sQLC\nPASS: tools/filtering/test_valid_filter 1761 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1762 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1763 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1764 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1765 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1766 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cn4wkC\nPASS: tools/filtering/test_valid_filter 1767 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1768 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1769 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1770 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1771 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1772 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.mnVPxY\nPASS: tools/filtering/test_valid_filter 1773 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1774 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1775 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1776 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1777 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1778 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.unsJ2u\nPASS: tools/filtering/test_valid_filter 1779 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1780 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1781 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1782 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1783 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1784 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.U7zTeC\nPASS: tools/filtering/test_valid_filter 1785 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1786 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1787 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1788 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1789 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1790 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Oz2y4b\nPASS: tools/filtering/test_valid_filter 1791 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1792 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1793 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1794 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1795 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1796 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7vtx3M\nPASS: tools/filtering/test_valid_filter 1797 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1798 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1799 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1800 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1801 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1802 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.w6Zsra\nPASS: tools/filtering/test_valid_filter 1803 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1804 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1805 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1806 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1807 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1808 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uoI25O\nPASS: tools/filtering/test_valid_filter 1809 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1810 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1811 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1812 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1813 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1814 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Haai5k\nPASS: tools/filtering/test_valid_filter 1815 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1816 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1817 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1818 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1819 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1820 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.tqWMdw\nPASS: tools/filtering/test_valid_filter 1821 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1822 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1823 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1824 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1825 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1826 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yf0cSm\nPASS: tools/filtering/test_valid_filter 1827 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1828 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1829 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1830 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1831 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1832 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N8bntT\nPASS: tools/filtering/test_valid_filter 1833 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1834 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1835 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1836 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1837 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1838 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DpApE4\nPASS: tools/filtering/test_valid_filter 1839 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1840 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1841 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1842 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1843 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1844 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Uk7Uny\nPASS: tools/filtering/test_valid_filter 1845 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1846 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1847 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1848 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1849 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1850 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.n7Nz6p\nPASS: tools/filtering/test_valid_filter 1851 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1852 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1853 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1854 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1855 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1856 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2K8RtS\nPASS: tools/filtering/test_valid_filter 1857 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1858 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1859 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1860 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1861 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1862 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5ibvzQ\nPASS: tools/filtering/test_valid_filter 1863 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1864 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1865 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1866 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1867 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1868 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.P0qdQt\nPASS: tools/filtering/test_valid_filter 1869 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1870 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1871 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1872 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1873 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1874 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rw4oGP\nPASS: tools/filtering/test_valid_filter 1875 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1876 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1877 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1878 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1879 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1880 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1Hzd1b\nPASS: tools/filtering/test_valid_filter 1881 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1882 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1883 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1884 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1885 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1886 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.G6bPVf\nPASS: tools/filtering/test_valid_filter 1887 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1888 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1889 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1890 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1891 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1892 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ISjABx\nPASS: tools/filtering/test_valid_filter 1893 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1894 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1895 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1896 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1897 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1898 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cyiHjk\nPASS: tools/filtering/test_valid_filter 1899 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1900 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1901 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1902 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1903 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1904 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sP67fg\nPASS: tools/filtering/test_valid_filter 1905 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1906 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1907 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1908 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1909 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1910 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FjNOiN\nPASS: tools/filtering/test_valid_filter 1911 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1912 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1913 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1914 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1915 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1916 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FLZ6aK\nPASS: tools/filtering/test_valid_filter 1917 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1918 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1919 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1920 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1921 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1922 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yFSgsA\nPASS: tools/filtering/test_valid_filter 1923 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1924 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1925 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1926 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1927 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1928 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zx1uEX\nPASS: tools/filtering/test_valid_filter 1929 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1930 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1931 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1932 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1933 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1934 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GMwCme\nPASS: tools/filtering/test_valid_filter 1935 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1936 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1937 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1938 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1939 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1940 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.28qsIc\nPASS: tools/filtering/test_valid_filter 1941 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1942 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1943 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1944 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1945 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1946 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GlLnGq\nPASS: tools/filtering/test_valid_filter 1947 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1948 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1949 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1950 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1951 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1952 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WdUS1m\nPASS: tools/filtering/test_valid_filter 1953 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1954 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1955 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1956 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1957 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1958 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.H4C7A9\nPASS: tools/filtering/test_valid_filter 1959 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1960 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1961 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1962 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1963 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1964 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.22KzxN\nPASS: tools/filtering/test_valid_filter 1965 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1966 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1967 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1968 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1969 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1970 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.AkpKWN\nPASS: tools/filtering/test_valid_filter 1971 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1972 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1973 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1974 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1975 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1976 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Y7kduJ\nPASS: tools/filtering/test_valid_filter 1977 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1978 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1979 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1980 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1981 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1982 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NEQ7ku\nPASS: tools/filtering/test_valid_filter 1983 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1984 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1985 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1986 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1987 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1988 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Vw2csu\nPASS: tools/filtering/test_valid_filter 1989 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1990 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1991 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1992 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1993 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1994 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1SW36g\nPASS: tools/filtering/test_valid_filter 1995 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1996 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1997 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1998 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1999 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2000 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DYKUwm\nPASS: tools/filtering/test_valid_filter 2001 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2002 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2003 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2004 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2005 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2006 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.jMwVVK\nPASS: tools/filtering/test_valid_filter 2007 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2008 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2009 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2010 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2011 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2012 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QYzrjr\nPASS: tools/filtering/test_valid_filter 2013 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2014 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2015 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2016 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2017 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2018 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.puFRwj\nPASS: tools/filtering/test_valid_filter 2019 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2020 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2021 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2022 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2023 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2024 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zhV5Wo\nPASS: tools/filtering/test_valid_filter 2025 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2026 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2027 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2028 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2029 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2030 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.25RvQp\nPASS: tools/filtering/test_valid_filter 2031 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2032 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2033 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2034 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2035 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2036 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.JBqGeG\nPASS: tools/filtering/test_valid_filter 2037 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2038 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2039 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2040 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2041 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2042 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.omfmr2\nPASS: tools/filtering/test_valid_filter 2043 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2044 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2045 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2046 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2047 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2048 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.exXgSy\nPASS: tools/filtering/test_valid_filter 2049 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2050 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2051 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2052 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2053 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2054 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.h4Q5Rz\nPASS: tools/filtering/test_valid_filter 2055 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2056 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2057 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2058 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2059 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2060 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IgYDWA\nPASS: tools/filtering/test_valid_filter 2061 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2062 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2063 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2064 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2065 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2066 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9A21lY\nPASS: tools/filtering/test_valid_filter 2067 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2068 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2069 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2070 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2071 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2072 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.amLbCt\nPASS: tools/filtering/test_valid_filter 2073 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2074 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2075 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2076 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2077 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2078 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WZavw0\nPASS: tools/filtering/test_valid_filter 2079 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2080 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2081 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2082 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2083 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2084 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HjCpy7\nPASS: tools/filtering/test_valid_filter 2085 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2086 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2087 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2088 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2089 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2090 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.USjXrl\nPASS: tools/filtering/test_valid_filter 2091 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2092 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2093 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2094 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2095 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2096 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IUz3Cp\nPASS: tools/filtering/test_valid_filter 2097 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2098 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2099 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2100 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2101 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2102 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.klRlE5\nPASS: tools/filtering/test_valid_filter 2103 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2104 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2105 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2106 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2107 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2108 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.4MqYpu\nPASS: tools/filtering/test_valid_filter 2109 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2110 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2111 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2112 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2113 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2114 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zL7LOs\nPASS: tools/filtering/test_valid_filter 2115 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2116 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2117 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2118 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2119 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2120 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.p4PQsa\nPASS: tools/filtering/test_valid_filter 2121 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2122 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2123 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2124 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2125 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2126 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7TzSn0\nPASS: tools/filtering/test_valid_filter 2127 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2128 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2129 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2130 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2131 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2132 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SThvXG\nPASS: tools/filtering/test_valid_filter 2133 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2134 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2135 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2136 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2137 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2138 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xa16AO\nPASS: tools/filtering/test_valid_filter 2139 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2140 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2141 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2142 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2143 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2144 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZMorbU\nPASS: tools/filtering/test_valid_filter 2145 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2146 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2147 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2148 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2149 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2150 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8cc1jA\nPASS: tools/filtering/test_valid_filter 2151 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2152 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2153 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2154 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2155 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2156 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yWVMen\nPASS: tools/filtering/test_valid_filter 2157 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2158 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2159 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2160 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2161 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2162 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3zQAuE\nPASS: tools/filtering/test_valid_filter 2163 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2164 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2165 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2166 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2167 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2168 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8t6MSx\nPASS: tools/filtering/test_valid_filter 2169 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2170 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2171 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2172 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2173 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2174 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.4Si74z\nPASS: tools/filtering/test_valid_filter 2175 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2176 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2177 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2178 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2179 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2180 - Wait after kill session daemon\nPASS: tools/streaming/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXming_ust_trace_path.9hfQg1)\nPASS: tools/streaming/test_ust 2 - Start session daemon\nPASS: tools/streaming/test_ust 3 - Create session 6Sl0MlM87qDWO5DU with uri:net://localhost and opts:\nPASS: tools/streaming/test_ust 4 - Enable ust event tp:tptest for session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 5 - Start tracing for session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 6 - Stop lttng tracing for session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 7 - Destroy session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 8 - UST per-uid network trace path is valid\nPASS: tools/streaming/test_ust 9 - Validate trace for event tp:tptest, 4 events\nPASS: tools/streaming/test_ust 10 - Create session 3J49YClnxXP9rQbY with uri:net://localhost and opts:\nPASS: tools/streaming/test_ust 11 - Enable ust event tp:tptest for session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 12 - Start tracing for session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 13 - Stop lttng tracing for session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 14 - Destroy session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 15 - UST per-uid network trace path is valid\nPASS: tools/streaming/test_ust 16 - Validate trace for event tp:tptest, 5 events\nPASS: tools/streaming/test_ust 17 - Wait after kill session daemon\nPASS: tools/streaming/test_ust 18 - Wait after kill relay daemon\nPASS: tools/health/test_thread_ok 1 - Start session daemon\nPASS: tools/health/test_thread_ok 2 - Validation OK\nPASS: tools/health/test_thread_ok 3 - Create session health_thread_ok in no-output mode\nPASS: tools/health/test_thread_ok 4 - Enable ust event tp:tptest for session health_thread_ok\nPASS: tools/health/test_thread_ok 5 - Start tracing for session health_thread_ok\nPASS: tools/health/test_thread_ok 6 - Destroy session health_thread_ok\nPASS: tools/health/test_thread_ok 7 - Validation OK\nPASS: tools/health/test_thread_ok 8 - Create session health_thread_ok in no-output mode\nPASS: tools/health/test_thread_ok 9 - Enable kernel event sched_switch for session health_thread_ok\nPASS: tools/health/test_thread_ok 10 - Start tracing for session health_thread_ok\nPASS: tools/health/test_thread_ok 11 - Destroy session health_thread_ok\nPASS: tools/health/test_thread_ok 12 - Validation OK\nPASS: tools/health/test_thread_ok 13 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_ok_trace_path.ld3JiQ)\nPASS: tools/health/test_thread_ok 14 - Validation OK\nPASS: tools/health/test_thread_ok 15 - Validation OK\nPASS: tools/health/test_thread_ok 16 - Wait after kill relay daemon\nPASS: tools/health/test_thread_ok 17 - Wait after kill session daemon\nPASS: tools/live/test_ust 1 - Connect viewer to relayd\nPASS: tools/live/test_ust 2 - Established connection and version check with 2.13\nPASS: tools/live/test_ust 3 - List sessions : 1 session(s)\nPASS: tools/live/test_ust 4 - Create viewer session\nPASS: tools/live/test_ust 5 - Attach to session, 5 stream(s) received\nPASS: tools/live/test_ust 6 - Get metadata, received 8192 bytes\nPASS: tools/live/test_ust 7 - Get one index per stream\nPASS: tools/live/test_ust 8 - Get one data packet for stream 0, offset 0, len 4096\nPASS: tools/live/test_ust 9 - Detach viewer session\nPASS: tools/live/test_ust 10 - List sessions : 1 session(s)\nPASS: tools/live/test_ust 11 - Attach to session, 5 streams received\nPASS: tools/live/test_ust_tracefile_count 1 - Connect viewer to relayd\nPASS: tools/live/test_ust_tracefile_count 2 - Established connection and version check with 2.13\nPASS: tools/live/test_ust_tracefile_count 3 - List sessions : 1 session(s)\nPASS: tools/live/test_ust_tracefile_count 4 - Create viewer session\nPASS: tools/live/test_ust_tracefile_count 5 - Attach to session, 5 stream(s) received\nPASS: tools/live/test_ust_tracefile_count 6 - Get metadata, received 8192 bytes\nPASS: tools/live/test_ust_tracefile_count 7 - Get one index per stream\nPASS: tools/live/test_ust_tracefile_count 8 - Get one data packet for stream 0, offset 0, len 4096\nPASS: tools/live/test_ust_tracefile_count 9 - Detach viewer session\nPASS: tools/live/test_ust_tracefile_count 10 - List sessions : 1 session(s)\nPASS: tools/live/test_ust_tracefile_count 11 - Attach to session, 5 streams received\nPASS: tools/live/test_lttng_ust 1 - Start session daemon\nPASS: tools/live/test_lttng_ust 2 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXlive_lttng_ust_trace_path.q0fGtu)\nPASS: tools/live/test_lttng_ust 3 - Create session in live mode with delay 2000000\nPASS: tools/live/test_lttng_ust 4 - Enable ust event tp:tptest for session live\nPASS: tools/live/test_lttng_ust 5 - Start tracing for session live\nPASS: tools/live/test_lttng_ust 6 - Stop lttng tracing for session live\nPASS: tools/live/test_lttng_ust 7 - Destroy session live\nPASS: tools/live/test_lttng_ust 8 - Trace match with 1 event tp:tptest\nPASS: tools/live/test_lttng_ust 9 - Wait after kill relay daemon\nPASS: tools/live/test_lttng_ust 10 - Create session in live mode with delay 2000000 and custom URLs\nPASS: tools/live/test_lttng_ust 11 - Wait after kill session daemon\nPASS: tools/tracefile-limits/test_tracefile_count 1 - Start session daemon\nPASS: tools/tracefile-limits/test_tracefile_count 2 - Create session nrVD0fQEzo9o9fF0 in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.nB56BM\nPASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel `channel` for session `nrVD0fQEzo9o9fF0`: 1 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 4 - Enable ust event tp:tptest for session nrVD0fQEzo9o9fF0\nPASS: tools/tracefile-limits/test_tracefile_count 5 - Destroy session nrVD0fQEzo9o9fF0\nPASS: tools/tracefile-limits/test_tracefile_count 6 - Total stream size of CPU 0 is 4096\nPASS: tools/tracefile-limits/test_tracefile_count 7 - Stream meets the trace file limit of 1\nPASS: tools/tracefile-limits/test_tracefile_count 8 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 9 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 10 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 11 - Create session WGvZcQ5eF86Hl21F in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.tODAUF\nPASS: tools/tracefile-limits/test_tracefile_count 12 - Enable channel `channel` for session `WGvZcQ5eF86Hl21F`: 2 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 13 - Enable ust event tp:tptest for session WGvZcQ5eF86Hl21F\nPASS: tools/tracefile-limits/test_tracefile_count 14 - Destroy session WGvZcQ5eF86Hl21F\nPASS: tools/tracefile-limits/test_tracefile_count 15 - Total stream size of CPU 1 is 8192\nPASS: tools/tracefile-limits/test_tracefile_count 16 - Stream meets the trace file limit of 2\nPASS: tools/tracefile-limits/test_tracefile_count 17 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 18 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 19 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 20 - Create session 7iS5XcB4R9Fzia90 in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.4oAXQF\nPASS: tools/tracefile-limits/test_tracefile_count 21 - Enable channel `channel` for session `7iS5XcB4R9Fzia90`: 4 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 22 - Enable ust event tp:tptest for session 7iS5XcB4R9Fzia90\nPASS: tools/tracefile-limits/test_tracefile_count 23 - Destroy session 7iS5XcB4R9Fzia90\nPASS: tools/tracefile-limits/test_tracefile_count 24 - Total stream size of CPU 2 is 16384\nPASS: tools/tracefile-limits/test_tracefile_count 25 - Stream meets the trace file limit of 4\nPASS: tools/tracefile-limits/test_tracefile_count 26 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 27 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 28 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 29 - Create session yw4M2Mg33DmLylAC in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.wir5Sg\nPASS: tools/tracefile-limits/test_tracefile_count 30 - Enable channel `channel` for session `yw4M2Mg33DmLylAC`: 8 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 31 - Enable ust event tp:tptest for session yw4M2Mg33DmLylAC\nPASS: tools/tracefile-limits/test_tracefile_count 32 - Destroy session yw4M2Mg33DmLylAC\nPASS: tools/tracefile-limits/test_tracefile_count 33 - Total stream size of CPU 0 is 32768\nPASS: tools/tracefile-limits/test_tracefile_count 34 - Stream meets the trace file limit of 8\nPASS: tools/tracefile-limits/test_tracefile_count 35 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 36 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 37 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 38 - Create session K5NO1GpYI2Ur2xoa in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.uLkIvU\nPASS: tools/tracefile-limits/test_tracefile_count 39 - Enable channel `channel` for session `K5NO1GpYI2Ur2xoa`: 10 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 40 - Enable ust event tp:tptest for session K5NO1GpYI2Ur2xoa\nPASS: tools/tracefile-limits/test_tracefile_count 41 - Destroy session K5NO1GpYI2Ur2xoa\nPASS: tools/tracefile-limits/test_tracefile_count 42 - Total stream size of CPU 3 is 40960\nPASS: tools/tracefile-limits/test_tracefile_count 43 - Stream meets the trace file limit of 10\nPASS: tools/tracefile-limits/test_tracefile_count 44 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 45 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 46 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 47 - Create session 2lfHjtx3HEImfglu in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.S909KQ\nPASS: tools/tracefile-limits/test_tracefile_count 48 - Enable channel `channel` for session `2lfHjtx3HEImfglu`: 16 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 49 - Enable ust event tp:tptest for session 2lfHjtx3HEImfglu\nPASS: tools/tracefile-limits/test_tracefile_count 50 - Destroy session 2lfHjtx3HEImfglu\nPASS: tools/tracefile-limits/test_tracefile_count 51 - Total stream size of CPU 3 is 65536\nPASS: tools/tracefile-limits/test_tracefile_count 52 - Stream meets the trace file limit of 16\nPASS: tools/tracefile-limits/test_tracefile_count 53 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 54 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 55 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 56 - Create session IB3mEQGlx1gZT5mF in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.llObAE\nPASS: tools/tracefile-limits/test_tracefile_count 57 - Enable channel `channel` for session `IB3mEQGlx1gZT5mF`: 32 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 58 - Enable ust event tp:tptest for session IB3mEQGlx1gZT5mF\nPASS: tools/tracefile-limits/test_tracefile_count 59 - Destroy session IB3mEQGlx1gZT5mF\nPASS: tools/tracefile-limits/test_tracefile_count 60 - Total stream size of CPU 0 is 131072\nPASS: tools/tracefile-limits/test_tracefile_count 61 - Stream meets the trace file limit of 32\nPASS: tools/tracefile-limits/test_tracefile_count 62 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 63 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 64 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 65 - Create session qE0jtrJfWxKr5ovv in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.KlPfUJ\nPASS: tools/tracefile-limits/test_tracefile_count 66 - Enable channel `channel` for session `qE0jtrJfWxKr5ovv`: 64 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 67 - Enable ust event tp:tptest for session qE0jtrJfWxKr5ovv\nPASS: tools/tracefile-limits/test_tracefile_count 68 - Destroy session qE0jtrJfWxKr5ovv\nPASS: tools/tracefile-limits/test_tracefile_count 69 - Total stream size of CPU 1 is 262144\nPASS: tools/tracefile-limits/test_tracefile_count 70 - Stream meets the trace file limit of 64\nPASS: tools/tracefile-limits/test_tracefile_count 71 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 72 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 73 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 74 - Wait after kill session daemon\nPASS: tools/tracefile-limits/test_tracefile_size 1 - Start session daemon\nPASS: tools/tracefile-limits/test_tracefile_size 2 - Create session iJgF9CvU3s1BOLLU in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.WecGPg\nPASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session iJgF9CvU3s1BOLLU: 4096 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session iJgF9CvU3s1BOLLU in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session iJgF9CvU3s1BOLLU\nPASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session iJgF9CvU3s1BOLLU\nPASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session iJgF9CvU3s1BOLLU\nPASS: tools/tracefile-limits/test_tracefile_size 8 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 9 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 10 - Validate trace for event tp:tptest, 95 events\nPASS: tools/tracefile-limits/test_tracefile_size 11 - Create session 6lO0RUgHGaBnZ6TS in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.l7cwAk\nPASS: tools/tracefile-limits/test_tracefile_size 12 - Enable channel channel for session 6lO0RUgHGaBnZ6TS: 8192 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 13 - Enable event tp:tptest for session 6lO0RUgHGaBnZ6TS in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 14 - Start tracing for session 6lO0RUgHGaBnZ6TS\nPASS: tools/tracefile-limits/test_tracefile_size 15 - Stop lttng tracing for session 6lO0RUgHGaBnZ6TS\nPASS: tools/tracefile-limits/test_tracefile_size 16 - Destroy session 6lO0RUgHGaBnZ6TS\nPASS: tools/tracefile-limits/test_tracefile_size 17 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 18 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 19 - Validate trace for event tp:tptest, 114 events\nPASS: tools/tracefile-limits/test_tracefile_size 20 - Create session oajvSNPVNDc040CY in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.qK83BP\nPASS: tools/tracefile-limits/test_tracefile_size 21 - Enable channel channel for session oajvSNPVNDc040CY: 16384 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 22 - Enable event tp:tptest for session oajvSNPVNDc040CY in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 23 - Start tracing for session oajvSNPVNDc040CY\nPASS: tools/tracefile-limits/test_tracefile_size 24 - Stop lttng tracing for session oajvSNPVNDc040CY\nPASS: tools/tracefile-limits/test_tracefile_size 25 - Destroy session oajvSNPVNDc040CY\nPASS: tools/tracefile-limits/test_tracefile_size 26 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 27 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 28 - Validate trace for event tp:tptest, 304 events\nPASS: tools/tracefile-limits/test_tracefile_size 29 - Create session r52Y5pdwvowQzP5A in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.Svf9Yo\nPASS: tools/tracefile-limits/test_tracefile_size 30 - Enable channel channel for session r52Y5pdwvowQzP5A: 32768 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 31 - Enable event tp:tptest for session r52Y5pdwvowQzP5A in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 32 - Start tracing for session r52Y5pdwvowQzP5A\nPASS: tools/tracefile-limits/test_tracefile_size 33 - Stop lttng tracing for session r52Y5pdwvowQzP5A\nPASS: tools/tracefile-limits/test_tracefile_size 34 - Destroy session r52Y5pdwvowQzP5A\nPASS: tools/tracefile-limits/test_tracefile_size 35 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 36 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 37 - Validate trace for event tp:tptest, 228 events\nPASS: tools/tracefile-limits/test_tracefile_size 38 - Create session s2q74iy9GqoC6PK2 in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.4ZA457\nPASS: tools/tracefile-limits/test_tracefile_size 39 - Enable channel channel for session s2q74iy9GqoC6PK2: 65536 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 40 - Enable event tp:tptest for session s2q74iy9GqoC6PK2 in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 41 - Start tracing for session s2q74iy9GqoC6PK2\nPASS: tools/tracefile-limits/test_tracefile_size 42 - Stop lttng tracing for session s2q74iy9GqoC6PK2\nPASS: tools/tracefile-limits/test_tracefile_size 43 - Destroy session s2q74iy9GqoC6PK2\nPASS: tools/tracefile-limits/test_tracefile_size 44 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 45 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 46 - Validate trace for event tp:tptest, 380 events\nPASS: tools/tracefile-limits/test_tracefile_size 47 - Create session GOl13wW0jEbvpAlR in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.Gcy1PD\nPASS: tools/tracefile-limits/test_tracefile_size 48 - Enable channel channel for session GOl13wW0jEbvpAlR: 131072 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 49 - Enable event tp:tptest for session GOl13wW0jEbvpAlR in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 50 - Start tracing for session GOl13wW0jEbvpAlR\nPASS: tools/tracefile-limits/test_tracefile_size 51 - Stop lttng tracing for session GOl13wW0jEbvpAlR\nPASS: tools/tracefile-limits/test_tracefile_size 52 - Destroy session GOl13wW0jEbvpAlR\nPASS: tools/tracefile-limits/test_tracefile_size 53 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 54 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 55 - Validate trace for event tp:tptest, 304 events\nPASS: tools/tracefile-limits/test_tracefile_size 56 - Create session m2yiOEsM0e6tjE8k in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.VLIAKW\nPASS: tools/tracefile-limits/test_tracefile_size 57 - Enable channel channel for session m2yiOEsM0e6tjE8k: 5120 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 58 - Enable event tp:tptest for session m2yiOEsM0e6tjE8k in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 59 - Start tracing for session m2yiOEsM0e6tjE8k\nPASS: tools/tracefile-limits/test_tracefile_size 60 - Stop lttng tracing for session m2yiOEsM0e6tjE8k\nPASS: tools/tracefile-limits/test_tracefile_size 61 - Destroy session m2yiOEsM0e6tjE8k\nPASS: tools/tracefile-limits/test_tracefile_size 62 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 63 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 64 - Validate trace for event tp:tptest, 133 events\nPASS: tools/tracefile-limits/test_tracefile_size 65 - Create session 7o88gO7Nxm4CS6R5 in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_pagesize_trace_path.S64gnc\nPASS: tools/tracefile-limits/test_tracefile_size 66 - Enable channel channel for session 7o88gO7Nxm4CS6R5: 4094 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 67 - Enable event tp:tptest for session 7o88gO7Nxm4CS6R5 in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 68 - Start tracing for session 7o88gO7Nxm4CS6R5\nPASS: tools/tracefile-limits/test_tracefile_size 69 - Stop lttng tracing for session 7o88gO7Nxm4CS6R5\nPASS: tools/tracefile-limits/test_tracefile_size 70 - Destroy session 7o88gO7Nxm4CS6R5\nPASS: tools/tracefile-limits/test_tracefile_size 71 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 72 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 73 - Validate trace for event tp:tptest, 95 events\nPASS: tools/tracefile-limits/test_tracefile_size 74 - Wait after kill session daemon\nPASS: tools/exclusion/test_exclusion 1 - Start session daemon\nPASS: tools/exclusion/test_exclusion 2 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXace_path.GuEIpY\nPASS: tools/exclusion/test_exclusion 3 - Enabling events without exclusion\nPASS: tools/exclusion/test_exclusion 4 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 5 - Running test application\nPASS: tools/exclusion/test_exclusion 6 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 7 - Events were found during the dry run without exclusion\nPASS: tools/exclusion/test_exclusion 8 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 9 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.QNQkLL\nPASS: tools/exclusion/test_exclusion 10 - Enable lttng event with event \"tp:tptest2\" excluded\nPASS: tools/exclusion/test_exclusion 11 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 12 - Running test application\nPASS: tools/exclusion/test_exclusion 13 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 14 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 15 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 16 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.I7z06X\nPASS: tools/exclusion/test_exclusion 17 - Enable lttng event with event \"tp:tptest3\" excluded\nPASS: tools/exclusion/test_exclusion 18 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 19 - Running test application\nPASS: tools/exclusion/test_exclusion 20 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 21 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 22 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 23 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.CD82Uh\nPASS: tools/exclusion/test_exclusion 24 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 25 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 26 - Running test application\nPASS: tools/exclusion/test_exclusion 27 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 28 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 29 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 30 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.FzK31Z\nPASS: tools/exclusion/test_exclusion 31 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 32 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 33 - Running test application\nPASS: tools/exclusion/test_exclusion 34 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 35 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 36 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 37 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.rgQSfh\nPASS: tools/exclusion/test_exclusion 38 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 39 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 40 - Running test application\nPASS: tools/exclusion/test_exclusion 41 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 42 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 43 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 44 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.9ij72V\nPASS: tools/exclusion/test_exclusion 45 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 46 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 47 - Running test application\nPASS: tools/exclusion/test_exclusion 48 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 49 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 50 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 51 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.jMZois\nPASS: tools/exclusion/test_exclusion 52 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 53 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 54 - Running test application\nPASS: tools/exclusion/test_exclusion 55 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 56 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 57 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 58 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.I5tvox\nPASS: tools/exclusion/test_exclusion 59 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 60 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 61 - Running test application\nPASS: tools/exclusion/test_exclusion 62 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 63 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 64 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 65 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.4XjEWn\nPASS: tools/exclusion/test_exclusion 66 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 67 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 68 - Running test application\nPASS: tools/exclusion/test_exclusion 69 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 70 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 71 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 72 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.rZztXX\nPASS: tools/exclusion/test_exclusion 73 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 74 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 75 - Running test application\nPASS: tools/exclusion/test_exclusion 76 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 77 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 78 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 79 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.oUMRVE\nPASS: tools/exclusion/test_exclusion 80 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 81 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 82 - Running test application\nPASS: tools/exclusion/test_exclusion 83 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 84 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 85 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 86 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.YfrslO\nPASS: tools/exclusion/test_exclusion 87 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 88 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 89 - Running test application\nPASS: tools/exclusion/test_exclusion 90 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 91 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 92 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 93 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.uY9pWr\nPASS: tools/exclusion/test_exclusion 94 - Enable lttng event with event \"*test2\" excluded\nPASS: tools/exclusion/test_exclusion 95 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 96 - Running test application\nPASS: tools/exclusion/test_exclusion 97 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 98 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 99 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 100 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.wOMBYr\nPASS: tools/exclusion/test_exclusion 101 - Enable lttng event with event \"*test5\" excluded\nPASS: tools/exclusion/test_exclusion 102 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 103 - Running test application\nPASS: tools/exclusion/test_exclusion 104 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 105 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 106 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 107 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.7l7V2r\nPASS: tools/exclusion/test_exclusion 108 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 109 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 110 - Running test application\nPASS: tools/exclusion/test_exclusion 111 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 112 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 113 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 114 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.66841U\nPASS: tools/exclusion/test_exclusion 115 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 116 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 117 - Running test application\nPASS: tools/exclusion/test_exclusion 118 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 119 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 120 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 121 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.YRpHwm\nPASS: tools/exclusion/test_exclusion 122 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 123 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 124 - Running test application\nPASS: tools/exclusion/test_exclusion 125 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 126 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 127 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 128 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.55cjtn\nPASS: tools/exclusion/test_exclusion 129 - Enable lttng event with event \"*p***test*\" excluded\nPASS: tools/exclusion/test_exclusion 130 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 131 - Running test application\nPASS: tools/exclusion/test_exclusion 132 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 133 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 134 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 135 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.Qjl6Yu\nPASS: tools/exclusion/test_exclusion 136 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 137 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 138 - Running test application\nPASS: tools/exclusion/test_exclusion 139 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 140 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 141 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 142 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.3pI0IF\nPASS: tools/exclusion/test_exclusion 143 - Enable lttng event with event \"*3\" excluded\nPASS: tools/exclusion/test_exclusion 144 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 145 - Running test application\nPASS: tools/exclusion/test_exclusion 146 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 147 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 148 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 149 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.e3qQNc\nPASS: tools/exclusion/test_exclusion 150 - Enable lttng event with event \"tp*test3,*2\" excluded\nPASS: tools/exclusion/test_exclusion 151 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 152 - Running test application\nPASS: tools/exclusion/test_exclusion 153 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 154 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 155 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 156 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.mIi3gf\nPASS: tools/exclusion/test_exclusion 157 - Enable lttng event with event \"**tp*test3,*2\" excluded\nPASS: tools/exclusion/test_exclusion 158 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 159 - Running test application\nPASS: tools/exclusion/test_exclusion 160 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 161 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 162 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 163 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_tracing_started_trace_path.Cu1ddZ\nPASS: tools/exclusion/test_exclusion 164 - Enable ust event non-existent-event for session test-exclusion\nPASS: tools/exclusion/test_exclusion 165 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 166 - Enable lttng event with event \"tp:tptest1\" excluded\nPASS: tools/exclusion/test_exclusion 167 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 168 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 169 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 170 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 171 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 172 - Enable LTTng event \"allo\" with exclusion \"lol\" fails\nPASS: tools/exclusion/test_exclusion 173 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 174 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 175 - Enable LTTng event \"allo\" with exclusion \"meow,lol\" fails\nPASS: tools/exclusion/test_exclusion 176 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 177 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 178 - Enable LTTng event \"allo\" with exclusion \"z*em\" fails\nPASS: tools/exclusion/test_exclusion 179 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 180 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 181 - Enable LTTng event \"allo*\" with exclusion \"all*\" fails\nPASS: tools/exclusion/test_exclusion 182 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 183 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 184 - Enable LTTng event \"allo*\" with exclusion \"ze,all*,yes\" fails\nPASS: tools/exclusion/test_exclusion 185 - Wait after kill session daemon\nPASS: tools/snapshots/test_ust_fast 1 - Start session daemon\nPASS: tools/snapshots/test_ust_fast 2 - Create session 7snrkRSIwY0mmKzH in no-output mode\nPASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 5 - Start tracing for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS ( -n randomname )\nPASS: tools/snapshots/test_ust_fast 7 - Snapshot named randomname present in list-output listing\nPASS: tools/snapshots/test_ust_fast 8 - Deleted snapshot output named randomname\nPASS: tools/snapshots/test_ust_fast 9 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS ( -n somesnapshot )\nPASS: tools/snapshots/test_ust_fast 10 - Snapshot named somesnapshot present in list-output listing\nPASS: tools/snapshots/test_ust_fast 11 - Stop lttng tracing for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 12 - Destroy session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 13 - Create session z2afLLIU4jxV3cCF in no-output mode\nPASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 16 - Start tracing for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 18 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 19 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 20 - Stop lttng tracing for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 21 - Destroy session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 22 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 23 - Validate trace for event tp:tptest, 3171 events\nPASS: tools/snapshots/test_ust_fast 24 - Create session BfbmGkeNaUisV2AX in no-output mode\nPASS: tools/snapshots/test_ust_fast 25 - Enable channel  for session BfbmGkeNaUisV2AX with subbuf size 4096\nPASS: tools/snapshots/test_ust_fast 26 - Enable ust event tp:tptest for session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 27 - Start tracing for session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 28 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS ( -m 16384 )\nPASS: tools/snapshots/test_ust_fast 29 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 30 - Tracefiles size sum validation\nPASS: tools/snapshots/test_ust_fast 31 - Stop lttng tracing for session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 32 - Destroy session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 33 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 34 - Validate trace for event tp:tptest, 48 events\nPASS: tools/snapshots/test_ust_fast 35 - Create session mSpk14yBYnf6msxP in no-output mode\nPASS: tools/snapshots/test_ust_fast 36 - Enable channel snapchan per UID for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 37 - Enable ust event tp:tptest for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 38 - Start tracing for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 39 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 40 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 41 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 42 - Stop lttng tracing for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 43 - Destroy session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 44 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 45 - Validate trace for event tp:tptest, 3162 events\nPASS: tools/snapshots/test_ust_fast 46 - Create session KSP3mwyiykmYqeJr in no-output mode\nPASS: tools/snapshots/test_ust_fast 47 - Enable channel snapchan per UID for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 48 - Enable ust event tp:tptest for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 49 - Start tracing for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 50 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 51 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 52 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 53 - Stop lttng tracing for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 54 - Destroy session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 55 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 56 - Validate trace for event tp:tptest, 3180 events\nPASS: tools/snapshots/test_ust_fast 57 - Create session HAOeyWTwBQgNDXYu in no-output mode\nPASS: tools/snapshots/test_ust_fast 58 - Enable channel snapchan for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 59 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 60 - Start tracing for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 61 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 62 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 63 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 64 - Stop lttng tracing for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 65 - Destroy session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 66 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 67 - Validate trace for event tp:tptest1, 1 events\nPASS: tools/snapshots/test_ust_fast 68 - Validate trace for event tp:tptest2, 1 events\nPASS: tools/snapshots/test_ust_fast 69 - Validate trace for event tp:tptest3, 1 events\nPASS: tools/snapshots/test_ust_fast 70 - Validate trace for event tp:tptest4, 1 events\nPASS: tools/snapshots/test_ust_fast 71 - Validate trace for event tp:tptest5, 1 events\nPASS: tools/snapshots/test_ust_fast 72 - Create session VGbHeEkTk1PwW09v in no-output mode\nPASS: tools/snapshots/test_ust_fast 73 - Enable channel snapchan for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 74 - Enable ust event tp:tptest for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 75 - Start tracing for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 76 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 77 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 78 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 79 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 80 - Validate trace for event tp:tptest, 3201 events\nPASS: tools/snapshots/test_ust_fast 81 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 82 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 3588 events\nPASS: tools/snapshots/test_ust_fast 84 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 85 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 86 - Validate trace for event tp:tptest, 3791 events\nPASS: tools/snapshots/test_ust_fast 87 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 88 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 1447 events\nPASS: tools/snapshots/test_ust_fast 90 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 91 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 92 - Validate trace for event tp:tptest, 932 events\nPASS: tools/snapshots/test_ust_fast 93 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 94 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 95 - Validate trace for event tp:tptest, 626 events\nPASS: tools/snapshots/test_ust_fast 96 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 97 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 98 - Validate trace for event tp:tptest, 490 events\nPASS: tools/snapshots/test_ust_fast 99 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 100 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 101 - Validate trace for event tp:tptest, 322 events\nPASS: tools/snapshots/test_ust_fast 102 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 103 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 104 - Validate trace for event tp:tptest, 256 events\nPASS: tools/snapshots/test_ust_fast 105 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 106 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 107 - Validate trace for event tp:tptest, 224 events\nPASS: tools/snapshots/test_ust_fast 108 - Stop lttng tracing for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 109 - Destroy session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 110 - Create session V6eqlkPKT3GMZG6b in no-output mode\nPASS: tools/snapshots/test_ust_fast 111 - Enable channel snapchan for session V6eqlkPKT3GMZG6b with small discard buffers\nPASS: tools/snapshots/test_ust_fast 112 - Enable ust event tp:tptest for session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 113 - Start tracing for session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 114 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 115 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 116 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 117 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 118 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 119 - First snapshot event match\nPASS: tools/snapshots/test_ust_fast 120 - Stop lttng tracing for session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 121 - Destroy session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 122 - Create session 06J1Hz6IQUy0zmx9 in no-output mode\nPASS: tools/snapshots/test_ust_fast 123 - Enable channel snapchan for session 06J1Hz6IQUy0zmx9 with small discard buffers\nPASS: tools/snapshots/test_ust_fast 124 - Enable ust event tp:tptest for session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 125 - Start tracing for session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 126 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 127 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 128 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 129 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 130 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 131 - First snapshot event do not match\nPASS: tools/snapshots/test_ust_fast 132 - Stop lttng tracing for session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 133 - Destroy session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 134 - Wait after kill session daemon\nPASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXhots_ust_streaming_trace_path.qp5xXf)\nPASS: tools/snapshots/test_ust_streaming 2 - Start session daemon\nPASS: tools/snapshots/test_ust_streaming 3 - Create session CZG10AMI6waLymme in no-output mode\nPASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 7 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 8 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 9 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 10 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 11 - Validate trace for event tp:tptest, 3196 events\nPASS: tools/snapshots/test_ust_streaming 12 - Deleted snapshot output id 1\nPASS: tools/snapshots/test_ust_streaming 13 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 14 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 15 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 16 - Validate trace for event tp:tptest, 3896 events\nPASS: tools/snapshots/test_ust_streaming 17 - Stop lttng tracing for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 18 - Destroy session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 19 - Create session sWxgCibDFonANpzL in no-output mode\nPASS: tools/snapshots/test_ust_streaming 20 - Enable channel chan1 for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 21 - Enable ust event tp:tptest for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 22 - Start tracing for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 23 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 24 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 25 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 26 - Stop lttng tracing for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 27 - Destroy session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 28 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 29 - Validate trace for event tp:tptest, 3203 events\nPASS: tools/snapshots/test_ust_streaming 30 - Create session rjUNkgV1attzv86d in no-output mode\nPASS: tools/snapshots/test_ust_streaming 31 - Enable channel chan1 for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 32 - Enable ust event tp:tptest for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 33 - Start tracing for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 34 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 35 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 36 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 37 - Stop lttng tracing for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 38 - Destroy session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 39 - Custom name snapshot exists\nPASS: tools/snapshots/test_ust_streaming 40 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 41 - Validate trace for event tp:tptest, 3183 events\nPASS: tools/snapshots/test_ust_streaming 42 - Create session 4hqlNGRDk4Mf3twq in no-output mode\nPASS: tools/snapshots/test_ust_streaming 43 - Enable channel chan1 for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 44 - Enable ust event tp:tptest for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 45 - Start tracing for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 46 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 47 - Added snapshot output -C tcp://localhost:5342 -D tcp://localhost:5343\nPASS: tools/snapshots/test_ust_streaming 48 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 49 - Stop lttng tracing for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 50 - Destroy session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 51 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 52 - Validate trace for event tp:tptest, 3205 events\nPASS: tools/snapshots/test_ust_streaming 53 - Create session f4PwOOxBtx3CZlkN in no-output mode\nPASS: tools/snapshots/test_ust_streaming 54 - Enable channel chan1 for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 55 - Enable ust event tp:tptest for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 56 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 57 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 58 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 59 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 60 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 61 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 62 - Validate trace for event tp:tptest, 23 events\nPASS: tools/snapshots/test_ust_streaming 63 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 64 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 65 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 66 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 67 - Validate trace for event tp:tptest, 326 events\nPASS: tools/snapshots/test_ust_streaming 68 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 69 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 70 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 71 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 72 - Validate trace for event tp:tptest, 590 events\nPASS: tools/snapshots/test_ust_streaming 73 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 74 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 75 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 76 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 77 - Validate trace for event tp:tptest, 578 events\nPASS: tools/snapshots/test_ust_streaming 78 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 79 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 80 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 81 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 82 - Validate trace for event tp:tptest, 579 events\nPASS: tools/snapshots/test_ust_streaming 83 - Destroy session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 84 - Wait after kill session daemon\nPASS: tools/snapshots/test_ust_streaming 85 - Wait after kill relay daemon\nPASS: tools/save-load/test_save 1 - Start session daemon\nPASS: tools/save-load/test_save 2 - Create session save-42 in -o /tmp/tmp.XXXXXXXXXXtrace_path.ITNVKI\nPASS: tools/save-load/test_save 3 - Enable channel chan-save for session save-42\nPASS: tools/save-load/test_save 4 - Enable ust event tp:tptest for session save-42\nPASS: tools/save-load/test_save 5 - Track command with opts: -p 666 -u -s save-42\nPASS: tools/save-load/test_save 6 - Session saved\nPASS: tools/save-load/test_save 7 - Session save-42.lttng file found!\nPASS: tools/save-load/test_save 8 - Destroy session save-42\nPASS: tools/save-load/test_save 9 - Create session save-42-1 in -o /tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1\nPASS: tools/save-load/test_save 10 - Create session save-42-2 in -o /tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1\nPASS: tools/save-load/test_save 11 - Create session save-42-3 in -o /tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1\nPASS: tools/save-load/test_save 12 - Enable channel chan-save for session save-42-1\nPASS: tools/save-load/test_save 13 - Enable channel chan-save for session save-42-2\nPASS: tools/save-load/test_save 14 - Enable channel chan-save for session save-42-3\nPASS: tools/save-load/test_save 15 - Enable ust event tp:tptest for session save-42-1\nPASS: tools/save-load/test_save 16 - Enable ust event tp:tptest for session save-42-2\nPASS: tools/save-load/test_save 17 - Enable ust event tp:tptest for session save-42-3\nPASS: tools/save-load/test_save 18 - Track command with opts: -p 666 -u -s save-42-1\nPASS: tools/save-load/test_save 19 - Track command with opts: -p 666 -u -s save-42-2\nPASS: tools/save-load/test_save 20 - Track command with opts: -p 666 -u -s save-42-3\nPASS: tools/save-load/test_save 21 - Session saved\nPASS: tools/save-load/test_save 22 - Session save-42-1.lttng file found!\nPASS: tools/save-load/test_save 23 - Session save-42-2.lttng file found!\nPASS: tools/save-load/test_save 24 - Session save-42-3.lttng file found!\nPASS: tools/save-load/test_save 25 - Destroy session save-42-1\nPASS: tools/save-load/test_save 26 - Destroy session save-42-2\nPASS: tools/save-load/test_save 27 - Destroy session save-42-3\nPASS: tools/save-load/test_save 28 - Create session save-42 in -o /tmp/tmp.XXXXXXXXXXtrace_path.i6xaEn\nPASS: tools/save-load/test_save 29 - Enable channel chan-save for session save-42\nPASS: tools/save-load/test_save 30 - Enable ust event tp:tptest for session save-42\nPASS: tools/save-load/test_save 31 - Session saved\nPASS: tools/save-load/test_save 32 - Session save-42.lttng file found!\nPASS: tools/save-load/test_save 33 - Destroy session save-42\nPASS: tools/save-load/test_save 34 - Create session save-42 in -o /tmp/tmp.XXXXXXXXXXtrace_path.i6xaEn\nPASS: tools/save-load/test_save 35 - Enable channel chan-save for session save-42\nPASS: tools/save-load/test_save 36 - Enable ust event tp:tptest for session save-42\nPASS: tools/save-load/test_save 37 - Session failed to be saved. Expected!\nPASS: tools/save-load/test_save 38 - Session saved\nPASS: tools/save-load/test_save 39 - Session save-42.lttng file found!\nPASS: tools/save-load/test_save 40 - Destroy session save-42\nPASS: tools/save-load/test_save 41 - Wait after kill session daemon\nPASS: tools/save-load/test_load 1 - Start session daemon\nPASS: tools/save-load/test_load 2 - Load command with opts: -i ./tools/save-load//load-42.lttng\nPASS: tools/save-load/test_load 3 - Destroy session load-42\nPASS: tools/save-load/test_load 4 - Start lttng-relayd (process mode: -b opt: -C tcp://localhost:8172 -D tcp://localhost:9817)\nPASS: tools/save-load/test_load 5 - Load command with opts: -i ./tools/save-load//load-42-complex.lttng\nPASS: tools/save-load/test_load 6 - Disable event uevent1 for session load-42-complex\nPASS: tools/save-load/test_load 7 - Disable event uevent2 for session load-42-complex\nPASS: tools/save-load/test_load 8 - Disable event uevent3* for session load-42-complex\nPASS: tools/save-load/test_load 9 - Disable channel chan1 for session load-42-complex\nPASS: tools/save-load/test_load 10 - Disable channel chan2 for session load-42-complex\nPASS: tools/save-load/test_load 11 - Disable channel chan3 for session load-42-complex\nPASS: tools/save-load/test_load 12 - Disabled event is loaded in disabled state\nPASS: tools/save-load/test_load 13 - Disabled event is loaded in disabled state\nPASS: tools/save-load/test_load 14 - Enabled event with same name but different loglevel is in disabled state\nPASS: tools/save-load/test_load 15 - Destroy session load-42-complex\nPASS: tools/save-load/test_load 16 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 17 - Start lttng-relayd (process mode: -b opt: -C tcp://localhost:8172 -D tcp://localhost:9817)\nPASS: tools/save-load/test_load 18 - Load command with opts: -a -i ./tools/save-load/\nPASS: tools/save-load/test_load 19 - Destroy session load-42\nPASS: tools/save-load/test_load 20 - Destroy session load-42-complex\nPASS: tools/save-load/test_load 21 - Destroy session load-42-trackers\nPASS: tools/save-load/test_load 22 - Destroy session tracker_legacy_all\nPASS: tools/save-load/test_load 23 - Destroy session tracker_legacy_none\nPASS: tools/save-load/test_load 24 - Destroy session tracker_legacy_selective\nPASS: tools/save-load/test_load 25 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 26 - Load command with opts: -i ./tools/save-load//load-42.lttng\nPASS: tools/save-load/test_load 27 - Load command with opts: -f -i ./tools/save-load/ load-42\nPASS: tools/save-load/test_load 28 - Destroy session load-42\nPASS: tools/save-load/test_load 29 - Load command with opts: -i ./tools/save-load//load-42-trackers.lttng\nPASS: tools/save-load/test_load 30 - VPID target is present\nPASS: tools/save-load/test_load 31 - VUID target is present\nPASS: tools/save-load/test_load 32 - VGID target is present\nPASS: tools/save-load/test_load 33 - Untrack command with opts: --vpid 666 -u -s load-42-trackers\nPASS: tools/save-load/test_load 34 - Untrack command with opts: --vuid 777 -u -s load-42-trackers\nPASS: tools/save-load/test_load 35 - Untrack command with opts: --vgid 888 -u -s load-42-trackers\nPASS: tools/save-load/test_load 36 - Untrack command with opts: --pid 999 -u -s load-42-trackers\nPASS: tools/save-load/test_load 37 - Destroy session load-42-trackers\nPASS: tools/save-load/test_load 38 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-name=PinkyAndTheBrain load-42\nPASS: tools/save-load/test_load 39 - Override name successful  [load-42 to PinkyAndTheBrain]\nPASS: tools/save-load/test_load 40 - Output path is not affected by name override\nPASS: tools/save-load/test_load 41 - Destroy session PinkyAndTheBrain\nPASS: tools/save-load/test_load 42 - Load command failed as expected with opts: -i ./tools/save-load//load-42.lttng --override-name=PinkyAndTheBrain\nPASS: tools/save-load/test_load 43 - Start lttng-relayd (process mode: -b opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817)\nPASS: tools/save-load/test_load 44 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=file:///tmp/override/to/here\nPASS: tools/save-load/test_load 45 - Path url file:// override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 46 - Destroy session load-42\nPASS: tools/save-load/test_load 47 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=/tmp/override/to/here\nPASS: tools/save-load/test_load 48 - Path url / override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 49 - Destroy session load-42\nPASS: tools/save-load/test_load 50 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=net://127.0.0.1:8172:9817\nPASS: tools/save-load/test_load 51 - Path url net://host:port:port override [tcp4://127.0.0.1:8172/ [data: 9817], tcp4://127.0.0.1:8172/ [data: 9817]]\nPASS: tools/save-load/test_load 52 - Destroy session load-42\nPASS: tools/save-load/test_load 53 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 54 - Start lttng-relayd (process mode: -b opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817)\nPASS: tools/save-load/test_load 55 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=file:///tmp/override/to/here\nPASS: tools/save-load/test_load 56 - Path url file:// override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 57 - Destroy session load-42-snapshot\nPASS: tools/save-load/test_load 58 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=/tmp/override/to/here\nPASS: tools/save-load/test_load 59 - Path url / override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 60 - Destroy session load-42-snapshot\nPASS: tools/save-load/test_load 61 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=net://127.0.0.1:8172:9817\nPASS: tools/save-load/test_load 62 - Path url ctrl net://host:port:port override [tcp4://127.0.0.1:8172/, tcp4://127.0.0.1:8172/]\nPASS: tools/save-load/test_load 63 - Path url data net://host:port:port override [tcp4://127.0.0.1:9817/, tcp4://127.0.0.1:9817/]\nPASS: tools/save-load/test_load 64 - Destroy session load-42-snapshot\nPASS: tools/save-load/test_load 65 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 66 - Start lttng-relayd (process mode: -b opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817)\nPASS: tools/save-load/test_load 67 - Load command failed as expected with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=file:///tmp/override/to/here\nPASS: tools/save-load/test_load 68 - Destroy session load-42-live failed as expected\nPASS: tools/save-load/test_load 69 - Load command failed as expected with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=/tmp/override/to/here\nPASS: tools/save-load/test_load 70 - Destroy session load-42-live failed as expected\nPASS: tools/save-load/test_load 71 - Load command with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=net://127.0.0.1:8172:9817\nPASS: tools/save-load/test_load 72 - Path url net://host:port:port override [tcp4://127.0.0.1:8172/ [data: 9817], tcp4://127.0.0.1:8172/ [data: 9817]]\nPASS: tools/save-load/test_load 73 - Destroy session load-42-live\nPASS: tools/save-load/test_load 74 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 75 - Wait after kill session daemon\nPASS: tools/save-load/test_autoload 1 - Start session daemon\nPASS: tools/save-load/test_autoload 2 - Lttng-tool list command with option load-42\nPASS: tools/save-load/test_autoload 3 - Wait after kill session daemon\nPASS: tools/save-load/test_autoload 4 - Start session daemon\nPASS: tools/save-load/test_autoload 5 - Lttng-tool list command with option load-42\nPASS: tools/save-load/test_autoload 6 - Wait after kill session daemon\nPASS: tools/save-load/test_autoload 7 - Start session daemon\nPASS: tools/save-load/test_autoload 8 - Lttng-tool list command with option load-42\nPASS: tools/save-load/test_autoload 9 - Wait after kill session daemon\nPASS: tools/mi/test_mi 1 - Start session daemon\nPASS: tools/mi/test_mi 2 - MI test: Lttng version\nPASS: tools/mi/test_mi 3 - MI test: Version xsd validation\nPASS: tools/mi/test_mi 4 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 5 - MI test: create session xsd validation\nPASS: tools/mi/test_mi 6 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd failed as expected\nPASS: tools/mi/test_mi 7 - MI test: expecting fail create session xsd validation\nPASS: tools/mi/test_mi 8 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 9 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/create_session.xml command failed as expected\nPASS: tools/mi/test_mi 10 - Destroy session testSession\nPASS: tools/mi/test_mi 11 - Create session testSession1 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 12 - Create session testSession2 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 13 - Create session testSession3 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 14 - Destroy session testSession1\nPASS: tools/mi/test_mi 15 - MI test: destroy session testSession1 xsd validation\nPASS: tools/mi/test_mi 16 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 17 - Mi test: deleted session: testSession1 expected: testSession1\nPASS: tools/mi/test_mi 18 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 19 - MI test: destroy all session xsd validation\nPASS: tools/mi/test_mi 20 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 21 - Mi test: 2 / 2 sessions discovered\nPASS: tools/mi/test_mi 22 - Destroy session testSession1 failed as expected\nPASS: tools/mi/test_mi 23 - MI test: failing destroy session testSession1 xsd validation\nPASS: tools/mi/test_mi 24 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 25 - Mi test: destroy command on testSession1 failed as expected\nPASS: tools/mi/test_mi 26 - Create session testSession1 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 27 - Create session testSession2 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 28 - Create session testSession3 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 29 - Lttng-tool list command with option\nPASS: tools/mi/test_mi 30 - Mi test: list sessions xsd validation\nPASS: tools/mi/test_mi 31 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 32 - Mi test: 3 / 3 sessions discovered\nPASS: tools/mi/test_mi 33 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 34 - Create session testsession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 35 - Enable channel channelUst0 for session testsession\nPASS: tools/mi/test_mi 36 - Mi test: enable ust channel xsd validation\nPASS: tools/mi/test_mi 37 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 38 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command success\nPASS: tools/mi/test_mi 39 - Enable channel channelUst0 for session testsession failed as expected\nPASS: tools/mi/test_mi 40 - Mi test: fail enable ust channel xsd validation\nPASS: tools/mi/test_mi 41 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 42 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command failed as expected\nPASS: tools/mi/test_mi 43 - Enable channel channelUst1 for session testsession\nPASS: tools/mi/test_mi 44 - Enable channel channelUst2 for session testsession\nPASS: tools/mi/test_mi 45 - Disable channel channelUst0 for session testsession\nPASS: tools/mi/test_mi 46 - Mi test: disable ust channel xsd validation\nPASS: tools/mi/test_mi 47 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 48 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command success\nPASS: tools/mi/test_mi 49 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 50 - MI test: channelUst0 disabled\nPASS: tools/mi/test_mi 51 - Disable channel channelUst1,channelUst2 for session testsession\nPASS: tools/mi/test_mi 52 - Mi test: multiple disable ust channel xsd validation\nPASS: tools/mi/test_mi 53 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 54 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command success\nPASS: tools/mi/test_mi 55 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 56 - Mi test: disabled ust channel 2/2\nPASS: tools/mi/test_mi 57 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 58 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 59 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 60 - Enable ust event ev1 for session testSession\nPASS: tools/mi/test_mi 61 - Mi test: Enable_event for ust domain xsd validation\nPASS: tools/mi/test_mi 62 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 63 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command success\nPASS: tools/mi/test_mi 64 - Enable ust event ev1 for session testSession failed as expected\nPASS: tools/mi/test_mi 65 - Mi test: Fail enable_event for ust domain xsd validation\nPASS: tools/mi/test_mi 66 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 67 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command failed as expected\nPASS: tools/mi/test_mi 68 - Enable ust event ev1,ev2,ev3 for session testSession failed as expected\nPASS: tools/mi/test_mi 69 - Mi test: Multiple enable ust event with inside fail xsd validation\nPASS: tools/mi/test_mi 70 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text()\nPASS: tools/mi/test_mi 71 - Mi test: Enabled event on failing enable command /2\nPASS: tools/mi/test_mi 72 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text()\nPASS: tools/mi/test_mi 73 - Mi test: Enabled event on failing enable command /2\nPASS: tools/mi/test_mi 74 - Disable event ev1 for session testSession\nPASS: tools/mi/test_mi 75 - Mi test: Disable ust event xsd validation\nPASS: tools/mi/test_mi 76 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 77 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command success\nPASS: tools/mi/test_mi 78 - Disable event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 79 - Mi test: Disable multiple ust event xsd validation\nPASS: tools/mi/test_mi 80 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 81 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command success\nPASS: tools/mi/test_mi 82 - Extraction of xpath //lttng:command/lttng:output/lttng:channel/lttng:events/lttng:event/lttng:success/text()\nPASS: tools/mi/test_mi 83 - Mi test: Disable multiple ust event success 3/3\nPASS: tools/mi/test_mi 84 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 85 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 86 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 87 - Enable ust event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 88 - Lttng-tool list command with option testSession -c testChannel\nPASS: tools/mi/test_mi 89 - Mi test: list channel xsd validation\nPASS: tools/mi/test_mi 90 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text()\nPASS: tools/mi/test_mi 91 - Mi test: 1 / 1 domains discovered\nPASS: tools/mi/test_mi 92 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 93 - Mi test: 1 / 1 channel discovered\nPASS: tools/mi/test_mi 94 - Mi test: expected channel: testChannel found: testChannel\nPASS: tools/mi/test_mi 95 - Enable channel testChannela for session testSession\nPASS: tools/mi/test_mi 96 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 97 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 98 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 99 - Enable ust event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 100 - Enable JUL event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 101 - Lttng-tool list command with option testSession -d\nPASS: tools/mi/test_mi 102 - Mi test: list domain xsd validation\nPASS: tools/mi/test_mi 103 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text()\nPASS: tools/mi/test_mi 104 - Mi test: 2 / 2 domains discovered\nPASS: tools/mi/test_mi 105 - Mi test: domains Jul is present\nPASS: tools/mi/test_mi 106 - Mi test: domains UST is present\nPASS: tools/mi/test_mi 107 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 108 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 109 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 110 - Enable ust event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 111 - Enable JUL event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 112 - Lttng-tool list command with option testSession\nPASS: tools/mi/test_mi 113 - Mi test: list session xsd validation\nPASS: tools/mi/test_mi 114 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text()\nPASS: tools/mi/test_mi 115 - Mi test: 2 / 2 domains discovered\nPASS: tools/mi/test_mi 116 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 117 - Mi test: 2 / 2 channel discovered\nPASS: tools/mi/test_mi 118 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 119 - Lttng-tool list command with option -u -f\nPASS: tools/mi/test_mi 120 - Mi test: list ust event xsd validation\nPASS: tools/mi/test_mi 121 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event/lttng:name/text()\nPASS: tools/mi/test_mi 122 - Mi test: 28 / 5 ust events discovered\nPASS: tools/mi/test_mi 123 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event[./lttng:name = 'tp:tptest']/lttng:event_fields/lttng:event_field/lttng:name/text()\nPASS: tools/mi/test_mi 124 - Mi test: 28 / 12 ust event fields discovered\nPASS: tools/mi/test_mi 125 - Create session testStartStopSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 126 - Start tracing for session testStartStopSession failed as expected\nPASS: tools/mi/test_mi 127 - Mi test: failed start xsd validation\nPASS: tools/mi/test_mi 128 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 129 - Mi test: mi report failure on start command as expected\nPASS: tools/mi/test_mi 130 - Enable channel startStopChannel for session testStartStopSession\nPASS: tools/mi/test_mi 131 - Start tracing for session testStartStopSession\nPASS: tools/mi/test_mi 132 - Mi test: start xsd validation\nPASS: tools/mi/test_mi 133 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 134 - Mi test: mi report success on start command as expected\nPASS: tools/mi/test_mi 135 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 136 - Mi test: started testStartStopSession\nPASS: tools/mi/test_mi 137 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text()\nPASS: tools/mi/test_mi 138 - Mi test: enabled element : true expected: true\nPASS: tools/mi/test_mi 139 - Metadata regenerate testStartStopSession\nPASS: tools/mi/test_mi 140 - Mi test: regenerate metadata\nPASS: tools/mi/test_mi 141 - Stop lttng tracing for session testStartStopSession\nPASS: tools/mi/test_mi 142 - Mi test: stop xsd validation\nPASS: tools/mi/test_mi 143 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 144 - Mi test: stopped testStartStopSession\nPASS: tools/mi/test_mi 145 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text()\nPASS: tools/mi/test_mi 146 - Mi test: enabled element : false expected: false\nPASS: tools/mi/test_mi 147 - Stop lttng tracing for session testStartStopSession failed as expected\nPASS: tools/mi/test_mi 148 - Mi test: failed stop xsd validation\nPASS: tools/mi/test_mi 149 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 150 - Mi test: mi report failure on start command as expected\nPASS: tools/mi/test_mi 151 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 152 - Create session testSnapshotAdd in no-output mode\nPASS: tools/mi/test_mi 153 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/snapshotoutput\nPASS: tools/mi/test_mi 154 - Mi test: snapshot xsd validation\nPASS: tools/mi/test_mi 155 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 156 - Mi test: add snapshot is a success\nPASS: tools/mi/test_mi 157 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:session_name/text()\nPASS: tools/mi/test_mi 158 - Mi test: added snapshot for: testSnapshotAdd expected testSnapshotAdd\nPASS: tools/mi/test_mi 159 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:name/text()\nPASS: tools/mi/test_mi 160 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:id/text()\nPASS: tools/mi/test_mi 161 - Snapshot list\nPASS: tools/mi/test_mi 162 - Mi test: snapshot list xsd validation\nPASS: tools/mi/test_mi 163 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 164 - Mi test: add snapshot is a success\nPASS: tools/mi/test_mi 165 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'list-output']/lttng:output/lttng:session[./lttng:name ='testSnapshotAdd']/lttng:snapshots/lttng:snapshot/lttng:name/text()\nPASS: tools/mi/test_mi 166 - Mi test: snapshot list extracted snapshot: snapshot-1 expected: snapshot-1\nPASS: tools/mi/test_mi 167 - Deleted snapshot output id 1\nPASS: tools/mi/test_mi 168 - Mi test: snapshot delete xsd validation\nPASS: tools/mi/test_mi 169 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 170 - Mi test: del snapshot is a success\nPASS: tools/mi/test_mi 171 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'del-output']/lttng:output/lttng:snapshot/lttng:id/text()\nPASS: tools/mi/test_mi 172 - Mi test: snapshot del extracted snapshot id: 1 expected: 1\nPASS: tools/mi/test_mi 173 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'del-output']/lttng:output/lttng:snapshot/lttng:session_name/text()\nPASS: tools/mi/test_mi 174 - Mi test: snapshot del extracted snapshot id: testSnapshotAdd expected: testSnapshotAdd\nPASS: tools/mi/test_mi 175 - Deleted snapshot output id 1 failed as expected\nPASS: tools/mi/test_mi 176 - Mi test: snapshot delete xsd validation\nPASS: tools/mi/test_mi 177 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 178 - Mi test: del snapshot is a success\nPASS: tools/mi/test_mi 179 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 180 - Create session testTrack in no-output mode\nPASS: tools/mi/test_mi 181 - Track command with opts: -p 1,2,3 -u\nPASS: tools/mi/test_mi 182 - Mi test: track pid xsd validation\nPASS: tools/mi/test_mi 183 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 184 - Mi test: track pid is a success\nPASS: tools/mi/test_mi 185 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id\nPASS: tools/mi/test_mi 186 - Mi test: track pid expecting 3 processes got 3\nPASS: tools/mi/test_mi 187 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 188 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 189 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id\nPASS: tools/mi/test_mi 190 - Mi test: tracker pid listing expecting 3 target got 3\nPASS: tools/mi/test_mi 191 - Untrack command with opts: -p 2,3 -u\nPASS: tools/mi/test_mi 192 - Mi test: untrack pid xsd validation\nPASS: tools/mi/test_mi 193 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 194 - Mi test: untrack pid is a success\nPASS: tools/mi/test_mi 195 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id\nPASS: tools/mi/test_mi 196 - Mi test: untrack pid expecting 2 process got 2\nPASS: tools/mi/test_mi 197 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 198 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 199 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:targets/lttng:vpid_target/lttng:type/lttng:pid\nPASS: tools/mi/test_mi 200 - Mi test: tracker pid listing expecting 1 process got 1\nPASS: tools/mi/test_mi 201 - Untrack command with opts: -p -u -a\nPASS: tools/mi/test_mi 202 - Mi test: untrack pid xsd validation\nPASS: tools/mi/test_mi 203 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 204 - Mi test: untrack all pid is a success\nPASS: tools/mi/test_mi 205 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:all\nPASS: tools/mi/test_mi 206 - Mi test: untrack pid expecting 1 process got 1\nPASS: tools/mi/test_mi 207 - Mi test: pid expected is true got true\nPASS: tools/mi/test_mi 208 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 209 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 210 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:targets/lttng:vpid_target/lttng:type/lttng:pid\nPASS: tools/mi/test_mi 211 - Mi test: tracker pid listing expecting 0 process got 0\nPASS: tools/mi/test_mi 212 - Track command with opts: -p -u -a\nPASS: tools/mi/test_mi 213 - Mi test: track pid xsd validation\nPASS: tools/mi/test_mi 214 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 215 - Mi test: track all pid is a success\nPASS: tools/mi/test_mi 216 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:all\nPASS: tools/mi/test_mi 217 - Mi test: track pid expecting 1 process got 1\nPASS: tools/mi/test_mi 218 - Mi test: pid expected is true got true\nPASS: tools/mi/test_mi 219 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 220 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 221 - Check of node existence with xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker\nPASS: tools/mi/test_mi 222 - Mi test: VPID_tracker node is absent as defined\nPASS: tools/mi/test_mi 223 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 224 - Create session session_long_path in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/EAxVLHOpLizIOZfTJXLU7iG2wSG81sW415SeKOZTRh89eZHFetGuSK38HHwCK02QVVll6EECrtpPyorZrqYaq70N34zFSXsJsMAJtrk1q3QcsR5pr3SD449odxfYKIrxK7b87PuwVNYeUH06z3aOF4x0OdqKBUvm78luZCY5ajhdNudv9syU7HXxlDSfMWzXo7y9VdI8k6Mn4e1wyR6BYGtLaC2Xj5IbRWumOwNrNqJEReun1TTRpaE11XUtbc\nPASS: tools/mi/test_mi 225 - Lttng-tool list command with option\nPASS: tools/mi/test_mi 226 - Mi test: list session with long path xsd validation\nPASS: tools/mi/test_mi 227 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 228 - Context listing\nPASS: tools/mi/test_mi 229 - Mi test: context listing validation\nPASS: tools/mi/test_mi 230 - Create session testSession1 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 231 - Create session testSession2 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 232 - Create session testSession3 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 233 - Clear session testSession1\nPASS: tools/mi/test_mi 234 - MI test: clear session testSession1 xsd validation\nPASS: tools/mi/test_mi 235 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 236 - Mi test: cleared session: testSession1 expected: testSession1\nPASS: tools/mi/test_mi 237 - Clear all lttng sessions\nPASS: tools/mi/test_mi 238 - MI test: clear all session xsd validation\nPASS: tools/mi/test_mi 239 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 240 - Mi test: 3 / 3 sessions discovered\nPASS: tools/mi/test_mi 241 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 242 - Expected fail on clear session testSession1\nPASS: tools/mi/test_mi 243 - MI test: failing clear session testSession1 xsd validation\nPASS: tools/mi/test_mi 244 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 245 - Mi test: clear command on testSession1 failed as expected\nPASS: tools/mi/test_mi 246 - Wait after kill session daemon\nPASS: tools/wildcard/test_event_wildcard 1 - Start session daemon\nPASS: tools/wildcard/test_event_wildcard 2 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.eoDVT5\nPASS: tools/wildcard/test_event_wildcard 3 - Enable ust event tp:abc* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 4 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 5 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 6 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 7 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 8 - Trace match\nPASS: tools/wildcard/test_event_wildcard 9 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.LP5yIH\nPASS: tools/wildcard/test_event_wildcard 10 - Enable ust event *abc for session wildcard\nPASS: tools/wildcard/test_event_wildcard 11 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 12 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 13 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 14 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 15 - Trace match\nPASS: tools/wildcard/test_event_wildcard 16 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.IVbQeD\nPASS: tools/wildcard/test_event_wildcard 17 - Enable ust event *z* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 18 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 19 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 20 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 21 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 22 - Trace match\nPASS: tools/wildcard/test_event_wildcard 23 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.L6SUwH\nPASS: tools/wildcard/test_event_wildcard 24 - Enable ust event *\\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 25 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 26 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 27 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 28 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 29 - Trace match\nPASS: tools/wildcard/test_event_wildcard 30 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.rYmWI1\nPASS: tools/wildcard/test_event_wildcard 31 - Enable ust event *\\* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 32 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 33 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 34 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 35 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 36 - Trace match\nPASS: tools/wildcard/test_event_wildcard 37 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.Oka52N\nPASS: tools/wildcard/test_event_wildcard 38 - Enable ust event \\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 39 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 40 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 41 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 42 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 43 - Trace match\nPASS: tools/wildcard/test_event_wildcard 44 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.b4Eqk6\nPASS: tools/wildcard/test_event_wildcard 45 - Enable ust event *:*tpte*s for session wildcard\nPASS: tools/wildcard/test_event_wildcard 46 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 47 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 48 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 49 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 50 - Trace match\nPASS: tools/wildcard/test_event_wildcard 51 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ht4zzp\nPASS: tools/wildcard/test_event_wildcard 52 - Enable ust event tp**tpTest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 53 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 54 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 55 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 56 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 57 - Trace match\nPASS: tools/wildcard/test_event_wildcard 58 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.THY6AU\nPASS: tools/wildcard/test_event_wildcard 59 - Enable ust event tp:tp* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 60 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 61 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 62 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 63 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 64 - Trace match\nPASS: tools/wildcard/test_event_wildcard 65 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.IhkxRr\nPASS: tools/wildcard/test_event_wildcard 66 - Enable ust event * for session wildcard\nPASS: tools/wildcard/test_event_wildcard 67 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 68 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 69 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 70 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 71 - Trace match\nPASS: tools/wildcard/test_event_wildcard 72 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.QU1QIa\nPASS: tools/wildcard/test_event_wildcard 73 - Enable ust event tp:tptest* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 74 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 75 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 76 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 77 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 78 - Trace match\nPASS: tools/wildcard/test_event_wildcard 79 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.i5afyh\nPASS: tools/wildcard/test_event_wildcard 80 - Enable ust event ** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 81 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 82 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 83 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 84 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 85 - Trace match\nPASS: tools/wildcard/test_event_wildcard 86 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.lW6Qfu\nPASS: tools/wildcard/test_event_wildcard 87 - Enable ust event *** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 88 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 89 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 90 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 91 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 92 - Trace match\nPASS: tools/wildcard/test_event_wildcard 93 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.WSvyWl\nPASS: tools/wildcard/test_event_wildcard 94 - Enable ust event *tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 95 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 96 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 97 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 98 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 99 - Trace match\nPASS: tools/wildcard/test_event_wildcard 100 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.L5iHq4\nPASS: tools/wildcard/test_event_wildcard 101 - Enable ust event **tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 102 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 103 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 104 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 105 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 106 - Trace match\nPASS: tools/wildcard/test_event_wildcard 107 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.73bIjC\nPASS: tools/wildcard/test_event_wildcard 108 - Enable ust event *tpte* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 109 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 110 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 111 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 112 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 113 - Trace match\nPASS: tools/wildcard/test_event_wildcard 114 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.AfEfb4\nPASS: tools/wildcard/test_event_wildcard 115 - Enable ust event *tp* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 116 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 117 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 118 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 119 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 120 - Trace match\nPASS: tools/wildcard/test_event_wildcard 121 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.7eLAbm\nPASS: tools/wildcard/test_event_wildcard 122 - Enable ust event *tp** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 123 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 124 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 125 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 126 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 127 - Trace match\nPASS: tools/wildcard/test_event_wildcard 128 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.3vLCxM\nPASS: tools/wildcard/test_event_wildcard 129 - Enable ust event *:*tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 130 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 131 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 132 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 133 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 134 - Trace match\nPASS: tools/wildcard/test_event_wildcard 135 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ulpkPZ\nPASS: tools/wildcard/test_event_wildcard 136 - Enable ust event *:*tpte*t for session wildcard\nPASS: tools/wildcard/test_event_wildcard 137 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 138 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 139 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 140 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 141 - Trace match\nPASS: tools/wildcard/test_event_wildcard 142 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ZzmQ9d\nPASS: tools/wildcard/test_event_wildcard 143 - Enable ust event t*p*:*t*e*s*t for session wildcard\nPASS: tools/wildcard/test_event_wildcard 144 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 145 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 146 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 147 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 148 - Trace match\nPASS: tools/wildcard/test_event_wildcard 149 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.kRyBln\nPASS: tools/wildcard/test_event_wildcard 150 - Enable ust event *t*p*:*t*e*s*t* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 151 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 152 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 153 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 154 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 155 - Trace match\nPASS: tools/wildcard/test_event_wildcard 156 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.TlKvXF\nPASS: tools/wildcard/test_event_wildcard 157 - Enable ust event tp*tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 158 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 159 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 160 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 161 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 162 - Trace match\nPASS: tools/wildcard/test_event_wildcard 163 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.KupOqX\nPASS: tools/wildcard/test_event_wildcard 164 - Enable ust event tp**tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 165 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 166 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 167 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 168 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 169 - Trace match\nPASS: tools/wildcard/test_event_wildcard 170 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.GsBbE5\nPASS: tools/wildcard/test_event_wildcard 171 - Enable ust event tp*test for session wildcard\nPASS: tools/wildcard/test_event_wildcard 172 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 173 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 174 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 175 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 176 - Trace match\nPASS: tools/wildcard/test_event_wildcard 177 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.MgYODH\nPASS: tools/wildcard/test_event_wildcard 178 - Enable kernel event lttng_test_abc* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 179 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 180 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 181 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 182 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 183 - Trace match\nPASS: tools/wildcard/test_event_wildcard 184 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.TnGYdR\nPASS: tools/wildcard/test_event_wildcard 185 - Enable kernel event *abc for session wildcard\nPASS: tools/wildcard/test_event_wildcard 186 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 187 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 188 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 189 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 190 - Trace match\nPASS: tools/wildcard/test_event_wildcard 191 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.e6SkmP\nPASS: tools/wildcard/test_event_wildcard 192 - Enable kernel event *z* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 193 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 194 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 195 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 196 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 197 - Trace match\nPASS: tools/wildcard/test_event_wildcard 198 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.WLL7mj\nPASS: tools/wildcard/test_event_wildcard 199 - Enable kernel event *\\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 200 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 201 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 202 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 203 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 204 - Trace match\nPASS: tools/wildcard/test_event_wildcard 205 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.CAS9QD\nPASS: tools/wildcard/test_event_wildcard 206 - Enable kernel event *\\* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 207 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 208 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 209 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 210 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 211 - Trace match\nPASS: tools/wildcard/test_event_wildcard 212 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.g7POh0\nPASS: tools/wildcard/test_event_wildcard 213 - Enable kernel event \\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 214 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 215 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 216 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 217 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 218 - Trace match\nPASS: tools/wildcard/test_event_wildcard 219 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.6hZtAm\nPASS: tools/wildcard/test_event_wildcard 220 - Enable kernel event *:*eve*n for session wildcard\nPASS: tools/wildcard/test_event_wildcard 221 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 222 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 223 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 224 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 225 - Trace match\nPASS: tools/wildcard/test_event_wildcard 226 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.yYQMmQ\nPASS: tools/wildcard/test_event_wildcard 227 - Enable kernel event lttng_test_fil* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 228 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 229 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 230 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 231 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 232 - Trace match\nPASS: tools/wildcard/test_event_wildcard 233 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.whm9Ay\nPASS: tools/wildcard/test_event_wildcard 234 - Enable kernel event * for session wildcard\nPASS: tools/wildcard/test_event_wildcard 235 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 236 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 237 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 238 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 239 - Trace match\nPASS: tools/wildcard/test_event_wildcard 240 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.RyH8v3\nPASS: tools/wildcard/test_event_wildcard 241 - Enable kernel event lttng_test_filter_event* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 242 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 243 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 244 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 245 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 246 - Trace match\nPASS: tools/wildcard/test_event_wildcard 247 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.8itPlE\nPASS: tools/wildcard/test_event_wildcard 248 - Enable kernel event ** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 249 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 250 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 251 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 252 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 253 - Trace match\nPASS: tools/wildcard/test_event_wildcard 254 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.jBQYxZ\nPASS: tools/wildcard/test_event_wildcard 255 - Enable kernel event *** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 256 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 257 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 258 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 259 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 260 - Trace match\nPASS: tools/wildcard/test_event_wildcard 261 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.2QD8XO\nPASS: tools/wildcard/test_event_wildcard 262 - Enable kernel event *filter_event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 263 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 264 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 265 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 266 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 267 - Trace match\nPASS: tools/wildcard/test_event_wildcard 268 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.DGbCm8\nPASS: tools/wildcard/test_event_wildcard 269 - Enable kernel event *ter_ev* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 270 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 271 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 272 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 273 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 274 - Trace match\nPASS: tools/wildcard/test_event_wildcard 275 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.lzvHpc\nPASS: tools/wildcard/test_event_wildcard 276 - Enable kernel event *test* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 277 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 278 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 279 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 280 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 281 - Trace match\nPASS: tools/wildcard/test_event_wildcard 282 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.077TZA\nPASS: tools/wildcard/test_event_wildcard 283 - Enable kernel event *test** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 284 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 285 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 286 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 287 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 288 - Trace match\nPASS: tools/wildcard/test_event_wildcard 289 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.13byin\nPASS: tools/wildcard/test_event_wildcard 290 - Enable kernel event *e* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 291 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 292 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 293 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 294 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 295 - Trace match\nPASS: tools/wildcard/test_event_wildcard 296 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.2V4R4V\nPASS: tools/wildcard/test_event_wildcard 297 - Enable kernel event *_*event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 298 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 299 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 300 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 301 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 302 - Trace match\nPASS: tools/wildcard/test_event_wildcard 303 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.gNP4P8\nPASS: tools/wildcard/test_event_wildcard 304 - Enable kernel event *_*filter_*nt for session wildcard\nPASS: tools/wildcard/test_event_wildcard 305 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 306 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 307 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 308 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 309 - Trace match\nPASS: tools/wildcard/test_event_wildcard 310 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.6dlynG\nPASS: tools/wildcard/test_event_wildcard 311 - Enable kernel event *_**filter_*nt for session wildcard\nPASS: tools/wildcard/test_event_wildcard 312 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 313 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 314 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 315 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 316 - Trace match\nPASS: tools/wildcard/test_event_wildcard 317 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.bSCpGJ\nPASS: tools/wildcard/test_event_wildcard 318 - Enable kernel event l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t for session wildcard\nPASS: tools/wildcard/test_event_wildcard 319 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 320 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 321 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 322 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 323 - Trace match\nPASS: tools/wildcard/test_event_wildcard 324 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.SrkAEI\nPASS: tools/wildcard/test_event_wildcard 325 - Enable kernel event *l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 326 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 327 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 328 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 329 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 330 - Trace match\nPASS: tools/wildcard/test_event_wildcard 331 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.KAZj10\nPASS: tools/wildcard/test_event_wildcard 332 - Enable kernel event lttng*event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 333 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 334 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 335 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 336 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 337 - Trace match\nPASS: tools/wildcard/test_event_wildcard 338 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.9j5GJq\nPASS: tools/wildcard/test_event_wildcard 339 - Enable kernel event lttng*test*filter*event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 340 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 341 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 342 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 343 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 344 - Trace match\nPASS: tools/wildcard/test_event_wildcard 345 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.SUrGsI\nPASS: tools/wildcard/test_event_wildcard 346 - Enable kernel event *lttng*test*filter*event* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 347 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 348 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 349 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 350 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 351 - Trace match\nPASS: tools/wildcard/test_event_wildcard 352 - Wait after kill session daemon\nPASS: tools/crash/test_crash 1 - Start session daemon\nPASS: tools/crash/test_crash 2 - Create session shm_path_per_pid in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 3 - Enable channel channel_per_pid for session shm_path_per_pid\nPASS: tools/crash/test_crash 4 - Start tracing for session shm_path_per_pid\nPASS: tools/crash/test_crash 5 - No file created on set-up\nPASS: tools/crash/test_crash 6 - Start application to trace\nPASS: tools/crash/test_crash 7 - Path /tmp/tmp.XXXXXXXXXXath_per_pid_shm.vM87hg/shm_path_per_pid-20250616-114409 created on application creation\nPASS: tools/crash/test_crash 8 - Pid path exists: /tmp/tmp.XXXXXXXXXXath_per_pid_shm.vM87hg/shm_path_per_pid-20250616-114409/ust/pid/gen-ust-events-13818-20250616-114409\nPASS: tools/crash/test_crash 9 - Expect 1 pid registration folder got 1\nPASS: tools/crash/test_crash 10 - Expect > 0 buffer and metadata files got 5\nPASS: tools/crash/test_crash 11 - Start application to trace\nPASS: tools/crash/test_crash 12 - Expect 2 pid registration folders got 2\nPASS: tools/crash/test_crash 13 - First pid cleanup\nPASS: tools/crash/test_crash 14 - Full cleanup\nPASS: tools/crash/test_crash 15 - Destroy session shm_path_per_pid\nPASS: tools/crash/test_crash 16 - Wait after kill session daemon\nPASS: tools/crash/test_crash 17 - Start session daemon\nPASS: tools/crash/test_crash 18 - Create session shm_path_per_uid in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 19 - Enable channel channel_per_uid for session shm_path_per_uid\nPASS: tools/crash/test_crash 20 - Start tracing for session shm_path_per_uid\nPASS: tools/crash/test_crash 21 - No files created on set-up\nPASS: tools/crash/test_crash 22 - Start application to trace\nPASS: tools/crash/test_crash 23 - Path /tmp/tmp.XXXXXXXXXXath_per_uid_shm_path.HnVwlH/shm_path_per_uid-20250616-114416 created on application creation\nPASS: tools/crash/test_crash 24 - uid path exist found /tmp/tmp.XXXXXXXXXXath_per_uid_shm_path.HnVwlH/shm_path_per_uid-20250616-114416/ust/uid/0\nPASS: tools/crash/test_crash 25 - Expect 1 uid registration folder got 1\nPASS: tools/crash/test_crash 26 - Expect 1 uid registration folder got 1\nPASS: tools/crash/test_crash 27 - Destroy session shm_path_per_uid\nPASS: tools/crash/test_crash 28 - Full cleanup\nPASS: tools/crash/test_crash 29 - Wait after kill session daemon\nPASS: tools/crash/test_crash 30 - Start session daemon\nPASS: tools/crash/test_crash 31 - Create session shm_path_per_pid in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 32 - Enable channel channel_per_pid for session shm_path_per_pid\nPASS: tools/crash/test_crash 33 - Start tracing for session shm_path_per_pid\nPASS: tools/crash/test_crash 34 - Start application to trace\nPASS: tools/crash/test_crash 35 - Start application to trace\nPASS: tools/crash/test_crash 36 - Wait after kill session daemon\nPASS: tools/crash/test_crash 37 - Full cleanup on sigint\nPASS: tools/crash/test_crash 38 - Start session daemon\nPASS: tools/crash/test_crash 39 - Create session shm_path_per_uid_sigint in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 40 - Enable channel channel_per_uid_sigint for session shm_path_per_uid_sigint\nPASS: tools/crash/test_crash 41 - Start tracing for session shm_path_per_uid_sigint\nPASS: tools/crash/test_crash 42 - Start application to trace\nPASS: tools/crash/test_crash 43 - Start application to trace\nPASS: tools/crash/test_crash 44 - Wait after kill session daemon\nPASS: tools/crash/test_crash 45 - Full cleanup on sigint\nPASS: tools/crash/test_crash 46 - Start session daemon\nPASS: tools/crash/test_crash 47 - Create session crash_test in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 48 - Enable channel channel_crash for session crash_test\nPASS: tools/crash/test_crash 49 - Enable ust event tp:tptest for session crash_test\nPASS: tools/crash/test_crash 50 - Start tracing for session crash_test\nPASS: tools/crash/test_crash 51 - Stop lttng tracing for session\nPASS: tools/crash/test_crash 52 - Expect 10 recup event from buffers got 10\nPASS: tools/crash/test_crash 53 - Expect 10 recup event from symlink buffers got 10\nPASS: tools/crash/test_crash 54 - Destroy session crash_test\nPASS: tools/crash/test_crash 55 - Wait after kill session daemon\nPASS: tools/crash/test_crash 56 - Start session daemon\nPASS: tools/crash/test_crash 57 - Create session crash_test in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 58 - Enable channel channel_crash for session crash_test\nPASS: tools/crash/test_crash 59 - Enable ust event tp:tptest for session crash_test\nPASS: tools/crash/test_crash 60 - Start tracing for session crash_test\nPASS: tools/crash/test_crash 61 - Stop lttng tracing for session\nPASS: tools/crash/test_crash 62 - Extraction of crashed buffers to path\nPASS: tools/crash/test_crash 63 - Trace match with 10 event tp:tptest\nPASS: tools/crash/test_crash 64 - Destroy session crash_test\nPASS: tools/crash/test_crash 65 - Wait after kill session daemon\nPASS: tools/crash/test_crash 66 - Start session daemon\nPASS: tools/crash/test_crash 67 - Create session crash_test in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 68 - Enable channel channel_crash for session crash_test\nPASS: tools/crash/test_crash 69 - Enable ust event tp:tptest for session crash_test\nPASS: tools/crash/test_crash 70 - Start tracing for session crash_test\nPASS: tools/crash/test_crash 71 - Sending SIGSTOP to session daemon\nPASS: tools/crash/test_crash 72 - Sending SIGSTOP to consumer daemon\nPASS: tools/crash/test_crash 73 - Wait after kill consumer daemon\nPASS: tools/crash/test_crash 74 - Wait after kill session daemon\nPASS: tools/crash/test_crash 75 - Extraction of crashed buffers to path /tmp/tmp.XXXXXXXXXX_crash_extraction_sigkill_extraction_dir_path.sMrYay/extract\nPASS: tools/crash/test_crash 76 - Trace match with 10 event tp:tptest\nPASS: tools/regen-metadata/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d)\nPASS: tools/regen-metadata/test_ust 2 - Start session daemon\nPASS: tools/regen-metadata/test_ust 3 - Create session UoLqaSS2bz5NQ9aL with uri:net://localhost and opts:\nPASS: tools/regen-metadata/test_ust 4 - Enable ust event tp:tptest for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 5 - Start tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 6 - Stop lttng tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 7 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 8 - Start tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 9 - Metadata regenerate UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 10 - Stop lttng tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 11 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 12 - Destroy session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 13 - Create session y5ljrHbCBqkMBwe8 in -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d\nPASS: tools/regen-metadata/test_ust 14 - Enable ust event tp:tptest for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 15 - Start tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 16 - Stop lttng tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 17 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 18 - Start tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 19 - Metadata regenerate y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 20 - Stop lttng tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 21 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 22 - Destroy session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 23 - Create session BMjUMDTLXuE7lcYl in -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d\nPASS: tools/regen-metadata/test_ust 24 - Enable channel channel0 per PID for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 25 - Enable ust event tp:tptest for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 26 - Start tracing for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 27 - Expected fail on regenerate metadata BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 28 - Stop lttng tracing for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 29 - Destroy session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 30 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 31 - Create session t86UGTwEfotMLwiy with uri:net://localhost and opts: --live\nPASS: tools/regen-metadata/test_ust 32 - Enable ust event tp:tptest for session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 33 - Start tracing for session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 34 - Expected fail on regenerate metadata t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 35 - Stop lttng tracing for session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 36 - Destroy session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 37 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 38 - Create session GvL3M7DMWpZtV9Xc in -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d\nPASS: tools/regen-metadata/test_ust 39 - Enable ust event tp:tptest for session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 40 - Start tracing for session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 41 - Metadata regenerate GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 42 - Snapshot recorded\nPASS: tools/regen-metadata/test_ust 43 - Stop lttng tracing for session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 44 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 45 - Destroy session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 46 - Wait after kill session daemon\nPASS: tools/regen-metadata/test_ust 47 - Wait after kill relay daemon\nPASS: tools/regen-statedump/test_ust 1 - Start session daemon\nPASS: tools/regen-statedump/test_ust 2 - Create session ZtOlQsbW9tQpMObh in -o /tmp/tmp.XXXXXXXXXXerate_statedump_ust_trace_path.oHez6n\nPASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 4 - Start tracing for session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 5 - Statedump regenerate ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 7 - Destroy session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 8 - Validate trace for event lttng_ust_statedump:start, 2 events\nPASS: tools/regen-statedump/test_ust 9 - Validate trace for event lttng_ust_statedump:end, 2 events\nPASS: tools/regen-statedump/test_ust 10 - Read a total of 4 events, expected 4\nPASS: tools/regen-statedump/test_ust 11 - Wait after kill session daemon\nPASS: tools/rotation/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9)\nPASS: tools/rotation/test_ust 2 - Start session daemon\nPASS: tools/rotation/test_ust 3 - Create session Cfivbzq43Rk4KdUR with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 4 - Enable ust event tp:tptest for session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 5 - Start tracing for session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 6 - Rotate session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 7 - Stop lttng tracing for session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 8 - Rotate session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 9 - Destroy session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 10 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR*/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 11 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR-20250616-114444/archives/20250616T114444+0000-20250616T114444+0000-0/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 12 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR-20250616-114444/archives/20250616T114444+0000-20250616T114445+0000-1/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 13 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 14 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 15 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 16 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 17 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 18 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 19 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 20 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 21 - Create session Ycsi7Gse35MCiIZK in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 22 - Enable ust event tp:tptest for session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 23 - Start tracing for session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 24 - Rotate session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 25 - Stop lttng tracing for session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 26 - Rotate session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 27 - Destroy session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 28 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 29 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114446+0000-20250616T114446+0000-0/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 30 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114446+0000-20250616T114446+0000-1/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 31 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 32 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 33 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 34 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 35 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 36 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 37 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 38 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 39 - Create session DCkBFBQC3PMetwaT with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 40 - Enable channel channel0 for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 41 - Enable ust event tp:tptest for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 42 - Start tracing for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 43 - Rotate session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 44 - Stop lttng tracing for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 45 - Rotate session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 46 - Destroy session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 47 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT*/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 48 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT-20250616-114447/archives/20250616T114447+0000-20250616T114447+0000-0/ust/pid/gen-ust-events-15099-20250616-114447/metadata\nPASS: tools/rotation/test_ust 49 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT-20250616-114447/archives/20250616T114447+0000-20250616T114448+0000-1/ust/pid/gen-ust-events-15103-20250616-114448/metadata\nPASS: tools/rotation/test_ust 50 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 51 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 52 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 53 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 54 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 55 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 56 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 57 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 58 - Create session RsP8GezUutEwvt0G in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 59 - Enable channel channel0 for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 60 - Enable ust event tp:tptest for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 61 - Start tracing for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 62 - Rotate session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 63 - Stop lttng tracing for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 64 - Rotate session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 65 - Destroy session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 66 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 67 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114449+0000-20250616T114449+0000-0/ust/pid/gen-ust-events-15152-20250616-114449/metadata\nPASS: tools/rotation/test_ust 68 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114449+0000-20250616T114449+0000-1/ust/pid/gen-ust-events-15156-20250616-114449/metadata\nPASS: tools/rotation/test_ust 69 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 70 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 71 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 72 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 73 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 74 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 75 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 76 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 77 - Create session gphZjJDbboPSQz3y in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 78 - Enable ust event tp:tptest for session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 79 - Set periodic rotation (500ms) of session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 80 - Start tracing for session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 81 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 82 - Stop lttng tracing for session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 83 - Destroy session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 84 - Validate empty trace\nPASS: tools/rotation/test_ust 85 - Validate empty trace\nPASS: tools/rotation/test_ust 86 - Validate empty trace\nPASS: tools/rotation/test_ust 87 - Create session XO0RnUYnAeTmYdFA with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 88 - Enable ust event tp:tptest for session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 89 - Set periodic rotation (500ms) of session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 90 - Start tracing for session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 91 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 92 - Stop lttng tracing for session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 93 - Destroy session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 94 - Validate empty trace\nPASS: tools/rotation/test_ust 95 - Validate empty trace\nPASS: tools/rotation/test_ust 96 - Validate empty trace\nPASS: tools/rotation/test_ust 97 - Create session tevkHQLdbimvdOqw in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 98 - Enable channel channel0 for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 99 - Enable ust event tp:tptest for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 100 - Start tracing for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 101 - App is un-registered\nPASS: tools/rotation/test_ust 102 - Set periodic rotation (500ms) of session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 103 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 104 - Stop lttng tracing for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 105 - Destroy session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 106 - Validate empty trace\nPASS: tools/rotation/test_ust 107 - Chunk 2 is empty\nPASS: tools/rotation/test_ust 108 - Chunk 3 is empty\nPASS: tools/rotation/test_ust 109 - Create session VacURgU3f6mJTtAC with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 110 - Enable channel channel0 for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 111 - Enable ust event tp:tptest for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 112 - Start tracing for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 113 - App is un-registered\nPASS: tools/rotation/test_ust 114 - Set periodic rotation (500ms) of session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 115 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 116 - Stop lttng tracing for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 117 - Destroy session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 118 - Validate empty trace\nPASS: tools/rotation/test_ust 119 - Chunk 2 is empty\nPASS: tools/rotation/test_ust 120 - Chunk 3 is empty\nPASS: tools/rotation/test_ust 121 - Create session WCweQAZfpfHpHsEE with uri:net://localhost and opts: --live\nPASS: tools/rotation/test_ust 122 - Expected fail when setting periodic rotation (500ms) of session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 123 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 124 - Create session WCweQAZfpfHpHsEE in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 125 - Expected fail when setting periodic rotation (500ms) of session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 126 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 127 - Create session WCweQAZfpfHpHsEE with uri:net://localhost and opts: --live\nPASS: tools/rotation/test_ust 128 - Enable ust event tp:tptest for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 129 - Start tracing for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 130 - Expected fail on rotate session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 131 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 132 - Create session WCweQAZfpfHpHsEE in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 133 - Enable ust event tp:tptest for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 134 - Start tracing for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 135 - Expected fail on rotate session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 136 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 137 - Wait after kill session daemon\nPASS: tools/rotation/test_ust 138 - Wait after kill relay daemon\nPASS: tools/rotation/test_kernel 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ)\nPASS: tools/rotation/test_kernel 2 - Start session daemon\nPASS: tools/rotation/test_kernel 3 - Create session LBFgplgLHtHZWnoK with uri:net://localhost and opts:\nPASS: tools/rotation/test_kernel 4 - Enable kernel event lttng_test_filter_event for session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 5 - Start tracing for session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 6 - Rotate session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 7 - Stop lttng tracing for session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 8 - Rotate session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 9 - Destroy session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 10 - /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives contains 2 chunks only\nPASS: tools/rotation/test_kernel 11 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives/20250616T114511+0000-20250616T114511+0000-0/kernel/metadata\nPASS: tools/rotation/test_kernel 12 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives/20250616T114511+0000-20250616T114512+0000-1/kernel/metadata\nPASS: tools/rotation/test_kernel 13 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_kernel 14 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_kernel 15 - Validate trace for event lttng_test_filter_event, 30 events\nPASS: tools/rotation/test_kernel 16 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_kernel 17 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/rotation/test_kernel 18 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_kernel 19 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/rotation/test_kernel 20 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_kernel 21 - Create session MpnIgdk9Nfvxvtno in -o /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ\nPASS: tools/rotation/test_kernel 22 - Enable kernel event lttng_test_filter_event for session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 23 - Start tracing for session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 24 - Rotate session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 25 - Stop lttng tracing for session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 26 - Rotate session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 27 - Destroy session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 28 - /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives contains 2 chunks only\nPASS: tools/rotation/test_kernel 29 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives/20250616T114513+0000-20250616T114513+0000-0/kernel/metadata\nPASS: tools/rotation/test_kernel 30 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives/20250616T114513+0000-20250616T114514+0000-1/kernel/metadata\nPASS: tools/rotation/test_kernel 31 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_kernel 32 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_kernel 33 - Validate trace for event lttng_test_filter_event, 30 events\nPASS: tools/rotation/test_kernel 34 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_kernel 35 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/rotation/test_kernel 36 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_kernel 37 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/rotation/test_kernel 38 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_kernel 39 - Create session II6uQYntsiiovjC5 in -o /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ\nPASS: tools/rotation/test_kernel 40 - Enable kernel event lttng_test_filter_event for session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 41 - Set periodic rotation (500ms) of session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 42 - Start tracing for session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 43 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_kernel 44 - Stop lttng tracing for session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 45 - Destroy session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 46 - Validate empty trace\nPASS: tools/rotation/test_kernel 47 - Validate empty trace\nPASS: tools/rotation/test_kernel 48 - Validate empty trace\nPASS: tools/rotation/test_kernel 49 - Create session fNlFzUdMtl8lTnFw with uri:net://localhost and opts:\nPASS: tools/rotation/test_kernel 50 - Enable kernel event lttng_test_filter_event for session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 51 - Set periodic rotation (500ms) of session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 52 - Start tracing for session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 53 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_kernel 54 - Stop lttng tracing for session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 55 - Destroy session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 56 - Validate empty trace\nPASS: tools/rotation/test_kernel 57 - Validate empty trace\nPASS: tools/rotation/test_kernel 58 - Validate empty trace\nPASS: tools/rotation/test_kernel 59 - Wait after kill session daemon\nPASS: tools/rotation/test_kernel 60 - Wait after kill relay daemon\nPASS: tools/rotation/test_save_load_mi 1 - Start session daemon\nPASS: tools/rotation/test_save_load_mi 2 - Create session GpjqduOtFtFwZLzO in -o /tmp/tmp.XXXXXXXXXXload_mi_trace_path.bJKMbY\nPASS: tools/rotation/test_save_load_mi 3 - Enable ust event -a for session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 4 - Set periodic rotation (500ms) of session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 5 - Valid lttng enable-rotation timer XML\nPASS: tools/rotation/test_save_load_mi 6 - Found the right rotation timer value in XML\nPASS: tools/rotation/test_save_load_mi 7 - Rotate session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 8 - Valid lttng enable-rotation size XML\nPASS: tools/rotation/test_save_load_mi 9 - Found the right rotation size value in XML\nPASS: tools/rotation/test_save_load_mi 10 - Lttng-tool list command with option GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 11 - Valid lttng list XML\nPASS: tools/rotation/test_save_load_mi 12 - Found the right rotation timer value in list XML\nPASS: tools/rotation/test_save_load_mi 13 - Found the right rotation size value in list XML\nPASS: tools/rotation/test_save_load_mi 14 - Session saved\nPASS: tools/rotation/test_save_load_mi 15 - Destroy session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 16 - Load command with opts: -i /tmp/tmp.XXXXXXXXXXload_mi_save_output.bwRRkz/GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 17 - Lttng-tool list command with option GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 18 - Valid lttng list XML after load\nPASS: tools/rotation/test_save_load_mi 19 - Found the right rotation timer value in list XML after load\nPASS: tools/rotation/test_save_load_mi 20 - Found the right rotation size value in list XML after load\nPASS: tools/rotation/test_save_load_mi 21 - Destroy session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 22 - Wait after kill session daemon\nPASS: tools/rotation/test_schedule_api 1 - NULL session name rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 2 - NULL schedule rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 3 - Created a size threshold session rotation schedule\nPASS: tools/rotation/test_schedule_api 4 - Uninitialized size schedule rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 5 - Created a periodic session rotation schedule\nPASS: tools/rotation/test_schedule_api 6 - Uninitialized periodic schedule rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 7 - NULL session name rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 8 - NULL schedule rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 9 - Uninitialized size schedule rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 10 - Uninitialized periodic schedule rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 11 - Getter on size threshold rotation schedule returns LTTNG_ROTATION_STATUS_UNAVAILABLE by default\nPASS: tools/rotation/test_schedule_api 12 - Getter on periodic rotation schedule returns LTTNG_ROTATION_STATUS_UNAVAILABLE by default\nPASS: tools/rotation/test_schedule_api 13 - Add a rotation schedule to session 'my_session'\nPASS: tools/rotation/test_schedule_api 14 - List rotation schedules of session 'my_session'\nPASS: tools/rotation/test_schedule_api 15 - Listing returned 1 rotation schedule\nPASS: tools/rotation/test_schedule_api 16 - Obtain the first schedule of a schedules list\nPASS: tools/rotation/test_schedule_api 17 - Schedule returned by the listing is equal to the reference schedule that was added\nPASS: tools/rotation/test_schedule_api 18 - Remove rotation schedule returned by the schedules listing\nPASS: tools/rotation/test_schedule_api 19 - Listing returned 0 rotation schedules after removal\nPASS: tools/rotation/test_schedule_api 20 - Add a rotation schedule to session 'my_session'\nPASS: tools/rotation/test_schedule_api 21 - List rotation schedules of session 'my_session'\nPASS: tools/rotation/test_schedule_api 22 - Listing returned 1 rotation schedule\nPASS: tools/rotation/test_schedule_api 23 - Obtain the first schedule of a schedules list\nPASS: tools/rotation/test_schedule_api 24 - Schedule returned by the listing is equal to the reference schedule that was added\nPASS: tools/rotation/test_schedule_api 25 - Remove rotation schedule returned by the schedules listing\nPASS: tools/rotation/test_schedule_api 26 - Listing returned 0 rotation schedules after removal\nPASS: tools/metadata/test_kernel 1 - Start session daemon\nPASS: tools/metadata/test_kernel 2 - Create session kernel in\nPASS: tools/metadata/test_kernel 3 - Enable kernel event lttng_test_filter_event for session kernel\nPASS: tools/metadata/test_kernel 4 - Start tracing for session kernel\nPASS: tools/metadata/test_kernel 5 - Stop lttng tracing for session kernel\nPASS: tools/metadata/test_kernel 6 - Destroy session kernel\nPASS: tools/metadata/test_kernel 7 - Extracting trace_name from env metadata\nPASS: tools/metadata/test_kernel 8 - Extracting trace_creation_datetime from env metadata\nPASS: tools/metadata/test_kernel 9 - Extracting domain from env metadata\nPASS: tools/metadata/test_kernel 10 - Reconstructed path from metadata is valid\nPASS: tools/metadata/test_kernel 11 - Extracting hostname from env metadata\nPASS: tools/metadata/test_kernel 12 - Hostname is valid\nPASS: tools/metadata/test_kernel 13 - Wait after kill session daemon\nPASS: tools/working-directory/test_relayd_working_directory 1 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 2 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 3 - Start lttng-relayd (process mode: -d opt: --working-directory /var/volatile/tmp/tmp.XXXXXXXXXXd_daemon_working_dir.BStIsw)\nPASS: tools/working-directory/test_relayd_working_directory 4 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 5 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 6 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 7 - Start lttng-relayd (process mode: -d opt: )\nPASS: tools/working-directory/test_relayd_working_directory 8 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 9 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 10 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 11 - Start lttng-relayd (process mode: -b opt: --working-directory /var/volatile/tmp/tmp.XXXXXXXXXXd_background_working_dir.7rLLAr)\nPASS: tools/working-directory/test_relayd_working_directory 12 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 13 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 14 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 15 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 16 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 17 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 18 - Wait after kill relay daemon\nSKIP: tools/working-directory/test_relayd_working_directory 19 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 20 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 21 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 22 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 23 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 24 # SKIP : Skipping permission debug output test; operation can't fail as root\nPASS: tools/working-directory/test_relayd_working_directory 25 - Expect failure to start lttng-relayd for non-existent working directory\nPASS: tools/working-directory/test_relayd_working_directory 26 - No lttng-relayd present\nPASS: tools/working-directory/test_relayd_working_directory 27 - Found error message: invalid directory\nPASS: tools/working-directory/test_relayd_working_directory 28 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 29 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 30 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 31 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 32 - Start lttng-relayd (process mode: -b opt: --working-dir /var/volatile/tmp/tmp.XXXXXXXXXXd_cmdline_overwrite_env_working_dir_cmdline.f7E23y)\nPASS: tools/working-directory/test_relayd_working_directory 33 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 34 - Working directory is the one from command line\nPASS: tools/working-directory/test_relayd_working_directory 35 - Wait after kill relay daemon\nPASS: tools/clear/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q)\nPASS: tools/clear/test_ust 2 - Start session daemon\nPASS: tools/clear/test_ust 3 - Create session iSBZre33uj8I3XCq with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 4 - Enable channel chan for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 5 - Enable ust event tp:tptest for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 6 - Start tracing for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 7 - Clear session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 8 - Stop lttng tracing for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 9 - Validate empty trace\nPASS: tools/clear/test_ust 10 - Destroy session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 11 - Create session Ibh6DBjGoEOkQ8OA with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 12 - Enable channel chan for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 13 - Enable ust event tp:tptest for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 14 - Start tracing for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 15 - Rotate session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 16 - Clear session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 17 - Stop lttng tracing for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 18 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 19 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 20 - Destroy session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 21 - Create session FcZYSz85IHLXIXyg with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 22 - Enable channel chan for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 23 - Enable ust event tp:tptest for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 24 - Start tracing for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 25 - Clear session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 26 - Rotate session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 27 - Stop lttng tracing for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 28 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 29 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 30 - Destroy session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 31 - Create session dDIN4WXNGJOmlJK2 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 32 - Enable channel rotchan for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 33 - Enable ust event tp:tptest for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 34 - Start tracing for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 35 - Clear session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 36 - Stop lttng tracing for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 37 - Validate empty trace\nPASS: tools/clear/test_ust 38 - Start tracing for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 39 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 40 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 41 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 42 - Destroy session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 43 - Create session Gqy6z5MvzC6KOSQq with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 44 - Enable channel rotchan for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 45 - Enable ust event tp:tptest for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 46 - Start tracing for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 47 - Clear session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 48 - Stop lttng tracing for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 49 - Validate empty trace\nPASS: tools/clear/test_ust 50 - Start tracing for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 51 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 52 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 53 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 54 - Destroy session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 55 - Create session lAdC2lJ0srM6GTar with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 56 - Enable channel chan for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 57 - Enable ust event tp:tptest for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 58 - Start tracing for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 59 - Clear session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 60 - Stop lttng tracing for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 61 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/lAdC2lJ0srM6GTar*\" is empty\nPASS: tools/clear/test_ust 62 - Destroy session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 63 - Create session Wln8YbjZBZqUIgca with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 64 - Enable channel chan for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 65 - Enable ust event tp:tptest for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 66 - Start tracing for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 67 - Clear session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 68 - Stop lttng tracing for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 69 - Validate empty trace\nPASS: tools/clear/test_ust 70 - Destroy session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 71 - Create session W7wial2ABCCSodlT with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 72 - Enable channel chan for session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 73 - Enable ust event tp:tptest for session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 74 - Start tracing for session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 75 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 76 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 77 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 78 - Destroy session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 79 - Wait for application to exit\nPASS: tools/clear/test_ust 80 - Babeltrace succeeds\nPASS: tools/clear/test_ust 81 - Wait for viewer to exit\nPASS: tools/clear/test_ust 82 - Create session 5bISPuZ0k9MVBNPd with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 83 - Enable channel chan for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 84 - Enable ust event tp:tptest for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 85 - Start tracing for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 86 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 87 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 88 - Clear session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 89 - Stop lttng tracing for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 90 - Destroy session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 91 - Babeltrace succeeds\nPASS: tools/clear/test_ust 92 - Wait for viewer to exit\nPASS: tools/clear/test_ust 93 - Create session Atq7vKPZAQsuGy0t with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 94 - Enable channel chan for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 95 - Add context command for type: vpid\nPASS: tools/clear/test_ust 96 - Enable ust event tp:tptest for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 97 - Start tracing for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 98 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 99 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 100 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 101 - Clear session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 102 - Enable event lttng_ust_statedump:start with filtering for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 103 - Enable event lttng_ust_statedump:end with filtering for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 104 - Statedump regenerate Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 105 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 106 - Stop lttng tracing for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 107 - Destroy session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 108 - Wait for application to exit\nPASS: tools/clear/test_ust 109 - Babeltrace succeeds\nPASS: tools/clear/test_ust 110 - Wait for viewer to exit\nPASS: tools/clear/test_ust 111 - Create session NGa0IKPoFDA9ceUW in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 112 - Enable channel chan for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 113 - Enable ust event tp:tptest for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 114 - Start tracing for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 115 - Clear session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 116 - Stop lttng tracing for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 117 - Validate empty trace\nPASS: tools/clear/test_ust 118 - Destroy session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 119 - Create session G7PFsK7sMIP4bkWT in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 120 - Enable channel chan for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 121 - Enable ust event tp:tptest for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 122 - Start tracing for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 123 - Rotate session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 124 - Clear session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 125 - Stop lttng tracing for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 126 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 127 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 128 - Destroy session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 129 - Create session x0D2asji5CaTELRQ in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 130 - Enable channel chan for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 131 - Enable ust event tp:tptest for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 132 - Start tracing for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 133 - Clear session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 134 - Rotate session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 135 - Stop lttng tracing for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 136 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 137 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 138 - Destroy session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 139 - Create session eFuEh49M0duqlkXh in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 140 - Enable channel chan for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 141 - Enable ust event tp:tptest for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 142 - Start tracing for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 143 - Clear session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 144 - Stop lttng tracing for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 145 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 146 - Destroy session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 147 - Create session B1XFG0k97fieyGnu with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 148 - Enable channel snapshot for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 149 - Enable ust event tp:tptest for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 150 - Start tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 151 - Snapshot recorded\nPASS: tools/clear/test_ust 152 - Stop lttng tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 153 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 154 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 155 - Start tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 156 - Clear session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 157 - Snapshot recorded\nPASS: tools/clear/test_ust 158 - Stop lttng tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 159 - Validate empty trace\nPASS: tools/clear/test_ust 160 - Start tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 161 - Snapshot recorded\nPASS: tools/clear/test_ust 162 - Stop lttng tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 163 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 164 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 165 - Destroy session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 166 - Create session TxFregVfzsnvRit4 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 167 - Enable channel snapshot for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 168 - Enable ust event tp:tptest for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 169 - Start tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 170 - Snapshot recorded\nPASS: tools/clear/test_ust 171 - Stop lttng tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 172 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 173 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 174 - Start tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 175 - Clear session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 176 - Snapshot recorded\nPASS: tools/clear/test_ust 177 - Stop lttng tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 178 - Validate empty trace\nPASS: tools/clear/test_ust 179 - Start tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 180 - Snapshot recorded\nPASS: tools/clear/test_ust 181 - Stop lttng tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 182 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 183 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 184 - Destroy session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 185 - Create session oIRARe5iWWRfsZs0 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 186 - Enable channel chan for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 187 - Enable ust event tp:tptest for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 188 - Start tracing for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 189 - Clear session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 190 - Clear session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 191 - Stop lttng tracing for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 192 - Validate empty trace\nPASS: tools/clear/test_ust 193 - Destroy session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 194 - Create session 0PftQwREBUmsGVxw with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 195 - Enable channel chan for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 196 - Enable ust event tp:tptest for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 197 - Start tracing for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 198 - Rotate session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 199 - Clear session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 200 - Clear session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 201 - Stop lttng tracing for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 202 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 203 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 204 - Destroy session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 205 - Create session OiBFhVJrHffSQghH with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 206 - Enable channel chan for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 207 - Enable ust event tp:tptest for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 208 - Start tracing for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 209 - Clear session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 210 - Clear session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 211 - Rotate session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 212 - Stop lttng tracing for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 213 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 214 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 215 - Destroy session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 216 - Create session w7iAQVt8GN5Q645G with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 217 - Enable channel rotchan for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 218 - Enable ust event tp:tptest for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 219 - Start tracing for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 220 - Clear session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 221 - Clear session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 222 - Stop lttng tracing for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 223 - Validate empty trace\nPASS: tools/clear/test_ust 224 - Start tracing for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 225 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 226 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 227 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 228 - Destroy session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 229 - Create session fzVxJceiNrZ8zNB2 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 230 - Enable channel rotchan for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 231 - Enable ust event tp:tptest for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 232 - Start tracing for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 233 - Clear session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 234 - Clear session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 235 - Stop lttng tracing for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 236 - Validate empty trace\nPASS: tools/clear/test_ust 237 - Start tracing for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 238 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 239 - Validate trace for event tp:tptest, 34 events\nPASS: tools/clear/test_ust 240 - Read a total of 34 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 241 - Destroy session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 242 - Create session DeZkpX5B2drM9CAs with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 243 - Enable channel chan for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 244 - Enable ust event tp:tptest for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 245 - Start tracing for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 246 - Clear session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 247 - Clear session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 248 - Stop lttng tracing for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 249 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/DeZkpX5B2drM9CAs*\" is empty\nPASS: tools/clear/test_ust 250 - Destroy session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 251 - Create session cCv1H8w2Za7vGuG4 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 252 - Enable channel chan for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 253 - Enable ust event tp:tptest for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 254 - Start tracing for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 255 - Clear session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 256 - Clear session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 257 - Stop lttng tracing for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 258 - Validate empty trace\nPASS: tools/clear/test_ust 259 - Destroy session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 260 - Create session 5X2rNq4U26gY4Gz5 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 261 - Enable channel chan for session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 262 - Enable ust event tp:tptest for session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 263 - Start tracing for session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 264 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 265 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 266 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 267 - Destroy session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 268 - Wait for application to exit\nPASS: tools/clear/test_ust 269 - Babeltrace succeeds\nPASS: tools/clear/test_ust 270 - Wait for viewer to exit\nPASS: tools/clear/test_ust 271 - Create session InbLZWF2v5Wv1ed4 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 272 - Enable channel chan for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 273 - Enable ust event tp:tptest for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 274 - Start tracing for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 275 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 276 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 277 - Clear session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 278 - Clear session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 279 - Stop lttng tracing for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 280 - Destroy session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 281 - Babeltrace succeeds\nPASS: tools/clear/test_ust 282 - Wait for viewer to exit\nPASS: tools/clear/test_ust 283 - Create session kBKRz9L58PZM5Ntj with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 284 - Enable channel chan for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 285 - Add context command for type: vpid\nPASS: tools/clear/test_ust 286 - Enable ust event tp:tptest for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 287 - Start tracing for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 288 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 289 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 290 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 291 - Clear session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 292 - Clear session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 293 - Enable event lttng_ust_statedump:start with filtering for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 294 - Enable event lttng_ust_statedump:end with filtering for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 295 - Statedump regenerate kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 296 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 297 - Stop lttng tracing for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 298 - Destroy session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 299 - Wait for application to exit\nPASS: tools/clear/test_ust 300 - Babeltrace succeeds\nPASS: tools/clear/test_ust 301 - Wait for viewer to exit\nPASS: tools/clear/test_ust 302 - Create session P5sTpGREwgcYzK8i in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 303 - Enable channel chan for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 304 - Enable ust event tp:tptest for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 305 - Start tracing for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 306 - Clear session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 307 - Clear session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 308 - Stop lttng tracing for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 309 - Validate empty trace\nPASS: tools/clear/test_ust 310 - Destroy session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 311 - Create session zyoT4RmtyfKrM2M3 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 312 - Enable channel chan for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 313 - Enable ust event tp:tptest for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 314 - Start tracing for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 315 - Rotate session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 316 - Clear session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 317 - Clear session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 318 - Stop lttng tracing for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 319 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 320 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 321 - Destroy session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 322 - Create session bqY34IYnebcaIYxm in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 323 - Enable channel chan for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 324 - Enable ust event tp:tptest for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 325 - Start tracing for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 326 - Clear session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 327 - Clear session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 328 - Rotate session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 329 - Stop lttng tracing for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 330 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 331 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 332 - Destroy session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 333 - Create session M4vBYLN7gSwr2Rw5 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 334 - Enable channel chan for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 335 - Enable ust event tp:tptest for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 336 - Start tracing for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 337 - Clear session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 338 - Clear session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 339 - Stop lttng tracing for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 340 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 341 - Destroy session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 342 - Create session TbmACB3Sb6bS43UO with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 343 - Enable channel snapshot for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 344 - Enable ust event tp:tptest for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 345 - Start tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 346 - Snapshot recorded\nPASS: tools/clear/test_ust 347 - Stop lttng tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 348 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 349 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 350 - Start tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 351 - Clear session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 352 - Clear session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 353 - Snapshot recorded\nPASS: tools/clear/test_ust 354 - Stop lttng tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 355 - Validate empty trace\nPASS: tools/clear/test_ust 356 - Start tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 357 - Snapshot recorded\nPASS: tools/clear/test_ust 358 - Stop lttng tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 359 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 360 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 361 - Destroy session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 362 - Create session kWZ4xLkEG1WHX1iO in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 363 - Enable channel snapshot for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 364 - Enable ust event tp:tptest for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 365 - Start tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 366 - Snapshot recorded\nPASS: tools/clear/test_ust 367 - Stop lttng tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 368 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 369 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 370 - Start tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 371 - Clear session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 372 - Clear session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 373 - Snapshot recorded\nPASS: tools/clear/test_ust 374 - Stop lttng tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 375 - Validate empty trace\nPASS: tools/clear/test_ust 376 - Start tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 377 - Snapshot recorded\nPASS: tools/clear/test_ust 378 - Stop lttng tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 379 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 380 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 381 - Destroy session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 382 - Create session zG1JPAXTyQc6pRNf with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 383 - Enable channel chan for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 384 - Enable ust event tp:tptest for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 385 - Start tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 386 - Stop lttng tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 387 - Clear session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 388 - Start tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 389 - Stop lttng tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 390 - Validate empty trace\nPASS: tools/clear/test_ust 391 - Destroy session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 392 - Create session tWWcHPmZxZeg57Sv with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 393 - Enable channel chan for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 394 - Enable ust event tp:tptest for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 395 - Start tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 396 - Rotate session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 397 - Stop lttng tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 398 - Clear session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 399 - Start tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 400 - Stop lttng tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 401 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 402 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 403 - Destroy session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 404 - Create session l7PzE4I7aV0KZpG6 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 405 - Enable channel chan for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 406 - Enable ust event tp:tptest for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 407 - Start tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 408 - Stop lttng tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 409 - Clear session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 410 - Start tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 411 - Rotate session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 412 - Stop lttng tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 413 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 414 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 415 - Destroy session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 416 - Create session J2XyB27uRPzB6luf with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 417 - Enable channel rotchan for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 418 - Enable ust event tp:tptest for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 419 - Start tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 420 - Stop lttng tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 421 - Clear session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 422 - Start tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 423 - Stop lttng tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 424 - Validate empty trace\nPASS: tools/clear/test_ust 425 - Start tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 426 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 427 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 428 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 429 - Destroy session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 430 - Create session ggZ9SIelH6HD8yRP with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 431 - Enable channel rotchan for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 432 - Enable ust event tp:tptest for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 433 - Start tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 434 - Stop lttng tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 435 - Clear session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 436 - Start tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 437 - Stop lttng tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 438 - Validate empty trace\nPASS: tools/clear/test_ust 439 - Start tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 440 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 441 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 442 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 443 - Destroy session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 444 - Create session 5xn2oUbYITV5UqQC with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 445 - Enable channel chan for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 446 - Enable ust event tp:tptest for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 447 - Start tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 448 - Stop lttng tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 449 - Clear session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 450 - Start tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 451 - Stop lttng tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 452 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/5xn2oUbYITV5UqQC*\" is empty\nPASS: tools/clear/test_ust 453 - Destroy session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 454 - Create session zgUtln3aTyVcjHYi with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 455 - Enable channel chan for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 456 - Enable ust event tp:tptest for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 457 - Start tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 458 - Stop lttng tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 459 - Clear session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 460 - Start tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 461 - Stop lttng tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 462 - Validate empty trace\nPASS: tools/clear/test_ust 463 - Destroy session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 464 - Create session M7OzgbgZBA5Tw45q with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 465 - Enable channel chan for session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 466 - Enable ust event tp:tptest for session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 467 - Start tracing for session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 468 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 469 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 470 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 471 - Destroy session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 472 - Wait for application to exit\nPASS: tools/clear/test_ust 473 - Babeltrace succeeds\nPASS: tools/clear/test_ust 474 - Wait for viewer to exit\nPASS: tools/clear/test_ust 475 - Create session t6ddIv2lr43OcJVk with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 476 - Enable channel chan for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 477 - Enable ust event tp:tptest for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 478 - Start tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 479 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 480 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 481 - Stop lttng tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 482 - Clear session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 483 - Start tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 484 - Stop lttng tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 485 - Destroy session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 486 - Babeltrace succeeds\nPASS: tools/clear/test_ust 487 - Wait for viewer to exit\nPASS: tools/clear/test_ust 488 - Create session 2KbMPa46dUPcirh1 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 489 - Enable channel chan for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 490 - Add context command for type: vpid\nPASS: tools/clear/test_ust 491 - Enable ust event tp:tptest for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 492 - Start tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 493 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 494 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 495 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 496 - Stop lttng tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 497 - Clear session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 498 - Start tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 499 - Enable event lttng_ust_statedump:start with filtering for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 500 - Enable event lttng_ust_statedump:end with filtering for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 501 - Statedump regenerate 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 502 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 503 - Stop lttng tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 504 - Destroy session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 505 - Wait for application to exit\nPASS: tools/clear/test_ust 506 - Babeltrace succeeds\nPASS: tools/clear/test_ust 507 - Wait for viewer to exit\nPASS: tools/clear/test_ust 508 - Create session TspbcQ8lGLFOpQKV in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 509 - Enable channel chan for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 510 - Enable ust event tp:tptest for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 511 - Start tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 512 - Stop lttng tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 513 - Clear session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 514 - Start tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 515 - Stop lttng tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 516 - Validate empty trace\nPASS: tools/clear/test_ust 517 - Destroy session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 518 - Create session HnnnNewtTscFg2g2 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 519 - Enable channel chan for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 520 - Enable ust event tp:tptest for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 521 - Start tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 522 - Rotate session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 523 - Stop lttng tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 524 - Clear session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 525 - Start tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 526 - Stop lttng tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 527 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 528 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 529 - Destroy session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 530 - Create session Exx5XAjn9J62RXZu in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 531 - Enable channel chan for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 532 - Enable ust event tp:tptest for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 533 - Start tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 534 - Stop lttng tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 535 - Clear session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 536 - Start tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 537 - Rotate session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 538 - Stop lttng tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 539 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 540 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 541 - Destroy session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 542 - Create session YM6Ijgy1jKHWXdpk in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 543 - Enable channel chan for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 544 - Enable ust event tp:tptest for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 545 - Start tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 546 - Stop lttng tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 547 - Clear session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 548 - Start tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 549 - Stop lttng tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 550 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 551 - Destroy session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 552 - Create session WMDCoZ5PfBr1uMqR with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 553 - Enable channel snapshot for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 554 - Enable ust event tp:tptest for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 555 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 556 - Snapshot recorded\nPASS: tools/clear/test_ust 557 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 558 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 559 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 560 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 561 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 562 - Clear session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 563 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 564 - Snapshot recorded\nPASS: tools/clear/test_ust 565 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 566 - Validate empty trace\nPASS: tools/clear/test_ust 567 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 568 - Snapshot recorded\nPASS: tools/clear/test_ust 569 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 570 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 571 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 572 - Destroy session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 573 - Create session 3gSctvRt2JsDAkeO in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 574 - Enable channel snapshot for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 575 - Enable ust event tp:tptest for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 576 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 577 - Snapshot recorded\nPASS: tools/clear/test_ust 578 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 579 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 580 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 581 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 582 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 583 - Clear session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 584 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 585 - Snapshot recorded\nPASS: tools/clear/test_ust 586 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 587 - Validate empty trace\nPASS: tools/clear/test_ust 588 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 589 - Snapshot recorded\nPASS: tools/clear/test_ust 590 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 591 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 592 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 593 - Destroy session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 594 - Create session vyqqizja2jwJhPWO with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 595 - Enable channel chan for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 596 - Enable ust event tp:tptest for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 597 - Start tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 598 - Stop lttng tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 599 - Clear session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 600 - Clear session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 601 - Start tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 602 - Stop lttng tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 603 - Validate empty trace\nPASS: tools/clear/test_ust 604 - Destroy session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 605 - Create session hsBODhK2qYPDkq1m with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 606 - Enable channel chan for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 607 - Enable ust event tp:tptest for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 608 - Start tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 609 - Rotate session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 610 - Stop lttng tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 611 - Clear session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 612 - Clear session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 613 - Start tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 614 - Stop lttng tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 615 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 616 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 617 - Destroy session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 618 - Create session cEX2rj6D8kP8Wuwz with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 619 - Enable channel chan for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 620 - Enable ust event tp:tptest for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 621 - Start tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 622 - Stop lttng tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 623 - Clear session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 624 - Clear session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 625 - Start tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 626 - Rotate session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 627 - Stop lttng tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 628 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 629 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 630 - Destroy session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 631 - Create session oIqw77JaPdHK9mYQ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 632 - Enable channel rotchan for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 633 - Enable ust event tp:tptest for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 634 - Start tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 635 - Stop lttng tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 636 - Clear session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 637 - Clear session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 638 - Start tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 639 - Stop lttng tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 640 - Validate empty trace\nPASS: tools/clear/test_ust 641 - Start tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 642 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 643 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 644 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 645 - Destroy session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 646 - Create session vgLU5xtQtrVblnC0 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 647 - Enable channel rotchan for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 648 - Enable ust event tp:tptest for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 649 - Start tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 650 - Stop lttng tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 651 - Clear session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 652 - Clear session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 653 - Start tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 654 - Stop lttng tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 655 - Validate empty trace\nPASS: tools/clear/test_ust 656 - Start tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 657 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 658 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 659 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 660 - Destroy session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 661 - Create session rVfwlKuxN8vgWin7 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 662 - Enable channel chan for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 663 - Enable ust event tp:tptest for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 664 - Start tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 665 - Stop lttng tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 666 - Clear session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 667 - Clear session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 668 - Start tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 669 - Stop lttng tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 670 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/rVfwlKuxN8vgWin7*\" is empty\nPASS: tools/clear/test_ust 671 - Destroy session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 672 - Create session 6xQwLeRlqqwdXCSv with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 673 - Enable channel chan for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 674 - Enable ust event tp:tptest for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 675 - Start tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 676 - Stop lttng tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 677 - Clear session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 678 - Clear session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 679 - Start tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 680 - Stop lttng tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 681 - Validate empty trace\nPASS: tools/clear/test_ust 682 - Destroy session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 683 - Create session IdbxYZCS7AzXspzg with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 684 - Enable channel chan for session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 685 - Enable ust event tp:tptest for session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 686 - Start tracing for session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 687 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 688 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 689 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 690 - Destroy session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 691 - Wait for application to exit\nPASS: tools/clear/test_ust 692 - Babeltrace succeeds\nPASS: tools/clear/test_ust 693 - Wait for viewer to exit\nPASS: tools/clear/test_ust 694 - Create session 4YcTOxGqBB9LWJvM with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 695 - Enable channel chan for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 696 - Enable ust event tp:tptest for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 697 - Start tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 698 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 699 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 700 - Stop lttng tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 701 - Clear session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 702 - Clear session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 703 - Start tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 704 - Stop lttng tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 705 - Destroy session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 706 - Babeltrace succeeds\nPASS: tools/clear/test_ust 707 - Wait for viewer to exit\nPASS: tools/clear/test_ust 708 - Create session 06IYv9o78iXzqA1s with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 709 - Enable channel chan for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 710 - Add context command for type: vpid\nPASS: tools/clear/test_ust 711 - Enable ust event tp:tptest for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 712 - Start tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 713 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 714 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 715 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 716 - Stop lttng tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 717 - Clear session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 718 - Clear session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 719 - Start tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 720 - Enable event lttng_ust_statedump:start with filtering for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 721 - Enable event lttng_ust_statedump:end with filtering for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 722 - Statedump regenerate 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 723 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 724 - Stop lttng tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 725 - Destroy session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 726 - Wait for application to exit\nPASS: tools/clear/test_ust 727 - Babeltrace succeeds\nPASS: tools/clear/test_ust 728 - Wait for viewer to exit\nPASS: tools/clear/test_ust 729 - Create session NH3jW3U0D8d06AJF in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 730 - Enable channel chan for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 731 - Enable ust event tp:tptest for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 732 - Start tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 733 - Stop lttng tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 734 - Clear session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 735 - Clear session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 736 - Start tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 737 - Stop lttng tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 738 - Validate empty trace\nPASS: tools/clear/test_ust 739 - Destroy session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 740 - Create session R0XBJYnU8Ghky2zu in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 741 - Enable channel chan for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 742 - Enable ust event tp:tptest for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 743 - Start tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 744 - Rotate session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 745 - Stop lttng tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 746 - Clear session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 747 - Clear session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 748 - Start tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 749 - Stop lttng tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 750 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 751 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 752 - Destroy session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 753 - Create session 3Gi9YsYNUy6h27br in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 754 - Enable channel chan for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 755 - Enable ust event tp:tptest for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 756 - Start tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 757 - Stop lttng tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 758 - Clear session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 759 - Clear session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 760 - Start tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 761 - Rotate session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 762 - Stop lttng tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 763 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 764 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 765 - Destroy session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 766 - Create session TP3YRU5FLPpnszGL in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 767 - Enable channel chan for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 768 - Enable ust event tp:tptest for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 769 - Start tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 770 - Stop lttng tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 771 - Clear session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 772 - Clear session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 773 - Start tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 774 - Stop lttng tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 775 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 776 - Destroy session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 777 - Create session QrD50swMvn4tUht3 with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 778 - Enable channel snapshot for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 779 - Enable ust event tp:tptest for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 780 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 781 - Snapshot recorded\nPASS: tools/clear/test_ust 782 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 783 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 784 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 785 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 786 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 787 - Clear session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 788 - Clear session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 789 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 790 - Snapshot recorded\nPASS: tools/clear/test_ust 791 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 792 - Validate empty trace\nPASS: tools/clear/test_ust 793 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 794 - Snapshot recorded\nPASS: tools/clear/test_ust 795 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 796 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 797 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 798 - Destroy session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 799 - Create session vvQnQggDIgTo9Vyr in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 800 - Enable channel snapshot for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 801 - Enable ust event tp:tptest for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 802 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 803 - Snapshot recorded\nPASS: tools/clear/test_ust 804 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 805 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 806 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 807 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 808 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 809 - Clear session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 810 - Clear session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 811 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 812 - Snapshot recorded\nPASS: tools/clear/test_ust 813 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 814 - Validate empty trace\nPASS: tools/clear/test_ust 815 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 816 - Snapshot recorded\nPASS: tools/clear/test_ust 817 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 818 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 819 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 820 - Destroy session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 821 - Create session RVbMABk5teoEq4Ni with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 822 - Enable channel chan for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 823 - Enable ust event tp:tptest for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 824 - Start tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 825 - Stop lttng tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 826 - Rotate session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 827 - Clear session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 828 - Start tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 829 - Stop lttng tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 830 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 831 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 832 - Destroy session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 833 - Create session iKif3BEXE4he38sn with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 834 - Enable channel chan for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 835 - Enable ust event tp:tptest for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 836 - Start tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 837 - Rotate session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 838 - Stop lttng tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 839 - Rotate session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 840 - Clear session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 841 - Start tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 842 - Stop lttng tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 843 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 844 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 845 - Destroy session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 846 - Create session c9YSk5s0ItS2HmxD with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 847 - Enable channel chan for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 848 - Enable ust event tp:tptest for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 849 - Start tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 850 - Stop lttng tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 851 - Rotate session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 852 - Clear session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 853 - Start tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 854 - Rotate session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 855 - Stop lttng tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 856 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 857 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 858 - Destroy session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 859 - Create session DCLqyN6ZLbRKLDAT with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 860 - Enable channel rotchan for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 861 - Enable ust event tp:tptest for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 862 - Start tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 863 - Stop lttng tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 864 - Rotate session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 865 - Clear session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 866 - Start tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 867 - Stop lttng tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 868 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 869 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 870 - Start tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 871 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 872 - Validate trace for event tp:tptest, 30 events\nPASS: tools/clear/test_ust 873 - Read a total of 30 events, expected 30\nPASS: tools/clear/test_ust 874 - Destroy session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 875 - Create session HRK2cAjJLtJZeCGK with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 876 - Enable channel rotchan for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 877 - Enable ust event tp:tptest for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 878 - Start tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 879 - Stop lttng tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 880 - Rotate session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 881 - Clear session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 882 - Start tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 883 - Stop lttng tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 884 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 885 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 886 - Start tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 887 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 888 - Validate trace for event tp:tptest, 76 events\nPASS: tools/clear/test_ust 889 - Read a total of 76 events, expected between [1, 600000[\nPASS: tools/clear/test_ust 890 - Destroy session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 891 - Create session lPo8AagSNR6SVsx3 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 892 - Enable channel chan for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 893 - Enable ust event tp:tptest for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 894 - Start tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 895 - Stop lttng tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 896 - Clear session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 897 - Start tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 898 - Stop lttng tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 899 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/lPo8AagSNR6SVsx3*\" is empty\nPASS: tools/clear/test_ust 900 - Destroy session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 901 - Create session oaiBK9EwssvhsMCh in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 902 - Enable channel chan for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 903 - Enable ust event tp:tptest for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 904 - Start tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 905 - Stop lttng tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 906 - Rotate session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 907 - Clear session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 908 - Start tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 909 - Stop lttng tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 910 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 911 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 912 - Destroy session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 913 - Create session 7JLdPdqjbjEHZHS2 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 914 - Enable channel chan for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 915 - Enable ust event tp:tptest for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 916 - Start tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 917 - Rotate session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 918 - Stop lttng tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 919 - Rotate session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 920 - Clear session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 921 - Start tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 922 - Stop lttng tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 923 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 924 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 925 - Destroy session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 926 - Create session tvXE0DxJNbHPHAoU in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 927 - Enable channel chan for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 928 - Enable ust event tp:tptest for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 929 - Start tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 930 - Stop lttng tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 931 - Rotate session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 932 - Clear session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 933 - Start tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 934 - Rotate session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 935 - Stop lttng tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 936 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 937 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 938 - Destroy session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 939 - Create session vI8yTTxpQv0vqBo5 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 940 - Enable channel chan for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 941 - Enable ust event tp:tptest for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 942 - Start tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 943 - Stop lttng tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 944 - Clear session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 945 - Start tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 946 - Stop lttng tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 947 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 948 - Destroy session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 949 - Create session 2Gw3NCZB9Vo5ofQA with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 950 - Enable channel chan for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 951 - Enable ust event tp:tptest for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 952 - Start tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 953 - Stop lttng tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 954 - Clear session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 955 - Expected fail on rotate session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 956 - Start tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 957 - Stop lttng tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 958 - Validate empty trace\nPASS: tools/clear/test_ust 959 - Destroy session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 960 - Create session 9we7dEg7vtxLy4NF with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 961 - Enable channel chan for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 962 - Enable ust event tp:tptest for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 963 - Start tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 964 - Rotate session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 965 - Stop lttng tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 966 - Clear session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 967 - Expected fail on rotate session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 968 - Start tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 969 - Stop lttng tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 970 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 971 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 972 - Destroy session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 973 - Create session FvJiRIA8l7SocERl with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 974 - Enable channel chan for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 975 - Enable ust event tp:tptest for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 976 - Start tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 977 - Stop lttng tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 978 - Clear session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 979 - Expected fail on rotate session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 980 - Start tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 981 - Rotate session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 982 - Stop lttng tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 983 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 984 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 985 - Destroy session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 986 - Create session muKlsURW7ztTKHSt with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 987 - Enable channel rotchan for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 988 - Enable ust event tp:tptest for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 989 - Start tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 990 - Stop lttng tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 991 - Clear session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 992 - Expected fail on rotate session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 993 - Start tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 994 - Stop lttng tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 995 - Validate empty trace\nPASS: tools/clear/test_ust 996 - Start tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 997 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 998 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 999 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1000 - Destroy session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 1001 - Create session VnA4Vp8Ks7dKUYgU with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1002 - Enable channel rotchan for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1003 - Enable ust event tp:tptest for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1004 - Start tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1005 - Stop lttng tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1006 - Clear session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1007 - Expected fail on rotate session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1008 - Start tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1009 - Stop lttng tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1010 - Validate empty trace\nPASS: tools/clear/test_ust 1011 - Start tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1012 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1013 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1014 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1015 - Destroy session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1016 - Create session VydkoQ0GHhwXwy8i with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1017 - Enable channel chan for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1018 - Enable ust event tp:tptest for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1019 - Start tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1020 - Stop lttng tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1021 - Clear session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1022 - Start tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1023 - Stop lttng tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1024 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/VydkoQ0GHhwXwy8i*\" is empty\nPASS: tools/clear/test_ust 1025 - Destroy session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1026 - Create session DYqfQqZ835J5GJap in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1027 - Enable channel chan for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1028 - Enable ust event tp:tptest for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1029 - Start tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1030 - Stop lttng tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1031 - Clear session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1032 - Expected fail on rotate session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1033 - Start tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1034 - Stop lttng tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1035 - Validate empty trace\nPASS: tools/clear/test_ust 1036 - Destroy session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1037 - Create session q23Cl0UEVvvSHNVr in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1038 - Enable channel chan for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1039 - Enable ust event tp:tptest for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1040 - Start tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1041 - Rotate session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1042 - Stop lttng tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1043 - Clear session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1044 - Expected fail on rotate session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1045 - Start tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1046 - Stop lttng tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1047 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1048 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1049 - Destroy session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1050 - Create session WGMNdUEuzisRXvep in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1051 - Enable channel chan for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1052 - Enable ust event tp:tptest for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1053 - Start tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1054 - Stop lttng tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1055 - Clear session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1056 - Expected fail on rotate session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1057 - Start tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1058 - Rotate session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1059 - Stop lttng tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1060 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1061 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1062 - Destroy session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1063 - Create session wpqn934CBiq7JBg1 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1064 - Enable channel chan for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1065 - Enable ust event tp:tptest for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1066 - Start tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1067 - Stop lttng tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1068 - Clear session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1069 - Start tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1070 - Stop lttng tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1071 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1072 - Destroy session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1073 - Create session OfT2vEgLFS757lQV with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1074 - Enable channel chan for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1075 - Enable ust event tp:tptest for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1076 - Start tracing for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1077 - Clear session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1078 - Stop lttng tracing for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1079 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/OfT2vEgLFS757lQV-20250616-114835\" is empty\nPASS: tools/clear/test_ust 1080 - Destroy session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1081 - Create session kw9ELLD6FFFWSV8S with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1082 - Enable channel chan for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1083 - Enable ust event tp:tptest for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1084 - Start tracing for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1085 - Rotate session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1086 - Clear session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1087 - Stop lttng tracing for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1088 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1089 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1090 - Destroy session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1091 - Create session nitsXEk8hX1JkV0H with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1092 - Enable channel chan for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1093 - Enable ust event tp:tptest for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1094 - Start tracing for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1095 - Clear session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1096 - Rotate session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1097 - Stop lttng tracing for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1098 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1099 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1100 - Destroy session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1101 - Create session F6VDgtoAgQh30DGt with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1102 - Enable channel rotchan for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1103 - Enable ust event tp:tptest for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1104 - Start tracing for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1105 - Clear session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1106 - Stop lttng tracing for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1107 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/F6VDgtoAgQh30DGt-20250616-114840\" is empty\nPASS: tools/clear/test_ust 1108 - Start tracing for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1109 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1110 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1111 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1112 - Destroy session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1113 - Create session yXWKKJqDPEaI9It8 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1114 - Enable channel rotchan for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1115 - Enable ust event tp:tptest for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1116 - Start tracing for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1117 - Clear session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1118 - Stop lttng tracing for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1119 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/yXWKKJqDPEaI9It8-20250616-114841\" is empty\nPASS: tools/clear/test_ust 1120 - Start tracing for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1121 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1122 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1123 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1124 - Destroy session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1125 - Create session JFdCdbEgVW5TOM1v with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1126 - Enable channel chan for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1127 - Enable ust event tp:tptest for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1128 - Start tracing for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1129 - Clear session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1130 - Stop lttng tracing for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1131 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/JFdCdbEgVW5TOM1v*\" is empty\nPASS: tools/clear/test_ust 1132 - Destroy session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1133 - Create session N6eO4TiE07c9mXVr with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1134 - Enable channel chan for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1135 - Enable ust event tp:tptest for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1136 - Start tracing for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1137 - Clear session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1138 - Stop lttng tracing for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1139 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/N6eO4TiE07c9mXVr-20250616-114843\" is empty\nPASS: tools/clear/test_ust 1140 - Destroy session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1141 - Create session wwrCxrY11D2281fi with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1142 - Enable channel chan for session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1143 - Enable ust event tp:tptest for session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1144 - Start tracing for session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1145 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1146 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1147 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1148 - Destroy session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1149 - Wait for application to exit\nPASS: tools/clear/test_ust 1150 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1151 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1152 - Create session nq7EDb5ReR9r7mUA with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1153 - Enable channel chan for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1154 - Enable ust event tp:tptest for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1155 - Start tracing for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1156 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1157 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1158 - Clear session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1159 - Stop lttng tracing for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1160 - Destroy session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1161 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1162 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1163 - Create session SeuRhhDLeIZ1f4BR with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1164 - Enable channel chan for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1165 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1166 - Enable ust event tp:tptest for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1167 - Start tracing for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1168 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1169 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1170 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1171 - Clear session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1172 - Enable event lttng_ust_statedump:start with filtering for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1173 - Enable event lttng_ust_statedump:end with filtering for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1174 - Statedump regenerate SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1175 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1176 - Stop lttng tracing for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1177 - Destroy session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1178 - Wait for application to exit\nPASS: tools/clear/test_ust 1179 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1180 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1181 - Create session orv6i0gFC0p5mBNR in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1182 - Enable channel chan for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1183 - Enable ust event tp:tptest for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1184 - Start tracing for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1185 - Clear session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1186 - Stop lttng tracing for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1187 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1188 - Destroy session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1189 - Create session DXNQGZVXt8hSin4R in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1190 - Enable channel chan for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1191 - Enable ust event tp:tptest for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1192 - Start tracing for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1193 - Rotate session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1194 - Clear session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1195 - Stop lttng tracing for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1196 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1197 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1198 - Destroy session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1199 - Create session 58Z8zgzZBEud3gyB in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1200 - Enable channel chan for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1201 - Enable ust event tp:tptest for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1202 - Start tracing for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1203 - Clear session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1204 - Rotate session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1205 - Stop lttng tracing for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1206 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1207 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1208 - Destroy session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1209 - Create session QDb878tgUI5Z8SQo in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1210 - Enable channel chan for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1211 - Enable ust event tp:tptest for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1212 - Start tracing for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1213 - Clear session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1214 - Stop lttng tracing for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1215 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1216 - Destroy session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1217 - Create session YDjUrURGB63ZAcPL in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1218 - Enable channel channel0 for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1219 - Enable ust event tp:tptest for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1220 - Start tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1221 - Snapshot recorded\nPASS: tools/clear/test_ust 1222 - Stop lttng tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1223 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1224 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1225 - Start tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1226 - Clear session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1227 - Snapshot recorded\nPASS: tools/clear/test_ust 1228 - Stop lttng tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1229 - Validate empty trace\nPASS: tools/clear/test_ust 1230 - Start tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1231 - Snapshot recorded\nPASS: tools/clear/test_ust 1232 - Stop lttng tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1233 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1234 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1235 - Destroy session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1236 - Create session usuhkCGCzF6qIkcB with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1237 - Enable channel chan for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1238 - Enable ust event tp:tptest for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1239 - Start tracing for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1240 - Clear session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1241 - Clear session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1242 - Stop lttng tracing for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1243 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/usuhkCGCzF6qIkcB-20250616-114908\" is empty\nPASS: tools/clear/test_ust 1244 - Destroy session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1245 - Create session qPbFrBYGTES4B6Na with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1246 - Enable channel chan for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1247 - Enable ust event tp:tptest for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1248 - Start tracing for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1249 - Rotate session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1250 - Clear session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1251 - Clear session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1252 - Stop lttng tracing for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1253 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1254 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1255 - Destroy session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1256 - Create session LiZG0baMgvySzI5I with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1257 - Enable channel chan for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1258 - Enable ust event tp:tptest for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1259 - Start tracing for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1260 - Clear session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1261 - Clear session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1262 - Rotate session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1263 - Stop lttng tracing for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1264 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1265 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1266 - Destroy session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1267 - Create session 99PrX6gVs9SlEcRn with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1268 - Enable channel rotchan for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1269 - Enable ust event tp:tptest for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1270 - Start tracing for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1271 - Clear session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1272 - Clear session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1273 - Stop lttng tracing for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1274 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/99PrX6gVs9SlEcRn-20250616-114914\" is empty\nPASS: tools/clear/test_ust 1275 - Start tracing for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1276 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1277 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1278 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1279 - Destroy session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1280 - Create session OP8zULMDwQJVF91l with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1281 - Enable channel rotchan for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1282 - Enable ust event tp:tptest for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1283 - Start tracing for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1284 - Clear session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1285 - Clear session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1286 - Stop lttng tracing for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1287 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/OP8zULMDwQJVF91l-20250616-114916\" is empty\nPASS: tools/clear/test_ust 1288 - Start tracing for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1289 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1290 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1291 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1292 - Destroy session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1293 - Create session FqJt50u41Ba2Fy8F with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1294 - Enable channel chan for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1295 - Enable ust event tp:tptest for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1296 - Start tracing for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1297 - Clear session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1298 - Clear session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1299 - Stop lttng tracing for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1300 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/FqJt50u41Ba2Fy8F*\" is empty\nPASS: tools/clear/test_ust 1301 - Destroy session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1302 - Create session 9ePNMjER8vg8fQb6 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1303 - Enable channel chan for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1304 - Enable ust event tp:tptest for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1305 - Start tracing for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1306 - Clear session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1307 - Clear session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1308 - Stop lttng tracing for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1309 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/9ePNMjER8vg8fQb6-20250616-114919\" is empty\nPASS: tools/clear/test_ust 1310 - Destroy session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1311 - Create session 58LIcSi97TZGO3Ql with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1312 - Enable channel chan for session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1313 - Enable ust event tp:tptest for session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1314 - Start tracing for session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1315 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1316 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1317 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1318 - Destroy session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1319 - Wait for application to exit\nPASS: tools/clear/test_ust 1320 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1321 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1322 - Create session g3biBVbRnVH5Npy6 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1323 - Enable channel chan for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1324 - Enable ust event tp:tptest for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1325 - Start tracing for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1326 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1327 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1328 - Clear session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1329 - Clear session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1330 - Stop lttng tracing for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1331 - Destroy session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1332 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1333 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1334 - Create session 8nngsskvbktVk45t with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1335 - Enable channel chan for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1336 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1337 - Enable ust event tp:tptest for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1338 - Start tracing for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1339 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1340 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1341 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1342 - Clear session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1343 - Clear session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1344 - Enable event lttng_ust_statedump:start with filtering for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1345 - Enable event lttng_ust_statedump:end with filtering for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1346 - Statedump regenerate 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1347 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1348 - Stop lttng tracing for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1349 - Destroy session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1350 - Wait for application to exit\nPASS: tools/clear/test_ust 1351 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1352 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1353 - Create session LUchiRZ1xv34hHMK in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1354 - Enable channel chan for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1355 - Enable ust event tp:tptest for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1356 - Start tracing for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1357 - Clear session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1358 - Clear session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1359 - Stop lttng tracing for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1360 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1361 - Destroy session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1362 - Create session yUFRiXTFxb769sV8 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1363 - Enable channel chan for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1364 - Enable ust event tp:tptest for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1365 - Start tracing for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1366 - Rotate session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1367 - Clear session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1368 - Clear session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1369 - Stop lttng tracing for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1370 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1371 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1372 - Destroy session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1373 - Create session CUIuAuGyWztX6Iko in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1374 - Enable channel chan for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1375 - Enable ust event tp:tptest for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1376 - Start tracing for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1377 - Clear session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1378 - Clear session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1379 - Rotate session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1380 - Stop lttng tracing for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1381 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1382 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1383 - Destroy session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1384 - Create session 4CKM5ChfPSiCOoWc in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1385 - Enable channel chan for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1386 - Enable ust event tp:tptest for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1387 - Start tracing for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1388 - Clear session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1389 - Clear session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1390 - Stop lttng tracing for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1391 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1392 - Destroy session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1393 - Create session 5FqDRlUjqdZ32Eou in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1394 - Enable channel channel0 for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1395 - Enable ust event tp:tptest for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1396 - Start tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1397 - Snapshot recorded\nPASS: tools/clear/test_ust 1398 - Stop lttng tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1399 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1400 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1401 - Start tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1402 - Clear session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1403 - Clear session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1404 - Snapshot recorded\nPASS: tools/clear/test_ust 1405 - Stop lttng tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1406 - Validate empty trace\nPASS: tools/clear/test_ust 1407 - Start tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1408 - Snapshot recorded\nPASS: tools/clear/test_ust 1409 - Stop lttng tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1410 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1411 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1412 - Destroy session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1413 - Create session ZFJUWqagsjYAnffM with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1414 - Enable channel chan for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1415 - Enable ust event tp:tptest for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1416 - Start tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1417 - Stop lttng tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1418 - Clear session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1419 - Start tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1420 - Stop lttng tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1421 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/ZFJUWqagsjYAnffM-20250616-114947\" is empty\nPASS: tools/clear/test_ust 1422 - Destroy session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1423 - Create session ixA8qgJxC8Fa4Yxn with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1424 - Enable channel chan for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1425 - Enable ust event tp:tptest for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1426 - Start tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1427 - Rotate session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1428 - Stop lttng tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1429 - Clear session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1430 - Start tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1431 - Stop lttng tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1432 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1433 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1434 - Destroy session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1435 - Create session HfhdqvlumFPz7m9k with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1436 - Enable channel chan for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1437 - Enable ust event tp:tptest for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1438 - Start tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1439 - Stop lttng tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1440 - Clear session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1441 - Start tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1442 - Rotate session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1443 - Stop lttng tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1444 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1445 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1446 - Destroy session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1447 - Create session 0nBXuBZxG5PSeOFq with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1448 - Enable channel rotchan for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1449 - Enable ust event tp:tptest for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1450 - Start tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1451 - Stop lttng tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1452 - Clear session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1453 - Start tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1454 - Stop lttng tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1455 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/0nBXuBZxG5PSeOFq-20250616-114951\" is empty\nPASS: tools/clear/test_ust 1456 - Start tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1457 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1458 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1459 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1460 - Destroy session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1461 - Create session 0R6zsig8YkqxYGh6 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1462 - Enable channel rotchan for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1463 - Enable ust event tp:tptest for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1464 - Start tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1465 - Stop lttng tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1466 - Clear session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1467 - Start tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1468 - Stop lttng tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1469 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/0R6zsig8YkqxYGh6-20250616-114952\" is empty\nPASS: tools/clear/test_ust 1470 - Start tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1471 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1472 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1473 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1474 - Destroy session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1475 - Create session 14qmV9zbH4Y5a0el with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1476 - Enable channel chan for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1477 - Enable ust event tp:tptest for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1478 - Start tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1479 - Stop lttng tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1480 - Clear session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1481 - Start tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1482 - Stop lttng tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1483 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/14qmV9zbH4Y5a0el*\" is empty\nPASS: tools/clear/test_ust 1484 - Destroy session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1485 - Create session zhmcJq3S2O7aLqTB with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1486 - Enable channel chan for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1487 - Enable ust event tp:tptest for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1488 - Start tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1489 - Stop lttng tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1490 - Clear session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1491 - Start tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1492 - Stop lttng tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1493 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/zhmcJq3S2O7aLqTB-20250616-114955\" is empty\nPASS: tools/clear/test_ust 1494 - Destroy session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1495 - Create session fmhmDNvpEtLCPUBZ with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1496 - Enable channel chan for session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1497 - Enable ust event tp:tptest for session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1498 - Start tracing for session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1499 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1500 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1501 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1502 - Destroy session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1503 - Wait for application to exit\nPASS: tools/clear/test_ust 1504 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1505 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1506 - Create session V3LkvGlf61APNk9B with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1507 - Enable channel chan for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1508 - Enable ust event tp:tptest for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1509 - Start tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1510 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1511 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1512 - Stop lttng tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1513 - Clear session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1514 - Start tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1515 - Stop lttng tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1516 - Destroy session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1517 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1518 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1519 - Create session ab8YFl0rwYMoI6Q0 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1520 - Enable channel chan for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1521 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1522 - Enable ust event tp:tptest for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1523 - Start tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1524 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1525 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1526 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1527 - Stop lttng tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1528 - Clear session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1529 - Start tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1530 - Enable event lttng_ust_statedump:start with filtering for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1531 - Enable event lttng_ust_statedump:end with filtering for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1532 - Statedump regenerate ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1533 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1534 - Stop lttng tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1535 - Destroy session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1536 - Wait for application to exit\nPASS: tools/clear/test_ust 1537 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1538 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1539 - Create session nxKz1KJS28wFZJbH in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1540 - Enable channel chan for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1541 - Enable ust event tp:tptest for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1542 - Start tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1543 - Stop lttng tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1544 - Clear session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1545 - Start tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1546 - Stop lttng tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1547 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1548 - Destroy session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1549 - Create session 5ouLocyWGvj3j608 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1550 - Enable channel chan for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1551 - Enable ust event tp:tptest for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1552 - Start tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1553 - Rotate session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1554 - Stop lttng tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1555 - Clear session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1556 - Start tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1557 - Stop lttng tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1558 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1559 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1560 - Destroy session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1561 - Create session GCQ7BnlNb2AD8SrT in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1562 - Enable channel chan for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1563 - Enable ust event tp:tptest for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1564 - Start tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1565 - Stop lttng tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1566 - Clear session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1567 - Start tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1568 - Rotate session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1569 - Stop lttng tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1570 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1571 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1572 - Destroy session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1573 - Create session z1OHjseXfgnuKEs9 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1574 - Enable channel chan for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1575 - Enable ust event tp:tptest for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1576 - Start tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1577 - Stop lttng tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1578 - Clear session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1579 - Start tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1580 - Stop lttng tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1581 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1582 - Destroy session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1583 - Create session 3jBKXiNOxNcgBqMt in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1584 - Enable channel channel0 for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1585 - Enable ust event tp:tptest for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1586 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1587 - Snapshot recorded\nPASS: tools/clear/test_ust 1588 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1589 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1590 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1591 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1592 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1593 - Clear session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1594 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1595 - Snapshot recorded\nPASS: tools/clear/test_ust 1596 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1597 - Validate empty trace\nPASS: tools/clear/test_ust 1598 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1599 - Snapshot recorded\nPASS: tools/clear/test_ust 1600 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1601 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1602 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1603 - Destroy session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1604 - Create session 9ldogXnHrURYzbO9 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1605 - Enable channel chan for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1606 - Enable ust event tp:tptest for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1607 - Start tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1608 - Stop lttng tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1609 - Clear session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1610 - Clear session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1611 - Start tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1612 - Stop lttng tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1613 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/9ldogXnHrURYzbO9-20250616-115018\" is empty\nPASS: tools/clear/test_ust 1614 - Destroy session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1615 - Create session qyKcCRoIjrXzNgMc with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1616 - Enable channel chan for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1617 - Enable ust event tp:tptest for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1618 - Start tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1619 - Rotate session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1620 - Stop lttng tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1621 - Clear session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1622 - Clear session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1623 - Start tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1624 - Stop lttng tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1625 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1626 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1627 - Destroy session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1628 - Create session 8zR5e9z2gbZXugkJ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1629 - Enable channel chan for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1630 - Enable ust event tp:tptest for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1631 - Start tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1632 - Stop lttng tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1633 - Clear session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1634 - Clear session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1635 - Start tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1636 - Rotate session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1637 - Stop lttng tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1638 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1639 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1640 - Destroy session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1641 - Create session Eq9RybLjm0ZRQvrP with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1642 - Enable channel rotchan for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1643 - Enable ust event tp:tptest for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1644 - Start tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1645 - Stop lttng tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1646 - Clear session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1647 - Clear session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1648 - Start tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1649 - Stop lttng tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1650 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Eq9RybLjm0ZRQvrP-20250616-115023\" is empty\nPASS: tools/clear/test_ust 1651 - Start tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1652 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1653 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1654 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1655 - Destroy session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1656 - Create session Lz61HXSH0A9RIXis with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1657 - Enable channel rotchan for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1658 - Enable ust event tp:tptest for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1659 - Start tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1660 - Stop lttng tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1661 - Clear session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1662 - Clear session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1663 - Start tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1664 - Stop lttng tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1665 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Lz61HXSH0A9RIXis-20250616-115024\" is empty\nPASS: tools/clear/test_ust 1666 - Start tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1667 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1668 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1669 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1670 - Destroy session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1671 - Create session fWO1Y0bHQRug1s8g with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1672 - Enable channel chan for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1673 - Enable ust event tp:tptest for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1674 - Start tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1675 - Stop lttng tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1676 - Clear session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1677 - Clear session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1678 - Start tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1679 - Stop lttng tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1680 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/fWO1Y0bHQRug1s8g*\" is empty\nPASS: tools/clear/test_ust 1681 - Destroy session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1682 - Create session tJEJg6HnrrRCG6ux with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1683 - Enable channel chan for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1684 - Enable ust event tp:tptest for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1685 - Start tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1686 - Stop lttng tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1687 - Clear session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1688 - Clear session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1689 - Start tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1690 - Stop lttng tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1691 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/tJEJg6HnrrRCG6ux-20250616-115027\" is empty\nPASS: tools/clear/test_ust 1692 - Destroy session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1693 - Create session IBbjGVSkEISovpuW with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1694 - Enable channel chan for session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1695 - Enable ust event tp:tptest for session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1696 - Start tracing for session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1697 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1698 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1699 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1700 - Destroy session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1701 - Wait for application to exit\nPASS: tools/clear/test_ust 1702 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1703 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1704 - Create session h4TK3ykxEvvPaI45 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1705 - Enable channel chan for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1706 - Enable ust event tp:tptest for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1707 - Start tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1708 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1709 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1710 - Stop lttng tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1711 - Clear session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1712 - Clear session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1713 - Start tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1714 - Stop lttng tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1715 - Destroy session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1716 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1717 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1718 - Create session 51Bids4sWTPqrSY3 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1719 - Enable channel chan for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1720 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1721 - Enable ust event tp:tptest for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1722 - Start tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1723 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1724 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1725 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1726 - Stop lttng tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1727 - Clear session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1728 - Clear session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1729 - Start tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1730 - Enable event lttng_ust_statedump:start with filtering for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1731 - Enable event lttng_ust_statedump:end with filtering for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1732 - Statedump regenerate 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1733 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1734 - Stop lttng tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1735 - Destroy session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1736 - Wait for application to exit\nPASS: tools/clear/test_ust 1737 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1738 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1739 - Create session m6XVUx6a1O6aI2Vl in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1740 - Enable channel chan for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1741 - Enable ust event tp:tptest for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1742 - Start tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1743 - Stop lttng tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1744 - Clear session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1745 - Clear session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1746 - Start tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1747 - Stop lttng tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1748 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1749 - Destroy session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1750 - Create session y4nQ7bxW7vznrJro in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1751 - Enable channel chan for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1752 - Enable ust event tp:tptest for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1753 - Start tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1754 - Rotate session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1755 - Stop lttng tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1756 - Clear session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1757 - Clear session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1758 - Start tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1759 - Stop lttng tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1760 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1761 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1762 - Destroy session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1763 - Create session hS71pclQkL8Q4Wcd in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1764 - Enable channel chan for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1765 - Enable ust event tp:tptest for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1766 - Start tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1767 - Stop lttng tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1768 - Clear session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1769 - Clear session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1770 - Start tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1771 - Rotate session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1772 - Stop lttng tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1773 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1774 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1775 - Destroy session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1776 - Create session LkQHgBAP96MuW0Ob in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1777 - Enable channel chan for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1778 - Enable ust event tp:tptest for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1779 - Start tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1780 - Stop lttng tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1781 - Clear session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1782 - Clear session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1783 - Start tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1784 - Stop lttng tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1785 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1786 - Destroy session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1787 - Create session sjhJS4nICNzajpOu in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1788 - Enable channel channel0 for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1789 - Enable ust event tp:tptest for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1790 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1791 - Snapshot recorded\nPASS: tools/clear/test_ust 1792 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1793 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1794 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1795 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1796 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1797 - Clear session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1798 - Clear session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1799 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1800 - Snapshot recorded\nPASS: tools/clear/test_ust 1801 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1802 - Validate empty trace\nPASS: tools/clear/test_ust 1803 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1804 - Snapshot recorded\nPASS: tools/clear/test_ust 1805 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1806 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1807 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1808 - Destroy session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1809 - Create session WWUWTfKWHfdQbMzz with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1810 - Enable channel chan for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1811 - Enable ust event tp:tptest for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1812 - Start tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1813 - Stop lttng tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1814 - Rotate session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1815 - Clear session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1816 - Start tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1817 - Stop lttng tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1818 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 1819 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 1820 - Destroy session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1821 - Create session isPbiv3ADJhX4irh with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1822 - Enable channel chan for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1823 - Enable ust event tp:tptest for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1824 - Start tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1825 - Rotate session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1826 - Stop lttng tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1827 - Rotate session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1828 - Clear session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1829 - Start tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1830 - Stop lttng tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1831 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1832 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1833 - Destroy session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1834 - Create session R58yRc92nBtrUShP with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1835 - Enable channel chan for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1836 - Enable ust event tp:tptest for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1837 - Start tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1838 - Stop lttng tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1839 - Rotate session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1840 - Clear session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1841 - Start tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1842 - Rotate session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1843 - Stop lttng tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1844 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1845 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1846 - Destroy session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1847 - Create session E5TYlkia4shOnZpZ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1848 - Enable channel rotchan for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1849 - Enable ust event tp:tptest for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1850 - Start tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1851 - Stop lttng tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1852 - Rotate session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1853 - Clear session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1854 - Start tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1855 - Stop lttng tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1856 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 1857 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 1858 - Start tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1859 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1860 - Validate trace for event tp:tptest, 30 events\nPASS: tools/clear/test_ust 1861 - Read a total of 30 events, expected 30\nPASS: tools/clear/test_ust 1862 - Destroy session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1863 - Create session i2oIBZtisD8vgpIc with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1864 - Enable channel rotchan for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1865 - Enable ust event tp:tptest for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1866 - Start tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1867 - Stop lttng tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1868 - Rotate session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1869 - Clear session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1870 - Start tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1871 - Stop lttng tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1872 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1873 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1874 - Start tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1875 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1876 - Validate trace for event tp:tptest, 76 events\nPASS: tools/clear/test_ust 1877 - Read a total of 76 events, expected between [1, 600000[\nPASS: tools/clear/test_ust 1878 - Destroy session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1879 - Create session Wf2aqRpv1DFCgIr5 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1880 - Enable channel chan for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1881 - Enable ust event tp:tptest for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1882 - Start tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1883 - Stop lttng tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1884 - Clear session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1885 - Start tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1886 - Stop lttng tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1887 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Wf2aqRpv1DFCgIr5*\" is empty\nPASS: tools/clear/test_ust 1888 - Destroy session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1889 - Create session tK7lwktOhxh6XJTk in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1890 - Enable channel chan for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1891 - Enable ust event tp:tptest for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1892 - Start tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1893 - Stop lttng tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1894 - Rotate session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1895 - Clear session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1896 - Start tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1897 - Stop lttng tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1898 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 1899 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 1900 - Destroy session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1901 - Create session gqb6aBBj0uu8WEdN in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1902 - Enable channel chan for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1903 - Enable ust event tp:tptest for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1904 - Start tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1905 - Rotate session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1906 - Stop lttng tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1907 - Rotate session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1908 - Clear session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1909 - Start tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1910 - Stop lttng tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1911 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1912 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1913 - Destroy session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1914 - Create session HJuHnrScFsI0yxL6 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1915 - Enable channel chan for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1916 - Enable ust event tp:tptest for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1917 - Start tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1918 - Stop lttng tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1919 - Rotate session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1920 - Clear session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1921 - Start tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1922 - Rotate session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1923 - Stop lttng tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1924 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1925 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1926 - Destroy session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1927 - Create session HJg4DWUCz7IURssa in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1928 - Enable channel chan for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1929 - Enable ust event tp:tptest for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1930 - Start tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1931 - Stop lttng tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1932 - Clear session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1933 - Start tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1934 - Stop lttng tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1935 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1936 - Destroy session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1937 - Create session BYHf1k5YrHsPcOMV with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1938 - Enable channel chan for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1939 - Enable ust event tp:tptest for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1940 - Start tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1941 - Stop lttng tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1942 - Clear session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1943 - Expected fail on rotate session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1944 - Start tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1945 - Stop lttng tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1946 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/BYHf1k5YrHsPcOMV-20250616-115105\" is empty\nPASS: tools/clear/test_ust 1947 - Destroy session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1948 - Create session 0UEiW8yp5RGadrRX with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1949 - Enable channel chan for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1950 - Enable ust event tp:tptest for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1951 - Start tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1952 - Rotate session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1953 - Stop lttng tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1954 - Clear session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1955 - Expected fail on rotate session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1956 - Start tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1957 - Stop lttng tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1958 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1959 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1960 - Destroy session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1961 - Create session ml97SnOiXajSBjam with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1962 - Enable channel chan for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1963 - Enable ust event tp:tptest for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1964 - Start tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1965 - Stop lttng tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1966 - Clear session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1967 - Expected fail on rotate session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1968 - Start tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1969 - Rotate session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1970 - Stop lttng tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1971 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1972 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1973 - Destroy session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1974 - Create session tSdLkecV3ZRTFfEQ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1975 - Enable channel rotchan for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1976 - Enable ust event tp:tptest for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1977 - Start tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1978 - Stop lttng tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1979 - Clear session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1980 - Expected fail on rotate session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1981 - Start tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1982 - Stop lttng tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1983 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/tSdLkecV3ZRTFfEQ-20250616-115110\" is empty\nPASS: tools/clear/test_ust 1984 - Start tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1985 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1986 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1987 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1988 - Destroy session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1989 - Create session KSExURM998e3oDni with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1990 - Enable channel rotchan for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1991 - Enable ust event tp:tptest for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1992 - Start tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1993 - Stop lttng tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1994 - Clear session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1995 - Expected fail on rotate session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1996 - Start tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1997 - Stop lttng tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1998 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/KSExURM998e3oDni-20250616-115112\" is empty\nPASS: tools/clear/test_ust 1999 - Start tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 2000 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 2001 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 2002 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 2003 - Destroy session KSExURM998e3oDni\nPASS: tools/clear/test_ust 2004 - Create session USpPZgM7bR2q5kTV with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 2005 - Enable channel chan for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2006 - Enable ust event tp:tptest for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2007 - Start tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2008 - Stop lttng tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2009 - Clear session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2010 - Start tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2011 - Stop lttng tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2012 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/USpPZgM7bR2q5kTV*\" is empty\nPASS: tools/clear/test_ust 2013 - Destroy session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2014 - Create session SZkJ0guw0j6cRUJy in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2015 - Enable channel chan for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2016 - Enable ust event tp:tptest for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2017 - Start tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2018 - Stop lttng tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2019 - Clear session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2020 - Expected fail on rotate session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2021 - Start tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2022 - Stop lttng tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2023 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 2024 - Destroy session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2025 - Create session Nz3dzdn4txOvUG4D in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2026 - Enable channel chan for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2027 - Enable ust event tp:tptest for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2028 - Start tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2029 - Rotate session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2030 - Stop lttng tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2031 - Clear session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2032 - Expected fail on rotate session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2033 - Start tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2034 - Stop lttng tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2035 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 2036 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 2037 - Destroy session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2038 - Create session nhudKfFWfCKFl5ke in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2039 - Enable channel chan for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2040 - Enable ust event tp:tptest for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2041 - Start tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2042 - Stop lttng tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2043 - Clear session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2044 - Expected fail on rotate session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2045 - Start tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2046 - Rotate session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2047 - Stop lttng tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2048 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 2049 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 2050 - Destroy session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2051 - Create session SQj5nYC9OpDnClLm in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2052 - Enable channel chan for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2053 - Enable ust event tp:tptest for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2054 - Start tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2055 - Stop lttng tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2056 - Clear session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2057 - Start tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2058 - Stop lttng tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2059 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 2060 - Destroy session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2061 - Wait after kill session daemon\nPASS: tools/clear/test_ust 2062 - Wait after kill relay daemon\nPASS: tools/clear/test_ust 2063 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q)\nPASS: tools/clear/test_ust 2064 - Start session daemon\nPASS: tools/clear/test_ust 2065 - Create session zerigK1JncI1AuTM with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 2066 - Enable ust event tp:tptest for session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2067 - Start tracing for session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2068 - Expected fail on clear session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2069 - Destroy session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2070 - Wait after kill session daemon\nPASS: tools/clear/test_ust 2071 - Wait after kill relay daemon\nPASS: tools/clear/test_kernel 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web)\nPASS: tools/clear/test_kernel 2 - Start session daemon\nPASS: tools/clear/test_kernel 3 - Create session 61a7OVOMAx8GWfgm with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 4 - Enable kernel event lttng_test_filter_event for session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 5 - Start tracing for session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 6 - Clear session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 7 - Stop lttng tracing for session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 8 - Validate empty trace\nPASS: tools/clear/test_kernel 9 - Destroy session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 10 - Create session yyIsxH9TjtQp4TaI with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 11 - Enable kernel event lttng_test_filter_event for session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 12 - Start tracing for session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 13 - Rotate session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 14 - Clear session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 15 - Stop lttng tracing for session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 16 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 17 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 18 - Destroy session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 19 - Create session 2k3TRFuxkvd5ZQij with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 20 - Enable kernel event lttng_test_filter_event for session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 21 - Start tracing for session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 22 - Clear session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 23 - Rotate session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 24 - Stop lttng tracing for session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 25 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 26 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 27 - Destroy session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 28 - Create session 3aLzDh6yq4Ltzj2l with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 29 - Enable channel rotchan for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 30 - Enable kernel event lttng_test_filter_event for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 31 - Start tracing for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 32 - Clear session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 33 - Stop lttng tracing for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 34 - Validate empty trace\nPASS: tools/clear/test_kernel 35 - Start tracing for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 36 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 37 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 38 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 39 - Destroy session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 40 - Create session 1X39lUwXNZIJVMSj with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 41 - Enable channel rotchan for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 42 - Enable kernel event lttng_test_filter_event for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 43 - Start tracing for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 44 - Clear session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 45 - Stop lttng tracing for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 46 - Validate empty trace\nPASS: tools/clear/test_kernel 47 - Start tracing for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 48 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 49 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 50 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 51 - Destroy session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 52 - Create session 2tRaTUov3Voe5wFV with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 53 - Enable kernel event lttng_test_filter_event for session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 54 - Start tracing for session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 55 - Clear session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 56 - Stop lttng tracing for session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 57 - Validate empty trace\nPASS: tools/clear/test_kernel 58 - Destroy session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 59 - Create session u09Qqa0hJ8DBWmCP with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 60 - Enable channel chan for session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 61 - Enable kernel event lttng_test_filter_event for session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 62 - Start tracing for session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 63 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 64 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 65 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 66 - Destroy session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 67 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 68 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 69 - Create session hzVCNxl3sTkyqOuN with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 70 - Enable channel chan for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 71 - Enable kernel event lttng_test_filter_event for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 72 - Start tracing for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 73 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 74 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 75 - Clear session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 76 - Stop lttng tracing for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 77 - Destroy session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 78 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 79 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 80 - Create session 1J16pGWDiK7Zq6Bi in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 81 - Enable kernel event lttng_test_filter_event for session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 82 - Start tracing for session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 83 - Clear session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 84 - Stop lttng tracing for session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 85 - Validate empty trace\nPASS: tools/clear/test_kernel 86 - Destroy session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 87 - Create session UU5JIQitcXOTdnmB in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 88 - Enable kernel event lttng_test_filter_event for session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 89 - Start tracing for session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 90 - Rotate session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 91 - Clear session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 92 - Stop lttng tracing for session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 93 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 94 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 95 - Destroy session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 96 - Create session S0ndmxTsENvgnx1h in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 97 - Enable kernel event lttng_test_filter_event for session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 98 - Start tracing for session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 99 - Clear session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 100 - Rotate session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 101 - Stop lttng tracing for session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 102 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 103 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 104 - Destroy session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 105 - Create session iuqpcI2PRGFkW8dJ with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 106 - Enable kernel event lttng_test_filter_event for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 107 - Start tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 108 - Snapshot recorded\nPASS: tools/clear/test_kernel 109 - Stop lttng tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 110 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 111 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 112 - Start tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 113 - Clear session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 114 - Snapshot recorded\nPASS: tools/clear/test_kernel 115 - Stop lttng tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 116 - Validate empty trace\nPASS: tools/clear/test_kernel 117 - Start tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 118 - Snapshot recorded\nPASS: tools/clear/test_kernel 119 - Stop lttng tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 120 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 121 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 122 - Destroy session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 123 - Create session zGMPdMxcHuePjdDl in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 124 - Enable kernel event lttng_test_filter_event for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 125 - Start tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 126 - Snapshot recorded\nPASS: tools/clear/test_kernel 127 - Stop lttng tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 128 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 129 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 130 - Start tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 131 - Clear session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 132 - Snapshot recorded\nPASS: tools/clear/test_kernel 133 - Stop lttng tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 134 - Validate empty trace\nPASS: tools/clear/test_kernel 135 - Start tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 136 - Snapshot recorded\nPASS: tools/clear/test_kernel 137 - Stop lttng tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 138 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 139 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 140 - Destroy session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 141 - Create session Vh86mzgiTqp3DvT0 with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 142 - Enable kernel event lttng_test_filter_event for session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 143 - Start tracing for session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 144 - Clear session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 145 - Clear session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 146 - Stop lttng tracing for session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 147 - Validate empty trace\nPASS: tools/clear/test_kernel 148 - Destroy session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 149 - Create session pMoJKcAgKf17vjpe with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 150 - Enable kernel event lttng_test_filter_event for session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 151 - Start tracing for session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 152 - Rotate session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 153 - Clear session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 154 - Clear session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 155 - Stop lttng tracing for session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 156 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 157 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 158 - Destroy session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 159 - Create session jqlhYATcLxvJTFdJ with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 160 - Enable kernel event lttng_test_filter_event for session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 161 - Start tracing for session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 162 - Clear session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 163 - Clear session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 164 - Rotate session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 165 - Stop lttng tracing for session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 166 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 167 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 168 - Destroy session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 169 - Create session ldcJ46QS7GtgiBFu with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 170 - Enable channel rotchan for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 171 - Enable kernel event lttng_test_filter_event for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 172 - Start tracing for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 173 - Clear session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 174 - Clear session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 175 - Stop lttng tracing for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 176 - Validate empty trace\nPASS: tools/clear/test_kernel 177 - Start tracing for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 178 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 179 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 180 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 181 - Destroy session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 182 - Create session 7tCQNPGUWkdAMV7q with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 183 - Enable channel rotchan for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 184 - Enable kernel event lttng_test_filter_event for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 185 - Start tracing for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 186 - Clear session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 187 - Clear session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 188 - Stop lttng tracing for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 189 - Validate empty trace\nPASS: tools/clear/test_kernel 190 - Start tracing for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 191 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 192 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 193 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 194 - Destroy session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 195 - Create session by5czc5VSjLdAvgu with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 196 - Enable kernel event lttng_test_filter_event for session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 197 - Start tracing for session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 198 - Clear session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 199 - Clear session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 200 - Stop lttng tracing for session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 201 - Validate empty trace\nPASS: tools/clear/test_kernel 202 - Destroy session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 203 - Create session NyUDwDV1uRPLxqJS with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 204 - Enable channel chan for session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 205 - Enable kernel event lttng_test_filter_event for session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 206 - Start tracing for session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 207 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 208 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 209 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 210 - Destroy session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 211 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 212 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 213 - Create session wppDFr33uiNUkMUO with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 214 - Enable channel chan for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 215 - Enable kernel event lttng_test_filter_event for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 216 - Start tracing for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 217 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 218 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 219 - Clear session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 220 - Clear session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 221 - Stop lttng tracing for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 222 - Destroy session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 223 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 224 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 225 - Create session OEaJX0BMfCqa9SZv in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 226 - Enable kernel event lttng_test_filter_event for session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 227 - Start tracing for session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 228 - Clear session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 229 - Clear session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 230 - Stop lttng tracing for session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 231 - Validate empty trace\nPASS: tools/clear/test_kernel 232 - Destroy session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 233 - Create session D1RsovpcYr31SFdp in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 234 - Enable kernel event lttng_test_filter_event for session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 235 - Start tracing for session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 236 - Rotate session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 237 - Clear session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 238 - Clear session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 239 - Stop lttng tracing for session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 240 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 241 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 242 - Destroy session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 243 - Create session fbTIzMGyNa3DSDq5 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 244 - Enable kernel event lttng_test_filter_event for session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 245 - Start tracing for session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 246 - Clear session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 247 - Clear session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 248 - Rotate session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 249 - Stop lttng tracing for session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 250 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 251 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 252 - Destroy session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 253 - Create session 0rwbFbwRGJbJW88a with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 254 - Enable kernel event lttng_test_filter_event for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 255 - Start tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 256 - Snapshot recorded\nPASS: tools/clear/test_kernel 257 - Stop lttng tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 258 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 259 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 260 - Start tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 261 - Clear session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 262 - Clear session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 263 - Snapshot recorded\nPASS: tools/clear/test_kernel 264 - Stop lttng tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 265 - Validate empty trace\nPASS: tools/clear/test_kernel 266 - Start tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 267 - Snapshot recorded\nPASS: tools/clear/test_kernel 268 - Stop lttng tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 269 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 270 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 271 - Destroy session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 272 - Create session JcFbcgfO88Y8VtP1 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 273 - Enable kernel event lttng_test_filter_event for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 274 - Start tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 275 - Snapshot recorded\nPASS: tools/clear/test_kernel 276 - Stop lttng tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 277 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 278 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 279 - Start tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 280 - Clear session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 281 - Clear session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 282 - Snapshot recorded\nPASS: tools/clear/test_kernel 283 - Stop lttng tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 284 - Validate empty trace\nPASS: tools/clear/test_kernel 285 - Start tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 286 - Snapshot recorded\nPASS: tools/clear/test_kernel 287 - Stop lttng tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 288 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 289 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 290 - Destroy session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 291 - Create session lpBOyxuJWQJvGM3z with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 292 - Enable kernel event lttng_test_filter_event for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 293 - Start tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 294 - Stop lttng tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 295 - Clear session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 296 - Start tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 297 - Stop lttng tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 298 - Validate empty trace\nPASS: tools/clear/test_kernel 299 - Destroy session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 300 - Create session gUicwCQ9hLTO39vr with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 301 - Enable kernel event lttng_test_filter_event for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 302 - Start tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 303 - Rotate session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 304 - Stop lttng tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 305 - Clear session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 306 - Start tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 307 - Stop lttng tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 308 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 309 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 310 - Destroy session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 311 - Create session Kkp8j4P328f0zcs8 with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 312 - Enable kernel event lttng_test_filter_event for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 313 - Start tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 314 - Stop lttng tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 315 - Clear session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 316 - Start tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 317 - Rotate session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 318 - Stop lttng tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 319 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 320 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 321 - Destroy session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 322 - Create session A19ZC01Dmw1FKJvX with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 323 - Enable channel rotchan for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 324 - Enable kernel event lttng_test_filter_event for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 325 - Start tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 326 - Stop lttng tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 327 - Clear session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 328 - Start tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 329 - Stop lttng tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 330 - Validate empty trace\nPASS: tools/clear/test_kernel 331 - Start tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 332 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 333 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 334 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 335 - Destroy session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 336 - Create session lK4Vb9lZhgtE8SeZ with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 337 - Enable channel rotchan for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 338 - Enable kernel event lttng_test_filter_event for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 339 - Start tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 340 - Stop lttng tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 341 - Clear session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 342 - Start tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 343 - Stop lttng tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 344 - Validate empty trace\nPASS: tools/clear/test_kernel 345 - Start tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 346 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 347 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 348 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 349 - Destroy session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 350 - Create session u8h90F3N1Kwt7bnG with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 351 - Enable kernel event lttng_test_filter_event for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 352 - Start tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 353 - Stop lttng tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 354 - Clear session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 355 - Start tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 356 - Stop lttng tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 357 - Validate empty trace\nPASS: tools/clear/test_kernel 358 - Destroy session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 359 - Create session xUqTRM9vyUkdW1IV with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 360 - Enable channel chan for session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 361 - Enable kernel event lttng_test_filter_event for session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 362 - Start tracing for session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 363 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 364 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 365 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 366 - Destroy session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 367 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 368 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 369 - Create session sAkdIleU9iLBWUpI with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 370 - Enable channel chan for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 371 - Enable kernel event lttng_test_filter_event for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 372 - Start tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 373 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 374 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 375 - Stop lttng tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 376 - Clear session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 377 - Start tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 378 - Stop lttng tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 379 - Destroy session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 380 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 381 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 382 - Create session V1jqdVL37Wa0aTpB in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 383 - Enable kernel event lttng_test_filter_event for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 384 - Start tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 385 - Stop lttng tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 386 - Clear session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 387 - Start tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 388 - Stop lttng tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 389 - Validate empty trace\nPASS: tools/clear/test_kernel 390 - Destroy session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 391 - Create session NmslBJiQ19UAp1k9 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 392 - Enable kernel event lttng_test_filter_event for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 393 - Start tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 394 - Rotate session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 395 - Stop lttng tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 396 - Clear session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 397 - Start tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 398 - Stop lttng tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 399 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 400 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 401 - Destroy session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 402 - Create session nFFICspbFQPtLjqh in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 403 - Enable kernel event lttng_test_filter_event for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 404 - Start tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 405 - Stop lttng tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 406 - Clear session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 407 - Start tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 408 - Rotate session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 409 - Stop lttng tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 410 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 411 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 412 - Destroy session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 413 - Create session vZSDY6yMM4qH2ovI with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 414 - Enable kernel event lttng_test_filter_event for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 415 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 416 - Snapshot recorded\nPASS: tools/clear/test_kernel 417 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 418 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 419 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 420 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 421 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 422 - Clear session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 423 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 424 - Snapshot recorded\nPASS: tools/clear/test_kernel 425 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 426 - Validate empty trace\nPASS: tools/clear/test_kernel 427 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 428 - Snapshot recorded\nPASS: tools/clear/test_kernel 429 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 430 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 431 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 432 - Destroy session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 433 - Create session NIU7ta5CC1wxRkm6 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 434 - Enable kernel event lttng_test_filter_event for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 435 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 436 - Snapshot recorded\nPASS: tools/clear/test_kernel 437 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 438 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 439 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 440 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 441 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 442 - Clear session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 443 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 444 - Snapshot recorded\nPASS: tools/clear/test_kernel 445 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 446 - Validate empty trace\nPASS: tools/clear/test_kernel 447 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 448 - Snapshot recorded\nPASS: tools/clear/test_kernel 449 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 450 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 451 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 452 - Destroy session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 453 - Create session G7oPFYwuJGjFRuBt with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 454 - Enable kernel event lttng_test_filter_event for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 455 - Start tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 456 - Stop lttng tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 457 - Clear session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 458 - Clear session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 459 - Start tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 460 - Stop lttng tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 461 - Validate empty trace\nPASS: tools/clear/test_kernel 462 - Destroy session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 463 - Create session 0wwIkZBwAbXUH4zZ with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 464 - Enable kernel event lttng_test_filter_event for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 465 - Start tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 466 - Rotate session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 467 - Stop lttng tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 468 - Clear session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 469 - Clear session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 470 - Start tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 471 - Stop lttng tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 472 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 473 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 474 - Destroy session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 475 - Create session NJz6muxBSSNe01hC with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 476 - Enable kernel event lttng_test_filter_event for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 477 - Start tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 478 - Stop lttng tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 479 - Clear session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 480 - Clear session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 481 - Start tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 482 - Rotate session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 483 - Stop lttng tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 484 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 485 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 486 - Destroy session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 487 - Create session ZQimo2CSz20SWmMz with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 488 - Enable channel rotchan for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 489 - Enable kernel event lttng_test_filter_event for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 490 - Start tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 491 - Stop lttng tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 492 - Clear session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 493 - Clear session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 494 - Start tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 495 - Stop lttng tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 496 - Validate empty trace\nPASS: tools/clear/test_kernel 497 - Start tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 498 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 499 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 500 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 501 - Destroy session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 502 - Create session nxQCis6pNN1i2n6V with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 503 - Enable channel rotchan for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 504 - Enable kernel event lttng_test_filter_event for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 505 - Start tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 506 - Stop lttng tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 507 - Clear session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 508 - Clear session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 509 - Start tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 510 - Stop lttng tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 511 - Validate empty trace\nPASS: tools/clear/test_kernel 512 - Start tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 513 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 514 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 515 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 516 - Destroy session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 517 - Create session KZ0Lf0GY7AYPJjta with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 518 - Enable kernel event lttng_test_filter_event for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 519 - Start tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 520 - Stop lttng tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 521 - Clear session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 522 - Clear session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 523 - Start tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 524 - Stop lttng tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 525 - Validate empty trace\nPASS: tools/clear/test_kernel 526 - Destroy session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 527 - Create session Wz2ZGfF0vYo8Y4d0 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 528 - Enable channel chan for session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 529 - Enable kernel event lttng_test_filter_event for session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 530 - Start tracing for session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 531 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 532 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 533 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 534 - Destroy session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 535 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 536 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 537 - Create session 5CSxrdUgTwff0c6l with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 538 - Enable channel chan for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 539 - Enable kernel event lttng_test_filter_event for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 540 - Start tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 541 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 542 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 543 - Stop lttng tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 544 - Clear session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 545 - Clear session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 546 - Start tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 547 - Stop lttng tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 548 - Destroy session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 549 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 550 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 551 - Create session Rn8UR6lN6TesM5fP in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 552 - Enable kernel event lttng_test_filter_event for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 553 - Start tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 554 - Stop lttng tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 555 - Clear session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 556 - Clear session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 557 - Start tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 558 - Stop lttng tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 559 - Validate empty trace\nPASS: tools/clear/test_kernel 560 - Destroy session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 561 - Create session ZeYFvQQpUy29zO1v in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 562 - Enable kernel event lttng_test_filter_event for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 563 - Start tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 564 - Rotate session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 565 - Stop lttng tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 566 - Clear session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 567 - Clear session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 568 - Start tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 569 - Stop lttng tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 570 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 571 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 572 - Destroy session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 573 - Create session jFP4fWTOy2Vz1cbU in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 574 - Enable kernel event lttng_test_filter_event for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 575 - Start tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 576 - Stop lttng tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 577 - Clear session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 578 - Clear session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 579 - Start tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 580 - Rotate session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 581 - Stop lttng tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 582 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 583 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 584 - Destroy session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 585 - Create session sxr6SgQTpfpYix5f with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 586 - Enable kernel event lttng_test_filter_event for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 587 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 588 - Snapshot recorded\nPASS: tools/clear/test_kernel 589 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 590 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 591 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 592 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 593 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 594 - Clear session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 595 - Clear session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 596 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 597 - Snapshot recorded\nPASS: tools/clear/test_kernel 598 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 599 - Validate empty trace\nPASS: tools/clear/test_kernel 600 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 601 - Snapshot recorded\nPASS: tools/clear/test_kernel 602 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 603 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 604 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 605 - Destroy session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 606 - Create session hNmYAckrkLcpwGFv in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 607 - Enable kernel event lttng_test_filter_event for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 608 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 609 - Snapshot recorded\nPASS: tools/clear/test_kernel 610 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 611 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 612 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 613 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 614 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 615 - Clear session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 616 - Clear session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 617 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 618 - Snapshot recorded\nPASS: tools/clear/test_kernel 619 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 620 - Validate empty trace\nPASS: tools/clear/test_kernel 621 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 622 - Snapshot recorded\nPASS: tools/clear/test_kernel 623 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 624 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 625 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 626 - Destroy session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 627 - Create session TOocF06sy6osB3jP with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 628 - Enable kernel event lttng_test_filter_event for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 629 - Start tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 630 - Stop lttng tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 631 - Rotate session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 632 - Clear session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 633 - Start tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 634 - Stop lttng tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 635 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 636 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 637 - Destroy session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 638 - Create session neVdAzwKiv2bBuQU with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 639 - Enable kernel event lttng_test_filter_event for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 640 - Start tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 641 - Rotate session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 642 - Stop lttng tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 643 - Rotate session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 644 - Clear session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 645 - Start tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 646 - Stop lttng tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 647 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 648 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 649 - Destroy session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 650 - Create session 2sWYr3dHcSxcPxbo with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 651 - Enable kernel event lttng_test_filter_event for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 652 - Start tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 653 - Stop lttng tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 654 - Rotate session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 655 - Clear session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 656 - Start tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 657 - Rotate session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 658 - Stop lttng tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 659 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 660 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 661 - Destroy session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 662 - Create session UFZyJu3PiLgITX4H with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 663 - Enable channel rotchan for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 664 - Enable kernel event lttng_test_filter_event for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 665 - Start tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 666 - Stop lttng tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 667 - Rotate session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 668 - Clear session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 669 - Start tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 670 - Stop lttng tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 671 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 672 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 673 - Start tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 674 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 675 - Validate trace for event lttng_test_filter_event, 30 events\nPASS: tools/clear/test_kernel 676 - Read a total of 30 events, expected 30\nPASS: tools/clear/test_kernel 677 - Destroy session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 678 - Create session kj1NZODHfJnE3bkW with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 679 - Enable channel rotchan for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 680 - Enable kernel event lttng_test_filter_event for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 681 - Start tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 682 - Stop lttng tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 683 - Rotate session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 684 - Clear session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 685 - Start tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 686 - Stop lttng tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 687 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 688 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 689 - Start tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 690 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 691 - Validate trace for event lttng_test_filter_event, 64 events\nPASS: tools/clear/test_kernel 692 - Read a total of 64 events, expected between [1, 600000[\nPASS: tools/clear/test_kernel 693 - Destroy session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 694 - Create session XiBw4ht0FyyIo55q in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 695 - Enable kernel event lttng_test_filter_event for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 696 - Start tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 697 - Stop lttng tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 698 - Rotate session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 699 - Clear session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 700 - Start tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 701 - Stop lttng tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 702 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 703 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 704 - Destroy session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 705 - Create session 9tNiHOCE1e6WutW5 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 706 - Enable kernel event lttng_test_filter_event for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 707 - Start tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 708 - Rotate session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 709 - Stop lttng tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 710 - Rotate session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 711 - Clear session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 712 - Start tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 713 - Stop lttng tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 714 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 715 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 716 - Destroy session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 717 - Create session oeqBfbUrWFHSmH8g in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 718 - Enable kernel event lttng_test_filter_event for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 719 - Start tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 720 - Stop lttng tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 721 - Rotate session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 722 - Clear session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 723 - Start tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 724 - Rotate session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 725 - Stop lttng tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 726 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 727 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 728 - Destroy session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 729 - Create session GsuEVU9qvUQdUHUo with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 730 - Enable kernel event lttng_test_filter_event for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 731 - Start tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 732 - Stop lttng tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 733 - Clear session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 734 - Expected fail on rotate session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 735 - Start tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 736 - Stop lttng tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 737 - Validate empty trace\nPASS: tools/clear/test_kernel 738 - Destroy session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 739 - Create session 92t90n85BcmHd1W5 with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 740 - Enable kernel event lttng_test_filter_event for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 741 - Start tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 742 - Rotate session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 743 - Stop lttng tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 744 - Clear session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 745 - Expected fail on rotate session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 746 - Start tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 747 - Stop lttng tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 748 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 749 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 750 - Destroy session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 751 - Create session bN59F9QhPfCpToZE with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 752 - Enable kernel event lttng_test_filter_event for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 753 - Start tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 754 - Stop lttng tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 755 - Clear session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 756 - Expected fail on rotate session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 757 - Start tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 758 - Rotate session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 759 - Stop lttng tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 760 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 761 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 762 - Destroy session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 763 - Create session BrzEQ1iqe7kB2PaT with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 764 - Enable channel rotchan for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 765 - Enable kernel event lttng_test_filter_event for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 766 - Start tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 767 - Stop lttng tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 768 - Clear session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 769 - Expected fail on rotate session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 770 - Start tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 771 - Stop lttng tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 772 - Validate empty trace\nPASS: tools/clear/test_kernel 773 - Start tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 774 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 775 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 776 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 777 - Destroy session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 778 - Create session Lr1ddme76bpW3Qjh with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 779 - Enable channel rotchan for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 780 - Enable kernel event lttng_test_filter_event for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 781 - Start tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 782 - Stop lttng tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 783 - Clear session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 784 - Expected fail on rotate session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 785 - Start tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 786 - Stop lttng tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 787 - Validate empty trace\nPASS: tools/clear/test_kernel 788 - Start tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 789 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 790 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 791 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 792 - Destroy session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 793 - Create session dbqqpooOHpzfWECy in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 794 - Enable kernel event lttng_test_filter_event for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 795 - Start tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 796 - Stop lttng tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 797 - Clear session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 798 - Expected fail on rotate session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 799 - Start tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 800 - Stop lttng tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 801 - Validate empty trace\nPASS: tools/clear/test_kernel 802 - Destroy session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 803 - Create session m2o3orqUeXl2nIRk in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 804 - Enable kernel event lttng_test_filter_event for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 805 - Start tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 806 - Rotate session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 807 - Stop lttng tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 808 - Clear session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 809 - Expected fail on rotate session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 810 - Start tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 811 - Stop lttng tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 812 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 813 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 814 - Destroy session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 815 - Create session Ycs8Xjydnoca4FSL in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 816 - Enable kernel event lttng_test_filter_event for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 817 - Start tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 818 - Stop lttng tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 819 - Clear session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 820 - Expected fail on rotate session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 821 - Start tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 822 - Rotate session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 823 - Stop lttng tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 824 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 825 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 826 - Destroy session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 827 - Wait after kill session daemon\nPASS: tools/clear/test_kernel 828 - Wait after kill relay daemon\nPASS: tools/clear/test_kernel 829 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web)\nPASS: tools/clear/test_kernel 830 - Start session daemon\nPASS: tools/clear/test_kernel 831 - Create session 6ChCs2VJjn2tAXap with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 832 - Enable kernel event lttng_test_filter_event for session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 833 - Start tracing for session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 834 - Expected fail on clear session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 835 - Destroy session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 836 - Wait after kill session daemon\nPASS: tools/clear/test_kernel 837 - Wait after kill relay daemon\nPASS: tools/tracker/test_event_tracker 1 - Start session daemon\nPASS: tools/tracker/test_event_tracker 2 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8mOPLF\nPASS: tools/tracker/test_event_tracker 3 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 4 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 5 - Track command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 6 - Untrack command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 7 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 8 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 9 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 10 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8mOPLF/ust\" is empty\nPASS: tools/tracker/test_event_tracker 11 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.0kjANd\nPASS: tools/tracker/test_event_tracker 12 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 13 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 14 - Track command with opts: -u --all --vgid\nPASS: tools/tracker/test_event_tracker 15 - Untrack command with opts: -u --all --vgid\nPASS: tools/tracker/test_event_tracker 16 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 17 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 18 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 19 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.0kjANd/ust\" is empty\nPASS: tools/tracker/test_event_tracker 20 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.0Yx6F1\nPASS: tools/tracker/test_event_tracker 21 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 22 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 23 - Track command with opts: -u --vuid 1\nPASS: tools/tracker/test_event_tracker 24 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 25 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 26 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 27 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0Yx6F1/ust\" is empty\nPASS: tools/tracker/test_event_tracker 28 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.4zhfEg\nPASS: tools/tracker/test_event_tracker 29 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 30 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 31 - Track command with opts: -u --vgid 1\nPASS: tools/tracker/test_event_tracker 32 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 33 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 34 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 35 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.4zhfEg/ust\" is empty\nPASS: tools/tracker/test_event_tracker 36 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.0maPgK\nPASS: tools/tracker/test_event_tracker 37 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 38 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 39 - Track command with opts: -u --vuid 1 --vgid 1\nPASS: tools/tracker/test_event_tracker 40 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 41 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 42 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 43 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0maPgK/ust\" is empty\nPASS: tools/tracker/test_event_tracker 44 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.sl3LW0\nPASS: tools/tracker/test_event_tracker 45 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 46 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 47 - Track command with opts: -u --vuid 1 --vgid 0\nPASS: tools/tracker/test_event_tracker 48 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 49 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 50 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 51 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.sl3LW0/ust\" is empty\nPASS: tools/tracker/test_event_tracker 52 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.N8im18\nPASS: tools/tracker/test_event_tracker 53 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 54 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 55 - Track command with opts: -u --vuid 0 --vgid 1\nPASS: tools/tracker/test_event_tracker 56 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 57 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 58 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 59 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.N8im18/ust\" is empty\nPASS: tools/tracker/test_event_tracker 60 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.dptP5W\nPASS: tools/tracker/test_event_tracker 61 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 62 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 63 - Track command with opts: -u --vuid 0\nPASS: tools/tracker/test_event_tracker 64 - Untrack command with opts: -u --vuid 0\nPASS: tools/tracker/test_event_tracker 65 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 66 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 67 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 68 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.dptP5W/ust\" is empty\nPASS: tools/tracker/test_event_tracker 69 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.g96Qhr\nPASS: tools/tracker/test_event_tracker 70 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 71 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 72 - Track command with opts: -u --vgid 0\nPASS: tools/tracker/test_event_tracker 73 - Untrack command with opts: -u --vgid 0\nPASS: tools/tracker/test_event_tracker 74 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 75 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 76 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 77 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.g96Qhr/ust\" is empty\nPASS: tools/tracker/test_event_tracker 78 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.MGhlVx\nPASS: tools/tracker/test_event_tracker 79 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 80 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 81 - Track command with opts: -u --vuid --all\nPASS: tools/tracker/test_event_tracker 82 - Untrack command with opts: -u --vuid --all\nPASS: tools/tracker/test_event_tracker 83 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 84 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 85 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 86 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.MGhlVx/ust\" is empty\nPASS: tools/tracker/test_event_tracker 87 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zDEB5E\nPASS: tools/tracker/test_event_tracker 88 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 89 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 90 - Track command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 91 - Untrack command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 92 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 93 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 94 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 95 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zDEB5E/ust\" is empty\nPASS: tools/tracker/test_event_tracker 96 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.C6mmUa\nPASS: tools/tracker/test_event_tracker 97 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 98 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 99 - Track command with opts: -u --vuid 0\nPASS: tools/tracker/test_event_tracker 100 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 101 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 102 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 103 - Trace match\nPASS: tools/tracker/test_event_tracker 104 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.g14GWl\nPASS: tools/tracker/test_event_tracker 105 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 106 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 107 - Track command with opts: -u --vgid 0\nPASS: tools/tracker/test_event_tracker 108 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 109 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 110 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 111 - Trace match\nPASS: tools/tracker/test_event_tracker 112 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.gikrYS\nPASS: tools/tracker/test_event_tracker 113 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 114 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 115 - Track command with opts: -u --vuid 0 --vgid 0\nPASS: tools/tracker/test_event_tracker 116 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 117 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 118 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 119 - Trace match\nPASS: tools/tracker/test_event_tracker 120 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.FnrWfX\nPASS: tools/tracker/test_event_tracker 121 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 122 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 123 - Track command with opts: -u --vuid root\nPASS: tools/tracker/test_event_tracker 124 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 125 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 126 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 127 - Trace match\nPASS: tools/tracker/test_event_tracker 128 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.Cvp5aI\nPASS: tools/tracker/test_event_tracker 129 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 130 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 131 - Track command with opts: -u --vgid root\nPASS: tools/tracker/test_event_tracker 132 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 133 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 134 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 135 - Trace match\nPASS: tools/tracker/test_event_tracker 136 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.sXRMqn\nPASS: tools/tracker/test_event_tracker 137 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 138 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 139 - Track command with opts: -u --vuid 0,1\nPASS: tools/tracker/test_event_tracker 140 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 141 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 142 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 143 - Trace match\nPASS: tools/tracker/test_event_tracker 144 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.EIHioB\nPASS: tools/tracker/test_event_tracker 145 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 146 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 147 - Track command with opts: -u --vgid 0,1\nPASS: tools/tracker/test_event_tracker 148 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 149 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 150 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 151 - Trace match\nPASS: tools/tracker/test_event_tracker 152 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.ykXzFf\nPASS: tools/tracker/test_event_tracker 153 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 154 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 155 - Track command with opts: -u --vuid root,1\nPASS: tools/tracker/test_event_tracker 156 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 157 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 158 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 159 - Trace match\nPASS: tools/tracker/test_event_tracker 160 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.qvNo99\nPASS: tools/tracker/test_event_tracker 161 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 162 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 163 - Track command with opts: -u --vgid root,1\nPASS: tools/tracker/test_event_tracker 164 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 165 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 166 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 167 - Trace match\nPASS: tools/tracker/test_event_tracker 168 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.P86rzi\nPASS: tools/tracker/test_event_tracker 169 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 170 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 171 - Track command with opts: -u --vuid --all\nPASS: tools/tracker/test_event_tracker 172 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 173 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 174 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 175 - Trace match\nPASS: tools/tracker/test_event_tracker 176 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.5Kakp1\nPASS: tools/tracker/test_event_tracker 177 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 178 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 179 - Track command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 180 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 181 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 182 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 183 - Trace match\nPASS: tools/tracker/test_event_tracker 184 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.KULXAb\nPASS: tools/tracker/test_event_tracker 185 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 186 - Track command failed as expected with opts: -u --vuid lttng_unexisting_user\nPASS: tools/tracker/test_event_tracker 187 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 188 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.GAIfjW\nPASS: tools/tracker/test_event_tracker 189 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 190 - Track command failed as expected with opts: -u --vgid lttng_unexisting_group\nPASS: tools/tracker/test_event_tracker 191 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 192 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.6fYF28\nPASS: tools/tracker/test_event_tracker 193 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 194 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 195 - Track command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 196 - Untrack command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 197 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 198 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 199 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 200 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.6fYF28/ust\" is empty\nPASS: tools/tracker/test_event_tracker 201 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.f3hZFm\nPASS: tools/tracker/test_event_tracker 202 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 203 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 204 - Track command with opts: -u --vpid 24378\nPASS: tools/tracker/test_event_tracker 205 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 206 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 207 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 208 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 209 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_track_untrack_trace_path.RGSrs3\nPASS: tools/tracker/test_event_tracker 210 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 211 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 212 - Track command with opts: -u --vpid 24400\nPASS: tools/tracker/test_event_tracker 213 - Untrack command with opts: -u --vpid 24400\nPASS: tools/tracker/test_event_tracker 214 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 215 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 216 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 217 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 218 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.BSki7S\nPASS: tools/tracker/test_event_tracker 219 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 220 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 221 - Track command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 222 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 223 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 224 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 225 - Trace match\nPASS: tools/tracker/test_event_tracker 226 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.OBMkKF\nPASS: tools/tracker/test_event_tracker 227 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 228 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 229 - Track command with opts: -u --vpid 24446\nPASS: tools/tracker/test_event_tracker 230 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 231 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 232 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 233 - Validate trace for event tp:tptest, 1 events\nPASS: tools/tracker/test_event_tracker 234 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_ust_vpid_untrack_snapshot_trace_path.dhzoSZ\nPASS: tools/tracker/test_event_tracker 235 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 236 - Untrack command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 237 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 238 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 239 - Snapshot recorded\nPASS: tools/tracker/test_event_tracker 240 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 241 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 242 - Number of snapshot is zero\nPASS: tools/tracker/test_event_tracker 243 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.p5uE1g\nPASS: tools/tracker/test_event_tracker 244 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 245 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 246 - Track command with opts: -u --pid 24490\nPASS: tools/tracker/test_event_tracker 247 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 248 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 249 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 250 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 251 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_track_untrack_trace_path.3GYDmE\nPASS: tools/tracker/test_event_tracker 252 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 253 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 254 - Track command with opts: -u --pid 24512\nPASS: tools/tracker/test_event_tracker 255 - Untrack command with opts: -u --pid 24512\nPASS: tools/tracker/test_event_tracker 256 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 257 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 258 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 259 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 260 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zJRtkL\nPASS: tools/tracker/test_event_tracker 261 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 262 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 263 - Track command with opts: -u --pid --all\nPASS: tools/tracker/test_event_tracker 264 - Untrack command with opts: -u --pid --all\nPASS: tools/tracker/test_event_tracker 265 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 266 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 267 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 268 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zJRtkL/ust\" is empty\nPASS: tools/tracker/test_event_tracker 269 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.ymZ3rd\nPASS: tools/tracker/test_event_tracker 270 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 271 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 272 - Track command with opts: -u --pid --all\nPASS: tools/tracker/test_event_tracker 273 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 274 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 275 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 276 - Trace match\nPASS: tools/tracker/test_event_tracker 277 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.UojLmi\nPASS: tools/tracker/test_event_tracker 278 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 279 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 280 - Track command with opts: -u --pid 24580\nPASS: tools/tracker/test_event_tracker 281 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 282 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 283 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 284 - Validate trace for event tp:tptest, 1 events\nPASS: tools/tracker/test_event_tracker 285 - Loading lttng-test module\nPASS: tools/tracker/test_event_tracker 286 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.jXMcTo\nPASS: tools/tracker/test_event_tracker 287 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 288 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 289 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 290 - Track command with opts: -k --vuid 1\nPASS: tools/tracker/test_event_tracker 291 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 292 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 293 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 294 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 295 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.ws1EgM\nPASS: tools/tracker/test_event_tracker 296 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 297 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 298 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 299 - Track command with opts: -k --vgid 1\nPASS: tools/tracker/test_event_tracker 300 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 301 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 302 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 303 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 304 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.NH387O\nPASS: tools/tracker/test_event_tracker 305 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 306 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 307 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 308 - Track command with opts: -k --vuid 1 --vgid 1\nPASS: tools/tracker/test_event_tracker 309 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 310 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 311 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 312 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 313 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.xK5NlU\nPASS: tools/tracker/test_event_tracker 314 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 315 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 316 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 317 - Track command with opts: -k --vuid 1 --vgid 0\nPASS: tools/tracker/test_event_tracker 318 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 319 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 320 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 321 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 322 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.92F5Qd\nPASS: tools/tracker/test_event_tracker 323 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 324 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 325 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 326 - Track command with opts: -k --vuid 0 --vgid 1\nPASS: tools/tracker/test_event_tracker 327 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 328 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 329 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 330 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 331 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.UJ4Il4\nPASS: tools/tracker/test_event_tracker 332 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 333 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 334 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 335 - Track command with opts: -k --vuid 0\nPASS: tools/tracker/test_event_tracker 336 - Untrack command with opts: -k --vuid 0\nPASS: tools/tracker/test_event_tracker 337 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 338 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 339 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 340 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 341 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.2lzQno\nPASS: tools/tracker/test_event_tracker 342 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 343 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 344 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 345 - Track command with opts: -k --vgid 0\nPASS: tools/tracker/test_event_tracker 346 - Untrack command with opts: -k --vgid 0\nPASS: tools/tracker/test_event_tracker 347 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 348 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 349 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 350 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 351 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.r2FC2r\nPASS: tools/tracker/test_event_tracker 352 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 353 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 354 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 355 - Track command with opts: -k --vuid --all\nPASS: tools/tracker/test_event_tracker 356 - Untrack command with opts: -k --vuid --all\nPASS: tools/tracker/test_event_tracker 357 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 358 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 359 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 360 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 361 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.yO5Udz\nPASS: tools/tracker/test_event_tracker 362 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 363 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 364 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 365 - Track command with opts: -k --vgid --all\nPASS: tools/tracker/test_event_tracker 366 - Untrack command with opts: -k --vgid --all\nPASS: tools/tracker/test_event_tracker 367 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 368 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 369 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 370 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 371 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.kAsG5v\nPASS: tools/tracker/test_event_tracker 372 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 373 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 374 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 375 - Track command with opts: -k --vuid 0\nPASS: tools/tracker/test_event_tracker 376 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 377 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 378 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 379 - Trace match\nPASS: tools/tracker/test_event_tracker 380 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.aEFjV9\nPASS: tools/tracker/test_event_tracker 381 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 382 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 383 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 384 - Track command with opts: -k --vgid 0\nPASS: tools/tracker/test_event_tracker 385 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 386 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 387 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 388 - Trace match\nPASS: tools/tracker/test_event_tracker 389 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.81IcdG\nPASS: tools/tracker/test_event_tracker 390 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 391 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 392 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 393 - Track command with opts: -k --vuid 0 --vgid 0\nPASS: tools/tracker/test_event_tracker 394 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 395 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 396 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 397 - Trace match\nPASS: tools/tracker/test_event_tracker 398 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.RKhSKA\nPASS: tools/tracker/test_event_tracker 399 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 400 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 401 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 402 - Track command with opts: -k --vuid root\nPASS: tools/tracker/test_event_tracker 403 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 404 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 405 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 406 - Trace match\nPASS: tools/tracker/test_event_tracker 407 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.Zy8PYB\nPASS: tools/tracker/test_event_tracker 408 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 409 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 410 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 411 - Track command with opts: -k --vgid root\nPASS: tools/tracker/test_event_tracker 412 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 413 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 414 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 415 - Trace match\nPASS: tools/tracker/test_event_tracker 416 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.u5RTZC\nPASS: tools/tracker/test_event_tracker 417 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 418 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 419 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 420 - Track command with opts: -k --vuid 0,1\nPASS: tools/tracker/test_event_tracker 421 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 422 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 423 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 424 - Trace match\nPASS: tools/tracker/test_event_tracker 425 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.4kXAXx\nPASS: tools/tracker/test_event_tracker 426 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 427 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 428 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 429 - Track command with opts: -k --vgid 0,1\nPASS: tools/tracker/test_event_tracker 430 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 431 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 432 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 433 - Trace match\nPASS: tools/tracker/test_event_tracker 434 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.wzQnhC\nPASS: tools/tracker/test_event_tracker 435 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 436 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 437 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 438 - Track command with opts: -k --vuid root,1\nPASS: tools/tracker/test_event_tracker 439 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 440 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 441 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 442 - Trace match\nPASS: tools/tracker/test_event_tracker 443 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.EePK7B\nPASS: tools/tracker/test_event_tracker 444 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 445 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 446 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 447 - Track command with opts: -k --vgid root,1\nPASS: tools/tracker/test_event_tracker 448 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 449 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 450 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 451 - Trace match\nPASS: tools/tracker/test_event_tracker 452 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.5ZPipD\nPASS: tools/tracker/test_event_tracker 453 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 454 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 455 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 456 - Track command with opts: -k --vuid --all\nPASS: tools/tracker/test_event_tracker 457 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 458 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 459 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 460 - Trace match\nPASS: tools/tracker/test_event_tracker 461 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.tJwF7W\nPASS: tools/tracker/test_event_tracker 462 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 463 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 464 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 465 - Track command with opts: -k --vgid --all\nPASS: tools/tracker/test_event_tracker 466 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 467 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 468 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 469 - Trace match\nPASS: tools/tracker/test_event_tracker 470 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.7fZygG\nPASS: tools/tracker/test_event_tracker 471 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 472 - Track command failed as expected with opts: -k --vuid lttng_unexisting_user\nPASS: tools/tracker/test_event_tracker 473 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 474 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.F9jQCA\nPASS: tools/tracker/test_event_tracker 475 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 476 - Track command failed as expected with opts: -k --vgid lttng_unexisting_group\nPASS: tools/tracker/test_event_tracker 477 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 478 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.wBWorS\nPASS: tools/tracker/test_event_tracker 479 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 480 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 481 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 482 - Track command with opts: -k --uid 1\nPASS: tools/tracker/test_event_tracker 483 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 484 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 485 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 486 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 487 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.hYELWL\nPASS: tools/tracker/test_event_tracker 488 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 489 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 490 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 491 - Track command with opts: -k --gid 1\nPASS: tools/tracker/test_event_tracker 492 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 493 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 494 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 495 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 496 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.8Gxzjl\nPASS: tools/tracker/test_event_tracker 497 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 498 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 499 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 500 - Track command with opts: -k --uid 1 --gid 1\nPASS: tools/tracker/test_event_tracker 501 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 502 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 503 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 504 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 505 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.Ct2Y7G\nPASS: tools/tracker/test_event_tracker 506 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 507 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 508 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 509 - Track command with opts: -k --uid 1 --gid 0\nPASS: tools/tracker/test_event_tracker 510 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 511 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 512 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 513 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 514 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.c75nlh\nPASS: tools/tracker/test_event_tracker 515 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 516 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 517 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 518 - Track command with opts: -k --uid 0 --gid 1\nPASS: tools/tracker/test_event_tracker 519 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 520 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 521 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 522 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 523 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.hWGZUe\nPASS: tools/tracker/test_event_tracker 524 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 525 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 526 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 527 - Track command with opts: -k --uid 0\nPASS: tools/tracker/test_event_tracker 528 - Untrack command with opts: -k --uid 0\nPASS: tools/tracker/test_event_tracker 529 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 530 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 531 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 532 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 533 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.GJO3T9\nPASS: tools/tracker/test_event_tracker 534 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 535 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 536 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 537 - Track command with opts: -k --gid 0\nPASS: tools/tracker/test_event_tracker 538 - Untrack command with opts: -k --gid 0\nPASS: tools/tracker/test_event_tracker 539 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 540 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 541 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 542 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 543 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8gWRQA\nPASS: tools/tracker/test_event_tracker 544 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 545 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 546 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 547 - Track command with opts: -k --uid --all\nPASS: tools/tracker/test_event_tracker 548 - Untrack command with opts: -k --uid --all\nPASS: tools/tracker/test_event_tracker 549 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 550 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 551 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 552 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 553 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.hKifB3\nPASS: tools/tracker/test_event_tracker 554 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 555 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 556 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 557 - Track command with opts: -k --gid --all\nPASS: tools/tracker/test_event_tracker 558 - Untrack command with opts: -k --gid --all\nPASS: tools/tracker/test_event_tracker 559 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 560 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 561 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 562 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 563 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.BRgGDh\nPASS: tools/tracker/test_event_tracker 564 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 565 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 566 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 567 - Track command with opts: -k --uid 0\nPASS: tools/tracker/test_event_tracker 568 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 569 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 570 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 571 - Trace match\nPASS: tools/tracker/test_event_tracker 572 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.FwxFme\nPASS: tools/tracker/test_event_tracker 573 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 574 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 575 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 576 - Track command with opts: -k --gid 0\nPASS: tools/tracker/test_event_tracker 577 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 578 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 579 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 580 - Trace match\nPASS: tools/tracker/test_event_tracker 581 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.gFpEvn\nPASS: tools/tracker/test_event_tracker 582 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 583 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 584 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 585 - Track command with opts: -k --uid 0 --gid 0\nPASS: tools/tracker/test_event_tracker 586 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 587 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 588 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 589 - Trace match\nPASS: tools/tracker/test_event_tracker 590 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.TxLtoR\nPASS: tools/tracker/test_event_tracker 591 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 592 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 593 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 594 - Track command with opts: -k --uid root\nPASS: tools/tracker/test_event_tracker 595 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 596 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 597 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 598 - Trace match\nPASS: tools/tracker/test_event_tracker 599 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.OvTC1E\nPASS: tools/tracker/test_event_tracker 600 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 601 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 602 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 603 - Track command with opts: -k --gid root\nPASS: tools/tracker/test_event_tracker 604 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 605 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 606 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 607 - Trace match\nPASS: tools/tracker/test_event_tracker 608 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.3lhm8o\nPASS: tools/tracker/test_event_tracker 609 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 610 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 611 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 612 - Track command with opts: -k --uid 0,1\nPASS: tools/tracker/test_event_tracker 613 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 614 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 615 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 616 - Trace match\nPASS: tools/tracker/test_event_tracker 617 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.AwAMRh\nPASS: tools/tracker/test_event_tracker 618 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 619 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 620 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 621 - Track command with opts: -k --gid 0,1\nPASS: tools/tracker/test_event_tracker 622 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 623 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 624 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 625 - Trace match\nPASS: tools/tracker/test_event_tracker 626 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.zHqaVf\nPASS: tools/tracker/test_event_tracker 627 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 628 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 629 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 630 - Track command with opts: -k --uid root,1\nPASS: tools/tracker/test_event_tracker 631 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 632 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 633 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 634 - Trace match\nPASS: tools/tracker/test_event_tracker 635 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.g4QH6K\nPASS: tools/tracker/test_event_tracker 636 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 637 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 638 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 639 - Track command with opts: -k --gid root,1\nPASS: tools/tracker/test_event_tracker 640 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 641 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 642 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 643 - Trace match\nPASS: tools/tracker/test_event_tracker 644 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.b1Juo8\nPASS: tools/tracker/test_event_tracker 645 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 646 - Track command failed as expected with opts: -k --uid lttng_unexisting_user\nPASS: tools/tracker/test_event_tracker 647 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 648 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.mPJGy2\nPASS: tools/tracker/test_event_tracker 649 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 650 - Track command failed as expected with opts: -k --gid lttng_unexisting_group\nPASS: tools/tracker/test_event_tracker 651 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 652 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.4SsTBD\nPASS: tools/tracker/test_event_tracker 653 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 654 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 655 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 656 - Track command with opts: -k --vpid --all\nPASS: tools/tracker/test_event_tracker 657 - Untrack command with opts: -k --vpid --all\nPASS: tools/tracker/test_event_tracker 658 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 659 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 660 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 661 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 662 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.Zed7YV\nPASS: tools/tracker/test_event_tracker 663 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 664 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 665 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 666 - Track command with opts: -k --vpid 25371\nPASS: tools/tracker/test_event_tracker 667 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 668 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 669 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 670 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 671 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_track_untrack_trace_path.PYWkc4\nPASS: tools/tracker/test_event_tracker 672 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 673 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 674 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 675 - Track command with opts: -k --vpid 25389\nPASS: tools/tracker/test_event_tracker 676 - Untrack command with opts: -k --vpid 25389\nPASS: tools/tracker/test_event_tracker 677 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 678 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 679 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 680 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 681 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.66INNA\nPASS: tools/tracker/test_event_tracker 682 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 683 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 684 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 685 - Track command with opts: -k --vpid --all\nPASS: tools/tracker/test_event_tracker 686 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 687 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 688 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 689 - Trace match\nPASS: tools/tracker/test_event_tracker 690 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.CV7e8s\nPASS: tools/tracker/test_event_tracker 691 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 692 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 693 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 694 - Track command with opts: -k --vpid 25427\nPASS: tools/tracker/test_event_tracker 695 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 696 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 697 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 698 - Validate trace for event lttng_test_filter_event, 1 events\nPASS: tools/tracker/test_event_tracker 699 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.fcNQhA\nPASS: tools/tracker/test_event_tracker 700 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 701 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 702 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 703 - Track command with opts: -k --pid 25446\nPASS: tools/tracker/test_event_tracker 704 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 705 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 706 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 707 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 708 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_track_untrack_trace_path.sSvS3t\nPASS: tools/tracker/test_event_tracker 709 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 710 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 711 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 712 - Track command with opts: -k --pid 25464\nPASS: tools/tracker/test_event_tracker 713 - Untrack command with opts: -k --pid 25464\nPASS: tools/tracker/test_event_tracker 714 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 715 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 716 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 717 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 718 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.XHfvHn\nPASS: tools/tracker/test_event_tracker 719 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 720 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 721 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 722 - Track command with opts: -k --pid --all\nPASS: tools/tracker/test_event_tracker 723 - Untrack command with opts: -k --pid --all\nPASS: tools/tracker/test_event_tracker 724 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 725 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 726 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 727 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 728 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.KgNqrS\nPASS: tools/tracker/test_event_tracker 729 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 730 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 731 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 732 - Track command with opts: -k --pid --all\nPASS: tools/tracker/test_event_tracker 733 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 734 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 735 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 736 - Trace match\nPASS: tools/tracker/test_event_tracker 737 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.Ho8rlk\nPASS: tools/tracker/test_event_tracker 738 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 739 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 740 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 741 - Track command with opts: -k --pid 25522\nPASS: tools/tracker/test_event_tracker 742 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 743 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 744 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 745 - Validate trace for event lttng_test_filter_event, 1 events\nPASS: tools/tracker/test_event_tracker 746 - Unloading lttng-test module\nPASS: tools/tracker/test_event_tracker 747 - Wait after kill session daemon\nPASS: tools/trigger/start-stop/test_start_stop 1 - Create session my_triggered_session in -o /tmp/test-start-action-trace.pMB5rB\nPASS: tools/trigger/start-stop/test_start_stop 2 - Enable ust event tp:tptest for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 3 - Session \"my_triggered_session\" is inactive\nPASS: tools/trigger/start-stop/test_start_stop 4 - Add trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 5 - notification client exited successfully\nPASS: tools/trigger/start-stop/test_start_stop 6 - Session \"my_triggered_session\" is active\nPASS: tools/trigger/start-stop/test_start_stop 7 - Remove trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 8 - Stop lttng tracing for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 9 - Destroy session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 10 - Create session my_triggered_session in -o /tmp/test-stop-action-trace.0O6SNz\nPASS: tools/trigger/start-stop/test_start_stop 11 - Enable ust event tp:tptest for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 12 - Start tracing for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 13 - Session \"my_triggered_session\" is active\nPASS: tools/trigger/start-stop/test_start_stop 14 - Add trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 15 - notification client exited successfully\nPASS: tools/trigger/start-stop/test_start_stop 16 - Session \"my_triggered_session\" is inactive\nPASS: tools/trigger/start-stop/test_start_stop 17 - Remove trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 18 - Destroy session my_triggered_session\nPASS: tools/trigger/test_add_trigger_cli 1 - explicit name: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 2 - explicit name: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 3 - explicit name: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 4 - --condition event-rule-matches some-event --type=user: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 5 - --condition event-rule-matches some-event --type=user: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 6 - --condition event-rule-matches some-event --type=user: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 7 - --condition event-rule-matches --type=user: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 8 - --condition event-rule-matches --type=user: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 9 - --condition event-rule-matches --type=user: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 10 - notify action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 11 - notify action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 12 - notify action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 13 - start session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 14 - start session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 15 - start session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 16 - stop session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 17 - stop session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 18 - stop session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 19 - snapshot session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 20 - snapshot session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 21 - snapshot session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 22 - rotate session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 23 - rotate session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 24 - rotate session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 25 - --log-level single level: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 26 - --log-level single level: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 27 - --log-level single level: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 28 - --log-level range open max: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 29 - --log-level range open max: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 30 - --log-level range open max: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 31 - --log-level range any: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 32 - --log-level range any: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 33 - --log-level range any: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 34 - --exclude-name one: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 35 - --exclude-name one: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 36 - --exclude-name one: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 37 - --exclude-name two: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 38 - --exclude-name two: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 39 - --exclude-name two: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 40 - --condition event-rule-matches probe by symbol: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 41 - --condition event-rule-matches probe by symbol: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 42 - --condition event-rule-matches probe by symbol: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 43 - --condition event-rule-matches probe by symbol with offset: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 44 - --condition event-rule-matches probe by symbol with offset: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 45 - --condition event-rule-matches probe by symbol with offset: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 46 - --condition event-rule-matches probe by address: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 47 - --condition event-rule-matches probe by address: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 48 - --condition event-rule-matches probe by address: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 49 - --condition event-rule-matches probe by symbol: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 50 - --condition event-rule-matches probe by symbol: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 51 - --condition event-rule-matches probe by symbol: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 52 - --condition event-rule-matches probe by symbol with offset: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 53 - --condition event-rule-matches probe by symbol with offset: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 54 - --condition event-rule-matches probe by symbol with offset: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 55 - --condition event-rule-matches probe by address: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 56 - --condition event-rule-matches probe by address: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 57 - --condition event-rule-matches probe by address: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 58 - --condition event-rule-matches uprobe: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 59 - --condition event-rule-matches uprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 60 - --condition event-rule-matches uprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 61 - --condition event-rule-matches uprobe with elf prefix: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 62 - --condition event-rule-matches uprobe with elf prefix: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 63 - --condition event-rule-matches uprobe with elf prefix: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 64 - --condition event-rule-matches one syscall: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 65 - --condition event-rule-matches one syscall: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 66 - --condition event-rule-matches one syscall: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 67 - --condition event-rule-matches all syscalls: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 68 - --condition event-rule-matches all syscalls: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 69 - --condition event-rule-matches all syscalls: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 70 - --condition event-rule-matches one syscall with filter: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 71 - --condition event-rule-matches one syscall with filter: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 72 - --condition event-rule-matches one syscall with filter: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 73 - --condition event-rule-matches one syscall:entry: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 74 - --condition event-rule-matches one syscall:entry: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 75 - --condition event-rule-matches one syscall:entry: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 76 - --condition event-rule-matches one syscall:exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 77 - --condition event-rule-matches one syscall:exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 78 - --condition event-rule-matches one syscall:exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 79 - --condition event-rule-matches one syscall:entry-exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 80 - --condition event-rule-matches one syscall:entry-exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 81 - --condition event-rule-matches one syscall:entry-exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 82 - --condition event-rule-matches one syscall: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 83 - --condition event-rule-matches one syscall: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 84 - --condition event-rule-matches one syscall: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 85 - --condition event-rule-matches one kernel:syscall:entry: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 86 - --condition event-rule-matches one kernel:syscall:entry: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 87 - --condition event-rule-matches one kernel:syscall:entry: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 88 - --condition event-rule-matches one kernel:syscall:exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 89 - --condition event-rule-matches one kernel:syscall:exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 90 - --condition event-rule-matches one kernel:syscall:exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 91 - --condition event-rule-matches one kernel:syscall:entry-exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 92 - --condition event-rule-matches one kernel:syscall:entry-exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 93 - --condition event-rule-matches one kernel:syscall:entry-exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 94 - --action notify: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 95 - --action notify: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 96 - --action notify: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 97 - --action notify --capture foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 98 - --action notify --capture foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 99 - --action notify --capture foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 100 - --action notify --capture foo[2]: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 101 - --action notify --capture foo[2]: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 102 - --action notify --capture foo[2]: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 103 - --action notify --capture $ctx.foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 104 - --action notify --capture $ctx.foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 105 - --action notify --capture $ctx.foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 106 - --action notify --capture $ctx.foo[2]: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 107 - --action notify --capture $ctx.foo[2]: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 108 - --action notify --capture $ctx.foo[2]: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 109 - --action notify --capture $app.prov:type: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 110 - --action notify --capture $app.prov:type: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 111 - --action notify --capture $app.prov:type: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 112 - --action notify --capture $app.prov:type[2]: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 113 - --action notify --capture $app.prov:type[2]: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 114 - --action notify --capture $app.prov:type[2]: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 115 - --action notify multiple captures: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 116 - --action notify multiple captures: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 117 - --action notify multiple captures: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 118 - --action start-session: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 119 - --action start-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 120 - --action start-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 121 - --action stop-session foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 122 - --action stop-session foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 123 - --action stop-session foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 124 - --action rotate-session foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 125 - --action rotate-session foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 126 - --action rotate-session foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 127 - --action snapshot-session foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 128 - --action snapshot-session foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 129 - --action snapshot-session foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 130 - --action snapshot-session with file URI: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 131 - --action snapshot-session with file URI: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 132 - --action snapshot-session with file URI: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 133 - --action snapshot-session with net URI: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 134 - --action snapshot-session with net URI: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 135 - --action snapshot-session with net URI: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 136 - --action snapshot-session with ctrl/data URIs: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 137 - --action snapshot-session with ctrl/data URIs: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 138 - --action snapshot-session with ctrl/data URIs: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 139 - no args: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 140 - no args: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 141 - no args: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 142 - unknown option: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 143 - unknown option: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 144 - unknown option: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 145 - missing --action: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 146 - missing --action: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 147 - missing --action: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 148 - two --condition: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 149 - two --condition: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 150 - two --condition: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 151 - missing argument to --name: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 152 - missing argument to --name: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 153 - missing argument to --name: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 154 - missing argument to --rate-policy=once-after: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 155 - missing argument to --rate-policy=once-after: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 156 - missing argument to --rate-policy=once-after: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 157 - invalid argument to --rate-policy=once-after: non-digit character: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 158 - invalid argument to --rate-policy=once-after: non-digit character: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 159 - invalid argument to --rate-policy=once-after: non-digit character: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 160 - invalid argument to --rate-policy=once-after: empty string: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 161 - invalid argument to --rate-policy=once-after: empty string: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 162 - invalid argument to --rate-policy=once-after: empty string: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 163 - missing argument to --rate-policy=every: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 164 - missing argument to --rate-policy=every: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 165 - missing argument to --rate-policy=every: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 166 - invalid argument to --rate-policy=every: non-digit character: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 167 - invalid argument to --rate-policy=every: non-digit character: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 168 - invalid argument to --rate-policy=every: non-digit character: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 169 - invalid argument to --rate-policy=every: empty string: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 170 - invalid argument to --rate-policy=every: empty string: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 171 - invalid argument to --rate-policy=every: empty string: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 172 - invalid argument to --rate-policy: unknown policy type: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 173 - invalid argument to --rate-policy: unknown policy type: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 174 - invalid argument to --rate-policy: unknown policy type: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 175 - missing args after --condition: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 176 - missing args after --condition: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 177 - missing args after --condition: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 178 - unknown --condition: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 179 - unknown --condition: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 180 - unknown --condition: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 181 - unknown --condition=: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 182 - unknown --condition=: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 183 - unknown --condition=: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 184 - missing args after --condition event-rule-matches: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 185 - missing args after --condition event-rule-matches: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 186 - missing args after --condition event-rule-matches: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 187 - extra args after --condition event-rule-matches: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 188 - extra args after --condition event-rule-matches: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 189 - extra args after --condition event-rule-matches: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 190 - --log-level unknown level: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 191 - --log-level unknown level: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 192 - --log-level unknown level: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 193 - --condition event-rule-matches: --name with --type=kprobe: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 194 - --condition event-rule-matches: --name with --type=kprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 195 - --condition event-rule-matches: --name with --type=kprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 196 - --condition event-rule-matches: --name with --type=kernel:kprobe: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 197 - --condition event-rule-matches: --name with --type=kernel:kprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 198 - --condition event-rule-matches: --name with --type=kernel:kprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 199 - --condition event-rule-matches: --location with user tracepoint event rule: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 200 - --condition event-rule-matches: --location with user tracepoint event rule: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 201 - --condition event-rule-matches: --location with user tracepoint event rule: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 202 - --condition event-rule-matches: --event-name with user tracepoint event rule: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 203 - --condition event-rule-matches: --event-name with user tracepoint event rule: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 204 - --condition event-rule-matches: --event-name with user tracepoint event rule: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 205 - --condition event-rule-matches: extra argument with --type=kernel:uprobe: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 206 - --condition event-rule-matches: extra argument with --type=kernel:uprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 207 - --condition event-rule-matches: extra argument with --type=kernel:uprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 208 - --condition event-rule-matches: extra argument with --type=syscall: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 209 - --condition event-rule-matches: extra argument with --type=syscall: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 210 - --condition event-rule-matches: extra argument with --type=syscall: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 211 - --condition event-rule-matches: --type=syscall:nope: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 212 - --condition event-rule-matches: --type=syscall:nope: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 213 - --condition event-rule-matches: --type=syscall:nope: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 214 - --exclude-name with non-glob name: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 215 - --exclude-name with non-glob name: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 216 - --exclude-name with non-glob name: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 217 - --condition event-rule-matches --capture: missing argument (end of arg list): exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 218 - --condition event-rule-matches --capture: missing argument (end of arg list): expected stdout\nPASS: tools/trigger/test_add_trigger_cli 219 - --condition event-rule-matches --capture: missing argument (end of arg list): expected stderr\nPASS: tools/trigger/test_add_trigger_cli 220 - --condition event-rule-matches --capture: missing argument (before another option): exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 221 - --condition event-rule-matches --capture: missing argument (before another option): expected stdout\nPASS: tools/trigger/test_add_trigger_cli 222 - --condition event-rule-matches --capture: missing argument (before another option): expected stderr\nPASS: tools/trigger/test_add_trigger_cli 223 - --condition event-rule-matches --capture: binary operator: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 224 - --condition event-rule-matches --capture: binary operator: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 225 - --condition event-rule-matches --capture: binary operator: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 226 - --condition event-rule-matches --capture: unary operator: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 227 - --condition event-rule-matches --capture: unary operator: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 228 - --condition event-rule-matches --capture: unary operator: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 229 - --condition event-rule-matches --capture: logical operator: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 230 - --condition event-rule-matches --capture: logical operator: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 231 - --condition event-rule-matches --capture: logical operator: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 232 - --condition event-rule-matches --capture: accessing a sub-field: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 233 - --condition event-rule-matches --capture: accessing a sub-field: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 234 - --condition event-rule-matches --capture: accessing a sub-field: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 235 - --condition event-rule-matches --capture: accessing the sub-field of an array element: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 236 - --condition event-rule-matches --capture: accessing the sub-field of an array element: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 237 - --condition event-rule-matches --capture: accessing the sub-field of an array element: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 238 - --condition event-rule-matches --capture: missing colon in app-specific context field: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 239 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 240 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 241 - --condition event-rule-matches --capture: missing colon in app-specific context field: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 242 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 243 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 244 - missing args after --action: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 245 - missing args after --action: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 246 - missing args after --action: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 247 - unknown --action: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 248 - unknown --action: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 249 - unknown --action: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 250 - unknown --action=: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 251 - unknown --action=: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 252 - unknown --action=: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 253 - extra arg after --action notify: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 254 - extra arg after --action notify: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 255 - extra arg after --action notify: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 256 - missing arg after --action start-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 257 - missing arg after --action start-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 258 - missing arg after --action start-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 259 - extra arg after --action start-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 260 - extra arg after --action start-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 261 - extra arg after --action start-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 262 - missing arg after --action stop-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 263 - missing arg after --action stop-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 264 - missing arg after --action stop-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 265 - extra arg after --action stop-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 266 - extra arg after --action stop-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 267 - extra arg after --action stop-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 268 - missing arg after --action rotate-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 269 - missing arg after --action rotate-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 270 - missing arg after --action rotate-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 271 - extra arg after --action rotate-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 272 - extra arg after --action rotate-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 273 - extra arg after --action rotate-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 274 - missing arg after --action snapshot-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 275 - missing arg after --action snapshot-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 276 - missing arg after --action snapshot-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 277 - extra arg after --action snapshot-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 278 - extra arg after --action snapshot-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 279 - extra arg after --action snapshot-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 280 - snapshot-session action, --max-size without destination: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 281 - snapshot-session action, --max-size without destination: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 282 - snapshot-session action, --max-size without destination: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 283 - snapshot-session action, --name without destination: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 284 - snapshot-session action, --name without destination: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 285 - snapshot-session action, --name without destination: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 286 - snapshot-session action, --name with-local-path-instead-of-url: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 287 - snapshot-session action, --name with-local-path-instead-of-url: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 288 - snapshot-session action, --name with-local-path-instead-of-url: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 289 - snapshot-session action, --name with-net-url-instead-of-path: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 290 - snapshot-session action, --name with-net-url-instead-of-path: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 291 - snapshot-session action, --name with-net-url-instead-of-path: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 292 - add-trigger mi: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 293 - add-trigger mi is valid\nPASS: tools/trigger/test_add_trigger_cli 294 - mi: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 295 - mi: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 1 - Add trigger hello\nPASS: tools/trigger/test_list_triggers_cli 2 - top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 3 - top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 4 - top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 5 - MI top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 6 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 7 - MI top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 8 - MI top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 9 - Remove trigger hello\nPASS: tools/trigger/test_list_triggers_cli 10 - Add trigger C\nPASS: tools/trigger/test_list_triggers_cli 11 - Add trigger A\nPASS: tools/trigger/test_list_triggers_cli 12 - Add trigger D\nPASS: tools/trigger/test_list_triggers_cli 13 - Add trigger B\nPASS: tools/trigger/test_list_triggers_cli 14 - Add trigger E\nPASS: tools/trigger/test_list_triggers_cli 15 - Add trigger J\nPASS: tools/trigger/test_list_triggers_cli 16 - Add trigger F\nPASS: tools/trigger/test_list_triggers_cli 17 - Add trigger G\nPASS: tools/trigger/test_list_triggers_cli 18 - Add trigger H\nPASS: tools/trigger/test_list_triggers_cli 19 - Add trigger I\nPASS: tools/trigger/test_list_triggers_cli 20 - event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 21 - event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 22 - event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 23 - MI event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 24 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 25 - MI event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 26 - MI event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 27 - Remove trigger A\nPASS: tools/trigger/test_list_triggers_cli 28 - Remove trigger B\nPASS: tools/trigger/test_list_triggers_cli 29 - Remove trigger C\nPASS: tools/trigger/test_list_triggers_cli 30 - Remove trigger D\nPASS: tools/trigger/test_list_triggers_cli 31 - Remove trigger E\nPASS: tools/trigger/test_list_triggers_cli 32 - Remove trigger F\nPASS: tools/trigger/test_list_triggers_cli 33 - Remove trigger G\nPASS: tools/trigger/test_list_triggers_cli 34 - Remove trigger H\nPASS: tools/trigger/test_list_triggers_cli 35 - Remove trigger I\nPASS: tools/trigger/test_list_triggers_cli 36 - Remove trigger J\nPASS: tools/trigger/test_list_triggers_cli 37 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 38 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 39 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 40 - event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 41 - event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 42 - event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 43 - MI event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 44 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 45 - MI event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 46 - MI event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 47 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 48 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 49 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 50 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 51 - event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 52 - event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 53 - event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 54 - MI event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 55 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 56 - MI event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 57 - MI event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 58 - Remove trigger T0\nSKIP: tools/trigger/test_list_triggers_cli 59 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 60 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 61 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 62 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 63 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 64 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 65 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 66 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 67 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nPASS: tools/trigger/test_list_triggers_cli 68 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 69 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 70 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 71 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 72 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 73 - event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 74 - event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 75 - event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 76 - MI event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 77 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 78 - MI event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 79 - MI event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 80 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 81 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 82 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 83 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 84 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 85 - session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 86 - session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 87 - session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 88 - MI session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 89 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 90 - MI session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 91 - MI session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 92 - Remove trigger trigger-with-session-consumed-size-condition\nPASS: tools/trigger/test_list_triggers_cli 93 - buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 94 - buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 95 - buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 96 - MI buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 97 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 98 - MI buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 99 - MI buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 100 - Remove trigger trigger-with-buffer-usage-high-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 101 - Remove trigger trigger-with-buffer-usage-high-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 102 - Remove trigger trigger-with-buffer-usage-low-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 103 - Remove trigger trigger-with-buffer-usage-low-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 104 - session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 105 - session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 106 - session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 107 - MI session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 108 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 109 - MI session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 110 - MI session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 111 - Remove trigger trigger-with-session-rotation-completed-condition\nPASS: tools/trigger/test_list_triggers_cli 112 - Remove trigger trigger-with-session-rotation-ongoing-condition\nPASS: tools/trigger/test_list_triggers_cli 113 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 114 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 115 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 116 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 117 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 118 - Add trigger T5\nPASS: tools/trigger/test_list_triggers_cli 119 - Add trigger T6\nPASS: tools/trigger/test_list_triggers_cli 120 - Add trigger T7\nPASS: tools/trigger/test_list_triggers_cli 121 - Add trigger T8\nPASS: tools/trigger/test_list_triggers_cli 122 - Add trigger T9\nPASS: tools/trigger/test_list_triggers_cli 123 - snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 124 - snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 125 - snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 126 - MI snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 127 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 128 - MI snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 129 - MI snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 130 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 131 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 132 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 133 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 134 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 135 - Remove trigger T5\nPASS: tools/trigger/test_list_triggers_cli 136 - Remove trigger T6\nPASS: tools/trigger/test_list_triggers_cli 137 - Remove trigger T7\nPASS: tools/trigger/test_list_triggers_cli 138 - Remove trigger T8\nPASS: tools/trigger/test_list_triggers_cli 139 - Remove trigger T9\nPASS: tools/trigger/test_list_triggers_cli 140 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 141 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 142 - notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 143 - notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 144 - notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 145 - MI notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 146 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 147 - MI notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 148 - MI notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 149 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 150 - Remove trigger T1\nPASS: tools/trigger/test_remove_trigger_cli 1 - Add trigger ABC\nPASS: tools/trigger/test_remove_trigger_cli 2 - Add trigger DEF\nPASS: tools/trigger/test_remove_trigger_cli 3 - two triggers left: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 4 - two triggers left: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 5 - two triggers left: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 6 - remove trigger ABC: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 7 - remove trigger ABC: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 8 - remove trigger ABC: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 9 - one trigger left: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 10 - one trigger left: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 11 - one trigger left: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 12 - remove trigger DEF: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 13 - remove trigger DEF: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 14 - remove trigger DEF: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 15 - no triggers left: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 16 - no triggers left: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 17 - no triggers left: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 18 - Add trigger mi\nPASS: tools/trigger/test_remove_trigger_cli 19 - remove-trigger mi: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 20 - remove-trigger mi is valid\nPASS: tools/trigger/test_remove_trigger_cli 21 - mi: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 22 - mi: expected stderr\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 1 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 2 - Anonymous trigger name remains unset after registration: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 3 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 4 - Anonymous trigger returned by listing has an unset name: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 5 - Successfully unregistered anonymous trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 6 - Registered trigger with name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 7 - Trigger name is set after registration: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 8 - Name set on trigger after registration is correct\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 9 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 10 - Trigger returned by listing has a name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 11 - Name set on trigger returned from listing is correct: name returned from listing = 'some name that is hopefully unique', expected name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 12 - Successfully unregistered named trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 13 - Registered trigger with automatic name\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 14 - Trigger name is set after registration: trigger name = 'trigger0'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 15 - Automatic name set on trigger after registration longer is not an empty string\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 16 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 17 - Trigger returned by listing has a name: trigger name = 'trigger0'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 18 - Successfully unregistered automatic name trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 19 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 20 - Registering identical anonymous trigger fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 21 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 22 - Successfully unregistered anonymous trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 23 - Registered named trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 24 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (anonymous registration)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 25 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 26 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with automatic name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 27 - Registering trigger with an already used name fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 28 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 29 - Successfully unregistered named trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 30 - Registered automatic name trigger: trigger name = 'trigger1'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 31 - Registering an identical trigger instance with an automatic name succeeds: trigger name = 'trigger2'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 32 - Two identical triggers registered with an automatic name have different names\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 33 - Trigger listing returns 2 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 34 - Successfully unregistered automatic name triggers using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 35 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 36 - Anonymous trigger name remains unset after registration: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 37 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 38 - Anonymous trigger returned by listing has an unset name: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 39 - Successfully unregistered anonymous trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 40 - Registered trigger with name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 41 - Trigger name is set after registration: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 42 - Name set on trigger after registration is correct\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 43 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 44 - Trigger returned by listing has a name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 45 - Name set on trigger returned from listing is correct: name returned from listing = 'some name that is hopefully unique', expected name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 46 - Successfully unregistered named trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 47 - Registered trigger with automatic name\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 48 - Trigger name is set after registration: trigger name = 'trigger3'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 49 - Automatic name set on trigger after registration longer is not an empty string\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 50 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 51 - Trigger returned by listing has a name: trigger name = 'trigger3'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 52 - Successfully unregistered automatic trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 53 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 54 - Registering identical anonymous trigger fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 55 - Successfully unregistered anonymous trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 56 - Registered named trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 57 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (anonymous registration)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 58 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 59 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with automatic name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 60 - Registering trigger with an already used name fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 61 - Successfully unregistered named trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 62 - Registered automatic name trigger: trigger name = 'trigger4'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 63 - Registering an identical trigger instance with an automatic name succeeds: trigger name = 'trigger5'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 64 - Two identical triggers registered with an automatic name have different names\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 65 - Successfully unregistered automatic trigger A using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 66 - Successfully unregistered automatic trigger B using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 67 - Registered first anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 68 - Registered second anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 69 - Trigger listing returns 2 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 70 - Successfully unregistered two anonymous triggers\nPASS: tools/trigger/hidden/test_hidden_trigger 1 - No triggers visible while session has an enabled size-based rotation schedule\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 1 - Start session daemon\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 2 - Create session test_session in -o /tmp/tmp.XXXXXXXXXXs_differ_only_by_loglevels.fp999n\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 3 - Enable channel test_channel for session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 4 - Start tracing for session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 5 - Enable event 'l*' with loglevel TRACE_DEBUG_LINE\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 6 - Enable event 'l*' with loglevel-only TRACE_DEBUG_LINE\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 7 - Stop lttng tracing for session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 8 - Destroy session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 9 - Wait after kill session daemon\nPASS: ust/before-after/test_before_after 1 - Start session daemon\nPASS: ust/before-after/test_before_after 2 - Create session per-session in -o /tmp/tmp.XXXXXXXXXXe_after_ust_trace_path.pNSm31\nPASS: ust/before-after/test_before_after 3 - Enable ust event tp:tptest for session per-session\nPASS: ust/before-after/test_before_after 4 - Start tracing for session per-session\nPASS: ust/before-after/test_before_after 5 - Traced application stopped.\nPASS: ust/before-after/test_before_after 6 - Stop lttng tracing for session per-session\nPASS: ust/before-after/test_before_after 7 - Destroy session per-session\nPASS: ust/before-after/test_before_after 8 - Trace match with 100 event tp:tptest\nPASS: ust/before-after/test_before_after 9 - Create session per-session in -o /tmp/tmp.XXXXXXXXXXe_after_ust_trace_path.qkmnFL\nPASS: ust/before-after/test_before_after 10 - Enable ust event tp:tptest for session per-session\nPASS: ust/before-after/test_before_after 11 - Application started in background.\nPASS: ust/before-after/test_before_after 12 - Start tracing for session per-session\nPASS: ust/before-after/test_before_after 13 - Stop lttng tracing for session per-session\nPASS: ust/before-after/test_before_after 14 - Destroy session per-session\nPASS: ust/before-after/test_before_after 15 - Validate trace for event tp:tptest, 100 events\nPASS: ust/before-after/test_before_after 16 - Wait after kill session daemon\nPASS: ust/buffers-pid/test_buffers_pid 1 - Start session daemon\nPASS: ust/buffers-pid/test_buffers_pid 2 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.Rv2AvX\nPASS: ust/buffers-pid/test_buffers_pid 3 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 4 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 5 - Start application to trace\nPASS: ust/buffers-pid/test_buffers_pid 6 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 7 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 8 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 9 - Trace validation\nPASS: ust/buffers-pid/test_buffers_pid 10 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.67zbN2\nPASS: ust/buffers-pid/test_buffers_pid 11 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 12 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 13 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 14 - Start application to trace\nPASS: ust/buffers-pid/test_buffers_pid 15 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 16 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 17 - Trace match with 100 event tp:tptest\nPASS: ust/buffers-pid/test_buffers_pid 18 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.gWXUNr\nPASS: ust/buffers-pid/test_buffers_pid 19 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 20 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 21 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 22 - Start application 1 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 23 - Start application 2 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 24 - Start application 3 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 25 - Start application 4 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 26 - Start application 5 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 27 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 28 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 29 - Trace match with 500 event tp:tptest\nPASS: ust/buffers-pid/test_buffers_pid 30 - Start application 1 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 31 - Start application 2 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 32 - Start application 3 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 33 - Start application 4 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 34 - Start application 5 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 35 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.X2OL3T\nPASS: ust/buffers-pid/test_buffers_pid 36 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 37 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 38 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 39 - Waiting done\nPASS: ust/buffers-pid/test_buffers_pid 40 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 41 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 42 - Trace validation\nPASS: ust/buffers-pid/test_buffers_pid 43 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.mi4cPm\nPASS: ust/buffers-pid/test_buffers_pid 44 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 45 - Enable channel channel1 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 46 - Enable channel channel2 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 47 - Enable channel channel3 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 48 - Enable channel channel4 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 49 - Enable event tp:tptest for session buffers-pid in channel0\nPASS: ust/buffers-pid/test_buffers_pid 50 - Enable event tp:tptest for session buffers-pid in channel1\nPASS: ust/buffers-pid/test_buffers_pid 51 - Enable event tp:tptest for session buffers-pid in channel2\nPASS: ust/buffers-pid/test_buffers_pid 52 - Enable event tp:tptest for session buffers-pid in channel3\nPASS: ust/buffers-pid/test_buffers_pid 53 - Enable event tp:tptest for session buffers-pid in channel4\nPASS: ust/buffers-pid/test_buffers_pid 54 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 55 - Start application to trace\nPASS: ust/buffers-pid/test_buffers_pid 56 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 57 - Trace match with 500 event tp:tptest\nPASS: ust/buffers-pid/test_buffers_pid 58 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 59 - Wait after kill session daemon\nPASS: ust/multi-session/test_multi_session 1 - Start session daemon\nPASS: ust/multi-session/test_multi_session 2 - Create session multi-session-0 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/0\nPASS: ust/multi-session/test_multi_session 3 - Enable ust event ust_gen_nevents:tptest0 for session multi-session-0\nPASS: ust/multi-session/test_multi_session 4 - Start tracing for session multi-session-0\nPASS: ust/multi-session/test_multi_session 5 - Create session multi-session-1 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/1\nPASS: ust/multi-session/test_multi_session 6 - Enable ust event ust_gen_nevents:tptest1 for session multi-session-1\nPASS: ust/multi-session/test_multi_session 7 - Start tracing for session multi-session-1\nPASS: ust/multi-session/test_multi_session 8 - Create session multi-session-2 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/2\nPASS: ust/multi-session/test_multi_session 9 - Enable ust event ust_gen_nevents:tptest2 for session multi-session-2\nPASS: ust/multi-session/test_multi_session 10 - Start tracing for session multi-session-2\nPASS: ust/multi-session/test_multi_session 11 - Create session multi-session-3 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/3\nPASS: ust/multi-session/test_multi_session 12 - Enable ust event ust_gen_nevents:tptest3 for session multi-session-3\nPASS: ust/multi-session/test_multi_session 13 - Start tracing for session multi-session-3\nPASS: ust/multi-session/test_multi_session 14 - Start application to generate 100 events\nPASS: ust/multi-session/test_multi_session 15 - Wait for events to record\nPASS: ust/multi-session/test_multi_session 16 - Stop lttng tracing for session multi-session-0\nPASS: ust/multi-session/test_multi_session 17 - Destroy session multi-session-0\nPASS: ust/multi-session/test_multi_session 18 - Trace validation of multi-session-0\nPASS: ust/multi-session/test_multi_session 19 - Stop lttng tracing for session multi-session-1\nPASS: ust/multi-session/test_multi_session 20 - Destroy session multi-session-1\nPASS: ust/multi-session/test_multi_session 21 - Trace validation of multi-session-1\nPASS: ust/multi-session/test_multi_session 22 - Stop lttng tracing for session multi-session-2\nPASS: ust/multi-session/test_multi_session 23 - Destroy session multi-session-2\nPASS: ust/multi-session/test_multi_session 24 - Trace validation of multi-session-2\nPASS: ust/multi-session/test_multi_session 25 - Stop lttng tracing for session multi-session-3\nPASS: ust/multi-session/test_multi_session 26 - Destroy session multi-session-3\nPASS: ust/multi-session/test_multi_session 27 - Trace validation of multi-session-3\nPASS: ust/multi-session/test_multi_session 28 - Wait after kill session daemon\nPASS: ust/nprocesses/test_nprocesses 1 - Start session daemon\nPASS: ust/nprocesses/test_nprocesses 2 - All applications are registered to sessiond\nPASS: ust/nprocesses/test_nprocesses 3 - Create session ust-nprocesses in -o /tmp/tmp.XXXXXXXXXXesses_trace_path.hnqGQ3\nPASS: ust/nprocesses/test_nprocesses 4 - Enable ust event tp:tptest for session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 5 - Start tracing for session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 6 - Stop lttng tracing for session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 7 - Destroy session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 8 - Stopped all spawned applications\nPASS: ust/nprocesses/test_nprocesses 9 - Wait after kill session daemon\nPASS: ust/overlap/test_overlap 1 - Start session daemon\nPASS: ust/overlap/test_overlap 2 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.LuGHp4\nPASS: ust/overlap/test_overlap 3 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 4 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 5 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 6 - Application done\nPASS: ust/overlap/test_overlap 7 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 8 - Trace match\nPASS: ust/overlap/test_overlap 9 - Trace match\nPASS: ust/overlap/test_overlap 10 - Trace match\nPASS: ust/overlap/test_overlap 11 - Trace match\nPASS: ust/overlap/test_overlap 12 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 13 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.AtKT37\nPASS: ust/overlap/test_overlap 14 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 15 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 16 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 17 - Application done\nPASS: ust/overlap/test_overlap 18 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 19 - Trace match\nPASS: ust/overlap/test_overlap 20 - Trace match\nPASS: ust/overlap/test_overlap 21 - Trace match\nPASS: ust/overlap/test_overlap 22 - Trace match\nPASS: ust/overlap/test_overlap 23 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 24 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.ItfKIj\nPASS: ust/overlap/test_overlap 25 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 26 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 27 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 28 - Application done\nPASS: ust/overlap/test_overlap 29 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 30 - Trace match\nPASS: ust/overlap/test_overlap 31 - Trace match\nPASS: ust/overlap/test_overlap 32 - Trace match\nPASS: ust/overlap/test_overlap 33 - Trace match\nPASS: ust/overlap/test_overlap 34 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 35 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.vt1xSb\nPASS: ust/overlap/test_overlap 36 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 37 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 38 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 39 - Application done\nPASS: ust/overlap/test_overlap 40 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 41 - Trace match\nPASS: ust/overlap/test_overlap 42 - Trace match\nPASS: ust/overlap/test_overlap 43 - Trace match\nPASS: ust/overlap/test_overlap 44 - Trace match\nPASS: ust/overlap/test_overlap 45 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 46 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.BUvoGl\nPASS: ust/overlap/test_overlap 47 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 48 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 49 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 50 - Application done\nPASS: ust/overlap/test_overlap 51 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 52 - Trace match\nPASS: ust/overlap/test_overlap 53 - Trace match\nPASS: ust/overlap/test_overlap 54 - Trace match\nPASS: ust/overlap/test_overlap 55 - Trace match\nPASS: ust/overlap/test_overlap 56 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 57 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.BubMX0\nPASS: ust/overlap/test_overlap 58 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 59 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 60 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 61 - Application done\nPASS: ust/overlap/test_overlap 62 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 63 - Trace match\nPASS: ust/overlap/test_overlap 64 - Trace match\nPASS: ust/overlap/test_overlap 65 - Trace match\nPASS: ust/overlap/test_overlap 66 - Trace match\nPASS: ust/overlap/test_overlap 67 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 68 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.aYeAO0\nPASS: ust/overlap/test_overlap 69 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 70 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 71 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 72 - Application done\nPASS: ust/overlap/test_overlap 73 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 74 - Trace match\nPASS: ust/overlap/test_overlap 75 - Trace match\nPASS: ust/overlap/test_overlap 76 - Trace match\nPASS: ust/overlap/test_overlap 77 - Trace match\nPASS: ust/overlap/test_overlap 78 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 79 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.O18Ugk\nPASS: ust/overlap/test_overlap 80 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 81 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 82 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 83 - Application done\nPASS: ust/overlap/test_overlap 84 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 85 - Trace match\nPASS: ust/overlap/test_overlap 86 - Trace match\nPASS: ust/overlap/test_overlap 87 - Trace match\nPASS: ust/overlap/test_overlap 88 - Trace match\nPASS: ust/overlap/test_overlap 89 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 90 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.69cMsA\nPASS: ust/overlap/test_overlap 91 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 92 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 93 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 94 - Application done\nPASS: ust/overlap/test_overlap 95 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 96 - Trace match\nPASS: ust/overlap/test_overlap 97 - Trace match\nPASS: ust/overlap/test_overlap 98 - Trace match\nPASS: ust/overlap/test_overlap 99 - Trace match\nPASS: ust/overlap/test_overlap 100 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 101 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.UJbK77\nPASS: ust/overlap/test_overlap 102 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 103 - Enable event  with filtering for session  twice failure detected\nPASS: ust/overlap/test_overlap 104 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 105 - Application done\nPASS: ust/overlap/test_overlap 106 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 107 - Trace match\nPASS: ust/overlap/test_overlap 108 - Trace match\nPASS: ust/overlap/test_overlap 109 - Trace match\nPASS: ust/overlap/test_overlap 110 - Trace match\nPASS: ust/overlap/test_overlap 111 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 112 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.fa5cEh\nPASS: ust/overlap/test_overlap 113 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 114 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 115 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 116 - Application done\nPASS: ust/overlap/test_overlap 117 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 118 - Trace match\nPASS: ust/overlap/test_overlap 119 - Trace match\nPASS: ust/overlap/test_overlap 120 - Trace match\nPASS: ust/overlap/test_overlap 121 - Trace match\nPASS: ust/overlap/test_overlap 122 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 123 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.BvhFjm\nPASS: ust/overlap/test_overlap 124 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 125 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 126 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 127 - Application done\nPASS: ust/overlap/test_overlap 128 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 129 - Trace match\nPASS: ust/overlap/test_overlap 130 - Trace match\nPASS: ust/overlap/test_overlap 131 - Trace match\nPASS: ust/overlap/test_overlap 132 - Trace match\nPASS: ust/overlap/test_overlap 133 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 134 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.F4mxvP\nPASS: ust/overlap/test_overlap 135 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 136 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 137 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 138 - Application done\nPASS: ust/overlap/test_overlap 139 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 140 - Trace match\nPASS: ust/overlap/test_overlap 141 - Trace match\nPASS: ust/overlap/test_overlap 142 - Trace match\nPASS: ust/overlap/test_overlap 143 - Trace match\nPASS: ust/overlap/test_overlap 144 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 145 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.d9dz3x\nPASS: ust/overlap/test_overlap 146 - Enable event us* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 147 - Enable event ust* with loglevel-only TRACE_CRIT\nPASS: ust/overlap/test_overlap 148 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 149 - Application done\nPASS: ust/overlap/test_overlap 150 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 151 - Trace match\nPASS: ust/overlap/test_overlap 152 - Trace match\nPASS: ust/overlap/test_overlap 153 - Trace match\nPASS: ust/overlap/test_overlap 154 - Trace match\nPASS: ust/overlap/test_overlap 155 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 156 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.RuUP0C\nPASS: ust/overlap/test_overlap 157 - Enable event ust_tests_demo:starting with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 158 - Enable event ust_tests_demo:starting with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 159 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 160 - Application done\nPASS: ust/overlap/test_overlap 161 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 162 - Trace match\nPASS: ust/overlap/test_overlap 163 - Trace match\nPASS: ust/overlap/test_overlap 164 - Trace match\nPASS: ust/overlap/test_overlap 165 - Trace match\nPASS: ust/overlap/test_overlap 166 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 167 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.aD95Hg\nPASS: ust/overlap/test_overlap 168 - Enable event ust* with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 169 - Enable event ust* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 170 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 171 - Application done\nPASS: ust/overlap/test_overlap 172 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 173 - Trace match\nPASS: ust/overlap/test_overlap 174 - Trace match\nPASS: ust/overlap/test_overlap 175 - Trace match\nPASS: ust/overlap/test_overlap 176 - Trace match\nPASS: ust/overlap/test_overlap 177 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 178 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.YCIu6o\nPASS: ust/overlap/test_overlap 179 - Enable ust event ust_tests_demo for session wildcard-overlap\nPASS: ust/overlap/test_overlap 180 - Enable ust event ust_tests_demo2 for session wildcard-overlap\nPASS: ust/overlap/test_overlap 181 - Enable ust event ust_tests_demo3 for session wildcard-overlap\nPASS: ust/overlap/test_overlap 182 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 183 - Application done\nPASS: ust/overlap/test_overlap 184 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 185 - Trace match\nPASS: ust/overlap/test_overlap 186 - Trace match\nPASS: ust/overlap/test_overlap 187 - Trace match\nPASS: ust/overlap/test_overlap 188 - Trace match\nPASS: ust/overlap/test_overlap 189 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 190 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.jG8dlA\nPASS: ust/overlap/test_overlap 191 - Enable event us* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 192 - Enable event ust_tests_demo2:loop with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 193 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 194 - Application done\nPASS: ust/overlap/test_overlap 195 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 196 - Trace match\nPASS: ust/overlap/test_overlap 197 - Trace match\nPASS: ust/overlap/test_overlap 198 - Trace match\nPASS: ust/overlap/test_overlap 199 - Trace match\nPASS: ust/overlap/test_overlap 200 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 201 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.M3Pj70\nPASS: ust/overlap/test_overlap 202 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 203 - Enable ust event ust* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 204 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 205 - Application done\nPASS: ust/overlap/test_overlap 206 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 207 - Trace match\nPASS: ust/overlap/test_overlap 208 - Trace match\nPASS: ust/overlap/test_overlap 209 - Trace match\nPASS: ust/overlap/test_overlap 210 - Trace match\nPASS: ust/overlap/test_overlap 211 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 212 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.hhEX4h\nPASS: ust/overlap/test_overlap 213 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 214 - Enable ust event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 215 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 216 - Application done\nPASS: ust/overlap/test_overlap 217 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 218 - Trace match\nPASS: ust/overlap/test_overlap 219 - Trace match\nPASS: ust/overlap/test_overlap 220 - Trace match\nPASS: ust/overlap/test_overlap 221 - Trace match\nPASS: ust/overlap/test_overlap 222 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 223 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.bUaGG2\nPASS: ust/overlap/test_overlap 224 - Enable event us* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 225 - Enable event ust* with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 226 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 227 - Application done\nPASS: ust/overlap/test_overlap 228 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 229 - Trace match\nPASS: ust/overlap/test_overlap 230 - Trace match\nPASS: ust/overlap/test_overlap 231 - Trace match\nPASS: ust/overlap/test_overlap 232 - Trace match\nPASS: ust/overlap/test_overlap 233 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 234 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.Er8Jlp\nPASS: ust/overlap/test_overlap 235 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 236 - Enable ust event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 237 - Disable event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 238 - Disable event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 239 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 240 - Application done\nPASS: ust/overlap/test_overlap 241 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 242 - Trace match\nPASS: ust/overlap/test_overlap 243 - Trace match\nPASS: ust/overlap/test_overlap 244 - Trace match\nPASS: ust/overlap/test_overlap 245 - Trace match\nPASS: ust/overlap/test_overlap 246 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 247 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.HP2SCx\nPASS: ust/overlap/test_overlap 248 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 249 - Enable ust event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 250 - Disable event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 251 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 252 - Application done\nPASS: ust/overlap/test_overlap 253 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 254 - Trace match\nPASS: ust/overlap/test_overlap 255 - Trace match\nPASS: ust/overlap/test_overlap 256 - Trace match\nPASS: ust/overlap/test_overlap 257 - Trace match\nPASS: ust/overlap/test_overlap 258 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 259 - Wait after kill session daemon\nSKIP: ust/python-logging/test_python_logging 1 # SKIP : Python agent test skipped.\nPASS: ust/getcpu-override/test_getcpu_override 1 - Start session daemon\nPASS: ust/getcpu-override/test_getcpu_override 2 - Create session sequence-cpu in -o /tmp/tmp.XXXXXXXXXXu_override_trace_path.yBaLrH\nPASS: ust/getcpu-override/test_getcpu_override 3 - Enable ust event tp:tptest for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 4 - Start tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 5 - Application without wrapper done\nPASS: ust/getcpu-override/test_getcpu_override 6 - Stop lttng tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 7 - Destroy session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 8 - Extraction without getcpu plugin have 256/256\nPASS: ust/getcpu-override/test_getcpu_override 9 - Sequence seed and cpuid sequence have the same size 256/256\nPASS: ust/getcpu-override/test_getcpu_override 10 - Cpuid extraction and seed sequence comparison fails as expected\nPASS: ust/getcpu-override/test_getcpu_override 11 - Create session sequence-cpu in -o /tmp/tmp.XXXXXXXXXXu_override_trace_path.mTeOoP\nPASS: ust/getcpu-override/test_getcpu_override 12 - Enable ust event tp:tptest for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 13 - Start tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 14 - Application with wrapper done\nPASS: ust/getcpu-override/test_getcpu_override 15 - Stop lttng tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 16 - Destroy session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 17 - Extraction with getcpu plugin have 256/256\nPASS: ust/getcpu-override/test_getcpu_override 18 - Sequence seed and cpuid sequence have the same size 256/256\nPASS: ust/getcpu-override/test_getcpu_override 19 - Cpuid extraction and seed sequence comparison\nPASS: ust/getcpu-override/test_getcpu_override 20 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 1 - Start session daemon\nPASS: ust/clock-override/test_clock_override 2 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_ust_trace_path.kcM2c7\nPASS: ust/clock-override/test_clock_override 3 - Enable ust event tp:tptest for session clock_override\nPASS: ust/clock-override/test_clock_override 4 - Start tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 5 - Application done\nPASS: ust/clock-override/test_clock_override 6 - Stop lttng tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 7 - Destroy session clock_override\nPASS: ust/clock-override/test_clock_override 8 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 9 - Metadata extraction from babeltrace\nPASS: ust/clock-override/test_clock_override 10 - Clock metadata extraction\nPASS: ust/clock-override/test_clock_override 11 - Tokens to check(4) and provided values(4) count is equal\nPASS: ust/clock-override/test_clock_override 12 - Token \"name\" expect:lttng_test_clock_override got:lttng_test_clock_override\nPASS: ust/clock-override/test_clock_override 13 - Token \"uuid\" expect:83c63deb-7aa4-48fb-abda-946f400d76e6 got:83c63deb-7aa4-48fb-abda-946f400d76e6\nPASS: ust/clock-override/test_clock_override 14 - Token \"description\" expect:Freeze time with 1KHz for regression test got:Freeze time with 1KHz for regression test\nPASS: ust/clock-override/test_clock_override 15 - Token \"freq\" expect:1000 got:1000\nPASS: ust/clock-override/test_clock_override 16 - Start session daemon\nPASS: ust/clock-override/test_clock_override 17 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_ust_trace_path.dRPMGw\nPASS: ust/clock-override/test_clock_override 18 - Enable ust event tp:tptest for session clock_override\nPASS: ust/clock-override/test_clock_override 19 - Start tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 20 - Application done\nPASS: ust/clock-override/test_clock_override 21 - Stop lttng tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 22 - Destroy session clock_override\nPASS: ust/clock-override/test_clock_override 23 - Unique event timestamps without clock override: 256 expect >1\nPASS: ust/clock-override/test_clock_override 24 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 25 - Start session daemon\nPASS: ust/clock-override/test_clock_override 26 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_ust_trace_path.dRPMGw\nPASS: ust/clock-override/test_clock_override 27 - Enable ust event tp:tptest for session clock_override\nPASS: ust/clock-override/test_clock_override 28 - Start tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 29 - Application done\nPASS: ust/clock-override/test_clock_override 30 - Stop lttng tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 31 - Destroy session clock_override\nPASS: ust/clock-override/test_clock_override 32 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 33 - Unique event timestamps with clock override: 1 expect 1\nPASS: ust/test_event_basic 1 - Start session daemon\nPASS: ust/test_event_basic 2 - Create session ust_event_basic in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.N8fxY3\nPASS: ust/test_event_basic 3 - Create session ust_event_basic2 in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.N8fxY3\nPASS: ust/test_event_basic 4 - Enable channel mychan for session ust_event_basic\nPASS: ust/test_event_basic 5 - Enable channel mychan2 for session ust_event_basic2\nPASS: ust/test_event_basic 6 - Enable ust event tp1 for session ust_event_basic\nPASS: ust/test_event_basic 7 - Enable ust event ev2 for session ust_event_basic\nPASS: ust/test_event_basic 8 - Enable ust event ev3 for session ust_event_basic2\nPASS: ust/test_event_basic 9 - Add context command for type: vpid\nPASS: ust/test_event_basic 10 - Add context command for type: vtid\nPASS: ust/test_event_basic 11 - Add context command for type: pthread_id\nPASS: ust/test_event_basic 12 - Add context command for type: procname\nPASS: ust/test_event_basic 13 - Add context command for type: procname\nPASS: ust/test_event_basic 14 - Disable event tp1 for session ust_event_basic\nPASS: ust/test_event_basic 15 - Disable event ev3 for session ust_event_basic2\nPASS: ust/test_event_basic 16 - Enable ust event tp1 for session ust_event_basic\nPASS: ust/test_event_basic 17 - Enable ust event ev3 for session ust_event_basic2\nPASS: ust/test_event_basic 18 - Start tracing for session\nPASS: ust/test_event_basic 19 - Stop lttng tracing for session\nPASS: ust/test_event_basic 20 - Start tracing for session\nPASS: ust/test_event_basic 21 - Stop lttng tracing for session\nPASS: ust/test_event_basic 22 - Validate trace\nPASS: ust/test_event_basic 23 - Destroy session ust_event_basic2\nPASS: ust/test_event_basic 24 - Destroy session ust_event_basic\nPASS: ust/test_event_basic 25 - Wait after kill session daemon\nPASS: ust/test_event_tracef 1 - Start session daemon\nPASS: ust/test_event_tracef 2 - Create session tracef in -o /tmp/tmp.XXXXXXXXXX_tracef_trace_path.MNKF9B\nPASS: ust/test_event_tracef 3 - Enable ust event lttng_ust_tracef:event for session tracef\nPASS: ust/test_event_tracef 4 - Start tracing for session tracef\nPASS: ust/test_event_tracef 5 - Traced application stopped.\nPASS: ust/test_event_tracef 6 - Stop lttng tracing for session tracef\nPASS: ust/test_event_tracef 7 - Destroy session tracef\nPASS: ust/test_event_tracef 8 - Trace match with 100 event lttng_ust_tracef:event\nPASS: ust/test_event_tracef 9 - Wait after kill session daemon\nPASS: ust/test_event_perf 1 - Start session daemon\nPASS: ust/test_event_perf 2 - Create session ust_event_basic in -o /tmp/tmp.XXXXXXXXXXng_raw_trace_path.vVF3oE\nPASS: ust/test_event_perf 3 - Enable channel mychan for session ust_event_basic\nPASS: ust/test_event_perf 4 - Enable event tp:tptest for session ust_event_basic in channel mychan\nPASS: ust/test_event_perf 5 - Add context command for type: perf:thread:raw:r0110:test\nPASS: ust/test_event_perf 6 - Add context command failed as expected for type: perf:thread:raw:rZZZ:test\nPASS: ust/test_event_perf 7 - Add context command failed as expected for type: perf:thread:raw:b0110:test\nPASS: ust/test_event_perf 8 - Add context command failed as expected for type: perf:thread:raw:r0110:\nPASS: ust/test_event_perf 9 - Add context command failed as expected for type: perf:thread:raw:r0110::\nPASS: ust/test_event_perf 10 - Add context command failed as expected for type: perf:thread:raw:r:test\nPASS: ust/test_event_perf 11 - Add context command failed as expected for type: perf:thread:raw:r::\nPASS: ust/test_event_perf 12 - Add context command failed as expected for type: perf:thread:raw::\nPASS: ust/test_event_perf 13 - Add context command failed as expected for type: perf:thread:raw\nPASS: ust/test_event_perf 14 - Add context command failed as expected for type: perf:thread:raw:r0110:test:wrong\nPASS: ust/test_event_perf 15 - Destroy session ust_event_basic\nPASS: ust/test_event_perf 16 - Create session ust_event_basic in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.kPBEQx\nPASS: ust/test_event_perf 17 - Enable channel mychan for session ust_event_basic\nPASS: ust/test_event_perf 18 - Enable event tp:tptest for session ust_event_basic in channel mychan\nPASS: ust/test_event_perf 19 - Add context command for type: perf:thread:page-fault\nPASS: ust/test_event_perf 20 - Start tracing for session\nPASS: ust/test_event_perf 21 - Stop lttng tracing for session\nPASS: ust/test_event_perf 22 - Validate trace for event perf_thread_page_fault, 1 events\nPASS: ust/test_event_perf 23 - Destroy session ust_event_basic\nPASS: ust/test_event_perf 24 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 1 - Start session daemon\nPASS: ust/blocking/test_blocking 2 - Create session blocking in no-output mode\nPASS: ust/blocking/test_blocking 3 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 4 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 5 - Application done\nPASS: ust/blocking/test_blocking 6 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 7 - Destroy session blocking\nPASS: ust/blocking/test_blocking 8 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 9 - Does not hang\nPASS: ust/blocking/test_blocking 10 - Start session daemon\nPASS: ust/blocking/test_blocking 11 - Create session blocking in no-output mode\nPASS: ust/blocking/test_blocking 12 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 13 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 14 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 15 - Application done\nPASS: ust/blocking/test_blocking 16 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 17 - Destroy session blocking\nPASS: ust/blocking/test_blocking 18 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 19 - Does not hang\nPASS: ust/blocking/test_blocking 20 - Start session daemon\nPASS: ust/blocking/test_blocking 21 - Create session blocking in no-output mode\nPASS: ust/blocking/test_blocking 22 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 23 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 24 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 25 - Application done\nPASS: ust/blocking/test_blocking 26 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 27 - Destroy session blocking\nPASS: ust/blocking/test_blocking 28 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 29 - Does not hang\nPASS: ust/blocking/test_blocking 30 - Start session daemon\nPASS: ust/blocking/test_blocking 31 - Create session blocking in -o /tmp/tmp.XXXXXXXXXXing_ust_trace_path.2JJ08A\nPASS: ust/blocking/test_blocking 32 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 33 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 34 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 35 - Application done\nPASS: ust/blocking/test_blocking 36 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 37 - Destroy session blocking\nPASS: ust/blocking/test_blocking 38 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 39 - Does not hang\nPASS: ust/blocking/test_blocking 40 - Start session daemon\nPASS: ust/blocking/test_blocking 41 - Create session blocking in -o /tmp/tmp.XXXXXXXXXXing_ust_trace_path.8rlMqU\nPASS: ust/blocking/test_blocking 42 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 43 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 44 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 45 - Application done\nPASS: ust/blocking/test_blocking 46 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 47 - Destroy session blocking\nPASS: ust/blocking/test_blocking 48 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 49 - No event lost with UST blocking mode: found 5000000 expect 5000000\nPASS: ust/multi-lib/test_multi_lib 1 - Start session daemon\nPASS: ust/multi-lib/test_multi_lib 2 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.YIkUgV\nPASS: ust/multi-lib/test_multi_lib 3 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 4 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 5 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 6 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 7 - Metadata match with the metadata of 1 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 8 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 9 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.T962cy\nPASS: ust/multi-lib/test_multi_lib 10 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 11 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 12 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 13 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 14 - Metadata match with the metadata of 2 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 15 - Validate trace for expression '^.*multi:tp.*arg_long_A.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 16 - Validate trace for expression '^.*multi:tp.*arg_long_B.*arg_float_B.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 17 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 18 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.hvDgJx\nPASS: ust/multi-lib/test_multi_lib 19 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 20 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 21 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 22 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 23 - Metadata match with the metadata of 2 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 24 - Validate trace for expression '^.*multi:tp.*enum_int_C.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 25 - Validate trace for expression '^.*multi:tp.*enum_int_D.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 26 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 27 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.bWvPzQ\nPASS: ust/multi-lib/test_multi_lib 28 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 29 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 30 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 31 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 32 - Metadata match with the metadata of 1 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 33 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 34 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.pbmrnW\nPASS: ust/multi-lib/test_multi_lib 35 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 36 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 37 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 38 - Trace match with 16 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 39 - Metadata match with the metadata of 16 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 40 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 41 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.sddQh8\nPASS: ust/multi-lib/test_multi_lib 42 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 43 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 44 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 45 - Trace match with 4 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 46 - Metadata match with the metadata of 2 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 47 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 48 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.CZKdDQ\nPASS: ust/multi-lib/test_multi_lib 49 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 50 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 51 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 52 - Trace match with 3 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 53 - Metadata match with the metadata of 1 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 54 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 55 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 1 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 2 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 3 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 4 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 5 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 6 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 7 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 8 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 9 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 10 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 11 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 12 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 13 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 14 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 15 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 16 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 17 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 18 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 19 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 20 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 21 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 22 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 23 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 24 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 25 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 26 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 27 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 28 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 29 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 30 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 31 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 32 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 33 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 34 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 35 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 36 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 37 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 38 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 39 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 40 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 41 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 42 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 43 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 44 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 45 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 46 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 47 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 48 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 49 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 50 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 51 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 52 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 53 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 54 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 55 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 56 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 57 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 58 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 59 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 60 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 61 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 62 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 63 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 64 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 65 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 66 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 67 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 68 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 69 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 70 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 71 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 72 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 73 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 74 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 75 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 76 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 77 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 78 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 79 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 80 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 81 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 82 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 83 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 84 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 85 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 86 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 87 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 88 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 89 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 90 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 91 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 92 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 93 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 94 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 95 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 96 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 97 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 98 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 99 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 100 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 101 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 102 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 103 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 104 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 105 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 106 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 107 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 108 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 109 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 110 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 111 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 112 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 113 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 114 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 115 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 116 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 117 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 118 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 119 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 120 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 121 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 122 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 123 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 124 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 125 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 126 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 127 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 128 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 129 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 130 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 131 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 132 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 133 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 134 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 135 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 136 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 137 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 138 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 139 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 140 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 141 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 142 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 143 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 144 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 145 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 146 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 147 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 148 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 149 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 150 - Wait after kill session daemon\nPASS: tools/metadata/test_ust 1 - Start session daemon\nPASS: tools/metadata/test_ust 2 - Create session per-uid in\nPASS: tools/metadata/test_ust 3 - Enable ust event tp:tptest for session per-uid\nPASS: tools/metadata/test_ust 4 - Start tracing for session per-uid\nPASS: tools/metadata/test_ust 5 - Stop lttng tracing for session per-uid\nPASS: tools/metadata/test_ust 6 - Destroy session per-uid\nPASS: tools/metadata/test_ust 7 - Extracting trace_name from env metadata\nPASS: tools/metadata/test_ust 8 - Extracting trace_creation_datetime from env metadata\nPASS: tools/metadata/test_ust 9 - Extracting domain from env metadata\nPASS: tools/metadata/test_ust 10 - Extracting tracer_buffering_scheme from env metadata\nPASS: tools/metadata/test_ust 11 - Extracting tracer_buffering_id from env metadata\nPASS: tools/metadata/test_ust 12 - tracer_buffering_id match current user uid\nPASS: tools/metadata/test_ust 13 - Extracting architecture_bit_width from env metadata\nPASS: tools/metadata/test_ust 14 - Reconstructed path from metadata is valid\nPASS: tools/metadata/test_ust 15 - Extracting hostname from env metadata\nPASS: tools/metadata/test_ust 16 - Hostname is valid\nPASS: tools/metadata/test_ust 17 - Create session per-pid in\nPASS: tools/metadata/test_ust 18 - Enable channel channel for session per-pid\nPASS: tools/metadata/test_ust 19 - Enable ust event tp:tptest for session per-pid\nPASS: tools/metadata/test_ust 20 - Start tracing for session per-pid\nPASS: tools/metadata/test_ust 21 - Stop lttng tracing for session per-pid\nPASS: tools/metadata/test_ust 22 - Destroy session per-pid\nPASS: tools/metadata/test_ust 23 - Extracting trace_name from env metadata\nPASS: tools/metadata/test_ust 24 - Extracting trace_creation_datetime from env metadata\nPASS: tools/metadata/test_ust 25 - Extracting domain from env metadata\nPASS: tools/metadata/test_ust 26 - Extracting tracer_buffering_scheme from env metadata\nPASS: tools/metadata/test_ust 27 - Extracting procname from env metadata\nPASS: tools/metadata/test_ust 28 - Extracting vpid from env metadata\nPASS: tools/metadata/test_ust 29 - Extracting tracer_buffering_id from env metadata\nPASS: tools/metadata/test_ust 30 - vpid and tracer_buffering_id are identical\nPASS: tools/metadata/test_ust 31 - vpid and known testapp pid are identical\nPASS: tools/metadata/test_ust 32 - tracer_buffering_id and known testapp pid are identical\nPASS: tools/metadata/test_ust 33 - Extracting vpid_datetime from env metadata\nPASS: tools/metadata/test_ust 34 - Reconstructed path from metadata is valid\nPASS: tools/metadata/test_ust 35 - Extracting hostname from env metadata\nPASS: tools/metadata/test_ust 36 - Hostname is valid\nPASS: tools/metadata/test_ust 37 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.QOhKO1 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 2 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 3 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 4 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 5 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 6 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 7 - Enable channel my_channel for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 8 - Enable ust event tp:tptest for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 9 - Start tracing for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 10 - Stop lttng tracing for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 11 - Destroy session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 12 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 13 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 14 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 15 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 16 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 17 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 18 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 19 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 20 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 21 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 22 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 23 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 24 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.0SeQve --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 25 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 26 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 27 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 28 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 29 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 30 - Enable channel my_channel for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 31 - Enable ust event tp:tptest for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 32 - Start tracing for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 33 - Stop lttng tracing for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 34 - Destroy session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 35 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 36 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 37 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 38 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 39 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 40 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 41 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 42 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 43 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 44 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 45 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 46 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 47 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.egHu8t --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 48 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 49 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 50 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 51 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 52 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 53 - Enable channel my_channel for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 54 - Enable ust event tp:tptest for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 55 - Start tracing for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 56 - Stop lttng tracing for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 57 - Destroy session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 58 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 59 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 60 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 61 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 62 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 63 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 64 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 65 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 66 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 67 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 68 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 69 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 70 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.mGHFKF --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 71 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 72 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 73 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 74 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 75 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 76 - Enable channel my_channel for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 77 - Enable ust event tp:tptest for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 78 - Start tracing for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 79 - Stop lttng tracing for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 80 - Destroy session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 81 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 82 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 83 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 84 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 85 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 86 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 87 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 88 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 89 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 90 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 91 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 92 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 93 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.a6Hw6J --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 94 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 95 - Create session  with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 96 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 97 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 98 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 99 - Enable channel my_channel for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 100 - Enable ust event tp:tptest for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 101 - Start tracing for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 102 - Stop lttng tracing for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 103 - Destroy session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 104 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 105 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 106 - Create session my-session with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 107 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 108 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 109 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 110 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 111 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 112 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 113 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 114 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 115 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 116 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.xR4P5N --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 117 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 118 - Create session  with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 119 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 120 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 121 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 122 - Enable channel my_channel for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 123 - Enable ust event tp:tptest for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 124 - Start tracing for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 125 - Stop lttng tracing for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 126 - Destroy session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 127 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 128 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 129 - Create session my-session with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 130 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 131 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 132 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 133 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 134 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 135 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 136 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 137 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 138 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 139 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.gKG56k --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 140 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 141 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 142 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 143 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 144 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 145 - Enable channel my_channel for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 146 - Enable ust event tp:tptest for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 147 - Start tracing for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 148 - Stop lttng tracing for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 149 - Destroy session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 150 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 151 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 152 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 153 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 154 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 155 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 156 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 157 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 158 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 159 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 160 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 161 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 162 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.MLN6eb --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 163 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 164 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 165 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 166 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 167 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 168 - Enable channel my_channel for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 169 - Enable ust event tp:tptest for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 170 - Start tracing for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 171 - Stop lttng tracing for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 172 - Destroy session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 173 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 174 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 175 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 176 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 177 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 178 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 179 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 180 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 181 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 182 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 183 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 184 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 185 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.lQCs1Q --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 186 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 187 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 188 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 189 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 190 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 191 - Enable channel my_channel for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 192 - Enable ust event tp:tptest for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 193 - Start tracing for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 194 - Stop lttng tracing for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 195 - Destroy session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 196 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 197 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 198 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 199 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 200 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 201 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 202 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 203 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 204 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 205 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 206 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 207 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 208 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.GrsreO --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 209 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 210 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 211 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 212 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 213 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 214 - Enable channel my_channel for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 215 - Enable ust event tp:tptest for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 216 - Start tracing for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 217 - Stop lttng tracing for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 218 - Destroy session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 219 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 220 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 221 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 222 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 223 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 224 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 225 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 226 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 227 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 228 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 229 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 230 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 231 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.6YWkZG --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 232 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 233 - Create session  with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 234 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 235 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 236 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 237 - Enable channel my_channel for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 238 - Enable ust event tp:tptest for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 239 - Start tracing for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 240 - Stop lttng tracing for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 241 - Destroy session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 242 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 243 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 244 - Create session my-session with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 245 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 246 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 247 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 248 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 249 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 250 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 251 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 252 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 253 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 254 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.pB2vqG --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 255 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 256 - Create session  with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 257 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 258 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 259 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 260 - Enable channel my_channel for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 261 - Enable ust event tp:tptest for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 262 - Start tracing for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 263 - Stop lttng tracing for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 264 - Destroy session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 265 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 266 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 267 - Create session my-session with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 268 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 269 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 270 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 271 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 272 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 273 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 274 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 275 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 276 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 277 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.maOva1 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 278 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 279 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 280 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 281 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 282 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 283 - Enable channel my_channel for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 284 - Enable ust event tp:tptest for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 285 - Start tracing for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 286 - Rotate session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 287 - Stop lttng tracing for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 288 - Destroy session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 289 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 290 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 291 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 292 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 293 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 294 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 295 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 296 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 297 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 298 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 299 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 300 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 301 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 302 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.9nsESt --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 303 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 304 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 305 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 306 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 307 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 308 - Enable channel my_channel for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 309 - Enable ust event tp:tptest for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 310 - Start tracing for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 311 - Rotate session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 312 - Stop lttng tracing for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 313 - Destroy session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 314 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 315 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 316 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 317 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 318 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 319 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 320 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 321 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 322 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 323 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 324 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 325 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 326 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 327 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.Snirp6 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 328 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 329 - Create session  with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 330 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 331 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 332 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 333 - Enable channel my_channel for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 334 - Enable ust event tp:tptest for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 335 - Start tracing for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 336 - Rotate session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 337 - Stop lttng tracing for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 338 - Destroy session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 339 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 340 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 341 - Create session my-session with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 342 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 343 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 344 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 345 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 346 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 347 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 348 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 349 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 350 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 351 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 352 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.l2R5oz --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 353 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 354 - Create session  with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 355 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 356 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 357 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 358 - Enable channel my_channel for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 359 - Enable ust event tp:tptest for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 360 - Start tracing for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 361 - Rotate session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 362 - Stop lttng tracing for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 363 - Destroy session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 364 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 365 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 366 - Create session my-session with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 367 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 368 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 369 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 370 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 371 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 372 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 373 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 374 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 375 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 376 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 377 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.DROt5D --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 378 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 379 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 380 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 381 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 382 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 383 - Enable channel my_channel for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 384 - Enable ust event tp:tptest for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 385 - Start tracing for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 386 - Rotate session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 387 - Stop lttng tracing for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 388 - Destroy session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 389 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 390 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 391 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 392 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 393 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 394 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 395 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 396 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 397 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 398 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 399 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 400 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 401 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 402 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.jSDtfl --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 403 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 404 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 405 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 406 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 407 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 408 - Enable channel my_channel for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 409 - Enable ust event tp:tptest for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 410 - Start tracing for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 411 - Rotate session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 412 - Stop lttng tracing for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 413 - Destroy session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 414 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 415 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 416 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 417 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 418 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 419 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 420 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 421 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 422 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 423 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 424 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 425 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 426 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 427 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.m4QQM3 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 428 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 429 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 430 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 431 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 432 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 433 - Enable channel my_channel for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 434 - Enable ust event tp:tptest for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 435 - Start tracing for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 436 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 437 - Stop lttng tracing for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 438 - Destroy session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 439 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 440 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 441 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 442 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 443 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 444 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 445 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 446 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 447 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 448 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 449 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 450 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 451 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 452 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.LdDkSF --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 453 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 454 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 455 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 456 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 457 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 458 - Enable channel my_channel for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 459 - Enable ust event tp:tptest for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 460 - Start tracing for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 461 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 462 - Stop lttng tracing for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 463 - Destroy session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 464 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 465 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 466 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 467 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 468 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 469 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 470 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 471 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 472 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 473 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 474 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 475 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 476 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 477 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.w0D7gY --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 478 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 479 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 480 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 481 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 482 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 483 - Enable channel my_channel for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 484 - Enable ust event tp:tptest for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 485 - Start tracing for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 486 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 487 - Stop lttng tracing for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 488 - Destroy session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 489 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 490 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 491 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 492 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 493 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 494 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 495 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 496 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 497 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 498 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 499 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 500 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 501 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 502 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.CbHyaD --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 503 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 504 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 505 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 506 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 507 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 508 - Enable channel my_channel for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 509 - Enable ust event tp:tptest for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 510 - Start tracing for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 511 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 512 - Stop lttng tracing for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 513 - Destroy session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 514 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 515 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 516 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 517 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 518 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 519 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 520 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 521 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 522 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 523 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 524 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 525 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 526 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 527 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.7OflUi --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 528 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 529 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 530 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 531 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 532 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 533 - Enable channel my_channel for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 534 - Enable ust event tp:tptest for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 535 - Start tracing for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 536 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 537 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 538 - Stop lttng tracing for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 539 - Destroy session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 540 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 541 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 542 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 543 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 544 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 545 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 546 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 547 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 548 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 549 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 550 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 551 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 552 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 553 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 554 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.hRr7C1 --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 555 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 556 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 557 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 558 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 559 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 560 - Enable channel my_channel for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 561 - Enable ust event tp:tptest for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 562 - Start tracing for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 563 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 564 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 565 - Stop lttng tracing for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 566 - Destroy session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 567 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 568 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 569 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 570 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 571 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 572 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 573 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 574 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 575 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 576 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 577 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 578 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 579 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 580 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 581 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.Yf8AY8 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 582 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 583 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 584 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 585 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 586 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 587 - Enable channel my_channel for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 588 - Enable ust event tp:tptest for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 589 - Start tracing for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 590 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 591 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 592 - Stop lttng tracing for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 593 - Destroy session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 594 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 595 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 596 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 597 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 598 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 599 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 600 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 601 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 602 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 603 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 604 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 605 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 606 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 607 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 608 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.wCArB8 --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 609 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 610 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 611 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 612 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 613 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 614 - Enable channel my_channel for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 615 - Enable ust event tp:tptest for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 616 - Start tracing for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 617 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 618 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 619 - Stop lttng tracing for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 620 - Destroy session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 621 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 622 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 623 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 624 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 625 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 626 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 627 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 628 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 629 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 630 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 631 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 632 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 633 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 634 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 635 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.DWfAQs --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 636 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 637 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 638 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 639 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 640 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 641 - Enable channel my_channel for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 642 - Enable ust event tp:tptest for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 643 - Start tracing for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 644 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 645 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 646 - Stop lttng tracing for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 647 - Destroy session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 648 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 649 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 650 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 651 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 652 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 653 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 654 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 655 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 656 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 657 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 658 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 659 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 660 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 661 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 662 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.rEocli --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 663 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 664 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 665 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 666 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 667 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 668 - Enable channel my_channel for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 669 - Enable ust event tp:tptest for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 670 - Start tracing for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 671 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 672 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 673 - Stop lttng tracing for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 674 - Destroy session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 675 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 676 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 677 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 678 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 679 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 680 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 681 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 682 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 683 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 684 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 685 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 686 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 687 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 688 - Wait after kill session daemon\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 1 - Add trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 2 - Add trigger end-trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 3 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 4 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 5 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 6 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 7 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 8 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 9 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 10 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 11 - Remove trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 12 - Remove trigger end-trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 13 - Add trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 14 - Add trigger end-trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 15 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 16 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 17 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 18 - Remove trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 19 - Remove trigger end-trigger1\nPASS: kernel/test_all_events 1 - Start session daemon\nPASS: kernel/test_all_events 2 - Create session kernel_all_events_basic in -o /tmp/tmp.XXXXXXXXXXvent_trace_path.serPBp\nPASS: kernel/test_all_events 3 - Enable kernel event -a for session kernel_all_events_basic\nPASS: kernel/test_all_events 4 - Start tracing for session\nPASS: kernel/test_all_events 5 - Stop lttng tracing for session\nPASS: kernel/test_all_events 6 - Validate trace for event sched_switch, 60 events\nPASS: kernel/test_all_events 7 - Destroy session kernel_all_events_basic\nPASS: kernel/test_all_events 8 - Wait after kill session daemon\nPASS: kernel/test_callstack 1 - Start session daemon\nPASS: kernel/test_callstack 2 - Create session callstack in -o /tmp/tmp.XXXXXXXXXXcallstack_trace_path.KOkK3a\nPASS: kernel/test_callstack 3 - Enable channel chan0 for session callstack\nPASS: kernel/test_callstack 4 - Enable kernel syscall gettid for session callstack on channel chan0\nPASS: kernel/test_callstack 5 - Add context command for type: callstack-user\nPASS: kernel/test_callstack 6 - Untrack command with opts: -s callstack --all --pid -k\nPASS: kernel/test_callstack 7 - Track command with opts: -s callstack -k --pid=2799\nPASS: kernel/test_callstack 8 - Start tracing for session\nPASS: kernel/test_callstack 9 - Stop lttng tracing for session\nPASS: kernel/test_callstack 10 - Destroy session callstack\nPASS: kernel/test_callstack 11 - Validate userspace callstack\nPASS: kernel/test_callstack 12 - Create session callstack in -o /tmp/tmp.XXXXXXXXXXl_callstack_trace_path.RD0uLi\nPASS: kernel/test_callstack 13 - Enable channel chan0 for session callstack\nPASS: kernel/test_callstack 14 - Enable kernel syscall read for session callstack on channel chan0\nPASS: kernel/test_callstack 15 - Add context command for type: callstack-kernel\nPASS: kernel/test_callstack 16 - Untrack command with opts: -s callstack --all --pid -k\nPASS: kernel/test_callstack 17 - Track command with opts: -s callstack -k --pid=2826\nPASS: kernel/test_callstack 18 - Start tracing for session\nPASS: kernel/test_callstack 19 - Stop lttng tracing for session\nPASS: kernel/test_callstack 20 - Destroy session callstack\nPASS: kernel/test_callstack 21 - Validate kernel callstack\nPASS: kernel/test_callstack 22 - Wait after kill session daemon\nPASS: kernel/test_channel 1 - Start session daemon\nPASS: kernel/test_channel 2 - Create session test_session_name in -o /tmp/tmp.XXXXXXXXXXel_buffer_trace_path.VmN1od\nPASS: kernel/test_channel 3 - Enable channel test_channel_name for session test_session_name\nPASS: kernel/test_channel 4 - Destroy session test_session_name\nPASS: kernel/test_channel 5 - Create session test_session_name in -o /tmp/tmp.XXXXXXXXXXel_buffer_too_large_trace_path.u0KrSE\nPASS: kernel/test_channel 6 - Enable channel test_channel_name for session test_session_name failed as expected\nPASS: kernel/test_channel 7 - Destroy session test_session_name\nPASS: kernel/test_channel 8 - Wait after kill session daemon\nPASS: kernel/test_clock_override 1 - Start session daemon\nPASS: kernel/test_clock_override 2 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_trace_path.ZFzP9t\nPASS: kernel/test_clock_override 3 - Enable kernel event lttng_test_filter_event for session clock_override\nPASS: kernel/test_clock_override 4 - Start tracing for session clock_override\nPASS: kernel/test_clock_override 5 - Stop lttng tracing for session clock_override\nPASS: kernel/test_clock_override 6 - Destroy session clock_override\nPASS: kernel/test_clock_override 7 - Wait after kill session daemon\nPASS: kernel/test_clock_override 8 - Metadata extraction from babeltrace\nPASS: kernel/test_clock_override 9 - Clock metadata extraction\nPASS: kernel/test_clock_override 10 - Tokens to check(4) and provided values(4) count is equal\nPASS: kernel/test_clock_override 11 - Token \"name\" expect:lttng_test_clock_override got:lttng_test_clock_override\nPASS: kernel/test_clock_override 12 - Token \"uuid\" expect:83c63deb-7aa4-48fb-abda-946f400d76e6 got:83c63deb-7aa4-48fb-abda-946f400d76e6\nPASS: kernel/test_clock_override 13 - Token \"description\" expect:Freeze time with 1KHz for regression test got:Freeze time with 1KHz for regression test\nPASS: kernel/test_clock_override 14 - Token \"freq\" expect:1000 got:1000\nPASS: kernel/test_clock_override 15 - Start session daemon\nPASS: kernel/test_clock_override 16 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_trace_path.epoQ9S\nPASS: kernel/test_clock_override 17 - Enable kernel event lttng_test_filter_event for session clock_override\nPASS: kernel/test_clock_override 18 - Start tracing for session clock_override\nPASS: kernel/test_clock_override 19 - Stop lttng tracing for session clock_override\nPASS: kernel/test_clock_override 20 - Destroy session clock_override\nPASS: kernel/test_clock_override 21 - Unique event timestamps without clock override: 10 expect >1\nPASS: kernel/test_clock_override 22 - Wait after kill session daemon\nPASS: kernel/test_clock_override 23 - Start session daemon\nPASS: kernel/test_clock_override 24 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_trace_path.epoQ9S\nPASS: kernel/test_clock_override 25 - Enable kernel event lttng_test_filter_event for session clock_override\nPASS: kernel/test_clock_override 26 - Start tracing for session clock_override\nPASS: kernel/test_clock_override 27 - Stop lttng tracing for session clock_override\nPASS: kernel/test_clock_override 28 - Destroy session clock_override\nPASS: kernel/test_clock_override 29 - Wait after kill session daemon\nPASS: kernel/test_clock_override 30 - Unique event timestamps with clock override: 1 expect 1\nPASS: kernel/test_event_basic 1 - Start session daemon\nPASS: kernel/test_event_basic 2 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.HFe0lb\nPASS: kernel/test_event_basic 3 - Enable kernel event sched_switch for session kernel_event_basic\nPASS: kernel/test_event_basic 4 - Enable kernel event sched_process_exit for session kernel_event_basic\nPASS: kernel/test_event_basic 5 - Enable kernel event sched_process_fork for session kernel_event_basic\nPASS: kernel/test_event_basic 6 - Start tracing for session\nPASS: kernel/test_event_basic 7 - Stop lttng tracing for session\nPASS: kernel/test_event_basic 8 - Kernel trace path is valid\nPASS: kernel/test_event_basic 9 - Validate trace for event sched_switch, 49 events\nPASS: kernel/test_event_basic 10 - Validate trace for event sched_process_exit, 2 events\nPASS: kernel/test_event_basic 11 - Validate trace for event sched_process_fork, 2 events\nPASS: kernel/test_event_basic 12 - Destroy session kernel_event_basic\nPASS: kernel/test_event_basic 13 - Create session kernel_enable_after_start in -o /tmp/tmp.XXXXXXXXXXe_after_start_trace_path.HLQ19f\nPASS: kernel/test_event_basic 14 - Enable kernel event sched_switch for session kernel_enable_after_start\nPASS: kernel/test_event_basic 15 - Start tracing for session\nPASS: kernel/test_event_basic 16 - Enable kernel event sched_process_exit for session kernel_enable_after_start\nPASS: kernel/test_event_basic 17 - Stop lttng tracing for session\nPASS: kernel/test_event_basic 18 - Validate trace for event sched_switch, 82 events\nPASS: kernel/test_event_basic 19 - Validate trace for event sched_process_exit, 2 events\nPASS: kernel/test_event_basic 20 - Destroy session kernel_enable_after_start\nPASS: kernel/test_event_basic 21 - Wait after kill session daemon\nPASS: kernel/test_kernel_function 1 - Create session kernel_function_basic in -o /tmp/tmp.XXXXXXXXXXl_function_basic_trace_path.i2MvLY\nPASS: kernel/test_kernel_function 2 - Enable kernel function event for session kernel_function_basic\nPASS: kernel/test_kernel_function 3 - Start tracing for session\nPASS: kernel/test_kernel_function 4 - Stop lttng tracing for session\nPASS: kernel/test_kernel_function 5 - Validate trace for event my_event_name_entry, 1 events\nPASS: kernel/test_kernel_function 6 - Validate trace for event my_event_name_exit, 1 events\nPASS: kernel/test_kernel_function 7 - Destroy session kernel_function_basic\nPASS: kernel/test_lttng_logger 1 - Start session daemon\nPASS: kernel/test_lttng_logger 2 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXXlogger_trace_path.ZHayvr\nPASS: kernel/test_lttng_logger 3 - Enable kernel event lttng_logger for session kernel_event_basic\nPASS: kernel/test_lttng_logger 4 - Start tracing for session\nPASS: kernel/test_lttng_logger 5 - /proc/lttng-logger exists\nPASS: kernel/test_lttng_logger 6 - Write in /proc/lttng-logger\nPASS: kernel/test_lttng_logger 7 - Stop lttng tracing for session\nPASS: kernel/test_lttng_logger 8 - Validate trace for event lttng_logger, 1 events\nPASS: kernel/test_lttng_logger 9 - Read a total of 1 events, expected 1\nPASS: kernel/test_lttng_logger 10 - Trace match with 1 for expression 'test_logger'\nPASS: kernel/test_lttng_logger 11 - Destroy session kernel_event_basic\nPASS: kernel/test_lttng_logger 12 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXXogger_trace_path.PwDaXn\nPASS: kernel/test_lttng_logger 13 - Enable kernel event lttng_logger for session kernel_event_basic\nPASS: kernel/test_lttng_logger 14 - Start tracing for session\nPASS: kernel/test_lttng_logger 15 - /dev/lttng-logger is a character device\nPASS: kernel/test_lttng_logger 16 - Write in /dev/lttng-logger\nPASS: kernel/test_lttng_logger 17 - Stop lttng tracing for session\nPASS: kernel/test_lttng_logger 18 - Validate trace for event lttng_logger, 1 events\nPASS: kernel/test_lttng_logger 19 - Read a total of 1 events, expected 1\nPASS: kernel/test_lttng_logger 20 - Trace match with 1 for expression 'test_logger'\nPASS: kernel/test_lttng_logger 21 - Destroy session kernel_event_basic\nPASS: kernel/test_lttng_logger 22 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXXad_limit_trace_path.3iZkzw\nPASS: kernel/test_lttng_logger 23 - Enable kernel event lttng_logger for session kernel_event_basic\nPASS: kernel/test_lttng_logger 24 - Start tracing for session\nPASS: kernel/test_lttng_logger 25 - Stop lttng tracing for session\nPASS: kernel/test_lttng_logger 26 - Validate trace for event lttng_logger, 4 events\nPASS: kernel/test_lttng_logger 27 - Read a total of 4 events, expected 4\nPASS: kernel/test_lttng_logger 28 - Trace match with 4 for expression 'test_logger'\nPASS: kernel/test_lttng_logger 29 - Destroy session kernel_event_basic\nPASS: kernel/test_lttng_logger 30 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 1 - Get current cgroup namespace inode: 4026531835\nPASS: kernel/test_ns_contexts 2 - Start session daemon\nPASS: kernel/test_ns_contexts 3 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.DiTbGw\nPASS: kernel/test_ns_contexts 4 - Enable channel cgroup_ns for session cgroup_ns\nPASS: kernel/test_ns_contexts 5 - Add context command for type: cgroup_ns\nPASS: kernel/test_ns_contexts 6 - Add syscall with filter\nPASS: kernel/test_ns_contexts 7 - Start tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts 8 - Stop lttng tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts 9 - Validate trace for event cgroup_ns = 4026531835, 36 events\nPASS: kernel/test_ns_contexts 10 - Destroy session cgroup_ns\nPASS: kernel/test_ns_contexts 11 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 12 - Get current ipc namespace inode: 4026531839\nPASS: kernel/test_ns_contexts 13 - Start session daemon\nPASS: kernel/test_ns_contexts 14 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.ro2fUb\nPASS: kernel/test_ns_contexts 15 - Enable channel ipc_ns for session ipc_ns\nPASS: kernel/test_ns_contexts 16 - Add context command for type: ipc_ns\nPASS: kernel/test_ns_contexts 17 - Add syscall with filter\nPASS: kernel/test_ns_contexts 18 - Start tracing for session ipc_ns\nPASS: kernel/test_ns_contexts 19 - Stop lttng tracing for session ipc_ns\nPASS: kernel/test_ns_contexts 20 - Validate trace for event ipc_ns = 4026531839, 36 events\nPASS: kernel/test_ns_contexts 21 - Destroy session ipc_ns\nPASS: kernel/test_ns_contexts 22 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 23 - Get current mnt namespace inode: 4026531841\nPASS: kernel/test_ns_contexts 24 - Start session daemon\nPASS: kernel/test_ns_contexts 25 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.0OXvmW\nPASS: kernel/test_ns_contexts 26 - Enable channel mnt_ns for session mnt_ns\nPASS: kernel/test_ns_contexts 27 - Add context command for type: mnt_ns\nPASS: kernel/test_ns_contexts 28 - Add syscall with filter\nPASS: kernel/test_ns_contexts 29 - Start tracing for session mnt_ns\nPASS: kernel/test_ns_contexts 30 - Stop lttng tracing for session mnt_ns\nPASS: kernel/test_ns_contexts 31 - Validate trace for event mnt_ns = 4026531841, 36 events\nPASS: kernel/test_ns_contexts 32 - Destroy session mnt_ns\nPASS: kernel/test_ns_contexts 33 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 34 - Get current net namespace inode: 4026531840\nPASS: kernel/test_ns_contexts 35 - Start session daemon\nPASS: kernel/test_ns_contexts 36 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.PSUQC8\nPASS: kernel/test_ns_contexts 37 - Enable channel net_ns for session net_ns\nPASS: kernel/test_ns_contexts 38 - Add context command for type: net_ns\nPASS: kernel/test_ns_contexts 39 - Add syscall with filter\nPASS: kernel/test_ns_contexts 40 - Start tracing for session net_ns\nPASS: kernel/test_ns_contexts 41 - Stop lttng tracing for session net_ns\nPASS: kernel/test_ns_contexts 42 - Validate trace for event net_ns = 4026531840, 36 events\nPASS: kernel/test_ns_contexts 43 - Destroy session net_ns\nPASS: kernel/test_ns_contexts 44 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 45 - Get current pid namespace inode: 4026531836\nPASS: kernel/test_ns_contexts 46 - Start session daemon\nPASS: kernel/test_ns_contexts 47 - Create session pid_ns in -o /tmp/tmp.XXXXXXXXXXace_path.0YZVjU\nPASS: kernel/test_ns_contexts 48 - Enable channel pid_ns for session pid_ns\nPASS: kernel/test_ns_contexts 49 - Add context command for type: pid_ns\nPASS: kernel/test_ns_contexts 50 - Add syscall with filter\nPASS: kernel/test_ns_contexts 51 - Start tracing for session pid_ns\nPASS: kernel/test_ns_contexts 52 - Stop lttng tracing for session pid_ns\nPASS: kernel/test_ns_contexts 53 - Validate trace for event pid_ns = 4026531836, 32 events\nPASS: kernel/test_ns_contexts 54 - Destroy session pid_ns\nPASS: kernel/test_ns_contexts 55 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 56 - Get current time namespace inode: 4026531834\nPASS: kernel/test_ns_contexts 57 - Start session daemon\nPASS: kernel/test_ns_contexts 58 - Create session time_ns in -o /tmp/tmp.XXXXXXXXXXace_path.XkGf22\nPASS: kernel/test_ns_contexts 59 - Enable channel time_ns for session time_ns\nPASS: kernel/test_ns_contexts 60 - Add context command for type: time_ns\nPASS: kernel/test_ns_contexts 61 - Add syscall with filter\nPASS: kernel/test_ns_contexts 62 - Start tracing for session time_ns\nPASS: kernel/test_ns_contexts 63 - Stop lttng tracing for session time_ns\nPASS: kernel/test_ns_contexts 64 - Validate trace for event time_ns = 4026531834, 36 events\nPASS: kernel/test_ns_contexts 65 - Destroy session time_ns\nPASS: kernel/test_ns_contexts 66 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 67 - Get current user namespace inode: 4026531837\nPASS: kernel/test_ns_contexts 68 - Start session daemon\nPASS: kernel/test_ns_contexts 69 - Create session user_ns in -o /tmp/tmp.XXXXXXXXXXace_path.WoIruh\nPASS: kernel/test_ns_contexts 70 - Enable channel user_ns for session user_ns\nPASS: kernel/test_ns_contexts 71 - Add context command for type: user_ns\nPASS: kernel/test_ns_contexts 72 - Add syscall with filter\nPASS: kernel/test_ns_contexts 73 - Start tracing for session user_ns\nPASS: kernel/test_ns_contexts 74 - Stop lttng tracing for session user_ns\nPASS: kernel/test_ns_contexts 75 - Validate trace for event user_ns = 4026531837, 32 events\nPASS: kernel/test_ns_contexts 76 - Destroy session user_ns\nPASS: kernel/test_ns_contexts 77 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 78 - Get current uts namespace inode: 4026531838\nPASS: kernel/test_ns_contexts 79 - Start session daemon\nPASS: kernel/test_ns_contexts 80 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.EsWzBF\nPASS: kernel/test_ns_contexts 81 - Enable channel uts_ns for session uts_ns\nPASS: kernel/test_ns_contexts 82 - Add context command for type: uts_ns\nPASS: kernel/test_ns_contexts 83 - Add syscall with filter\nPASS: kernel/test_ns_contexts 84 - Start tracing for session uts_ns\nPASS: kernel/test_ns_contexts 85 - Stop lttng tracing for session uts_ns\nPASS: kernel/test_ns_contexts 86 - Validate trace for event uts_ns = 4026531838, 36 events\nPASS: kernel/test_ns_contexts 87 - Destroy session uts_ns\nPASS: kernel/test_ns_contexts 88 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 1 - Get current cgroup namespace inode: 4026531835\nPASS: kernel/test_ns_contexts_change 2 - Launch test app.\nPASS: kernel/test_ns_contexts_change 3 - Get app current cgroup namespace inode: 4026531835\nPASS: kernel/test_ns_contexts_change 4 - Start session daemon\nPASS: kernel/test_ns_contexts_change 5 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.9S6MHW\nPASS: kernel/test_ns_contexts_change 6 - Enable channel cgroup_ns for session cgroup_ns\nPASS: kernel/test_ns_contexts_change 7 - Add context command for type: cgroup_ns\nPASS: kernel/test_ns_contexts_change 8 - Enable kernel syscall unshare for session cgroup_ns on channel cgroup_ns\nPASS: kernel/test_ns_contexts_change 9 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 10 - Start tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts_change 11 - Get app current cgroup namespace inode: 4026532337\nPASS: kernel/test_ns_contexts_change 12 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 13 - Stop lttng tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts_change 14 - Validate trace for event cgroup_ns = 4026531835, 1 events\nPASS: kernel/test_ns_contexts_change 15 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 16 - Validate trace for event cgroup_ns = 4026532337, 1 events\nPASS: kernel/test_ns_contexts_change 17 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 18 - Destroy session cgroup_ns\nPASS: kernel/test_ns_contexts_change 19 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 20 - Get current ipc namespace inode: 4026531839\nPASS: kernel/test_ns_contexts_change 21 - Launch test app.\nPASS: kernel/test_ns_contexts_change 22 - Get app current ipc namespace inode: 4026531839\nPASS: kernel/test_ns_contexts_change 23 - Start session daemon\nPASS: kernel/test_ns_contexts_change 24 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.sz3WMN\nPASS: kernel/test_ns_contexts_change 25 - Enable channel ipc_ns for session ipc_ns\nPASS: kernel/test_ns_contexts_change 26 - Add context command for type: ipc_ns\nPASS: kernel/test_ns_contexts_change 27 - Enable kernel syscall unshare for session ipc_ns on channel ipc_ns\nPASS: kernel/test_ns_contexts_change 28 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 29 - Start tracing for session ipc_ns\nPASS: kernel/test_ns_contexts_change 30 - Get app current ipc namespace inode: 4026532338\nPASS: kernel/test_ns_contexts_change 31 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 32 - Stop lttng tracing for session ipc_ns\nPASS: kernel/test_ns_contexts_change 33 - Validate trace for event ipc_ns = 4026531839, 1 events\nPASS: kernel/test_ns_contexts_change 34 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 35 - Validate trace for event ipc_ns = 4026532338, 1 events\nPASS: kernel/test_ns_contexts_change 36 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 37 - Destroy session ipc_ns\nPASS: kernel/test_ns_contexts_change 38 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 39 - Get current mnt namespace inode: 4026531841\nPASS: kernel/test_ns_contexts_change 40 - Launch test app.\nPASS: kernel/test_ns_contexts_change 41 - Get app current mnt namespace inode: 4026531841\nPASS: kernel/test_ns_contexts_change 42 - Start session daemon\nPASS: kernel/test_ns_contexts_change 43 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.ZuYQ6V\nPASS: kernel/test_ns_contexts_change 44 - Enable channel mnt_ns for session mnt_ns\nPASS: kernel/test_ns_contexts_change 45 - Add context command for type: mnt_ns\nPASS: kernel/test_ns_contexts_change 46 - Enable kernel syscall unshare for session mnt_ns on channel mnt_ns\nPASS: kernel/test_ns_contexts_change 47 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 48 - Start tracing for session mnt_ns\nPASS: kernel/test_ns_contexts_change 49 - Get app current mnt namespace inode: 4026532337\nPASS: kernel/test_ns_contexts_change 50 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 51 - Stop lttng tracing for session mnt_ns\nPASS: kernel/test_ns_contexts_change 52 - Validate trace for event mnt_ns = 4026531841, 1 events\nPASS: kernel/test_ns_contexts_change 53 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 54 - Validate trace for event mnt_ns = 4026532337, 1 events\nPASS: kernel/test_ns_contexts_change 55 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 56 - Destroy session mnt_ns\nPASS: kernel/test_ns_contexts_change 57 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 58 - Get current net namespace inode: 4026531840\nPASS: kernel/test_ns_contexts_change 59 - Launch test app.\nPASS: kernel/test_ns_contexts_change 60 - Get app current net namespace inode: 4026531840\nPASS: kernel/test_ns_contexts_change 61 - Start session daemon\nPASS: kernel/test_ns_contexts_change 62 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.htmrrd\nPASS: kernel/test_ns_contexts_change 63 - Enable channel net_ns for session net_ns\nPASS: kernel/test_ns_contexts_change 64 - Add context command for type: net_ns\nPASS: kernel/test_ns_contexts_change 65 - Enable kernel syscall unshare for session net_ns on channel net_ns\nPASS: kernel/test_ns_contexts_change 66 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 67 - Start tracing for session net_ns\nPASS: kernel/test_ns_contexts_change 68 - Get app current net namespace inode: 4026532338\nPASS: kernel/test_ns_contexts_change 69 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 70 - Stop lttng tracing for session net_ns\nPASS: kernel/test_ns_contexts_change 71 - Validate trace for event net_ns = 4026531840, 1 events\nPASS: kernel/test_ns_contexts_change 72 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 73 - Validate trace for event net_ns = 4026532338, 1 events\nPASS: kernel/test_ns_contexts_change 74 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 75 - Destroy session net_ns\nPASS: kernel/test_ns_contexts_change 76 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 77 - Get current user namespace inode: 4026531837\nPASS: kernel/test_ns_contexts_change 78 - Launch test app.\nPASS: kernel/test_ns_contexts_change 79 - Get app current user namespace inode: 4026531837\nPASS: kernel/test_ns_contexts_change 80 - Start session daemon\nPASS: kernel/test_ns_contexts_change 81 - Create session user_ns in -o /tmp/tmp.XXXXXXXXXXace_path.TOC1La\nPASS: kernel/test_ns_contexts_change 82 - Enable channel user_ns for session user_ns\nPASS: kernel/test_ns_contexts_change 83 - Add context command for type: user_ns\nPASS: kernel/test_ns_contexts_change 84 - Enable kernel syscall unshare for session user_ns on channel user_ns\nPASS: kernel/test_ns_contexts_change 85 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 86 - Start tracing for session user_ns\nPASS: kernel/test_ns_contexts_change 87 - Get app current user namespace inode: 4026532337\nPASS: kernel/test_ns_contexts_change 88 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 89 - Stop lttng tracing for session user_ns\nPASS: kernel/test_ns_contexts_change 90 - Validate trace for event user_ns = 4026531837, 1 events\nPASS: kernel/test_ns_contexts_change 91 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 92 - Validate trace for event user_ns = 4026532337, 1 events\nPASS: kernel/test_ns_contexts_change 93 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 94 - Destroy session user_ns\nPASS: kernel/test_ns_contexts_change 95 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 96 - Get current uts namespace inode: 4026531838\nPASS: kernel/test_ns_contexts_change 97 - Launch test app.\nPASS: kernel/test_ns_contexts_change 98 - Get app current uts namespace inode: 4026531838\nPASS: kernel/test_ns_contexts_change 99 - Start session daemon\nPASS: kernel/test_ns_contexts_change 100 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.k8ZFv5\nPASS: kernel/test_ns_contexts_change 101 - Enable channel uts_ns for session uts_ns\nPASS: kernel/test_ns_contexts_change 102 - Add context command for type: uts_ns\nPASS: kernel/test_ns_contexts_change 103 - Enable kernel syscall unshare for session uts_ns on channel uts_ns\nPASS: kernel/test_ns_contexts_change 104 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 105 - Start tracing for session uts_ns\nPASS: kernel/test_ns_contexts_change 106 - Get app current uts namespace inode: 4026532338\nPASS: kernel/test_ns_contexts_change 107 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 108 - Stop lttng tracing for session uts_ns\nPASS: kernel/test_ns_contexts_change 109 - Validate trace for event uts_ns = 4026531838, 1 events\nPASS: kernel/test_ns_contexts_change 110 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 111 - Validate trace for event uts_ns = 4026532338, 1 events\nPASS: kernel/test_ns_contexts_change 112 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 113 - Destroy session uts_ns\nPASS: kernel/test_ns_contexts_change 114 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 1 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 2 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 3 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 4 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 5 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 6 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 7 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 8 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 9 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 10 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 11 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 12 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 13 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 14 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 15 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 16 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 17 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 18 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 19 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 20 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 21 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 22 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 23 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 24 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 25 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 26 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 27 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 28 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 29 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 30 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 31 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 32 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 33 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 34 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 35 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 36 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 37 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 38 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 39 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 40 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 41 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 42 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 43 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 44 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 45 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 46 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 47 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 48 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 49 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 50 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 51 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 52 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 53 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 54 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 55 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 56 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 57 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 58 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 59 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 60 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 61 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 62 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 63 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 64 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 65 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 66 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 67 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 68 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 69 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 70 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 71 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 72 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 73 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 74 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 75 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 76 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 77 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 78 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 79 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 80 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 81 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 82 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 83 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 84 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 85 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 86 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 87 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 88 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 89 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 90 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 91 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 92 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 93 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 94 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 95 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 96 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 97 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 98 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 99 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 100 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 101 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 102 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 103 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 104 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 105 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 106 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 107 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 108 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 109 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 110 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 111 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 112 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 113 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 114 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 115 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 116 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 117 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 118 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 119 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 120 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 121 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 122 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 123 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 124 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 125 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 126 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 127 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 128 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 129 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 130 - Wait after kill session daemon\nPASS: kernel/test_select_poll_epoll 1 - Start session daemon\nPASS: kernel/test_select_poll_epoll 2 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_working_cases_trace_path.vqxrpm\nPASS: kernel/test_select_poll_epoll 3 - Enable kernel syscall select,pselect6,poll,ppoll,epoll_ctl,epoll_wait,epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 4 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 5 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 6 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 7 - Validate trace for event select, 6 events\nPASS: kernel/test_select_poll_epoll 8 - Validate trace for event pselect6, 6 events\nPASS: kernel/test_select_poll_epoll 9 - Validate trace for event poll, 18 events\nPASS: kernel/test_select_poll_epoll 10 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 11 - Validate trace for event epoll_ctl, 4 events\nPASS: kernel/test_select_poll_epoll 12 - Validate trace for event epoll_wait, 6 events\nPASS: kernel/test_select_poll_epoll 13 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 14 - Validation skipped\nPASS: kernel/test_select_poll_epoll 15 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 16 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_timeout_cases_trace_path.r5Ves2\nPASS: kernel/test_select_poll_epoll 17 - Enable kernel syscall select,pselect6,poll,ppoll,epoll_ctl,epoll_wait,epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 18 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 19 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 20 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 21 - Validate trace for event select, 6 events\nPASS: kernel/test_select_poll_epoll 22 - Validate trace for event pselect6, 6 events\nPASS: kernel/test_select_poll_epoll 23 - Validate trace for event poll, 18 events\nPASS: kernel/test_select_poll_epoll 24 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 25 - Validate trace for event epoll_ctl, 4 events\nPASS: kernel/test_select_poll_epoll 26 - Validate trace for event epoll_wait, 6 events\nPASS: kernel/test_select_poll_epoll 27 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 28 - Validation skipped\nPASS: kernel/test_select_poll_epoll 29 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 30 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_pselect_invalid_fd_trace_path.xZiCqL\nPASS: kernel/test_select_poll_epoll 31 - Enable kernel syscall pselect6 for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 32 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 33 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 34 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 35 - Validate trace for event pselect6, 2 events\nPASS: kernel/test_select_poll_epoll 36 - Validation skipped\nPASS: kernel/test_select_poll_epoll 37 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 38 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_big_ppoll_trace_path.u7GtE3\nPASS: kernel/test_select_poll_epoll 39 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 40 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 41 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 42 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 43 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 44 - Validation skipped\nPASS: kernel/test_select_poll_epoll 45 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 46 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_overflow_trace_path.3edlil\nPASS: kernel/test_select_poll_epoll 47 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 48 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 49 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 50 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 51 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 52 - Validation skipped\nPASS: kernel/test_select_poll_epoll 53 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 54 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_pselect_invalid_ptr_trace_path.Am1KaO\nPASS: kernel/test_select_poll_epoll 55 - Enable kernel syscall pselect6 for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 56 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 57 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 58 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 59 - Validate trace for event pselect6, 2 events\nPASS: kernel/test_select_poll_epoll 60 - Validation skipped\nPASS: kernel/test_select_poll_epoll 61 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 62 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_ulong_max_trace_path.GXyxRn\nPASS: kernel/test_select_poll_epoll 63 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 64 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 65 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 66 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 67 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 68 - Validation skipped\nPASS: kernel/test_select_poll_epoll 69 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 70 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_invalid_ptr_trace_path.R8ry3j\nPASS: kernel/test_select_poll_epoll 71 - Enable kernel syscall epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 72 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 73 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 74 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 75 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 76 - Validation skipped\nPASS: kernel/test_select_poll_epoll 77 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 78 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_int_max_trace_path.3T9PRX\nPASS: kernel/test_select_poll_epoll 79 - Enable kernel syscall epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 80 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 81 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 82 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 83 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 84 - Validation skipped\nPASS: kernel/test_select_poll_epoll 85 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 86 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_concurrent_trace_path.Pp0F5S\nPASS: kernel/test_select_poll_epoll 87 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 88 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 89 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 90 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 91 - Validate trace for event ppoll, 2709 events\nPASS: kernel/test_select_poll_epoll 92 - Validation skipped\nPASS: kernel/test_select_poll_epoll 93 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 94 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_concurrent_trace_path.9RKHFu\nPASS: kernel/test_select_poll_epoll 95 - Enable kernel syscall epoll_ctl,epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 96 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 97 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 98 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 99 - Validate trace for event epoll_ctl, 364031 events\nPASS: kernel/test_select_poll_epoll 100 - Validation skipped\nPASS: kernel/test_select_poll_epoll 101 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 102 - Wait after kill session daemon\nPASS: kernel/test_syscall 1 - Start session daemon\nPASS: kernel/test_syscall 2 - Validate syscall listing. Found getpid.\nPASS: kernel/test_syscall 3 - Create session kernel_syscall_simple_list in -o /tmp/tmp.XXXXXXXXXXll_simple_list_trace_path.C1RDZT\nPASS: kernel/test_syscall 4 - Enable kernel syscall close for session kernel_syscall_simple_list on channel\nPASS: kernel/test_syscall 5 - Validate syscall listing. Found close.\nPASS: kernel/test_syscall 6 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 7 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 8 - Start tracing for session\nPASS: kernel/test_syscall 9 - Stop lttng tracing for session\nPASS: kernel/test_syscall 10 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 11 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 12 - Trace match with 4 for expression '-e syscall_entry_close: -e compat_syscall_entry_close: -e syscall_exit_close: -e compat_syscall_exit_close:'\nPASS: kernel/test_syscall 13 - Destroy session kernel_syscall_simple_list\nPASS: kernel/test_syscall 14 - Create session kernel_syscall_simple_list_two in -o /tmp/tmp.XXXXXXXXXXll_simple_list_two_trace_path.c9jkqa\nPASS: kernel/test_syscall 15 - Enable kernel syscall close for session kernel_syscall_simple_list_two on channel\nPASS: kernel/test_syscall 16 - Enable kernel syscall read for session kernel_syscall_simple_list_two on channel\nPASS: kernel/test_syscall 17 - Validate syscall listing. Found close.\nPASS: kernel/test_syscall 18 - Validate syscall listing. Found read.\nPASS: kernel/test_syscall 19 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 20 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 21 - Start tracing for session\nPASS: kernel/test_syscall 22 - Stop lttng tracing for session\nPASS: kernel/test_syscall 23 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 24 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 25 - Validate trace for expression '-e syscall_entry_read: -e compat_syscall_entry_read:', 2 events\nPASS: kernel/test_syscall 26 - Validate trace for expression '-e syscall_exit_read: -e compat_syscall_exit_read:', 2 events\nPASS: kernel/test_syscall 27 - Trace match with 8 for expression '-e syscall_entry_close: -e compat_syscall_entry_close: -e syscall_exit_close: -e compat_syscall_exit_close: -e syscall_entry_read: -e compat_syscall_entry_read: -e syscall_exit_read: -e compat_syscall_exit_read:'\nPASS: kernel/test_syscall 28 - Destroy session kernel_syscall_simple_list_two\nPASS: kernel/test_syscall 29 - Create session kernel_syscall_single in -o /tmp/tmp.XXXXXXXXXXll_single_trace_path.qAo1QK\nPASS: kernel/test_syscall 30 - Enable kernel syscall openat for session kernel_syscall_single on channel\nPASS: kernel/test_syscall 31 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 32 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 33 - Start tracing for session\nPASS: kernel/test_syscall 34 - Stop lttng tracing for session\nPASS: kernel/test_syscall 35 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 36 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 37 - Trace match with 4 for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:'\nPASS: kernel/test_syscall 38 - Destroy session kernel_syscall_single\nPASS: kernel/test_syscall 39 - Create session kernel_syscall_two in -o /tmp/tmp.XXXXXXXXXXll_two_trace_path.YZkZe4\nPASS: kernel/test_syscall 40 - Enable kernel syscall openat for session kernel_syscall_two on channel\nPASS: kernel/test_syscall 41 - Enable kernel syscall close for session kernel_syscall_two on channel\nPASS: kernel/test_syscall 42 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 43 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 44 - Start tracing for session\nPASS: kernel/test_syscall 45 - Stop lttng tracing for session\nPASS: kernel/test_syscall 46 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 47 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 48 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 49 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 50 - Trace match with 8 for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat: -e syscall_entry_close: -e compat_syscall_entry_close: -e syscall_exit_close: -e compat_syscall_exit_close:'\nPASS: kernel/test_syscall 51 - Destroy session kernel_syscall_two\nPASS: kernel/test_syscall 52 - Create session kernel_syscall_all in -o /tmp/tmp.XXXXXXXXXXll_all_trace_path.1uhpVg\nPASS: kernel/test_syscall 53 - Enable kernel syscall -a for session kernel_syscall_all on channel\nPASS: kernel/test_syscall 54 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 55 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 56 - Start tracing for session\nPASS: kernel/test_syscall 57 - Stop lttng tracing for session\nPASS: kernel/test_syscall 58 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 59 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 60 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 61 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 62 - Destroy session kernel_syscall_all\nPASS: kernel/test_syscall 63 - Create session kernel_syscall_all_disable_one in -o /tmp/tmp.XXXXXXXXXXll_all_disable_one_trace_path.CrtTjP\nPASS: kernel/test_syscall 64 - Enable kernel syscall -a for session kernel_syscall_all_disable_one on channel\nPASS: kernel/test_syscall 65 - Disable kernel syscall openat for session kernel_syscall_all_disable_one on channel  failed as expected\nPASS: kernel/test_syscall 66 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 67 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 68 - Start tracing for session\nPASS: kernel/test_syscall 69 - Stop lttng tracing for session\nPASS: kernel/test_syscall 70 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:', 4 events\nPASS: kernel/test_syscall 71 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 72 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 73 - Destroy session kernel_syscall_all_disable_one\nPASS: kernel/test_syscall 74 - Create session kernel_syscall_all_disable_two in -o /tmp/tmp.XXXXXXXXXXll_all_disable_two_trace_path.f3ALpE\nPASS: kernel/test_syscall 75 - Enable kernel syscall -a for session kernel_syscall_all_disable_two on channel\nPASS: kernel/test_syscall 76 - Disable kernel syscall openat for session kernel_syscall_all_disable_two on channel  failed as expected\nPASS: kernel/test_syscall 77 - Disable kernel syscall close for session kernel_syscall_all_disable_two on channel  failed as expected\nPASS: kernel/test_syscall 78 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 79 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 80 - Start tracing for session\nPASS: kernel/test_syscall 81 - Stop lttng tracing for session\nPASS: kernel/test_syscall 82 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:', 4 events\nPASS: kernel/test_syscall 83 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 84 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 85 - Validate trace for expression '-e syscall_entry_read: -e compat_syscall_entry_read:', 2 events\nPASS: kernel/test_syscall 86 - Validate trace for expression '-e syscall_exit_read: -e compat_syscall_exit_read:', 2 events\nPASS: kernel/test_syscall 87 - Destroy session kernel_syscall_all_disable_two\nPASS: kernel/test_syscall 88 - Create session kernel_syscall_enable_all_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_trace_path.saN2L7\nPASS: kernel/test_syscall 89 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all on channel\nPASS: kernel/test_syscall 90 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all on channel\nPASS: kernel/test_syscall 91 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 92 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 93 - Start tracing for session\nPASS: kernel/test_syscall 94 - Stop lttng tracing for session\nPASS: kernel/test_syscall 95 - Validate empty trace\nPASS: kernel/test_syscall 96 - Destroy session kernel_syscall_enable_all_disable_all\nPASS: kernel/test_syscall 97 - Create session kernel_syscall_enable_all_disable_all_enable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_enable_all_trace_path.bIrOtf\nPASS: kernel/test_syscall 98 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_enable_all on channel\nPASS: kernel/test_syscall 99 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all_enable_all on channel\nPASS: kernel/test_syscall 100 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_enable_all on channel\nPASS: kernel/test_syscall 101 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 102 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 103 - Start tracing for session\nPASS: kernel/test_syscall 104 - Stop lttng tracing for session\nPASS: kernel/test_syscall 105 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 106 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 107 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 108 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 109 - Destroy session kernel_syscall_enable_all_disable_all_enable_all\nPASS: kernel/test_syscall 110 - Create session kernel_syscall_enable_all_disable_all_twice in -o /tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_twice_trace_path.rFc15k\nPASS: kernel/test_syscall 111 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 112 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 113 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 114 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 115 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 116 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 117 - Start tracing for session\nPASS: kernel/test_syscall 118 - Stop lttng tracing for session\nPASS: kernel/test_syscall 119 - Validate empty trace\nPASS: kernel/test_syscall 120 - Destroy session kernel_syscall_enable_all_disable_all_twice\nPASS: kernel/test_syscall 121 - Create session kernel_syscall_enable_all_enable_one_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_all_enable_one_disable_all_trace_path.A1ETqA\nPASS: kernel/test_syscall 122 - Enable kernel syscall -a for session kernel_syscall_enable_all_enable_one_disable_all on channel\nPASS: kernel/test_syscall 123 - Enable kernel syscall openat for session kernel_syscall_enable_all_enable_one_disable_all on channel\nPASS: kernel/test_syscall 124 - Disable kernel syscall -a for session kernel_syscall_enable_all_enable_one_disable_all on channel\nPASS: kernel/test_syscall 125 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 126 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 127 - Start tracing for session\nPASS: kernel/test_syscall 128 - Stop lttng tracing for session\nPASS: kernel/test_syscall 129 - Trace match with 0 event openat\nPASS: kernel/test_syscall 130 - Destroy session kernel_syscall_enable_all_enable_one_disable_all\nPASS: kernel/test_syscall 131 - Create session kernel_syscall_enable_one_enable_all_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_one_enable_all_disable_one_trace_path.VEKiRO\nPASS: kernel/test_syscall 132 - Enable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_one on channel\nPASS: kernel/test_syscall 133 - Enable kernel syscall -a for session kernel_syscall_enable_one_enable_all_disable_one on channel\nPASS: kernel/test_syscall 134 - Disable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_one on channel\nPASS: kernel/test_syscall 135 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 136 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 137 - Start tracing for session\nPASS: kernel/test_syscall 138 - Stop lttng tracing for session\nPASS: kernel/test_syscall 139 - Validate trace for event openat, 4 events\nPASS: kernel/test_syscall 140 - Destroy session kernel_syscall_enable_one_enable_all_disable_one\nPASS: kernel/test_syscall 141 - Create session kernel_syscall_enable_one_enable_all_disable_all_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_one_enable_all_disable_all_disable_one_trace_path.42gY26\nPASS: kernel/test_syscall 142 - Enable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 143 - Enable kernel syscall -a for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 144 - Disable kernel syscall -a for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 145 - Disable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 146 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 147 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 148 - Start tracing for session\nPASS: kernel/test_syscall 149 - Stop lttng tracing for session\nPASS: kernel/test_syscall 150 - Trace match with 0 event openat\nPASS: kernel/test_syscall 151 - Destroy session kernel_syscall_enable_one_enable_all_disable_all_disable_one\nPASS: kernel/test_syscall 152 - Create session kernel_syscall_enable_one_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_one_disable_one_trace_path.JuahAh\nPASS: kernel/test_syscall 153 - Enable kernel syscall openat for session kernel_syscall_enable_one_disable_one on channel\nPASS: kernel/test_syscall 154 - Disable kernel syscall openat for session kernel_syscall_enable_one_disable_one on channel\nPASS: kernel/test_syscall 155 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 156 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 157 - Start tracing for session\nPASS: kernel/test_syscall 158 - Stop lttng tracing for session\nPASS: kernel/test_syscall 159 - Validate empty trace\nPASS: kernel/test_syscall 160 - Destroy session kernel_syscall_enable_one_disable_one\nPASS: kernel/test_syscall 161 - Create session kernel_syscall_enable_two_disable_two in -o /tmp/tmp.XXXXXXXXXXll_enable_two_disable_two_trace_path.l7acI6\nPASS: kernel/test_syscall 162 - Enable kernel syscall openat for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 163 - Enable kernel syscall close for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 164 - Disable kernel syscall openat for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 165 - Disable kernel syscall close for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 166 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 167 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 168 - Start tracing for session\nPASS: kernel/test_syscall 169 - Stop lttng tracing for session\nPASS: kernel/test_syscall 170 - Validate empty trace\nPASS: kernel/test_syscall 171 - Destroy session kernel_syscall_enable_two_disable_two\nPASS: kernel/test_syscall 172 - Create session kernel_syscall_enable_two_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_two_disable_one_trace_path.4JeFFx\nPASS: kernel/test_syscall 173 - Enable kernel syscall openat for session kernel_syscall_enable_two_disable_one on channel\nPASS: kernel/test_syscall 174 - Enable kernel syscall close for session kernel_syscall_enable_two_disable_one on channel\nPASS: kernel/test_syscall 175 - Disable kernel syscall close for session kernel_syscall_enable_two_disable_one on channel\nPASS: kernel/test_syscall 176 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 177 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 178 - Start tracing for session\nPASS: kernel/test_syscall 179 - Stop lttng tracing for session\nPASS: kernel/test_syscall 180 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 181 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 182 - Trace match with 4 for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:'\nPASS: kernel/test_syscall 183 - Destroy session kernel_syscall_enable_two_disable_one\nPASS: kernel/test_syscall 184 - Create session kernel_syscall_disable_twice in -o /tmp/tmp.XXXXXXXXXXll_disable_twice_trace_path.IICJIf\nPASS: kernel/test_syscall 185 - Enable kernel syscall openat for session kernel_syscall_disable_twice on channel\nPASS: kernel/test_syscall 186 - Disable kernel syscall openat for session kernel_syscall_disable_twice on channel\nPASS: kernel/test_syscall 187 - Disable kernel syscall openat for session kernel_syscall_disable_twice on channel\nPASS: kernel/test_syscall 188 - Destroy session kernel_syscall_disable_twice\nPASS: kernel/test_syscall 189 - Create session kernel_syscall_disable_all_twice in -o /tmp/tmp.XXXXXXXXXXll_disable_all_twice_trace_path.hCwpA5\nPASS: kernel/test_syscall 190 - Enable kernel syscall -a for session kernel_syscall_disable_all_twice on channel\nPASS: kernel/test_syscall 191 - Disable kernel syscall -a for session kernel_syscall_disable_all_twice on channel\nPASS: kernel/test_syscall 192 - Disable kernel syscall -a for session kernel_syscall_disable_all_twice on channel\nPASS: kernel/test_syscall 193 - Destroy session kernel_syscall_disable_all_twice\nPASS: kernel/test_syscall 194 - Create session kernel_syscall_enable_unknown in -o /tmp/tmp.XXXXXXXXXXll_enable_unknown_trace_path.l2MpDA\nPASS: kernel/test_syscall 195 - Enable kernel syscall thissyscallcannotexist for session kernel_syscall_enable_unknown on channel\nPASS: kernel/test_syscall 196 - Destroy session kernel_syscall_enable_unknown\nPASS: kernel/test_syscall 197 - Create session kernel_syscall_enable_all_enable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_all_enable_one_trace_path.9xktR8\nPASS: kernel/test_syscall 198 - Enable kernel syscall -a for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 199 - Enable kernel syscall openat for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 200 - Destroy session kernel_syscall_enable_all_enable_one\nPASS: kernel/test_syscall 201 - Create session kernel_syscall_enable_all_enable_one in -o /tmp/tmp.XXXXXXXXXXll_disable_all_disable_one_trace_path.q5DFNv\nPASS: kernel/test_syscall 202 - Enable kernel syscall -a for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 203 - Disable kernel syscall -a for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 204 - Disable kernel syscall openat for session kernel_syscall_enable_all_enable_one on channel  failed as expected\nPASS: kernel/test_syscall 205 - Destroy session kernel_syscall_enable_all_enable_one\nPASS: kernel/test_syscall 206 - Create session kernel_syscall_enable_channel_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_channel_disable_all_trace_path.xZFlqk\nPASS: kernel/test_syscall 207 - Enable channel channel for session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 208 - Disable kernel syscall -a for session kernel_syscall_enable_channel_disable_all on channel channel\nPASS: kernel/test_syscall 209 - Destroy session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 210 - Create session kernel_syscall_enable_channel_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_channel_disable_one_trace_path.cufLoU\nPASS: kernel/test_syscall 211 - Enable channel channel for session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 212 - Disable kernel syscall openat for session kernel_syscall_enable_channel_disable_all on channel channel failed as expected\nPASS: kernel/test_syscall 213 - Destroy session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 214 - Wait after kill session daemon\nPASS: kernel/test_userspace_probe 1 - Start session daemon\nPASS: kernel/test_userspace_probe 2 - Create session test_userspace_probe_enable_file_noexist in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_file_noexist_trace_path.dG0oNC\nPASS: kernel/test_userspace_probe 3 - Enable kernel userspace probe event for session test_userspace_probe_enable_file_noexist failed as expected\nPASS: kernel/test_userspace_probe 4 - Destroy session test_userspace_probe_enable_file_noexist\nPASS: kernel/test_userspace_probe 5 - Create session test_userspace_probe_enable_file_not_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_file_not_elf_trace_path.dcF9ih\nPASS: kernel/test_userspace_probe 6 - Enable kernel userspace probe event for session test_userspace_probe_enable_file_not_elf failed as expected\nPASS: kernel/test_userspace_probe 7 - Destroy session test_userspace_probe_enable_file_not_elf\nPASS: kernel/test_userspace_probe 8 - Create session test_userspace_probe_enable_elf_missing_symbol in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_missing_symbol_name_trace_path.jf84Su\nPASS: kernel/test_userspace_probe 9 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_missing_symbol failed as expected\nPASS: kernel/test_userspace_probe 10 - Destroy session test_userspace_probe_enable_elf_missing_symbol\nPASS: kernel/test_userspace_probe 11 - Create session test_userspace_probe_enable_elf_nonexistant_symbol in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_nonexistant_symbol_trace_path.bLTsto\nPASS: kernel/test_userspace_probe 12 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_nonexistant_symbol failed as expected\nPASS: kernel/test_userspace_probe 13 - Destroy session test_userspace_probe_enable_elf_nonexistant_symbol\nPASS: kernel/test_userspace_probe 14 - Create session test_userspace_probe_enable_elf_symbol_not_function in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_symbol_not_function_trace_path.xCFRdX\nPASS: kernel/test_userspace_probe 15 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_symbol_not_function failed as expected\nPASS: kernel/test_userspace_probe 16 - Destroy session test_userspace_probe_enable_elf_symbol_not_function\nPASS: kernel/test_userspace_probe 17 - Create session test_userspace_probe_unsupported_types in -o /tmp/tmp.XXXXXXXXXXpace_probe_unsupported_types_trace_path.Uxzbx9\nPASS: kernel/test_userspace_probe 18 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 19 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 20 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 21 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 22 - Destroy session test_userspace_probe_unsupported_types\nPASS: kernel/test_userspace_probe 23 - Create session test_userspace_probe_enable_implicit_probe_type in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_implicit_probe_type_trace_path.6hXjKO\nPASS: kernel/test_userspace_probe 24 - Enable kernel userspace probe event for session test_userspace_probe_enable_implicit_probe_type\nPASS: kernel/test_userspace_probe 25 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 26 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 27 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 28 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 29 - Destroy session test_userspace_probe_enable_implicit_probe_type\nPASS: kernel/test_userspace_probe 30 - Create session test_userspace_probe_enable_in_path in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_in_path_trace_path.2I5qyF\nPASS: kernel/test_userspace_probe 31 - Enable kernel userspace probe event for session test_userspace_probe_enable_in_path\nPASS: kernel/test_userspace_probe 32 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 33 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 34 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 35 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 36 - Destroy session test_userspace_probe_enable_in_path\nPASS: kernel/test_userspace_probe 37 - Create session test_userspace_probe_enable_full_path in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_full_path_trace_path.dd8wg9\nPASS: kernel/test_userspace_probe 38 - Enable kernel userspace probe event for session test_userspace_probe_enable_full_path\nPASS: kernel/test_userspace_probe 39 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 40 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 41 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 42 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 43 - Destroy session test_userspace_probe_enable_full_path\nPASS: kernel/test_userspace_probe 44 - Create session test_userspace_probe_enable_elf_symbol_exists in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_symbol_exists_trace_path.7R4yBD\nPASS: kernel/test_userspace_probe 45 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_symbol_exists\nPASS: kernel/test_userspace_probe 46 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 47 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 48 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 49 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 50 - Destroy session test_userspace_probe_enable_elf_symbol_exists\nPASS: kernel/test_userspace_probe 51 - Create session test_userspace_probe_enable_colon_in_path in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_colon_in_path_trace_path.86OrOW\nPASS: kernel/test_userspace_probe 52 - Enable kernel userspace probe event for session test_userspace_probe_enable_colon_in_path\nPASS: kernel/test_userspace_probe 53 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 54 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 55 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 56 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 57 - Destroy session test_userspace_probe_enable_colon_in_path\nPASS: kernel/test_userspace_probe 58 - Create session test_userprobe_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_trace_path.INvGoN\nPASS: kernel/test_userspace_probe 59 - Enable kernel userspace probe event for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 60 - Start tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 61 - Stop lttng tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 62 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 63 - Destroy session test_userprobe_elf\nPASS: kernel/test_userspace_probe 64 - Create session test_userprobe_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_dynamic_symbol_trace_path.IJy7EJ\nPASS: kernel/test_userspace_probe 65 - Enable kernel userspace probe event for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 66 - Start tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 67 - Stop lttng tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 68 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 69 - Destroy session test_userprobe_elf\nPASS: kernel/test_userspace_probe 70 - Create session test_userprobe_elf_disable in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_disable_trace_path.vP4kEM\nPASS: kernel/test_userspace_probe 71 - Enable kernel userspace probe event for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 72 - Disable kernel event  for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 73 - Start tracing for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 74 - Stop lttng tracing for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 75 - Validate empty trace\nPASS: kernel/test_userspace_probe 76 - Destroy session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 77 - Create session test_userprobe_elf_list in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_list_trace_path.bOhSzw\nPASS: kernel/test_userspace_probe 78 - Enable kernel userspace probe event for session test_userprobe_elf_list\nPASS: kernel/test_userspace_probe 79 - Validate userspace probe listing. Found userspace_probe_test_event.\nPASS: kernel/test_userspace_probe 80 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 81 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 82 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 83 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 84 - Destroy session test_userprobe_elf_list\nPASS: kernel/test_userspace_probe 85 - Create session test_userprobe_save_load_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_save_load_elf_trace_path.sxvpri\nPASS: kernel/test_userspace_probe 86 - Enable kernel userspace probe event for session test_userprobe_save_load_elf\nPASS: kernel/test_userspace_probe 87 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 88 - Session saved\nPASS: kernel/test_userspace_probe 89 - Destroy session test_userprobe_save_load_elf\nPASS: kernel/test_userspace_probe 90 - Symlink found in saved session\nPASS: kernel/test_userspace_probe 91 - Load command with opts: --input-path=/tmp/tmp.XXXXXXXXXXpace_probe_save_load_elf_trace_path.eOy6kx\nPASS: kernel/test_userspace_probe 92 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 93 - Create session test_userprobe_elf_cxx_function in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_cxx_function_trace_path.DuDlAm\nPASS: kernel/test_userspace_probe 94 - Enable kernel userspace probe event for session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 95 - Start tracing for session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 96 - Stop lttng tracing for session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 97 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 98 - Destroy session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 99 - Create session test_userprobe_elf_cxx_method in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_cxx_method_trace_path.PTGVXQ\nPASS: kernel/test_userspace_probe 100 - Enable kernel userspace probe event for session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 101 - Start tracing for session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 102 - Stop lttng tracing for session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 103 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 104 - Destroy session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 105 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 1 - Get current cgroup namespace inode: 4026531835\nPASS: ust/namespaces/test_ns_contexts 2 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 3 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.DuLd8w\nPASS: ust/namespaces/test_ns_contexts 4 - Enable channel cgroup_ns for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 5 - Add context command for type: cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 6 - Enable ust event tp:tptest for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 7 - Start tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 8 - Application done\nPASS: ust/namespaces/test_ns_contexts 9 - Stop lttng tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 10 - Destroy session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 11 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 12 - Validate trace for event cgroup_ns = 4026531835, 1000 events\nPASS: ust/namespaces/test_ns_contexts 13 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 14 - Get current ipc namespace inode: 4026531839\nPASS: ust/namespaces/test_ns_contexts 15 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 16 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.egHywv\nPASS: ust/namespaces/test_ns_contexts 17 - Enable channel ipc_ns for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 18 - Add context command for type: ipc_ns\nPASS: ust/namespaces/test_ns_contexts 19 - Enable ust event tp:tptest for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 20 - Start tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 21 - Application done\nPASS: ust/namespaces/test_ns_contexts 22 - Stop lttng tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 23 - Destroy session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 24 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 25 - Validate trace for event ipc_ns = 4026531839, 1000 events\nPASS: ust/namespaces/test_ns_contexts 26 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 27 - Get current mnt namespace inode: 4026531841\nPASS: ust/namespaces/test_ns_contexts 28 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 29 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.WMUvM6\nPASS: ust/namespaces/test_ns_contexts 30 - Enable channel mnt_ns for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 31 - Add context command for type: mnt_ns\nPASS: ust/namespaces/test_ns_contexts 32 - Enable ust event tp:tptest for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 33 - Start tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 34 - Application done\nPASS: ust/namespaces/test_ns_contexts 35 - Stop lttng tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 36 - Destroy session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 37 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 38 - Validate trace for event mnt_ns = 4026531841, 1000 events\nPASS: ust/namespaces/test_ns_contexts 39 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 40 - Get current net namespace inode: 4026531840\nPASS: ust/namespaces/test_ns_contexts 41 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 42 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.0vVP4G\nPASS: ust/namespaces/test_ns_contexts 43 - Enable channel net_ns for session net_ns\nPASS: ust/namespaces/test_ns_contexts 44 - Add context command for type: net_ns\nPASS: ust/namespaces/test_ns_contexts 45 - Enable ust event tp:tptest for session net_ns\nPASS: ust/namespaces/test_ns_contexts 46 - Start tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts 47 - Application done\nPASS: ust/namespaces/test_ns_contexts 48 - Stop lttng tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts 49 - Destroy session net_ns\nPASS: ust/namespaces/test_ns_contexts 50 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 51 - Validate trace for event net_ns = 4026531840, 1000 events\nPASS: ust/namespaces/test_ns_contexts 52 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 53 - Get current pid namespace inode: 4026531836\nPASS: ust/namespaces/test_ns_contexts 54 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 55 - Create session pid_ns in -o /tmp/tmp.XXXXXXXXXXace_path.APRfk4\nPASS: ust/namespaces/test_ns_contexts 56 - Enable channel pid_ns for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 57 - Add context command for type: pid_ns\nPASS: ust/namespaces/test_ns_contexts 58 - Enable ust event tp:tptest for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 59 - Start tracing for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 60 - Application done\nPASS: ust/namespaces/test_ns_contexts 61 - Stop lttng tracing for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 62 - Destroy session pid_ns\nPASS: ust/namespaces/test_ns_contexts 63 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 64 - Validate trace for event pid_ns = 4026531836, 1000 events\nPASS: ust/namespaces/test_ns_contexts 65 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 66 - Get current time namespace inode: 4026531834\nPASS: ust/namespaces/test_ns_contexts 67 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 68 - Create session time_ns in -o /tmp/tmp.XXXXXXXXXXace_path.g9PvUw\nPASS: ust/namespaces/test_ns_contexts 69 - Enable channel time_ns for session time_ns\nPASS: ust/namespaces/test_ns_contexts 70 - Add context command for type: time_ns\nPASS: ust/namespaces/test_ns_contexts 71 - Enable ust event tp:tptest for session time_ns\nPASS: ust/namespaces/test_ns_contexts 72 - Start tracing for session time_ns\nPASS: ust/namespaces/test_ns_contexts 73 - Application done\nPASS: ust/namespaces/test_ns_contexts 74 - Stop lttng tracing for session time_ns\nPASS: ust/namespaces/test_ns_contexts 75 - Destroy session time_ns\nPASS: ust/namespaces/test_ns_contexts 76 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 77 - Validate trace for event time_ns = 4026531834, 1000 events\nPASS: ust/namespaces/test_ns_contexts 78 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 79 - Get current user namespace inode: 4026531837\nPASS: ust/namespaces/test_ns_contexts 80 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 81 - Create session user_ns in -o /tmp/tmp.XXXXXXXXXXace_path.uJc7I5\nPASS: ust/namespaces/test_ns_contexts 82 - Enable channel user_ns for session user_ns\nPASS: ust/namespaces/test_ns_contexts 83 - Add context command for type: user_ns\nPASS: ust/namespaces/test_ns_contexts 84 - Enable ust event tp:tptest for session user_ns\nPASS: ust/namespaces/test_ns_contexts 85 - Start tracing for session user_ns\nPASS: ust/namespaces/test_ns_contexts 86 - Application done\nPASS: ust/namespaces/test_ns_contexts 87 - Stop lttng tracing for session user_ns\nPASS: ust/namespaces/test_ns_contexts 88 - Destroy session user_ns\nPASS: ust/namespaces/test_ns_contexts 89 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 90 - Validate trace for event user_ns = 4026531837, 1000 events\nPASS: ust/namespaces/test_ns_contexts 91 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 92 - Get current uts namespace inode: 4026531838\nPASS: ust/namespaces/test_ns_contexts 93 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 94 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.r2WDEd\nPASS: ust/namespaces/test_ns_contexts 95 - Enable channel uts_ns for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 96 - Add context command for type: uts_ns\nPASS: ust/namespaces/test_ns_contexts 97 - Enable ust event tp:tptest for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 98 - Start tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 99 - Application done\nPASS: ust/namespaces/test_ns_contexts 100 - Stop lttng tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 101 - Destroy session uts_ns\nPASS: ust/namespaces/test_ns_contexts 102 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 103 - Validate trace for event uts_ns = 4026531838, 1000 events\nPASS: ust/namespaces/test_ns_contexts 104 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 1 - Get current cgroup namespace inode: 4026531835\nPASS: ust/namespaces/test_ns_contexts_change 2 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 3 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.2DSA5v\nPASS: ust/namespaces/test_ns_contexts_change 4 - Enable channel cgroup_ns for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 5 - Add context command for type: cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 6 - Enable ust event tp:tptest for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 7 - Start tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 8 - Get current cgroup namespace inode: 4026532338\nPASS: ust/namespaces/test_ns_contexts_change 9 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 10 - Stop lttng tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 11 - Destroy session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 12 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 13 - Validate trace for event cgroup_ns = 4026531835, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 14 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 15 - Validate trace for event cgroup_ns = 4026532338, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 16 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 17 - Get current ipc namespace inode: 4026531839\nPASS: ust/namespaces/test_ns_contexts_change 18 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 19 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.jvGOmC\nPASS: ust/namespaces/test_ns_contexts_change 20 - Enable channel ipc_ns for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 21 - Add context command for type: ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 22 - Enable ust event tp:tptest for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 23 - Start tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 24 - Get current ipc namespace inode: 4026532337\nPASS: ust/namespaces/test_ns_contexts_change 25 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 26 - Stop lttng tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 27 - Destroy session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 28 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 29 - Validate trace for event ipc_ns = 4026531839, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 30 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 31 - Validate trace for event ipc_ns = 4026532337, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 32 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 33 - Get current mnt namespace inode: 4026531841\nPASS: ust/namespaces/test_ns_contexts_change 34 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 35 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.fDlQPj\nPASS: ust/namespaces/test_ns_contexts_change 36 - Enable channel mnt_ns for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 37 - Add context command for type: mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 38 - Enable ust event tp:tptest for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 39 - Start tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 40 - Get current mnt namespace inode: 4026532338\nPASS: ust/namespaces/test_ns_contexts_change 41 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 42 - Stop lttng tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 43 - Destroy session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 44 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 45 - Validate trace for event mnt_ns = 4026531841, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 46 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 47 - Validate trace for event mnt_ns = 4026532338, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 48 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 49 - Get current net namespace inode: 4026531840\nPASS: ust/namespaces/test_ns_contexts_change 50 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 51 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.YYuHtc\nPASS: ust/namespaces/test_ns_contexts_change 52 - Enable channel net_ns for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 53 - Add context command for type: net_ns\nPASS: ust/namespaces/test_ns_contexts_change 54 - Enable ust event tp:tptest for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 55 - Start tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 56 - Get current net namespace inode: 4026532337\nPASS: ust/namespaces/test_ns_contexts_change 57 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 58 - Stop lttng tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 59 - Destroy session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 60 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 61 - Validate trace for event net_ns = 4026531840, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 62 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 63 - Validate trace for event net_ns = 4026532337, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 64 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 65 - Get current uts namespace inode: 4026531838\nPASS: ust/namespaces/test_ns_contexts_change 66 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 67 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.pDylms\nPASS: ust/namespaces/test_ns_contexts_change 68 - Enable channel uts_ns for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 69 - Add context command for type: uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 70 - Enable ust event tp:tptest for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 71 - Start tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 72 - Get current uts namespace inode: 4026532338\nPASS: ust/namespaces/test_ns_contexts_change 73 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 74 - Stop lttng tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 75 - Destroy session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 76 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 77 - Validate trace for event uts_ns = 4026531838, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 78 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 79 - Validate trace for event uts_ns = 4026532338, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 80 - Read a total of 1000 events, expected 1000\n============================================================================\nTestsuite summary for lttng-tools 2.13.15\n============================================================================\n# TOTAL: 11091\n# PASS:  11075\n# SKIP:  16\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\n============================================================================\nTestsuite summary for lttng-tools 2.13.15\n============================================================================\n# TOTAL: 0\n# PASS:  0\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\n====================================================\n   lttng-tools 2.13.15: tests/unit/test-suite.log\n====================================================\n\n# TOTAL: 1032\n# PASS:  1032\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n\nSystem information (uname -a): Linux 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun 5 02:14:18 UTC 2025 x86_64\nDistribution information (/etc/issue):\nPoky (Yocto Project Reference Distro) 5.2 \\n \\l\n\n\n.. contents:: :depth: 2\n\n==========================================================\n   lttng-tools 2.13.15: tests/regression/test-suite.log\n==========================================================\n\n# TOTAL: 11091\n# PASS:  11075\n# SKIP:  16\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n\nSystem information (uname -a): Linux 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun 5 02:14:18 UTC 2025 x86_64\nDistribution information (/etc/issue):\nPoky (Yocto Project Reference Distro) 5.2 \\n \\l\n\n\n.. contents:: :depth: 2\n\nPASS: tools/working-directory/test_relayd_working_directory\n===========================================================\n\n1..35\n# Change working directory of process\n# Test lttng-relayd normal mode change working directory\nok 1 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 1 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16080)\nok 2 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 2 - Wait after kill relay daemon\n# Test lttng-relayd daemon mode change working directory\nok 3 - Start lttng-relayd (process mode: -d opt: --working-directory /var/volatile/tmp/tmp.test_relayd_daemon_working_dir.BStIsw)\nPASS: tools/working-directory/test_relayd_working_directory 3 - Start lttng-relayd (process mode: -d opt: --working-directory /var/volatile/tmp/tmp.test_relayd_daemon_working_dir.BStIsw)\nok 4 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 4 - Found lttng-relayd\nok 5 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 5 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16109)\nok 6 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 6 - Wait after kill relay daemon\n# Test lttng-relayd daemon mode change working directory\nok 7 - Start lttng-relayd (process mode: -d opt: )\nPASS: tools/working-directory/test_relayd_working_directory 7 - Start lttng-relayd (process mode: -d opt: )\nok 8 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 8 - Found lttng-relayd\nok 9 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 9 - Working directory is /\n# Killing (signal SIGTERM) lttng-relayd (pid: 16147)\nok 10 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 10 - Wait after kill relay daemon\n# Test lttng-relayd background mode change working directory\nok 11 - Start lttng-relayd (process mode: -b opt: --working-directory /var/volatile/tmp/tmp.test_relayd_background_working_dir.7rLLAr)\nPASS: tools/working-directory/test_relayd_working_directory 11 - Start lttng-relayd (process mode: -b opt: --working-directory /var/volatile/tmp/tmp.test_relayd_background_working_dir.7rLLAr)\nok 12 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 12 - Found lttng-relayd\nok 13 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 13 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16187)\nok 14 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 14 - Wait after kill relay daemon\n# Test lttng-relayd background working directory\nok 15 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 15 - Start lttng-relayd (process mode: -b opt: )\nok 16 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 16 - Found lttng-relayd\nok 17 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 17 - Working directory is /\n# Killing (signal SIGTERM) lttng-relayd (pid: 16225)\nok 18 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 18 - Wait after kill relay daemon\n# Test lttng-relayd change working directory on non writable directory\nok 19 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 19 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 20 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 20 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 21 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 21 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 22 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 22 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 23 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 23 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 24 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 24 # SKIP : Skipping permission debug output test; operation can't fail as root\n# Test lttng-relayd normal mode change non-existing directory\nok 25 - Expect failure to start lttng-relayd for non-existent working directory\nPASS: tools/working-directory/test_relayd_working_directory 25 - Expect failure to start lttng-relayd for non-existent working directory\nok 26 - No lttng-relayd present\nPASS: tools/working-directory/test_relayd_working_directory 26 - No lttng-relayd present\nok 27 - Found error message: invalid directory\nPASS: tools/working-directory/test_relayd_working_directory 27 - Found error message: invalid directory\n# Test lttng-relayd change working directory from env. variable\nok 28 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 28 - Start lttng-relayd (process mode: -b opt: )\nok 29 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 29 - Found lttng-relayd\nok 30 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 30 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16276)\nok 31 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 31 - Wait after kill relay daemon\n# Test lttng-relayd change working directory command line overwrite env variable\nok 32 - Start lttng-relayd (process mode: -b opt: --working-dir /var/volatile/tmp/tmp.test_relayd_cmdline_overwrite_env_working_dir_cmdline.f7E23y)\nPASS: tools/working-directory/test_relayd_working_directory 32 - Start lttng-relayd (process mode: -b opt: --working-dir /var/volatile/tmp/tmp.test_relayd_cmdline_overwrite_env_working_dir_cmdline.f7E23y)\nok 33 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 33 - Found lttng-relayd\nok 34 - Working directory is the one from command line\nPASS: tools/working-directory/test_relayd_working_directory 34 - Working directory is the one from command line\n# Killing (signal SIGTERM) lttng-relayd (pid: 16311)\nok 35 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 35 - Wait after kill relay daemon\n\nPASS: tools/trigger/test_list_triggers_cli\n==========================================\n\nrealpath: ./tools/trigger/../../../utils/testapp/userspace-probe-sdt-binary/.libs/userspace-probe-sdt-binary: No such file or directory\n1..150\n# Listing top level options\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name hello --condition event-rule-matches --type=user --name=test-name --action notify\nok 1 - Add trigger hello\nPASS: tools/trigger/test_list_triggers_cli 1 - Add trigger hello\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 2 - top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 2 - top level options: exit code is 0\nok 3 - top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 3 - top level options: expected stdout\nok 4 - top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 4 - top level options: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 5 - MI top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 5 - MI top level options: exit code is 0\nok 6 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 6 - list-trigger mi is valid\nok 7 - MI top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 7 - MI top level options: expected stdout\nok 8 - MI top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 8 - MI top level options: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger hello \nok 9 - Remove trigger hello\nPASS: tools/trigger/test_list_triggers_cli 9 - Remove trigger hello\n# Listing event-rule-matches tracepoint\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name C --condition event-rule-matches --type=user --action notify\nok 10 - Add trigger C\nPASS: tools/trigger/test_list_triggers_cli 10 - Add trigger C\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name A --condition event-rule-matches --name=aaa --type=user --filter p == 2 --action notify\nok 11 - Add trigger A\nPASS: tools/trigger/test_list_triggers_cli 11 - Add trigger A\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name D --condition event-rule-matches --name=hello* --type=user -x hello2 --exclude-name hello3 -x hello4 --action notify\nok 12 - Add trigger D\nPASS: tools/trigger/test_list_triggers_cli 12 - Add trigger D\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name B --condition event-rule-matches --type=user --name=gerboise --log-level INFO.. --action notify\nok 13 - Add trigger B\nPASS: tools/trigger/test_list_triggers_cli 13 - Add trigger B\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name E --condition event-rule-matches --type=user --name=lemming --log-level WARNING --action notify\nok 14 - Add trigger E\nPASS: tools/trigger/test_list_triggers_cli 14 - Add trigger E\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name J --condition event-rule-matches --type=user --name=lemming --log-level .. --action notify\nok 15 - Add trigger J\nPASS: tools/trigger/test_list_triggers_cli 15 - Add trigger J\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name F --condition event-rule-matches --type=user --name=capture-payload-field --capture a --action notify\nok 16 - Add trigger F\nPASS: tools/trigger/test_list_triggers_cli 16 - Add trigger F\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name G --condition event-rule-matches --type=user --name=capture-array --capture a[2] --capture $ctx.tourlou[18] --action notify\nok 17 - Add trigger G\nPASS: tools/trigger/test_list_triggers_cli 17 - Add trigger G\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name H --condition event-rule-matches --type=user --name=capture-chan-ctx --capture $ctx.vpid --action notify\nok 18 - Add trigger H\nPASS: tools/trigger/test_list_triggers_cli 18 - Add trigger H\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name I --condition event-rule-matches --type=user --name=capture-app-ctx --capture $app.iga:active_clients --action notify\nok 19 - Add trigger I\nPASS: tools/trigger/test_list_triggers_cli 19 - Add trigger I\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 20 - event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 20 - event-rule-matches, tracepoint event rule: exit code is 0\nok 21 - event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 21 - event-rule-matches, tracepoint event rule: expected stdout\nok 22 - event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 22 - event-rule-matches, tracepoint event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 23 - MI event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 23 - MI event-rule-matches, tracepoint event rule: exit code is 0\nok 24 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 24 - list-trigger mi is valid\nok 25 - MI event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 25 - MI event-rule-matches, tracepoint event rule: expected stdout\nok 26 - MI event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 26 - MI event-rule-matches, tracepoint event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger A \nok 27 - Remove trigger A\nPASS: tools/trigger/test_list_triggers_cli 27 - Remove trigger A\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger B \nok 28 - Remove trigger B\nPASS: tools/trigger/test_list_triggers_cli 28 - Remove trigger B\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger C \nok 29 - Remove trigger C\nPASS: tools/trigger/test_list_triggers_cli 29 - Remove trigger C\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger D \nok 30 - Remove trigger D\nPASS: tools/trigger/test_list_triggers_cli 30 - Remove trigger D\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger E \nok 31 - Remove trigger E\nPASS: tools/trigger/test_list_triggers_cli 31 - Remove trigger E\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger F \nok 32 - Remove trigger F\nPASS: tools/trigger/test_list_triggers_cli 32 - Remove trigger F\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger G \nok 33 - Remove trigger G\nPASS: tools/trigger/test_list_triggers_cli 33 - Remove trigger G\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger H \nok 34 - Remove trigger H\nPASS: tools/trigger/test_list_triggers_cli 34 - Remove trigger H\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger I \nok 35 - Remove trigger I\nPASS: tools/trigger/test_list_triggers_cli 35 - Remove trigger I\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger J \nok 36 - Remove trigger J\nPASS: tools/trigger/test_list_triggers_cli 36 - Remove trigger J\n# Listing event-rule-matches kernel probe\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=kprobe --location=lttng_channel_enable --event-name=my_channel_enable --action notify\nok 37 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 37 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=kprobe --location=lttng_channel_enable+0x80 --event-name=my_channel_enable --action notify\nok 38 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 38 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T2 --condition event-rule-matches --type=kprobe --location=0xffffffffc03d3b20 --event-name=my_channel_enable --action notify\nok 39 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 39 - Add trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 40 - event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 40 - event-rule-matches, probe event rule: exit code is 0\nok 41 - event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 41 - event-rule-matches, probe event rule: expected stdout\nok 42 - event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 42 - event-rule-matches, probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 43 - MI event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 43 - MI event-rule-matches, probe event rule: exit code is 0\nok 44 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 44 - list-trigger mi is valid\nok 45 - MI event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 45 - MI event-rule-matches, probe event rule: expected stdout\nok 46 - MI event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 46 - MI event-rule-matches, probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 47 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 47 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 48 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 48 - Remove trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T2 \nok 49 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 49 - Remove trigger T2\n# Listing event-rule-matches userspace-probe elf\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=kernel:uprobe --location=/usr/lib/lttng-tools/ptest/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary:test_function --event-name=ma-probe-elf --action notify\nok 50 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 50 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 51 - event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 51 - event-rule-matches, userspace-probe event rule: exit code is 0\nok 52 - event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 52 - event-rule-matches, userspace-probe event rule: expected stdout\nok 53 - event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 53 - event-rule-matches, userspace-probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 54 - MI event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 54 - MI event-rule-matches, userspace-probe event rule: exit code is 0\nok 55 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 55 - list-trigger mi is valid\nok 56 - MI event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 56 - MI event-rule-matches, userspace-probe event rule: expected stdout\nok 57 - MI event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 57 - MI event-rule-matches, userspace-probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 58 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 58 - Remove trigger T0\nok 59 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 59 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 60 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 60 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 61 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 61 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 62 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 62 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 63 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 63 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 64 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 64 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 65 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 65 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 66 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 66 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 67 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 67 # SKIP : No SDT binary. Skipping userspace probe SDT tests\n# Listing event-rule-matches syscall\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=syscall --name=open --action notify\nok 68 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 68 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=syscall:entry --name=open --action notify\nok 69 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 69 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T2 --condition event-rule-matches --type=syscall:exit --name=open --action notify\nok 70 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 70 - Add trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T3 --condition event-rule-matches --type=syscall:entry+exit --name=open --action notify\nok 71 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 71 - Add trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T4 --condition event-rule-matches --type=syscall --name=ptrace --filter a > 2 --action notify\nok 72 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 72 - Add trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 73 - event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 73 - event-rule-matches, syscall event rule: exit code is 0\nok 74 - event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 74 - event-rule-matches, syscall event rule: expected stdout\nok 75 - event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 75 - event-rule-matches, syscall event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 76 - MI event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 76 - MI event-rule-matches, syscall event rule: exit code is 0\nok 77 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 77 - list-trigger mi is valid\nok 78 - MI event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 78 - MI event-rule-matches, syscall event rule: expected stdout\nok 79 - MI event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 79 - MI event-rule-matches, syscall event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 80 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 80 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 81 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 81 - Remove trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T2 \nok 82 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 82 - Remove trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T3 \nok 83 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 83 - Remove trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T4 \nok 84 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 84 - Remove trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 85 - session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 85 - session consumed size condition: exit code is 0\nok 86 - session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 86 - session consumed size condition: expected stdout\nok 87 - session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 87 - session consumed size condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 88 - MI session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 88 - MI session consumed size condition: exit code is 0\nok 89 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 89 - list-trigger mi is valid\nok 90 - MI session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 90 - MI session consumed size condition: expected stdout\nok 91 - MI session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 91 - MI session consumed size condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-session-consumed-size-condition \nok 92 - Remove trigger trigger-with-session-consumed-size-condition\nPASS: tools/trigger/test_list_triggers_cli 92 - Remove trigger trigger-with-session-consumed-size-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 93 - buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 93 - buffer usage condition: exit code is 0\nok 94 - buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 94 - buffer usage condition: expected stdout\nok 95 - buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 95 - buffer usage condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 96 - MI buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 96 - MI buffer usage condition: exit code is 0\nok 97 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 97 - list-trigger mi is valid\nok 98 - MI buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 98 - MI buffer usage condition: expected stdout\nok 99 - MI buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 99 - MI buffer usage condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-high-bytes-condition \nok 100 - Remove trigger trigger-with-buffer-usage-high-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 100 - Remove trigger trigger-with-buffer-usage-high-bytes-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-high-ratio-condition \nok 101 - Remove trigger trigger-with-buffer-usage-high-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 101 - Remove trigger trigger-with-buffer-usage-high-ratio-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-low-bytes-condition \nok 102 - Remove trigger trigger-with-buffer-usage-low-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 102 - Remove trigger trigger-with-buffer-usage-low-bytes-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-low-ratio-condition \nok 103 - Remove trigger trigger-with-buffer-usage-low-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 103 - Remove trigger trigger-with-buffer-usage-low-ratio-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 104 - session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 104 - session rotation conditions: exit code is 0\nok 105 - session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 105 - session rotation conditions: expected stdout\nok 106 - session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 106 - session rotation conditions: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 107 - MI session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 107 - MI session rotation conditions: exit code is 0\nok 108 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 108 - list-trigger mi is valid\nok 109 - MI session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 109 - MI session rotation conditions: expected stdout\nok 110 - MI session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 110 - MI session rotation conditions: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-session-rotation-completed-condition \nok 111 - Remove trigger trigger-with-session-rotation-completed-condition\nPASS: tools/trigger/test_list_triggers_cli 111 - Remove trigger trigger-with-session-rotation-completed-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-session-rotation-ongoing-condition \nok 112 - Remove trigger trigger-with-session-rotation-ongoing-condition\nPASS: tools/trigger/test_list_triggers_cli 112 - Remove trigger trigger-with-session-rotation-ongoing-condition\n# Listing snapshot actions\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session\nok 113 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 113 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --path /some/path\nok 114 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 114 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T2 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --url file:///some/other/path\nok 115 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 115 - Add trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T3 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --url net://1.2.3.4\nok 116 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 116 - Add trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T4 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --url net://1.2.3.4:1234:1235\nok 117 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 117 - Add trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T5 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --ctrl-url=tcp://1.2.3.4:1111 --data-url=tcp://1.2.3.4:1112\nok 118 - Add trigger T5\nPASS: tools/trigger/test_list_triggers_cli 118 - Add trigger T5\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T6 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --path /some/path --max-size=1234\nok 119 - Add trigger T6\nPASS: tools/trigger/test_list_triggers_cli 119 - Add trigger T6\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T7 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --path /some/path --name=meh\nok 120 - Add trigger T7\nPASS: tools/trigger/test_list_triggers_cli 120 - Add trigger T7\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T8 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --rate-policy=every:10\nok 121 - Add trigger T8\nPASS: tools/trigger/test_list_triggers_cli 121 - Add trigger T8\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T9 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --rate-policy=once-after:10\nok 122 - Add trigger T9\nPASS: tools/trigger/test_list_triggers_cli 122 - Add trigger T9\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 123 - snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 123 - snapshot action: exit code is 0\nok 124 - snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 124 - snapshot action: expected stdout\nok 125 - snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 125 - snapshot action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 126 - MI snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 126 - MI snapshot action: exit code is 0\nok 127 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 127 - list-trigger mi is valid\nok 128 - MI snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 128 - MI snapshot action: expected stdout\nok 129 - MI snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 129 - MI snapshot action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 130 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 130 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 131 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 131 - Remove trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T2 \nok 132 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 132 - Remove trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T3 \nok 133 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 133 - Remove trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T4 \nok 134 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 134 - Remove trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T5 \nok 135 - Remove trigger T5\nPASS: tools/trigger/test_list_triggers_cli 135 - Remove trigger T5\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T6 \nok 136 - Remove trigger T6\nPASS: tools/trigger/test_list_triggers_cli 136 - Remove trigger T6\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T7 \nok 137 - Remove trigger T7\nPASS: tools/trigger/test_list_triggers_cli 137 - Remove trigger T7\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T8 \nok 138 - Remove trigger T8\nPASS: tools/trigger/test_list_triggers_cli 138 - Remove trigger T8\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T9 \nok 139 - Remove trigger T9\nPASS: tools/trigger/test_list_triggers_cli 139 - Remove trigger T9\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=user --name=some-event --action notify --rate-policy=once-after:5\nok 140 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 140 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=user --name=some-event --action notify --rate-policy=every:10\nok 141 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 141 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 142 - notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 142 - notify action: exit code is 0\nok 143 - notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 143 - notify action: expected stdout\nok 144 - notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 144 - notify action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 145 - MI notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 145 - MI notify action: exit code is 0\nok 146 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 146 - list-trigger mi is valid\nok 147 - MI notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 147 - MI notify action: expected stdout\nok 148 - MI notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 148 - MI notify action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 149 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 149 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 150 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 150 - Remove trigger T1\nError: Unable to remove module lttng_lib_ring_buffer\n# Killing (signal SIGTERM) lttng-sessiond and lt-lttng-sessiond pids: 26213 26214 \n\nSKIP: ust/python-logging/test_python_logging\n============================================\n\n1..1\n# Python support\nok 1 # skip: Python agent test skipped.\nSKIP: ust/python-logging/test_python_logging 1 # SKIP : Python agent test skipped.\n\nDURATION: 1724\nEND: /usr/lib/lttng-tools/ptest\n2025-06-16T12:04\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "lttng-tools": {
     "duration": "1724",
     "log": "START: ptest-runner\n2025-06-16T11:35\nPASS: ini_config/test_ini_config 1 - Successfully opened a config file, registered to all sections\nPASS: ini_config/test_ini_config 2 - Processed entries from each sections\nPASS: ini_config/test_ini_config 3 - Text value parsed correctly\nPASS: ini_config/test_ini_config 4 - Successfully opened a config file, registered to one section\nPASS: ini_config/test_ini_config 5 - Processed an entry from section1 only\nPASS: ini_config/test_ini_config 6 - Int value parsed correctly\nPASS: ini_config/test_ini_config 7 - Successfully opened a config file, registered to the global section\nPASS: ini_config/test_ini_config 8 - Processed an entry from the global section only\nPASS: test_action 1 - Create notify action\nPASS: test_action 2 - Action has type LTTNG_ACTION_TYPE_NOTIFY\nPASS: test_action 3 - Default policy is every n=1\nPASS: test_action 4 - Set rate policy\nPASS: test_action 5 - Notify action policy get\nPASS: test_action 6 - Action notify serialized\nPASS: test_action 7 - Notify action created from payload is non-null\nPASS: test_action 8 - Serialized and de-serialized notify action are equal\nPASS: test_action 9 - Create rotate_session action\nPASS: test_action 10 - Action has type LTTNG_ACTION_TYPE_ROTATE_SESSION\nPASS: test_action 11 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 12 - Set session name (object,NULL) expect invalid\nPASS: test_action 13 - Set session name (NULL,object) expect invalid\nPASS: test_action 14 - Set session name\nPASS: test_action 15 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 16 - Default policy is every n=1\nPASS: test_action 17 - Set rate policy\nPASS: test_action 18 - rotate_session action policy get\nPASS: test_action 19 - Action rotate_session serialized\nPASS: test_action 20 - rotate_session action created from payload is non-null\nPASS: test_action 21 - Serialized and de-serialized rotate_session action are equal\nPASS: test_action 22 - Create start_session action\nPASS: test_action 23 - Action has type LTTNG_ACTION_TYPE_START_SESSION\nPASS: test_action 24 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 25 - Set session name (object,NULL) expect invalid\nPASS: test_action 26 - Set session name (NULL,object) expect invalid\nPASS: test_action 27 - Set session name\nPASS: test_action 28 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 29 - Default policy is every n=1\nPASS: test_action 30 - Set rate policy\nPASS: test_action 31 - start_session action policy get\nPASS: test_action 32 - Action start_session serialized\nPASS: test_action 33 - start_session action created from payload is non-null\nPASS: test_action 34 - Serialized and de-serialized start_session action are equal\nPASS: test_action 35 - Create stop_session action\nPASS: test_action 36 - Action has type LTTNG_ACTION_TYPE_STOP_SESSION\nPASS: test_action 37 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 38 - Set session name (object,NULL) expect invalid\nPASS: test_action 39 - Set session name (NULL,object) expect invalid\nPASS: test_action 40 - Set session name\nPASS: test_action 41 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 42 - Default policy is every n=1\nPASS: test_action 43 - Set rate policy\nPASS: test_action 44 - stop_session action policy get\nPASS: test_action 45 - Action stop_session serialized\nPASS: test_action 46 - stop_session action created from payload is non-null\nPASS: test_action 47 - Serialized and de-serialized stop_session action are equal\nPASS: test_action 48 - Create snapshot_session action\nPASS: test_action 49 - Action has type LTTNG_ACTION_TYPE_SNAPSHOT_SESSION\nPASS: test_action 50 - Set session name (NULL,NULL) expect invalid\nPASS: test_action 51 - Set session name (object,NULL) expect invalid\nPASS: test_action 52 - Set session name (NULL,object) expect invalid\nPASS: test_action 53 - Set session name\nPASS: test_action 54 - Get session name, expected `my_session_name` got `my_session_name`\nPASS: test_action 55 - Default policy is every n=1\nPASS: test_action 56 - Set rate policy\nPASS: test_action 57 - snapshot_session action policy get\nPASS: test_action 58 - Action snapshot_session serialized\nPASS: test_action 59 - snapshot_session action created from payload is non-null\nPASS: test_action 60 - Serialized and de-serialized snapshot_session action are equal\nPASS: test_buffer_view 1 - !lttng_buffer_view_contains_string(&view, buf, 4)\nPASS: test_buffer_view 2 - lttng_buffer_view_contains_string(&view, buf, 5)\nPASS: test_buffer_view 3 - !lttng_buffer_view_contains_string(&view, buf, 6)\nPASS: test_buffer_view 4 - !lttng_buffer_view_contains_string(&view_minus_one, buf, 4)\nPASS: test_buffer_view 5 - !lttng_buffer_view_contains_string(&view_minus_one, buf, 5)\nPASS: test_directory_handle 1 - Initialized directory handle from the test directory\nPASS: test_directory_handle 2 - Error returned when attempting to recursively remove non-empty hierarchy with LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG\nPASS: test_directory_handle 3 - No error returned when recursively removing empty hierarchy with LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG\nPASS: test_directory_handle 4 - Folder hierarchy /tmp/lttng-yu0DUC/fail_non_empty successfully removed\nPASS: test_directory_handle 5 - Initialized directory handle from the test directory\nPASS: test_directory_handle 6 - No error returned when attempting to recursively remove non-empty hierarchy with LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG\nPASS: test_directory_handle 7 - Test directory still exists after skip\nPASS: test_directory_handle 8 - No error returned when recursively removing empty hierarchy with LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG\nPASS: test_directory_handle 9 - Folder hierarchy /tmp/lttng-yu0DUC/skip_non_empty successfully removed\nPASS: test_event_expr_to_bytecode 1 - event payload field\nPASS: test_event_expr_to_bytecode 2 - channel context field\nPASS: test_event_expr_to_bytecode 3 - app-specific context field\nPASS: test_event_expr_to_bytecode 4 - array field element\nPASS: test_event_rule 1 - tracepoint object.\nPASS: test_event_rule 2 - setting pattern.\nPASS: test_event_rule 3 - getting pattern.\nPASS: test_event_rule 4 - pattern is equal.\nPASS: test_event_rule 5 - setting filter.\nPASS: test_event_rule 6 - getting filter.\nPASS: test_event_rule 7 - filter is equal.\nPASS: test_event_rule 8 - Serializing.\nPASS: test_event_rule 9 - Deserializing.\nPASS: test_event_rule 10 - serialized and from buffer are equal.\nPASS: test_event_rule 11 - user tracepoint object.\nPASS: test_event_rule 12 - setting pattern.\nPASS: test_event_rule 13 - getting pattern.\nPASS: test_event_rule 14 - pattern is equal.\nPASS: test_event_rule 15 - setting filter.\nPASS: test_event_rule 16 - getting filter.\nPASS: test_event_rule 17 - filter is equal.\nPASS: test_event_rule 18 - get unset log level rule.\nPASS: test_event_rule 19 - setting log level rule.\nPASS: test_event_rule 20 - get log level rule.\nPASS: test_event_rule 21 - setting name pattern exclusions \"my_event_test1\"\nPASS: test_event_rule 22 - setting name pattern exclusions \"my_event_test2\"\nPASS: test_event_rule 23 - setting name pattern exclusions \"my_event_test3\"\nPASS: test_event_rule 24 - getting name pattern exclusion count.\nPASS: test_event_rule 25 - count is 3/3\nPASS: test_event_rule 26 - getting name pattern exclusion at index 0.\nPASS: test_event_rule 27 - my_event_test1 == my_event_test1.\nPASS: test_event_rule 28 - getting name pattern exclusion at index 1.\nPASS: test_event_rule 29 - my_event_test2 == my_event_test2.\nPASS: test_event_rule 30 - getting name pattern exclusion at index 2.\nPASS: test_event_rule 31 - my_event_test3 == my_event_test3.\nPASS: test_event_rule 32 - Serializing.\nPASS: test_event_rule 33 - Deserializing.\nPASS: test_event_rule 34 - serialized and from buffer are equal.\nPASS: test_event_rule 35 - syscall object.\nPASS: test_event_rule 36 - setting pattern.\nPASS: test_event_rule 37 - getting pattern.\nPASS: test_event_rule 38 - pattern is equal.\nPASS: test_event_rule 39 - setting filter.\nPASS: test_event_rule 40 - getting filter.\nPASS: test_event_rule 41 - filter is equal.\nPASS: test_event_rule 42 - Serializing.\nPASS: test_event_rule 43 - Deserializing.\nPASS: test_event_rule 44 - serialized and from buffer are equal.\nPASS: test_event_rule 45 - uprobe event rule object creation.\nPASS: test_event_rule 46 - Getting uprobe event rule location.\nPASS: test_event_rule 47 - Location is equal.\nPASS: test_event_rule 48 - Setting uprobe event rule name: my_probe..\nPASS: test_event_rule 49 - Getting uprobe name.\nPASS: test_event_rule 50 - Uprobe name are equal.\nPASS: test_event_rule 51 - Serializing.\nPASS: test_event_rule 52 - Deserializing.\nPASS: test_event_rule 53 - serialized and from buffer are equal.\nPASS: test_event_rule 54 - kprobe event rule object creation.\nPASS: test_event_rule 55 - Getting kprobe event rule location.\nPASS: test_event_rule 56 - Locations are equal.\nPASS: test_event_rule 57 - Setting kprobe event rule name: my_probe.\nPASS: test_event_rule 58 - Getting kprobe name.\nPASS: test_event_rule 59 - kprobe name are equal.\nPASS: test_event_rule 60 - Serializing.\nPASS: test_event_rule 61 - Deserializing.\nPASS: test_event_rule 62 - serialized and from buffer are equal.\nPASS: test_event_rule 63 - kprobe event rule object creation.\nPASS: test_event_rule 64 - Getting kprobe event rule location.\nPASS: test_event_rule 65 - Locations are equal.\nPASS: test_event_rule 66 - Setting kprobe event rule name: my_probe.\nPASS: test_event_rule 67 - Getting kprobe name.\nPASS: test_event_rule 68 - kprobe name are equal.\nPASS: test_event_rule 69 - Serializing.\nPASS: test_event_rule 70 - Deserializing.\nPASS: test_event_rule 71 - serialized and from buffer are equal.\nPASS: test_event_rule 72 - log4j_logging object.\nPASS: test_event_rule 73 - setting pattern.\nPASS: test_event_rule 74 - getting pattern.\nPASS: test_event_rule 75 - pattern is equal.\nPASS: test_event_rule 76 - setting filter.\nPASS: test_event_rule 77 - getting filter.\nPASS: test_event_rule 78 - filter is equal.\nPASS: test_event_rule 79 - get unset log level rule.\nPASS: test_event_rule 80 - setting log level rule.\nPASS: test_event_rule 81 - get log level rule.\nPASS: test_event_rule 82 - Serializing.\nPASS: test_event_rule 83 - Deserializing.\nPASS: test_event_rule 84 - serialized and from buffer are equal.\nPASS: test_event_rule 85 - jul_logging object.\nPASS: test_event_rule 86 - setting pattern.\nPASS: test_event_rule 87 - getting pattern.\nPASS: test_event_rule 88 - pattern is equal.\nPASS: test_event_rule 89 - setting filter.\nPASS: test_event_rule 90 - getting filter.\nPASS: test_event_rule 91 - filter is equal.\nPASS: test_event_rule 92 - get unset log level rule.\nPASS: test_event_rule 93 - setting log level rule.\nPASS: test_event_rule 94 - get log level rule.\nPASS: test_event_rule 95 - Serializing.\nPASS: test_event_rule 96 - Deserializing.\nPASS: test_event_rule 97 - serialized and from buffer are equal.\nPASS: test_event_rule 98 - python_logging object.\nPASS: test_event_rule 99 - setting pattern.\nPASS: test_event_rule 100 - getting pattern.\nPASS: test_event_rule 101 - pattern is equal.\nPASS: test_event_rule 102 - setting filter.\nPASS: test_event_rule 103 - getting filter.\nPASS: test_event_rule 104 - filter is equal.\nPASS: test_event_rule 105 - get unset log level rule.\nPASS: test_event_rule 106 - setting log level rule.\nPASS: test_event_rule 107 - get log level rule.\nPASS: test_event_rule 108 - Serializing.\nPASS: test_event_rule 109 - Deserializing.\nPASS: test_event_rule 110 - serialized and from buffer are equal.\nPASS: test_event_rule 111 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = EMERG\nPASS: test_event_rule 112 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = EMERG\nPASS: test_event_rule 113 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = ALERT\nPASS: test_event_rule 114 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = ALERT\nPASS: test_event_rule 115 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = CRIT\nPASS: test_event_rule 116 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = CRIT\nPASS: test_event_rule 117 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = ERR\nPASS: test_event_rule 118 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = ERR\nPASS: test_event_rule 119 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = WARNING\nPASS: test_event_rule 120 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = WARNING\nPASS: test_event_rule 121 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = NOTICE\nPASS: test_event_rule 122 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = NOTICE\nPASS: test_event_rule 123 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = INFO\nPASS: test_event_rule 124 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = INFO\nPASS: test_event_rule 125 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_SYSTEM\nPASS: test_event_rule 126 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_SYSTEM\nPASS: test_event_rule 127 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_PROGRAM\nPASS: test_event_rule 128 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_PROGRAM\nPASS: test_event_rule 129 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_PROCESS\nPASS: test_event_rule 130 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_PROCESS\nPASS: test_event_rule 131 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_MODULE\nPASS: test_event_rule 132 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_MODULE\nPASS: test_event_rule 133 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_UNIT\nPASS: test_event_rule 134 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_UNIT\nPASS: test_event_rule 135 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_FUNCTION\nPASS: test_event_rule 136 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_FUNCTION\nPASS: test_event_rule 137 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG_LINE\nPASS: test_event_rule 138 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG_LINE\nPASS: test_event_rule 139 - Log level rule \"exactly\" accepted by user tracepoint event rule: level = DEBUG\nPASS: test_event_rule 140 - Log level rule \"as least as severe as\" accepted by user tracepoint event rule: level = DEBUG\nPASS: test_event_rule 141 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = -1980\nPASS: test_event_rule 142 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = -1980\nPASS: test_event_rule 143 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = 1995\nPASS: test_event_rule 144 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = 1995\nPASS: test_event_rule 145 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = 15\nPASS: test_event_rule 146 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = 15\nPASS: test_event_rule 147 - Log level rule \"exactly\" rejected by user tracepoint event rule: level = -1\nPASS: test_event_rule 148 - Log level rule \"as least as severe as\" rejected by user tracepoint event rule: level = -1\nPASS: test_event_rule 149 - Log level rule \"exactly\" accepted by jul logging event rule: level = OFF\nPASS: test_event_rule 150 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = OFF\nPASS: test_event_rule 151 - Log level rule \"exactly\" accepted by jul logging event rule: level = SEVERE\nPASS: test_event_rule 152 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = SEVERE\nPASS: test_event_rule 153 - Log level rule \"exactly\" accepted by jul logging event rule: level = WARNING\nPASS: test_event_rule 154 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = WARNING\nPASS: test_event_rule 155 - Log level rule \"exactly\" accepted by jul logging event rule: level = INFO\nPASS: test_event_rule 156 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = INFO\nPASS: test_event_rule 157 - Log level rule \"exactly\" accepted by jul logging event rule: level = CONFIG\nPASS: test_event_rule 158 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = CONFIG\nPASS: test_event_rule 159 - Log level rule \"exactly\" accepted by jul logging event rule: level = FINE\nPASS: test_event_rule 160 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = FINE\nPASS: test_event_rule 161 - Log level rule \"exactly\" accepted by jul logging event rule: level = FINER\nPASS: test_event_rule 162 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = FINER\nPASS: test_event_rule 163 - Log level rule \"exactly\" accepted by jul logging event rule: level = FINEST\nPASS: test_event_rule 164 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = FINEST\nPASS: test_event_rule 165 - Log level rule \"exactly\" accepted by jul logging event rule: level = ALL\nPASS: test_event_rule 166 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = ALL\nPASS: test_event_rule 167 - Log level rule \"exactly\" accepted by jul logging event rule: level = 0\nPASS: test_event_rule 168 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = 0\nPASS: test_event_rule 169 - Log level rule \"exactly\" accepted by jul logging event rule: level = -1980\nPASS: test_event_rule 170 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = -1980\nPASS: test_event_rule 171 - Log level rule \"exactly\" accepted by jul logging event rule: level = 1995\nPASS: test_event_rule 172 - Log level rule \"as least as severe as\" accepted by jul logging event rule: level = 1995\nPASS: test_event_rule 173 - Log level rule \"exactly\" accepted by log4j logging event rule: level = OFF\nPASS: test_event_rule 174 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = OFF\nPASS: test_event_rule 175 - Log level rule \"exactly\" accepted by log4j logging event rule: level = FATAL\nPASS: test_event_rule 176 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = FATAL\nPASS: test_event_rule 177 - Log level rule \"exactly\" accepted by log4j logging event rule: level = ERROR\nPASS: test_event_rule 178 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = ERROR\nPASS: test_event_rule 179 - Log level rule \"exactly\" accepted by log4j logging event rule: level = WARN\nPASS: test_event_rule 180 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = WARN\nPASS: test_event_rule 181 - Log level rule \"exactly\" accepted by log4j logging event rule: level = INFO\nPASS: test_event_rule 182 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = INFO\nPASS: test_event_rule 183 - Log level rule \"exactly\" accepted by log4j logging event rule: level = DEBUG\nPASS: test_event_rule 184 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = DEBUG\nPASS: test_event_rule 185 - Log level rule \"exactly\" accepted by log4j logging event rule: level = TRACE\nPASS: test_event_rule 186 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = TRACE\nPASS: test_event_rule 187 - Log level rule \"exactly\" accepted by log4j logging event rule: level = ALL\nPASS: test_event_rule 188 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = ALL\nPASS: test_event_rule 189 - Log level rule \"exactly\" accepted by log4j logging event rule: level = -1980\nPASS: test_event_rule 190 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = -1980\nPASS: test_event_rule 191 - Log level rule \"exactly\" accepted by log4j logging event rule: level = 1995\nPASS: test_event_rule 192 - Log level rule \"as least as severe as\" accepted by log4j logging event rule: level = 1995\nPASS: test_event_rule 193 - Log level rule \"exactly\" accepted by python logging event rule: level = CRITICAL\nPASS: test_event_rule 194 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = CRITICAL\nPASS: test_event_rule 195 - Log level rule \"exactly\" accepted by python logging event rule: level = ERROR\nPASS: test_event_rule 196 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = ERROR\nPASS: test_event_rule 197 - Log level rule \"exactly\" accepted by python logging event rule: level = WARNING\nPASS: test_event_rule 198 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = WARNING\nPASS: test_event_rule 199 - Log level rule \"exactly\" accepted by python logging event rule: level = INFO\nPASS: test_event_rule 200 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = INFO\nPASS: test_event_rule 201 - Log level rule \"exactly\" accepted by python logging event rule: level = DEBUG\nPASS: test_event_rule 202 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = DEBUG\nPASS: test_event_rule 203 - Log level rule \"exactly\" accepted by python logging event rule: level = NOTSET\nPASS: test_event_rule 204 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = NOTSET\nPASS: test_event_rule 205 - Log level rule \"exactly\" accepted by python logging event rule: level = 45\nPASS: test_event_rule 206 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = 45\nPASS: test_event_rule 207 - Log level rule \"exactly\" accepted by python logging event rule: level = 35\nPASS: test_event_rule 208 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = 35\nPASS: test_event_rule 209 - Log level rule \"exactly\" accepted by python logging event rule: level = 0\nPASS: test_event_rule 210 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = 0\nPASS: test_event_rule 211 - Log level rule \"exactly\" accepted by python logging event rule: level = -657\nPASS: test_event_rule 212 - Log level rule \"as least as severe as\" accepted by python logging event rule: level = -657\nPASS: test_fd_tracker 1 - Created an fd tracker with a limit of 50 simulateously opened file descriptors\nPASS: test_fd_tracker 2 - Track unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 3 - Track unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 4 - Track unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 5 - Untrack unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 6 - Untrack unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 7 - Untrack unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 8 - Test directory is empty\nPASS: test_fd_tracker 9 - fd_tracker_open_unsuspendable_fd() forwards the user callback's error code\nPASS: test_fd_tracker 10 - Output fd parameter is unaffected on error of fd_tracker_open_unsuspendable_fd()\nPASS: test_fd_tracker 11 - fd_tracker_open_unsuspendable_fd() sets the output fd parameter to the newly-tracked fd's value\nPASS: test_fd_tracker 12 - fd_tracker_close_unsuspendable_fd() forwards the user callback's error code\nPASS: test_fd_tracker 13 - Test directory is empty\nPASS: test_fd_tracker 14 - EEXIST reported on open of an already tracked file descriptor\nPASS: test_fd_tracker 15 - Test directory is empty\nPASS: test_fd_tracker 16 - EINVAL reported on close of an untracked file descriptor\nPASS: test_fd_tracker 17 - Test directory is empty\nPASS: test_fd_tracker 18 - File descriptor tracker allowed the user to meet its limit with unsuspendable file descriptors (50)\nPASS: test_fd_tracker 19 - EMFILE reported when exceeding the file descriptor limit while opening an unsuspendable fd\nPASS: test_fd_tracker 20 - Test directory is empty\nPASS: test_fd_tracker 21 - Created 500 files with a limit of 50 simultaneously-opened file descriptor\nPASS: test_fd_tracker 22 - Expected 55 open file descriptors (55 are open)\nPASS: test_fd_tracker 23 - Close all opened filesystem handles\nPASS: test_fd_tracker 24 - Test directory is empty\nPASS: test_fd_tracker 25 - Created 500 files with a limit of 50 simultaneously-opened file descriptor\nPASS: test_fd_tracker 26 - Expected 55 open file descriptors (55 are open)\nPASS: test_fd_tracker 27 - Wrote reference string to 500 files\nPASS: test_fd_tracker 28 - FD tracker enforced the file descriptor cap\nPASS: test_fd_tracker 29 - Files contain the expected content\nPASS: test_fd_tracker 30 - Close all opened filesystem handles\nPASS: test_fd_tracker 31 - Test directory is empty\nPASS: test_fd_tracker 32 - Created 50 files with a limit of 50 simultaneously-opened file descriptor\nPASS: test_fd_tracker 33 - Expected 55 open file descriptors (55 are open)\nPASS: test_fd_tracker 34 - Track unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 35 - Track unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 36 - Track unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 37 - Expected 52 open file descriptors (52 are open)\nPASS: test_fd_tracker 38 - Untrack unsuspendable fd 0 (stdin)\nPASS: test_fd_tracker 39 - Untrack unsuspendable fd 1 (stdout)\nPASS: test_fd_tracker 40 - Untrack unsuspendable fd 2 (stderr)\nPASS: test_fd_tracker 41 - Expected 52 open file descriptors (52 are open)\nPASS: test_fd_tracker 42 - Close all opened filesystem handles\nPASS: test_fd_tracker 43 - Test directory is empty\nPASS: test_fd_tracker 44 - Successfully opened 2 handles to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 45 - Successfully unlinked the first handle to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 46 - my_file no longer present on file system after unlink\nPASS: test_fd_tracker 47 - /tmp/fd-tracker-L0LpLL/unlinked_files/0 exists on file system after unlink\nPASS: test_fd_tracker 48 - Got fd from first handle\nPASS: test_fd_tracker 49 - fd tracker does not allow two fds to be used at once\nPASS: test_fd_tracker 50 - Got fd from second handle\nPASS: test_fd_tracker 51 - ENOENT is reported when attempting to unlink the second handle to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 52 - Successfully opened a new handle to previously unlinked file /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 53 - Successfully unlinked the new handle handle to /tmp/fd-tracker-L0LpLL/my_file\nPASS: test_fd_tracker 54 - /tmp/fd-tracker-L0LpLL/unlinked_files/1 exists on file system after unlink\nPASS: test_fd_tracker 55 - Successfully closed the first handle\nPASS: test_fd_tracker 56 - Successfully closed the second handle\nPASS: test_fd_tracker 57 - Successfully closed the third handle\nPASS: test_fd_tracker 58 - my_file no longer present on file system after handle close\nPASS: test_fd_tracker 59 - /tmp/fd-tracker-L0LpLL/unlinked_files/0 no longer present on file system after handle close\nPASS: test_fd_tracker 60 - /tmp/fd-tracker-L0LpLL/unlinked_files/1 no longer present on file system after handle close\nPASS: test_fd_tracker 61 - Test directory is empty\nPASS: test_rate_policy 1 - Rate policy every n A created: interval: 100\nPASS: test_rate_policy 2 - Rate policy every n B created: interval: 100\nPASS: test_rate_policy 3 - Rate policy every n C created: interval: 1\nPASS: test_rate_policy 4 - Type is LTTNG_RATE_POLICY_TYPE_EVERY_N\nPASS: test_rate_policy 5 - Get interval returns INVALID\nPASS: test_rate_policy 6 - Get interval returns INVALID\nPASS: test_rate_policy 7 - Get interval returns INVALID\nPASS: test_rate_policy 8 -  Getting interval A\nPASS: test_rate_policy 9 -  Getting interval B\nPASS: test_rate_policy 10 -  Getting interval C\nPASS: test_rate_policy 11 - is equal (NULL,NULL)\nPASS: test_rate_policy 12 - is equal (object, NULL)\nPASS: test_rate_policy 13 -  is equal (NULL, object)\nPASS: test_rate_policy 14 - is equal (object A, object A)\nPASS: test_rate_policy 15 - is equal (object A, object B\nPASS: test_rate_policy 16 - is equal (object B, object A\nPASS: test_rate_policy 17 - is equal (object A, object C)\nPASS: test_rate_policy 18 - is equal (object C, object A)\nPASS: test_rate_policy 19 - Serializing\nPASS: test_rate_policy 20 - Deserializing\nPASS: test_rate_policy 21 - serialized and from buffer are equal\nPASS: test_rate_policy 22 - Rate policy every n A created: threshold: 100\nPASS: test_rate_policy 23 - Rate policy every n B created: threshold: 100\nPASS: test_rate_policy 24 - Rate policy every n C created: threshold: 1\nPASS: test_rate_policy 25 - Type is LTTNG_RATE_POLICY_TYPE_once_after_n\nPASS: test_rate_policy 26 - Get threshold returns INVALID\nPASS: test_rate_policy 27 - Get threshold returns INVALID\nPASS: test_rate_policy 28 - Get threshold returns INVALID\nPASS: test_rate_policy 29 -  Getting threshold A\nPASS: test_rate_policy 30 -  Getting threshold B\nPASS: test_rate_policy 31 -  Getting threshold C\nPASS: test_rate_policy 32 - is equal (NULL,NULL)\nPASS: test_rate_policy 33 - is equal (object, NULL)\nPASS: test_rate_policy 34 -  is equal (NULL, object)\nPASS: test_rate_policy 35 - is equal (object A, object A)\nPASS: test_rate_policy 36 - is equal (object A, object B\nPASS: test_rate_policy 37 - is equal (object B, object A\nPASS: test_rate_policy 38 - is equal (object A, object C)\nPASS: test_rate_policy 39 - is equal (object C, object A)\nPASS: test_rate_policy 40 - Serializing\nPASS: test_rate_policy 41 - Deserializing\nPASS: test_rate_policy 42 - serialized and from buffer are equal\nPASS: test_kernel_data 1 - Create kernel session\nPASS: test_kernel_data 2 - Validate kernel session\nPASS: test_kernel_data 3 - Create kernel metadata\nPASS: test_kernel_data 4 - Validate kernel session metadata\nPASS: test_kernel_data 5 - Create kernel channel\nPASS: test_kernel_data 6 - Validate kernel channel\nPASS: test_kernel_data 7 - Validate string length\nPASS: test_kernel_data 8 - Create kernel event\nPASS: test_kernel_data 9 - Validate kernel event\nPASS: test_kernel_data 10 - Create kernel stream\nPASS: test_kernel_data 11 - Validate kernel stream\nPASS: test_kernel_probe 1 - Location object\nPASS: test_kernel_probe 2 - Location type got 1 expected 1\nPASS: test_kernel_probe 3 - Getting address\nPASS: test_kernel_probe 4 - Address is equal. Got 50 expected 50\nPASS: test_kernel_probe 5 - Serializing\nPASS: test_kernel_probe 6 - Deserializing\nPASS: test_kernel_probe 7 - Location from buffer type got 1 expected 1\nPASS: test_kernel_probe 8 - Getting address\nPASS: test_kernel_probe 9 - Address from buffer is equal. Got 50 expected 50\nPASS: test_kernel_probe 10 - serialized and from buffer are equal\nPASS: test_kernel_probe 11 - Location object\nPASS: test_kernel_probe 12 - Location type got 0 expected 0\nPASS: test_kernel_probe 13 - Getting symbol name\nPASS: test_kernel_probe 14 - Symbol name is equal. Got Une_bonne, expected Une_bonne\nPASS: test_kernel_probe 15 - Getting offset\nPASS: test_kernel_probe 16 - Offset is equal. Got 50 expected 50\nPASS: test_kernel_probe 17 - Serializing\nPASS: test_kernel_probe 18 - Deserializing\nPASS: test_kernel_probe 19 - Location from buffer type got 0 expected 0\nPASS: test_kernel_probe 20 - Getting symbol name\nPASS: test_kernel_probe 21 - Symbol name is equal. Got Une_bonne, expected Une_bonne\nPASS: test_kernel_probe 22 - Getting offset\nPASS: test_kernel_probe 23 - Offset is equal. Got 50 expected 50\nPASS: test_kernel_probe 24 - serialized and from buffer are equal\nPASS: test_log_level_rule 1 - Log level exactly allocated\nPASS: test_log_level_rule 2 - Log level rule exactly type\nPASS: test_log_level_rule 3 - Get the level\nPASS: test_log_level_rule 4 - Level property is valid\nPASS: test_log_level_rule 5 - Same object is equal\nPASS: test_log_level_rule 6 - Object a and b are equal\nPASS: test_log_level_rule 7 -  Object of different levels are not equal\nPASS: test_log_level_rule 8 -  Object of different types are not equal\nPASS: test_log_level_rule 9 - Serializing.\nPASS: test_log_level_rule 10 - Deserializing.\nPASS: test_log_level_rule 11 - Serialized and from buffer are equal\nPASS: test_log_level_rule 12 - Log level at_least_as_severe_as allocated\nPASS: test_log_level_rule 13 - Log level rule at_least_as_severe_as type\nPASS: test_log_level_rule 14 - Get the level\nPASS: test_log_level_rule 15 - Level property is valid\nPASS: test_log_level_rule 16 - Same object is equal\nPASS: test_log_level_rule 17 - Object a and b are equal\nPASS: test_log_level_rule 18 -  Object of different levels are not equal\nPASS: test_log_level_rule 19 -  Object of different types are not equal\nPASS: test_log_level_rule 20 - Serializing.\nPASS: test_log_level_rule 21 - Deserializing.\nPASS: test_log_level_rule 22 - Serialized and from buffer are equal\nPASS: test_log_level_rule 23 - Get type on invalid pointer\nPASS: test_log_level_rule 24 - lttng_log_level_rule_exactly_get_level (NULL, NULL) returns invalid\nPASS: test_log_level_rule 25 - lttng_log_level_rule_exactly_get_level (valid, NULL) returns invalid\nPASS: test_log_level_rule 26 - lttng_log_level_rule_exactly_get_level (NULL, valid) returns invalid\nPASS: test_log_level_rule 27 - lttng_log_level_rule_at_least_as_severe_as_get_level (NULL, NULL) returns invalid\nPASS: test_log_level_rule 28 - lttng_log_level_rule_at_least_as_severe_as_get_level (valid, NULL) returns invalid\nPASS: test_log_level_rule 29 - lttng_log_level_rule_at_least_as_severe_as_get_level (NULL, valid) returns invalid\nPASS: test_notification 1 - Condition allocated\nPASS: test_notification 2 - Condition is of type \"low buffer usage\"\nPASS: test_notification 3 - Threshold ratio is unset\nPASS: test_notification 4 - Threshold byte is unset\nPASS: test_notification 5 - Session name is unset\nPASS: test_notification 6 - Session name is null\nPASS: test_notification 7 - Channel name is unset\nPASS: test_notification 8 - Channel name is null\nPASS: test_notification 9 - Domain name is unset\nPASS: test_notification 10 - Set null condition on set session name\nPASS: test_notification 11 - Get session name with null condition\nPASS: test_notification 12 - Session name is null\nPASS: test_notification 13 - Session name is unset\nPASS: test_notification 14 - Session name is null\nPASS: test_notification 15 - Set null session name\nPASS: test_notification 16 - Session name is unset\nPASS: test_notification 17 - Session name is null\nPASS: test_notification 18 - Set empty session name\nPASS: test_notification 19 - Session name is unset\nPASS: test_notification 20 - Session name is null\nPASS: test_notification 21 - Set session name session420\nPASS: test_notification 22 - Session name is set\nPASS: test_notification 23 - Session name has a value\nPASS: test_notification 24 - Session name is session420\nPASS: test_notification 25 - Set session name to empty\nPASS: test_notification 26 - Session name is still set\nPASS: test_notification 27 - Session name has a value\nPASS: test_notification 28 - Session is still name is session420\nPASS: test_notification 29 - Set null condition on set channel name\nPASS: test_notification 30 - Get channel name with null condition\nPASS: test_notification 31 - Channel name is unset\nPASS: test_notification 32 - Channel name is null\nPASS: test_notification 33 - Set null channel name\nPASS: test_notification 34 - Channel name is unset\nPASS: test_notification 35 - Channel name is null\nPASS: test_notification 36 - Set empty channel name\nPASS: test_notification 37 - Channel name is unset\nPASS: test_notification 38 - Channel name is null\nPASS: test_notification 39 - Set channel name channel420\nPASS: test_notification 40 - Channel name is set\nPASS: test_notification 41 - Channel name has a value\nPASS: test_notification 42 - Channel name is channel420\nPASS: test_notification 43 - Set channel name to empty\nPASS: test_notification 44 - Channel name is still set\nPASS: test_notification 45 - Channel name has a value\nPASS: test_notification 46 - Channel is still name is channel420\nPASS: test_notification 47 - Set threshold ratio with null condition\nPASS: test_notification 48 - Get threshold ratio with null condition\nPASS: test_notification 49 - Threshold ratio is unset\nPASS: test_notification 50 - Set threshold ratio < 0\nPASS: test_notification 51 - Threshold ratio is unset\nPASS: test_notification 52 - Set Threshold ratio > 1\nPASS: test_notification 53 - Threshold ratio is unset\nPASS: test_notification 54 - Set threshold ratio == 1.0\nPASS: test_notification 55 - Threshold ratio is set\nPASS: test_notification 56 - Threshold ratio is 1.0\nPASS: test_notification 57 - Set threshold ratio == 0.0\nPASS: test_notification 58 - Threshold ratio is set\nPASS: test_notification 59 - Threshold ratio is 0.0\nPASS: test_notification 60 - Set threshold ratio == 0.420\nPASS: test_notification 61 - Threshold ratio is set\nPASS: test_notification 62 - Threshold ratio is 0.420\nPASS: test_notification 63 - Set threshold with null condition\nPASS: test_notification 64 - Get threshold value with null condition\nPASS: test_notification 65 - Threshold is unset\nPASS: test_notification 66 - Set threshold > 0\nPASS: test_notification 67 - Threshold is set\nPASS: test_notification 68 - Threshold is 100000\nPASS: test_notification 69 - Set threshold UINT64_MAX\nPASS: test_notification 70 - Threshold is set\nPASS: test_notification 71 - Threshold is UINT64_MAX\nPASS: test_notification 72 - Set threshold  == 0\nPASS: test_notification 73 - Threshold is set\nPASS: test_notification 74 - Threshold is 0\nPASS: test_notification 75 - Threshold ratio is unset\nPASS: test_notification 76 - Threshold ratio is untouched\nPASS: test_notification 77 - Set threshold ratio == 0.420\nPASS: test_notification 78 - Threshold ratio is set\nPASS: test_notification 79 - Threshold ratio is 0.420\nPASS: test_notification 80 - Threshold is unset\nPASS: test_notification 81 - Threshold is untouched\nPASS: test_notification 82 - Set domain type with null condition\nPASS: test_notification 83 - Get domain type with null condition\nPASS: test_notification 84 - Set domain type as LTTNG_DOMAIN_NONE\nPASS: test_notification 85 - Domain type is unset\nPASS: test_notification 86 - Set domain type as LTTNG_DOMAIN_UST\nPASS: test_notification 87 - Domain type is set\nPASS: test_notification 88 - Domain type is LTTNG_DOMAIN_UST\nPASS: test_notification 89 - High buffer usage condition allocated\nPASS: test_notification 90 - Condition is of type \"high buffer usage\"\nPASS: test_notification 91 - Threshold ratio is unset\nPASS: test_notification 92 - Threshold byte is unset\nPASS: test_notification 93 - Session name is unset\nPASS: test_notification 94 - Session name is null\nPASS: test_notification 95 - Channel name is unset\nPASS: test_notification 96 - Channel name is null\nPASS: test_notification 97 - Domain name is unset\nPASS: test_notification 98 - Set null condition on set session name\nPASS: test_notification 99 - Get session name with null condition\nPASS: test_notification 100 - Session name is null\nPASS: test_notification 101 - Session name is unset\nPASS: test_notification 102 - Session name is null\nPASS: test_notification 103 - Set null session name\nPASS: test_notification 104 - Session name is unset\nPASS: test_notification 105 - Session name is null\nPASS: test_notification 106 - Set empty session name\nPASS: test_notification 107 - Session name is unset\nPASS: test_notification 108 - Session name is null\nPASS: test_notification 109 - Set session name session420\nPASS: test_notification 110 - Session name is set\nPASS: test_notification 111 - Session name has a value\nPASS: test_notification 112 - Session name is session420\nPASS: test_notification 113 - Set session name to empty\nPASS: test_notification 114 - Session name is still set\nPASS: test_notification 115 - Session name has a value\nPASS: test_notification 116 - Session is still name is session420\nPASS: test_notification 117 - Set null condition on set channel name\nPASS: test_notification 118 - Get channel name with null condition\nPASS: test_notification 119 - Channel name is unset\nPASS: test_notification 120 - Channel name is null\nPASS: test_notification 121 - Set null channel name\nPASS: test_notification 122 - Channel name is unset\nPASS: test_notification 123 - Channel name is null\nPASS: test_notification 124 - Set empty channel name\nPASS: test_notification 125 - Channel name is unset\nPASS: test_notification 126 - Channel name is null\nPASS: test_notification 127 - Set channel name channel420\nPASS: test_notification 128 - Channel name is set\nPASS: test_notification 129 - Channel name has a value\nPASS: test_notification 130 - Channel name is channel420\nPASS: test_notification 131 - Set channel name to empty\nPASS: test_notification 132 - Channel name is still set\nPASS: test_notification 133 - Channel name has a value\nPASS: test_notification 134 - Channel is still name is channel420\nPASS: test_notification 135 - Set threshold ratio with null condition\nPASS: test_notification 136 - Get threshold ratio with null condition\nPASS: test_notification 137 - Threshold ratio is unset\nPASS: test_notification 138 - Set threshold ratio < 0\nPASS: test_notification 139 - Threshold ratio is unset\nPASS: test_notification 140 - Set Threshold ratio > 1\nPASS: test_notification 141 - Threshold ratio is unset\nPASS: test_notification 142 - Set threshold ratio == 1.0\nPASS: test_notification 143 - Threshold ratio is set\nPASS: test_notification 144 - Threshold ratio is 1.0\nPASS: test_notification 145 - Set threshold ratio == 0.0\nPASS: test_notification 146 - Threshold ratio is set\nPASS: test_notification 147 - Threshold ratio is 0.0\nPASS: test_notification 148 - Set threshold ratio == 0.420\nPASS: test_notification 149 - Threshold ratio is set\nPASS: test_notification 150 - Threshold ratio is 0.420\nPASS: test_notification 151 - Set threshold with null condition\nPASS: test_notification 152 - Get threshold value with null condition\nPASS: test_notification 153 - Threshold is unset\nPASS: test_notification 154 - Set threshold > 0\nPASS: test_notification 155 - Threshold is set\nPASS: test_notification 156 - Threshold is 100000\nPASS: test_notification 157 - Set threshold UINT64_MAX\nPASS: test_notification 158 - Threshold is set\nPASS: test_notification 159 - Threshold is UINT64_MAX\nPASS: test_notification 160 - Set threshold  == 0\nPASS: test_notification 161 - Threshold is set\nPASS: test_notification 162 - Threshold is 0\nPASS: test_notification 163 - Threshold ratio is unset\nPASS: test_notification 164 - Threshold ratio is untouched\nPASS: test_notification 165 - Set threshold ratio == 0.420\nPASS: test_notification 166 - Threshold ratio is set\nPASS: test_notification 167 - Threshold ratio is 0.420\nPASS: test_notification 168 - Threshold is unset\nPASS: test_notification 169 - Threshold is untouched\nPASS: test_notification 170 - Set domain type with null condition\nPASS: test_notification 171 - Get domain type with null condition\nPASS: test_notification 172 - Set domain type as LTTNG_DOMAIN_NONE\nPASS: test_notification 173 - Domain type is unset\nPASS: test_notification 174 - Set domain type as LTTNG_DOMAIN_UST\nPASS: test_notification 175 - Domain type is set\nPASS: test_notification 176 - Domain type is LTTNG_DOMAIN_UST\nPASS: test_notification 177 - lttng_trigger_create(NULL, NULL) returns null\nPASS: test_notification 178 - lttng_trigger_create(NON-NULL, NULL) returns null\nPASS: test_notification 179 - lttng_trigger_create(NULL, NON-NULL) returns null\nPASS: test_notification 180 - lttng_trigger_create(NON-NULL, NON-NULL) returns an object\nPASS: test_payload 1 - Added three file descriptors to an lttng_payload\nPASS: test_payload 2 - File descriptors are popped from a payload view in the order of insertion\nPASS: test_payload 3 - Error reported when popping more file descriptors than were pushed\nPASS: test_payload 4 - Same file descriptor returned when popping from different top-level views\nPASS: test_payload 5 - Different file descriptors returned when popping from descendant views\nPASS: test_relayd_backward_compat_group_by_session 1 - In: hostname/auto-20190918-164429/ust/uid/1000/64-bit, out: auto-20190918-164429/hostname-20190918-164429/ust/uid/1000/64-bit, expected: auto-20190918-164429/hostname-20190918-164429/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 2 - In: hostname/custom_auto-20190319-120000/ust/uid/1000/64-bit, out: custom_auto-20190319-120000/hostname-20190319-120000/ust/uid/1000/64-bit, expected: custom_auto-20190319-120000/hostname-20190319-120000/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 3 - In: hostname/test-20190918-164709/ust/uid/1000/64-bit, out: test/hostname-20190918-164709/ust/uid/1000/64-bit, expected: test/hostname-20190918-164709/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 4 - In: hostname//snapshot-1-20190918-164829-0/ust//uid/1000/64-bit, out: my_session/hostname-20250616-113525/snapshot-1-20190918-164829-0/ust//uid/1000/64-bit, expected: my_session/hostname-20250616-113525/snapshot-1-20190918-164829-0/ust//uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 5 - In: hostname//snapshot-1-20190918-175919-0/ust//uid/1000/64-bit, out: my_session/hostname-20250616-113525/snapshot-1-20190918-175919-0/ust//uid/1000/64-bit, expected: my_session/hostname-20250616-113525/snapshot-1-20190918-175919-0/ust//uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 6 - In: hostname//auto-20190918-171641/ust/uid/1000/64-bit, out: auto-20190918-171641/hostname-20190918-171641/ust/uid/1000/64-bit, expected: auto-20190918-171641/hostname-20190918-171641/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 7 - In: hostname//test-20190918-180333//ust/uid/1000/64-bit, out: test-20190918-180333/hostname-20190918-180333//ust/uid/1000/64-bit, expected: test-20190918-180333/hostname-20190918-180333//ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 8 - In: hostname/extra/path/ust/uid/1000/64-bit, out: auto-20190919-122110/hostname-20190919-122110/extra/path/ust/uid/1000/64-bit, expected: auto-20190919-122110/hostname-20190919-122110/extra/path/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 9 - In: hostname/extra/path/ust/uid/1000/64-bit, out: test/hostname-20250616-113525/extra/path/ust/uid/1000/64-bit, expected: test/hostname-20250616-113525/extra/path/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 10 - In: hostname/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit, out: test/hostname-20250616-113525/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit, expected: test/hostname-20250616-113525/extra/path/snapshot-1-20190919-140702-0/ust//uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 11 - In: hostname/test-20190319-120000-20190918-180921/ust/uid/1000/64-bit, out: test-20190319-120000/hostname-20190918-180921/ust/uid/1000/64-bit, expected: test-20190319-120000/hostname-20190918-180921/ust/uid/1000/64-bit\nPASS: test_relayd_backward_compat_group_by_session 12 - Returned null as expected\nPASS: test_relayd_backward_compat_group_by_session 13 - Returned null as expected\nPASS: test_relayd_backward_compat_group_by_session 14 - In: hostname/test, out: test/hostname-20250616-113525/, expected: test/hostname-20250616-113525/\nPASS: test_relayd_backward_compat_group_by_session 15 - In: hostname/test/ust/uid/1000/64-bit, out: test/hostname-20250616-113525/ust/uid/1000/64-bit, expected: test/hostname-20250616-113525/ust/uid/1000/64-bit\nPASS: test_session 1 - Session list: not NULL\nPASS: test_session 2 - Create session: test1\nPASS: test_session 3 - Validating session: session found\nPASS: test_session 4 - Validating session: basic sanity check\nPASS: test_session 5 - Destroying session: session found\nPASS: test_session 6 - Destroying session: test1 destroyed\nPASS: test_session 7 - Duplicate session creation\nPASS: test_session 8 - Create session with a NULL name (auto-generate a name)\nPASS: test_session 9 - Auto-generated session name starts with auto\nPASS: test_session 10 - Large sessions number: created 10000 sessions\nPASS: test_session 11 - Large sessions number: destroyed 10000 sessions\nPASS: test_string_utils 1 - strutils_normalize_star_glob_pattern() produces the expected result: `salut` -> `salut`\nPASS: test_string_utils 2 - strutils_normalize_star_glob_pattern() produces the expected result: `sal*ut` -> `sal*ut`\nPASS: test_string_utils 3 - strutils_normalize_star_glob_pattern() produces the expected result: `sal**ut` -> `sal*ut`\nPASS: test_string_utils 4 - strutils_normalize_star_glob_pattern() produces the expected result: `sal***ut` -> `sal*ut`\nPASS: test_string_utils 5 - strutils_normalize_star_glob_pattern() produces the expected result: `*salut` -> `*salut`\nPASS: test_string_utils 6 - strutils_normalize_star_glob_pattern() produces the expected result: `**salut` -> `*salut`\nPASS: test_string_utils 7 - strutils_normalize_star_glob_pattern() produces the expected result: `***salut` -> `*salut`\nPASS: test_string_utils 8 - strutils_normalize_star_glob_pattern() produces the expected result: `salut*` -> `salut*`\nPASS: test_string_utils 9 - strutils_normalize_star_glob_pattern() produces the expected result: `salut**` -> `salut*`\nPASS: test_string_utils 10 - strutils_normalize_star_glob_pattern() produces the expected result: `salut***` -> `salut*`\nPASS: test_string_utils 11 - strutils_normalize_star_glob_pattern() produces the expected result: `sa\\*lut` -> `sa\\*lut`\nPASS: test_string_utils 12 - strutils_normalize_star_glob_pattern() produces the expected result: `sa\\**lut` -> `sa\\**lut`\nPASS: test_string_utils 13 - strutils_normalize_star_glob_pattern() produces the expected result: `sa*\\**lut` -> `sa*\\**lut`\nPASS: test_string_utils 14 - strutils_normalize_star_glob_pattern() produces the expected result: `sa*\\***lut` -> `sa*\\**lut`\nPASS: test_string_utils 15 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salu**t` -> `\\*salu*t`\nPASS: test_string_utils 16 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salut**` -> `\\*salut*`\nPASS: test_string_utils 17 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salut**\\*` -> `\\*salut*\\*`\nPASS: test_string_utils 18 - strutils_normalize_star_glob_pattern() produces the expected result: `\\*salut` -> `\\*salut`\nPASS: test_string_utils 19 - strutils_normalize_star_glob_pattern() produces the expected result: `\\***salut` -> `\\**salut`\nPASS: test_string_utils 20 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\` -> `salut\\`\nPASS: test_string_utils 21 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\**` -> `salut\\**`\nPASS: test_string_utils 22 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\\\*` -> `salut\\\\*`\nPASS: test_string_utils 23 - strutils_normalize_star_glob_pattern() produces the expected result: `salut\\\\***` -> `salut\\\\*`\nPASS: test_string_utils 24 - strutils_normalize_star_glob_pattern() produces the expected result: `*` -> `*`\nPASS: test_string_utils 25 - strutils_normalize_star_glob_pattern() produces the expected result: `**` -> `*`\nPASS: test_string_utils 26 - strutils_normalize_star_glob_pattern() produces the expected result: `***` -> `*`\nPASS: test_string_utils 27 - strutils_normalize_star_glob_pattern() produces the expected result: `**\\***` -> `*\\**`\nPASS: test_string_utils 28 - strutils_is_star_glob_pattern() returns the expected result: `allo*` -> 1\nPASS: test_string_utils 29 - strutils_is_star_glob_pattern() returns the expected result: `*allo` -> 1\nPASS: test_string_utils 30 - strutils_is_star_glob_pattern() returns the expected result: `*allo*` -> 1\nPASS: test_string_utils 31 - strutils_is_star_glob_pattern() returns the expected result: `*al*lo*` -> 1\nPASS: test_string_utils 32 - strutils_is_star_glob_pattern() returns the expected result: `al\\**lo` -> 1\nPASS: test_string_utils 33 - strutils_is_star_glob_pattern() returns the expected result: `al\\*l*o` -> 1\nPASS: test_string_utils 34 - strutils_is_star_glob_pattern() returns the expected result: `all*o\\` -> 1\nPASS: test_string_utils 35 - strutils_is_star_glob_pattern() returns the expected result: `*` -> 1\nPASS: test_string_utils 36 - strutils_is_star_glob_pattern() returns the expected result: `\\\\*` -> 1\nPASS: test_string_utils 37 - strutils_is_star_glob_pattern() returns the expected result: `allo` -> 0\nPASS: test_string_utils 38 - strutils_is_star_glob_pattern() returns the expected result: `allo\\*` -> 0\nPASS: test_string_utils 39 - strutils_is_star_glob_pattern() returns the expected result: `al\\*lo` -> 0\nPASS: test_string_utils 40 - strutils_is_star_glob_pattern() returns the expected result: `\\*allo` -> 0\nPASS: test_string_utils 41 - strutils_is_star_glob_pattern() returns the expected result: `\\*` -> 0\nPASS: test_string_utils 42 - strutils_is_star_glob_pattern() returns the expected result: `allo\\` -> 0\nPASS: test_string_utils 43 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo*` -> 1\nPASS: test_string_utils 44 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo\\\\*` -> 1\nPASS: test_string_utils 45 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo` -> 0\nPASS: test_string_utils 46 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al*lo` -> 0\nPASS: test_string_utils 47 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al\\*lo` -> 0\nPASS: test_string_utils 48 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `*allo` -> 0\nPASS: test_string_utils 49 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `al*lo*` -> 0\nPASS: test_string_utils 50 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo**` -> 0\nPASS: test_string_utils 51 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo*\\*` -> 0\nPASS: test_string_utils 52 - strutils_is_star_at_the_end_only_glob_pattern() returns the expected result: `allo\\*` -> 0\nPASS: test_string_utils 53 - strutils_split() produces the expected substrings: `a/b/c/d/e` (delim. `/`, escape `0`)\nPASS: test_string_utils 54 - strutils_split() produces the expected substrings: `a/b//d/e` (delim. `/`, escape `0`)\nPASS: test_string_utils 55 - strutils_split() produces the expected substrings: `/b/c/d/e` (delim. `/`, escape `0`)\nPASS: test_string_utils 56 - strutils_split() produces the expected substrings: `a/b/c/d/` (delim. `/`, escape `0`)\nPASS: test_string_utils 57 - strutils_split() produces the expected substrings: `/b/c/d/` (delim. `/`, escape `0`)\nPASS: test_string_utils 58 - strutils_split() produces the expected substrings: `` (delim. `/`, escape `0`)\nPASS: test_string_utils 59 - strutils_split() produces the expected substrings: `/` (delim. `/`, escape `0`)\nPASS: test_string_utils 60 - strutils_split() produces the expected substrings: `//` (delim. `/`, escape `0`)\nPASS: test_string_utils 61 - strutils_split() produces the expected substrings: `hello+world` (delim. `+`, escape `0`)\nPASS: test_string_utils 62 - strutils_split() produces the expected substrings: `hello\\+world` (delim. `+`, escape `0`)\nPASS: test_string_utils 63 - strutils_split() produces the expected substrings: `hello\\+world` (delim. `+`, escape `1`)\nPASS: test_string_utils 64 - strutils_split() produces the expected substrings: `hello\\++world` (delim. `+`, escape `1`)\nPASS: test_string_utils 65 - strutils_split() produces the expected substrings: `hello\\\\++world` (delim. `+`, escape `1`)\nPASS: test_string_utils 66 - strutils_split() produces the expected substrings: `hello+world\\` (delim. `+`, escape `0`)\nPASS: test_string_utils 67 - strutils_split() produces the expected substrings: `hello+world\\` (delim. `+`, escape `1`)\nPASS: test_string_utils 68 - strutils_split() produces the expected substrings: `\\+` (delim. `+`, escape `0`)\nPASS: test_string_utils 69 - strutils_split() produces the expected substrings: `\\+` (delim. `+`, escape `1`)\nPASS: test_unix_socket 1 - Created anonymous unix socket pair\nPASS: test_unix_socket 2 - Sent complete test payload\nPASS: test_unix_socket 3 - Sent test payload file descriptors\nPASS: test_unix_socket 4 - Received payload bytes\nPASS: test_unix_socket 5 - FD reception return value is number of fd * sizeof(int)\nPASS: test_unix_socket 6 - Received all test payload file descriptors in one invocation\nPASS: test_unix_socket 7 - Created anonymous unix socket pair\nPASS: test_unix_socket 8 - Sent binary payload for message 0\nPASS: test_unix_socket 9 - Sent file descriptors payload for message 0\nPASS: test_unix_socket 10 - Sent binary payload for message 1\nPASS: test_unix_socket 11 - Sent file descriptors payload for message 1\nPASS: test_unix_socket 12 - Sent binary payload for message 2\nPASS: test_unix_socket 13 - Sent file descriptors payload for message 2\nPASS: test_unix_socket 14 - Sent binary payload for message 3\nPASS: test_unix_socket 15 - Sent file descriptors payload for message 3\nPASS: test_unix_socket 16 - Received payload bytes for message 0\nPASS: test_unix_socket 17 - Received fd for message 0\nPASS: test_unix_socket 18 - Payload contains 1 fd for message 0\nPASS: test_unix_socket 19 - Received payload bytes for message 1\nPASS: test_unix_socket 20 - Received fd for message 1\nPASS: test_unix_socket 21 - Payload contains 1 fd for message 1\nPASS: test_unix_socket 22 - Received payload bytes for message 2\nPASS: test_unix_socket 23 - Received fd for message 2\nPASS: test_unix_socket 24 - Payload contains 1 fd for message 2\nPASS: test_unix_socket 25 - Received payload bytes for message 3\nPASS: test_unix_socket 26 - Received fd for message 3\nPASS: test_unix_socket 27 - Payload contains 1 fd for message 3\nPASS: test_unix_socket 28 - Created anonymous unix socket pair\nPASS: test_unix_socket 29 - Sent complete test payload\nPASS: test_unix_socket 30 - Sent test payload file descriptors\nPASS: test_unix_socket 31 - Received complete payload in chunks of 100 bytes\nPASS: test_unix_socket 32 - Received file descriptor after receiving payload in chunks\nPASS: test_unix_socket 33 - Payload contains 1 fd after receiving payload in chunks\nPASS: test_unix_socket 34 - Created unix socket at path `/tmp/test.unix.socket.creds.passing.fW7Dki/test_unix_socket`\nPASS: test_unix_socket 35 - Received the expected effective uid (0 == 0)\nPASS: test_unix_socket 36 - Received the expected effective gid (0 == 0)\nPASS: test_unix_socket 37 - Received the expected pid (601 == 601)\nPASS: test_uri 1 - URI set to net://localhost\nPASS: test_uri 2 - URI set to net://localhost:8989:4242/my/test/path\nPASS: test_uri 3 - URI set to net://localhost:8989:4242\nPASS: test_uri 4 - URI set to net6://[::1]:8989\nPASS: test_uri 5 - URI set to tcp://42.42.42.42/my/test/path\nPASS: test_uri 6 - URI set to tcp6://[fe80::f66d:4ff:fe53:d220]/my/test/path\nPASS: test_uri 7 - URI set to file:///my/test/path\nPASS: test_uri 8 - Bad URI set to file/my/test/path\nPASS: test_uri 9 - Bad URI set to net://:8999\nPASS: test_uri 10 - URI compare net://localhost == net://localhost\nPASS: test_uri 11 - URI compare net://localhost != net://localhost:8989:4242\nPASS: test_utils_compat_poll 1 - epoll's CLOEXEC value\nPASS: test_utils_compat_poll 2 - lttng_poll_reset is defined\nPASS: test_utils_compat_poll 3 - lttng_poll_init is defined\nPASS: test_utils_compat_poll 4 - GETFD is defined\nPASS: test_utils_compat_poll 5 - GETEV is defined\nPASS: test_utils_compat_poll 6 - GETSZ is defined\nPASS: test_utils_compat_poll 7 - GET_PREV_FD is defined\nPASS: test_utils_compat_poll 8 - Create over NULL pointer fails\nPASS: test_utils_compat_poll 9 - Create with size 0 fails\nPASS: test_utils_compat_poll 10 - Create valid poll set succeeds\nPASS: test_utils_compat_poll 11 - Adding to NULL set fails\nPASS: test_utils_compat_poll 12 - Adding to uninitialized structure fails\nPASS: test_utils_compat_poll 13 - Adding invalid FD fails\nPASS: test_utils_compat_poll 14 - Create a poll set succeeds\nPASS: test_utils_compat_poll 15 - Set created empty\nPASS: test_utils_compat_poll 16 - Adding to NULL set fails\nPASS: test_utils_compat_poll 17 - Set still empty\nPASS: test_utils_compat_poll 18 - Adding invalid FD fails\nPASS: test_utils_compat_poll 19 - Set still empty\nPASS: test_utils_compat_poll 20 - Adding valid FD succeeds\nPASS: test_utils_compat_poll 21 - Nb of elements incremented\nPASS: test_utils_compat_poll 22 - Removing from NULL set fails\nPASS: test_utils_compat_poll 23 - Number of FD in set unchanged\nPASS: test_utils_compat_poll 24 - Removing from negative FD fails\nPASS: test_utils_compat_poll 25 - Number of FD in set unchanged\nPASS: test_utils_compat_poll 26 - Removing invalid FD still succeeds\nPASS: test_utils_compat_poll 27 - Number of elements unchanged\nPASS: test_utils_compat_poll 28 - Removing valid FD succeeds\nPASS: test_utils_compat_poll 29 - Nb of elements decremented\nPASS: test_utils_compat_poll 30 - Removing from empty set fails\nPASS: test_utils_compat_poll 31 - Nb of elements unchanged\nPASS: test_utils_compat_poll 32 - pipe function succeeds\nPASS: test_utils_compat_poll 33 - pipe function succeeds\nPASS: test_utils_compat_poll 34 - Close valid FD succeeds\nPASS: test_utils_compat_poll 35 - Close valid FD succeeds\nPASS: test_utils_compat_poll 36 - lttng_poll_wait call with invalid input returns error\nPASS: test_utils_compat_poll 37 - Create valid poll set succeeds\nPASS: test_utils_compat_poll 38 - lttng_poll_wait call with invalid input returns error\nPASS: test_utils_compat_poll 39 - Add valid FD succeeds\nPASS: test_utils_compat_poll 40 - Write to pipe succeeds\nPASS: test_utils_compat_poll 41 - Wakes up on one event\nPASS: test_utils_compat_poll 42 - Removing valid FD succeeds\nPASS: test_utils_compat_poll 43 - Close valid FD succeeds\nPASS: test_utils_compat_poll 44 - Close valid FD succeeds\nPASS: test_utils_compat_poll 45 - Wait for child exit\nPASS: test_utils_compat_poll 46 - Child process exited\nPASS: test_utils_compat_poll 47 - Child process exited with EXIT_SUCCESS\nPASS: test_utils_compat_poll 48 - Test all combinations of active file descriptors for 8 file descriptors\nPASS: test_utils_compat_pthread 1 - Get the thread name: 'test_utils_comp'\nPASS: test_utils_compat_pthread 2 - Set a too long thread name: 'thisnameistoolong'\nPASS: test_utils_compat_pthread 3 - Get the thread name: 'test_utils_comp'\nPASS: test_utils_compat_pthread 4 - Compare the initial thread name: 'test_utils_comp' == 'test_utils_comp'\nPASS: test_utils_compat_pthread 5 - Set a short thread name: 'labatt50'\nPASS: test_utils_compat_pthread 6 - Get a short thread name: 'labatt50'\nPASS: test_utils_compat_pthread 7 - Compare the short thread name: 'labatt50' == 'labatt50'\nPASS: test_utils_compat_pthread 8 - Set a long thread name: 'procrastinating'\nPASS: test_utils_compat_pthread 9 - Get a long thread name: 'procrastinating'\nPASS: test_utils_compat_pthread 10 - Compare the long thread name: 'procrastinating' == 'procrastinating'\nPASS: test_utils_expand_path 1 - valid test case: /a/b/c/d/e\nPASS: test_utils_expand_path 2 - valid test case: /a//b//c/d/e\nPASS: test_utils_expand_path 3 - valid test case: ./a/b/c/d/e\nPASS: test_utils_expand_path 4 - valid test case: ../a/b/c/d/../e\nPASS: test_utils_expand_path 5 - valid test case: .././a/b/c/d/./e\nPASS: test_utils_expand_path 6 - valid test case: ../../a/b/c/d/e\nPASS: test_utils_expand_path 7 - valid test case: ./a/b/../c/d/../e\nPASS: test_utils_expand_path 8 - valid test case: ../a/b/../../c/./d/./e\nPASS: test_utils_expand_path 9 - valid test case: ../../a/b/../c/d/../../e\nPASS: test_utils_expand_path 10 - valid test case: ./a/b/c/d/../../../../e\nPASS: test_utils_expand_path 11 - valid test case: .././a/b/c/d/./e\nPASS: test_utils_expand_path 12 - valid test case: a/\nPASS: test_utils_expand_path 13 - valid test case: a\nPASS: test_utils_expand_path 14 - valid test case: ../../\nPASS: test_utils_expand_path 15 - valid test case: ../..\nPASS: test_utils_expand_path 16 - valid test case: ../\nPASS: test_utils_expand_path 17 - valid test case: ..\nPASS: test_utils_expand_path 18 - valid test case: ./\nPASS: test_utils_expand_path 19 - valid test case: .\nPASS: test_utils_expand_path 20 - valid test case: /../a/b/c/d/e\nPASS: test_utils_expand_path 21 - valid test case: /a/b/c/d/../../../../../e\nPASS: test_utils_expand_path 22 - valid test case: /..\nPASS: test_utils_expand_path 23 - valid test case: /a/..\nPASS: test_utils_expand_path 24 - symlink tree test case: [tmppath/]a/g/../l/.\nPASS: test_utils_expand_path 25 - symlink tree test case: [tmppath/]a/g/../l/./\nPASS: test_utils_expand_path 26 - symlink tree test case: [tmppath/]a/g/../l/..\nPASS: test_utils_expand_path 27 - symlink tree test case: [tmppath/]a/g/../l/../\nPASS: test_utils_expand_path 28 - symlink tree test case: [tmppath/]a/b/h/g/\nPASS: test_utils_expand_path 29 - invalid test case: NULL\nPASS: test_utils_parse_size_suffix 1 - valid test case: 0\nPASS: test_utils_parse_size_suffix 2 - valid test case: 1234\nPASS: test_utils_parse_size_suffix 3 - valid test case: 0x400\nPASS: test_utils_parse_size_suffix 4 - valid test case: 0300\nPASS: test_utils_parse_size_suffix 5 - valid test case: 16k\nPASS: test_utils_parse_size_suffix 6 - valid test case: 128K\nPASS: test_utils_parse_size_suffix 7 - valid test case: 0x1234k\nPASS: test_utils_parse_size_suffix 8 - valid test case: 32M\nPASS: test_utils_parse_size_suffix 9 - valid test case: 1024G\nPASS: test_utils_parse_size_suffix 10 - valid test case: 0X400\nPASS: test_utils_parse_size_suffix 11 - valid test case: 0x40a\nPASS: test_utils_parse_size_suffix 12 - valid test case: 0X40b\nPASS: test_utils_parse_size_suffix 13 - valid test case: 0x40C\nPASS: test_utils_parse_size_suffix 14 - valid test case: 0X40D\nPASS: test_utils_parse_size_suffix 15 - valid test case: 0x40e\nPASS: test_utils_parse_size_suffix 16 - valid test case: 0X40f\nPASS: test_utils_parse_size_suffix 17 - valid test case: 00\nPASS: test_utils_parse_size_suffix 18 - valid test case: 0k\nPASS: test_utils_parse_size_suffix 19 - valid test case: 0K\nPASS: test_utils_parse_size_suffix 20 - valid test case: 0M\nPASS: test_utils_parse_size_suffix 21 - valid test case: 0G\nPASS: test_utils_parse_size_suffix 22 - valid test case: 00k\nPASS: test_utils_parse_size_suffix 23 - valid test case: 00K\nPASS: test_utils_parse_size_suffix 24 - valid test case: 00M\nPASS: test_utils_parse_size_suffix 25 - valid test case: 00G\nPASS: test_utils_parse_size_suffix 26 - valid test case: 0x0\nPASS: test_utils_parse_size_suffix 27 - valid test case: 0X0\nPASS: test_utils_parse_size_suffix 28 - valid test case: 0x0k\nPASS: test_utils_parse_size_suffix 29 - valid test case: 0X0K\nPASS: test_utils_parse_size_suffix 30 - valid test case: 0x0M\nPASS: test_utils_parse_size_suffix 31 - valid test case: 0X0G\nPASS: test_utils_parse_size_suffix 32 - valid test case: 0X40G\nPASS: test_utils_parse_size_suffix 33 - valid test case: 0300k\nPASS: test_utils_parse_size_suffix 34 - valid test case: 0300K\nPASS: test_utils_parse_size_suffix 35 - valid test case: 030M\nPASS: test_utils_parse_size_suffix 36 - valid test case: 020G\nPASS: test_utils_parse_size_suffix 37 - valid test case: 0xa0k\nPASS: test_utils_parse_size_suffix 38 - valid test case: 0xa0K\nPASS: test_utils_parse_size_suffix 39 - valid test case: 0XA0M\nPASS: test_utils_parse_size_suffix 40 - valid test case: 0xA0G\nPASS: test_utils_parse_size_suffix 41 - invalid test case:\nPASS: test_utils_parse_size_suffix 42 - invalid test case:\nPASS: test_utils_parse_size_suffix 43 - invalid test case: -1\nPASS: test_utils_parse_size_suffix 44 - invalid test case: k\nPASS: test_utils_parse_size_suffix 45 - invalid test case: 4611686018427387904G\nPASS: test_utils_parse_size_suffix 46 - invalid test case: 0x40g\nPASS: test_utils_parse_size_suffix 47 - invalid test case: 08\nPASS: test_utils_parse_size_suffix 48 - invalid test case: 09\nPASS: test_utils_parse_size_suffix 49 - invalid test case: 0x\nPASS: test_utils_parse_size_suffix 50 - invalid test case: x0\nPASS: test_utils_parse_size_suffix 51 - invalid test case: 0xx0\nPASS: test_utils_parse_size_suffix 52 - invalid test case: 07kK\nPASS: test_utils_parse_size_suffix 53 - invalid test case: 0xk\nPASS: test_utils_parse_size_suffix 54 - invalid test case: 0XM\nPASS: test_utils_parse_size_suffix 55 - invalid test case: 0xG\nPASS: test_utils_parse_size_suffix 56 - invalid test case: 0x0MM\nPASS: test_utils_parse_size_suffix 57 - invalid test case: 0X0GG\nPASS: test_utils_parse_size_suffix 58 - invalid test case: 0a\nPASS: test_utils_parse_size_suffix 59 - invalid test case: 0B\nPASS: test_utils_parse_time_suffix 1 - valid test case: 0 expected 0\nPASS: test_utils_parse_time_suffix 2 - valid test case: 1234 expected 1234\nPASS: test_utils_parse_time_suffix 3 - valid test case: 1234us expected 1234\nPASS: test_utils_parse_time_suffix 4 - valid test case: 16ms expected 16000\nPASS: test_utils_parse_time_suffix 5 - valid test case: 128ms expected 128000\nPASS: test_utils_parse_time_suffix 6 - valid test case: 32s expected 32000000\nPASS: test_utils_parse_time_suffix 7 - valid test case: 1m expected 60000000\nPASS: test_utils_parse_time_suffix 8 - valid test case: 20m expected 1200000000\nPASS: test_utils_parse_time_suffix 9 - valid test case: 1h expected 3600000000\nPASS: test_utils_parse_time_suffix 10 - valid test case: 5h expected 18000000000\nPASS: test_utils_parse_time_suffix 11 - valid test case: 00 expected 0\nPASS: test_utils_parse_time_suffix 12 - valid test case: 0us expected 0\nPASS: test_utils_parse_time_suffix 13 - valid test case: 0ms expected 0\nPASS: test_utils_parse_time_suffix 14 - valid test case: 0s expected 0\nPASS: test_utils_parse_time_suffix 15 - valid test case: 0m expected 0\nPASS: test_utils_parse_time_suffix 16 - valid test case: 0h expected 0\nPASS: test_utils_parse_time_suffix 17 - valid test case: 00us expected 0\nPASS: test_utils_parse_time_suffix 18 - valid test case: 00ms expected 0\nPASS: test_utils_parse_time_suffix 19 - valid test case: 00s expected 0\nPASS: test_utils_parse_time_suffix 20 - valid test case: 00m expected 0\nPASS: test_utils_parse_time_suffix 21 - valid test case: 00h expected 0\nPASS: test_utils_parse_time_suffix 22 - valid test case: 12ms expected 12000\nPASS: test_utils_parse_time_suffix 23 - valid test case: 3597us expected 3597\nPASS: test_utils_parse_time_suffix 24 - valid test case: +5 expected 5\nPASS: test_utils_parse_time_suffix 25 - valid test case: 08 expected 8\nPASS: test_utils_parse_time_suffix 26 - valid test case: 0145us expected 145\nPASS: test_utils_parse_time_suffix 27 - invalid test case:\nPASS: test_utils_parse_time_suffix 28 - invalid test case:\nPASS: test_utils_parse_time_suffix 29 - invalid test case: -1\nPASS: test_utils_parse_time_suffix 30 - invalid test case: m\nPASS: test_utils_parse_time_suffix 31 - invalid test case: 4611686018427387904s\nPASS: test_utils_parse_time_suffix 32 - invalid test case: 0x40M\nPASS: test_utils_parse_time_suffix 33 - invalid test case: 0x\nPASS: test_utils_parse_time_suffix 34 - invalid test case: x0\nPASS: test_utils_parse_time_suffix 35 - invalid test case: 0xx0\nPASS: test_utils_parse_time_suffix 36 - invalid test case: 07mm\nPASS: test_utils_parse_time_suffix 37 - invalid test case: 0xm\nPASS: test_utils_parse_time_suffix 38 - invalid test case: 0Xs\nPASS: test_utils_parse_time_suffix 39 - invalid test case: 0x0ss\nPASS: test_utils_parse_time_suffix 40 - invalid test case: 0a\nPASS: test_utils_parse_time_suffix 41 - invalid test case: 0B\nPASS: test_utils_parse_time_suffix 42 - invalid test case: 0x3 s\nPASS: test_utils_parse_time_suffix 43 - invalid test case: 0xbs\nPASS: test_utils_parse_time_suffix 44 - invalid test case: 14ns\nPASS: test_utils_parse_time_suffix 45 - invalid test case: 0xbs\nPASS: test_utils_parse_time_suffix 46 - invalid test case: 14ns\nPASS: test_utils_parse_time_suffix 47 - invalid test case: 14ms garbage after value\nPASS: test_utils_parse_time_suffix 48 - invalid test case: 0x14s\nPASS: test_utils_parse_time_suffix 49 - invalid test case: 0u\nPASS: test_utils_parse_time_suffix 50 - invalid test case: 5mS\nPASS: test_utils_parse_time_suffix 51 - invalid test case: 5Ms\nPASS: test_utils_parse_time_suffix 52 - invalid test case: 12ussr\nPASS: test_utils_parse_time_suffix 53 - invalid test case: 67msrp\nPASS: test_utils_parse_time_suffix 54 - invalid test case: 14si\nPASS: test_utils_parse_time_suffix 55 - invalid test case: 12mo\nPASS: test_utils_parse_time_suffix 56 - invalid test case: 53hi\nPASS: test_uuid 1 - lttng_uuid_from_str - Parse valid string '3d260c88-75ea-47b8-a7e2-d6077c0378d9', expect success\nPASS: test_uuid 2 - lttng_uuid_from_str - Parse valid string '611cf3a6-a68b-4515-834f-208bc2762592', expect success\nPASS: test_uuid 3 - lttng_uuid_from_str - Parse valid string '1b4855cc-96de-4ae8-abe3-86449c2a43c4', expect success\nPASS: test_uuid 4 - lttng_uuid_from_str - Parse valid string '8ADED5B9-ACD2-439F-A60C-897403AA2AB4', expect success\nPASS: test_uuid 5 - lttng_uuid_from_str - Parse valid string 'f109e0a2-C619-4d18-b760-20EA20E0F69A', expect success\nPASS: test_uuid 6 - lttng_uuid_from_str - Parse invalid string '1b485!cc-96de-4XX8-abe3-86449c2a43?4', expect failure\nPASS: test_uuid 7 - lttng_uuid_from_str - Parse invalid string 'c2e6eddb&3955&4006&be3a&70bb63bd5f25', expect failure\nPASS: test_uuid 8 - lttng_uuid_from_str - Parse invalid string '81b1cb88-ff42-45b9-ba4d-964088ee45', expect failure\nPASS: test_uuid 9 - lttng_uuid_from_str - Parse invalid string '2d-6c6d756574-470e-9142-a4e6ad03f143', expect failure\nPASS: test_uuid 10 - lttng_uuid_from_str - Parse invalid string '4542ad19-9e4f-4931-8261-2101c3e089ae7', expect failure\nPASS: test_uuid 11 - lttng_uuid_from_str - Parse invalid string 'XX0123', expect failure\nPASS: test_uuid 12 - lttng_uuid_to_str - Convert UUID '3d260c88-75ea-47b8-a7e2-d6077c0378d9' to string, expect success\nPASS: test_uuid 13 - lttng_uuid_to_str - Convert UUID '611cf3a6-a68b-4515-834f-208bc2762592' to string, expect success\nPASS: test_uuid 14 - lttng_uuid_to_str - Convert UUID '1b4855cc-96de-4ae8-abe3-86449c2a43c4' to string, expect success\nPASS: test_uuid 15 - lttng_uuid_is_equal - Compare same UUID, expect success\nPASS: test_uuid 16 - lttng_uuid_is_equal - Compare different UUID, expect failure\nPASS: test_uuid 17 - lttng_uuid_copy - Compare copied UUID with source, expect success\nPASS: test_uuid 18 - lttng_uuid_generate - Generated UUIDs are different\nPASS: test_uuid 19 - lttng_uuid_generate - bit 6 of clock_seq_hi_and_reserved is set to zero\nPASS: test_uuid 20 - lttng_uuid_generate - bit 7 of clock_seq_hi_and_reserved is set to one\nPASS: test_uuid 21 - lttng_uuid_generate - Generated UUID version check\nPASS: test_ust_data 1 - Create UST session\nPASS: test_ust_data 2 - Validate UST session\nPASS: test_ust_data 3 - Validate channel name length\nPASS: test_ust_data 4 - Create UST channel\nPASS: test_ust_data 5 - Validate UST channel\nPASS: test_ust_data 6 - Validate string length\nPASS: test_ust_data 7 - Create UST event\nPASS: test_ust_data 8 - Validate UST event\nPASS: test_ust_data 9 - Create UST context\nPASS: test_ust_data 10 - Validate UST context\nPASS: test_ust_data 11 - Validate string length\nPASS: test_ust_data 12 - Create UST exclusion\nPASS: test_ust_data 13 - Create UST event with identical exclusion names fails\nPASS: test_ust_data 14 - Create UST exclusion\nPASS: test_ust_data 15 - Create UST event with different exclusion names\nPASS: test_ust_data 16 - Validate UST event and exclusion\n============================================================================\nTestsuite summary for lttng-tools 2.13.15\n============================================================================\n# TOTAL: 1032\n# PASS:  1032\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nPASS: tools/base-path/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXpath_ust_trace_path.RRmpgI)\nPASS: tools/base-path/test_ust 2 - Start session daemon\nPASS: tools/base-path/test_ust 3 - Create session ust_app_stream_base_path with uri:net://localhost/my/custom/path1 and opts:\nPASS: tools/base-path/test_ust 4 - Enable ust event tp:tptest for session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 5 - Start tracing for session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 6 - Stop lttng tracing for session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 7 - Destroy session ust_app_stream_base_path\nPASS: tools/base-path/test_ust 8 - UST per-uid network trace path is valid\nPASS: tools/base-path/test_ust 9 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 10 - Create session ust_app_snapshot_create_base_path with uri:net://localhost/my/custom/path2 and opts: --snapshot\nPASS: tools/base-path/test_ust 11 - Enable ust event tp:tptest for session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 12 - Start tracing for session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 13 - Stop lttng tracing for session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 14 - Snapshot recorded\nPASS: tools/base-path/test_ust 15 - Destroy session ust_app_snapshot_create_base_path\nPASS: tools/base-path/test_ust 16 - UST per-uid network snapshot trace path is valid\nPASS: tools/base-path/test_ust 17 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 18 - Create session ust_app_snapshot_base_path in no-output mode\nPASS: tools/base-path/test_ust 19 - Enable ust event tp:tptest for session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 20 - Start tracing for session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 21 - Stop lttng tracing for session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 22 - Snapshot recorded\nPASS: tools/base-path/test_ust 23 - Destroy session ust_app_snapshot_base_path\nPASS: tools/base-path/test_ust 24 - UST per-uid network snapshot trace path is valid\nPASS: tools/base-path/test_ust 25 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 26 - Create session ust_app_snapshot_add_output_base_path in no-output mode\nPASS: tools/base-path/test_ust 27 - Enable ust event tp:tptest for session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 28 - Start tracing for session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 29 - Stop lttng tracing for session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 30 - Added snapshot output net://localhost/my/custom/path4\nPASS: tools/base-path/test_ust 31 - Snapshot recorded\nPASS: tools/base-path/test_ust 32 - Destroy session ust_app_snapshot_add_output_base_path\nPASS: tools/base-path/test_ust 33 - UST per-uid network snapshot trace path is valid\nPASS: tools/base-path/test_ust 34 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 35 - Load command with opts: -i ./tools/base-path//load-stream-extra-path.lttng\nPASS: tools/base-path/test_ust 36 - Start tracing for session load-stream-extra-path\nPASS: tools/base-path/test_ust 37 - Stop lttng tracing for session load-stream-extra-path\nPASS: tools/base-path/test_ust 38 - Destroy session load-stream-extra-path\nPASS: tools/base-path/test_ust 39 - UST per-uid network trace path is valid\nPASS: tools/base-path/test_ust 40 - Validate trace for event tp:tptest, 100 events\nPASS: tools/base-path/test_ust 41 - Wait after kill session daemon\nPASS: tools/base-path/test_ust 42 - Wait after kill relay daemon\nPASS: tools/channel/test_channel 1 - Start session daemon\nPASS: tools/channel/test_channel 2 - Create session test_channel in -o /tmp/tmp.XXXXXXXXXXel_disable_stopped_session_trace_path.Fnto5B\nPASS: tools/channel/test_channel 3 - Enable channel channel0 for session test_channel\nPASS: tools/channel/test_channel 4 - Enable ust event tp:tptest for session test_channel\nPASS: tools/channel/test_channel 5 - Start tracing for session test_channel\nPASS: tools/channel/test_channel 6 - Stop lttng tracing for session test_channel\nPASS: tools/channel/test_channel 7 - Trace match with 100 event tp:tptest\nPASS: tools/channel/test_channel 8 - Clear session test_channel\nPASS: tools/channel/test_channel 9 - Disable channel channel0 for session test_channel\nPASS: tools/channel/test_channel 10 - Start tracing for session test_channel\nPASS: tools/channel/test_channel 11 - Stop lttng tracing for session test_channel\nPASS: tools/channel/test_channel 12 - Trace match with 0 event tp:tptest\nPASS: tools/channel/test_channel 13 - Destroy session test_channel\nPASS: tools/channel/test_channel 14 - Wait after kill session daemon\nPASS: tools/filtering/test_invalid_filter 1 - Start session daemon\nPASS: tools/filtering/test_invalid_filter 2 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 3 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 4 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 5 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 6 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 7 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 8 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 9 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 10 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 11 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 12 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 13 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 14 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 15 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 16 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 17 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 18 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 19 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 20 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 21 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 22 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 23 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 24 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 25 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 26 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 27 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 28 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 29 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 30 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 31 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 32 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 33 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 34 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 35 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 36 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 37 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 38 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 39 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 40 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 41 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 42 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 43 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 44 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 45 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 46 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 47 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 48 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 49 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 50 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 51 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 52 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 53 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 54 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 55 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 56 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 57 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 58 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 59 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 60 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 61 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 62 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 63 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 64 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 65 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 66 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 67 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 68 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 69 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 70 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 71 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 72 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 73 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 74 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 75 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 76 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 77 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 78 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 79 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 80 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 81 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 82 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 83 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 84 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 85 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 86 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 87 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 88 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 89 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 90 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 91 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 92 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 93 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 94 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 95 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 96 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 97 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 98 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 99 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 100 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 101 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 102 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 103 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 104 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 105 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 106 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 107 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 108 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 109 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 110 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 111 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 112 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 113 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 114 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 115 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 116 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 117 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 118 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 119 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 120 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 121 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 122 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 123 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 124 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 125 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 126 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 127 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 128 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 129 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 130 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 131 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 132 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 133 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 134 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 135 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 136 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 137 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 138 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 139 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 140 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 141 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 142 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 143 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 144 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 145 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 146 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 147 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 148 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 149 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 150 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 151 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 152 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 153 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 154 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 155 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 156 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 157 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 158 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 159 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 160 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 161 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 162 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 163 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 164 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 165 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 166 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 167 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 168 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 169 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 170 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 171 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 172 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 173 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 174 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 175 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 176 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 177 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 178 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 179 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 180 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 181 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 182 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 183 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 184 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 185 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 186 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 187 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 188 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 189 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 190 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 191 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 192 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 193 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 194 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 195 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 196 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 197 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 198 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 199 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 200 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 201 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 202 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 203 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 204 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 205 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 206 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 207 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 208 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 209 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 210 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 211 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 212 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 213 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 214 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 215 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 216 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 217 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 218 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 219 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 220 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 221 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 222 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 223 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 224 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 225 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 226 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 227 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 228 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 229 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 230 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 231 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 232 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 233 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 234 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 235 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 236 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 237 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 238 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 239 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 240 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 241 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 242 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 243 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 244 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 245 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 246 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 247 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 248 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 249 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 250 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 251 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 252 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 253 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 254 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 255 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 256 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 257 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 258 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 259 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 260 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 261 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 262 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 263 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 264 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 265 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 266 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 267 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 268 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 269 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 270 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 271 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 272 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 273 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 274 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 275 - Create session filter-invalid in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1pry7c\nPASS: tools/filtering/test_invalid_filter 276 - Enable lttng event with filtering and invalid filter\nPASS: tools/filtering/test_invalid_filter 277 - Destroy session filter-invalid\nPASS: tools/filtering/test_invalid_filter 278 - Wait after kill session daemon\nPASS: tools/filtering/test_unsupported_op 1 - Start session daemon\nPASS: tools/filtering/test_unsupported_op 2 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 3 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 4 - Unsupported operator test MUL (*)\nPASS: tools/filtering/test_unsupported_op 5 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 6 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 7 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 8 - Unsupported operator test DIV (/)\nPASS: tools/filtering/test_unsupported_op 9 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 10 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 11 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 12 - Unsupported operator test MOD (%)\nPASS: tools/filtering/test_unsupported_op 13 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 14 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 15 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 16 - Unsupported operator test PLUS (+)\nPASS: tools/filtering/test_unsupported_op 17 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 18 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 19 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 20 - Unsupported operator test MINUS (-)\nPASS: tools/filtering/test_unsupported_op 21 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 22 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 23 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 24 - Unsupported operator test MUL (*)\nPASS: tools/filtering/test_unsupported_op 25 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 26 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 27 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 28 - Unsupported operator test DIV (/)\nPASS: tools/filtering/test_unsupported_op 29 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 30 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 31 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 32 - Unsupported operator test MOD (%)\nPASS: tools/filtering/test_unsupported_op 33 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 34 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 35 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 36 - Unsupported operator test PLUS (+)\nPASS: tools/filtering/test_unsupported_op 37 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 38 - Create session filter-unsupported-ops in -o /tmp/tmp.XXXXXXXXXXring_unsupported_ops_trace_path.FOqN6W\nPASS: tools/filtering/test_unsupported_op 39 - Enable lttng event with filtering and unsupported operator\nPASS: tools/filtering/test_unsupported_op 40 - Unsupported operator test MINUS (-)\nPASS: tools/filtering/test_unsupported_op 41 - Destroy session filter-unsupported-ops\nPASS: tools/filtering/test_unsupported_op 42 - Wait after kill session daemon\nPASS: tools/filtering/test_valid_filter 1 - Start session daemon\nPASS: tools/filtering/test_valid_filter 2 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dnWBap\nPASS: tools/filtering/test_valid_filter 3 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 4 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 5 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 6 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 7 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 8 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xiDeh5\nPASS: tools/filtering/test_valid_filter 9 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 10 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 11 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 12 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 13 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 14 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3JtNMM\nPASS: tools/filtering/test_valid_filter 15 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 16 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 17 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 18 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 19 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 20 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8nK6G6\nPASS: tools/filtering/test_valid_filter 21 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 22 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 23 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 24 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 25 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 26 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xnWG0D\nPASS: tools/filtering/test_valid_filter 27 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 28 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 29 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 30 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 31 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 32 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.i6D2jA\nPASS: tools/filtering/test_valid_filter 33 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 34 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 35 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 36 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 37 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 38 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pub1eu\nPASS: tools/filtering/test_valid_filter 39 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 40 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 41 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 42 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 43 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 44 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.R6DVVm\nPASS: tools/filtering/test_valid_filter 45 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 46 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 47 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 48 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 49 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 50 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QiqsfZ\nPASS: tools/filtering/test_valid_filter 51 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 52 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 53 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 54 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 55 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 56 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xaXU7Y\nPASS: tools/filtering/test_valid_filter 57 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 58 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 59 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 60 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 61 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 62 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Y6RDiq\nPASS: tools/filtering/test_valid_filter 63 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 64 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 65 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 66 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 67 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 68 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nTdjyH\nPASS: tools/filtering/test_valid_filter 69 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 70 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 71 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 72 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 73 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 74 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ghmrJK\nPASS: tools/filtering/test_valid_filter 75 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 76 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 77 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 78 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 79 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 80 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BB0UEX\nPASS: tools/filtering/test_valid_filter 81 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 82 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 83 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 84 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 85 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 86 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6RLsxh\nPASS: tools/filtering/test_valid_filter 87 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 88 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 89 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 90 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 91 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 92 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.U7gEu0\nPASS: tools/filtering/test_valid_filter 93 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 94 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 95 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 96 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 97 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 98 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QLsMJL\nPASS: tools/filtering/test_valid_filter 99 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 100 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 101 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 102 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 103 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 104 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rJjBEA\nPASS: tools/filtering/test_valid_filter 105 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 106 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 107 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 108 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 109 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 110 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uDQH1t\nPASS: tools/filtering/test_valid_filter 111 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 112 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 113 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 114 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 115 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 116 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FM2M6Z\nPASS: tools/filtering/test_valid_filter 117 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 118 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 119 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 120 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 121 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 122 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.440sfN\nPASS: tools/filtering/test_valid_filter 123 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 124 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 125 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 126 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 127 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 128 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HdKu8X\nPASS: tools/filtering/test_valid_filter 129 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 130 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 131 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 132 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 133 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 134 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DsFJI6\nPASS: tools/filtering/test_valid_filter 135 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 136 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 137 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 138 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 139 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 140 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.TYEdi3\nPASS: tools/filtering/test_valid_filter 141 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 142 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 143 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 144 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 145 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 146 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ixXENg\nPASS: tools/filtering/test_valid_filter 147 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 148 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 149 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 150 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 151 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 152 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Wjml5s\nPASS: tools/filtering/test_valid_filter 153 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 154 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 155 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 156 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 157 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 158 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q6uruI\nPASS: tools/filtering/test_valid_filter 159 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 160 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 161 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 162 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 163 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 164 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rT62T1\nPASS: tools/filtering/test_valid_filter 165 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 166 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 167 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 168 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 169 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 170 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uThjz0\nPASS: tools/filtering/test_valid_filter 171 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 172 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 173 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 174 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 175 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 176 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Dmt2ev\nPASS: tools/filtering/test_valid_filter 177 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 178 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 179 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 180 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 181 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 182 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.vrO7ZB\nPASS: tools/filtering/test_valid_filter 183 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 184 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 185 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 186 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 187 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 188 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DRMpSj\nPASS: tools/filtering/test_valid_filter 189 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 190 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 191 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 192 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 193 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 194 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Cnuycm\nPASS: tools/filtering/test_valid_filter 195 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 196 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 197 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 198 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 199 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 200 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.V3B269\nPASS: tools/filtering/test_valid_filter 201 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 202 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 203 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 204 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 205 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 206 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L4isxX\nPASS: tools/filtering/test_valid_filter 207 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 208 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 209 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 210 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 211 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 212 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Z8YheS\nPASS: tools/filtering/test_valid_filter 213 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 214 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 215 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 216 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 217 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 218 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xfLa8P\nPASS: tools/filtering/test_valid_filter 219 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 220 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 221 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 222 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 223 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 224 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q4WRyk\nPASS: tools/filtering/test_valid_filter 225 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 226 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 227 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 228 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 229 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 230 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.J5FPA5\nPASS: tools/filtering/test_valid_filter 231 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 232 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 233 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 234 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 235 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 236 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.f9e91j\nPASS: tools/filtering/test_valid_filter 237 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 238 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 239 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 240 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 241 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 242 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cO155J\nPASS: tools/filtering/test_valid_filter 243 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 244 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 245 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 246 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 247 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 248 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QhzFL9\nPASS: tools/filtering/test_valid_filter 249 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 250 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 251 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 252 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 253 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 254 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Rxo6cN\nPASS: tools/filtering/test_valid_filter 255 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 256 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 257 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 258 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 259 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 260 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VdW13a\nPASS: tools/filtering/test_valid_filter 261 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 262 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 263 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 264 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 265 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 266 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Wwpmmo\nPASS: tools/filtering/test_valid_filter 267 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 268 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 269 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 270 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 271 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 272 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L0P2wq\nPASS: tools/filtering/test_valid_filter 273 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 274 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 275 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 276 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 277 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 278 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QQf1B3\nPASS: tools/filtering/test_valid_filter 279 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 280 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 281 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 282 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 283 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 284 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wXG2ch\nPASS: tools/filtering/test_valid_filter 285 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 286 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 287 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 288 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 289 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 290 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.au0eJ1\nPASS: tools/filtering/test_valid_filter 291 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 292 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 293 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 294 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 295 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 296 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YbvcIc\nPASS: tools/filtering/test_valid_filter 297 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 298 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 299 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 300 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 301 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 302 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HQBhZu\nPASS: tools/filtering/test_valid_filter 303 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 304 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 305 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 306 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 307 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 308 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cYJVK2\nPASS: tools/filtering/test_valid_filter 309 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 310 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 311 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 312 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 313 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 314 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.axoFuq\nPASS: tools/filtering/test_valid_filter 315 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 316 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 317 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 318 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 319 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 320 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MNXnB1\nPASS: tools/filtering/test_valid_filter 321 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 322 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 323 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 324 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 325 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 326 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pi2uRx\nPASS: tools/filtering/test_valid_filter 327 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 328 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 329 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 330 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 331 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 332 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.i218ba\nPASS: tools/filtering/test_valid_filter 333 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 334 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 335 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 336 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 337 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 338 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lJAF4v\nPASS: tools/filtering/test_valid_filter 339 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 340 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 341 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 342 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 343 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 344 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8FHOnq\nPASS: tools/filtering/test_valid_filter 345 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 346 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 347 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 348 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 349 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 350 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qW0FKq\nPASS: tools/filtering/test_valid_filter 351 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 352 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 353 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 354 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 355 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 356 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XcpqUk\nPASS: tools/filtering/test_valid_filter 357 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 358 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 359 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 360 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 361 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 362 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OsDn4r\nPASS: tools/filtering/test_valid_filter 363 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 364 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 365 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 366 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 367 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 368 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xOdAba\nPASS: tools/filtering/test_valid_filter 369 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 370 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 371 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 372 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 373 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 374 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aFb6go\nPASS: tools/filtering/test_valid_filter 375 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 376 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 377 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 378 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 379 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 380 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.L0Vj0e\nPASS: tools/filtering/test_valid_filter 381 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 382 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 383 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 384 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 385 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 386 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EPbbjN\nPASS: tools/filtering/test_valid_filter 387 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 388 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 389 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 390 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 391 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 392 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MBi8FE\nPASS: tools/filtering/test_valid_filter 393 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 394 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 395 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 396 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 397 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 398 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.57OkxO\nPASS: tools/filtering/test_valid_filter 399 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 400 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 401 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 402 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 403 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 404 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.evrkUW\nPASS: tools/filtering/test_valid_filter 405 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 406 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 407 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 408 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 409 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 410 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UTR2V1\nPASS: tools/filtering/test_valid_filter 411 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 412 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 413 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 414 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 415 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 416 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sz6OMa\nPASS: tools/filtering/test_valid_filter 417 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 418 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 419 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 420 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 421 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 422 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.oHIBqm\nPASS: tools/filtering/test_valid_filter 423 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 424 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 425 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 426 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 427 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 428 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.E80CVt\nPASS: tools/filtering/test_valid_filter 429 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 430 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 431 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 432 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 433 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 434 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QqImQS\nPASS: tools/filtering/test_valid_filter 435 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 436 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 437 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 438 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 439 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 440 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.81txZA\nPASS: tools/filtering/test_valid_filter 441 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 442 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 443 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 444 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 445 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 446 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.blFuUT\nPASS: tools/filtering/test_valid_filter 447 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 448 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 449 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 450 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 451 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 452 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.76towH\nPASS: tools/filtering/test_valid_filter 453 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 454 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 455 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 456 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 457 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 458 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N49vMY\nPASS: tools/filtering/test_valid_filter 459 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 460 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 461 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 462 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 463 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 464 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.CqonED\nPASS: tools/filtering/test_valid_filter 465 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 466 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 467 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 468 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 469 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 470 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SOMEDE\nPASS: tools/filtering/test_valid_filter 471 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 472 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 473 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 474 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 475 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 476 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DwUXll\nPASS: tools/filtering/test_valid_filter 477 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 478 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 479 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 480 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 481 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 482 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gV2xga\nPASS: tools/filtering/test_valid_filter 483 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 484 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 485 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 486 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 487 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 488 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.TnG9D7\nPASS: tools/filtering/test_valid_filter 489 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 490 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 491 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 492 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 493 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 494 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qHkGMd\nPASS: tools/filtering/test_valid_filter 495 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 496 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 497 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 498 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 499 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 500 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.44iWWY\nPASS: tools/filtering/test_valid_filter 501 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 502 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 503 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 504 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 505 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 506 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9oF4DT\nPASS: tools/filtering/test_valid_filter 507 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 508 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 509 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 510 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 511 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 512 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dFrmtm\nPASS: tools/filtering/test_valid_filter 513 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 514 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 515 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 516 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 517 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 518 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9xC3r9\nPASS: tools/filtering/test_valid_filter 519 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 520 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 521 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 522 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 523 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 524 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QT0oRD\nPASS: tools/filtering/test_valid_filter 525 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 526 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 527 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 528 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 529 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 530 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ewP92m\nPASS: tools/filtering/test_valid_filter 531 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 532 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 533 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 534 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 535 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 536 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZgXWC4\nPASS: tools/filtering/test_valid_filter 537 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 538 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 539 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 540 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 541 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 542 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ktzs5z\nPASS: tools/filtering/test_valid_filter 543 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 544 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 545 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 546 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 547 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 548 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2NEupi\nPASS: tools/filtering/test_valid_filter 549 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 550 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 551 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 552 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 553 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 554 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FEHI6q\nPASS: tools/filtering/test_valid_filter 555 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 556 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 557 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 558 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 559 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 560 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rlfKK2\nPASS: tools/filtering/test_valid_filter 561 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 562 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 563 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 564 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 565 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 566 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.05YvaW\nPASS: tools/filtering/test_valid_filter 567 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 568 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 569 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 570 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 571 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 572 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PyMBMs\nPASS: tools/filtering/test_valid_filter 573 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 574 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 575 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 576 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 577 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 578 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.D9kZEp\nPASS: tools/filtering/test_valid_filter 579 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 580 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 581 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 582 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 583 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 584 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ofE1uP\nPASS: tools/filtering/test_valid_filter 585 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 586 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 587 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 588 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 589 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 590 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WEwreI\nPASS: tools/filtering/test_valid_filter 591 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 592 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 593 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 594 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 595 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 596 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZzLr1j\nPASS: tools/filtering/test_valid_filter 597 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 598 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 599 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 600 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 601 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 602 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ShLPON\nPASS: tools/filtering/test_valid_filter 603 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 604 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 605 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 606 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 607 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 608 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1rjyF5\nPASS: tools/filtering/test_valid_filter 609 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 610 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 611 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 612 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 613 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 614 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SiDvOL\nPASS: tools/filtering/test_valid_filter 615 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 616 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 617 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 618 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 619 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 620 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aepQ6o\nPASS: tools/filtering/test_valid_filter 621 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 622 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 623 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 624 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 625 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 626 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wLOnaP\nPASS: tools/filtering/test_valid_filter 627 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 628 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 629 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 630 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 631 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 632 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cqjOLs\nPASS: tools/filtering/test_valid_filter 633 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 634 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 635 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 636 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 637 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 638 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EuIuLb\nPASS: tools/filtering/test_valid_filter 639 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 640 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 641 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 642 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 643 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 644 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.eQB79V\nPASS: tools/filtering/test_valid_filter 645 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 646 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 647 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 648 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 649 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 650 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cnUaIU\nPASS: tools/filtering/test_valid_filter 651 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 652 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 653 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 654 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 655 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 656 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.qCRwQM\nPASS: tools/filtering/test_valid_filter 657 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 658 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 659 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 660 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 661 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 662 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.F5JuP8\nPASS: tools/filtering/test_valid_filter 663 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 664 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 665 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 666 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 667 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 668 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BpSpVV\nPASS: tools/filtering/test_valid_filter 669 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 670 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 671 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 672 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 673 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 674 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DN4B8e\nPASS: tools/filtering/test_valid_filter 675 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 676 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 677 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 678 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 679 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 680 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cHs353\nPASS: tools/filtering/test_valid_filter 681 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 682 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 683 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 684 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 685 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 686 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YfVnvf\nPASS: tools/filtering/test_valid_filter 687 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 688 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 689 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 690 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 691 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 692 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q9c2WC\nPASS: tools/filtering/test_valid_filter 693 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 694 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 695 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 696 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 697 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 698 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UWjSz5\nPASS: tools/filtering/test_valid_filter 699 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 700 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 701 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 702 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 703 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 704 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6noW5x\nPASS: tools/filtering/test_valid_filter 705 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 706 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 707 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 708 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 709 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 710 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KY7lpZ\nPASS: tools/filtering/test_valid_filter 711 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 712 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 713 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 714 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 715 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 716 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.JCXEWA\nPASS: tools/filtering/test_valid_filter 717 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 718 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 719 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 720 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 721 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 722 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fsZ1TR\nPASS: tools/filtering/test_valid_filter 723 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 724 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 725 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 726 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 727 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 728 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.olINWX\nPASS: tools/filtering/test_valid_filter 729 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 730 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 731 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 732 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 733 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 734 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3pFTxY\nPASS: tools/filtering/test_valid_filter 735 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 736 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 737 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 738 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 739 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 740 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PP8BB7\nPASS: tools/filtering/test_valid_filter 741 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 742 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 743 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 744 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 745 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 746 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.g1clhT\nPASS: tools/filtering/test_valid_filter 747 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 748 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 749 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 750 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 751 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 752 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.aWc2Wz\nPASS: tools/filtering/test_valid_filter 753 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 754 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 755 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 756 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 757 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 758 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.f46Hax\nPASS: tools/filtering/test_valid_filter 759 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 760 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 761 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 762 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 763 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 764 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7hZzY6\nPASS: tools/filtering/test_valid_filter 765 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 766 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 767 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 768 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 769 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 770 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cEVBmT\nPASS: tools/filtering/test_valid_filter 771 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 772 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 773 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 774 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 775 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 776 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XnSNWq\nPASS: tools/filtering/test_valid_filter 777 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 778 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 779 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 780 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 781 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 782 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rm4SVS\nPASS: tools/filtering/test_valid_filter 783 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 784 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 785 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 786 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 787 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 788 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.guvm7r\nPASS: tools/filtering/test_valid_filter 789 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 790 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 791 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 792 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 793 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 794 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6YZetz\nPASS: tools/filtering/test_valid_filter 795 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 796 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 797 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 798 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 799 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 800 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.X7bDEP\nPASS: tools/filtering/test_valid_filter 801 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 802 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 803 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 804 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 805 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 806 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0li9Ld\nPASS: tools/filtering/test_valid_filter 807 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 808 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 809 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 810 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 811 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 812 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.mNGhpi\nPASS: tools/filtering/test_valid_filter 813 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 814 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 815 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 816 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 817 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 818 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zl7Cvt\nPASS: tools/filtering/test_valid_filter 819 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 820 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 821 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 822 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 823 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 824 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.YhMUPg\nPASS: tools/filtering/test_valid_filter 825 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 826 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 827 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 828 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 829 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 830 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5ULTWL\nPASS: tools/filtering/test_valid_filter 831 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 832 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 833 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 834 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 835 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 836 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZeUOF9\nPASS: tools/filtering/test_valid_filter 837 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 838 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 839 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 840 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 841 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 842 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DKC7e0\nPASS: tools/filtering/test_valid_filter 843 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 844 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 845 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 846 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 847 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 848 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fHk9fM\nPASS: tools/filtering/test_valid_filter 849 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 850 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 851 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 852 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 853 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 854 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HYasXg\nPASS: tools/filtering/test_valid_filter 855 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 856 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 857 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 858 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 859 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 860 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9pnlwe\nPASS: tools/filtering/test_valid_filter 861 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 862 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 863 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 864 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 865 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 866 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HwUC22\nPASS: tools/filtering/test_valid_filter 867 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 868 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 869 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 870 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 871 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 872 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rUNk2G\nPASS: tools/filtering/test_valid_filter 873 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 874 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 875 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 876 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 877 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 878 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VcQTmR\nPASS: tools/filtering/test_valid_filter 879 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 880 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 881 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 882 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 883 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 884 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q5QJzt\nPASS: tools/filtering/test_valid_filter 885 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 886 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 887 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 888 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 889 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 890 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HqehbO\nPASS: tools/filtering/test_valid_filter 891 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 892 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 893 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 894 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 895 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 896 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0I4uch\nPASS: tools/filtering/test_valid_filter 897 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 898 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 899 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 900 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 901 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 902 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6hhYOw\nPASS: tools/filtering/test_valid_filter 903 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 904 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 905 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 906 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 907 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 908 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.amk4by\nPASS: tools/filtering/test_valid_filter 909 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 910 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 911 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 912 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 913 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 914 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.XB6uaS\nPASS: tools/filtering/test_valid_filter 915 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 916 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 917 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 918 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 919 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 920 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.hIYfVf\nPASS: tools/filtering/test_valid_filter 921 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 922 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 923 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 924 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 925 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 926 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.pzHy7y\nPASS: tools/filtering/test_valid_filter 927 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 928 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 929 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 930 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 931 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 932 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dA7DT1\nPASS: tools/filtering/test_valid_filter 933 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 934 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 935 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 936 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 937 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 938 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VHZY9c\nPASS: tools/filtering/test_valid_filter 939 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 940 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 941 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 942 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 943 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 944 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FNwfzY\nPASS: tools/filtering/test_valid_filter 945 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 946 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 947 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 948 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 949 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 950 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cIsHRe\nPASS: tools/filtering/test_valid_filter 951 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 952 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 953 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 954 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 955 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 956 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Vg6iha\nPASS: tools/filtering/test_valid_filter 957 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 958 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 959 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 960 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 961 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 962 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7QwCY3\nPASS: tools/filtering/test_valid_filter 963 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 964 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 965 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 966 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 967 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 968 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uUyKb8\nPASS: tools/filtering/test_valid_filter 969 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 970 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 971 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 972 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 973 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 974 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VtXOIp\nPASS: tools/filtering/test_valid_filter 975 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 976 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 977 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 978 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 979 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 980 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xooHWm\nPASS: tools/filtering/test_valid_filter 981 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 982 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 983 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 984 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 985 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 986 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ceCPkt\nPASS: tools/filtering/test_valid_filter 987 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 988 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 989 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 990 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 991 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 992 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.M0F8Xi\nPASS: tools/filtering/test_valid_filter 993 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 994 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 995 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 996 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 997 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 998 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fZ109u\nPASS: tools/filtering/test_valid_filter 999 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1000 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1001 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1002 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1003 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1004 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WLnyi9\nPASS: tools/filtering/test_valid_filter 1005 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1006 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1007 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1008 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1009 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1010 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.jrtUEJ\nPASS: tools/filtering/test_valid_filter 1011 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1012 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1013 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1014 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1015 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1016 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N8DMMT\nPASS: tools/filtering/test_valid_filter 1017 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1018 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1019 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1020 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1021 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1022 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SG25Ha\nPASS: tools/filtering/test_valid_filter 1023 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1024 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1025 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1026 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1027 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1028 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PtUR5Z\nPASS: tools/filtering/test_valid_filter 1029 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1030 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1031 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1032 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1033 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1034 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rGpT15\nPASS: tools/filtering/test_valid_filter 1035 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1036 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1037 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1038 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1039 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1040 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cUf3db\nPASS: tools/filtering/test_valid_filter 1041 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1042 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1043 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1044 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1045 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1046 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lyjgRe\nPASS: tools/filtering/test_valid_filter 1047 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1048 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1049 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1050 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1051 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1052 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9qvzNz\nPASS: tools/filtering/test_valid_filter 1053 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1054 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1055 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1056 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1057 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1058 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rsaHNS\nPASS: tools/filtering/test_valid_filter 1059 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1060 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1061 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1062 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1063 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1064 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VOQO6D\nPASS: tools/filtering/test_valid_filter 1065 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1066 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1067 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1068 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1069 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1070 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WJhTba\nPASS: tools/filtering/test_valid_filter 1071 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1072 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1073 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1074 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1075 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1076 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.A8mpoc\nPASS: tools/filtering/test_valid_filter 1077 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1078 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1079 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1080 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1081 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1082 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Z8HQXi\nPASS: tools/filtering/test_valid_filter 1083 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1084 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1085 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1086 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1087 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1088 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SOgOsr\nPASS: tools/filtering/test_valid_filter 1089 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1090 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1091 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1092 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1093 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1094 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.BaOF1F\nPASS: tools/filtering/test_valid_filter 1095 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1096 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1097 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1098 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1099 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1100 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9ZetNe\nPASS: tools/filtering/test_valid_filter 1101 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1102 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1103 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1104 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1105 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1106 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uUG8jQ\nPASS: tools/filtering/test_valid_filter 1107 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1108 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1109 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1110 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1111 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1112 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ap8UV1\nPASS: tools/filtering/test_valid_filter 1113 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1114 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1115 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1116 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1117 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1118 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.u1qRii\nPASS: tools/filtering/test_valid_filter 1119 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1120 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1121 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1122 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1123 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1124 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZX0jjK\nPASS: tools/filtering/test_valid_filter 1125 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1126 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1127 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1128 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1129 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1130 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NC0Odu\nPASS: tools/filtering/test_valid_filter 1131 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1132 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1133 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1134 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1135 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1136 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lIXnS9\nPASS: tools/filtering/test_valid_filter 1137 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1138 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1139 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1140 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1141 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1142 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0xryJR\nPASS: tools/filtering/test_valid_filter 1143 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1144 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1145 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1146 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1147 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1148 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.k10Kqs\nPASS: tools/filtering/test_valid_filter 1149 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1150 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1151 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1152 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1153 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1154 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NTNGOZ\nPASS: tools/filtering/test_valid_filter 1155 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1156 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1157 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1158 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1159 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1160 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.67Gyag\nPASS: tools/filtering/test_valid_filter 1161 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1162 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1163 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1164 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1165 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1166 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MC9EC3\nPASS: tools/filtering/test_valid_filter 1167 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1168 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1169 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1170 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1171 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1172 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.n4r1fl\nPASS: tools/filtering/test_valid_filter 1173 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1174 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1175 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1176 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1177 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1178 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Mvtz4G\nPASS: tools/filtering/test_valid_filter 1179 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1180 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1181 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1182 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1183 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1184 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ewrvEp\nPASS: tools/filtering/test_valid_filter 1185 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1186 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1187 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1188 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1189 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1190 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8dh2io\nPASS: tools/filtering/test_valid_filter 1191 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1192 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1193 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1194 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1195 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1196 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DHQJkt\nPASS: tools/filtering/test_valid_filter 1197 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1198 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1199 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1200 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1201 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1202 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1sCCwV\nPASS: tools/filtering/test_valid_filter 1203 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1204 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1205 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1206 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1207 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1208 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.awJdqZ\nPASS: tools/filtering/test_valid_filter 1209 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1210 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1211 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1212 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1213 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1214 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.a4Zo0f\nPASS: tools/filtering/test_valid_filter 1215 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1216 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1217 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1218 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1219 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1220 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cWf3dz\nPASS: tools/filtering/test_valid_filter 1221 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1222 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1223 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1224 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1225 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1226 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.UWbrOq\nPASS: tools/filtering/test_valid_filter 1227 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1228 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1229 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1230 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1231 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1232 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3tKq4q\nPASS: tools/filtering/test_valid_filter 1233 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1234 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1235 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1236 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1237 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1238 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gNyXH7\nPASS: tools/filtering/test_valid_filter 1239 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1240 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1241 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1242 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1243 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1244 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.eQ1FL0\nPASS: tools/filtering/test_valid_filter 1245 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1246 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1247 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1248 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1249 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1250 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.w2aPcK\nPASS: tools/filtering/test_valid_filter 1251 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1252 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1253 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1254 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1255 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1256 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.bw27UD\nPASS: tools/filtering/test_valid_filter 1257 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1258 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1259 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1260 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1261 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1262 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6h4zUg\nPASS: tools/filtering/test_valid_filter 1263 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1264 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1265 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1266 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1267 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1268 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7CqpQE\nPASS: tools/filtering/test_valid_filter 1269 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1270 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1271 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1272 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1273 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1274 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sLf2ob\nPASS: tools/filtering/test_valid_filter 1275 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1276 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1277 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1278 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1279 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1280 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.iz3Kzn\nPASS: tools/filtering/test_valid_filter 1281 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1282 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1283 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1284 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1285 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1286 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uAWVEt\nPASS: tools/filtering/test_valid_filter 1287 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1288 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1289 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1290 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1291 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1292 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2T8PHe\nPASS: tools/filtering/test_valid_filter 1293 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1294 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1295 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1296 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1297 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1298 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zq3BHu\nPASS: tools/filtering/test_valid_filter 1299 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1300 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1301 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1302 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1303 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1304 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.vMML4G\nPASS: tools/filtering/test_valid_filter 1305 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1306 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1307 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1308 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1309 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1310 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MCf8q6\nPASS: tools/filtering/test_valid_filter 1311 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1312 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1313 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1314 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1315 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1316 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.RQ9Yw2\nPASS: tools/filtering/test_valid_filter 1317 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1318 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1319 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1320 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1321 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1322 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OCKo7e\nPASS: tools/filtering/test_valid_filter 1323 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1324 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1325 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1326 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1327 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1328 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ztDXxg\nPASS: tools/filtering/test_valid_filter 1329 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1330 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1331 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1332 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1333 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1334 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.frXwq5\nPASS: tools/filtering/test_valid_filter 1335 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1336 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1337 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1338 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1339 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1340 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gC56BN\nPASS: tools/filtering/test_valid_filter 1341 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1342 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1343 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1344 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1345 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1346 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nxIDGp\nPASS: tools/filtering/test_valid_filter 1347 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1348 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1349 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1350 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1351 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1352 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lK0dQE\nPASS: tools/filtering/test_valid_filter 1353 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1354 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1355 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1356 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1357 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1358 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LVABuK\nPASS: tools/filtering/test_valid_filter 1359 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1360 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1361 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1362 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1363 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1364 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yDG87o\nPASS: tools/filtering/test_valid_filter 1365 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1366 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1367 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1368 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1369 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1370 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dxNu6V\nPASS: tools/filtering/test_valid_filter 1371 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1372 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1373 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1374 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1375 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1376 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.delnDY\nPASS: tools/filtering/test_valid_filter 1377 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1378 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1379 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1380 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1381 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1382 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0ZfGGA\nPASS: tools/filtering/test_valid_filter 1383 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1384 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1385 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1386 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1387 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1388 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.balalX\nPASS: tools/filtering/test_valid_filter 1389 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1390 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1391 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1392 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1393 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1394 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Jd1yz1\nPASS: tools/filtering/test_valid_filter 1395 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1396 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1397 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1398 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1399 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1400 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.u4j3Re\nPASS: tools/filtering/test_valid_filter 1401 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1402 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1403 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1404 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1405 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1406 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7lZJEN\nPASS: tools/filtering/test_valid_filter 1407 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1408 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1409 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1410 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1411 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1412 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WPXVwb\nPASS: tools/filtering/test_valid_filter 1413 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1414 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1415 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1416 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1417 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1418 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nwiv9n\nPASS: tools/filtering/test_valid_filter 1419 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1420 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1421 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1422 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1423 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1424 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.iFkUq5\nPASS: tools/filtering/test_valid_filter 1425 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1426 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1427 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1428 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1429 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1430 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nAljmY\nPASS: tools/filtering/test_valid_filter 1431 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1432 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1433 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1434 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1435 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1436 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.dfvvyS\nPASS: tools/filtering/test_valid_filter 1437 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1438 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1439 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1440 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1441 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1442 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LFs7mu\nPASS: tools/filtering/test_valid_filter 1443 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1444 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1445 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1446 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1447 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1448 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3hmKXR\nPASS: tools/filtering/test_valid_filter 1449 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1450 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1451 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1452 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1453 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1454 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.0hdYdt\nPASS: tools/filtering/test_valid_filter 1455 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1456 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1457 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1458 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1459 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1460 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.wgXvoX\nPASS: tools/filtering/test_valid_filter 1461 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1462 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1463 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1464 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1465 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1466 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Ikae5X\nPASS: tools/filtering/test_valid_filter 1467 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1468 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1469 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1470 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1471 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1472 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FH6w18\nPASS: tools/filtering/test_valid_filter 1473 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1474 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1475 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1476 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1477 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1478 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.6bFSDi\nPASS: tools/filtering/test_valid_filter 1479 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1480 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1481 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1482 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1483 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1484 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.OFpRK2\nPASS: tools/filtering/test_valid_filter 1485 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1486 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1487 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1488 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1489 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1490 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.K78JOF\nPASS: tools/filtering/test_valid_filter 1491 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1492 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1493 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1494 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1495 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1496 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IkNyGz\nPASS: tools/filtering/test_valid_filter 1497 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1498 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1499 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1500 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1501 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1502 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FbUHg0\nPASS: tools/filtering/test_valid_filter 1503 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1504 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1505 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1506 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1507 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1508 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uoYJOQ\nPASS: tools/filtering/test_valid_filter 1509 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1510 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1511 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1512 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1513 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1514 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.PCY4wy\nPASS: tools/filtering/test_valid_filter 1515 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1516 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1517 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1518 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1519 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1520 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5JlAHm\nPASS: tools/filtering/test_valid_filter 1521 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1522 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1523 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1524 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1525 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1526 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ogNhd7\nPASS: tools/filtering/test_valid_filter 1527 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1528 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1529 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1530 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1531 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1532 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Fku82F\nPASS: tools/filtering/test_valid_filter 1533 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1534 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1535 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1536 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1537 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1538 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.q5NZhr\nPASS: tools/filtering/test_valid_filter 1539 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1540 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1541 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1542 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1543 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1544 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KZVtuo\nPASS: tools/filtering/test_valid_filter 1545 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1546 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1547 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1548 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1549 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1550 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ia4jG3\nPASS: tools/filtering/test_valid_filter 1551 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1552 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1553 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1554 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1555 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1556 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WEfcm0\nPASS: tools/filtering/test_valid_filter 1557 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1558 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1559 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1560 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1561 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1562 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Q0GQdv\nPASS: tools/filtering/test_valid_filter 1563 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1564 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1565 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1566 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1567 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1568 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yfn0PP\nPASS: tools/filtering/test_valid_filter 1569 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1570 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1571 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1572 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1573 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1574 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.r5doAF\nPASS: tools/filtering/test_valid_filter 1575 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1576 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1577 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1578 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1579 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1580 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KlgQPL\nPASS: tools/filtering/test_valid_filter 1581 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1582 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1583 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1584 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1585 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1586 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.hhzUnZ\nPASS: tools/filtering/test_valid_filter 1587 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1588 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1589 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1590 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1591 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1592 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8INJX3\nPASS: tools/filtering/test_valid_filter 1593 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1594 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1595 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1596 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1597 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1598 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.lxpfSe\nPASS: tools/filtering/test_valid_filter 1599 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1600 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1601 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1602 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1603 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1604 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ANkjRH\nPASS: tools/filtering/test_valid_filter 1605 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1606 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1607 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1608 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1609 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1610 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LnPZxC\nPASS: tools/filtering/test_valid_filter 1611 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1612 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1613 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1614 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1615 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1616 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Q35ysQ\nPASS: tools/filtering/test_valid_filter 1617 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1618 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1619 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1620 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1621 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1622 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NPIeJ7\nPASS: tools/filtering/test_valid_filter 1623 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1624 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1625 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1626 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1627 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1628 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yW4nar\nPASS: tools/filtering/test_valid_filter 1629 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1630 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1631 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1632 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1633 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1634 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ic5bWC\nPASS: tools/filtering/test_valid_filter 1635 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1636 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1637 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1638 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1639 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1640 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GkoIty\nPASS: tools/filtering/test_valid_filter 1641 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1642 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1643 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1644 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1645 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1646 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.EzCXG2\nPASS: tools/filtering/test_valid_filter 1647 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1648 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1649 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1650 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1651 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1652 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GAkm64\nPASS: tools/filtering/test_valid_filter 1653 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1654 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1655 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1656 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1657 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1658 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IXiyNd\nPASS: tools/filtering/test_valid_filter 1659 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1660 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1661 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1662 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1663 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1664 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.M4F8gm\nPASS: tools/filtering/test_valid_filter 1665 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1666 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1667 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1668 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1669 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1670 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.61H9GB\nPASS: tools/filtering/test_valid_filter 1671 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1672 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1673 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1674 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1675 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1676 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nNn8mf\nPASS: tools/filtering/test_valid_filter 1677 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1678 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1679 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1680 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1681 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1682 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.gBqYUH\nPASS: tools/filtering/test_valid_filter 1683 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1684 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1685 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1686 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1687 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1688 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fO4Ge4\nPASS: tools/filtering/test_valid_filter 1689 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1690 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1691 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1692 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1693 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1694 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.MtPCb0\nPASS: tools/filtering/test_valid_filter 1695 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1696 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1697 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1698 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1699 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1700 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.VjuHBT\nPASS: tools/filtering/test_valid_filter 1701 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1702 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1703 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1704 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1705 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1706 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.fsojqp\nPASS: tools/filtering/test_valid_filter 1707 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1708 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1709 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1710 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1711 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1712 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.nkZuQZ\nPASS: tools/filtering/test_valid_filter 1713 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1714 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1715 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1716 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1717 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1718 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.KszkhD\nPASS: tools/filtering/test_valid_filter 1719 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1720 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1721 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1722 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1723 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1724 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SGtmya\nPASS: tools/filtering/test_valid_filter 1725 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1726 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1727 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1728 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1729 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1730 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.e8X0Pa\nPASS: tools/filtering/test_valid_filter 1731 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1732 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1733 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1734 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1735 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1736 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.CnJlA7\nPASS: tools/filtering/test_valid_filter 1737 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1738 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1739 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1740 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1741 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1742 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.J8RClM\nPASS: tools/filtering/test_valid_filter 1743 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1744 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1745 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1746 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1747 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1748 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FUsNEY\nPASS: tools/filtering/test_valid_filter 1749 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1750 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1751 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1752 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1753 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1754 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.LbX0Vi\nPASS: tools/filtering/test_valid_filter 1755 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1756 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1757 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1758 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1759 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1760 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.46sQLC\nPASS: tools/filtering/test_valid_filter 1761 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1762 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1763 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1764 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1765 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1766 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cn4wkC\nPASS: tools/filtering/test_valid_filter 1767 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1768 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1769 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1770 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1771 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1772 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.mnVPxY\nPASS: tools/filtering/test_valid_filter 1773 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1774 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1775 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1776 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1777 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1778 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.unsJ2u\nPASS: tools/filtering/test_valid_filter 1779 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1780 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1781 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1782 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1783 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1784 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.U7zTeC\nPASS: tools/filtering/test_valid_filter 1785 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1786 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1787 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1788 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1789 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1790 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Oz2y4b\nPASS: tools/filtering/test_valid_filter 1791 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1792 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1793 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1794 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1795 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1796 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7vtx3M\nPASS: tools/filtering/test_valid_filter 1797 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1798 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1799 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1800 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1801 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1802 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.w6Zsra\nPASS: tools/filtering/test_valid_filter 1803 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1804 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1805 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1806 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1807 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1808 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.uoI25O\nPASS: tools/filtering/test_valid_filter 1809 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1810 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1811 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1812 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1813 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1814 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Haai5k\nPASS: tools/filtering/test_valid_filter 1815 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1816 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1817 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1818 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1819 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1820 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.tqWMdw\nPASS: tools/filtering/test_valid_filter 1821 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1822 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1823 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1824 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1825 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1826 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yf0cSm\nPASS: tools/filtering/test_valid_filter 1827 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1828 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1829 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1830 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1831 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1832 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.N8bntT\nPASS: tools/filtering/test_valid_filter 1833 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1834 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1835 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1836 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1837 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1838 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DpApE4\nPASS: tools/filtering/test_valid_filter 1839 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1840 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1841 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1842 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1843 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1844 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Uk7Uny\nPASS: tools/filtering/test_valid_filter 1845 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1846 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1847 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1848 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1849 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1850 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.n7Nz6p\nPASS: tools/filtering/test_valid_filter 1851 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1852 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1853 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1854 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1855 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1856 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.2K8RtS\nPASS: tools/filtering/test_valid_filter 1857 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1858 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1859 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1860 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1861 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1862 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.5ibvzQ\nPASS: tools/filtering/test_valid_filter 1863 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1864 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1865 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1866 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1867 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1868 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.P0qdQt\nPASS: tools/filtering/test_valid_filter 1869 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1870 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1871 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1872 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1873 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1874 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.rw4oGP\nPASS: tools/filtering/test_valid_filter 1875 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1876 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1877 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1878 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1879 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1880 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1Hzd1b\nPASS: tools/filtering/test_valid_filter 1881 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1882 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1883 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1884 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1885 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1886 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.G6bPVf\nPASS: tools/filtering/test_valid_filter 1887 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1888 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1889 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1890 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1891 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1892 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ISjABx\nPASS: tools/filtering/test_valid_filter 1893 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1894 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1895 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1896 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1897 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1898 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.cyiHjk\nPASS: tools/filtering/test_valid_filter 1899 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1900 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1901 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1902 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1903 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1904 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.sP67fg\nPASS: tools/filtering/test_valid_filter 1905 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1906 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1907 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1908 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1909 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1910 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FjNOiN\nPASS: tools/filtering/test_valid_filter 1911 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1912 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1913 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1914 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1915 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1916 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.FLZ6aK\nPASS: tools/filtering/test_valid_filter 1917 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1918 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1919 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1920 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1921 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1922 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yFSgsA\nPASS: tools/filtering/test_valid_filter 1923 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1924 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1925 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1926 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1927 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1928 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zx1uEX\nPASS: tools/filtering/test_valid_filter 1929 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1930 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1931 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1932 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1933 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1934 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GMwCme\nPASS: tools/filtering/test_valid_filter 1935 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1936 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1937 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1938 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1939 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1940 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.28qsIc\nPASS: tools/filtering/test_valid_filter 1941 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1942 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1943 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1944 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1945 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1946 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.GlLnGq\nPASS: tools/filtering/test_valid_filter 1947 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1948 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1949 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1950 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1951 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1952 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WdUS1m\nPASS: tools/filtering/test_valid_filter 1953 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1954 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1955 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1956 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1957 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1958 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.H4C7A9\nPASS: tools/filtering/test_valid_filter 1959 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1960 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1961 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1962 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1963 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1964 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.22KzxN\nPASS: tools/filtering/test_valid_filter 1965 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1966 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1967 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1968 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1969 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1970 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.AkpKWN\nPASS: tools/filtering/test_valid_filter 1971 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1972 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1973 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1974 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1975 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1976 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Y7kduJ\nPASS: tools/filtering/test_valid_filter 1977 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1978 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1979 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1980 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1981 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1982 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.NEQ7ku\nPASS: tools/filtering/test_valid_filter 1983 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1984 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1985 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1986 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1987 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1988 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.Vw2csu\nPASS: tools/filtering/test_valid_filter 1989 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1990 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1991 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1992 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1993 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 1994 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.1SW36g\nPASS: tools/filtering/test_valid_filter 1995 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 1996 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1997 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 1998 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 1999 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2000 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.DYKUwm\nPASS: tools/filtering/test_valid_filter 2001 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2002 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2003 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2004 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2005 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2006 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.jMwVVK\nPASS: tools/filtering/test_valid_filter 2007 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2008 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2009 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2010 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2011 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2012 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.QYzrjr\nPASS: tools/filtering/test_valid_filter 2013 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2014 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2015 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2016 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2017 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2018 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.puFRwj\nPASS: tools/filtering/test_valid_filter 2019 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2020 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2021 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2022 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2023 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2024 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zhV5Wo\nPASS: tools/filtering/test_valid_filter 2025 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2026 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2027 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2028 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2029 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2030 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.25RvQp\nPASS: tools/filtering/test_valid_filter 2031 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2032 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2033 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2034 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2035 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2036 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.JBqGeG\nPASS: tools/filtering/test_valid_filter 2037 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2038 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2039 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2040 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2041 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2042 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.omfmr2\nPASS: tools/filtering/test_valid_filter 2043 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2044 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2045 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2046 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2047 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2048 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.exXgSy\nPASS: tools/filtering/test_valid_filter 2049 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2050 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2051 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2052 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2053 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2054 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.h4Q5Rz\nPASS: tools/filtering/test_valid_filter 2055 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2056 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2057 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2058 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2059 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2060 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IgYDWA\nPASS: tools/filtering/test_valid_filter 2061 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2062 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2063 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2064 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2065 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2066 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.9A21lY\nPASS: tools/filtering/test_valid_filter 2067 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2068 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2069 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2070 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2071 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2072 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.amLbCt\nPASS: tools/filtering/test_valid_filter 2073 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2074 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2075 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2076 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2077 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2078 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.WZavw0\nPASS: tools/filtering/test_valid_filter 2079 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2080 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2081 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2082 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2083 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2084 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.HjCpy7\nPASS: tools/filtering/test_valid_filter 2085 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2086 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2087 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2088 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2089 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2090 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.USjXrl\nPASS: tools/filtering/test_valid_filter 2091 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2092 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2093 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2094 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2095 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2096 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.IUz3Cp\nPASS: tools/filtering/test_valid_filter 2097 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2098 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2099 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2100 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2101 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2102 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.klRlE5\nPASS: tools/filtering/test_valid_filter 2103 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2104 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2105 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2106 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2107 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2108 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.4MqYpu\nPASS: tools/filtering/test_valid_filter 2109 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2110 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2111 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2112 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2113 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2114 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.zL7LOs\nPASS: tools/filtering/test_valid_filter 2115 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2116 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2117 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2118 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2119 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2120 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.p4PQsa\nPASS: tools/filtering/test_valid_filter 2121 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2122 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2123 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2124 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2125 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2126 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.7TzSn0\nPASS: tools/filtering/test_valid_filter 2127 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2128 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2129 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2130 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2131 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2132 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.SThvXG\nPASS: tools/filtering/test_valid_filter 2133 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2134 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2135 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2136 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2137 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2138 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.xa16AO\nPASS: tools/filtering/test_valid_filter 2139 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2140 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2141 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2142 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2143 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2144 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.ZMorbU\nPASS: tools/filtering/test_valid_filter 2145 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2146 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2147 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2148 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2149 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2150 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8cc1jA\nPASS: tools/filtering/test_valid_filter 2151 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2152 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2153 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2154 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2155 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2156 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.yWVMen\nPASS: tools/filtering/test_valid_filter 2157 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2158 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2159 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2160 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2161 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2162 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.3zQAuE\nPASS: tools/filtering/test_valid_filter 2163 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2164 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2165 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2166 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2167 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2168 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.8t6MSx\nPASS: tools/filtering/test_valid_filter 2169 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2170 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2171 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2172 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2173 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2174 - Create session valid_filter in -o /tmp/tmp.XXXXXXXXXXring_invalid_filters_trace_path.4Si74z\nPASS: tools/filtering/test_valid_filter 2175 - Enable lttng event with filtering\nPASS: tools/filtering/test_valid_filter 2176 - Start tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2177 - Stop lttng tracing for session valid_filter\nPASS: tools/filtering/test_valid_filter 2178 - Destroy session valid_filter\nPASS: tools/filtering/test_valid_filter 2179 - Validate trace filter output\nPASS: tools/filtering/test_valid_filter 2180 - Wait after kill session daemon\nPASS: tools/streaming/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXming_ust_trace_path.9hfQg1)\nPASS: tools/streaming/test_ust 2 - Start session daemon\nPASS: tools/streaming/test_ust 3 - Create session 6Sl0MlM87qDWO5DU with uri:net://localhost and opts:\nPASS: tools/streaming/test_ust 4 - Enable ust event tp:tptest for session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 5 - Start tracing for session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 6 - Stop lttng tracing for session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 7 - Destroy session 6Sl0MlM87qDWO5DU\nPASS: tools/streaming/test_ust 8 - UST per-uid network trace path is valid\nPASS: tools/streaming/test_ust 9 - Validate trace for event tp:tptest, 4 events\nPASS: tools/streaming/test_ust 10 - Create session 3J49YClnxXP9rQbY with uri:net://localhost and opts:\nPASS: tools/streaming/test_ust 11 - Enable ust event tp:tptest for session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 12 - Start tracing for session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 13 - Stop lttng tracing for session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 14 - Destroy session 3J49YClnxXP9rQbY\nPASS: tools/streaming/test_ust 15 - UST per-uid network trace path is valid\nPASS: tools/streaming/test_ust 16 - Validate trace for event tp:tptest, 5 events\nPASS: tools/streaming/test_ust 17 - Wait after kill session daemon\nPASS: tools/streaming/test_ust 18 - Wait after kill relay daemon\nPASS: tools/health/test_thread_ok 1 - Start session daemon\nPASS: tools/health/test_thread_ok 2 - Validation OK\nPASS: tools/health/test_thread_ok 3 - Create session health_thread_ok in no-output mode\nPASS: tools/health/test_thread_ok 4 - Enable ust event tp:tptest for session health_thread_ok\nPASS: tools/health/test_thread_ok 5 - Start tracing for session health_thread_ok\nPASS: tools/health/test_thread_ok 6 - Destroy session health_thread_ok\nPASS: tools/health/test_thread_ok 7 - Validation OK\nPASS: tools/health/test_thread_ok 8 - Create session health_thread_ok in no-output mode\nPASS: tools/health/test_thread_ok 9 - Enable kernel event sched_switch for session health_thread_ok\nPASS: tools/health/test_thread_ok 10 - Start tracing for session health_thread_ok\nPASS: tools/health/test_thread_ok 11 - Destroy session health_thread_ok\nPASS: tools/health/test_thread_ok 12 - Validation OK\nPASS: tools/health/test_thread_ok 13 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_ok_trace_path.ld3JiQ)\nPASS: tools/health/test_thread_ok 14 - Validation OK\nPASS: tools/health/test_thread_ok 15 - Validation OK\nPASS: tools/health/test_thread_ok 16 - Wait after kill relay daemon\nPASS: tools/health/test_thread_ok 17 - Wait after kill session daemon\nPASS: tools/live/test_ust 1 - Connect viewer to relayd\nPASS: tools/live/test_ust 2 - Established connection and version check with 2.13\nPASS: tools/live/test_ust 3 - List sessions : 1 session(s)\nPASS: tools/live/test_ust 4 - Create viewer session\nPASS: tools/live/test_ust 5 - Attach to session, 5 stream(s) received\nPASS: tools/live/test_ust 6 - Get metadata, received 8192 bytes\nPASS: tools/live/test_ust 7 - Get one index per stream\nPASS: tools/live/test_ust 8 - Get one data packet for stream 0, offset 0, len 4096\nPASS: tools/live/test_ust 9 - Detach viewer session\nPASS: tools/live/test_ust 10 - List sessions : 1 session(s)\nPASS: tools/live/test_ust 11 - Attach to session, 5 streams received\nPASS: tools/live/test_ust_tracefile_count 1 - Connect viewer to relayd\nPASS: tools/live/test_ust_tracefile_count 2 - Established connection and version check with 2.13\nPASS: tools/live/test_ust_tracefile_count 3 - List sessions : 1 session(s)\nPASS: tools/live/test_ust_tracefile_count 4 - Create viewer session\nPASS: tools/live/test_ust_tracefile_count 5 - Attach to session, 5 stream(s) received\nPASS: tools/live/test_ust_tracefile_count 6 - Get metadata, received 8192 bytes\nPASS: tools/live/test_ust_tracefile_count 7 - Get one index per stream\nPASS: tools/live/test_ust_tracefile_count 8 - Get one data packet for stream 0, offset 0, len 4096\nPASS: tools/live/test_ust_tracefile_count 9 - Detach viewer session\nPASS: tools/live/test_ust_tracefile_count 10 - List sessions : 1 session(s)\nPASS: tools/live/test_ust_tracefile_count 11 - Attach to session, 5 streams received\nPASS: tools/live/test_lttng_ust 1 - Start session daemon\nPASS: tools/live/test_lttng_ust 2 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXlive_lttng_ust_trace_path.q0fGtu)\nPASS: tools/live/test_lttng_ust 3 - Create session in live mode with delay 2000000\nPASS: tools/live/test_lttng_ust 4 - Enable ust event tp:tptest for session live\nPASS: tools/live/test_lttng_ust 5 - Start tracing for session live\nPASS: tools/live/test_lttng_ust 6 - Stop lttng tracing for session live\nPASS: tools/live/test_lttng_ust 7 - Destroy session live\nPASS: tools/live/test_lttng_ust 8 - Trace match with 1 event tp:tptest\nPASS: tools/live/test_lttng_ust 9 - Wait after kill relay daemon\nPASS: tools/live/test_lttng_ust 10 - Create session in live mode with delay 2000000 and custom URLs\nPASS: tools/live/test_lttng_ust 11 - Wait after kill session daemon\nPASS: tools/tracefile-limits/test_tracefile_count 1 - Start session daemon\nPASS: tools/tracefile-limits/test_tracefile_count 2 - Create session nrVD0fQEzo9o9fF0 in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.nB56BM\nPASS: tools/tracefile-limits/test_tracefile_count 3 - Enable channel `channel` for session `nrVD0fQEzo9o9fF0`: 1 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 4 - Enable ust event tp:tptest for session nrVD0fQEzo9o9fF0\nPASS: tools/tracefile-limits/test_tracefile_count 5 - Destroy session nrVD0fQEzo9o9fF0\nPASS: tools/tracefile-limits/test_tracefile_count 6 - Total stream size of CPU 0 is 4096\nPASS: tools/tracefile-limits/test_tracefile_count 7 - Stream meets the trace file limit of 1\nPASS: tools/tracefile-limits/test_tracefile_count 8 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 9 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 10 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 11 - Create session WGvZcQ5eF86Hl21F in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.tODAUF\nPASS: tools/tracefile-limits/test_tracefile_count 12 - Enable channel `channel` for session `WGvZcQ5eF86Hl21F`: 2 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 13 - Enable ust event tp:tptest for session WGvZcQ5eF86Hl21F\nPASS: tools/tracefile-limits/test_tracefile_count 14 - Destroy session WGvZcQ5eF86Hl21F\nPASS: tools/tracefile-limits/test_tracefile_count 15 - Total stream size of CPU 1 is 8192\nPASS: tools/tracefile-limits/test_tracefile_count 16 - Stream meets the trace file limit of 2\nPASS: tools/tracefile-limits/test_tracefile_count 17 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 18 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 19 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 20 - Create session 7iS5XcB4R9Fzia90 in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.4oAXQF\nPASS: tools/tracefile-limits/test_tracefile_count 21 - Enable channel `channel` for session `7iS5XcB4R9Fzia90`: 4 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 22 - Enable ust event tp:tptest for session 7iS5XcB4R9Fzia90\nPASS: tools/tracefile-limits/test_tracefile_count 23 - Destroy session 7iS5XcB4R9Fzia90\nPASS: tools/tracefile-limits/test_tracefile_count 24 - Total stream size of CPU 2 is 16384\nPASS: tools/tracefile-limits/test_tracefile_count 25 - Stream meets the trace file limit of 4\nPASS: tools/tracefile-limits/test_tracefile_count 26 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 27 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 28 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 29 - Create session yw4M2Mg33DmLylAC in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.wir5Sg\nPASS: tools/tracefile-limits/test_tracefile_count 30 - Enable channel `channel` for session `yw4M2Mg33DmLylAC`: 8 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 31 - Enable ust event tp:tptest for session yw4M2Mg33DmLylAC\nPASS: tools/tracefile-limits/test_tracefile_count 32 - Destroy session yw4M2Mg33DmLylAC\nPASS: tools/tracefile-limits/test_tracefile_count 33 - Total stream size of CPU 0 is 32768\nPASS: tools/tracefile-limits/test_tracefile_count 34 - Stream meets the trace file limit of 8\nPASS: tools/tracefile-limits/test_tracefile_count 35 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 36 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 37 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 38 - Create session K5NO1GpYI2Ur2xoa in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.uLkIvU\nPASS: tools/tracefile-limits/test_tracefile_count 39 - Enable channel `channel` for session `K5NO1GpYI2Ur2xoa`: 10 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 40 - Enable ust event tp:tptest for session K5NO1GpYI2Ur2xoa\nPASS: tools/tracefile-limits/test_tracefile_count 41 - Destroy session K5NO1GpYI2Ur2xoa\nPASS: tools/tracefile-limits/test_tracefile_count 42 - Total stream size of CPU 3 is 40960\nPASS: tools/tracefile-limits/test_tracefile_count 43 - Stream meets the trace file limit of 10\nPASS: tools/tracefile-limits/test_tracefile_count 44 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 45 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 46 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 47 - Create session 2lfHjtx3HEImfglu in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.S909KQ\nPASS: tools/tracefile-limits/test_tracefile_count 48 - Enable channel `channel` for session `2lfHjtx3HEImfglu`: 16 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 49 - Enable ust event tp:tptest for session 2lfHjtx3HEImfglu\nPASS: tools/tracefile-limits/test_tracefile_count 50 - Destroy session 2lfHjtx3HEImfglu\nPASS: tools/tracefile-limits/test_tracefile_count 51 - Total stream size of CPU 3 is 65536\nPASS: tools/tracefile-limits/test_tracefile_count 52 - Stream meets the trace file limit of 16\nPASS: tools/tracefile-limits/test_tracefile_count 53 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 54 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 55 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 56 - Create session IB3mEQGlx1gZT5mF in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.llObAE\nPASS: tools/tracefile-limits/test_tracefile_count 57 - Enable channel `channel` for session `IB3mEQGlx1gZT5mF`: 32 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 58 - Enable ust event tp:tptest for session IB3mEQGlx1gZT5mF\nPASS: tools/tracefile-limits/test_tracefile_count 59 - Destroy session IB3mEQGlx1gZT5mF\nPASS: tools/tracefile-limits/test_tracefile_count 60 - Total stream size of CPU 0 is 131072\nPASS: tools/tracefile-limits/test_tracefile_count 61 - Stream meets the trace file limit of 32\nPASS: tools/tracefile-limits/test_tracefile_count 62 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 63 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 64 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 65 - Create session qE0jtrJfWxKr5ovv in -o /tmp/tmp.XXXXXXXXXXfile_count_limit_trace_path.KlPfUJ\nPASS: tools/tracefile-limits/test_tracefile_count 66 - Enable channel `channel` for session `qE0jtrJfWxKr5ovv`: 64 tracefiles\nPASS: tools/tracefile-limits/test_tracefile_count 67 - Enable ust event tp:tptest for session qE0jtrJfWxKr5ovv\nPASS: tools/tracefile-limits/test_tracefile_count 68 - Destroy session qE0jtrJfWxKr5ovv\nPASS: tools/tracefile-limits/test_tracefile_count 69 - Total stream size of CPU 1 is 262144\nPASS: tools/tracefile-limits/test_tracefile_count 70 - Stream meets the trace file limit of 64\nPASS: tools/tracefile-limits/test_tracefile_count 71 - Trace validation - intfield\nPASS: tools/tracefile-limits/test_tracefile_count 72 - Trace validation - netintfield\nPASS: tools/tracefile-limits/test_tracefile_count 73 - Trace validation - longfield\nPASS: tools/tracefile-limits/test_tracefile_count 74 - Wait after kill session daemon\nPASS: tools/tracefile-limits/test_tracefile_size 1 - Start session daemon\nPASS: tools/tracefile-limits/test_tracefile_size 2 - Create session iJgF9CvU3s1BOLLU in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.WecGPg\nPASS: tools/tracefile-limits/test_tracefile_size 3 - Enable channel channel for session iJgF9CvU3s1BOLLU: 4096 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 4 - Enable event tp:tptest for session iJgF9CvU3s1BOLLU in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 5 - Start tracing for session iJgF9CvU3s1BOLLU\nPASS: tools/tracefile-limits/test_tracefile_size 6 - Stop lttng tracing for session iJgF9CvU3s1BOLLU\nPASS: tools/tracefile-limits/test_tracefile_size 7 - Destroy session iJgF9CvU3s1BOLLU\nPASS: tools/tracefile-limits/test_tracefile_size 8 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 9 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 10 - Validate trace for event tp:tptest, 95 events\nPASS: tools/tracefile-limits/test_tracefile_size 11 - Create session 6lO0RUgHGaBnZ6TS in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.l7cwAk\nPASS: tools/tracefile-limits/test_tracefile_size 12 - Enable channel channel for session 6lO0RUgHGaBnZ6TS: 8192 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 13 - Enable event tp:tptest for session 6lO0RUgHGaBnZ6TS in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 14 - Start tracing for session 6lO0RUgHGaBnZ6TS\nPASS: tools/tracefile-limits/test_tracefile_size 15 - Stop lttng tracing for session 6lO0RUgHGaBnZ6TS\nPASS: tools/tracefile-limits/test_tracefile_size 16 - Destroy session 6lO0RUgHGaBnZ6TS\nPASS: tools/tracefile-limits/test_tracefile_size 17 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 18 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 19 - Validate trace for event tp:tptest, 114 events\nPASS: tools/tracefile-limits/test_tracefile_size 20 - Create session oajvSNPVNDc040CY in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.qK83BP\nPASS: tools/tracefile-limits/test_tracefile_size 21 - Enable channel channel for session oajvSNPVNDc040CY: 16384 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 22 - Enable event tp:tptest for session oajvSNPVNDc040CY in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 23 - Start tracing for session oajvSNPVNDc040CY\nPASS: tools/tracefile-limits/test_tracefile_size 24 - Stop lttng tracing for session oajvSNPVNDc040CY\nPASS: tools/tracefile-limits/test_tracefile_size 25 - Destroy session oajvSNPVNDc040CY\nPASS: tools/tracefile-limits/test_tracefile_size 26 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 27 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 28 - Validate trace for event tp:tptest, 304 events\nPASS: tools/tracefile-limits/test_tracefile_size 29 - Create session r52Y5pdwvowQzP5A in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.Svf9Yo\nPASS: tools/tracefile-limits/test_tracefile_size 30 - Enable channel channel for session r52Y5pdwvowQzP5A: 32768 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 31 - Enable event tp:tptest for session r52Y5pdwvowQzP5A in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 32 - Start tracing for session r52Y5pdwvowQzP5A\nPASS: tools/tracefile-limits/test_tracefile_size 33 - Stop lttng tracing for session r52Y5pdwvowQzP5A\nPASS: tools/tracefile-limits/test_tracefile_size 34 - Destroy session r52Y5pdwvowQzP5A\nPASS: tools/tracefile-limits/test_tracefile_size 35 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 36 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 37 - Validate trace for event tp:tptest, 228 events\nPASS: tools/tracefile-limits/test_tracefile_size 38 - Create session s2q74iy9GqoC6PK2 in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.4ZA457\nPASS: tools/tracefile-limits/test_tracefile_size 39 - Enable channel channel for session s2q74iy9GqoC6PK2: 65536 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 40 - Enable event tp:tptest for session s2q74iy9GqoC6PK2 in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 41 - Start tracing for session s2q74iy9GqoC6PK2\nPASS: tools/tracefile-limits/test_tracefile_size 42 - Stop lttng tracing for session s2q74iy9GqoC6PK2\nPASS: tools/tracefile-limits/test_tracefile_size 43 - Destroy session s2q74iy9GqoC6PK2\nPASS: tools/tracefile-limits/test_tracefile_size 44 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 45 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 46 - Validate trace for event tp:tptest, 380 events\nPASS: tools/tracefile-limits/test_tracefile_size 47 - Create session GOl13wW0jEbvpAlR in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.Gcy1PD\nPASS: tools/tracefile-limits/test_tracefile_size 48 - Enable channel channel for session GOl13wW0jEbvpAlR: 131072 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 49 - Enable event tp:tptest for session GOl13wW0jEbvpAlR in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 50 - Start tracing for session GOl13wW0jEbvpAlR\nPASS: tools/tracefile-limits/test_tracefile_size 51 - Stop lttng tracing for session GOl13wW0jEbvpAlR\nPASS: tools/tracefile-limits/test_tracefile_size 52 - Destroy session GOl13wW0jEbvpAlR\nPASS: tools/tracefile-limits/test_tracefile_size 53 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 54 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 55 - Validate trace for event tp:tptest, 304 events\nPASS: tools/tracefile-limits/test_tracefile_size 56 - Create session m2yiOEsM0e6tjE8k in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_trace_path.VLIAKW\nPASS: tools/tracefile-limits/test_tracefile_size 57 - Enable channel channel for session m2yiOEsM0e6tjE8k: 5120 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 58 - Enable event tp:tptest for session m2yiOEsM0e6tjE8k in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 59 - Start tracing for session m2yiOEsM0e6tjE8k\nPASS: tools/tracefile-limits/test_tracefile_size 60 - Stop lttng tracing for session m2yiOEsM0e6tjE8k\nPASS: tools/tracefile-limits/test_tracefile_size 61 - Destroy session m2yiOEsM0e6tjE8k\nPASS: tools/tracefile-limits/test_tracefile_size 62 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 63 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 64 - Validate trace for event tp:tptest, 133 events\nPASS: tools/tracefile-limits/test_tracefile_size 65 - Create session 7o88gO7Nxm4CS6R5 in -o /tmp/tmp.XXXXXXXXXXfile_size_limit_pagesize_trace_path.S64gnc\nPASS: tools/tracefile-limits/test_tracefile_size 66 - Enable channel channel for session 7o88gO7Nxm4CS6R5: 4094 bytes tracefile limit\nPASS: tools/tracefile-limits/test_tracefile_size 67 - Enable event tp:tptest for session 7o88gO7Nxm4CS6R5 in channel channel\nPASS: tools/tracefile-limits/test_tracefile_size 68 - Start tracing for session 7o88gO7Nxm4CS6R5\nPASS: tools/tracefile-limits/test_tracefile_size 69 - Stop lttng tracing for session 7o88gO7Nxm4CS6R5\nPASS: tools/tracefile-limits/test_tracefile_size 70 - Destroy session 7o88gO7Nxm4CS6R5\nPASS: tools/tracefile-limits/test_tracefile_size 71 - File size validation\nPASS: tools/tracefile-limits/test_tracefile_size 72 - UST per-pid trace path is valid\nPASS: tools/tracefile-limits/test_tracefile_size 73 - Validate trace for event tp:tptest, 95 events\nPASS: tools/tracefile-limits/test_tracefile_size 74 - Wait after kill session daemon\nPASS: tools/exclusion/test_exclusion 1 - Start session daemon\nPASS: tools/exclusion/test_exclusion 2 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXace_path.GuEIpY\nPASS: tools/exclusion/test_exclusion 3 - Enabling events without exclusion\nPASS: tools/exclusion/test_exclusion 4 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 5 - Running test application\nPASS: tools/exclusion/test_exclusion 6 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 7 - Events were found during the dry run without exclusion\nPASS: tools/exclusion/test_exclusion 8 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 9 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.QNQkLL\nPASS: tools/exclusion/test_exclusion 10 - Enable lttng event with event \"tp:tptest2\" excluded\nPASS: tools/exclusion/test_exclusion 11 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 12 - Running test application\nPASS: tools/exclusion/test_exclusion 13 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 14 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 15 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 16 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.I7z06X\nPASS: tools/exclusion/test_exclusion 17 - Enable lttng event with event \"tp:tptest3\" excluded\nPASS: tools/exclusion/test_exclusion 18 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 19 - Running test application\nPASS: tools/exclusion/test_exclusion 20 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 21 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 22 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 23 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.CD82Uh\nPASS: tools/exclusion/test_exclusion 24 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 25 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 26 - Running test application\nPASS: tools/exclusion/test_exclusion 27 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 28 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 29 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 30 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.FzK31Z\nPASS: tools/exclusion/test_exclusion 31 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 32 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 33 - Running test application\nPASS: tools/exclusion/test_exclusion 34 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 35 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 36 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 37 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.rgQSfh\nPASS: tools/exclusion/test_exclusion 38 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 39 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 40 - Running test application\nPASS: tools/exclusion/test_exclusion 41 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 42 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 43 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 44 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.9ij72V\nPASS: tools/exclusion/test_exclusion 45 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 46 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 47 - Running test application\nPASS: tools/exclusion/test_exclusion 48 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 49 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 50 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 51 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.jMZois\nPASS: tools/exclusion/test_exclusion 52 - Enable lttng event with event \"tp:tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 53 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 54 - Running test application\nPASS: tools/exclusion/test_exclusion 55 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 56 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 57 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 58 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.I5tvox\nPASS: tools/exclusion/test_exclusion 59 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 60 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 61 - Running test application\nPASS: tools/exclusion/test_exclusion 62 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 63 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 64 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 65 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.4XjEWn\nPASS: tools/exclusion/test_exclusion 66 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 67 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 68 - Running test application\nPASS: tools/exclusion/test_exclusion 69 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 70 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 71 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 72 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.rZztXX\nPASS: tools/exclusion/test_exclusion 73 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 74 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 75 - Running test application\nPASS: tools/exclusion/test_exclusion 76 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 77 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 78 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 79 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.oUMRVE\nPASS: tools/exclusion/test_exclusion 80 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 81 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 82 - Running test application\nPASS: tools/exclusion/test_exclusion 83 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 84 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 85 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 86 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.YfrslO\nPASS: tools/exclusion/test_exclusion 87 - Enable lttng event with event \"tp*tptest*\" excluded\nPASS: tools/exclusion/test_exclusion 88 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 89 - Running test application\nPASS: tools/exclusion/test_exclusion 90 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 91 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 92 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 93 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.uY9pWr\nPASS: tools/exclusion/test_exclusion 94 - Enable lttng event with event \"*test2\" excluded\nPASS: tools/exclusion/test_exclusion 95 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 96 - Running test application\nPASS: tools/exclusion/test_exclusion 97 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 98 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 99 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 100 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.wOMBYr\nPASS: tools/exclusion/test_exclusion 101 - Enable lttng event with event \"*test5\" excluded\nPASS: tools/exclusion/test_exclusion 102 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 103 - Running test application\nPASS: tools/exclusion/test_exclusion 104 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 105 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 106 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 107 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.7l7V2r\nPASS: tools/exclusion/test_exclusion 108 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 109 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 110 - Running test application\nPASS: tools/exclusion/test_exclusion 111 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 112 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 113 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 114 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.66841U\nPASS: tools/exclusion/test_exclusion 115 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 116 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 117 - Running test application\nPASS: tools/exclusion/test_exclusion 118 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 119 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 120 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 121 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.YRpHwm\nPASS: tools/exclusion/test_exclusion 122 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 123 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 124 - Running test application\nPASS: tools/exclusion/test_exclusion 125 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 126 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 127 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 128 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.55cjtn\nPASS: tools/exclusion/test_exclusion 129 - Enable lttng event with event \"*p***test*\" excluded\nPASS: tools/exclusion/test_exclusion 130 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 131 - Running test application\nPASS: tools/exclusion/test_exclusion 132 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 133 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 134 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 135 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.Qjl6Yu\nPASS: tools/exclusion/test_exclusion 136 - Enable lttng event with event \"*p*test*\" excluded\nPASS: tools/exclusion/test_exclusion 137 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 138 - Running test application\nPASS: tools/exclusion/test_exclusion 139 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 140 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 141 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 142 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.3pI0IF\nPASS: tools/exclusion/test_exclusion 143 - Enable lttng event with event \"*3\" excluded\nPASS: tools/exclusion/test_exclusion 144 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 145 - Running test application\nPASS: tools/exclusion/test_exclusion 146 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 147 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 148 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 149 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.e3qQNc\nPASS: tools/exclusion/test_exclusion 150 - Enable lttng event with event \"tp*test3,*2\" excluded\nPASS: tools/exclusion/test_exclusion 151 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 152 - Running test application\nPASS: tools/exclusion/test_exclusion 153 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 154 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 155 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 156 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_trace_path.mIi3gf\nPASS: tools/exclusion/test_exclusion 157 - Enable lttng event with event \"**tp*test3,*2\" excluded\nPASS: tools/exclusion/test_exclusion 158 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 159 - Running test application\nPASS: tools/exclusion/test_exclusion 160 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 161 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 162 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 163 - Create session test-exclusion in -o /tmp/tmp.XXXXXXXXXXsion_tracing_started_trace_path.Cu1ddZ\nPASS: tools/exclusion/test_exclusion 164 - Enable ust event non-existent-event for session test-exclusion\nPASS: tools/exclusion/test_exclusion 165 - Start tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 166 - Enable lttng event with event \"tp:tptest1\" excluded\nPASS: tools/exclusion/test_exclusion 167 - Stop lttng tracing for session test-exclusion\nPASS: tools/exclusion/test_exclusion 168 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 169 - Validate trace exclusion output\nPASS: tools/exclusion/test_exclusion 170 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 171 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 172 - Enable LTTng event \"allo\" with exclusion \"lol\" fails\nPASS: tools/exclusion/test_exclusion 173 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 174 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 175 - Enable LTTng event \"allo\" with exclusion \"meow,lol\" fails\nPASS: tools/exclusion/test_exclusion 176 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 177 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 178 - Enable LTTng event \"allo\" with exclusion \"z*em\" fails\nPASS: tools/exclusion/test_exclusion 179 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 180 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 181 - Enable LTTng event \"allo*\" with exclusion \"all*\" fails\nPASS: tools/exclusion/test_exclusion 182 - Create session test-exclusion in\nPASS: tools/exclusion/test_exclusion 183 - Destroy session test-exclusion\nPASS: tools/exclusion/test_exclusion 184 - Enable LTTng event \"allo*\" with exclusion \"ze,all*,yes\" fails\nPASS: tools/exclusion/test_exclusion 185 - Wait after kill session daemon\nPASS: tools/snapshots/test_ust_fast 1 - Start session daemon\nPASS: tools/snapshots/test_ust_fast 2 - Create session 7snrkRSIwY0mmKzH in no-output mode\nPASS: tools/snapshots/test_ust_fast 3 - Enable channel snapchan for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 4 - Enable ust event tp:tptest for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 5 - Start tracing for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 6 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS ( -n randomname )\nPASS: tools/snapshots/test_ust_fast 7 - Snapshot named randomname present in list-output listing\nPASS: tools/snapshots/test_ust_fast 8 - Deleted snapshot output named randomname\nPASS: tools/snapshots/test_ust_fast 9 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS ( -n somesnapshot )\nPASS: tools/snapshots/test_ust_fast 10 - Snapshot named somesnapshot present in list-output listing\nPASS: tools/snapshots/test_ust_fast 11 - Stop lttng tracing for session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 12 - Destroy session 7snrkRSIwY0mmKzH\nPASS: tools/snapshots/test_ust_fast 13 - Create session z2afLLIU4jxV3cCF in no-output mode\nPASS: tools/snapshots/test_ust_fast 14 - Enable channel snapchan for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 15 - Enable ust event tp:tptest for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 16 - Start tracing for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 17 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 18 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 19 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 20 - Stop lttng tracing for session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 21 - Destroy session z2afLLIU4jxV3cCF\nPASS: tools/snapshots/test_ust_fast 22 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 23 - Validate trace for event tp:tptest, 3171 events\nPASS: tools/snapshots/test_ust_fast 24 - Create session BfbmGkeNaUisV2AX in no-output mode\nPASS: tools/snapshots/test_ust_fast 25 - Enable channel  for session BfbmGkeNaUisV2AX with subbuf size 4096\nPASS: tools/snapshots/test_ust_fast 26 - Enable ust event tp:tptest for session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 27 - Start tracing for session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 28 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS ( -m 16384 )\nPASS: tools/snapshots/test_ust_fast 29 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 30 - Tracefiles size sum validation\nPASS: tools/snapshots/test_ust_fast 31 - Stop lttng tracing for session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 32 - Destroy session BfbmGkeNaUisV2AX\nPASS: tools/snapshots/test_ust_fast 33 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 34 - Validate trace for event tp:tptest, 48 events\nPASS: tools/snapshots/test_ust_fast 35 - Create session mSpk14yBYnf6msxP in no-output mode\nPASS: tools/snapshots/test_ust_fast 36 - Enable channel snapchan per UID for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 37 - Enable ust event tp:tptest for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 38 - Start tracing for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 39 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 40 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 41 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 42 - Stop lttng tracing for session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 43 - Destroy session mSpk14yBYnf6msxP\nPASS: tools/snapshots/test_ust_fast 44 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 45 - Validate trace for event tp:tptest, 3162 events\nPASS: tools/snapshots/test_ust_fast 46 - Create session KSP3mwyiykmYqeJr in no-output mode\nPASS: tools/snapshots/test_ust_fast 47 - Enable channel snapchan per UID for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 48 - Enable ust event tp:tptest for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 49 - Start tracing for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 50 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 51 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 52 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 53 - Stop lttng tracing for session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 54 - Destroy session KSP3mwyiykmYqeJr\nPASS: tools/snapshots/test_ust_fast 55 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 56 - Validate trace for event tp:tptest, 3180 events\nPASS: tools/snapshots/test_ust_fast 57 - Create session HAOeyWTwBQgNDXYu in no-output mode\nPASS: tools/snapshots/test_ust_fast 58 - Enable channel snapchan for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 59 - Enable ust event tp:tptest1,tp:tptest2,tp:tptest3,tp:tptest4,tp:tptest5 for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 60 - Start tracing for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 61 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 62 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 63 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 64 - Stop lttng tracing for session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 65 - Destroy session HAOeyWTwBQgNDXYu\nPASS: tools/snapshots/test_ust_fast 66 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 67 - Validate trace for event tp:tptest1, 1 events\nPASS: tools/snapshots/test_ust_fast 68 - Validate trace for event tp:tptest2, 1 events\nPASS: tools/snapshots/test_ust_fast 69 - Validate trace for event tp:tptest3, 1 events\nPASS: tools/snapshots/test_ust_fast 70 - Validate trace for event tp:tptest4, 1 events\nPASS: tools/snapshots/test_ust_fast 71 - Validate trace for event tp:tptest5, 1 events\nPASS: tools/snapshots/test_ust_fast 72 - Create session VGbHeEkTk1PwW09v in no-output mode\nPASS: tools/snapshots/test_ust_fast 73 - Enable channel snapchan for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 74 - Enable ust event tp:tptest for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 75 - Start tracing for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 76 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 77 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 78 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 79 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 80 - Validate trace for event tp:tptest, 3201 events\nPASS: tools/snapshots/test_ust_fast 81 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 82 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 83 - Validate trace for event tp:tptest, 3588 events\nPASS: tools/snapshots/test_ust_fast 84 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 85 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 86 - Validate trace for event tp:tptest, 3791 events\nPASS: tools/snapshots/test_ust_fast 87 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 88 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 89 - Validate trace for event tp:tptest, 1447 events\nPASS: tools/snapshots/test_ust_fast 90 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 91 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 92 - Validate trace for event tp:tptest, 932 events\nPASS: tools/snapshots/test_ust_fast 93 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 94 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 95 - Validate trace for event tp:tptest, 626 events\nPASS: tools/snapshots/test_ust_fast 96 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 97 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 98 - Validate trace for event tp:tptest, 490 events\nPASS: tools/snapshots/test_ust_fast 99 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 100 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 101 - Validate trace for event tp:tptest, 322 events\nPASS: tools/snapshots/test_ust_fast 102 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 103 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 104 - Validate trace for event tp:tptest, 256 events\nPASS: tools/snapshots/test_ust_fast 105 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 106 - UST per-uid snapshot trace path is valid\nPASS: tools/snapshots/test_ust_fast 107 - Validate trace for event tp:tptest, 224 events\nPASS: tools/snapshots/test_ust_fast 108 - Stop lttng tracing for session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 109 - Destroy session VGbHeEkTk1PwW09v\nPASS: tools/snapshots/test_ust_fast 110 - Create session V6eqlkPKT3GMZG6b in no-output mode\nPASS: tools/snapshots/test_ust_fast 111 - Enable channel snapchan for session V6eqlkPKT3GMZG6b with small discard buffers\nPASS: tools/snapshots/test_ust_fast 112 - Enable ust event tp:tptest for session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 113 - Start tracing for session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 114 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 115 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 116 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 117 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 118 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 119 - First snapshot event match\nPASS: tools/snapshots/test_ust_fast 120 - Stop lttng tracing for session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 121 - Destroy session V6eqlkPKT3GMZG6b\nPASS: tools/snapshots/test_ust_fast 122 - Create session 06J1Hz6IQUy0zmx9 in no-output mode\nPASS: tools/snapshots/test_ust_fast 123 - Enable channel snapchan for session 06J1Hz6IQUy0zmx9 with small discard buffers\nPASS: tools/snapshots/test_ust_fast 124 - Enable ust event tp:tptest for session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 125 - Start tracing for session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 126 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXhots_ust_trace_path.15XvmS\nPASS: tools/snapshots/test_ust_fast 127 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 128 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 129 - Start application to trace\nPASS: tools/snapshots/test_ust_fast 130 - Snapshot recorded\nPASS: tools/snapshots/test_ust_fast 131 - First snapshot event do not match\nPASS: tools/snapshots/test_ust_fast 132 - Stop lttng tracing for session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 133 - Destroy session 06J1Hz6IQUy0zmx9\nPASS: tools/snapshots/test_ust_fast 134 - Wait after kill session daemon\nPASS: tools/snapshots/test_ust_streaming 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXhots_ust_streaming_trace_path.qp5xXf)\nPASS: tools/snapshots/test_ust_streaming 2 - Start session daemon\nPASS: tools/snapshots/test_ust_streaming 3 - Create session CZG10AMI6waLymme in no-output mode\nPASS: tools/snapshots/test_ust_streaming 4 - Enable channel chan1 for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 5 - Enable ust event tp:tptest for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 6 - Start tracing for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 7 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 8 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 9 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 10 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 11 - Validate trace for event tp:tptest, 3196 events\nPASS: tools/snapshots/test_ust_streaming 12 - Deleted snapshot output id 1\nPASS: tools/snapshots/test_ust_streaming 13 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 14 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 15 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 16 - Validate trace for event tp:tptest, 3896 events\nPASS: tools/snapshots/test_ust_streaming 17 - Stop lttng tracing for session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 18 - Destroy session CZG10AMI6waLymme\nPASS: tools/snapshots/test_ust_streaming 19 - Create session sWxgCibDFonANpzL in no-output mode\nPASS: tools/snapshots/test_ust_streaming 20 - Enable channel chan1 for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 21 - Enable ust event tp:tptest for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 22 - Start tracing for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 23 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 24 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 25 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 26 - Stop lttng tracing for session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 27 - Destroy session sWxgCibDFonANpzL\nPASS: tools/snapshots/test_ust_streaming 28 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 29 - Validate trace for event tp:tptest, 3203 events\nPASS: tools/snapshots/test_ust_streaming 30 - Create session rjUNkgV1attzv86d in no-output mode\nPASS: tools/snapshots/test_ust_streaming 31 - Enable channel chan1 for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 32 - Enable ust event tp:tptest for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 33 - Start tracing for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 34 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 35 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 36 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 37 - Stop lttng tracing for session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 38 - Destroy session rjUNkgV1attzv86d\nPASS: tools/snapshots/test_ust_streaming 39 - Custom name snapshot exists\nPASS: tools/snapshots/test_ust_streaming 40 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 41 - Validate trace for event tp:tptest, 3183 events\nPASS: tools/snapshots/test_ust_streaming 42 - Create session 4hqlNGRDk4Mf3twq in no-output mode\nPASS: tools/snapshots/test_ust_streaming 43 - Enable channel chan1 for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 44 - Enable ust event tp:tptest for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 45 - Start tracing for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 46 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 47 - Added snapshot output -C tcp://localhost:5342 -D tcp://localhost:5343\nPASS: tools/snapshots/test_ust_streaming 48 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 49 - Stop lttng tracing for session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 50 - Destroy session 4hqlNGRDk4Mf3twq\nPASS: tools/snapshots/test_ust_streaming 51 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 52 - Validate trace for event tp:tptest, 3205 events\nPASS: tools/snapshots/test_ust_streaming 53 - Create session f4PwOOxBtx3CZlkN in no-output mode\nPASS: tools/snapshots/test_ust_streaming 54 - Enable channel chan1 for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 55 - Enable ust event tp:tptest for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 56 - Added snapshot output net://localhost\nPASS: tools/snapshots/test_ust_streaming 57 - Start application to trace\nPASS: tools/snapshots/test_ust_streaming 58 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 59 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 60 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 61 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 62 - Validate trace for event tp:tptest, 23 events\nPASS: tools/snapshots/test_ust_streaming 63 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 64 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 65 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 66 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 67 - Validate trace for event tp:tptest, 326 events\nPASS: tools/snapshots/test_ust_streaming 68 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 69 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 70 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 71 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 72 - Validate trace for event tp:tptest, 590 events\nPASS: tools/snapshots/test_ust_streaming 73 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 74 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 75 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 76 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 77 - Validate trace for event tp:tptest, 578 events\nPASS: tools/snapshots/test_ust_streaming 78 - Start tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 79 - Snapshot recorded\nPASS: tools/snapshots/test_ust_streaming 80 - Stop lttng tracing for session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 81 - UST per-uid network snapshot trace path is valid\nPASS: tools/snapshots/test_ust_streaming 82 - Validate trace for event tp:tptest, 579 events\nPASS: tools/snapshots/test_ust_streaming 83 - Destroy session f4PwOOxBtx3CZlkN\nPASS: tools/snapshots/test_ust_streaming 84 - Wait after kill session daemon\nPASS: tools/snapshots/test_ust_streaming 85 - Wait after kill relay daemon\nPASS: tools/save-load/test_save 1 - Start session daemon\nPASS: tools/save-load/test_save 2 - Create session save-42 in -o /tmp/tmp.XXXXXXXXXXtrace_path.ITNVKI\nPASS: tools/save-load/test_save 3 - Enable channel chan-save for session save-42\nPASS: tools/save-load/test_save 4 - Enable ust event tp:tptest for session save-42\nPASS: tools/save-load/test_save 5 - Track command with opts: -p 666 -u -s save-42\nPASS: tools/save-load/test_save 6 - Session saved\nPASS: tools/save-load/test_save 7 - Session save-42.lttng file found!\nPASS: tools/save-load/test_save 8 - Destroy session save-42\nPASS: tools/save-load/test_save 9 - Create session save-42-1 in -o /tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1\nPASS: tools/save-load/test_save 10 - Create session save-42-2 in -o /tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1\nPASS: tools/save-load/test_save 11 - Create session save-42-3 in -o /tmp/tmp.XXXXXXXXXXtrace_path.D3XPE1\nPASS: tools/save-load/test_save 12 - Enable channel chan-save for session save-42-1\nPASS: tools/save-load/test_save 13 - Enable channel chan-save for session save-42-2\nPASS: tools/save-load/test_save 14 - Enable channel chan-save for session save-42-3\nPASS: tools/save-load/test_save 15 - Enable ust event tp:tptest for session save-42-1\nPASS: tools/save-load/test_save 16 - Enable ust event tp:tptest for session save-42-2\nPASS: tools/save-load/test_save 17 - Enable ust event tp:tptest for session save-42-3\nPASS: tools/save-load/test_save 18 - Track command with opts: -p 666 -u -s save-42-1\nPASS: tools/save-load/test_save 19 - Track command with opts: -p 666 -u -s save-42-2\nPASS: tools/save-load/test_save 20 - Track command with opts: -p 666 -u -s save-42-3\nPASS: tools/save-load/test_save 21 - Session saved\nPASS: tools/save-load/test_save 22 - Session save-42-1.lttng file found!\nPASS: tools/save-load/test_save 23 - Session save-42-2.lttng file found!\nPASS: tools/save-load/test_save 24 - Session save-42-3.lttng file found!\nPASS: tools/save-load/test_save 25 - Destroy session save-42-1\nPASS: tools/save-load/test_save 26 - Destroy session save-42-2\nPASS: tools/save-load/test_save 27 - Destroy session save-42-3\nPASS: tools/save-load/test_save 28 - Create session save-42 in -o /tmp/tmp.XXXXXXXXXXtrace_path.i6xaEn\nPASS: tools/save-load/test_save 29 - Enable channel chan-save for session save-42\nPASS: tools/save-load/test_save 30 - Enable ust event tp:tptest for session save-42\nPASS: tools/save-load/test_save 31 - Session saved\nPASS: tools/save-load/test_save 32 - Session save-42.lttng file found!\nPASS: tools/save-load/test_save 33 - Destroy session save-42\nPASS: tools/save-load/test_save 34 - Create session save-42 in -o /tmp/tmp.XXXXXXXXXXtrace_path.i6xaEn\nPASS: tools/save-load/test_save 35 - Enable channel chan-save for session save-42\nPASS: tools/save-load/test_save 36 - Enable ust event tp:tptest for session save-42\nPASS: tools/save-load/test_save 37 - Session failed to be saved. Expected!\nPASS: tools/save-load/test_save 38 - Session saved\nPASS: tools/save-load/test_save 39 - Session save-42.lttng file found!\nPASS: tools/save-load/test_save 40 - Destroy session save-42\nPASS: tools/save-load/test_save 41 - Wait after kill session daemon\nPASS: tools/save-load/test_load 1 - Start session daemon\nPASS: tools/save-load/test_load 2 - Load command with opts: -i ./tools/save-load//load-42.lttng\nPASS: tools/save-load/test_load 3 - Destroy session load-42\nPASS: tools/save-load/test_load 4 - Start lttng-relayd (process mode: -b opt: -C tcp://localhost:8172 -D tcp://localhost:9817)\nPASS: tools/save-load/test_load 5 - Load command with opts: -i ./tools/save-load//load-42-complex.lttng\nPASS: tools/save-load/test_load 6 - Disable event uevent1 for session load-42-complex\nPASS: tools/save-load/test_load 7 - Disable event uevent2 for session load-42-complex\nPASS: tools/save-load/test_load 8 - Disable event uevent3* for session load-42-complex\nPASS: tools/save-load/test_load 9 - Disable channel chan1 for session load-42-complex\nPASS: tools/save-load/test_load 10 - Disable channel chan2 for session load-42-complex\nPASS: tools/save-load/test_load 11 - Disable channel chan3 for session load-42-complex\nPASS: tools/save-load/test_load 12 - Disabled event is loaded in disabled state\nPASS: tools/save-load/test_load 13 - Disabled event is loaded in disabled state\nPASS: tools/save-load/test_load 14 - Enabled event with same name but different loglevel is in disabled state\nPASS: tools/save-load/test_load 15 - Destroy session load-42-complex\nPASS: tools/save-load/test_load 16 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 17 - Start lttng-relayd (process mode: -b opt: -C tcp://localhost:8172 -D tcp://localhost:9817)\nPASS: tools/save-load/test_load 18 - Load command with opts: -a -i ./tools/save-load/\nPASS: tools/save-load/test_load 19 - Destroy session load-42\nPASS: tools/save-load/test_load 20 - Destroy session load-42-complex\nPASS: tools/save-load/test_load 21 - Destroy session load-42-trackers\nPASS: tools/save-load/test_load 22 - Destroy session tracker_legacy_all\nPASS: tools/save-load/test_load 23 - Destroy session tracker_legacy_none\nPASS: tools/save-load/test_load 24 - Destroy session tracker_legacy_selective\nPASS: tools/save-load/test_load 25 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 26 - Load command with opts: -i ./tools/save-load//load-42.lttng\nPASS: tools/save-load/test_load 27 - Load command with opts: -f -i ./tools/save-load/ load-42\nPASS: tools/save-load/test_load 28 - Destroy session load-42\nPASS: tools/save-load/test_load 29 - Load command with opts: -i ./tools/save-load//load-42-trackers.lttng\nPASS: tools/save-load/test_load 30 - VPID target is present\nPASS: tools/save-load/test_load 31 - VUID target is present\nPASS: tools/save-load/test_load 32 - VGID target is present\nPASS: tools/save-load/test_load 33 - Untrack command with opts: --vpid 666 -u -s load-42-trackers\nPASS: tools/save-load/test_load 34 - Untrack command with opts: --vuid 777 -u -s load-42-trackers\nPASS: tools/save-load/test_load 35 - Untrack command with opts: --vgid 888 -u -s load-42-trackers\nPASS: tools/save-load/test_load 36 - Untrack command with opts: --pid 999 -u -s load-42-trackers\nPASS: tools/save-load/test_load 37 - Destroy session load-42-trackers\nPASS: tools/save-load/test_load 38 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-name=PinkyAndTheBrain load-42\nPASS: tools/save-load/test_load 39 - Override name successful  [load-42 to PinkyAndTheBrain]\nPASS: tools/save-load/test_load 40 - Output path is not affected by name override\nPASS: tools/save-load/test_load 41 - Destroy session PinkyAndTheBrain\nPASS: tools/save-load/test_load 42 - Load command failed as expected with opts: -i ./tools/save-load//load-42.lttng --override-name=PinkyAndTheBrain\nPASS: tools/save-load/test_load 43 - Start lttng-relayd (process mode: -b opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817)\nPASS: tools/save-load/test_load 44 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=file:///tmp/override/to/here\nPASS: tools/save-load/test_load 45 - Path url file:// override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 46 - Destroy session load-42\nPASS: tools/save-load/test_load 47 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=/tmp/override/to/here\nPASS: tools/save-load/test_load 48 - Path url / override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 49 - Destroy session load-42\nPASS: tools/save-load/test_load 50 - Load command with opts: -i ./tools/save-load//load-42.lttng --override-url=net://127.0.0.1:8172:9817\nPASS: tools/save-load/test_load 51 - Path url net://host:port:port override [tcp4://127.0.0.1:8172/ [data: 9817], tcp4://127.0.0.1:8172/ [data: 9817]]\nPASS: tools/save-load/test_load 52 - Destroy session load-42\nPASS: tools/save-load/test_load 53 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 54 - Start lttng-relayd (process mode: -b opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817)\nPASS: tools/save-load/test_load 55 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=file:///tmp/override/to/here\nPASS: tools/save-load/test_load 56 - Path url file:// override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 57 - Destroy session load-42-snapshot\nPASS: tools/save-load/test_load 58 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=/tmp/override/to/here\nPASS: tools/save-load/test_load 59 - Path url / override [{/tmp/override/to/here/}, /tmp/override/to/here/]\nPASS: tools/save-load/test_load 60 - Destroy session load-42-snapshot\nPASS: tools/save-load/test_load 61 - Load command with opts: -i ./tools/save-load//configuration/load-42-snapshot.lttng --override-url=net://127.0.0.1:8172:9817\nPASS: tools/save-load/test_load 62 - Path url ctrl net://host:port:port override [tcp4://127.0.0.1:8172/, tcp4://127.0.0.1:8172/]\nPASS: tools/save-load/test_load 63 - Path url data net://host:port:port override [tcp4://127.0.0.1:9817/, tcp4://127.0.0.1:9817/]\nPASS: tools/save-load/test_load 64 - Destroy session load-42-snapshot\nPASS: tools/save-load/test_load 65 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 66 - Start lttng-relayd (process mode: -b opt: -C tcp://127.0.0.1:8172 -D tcp://127.0.0.1:9817)\nPASS: tools/save-load/test_load 67 - Load command failed as expected with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=file:///tmp/override/to/here\nPASS: tools/save-load/test_load 68 - Destroy session load-42-live failed as expected\nPASS: tools/save-load/test_load 69 - Load command failed as expected with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=/tmp/override/to/here\nPASS: tools/save-load/test_load 70 - Destroy session load-42-live failed as expected\nPASS: tools/save-load/test_load 71 - Load command with opts: -i ./tools/save-load//configuration/load-42-live.lttng --override-url=net://127.0.0.1:8172:9817\nPASS: tools/save-load/test_load 72 - Path url net://host:port:port override [tcp4://127.0.0.1:8172/ [data: 9817], tcp4://127.0.0.1:8172/ [data: 9817]]\nPASS: tools/save-load/test_load 73 - Destroy session load-42-live\nPASS: tools/save-load/test_load 74 - Wait after kill relay daemon\nPASS: tools/save-load/test_load 75 - Wait after kill session daemon\nPASS: tools/save-load/test_autoload 1 - Start session daemon\nPASS: tools/save-load/test_autoload 2 - Lttng-tool list command with option load-42\nPASS: tools/save-load/test_autoload 3 - Wait after kill session daemon\nPASS: tools/save-load/test_autoload 4 - Start session daemon\nPASS: tools/save-load/test_autoload 5 - Lttng-tool list command with option load-42\nPASS: tools/save-load/test_autoload 6 - Wait after kill session daemon\nPASS: tools/save-load/test_autoload 7 - Start session daemon\nPASS: tools/save-load/test_autoload 8 - Lttng-tool list command with option load-42\nPASS: tools/save-load/test_autoload 9 - Wait after kill session daemon\nPASS: tools/mi/test_mi 1 - Start session daemon\nPASS: tools/mi/test_mi 2 - MI test: Lttng version\nPASS: tools/mi/test_mi 3 - MI test: Version xsd validation\nPASS: tools/mi/test_mi 4 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 5 - MI test: create session xsd validation\nPASS: tools/mi/test_mi 6 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd failed as expected\nPASS: tools/mi/test_mi 7 - MI test: expecting fail create session xsd validation\nPASS: tools/mi/test_mi 8 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 9 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/create_session.xml command failed as expected\nPASS: tools/mi/test_mi 10 - Destroy session testSession\nPASS: tools/mi/test_mi 11 - Create session testSession1 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 12 - Create session testSession2 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 13 - Create session testSession3 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 14 - Destroy session testSession1\nPASS: tools/mi/test_mi 15 - MI test: destroy session testSession1 xsd validation\nPASS: tools/mi/test_mi 16 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 17 - Mi test: deleted session: testSession1 expected: testSession1\nPASS: tools/mi/test_mi 18 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 19 - MI test: destroy all session xsd validation\nPASS: tools/mi/test_mi 20 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 21 - Mi test: 2 / 2 sessions discovered\nPASS: tools/mi/test_mi 22 - Destroy session testSession1 failed as expected\nPASS: tools/mi/test_mi 23 - MI test: failing destroy session testSession1 xsd validation\nPASS: tools/mi/test_mi 24 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 25 - Mi test: destroy command on testSession1 failed as expected\nPASS: tools/mi/test_mi 26 - Create session testSession1 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 27 - Create session testSession2 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 28 - Create session testSession3 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 29 - Lttng-tool list command with option\nPASS: tools/mi/test_mi 30 - Mi test: list sessions xsd validation\nPASS: tools/mi/test_mi 31 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 32 - Mi test: 3 / 3 sessions discovered\nPASS: tools/mi/test_mi 33 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 34 - Create session testsession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 35 - Enable channel channelUst0 for session testsession\nPASS: tools/mi/test_mi 36 - Mi test: enable ust channel xsd validation\nPASS: tools/mi/test_mi 37 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 38 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command success\nPASS: tools/mi/test_mi 39 - Enable channel channelUst0 for session testsession failed as expected\nPASS: tools/mi/test_mi 40 - Mi test: fail enable ust channel xsd validation\nPASS: tools/mi/test_mi 41 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 42 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command failed as expected\nPASS: tools/mi/test_mi 43 - Enable channel channelUst1 for session testsession\nPASS: tools/mi/test_mi 44 - Enable channel channelUst2 for session testsession\nPASS: tools/mi/test_mi 45 - Disable channel channelUst0 for session testsession\nPASS: tools/mi/test_mi 46 - Mi test: disable ust channel xsd validation\nPASS: tools/mi/test_mi 47 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 48 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command success\nPASS: tools/mi/test_mi 49 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 50 - MI test: channelUst0 disabled\nPASS: tools/mi/test_mi 51 - Disable channel channelUst1,channelUst2 for session testsession\nPASS: tools/mi/test_mi 52 - Mi test: multiple disable ust channel xsd validation\nPASS: tools/mi/test_mi 53 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 54 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_channel.xml command success\nPASS: tools/mi/test_mi 55 - Extraction of xpath //lttng:command/lttng:output/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 56 - Mi test: disabled ust channel 2/2\nPASS: tools/mi/test_mi 57 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 58 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 59 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 60 - Enable ust event ev1 for session testSession\nPASS: tools/mi/test_mi 61 - Mi test: Enable_event for ust domain xsd validation\nPASS: tools/mi/test_mi 62 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 63 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command success\nPASS: tools/mi/test_mi 64 - Enable ust event ev1 for session testSession failed as expected\nPASS: tools/mi/test_mi 65 - Mi test: Fail enable_event for ust domain xsd validation\nPASS: tools/mi/test_mi 66 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 67 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command failed as expected\nPASS: tools/mi/test_mi 68 - Enable ust event ev1,ev2,ev3 for session testSession failed as expected\nPASS: tools/mi/test_mi 69 - Mi test: Multiple enable ust event with inside fail xsd validation\nPASS: tools/mi/test_mi 70 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text()\nPASS: tools/mi/test_mi 71 - Mi test: Enabled event on failing enable command /2\nPASS: tools/mi/test_mi 72 - Extraction of xpath //lttng:command/lttng:output/lttng:events/lttng:event/lttng:success/text()\nPASS: tools/mi/test_mi 73 - Mi test: Enabled event on failing enable command /2\nPASS: tools/mi/test_mi 74 - Disable event ev1 for session testSession\nPASS: tools/mi/test_mi 75 - Mi test: Disable ust event xsd validation\nPASS: tools/mi/test_mi 76 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 77 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command success\nPASS: tools/mi/test_mi 78 - Disable event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 79 - Mi test: Disable multiple ust event xsd validation\nPASS: tools/mi/test_mi 80 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 81 - Mi test: /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/ust_event.xml command success\nPASS: tools/mi/test_mi 82 - Extraction of xpath //lttng:command/lttng:output/lttng:channel/lttng:events/lttng:event/lttng:success/text()\nPASS: tools/mi/test_mi 83 - Mi test: Disable multiple ust event success 3/3\nPASS: tools/mi/test_mi 84 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 85 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 86 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 87 - Enable ust event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 88 - Lttng-tool list command with option testSession -c testChannel\nPASS: tools/mi/test_mi 89 - Mi test: list channel xsd validation\nPASS: tools/mi/test_mi 90 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text()\nPASS: tools/mi/test_mi 91 - Mi test: 1 / 1 domains discovered\nPASS: tools/mi/test_mi 92 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 93 - Mi test: 1 / 1 channel discovered\nPASS: tools/mi/test_mi 94 - Mi test: expected channel: testChannel found: testChannel\nPASS: tools/mi/test_mi 95 - Enable channel testChannela for session testSession\nPASS: tools/mi/test_mi 96 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 97 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 98 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 99 - Enable ust event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 100 - Enable JUL event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 101 - Lttng-tool list command with option testSession -d\nPASS: tools/mi/test_mi 102 - Mi test: list domain xsd validation\nPASS: tools/mi/test_mi 103 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text()\nPASS: tools/mi/test_mi 104 - Mi test: 2 / 2 domains discovered\nPASS: tools/mi/test_mi 105 - Mi test: domains Jul is present\nPASS: tools/mi/test_mi 106 - Mi test: domains UST is present\nPASS: tools/mi/test_mi 107 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 108 - Create session testSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 109 - Enable channel testChannel for session testSession\nPASS: tools/mi/test_mi 110 - Enable ust event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 111 - Enable JUL event ev1,ev2,ev3 for session testSession\nPASS: tools/mi/test_mi 112 - Lttng-tool list command with option testSession\nPASS: tools/mi/test_mi 113 - Mi test: list session xsd validation\nPASS: tools/mi/test_mi 114 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:type/text()\nPASS: tools/mi/test_mi 115 - Mi test: 2 / 2 domains discovered\nPASS: tools/mi/test_mi 116 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:channels/lttng:channel/lttng:name/text()\nPASS: tools/mi/test_mi 117 - Mi test: 2 / 2 channel discovered\nPASS: tools/mi/test_mi 118 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 119 - Lttng-tool list command with option -u -f\nPASS: tools/mi/test_mi 120 - Mi test: list ust event xsd validation\nPASS: tools/mi/test_mi 121 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event/lttng:name/text()\nPASS: tools/mi/test_mi 122 - Mi test: 28 / 5 ust events discovered\nPASS: tools/mi/test_mi 123 - Extraction of xpath //lttng:command/lttng:output/lttng:domains/lttng:domain[./lttng:type ='UST']/lttng:pids/lttng:pid/lttng:events/lttng:event[./lttng:name = 'tp:tptest']/lttng:event_fields/lttng:event_field/lttng:name/text()\nPASS: tools/mi/test_mi 124 - Mi test: 28 / 12 ust event fields discovered\nPASS: tools/mi/test_mi 125 - Create session testStartStopSession in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 126 - Start tracing for session testStartStopSession failed as expected\nPASS: tools/mi/test_mi 127 - Mi test: failed start xsd validation\nPASS: tools/mi/test_mi 128 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 129 - Mi test: mi report failure on start command as expected\nPASS: tools/mi/test_mi 130 - Enable channel startStopChannel for session testStartStopSession\nPASS: tools/mi/test_mi 131 - Start tracing for session testStartStopSession\nPASS: tools/mi/test_mi 132 - Mi test: start xsd validation\nPASS: tools/mi/test_mi 133 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 134 - Mi test: mi report success on start command as expected\nPASS: tools/mi/test_mi 135 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 136 - Mi test: started testStartStopSession\nPASS: tools/mi/test_mi 137 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text()\nPASS: tools/mi/test_mi 138 - Mi test: enabled element : true expected: true\nPASS: tools/mi/test_mi 139 - Metadata regenerate testStartStopSession\nPASS: tools/mi/test_mi 140 - Mi test: regenerate metadata\nPASS: tools/mi/test_mi 141 - Stop lttng tracing for session testStartStopSession\nPASS: tools/mi/test_mi 142 - Mi test: stop xsd validation\nPASS: tools/mi/test_mi 143 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 144 - Mi test: stopped testStartStopSession\nPASS: tools/mi/test_mi 145 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:enabled/text()\nPASS: tools/mi/test_mi 146 - Mi test: enabled element : false expected: false\nPASS: tools/mi/test_mi 147 - Stop lttng tracing for session testStartStopSession failed as expected\nPASS: tools/mi/test_mi 148 - Mi test: failed stop xsd validation\nPASS: tools/mi/test_mi 149 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 150 - Mi test: mi report failure on start command as expected\nPASS: tools/mi/test_mi 151 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 152 - Create session testSnapshotAdd in no-output mode\nPASS: tools/mi/test_mi 153 - Added snapshot output file:///tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/snapshotoutput\nPASS: tools/mi/test_mi 154 - Mi test: snapshot xsd validation\nPASS: tools/mi/test_mi 155 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 156 - Mi test: add snapshot is a success\nPASS: tools/mi/test_mi 157 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:session_name/text()\nPASS: tools/mi/test_mi 158 - Mi test: added snapshot for: testSnapshotAdd expected testSnapshotAdd\nPASS: tools/mi/test_mi 159 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:name/text()\nPASS: tools/mi/test_mi 160 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'add-output']/lttng:output/lttng:snapshot/lttng:id/text()\nPASS: tools/mi/test_mi 161 - Snapshot list\nPASS: tools/mi/test_mi 162 - Mi test: snapshot list xsd validation\nPASS: tools/mi/test_mi 163 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 164 - Mi test: add snapshot is a success\nPASS: tools/mi/test_mi 165 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'list-output']/lttng:output/lttng:session[./lttng:name ='testSnapshotAdd']/lttng:snapshots/lttng:snapshot/lttng:name/text()\nPASS: tools/mi/test_mi 166 - Mi test: snapshot list extracted snapshot: snapshot-1 expected: snapshot-1\nPASS: tools/mi/test_mi 167 - Deleted snapshot output id 1\nPASS: tools/mi/test_mi 168 - Mi test: snapshot delete xsd validation\nPASS: tools/mi/test_mi 169 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 170 - Mi test: del snapshot is a success\nPASS: tools/mi/test_mi 171 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'del-output']/lttng:output/lttng:snapshot/lttng:id/text()\nPASS: tools/mi/test_mi 172 - Mi test: snapshot del extracted snapshot id: 1 expected: 1\nPASS: tools/mi/test_mi 173 - Extraction of xpath //lttng:command/lttng:output/lttng:snapshot_action[./lttng:name = 'del-output']/lttng:output/lttng:snapshot/lttng:session_name/text()\nPASS: tools/mi/test_mi 174 - Mi test: snapshot del extracted snapshot id: testSnapshotAdd expected: testSnapshotAdd\nPASS: tools/mi/test_mi 175 - Deleted snapshot output id 1 failed as expected\nPASS: tools/mi/test_mi 176 - Mi test: snapshot delete xsd validation\nPASS: tools/mi/test_mi 177 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 178 - Mi test: del snapshot is a success\nPASS: tools/mi/test_mi 179 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 180 - Create session testTrack in no-output mode\nPASS: tools/mi/test_mi 181 - Track command with opts: -p 1,2,3 -u\nPASS: tools/mi/test_mi 182 - Mi test: track pid xsd validation\nPASS: tools/mi/test_mi 183 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 184 - Mi test: track pid is a success\nPASS: tools/mi/test_mi 185 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id\nPASS: tools/mi/test_mi 186 - Mi test: track pid expecting 3 processes got 3\nPASS: tools/mi/test_mi 187 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 188 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 189 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id\nPASS: tools/mi/test_mi 190 - Mi test: tracker pid listing expecting 3 target got 3\nPASS: tools/mi/test_mi 191 - Untrack command with opts: -p 2,3 -u\nPASS: tools/mi/test_mi 192 - Mi test: untrack pid xsd validation\nPASS: tools/mi/test_mi 193 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 194 - Mi test: untrack pid is a success\nPASS: tools/mi/test_mi 195 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:id\nPASS: tools/mi/test_mi 196 - Mi test: untrack pid expecting 2 process got 2\nPASS: tools/mi/test_mi 197 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 198 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 199 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:targets/lttng:vpid_target/lttng:type/lttng:pid\nPASS: tools/mi/test_mi 200 - Mi test: tracker pid listing expecting 1 process got 1\nPASS: tools/mi/test_mi 201 - Untrack command with opts: -p -u -a\nPASS: tools/mi/test_mi 202 - Mi test: untrack pid xsd validation\nPASS: tools/mi/test_mi 203 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 204 - Mi test: untrack all pid is a success\nPASS: tools/mi/test_mi 205 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:all\nPASS: tools/mi/test_mi 206 - Mi test: untrack pid expecting 1 process got 1\nPASS: tools/mi/test_mi 207 - Mi test: pid expected is true got true\nPASS: tools/mi/test_mi 208 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 209 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 210 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:targets/lttng:vpid_target/lttng:type/lttng:pid\nPASS: tools/mi/test_mi 211 - Mi test: tracker pid listing expecting 0 process got 0\nPASS: tools/mi/test_mi 212 - Track command with opts: -p -u -a\nPASS: tools/mi/test_mi 213 - Mi test: track pid xsd validation\nPASS: tools/mi/test_mi 214 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 215 - Mi test: track all pid is a success\nPASS: tools/mi/test_mi 216 - Extraction of xpath //lttng:command/lttng:output/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker/lttng:process_attr_values/lttng:vpid/lttng:type/lttng:all\nPASS: tools/mi/test_mi 217 - Mi test: track pid expecting 1 process got 1\nPASS: tools/mi/test_mi 218 - Mi test: pid expected is true got true\nPASS: tools/mi/test_mi 219 - Lttng-tool list command with option testTrack\nPASS: tools/mi/test_mi 220 - Mi test: session list with pid_tracker validate\nPASS: tools/mi/test_mi 221 - Check of node existence with xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:domains/lttng:domain/lttng:process_attr_trackers/lttng:vpid_process_attr_tracker\nPASS: tools/mi/test_mi 222 - Mi test: VPID_tracker node is absent as defined\nPASS: tools/mi/test_mi 223 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 224 - Create session session_long_path in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd/EAxVLHOpLizIOZfTJXLU7iG2wSG81sW415SeKOZTRh89eZHFetGuSK38HHwCK02QVVll6EECrtpPyorZrqYaq70N34zFSXsJsMAJtrk1q3QcsR5pr3SD449odxfYKIrxK7b87PuwVNYeUH06z3aOF4x0OdqKBUvm78luZCY5ajhdNudv9syU7HXxlDSfMWzXo7y9VdI8k6Mn4e1wyR6BYGtLaC2Xj5IbRWumOwNrNqJEReun1TTRpaE11XUtbc\nPASS: tools/mi/test_mi 225 - Lttng-tool list command with option\nPASS: tools/mi/test_mi 226 - Mi test: list session with long path xsd validation\nPASS: tools/mi/test_mi 227 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 228 - Context listing\nPASS: tools/mi/test_mi 229 - Mi test: context listing validation\nPASS: tools/mi/test_mi 230 - Create session testSession1 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 231 - Create session testSession2 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 232 - Create session testSession3 in -o /tmp/tmp.XXXXXXXXXXtput_dir.zkt4Bd\nPASS: tools/mi/test_mi 233 - Clear session testSession1\nPASS: tools/mi/test_mi 234 - MI test: clear session testSession1 xsd validation\nPASS: tools/mi/test_mi 235 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 236 - Mi test: cleared session: testSession1 expected: testSession1\nPASS: tools/mi/test_mi 237 - Clear all lttng sessions\nPASS: tools/mi/test_mi 238 - MI test: clear all session xsd validation\nPASS: tools/mi/test_mi 239 - Extraction of xpath //lttng:command/lttng:output/lttng:sessions/lttng:session/lttng:name/text()\nPASS: tools/mi/test_mi 240 - Mi test: 3 / 3 sessions discovered\nPASS: tools/mi/test_mi 241 - Destroy all lttng sessions\nPASS: tools/mi/test_mi 242 - Expected fail on clear session testSession1\nPASS: tools/mi/test_mi 243 - MI test: failing clear session testSession1 xsd validation\nPASS: tools/mi/test_mi 244 - Extraction of xpath /lttng:command/lttng:success/text()\nPASS: tools/mi/test_mi 245 - Mi test: clear command on testSession1 failed as expected\nPASS: tools/mi/test_mi 246 - Wait after kill session daemon\nPASS: tools/wildcard/test_event_wildcard 1 - Start session daemon\nPASS: tools/wildcard/test_event_wildcard 2 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.eoDVT5\nPASS: tools/wildcard/test_event_wildcard 3 - Enable ust event tp:abc* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 4 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 5 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 6 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 7 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 8 - Trace match\nPASS: tools/wildcard/test_event_wildcard 9 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.LP5yIH\nPASS: tools/wildcard/test_event_wildcard 10 - Enable ust event *abc for session wildcard\nPASS: tools/wildcard/test_event_wildcard 11 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 12 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 13 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 14 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 15 - Trace match\nPASS: tools/wildcard/test_event_wildcard 16 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.IVbQeD\nPASS: tools/wildcard/test_event_wildcard 17 - Enable ust event *z* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 18 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 19 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 20 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 21 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 22 - Trace match\nPASS: tools/wildcard/test_event_wildcard 23 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.L6SUwH\nPASS: tools/wildcard/test_event_wildcard 24 - Enable ust event *\\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 25 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 26 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 27 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 28 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 29 - Trace match\nPASS: tools/wildcard/test_event_wildcard 30 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.rYmWI1\nPASS: tools/wildcard/test_event_wildcard 31 - Enable ust event *\\* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 32 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 33 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 34 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 35 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 36 - Trace match\nPASS: tools/wildcard/test_event_wildcard 37 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.Oka52N\nPASS: tools/wildcard/test_event_wildcard 38 - Enable ust event \\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 39 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 40 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 41 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 42 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 43 - Trace match\nPASS: tools/wildcard/test_event_wildcard 44 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.b4Eqk6\nPASS: tools/wildcard/test_event_wildcard 45 - Enable ust event *:*tpte*s for session wildcard\nPASS: tools/wildcard/test_event_wildcard 46 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 47 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 48 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 49 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 50 - Trace match\nPASS: tools/wildcard/test_event_wildcard 51 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ht4zzp\nPASS: tools/wildcard/test_event_wildcard 52 - Enable ust event tp**tpTest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 53 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 54 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 55 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 56 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 57 - Trace match\nPASS: tools/wildcard/test_event_wildcard 58 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.THY6AU\nPASS: tools/wildcard/test_event_wildcard 59 - Enable ust event tp:tp* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 60 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 61 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 62 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 63 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 64 - Trace match\nPASS: tools/wildcard/test_event_wildcard 65 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.IhkxRr\nPASS: tools/wildcard/test_event_wildcard 66 - Enable ust event * for session wildcard\nPASS: tools/wildcard/test_event_wildcard 67 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 68 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 69 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 70 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 71 - Trace match\nPASS: tools/wildcard/test_event_wildcard 72 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.QU1QIa\nPASS: tools/wildcard/test_event_wildcard 73 - Enable ust event tp:tptest* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 74 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 75 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 76 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 77 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 78 - Trace match\nPASS: tools/wildcard/test_event_wildcard 79 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.i5afyh\nPASS: tools/wildcard/test_event_wildcard 80 - Enable ust event ** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 81 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 82 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 83 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 84 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 85 - Trace match\nPASS: tools/wildcard/test_event_wildcard 86 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.lW6Qfu\nPASS: tools/wildcard/test_event_wildcard 87 - Enable ust event *** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 88 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 89 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 90 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 91 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 92 - Trace match\nPASS: tools/wildcard/test_event_wildcard 93 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.WSvyWl\nPASS: tools/wildcard/test_event_wildcard 94 - Enable ust event *tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 95 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 96 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 97 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 98 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 99 - Trace match\nPASS: tools/wildcard/test_event_wildcard 100 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.L5iHq4\nPASS: tools/wildcard/test_event_wildcard 101 - Enable ust event **tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 102 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 103 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 104 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 105 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 106 - Trace match\nPASS: tools/wildcard/test_event_wildcard 107 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.73bIjC\nPASS: tools/wildcard/test_event_wildcard 108 - Enable ust event *tpte* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 109 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 110 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 111 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 112 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 113 - Trace match\nPASS: tools/wildcard/test_event_wildcard 114 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.AfEfb4\nPASS: tools/wildcard/test_event_wildcard 115 - Enable ust event *tp* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 116 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 117 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 118 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 119 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 120 - Trace match\nPASS: tools/wildcard/test_event_wildcard 121 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.7eLAbm\nPASS: tools/wildcard/test_event_wildcard 122 - Enable ust event *tp** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 123 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 124 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 125 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 126 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 127 - Trace match\nPASS: tools/wildcard/test_event_wildcard 128 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.3vLCxM\nPASS: tools/wildcard/test_event_wildcard 129 - Enable ust event *:*tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 130 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 131 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 132 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 133 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 134 - Trace match\nPASS: tools/wildcard/test_event_wildcard 135 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ulpkPZ\nPASS: tools/wildcard/test_event_wildcard 136 - Enable ust event *:*tpte*t for session wildcard\nPASS: tools/wildcard/test_event_wildcard 137 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 138 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 139 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 140 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 141 - Trace match\nPASS: tools/wildcard/test_event_wildcard 142 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.ZzmQ9d\nPASS: tools/wildcard/test_event_wildcard 143 - Enable ust event t*p*:*t*e*s*t for session wildcard\nPASS: tools/wildcard/test_event_wildcard 144 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 145 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 146 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 147 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 148 - Trace match\nPASS: tools/wildcard/test_event_wildcard 149 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.kRyBln\nPASS: tools/wildcard/test_event_wildcard 150 - Enable ust event *t*p*:*t*e*s*t* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 151 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 152 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 153 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 154 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 155 - Trace match\nPASS: tools/wildcard/test_event_wildcard 156 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.TlKvXF\nPASS: tools/wildcard/test_event_wildcard 157 - Enable ust event tp*tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 158 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 159 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 160 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 161 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 162 - Trace match\nPASS: tools/wildcard/test_event_wildcard 163 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.KupOqX\nPASS: tools/wildcard/test_event_wildcard 164 - Enable ust event tp**tptest for session wildcard\nPASS: tools/wildcard/test_event_wildcard 165 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 166 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 167 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 168 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 169 - Trace match\nPASS: tools/wildcard/test_event_wildcard 170 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.GsBbE5\nPASS: tools/wildcard/test_event_wildcard 171 - Enable ust event tp*test for session wildcard\nPASS: tools/wildcard/test_event_wildcard 172 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 173 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 174 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 175 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 176 - Trace match\nPASS: tools/wildcard/test_event_wildcard 177 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.MgYODH\nPASS: tools/wildcard/test_event_wildcard 178 - Enable kernel event lttng_test_abc* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 179 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 180 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 181 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 182 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 183 - Trace match\nPASS: tools/wildcard/test_event_wildcard 184 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.TnGYdR\nPASS: tools/wildcard/test_event_wildcard 185 - Enable kernel event *abc for session wildcard\nPASS: tools/wildcard/test_event_wildcard 186 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 187 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 188 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 189 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 190 - Trace match\nPASS: tools/wildcard/test_event_wildcard 191 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.e6SkmP\nPASS: tools/wildcard/test_event_wildcard 192 - Enable kernel event *z* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 193 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 194 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 195 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 196 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 197 - Trace match\nPASS: tools/wildcard/test_event_wildcard 198 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.WLL7mj\nPASS: tools/wildcard/test_event_wildcard 199 - Enable kernel event *\\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 200 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 201 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 202 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 203 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 204 - Trace match\nPASS: tools/wildcard/test_event_wildcard 205 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.CAS9QD\nPASS: tools/wildcard/test_event_wildcard 206 - Enable kernel event *\\* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 207 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 208 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 209 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 210 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 211 - Trace match\nPASS: tools/wildcard/test_event_wildcard 212 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.g7POh0\nPASS: tools/wildcard/test_event_wildcard 213 - Enable kernel event \\** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 214 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 215 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 216 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 217 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 218 - Trace match\nPASS: tools/wildcard/test_event_wildcard 219 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.6hZtAm\nPASS: tools/wildcard/test_event_wildcard 220 - Enable kernel event *:*eve*n for session wildcard\nPASS: tools/wildcard/test_event_wildcard 221 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 222 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 223 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 224 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 225 - Trace match\nPASS: tools/wildcard/test_event_wildcard 226 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.yYQMmQ\nPASS: tools/wildcard/test_event_wildcard 227 - Enable kernel event lttng_test_fil* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 228 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 229 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 230 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 231 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 232 - Trace match\nPASS: tools/wildcard/test_event_wildcard 233 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.whm9Ay\nPASS: tools/wildcard/test_event_wildcard 234 - Enable kernel event * for session wildcard\nPASS: tools/wildcard/test_event_wildcard 235 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 236 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 237 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 238 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 239 - Trace match\nPASS: tools/wildcard/test_event_wildcard 240 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.RyH8v3\nPASS: tools/wildcard/test_event_wildcard 241 - Enable kernel event lttng_test_filter_event* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 242 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 243 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 244 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 245 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 246 - Trace match\nPASS: tools/wildcard/test_event_wildcard 247 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.8itPlE\nPASS: tools/wildcard/test_event_wildcard 248 - Enable kernel event ** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 249 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 250 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 251 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 252 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 253 - Trace match\nPASS: tools/wildcard/test_event_wildcard 254 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.jBQYxZ\nPASS: tools/wildcard/test_event_wildcard 255 - Enable kernel event *** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 256 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 257 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 258 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 259 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 260 - Trace match\nPASS: tools/wildcard/test_event_wildcard 261 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.2QD8XO\nPASS: tools/wildcard/test_event_wildcard 262 - Enable kernel event *filter_event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 263 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 264 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 265 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 266 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 267 - Trace match\nPASS: tools/wildcard/test_event_wildcard 268 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.DGbCm8\nPASS: tools/wildcard/test_event_wildcard 269 - Enable kernel event *ter_ev* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 270 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 271 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 272 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 273 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 274 - Trace match\nPASS: tools/wildcard/test_event_wildcard 275 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.lzvHpc\nPASS: tools/wildcard/test_event_wildcard 276 - Enable kernel event *test* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 277 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 278 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 279 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 280 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 281 - Trace match\nPASS: tools/wildcard/test_event_wildcard 282 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.077TZA\nPASS: tools/wildcard/test_event_wildcard 283 - Enable kernel event *test** for session wildcard\nPASS: tools/wildcard/test_event_wildcard 284 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 285 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 286 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 287 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 288 - Trace match\nPASS: tools/wildcard/test_event_wildcard 289 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.13byin\nPASS: tools/wildcard/test_event_wildcard 290 - Enable kernel event *e* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 291 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 292 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 293 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 294 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 295 - Trace match\nPASS: tools/wildcard/test_event_wildcard 296 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.2V4R4V\nPASS: tools/wildcard/test_event_wildcard 297 - Enable kernel event *_*event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 298 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 299 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 300 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 301 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 302 - Trace match\nPASS: tools/wildcard/test_event_wildcard 303 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.gNP4P8\nPASS: tools/wildcard/test_event_wildcard 304 - Enable kernel event *_*filter_*nt for session wildcard\nPASS: tools/wildcard/test_event_wildcard 305 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 306 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 307 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 308 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 309 - Trace match\nPASS: tools/wildcard/test_event_wildcard 310 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.6dlynG\nPASS: tools/wildcard/test_event_wildcard 311 - Enable kernel event *_**filter_*nt for session wildcard\nPASS: tools/wildcard/test_event_wildcard 312 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 313 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 314 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 315 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 316 - Trace match\nPASS: tools/wildcard/test_event_wildcard 317 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.bSCpGJ\nPASS: tools/wildcard/test_event_wildcard 318 - Enable kernel event l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t for session wildcard\nPASS: tools/wildcard/test_event_wildcard 319 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 320 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 321 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 322 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 323 - Trace match\nPASS: tools/wildcard/test_event_wildcard 324 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.SrkAEI\nPASS: tools/wildcard/test_event_wildcard 325 - Enable kernel event *l*t*t*n*g*_*t*e*s*t*_*f*i*l*t*e*r*_*e*v*e*n*t* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 326 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 327 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 328 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 329 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 330 - Trace match\nPASS: tools/wildcard/test_event_wildcard 331 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.KAZj10\nPASS: tools/wildcard/test_event_wildcard 332 - Enable kernel event lttng*event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 333 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 334 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 335 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 336 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 337 - Trace match\nPASS: tools/wildcard/test_event_wildcard 338 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.9j5GJq\nPASS: tools/wildcard/test_event_wildcard 339 - Enable kernel event lttng*test*filter*event for session wildcard\nPASS: tools/wildcard/test_event_wildcard 340 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 341 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 342 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 343 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 344 - Trace match\nPASS: tools/wildcard/test_event_wildcard 345 - Create session wildcard in -o /tmp/tmp.XXXXXXXXXX_wildcard_trace_path.SUrGsI\nPASS: tools/wildcard/test_event_wildcard 346 - Enable kernel event *lttng*test*filter*event* for session wildcard\nPASS: tools/wildcard/test_event_wildcard 347 - Start tracing for session\nPASS: tools/wildcard/test_event_wildcard 348 - Traced application stopped.\nPASS: tools/wildcard/test_event_wildcard 349 - Stop lttng tracing for session\nPASS: tools/wildcard/test_event_wildcard 350 - Destroy session wildcard\nPASS: tools/wildcard/test_event_wildcard 351 - Trace match\nPASS: tools/wildcard/test_event_wildcard 352 - Wait after kill session daemon\nPASS: tools/crash/test_crash 1 - Start session daemon\nPASS: tools/crash/test_crash 2 - Create session shm_path_per_pid in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 3 - Enable channel channel_per_pid for session shm_path_per_pid\nPASS: tools/crash/test_crash 4 - Start tracing for session shm_path_per_pid\nPASS: tools/crash/test_crash 5 - No file created on set-up\nPASS: tools/crash/test_crash 6 - Start application to trace\nPASS: tools/crash/test_crash 7 - Path /tmp/tmp.XXXXXXXXXXath_per_pid_shm.vM87hg/shm_path_per_pid-20250616-114409 created on application creation\nPASS: tools/crash/test_crash 8 - Pid path exists: /tmp/tmp.XXXXXXXXXXath_per_pid_shm.vM87hg/shm_path_per_pid-20250616-114409/ust/pid/gen-ust-events-13818-20250616-114409\nPASS: tools/crash/test_crash 9 - Expect 1 pid registration folder got 1\nPASS: tools/crash/test_crash 10 - Expect > 0 buffer and metadata files got 5\nPASS: tools/crash/test_crash 11 - Start application to trace\nPASS: tools/crash/test_crash 12 - Expect 2 pid registration folders got 2\nPASS: tools/crash/test_crash 13 - First pid cleanup\nPASS: tools/crash/test_crash 14 - Full cleanup\nPASS: tools/crash/test_crash 15 - Destroy session shm_path_per_pid\nPASS: tools/crash/test_crash 16 - Wait after kill session daemon\nPASS: tools/crash/test_crash 17 - Start session daemon\nPASS: tools/crash/test_crash 18 - Create session shm_path_per_uid in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 19 - Enable channel channel_per_uid for session shm_path_per_uid\nPASS: tools/crash/test_crash 20 - Start tracing for session shm_path_per_uid\nPASS: tools/crash/test_crash 21 - No files created on set-up\nPASS: tools/crash/test_crash 22 - Start application to trace\nPASS: tools/crash/test_crash 23 - Path /tmp/tmp.XXXXXXXXXXath_per_uid_shm_path.HnVwlH/shm_path_per_uid-20250616-114416 created on application creation\nPASS: tools/crash/test_crash 24 - uid path exist found /tmp/tmp.XXXXXXXXXXath_per_uid_shm_path.HnVwlH/shm_path_per_uid-20250616-114416/ust/uid/0\nPASS: tools/crash/test_crash 25 - Expect 1 uid registration folder got 1\nPASS: tools/crash/test_crash 26 - Expect 1 uid registration folder got 1\nPASS: tools/crash/test_crash 27 - Destroy session shm_path_per_uid\nPASS: tools/crash/test_crash 28 - Full cleanup\nPASS: tools/crash/test_crash 29 - Wait after kill session daemon\nPASS: tools/crash/test_crash 30 - Start session daemon\nPASS: tools/crash/test_crash 31 - Create session shm_path_per_pid in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 32 - Enable channel channel_per_pid for session shm_path_per_pid\nPASS: tools/crash/test_crash 33 - Start tracing for session shm_path_per_pid\nPASS: tools/crash/test_crash 34 - Start application to trace\nPASS: tools/crash/test_crash 35 - Start application to trace\nPASS: tools/crash/test_crash 36 - Wait after kill session daemon\nPASS: tools/crash/test_crash 37 - Full cleanup on sigint\nPASS: tools/crash/test_crash 38 - Start session daemon\nPASS: tools/crash/test_crash 39 - Create session shm_path_per_uid_sigint in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 40 - Enable channel channel_per_uid_sigint for session shm_path_per_uid_sigint\nPASS: tools/crash/test_crash 41 - Start tracing for session shm_path_per_uid_sigint\nPASS: tools/crash/test_crash 42 - Start application to trace\nPASS: tools/crash/test_crash 43 - Start application to trace\nPASS: tools/crash/test_crash 44 - Wait after kill session daemon\nPASS: tools/crash/test_crash 45 - Full cleanup on sigint\nPASS: tools/crash/test_crash 46 - Start session daemon\nPASS: tools/crash/test_crash 47 - Create session crash_test in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 48 - Enable channel channel_crash for session crash_test\nPASS: tools/crash/test_crash 49 - Enable ust event tp:tptest for session crash_test\nPASS: tools/crash/test_crash 50 - Start tracing for session crash_test\nPASS: tools/crash/test_crash 51 - Stop lttng tracing for session\nPASS: tools/crash/test_crash 52 - Expect 10 recup event from buffers got 10\nPASS: tools/crash/test_crash 53 - Expect 10 recup event from symlink buffers got 10\nPASS: tools/crash/test_crash 54 - Destroy session crash_test\nPASS: tools/crash/test_crash 55 - Wait after kill session daemon\nPASS: tools/crash/test_crash 56 - Start session daemon\nPASS: tools/crash/test_crash 57 - Create session crash_test in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 58 - Enable channel channel_crash for session crash_test\nPASS: tools/crash/test_crash 59 - Enable ust event tp:tptest for session crash_test\nPASS: tools/crash/test_crash 60 - Start tracing for session crash_test\nPASS: tools/crash/test_crash 61 - Stop lttng tracing for session\nPASS: tools/crash/test_crash 62 - Extraction of crashed buffers to path\nPASS: tools/crash/test_crash 63 - Trace match with 10 event tp:tptest\nPASS: tools/crash/test_crash 64 - Destroy session crash_test\nPASS: tools/crash/test_crash 65 - Wait after kill session daemon\nPASS: tools/crash/test_crash 66 - Start session daemon\nPASS: tools/crash/test_crash 67 - Create session crash_test in -o /tmp/tmp.XXXXXXXXXX_shm.kZqYBT\nPASS: tools/crash/test_crash 68 - Enable channel channel_crash for session crash_test\nPASS: tools/crash/test_crash 69 - Enable ust event tp:tptest for session crash_test\nPASS: tools/crash/test_crash 70 - Start tracing for session crash_test\nPASS: tools/crash/test_crash 71 - Sending SIGSTOP to session daemon\nPASS: tools/crash/test_crash 72 - Sending SIGSTOP to consumer daemon\nPASS: tools/crash/test_crash 73 - Wait after kill consumer daemon\nPASS: tools/crash/test_crash 74 - Wait after kill session daemon\nPASS: tools/crash/test_crash 75 - Extraction of crashed buffers to path /tmp/tmp.XXXXXXXXXX_crash_extraction_sigkill_extraction_dir_path.sMrYay/extract\nPASS: tools/crash/test_crash 76 - Trace match with 10 event tp:tptest\nPASS: tools/regen-metadata/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d)\nPASS: tools/regen-metadata/test_ust 2 - Start session daemon\nPASS: tools/regen-metadata/test_ust 3 - Create session UoLqaSS2bz5NQ9aL with uri:net://localhost and opts:\nPASS: tools/regen-metadata/test_ust 4 - Enable ust event tp:tptest for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 5 - Start tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 6 - Stop lttng tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 7 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 8 - Start tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 9 - Metadata regenerate UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 10 - Stop lttng tracing for session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 11 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 12 - Destroy session UoLqaSS2bz5NQ9aL\nPASS: tools/regen-metadata/test_ust 13 - Create session y5ljrHbCBqkMBwe8 in -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d\nPASS: tools/regen-metadata/test_ust 14 - Enable ust event tp:tptest for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 15 - Start tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 16 - Stop lttng tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 17 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 18 - Start tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 19 - Metadata regenerate y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 20 - Stop lttng tracing for session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 21 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 22 - Destroy session y5ljrHbCBqkMBwe8\nPASS: tools/regen-metadata/test_ust 23 - Create session BMjUMDTLXuE7lcYl in -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d\nPASS: tools/regen-metadata/test_ust 24 - Enable channel channel0 per PID for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 25 - Enable ust event tp:tptest for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 26 - Start tracing for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 27 - Expected fail on regenerate metadata BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 28 - Stop lttng tracing for session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 29 - Destroy session BMjUMDTLXuE7lcYl\nPASS: tools/regen-metadata/test_ust 30 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 31 - Create session t86UGTwEfotMLwiy with uri:net://localhost and opts: --live\nPASS: tools/regen-metadata/test_ust 32 - Enable ust event tp:tptest for session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 33 - Start tracing for session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 34 - Expected fail on regenerate metadata t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 35 - Stop lttng tracing for session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 36 - Destroy session t86UGTwEfotMLwiy\nPASS: tools/regen-metadata/test_ust 37 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 38 - Create session GvL3M7DMWpZtV9Xc in -o /tmp/tmp.XXXXXXXXXX_metadata_ust_trace_path.58qD1d\nPASS: tools/regen-metadata/test_ust 39 - Enable ust event tp:tptest for session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 40 - Start tracing for session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 41 - Metadata regenerate GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 42 - Snapshot recorded\nPASS: tools/regen-metadata/test_ust 43 - Stop lttng tracing for session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 44 - Validate trace for event tp:tptest, 1 events\nPASS: tools/regen-metadata/test_ust 45 - Destroy session GvL3M7DMWpZtV9Xc\nPASS: tools/regen-metadata/test_ust 46 - Wait after kill session daemon\nPASS: tools/regen-metadata/test_ust 47 - Wait after kill relay daemon\nPASS: tools/regen-statedump/test_ust 1 - Start session daemon\nPASS: tools/regen-statedump/test_ust 2 - Create session ZtOlQsbW9tQpMObh in -o /tmp/tmp.XXXXXXXXXXerate_statedump_ust_trace_path.oHez6n\nPASS: tools/regen-statedump/test_ust 3 - Enable ust event lttng_ust_statedump:start,lttng_ust_statedump:end for session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 4 - Start tracing for session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 5 - Statedump regenerate ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 6 - Stop lttng tracing for session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 7 - Destroy session ZtOlQsbW9tQpMObh\nPASS: tools/regen-statedump/test_ust 8 - Validate trace for event lttng_ust_statedump:start, 2 events\nPASS: tools/regen-statedump/test_ust 9 - Validate trace for event lttng_ust_statedump:end, 2 events\nPASS: tools/regen-statedump/test_ust 10 - Read a total of 4 events, expected 4\nPASS: tools/regen-statedump/test_ust 11 - Wait after kill session daemon\nPASS: tools/rotation/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9)\nPASS: tools/rotation/test_ust 2 - Start session daemon\nPASS: tools/rotation/test_ust 3 - Create session Cfivbzq43Rk4KdUR with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 4 - Enable ust event tp:tptest for session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 5 - Start tracing for session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 6 - Rotate session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 7 - Stop lttng tracing for session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 8 - Rotate session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 9 - Destroy session Cfivbzq43Rk4KdUR\nPASS: tools/rotation/test_ust 10 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR*/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 11 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR-20250616-114444/archives/20250616T114444+0000-20250616T114444+0000-0/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 12 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/Cfivbzq43Rk4KdUR-20250616-114444/archives/20250616T114444+0000-20250616T114445+0000-1/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 13 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 14 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 15 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 16 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 17 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 18 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 19 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 20 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 21 - Create session Ycsi7Gse35MCiIZK in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 22 - Enable ust event tp:tptest for session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 23 - Start tracing for session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 24 - Rotate session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 25 - Stop lttng tracing for session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 26 - Rotate session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 27 - Destroy session Ycsi7Gse35MCiIZK\nPASS: tools/rotation/test_ust 28 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 29 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114446+0000-20250616T114446+0000-0/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 30 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114446+0000-20250616T114446+0000-1/ust/uid/0/64-bit/metadata\nPASS: tools/rotation/test_ust 31 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 32 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 33 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 34 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 35 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 36 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 37 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 38 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 39 - Create session DCkBFBQC3PMetwaT with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 40 - Enable channel channel0 for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 41 - Enable ust event tp:tptest for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 42 - Start tracing for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 43 - Rotate session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 44 - Stop lttng tracing for session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 45 - Rotate session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 46 - Destroy session DCkBFBQC3PMetwaT\nPASS: tools/rotation/test_ust 47 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT*/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 48 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT-20250616-114447/archives/20250616T114447+0000-20250616T114447+0000-0/ust/pid/gen-ust-events-15099-20250616-114447/metadata\nPASS: tools/rotation/test_ust 49 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/qemux86-64/DCkBFBQC3PMetwaT-20250616-114447/archives/20250616T114447+0000-20250616T114448+0000-1/ust/pid/gen-ust-events-15103-20250616-114448/metadata\nPASS: tools/rotation/test_ust 50 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 51 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 52 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 53 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 54 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 55 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 56 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 57 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 58 - Create session RsP8GezUutEwvt0G in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 59 - Enable channel channel0 for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 60 - Enable ust event tp:tptest for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 61 - Start tracing for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 62 - Rotate session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 63 - Stop lttng tracing for session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 64 - Rotate session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 65 - Destroy session RsP8GezUutEwvt0G\nPASS: tools/rotation/test_ust 66 - /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives contains 2 chunks only\nPASS: tools/rotation/test_ust 67 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114449+0000-20250616T114449+0000-0/ust/pid/gen-ust-events-15152-20250616-114449/metadata\nPASS: tools/rotation/test_ust 68 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9/archives/20250616T114449+0000-20250616T114449+0000-1/ust/pid/gen-ust-events-15156-20250616-114449/metadata\nPASS: tools/rotation/test_ust 69 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_ust 70 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_ust 71 - Validate trace for event tp:tptest, 30 events\nPASS: tools/rotation/test_ust 72 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_ust 73 - Validate trace for event tp:tptest, 10 events\nPASS: tools/rotation/test_ust 74 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_ust 75 - Validate trace for event tp:tptest, 20 events\nPASS: tools/rotation/test_ust 76 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_ust 77 - Create session gphZjJDbboPSQz3y in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 78 - Enable ust event tp:tptest for session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 79 - Set periodic rotation (500ms) of session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 80 - Start tracing for session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 81 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 82 - Stop lttng tracing for session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 83 - Destroy session gphZjJDbboPSQz3y\nPASS: tools/rotation/test_ust 84 - Validate empty trace\nPASS: tools/rotation/test_ust 85 - Validate empty trace\nPASS: tools/rotation/test_ust 86 - Validate empty trace\nPASS: tools/rotation/test_ust 87 - Create session XO0RnUYnAeTmYdFA with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 88 - Enable ust event tp:tptest for session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 89 - Set periodic rotation (500ms) of session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 90 - Start tracing for session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 91 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 92 - Stop lttng tracing for session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 93 - Destroy session XO0RnUYnAeTmYdFA\nPASS: tools/rotation/test_ust 94 - Validate empty trace\nPASS: tools/rotation/test_ust 95 - Validate empty trace\nPASS: tools/rotation/test_ust 96 - Validate empty trace\nPASS: tools/rotation/test_ust 97 - Create session tevkHQLdbimvdOqw in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 98 - Enable channel channel0 for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 99 - Enable ust event tp:tptest for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 100 - Start tracing for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 101 - App is un-registered\nPASS: tools/rotation/test_ust 102 - Set periodic rotation (500ms) of session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 103 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 104 - Stop lttng tracing for session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 105 - Destroy session tevkHQLdbimvdOqw\nPASS: tools/rotation/test_ust 106 - Validate empty trace\nPASS: tools/rotation/test_ust 107 - Chunk 2 is empty\nPASS: tools/rotation/test_ust 108 - Chunk 3 is empty\nPASS: tools/rotation/test_ust 109 - Create session VacURgU3f6mJTtAC with uri:net://localhost and opts:\nPASS: tools/rotation/test_ust 110 - Enable channel channel0 for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 111 - Enable ust event tp:tptest for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 112 - Start tracing for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 113 - App is un-registered\nPASS: tools/rotation/test_ust 114 - Set periodic rotation (500ms) of session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 115 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_ust 116 - Stop lttng tracing for session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 117 - Destroy session VacURgU3f6mJTtAC\nPASS: tools/rotation/test_ust 118 - Validate empty trace\nPASS: tools/rotation/test_ust 119 - Chunk 2 is empty\nPASS: tools/rotation/test_ust 120 - Chunk 3 is empty\nPASS: tools/rotation/test_ust 121 - Create session WCweQAZfpfHpHsEE with uri:net://localhost and opts: --live\nPASS: tools/rotation/test_ust 122 - Expected fail when setting periodic rotation (500ms) of session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 123 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 124 - Create session WCweQAZfpfHpHsEE in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 125 - Expected fail when setting periodic rotation (500ms) of session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 126 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 127 - Create session WCweQAZfpfHpHsEE with uri:net://localhost and opts: --live\nPASS: tools/rotation/test_ust 128 - Enable ust event tp:tptest for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 129 - Start tracing for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 130 - Expected fail on rotate session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 131 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 132 - Create session WCweQAZfpfHpHsEE in -o /tmp/tmp.XXXXXXXXXXotation_trace_path.7WNLC9\nPASS: tools/rotation/test_ust 133 - Enable ust event tp:tptest for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 134 - Start tracing for session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 135 - Expected fail on rotate session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 136 - Destroy session WCweQAZfpfHpHsEE\nPASS: tools/rotation/test_ust 137 - Wait after kill session daemon\nPASS: tools/rotation/test_ust 138 - Wait after kill relay daemon\nPASS: tools/rotation/test_kernel 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ)\nPASS: tools/rotation/test_kernel 2 - Start session daemon\nPASS: tools/rotation/test_kernel 3 - Create session LBFgplgLHtHZWnoK with uri:net://localhost and opts:\nPASS: tools/rotation/test_kernel 4 - Enable kernel event lttng_test_filter_event for session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 5 - Start tracing for session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 6 - Rotate session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 7 - Stop lttng tracing for session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 8 - Rotate session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 9 - Destroy session LBFgplgLHtHZWnoK\nPASS: tools/rotation/test_kernel 10 - /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives contains 2 chunks only\nPASS: tools/rotation/test_kernel 11 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives/20250616T114511+0000-20250616T114511+0000-0/kernel/metadata\nPASS: tools/rotation/test_kernel 12 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/qemux86-64/LBFgplgLHtHZWnoK-20250616-114511/archives/20250616T114511+0000-20250616T114512+0000-1/kernel/metadata\nPASS: tools/rotation/test_kernel 13 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_kernel 14 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_kernel 15 - Validate trace for event lttng_test_filter_event, 30 events\nPASS: tools/rotation/test_kernel 16 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_kernel 17 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/rotation/test_kernel 18 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_kernel 19 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/rotation/test_kernel 20 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_kernel 21 - Create session MpnIgdk9Nfvxvtno in -o /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ\nPASS: tools/rotation/test_kernel 22 - Enable kernel event lttng_test_filter_event for session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 23 - Start tracing for session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 24 - Rotate session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 25 - Stop lttng tracing for session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 26 - Rotate session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 27 - Destroy session MpnIgdk9Nfvxvtno\nPASS: tools/rotation/test_kernel 28 - /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives contains 2 chunks only\nPASS: tools/rotation/test_kernel 29 - Chunk 0 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives/20250616T114513+0000-20250616T114513+0000-0/kernel/metadata\nPASS: tools/rotation/test_kernel 30 - Chunk 1 exists based on path /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ/archives/20250616T114513+0000-20250616T114514+0000-1/kernel/metadata\nPASS: tools/rotation/test_kernel 31 - No stale folders in chunk 0 directory\nPASS: tools/rotation/test_kernel 32 - No stale folders in chunk 1 directory\nPASS: tools/rotation/test_kernel 33 - Validate trace for event lttng_test_filter_event, 30 events\nPASS: tools/rotation/test_kernel 34 - Read a total of 30 events, expected 30\nPASS: tools/rotation/test_kernel 35 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/rotation/test_kernel 36 - Read a total of 10 events, expected 10\nPASS: tools/rotation/test_kernel 37 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/rotation/test_kernel 38 - Read a total of 20 events, expected 20\nPASS: tools/rotation/test_kernel 39 - Create session II6uQYntsiiovjC5 in -o /tmp/tmp.XXXXXXXXXXernel_tracing.x6xWfJ\nPASS: tools/rotation/test_kernel 40 - Enable kernel event lttng_test_filter_event for session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 41 - Set periodic rotation (500ms) of session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 42 - Start tracing for session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 43 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_kernel 44 - Stop lttng tracing for session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 45 - Destroy session II6uQYntsiiovjC5\nPASS: tools/rotation/test_kernel 46 - Validate empty trace\nPASS: tools/rotation/test_kernel 47 - Validate empty trace\nPASS: tools/rotation/test_kernel 48 - Validate empty trace\nPASS: tools/rotation/test_kernel 49 - Create session fNlFzUdMtl8lTnFw with uri:net://localhost and opts:\nPASS: tools/rotation/test_kernel 50 - Enable kernel event lttng_test_filter_event for session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 51 - Set periodic rotation (500ms) of session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 52 - Start tracing for session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 53 - Generated at least 3 chunks in 3s\nPASS: tools/rotation/test_kernel 54 - Stop lttng tracing for session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 55 - Destroy session fNlFzUdMtl8lTnFw\nPASS: tools/rotation/test_kernel 56 - Validate empty trace\nPASS: tools/rotation/test_kernel 57 - Validate empty trace\nPASS: tools/rotation/test_kernel 58 - Validate empty trace\nPASS: tools/rotation/test_kernel 59 - Wait after kill session daemon\nPASS: tools/rotation/test_kernel 60 - Wait after kill relay daemon\nPASS: tools/rotation/test_save_load_mi 1 - Start session daemon\nPASS: tools/rotation/test_save_load_mi 2 - Create session GpjqduOtFtFwZLzO in -o /tmp/tmp.XXXXXXXXXXload_mi_trace_path.bJKMbY\nPASS: tools/rotation/test_save_load_mi 3 - Enable ust event -a for session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 4 - Set periodic rotation (500ms) of session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 5 - Valid lttng enable-rotation timer XML\nPASS: tools/rotation/test_save_load_mi 6 - Found the right rotation timer value in XML\nPASS: tools/rotation/test_save_load_mi 7 - Rotate session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 8 - Valid lttng enable-rotation size XML\nPASS: tools/rotation/test_save_load_mi 9 - Found the right rotation size value in XML\nPASS: tools/rotation/test_save_load_mi 10 - Lttng-tool list command with option GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 11 - Valid lttng list XML\nPASS: tools/rotation/test_save_load_mi 12 - Found the right rotation timer value in list XML\nPASS: tools/rotation/test_save_load_mi 13 - Found the right rotation size value in list XML\nPASS: tools/rotation/test_save_load_mi 14 - Session saved\nPASS: tools/rotation/test_save_load_mi 15 - Destroy session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 16 - Load command with opts: -i /tmp/tmp.XXXXXXXXXXload_mi_save_output.bwRRkz/GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 17 - Lttng-tool list command with option GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 18 - Valid lttng list XML after load\nPASS: tools/rotation/test_save_load_mi 19 - Found the right rotation timer value in list XML after load\nPASS: tools/rotation/test_save_load_mi 20 - Found the right rotation size value in list XML after load\nPASS: tools/rotation/test_save_load_mi 21 - Destroy session GpjqduOtFtFwZLzO\nPASS: tools/rotation/test_save_load_mi 22 - Wait after kill session daemon\nPASS: tools/rotation/test_schedule_api 1 - NULL session name rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 2 - NULL schedule rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 3 - Created a size threshold session rotation schedule\nPASS: tools/rotation/test_schedule_api 4 - Uninitialized size schedule rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 5 - Created a periodic session rotation schedule\nPASS: tools/rotation/test_schedule_api 6 - Uninitialized periodic schedule rejected by lttng_session_add_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 7 - NULL session name rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 8 - NULL schedule rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 9 - Uninitialized size schedule rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 10 - Uninitialized periodic schedule rejected by lttng_session_remove_rotation_schedule()\nPASS: tools/rotation/test_schedule_api 11 - Getter on size threshold rotation schedule returns LTTNG_ROTATION_STATUS_UNAVAILABLE by default\nPASS: tools/rotation/test_schedule_api 12 - Getter on periodic rotation schedule returns LTTNG_ROTATION_STATUS_UNAVAILABLE by default\nPASS: tools/rotation/test_schedule_api 13 - Add a rotation schedule to session 'my_session'\nPASS: tools/rotation/test_schedule_api 14 - List rotation schedules of session 'my_session'\nPASS: tools/rotation/test_schedule_api 15 - Listing returned 1 rotation schedule\nPASS: tools/rotation/test_schedule_api 16 - Obtain the first schedule of a schedules list\nPASS: tools/rotation/test_schedule_api 17 - Schedule returned by the listing is equal to the reference schedule that was added\nPASS: tools/rotation/test_schedule_api 18 - Remove rotation schedule returned by the schedules listing\nPASS: tools/rotation/test_schedule_api 19 - Listing returned 0 rotation schedules after removal\nPASS: tools/rotation/test_schedule_api 20 - Add a rotation schedule to session 'my_session'\nPASS: tools/rotation/test_schedule_api 21 - List rotation schedules of session 'my_session'\nPASS: tools/rotation/test_schedule_api 22 - Listing returned 1 rotation schedule\nPASS: tools/rotation/test_schedule_api 23 - Obtain the first schedule of a schedules list\nPASS: tools/rotation/test_schedule_api 24 - Schedule returned by the listing is equal to the reference schedule that was added\nPASS: tools/rotation/test_schedule_api 25 - Remove rotation schedule returned by the schedules listing\nPASS: tools/rotation/test_schedule_api 26 - Listing returned 0 rotation schedules after removal\nPASS: tools/metadata/test_kernel 1 - Start session daemon\nPASS: tools/metadata/test_kernel 2 - Create session kernel in\nPASS: tools/metadata/test_kernel 3 - Enable kernel event lttng_test_filter_event for session kernel\nPASS: tools/metadata/test_kernel 4 - Start tracing for session kernel\nPASS: tools/metadata/test_kernel 5 - Stop lttng tracing for session kernel\nPASS: tools/metadata/test_kernel 6 - Destroy session kernel\nPASS: tools/metadata/test_kernel 7 - Extracting trace_name from env metadata\nPASS: tools/metadata/test_kernel 8 - Extracting trace_creation_datetime from env metadata\nPASS: tools/metadata/test_kernel 9 - Extracting domain from env metadata\nPASS: tools/metadata/test_kernel 10 - Reconstructed path from metadata is valid\nPASS: tools/metadata/test_kernel 11 - Extracting hostname from env metadata\nPASS: tools/metadata/test_kernel 12 - Hostname is valid\nPASS: tools/metadata/test_kernel 13 - Wait after kill session daemon\nPASS: tools/working-directory/test_relayd_working_directory 1 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 2 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 3 - Start lttng-relayd (process mode: -d opt: --working-directory /var/volatile/tmp/tmp.XXXXXXXXXXd_daemon_working_dir.BStIsw)\nPASS: tools/working-directory/test_relayd_working_directory 4 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 5 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 6 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 7 - Start lttng-relayd (process mode: -d opt: )\nPASS: tools/working-directory/test_relayd_working_directory 8 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 9 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 10 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 11 - Start lttng-relayd (process mode: -b opt: --working-directory /var/volatile/tmp/tmp.XXXXXXXXXXd_background_working_dir.7rLLAr)\nPASS: tools/working-directory/test_relayd_working_directory 12 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 13 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 14 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 15 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 16 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 17 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 18 - Wait after kill relay daemon\nSKIP: tools/working-directory/test_relayd_working_directory 19 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 20 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 21 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 22 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 23 # SKIP : Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 24 # SKIP : Skipping permission debug output test; operation can't fail as root\nPASS: tools/working-directory/test_relayd_working_directory 25 - Expect failure to start lttng-relayd for non-existent working directory\nPASS: tools/working-directory/test_relayd_working_directory 26 - No lttng-relayd present\nPASS: tools/working-directory/test_relayd_working_directory 27 - Found error message: invalid directory\nPASS: tools/working-directory/test_relayd_working_directory 28 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 29 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 30 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 31 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 32 - Start lttng-relayd (process mode: -b opt: --working-dir /var/volatile/tmp/tmp.XXXXXXXXXXd_cmdline_overwrite_env_working_dir_cmdline.f7E23y)\nPASS: tools/working-directory/test_relayd_working_directory 33 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 34 - Working directory is the one from command line\nPASS: tools/working-directory/test_relayd_working_directory 35 - Wait after kill relay daemon\nPASS: tools/clear/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q)\nPASS: tools/clear/test_ust 2 - Start session daemon\nPASS: tools/clear/test_ust 3 - Create session iSBZre33uj8I3XCq with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 4 - Enable channel chan for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 5 - Enable ust event tp:tptest for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 6 - Start tracing for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 7 - Clear session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 8 - Stop lttng tracing for session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 9 - Validate empty trace\nPASS: tools/clear/test_ust 10 - Destroy session iSBZre33uj8I3XCq\nPASS: tools/clear/test_ust 11 - Create session Ibh6DBjGoEOkQ8OA with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 12 - Enable channel chan for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 13 - Enable ust event tp:tptest for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 14 - Start tracing for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 15 - Rotate session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 16 - Clear session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 17 - Stop lttng tracing for session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 18 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 19 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 20 - Destroy session Ibh6DBjGoEOkQ8OA\nPASS: tools/clear/test_ust 21 - Create session FcZYSz85IHLXIXyg with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 22 - Enable channel chan for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 23 - Enable ust event tp:tptest for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 24 - Start tracing for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 25 - Clear session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 26 - Rotate session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 27 - Stop lttng tracing for session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 28 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 29 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 30 - Destroy session FcZYSz85IHLXIXyg\nPASS: tools/clear/test_ust 31 - Create session dDIN4WXNGJOmlJK2 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 32 - Enable channel rotchan for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 33 - Enable ust event tp:tptest for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 34 - Start tracing for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 35 - Clear session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 36 - Stop lttng tracing for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 37 - Validate empty trace\nPASS: tools/clear/test_ust 38 - Start tracing for session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 39 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 40 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 41 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 42 - Destroy session dDIN4WXNGJOmlJK2\nPASS: tools/clear/test_ust 43 - Create session Gqy6z5MvzC6KOSQq with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 44 - Enable channel rotchan for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 45 - Enable ust event tp:tptest for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 46 - Start tracing for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 47 - Clear session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 48 - Stop lttng tracing for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 49 - Validate empty trace\nPASS: tools/clear/test_ust 50 - Start tracing for session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 51 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 52 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 53 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 54 - Destroy session Gqy6z5MvzC6KOSQq\nPASS: tools/clear/test_ust 55 - Create session lAdC2lJ0srM6GTar with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 56 - Enable channel chan for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 57 - Enable ust event tp:tptest for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 58 - Start tracing for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 59 - Clear session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 60 - Stop lttng tracing for session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 61 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/lAdC2lJ0srM6GTar*\" is empty\nPASS: tools/clear/test_ust 62 - Destroy session lAdC2lJ0srM6GTar\nPASS: tools/clear/test_ust 63 - Create session Wln8YbjZBZqUIgca with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 64 - Enable channel chan for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 65 - Enable ust event tp:tptest for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 66 - Start tracing for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 67 - Clear session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 68 - Stop lttng tracing for session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 69 - Validate empty trace\nPASS: tools/clear/test_ust 70 - Destroy session Wln8YbjZBZqUIgca\nPASS: tools/clear/test_ust 71 - Create session W7wial2ABCCSodlT with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 72 - Enable channel chan for session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 73 - Enable ust event tp:tptest for session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 74 - Start tracing for session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 75 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 76 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 77 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 78 - Destroy session W7wial2ABCCSodlT\nPASS: tools/clear/test_ust 79 - Wait for application to exit\nPASS: tools/clear/test_ust 80 - Babeltrace succeeds\nPASS: tools/clear/test_ust 81 - Wait for viewer to exit\nPASS: tools/clear/test_ust 82 - Create session 5bISPuZ0k9MVBNPd with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 83 - Enable channel chan for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 84 - Enable ust event tp:tptest for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 85 - Start tracing for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 86 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 87 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 88 - Clear session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 89 - Stop lttng tracing for session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 90 - Destroy session 5bISPuZ0k9MVBNPd\nPASS: tools/clear/test_ust 91 - Babeltrace succeeds\nPASS: tools/clear/test_ust 92 - Wait for viewer to exit\nPASS: tools/clear/test_ust 93 - Create session Atq7vKPZAQsuGy0t with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 94 - Enable channel chan for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 95 - Add context command for type: vpid\nPASS: tools/clear/test_ust 96 - Enable ust event tp:tptest for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 97 - Start tracing for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 98 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 99 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 100 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 101 - Clear session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 102 - Enable event lttng_ust_statedump:start with filtering for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 103 - Enable event lttng_ust_statedump:end with filtering for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 104 - Statedump regenerate Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 105 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 106 - Stop lttng tracing for session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 107 - Destroy session Atq7vKPZAQsuGy0t\nPASS: tools/clear/test_ust 108 - Wait for application to exit\nPASS: tools/clear/test_ust 109 - Babeltrace succeeds\nPASS: tools/clear/test_ust 110 - Wait for viewer to exit\nPASS: tools/clear/test_ust 111 - Create session NGa0IKPoFDA9ceUW in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 112 - Enable channel chan for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 113 - Enable ust event tp:tptest for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 114 - Start tracing for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 115 - Clear session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 116 - Stop lttng tracing for session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 117 - Validate empty trace\nPASS: tools/clear/test_ust 118 - Destroy session NGa0IKPoFDA9ceUW\nPASS: tools/clear/test_ust 119 - Create session G7PFsK7sMIP4bkWT in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 120 - Enable channel chan for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 121 - Enable ust event tp:tptest for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 122 - Start tracing for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 123 - Rotate session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 124 - Clear session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 125 - Stop lttng tracing for session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 126 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 127 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 128 - Destroy session G7PFsK7sMIP4bkWT\nPASS: tools/clear/test_ust 129 - Create session x0D2asji5CaTELRQ in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 130 - Enable channel chan for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 131 - Enable ust event tp:tptest for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 132 - Start tracing for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 133 - Clear session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 134 - Rotate session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 135 - Stop lttng tracing for session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 136 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 137 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 138 - Destroy session x0D2asji5CaTELRQ\nPASS: tools/clear/test_ust 139 - Create session eFuEh49M0duqlkXh in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 140 - Enable channel chan for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 141 - Enable ust event tp:tptest for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 142 - Start tracing for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 143 - Clear session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 144 - Stop lttng tracing for session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 145 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 146 - Destroy session eFuEh49M0duqlkXh\nPASS: tools/clear/test_ust 147 - Create session B1XFG0k97fieyGnu with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 148 - Enable channel snapshot for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 149 - Enable ust event tp:tptest for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 150 - Start tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 151 - Snapshot recorded\nPASS: tools/clear/test_ust 152 - Stop lttng tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 153 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 154 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 155 - Start tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 156 - Clear session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 157 - Snapshot recorded\nPASS: tools/clear/test_ust 158 - Stop lttng tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 159 - Validate empty trace\nPASS: tools/clear/test_ust 160 - Start tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 161 - Snapshot recorded\nPASS: tools/clear/test_ust 162 - Stop lttng tracing for session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 163 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 164 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 165 - Destroy session B1XFG0k97fieyGnu\nPASS: tools/clear/test_ust 166 - Create session TxFregVfzsnvRit4 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 167 - Enable channel snapshot for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 168 - Enable ust event tp:tptest for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 169 - Start tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 170 - Snapshot recorded\nPASS: tools/clear/test_ust 171 - Stop lttng tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 172 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 173 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 174 - Start tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 175 - Clear session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 176 - Snapshot recorded\nPASS: tools/clear/test_ust 177 - Stop lttng tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 178 - Validate empty trace\nPASS: tools/clear/test_ust 179 - Start tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 180 - Snapshot recorded\nPASS: tools/clear/test_ust 181 - Stop lttng tracing for session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 182 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 183 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 184 - Destroy session TxFregVfzsnvRit4\nPASS: tools/clear/test_ust 185 - Create session oIRARe5iWWRfsZs0 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 186 - Enable channel chan for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 187 - Enable ust event tp:tptest for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 188 - Start tracing for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 189 - Clear session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 190 - Clear session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 191 - Stop lttng tracing for session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 192 - Validate empty trace\nPASS: tools/clear/test_ust 193 - Destroy session oIRARe5iWWRfsZs0\nPASS: tools/clear/test_ust 194 - Create session 0PftQwREBUmsGVxw with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 195 - Enable channel chan for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 196 - Enable ust event tp:tptest for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 197 - Start tracing for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 198 - Rotate session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 199 - Clear session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 200 - Clear session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 201 - Stop lttng tracing for session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 202 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 203 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 204 - Destroy session 0PftQwREBUmsGVxw\nPASS: tools/clear/test_ust 205 - Create session OiBFhVJrHffSQghH with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 206 - Enable channel chan for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 207 - Enable ust event tp:tptest for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 208 - Start tracing for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 209 - Clear session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 210 - Clear session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 211 - Rotate session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 212 - Stop lttng tracing for session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 213 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 214 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 215 - Destroy session OiBFhVJrHffSQghH\nPASS: tools/clear/test_ust 216 - Create session w7iAQVt8GN5Q645G with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 217 - Enable channel rotchan for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 218 - Enable ust event tp:tptest for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 219 - Start tracing for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 220 - Clear session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 221 - Clear session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 222 - Stop lttng tracing for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 223 - Validate empty trace\nPASS: tools/clear/test_ust 224 - Start tracing for session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 225 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 226 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 227 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 228 - Destroy session w7iAQVt8GN5Q645G\nPASS: tools/clear/test_ust 229 - Create session fzVxJceiNrZ8zNB2 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 230 - Enable channel rotchan for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 231 - Enable ust event tp:tptest for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 232 - Start tracing for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 233 - Clear session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 234 - Clear session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 235 - Stop lttng tracing for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 236 - Validate empty trace\nPASS: tools/clear/test_ust 237 - Start tracing for session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 238 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 239 - Validate trace for event tp:tptest, 34 events\nPASS: tools/clear/test_ust 240 - Read a total of 34 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 241 - Destroy session fzVxJceiNrZ8zNB2\nPASS: tools/clear/test_ust 242 - Create session DeZkpX5B2drM9CAs with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 243 - Enable channel chan for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 244 - Enable ust event tp:tptest for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 245 - Start tracing for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 246 - Clear session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 247 - Clear session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 248 - Stop lttng tracing for session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 249 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/DeZkpX5B2drM9CAs*\" is empty\nPASS: tools/clear/test_ust 250 - Destroy session DeZkpX5B2drM9CAs\nPASS: tools/clear/test_ust 251 - Create session cCv1H8w2Za7vGuG4 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 252 - Enable channel chan for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 253 - Enable ust event tp:tptest for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 254 - Start tracing for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 255 - Clear session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 256 - Clear session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 257 - Stop lttng tracing for session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 258 - Validate empty trace\nPASS: tools/clear/test_ust 259 - Destroy session cCv1H8w2Za7vGuG4\nPASS: tools/clear/test_ust 260 - Create session 5X2rNq4U26gY4Gz5 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 261 - Enable channel chan for session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 262 - Enable ust event tp:tptest for session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 263 - Start tracing for session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 264 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 265 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 266 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 267 - Destroy session 5X2rNq4U26gY4Gz5\nPASS: tools/clear/test_ust 268 - Wait for application to exit\nPASS: tools/clear/test_ust 269 - Babeltrace succeeds\nPASS: tools/clear/test_ust 270 - Wait for viewer to exit\nPASS: tools/clear/test_ust 271 - Create session InbLZWF2v5Wv1ed4 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 272 - Enable channel chan for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 273 - Enable ust event tp:tptest for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 274 - Start tracing for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 275 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 276 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 277 - Clear session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 278 - Clear session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 279 - Stop lttng tracing for session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 280 - Destroy session InbLZWF2v5Wv1ed4\nPASS: tools/clear/test_ust 281 - Babeltrace succeeds\nPASS: tools/clear/test_ust 282 - Wait for viewer to exit\nPASS: tools/clear/test_ust 283 - Create session kBKRz9L58PZM5Ntj with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 284 - Enable channel chan for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 285 - Add context command for type: vpid\nPASS: tools/clear/test_ust 286 - Enable ust event tp:tptest for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 287 - Start tracing for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 288 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 289 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 290 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 291 - Clear session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 292 - Clear session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 293 - Enable event lttng_ust_statedump:start with filtering for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 294 - Enable event lttng_ust_statedump:end with filtering for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 295 - Statedump regenerate kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 296 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 297 - Stop lttng tracing for session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 298 - Destroy session kBKRz9L58PZM5Ntj\nPASS: tools/clear/test_ust 299 - Wait for application to exit\nPASS: tools/clear/test_ust 300 - Babeltrace succeeds\nPASS: tools/clear/test_ust 301 - Wait for viewer to exit\nPASS: tools/clear/test_ust 302 - Create session P5sTpGREwgcYzK8i in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 303 - Enable channel chan for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 304 - Enable ust event tp:tptest for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 305 - Start tracing for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 306 - Clear session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 307 - Clear session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 308 - Stop lttng tracing for session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 309 - Validate empty trace\nPASS: tools/clear/test_ust 310 - Destroy session P5sTpGREwgcYzK8i\nPASS: tools/clear/test_ust 311 - Create session zyoT4RmtyfKrM2M3 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 312 - Enable channel chan for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 313 - Enable ust event tp:tptest for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 314 - Start tracing for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 315 - Rotate session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 316 - Clear session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 317 - Clear session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 318 - Stop lttng tracing for session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 319 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 320 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 321 - Destroy session zyoT4RmtyfKrM2M3\nPASS: tools/clear/test_ust 322 - Create session bqY34IYnebcaIYxm in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 323 - Enable channel chan for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 324 - Enable ust event tp:tptest for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 325 - Start tracing for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 326 - Clear session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 327 - Clear session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 328 - Rotate session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 329 - Stop lttng tracing for session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 330 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 331 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 332 - Destroy session bqY34IYnebcaIYxm\nPASS: tools/clear/test_ust 333 - Create session M4vBYLN7gSwr2Rw5 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 334 - Enable channel chan for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 335 - Enable ust event tp:tptest for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 336 - Start tracing for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 337 - Clear session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 338 - Clear session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 339 - Stop lttng tracing for session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 340 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 341 - Destroy session M4vBYLN7gSwr2Rw5\nPASS: tools/clear/test_ust 342 - Create session TbmACB3Sb6bS43UO with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 343 - Enable channel snapshot for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 344 - Enable ust event tp:tptest for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 345 - Start tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 346 - Snapshot recorded\nPASS: tools/clear/test_ust 347 - Stop lttng tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 348 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 349 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 350 - Start tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 351 - Clear session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 352 - Clear session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 353 - Snapshot recorded\nPASS: tools/clear/test_ust 354 - Stop lttng tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 355 - Validate empty trace\nPASS: tools/clear/test_ust 356 - Start tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 357 - Snapshot recorded\nPASS: tools/clear/test_ust 358 - Stop lttng tracing for session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 359 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 360 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 361 - Destroy session TbmACB3Sb6bS43UO\nPASS: tools/clear/test_ust 362 - Create session kWZ4xLkEG1WHX1iO in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 363 - Enable channel snapshot for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 364 - Enable ust event tp:tptest for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 365 - Start tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 366 - Snapshot recorded\nPASS: tools/clear/test_ust 367 - Stop lttng tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 368 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 369 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 370 - Start tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 371 - Clear session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 372 - Clear session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 373 - Snapshot recorded\nPASS: tools/clear/test_ust 374 - Stop lttng tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 375 - Validate empty trace\nPASS: tools/clear/test_ust 376 - Start tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 377 - Snapshot recorded\nPASS: tools/clear/test_ust 378 - Stop lttng tracing for session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 379 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 380 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 381 - Destroy session kWZ4xLkEG1WHX1iO\nPASS: tools/clear/test_ust 382 - Create session zG1JPAXTyQc6pRNf with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 383 - Enable channel chan for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 384 - Enable ust event tp:tptest for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 385 - Start tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 386 - Stop lttng tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 387 - Clear session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 388 - Start tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 389 - Stop lttng tracing for session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 390 - Validate empty trace\nPASS: tools/clear/test_ust 391 - Destroy session zG1JPAXTyQc6pRNf\nPASS: tools/clear/test_ust 392 - Create session tWWcHPmZxZeg57Sv with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 393 - Enable channel chan for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 394 - Enable ust event tp:tptest for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 395 - Start tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 396 - Rotate session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 397 - Stop lttng tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 398 - Clear session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 399 - Start tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 400 - Stop lttng tracing for session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 401 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 402 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 403 - Destroy session tWWcHPmZxZeg57Sv\nPASS: tools/clear/test_ust 404 - Create session l7PzE4I7aV0KZpG6 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 405 - Enable channel chan for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 406 - Enable ust event tp:tptest for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 407 - Start tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 408 - Stop lttng tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 409 - Clear session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 410 - Start tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 411 - Rotate session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 412 - Stop lttng tracing for session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 413 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 414 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 415 - Destroy session l7PzE4I7aV0KZpG6\nPASS: tools/clear/test_ust 416 - Create session J2XyB27uRPzB6luf with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 417 - Enable channel rotchan for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 418 - Enable ust event tp:tptest for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 419 - Start tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 420 - Stop lttng tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 421 - Clear session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 422 - Start tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 423 - Stop lttng tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 424 - Validate empty trace\nPASS: tools/clear/test_ust 425 - Start tracing for session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 426 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 427 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 428 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 429 - Destroy session J2XyB27uRPzB6luf\nPASS: tools/clear/test_ust 430 - Create session ggZ9SIelH6HD8yRP with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 431 - Enable channel rotchan for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 432 - Enable ust event tp:tptest for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 433 - Start tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 434 - Stop lttng tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 435 - Clear session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 436 - Start tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 437 - Stop lttng tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 438 - Validate empty trace\nPASS: tools/clear/test_ust 439 - Start tracing for session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 440 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 441 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 442 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 443 - Destroy session ggZ9SIelH6HD8yRP\nPASS: tools/clear/test_ust 444 - Create session 5xn2oUbYITV5UqQC with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 445 - Enable channel chan for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 446 - Enable ust event tp:tptest for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 447 - Start tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 448 - Stop lttng tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 449 - Clear session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 450 - Start tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 451 - Stop lttng tracing for session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 452 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/5xn2oUbYITV5UqQC*\" is empty\nPASS: tools/clear/test_ust 453 - Destroy session 5xn2oUbYITV5UqQC\nPASS: tools/clear/test_ust 454 - Create session zgUtln3aTyVcjHYi with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 455 - Enable channel chan for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 456 - Enable ust event tp:tptest for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 457 - Start tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 458 - Stop lttng tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 459 - Clear session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 460 - Start tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 461 - Stop lttng tracing for session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 462 - Validate empty trace\nPASS: tools/clear/test_ust 463 - Destroy session zgUtln3aTyVcjHYi\nPASS: tools/clear/test_ust 464 - Create session M7OzgbgZBA5Tw45q with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 465 - Enable channel chan for session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 466 - Enable ust event tp:tptest for session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 467 - Start tracing for session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 468 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 469 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 470 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 471 - Destroy session M7OzgbgZBA5Tw45q\nPASS: tools/clear/test_ust 472 - Wait for application to exit\nPASS: tools/clear/test_ust 473 - Babeltrace succeeds\nPASS: tools/clear/test_ust 474 - Wait for viewer to exit\nPASS: tools/clear/test_ust 475 - Create session t6ddIv2lr43OcJVk with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 476 - Enable channel chan for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 477 - Enable ust event tp:tptest for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 478 - Start tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 479 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 480 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 481 - Stop lttng tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 482 - Clear session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 483 - Start tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 484 - Stop lttng tracing for session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 485 - Destroy session t6ddIv2lr43OcJVk\nPASS: tools/clear/test_ust 486 - Babeltrace succeeds\nPASS: tools/clear/test_ust 487 - Wait for viewer to exit\nPASS: tools/clear/test_ust 488 - Create session 2KbMPa46dUPcirh1 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 489 - Enable channel chan for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 490 - Add context command for type: vpid\nPASS: tools/clear/test_ust 491 - Enable ust event tp:tptest for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 492 - Start tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 493 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 494 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 495 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 496 - Stop lttng tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 497 - Clear session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 498 - Start tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 499 - Enable event lttng_ust_statedump:start with filtering for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 500 - Enable event lttng_ust_statedump:end with filtering for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 501 - Statedump regenerate 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 502 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 503 - Stop lttng tracing for session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 504 - Destroy session 2KbMPa46dUPcirh1\nPASS: tools/clear/test_ust 505 - Wait for application to exit\nPASS: tools/clear/test_ust 506 - Babeltrace succeeds\nPASS: tools/clear/test_ust 507 - Wait for viewer to exit\nPASS: tools/clear/test_ust 508 - Create session TspbcQ8lGLFOpQKV in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 509 - Enable channel chan for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 510 - Enable ust event tp:tptest for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 511 - Start tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 512 - Stop lttng tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 513 - Clear session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 514 - Start tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 515 - Stop lttng tracing for session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 516 - Validate empty trace\nPASS: tools/clear/test_ust 517 - Destroy session TspbcQ8lGLFOpQKV\nPASS: tools/clear/test_ust 518 - Create session HnnnNewtTscFg2g2 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 519 - Enable channel chan for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 520 - Enable ust event tp:tptest for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 521 - Start tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 522 - Rotate session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 523 - Stop lttng tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 524 - Clear session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 525 - Start tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 526 - Stop lttng tracing for session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 527 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 528 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 529 - Destroy session HnnnNewtTscFg2g2\nPASS: tools/clear/test_ust 530 - Create session Exx5XAjn9J62RXZu in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 531 - Enable channel chan for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 532 - Enable ust event tp:tptest for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 533 - Start tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 534 - Stop lttng tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 535 - Clear session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 536 - Start tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 537 - Rotate session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 538 - Stop lttng tracing for session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 539 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 540 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 541 - Destroy session Exx5XAjn9J62RXZu\nPASS: tools/clear/test_ust 542 - Create session YM6Ijgy1jKHWXdpk in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 543 - Enable channel chan for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 544 - Enable ust event tp:tptest for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 545 - Start tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 546 - Stop lttng tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 547 - Clear session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 548 - Start tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 549 - Stop lttng tracing for session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 550 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 551 - Destroy session YM6Ijgy1jKHWXdpk\nPASS: tools/clear/test_ust 552 - Create session WMDCoZ5PfBr1uMqR with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 553 - Enable channel snapshot for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 554 - Enable ust event tp:tptest for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 555 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 556 - Snapshot recorded\nPASS: tools/clear/test_ust 557 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 558 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 559 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 560 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 561 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 562 - Clear session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 563 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 564 - Snapshot recorded\nPASS: tools/clear/test_ust 565 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 566 - Validate empty trace\nPASS: tools/clear/test_ust 567 - Start tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 568 - Snapshot recorded\nPASS: tools/clear/test_ust 569 - Stop lttng tracing for session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 570 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 571 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 572 - Destroy session WMDCoZ5PfBr1uMqR\nPASS: tools/clear/test_ust 573 - Create session 3gSctvRt2JsDAkeO in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 574 - Enable channel snapshot for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 575 - Enable ust event tp:tptest for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 576 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 577 - Snapshot recorded\nPASS: tools/clear/test_ust 578 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 579 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 580 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 581 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 582 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 583 - Clear session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 584 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 585 - Snapshot recorded\nPASS: tools/clear/test_ust 586 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 587 - Validate empty trace\nPASS: tools/clear/test_ust 588 - Start tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 589 - Snapshot recorded\nPASS: tools/clear/test_ust 590 - Stop lttng tracing for session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 591 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 592 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 593 - Destroy session 3gSctvRt2JsDAkeO\nPASS: tools/clear/test_ust 594 - Create session vyqqizja2jwJhPWO with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 595 - Enable channel chan for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 596 - Enable ust event tp:tptest for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 597 - Start tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 598 - Stop lttng tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 599 - Clear session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 600 - Clear session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 601 - Start tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 602 - Stop lttng tracing for session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 603 - Validate empty trace\nPASS: tools/clear/test_ust 604 - Destroy session vyqqizja2jwJhPWO\nPASS: tools/clear/test_ust 605 - Create session hsBODhK2qYPDkq1m with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 606 - Enable channel chan for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 607 - Enable ust event tp:tptest for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 608 - Start tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 609 - Rotate session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 610 - Stop lttng tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 611 - Clear session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 612 - Clear session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 613 - Start tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 614 - Stop lttng tracing for session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 615 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 616 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 617 - Destroy session hsBODhK2qYPDkq1m\nPASS: tools/clear/test_ust 618 - Create session cEX2rj6D8kP8Wuwz with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 619 - Enable channel chan for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 620 - Enable ust event tp:tptest for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 621 - Start tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 622 - Stop lttng tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 623 - Clear session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 624 - Clear session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 625 - Start tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 626 - Rotate session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 627 - Stop lttng tracing for session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 628 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 629 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 630 - Destroy session cEX2rj6D8kP8Wuwz\nPASS: tools/clear/test_ust 631 - Create session oIqw77JaPdHK9mYQ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 632 - Enable channel rotchan for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 633 - Enable ust event tp:tptest for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 634 - Start tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 635 - Stop lttng tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 636 - Clear session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 637 - Clear session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 638 - Start tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 639 - Stop lttng tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 640 - Validate empty trace\nPASS: tools/clear/test_ust 641 - Start tracing for session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 642 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 643 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 644 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 645 - Destroy session oIqw77JaPdHK9mYQ\nPASS: tools/clear/test_ust 646 - Create session vgLU5xtQtrVblnC0 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 647 - Enable channel rotchan for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 648 - Enable ust event tp:tptest for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 649 - Start tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 650 - Stop lttng tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 651 - Clear session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 652 - Clear session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 653 - Start tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 654 - Stop lttng tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 655 - Validate empty trace\nPASS: tools/clear/test_ust 656 - Start tracing for session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 657 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 658 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 659 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 660 - Destroy session vgLU5xtQtrVblnC0\nPASS: tools/clear/test_ust 661 - Create session rVfwlKuxN8vgWin7 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 662 - Enable channel chan for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 663 - Enable ust event tp:tptest for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 664 - Start tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 665 - Stop lttng tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 666 - Clear session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 667 - Clear session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 668 - Start tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 669 - Stop lttng tracing for session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 670 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/rVfwlKuxN8vgWin7*\" is empty\nPASS: tools/clear/test_ust 671 - Destroy session rVfwlKuxN8vgWin7\nPASS: tools/clear/test_ust 672 - Create session 6xQwLeRlqqwdXCSv with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 673 - Enable channel chan for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 674 - Enable ust event tp:tptest for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 675 - Start tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 676 - Stop lttng tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 677 - Clear session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 678 - Clear session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 679 - Start tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 680 - Stop lttng tracing for session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 681 - Validate empty trace\nPASS: tools/clear/test_ust 682 - Destroy session 6xQwLeRlqqwdXCSv\nPASS: tools/clear/test_ust 683 - Create session IdbxYZCS7AzXspzg with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 684 - Enable channel chan for session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 685 - Enable ust event tp:tptest for session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 686 - Start tracing for session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 687 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 688 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 689 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 690 - Destroy session IdbxYZCS7AzXspzg\nPASS: tools/clear/test_ust 691 - Wait for application to exit\nPASS: tools/clear/test_ust 692 - Babeltrace succeeds\nPASS: tools/clear/test_ust 693 - Wait for viewer to exit\nPASS: tools/clear/test_ust 694 - Create session 4YcTOxGqBB9LWJvM with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 695 - Enable channel chan for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 696 - Enable ust event tp:tptest for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 697 - Start tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 698 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 699 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 700 - Stop lttng tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 701 - Clear session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 702 - Clear session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 703 - Start tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 704 - Stop lttng tracing for session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 705 - Destroy session 4YcTOxGqBB9LWJvM\nPASS: tools/clear/test_ust 706 - Babeltrace succeeds\nPASS: tools/clear/test_ust 707 - Wait for viewer to exit\nPASS: tools/clear/test_ust 708 - Create session 06IYv9o78iXzqA1s with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 709 - Enable channel chan for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 710 - Add context command for type: vpid\nPASS: tools/clear/test_ust 711 - Enable ust event tp:tptest for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 712 - Start tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 713 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 714 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 715 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 716 - Stop lttng tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 717 - Clear session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 718 - Clear session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 719 - Start tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 720 - Enable event lttng_ust_statedump:start with filtering for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 721 - Enable event lttng_ust_statedump:end with filtering for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 722 - Statedump regenerate 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 723 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 724 - Stop lttng tracing for session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 725 - Destroy session 06IYv9o78iXzqA1s\nPASS: tools/clear/test_ust 726 - Wait for application to exit\nPASS: tools/clear/test_ust 727 - Babeltrace succeeds\nPASS: tools/clear/test_ust 728 - Wait for viewer to exit\nPASS: tools/clear/test_ust 729 - Create session NH3jW3U0D8d06AJF in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 730 - Enable channel chan for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 731 - Enable ust event tp:tptest for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 732 - Start tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 733 - Stop lttng tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 734 - Clear session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 735 - Clear session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 736 - Start tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 737 - Stop lttng tracing for session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 738 - Validate empty trace\nPASS: tools/clear/test_ust 739 - Destroy session NH3jW3U0D8d06AJF\nPASS: tools/clear/test_ust 740 - Create session R0XBJYnU8Ghky2zu in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 741 - Enable channel chan for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 742 - Enable ust event tp:tptest for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 743 - Start tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 744 - Rotate session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 745 - Stop lttng tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 746 - Clear session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 747 - Clear session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 748 - Start tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 749 - Stop lttng tracing for session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 750 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 751 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 752 - Destroy session R0XBJYnU8Ghky2zu\nPASS: tools/clear/test_ust 753 - Create session 3Gi9YsYNUy6h27br in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 754 - Enable channel chan for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 755 - Enable ust event tp:tptest for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 756 - Start tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 757 - Stop lttng tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 758 - Clear session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 759 - Clear session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 760 - Start tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 761 - Rotate session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 762 - Stop lttng tracing for session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 763 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 764 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 765 - Destroy session 3Gi9YsYNUy6h27br\nPASS: tools/clear/test_ust 766 - Create session TP3YRU5FLPpnszGL in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 767 - Enable channel chan for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 768 - Enable ust event tp:tptest for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 769 - Start tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 770 - Stop lttng tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 771 - Clear session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 772 - Clear session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 773 - Start tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 774 - Stop lttng tracing for session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 775 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 776 - Destroy session TP3YRU5FLPpnszGL\nPASS: tools/clear/test_ust 777 - Create session QrD50swMvn4tUht3 with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_ust 778 - Enable channel snapshot for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 779 - Enable ust event tp:tptest for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 780 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 781 - Snapshot recorded\nPASS: tools/clear/test_ust 782 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 783 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 784 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 785 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 786 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 787 - Clear session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 788 - Clear session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 789 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 790 - Snapshot recorded\nPASS: tools/clear/test_ust 791 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 792 - Validate empty trace\nPASS: tools/clear/test_ust 793 - Start tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 794 - Snapshot recorded\nPASS: tools/clear/test_ust 795 - Stop lttng tracing for session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 796 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 797 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 798 - Destroy session QrD50swMvn4tUht3\nPASS: tools/clear/test_ust 799 - Create session vvQnQggDIgTo9Vyr in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 800 - Enable channel snapshot for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 801 - Enable ust event tp:tptest for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 802 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 803 - Snapshot recorded\nPASS: tools/clear/test_ust 804 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 805 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 806 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 807 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 808 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 809 - Clear session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 810 - Clear session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 811 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 812 - Snapshot recorded\nPASS: tools/clear/test_ust 813 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 814 - Validate empty trace\nPASS: tools/clear/test_ust 815 - Start tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 816 - Snapshot recorded\nPASS: tools/clear/test_ust 817 - Stop lttng tracing for session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 818 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 819 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 820 - Destroy session vvQnQggDIgTo9Vyr\nPASS: tools/clear/test_ust 821 - Create session RVbMABk5teoEq4Ni with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 822 - Enable channel chan for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 823 - Enable ust event tp:tptest for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 824 - Start tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 825 - Stop lttng tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 826 - Rotate session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 827 - Clear session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 828 - Start tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 829 - Stop lttng tracing for session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 830 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 831 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 832 - Destroy session RVbMABk5teoEq4Ni\nPASS: tools/clear/test_ust 833 - Create session iKif3BEXE4he38sn with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 834 - Enable channel chan for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 835 - Enable ust event tp:tptest for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 836 - Start tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 837 - Rotate session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 838 - Stop lttng tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 839 - Rotate session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 840 - Clear session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 841 - Start tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 842 - Stop lttng tracing for session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 843 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 844 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 845 - Destroy session iKif3BEXE4he38sn\nPASS: tools/clear/test_ust 846 - Create session c9YSk5s0ItS2HmxD with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 847 - Enable channel chan for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 848 - Enable ust event tp:tptest for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 849 - Start tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 850 - Stop lttng tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 851 - Rotate session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 852 - Clear session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 853 - Start tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 854 - Rotate session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 855 - Stop lttng tracing for session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 856 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 857 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 858 - Destroy session c9YSk5s0ItS2HmxD\nPASS: tools/clear/test_ust 859 - Create session DCLqyN6ZLbRKLDAT with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 860 - Enable channel rotchan for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 861 - Enable ust event tp:tptest for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 862 - Start tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 863 - Stop lttng tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 864 - Rotate session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 865 - Clear session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 866 - Start tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 867 - Stop lttng tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 868 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 869 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 870 - Start tracing for session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 871 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 872 - Validate trace for event tp:tptest, 30 events\nPASS: tools/clear/test_ust 873 - Read a total of 30 events, expected 30\nPASS: tools/clear/test_ust 874 - Destroy session DCLqyN6ZLbRKLDAT\nPASS: tools/clear/test_ust 875 - Create session HRK2cAjJLtJZeCGK with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 876 - Enable channel rotchan for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 877 - Enable ust event tp:tptest for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 878 - Start tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 879 - Stop lttng tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 880 - Rotate session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 881 - Clear session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 882 - Start tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 883 - Stop lttng tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 884 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 885 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 886 - Start tracing for session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 887 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 888 - Validate trace for event tp:tptest, 76 events\nPASS: tools/clear/test_ust 889 - Read a total of 76 events, expected between [1, 600000[\nPASS: tools/clear/test_ust 890 - Destroy session HRK2cAjJLtJZeCGK\nPASS: tools/clear/test_ust 891 - Create session lPo8AagSNR6SVsx3 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 892 - Enable channel chan for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 893 - Enable ust event tp:tptest for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 894 - Start tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 895 - Stop lttng tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 896 - Clear session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 897 - Start tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 898 - Stop lttng tracing for session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 899 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/lPo8AagSNR6SVsx3*\" is empty\nPASS: tools/clear/test_ust 900 - Destroy session lPo8AagSNR6SVsx3\nPASS: tools/clear/test_ust 901 - Create session oaiBK9EwssvhsMCh in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 902 - Enable channel chan for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 903 - Enable ust event tp:tptest for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 904 - Start tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 905 - Stop lttng tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 906 - Rotate session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 907 - Clear session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 908 - Start tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 909 - Stop lttng tracing for session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 910 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 911 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 912 - Destroy session oaiBK9EwssvhsMCh\nPASS: tools/clear/test_ust 913 - Create session 7JLdPdqjbjEHZHS2 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 914 - Enable channel chan for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 915 - Enable ust event tp:tptest for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 916 - Start tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 917 - Rotate session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 918 - Stop lttng tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 919 - Rotate session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 920 - Clear session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 921 - Start tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 922 - Stop lttng tracing for session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 923 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 924 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 925 - Destroy session 7JLdPdqjbjEHZHS2\nPASS: tools/clear/test_ust 926 - Create session tvXE0DxJNbHPHAoU in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 927 - Enable channel chan for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 928 - Enable ust event tp:tptest for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 929 - Start tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 930 - Stop lttng tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 931 - Rotate session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 932 - Clear session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 933 - Start tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 934 - Rotate session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 935 - Stop lttng tracing for session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 936 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 937 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 938 - Destroy session tvXE0DxJNbHPHAoU\nPASS: tools/clear/test_ust 939 - Create session vI8yTTxpQv0vqBo5 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 940 - Enable channel chan for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 941 - Enable ust event tp:tptest for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 942 - Start tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 943 - Stop lttng tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 944 - Clear session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 945 - Start tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 946 - Stop lttng tracing for session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 947 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 948 - Destroy session vI8yTTxpQv0vqBo5\nPASS: tools/clear/test_ust 949 - Create session 2Gw3NCZB9Vo5ofQA with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 950 - Enable channel chan for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 951 - Enable ust event tp:tptest for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 952 - Start tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 953 - Stop lttng tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 954 - Clear session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 955 - Expected fail on rotate session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 956 - Start tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 957 - Stop lttng tracing for session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 958 - Validate empty trace\nPASS: tools/clear/test_ust 959 - Destroy session 2Gw3NCZB9Vo5ofQA\nPASS: tools/clear/test_ust 960 - Create session 9we7dEg7vtxLy4NF with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 961 - Enable channel chan for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 962 - Enable ust event tp:tptest for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 963 - Start tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 964 - Rotate session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 965 - Stop lttng tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 966 - Clear session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 967 - Expected fail on rotate session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 968 - Start tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 969 - Stop lttng tracing for session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 970 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 971 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 972 - Destroy session 9we7dEg7vtxLy4NF\nPASS: tools/clear/test_ust 973 - Create session FvJiRIA8l7SocERl with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 974 - Enable channel chan for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 975 - Enable ust event tp:tptest for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 976 - Start tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 977 - Stop lttng tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 978 - Clear session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 979 - Expected fail on rotate session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 980 - Start tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 981 - Rotate session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 982 - Stop lttng tracing for session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 983 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 984 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 985 - Destroy session FvJiRIA8l7SocERl\nPASS: tools/clear/test_ust 986 - Create session muKlsURW7ztTKHSt with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 987 - Enable channel rotchan for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 988 - Enable ust event tp:tptest for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 989 - Start tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 990 - Stop lttng tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 991 - Clear session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 992 - Expected fail on rotate session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 993 - Start tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 994 - Stop lttng tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 995 - Validate empty trace\nPASS: tools/clear/test_ust 996 - Start tracing for session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 997 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 998 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 999 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1000 - Destroy session muKlsURW7ztTKHSt\nPASS: tools/clear/test_ust 1001 - Create session VnA4Vp8Ks7dKUYgU with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1002 - Enable channel rotchan for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1003 - Enable ust event tp:tptest for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1004 - Start tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1005 - Stop lttng tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1006 - Clear session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1007 - Expected fail on rotate session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1008 - Start tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1009 - Stop lttng tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1010 - Validate empty trace\nPASS: tools/clear/test_ust 1011 - Start tracing for session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1012 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1013 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1014 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1015 - Destroy session VnA4Vp8Ks7dKUYgU\nPASS: tools/clear/test_ust 1016 - Create session VydkoQ0GHhwXwy8i with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1017 - Enable channel chan for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1018 - Enable ust event tp:tptest for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1019 - Start tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1020 - Stop lttng tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1021 - Clear session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1022 - Start tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1023 - Stop lttng tracing for session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1024 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/VydkoQ0GHhwXwy8i*\" is empty\nPASS: tools/clear/test_ust 1025 - Destroy session VydkoQ0GHhwXwy8i\nPASS: tools/clear/test_ust 1026 - Create session DYqfQqZ835J5GJap in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1027 - Enable channel chan for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1028 - Enable ust event tp:tptest for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1029 - Start tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1030 - Stop lttng tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1031 - Clear session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1032 - Expected fail on rotate session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1033 - Start tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1034 - Stop lttng tracing for session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1035 - Validate empty trace\nPASS: tools/clear/test_ust 1036 - Destroy session DYqfQqZ835J5GJap\nPASS: tools/clear/test_ust 1037 - Create session q23Cl0UEVvvSHNVr in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1038 - Enable channel chan for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1039 - Enable ust event tp:tptest for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1040 - Start tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1041 - Rotate session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1042 - Stop lttng tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1043 - Clear session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1044 - Expected fail on rotate session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1045 - Start tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1046 - Stop lttng tracing for session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1047 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1048 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1049 - Destroy session q23Cl0UEVvvSHNVr\nPASS: tools/clear/test_ust 1050 - Create session WGMNdUEuzisRXvep in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1051 - Enable channel chan for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1052 - Enable ust event tp:tptest for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1053 - Start tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1054 - Stop lttng tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1055 - Clear session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1056 - Expected fail on rotate session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1057 - Start tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1058 - Rotate session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1059 - Stop lttng tracing for session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1060 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1061 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1062 - Destroy session WGMNdUEuzisRXvep\nPASS: tools/clear/test_ust 1063 - Create session wpqn934CBiq7JBg1 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1064 - Enable channel chan for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1065 - Enable ust event tp:tptest for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1066 - Start tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1067 - Stop lttng tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1068 - Clear session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1069 - Start tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1070 - Stop lttng tracing for session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1071 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1072 - Destroy session wpqn934CBiq7JBg1\nPASS: tools/clear/test_ust 1073 - Create session OfT2vEgLFS757lQV with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1074 - Enable channel chan for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1075 - Enable ust event tp:tptest for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1076 - Start tracing for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1077 - Clear session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1078 - Stop lttng tracing for session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1079 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/OfT2vEgLFS757lQV-20250616-114835\" is empty\nPASS: tools/clear/test_ust 1080 - Destroy session OfT2vEgLFS757lQV\nPASS: tools/clear/test_ust 1081 - Create session kw9ELLD6FFFWSV8S with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1082 - Enable channel chan for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1083 - Enable ust event tp:tptest for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1084 - Start tracing for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1085 - Rotate session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1086 - Clear session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1087 - Stop lttng tracing for session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1088 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1089 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1090 - Destroy session kw9ELLD6FFFWSV8S\nPASS: tools/clear/test_ust 1091 - Create session nitsXEk8hX1JkV0H with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1092 - Enable channel chan for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1093 - Enable ust event tp:tptest for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1094 - Start tracing for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1095 - Clear session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1096 - Rotate session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1097 - Stop lttng tracing for session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1098 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1099 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1100 - Destroy session nitsXEk8hX1JkV0H\nPASS: tools/clear/test_ust 1101 - Create session F6VDgtoAgQh30DGt with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1102 - Enable channel rotchan for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1103 - Enable ust event tp:tptest for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1104 - Start tracing for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1105 - Clear session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1106 - Stop lttng tracing for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1107 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/F6VDgtoAgQh30DGt-20250616-114840\" is empty\nPASS: tools/clear/test_ust 1108 - Start tracing for session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1109 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1110 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1111 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1112 - Destroy session F6VDgtoAgQh30DGt\nPASS: tools/clear/test_ust 1113 - Create session yXWKKJqDPEaI9It8 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1114 - Enable channel rotchan for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1115 - Enable ust event tp:tptest for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1116 - Start tracing for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1117 - Clear session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1118 - Stop lttng tracing for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1119 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/yXWKKJqDPEaI9It8-20250616-114841\" is empty\nPASS: tools/clear/test_ust 1120 - Start tracing for session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1121 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1122 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1123 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1124 - Destroy session yXWKKJqDPEaI9It8\nPASS: tools/clear/test_ust 1125 - Create session JFdCdbEgVW5TOM1v with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1126 - Enable channel chan for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1127 - Enable ust event tp:tptest for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1128 - Start tracing for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1129 - Clear session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1130 - Stop lttng tracing for session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1131 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/JFdCdbEgVW5TOM1v*\" is empty\nPASS: tools/clear/test_ust 1132 - Destroy session JFdCdbEgVW5TOM1v\nPASS: tools/clear/test_ust 1133 - Create session N6eO4TiE07c9mXVr with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1134 - Enable channel chan for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1135 - Enable ust event tp:tptest for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1136 - Start tracing for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1137 - Clear session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1138 - Stop lttng tracing for session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1139 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/N6eO4TiE07c9mXVr-20250616-114843\" is empty\nPASS: tools/clear/test_ust 1140 - Destroy session N6eO4TiE07c9mXVr\nPASS: tools/clear/test_ust 1141 - Create session wwrCxrY11D2281fi with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1142 - Enable channel chan for session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1143 - Enable ust event tp:tptest for session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1144 - Start tracing for session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1145 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1146 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1147 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1148 - Destroy session wwrCxrY11D2281fi\nPASS: tools/clear/test_ust 1149 - Wait for application to exit\nPASS: tools/clear/test_ust 1150 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1151 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1152 - Create session nq7EDb5ReR9r7mUA with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1153 - Enable channel chan for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1154 - Enable ust event tp:tptest for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1155 - Start tracing for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1156 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1157 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1158 - Clear session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1159 - Stop lttng tracing for session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1160 - Destroy session nq7EDb5ReR9r7mUA\nPASS: tools/clear/test_ust 1161 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1162 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1163 - Create session SeuRhhDLeIZ1f4BR with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1164 - Enable channel chan for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1165 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1166 - Enable ust event tp:tptest for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1167 - Start tracing for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1168 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1169 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1170 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1171 - Clear session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1172 - Enable event lttng_ust_statedump:start with filtering for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1173 - Enable event lttng_ust_statedump:end with filtering for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1174 - Statedump regenerate SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1175 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1176 - Stop lttng tracing for session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1177 - Destroy session SeuRhhDLeIZ1f4BR\nPASS: tools/clear/test_ust 1178 - Wait for application to exit\nPASS: tools/clear/test_ust 1179 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1180 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1181 - Create session orv6i0gFC0p5mBNR in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1182 - Enable channel chan for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1183 - Enable ust event tp:tptest for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1184 - Start tracing for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1185 - Clear session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1186 - Stop lttng tracing for session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1187 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1188 - Destroy session orv6i0gFC0p5mBNR\nPASS: tools/clear/test_ust 1189 - Create session DXNQGZVXt8hSin4R in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1190 - Enable channel chan for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1191 - Enable ust event tp:tptest for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1192 - Start tracing for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1193 - Rotate session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1194 - Clear session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1195 - Stop lttng tracing for session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1196 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1197 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1198 - Destroy session DXNQGZVXt8hSin4R\nPASS: tools/clear/test_ust 1199 - Create session 58Z8zgzZBEud3gyB in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1200 - Enable channel chan for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1201 - Enable ust event tp:tptest for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1202 - Start tracing for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1203 - Clear session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1204 - Rotate session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1205 - Stop lttng tracing for session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1206 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1207 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1208 - Destroy session 58Z8zgzZBEud3gyB\nPASS: tools/clear/test_ust 1209 - Create session QDb878tgUI5Z8SQo in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1210 - Enable channel chan for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1211 - Enable ust event tp:tptest for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1212 - Start tracing for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1213 - Clear session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1214 - Stop lttng tracing for session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1215 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1216 - Destroy session QDb878tgUI5Z8SQo\nPASS: tools/clear/test_ust 1217 - Create session YDjUrURGB63ZAcPL in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1218 - Enable channel channel0 for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1219 - Enable ust event tp:tptest for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1220 - Start tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1221 - Snapshot recorded\nPASS: tools/clear/test_ust 1222 - Stop lttng tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1223 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1224 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1225 - Start tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1226 - Clear session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1227 - Snapshot recorded\nPASS: tools/clear/test_ust 1228 - Stop lttng tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1229 - Validate empty trace\nPASS: tools/clear/test_ust 1230 - Start tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1231 - Snapshot recorded\nPASS: tools/clear/test_ust 1232 - Stop lttng tracing for session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1233 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1234 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1235 - Destroy session YDjUrURGB63ZAcPL\nPASS: tools/clear/test_ust 1236 - Create session usuhkCGCzF6qIkcB with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1237 - Enable channel chan for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1238 - Enable ust event tp:tptest for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1239 - Start tracing for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1240 - Clear session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1241 - Clear session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1242 - Stop lttng tracing for session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1243 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/usuhkCGCzF6qIkcB-20250616-114908\" is empty\nPASS: tools/clear/test_ust 1244 - Destroy session usuhkCGCzF6qIkcB\nPASS: tools/clear/test_ust 1245 - Create session qPbFrBYGTES4B6Na with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1246 - Enable channel chan for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1247 - Enable ust event tp:tptest for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1248 - Start tracing for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1249 - Rotate session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1250 - Clear session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1251 - Clear session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1252 - Stop lttng tracing for session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1253 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1254 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1255 - Destroy session qPbFrBYGTES4B6Na\nPASS: tools/clear/test_ust 1256 - Create session LiZG0baMgvySzI5I with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1257 - Enable channel chan for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1258 - Enable ust event tp:tptest for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1259 - Start tracing for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1260 - Clear session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1261 - Clear session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1262 - Rotate session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1263 - Stop lttng tracing for session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1264 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1265 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1266 - Destroy session LiZG0baMgvySzI5I\nPASS: tools/clear/test_ust 1267 - Create session 99PrX6gVs9SlEcRn with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1268 - Enable channel rotchan for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1269 - Enable ust event tp:tptest for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1270 - Start tracing for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1271 - Clear session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1272 - Clear session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1273 - Stop lttng tracing for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1274 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/99PrX6gVs9SlEcRn-20250616-114914\" is empty\nPASS: tools/clear/test_ust 1275 - Start tracing for session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1276 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1277 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1278 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1279 - Destroy session 99PrX6gVs9SlEcRn\nPASS: tools/clear/test_ust 1280 - Create session OP8zULMDwQJVF91l with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1281 - Enable channel rotchan for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1282 - Enable ust event tp:tptest for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1283 - Start tracing for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1284 - Clear session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1285 - Clear session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1286 - Stop lttng tracing for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1287 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/OP8zULMDwQJVF91l-20250616-114916\" is empty\nPASS: tools/clear/test_ust 1288 - Start tracing for session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1289 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1290 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1291 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1292 - Destroy session OP8zULMDwQJVF91l\nPASS: tools/clear/test_ust 1293 - Create session FqJt50u41Ba2Fy8F with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1294 - Enable channel chan for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1295 - Enable ust event tp:tptest for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1296 - Start tracing for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1297 - Clear session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1298 - Clear session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1299 - Stop lttng tracing for session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1300 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/FqJt50u41Ba2Fy8F*\" is empty\nPASS: tools/clear/test_ust 1301 - Destroy session FqJt50u41Ba2Fy8F\nPASS: tools/clear/test_ust 1302 - Create session 9ePNMjER8vg8fQb6 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1303 - Enable channel chan for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1304 - Enable ust event tp:tptest for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1305 - Start tracing for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1306 - Clear session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1307 - Clear session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1308 - Stop lttng tracing for session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1309 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/9ePNMjER8vg8fQb6-20250616-114919\" is empty\nPASS: tools/clear/test_ust 1310 - Destroy session 9ePNMjER8vg8fQb6\nPASS: tools/clear/test_ust 1311 - Create session 58LIcSi97TZGO3Ql with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1312 - Enable channel chan for session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1313 - Enable ust event tp:tptest for session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1314 - Start tracing for session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1315 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1316 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1317 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1318 - Destroy session 58LIcSi97TZGO3Ql\nPASS: tools/clear/test_ust 1319 - Wait for application to exit\nPASS: tools/clear/test_ust 1320 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1321 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1322 - Create session g3biBVbRnVH5Npy6 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1323 - Enable channel chan for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1324 - Enable ust event tp:tptest for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1325 - Start tracing for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1326 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1327 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1328 - Clear session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1329 - Clear session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1330 - Stop lttng tracing for session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1331 - Destroy session g3biBVbRnVH5Npy6\nPASS: tools/clear/test_ust 1332 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1333 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1334 - Create session 8nngsskvbktVk45t with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1335 - Enable channel chan for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1336 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1337 - Enable ust event tp:tptest for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1338 - Start tracing for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1339 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1340 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1341 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1342 - Clear session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1343 - Clear session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1344 - Enable event lttng_ust_statedump:start with filtering for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1345 - Enable event lttng_ust_statedump:end with filtering for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1346 - Statedump regenerate 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1347 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1348 - Stop lttng tracing for session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1349 - Destroy session 8nngsskvbktVk45t\nPASS: tools/clear/test_ust 1350 - Wait for application to exit\nPASS: tools/clear/test_ust 1351 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1352 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1353 - Create session LUchiRZ1xv34hHMK in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1354 - Enable channel chan for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1355 - Enable ust event tp:tptest for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1356 - Start tracing for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1357 - Clear session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1358 - Clear session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1359 - Stop lttng tracing for session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1360 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1361 - Destroy session LUchiRZ1xv34hHMK\nPASS: tools/clear/test_ust 1362 - Create session yUFRiXTFxb769sV8 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1363 - Enable channel chan for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1364 - Enable ust event tp:tptest for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1365 - Start tracing for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1366 - Rotate session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1367 - Clear session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1368 - Clear session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1369 - Stop lttng tracing for session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1370 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1371 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1372 - Destroy session yUFRiXTFxb769sV8\nPASS: tools/clear/test_ust 1373 - Create session CUIuAuGyWztX6Iko in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1374 - Enable channel chan for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1375 - Enable ust event tp:tptest for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1376 - Start tracing for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1377 - Clear session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1378 - Clear session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1379 - Rotate session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1380 - Stop lttng tracing for session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1381 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1382 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1383 - Destroy session CUIuAuGyWztX6Iko\nPASS: tools/clear/test_ust 1384 - Create session 4CKM5ChfPSiCOoWc in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1385 - Enable channel chan for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1386 - Enable ust event tp:tptest for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1387 - Start tracing for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1388 - Clear session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1389 - Clear session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1390 - Stop lttng tracing for session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1391 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1392 - Destroy session 4CKM5ChfPSiCOoWc\nPASS: tools/clear/test_ust 1393 - Create session 5FqDRlUjqdZ32Eou in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1394 - Enable channel channel0 for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1395 - Enable ust event tp:tptest for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1396 - Start tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1397 - Snapshot recorded\nPASS: tools/clear/test_ust 1398 - Stop lttng tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1399 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1400 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1401 - Start tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1402 - Clear session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1403 - Clear session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1404 - Snapshot recorded\nPASS: tools/clear/test_ust 1405 - Stop lttng tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1406 - Validate empty trace\nPASS: tools/clear/test_ust 1407 - Start tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1408 - Snapshot recorded\nPASS: tools/clear/test_ust 1409 - Stop lttng tracing for session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1410 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1411 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1412 - Destroy session 5FqDRlUjqdZ32Eou\nPASS: tools/clear/test_ust 1413 - Create session ZFJUWqagsjYAnffM with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1414 - Enable channel chan for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1415 - Enable ust event tp:tptest for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1416 - Start tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1417 - Stop lttng tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1418 - Clear session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1419 - Start tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1420 - Stop lttng tracing for session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1421 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/ZFJUWqagsjYAnffM-20250616-114947\" is empty\nPASS: tools/clear/test_ust 1422 - Destroy session ZFJUWqagsjYAnffM\nPASS: tools/clear/test_ust 1423 - Create session ixA8qgJxC8Fa4Yxn with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1424 - Enable channel chan for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1425 - Enable ust event tp:tptest for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1426 - Start tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1427 - Rotate session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1428 - Stop lttng tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1429 - Clear session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1430 - Start tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1431 - Stop lttng tracing for session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1432 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1433 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1434 - Destroy session ixA8qgJxC8Fa4Yxn\nPASS: tools/clear/test_ust 1435 - Create session HfhdqvlumFPz7m9k with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1436 - Enable channel chan for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1437 - Enable ust event tp:tptest for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1438 - Start tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1439 - Stop lttng tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1440 - Clear session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1441 - Start tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1442 - Rotate session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1443 - Stop lttng tracing for session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1444 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1445 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1446 - Destroy session HfhdqvlumFPz7m9k\nPASS: tools/clear/test_ust 1447 - Create session 0nBXuBZxG5PSeOFq with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1448 - Enable channel rotchan for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1449 - Enable ust event tp:tptest for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1450 - Start tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1451 - Stop lttng tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1452 - Clear session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1453 - Start tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1454 - Stop lttng tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1455 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/0nBXuBZxG5PSeOFq-20250616-114951\" is empty\nPASS: tools/clear/test_ust 1456 - Start tracing for session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1457 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1458 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1459 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1460 - Destroy session 0nBXuBZxG5PSeOFq\nPASS: tools/clear/test_ust 1461 - Create session 0R6zsig8YkqxYGh6 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1462 - Enable channel rotchan for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1463 - Enable ust event tp:tptest for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1464 - Start tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1465 - Stop lttng tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1466 - Clear session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1467 - Start tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1468 - Stop lttng tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1469 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/0R6zsig8YkqxYGh6-20250616-114952\" is empty\nPASS: tools/clear/test_ust 1470 - Start tracing for session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1471 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1472 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1473 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1474 - Destroy session 0R6zsig8YkqxYGh6\nPASS: tools/clear/test_ust 1475 - Create session 14qmV9zbH4Y5a0el with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1476 - Enable channel chan for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1477 - Enable ust event tp:tptest for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1478 - Start tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1479 - Stop lttng tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1480 - Clear session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1481 - Start tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1482 - Stop lttng tracing for session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1483 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/14qmV9zbH4Y5a0el*\" is empty\nPASS: tools/clear/test_ust 1484 - Destroy session 14qmV9zbH4Y5a0el\nPASS: tools/clear/test_ust 1485 - Create session zhmcJq3S2O7aLqTB with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1486 - Enable channel chan for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1487 - Enable ust event tp:tptest for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1488 - Start tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1489 - Stop lttng tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1490 - Clear session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1491 - Start tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1492 - Stop lttng tracing for session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1493 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/zhmcJq3S2O7aLqTB-20250616-114955\" is empty\nPASS: tools/clear/test_ust 1494 - Destroy session zhmcJq3S2O7aLqTB\nPASS: tools/clear/test_ust 1495 - Create session fmhmDNvpEtLCPUBZ with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1496 - Enable channel chan for session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1497 - Enable ust event tp:tptest for session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1498 - Start tracing for session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1499 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1500 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1501 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1502 - Destroy session fmhmDNvpEtLCPUBZ\nPASS: tools/clear/test_ust 1503 - Wait for application to exit\nPASS: tools/clear/test_ust 1504 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1505 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1506 - Create session V3LkvGlf61APNk9B with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1507 - Enable channel chan for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1508 - Enable ust event tp:tptest for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1509 - Start tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1510 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1511 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1512 - Stop lttng tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1513 - Clear session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1514 - Start tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1515 - Stop lttng tracing for session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1516 - Destroy session V3LkvGlf61APNk9B\nPASS: tools/clear/test_ust 1517 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1518 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1519 - Create session ab8YFl0rwYMoI6Q0 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1520 - Enable channel chan for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1521 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1522 - Enable ust event tp:tptest for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1523 - Start tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1524 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1525 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1526 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1527 - Stop lttng tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1528 - Clear session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1529 - Start tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1530 - Enable event lttng_ust_statedump:start with filtering for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1531 - Enable event lttng_ust_statedump:end with filtering for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1532 - Statedump regenerate ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1533 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1534 - Stop lttng tracing for session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1535 - Destroy session ab8YFl0rwYMoI6Q0\nPASS: tools/clear/test_ust 1536 - Wait for application to exit\nPASS: tools/clear/test_ust 1537 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1538 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1539 - Create session nxKz1KJS28wFZJbH in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1540 - Enable channel chan for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1541 - Enable ust event tp:tptest for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1542 - Start tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1543 - Stop lttng tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1544 - Clear session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1545 - Start tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1546 - Stop lttng tracing for session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1547 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1548 - Destroy session nxKz1KJS28wFZJbH\nPASS: tools/clear/test_ust 1549 - Create session 5ouLocyWGvj3j608 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1550 - Enable channel chan for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1551 - Enable ust event tp:tptest for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1552 - Start tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1553 - Rotate session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1554 - Stop lttng tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1555 - Clear session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1556 - Start tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1557 - Stop lttng tracing for session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1558 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1559 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1560 - Destroy session 5ouLocyWGvj3j608\nPASS: tools/clear/test_ust 1561 - Create session GCQ7BnlNb2AD8SrT in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1562 - Enable channel chan for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1563 - Enable ust event tp:tptest for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1564 - Start tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1565 - Stop lttng tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1566 - Clear session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1567 - Start tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1568 - Rotate session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1569 - Stop lttng tracing for session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1570 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1571 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1572 - Destroy session GCQ7BnlNb2AD8SrT\nPASS: tools/clear/test_ust 1573 - Create session z1OHjseXfgnuKEs9 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1574 - Enable channel chan for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1575 - Enable ust event tp:tptest for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1576 - Start tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1577 - Stop lttng tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1578 - Clear session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1579 - Start tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1580 - Stop lttng tracing for session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1581 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1582 - Destroy session z1OHjseXfgnuKEs9\nPASS: tools/clear/test_ust 1583 - Create session 3jBKXiNOxNcgBqMt in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1584 - Enable channel channel0 for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1585 - Enable ust event tp:tptest for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1586 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1587 - Snapshot recorded\nPASS: tools/clear/test_ust 1588 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1589 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1590 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1591 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1592 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1593 - Clear session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1594 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1595 - Snapshot recorded\nPASS: tools/clear/test_ust 1596 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1597 - Validate empty trace\nPASS: tools/clear/test_ust 1598 - Start tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1599 - Snapshot recorded\nPASS: tools/clear/test_ust 1600 - Stop lttng tracing for session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1601 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1602 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1603 - Destroy session 3jBKXiNOxNcgBqMt\nPASS: tools/clear/test_ust 1604 - Create session 9ldogXnHrURYzbO9 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1605 - Enable channel chan for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1606 - Enable ust event tp:tptest for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1607 - Start tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1608 - Stop lttng tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1609 - Clear session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1610 - Clear session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1611 - Start tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1612 - Stop lttng tracing for session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1613 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/9ldogXnHrURYzbO9-20250616-115018\" is empty\nPASS: tools/clear/test_ust 1614 - Destroy session 9ldogXnHrURYzbO9\nPASS: tools/clear/test_ust 1615 - Create session qyKcCRoIjrXzNgMc with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1616 - Enable channel chan for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1617 - Enable ust event tp:tptest for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1618 - Start tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1619 - Rotate session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1620 - Stop lttng tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1621 - Clear session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1622 - Clear session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1623 - Start tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1624 - Stop lttng tracing for session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1625 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1626 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1627 - Destroy session qyKcCRoIjrXzNgMc\nPASS: tools/clear/test_ust 1628 - Create session 8zR5e9z2gbZXugkJ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1629 - Enable channel chan for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1630 - Enable ust event tp:tptest for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1631 - Start tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1632 - Stop lttng tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1633 - Clear session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1634 - Clear session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1635 - Start tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1636 - Rotate session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1637 - Stop lttng tracing for session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1638 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1639 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1640 - Destroy session 8zR5e9z2gbZXugkJ\nPASS: tools/clear/test_ust 1641 - Create session Eq9RybLjm0ZRQvrP with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1642 - Enable channel rotchan for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1643 - Enable ust event tp:tptest for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1644 - Start tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1645 - Stop lttng tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1646 - Clear session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1647 - Clear session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1648 - Start tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1649 - Stop lttng tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1650 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Eq9RybLjm0ZRQvrP-20250616-115023\" is empty\nPASS: tools/clear/test_ust 1651 - Start tracing for session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1652 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1653 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1654 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1655 - Destroy session Eq9RybLjm0ZRQvrP\nPASS: tools/clear/test_ust 1656 - Create session Lz61HXSH0A9RIXis with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1657 - Enable channel rotchan for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1658 - Enable ust event tp:tptest for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1659 - Start tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1660 - Stop lttng tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1661 - Clear session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1662 - Clear session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1663 - Start tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1664 - Stop lttng tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1665 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Lz61HXSH0A9RIXis-20250616-115024\" is empty\nPASS: tools/clear/test_ust 1666 - Start tracing for session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1667 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1668 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1669 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1670 - Destroy session Lz61HXSH0A9RIXis\nPASS: tools/clear/test_ust 1671 - Create session fWO1Y0bHQRug1s8g with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1672 - Enable channel chan for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1673 - Enable ust event tp:tptest for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1674 - Start tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1675 - Stop lttng tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1676 - Clear session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1677 - Clear session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1678 - Start tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1679 - Stop lttng tracing for session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1680 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/fWO1Y0bHQRug1s8g*\" is empty\nPASS: tools/clear/test_ust 1681 - Destroy session fWO1Y0bHQRug1s8g\nPASS: tools/clear/test_ust 1682 - Create session tJEJg6HnrrRCG6ux with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1683 - Enable channel chan for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1684 - Enable ust event tp:tptest for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1685 - Start tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1686 - Stop lttng tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1687 - Clear session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1688 - Clear session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1689 - Start tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1690 - Stop lttng tracing for session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1691 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/tJEJg6HnrrRCG6ux-20250616-115027\" is empty\nPASS: tools/clear/test_ust 1692 - Destroy session tJEJg6HnrrRCG6ux\nPASS: tools/clear/test_ust 1693 - Create session IBbjGVSkEISovpuW with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1694 - Enable channel chan for session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1695 - Enable ust event tp:tptest for session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1696 - Start tracing for session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1697 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1698 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1699 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1700 - Destroy session IBbjGVSkEISovpuW\nPASS: tools/clear/test_ust 1701 - Wait for application to exit\nPASS: tools/clear/test_ust 1702 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1703 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1704 - Create session h4TK3ykxEvvPaI45 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1705 - Enable channel chan for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1706 - Enable ust event tp:tptest for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1707 - Start tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1708 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1709 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1710 - Stop lttng tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1711 - Clear session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1712 - Clear session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1713 - Start tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1714 - Stop lttng tracing for session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1715 - Destroy session h4TK3ykxEvvPaI45\nPASS: tools/clear/test_ust 1716 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1717 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1718 - Create session 51Bids4sWTPqrSY3 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_ust 1719 - Enable channel chan for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1720 - Add context command for type: vpid\nPASS: tools/clear/test_ust 1721 - Enable ust event tp:tptest for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1722 - Start tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1723 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_ust 1724 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_ust 1725 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_ust 1726 - Stop lttng tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1727 - Clear session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1728 - Clear session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1729 - Start tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1730 - Enable event lttng_ust_statedump:start with filtering for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1731 - Enable event lttng_ust_statedump:end with filtering for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1732 - Statedump regenerate 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1733 - Live viewer read 12 events, expect 12\nPASS: tools/clear/test_ust 1734 - Stop lttng tracing for session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1735 - Destroy session 51Bids4sWTPqrSY3\nPASS: tools/clear/test_ust 1736 - Wait for application to exit\nPASS: tools/clear/test_ust 1737 - Babeltrace succeeds\nPASS: tools/clear/test_ust 1738 - Wait for viewer to exit\nPASS: tools/clear/test_ust 1739 - Create session m6XVUx6a1O6aI2Vl in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1740 - Enable channel chan for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1741 - Enable ust event tp:tptest for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1742 - Start tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1743 - Stop lttng tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1744 - Clear session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1745 - Clear session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1746 - Start tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1747 - Stop lttng tracing for session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1748 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 1749 - Destroy session m6XVUx6a1O6aI2Vl\nPASS: tools/clear/test_ust 1750 - Create session y4nQ7bxW7vznrJro in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1751 - Enable channel chan for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1752 - Enable ust event tp:tptest for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1753 - Start tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1754 - Rotate session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1755 - Stop lttng tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1756 - Clear session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1757 - Clear session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1758 - Start tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1759 - Stop lttng tracing for session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1760 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1761 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1762 - Destroy session y4nQ7bxW7vznrJro\nPASS: tools/clear/test_ust 1763 - Create session hS71pclQkL8Q4Wcd in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1764 - Enable channel chan for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1765 - Enable ust event tp:tptest for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1766 - Start tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1767 - Stop lttng tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1768 - Clear session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1769 - Clear session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1770 - Start tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1771 - Rotate session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1772 - Stop lttng tracing for session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1773 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1774 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1775 - Destroy session hS71pclQkL8Q4Wcd\nPASS: tools/clear/test_ust 1776 - Create session LkQHgBAP96MuW0Ob in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1777 - Enable channel chan for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1778 - Enable ust event tp:tptest for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1779 - Start tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1780 - Stop lttng tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1781 - Clear session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1782 - Clear session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1783 - Start tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1784 - Stop lttng tracing for session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1785 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1786 - Destroy session LkQHgBAP96MuW0Ob\nPASS: tools/clear/test_ust 1787 - Create session sjhJS4nICNzajpOu in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1788 - Enable channel channel0 for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1789 - Enable ust event tp:tptest for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1790 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1791 - Snapshot recorded\nPASS: tools/clear/test_ust 1792 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1793 - Validate trace for event tp:tptest, 9 events\nPASS: tools/clear/test_ust 1794 - Read a total of 9 events, expected 9\nPASS: tools/clear/test_ust 1795 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1796 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1797 - Clear session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1798 - Clear session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1799 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1800 - Snapshot recorded\nPASS: tools/clear/test_ust 1801 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1802 - Validate empty trace\nPASS: tools/clear/test_ust 1803 - Start tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1804 - Snapshot recorded\nPASS: tools/clear/test_ust 1805 - Stop lttng tracing for session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1806 - Validate trace for event tp:tptest, 1 events\nPASS: tools/clear/test_ust 1807 - Read a total of 1 events, expected 1\nPASS: tools/clear/test_ust 1808 - Destroy session sjhJS4nICNzajpOu\nPASS: tools/clear/test_ust 1809 - Create session WWUWTfKWHfdQbMzz with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1810 - Enable channel chan for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1811 - Enable ust event tp:tptest for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1812 - Start tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1813 - Stop lttng tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1814 - Rotate session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1815 - Clear session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1816 - Start tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1817 - Stop lttng tracing for session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1818 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 1819 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 1820 - Destroy session WWUWTfKWHfdQbMzz\nPASS: tools/clear/test_ust 1821 - Create session isPbiv3ADJhX4irh with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1822 - Enable channel chan for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1823 - Enable ust event tp:tptest for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1824 - Start tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1825 - Rotate session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1826 - Stop lttng tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1827 - Rotate session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1828 - Clear session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1829 - Start tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1830 - Stop lttng tracing for session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1831 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1832 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1833 - Destroy session isPbiv3ADJhX4irh\nPASS: tools/clear/test_ust 1834 - Create session R58yRc92nBtrUShP with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1835 - Enable channel chan for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1836 - Enable ust event tp:tptest for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1837 - Start tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1838 - Stop lttng tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1839 - Rotate session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1840 - Clear session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1841 - Start tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1842 - Rotate session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1843 - Stop lttng tracing for session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1844 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1845 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1846 - Destroy session R58yRc92nBtrUShP\nPASS: tools/clear/test_ust 1847 - Create session E5TYlkia4shOnZpZ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1848 - Enable channel rotchan for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1849 - Enable ust event tp:tptest for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1850 - Start tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1851 - Stop lttng tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1852 - Rotate session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1853 - Clear session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1854 - Start tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1855 - Stop lttng tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1856 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 1857 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 1858 - Start tracing for session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1859 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1860 - Validate trace for event tp:tptest, 30 events\nPASS: tools/clear/test_ust 1861 - Read a total of 30 events, expected 30\nPASS: tools/clear/test_ust 1862 - Destroy session E5TYlkia4shOnZpZ\nPASS: tools/clear/test_ust 1863 - Create session i2oIBZtisD8vgpIc with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1864 - Enable channel rotchan for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1865 - Enable ust event tp:tptest for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1866 - Start tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1867 - Stop lttng tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1868 - Rotate session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1869 - Clear session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1870 - Start tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1871 - Stop lttng tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1872 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 1873 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 1874 - Start tracing for session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1875 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1876 - Validate trace for event tp:tptest, 76 events\nPASS: tools/clear/test_ust 1877 - Read a total of 76 events, expected between [1, 600000[\nPASS: tools/clear/test_ust 1878 - Destroy session i2oIBZtisD8vgpIc\nPASS: tools/clear/test_ust 1879 - Create session Wf2aqRpv1DFCgIr5 with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1880 - Enable channel chan for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1881 - Enable ust event tp:tptest for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1882 - Start tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1883 - Stop lttng tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1884 - Clear session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1885 - Start tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1886 - Stop lttng tracing for session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1887 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/Wf2aqRpv1DFCgIr5*\" is empty\nPASS: tools/clear/test_ust 1888 - Destroy session Wf2aqRpv1DFCgIr5\nPASS: tools/clear/test_ust 1889 - Create session tK7lwktOhxh6XJTk in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1890 - Enable channel chan for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1891 - Enable ust event tp:tptest for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1892 - Start tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1893 - Stop lttng tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1894 - Rotate session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1895 - Clear session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1896 - Start tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1897 - Stop lttng tracing for session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1898 - Validate trace for event tp:tptest, 10 events\nPASS: tools/clear/test_ust 1899 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_ust 1900 - Destroy session tK7lwktOhxh6XJTk\nPASS: tools/clear/test_ust 1901 - Create session gqb6aBBj0uu8WEdN in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1902 - Enable channel chan for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1903 - Enable ust event tp:tptest for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1904 - Start tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1905 - Rotate session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1906 - Stop lttng tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1907 - Rotate session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1908 - Clear session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1909 - Start tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1910 - Stop lttng tracing for session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1911 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1912 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1913 - Destroy session gqb6aBBj0uu8WEdN\nPASS: tools/clear/test_ust 1914 - Create session HJuHnrScFsI0yxL6 in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1915 - Enable channel chan for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1916 - Enable ust event tp:tptest for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1917 - Start tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1918 - Stop lttng tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1919 - Rotate session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1920 - Clear session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1921 - Start tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1922 - Rotate session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1923 - Stop lttng tracing for session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1924 - Validate trace for event tp:tptest, 6 events\nPASS: tools/clear/test_ust 1925 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_ust 1926 - Destroy session HJuHnrScFsI0yxL6\nPASS: tools/clear/test_ust 1927 - Create session HJg4DWUCz7IURssa in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 1928 - Enable channel chan for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1929 - Enable ust event tp:tptest for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1930 - Start tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1931 - Stop lttng tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1932 - Clear session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1933 - Start tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1934 - Stop lttng tracing for session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1935 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 1936 - Destroy session HJg4DWUCz7IURssa\nPASS: tools/clear/test_ust 1937 - Create session BYHf1k5YrHsPcOMV with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1938 - Enable channel chan for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1939 - Enable ust event tp:tptest for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1940 - Start tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1941 - Stop lttng tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1942 - Clear session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1943 - Expected fail on rotate session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1944 - Start tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1945 - Stop lttng tracing for session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1946 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/BYHf1k5YrHsPcOMV-20250616-115105\" is empty\nPASS: tools/clear/test_ust 1947 - Destroy session BYHf1k5YrHsPcOMV\nPASS: tools/clear/test_ust 1948 - Create session 0UEiW8yp5RGadrRX with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1949 - Enable channel chan for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1950 - Enable ust event tp:tptest for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1951 - Start tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1952 - Rotate session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1953 - Stop lttng tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1954 - Clear session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1955 - Expected fail on rotate session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1956 - Start tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1957 - Stop lttng tracing for session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1958 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 1959 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 1960 - Destroy session 0UEiW8yp5RGadrRX\nPASS: tools/clear/test_ust 1961 - Create session ml97SnOiXajSBjam with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1962 - Enable channel chan for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1963 - Enable ust event tp:tptest for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1964 - Start tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1965 - Stop lttng tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1966 - Clear session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1967 - Expected fail on rotate session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1968 - Start tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1969 - Rotate session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1970 - Stop lttng tracing for session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1971 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 1972 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 1973 - Destroy session ml97SnOiXajSBjam\nPASS: tools/clear/test_ust 1974 - Create session tSdLkecV3ZRTFfEQ with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1975 - Enable channel rotchan for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1976 - Enable ust event tp:tptest for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1977 - Start tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1978 - Stop lttng tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1979 - Clear session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1980 - Expected fail on rotate session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1981 - Start tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1982 - Stop lttng tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1983 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/tSdLkecV3ZRTFfEQ-20250616-115110\" is empty\nPASS: tools/clear/test_ust 1984 - Start tracing for session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1985 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 1986 - Validate trace for event tp:tptest, 20 events\nPASS: tools/clear/test_ust 1987 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_ust 1988 - Destroy session tSdLkecV3ZRTFfEQ\nPASS: tools/clear/test_ust 1989 - Create session KSExURM998e3oDni with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 1990 - Enable channel rotchan for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1991 - Enable ust event tp:tptest for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1992 - Start tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1993 - Stop lttng tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1994 - Clear session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1995 - Expected fail on rotate session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1996 - Start tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1997 - Stop lttng tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 1998 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/KSExURM998e3oDni-20250616-115112\" is empty\nPASS: tools/clear/test_ust 1999 - Start tracing for session KSExURM998e3oDni\nPASS: tools/clear/test_ust 2000 - Stop lttng tracing for session\nPASS: tools/clear/test_ust 2001 - Validate trace for event tp:tptest, 38 events\nPASS: tools/clear/test_ust 2002 - Read a total of 38 events, expected between [1, 200000[\nPASS: tools/clear/test_ust 2003 - Destroy session KSExURM998e3oDni\nPASS: tools/clear/test_ust 2004 - Create session USpPZgM7bR2q5kTV with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 2005 - Enable channel chan for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2006 - Enable ust event tp:tptest for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2007 - Start tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2008 - Stop lttng tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2009 - Clear session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2010 - Start tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2011 - Stop lttng tracing for session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2012 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/qemux86-64/USpPZgM7bR2q5kTV*\" is empty\nPASS: tools/clear/test_ust 2013 - Destroy session USpPZgM7bR2q5kTV\nPASS: tools/clear/test_ust 2014 - Create session SZkJ0guw0j6cRUJy in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2015 - Enable channel chan for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2016 - Enable ust event tp:tptest for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2017 - Start tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2018 - Stop lttng tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2019 - Clear session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2020 - Expected fail on rotate session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2021 - Start tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2022 - Stop lttng tracing for session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2023 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q/ust/\" is empty\nPASS: tools/clear/test_ust 2024 - Destroy session SZkJ0guw0j6cRUJy\nPASS: tools/clear/test_ust 2025 - Create session Nz3dzdn4txOvUG4D in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2026 - Enable channel chan for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2027 - Enable ust event tp:tptest for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2028 - Start tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2029 - Rotate session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2030 - Stop lttng tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2031 - Clear session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2032 - Expected fail on rotate session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2033 - Start tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2034 - Stop lttng tracing for session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2035 - Validate trace for event tp:tptest, 4 events\nPASS: tools/clear/test_ust 2036 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_ust 2037 - Destroy session Nz3dzdn4txOvUG4D\nPASS: tools/clear/test_ust 2038 - Create session nhudKfFWfCKFl5ke in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2039 - Enable channel chan for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2040 - Enable ust event tp:tptest for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2041 - Start tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2042 - Stop lttng tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2043 - Clear session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2044 - Expected fail on rotate session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2045 - Start tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2046 - Rotate session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2047 - Stop lttng tracing for session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2048 - Validate trace for event tp:tptest, 5 events\nPASS: tools/clear/test_ust 2049 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_ust 2050 - Destroy session nhudKfFWfCKFl5ke\nPASS: tools/clear/test_ust 2051 - Create session SQj5nYC9OpDnClLm in -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\nPASS: tools/clear/test_ust 2052 - Enable channel chan for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2053 - Enable ust event tp:tptest for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2054 - Start tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2055 - Stop lttng tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2056 - Clear session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2057 - Start tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2058 - Stop lttng tracing for session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2059 - Directory \"/tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q\" is empty\nPASS: tools/clear/test_ust 2060 - Destroy session SQj5nYC9OpDnClLm\nPASS: tools/clear/test_ust 2061 - Wait after kill session daemon\nPASS: tools/clear/test_ust 2062 - Wait after kill relay daemon\nPASS: tools/clear/test_ust 2063 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_ust_trace_path.w4lI8Q)\nPASS: tools/clear/test_ust 2064 - Start session daemon\nPASS: tools/clear/test_ust 2065 - Create session zerigK1JncI1AuTM with uri:net://localhost and opts:\nPASS: tools/clear/test_ust 2066 - Enable ust event tp:tptest for session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2067 - Start tracing for session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2068 - Expected fail on clear session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2069 - Destroy session zerigK1JncI1AuTM\nPASS: tools/clear/test_ust 2070 - Wait after kill session daemon\nPASS: tools/clear/test_ust 2071 - Wait after kill relay daemon\nPASS: tools/clear/test_kernel 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web)\nPASS: tools/clear/test_kernel 2 - Start session daemon\nPASS: tools/clear/test_kernel 3 - Create session 61a7OVOMAx8GWfgm with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 4 - Enable kernel event lttng_test_filter_event for session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 5 - Start tracing for session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 6 - Clear session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 7 - Stop lttng tracing for session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 8 - Validate empty trace\nPASS: tools/clear/test_kernel 9 - Destroy session 61a7OVOMAx8GWfgm\nPASS: tools/clear/test_kernel 10 - Create session yyIsxH9TjtQp4TaI with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 11 - Enable kernel event lttng_test_filter_event for session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 12 - Start tracing for session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 13 - Rotate session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 14 - Clear session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 15 - Stop lttng tracing for session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 16 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 17 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 18 - Destroy session yyIsxH9TjtQp4TaI\nPASS: tools/clear/test_kernel 19 - Create session 2k3TRFuxkvd5ZQij with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 20 - Enable kernel event lttng_test_filter_event for session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 21 - Start tracing for session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 22 - Clear session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 23 - Rotate session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 24 - Stop lttng tracing for session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 25 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 26 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 27 - Destroy session 2k3TRFuxkvd5ZQij\nPASS: tools/clear/test_kernel 28 - Create session 3aLzDh6yq4Ltzj2l with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 29 - Enable channel rotchan for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 30 - Enable kernel event lttng_test_filter_event for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 31 - Start tracing for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 32 - Clear session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 33 - Stop lttng tracing for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 34 - Validate empty trace\nPASS: tools/clear/test_kernel 35 - Start tracing for session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 36 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 37 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 38 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 39 - Destroy session 3aLzDh6yq4Ltzj2l\nPASS: tools/clear/test_kernel 40 - Create session 1X39lUwXNZIJVMSj with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 41 - Enable channel rotchan for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 42 - Enable kernel event lttng_test_filter_event for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 43 - Start tracing for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 44 - Clear session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 45 - Stop lttng tracing for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 46 - Validate empty trace\nPASS: tools/clear/test_kernel 47 - Start tracing for session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 48 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 49 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 50 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 51 - Destroy session 1X39lUwXNZIJVMSj\nPASS: tools/clear/test_kernel 52 - Create session 2tRaTUov3Voe5wFV with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 53 - Enable kernel event lttng_test_filter_event for session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 54 - Start tracing for session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 55 - Clear session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 56 - Stop lttng tracing for session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 57 - Validate empty trace\nPASS: tools/clear/test_kernel 58 - Destroy session 2tRaTUov3Voe5wFV\nPASS: tools/clear/test_kernel 59 - Create session u09Qqa0hJ8DBWmCP with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 60 - Enable channel chan for session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 61 - Enable kernel event lttng_test_filter_event for session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 62 - Start tracing for session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 63 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 64 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 65 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 66 - Destroy session u09Qqa0hJ8DBWmCP\nPASS: tools/clear/test_kernel 67 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 68 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 69 - Create session hzVCNxl3sTkyqOuN with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 70 - Enable channel chan for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 71 - Enable kernel event lttng_test_filter_event for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 72 - Start tracing for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 73 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 74 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 75 - Clear session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 76 - Stop lttng tracing for session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 77 - Destroy session hzVCNxl3sTkyqOuN\nPASS: tools/clear/test_kernel 78 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 79 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 80 - Create session 1J16pGWDiK7Zq6Bi in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 81 - Enable kernel event lttng_test_filter_event for session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 82 - Start tracing for session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 83 - Clear session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 84 - Stop lttng tracing for session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 85 - Validate empty trace\nPASS: tools/clear/test_kernel 86 - Destroy session 1J16pGWDiK7Zq6Bi\nPASS: tools/clear/test_kernel 87 - Create session UU5JIQitcXOTdnmB in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 88 - Enable kernel event lttng_test_filter_event for session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 89 - Start tracing for session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 90 - Rotate session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 91 - Clear session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 92 - Stop lttng tracing for session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 93 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 94 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 95 - Destroy session UU5JIQitcXOTdnmB\nPASS: tools/clear/test_kernel 96 - Create session S0ndmxTsENvgnx1h in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 97 - Enable kernel event lttng_test_filter_event for session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 98 - Start tracing for session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 99 - Clear session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 100 - Rotate session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 101 - Stop lttng tracing for session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 102 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 103 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 104 - Destroy session S0ndmxTsENvgnx1h\nPASS: tools/clear/test_kernel 105 - Create session iuqpcI2PRGFkW8dJ with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 106 - Enable kernel event lttng_test_filter_event for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 107 - Start tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 108 - Snapshot recorded\nPASS: tools/clear/test_kernel 109 - Stop lttng tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 110 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 111 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 112 - Start tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 113 - Clear session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 114 - Snapshot recorded\nPASS: tools/clear/test_kernel 115 - Stop lttng tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 116 - Validate empty trace\nPASS: tools/clear/test_kernel 117 - Start tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 118 - Snapshot recorded\nPASS: tools/clear/test_kernel 119 - Stop lttng tracing for session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 120 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 121 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 122 - Destroy session iuqpcI2PRGFkW8dJ\nPASS: tools/clear/test_kernel 123 - Create session zGMPdMxcHuePjdDl in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 124 - Enable kernel event lttng_test_filter_event for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 125 - Start tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 126 - Snapshot recorded\nPASS: tools/clear/test_kernel 127 - Stop lttng tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 128 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 129 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 130 - Start tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 131 - Clear session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 132 - Snapshot recorded\nPASS: tools/clear/test_kernel 133 - Stop lttng tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 134 - Validate empty trace\nPASS: tools/clear/test_kernel 135 - Start tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 136 - Snapshot recorded\nPASS: tools/clear/test_kernel 137 - Stop lttng tracing for session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 138 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 139 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 140 - Destroy session zGMPdMxcHuePjdDl\nPASS: tools/clear/test_kernel 141 - Create session Vh86mzgiTqp3DvT0 with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 142 - Enable kernel event lttng_test_filter_event for session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 143 - Start tracing for session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 144 - Clear session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 145 - Clear session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 146 - Stop lttng tracing for session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 147 - Validate empty trace\nPASS: tools/clear/test_kernel 148 - Destroy session Vh86mzgiTqp3DvT0\nPASS: tools/clear/test_kernel 149 - Create session pMoJKcAgKf17vjpe with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 150 - Enable kernel event lttng_test_filter_event for session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 151 - Start tracing for session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 152 - Rotate session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 153 - Clear session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 154 - Clear session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 155 - Stop lttng tracing for session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 156 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 157 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 158 - Destroy session pMoJKcAgKf17vjpe\nPASS: tools/clear/test_kernel 159 - Create session jqlhYATcLxvJTFdJ with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 160 - Enable kernel event lttng_test_filter_event for session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 161 - Start tracing for session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 162 - Clear session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 163 - Clear session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 164 - Rotate session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 165 - Stop lttng tracing for session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 166 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 167 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 168 - Destroy session jqlhYATcLxvJTFdJ\nPASS: tools/clear/test_kernel 169 - Create session ldcJ46QS7GtgiBFu with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 170 - Enable channel rotchan for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 171 - Enable kernel event lttng_test_filter_event for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 172 - Start tracing for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 173 - Clear session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 174 - Clear session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 175 - Stop lttng tracing for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 176 - Validate empty trace\nPASS: tools/clear/test_kernel 177 - Start tracing for session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 178 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 179 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 180 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 181 - Destroy session ldcJ46QS7GtgiBFu\nPASS: tools/clear/test_kernel 182 - Create session 7tCQNPGUWkdAMV7q with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 183 - Enable channel rotchan for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 184 - Enable kernel event lttng_test_filter_event for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 185 - Start tracing for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 186 - Clear session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 187 - Clear session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 188 - Stop lttng tracing for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 189 - Validate empty trace\nPASS: tools/clear/test_kernel 190 - Start tracing for session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 191 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 192 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 193 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 194 - Destroy session 7tCQNPGUWkdAMV7q\nPASS: tools/clear/test_kernel 195 - Create session by5czc5VSjLdAvgu with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 196 - Enable kernel event lttng_test_filter_event for session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 197 - Start tracing for session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 198 - Clear session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 199 - Clear session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 200 - Stop lttng tracing for session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 201 - Validate empty trace\nPASS: tools/clear/test_kernel 202 - Destroy session by5czc5VSjLdAvgu\nPASS: tools/clear/test_kernel 203 - Create session NyUDwDV1uRPLxqJS with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 204 - Enable channel chan for session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 205 - Enable kernel event lttng_test_filter_event for session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 206 - Start tracing for session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 207 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 208 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 209 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 210 - Destroy session NyUDwDV1uRPLxqJS\nPASS: tools/clear/test_kernel 211 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 212 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 213 - Create session wppDFr33uiNUkMUO with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 214 - Enable channel chan for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 215 - Enable kernel event lttng_test_filter_event for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 216 - Start tracing for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 217 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 218 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 219 - Clear session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 220 - Clear session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 221 - Stop lttng tracing for session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 222 - Destroy session wppDFr33uiNUkMUO\nPASS: tools/clear/test_kernel 223 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 224 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 225 - Create session OEaJX0BMfCqa9SZv in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 226 - Enable kernel event lttng_test_filter_event for session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 227 - Start tracing for session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 228 - Clear session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 229 - Clear session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 230 - Stop lttng tracing for session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 231 - Validate empty trace\nPASS: tools/clear/test_kernel 232 - Destroy session OEaJX0BMfCqa9SZv\nPASS: tools/clear/test_kernel 233 - Create session D1RsovpcYr31SFdp in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 234 - Enable kernel event lttng_test_filter_event for session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 235 - Start tracing for session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 236 - Rotate session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 237 - Clear session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 238 - Clear session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 239 - Stop lttng tracing for session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 240 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 241 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 242 - Destroy session D1RsovpcYr31SFdp\nPASS: tools/clear/test_kernel 243 - Create session fbTIzMGyNa3DSDq5 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 244 - Enable kernel event lttng_test_filter_event for session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 245 - Start tracing for session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 246 - Clear session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 247 - Clear session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 248 - Rotate session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 249 - Stop lttng tracing for session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 250 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 251 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 252 - Destroy session fbTIzMGyNa3DSDq5\nPASS: tools/clear/test_kernel 253 - Create session 0rwbFbwRGJbJW88a with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 254 - Enable kernel event lttng_test_filter_event for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 255 - Start tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 256 - Snapshot recorded\nPASS: tools/clear/test_kernel 257 - Stop lttng tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 258 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 259 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 260 - Start tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 261 - Clear session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 262 - Clear session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 263 - Snapshot recorded\nPASS: tools/clear/test_kernel 264 - Stop lttng tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 265 - Validate empty trace\nPASS: tools/clear/test_kernel 266 - Start tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 267 - Snapshot recorded\nPASS: tools/clear/test_kernel 268 - Stop lttng tracing for session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 269 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 270 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 271 - Destroy session 0rwbFbwRGJbJW88a\nPASS: tools/clear/test_kernel 272 - Create session JcFbcgfO88Y8VtP1 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 273 - Enable kernel event lttng_test_filter_event for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 274 - Start tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 275 - Snapshot recorded\nPASS: tools/clear/test_kernel 276 - Stop lttng tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 277 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 278 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 279 - Start tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 280 - Clear session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 281 - Clear session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 282 - Snapshot recorded\nPASS: tools/clear/test_kernel 283 - Stop lttng tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 284 - Validate empty trace\nPASS: tools/clear/test_kernel 285 - Start tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 286 - Snapshot recorded\nPASS: tools/clear/test_kernel 287 - Stop lttng tracing for session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 288 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 289 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 290 - Destroy session JcFbcgfO88Y8VtP1\nPASS: tools/clear/test_kernel 291 - Create session lpBOyxuJWQJvGM3z with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 292 - Enable kernel event lttng_test_filter_event for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 293 - Start tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 294 - Stop lttng tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 295 - Clear session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 296 - Start tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 297 - Stop lttng tracing for session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 298 - Validate empty trace\nPASS: tools/clear/test_kernel 299 - Destroy session lpBOyxuJWQJvGM3z\nPASS: tools/clear/test_kernel 300 - Create session gUicwCQ9hLTO39vr with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 301 - Enable kernel event lttng_test_filter_event for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 302 - Start tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 303 - Rotate session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 304 - Stop lttng tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 305 - Clear session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 306 - Start tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 307 - Stop lttng tracing for session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 308 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 309 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 310 - Destroy session gUicwCQ9hLTO39vr\nPASS: tools/clear/test_kernel 311 - Create session Kkp8j4P328f0zcs8 with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 312 - Enable kernel event lttng_test_filter_event for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 313 - Start tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 314 - Stop lttng tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 315 - Clear session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 316 - Start tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 317 - Rotate session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 318 - Stop lttng tracing for session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 319 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 320 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 321 - Destroy session Kkp8j4P328f0zcs8\nPASS: tools/clear/test_kernel 322 - Create session A19ZC01Dmw1FKJvX with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 323 - Enable channel rotchan for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 324 - Enable kernel event lttng_test_filter_event for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 325 - Start tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 326 - Stop lttng tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 327 - Clear session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 328 - Start tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 329 - Stop lttng tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 330 - Validate empty trace\nPASS: tools/clear/test_kernel 331 - Start tracing for session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 332 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 333 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 334 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 335 - Destroy session A19ZC01Dmw1FKJvX\nPASS: tools/clear/test_kernel 336 - Create session lK4Vb9lZhgtE8SeZ with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 337 - Enable channel rotchan for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 338 - Enable kernel event lttng_test_filter_event for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 339 - Start tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 340 - Stop lttng tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 341 - Clear session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 342 - Start tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 343 - Stop lttng tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 344 - Validate empty trace\nPASS: tools/clear/test_kernel 345 - Start tracing for session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 346 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 347 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 348 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 349 - Destroy session lK4Vb9lZhgtE8SeZ\nPASS: tools/clear/test_kernel 350 - Create session u8h90F3N1Kwt7bnG with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 351 - Enable kernel event lttng_test_filter_event for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 352 - Start tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 353 - Stop lttng tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 354 - Clear session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 355 - Start tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 356 - Stop lttng tracing for session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 357 - Validate empty trace\nPASS: tools/clear/test_kernel 358 - Destroy session u8h90F3N1Kwt7bnG\nPASS: tools/clear/test_kernel 359 - Create session xUqTRM9vyUkdW1IV with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 360 - Enable channel chan for session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 361 - Enable kernel event lttng_test_filter_event for session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 362 - Start tracing for session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 363 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 364 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 365 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 366 - Destroy session xUqTRM9vyUkdW1IV\nPASS: tools/clear/test_kernel 367 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 368 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 369 - Create session sAkdIleU9iLBWUpI with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 370 - Enable channel chan for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 371 - Enable kernel event lttng_test_filter_event for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 372 - Start tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 373 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 374 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 375 - Stop lttng tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 376 - Clear session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 377 - Start tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 378 - Stop lttng tracing for session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 379 - Destroy session sAkdIleU9iLBWUpI\nPASS: tools/clear/test_kernel 380 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 381 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 382 - Create session V1jqdVL37Wa0aTpB in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 383 - Enable kernel event lttng_test_filter_event for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 384 - Start tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 385 - Stop lttng tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 386 - Clear session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 387 - Start tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 388 - Stop lttng tracing for session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 389 - Validate empty trace\nPASS: tools/clear/test_kernel 390 - Destroy session V1jqdVL37Wa0aTpB\nPASS: tools/clear/test_kernel 391 - Create session NmslBJiQ19UAp1k9 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 392 - Enable kernel event lttng_test_filter_event for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 393 - Start tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 394 - Rotate session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 395 - Stop lttng tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 396 - Clear session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 397 - Start tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 398 - Stop lttng tracing for session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 399 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 400 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 401 - Destroy session NmslBJiQ19UAp1k9\nPASS: tools/clear/test_kernel 402 - Create session nFFICspbFQPtLjqh in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 403 - Enable kernel event lttng_test_filter_event for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 404 - Start tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 405 - Stop lttng tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 406 - Clear session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 407 - Start tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 408 - Rotate session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 409 - Stop lttng tracing for session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 410 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 411 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 412 - Destroy session nFFICspbFQPtLjqh\nPASS: tools/clear/test_kernel 413 - Create session vZSDY6yMM4qH2ovI with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 414 - Enable kernel event lttng_test_filter_event for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 415 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 416 - Snapshot recorded\nPASS: tools/clear/test_kernel 417 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 418 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 419 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 420 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 421 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 422 - Clear session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 423 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 424 - Snapshot recorded\nPASS: tools/clear/test_kernel 425 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 426 - Validate empty trace\nPASS: tools/clear/test_kernel 427 - Start tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 428 - Snapshot recorded\nPASS: tools/clear/test_kernel 429 - Stop lttng tracing for session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 430 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 431 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 432 - Destroy session vZSDY6yMM4qH2ovI\nPASS: tools/clear/test_kernel 433 - Create session NIU7ta5CC1wxRkm6 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 434 - Enable kernel event lttng_test_filter_event for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 435 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 436 - Snapshot recorded\nPASS: tools/clear/test_kernel 437 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 438 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 439 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 440 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 441 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 442 - Clear session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 443 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 444 - Snapshot recorded\nPASS: tools/clear/test_kernel 445 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 446 - Validate empty trace\nPASS: tools/clear/test_kernel 447 - Start tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 448 - Snapshot recorded\nPASS: tools/clear/test_kernel 449 - Stop lttng tracing for session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 450 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 451 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 452 - Destroy session NIU7ta5CC1wxRkm6\nPASS: tools/clear/test_kernel 453 - Create session G7oPFYwuJGjFRuBt with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 454 - Enable kernel event lttng_test_filter_event for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 455 - Start tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 456 - Stop lttng tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 457 - Clear session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 458 - Clear session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 459 - Start tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 460 - Stop lttng tracing for session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 461 - Validate empty trace\nPASS: tools/clear/test_kernel 462 - Destroy session G7oPFYwuJGjFRuBt\nPASS: tools/clear/test_kernel 463 - Create session 0wwIkZBwAbXUH4zZ with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 464 - Enable kernel event lttng_test_filter_event for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 465 - Start tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 466 - Rotate session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 467 - Stop lttng tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 468 - Clear session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 469 - Clear session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 470 - Start tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 471 - Stop lttng tracing for session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 472 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 473 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 474 - Destroy session 0wwIkZBwAbXUH4zZ\nPASS: tools/clear/test_kernel 475 - Create session NJz6muxBSSNe01hC with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 476 - Enable kernel event lttng_test_filter_event for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 477 - Start tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 478 - Stop lttng tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 479 - Clear session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 480 - Clear session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 481 - Start tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 482 - Rotate session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 483 - Stop lttng tracing for session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 484 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 485 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 486 - Destroy session NJz6muxBSSNe01hC\nPASS: tools/clear/test_kernel 487 - Create session ZQimo2CSz20SWmMz with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 488 - Enable channel rotchan for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 489 - Enable kernel event lttng_test_filter_event for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 490 - Start tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 491 - Stop lttng tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 492 - Clear session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 493 - Clear session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 494 - Start tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 495 - Stop lttng tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 496 - Validate empty trace\nPASS: tools/clear/test_kernel 497 - Start tracing for session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 498 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 499 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 500 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 501 - Destroy session ZQimo2CSz20SWmMz\nPASS: tools/clear/test_kernel 502 - Create session nxQCis6pNN1i2n6V with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 503 - Enable channel rotchan for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 504 - Enable kernel event lttng_test_filter_event for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 505 - Start tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 506 - Stop lttng tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 507 - Clear session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 508 - Clear session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 509 - Start tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 510 - Stop lttng tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 511 - Validate empty trace\nPASS: tools/clear/test_kernel 512 - Start tracing for session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 513 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 514 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 515 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 516 - Destroy session nxQCis6pNN1i2n6V\nPASS: tools/clear/test_kernel 517 - Create session KZ0Lf0GY7AYPJjta with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 518 - Enable kernel event lttng_test_filter_event for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 519 - Start tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 520 - Stop lttng tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 521 - Clear session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 522 - Clear session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 523 - Start tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 524 - Stop lttng tracing for session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 525 - Validate empty trace\nPASS: tools/clear/test_kernel 526 - Destroy session KZ0Lf0GY7AYPJjta\nPASS: tools/clear/test_kernel 527 - Create session Wz2ZGfF0vYo8Y4d0 with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 528 - Enable channel chan for session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 529 - Enable kernel event lttng_test_filter_event for session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 530 - Start tracing for session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 531 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 532 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 533 - Live viewer read 10 events, expect 10\nPASS: tools/clear/test_kernel 534 - Destroy session Wz2ZGfF0vYo8Y4d0\nPASS: tools/clear/test_kernel 535 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 536 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 537 - Create session 5CSxrdUgTwff0c6l with uri:net://localhost and opts: --live\nPASS: tools/clear/test_kernel 538 - Enable channel chan for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 539 - Enable kernel event lttng_test_filter_event for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 540 - Start tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 541 - Waiting for live trace at url: net://localhost\nPASS: tools/clear/test_kernel 542 - Waiting for live viewers on url: net://localhost\nPASS: tools/clear/test_kernel 543 - Stop lttng tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 544 - Clear session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 545 - Clear session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 546 - Start tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 547 - Stop lttng tracing for session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 548 - Destroy session 5CSxrdUgTwff0c6l\nPASS: tools/clear/test_kernel 549 - Babeltrace succeeds\nPASS: tools/clear/test_kernel 550 - Wait for viewer to exit\nPASS: tools/clear/test_kernel 551 - Create session Rn8UR6lN6TesM5fP in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 552 - Enable kernel event lttng_test_filter_event for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 553 - Start tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 554 - Stop lttng tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 555 - Clear session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 556 - Clear session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 557 - Start tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 558 - Stop lttng tracing for session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 559 - Validate empty trace\nPASS: tools/clear/test_kernel 560 - Destroy session Rn8UR6lN6TesM5fP\nPASS: tools/clear/test_kernel 561 - Create session ZeYFvQQpUy29zO1v in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 562 - Enable kernel event lttng_test_filter_event for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 563 - Start tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 564 - Rotate session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 565 - Stop lttng tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 566 - Clear session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 567 - Clear session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 568 - Start tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 569 - Stop lttng tracing for session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 570 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 571 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 572 - Destroy session ZeYFvQQpUy29zO1v\nPASS: tools/clear/test_kernel 573 - Create session jFP4fWTOy2Vz1cbU in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 574 - Enable kernel event lttng_test_filter_event for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 575 - Start tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 576 - Stop lttng tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 577 - Clear session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 578 - Clear session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 579 - Start tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 580 - Rotate session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 581 - Stop lttng tracing for session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 582 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 583 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 584 - Destroy session jFP4fWTOy2Vz1cbU\nPASS: tools/clear/test_kernel 585 - Create session sxr6SgQTpfpYix5f with uri:net://localhost and opts: --snapshot\nPASS: tools/clear/test_kernel 586 - Enable kernel event lttng_test_filter_event for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 587 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 588 - Snapshot recorded\nPASS: tools/clear/test_kernel 589 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 590 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 591 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 592 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 593 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 594 - Clear session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 595 - Clear session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 596 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 597 - Snapshot recorded\nPASS: tools/clear/test_kernel 598 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 599 - Validate empty trace\nPASS: tools/clear/test_kernel 600 - Start tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 601 - Snapshot recorded\nPASS: tools/clear/test_kernel 602 - Stop lttng tracing for session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 603 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 604 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 605 - Destroy session sxr6SgQTpfpYix5f\nPASS: tools/clear/test_kernel 606 - Create session hNmYAckrkLcpwGFv in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 607 - Enable kernel event lttng_test_filter_event for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 608 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 609 - Snapshot recorded\nPASS: tools/clear/test_kernel 610 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 611 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 612 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 613 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 614 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 615 - Clear session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 616 - Clear session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 617 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 618 - Snapshot recorded\nPASS: tools/clear/test_kernel 619 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 620 - Validate empty trace\nPASS: tools/clear/test_kernel 621 - Start tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 622 - Snapshot recorded\nPASS: tools/clear/test_kernel 623 - Stop lttng tracing for session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 624 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 625 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 626 - Destroy session hNmYAckrkLcpwGFv\nPASS: tools/clear/test_kernel 627 - Create session TOocF06sy6osB3jP with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 628 - Enable kernel event lttng_test_filter_event for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 629 - Start tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 630 - Stop lttng tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 631 - Rotate session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 632 - Clear session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 633 - Start tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 634 - Stop lttng tracing for session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 635 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 636 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 637 - Destroy session TOocF06sy6osB3jP\nPASS: tools/clear/test_kernel 638 - Create session neVdAzwKiv2bBuQU with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 639 - Enable kernel event lttng_test_filter_event for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 640 - Start tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 641 - Rotate session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 642 - Stop lttng tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 643 - Rotate session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 644 - Clear session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 645 - Start tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 646 - Stop lttng tracing for session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 647 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 648 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 649 - Destroy session neVdAzwKiv2bBuQU\nPASS: tools/clear/test_kernel 650 - Create session 2sWYr3dHcSxcPxbo with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 651 - Enable kernel event lttng_test_filter_event for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 652 - Start tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 653 - Stop lttng tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 654 - Rotate session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 655 - Clear session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 656 - Start tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 657 - Rotate session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 658 - Stop lttng tracing for session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 659 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 660 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 661 - Destroy session 2sWYr3dHcSxcPxbo\nPASS: tools/clear/test_kernel 662 - Create session UFZyJu3PiLgITX4H with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 663 - Enable channel rotchan for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 664 - Enable kernel event lttng_test_filter_event for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 665 - Start tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 666 - Stop lttng tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 667 - Rotate session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 668 - Clear session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 669 - Start tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 670 - Stop lttng tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 671 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 672 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 673 - Start tracing for session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 674 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 675 - Validate trace for event lttng_test_filter_event, 30 events\nPASS: tools/clear/test_kernel 676 - Read a total of 30 events, expected 30\nPASS: tools/clear/test_kernel 677 - Destroy session UFZyJu3PiLgITX4H\nPASS: tools/clear/test_kernel 678 - Create session kj1NZODHfJnE3bkW with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 679 - Enable channel rotchan for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 680 - Enable kernel event lttng_test_filter_event for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 681 - Start tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 682 - Stop lttng tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 683 - Rotate session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 684 - Clear session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 685 - Start tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 686 - Stop lttng tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 687 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 688 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 689 - Start tracing for session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 690 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 691 - Validate trace for event lttng_test_filter_event, 64 events\nPASS: tools/clear/test_kernel 692 - Read a total of 64 events, expected between [1, 600000[\nPASS: tools/clear/test_kernel 693 - Destroy session kj1NZODHfJnE3bkW\nPASS: tools/clear/test_kernel 694 - Create session XiBw4ht0FyyIo55q in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 695 - Enable kernel event lttng_test_filter_event for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 696 - Start tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 697 - Stop lttng tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 698 - Rotate session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 699 - Clear session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 700 - Start tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 701 - Stop lttng tracing for session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 702 - Validate trace for event lttng_test_filter_event, 10 events\nPASS: tools/clear/test_kernel 703 - Read a total of 10 events, expected 10\nPASS: tools/clear/test_kernel 704 - Destroy session XiBw4ht0FyyIo55q\nPASS: tools/clear/test_kernel 705 - Create session 9tNiHOCE1e6WutW5 in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 706 - Enable kernel event lttng_test_filter_event for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 707 - Start tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 708 - Rotate session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 709 - Stop lttng tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 710 - Rotate session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 711 - Clear session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 712 - Start tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 713 - Stop lttng tracing for session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 714 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 715 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 716 - Destroy session 9tNiHOCE1e6WutW5\nPASS: tools/clear/test_kernel 717 - Create session oeqBfbUrWFHSmH8g in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 718 - Enable kernel event lttng_test_filter_event for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 719 - Start tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 720 - Stop lttng tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 721 - Rotate session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 722 - Clear session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 723 - Start tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 724 - Rotate session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 725 - Stop lttng tracing for session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 726 - Validate trace for event lttng_test_filter_event, 6 events\nPASS: tools/clear/test_kernel 727 - Read a total of 6 events, expected 6\nPASS: tools/clear/test_kernel 728 - Destroy session oeqBfbUrWFHSmH8g\nPASS: tools/clear/test_kernel 729 - Create session GsuEVU9qvUQdUHUo with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 730 - Enable kernel event lttng_test_filter_event for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 731 - Start tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 732 - Stop lttng tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 733 - Clear session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 734 - Expected fail on rotate session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 735 - Start tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 736 - Stop lttng tracing for session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 737 - Validate empty trace\nPASS: tools/clear/test_kernel 738 - Destroy session GsuEVU9qvUQdUHUo\nPASS: tools/clear/test_kernel 739 - Create session 92t90n85BcmHd1W5 with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 740 - Enable kernel event lttng_test_filter_event for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 741 - Start tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 742 - Rotate session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 743 - Stop lttng tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 744 - Clear session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 745 - Expected fail on rotate session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 746 - Start tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 747 - Stop lttng tracing for session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 748 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 749 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 750 - Destroy session 92t90n85BcmHd1W5\nPASS: tools/clear/test_kernel 751 - Create session bN59F9QhPfCpToZE with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 752 - Enable kernel event lttng_test_filter_event for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 753 - Start tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 754 - Stop lttng tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 755 - Clear session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 756 - Expected fail on rotate session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 757 - Start tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 758 - Rotate session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 759 - Stop lttng tracing for session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 760 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 761 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 762 - Destroy session bN59F9QhPfCpToZE\nPASS: tools/clear/test_kernel 763 - Create session BrzEQ1iqe7kB2PaT with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 764 - Enable channel rotchan for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 765 - Enable kernel event lttng_test_filter_event for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 766 - Start tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 767 - Stop lttng tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 768 - Clear session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 769 - Expected fail on rotate session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 770 - Start tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 771 - Stop lttng tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 772 - Validate empty trace\nPASS: tools/clear/test_kernel 773 - Start tracing for session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 774 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 775 - Validate trace for event lttng_test_filter_event, 20 events\nPASS: tools/clear/test_kernel 776 - Read a total of 20 events, expected 20\nPASS: tools/clear/test_kernel 777 - Destroy session BrzEQ1iqe7kB2PaT\nPASS: tools/clear/test_kernel 778 - Create session Lr1ddme76bpW3Qjh with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 779 - Enable channel rotchan for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 780 - Enable kernel event lttng_test_filter_event for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 781 - Start tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 782 - Stop lttng tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 783 - Clear session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 784 - Expected fail on rotate session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 785 - Start tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 786 - Stop lttng tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 787 - Validate empty trace\nPASS: tools/clear/test_kernel 788 - Start tracing for session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 789 - Stop lttng tracing for session\nPASS: tools/clear/test_kernel 790 - Validate trace for event lttng_test_filter_event, 32 events\nPASS: tools/clear/test_kernel 791 - Read a total of 32 events, expected between [1, 200000[\nPASS: tools/clear/test_kernel 792 - Destroy session Lr1ddme76bpW3Qjh\nPASS: tools/clear/test_kernel 793 - Create session dbqqpooOHpzfWECy in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 794 - Enable kernel event lttng_test_filter_event for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 795 - Start tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 796 - Stop lttng tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 797 - Clear session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 798 - Expected fail on rotate session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 799 - Start tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 800 - Stop lttng tracing for session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 801 - Validate empty trace\nPASS: tools/clear/test_kernel 802 - Destroy session dbqqpooOHpzfWECy\nPASS: tools/clear/test_kernel 803 - Create session m2o3orqUeXl2nIRk in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 804 - Enable kernel event lttng_test_filter_event for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 805 - Start tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 806 - Rotate session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 807 - Stop lttng tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 808 - Clear session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 809 - Expected fail on rotate session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 810 - Start tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 811 - Stop lttng tracing for session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 812 - Validate trace for event lttng_test_filter_event, 4 events\nPASS: tools/clear/test_kernel 813 - Read a total of 4 events, expected 4\nPASS: tools/clear/test_kernel 814 - Destroy session m2o3orqUeXl2nIRk\nPASS: tools/clear/test_kernel 815 - Create session Ycs8Xjydnoca4FSL in -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web\nPASS: tools/clear/test_kernel 816 - Enable kernel event lttng_test_filter_event for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 817 - Start tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 818 - Stop lttng tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 819 - Clear session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 820 - Expected fail on rotate session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 821 - Start tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 822 - Rotate session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 823 - Stop lttng tracing for session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 824 - Validate trace for event lttng_test_filter_event, 5 events\nPASS: tools/clear/test_kernel 825 - Read a total of 5 events, expected 5\nPASS: tools/clear/test_kernel 826 - Destroy session Ycs8Xjydnoca4FSL\nPASS: tools/clear/test_kernel 827 - Wait after kill session daemon\nPASS: tools/clear/test_kernel 828 - Wait after kill relay daemon\nPASS: tools/clear/test_kernel 829 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXX_kernel_trace_path.wa2web)\nPASS: tools/clear/test_kernel 830 - Start session daemon\nPASS: tools/clear/test_kernel 831 - Create session 6ChCs2VJjn2tAXap with uri:net://localhost and opts:\nPASS: tools/clear/test_kernel 832 - Enable kernel event lttng_test_filter_event for session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 833 - Start tracing for session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 834 - Expected fail on clear session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 835 - Destroy session 6ChCs2VJjn2tAXap\nPASS: tools/clear/test_kernel 836 - Wait after kill session daemon\nPASS: tools/clear/test_kernel 837 - Wait after kill relay daemon\nPASS: tools/tracker/test_event_tracker 1 - Start session daemon\nPASS: tools/tracker/test_event_tracker 2 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8mOPLF\nPASS: tools/tracker/test_event_tracker 3 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 4 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 5 - Track command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 6 - Untrack command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 7 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 8 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 9 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 10 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8mOPLF/ust\" is empty\nPASS: tools/tracker/test_event_tracker 11 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.0kjANd\nPASS: tools/tracker/test_event_tracker 12 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 13 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 14 - Track command with opts: -u --all --vgid\nPASS: tools/tracker/test_event_tracker 15 - Untrack command with opts: -u --all --vgid\nPASS: tools/tracker/test_event_tracker 16 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 17 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 18 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 19 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.0kjANd/ust\" is empty\nPASS: tools/tracker/test_event_tracker 20 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.0Yx6F1\nPASS: tools/tracker/test_event_tracker 21 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 22 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 23 - Track command with opts: -u --vuid 1\nPASS: tools/tracker/test_event_tracker 24 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 25 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 26 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 27 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0Yx6F1/ust\" is empty\nPASS: tools/tracker/test_event_tracker 28 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.4zhfEg\nPASS: tools/tracker/test_event_tracker 29 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 30 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 31 - Track command with opts: -u --vgid 1\nPASS: tools/tracker/test_event_tracker 32 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 33 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 34 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 35 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.4zhfEg/ust\" is empty\nPASS: tools/tracker/test_event_tracker 36 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.0maPgK\nPASS: tools/tracker/test_event_tracker 37 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 38 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 39 - Track command with opts: -u --vuid 1 --vgid 1\nPASS: tools/tracker/test_event_tracker 40 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 41 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 42 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 43 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.0maPgK/ust\" is empty\nPASS: tools/tracker/test_event_tracker 44 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.sl3LW0\nPASS: tools/tracker/test_event_tracker 45 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 46 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 47 - Track command with opts: -u --vuid 1 --vgid 0\nPASS: tools/tracker/test_event_tracker 48 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 49 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 50 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 51 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.sl3LW0/ust\" is empty\nPASS: tools/tracker/test_event_tracker 52 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.N8im18\nPASS: tools/tracker/test_event_tracker 53 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 54 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 55 - Track command with opts: -u --vuid 0 --vgid 1\nPASS: tools/tracker/test_event_tracker 56 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 57 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 58 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 59 - Directory \"/tmp/tmp.XXXXXXXXXX_tracker_trace_path.N8im18/ust\" is empty\nPASS: tools/tracker/test_event_tracker 60 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.dptP5W\nPASS: tools/tracker/test_event_tracker 61 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 62 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 63 - Track command with opts: -u --vuid 0\nPASS: tools/tracker/test_event_tracker 64 - Untrack command with opts: -u --vuid 0\nPASS: tools/tracker/test_event_tracker 65 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 66 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 67 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 68 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.dptP5W/ust\" is empty\nPASS: tools/tracker/test_event_tracker 69 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.g96Qhr\nPASS: tools/tracker/test_event_tracker 70 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 71 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 72 - Track command with opts: -u --vgid 0\nPASS: tools/tracker/test_event_tracker 73 - Untrack command with opts: -u --vgid 0\nPASS: tools/tracker/test_event_tracker 74 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 75 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 76 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 77 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.g96Qhr/ust\" is empty\nPASS: tools/tracker/test_event_tracker 78 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.MGhlVx\nPASS: tools/tracker/test_event_tracker 79 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 80 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 81 - Track command with opts: -u --vuid --all\nPASS: tools/tracker/test_event_tracker 82 - Untrack command with opts: -u --vuid --all\nPASS: tools/tracker/test_event_tracker 83 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 84 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 85 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 86 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.MGhlVx/ust\" is empty\nPASS: tools/tracker/test_event_tracker 87 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zDEB5E\nPASS: tools/tracker/test_event_tracker 88 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 89 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 90 - Track command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 91 - Untrack command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 92 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 93 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 94 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 95 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zDEB5E/ust\" is empty\nPASS: tools/tracker/test_event_tracker 96 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.C6mmUa\nPASS: tools/tracker/test_event_tracker 97 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 98 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 99 - Track command with opts: -u --vuid 0\nPASS: tools/tracker/test_event_tracker 100 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 101 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 102 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 103 - Trace match\nPASS: tools/tracker/test_event_tracker 104 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.g14GWl\nPASS: tools/tracker/test_event_tracker 105 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 106 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 107 - Track command with opts: -u --vgid 0\nPASS: tools/tracker/test_event_tracker 108 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 109 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 110 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 111 - Trace match\nPASS: tools/tracker/test_event_tracker 112 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.gikrYS\nPASS: tools/tracker/test_event_tracker 113 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 114 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 115 - Track command with opts: -u --vuid 0 --vgid 0\nPASS: tools/tracker/test_event_tracker 116 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 117 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 118 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 119 - Trace match\nPASS: tools/tracker/test_event_tracker 120 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.FnrWfX\nPASS: tools/tracker/test_event_tracker 121 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 122 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 123 - Track command with opts: -u --vuid root\nPASS: tools/tracker/test_event_tracker 124 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 125 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 126 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 127 - Trace match\nPASS: tools/tracker/test_event_tracker 128 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.Cvp5aI\nPASS: tools/tracker/test_event_tracker 129 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 130 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 131 - Track command with opts: -u --vgid root\nPASS: tools/tracker/test_event_tracker 132 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 133 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 134 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 135 - Trace match\nPASS: tools/tracker/test_event_tracker 136 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.sXRMqn\nPASS: tools/tracker/test_event_tracker 137 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 138 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 139 - Track command with opts: -u --vuid 0,1\nPASS: tools/tracker/test_event_tracker 140 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 141 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 142 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 143 - Trace match\nPASS: tools/tracker/test_event_tracker 144 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.EIHioB\nPASS: tools/tracker/test_event_tracker 145 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 146 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 147 - Track command with opts: -u --vgid 0,1\nPASS: tools/tracker/test_event_tracker 148 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 149 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 150 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 151 - Trace match\nPASS: tools/tracker/test_event_tracker 152 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.ykXzFf\nPASS: tools/tracker/test_event_tracker 153 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 154 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 155 - Track command with opts: -u --vuid root,1\nPASS: tools/tracker/test_event_tracker 156 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 157 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 158 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 159 - Trace match\nPASS: tools/tracker/test_event_tracker 160 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.qvNo99\nPASS: tools/tracker/test_event_tracker 161 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 162 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 163 - Track command with opts: -u --vgid root,1\nPASS: tools/tracker/test_event_tracker 164 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 165 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 166 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 167 - Trace match\nPASS: tools/tracker/test_event_tracker 168 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.P86rzi\nPASS: tools/tracker/test_event_tracker 169 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 170 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 171 - Track command with opts: -u --vuid --all\nPASS: tools/tracker/test_event_tracker 172 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 173 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 174 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 175 - Trace match\nPASS: tools/tracker/test_event_tracker 176 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.5Kakp1\nPASS: tools/tracker/test_event_tracker 177 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 178 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 179 - Track command with opts: -u --vgid --all\nPASS: tools/tracker/test_event_tracker 180 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 181 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 182 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 183 - Trace match\nPASS: tools/tracker/test_event_tracker 184 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.KULXAb\nPASS: tools/tracker/test_event_tracker 185 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 186 - Track command failed as expected with opts: -u --vuid lttng_unexisting_user\nPASS: tools/tracker/test_event_tracker 187 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 188 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.GAIfjW\nPASS: tools/tracker/test_event_tracker 189 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 190 - Track command failed as expected with opts: -u --vgid lttng_unexisting_group\nPASS: tools/tracker/test_event_tracker 191 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 192 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.6fYF28\nPASS: tools/tracker/test_event_tracker 193 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 194 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 195 - Track command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 196 - Untrack command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 197 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 198 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 199 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 200 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.6fYF28/ust\" is empty\nPASS: tools/tracker/test_event_tracker 201 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.f3hZFm\nPASS: tools/tracker/test_event_tracker 202 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 203 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 204 - Track command with opts: -u --vpid 24378\nPASS: tools/tracker/test_event_tracker 205 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 206 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 207 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 208 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 209 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_track_untrack_trace_path.RGSrs3\nPASS: tools/tracker/test_event_tracker 210 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 211 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 212 - Track command with opts: -u --vpid 24400\nPASS: tools/tracker/test_event_tracker 213 - Untrack command with opts: -u --vpid 24400\nPASS: tools/tracker/test_event_tracker 214 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 215 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 216 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 217 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 218 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.BSki7S\nPASS: tools/tracker/test_event_tracker 219 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 220 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 221 - Track command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 222 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 223 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 224 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 225 - Trace match\nPASS: tools/tracker/test_event_tracker 226 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.OBMkKF\nPASS: tools/tracker/test_event_tracker 227 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 228 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 229 - Track command with opts: -u --vpid 24446\nPASS: tools/tracker/test_event_tracker 230 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 231 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 232 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 233 - Validate trace for event tp:tptest, 1 events\nPASS: tools/tracker/test_event_tracker 234 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_ust_vpid_untrack_snapshot_trace_path.dhzoSZ\nPASS: tools/tracker/test_event_tracker 235 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 236 - Untrack command with opts: -u --vpid --all\nPASS: tools/tracker/test_event_tracker 237 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 238 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 239 - Snapshot recorded\nPASS: tools/tracker/test_event_tracker 240 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 241 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 242 - Number of snapshot is zero\nPASS: tools/tracker/test_event_tracker 243 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.p5uE1g\nPASS: tools/tracker/test_event_tracker 244 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 245 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 246 - Track command with opts: -u --pid 24490\nPASS: tools/tracker/test_event_tracker 247 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 248 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 249 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 250 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 251 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_track_untrack_trace_path.3GYDmE\nPASS: tools/tracker/test_event_tracker 252 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 253 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 254 - Track command with opts: -u --pid 24512\nPASS: tools/tracker/test_event_tracker 255 - Untrack command with opts: -u --pid 24512\nPASS: tools/tracker/test_event_tracker 256 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 257 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 258 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 259 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 260 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zJRtkL\nPASS: tools/tracker/test_event_tracker 261 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 262 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 263 - Track command with opts: -u --pid --all\nPASS: tools/tracker/test_event_tracker 264 - Untrack command with opts: -u --pid --all\nPASS: tools/tracker/test_event_tracker 265 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 266 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 267 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 268 - Directory \"/tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.zJRtkL/ust\" is empty\nPASS: tools/tracker/test_event_tracker 269 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.ymZ3rd\nPASS: tools/tracker/test_event_tracker 270 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 271 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 272 - Track command with opts: -u --pid --all\nPASS: tools/tracker/test_event_tracker 273 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 274 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 275 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 276 - Trace match\nPASS: tools/tracker/test_event_tracker 277 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.UojLmi\nPASS: tools/tracker/test_event_tracker 278 - Enable ust event tp:tptest for session tracker\nPASS: tools/tracker/test_event_tracker 279 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 280 - Track command with opts: -u --pid 24580\nPASS: tools/tracker/test_event_tracker 281 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 282 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 283 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 284 - Validate trace for event tp:tptest, 1 events\nPASS: tools/tracker/test_event_tracker 285 - Loading lttng-test module\nPASS: tools/tracker/test_event_tracker 286 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.jXMcTo\nPASS: tools/tracker/test_event_tracker 287 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 288 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 289 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 290 - Track command with opts: -k --vuid 1\nPASS: tools/tracker/test_event_tracker 291 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 292 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 293 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 294 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 295 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.ws1EgM\nPASS: tools/tracker/test_event_tracker 296 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 297 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 298 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 299 - Track command with opts: -k --vgid 1\nPASS: tools/tracker/test_event_tracker 300 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 301 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 302 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 303 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 304 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.NH387O\nPASS: tools/tracker/test_event_tracker 305 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 306 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 307 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 308 - Track command with opts: -k --vuid 1 --vgid 1\nPASS: tools/tracker/test_event_tracker 309 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 310 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 311 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 312 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 313 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.xK5NlU\nPASS: tools/tracker/test_event_tracker 314 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 315 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 316 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 317 - Track command with opts: -k --vuid 1 --vgid 0\nPASS: tools/tracker/test_event_tracker 318 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 319 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 320 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 321 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 322 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.92F5Qd\nPASS: tools/tracker/test_event_tracker 323 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 324 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 325 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 326 - Track command with opts: -k --vuid 0 --vgid 1\nPASS: tools/tracker/test_event_tracker 327 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 328 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 329 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 330 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 331 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.UJ4Il4\nPASS: tools/tracker/test_event_tracker 332 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 333 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 334 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 335 - Track command with opts: -k --vuid 0\nPASS: tools/tracker/test_event_tracker 336 - Untrack command with opts: -k --vuid 0\nPASS: tools/tracker/test_event_tracker 337 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 338 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 339 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 340 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 341 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.2lzQno\nPASS: tools/tracker/test_event_tracker 342 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 343 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 344 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 345 - Track command with opts: -k --vgid 0\nPASS: tools/tracker/test_event_tracker 346 - Untrack command with opts: -k --vgid 0\nPASS: tools/tracker/test_event_tracker 347 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 348 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 349 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 350 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 351 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.r2FC2r\nPASS: tools/tracker/test_event_tracker 352 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 353 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 354 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 355 - Track command with opts: -k --vuid --all\nPASS: tools/tracker/test_event_tracker 356 - Untrack command with opts: -k --vuid --all\nPASS: tools/tracker/test_event_tracker 357 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 358 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 359 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 360 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 361 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.yO5Udz\nPASS: tools/tracker/test_event_tracker 362 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 363 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 364 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 365 - Track command with opts: -k --vgid --all\nPASS: tools/tracker/test_event_tracker 366 - Untrack command with opts: -k --vgid --all\nPASS: tools/tracker/test_event_tracker 367 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 368 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 369 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 370 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 371 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.kAsG5v\nPASS: tools/tracker/test_event_tracker 372 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 373 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 374 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 375 - Track command with opts: -k --vuid 0\nPASS: tools/tracker/test_event_tracker 376 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 377 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 378 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 379 - Trace match\nPASS: tools/tracker/test_event_tracker 380 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.aEFjV9\nPASS: tools/tracker/test_event_tracker 381 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 382 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 383 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 384 - Track command with opts: -k --vgid 0\nPASS: tools/tracker/test_event_tracker 385 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 386 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 387 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 388 - Trace match\nPASS: tools/tracker/test_event_tracker 389 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.81IcdG\nPASS: tools/tracker/test_event_tracker 390 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 391 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 392 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 393 - Track command with opts: -k --vuid 0 --vgid 0\nPASS: tools/tracker/test_event_tracker 394 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 395 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 396 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 397 - Trace match\nPASS: tools/tracker/test_event_tracker 398 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.RKhSKA\nPASS: tools/tracker/test_event_tracker 399 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 400 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 401 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 402 - Track command with opts: -k --vuid root\nPASS: tools/tracker/test_event_tracker 403 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 404 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 405 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 406 - Trace match\nPASS: tools/tracker/test_event_tracker 407 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.Zy8PYB\nPASS: tools/tracker/test_event_tracker 408 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 409 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 410 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 411 - Track command with opts: -k --vgid root\nPASS: tools/tracker/test_event_tracker 412 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 413 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 414 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 415 - Trace match\nPASS: tools/tracker/test_event_tracker 416 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.u5RTZC\nPASS: tools/tracker/test_event_tracker 417 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 418 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 419 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 420 - Track command with opts: -k --vuid 0,1\nPASS: tools/tracker/test_event_tracker 421 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 422 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 423 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 424 - Trace match\nPASS: tools/tracker/test_event_tracker 425 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.4kXAXx\nPASS: tools/tracker/test_event_tracker 426 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 427 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 428 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 429 - Track command with opts: -k --vgid 0,1\nPASS: tools/tracker/test_event_tracker 430 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 431 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 432 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 433 - Trace match\nPASS: tools/tracker/test_event_tracker 434 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.wzQnhC\nPASS: tools/tracker/test_event_tracker 435 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 436 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 437 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 438 - Track command with opts: -k --vuid root,1\nPASS: tools/tracker/test_event_tracker 439 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 440 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 441 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 442 - Trace match\nPASS: tools/tracker/test_event_tracker 443 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.EePK7B\nPASS: tools/tracker/test_event_tracker 444 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 445 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 446 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 447 - Track command with opts: -k --vgid root,1\nPASS: tools/tracker/test_event_tracker 448 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 449 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 450 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 451 - Trace match\nPASS: tools/tracker/test_event_tracker 452 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.5ZPipD\nPASS: tools/tracker/test_event_tracker 453 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 454 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 455 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 456 - Track command with opts: -k --vuid --all\nPASS: tools/tracker/test_event_tracker 457 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 458 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 459 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 460 - Trace match\nPASS: tools/tracker/test_event_tracker 461 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.tJwF7W\nPASS: tools/tracker/test_event_tracker 462 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 463 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 464 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 465 - Track command with opts: -k --vgid --all\nPASS: tools/tracker/test_event_tracker 466 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 467 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 468 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 469 - Trace match\nPASS: tools/tracker/test_event_tracker 470 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.7fZygG\nPASS: tools/tracker/test_event_tracker 471 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 472 - Track command failed as expected with opts: -k --vuid lttng_unexisting_user\nPASS: tools/tracker/test_event_tracker 473 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 474 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.F9jQCA\nPASS: tools/tracker/test_event_tracker 475 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 476 - Track command failed as expected with opts: -k --vgid lttng_unexisting_group\nPASS: tools/tracker/test_event_tracker 477 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 478 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.wBWorS\nPASS: tools/tracker/test_event_tracker 479 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 480 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 481 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 482 - Track command with opts: -k --uid 1\nPASS: tools/tracker/test_event_tracker 483 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 484 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 485 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 486 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 487 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.hYELWL\nPASS: tools/tracker/test_event_tracker 488 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 489 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 490 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 491 - Track command with opts: -k --gid 1\nPASS: tools/tracker/test_event_tracker 492 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 493 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 494 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 495 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 496 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.8Gxzjl\nPASS: tools/tracker/test_event_tracker 497 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 498 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 499 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 500 - Track command with opts: -k --uid 1 --gid 1\nPASS: tools/tracker/test_event_tracker 501 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 502 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 503 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 504 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 505 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.Ct2Y7G\nPASS: tools/tracker/test_event_tracker 506 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 507 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 508 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 509 - Track command with opts: -k --uid 1 --gid 0\nPASS: tools/tracker/test_event_tracker 510 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 511 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 512 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 513 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 514 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.c75nlh\nPASS: tools/tracker/test_event_tracker 515 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 516 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 517 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 518 - Track command with opts: -k --uid 0 --gid 1\nPASS: tools/tracker/test_event_tracker 519 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 520 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 521 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 522 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 523 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.hWGZUe\nPASS: tools/tracker/test_event_tracker 524 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 525 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 526 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 527 - Track command with opts: -k --uid 0\nPASS: tools/tracker/test_event_tracker 528 - Untrack command with opts: -k --uid 0\nPASS: tools/tracker/test_event_tracker 529 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 530 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 531 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 532 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 533 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.GJO3T9\nPASS: tools/tracker/test_event_tracker 534 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 535 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 536 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 537 - Track command with opts: -k --gid 0\nPASS: tools/tracker/test_event_tracker 538 - Untrack command with opts: -k --gid 0\nPASS: tools/tracker/test_event_tracker 539 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 540 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 541 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 542 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 543 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.8gWRQA\nPASS: tools/tracker/test_event_tracker 544 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 545 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 546 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 547 - Track command with opts: -k --uid --all\nPASS: tools/tracker/test_event_tracker 548 - Untrack command with opts: -k --uid --all\nPASS: tools/tracker/test_event_tracker 549 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 550 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 551 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 552 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 553 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.hKifB3\nPASS: tools/tracker/test_event_tracker 554 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 555 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 556 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 557 - Track command with opts: -k --gid --all\nPASS: tools/tracker/test_event_tracker 558 - Untrack command with opts: -k --gid --all\nPASS: tools/tracker/test_event_tracker 559 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 560 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 561 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 562 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 563 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.BRgGDh\nPASS: tools/tracker/test_event_tracker 564 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 565 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 566 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 567 - Track command with opts: -k --uid 0\nPASS: tools/tracker/test_event_tracker 568 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 569 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 570 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 571 - Trace match\nPASS: tools/tracker/test_event_tracker 572 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.FwxFme\nPASS: tools/tracker/test_event_tracker 573 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 574 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 575 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 576 - Track command with opts: -k --gid 0\nPASS: tools/tracker/test_event_tracker 577 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 578 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 579 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 580 - Trace match\nPASS: tools/tracker/test_event_tracker 581 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.gFpEvn\nPASS: tools/tracker/test_event_tracker 582 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 583 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 584 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 585 - Track command with opts: -k --uid 0 --gid 0\nPASS: tools/tracker/test_event_tracker 586 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 587 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 588 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 589 - Trace match\nPASS: tools/tracker/test_event_tracker 590 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.TxLtoR\nPASS: tools/tracker/test_event_tracker 591 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 592 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 593 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 594 - Track command with opts: -k --uid root\nPASS: tools/tracker/test_event_tracker 595 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 596 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 597 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 598 - Trace match\nPASS: tools/tracker/test_event_tracker 599 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.OvTC1E\nPASS: tools/tracker/test_event_tracker 600 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 601 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 602 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 603 - Track command with opts: -k --gid root\nPASS: tools/tracker/test_event_tracker 604 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 605 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 606 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 607 - Trace match\nPASS: tools/tracker/test_event_tracker 608 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.3lhm8o\nPASS: tools/tracker/test_event_tracker 609 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 610 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 611 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 612 - Track command with opts: -k --uid 0,1\nPASS: tools/tracker/test_event_tracker 613 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 614 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 615 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 616 - Trace match\nPASS: tools/tracker/test_event_tracker 617 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.AwAMRh\nPASS: tools/tracker/test_event_tracker 618 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 619 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 620 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 621 - Track command with opts: -k --gid 0,1\nPASS: tools/tracker/test_event_tracker 622 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 623 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 624 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 625 - Trace match\nPASS: tools/tracker/test_event_tracker 626 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.zHqaVf\nPASS: tools/tracker/test_event_tracker 627 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 628 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 629 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 630 - Track command with opts: -k --uid root,1\nPASS: tools/tracker/test_event_tracker 631 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 632 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 633 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 634 - Trace match\nPASS: tools/tracker/test_event_tracker 635 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.g4QH6K\nPASS: tools/tracker/test_event_tracker 636 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 637 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 638 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 639 - Track command with opts: -k --gid root,1\nPASS: tools/tracker/test_event_tracker 640 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 641 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 642 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 643 - Trace match\nPASS: tools/tracker/test_event_tracker 644 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.b1Juo8\nPASS: tools/tracker/test_event_tracker 645 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 646 - Track command failed as expected with opts: -k --uid lttng_unexisting_user\nPASS: tools/tracker/test_event_tracker 647 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 648 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_fail_trace_path.mPJGy2\nPASS: tools/tracker/test_event_tracker 649 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 650 - Track command failed as expected with opts: -k --gid lttng_unexisting_group\nPASS: tools/tracker/test_event_tracker 651 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 652 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.4SsTBD\nPASS: tools/tracker/test_event_tracker 653 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 654 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 655 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 656 - Track command with opts: -k --vpid --all\nPASS: tools/tracker/test_event_tracker 657 - Untrack command with opts: -k --vpid --all\nPASS: tools/tracker/test_event_tracker 658 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 659 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 660 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 661 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 662 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.Zed7YV\nPASS: tools/tracker/test_event_tracker 663 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 664 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 665 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 666 - Track command with opts: -k --vpid 25371\nPASS: tools/tracker/test_event_tracker 667 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 668 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 669 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 670 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 671 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_track_untrack_trace_path.PYWkc4\nPASS: tools/tracker/test_event_tracker 672 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 673 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 674 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 675 - Track command with opts: -k --vpid 25389\nPASS: tools/tracker/test_event_tracker 676 - Untrack command with opts: -k --vpid 25389\nPASS: tools/tracker/test_event_tracker 677 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 678 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 679 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 680 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 681 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.66INNA\nPASS: tools/tracker/test_event_tracker 682 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 683 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 684 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 685 - Track command with opts: -k --vpid --all\nPASS: tools/tracker/test_event_tracker 686 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 687 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 688 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 689 - Trace match\nPASS: tools/tracker/test_event_tracker 690 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_vpid_tracker_trace_path.CV7e8s\nPASS: tools/tracker/test_event_tracker 691 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 692 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 693 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 694 - Track command with opts: -k --vpid 25427\nPASS: tools/tracker/test_event_tracker 695 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 696 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 697 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 698 - Validate trace for event lttng_test_filter_event, 1 events\nPASS: tools/tracker/test_event_tracker 699 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.fcNQhA\nPASS: tools/tracker/test_event_tracker 700 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 701 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 702 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 703 - Track command with opts: -k --pid 25446\nPASS: tools/tracker/test_event_tracker 704 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 705 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 706 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 707 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 708 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_track_untrack_trace_path.sSvS3t\nPASS: tools/tracker/test_event_tracker 709 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 710 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 711 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 712 - Track command with opts: -k --pid 25464\nPASS: tools/tracker/test_event_tracker 713 - Untrack command with opts: -k --pid 25464\nPASS: tools/tracker/test_event_tracker 714 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 715 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 716 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 717 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 718 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_track_untrack_trace_path.XHfvHn\nPASS: tools/tracker/test_event_tracker 719 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 720 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 721 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 722 - Track command with opts: -k --pid --all\nPASS: tools/tracker/test_event_tracker 723 - Untrack command with opts: -k --pid --all\nPASS: tools/tracker/test_event_tracker 724 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 725 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 726 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 727 - Validate empty trace\nPASS: tools/tracker/test_event_tracker 728 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_tracker_trace_path.KgNqrS\nPASS: tools/tracker/test_event_tracker 729 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 730 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 731 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 732 - Track command with opts: -k --pid --all\nPASS: tools/tracker/test_event_tracker 733 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 734 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 735 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 736 - Trace match\nPASS: tools/tracker/test_event_tracker 737 - Create session tracker in -o /tmp/tmp.XXXXXXXXXX_pid_tracker_trace_path.Ho8rlk\nPASS: tools/tracker/test_event_tracker 738 - Enable channel chan for session tracker\nPASS: tools/tracker/test_event_tracker 739 - Enable kernel event lttng_test_filter_event for session tracker\nPASS: tools/tracker/test_event_tracker 740 - Start tracing for session\nPASS: tools/tracker/test_event_tracker 741 - Track command with opts: -k --pid 25522\nPASS: tools/tracker/test_event_tracker 742 - Traced application stopped.\nPASS: tools/tracker/test_event_tracker 743 - Stop lttng tracing for session\nPASS: tools/tracker/test_event_tracker 744 - Destroy session tracker\nPASS: tools/tracker/test_event_tracker 745 - Validate trace for event lttng_test_filter_event, 1 events\nPASS: tools/tracker/test_event_tracker 746 - Unloading lttng-test module\nPASS: tools/tracker/test_event_tracker 747 - Wait after kill session daemon\nPASS: tools/trigger/start-stop/test_start_stop 1 - Create session my_triggered_session in -o /tmp/test-start-action-trace.pMB5rB\nPASS: tools/trigger/start-stop/test_start_stop 2 - Enable ust event tp:tptest for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 3 - Session \"my_triggered_session\" is inactive\nPASS: tools/trigger/start-stop/test_start_stop 4 - Add trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 5 - notification client exited successfully\nPASS: tools/trigger/start-stop/test_start_stop 6 - Session \"my_triggered_session\" is active\nPASS: tools/trigger/start-stop/test_start_stop 7 - Remove trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 8 - Stop lttng tracing for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 9 - Destroy session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 10 - Create session my_triggered_session in -o /tmp/test-stop-action-trace.0O6SNz\nPASS: tools/trigger/start-stop/test_start_stop 11 - Enable ust event tp:tptest for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 12 - Start tracing for session my_triggered_session\nPASS: tools/trigger/start-stop/test_start_stop 13 - Session \"my_triggered_session\" is active\nPASS: tools/trigger/start-stop/test_start_stop 14 - Add trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 15 - notification client exited successfully\nPASS: tools/trigger/start-stop/test_start_stop 16 - Session \"my_triggered_session\" is inactive\nPASS: tools/trigger/start-stop/test_start_stop 17 - Remove trigger trigger1\nPASS: tools/trigger/start-stop/test_start_stop 18 - Destroy session my_triggered_session\nPASS: tools/trigger/test_add_trigger_cli 1 - explicit name: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 2 - explicit name: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 3 - explicit name: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 4 - --condition event-rule-matches some-event --type=user: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 5 - --condition event-rule-matches some-event --type=user: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 6 - --condition event-rule-matches some-event --type=user: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 7 - --condition event-rule-matches --type=user: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 8 - --condition event-rule-matches --type=user: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 9 - --condition event-rule-matches --type=user: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 10 - notify action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 11 - notify action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 12 - notify action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 13 - start session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 14 - start session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 15 - start session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 16 - stop session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 17 - stop session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 18 - stop session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 19 - snapshot session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 20 - snapshot session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 21 - snapshot session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 22 - rotate session action policies: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 23 - rotate session action policies: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 24 - rotate session action policies: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 25 - --log-level single level: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 26 - --log-level single level: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 27 - --log-level single level: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 28 - --log-level range open max: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 29 - --log-level range open max: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 30 - --log-level range open max: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 31 - --log-level range any: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 32 - --log-level range any: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 33 - --log-level range any: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 34 - --exclude-name one: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 35 - --exclude-name one: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 36 - --exclude-name one: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 37 - --exclude-name two: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 38 - --exclude-name two: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 39 - --exclude-name two: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 40 - --condition event-rule-matches probe by symbol: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 41 - --condition event-rule-matches probe by symbol: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 42 - --condition event-rule-matches probe by symbol: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 43 - --condition event-rule-matches probe by symbol with offset: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 44 - --condition event-rule-matches probe by symbol with offset: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 45 - --condition event-rule-matches probe by symbol with offset: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 46 - --condition event-rule-matches probe by address: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 47 - --condition event-rule-matches probe by address: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 48 - --condition event-rule-matches probe by address: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 49 - --condition event-rule-matches probe by symbol: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 50 - --condition event-rule-matches probe by symbol: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 51 - --condition event-rule-matches probe by symbol: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 52 - --condition event-rule-matches probe by symbol with offset: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 53 - --condition event-rule-matches probe by symbol with offset: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 54 - --condition event-rule-matches probe by symbol with offset: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 55 - --condition event-rule-matches probe by address: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 56 - --condition event-rule-matches probe by address: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 57 - --condition event-rule-matches probe by address: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 58 - --condition event-rule-matches uprobe: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 59 - --condition event-rule-matches uprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 60 - --condition event-rule-matches uprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 61 - --condition event-rule-matches uprobe with elf prefix: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 62 - --condition event-rule-matches uprobe with elf prefix: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 63 - --condition event-rule-matches uprobe with elf prefix: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 64 - --condition event-rule-matches one syscall: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 65 - --condition event-rule-matches one syscall: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 66 - --condition event-rule-matches one syscall: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 67 - --condition event-rule-matches all syscalls: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 68 - --condition event-rule-matches all syscalls: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 69 - --condition event-rule-matches all syscalls: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 70 - --condition event-rule-matches one syscall with filter: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 71 - --condition event-rule-matches one syscall with filter: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 72 - --condition event-rule-matches one syscall with filter: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 73 - --condition event-rule-matches one syscall:entry: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 74 - --condition event-rule-matches one syscall:entry: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 75 - --condition event-rule-matches one syscall:entry: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 76 - --condition event-rule-matches one syscall:exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 77 - --condition event-rule-matches one syscall:exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 78 - --condition event-rule-matches one syscall:exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 79 - --condition event-rule-matches one syscall:entry-exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 80 - --condition event-rule-matches one syscall:entry-exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 81 - --condition event-rule-matches one syscall:entry-exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 82 - --condition event-rule-matches one syscall: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 83 - --condition event-rule-matches one syscall: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 84 - --condition event-rule-matches one syscall: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 85 - --condition event-rule-matches one kernel:syscall:entry: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 86 - --condition event-rule-matches one kernel:syscall:entry: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 87 - --condition event-rule-matches one kernel:syscall:entry: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 88 - --condition event-rule-matches one kernel:syscall:exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 89 - --condition event-rule-matches one kernel:syscall:exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 90 - --condition event-rule-matches one kernel:syscall:exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 91 - --condition event-rule-matches one kernel:syscall:entry-exit: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 92 - --condition event-rule-matches one kernel:syscall:entry-exit: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 93 - --condition event-rule-matches one kernel:syscall:entry-exit: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 94 - --action notify: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 95 - --action notify: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 96 - --action notify: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 97 - --action notify --capture foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 98 - --action notify --capture foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 99 - --action notify --capture foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 100 - --action notify --capture foo[2]: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 101 - --action notify --capture foo[2]: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 102 - --action notify --capture foo[2]: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 103 - --action notify --capture $ctx.foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 104 - --action notify --capture $ctx.foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 105 - --action notify --capture $ctx.foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 106 - --action notify --capture $ctx.foo[2]: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 107 - --action notify --capture $ctx.foo[2]: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 108 - --action notify --capture $ctx.foo[2]: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 109 - --action notify --capture $app.prov:type: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 110 - --action notify --capture $app.prov:type: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 111 - --action notify --capture $app.prov:type: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 112 - --action notify --capture $app.prov:type[2]: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 113 - --action notify --capture $app.prov:type[2]: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 114 - --action notify --capture $app.prov:type[2]: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 115 - --action notify multiple captures: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 116 - --action notify multiple captures: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 117 - --action notify multiple captures: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 118 - --action start-session: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 119 - --action start-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 120 - --action start-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 121 - --action stop-session foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 122 - --action stop-session foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 123 - --action stop-session foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 124 - --action rotate-session foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 125 - --action rotate-session foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 126 - --action rotate-session foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 127 - --action snapshot-session foo: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 128 - --action snapshot-session foo: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 129 - --action snapshot-session foo: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 130 - --action snapshot-session with file URI: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 131 - --action snapshot-session with file URI: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 132 - --action snapshot-session with file URI: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 133 - --action snapshot-session with net URI: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 134 - --action snapshot-session with net URI: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 135 - --action snapshot-session with net URI: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 136 - --action snapshot-session with ctrl/data URIs: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 137 - --action snapshot-session with ctrl/data URIs: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 138 - --action snapshot-session with ctrl/data URIs: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 139 - no args: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 140 - no args: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 141 - no args: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 142 - unknown option: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 143 - unknown option: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 144 - unknown option: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 145 - missing --action: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 146 - missing --action: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 147 - missing --action: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 148 - two --condition: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 149 - two --condition: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 150 - two --condition: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 151 - missing argument to --name: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 152 - missing argument to --name: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 153 - missing argument to --name: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 154 - missing argument to --rate-policy=once-after: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 155 - missing argument to --rate-policy=once-after: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 156 - missing argument to --rate-policy=once-after: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 157 - invalid argument to --rate-policy=once-after: non-digit character: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 158 - invalid argument to --rate-policy=once-after: non-digit character: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 159 - invalid argument to --rate-policy=once-after: non-digit character: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 160 - invalid argument to --rate-policy=once-after: empty string: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 161 - invalid argument to --rate-policy=once-after: empty string: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 162 - invalid argument to --rate-policy=once-after: empty string: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 163 - missing argument to --rate-policy=every: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 164 - missing argument to --rate-policy=every: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 165 - missing argument to --rate-policy=every: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 166 - invalid argument to --rate-policy=every: non-digit character: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 167 - invalid argument to --rate-policy=every: non-digit character: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 168 - invalid argument to --rate-policy=every: non-digit character: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 169 - invalid argument to --rate-policy=every: empty string: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 170 - invalid argument to --rate-policy=every: empty string: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 171 - invalid argument to --rate-policy=every: empty string: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 172 - invalid argument to --rate-policy: unknown policy type: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 173 - invalid argument to --rate-policy: unknown policy type: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 174 - invalid argument to --rate-policy: unknown policy type: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 175 - missing args after --condition: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 176 - missing args after --condition: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 177 - missing args after --condition: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 178 - unknown --condition: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 179 - unknown --condition: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 180 - unknown --condition: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 181 - unknown --condition=: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 182 - unknown --condition=: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 183 - unknown --condition=: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 184 - missing args after --condition event-rule-matches: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 185 - missing args after --condition event-rule-matches: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 186 - missing args after --condition event-rule-matches: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 187 - extra args after --condition event-rule-matches: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 188 - extra args after --condition event-rule-matches: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 189 - extra args after --condition event-rule-matches: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 190 - --log-level unknown level: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 191 - --log-level unknown level: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 192 - --log-level unknown level: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 193 - --condition event-rule-matches: --name with --type=kprobe: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 194 - --condition event-rule-matches: --name with --type=kprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 195 - --condition event-rule-matches: --name with --type=kprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 196 - --condition event-rule-matches: --name with --type=kernel:kprobe: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 197 - --condition event-rule-matches: --name with --type=kernel:kprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 198 - --condition event-rule-matches: --name with --type=kernel:kprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 199 - --condition event-rule-matches: --location with user tracepoint event rule: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 200 - --condition event-rule-matches: --location with user tracepoint event rule: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 201 - --condition event-rule-matches: --location with user tracepoint event rule: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 202 - --condition event-rule-matches: --event-name with user tracepoint event rule: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 203 - --condition event-rule-matches: --event-name with user tracepoint event rule: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 204 - --condition event-rule-matches: --event-name with user tracepoint event rule: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 205 - --condition event-rule-matches: extra argument with --type=kernel:uprobe: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 206 - --condition event-rule-matches: extra argument with --type=kernel:uprobe: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 207 - --condition event-rule-matches: extra argument with --type=kernel:uprobe: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 208 - --condition event-rule-matches: extra argument with --type=syscall: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 209 - --condition event-rule-matches: extra argument with --type=syscall: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 210 - --condition event-rule-matches: extra argument with --type=syscall: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 211 - --condition event-rule-matches: --type=syscall:nope: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 212 - --condition event-rule-matches: --type=syscall:nope: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 213 - --condition event-rule-matches: --type=syscall:nope: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 214 - --exclude-name with non-glob name: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 215 - --exclude-name with non-glob name: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 216 - --exclude-name with non-glob name: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 217 - --condition event-rule-matches --capture: missing argument (end of arg list): exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 218 - --condition event-rule-matches --capture: missing argument (end of arg list): expected stdout\nPASS: tools/trigger/test_add_trigger_cli 219 - --condition event-rule-matches --capture: missing argument (end of arg list): expected stderr\nPASS: tools/trigger/test_add_trigger_cli 220 - --condition event-rule-matches --capture: missing argument (before another option): exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 221 - --condition event-rule-matches --capture: missing argument (before another option): expected stdout\nPASS: tools/trigger/test_add_trigger_cli 222 - --condition event-rule-matches --capture: missing argument (before another option): expected stderr\nPASS: tools/trigger/test_add_trigger_cli 223 - --condition event-rule-matches --capture: binary operator: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 224 - --condition event-rule-matches --capture: binary operator: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 225 - --condition event-rule-matches --capture: binary operator: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 226 - --condition event-rule-matches --capture: unary operator: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 227 - --condition event-rule-matches --capture: unary operator: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 228 - --condition event-rule-matches --capture: unary operator: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 229 - --condition event-rule-matches --capture: logical operator: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 230 - --condition event-rule-matches --capture: logical operator: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 231 - --condition event-rule-matches --capture: logical operator: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 232 - --condition event-rule-matches --capture: accessing a sub-field: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 233 - --condition event-rule-matches --capture: accessing a sub-field: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 234 - --condition event-rule-matches --capture: accessing a sub-field: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 235 - --condition event-rule-matches --capture: accessing the sub-field of an array element: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 236 - --condition event-rule-matches --capture: accessing the sub-field of an array element: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 237 - --condition event-rule-matches --capture: accessing the sub-field of an array element: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 238 - --condition event-rule-matches --capture: missing colon in app-specific context field: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 239 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 240 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 241 - --condition event-rule-matches --capture: missing colon in app-specific context field: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 242 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 243 - --condition event-rule-matches --capture: missing colon in app-specific context field: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 244 - missing args after --action: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 245 - missing args after --action: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 246 - missing args after --action: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 247 - unknown --action: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 248 - unknown --action: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 249 - unknown --action: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 250 - unknown --action=: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 251 - unknown --action=: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 252 - unknown --action=: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 253 - extra arg after --action notify: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 254 - extra arg after --action notify: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 255 - extra arg after --action notify: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 256 - missing arg after --action start-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 257 - missing arg after --action start-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 258 - missing arg after --action start-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 259 - extra arg after --action start-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 260 - extra arg after --action start-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 261 - extra arg after --action start-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 262 - missing arg after --action stop-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 263 - missing arg after --action stop-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 264 - missing arg after --action stop-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 265 - extra arg after --action stop-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 266 - extra arg after --action stop-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 267 - extra arg after --action stop-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 268 - missing arg after --action rotate-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 269 - missing arg after --action rotate-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 270 - missing arg after --action rotate-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 271 - extra arg after --action rotate-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 272 - extra arg after --action rotate-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 273 - extra arg after --action rotate-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 274 - missing arg after --action snapshot-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 275 - missing arg after --action snapshot-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 276 - missing arg after --action snapshot-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 277 - extra arg after --action snapshot-session: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 278 - extra arg after --action snapshot-session: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 279 - extra arg after --action snapshot-session: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 280 - snapshot-session action, --max-size without destination: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 281 - snapshot-session action, --max-size without destination: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 282 - snapshot-session action, --max-size without destination: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 283 - snapshot-session action, --name without destination: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 284 - snapshot-session action, --name without destination: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 285 - snapshot-session action, --name without destination: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 286 - snapshot-session action, --name with-local-path-instead-of-url: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 287 - snapshot-session action, --name with-local-path-instead-of-url: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 288 - snapshot-session action, --name with-local-path-instead-of-url: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 289 - snapshot-session action, --name with-net-url-instead-of-path: exit code is not 0\nPASS: tools/trigger/test_add_trigger_cli 290 - snapshot-session action, --name with-net-url-instead-of-path: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 291 - snapshot-session action, --name with-net-url-instead-of-path: expected stderr\nPASS: tools/trigger/test_add_trigger_cli 292 - add-trigger mi: exit code is 0\nPASS: tools/trigger/test_add_trigger_cli 293 - add-trigger mi is valid\nPASS: tools/trigger/test_add_trigger_cli 294 - mi: expected stdout\nPASS: tools/trigger/test_add_trigger_cli 295 - mi: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 1 - Add trigger hello\nPASS: tools/trigger/test_list_triggers_cli 2 - top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 3 - top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 4 - top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 5 - MI top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 6 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 7 - MI top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 8 - MI top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 9 - Remove trigger hello\nPASS: tools/trigger/test_list_triggers_cli 10 - Add trigger C\nPASS: tools/trigger/test_list_triggers_cli 11 - Add trigger A\nPASS: tools/trigger/test_list_triggers_cli 12 - Add trigger D\nPASS: tools/trigger/test_list_triggers_cli 13 - Add trigger B\nPASS: tools/trigger/test_list_triggers_cli 14 - Add trigger E\nPASS: tools/trigger/test_list_triggers_cli 15 - Add trigger J\nPASS: tools/trigger/test_list_triggers_cli 16 - Add trigger F\nPASS: tools/trigger/test_list_triggers_cli 17 - Add trigger G\nPASS: tools/trigger/test_list_triggers_cli 18 - Add trigger H\nPASS: tools/trigger/test_list_triggers_cli 19 - Add trigger I\nPASS: tools/trigger/test_list_triggers_cli 20 - event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 21 - event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 22 - event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 23 - MI event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 24 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 25 - MI event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 26 - MI event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 27 - Remove trigger A\nPASS: tools/trigger/test_list_triggers_cli 28 - Remove trigger B\nPASS: tools/trigger/test_list_triggers_cli 29 - Remove trigger C\nPASS: tools/trigger/test_list_triggers_cli 30 - Remove trigger D\nPASS: tools/trigger/test_list_triggers_cli 31 - Remove trigger E\nPASS: tools/trigger/test_list_triggers_cli 32 - Remove trigger F\nPASS: tools/trigger/test_list_triggers_cli 33 - Remove trigger G\nPASS: tools/trigger/test_list_triggers_cli 34 - Remove trigger H\nPASS: tools/trigger/test_list_triggers_cli 35 - Remove trigger I\nPASS: tools/trigger/test_list_triggers_cli 36 - Remove trigger J\nPASS: tools/trigger/test_list_triggers_cli 37 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 38 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 39 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 40 - event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 41 - event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 42 - event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 43 - MI event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 44 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 45 - MI event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 46 - MI event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 47 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 48 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 49 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 50 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 51 - event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 52 - event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 53 - event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 54 - MI event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 55 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 56 - MI event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 57 - MI event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 58 - Remove trigger T0\nSKIP: tools/trigger/test_list_triggers_cli 59 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 60 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 61 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 62 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 63 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 64 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 65 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 66 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 67 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nPASS: tools/trigger/test_list_triggers_cli 68 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 69 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 70 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 71 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 72 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 73 - event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 74 - event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 75 - event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 76 - MI event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 77 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 78 - MI event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 79 - MI event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 80 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 81 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 82 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 83 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 84 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 85 - session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 86 - session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 87 - session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 88 - MI session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 89 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 90 - MI session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 91 - MI session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 92 - Remove trigger trigger-with-session-consumed-size-condition\nPASS: tools/trigger/test_list_triggers_cli 93 - buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 94 - buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 95 - buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 96 - MI buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 97 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 98 - MI buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 99 - MI buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 100 - Remove trigger trigger-with-buffer-usage-high-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 101 - Remove trigger trigger-with-buffer-usage-high-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 102 - Remove trigger trigger-with-buffer-usage-low-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 103 - Remove trigger trigger-with-buffer-usage-low-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 104 - session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 105 - session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 106 - session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 107 - MI session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 108 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 109 - MI session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 110 - MI session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 111 - Remove trigger trigger-with-session-rotation-completed-condition\nPASS: tools/trigger/test_list_triggers_cli 112 - Remove trigger trigger-with-session-rotation-ongoing-condition\nPASS: tools/trigger/test_list_triggers_cli 113 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 114 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 115 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 116 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 117 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 118 - Add trigger T5\nPASS: tools/trigger/test_list_triggers_cli 119 - Add trigger T6\nPASS: tools/trigger/test_list_triggers_cli 120 - Add trigger T7\nPASS: tools/trigger/test_list_triggers_cli 121 - Add trigger T8\nPASS: tools/trigger/test_list_triggers_cli 122 - Add trigger T9\nPASS: tools/trigger/test_list_triggers_cli 123 - snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 124 - snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 125 - snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 126 - MI snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 127 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 128 - MI snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 129 - MI snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 130 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 131 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 132 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 133 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 134 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 135 - Remove trigger T5\nPASS: tools/trigger/test_list_triggers_cli 136 - Remove trigger T6\nPASS: tools/trigger/test_list_triggers_cli 137 - Remove trigger T7\nPASS: tools/trigger/test_list_triggers_cli 138 - Remove trigger T8\nPASS: tools/trigger/test_list_triggers_cli 139 - Remove trigger T9\nPASS: tools/trigger/test_list_triggers_cli 140 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 141 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 142 - notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 143 - notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 144 - notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 145 - MI notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 146 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 147 - MI notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 148 - MI notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 149 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 150 - Remove trigger T1\nPASS: tools/trigger/test_remove_trigger_cli 1 - Add trigger ABC\nPASS: tools/trigger/test_remove_trigger_cli 2 - Add trigger DEF\nPASS: tools/trigger/test_remove_trigger_cli 3 - two triggers left: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 4 - two triggers left: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 5 - two triggers left: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 6 - remove trigger ABC: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 7 - remove trigger ABC: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 8 - remove trigger ABC: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 9 - one trigger left: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 10 - one trigger left: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 11 - one trigger left: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 12 - remove trigger DEF: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 13 - remove trigger DEF: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 14 - remove trigger DEF: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 15 - no triggers left: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 16 - no triggers left: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 17 - no triggers left: expected stderr\nPASS: tools/trigger/test_remove_trigger_cli 18 - Add trigger mi\nPASS: tools/trigger/test_remove_trigger_cli 19 - remove-trigger mi: exit code is 0\nPASS: tools/trigger/test_remove_trigger_cli 20 - remove-trigger mi is valid\nPASS: tools/trigger/test_remove_trigger_cli 21 - mi: expected stdout\nPASS: tools/trigger/test_remove_trigger_cli 22 - mi: expected stderr\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 1 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 2 - Anonymous trigger name remains unset after registration: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 3 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 4 - Anonymous trigger returned by listing has an unset name: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 5 - Successfully unregistered anonymous trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 6 - Registered trigger with name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 7 - Trigger name is set after registration: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 8 - Name set on trigger after registration is correct\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 9 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 10 - Trigger returned by listing has a name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 11 - Name set on trigger returned from listing is correct: name returned from listing = 'some name that is hopefully unique', expected name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 12 - Successfully unregistered named trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 13 - Registered trigger with automatic name\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 14 - Trigger name is set after registration: trigger name = 'trigger0'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 15 - Automatic name set on trigger after registration longer is not an empty string\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 16 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 17 - Trigger returned by listing has a name: trigger name = 'trigger0'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 18 - Successfully unregistered automatic name trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 19 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 20 - Registering identical anonymous trigger fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 21 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 22 - Successfully unregistered anonymous trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 23 - Registered named trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 24 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (anonymous registration)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 25 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 26 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with automatic name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 27 - Registering trigger with an already used name fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 28 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 29 - Successfully unregistered named trigger using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 30 - Registered automatic name trigger: trigger name = 'trigger1'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 31 - Registering an identical trigger instance with an automatic name succeeds: trigger name = 'trigger2'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 32 - Two identical triggers registered with an automatic name have different names\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 33 - Trigger listing returns 2 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 34 - Successfully unregistered automatic name triggers using the trigger instance returned by the listing\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 35 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 36 - Anonymous trigger name remains unset after registration: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 37 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 38 - Anonymous trigger returned by listing has an unset name: trigger name = '(anonymous)'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 39 - Successfully unregistered anonymous trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 40 - Registered trigger with name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 41 - Trigger name is set after registration: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 42 - Name set on trigger after registration is correct\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 43 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 44 - Trigger returned by listing has a name: trigger name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 45 - Name set on trigger returned from listing is correct: name returned from listing = 'some name that is hopefully unique', expected name = 'some name that is hopefully unique'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 46 - Successfully unregistered named trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 47 - Registered trigger with automatic name\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 48 - Trigger name is set after registration: trigger name = 'trigger3'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 49 - Automatic name set on trigger after registration longer is not an empty string\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 50 - Trigger listing returns 1 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 51 - Trigger returned by listing has a name: trigger name = 'trigger3'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 52 - Successfully unregistered automatic trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 53 - Registered anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 54 - Registering identical anonymous trigger fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 55 - Successfully unregistered anonymous trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 56 - Registered named trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 57 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (anonymous registration)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 58 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 59 - Registering a trigger instance already used for registration fails with `LTTNG_ERR_INVALID` (register with automatic name)\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 60 - Registering trigger with an already used name fails with `LTTNG_ERR_TRIGGER_EXISTS`\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 61 - Successfully unregistered named trigger using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 62 - Registered automatic name trigger: trigger name = 'trigger4'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 63 - Registering an identical trigger instance with an automatic name succeeds: trigger name = 'trigger5'\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 64 - Two identical triggers registered with an automatic name have different names\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 65 - Successfully unregistered automatic trigger A using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 66 - Successfully unregistered automatic trigger B using the trigger instance used on registration\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 67 - Registered first anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 68 - Registered second anonymous trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 69 - Trigger listing returns 2 trigger\nPASS: tools/trigger/name/test_trigger_name_backwards_compat 70 - Successfully unregistered two anonymous triggers\nPASS: tools/trigger/hidden/test_hidden_trigger 1 - No triggers visible while session has an enabled size-based rotation schedule\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 1 - Start session daemon\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 2 - Create session test_session in -o /tmp/tmp.XXXXXXXXXXs_differ_only_by_loglevels.fp999n\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 3 - Enable channel test_channel for session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 4 - Start tracing for session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 5 - Enable event 'l*' with loglevel TRACE_DEBUG_LINE\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 6 - Enable event 'l*' with loglevel-only TRACE_DEBUG_LINE\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 7 - Stop lttng tracing for session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 8 - Destroy session test_session\nPASS: tools/client/test_bug1373_events_differ_only_by_loglevel 9 - Wait after kill session daemon\nPASS: ust/before-after/test_before_after 1 - Start session daemon\nPASS: ust/before-after/test_before_after 2 - Create session per-session in -o /tmp/tmp.XXXXXXXXXXe_after_ust_trace_path.pNSm31\nPASS: ust/before-after/test_before_after 3 - Enable ust event tp:tptest for session per-session\nPASS: ust/before-after/test_before_after 4 - Start tracing for session per-session\nPASS: ust/before-after/test_before_after 5 - Traced application stopped.\nPASS: ust/before-after/test_before_after 6 - Stop lttng tracing for session per-session\nPASS: ust/before-after/test_before_after 7 - Destroy session per-session\nPASS: ust/before-after/test_before_after 8 - Trace match with 100 event tp:tptest\nPASS: ust/before-after/test_before_after 9 - Create session per-session in -o /tmp/tmp.XXXXXXXXXXe_after_ust_trace_path.qkmnFL\nPASS: ust/before-after/test_before_after 10 - Enable ust event tp:tptest for session per-session\nPASS: ust/before-after/test_before_after 11 - Application started in background.\nPASS: ust/before-after/test_before_after 12 - Start tracing for session per-session\nPASS: ust/before-after/test_before_after 13 - Stop lttng tracing for session per-session\nPASS: ust/before-after/test_before_after 14 - Destroy session per-session\nPASS: ust/before-after/test_before_after 15 - Validate trace for event tp:tptest, 100 events\nPASS: ust/before-after/test_before_after 16 - Wait after kill session daemon\nPASS: ust/buffers-pid/test_buffers_pid 1 - Start session daemon\nPASS: ust/buffers-pid/test_buffers_pid 2 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.Rv2AvX\nPASS: ust/buffers-pid/test_buffers_pid 3 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 4 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 5 - Start application to trace\nPASS: ust/buffers-pid/test_buffers_pid 6 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 7 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 8 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 9 - Trace validation\nPASS: ust/buffers-pid/test_buffers_pid 10 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.67zbN2\nPASS: ust/buffers-pid/test_buffers_pid 11 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 12 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 13 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 14 - Start application to trace\nPASS: ust/buffers-pid/test_buffers_pid 15 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 16 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 17 - Trace match with 100 event tp:tptest\nPASS: ust/buffers-pid/test_buffers_pid 18 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.gWXUNr\nPASS: ust/buffers-pid/test_buffers_pid 19 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 20 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 21 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 22 - Start application 1 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 23 - Start application 2 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 24 - Start application 3 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 25 - Start application 4 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 26 - Start application 5 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 27 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 28 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 29 - Trace match with 500 event tp:tptest\nPASS: ust/buffers-pid/test_buffers_pid 30 - Start application 1 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 31 - Start application 2 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 32 - Start application 3 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 33 - Start application 4 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 34 - Start application 5 for tracing\nPASS: ust/buffers-pid/test_buffers_pid 35 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.X2OL3T\nPASS: ust/buffers-pid/test_buffers_pid 36 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 37 - Enable ust event tp:tptest for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 38 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 39 - Waiting done\nPASS: ust/buffers-pid/test_buffers_pid 40 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 41 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 42 - Trace validation\nPASS: ust/buffers-pid/test_buffers_pid 43 - Create session buffers-pid in -o /tmp/tmp.XXXXXXXXXXrs_pid_trace_path.mi4cPm\nPASS: ust/buffers-pid/test_buffers_pid 44 - Enable channel channel0 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 45 - Enable channel channel1 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 46 - Enable channel channel2 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 47 - Enable channel channel3 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 48 - Enable channel channel4 per PID for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 49 - Enable event tp:tptest for session buffers-pid in channel0\nPASS: ust/buffers-pid/test_buffers_pid 50 - Enable event tp:tptest for session buffers-pid in channel1\nPASS: ust/buffers-pid/test_buffers_pid 51 - Enable event tp:tptest for session buffers-pid in channel2\nPASS: ust/buffers-pid/test_buffers_pid 52 - Enable event tp:tptest for session buffers-pid in channel3\nPASS: ust/buffers-pid/test_buffers_pid 53 - Enable event tp:tptest for session buffers-pid in channel4\nPASS: ust/buffers-pid/test_buffers_pid 54 - Start tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 55 - Start application to trace\nPASS: ust/buffers-pid/test_buffers_pid 56 - Stop lttng tracing for session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 57 - Trace match with 500 event tp:tptest\nPASS: ust/buffers-pid/test_buffers_pid 58 - Destroy session buffers-pid\nPASS: ust/buffers-pid/test_buffers_pid 59 - Wait after kill session daemon\nPASS: ust/multi-session/test_multi_session 1 - Start session daemon\nPASS: ust/multi-session/test_multi_session 2 - Create session multi-session-0 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/0\nPASS: ust/multi-session/test_multi_session 3 - Enable ust event ust_gen_nevents:tptest0 for session multi-session-0\nPASS: ust/multi-session/test_multi_session 4 - Start tracing for session multi-session-0\nPASS: ust/multi-session/test_multi_session 5 - Create session multi-session-1 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/1\nPASS: ust/multi-session/test_multi_session 6 - Enable ust event ust_gen_nevents:tptest1 for session multi-session-1\nPASS: ust/multi-session/test_multi_session 7 - Start tracing for session multi-session-1\nPASS: ust/multi-session/test_multi_session 8 - Create session multi-session-2 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/2\nPASS: ust/multi-session/test_multi_session 9 - Enable ust event ust_gen_nevents:tptest2 for session multi-session-2\nPASS: ust/multi-session/test_multi_session 10 - Start tracing for session multi-session-2\nPASS: ust/multi-session/test_multi_session 11 - Create session multi-session-3 in -o /tmp/tmp.XXXXXXXXXX_session_ust.EeiB3t/3\nPASS: ust/multi-session/test_multi_session 12 - Enable ust event ust_gen_nevents:tptest3 for session multi-session-3\nPASS: ust/multi-session/test_multi_session 13 - Start tracing for session multi-session-3\nPASS: ust/multi-session/test_multi_session 14 - Start application to generate 100 events\nPASS: ust/multi-session/test_multi_session 15 - Wait for events to record\nPASS: ust/multi-session/test_multi_session 16 - Stop lttng tracing for session multi-session-0\nPASS: ust/multi-session/test_multi_session 17 - Destroy session multi-session-0\nPASS: ust/multi-session/test_multi_session 18 - Trace validation of multi-session-0\nPASS: ust/multi-session/test_multi_session 19 - Stop lttng tracing for session multi-session-1\nPASS: ust/multi-session/test_multi_session 20 - Destroy session multi-session-1\nPASS: ust/multi-session/test_multi_session 21 - Trace validation of multi-session-1\nPASS: ust/multi-session/test_multi_session 22 - Stop lttng tracing for session multi-session-2\nPASS: ust/multi-session/test_multi_session 23 - Destroy session multi-session-2\nPASS: ust/multi-session/test_multi_session 24 - Trace validation of multi-session-2\nPASS: ust/multi-session/test_multi_session 25 - Stop lttng tracing for session multi-session-3\nPASS: ust/multi-session/test_multi_session 26 - Destroy session multi-session-3\nPASS: ust/multi-session/test_multi_session 27 - Trace validation of multi-session-3\nPASS: ust/multi-session/test_multi_session 28 - Wait after kill session daemon\nPASS: ust/nprocesses/test_nprocesses 1 - Start session daemon\nPASS: ust/nprocesses/test_nprocesses 2 - All applications are registered to sessiond\nPASS: ust/nprocesses/test_nprocesses 3 - Create session ust-nprocesses in -o /tmp/tmp.XXXXXXXXXXesses_trace_path.hnqGQ3\nPASS: ust/nprocesses/test_nprocesses 4 - Enable ust event tp:tptest for session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 5 - Start tracing for session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 6 - Stop lttng tracing for session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 7 - Destroy session ust-nprocesses\nPASS: ust/nprocesses/test_nprocesses 8 - Stopped all spawned applications\nPASS: ust/nprocesses/test_nprocesses 9 - Wait after kill session daemon\nPASS: ust/overlap/test_overlap 1 - Start session daemon\nPASS: ust/overlap/test_overlap 2 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.LuGHp4\nPASS: ust/overlap/test_overlap 3 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 4 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 5 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 6 - Application done\nPASS: ust/overlap/test_overlap 7 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 8 - Trace match\nPASS: ust/overlap/test_overlap 9 - Trace match\nPASS: ust/overlap/test_overlap 10 - Trace match\nPASS: ust/overlap/test_overlap 11 - Trace match\nPASS: ust/overlap/test_overlap 12 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 13 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.AtKT37\nPASS: ust/overlap/test_overlap 14 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 15 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 16 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 17 - Application done\nPASS: ust/overlap/test_overlap 18 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 19 - Trace match\nPASS: ust/overlap/test_overlap 20 - Trace match\nPASS: ust/overlap/test_overlap 21 - Trace match\nPASS: ust/overlap/test_overlap 22 - Trace match\nPASS: ust/overlap/test_overlap 23 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 24 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.ItfKIj\nPASS: ust/overlap/test_overlap 25 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 26 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 27 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 28 - Application done\nPASS: ust/overlap/test_overlap 29 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 30 - Trace match\nPASS: ust/overlap/test_overlap 31 - Trace match\nPASS: ust/overlap/test_overlap 32 - Trace match\nPASS: ust/overlap/test_overlap 33 - Trace match\nPASS: ust/overlap/test_overlap 34 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 35 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.vt1xSb\nPASS: ust/overlap/test_overlap 36 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 37 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 38 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 39 - Application done\nPASS: ust/overlap/test_overlap 40 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 41 - Trace match\nPASS: ust/overlap/test_overlap 42 - Trace match\nPASS: ust/overlap/test_overlap 43 - Trace match\nPASS: ust/overlap/test_overlap 44 - Trace match\nPASS: ust/overlap/test_overlap 45 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 46 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.BUvoGl\nPASS: ust/overlap/test_overlap 47 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 48 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 49 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 50 - Application done\nPASS: ust/overlap/test_overlap 51 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 52 - Trace match\nPASS: ust/overlap/test_overlap 53 - Trace match\nPASS: ust/overlap/test_overlap 54 - Trace match\nPASS: ust/overlap/test_overlap 55 - Trace match\nPASS: ust/overlap/test_overlap 56 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 57 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.BubMX0\nPASS: ust/overlap/test_overlap 58 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 59 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 60 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 61 - Application done\nPASS: ust/overlap/test_overlap 62 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 63 - Trace match\nPASS: ust/overlap/test_overlap 64 - Trace match\nPASS: ust/overlap/test_overlap 65 - Trace match\nPASS: ust/overlap/test_overlap 66 - Trace match\nPASS: ust/overlap/test_overlap 67 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 68 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.aYeAO0\nPASS: ust/overlap/test_overlap 69 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 70 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 71 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 72 - Application done\nPASS: ust/overlap/test_overlap 73 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 74 - Trace match\nPASS: ust/overlap/test_overlap 75 - Trace match\nPASS: ust/overlap/test_overlap 76 - Trace match\nPASS: ust/overlap/test_overlap 77 - Trace match\nPASS: ust/overlap/test_overlap 78 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 79 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.O18Ugk\nPASS: ust/overlap/test_overlap 80 - Enable event us* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 81 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 82 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 83 - Application done\nPASS: ust/overlap/test_overlap 84 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 85 - Trace match\nPASS: ust/overlap/test_overlap 86 - Trace match\nPASS: ust/overlap/test_overlap 87 - Trace match\nPASS: ust/overlap/test_overlap 88 - Trace match\nPASS: ust/overlap/test_overlap 89 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 90 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.69cMsA\nPASS: ust/overlap/test_overlap 91 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 92 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 93 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 94 - Application done\nPASS: ust/overlap/test_overlap 95 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 96 - Trace match\nPASS: ust/overlap/test_overlap 97 - Trace match\nPASS: ust/overlap/test_overlap 98 - Trace match\nPASS: ust/overlap/test_overlap 99 - Trace match\nPASS: ust/overlap/test_overlap 100 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 101 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.UJbK77\nPASS: ust/overlap/test_overlap 102 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 103 - Enable event  with filtering for session  twice failure detected\nPASS: ust/overlap/test_overlap 104 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 105 - Application done\nPASS: ust/overlap/test_overlap 106 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 107 - Trace match\nPASS: ust/overlap/test_overlap 108 - Trace match\nPASS: ust/overlap/test_overlap 109 - Trace match\nPASS: ust/overlap/test_overlap 110 - Trace match\nPASS: ust/overlap/test_overlap 111 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 112 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.fa5cEh\nPASS: ust/overlap/test_overlap 113 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 114 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 115 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 116 - Application done\nPASS: ust/overlap/test_overlap 117 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 118 - Trace match\nPASS: ust/overlap/test_overlap 119 - Trace match\nPASS: ust/overlap/test_overlap 120 - Trace match\nPASS: ust/overlap/test_overlap 121 - Trace match\nPASS: ust/overlap/test_overlap 122 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 123 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.BvhFjm\nPASS: ust/overlap/test_overlap 124 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 125 - Enable event ust* with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 126 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 127 - Application done\nPASS: ust/overlap/test_overlap 128 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 129 - Trace match\nPASS: ust/overlap/test_overlap 130 - Trace match\nPASS: ust/overlap/test_overlap 131 - Trace match\nPASS: ust/overlap/test_overlap 132 - Trace match\nPASS: ust/overlap/test_overlap 133 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 134 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.F4mxvP\nPASS: ust/overlap/test_overlap 135 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 136 - Enable event ust_tests_demo:starting with filtering for session wildcard-overlap\nPASS: ust/overlap/test_overlap 137 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 138 - Application done\nPASS: ust/overlap/test_overlap 139 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 140 - Trace match\nPASS: ust/overlap/test_overlap 141 - Trace match\nPASS: ust/overlap/test_overlap 142 - Trace match\nPASS: ust/overlap/test_overlap 143 - Trace match\nPASS: ust/overlap/test_overlap 144 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 145 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.d9dz3x\nPASS: ust/overlap/test_overlap 146 - Enable event us* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 147 - Enable event ust* with loglevel-only TRACE_CRIT\nPASS: ust/overlap/test_overlap 148 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 149 - Application done\nPASS: ust/overlap/test_overlap 150 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 151 - Trace match\nPASS: ust/overlap/test_overlap 152 - Trace match\nPASS: ust/overlap/test_overlap 153 - Trace match\nPASS: ust/overlap/test_overlap 154 - Trace match\nPASS: ust/overlap/test_overlap 155 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 156 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.RuUP0C\nPASS: ust/overlap/test_overlap 157 - Enable event ust_tests_demo:starting with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 158 - Enable event ust_tests_demo:starting with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 159 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 160 - Application done\nPASS: ust/overlap/test_overlap 161 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 162 - Trace match\nPASS: ust/overlap/test_overlap 163 - Trace match\nPASS: ust/overlap/test_overlap 164 - Trace match\nPASS: ust/overlap/test_overlap 165 - Trace match\nPASS: ust/overlap/test_overlap 166 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 167 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.aD95Hg\nPASS: ust/overlap/test_overlap 168 - Enable event ust* with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 169 - Enable event ust* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 170 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 171 - Application done\nPASS: ust/overlap/test_overlap 172 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 173 - Trace match\nPASS: ust/overlap/test_overlap 174 - Trace match\nPASS: ust/overlap/test_overlap 175 - Trace match\nPASS: ust/overlap/test_overlap 176 - Trace match\nPASS: ust/overlap/test_overlap 177 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 178 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.YCIu6o\nPASS: ust/overlap/test_overlap 179 - Enable ust event ust_tests_demo for session wildcard-overlap\nPASS: ust/overlap/test_overlap 180 - Enable ust event ust_tests_demo2 for session wildcard-overlap\nPASS: ust/overlap/test_overlap 181 - Enable ust event ust_tests_demo3 for session wildcard-overlap\nPASS: ust/overlap/test_overlap 182 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 183 - Application done\nPASS: ust/overlap/test_overlap 184 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 185 - Trace match\nPASS: ust/overlap/test_overlap 186 - Trace match\nPASS: ust/overlap/test_overlap 187 - Trace match\nPASS: ust/overlap/test_overlap 188 - Trace match\nPASS: ust/overlap/test_overlap 189 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 190 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.jG8dlA\nPASS: ust/overlap/test_overlap 191 - Enable event us* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 192 - Enable event ust_tests_demo2:loop with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 193 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 194 - Application done\nPASS: ust/overlap/test_overlap 195 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 196 - Trace match\nPASS: ust/overlap/test_overlap 197 - Trace match\nPASS: ust/overlap/test_overlap 198 - Trace match\nPASS: ust/overlap/test_overlap 199 - Trace match\nPASS: ust/overlap/test_overlap 200 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 201 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.M3Pj70\nPASS: ust/overlap/test_overlap 202 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 203 - Enable ust event ust* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 204 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 205 - Application done\nPASS: ust/overlap/test_overlap 206 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 207 - Trace match\nPASS: ust/overlap/test_overlap 208 - Trace match\nPASS: ust/overlap/test_overlap 209 - Trace match\nPASS: ust/overlap/test_overlap 210 - Trace match\nPASS: ust/overlap/test_overlap 211 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 212 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.hhEX4h\nPASS: ust/overlap/test_overlap 213 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 214 - Enable ust event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 215 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 216 - Application done\nPASS: ust/overlap/test_overlap 217 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 218 - Trace match\nPASS: ust/overlap/test_overlap 219 - Trace match\nPASS: ust/overlap/test_overlap 220 - Trace match\nPASS: ust/overlap/test_overlap 221 - Trace match\nPASS: ust/overlap/test_overlap 222 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 223 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.bUaGG2\nPASS: ust/overlap/test_overlap 224 - Enable event us* with loglevel TRACE_WARNING\nPASS: ust/overlap/test_overlap 225 - Enable event ust* with loglevel TRACE_CRIT\nPASS: ust/overlap/test_overlap 226 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 227 - Application done\nPASS: ust/overlap/test_overlap 228 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 229 - Trace match\nPASS: ust/overlap/test_overlap 230 - Trace match\nPASS: ust/overlap/test_overlap 231 - Trace match\nPASS: ust/overlap/test_overlap 232 - Trace match\nPASS: ust/overlap/test_overlap 233 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 234 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.Er8Jlp\nPASS: ust/overlap/test_overlap 235 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 236 - Enable ust event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 237 - Disable event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 238 - Disable event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 239 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 240 - Application done\nPASS: ust/overlap/test_overlap 241 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 242 - Trace match\nPASS: ust/overlap/test_overlap 243 - Trace match\nPASS: ust/overlap/test_overlap 244 - Trace match\nPASS: ust/overlap/test_overlap 245 - Trace match\nPASS: ust/overlap/test_overlap 246 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 247 - Create session wildcard-overlap in -o /tmp/tmp.XXXXXXXXXXap.HP2SCx\nPASS: ust/overlap/test_overlap 248 - Enable ust event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 249 - Enable ust event ust_tests_demo:starting for session wildcard-overlap\nPASS: ust/overlap/test_overlap 250 - Disable event us* for session wildcard-overlap\nPASS: ust/overlap/test_overlap 251 - Start tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 252 - Application done\nPASS: ust/overlap/test_overlap 253 - Stop lttng tracing for session wildcard-overlap\nPASS: ust/overlap/test_overlap 254 - Trace match\nPASS: ust/overlap/test_overlap 255 - Trace match\nPASS: ust/overlap/test_overlap 256 - Trace match\nPASS: ust/overlap/test_overlap 257 - Trace match\nPASS: ust/overlap/test_overlap 258 - Destroy session wildcard-overlap\nPASS: ust/overlap/test_overlap 259 - Wait after kill session daemon\nSKIP: ust/python-logging/test_python_logging 1 # SKIP : Python agent test skipped.\nPASS: ust/getcpu-override/test_getcpu_override 1 - Start session daemon\nPASS: ust/getcpu-override/test_getcpu_override 2 - Create session sequence-cpu in -o /tmp/tmp.XXXXXXXXXXu_override_trace_path.yBaLrH\nPASS: ust/getcpu-override/test_getcpu_override 3 - Enable ust event tp:tptest for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 4 - Start tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 5 - Application without wrapper done\nPASS: ust/getcpu-override/test_getcpu_override 6 - Stop lttng tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 7 - Destroy session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 8 - Extraction without getcpu plugin have 256/256\nPASS: ust/getcpu-override/test_getcpu_override 9 - Sequence seed and cpuid sequence have the same size 256/256\nPASS: ust/getcpu-override/test_getcpu_override 10 - Cpuid extraction and seed sequence comparison fails as expected\nPASS: ust/getcpu-override/test_getcpu_override 11 - Create session sequence-cpu in -o /tmp/tmp.XXXXXXXXXXu_override_trace_path.mTeOoP\nPASS: ust/getcpu-override/test_getcpu_override 12 - Enable ust event tp:tptest for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 13 - Start tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 14 - Application with wrapper done\nPASS: ust/getcpu-override/test_getcpu_override 15 - Stop lttng tracing for session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 16 - Destroy session sequence-cpu\nPASS: ust/getcpu-override/test_getcpu_override 17 - Extraction with getcpu plugin have 256/256\nPASS: ust/getcpu-override/test_getcpu_override 18 - Sequence seed and cpuid sequence have the same size 256/256\nPASS: ust/getcpu-override/test_getcpu_override 19 - Cpuid extraction and seed sequence comparison\nPASS: ust/getcpu-override/test_getcpu_override 20 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 1 - Start session daemon\nPASS: ust/clock-override/test_clock_override 2 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_ust_trace_path.kcM2c7\nPASS: ust/clock-override/test_clock_override 3 - Enable ust event tp:tptest for session clock_override\nPASS: ust/clock-override/test_clock_override 4 - Start tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 5 - Application done\nPASS: ust/clock-override/test_clock_override 6 - Stop lttng tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 7 - Destroy session clock_override\nPASS: ust/clock-override/test_clock_override 8 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 9 - Metadata extraction from babeltrace\nPASS: ust/clock-override/test_clock_override 10 - Clock metadata extraction\nPASS: ust/clock-override/test_clock_override 11 - Tokens to check(4) and provided values(4) count is equal\nPASS: ust/clock-override/test_clock_override 12 - Token \"name\" expect:lttng_test_clock_override got:lttng_test_clock_override\nPASS: ust/clock-override/test_clock_override 13 - Token \"uuid\" expect:83c63deb-7aa4-48fb-abda-946f400d76e6 got:83c63deb-7aa4-48fb-abda-946f400d76e6\nPASS: ust/clock-override/test_clock_override 14 - Token \"description\" expect:Freeze time with 1KHz for regression test got:Freeze time with 1KHz for regression test\nPASS: ust/clock-override/test_clock_override 15 - Token \"freq\" expect:1000 got:1000\nPASS: ust/clock-override/test_clock_override 16 - Start session daemon\nPASS: ust/clock-override/test_clock_override 17 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_ust_trace_path.dRPMGw\nPASS: ust/clock-override/test_clock_override 18 - Enable ust event tp:tptest for session clock_override\nPASS: ust/clock-override/test_clock_override 19 - Start tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 20 - Application done\nPASS: ust/clock-override/test_clock_override 21 - Stop lttng tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 22 - Destroy session clock_override\nPASS: ust/clock-override/test_clock_override 23 - Unique event timestamps without clock override: 256 expect >1\nPASS: ust/clock-override/test_clock_override 24 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 25 - Start session daemon\nPASS: ust/clock-override/test_clock_override 26 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_ust_trace_path.dRPMGw\nPASS: ust/clock-override/test_clock_override 27 - Enable ust event tp:tptest for session clock_override\nPASS: ust/clock-override/test_clock_override 28 - Start tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 29 - Application done\nPASS: ust/clock-override/test_clock_override 30 - Stop lttng tracing for session clock_override\nPASS: ust/clock-override/test_clock_override 31 - Destroy session clock_override\nPASS: ust/clock-override/test_clock_override 32 - Wait after kill session daemon\nPASS: ust/clock-override/test_clock_override 33 - Unique event timestamps with clock override: 1 expect 1\nPASS: ust/test_event_basic 1 - Start session daemon\nPASS: ust/test_event_basic 2 - Create session ust_event_basic in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.N8fxY3\nPASS: ust/test_event_basic 3 - Create session ust_event_basic2 in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.N8fxY3\nPASS: ust/test_event_basic 4 - Enable channel mychan for session ust_event_basic\nPASS: ust/test_event_basic 5 - Enable channel mychan2 for session ust_event_basic2\nPASS: ust/test_event_basic 6 - Enable ust event tp1 for session ust_event_basic\nPASS: ust/test_event_basic 7 - Enable ust event ev2 for session ust_event_basic\nPASS: ust/test_event_basic 8 - Enable ust event ev3 for session ust_event_basic2\nPASS: ust/test_event_basic 9 - Add context command for type: vpid\nPASS: ust/test_event_basic 10 - Add context command for type: vtid\nPASS: ust/test_event_basic 11 - Add context command for type: pthread_id\nPASS: ust/test_event_basic 12 - Add context command for type: procname\nPASS: ust/test_event_basic 13 - Add context command for type: procname\nPASS: ust/test_event_basic 14 - Disable event tp1 for session ust_event_basic\nPASS: ust/test_event_basic 15 - Disable event ev3 for session ust_event_basic2\nPASS: ust/test_event_basic 16 - Enable ust event tp1 for session ust_event_basic\nPASS: ust/test_event_basic 17 - Enable ust event ev3 for session ust_event_basic2\nPASS: ust/test_event_basic 18 - Start tracing for session\nPASS: ust/test_event_basic 19 - Stop lttng tracing for session\nPASS: ust/test_event_basic 20 - Start tracing for session\nPASS: ust/test_event_basic 21 - Stop lttng tracing for session\nPASS: ust/test_event_basic 22 - Validate trace\nPASS: ust/test_event_basic 23 - Destroy session ust_event_basic2\nPASS: ust/test_event_basic 24 - Destroy session ust_event_basic\nPASS: ust/test_event_basic 25 - Wait after kill session daemon\nPASS: ust/test_event_tracef 1 - Start session daemon\nPASS: ust/test_event_tracef 2 - Create session tracef in -o /tmp/tmp.XXXXXXXXXX_tracef_trace_path.MNKF9B\nPASS: ust/test_event_tracef 3 - Enable ust event lttng_ust_tracef:event for session tracef\nPASS: ust/test_event_tracef 4 - Start tracing for session tracef\nPASS: ust/test_event_tracef 5 - Traced application stopped.\nPASS: ust/test_event_tracef 6 - Stop lttng tracing for session tracef\nPASS: ust/test_event_tracef 7 - Destroy session tracef\nPASS: ust/test_event_tracef 8 - Trace match with 100 event lttng_ust_tracef:event\nPASS: ust/test_event_tracef 9 - Wait after kill session daemon\nPASS: ust/test_event_perf 1 - Start session daemon\nPASS: ust/test_event_perf 2 - Create session ust_event_basic in -o /tmp/tmp.XXXXXXXXXXng_raw_trace_path.vVF3oE\nPASS: ust/test_event_perf 3 - Enable channel mychan for session ust_event_basic\nPASS: ust/test_event_perf 4 - Enable event tp:tptest for session ust_event_basic in channel mychan\nPASS: ust/test_event_perf 5 - Add context command for type: perf:thread:raw:r0110:test\nPASS: ust/test_event_perf 6 - Add context command failed as expected for type: perf:thread:raw:rZZZ:test\nPASS: ust/test_event_perf 7 - Add context command failed as expected for type: perf:thread:raw:b0110:test\nPASS: ust/test_event_perf 8 - Add context command failed as expected for type: perf:thread:raw:r0110:\nPASS: ust/test_event_perf 9 - Add context command failed as expected for type: perf:thread:raw:r0110::\nPASS: ust/test_event_perf 10 - Add context command failed as expected for type: perf:thread:raw:r:test\nPASS: ust/test_event_perf 11 - Add context command failed as expected for type: perf:thread:raw:r::\nPASS: ust/test_event_perf 12 - Add context command failed as expected for type: perf:thread:raw::\nPASS: ust/test_event_perf 13 - Add context command failed as expected for type: perf:thread:raw\nPASS: ust/test_event_perf 14 - Add context command failed as expected for type: perf:thread:raw:r0110:test:wrong\nPASS: ust/test_event_perf 15 - Destroy session ust_event_basic\nPASS: ust/test_event_perf 16 - Create session ust_event_basic in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.kPBEQx\nPASS: ust/test_event_perf 17 - Enable channel mychan for session ust_event_basic\nPASS: ust/test_event_perf 18 - Enable event tp:tptest for session ust_event_basic in channel mychan\nPASS: ust/test_event_perf 19 - Add context command for type: perf:thread:page-fault\nPASS: ust/test_event_perf 20 - Start tracing for session\nPASS: ust/test_event_perf 21 - Stop lttng tracing for session\nPASS: ust/test_event_perf 22 - Validate trace for event perf_thread_page_fault, 1 events\nPASS: ust/test_event_perf 23 - Destroy session ust_event_basic\nPASS: ust/test_event_perf 24 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 1 - Start session daemon\nPASS: ust/blocking/test_blocking 2 - Create session blocking in no-output mode\nPASS: ust/blocking/test_blocking 3 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 4 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 5 - Application done\nPASS: ust/blocking/test_blocking 6 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 7 - Destroy session blocking\nPASS: ust/blocking/test_blocking 8 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 9 - Does not hang\nPASS: ust/blocking/test_blocking 10 - Start session daemon\nPASS: ust/blocking/test_blocking 11 - Create session blocking in no-output mode\nPASS: ust/blocking/test_blocking 12 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 13 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 14 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 15 - Application done\nPASS: ust/blocking/test_blocking 16 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 17 - Destroy session blocking\nPASS: ust/blocking/test_blocking 18 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 19 - Does not hang\nPASS: ust/blocking/test_blocking 20 - Start session daemon\nPASS: ust/blocking/test_blocking 21 - Create session blocking in no-output mode\nPASS: ust/blocking/test_blocking 22 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 23 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 24 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 25 - Application done\nPASS: ust/blocking/test_blocking 26 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 27 - Destroy session blocking\nPASS: ust/blocking/test_blocking 28 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 29 - Does not hang\nPASS: ust/blocking/test_blocking 30 - Start session daemon\nPASS: ust/blocking/test_blocking 31 - Create session blocking in -o /tmp/tmp.XXXXXXXXXXing_ust_trace_path.2JJ08A\nPASS: ust/blocking/test_blocking 32 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 33 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 34 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 35 - Application done\nPASS: ust/blocking/test_blocking 36 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 37 - Destroy session blocking\nPASS: ust/blocking/test_blocking 38 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 39 - Does not hang\nPASS: ust/blocking/test_blocking 40 - Start session daemon\nPASS: ust/blocking/test_blocking 41 - Create session blocking in -o /tmp/tmp.XXXXXXXXXXing_ust_trace_path.8rlMqU\nPASS: ust/blocking/test_blocking 42 - Enable channel testchan for session blocking\nPASS: ust/blocking/test_blocking 43 - Enable ust event tp:tptest for session blocking\nPASS: ust/blocking/test_blocking 44 - Start tracing for session blocking\nPASS: ust/blocking/test_blocking 45 - Application done\nPASS: ust/blocking/test_blocking 46 - Stop lttng tracing for session blocking\nPASS: ust/blocking/test_blocking 47 - Destroy session blocking\nPASS: ust/blocking/test_blocking 48 - Wait after kill session daemon\nPASS: ust/blocking/test_blocking 49 - No event lost with UST blocking mode: found 5000000 expect 5000000\nPASS: ust/multi-lib/test_multi_lib 1 - Start session daemon\nPASS: ust/multi-lib/test_multi_lib 2 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.YIkUgV\nPASS: ust/multi-lib/test_multi_lib 3 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 4 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 5 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 6 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 7 - Metadata match with the metadata of 1 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 8 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 9 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.T962cy\nPASS: ust/multi-lib/test_multi_lib 10 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 11 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 12 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 13 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 14 - Metadata match with the metadata of 2 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 15 - Validate trace for expression '^.*multi:tp.*arg_long_A.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 16 - Validate trace for expression '^.*multi:tp.*arg_long_B.*arg_float_B.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 17 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 18 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.hvDgJx\nPASS: ust/multi-lib/test_multi_lib 19 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 20 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 21 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 22 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 23 - Metadata match with the metadata of 2 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 24 - Validate trace for expression '^.*multi:tp.*enum_int_C.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 25 - Validate trace for expression '^.*multi:tp.*enum_int_D.*', 1 events\nPASS: ust/multi-lib/test_multi_lib 26 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 27 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.bWvPzQ\nPASS: ust/multi-lib/test_multi_lib 28 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 29 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 30 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 31 - Trace match with 2 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 32 - Metadata match with the metadata of 1 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 33 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 34 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.pbmrnW\nPASS: ust/multi-lib/test_multi_lib 35 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 36 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 37 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 38 - Trace match with 16 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 39 - Metadata match with the metadata of 16 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 40 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 41 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.sddQh8\nPASS: ust/multi-lib/test_multi_lib 42 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 43 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 44 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 45 - Trace match with 4 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 46 - Metadata match with the metadata of 2 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 47 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 48 - Create session multi_lib in -o /tmp/tmp.XXXXXXXXXX_lib_ust_trace_path.CZKdDQ\nPASS: ust/multi-lib/test_multi_lib 49 - Enable ust event multi:tp for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 50 - Start tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 51 - Stop lttng tracing for session multi_lib\nPASS: ust/multi-lib/test_multi_lib 52 - Trace match with 3 event multi:tp\nPASS: ust/multi-lib/test_multi_lib 53 - Metadata match with the metadata of 1 event(s) named multi:tp\nPASS: ust/multi-lib/test_multi_lib 54 - Destroy session multi_lib\nPASS: ust/multi-lib/test_multi_lib 55 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 1 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 2 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 3 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 4 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 5 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 6 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 7 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 8 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 9 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 10 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 11 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 12 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 13 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 14 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 15 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 16 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 17 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 18 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 19 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 20 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 21 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 22 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 23 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 24 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 25 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 26 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 27 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 28 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 29 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 30 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 31 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 32 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 33 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 34 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 35 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 36 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 37 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 38 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 39 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 40 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 41 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 42 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 43 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 44 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 45 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 46 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 47 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 48 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 49 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 50 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 51 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 52 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 53 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 54 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 55 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 56 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 57 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 58 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 59 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 60 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 61 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 62 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 63 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 64 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 65 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 66 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 67 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 68 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 69 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 70 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 71 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 72 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 73 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 74 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 75 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 76 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 77 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 78 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 79 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 80 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 81 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 82 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 83 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 84 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 85 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 86 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 87 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 88 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 89 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 90 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 91 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 92 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 93 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 94 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 95 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 96 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 97 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 98 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 99 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 100 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 101 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 102 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 103 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 104 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 105 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 106 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 107 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 108 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 109 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 110 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 111 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 112 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 113 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 114 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 115 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 116 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 117 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 118 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 119 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 120 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 121 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 122 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 123 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 124 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 125 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 126 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 127 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 128 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 129 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 130 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 131 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 132 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 133 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 134 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 135 - Wait after kill session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 136 - Start session daemon\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 137 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 138 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 139 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 140 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 141 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 142 - Stop lttng tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 143 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 144 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXion_destroy_flush.TgUKYa\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 145 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 146 - Enable event tp:tptest for session rotation_destroy_flush in channel testchan\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 147 - Start tracing for session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 148 - Application done\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 149 - Destroy session rotation_destroy_flush\nPASS: ust/rotation-destroy-flush/test_rotation_destroy_flush 150 - Wait after kill session daemon\nPASS: tools/metadata/test_ust 1 - Start session daemon\nPASS: tools/metadata/test_ust 2 - Create session per-uid in\nPASS: tools/metadata/test_ust 3 - Enable ust event tp:tptest for session per-uid\nPASS: tools/metadata/test_ust 4 - Start tracing for session per-uid\nPASS: tools/metadata/test_ust 5 - Stop lttng tracing for session per-uid\nPASS: tools/metadata/test_ust 6 - Destroy session per-uid\nPASS: tools/metadata/test_ust 7 - Extracting trace_name from env metadata\nPASS: tools/metadata/test_ust 8 - Extracting trace_creation_datetime from env metadata\nPASS: tools/metadata/test_ust 9 - Extracting domain from env metadata\nPASS: tools/metadata/test_ust 10 - Extracting tracer_buffering_scheme from env metadata\nPASS: tools/metadata/test_ust 11 - Extracting tracer_buffering_id from env metadata\nPASS: tools/metadata/test_ust 12 - tracer_buffering_id match current user uid\nPASS: tools/metadata/test_ust 13 - Extracting architecture_bit_width from env metadata\nPASS: tools/metadata/test_ust 14 - Reconstructed path from metadata is valid\nPASS: tools/metadata/test_ust 15 - Extracting hostname from env metadata\nPASS: tools/metadata/test_ust 16 - Hostname is valid\nPASS: tools/metadata/test_ust 17 - Create session per-pid in\nPASS: tools/metadata/test_ust 18 - Enable channel channel for session per-pid\nPASS: tools/metadata/test_ust 19 - Enable ust event tp:tptest for session per-pid\nPASS: tools/metadata/test_ust 20 - Start tracing for session per-pid\nPASS: tools/metadata/test_ust 21 - Stop lttng tracing for session per-pid\nPASS: tools/metadata/test_ust 22 - Destroy session per-pid\nPASS: tools/metadata/test_ust 23 - Extracting trace_name from env metadata\nPASS: tools/metadata/test_ust 24 - Extracting trace_creation_datetime from env metadata\nPASS: tools/metadata/test_ust 25 - Extracting domain from env metadata\nPASS: tools/metadata/test_ust 26 - Extracting tracer_buffering_scheme from env metadata\nPASS: tools/metadata/test_ust 27 - Extracting procname from env metadata\nPASS: tools/metadata/test_ust 28 - Extracting vpid from env metadata\nPASS: tools/metadata/test_ust 29 - Extracting tracer_buffering_id from env metadata\nPASS: tools/metadata/test_ust 30 - vpid and tracer_buffering_id are identical\nPASS: tools/metadata/test_ust 31 - vpid and known testapp pid are identical\nPASS: tools/metadata/test_ust 32 - tracer_buffering_id and known testapp pid are identical\nPASS: tools/metadata/test_ust 33 - Extracting vpid_datetime from env metadata\nPASS: tools/metadata/test_ust 34 - Reconstructed path from metadata is valid\nPASS: tools/metadata/test_ust 35 - Extracting hostname from env metadata\nPASS: tools/metadata/test_ust 36 - Hostname is valid\nPASS: tools/metadata/test_ust 37 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 1 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.QOhKO1 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 2 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 3 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 4 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 5 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 6 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 7 - Enable channel my_channel for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 8 - Enable ust event tp:tptest for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 9 - Start tracing for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 10 - Stop lttng tracing for session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 11 - Destroy session auto-20250616-115916\nPASS: tools/relayd-grouping/test_ust 12 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 13 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 14 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 15 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 16 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 17 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 18 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 19 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 20 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 21 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 22 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 23 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 24 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.0SeQve --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 25 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 26 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 27 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 28 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 29 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 30 - Enable channel my_channel for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 31 - Enable ust event tp:tptest for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 32 - Start tracing for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 33 - Stop lttng tracing for session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 34 - Destroy session auto-20250616-115920\nPASS: tools/relayd-grouping/test_ust 35 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 36 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 37 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 38 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 39 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 40 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 41 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 42 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 43 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 44 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 45 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 46 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 47 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.egHu8t --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 48 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 49 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 50 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 51 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 52 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 53 - Enable channel my_channel for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 54 - Enable ust event tp:tptest for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 55 - Start tracing for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 56 - Stop lttng tracing for session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 57 - Destroy session auto-20250616-115924\nPASS: tools/relayd-grouping/test_ust 58 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 59 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 60 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 61 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 62 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 63 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 64 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 65 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 66 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 67 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 68 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 69 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 70 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.mGHFKF --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 71 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 72 - Create session  with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 73 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 74 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 75 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 76 - Enable channel my_channel for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 77 - Enable ust event tp:tptest for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 78 - Start tracing for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 79 - Stop lttng tracing for session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 80 - Destroy session auto-20250616-115929\nPASS: tools/relayd-grouping/test_ust 81 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 82 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 83 - Create session my-session with uri:net://localhost and opts: --live\nPASS: tools/relayd-grouping/test_ust 84 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 85 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 86 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 87 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 88 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 89 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 90 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 91 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 92 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 93 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.a6Hw6J --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 94 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 95 - Create session  with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 96 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 97 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 98 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 99 - Enable channel my_channel for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 100 - Enable ust event tp:tptest for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 101 - Start tracing for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 102 - Stop lttng tracing for session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 103 - Destroy session auto-20250616-115933\nPASS: tools/relayd-grouping/test_ust 104 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 105 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 106 - Create session my-session with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 107 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 108 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 109 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 110 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 111 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 112 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 113 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 114 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 115 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 116 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.xR4P5N --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 117 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 118 - Create session  with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 119 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 120 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 121 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 122 - Enable channel my_channel for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 123 - Enable ust event tp:tptest for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 124 - Start tracing for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 125 - Stop lttng tracing for session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 126 - Destroy session auto-20250616-115937\nPASS: tools/relayd-grouping/test_ust 127 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 128 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 129 - Create session my-session with uri:net://localhost/my_live_custom_output and opts: --live\nPASS: tools/relayd-grouping/test_ust 130 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 131 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 132 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 133 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 134 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 135 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 136 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 137 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 138 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 139 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.gKG56k --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 140 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 141 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 142 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 143 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 144 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 145 - Enable channel my_channel for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 146 - Enable ust event tp:tptest for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 147 - Start tracing for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 148 - Stop lttng tracing for session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 149 - Destroy session auto-20250616-115942\nPASS: tools/relayd-grouping/test_ust 150 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 151 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 152 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 153 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 154 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 155 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 156 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 157 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 158 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 159 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 160 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 161 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 162 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.MLN6eb --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 163 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 164 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 165 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 166 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 167 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 168 - Enable channel my_channel for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 169 - Enable ust event tp:tptest for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 170 - Start tracing for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 171 - Stop lttng tracing for session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 172 - Destroy session auto-20250616-115946\nPASS: tools/relayd-grouping/test_ust 173 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 174 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 175 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 176 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 177 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 178 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 179 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 180 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 181 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 182 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 183 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 184 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 185 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.lQCs1Q --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 186 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 187 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 188 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 189 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 190 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 191 - Enable channel my_channel for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 192 - Enable ust event tp:tptest for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 193 - Start tracing for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 194 - Stop lttng tracing for session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 195 - Destroy session auto-20250616-115950\nPASS: tools/relayd-grouping/test_ust 196 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 197 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 198 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 199 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 200 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 201 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 202 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 203 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 204 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 205 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 206 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 207 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 208 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.GrsreO --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 209 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 210 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 211 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 212 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 213 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 214 - Enable channel my_channel for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 215 - Enable ust event tp:tptest for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 216 - Start tracing for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 217 - Stop lttng tracing for session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 218 - Destroy session auto-20250616-115954\nPASS: tools/relayd-grouping/test_ust 219 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 220 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 221 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 222 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 223 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 224 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 225 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 226 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 227 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 228 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 229 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 230 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 231 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.6YWkZG --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 232 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 233 - Create session  with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 234 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 235 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 236 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 237 - Enable channel my_channel for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 238 - Enable ust event tp:tptest for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 239 - Start tracing for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 240 - Stop lttng tracing for session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 241 - Destroy session auto-20250616-115958\nPASS: tools/relayd-grouping/test_ust 242 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 243 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 244 - Create session my-session with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 245 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 246 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 247 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 248 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 249 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 250 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 251 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 252 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 253 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 254 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.pB2vqG --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 255 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 256 - Create session  with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 257 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 258 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 259 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 260 - Enable channel my_channel for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 261 - Enable ust event tp:tptest for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 262 - Start tracing for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 263 - Stop lttng tracing for session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 264 - Destroy session auto-20250616-120002\nPASS: tools/relayd-grouping/test_ust 265 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 266 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 267 - Create session my-session with uri:net://localhost/custom_second_token and opts:\nPASS: tools/relayd-grouping/test_ust 268 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 269 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 270 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 271 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 272 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 273 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 274 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 275 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 276 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 277 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.maOva1 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 278 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 279 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 280 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 281 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 282 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 283 - Enable channel my_channel for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 284 - Enable ust event tp:tptest for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 285 - Start tracing for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 286 - Rotate session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 287 - Stop lttng tracing for session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 288 - Destroy session auto-20250616-120006\nPASS: tools/relayd-grouping/test_ust 289 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 290 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 291 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 292 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 293 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 294 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 295 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 296 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 297 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 298 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 299 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 300 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 301 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 302 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.9nsESt --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 303 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 304 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 305 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 306 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 307 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 308 - Enable channel my_channel for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 309 - Enable ust event tp:tptest for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 310 - Start tracing for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 311 - Rotate session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 312 - Stop lttng tracing for session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 313 - Destroy session auto-20250616-120012\nPASS: tools/relayd-grouping/test_ust 314 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 315 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 316 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 317 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 318 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 319 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 320 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 321 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 322 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 323 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 324 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 325 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 326 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 327 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.Snirp6 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 328 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 329 - Create session  with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 330 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 331 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 332 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 333 - Enable channel my_channel for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 334 - Enable ust event tp:tptest for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 335 - Start tracing for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 336 - Rotate session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 337 - Stop lttng tracing for session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 338 - Destroy session auto-20250616-120017\nPASS: tools/relayd-grouping/test_ust 339 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 340 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 341 - Create session my-session with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 342 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 343 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 344 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 345 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 346 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 347 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 348 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 349 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 350 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 351 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 352 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.l2R5oz --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 353 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 354 - Create session  with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 355 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 356 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 357 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 358 - Enable channel my_channel for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 359 - Enable ust event tp:tptest for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 360 - Start tracing for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 361 - Rotate session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 362 - Stop lttng tracing for session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 363 - Destroy session auto-20250616-120022\nPASS: tools/relayd-grouping/test_ust 364 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 365 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 366 - Create session my-session with uri:net://localhost/rotate_custom_path and opts:\nPASS: tools/relayd-grouping/test_ust 367 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 368 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 369 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 370 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 371 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 372 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 373 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 374 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 375 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 376 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 377 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.DROt5D --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 378 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 379 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 380 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 381 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 382 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 383 - Enable channel my_channel for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 384 - Enable ust event tp:tptest for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 385 - Start tracing for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 386 - Rotate session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 387 - Stop lttng tracing for session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 388 - Destroy session auto-20250616-120028\nPASS: tools/relayd-grouping/test_ust 389 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 390 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 391 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 392 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 393 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 394 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 395 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 396 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 397 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 398 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 399 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 400 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 401 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 402 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.jSDtfl --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 403 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 404 - Create session  with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 405 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 406 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 407 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 408 - Enable channel my_channel for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 409 - Enable ust event tp:tptest for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 410 - Start tracing for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 411 - Rotate session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 412 - Stop lttng tracing for session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 413 - Destroy session auto-20250616-120033\nPASS: tools/relayd-grouping/test_ust 414 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 415 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 416 - Create session my-session with uri:net://localhost and opts:\nPASS: tools/relayd-grouping/test_ust 417 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 418 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 419 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 420 - Rotate session my-session\nPASS: tools/relayd-grouping/test_ust 421 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 422 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 423 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 424 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 425 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 426 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 427 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.m4QQM3 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 428 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 429 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 430 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 431 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 432 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 433 - Enable channel my_channel for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 434 - Enable ust event tp:tptest for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 435 - Start tracing for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 436 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 437 - Stop lttng tracing for session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 438 - Destroy session auto-20250616-120039\nPASS: tools/relayd-grouping/test_ust 439 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 440 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 441 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 442 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 443 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 444 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 445 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 446 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 447 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 448 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 449 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 450 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 451 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 452 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.LdDkSF --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 453 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 454 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 455 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 456 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 457 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 458 - Enable channel my_channel for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 459 - Enable ust event tp:tptest for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 460 - Start tracing for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 461 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 462 - Stop lttng tracing for session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 463 - Destroy session auto-20250616-120041\nPASS: tools/relayd-grouping/test_ust 464 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 465 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 466 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 467 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 468 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 469 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 470 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 471 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 472 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 473 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 474 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 475 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 476 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 477 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.w0D7gY --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 478 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 479 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 480 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 481 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 482 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 483 - Enable channel my_channel for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 484 - Enable ust event tp:tptest for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 485 - Start tracing for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 486 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 487 - Stop lttng tracing for session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 488 - Destroy session auto-20250616-120044\nPASS: tools/relayd-grouping/test_ust 489 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 490 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 491 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 492 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 493 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 494 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 495 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 496 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 497 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 498 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 499 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 500 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 501 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 502 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.CbHyaD --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 503 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 504 - Create session  with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 505 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 506 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 507 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 508 - Enable channel my_channel for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 509 - Enable ust event tp:tptest for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 510 - Start tracing for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 511 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 512 - Stop lttng tracing for session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 513 - Destroy session auto-20250616-120049\nPASS: tools/relayd-grouping/test_ust 514 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 515 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 516 - Create session my-session with uri:net://localhost and opts: --snapshot\nPASS: tools/relayd-grouping/test_ust 517 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 518 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 519 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 520 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 521 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 522 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 523 - Validate trace for event tp:tptest, 9 events\nPASS: tools/relayd-grouping/test_ust 524 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 525 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 526 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 527 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.7OflUi --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 528 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 529 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 530 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 531 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 532 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 533 - Enable channel my_channel for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 534 - Enable ust event tp:tptest for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 535 - Start tracing for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 536 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 537 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 538 - Stop lttng tracing for session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 539 - Destroy session auto-20250616-120053\nPASS: tools/relayd-grouping/test_ust 540 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 541 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 542 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 543 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 544 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 545 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 546 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 547 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 548 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 549 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 550 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 551 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 552 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 553 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 554 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.hRr7C1 --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 555 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 556 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 557 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 558 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 559 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 560 - Enable channel my_channel for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 561 - Enable ust event tp:tptest for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 562 - Start tracing for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 563 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 564 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 565 - Stop lttng tracing for session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 566 - Destroy session auto-20250616-120056\nPASS: tools/relayd-grouping/test_ust 567 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 568 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 569 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 570 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 571 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 572 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 573 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 574 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 575 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 576 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 577 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 578 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 579 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 580 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 581 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.Yf8AY8 --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 582 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 583 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 584 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 585 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 586 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 587 - Enable channel my_channel for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 588 - Enable ust event tp:tptest for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 589 - Start tracing for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 590 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 591 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 592 - Stop lttng tracing for session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 593 - Destroy session auto-20250616-120059\nPASS: tools/relayd-grouping/test_ust 594 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 595 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 596 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 597 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 598 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 599 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 600 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 601 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 602 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 603 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 604 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 605 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 606 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 607 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 608 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.wCArB8 --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 609 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 610 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 611 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 612 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 613 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 614 - Enable channel my_channel for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 615 - Enable ust event tp:tptest for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 616 - Start tracing for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 617 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 618 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 619 - Stop lttng tracing for session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 620 - Destroy session auto-20250616-120102\nPASS: tools/relayd-grouping/test_ust 621 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 622 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 623 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 624 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 625 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 626 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 627 - Added snapshot output net://localhost\nPASS: tools/relayd-grouping/test_ust 628 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 629 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 630 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 631 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 632 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 633 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 634 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 635 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.DWfAQs --group-output-by-session)\nPASS: tools/relayd-grouping/test_ust 636 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 637 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 638 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 639 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 640 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 641 - Enable channel my_channel for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 642 - Enable ust event tp:tptest for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 643 - Start tracing for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 644 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 645 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 646 - Stop lttng tracing for session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 647 - Destroy session auto-20250616-120105\nPASS: tools/relayd-grouping/test_ust 648 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 649 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 650 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 651 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 652 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 653 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 654 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 655 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 656 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 657 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 658 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 659 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 660 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 661 - Wait after kill session daemon\nPASS: tools/relayd-grouping/test_ust 662 - Start lttng-relayd (process mode: -b opt: -o /tmp/tmp.XXXXXXXXXXd_grouping_ust_trace_path.rEocli --group-output-by-host)\nPASS: tools/relayd-grouping/test_ust 663 - Start session daemon\nPASS: tools/relayd-grouping/test_ust 664 - Create session  in no-output mode\nPASS: tools/relayd-grouping/test_ust 665 - Lttng-tool list command with option\nPASS: tools/relayd-grouping/test_ust 666 - Valid lttng list XML\nPASS: tools/relayd-grouping/test_ust 667 - Extraction of session name\nPASS: tools/relayd-grouping/test_ust 668 - Enable channel my_channel for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 669 - Enable ust event tp:tptest for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 670 - Start tracing for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 671 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 672 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 673 - Stop lttng tracing for session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 674 - Destroy session auto-20250616-120107\nPASS: tools/relayd-grouping/test_ust 675 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 676 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 677 - Create session my-session in no-output mode\nPASS: tools/relayd-grouping/test_ust 678 - Enable channel my_channel for session my-session\nPASS: tools/relayd-grouping/test_ust 679 - Enable ust event tp:tptest for session my-session\nPASS: tools/relayd-grouping/test_ust 680 - Start tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 681 - Added snapshot output net://localhost/this/is/my/custom/path\nPASS: tools/relayd-grouping/test_ust 682 - Snapshot recorded\nPASS: tools/relayd-grouping/test_ust 683 - Stop lttng tracing for session my-session\nPASS: tools/relayd-grouping/test_ust 684 - Destroy session my-session\nPASS: tools/relayd-grouping/test_ust 685 - Validate trace for event tp:tptest, 10 events\nPASS: tools/relayd-grouping/test_ust 686 - LTTng-relayd output directory empty\nPASS: tools/relayd-grouping/test_ust 687 - Wait after kill relay daemon\nPASS: tools/relayd-grouping/test_ust 688 - Wait after kill session daemon\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 1 - Add trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 2 - Add trigger end-trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 3 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 4 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 5 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 6 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 7 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 8 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 9 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 10 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 11 - Remove trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 12 - Remove trigger end-trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 13 - Add trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 14 - Add trigger end-trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 15 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 16 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 17 - notification client exited successfully\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 18 - Remove trigger trigger1\nPASS: tools/trigger/rate-policy/test_ust_rate_policy 19 - Remove trigger end-trigger1\nPASS: kernel/test_all_events 1 - Start session daemon\nPASS: kernel/test_all_events 2 - Create session kernel_all_events_basic in -o /tmp/tmp.XXXXXXXXXXvent_trace_path.serPBp\nPASS: kernel/test_all_events 3 - Enable kernel event -a for session kernel_all_events_basic\nPASS: kernel/test_all_events 4 - Start tracing for session\nPASS: kernel/test_all_events 5 - Stop lttng tracing for session\nPASS: kernel/test_all_events 6 - Validate trace for event sched_switch, 60 events\nPASS: kernel/test_all_events 7 - Destroy session kernel_all_events_basic\nPASS: kernel/test_all_events 8 - Wait after kill session daemon\nPASS: kernel/test_callstack 1 - Start session daemon\nPASS: kernel/test_callstack 2 - Create session callstack in -o /tmp/tmp.XXXXXXXXXXcallstack_trace_path.KOkK3a\nPASS: kernel/test_callstack 3 - Enable channel chan0 for session callstack\nPASS: kernel/test_callstack 4 - Enable kernel syscall gettid for session callstack on channel chan0\nPASS: kernel/test_callstack 5 - Add context command for type: callstack-user\nPASS: kernel/test_callstack 6 - Untrack command with opts: -s callstack --all --pid -k\nPASS: kernel/test_callstack 7 - Track command with opts: -s callstack -k --pid=2799\nPASS: kernel/test_callstack 8 - Start tracing for session\nPASS: kernel/test_callstack 9 - Stop lttng tracing for session\nPASS: kernel/test_callstack 10 - Destroy session callstack\nPASS: kernel/test_callstack 11 - Validate userspace callstack\nPASS: kernel/test_callstack 12 - Create session callstack in -o /tmp/tmp.XXXXXXXXXXl_callstack_trace_path.RD0uLi\nPASS: kernel/test_callstack 13 - Enable channel chan0 for session callstack\nPASS: kernel/test_callstack 14 - Enable kernel syscall read for session callstack on channel chan0\nPASS: kernel/test_callstack 15 - Add context command for type: callstack-kernel\nPASS: kernel/test_callstack 16 - Untrack command with opts: -s callstack --all --pid -k\nPASS: kernel/test_callstack 17 - Track command with opts: -s callstack -k --pid=2826\nPASS: kernel/test_callstack 18 - Start tracing for session\nPASS: kernel/test_callstack 19 - Stop lttng tracing for session\nPASS: kernel/test_callstack 20 - Destroy session callstack\nPASS: kernel/test_callstack 21 - Validate kernel callstack\nPASS: kernel/test_callstack 22 - Wait after kill session daemon\nPASS: kernel/test_channel 1 - Start session daemon\nPASS: kernel/test_channel 2 - Create session test_session_name in -o /tmp/tmp.XXXXXXXXXXel_buffer_trace_path.VmN1od\nPASS: kernel/test_channel 3 - Enable channel test_channel_name for session test_session_name\nPASS: kernel/test_channel 4 - Destroy session test_session_name\nPASS: kernel/test_channel 5 - Create session test_session_name in -o /tmp/tmp.XXXXXXXXXXel_buffer_too_large_trace_path.u0KrSE\nPASS: kernel/test_channel 6 - Enable channel test_channel_name for session test_session_name failed as expected\nPASS: kernel/test_channel 7 - Destroy session test_session_name\nPASS: kernel/test_channel 8 - Wait after kill session daemon\nPASS: kernel/test_clock_override 1 - Start session daemon\nPASS: kernel/test_clock_override 2 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_trace_path.ZFzP9t\nPASS: kernel/test_clock_override 3 - Enable kernel event lttng_test_filter_event for session clock_override\nPASS: kernel/test_clock_override 4 - Start tracing for session clock_override\nPASS: kernel/test_clock_override 5 - Stop lttng tracing for session clock_override\nPASS: kernel/test_clock_override 6 - Destroy session clock_override\nPASS: kernel/test_clock_override 7 - Wait after kill session daemon\nPASS: kernel/test_clock_override 8 - Metadata extraction from babeltrace\nPASS: kernel/test_clock_override 9 - Clock metadata extraction\nPASS: kernel/test_clock_override 10 - Tokens to check(4) and provided values(4) count is equal\nPASS: kernel/test_clock_override 11 - Token \"name\" expect:lttng_test_clock_override got:lttng_test_clock_override\nPASS: kernel/test_clock_override 12 - Token \"uuid\" expect:83c63deb-7aa4-48fb-abda-946f400d76e6 got:83c63deb-7aa4-48fb-abda-946f400d76e6\nPASS: kernel/test_clock_override 13 - Token \"description\" expect:Freeze time with 1KHz for regression test got:Freeze time with 1KHz for regression test\nPASS: kernel/test_clock_override 14 - Token \"freq\" expect:1000 got:1000\nPASS: kernel/test_clock_override 15 - Start session daemon\nPASS: kernel/test_clock_override 16 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_trace_path.epoQ9S\nPASS: kernel/test_clock_override 17 - Enable kernel event lttng_test_filter_event for session clock_override\nPASS: kernel/test_clock_override 18 - Start tracing for session clock_override\nPASS: kernel/test_clock_override 19 - Stop lttng tracing for session clock_override\nPASS: kernel/test_clock_override 20 - Destroy session clock_override\nPASS: kernel/test_clock_override 21 - Unique event timestamps without clock override: 10 expect >1\nPASS: kernel/test_clock_override 22 - Wait after kill session daemon\nPASS: kernel/test_clock_override 23 - Start session daemon\nPASS: kernel/test_clock_override 24 - Create session clock_override in -o /tmp/tmp.XXXXXXXXXX_override_trace_path.epoQ9S\nPASS: kernel/test_clock_override 25 - Enable kernel event lttng_test_filter_event for session clock_override\nPASS: kernel/test_clock_override 26 - Start tracing for session clock_override\nPASS: kernel/test_clock_override 27 - Stop lttng tracing for session clock_override\nPASS: kernel/test_clock_override 28 - Destroy session clock_override\nPASS: kernel/test_clock_override 29 - Wait after kill session daemon\nPASS: kernel/test_clock_override 30 - Unique event timestamps with clock override: 1 expect 1\nPASS: kernel/test_event_basic 1 - Start session daemon\nPASS: kernel/test_event_basic 2 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXX_basic_trace_path.HFe0lb\nPASS: kernel/test_event_basic 3 - Enable kernel event sched_switch for session kernel_event_basic\nPASS: kernel/test_event_basic 4 - Enable kernel event sched_process_exit for session kernel_event_basic\nPASS: kernel/test_event_basic 5 - Enable kernel event sched_process_fork for session kernel_event_basic\nPASS: kernel/test_event_basic 6 - Start tracing for session\nPASS: kernel/test_event_basic 7 - Stop lttng tracing for session\nPASS: kernel/test_event_basic 8 - Kernel trace path is valid\nPASS: kernel/test_event_basic 9 - Validate trace for event sched_switch, 49 events\nPASS: kernel/test_event_basic 10 - Validate trace for event sched_process_exit, 2 events\nPASS: kernel/test_event_basic 11 - Validate trace for event sched_process_fork, 2 events\nPASS: kernel/test_event_basic 12 - Destroy session kernel_event_basic\nPASS: kernel/test_event_basic 13 - Create session kernel_enable_after_start in -o /tmp/tmp.XXXXXXXXXXe_after_start_trace_path.HLQ19f\nPASS: kernel/test_event_basic 14 - Enable kernel event sched_switch for session kernel_enable_after_start\nPASS: kernel/test_event_basic 15 - Start tracing for session\nPASS: kernel/test_event_basic 16 - Enable kernel event sched_process_exit for session kernel_enable_after_start\nPASS: kernel/test_event_basic 17 - Stop lttng tracing for session\nPASS: kernel/test_event_basic 18 - Validate trace for event sched_switch, 82 events\nPASS: kernel/test_event_basic 19 - Validate trace for event sched_process_exit, 2 events\nPASS: kernel/test_event_basic 20 - Destroy session kernel_enable_after_start\nPASS: kernel/test_event_basic 21 - Wait after kill session daemon\nPASS: kernel/test_kernel_function 1 - Create session kernel_function_basic in -o /tmp/tmp.XXXXXXXXXXl_function_basic_trace_path.i2MvLY\nPASS: kernel/test_kernel_function 2 - Enable kernel function event for session kernel_function_basic\nPASS: kernel/test_kernel_function 3 - Start tracing for session\nPASS: kernel/test_kernel_function 4 - Stop lttng tracing for session\nPASS: kernel/test_kernel_function 5 - Validate trace for event my_event_name_entry, 1 events\nPASS: kernel/test_kernel_function 6 - Validate trace for event my_event_name_exit, 1 events\nPASS: kernel/test_kernel_function 7 - Destroy session kernel_function_basic\nPASS: kernel/test_lttng_logger 1 - Start session daemon\nPASS: kernel/test_lttng_logger 2 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXXlogger_trace_path.ZHayvr\nPASS: kernel/test_lttng_logger 3 - Enable kernel event lttng_logger for session kernel_event_basic\nPASS: kernel/test_lttng_logger 4 - Start tracing for session\nPASS: kernel/test_lttng_logger 5 - /proc/lttng-logger exists\nPASS: kernel/test_lttng_logger 6 - Write in /proc/lttng-logger\nPASS: kernel/test_lttng_logger 7 - Stop lttng tracing for session\nPASS: kernel/test_lttng_logger 8 - Validate trace for event lttng_logger, 1 events\nPASS: kernel/test_lttng_logger 9 - Read a total of 1 events, expected 1\nPASS: kernel/test_lttng_logger 10 - Trace match with 1 for expression 'test_logger'\nPASS: kernel/test_lttng_logger 11 - Destroy session kernel_event_basic\nPASS: kernel/test_lttng_logger 12 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXXogger_trace_path.PwDaXn\nPASS: kernel/test_lttng_logger 13 - Enable kernel event lttng_logger for session kernel_event_basic\nPASS: kernel/test_lttng_logger 14 - Start tracing for session\nPASS: kernel/test_lttng_logger 15 - /dev/lttng-logger is a character device\nPASS: kernel/test_lttng_logger 16 - Write in /dev/lttng-logger\nPASS: kernel/test_lttng_logger 17 - Stop lttng tracing for session\nPASS: kernel/test_lttng_logger 18 - Validate trace for event lttng_logger, 1 events\nPASS: kernel/test_lttng_logger 19 - Read a total of 1 events, expected 1\nPASS: kernel/test_lttng_logger 20 - Trace match with 1 for expression 'test_logger'\nPASS: kernel/test_lttng_logger 21 - Destroy session kernel_event_basic\nPASS: kernel/test_lttng_logger 22 - Create session kernel_event_basic in -o /tmp/tmp.XXXXXXXXXXad_limit_trace_path.3iZkzw\nPASS: kernel/test_lttng_logger 23 - Enable kernel event lttng_logger for session kernel_event_basic\nPASS: kernel/test_lttng_logger 24 - Start tracing for session\nPASS: kernel/test_lttng_logger 25 - Stop lttng tracing for session\nPASS: kernel/test_lttng_logger 26 - Validate trace for event lttng_logger, 4 events\nPASS: kernel/test_lttng_logger 27 - Read a total of 4 events, expected 4\nPASS: kernel/test_lttng_logger 28 - Trace match with 4 for expression 'test_logger'\nPASS: kernel/test_lttng_logger 29 - Destroy session kernel_event_basic\nPASS: kernel/test_lttng_logger 30 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 1 - Get current cgroup namespace inode: 4026531835\nPASS: kernel/test_ns_contexts 2 - Start session daemon\nPASS: kernel/test_ns_contexts 3 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.DiTbGw\nPASS: kernel/test_ns_contexts 4 - Enable channel cgroup_ns for session cgroup_ns\nPASS: kernel/test_ns_contexts 5 - Add context command for type: cgroup_ns\nPASS: kernel/test_ns_contexts 6 - Add syscall with filter\nPASS: kernel/test_ns_contexts 7 - Start tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts 8 - Stop lttng tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts 9 - Validate trace for event cgroup_ns = 4026531835, 36 events\nPASS: kernel/test_ns_contexts 10 - Destroy session cgroup_ns\nPASS: kernel/test_ns_contexts 11 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 12 - Get current ipc namespace inode: 4026531839\nPASS: kernel/test_ns_contexts 13 - Start session daemon\nPASS: kernel/test_ns_contexts 14 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.ro2fUb\nPASS: kernel/test_ns_contexts 15 - Enable channel ipc_ns for session ipc_ns\nPASS: kernel/test_ns_contexts 16 - Add context command for type: ipc_ns\nPASS: kernel/test_ns_contexts 17 - Add syscall with filter\nPASS: kernel/test_ns_contexts 18 - Start tracing for session ipc_ns\nPASS: kernel/test_ns_contexts 19 - Stop lttng tracing for session ipc_ns\nPASS: kernel/test_ns_contexts 20 - Validate trace for event ipc_ns = 4026531839, 36 events\nPASS: kernel/test_ns_contexts 21 - Destroy session ipc_ns\nPASS: kernel/test_ns_contexts 22 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 23 - Get current mnt namespace inode: 4026531841\nPASS: kernel/test_ns_contexts 24 - Start session daemon\nPASS: kernel/test_ns_contexts 25 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.0OXvmW\nPASS: kernel/test_ns_contexts 26 - Enable channel mnt_ns for session mnt_ns\nPASS: kernel/test_ns_contexts 27 - Add context command for type: mnt_ns\nPASS: kernel/test_ns_contexts 28 - Add syscall with filter\nPASS: kernel/test_ns_contexts 29 - Start tracing for session mnt_ns\nPASS: kernel/test_ns_contexts 30 - Stop lttng tracing for session mnt_ns\nPASS: kernel/test_ns_contexts 31 - Validate trace for event mnt_ns = 4026531841, 36 events\nPASS: kernel/test_ns_contexts 32 - Destroy session mnt_ns\nPASS: kernel/test_ns_contexts 33 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 34 - Get current net namespace inode: 4026531840\nPASS: kernel/test_ns_contexts 35 - Start session daemon\nPASS: kernel/test_ns_contexts 36 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.PSUQC8\nPASS: kernel/test_ns_contexts 37 - Enable channel net_ns for session net_ns\nPASS: kernel/test_ns_contexts 38 - Add context command for type: net_ns\nPASS: kernel/test_ns_contexts 39 - Add syscall with filter\nPASS: kernel/test_ns_contexts 40 - Start tracing for session net_ns\nPASS: kernel/test_ns_contexts 41 - Stop lttng tracing for session net_ns\nPASS: kernel/test_ns_contexts 42 - Validate trace for event net_ns = 4026531840, 36 events\nPASS: kernel/test_ns_contexts 43 - Destroy session net_ns\nPASS: kernel/test_ns_contexts 44 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 45 - Get current pid namespace inode: 4026531836\nPASS: kernel/test_ns_contexts 46 - Start session daemon\nPASS: kernel/test_ns_contexts 47 - Create session pid_ns in -o /tmp/tmp.XXXXXXXXXXace_path.0YZVjU\nPASS: kernel/test_ns_contexts 48 - Enable channel pid_ns for session pid_ns\nPASS: kernel/test_ns_contexts 49 - Add context command for type: pid_ns\nPASS: kernel/test_ns_contexts 50 - Add syscall with filter\nPASS: kernel/test_ns_contexts 51 - Start tracing for session pid_ns\nPASS: kernel/test_ns_contexts 52 - Stop lttng tracing for session pid_ns\nPASS: kernel/test_ns_contexts 53 - Validate trace for event pid_ns = 4026531836, 32 events\nPASS: kernel/test_ns_contexts 54 - Destroy session pid_ns\nPASS: kernel/test_ns_contexts 55 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 56 - Get current time namespace inode: 4026531834\nPASS: kernel/test_ns_contexts 57 - Start session daemon\nPASS: kernel/test_ns_contexts 58 - Create session time_ns in -o /tmp/tmp.XXXXXXXXXXace_path.XkGf22\nPASS: kernel/test_ns_contexts 59 - Enable channel time_ns for session time_ns\nPASS: kernel/test_ns_contexts 60 - Add context command for type: time_ns\nPASS: kernel/test_ns_contexts 61 - Add syscall with filter\nPASS: kernel/test_ns_contexts 62 - Start tracing for session time_ns\nPASS: kernel/test_ns_contexts 63 - Stop lttng tracing for session time_ns\nPASS: kernel/test_ns_contexts 64 - Validate trace for event time_ns = 4026531834, 36 events\nPASS: kernel/test_ns_contexts 65 - Destroy session time_ns\nPASS: kernel/test_ns_contexts 66 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 67 - Get current user namespace inode: 4026531837\nPASS: kernel/test_ns_contexts 68 - Start session daemon\nPASS: kernel/test_ns_contexts 69 - Create session user_ns in -o /tmp/tmp.XXXXXXXXXXace_path.WoIruh\nPASS: kernel/test_ns_contexts 70 - Enable channel user_ns for session user_ns\nPASS: kernel/test_ns_contexts 71 - Add context command for type: user_ns\nPASS: kernel/test_ns_contexts 72 - Add syscall with filter\nPASS: kernel/test_ns_contexts 73 - Start tracing for session user_ns\nPASS: kernel/test_ns_contexts 74 - Stop lttng tracing for session user_ns\nPASS: kernel/test_ns_contexts 75 - Validate trace for event user_ns = 4026531837, 32 events\nPASS: kernel/test_ns_contexts 76 - Destroy session user_ns\nPASS: kernel/test_ns_contexts 77 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts 78 - Get current uts namespace inode: 4026531838\nPASS: kernel/test_ns_contexts 79 - Start session daemon\nPASS: kernel/test_ns_contexts 80 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.EsWzBF\nPASS: kernel/test_ns_contexts 81 - Enable channel uts_ns for session uts_ns\nPASS: kernel/test_ns_contexts 82 - Add context command for type: uts_ns\nPASS: kernel/test_ns_contexts 83 - Add syscall with filter\nPASS: kernel/test_ns_contexts 84 - Start tracing for session uts_ns\nPASS: kernel/test_ns_contexts 85 - Stop lttng tracing for session uts_ns\nPASS: kernel/test_ns_contexts 86 - Validate trace for event uts_ns = 4026531838, 36 events\nPASS: kernel/test_ns_contexts 87 - Destroy session uts_ns\nPASS: kernel/test_ns_contexts 88 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 1 - Get current cgroup namespace inode: 4026531835\nPASS: kernel/test_ns_contexts_change 2 - Launch test app.\nPASS: kernel/test_ns_contexts_change 3 - Get app current cgroup namespace inode: 4026531835\nPASS: kernel/test_ns_contexts_change 4 - Start session daemon\nPASS: kernel/test_ns_contexts_change 5 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.9S6MHW\nPASS: kernel/test_ns_contexts_change 6 - Enable channel cgroup_ns for session cgroup_ns\nPASS: kernel/test_ns_contexts_change 7 - Add context command for type: cgroup_ns\nPASS: kernel/test_ns_contexts_change 8 - Enable kernel syscall unshare for session cgroup_ns on channel cgroup_ns\nPASS: kernel/test_ns_contexts_change 9 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 10 - Start tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts_change 11 - Get app current cgroup namespace inode: 4026532337\nPASS: kernel/test_ns_contexts_change 12 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 13 - Stop lttng tracing for session cgroup_ns\nPASS: kernel/test_ns_contexts_change 14 - Validate trace for event cgroup_ns = 4026531835, 1 events\nPASS: kernel/test_ns_contexts_change 15 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 16 - Validate trace for event cgroup_ns = 4026532337, 1 events\nPASS: kernel/test_ns_contexts_change 17 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 18 - Destroy session cgroup_ns\nPASS: kernel/test_ns_contexts_change 19 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 20 - Get current ipc namespace inode: 4026531839\nPASS: kernel/test_ns_contexts_change 21 - Launch test app.\nPASS: kernel/test_ns_contexts_change 22 - Get app current ipc namespace inode: 4026531839\nPASS: kernel/test_ns_contexts_change 23 - Start session daemon\nPASS: kernel/test_ns_contexts_change 24 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.sz3WMN\nPASS: kernel/test_ns_contexts_change 25 - Enable channel ipc_ns for session ipc_ns\nPASS: kernel/test_ns_contexts_change 26 - Add context command for type: ipc_ns\nPASS: kernel/test_ns_contexts_change 27 - Enable kernel syscall unshare for session ipc_ns on channel ipc_ns\nPASS: kernel/test_ns_contexts_change 28 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 29 - Start tracing for session ipc_ns\nPASS: kernel/test_ns_contexts_change 30 - Get app current ipc namespace inode: 4026532338\nPASS: kernel/test_ns_contexts_change 31 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 32 - Stop lttng tracing for session ipc_ns\nPASS: kernel/test_ns_contexts_change 33 - Validate trace for event ipc_ns = 4026531839, 1 events\nPASS: kernel/test_ns_contexts_change 34 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 35 - Validate trace for event ipc_ns = 4026532338, 1 events\nPASS: kernel/test_ns_contexts_change 36 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 37 - Destroy session ipc_ns\nPASS: kernel/test_ns_contexts_change 38 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 39 - Get current mnt namespace inode: 4026531841\nPASS: kernel/test_ns_contexts_change 40 - Launch test app.\nPASS: kernel/test_ns_contexts_change 41 - Get app current mnt namespace inode: 4026531841\nPASS: kernel/test_ns_contexts_change 42 - Start session daemon\nPASS: kernel/test_ns_contexts_change 43 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.ZuYQ6V\nPASS: kernel/test_ns_contexts_change 44 - Enable channel mnt_ns for session mnt_ns\nPASS: kernel/test_ns_contexts_change 45 - Add context command for type: mnt_ns\nPASS: kernel/test_ns_contexts_change 46 - Enable kernel syscall unshare for session mnt_ns on channel mnt_ns\nPASS: kernel/test_ns_contexts_change 47 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 48 - Start tracing for session mnt_ns\nPASS: kernel/test_ns_contexts_change 49 - Get app current mnt namespace inode: 4026532337\nPASS: kernel/test_ns_contexts_change 50 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 51 - Stop lttng tracing for session mnt_ns\nPASS: kernel/test_ns_contexts_change 52 - Validate trace for event mnt_ns = 4026531841, 1 events\nPASS: kernel/test_ns_contexts_change 53 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 54 - Validate trace for event mnt_ns = 4026532337, 1 events\nPASS: kernel/test_ns_contexts_change 55 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 56 - Destroy session mnt_ns\nPASS: kernel/test_ns_contexts_change 57 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 58 - Get current net namespace inode: 4026531840\nPASS: kernel/test_ns_contexts_change 59 - Launch test app.\nPASS: kernel/test_ns_contexts_change 60 - Get app current net namespace inode: 4026531840\nPASS: kernel/test_ns_contexts_change 61 - Start session daemon\nPASS: kernel/test_ns_contexts_change 62 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.htmrrd\nPASS: kernel/test_ns_contexts_change 63 - Enable channel net_ns for session net_ns\nPASS: kernel/test_ns_contexts_change 64 - Add context command for type: net_ns\nPASS: kernel/test_ns_contexts_change 65 - Enable kernel syscall unshare for session net_ns on channel net_ns\nPASS: kernel/test_ns_contexts_change 66 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 67 - Start tracing for session net_ns\nPASS: kernel/test_ns_contexts_change 68 - Get app current net namespace inode: 4026532338\nPASS: kernel/test_ns_contexts_change 69 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 70 - Stop lttng tracing for session net_ns\nPASS: kernel/test_ns_contexts_change 71 - Validate trace for event net_ns = 4026531840, 1 events\nPASS: kernel/test_ns_contexts_change 72 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 73 - Validate trace for event net_ns = 4026532338, 1 events\nPASS: kernel/test_ns_contexts_change 74 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 75 - Destroy session net_ns\nPASS: kernel/test_ns_contexts_change 76 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 77 - Get current user namespace inode: 4026531837\nPASS: kernel/test_ns_contexts_change 78 - Launch test app.\nPASS: kernel/test_ns_contexts_change 79 - Get app current user namespace inode: 4026531837\nPASS: kernel/test_ns_contexts_change 80 - Start session daemon\nPASS: kernel/test_ns_contexts_change 81 - Create session user_ns in -o /tmp/tmp.XXXXXXXXXXace_path.TOC1La\nPASS: kernel/test_ns_contexts_change 82 - Enable channel user_ns for session user_ns\nPASS: kernel/test_ns_contexts_change 83 - Add context command for type: user_ns\nPASS: kernel/test_ns_contexts_change 84 - Enable kernel syscall unshare for session user_ns on channel user_ns\nPASS: kernel/test_ns_contexts_change 85 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 86 - Start tracing for session user_ns\nPASS: kernel/test_ns_contexts_change 87 - Get app current user namespace inode: 4026532337\nPASS: kernel/test_ns_contexts_change 88 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 89 - Stop lttng tracing for session user_ns\nPASS: kernel/test_ns_contexts_change 90 - Validate trace for event user_ns = 4026531837, 1 events\nPASS: kernel/test_ns_contexts_change 91 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 92 - Validate trace for event user_ns = 4026532337, 1 events\nPASS: kernel/test_ns_contexts_change 93 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 94 - Destroy session user_ns\nPASS: kernel/test_ns_contexts_change 95 - Wait after kill session daemon\nPASS: kernel/test_ns_contexts_change 96 - Get current uts namespace inode: 4026531838\nPASS: kernel/test_ns_contexts_change 97 - Launch test app.\nPASS: kernel/test_ns_contexts_change 98 - Get app current uts namespace inode: 4026531838\nPASS: kernel/test_ns_contexts_change 99 - Start session daemon\nPASS: kernel/test_ns_contexts_change 100 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.k8ZFv5\nPASS: kernel/test_ns_contexts_change 101 - Enable channel uts_ns for session uts_ns\nPASS: kernel/test_ns_contexts_change 102 - Add context command for type: uts_ns\nPASS: kernel/test_ns_contexts_change 103 - Enable kernel syscall unshare for session uts_ns on channel uts_ns\nPASS: kernel/test_ns_contexts_change 104 - Lttng track pid on the kernel domain\nPASS: kernel/test_ns_contexts_change 105 - Start tracing for session uts_ns\nPASS: kernel/test_ns_contexts_change 106 - Get app current uts namespace inode: 4026532338\nPASS: kernel/test_ns_contexts_change 107 - Reported namespace inode changed after unshare\nPASS: kernel/test_ns_contexts_change 108 - Stop lttng tracing for session uts_ns\nPASS: kernel/test_ns_contexts_change 109 - Validate trace for event uts_ns = 4026531838, 1 events\nPASS: kernel/test_ns_contexts_change 110 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 111 - Validate trace for event uts_ns = 4026532338, 1 events\nPASS: kernel/test_ns_contexts_change 112 - Read a total of 1 events, expected 1\nPASS: kernel/test_ns_contexts_change 113 - Destroy session uts_ns\nPASS: kernel/test_ns_contexts_change 114 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 1 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 2 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 3 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 4 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 5 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 6 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 7 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 8 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 9 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 10 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 11 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 12 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 13 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 14 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 15 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 16 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 17 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 18 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 19 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 20 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 21 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 22 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 23 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 24 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 25 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 26 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 27 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 28 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 29 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 30 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 31 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 32 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 33 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 34 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 35 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 36 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 37 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 38 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 39 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 40 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 41 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 42 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 43 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 44 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 45 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 46 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 47 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 48 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 49 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 50 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 51 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 52 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 53 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 54 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 55 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 56 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 57 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 58 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 59 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 60 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 61 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 62 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 63 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 64 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 65 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 66 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 67 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 68 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 69 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 70 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 71 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 72 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 73 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 74 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 75 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 76 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 77 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 78 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 79 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 80 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 81 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 82 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 83 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 84 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 85 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 86 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 87 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 88 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 89 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 90 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 91 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 92 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 93 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 94 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 95 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 96 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 97 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 98 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 99 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 100 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 101 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 102 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 103 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 104 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 105 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 106 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 107 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 108 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 109 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 110 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 111 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 112 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 113 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 114 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 115 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 116 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 117 - Wait after kill session daemon\nPASS: kernel/test_rotation_destroy_flush 118 - Start session daemon\nPASS: kernel/test_rotation_destroy_flush 119 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 120 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 121 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 122 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 123 - Stop lttng tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 124 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 125 - Create session rotation_destroy_flush in -o /tmp/tmp.XXXXXXXXXXl_rotation_destroy_flush.wNGxbf\nPASS: kernel/test_rotation_destroy_flush 126 - Enable channel testchan for session rotation_destroy_flush: 4096 bytes tracefile limit\nPASS: kernel/test_rotation_destroy_flush 127 - Enable event lttng_test_filter_event for session rotation_destroy_flush in channel testchan\nPASS: kernel/test_rotation_destroy_flush 128 - Start tracing for session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 129 - Destroy session rotation_destroy_flush\nPASS: kernel/test_rotation_destroy_flush 130 - Wait after kill session daemon\nPASS: kernel/test_select_poll_epoll 1 - Start session daemon\nPASS: kernel/test_select_poll_epoll 2 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_working_cases_trace_path.vqxrpm\nPASS: kernel/test_select_poll_epoll 3 - Enable kernel syscall select,pselect6,poll,ppoll,epoll_ctl,epoll_wait,epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 4 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 5 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 6 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 7 - Validate trace for event select, 6 events\nPASS: kernel/test_select_poll_epoll 8 - Validate trace for event pselect6, 6 events\nPASS: kernel/test_select_poll_epoll 9 - Validate trace for event poll, 18 events\nPASS: kernel/test_select_poll_epoll 10 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 11 - Validate trace for event epoll_ctl, 4 events\nPASS: kernel/test_select_poll_epoll 12 - Validate trace for event epoll_wait, 6 events\nPASS: kernel/test_select_poll_epoll 13 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 14 - Validation skipped\nPASS: kernel/test_select_poll_epoll 15 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 16 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_timeout_cases_trace_path.r5Ves2\nPASS: kernel/test_select_poll_epoll 17 - Enable kernel syscall select,pselect6,poll,ppoll,epoll_ctl,epoll_wait,epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 18 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 19 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 20 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 21 - Validate trace for event select, 6 events\nPASS: kernel/test_select_poll_epoll 22 - Validate trace for event pselect6, 6 events\nPASS: kernel/test_select_poll_epoll 23 - Validate trace for event poll, 18 events\nPASS: kernel/test_select_poll_epoll 24 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 25 - Validate trace for event epoll_ctl, 4 events\nPASS: kernel/test_select_poll_epoll 26 - Validate trace for event epoll_wait, 6 events\nPASS: kernel/test_select_poll_epoll 27 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 28 - Validation skipped\nPASS: kernel/test_select_poll_epoll 29 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 30 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_pselect_invalid_fd_trace_path.xZiCqL\nPASS: kernel/test_select_poll_epoll 31 - Enable kernel syscall pselect6 for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 32 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 33 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 34 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 35 - Validate trace for event pselect6, 2 events\nPASS: kernel/test_select_poll_epoll 36 - Validation skipped\nPASS: kernel/test_select_poll_epoll 37 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 38 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_big_ppoll_trace_path.u7GtE3\nPASS: kernel/test_select_poll_epoll 39 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 40 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 41 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 42 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 43 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 44 - Validation skipped\nPASS: kernel/test_select_poll_epoll 45 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 46 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_overflow_trace_path.3edlil\nPASS: kernel/test_select_poll_epoll 47 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 48 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 49 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 50 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 51 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 52 - Validation skipped\nPASS: kernel/test_select_poll_epoll 53 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 54 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_pselect_invalid_ptr_trace_path.Am1KaO\nPASS: kernel/test_select_poll_epoll 55 - Enable kernel syscall pselect6 for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 56 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 57 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 58 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 59 - Validate trace for event pselect6, 2 events\nPASS: kernel/test_select_poll_epoll 60 - Validation skipped\nPASS: kernel/test_select_poll_epoll 61 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 62 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_ulong_max_trace_path.GXyxRn\nPASS: kernel/test_select_poll_epoll 63 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 64 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 65 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 66 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 67 - Validate trace for event ppoll, 2 events\nPASS: kernel/test_select_poll_epoll 68 - Validation skipped\nPASS: kernel/test_select_poll_epoll 69 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 70 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_invalid_ptr_trace_path.R8ry3j\nPASS: kernel/test_select_poll_epoll 71 - Enable kernel syscall epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 72 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 73 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 74 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 75 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 76 - Validation skipped\nPASS: kernel/test_select_poll_epoll 77 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 78 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_int_max_trace_path.3T9PRX\nPASS: kernel/test_select_poll_epoll 79 - Enable kernel syscall epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 80 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 81 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 82 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 83 - Validate trace for event epoll_pwait, 2 events\nPASS: kernel/test_select_poll_epoll 84 - Validation skipped\nPASS: kernel/test_select_poll_epoll 85 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 86 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_ppoll_concurrent_trace_path.Pp0F5S\nPASS: kernel/test_select_poll_epoll 87 - Enable kernel syscall ppoll for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 88 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 89 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 90 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 91 - Validate trace for event ppoll, 2709 events\nPASS: kernel/test_select_poll_epoll 92 - Validation skipped\nPASS: kernel/test_select_poll_epoll 93 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 94 - Create session syscall_payload in -o /tmp/tmp.XXXXXXXXXXl_select_poll_epoll_test_epoll_pwait_concurrent_trace_path.9RKHFu\nPASS: kernel/test_select_poll_epoll 95 - Enable kernel syscall epoll_ctl,epoll_pwait for session syscall_payload on channel\nPASS: kernel/test_select_poll_epoll 96 - Add context command for type: pid\nPASS: kernel/test_select_poll_epoll 97 - Start tracing for session\nPASS: kernel/test_select_poll_epoll 98 - Stop lttng tracing for session\nPASS: kernel/test_select_poll_epoll 99 - Validate trace for event epoll_ctl, 364031 events\nPASS: kernel/test_select_poll_epoll 100 - Validation skipped\nPASS: kernel/test_select_poll_epoll 101 - Destroy session syscall_payload\nPASS: kernel/test_select_poll_epoll 102 - Wait after kill session daemon\nPASS: kernel/test_syscall 1 - Start session daemon\nPASS: kernel/test_syscall 2 - Validate syscall listing. Found getpid.\nPASS: kernel/test_syscall 3 - Create session kernel_syscall_simple_list in -o /tmp/tmp.XXXXXXXXXXll_simple_list_trace_path.C1RDZT\nPASS: kernel/test_syscall 4 - Enable kernel syscall close for session kernel_syscall_simple_list on channel\nPASS: kernel/test_syscall 5 - Validate syscall listing. Found close.\nPASS: kernel/test_syscall 6 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 7 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 8 - Start tracing for session\nPASS: kernel/test_syscall 9 - Stop lttng tracing for session\nPASS: kernel/test_syscall 10 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 11 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 12 - Trace match with 4 for expression '-e syscall_entry_close: -e compat_syscall_entry_close: -e syscall_exit_close: -e compat_syscall_exit_close:'\nPASS: kernel/test_syscall 13 - Destroy session kernel_syscall_simple_list\nPASS: kernel/test_syscall 14 - Create session kernel_syscall_simple_list_two in -o /tmp/tmp.XXXXXXXXXXll_simple_list_two_trace_path.c9jkqa\nPASS: kernel/test_syscall 15 - Enable kernel syscall close for session kernel_syscall_simple_list_two on channel\nPASS: kernel/test_syscall 16 - Enable kernel syscall read for session kernel_syscall_simple_list_two on channel\nPASS: kernel/test_syscall 17 - Validate syscall listing. Found close.\nPASS: kernel/test_syscall 18 - Validate syscall listing. Found read.\nPASS: kernel/test_syscall 19 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 20 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 21 - Start tracing for session\nPASS: kernel/test_syscall 22 - Stop lttng tracing for session\nPASS: kernel/test_syscall 23 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 24 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 25 - Validate trace for expression '-e syscall_entry_read: -e compat_syscall_entry_read:', 2 events\nPASS: kernel/test_syscall 26 - Validate trace for expression '-e syscall_exit_read: -e compat_syscall_exit_read:', 2 events\nPASS: kernel/test_syscall 27 - Trace match with 8 for expression '-e syscall_entry_close: -e compat_syscall_entry_close: -e syscall_exit_close: -e compat_syscall_exit_close: -e syscall_entry_read: -e compat_syscall_entry_read: -e syscall_exit_read: -e compat_syscall_exit_read:'\nPASS: kernel/test_syscall 28 - Destroy session kernel_syscall_simple_list_two\nPASS: kernel/test_syscall 29 - Create session kernel_syscall_single in -o /tmp/tmp.XXXXXXXXXXll_single_trace_path.qAo1QK\nPASS: kernel/test_syscall 30 - Enable kernel syscall openat for session kernel_syscall_single on channel\nPASS: kernel/test_syscall 31 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 32 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 33 - Start tracing for session\nPASS: kernel/test_syscall 34 - Stop lttng tracing for session\nPASS: kernel/test_syscall 35 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 36 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 37 - Trace match with 4 for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:'\nPASS: kernel/test_syscall 38 - Destroy session kernel_syscall_single\nPASS: kernel/test_syscall 39 - Create session kernel_syscall_two in -o /tmp/tmp.XXXXXXXXXXll_two_trace_path.YZkZe4\nPASS: kernel/test_syscall 40 - Enable kernel syscall openat for session kernel_syscall_two on channel\nPASS: kernel/test_syscall 41 - Enable kernel syscall close for session kernel_syscall_two on channel\nPASS: kernel/test_syscall 42 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 43 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 44 - Start tracing for session\nPASS: kernel/test_syscall 45 - Stop lttng tracing for session\nPASS: kernel/test_syscall 46 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 47 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 48 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 49 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 50 - Trace match with 8 for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat: -e syscall_entry_close: -e compat_syscall_entry_close: -e syscall_exit_close: -e compat_syscall_exit_close:'\nPASS: kernel/test_syscall 51 - Destroy session kernel_syscall_two\nPASS: kernel/test_syscall 52 - Create session kernel_syscall_all in -o /tmp/tmp.XXXXXXXXXXll_all_trace_path.1uhpVg\nPASS: kernel/test_syscall 53 - Enable kernel syscall -a for session kernel_syscall_all on channel\nPASS: kernel/test_syscall 54 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 55 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 56 - Start tracing for session\nPASS: kernel/test_syscall 57 - Stop lttng tracing for session\nPASS: kernel/test_syscall 58 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 59 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 60 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 61 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 62 - Destroy session kernel_syscall_all\nPASS: kernel/test_syscall 63 - Create session kernel_syscall_all_disable_one in -o /tmp/tmp.XXXXXXXXXXll_all_disable_one_trace_path.CrtTjP\nPASS: kernel/test_syscall 64 - Enable kernel syscall -a for session kernel_syscall_all_disable_one on channel\nPASS: kernel/test_syscall 65 - Disable kernel syscall openat for session kernel_syscall_all_disable_one on channel  failed as expected\nPASS: kernel/test_syscall 66 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 67 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 68 - Start tracing for session\nPASS: kernel/test_syscall 69 - Stop lttng tracing for session\nPASS: kernel/test_syscall 70 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:', 4 events\nPASS: kernel/test_syscall 71 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 72 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 73 - Destroy session kernel_syscall_all_disable_one\nPASS: kernel/test_syscall 74 - Create session kernel_syscall_all_disable_two in -o /tmp/tmp.XXXXXXXXXXll_all_disable_two_trace_path.f3ALpE\nPASS: kernel/test_syscall 75 - Enable kernel syscall -a for session kernel_syscall_all_disable_two on channel\nPASS: kernel/test_syscall 76 - Disable kernel syscall openat for session kernel_syscall_all_disable_two on channel  failed as expected\nPASS: kernel/test_syscall 77 - Disable kernel syscall close for session kernel_syscall_all_disable_two on channel  failed as expected\nPASS: kernel/test_syscall 78 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 79 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 80 - Start tracing for session\nPASS: kernel/test_syscall 81 - Stop lttng tracing for session\nPASS: kernel/test_syscall 82 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:', 4 events\nPASS: kernel/test_syscall 83 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 84 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 85 - Validate trace for expression '-e syscall_entry_read: -e compat_syscall_entry_read:', 2 events\nPASS: kernel/test_syscall 86 - Validate trace for expression '-e syscall_exit_read: -e compat_syscall_exit_read:', 2 events\nPASS: kernel/test_syscall 87 - Destroy session kernel_syscall_all_disable_two\nPASS: kernel/test_syscall 88 - Create session kernel_syscall_enable_all_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_trace_path.saN2L7\nPASS: kernel/test_syscall 89 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all on channel\nPASS: kernel/test_syscall 90 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all on channel\nPASS: kernel/test_syscall 91 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 92 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 93 - Start tracing for session\nPASS: kernel/test_syscall 94 - Stop lttng tracing for session\nPASS: kernel/test_syscall 95 - Validate empty trace\nPASS: kernel/test_syscall 96 - Destroy session kernel_syscall_enable_all_disable_all\nPASS: kernel/test_syscall 97 - Create session kernel_syscall_enable_all_disable_all_enable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_enable_all_trace_path.bIrOtf\nPASS: kernel/test_syscall 98 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_enable_all on channel\nPASS: kernel/test_syscall 99 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all_enable_all on channel\nPASS: kernel/test_syscall 100 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_enable_all on channel\nPASS: kernel/test_syscall 101 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 102 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 103 - Start tracing for session\nPASS: kernel/test_syscall 104 - Stop lttng tracing for session\nPASS: kernel/test_syscall 105 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 106 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 107 - Validate trace for expression '-e syscall_entry_close: -e compat_syscall_entry_close:', 2 events\nPASS: kernel/test_syscall 108 - Validate trace for expression '-e syscall_exit_close: -e compat_syscall_exit_close:', 2 events\nPASS: kernel/test_syscall 109 - Destroy session kernel_syscall_enable_all_disable_all_enable_all\nPASS: kernel/test_syscall 110 - Create session kernel_syscall_enable_all_disable_all_twice in -o /tmp/tmp.XXXXXXXXXXll_enable_all_disable_all_twice_trace_path.rFc15k\nPASS: kernel/test_syscall 111 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 112 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 113 - Enable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 114 - Disable kernel syscall -a for session kernel_syscall_enable_all_disable_all_twice on channel\nPASS: kernel/test_syscall 115 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 116 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 117 - Start tracing for session\nPASS: kernel/test_syscall 118 - Stop lttng tracing for session\nPASS: kernel/test_syscall 119 - Validate empty trace\nPASS: kernel/test_syscall 120 - Destroy session kernel_syscall_enable_all_disable_all_twice\nPASS: kernel/test_syscall 121 - Create session kernel_syscall_enable_all_enable_one_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_all_enable_one_disable_all_trace_path.A1ETqA\nPASS: kernel/test_syscall 122 - Enable kernel syscall -a for session kernel_syscall_enable_all_enable_one_disable_all on channel\nPASS: kernel/test_syscall 123 - Enable kernel syscall openat for session kernel_syscall_enable_all_enable_one_disable_all on channel\nPASS: kernel/test_syscall 124 - Disable kernel syscall -a for session kernel_syscall_enable_all_enable_one_disable_all on channel\nPASS: kernel/test_syscall 125 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 126 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 127 - Start tracing for session\nPASS: kernel/test_syscall 128 - Stop lttng tracing for session\nPASS: kernel/test_syscall 129 - Trace match with 0 event openat\nPASS: kernel/test_syscall 130 - Destroy session kernel_syscall_enable_all_enable_one_disable_all\nPASS: kernel/test_syscall 131 - Create session kernel_syscall_enable_one_enable_all_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_one_enable_all_disable_one_trace_path.VEKiRO\nPASS: kernel/test_syscall 132 - Enable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_one on channel\nPASS: kernel/test_syscall 133 - Enable kernel syscall -a for session kernel_syscall_enable_one_enable_all_disable_one on channel\nPASS: kernel/test_syscall 134 - Disable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_one on channel\nPASS: kernel/test_syscall 135 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 136 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 137 - Start tracing for session\nPASS: kernel/test_syscall 138 - Stop lttng tracing for session\nPASS: kernel/test_syscall 139 - Validate trace for event openat, 4 events\nPASS: kernel/test_syscall 140 - Destroy session kernel_syscall_enable_one_enable_all_disable_one\nPASS: kernel/test_syscall 141 - Create session kernel_syscall_enable_one_enable_all_disable_all_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_one_enable_all_disable_all_disable_one_trace_path.42gY26\nPASS: kernel/test_syscall 142 - Enable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 143 - Enable kernel syscall -a for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 144 - Disable kernel syscall -a for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 145 - Disable kernel syscall openat for session kernel_syscall_enable_one_enable_all_disable_all_disable_one on channel\nPASS: kernel/test_syscall 146 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 147 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 148 - Start tracing for session\nPASS: kernel/test_syscall 149 - Stop lttng tracing for session\nPASS: kernel/test_syscall 150 - Trace match with 0 event openat\nPASS: kernel/test_syscall 151 - Destroy session kernel_syscall_enable_one_enable_all_disable_all_disable_one\nPASS: kernel/test_syscall 152 - Create session kernel_syscall_enable_one_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_one_disable_one_trace_path.JuahAh\nPASS: kernel/test_syscall 153 - Enable kernel syscall openat for session kernel_syscall_enable_one_disable_one on channel\nPASS: kernel/test_syscall 154 - Disable kernel syscall openat for session kernel_syscall_enable_one_disable_one on channel\nPASS: kernel/test_syscall 155 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 156 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 157 - Start tracing for session\nPASS: kernel/test_syscall 158 - Stop lttng tracing for session\nPASS: kernel/test_syscall 159 - Validate empty trace\nPASS: kernel/test_syscall 160 - Destroy session kernel_syscall_enable_one_disable_one\nPASS: kernel/test_syscall 161 - Create session kernel_syscall_enable_two_disable_two in -o /tmp/tmp.XXXXXXXXXXll_enable_two_disable_two_trace_path.l7acI6\nPASS: kernel/test_syscall 162 - Enable kernel syscall openat for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 163 - Enable kernel syscall close for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 164 - Disable kernel syscall openat for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 165 - Disable kernel syscall close for session kernel_syscall_enable_two_disable_two on channel\nPASS: kernel/test_syscall 166 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 167 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 168 - Start tracing for session\nPASS: kernel/test_syscall 169 - Stop lttng tracing for session\nPASS: kernel/test_syscall 170 - Validate empty trace\nPASS: kernel/test_syscall 171 - Destroy session kernel_syscall_enable_two_disable_two\nPASS: kernel/test_syscall 172 - Create session kernel_syscall_enable_two_disable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_two_disable_one_trace_path.4JeFFx\nPASS: kernel/test_syscall 173 - Enable kernel syscall openat for session kernel_syscall_enable_two_disable_one on channel\nPASS: kernel/test_syscall 174 - Enable kernel syscall close for session kernel_syscall_enable_two_disable_one on channel\nPASS: kernel/test_syscall 175 - Disable kernel syscall close for session kernel_syscall_enable_two_disable_one on channel\nPASS: kernel/test_syscall 176 - Lttng untrack all pid on the kernel domain\nPASS: kernel/test_syscall 177 - Lttng track pid on the kernel domain\nPASS: kernel/test_syscall 178 - Start tracing for session\nPASS: kernel/test_syscall 179 - Stop lttng tracing for session\nPASS: kernel/test_syscall 180 - Validate trace for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat:', 2 events\nPASS: kernel/test_syscall 181 - Validate trace for expression '-e syscall_exit_openat: -e compat_syscall_exit_openat:', 2 events\nPASS: kernel/test_syscall 182 - Trace match with 4 for expression '-e syscall_entry_openat: -e compat_syscall_entry_openat: -e syscall_exit_openat: -e compat_syscall_exit_openat:'\nPASS: kernel/test_syscall 183 - Destroy session kernel_syscall_enable_two_disable_one\nPASS: kernel/test_syscall 184 - Create session kernel_syscall_disable_twice in -o /tmp/tmp.XXXXXXXXXXll_disable_twice_trace_path.IICJIf\nPASS: kernel/test_syscall 185 - Enable kernel syscall openat for session kernel_syscall_disable_twice on channel\nPASS: kernel/test_syscall 186 - Disable kernel syscall openat for session kernel_syscall_disable_twice on channel\nPASS: kernel/test_syscall 187 - Disable kernel syscall openat for session kernel_syscall_disable_twice on channel\nPASS: kernel/test_syscall 188 - Destroy session kernel_syscall_disable_twice\nPASS: kernel/test_syscall 189 - Create session kernel_syscall_disable_all_twice in -o /tmp/tmp.XXXXXXXXXXll_disable_all_twice_trace_path.hCwpA5\nPASS: kernel/test_syscall 190 - Enable kernel syscall -a for session kernel_syscall_disable_all_twice on channel\nPASS: kernel/test_syscall 191 - Disable kernel syscall -a for session kernel_syscall_disable_all_twice on channel\nPASS: kernel/test_syscall 192 - Disable kernel syscall -a for session kernel_syscall_disable_all_twice on channel\nPASS: kernel/test_syscall 193 - Destroy session kernel_syscall_disable_all_twice\nPASS: kernel/test_syscall 194 - Create session kernel_syscall_enable_unknown in -o /tmp/tmp.XXXXXXXXXXll_enable_unknown_trace_path.l2MpDA\nPASS: kernel/test_syscall 195 - Enable kernel syscall thissyscallcannotexist for session kernel_syscall_enable_unknown on channel\nPASS: kernel/test_syscall 196 - Destroy session kernel_syscall_enable_unknown\nPASS: kernel/test_syscall 197 - Create session kernel_syscall_enable_all_enable_one in -o /tmp/tmp.XXXXXXXXXXll_enable_all_enable_one_trace_path.9xktR8\nPASS: kernel/test_syscall 198 - Enable kernel syscall -a for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 199 - Enable kernel syscall openat for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 200 - Destroy session kernel_syscall_enable_all_enable_one\nPASS: kernel/test_syscall 201 - Create session kernel_syscall_enable_all_enable_one in -o /tmp/tmp.XXXXXXXXXXll_disable_all_disable_one_trace_path.q5DFNv\nPASS: kernel/test_syscall 202 - Enable kernel syscall -a for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 203 - Disable kernel syscall -a for session kernel_syscall_enable_all_enable_one on channel\nPASS: kernel/test_syscall 204 - Disable kernel syscall openat for session kernel_syscall_enable_all_enable_one on channel  failed as expected\nPASS: kernel/test_syscall 205 - Destroy session kernel_syscall_enable_all_enable_one\nPASS: kernel/test_syscall 206 - Create session kernel_syscall_enable_channel_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_channel_disable_all_trace_path.xZFlqk\nPASS: kernel/test_syscall 207 - Enable channel channel for session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 208 - Disable kernel syscall -a for session kernel_syscall_enable_channel_disable_all on channel channel\nPASS: kernel/test_syscall 209 - Destroy session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 210 - Create session kernel_syscall_enable_channel_disable_all in -o /tmp/tmp.XXXXXXXXXXll_enable_channel_disable_one_trace_path.cufLoU\nPASS: kernel/test_syscall 211 - Enable channel channel for session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 212 - Disable kernel syscall openat for session kernel_syscall_enable_channel_disable_all on channel channel failed as expected\nPASS: kernel/test_syscall 213 - Destroy session kernel_syscall_enable_channel_disable_all\nPASS: kernel/test_syscall 214 - Wait after kill session daemon\nPASS: kernel/test_userspace_probe 1 - Start session daemon\nPASS: kernel/test_userspace_probe 2 - Create session test_userspace_probe_enable_file_noexist in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_file_noexist_trace_path.dG0oNC\nPASS: kernel/test_userspace_probe 3 - Enable kernel userspace probe event for session test_userspace_probe_enable_file_noexist failed as expected\nPASS: kernel/test_userspace_probe 4 - Destroy session test_userspace_probe_enable_file_noexist\nPASS: kernel/test_userspace_probe 5 - Create session test_userspace_probe_enable_file_not_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_file_not_elf_trace_path.dcF9ih\nPASS: kernel/test_userspace_probe 6 - Enable kernel userspace probe event for session test_userspace_probe_enable_file_not_elf failed as expected\nPASS: kernel/test_userspace_probe 7 - Destroy session test_userspace_probe_enable_file_not_elf\nPASS: kernel/test_userspace_probe 8 - Create session test_userspace_probe_enable_elf_missing_symbol in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_missing_symbol_name_trace_path.jf84Su\nPASS: kernel/test_userspace_probe 9 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_missing_symbol failed as expected\nPASS: kernel/test_userspace_probe 10 - Destroy session test_userspace_probe_enable_elf_missing_symbol\nPASS: kernel/test_userspace_probe 11 - Create session test_userspace_probe_enable_elf_nonexistant_symbol in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_nonexistant_symbol_trace_path.bLTsto\nPASS: kernel/test_userspace_probe 12 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_nonexistant_symbol failed as expected\nPASS: kernel/test_userspace_probe 13 - Destroy session test_userspace_probe_enable_elf_nonexistant_symbol\nPASS: kernel/test_userspace_probe 14 - Create session test_userspace_probe_enable_elf_symbol_not_function in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_symbol_not_function_trace_path.xCFRdX\nPASS: kernel/test_userspace_probe 15 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_symbol_not_function failed as expected\nPASS: kernel/test_userspace_probe 16 - Destroy session test_userspace_probe_enable_elf_symbol_not_function\nPASS: kernel/test_userspace_probe 17 - Create session test_userspace_probe_unsupported_types in -o /tmp/tmp.XXXXXXXXXXpace_probe_unsupported_types_trace_path.Uxzbx9\nPASS: kernel/test_userspace_probe 18 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 19 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 20 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 21 - Enable kernel userspace probe event for session test_userspace_probe_unsupported_types failed as expected\nPASS: kernel/test_userspace_probe 22 - Destroy session test_userspace_probe_unsupported_types\nPASS: kernel/test_userspace_probe 23 - Create session test_userspace_probe_enable_implicit_probe_type in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_implicit_probe_type_trace_path.6hXjKO\nPASS: kernel/test_userspace_probe 24 - Enable kernel userspace probe event for session test_userspace_probe_enable_implicit_probe_type\nPASS: kernel/test_userspace_probe 25 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 26 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 27 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 28 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 29 - Destroy session test_userspace_probe_enable_implicit_probe_type\nPASS: kernel/test_userspace_probe 30 - Create session test_userspace_probe_enable_in_path in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_in_path_trace_path.2I5qyF\nPASS: kernel/test_userspace_probe 31 - Enable kernel userspace probe event for session test_userspace_probe_enable_in_path\nPASS: kernel/test_userspace_probe 32 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 33 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 34 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 35 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 36 - Destroy session test_userspace_probe_enable_in_path\nPASS: kernel/test_userspace_probe 37 - Create session test_userspace_probe_enable_full_path in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_full_path_trace_path.dd8wg9\nPASS: kernel/test_userspace_probe 38 - Enable kernel userspace probe event for session test_userspace_probe_enable_full_path\nPASS: kernel/test_userspace_probe 39 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 40 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 41 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 42 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 43 - Destroy session test_userspace_probe_enable_full_path\nPASS: kernel/test_userspace_probe 44 - Create session test_userspace_probe_enable_elf_symbol_exists in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_elf_symbol_exists_trace_path.7R4yBD\nPASS: kernel/test_userspace_probe 45 - Enable kernel userspace probe event for session test_userspace_probe_enable_elf_symbol_exists\nPASS: kernel/test_userspace_probe 46 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 47 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 48 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 49 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 50 - Destroy session test_userspace_probe_enable_elf_symbol_exists\nPASS: kernel/test_userspace_probe 51 - Create session test_userspace_probe_enable_colon_in_path in -o /tmp/tmp.XXXXXXXXXXpace_probe_enable_colon_in_path_trace_path.86OrOW\nPASS: kernel/test_userspace_probe 52 - Enable kernel userspace probe event for session test_userspace_probe_enable_colon_in_path\nPASS: kernel/test_userspace_probe 53 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 54 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 55 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 56 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 57 - Destroy session test_userspace_probe_enable_colon_in_path\nPASS: kernel/test_userspace_probe 58 - Create session test_userprobe_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_trace_path.INvGoN\nPASS: kernel/test_userspace_probe 59 - Enable kernel userspace probe event for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 60 - Start tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 61 - Stop lttng tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 62 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 63 - Destroy session test_userprobe_elf\nPASS: kernel/test_userspace_probe 64 - Create session test_userprobe_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_dynamic_symbol_trace_path.IJy7EJ\nPASS: kernel/test_userspace_probe 65 - Enable kernel userspace probe event for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 66 - Start tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 67 - Stop lttng tracing for session test_userprobe_elf\nPASS: kernel/test_userspace_probe 68 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 69 - Destroy session test_userprobe_elf\nPASS: kernel/test_userspace_probe 70 - Create session test_userprobe_elf_disable in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_disable_trace_path.vP4kEM\nPASS: kernel/test_userspace_probe 71 - Enable kernel userspace probe event for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 72 - Disable kernel event  for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 73 - Start tracing for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 74 - Stop lttng tracing for session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 75 - Validate empty trace\nPASS: kernel/test_userspace_probe 76 - Destroy session test_userprobe_elf_disable\nPASS: kernel/test_userspace_probe 77 - Create session test_userprobe_elf_list in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_list_trace_path.bOhSzw\nPASS: kernel/test_userspace_probe 78 - Enable kernel userspace probe event for session test_userprobe_elf_list\nPASS: kernel/test_userspace_probe 79 - Validate userspace probe listing. Found userspace_probe_test_event.\nPASS: kernel/test_userspace_probe 80 - Validate userspace probe listing. Found test_function.\nPASS: kernel/test_userspace_probe 81 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 82 - Validate userspace probe listing. Found ELF.\nPASS: kernel/test_userspace_probe 83 - Validate userspace probe listing. Found Function.\nPASS: kernel/test_userspace_probe 84 - Destroy session test_userprobe_elf_list\nPASS: kernel/test_userspace_probe 85 - Create session test_userprobe_save_load_elf in -o /tmp/tmp.XXXXXXXXXXpace_probe_save_load_elf_trace_path.sxvpri\nPASS: kernel/test_userspace_probe 86 - Enable kernel userspace probe event for session test_userprobe_save_load_elf\nPASS: kernel/test_userspace_probe 87 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 88 - Session saved\nPASS: kernel/test_userspace_probe 89 - Destroy session test_userprobe_save_load_elf\nPASS: kernel/test_userspace_probe 90 - Symlink found in saved session\nPASS: kernel/test_userspace_probe 91 - Load command with opts: --input-path=/tmp/tmp.XXXXXXXXXXpace_probe_save_load_elf_trace_path.eOy6kx\nPASS: kernel/test_userspace_probe 92 - Validate userspace probe listing. Found userspace-probe-elf-binary.\nPASS: kernel/test_userspace_probe 93 - Create session test_userprobe_elf_cxx_function in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_cxx_function_trace_path.DuDlAm\nPASS: kernel/test_userspace_probe 94 - Enable kernel userspace probe event for session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 95 - Start tracing for session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 96 - Stop lttng tracing for session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 97 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 98 - Destroy session test_userprobe_elf_cxx_function\nPASS: kernel/test_userspace_probe 99 - Create session test_userprobe_elf_cxx_method in -o /tmp/tmp.XXXXXXXXXXpace_probe_elf_cxx_method_trace_path.PTGVXQ\nPASS: kernel/test_userspace_probe 100 - Enable kernel userspace probe event for session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 101 - Start tracing for session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 102 - Stop lttng tracing for session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 103 - Validate trace for event userspace_probe_test_event, 1 events\nPASS: kernel/test_userspace_probe 104 - Destroy session test_userprobe_elf_cxx_method\nPASS: kernel/test_userspace_probe 105 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 1 - Get current cgroup namespace inode: 4026531835\nPASS: ust/namespaces/test_ns_contexts 2 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 3 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.DuLd8w\nPASS: ust/namespaces/test_ns_contexts 4 - Enable channel cgroup_ns for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 5 - Add context command for type: cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 6 - Enable ust event tp:tptest for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 7 - Start tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 8 - Application done\nPASS: ust/namespaces/test_ns_contexts 9 - Stop lttng tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 10 - Destroy session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts 11 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 12 - Validate trace for event cgroup_ns = 4026531835, 1000 events\nPASS: ust/namespaces/test_ns_contexts 13 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 14 - Get current ipc namespace inode: 4026531839\nPASS: ust/namespaces/test_ns_contexts 15 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 16 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.egHywv\nPASS: ust/namespaces/test_ns_contexts 17 - Enable channel ipc_ns for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 18 - Add context command for type: ipc_ns\nPASS: ust/namespaces/test_ns_contexts 19 - Enable ust event tp:tptest for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 20 - Start tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 21 - Application done\nPASS: ust/namespaces/test_ns_contexts 22 - Stop lttng tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 23 - Destroy session ipc_ns\nPASS: ust/namespaces/test_ns_contexts 24 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 25 - Validate trace for event ipc_ns = 4026531839, 1000 events\nPASS: ust/namespaces/test_ns_contexts 26 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 27 - Get current mnt namespace inode: 4026531841\nPASS: ust/namespaces/test_ns_contexts 28 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 29 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.WMUvM6\nPASS: ust/namespaces/test_ns_contexts 30 - Enable channel mnt_ns for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 31 - Add context command for type: mnt_ns\nPASS: ust/namespaces/test_ns_contexts 32 - Enable ust event tp:tptest for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 33 - Start tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 34 - Application done\nPASS: ust/namespaces/test_ns_contexts 35 - Stop lttng tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 36 - Destroy session mnt_ns\nPASS: ust/namespaces/test_ns_contexts 37 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 38 - Validate trace for event mnt_ns = 4026531841, 1000 events\nPASS: ust/namespaces/test_ns_contexts 39 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 40 - Get current net namespace inode: 4026531840\nPASS: ust/namespaces/test_ns_contexts 41 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 42 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.0vVP4G\nPASS: ust/namespaces/test_ns_contexts 43 - Enable channel net_ns for session net_ns\nPASS: ust/namespaces/test_ns_contexts 44 - Add context command for type: net_ns\nPASS: ust/namespaces/test_ns_contexts 45 - Enable ust event tp:tptest for session net_ns\nPASS: ust/namespaces/test_ns_contexts 46 - Start tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts 47 - Application done\nPASS: ust/namespaces/test_ns_contexts 48 - Stop lttng tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts 49 - Destroy session net_ns\nPASS: ust/namespaces/test_ns_contexts 50 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 51 - Validate trace for event net_ns = 4026531840, 1000 events\nPASS: ust/namespaces/test_ns_contexts 52 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 53 - Get current pid namespace inode: 4026531836\nPASS: ust/namespaces/test_ns_contexts 54 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 55 - Create session pid_ns in -o /tmp/tmp.XXXXXXXXXXace_path.APRfk4\nPASS: ust/namespaces/test_ns_contexts 56 - Enable channel pid_ns for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 57 - Add context command for type: pid_ns\nPASS: ust/namespaces/test_ns_contexts 58 - Enable ust event tp:tptest for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 59 - Start tracing for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 60 - Application done\nPASS: ust/namespaces/test_ns_contexts 61 - Stop lttng tracing for session pid_ns\nPASS: ust/namespaces/test_ns_contexts 62 - Destroy session pid_ns\nPASS: ust/namespaces/test_ns_contexts 63 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 64 - Validate trace for event pid_ns = 4026531836, 1000 events\nPASS: ust/namespaces/test_ns_contexts 65 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 66 - Get current time namespace inode: 4026531834\nPASS: ust/namespaces/test_ns_contexts 67 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 68 - Create session time_ns in -o /tmp/tmp.XXXXXXXXXXace_path.g9PvUw\nPASS: ust/namespaces/test_ns_contexts 69 - Enable channel time_ns for session time_ns\nPASS: ust/namespaces/test_ns_contexts 70 - Add context command for type: time_ns\nPASS: ust/namespaces/test_ns_contexts 71 - Enable ust event tp:tptest for session time_ns\nPASS: ust/namespaces/test_ns_contexts 72 - Start tracing for session time_ns\nPASS: ust/namespaces/test_ns_contexts 73 - Application done\nPASS: ust/namespaces/test_ns_contexts 74 - Stop lttng tracing for session time_ns\nPASS: ust/namespaces/test_ns_contexts 75 - Destroy session time_ns\nPASS: ust/namespaces/test_ns_contexts 76 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 77 - Validate trace for event time_ns = 4026531834, 1000 events\nPASS: ust/namespaces/test_ns_contexts 78 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 79 - Get current user namespace inode: 4026531837\nPASS: ust/namespaces/test_ns_contexts 80 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 81 - Create session user_ns in -o /tmp/tmp.XXXXXXXXXXace_path.uJc7I5\nPASS: ust/namespaces/test_ns_contexts 82 - Enable channel user_ns for session user_ns\nPASS: ust/namespaces/test_ns_contexts 83 - Add context command for type: user_ns\nPASS: ust/namespaces/test_ns_contexts 84 - Enable ust event tp:tptest for session user_ns\nPASS: ust/namespaces/test_ns_contexts 85 - Start tracing for session user_ns\nPASS: ust/namespaces/test_ns_contexts 86 - Application done\nPASS: ust/namespaces/test_ns_contexts 87 - Stop lttng tracing for session user_ns\nPASS: ust/namespaces/test_ns_contexts 88 - Destroy session user_ns\nPASS: ust/namespaces/test_ns_contexts 89 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 90 - Validate trace for event user_ns = 4026531837, 1000 events\nPASS: ust/namespaces/test_ns_contexts 91 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts 92 - Get current uts namespace inode: 4026531838\nPASS: ust/namespaces/test_ns_contexts 93 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts 94 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.r2WDEd\nPASS: ust/namespaces/test_ns_contexts 95 - Enable channel uts_ns for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 96 - Add context command for type: uts_ns\nPASS: ust/namespaces/test_ns_contexts 97 - Enable ust event tp:tptest for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 98 - Start tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 99 - Application done\nPASS: ust/namespaces/test_ns_contexts 100 - Stop lttng tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts 101 - Destroy session uts_ns\nPASS: ust/namespaces/test_ns_contexts 102 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts 103 - Validate trace for event uts_ns = 4026531838, 1000 events\nPASS: ust/namespaces/test_ns_contexts 104 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 1 - Get current cgroup namespace inode: 4026531835\nPASS: ust/namespaces/test_ns_contexts_change 2 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 3 - Create session cgroup_ns in -o /tmp/tmp.XXXXXXXXXXace_path.2DSA5v\nPASS: ust/namespaces/test_ns_contexts_change 4 - Enable channel cgroup_ns for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 5 - Add context command for type: cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 6 - Enable ust event tp:tptest for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 7 - Start tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 8 - Get current cgroup namespace inode: 4026532338\nPASS: ust/namespaces/test_ns_contexts_change 9 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 10 - Stop lttng tracing for session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 11 - Destroy session cgroup_ns\nPASS: ust/namespaces/test_ns_contexts_change 12 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 13 - Validate trace for event cgroup_ns = 4026531835, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 14 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 15 - Validate trace for event cgroup_ns = 4026532338, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 16 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 17 - Get current ipc namespace inode: 4026531839\nPASS: ust/namespaces/test_ns_contexts_change 18 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 19 - Create session ipc_ns in -o /tmp/tmp.XXXXXXXXXXace_path.jvGOmC\nPASS: ust/namespaces/test_ns_contexts_change 20 - Enable channel ipc_ns for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 21 - Add context command for type: ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 22 - Enable ust event tp:tptest for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 23 - Start tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 24 - Get current ipc namespace inode: 4026532337\nPASS: ust/namespaces/test_ns_contexts_change 25 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 26 - Stop lttng tracing for session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 27 - Destroy session ipc_ns\nPASS: ust/namespaces/test_ns_contexts_change 28 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 29 - Validate trace for event ipc_ns = 4026531839, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 30 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 31 - Validate trace for event ipc_ns = 4026532337, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 32 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 33 - Get current mnt namespace inode: 4026531841\nPASS: ust/namespaces/test_ns_contexts_change 34 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 35 - Create session mnt_ns in -o /tmp/tmp.XXXXXXXXXXace_path.fDlQPj\nPASS: ust/namespaces/test_ns_contexts_change 36 - Enable channel mnt_ns for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 37 - Add context command for type: mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 38 - Enable ust event tp:tptest for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 39 - Start tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 40 - Get current mnt namespace inode: 4026532338\nPASS: ust/namespaces/test_ns_contexts_change 41 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 42 - Stop lttng tracing for session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 43 - Destroy session mnt_ns\nPASS: ust/namespaces/test_ns_contexts_change 44 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 45 - Validate trace for event mnt_ns = 4026531841, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 46 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 47 - Validate trace for event mnt_ns = 4026532338, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 48 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 49 - Get current net namespace inode: 4026531840\nPASS: ust/namespaces/test_ns_contexts_change 50 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 51 - Create session net_ns in -o /tmp/tmp.XXXXXXXXXXace_path.YYuHtc\nPASS: ust/namespaces/test_ns_contexts_change 52 - Enable channel net_ns for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 53 - Add context command for type: net_ns\nPASS: ust/namespaces/test_ns_contexts_change 54 - Enable ust event tp:tptest for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 55 - Start tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 56 - Get current net namespace inode: 4026532337\nPASS: ust/namespaces/test_ns_contexts_change 57 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 58 - Stop lttng tracing for session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 59 - Destroy session net_ns\nPASS: ust/namespaces/test_ns_contexts_change 60 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 61 - Validate trace for event net_ns = 4026531840, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 62 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 63 - Validate trace for event net_ns = 4026532337, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 64 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 65 - Get current uts namespace inode: 4026531838\nPASS: ust/namespaces/test_ns_contexts_change 66 - Start session daemon\nPASS: ust/namespaces/test_ns_contexts_change 67 - Create session uts_ns in -o /tmp/tmp.XXXXXXXXXXace_path.pDylms\nPASS: ust/namespaces/test_ns_contexts_change 68 - Enable channel uts_ns for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 69 - Add context command for type: uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 70 - Enable ust event tp:tptest for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 71 - Start tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 72 - Get current uts namespace inode: 4026532338\nPASS: ust/namespaces/test_ns_contexts_change 73 - Reported namespace inode changed after unshare\nPASS: ust/namespaces/test_ns_contexts_change 74 - Stop lttng tracing for session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 75 - Destroy session uts_ns\nPASS: ust/namespaces/test_ns_contexts_change 76 - Wait after kill session daemon\nPASS: ust/namespaces/test_ns_contexts_change 77 - Validate trace for event uts_ns = 4026531838, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 78 - Read a total of 1000 events, expected 1000\nPASS: ust/namespaces/test_ns_contexts_change 79 - Validate trace for event uts_ns = 4026532338, 1000 events\nPASS: ust/namespaces/test_ns_contexts_change 80 - Read a total of 1000 events, expected 1000\n============================================================================\nTestsuite summary for lttng-tools 2.13.15\n============================================================================\n# TOTAL: 11091\n# PASS:  11075\n# SKIP:  16\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\n============================================================================\nTestsuite summary for lttng-tools 2.13.15\n============================================================================\n# TOTAL: 0\n# PASS:  0\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\n====================================================\n   lttng-tools 2.13.15: tests/unit/test-suite.log\n====================================================\n\n# TOTAL: 1032\n# PASS:  1032\n# SKIP:  0\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n\nSystem information (uname -a): Linux 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun 5 02:14:18 UTC 2025 x86_64\nDistribution information (/etc/issue):\nPoky (Yocto Project Reference Distro) 5.2 \\n \\l\n\n\n.. contents:: :depth: 2\n\n==========================================================\n   lttng-tools 2.13.15: tests/regression/test-suite.log\n==========================================================\n\n# TOTAL: 11091\n# PASS:  11075\n# SKIP:  16\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n\nSystem information (uname -a): Linux 6.12.31-yocto-standard #1 SMP PREEMPT_DYNAMIC Thu Jun 5 02:14:18 UTC 2025 x86_64\nDistribution information (/etc/issue):\nPoky (Yocto Project Reference Distro) 5.2 \\n \\l\n\n\n.. contents:: :depth: 2\n\nPASS: tools/working-directory/test_relayd_working_directory\n===========================================================\n\n1..35\n# Change working directory of process\n# Test lttng-relayd normal mode change working directory\nok 1 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 1 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16080)\nok 2 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 2 - Wait after kill relay daemon\n# Test lttng-relayd daemon mode change working directory\nok 3 - Start lttng-relayd (process mode: -d opt: --working-directory /var/volatile/tmp/tmp.test_relayd_daemon_working_dir.BStIsw)\nPASS: tools/working-directory/test_relayd_working_directory 3 - Start lttng-relayd (process mode: -d opt: --working-directory /var/volatile/tmp/tmp.test_relayd_daemon_working_dir.BStIsw)\nok 4 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 4 - Found lttng-relayd\nok 5 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 5 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16109)\nok 6 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 6 - Wait after kill relay daemon\n# Test lttng-relayd daemon mode change working directory\nok 7 - Start lttng-relayd (process mode: -d opt: )\nPASS: tools/working-directory/test_relayd_working_directory 7 - Start lttng-relayd (process mode: -d opt: )\nok 8 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 8 - Found lttng-relayd\nok 9 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 9 - Working directory is /\n# Killing (signal SIGTERM) lttng-relayd (pid: 16147)\nok 10 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 10 - Wait after kill relay daemon\n# Test lttng-relayd background mode change working directory\nok 11 - Start lttng-relayd (process mode: -b opt: --working-directory /var/volatile/tmp/tmp.test_relayd_background_working_dir.7rLLAr)\nPASS: tools/working-directory/test_relayd_working_directory 11 - Start lttng-relayd (process mode: -b opt: --working-directory /var/volatile/tmp/tmp.test_relayd_background_working_dir.7rLLAr)\nok 12 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 12 - Found lttng-relayd\nok 13 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 13 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16187)\nok 14 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 14 - Wait after kill relay daemon\n# Test lttng-relayd background working directory\nok 15 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 15 - Start lttng-relayd (process mode: -b opt: )\nok 16 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 16 - Found lttng-relayd\nok 17 - Working directory is /\nPASS: tools/working-directory/test_relayd_working_directory 17 - Working directory is /\n# Killing (signal SIGTERM) lttng-relayd (pid: 16225)\nok 18 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 18 - Wait after kill relay daemon\n# Test lttng-relayd change working directory on non writable directory\nok 19 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 19 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 20 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 20 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 21 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 21 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 22 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 22 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 23 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 23 # SKIP : Skipping permission debug output test; operation can't fail as root\nok 24 # skip: Skipping permission debug output test; operation can't fail as root\nSKIP: tools/working-directory/test_relayd_working_directory 24 # SKIP : Skipping permission debug output test; operation can't fail as root\n# Test lttng-relayd normal mode change non-existing directory\nok 25 - Expect failure to start lttng-relayd for non-existent working directory\nPASS: tools/working-directory/test_relayd_working_directory 25 - Expect failure to start lttng-relayd for non-existent working directory\nok 26 - No lttng-relayd present\nPASS: tools/working-directory/test_relayd_working_directory 26 - No lttng-relayd present\nok 27 - Found error message: invalid directory\nPASS: tools/working-directory/test_relayd_working_directory 27 - Found error message: invalid directory\n# Test lttng-relayd change working directory from env. variable\nok 28 - Start lttng-relayd (process mode: -b opt: )\nPASS: tools/working-directory/test_relayd_working_directory 28 - Start lttng-relayd (process mode: -b opt: )\nok 29 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 29 - Found lttng-relayd\nok 30 - Working directory changed\nPASS: tools/working-directory/test_relayd_working_directory 30 - Working directory changed\n# Killing (signal SIGTERM) lttng-relayd (pid: 16276)\nok 31 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 31 - Wait after kill relay daemon\n# Test lttng-relayd change working directory command line overwrite env variable\nok 32 - Start lttng-relayd (process mode: -b opt: --working-dir /var/volatile/tmp/tmp.test_relayd_cmdline_overwrite_env_working_dir_cmdline.f7E23y)\nPASS: tools/working-directory/test_relayd_working_directory 32 - Start lttng-relayd (process mode: -b opt: --working-dir /var/volatile/tmp/tmp.test_relayd_cmdline_overwrite_env_working_dir_cmdline.f7E23y)\nok 33 - Found lttng-relayd\nPASS: tools/working-directory/test_relayd_working_directory 33 - Found lttng-relayd\nok 34 - Working directory is the one from command line\nPASS: tools/working-directory/test_relayd_working_directory 34 - Working directory is the one from command line\n# Killing (signal SIGTERM) lttng-relayd (pid: 16311)\nok 35 - Wait after kill relay daemon\nPASS: tools/working-directory/test_relayd_working_directory 35 - Wait after kill relay daemon\n\nPASS: tools/trigger/test_list_triggers_cli\n==========================================\n\nrealpath: ./tools/trigger/../../../utils/testapp/userspace-probe-sdt-binary/.libs/userspace-probe-sdt-binary: No such file or directory\n1..150\n# Listing top level options\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name hello --condition event-rule-matches --type=user --name=test-name --action notify\nok 1 - Add trigger hello\nPASS: tools/trigger/test_list_triggers_cli 1 - Add trigger hello\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 2 - top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 2 - top level options: exit code is 0\nok 3 - top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 3 - top level options: expected stdout\nok 4 - top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 4 - top level options: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 5 - MI top level options: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 5 - MI top level options: exit code is 0\nok 6 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 6 - list-trigger mi is valid\nok 7 - MI top level options: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 7 - MI top level options: expected stdout\nok 8 - MI top level options: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 8 - MI top level options: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger hello \nok 9 - Remove trigger hello\nPASS: tools/trigger/test_list_triggers_cli 9 - Remove trigger hello\n# Listing event-rule-matches tracepoint\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name C --condition event-rule-matches --type=user --action notify\nok 10 - Add trigger C\nPASS: tools/trigger/test_list_triggers_cli 10 - Add trigger C\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name A --condition event-rule-matches --name=aaa --type=user --filter p == 2 --action notify\nok 11 - Add trigger A\nPASS: tools/trigger/test_list_triggers_cli 11 - Add trigger A\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name D --condition event-rule-matches --name=hello* --type=user -x hello2 --exclude-name hello3 -x hello4 --action notify\nok 12 - Add trigger D\nPASS: tools/trigger/test_list_triggers_cli 12 - Add trigger D\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name B --condition event-rule-matches --type=user --name=gerboise --log-level INFO.. --action notify\nok 13 - Add trigger B\nPASS: tools/trigger/test_list_triggers_cli 13 - Add trigger B\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name E --condition event-rule-matches --type=user --name=lemming --log-level WARNING --action notify\nok 14 - Add trigger E\nPASS: tools/trigger/test_list_triggers_cli 14 - Add trigger E\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name J --condition event-rule-matches --type=user --name=lemming --log-level .. --action notify\nok 15 - Add trigger J\nPASS: tools/trigger/test_list_triggers_cli 15 - Add trigger J\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name F --condition event-rule-matches --type=user --name=capture-payload-field --capture a --action notify\nok 16 - Add trigger F\nPASS: tools/trigger/test_list_triggers_cli 16 - Add trigger F\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name G --condition event-rule-matches --type=user --name=capture-array --capture a[2] --capture $ctx.tourlou[18] --action notify\nok 17 - Add trigger G\nPASS: tools/trigger/test_list_triggers_cli 17 - Add trigger G\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name H --condition event-rule-matches --type=user --name=capture-chan-ctx --capture $ctx.vpid --action notify\nok 18 - Add trigger H\nPASS: tools/trigger/test_list_triggers_cli 18 - Add trigger H\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name I --condition event-rule-matches --type=user --name=capture-app-ctx --capture $app.iga:active_clients --action notify\nok 19 - Add trigger I\nPASS: tools/trigger/test_list_triggers_cli 19 - Add trigger I\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 20 - event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 20 - event-rule-matches, tracepoint event rule: exit code is 0\nok 21 - event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 21 - event-rule-matches, tracepoint event rule: expected stdout\nok 22 - event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 22 - event-rule-matches, tracepoint event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 23 - MI event-rule-matches, tracepoint event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 23 - MI event-rule-matches, tracepoint event rule: exit code is 0\nok 24 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 24 - list-trigger mi is valid\nok 25 - MI event-rule-matches, tracepoint event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 25 - MI event-rule-matches, tracepoint event rule: expected stdout\nok 26 - MI event-rule-matches, tracepoint event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 26 - MI event-rule-matches, tracepoint event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger A \nok 27 - Remove trigger A\nPASS: tools/trigger/test_list_triggers_cli 27 - Remove trigger A\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger B \nok 28 - Remove trigger B\nPASS: tools/trigger/test_list_triggers_cli 28 - Remove trigger B\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger C \nok 29 - Remove trigger C\nPASS: tools/trigger/test_list_triggers_cli 29 - Remove trigger C\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger D \nok 30 - Remove trigger D\nPASS: tools/trigger/test_list_triggers_cli 30 - Remove trigger D\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger E \nok 31 - Remove trigger E\nPASS: tools/trigger/test_list_triggers_cli 31 - Remove trigger E\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger F \nok 32 - Remove trigger F\nPASS: tools/trigger/test_list_triggers_cli 32 - Remove trigger F\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger G \nok 33 - Remove trigger G\nPASS: tools/trigger/test_list_triggers_cli 33 - Remove trigger G\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger H \nok 34 - Remove trigger H\nPASS: tools/trigger/test_list_triggers_cli 34 - Remove trigger H\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger I \nok 35 - Remove trigger I\nPASS: tools/trigger/test_list_triggers_cli 35 - Remove trigger I\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger J \nok 36 - Remove trigger J\nPASS: tools/trigger/test_list_triggers_cli 36 - Remove trigger J\n# Listing event-rule-matches kernel probe\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=kprobe --location=lttng_channel_enable --event-name=my_channel_enable --action notify\nok 37 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 37 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=kprobe --location=lttng_channel_enable+0x80 --event-name=my_channel_enable --action notify\nok 38 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 38 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T2 --condition event-rule-matches --type=kprobe --location=0xffffffffc03d3b20 --event-name=my_channel_enable --action notify\nok 39 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 39 - Add trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 40 - event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 40 - event-rule-matches, probe event rule: exit code is 0\nok 41 - event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 41 - event-rule-matches, probe event rule: expected stdout\nok 42 - event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 42 - event-rule-matches, probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 43 - MI event-rule-matches, probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 43 - MI event-rule-matches, probe event rule: exit code is 0\nok 44 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 44 - list-trigger mi is valid\nok 45 - MI event-rule-matches, probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 45 - MI event-rule-matches, probe event rule: expected stdout\nok 46 - MI event-rule-matches, probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 46 - MI event-rule-matches, probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 47 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 47 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 48 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 48 - Remove trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T2 \nok 49 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 49 - Remove trigger T2\n# Listing event-rule-matches userspace-probe elf\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=kernel:uprobe --location=/usr/lib/lttng-tools/ptest/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary:test_function --event-name=ma-probe-elf --action notify\nok 50 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 50 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 51 - event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 51 - event-rule-matches, userspace-probe event rule: exit code is 0\nok 52 - event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 52 - event-rule-matches, userspace-probe event rule: expected stdout\nok 53 - event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 53 - event-rule-matches, userspace-probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 54 - MI event-rule-matches, userspace-probe event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 54 - MI event-rule-matches, userspace-probe event rule: exit code is 0\nok 55 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 55 - list-trigger mi is valid\nok 56 - MI event-rule-matches, userspace-probe event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 56 - MI event-rule-matches, userspace-probe event rule: expected stdout\nok 57 - MI event-rule-matches, userspace-probe event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 57 - MI event-rule-matches, userspace-probe event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 58 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 58 - Remove trigger T0\nok 59 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 59 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 60 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 60 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 61 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 61 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 62 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 62 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 63 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 63 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 64 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 64 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 65 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 65 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 66 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 66 # SKIP : No SDT binary. Skipping userspace probe SDT tests\nok 67 # skip: No SDT binary. Skipping userspace probe SDT tests\nSKIP: tools/trigger/test_list_triggers_cli 67 # SKIP : No SDT binary. Skipping userspace probe SDT tests\n# Listing event-rule-matches syscall\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=syscall --name=open --action notify\nok 68 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 68 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=syscall:entry --name=open --action notify\nok 69 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 69 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T2 --condition event-rule-matches --type=syscall:exit --name=open --action notify\nok 70 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 70 - Add trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T3 --condition event-rule-matches --type=syscall:entry+exit --name=open --action notify\nok 71 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 71 - Add trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T4 --condition event-rule-matches --type=syscall --name=ptrace --filter a > 2 --action notify\nok 72 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 72 - Add trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 73 - event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 73 - event-rule-matches, syscall event rule: exit code is 0\nok 74 - event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 74 - event-rule-matches, syscall event rule: expected stdout\nok 75 - event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 75 - event-rule-matches, syscall event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 76 - MI event-rule-matches, syscall event rule: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 76 - MI event-rule-matches, syscall event rule: exit code is 0\nok 77 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 77 - list-trigger mi is valid\nok 78 - MI event-rule-matches, syscall event rule: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 78 - MI event-rule-matches, syscall event rule: expected stdout\nok 79 - MI event-rule-matches, syscall event rule: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 79 - MI event-rule-matches, syscall event rule: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 80 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 80 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 81 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 81 - Remove trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T2 \nok 82 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 82 - Remove trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T3 \nok 83 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 83 - Remove trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T4 \nok 84 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 84 - Remove trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 85 - session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 85 - session consumed size condition: exit code is 0\nok 86 - session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 86 - session consumed size condition: expected stdout\nok 87 - session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 87 - session consumed size condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 88 - MI session consumed size condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 88 - MI session consumed size condition: exit code is 0\nok 89 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 89 - list-trigger mi is valid\nok 90 - MI session consumed size condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 90 - MI session consumed size condition: expected stdout\nok 91 - MI session consumed size condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 91 - MI session consumed size condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-session-consumed-size-condition \nok 92 - Remove trigger trigger-with-session-consumed-size-condition\nPASS: tools/trigger/test_list_triggers_cli 92 - Remove trigger trigger-with-session-consumed-size-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 93 - buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 93 - buffer usage condition: exit code is 0\nok 94 - buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 94 - buffer usage condition: expected stdout\nok 95 - buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 95 - buffer usage condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 96 - MI buffer usage condition: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 96 - MI buffer usage condition: exit code is 0\nok 97 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 97 - list-trigger mi is valid\nok 98 - MI buffer usage condition: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 98 - MI buffer usage condition: expected stdout\nok 99 - MI buffer usage condition: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 99 - MI buffer usage condition: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-high-bytes-condition \nok 100 - Remove trigger trigger-with-buffer-usage-high-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 100 - Remove trigger trigger-with-buffer-usage-high-bytes-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-high-ratio-condition \nok 101 - Remove trigger trigger-with-buffer-usage-high-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 101 - Remove trigger trigger-with-buffer-usage-high-ratio-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-low-bytes-condition \nok 102 - Remove trigger trigger-with-buffer-usage-low-bytes-condition\nPASS: tools/trigger/test_list_triggers_cli 102 - Remove trigger trigger-with-buffer-usage-low-bytes-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-buffer-usage-low-ratio-condition \nok 103 - Remove trigger trigger-with-buffer-usage-low-ratio-condition\nPASS: tools/trigger/test_list_triggers_cli 103 - Remove trigger trigger-with-buffer-usage-low-ratio-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 104 - session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 104 - session rotation conditions: exit code is 0\nok 105 - session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 105 - session rotation conditions: expected stdout\nok 106 - session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 106 - session rotation conditions: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 107 - MI session rotation conditions: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 107 - MI session rotation conditions: exit code is 0\nok 108 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 108 - list-trigger mi is valid\nok 109 - MI session rotation conditions: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 109 - MI session rotation conditions: expected stdout\nok 110 - MI session rotation conditions: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 110 - MI session rotation conditions: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-session-rotation-completed-condition \nok 111 - Remove trigger trigger-with-session-rotation-completed-condition\nPASS: tools/trigger/test_list_triggers_cli 111 - Remove trigger trigger-with-session-rotation-completed-condition\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger trigger-with-session-rotation-ongoing-condition \nok 112 - Remove trigger trigger-with-session-rotation-ongoing-condition\nPASS: tools/trigger/test_list_triggers_cli 112 - Remove trigger trigger-with-session-rotation-ongoing-condition\n# Listing snapshot actions\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session\nok 113 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 113 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --path /some/path\nok 114 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 114 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T2 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --url file:///some/other/path\nok 115 - Add trigger T2\nPASS: tools/trigger/test_list_triggers_cli 115 - Add trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T3 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --url net://1.2.3.4\nok 116 - Add trigger T3\nPASS: tools/trigger/test_list_triggers_cli 116 - Add trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T4 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --url net://1.2.3.4:1234:1235\nok 117 - Add trigger T4\nPASS: tools/trigger/test_list_triggers_cli 117 - Add trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T5 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --ctrl-url=tcp://1.2.3.4:1111 --data-url=tcp://1.2.3.4:1112\nok 118 - Add trigger T5\nPASS: tools/trigger/test_list_triggers_cli 118 - Add trigger T5\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T6 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --path /some/path --max-size=1234\nok 119 - Add trigger T6\nPASS: tools/trigger/test_list_triggers_cli 119 - Add trigger T6\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T7 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --path /some/path --name=meh\nok 120 - Add trigger T7\nPASS: tools/trigger/test_list_triggers_cli 120 - Add trigger T7\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T8 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --rate-policy=every:10\nok 121 - Add trigger T8\nPASS: tools/trigger/test_list_triggers_cli 121 - Add trigger T8\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T9 --condition event-rule-matches --type=user --name=some-event --action snapshot-session ze-session --rate-policy=once-after:10\nok 122 - Add trigger T9\nPASS: tools/trigger/test_list_triggers_cli 122 - Add trigger T9\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 123 - snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 123 - snapshot action: exit code is 0\nok 124 - snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 124 - snapshot action: expected stdout\nok 125 - snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 125 - snapshot action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 126 - MI snapshot action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 126 - MI snapshot action: exit code is 0\nok 127 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 127 - list-trigger mi is valid\nok 128 - MI snapshot action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 128 - MI snapshot action: expected stdout\nok 129 - MI snapshot action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 129 - MI snapshot action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 130 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 130 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 131 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 131 - Remove trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T2 \nok 132 - Remove trigger T2\nPASS: tools/trigger/test_list_triggers_cli 132 - Remove trigger T2\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T3 \nok 133 - Remove trigger T3\nPASS: tools/trigger/test_list_triggers_cli 133 - Remove trigger T3\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T4 \nok 134 - Remove trigger T4\nPASS: tools/trigger/test_list_triggers_cli 134 - Remove trigger T4\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T5 \nok 135 - Remove trigger T5\nPASS: tools/trigger/test_list_triggers_cli 135 - Remove trigger T5\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T6 \nok 136 - Remove trigger T6\nPASS: tools/trigger/test_list_triggers_cli 136 - Remove trigger T6\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T7 \nok 137 - Remove trigger T7\nPASS: tools/trigger/test_list_triggers_cli 137 - Remove trigger T7\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T8 \nok 138 - Remove trigger T8\nPASS: tools/trigger/test_list_triggers_cli 138 - Remove trigger T8\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T9 \nok 139 - Remove trigger T9\nPASS: tools/trigger/test_list_triggers_cli 139 - Remove trigger T9\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T0 --condition event-rule-matches --type=user --name=some-event --action notify --rate-policy=once-after:5\nok 140 - Add trigger T0\nPASS: tools/trigger/test_list_triggers_cli 140 - Add trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng add-trigger --name T1 --condition event-rule-matches --type=user --name=some-event --action notify --rate-policy=every:10\nok 141 - Add trigger T1\nPASS: tools/trigger/test_list_triggers_cli 141 - Add trigger T1\n# ./tools/trigger/../../../../src/bin/lttng/lttng list-triggers\nok 142 - notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 142 - notify action: exit code is 0\nok 143 - notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 143 - notify action: expected stdout\nok 144 - notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 144 - notify action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng --mi xml list-triggers\nok 145 - MI notify action: exit code is 0\nPASS: tools/trigger/test_list_triggers_cli 145 - MI notify action: exit code is 0\nok 146 - list-trigger mi is valid\nPASS: tools/trigger/test_list_triggers_cli 146 - list-trigger mi is valid\nok 147 - MI notify action: expected stdout\nPASS: tools/trigger/test_list_triggers_cli 147 - MI notify action: expected stdout\nok 148 - MI notify action: expected stderr\nPASS: tools/trigger/test_list_triggers_cli 148 - MI notify action: expected stderr\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T0 \nok 149 - Remove trigger T0\nPASS: tools/trigger/test_list_triggers_cli 149 - Remove trigger T0\n# ./tools/trigger/../../../../src/bin/lttng/lttng remove-trigger T1 \nok 150 - Remove trigger T1\nPASS: tools/trigger/test_list_triggers_cli 150 - Remove trigger T1\nError: Unable to remove module lttng_lib_ring_buffer\n# Killing (signal SIGTERM) lttng-sessiond and lt-lttng-sessiond pids: 26213 26214 \n\nSKIP: ust/python-logging/test_python_logging\n============================================\n\n1..1\n# Python support\nok 1 # skip: Python agent test skipped.\nSKIP: ust/python-logging/test_python_logging 1 # SKIP : Python agent test skipped.\n\nDURATION: 1724\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5235671997070312,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-lua_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-lua",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.027404069900512695,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.090291738510132,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03162026405334473,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.7098207473754883,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.00089263916015625,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.lua.lua": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/lua/ptest\n...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Lua warning: #This is an expected warning\nLua warning: #This is another one\n.......--- test output ---\n\n\tStarting Tests\nrandom seeds: 1750073984, 94508619924136\ncurrent path:\n****/usr/share/lua/5.4/?.lua;/usr/share/lua/5.4/?/init.lua;/usr/lib/lua/5.4/?.lua;/usr/lib/lua/5.4/?/init.lua;./?.lua;./?/init.lua****\n\n    ---- total memory: 44.6K, max memory: 44.6K ----\n\ntime: 1.4e-05 (+1.4e-05)\n\n***** FILE 'main.lua'*****\n\n***** FILE 'gc.lua'*****\ntesting incremental garbage collection\ncreating many objects\nfunctions with errors\nlong strings\nsteps\nsteps (2)\nclearing tables\nweak tables\n+\nself-referenced threads\nOK\n    ---- total memory: 1.4M, max memory: 1.4M ----\n\ntime: 0.110545 (+0.110531)\n\n***** FILE 'db.lua'*****\ntesting debug library and debug information\n+\ntesting inspection of parameters/returned values\n+\n+\ntesting traceback sizes\ntesting debug functions on chunk without debug info\nOK\n    ---- total memory: 163.5K, max memory: 1.4M ----\n\ntime: 0.130955 (+0.02041)\n\n***** FILE 'calls.lua'*****\ntesting functions and calls\n+\n+\ntesting tail calls\n+\n+\ntesting binary chunks\nOK\ntesting strings and string library\ntesting 'format %a %A'\nOK\ntesting scanner\n+\n+\n+\n+\n+\nOK\n    ---- total memory: 376.4K, max memory: 1.4M ----\n\ntime: 0.192998 (+0.062043)\n\n***** FILE 'tpack.lua'*****\ntesting pack/unpack\nplatform:\n\tshort 2, int 4, long 8, size_t 8, float 4, double 8,\n\tlua Integer 8, lua Number 8\n\tlittle endian\n\talignment: 8\ntesting invalid formats\ntesting pack/unpack of floating-point numbers\ntesting pack/unpack of strings\ntesting alignment\nOK\n    ---- total memory: 389.2K, max memory: 1.4M ----\n\ntime: 0.193552 (+0.000554)\n\n***** FILE 'attrib.lua'*****\ntesting require\npackage config: /|;|?|!|-|\ntesting 'require' message\n+\ntesting assignments, logical operators, and constructors\n+\nOK\n    ---- total memory: 276.2K, max memory: 1.4M ----\n\ntime: 0.194564 (+0.001012)\n\n***** FILE 'gengc.lua'*****\ntesting generational garbage collection\n+\nOK\n    ---- total memory: 81.8K, max memory: 1.4M ----\n\ntime: 0.194778 (+0.000214)\n\n***** FILE 'locals.lua'*****\ntesting local variables and environments\n+\ntesting to-be-closed variables\ntesting errors in __close\nto-be-closed variables in coroutines\nOK\n    ---- total memory: 138.3K, max memory: 1.4M ----\n\ntime: 0.238144 (+0.043366)\n\n***** FILE 'constructs.lua'*****\ntesting syntax\n+\ntesting short-circuit optimizations (1)\n+\nOK\n    ---- total memory: 844.9K, max memory: 1.4M ----\n\ntime: 0.25969 (+0.021546)\n\n***** FILE 'code.lua'*****\n    ---- total memory: 919.9K, max memory: 1.4M ----\n\ntime: 0.260177 (+0.000487)\n\n***** FILE 'cstack.lua'*****\ntesting stack overflow detection\ntesting stack overflow in message handling\nfinal count: \t250037\ntesting recursion inside pattern matching\ntesting stack-overflow in recursive 'gsub'\nfinal count: \t197\ntesting stack-overflow in recursive 'gsub' with metatables\nfinal count: \t99\ntesting limits in coroutines inside deep calls\nfinal count: \t196\nchain of 'coroutine.close'\nfinal count: \t197\nnesting of resuming yielded coroutines\nfinal count: \t195\nnesting coroutines running after recoverable errors\nfinal count: \t197\nOK\n    ---- total memory: 15.8M, max memory: 15.8M ----\n\ntime: 0.292897 (+0.03272)\n\n***** FILE 'nextvar.lua'*****\ntesting tables, next, and for\n+\n+\n+\ntesting next x GC of deleted keys\n+\ntesting floats in numeric for\nOK\n    ---- total memory: 118.8K, max memory: 15.8M ----\n\ntime: 0.302698 (+0.009801)\n\n***** FILE 'pm.lua'*****\ntesting pattern matching\n+\n+\n+\n+\nOK\n    ---- total memory: 122.0K, max memory: 15.8M ----\n\ntime: 0.30361 (+0.000912)\n\n***** FILE 'utf8.lua'*****\ntesting UTF-8 library\nok\n    ---- total memory: 145.3K, max memory: 15.8M ----\n\ntime: 0.304251 (+0.000641)\n\n***** FILE 'api.lua'*****\n    ---- total memory: 279.2K, max memory: 15.8M ----\n\ntime: 0.30526 (+0.001009)\n\n***** FILE 'events.lua'*****\ntesting metatables\n+\n+\nOK\n    ---- total memory: 122.9K, max memory: 15.8M ----\n\ntime: 0.306137 (+0.000877)\n\n***** FILE 'vararg.lua'*****\ntesting vararg\n+\n+\n+\nOK\n    ---- total memory: 126.6K, max memory: 15.8M ----\n\ntime: 0.30636 (+0.000223)\n\n***** FILE 'closure.lua'*****\ntesting closures\n+\nOK\n    ---- total memory: 218.7K, max memory: 15.8M ----\n\ntime: 0.307037 (+0.000677)\n\n***** FILE 'coroutine.lua'*****\ntesting coroutines\nto-be-closed variables in coroutines\ntesting 'coroutine.close'\n+\ntesting yields inside metamethods\n+\ntesting yields inside 'for' iterators\nOK\n    ---- total memory: 194.8K, max memory: 15.8M ----\n\ntime: 0.30847 (+0.001433)\n\n***** FILE 'goto.lua'*****\nOK\n    ---- total memory: 98.3K, max memory: 15.8M ----\n\ntime: 0.308722 (+0.000252)\n\n***** FILE 'errors.lua'*****\ntesting errors\n+\ntesting tokens in error messages\n+\nOK\n    ---- total memory: 324.3K, max memory: 15.8M ----\n\ntime: 0.312861 (+0.004139)\n\n***** FILE 'math.lua'*****\ntesting numbers and math lib\n64-bit integers, 53-bit (mantissa) floats\ntesting order (floats cannot represent all integers)\ntesting -0 and NaN\ntesting 'math.random'\nrandom seeds: 1750073984, 94508619924136\nfloat random range in 31800 calls: [0.000019, 0.999996]\ninteger random range in 64000 calls: [minint + 39ppm, maxint - 31ppm]\nOK\n    ---- total memory: 406.5K, max memory: 15.8M ----\n\ntime: 0.325543 (+0.012682)\n\n***** FILE 'sort.lua'*****\ntesting (parts of) table library\ntesting unpack\ntesting pack\ntesting sort\nsorting 5000 random elements in 1.13 msec.\nre-sorting 5000 sorted elements in 0.80 msec.\nInvert-sorting other 5000 elements in 2.74 msec., with 66261 comparisons\nsorting 5000 equal elements in 1.69 msec.\nOK\n    ---- total memory: 225.9K, max memory: 15.8M ----\n\ntime: 0.338718 (+0.013175)\n\n***** FILE 'bitwise.lua'*****\ntesting bitwise operations\n+\ntesting bitwise library\n+\n+\nOK\n    ---- total memory: 260.2K, max memory: 15.8M ----\n\ntime: 0.339275 (+0.000557)\n\n***** FILE 'verybig.lua'*****\ntesting RK\n    ---- total memory: 88.5K, max memory: 15.8M ----\n\ntime: 0.339416 (+0.000141)\n\n***** FILE 'files.lua'*****\ntesting i/o\n+\n+\n+\n+\n+\n+\ntesting date/time\ntest done on 16/06/2025, at 11:39:44\nLua 5.4\n(there should be two warnings now)\n64-bit integers, 64-bit floats\ncleaning all!!!!\n    ---- total memory: 55.6K, max memory: 15.8M ----\n\n\n\ntotal time: 0.34s (wall time: 0s)\n\nfinal OK !!!\n>>> closing state <<<\n\n\n\n--- ptest result ---\nPASS: lua\nDURATION: 0\nEND: /usr/lib/lua/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "lua": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\n...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................Lua warning: #This is an expected warning\nLua warning: #This is another one\n.......--- test output ---\n\n\tStarting Tests\nrandom seeds: 1750073984, 94508619924136\ncurrent path:\n****/usr/share/lua/5.4/?.lua;/usr/share/lua/5.4/?/init.lua;/usr/lib/lua/5.4/?.lua;/usr/lib/lua/5.4/?/init.lua;./?.lua;./?/init.lua****\n\n    ---- total memory: 44.6K, max memory: 44.6K ----\n\ntime: 1.4e-05 (+1.4e-05)\n\n***** FILE 'main.lua'*****\n\n***** FILE 'gc.lua'*****\ntesting incremental garbage collection\ncreating many objects\nfunctions with errors\nlong strings\nsteps\nsteps (2)\nclearing tables\nweak tables\n+\nself-referenced threads\nOK\n    ---- total memory: 1.4M, max memory: 1.4M ----\n\ntime: 0.110545 (+0.110531)\n\n***** FILE 'db.lua'*****\ntesting debug library and debug information\n+\ntesting inspection of parameters/returned values\n+\n+\ntesting traceback sizes\ntesting debug functions on chunk without debug info\nOK\n    ---- total memory: 163.5K, max memory: 1.4M ----\n\ntime: 0.130955 (+0.02041)\n\n***** FILE 'calls.lua'*****\ntesting functions and calls\n+\n+\ntesting tail calls\n+\n+\ntesting binary chunks\nOK\ntesting strings and string library\ntesting 'format %a %A'\nOK\ntesting scanner\n+\n+\n+\n+\n+\nOK\n    ---- total memory: 376.4K, max memory: 1.4M ----\n\ntime: 0.192998 (+0.062043)\n\n***** FILE 'tpack.lua'*****\ntesting pack/unpack\nplatform:\n\tshort 2, int 4, long 8, size_t 8, float 4, double 8,\n\tlua Integer 8, lua Number 8\n\tlittle endian\n\talignment: 8\ntesting invalid formats\ntesting pack/unpack of floating-point numbers\ntesting pack/unpack of strings\ntesting alignment\nOK\n    ---- total memory: 389.2K, max memory: 1.4M ----\n\ntime: 0.193552 (+0.000554)\n\n***** FILE 'attrib.lua'*****\ntesting require\npackage config: /|;|?|!|-|\ntesting 'require' message\n+\ntesting assignments, logical operators, and constructors\n+\nOK\n    ---- total memory: 276.2K, max memory: 1.4M ----\n\ntime: 0.194564 (+0.001012)\n\n***** FILE 'gengc.lua'*****\ntesting generational garbage collection\n+\nOK\n    ---- total memory: 81.8K, max memory: 1.4M ----\n\ntime: 0.194778 (+0.000214)\n\n***** FILE 'locals.lua'*****\ntesting local variables and environments\n+\ntesting to-be-closed variables\ntesting errors in __close\nto-be-closed variables in coroutines\nOK\n    ---- total memory: 138.3K, max memory: 1.4M ----\n\ntime: 0.238144 (+0.043366)\n\n***** FILE 'constructs.lua'*****\ntesting syntax\n+\ntesting short-circuit optimizations (1)\n+\nOK\n    ---- total memory: 844.9K, max memory: 1.4M ----\n\ntime: 0.25969 (+0.021546)\n\n***** FILE 'code.lua'*****\n    ---- total memory: 919.9K, max memory: 1.4M ----\n\ntime: 0.260177 (+0.000487)\n\n***** FILE 'cstack.lua'*****\ntesting stack overflow detection\ntesting stack overflow in message handling\nfinal count: \t250037\ntesting recursion inside pattern matching\ntesting stack-overflow in recursive 'gsub'\nfinal count: \t197\ntesting stack-overflow in recursive 'gsub' with metatables\nfinal count: \t99\ntesting limits in coroutines inside deep calls\nfinal count: \t196\nchain of 'coroutine.close'\nfinal count: \t197\nnesting of resuming yielded coroutines\nfinal count: \t195\nnesting coroutines running after recoverable errors\nfinal count: \t197\nOK\n    ---- total memory: 15.8M, max memory: 15.8M ----\n\ntime: 0.292897 (+0.03272)\n\n***** FILE 'nextvar.lua'*****\ntesting tables, next, and for\n+\n+\n+\ntesting next x GC of deleted keys\n+\ntesting floats in numeric for\nOK\n    ---- total memory: 118.8K, max memory: 15.8M ----\n\ntime: 0.302698 (+0.009801)\n\n***** FILE 'pm.lua'*****\ntesting pattern matching\n+\n+\n+\n+\nOK\n    ---- total memory: 122.0K, max memory: 15.8M ----\n\ntime: 0.30361 (+0.000912)\n\n***** FILE 'utf8.lua'*****\ntesting UTF-8 library\nok\n    ---- total memory: 145.3K, max memory: 15.8M ----\n\ntime: 0.304251 (+0.000641)\n\n***** FILE 'api.lua'*****\n    ---- total memory: 279.2K, max memory: 15.8M ----\n\ntime: 0.30526 (+0.001009)\n\n***** FILE 'events.lua'*****\ntesting metatables\n+\n+\nOK\n    ---- total memory: 122.9K, max memory: 15.8M ----\n\ntime: 0.306137 (+0.000877)\n\n***** FILE 'vararg.lua'*****\ntesting vararg\n+\n+\n+\nOK\n    ---- total memory: 126.6K, max memory: 15.8M ----\n\ntime: 0.30636 (+0.000223)\n\n***** FILE 'closure.lua'*****\ntesting closures\n+\nOK\n    ---- total memory: 218.7K, max memory: 15.8M ----\n\ntime: 0.307037 (+0.000677)\n\n***** FILE 'coroutine.lua'*****\ntesting coroutines\nto-be-closed variables in coroutines\ntesting 'coroutine.close'\n+\ntesting yields inside metamethods\n+\ntesting yields inside 'for' iterators\nOK\n    ---- total memory: 194.8K, max memory: 15.8M ----\n\ntime: 0.30847 (+0.001433)\n\n***** FILE 'goto.lua'*****\nOK\n    ---- total memory: 98.3K, max memory: 15.8M ----\n\ntime: 0.308722 (+0.000252)\n\n***** FILE 'errors.lua'*****\ntesting errors\n+\ntesting tokens in error messages\n+\nOK\n    ---- total memory: 324.3K, max memory: 15.8M ----\n\ntime: 0.312861 (+0.004139)\n\n***** FILE 'math.lua'*****\ntesting numbers and math lib\n64-bit integers, 53-bit (mantissa) floats\ntesting order (floats cannot represent all integers)\ntesting -0 and NaN\ntesting 'math.random'\nrandom seeds: 1750073984, 94508619924136\nfloat random range in 31800 calls: [0.000019, 0.999996]\ninteger random range in 64000 calls: [minint + 39ppm, maxint - 31ppm]\nOK\n    ---- total memory: 406.5K, max memory: 15.8M ----\n\ntime: 0.325543 (+0.012682)\n\n***** FILE 'sort.lua'*****\ntesting (parts of) table library\ntesting unpack\ntesting pack\ntesting sort\nsorting 5000 random elements in 1.13 msec.\nre-sorting 5000 sorted elements in 0.80 msec.\nInvert-sorting other 5000 elements in 2.74 msec., with 66261 comparisons\nsorting 5000 equal elements in 1.69 msec.\nOK\n    ---- total memory: 225.9K, max memory: 15.8M ----\n\ntime: 0.338718 (+0.013175)\n\n***** FILE 'bitwise.lua'*****\ntesting bitwise operations\n+\ntesting bitwise library\n+\n+\nOK\n    ---- total memory: 260.2K, max memory: 15.8M ----\n\ntime: 0.339275 (+0.000557)\n\n***** FILE 'verybig.lua'*****\ntesting RK\n    ---- total memory: 88.5K, max memory: 15.8M ----\n\ntime: 0.339416 (+0.000141)\n\n***** FILE 'files.lua'*****\ntesting i/o\n+\n+\n+\n+\n+\n+\ntesting date/time\ntest done on 16/06/2025, at 11:39:44\nLua 5.4\n(there should be two warnings now)\n64-bit integers, 64-bit floats\ncleaning all!!!!\n    ---- total memory: 55.6K, max memory: 15.8M ----\n\n\n\ntotal time: 0.34s (wall time: 0s)\n\nfinal OK !!!\n>>> closing state <<<\n\n\n\n--- ptest result ---\nPASS: lua\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5167179107666016,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-lz4_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-lz4",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006515979766845703,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1755402088165283,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028979063034057617,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 449.11275005340576,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020182132720947266,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.lz4.lz4/test_frame": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/lz4/ptest\nStarting lz4frame tester (64-bits, 1.10.0) \nSeed = 4813 \nBasic tests completed \n\r    5   \r   69   \r  245   \r  321   \r  409   \r  552   \r  649   \r  746   \r  873   \r  937   \r 1047   \r 1150   \r 1262   \r 1417   \r 1607   \r 1662   \r 1800   \r 1890   \r 2053   \r 2172   \r 2257   \r 2367   \r 2464   \r 2545   \r 2613   \r 2736   \r 2870   \r 2990   \r 3110   \r 3200   \r 3266   \r 3352   \r 3418   \r 3516   \r 3573   \r 3629   \r 3752   \r 3823   \r 3924   \r 4064   \r 4172   \r 4229   \r 4246   \r 4310   \r 4393   \r 4501   \r 4608   \r 4763   \r 4855   \r 5039   \r 5106   \r 5190   \r 5302   \r 5509   \r 5610   \r 5686   \r 5866   \r 5968   \r 6061   \r 6265   \r 6341   \r 6502   \r 6598   \r 6763   \r 6895   \r 6938   \r 7041   \r 7205   \r 7267   \r 7404   \r 7453   \r 7521   \r 7652   \r 7848   \r 7921   \r 7999   \r 8121   \r 8326   \r 8412   \r 8534   \r 8685   \r 8778   \r 8838   \r 9017   \r 9188   \r 9296   \r 9512   \r 9576   \r 9633   \r 9778   \r 9886   \r 9949   \r10143   \r10290   \r10317   \r10442   \r10527   \r10639   \r10758   \r10923   \r11064   \r11145   \r11298   \r11322   \r11404   \r11548   \r11601   \r11708   \r11823   \r11937   \r12101   \r12163   \r12245   \r12327   \r12439   \r12560   \r12653   \r12746   \r12803   \r12930   \r12994   \r13086   \r13189   \r13300   \r13416   \r13536   \r13632   \r13702   \r13748   \r13838   \r13969   \r14043   \r14146   \r14237   \r14350   \r14442   \r14558   \r14689   \r14797   \r14862   \r14996   \r15096   \r15134   \r15286   \r15395   \r15504   \r15598   \r15674   \r15742   \r15829   \r15916   \r15969   \r16068   \r16204   \r16279   \r16427   \r16510   \r16597   \r16677   \r16724   \r16869   \r17007   \r17151   \r17221   \r17290   \r17374   \r17423   \r17492   \r17542   \r17570   \r17650   \r17794   \r17929   \r18020   \r18137   \r18272   \r18385   \r18480   \r18687   \r18709   \r18816   \r18917   \r18980   \r19112   \r19200   \r19301   \r19357   \r19441   \r19600   \r19692   \r19783   \r19929   \r20044   \r20156   \r20243   \r20318   \r20401   \r20472   \r20541   \r20684   \r20844   \r20981   \r21077   \r21115   \r21194   \r21296   \r21377   \r21485   \r21675   \r21844   \r22001   \r22110   \r22154   \r22262   \r22385   \r22586   \r22660   \r22767   \r22878   \r22974   \r23041   \r23169   \r23264   \r23348   \r23477   \r23657   \r23797   \r23925   \r24007   \r24126   \r24213   \r24295   \r24422   \r24466   \r24535   \r24626   \r24760   \r24873   \r24968   \r25052   \r25119   \r25252   \r25334   \r25429   \r25504   \r25604   \r25733   \r25783   \r25976   \r26083   \r26216   \r26291   \r26347   \r26452   \r26616   \r26723   \r26834   \r27017   \r27174   \r27249   \r27360   \r27510   \r27711   \r27804   \r27929   \r27981   \r28085   \r28206   \r28271   \r28377   \r28560   \r28648   \r28812   \r28947   \r29094   \r29209   \r29364   \r29431   \r29486   \r29596   \r29740   \r29853   \r29966   \r30081   \r30157   \r30313   \r30463   \r30534   \r30612   \r30810   \r30991   \r31049   \r31210   \r31270   \r31348   \r31492   \r31592   \r31717   \r31842   \r31904   \r32067   \r32136   \r32203   \r32308   \r32384   \r32526   \r32654   \r32816   \r32909   \r33060   \r33134   \r33198   \r33279   \r33319   \r33447   \r33583   \r33659   \r33774   \r33800   \r33865   \r34070   \r34206   \r34283   \r34353   \r34427   \r34572   \r34657   \r34797   \r34898   \r35023   \r35092   \r35195   \r35250   \r35410   \r35487   \r35606   \r35701   \r35767   \r35824   \r35899   \r36052   \r36129   \r36216   \r36371   \r36490   \r36629   \r36707   \r36839   \r36965   \r37114   \r37216   \r37428   \r37567   \r37704   \r37825   \r37913   \r38012   \r38148   \r38304   \r38400   \r38489   \r38548   \r38701   \r38788   \r38899   \r39007   \r39084   \r39229   \r39411   \r39503   \r39567   \r39661   \r39717   \r39845   \r39957   \r40163   \r40234   \r40366   \r40478   \r40587   \r40661   \r40802   \r40929   \r41028   \r41166   \r41279   \r41453   \r41635   \r41693   \r41809   \r41883   \r41983   \r42121   \r42183   \r42245   \r42335   \r42392   \r42532   \r42696   \r42827   \r42912   \r43010   \r43179   \r43238   \r43245   \r43364   \r43447   \r43521   \r43626   \r43859   \r44064   \r44136   \r44237   \r44407   \r44487   \r44604   \r44689   \r44800   \r44938   \r45103   \r45177   \r45305   \r45358   \r45411   \r45533   \r45646   \r45675   \r45731   \r45821   \r45968   \r46104   \r46232   \r46359   \r46450   \r46625   \r46670   \r46774   \r46931   \r47071   \r47185   \r47282   \r47404   \r47549   \r47702   \r47837   \r47944   \r48089   \r48240   \r48318   \r48384   \r48498   \r48656   \r48710   \r48795   \r48996   \r49086   \r49176   \r49305   \r49435   \r49519   \r49624   \r49757   \r49823   \r49941   \r49993   \r50040   \r50218   \r50272   \r50513   \r50593   \r50666   \r50850   \r51119   \r51147   \r51195   \r51324   \r51487   \r51623   \r51740   \r51856   \r52053   \r52124   \r52249   \r52353   \r52426   \r52523   \r52603   \r52698   \r52799   \r52927   \r53051   \r53110   \r53231   \r53282   \r53480   \r53594   \r53719   \r53891   \r53930   \r54092   \r54130   \r54255   \r54358   \r54472   \r54588   \r54663   \r54716   \r54886   \r55040   \r55139   \r55271   \r55386   \r55500   \r55633   \r55702   \r55763   \r55843   \r55970   \r56153   \r56205   \r56262   \r56410   \r56481   \r56530   \r56683   \r56780   \r56838   \r56903   \r56988   \r57051   \r57128   \r57195   \r57273   \r57421   \r57537   \r57658   \r57731   \r57800   \r57881   \r57939   \r57982   \r58126   \r58178   \r58338   \r58429   \r58503   \r58653   \r58794   \r58953   \r59064   \r59174   \r59221   \r59293   \r59385   \r59429   \r59519   \r59631   \r59798   \r59873   \r59945   \r60082   \r60261   \r60285   \r60361   \r60554   \r60609   \r60695   \r60874   \r60890   \r60961   \r61057   \r61135   \r61278   \r61373   \r61555   \r61774   \r61809   \r61837   \r62043   \r62211   \r62348   \r62449   \r62535   \r62653   \r62798   \r62866   \r62966   \r63088   \r63109   \r63151   \r63259   \r63315   \r63353   \r63476   \r63661   \r63750   \r63822   \r63959   \r64054   \r64179   \r64266   \r64327   \r64402   \r64481   \r64657   \r64716   \r64799   \r64886   \r64988   \r65059   \r65176   \r65198   \r65261   \r65339   \r65399   \r65533   \r65640   \r65752   \r65803   \r65900   \r65981   \r66114   \r66186   \r66333   \r66425   \r66540   \r66594   \r66749   \r66916   \r67094   \r67200   \r67274   \r67315   \r67405   \r67538   \r67615   \r67796   \r67812   \r67962   \r68042   \r68085   \r68155   \r68231   \r68283   \r68316   \r68456   \r68543   \r68689   \r68784   \r68951   \r69065   \r69148   \r69332   \r69367   \r69421   \r69496   \r69647   \r69758   \r69849   \r69997   \r70086   \r70264   \r70370   \r70441   \r70552   \r70740   \r70879   \r70958   \r71080   \r71192   \r71309   \r71452   \r71515   \r71688   \r71887   \r71991   \r72128   \r72226   \r72453   \r72589   \r72794   \r72886   \r73030   \r73123   \r73216   \r73365   \r73422   \r73477   \r73590   \r73753   \r73895   \r73924   \r73977   \r74018   \r74122   \r74293   \r74338   \r74424   \r74544   \r74667   \r74718   \r74892   \r75006   \r75113   \r75270   \r75328   \r75436   \r75543   \r75603   \r75716   \r75834   \r75921   \r76089   \r76207   \r76266   \r76450   \r76531   \r76578   \r76678   \r76767   \r76872   \r76964   \r77015   \r77085   \r77194   \r77337   \r77484   \r77575   \r77651   \r77760   \r77854   \r77968   \r78071   \r78299   \r78322   \r78350   \r78461   \r78586   \r78644   \r78701   \r78781   \r78891   \r78937   \r78966   \r79004   \r79167   \r79226   \r79333   \r79461   \r79623   \r79770   \r79940   \r80000   \r80158   \r80235   \r80323   \r80380   \r80452   \r80567   \r80714   \r80801   \r80945   \r80995   \r81177   \r81331   \r81502   \r81592   \r81677   \r81809   \r81920   \r82049   \r82135   \r82261   \r82339   \r82380   \r82541   \r82712   \r82850   \r82899   \r83047   \r83079   \r83153   \r83229   \r83303   \r83318   \r83493   \r83556   \r83691   \r83795   \r83824   \r83942   \r84013   \r84082   \r84219   \r84326   \r84426   \r84557   \r84644   \r84804   \r84883   \r85028   \r85117   \r85189   \r85333   \r85474   \r85605   \r85726   \r85830   \r85888   \r85963   \r86099   \r86188   \r86298   \r86410   \r86476   \r86575   \r86671   \r86740   \r86815   \r86929   \r87023   \r87126   \r87239   \r87375   \r87507   \r87634   \r87717   \r87793   \r87906   \r87972   \r88043   \r88166   \r88285   \r88365   \r88517   \r88625   \r88717   \r88757   \r88862   \r88973   \r89038   \r89149   \r89231   \r89310   \r89459   \r89584   \r89701   \r89840   \r89991   \r90102   \r90143   \r90276   \r90425   \r90522   \r90612   \r90792   \r90871   \r91004   \r91102   \r91175   \r91306   \r91369   \r91528   \r91641   \r91664   \r91729   \r91810   \r91904   \r92026   \r92095   \r92181   \r92260   \r92338   \r92423   \r92575   \r92663   \r92822   \r92893   \r93024   \r93095   \r93250   \r93418   \r93590   \r93663   \r93758   \r93885   \r93953   \r94054   \r94137   \r94257   \r94328   \r94355   \r94591   \r94704   \r94801   \r94846   \r94919   \r95100   \r95164   \r95251   \r95426   \r95602   \r95672   \r95709   \r95819   \r95860   \r96076   \r96178   \r96326   \r96455   \r96599   \r96703   \r96800   \r96923   \r97040   \r97179   \r97283   \r97425   \r97596   \r97707   \r97720   \r97792   \r97937   \r97996   \r98120   \r98243   \r98335   \r98546   \r98632   \r98715   \r98774   \r98889   \r99032   \r99061   \r99193   \r99290   \r99373   \r99429   \r99484   \r99580   \r99679   \r99779   \r99908   \r99978   \r100052   \r100117   \r100229   \r100358   \r100494   \r100620   \r100761   \r100896   \r100985   \r101140   \r101265   \r101355   \r101443   \r101560   \r101656   \r101723   \r101807   \r101930   \r102063   \r102163   \r102219   \r102314   \r102411   \r102469   \r102652   \r102751   \r102809   \r102898   \r102959   \r103018   \r103147   \r103218   \r103294   \r103373   \r103470   \r103565   \r103648   \r103660   \r103711   \r103837   \r103960   \r104070   \r104154   \r104290   \r104357   \r104443   \r104543   \r104625   \r104708   \r104737   \r104857   \r104969   \r105054   \r105161   \r105274   \r105362   \r105512   \r105679   \r105784   \r105841   \r105952   \r106153   \r106267   \r106353   \r106411   \r106492   \r106674   \r106748   \r106843   \r106922   \r107004   \r107113   \r107192   \r107258   \r107340   \r107469   \r107613   \r107734   \r107800   \r107876   \r107951   \r108030   \r108135   \r108167   \r108325   \r108451   \r108578   \r108725   \r108863   \r108916   \r109058   \r109143   \r109226   \r109351   \r109441   \r109577   \r109740   \r109839   \r109903   \r110019   \r110146   \r110194   \r110276   \r110431   \r110501   \r110544   \r110617   \r110703   \r110769   \r110878   \r111004   \r111110   \r111185   \r111304   \r111397   \r111463   \r111586   \r111670   \r111836   \r111941   \r112026   \r112119   \r112243   \r112437   \r112557   \r112596   \r112730   \r112822   \r112965   \r113096   \r113208   \r113283   \r113415   \r113617   \r113773   \r113834   \r113926   \r114008   \r114158   \r114267   \r114315   \r114428   \r114539   \r114690   \r114768   \r114880   \r114975   \r115042   \r115091   \r115165   \r115253   \r115378   \r115468   \r115609   \r115741   \r115858   \r115932   \r116050   \r116149   \r116320   \r116449   \r116566   \r116644   \r116757   \r116804   \r116869   \r117001   \r117088   \r117223   \r117262   \r117309   \r117484   \r117571   \r117638   \r117675   \r117754   \r117892   \r118003   \r118062   \r118174   \r118291   \r118438   \r118559   \r118626   \r118651   \r118733   \r118863   \r118932   \r119033   \r119187   \r119298   \r119350   \r119439   \r119533   \r119617   \r119755   \r119868   \r119961   \r120008   \r120077   \r120180   \r120314   \r120388   \r120582   \r120635   \r120704   \r120806   \r120872   \r121074   \r121125   \r121188   \r121363   \r121556   \r121663   \r121853   \r121940   \r122102   \r122187   \r122292   \r122441   \r122551   \r122612   \r122823   \r122909   \r123024   \r123175   \r123353   \r123447   \r123610   \r123723   \r123962   \r124111   \r124213   \r124315   \r124356   \r124461   \r124617   \r124675   \r124828   \r124989   \r125113   \r125237   \r125384   \r125489   \r125629   \r125705   \r125818   \r125939   \r126020   \r126149   \r126216   \r126324   \r126479   \r126627   \r126777   \r126804   \r126976   \r127092   \r127207   \r127269   \r127462   \r127595   \r127659   \r127749   \r127810   \r127901   \r127944   \r128077   \r128149   \r128187   \r128261   \r128373   \r128497   \r128614   \r128736   \r128835   \r128907   \r128995   \r129087   \r129194   \r129366   \r129467   \r129611   \r129713   \r129836   \r129947   \r130018   \r130078   \r130186   \r130366   \r130414   \r130513   \r130702   \r130839   \r130911   \r130986   \r131132   \r131219   \r131297   \r131464   \r131536   \r131604   \r131772   \r131875   \r132006   \r132211   \r132334   \r132383   \r132486   \r132633   \r132740   \r132862   \r132990   \r133072   \r133139   \r133284   \r133339   \r133477   \r133533   \r133633   \r133751   \r133865   \r133941   \r134014   \r134107   \r134151   \r134239   \r134449   \r134566   \r134642   \r134727   \r134863   \r134928   \r135029   \r135124   \r135255   \r135434   \r135534   \r135573   \r135678   \r135739   \r135848   \r135971   \r136110   \r136282   \r136450   \r136536   \r136573   \r136739   \r136811   \r136880   \r136948   \r137011   \r137151   \r137347   \r137431   \r137648   \r137790   \r137876   \r137979   \r138151   \r138247   \r138303   \r138404   \r138559   \r138647   \r138792   \r138911   \r139003   \r139116   \r139247   \r139353   \r139457   \r139579   \r139648   \r139722   \r139847   \r139982   \r140146   \r140210   \r140257   \r140371   \r140484   \r140590   \r140699   \r140921   \r141041   \r141080   \r141198   \r141309   \r141395   \r141502   \r141622   \r141684   \r141780   \r141950   \r142031   \r142084   \r142154   \r142247   \r142323   \r142434   \r142608   \r142805   \r142919   \r143057   \r143116   \r143265   \r143315   \r143401   \r143518   \r143551   \r143712   \r143812   \r143920   \r143999   \r144176   \r144281   \r144415   \r144481   \r144570   \r144716   \r144774   \r144874   \r145039   \r145131   \r145208   \r145345   \r145434   \r145588   \r145724   \r145838   \r145873   \r146022   \r146077   \r146185   \r146249   \r146371   \r146498   \r146582   \r146684   \r146772   \r146867   \r146928   \r146982   \r147079   \r147225   \r147305   \r147399   \r147528   \r147593   \r147754   \r147927   \r148052   \r148205   \r148353   \r148442   \r148551   \r148609   \r148716   \r148864   \r148982   \r149027   \r149156   \r149312   \r149383   \r149495   \r149675   \r149780   \r149965   \r150035   \r150159   \r150285   \r150404   \r150556   \r150614   \r150711   \r150787   \r150989   \r151107   \r151246   \r151373   \r151449   \r151567   \r151620   \r151686   \r151783   \r151893   \r151986   \r152029   \r152155   \r152277   \r152409   \r152480   \r152632   \r152737   \r152843   \r152973   \r153093   \r153222   \r153349   \r153381   \r153471   \r153582   \r153726   \r153896   \r154051   \r154162   \r154204   \r154308   \r154389   \r154538   \r154704   \r154801   \r154903   \r155031   \r155139   \r155210   \r155339   \r155469   \r155596   \r155723   \r155795   \r155956   \r156012   \r156175   \r156322   \r156479   \r156584   \r156718   \r156859   \r156956   \r157088   \r157251   \r157392   \r157524   \r157629   \r157695   \r157779   \r157945   \r157986   \r158073   \r158153   \r158236   \r158282   \r158396   \r158548   \r158664   \r158792   \r158904   \r158949   \r159018   \r159039   \r159125   \r159234   \r159365   \r159449   \r159592   \r159689   \r159761   \r159886   \r159966   \r160101   \r160186   \r160322   \r160388   \r160455   \r160519   \r160743   \r160844   \r160918   \r160979   \r161041   \r161121   \r161196   \r161265   \r161343   \r161494   \r161568   \r161635   \r161748   \r161836   \r161927   \r161997   \r162139   \r162233   \r162318   \r162541   \r162628   \r162733   \r162866   \r162995   \r163069   \r163111   \r163179   \r163322   \r163386   \r163470   \r163530   \r163688   \r163723   \r163823   \r163963   \r164045   \r164138   \r164253   \r164403   \r164551   \r164684   \r164760   \r164838   \r164939   \r165012   \r165077   \r165166   \r165315   \r165403   \r165610   \r165720   \r165842   \r165896   \r165952   \r165994   \r166105   \r166185   \r166318   \r166379   \r166431   \r166620   \r166675   \r166812   \r166871   \r166999   \r167114   \r167198   \r167329   \r167458   \r167480   \r167648   \r167717   \r167751   \r167877   \r167956   \r168051   \r168138   \r168232   \r168300   \r168477   \r168663   \r168768   \r168809   \r168989   \r169133   \r169225   \r169330   \r169425   \r169511   \r169625   \r169721   \r169858   \r170016   \r170159   \r170254   \r170297   \r170381   \r170449   \r170519   \r170569   \r170628   \r170743   \r170876   \r171030   \r171073   \r171146   \r171294   \r171453   \r171495   \r171673   \r171775   \r171859   \r171897   \r172010   \r172210   \r172352   \r172456   \r172594   \r172702   \r172753   \r172889   \r173074   \r173224   \r173335   \r173484   \r173502   \r173549   \r173669   \r173748   \r173909   \r174043   \r174094   \r174214   \r174308   \r174442   \r174486   \r174536   \r174654   \r174757   \r174967   \r175057   \r175186   \r175328   \r175480   \r175618   \r175789   \r175851   \r176051   \r176152   \r176191   \r176323   \r176404   \r176496   \r176647   \r176805   \r176946   \r177116   \r177253   \r177365   \r177463   \r177613   \r177716   \r177842   \r177911   \r178064   \r178214   \r178371   \r178575   \r178674   \r178768   \r178915   \r178998   \r179135   \r179246   \r179341   \r179413   \r179545   \r179618   \r179750   \r179885   \r179975   \r180027   \r180111   \r180197   \r180329   \r180575   \r180695   \r180839   \r180899   \r180951   \r181103   \r181200   \r181417   \r181593   \r181692   \r181769   \r181845   \r181997   \r182104   \r182179   \r182322   \r182418   \r182558   \r182663   \r182726   \r182869   \r182943   \r183028   \r183044   \r183149   \r183310   \r183425   \r183570   \r183651   \r183788   \r183838   \r183943   \r184066   \r184166   \r184287   \r184405   \r184471   \r184534   \r184617   \r184767   \r184858   \r185016   \r185112   \r185211   \r185373   \r185490   \r185637   \r185696   \r185817   \r185851   \r185958   \r186025   \r186166   \r186307   \r186472   \r186551   \r186676   \r186783   \r186868   \r187018   \r187145   \r187291   \r187435   \r187589   \r187687   \r187788   \r187886   \r188023   \r188167   \r188297   \r188431   \r188563   \r188714   \r188808   \r189008   \r189176   \r189325   \r189415   \r189461   \r189534   \r189612   \r189706   \r189804   \r189870   \r189957   \r190040   \r190171   \r190301   \r190426   \r190507   \r190606   \r190816   \r190949   \r190985   \r191113   \r191206   \r191293   \r191378   \r191490   \r191617   \r191793   \r191939   \r192034   \r192103   \r192245   \r192348   \r192476   \r192573   \r192644   \r192785   \r192902   \r192953   \r193066   \r193117   \r193201   \r193333   \r193451   \r193497   \r193592   \r193738   \r193828   \r193920   \r193953   \r194086   \r194245   \r194323   \r194483   \r194663   \r194760   \r194831   \r194958   \r195055   \r195147   \r195212   \r195309   \r195411   \r195566   \r195671   \r195823   \r195941   \r195994   \r196070   \r196267   \r196334   \r196472   \r196531   \r196655   \r196767   \r196853   \r196940   \r196999   \r197086   \r197145   \r197248   \r197388   \r197421   \r197515   \r197620   \r197662   \r197761   \r197813   \r197878   \r198010   \r198096   \r198163   \r198298   \r198412   \r198664   \r198828   \r198885   \r198939   \r199084   \r199133   \r199227   \r199302   \r199380   \r199451   \r199544   \r199706   \r199862   \r200010   \r200095   \r200241   \r200377   \r200495   \r200592   \r200711   \r200840   \r200943   \r201030   \r201146   \r201256   \r201317   \r201360   \r201398   \r201497   \r201592   \r201669   \r201870   \r201934   \r202111   \r202190   \r202272   \r202352   \r202527   \r202615   \r202672   \r202727   \r202798   \r202895   \r202980   \r203008   \r203144   \r203241   \r203308   \r203431   \r203520   \r203634   \r203720   \r203847   \r204076   \r204167   \r204211   \r204251   \r204364   \r204499   \r204632   \r204750   \r204867   \r204943   \r205036   \r205139   \r205197   \r205266   \r205338   \r205487   \r205709   \r205814   \r205957   \r206089   \r206187   \r206226   \r206395   \r206492   \r206635   \r206736   \r206882   \r206953   \r207068   \r207151   \r207261   \r207330   \r207384   \r207412   \r207572   \r207618   \r207738   \r207817   \r207884   \r207981   \r208042   \r208173   \r208329   \r208465   \r208619   \r208707   \r208838   \r208906   \r209013   \r209133   \r209219   \r209356   \r209428   \r209495   \r209525   \r209724   \r209947   \r210077   \r210166   \r210300   \r210395   \r210493   \r210682   \r210748   \r210880   \r210974   \r211063   \r211214   \r211315   \r211419   \r211495   \r211640   \r211716   \r211857   \r211895   \r211955   \r212086   \r212168   \r212238   \r212343   \r212400   \r212514   \r212581   \r212648   \r212757   \r212897   \r212991   \r213122   \r213240   \r213291   \r213369   \r213476   \r213655   \r213797   \r213879   \r214069   \r214102   \r214258   \r214323   \r214429   \r214567   \r214668   \r214801   \r214853   \r215013   \r215052   \r215156   \r215250   \r215355   \r215429   \r215506   \r215575   \r215639   \r215759   \r215898   \r216007   \r216036   \r216128   \r216223   \r216348   \r216520   \r216583   \r216691   \r216763   \r216901   \r217040   \r217157   \r217211   \r217262   \r217340   \r217442   \r217505   \r217592   \r217638   \r217777   \r217896   \r218003   \r218115   \r218165   \r218304   \r218403   \r218538   \r218673   \r218844   \r218996   \r219110   \r219213   \r219322   \r219427   \r219473   \r219564   \r219688   \r219797   \r219878   \r220063   \r220289   \r220444   \r220538   \r220585   \r220645   \r220728   \r220831   \r220919   \r220975   \r221087   \r221144   \r221303   \r221450   \r221515   \r221569   \r221706   \r221828   \r222000   \r222106   \r222255   \r222308   \r222422   \r222519   \r222669   \r222761   \r222970   \r223055   \r223120   \r223233   \r223413   \r223589   \r223694   \r223837   \r223932   \r224019   \r224195   \r224305   \r224461   \r224551   \r224658   \r224796   \r224918   \r225077   \r225144   \r225221   \r225325   \r225414   \r225539   \r225720   \r225788   \r225890   \r225968   \r225998   \r226111   \r226251   \r226369   \r226468   \r226665   \r226782   \r226835   \r226948   \r227053   \r227179   \r227274   \r227365   \r227420   \r227485   \r227563   \r227609   \r227760   \r227827   \r227899   \r228008   \r228048   \r228163   \r228272   \r228363   \r228538   \r228682   \r228789   \r228876   \r228925   \r228972   \r229108   \r229129   \r229304   \r229376   \r229497   \r229647   \r229789   \r229944   \r230013   \r230217   \r230338   \r230427   \r230486   \r230530   \r230573   \r230683   \r230798   \r230886   \r231020   \r231095   \r231213   \r231326   \r231381   \r231463   \r231591   \r231679   \r231782   \r231889   \r232024   \r232177   \r232293   \r232398   \r232458   \r232587   \r232752   \r232921   \r233040   \r233147   \r233265   \r233390   \r233543   \r233673   \r233708   \r233808   \r233872   \r233973   \r234073   \r234139   \r234231   \r234404   \r234442   \r234540   \r234635   \r234732   \r234826   \r235025   \r235128   \r235259   \r235371   \r235493   \r235615   \r235797   \r235907   \r236051   \r236104   \r236242   \r236377   \r236470   \r236566   \r236637   \r236740   \r236838   \r236998   \r237091   \r237199   \r237296   \r237388   \r237615   \r237761   \r237917   \r238092   \r238237   \r238354   \r238425   \r238533   \r238663   \r238792   \r238898   \r238964   \r239042   \r239144   \r239260   \r239304   \r239350   \r239473   \r239599   \r239700   \r239760   \r239822   \r239914   \r240058   \r240170   \r240293   \r240374   \r240492   \r240580   \r240721   \r240800   \r240864   \r240947   \r241075   \r241126   \r241261   \r241320   \r241406   \r241556   \r241673   \r241807   \r241882   \r242034   \r242143   \r242192   \r242290   \r242433   \r242623   \r242687   \r242764   \r242894   \r242969   \r243114   \r243228   \r243336   \r243387   \r243487   \r243575   \r243739   \r243836   \r243898   \r244028   \r244240   \r244328   \r244376   \r244451   \r244548   \r244647   \r244721   \r244820   \r244979   \r245043   \r245134   \r245177   \r245238   \r245349   \r245454   \r245590   \r245651   \r245777   \r245952   \r245970   \r246032   \r246168   \r246231   \r246291   \r246430   \r246550   \r246704   \r246786   \r246933   \r247055   \r247130   \r247207   \r247284   \r247392   \r247523   \r247558   \r247631   \r247848   \r247944   \r248056   \r248177   \r248359   \r248486   \r248606   \r248780   \r248838   \r248960   \r249064   \r249136   \r249221   \r249327   \r249454   \r249545   \r249629   \r249755   \r249863   \r249954   \r250099   \r250241   \r250347   \r250499   \r250570   \r250772   \r250861   \r250954   \r251036   \r251175   \r251290   \r251420   \r251542   \r251626   \r251705   \r251806   \r251945   \r252063   \r252151   \r252248   \r252392   \r252513   \r252611   \r252817   \r252877   \r252960   \r253071   \r253128   \r253245   \r253386   \r253514   \r253628   \r253759   \r253879   \r253934   \r254054   \r254109   \r254179   \r254261   \r254321   \r254399   \r254519   \r254606   \r254695   \r254805   \r254860   \r254945   \r255042   \r255150   \r255317   \r255478   \r255588   \r255702   \r255923   \r256037   \r256178   \r256292   \r256419   \r256544   \r256675   \r256814   \r256919   \r257028   \r257128   \r257197   \r257233   \r257328   \r257454   \r257598   \r257694   \r257787   \r258023   \r258121   \r258166   \r258247   \r258312   \r258455   \r258529   \r258686   \r258776   \r258927   \r258996   \r259131   \r259224   \r259407   \r259496   \r259592   \r259656   \r259749   \r259842   \r259950   \r260053   \r260230   \r260306   \r260347   \r260427   \r260493   \r260590   \r260736   \r260792   \r261018   \r261112   \r261194   \r261379   \r261497   \r261617   \r261799   \r261929   \r261955   \r262098   \rAll tests completed   \nPASS: lz4/test_frame\nDURATION: 449\nEND: /usr/lib/lz4/ptest\n2025-06-16T11:42\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "lz4": {
     "duration": "449",
     "log": "START: ptest-runner\n2025-06-16T11:35\nStarting lz4frame tester (64-bits, 1.10.0) \nSeed = 4813 \nBasic tests completed \n\n    5   \n   69   \n  245   \n  321   \n  409   \n  552   \n  649   \n  746   \n  873   \n  937   \n 1047   \n 1150   \n 1262   \n 1417   \n 1607   \n 1662   \n 1800   \n 1890   \n 2053   \n 2172   \n 2257   \n 2367   \n 2464   \n 2545   \n 2613   \n 2736   \n 2870   \n 2990   \n 3110   \n 3200   \n 3266   \n 3352   \n 3418   \n 3516   \n 3573   \n 3629   \n 3752   \n 3823   \n 3924   \n 4064   \n 4172   \n 4229   \n 4246   \n 4310   \n 4393   \n 4501   \n 4608   \n 4763   \n 4855   \n 5039   \n 5106   \n 5190   \n 5302   \n 5509   \n 5610   \n 5686   \n 5866   \n 5968   \n 6061   \n 6265   \n 6341   \n 6502   \n 6598   \n 6763   \n 6895   \n 6938   \n 7041   \n 7205   \n 7267   \n 7404   \n 7453   \n 7521   \n 7652   \n 7848   \n 7921   \n 7999   \n 8121   \n 8326   \n 8412   \n 8534   \n 8685   \n 8778   \n 8838   \n 9017   \n 9188   \n 9296   \n 9512   \n 9576   \n 9633   \n 9778   \n 9886   \n 9949   \n10143   \n10290   \n10317   \n10442   \n10527   \n10639   \n10758   \n10923   \n11064   \n11145   \n11298   \n11322   \n11404   \n11548   \n11601   \n11708   \n11823   \n11937   \n12101   \n12163   \n12245   \n12327   \n12439   \n12560   \n12653   \n12746   \n12803   \n12930   \n12994   \n13086   \n13189   \n13300   \n13416   \n13536   \n13632   \n13702   \n13748   \n13838   \n13969   \n14043   \n14146   \n14237   \n14350   \n14442   \n14558   \n14689   \n14797   \n14862   \n14996   \n15096   \n15134   \n15286   \n15395   \n15504   \n15598   \n15674   \n15742   \n15829   \n15916   \n15969   \n16068   \n16204   \n16279   \n16427   \n16510   \n16597   \n16677   \n16724   \n16869   \n17007   \n17151   \n17221   \n17290   \n17374   \n17423   \n17492   \n17542   \n17570   \n17650   \n17794   \n17929   \n18020   \n18137   \n18272   \n18385   \n18480   \n18687   \n18709   \n18816   \n18917   \n18980   \n19112   \n19200   \n19301   \n19357   \n19441   \n19600   \n19692   \n19783   \n19929   \n20044   \n20156   \n20243   \n20318   \n20401   \n20472   \n20541   \n20684   \n20844   \n20981   \n21077   \n21115   \n21194   \n21296   \n21377   \n21485   \n21675   \n21844   \n22001   \n22110   \n22154   \n22262   \n22385   \n22586   \n22660   \n22767   \n22878   \n22974   \n23041   \n23169   \n23264   \n23348   \n23477   \n23657   \n23797   \n23925   \n24007   \n24126   \n24213   \n24295   \n24422   \n24466   \n24535   \n24626   \n24760   \n24873   \n24968   \n25052   \n25119   \n25252   \n25334   \n25429   \n25504   \n25604   \n25733   \n25783   \n25976   \n26083   \n26216   \n26291   \n26347   \n26452   \n26616   \n26723   \n26834   \n27017   \n27174   \n27249   \n27360   \n27510   \n27711   \n27804   \n27929   \n27981   \n28085   \n28206   \n28271   \n28377   \n28560   \n28648   \n28812   \n28947   \n29094   \n29209   \n29364   \n29431   \n29486   \n29596   \n29740   \n29853   \n29966   \n30081   \n30157   \n30313   \n30463   \n30534   \n30612   \n30810   \n30991   \n31049   \n31210   \n31270   \n31348   \n31492   \n31592   \n31717   \n31842   \n31904   \n32067   \n32136   \n32203   \n32308   \n32384   \n32526   \n32654   \n32816   \n32909   \n33060   \n33134   \n33198   \n33279   \n33319   \n33447   \n33583   \n33659   \n33774   \n33800   \n33865   \n34070   \n34206   \n34283   \n34353   \n34427   \n34572   \n34657   \n34797   \n34898   \n35023   \n35092   \n35195   \n35250   \n35410   \n35487   \n35606   \n35701   \n35767   \n35824   \n35899   \n36052   \n36129   \n36216   \n36371   \n36490   \n36629   \n36707   \n36839   \n36965   \n37114   \n37216   \n37428   \n37567   \n37704   \n37825   \n37913   \n38012   \n38148   \n38304   \n38400   \n38489   \n38548   \n38701   \n38788   \n38899   \n39007   \n39084   \n39229   \n39411   \n39503   \n39567   \n39661   \n39717   \n39845   \n39957   \n40163   \n40234   \n40366   \n40478   \n40587   \n40661   \n40802   \n40929   \n41028   \n41166   \n41279   \n41453   \n41635   \n41693   \n41809   \n41883   \n41983   \n42121   \n42183   \n42245   \n42335   \n42392   \n42532   \n42696   \n42827   \n42912   \n43010   \n43179   \n43238   \n43245   \n43364   \n43447   \n43521   \n43626   \n43859   \n44064   \n44136   \n44237   \n44407   \n44487   \n44604   \n44689   \n44800   \n44938   \n45103   \n45177   \n45305   \n45358   \n45411   \n45533   \n45646   \n45675   \n45731   \n45821   \n45968   \n46104   \n46232   \n46359   \n46450   \n46625   \n46670   \n46774   \n46931   \n47071   \n47185   \n47282   \n47404   \n47549   \n47702   \n47837   \n47944   \n48089   \n48240   \n48318   \n48384   \n48498   \n48656   \n48710   \n48795   \n48996   \n49086   \n49176   \n49305   \n49435   \n49519   \n49624   \n49757   \n49823   \n49941   \n49993   \n50040   \n50218   \n50272   \n50513   \n50593   \n50666   \n50850   \n51119   \n51147   \n51195   \n51324   \n51487   \n51623   \n51740   \n51856   \n52053   \n52124   \n52249   \n52353   \n52426   \n52523   \n52603   \n52698   \n52799   \n52927   \n53051   \n53110   \n53231   \n53282   \n53480   \n53594   \n53719   \n53891   \n53930   \n54092   \n54130   \n54255   \n54358   \n54472   \n54588   \n54663   \n54716   \n54886   \n55040   \n55139   \n55271   \n55386   \n55500   \n55633   \n55702   \n55763   \n55843   \n55970   \n56153   \n56205   \n56262   \n56410   \n56481   \n56530   \n56683   \n56780   \n56838   \n56903   \n56988   \n57051   \n57128   \n57195   \n57273   \n57421   \n57537   \n57658   \n57731   \n57800   \n57881   \n57939   \n57982   \n58126   \n58178   \n58338   \n58429   \n58503   \n58653   \n58794   \n58953   \n59064   \n59174   \n59221   \n59293   \n59385   \n59429   \n59519   \n59631   \n59798   \n59873   \n59945   \n60082   \n60261   \n60285   \n60361   \n60554   \n60609   \n60695   \n60874   \n60890   \n60961   \n61057   \n61135   \n61278   \n61373   \n61555   \n61774   \n61809   \n61837   \n62043   \n62211   \n62348   \n62449   \n62535   \n62653   \n62798   \n62866   \n62966   \n63088   \n63109   \n63151   \n63259   \n63315   \n63353   \n63476   \n63661   \n63750   \n63822   \n63959   \n64054   \n64179   \n64266   \n64327   \n64402   \n64481   \n64657   \n64716   \n64799   \n64886   \n64988   \n65059   \n65176   \n65198   \n65261   \n65339   \n65399   \n65533   \n65640   \n65752   \n65803   \n65900   \n65981   \n66114   \n66186   \n66333   \n66425   \n66540   \n66594   \n66749   \n66916   \n67094   \n67200   \n67274   \n67315   \n67405   \n67538   \n67615   \n67796   \n67812   \n67962   \n68042   \n68085   \n68155   \n68231   \n68283   \n68316   \n68456   \n68543   \n68689   \n68784   \n68951   \n69065   \n69148   \n69332   \n69367   \n69421   \n69496   \n69647   \n69758   \n69849   \n69997   \n70086   \n70264   \n70370   \n70441   \n70552   \n70740   \n70879   \n70958   \n71080   \n71192   \n71309   \n71452   \n71515   \n71688   \n71887   \n71991   \n72128   \n72226   \n72453   \n72589   \n72794   \n72886   \n73030   \n73123   \n73216   \n73365   \n73422   \n73477   \n73590   \n73753   \n73895   \n73924   \n73977   \n74018   \n74122   \n74293   \n74338   \n74424   \n74544   \n74667   \n74718   \n74892   \n75006   \n75113   \n75270   \n75328   \n75436   \n75543   \n75603   \n75716   \n75834   \n75921   \n76089   \n76207   \n76266   \n76450   \n76531   \n76578   \n76678   \n76767   \n76872   \n76964   \n77015   \n77085   \n77194   \n77337   \n77484   \n77575   \n77651   \n77760   \n77854   \n77968   \n78071   \n78299   \n78322   \n78350   \n78461   \n78586   \n78644   \n78701   \n78781   \n78891   \n78937   \n78966   \n79004   \n79167   \n79226   \n79333   \n79461   \n79623   \n79770   \n79940   \n80000   \n80158   \n80235   \n80323   \n80380   \n80452   \n80567   \n80714   \n80801   \n80945   \n80995   \n81177   \n81331   \n81502   \n81592   \n81677   \n81809   \n81920   \n82049   \n82135   \n82261   \n82339   \n82380   \n82541   \n82712   \n82850   \n82899   \n83047   \n83079   \n83153   \n83229   \n83303   \n83318   \n83493   \n83556   \n83691   \n83795   \n83824   \n83942   \n84013   \n84082   \n84219   \n84326   \n84426   \n84557   \n84644   \n84804   \n84883   \n85028   \n85117   \n85189   \n85333   \n85474   \n85605   \n85726   \n85830   \n85888   \n85963   \n86099   \n86188   \n86298   \n86410   \n86476   \n86575   \n86671   \n86740   \n86815   \n86929   \n87023   \n87126   \n87239   \n87375   \n87507   \n87634   \n87717   \n87793   \n87906   \n87972   \n88043   \n88166   \n88285   \n88365   \n88517   \n88625   \n88717   \n88757   \n88862   \n88973   \n89038   \n89149   \n89231   \n89310   \n89459   \n89584   \n89701   \n89840   \n89991   \n90102   \n90143   \n90276   \n90425   \n90522   \n90612   \n90792   \n90871   \n91004   \n91102   \n91175   \n91306   \n91369   \n91528   \n91641   \n91664   \n91729   \n91810   \n91904   \n92026   \n92095   \n92181   \n92260   \n92338   \n92423   \n92575   \n92663   \n92822   \n92893   \n93024   \n93095   \n93250   \n93418   \n93590   \n93663   \n93758   \n93885   \n93953   \n94054   \n94137   \n94257   \n94328   \n94355   \n94591   \n94704   \n94801   \n94846   \n94919   \n95100   \n95164   \n95251   \n95426   \n95602   \n95672   \n95709   \n95819   \n95860   \n96076   \n96178   \n96326   \n96455   \n96599   \n96703   \n96800   \n96923   \n97040   \n97179   \n97283   \n97425   \n97596   \n97707   \n97720   \n97792   \n97937   \n97996   \n98120   \n98243   \n98335   \n98546   \n98632   \n98715   \n98774   \n98889   \n99032   \n99061   \n99193   \n99290   \n99373   \n99429   \n99484   \n99580   \n99679   \n99779   \n99908   \n99978   \n100052   \n100117   \n100229   \n100358   \n100494   \n100620   \n100761   \n100896   \n100985   \n101140   \n101265   \n101355   \n101443   \n101560   \n101656   \n101723   \n101807   \n101930   \n102063   \n102163   \n102219   \n102314   \n102411   \n102469   \n102652   \n102751   \n102809   \n102898   \n102959   \n103018   \n103147   \n103218   \n103294   \n103373   \n103470   \n103565   \n103648   \n103660   \n103711   \n103837   \n103960   \n104070   \n104154   \n104290   \n104357   \n104443   \n104543   \n104625   \n104708   \n104737   \n104857   \n104969   \n105054   \n105161   \n105274   \n105362   \n105512   \n105679   \n105784   \n105841   \n105952   \n106153   \n106267   \n106353   \n106411   \n106492   \n106674   \n106748   \n106843   \n106922   \n107004   \n107113   \n107192   \n107258   \n107340   \n107469   \n107613   \n107734   \n107800   \n107876   \n107951   \n108030   \n108135   \n108167   \n108325   \n108451   \n108578   \n108725   \n108863   \n108916   \n109058   \n109143   \n109226   \n109351   \n109441   \n109577   \n109740   \n109839   \n109903   \n110019   \n110146   \n110194   \n110276   \n110431   \n110501   \n110544   \n110617   \n110703   \n110769   \n110878   \n111004   \n111110   \n111185   \n111304   \n111397   \n111463   \n111586   \n111670   \n111836   \n111941   \n112026   \n112119   \n112243   \n112437   \n112557   \n112596   \n112730   \n112822   \n112965   \n113096   \n113208   \n113283   \n113415   \n113617   \n113773   \n113834   \n113926   \n114008   \n114158   \n114267   \n114315   \n114428   \n114539   \n114690   \n114768   \n114880   \n114975   \n115042   \n115091   \n115165   \n115253   \n115378   \n115468   \n115609   \n115741   \n115858   \n115932   \n116050   \n116149   \n116320   \n116449   \n116566   \n116644   \n116757   \n116804   \n116869   \n117001   \n117088   \n117223   \n117262   \n117309   \n117484   \n117571   \n117638   \n117675   \n117754   \n117892   \n118003   \n118062   \n118174   \n118291   \n118438   \n118559   \n118626   \n118651   \n118733   \n118863   \n118932   \n119033   \n119187   \n119298   \n119350   \n119439   \n119533   \n119617   \n119755   \n119868   \n119961   \n120008   \n120077   \n120180   \n120314   \n120388   \n120582   \n120635   \n120704   \n120806   \n120872   \n121074   \n121125   \n121188   \n121363   \n121556   \n121663   \n121853   \n121940   \n122102   \n122187   \n122292   \n122441   \n122551   \n122612   \n122823   \n122909   \n123024   \n123175   \n123353   \n123447   \n123610   \n123723   \n123962   \n124111   \n124213   \n124315   \n124356   \n124461   \n124617   \n124675   \n124828   \n124989   \n125113   \n125237   \n125384   \n125489   \n125629   \n125705   \n125818   \n125939   \n126020   \n126149   \n126216   \n126324   \n126479   \n126627   \n126777   \n126804   \n126976   \n127092   \n127207   \n127269   \n127462   \n127595   \n127659   \n127749   \n127810   \n127901   \n127944   \n128077   \n128149   \n128187   \n128261   \n128373   \n128497   \n128614   \n128736   \n128835   \n128907   \n128995   \n129087   \n129194   \n129366   \n129467   \n129611   \n129713   \n129836   \n129947   \n130018   \n130078   \n130186   \n130366   \n130414   \n130513   \n130702   \n130839   \n130911   \n130986   \n131132   \n131219   \n131297   \n131464   \n131536   \n131604   \n131772   \n131875   \n132006   \n132211   \n132334   \n132383   \n132486   \n132633   \n132740   \n132862   \n132990   \n133072   \n133139   \n133284   \n133339   \n133477   \n133533   \n133633   \n133751   \n133865   \n133941   \n134014   \n134107   \n134151   \n134239   \n134449   \n134566   \n134642   \n134727   \n134863   \n134928   \n135029   \n135124   \n135255   \n135434   \n135534   \n135573   \n135678   \n135739   \n135848   \n135971   \n136110   \n136282   \n136450   \n136536   \n136573   \n136739   \n136811   \n136880   \n136948   \n137011   \n137151   \n137347   \n137431   \n137648   \n137790   \n137876   \n137979   \n138151   \n138247   \n138303   \n138404   \n138559   \n138647   \n138792   \n138911   \n139003   \n139116   \n139247   \n139353   \n139457   \n139579   \n139648   \n139722   \n139847   \n139982   \n140146   \n140210   \n140257   \n140371   \n140484   \n140590   \n140699   \n140921   \n141041   \n141080   \n141198   \n141309   \n141395   \n141502   \n141622   \n141684   \n141780   \n141950   \n142031   \n142084   \n142154   \n142247   \n142323   \n142434   \n142608   \n142805   \n142919   \n143057   \n143116   \n143265   \n143315   \n143401   \n143518   \n143551   \n143712   \n143812   \n143920   \n143999   \n144176   \n144281   \n144415   \n144481   \n144570   \n144716   \n144774   \n144874   \n145039   \n145131   \n145208   \n145345   \n145434   \n145588   \n145724   \n145838   \n145873   \n146022   \n146077   \n146185   \n146249   \n146371   \n146498   \n146582   \n146684   \n146772   \n146867   \n146928   \n146982   \n147079   \n147225   \n147305   \n147399   \n147528   \n147593   \n147754   \n147927   \n148052   \n148205   \n148353   \n148442   \n148551   \n148609   \n148716   \n148864   \n148982   \n149027   \n149156   \n149312   \n149383   \n149495   \n149675   \n149780   \n149965   \n150035   \n150159   \n150285   \n150404   \n150556   \n150614   \n150711   \n150787   \n150989   \n151107   \n151246   \n151373   \n151449   \n151567   \n151620   \n151686   \n151783   \n151893   \n151986   \n152029   \n152155   \n152277   \n152409   \n152480   \n152632   \n152737   \n152843   \n152973   \n153093   \n153222   \n153349   \n153381   \n153471   \n153582   \n153726   \n153896   \n154051   \n154162   \n154204   \n154308   \n154389   \n154538   \n154704   \n154801   \n154903   \n155031   \n155139   \n155210   \n155339   \n155469   \n155596   \n155723   \n155795   \n155956   \n156012   \n156175   \n156322   \n156479   \n156584   \n156718   \n156859   \n156956   \n157088   \n157251   \n157392   \n157524   \n157629   \n157695   \n157779   \n157945   \n157986   \n158073   \n158153   \n158236   \n158282   \n158396   \n158548   \n158664   \n158792   \n158904   \n158949   \n159018   \n159039   \n159125   \n159234   \n159365   \n159449   \n159592   \n159689   \n159761   \n159886   \n159966   \n160101   \n160186   \n160322   \n160388   \n160455   \n160519   \n160743   \n160844   \n160918   \n160979   \n161041   \n161121   \n161196   \n161265   \n161343   \n161494   \n161568   \n161635   \n161748   \n161836   \n161927   \n161997   \n162139   \n162233   \n162318   \n162541   \n162628   \n162733   \n162866   \n162995   \n163069   \n163111   \n163179   \n163322   \n163386   \n163470   \n163530   \n163688   \n163723   \n163823   \n163963   \n164045   \n164138   \n164253   \n164403   \n164551   \n164684   \n164760   \n164838   \n164939   \n165012   \n165077   \n165166   \n165315   \n165403   \n165610   \n165720   \n165842   \n165896   \n165952   \n165994   \n166105   \n166185   \n166318   \n166379   \n166431   \n166620   \n166675   \n166812   \n166871   \n166999   \n167114   \n167198   \n167329   \n167458   \n167480   \n167648   \n167717   \n167751   \n167877   \n167956   \n168051   \n168138   \n168232   \n168300   \n168477   \n168663   \n168768   \n168809   \n168989   \n169133   \n169225   \n169330   \n169425   \n169511   \n169625   \n169721   \n169858   \n170016   \n170159   \n170254   \n170297   \n170381   \n170449   \n170519   \n170569   \n170628   \n170743   \n170876   \n171030   \n171073   \n171146   \n171294   \n171453   \n171495   \n171673   \n171775   \n171859   \n171897   \n172010   \n172210   \n172352   \n172456   \n172594   \n172702   \n172753   \n172889   \n173074   \n173224   \n173335   \n173484   \n173502   \n173549   \n173669   \n173748   \n173909   \n174043   \n174094   \n174214   \n174308   \n174442   \n174486   \n174536   \n174654   \n174757   \n174967   \n175057   \n175186   \n175328   \n175480   \n175618   \n175789   \n175851   \n176051   \n176152   \n176191   \n176323   \n176404   \n176496   \n176647   \n176805   \n176946   \n177116   \n177253   \n177365   \n177463   \n177613   \n177716   \n177842   \n177911   \n178064   \n178214   \n178371   \n178575   \n178674   \n178768   \n178915   \n178998   \n179135   \n179246   \n179341   \n179413   \n179545   \n179618   \n179750   \n179885   \n179975   \n180027   \n180111   \n180197   \n180329   \n180575   \n180695   \n180839   \n180899   \n180951   \n181103   \n181200   \n181417   \n181593   \n181692   \n181769   \n181845   \n181997   \n182104   \n182179   \n182322   \n182418   \n182558   \n182663   \n182726   \n182869   \n182943   \n183028   \n183044   \n183149   \n183310   \n183425   \n183570   \n183651   \n183788   \n183838   \n183943   \n184066   \n184166   \n184287   \n184405   \n184471   \n184534   \n184617   \n184767   \n184858   \n185016   \n185112   \n185211   \n185373   \n185490   \n185637   \n185696   \n185817   \n185851   \n185958   \n186025   \n186166   \n186307   \n186472   \n186551   \n186676   \n186783   \n186868   \n187018   \n187145   \n187291   \n187435   \n187589   \n187687   \n187788   \n187886   \n188023   \n188167   \n188297   \n188431   \n188563   \n188714   \n188808   \n189008   \n189176   \n189325   \n189415   \n189461   \n189534   \n189612   \n189706   \n189804   \n189870   \n189957   \n190040   \n190171   \n190301   \n190426   \n190507   \n190606   \n190816   \n190949   \n190985   \n191113   \n191206   \n191293   \n191378   \n191490   \n191617   \n191793   \n191939   \n192034   \n192103   \n192245   \n192348   \n192476   \n192573   \n192644   \n192785   \n192902   \n192953   \n193066   \n193117   \n193201   \n193333   \n193451   \n193497   \n193592   \n193738   \n193828   \n193920   \n193953   \n194086   \n194245   \n194323   \n194483   \n194663   \n194760   \n194831   \n194958   \n195055   \n195147   \n195212   \n195309   \n195411   \n195566   \n195671   \n195823   \n195941   \n195994   \n196070   \n196267   \n196334   \n196472   \n196531   \n196655   \n196767   \n196853   \n196940   \n196999   \n197086   \n197145   \n197248   \n197388   \n197421   \n197515   \n197620   \n197662   \n197761   \n197813   \n197878   \n198010   \n198096   \n198163   \n198298   \n198412   \n198664   \n198828   \n198885   \n198939   \n199084   \n199133   \n199227   \n199302   \n199380   \n199451   \n199544   \n199706   \n199862   \n200010   \n200095   \n200241   \n200377   \n200495   \n200592   \n200711   \n200840   \n200943   \n201030   \n201146   \n201256   \n201317   \n201360   \n201398   \n201497   \n201592   \n201669   \n201870   \n201934   \n202111   \n202190   \n202272   \n202352   \n202527   \n202615   \n202672   \n202727   \n202798   \n202895   \n202980   \n203008   \n203144   \n203241   \n203308   \n203431   \n203520   \n203634   \n203720   \n203847   \n204076   \n204167   \n204211   \n204251   \n204364   \n204499   \n204632   \n204750   \n204867   \n204943   \n205036   \n205139   \n205197   \n205266   \n205338   \n205487   \n205709   \n205814   \n205957   \n206089   \n206187   \n206226   \n206395   \n206492   \n206635   \n206736   \n206882   \n206953   \n207068   \n207151   \n207261   \n207330   \n207384   \n207412   \n207572   \n207618   \n207738   \n207817   \n207884   \n207981   \n208042   \n208173   \n208329   \n208465   \n208619   \n208707   \n208838   \n208906   \n209013   \n209133   \n209219   \n209356   \n209428   \n209495   \n209525   \n209724   \n209947   \n210077   \n210166   \n210300   \n210395   \n210493   \n210682   \n210748   \n210880   \n210974   \n211063   \n211214   \n211315   \n211419   \n211495   \n211640   \n211716   \n211857   \n211895   \n211955   \n212086   \n212168   \n212238   \n212343   \n212400   \n212514   \n212581   \n212648   \n212757   \n212897   \n212991   \n213122   \n213240   \n213291   \n213369   \n213476   \n213655   \n213797   \n213879   \n214069   \n214102   \n214258   \n214323   \n214429   \n214567   \n214668   \n214801   \n214853   \n215013   \n215052   \n215156   \n215250   \n215355   \n215429   \n215506   \n215575   \n215639   \n215759   \n215898   \n216007   \n216036   \n216128   \n216223   \n216348   \n216520   \n216583   \n216691   \n216763   \n216901   \n217040   \n217157   \n217211   \n217262   \n217340   \n217442   \n217505   \n217592   \n217638   \n217777   \n217896   \n218003   \n218115   \n218165   \n218304   \n218403   \n218538   \n218673   \n218844   \n218996   \n219110   \n219213   \n219322   \n219427   \n219473   \n219564   \n219688   \n219797   \n219878   \n220063   \n220289   \n220444   \n220538   \n220585   \n220645   \n220728   \n220831   \n220919   \n220975   \n221087   \n221144   \n221303   \n221450   \n221515   \n221569   \n221706   \n221828   \n222000   \n222106   \n222255   \n222308   \n222422   \n222519   \n222669   \n222761   \n222970   \n223055   \n223120   \n223233   \n223413   \n223589   \n223694   \n223837   \n223932   \n224019   \n224195   \n224305   \n224461   \n224551   \n224658   \n224796   \n224918   \n225077   \n225144   \n225221   \n225325   \n225414   \n225539   \n225720   \n225788   \n225890   \n225968   \n225998   \n226111   \n226251   \n226369   \n226468   \n226665   \n226782   \n226835   \n226948   \n227053   \n227179   \n227274   \n227365   \n227420   \n227485   \n227563   \n227609   \n227760   \n227827   \n227899   \n228008   \n228048   \n228163   \n228272   \n228363   \n228538   \n228682   \n228789   \n228876   \n228925   \n228972   \n229108   \n229129   \n229304   \n229376   \n229497   \n229647   \n229789   \n229944   \n230013   \n230217   \n230338   \n230427   \n230486   \n230530   \n230573   \n230683   \n230798   \n230886   \n231020   \n231095   \n231213   \n231326   \n231381   \n231463   \n231591   \n231679   \n231782   \n231889   \n232024   \n232177   \n232293   \n232398   \n232458   \n232587   \n232752   \n232921   \n233040   \n233147   \n233265   \n233390   \n233543   \n233673   \n233708   \n233808   \n233872   \n233973   \n234073   \n234139   \n234231   \n234404   \n234442   \n234540   \n234635   \n234732   \n234826   \n235025   \n235128   \n235259   \n235371   \n235493   \n235615   \n235797   \n235907   \n236051   \n236104   \n236242   \n236377   \n236470   \n236566   \n236637   \n236740   \n236838   \n236998   \n237091   \n237199   \n237296   \n237388   \n237615   \n237761   \n237917   \n238092   \n238237   \n238354   \n238425   \n238533   \n238663   \n238792   \n238898   \n238964   \n239042   \n239144   \n239260   \n239304   \n239350   \n239473   \n239599   \n239700   \n239760   \n239822   \n239914   \n240058   \n240170   \n240293   \n240374   \n240492   \n240580   \n240721   \n240800   \n240864   \n240947   \n241075   \n241126   \n241261   \n241320   \n241406   \n241556   \n241673   \n241807   \n241882   \n242034   \n242143   \n242192   \n242290   \n242433   \n242623   \n242687   \n242764   \n242894   \n242969   \n243114   \n243228   \n243336   \n243387   \n243487   \n243575   \n243739   \n243836   \n243898   \n244028   \n244240   \n244328   \n244376   \n244451   \n244548   \n244647   \n244721   \n244820   \n244979   \n245043   \n245134   \n245177   \n245238   \n245349   \n245454   \n245590   \n245651   \n245777   \n245952   \n245970   \n246032   \n246168   \n246231   \n246291   \n246430   \n246550   \n246704   \n246786   \n246933   \n247055   \n247130   \n247207   \n247284   \n247392   \n247523   \n247558   \n247631   \n247848   \n247944   \n248056   \n248177   \n248359   \n248486   \n248606   \n248780   \n248838   \n248960   \n249064   \n249136   \n249221   \n249327   \n249454   \n249545   \n249629   \n249755   \n249863   \n249954   \n250099   \n250241   \n250347   \n250499   \n250570   \n250772   \n250861   \n250954   \n251036   \n251175   \n251290   \n251420   \n251542   \n251626   \n251705   \n251806   \n251945   \n252063   \n252151   \n252248   \n252392   \n252513   \n252611   \n252817   \n252877   \n252960   \n253071   \n253128   \n253245   \n253386   \n253514   \n253628   \n253759   \n253879   \n253934   \n254054   \n254109   \n254179   \n254261   \n254321   \n254399   \n254519   \n254606   \n254695   \n254805   \n254860   \n254945   \n255042   \n255150   \n255317   \n255478   \n255588   \n255702   \n255923   \n256037   \n256178   \n256292   \n256419   \n256544   \n256675   \n256814   \n256919   \n257028   \n257128   \n257197   \n257233   \n257328   \n257454   \n257598   \n257694   \n257787   \n258023   \n258121   \n258166   \n258247   \n258312   \n258455   \n258529   \n258686   \n258776   \n258927   \n258996   \n259131   \n259224   \n259407   \n259496   \n259592   \n259656   \n259749   \n259842   \n259950   \n260053   \n260230   \n260306   \n260347   \n260427   \n260493   \n260590   \n260736   \n260792   \n261018   \n261112   \n261194   \n261379   \n261497   \n261617   \n261799   \n261929   \n261955   \n262098   \nAll tests completed   \nPASS: lz4/test_frame\nDURATION: 449\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.511465311050415,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-lzo_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-lzo",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015301704406738281,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1703479290008545,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03339886665344238,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.9657144546508789,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0024290084838867188,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.lzo.align": {
    "status": "PASSED"
   },
   "ptestresult.lzo.chksum": {
    "status": "PASSED"
   },
   "ptestresult.lzo.lzotest": {
    "status": "PASSED"
   },
   "ptestresult.lzo.simple": {
    "status": "PASSED"
   },
   "ptestresult.lzo.testmini": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/lzo/ptest\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-1      | services          12990    1      7875 60.6    0.000    0.000 |\nLZO1B-2      | services          12990    1      7760 59.7    0.000    0.000 |\nLZO1B-3      | services          12990    1      7694 59.2    0.000    0.000 |\nLZO1B-4      | services          12990    1      7542 58.1    0.000    0.000 |\nLZO1B-5      | services          12990    1      7465 57.5    0.000    0.000 |\nLZO1B-6      | services          12990    1      7352 56.6    0.000    0.000 |\nLZO1B-7      | services          12990    1      7332 56.4  124.797    0.000 |\nLZO1B-8      | services          12990    1      7267 55.9  127.466    0.000 |\nLZO1B-9      | services          12990    1      7237 55.7    0.000    0.000 |\nLZO1C-1      | services          12990    1      7794 60.0    0.000    0.000 |\nLZO1C-2      | services          12990    1      7677 59.1    0.000    0.000 |\nLZO1C-3      | services          12990    1      7613 58.6    0.000    0.000 |\nLZO1C-4      | services          12990    1      7454 57.4    0.000    0.000 |\nLZO1C-5      | services          12990    1      7376 56.8    0.000    0.000 |\nLZO1C-6      | services          12990    1      7270 56.0    0.000    0.000 |\nLZO1C-7      | services          12990    1      7259 55.9  107.253    0.000 |\nLZO1C-8      | services          12990    1      7170 55.2   97.978    0.000 |\nLZO1C-9      | services          12990    1      7111 54.7  123.757    0.000 |\nLZO1-1       | services          12990    1      7976 61.4    0.000    0.000 |\nLZO1A-1      | services          12990    1      7891 60.7    0.000    0.000 |\nLZO1F-1      | services          12990    1      7770 59.8    0.000    0.000 |\nLZO1X-1      | services          12990    1      7853 60.5    0.000    0.000 |\nLZO1Y-1      | services          12990    1      7857 60.5    0.000    0.000 |\nLZO1X-1(11)  | services          12990    1      8051 62.0    0.000    0.000 |\nLZO1X-1(12)  | services          12990    1      7948 61.2    0.000    0.000 |\nLZO1X-1(15)  | services          12990    1      7869 60.6    0.000    0.000 |\nLZO1B-99     | services          12990    1      7104 54.7   98.550    0.000 |\nLZO1B-999    | services          12990    1      6846 52.7   36.134    0.000 |\nLZO1C-99     | services          12990    1      7004 53.9   97.540    0.000 |\nLZO1C-999    | services          12990    1      6730 51.8   36.612    0.000 |\nLZO1-99      | services          12990    1      7176 55.2   97.709    0.000 |\nLZO1A-99     | services          12990    1      7115 54.8   91.670    0.000 |\nLZO2A-999    | services          12990    1      6267 48.2   27.296    0.000 |\nLZO1F-999    | services          12990    1      6643 51.1   29.528    0.000 |\nLZO1X-999    | services          12990    1      6509 50.1   20.087    0.000 |\nLZO1Y-999    | services          12990    1      6508 50.1   21.032    0.000 |\nLZO1Z-999    | services          12990    1      6519 50.2   21.557    0.000 |\nmemcpy()     | services          12990    1     12990  100    0.000    0.000 |\n\nlzotest: execution time: 0 seconds\nPASS: lzotest\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1-1       | buildinfo           503    1       273 54.3    0.000    0.000 |\nLZO1-1       | busybox.links.nosuid     2422    1      1274 52.6    0.000    0.000 |\nLZO1-1       | busybox.links.suid       91    1        67 73.6    0.000    0.000 |\nLZO1-1       | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1-1       | rcS                1313    1      1016 77.4    0.000    0.000 |\nLZO1-1       | useradd             115    1       117  102    0.000    0.000 |\nLZO1-1       | 00_core            1637    1      1038 63.4    0.000    0.000 |\nLZO1-1       | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1-1       | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1-1       | ethertypes         1936    1      1482 76.5    0.000    0.000 |\nLZO1-1       | fstab               650    1       396 60.9    0.000    0.000 |\nLZO1-1       | group               518    1       469 90.5    0.000    0.000 |\nLZO1-1       | gshadow             432    1       317 73.4    0.000    0.000 |\nLZO1-1       | host.conf            26    1        27  104    0.000    0.000 |\nLZO1-1       | hostname             11    1        12  109    0.000    0.000 |\nLZO1-1       | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1-1       | banner.sh           537    1       351 65.4    0.000    0.000 |\nLZO1-1       | bootlogd           1997    1      1258 63.0    0.000    0.000 |\nLZO1-1       | bootmisc.sh        2062    1      1452 70.4    0.000    0.000 |\nLZO1-1       | checkroot.sh       3640    1      2385 65.5    0.000    0.000 |\nLZO1-1       | devpts.sh           571    1       436 76.4    0.000    0.000 |\nLZO1-1       | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1-1       | functions          2362    1      1467 62.1    0.000    0.000 |\nLZO1-1       | halt                555    1       448 80.7    0.000    0.000 |\nLZO1-1       | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1-1       | hwclock.sh         2541    1      1346 53.0    0.000    0.000 |\nLZO1-1       | modutils.sh        1362    1       885 65.0    0.000    0.000 |\nLZO1-1       | mountall.sh        1218    1       953 78.2    0.000    0.000 |\nLZO1-1       | mountnfs.sh        1634    1      1004 61.4    0.000    0.000 |\nLZO1-1       | networking         1956    1      1021 52.2    0.000    0.000 |\nLZO1-1       | populate-volatile.sh     7846    1      3659 46.6    0.000    0.000 |\nLZO1-1       | rc                 4407    1      2673 60.7    0.000    0.000 |\nLZO1-1       | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1-1       | read-only-rootfs-hook.sh     1319    1       927 70.3    0.000    0.000 |\nLZO1-1       | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1-1       | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1-1       | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1-1       | sendsigs            483    1       348 72.0    0.000    0.000 |\nLZO1-1       | single              623    1       478 76.7    0.000    0.000 |\nLZO1-1       | sshd               2029    1      1068 52.6    0.000    0.000 |\nLZO1-1       | sysfs.sh           1091    1       572 52.4    0.000    0.000 |\nLZO1-1       | syslog             2104    1      1192 56.7    0.000    0.000 |\nLZO1-1       | udev               3749    1      2140 57.1    0.000    0.000 |\nLZO1-1       | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1-1       | umountnfs.sh        756    1       572 75.7    0.000    0.000 |\nLZO1-1       | urandom            1518    1       994 65.5    0.000    0.000 |\nLZO1-1       | inittab            1186    1       818 69.0    0.000    0.000 |\nLZO1-1       | issue                49    1        51  104    0.000    0.000 |\nLZO1-1       | issue.net            46    1        48  104    0.000    0.000 |\nLZO1-1       | ld.so.cache        1621    1       823 50.8    0.000    0.000 |\nLZO1-1       | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1-1       | limits              827    1       646 78.1    0.000    0.000 |\nLZO1-1       | login.access       1999    1      1320 66.0    0.000    0.000 |\nLZO1-1       | login.defs        13498    1      7642 56.6    0.000    0.000 |\nLZO1-1       | logrotate-dmesg.conf      121    1       115 95.0    0.000    0.000 |\nLZO1-1       | motd                197    1       184 93.4    0.000    0.000 |\nLZO1-1       | nfsroot             809    1       552 68.2    0.000    0.000 |\nLZO1-1       | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1-1       | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1-1       | nsswitch.conf       487    1       342 70.2    0.000    0.000 |\nLZO1-1       | passwd              846    1       519 61.3    0.000    0.000 |\nLZO1-1       | profile            1943    1      1398 72.0    0.000    0.000 |\nLZO1-1       | protocols          3144    1      2269 72.2    0.000    0.000 |\nLZO1-1       | rpc                 911    1       693 76.1    0.000    0.000 |\nLZO1-1       | securetty          1854    1      1240 66.9    0.000    0.000 |\nLZO1-1       | services          12990    1      7976 61.4    0.000    0.000 |\nLZO1-1       | shadow              512    1       186 36.3    0.000    0.000 |\nLZO1-1       | shells               42    1        40 95.2    0.000    0.000 |\nLZO1-1       | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1-1       | .profile            241    1       224 92.9    0.000    0.000 |\nLZO1-1       | moduli           592446    3     60690 10.2  556.803  954.843 |\nLZO1-1       | ssh_config         1569    1      1105 70.4    0.000    0.000 |\nLZO1-1       | ssh_host_ecdsa_key      505    1       453 89.7    0.000    0.000 |\nLZO1-1       | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1-1       | sshd_config        3127    1      2066 66.1    0.000    0.000 |\nLZO1-1       | sshd_config_readonly     3131    1      2066 66.0    0.000    0.000 |\nLZO1-1       | openssl.cnf       12411    1      6608 53.2    0.000    0.000 |\nLZO1-1       | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1-1       | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1-1       | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1-1       | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1-1       | alacritty          3749    1      2596 69.2    0.000    0.000 |\nLZO1-1       | ansi               1481    1       792 53.5    0.000    0.000 |\nLZO1-1       | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1-1       | linux              1740    1      1093 62.8    0.000    0.000 |\nLZO1-1       | rxvt               2234    1      1583 70.9    0.000    0.000 |\nLZO1-1       | screen             1607    1      1003 62.4    0.000    0.000 |\nLZO1-1       | screen-256color     1715    1      1066 62.2    0.000    0.000 |\nLZO1-1       | sun                1004    1       542 54.0    0.000    0.000 |\nLZO1-1       | vt100              1282    1       830 64.7    0.000    0.000 |\nLZO1-1       | vt102              1276    1       833 65.3    0.000    0.000 |\nLZO1-1       | vt200              1391    1       984 70.7    0.000    0.000 |\nLZO1-1       | vt220              1391    1       984 70.7    0.000    0.000 |\nLZO1-1       | vt52                839    1       366 43.6    0.000    0.000 |\nLZO1-1       | xterm-256color     4041    1      2886 71.4    0.000    0.000 |\nLZO1-1       | xterm-color        1551    1       841 54.2    0.000    0.000 |\nLZO1-1       | xterm-xfree86      2240    1      1448 64.6    0.000    0.000 |\nLZO1-1       | timestamp            15    1        16  107    0.000    0.000 |\nLZO1-1       | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1-1       | local.rules         885    1       675 76.3    0.000    0.000 |\nLZO1-1       | udev.conf           215    1       192 89.3    0.000    0.000 |\nLZO1-1       | 50default          2652    1      1201 45.3    0.000    0.000 |\nLZO1-1       | version              15    1        16  107    0.000    0.000 |\nLZO1-1       | volatile.cache     4839    1      1339 27.7    0.000    0.000 |\nLZO1-1       | xattr.conf          681    1       415 60.9    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1526 68.5  556.803  954.843\nLZO1-1         ***TOTALS***     755155  107    160334 21.2  556.803  954.843\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1A-1      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1A-1      | busybox.links.nosuid     2422    1      1273 52.6    0.000    0.000 |\nLZO1A-1      | busybox.links.suid       91    1        67 73.6    0.000    0.000 |\nLZO1A-1      | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1A-1      | rcS                1313    1      1011 77.0    0.000    0.000 |\nLZO1A-1      | useradd             115    1       117  102    0.000    0.000 |\nLZO1A-1      | 00_core            1637    1      1036 63.3    0.000    0.000 |\nLZO1A-1      | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1A-1      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1A-1      | ethertypes         1936    1      1471 76.0    0.000    0.000 |\nLZO1A-1      | fstab               650    1       393 60.5    0.000    0.000 |\nLZO1A-1      | group               518    1       464 89.6    0.000    0.000 |\nLZO1A-1      | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1A-1      | host.conf            26    1        27  104    0.000    0.000 |\nLZO1A-1      | hostname             11    1        12  109    0.000    0.000 |\nLZO1A-1      | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1A-1      | banner.sh           537    1       350 65.2    0.000    0.000 |\nLZO1A-1      | bootlogd           1997    1      1253 62.7    0.000    0.000 |\nLZO1A-1      | bootmisc.sh        2062    1      1443 70.0    0.000    0.000 |\nLZO1A-1      | checkroot.sh       3640    1      2373 65.2    0.000    0.000 |\nLZO1A-1      | devpts.sh           571    1       435 76.2    0.000    0.000 |\nLZO1A-1      | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1A-1      | functions          2362    1      1463 61.9    0.000    0.000 |\nLZO1A-1      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1A-1      | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1A-1      | hwclock.sh         2541    1      1339 52.7    0.000    0.000 |\nLZO1A-1      | modutils.sh        1362    1       881 64.7    0.000    0.000 |\nLZO1A-1      | mountall.sh        1218    1       947 77.8    0.000    0.000 |\nLZO1A-1      | mountnfs.sh        1634    1       998 61.1    0.000    0.000 |\nLZO1A-1      | networking         1956    1      1019 52.1    0.000    0.000 |\nLZO1A-1      | populate-volatile.sh     7846    1      3638 46.4    0.000    0.000 |\nLZO1A-1      | rc                 4407    1      2658 60.3    0.000    0.000 |\nLZO1A-1      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1A-1      | read-only-rootfs-hook.sh     1319    1       923 70.0    0.000    0.000 |\nLZO1A-1      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1A-1      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1A-1      | save-rtc.sh         474    1       366 77.2    0.000    0.000 |\nLZO1A-1      | sendsigs            483    1       347 71.8    0.000    0.000 |\nLZO1A-1      | single              623    1       475 76.2    0.000    0.000 |\nLZO1A-1      | sshd               2029    1      1060 52.2    0.000    0.000 |\nLZO1A-1      | sysfs.sh           1091    1       572 52.4    0.000    0.000 |\nLZO1A-1      | syslog             2104    1      1190 56.6    0.000    0.000 |\nLZO1A-1      | udev               3749    1      2134 56.9    0.000    0.000 |\nLZO1A-1      | umountfs            585    1       450 76.9    0.000    0.000 |\nLZO1A-1      | umountnfs.sh        756    1       570 75.4    0.000    0.000 |\nLZO1A-1      | urandom            1518    1       988 65.1    0.000    0.000 |\nLZO1A-1      | inittab            1186    1       814 68.6    0.000    0.000 |\nLZO1A-1      | issue                49    1        51  104    0.000    0.000 |\nLZO1A-1      | issue.net            46    1        48  104    0.000    0.000 |\nLZO1A-1      | ld.so.cache        1621    1       801 49.4    0.000    0.000 |\nLZO1A-1      | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1A-1      | limits              827    1       641 77.5    0.000    0.000 |\nLZO1A-1      | login.access       1999    1      1304 65.2    0.000    0.000 |\nLZO1A-1      | login.defs        13498    1      7571 56.1    0.000    0.000 |\nLZO1A-1      | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1A-1      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1A-1      | nfsroot             809    1       549 67.9    0.000    0.000 |\nLZO1A-1      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1A-1      | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1A-1      | passwd              846    1       515 60.9    0.000    0.000 |\nLZO1A-1      | profile            1943    1      1388 71.4    0.000    0.000 |\nLZO1A-1      | protocols          3144    1      2250 71.6    0.000    0.000 |\nLZO1A-1      | rpc                 911    1       690 75.7    0.000    0.000 |\nLZO1A-1      | securetty          1854    1      1238 66.8    0.000    0.000 |\nLZO1A-1      | services          12990    1      7891 60.7    0.000    0.000 |\nLZO1A-1      | shadow              512    1       185 36.1    0.000    0.000 |\nLZO1A-1      | shells               42    1        40 95.2    0.000    0.000 |\nLZO1A-1      | .bashrc             410    1       327 79.8    0.000    0.000 |\nLZO1A-1      | .profile            241    1       224 92.9    0.000    0.000 |\nLZO1A-1      | moduli           592446    3     60145 10.2  726.269    0.000 |\nLZO1A-1      | ssh_config         1569    1      1100 70.1    0.000    0.000 |\nLZO1A-1      | ssh_host_ecdsa_key      505    1       453 89.7    0.000    0.000 |\nLZO1A-1      | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1A-1      | sshd_config        3127    1      2049 65.5    0.000    0.000 |\nLZO1A-1      | sshd_config_readonly     3131    1      2049 65.4    0.000    0.000 |\nLZO1A-1      | openssl.cnf       12411    1      6553 52.8    0.000    0.000 |\nLZO1A-1      | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | syslog-startup.conf      651    1       547 84.0    0.000    0.000 |\nLZO1A-1      | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1A-1      | alacritty          3749    1      2562 68.3    0.000    0.000 |\nLZO1A-1      | ansi               1481    1       767 51.8    0.000    0.000 |\nLZO1A-1      | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1A-1      | linux              1740    1      1075 61.8    0.000    0.000 |\nLZO1A-1      | rxvt               2234    1      1547 69.2    0.000    0.000 |\nLZO1A-1      | screen             1607    1       983 61.2    0.000    0.000 |\nLZO1A-1      | screen-256color     1715    1      1045 60.9    0.000    0.000 |\nLZO1A-1      | sun                1004    1       526 52.4    0.000    0.000 |\nLZO1A-1      | vt100              1282    1       800 62.4    0.000    0.000 |\nLZO1A-1      | vt102              1276    1       807 63.2    0.000    0.000 |\nLZO1A-1      | vt200              1391    1       959 68.9    0.000    0.000 |\nLZO1A-1      | vt220              1391    1       959 68.9    0.000    0.000 |\nLZO1A-1      | vt52                839    1       356 42.4    0.000    0.000 |\nLZO1A-1      | xterm-256color     4041    1      2843 70.4    0.000    0.000 |\nLZO1A-1      | xterm-color        1551    1       825 53.2    0.000    0.000 |\nLZO1A-1      | xterm-xfree86      2240    1      1417 63.3    0.000    0.000 |\nLZO1A-1      | timestamp            15    1        16  107    0.000    0.000 |\nLZO1A-1      | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | local.rules         885    1       671 75.8    0.000    0.000 |\nLZO1A-1      | udev.conf           215    1       192 89.3    0.000    0.000 |\nLZO1A-1      | 50default          2652    1      1197 45.1    0.000    0.000 |\nLZO1A-1      | version              15    1        16  107    0.000    0.000 |\nLZO1A-1      | volatile.cache     4839    1      1337 27.6    0.000    0.000 |\nLZO1A-1      | xattr.conf          681    1       414 60.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1513 68.1  726.269    0.000\nLZO1A-1        ***TOTALS***     755155  107    158896 21.0  726.269    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-1      | buildinfo           503    1       270 53.7    0.000    0.000 |\nLZO1B-1      | busybox.links.nosuid     2422    1      1289 53.2    0.000    0.000 |\nLZO1B-1      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1B-1      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-1      | rcS                1313    1      1027 78.2    0.000    0.000 |\nLZO1B-1      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-1      | 00_core            1637    1      1061 64.8    0.000    0.000 |\nLZO1B-1      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-1      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1B-1      | ethertypes         1936    1      1482 76.5    0.000    0.000 |\nLZO1B-1      | fstab               650    1       398 61.2    0.000    0.000 |\nLZO1B-1      | group               518    1       467 90.2    0.000    0.000 |\nLZO1B-1      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1B-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-1      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-1      | banner.sh           537    1       355 66.1    0.000    0.000 |\nLZO1B-1      | bootlogd           1997    1      1257 62.9    0.000    0.000 |\nLZO1B-1      | bootmisc.sh        2062    1      1451 70.4    0.000    0.000 |\nLZO1B-1      | checkroot.sh       3640    1      2388 65.6    0.000    0.000 |\nLZO1B-1      | devpts.sh           571    1       438 76.7    0.000    0.000 |\nLZO1B-1      | dmesg.sh            397    1       300 75.6    0.000    0.000 |\nLZO1B-1      | functions          2362    1      1461 61.9    0.000    0.000 |\nLZO1B-1      | halt                555    1       453 81.6    0.000    0.000 |\nLZO1B-1      | hostname.sh         625    1       477 76.3    0.000    0.000 |\nLZO1B-1      | hwclock.sh         2541    1      1357 53.4    0.000    0.000 |\nLZO1B-1      | modutils.sh        1362    1       880 64.6    0.000    0.000 |\nLZO1B-1      | mountall.sh        1218    1       958 78.7    0.000    0.000 |\nLZO1B-1      | mountnfs.sh        1634    1      1012 61.9    0.000    0.000 |\nLZO1B-1      | networking         1956    1      1038 53.1    0.000    0.000 |\nLZO1B-1      | populate-volatile.sh     7846    1      3664 46.7    0.000    0.000 |\nLZO1B-1      | rc                 4407    1      2677 60.7    0.000    0.000 |\nLZO1B-1      | rcS                 525    1       448 85.3    0.000    0.000 |\nLZO1B-1      | read-only-rootfs-hook.sh     1319    1       932 70.7    0.000    0.000 |\nLZO1B-1      | reboot              334    1       270 80.8    0.000    0.000 |\nLZO1B-1      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-1      | save-rtc.sh         474    1       366 77.2    0.000    0.000 |\nLZO1B-1      | sendsigs            483    1       355 73.5    0.000    0.000 |\nLZO1B-1      | single              623    1       476 76.4    0.000    0.000 |\nLZO1B-1      | sshd               2029    1      1063 52.4    0.000    0.000 |\nLZO1B-1      | sysfs.sh           1091    1       580 53.2    0.000    0.000 |\nLZO1B-1      | syslog             2104    1      1198 56.9    0.000    0.000 |\nLZO1B-1      | udev               3749    1      2135 56.9    0.000    0.000 |\nLZO1B-1      | umountfs            585    1       454 77.6    0.000    0.000 |\nLZO1B-1      | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1B-1      | urandom            1518    1      1002 66.0    0.000    0.000 |\nLZO1B-1      | inittab            1186    1       823 69.4    0.000    0.000 |\nLZO1B-1      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-1      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-1      | ld.so.cache        1621    1       744 45.9    0.000    0.000 |\nLZO1B-1      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-1      | limits              827    1       643 77.8    0.000    0.000 |\nLZO1B-1      | login.access       1999    1      1312 65.6    0.000    0.000 |\nLZO1B-1      | login.defs        13498    1      7550 55.9    0.000    0.000 |\nLZO1B-1      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1B-1      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1B-1      | nfsroot             809    1       549 67.9    0.000    0.000 |\nLZO1B-1      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1B-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | nsswitch.conf       487    1       348 71.5    0.000    0.000 |\nLZO1B-1      | passwd              846    1       522 61.7    0.000    0.000 |\nLZO1B-1      | profile            1943    1      1404 72.3    0.000    0.000 |\nLZO1B-1      | protocols          3144    1      2274 72.3    0.000    0.000 |\nLZO1B-1      | rpc                 911    1       700 76.8    0.000    0.000 |\nLZO1B-1      | securetty          1854    1      1313 70.8    0.000    0.000 |\nLZO1B-1      | services          12990    1      7875 60.6    0.000    0.000 |\nLZO1B-1      | shadow              512    1       185 36.1    0.000    0.000 |\nLZO1B-1      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-1      | .bashrc             410    1       333 81.2    0.000    0.000 |\nLZO1B-1      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1B-1      | moduli           592446    3     28239  4.8  660.298    0.000 |\nLZO1B-1      | ssh_config         1569    1      1110 70.7    0.000    0.000 |\nLZO1B-1      | ssh_host_ecdsa_key      505    1       452 89.5    0.000    0.000 |\nLZO1B-1      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1B-1      | sshd_config        3127    1      2074 66.3    0.000    0.000 |\nLZO1B-1      | sshd_config_readonly     3131    1      2076 66.3    0.000    0.000 |\nLZO1B-1      | openssl.cnf       12411    1      6524 52.6    0.000    0.000 |\nLZO1B-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1B-1      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-1      | alacritty          3749    1      2626 70.0    0.000    0.000 |\nLZO1B-1      | ansi               1481    1       779 52.6    0.000    0.000 |\nLZO1B-1      | dumb                308    1        76 24.7    0.000    0.000 |\nLZO1B-1      | linux              1740    1      1068 61.4    0.000    0.000 |\nLZO1B-1      | rxvt               2234    1      1551 69.4    0.000    0.000 |\nLZO1B-1      | screen             1607    1       975 60.7    0.000    0.000 |\nLZO1B-1      | screen-256color     1715    1      1038 60.5    0.000    0.000 |\nLZO1B-1      | sun                1004    1       537 53.5    0.000    0.000 |\nLZO1B-1      | vt100              1282    1       812 63.3    0.000    0.000 |\nLZO1B-1      | vt102              1276    1       814 63.8    0.000    0.000 |\nLZO1B-1      | vt200              1391    1       967 69.5    0.000    0.000 |\nLZO1B-1      | vt220              1391    1       967 69.5    0.000    0.000 |\nLZO1B-1      | vt52                839    1       363 43.3    0.000    0.000 |\nLZO1B-1      | xterm-256color     4041    1      2904 71.9    0.000    0.000 |\nLZO1B-1      | xterm-color        1551    1       820 52.9    0.000    0.000 |\nLZO1B-1      | xterm-xfree86      2240    1      1427 63.7    0.000    0.000 |\nLZO1B-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | local.rules         885    1       670 75.7    0.000    0.000 |\nLZO1B-1      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1B-1      | 50default          2652    1      1203 45.4    0.000    0.000 |\nLZO1B-1      | version              15    1        19  127    0.000    0.000 |\nLZO1B-1      | volatile.cache     4839    1      1302 26.9    0.000    0.000 |\nLZO1B-1      | xattr.conf          681    1       424 62.3    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1215 69.8  660.298    0.000\nLZO1B-1        ***TOTALS***     755155  107    127634 16.9  660.298    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-2      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1B-2      | busybox.links.nosuid     2422    1      1267 52.3    0.000    0.000 |\nLZO1B-2      | busybox.links.suid       91    1        71 78.0    0.000    0.000 |\nLZO1B-2      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-2      | rcS                1313    1      1023 77.9    0.000    0.000 |\nLZO1B-2      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-2      | 00_core            1637    1      1049 64.1    0.000    0.000 |\nLZO1B-2      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-2      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1B-2      | ethertypes         1936    1      1482 76.5    0.000    0.000 |\nLZO1B-2      | fstab               650    1       395 60.8    0.000    0.000 |\nLZO1B-2      | group               518    1       466 90.0    0.000    0.000 |\nLZO1B-2      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1B-2      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-2      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-2      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-2      | banner.sh           537    1       349 65.0    0.000    0.000 |\nLZO1B-2      | bootlogd           1997    1      1256 62.9    0.000    0.000 |\nLZO1B-2      | bootmisc.sh        2062    1      1430 69.4    0.000    0.000 |\nLZO1B-2      | checkroot.sh       3640    1      2380 65.4    0.000    0.000 |\nLZO1B-2      | devpts.sh           571    1       439 76.9    0.000    0.000 |\nLZO1B-2      | dmesg.sh            397    1       297 74.8    0.000    0.000 |\nLZO1B-2      | functions          2362    1      1453 61.5    0.000    0.000 |\nLZO1B-2      | halt                555    1       452 81.4    0.000    0.000 |\nLZO1B-2      | hostname.sh         625    1       474 75.8    0.000    0.000 |\nLZO1B-2      | hwclock.sh         2541    1      1344 52.9    0.000    0.000 |\nLZO1B-2      | modutils.sh        1362    1       884 64.9    0.000    0.000 |\nLZO1B-2      | mountall.sh        1218    1       954 78.3    0.000    0.000 |\nLZO1B-2      | mountnfs.sh        1634    1       990 60.6    0.000    0.000 |\nLZO1B-2      | networking         1956    1      1038 53.1    0.000    0.000 |\nLZO1B-2      | populate-volatile.sh     7846    1      3620 46.1    0.000    0.000 |\nLZO1B-2      | rc                 4407    1      2624 59.5    0.000    0.000 |\nLZO1B-2      | rcS                 525    1       448 85.3    0.000    0.000 |\nLZO1B-2      | read-only-rootfs-hook.sh     1319    1       927 70.3    0.000    0.000 |\nLZO1B-2      | reboot              334    1       269 80.5    0.000    0.000 |\nLZO1B-2      | rmnologin.sh        630    1       429 68.1    0.000    0.000 |\nLZO1B-2      | save-rtc.sh         474    1       369 77.8    0.000    0.000 |\nLZO1B-2      | sendsigs            483    1       351 72.7    0.000    0.000 |\nLZO1B-2      | single              623    1       476 76.4    0.000    0.000 |\nLZO1B-2      | sshd               2029    1      1064 52.4    0.000    0.000 |\nLZO1B-2      | sysfs.sh           1091    1       569 52.2    0.000    0.000 |\nLZO1B-2      | syslog             2104    1      1184 56.3    0.000    0.000 |\nLZO1B-2      | udev               3749    1      2128 56.8    0.000    0.000 |\nLZO1B-2      | umountfs            585    1       454 77.6    0.000    0.000 |\nLZO1B-2      | umountnfs.sh        756    1       574 75.9    0.000    0.000 |\nLZO1B-2      | urandom            1518    1      1002 66.0    0.000    0.000 |\nLZO1B-2      | inittab            1186    1       823 69.4    0.000    0.000 |\nLZO1B-2      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-2      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-2      | ld.so.cache        1621    1       743 45.8    0.000    0.000 |\nLZO1B-2      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-2      | limits              827    1       642 77.6    0.000    0.000 |\nLZO1B-2      | login.access       1999    1      1299 65.0    0.000    0.000 |\nLZO1B-2      | login.defs        13498    1      7458 55.3    0.000    0.000 |\nLZO1B-2      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1B-2      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1B-2      | nfsroot             809    1       546 67.5    0.000    0.000 |\nLZO1B-2      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1B-2      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | nsswitch.conf       487    1       352 72.3    0.000    0.000 |\nLZO1B-2      | passwd              846    1       519 61.3    0.000    0.000 |\nLZO1B-2      | profile            1943    1      1401 72.1    0.000    0.000 |\nLZO1B-2      | protocols          3144    1      2261 71.9    0.000    0.000 |\nLZO1B-2      | rpc                 911    1       696 76.4    0.000    0.000 |\nLZO1B-2      | securetty          1854    1      1312 70.8    0.000    0.000 |\nLZO1B-2      | services          12990    1      7760 59.7    0.000    0.000 |\nLZO1B-2      | shadow              512    1       183 35.7    0.000    0.000 |\nLZO1B-2      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-2      | .bashrc             410    1       333 81.2    0.000    0.000 |\nLZO1B-2      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1B-2      | moduli           592446    3     28091  4.7  587.893    0.000 |\nLZO1B-2      | ssh_config         1569    1      1102 70.2    0.000    0.000 |\nLZO1B-2      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1B-2      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1B-2      | sshd_config        3127    1      2054 65.7    0.000    0.000 |\nLZO1B-2      | sshd_config_readonly     3131    1      2057 65.7    0.000    0.000 |\nLZO1B-2      | openssl.cnf       12411    1      6436 51.9    0.000    0.000 |\nLZO1B-2      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1B-2      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-2      | alacritty          3749    1      2613 69.7    0.000    0.000 |\nLZO1B-2      | ansi               1481    1       768 51.9    0.000    0.000 |\nLZO1B-2      | dumb                308    1        73 23.7    0.000    0.000 |\nLZO1B-2      | linux              1740    1      1044 60.0    0.000    0.000 |\nLZO1B-2      | rxvt               2234    1      1548 69.3    0.000    0.000 |\nLZO1B-2      | screen             1607    1       965 60.0    0.000    0.000 |\nLZO1B-2      | screen-256color     1715    1      1026 59.8    0.000    0.000 |\nLZO1B-2      | sun                1004    1       523 52.1    0.000    0.000 |\nLZO1B-2      | vt100              1282    1       800 62.4    0.000    0.000 |\nLZO1B-2      | vt102              1276    1       805 63.1    0.000    0.000 |\nLZO1B-2      | vt200              1391    1       955 68.7    0.000    0.000 |\nLZO1B-2      | vt220              1391    1       955 68.7    0.000    0.000 |\nLZO1B-2      | vt52                839    1       355 42.3    0.000    0.000 |\nLZO1B-2      | xterm-256color     4041    1      2889 71.5    0.000    0.000 |\nLZO1B-2      | xterm-color        1551    1       805 51.9    0.000    0.000 |\nLZO1B-2      | xterm-xfree86      2240    1      1404 62.7    0.000    0.000 |\nLZO1B-2      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-2      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | local.rules         885    1       669 75.6    0.000    0.000 |\nLZO1B-2      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1B-2      | 50default          2652    1      1180 44.5    0.000    0.000 |\nLZO1B-2      | version              15    1        19  127    0.000    0.000 |\nLZO1B-2      | volatile.cache     4839    1      1299 26.8    0.000    0.000 |\nLZO1B-2      | xattr.conf          681    1       422 62.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1205 69.5  587.893    0.000\nLZO1B-2        ***TOTALS***     755155  107    126619 16.8  587.893    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-3      | buildinfo           503    1       274 54.5    0.000    0.000 |\nLZO1B-3      | busybox.links.nosuid     2422    1      1261 52.1    0.000    0.000 |\nLZO1B-3      | busybox.links.suid       91    1        71 78.0    0.000    0.000 |\nLZO1B-3      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-3      | rcS                1313    1      1018 77.5    0.000    0.000 |\nLZO1B-3      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-3      | 00_core            1637    1      1049 64.1    0.000    0.000 |\nLZO1B-3      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-3      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1B-3      | ethertypes         1936    1      1479 76.4    0.000    0.000 |\nLZO1B-3      | fstab               650    1       400 61.5    0.000    0.000 |\nLZO1B-3      | group               518    1       464 89.6    0.000    0.000 |\nLZO1B-3      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1B-3      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-3      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-3      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-3      | banner.sh           537    1       349 65.0    0.000    0.000 |\nLZO1B-3      | bootlogd           1997    1      1238 62.0    0.000    0.000 |\nLZO1B-3      | bootmisc.sh        2062    1      1435 69.6    0.000    0.000 |\nLZO1B-3      | checkroot.sh       3640    1      2369 65.1    0.000    0.000 |\nLZO1B-3      | devpts.sh           571    1       439 76.9    0.000    0.000 |\nLZO1B-3      | dmesg.sh            397    1       297 74.8    0.000    0.000 |\nLZO1B-3      | functions          2362    1      1449 61.3    0.000    0.000 |\nLZO1B-3      | halt                555    1       452 81.4    0.000    0.000 |\nLZO1B-3      | hostname.sh         625    1       474 75.8    0.000    0.000 |\nLZO1B-3      | hwclock.sh         2541    1      1344 52.9    0.000    0.000 |\nLZO1B-3      | modutils.sh        1362    1       878 64.5    0.000    0.000 |\nLZO1B-3      | mountall.sh        1218    1       950 78.0    0.000    0.000 |\nLZO1B-3      | mountnfs.sh        1634    1       990 60.6    0.000    0.000 |\nLZO1B-3      | networking         1956    1      1038 53.1    0.000    0.000 |\nLZO1B-3      | populate-volatile.sh     7846    1      3591 45.8    0.000    0.000 |\nLZO1B-3      | rc                 4407    1      2613 59.3    0.000    0.000 |\nLZO1B-3      | rcS                 525    1       448 85.3    0.000    0.000 |\nLZO1B-3      | read-only-rootfs-hook.sh     1319    1       926 70.2    0.000    0.000 |\nLZO1B-3      | reboot              334    1       269 80.5    0.000    0.000 |\nLZO1B-3      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-3      | save-rtc.sh         474    1       370 78.1    0.000    0.000 |\nLZO1B-3      | sendsigs            483    1       351 72.7    0.000    0.000 |\nLZO1B-3      | single              623    1       474 76.1    0.000    0.000 |\nLZO1B-3      | sshd               2029    1      1062 52.3    0.000    0.000 |\nLZO1B-3      | sysfs.sh           1091    1       564 51.7    0.000    0.000 |\nLZO1B-3      | syslog             2104    1      1182 56.2    0.000    0.000 |\nLZO1B-3      | udev               3749    1      2116 56.4    0.000    0.000 |\nLZO1B-3      | umountfs            585    1       452 77.3    0.000    0.000 |\nLZO1B-3      | umountnfs.sh        756    1       572 75.7    0.000    0.000 |\nLZO1B-3      | urandom            1518    1      1002 66.0    0.000    0.000 |\nLZO1B-3      | inittab            1186    1       822 69.3    0.000    0.000 |\nLZO1B-3      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-3      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-3      | ld.so.cache        1621    1       741 45.7    0.000    0.000 |\nLZO1B-3      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-3      | limits              827    1       642 77.6    0.000    0.000 |\nLZO1B-3      | login.access       1999    1      1301 65.1    0.000    0.000 |\nLZO1B-3      | login.defs        13498    1      7379 54.7    0.000    0.000 |\nLZO1B-3      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1B-3      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1B-3      | nfsroot             809    1       544 67.2    0.000    0.000 |\nLZO1B-3      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1B-3      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | nsswitch.conf       487    1       352 72.3    0.000    0.000 |\nLZO1B-3      | passwd              846    1       512 60.5    0.000    0.000 |\nLZO1B-3      | profile            1943    1      1397 71.9    0.000    0.000 |\nLZO1B-3      | protocols          3144    1      2257 71.8    0.000    0.000 |\nLZO1B-3      | rpc                 911    1       695 76.3    0.000    0.000 |\nLZO1B-3      | securetty          1854    1      1308 70.6    0.000    0.000 |\nLZO1B-3      | services          12990    1      7694 59.2    0.000    0.000 |\nLZO1B-3      | shadow              512    1       183 35.7    0.000    0.000 |\nLZO1B-3      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-3      | .bashrc             410    1       332 81.0    0.000    0.000 |\nLZO1B-3      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1B-3      | moduli           592446    3     28053  4.7  500.337    0.000 |\nLZO1B-3      | ssh_config         1569    1      1102 70.2    0.000    0.000 |\nLZO1B-3      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1B-3      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1B-3      | sshd_config        3127    1      2042 65.3    0.000    0.000 |\nLZO1B-3      | sshd_config_readonly     3131    1      2045 65.3    0.000    0.000 |\nLZO1B-3      | openssl.cnf       12411    1      6374 51.4    0.000    0.000 |\nLZO1B-3      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1B-3      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-3      | alacritty          3749    1      2599 69.3    0.000    0.000 |\nLZO1B-3      | ansi               1481    1       767 51.8    0.000    0.000 |\nLZO1B-3      | dumb                308    1        73 23.7    0.000    0.000 |\nLZO1B-3      | linux              1740    1      1042 59.9    0.000    0.000 |\nLZO1B-3      | rxvt               2234    1      1541 69.0    0.000    0.000 |\nLZO1B-3      | screen             1607    1       967 60.2    0.000    0.000 |\nLZO1B-3      | screen-256color     1715    1      1029 60.0    0.000    0.000 |\nLZO1B-3      | sun                1004    1       521 51.9    0.000    0.000 |\nLZO1B-3      | vt100              1282    1       800 62.4    0.000    0.000 |\nLZO1B-3      | vt102              1276    1       804 63.0    0.000    0.000 |\nLZO1B-3      | vt200              1391    1       952 68.4    0.000    0.000 |\nLZO1B-3      | vt220              1391    1       952 68.4    0.000    0.000 |\nLZO1B-3      | vt52                839    1       355 42.3    0.000    0.000 |\nLZO1B-3      | xterm-256color     4041    1      2878 71.2    0.000    0.000 |\nLZO1B-3      | xterm-color        1551    1       805 51.9    0.000    0.000 |\nLZO1B-3      | xterm-xfree86      2240    1      1403 62.6    0.000    0.000 |\nLZO1B-3      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-3      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | local.rules         885    1       669 75.6    0.000    0.000 |\nLZO1B-3      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1B-3      | 50default          2652    1      1174 44.3    0.000    0.000 |\nLZO1B-3      | version              15    1        19  127    0.000    0.000 |\nLZO1B-3      | volatile.cache     4839    1      1306 27.0    0.000    0.000 |\nLZO1B-3      | xattr.conf          681    1       420 61.7    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1201 69.4  500.337    0.000\nLZO1B-3        ***TOTALS***     755155  107    126170 16.7  500.337    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-4      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1B-4      | busybox.links.nosuid     2422    1      1254 51.8    0.000    0.000 |\nLZO1B-4      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-4      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-4      | rcS                1313    1       997 75.9    0.000    0.000 |\nLZO1B-4      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-4      | 00_core            1637    1      1017 62.1    0.000    0.000 |\nLZO1B-4      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-4      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-4      | ethertypes         1936    1      1442 74.5    0.000    0.000 |\nLZO1B-4      | fstab               650    1       392 60.3    0.000    0.000 |\nLZO1B-4      | group               518    1       462 89.2    0.000    0.000 |\nLZO1B-4      | gshadow             432    1       319 73.8    0.000    0.000 |\nLZO1B-4      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-4      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-4      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1B-4      | banner.sh           537    1       344 64.1    0.000    0.000 |\nLZO1B-4      | bootlogd           1997    1      1243 62.2    0.000    0.000 |\nLZO1B-4      | bootmisc.sh        2062    1      1396 67.7    0.000    0.000 |\nLZO1B-4      | checkroot.sh       3640    1      2329 64.0    0.000    0.000 |\nLZO1B-4      | devpts.sh           571    1       433 75.8    0.000    0.000 |\nLZO1B-4      | dmesg.sh            397    1       293 73.8    0.000    0.000 |\nLZO1B-4      | functions          2362    1      1446 61.2    0.000    0.000 |\nLZO1B-4      | halt                555    1       449 80.9    0.000    0.000 |\nLZO1B-4      | hostname.sh         625    1       473 75.7    0.000    0.000 |\nLZO1B-4      | hwclock.sh         2541    1      1317 51.8    0.000    0.000 |\nLZO1B-4      | modutils.sh        1362    1       875 64.2    0.000    0.000 |\nLZO1B-4      | mountall.sh        1218    1       939 77.1    0.000    0.000 |\nLZO1B-4      | mountnfs.sh        1634    1       988 60.5    0.000    0.000 |\nLZO1B-4      | networking         1956    1      1018 52.0    0.000    0.000 |\nLZO1B-4      | populate-volatile.sh     7846    1      3524 44.9    0.000    0.000 |\nLZO1B-4      | rc                 4407    1      2564 58.2    0.000    0.000 |\nLZO1B-4      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-4      | read-only-rootfs-hook.sh     1319    1       920 69.7    0.000    0.000 |\nLZO1B-4      | reboot              334    1       268 80.2    0.000    0.000 |\nLZO1B-4      | rmnologin.sh        630    1       429 68.1    0.000    0.000 |\nLZO1B-4      | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1B-4      | sendsigs            483    1       346 71.6    0.000    0.000 |\nLZO1B-4      | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-4      | sshd               2029    1      1041 51.3    0.000    0.000 |\nLZO1B-4      | sysfs.sh           1091    1       567 52.0    0.000    0.000 |\nLZO1B-4      | syslog             2104    1      1163 55.3    0.000    0.000 |\nLZO1B-4      | udev               3749    1      2096 55.9    0.000    0.000 |\nLZO1B-4      | umountfs            585    1       452 77.3    0.000    0.000 |\nLZO1B-4      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1B-4      | urandom            1518    1       971 64.0    0.000    0.000 |\nLZO1B-4      | inittab            1186    1       806 68.0    0.000    0.000 |\nLZO1B-4      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-4      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-4      | ld.so.cache        1621    1       728 44.9    0.000    0.000 |\nLZO1B-4      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-4      | limits              827    1       635 76.8    0.000    0.000 |\nLZO1B-4      | login.access       1999    1      1282 64.1    0.000    0.000 |\nLZO1B-4      | login.defs        13498    1      7160 53.0    0.000    0.000 |\nLZO1B-4      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-4      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1B-4      | nfsroot             809    1       541 66.9    0.000    0.000 |\nLZO1B-4      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-4      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | nsswitch.conf       487    1       346 71.0    0.000    0.000 |\nLZO1B-4      | passwd              846    1       509 60.2    0.000    0.000 |\nLZO1B-4      | profile            1943    1      1373 70.7    0.000    0.000 |\nLZO1B-4      | protocols          3144    1      2214 70.4    0.000    0.000 |\nLZO1B-4      | rpc                 911    1       685 75.2    0.000    0.000 |\nLZO1B-4      | securetty          1854    1      1231 66.4    0.000    0.000 |\nLZO1B-4      | services          12990    1      7542 58.1    0.000    0.000 |\nLZO1B-4      | shadow              512    1       182 35.5    0.000    0.000 |\nLZO1B-4      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-4      | .bashrc             410    1       329 80.2    0.000    0.000 |\nLZO1B-4      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-4      | moduli           592446    3     27504  4.6  615.065    0.000 |\nLZO1B-4      | ssh_config         1569    1      1092 69.6    0.000    0.000 |\nLZO1B-4      | ssh_host_ecdsa_key      505    1       450 89.1    0.000    0.000 |\nLZO1B-4      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-4      | sshd_config        3127    1      1987 63.5    0.000    0.000 |\nLZO1B-4      | sshd_config_readonly     3131    1      1989 63.5    0.000    0.000 |\nLZO1B-4      | openssl.cnf       12411    1      6243 50.3    0.000    0.000 |\nLZO1B-4      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | syslog-startup.conf      651    1       544 83.6    0.000    0.000 |\nLZO1B-4      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-4      | alacritty          3749    1      2534 67.6    0.000    0.000 |\nLZO1B-4      | ansi               1481    1       752 50.8    0.000    0.000 |\nLZO1B-4      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1B-4      | linux              1740    1      1049 60.3    0.000    0.000 |\nLZO1B-4      | rxvt               2234    1      1524 68.2    0.000    0.000 |\nLZO1B-4      | screen             1607    1       962 59.9    0.000    0.000 |\nLZO1B-4      | screen-256color     1715    1      1018 59.4    0.000    0.000 |\nLZO1B-4      | sun                1004    1       514 51.2    0.000    0.000 |\nLZO1B-4      | vt100              1282    1       778 60.7    0.000    0.000 |\nLZO1B-4      | vt102              1276    1       788 61.8    0.000    0.000 |\nLZO1B-4      | vt200              1391    1       940 67.6    0.000    0.000 |\nLZO1B-4      | vt220              1391    1       940 67.6    0.000    0.000 |\nLZO1B-4      | vt52                839    1       348 41.5    0.000    0.000 |\nLZO1B-4      | xterm-256color     4041    1      2808 69.5    0.000    0.000 |\nLZO1B-4      | xterm-color        1551    1       803 51.8    0.000    0.000 |\nLZO1B-4      | xterm-xfree86      2240    1      1389 62.0    0.000    0.000 |\nLZO1B-4      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-4      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | local.rules         885    1       667 75.4    0.000    0.000 |\nLZO1B-4      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-4      | 50default          2652    1      1150 43.4    0.000    0.000 |\nLZO1B-4      | version              15    1        19  127    0.000    0.000 |\nLZO1B-4      | volatile.cache     4839    1      1316 27.2    0.000    0.000 |\nLZO1B-4      | xattr.conf          681    1       417 61.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1180 68.7  615.065    0.000\nLZO1B-4        ***TOTALS***     755155  107    123959 16.4  615.065    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-5      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1B-5      | busybox.links.nosuid     2422    1      1247 51.5    0.000    0.000 |\nLZO1B-5      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1B-5      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-5      | rcS                1313    1       995 75.8    0.000    0.000 |\nLZO1B-5      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-5      | 00_core            1637    1      1010 61.7    0.000    0.000 |\nLZO1B-5      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-5      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-5      | ethertypes         1936    1      1435 74.1    0.000    0.000 |\nLZO1B-5      | fstab               650    1       394 60.6    0.000    0.000 |\nLZO1B-5      | group               518    1       451 87.1    0.000    0.000 |\nLZO1B-5      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-5      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-5      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-5      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-5      | banner.sh           537    1       344 64.1    0.000    0.000 |\nLZO1B-5      | bootlogd           1997    1      1224 61.3    0.000    0.000 |\nLZO1B-5      | bootmisc.sh        2062    1      1390 67.4    0.000    0.000 |\nLZO1B-5      | checkroot.sh       3640    1      2309 63.4    0.000    0.000 |\nLZO1B-5      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1B-5      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-5      | functions          2362    1      1421 60.2    0.000    0.000 |\nLZO1B-5      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1B-5      | hostname.sh         625    1       473 75.7    0.000    0.000 |\nLZO1B-5      | hwclock.sh         2541    1      1297 51.0    0.000    0.000 |\nLZO1B-5      | modutils.sh        1362    1       870 63.9    0.000    0.000 |\nLZO1B-5      | mountall.sh        1218    1       929 76.3    0.000    0.000 |\nLZO1B-5      | mountnfs.sh        1634    1       969 59.3    0.000    0.000 |\nLZO1B-5      | networking         1956    1      1014 51.8    0.000    0.000 |\nLZO1B-5      | populate-volatile.sh     7846    1      3479 44.3    0.000    0.000 |\nLZO1B-5      | rc                 4407    1      2545 57.7    0.000    0.000 |\nLZO1B-5      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-5      | read-only-rootfs-hook.sh     1319    1       911 69.1    0.000    0.000 |\nLZO1B-5      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1B-5      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-5      | save-rtc.sh         474    1       368 77.6    0.000    0.000 |\nLZO1B-5      | sendsigs            483    1       344 71.2    0.000    0.000 |\nLZO1B-5      | single              623    1       473 75.9    0.000    0.000 |\nLZO1B-5      | sshd               2029    1      1041 51.3    0.000    0.000 |\nLZO1B-5      | sysfs.sh           1091    1       568 52.1    0.000    0.000 |\nLZO1B-5      | syslog             2104    1      1166 55.4    0.000    0.000 |\nLZO1B-5      | udev               3749    1      2054 54.8    0.000    0.000 |\nLZO1B-5      | umountfs            585    1       448 76.6    0.000    0.000 |\nLZO1B-5      | umountnfs.sh        756    1       565 74.7    0.000    0.000 |\nLZO1B-5      | urandom            1518    1       968 63.8    0.000    0.000 |\nLZO1B-5      | inittab            1186    1       809 68.2    0.000    0.000 |\nLZO1B-5      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-5      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-5      | ld.so.cache        1621    1       752 46.4    0.000    0.000 |\nLZO1B-5      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-5      | limits              827    1       633 76.5    0.000    0.000 |\nLZO1B-5      | login.access       1999    1      1267 63.4    0.000    0.000 |\nLZO1B-5      | login.defs        13498    1      7034 52.1    0.000    0.000 |\nLZO1B-5      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-5      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1B-5      | nfsroot             809    1       529 65.4    0.000    0.000 |\nLZO1B-5      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1B-5      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | nsswitch.conf       487    1       349 71.7    0.000    0.000 |\nLZO1B-5      | passwd              846    1       492 58.2    0.000    0.000 |\nLZO1B-5      | profile            1943    1      1373 70.7    0.000    0.000 |\nLZO1B-5      | protocols          3144    1      2205 70.1    0.000    0.000 |\nLZO1B-5      | rpc                 911    1       684 75.1    0.000    0.000 |\nLZO1B-5      | securetty          1854    1      1217 65.6    0.000    0.000 |\nLZO1B-5      | services          12990    1      7465 57.5    0.000    0.000 |\nLZO1B-5      | shadow              512    1       179 35.0    0.000    0.000 |\nLZO1B-5      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-5      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-5      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-5      | moduli           592446    3     27410  4.6  519.886    0.000 |\nLZO1B-5      | ssh_config         1569    1      1090 69.5    0.000    0.000 |\nLZO1B-5      | ssh_host_ecdsa_key      505    1       451 89.3    0.000    0.000 |\nLZO1B-5      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-5      | sshd_config        3127    1      1958 62.6    0.000    0.000 |\nLZO1B-5      | sshd_config_readonly     3131    1      1962 62.7    0.000    0.000 |\nLZO1B-5      | openssl.cnf       12411    1      6116 49.3    0.000    0.000 |\nLZO1B-5      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | syslog-startup.conf      651    1       542 83.3    0.000    0.000 |\nLZO1B-5      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-5      | alacritty          3749    1      2516 67.1    0.000    0.000 |\nLZO1B-5      | ansi               1481    1       753 50.8    0.000    0.000 |\nLZO1B-5      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-5      | linux              1740    1      1028 59.1    0.000    0.000 |\nLZO1B-5      | rxvt               2234    1      1501 67.2    0.000    0.000 |\nLZO1B-5      | screen             1607    1       964 60.0    0.000    0.000 |\nLZO1B-5      | screen-256color     1715    1      1025 59.8    0.000    0.000 |\nLZO1B-5      | sun                1004    1       501 49.9    0.000    0.000 |\nLZO1B-5      | vt100              1282    1       778 60.7    0.000    0.000 |\nLZO1B-5      | vt102              1276    1       783 61.4    0.000    0.000 |\nLZO1B-5      | vt200              1391    1       928 66.7    0.000    0.000 |\nLZO1B-5      | vt220              1391    1       928 66.7    0.000    0.000 |\nLZO1B-5      | vt52                839    1       344 41.0    0.000    0.000 |\nLZO1B-5      | xterm-256color     4041    1      2782 68.8    0.000    0.000 |\nLZO1B-5      | xterm-color        1551    1       798 51.5    0.000    0.000 |\nLZO1B-5      | xterm-xfree86      2240    1      1374 61.3    0.000    0.000 |\nLZO1B-5      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-5      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | local.rules         885    1       662 74.8    0.000    0.000 |\nLZO1B-5      | udev.conf           215    1       197 91.6    0.000    0.000 |\nLZO1B-5      | 50default          2652    1      1144 43.1    0.000    0.000 |\nLZO1B-5      | version              15    1        19  127    0.000    0.000 |\nLZO1B-5      | volatile.cache     4839    1      1297 26.8    0.000    0.000 |\nLZO1B-5      | xattr.conf          681    1       415 60.9    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1171 68.4  519.886    0.000\nLZO1B-5        ***TOTALS***     755155  107    122982 16.3  519.886    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-6      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1B-6      | busybox.links.nosuid     2422    1      1230 50.8    0.000    0.000 |\nLZO1B-6      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-6      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-6      | rcS                1313    1       986 75.1    0.000    0.000 |\nLZO1B-6      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-6      | 00_core            1637    1      1000 61.1    0.000    0.000 |\nLZO1B-6      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-6      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-6      | ethertypes         1936    1      1416 73.1    0.000    0.000 |\nLZO1B-6      | fstab               650    1       390 60.0    0.000    0.000 |\nLZO1B-6      | group               518    1       451 87.1    0.000    0.000 |\nLZO1B-6      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-6      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-6      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-6      | hosts               235    1       190 80.9    0.000    0.000 |\nLZO1B-6      | banner.sh           537    1       342 63.7    0.000    0.000 |\nLZO1B-6      | bootlogd           1997    1      1217 60.9    0.000    0.000 |\nLZO1B-6      | bootmisc.sh        2062    1      1393 67.6    0.000    0.000 |\nLZO1B-6      | checkroot.sh       3640    1      2270 62.4    0.000    0.000 |\nLZO1B-6      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1B-6      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-6      | functions          2362    1      1410 59.7    0.000    0.000 |\nLZO1B-6      | halt                555    1       445 80.2    0.000    0.000 |\nLZO1B-6      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-6      | hwclock.sh         2541    1      1301 51.2    0.000    0.000 |\nLZO1B-6      | modutils.sh        1362    1       870 63.9    0.000    0.000 |\nLZO1B-6      | mountall.sh        1218    1       927 76.1    0.000    0.000 |\nLZO1B-6      | mountnfs.sh        1634    1       954 58.4    0.000    0.000 |\nLZO1B-6      | networking         1956    1      1001 51.2    0.000    0.000 |\nLZO1B-6      | populate-volatile.sh     7846    1      3426 43.7    0.000    0.000 |\nLZO1B-6      | rc                 4407    1      2504 56.8    0.000    0.000 |\nLZO1B-6      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-6      | read-only-rootfs-hook.sh     1319    1       909 68.9    0.000    0.000 |\nLZO1B-6      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1B-6      | rmnologin.sh        630    1       426 67.6    0.000    0.000 |\nLZO1B-6      | save-rtc.sh         474    1       366 77.2    0.000    0.000 |\nLZO1B-6      | sendsigs            483    1       344 71.2    0.000    0.000 |\nLZO1B-6      | single              623    1       473 75.9    0.000    0.000 |\nLZO1B-6      | sshd               2029    1      1026 50.6    0.000    0.000 |\nLZO1B-6      | sysfs.sh           1091    1       568 52.1    0.000    0.000 |\nLZO1B-6      | syslog             2104    1      1151 54.7    0.000    0.000 |\nLZO1B-6      | udev               3749    1      2045 54.5    0.000    0.000 |\nLZO1B-6      | umountfs            585    1       448 76.6    0.000    0.000 |\nLZO1B-6      | umountnfs.sh        756    1       567 75.0    0.000    0.000 |\nLZO1B-6      | urandom            1518    1       963 63.4    0.000    0.000 |\nLZO1B-6      | inittab            1186    1       800 67.5    0.000    0.000 |\nLZO1B-6      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-6      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-6      | ld.so.cache        1621    1       727 44.8    0.000    0.000 |\nLZO1B-6      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-6      | limits              827    1       634 76.7    0.000    0.000 |\nLZO1B-6      | login.access       1999    1      1248 62.4    0.000    0.000 |\nLZO1B-6      | login.defs        13498    1      6976 51.7    0.000    0.000 |\nLZO1B-6      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-6      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-6      | nfsroot             809    1       534 66.0    0.000    0.000 |\nLZO1B-6      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1B-6      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | nsswitch.conf       487    1       343 70.4    0.000    0.000 |\nLZO1B-6      | passwd              846    1       482 57.0    0.000    0.000 |\nLZO1B-6      | profile            1943    1      1365 70.3    0.000    0.000 |\nLZO1B-6      | protocols          3144    1      2181 69.4    0.000    0.000 |\nLZO1B-6      | rpc                 911    1       684 75.1    0.000    0.000 |\nLZO1B-6      | securetty          1854    1      1214 65.5    0.000    0.000 |\nLZO1B-6      | services          12990    1      7352 56.6    0.000    0.000 |\nLZO1B-6      | shadow              512    1       178 34.8    0.000    0.000 |\nLZO1B-6      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-6      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-6      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-6      | moduli           592446    3     27379  4.6  659.263    0.000 |\nLZO1B-6      | ssh_config         1569    1      1083 69.0    0.000    0.000 |\nLZO1B-6      | ssh_host_ecdsa_key      505    1       450 89.1    0.000    0.000 |\nLZO1B-6      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-6      | sshd_config        3127    1      1951 62.4    0.000    0.000 |\nLZO1B-6      | sshd_config_readonly     3131    1      1953 62.4    0.000    0.000 |\nLZO1B-6      | openssl.cnf       12411    1      6028 48.6    0.000    0.000 |\nLZO1B-6      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | syslog-startup.conf      651    1       540 82.9    0.000    0.000 |\nLZO1B-6      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-6      | alacritty          3749    1      2476 66.0    0.000    0.000 |\nLZO1B-6      | ansi               1481    1       751 50.7    0.000    0.000 |\nLZO1B-6      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-6      | linux              1740    1      1024 58.9    0.000    0.000 |\nLZO1B-6      | rxvt               2234    1      1503 67.3    0.000    0.000 |\nLZO1B-6      | screen             1607    1       961 59.8    0.000    0.000 |\nLZO1B-6      | screen-256color     1715    1      1015 59.2    0.000    0.000 |\nLZO1B-6      | sun                1004    1       502 50.0    0.000    0.000 |\nLZO1B-6      | vt100              1282    1       777 60.6    0.000    0.000 |\nLZO1B-6      | vt102              1276    1       783 61.4    0.000    0.000 |\nLZO1B-6      | vt200              1391    1       930 66.9    0.000    0.000 |\nLZO1B-6      | vt220              1391    1       930 66.9    0.000    0.000 |\nLZO1B-6      | vt52                839    1       344 41.0    0.000    0.000 |\nLZO1B-6      | xterm-256color     4041    1      2752 68.1    0.000    0.000 |\nLZO1B-6      | xterm-color        1551    1       793 51.1    0.000    0.000 |\nLZO1B-6      | xterm-xfree86      2240    1      1367 61.0    0.000    0.000 |\nLZO1B-6      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-6      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | local.rules         885    1       654 73.9    0.000    0.000 |\nLZO1B-6      | udev.conf           215    1       195 90.7    0.000    0.000 |\nLZO1B-6      | 50default          2652    1      1130 42.6    0.000    0.000 |\nLZO1B-6      | version              15    1        19  127    0.000    0.000 |\nLZO1B-6      | volatile.cache     4839    1      1296 26.8    0.000    0.000 |\nLZO1B-6      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1163 68.1  659.263    0.000\nLZO1B-6        ***TOTALS***     755155  107    122158 16.2  659.263    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-7      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1B-7      | busybox.links.nosuid     2422    1      1249 51.6    0.000    0.000 |\nLZO1B-7      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1B-7      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-7      | rcS                1313    1       990 75.4    0.000    0.000 |\nLZO1B-7      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-7      | 00_core            1637    1      1003 61.3    0.000    0.000 |\nLZO1B-7      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-7      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-7      | ethertypes         1936    1      1431 73.9    0.000    0.000 |\nLZO1B-7      | fstab               650    1       392 60.3    0.000    0.000 |\nLZO1B-7      | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-7      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-7      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-7      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-7      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-7      | banner.sh           537    1       344 64.1    0.000    0.000 |\nLZO1B-7      | bootlogd           1997    1      1215 60.8    0.000    0.000 |\nLZO1B-7      | bootmisc.sh        2062    1      1384 67.1    0.000    0.000 |\nLZO1B-7      | checkroot.sh       3640    1      2273 62.4    0.000    0.000 |\nLZO1B-7      | devpts.sh           571    1       432 75.7    0.000    0.000 |\nLZO1B-7      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-7      | functions          2362    1      1427 60.4    0.000    0.000 |\nLZO1B-7      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1B-7      | hostname.sh         625    1       475 76.0    0.000    0.000 |\nLZO1B-7      | hwclock.sh         2541    1      1298 51.1    0.000    0.000 |\nLZO1B-7      | modutils.sh        1362    1       870 63.9    0.000    0.000 |\nLZO1B-7      | mountall.sh        1218    1       923 75.8    0.000    0.000 |\nLZO1B-7      | mountnfs.sh        1634    1       965 59.1    0.000    0.000 |\nLZO1B-7      | networking         1956    1      1011 51.7    0.000    0.000 |\nLZO1B-7      | populate-volatile.sh     7846    1      3440 43.8    0.000    0.000 |\nLZO1B-7      | rc                 4407    1      2504 56.8    0.000    0.000 |\nLZO1B-7      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-7      | read-only-rootfs-hook.sh     1319    1       908 68.8    0.000    0.000 |\nLZO1B-7      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1B-7      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-7      | save-rtc.sh         474    1       363 76.6    0.000    0.000 |\nLZO1B-7      | sendsigs            483    1       344 71.2    0.000    0.000 |\nLZO1B-7      | single              623    1       471 75.6    0.000    0.000 |\nLZO1B-7      | sshd               2029    1      1020 50.3    0.000    0.000 |\nLZO1B-7      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1B-7      | syslog             2104    1      1165 55.4    0.000    0.000 |\nLZO1B-7      | udev               3749    1      2044 54.5    0.000    0.000 |\nLZO1B-7      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1B-7      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1B-7      | urandom            1518    1       962 63.4    0.000    0.000 |\nLZO1B-7      | inittab            1186    1       805 67.9    0.000    0.000 |\nLZO1B-7      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-7      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-7      | ld.so.cache        1621    1       719 44.4    0.000    0.000 |\nLZO1B-7      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-7      | limits              827    1       631 76.3    0.000    0.000 |\nLZO1B-7      | login.access       1999    1      1246 62.3    0.000    0.000 |\nLZO1B-7      | login.defs        13498    1      6895 51.1    0.000    0.000 |\nLZO1B-7      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-7      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1B-7      | nfsroot             809    1       532 65.8    0.000    0.000 |\nLZO1B-7      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-7      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | nsswitch.conf       487    1       344 70.6    0.000    0.000 |\nLZO1B-7      | passwd              846    1       492 58.2    0.000    0.000 |\nLZO1B-7      | profile            1943    1      1358 69.9    0.000    0.000 |\nLZO1B-7      | protocols          3144    1      2186 69.5    0.000    0.000 |\nLZO1B-7      | rpc                 911    1       684 75.1    0.000    0.000 |\nLZO1B-7      | securetty          1854    1      1216 65.6    0.000    0.000 |\nLZO1B-7      | services          12990    1      7332 56.4    0.000    0.000 |\nLZO1B-7      | shadow              512    1       179 35.0    0.000    0.000 |\nLZO1B-7      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-7      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-7      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-7      | moduli           592446    3     27510  4.6  427.812    0.000 |\nLZO1B-7      | ssh_config         1569    1      1087 69.3    0.000    0.000 |\nLZO1B-7      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-7      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-7      | sshd_config        3127    1      1938 62.0    0.000    0.000 |\nLZO1B-7      | sshd_config_readonly     3131    1      1942 62.0    0.000    0.000 |\nLZO1B-7      | openssl.cnf       12411    1      6032 48.6    0.000    0.000 |\nLZO1B-7      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | syslog-startup.conf      651    1       542 83.3    0.000    0.000 |\nLZO1B-7      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-7      | alacritty          3749    1      2501 66.7    0.000    0.000 |\nLZO1B-7      | ansi               1481    1       759 51.2    0.000    0.000 |\nLZO1B-7      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-7      | linux              1740    1      1029 59.1    0.000    0.000 |\nLZO1B-7      | rxvt               2234    1      1497 67.0    0.000    0.000 |\nLZO1B-7      | screen             1607    1       953 59.3    0.000    0.000 |\nLZO1B-7      | screen-256color     1715    1      1015 59.2    0.000    0.000 |\nLZO1B-7      | sun                1004    1       505 50.3    0.000    0.000 |\nLZO1B-7      | vt100              1282    1       774 60.4    0.000    0.000 |\nLZO1B-7      | vt102              1276    1       774 60.7    0.000    0.000 |\nLZO1B-7      | vt200              1391    1       928 66.7    0.000    0.000 |\nLZO1B-7      | vt220              1391    1       928 66.7    0.000    0.000 |\nLZO1B-7      | vt52                839    1       345 41.1    0.000    0.000 |\nLZO1B-7      | xterm-256color     4041    1      2757 68.2    0.000    0.000 |\nLZO1B-7      | xterm-color        1551    1       794 51.2    0.000    0.000 |\nLZO1B-7      | xterm-xfree86      2240    1      1362 60.8    0.000    0.000 |\nLZO1B-7      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-7      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | local.rules         885    1       662 74.8    0.000    0.000 |\nLZO1B-7      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-7      | 50default          2652    1      1135 42.8    0.000    0.000 |\nLZO1B-7      | version              15    1        19  127    0.000    0.000 |\nLZO1B-7      | volatile.cache     4839    1      1228 25.4    0.000    0.000 |\nLZO1B-7      | xattr.conf          681    1       415 60.9    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1163 68.2  427.812    0.000\nLZO1B-7        ***TOTALS***     755155  107    122216 16.2  427.812    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-8      | buildinfo           503    1       269 53.5    0.000    0.000 |\nLZO1B-8      | busybox.links.nosuid     2422    1      1228 50.7    0.000    0.000 |\nLZO1B-8      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-8      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-8      | rcS                1313    1       977 74.4    0.000    0.000 |\nLZO1B-8      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-8      | 00_core            1637    1       997 60.9    0.000    0.000 |\nLZO1B-8      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-8      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-8      | ethertypes         1936    1      1420 73.3    0.000    0.000 |\nLZO1B-8      | fstab               650    1       389 59.8    0.000    0.000 |\nLZO1B-8      | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-8      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-8      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-8      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-8      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1B-8      | banner.sh           537    1       340 63.3    0.000    0.000 |\nLZO1B-8      | bootlogd           1997    1      1211 60.6    0.000    0.000 |\nLZO1B-8      | bootmisc.sh        2062    1      1383 67.1    0.000    0.000 |\nLZO1B-8      | checkroot.sh       3640    1      2256 62.0    0.000    0.000 |\nLZO1B-8      | devpts.sh           571    1       428 75.0    0.000    0.000 |\nLZO1B-8      | dmesg.sh            397    1       292 73.6    0.000    0.000 |\nLZO1B-8      | functions          2362    1      1401 59.3    0.000    0.000 |\nLZO1B-8      | halt                555    1       444 80.0    0.000    0.000 |\nLZO1B-8      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-8      | hwclock.sh         2541    1      1287 50.6    0.000    0.000 |\nLZO1B-8      | modutils.sh        1362    1       864 63.4    0.000    0.000 |\nLZO1B-8      | mountall.sh        1218    1       922 75.7    0.000    0.000 |\nLZO1B-8      | mountnfs.sh        1634    1       950 58.1    0.000    0.000 |\nLZO1B-8      | networking         1956    1      1003 51.3    0.000    0.000 |\nLZO1B-8      | populate-volatile.sh     7846    1      3375 43.0    0.000    0.000 |\nLZO1B-8      | rc                 4407    1      2472 56.1    0.000    0.000 |\nLZO1B-8      | rcS                 525    1       446 85.0    0.000    0.000 |\nLZO1B-8      | read-only-rootfs-hook.sh     1319    1       904 68.5    0.000    0.000 |\nLZO1B-8      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-8      | rmnologin.sh        630    1       426 67.6    0.000    0.000 |\nLZO1B-8      | save-rtc.sh         474    1       364 76.8    0.000    0.000 |\nLZO1B-8      | sendsigs            483    1       342 70.8    0.000    0.000 |\nLZO1B-8      | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-8      | sshd               2029    1      1011 49.8    0.000    0.000 |\nLZO1B-8      | sysfs.sh           1091    1       562 51.5    0.000    0.000 |\nLZO1B-8      | syslog             2104    1      1144 54.4    0.000    0.000 |\nLZO1B-8      | udev               3749    1      2024 54.0    0.000    0.000 |\nLZO1B-8      | umountfs            585    1       450 76.9    0.000    0.000 |\nLZO1B-8      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1B-8      | urandom            1518    1       961 63.3    0.000    0.000 |\nLZO1B-8      | inittab            1186    1       798 67.3    0.000    0.000 |\nLZO1B-8      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-8      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-8      | ld.so.cache        1621    1       723 44.6    0.000    0.000 |\nLZO1B-8      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-8      | limits              827    1       630 76.2    0.000    0.000 |\nLZO1B-8      | login.access       1999    1      1243 62.2    0.000    0.000 |\nLZO1B-8      | login.defs        13498    1      6842 50.7    0.000    0.000 |\nLZO1B-8      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-8      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-8      | nfsroot             809    1       526 65.0    0.000    0.000 |\nLZO1B-8      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1B-8      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | nsswitch.conf       487    1       343 70.4    0.000    0.000 |\nLZO1B-8      | passwd              846    1       486 57.4    0.000    0.000 |\nLZO1B-8      | profile            1943    1      1339 68.9    0.000    0.000 |\nLZO1B-8      | protocols          3144    1      2170 69.0    0.000    0.000 |\nLZO1B-8      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1B-8      | securetty          1854    1      1207 65.1    0.000    0.000 |\nLZO1B-8      | services          12990    1      7267 55.9    0.000    0.000 |\nLZO1B-8      | shadow              512    1       180 35.2    0.000    0.000 |\nLZO1B-8      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-8      | .bashrc             410    1       330 80.5    0.000    0.000 |\nLZO1B-8      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-8      | moduli           592446    3     27491  4.6  426.648    0.000 |\nLZO1B-8      | ssh_config         1569    1      1082 69.0    0.000    0.000 |\nLZO1B-8      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-8      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-8      | sshd_config        3127    1      1921 61.4    0.000    0.000 |\nLZO1B-8      | sshd_config_readonly     3131    1      1923 61.4    0.000    0.000 |\nLZO1B-8      | openssl.cnf       12411    1      5936 47.8    0.000    0.000 |\nLZO1B-8      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | syslog-startup.conf      651    1       540 82.9    0.000    0.000 |\nLZO1B-8      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-8      | alacritty          3749    1      2469 65.9    0.000    0.000 |\nLZO1B-8      | ansi               1481    1       749 50.6    0.000    0.000 |\nLZO1B-8      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-8      | linux              1740    1      1024 58.9    0.000    0.000 |\nLZO1B-8      | rxvt               2234    1      1495 66.9    0.000    0.000 |\nLZO1B-8      | screen             1607    1       950 59.1    0.000    0.000 |\nLZO1B-8      | screen-256color     1715    1      1004 58.5    0.000    0.000 |\nLZO1B-8      | sun                1004    1       500 49.8    0.000    0.000 |\nLZO1B-8      | vt100              1282    1       775 60.5    0.000    0.000 |\nLZO1B-8      | vt102              1276    1       779 61.1    0.000    0.000 |\nLZO1B-8      | vt200              1391    1       925 66.5    0.000    0.000 |\nLZO1B-8      | vt220              1391    1       925 66.5    0.000    0.000 |\nLZO1B-8      | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-8      | xterm-256color     4041    1      2741 67.8    0.000    0.000 |\nLZO1B-8      | xterm-color        1551    1       790 50.9    0.000    0.000 |\nLZO1B-8      | xterm-xfree86      2240    1      1362 60.8    0.000    0.000 |\nLZO1B-8      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-8      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | local.rules         885    1       652 73.7    0.000    0.000 |\nLZO1B-8      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-8      | 50default          2652    1      1128 42.5    0.000    0.000 |\nLZO1B-8      | version              15    1        19  127    0.000    0.000 |\nLZO1B-8      | volatile.cache     4839    1      1270 26.2    0.000    0.000 |\nLZO1B-8      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1157 67.9  426.648    0.000\nLZO1B-8        ***TOTALS***     755155  107    121495 16.1  426.648    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-9      | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1B-9      | busybox.links.nosuid     2422    1      1216 50.2    0.000    0.000 |\nLZO1B-9      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-9      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-9      | rcS                1313    1       977 74.4    0.000    0.000 |\nLZO1B-9      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-9      | 00_core            1637    1      1000 61.1    0.000    0.000 |\nLZO1B-9      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-9      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-9      | ethertypes         1936    1      1409 72.8    0.000    0.000 |\nLZO1B-9      | fstab               650    1       386 59.4    0.000    0.000 |\nLZO1B-9      | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-9      | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1B-9      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-9      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-9      | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1B-9      | banner.sh           537    1       339 63.1    0.000    0.000 |\nLZO1B-9      | bootlogd           1997    1      1202 60.2    0.000    0.000 |\nLZO1B-9      | bootmisc.sh        2062    1      1382 67.0    0.000    0.000 |\nLZO1B-9      | checkroot.sh       3640    1      2225 61.1    0.000    0.000 |\nLZO1B-9      | devpts.sh           571    1       425 74.4    0.000    0.000 |\nLZO1B-9      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-9      | functions          2362    1      1393 59.0    0.000    0.000 |\nLZO1B-9      | halt                555    1       444 80.0    0.000    0.000 |\nLZO1B-9      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-9      | hwclock.sh         2541    1      1258 49.5    0.000    0.000 |\nLZO1B-9      | modutils.sh        1362    1       855 62.8    0.000    0.000 |\nLZO1B-9      | mountall.sh        1218    1       920 75.5    0.000    0.000 |\nLZO1B-9      | mountnfs.sh        1634    1       942 57.6    0.000    0.000 |\nLZO1B-9      | networking         1956    1       992 50.7    0.000    0.000 |\nLZO1B-9      | populate-volatile.sh     7846    1      3379 43.1    0.000    0.000 |\nLZO1B-9      | rc                 4407    1      2468 56.0    0.000    0.000 |\nLZO1B-9      | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1B-9      | read-only-rootfs-hook.sh     1319    1       898 68.1    0.000    0.000 |\nLZO1B-9      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-9      | rmnologin.sh        630    1       422 67.0    0.000    0.000 |\nLZO1B-9      | save-rtc.sh         474    1       361 76.2    0.000    0.000 |\nLZO1B-9      | sendsigs            483    1       340 70.4    0.000    0.000 |\nLZO1B-9      | single              623    1       471 75.6    0.000    0.000 |\nLZO1B-9      | sshd               2029    1      1017 50.1    0.000    0.000 |\nLZO1B-9      | sysfs.sh           1091    1       555 50.9    0.000    0.000 |\nLZO1B-9      | syslog             2104    1      1143 54.3    0.000    0.000 |\nLZO1B-9      | udev               3749    1      1994 53.2    0.000    0.000 |\nLZO1B-9      | umountfs            585    1       450 76.9    0.000    0.000 |\nLZO1B-9      | umountnfs.sh        756    1       563 74.5    0.000    0.000 |\nLZO1B-9      | urandom            1518    1       955 62.9    0.000    0.000 |\nLZO1B-9      | inittab            1186    1       798 67.3    0.000    0.000 |\nLZO1B-9      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-9      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-9      | ld.so.cache        1621    1       706 43.6    0.000    0.000 |\nLZO1B-9      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-9      | limits              827    1       629 76.1    0.000    0.000 |\nLZO1B-9      | login.access       1999    1      1242 62.1    0.000    0.000 |\nLZO1B-9      | login.defs        13498    1      6806 50.4    0.000    0.000 |\nLZO1B-9      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-9      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-9      | nfsroot             809    1       523 64.6    0.000    0.000 |\nLZO1B-9      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-9      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | nsswitch.conf       487    1       339 69.6    0.000    0.000 |\nLZO1B-9      | passwd              846    1       480 56.7    0.000    0.000 |\nLZO1B-9      | profile            1943    1      1332 68.6    0.000    0.000 |\nLZO1B-9      | protocols          3144    1      2176 69.2    0.000    0.000 |\nLZO1B-9      | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1B-9      | securetty          1854    1      1208 65.2    0.000    0.000 |\nLZO1B-9      | services          12990    1      7237 55.7    0.000    0.000 |\nLZO1B-9      | shadow              512    1       180 35.2    0.000    0.000 |\nLZO1B-9      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-9      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-9      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-9      | moduli           592446    3     25846  4.4  241.698    0.000 |\nLZO1B-9      | ssh_config         1569    1      1077 68.6    0.000    0.000 |\nLZO1B-9      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-9      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-9      | sshd_config        3127    1      1908 61.0    0.000    0.000 |\nLZO1B-9      | sshd_config_readonly     3131    1      1910 61.0    0.000    0.000 |\nLZO1B-9      | openssl.cnf       12411    1      5907 47.6    0.000    0.000 |\nLZO1B-9      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | syslog-startup.conf      651    1       539 82.8    0.000    0.000 |\nLZO1B-9      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-9      | alacritty          3749    1      2463 65.7    0.000    0.000 |\nLZO1B-9      | ansi               1481    1       738 49.8    0.000    0.000 |\nLZO1B-9      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-9      | linux              1740    1      1022 58.7    0.000    0.000 |\nLZO1B-9      | rxvt               2234    1      1490 66.7    0.000    0.000 |\nLZO1B-9      | screen             1607    1       939 58.4    0.000    0.000 |\nLZO1B-9      | screen-256color     1715    1       996 58.1    0.000    0.000 |\nLZO1B-9      | sun                1004    1       497 49.5    0.000    0.000 |\nLZO1B-9      | vt100              1282    1       765 59.7    0.000    0.000 |\nLZO1B-9      | vt102              1276    1       771 60.4    0.000    0.000 |\nLZO1B-9      | vt200              1391    1       915 65.8    0.000    0.000 |\nLZO1B-9      | vt220              1391    1       915 65.8    0.000    0.000 |\nLZO1B-9      | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-9      | xterm-256color     4041    1      2721 67.3    0.000    0.000 |\nLZO1B-9      | xterm-color        1551    1       784 50.5    0.000    0.000 |\nLZO1B-9      | xterm-xfree86      2240    1      1354 60.4    0.000    0.000 |\nLZO1B-9      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-9      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | local.rules         885    1       654 73.9    0.000    0.000 |\nLZO1B-9      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-9      | 50default          2652    1      1114 42.0    0.000    0.000 |\nLZO1B-9      | version              15    1        19  127    0.000    0.000 |\nLZO1B-9      | volatile.cache     4839    1      1223 25.3    0.000    0.000 |\nLZO1B-9      | xattr.conf          681    1       410 60.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1136 67.6  241.698    0.000\nLZO1B-9        ***TOTALS***     755155  107    119308 15.8  241.698    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-1      | buildinfo           503    1       270 53.7    0.000    0.000 |\nLZO1C-1      | busybox.links.nosuid     2422    1      1247 51.5    0.000    0.000 |\nLZO1C-1      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1C-1      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-1      | rcS                1313    1      1027 78.2    0.000    0.000 |\nLZO1C-1      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-1      | 00_core            1637    1      1052 64.3    0.000    0.000 |\nLZO1C-1      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-1      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1C-1      | ethertypes         1936    1      1479 76.4    0.000    0.000 |\nLZO1C-1      | fstab               650    1       395 60.8    0.000    0.000 |\nLZO1C-1      | group               518    1       467 90.2    0.000    0.000 |\nLZO1C-1      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1C-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-1      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-1      | banner.sh           537    1       353 65.7    0.000    0.000 |\nLZO1C-1      | bootlogd           1997    1      1242 62.2    0.000    0.000 |\nLZO1C-1      | bootmisc.sh        2062    1      1432 69.4    0.000    0.000 |\nLZO1C-1      | checkroot.sh       3640    1      2375 65.2    0.000    0.000 |\nLZO1C-1      | devpts.sh           571    1       437 76.5    0.000    0.000 |\nLZO1C-1      | dmesg.sh            397    1       299 75.3    0.000    0.000 |\nLZO1C-1      | functions          2362    1      1444 61.1    0.000    0.000 |\nLZO1C-1      | halt                555    1       450 81.1    0.000    0.000 |\nLZO1C-1      | hostname.sh         625    1       474 75.8    0.000    0.000 |\nLZO1C-1      | hwclock.sh         2541    1      1348 53.0    0.000    0.000 |\nLZO1C-1      | modutils.sh        1362    1       872 64.0    0.000    0.000 |\nLZO1C-1      | mountall.sh        1218    1       954 78.3    0.000    0.000 |\nLZO1C-1      | mountnfs.sh        1634    1      1002 61.3    0.000    0.000 |\nLZO1C-1      | networking         1956    1      1036 53.0    0.000    0.000 |\nLZO1C-1      | populate-volatile.sh     7846    1      3626 46.2    0.000    0.000 |\nLZO1C-1      | rc                 4407    1      2650 60.1    0.000    0.000 |\nLZO1C-1      | rcS                 525    1       447 85.1    0.000    0.000 |\nLZO1C-1      | read-only-rootfs-hook.sh     1319    1       926 70.2    0.000    0.000 |\nLZO1C-1      | reboot              334    1       268 80.2    0.000    0.000 |\nLZO1C-1      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-1      | save-rtc.sh         474    1       365 77.0    0.000    0.000 |\nLZO1C-1      | sendsigs            483    1       354 73.3    0.000    0.000 |\nLZO1C-1      | single              623    1       474 76.1    0.000    0.000 |\nLZO1C-1      | sshd               2029    1      1046 51.6    0.000    0.000 |\nLZO1C-1      | sysfs.sh           1091    1       574 52.6    0.000    0.000 |\nLZO1C-1      | syslog             2104    1      1186 56.4    0.000    0.000 |\nLZO1C-1      | udev               3749    1      2114 56.4    0.000    0.000 |\nLZO1C-1      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1C-1      | umountnfs.sh        756    1       570 75.4    0.000    0.000 |\nLZO1C-1      | urandom            1518    1       995 65.5    0.000    0.000 |\nLZO1C-1      | inittab            1186    1       817 68.9    0.000    0.000 |\nLZO1C-1      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-1      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-1      | ld.so.cache        1621    1       729 45.0    0.000    0.000 |\nLZO1C-1      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-1      | limits              827    1       638 77.1    0.000    0.000 |\nLZO1C-1      | login.access       1999    1      1304 65.2    0.000    0.000 |\nLZO1C-1      | login.defs        13498    1      7486 55.5    0.000    0.000 |\nLZO1C-1      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1C-1      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1C-1      | nfsroot             809    1       546 67.5    0.000    0.000 |\nLZO1C-1      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1C-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | nsswitch.conf       487    1       345 70.8    0.000    0.000 |\nLZO1C-1      | passwd              846    1       516 61.0    0.000    0.000 |\nLZO1C-1      | profile            1943    1      1397 71.9    0.000    0.000 |\nLZO1C-1      | protocols          3144    1      2265 72.0    0.000    0.000 |\nLZO1C-1      | rpc                 911    1       697 76.5    0.000    0.000 |\nLZO1C-1      | securetty          1854    1      1308 70.6    0.000    0.000 |\nLZO1C-1      | services          12990    1      7795 60.0    0.000    0.000 |\nLZO1C-1      | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1C-1      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-1      | .bashrc             410    1       332 81.0    0.000    0.000 |\nLZO1C-1      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1C-1      | moduli           592446    3     41564  7.0  619.306    0.000 |\nLZO1C-1      | ssh_config         1569    1      1106 70.5    0.000    0.000 |\nLZO1C-1      | ssh_host_ecdsa_key      505    1       452 89.5    0.000    0.000 |\nLZO1C-1      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1C-1      | sshd_config        3127    1      2061 65.9    0.000    0.000 |\nLZO1C-1      | sshd_config_readonly     3131    1      2063 65.9    0.000    0.000 |\nLZO1C-1      | openssl.cnf       12411    1      6442 51.9    0.000    0.000 |\nLZO1C-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1C-1      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-1      | alacritty          3749    1      2612 69.7    0.000    0.000 |\nLZO1C-1      | ansi               1481    1       772 52.1    0.000    0.000 |\nLZO1C-1      | dumb                308    1        75 24.4    0.000    0.000 |\nLZO1C-1      | linux              1740    1      1058 60.8    0.000    0.000 |\nLZO1C-1      | rxvt               2234    1      1547 69.2    0.000    0.000 |\nLZO1C-1      | screen             1607    1       969 60.3    0.000    0.000 |\nLZO1C-1      | screen-256color     1715    1      1030 60.1    0.000    0.000 |\nLZO1C-1      | sun                1004    1       528 52.6    0.000    0.000 |\nLZO1C-1      | vt100              1282    1       807 62.9    0.000    0.000 |\nLZO1C-1      | vt102              1276    1       809 63.4    0.000    0.000 |\nLZO1C-1      | vt200              1391    1       961 69.1    0.000    0.000 |\nLZO1C-1      | vt220              1391    1       961 69.1    0.000    0.000 |\nLZO1C-1      | vt52                839    1       361 43.0    0.000    0.000 |\nLZO1C-1      | xterm-256color     4041    1      2891 71.5    0.000    0.000 |\nLZO1C-1      | xterm-color        1551    1       817 52.7    0.000    0.000 |\nLZO1C-1      | xterm-xfree86      2240    1      1419 63.3    0.000    0.000 |\nLZO1C-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | local.rules         885    1       665 75.1    0.000    0.000 |\nLZO1C-1      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1C-1      | 50default          2652    1      1188 44.8    0.000    0.000 |\nLZO1C-1      | version              15    1        19  127    0.000    0.000 |\nLZO1C-1      | volatile.cache     4839    1      1286 26.6    0.000    0.000 |\nLZO1C-1      | xattr.conf          681    1       423 62.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1334 69.5  619.306    0.000\nLZO1C-1        ***TOTALS***     755155  107    140160 18.6  619.306    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-2      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1C-2      | busybox.links.nosuid     2422    1      1222 50.5    0.000    0.000 |\nLZO1C-2      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1C-2      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-2      | rcS                1313    1      1023 77.9    0.000    0.000 |\nLZO1C-2      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-2      | 00_core            1637    1      1041 63.6    0.000    0.000 |\nLZO1C-2      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-2      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1C-2      | ethertypes         1936    1      1481 76.5    0.000    0.000 |\nLZO1C-2      | fstab               650    1       391 60.2    0.000    0.000 |\nLZO1C-2      | group               518    1       466 90.0    0.000    0.000 |\nLZO1C-2      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1C-2      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-2      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-2      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-2      | banner.sh           537    1       347 64.6    0.000    0.000 |\nLZO1C-2      | bootlogd           1997    1      1240 62.1    0.000    0.000 |\nLZO1C-2      | bootmisc.sh        2062    1      1413 68.5    0.000    0.000 |\nLZO1C-2      | checkroot.sh       3640    1      2363 64.9    0.000    0.000 |\nLZO1C-2      | devpts.sh           571    1       438 76.7    0.000    0.000 |\nLZO1C-2      | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1C-2      | functions          2362    1      1437 60.8    0.000    0.000 |\nLZO1C-2      | halt                555    1       449 80.9    0.000    0.000 |\nLZO1C-2      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1C-2      | hwclock.sh         2541    1      1334 52.5    0.000    0.000 |\nLZO1C-2      | modutils.sh        1362    1       877 64.4    0.000    0.000 |\nLZO1C-2      | mountall.sh        1218    1       950 78.0    0.000    0.000 |\nLZO1C-2      | mountnfs.sh        1634    1       980 60.0    0.000    0.000 |\nLZO1C-2      | networking         1956    1      1036 53.0    0.000    0.000 |\nLZO1C-2      | populate-volatile.sh     7846    1      3578 45.6    0.000    0.000 |\nLZO1C-2      | rc                 4407    1      2602 59.0    0.000    0.000 |\nLZO1C-2      | rcS                 525    1       447 85.1    0.000    0.000 |\nLZO1C-2      | read-only-rootfs-hook.sh     1319    1       920 69.7    0.000    0.000 |\nLZO1C-2      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1C-2      | rmnologin.sh        630    1       423 67.1    0.000    0.000 |\nLZO1C-2      | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1C-2      | sendsigs            483    1       350 72.5    0.000    0.000 |\nLZO1C-2      | single              623    1       474 76.1    0.000    0.000 |\nLZO1C-2      | sshd               2029    1      1048 51.7    0.000    0.000 |\nLZO1C-2      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1C-2      | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1C-2      | udev               3749    1      2104 56.1    0.000    0.000 |\nLZO1C-2      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1C-2      | umountnfs.sh        756    1       569 75.3    0.000    0.000 |\nLZO1C-2      | urandom            1518    1       995 65.5    0.000    0.000 |\nLZO1C-2      | inittab            1186    1       817 68.9    0.000    0.000 |\nLZO1C-2      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-2      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-2      | ld.so.cache        1621    1       728 44.9    0.000    0.000 |\nLZO1C-2      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-2      | limits              827    1       637 77.0    0.000    0.000 |\nLZO1C-2      | login.access       1999    1      1291 64.6    0.000    0.000 |\nLZO1C-2      | login.defs        13498    1      7404 54.9    0.000    0.000 |\nLZO1C-2      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1C-2      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1C-2      | nfsroot             809    1       543 67.1    0.000    0.000 |\nLZO1C-2      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1C-2      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | nsswitch.conf       487    1       348 71.5    0.000    0.000 |\nLZO1C-2      | passwd              846    1       512 60.5    0.000    0.000 |\nLZO1C-2      | profile            1943    1      1394 71.7    0.000    0.000 |\nLZO1C-2      | protocols          3144    1      2254 71.7    0.000    0.000 |\nLZO1C-2      | rpc                 911    1       693 76.1    0.000    0.000 |\nLZO1C-2      | securetty          1854    1      1307 70.5    0.000    0.000 |\nLZO1C-2      | services          12990    1      7681 59.1    0.000    0.000 |\nLZO1C-2      | shadow              512    1       174 34.0    0.000    0.000 |\nLZO1C-2      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-2      | .bashrc             410    1       332 81.0    0.000    0.000 |\nLZO1C-2      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1C-2      | moduli           592446    3     27818  4.7  512.894    0.000 |\nLZO1C-2      | ssh_config         1569    1      1098 70.0    0.000    0.000 |\nLZO1C-2      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1C-2      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1C-2      | sshd_config        3127    1      2042 65.3    0.000    0.000 |\nLZO1C-2      | sshd_config_readonly     3131    1      2045 65.3    0.000    0.000 |\nLZO1C-2      | openssl.cnf       12411    1      6364 51.3    0.000    0.000 |\nLZO1C-2      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1C-2      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-2      | alacritty          3749    1      2600 69.4    0.000    0.000 |\nLZO1C-2      | ansi               1481    1       761 51.4    0.000    0.000 |\nLZO1C-2      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1C-2      | linux              1740    1      1035 59.5    0.000    0.000 |\nLZO1C-2      | rxvt               2234    1      1544 69.1    0.000    0.000 |\nLZO1C-2      | screen             1607    1       959 59.7    0.000    0.000 |\nLZO1C-2      | screen-256color     1715    1      1018 59.4    0.000    0.000 |\nLZO1C-2      | sun                1004    1       515 51.3    0.000    0.000 |\nLZO1C-2      | vt100              1282    1       794 61.9    0.000    0.000 |\nLZO1C-2      | vt102              1276    1       799 62.6    0.000    0.000 |\nLZO1C-2      | vt200              1391    1       948 68.2    0.000    0.000 |\nLZO1C-2      | vt220              1391    1       948 68.2    0.000    0.000 |\nLZO1C-2      | vt52                839    1       351 41.8    0.000    0.000 |\nLZO1C-2      | xterm-256color     4041    1      2877 71.2    0.000    0.000 |\nLZO1C-2      | xterm-color        1551    1       799 51.5    0.000    0.000 |\nLZO1C-2      | xterm-xfree86      2240    1      1398 62.4    0.000    0.000 |\nLZO1C-2      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-2      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | local.rules         885    1       664 75.0    0.000    0.000 |\nLZO1C-2      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1C-2      | 50default          2652    1      1166 44.0    0.000    0.000 |\nLZO1C-2      | version              15    1        19  127    0.000    0.000 |\nLZO1C-2      | volatile.cache     4839    1      1284 26.5    0.000    0.000 |\nLZO1C-2      | xattr.conf          681    1       420 61.7    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1195 69.2  512.894    0.000\nLZO1C-2        ***TOTALS***     755155  107    125561 16.6  512.894    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-3      | buildinfo           503    1       274 54.5    0.000    0.000 |\nLZO1C-3      | busybox.links.nosuid     2422    1      1212 50.0    0.000    0.000 |\nLZO1C-3      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1C-3      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-3      | rcS                1313    1      1017 77.5    0.000    0.000 |\nLZO1C-3      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-3      | 00_core            1637    1      1041 63.6    0.000    0.000 |\nLZO1C-3      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-3      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1C-3      | ethertypes         1936    1      1478 76.3    0.000    0.000 |\nLZO1C-3      | fstab               650    1       396 60.9    0.000    0.000 |\nLZO1C-3      | group               518    1       464 89.6    0.000    0.000 |\nLZO1C-3      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1C-3      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-3      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-3      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-3      | banner.sh           537    1       347 64.6    0.000    0.000 |\nLZO1C-3      | bootlogd           1997    1      1224 61.3    0.000    0.000 |\nLZO1C-3      | bootmisc.sh        2062    1      1418 68.8    0.000    0.000 |\nLZO1C-3      | checkroot.sh       3640    1      2351 64.6    0.000    0.000 |\nLZO1C-3      | devpts.sh           571    1       438 76.7    0.000    0.000 |\nLZO1C-3      | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1C-3      | functions          2362    1      1433 60.7    0.000    0.000 |\nLZO1C-3      | halt                555    1       449 80.9    0.000    0.000 |\nLZO1C-3      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1C-3      | hwclock.sh         2541    1      1334 52.5    0.000    0.000 |\nLZO1C-3      | modutils.sh        1362    1       872 64.0    0.000    0.000 |\nLZO1C-3      | mountall.sh        1218    1       946 77.7    0.000    0.000 |\nLZO1C-3      | mountnfs.sh        1634    1       980 60.0    0.000    0.000 |\nLZO1C-3      | networking         1956    1      1036 53.0    0.000    0.000 |\nLZO1C-3      | populate-volatile.sh     7846    1      3553 45.3    0.000    0.000 |\nLZO1C-3      | rc                 4407    1      2589 58.7    0.000    0.000 |\nLZO1C-3      | rcS                 525    1       447 85.1    0.000    0.000 |\nLZO1C-3      | read-only-rootfs-hook.sh     1319    1       919 69.7    0.000    0.000 |\nLZO1C-3      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1C-3      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-3      | save-rtc.sh         474    1       368 77.6    0.000    0.000 |\nLZO1C-3      | sendsigs            483    1       350 72.5    0.000    0.000 |\nLZO1C-3      | single              623    1       472 75.8    0.000    0.000 |\nLZO1C-3      | sshd               2029    1      1046 51.6    0.000    0.000 |\nLZO1C-3      | sysfs.sh           1091    1       558 51.1    0.000    0.000 |\nLZO1C-3      | syslog             2104    1      1170 55.6    0.000    0.000 |\nLZO1C-3      | udev               3749    1      2093 55.8    0.000    0.000 |\nLZO1C-3      | umountfs            585    1       449 76.8    0.000    0.000 |\nLZO1C-3      | umountnfs.sh        756    1       567 75.0    0.000    0.000 |\nLZO1C-3      | urandom            1518    1       995 65.5    0.000    0.000 |\nLZO1C-3      | inittab            1186    1       816 68.8    0.000    0.000 |\nLZO1C-3      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-3      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-3      | ld.so.cache        1621    1       726 44.8    0.000    0.000 |\nLZO1C-3      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-3      | limits              827    1       637 77.0    0.000    0.000 |\nLZO1C-3      | login.access       1999    1      1293 64.7    0.000    0.000 |\nLZO1C-3      | login.defs        13498    1      7332 54.3    0.000    0.000 |\nLZO1C-3      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1C-3      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1C-3      | nfsroot             809    1       541 66.9    0.000    0.000 |\nLZO1C-3      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1C-3      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | nsswitch.conf       487    1       348 71.5    0.000    0.000 |\nLZO1C-3      | passwd              846    1       505 59.7    0.000    0.000 |\nLZO1C-3      | profile            1943    1      1391 71.6    0.000    0.000 |\nLZO1C-3      | protocols          3144    1      2251 71.6    0.000    0.000 |\nLZO1C-3      | rpc                 911    1       692 76.0    0.000    0.000 |\nLZO1C-3      | securetty          1854    1      1303 70.3    0.000    0.000 |\nLZO1C-3      | services          12990    1      7613 58.6    0.000    0.000 |\nLZO1C-3      | shadow              512    1       174 34.0    0.000    0.000 |\nLZO1C-3      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-3      | .bashrc             410    1       331 80.7    0.000    0.000 |\nLZO1C-3      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1C-3      | moduli           592446    3     27788  4.7    0.000    0.000 |\nLZO1C-3      | ssh_config         1569    1      1098 70.0    0.000    0.000 |\nLZO1C-3      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1C-3      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1C-3      | sshd_config        3127    1      2029 64.9    0.000    0.000 |\nLZO1C-3      | sshd_config_readonly     3131    1      2032 64.9    0.000    0.000 |\nLZO1C-3      | openssl.cnf       12411    1      6300 50.8    0.000    0.000 |\nLZO1C-3      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1C-3      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-3      | alacritty          3749    1      2586 69.0    0.000    0.000 |\nLZO1C-3      | ansi               1481    1       760 51.3    0.000    0.000 |\nLZO1C-3      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1C-3      | linux              1740    1      1033 59.4    0.000    0.000 |\nLZO1C-3      | rxvt               2234    1      1538 68.8    0.000    0.000 |\nLZO1C-3      | screen             1607    1       961 59.8    0.000    0.000 |\nLZO1C-3      | screen-256color     1715    1      1021 59.5    0.000    0.000 |\nLZO1C-3      | sun                1004    1       513 51.1    0.000    0.000 |\nLZO1C-3      | vt100              1282    1       794 61.9    0.000    0.000 |\nLZO1C-3      | vt102              1276    1       798 62.5    0.000    0.000 |\nLZO1C-3      | vt200              1391    1       945 67.9    0.000    0.000 |\nLZO1C-3      | vt220              1391    1       945 67.9    0.000    0.000 |\nLZO1C-3      | vt52                839    1       351 41.8    0.000    0.000 |\nLZO1C-3      | xterm-256color     4041    1      2866 70.9    0.000    0.000 |\nLZO1C-3      | xterm-color        1551    1       799 51.5    0.000    0.000 |\nLZO1C-3      | xterm-xfree86      2240    1      1397 62.4    0.000    0.000 |\nLZO1C-3      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-3      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | local.rules         885    1       664 75.0    0.000    0.000 |\nLZO1C-3      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1C-3      | 50default          2652    1      1161 43.8    0.000    0.000 |\nLZO1C-3      | version              15    1        19  127    0.000    0.000 |\nLZO1C-3      | volatile.cache     4839    1      1289 26.6    0.000    0.000 |\nLZO1C-3      | xattr.conf          681    1       418 61.4    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1191 69.0    0.000    0.000\nLZO1C-3        ***TOTALS***     755155  107    125123 16.6    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-4      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1C-4      | busybox.links.nosuid     2422    1      1203 49.7    0.000    0.000 |\nLZO1C-4      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-4      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-4      | rcS                1313    1       997 75.9    0.000    0.000 |\nLZO1C-4      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-4      | 00_core            1637    1      1011 61.8    0.000    0.000 |\nLZO1C-4      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-4      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-4      | ethertypes         1936    1      1440 74.4    0.000    0.000 |\nLZO1C-4      | fstab               650    1       387 59.5    0.000    0.000 |\nLZO1C-4      | group               518    1       462 89.2    0.000    0.000 |\nLZO1C-4      | gshadow             432    1       319 73.8    0.000    0.000 |\nLZO1C-4      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-4      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-4      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1C-4      | banner.sh           537    1       341 63.5    0.000    0.000 |\nLZO1C-4      | bootlogd           1997    1      1231 61.6    0.000    0.000 |\nLZO1C-4      | bootmisc.sh        2062    1      1375 66.7    0.000    0.000 |\nLZO1C-4      | checkroot.sh       3640    1      2312 63.5    0.000    0.000 |\nLZO1C-4      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1C-4      | dmesg.sh            397    1       292 73.6    0.000    0.000 |\nLZO1C-4      | functions          2362    1      1431 60.6    0.000    0.000 |\nLZO1C-4      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1C-4      | hostname.sh         625    1       470 75.2    0.000    0.000 |\nLZO1C-4      | hwclock.sh         2541    1      1308 51.5    0.000    0.000 |\nLZO1C-4      | modutils.sh        1362    1       865 63.5    0.000    0.000 |\nLZO1C-4      | mountall.sh        1218    1       933 76.6    0.000    0.000 |\nLZO1C-4      | mountnfs.sh        1634    1       979 59.9    0.000    0.000 |\nLZO1C-4      | networking         1956    1      1014 51.8    0.000    0.000 |\nLZO1C-4      | populate-volatile.sh     7846    1      3486 44.4    0.000    0.000 |\nLZO1C-4      | rc                 4407    1      2539 57.6    0.000    0.000 |\nLZO1C-4      | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1C-4      | read-only-rootfs-hook.sh     1319    1       914 69.3    0.000    0.000 |\nLZO1C-4      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1C-4      | rmnologin.sh        630    1       424 67.3    0.000    0.000 |\nLZO1C-4      | save-rtc.sh         474    1       365 77.0    0.000    0.000 |\nLZO1C-4      | sendsigs            483    1       345 71.4    0.000    0.000 |\nLZO1C-4      | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-4      | sshd               2029    1      1027 50.6    0.000    0.000 |\nLZO1C-4      | sysfs.sh           1091    1       562 51.5    0.000    0.000 |\nLZO1C-4      | syslog             2104    1      1151 54.7    0.000    0.000 |\nLZO1C-4      | udev               3749    1      2072 55.3    0.000    0.000 |\nLZO1C-4      | umountfs            585    1       449 76.8    0.000    0.000 |\nLZO1C-4      | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1C-4      | urandom            1518    1       963 63.4    0.000    0.000 |\nLZO1C-4      | inittab            1186    1       797 67.2    0.000    0.000 |\nLZO1C-4      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-4      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-4      | ld.so.cache        1621    1       703 43.4    0.000    0.000 |\nLZO1C-4      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-4      | limits              827    1       629 76.1    0.000    0.000 |\nLZO1C-4      | login.access       1999    1      1275 63.8    0.000    0.000 |\nLZO1C-4      | login.defs        13498    1      7117 52.7    0.000    0.000 |\nLZO1C-4      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-4      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1C-4      | nfsroot             809    1       539 66.6    0.000    0.000 |\nLZO1C-4      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-4      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | nsswitch.conf       487    1       343 70.4    0.000    0.000 |\nLZO1C-4      | passwd              846    1       500 59.1    0.000    0.000 |\nLZO1C-4      | profile            1943    1      1363 70.1    0.000    0.000 |\nLZO1C-4      | protocols          3144    1      2197 69.9    0.000    0.000 |\nLZO1C-4      | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1C-4      | securetty          1854    1      1227 66.2    0.000    0.000 |\nLZO1C-4      | services          12990    1      7454 57.4    0.000    0.000 |\nLZO1C-4      | shadow              512    1       172 33.6    0.000    0.000 |\nLZO1C-4      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-4      | .bashrc             410    1       327 79.8    0.000    0.000 |\nLZO1C-4      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-4      | moduli           592446    3     27252  4.6  729.591    0.000 |\nLZO1C-4      | ssh_config         1569    1      1087 69.3    0.000    0.000 |\nLZO1C-4      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1C-4      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-4      | sshd_config        3127    1      1976 63.2    0.000    0.000 |\nLZO1C-4      | sshd_config_readonly     3131    1      1978 63.2    0.000    0.000 |\nLZO1C-4      | openssl.cnf       12411    1      6172 49.7    0.000    0.000 |\nLZO1C-4      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1C-4      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-4      | alacritty          3749    1      2521 67.2    0.000    0.000 |\nLZO1C-4      | ansi               1481    1       741 50.0    0.000    0.000 |\nLZO1C-4      | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1C-4      | linux              1740    1      1039 59.7    0.000    0.000 |\nLZO1C-4      | rxvt               2234    1      1519 68.0    0.000    0.000 |\nLZO1C-4      | screen             1607    1       954 59.4    0.000    0.000 |\nLZO1C-4      | screen-256color     1715    1      1008 58.8    0.000    0.000 |\nLZO1C-4      | sun                1004    1       504 50.2    0.000    0.000 |\nLZO1C-4      | vt100              1282    1       771 60.1    0.000    0.000 |\nLZO1C-4      | vt102              1276    1       781 61.2    0.000    0.000 |\nLZO1C-4      | vt200              1391    1       934 67.1    0.000    0.000 |\nLZO1C-4      | vt220              1391    1       934 67.1    0.000    0.000 |\nLZO1C-4      | vt52                839    1       345 41.1    0.000    0.000 |\nLZO1C-4      | xterm-256color     4041    1      2796 69.2    0.000    0.000 |\nLZO1C-4      | xterm-color        1551    1       797 51.4    0.000    0.000 |\nLZO1C-4      | xterm-xfree86      2240    1      1380 61.6    0.000    0.000 |\nLZO1C-4      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-4      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | local.rules         885    1       661 74.7    0.000    0.000 |\nLZO1C-4      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-4      | 50default          2652    1      1132 42.7    0.000    0.000 |\nLZO1C-4      | version              15    1        19  127    0.000    0.000 |\nLZO1C-4      | volatile.cache     4839    1      1307 27.0    0.000    0.000 |\nLZO1C-4      | xattr.conf          681    1       414 60.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1170 68.2  729.591    0.000\nLZO1C-4        ***TOTALS***     755155  107    122872 16.3  729.591    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-5      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1C-5      | busybox.links.nosuid     2422    1      1195 49.3    0.000    0.000 |\nLZO1C-5      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1C-5      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-5      | rcS                1313    1       994 75.7    0.000    0.000 |\nLZO1C-5      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-5      | 00_core            1637    1      1003 61.3    0.000    0.000 |\nLZO1C-5      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-5      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-5      | ethertypes         1936    1      1432 74.0    0.000    0.000 |\nLZO1C-5      | fstab               650    1       389 59.8    0.000    0.000 |\nLZO1C-5      | group               518    1       451 87.1    0.000    0.000 |\nLZO1C-5      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-5      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-5      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-5      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-5      | banner.sh           537    1       342 63.7    0.000    0.000 |\nLZO1C-5      | bootlogd           1997    1      1213 60.7    0.000    0.000 |\nLZO1C-5      | bootmisc.sh        2062    1      1371 66.5    0.000    0.000 |\nLZO1C-5      | checkroot.sh       3640    1      2289 62.9    0.000    0.000 |\nLZO1C-5      | devpts.sh           571    1       429 75.1    0.000    0.000 |\nLZO1C-5      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-5      | functions          2362    1      1405 59.5    0.000    0.000 |\nLZO1C-5      | halt                555    1       445 80.2    0.000    0.000 |\nLZO1C-5      | hostname.sh         625    1       470 75.2    0.000    0.000 |\nLZO1C-5      | hwclock.sh         2541    1      1284 50.5    0.000    0.000 |\nLZO1C-5      | modutils.sh        1362    1       860 63.1    0.000    0.000 |\nLZO1C-5      | mountall.sh        1218    1       923 75.8    0.000    0.000 |\nLZO1C-5      | mountnfs.sh        1634    1       959 58.7    0.000    0.000 |\nLZO1C-5      | networking         1956    1      1010 51.6    0.000    0.000 |\nLZO1C-5      | populate-volatile.sh     7846    1      3446 43.9    0.000    0.000 |\nLZO1C-5      | rc                 4407    1      2519 57.2    0.000    0.000 |\nLZO1C-5      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1C-5      | read-only-rootfs-hook.sh     1319    1       904 68.5    0.000    0.000 |\nLZO1C-5      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1C-5      | rmnologin.sh        630    1       422 67.0    0.000    0.000 |\nLZO1C-5      | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1C-5      | sendsigs            483    1       343 71.0    0.000    0.000 |\nLZO1C-5      | single              623    1       470 75.4    0.000    0.000 |\nLZO1C-5      | sshd               2029    1      1027 50.6    0.000    0.000 |\nLZO1C-5      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1C-5      | syslog             2104    1      1154 54.8    0.000    0.000 |\nLZO1C-5      | udev               3749    1      2029 54.1    0.000    0.000 |\nLZO1C-5      | umountfs            585    1       445 76.1    0.000    0.000 |\nLZO1C-5      | umountnfs.sh        756    1       558 73.8    0.000    0.000 |\nLZO1C-5      | urandom            1518    1       959 63.2    0.000    0.000 |\nLZO1C-5      | inittab            1186    1       800 67.5    0.000    0.000 |\nLZO1C-5      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-5      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-5      | ld.so.cache        1621    1       734 45.3    0.000    0.000 |\nLZO1C-5      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-5      | limits              827    1       627 75.8    0.000    0.000 |\nLZO1C-5      | login.access       1999    1      1262 63.1    0.000    0.000 |\nLZO1C-5      | login.defs        13498    1      6995 51.8    0.000    0.000 |\nLZO1C-5      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-5      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1C-5      | nfsroot             809    1       526 65.0    0.000    0.000 |\nLZO1C-5      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1C-5      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | nsswitch.conf       487    1       346 71.0    0.000    0.000 |\nLZO1C-5      | passwd              846    1       483 57.1    0.000    0.000 |\nLZO1C-5      | profile            1943    1      1365 70.3    0.000    0.000 |\nLZO1C-5      | protocols          3144    1      2192 69.7    0.000    0.000 |\nLZO1C-5      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1C-5      | securetty          1854    1      1211 65.3    0.000    0.000 |\nLZO1C-5      | services          12990    1      7377 56.8    0.000    0.000 |\nLZO1C-5      | shadow              512    1       168 32.8    0.000    0.000 |\nLZO1C-5      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-5      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-5      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-5      | moduli           592446    3     27133  4.6    0.000    0.000 |\nLZO1C-5      | ssh_config         1569    1      1085 69.2    0.000    0.000 |\nLZO1C-5      | ssh_host_ecdsa_key      505    1       450 89.1    0.000    0.000 |\nLZO1C-5      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-5      | sshd_config        3127    1      1949 62.3    0.000    0.000 |\nLZO1C-5      | sshd_config_readonly     3131    1      1953 62.4    0.000    0.000 |\nLZO1C-5      | openssl.cnf       12411    1      6051 48.8    0.000    0.000 |\nLZO1C-5      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | syslog-startup.conf      651    1       541 83.1    0.000    0.000 |\nLZO1C-5      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-5      | alacritty          3749    1      2503 66.8    0.000    0.000 |\nLZO1C-5      | ansi               1481    1       743 50.2    0.000    0.000 |\nLZO1C-5      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-5      | linux              1740    1      1017 58.4    0.000    0.000 |\nLZO1C-5      | rxvt               2234    1      1497 67.0    0.000    0.000 |\nLZO1C-5      | screen             1607    1       956 59.5    0.000    0.000 |\nLZO1C-5      | screen-256color     1715    1      1016 59.2    0.000    0.000 |\nLZO1C-5      | sun                1004    1       492 49.0    0.000    0.000 |\nLZO1C-5      | vt100              1282    1       771 60.1    0.000    0.000 |\nLZO1C-5      | vt102              1276    1       776 60.8    0.000    0.000 |\nLZO1C-5      | vt200              1391    1       921 66.2    0.000    0.000 |\nLZO1C-5      | vt220              1391    1       921 66.2    0.000    0.000 |\nLZO1C-5      | vt52                839    1       340 40.5    0.000    0.000 |\nLZO1C-5      | xterm-256color     4041    1      2769 68.5    0.000    0.000 |\nLZO1C-5      | xterm-color        1551    1       792 51.1    0.000    0.000 |\nLZO1C-5      | xterm-xfree86      2240    1      1366 61.0    0.000    0.000 |\nLZO1C-5      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-5      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | local.rules         885    1       656 74.1    0.000    0.000 |\nLZO1C-5      | udev.conf           215    1       197 91.6    0.000    0.000 |\nLZO1C-5      | 50default          2652    1      1128 42.5    0.000    0.000 |\nLZO1C-5      | version              15    1        19  127    0.000    0.000 |\nLZO1C-5      | volatile.cache     4839    1      1287 26.6    0.000    0.000 |\nLZO1C-5      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1160 68.0    0.000    0.000\nLZO1C-5        ***TOTALS***     755155  107    121889 16.1    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-6      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1C-6      | busybox.links.nosuid     2422    1      1174 48.5    0.000    0.000 |\nLZO1C-6      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-6      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-6      | rcS                1313    1       984 74.9    0.000    0.000 |\nLZO1C-6      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-6      | 00_core            1637    1       994 60.7    0.000    0.000 |\nLZO1C-6      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-6      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-6      | ethertypes         1936    1      1413 73.0    0.000    0.000 |\nLZO1C-6      | fstab               650    1       386 59.4    0.000    0.000 |\nLZO1C-6      | group               518    1       451 87.1    0.000    0.000 |\nLZO1C-6      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-6      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-6      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-6      | hosts               235    1       190 80.9    0.000    0.000 |\nLZO1C-6      | banner.sh           537    1       340 63.3    0.000    0.000 |\nLZO1C-6      | bootlogd           1997    1      1206 60.4    0.000    0.000 |\nLZO1C-6      | bootmisc.sh        2062    1      1372 66.5    0.000    0.000 |\nLZO1C-6      | checkroot.sh       3640    1      2252 61.9    0.000    0.000 |\nLZO1C-6      | devpts.sh           571    1       429 75.1    0.000    0.000 |\nLZO1C-6      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-6      | functions          2362    1      1396 59.1    0.000    0.000 |\nLZO1C-6      | halt                555    1       444 80.0    0.000    0.000 |\nLZO1C-6      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-6      | hwclock.sh         2541    1      1291 50.8    0.000    0.000 |\nLZO1C-6      | modutils.sh        1362    1       862 63.3    0.000    0.000 |\nLZO1C-6      | mountall.sh        1218    1       921 75.6    0.000    0.000 |\nLZO1C-6      | mountnfs.sh        1634    1       946 57.9    0.000    0.000 |\nLZO1C-6      | networking         1956    1       998 51.0    0.000    0.000 |\nLZO1C-6      | populate-volatile.sh     7846    1      3398 43.3    0.000    0.000 |\nLZO1C-6      | rc                 4407    1      2480 56.3    0.000    0.000 |\nLZO1C-6      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1C-6      | read-only-rootfs-hook.sh     1319    1       903 68.5    0.000    0.000 |\nLZO1C-6      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1C-6      | rmnologin.sh        630    1       420 66.7    0.000    0.000 |\nLZO1C-6      | save-rtc.sh         474    1       365 77.0    0.000    0.000 |\nLZO1C-6      | sendsigs            483    1       343 71.0    0.000    0.000 |\nLZO1C-6      | single              623    1       470 75.4    0.000    0.000 |\nLZO1C-6      | sshd               2029    1      1011 49.8    0.000    0.000 |\nLZO1C-6      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1C-6      | syslog             2104    1      1141 54.2    0.000    0.000 |\nLZO1C-6      | udev               3749    1      2019 53.9    0.000    0.000 |\nLZO1C-6      | umountfs            585    1       445 76.1    0.000    0.000 |\nLZO1C-6      | umountnfs.sh        756    1       561 74.2    0.000    0.000 |\nLZO1C-6      | urandom            1518    1       954 62.8    0.000    0.000 |\nLZO1C-6      | inittab            1186    1       790 66.6    0.000    0.000 |\nLZO1C-6      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-6      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-6      | ld.so.cache        1621    1       714 44.0    0.000    0.000 |\nLZO1C-6      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-6      | limits              827    1       629 76.1    0.000    0.000 |\nLZO1C-6      | login.access       1999    1      1243 62.2    0.000    0.000 |\nLZO1C-6      | login.defs        13498    1      6933 51.4    0.000    0.000 |\nLZO1C-6      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-6      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-6      | nfsroot             809    1       531 65.6    0.000    0.000 |\nLZO1C-6      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1C-6      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1C-6      | passwd              846    1       472 55.8    0.000    0.000 |\nLZO1C-6      | profile            1943    1      1357 69.8    0.000    0.000 |\nLZO1C-6      | protocols          3144    1      2164 68.8    0.000    0.000 |\nLZO1C-6      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1C-6      | securetty          1854    1      1207 65.1    0.000    0.000 |\nLZO1C-6      | services          12990    1      7266 55.9    0.000    0.000 |\nLZO1C-6      | shadow              512    1       167 32.6    0.000    0.000 |\nLZO1C-6      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-6      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-6      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-6      | moduli           592446    3     27085  4.6  723.037    0.000 |\nLZO1C-6      | ssh_config         1569    1      1077 68.6    0.000    0.000 |\nLZO1C-6      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1C-6      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-6      | sshd_config        3127    1      1940 62.0    0.000    0.000 |\nLZO1C-6      | sshd_config_readonly     3131    1      1942 62.0    0.000    0.000 |\nLZO1C-6      | openssl.cnf       12411    1      5971 48.1    0.000    0.000 |\nLZO1C-6      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | syslog-startup.conf      651    1       539 82.8    0.000    0.000 |\nLZO1C-6      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-6      | alacritty          3749    1      2463 65.7    0.000    0.000 |\nLZO1C-6      | ansi               1481    1       740 50.0    0.000    0.000 |\nLZO1C-6      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-6      | linux              1740    1      1012 58.2    0.000    0.000 |\nLZO1C-6      | rxvt               2234    1      1499 67.1    0.000    0.000 |\nLZO1C-6      | screen             1607    1       953 59.3    0.000    0.000 |\nLZO1C-6      | screen-256color     1715    1      1004 58.5    0.000    0.000 |\nLZO1C-6      | sun                1004    1       493 49.1    0.000    0.000 |\nLZO1C-6      | vt100              1282    1       770 60.1    0.000    0.000 |\nLZO1C-6      | vt102              1276    1       776 60.8    0.000    0.000 |\nLZO1C-6      | vt200              1391    1       924 66.4    0.000    0.000 |\nLZO1C-6      | vt220              1391    1       924 66.4    0.000    0.000 |\nLZO1C-6      | vt52                839    1       340 40.5    0.000    0.000 |\nLZO1C-6      | xterm-256color     4041    1      2739 67.8    0.000    0.000 |\nLZO1C-6      | xterm-color        1551    1       787 50.7    0.000    0.000 |\nLZO1C-6      | xterm-xfree86      2240    1      1359 60.7    0.000    0.000 |\nLZO1C-6      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-6      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1C-6      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1C-6      | 50default          2652    1      1113 42.0    0.000    0.000 |\nLZO1C-6      | version              15    1        19  127    0.000    0.000 |\nLZO1C-6      | volatile.cache     4839    1      1292 26.7    0.000    0.000 |\nLZO1C-6      | xattr.conf          681    1       409 60.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1153 67.7  723.037    0.000\nLZO1C-6        ***TOTALS***     755155  107    121068 16.0  723.037    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-7      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1C-7      | busybox.links.nosuid     2422    1      1200 49.5    0.000    0.000 |\nLZO1C-7      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1C-7      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-7      | rcS                1313    1       989 75.3    0.000    0.000 |\nLZO1C-7      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-7      | 00_core            1637    1       996 60.8    0.000    0.000 |\nLZO1C-7      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-7      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-7      | ethertypes         1936    1      1425 73.6    0.000    0.000 |\nLZO1C-7      | fstab               650    1       388 59.7    0.000    0.000 |\nLZO1C-7      | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-7      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-7      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-7      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-7      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-7      | banner.sh           537    1       342 63.7    0.000    0.000 |\nLZO1C-7      | bootlogd           1997    1      1204 60.3    0.000    0.000 |\nLZO1C-7      | bootmisc.sh        2062    1      1364 66.1    0.000    0.000 |\nLZO1C-7      | checkroot.sh       3640    1      2253 61.9    0.000    0.000 |\nLZO1C-7      | devpts.sh           571    1       430 75.3    0.000    0.000 |\nLZO1C-7      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-7      | functions          2362    1      1411 59.7    0.000    0.000 |\nLZO1C-7      | halt                555    1       445 80.2    0.000    0.000 |\nLZO1C-7      | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1C-7      | hwclock.sh         2541    1      1286 50.6    0.000    0.000 |\nLZO1C-7      | modutils.sh        1362    1       861 63.2    0.000    0.000 |\nLZO1C-7      | mountall.sh        1218    1       917 75.3    0.000    0.000 |\nLZO1C-7      | mountnfs.sh        1634    1       956 58.5    0.000    0.000 |\nLZO1C-7      | networking         1956    1      1007 51.5    0.000    0.000 |\nLZO1C-7      | populate-volatile.sh     7846    1      3399 43.3    0.000    0.000 |\nLZO1C-7      | rc                 4407    1      2481 56.3    0.000    0.000 |\nLZO1C-7      | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1C-7      | read-only-rootfs-hook.sh     1319    1       902 68.4    0.000    0.000 |\nLZO1C-7      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1C-7      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-7      | save-rtc.sh         474    1       362 76.4    0.000    0.000 |\nLZO1C-7      | sendsigs            483    1       343 71.0    0.000    0.000 |\nLZO1C-7      | single              623    1       468 75.1    0.000    0.000 |\nLZO1C-7      | sshd               2029    1      1006 49.6    0.000    0.000 |\nLZO1C-7      | sysfs.sh           1091    1       557 51.1    0.000    0.000 |\nLZO1C-7      | syslog             2104    1      1153 54.8    0.000    0.000 |\nLZO1C-7      | udev               3749    1      2017 53.8    0.000    0.000 |\nLZO1C-7      | umountfs            585    1       447 76.4    0.000    0.000 |\nLZO1C-7      | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1C-7      | urandom            1518    1       954 62.8    0.000    0.000 |\nLZO1C-7      | inittab            1186    1       796 67.1    0.000    0.000 |\nLZO1C-7      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-7      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-7      | ld.so.cache        1621    1       696 42.9    0.000    0.000 |\nLZO1C-7      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-7      | limits              827    1       625 75.6    0.000    0.000 |\nLZO1C-7      | login.access       1999    1      1240 62.0    0.000    0.000 |\nLZO1C-7      | login.defs        13498    1      6844 50.7    0.000    0.000 |\nLZO1C-7      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-7      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1C-7      | nfsroot             809    1       529 65.4    0.000    0.000 |\nLZO1C-7      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-7      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1C-7      | passwd              846    1       483 57.1    0.000    0.000 |\nLZO1C-7      | profile            1943    1      1347 69.3    0.000    0.000 |\nLZO1C-7      | protocols          3144    1      2171 69.1    0.000    0.000 |\nLZO1C-7      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1C-7      | securetty          1854    1      1211 65.3    0.000    0.000 |\nLZO1C-7      | services          12990    1      7240 55.7    0.000    0.000 |\nLZO1C-7      | shadow              512    1       168 32.8    0.000    0.000 |\nLZO1C-7      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-7      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-7      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-7      | moduli           592446    3     27182  4.6 1109.907    0.000 |\nLZO1C-7      | ssh_config         1569    1      1082 69.0    0.000    0.000 |\nLZO1C-7      | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-7      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-7      | sshd_config        3127    1      1929 61.7    0.000    0.000 |\nLZO1C-7      | sshd_config_readonly     3131    1      1933 61.7    0.000    0.000 |\nLZO1C-7      | openssl.cnf       12411    1      5968 48.1    0.000    0.000 |\nLZO1C-7      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | syslog-startup.conf      651    1       541 83.1    0.000    0.000 |\nLZO1C-7      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-7      | alacritty          3749    1      2486 66.3    0.000    0.000 |\nLZO1C-7      | ansi               1481    1       750 50.6    0.000    0.000 |\nLZO1C-7      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-7      | linux              1740    1      1017 58.4    0.000    0.000 |\nLZO1C-7      | rxvt               2234    1      1493 66.8    0.000    0.000 |\nLZO1C-7      | screen             1607    1       944 58.7    0.000    0.000 |\nLZO1C-7      | screen-256color     1715    1      1005 58.6    0.000    0.000 |\nLZO1C-7      | sun                1004    1       496 49.4    0.000    0.000 |\nLZO1C-7      | vt100              1282    1       767 59.8    0.000    0.000 |\nLZO1C-7      | vt102              1276    1       767 60.1    0.000    0.000 |\nLZO1C-7      | vt200              1391    1       922 66.3    0.000    0.000 |\nLZO1C-7      | vt220              1391    1       922 66.3    0.000    0.000 |\nLZO1C-7      | vt52                839    1       341 40.6    0.000    0.000 |\nLZO1C-7      | xterm-256color     4041    1      2742 67.9    0.000    0.000 |\nLZO1C-7      | xterm-color        1551    1       786 50.7    0.000    0.000 |\nLZO1C-7      | xterm-xfree86      2240    1      1353 60.4    0.000    0.000 |\nLZO1C-7      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-7      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | local.rules         885    1       656 74.1    0.000    0.000 |\nLZO1C-7      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-7      | 50default          2652    1      1117 42.1    0.000    0.000 |\nLZO1C-7      | version              15    1        19  127    0.000    0.000 |\nLZO1C-7      | volatile.cache     4839    1      1211 25.0    0.000    0.000 |\nLZO1C-7      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1152 67.7 1109.907    0.000\nLZO1C-7        ***TOTALS***     755155  107    121026 16.0 1109.907    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-8      | buildinfo           503    1       269 53.5    0.000    0.000 |\nLZO1C-8      | busybox.links.nosuid     2422    1      1173 48.4    0.000    0.000 |\nLZO1C-8      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-8      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-8      | rcS                1313    1       975 74.3    0.000    0.000 |\nLZO1C-8      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-8      | 00_core            1637    1       990 60.5    0.000    0.000 |\nLZO1C-8      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-8      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-8      | ethertypes         1936    1      1417 73.2    0.000    0.000 |\nLZO1C-8      | fstab               650    1       385 59.2    0.000    0.000 |\nLZO1C-8      | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-8      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-8      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-8      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-8      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1C-8      | banner.sh           537    1       337 62.8    0.000    0.000 |\nLZO1C-8      | bootlogd           1997    1      1199 60.0    0.000    0.000 |\nLZO1C-8      | bootmisc.sh        2062    1      1363 66.1    0.000    0.000 |\nLZO1C-8      | checkroot.sh       3640    1      2237 61.5    0.000    0.000 |\nLZO1C-8      | devpts.sh           571    1       426 74.6    0.000    0.000 |\nLZO1C-8      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1C-8      | functions          2362    1      1386 58.7    0.000    0.000 |\nLZO1C-8      | halt                555    1       443 79.8    0.000    0.000 |\nLZO1C-8      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-8      | hwclock.sh         2541    1      1277 50.3    0.000    0.000 |\nLZO1C-8      | modutils.sh        1362    1       853 62.6    0.000    0.000 |\nLZO1C-8      | mountall.sh        1218    1       916 75.2    0.000    0.000 |\nLZO1C-8      | mountnfs.sh        1634    1       942 57.6    0.000    0.000 |\nLZO1C-8      | networking         1956    1       999 51.1    0.000    0.000 |\nLZO1C-8      | populate-volatile.sh     7846    1      3345 42.6    0.000    0.000 |\nLZO1C-8      | rc                 4407    1      2447 55.5    0.000    0.000 |\nLZO1C-8      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1C-8      | read-only-rootfs-hook.sh     1319    1       896 67.9    0.000    0.000 |\nLZO1C-8      | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-8      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-8      | save-rtc.sh         474    1       363 76.6    0.000    0.000 |\nLZO1C-8      | sendsigs            483    1       341 70.6    0.000    0.000 |\nLZO1C-8      | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-8      | sshd               2029    1       995 49.0    0.000    0.000 |\nLZO1C-8      | sysfs.sh           1091    1       557 51.1    0.000    0.000 |\nLZO1C-8      | syslog             2104    1      1134 53.9    0.000    0.000 |\nLZO1C-8      | udev               3749    1      1997 53.3    0.000    0.000 |\nLZO1C-8      | umountfs            585    1       446 76.2    0.000    0.000 |\nLZO1C-8      | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1C-8      | urandom            1518    1       952 62.7    0.000    0.000 |\nLZO1C-8      | inittab            1186    1       790 66.6    0.000    0.000 |\nLZO1C-8      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-8      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-8      | ld.so.cache        1621    1       711 43.9    0.000    0.000 |\nLZO1C-8      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-8      | limits              827    1       625 75.6    0.000    0.000 |\nLZO1C-8      | login.access       1999    1      1236 61.8    0.000    0.000 |\nLZO1C-8      | login.defs        13498    1      6793 50.3    0.000    0.000 |\nLZO1C-8      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-8      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-8      | nfsroot             809    1       523 64.6    0.000    0.000 |\nLZO1C-8      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1C-8      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1C-8      | passwd              846    1       477 56.4    0.000    0.000 |\nLZO1C-8      | profile            1943    1      1330 68.5    0.000    0.000 |\nLZO1C-8      | protocols          3144    1      2153 68.5    0.000    0.000 |\nLZO1C-8      | rpc                 911    1       678 74.4    0.000    0.000 |\nLZO1C-8      | securetty          1854    1      1201 64.8    0.000    0.000 |\nLZO1C-8      | services          12990    1      7174 55.2    0.000    0.000 |\nLZO1C-8      | shadow              512    1       170 33.2    0.000    0.000 |\nLZO1C-8      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-8      | .bashrc             410    1       329 80.2    0.000    0.000 |\nLZO1C-8      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-8      | moduli           592446    3     27183  4.6  537.920    0.000 |\nLZO1C-8      | ssh_config         1569    1      1076 68.6    0.000    0.000 |\nLZO1C-8      | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-8      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-8      | sshd_config        3127    1      1912 61.1    0.000    0.000 |\nLZO1C-8      | sshd_config_readonly     3131    1      1914 61.1    0.000    0.000 |\nLZO1C-8      | openssl.cnf       12411    1      5873 47.3    0.000    0.000 |\nLZO1C-8      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | syslog-startup.conf      651    1       539 82.8    0.000    0.000 |\nLZO1C-8      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-8      | alacritty          3749    1      2456 65.5    0.000    0.000 |\nLZO1C-8      | ansi               1481    1       738 49.8    0.000    0.000 |\nLZO1C-8      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-8      | linux              1740    1      1013 58.2    0.000    0.000 |\nLZO1C-8      | rxvt               2234    1      1491 66.7    0.000    0.000 |\nLZO1C-8      | screen             1607    1       941 58.6    0.000    0.000 |\nLZO1C-8      | screen-256color     1715    1       993 57.9    0.000    0.000 |\nLZO1C-8      | sun                1004    1       491 48.9    0.000    0.000 |\nLZO1C-8      | vt100              1282    1       768 59.9    0.000    0.000 |\nLZO1C-8      | vt102              1276    1       772 60.5    0.000    0.000 |\nLZO1C-8      | vt200              1391    1       919 66.1    0.000    0.000 |\nLZO1C-8      | vt220              1391    1       919 66.1    0.000    0.000 |\nLZO1C-8      | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-8      | xterm-256color     4041    1      2728 67.5    0.000    0.000 |\nLZO1C-8      | xterm-color        1551    1       783 50.5    0.000    0.000 |\nLZO1C-8      | xterm-xfree86      2240    1      1354 60.4    0.000    0.000 |\nLZO1C-8      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-8      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | local.rules         885    1       647 73.1    0.000    0.000 |\nLZO1C-8      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-8      | 50default          2652    1      1112 41.9    0.000    0.000 |\nLZO1C-8      | version              15    1        19  127    0.000    0.000 |\nLZO1C-8      | volatile.cache     4839    1      1260 26.0    0.000    0.000 |\nLZO1C-8      | xattr.conf          681    1       409 60.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1146 67.5  537.920    0.000\nLZO1C-8        ***TOTALS***     755155  107    120360 15.9  537.920    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-9      | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1C-9      | busybox.links.nosuid     2422    1      1160 47.9    0.000    0.000 |\nLZO1C-9      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-9      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-9      | rcS                1313    1       975 74.3    0.000    0.000 |\nLZO1C-9      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-9      | 00_core            1637    1       993 60.7    0.000    0.000 |\nLZO1C-9      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-9      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-9      | ethertypes         1936    1      1405 72.6    0.000    0.000 |\nLZO1C-9      | fstab               650    1       382 58.8    0.000    0.000 |\nLZO1C-9      | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-9      | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1C-9      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-9      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-9      | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1C-9      | banner.sh           537    1       337 62.8    0.000    0.000 |\nLZO1C-9      | bootlogd           1997    1      1194 59.8    0.000    0.000 |\nLZO1C-9      | bootmisc.sh        2062    1      1361 66.0    0.000    0.000 |\nLZO1C-9      | checkroot.sh       3640    1      2213 60.8    0.000    0.000 |\nLZO1C-9      | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1C-9      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-9      | functions          2362    1      1378 58.3    0.000    0.000 |\nLZO1C-9      | halt                555    1       443 79.8    0.000    0.000 |\nLZO1C-9      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-9      | hwclock.sh         2541    1      1248 49.1    0.000    0.000 |\nLZO1C-9      | modutils.sh        1362    1       846 62.1    0.000    0.000 |\nLZO1C-9      | mountall.sh        1218    1       914 75.0    0.000    0.000 |\nLZO1C-9      | mountnfs.sh        1634    1       935 57.2    0.000    0.000 |\nLZO1C-9      | networking         1956    1       987 50.5    0.000    0.000 |\nLZO1C-9      | populate-volatile.sh     7846    1      3347 42.7    0.000    0.000 |\nLZO1C-9      | rc                 4407    1      2445 55.5    0.000    0.000 |\nLZO1C-9      | rcS                 525    1       442 84.2    0.000    0.000 |\nLZO1C-9      | read-only-rootfs-hook.sh     1319    1       892 67.6    0.000    0.000 |\nLZO1C-9      | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-9      | rmnologin.sh        630    1       417 66.2    0.000    0.000 |\nLZO1C-9      | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1C-9      | sendsigs            483    1       339 70.2    0.000    0.000 |\nLZO1C-9      | single              623    1       468 75.1    0.000    0.000 |\nLZO1C-9      | sshd               2029    1      1003 49.4    0.000    0.000 |\nLZO1C-9      | sysfs.sh           1091    1       550 50.4    0.000    0.000 |\nLZO1C-9      | syslog             2104    1      1132 53.8    0.000    0.000 |\nLZO1C-9      | udev               3749    1      1970 52.5    0.000    0.000 |\nLZO1C-9      | umountfs            585    1       446 76.2    0.000    0.000 |\nLZO1C-9      | umountnfs.sh        756    1       556 73.5    0.000    0.000 |\nLZO1C-9      | urandom            1518    1       946 62.3    0.000    0.000 |\nLZO1C-9      | inittab            1186    1       789 66.5    0.000    0.000 |\nLZO1C-9      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-9      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-9      | ld.so.cache        1621    1       689 42.5    0.000    0.000 |\nLZO1C-9      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-9      | limits              827    1       624 75.5    0.000    0.000 |\nLZO1C-9      | login.access       1999    1      1235 61.8    0.000    0.000 |\nLZO1C-9      | login.defs        13498    1      6761 50.1    0.000    0.000 |\nLZO1C-9      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-9      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-9      | nfsroot             809    1       520 64.3    0.000    0.000 |\nLZO1C-9      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-9      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | nsswitch.conf       487    1       337 69.2    0.000    0.000 |\nLZO1C-9      | passwd              846    1       470 55.6    0.000    0.000 |\nLZO1C-9      | profile            1943    1      1323 68.1    0.000    0.000 |\nLZO1C-9      | protocols          3144    1      2160 68.7    0.000    0.000 |\nLZO1C-9      | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1C-9      | securetty          1854    1      1201 64.8    0.000    0.000 |\nLZO1C-9      | services          12990    1      7138 54.9    0.000    0.000 |\nLZO1C-9      | shadow              512    1       170 33.2    0.000    0.000 |\nLZO1C-9      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-9      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-9      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-9      | moduli           592446    3     25501  4.3  585.771    0.000 |\nLZO1C-9      | ssh_config         1569    1      1070 68.2    0.000    0.000 |\nLZO1C-9      | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-9      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-9      | sshd_config        3127    1      1911 61.1    0.000    0.000 |\nLZO1C-9      | sshd_config_readonly     3131    1      1902 60.7    0.000    0.000 |\nLZO1C-9      | openssl.cnf       12411    1      5842 47.1    0.000    0.000 |\nLZO1C-9      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | syslog-startup.conf      651    1       538 82.6    0.000    0.000 |\nLZO1C-9      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-9      | alacritty          3749    1      2450 65.4    0.000    0.000 |\nLZO1C-9      | ansi               1481    1       725 49.0    0.000    0.000 |\nLZO1C-9      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-9      | linux              1740    1      1010 58.0    0.000    0.000 |\nLZO1C-9      | rxvt               2234    1      1487 66.6    0.000    0.000 |\nLZO1C-9      | screen             1607    1       931 57.9    0.000    0.000 |\nLZO1C-9      | screen-256color     1715    1       985 57.4    0.000    0.000 |\nLZO1C-9      | sun                1004    1       487 48.5    0.000    0.000 |\nLZO1C-9      | vt100              1282    1       758 59.1    0.000    0.000 |\nLZO1C-9      | vt102              1276    1       764 59.9    0.000    0.000 |\nLZO1C-9      | vt200              1391    1       908 65.3    0.000    0.000 |\nLZO1C-9      | vt220              1391    1       908 65.3    0.000    0.000 |\nLZO1C-9      | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-9      | xterm-256color     4041    1      2708 67.0    0.000    0.000 |\nLZO1C-9      | xterm-color        1551    1       777 50.1    0.000    0.000 |\nLZO1C-9      | xterm-xfree86      2240    1      1346 60.1    0.000    0.000 |\nLZO1C-9      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-9      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1C-9      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-9      | 50default          2652    1      1097 41.4    0.000    0.000 |\nLZO1C-9      | version              15    1        19  127    0.000    0.000 |\nLZO1C-9      | volatile.cache     4839    1      1215 25.1    0.000    0.000 |\nLZO1C-9      | xattr.conf          681    1       406 59.6    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1125 67.2  585.771    0.000\nLZO1C-9        ***TOTALS***     755155  107    118148 15.6  585.771    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1F-1      | buildinfo           503    1       269 53.5    0.000    0.000 |\nLZO1F-1      | busybox.links.nosuid     2422    1      1193 49.3    0.000    0.000 |\nLZO1F-1      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1F-1      | devpts               93    1        94  101    0.000    0.000 |\nLZO1F-1      | rcS                1313    1      1006 76.6    0.000    0.000 |\nLZO1F-1      | useradd             115    1       120  104    0.000    0.000 |\nLZO1F-1      | 00_core            1637    1      1028 62.8    0.000    0.000 |\nLZO1F-1      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1F-1      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1F-1      | ethertypes         1936    1      1446 74.7    0.000    0.000 |\nLZO1F-1      | fstab               650    1       393 60.5    0.000    0.000 |\nLZO1F-1      | group               518    1       451 87.1    0.000    0.000 |\nLZO1F-1      | gshadow             432    1       302 69.9    0.000    0.000 |\nLZO1F-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1F-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1F-1      | hosts               235    1       190 80.9    0.000    0.000 |\nLZO1F-1      | banner.sh           537    1       350 65.2    0.000    0.000 |\nLZO1F-1      | bootlogd           1997    1      1208 60.5    0.000    0.000 |\nLZO1F-1      | bootmisc.sh        2062    1      1412 68.5    0.000    0.000 |\nLZO1F-1      | checkroot.sh       3640    1      2307 63.4    0.000    0.000 |\nLZO1F-1      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1F-1      | dmesg.sh            397    1       295 74.3    0.000    0.000 |\nLZO1F-1      | functions          2362    1      1421 60.2    0.000    0.000 |\nLZO1F-1      | halt                555    1       446 80.4    0.000    0.000 |\nLZO1F-1      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1F-1      | hwclock.sh         2541    1      1322 52.0    0.000    0.000 |\nLZO1F-1      | modutils.sh        1362    1       863 63.4    0.000    0.000 |\nLZO1F-1      | mountall.sh        1218    1       935 76.8    0.000    0.000 |\nLZO1F-1      | mountnfs.sh        1634    1       981 60.0    0.000    0.000 |\nLZO1F-1      | networking         1956    1      1014 51.8    0.000    0.000 |\nLZO1F-1      | populate-volatile.sh     7846    1      3647 46.5    0.000    0.000 |\nLZO1F-1      | rc                 4407    1      2604 59.1    0.000    0.000 |\nLZO1F-1      | rcS                 525    1       441 84.0    0.000    0.000 |\nLZO1F-1      | read-only-rootfs-hook.sh     1319    1       909 68.9    0.000    0.000 |\nLZO1F-1      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1F-1      | rmnologin.sh        630    1       419 66.5    0.000    0.000 |\nLZO1F-1      | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1F-1      | sendsigs            483    1       351 72.7    0.000    0.000 |\nLZO1F-1      | single              623    1       467 75.0    0.000    0.000 |\nLZO1F-1      | sshd               2029    1      1020 50.3    0.000    0.000 |\nLZO1F-1      | sysfs.sh           1091    1       567 52.0    0.000    0.000 |\nLZO1F-1      | syslog             2104    1      1163 55.3    0.000    0.000 |\nLZO1F-1      | udev               3749    1      2067 55.1    0.000    0.000 |\nLZO1F-1      | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1F-1      | umountnfs.sh        756    1       565 74.7    0.000    0.000 |\nLZO1F-1      | urandom            1518    1       972 64.0    0.000    0.000 |\nLZO1F-1      | inittab            1186    1       809 68.2    0.000    0.000 |\nLZO1F-1      | issue                49    1        54  110    0.000    0.000 |\nLZO1F-1      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1F-1      | ld.so.cache        1621    1       708 43.7    0.000    0.000 |\nLZO1F-1      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1F-1      | limits              827    1       632 76.4    0.000    0.000 |\nLZO1F-1      | login.access       1999    1      1267 63.4    0.000    0.000 |\nLZO1F-1      | login.defs        13498    1      7556 56.0    0.000    0.000 |\nLZO1F-1      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1F-1      | motd                197    1       185 93.9    0.000    0.000 |\nLZO1F-1      | nfsroot             809    1       534 66.0    0.000    0.000 |\nLZO1F-1      | interfaces          129    1       122 94.6    0.000    0.000 |\nLZO1F-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | nsswitch.conf       487    1       338 69.4    0.000    0.000 |\nLZO1F-1      | passwd              846    1       507 59.9    0.000    0.000 |\nLZO1F-1      | profile            1943    1      1368 70.4    0.000    0.000 |\nLZO1F-1      | protocols          3144    1      2231 71.0    0.000    0.000 |\nLZO1F-1      | rpc                 911    1       672 73.8    0.000    0.000 |\nLZO1F-1      | securetty          1854    1      1131 61.0    0.000    0.000 |\nLZO1F-1      | services          12990    1      7778 59.9    0.000    0.000 |\nLZO1F-1      | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1F-1      | shells               42    1        43  102    0.000    0.000 |\nLZO1F-1      | .bashrc             410    1       330 80.5    0.000    0.000 |\nLZO1F-1      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1F-1      | moduli           592446    3     41538  7.0    0.000    0.000 |\nLZO1F-1      | ssh_config         1569    1      1080 68.8    0.000    0.000 |\nLZO1F-1      | ssh_host_ecdsa_key      505    1       447 88.5    0.000    0.000 |\nLZO1F-1      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1F-1      | sshd_config        3127    1      2001 64.0    0.000    0.000 |\nLZO1F-1      | sshd_config_readonly     3131    1      2003 64.0    0.000    0.000 |\nLZO1F-1      | openssl.cnf       12411    1      6475 52.2    0.000    0.000 |\nLZO1F-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | syslog-startup.conf      651    1       542 83.3    0.000    0.000 |\nLZO1F-1      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1F-1      | alacritty          3749    1      2421 64.6    0.000    0.000 |\nLZO1F-1      | ansi               1481    1       747 50.4    0.000    0.000 |\nLZO1F-1      | dumb                308    1        75 24.4    0.000    0.000 |\nLZO1F-1      | linux              1740    1      1005 57.8    0.000    0.000 |\nLZO1F-1      | rxvt               2234    1      1461 65.4    0.000    0.000 |\nLZO1F-1      | screen             1607    1       931 57.9    0.000    0.000 |\nLZO1F-1      | screen-256color     1715    1       989 57.7    0.000    0.000 |\nLZO1F-1      | sun                1004    1       498 49.6    0.000    0.000 |\nLZO1F-1      | vt100              1282    1       779 60.8    0.000    0.000 |\nLZO1F-1      | vt102              1276    1       779 61.1    0.000    0.000 |\nLZO1F-1      | vt200              1391    1       919 66.1    0.000    0.000 |\nLZO1F-1      | vt220              1391    1       919 66.1    0.000    0.000 |\nLZO1F-1      | vt52                839    1       353 42.1    0.000    0.000 |\nLZO1F-1      | xterm-256color     4041    1      2700 66.8    0.000    0.000 |\nLZO1F-1      | xterm-color        1551    1       775 50.0    0.000    0.000 |\nLZO1F-1      | xterm-xfree86      2240    1      1324 59.1    0.000    0.000 |\nLZO1F-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1F-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1F-1      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1F-1      | 50default          2652    1      1169 44.1    0.000    0.000 |\nLZO1F-1      | version              15    1        19  127    0.000    0.000 |\nLZO1F-1      | volatile.cache     4839    1      1282 26.5    0.000    0.000 |\nLZO1F-1      | xattr.conf          681    1       421 61.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1314 68.3    0.000    0.000\nLZO1F-1        ***TOTALS***     755155  107    138070 18.3    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1      | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1      | busybox.links.nosuid     2422    1      1204 49.7    0.000    0.000 |\nLZO1X-1      | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1      | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1      | rcS                1313    1      1032 78.6    0.000    0.000 |\nLZO1X-1      | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1      | 00_core            1637    1      1069 65.3    0.000    0.000 |\nLZO1X-1      | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1      | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1      | ethertypes         1936    1      1462 75.5    0.000    0.000 |\nLZO1X-1      | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1      | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1      | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1      | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1      | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1      | bootlogd           1997    1      1218 61.0    0.000    0.000 |\nLZO1X-1      | bootmisc.sh        2062    1      1452 70.4    0.000    0.000 |\nLZO1X-1      | checkroot.sh       3640    1      2362 64.9    0.000    0.000 |\nLZO1X-1      | devpts.sh           571    1       453 79.3    0.000    0.000 |\nLZO1X-1      | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1      | functions          2362    1      1455 61.6    0.000    0.000 |\nLZO1X-1      | halt                555    1       458 82.5    0.000    0.000 |\nLZO1X-1      | hostname.sh         625    1       482 77.1    0.000    0.000 |\nLZO1X-1      | hwclock.sh         2541    1      1337 52.6    0.000    0.000 |\nLZO1X-1      | modutils.sh        1362    1       892 65.5    0.000    0.000 |\nLZO1X-1      | mountall.sh        1218    1       963 79.1    0.000    0.000 |\nLZO1X-1      | mountnfs.sh        1634    1       996 61.0    0.000    0.000 |\nLZO1X-1      | networking         1956    1      1028 52.6    0.000    0.000 |\nLZO1X-1      | populate-volatile.sh     7846    1      3687 47.0    0.000    0.000 |\nLZO1X-1      | rc                 4407    1      2664 60.4    0.000    0.000 |\nLZO1X-1      | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1      | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1      | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1      | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1      | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1      | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1      | single              623    1       484 77.7    0.000    0.000 |\nLZO1X-1      | sshd               2029    1      1056 52.0    0.000    0.000 |\nLZO1X-1      | sysfs.sh           1091    1       580 53.2    0.000    0.000 |\nLZO1X-1      | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1X-1      | udev               3749    1      2106 56.2    0.000    0.000 |\nLZO1X-1      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1      | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1X-1      | urandom            1518    1       989 65.2    0.000    0.000 |\nLZO1X-1      | inittab            1186    1       837 70.6    0.000    0.000 |\nLZO1X-1      | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1      | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1      | ld.so.cache        1621    1       752 46.4    0.000    0.000 |\nLZO1X-1      | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1      | limits              827    1       653 79.0    0.000    0.000 |\nLZO1X-1      | login.access       1999    1      1297 64.9    0.000    0.000 |\nLZO1X-1      | login.defs        13498    1      7630 56.5    0.000    0.000 |\nLZO1X-1      | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1      | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1      | nfsroot             809    1       547 67.6    0.000    0.000 |\nLZO1X-1      | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | nsswitch.conf       487    1       373 76.6    0.000    0.000 |\nLZO1X-1      | passwd              846    1       528 62.4    0.000    0.000 |\nLZO1X-1      | profile            1943    1      1400 72.1    0.000    0.000 |\nLZO1X-1      | protocols          3144    1      2278 72.5    0.000    0.000 |\nLZO1X-1      | rpc                 911    1       687 75.4    0.000    0.000 |\nLZO1X-1      | securetty          1854    1      1148 61.9    0.000    0.000 |\nLZO1X-1      | services          12990    1      7853 60.5    0.000    0.000 |\nLZO1X-1      | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1      | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1      | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1      | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1      | moduli           592446    3     48292  8.2    0.000    0.000 |\nLZO1X-1      | ssh_config         1569    1      1111 70.8    0.000    0.000 |\nLZO1X-1      | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1      | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1      | sshd_config        3127    1      2036 65.1    0.000    0.000 |\nLZO1X-1      | sshd_config_readonly     3131    1      2040 65.2    0.000    0.000 |\nLZO1X-1      | openssl.cnf       12411    1      6517 52.5    0.000    0.000 |\nLZO1X-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1      | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1      | alacritty          3749    1      2464 65.7    0.000    0.000 |\nLZO1X-1      | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1      | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1      | linux              1740    1      1034 59.4    0.000    0.000 |\nLZO1X-1      | rxvt               2234    1      1501 67.2    0.000    0.000 |\nLZO1X-1      | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1      | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1      | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1      | vt100              1282    1       805 62.8    0.000    0.000 |\nLZO1X-1      | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1      | vt200              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1      | vt220              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1      | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1      | xterm-256color     4041    1      2798 69.2    0.000    0.000 |\nLZO1X-1      | xterm-color        1551    1       804 51.8    0.000    0.000 |\nLZO1X-1      | xterm-xfree86      2240    1      1349 60.2    0.000    0.000 |\nLZO1X-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1      | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1      | 50default          2652    1      1188 44.8    0.000    0.000 |\nLZO1X-1      | version              15    1        19  127    0.000    0.000 |\nLZO1X-1      | volatile.cache     4839    1      1298 26.8    0.000    0.000 |\nLZO1X-1      | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1399 70.3    0.000    0.000\nLZO1X-1        ***TOTALS***     755155  107    146975 19.5    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1Y-1      | buildinfo           503    1       299 59.4    0.000    0.000 |\nLZO1Y-1      | busybox.links.nosuid     2422    1      1136 46.9    0.000    0.000 |\nLZO1Y-1      | busybox.links.suid       91    1        73 80.2    0.000    0.000 |\nLZO1Y-1      | devpts               93    1        97  104    0.000    0.000 |\nLZO1Y-1      | rcS                1313    1      1022 77.8    0.000    0.000 |\nLZO1Y-1      | useradd             115    1       119  103    0.000    0.000 |\nLZO1Y-1      | 00_core            1637    1      1045 63.8    0.000    0.000 |\nLZO1Y-1      | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1Y-1      | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1Y-1      | ethertypes         1936    1      1451 74.9    0.000    0.000 |\nLZO1Y-1      | fstab               650    1       401 61.7    0.000    0.000 |\nLZO1Y-1      | group               518    1       471 90.9    0.000    0.000 |\nLZO1Y-1      | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1Y-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1Y-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1Y-1      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1Y-1      | banner.sh           537    1       369 68.7    0.000    0.000 |\nLZO1Y-1      | bootlogd           1997    1      1205 60.3    0.000    0.000 |\nLZO1Y-1      | bootmisc.sh        2062    1      1425 69.1    0.000    0.000 |\nLZO1Y-1      | checkroot.sh       3640    1      2377 65.3    0.000    0.000 |\nLZO1Y-1      | devpts.sh           571    1       450 78.8    0.000    0.000 |\nLZO1Y-1      | dmesg.sh            397    1       308 77.6    0.000    0.000 |\nLZO1Y-1      | functions          2362    1      1429 60.5    0.000    0.000 |\nLZO1Y-1      | halt                555    1       453 81.6    0.000    0.000 |\nLZO1Y-1      | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1Y-1      | hwclock.sh         2541    1      1325 52.1    0.000    0.000 |\nLZO1Y-1      | modutils.sh        1362    1       869 63.8    0.000    0.000 |\nLZO1Y-1      | mountall.sh        1218    1       951 78.1    0.000    0.000 |\nLZO1Y-1      | mountnfs.sh        1634    1       976 59.7    0.000    0.000 |\nLZO1Y-1      | networking         1956    1      1028 52.6    0.000    0.000 |\nLZO1Y-1      | populate-volatile.sh     7846    1      3671 46.8    0.000    0.000 |\nLZO1Y-1      | rc                 4407    1      2676 60.7    0.000    0.000 |\nLZO1Y-1      | rcS                 525    1       469 89.3    0.000    0.000 |\nLZO1Y-1      | read-only-rootfs-hook.sh     1319    1       958 72.6    0.000    0.000 |\nLZO1Y-1      | reboot              334    1       270 80.8    0.000    0.000 |\nLZO1Y-1      | rmnologin.sh        630    1       425 67.5    0.000    0.000 |\nLZO1Y-1      | save-rtc.sh         474    1       372 78.5    0.000    0.000 |\nLZO1Y-1      | sendsigs            483    1       353 73.1    0.000    0.000 |\nLZO1Y-1      | single              623    1       479 76.9    0.000    0.000 |\nLZO1Y-1      | sshd               2029    1      1036 51.1    0.000    0.000 |\nLZO1Y-1      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1Y-1      | syslog             2104    1      1149 54.6    0.000    0.000 |\nLZO1Y-1      | udev               3749    1      2110 56.3    0.000    0.000 |\nLZO1Y-1      | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1Y-1      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1Y-1      | urandom            1518    1       975 64.2    0.000    0.000 |\nLZO1Y-1      | inittab            1186    1       829 69.9    0.000    0.000 |\nLZO1Y-1      | issue                49    1        53  108    0.000    0.000 |\nLZO1Y-1      | issue.net            46    1        50  109    0.000    0.000 |\nLZO1Y-1      | ld.so.cache        1621    1       714 44.0    0.000    0.000 |\nLZO1Y-1      | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1Y-1      | limits              827    1       646 78.1    0.000    0.000 |\nLZO1Y-1      | login.access       1999    1      1290 64.5    0.000    0.000 |\nLZO1Y-1      | login.defs        13498    1      7730 57.3    0.000    0.000 |\nLZO1Y-1      | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1Y-1      | motd                197    1       193 98.0    0.000    0.000 |\nLZO1Y-1      | nfsroot             809    1       539 66.6    0.000    0.000 |\nLZO1Y-1      | interfaces          129    1       127 98.4    0.000    0.000 |\nLZO1Y-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | nsswitch.conf       487    1       364 74.7    0.000    0.000 |\nLZO1Y-1      | passwd              846    1       516 61.0    0.000    0.000 |\nLZO1Y-1      | profile            1943    1      1385 71.3    0.000    0.000 |\nLZO1Y-1      | protocols          3144    1      2282 72.6    0.000    0.000 |\nLZO1Y-1      | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1Y-1      | securetty          1854    1      1140 61.5    0.000    0.000 |\nLZO1Y-1      | services          12990    1      7857 60.5    0.000    0.000 |\nLZO1Y-1      | shadow              512    1       187 36.5    0.000    0.000 |\nLZO1Y-1      | shells               42    1        46  110    0.000    0.000 |\nLZO1Y-1      | .bashrc             410    1       338 82.4    0.000    0.000 |\nLZO1Y-1      | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1Y-1      | moduli           592446    3     48284  8.1    0.000    0.000 |\nLZO1Y-1      | ssh_config         1569    1      1099 70.0    0.000    0.000 |\nLZO1Y-1      | ssh_host_ecdsa_key      505    1       480 95.0    0.000    0.000 |\nLZO1Y-1      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1Y-1      | sshd_config        3127    1      2042 65.3    0.000    0.000 |\nLZO1Y-1      | sshd_config_readonly     3131    1      2045 65.3    0.000    0.000 |\nLZO1Y-1      | openssl.cnf       12411    1      6541 52.7    0.000    0.000 |\nLZO1Y-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1Y-1      | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1Y-1      | alacritty          3749    1      2482 66.2    0.000    0.000 |\nLZO1Y-1      | ansi               1481    1       757 51.1    0.000    0.000 |\nLZO1Y-1      | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1Y-1      | linux              1740    1      1021 58.7    0.000    0.000 |\nLZO1Y-1      | rxvt               2234    1      1501 67.2    0.000    0.000 |\nLZO1Y-1      | screen             1607    1       951 59.2    0.000    0.000 |\nLZO1Y-1      | screen-256color     1715    1      1006 58.7    0.000    0.000 |\nLZO1Y-1      | sun                1004    1       518 51.6    0.000    0.000 |\nLZO1Y-1      | vt100              1282    1       798 62.2    0.000    0.000 |\nLZO1Y-1      | vt102              1276    1       808 63.3    0.000    0.000 |\nLZO1Y-1      | vt200              1391    1       932 67.0    0.000    0.000 |\nLZO1Y-1      | vt220              1391    1       932 67.0    0.000    0.000 |\nLZO1Y-1      | vt52                839    1       353 42.1    0.000    0.000 |\nLZO1Y-1      | xterm-256color     4041    1      2818 69.7    0.000    0.000 |\nLZO1Y-1      | xterm-color        1551    1       801 51.6    0.000    0.000 |\nLZO1Y-1      | xterm-xfree86      2240    1      1342 59.9    0.000    0.000 |\nLZO1Y-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1Y-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | local.rules         885    1       670 75.7    0.000    0.000 |\nLZO1Y-1      | udev.conf           215    1       199 92.6    0.000    0.000 |\nLZO1Y-1      | 50default          2652    1      1176 44.3    0.000    0.000 |\nLZO1Y-1      | version              15    1        19  127    0.000    0.000 |\nLZO1Y-1      | volatile.cache     4839    1      1256 26.0    0.000    0.000 |\nLZO1Y-1      | xattr.conf          681    1       421 61.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1394 69.7    0.000    0.000\nLZO1Y-1        ***TOTALS***     755155  107    146441 19.4    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1(11)  | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1(11)  | busybox.links.nosuid     2422    1      1210 50.0    0.000    0.000 |\nLZO1X-1(11)  | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1(11)  | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1(11)  | rcS                1313    1      1043 79.4    0.000    0.000 |\nLZO1X-1(11)  | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1(11)  | 00_core            1637    1      1071 65.4    0.000    0.000 |\nLZO1X-1(11)  | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1(11)  | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1(11)  | ethertypes         1936    1      1474 76.1    0.000    0.000 |\nLZO1X-1(11)  | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1(11)  | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1(11)  | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1(11)  | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1(11)  | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1(11)  | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1(11)  | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1(11)  | bootlogd           1997    1      1230 61.6    0.000    0.000 |\nLZO1X-1(11)  | bootmisc.sh        2062    1      1457 70.7    0.000    0.000 |\nLZO1X-1(11)  | checkroot.sh       3640    1      2391 65.7    0.000    0.000 |\nLZO1X-1(11)  | devpts.sh           571    1       455 79.7    0.000    0.000 |\nLZO1X-1(11)  | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1(11)  | functions          2362    1      1469 62.2    0.000    0.000 |\nLZO1X-1(11)  | halt                555    1       460 82.9    0.000    0.000 |\nLZO1X-1(11)  | hostname.sh         625    1       483 77.3    0.000    0.000 |\nLZO1X-1(11)  | hwclock.sh         2541    1      1351 53.2    0.000    0.000 |\nLZO1X-1(11)  | modutils.sh        1362    1       898 65.9    0.000    0.000 |\nLZO1X-1(11)  | mountall.sh        1218    1       969 79.6    0.000    0.000 |\nLZO1X-1(11)  | mountnfs.sh        1634    1       999 61.1    0.000    0.000 |\nLZO1X-1(11)  | networking         1956    1      1035 52.9    0.000    0.000 |\nLZO1X-1(11)  | populate-volatile.sh     7846    1      3767 48.0    0.000    0.000 |\nLZO1X-1(11)  | rc                 4407    1      2707 61.4    0.000    0.000 |\nLZO1X-1(11)  | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1(11)  | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1(11)  | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1(11)  | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1(11)  | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1(11)  | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1(11)  | single              623    1       485 77.8    0.000    0.000 |\nLZO1X-1(11)  | sshd               2029    1      1079 53.2    0.000    0.000 |\nLZO1X-1(11)  | sysfs.sh           1091    1       581 53.3    0.000    0.000 |\nLZO1X-1(11)  | syslog             2104    1      1175 55.8    0.000    0.000 |\nLZO1X-1(11)  | udev               3749    1      2155 57.5    0.000    0.000 |\nLZO1X-1(11)  | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1(11)  | umountnfs.sh        756    1       579 76.6    0.000    0.000 |\nLZO1X-1(11)  | urandom            1518    1       991 65.3    0.000    0.000 |\nLZO1X-1(11)  | inittab            1186    1       840 70.8    0.000    0.000 |\nLZO1X-1(11)  | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1(11)  | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1(11)  | ld.so.cache        1621    1       755 46.6    0.000    0.000 |\nLZO1X-1(11)  | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1(11)  | limits              827    1       655 79.2    0.000    0.000 |\nLZO1X-1(11)  | login.access       1999    1      1311 65.6    0.000    0.000 |\nLZO1X-1(11)  | login.defs        13498    1      7897 58.5    0.000    0.000 |\nLZO1X-1(11)  | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1(11)  | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1(11)  | nfsroot             809    1       546 67.5    0.000    0.000 |\nLZO1X-1(11)  | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1(11)  | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | nsswitch.conf       487    1       374 76.8    0.000    0.000 |\nLZO1X-1(11)  | passwd              846    1       527 62.3    0.000    0.000 |\nLZO1X-1(11)  | profile            1943    1      1417 72.9    0.000    0.000 |\nLZO1X-1(11)  | protocols          3144    1      2325 74.0    0.000    0.000 |\nLZO1X-1(11)  | rpc                 911    1       690 75.7    0.000    0.000 |\nLZO1X-1(11)  | securetty          1854    1      1150 62.0    0.000    0.000 |\nLZO1X-1(11)  | services          12990    1      8051 62.0    0.000    0.000 |\nLZO1X-1(11)  | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1(11)  | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1(11)  | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1(11)  | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1(11)  | moduli           592446    3     48600  8.2    0.000    0.000 |\nLZO1X-1(11)  | ssh_config         1569    1      1113 70.9    0.000    0.000 |\nLZO1X-1(11)  | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1(11)  | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1(11)  | sshd_config        3127    1      2058 65.8    0.000    0.000 |\nLZO1X-1(11)  | sshd_config_readonly     3131    1      2062 65.9    0.000    0.000 |\nLZO1X-1(11)  | openssl.cnf       12411    1      6754 54.4    0.000    0.000 |\nLZO1X-1(11)  | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1(11)  | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1(11)  | alacritty          3749    1      2471 65.9    0.000    0.000 |\nLZO1X-1(11)  | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1(11)  | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1(11)  | linux              1740    1      1035 59.5    0.000    0.000 |\nLZO1X-1(11)  | rxvt               2234    1      1505 67.4    0.000    0.000 |\nLZO1X-1(11)  | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1(11)  | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1(11)  | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1(11)  | vt100              1282    1       807 62.9    0.000    0.000 |\nLZO1X-1(11)  | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1(11)  | vt200              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(11)  | vt220              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(11)  | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1(11)  | xterm-256color     4041    1      2805 69.4    0.000    0.000 |\nLZO1X-1(11)  | xterm-color        1551    1       805 51.9    0.000    0.000 |\nLZO1X-1(11)  | xterm-xfree86      2240    1      1352 60.4    0.000    0.000 |\nLZO1X-1(11)  | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1(11)  | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1(11)  | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1(11)  | 50default          2652    1      1193 45.0    0.000    0.000 |\nLZO1X-1(11)  | version              15    1        19  127    0.000    0.000 |\nLZO1X-1(11)  | volatile.cache     4839    1      1302 26.9    0.000    0.000 |\nLZO1X-1(11)  | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1414 70.5    0.000    0.000\nLZO1X-1(11)    ***TOTALS***     755155  107    148499 19.7    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1(12)  | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1(12)  | busybox.links.nosuid     2422    1      1209 49.9    0.000    0.000 |\nLZO1X-1(12)  | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1(12)  | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1(12)  | rcS                1313    1      1036 78.9    0.000    0.000 |\nLZO1X-1(12)  | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1(12)  | 00_core            1637    1      1070 65.4    0.000    0.000 |\nLZO1X-1(12)  | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1(12)  | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1(12)  | ethertypes         1936    1      1469 75.9    0.000    0.000 |\nLZO1X-1(12)  | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1(12)  | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1(12)  | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1(12)  | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1(12)  | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1(12)  | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1(12)  | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1(12)  | bootlogd           1997    1      1219 61.0    0.000    0.000 |\nLZO1X-1(12)  | bootmisc.sh        2062    1      1459 70.8    0.000    0.000 |\nLZO1X-1(12)  | checkroot.sh       3640    1      2373 65.2    0.000    0.000 |\nLZO1X-1(12)  | devpts.sh           571    1       453 79.3    0.000    0.000 |\nLZO1X-1(12)  | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1(12)  | functions          2362    1      1457 61.7    0.000    0.000 |\nLZO1X-1(12)  | halt                555    1       460 82.9    0.000    0.000 |\nLZO1X-1(12)  | hostname.sh         625    1       483 77.3    0.000    0.000 |\nLZO1X-1(12)  | hwclock.sh         2541    1      1346 53.0    0.000    0.000 |\nLZO1X-1(12)  | modutils.sh        1362    1       896 65.8    0.000    0.000 |\nLZO1X-1(12)  | mountall.sh        1218    1       966 79.3    0.000    0.000 |\nLZO1X-1(12)  | mountnfs.sh        1634    1      1002 61.3    0.000    0.000 |\nLZO1X-1(12)  | networking         1956    1      1031 52.7    0.000    0.000 |\nLZO1X-1(12)  | populate-volatile.sh     7846    1      3717 47.4    0.000    0.000 |\nLZO1X-1(12)  | rc                 4407    1      2689 61.0    0.000    0.000 |\nLZO1X-1(12)  | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1(12)  | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1(12)  | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1(12)  | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1(12)  | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1(12)  | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1(12)  | single              623    1       484 77.7    0.000    0.000 |\nLZO1X-1(12)  | sshd               2029    1      1063 52.4    0.000    0.000 |\nLZO1X-1(12)  | sysfs.sh           1091    1       581 53.3    0.000    0.000 |\nLZO1X-1(12)  | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1X-1(12)  | udev               3749    1      2130 56.8    0.000    0.000 |\nLZO1X-1(12)  | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1(12)  | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1X-1(12)  | urandom            1518    1       991 65.3    0.000    0.000 |\nLZO1X-1(12)  | inittab            1186    1       837 70.6    0.000    0.000 |\nLZO1X-1(12)  | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1(12)  | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1(12)  | ld.so.cache        1621    1       755 46.6    0.000    0.000 |\nLZO1X-1(12)  | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1(12)  | limits              827    1       653 79.0    0.000    0.000 |\nLZO1X-1(12)  | login.access       1999    1      1313 65.7    0.000    0.000 |\nLZO1X-1(12)  | login.defs        13498    1      7761 57.5    0.000    0.000 |\nLZO1X-1(12)  | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1(12)  | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1(12)  | nfsroot             809    1       547 67.6    0.000    0.000 |\nLZO1X-1(12)  | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1(12)  | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | nsswitch.conf       487    1       374 76.8    0.000    0.000 |\nLZO1X-1(12)  | passwd              846    1       528 62.4    0.000    0.000 |\nLZO1X-1(12)  | profile            1943    1      1412 72.7    0.000    0.000 |\nLZO1X-1(12)  | protocols          3144    1      2303 73.3    0.000    0.000 |\nLZO1X-1(12)  | rpc                 911    1       687 75.4    0.000    0.000 |\nLZO1X-1(12)  | securetty          1854    1      1149 62.0    0.000    0.000 |\nLZO1X-1(12)  | services          12990    1      7948 61.2    0.000    0.000 |\nLZO1X-1(12)  | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1(12)  | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1(12)  | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1(12)  | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1(12)  | moduli           592446    3     48363  8.2    0.000    0.000 |\nLZO1X-1(12)  | ssh_config         1569    1      1111 70.8    0.000    0.000 |\nLZO1X-1(12)  | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1(12)  | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1(12)  | sshd_config        3127    1      2047 65.5    0.000    0.000 |\nLZO1X-1(12)  | sshd_config_readonly     3131    1      2051 65.5    0.000    0.000 |\nLZO1X-1(12)  | openssl.cnf       12411    1      6633 53.4    0.000    0.000 |\nLZO1X-1(12)  | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1(12)  | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1(12)  | alacritty          3749    1      2471 65.9    0.000    0.000 |\nLZO1X-1(12)  | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1(12)  | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1(12)  | linux              1740    1      1034 59.4    0.000    0.000 |\nLZO1X-1(12)  | rxvt               2234    1      1502 67.2    0.000    0.000 |\nLZO1X-1(12)  | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1(12)  | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1(12)  | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1(12)  | vt100              1282    1       805 62.8    0.000    0.000 |\nLZO1X-1(12)  | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1(12)  | vt200              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(12)  | vt220              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(12)  | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1(12)  | xterm-256color     4041    1      2807 69.5    0.000    0.000 |\nLZO1X-1(12)  | xterm-color        1551    1       804 51.8    0.000    0.000 |\nLZO1X-1(12)  | xterm-xfree86      2240    1      1352 60.4    0.000    0.000 |\nLZO1X-1(12)  | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1(12)  | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1(12)  | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1(12)  | 50default          2652    1      1183 44.6    0.000    0.000 |\nLZO1X-1(12)  | version              15    1        19  127    0.000    0.000 |\nLZO1X-1(12)  | volatile.cache     4839    1      1299 26.8    0.000    0.000 |\nLZO1X-1(12)  | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1406 70.4    0.000    0.000\nLZO1X-1(12)    ***TOTALS***     755155  107    147645 19.6    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1(15)  | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1(15)  | busybox.links.nosuid     2422    1      1207 49.8    0.000    0.000 |\nLZO1X-1(15)  | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1(15)  | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1(15)  | rcS                1313    1      1032 78.6    0.000    0.000 |\nLZO1X-1(15)  | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1(15)  | 00_core            1637    1      1069 65.3    0.000    0.000 |\nLZO1X-1(15)  | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1(15)  | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1(15)  | ethertypes         1936    1      1464 75.6    0.000    0.000 |\nLZO1X-1(15)  | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1(15)  | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1(15)  | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1(15)  | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1(15)  | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1(15)  | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1(15)  | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1(15)  | bootlogd           1997    1      1218 61.0    0.000    0.000 |\nLZO1X-1(15)  | bootmisc.sh        2062    1      1454 70.5    0.000    0.000 |\nLZO1X-1(15)  | checkroot.sh       3640    1      2367 65.0    0.000    0.000 |\nLZO1X-1(15)  | devpts.sh           571    1       453 79.3    0.000    0.000 |\nLZO1X-1(15)  | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1(15)  | functions          2362    1      1455 61.6    0.000    0.000 |\nLZO1X-1(15)  | halt                555    1       460 82.9    0.000    0.000 |\nLZO1X-1(15)  | hostname.sh         625    1       482 77.1    0.000    0.000 |\nLZO1X-1(15)  | hwclock.sh         2541    1      1338 52.7    0.000    0.000 |\nLZO1X-1(15)  | modutils.sh        1362    1       895 65.7    0.000    0.000 |\nLZO1X-1(15)  | mountall.sh        1218    1       964 79.1    0.000    0.000 |\nLZO1X-1(15)  | mountnfs.sh        1634    1       996 61.0    0.000    0.000 |\nLZO1X-1(15)  | networking         1956    1      1028 52.6    0.000    0.000 |\nLZO1X-1(15)  | populate-volatile.sh     7846    1      3691 47.0    0.000    0.000 |\nLZO1X-1(15)  | rc                 4407    1      2673 60.7    0.000    0.000 |\nLZO1X-1(15)  | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1(15)  | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1(15)  | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1(15)  | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1(15)  | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1(15)  | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1(15)  | single              623    1       484 77.7    0.000    0.000 |\nLZO1X-1(15)  | sshd               2029    1      1063 52.4    0.000    0.000 |\nLZO1X-1(15)  | sysfs.sh           1091    1       580 53.2    0.000    0.000 |\nLZO1X-1(15)  | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1X-1(15)  | udev               3749    1      2124 56.7    0.000    0.000 |\nLZO1X-1(15)  | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1(15)  | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1X-1(15)  | urandom            1518    1       990 65.2    0.000    0.000 |\nLZO1X-1(15)  | inittab            1186    1       837 70.6    0.000    0.000 |\nLZO1X-1(15)  | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1(15)  | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1(15)  | ld.so.cache        1621    1       753 46.5    0.000    0.000 |\nLZO1X-1(15)  | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1(15)  | limits              827    1       653 79.0    0.000    0.000 |\nLZO1X-1(15)  | login.access       1999    1      1306 65.3    0.000    0.000 |\nLZO1X-1(15)  | login.defs        13498    1      7663 56.8    0.000    0.000 |\nLZO1X-1(15)  | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1(15)  | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1(15)  | nfsroot             809    1       547 67.6    0.000    0.000 |\nLZO1X-1(15)  | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1(15)  | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | nsswitch.conf       487    1       373 76.6    0.000    0.000 |\nLZO1X-1(15)  | passwd              846    1       528 62.4    0.000    0.000 |\nLZO1X-1(15)  | profile            1943    1      1400 72.1    0.000    0.000 |\nLZO1X-1(15)  | protocols          3144    1      2291 72.9    0.000    0.000 |\nLZO1X-1(15)  | rpc                 911    1       687 75.4    0.000    0.000 |\nLZO1X-1(15)  | securetty          1854    1      1148 61.9    0.000    0.000 |\nLZO1X-1(15)  | services          12990    1      7869 60.6    0.000    0.000 |\nLZO1X-1(15)  | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1(15)  | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1(15)  | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1(15)  | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1(15)  | moduli           592446    3     48315  8.2    0.000    0.000 |\nLZO1X-1(15)  | ssh_config         1569    1      1111 70.8    0.000    0.000 |\nLZO1X-1(15)  | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1(15)  | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1(15)  | sshd_config        3127    1      2040 65.2    0.000    0.000 |\nLZO1X-1(15)  | sshd_config_readonly     3131    1      2044 65.3    0.000    0.000 |\nLZO1X-1(15)  | openssl.cnf       12411    1      6542 52.7    0.000    0.000 |\nLZO1X-1(15)  | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1(15)  | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1(15)  | alacritty          3749    1      2467 65.8    0.000    0.000 |\nLZO1X-1(15)  | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1(15)  | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1(15)  | linux              1740    1      1034 59.4    0.000    0.000 |\nLZO1X-1(15)  | rxvt               2234    1      1502 67.2    0.000    0.000 |\nLZO1X-1(15)  | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1(15)  | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1(15)  | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1(15)  | vt100              1282    1       805 62.8    0.000    0.000 |\nLZO1X-1(15)  | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1(15)  | vt200              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1(15)  | vt220              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1(15)  | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1(15)  | xterm-256color     4041    1      2799 69.3    0.000    0.000 |\nLZO1X-1(15)  | xterm-color        1551    1       804 51.8    0.000    0.000 |\nLZO1X-1(15)  | xterm-xfree86      2240    1      1349 60.2    0.000    0.000 |\nLZO1X-1(15)  | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1(15)  | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1(15)  | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1(15)  | 50default          2652    1      1188 44.8    0.000    0.000 |\nLZO1X-1(15)  | version              15    1        19  127    0.000    0.000 |\nLZO1X-1(15)  | volatile.cache     4839    1      1298 26.8    0.000    0.000 |\nLZO1X-1(15)  | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1401 70.3    0.000    0.000\nLZO1X-1(15)    ***TOTALS***     755155  107    147166 19.5    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1-99      | buildinfo           503    1       264 52.5    0.000    0.000 |\nLZO1-99      | busybox.links.nosuid     2422    1      1214 50.1    0.000    0.000 |\nLZO1-99      | busybox.links.suid       91    1        66 72.5    0.000    0.000 |\nLZO1-99      | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1-99      | rcS                1313    1       976 74.3    0.000    0.000 |\nLZO1-99      | useradd             115    1       117  102    0.000    0.000 |\nLZO1-99      | 00_core            1637    1       993 60.7    0.000    0.000 |\nLZO1-99      | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1-99      | 99_sshd              75    1        62 82.7    0.000    0.000 |\nLZO1-99      | ethertypes         1936    1      1416 73.1    0.000    0.000 |\nLZO1-99      | fstab               650    1       388 59.7    0.000    0.000 |\nLZO1-99      | group               518    1       449 86.7    0.000    0.000 |\nLZO1-99      | gshadow             432    1       314 72.7    0.000    0.000 |\nLZO1-99      | host.conf            26    1        27  104    0.000    0.000 |\nLZO1-99      | hostname             11    1        12  109    0.000    0.000 |\nLZO1-99      | hosts               235    1       184 78.3    0.000    0.000 |\nLZO1-99      | banner.sh           537    1       335 62.4    0.000    0.000 |\nLZO1-99      | bootlogd           1997    1      1193 59.7    0.000    0.000 |\nLZO1-99      | bootmisc.sh        2062    1      1381 67.0    0.000    0.000 |\nLZO1-99      | checkroot.sh       3640    1      2222 61.0    0.000    0.000 |\nLZO1-99      | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1-99      | dmesg.sh            397    1       288 72.5    0.000    0.000 |\nLZO1-99      | functions          2362    1      1389 58.8    0.000    0.000 |\nLZO1-99      | halt                555    1       442 79.6    0.000    0.000 |\nLZO1-99      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1-99      | hwclock.sh         2541    1      1250 49.2    0.000    0.000 |\nLZO1-99      | modutils.sh        1362    1       854 62.7    0.000    0.000 |\nLZO1-99      | mountall.sh        1218    1       922 75.7    0.000    0.000 |\nLZO1-99      | mountnfs.sh        1634    1       941 57.6    0.000    0.000 |\nLZO1-99      | networking         1956    1       985 50.4    0.000    0.000 |\nLZO1-99      | populate-volatile.sh     7846    1      3331 42.5    0.000    0.000 |\nLZO1-99      | rc                 4407    1      2469 56.0    0.000    0.000 |\nLZO1-99      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1-99      | read-only-rootfs-hook.sh     1319    1       894 67.8    0.000    0.000 |\nLZO1-99      | reboot              334    1       264 79.0    0.000    0.000 |\nLZO1-99      | rmnologin.sh        630    1       420 66.7    0.000    0.000 |\nLZO1-99      | save-rtc.sh         474    1       359 75.7    0.000    0.000 |\nLZO1-99      | sendsigs            483    1       338 70.0    0.000    0.000 |\nLZO1-99      | single              623    1       469 75.3    0.000    0.000 |\nLZO1-99      | sshd               2029    1       996 49.1    0.000    0.000 |\nLZO1-99      | sysfs.sh           1091    1       552 50.6    0.000    0.000 |\nLZO1-99      | syslog             2104    1      1135 53.9    0.000    0.000 |\nLZO1-99      | udev               3749    1      1994 53.2    0.000    0.000 |\nLZO1-99      | umountfs            585    1       445 76.1    0.000    0.000 |\nLZO1-99      | umountnfs.sh        756    1       562 74.3    0.000    0.000 |\nLZO1-99      | urandom            1518    1       954 62.8    0.000    0.000 |\nLZO1-99      | inittab            1186    1       796 67.1    0.000    0.000 |\nLZO1-99      | issue                49    1        51  104    0.000    0.000 |\nLZO1-99      | issue.net            46    1        48  104    0.000    0.000 |\nLZO1-99      | ld.so.cache        1621    1       706 43.6    0.000    0.000 |\nLZO1-99      | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1-99      | limits              827    1       630 76.2    0.000    0.000 |\nLZO1-99      | login.access       1999    1      1249 62.5    0.000    0.000 |\nLZO1-99      | login.defs        13498    1      6797 50.4    0.000    0.000 |\nLZO1-99      | logrotate-dmesg.conf      121    1       115 95.0    0.000    0.000 |\nLZO1-99      | motd                197    1       181 91.9    0.000    0.000 |\nLZO1-99      | nfsroot             809    1       519 64.2    0.000    0.000 |\nLZO1-99      | interfaces          129    1       118 91.5    0.000    0.000 |\nLZO1-99      | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1-99      | nsswitch.conf       487    1       337 69.2    0.000    0.000 |\nLZO1-99      | passwd              846    1       480 56.7    0.000    0.000 |\nLZO1-99      | profile            1943    1      1336 68.8    0.000    0.000 |\nLZO1-99      | protocols          3144    1      2181 69.4    0.000    0.000 |\nLZO1-99      | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1-99      | securetty          1854    1      1202 64.8    0.000    0.000 |\nLZO1-99      | services          12990    1      7176 55.2    0.000    0.000 |\nLZO1-99      | shadow              512    1       178 34.8    0.000    0.000 |\nLZO1-99      | shells               42    1        40 95.2    0.000    0.000 |\nLZO1-99      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1-99      | .profile            241    1       222 92.1    0.000    0.000 |\nLZO1-99      | moduli           592446    3     30544  5.2  481.104    0.000 |\nLZO1-99      | ssh_config         1569    1      1075 68.5    0.000    0.000 |\nLZO1-99      | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1-99      | ssh_host_ecdsa_key.pub      177    1       168 94.9    0.000    0.000 |\nLZO1-99      | sshd_config        3127    1      1917 61.3    0.000    0.000 |\nLZO1-99      | sshd_config_readonly     3131    1      1919 61.3    0.000    0.000 |\nLZO1-99      | openssl.cnf       12411    1      5869 47.3    0.000    0.000 |\nLZO1-99      | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1-99      | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1-99      | syslog-startup.conf      651    1       535 82.2    0.000    0.000 |\nLZO1-99      | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1-99      | alacritty          3749    1      2471 65.9    0.000    0.000 |\nLZO1-99      | ansi               1481    1       751 50.7    0.000    0.000 |\nLZO1-99      | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1-99      | linux              1740    1      1032 59.3    0.000    0.000 |\nLZO1-99      | rxvt               2234    1      1508 67.5    0.000    0.000 |\nLZO1-99      | screen             1607    1       944 58.7    0.000    0.000 |\nLZO1-99      | screen-256color     1715    1      1002 58.4    0.000    0.000 |\nLZO1-99      | sun                1004    1       509 50.7    0.000    0.000 |\nLZO1-99      | vt100              1282    1       790 61.6    0.000    0.000 |\nLZO1-99      | vt102              1276    1       792 62.1    0.000    0.000 |\nLZO1-99      | vt200              1391    1       933 67.1    0.000    0.000 |\nLZO1-99      | vt220              1391    1       933 67.1    0.000    0.000 |\nLZO1-99      | vt52                839    1       346 41.2    0.000    0.000 |\nLZO1-99      | xterm-256color     4041    1      2750 68.1    0.000    0.000 |\nLZO1-99      | xterm-color        1551    1       789 50.9    0.000    0.000 |\nLZO1-99      | xterm-xfree86      2240    1      1373 61.3    0.000    0.000 |\nLZO1-99      | timestamp            15    1        16  107    0.000    0.000 |\nLZO1-99      | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1-99      | local.rules         885    1       652 73.7    0.000    0.000 |\nLZO1-99      | udev.conf           215    1       191 88.8    0.000    0.000 |\nLZO1-99      | 50default          2652    1      1094 41.3    0.000    0.000 |\nLZO1-99      | version              15    1        16  107    0.000    0.000 |\nLZO1-99      | volatile.cache     4839    1      1177 24.3    0.000    0.000 |\nLZO1-99      | xattr.conf          681    1       405 59.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1179 66.2  481.104    0.000\nLZO1-99        ***TOTALS***     755155  107    123813 16.4  481.104    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1A-99     | buildinfo           503    1       263 52.3    0.000    0.000 |\nLZO1A-99     | busybox.links.nosuid     2422    1      1213 50.1    0.000    0.000 |\nLZO1A-99     | busybox.links.suid       91    1        66 72.5    0.000    0.000 |\nLZO1A-99     | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1A-99     | rcS                1313    1       972 74.0    0.000    0.000 |\nLZO1A-99     | useradd             115    1       117  102    0.000    0.000 |\nLZO1A-99     | 00_core            1637    1       991 60.5    0.000    0.000 |\nLZO1A-99     | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1A-99     | 99_sshd              75    1        62 82.7    0.000    0.000 |\nLZO1A-99     | ethertypes         1936    1      1401 72.4    0.000    0.000 |\nLZO1A-99     | fstab               650    1       383 58.9    0.000    0.000 |\nLZO1A-99     | group               518    1       447 86.3    0.000    0.000 |\nLZO1A-99     | gshadow             432    1       313 72.5    0.000    0.000 |\nLZO1A-99     | host.conf            26    1        27  104    0.000    0.000 |\nLZO1A-99     | hostname             11    1        12  109    0.000    0.000 |\nLZO1A-99     | hosts               235    1       184 78.3    0.000    0.000 |\nLZO1A-99     | banner.sh           537    1       334 62.2    0.000    0.000 |\nLZO1A-99     | bootlogd           1997    1      1191 59.6    0.000    0.000 |\nLZO1A-99     | bootmisc.sh        2062    1      1375 66.7    0.000    0.000 |\nLZO1A-99     | checkroot.sh       3640    1      2209 60.7    0.000    0.000 |\nLZO1A-99     | devpts.sh           571    1       422 73.9    0.000    0.000 |\nLZO1A-99     | dmesg.sh            397    1       288 72.5    0.000    0.000 |\nLZO1A-99     | functions          2362    1      1382 58.5    0.000    0.000 |\nLZO1A-99     | halt                555    1       441 79.5    0.000    0.000 |\nLZO1A-99     | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1A-99     | hwclock.sh         2541    1      1243 48.9    0.000    0.000 |\nLZO1A-99     | modutils.sh        1362    1       851 62.5    0.000    0.000 |\nLZO1A-99     | mountall.sh        1218    1       917 75.3    0.000    0.000 |\nLZO1A-99     | mountnfs.sh        1634    1       935 57.2    0.000    0.000 |\nLZO1A-99     | networking         1956    1       983 50.3    0.000    0.000 |\nLZO1A-99     | populate-volatile.sh     7846    1      3312 42.2    0.000    0.000 |\nLZO1A-99     | rc                 4407    1      2453 55.7    0.000    0.000 |\nLZO1A-99     | rcS                 525    1       441 84.0    0.000    0.000 |\nLZO1A-99     | read-only-rootfs-hook.sh     1319    1       890 67.5    0.000    0.000 |\nLZO1A-99     | reboot              334    1       263 78.7    0.000    0.000 |\nLZO1A-99     | rmnologin.sh        630    1       419 66.5    0.000    0.000 |\nLZO1A-99     | save-rtc.sh         474    1       358 75.5    0.000    0.000 |\nLZO1A-99     | sendsigs            483    1       337 69.8    0.000    0.000 |\nLZO1A-99     | single              623    1       467 75.0    0.000    0.000 |\nLZO1A-99     | sshd               2029    1       992 48.9    0.000    0.000 |\nLZO1A-99     | sysfs.sh           1091    1       552 50.6    0.000    0.000 |\nLZO1A-99     | syslog             2104    1      1133 53.8    0.000    0.000 |\nLZO1A-99     | udev               3749    1      1988 53.0    0.000    0.000 |\nLZO1A-99     | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1A-99     | umountnfs.sh        756    1       560 74.1    0.000    0.000 |\nLZO1A-99     | urandom            1518    1       947 62.4    0.000    0.000 |\nLZO1A-99     | inittab            1186    1       792 66.8    0.000    0.000 |\nLZO1A-99     | issue                49    1        51  104    0.000    0.000 |\nLZO1A-99     | issue.net            46    1        48  104    0.000    0.000 |\nLZO1A-99     | ld.so.cache        1621    1       684 42.2    0.000    0.000 |\nLZO1A-99     | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1A-99     | limits              827    1       626 75.7    0.000    0.000 |\nLZO1A-99     | login.access       1999    1      1233 61.7    0.000    0.000 |\nLZO1A-99     | login.defs        13498    1      6739 49.9    0.000    0.000 |\nLZO1A-99     | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1A-99     | motd                197    1       180 91.4    0.000    0.000 |\nLZO1A-99     | nfsroot             809    1       517 63.9    0.000    0.000 |\nLZO1A-99     | interfaces          129    1       118 91.5    0.000    0.000 |\nLZO1A-99     | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | nsswitch.conf       487    1       336 69.0    0.000    0.000 |\nLZO1A-99     | passwd              846    1       475 56.1    0.000    0.000 |\nLZO1A-99     | profile            1943    1      1327 68.3    0.000    0.000 |\nLZO1A-99     | protocols          3144    1      2167 68.9    0.000    0.000 |\nLZO1A-99     | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1A-99     | securetty          1854    1      1201 64.8    0.000    0.000 |\nLZO1A-99     | services          12990    1      7115 54.8    0.000    0.000 |\nLZO1A-99     | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1A-99     | shells               42    1        40 95.2    0.000    0.000 |\nLZO1A-99     | .bashrc             410    1       325 79.3    0.000    0.000 |\nLZO1A-99     | .profile            241    1       222 92.1    0.000    0.000 |\nLZO1A-99     | moduli           592446    3     30110  5.1  484.972    0.000 |\nLZO1A-99     | ssh_config         1569    1      1069 68.1    0.000    0.000 |\nLZO1A-99     | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1A-99     | ssh_host_ecdsa_key.pub      177    1       168 94.9    0.000    0.000 |\nLZO1A-99     | sshd_config        3127    1      1904 60.9    0.000    0.000 |\nLZO1A-99     | sshd_config_readonly     3131    1      1906 60.9    0.000    0.000 |\nLZO1A-99     | openssl.cnf       12411    1      5827 47.0    0.000    0.000 |\nLZO1A-99     | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | syslog-startup.conf      651    1       534 82.0    0.000    0.000 |\nLZO1A-99     | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1A-99     | alacritty          3749    1      2442 65.1    0.000    0.000 |\nLZO1A-99     | ansi               1481    1       728 49.2    0.000    0.000 |\nLZO1A-99     | dumb                308    1        68 22.1    0.000    0.000 |\nLZO1A-99     | linux              1740    1      1014 58.3    0.000    0.000 |\nLZO1A-99     | rxvt               2234    1      1479 66.2    0.000    0.000 |\nLZO1A-99     | screen             1607    1       927 57.7    0.000    0.000 |\nLZO1A-99     | screen-256color     1715    1       984 57.4    0.000    0.000 |\nLZO1A-99     | sun                1004    1       491 48.9    0.000    0.000 |\nLZO1A-99     | vt100              1282    1       761 59.4    0.000    0.000 |\nLZO1A-99     | vt102              1276    1       766 60.0    0.000    0.000 |\nLZO1A-99     | vt200              1391    1       909 65.3    0.000    0.000 |\nLZO1A-99     | vt220              1391    1       909 65.3    0.000    0.000 |\nLZO1A-99     | vt52                839    1       336 40.0    0.000    0.000 |\nLZO1A-99     | xterm-256color     4041    1      2709 67.0    0.000    0.000 |\nLZO1A-99     | xterm-color        1551    1       775 50.0    0.000    0.000 |\nLZO1A-99     | xterm-xfree86      2240    1      1346 60.1    0.000    0.000 |\nLZO1A-99     | timestamp            15    1        16  107    0.000    0.000 |\nLZO1A-99     | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | local.rules         885    1       647 73.1    0.000    0.000 |\nLZO1A-99     | udev.conf           215    1       191 88.8    0.000    0.000 |\nLZO1A-99     | 50default          2652    1      1090 41.1    0.000    0.000 |\nLZO1A-99     | version              15    1        16  107    0.000    0.000 |\nLZO1A-99     | volatile.cache     4839    1      1176 24.3    0.000    0.000 |\nLZO1A-99     | xattr.conf          681    1       404 59.3    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1167 65.8  484.972    0.000\nLZO1A-99       ***TOTALS***     755155  107    122587 16.2  484.972    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-99     | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1B-99     | busybox.links.nosuid     2422    1      1216 50.2    0.000    0.000 |\nLZO1B-99     | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-99     | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-99     | rcS                1313    1       975 74.3    0.000    0.000 |\nLZO1B-99     | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-99     | 00_core            1637    1       984 60.1    0.000    0.000 |\nLZO1B-99     | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-99     | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-99     | ethertypes         1936    1      1403 72.5    0.000    0.000 |\nLZO1B-99     | fstab               650    1       382 58.8    0.000    0.000 |\nLZO1B-99     | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-99     | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1B-99     | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-99     | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-99     | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1B-99     | banner.sh           537    1       339 63.1    0.000    0.000 |\nLZO1B-99     | bootlogd           1997    1      1191 59.6    0.000    0.000 |\nLZO1B-99     | bootmisc.sh        2062    1      1380 66.9    0.000    0.000 |\nLZO1B-99     | checkroot.sh       3640    1      2214 60.8    0.000    0.000 |\nLZO1B-99     | devpts.sh           571    1       425 74.4    0.000    0.000 |\nLZO1B-99     | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-99     | functions          2362    1      1380 58.4    0.000    0.000 |\nLZO1B-99     | halt                555    1       444 80.0    0.000    0.000 |\nLZO1B-99     | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-99     | hwclock.sh         2541    1      1244 49.0    0.000    0.000 |\nLZO1B-99     | modutils.sh        1362    1       850 62.4    0.000    0.000 |\nLZO1B-99     | mountall.sh        1218    1       919 75.5    0.000    0.000 |\nLZO1B-99     | mountnfs.sh        1634    1       938 57.4    0.000    0.000 |\nLZO1B-99     | networking         1956    1       989 50.6    0.000    0.000 |\nLZO1B-99     | populate-volatile.sh     7846    1      3302 42.1    0.000    0.000 |\nLZO1B-99     | rc                 4407    1      2440 55.4    0.000    0.000 |\nLZO1B-99     | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1B-99     | read-only-rootfs-hook.sh     1319    1       890 67.5    0.000    0.000 |\nLZO1B-99     | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-99     | rmnologin.sh        630    1       420 66.7    0.000    0.000 |\nLZO1B-99     | save-rtc.sh         474    1       361 76.2    0.000    0.000 |\nLZO1B-99     | sendsigs            483    1       340 70.4    0.000    0.000 |\nLZO1B-99     | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-99     | sshd               2029    1       998 49.2    0.000    0.000 |\nLZO1B-99     | sysfs.sh           1091    1       557 51.1    0.000    0.000 |\nLZO1B-99     | syslog             2104    1      1130 53.7    0.000    0.000 |\nLZO1B-99     | udev               3749    1      1979 52.8    0.000    0.000 |\nLZO1B-99     | umountfs            585    1       447 76.4    0.000    0.000 |\nLZO1B-99     | umountnfs.sh        756    1       563 74.5    0.000    0.000 |\nLZO1B-99     | urandom            1518    1       953 62.8    0.000    0.000 |\nLZO1B-99     | inittab            1186    1       795 67.0    0.000    0.000 |\nLZO1B-99     | issue                49    1        54  110    0.000    0.000 |\nLZO1B-99     | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-99     | ld.so.cache        1621    1       678 41.8    0.000    0.000 |\nLZO1B-99     | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-99     | limits              827    1       627 75.8    0.000    0.000 |\nLZO1B-99     | login.access       1999    1      1238 61.9    0.000    0.000 |\nLZO1B-99     | login.defs        13498    1      6696 49.6    0.000    0.000 |\nLZO1B-99     | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-99     | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-99     | nfsroot             809    1       520 64.3    0.000    0.000 |\nLZO1B-99     | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-99     | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | nsswitch.conf       487    1       335 68.8    0.000    0.000 |\nLZO1B-99     | passwd              846    1       477 56.4    0.000    0.000 |\nLZO1B-99     | profile            1943    1      1328 68.3    0.000    0.000 |\nLZO1B-99     | protocols          3144    1      2165 68.9    0.000    0.000 |\nLZO1B-99     | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1B-99     | securetty          1854    1      1204 64.9    0.000    0.000 |\nLZO1B-99     | services          12990    1      7104 54.7    0.000    0.000 |\nLZO1B-99     | shadow              512    1       179 35.0    0.000    0.000 |\nLZO1B-99     | shells               42    1        43  102    0.000    0.000 |\nLZO1B-99     | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-99     | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-99     | moduli           592446    3     25516  4.3  367.532    0.000 |\nLZO1B-99     | ssh_config         1569    1      1072 68.3    0.000    0.000 |\nLZO1B-99     | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-99     | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-99     | sshd_config        3127    1      1904 60.9    0.000    0.000 |\nLZO1B-99     | sshd_config_readonly     3131    1      1906 60.9    0.000    0.000 |\nLZO1B-99     | openssl.cnf       12411    1      5802 46.7    0.000    0.000 |\nLZO1B-99     | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | syslog-startup.conf      651    1       537 82.5    0.000    0.000 |\nLZO1B-99     | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-99     | alacritty          3749    1      2446 65.2    0.000    0.000 |\nLZO1B-99     | ansi               1481    1       733 49.5    0.000    0.000 |\nLZO1B-99     | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-99     | linux              1740    1      1019 58.6    0.000    0.000 |\nLZO1B-99     | rxvt               2234    1      1482 66.3    0.000    0.000 |\nLZO1B-99     | screen             1607    1       931 57.9    0.000    0.000 |\nLZO1B-99     | screen-256color     1715    1       986 57.5    0.000    0.000 |\nLZO1B-99     | sun                1004    1       497 49.5    0.000    0.000 |\nLZO1B-99     | vt100              1282    1       766 59.8    0.000    0.000 |\nLZO1B-99     | vt102              1276    1       771 60.4    0.000    0.000 |\nLZO1B-99     | vt200              1391    1       914 65.7    0.000    0.000 |\nLZO1B-99     | vt220              1391    1       914 65.7    0.000    0.000 |\nLZO1B-99     | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-99     | xterm-256color     4041    1      2721 67.3    0.000    0.000 |\nLZO1B-99     | xterm-color        1551    1       779 50.2    0.000    0.000 |\nLZO1B-99     | xterm-xfree86      2240    1      1348 60.2    0.000    0.000 |\nLZO1B-99     | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-99     | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | local.rules         885    1       650 73.4    0.000    0.000 |\nLZO1B-99     | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-99     | 50default          2652    1      1101 41.5    0.000    0.000 |\nLZO1B-99     | version              15    1        19  127    0.000    0.000 |\nLZO1B-99     | volatile.cache     4839    1      1128 23.3    0.000    0.000 |\nLZO1B-99     | xattr.conf          681    1       410 60.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1124 67.4  367.532    0.000\nLZO1B-99       ***TOTALS***     755155  107    118115 15.6  367.532    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-99     | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1C-99     | busybox.links.nosuid     2422    1      1160 47.9    0.000    0.000 |\nLZO1C-99     | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-99     | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-99     | rcS                1313    1       973 74.1    0.000    0.000 |\nLZO1C-99     | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-99     | 00_core            1637    1       979 59.8    0.000    0.000 |\nLZO1C-99     | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-99     | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-99     | ethertypes         1936    1      1399 72.3    0.000    0.000 |\nLZO1C-99     | fstab               650    1       377 58.0    0.000    0.000 |\nLZO1C-99     | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-99     | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1C-99     | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-99     | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-99     | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1C-99     | banner.sh           537    1       336 62.6    0.000    0.000 |\nLZO1C-99     | bootlogd           1997    1      1181 59.1    0.000    0.000 |\nLZO1C-99     | bootmisc.sh        2062    1      1360 66.0    0.000    0.000 |\nLZO1C-99     | checkroot.sh       3640    1      2199 60.4    0.000    0.000 |\nLZO1C-99     | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1C-99     | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-99     | functions          2362    1      1365 57.8    0.000    0.000 |\nLZO1C-99     | halt                555    1       443 79.8    0.000    0.000 |\nLZO1C-99     | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-99     | hwclock.sh         2541    1      1232 48.5    0.000    0.000 |\nLZO1C-99     | modutils.sh        1362    1       840 61.7    0.000    0.000 |\nLZO1C-99     | mountall.sh        1218    1       913 75.0    0.000    0.000 |\nLZO1C-99     | mountnfs.sh        1634    1       931 57.0    0.000    0.000 |\nLZO1C-99     | networking         1956    1       986 50.4    0.000    0.000 |\nLZO1C-99     | populate-volatile.sh     7846    1      3282 41.8    0.000    0.000 |\nLZO1C-99     | rc                 4407    1      2415 54.8    0.000    0.000 |\nLZO1C-99     | rcS                 525    1       442 84.2    0.000    0.000 |\nLZO1C-99     | read-only-rootfs-hook.sh     1319    1       883 66.9    0.000    0.000 |\nLZO1C-99     | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-99     | rmnologin.sh        630    1       415 65.9    0.000    0.000 |\nLZO1C-99     | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1C-99     | sendsigs            483    1       339 70.2    0.000    0.000 |\nLZO1C-99     | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-99     | sshd               2029    1       983 48.4    0.000    0.000 |\nLZO1C-99     | sysfs.sh           1091    1       552 50.6    0.000    0.000 |\nLZO1C-99     | syslog             2104    1      1125 53.5    0.000    0.000 |\nLZO1C-99     | udev               3749    1      1953 52.1    0.000    0.000 |\nLZO1C-99     | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1C-99     | umountnfs.sh        756    1       556 73.5    0.000    0.000 |\nLZO1C-99     | urandom            1518    1       943 62.1    0.000    0.000 |\nLZO1C-99     | inittab            1186    1       787 66.4    0.000    0.000 |\nLZO1C-99     | issue                49    1        54  110    0.000    0.000 |\nLZO1C-99     | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-99     | ld.so.cache        1621    1       665 41.0    0.000    0.000 |\nLZO1C-99     | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-99     | limits              827    1       621 75.1    0.000    0.000 |\nLZO1C-99     | login.access       1999    1      1231 61.6    0.000    0.000 |\nLZO1C-99     | login.defs        13498    1      6653 49.3    0.000    0.000 |\nLZO1C-99     | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-99     | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-99     | nfsroot             809    1       517 63.9    0.000    0.000 |\nLZO1C-99     | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-99     | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | nsswitch.conf       487    1       333 68.4    0.000    0.000 |\nLZO1C-99     | passwd              846    1       467 55.2    0.000    0.000 |\nLZO1C-99     | profile            1943    1      1317 67.8    0.000    0.000 |\nLZO1C-99     | protocols          3144    1      2148 68.3    0.000    0.000 |\nLZO1C-99     | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1C-99     | securetty          1854    1      1197 64.6    0.000    0.000 |\nLZO1C-99     | services          12990    1      7003 53.9    0.000    0.000 |\nLZO1C-99     | shadow              512    1       169 33.0    0.000    0.000 |\nLZO1C-99     | shells               42    1        43  102    0.000    0.000 |\nLZO1C-99     | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-99     | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-99     | moduli           592446    3     25125  4.2  475.696    0.000 |\nLZO1C-99     | ssh_config         1569    1      1065 67.9    0.000    0.000 |\nLZO1C-99     | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-99     | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-99     | sshd_config        3127    1      1897 60.7    0.000    0.000 |\nLZO1C-99     | sshd_config_readonly     3131    1      1899 60.7    0.000    0.000 |\nLZO1C-99     | openssl.cnf       12411    1      5744 46.3    0.000    0.000 |\nLZO1C-99     | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | syslog-startup.conf      651    1       535 82.2    0.000    0.000 |\nLZO1C-99     | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-99     | alacritty          3749    1      2431 64.8    0.000    0.000 |\nLZO1C-99     | ansi               1481    1       721 48.7    0.000    0.000 |\nLZO1C-99     | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-99     | linux              1740    1      1006 57.8    0.000    0.000 |\nLZO1C-99     | rxvt               2234    1      1478 66.2    0.000    0.000 |\nLZO1C-99     | screen             1607    1       921 57.3    0.000    0.000 |\nLZO1C-99     | screen-256color     1715    1       973 56.7    0.000    0.000 |\nLZO1C-99     | sun                1004    1       487 48.5    0.000    0.000 |\nLZO1C-99     | vt100              1282    1       759 59.2    0.000    0.000 |\nLZO1C-99     | vt102              1276    1       764 59.9    0.000    0.000 |\nLZO1C-99     | vt200              1391    1       908 65.3    0.000    0.000 |\nLZO1C-99     | vt220              1391    1       908 65.3    0.000    0.000 |\nLZO1C-99     | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-99     | xterm-256color     4041    1      2706 67.0    0.000    0.000 |\nLZO1C-99     | xterm-color        1551    1       771 49.7    0.000    0.000 |\nLZO1C-99     | xterm-xfree86      2240    1      1344 60.0    0.000    0.000 |\nLZO1C-99     | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-99     | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | local.rules         885    1       644 72.8    0.000    0.000 |\nLZO1C-99     | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-99     | 50default          2652    1      1084 40.9    0.000    0.000 |\nLZO1C-99     | version              15    1        19  127    0.000    0.000 |\nLZO1C-99     | volatile.cache     4839    1      1120 23.1    0.000    0.000 |\nLZO1C-99     | xattr.conf          681    1       406 59.6    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1113 67.0  475.696    0.000\nLZO1C-99       ***TOTALS***     755155  107    116909 15.5  475.696    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-999    | buildinfo           503    1       260 51.7    0.000    0.000 |\nLZO1B-999    | busybox.links.nosuid     2422    1      1191 49.2    0.000    0.000 |\nLZO1B-999    | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-999    | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-999    | rcS                1313    1       963 73.3    0.000    0.000 |\nLZO1B-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-999    | 00_core            1637    1       964 58.9    0.000    0.000 |\nLZO1B-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1B-999    | 99_sshd              75    1        60 80.0    0.000    0.000 |\nLZO1B-999    | ethertypes         1936    1      1393 72.0    0.000    0.000 |\nLZO1B-999    | fstab               650    1       365 56.2    0.000    0.000 |\nLZO1B-999    | group               518    1       441 85.1    0.000    0.000 |\nLZO1B-999    | gshadow             432    1       301 69.7    0.000    0.000 |\nLZO1B-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-999    | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1B-999    | banner.sh           537    1       339 63.1    0.000    0.000 |\nLZO1B-999    | bootlogd           1997    1      1162 58.2    0.000    0.000 |\nLZO1B-999    | bootmisc.sh        2062    1      1356 65.8    0.000    0.000 |\nLZO1B-999    | checkroot.sh       3640    1      2168 59.6    0.000    0.000 |\nLZO1B-999    | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1B-999    | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-999    | functions          2362    1      1366 57.8    0.000    0.000 |\nLZO1B-999    | halt                555    1       443 79.8    0.000    0.000 |\nLZO1B-999    | hostname.sh         625    1       467 74.7    0.000    0.000 |\nLZO1B-999    | hwclock.sh         2541    1      1222 48.1    0.000    0.000 |\nLZO1B-999    | modutils.sh        1362    1       839 61.6    0.000    0.000 |\nLZO1B-999    | mountall.sh        1218    1       914 75.0    0.000    0.000 |\nLZO1B-999    | mountnfs.sh        1634    1       921 56.4    0.000    0.000 |\nLZO1B-999    | networking         1956    1       973 49.7    0.000    0.000 |\nLZO1B-999    | populate-volatile.sh     7846    1      3177 40.5    0.000    0.000 |\nLZO1B-999    | rc                 4407    1      2362 53.6    0.000    0.000 |\nLZO1B-999    | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1B-999    | read-only-rootfs-hook.sh     1319    1       881 66.8    0.000    0.000 |\nLZO1B-999    | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-999    | rmnologin.sh        630    1       418 66.3    0.000    0.000 |\nLZO1B-999    | save-rtc.sh         474    1       361 76.2    0.000    0.000 |\nLZO1B-999    | sendsigs            483    1       340 70.4    0.000    0.000 |\nLZO1B-999    | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-999    | sshd               2029    1       977 48.2    0.000    0.000 |\nLZO1B-999    | sysfs.sh           1091    1       536 49.1    0.000    0.000 |\nLZO1B-999    | syslog             2104    1      1119 53.2    0.000    0.000 |\nLZO1B-999    | udev               3749    1      1932 51.5    0.000    0.000 |\nLZO1B-999    | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1B-999    | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1B-999    | urandom            1518    1       942 62.1    0.000    0.000 |\nLZO1B-999    | inittab            1186    1       789 66.5    0.000    0.000 |\nLZO1B-999    | issue                49    1        54  110    0.000    0.000 |\nLZO1B-999    | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-999    | ld.so.cache        1621    1       652 40.2    0.000    0.000 |\nLZO1B-999    | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1B-999    | limits              827    1       623 75.3    0.000    0.000 |\nLZO1B-999    | login.access       1999    1      1203 60.2    0.000    0.000 |\nLZO1B-999    | login.defs        13498    1      6301 46.7    0.000    0.000 |\nLZO1B-999    | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-999    | motd                197    1       182 92.4    0.000    0.000 |\nLZO1B-999    | nfsroot             809    1       515 63.7    0.000    0.000 |\nLZO1B-999    | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | nsswitch.conf       487    1       335 68.8    0.000    0.000 |\nLZO1B-999    | passwd              846    1       471 55.7    0.000    0.000 |\nLZO1B-999    | profile            1943    1      1318 67.8    0.000    0.000 |\nLZO1B-999    | protocols          3144    1      2123 67.5    0.000    0.000 |\nLZO1B-999    | rpc                 911    1       676 74.2    0.000    0.000 |\nLZO1B-999    | securetty          1854    1      1171 63.2    0.000    0.000 |\nLZO1B-999    | services          12990    1      6846 52.7    0.000    0.000 |\nLZO1B-999    | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1B-999    | shells               42    1        43  102    0.000    0.000 |\nLZO1B-999    | .bashrc             410    1       325 79.3    0.000    0.000 |\nLZO1B-999    | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-999    | moduli           592446    3     24996  4.2  147.268    0.000 |\nLZO1B-999    | ssh_config         1569    1      1062 67.7    0.000    0.000 |\nLZO1B-999    | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1B-999    | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-999    | sshd_config        3127    1      1863 59.6    0.000    0.000 |\nLZO1B-999    | sshd_config_readonly     3131    1      1865 59.6    0.000    0.000 |\nLZO1B-999    | openssl.cnf       12411    1      5527 44.5    0.000    0.000 |\nLZO1B-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | syslog-startup.conf      651    1       531 81.6    0.000    0.000 |\nLZO1B-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-999    | alacritty          3749    1      2396 63.9    0.000    0.000 |\nLZO1B-999    | ansi               1481    1       719 48.5    0.000    0.000 |\nLZO1B-999    | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1B-999    | linux              1740    1       999 57.4    0.000    0.000 |\nLZO1B-999    | rxvt               2234    1      1453 65.0    0.000    0.000 |\nLZO1B-999    | screen             1607    1       918 57.1    0.000    0.000 |\nLZO1B-999    | screen-256color     1715    1       969 56.5    0.000    0.000 |\nLZO1B-999    | sun                1004    1       490 48.8    0.000    0.000 |\nLZO1B-999    | vt100              1282    1       754 58.8    0.000    0.000 |\nLZO1B-999    | vt102              1276    1       758 59.4    0.000    0.000 |\nLZO1B-999    | vt200              1391    1       902 64.8    0.000    0.000 |\nLZO1B-999    | vt220              1391    1       902 64.8    0.000    0.000 |\nLZO1B-999    | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-999    | xterm-256color     4041    1      2653 65.7    0.000    0.000 |\nLZO1B-999    | xterm-color        1551    1       764 49.3    0.000    0.000 |\nLZO1B-999    | xterm-xfree86      2240    1      1318 58.8    0.000    0.000 |\nLZO1B-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1B-999    | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1B-999    | 50default          2652    1      1078 40.6    0.000    0.000 |\nLZO1B-999    | version              15    1        19  127    0.000    0.000 |\nLZO1B-999    | volatile.cache     4839    1      1060 21.9    0.000    0.000 |\nLZO1B-999    | xattr.conf          681    1       410 60.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1098 66.5  147.268    0.000\nLZO1B-999      ***TOTALS***     755155  107    115332 15.3  147.268    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-999    | buildinfo           503    1       260 51.7    0.000    0.000 |\nLZO1C-999    | busybox.links.nosuid     2422    1      1127 46.5    0.000    0.000 |\nLZO1C-999    | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-999    | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-999    | rcS                1313    1       961 73.2    0.000    0.000 |\nLZO1C-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-999    | 00_core            1637    1       956 58.4    0.000    0.000 |\nLZO1C-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1C-999    | 99_sshd              75    1        59 78.7    0.000    0.000 |\nLZO1C-999    | ethertypes         1936    1      1387 71.6    0.000    0.000 |\nLZO1C-999    | fstab               650    1       358 55.1    0.000    0.000 |\nLZO1C-999    | group               518    1       441 85.1    0.000    0.000 |\nLZO1C-999    | gshadow             432    1       301 69.7    0.000    0.000 |\nLZO1C-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-999    | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1C-999    | banner.sh           537    1       336 62.6    0.000    0.000 |\nLZO1C-999    | bootlogd           1997    1      1152 57.7    0.000    0.000 |\nLZO1C-999    | bootmisc.sh        2062    1      1334 64.7    0.000    0.000 |\nLZO1C-999    | checkroot.sh       3640    1      2144 58.9    0.000    0.000 |\nLZO1C-999    | devpts.sh           571    1       421 73.7    0.000    0.000 |\nLZO1C-999    | dmesg.sh            397    1       289 72.8    0.000    0.000 |\nLZO1C-999    | functions          2362    1      1349 57.1    0.000    0.000 |\nLZO1C-999    | halt                555    1       442 79.6    0.000    0.000 |\nLZO1C-999    | hostname.sh         625    1       464 74.2    0.000    0.000 |\nLZO1C-999    | hwclock.sh         2541    1      1212 47.7    0.000    0.000 |\nLZO1C-999    | modutils.sh        1362    1       827 60.7    0.000    0.000 |\nLZO1C-999    | mountall.sh        1218    1       908 74.5    0.000    0.000 |\nLZO1C-999    | mountnfs.sh        1634    1       915 56.0    0.000    0.000 |\nLZO1C-999    | networking         1956    1       967 49.4    0.000    0.000 |\nLZO1C-999    | populate-volatile.sh     7846    1      3138 40.0    0.000    0.000 |\nLZO1C-999    | rc                 4407    1      2333 52.9    0.000    0.000 |\nLZO1C-999    | rcS                 525    1       440 83.8    0.000    0.000 |\nLZO1C-999    | read-only-rootfs-hook.sh     1319    1       872 66.1    0.000    0.000 |\nLZO1C-999    | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-999    | rmnologin.sh        630    1       412 65.4    0.000    0.000 |\nLZO1C-999    | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1C-999    | sendsigs            483    1       339 70.2    0.000    0.000 |\nLZO1C-999    | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-999    | sshd               2029    1       961 47.4    0.000    0.000 |\nLZO1C-999    | sysfs.sh           1091    1       531 48.7    0.000    0.000 |\nLZO1C-999    | syslog             2104    1      1107 52.6    0.000    0.000 |\nLZO1C-999    | udev               3749    1      1907 50.9    0.000    0.000 |\nLZO1C-999    | umountfs            585    1       441 75.4    0.000    0.000 |\nLZO1C-999    | umountnfs.sh        756    1       552 73.0    0.000    0.000 |\nLZO1C-999    | urandom            1518    1       931 61.3    0.000    0.000 |\nLZO1C-999    | inittab            1186    1       779 65.7    0.000    0.000 |\nLZO1C-999    | issue                49    1        54  110    0.000    0.000 |\nLZO1C-999    | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-999    | ld.so.cache        1621    1       626 38.6    0.000    0.000 |\nLZO1C-999    | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1C-999    | limits              827    1       617 74.6    0.000    0.000 |\nLZO1C-999    | login.access       1999    1      1196 59.8    0.000    0.000 |\nLZO1C-999    | login.defs        13498    1      6234 46.2    0.000    0.000 |\nLZO1C-999    | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-999    | motd                197    1       182 92.4    0.000    0.000 |\nLZO1C-999    | nfsroot             809    1       512 63.3    0.000    0.000 |\nLZO1C-999    | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | nsswitch.conf       487    1       333 68.4    0.000    0.000 |\nLZO1C-999    | passwd              846    1       460 54.4    0.000    0.000 |\nLZO1C-999    | profile            1943    1      1307 67.3    0.000    0.000 |\nLZO1C-999    | protocols          3144    1      2104 66.9    0.000    0.000 |\nLZO1C-999    | rpc                 911    1       673 73.9    0.000    0.000 |\nLZO1C-999    | securetty          1854    1      1162 62.7    0.000    0.000 |\nLZO1C-999    | services          12990    1      6730 51.8    0.000    0.000 |\nLZO1C-999    | shadow              512    1       166 32.4    0.000    0.000 |\nLZO1C-999    | shells               42    1        43  102    0.000    0.000 |\nLZO1C-999    | .bashrc             410    1       322 78.5    0.000    0.000 |\nLZO1C-999    | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-999    | moduli           592446    3     24716  4.2  168.466    0.000 |\nLZO1C-999    | ssh_config         1569    1      1055 67.2    0.000    0.000 |\nLZO1C-999    | ssh_host_ecdsa_key      505    1       445 88.1    0.000    0.000 |\nLZO1C-999    | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-999    | sshd_config        3127    1      1852 59.2    0.000    0.000 |\nLZO1C-999    | sshd_config_readonly     3131    1      1854 59.2    0.000    0.000 |\nLZO1C-999    | openssl.cnf       12411    1      5448 43.9    0.000    0.000 |\nLZO1C-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | syslog-startup.conf      651    1       529 81.3    0.000    0.000 |\nLZO1C-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-999    | alacritty          3749    1      2374 63.3    0.000    0.000 |\nLZO1C-999    | ansi               1481    1       707 47.7    0.000    0.000 |\nLZO1C-999    | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1C-999    | linux              1740    1       983 56.5    0.000    0.000 |\nLZO1C-999    | rxvt               2234    1      1446 64.7    0.000    0.000 |\nLZO1C-999    | screen             1607    1       907 56.4    0.000    0.000 |\nLZO1C-999    | screen-256color     1715    1       955 55.7    0.000    0.000 |\nLZO1C-999    | sun                1004    1       480 47.8    0.000    0.000 |\nLZO1C-999    | vt100              1282    1       748 58.3    0.000    0.000 |\nLZO1C-999    | vt102              1276    1       751 58.9    0.000    0.000 |\nLZO1C-999    | vt200              1391    1       894 64.3    0.000    0.000 |\nLZO1C-999    | vt220              1391    1       894 64.3    0.000    0.000 |\nLZO1C-999    | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-999    | xterm-256color     4041    1      2632 65.1    0.000    0.000 |\nLZO1C-999    | xterm-color        1551    1       755 48.7    0.000    0.000 |\nLZO1C-999    | xterm-xfree86      2240    1      1307 58.3    0.000    0.000 |\nLZO1C-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | local.rules         885    1       643 72.7    0.000    0.000 |\nLZO1C-999    | udev.conf           215    1       192 89.3    0.000    0.000 |\nLZO1C-999    | 50default          2652    1      1060 40.0    0.000    0.000 |\nLZO1C-999    | version              15    1        19  127    0.000    0.000 |\nLZO1C-999    | volatile.cache     4839    1      1054 21.8    0.000    0.000 |\nLZO1C-999    | xattr.conf          681    1       406 59.6    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1086 66.0  168.466    0.000\nLZO1C-999      ***TOTALS***     755155  107    114050 15.1  168.466    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO2A-999    | buildinfo           503    1       261 51.9    0.000    0.000 |\nLZO2A-999    | busybox.links.nosuid     2422    1      1084 44.8    0.000    0.000 |\nLZO2A-999    | busybox.links.suid       91    1        65 71.4    0.000    0.000 |\nLZO2A-999    | devpts               93    1        93  100    0.000    0.000 |\nLZO2A-999    | rcS                1313    1       863 65.7    0.000    0.000 |\nLZO2A-999    | useradd             115    1       124  108    0.000    0.000 |\nLZO2A-999    | 00_core            1637    1       839 51.3    0.000    0.000 |\nLZO2A-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO2A-999    | 99_sshd              75    1        60 80.0    0.000    0.000 |\nLZO2A-999    | ethertypes         1936    1      1251 64.6    0.000    0.000 |\nLZO2A-999    | fstab               650    1       348 53.5    0.000    0.000 |\nLZO2A-999    | group               518    1       354 68.3    0.000    0.000 |\nLZO2A-999    | gshadow             432    1       269 62.3    0.000    0.000 |\nLZO2A-999    | host.conf            26    1        32  123    0.000    0.000 |\nLZO2A-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO2A-999    | hosts               235    1       174 74.0    0.000    0.000 |\nLZO2A-999    | banner.sh           537    1       318 59.2    0.000    0.000 |\nLZO2A-999    | bootlogd           1997    1      1044 52.3    0.000    0.000 |\nLZO2A-999    | bootmisc.sh        2062    1      1216 59.0    0.000    0.000 |\nLZO2A-999    | checkroot.sh       3640    1      1975 54.3    0.000    0.000 |\nLZO2A-999    | devpts.sh           571    1       387 67.8    0.000    0.000 |\nLZO2A-999    | dmesg.sh            397    1       275 69.3    0.000    0.000 |\nLZO2A-999    | functions          2362    1      1232 52.2    0.000    0.000 |\nLZO2A-999    | halt                555    1       404 72.8    0.000    0.000 |\nLZO2A-999    | hostname.sh         625    1       435 69.6    0.000    0.000 |\nLZO2A-999    | hwclock.sh         2541    1      1133 44.6    0.000    0.000 |\nLZO2A-999    | modutils.sh        1362    1       760 55.8    0.000    0.000 |\nLZO2A-999    | mountall.sh        1218    1       814 66.8    0.000    0.000 |\nLZO2A-999    | mountnfs.sh        1634    1       849 52.0    0.000    0.000 |\nLZO2A-999    | networking         1956    1       890 45.5    0.000    0.000 |\nLZO2A-999    | populate-volatile.sh     7846    1      2954 37.6    0.000    0.000 |\nLZO2A-999    | rc                 4407    1      2177 49.4    0.000    0.000 |\nLZO2A-999    | rcS                 525    1       402 76.6    0.000    0.000 |\nLZO2A-999    | read-only-rootfs-hook.sh     1319    1       802 60.8    0.000    0.000 |\nLZO2A-999    | reboot              334    1       251 75.1    0.000    0.000 |\nLZO2A-999    | rmnologin.sh        630    1       384 61.0    0.000    0.000 |\nLZO2A-999    | save-rtc.sh         474    1       341 71.9    0.000    0.000 |\nLZO2A-999    | sendsigs            483    1       322 66.7    0.000    0.000 |\nLZO2A-999    | single              623    1       432 69.3    0.000    0.000 |\nLZO2A-999    | sshd               2029    1       882 43.5    0.000    0.000 |\nLZO2A-999    | sysfs.sh           1091    1       497 45.6    0.000    0.000 |\nLZO2A-999    | syslog             2104    1      1017 48.3    0.000    0.000 |\nLZO2A-999    | udev               3749    1      1785 47.6    0.000    0.000 |\nLZO2A-999    | umountfs            585    1       411 70.3    0.000    0.000 |\nLZO2A-999    | umountnfs.sh        756    1       508 67.2    0.000    0.000 |\nLZO2A-999    | urandom            1518    1       861 56.7    0.000    0.000 |\nLZO2A-999    | inittab            1186    1       714 60.2    0.000    0.000 |\nLZO2A-999    | issue                49    1        56  114    0.000    0.000 |\nLZO2A-999    | issue.net            46    1        53  115    0.000    0.000 |\nLZO2A-999    | ld.so.cache        1621    1       596 36.8    0.000    0.000 |\nLZO2A-999    | ld.so.conf           33    1        36  109    0.000    0.000 |\nLZO2A-999    | limits              827    1       554 67.0    0.000    0.000 |\nLZO2A-999    | login.access       1999    1      1045 52.3    0.000    0.000 |\nLZO2A-999    | login.defs        13498    1      5942 44.0    0.000    0.000 |\nLZO2A-999    | logrotate-dmesg.conf      121    1       113 93.4    0.000    0.000 |\nLZO2A-999    | motd                197    1       174 88.3    0.000    0.000 |\nLZO2A-999    | nfsroot             809    1       473 58.5    0.000    0.000 |\nLZO2A-999    | interfaces          129    1       113 87.6    0.000    0.000 |\nLZO2A-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | nsswitch.conf       487    1       304 62.4    0.000    0.000 |\nLZO2A-999    | passwd              846    1       414 48.9    0.000    0.000 |\nLZO2A-999    | profile            1943    1      1184 60.9    0.000    0.000 |\nLZO2A-999    | protocols          3144    1      1901 60.5    0.000    0.000 |\nLZO2A-999    | rpc                 911    1       592 65.0    0.000    0.000 |\nLZO2A-999    | securetty          1854    1       972 52.4    0.000    0.000 |\nLZO2A-999    | services          12990    1      6267 48.2    0.000    0.000 |\nLZO2A-999    | shadow              512    1       169 33.0    0.000    0.000 |\nLZO2A-999    | shells               42    1        43  102    0.000    0.000 |\nLZO2A-999    | .bashrc             410    1       298 72.7    0.000    0.000 |\nLZO2A-999    | .profile            241    1       216 89.6    0.000    0.000 |\nLZO2A-999    | moduli           592446    3     22148  3.7  152.491    0.000 |\nLZO2A-999    | ssh_config         1569    1       939 59.8    0.000    0.000 |\nLZO2A-999    | ssh_host_ecdsa_key      505    1       452 89.5    0.000    0.000 |\nLZO2A-999    | ssh_host_ecdsa_key.pub      177    1       181  102    0.000    0.000 |\nLZO2A-999    | sshd_config        3127    1      1679 53.7    0.000    0.000 |\nLZO2A-999    | sshd_config_readonly     3131    1      1681 53.7    0.000    0.000 |\nLZO2A-999    | openssl.cnf       12411    1      5139 41.4    0.000    0.000 |\nLZO2A-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | syslog-startup.conf      651    1       482 74.0    0.000    0.000 |\nLZO2A-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO2A-999    | alacritty          3749    1      2151 57.4    0.000    0.000 |\nLZO2A-999    | ansi               1481    1       650 43.9    0.000    0.000 |\nLZO2A-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO2A-999    | linux              1740    1       896 51.5    0.000    0.000 |\nLZO2A-999    | rxvt               2234    1      1280 57.3    0.000    0.000 |\nLZO2A-999    | screen             1607    1       820 51.0    0.000    0.000 |\nLZO2A-999    | screen-256color     1715    1       859 50.1    0.000    0.000 |\nLZO2A-999    | sun                1004    1       436 43.4    0.000    0.000 |\nLZO2A-999    | vt100              1282    1       685 53.4    0.000    0.000 |\nLZO2A-999    | vt102              1276    1       681 53.4    0.000    0.000 |\nLZO2A-999    | vt200              1391    1       795 57.2    0.000    0.000 |\nLZO2A-999    | vt220              1391    1       795 57.2    0.000    0.000 |\nLZO2A-999    | vt52                839    1       315 37.5    0.000    0.000 |\nLZO2A-999    | xterm-256color     4041    1      2398 59.3    0.000    0.000 |\nLZO2A-999    | xterm-color        1551    1       668 43.1    0.000    0.000 |\nLZO2A-999    | xterm-xfree86      2240    1      1178 52.6    0.000    0.000 |\nLZO2A-999    | timestamp            15    1        20  133    0.000    0.000 |\nLZO2A-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | local.rules         885    1       575 65.0    0.000    0.000 |\nLZO2A-999    | udev.conf           215    1       171 79.5    0.000    0.000 |\nLZO2A-999    | 50default          2652    1       987 37.2    0.000    0.000 |\nLZO2A-999    | version              15    1        20  133    0.000    0.000 |\nLZO2A-999    | volatile.cache     4839    1      1033 21.3    0.000    0.000 |\nLZO2A-999    | xattr.conf          681    1       375 55.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0       995 62.3  152.491    0.000\nLZO2A-999      ***TOTALS***     755155  107    104495 13.8  152.491    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1F-999    | buildinfo           503    1       259 51.5    0.000    0.000 |\nLZO1F-999    | busybox.links.nosuid     2422    1      1089 45.0    0.000    0.000 |\nLZO1F-999    | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1F-999    | devpts               93    1        93  100    0.000    0.000 |\nLZO1F-999    | rcS                1313    1       925 70.4    0.000    0.000 |\nLZO1F-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1F-999    | 00_core            1637    1       911 55.7    0.000    0.000 |\nLZO1F-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1F-999    | 99_sshd              75    1        59 78.7    0.000    0.000 |\nLZO1F-999    | ethertypes         1936    1      1331 68.8    0.000    0.000 |\nLZO1F-999    | fstab               650    1       355 54.6    0.000    0.000 |\nLZO1F-999    | group               518    1       408 78.8    0.000    0.000 |\nLZO1F-999    | gshadow             432    1       281 65.0    0.000    0.000 |\nLZO1F-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1F-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1F-999    | hosts               235    1       185 78.7    0.000    0.000 |\nLZO1F-999    | banner.sh           537    1       330 61.5    0.000    0.000 |\nLZO1F-999    | bootlogd           1997    1      1094 54.8    0.000    0.000 |\nLZO1F-999    | bootmisc.sh        2062    1      1299 63.0    0.000    0.000 |\nLZO1F-999    | checkroot.sh       3640    1      2069 56.8    0.000    0.000 |\nLZO1F-999    | devpts.sh           571    1       413 72.3    0.000    0.000 |\nLZO1F-999    | dmesg.sh            397    1       283 71.3    0.000    0.000 |\nLZO1F-999    | functions          2362    1      1309 55.4    0.000    0.000 |\nLZO1F-999    | halt                555    1       433 78.0    0.000    0.000 |\nLZO1F-999    | hostname.sh         625    1       457 73.1    0.000    0.000 |\nLZO1F-999    | hwclock.sh         2541    1      1175 46.2    0.000    0.000 |\nLZO1F-999    | modutils.sh        1362    1       809 59.4    0.000    0.000 |\nLZO1F-999    | mountall.sh        1218    1       877 72.0    0.000    0.000 |\nLZO1F-999    | mountnfs.sh        1634    1       882 54.0    0.000    0.000 |\nLZO1F-999    | networking         1956    1       934 47.8    0.000    0.000 |\nLZO1F-999    | populate-volatile.sh     7846    1      3109 39.6    0.000    0.000 |\nLZO1F-999    | rc                 4407    1      2246 51.0    0.000    0.000 |\nLZO1F-999    | rcS                 525    1       429 81.7    0.000    0.000 |\nLZO1F-999    | read-only-rootfs-hook.sh     1319    1       847 64.2    0.000    0.000 |\nLZO1F-999    | reboot              334    1       260 77.8    0.000    0.000 |\nLZO1F-999    | rmnologin.sh        630    1       407 64.6    0.000    0.000 |\nLZO1F-999    | save-rtc.sh         474    1       355 74.9    0.000    0.000 |\nLZO1F-999    | sendsigs            483    1       335 69.4    0.000    0.000 |\nLZO1F-999    | single              623    1       454 72.9    0.000    0.000 |\nLZO1F-999    | sshd               2029    1       927 45.7    0.000    0.000 |\nLZO1F-999    | sysfs.sh           1091    1       523 47.9    0.000    0.000 |\nLZO1F-999    | syslog             2104    1      1062 50.5    0.000    0.000 |\nLZO1F-999    | udev               3749    1      1845 49.2    0.000    0.000 |\nLZO1F-999    | umountfs            585    1       430 73.5    0.000    0.000 |\nLZO1F-999    | umountnfs.sh        756    1       541 71.6    0.000    0.000 |\nLZO1F-999    | urandom            1518    1       906 59.7    0.000    0.000 |\nLZO1F-999    | inittab            1186    1       763 64.3    0.000    0.000 |\nLZO1F-999    | issue                49    1        54  110    0.000    0.000 |\nLZO1F-999    | issue.net            46    1        51  111    0.000    0.000 |\nLZO1F-999    | ld.so.cache        1621    1       604 37.3    0.000    0.000 |\nLZO1F-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1F-999    | limits              827    1       601 72.7    0.000    0.000 |\nLZO1F-999    | login.access       1999    1      1131 56.6    0.000    0.000 |\nLZO1F-999    | login.defs        13498    1      6278 46.5    0.000    0.000 |\nLZO1F-999    | logrotate-dmesg.conf      121    1       116 95.9    0.000    0.000 |\nLZO1F-999    | motd                197    1       181 91.9    0.000    0.000 |\nLZO1F-999    | nfsroot             809    1       497 61.4    0.000    0.000 |\nLZO1F-999    | interfaces          129    1       118 91.5    0.000    0.000 |\nLZO1F-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | nsswitch.conf       487    1       327 67.1    0.000    0.000 |\nLZO1F-999    | passwd              846    1       444 52.5    0.000    0.000 |\nLZO1F-999    | profile            1943    1      1257 64.7    0.000    0.000 |\nLZO1F-999    | protocols          3144    1      2015 64.1    0.000    0.000 |\nLZO1F-999    | rpc                 911    1       635 69.7    0.000    0.000 |\nLZO1F-999    | securetty          1854    1      1040 56.1    0.000    0.000 |\nLZO1F-999    | services          12990    1      6643 51.1    0.000    0.000 |\nLZO1F-999    | shadow              512    1       166 32.4    0.000    0.000 |\nLZO1F-999    | shells               42    1        42  100    0.000    0.000 |\nLZO1F-999    | .bashrc             410    1       320 78.0    0.000    0.000 |\nLZO1F-999    | .profile            241    1       224 92.9    0.000    0.000 |\nLZO1F-999    | moduli           592446    3     23673  4.0  107.949    0.000 |\nLZO1F-999    | ssh_config         1569    1      1013 64.6    0.000    0.000 |\nLZO1F-999    | ssh_host_ecdsa_key      505    1       440 87.1    0.000    0.000 |\nLZO1F-999    | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1F-999    | sshd_config        3127    1      1763 56.4    0.000    0.000 |\nLZO1F-999    | sshd_config_readonly     3131    1      1765 56.4    0.000    0.000 |\nLZO1F-999    | openssl.cnf       12411    1      5387 43.4    0.000    0.000 |\nLZO1F-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | syslog-startup.conf      651    1       519 79.7    0.000    0.000 |\nLZO1F-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1F-999    | alacritty          3749    1      2175 58.0    0.000    0.000 |\nLZO1F-999    | ansi               1481    1       662 44.7    0.000    0.000 |\nLZO1F-999    | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1F-999    | linux              1740    1       919 52.8    0.000    0.000 |\nLZO1F-999    | rxvt               2234    1      1334 59.7    0.000    0.000 |\nLZO1F-999    | screen             1607    1       848 52.8    0.000    0.000 |\nLZO1F-999    | screen-256color     1715    1       893 52.1    0.000    0.000 |\nLZO1F-999    | sun                1004    1       445 44.3    0.000    0.000 |\nLZO1F-999    | vt100              1282    1       709 55.3    0.000    0.000 |\nLZO1F-999    | vt102              1276    1       708 55.5    0.000    0.000 |\nLZO1F-999    | vt200              1391    1       829 59.6    0.000    0.000 |\nLZO1F-999    | vt220              1391    1       829 59.6    0.000    0.000 |\nLZO1F-999    | vt52                839    1       327 39.0    0.000    0.000 |\nLZO1F-999    | xterm-256color     4041    1      2415 59.8    0.000    0.000 |\nLZO1F-999    | xterm-color        1551    1       697 44.9    0.000    0.000 |\nLZO1F-999    | xterm-xfree86      2240    1      1195 53.3    0.000    0.000 |\nLZO1F-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1F-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | local.rules         885    1       616 69.6    0.000    0.000 |\nLZO1F-999    | udev.conf           215    1       191 88.8    0.000    0.000 |\nLZO1F-999    | 50default          2652    1      1040 39.2    0.000    0.000 |\nLZO1F-999    | version              15    1        19  127    0.000    0.000 |\nLZO1F-999    | volatile.cache     4839    1      1042 21.5    0.000    0.000 |\nLZO1F-999    | xattr.conf          681    1       402 59.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1047 64.2  107.949    0.000\nLZO1F-999      ***TOTALS***     755155  107    109941 14.6  107.949    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-999    | buildinfo           503    1       261 51.9    0.000    0.000 |\nLZO1X-999    | busybox.links.nosuid     2422    1      1063 43.9    0.000    0.000 |\nLZO1X-999    | busybox.links.suid       91    1        65 71.4    0.000    0.000 |\nLZO1X-999    | devpts               93    1        92 98.9    0.000    0.000 |\nLZO1X-999    | rcS                1313    1       901 68.6    0.000    0.000 |\nLZO1X-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1X-999    | 00_core            1637    1       888 54.2    0.000    0.000 |\nLZO1X-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1X-999    | 99_sshd              75    1        59 78.7    0.000    0.000 |\nLZO1X-999    | ethertypes         1936    1      1305 67.4    0.000    0.000 |\nLZO1X-999    | fstab               650    1       351 54.0    0.000    0.000 |\nLZO1X-999    | group               518    1       390 75.3    0.000    0.000 |\nLZO1X-999    | gshadow             432    1       270 62.5    0.000    0.000 |\nLZO1X-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-999    | hosts               235    1       182 77.4    0.000    0.000 |\nLZO1X-999    | banner.sh           537    1       327 60.9    0.000    0.000 |\nLZO1X-999    | bootlogd           1997    1      1077 53.9    0.000    0.000 |\nLZO1X-999    | bootmisc.sh        2062    1      1262 61.2    0.000    0.000 |\nLZO1X-999    | checkroot.sh       3640    1      2018 55.4    0.000    0.000 |\nLZO1X-999    | devpts.sh           571    1       404 70.8    0.000    0.000 |\nLZO1X-999    | dmesg.sh            397    1       279 70.3    0.000    0.000 |\nLZO1X-999    | functions          2362    1      1271 53.8    0.000    0.000 |\nLZO1X-999    | halt                555    1       427 76.9    0.000    0.000 |\nLZO1X-999    | hostname.sh         625    1       449 71.8    0.000    0.000 |\nLZO1X-999    | hwclock.sh         2541    1      1145 45.1    0.000    0.000 |\nLZO1X-999    | modutils.sh        1362    1       790 58.0    0.000    0.000 |\nLZO1X-999    | mountall.sh        1218    1       853 70.0    0.000    0.000 |\nLZO1X-999    | mountnfs.sh        1634    1       865 52.9    0.000    0.000 |\nLZO1X-999    | networking         1956    1       919 47.0    0.000    0.000 |\nLZO1X-999    | populate-volatile.sh     7846    1      3042 38.8    0.000    0.000 |\nLZO1X-999    | rc                 4407    1      2223 50.4    0.000    0.000 |\nLZO1X-999    | rcS                 525    1       427 81.3    0.000    0.000 |\nLZO1X-999    | read-only-rootfs-hook.sh     1319    1       832 63.1    0.000    0.000 |\nLZO1X-999    | reboot              334    1       259 77.5    0.000    0.000 |\nLZO1X-999    | rmnologin.sh        630    1       398 63.2    0.000    0.000 |\nLZO1X-999    | save-rtc.sh         474    1       353 74.5    0.000    0.000 |\nLZO1X-999    | sendsigs            483    1       333 68.9    0.000    0.000 |\nLZO1X-999    | single              623    1       445 71.4    0.000    0.000 |\nLZO1X-999    | sshd               2029    1       912 44.9    0.000    0.000 |\nLZO1X-999    | sysfs.sh           1091    1       512 46.9    0.000    0.000 |\nLZO1X-999    | syslog             2104    1      1045 49.7    0.000    0.000 |\nLZO1X-999    | udev               3749    1      1804 48.1    0.000    0.000 |\nLZO1X-999    | umountfs            585    1       429 73.3    0.000    0.000 |\nLZO1X-999    | umountnfs.sh        756    1       534 70.6    0.000    0.000 |\nLZO1X-999    | urandom            1518    1       880 58.0    0.000    0.000 |\nLZO1X-999    | inittab            1186    1       744 62.7    0.000    0.000 |\nLZO1X-999    | issue                49    1        53  108    0.000    0.000 |\nLZO1X-999    | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-999    | ld.so.cache        1621    1       599 37.0    0.000    0.000 |\nLZO1X-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1X-999    | limits              827    1       585 70.7    0.000    0.000 |\nLZO1X-999    | login.access       1999    1      1096 54.8    0.000    0.000 |\nLZO1X-999    | login.defs        13498    1      6150 45.6   22.906    0.000 |\nLZO1X-999    | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1X-999    | motd                197    1       177 89.8    0.000    0.000 |\nLZO1X-999    | nfsroot             809    1       486 60.1    0.000    0.000 |\nLZO1X-999    | interfaces          129    1       117 90.7    0.000    0.000 |\nLZO1X-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | nsswitch.conf       487    1       318 65.3    0.000    0.000 |\nLZO1X-999    | passwd              846    1       436 51.5    0.000    0.000 |\nLZO1X-999    | profile            1943    1      1232 63.4    0.000    0.000 |\nLZO1X-999    | protocols          3144    1      1945 61.9    0.000    0.000 |\nLZO1X-999    | rpc                 911    1       614 67.4    0.000    0.000 |\nLZO1X-999    | securetty          1854    1      1030 55.6    0.000    0.000 |\nLZO1X-999    | services          12990    1      6509 50.1   20.832    0.000 |\nLZO1X-999    | shadow              512    1       164 32.0    0.000    0.000 |\nLZO1X-999    | shells               42    1        41 97.6    0.000    0.000 |\nLZO1X-999    | .bashrc             410    1       312 76.1    0.000    0.000 |\nLZO1X-999    | .profile            241    1       220 91.3    0.000    0.000 |\nLZO1X-999    | moduli           592446    3     22959  3.9  125.926    0.000 |\nLZO1X-999    | ssh_config         1569    1       980 62.5    0.000    0.000 |\nLZO1X-999    | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1X-999    | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1X-999    | sshd_config        3127    1      1711 54.7    0.000    0.000 |\nLZO1X-999    | sshd_config_readonly     3131    1      1713 54.7    0.000    0.000 |\nLZO1X-999    | openssl.cnf       12411    1      5280 42.5    0.000    0.000 |\nLZO1X-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | syslog-startup.conf      651    1       512 78.6    0.000    0.000 |\nLZO1X-999    | syslog.conf          69    1        71  103    0.000    0.000 |\nLZO1X-999    | alacritty          3749    1      2160 57.6    0.000    0.000 |\nLZO1X-999    | ansi               1481    1       660 44.6    0.000    0.000 |\nLZO1X-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1X-999    | linux              1740    1       914 52.5    0.000    0.000 |\nLZO1X-999    | rxvt               2234    1      1324 59.3    0.000    0.000 |\nLZO1X-999    | screen             1607    1       837 52.1    0.000    0.000 |\nLZO1X-999    | screen-256color     1715    1       883 51.5    0.000    0.000 |\nLZO1X-999    | sun                1004    1       442 44.0    0.000    0.000 |\nLZO1X-999    | vt100              1282    1       708 55.2    0.000    0.000 |\nLZO1X-999    | vt102              1276    1       704 55.2    0.000    0.000 |\nLZO1X-999    | vt200              1391    1       822 59.1    0.000    0.000 |\nLZO1X-999    | vt220              1391    1       822 59.1    0.000    0.000 |\nLZO1X-999    | vt52                839    1       322 38.4    0.000    0.000 |\nLZO1X-999    | xterm-256color     4041    1      2412 59.7    0.000    0.000 |\nLZO1X-999    | xterm-color        1551    1       695 44.8    0.000    0.000 |\nLZO1X-999    | xterm-xfree86      2240    1      1191 53.2    0.000    0.000 |\nLZO1X-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | local.rules         885    1       605 68.4    0.000    0.000 |\nLZO1X-999    | udev.conf           215    1       188 87.4    0.000    0.000 |\nLZO1X-999    | 50default          2652    1      1025 38.7    0.000    0.000 |\nLZO1X-999    | version              15    1        19  127    0.000    0.000 |\nLZO1X-999    | volatile.cache     4839    1      1038 21.5    0.000    0.000 |\nLZO1X-999    | xattr.conf          681    1       395 58.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1025 63.3   30.120    0.000\nLZO1X-999      ***TOTALS***     755155  107    107676 14.3   30.120    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1Y-999    | buildinfo           503    1       260 51.7    0.000    0.000 |\nLZO1Y-999    | busybox.links.nosuid     2422    1       964 39.8    0.000    0.000 |\nLZO1Y-999    | busybox.links.suid       91    1        62 68.1    0.000    0.000 |\nLZO1Y-999    | devpts               93    1        92 98.9    0.000    0.000 |\nLZO1Y-999    | rcS                1313    1       892 67.9    0.000    0.000 |\nLZO1Y-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1Y-999    | 00_core            1637    1       865 52.8    0.000    0.000 |\nLZO1Y-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1Y-999    | 99_sshd              75    1        58 77.3    0.000    0.000 |\nLZO1Y-999    | ethertypes         1936    1      1288 66.5    0.000    0.000 |\nLZO1Y-999    | fstab               650    1       345 53.1    0.000    0.000 |\nLZO1Y-999    | group               518    1       390 75.3    0.000    0.000 |\nLZO1Y-999    | gshadow             432    1       270 62.5    0.000    0.000 |\nLZO1Y-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1Y-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1Y-999    | hosts               235    1       179 76.2    0.000    0.000 |\nLZO1Y-999    | banner.sh           537    1       318 59.2    0.000    0.000 |\nLZO1Y-999    | bootlogd           1997    1      1061 53.1    0.000    0.000 |\nLZO1Y-999    | bootmisc.sh        2062    1      1235 59.9    0.000    0.000 |\nLZO1Y-999    | checkroot.sh       3640    1      2015 55.4    0.000    0.000 |\nLZO1Y-999    | devpts.sh           571    1       398 69.7    0.000    0.000 |\nLZO1Y-999    | dmesg.sh            397    1       273 68.8    0.000    0.000 |\nLZO1Y-999    | functions          2362    1      1241 52.5    0.000    0.000 |\nLZO1Y-999    | halt                555    1       421 75.9    0.000    0.000 |\nLZO1Y-999    | hostname.sh         625    1       435 69.6    0.000    0.000 |\nLZO1Y-999    | hwclock.sh         2541    1      1141 44.9    0.000    0.000 |\nLZO1Y-999    | modutils.sh        1362    1       769 56.5    0.000    0.000 |\nLZO1Y-999    | mountall.sh        1218    1       836 68.6    0.000    0.000 |\nLZO1Y-999    | mountnfs.sh        1634    1       851 52.1    0.000    0.000 |\nLZO1Y-999    | networking         1956    1       905 46.3    0.000    0.000 |\nLZO1Y-999    | populate-volatile.sh     7846    1      3009 38.4    0.000    0.000 |\nLZO1Y-999    | rc                 4407    1      2231 50.6    0.000    0.000 |\nLZO1Y-999    | rcS                 525    1       423 80.6    0.000    0.000 |\nLZO1Y-999    | read-only-rootfs-hook.sh     1319    1       816 61.9    0.000    0.000 |\nLZO1Y-999    | reboot              334    1       253 75.7    0.000    0.000 |\nLZO1Y-999    | rmnologin.sh        630    1       389 61.7    0.000    0.000 |\nLZO1Y-999    | save-rtc.sh         474    1       345 72.8    0.000    0.000 |\nLZO1Y-999    | sendsigs            483    1       325 67.3    0.000    0.000 |\nLZO1Y-999    | single              623    1       439 70.5    0.000    0.000 |\nLZO1Y-999    | sshd               2029    1       899 44.3    0.000    0.000 |\nLZO1Y-999    | sysfs.sh           1091    1       494 45.3    0.000    0.000 |\nLZO1Y-999    | syslog             2104    1      1020 48.5    0.000    0.000 |\nLZO1Y-999    | udev               3749    1      1797 47.9    0.000    0.000 |\nLZO1Y-999    | umountfs            585    1       421 72.0    0.000    0.000 |\nLZO1Y-999    | umountnfs.sh        756    1       521 68.9    0.000    0.000 |\nLZO1Y-999    | urandom            1518    1       864 56.9    0.000    0.000 |\nLZO1Y-999    | inittab            1186    1       732 61.7    0.000    0.000 |\nLZO1Y-999    | issue                49    1        53  108    0.000    0.000 |\nLZO1Y-999    | issue.net            46    1        50  109    0.000    0.000 |\nLZO1Y-999    | ld.so.cache        1621    1       561 34.6    0.000    0.000 |\nLZO1Y-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1Y-999    | limits              827    1       579 70.0    0.000    0.000 |\nLZO1Y-999    | login.access       1999    1      1079 54.0    0.000    0.000 |\nLZO1Y-999    | login.defs        13498    1      6201 45.9   13.528    0.000 |\nLZO1Y-999    | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1Y-999    | motd                197    1       176 89.3    0.000    0.000 |\nLZO1Y-999    | nfsroot             809    1       477 59.0    0.000    0.000 |\nLZO1Y-999    | interfaces          129    1       115 89.1    0.000    0.000 |\nLZO1Y-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | nsswitch.conf       487    1       308 63.2    0.000    0.000 |\nLZO1Y-999    | passwd              846    1       425 50.2    0.000    0.000 |\nLZO1Y-999    | profile            1943    1      1218 62.7    0.000    0.000 |\nLZO1Y-999    | protocols          3144    1      1948 62.0    0.000    0.000 |\nLZO1Y-999    | rpc                 911    1       605 66.4    0.000    0.000 |\nLZO1Y-999    | securetty          1854    1      1020 55.0    0.000    0.000 |\nLZO1Y-999    | services          12990    1      6508 50.1   12.327    0.000 |\nLZO1Y-999    | shadow              512    1       164 32.0    0.000    0.000 |\nLZO1Y-999    | shells               42    1        41 97.6    0.000    0.000 |\nLZO1Y-999    | .bashrc             410    1       306 74.6    0.000    0.000 |\nLZO1Y-999    | .profile            241    1       219 90.9    0.000    0.000 |\nLZO1Y-999    | moduli           592446    3     23731  4.0   76.657    0.000 |\nLZO1Y-999    | ssh_config         1569    1       965 61.5    0.000    0.000 |\nLZO1Y-999    | ssh_host_ecdsa_key      505    1       444 87.9    0.000    0.000 |\nLZO1Y-999    | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1Y-999    | sshd_config        3127    1      1721 55.0    0.000    0.000 |\nLZO1Y-999    | sshd_config_readonly     3131    1      1723 55.0    0.000    0.000 |\nLZO1Y-999    | openssl.cnf       12411    1      5303 42.7   15.794    0.000 |\nLZO1Y-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | syslog-startup.conf      651    1       510 78.3    0.000    0.000 |\nLZO1Y-999    | syslog.conf          69    1        71  103    0.000    0.000 |\nLZO1Y-999    | alacritty          3749    1      2170 57.9    0.000    0.000 |\nLZO1Y-999    | ansi               1481    1       648 43.8    0.000    0.000 |\nLZO1Y-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1Y-999    | linux              1740    1       906 52.1    0.000    0.000 |\nLZO1Y-999    | rxvt               2234    1      1321 59.1    0.000    0.000 |\nLZO1Y-999    | screen             1607    1       836 52.0    0.000    0.000 |\nLZO1Y-999    | screen-256color     1715    1       880 51.3    0.000    0.000 |\nLZO1Y-999    | sun                1004    1       439 43.7    0.000    0.000 |\nLZO1Y-999    | vt100              1282    1       698 54.4    0.000    0.000 |\nLZO1Y-999    | vt102              1276    1       695 54.5    0.000    0.000 |\nLZO1Y-999    | vt200              1391    1       817 58.7    0.000    0.000 |\nLZO1Y-999    | vt220              1391    1       817 58.7    0.000    0.000 |\nLZO1Y-999    | vt52                839    1       318 37.9    0.000    0.000 |\nLZO1Y-999    | xterm-256color     4041    1      2413 59.7    0.000    0.000 |\nLZO1Y-999    | xterm-color        1551    1       693 44.7    0.000    0.000 |\nLZO1Y-999    | xterm-xfree86      2240    1      1183 52.8    0.000    0.000 |\nLZO1Y-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1Y-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | local.rules         885    1       597 67.5    0.000    0.000 |\nLZO1Y-999    | udev.conf           215    1       186 86.5    0.000    0.000 |\nLZO1Y-999    | 50default          2652    1      1009 38.0    0.000    0.000 |\nLZO1Y-999    | version              15    1        19  127    0.000    0.000 |\nLZO1Y-999    | volatile.cache     4839    1      1003 20.7    0.000    0.000 |\nLZO1Y-999    | xattr.conf          681    1       388 57.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1025 62.6   17.286    0.000\nLZO1Y-999      ***TOTALS***     755155  107    107717 14.3   17.286    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1Z-999    | buildinfo           503    1       261 51.9    0.000    0.000 |\nLZO1Z-999    | busybox.links.nosuid     2422    1      1060 43.8    0.000    0.000 |\nLZO1Z-999    | busybox.links.suid       91    1        65 71.4    0.000    0.000 |\nLZO1Z-999    | devpts               93    1        92 98.9    0.000    0.000 |\nLZO1Z-999    | rcS                1313    1       901 68.6    0.000    0.000 |\nLZO1Z-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1Z-999    | 00_core            1637    1       886 54.1    0.000    0.000 |\nLZO1Z-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1Z-999    | 99_sshd              75    1        58 77.3    0.000    0.000 |\nLZO1Z-999    | ethertypes         1936    1      1299 67.1    0.000    0.000 |\nLZO1Z-999    | fstab               650    1       351 54.0    0.000    0.000 |\nLZO1Z-999    | group               518    1       387 74.7    0.000    0.000 |\nLZO1Z-999    | gshadow             432    1       269 62.3    0.000    0.000 |\nLZO1Z-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1Z-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1Z-999    | hosts               235    1       181 77.0    0.000    0.000 |\nLZO1Z-999    | banner.sh           537    1       327 60.9    0.000    0.000 |\nLZO1Z-999    | bootlogd           1997    1      1077 53.9    0.000    0.000 |\nLZO1Z-999    | bootmisc.sh        2062    1      1260 61.1    0.000    0.000 |\nLZO1Z-999    | checkroot.sh       3640    1      2025 55.6    0.000    0.000 |\nLZO1Z-999    | devpts.sh           571    1       404 70.8    0.000    0.000 |\nLZO1Z-999    | dmesg.sh            397    1       277 69.8    0.000    0.000 |\nLZO1Z-999    | functions          2362    1      1270 53.8    0.000    0.000 |\nLZO1Z-999    | halt                555    1       427 76.9    0.000    0.000 |\nLZO1Z-999    | hostname.sh         625    1       449 71.8    0.000    0.000 |\nLZO1Z-999    | hwclock.sh         2541    1      1145 45.1    0.000    0.000 |\nLZO1Z-999    | modutils.sh        1362    1       790 58.0    0.000    0.000 |\nLZO1Z-999    | mountall.sh        1218    1       853 70.0    0.000    0.000 |\nLZO1Z-999    | mountnfs.sh        1634    1       864 52.9    0.000    0.000 |\nLZO1Z-999    | networking         1956    1       917 46.9    0.000    0.000 |\nLZO1Z-999    | populate-volatile.sh     7846    1      3053 38.9    0.000    0.000 |\nLZO1Z-999    | rc                 4407    1      2223 50.4    0.000    0.000 |\nLZO1Z-999    | rcS                 525    1       427 81.3    0.000    0.000 |\nLZO1Z-999    | read-only-rootfs-hook.sh     1319    1       832 63.1    0.000    0.000 |\nLZO1Z-999    | reboot              334    1       259 77.5    0.000    0.000 |\nLZO1Z-999    | rmnologin.sh        630    1       398 63.2    0.000    0.000 |\nLZO1Z-999    | save-rtc.sh         474    1       353 74.5    0.000    0.000 |\nLZO1Z-999    | sendsigs            483    1       333 68.9    0.000    0.000 |\nLZO1Z-999    | single              623    1       445 71.4    0.000    0.000 |\nLZO1Z-999    | sshd               2029    1       910 44.8    0.000    0.000 |\nLZO1Z-999    | sysfs.sh           1091    1       512 46.9    0.000    0.000 |\nLZO1Z-999    | syslog             2104    1      1043 49.6    0.000    0.000 |\nLZO1Z-999    | udev               3749    1      1809 48.3    0.000    0.000 |\nLZO1Z-999    | umountfs            585    1       429 73.3    0.000    0.000 |\nLZO1Z-999    | umountnfs.sh        756    1       533 70.5    0.000    0.000 |\nLZO1Z-999    | urandom            1518    1       880 58.0    0.000    0.000 |\nLZO1Z-999    | inittab            1186    1       742 62.6    0.000    0.000 |\nLZO1Z-999    | issue                49    1        53  108    0.000    0.000 |\nLZO1Z-999    | issue.net            46    1        50  109    0.000    0.000 |\nLZO1Z-999    | ld.so.cache        1621    1       598 36.9    0.000    0.000 |\nLZO1Z-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1Z-999    | limits              827    1       579 70.0    0.000    0.000 |\nLZO1Z-999    | login.access       1999    1      1097 54.9    0.000    0.000 |\nLZO1Z-999    | login.defs        13498    1      6174 45.7   11.135    0.000 |\nLZO1Z-999    | logrotate-dmesg.conf      121    1       113 93.4    0.000    0.000 |\nLZO1Z-999    | motd                197    1       177 89.8    0.000    0.000 |\nLZO1Z-999    | nfsroot             809    1       486 60.1    0.000    0.000 |\nLZO1Z-999    | interfaces          129    1       117 90.7    0.000    0.000 |\nLZO1Z-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | nsswitch.conf       487    1       318 65.3    0.000    0.000 |\nLZO1Z-999    | passwd              846    1       434 51.3    0.000    0.000 |\nLZO1Z-999    | profile            1943    1      1228 63.2    0.000    0.000 |\nLZO1Z-999    | protocols          3144    1      1942 61.8    0.000    0.000 |\nLZO1Z-999    | rpc                 911    1       612 67.2    0.000    0.000 |\nLZO1Z-999    | securetty          1854    1       914 49.3    0.000    0.000 |\nLZO1Z-999    | services          12990    1      6519 50.2   13.670    0.000 |\nLZO1Z-999    | shadow              512    1       164 32.0    0.000    0.000 |\nLZO1Z-999    | shells               42    1        41 97.6    0.000    0.000 |\nLZO1Z-999    | .bashrc             410    1       311 75.9    0.000    0.000 |\nLZO1Z-999    | .profile            241    1       220 91.3    0.000    0.000 |\nLZO1Z-999    | moduli           592446    3     23064  3.9  127.154    0.000 |\nLZO1Z-999    | ssh_config         1569    1       976 62.2    0.000    0.000 |\nLZO1Z-999    | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1Z-999    | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1Z-999    | sshd_config        3127    1      1722 55.1    0.000    0.000 |\nLZO1Z-999    | sshd_config_readonly     3131    1      1725 55.1    0.000    0.000 |\nLZO1Z-999    | openssl.cnf       12411    1      5313 42.8    0.000    0.000 |\nLZO1Z-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | syslog-startup.conf      651    1       512 78.6    0.000    0.000 |\nLZO1Z-999    | syslog.conf          69    1        71  103    0.000    0.000 |\nLZO1Z-999    | alacritty          3749    1      2036 54.3    0.000    0.000 |\nLZO1Z-999    | ansi               1481    1       638 43.1    0.000    0.000 |\nLZO1Z-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1Z-999    | linux              1740    1       893 51.3    0.000    0.000 |\nLZO1Z-999    | rxvt               2234    1      1289 57.7    0.000    0.000 |\nLZO1Z-999    | screen             1607    1       812 50.5    0.000    0.000 |\nLZO1Z-999    | screen-256color     1715    1       859 50.1    0.000    0.000 |\nLZO1Z-999    | sun                1004    1       424 42.2    0.000    0.000 |\nLZO1Z-999    | vt100              1282    1       683 53.3    0.000    0.000 |\nLZO1Z-999    | vt102              1276    1       683 53.5    0.000    0.000 |\nLZO1Z-999    | vt200              1391    1       796 57.2    0.000    0.000 |\nLZO1Z-999    | vt220              1391    1       796 57.2    0.000    0.000 |\nLZO1Z-999    | vt52                839    1       314 37.4    0.000    0.000 |\nLZO1Z-999    | xterm-256color     4041    1      2278 56.4    0.000    0.000 |\nLZO1Z-999    | xterm-color        1551    1       676 43.6    0.000    0.000 |\nLZO1Z-999    | xterm-xfree86      2240    1      1140 50.9    0.000    0.000 |\nLZO1Z-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1Z-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | local.rules         885    1       605 68.4    0.000    0.000 |\nLZO1Z-999    | udev.conf           215    1       188 87.4    0.000    0.000 |\nLZO1Z-999    | 50default          2652    1      1024 38.6    0.000    0.000 |\nLZO1Z-999    | version              15    1        19  127    0.000    0.000 |\nLZO1Z-999    | volatile.cache     4839    1      1038 21.5    0.000    0.000 |\nLZO1Z-999    | xattr.conf          681    1       395 58.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1020 62.9   17.562    0.000\nLZO1Z-999      ***TOTALS***     755155  107    107143 14.2   17.562    0.000\nDone.\nAlign init: 0x7fd0fe88e010 ( 0x7fd0fe88e010 )\nAlignment test passed.\nPASS: align\nChecksum test passed.\nPASS: chksum\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\ncompressed 131072 bytes into 593 bytes\ndecompressed 593 bytes back into 131072 bytes\nSimple compression test passed.\nPASS: simple\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\ncompressed 131072 bytes into 593 bytes\ndecompressed 593 bytes back into 131072 bytes\n\nminiLZO simple compression test passed.\nPASS: testmini\nDURATION: 0\nEND: /usr/lib/lzo/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "lzo": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-1      | services          12990    1      7875 60.6    0.000    0.000 |\nLZO1B-2      | services          12990    1      7760 59.7    0.000    0.000 |\nLZO1B-3      | services          12990    1      7694 59.2    0.000    0.000 |\nLZO1B-4      | services          12990    1      7542 58.1    0.000    0.000 |\nLZO1B-5      | services          12990    1      7465 57.5    0.000    0.000 |\nLZO1B-6      | services          12990    1      7352 56.6    0.000    0.000 |\nLZO1B-7      | services          12990    1      7332 56.4  124.797    0.000 |\nLZO1B-8      | services          12990    1      7267 55.9  127.466    0.000 |\nLZO1B-9      | services          12990    1      7237 55.7    0.000    0.000 |\nLZO1C-1      | services          12990    1      7794 60.0    0.000    0.000 |\nLZO1C-2      | services          12990    1      7677 59.1    0.000    0.000 |\nLZO1C-3      | services          12990    1      7613 58.6    0.000    0.000 |\nLZO1C-4      | services          12990    1      7454 57.4    0.000    0.000 |\nLZO1C-5      | services          12990    1      7376 56.8    0.000    0.000 |\nLZO1C-6      | services          12990    1      7270 56.0    0.000    0.000 |\nLZO1C-7      | services          12990    1      7259 55.9  107.253    0.000 |\nLZO1C-8      | services          12990    1      7170 55.2   97.978    0.000 |\nLZO1C-9      | services          12990    1      7111 54.7  123.757    0.000 |\nLZO1-1       | services          12990    1      7976 61.4    0.000    0.000 |\nLZO1A-1      | services          12990    1      7891 60.7    0.000    0.000 |\nLZO1F-1      | services          12990    1      7770 59.8    0.000    0.000 |\nLZO1X-1      | services          12990    1      7853 60.5    0.000    0.000 |\nLZO1Y-1      | services          12990    1      7857 60.5    0.000    0.000 |\nLZO1X-1(11)  | services          12990    1      8051 62.0    0.000    0.000 |\nLZO1X-1(12)  | services          12990    1      7948 61.2    0.000    0.000 |\nLZO1X-1(15)  | services          12990    1      7869 60.6    0.000    0.000 |\nLZO1B-99     | services          12990    1      7104 54.7   98.550    0.000 |\nLZO1B-999    | services          12990    1      6846 52.7   36.134    0.000 |\nLZO1C-99     | services          12990    1      7004 53.9   97.540    0.000 |\nLZO1C-999    | services          12990    1      6730 51.8   36.612    0.000 |\nLZO1-99      | services          12990    1      7176 55.2   97.709    0.000 |\nLZO1A-99     | services          12990    1      7115 54.8   91.670    0.000 |\nLZO2A-999    | services          12990    1      6267 48.2   27.296    0.000 |\nLZO1F-999    | services          12990    1      6643 51.1   29.528    0.000 |\nLZO1X-999    | services          12990    1      6509 50.1   20.087    0.000 |\nLZO1Y-999    | services          12990    1      6508 50.1   21.032    0.000 |\nLZO1Z-999    | services          12990    1      6519 50.2   21.557    0.000 |\nmemcpy()     | services          12990    1     12990  100    0.000    0.000 |\n\nlzotest: execution time: 0 seconds\nPASS: lzotest\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1-1       | buildinfo           503    1       273 54.3    0.000    0.000 |\nLZO1-1       | busybox.links.nosuid     2422    1      1274 52.6    0.000    0.000 |\nLZO1-1       | busybox.links.suid       91    1        67 73.6    0.000    0.000 |\nLZO1-1       | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1-1       | rcS                1313    1      1016 77.4    0.000    0.000 |\nLZO1-1       | useradd             115    1       117  102    0.000    0.000 |\nLZO1-1       | 00_core            1637    1      1038 63.4    0.000    0.000 |\nLZO1-1       | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1-1       | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1-1       | ethertypes         1936    1      1482 76.5    0.000    0.000 |\nLZO1-1       | fstab               650    1       396 60.9    0.000    0.000 |\nLZO1-1       | group               518    1       469 90.5    0.000    0.000 |\nLZO1-1       | gshadow             432    1       317 73.4    0.000    0.000 |\nLZO1-1       | host.conf            26    1        27  104    0.000    0.000 |\nLZO1-1       | hostname             11    1        12  109    0.000    0.000 |\nLZO1-1       | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1-1       | banner.sh           537    1       351 65.4    0.000    0.000 |\nLZO1-1       | bootlogd           1997    1      1258 63.0    0.000    0.000 |\nLZO1-1       | bootmisc.sh        2062    1      1452 70.4    0.000    0.000 |\nLZO1-1       | checkroot.sh       3640    1      2385 65.5    0.000    0.000 |\nLZO1-1       | devpts.sh           571    1       436 76.4    0.000    0.000 |\nLZO1-1       | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1-1       | functions          2362    1      1467 62.1    0.000    0.000 |\nLZO1-1       | halt                555    1       448 80.7    0.000    0.000 |\nLZO1-1       | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1-1       | hwclock.sh         2541    1      1346 53.0    0.000    0.000 |\nLZO1-1       | modutils.sh        1362    1       885 65.0    0.000    0.000 |\nLZO1-1       | mountall.sh        1218    1       953 78.2    0.000    0.000 |\nLZO1-1       | mountnfs.sh        1634    1      1004 61.4    0.000    0.000 |\nLZO1-1       | networking         1956    1      1021 52.2    0.000    0.000 |\nLZO1-1       | populate-volatile.sh     7846    1      3659 46.6    0.000    0.000 |\nLZO1-1       | rc                 4407    1      2673 60.7    0.000    0.000 |\nLZO1-1       | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1-1       | read-only-rootfs-hook.sh     1319    1       927 70.3    0.000    0.000 |\nLZO1-1       | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1-1       | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1-1       | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1-1       | sendsigs            483    1       348 72.0    0.000    0.000 |\nLZO1-1       | single              623    1       478 76.7    0.000    0.000 |\nLZO1-1       | sshd               2029    1      1068 52.6    0.000    0.000 |\nLZO1-1       | sysfs.sh           1091    1       572 52.4    0.000    0.000 |\nLZO1-1       | syslog             2104    1      1192 56.7    0.000    0.000 |\nLZO1-1       | udev               3749    1      2140 57.1    0.000    0.000 |\nLZO1-1       | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1-1       | umountnfs.sh        756    1       572 75.7    0.000    0.000 |\nLZO1-1       | urandom            1518    1       994 65.5    0.000    0.000 |\nLZO1-1       | inittab            1186    1       818 69.0    0.000    0.000 |\nLZO1-1       | issue                49    1        51  104    0.000    0.000 |\nLZO1-1       | issue.net            46    1        48  104    0.000    0.000 |\nLZO1-1       | ld.so.cache        1621    1       823 50.8    0.000    0.000 |\nLZO1-1       | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1-1       | limits              827    1       646 78.1    0.000    0.000 |\nLZO1-1       | login.access       1999    1      1320 66.0    0.000    0.000 |\nLZO1-1       | login.defs        13498    1      7642 56.6    0.000    0.000 |\nLZO1-1       | logrotate-dmesg.conf      121    1       115 95.0    0.000    0.000 |\nLZO1-1       | motd                197    1       184 93.4    0.000    0.000 |\nLZO1-1       | nfsroot             809    1       552 68.2    0.000    0.000 |\nLZO1-1       | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1-1       | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1-1       | nsswitch.conf       487    1       342 70.2    0.000    0.000 |\nLZO1-1       | passwd              846    1       519 61.3    0.000    0.000 |\nLZO1-1       | profile            1943    1      1398 72.0    0.000    0.000 |\nLZO1-1       | protocols          3144    1      2269 72.2    0.000    0.000 |\nLZO1-1       | rpc                 911    1       693 76.1    0.000    0.000 |\nLZO1-1       | securetty          1854    1      1240 66.9    0.000    0.000 |\nLZO1-1       | services          12990    1      7976 61.4    0.000    0.000 |\nLZO1-1       | shadow              512    1       186 36.3    0.000    0.000 |\nLZO1-1       | shells               42    1        40 95.2    0.000    0.000 |\nLZO1-1       | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1-1       | .profile            241    1       224 92.9    0.000    0.000 |\nLZO1-1       | moduli           592446    3     60690 10.2  556.803  954.843 |\nLZO1-1       | ssh_config         1569    1      1105 70.4    0.000    0.000 |\nLZO1-1       | ssh_host_ecdsa_key      505    1       453 89.7    0.000    0.000 |\nLZO1-1       | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1-1       | sshd_config        3127    1      2066 66.1    0.000    0.000 |\nLZO1-1       | sshd_config_readonly     3131    1      2066 66.0    0.000    0.000 |\nLZO1-1       | openssl.cnf       12411    1      6608 53.2    0.000    0.000 |\nLZO1-1       | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1-1       | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1-1       | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1-1       | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1-1       | alacritty          3749    1      2596 69.2    0.000    0.000 |\nLZO1-1       | ansi               1481    1       792 53.5    0.000    0.000 |\nLZO1-1       | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1-1       | linux              1740    1      1093 62.8    0.000    0.000 |\nLZO1-1       | rxvt               2234    1      1583 70.9    0.000    0.000 |\nLZO1-1       | screen             1607    1      1003 62.4    0.000    0.000 |\nLZO1-1       | screen-256color     1715    1      1066 62.2    0.000    0.000 |\nLZO1-1       | sun                1004    1       542 54.0    0.000    0.000 |\nLZO1-1       | vt100              1282    1       830 64.7    0.000    0.000 |\nLZO1-1       | vt102              1276    1       833 65.3    0.000    0.000 |\nLZO1-1       | vt200              1391    1       984 70.7    0.000    0.000 |\nLZO1-1       | vt220              1391    1       984 70.7    0.000    0.000 |\nLZO1-1       | vt52                839    1       366 43.6    0.000    0.000 |\nLZO1-1       | xterm-256color     4041    1      2886 71.4    0.000    0.000 |\nLZO1-1       | xterm-color        1551    1       841 54.2    0.000    0.000 |\nLZO1-1       | xterm-xfree86      2240    1      1448 64.6    0.000    0.000 |\nLZO1-1       | timestamp            15    1        16  107    0.000    0.000 |\nLZO1-1       | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1-1       | local.rules         885    1       675 76.3    0.000    0.000 |\nLZO1-1       | udev.conf           215    1       192 89.3    0.000    0.000 |\nLZO1-1       | 50default          2652    1      1201 45.3    0.000    0.000 |\nLZO1-1       | version              15    1        16  107    0.000    0.000 |\nLZO1-1       | volatile.cache     4839    1      1339 27.7    0.000    0.000 |\nLZO1-1       | xattr.conf          681    1       415 60.9    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1526 68.5  556.803  954.843\nLZO1-1         ***TOTALS***     755155  107    160334 21.2  556.803  954.843\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1A-1      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1A-1      | busybox.links.nosuid     2422    1      1273 52.6    0.000    0.000 |\nLZO1A-1      | busybox.links.suid       91    1        67 73.6    0.000    0.000 |\nLZO1A-1      | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1A-1      | rcS                1313    1      1011 77.0    0.000    0.000 |\nLZO1A-1      | useradd             115    1       117  102    0.000    0.000 |\nLZO1A-1      | 00_core            1637    1      1036 63.3    0.000    0.000 |\nLZO1A-1      | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1A-1      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1A-1      | ethertypes         1936    1      1471 76.0    0.000    0.000 |\nLZO1A-1      | fstab               650    1       393 60.5    0.000    0.000 |\nLZO1A-1      | group               518    1       464 89.6    0.000    0.000 |\nLZO1A-1      | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1A-1      | host.conf            26    1        27  104    0.000    0.000 |\nLZO1A-1      | hostname             11    1        12  109    0.000    0.000 |\nLZO1A-1      | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1A-1      | banner.sh           537    1       350 65.2    0.000    0.000 |\nLZO1A-1      | bootlogd           1997    1      1253 62.7    0.000    0.000 |\nLZO1A-1      | bootmisc.sh        2062    1      1443 70.0    0.000    0.000 |\nLZO1A-1      | checkroot.sh       3640    1      2373 65.2    0.000    0.000 |\nLZO1A-1      | devpts.sh           571    1       435 76.2    0.000    0.000 |\nLZO1A-1      | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1A-1      | functions          2362    1      1463 61.9    0.000    0.000 |\nLZO1A-1      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1A-1      | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1A-1      | hwclock.sh         2541    1      1339 52.7    0.000    0.000 |\nLZO1A-1      | modutils.sh        1362    1       881 64.7    0.000    0.000 |\nLZO1A-1      | mountall.sh        1218    1       947 77.8    0.000    0.000 |\nLZO1A-1      | mountnfs.sh        1634    1       998 61.1    0.000    0.000 |\nLZO1A-1      | networking         1956    1      1019 52.1    0.000    0.000 |\nLZO1A-1      | populate-volatile.sh     7846    1      3638 46.4    0.000    0.000 |\nLZO1A-1      | rc                 4407    1      2658 60.3    0.000    0.000 |\nLZO1A-1      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1A-1      | read-only-rootfs-hook.sh     1319    1       923 70.0    0.000    0.000 |\nLZO1A-1      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1A-1      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1A-1      | save-rtc.sh         474    1       366 77.2    0.000    0.000 |\nLZO1A-1      | sendsigs            483    1       347 71.8    0.000    0.000 |\nLZO1A-1      | single              623    1       475 76.2    0.000    0.000 |\nLZO1A-1      | sshd               2029    1      1060 52.2    0.000    0.000 |\nLZO1A-1      | sysfs.sh           1091    1       572 52.4    0.000    0.000 |\nLZO1A-1      | syslog             2104    1      1190 56.6    0.000    0.000 |\nLZO1A-1      | udev               3749    1      2134 56.9    0.000    0.000 |\nLZO1A-1      | umountfs            585    1       450 76.9    0.000    0.000 |\nLZO1A-1      | umountnfs.sh        756    1       570 75.4    0.000    0.000 |\nLZO1A-1      | urandom            1518    1       988 65.1    0.000    0.000 |\nLZO1A-1      | inittab            1186    1       814 68.6    0.000    0.000 |\nLZO1A-1      | issue                49    1        51  104    0.000    0.000 |\nLZO1A-1      | issue.net            46    1        48  104    0.000    0.000 |\nLZO1A-1      | ld.so.cache        1621    1       801 49.4    0.000    0.000 |\nLZO1A-1      | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1A-1      | limits              827    1       641 77.5    0.000    0.000 |\nLZO1A-1      | login.access       1999    1      1304 65.2    0.000    0.000 |\nLZO1A-1      | login.defs        13498    1      7571 56.1    0.000    0.000 |\nLZO1A-1      | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1A-1      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1A-1      | nfsroot             809    1       549 67.9    0.000    0.000 |\nLZO1A-1      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1A-1      | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1A-1      | passwd              846    1       515 60.9    0.000    0.000 |\nLZO1A-1      | profile            1943    1      1388 71.4    0.000    0.000 |\nLZO1A-1      | protocols          3144    1      2250 71.6    0.000    0.000 |\nLZO1A-1      | rpc                 911    1       690 75.7    0.000    0.000 |\nLZO1A-1      | securetty          1854    1      1238 66.8    0.000    0.000 |\nLZO1A-1      | services          12990    1      7891 60.7    0.000    0.000 |\nLZO1A-1      | shadow              512    1       185 36.1    0.000    0.000 |\nLZO1A-1      | shells               42    1        40 95.2    0.000    0.000 |\nLZO1A-1      | .bashrc             410    1       327 79.8    0.000    0.000 |\nLZO1A-1      | .profile            241    1       224 92.9    0.000    0.000 |\nLZO1A-1      | moduli           592446    3     60145 10.2  726.269    0.000 |\nLZO1A-1      | ssh_config         1569    1      1100 70.1    0.000    0.000 |\nLZO1A-1      | ssh_host_ecdsa_key      505    1       453 89.7    0.000    0.000 |\nLZO1A-1      | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1A-1      | sshd_config        3127    1      2049 65.5    0.000    0.000 |\nLZO1A-1      | sshd_config_readonly     3131    1      2049 65.4    0.000    0.000 |\nLZO1A-1      | openssl.cnf       12411    1      6553 52.8    0.000    0.000 |\nLZO1A-1      | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | syslog-startup.conf      651    1       547 84.0    0.000    0.000 |\nLZO1A-1      | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1A-1      | alacritty          3749    1      2562 68.3    0.000    0.000 |\nLZO1A-1      | ansi               1481    1       767 51.8    0.000    0.000 |\nLZO1A-1      | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1A-1      | linux              1740    1      1075 61.8    0.000    0.000 |\nLZO1A-1      | rxvt               2234    1      1547 69.2    0.000    0.000 |\nLZO1A-1      | screen             1607    1       983 61.2    0.000    0.000 |\nLZO1A-1      | screen-256color     1715    1      1045 60.9    0.000    0.000 |\nLZO1A-1      | sun                1004    1       526 52.4    0.000    0.000 |\nLZO1A-1      | vt100              1282    1       800 62.4    0.000    0.000 |\nLZO1A-1      | vt102              1276    1       807 63.2    0.000    0.000 |\nLZO1A-1      | vt200              1391    1       959 68.9    0.000    0.000 |\nLZO1A-1      | vt220              1391    1       959 68.9    0.000    0.000 |\nLZO1A-1      | vt52                839    1       356 42.4    0.000    0.000 |\nLZO1A-1      | xterm-256color     4041    1      2843 70.4    0.000    0.000 |\nLZO1A-1      | xterm-color        1551    1       825 53.2    0.000    0.000 |\nLZO1A-1      | xterm-xfree86      2240    1      1417 63.3    0.000    0.000 |\nLZO1A-1      | timestamp            15    1        16  107    0.000    0.000 |\nLZO1A-1      | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1A-1      | local.rules         885    1       671 75.8    0.000    0.000 |\nLZO1A-1      | udev.conf           215    1       192 89.3    0.000    0.000 |\nLZO1A-1      | 50default          2652    1      1197 45.1    0.000    0.000 |\nLZO1A-1      | version              15    1        16  107    0.000    0.000 |\nLZO1A-1      | volatile.cache     4839    1      1337 27.6    0.000    0.000 |\nLZO1A-1      | xattr.conf          681    1       414 60.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1513 68.1  726.269    0.000\nLZO1A-1        ***TOTALS***     755155  107    158896 21.0  726.269    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-1      | buildinfo           503    1       270 53.7    0.000    0.000 |\nLZO1B-1      | busybox.links.nosuid     2422    1      1289 53.2    0.000    0.000 |\nLZO1B-1      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1B-1      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-1      | rcS                1313    1      1027 78.2    0.000    0.000 |\nLZO1B-1      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-1      | 00_core            1637    1      1061 64.8    0.000    0.000 |\nLZO1B-1      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-1      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1B-1      | ethertypes         1936    1      1482 76.5    0.000    0.000 |\nLZO1B-1      | fstab               650    1       398 61.2    0.000    0.000 |\nLZO1B-1      | group               518    1       467 90.2    0.000    0.000 |\nLZO1B-1      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1B-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-1      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-1      | banner.sh           537    1       355 66.1    0.000    0.000 |\nLZO1B-1      | bootlogd           1997    1      1257 62.9    0.000    0.000 |\nLZO1B-1      | bootmisc.sh        2062    1      1451 70.4    0.000    0.000 |\nLZO1B-1      | checkroot.sh       3640    1      2388 65.6    0.000    0.000 |\nLZO1B-1      | devpts.sh           571    1       438 76.7    0.000    0.000 |\nLZO1B-1      | dmesg.sh            397    1       300 75.6    0.000    0.000 |\nLZO1B-1      | functions          2362    1      1461 61.9    0.000    0.000 |\nLZO1B-1      | halt                555    1       453 81.6    0.000    0.000 |\nLZO1B-1      | hostname.sh         625    1       477 76.3    0.000    0.000 |\nLZO1B-1      | hwclock.sh         2541    1      1357 53.4    0.000    0.000 |\nLZO1B-1      | modutils.sh        1362    1       880 64.6    0.000    0.000 |\nLZO1B-1      | mountall.sh        1218    1       958 78.7    0.000    0.000 |\nLZO1B-1      | mountnfs.sh        1634    1      1012 61.9    0.000    0.000 |\nLZO1B-1      | networking         1956    1      1038 53.1    0.000    0.000 |\nLZO1B-1      | populate-volatile.sh     7846    1      3664 46.7    0.000    0.000 |\nLZO1B-1      | rc                 4407    1      2677 60.7    0.000    0.000 |\nLZO1B-1      | rcS                 525    1       448 85.3    0.000    0.000 |\nLZO1B-1      | read-only-rootfs-hook.sh     1319    1       932 70.7    0.000    0.000 |\nLZO1B-1      | reboot              334    1       270 80.8    0.000    0.000 |\nLZO1B-1      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-1      | save-rtc.sh         474    1       366 77.2    0.000    0.000 |\nLZO1B-1      | sendsigs            483    1       355 73.5    0.000    0.000 |\nLZO1B-1      | single              623    1       476 76.4    0.000    0.000 |\nLZO1B-1      | sshd               2029    1      1063 52.4    0.000    0.000 |\nLZO1B-1      | sysfs.sh           1091    1       580 53.2    0.000    0.000 |\nLZO1B-1      | syslog             2104    1      1198 56.9    0.000    0.000 |\nLZO1B-1      | udev               3749    1      2135 56.9    0.000    0.000 |\nLZO1B-1      | umountfs            585    1       454 77.6    0.000    0.000 |\nLZO1B-1      | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1B-1      | urandom            1518    1      1002 66.0    0.000    0.000 |\nLZO1B-1      | inittab            1186    1       823 69.4    0.000    0.000 |\nLZO1B-1      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-1      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-1      | ld.so.cache        1621    1       744 45.9    0.000    0.000 |\nLZO1B-1      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-1      | limits              827    1       643 77.8    0.000    0.000 |\nLZO1B-1      | login.access       1999    1      1312 65.6    0.000    0.000 |\nLZO1B-1      | login.defs        13498    1      7550 55.9    0.000    0.000 |\nLZO1B-1      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1B-1      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1B-1      | nfsroot             809    1       549 67.9    0.000    0.000 |\nLZO1B-1      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1B-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | nsswitch.conf       487    1       348 71.5    0.000    0.000 |\nLZO1B-1      | passwd              846    1       522 61.7    0.000    0.000 |\nLZO1B-1      | profile            1943    1      1404 72.3    0.000    0.000 |\nLZO1B-1      | protocols          3144    1      2274 72.3    0.000    0.000 |\nLZO1B-1      | rpc                 911    1       700 76.8    0.000    0.000 |\nLZO1B-1      | securetty          1854    1      1313 70.8    0.000    0.000 |\nLZO1B-1      | services          12990    1      7875 60.6    0.000    0.000 |\nLZO1B-1      | shadow              512    1       185 36.1    0.000    0.000 |\nLZO1B-1      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-1      | .bashrc             410    1       333 81.2    0.000    0.000 |\nLZO1B-1      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1B-1      | moduli           592446    3     28239  4.8  660.298    0.000 |\nLZO1B-1      | ssh_config         1569    1      1110 70.7    0.000    0.000 |\nLZO1B-1      | ssh_host_ecdsa_key      505    1       452 89.5    0.000    0.000 |\nLZO1B-1      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1B-1      | sshd_config        3127    1      2074 66.3    0.000    0.000 |\nLZO1B-1      | sshd_config_readonly     3131    1      2076 66.3    0.000    0.000 |\nLZO1B-1      | openssl.cnf       12411    1      6524 52.6    0.000    0.000 |\nLZO1B-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1B-1      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-1      | alacritty          3749    1      2626 70.0    0.000    0.000 |\nLZO1B-1      | ansi               1481    1       779 52.6    0.000    0.000 |\nLZO1B-1      | dumb                308    1        76 24.7    0.000    0.000 |\nLZO1B-1      | linux              1740    1      1068 61.4    0.000    0.000 |\nLZO1B-1      | rxvt               2234    1      1551 69.4    0.000    0.000 |\nLZO1B-1      | screen             1607    1       975 60.7    0.000    0.000 |\nLZO1B-1      | screen-256color     1715    1      1038 60.5    0.000    0.000 |\nLZO1B-1      | sun                1004    1       537 53.5    0.000    0.000 |\nLZO1B-1      | vt100              1282    1       812 63.3    0.000    0.000 |\nLZO1B-1      | vt102              1276    1       814 63.8    0.000    0.000 |\nLZO1B-1      | vt200              1391    1       967 69.5    0.000    0.000 |\nLZO1B-1      | vt220              1391    1       967 69.5    0.000    0.000 |\nLZO1B-1      | vt52                839    1       363 43.3    0.000    0.000 |\nLZO1B-1      | xterm-256color     4041    1      2904 71.9    0.000    0.000 |\nLZO1B-1      | xterm-color        1551    1       820 52.9    0.000    0.000 |\nLZO1B-1      | xterm-xfree86      2240    1      1427 63.7    0.000    0.000 |\nLZO1B-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-1      | local.rules         885    1       670 75.7    0.000    0.000 |\nLZO1B-1      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1B-1      | 50default          2652    1      1203 45.4    0.000    0.000 |\nLZO1B-1      | version              15    1        19  127    0.000    0.000 |\nLZO1B-1      | volatile.cache     4839    1      1302 26.9    0.000    0.000 |\nLZO1B-1      | xattr.conf          681    1       424 62.3    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1215 69.8  660.298    0.000\nLZO1B-1        ***TOTALS***     755155  107    127634 16.9  660.298    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-2      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1B-2      | busybox.links.nosuid     2422    1      1267 52.3    0.000    0.000 |\nLZO1B-2      | busybox.links.suid       91    1        71 78.0    0.000    0.000 |\nLZO1B-2      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-2      | rcS                1313    1      1023 77.9    0.000    0.000 |\nLZO1B-2      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-2      | 00_core            1637    1      1049 64.1    0.000    0.000 |\nLZO1B-2      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-2      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1B-2      | ethertypes         1936    1      1482 76.5    0.000    0.000 |\nLZO1B-2      | fstab               650    1       395 60.8    0.000    0.000 |\nLZO1B-2      | group               518    1       466 90.0    0.000    0.000 |\nLZO1B-2      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1B-2      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-2      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-2      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-2      | banner.sh           537    1       349 65.0    0.000    0.000 |\nLZO1B-2      | bootlogd           1997    1      1256 62.9    0.000    0.000 |\nLZO1B-2      | bootmisc.sh        2062    1      1430 69.4    0.000    0.000 |\nLZO1B-2      | checkroot.sh       3640    1      2380 65.4    0.000    0.000 |\nLZO1B-2      | devpts.sh           571    1       439 76.9    0.000    0.000 |\nLZO1B-2      | dmesg.sh            397    1       297 74.8    0.000    0.000 |\nLZO1B-2      | functions          2362    1      1453 61.5    0.000    0.000 |\nLZO1B-2      | halt                555    1       452 81.4    0.000    0.000 |\nLZO1B-2      | hostname.sh         625    1       474 75.8    0.000    0.000 |\nLZO1B-2      | hwclock.sh         2541    1      1344 52.9    0.000    0.000 |\nLZO1B-2      | modutils.sh        1362    1       884 64.9    0.000    0.000 |\nLZO1B-2      | mountall.sh        1218    1       954 78.3    0.000    0.000 |\nLZO1B-2      | mountnfs.sh        1634    1       990 60.6    0.000    0.000 |\nLZO1B-2      | networking         1956    1      1038 53.1    0.000    0.000 |\nLZO1B-2      | populate-volatile.sh     7846    1      3620 46.1    0.000    0.000 |\nLZO1B-2      | rc                 4407    1      2624 59.5    0.000    0.000 |\nLZO1B-2      | rcS                 525    1       448 85.3    0.000    0.000 |\nLZO1B-2      | read-only-rootfs-hook.sh     1319    1       927 70.3    0.000    0.000 |\nLZO1B-2      | reboot              334    1       269 80.5    0.000    0.000 |\nLZO1B-2      | rmnologin.sh        630    1       429 68.1    0.000    0.000 |\nLZO1B-2      | save-rtc.sh         474    1       369 77.8    0.000    0.000 |\nLZO1B-2      | sendsigs            483    1       351 72.7    0.000    0.000 |\nLZO1B-2      | single              623    1       476 76.4    0.000    0.000 |\nLZO1B-2      | sshd               2029    1      1064 52.4    0.000    0.000 |\nLZO1B-2      | sysfs.sh           1091    1       569 52.2    0.000    0.000 |\nLZO1B-2      | syslog             2104    1      1184 56.3    0.000    0.000 |\nLZO1B-2      | udev               3749    1      2128 56.8    0.000    0.000 |\nLZO1B-2      | umountfs            585    1       454 77.6    0.000    0.000 |\nLZO1B-2      | umountnfs.sh        756    1       574 75.9    0.000    0.000 |\nLZO1B-2      | urandom            1518    1      1002 66.0    0.000    0.000 |\nLZO1B-2      | inittab            1186    1       823 69.4    0.000    0.000 |\nLZO1B-2      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-2      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-2      | ld.so.cache        1621    1       743 45.8    0.000    0.000 |\nLZO1B-2      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-2      | limits              827    1       642 77.6    0.000    0.000 |\nLZO1B-2      | login.access       1999    1      1299 65.0    0.000    0.000 |\nLZO1B-2      | login.defs        13498    1      7458 55.3    0.000    0.000 |\nLZO1B-2      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1B-2      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1B-2      | nfsroot             809    1       546 67.5    0.000    0.000 |\nLZO1B-2      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1B-2      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | nsswitch.conf       487    1       352 72.3    0.000    0.000 |\nLZO1B-2      | passwd              846    1       519 61.3    0.000    0.000 |\nLZO1B-2      | profile            1943    1      1401 72.1    0.000    0.000 |\nLZO1B-2      | protocols          3144    1      2261 71.9    0.000    0.000 |\nLZO1B-2      | rpc                 911    1       696 76.4    0.000    0.000 |\nLZO1B-2      | securetty          1854    1      1312 70.8    0.000    0.000 |\nLZO1B-2      | services          12990    1      7760 59.7    0.000    0.000 |\nLZO1B-2      | shadow              512    1       183 35.7    0.000    0.000 |\nLZO1B-2      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-2      | .bashrc             410    1       333 81.2    0.000    0.000 |\nLZO1B-2      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1B-2      | moduli           592446    3     28091  4.7  587.893    0.000 |\nLZO1B-2      | ssh_config         1569    1      1102 70.2    0.000    0.000 |\nLZO1B-2      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1B-2      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1B-2      | sshd_config        3127    1      2054 65.7    0.000    0.000 |\nLZO1B-2      | sshd_config_readonly     3131    1      2057 65.7    0.000    0.000 |\nLZO1B-2      | openssl.cnf       12411    1      6436 51.9    0.000    0.000 |\nLZO1B-2      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1B-2      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-2      | alacritty          3749    1      2613 69.7    0.000    0.000 |\nLZO1B-2      | ansi               1481    1       768 51.9    0.000    0.000 |\nLZO1B-2      | dumb                308    1        73 23.7    0.000    0.000 |\nLZO1B-2      | linux              1740    1      1044 60.0    0.000    0.000 |\nLZO1B-2      | rxvt               2234    1      1548 69.3    0.000    0.000 |\nLZO1B-2      | screen             1607    1       965 60.0    0.000    0.000 |\nLZO1B-2      | screen-256color     1715    1      1026 59.8    0.000    0.000 |\nLZO1B-2      | sun                1004    1       523 52.1    0.000    0.000 |\nLZO1B-2      | vt100              1282    1       800 62.4    0.000    0.000 |\nLZO1B-2      | vt102              1276    1       805 63.1    0.000    0.000 |\nLZO1B-2      | vt200              1391    1       955 68.7    0.000    0.000 |\nLZO1B-2      | vt220              1391    1       955 68.7    0.000    0.000 |\nLZO1B-2      | vt52                839    1       355 42.3    0.000    0.000 |\nLZO1B-2      | xterm-256color     4041    1      2889 71.5    0.000    0.000 |\nLZO1B-2      | xterm-color        1551    1       805 51.9    0.000    0.000 |\nLZO1B-2      | xterm-xfree86      2240    1      1404 62.7    0.000    0.000 |\nLZO1B-2      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-2      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-2      | local.rules         885    1       669 75.6    0.000    0.000 |\nLZO1B-2      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1B-2      | 50default          2652    1      1180 44.5    0.000    0.000 |\nLZO1B-2      | version              15    1        19  127    0.000    0.000 |\nLZO1B-2      | volatile.cache     4839    1      1299 26.8    0.000    0.000 |\nLZO1B-2      | xattr.conf          681    1       422 62.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1205 69.5  587.893    0.000\nLZO1B-2        ***TOTALS***     755155  107    126619 16.8  587.893    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-3      | buildinfo           503    1       274 54.5    0.000    0.000 |\nLZO1B-3      | busybox.links.nosuid     2422    1      1261 52.1    0.000    0.000 |\nLZO1B-3      | busybox.links.suid       91    1        71 78.0    0.000    0.000 |\nLZO1B-3      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-3      | rcS                1313    1      1018 77.5    0.000    0.000 |\nLZO1B-3      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-3      | 00_core            1637    1      1049 64.1    0.000    0.000 |\nLZO1B-3      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-3      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1B-3      | ethertypes         1936    1      1479 76.4    0.000    0.000 |\nLZO1B-3      | fstab               650    1       400 61.5    0.000    0.000 |\nLZO1B-3      | group               518    1       464 89.6    0.000    0.000 |\nLZO1B-3      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1B-3      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-3      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-3      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-3      | banner.sh           537    1       349 65.0    0.000    0.000 |\nLZO1B-3      | bootlogd           1997    1      1238 62.0    0.000    0.000 |\nLZO1B-3      | bootmisc.sh        2062    1      1435 69.6    0.000    0.000 |\nLZO1B-3      | checkroot.sh       3640    1      2369 65.1    0.000    0.000 |\nLZO1B-3      | devpts.sh           571    1       439 76.9    0.000    0.000 |\nLZO1B-3      | dmesg.sh            397    1       297 74.8    0.000    0.000 |\nLZO1B-3      | functions          2362    1      1449 61.3    0.000    0.000 |\nLZO1B-3      | halt                555    1       452 81.4    0.000    0.000 |\nLZO1B-3      | hostname.sh         625    1       474 75.8    0.000    0.000 |\nLZO1B-3      | hwclock.sh         2541    1      1344 52.9    0.000    0.000 |\nLZO1B-3      | modutils.sh        1362    1       878 64.5    0.000    0.000 |\nLZO1B-3      | mountall.sh        1218    1       950 78.0    0.000    0.000 |\nLZO1B-3      | mountnfs.sh        1634    1       990 60.6    0.000    0.000 |\nLZO1B-3      | networking         1956    1      1038 53.1    0.000    0.000 |\nLZO1B-3      | populate-volatile.sh     7846    1      3591 45.8    0.000    0.000 |\nLZO1B-3      | rc                 4407    1      2613 59.3    0.000    0.000 |\nLZO1B-3      | rcS                 525    1       448 85.3    0.000    0.000 |\nLZO1B-3      | read-only-rootfs-hook.sh     1319    1       926 70.2    0.000    0.000 |\nLZO1B-3      | reboot              334    1       269 80.5    0.000    0.000 |\nLZO1B-3      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-3      | save-rtc.sh         474    1       370 78.1    0.000    0.000 |\nLZO1B-3      | sendsigs            483    1       351 72.7    0.000    0.000 |\nLZO1B-3      | single              623    1       474 76.1    0.000    0.000 |\nLZO1B-3      | sshd               2029    1      1062 52.3    0.000    0.000 |\nLZO1B-3      | sysfs.sh           1091    1       564 51.7    0.000    0.000 |\nLZO1B-3      | syslog             2104    1      1182 56.2    0.000    0.000 |\nLZO1B-3      | udev               3749    1      2116 56.4    0.000    0.000 |\nLZO1B-3      | umountfs            585    1       452 77.3    0.000    0.000 |\nLZO1B-3      | umountnfs.sh        756    1       572 75.7    0.000    0.000 |\nLZO1B-3      | urandom            1518    1      1002 66.0    0.000    0.000 |\nLZO1B-3      | inittab            1186    1       822 69.3    0.000    0.000 |\nLZO1B-3      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-3      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-3      | ld.so.cache        1621    1       741 45.7    0.000    0.000 |\nLZO1B-3      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-3      | limits              827    1       642 77.6    0.000    0.000 |\nLZO1B-3      | login.access       1999    1      1301 65.1    0.000    0.000 |\nLZO1B-3      | login.defs        13498    1      7379 54.7    0.000    0.000 |\nLZO1B-3      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1B-3      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1B-3      | nfsroot             809    1       544 67.2    0.000    0.000 |\nLZO1B-3      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1B-3      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | nsswitch.conf       487    1       352 72.3    0.000    0.000 |\nLZO1B-3      | passwd              846    1       512 60.5    0.000    0.000 |\nLZO1B-3      | profile            1943    1      1397 71.9    0.000    0.000 |\nLZO1B-3      | protocols          3144    1      2257 71.8    0.000    0.000 |\nLZO1B-3      | rpc                 911    1       695 76.3    0.000    0.000 |\nLZO1B-3      | securetty          1854    1      1308 70.6    0.000    0.000 |\nLZO1B-3      | services          12990    1      7694 59.2    0.000    0.000 |\nLZO1B-3      | shadow              512    1       183 35.7    0.000    0.000 |\nLZO1B-3      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-3      | .bashrc             410    1       332 81.0    0.000    0.000 |\nLZO1B-3      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1B-3      | moduli           592446    3     28053  4.7  500.337    0.000 |\nLZO1B-3      | ssh_config         1569    1      1102 70.2    0.000    0.000 |\nLZO1B-3      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1B-3      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1B-3      | sshd_config        3127    1      2042 65.3    0.000    0.000 |\nLZO1B-3      | sshd_config_readonly     3131    1      2045 65.3    0.000    0.000 |\nLZO1B-3      | openssl.cnf       12411    1      6374 51.4    0.000    0.000 |\nLZO1B-3      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1B-3      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-3      | alacritty          3749    1      2599 69.3    0.000    0.000 |\nLZO1B-3      | ansi               1481    1       767 51.8    0.000    0.000 |\nLZO1B-3      | dumb                308    1        73 23.7    0.000    0.000 |\nLZO1B-3      | linux              1740    1      1042 59.9    0.000    0.000 |\nLZO1B-3      | rxvt               2234    1      1541 69.0    0.000    0.000 |\nLZO1B-3      | screen             1607    1       967 60.2    0.000    0.000 |\nLZO1B-3      | screen-256color     1715    1      1029 60.0    0.000    0.000 |\nLZO1B-3      | sun                1004    1       521 51.9    0.000    0.000 |\nLZO1B-3      | vt100              1282    1       800 62.4    0.000    0.000 |\nLZO1B-3      | vt102              1276    1       804 63.0    0.000    0.000 |\nLZO1B-3      | vt200              1391    1       952 68.4    0.000    0.000 |\nLZO1B-3      | vt220              1391    1       952 68.4    0.000    0.000 |\nLZO1B-3      | vt52                839    1       355 42.3    0.000    0.000 |\nLZO1B-3      | xterm-256color     4041    1      2878 71.2    0.000    0.000 |\nLZO1B-3      | xterm-color        1551    1       805 51.9    0.000    0.000 |\nLZO1B-3      | xterm-xfree86      2240    1      1403 62.6    0.000    0.000 |\nLZO1B-3      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-3      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-3      | local.rules         885    1       669 75.6    0.000    0.000 |\nLZO1B-3      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1B-3      | 50default          2652    1      1174 44.3    0.000    0.000 |\nLZO1B-3      | version              15    1        19  127    0.000    0.000 |\nLZO1B-3      | volatile.cache     4839    1      1306 27.0    0.000    0.000 |\nLZO1B-3      | xattr.conf          681    1       420 61.7    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1201 69.4  500.337    0.000\nLZO1B-3        ***TOTALS***     755155  107    126170 16.7  500.337    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-4      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1B-4      | busybox.links.nosuid     2422    1      1254 51.8    0.000    0.000 |\nLZO1B-4      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-4      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-4      | rcS                1313    1       997 75.9    0.000    0.000 |\nLZO1B-4      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-4      | 00_core            1637    1      1017 62.1    0.000    0.000 |\nLZO1B-4      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-4      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-4      | ethertypes         1936    1      1442 74.5    0.000    0.000 |\nLZO1B-4      | fstab               650    1       392 60.3    0.000    0.000 |\nLZO1B-4      | group               518    1       462 89.2    0.000    0.000 |\nLZO1B-4      | gshadow             432    1       319 73.8    0.000    0.000 |\nLZO1B-4      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-4      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-4      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1B-4      | banner.sh           537    1       344 64.1    0.000    0.000 |\nLZO1B-4      | bootlogd           1997    1      1243 62.2    0.000    0.000 |\nLZO1B-4      | bootmisc.sh        2062    1      1396 67.7    0.000    0.000 |\nLZO1B-4      | checkroot.sh       3640    1      2329 64.0    0.000    0.000 |\nLZO1B-4      | devpts.sh           571    1       433 75.8    0.000    0.000 |\nLZO1B-4      | dmesg.sh            397    1       293 73.8    0.000    0.000 |\nLZO1B-4      | functions          2362    1      1446 61.2    0.000    0.000 |\nLZO1B-4      | halt                555    1       449 80.9    0.000    0.000 |\nLZO1B-4      | hostname.sh         625    1       473 75.7    0.000    0.000 |\nLZO1B-4      | hwclock.sh         2541    1      1317 51.8    0.000    0.000 |\nLZO1B-4      | modutils.sh        1362    1       875 64.2    0.000    0.000 |\nLZO1B-4      | mountall.sh        1218    1       939 77.1    0.000    0.000 |\nLZO1B-4      | mountnfs.sh        1634    1       988 60.5    0.000    0.000 |\nLZO1B-4      | networking         1956    1      1018 52.0    0.000    0.000 |\nLZO1B-4      | populate-volatile.sh     7846    1      3524 44.9    0.000    0.000 |\nLZO1B-4      | rc                 4407    1      2564 58.2    0.000    0.000 |\nLZO1B-4      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-4      | read-only-rootfs-hook.sh     1319    1       920 69.7    0.000    0.000 |\nLZO1B-4      | reboot              334    1       268 80.2    0.000    0.000 |\nLZO1B-4      | rmnologin.sh        630    1       429 68.1    0.000    0.000 |\nLZO1B-4      | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1B-4      | sendsigs            483    1       346 71.6    0.000    0.000 |\nLZO1B-4      | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-4      | sshd               2029    1      1041 51.3    0.000    0.000 |\nLZO1B-4      | sysfs.sh           1091    1       567 52.0    0.000    0.000 |\nLZO1B-4      | syslog             2104    1      1163 55.3    0.000    0.000 |\nLZO1B-4      | udev               3749    1      2096 55.9    0.000    0.000 |\nLZO1B-4      | umountfs            585    1       452 77.3    0.000    0.000 |\nLZO1B-4      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1B-4      | urandom            1518    1       971 64.0    0.000    0.000 |\nLZO1B-4      | inittab            1186    1       806 68.0    0.000    0.000 |\nLZO1B-4      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-4      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-4      | ld.so.cache        1621    1       728 44.9    0.000    0.000 |\nLZO1B-4      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-4      | limits              827    1       635 76.8    0.000    0.000 |\nLZO1B-4      | login.access       1999    1      1282 64.1    0.000    0.000 |\nLZO1B-4      | login.defs        13498    1      7160 53.0    0.000    0.000 |\nLZO1B-4      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-4      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1B-4      | nfsroot             809    1       541 66.9    0.000    0.000 |\nLZO1B-4      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-4      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | nsswitch.conf       487    1       346 71.0    0.000    0.000 |\nLZO1B-4      | passwd              846    1       509 60.2    0.000    0.000 |\nLZO1B-4      | profile            1943    1      1373 70.7    0.000    0.000 |\nLZO1B-4      | protocols          3144    1      2214 70.4    0.000    0.000 |\nLZO1B-4      | rpc                 911    1       685 75.2    0.000    0.000 |\nLZO1B-4      | securetty          1854    1      1231 66.4    0.000    0.000 |\nLZO1B-4      | services          12990    1      7542 58.1    0.000    0.000 |\nLZO1B-4      | shadow              512    1       182 35.5    0.000    0.000 |\nLZO1B-4      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-4      | .bashrc             410    1       329 80.2    0.000    0.000 |\nLZO1B-4      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-4      | moduli           592446    3     27504  4.6  615.065    0.000 |\nLZO1B-4      | ssh_config         1569    1      1092 69.6    0.000    0.000 |\nLZO1B-4      | ssh_host_ecdsa_key      505    1       450 89.1    0.000    0.000 |\nLZO1B-4      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-4      | sshd_config        3127    1      1987 63.5    0.000    0.000 |\nLZO1B-4      | sshd_config_readonly     3131    1      1989 63.5    0.000    0.000 |\nLZO1B-4      | openssl.cnf       12411    1      6243 50.3    0.000    0.000 |\nLZO1B-4      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | syslog-startup.conf      651    1       544 83.6    0.000    0.000 |\nLZO1B-4      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-4      | alacritty          3749    1      2534 67.6    0.000    0.000 |\nLZO1B-4      | ansi               1481    1       752 50.8    0.000    0.000 |\nLZO1B-4      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1B-4      | linux              1740    1      1049 60.3    0.000    0.000 |\nLZO1B-4      | rxvt               2234    1      1524 68.2    0.000    0.000 |\nLZO1B-4      | screen             1607    1       962 59.9    0.000    0.000 |\nLZO1B-4      | screen-256color     1715    1      1018 59.4    0.000    0.000 |\nLZO1B-4      | sun                1004    1       514 51.2    0.000    0.000 |\nLZO1B-4      | vt100              1282    1       778 60.7    0.000    0.000 |\nLZO1B-4      | vt102              1276    1       788 61.8    0.000    0.000 |\nLZO1B-4      | vt200              1391    1       940 67.6    0.000    0.000 |\nLZO1B-4      | vt220              1391    1       940 67.6    0.000    0.000 |\nLZO1B-4      | vt52                839    1       348 41.5    0.000    0.000 |\nLZO1B-4      | xterm-256color     4041    1      2808 69.5    0.000    0.000 |\nLZO1B-4      | xterm-color        1551    1       803 51.8    0.000    0.000 |\nLZO1B-4      | xterm-xfree86      2240    1      1389 62.0    0.000    0.000 |\nLZO1B-4      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-4      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-4      | local.rules         885    1       667 75.4    0.000    0.000 |\nLZO1B-4      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-4      | 50default          2652    1      1150 43.4    0.000    0.000 |\nLZO1B-4      | version              15    1        19  127    0.000    0.000 |\nLZO1B-4      | volatile.cache     4839    1      1316 27.2    0.000    0.000 |\nLZO1B-4      | xattr.conf          681    1       417 61.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1180 68.7  615.065    0.000\nLZO1B-4        ***TOTALS***     755155  107    123959 16.4  615.065    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-5      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1B-5      | busybox.links.nosuid     2422    1      1247 51.5    0.000    0.000 |\nLZO1B-5      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1B-5      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-5      | rcS                1313    1       995 75.8    0.000    0.000 |\nLZO1B-5      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-5      | 00_core            1637    1      1010 61.7    0.000    0.000 |\nLZO1B-5      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-5      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-5      | ethertypes         1936    1      1435 74.1    0.000    0.000 |\nLZO1B-5      | fstab               650    1       394 60.6    0.000    0.000 |\nLZO1B-5      | group               518    1       451 87.1    0.000    0.000 |\nLZO1B-5      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-5      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-5      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-5      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-5      | banner.sh           537    1       344 64.1    0.000    0.000 |\nLZO1B-5      | bootlogd           1997    1      1224 61.3    0.000    0.000 |\nLZO1B-5      | bootmisc.sh        2062    1      1390 67.4    0.000    0.000 |\nLZO1B-5      | checkroot.sh       3640    1      2309 63.4    0.000    0.000 |\nLZO1B-5      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1B-5      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-5      | functions          2362    1      1421 60.2    0.000    0.000 |\nLZO1B-5      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1B-5      | hostname.sh         625    1       473 75.7    0.000    0.000 |\nLZO1B-5      | hwclock.sh         2541    1      1297 51.0    0.000    0.000 |\nLZO1B-5      | modutils.sh        1362    1       870 63.9    0.000    0.000 |\nLZO1B-5      | mountall.sh        1218    1       929 76.3    0.000    0.000 |\nLZO1B-5      | mountnfs.sh        1634    1       969 59.3    0.000    0.000 |\nLZO1B-5      | networking         1956    1      1014 51.8    0.000    0.000 |\nLZO1B-5      | populate-volatile.sh     7846    1      3479 44.3    0.000    0.000 |\nLZO1B-5      | rc                 4407    1      2545 57.7    0.000    0.000 |\nLZO1B-5      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-5      | read-only-rootfs-hook.sh     1319    1       911 69.1    0.000    0.000 |\nLZO1B-5      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1B-5      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-5      | save-rtc.sh         474    1       368 77.6    0.000    0.000 |\nLZO1B-5      | sendsigs            483    1       344 71.2    0.000    0.000 |\nLZO1B-5      | single              623    1       473 75.9    0.000    0.000 |\nLZO1B-5      | sshd               2029    1      1041 51.3    0.000    0.000 |\nLZO1B-5      | sysfs.sh           1091    1       568 52.1    0.000    0.000 |\nLZO1B-5      | syslog             2104    1      1166 55.4    0.000    0.000 |\nLZO1B-5      | udev               3749    1      2054 54.8    0.000    0.000 |\nLZO1B-5      | umountfs            585    1       448 76.6    0.000    0.000 |\nLZO1B-5      | umountnfs.sh        756    1       565 74.7    0.000    0.000 |\nLZO1B-5      | urandom            1518    1       968 63.8    0.000    0.000 |\nLZO1B-5      | inittab            1186    1       809 68.2    0.000    0.000 |\nLZO1B-5      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-5      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-5      | ld.so.cache        1621    1       752 46.4    0.000    0.000 |\nLZO1B-5      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-5      | limits              827    1       633 76.5    0.000    0.000 |\nLZO1B-5      | login.access       1999    1      1267 63.4    0.000    0.000 |\nLZO1B-5      | login.defs        13498    1      7034 52.1    0.000    0.000 |\nLZO1B-5      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-5      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1B-5      | nfsroot             809    1       529 65.4    0.000    0.000 |\nLZO1B-5      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1B-5      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | nsswitch.conf       487    1       349 71.7    0.000    0.000 |\nLZO1B-5      | passwd              846    1       492 58.2    0.000    0.000 |\nLZO1B-5      | profile            1943    1      1373 70.7    0.000    0.000 |\nLZO1B-5      | protocols          3144    1      2205 70.1    0.000    0.000 |\nLZO1B-5      | rpc                 911    1       684 75.1    0.000    0.000 |\nLZO1B-5      | securetty          1854    1      1217 65.6    0.000    0.000 |\nLZO1B-5      | services          12990    1      7465 57.5    0.000    0.000 |\nLZO1B-5      | shadow              512    1       179 35.0    0.000    0.000 |\nLZO1B-5      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-5      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-5      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-5      | moduli           592446    3     27410  4.6  519.886    0.000 |\nLZO1B-5      | ssh_config         1569    1      1090 69.5    0.000    0.000 |\nLZO1B-5      | ssh_host_ecdsa_key      505    1       451 89.3    0.000    0.000 |\nLZO1B-5      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-5      | sshd_config        3127    1      1958 62.6    0.000    0.000 |\nLZO1B-5      | sshd_config_readonly     3131    1      1962 62.7    0.000    0.000 |\nLZO1B-5      | openssl.cnf       12411    1      6116 49.3    0.000    0.000 |\nLZO1B-5      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | syslog-startup.conf      651    1       542 83.3    0.000    0.000 |\nLZO1B-5      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-5      | alacritty          3749    1      2516 67.1    0.000    0.000 |\nLZO1B-5      | ansi               1481    1       753 50.8    0.000    0.000 |\nLZO1B-5      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-5      | linux              1740    1      1028 59.1    0.000    0.000 |\nLZO1B-5      | rxvt               2234    1      1501 67.2    0.000    0.000 |\nLZO1B-5      | screen             1607    1       964 60.0    0.000    0.000 |\nLZO1B-5      | screen-256color     1715    1      1025 59.8    0.000    0.000 |\nLZO1B-5      | sun                1004    1       501 49.9    0.000    0.000 |\nLZO1B-5      | vt100              1282    1       778 60.7    0.000    0.000 |\nLZO1B-5      | vt102              1276    1       783 61.4    0.000    0.000 |\nLZO1B-5      | vt200              1391    1       928 66.7    0.000    0.000 |\nLZO1B-5      | vt220              1391    1       928 66.7    0.000    0.000 |\nLZO1B-5      | vt52                839    1       344 41.0    0.000    0.000 |\nLZO1B-5      | xterm-256color     4041    1      2782 68.8    0.000    0.000 |\nLZO1B-5      | xterm-color        1551    1       798 51.5    0.000    0.000 |\nLZO1B-5      | xterm-xfree86      2240    1      1374 61.3    0.000    0.000 |\nLZO1B-5      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-5      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-5      | local.rules         885    1       662 74.8    0.000    0.000 |\nLZO1B-5      | udev.conf           215    1       197 91.6    0.000    0.000 |\nLZO1B-5      | 50default          2652    1      1144 43.1    0.000    0.000 |\nLZO1B-5      | version              15    1        19  127    0.000    0.000 |\nLZO1B-5      | volatile.cache     4839    1      1297 26.8    0.000    0.000 |\nLZO1B-5      | xattr.conf          681    1       415 60.9    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1171 68.4  519.886    0.000\nLZO1B-5        ***TOTALS***     755155  107    122982 16.3  519.886    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-6      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1B-6      | busybox.links.nosuid     2422    1      1230 50.8    0.000    0.000 |\nLZO1B-6      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-6      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-6      | rcS                1313    1       986 75.1    0.000    0.000 |\nLZO1B-6      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-6      | 00_core            1637    1      1000 61.1    0.000    0.000 |\nLZO1B-6      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-6      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-6      | ethertypes         1936    1      1416 73.1    0.000    0.000 |\nLZO1B-6      | fstab               650    1       390 60.0    0.000    0.000 |\nLZO1B-6      | group               518    1       451 87.1    0.000    0.000 |\nLZO1B-6      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-6      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-6      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-6      | hosts               235    1       190 80.9    0.000    0.000 |\nLZO1B-6      | banner.sh           537    1       342 63.7    0.000    0.000 |\nLZO1B-6      | bootlogd           1997    1      1217 60.9    0.000    0.000 |\nLZO1B-6      | bootmisc.sh        2062    1      1393 67.6    0.000    0.000 |\nLZO1B-6      | checkroot.sh       3640    1      2270 62.4    0.000    0.000 |\nLZO1B-6      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1B-6      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-6      | functions          2362    1      1410 59.7    0.000    0.000 |\nLZO1B-6      | halt                555    1       445 80.2    0.000    0.000 |\nLZO1B-6      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-6      | hwclock.sh         2541    1      1301 51.2    0.000    0.000 |\nLZO1B-6      | modutils.sh        1362    1       870 63.9    0.000    0.000 |\nLZO1B-6      | mountall.sh        1218    1       927 76.1    0.000    0.000 |\nLZO1B-6      | mountnfs.sh        1634    1       954 58.4    0.000    0.000 |\nLZO1B-6      | networking         1956    1      1001 51.2    0.000    0.000 |\nLZO1B-6      | populate-volatile.sh     7846    1      3426 43.7    0.000    0.000 |\nLZO1B-6      | rc                 4407    1      2504 56.8    0.000    0.000 |\nLZO1B-6      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-6      | read-only-rootfs-hook.sh     1319    1       909 68.9    0.000    0.000 |\nLZO1B-6      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1B-6      | rmnologin.sh        630    1       426 67.6    0.000    0.000 |\nLZO1B-6      | save-rtc.sh         474    1       366 77.2    0.000    0.000 |\nLZO1B-6      | sendsigs            483    1       344 71.2    0.000    0.000 |\nLZO1B-6      | single              623    1       473 75.9    0.000    0.000 |\nLZO1B-6      | sshd               2029    1      1026 50.6    0.000    0.000 |\nLZO1B-6      | sysfs.sh           1091    1       568 52.1    0.000    0.000 |\nLZO1B-6      | syslog             2104    1      1151 54.7    0.000    0.000 |\nLZO1B-6      | udev               3749    1      2045 54.5    0.000    0.000 |\nLZO1B-6      | umountfs            585    1       448 76.6    0.000    0.000 |\nLZO1B-6      | umountnfs.sh        756    1       567 75.0    0.000    0.000 |\nLZO1B-6      | urandom            1518    1       963 63.4    0.000    0.000 |\nLZO1B-6      | inittab            1186    1       800 67.5    0.000    0.000 |\nLZO1B-6      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-6      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-6      | ld.so.cache        1621    1       727 44.8    0.000    0.000 |\nLZO1B-6      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-6      | limits              827    1       634 76.7    0.000    0.000 |\nLZO1B-6      | login.access       1999    1      1248 62.4    0.000    0.000 |\nLZO1B-6      | login.defs        13498    1      6976 51.7    0.000    0.000 |\nLZO1B-6      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-6      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-6      | nfsroot             809    1       534 66.0    0.000    0.000 |\nLZO1B-6      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1B-6      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | nsswitch.conf       487    1       343 70.4    0.000    0.000 |\nLZO1B-6      | passwd              846    1       482 57.0    0.000    0.000 |\nLZO1B-6      | profile            1943    1      1365 70.3    0.000    0.000 |\nLZO1B-6      | protocols          3144    1      2181 69.4    0.000    0.000 |\nLZO1B-6      | rpc                 911    1       684 75.1    0.000    0.000 |\nLZO1B-6      | securetty          1854    1      1214 65.5    0.000    0.000 |\nLZO1B-6      | services          12990    1      7352 56.6    0.000    0.000 |\nLZO1B-6      | shadow              512    1       178 34.8    0.000    0.000 |\nLZO1B-6      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-6      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-6      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-6      | moduli           592446    3     27379  4.6  659.263    0.000 |\nLZO1B-6      | ssh_config         1569    1      1083 69.0    0.000    0.000 |\nLZO1B-6      | ssh_host_ecdsa_key      505    1       450 89.1    0.000    0.000 |\nLZO1B-6      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-6      | sshd_config        3127    1      1951 62.4    0.000    0.000 |\nLZO1B-6      | sshd_config_readonly     3131    1      1953 62.4    0.000    0.000 |\nLZO1B-6      | openssl.cnf       12411    1      6028 48.6    0.000    0.000 |\nLZO1B-6      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | syslog-startup.conf      651    1       540 82.9    0.000    0.000 |\nLZO1B-6      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-6      | alacritty          3749    1      2476 66.0    0.000    0.000 |\nLZO1B-6      | ansi               1481    1       751 50.7    0.000    0.000 |\nLZO1B-6      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-6      | linux              1740    1      1024 58.9    0.000    0.000 |\nLZO1B-6      | rxvt               2234    1      1503 67.3    0.000    0.000 |\nLZO1B-6      | screen             1607    1       961 59.8    0.000    0.000 |\nLZO1B-6      | screen-256color     1715    1      1015 59.2    0.000    0.000 |\nLZO1B-6      | sun                1004    1       502 50.0    0.000    0.000 |\nLZO1B-6      | vt100              1282    1       777 60.6    0.000    0.000 |\nLZO1B-6      | vt102              1276    1       783 61.4    0.000    0.000 |\nLZO1B-6      | vt200              1391    1       930 66.9    0.000    0.000 |\nLZO1B-6      | vt220              1391    1       930 66.9    0.000    0.000 |\nLZO1B-6      | vt52                839    1       344 41.0    0.000    0.000 |\nLZO1B-6      | xterm-256color     4041    1      2752 68.1    0.000    0.000 |\nLZO1B-6      | xterm-color        1551    1       793 51.1    0.000    0.000 |\nLZO1B-6      | xterm-xfree86      2240    1      1367 61.0    0.000    0.000 |\nLZO1B-6      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-6      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-6      | local.rules         885    1       654 73.9    0.000    0.000 |\nLZO1B-6      | udev.conf           215    1       195 90.7    0.000    0.000 |\nLZO1B-6      | 50default          2652    1      1130 42.6    0.000    0.000 |\nLZO1B-6      | version              15    1        19  127    0.000    0.000 |\nLZO1B-6      | volatile.cache     4839    1      1296 26.8    0.000    0.000 |\nLZO1B-6      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1163 68.1  659.263    0.000\nLZO1B-6        ***TOTALS***     755155  107    122158 16.2  659.263    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-7      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1B-7      | busybox.links.nosuid     2422    1      1249 51.6    0.000    0.000 |\nLZO1B-7      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1B-7      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-7      | rcS                1313    1       990 75.4    0.000    0.000 |\nLZO1B-7      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-7      | 00_core            1637    1      1003 61.3    0.000    0.000 |\nLZO1B-7      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-7      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-7      | ethertypes         1936    1      1431 73.9    0.000    0.000 |\nLZO1B-7      | fstab               650    1       392 60.3    0.000    0.000 |\nLZO1B-7      | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-7      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-7      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-7      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-7      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1B-7      | banner.sh           537    1       344 64.1    0.000    0.000 |\nLZO1B-7      | bootlogd           1997    1      1215 60.8    0.000    0.000 |\nLZO1B-7      | bootmisc.sh        2062    1      1384 67.1    0.000    0.000 |\nLZO1B-7      | checkroot.sh       3640    1      2273 62.4    0.000    0.000 |\nLZO1B-7      | devpts.sh           571    1       432 75.7    0.000    0.000 |\nLZO1B-7      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-7      | functions          2362    1      1427 60.4    0.000    0.000 |\nLZO1B-7      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1B-7      | hostname.sh         625    1       475 76.0    0.000    0.000 |\nLZO1B-7      | hwclock.sh         2541    1      1298 51.1    0.000    0.000 |\nLZO1B-7      | modutils.sh        1362    1       870 63.9    0.000    0.000 |\nLZO1B-7      | mountall.sh        1218    1       923 75.8    0.000    0.000 |\nLZO1B-7      | mountnfs.sh        1634    1       965 59.1    0.000    0.000 |\nLZO1B-7      | networking         1956    1      1011 51.7    0.000    0.000 |\nLZO1B-7      | populate-volatile.sh     7846    1      3440 43.8    0.000    0.000 |\nLZO1B-7      | rc                 4407    1      2504 56.8    0.000    0.000 |\nLZO1B-7      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1B-7      | read-only-rootfs-hook.sh     1319    1       908 68.8    0.000    0.000 |\nLZO1B-7      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1B-7      | rmnologin.sh        630    1       427 67.8    0.000    0.000 |\nLZO1B-7      | save-rtc.sh         474    1       363 76.6    0.000    0.000 |\nLZO1B-7      | sendsigs            483    1       344 71.2    0.000    0.000 |\nLZO1B-7      | single              623    1       471 75.6    0.000    0.000 |\nLZO1B-7      | sshd               2029    1      1020 50.3    0.000    0.000 |\nLZO1B-7      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1B-7      | syslog             2104    1      1165 55.4    0.000    0.000 |\nLZO1B-7      | udev               3749    1      2044 54.5    0.000    0.000 |\nLZO1B-7      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1B-7      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1B-7      | urandom            1518    1       962 63.4    0.000    0.000 |\nLZO1B-7      | inittab            1186    1       805 67.9    0.000    0.000 |\nLZO1B-7      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-7      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-7      | ld.so.cache        1621    1       719 44.4    0.000    0.000 |\nLZO1B-7      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-7      | limits              827    1       631 76.3    0.000    0.000 |\nLZO1B-7      | login.access       1999    1      1246 62.3    0.000    0.000 |\nLZO1B-7      | login.defs        13498    1      6895 51.1    0.000    0.000 |\nLZO1B-7      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-7      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1B-7      | nfsroot             809    1       532 65.8    0.000    0.000 |\nLZO1B-7      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-7      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | nsswitch.conf       487    1       344 70.6    0.000    0.000 |\nLZO1B-7      | passwd              846    1       492 58.2    0.000    0.000 |\nLZO1B-7      | profile            1943    1      1358 69.9    0.000    0.000 |\nLZO1B-7      | protocols          3144    1      2186 69.5    0.000    0.000 |\nLZO1B-7      | rpc                 911    1       684 75.1    0.000    0.000 |\nLZO1B-7      | securetty          1854    1      1216 65.6    0.000    0.000 |\nLZO1B-7      | services          12990    1      7332 56.4    0.000    0.000 |\nLZO1B-7      | shadow              512    1       179 35.0    0.000    0.000 |\nLZO1B-7      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-7      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-7      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-7      | moduli           592446    3     27510  4.6  427.812    0.000 |\nLZO1B-7      | ssh_config         1569    1      1087 69.3    0.000    0.000 |\nLZO1B-7      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-7      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-7      | sshd_config        3127    1      1938 62.0    0.000    0.000 |\nLZO1B-7      | sshd_config_readonly     3131    1      1942 62.0    0.000    0.000 |\nLZO1B-7      | openssl.cnf       12411    1      6032 48.6    0.000    0.000 |\nLZO1B-7      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | syslog-startup.conf      651    1       542 83.3    0.000    0.000 |\nLZO1B-7      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-7      | alacritty          3749    1      2501 66.7    0.000    0.000 |\nLZO1B-7      | ansi               1481    1       759 51.2    0.000    0.000 |\nLZO1B-7      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-7      | linux              1740    1      1029 59.1    0.000    0.000 |\nLZO1B-7      | rxvt               2234    1      1497 67.0    0.000    0.000 |\nLZO1B-7      | screen             1607    1       953 59.3    0.000    0.000 |\nLZO1B-7      | screen-256color     1715    1      1015 59.2    0.000    0.000 |\nLZO1B-7      | sun                1004    1       505 50.3    0.000    0.000 |\nLZO1B-7      | vt100              1282    1       774 60.4    0.000    0.000 |\nLZO1B-7      | vt102              1276    1       774 60.7    0.000    0.000 |\nLZO1B-7      | vt200              1391    1       928 66.7    0.000    0.000 |\nLZO1B-7      | vt220              1391    1       928 66.7    0.000    0.000 |\nLZO1B-7      | vt52                839    1       345 41.1    0.000    0.000 |\nLZO1B-7      | xterm-256color     4041    1      2757 68.2    0.000    0.000 |\nLZO1B-7      | xterm-color        1551    1       794 51.2    0.000    0.000 |\nLZO1B-7      | xterm-xfree86      2240    1      1362 60.8    0.000    0.000 |\nLZO1B-7      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-7      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-7      | local.rules         885    1       662 74.8    0.000    0.000 |\nLZO1B-7      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-7      | 50default          2652    1      1135 42.8    0.000    0.000 |\nLZO1B-7      | version              15    1        19  127    0.000    0.000 |\nLZO1B-7      | volatile.cache     4839    1      1228 25.4    0.000    0.000 |\nLZO1B-7      | xattr.conf          681    1       415 60.9    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1163 68.2  427.812    0.000\nLZO1B-7        ***TOTALS***     755155  107    122216 16.2  427.812    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-8      | buildinfo           503    1       269 53.5    0.000    0.000 |\nLZO1B-8      | busybox.links.nosuid     2422    1      1228 50.7    0.000    0.000 |\nLZO1B-8      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-8      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-8      | rcS                1313    1       977 74.4    0.000    0.000 |\nLZO1B-8      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-8      | 00_core            1637    1       997 60.9    0.000    0.000 |\nLZO1B-8      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-8      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-8      | ethertypes         1936    1      1420 73.3    0.000    0.000 |\nLZO1B-8      | fstab               650    1       389 59.8    0.000    0.000 |\nLZO1B-8      | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-8      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1B-8      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-8      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-8      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1B-8      | banner.sh           537    1       340 63.3    0.000    0.000 |\nLZO1B-8      | bootlogd           1997    1      1211 60.6    0.000    0.000 |\nLZO1B-8      | bootmisc.sh        2062    1      1383 67.1    0.000    0.000 |\nLZO1B-8      | checkroot.sh       3640    1      2256 62.0    0.000    0.000 |\nLZO1B-8      | devpts.sh           571    1       428 75.0    0.000    0.000 |\nLZO1B-8      | dmesg.sh            397    1       292 73.6    0.000    0.000 |\nLZO1B-8      | functions          2362    1      1401 59.3    0.000    0.000 |\nLZO1B-8      | halt                555    1       444 80.0    0.000    0.000 |\nLZO1B-8      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-8      | hwclock.sh         2541    1      1287 50.6    0.000    0.000 |\nLZO1B-8      | modutils.sh        1362    1       864 63.4    0.000    0.000 |\nLZO1B-8      | mountall.sh        1218    1       922 75.7    0.000    0.000 |\nLZO1B-8      | mountnfs.sh        1634    1       950 58.1    0.000    0.000 |\nLZO1B-8      | networking         1956    1      1003 51.3    0.000    0.000 |\nLZO1B-8      | populate-volatile.sh     7846    1      3375 43.0    0.000    0.000 |\nLZO1B-8      | rc                 4407    1      2472 56.1    0.000    0.000 |\nLZO1B-8      | rcS                 525    1       446 85.0    0.000    0.000 |\nLZO1B-8      | read-only-rootfs-hook.sh     1319    1       904 68.5    0.000    0.000 |\nLZO1B-8      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-8      | rmnologin.sh        630    1       426 67.6    0.000    0.000 |\nLZO1B-8      | save-rtc.sh         474    1       364 76.8    0.000    0.000 |\nLZO1B-8      | sendsigs            483    1       342 70.8    0.000    0.000 |\nLZO1B-8      | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-8      | sshd               2029    1      1011 49.8    0.000    0.000 |\nLZO1B-8      | sysfs.sh           1091    1       562 51.5    0.000    0.000 |\nLZO1B-8      | syslog             2104    1      1144 54.4    0.000    0.000 |\nLZO1B-8      | udev               3749    1      2024 54.0    0.000    0.000 |\nLZO1B-8      | umountfs            585    1       450 76.9    0.000    0.000 |\nLZO1B-8      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1B-8      | urandom            1518    1       961 63.3    0.000    0.000 |\nLZO1B-8      | inittab            1186    1       798 67.3    0.000    0.000 |\nLZO1B-8      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-8      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-8      | ld.so.cache        1621    1       723 44.6    0.000    0.000 |\nLZO1B-8      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-8      | limits              827    1       630 76.2    0.000    0.000 |\nLZO1B-8      | login.access       1999    1      1243 62.2    0.000    0.000 |\nLZO1B-8      | login.defs        13498    1      6842 50.7    0.000    0.000 |\nLZO1B-8      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-8      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-8      | nfsroot             809    1       526 65.0    0.000    0.000 |\nLZO1B-8      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1B-8      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | nsswitch.conf       487    1       343 70.4    0.000    0.000 |\nLZO1B-8      | passwd              846    1       486 57.4    0.000    0.000 |\nLZO1B-8      | profile            1943    1      1339 68.9    0.000    0.000 |\nLZO1B-8      | protocols          3144    1      2170 69.0    0.000    0.000 |\nLZO1B-8      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1B-8      | securetty          1854    1      1207 65.1    0.000    0.000 |\nLZO1B-8      | services          12990    1      7267 55.9    0.000    0.000 |\nLZO1B-8      | shadow              512    1       180 35.2    0.000    0.000 |\nLZO1B-8      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-8      | .bashrc             410    1       330 80.5    0.000    0.000 |\nLZO1B-8      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-8      | moduli           592446    3     27491  4.6  426.648    0.000 |\nLZO1B-8      | ssh_config         1569    1      1082 69.0    0.000    0.000 |\nLZO1B-8      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-8      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-8      | sshd_config        3127    1      1921 61.4    0.000    0.000 |\nLZO1B-8      | sshd_config_readonly     3131    1      1923 61.4    0.000    0.000 |\nLZO1B-8      | openssl.cnf       12411    1      5936 47.8    0.000    0.000 |\nLZO1B-8      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | syslog-startup.conf      651    1       540 82.9    0.000    0.000 |\nLZO1B-8      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-8      | alacritty          3749    1      2469 65.9    0.000    0.000 |\nLZO1B-8      | ansi               1481    1       749 50.6    0.000    0.000 |\nLZO1B-8      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-8      | linux              1740    1      1024 58.9    0.000    0.000 |\nLZO1B-8      | rxvt               2234    1      1495 66.9    0.000    0.000 |\nLZO1B-8      | screen             1607    1       950 59.1    0.000    0.000 |\nLZO1B-8      | screen-256color     1715    1      1004 58.5    0.000    0.000 |\nLZO1B-8      | sun                1004    1       500 49.8    0.000    0.000 |\nLZO1B-8      | vt100              1282    1       775 60.5    0.000    0.000 |\nLZO1B-8      | vt102              1276    1       779 61.1    0.000    0.000 |\nLZO1B-8      | vt200              1391    1       925 66.5    0.000    0.000 |\nLZO1B-8      | vt220              1391    1       925 66.5    0.000    0.000 |\nLZO1B-8      | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-8      | xterm-256color     4041    1      2741 67.8    0.000    0.000 |\nLZO1B-8      | xterm-color        1551    1       790 50.9    0.000    0.000 |\nLZO1B-8      | xterm-xfree86      2240    1      1362 60.8    0.000    0.000 |\nLZO1B-8      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-8      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-8      | local.rules         885    1       652 73.7    0.000    0.000 |\nLZO1B-8      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-8      | 50default          2652    1      1128 42.5    0.000    0.000 |\nLZO1B-8      | version              15    1        19  127    0.000    0.000 |\nLZO1B-8      | volatile.cache     4839    1      1270 26.2    0.000    0.000 |\nLZO1B-8      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1157 67.9  426.648    0.000\nLZO1B-8        ***TOTALS***     755155  107    121495 16.1  426.648    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-9      | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1B-9      | busybox.links.nosuid     2422    1      1216 50.2    0.000    0.000 |\nLZO1B-9      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-9      | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-9      | rcS                1313    1       977 74.4    0.000    0.000 |\nLZO1B-9      | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-9      | 00_core            1637    1      1000 61.1    0.000    0.000 |\nLZO1B-9      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-9      | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-9      | ethertypes         1936    1      1409 72.8    0.000    0.000 |\nLZO1B-9      | fstab               650    1       386 59.4    0.000    0.000 |\nLZO1B-9      | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-9      | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1B-9      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-9      | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-9      | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1B-9      | banner.sh           537    1       339 63.1    0.000    0.000 |\nLZO1B-9      | bootlogd           1997    1      1202 60.2    0.000    0.000 |\nLZO1B-9      | bootmisc.sh        2062    1      1382 67.0    0.000    0.000 |\nLZO1B-9      | checkroot.sh       3640    1      2225 61.1    0.000    0.000 |\nLZO1B-9      | devpts.sh           571    1       425 74.4    0.000    0.000 |\nLZO1B-9      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-9      | functions          2362    1      1393 59.0    0.000    0.000 |\nLZO1B-9      | halt                555    1       444 80.0    0.000    0.000 |\nLZO1B-9      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-9      | hwclock.sh         2541    1      1258 49.5    0.000    0.000 |\nLZO1B-9      | modutils.sh        1362    1       855 62.8    0.000    0.000 |\nLZO1B-9      | mountall.sh        1218    1       920 75.5    0.000    0.000 |\nLZO1B-9      | mountnfs.sh        1634    1       942 57.6    0.000    0.000 |\nLZO1B-9      | networking         1956    1       992 50.7    0.000    0.000 |\nLZO1B-9      | populate-volatile.sh     7846    1      3379 43.1    0.000    0.000 |\nLZO1B-9      | rc                 4407    1      2468 56.0    0.000    0.000 |\nLZO1B-9      | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1B-9      | read-only-rootfs-hook.sh     1319    1       898 68.1    0.000    0.000 |\nLZO1B-9      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-9      | rmnologin.sh        630    1       422 67.0    0.000    0.000 |\nLZO1B-9      | save-rtc.sh         474    1       361 76.2    0.000    0.000 |\nLZO1B-9      | sendsigs            483    1       340 70.4    0.000    0.000 |\nLZO1B-9      | single              623    1       471 75.6    0.000    0.000 |\nLZO1B-9      | sshd               2029    1      1017 50.1    0.000    0.000 |\nLZO1B-9      | sysfs.sh           1091    1       555 50.9    0.000    0.000 |\nLZO1B-9      | syslog             2104    1      1143 54.3    0.000    0.000 |\nLZO1B-9      | udev               3749    1      1994 53.2    0.000    0.000 |\nLZO1B-9      | umountfs            585    1       450 76.9    0.000    0.000 |\nLZO1B-9      | umountnfs.sh        756    1       563 74.5    0.000    0.000 |\nLZO1B-9      | urandom            1518    1       955 62.9    0.000    0.000 |\nLZO1B-9      | inittab            1186    1       798 67.3    0.000    0.000 |\nLZO1B-9      | issue                49    1        54  110    0.000    0.000 |\nLZO1B-9      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-9      | ld.so.cache        1621    1       706 43.6    0.000    0.000 |\nLZO1B-9      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-9      | limits              827    1       629 76.1    0.000    0.000 |\nLZO1B-9      | login.access       1999    1      1242 62.1    0.000    0.000 |\nLZO1B-9      | login.defs        13498    1      6806 50.4    0.000    0.000 |\nLZO1B-9      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-9      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-9      | nfsroot             809    1       523 64.6    0.000    0.000 |\nLZO1B-9      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-9      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | nsswitch.conf       487    1       339 69.6    0.000    0.000 |\nLZO1B-9      | passwd              846    1       480 56.7    0.000    0.000 |\nLZO1B-9      | profile            1943    1      1332 68.6    0.000    0.000 |\nLZO1B-9      | protocols          3144    1      2176 69.2    0.000    0.000 |\nLZO1B-9      | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1B-9      | securetty          1854    1      1208 65.2    0.000    0.000 |\nLZO1B-9      | services          12990    1      7237 55.7    0.000    0.000 |\nLZO1B-9      | shadow              512    1       180 35.2    0.000    0.000 |\nLZO1B-9      | shells               42    1        43  102    0.000    0.000 |\nLZO1B-9      | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-9      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-9      | moduli           592446    3     25846  4.4  241.698    0.000 |\nLZO1B-9      | ssh_config         1569    1      1077 68.6    0.000    0.000 |\nLZO1B-9      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-9      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-9      | sshd_config        3127    1      1908 61.0    0.000    0.000 |\nLZO1B-9      | sshd_config_readonly     3131    1      1910 61.0    0.000    0.000 |\nLZO1B-9      | openssl.cnf       12411    1      5907 47.6    0.000    0.000 |\nLZO1B-9      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | syslog-startup.conf      651    1       539 82.8    0.000    0.000 |\nLZO1B-9      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-9      | alacritty          3749    1      2463 65.7    0.000    0.000 |\nLZO1B-9      | ansi               1481    1       738 49.8    0.000    0.000 |\nLZO1B-9      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-9      | linux              1740    1      1022 58.7    0.000    0.000 |\nLZO1B-9      | rxvt               2234    1      1490 66.7    0.000    0.000 |\nLZO1B-9      | screen             1607    1       939 58.4    0.000    0.000 |\nLZO1B-9      | screen-256color     1715    1       996 58.1    0.000    0.000 |\nLZO1B-9      | sun                1004    1       497 49.5    0.000    0.000 |\nLZO1B-9      | vt100              1282    1       765 59.7    0.000    0.000 |\nLZO1B-9      | vt102              1276    1       771 60.4    0.000    0.000 |\nLZO1B-9      | vt200              1391    1       915 65.8    0.000    0.000 |\nLZO1B-9      | vt220              1391    1       915 65.8    0.000    0.000 |\nLZO1B-9      | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-9      | xterm-256color     4041    1      2721 67.3    0.000    0.000 |\nLZO1B-9      | xterm-color        1551    1       784 50.5    0.000    0.000 |\nLZO1B-9      | xterm-xfree86      2240    1      1354 60.4    0.000    0.000 |\nLZO1B-9      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-9      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-9      | local.rules         885    1       654 73.9    0.000    0.000 |\nLZO1B-9      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-9      | 50default          2652    1      1114 42.0    0.000    0.000 |\nLZO1B-9      | version              15    1        19  127    0.000    0.000 |\nLZO1B-9      | volatile.cache     4839    1      1223 25.3    0.000    0.000 |\nLZO1B-9      | xattr.conf          681    1       410 60.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1136 67.6  241.698    0.000\nLZO1B-9        ***TOTALS***     755155  107    119308 15.8  241.698    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-1      | buildinfo           503    1       270 53.7    0.000    0.000 |\nLZO1C-1      | busybox.links.nosuid     2422    1      1247 51.5    0.000    0.000 |\nLZO1C-1      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1C-1      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-1      | rcS                1313    1      1027 78.2    0.000    0.000 |\nLZO1C-1      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-1      | 00_core            1637    1      1052 64.3    0.000    0.000 |\nLZO1C-1      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-1      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1C-1      | ethertypes         1936    1      1479 76.4    0.000    0.000 |\nLZO1C-1      | fstab               650    1       395 60.8    0.000    0.000 |\nLZO1C-1      | group               518    1       467 90.2    0.000    0.000 |\nLZO1C-1      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1C-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-1      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-1      | banner.sh           537    1       353 65.7    0.000    0.000 |\nLZO1C-1      | bootlogd           1997    1      1242 62.2    0.000    0.000 |\nLZO1C-1      | bootmisc.sh        2062    1      1432 69.4    0.000    0.000 |\nLZO1C-1      | checkroot.sh       3640    1      2375 65.2    0.000    0.000 |\nLZO1C-1      | devpts.sh           571    1       437 76.5    0.000    0.000 |\nLZO1C-1      | dmesg.sh            397    1       299 75.3    0.000    0.000 |\nLZO1C-1      | functions          2362    1      1444 61.1    0.000    0.000 |\nLZO1C-1      | halt                555    1       450 81.1    0.000    0.000 |\nLZO1C-1      | hostname.sh         625    1       474 75.8    0.000    0.000 |\nLZO1C-1      | hwclock.sh         2541    1      1348 53.0    0.000    0.000 |\nLZO1C-1      | modutils.sh        1362    1       872 64.0    0.000    0.000 |\nLZO1C-1      | mountall.sh        1218    1       954 78.3    0.000    0.000 |\nLZO1C-1      | mountnfs.sh        1634    1      1002 61.3    0.000    0.000 |\nLZO1C-1      | networking         1956    1      1036 53.0    0.000    0.000 |\nLZO1C-1      | populate-volatile.sh     7846    1      3626 46.2    0.000    0.000 |\nLZO1C-1      | rc                 4407    1      2650 60.1    0.000    0.000 |\nLZO1C-1      | rcS                 525    1       447 85.1    0.000    0.000 |\nLZO1C-1      | read-only-rootfs-hook.sh     1319    1       926 70.2    0.000    0.000 |\nLZO1C-1      | reboot              334    1       268 80.2    0.000    0.000 |\nLZO1C-1      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-1      | save-rtc.sh         474    1       365 77.0    0.000    0.000 |\nLZO1C-1      | sendsigs            483    1       354 73.3    0.000    0.000 |\nLZO1C-1      | single              623    1       474 76.1    0.000    0.000 |\nLZO1C-1      | sshd               2029    1      1046 51.6    0.000    0.000 |\nLZO1C-1      | sysfs.sh           1091    1       574 52.6    0.000    0.000 |\nLZO1C-1      | syslog             2104    1      1186 56.4    0.000    0.000 |\nLZO1C-1      | udev               3749    1      2114 56.4    0.000    0.000 |\nLZO1C-1      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1C-1      | umountnfs.sh        756    1       570 75.4    0.000    0.000 |\nLZO1C-1      | urandom            1518    1       995 65.5    0.000    0.000 |\nLZO1C-1      | inittab            1186    1       817 68.9    0.000    0.000 |\nLZO1C-1      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-1      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-1      | ld.so.cache        1621    1       729 45.0    0.000    0.000 |\nLZO1C-1      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-1      | limits              827    1       638 77.1    0.000    0.000 |\nLZO1C-1      | login.access       1999    1      1304 65.2    0.000    0.000 |\nLZO1C-1      | login.defs        13498    1      7486 55.5    0.000    0.000 |\nLZO1C-1      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1C-1      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1C-1      | nfsroot             809    1       546 67.5    0.000    0.000 |\nLZO1C-1      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1C-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | nsswitch.conf       487    1       345 70.8    0.000    0.000 |\nLZO1C-1      | passwd              846    1       516 61.0    0.000    0.000 |\nLZO1C-1      | profile            1943    1      1397 71.9    0.000    0.000 |\nLZO1C-1      | protocols          3144    1      2265 72.0    0.000    0.000 |\nLZO1C-1      | rpc                 911    1       697 76.5    0.000    0.000 |\nLZO1C-1      | securetty          1854    1      1308 70.6    0.000    0.000 |\nLZO1C-1      | services          12990    1      7795 60.0    0.000    0.000 |\nLZO1C-1      | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1C-1      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-1      | .bashrc             410    1       332 81.0    0.000    0.000 |\nLZO1C-1      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1C-1      | moduli           592446    3     41564  7.0  619.306    0.000 |\nLZO1C-1      | ssh_config         1569    1      1106 70.5    0.000    0.000 |\nLZO1C-1      | ssh_host_ecdsa_key      505    1       452 89.5    0.000    0.000 |\nLZO1C-1      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1C-1      | sshd_config        3127    1      2061 65.9    0.000    0.000 |\nLZO1C-1      | sshd_config_readonly     3131    1      2063 65.9    0.000    0.000 |\nLZO1C-1      | openssl.cnf       12411    1      6442 51.9    0.000    0.000 |\nLZO1C-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1C-1      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-1      | alacritty          3749    1      2612 69.7    0.000    0.000 |\nLZO1C-1      | ansi               1481    1       772 52.1    0.000    0.000 |\nLZO1C-1      | dumb                308    1        75 24.4    0.000    0.000 |\nLZO1C-1      | linux              1740    1      1058 60.8    0.000    0.000 |\nLZO1C-1      | rxvt               2234    1      1547 69.2    0.000    0.000 |\nLZO1C-1      | screen             1607    1       969 60.3    0.000    0.000 |\nLZO1C-1      | screen-256color     1715    1      1030 60.1    0.000    0.000 |\nLZO1C-1      | sun                1004    1       528 52.6    0.000    0.000 |\nLZO1C-1      | vt100              1282    1       807 62.9    0.000    0.000 |\nLZO1C-1      | vt102              1276    1       809 63.4    0.000    0.000 |\nLZO1C-1      | vt200              1391    1       961 69.1    0.000    0.000 |\nLZO1C-1      | vt220              1391    1       961 69.1    0.000    0.000 |\nLZO1C-1      | vt52                839    1       361 43.0    0.000    0.000 |\nLZO1C-1      | xterm-256color     4041    1      2891 71.5    0.000    0.000 |\nLZO1C-1      | xterm-color        1551    1       817 52.7    0.000    0.000 |\nLZO1C-1      | xterm-xfree86      2240    1      1419 63.3    0.000    0.000 |\nLZO1C-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-1      | local.rules         885    1       665 75.1    0.000    0.000 |\nLZO1C-1      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1C-1      | 50default          2652    1      1188 44.8    0.000    0.000 |\nLZO1C-1      | version              15    1        19  127    0.000    0.000 |\nLZO1C-1      | volatile.cache     4839    1      1286 26.6    0.000    0.000 |\nLZO1C-1      | xattr.conf          681    1       423 62.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1334 69.5  619.306    0.000\nLZO1C-1        ***TOTALS***     755155  107    140160 18.6  619.306    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-2      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1C-2      | busybox.links.nosuid     2422    1      1222 50.5    0.000    0.000 |\nLZO1C-2      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1C-2      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-2      | rcS                1313    1      1023 77.9    0.000    0.000 |\nLZO1C-2      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-2      | 00_core            1637    1      1041 63.6    0.000    0.000 |\nLZO1C-2      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-2      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1C-2      | ethertypes         1936    1      1481 76.5    0.000    0.000 |\nLZO1C-2      | fstab               650    1       391 60.2    0.000    0.000 |\nLZO1C-2      | group               518    1       466 90.0    0.000    0.000 |\nLZO1C-2      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1C-2      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-2      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-2      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-2      | banner.sh           537    1       347 64.6    0.000    0.000 |\nLZO1C-2      | bootlogd           1997    1      1240 62.1    0.000    0.000 |\nLZO1C-2      | bootmisc.sh        2062    1      1413 68.5    0.000    0.000 |\nLZO1C-2      | checkroot.sh       3640    1      2363 64.9    0.000    0.000 |\nLZO1C-2      | devpts.sh           571    1       438 76.7    0.000    0.000 |\nLZO1C-2      | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1C-2      | functions          2362    1      1437 60.8    0.000    0.000 |\nLZO1C-2      | halt                555    1       449 80.9    0.000    0.000 |\nLZO1C-2      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1C-2      | hwclock.sh         2541    1      1334 52.5    0.000    0.000 |\nLZO1C-2      | modutils.sh        1362    1       877 64.4    0.000    0.000 |\nLZO1C-2      | mountall.sh        1218    1       950 78.0    0.000    0.000 |\nLZO1C-2      | mountnfs.sh        1634    1       980 60.0    0.000    0.000 |\nLZO1C-2      | networking         1956    1      1036 53.0    0.000    0.000 |\nLZO1C-2      | populate-volatile.sh     7846    1      3578 45.6    0.000    0.000 |\nLZO1C-2      | rc                 4407    1      2602 59.0    0.000    0.000 |\nLZO1C-2      | rcS                 525    1       447 85.1    0.000    0.000 |\nLZO1C-2      | read-only-rootfs-hook.sh     1319    1       920 69.7    0.000    0.000 |\nLZO1C-2      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1C-2      | rmnologin.sh        630    1       423 67.1    0.000    0.000 |\nLZO1C-2      | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1C-2      | sendsigs            483    1       350 72.5    0.000    0.000 |\nLZO1C-2      | single              623    1       474 76.1    0.000    0.000 |\nLZO1C-2      | sshd               2029    1      1048 51.7    0.000    0.000 |\nLZO1C-2      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1C-2      | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1C-2      | udev               3749    1      2104 56.1    0.000    0.000 |\nLZO1C-2      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1C-2      | umountnfs.sh        756    1       569 75.3    0.000    0.000 |\nLZO1C-2      | urandom            1518    1       995 65.5    0.000    0.000 |\nLZO1C-2      | inittab            1186    1       817 68.9    0.000    0.000 |\nLZO1C-2      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-2      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-2      | ld.so.cache        1621    1       728 44.9    0.000    0.000 |\nLZO1C-2      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-2      | limits              827    1       637 77.0    0.000    0.000 |\nLZO1C-2      | login.access       1999    1      1291 64.6    0.000    0.000 |\nLZO1C-2      | login.defs        13498    1      7404 54.9    0.000    0.000 |\nLZO1C-2      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1C-2      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1C-2      | nfsroot             809    1       543 67.1    0.000    0.000 |\nLZO1C-2      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1C-2      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | nsswitch.conf       487    1       348 71.5    0.000    0.000 |\nLZO1C-2      | passwd              846    1       512 60.5    0.000    0.000 |\nLZO1C-2      | profile            1943    1      1394 71.7    0.000    0.000 |\nLZO1C-2      | protocols          3144    1      2254 71.7    0.000    0.000 |\nLZO1C-2      | rpc                 911    1       693 76.1    0.000    0.000 |\nLZO1C-2      | securetty          1854    1      1307 70.5    0.000    0.000 |\nLZO1C-2      | services          12990    1      7681 59.1    0.000    0.000 |\nLZO1C-2      | shadow              512    1       174 34.0    0.000    0.000 |\nLZO1C-2      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-2      | .bashrc             410    1       332 81.0    0.000    0.000 |\nLZO1C-2      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1C-2      | moduli           592446    3     27818  4.7  512.894    0.000 |\nLZO1C-2      | ssh_config         1569    1      1098 70.0    0.000    0.000 |\nLZO1C-2      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1C-2      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1C-2      | sshd_config        3127    1      2042 65.3    0.000    0.000 |\nLZO1C-2      | sshd_config_readonly     3131    1      2045 65.3    0.000    0.000 |\nLZO1C-2      | openssl.cnf       12411    1      6364 51.3    0.000    0.000 |\nLZO1C-2      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1C-2      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-2      | alacritty          3749    1      2600 69.4    0.000    0.000 |\nLZO1C-2      | ansi               1481    1       761 51.4    0.000    0.000 |\nLZO1C-2      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1C-2      | linux              1740    1      1035 59.5    0.000    0.000 |\nLZO1C-2      | rxvt               2234    1      1544 69.1    0.000    0.000 |\nLZO1C-2      | screen             1607    1       959 59.7    0.000    0.000 |\nLZO1C-2      | screen-256color     1715    1      1018 59.4    0.000    0.000 |\nLZO1C-2      | sun                1004    1       515 51.3    0.000    0.000 |\nLZO1C-2      | vt100              1282    1       794 61.9    0.000    0.000 |\nLZO1C-2      | vt102              1276    1       799 62.6    0.000    0.000 |\nLZO1C-2      | vt200              1391    1       948 68.2    0.000    0.000 |\nLZO1C-2      | vt220              1391    1       948 68.2    0.000    0.000 |\nLZO1C-2      | vt52                839    1       351 41.8    0.000    0.000 |\nLZO1C-2      | xterm-256color     4041    1      2877 71.2    0.000    0.000 |\nLZO1C-2      | xterm-color        1551    1       799 51.5    0.000    0.000 |\nLZO1C-2      | xterm-xfree86      2240    1      1398 62.4    0.000    0.000 |\nLZO1C-2      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-2      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-2      | local.rules         885    1       664 75.0    0.000    0.000 |\nLZO1C-2      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1C-2      | 50default          2652    1      1166 44.0    0.000    0.000 |\nLZO1C-2      | version              15    1        19  127    0.000    0.000 |\nLZO1C-2      | volatile.cache     4839    1      1284 26.5    0.000    0.000 |\nLZO1C-2      | xattr.conf          681    1       420 61.7    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1195 69.2  512.894    0.000\nLZO1C-2        ***TOTALS***     755155  107    125561 16.6  512.894    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-3      | buildinfo           503    1       274 54.5    0.000    0.000 |\nLZO1C-3      | busybox.links.nosuid     2422    1      1212 50.0    0.000    0.000 |\nLZO1C-3      | busybox.links.suid       91    1        70 76.9    0.000    0.000 |\nLZO1C-3      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-3      | rcS                1313    1      1017 77.5    0.000    0.000 |\nLZO1C-3      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-3      | 00_core            1637    1      1041 63.6    0.000    0.000 |\nLZO1C-3      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-3      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1C-3      | ethertypes         1936    1      1478 76.3    0.000    0.000 |\nLZO1C-3      | fstab               650    1       396 60.9    0.000    0.000 |\nLZO1C-3      | group               518    1       464 89.6    0.000    0.000 |\nLZO1C-3      | gshadow             432    1       320 74.1    0.000    0.000 |\nLZO1C-3      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-3      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-3      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-3      | banner.sh           537    1       347 64.6    0.000    0.000 |\nLZO1C-3      | bootlogd           1997    1      1224 61.3    0.000    0.000 |\nLZO1C-3      | bootmisc.sh        2062    1      1418 68.8    0.000    0.000 |\nLZO1C-3      | checkroot.sh       3640    1      2351 64.6    0.000    0.000 |\nLZO1C-3      | devpts.sh           571    1       438 76.7    0.000    0.000 |\nLZO1C-3      | dmesg.sh            397    1       296 74.6    0.000    0.000 |\nLZO1C-3      | functions          2362    1      1433 60.7    0.000    0.000 |\nLZO1C-3      | halt                555    1       449 80.9    0.000    0.000 |\nLZO1C-3      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1C-3      | hwclock.sh         2541    1      1334 52.5    0.000    0.000 |\nLZO1C-3      | modutils.sh        1362    1       872 64.0    0.000    0.000 |\nLZO1C-3      | mountall.sh        1218    1       946 77.7    0.000    0.000 |\nLZO1C-3      | mountnfs.sh        1634    1       980 60.0    0.000    0.000 |\nLZO1C-3      | networking         1956    1      1036 53.0    0.000    0.000 |\nLZO1C-3      | populate-volatile.sh     7846    1      3553 45.3    0.000    0.000 |\nLZO1C-3      | rc                 4407    1      2589 58.7    0.000    0.000 |\nLZO1C-3      | rcS                 525    1       447 85.1    0.000    0.000 |\nLZO1C-3      | read-only-rootfs-hook.sh     1319    1       919 69.7    0.000    0.000 |\nLZO1C-3      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1C-3      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-3      | save-rtc.sh         474    1       368 77.6    0.000    0.000 |\nLZO1C-3      | sendsigs            483    1       350 72.5    0.000    0.000 |\nLZO1C-3      | single              623    1       472 75.8    0.000    0.000 |\nLZO1C-3      | sshd               2029    1      1046 51.6    0.000    0.000 |\nLZO1C-3      | sysfs.sh           1091    1       558 51.1    0.000    0.000 |\nLZO1C-3      | syslog             2104    1      1170 55.6    0.000    0.000 |\nLZO1C-3      | udev               3749    1      2093 55.8    0.000    0.000 |\nLZO1C-3      | umountfs            585    1       449 76.8    0.000    0.000 |\nLZO1C-3      | umountnfs.sh        756    1       567 75.0    0.000    0.000 |\nLZO1C-3      | urandom            1518    1       995 65.5    0.000    0.000 |\nLZO1C-3      | inittab            1186    1       816 68.8    0.000    0.000 |\nLZO1C-3      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-3      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-3      | ld.so.cache        1621    1       726 44.8    0.000    0.000 |\nLZO1C-3      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-3      | limits              827    1       637 77.0    0.000    0.000 |\nLZO1C-3      | login.access       1999    1      1293 64.7    0.000    0.000 |\nLZO1C-3      | login.defs        13498    1      7332 54.3    0.000    0.000 |\nLZO1C-3      | logrotate-dmesg.conf      121    1       118 97.5    0.000    0.000 |\nLZO1C-3      | motd                197    1       186 94.4    0.000    0.000 |\nLZO1C-3      | nfsroot             809    1       541 66.9    0.000    0.000 |\nLZO1C-3      | interfaces          129    1       123 95.3    0.000    0.000 |\nLZO1C-3      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | nsswitch.conf       487    1       348 71.5    0.000    0.000 |\nLZO1C-3      | passwd              846    1       505 59.7    0.000    0.000 |\nLZO1C-3      | profile            1943    1      1391 71.6    0.000    0.000 |\nLZO1C-3      | protocols          3144    1      2251 71.6    0.000    0.000 |\nLZO1C-3      | rpc                 911    1       692 76.0    0.000    0.000 |\nLZO1C-3      | securetty          1854    1      1303 70.3    0.000    0.000 |\nLZO1C-3      | services          12990    1      7613 58.6    0.000    0.000 |\nLZO1C-3      | shadow              512    1       174 34.0    0.000    0.000 |\nLZO1C-3      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-3      | .bashrc             410    1       331 80.7    0.000    0.000 |\nLZO1C-3      | .profile            241    1       226 93.8    0.000    0.000 |\nLZO1C-3      | moduli           592446    3     27788  4.7    0.000    0.000 |\nLZO1C-3      | ssh_config         1569    1      1098 70.0    0.000    0.000 |\nLZO1C-3      | ssh_host_ecdsa_key      505    1       456 90.3    0.000    0.000 |\nLZO1C-3      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1C-3      | sshd_config        3127    1      2029 64.9    0.000    0.000 |\nLZO1C-3      | sshd_config_readonly     3131    1      2032 64.9    0.000    0.000 |\nLZO1C-3      | openssl.cnf       12411    1      6300 50.8    0.000    0.000 |\nLZO1C-3      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1C-3      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-3      | alacritty          3749    1      2586 69.0    0.000    0.000 |\nLZO1C-3      | ansi               1481    1       760 51.3    0.000    0.000 |\nLZO1C-3      | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1C-3      | linux              1740    1      1033 59.4    0.000    0.000 |\nLZO1C-3      | rxvt               2234    1      1538 68.8    0.000    0.000 |\nLZO1C-3      | screen             1607    1       961 59.8    0.000    0.000 |\nLZO1C-3      | screen-256color     1715    1      1021 59.5    0.000    0.000 |\nLZO1C-3      | sun                1004    1       513 51.1    0.000    0.000 |\nLZO1C-3      | vt100              1282    1       794 61.9    0.000    0.000 |\nLZO1C-3      | vt102              1276    1       798 62.5    0.000    0.000 |\nLZO1C-3      | vt200              1391    1       945 67.9    0.000    0.000 |\nLZO1C-3      | vt220              1391    1       945 67.9    0.000    0.000 |\nLZO1C-3      | vt52                839    1       351 41.8    0.000    0.000 |\nLZO1C-3      | xterm-256color     4041    1      2866 70.9    0.000    0.000 |\nLZO1C-3      | xterm-color        1551    1       799 51.5    0.000    0.000 |\nLZO1C-3      | xterm-xfree86      2240    1      1397 62.4    0.000    0.000 |\nLZO1C-3      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-3      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-3      | local.rules         885    1       664 75.0    0.000    0.000 |\nLZO1C-3      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1C-3      | 50default          2652    1      1161 43.8    0.000    0.000 |\nLZO1C-3      | version              15    1        19  127    0.000    0.000 |\nLZO1C-3      | volatile.cache     4839    1      1289 26.6    0.000    0.000 |\nLZO1C-3      | xattr.conf          681    1       418 61.4    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1191 69.0    0.000    0.000\nLZO1C-3        ***TOTALS***     755155  107    125123 16.6    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-4      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1C-4      | busybox.links.nosuid     2422    1      1203 49.7    0.000    0.000 |\nLZO1C-4      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-4      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-4      | rcS                1313    1       997 75.9    0.000    0.000 |\nLZO1C-4      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-4      | 00_core            1637    1      1011 61.8    0.000    0.000 |\nLZO1C-4      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-4      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-4      | ethertypes         1936    1      1440 74.4    0.000    0.000 |\nLZO1C-4      | fstab               650    1       387 59.5    0.000    0.000 |\nLZO1C-4      | group               518    1       462 89.2    0.000    0.000 |\nLZO1C-4      | gshadow             432    1       319 73.8    0.000    0.000 |\nLZO1C-4      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-4      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-4      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1C-4      | banner.sh           537    1       341 63.5    0.000    0.000 |\nLZO1C-4      | bootlogd           1997    1      1231 61.6    0.000    0.000 |\nLZO1C-4      | bootmisc.sh        2062    1      1375 66.7    0.000    0.000 |\nLZO1C-4      | checkroot.sh       3640    1      2312 63.5    0.000    0.000 |\nLZO1C-4      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1C-4      | dmesg.sh            397    1       292 73.6    0.000    0.000 |\nLZO1C-4      | functions          2362    1      1431 60.6    0.000    0.000 |\nLZO1C-4      | halt                555    1       447 80.5    0.000    0.000 |\nLZO1C-4      | hostname.sh         625    1       470 75.2    0.000    0.000 |\nLZO1C-4      | hwclock.sh         2541    1      1308 51.5    0.000    0.000 |\nLZO1C-4      | modutils.sh        1362    1       865 63.5    0.000    0.000 |\nLZO1C-4      | mountall.sh        1218    1       933 76.6    0.000    0.000 |\nLZO1C-4      | mountnfs.sh        1634    1       979 59.9    0.000    0.000 |\nLZO1C-4      | networking         1956    1      1014 51.8    0.000    0.000 |\nLZO1C-4      | populate-volatile.sh     7846    1      3486 44.4    0.000    0.000 |\nLZO1C-4      | rc                 4407    1      2539 57.6    0.000    0.000 |\nLZO1C-4      | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1C-4      | read-only-rootfs-hook.sh     1319    1       914 69.3    0.000    0.000 |\nLZO1C-4      | reboot              334    1       267 79.9    0.000    0.000 |\nLZO1C-4      | rmnologin.sh        630    1       424 67.3    0.000    0.000 |\nLZO1C-4      | save-rtc.sh         474    1       365 77.0    0.000    0.000 |\nLZO1C-4      | sendsigs            483    1       345 71.4    0.000    0.000 |\nLZO1C-4      | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-4      | sshd               2029    1      1027 50.6    0.000    0.000 |\nLZO1C-4      | sysfs.sh           1091    1       562 51.5    0.000    0.000 |\nLZO1C-4      | syslog             2104    1      1151 54.7    0.000    0.000 |\nLZO1C-4      | udev               3749    1      2072 55.3    0.000    0.000 |\nLZO1C-4      | umountfs            585    1       449 76.8    0.000    0.000 |\nLZO1C-4      | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1C-4      | urandom            1518    1       963 63.4    0.000    0.000 |\nLZO1C-4      | inittab            1186    1       797 67.2    0.000    0.000 |\nLZO1C-4      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-4      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-4      | ld.so.cache        1621    1       703 43.4    0.000    0.000 |\nLZO1C-4      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-4      | limits              827    1       629 76.1    0.000    0.000 |\nLZO1C-4      | login.access       1999    1      1275 63.8    0.000    0.000 |\nLZO1C-4      | login.defs        13498    1      7117 52.7    0.000    0.000 |\nLZO1C-4      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-4      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1C-4      | nfsroot             809    1       539 66.6    0.000    0.000 |\nLZO1C-4      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-4      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | nsswitch.conf       487    1       343 70.4    0.000    0.000 |\nLZO1C-4      | passwd              846    1       500 59.1    0.000    0.000 |\nLZO1C-4      | profile            1943    1      1363 70.1    0.000    0.000 |\nLZO1C-4      | protocols          3144    1      2197 69.9    0.000    0.000 |\nLZO1C-4      | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1C-4      | securetty          1854    1      1227 66.2    0.000    0.000 |\nLZO1C-4      | services          12990    1      7454 57.4    0.000    0.000 |\nLZO1C-4      | shadow              512    1       172 33.6    0.000    0.000 |\nLZO1C-4      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-4      | .bashrc             410    1       327 79.8    0.000    0.000 |\nLZO1C-4      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-4      | moduli           592446    3     27252  4.6  729.591    0.000 |\nLZO1C-4      | ssh_config         1569    1      1087 69.3    0.000    0.000 |\nLZO1C-4      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1C-4      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-4      | sshd_config        3127    1      1976 63.2    0.000    0.000 |\nLZO1C-4      | sshd_config_readonly     3131    1      1978 63.2    0.000    0.000 |\nLZO1C-4      | openssl.cnf       12411    1      6172 49.7    0.000    0.000 |\nLZO1C-4      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | syslog-startup.conf      651    1       543 83.4    0.000    0.000 |\nLZO1C-4      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-4      | alacritty          3749    1      2521 67.2    0.000    0.000 |\nLZO1C-4      | ansi               1481    1       741 50.0    0.000    0.000 |\nLZO1C-4      | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1C-4      | linux              1740    1      1039 59.7    0.000    0.000 |\nLZO1C-4      | rxvt               2234    1      1519 68.0    0.000    0.000 |\nLZO1C-4      | screen             1607    1       954 59.4    0.000    0.000 |\nLZO1C-4      | screen-256color     1715    1      1008 58.8    0.000    0.000 |\nLZO1C-4      | sun                1004    1       504 50.2    0.000    0.000 |\nLZO1C-4      | vt100              1282    1       771 60.1    0.000    0.000 |\nLZO1C-4      | vt102              1276    1       781 61.2    0.000    0.000 |\nLZO1C-4      | vt200              1391    1       934 67.1    0.000    0.000 |\nLZO1C-4      | vt220              1391    1       934 67.1    0.000    0.000 |\nLZO1C-4      | vt52                839    1       345 41.1    0.000    0.000 |\nLZO1C-4      | xterm-256color     4041    1      2796 69.2    0.000    0.000 |\nLZO1C-4      | xterm-color        1551    1       797 51.4    0.000    0.000 |\nLZO1C-4      | xterm-xfree86      2240    1      1380 61.6    0.000    0.000 |\nLZO1C-4      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-4      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-4      | local.rules         885    1       661 74.7    0.000    0.000 |\nLZO1C-4      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-4      | 50default          2652    1      1132 42.7    0.000    0.000 |\nLZO1C-4      | version              15    1        19  127    0.000    0.000 |\nLZO1C-4      | volatile.cache     4839    1      1307 27.0    0.000    0.000 |\nLZO1C-4      | xattr.conf          681    1       414 60.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1170 68.2  729.591    0.000\nLZO1C-4        ***TOTALS***     755155  107    122872 16.3  729.591    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-5      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1C-5      | busybox.links.nosuid     2422    1      1195 49.3    0.000    0.000 |\nLZO1C-5      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1C-5      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-5      | rcS                1313    1       994 75.7    0.000    0.000 |\nLZO1C-5      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-5      | 00_core            1637    1      1003 61.3    0.000    0.000 |\nLZO1C-5      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-5      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-5      | ethertypes         1936    1      1432 74.0    0.000    0.000 |\nLZO1C-5      | fstab               650    1       389 59.8    0.000    0.000 |\nLZO1C-5      | group               518    1       451 87.1    0.000    0.000 |\nLZO1C-5      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-5      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-5      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-5      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-5      | banner.sh           537    1       342 63.7    0.000    0.000 |\nLZO1C-5      | bootlogd           1997    1      1213 60.7    0.000    0.000 |\nLZO1C-5      | bootmisc.sh        2062    1      1371 66.5    0.000    0.000 |\nLZO1C-5      | checkroot.sh       3640    1      2289 62.9    0.000    0.000 |\nLZO1C-5      | devpts.sh           571    1       429 75.1    0.000    0.000 |\nLZO1C-5      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-5      | functions          2362    1      1405 59.5    0.000    0.000 |\nLZO1C-5      | halt                555    1       445 80.2    0.000    0.000 |\nLZO1C-5      | hostname.sh         625    1       470 75.2    0.000    0.000 |\nLZO1C-5      | hwclock.sh         2541    1      1284 50.5    0.000    0.000 |\nLZO1C-5      | modutils.sh        1362    1       860 63.1    0.000    0.000 |\nLZO1C-5      | mountall.sh        1218    1       923 75.8    0.000    0.000 |\nLZO1C-5      | mountnfs.sh        1634    1       959 58.7    0.000    0.000 |\nLZO1C-5      | networking         1956    1      1010 51.6    0.000    0.000 |\nLZO1C-5      | populate-volatile.sh     7846    1      3446 43.9    0.000    0.000 |\nLZO1C-5      | rc                 4407    1      2519 57.2    0.000    0.000 |\nLZO1C-5      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1C-5      | read-only-rootfs-hook.sh     1319    1       904 68.5    0.000    0.000 |\nLZO1C-5      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1C-5      | rmnologin.sh        630    1       422 67.0    0.000    0.000 |\nLZO1C-5      | save-rtc.sh         474    1       367 77.4    0.000    0.000 |\nLZO1C-5      | sendsigs            483    1       343 71.0    0.000    0.000 |\nLZO1C-5      | single              623    1       470 75.4    0.000    0.000 |\nLZO1C-5      | sshd               2029    1      1027 50.6    0.000    0.000 |\nLZO1C-5      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1C-5      | syslog             2104    1      1154 54.8    0.000    0.000 |\nLZO1C-5      | udev               3749    1      2029 54.1    0.000    0.000 |\nLZO1C-5      | umountfs            585    1       445 76.1    0.000    0.000 |\nLZO1C-5      | umountnfs.sh        756    1       558 73.8    0.000    0.000 |\nLZO1C-5      | urandom            1518    1       959 63.2    0.000    0.000 |\nLZO1C-5      | inittab            1186    1       800 67.5    0.000    0.000 |\nLZO1C-5      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-5      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-5      | ld.so.cache        1621    1       734 45.3    0.000    0.000 |\nLZO1C-5      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-5      | limits              827    1       627 75.8    0.000    0.000 |\nLZO1C-5      | login.access       1999    1      1262 63.1    0.000    0.000 |\nLZO1C-5      | login.defs        13498    1      6995 51.8    0.000    0.000 |\nLZO1C-5      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-5      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1C-5      | nfsroot             809    1       526 65.0    0.000    0.000 |\nLZO1C-5      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1C-5      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | nsswitch.conf       487    1       346 71.0    0.000    0.000 |\nLZO1C-5      | passwd              846    1       483 57.1    0.000    0.000 |\nLZO1C-5      | profile            1943    1      1365 70.3    0.000    0.000 |\nLZO1C-5      | protocols          3144    1      2192 69.7    0.000    0.000 |\nLZO1C-5      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1C-5      | securetty          1854    1      1211 65.3    0.000    0.000 |\nLZO1C-5      | services          12990    1      7377 56.8    0.000    0.000 |\nLZO1C-5      | shadow              512    1       168 32.8    0.000    0.000 |\nLZO1C-5      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-5      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-5      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-5      | moduli           592446    3     27133  4.6    0.000    0.000 |\nLZO1C-5      | ssh_config         1569    1      1085 69.2    0.000    0.000 |\nLZO1C-5      | ssh_host_ecdsa_key      505    1       450 89.1    0.000    0.000 |\nLZO1C-5      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-5      | sshd_config        3127    1      1949 62.3    0.000    0.000 |\nLZO1C-5      | sshd_config_readonly     3131    1      1953 62.4    0.000    0.000 |\nLZO1C-5      | openssl.cnf       12411    1      6051 48.8    0.000    0.000 |\nLZO1C-5      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | syslog-startup.conf      651    1       541 83.1    0.000    0.000 |\nLZO1C-5      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-5      | alacritty          3749    1      2503 66.8    0.000    0.000 |\nLZO1C-5      | ansi               1481    1       743 50.2    0.000    0.000 |\nLZO1C-5      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-5      | linux              1740    1      1017 58.4    0.000    0.000 |\nLZO1C-5      | rxvt               2234    1      1497 67.0    0.000    0.000 |\nLZO1C-5      | screen             1607    1       956 59.5    0.000    0.000 |\nLZO1C-5      | screen-256color     1715    1      1016 59.2    0.000    0.000 |\nLZO1C-5      | sun                1004    1       492 49.0    0.000    0.000 |\nLZO1C-5      | vt100              1282    1       771 60.1    0.000    0.000 |\nLZO1C-5      | vt102              1276    1       776 60.8    0.000    0.000 |\nLZO1C-5      | vt200              1391    1       921 66.2    0.000    0.000 |\nLZO1C-5      | vt220              1391    1       921 66.2    0.000    0.000 |\nLZO1C-5      | vt52                839    1       340 40.5    0.000    0.000 |\nLZO1C-5      | xterm-256color     4041    1      2769 68.5    0.000    0.000 |\nLZO1C-5      | xterm-color        1551    1       792 51.1    0.000    0.000 |\nLZO1C-5      | xterm-xfree86      2240    1      1366 61.0    0.000    0.000 |\nLZO1C-5      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-5      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-5      | local.rules         885    1       656 74.1    0.000    0.000 |\nLZO1C-5      | udev.conf           215    1       197 91.6    0.000    0.000 |\nLZO1C-5      | 50default          2652    1      1128 42.5    0.000    0.000 |\nLZO1C-5      | version              15    1        19  127    0.000    0.000 |\nLZO1C-5      | volatile.cache     4839    1      1287 26.6    0.000    0.000 |\nLZO1C-5      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1160 68.0    0.000    0.000\nLZO1C-5        ***TOTALS***     755155  107    121889 16.1    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-6      | buildinfo           503    1       271 53.9    0.000    0.000 |\nLZO1C-6      | busybox.links.nosuid     2422    1      1174 48.5    0.000    0.000 |\nLZO1C-6      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-6      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-6      | rcS                1313    1       984 74.9    0.000    0.000 |\nLZO1C-6      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-6      | 00_core            1637    1       994 60.7    0.000    0.000 |\nLZO1C-6      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-6      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-6      | ethertypes         1936    1      1413 73.0    0.000    0.000 |\nLZO1C-6      | fstab               650    1       386 59.4    0.000    0.000 |\nLZO1C-6      | group               518    1       451 87.1    0.000    0.000 |\nLZO1C-6      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-6      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-6      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-6      | hosts               235    1       190 80.9    0.000    0.000 |\nLZO1C-6      | banner.sh           537    1       340 63.3    0.000    0.000 |\nLZO1C-6      | bootlogd           1997    1      1206 60.4    0.000    0.000 |\nLZO1C-6      | bootmisc.sh        2062    1      1372 66.5    0.000    0.000 |\nLZO1C-6      | checkroot.sh       3640    1      2252 61.9    0.000    0.000 |\nLZO1C-6      | devpts.sh           571    1       429 75.1    0.000    0.000 |\nLZO1C-6      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-6      | functions          2362    1      1396 59.1    0.000    0.000 |\nLZO1C-6      | halt                555    1       444 80.0    0.000    0.000 |\nLZO1C-6      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-6      | hwclock.sh         2541    1      1291 50.8    0.000    0.000 |\nLZO1C-6      | modutils.sh        1362    1       862 63.3    0.000    0.000 |\nLZO1C-6      | mountall.sh        1218    1       921 75.6    0.000    0.000 |\nLZO1C-6      | mountnfs.sh        1634    1       946 57.9    0.000    0.000 |\nLZO1C-6      | networking         1956    1       998 51.0    0.000    0.000 |\nLZO1C-6      | populate-volatile.sh     7846    1      3398 43.3    0.000    0.000 |\nLZO1C-6      | rc                 4407    1      2480 56.3    0.000    0.000 |\nLZO1C-6      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1C-6      | read-only-rootfs-hook.sh     1319    1       903 68.5    0.000    0.000 |\nLZO1C-6      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1C-6      | rmnologin.sh        630    1       420 66.7    0.000    0.000 |\nLZO1C-6      | save-rtc.sh         474    1       365 77.0    0.000    0.000 |\nLZO1C-6      | sendsigs            483    1       343 71.0    0.000    0.000 |\nLZO1C-6      | single              623    1       470 75.4    0.000    0.000 |\nLZO1C-6      | sshd               2029    1      1011 49.8    0.000    0.000 |\nLZO1C-6      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1C-6      | syslog             2104    1      1141 54.2    0.000    0.000 |\nLZO1C-6      | udev               3749    1      2019 53.9    0.000    0.000 |\nLZO1C-6      | umountfs            585    1       445 76.1    0.000    0.000 |\nLZO1C-6      | umountnfs.sh        756    1       561 74.2    0.000    0.000 |\nLZO1C-6      | urandom            1518    1       954 62.8    0.000    0.000 |\nLZO1C-6      | inittab            1186    1       790 66.6    0.000    0.000 |\nLZO1C-6      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-6      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-6      | ld.so.cache        1621    1       714 44.0    0.000    0.000 |\nLZO1C-6      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-6      | limits              827    1       629 76.1    0.000    0.000 |\nLZO1C-6      | login.access       1999    1      1243 62.2    0.000    0.000 |\nLZO1C-6      | login.defs        13498    1      6933 51.4    0.000    0.000 |\nLZO1C-6      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-6      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-6      | nfsroot             809    1       531 65.6    0.000    0.000 |\nLZO1C-6      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1C-6      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1C-6      | passwd              846    1       472 55.8    0.000    0.000 |\nLZO1C-6      | profile            1943    1      1357 69.8    0.000    0.000 |\nLZO1C-6      | protocols          3144    1      2164 68.8    0.000    0.000 |\nLZO1C-6      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1C-6      | securetty          1854    1      1207 65.1    0.000    0.000 |\nLZO1C-6      | services          12990    1      7266 55.9    0.000    0.000 |\nLZO1C-6      | shadow              512    1       167 32.6    0.000    0.000 |\nLZO1C-6      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-6      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-6      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-6      | moduli           592446    3     27085  4.6  723.037    0.000 |\nLZO1C-6      | ssh_config         1569    1      1077 68.6    0.000    0.000 |\nLZO1C-6      | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1C-6      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-6      | sshd_config        3127    1      1940 62.0    0.000    0.000 |\nLZO1C-6      | sshd_config_readonly     3131    1      1942 62.0    0.000    0.000 |\nLZO1C-6      | openssl.cnf       12411    1      5971 48.1    0.000    0.000 |\nLZO1C-6      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | syslog-startup.conf      651    1       539 82.8    0.000    0.000 |\nLZO1C-6      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-6      | alacritty          3749    1      2463 65.7    0.000    0.000 |\nLZO1C-6      | ansi               1481    1       740 50.0    0.000    0.000 |\nLZO1C-6      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-6      | linux              1740    1      1012 58.2    0.000    0.000 |\nLZO1C-6      | rxvt               2234    1      1499 67.1    0.000    0.000 |\nLZO1C-6      | screen             1607    1       953 59.3    0.000    0.000 |\nLZO1C-6      | screen-256color     1715    1      1004 58.5    0.000    0.000 |\nLZO1C-6      | sun                1004    1       493 49.1    0.000    0.000 |\nLZO1C-6      | vt100              1282    1       770 60.1    0.000    0.000 |\nLZO1C-6      | vt102              1276    1       776 60.8    0.000    0.000 |\nLZO1C-6      | vt200              1391    1       924 66.4    0.000    0.000 |\nLZO1C-6      | vt220              1391    1       924 66.4    0.000    0.000 |\nLZO1C-6      | vt52                839    1       340 40.5    0.000    0.000 |\nLZO1C-6      | xterm-256color     4041    1      2739 67.8    0.000    0.000 |\nLZO1C-6      | xterm-color        1551    1       787 50.7    0.000    0.000 |\nLZO1C-6      | xterm-xfree86      2240    1      1359 60.7    0.000    0.000 |\nLZO1C-6      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-6      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-6      | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1C-6      | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1C-6      | 50default          2652    1      1113 42.0    0.000    0.000 |\nLZO1C-6      | version              15    1        19  127    0.000    0.000 |\nLZO1C-6      | volatile.cache     4839    1      1292 26.7    0.000    0.000 |\nLZO1C-6      | xattr.conf          681    1       409 60.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1153 67.7  723.037    0.000\nLZO1C-6        ***TOTALS***     755155  107    121068 16.0  723.037    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-7      | buildinfo           503    1       267 53.1    0.000    0.000 |\nLZO1C-7      | busybox.links.nosuid     2422    1      1200 49.5    0.000    0.000 |\nLZO1C-7      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1C-7      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-7      | rcS                1313    1       989 75.3    0.000    0.000 |\nLZO1C-7      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-7      | 00_core            1637    1       996 60.8    0.000    0.000 |\nLZO1C-7      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-7      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-7      | ethertypes         1936    1      1425 73.6    0.000    0.000 |\nLZO1C-7      | fstab               650    1       388 59.7    0.000    0.000 |\nLZO1C-7      | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-7      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-7      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-7      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-7      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1C-7      | banner.sh           537    1       342 63.7    0.000    0.000 |\nLZO1C-7      | bootlogd           1997    1      1204 60.3    0.000    0.000 |\nLZO1C-7      | bootmisc.sh        2062    1      1364 66.1    0.000    0.000 |\nLZO1C-7      | checkroot.sh       3640    1      2253 61.9    0.000    0.000 |\nLZO1C-7      | devpts.sh           571    1       430 75.3    0.000    0.000 |\nLZO1C-7      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-7      | functions          2362    1      1411 59.7    0.000    0.000 |\nLZO1C-7      | halt                555    1       445 80.2    0.000    0.000 |\nLZO1C-7      | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1C-7      | hwclock.sh         2541    1      1286 50.6    0.000    0.000 |\nLZO1C-7      | modutils.sh        1362    1       861 63.2    0.000    0.000 |\nLZO1C-7      | mountall.sh        1218    1       917 75.3    0.000    0.000 |\nLZO1C-7      | mountnfs.sh        1634    1       956 58.5    0.000    0.000 |\nLZO1C-7      | networking         1956    1      1007 51.5    0.000    0.000 |\nLZO1C-7      | populate-volatile.sh     7846    1      3399 43.3    0.000    0.000 |\nLZO1C-7      | rc                 4407    1      2481 56.3    0.000    0.000 |\nLZO1C-7      | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1C-7      | read-only-rootfs-hook.sh     1319    1       902 68.4    0.000    0.000 |\nLZO1C-7      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1C-7      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-7      | save-rtc.sh         474    1       362 76.4    0.000    0.000 |\nLZO1C-7      | sendsigs            483    1       343 71.0    0.000    0.000 |\nLZO1C-7      | single              623    1       468 75.1    0.000    0.000 |\nLZO1C-7      | sshd               2029    1      1006 49.6    0.000    0.000 |\nLZO1C-7      | sysfs.sh           1091    1       557 51.1    0.000    0.000 |\nLZO1C-7      | syslog             2104    1      1153 54.8    0.000    0.000 |\nLZO1C-7      | udev               3749    1      2017 53.8    0.000    0.000 |\nLZO1C-7      | umountfs            585    1       447 76.4    0.000    0.000 |\nLZO1C-7      | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1C-7      | urandom            1518    1       954 62.8    0.000    0.000 |\nLZO1C-7      | inittab            1186    1       796 67.1    0.000    0.000 |\nLZO1C-7      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-7      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-7      | ld.so.cache        1621    1       696 42.9    0.000    0.000 |\nLZO1C-7      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-7      | limits              827    1       625 75.6    0.000    0.000 |\nLZO1C-7      | login.access       1999    1      1240 62.0    0.000    0.000 |\nLZO1C-7      | login.defs        13498    1      6844 50.7    0.000    0.000 |\nLZO1C-7      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-7      | motd                197    1       184 93.4    0.000    0.000 |\nLZO1C-7      | nfsroot             809    1       529 65.4    0.000    0.000 |\nLZO1C-7      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-7      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1C-7      | passwd              846    1       483 57.1    0.000    0.000 |\nLZO1C-7      | profile            1943    1      1347 69.3    0.000    0.000 |\nLZO1C-7      | protocols          3144    1      2171 69.1    0.000    0.000 |\nLZO1C-7      | rpc                 911    1       681 74.8    0.000    0.000 |\nLZO1C-7      | securetty          1854    1      1211 65.3    0.000    0.000 |\nLZO1C-7      | services          12990    1      7240 55.7    0.000    0.000 |\nLZO1C-7      | shadow              512    1       168 32.8    0.000    0.000 |\nLZO1C-7      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-7      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-7      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-7      | moduli           592446    3     27182  4.6 1109.907    0.000 |\nLZO1C-7      | ssh_config         1569    1      1082 69.0    0.000    0.000 |\nLZO1C-7      | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-7      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-7      | sshd_config        3127    1      1929 61.7    0.000    0.000 |\nLZO1C-7      | sshd_config_readonly     3131    1      1933 61.7    0.000    0.000 |\nLZO1C-7      | openssl.cnf       12411    1      5968 48.1    0.000    0.000 |\nLZO1C-7      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | syslog-startup.conf      651    1       541 83.1    0.000    0.000 |\nLZO1C-7      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-7      | alacritty          3749    1      2486 66.3    0.000    0.000 |\nLZO1C-7      | ansi               1481    1       750 50.6    0.000    0.000 |\nLZO1C-7      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-7      | linux              1740    1      1017 58.4    0.000    0.000 |\nLZO1C-7      | rxvt               2234    1      1493 66.8    0.000    0.000 |\nLZO1C-7      | screen             1607    1       944 58.7    0.000    0.000 |\nLZO1C-7      | screen-256color     1715    1      1005 58.6    0.000    0.000 |\nLZO1C-7      | sun                1004    1       496 49.4    0.000    0.000 |\nLZO1C-7      | vt100              1282    1       767 59.8    0.000    0.000 |\nLZO1C-7      | vt102              1276    1       767 60.1    0.000    0.000 |\nLZO1C-7      | vt200              1391    1       922 66.3    0.000    0.000 |\nLZO1C-7      | vt220              1391    1       922 66.3    0.000    0.000 |\nLZO1C-7      | vt52                839    1       341 40.6    0.000    0.000 |\nLZO1C-7      | xterm-256color     4041    1      2742 67.9    0.000    0.000 |\nLZO1C-7      | xterm-color        1551    1       786 50.7    0.000    0.000 |\nLZO1C-7      | xterm-xfree86      2240    1      1353 60.4    0.000    0.000 |\nLZO1C-7      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-7      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-7      | local.rules         885    1       656 74.1    0.000    0.000 |\nLZO1C-7      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-7      | 50default          2652    1      1117 42.1    0.000    0.000 |\nLZO1C-7      | version              15    1        19  127    0.000    0.000 |\nLZO1C-7      | volatile.cache     4839    1      1211 25.0    0.000    0.000 |\nLZO1C-7      | xattr.conf          681    1       412 60.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1152 67.7 1109.907    0.000\nLZO1C-7        ***TOTALS***     755155  107    121026 16.0 1109.907    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-8      | buildinfo           503    1       269 53.5    0.000    0.000 |\nLZO1C-8      | busybox.links.nosuid     2422    1      1173 48.4    0.000    0.000 |\nLZO1C-8      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-8      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-8      | rcS                1313    1       975 74.3    0.000    0.000 |\nLZO1C-8      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-8      | 00_core            1637    1       990 60.5    0.000    0.000 |\nLZO1C-8      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-8      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-8      | ethertypes         1936    1      1417 73.2    0.000    0.000 |\nLZO1C-8      | fstab               650    1       385 59.2    0.000    0.000 |\nLZO1C-8      | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-8      | gshadow             432    1       318 73.6    0.000    0.000 |\nLZO1C-8      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-8      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-8      | hosts               235    1       189 80.4    0.000    0.000 |\nLZO1C-8      | banner.sh           537    1       337 62.8    0.000    0.000 |\nLZO1C-8      | bootlogd           1997    1      1199 60.0    0.000    0.000 |\nLZO1C-8      | bootmisc.sh        2062    1      1363 66.1    0.000    0.000 |\nLZO1C-8      | checkroot.sh       3640    1      2237 61.5    0.000    0.000 |\nLZO1C-8      | devpts.sh           571    1       426 74.6    0.000    0.000 |\nLZO1C-8      | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1C-8      | functions          2362    1      1386 58.7    0.000    0.000 |\nLZO1C-8      | halt                555    1       443 79.8    0.000    0.000 |\nLZO1C-8      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-8      | hwclock.sh         2541    1      1277 50.3    0.000    0.000 |\nLZO1C-8      | modutils.sh        1362    1       853 62.6    0.000    0.000 |\nLZO1C-8      | mountall.sh        1218    1       916 75.2    0.000    0.000 |\nLZO1C-8      | mountnfs.sh        1634    1       942 57.6    0.000    0.000 |\nLZO1C-8      | networking         1956    1       999 51.1    0.000    0.000 |\nLZO1C-8      | populate-volatile.sh     7846    1      3345 42.6    0.000    0.000 |\nLZO1C-8      | rc                 4407    1      2447 55.5    0.000    0.000 |\nLZO1C-8      | rcS                 525    1       445 84.8    0.000    0.000 |\nLZO1C-8      | read-only-rootfs-hook.sh     1319    1       896 67.9    0.000    0.000 |\nLZO1C-8      | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-8      | rmnologin.sh        630    1       421 66.8    0.000    0.000 |\nLZO1C-8      | save-rtc.sh         474    1       363 76.6    0.000    0.000 |\nLZO1C-8      | sendsigs            483    1       341 70.6    0.000    0.000 |\nLZO1C-8      | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-8      | sshd               2029    1       995 49.0    0.000    0.000 |\nLZO1C-8      | sysfs.sh           1091    1       557 51.1    0.000    0.000 |\nLZO1C-8      | syslog             2104    1      1134 53.9    0.000    0.000 |\nLZO1C-8      | udev               3749    1      1997 53.3    0.000    0.000 |\nLZO1C-8      | umountfs            585    1       446 76.2    0.000    0.000 |\nLZO1C-8      | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1C-8      | urandom            1518    1       952 62.7    0.000    0.000 |\nLZO1C-8      | inittab            1186    1       790 66.6    0.000    0.000 |\nLZO1C-8      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-8      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-8      | ld.so.cache        1621    1       711 43.9    0.000    0.000 |\nLZO1C-8      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-8      | limits              827    1       625 75.6    0.000    0.000 |\nLZO1C-8      | login.access       1999    1      1236 61.8    0.000    0.000 |\nLZO1C-8      | login.defs        13498    1      6793 50.3    0.000    0.000 |\nLZO1C-8      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-8      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-8      | nfsroot             809    1       523 64.6    0.000    0.000 |\nLZO1C-8      | interfaces          129    1       126 97.7    0.000    0.000 |\nLZO1C-8      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | nsswitch.conf       487    1       341 70.0    0.000    0.000 |\nLZO1C-8      | passwd              846    1       477 56.4    0.000    0.000 |\nLZO1C-8      | profile            1943    1      1330 68.5    0.000    0.000 |\nLZO1C-8      | protocols          3144    1      2153 68.5    0.000    0.000 |\nLZO1C-8      | rpc                 911    1       678 74.4    0.000    0.000 |\nLZO1C-8      | securetty          1854    1      1201 64.8    0.000    0.000 |\nLZO1C-8      | services          12990    1      7174 55.2    0.000    0.000 |\nLZO1C-8      | shadow              512    1       170 33.2    0.000    0.000 |\nLZO1C-8      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-8      | .bashrc             410    1       329 80.2    0.000    0.000 |\nLZO1C-8      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-8      | moduli           592446    3     27183  4.6  537.920    0.000 |\nLZO1C-8      | ssh_config         1569    1      1076 68.6    0.000    0.000 |\nLZO1C-8      | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-8      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-8      | sshd_config        3127    1      1912 61.1    0.000    0.000 |\nLZO1C-8      | sshd_config_readonly     3131    1      1914 61.1    0.000    0.000 |\nLZO1C-8      | openssl.cnf       12411    1      5873 47.3    0.000    0.000 |\nLZO1C-8      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | syslog-startup.conf      651    1       539 82.8    0.000    0.000 |\nLZO1C-8      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-8      | alacritty          3749    1      2456 65.5    0.000    0.000 |\nLZO1C-8      | ansi               1481    1       738 49.8    0.000    0.000 |\nLZO1C-8      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-8      | linux              1740    1      1013 58.2    0.000    0.000 |\nLZO1C-8      | rxvt               2234    1      1491 66.7    0.000    0.000 |\nLZO1C-8      | screen             1607    1       941 58.6    0.000    0.000 |\nLZO1C-8      | screen-256color     1715    1       993 57.9    0.000    0.000 |\nLZO1C-8      | sun                1004    1       491 48.9    0.000    0.000 |\nLZO1C-8      | vt100              1282    1       768 59.9    0.000    0.000 |\nLZO1C-8      | vt102              1276    1       772 60.5    0.000    0.000 |\nLZO1C-8      | vt200              1391    1       919 66.1    0.000    0.000 |\nLZO1C-8      | vt220              1391    1       919 66.1    0.000    0.000 |\nLZO1C-8      | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-8      | xterm-256color     4041    1      2728 67.5    0.000    0.000 |\nLZO1C-8      | xterm-color        1551    1       783 50.5    0.000    0.000 |\nLZO1C-8      | xterm-xfree86      2240    1      1354 60.4    0.000    0.000 |\nLZO1C-8      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-8      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-8      | local.rules         885    1       647 73.1    0.000    0.000 |\nLZO1C-8      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-8      | 50default          2652    1      1112 41.9    0.000    0.000 |\nLZO1C-8      | version              15    1        19  127    0.000    0.000 |\nLZO1C-8      | volatile.cache     4839    1      1260 26.0    0.000    0.000 |\nLZO1C-8      | xattr.conf          681    1       409 60.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1146 67.5  537.920    0.000\nLZO1C-8        ***TOTALS***     755155  107    120360 15.9  537.920    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-9      | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1C-9      | busybox.links.nosuid     2422    1      1160 47.9    0.000    0.000 |\nLZO1C-9      | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-9      | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-9      | rcS                1313    1       975 74.3    0.000    0.000 |\nLZO1C-9      | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-9      | 00_core            1637    1       993 60.7    0.000    0.000 |\nLZO1C-9      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-9      | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-9      | ethertypes         1936    1      1405 72.6    0.000    0.000 |\nLZO1C-9      | fstab               650    1       382 58.8    0.000    0.000 |\nLZO1C-9      | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-9      | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1C-9      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-9      | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-9      | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1C-9      | banner.sh           537    1       337 62.8    0.000    0.000 |\nLZO1C-9      | bootlogd           1997    1      1194 59.8    0.000    0.000 |\nLZO1C-9      | bootmisc.sh        2062    1      1361 66.0    0.000    0.000 |\nLZO1C-9      | checkroot.sh       3640    1      2213 60.8    0.000    0.000 |\nLZO1C-9      | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1C-9      | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-9      | functions          2362    1      1378 58.3    0.000    0.000 |\nLZO1C-9      | halt                555    1       443 79.8    0.000    0.000 |\nLZO1C-9      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-9      | hwclock.sh         2541    1      1248 49.1    0.000    0.000 |\nLZO1C-9      | modutils.sh        1362    1       846 62.1    0.000    0.000 |\nLZO1C-9      | mountall.sh        1218    1       914 75.0    0.000    0.000 |\nLZO1C-9      | mountnfs.sh        1634    1       935 57.2    0.000    0.000 |\nLZO1C-9      | networking         1956    1       987 50.5    0.000    0.000 |\nLZO1C-9      | populate-volatile.sh     7846    1      3347 42.7    0.000    0.000 |\nLZO1C-9      | rc                 4407    1      2445 55.5    0.000    0.000 |\nLZO1C-9      | rcS                 525    1       442 84.2    0.000    0.000 |\nLZO1C-9      | read-only-rootfs-hook.sh     1319    1       892 67.6    0.000    0.000 |\nLZO1C-9      | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-9      | rmnologin.sh        630    1       417 66.2    0.000    0.000 |\nLZO1C-9      | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1C-9      | sendsigs            483    1       339 70.2    0.000    0.000 |\nLZO1C-9      | single              623    1       468 75.1    0.000    0.000 |\nLZO1C-9      | sshd               2029    1      1003 49.4    0.000    0.000 |\nLZO1C-9      | sysfs.sh           1091    1       550 50.4    0.000    0.000 |\nLZO1C-9      | syslog             2104    1      1132 53.8    0.000    0.000 |\nLZO1C-9      | udev               3749    1      1970 52.5    0.000    0.000 |\nLZO1C-9      | umountfs            585    1       446 76.2    0.000    0.000 |\nLZO1C-9      | umountnfs.sh        756    1       556 73.5    0.000    0.000 |\nLZO1C-9      | urandom            1518    1       946 62.3    0.000    0.000 |\nLZO1C-9      | inittab            1186    1       789 66.5    0.000    0.000 |\nLZO1C-9      | issue                49    1        54  110    0.000    0.000 |\nLZO1C-9      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-9      | ld.so.cache        1621    1       689 42.5    0.000    0.000 |\nLZO1C-9      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-9      | limits              827    1       624 75.5    0.000    0.000 |\nLZO1C-9      | login.access       1999    1      1235 61.8    0.000    0.000 |\nLZO1C-9      | login.defs        13498    1      6761 50.1    0.000    0.000 |\nLZO1C-9      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-9      | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-9      | nfsroot             809    1       520 64.3    0.000    0.000 |\nLZO1C-9      | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-9      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | nsswitch.conf       487    1       337 69.2    0.000    0.000 |\nLZO1C-9      | passwd              846    1       470 55.6    0.000    0.000 |\nLZO1C-9      | profile            1943    1      1323 68.1    0.000    0.000 |\nLZO1C-9      | protocols          3144    1      2160 68.7    0.000    0.000 |\nLZO1C-9      | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1C-9      | securetty          1854    1      1201 64.8    0.000    0.000 |\nLZO1C-9      | services          12990    1      7138 54.9    0.000    0.000 |\nLZO1C-9      | shadow              512    1       170 33.2    0.000    0.000 |\nLZO1C-9      | shells               42    1        43  102    0.000    0.000 |\nLZO1C-9      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-9      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-9      | moduli           592446    3     25501  4.3  585.771    0.000 |\nLZO1C-9      | ssh_config         1569    1      1070 68.2    0.000    0.000 |\nLZO1C-9      | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-9      | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-9      | sshd_config        3127    1      1911 61.1    0.000    0.000 |\nLZO1C-9      | sshd_config_readonly     3131    1      1902 60.7    0.000    0.000 |\nLZO1C-9      | openssl.cnf       12411    1      5842 47.1    0.000    0.000 |\nLZO1C-9      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | syslog-startup.conf      651    1       538 82.6    0.000    0.000 |\nLZO1C-9      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-9      | alacritty          3749    1      2450 65.4    0.000    0.000 |\nLZO1C-9      | ansi               1481    1       725 49.0    0.000    0.000 |\nLZO1C-9      | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-9      | linux              1740    1      1010 58.0    0.000    0.000 |\nLZO1C-9      | rxvt               2234    1      1487 66.6    0.000    0.000 |\nLZO1C-9      | screen             1607    1       931 57.9    0.000    0.000 |\nLZO1C-9      | screen-256color     1715    1       985 57.4    0.000    0.000 |\nLZO1C-9      | sun                1004    1       487 48.5    0.000    0.000 |\nLZO1C-9      | vt100              1282    1       758 59.1    0.000    0.000 |\nLZO1C-9      | vt102              1276    1       764 59.9    0.000    0.000 |\nLZO1C-9      | vt200              1391    1       908 65.3    0.000    0.000 |\nLZO1C-9      | vt220              1391    1       908 65.3    0.000    0.000 |\nLZO1C-9      | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-9      | xterm-256color     4041    1      2708 67.0    0.000    0.000 |\nLZO1C-9      | xterm-color        1551    1       777 50.1    0.000    0.000 |\nLZO1C-9      | xterm-xfree86      2240    1      1346 60.1    0.000    0.000 |\nLZO1C-9      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-9      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-9      | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1C-9      | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-9      | 50default          2652    1      1097 41.4    0.000    0.000 |\nLZO1C-9      | version              15    1        19  127    0.000    0.000 |\nLZO1C-9      | volatile.cache     4839    1      1215 25.1    0.000    0.000 |\nLZO1C-9      | xattr.conf          681    1       406 59.6    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1125 67.2  585.771    0.000\nLZO1C-9        ***TOTALS***     755155  107    118148 15.6  585.771    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1F-1      | buildinfo           503    1       269 53.5    0.000    0.000 |\nLZO1F-1      | busybox.links.nosuid     2422    1      1193 49.3    0.000    0.000 |\nLZO1F-1      | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1F-1      | devpts               93    1        94  101    0.000    0.000 |\nLZO1F-1      | rcS                1313    1      1006 76.6    0.000    0.000 |\nLZO1F-1      | useradd             115    1       120  104    0.000    0.000 |\nLZO1F-1      | 00_core            1637    1      1028 62.8    0.000    0.000 |\nLZO1F-1      | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1F-1      | 99_sshd              75    1        67 89.3    0.000    0.000 |\nLZO1F-1      | ethertypes         1936    1      1446 74.7    0.000    0.000 |\nLZO1F-1      | fstab               650    1       393 60.5    0.000    0.000 |\nLZO1F-1      | group               518    1       451 87.1    0.000    0.000 |\nLZO1F-1      | gshadow             432    1       302 69.9    0.000    0.000 |\nLZO1F-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1F-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1F-1      | hosts               235    1       190 80.9    0.000    0.000 |\nLZO1F-1      | banner.sh           537    1       350 65.2    0.000    0.000 |\nLZO1F-1      | bootlogd           1997    1      1208 60.5    0.000    0.000 |\nLZO1F-1      | bootmisc.sh        2062    1      1412 68.5    0.000    0.000 |\nLZO1F-1      | checkroot.sh       3640    1      2307 63.4    0.000    0.000 |\nLZO1F-1      | devpts.sh           571    1       431 75.5    0.000    0.000 |\nLZO1F-1      | dmesg.sh            397    1       295 74.3    0.000    0.000 |\nLZO1F-1      | functions          2362    1      1421 60.2    0.000    0.000 |\nLZO1F-1      | halt                555    1       446 80.4    0.000    0.000 |\nLZO1F-1      | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1F-1      | hwclock.sh         2541    1      1322 52.0    0.000    0.000 |\nLZO1F-1      | modutils.sh        1362    1       863 63.4    0.000    0.000 |\nLZO1F-1      | mountall.sh        1218    1       935 76.8    0.000    0.000 |\nLZO1F-1      | mountnfs.sh        1634    1       981 60.0    0.000    0.000 |\nLZO1F-1      | networking         1956    1      1014 51.8    0.000    0.000 |\nLZO1F-1      | populate-volatile.sh     7846    1      3647 46.5    0.000    0.000 |\nLZO1F-1      | rc                 4407    1      2604 59.1    0.000    0.000 |\nLZO1F-1      | rcS                 525    1       441 84.0    0.000    0.000 |\nLZO1F-1      | read-only-rootfs-hook.sh     1319    1       909 68.9    0.000    0.000 |\nLZO1F-1      | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1F-1      | rmnologin.sh        630    1       419 66.5    0.000    0.000 |\nLZO1F-1      | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1F-1      | sendsigs            483    1       351 72.7    0.000    0.000 |\nLZO1F-1      | single              623    1       467 75.0    0.000    0.000 |\nLZO1F-1      | sshd               2029    1      1020 50.3    0.000    0.000 |\nLZO1F-1      | sysfs.sh           1091    1       567 52.0    0.000    0.000 |\nLZO1F-1      | syslog             2104    1      1163 55.3    0.000    0.000 |\nLZO1F-1      | udev               3749    1      2067 55.1    0.000    0.000 |\nLZO1F-1      | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1F-1      | umountnfs.sh        756    1       565 74.7    0.000    0.000 |\nLZO1F-1      | urandom            1518    1       972 64.0    0.000    0.000 |\nLZO1F-1      | inittab            1186    1       809 68.2    0.000    0.000 |\nLZO1F-1      | issue                49    1        54  110    0.000    0.000 |\nLZO1F-1      | issue.net            46    1        51  111    0.000    0.000 |\nLZO1F-1      | ld.so.cache        1621    1       708 43.7    0.000    0.000 |\nLZO1F-1      | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1F-1      | limits              827    1       632 76.4    0.000    0.000 |\nLZO1F-1      | login.access       1999    1      1267 63.4    0.000    0.000 |\nLZO1F-1      | login.defs        13498    1      7556 56.0    0.000    0.000 |\nLZO1F-1      | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1F-1      | motd                197    1       185 93.9    0.000    0.000 |\nLZO1F-1      | nfsroot             809    1       534 66.0    0.000    0.000 |\nLZO1F-1      | interfaces          129    1       122 94.6    0.000    0.000 |\nLZO1F-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | nsswitch.conf       487    1       338 69.4    0.000    0.000 |\nLZO1F-1      | passwd              846    1       507 59.9    0.000    0.000 |\nLZO1F-1      | profile            1943    1      1368 70.4    0.000    0.000 |\nLZO1F-1      | protocols          3144    1      2231 71.0    0.000    0.000 |\nLZO1F-1      | rpc                 911    1       672 73.8    0.000    0.000 |\nLZO1F-1      | securetty          1854    1      1131 61.0    0.000    0.000 |\nLZO1F-1      | services          12990    1      7778 59.9    0.000    0.000 |\nLZO1F-1      | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1F-1      | shells               42    1        43  102    0.000    0.000 |\nLZO1F-1      | .bashrc             410    1       330 80.5    0.000    0.000 |\nLZO1F-1      | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1F-1      | moduli           592446    3     41538  7.0    0.000    0.000 |\nLZO1F-1      | ssh_config         1569    1      1080 68.8    0.000    0.000 |\nLZO1F-1      | ssh_host_ecdsa_key      505    1       447 88.5    0.000    0.000 |\nLZO1F-1      | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1F-1      | sshd_config        3127    1      2001 64.0    0.000    0.000 |\nLZO1F-1      | sshd_config_readonly     3131    1      2003 64.0    0.000    0.000 |\nLZO1F-1      | openssl.cnf       12411    1      6475 52.2    0.000    0.000 |\nLZO1F-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | syslog-startup.conf      651    1       542 83.3    0.000    0.000 |\nLZO1F-1      | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1F-1      | alacritty          3749    1      2421 64.6    0.000    0.000 |\nLZO1F-1      | ansi               1481    1       747 50.4    0.000    0.000 |\nLZO1F-1      | dumb                308    1        75 24.4    0.000    0.000 |\nLZO1F-1      | linux              1740    1      1005 57.8    0.000    0.000 |\nLZO1F-1      | rxvt               2234    1      1461 65.4    0.000    0.000 |\nLZO1F-1      | screen             1607    1       931 57.9    0.000    0.000 |\nLZO1F-1      | screen-256color     1715    1       989 57.7    0.000    0.000 |\nLZO1F-1      | sun                1004    1       498 49.6    0.000    0.000 |\nLZO1F-1      | vt100              1282    1       779 60.8    0.000    0.000 |\nLZO1F-1      | vt102              1276    1       779 61.1    0.000    0.000 |\nLZO1F-1      | vt200              1391    1       919 66.1    0.000    0.000 |\nLZO1F-1      | vt220              1391    1       919 66.1    0.000    0.000 |\nLZO1F-1      | vt52                839    1       353 42.1    0.000    0.000 |\nLZO1F-1      | xterm-256color     4041    1      2700 66.8    0.000    0.000 |\nLZO1F-1      | xterm-color        1551    1       775 50.0    0.000    0.000 |\nLZO1F-1      | xterm-xfree86      2240    1      1324 59.1    0.000    0.000 |\nLZO1F-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1F-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1F-1      | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1F-1      | udev.conf           215    1       196 91.2    0.000    0.000 |\nLZO1F-1      | 50default          2652    1      1169 44.1    0.000    0.000 |\nLZO1F-1      | version              15    1        19  127    0.000    0.000 |\nLZO1F-1      | volatile.cache     4839    1      1282 26.5    0.000    0.000 |\nLZO1F-1      | xattr.conf          681    1       421 61.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1314 68.3    0.000    0.000\nLZO1F-1        ***TOTALS***     755155  107    138070 18.3    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1      | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1      | busybox.links.nosuid     2422    1      1204 49.7    0.000    0.000 |\nLZO1X-1      | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1      | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1      | rcS                1313    1      1032 78.6    0.000    0.000 |\nLZO1X-1      | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1      | 00_core            1637    1      1069 65.3    0.000    0.000 |\nLZO1X-1      | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1      | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1      | ethertypes         1936    1      1462 75.5    0.000    0.000 |\nLZO1X-1      | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1      | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1      | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1      | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1      | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1      | bootlogd           1997    1      1218 61.0    0.000    0.000 |\nLZO1X-1      | bootmisc.sh        2062    1      1452 70.4    0.000    0.000 |\nLZO1X-1      | checkroot.sh       3640    1      2362 64.9    0.000    0.000 |\nLZO1X-1      | devpts.sh           571    1       453 79.3    0.000    0.000 |\nLZO1X-1      | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1      | functions          2362    1      1455 61.6    0.000    0.000 |\nLZO1X-1      | halt                555    1       458 82.5    0.000    0.000 |\nLZO1X-1      | hostname.sh         625    1       482 77.1    0.000    0.000 |\nLZO1X-1      | hwclock.sh         2541    1      1337 52.6    0.000    0.000 |\nLZO1X-1      | modutils.sh        1362    1       892 65.5    0.000    0.000 |\nLZO1X-1      | mountall.sh        1218    1       963 79.1    0.000    0.000 |\nLZO1X-1      | mountnfs.sh        1634    1       996 61.0    0.000    0.000 |\nLZO1X-1      | networking         1956    1      1028 52.6    0.000    0.000 |\nLZO1X-1      | populate-volatile.sh     7846    1      3687 47.0    0.000    0.000 |\nLZO1X-1      | rc                 4407    1      2664 60.4    0.000    0.000 |\nLZO1X-1      | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1      | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1      | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1      | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1      | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1      | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1      | single              623    1       484 77.7    0.000    0.000 |\nLZO1X-1      | sshd               2029    1      1056 52.0    0.000    0.000 |\nLZO1X-1      | sysfs.sh           1091    1       580 53.2    0.000    0.000 |\nLZO1X-1      | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1X-1      | udev               3749    1      2106 56.2    0.000    0.000 |\nLZO1X-1      | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1      | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1X-1      | urandom            1518    1       989 65.2    0.000    0.000 |\nLZO1X-1      | inittab            1186    1       837 70.6    0.000    0.000 |\nLZO1X-1      | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1      | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1      | ld.so.cache        1621    1       752 46.4    0.000    0.000 |\nLZO1X-1      | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1      | limits              827    1       653 79.0    0.000    0.000 |\nLZO1X-1      | login.access       1999    1      1297 64.9    0.000    0.000 |\nLZO1X-1      | login.defs        13498    1      7630 56.5    0.000    0.000 |\nLZO1X-1      | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1      | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1      | nfsroot             809    1       547 67.6    0.000    0.000 |\nLZO1X-1      | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | nsswitch.conf       487    1       373 76.6    0.000    0.000 |\nLZO1X-1      | passwd              846    1       528 62.4    0.000    0.000 |\nLZO1X-1      | profile            1943    1      1400 72.1    0.000    0.000 |\nLZO1X-1      | protocols          3144    1      2278 72.5    0.000    0.000 |\nLZO1X-1      | rpc                 911    1       687 75.4    0.000    0.000 |\nLZO1X-1      | securetty          1854    1      1148 61.9    0.000    0.000 |\nLZO1X-1      | services          12990    1      7853 60.5    0.000    0.000 |\nLZO1X-1      | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1      | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1      | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1      | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1      | moduli           592446    3     48292  8.2    0.000    0.000 |\nLZO1X-1      | ssh_config         1569    1      1111 70.8    0.000    0.000 |\nLZO1X-1      | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1      | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1      | sshd_config        3127    1      2036 65.1    0.000    0.000 |\nLZO1X-1      | sshd_config_readonly     3131    1      2040 65.2    0.000    0.000 |\nLZO1X-1      | openssl.cnf       12411    1      6517 52.5    0.000    0.000 |\nLZO1X-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1      | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1      | alacritty          3749    1      2464 65.7    0.000    0.000 |\nLZO1X-1      | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1      | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1      | linux              1740    1      1034 59.4    0.000    0.000 |\nLZO1X-1      | rxvt               2234    1      1501 67.2    0.000    0.000 |\nLZO1X-1      | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1      | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1      | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1      | vt100              1282    1       805 62.8    0.000    0.000 |\nLZO1X-1      | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1      | vt200              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1      | vt220              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1      | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1      | xterm-256color     4041    1      2798 69.2    0.000    0.000 |\nLZO1X-1      | xterm-color        1551    1       804 51.8    0.000    0.000 |\nLZO1X-1      | xterm-xfree86      2240    1      1349 60.2    0.000    0.000 |\nLZO1X-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1      | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1      | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1      | 50default          2652    1      1188 44.8    0.000    0.000 |\nLZO1X-1      | version              15    1        19  127    0.000    0.000 |\nLZO1X-1      | volatile.cache     4839    1      1298 26.8    0.000    0.000 |\nLZO1X-1      | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1399 70.3    0.000    0.000\nLZO1X-1        ***TOTALS***     755155  107    146975 19.5    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1Y-1      | buildinfo           503    1       299 59.4    0.000    0.000 |\nLZO1Y-1      | busybox.links.nosuid     2422    1      1136 46.9    0.000    0.000 |\nLZO1Y-1      | busybox.links.suid       91    1        73 80.2    0.000    0.000 |\nLZO1Y-1      | devpts               93    1        97  104    0.000    0.000 |\nLZO1Y-1      | rcS                1313    1      1022 77.8    0.000    0.000 |\nLZO1Y-1      | useradd             115    1       119  103    0.000    0.000 |\nLZO1Y-1      | 00_core            1637    1      1045 63.8    0.000    0.000 |\nLZO1Y-1      | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1Y-1      | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1Y-1      | ethertypes         1936    1      1451 74.9    0.000    0.000 |\nLZO1Y-1      | fstab               650    1       401 61.7    0.000    0.000 |\nLZO1Y-1      | group               518    1       471 90.9    0.000    0.000 |\nLZO1Y-1      | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1Y-1      | host.conf            26    1        30  115    0.000    0.000 |\nLZO1Y-1      | hostname             11    1        15  136    0.000    0.000 |\nLZO1Y-1      | hosts               235    1       192 81.7    0.000    0.000 |\nLZO1Y-1      | banner.sh           537    1       369 68.7    0.000    0.000 |\nLZO1Y-1      | bootlogd           1997    1      1205 60.3    0.000    0.000 |\nLZO1Y-1      | bootmisc.sh        2062    1      1425 69.1    0.000    0.000 |\nLZO1Y-1      | checkroot.sh       3640    1      2377 65.3    0.000    0.000 |\nLZO1Y-1      | devpts.sh           571    1       450 78.8    0.000    0.000 |\nLZO1Y-1      | dmesg.sh            397    1       308 77.6    0.000    0.000 |\nLZO1Y-1      | functions          2362    1      1429 60.5    0.000    0.000 |\nLZO1Y-1      | halt                555    1       453 81.6    0.000    0.000 |\nLZO1Y-1      | hostname.sh         625    1       472 75.5    0.000    0.000 |\nLZO1Y-1      | hwclock.sh         2541    1      1325 52.1    0.000    0.000 |\nLZO1Y-1      | modutils.sh        1362    1       869 63.8    0.000    0.000 |\nLZO1Y-1      | mountall.sh        1218    1       951 78.1    0.000    0.000 |\nLZO1Y-1      | mountnfs.sh        1634    1       976 59.7    0.000    0.000 |\nLZO1Y-1      | networking         1956    1      1028 52.6    0.000    0.000 |\nLZO1Y-1      | populate-volatile.sh     7846    1      3671 46.8    0.000    0.000 |\nLZO1Y-1      | rc                 4407    1      2676 60.7    0.000    0.000 |\nLZO1Y-1      | rcS                 525    1       469 89.3    0.000    0.000 |\nLZO1Y-1      | read-only-rootfs-hook.sh     1319    1       958 72.6    0.000    0.000 |\nLZO1Y-1      | reboot              334    1       270 80.8    0.000    0.000 |\nLZO1Y-1      | rmnologin.sh        630    1       425 67.5    0.000    0.000 |\nLZO1Y-1      | save-rtc.sh         474    1       372 78.5    0.000    0.000 |\nLZO1Y-1      | sendsigs            483    1       353 73.1    0.000    0.000 |\nLZO1Y-1      | single              623    1       479 76.9    0.000    0.000 |\nLZO1Y-1      | sshd               2029    1      1036 51.1    0.000    0.000 |\nLZO1Y-1      | sysfs.sh           1091    1       563 51.6    0.000    0.000 |\nLZO1Y-1      | syslog             2104    1      1149 54.6    0.000    0.000 |\nLZO1Y-1      | udev               3749    1      2110 56.3    0.000    0.000 |\nLZO1Y-1      | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1Y-1      | umountnfs.sh        756    1       566 74.9    0.000    0.000 |\nLZO1Y-1      | urandom            1518    1       975 64.2    0.000    0.000 |\nLZO1Y-1      | inittab            1186    1       829 69.9    0.000    0.000 |\nLZO1Y-1      | issue                49    1        53  108    0.000    0.000 |\nLZO1Y-1      | issue.net            46    1        50  109    0.000    0.000 |\nLZO1Y-1      | ld.so.cache        1621    1       714 44.0    0.000    0.000 |\nLZO1Y-1      | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1Y-1      | limits              827    1       646 78.1    0.000    0.000 |\nLZO1Y-1      | login.access       1999    1      1290 64.5    0.000    0.000 |\nLZO1Y-1      | login.defs        13498    1      7730 57.3    0.000    0.000 |\nLZO1Y-1      | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1Y-1      | motd                197    1       193 98.0    0.000    0.000 |\nLZO1Y-1      | nfsroot             809    1       539 66.6    0.000    0.000 |\nLZO1Y-1      | interfaces          129    1       127 98.4    0.000    0.000 |\nLZO1Y-1      | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | nsswitch.conf       487    1       364 74.7    0.000    0.000 |\nLZO1Y-1      | passwd              846    1       516 61.0    0.000    0.000 |\nLZO1Y-1      | profile            1943    1      1385 71.3    0.000    0.000 |\nLZO1Y-1      | protocols          3144    1      2282 72.6    0.000    0.000 |\nLZO1Y-1      | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1Y-1      | securetty          1854    1      1140 61.5    0.000    0.000 |\nLZO1Y-1      | services          12990    1      7857 60.5    0.000    0.000 |\nLZO1Y-1      | shadow              512    1       187 36.5    0.000    0.000 |\nLZO1Y-1      | shells               42    1        46  110    0.000    0.000 |\nLZO1Y-1      | .bashrc             410    1       338 82.4    0.000    0.000 |\nLZO1Y-1      | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1Y-1      | moduli           592446    3     48284  8.1    0.000    0.000 |\nLZO1Y-1      | ssh_config         1569    1      1099 70.0    0.000    0.000 |\nLZO1Y-1      | ssh_host_ecdsa_key      505    1       480 95.0    0.000    0.000 |\nLZO1Y-1      | ssh_host_ecdsa_key.pub      177    1       172 97.2    0.000    0.000 |\nLZO1Y-1      | sshd_config        3127    1      2042 65.3    0.000    0.000 |\nLZO1Y-1      | sshd_config_readonly     3131    1      2045 65.3    0.000    0.000 |\nLZO1Y-1      | openssl.cnf       12411    1      6541 52.7    0.000    0.000 |\nLZO1Y-1      | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | syslog-startup.conf      651    1       548 84.2    0.000    0.000 |\nLZO1Y-1      | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1Y-1      | alacritty          3749    1      2482 66.2    0.000    0.000 |\nLZO1Y-1      | ansi               1481    1       757 51.1    0.000    0.000 |\nLZO1Y-1      | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1Y-1      | linux              1740    1      1021 58.7    0.000    0.000 |\nLZO1Y-1      | rxvt               2234    1      1501 67.2    0.000    0.000 |\nLZO1Y-1      | screen             1607    1       951 59.2    0.000    0.000 |\nLZO1Y-1      | screen-256color     1715    1      1006 58.7    0.000    0.000 |\nLZO1Y-1      | sun                1004    1       518 51.6    0.000    0.000 |\nLZO1Y-1      | vt100              1282    1       798 62.2    0.000    0.000 |\nLZO1Y-1      | vt102              1276    1       808 63.3    0.000    0.000 |\nLZO1Y-1      | vt200              1391    1       932 67.0    0.000    0.000 |\nLZO1Y-1      | vt220              1391    1       932 67.0    0.000    0.000 |\nLZO1Y-1      | vt52                839    1       353 42.1    0.000    0.000 |\nLZO1Y-1      | xterm-256color     4041    1      2818 69.7    0.000    0.000 |\nLZO1Y-1      | xterm-color        1551    1       801 51.6    0.000    0.000 |\nLZO1Y-1      | xterm-xfree86      2240    1      1342 59.9    0.000    0.000 |\nLZO1Y-1      | timestamp            15    1        19  127    0.000    0.000 |\nLZO1Y-1      | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1Y-1      | local.rules         885    1       670 75.7    0.000    0.000 |\nLZO1Y-1      | udev.conf           215    1       199 92.6    0.000    0.000 |\nLZO1Y-1      | 50default          2652    1      1176 44.3    0.000    0.000 |\nLZO1Y-1      | version              15    1        19  127    0.000    0.000 |\nLZO1Y-1      | volatile.cache     4839    1      1256 26.0    0.000    0.000 |\nLZO1Y-1      | xattr.conf          681    1       421 61.8    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1394 69.7    0.000    0.000\nLZO1Y-1        ***TOTALS***     755155  107    146441 19.4    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1(11)  | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1(11)  | busybox.links.nosuid     2422    1      1210 50.0    0.000    0.000 |\nLZO1X-1(11)  | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1(11)  | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1(11)  | rcS                1313    1      1043 79.4    0.000    0.000 |\nLZO1X-1(11)  | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1(11)  | 00_core            1637    1      1071 65.4    0.000    0.000 |\nLZO1X-1(11)  | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1(11)  | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1(11)  | ethertypes         1936    1      1474 76.1    0.000    0.000 |\nLZO1X-1(11)  | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1(11)  | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1(11)  | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1(11)  | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1(11)  | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1(11)  | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1(11)  | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1(11)  | bootlogd           1997    1      1230 61.6    0.000    0.000 |\nLZO1X-1(11)  | bootmisc.sh        2062    1      1457 70.7    0.000    0.000 |\nLZO1X-1(11)  | checkroot.sh       3640    1      2391 65.7    0.000    0.000 |\nLZO1X-1(11)  | devpts.sh           571    1       455 79.7    0.000    0.000 |\nLZO1X-1(11)  | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1(11)  | functions          2362    1      1469 62.2    0.000    0.000 |\nLZO1X-1(11)  | halt                555    1       460 82.9    0.000    0.000 |\nLZO1X-1(11)  | hostname.sh         625    1       483 77.3    0.000    0.000 |\nLZO1X-1(11)  | hwclock.sh         2541    1      1351 53.2    0.000    0.000 |\nLZO1X-1(11)  | modutils.sh        1362    1       898 65.9    0.000    0.000 |\nLZO1X-1(11)  | mountall.sh        1218    1       969 79.6    0.000    0.000 |\nLZO1X-1(11)  | mountnfs.sh        1634    1       999 61.1    0.000    0.000 |\nLZO1X-1(11)  | networking         1956    1      1035 52.9    0.000    0.000 |\nLZO1X-1(11)  | populate-volatile.sh     7846    1      3767 48.0    0.000    0.000 |\nLZO1X-1(11)  | rc                 4407    1      2707 61.4    0.000    0.000 |\nLZO1X-1(11)  | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1(11)  | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1(11)  | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1(11)  | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1(11)  | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1(11)  | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1(11)  | single              623    1       485 77.8    0.000    0.000 |\nLZO1X-1(11)  | sshd               2029    1      1079 53.2    0.000    0.000 |\nLZO1X-1(11)  | sysfs.sh           1091    1       581 53.3    0.000    0.000 |\nLZO1X-1(11)  | syslog             2104    1      1175 55.8    0.000    0.000 |\nLZO1X-1(11)  | udev               3749    1      2155 57.5    0.000    0.000 |\nLZO1X-1(11)  | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1(11)  | umountnfs.sh        756    1       579 76.6    0.000    0.000 |\nLZO1X-1(11)  | urandom            1518    1       991 65.3    0.000    0.000 |\nLZO1X-1(11)  | inittab            1186    1       840 70.8    0.000    0.000 |\nLZO1X-1(11)  | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1(11)  | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1(11)  | ld.so.cache        1621    1       755 46.6    0.000    0.000 |\nLZO1X-1(11)  | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1(11)  | limits              827    1       655 79.2    0.000    0.000 |\nLZO1X-1(11)  | login.access       1999    1      1311 65.6    0.000    0.000 |\nLZO1X-1(11)  | login.defs        13498    1      7897 58.5    0.000    0.000 |\nLZO1X-1(11)  | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1(11)  | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1(11)  | nfsroot             809    1       546 67.5    0.000    0.000 |\nLZO1X-1(11)  | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1(11)  | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | nsswitch.conf       487    1       374 76.8    0.000    0.000 |\nLZO1X-1(11)  | passwd              846    1       527 62.3    0.000    0.000 |\nLZO1X-1(11)  | profile            1943    1      1417 72.9    0.000    0.000 |\nLZO1X-1(11)  | protocols          3144    1      2325 74.0    0.000    0.000 |\nLZO1X-1(11)  | rpc                 911    1       690 75.7    0.000    0.000 |\nLZO1X-1(11)  | securetty          1854    1      1150 62.0    0.000    0.000 |\nLZO1X-1(11)  | services          12990    1      8051 62.0    0.000    0.000 |\nLZO1X-1(11)  | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1(11)  | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1(11)  | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1(11)  | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1(11)  | moduli           592446    3     48600  8.2    0.000    0.000 |\nLZO1X-1(11)  | ssh_config         1569    1      1113 70.9    0.000    0.000 |\nLZO1X-1(11)  | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1(11)  | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1(11)  | sshd_config        3127    1      2058 65.8    0.000    0.000 |\nLZO1X-1(11)  | sshd_config_readonly     3131    1      2062 65.9    0.000    0.000 |\nLZO1X-1(11)  | openssl.cnf       12411    1      6754 54.4    0.000    0.000 |\nLZO1X-1(11)  | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1(11)  | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1(11)  | alacritty          3749    1      2471 65.9    0.000    0.000 |\nLZO1X-1(11)  | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1(11)  | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1(11)  | linux              1740    1      1035 59.5    0.000    0.000 |\nLZO1X-1(11)  | rxvt               2234    1      1505 67.4    0.000    0.000 |\nLZO1X-1(11)  | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1(11)  | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1(11)  | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1(11)  | vt100              1282    1       807 62.9    0.000    0.000 |\nLZO1X-1(11)  | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1(11)  | vt200              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(11)  | vt220              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(11)  | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1(11)  | xterm-256color     4041    1      2805 69.4    0.000    0.000 |\nLZO1X-1(11)  | xterm-color        1551    1       805 51.9    0.000    0.000 |\nLZO1X-1(11)  | xterm-xfree86      2240    1      1352 60.4    0.000    0.000 |\nLZO1X-1(11)  | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1(11)  | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(11)  | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1(11)  | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1(11)  | 50default          2652    1      1193 45.0    0.000    0.000 |\nLZO1X-1(11)  | version              15    1        19  127    0.000    0.000 |\nLZO1X-1(11)  | volatile.cache     4839    1      1302 26.9    0.000    0.000 |\nLZO1X-1(11)  | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1414 70.5    0.000    0.000\nLZO1X-1(11)    ***TOTALS***     755155  107    148499 19.7    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1(12)  | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1(12)  | busybox.links.nosuid     2422    1      1209 49.9    0.000    0.000 |\nLZO1X-1(12)  | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1(12)  | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1(12)  | rcS                1313    1      1036 78.9    0.000    0.000 |\nLZO1X-1(12)  | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1(12)  | 00_core            1637    1      1070 65.4    0.000    0.000 |\nLZO1X-1(12)  | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1(12)  | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1(12)  | ethertypes         1936    1      1469 75.9    0.000    0.000 |\nLZO1X-1(12)  | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1(12)  | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1(12)  | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1(12)  | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1(12)  | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1(12)  | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1(12)  | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1(12)  | bootlogd           1997    1      1219 61.0    0.000    0.000 |\nLZO1X-1(12)  | bootmisc.sh        2062    1      1459 70.8    0.000    0.000 |\nLZO1X-1(12)  | checkroot.sh       3640    1      2373 65.2    0.000    0.000 |\nLZO1X-1(12)  | devpts.sh           571    1       453 79.3    0.000    0.000 |\nLZO1X-1(12)  | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1(12)  | functions          2362    1      1457 61.7    0.000    0.000 |\nLZO1X-1(12)  | halt                555    1       460 82.9    0.000    0.000 |\nLZO1X-1(12)  | hostname.sh         625    1       483 77.3    0.000    0.000 |\nLZO1X-1(12)  | hwclock.sh         2541    1      1346 53.0    0.000    0.000 |\nLZO1X-1(12)  | modutils.sh        1362    1       896 65.8    0.000    0.000 |\nLZO1X-1(12)  | mountall.sh        1218    1       966 79.3    0.000    0.000 |\nLZO1X-1(12)  | mountnfs.sh        1634    1      1002 61.3    0.000    0.000 |\nLZO1X-1(12)  | networking         1956    1      1031 52.7    0.000    0.000 |\nLZO1X-1(12)  | populate-volatile.sh     7846    1      3717 47.4    0.000    0.000 |\nLZO1X-1(12)  | rc                 4407    1      2689 61.0    0.000    0.000 |\nLZO1X-1(12)  | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1(12)  | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1(12)  | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1(12)  | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1(12)  | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1(12)  | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1(12)  | single              623    1       484 77.7    0.000    0.000 |\nLZO1X-1(12)  | sshd               2029    1      1063 52.4    0.000    0.000 |\nLZO1X-1(12)  | sysfs.sh           1091    1       581 53.3    0.000    0.000 |\nLZO1X-1(12)  | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1X-1(12)  | udev               3749    1      2130 56.8    0.000    0.000 |\nLZO1X-1(12)  | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1(12)  | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1X-1(12)  | urandom            1518    1       991 65.3    0.000    0.000 |\nLZO1X-1(12)  | inittab            1186    1       837 70.6    0.000    0.000 |\nLZO1X-1(12)  | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1(12)  | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1(12)  | ld.so.cache        1621    1       755 46.6    0.000    0.000 |\nLZO1X-1(12)  | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1(12)  | limits              827    1       653 79.0    0.000    0.000 |\nLZO1X-1(12)  | login.access       1999    1      1313 65.7    0.000    0.000 |\nLZO1X-1(12)  | login.defs        13498    1      7761 57.5    0.000    0.000 |\nLZO1X-1(12)  | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1(12)  | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1(12)  | nfsroot             809    1       547 67.6    0.000    0.000 |\nLZO1X-1(12)  | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1(12)  | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | nsswitch.conf       487    1       374 76.8    0.000    0.000 |\nLZO1X-1(12)  | passwd              846    1       528 62.4    0.000    0.000 |\nLZO1X-1(12)  | profile            1943    1      1412 72.7    0.000    0.000 |\nLZO1X-1(12)  | protocols          3144    1      2303 73.3    0.000    0.000 |\nLZO1X-1(12)  | rpc                 911    1       687 75.4    0.000    0.000 |\nLZO1X-1(12)  | securetty          1854    1      1149 62.0    0.000    0.000 |\nLZO1X-1(12)  | services          12990    1      7948 61.2    0.000    0.000 |\nLZO1X-1(12)  | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1(12)  | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1(12)  | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1(12)  | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1(12)  | moduli           592446    3     48363  8.2    0.000    0.000 |\nLZO1X-1(12)  | ssh_config         1569    1      1111 70.8    0.000    0.000 |\nLZO1X-1(12)  | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1(12)  | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1(12)  | sshd_config        3127    1      2047 65.5    0.000    0.000 |\nLZO1X-1(12)  | sshd_config_readonly     3131    1      2051 65.5    0.000    0.000 |\nLZO1X-1(12)  | openssl.cnf       12411    1      6633 53.4    0.000    0.000 |\nLZO1X-1(12)  | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1(12)  | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1(12)  | alacritty          3749    1      2471 65.9    0.000    0.000 |\nLZO1X-1(12)  | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1(12)  | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1(12)  | linux              1740    1      1034 59.4    0.000    0.000 |\nLZO1X-1(12)  | rxvt               2234    1      1502 67.2    0.000    0.000 |\nLZO1X-1(12)  | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1(12)  | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1(12)  | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1(12)  | vt100              1282    1       805 62.8    0.000    0.000 |\nLZO1X-1(12)  | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1(12)  | vt200              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(12)  | vt220              1391    1       941 67.6    0.000    0.000 |\nLZO1X-1(12)  | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1(12)  | xterm-256color     4041    1      2807 69.5    0.000    0.000 |\nLZO1X-1(12)  | xterm-color        1551    1       804 51.8    0.000    0.000 |\nLZO1X-1(12)  | xterm-xfree86      2240    1      1352 60.4    0.000    0.000 |\nLZO1X-1(12)  | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1(12)  | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(12)  | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1(12)  | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1(12)  | 50default          2652    1      1183 44.6    0.000    0.000 |\nLZO1X-1(12)  | version              15    1        19  127    0.000    0.000 |\nLZO1X-1(12)  | volatile.cache     4839    1      1299 26.8    0.000    0.000 |\nLZO1X-1(12)  | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1406 70.4    0.000    0.000\nLZO1X-1(12)    ***TOTALS***     755155  107    147645 19.6    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-1(15)  | buildinfo           503    1       300 59.6    0.000    0.000 |\nLZO1X-1(15)  | busybox.links.nosuid     2422    1      1207 49.8    0.000    0.000 |\nLZO1X-1(15)  | busybox.links.suid       91    1        75 82.4    0.000    0.000 |\nLZO1X-1(15)  | devpts               93    1        97  104    0.000    0.000 |\nLZO1X-1(15)  | rcS                1313    1      1032 78.6    0.000    0.000 |\nLZO1X-1(15)  | useradd             115    1       119  103    0.000    0.000 |\nLZO1X-1(15)  | 00_core            1637    1      1069 65.3    0.000    0.000 |\nLZO1X-1(15)  | 01_bootlogd          36    1        40  111    0.000    0.000 |\nLZO1X-1(15)  | 99_sshd              75    1        72 96.0    0.000    0.000 |\nLZO1X-1(15)  | ethertypes         1936    1      1464 75.6    0.000    0.000 |\nLZO1X-1(15)  | fstab               650    1       408 62.8    0.000    0.000 |\nLZO1X-1(15)  | group               518    1       471 90.9    0.000    0.000 |\nLZO1X-1(15)  | gshadow             432    1       308 71.3    0.000    0.000 |\nLZO1X-1(15)  | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-1(15)  | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-1(15)  | hosts               235    1       195 83.0    0.000    0.000 |\nLZO1X-1(15)  | banner.sh           537    1       376 70.0    0.000    0.000 |\nLZO1X-1(15)  | bootlogd           1997    1      1218 61.0    0.000    0.000 |\nLZO1X-1(15)  | bootmisc.sh        2062    1      1454 70.5    0.000    0.000 |\nLZO1X-1(15)  | checkroot.sh       3640    1      2367 65.0    0.000    0.000 |\nLZO1X-1(15)  | devpts.sh           571    1       453 79.3    0.000    0.000 |\nLZO1X-1(15)  | dmesg.sh            397    1       313 78.8    0.000    0.000 |\nLZO1X-1(15)  | functions          2362    1      1455 61.6    0.000    0.000 |\nLZO1X-1(15)  | halt                555    1       460 82.9    0.000    0.000 |\nLZO1X-1(15)  | hostname.sh         625    1       482 77.1    0.000    0.000 |\nLZO1X-1(15)  | hwclock.sh         2541    1      1338 52.7    0.000    0.000 |\nLZO1X-1(15)  | modutils.sh        1362    1       895 65.7    0.000    0.000 |\nLZO1X-1(15)  | mountall.sh        1218    1       964 79.1    0.000    0.000 |\nLZO1X-1(15)  | mountnfs.sh        1634    1       996 61.0    0.000    0.000 |\nLZO1X-1(15)  | networking         1956    1      1028 52.6    0.000    0.000 |\nLZO1X-1(15)  | populate-volatile.sh     7846    1      3691 47.0    0.000    0.000 |\nLZO1X-1(15)  | rc                 4407    1      2673 60.7    0.000    0.000 |\nLZO1X-1(15)  | rcS                 525    1       472 89.9    0.000    0.000 |\nLZO1X-1(15)  | read-only-rootfs-hook.sh     1319    1       970 73.5    0.000    0.000 |\nLZO1X-1(15)  | reboot              334    1       275 82.3    0.000    0.000 |\nLZO1X-1(15)  | rmnologin.sh        630    1       435 69.0    0.000    0.000 |\nLZO1X-1(15)  | save-rtc.sh         474    1       378 79.7    0.000    0.000 |\nLZO1X-1(15)  | sendsigs            483    1       360 74.5    0.000    0.000 |\nLZO1X-1(15)  | single              623    1       484 77.7    0.000    0.000 |\nLZO1X-1(15)  | sshd               2029    1      1063 52.4    0.000    0.000 |\nLZO1X-1(15)  | sysfs.sh           1091    1       580 53.2    0.000    0.000 |\nLZO1X-1(15)  | syslog             2104    1      1172 55.7    0.000    0.000 |\nLZO1X-1(15)  | udev               3749    1      2124 56.7    0.000    0.000 |\nLZO1X-1(15)  | umountfs            585    1       451 77.1    0.000    0.000 |\nLZO1X-1(15)  | umountnfs.sh        756    1       575 76.1    0.000    0.000 |\nLZO1X-1(15)  | urandom            1518    1       990 65.2    0.000    0.000 |\nLZO1X-1(15)  | inittab            1186    1       837 70.6    0.000    0.000 |\nLZO1X-1(15)  | issue                49    1        53  108    0.000    0.000 |\nLZO1X-1(15)  | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-1(15)  | ld.so.cache        1621    1       753 46.5    0.000    0.000 |\nLZO1X-1(15)  | ld.so.conf           33    1        37  112    0.000    0.000 |\nLZO1X-1(15)  | limits              827    1       653 79.0    0.000    0.000 |\nLZO1X-1(15)  | login.access       1999    1      1306 65.3    0.000    0.000 |\nLZO1X-1(15)  | login.defs        13498    1      7663 56.8    0.000    0.000 |\nLZO1X-1(15)  | logrotate-dmesg.conf      121    1       119 98.3    0.000    0.000 |\nLZO1X-1(15)  | motd                197    1       194 98.5    0.000    0.000 |\nLZO1X-1(15)  | nfsroot             809    1       547 67.6    0.000    0.000 |\nLZO1X-1(15)  | interfaces          129    1       128 99.2    0.000    0.000 |\nLZO1X-1(15)  | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | nsswitch.conf       487    1       373 76.6    0.000    0.000 |\nLZO1X-1(15)  | passwd              846    1       528 62.4    0.000    0.000 |\nLZO1X-1(15)  | profile            1943    1      1400 72.1    0.000    0.000 |\nLZO1X-1(15)  | protocols          3144    1      2291 72.9    0.000    0.000 |\nLZO1X-1(15)  | rpc                 911    1       687 75.4    0.000    0.000 |\nLZO1X-1(15)  | securetty          1854    1      1148 61.9    0.000    0.000 |\nLZO1X-1(15)  | services          12990    1      7869 60.6    0.000    0.000 |\nLZO1X-1(15)  | shadow              512    1       188 36.7    0.000    0.000 |\nLZO1X-1(15)  | shells               42    1        46  110    0.000    0.000 |\nLZO1X-1(15)  | .bashrc             410    1       343 83.7    0.000    0.000 |\nLZO1X-1(15)  | .profile            241    1       237 98.3    0.000    0.000 |\nLZO1X-1(15)  | moduli           592446    3     48315  8.2    0.000    0.000 |\nLZO1X-1(15)  | ssh_config         1569    1      1111 70.8    0.000    0.000 |\nLZO1X-1(15)  | ssh_host_ecdsa_key      505    1       482 95.4    0.000    0.000 |\nLZO1X-1(15)  | ssh_host_ecdsa_key.pub      177    1       173 97.7    0.000    0.000 |\nLZO1X-1(15)  | sshd_config        3127    1      2040 65.2    0.000    0.000 |\nLZO1X-1(15)  | sshd_config_readonly     3131    1      2044 65.3    0.000    0.000 |\nLZO1X-1(15)  | openssl.cnf       12411    1      6542 52.7    0.000    0.000 |\nLZO1X-1(15)  | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | syslog-startup.conf      651    1       550 84.5    0.000    0.000 |\nLZO1X-1(15)  | syslog.conf          69    1        73  106    0.000    0.000 |\nLZO1X-1(15)  | alacritty          3749    1      2467 65.8    0.000    0.000 |\nLZO1X-1(15)  | ansi               1481    1       769 51.9    0.000    0.000 |\nLZO1X-1(15)  | dumb                308    1        83 26.9    0.000    0.000 |\nLZO1X-1(15)  | linux              1740    1      1034 59.4    0.000    0.000 |\nLZO1X-1(15)  | rxvt               2234    1      1502 67.2    0.000    0.000 |\nLZO1X-1(15)  | screen             1607    1       952 59.2    0.000    0.000 |\nLZO1X-1(15)  | screen-256color     1715    1      1010 58.9    0.000    0.000 |\nLZO1X-1(15)  | sun                1004    1       525 52.3    0.000    0.000 |\nLZO1X-1(15)  | vt100              1282    1       805 62.8    0.000    0.000 |\nLZO1X-1(15)  | vt102              1276    1       813 63.7    0.000    0.000 |\nLZO1X-1(15)  | vt200              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1(15)  | vt220              1391    1       938 67.4    0.000    0.000 |\nLZO1X-1(15)  | vt52                839    1       360 42.9    0.000    0.000 |\nLZO1X-1(15)  | xterm-256color     4041    1      2799 69.3    0.000    0.000 |\nLZO1X-1(15)  | xterm-color        1551    1       804 51.8    0.000    0.000 |\nLZO1X-1(15)  | xterm-xfree86      2240    1      1349 60.2    0.000    0.000 |\nLZO1X-1(15)  | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-1(15)  | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-1(15)  | local.rules         885    1       678 76.6    0.000    0.000 |\nLZO1X-1(15)  | udev.conf           215    1       201 93.5    0.000    0.000 |\nLZO1X-1(15)  | 50default          2652    1      1188 44.8    0.000    0.000 |\nLZO1X-1(15)  | version              15    1        19  127    0.000    0.000 |\nLZO1X-1(15)  | volatile.cache     4839    1      1298 26.8    0.000    0.000 |\nLZO1X-1(15)  | xattr.conf          681    1       429 63.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1401 70.3    0.000    0.000\nLZO1X-1(15)    ***TOTALS***     755155  107    147166 19.5    0.000    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1-99      | buildinfo           503    1       264 52.5    0.000    0.000 |\nLZO1-99      | busybox.links.nosuid     2422    1      1214 50.1    0.000    0.000 |\nLZO1-99      | busybox.links.suid       91    1        66 72.5    0.000    0.000 |\nLZO1-99      | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1-99      | rcS                1313    1       976 74.3    0.000    0.000 |\nLZO1-99      | useradd             115    1       117  102    0.000    0.000 |\nLZO1-99      | 00_core            1637    1       993 60.7    0.000    0.000 |\nLZO1-99      | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1-99      | 99_sshd              75    1        62 82.7    0.000    0.000 |\nLZO1-99      | ethertypes         1936    1      1416 73.1    0.000    0.000 |\nLZO1-99      | fstab               650    1       388 59.7    0.000    0.000 |\nLZO1-99      | group               518    1       449 86.7    0.000    0.000 |\nLZO1-99      | gshadow             432    1       314 72.7    0.000    0.000 |\nLZO1-99      | host.conf            26    1        27  104    0.000    0.000 |\nLZO1-99      | hostname             11    1        12  109    0.000    0.000 |\nLZO1-99      | hosts               235    1       184 78.3    0.000    0.000 |\nLZO1-99      | banner.sh           537    1       335 62.4    0.000    0.000 |\nLZO1-99      | bootlogd           1997    1      1193 59.7    0.000    0.000 |\nLZO1-99      | bootmisc.sh        2062    1      1381 67.0    0.000    0.000 |\nLZO1-99      | checkroot.sh       3640    1      2222 61.0    0.000    0.000 |\nLZO1-99      | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1-99      | dmesg.sh            397    1       288 72.5    0.000    0.000 |\nLZO1-99      | functions          2362    1      1389 58.8    0.000    0.000 |\nLZO1-99      | halt                555    1       442 79.6    0.000    0.000 |\nLZO1-99      | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1-99      | hwclock.sh         2541    1      1250 49.2    0.000    0.000 |\nLZO1-99      | modutils.sh        1362    1       854 62.7    0.000    0.000 |\nLZO1-99      | mountall.sh        1218    1       922 75.7    0.000    0.000 |\nLZO1-99      | mountnfs.sh        1634    1       941 57.6    0.000    0.000 |\nLZO1-99      | networking         1956    1       985 50.4    0.000    0.000 |\nLZO1-99      | populate-volatile.sh     7846    1      3331 42.5    0.000    0.000 |\nLZO1-99      | rc                 4407    1      2469 56.0    0.000    0.000 |\nLZO1-99      | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1-99      | read-only-rootfs-hook.sh     1319    1       894 67.8    0.000    0.000 |\nLZO1-99      | reboot              334    1       264 79.0    0.000    0.000 |\nLZO1-99      | rmnologin.sh        630    1       420 66.7    0.000    0.000 |\nLZO1-99      | save-rtc.sh         474    1       359 75.7    0.000    0.000 |\nLZO1-99      | sendsigs            483    1       338 70.0    0.000    0.000 |\nLZO1-99      | single              623    1       469 75.3    0.000    0.000 |\nLZO1-99      | sshd               2029    1       996 49.1    0.000    0.000 |\nLZO1-99      | sysfs.sh           1091    1       552 50.6    0.000    0.000 |\nLZO1-99      | syslog             2104    1      1135 53.9    0.000    0.000 |\nLZO1-99      | udev               3749    1      1994 53.2    0.000    0.000 |\nLZO1-99      | umountfs            585    1       445 76.1    0.000    0.000 |\nLZO1-99      | umountnfs.sh        756    1       562 74.3    0.000    0.000 |\nLZO1-99      | urandom            1518    1       954 62.8    0.000    0.000 |\nLZO1-99      | inittab            1186    1       796 67.1    0.000    0.000 |\nLZO1-99      | issue                49    1        51  104    0.000    0.000 |\nLZO1-99      | issue.net            46    1        48  104    0.000    0.000 |\nLZO1-99      | ld.so.cache        1621    1       706 43.6    0.000    0.000 |\nLZO1-99      | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1-99      | limits              827    1       630 76.2    0.000    0.000 |\nLZO1-99      | login.access       1999    1      1249 62.5    0.000    0.000 |\nLZO1-99      | login.defs        13498    1      6797 50.4    0.000    0.000 |\nLZO1-99      | logrotate-dmesg.conf      121    1       115 95.0    0.000    0.000 |\nLZO1-99      | motd                197    1       181 91.9    0.000    0.000 |\nLZO1-99      | nfsroot             809    1       519 64.2    0.000    0.000 |\nLZO1-99      | interfaces          129    1       118 91.5    0.000    0.000 |\nLZO1-99      | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1-99      | nsswitch.conf       487    1       337 69.2    0.000    0.000 |\nLZO1-99      | passwd              846    1       480 56.7    0.000    0.000 |\nLZO1-99      | profile            1943    1      1336 68.8    0.000    0.000 |\nLZO1-99      | protocols          3144    1      2181 69.4    0.000    0.000 |\nLZO1-99      | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1-99      | securetty          1854    1      1202 64.8    0.000    0.000 |\nLZO1-99      | services          12990    1      7176 55.2    0.000    0.000 |\nLZO1-99      | shadow              512    1       178 34.8    0.000    0.000 |\nLZO1-99      | shells               42    1        40 95.2    0.000    0.000 |\nLZO1-99      | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1-99      | .profile            241    1       222 92.1    0.000    0.000 |\nLZO1-99      | moduli           592446    3     30544  5.2  481.104    0.000 |\nLZO1-99      | ssh_config         1569    1      1075 68.5    0.000    0.000 |\nLZO1-99      | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1-99      | ssh_host_ecdsa_key.pub      177    1       168 94.9    0.000    0.000 |\nLZO1-99      | sshd_config        3127    1      1917 61.3    0.000    0.000 |\nLZO1-99      | sshd_config_readonly     3131    1      1919 61.3    0.000    0.000 |\nLZO1-99      | openssl.cnf       12411    1      5869 47.3    0.000    0.000 |\nLZO1-99      | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1-99      | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1-99      | syslog-startup.conf      651    1       535 82.2    0.000    0.000 |\nLZO1-99      | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1-99      | alacritty          3749    1      2471 65.9    0.000    0.000 |\nLZO1-99      | ansi               1481    1       751 50.7    0.000    0.000 |\nLZO1-99      | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1-99      | linux              1740    1      1032 59.3    0.000    0.000 |\nLZO1-99      | rxvt               2234    1      1508 67.5    0.000    0.000 |\nLZO1-99      | screen             1607    1       944 58.7    0.000    0.000 |\nLZO1-99      | screen-256color     1715    1      1002 58.4    0.000    0.000 |\nLZO1-99      | sun                1004    1       509 50.7    0.000    0.000 |\nLZO1-99      | vt100              1282    1       790 61.6    0.000    0.000 |\nLZO1-99      | vt102              1276    1       792 62.1    0.000    0.000 |\nLZO1-99      | vt200              1391    1       933 67.1    0.000    0.000 |\nLZO1-99      | vt220              1391    1       933 67.1    0.000    0.000 |\nLZO1-99      | vt52                839    1       346 41.2    0.000    0.000 |\nLZO1-99      | xterm-256color     4041    1      2750 68.1    0.000    0.000 |\nLZO1-99      | xterm-color        1551    1       789 50.9    0.000    0.000 |\nLZO1-99      | xterm-xfree86      2240    1      1373 61.3    0.000    0.000 |\nLZO1-99      | timestamp            15    1        16  107    0.000    0.000 |\nLZO1-99      | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1-99      | local.rules         885    1       652 73.7    0.000    0.000 |\nLZO1-99      | udev.conf           215    1       191 88.8    0.000    0.000 |\nLZO1-99      | 50default          2652    1      1094 41.3    0.000    0.000 |\nLZO1-99      | version              15    1        16  107    0.000    0.000 |\nLZO1-99      | volatile.cache     4839    1      1177 24.3    0.000    0.000 |\nLZO1-99      | xattr.conf          681    1       405 59.5    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1179 66.2  481.104    0.000\nLZO1-99        ***TOTALS***     755155  107    123813 16.4  481.104    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1A-99     | buildinfo           503    1       263 52.3    0.000    0.000 |\nLZO1A-99     | busybox.links.nosuid     2422    1      1213 50.1    0.000    0.000 |\nLZO1A-99     | busybox.links.suid       91    1        66 72.5    0.000    0.000 |\nLZO1A-99     | devpts               93    1        91 97.8    0.000    0.000 |\nLZO1A-99     | rcS                1313    1       972 74.0    0.000    0.000 |\nLZO1A-99     | useradd             115    1       117  102    0.000    0.000 |\nLZO1A-99     | 00_core            1637    1       991 60.5    0.000    0.000 |\nLZO1A-99     | 01_bootlogd          36    1        34 94.4    0.000    0.000 |\nLZO1A-99     | 99_sshd              75    1        62 82.7    0.000    0.000 |\nLZO1A-99     | ethertypes         1936    1      1401 72.4    0.000    0.000 |\nLZO1A-99     | fstab               650    1       383 58.9    0.000    0.000 |\nLZO1A-99     | group               518    1       447 86.3    0.000    0.000 |\nLZO1A-99     | gshadow             432    1       313 72.5    0.000    0.000 |\nLZO1A-99     | host.conf            26    1        27  104    0.000    0.000 |\nLZO1A-99     | hostname             11    1        12  109    0.000    0.000 |\nLZO1A-99     | hosts               235    1       184 78.3    0.000    0.000 |\nLZO1A-99     | banner.sh           537    1       334 62.2    0.000    0.000 |\nLZO1A-99     | bootlogd           1997    1      1191 59.6    0.000    0.000 |\nLZO1A-99     | bootmisc.sh        2062    1      1375 66.7    0.000    0.000 |\nLZO1A-99     | checkroot.sh       3640    1      2209 60.7    0.000    0.000 |\nLZO1A-99     | devpts.sh           571    1       422 73.9    0.000    0.000 |\nLZO1A-99     | dmesg.sh            397    1       288 72.5    0.000    0.000 |\nLZO1A-99     | functions          2362    1      1382 58.5    0.000    0.000 |\nLZO1A-99     | halt                555    1       441 79.5    0.000    0.000 |\nLZO1A-99     | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1A-99     | hwclock.sh         2541    1      1243 48.9    0.000    0.000 |\nLZO1A-99     | modutils.sh        1362    1       851 62.5    0.000    0.000 |\nLZO1A-99     | mountall.sh        1218    1       917 75.3    0.000    0.000 |\nLZO1A-99     | mountnfs.sh        1634    1       935 57.2    0.000    0.000 |\nLZO1A-99     | networking         1956    1       983 50.3    0.000    0.000 |\nLZO1A-99     | populate-volatile.sh     7846    1      3312 42.2    0.000    0.000 |\nLZO1A-99     | rc                 4407    1      2453 55.7    0.000    0.000 |\nLZO1A-99     | rcS                 525    1       441 84.0    0.000    0.000 |\nLZO1A-99     | read-only-rootfs-hook.sh     1319    1       890 67.5    0.000    0.000 |\nLZO1A-99     | reboot              334    1       263 78.7    0.000    0.000 |\nLZO1A-99     | rmnologin.sh        630    1       419 66.5    0.000    0.000 |\nLZO1A-99     | save-rtc.sh         474    1       358 75.5    0.000    0.000 |\nLZO1A-99     | sendsigs            483    1       337 69.8    0.000    0.000 |\nLZO1A-99     | single              623    1       467 75.0    0.000    0.000 |\nLZO1A-99     | sshd               2029    1       992 48.9    0.000    0.000 |\nLZO1A-99     | sysfs.sh           1091    1       552 50.6    0.000    0.000 |\nLZO1A-99     | syslog             2104    1      1133 53.8    0.000    0.000 |\nLZO1A-99     | udev               3749    1      1988 53.0    0.000    0.000 |\nLZO1A-99     | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1A-99     | umountnfs.sh        756    1       560 74.1    0.000    0.000 |\nLZO1A-99     | urandom            1518    1       947 62.4    0.000    0.000 |\nLZO1A-99     | inittab            1186    1       792 66.8    0.000    0.000 |\nLZO1A-99     | issue                49    1        51  104    0.000    0.000 |\nLZO1A-99     | issue.net            46    1        48  104    0.000    0.000 |\nLZO1A-99     | ld.so.cache        1621    1       684 42.2    0.000    0.000 |\nLZO1A-99     | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1A-99     | limits              827    1       626 75.7    0.000    0.000 |\nLZO1A-99     | login.access       1999    1      1233 61.7    0.000    0.000 |\nLZO1A-99     | login.defs        13498    1      6739 49.9    0.000    0.000 |\nLZO1A-99     | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1A-99     | motd                197    1       180 91.4    0.000    0.000 |\nLZO1A-99     | nfsroot             809    1       517 63.9    0.000    0.000 |\nLZO1A-99     | interfaces          129    1       118 91.5    0.000    0.000 |\nLZO1A-99     | nm-disabled-eth0        0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | nsswitch.conf       487    1       336 69.0    0.000    0.000 |\nLZO1A-99     | passwd              846    1       475 56.1    0.000    0.000 |\nLZO1A-99     | profile            1943    1      1327 68.3    0.000    0.000 |\nLZO1A-99     | protocols          3144    1      2167 68.9    0.000    0.000 |\nLZO1A-99     | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1A-99     | securetty          1854    1      1201 64.8    0.000    0.000 |\nLZO1A-99     | services          12990    1      7115 54.8    0.000    0.000 |\nLZO1A-99     | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1A-99     | shells               42    1        40 95.2    0.000    0.000 |\nLZO1A-99     | .bashrc             410    1       325 79.3    0.000    0.000 |\nLZO1A-99     | .profile            241    1       222 92.1    0.000    0.000 |\nLZO1A-99     | moduli           592446    3     30110  5.1  484.972    0.000 |\nLZO1A-99     | ssh_config         1569    1      1069 68.1    0.000    0.000 |\nLZO1A-99     | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1A-99     | ssh_host_ecdsa_key.pub      177    1       168 94.9    0.000    0.000 |\nLZO1A-99     | sshd_config        3127    1      1904 60.9    0.000    0.000 |\nLZO1A-99     | sshd_config_readonly     3131    1      1906 60.9    0.000    0.000 |\nLZO1A-99     | openssl.cnf       12411    1      5827 47.0    0.000    0.000 |\nLZO1A-99     | subgid                0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | subuid                0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | syslog-startup.conf      651    1       534 82.0    0.000    0.000 |\nLZO1A-99     | syslog.conf          69    1        67 97.1    0.000    0.000 |\nLZO1A-99     | alacritty          3749    1      2442 65.1    0.000    0.000 |\nLZO1A-99     | ansi               1481    1       728 49.2    0.000    0.000 |\nLZO1A-99     | dumb                308    1        68 22.1    0.000    0.000 |\nLZO1A-99     | linux              1740    1      1014 58.3    0.000    0.000 |\nLZO1A-99     | rxvt               2234    1      1479 66.2    0.000    0.000 |\nLZO1A-99     | screen             1607    1       927 57.7    0.000    0.000 |\nLZO1A-99     | screen-256color     1715    1       984 57.4    0.000    0.000 |\nLZO1A-99     | sun                1004    1       491 48.9    0.000    0.000 |\nLZO1A-99     | vt100              1282    1       761 59.4    0.000    0.000 |\nLZO1A-99     | vt102              1276    1       766 60.0    0.000    0.000 |\nLZO1A-99     | vt200              1391    1       909 65.3    0.000    0.000 |\nLZO1A-99     | vt220              1391    1       909 65.3    0.000    0.000 |\nLZO1A-99     | vt52                839    1       336 40.0    0.000    0.000 |\nLZO1A-99     | xterm-256color     4041    1      2709 67.0    0.000    0.000 |\nLZO1A-99     | xterm-color        1551    1       775 50.0    0.000    0.000 |\nLZO1A-99     | xterm-xfree86      2240    1      1346 60.1    0.000    0.000 |\nLZO1A-99     | timestamp            15    1        16  107    0.000    0.000 |\nLZO1A-99     | 80-net-name-slot.rules        0    1         0  0.0    0.000    0.000 |\nLZO1A-99     | local.rules         885    1       647 73.1    0.000    0.000 |\nLZO1A-99     | udev.conf           215    1       191 88.8    0.000    0.000 |\nLZO1A-99     | 50default          2652    1      1090 41.1    0.000    0.000 |\nLZO1A-99     | version              15    1        16  107    0.000    0.000 |\nLZO1A-99     | volatile.cache     4839    1      1176 24.3    0.000    0.000 |\nLZO1A-99     | xattr.conf          681    1       404 59.3    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1167 65.8  484.972    0.000\nLZO1A-99       ***TOTALS***     755155  107    122587 16.2  484.972    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-99     | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1B-99     | busybox.links.nosuid     2422    1      1216 50.2    0.000    0.000 |\nLZO1B-99     | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-99     | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-99     | rcS                1313    1       975 74.3    0.000    0.000 |\nLZO1B-99     | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-99     | 00_core            1637    1       984 60.1    0.000    0.000 |\nLZO1B-99     | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1B-99     | 99_sshd              75    1        65 86.7    0.000    0.000 |\nLZO1B-99     | ethertypes         1936    1      1403 72.5    0.000    0.000 |\nLZO1B-99     | fstab               650    1       382 58.8    0.000    0.000 |\nLZO1B-99     | group               518    1       450 86.9    0.000    0.000 |\nLZO1B-99     | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1B-99     | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-99     | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-99     | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1B-99     | banner.sh           537    1       339 63.1    0.000    0.000 |\nLZO1B-99     | bootlogd           1997    1      1191 59.6    0.000    0.000 |\nLZO1B-99     | bootmisc.sh        2062    1      1380 66.9    0.000    0.000 |\nLZO1B-99     | checkroot.sh       3640    1      2214 60.8    0.000    0.000 |\nLZO1B-99     | devpts.sh           571    1       425 74.4    0.000    0.000 |\nLZO1B-99     | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-99     | functions          2362    1      1380 58.4    0.000    0.000 |\nLZO1B-99     | halt                555    1       444 80.0    0.000    0.000 |\nLZO1B-99     | hostname.sh         625    1       471 75.4    0.000    0.000 |\nLZO1B-99     | hwclock.sh         2541    1      1244 49.0    0.000    0.000 |\nLZO1B-99     | modutils.sh        1362    1       850 62.4    0.000    0.000 |\nLZO1B-99     | mountall.sh        1218    1       919 75.5    0.000    0.000 |\nLZO1B-99     | mountnfs.sh        1634    1       938 57.4    0.000    0.000 |\nLZO1B-99     | networking         1956    1       989 50.6    0.000    0.000 |\nLZO1B-99     | populate-volatile.sh     7846    1      3302 42.1    0.000    0.000 |\nLZO1B-99     | rc                 4407    1      2440 55.4    0.000    0.000 |\nLZO1B-99     | rcS                 525    1       444 84.6    0.000    0.000 |\nLZO1B-99     | read-only-rootfs-hook.sh     1319    1       890 67.5    0.000    0.000 |\nLZO1B-99     | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-99     | rmnologin.sh        630    1       420 66.7    0.000    0.000 |\nLZO1B-99     | save-rtc.sh         474    1       361 76.2    0.000    0.000 |\nLZO1B-99     | sendsigs            483    1       340 70.4    0.000    0.000 |\nLZO1B-99     | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-99     | sshd               2029    1       998 49.2    0.000    0.000 |\nLZO1B-99     | sysfs.sh           1091    1       557 51.1    0.000    0.000 |\nLZO1B-99     | syslog             2104    1      1130 53.7    0.000    0.000 |\nLZO1B-99     | udev               3749    1      1979 52.8    0.000    0.000 |\nLZO1B-99     | umountfs            585    1       447 76.4    0.000    0.000 |\nLZO1B-99     | umountnfs.sh        756    1       563 74.5    0.000    0.000 |\nLZO1B-99     | urandom            1518    1       953 62.8    0.000    0.000 |\nLZO1B-99     | inittab            1186    1       795 67.0    0.000    0.000 |\nLZO1B-99     | issue                49    1        54  110    0.000    0.000 |\nLZO1B-99     | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-99     | ld.so.cache        1621    1       678 41.8    0.000    0.000 |\nLZO1B-99     | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1B-99     | limits              827    1       627 75.8    0.000    0.000 |\nLZO1B-99     | login.access       1999    1      1238 61.9    0.000    0.000 |\nLZO1B-99     | login.defs        13498    1      6696 49.6    0.000    0.000 |\nLZO1B-99     | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-99     | motd                197    1       183 92.9    0.000    0.000 |\nLZO1B-99     | nfsroot             809    1       520 64.3    0.000    0.000 |\nLZO1B-99     | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-99     | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | nsswitch.conf       487    1       335 68.8    0.000    0.000 |\nLZO1B-99     | passwd              846    1       477 56.4    0.000    0.000 |\nLZO1B-99     | profile            1943    1      1328 68.3    0.000    0.000 |\nLZO1B-99     | protocols          3144    1      2165 68.9    0.000    0.000 |\nLZO1B-99     | rpc                 911    1       682 74.9    0.000    0.000 |\nLZO1B-99     | securetty          1854    1      1204 64.9    0.000    0.000 |\nLZO1B-99     | services          12990    1      7104 54.7    0.000    0.000 |\nLZO1B-99     | shadow              512    1       179 35.0    0.000    0.000 |\nLZO1B-99     | shells               42    1        43  102    0.000    0.000 |\nLZO1B-99     | .bashrc             410    1       328 80.0    0.000    0.000 |\nLZO1B-99     | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-99     | moduli           592446    3     25516  4.3  367.532    0.000 |\nLZO1B-99     | ssh_config         1569    1      1072 68.3    0.000    0.000 |\nLZO1B-99     | ssh_host_ecdsa_key      505    1       449 88.9    0.000    0.000 |\nLZO1B-99     | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-99     | sshd_config        3127    1      1904 60.9    0.000    0.000 |\nLZO1B-99     | sshd_config_readonly     3131    1      1906 60.9    0.000    0.000 |\nLZO1B-99     | openssl.cnf       12411    1      5802 46.7    0.000    0.000 |\nLZO1B-99     | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | syslog-startup.conf      651    1       537 82.5    0.000    0.000 |\nLZO1B-99     | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-99     | alacritty          3749    1      2446 65.2    0.000    0.000 |\nLZO1B-99     | ansi               1481    1       733 49.5    0.000    0.000 |\nLZO1B-99     | dumb                308    1        72 23.4    0.000    0.000 |\nLZO1B-99     | linux              1740    1      1019 58.6    0.000    0.000 |\nLZO1B-99     | rxvt               2234    1      1482 66.3    0.000    0.000 |\nLZO1B-99     | screen             1607    1       931 57.9    0.000    0.000 |\nLZO1B-99     | screen-256color     1715    1       986 57.5    0.000    0.000 |\nLZO1B-99     | sun                1004    1       497 49.5    0.000    0.000 |\nLZO1B-99     | vt100              1282    1       766 59.8    0.000    0.000 |\nLZO1B-99     | vt102              1276    1       771 60.4    0.000    0.000 |\nLZO1B-99     | vt200              1391    1       914 65.7    0.000    0.000 |\nLZO1B-99     | vt220              1391    1       914 65.7    0.000    0.000 |\nLZO1B-99     | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-99     | xterm-256color     4041    1      2721 67.3    0.000    0.000 |\nLZO1B-99     | xterm-color        1551    1       779 50.2    0.000    0.000 |\nLZO1B-99     | xterm-xfree86      2240    1      1348 60.2    0.000    0.000 |\nLZO1B-99     | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-99     | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-99     | local.rules         885    1       650 73.4    0.000    0.000 |\nLZO1B-99     | udev.conf           215    1       194 90.2    0.000    0.000 |\nLZO1B-99     | 50default          2652    1      1101 41.5    0.000    0.000 |\nLZO1B-99     | version              15    1        19  127    0.000    0.000 |\nLZO1B-99     | volatile.cache     4839    1      1128 23.3    0.000    0.000 |\nLZO1B-99     | xattr.conf          681    1       410 60.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1124 67.4  367.532    0.000\nLZO1B-99       ***TOTALS***     755155  107    118115 15.6  367.532    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-99     | buildinfo           503    1       268 53.3    0.000    0.000 |\nLZO1C-99     | busybox.links.nosuid     2422    1      1160 47.9    0.000    0.000 |\nLZO1C-99     | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-99     | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-99     | rcS                1313    1       973 74.1    0.000    0.000 |\nLZO1C-99     | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-99     | 00_core            1637    1       979 59.8    0.000    0.000 |\nLZO1C-99     | 01_bootlogd          36    1        37  103    0.000    0.000 |\nLZO1C-99     | 99_sshd              75    1        64 85.3    0.000    0.000 |\nLZO1C-99     | ethertypes         1936    1      1399 72.3    0.000    0.000 |\nLZO1C-99     | fstab               650    1       377 58.0    0.000    0.000 |\nLZO1C-99     | group               518    1       450 86.9    0.000    0.000 |\nLZO1C-99     | gshadow             432    1       316 73.1    0.000    0.000 |\nLZO1C-99     | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-99     | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-99     | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1C-99     | banner.sh           537    1       336 62.6    0.000    0.000 |\nLZO1C-99     | bootlogd           1997    1      1181 59.1    0.000    0.000 |\nLZO1C-99     | bootmisc.sh        2062    1      1360 66.0    0.000    0.000 |\nLZO1C-99     | checkroot.sh       3640    1      2199 60.4    0.000    0.000 |\nLZO1C-99     | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1C-99     | dmesg.sh            397    1       290 73.0    0.000    0.000 |\nLZO1C-99     | functions          2362    1      1365 57.8    0.000    0.000 |\nLZO1C-99     | halt                555    1       443 79.8    0.000    0.000 |\nLZO1C-99     | hostname.sh         625    1       468 74.9    0.000    0.000 |\nLZO1C-99     | hwclock.sh         2541    1      1232 48.5    0.000    0.000 |\nLZO1C-99     | modutils.sh        1362    1       840 61.7    0.000    0.000 |\nLZO1C-99     | mountall.sh        1218    1       913 75.0    0.000    0.000 |\nLZO1C-99     | mountnfs.sh        1634    1       931 57.0    0.000    0.000 |\nLZO1C-99     | networking         1956    1       986 50.4    0.000    0.000 |\nLZO1C-99     | populate-volatile.sh     7846    1      3282 41.8    0.000    0.000 |\nLZO1C-99     | rc                 4407    1      2415 54.8    0.000    0.000 |\nLZO1C-99     | rcS                 525    1       442 84.2    0.000    0.000 |\nLZO1C-99     | read-only-rootfs-hook.sh     1319    1       883 66.9    0.000    0.000 |\nLZO1C-99     | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-99     | rmnologin.sh        630    1       415 65.9    0.000    0.000 |\nLZO1C-99     | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1C-99     | sendsigs            483    1       339 70.2    0.000    0.000 |\nLZO1C-99     | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-99     | sshd               2029    1       983 48.4    0.000    0.000 |\nLZO1C-99     | sysfs.sh           1091    1       552 50.6    0.000    0.000 |\nLZO1C-99     | syslog             2104    1      1125 53.5    0.000    0.000 |\nLZO1C-99     | udev               3749    1      1953 52.1    0.000    0.000 |\nLZO1C-99     | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1C-99     | umountnfs.sh        756    1       556 73.5    0.000    0.000 |\nLZO1C-99     | urandom            1518    1       943 62.1    0.000    0.000 |\nLZO1C-99     | inittab            1186    1       787 66.4    0.000    0.000 |\nLZO1C-99     | issue                49    1        54  110    0.000    0.000 |\nLZO1C-99     | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-99     | ld.so.cache        1621    1       665 41.0    0.000    0.000 |\nLZO1C-99     | ld.so.conf           33    1        38  115    0.000    0.000 |\nLZO1C-99     | limits              827    1       621 75.1    0.000    0.000 |\nLZO1C-99     | login.access       1999    1      1231 61.6    0.000    0.000 |\nLZO1C-99     | login.defs        13498    1      6653 49.3    0.000    0.000 |\nLZO1C-99     | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-99     | motd                197    1       183 92.9    0.000    0.000 |\nLZO1C-99     | nfsroot             809    1       517 63.9    0.000    0.000 |\nLZO1C-99     | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-99     | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | nsswitch.conf       487    1       333 68.4    0.000    0.000 |\nLZO1C-99     | passwd              846    1       467 55.2    0.000    0.000 |\nLZO1C-99     | profile            1943    1      1317 67.8    0.000    0.000 |\nLZO1C-99     | protocols          3144    1      2148 68.3    0.000    0.000 |\nLZO1C-99     | rpc                 911    1       679 74.5    0.000    0.000 |\nLZO1C-99     | securetty          1854    1      1197 64.6    0.000    0.000 |\nLZO1C-99     | services          12990    1      7003 53.9    0.000    0.000 |\nLZO1C-99     | shadow              512    1       169 33.0    0.000    0.000 |\nLZO1C-99     | shells               42    1        43  102    0.000    0.000 |\nLZO1C-99     | .bashrc             410    1       326 79.5    0.000    0.000 |\nLZO1C-99     | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-99     | moduli           592446    3     25125  4.2  475.696    0.000 |\nLZO1C-99     | ssh_config         1569    1      1065 67.9    0.000    0.000 |\nLZO1C-99     | ssh_host_ecdsa_key      505    1       448 88.7    0.000    0.000 |\nLZO1C-99     | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-99     | sshd_config        3127    1      1897 60.7    0.000    0.000 |\nLZO1C-99     | sshd_config_readonly     3131    1      1899 60.7    0.000    0.000 |\nLZO1C-99     | openssl.cnf       12411    1      5744 46.3    0.000    0.000 |\nLZO1C-99     | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | syslog-startup.conf      651    1       535 82.2    0.000    0.000 |\nLZO1C-99     | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-99     | alacritty          3749    1      2431 64.8    0.000    0.000 |\nLZO1C-99     | ansi               1481    1       721 48.7    0.000    0.000 |\nLZO1C-99     | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1C-99     | linux              1740    1      1006 57.8    0.000    0.000 |\nLZO1C-99     | rxvt               2234    1      1478 66.2    0.000    0.000 |\nLZO1C-99     | screen             1607    1       921 57.3    0.000    0.000 |\nLZO1C-99     | screen-256color     1715    1       973 56.7    0.000    0.000 |\nLZO1C-99     | sun                1004    1       487 48.5    0.000    0.000 |\nLZO1C-99     | vt100              1282    1       759 59.2    0.000    0.000 |\nLZO1C-99     | vt102              1276    1       764 59.9    0.000    0.000 |\nLZO1C-99     | vt200              1391    1       908 65.3    0.000    0.000 |\nLZO1C-99     | vt220              1391    1       908 65.3    0.000    0.000 |\nLZO1C-99     | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-99     | xterm-256color     4041    1      2706 67.0    0.000    0.000 |\nLZO1C-99     | xterm-color        1551    1       771 49.7    0.000    0.000 |\nLZO1C-99     | xterm-xfree86      2240    1      1344 60.0    0.000    0.000 |\nLZO1C-99     | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-99     | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-99     | local.rules         885    1       644 72.8    0.000    0.000 |\nLZO1C-99     | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1C-99     | 50default          2652    1      1084 40.9    0.000    0.000 |\nLZO1C-99     | version              15    1        19  127    0.000    0.000 |\nLZO1C-99     | volatile.cache     4839    1      1120 23.1    0.000    0.000 |\nLZO1C-99     | xattr.conf          681    1       406 59.6    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1113 67.0  475.696    0.000\nLZO1C-99       ***TOTALS***     755155  107    116909 15.5  475.696    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1B-999    | buildinfo           503    1       260 51.7    0.000    0.000 |\nLZO1B-999    | busybox.links.nosuid     2422    1      1191 49.2    0.000    0.000 |\nLZO1B-999    | busybox.links.suid       91    1        69 75.8    0.000    0.000 |\nLZO1B-999    | devpts               93    1        94  101    0.000    0.000 |\nLZO1B-999    | rcS                1313    1       963 73.3    0.000    0.000 |\nLZO1B-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1B-999    | 00_core            1637    1       964 58.9    0.000    0.000 |\nLZO1B-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1B-999    | 99_sshd              75    1        60 80.0    0.000    0.000 |\nLZO1B-999    | ethertypes         1936    1      1393 72.0    0.000    0.000 |\nLZO1B-999    | fstab               650    1       365 56.2    0.000    0.000 |\nLZO1B-999    | group               518    1       441 85.1    0.000    0.000 |\nLZO1B-999    | gshadow             432    1       301 69.7    0.000    0.000 |\nLZO1B-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1B-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1B-999    | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1B-999    | banner.sh           537    1       339 63.1    0.000    0.000 |\nLZO1B-999    | bootlogd           1997    1      1162 58.2    0.000    0.000 |\nLZO1B-999    | bootmisc.sh        2062    1      1356 65.8    0.000    0.000 |\nLZO1B-999    | checkroot.sh       3640    1      2168 59.6    0.000    0.000 |\nLZO1B-999    | devpts.sh           571    1       423 74.1    0.000    0.000 |\nLZO1B-999    | dmesg.sh            397    1       291 73.3    0.000    0.000 |\nLZO1B-999    | functions          2362    1      1366 57.8    0.000    0.000 |\nLZO1B-999    | halt                555    1       443 79.8    0.000    0.000 |\nLZO1B-999    | hostname.sh         625    1       467 74.7    0.000    0.000 |\nLZO1B-999    | hwclock.sh         2541    1      1222 48.1    0.000    0.000 |\nLZO1B-999    | modutils.sh        1362    1       839 61.6    0.000    0.000 |\nLZO1B-999    | mountall.sh        1218    1       914 75.0    0.000    0.000 |\nLZO1B-999    | mountnfs.sh        1634    1       921 56.4    0.000    0.000 |\nLZO1B-999    | networking         1956    1       973 49.7    0.000    0.000 |\nLZO1B-999    | populate-volatile.sh     7846    1      3177 40.5    0.000    0.000 |\nLZO1B-999    | rc                 4407    1      2362 53.6    0.000    0.000 |\nLZO1B-999    | rcS                 525    1       443 84.4    0.000    0.000 |\nLZO1B-999    | read-only-rootfs-hook.sh     1319    1       881 66.8    0.000    0.000 |\nLZO1B-999    | reboot              334    1       266 79.6    0.000    0.000 |\nLZO1B-999    | rmnologin.sh        630    1       418 66.3    0.000    0.000 |\nLZO1B-999    | save-rtc.sh         474    1       361 76.2    0.000    0.000 |\nLZO1B-999    | sendsigs            483    1       340 70.4    0.000    0.000 |\nLZO1B-999    | single              623    1       470 75.4    0.000    0.000 |\nLZO1B-999    | sshd               2029    1       977 48.2    0.000    0.000 |\nLZO1B-999    | sysfs.sh           1091    1       536 49.1    0.000    0.000 |\nLZO1B-999    | syslog             2104    1      1119 53.2    0.000    0.000 |\nLZO1B-999    | udev               3749    1      1932 51.5    0.000    0.000 |\nLZO1B-999    | umountfs            585    1       444 75.9    0.000    0.000 |\nLZO1B-999    | umountnfs.sh        756    1       559 73.9    0.000    0.000 |\nLZO1B-999    | urandom            1518    1       942 62.1    0.000    0.000 |\nLZO1B-999    | inittab            1186    1       789 66.5    0.000    0.000 |\nLZO1B-999    | issue                49    1        54  110    0.000    0.000 |\nLZO1B-999    | issue.net            46    1        51  111    0.000    0.000 |\nLZO1B-999    | ld.so.cache        1621    1       652 40.2    0.000    0.000 |\nLZO1B-999    | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1B-999    | limits              827    1       623 75.3    0.000    0.000 |\nLZO1B-999    | login.access       1999    1      1203 60.2    0.000    0.000 |\nLZO1B-999    | login.defs        13498    1      6301 46.7    0.000    0.000 |\nLZO1B-999    | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1B-999    | motd                197    1       182 92.4    0.000    0.000 |\nLZO1B-999    | nfsroot             809    1       515 63.7    0.000    0.000 |\nLZO1B-999    | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1B-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | nsswitch.conf       487    1       335 68.8    0.000    0.000 |\nLZO1B-999    | passwd              846    1       471 55.7    0.000    0.000 |\nLZO1B-999    | profile            1943    1      1318 67.8    0.000    0.000 |\nLZO1B-999    | protocols          3144    1      2123 67.5    0.000    0.000 |\nLZO1B-999    | rpc                 911    1       676 74.2    0.000    0.000 |\nLZO1B-999    | securetty          1854    1      1171 63.2    0.000    0.000 |\nLZO1B-999    | services          12990    1      6846 52.7    0.000    0.000 |\nLZO1B-999    | shadow              512    1       177 34.6    0.000    0.000 |\nLZO1B-999    | shells               42    1        43  102    0.000    0.000 |\nLZO1B-999    | .bashrc             410    1       325 79.3    0.000    0.000 |\nLZO1B-999    | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1B-999    | moduli           592446    3     24996  4.2  147.268    0.000 |\nLZO1B-999    | ssh_config         1569    1      1062 67.7    0.000    0.000 |\nLZO1B-999    | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1B-999    | ssh_host_ecdsa_key.pub      177    1       171 96.6    0.000    0.000 |\nLZO1B-999    | sshd_config        3127    1      1863 59.6    0.000    0.000 |\nLZO1B-999    | sshd_config_readonly     3131    1      1865 59.6    0.000    0.000 |\nLZO1B-999    | openssl.cnf       12411    1      5527 44.5    0.000    0.000 |\nLZO1B-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | syslog-startup.conf      651    1       531 81.6    0.000    0.000 |\nLZO1B-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1B-999    | alacritty          3749    1      2396 63.9    0.000    0.000 |\nLZO1B-999    | ansi               1481    1       719 48.5    0.000    0.000 |\nLZO1B-999    | dumb                308    1        71 23.1    0.000    0.000 |\nLZO1B-999    | linux              1740    1       999 57.4    0.000    0.000 |\nLZO1B-999    | rxvt               2234    1      1453 65.0    0.000    0.000 |\nLZO1B-999    | screen             1607    1       918 57.1    0.000    0.000 |\nLZO1B-999    | screen-256color     1715    1       969 56.5    0.000    0.000 |\nLZO1B-999    | sun                1004    1       490 48.8    0.000    0.000 |\nLZO1B-999    | vt100              1282    1       754 58.8    0.000    0.000 |\nLZO1B-999    | vt102              1276    1       758 59.4    0.000    0.000 |\nLZO1B-999    | vt200              1391    1       902 64.8    0.000    0.000 |\nLZO1B-999    | vt220              1391    1       902 64.8    0.000    0.000 |\nLZO1B-999    | vt52                839    1       342 40.8    0.000    0.000 |\nLZO1B-999    | xterm-256color     4041    1      2653 65.7    0.000    0.000 |\nLZO1B-999    | xterm-color        1551    1       764 49.3    0.000    0.000 |\nLZO1B-999    | xterm-xfree86      2240    1      1318 58.8    0.000    0.000 |\nLZO1B-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1B-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1B-999    | local.rules         885    1       649 73.3    0.000    0.000 |\nLZO1B-999    | udev.conf           215    1       193 89.8    0.000    0.000 |\nLZO1B-999    | 50default          2652    1      1078 40.6    0.000    0.000 |\nLZO1B-999    | version              15    1        19  127    0.000    0.000 |\nLZO1B-999    | volatile.cache     4839    1      1060 21.9    0.000    0.000 |\nLZO1B-999    | xattr.conf          681    1       410 60.2    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1098 66.5  147.268    0.000\nLZO1B-999      ***TOTALS***     755155  107    115332 15.3  147.268    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1C-999    | buildinfo           503    1       260 51.7    0.000    0.000 |\nLZO1C-999    | busybox.links.nosuid     2422    1      1127 46.5    0.000    0.000 |\nLZO1C-999    | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1C-999    | devpts               93    1        94  101    0.000    0.000 |\nLZO1C-999    | rcS                1313    1       961 73.2    0.000    0.000 |\nLZO1C-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1C-999    | 00_core            1637    1       956 58.4    0.000    0.000 |\nLZO1C-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1C-999    | 99_sshd              75    1        59 78.7    0.000    0.000 |\nLZO1C-999    | ethertypes         1936    1      1387 71.6    0.000    0.000 |\nLZO1C-999    | fstab               650    1       358 55.1    0.000    0.000 |\nLZO1C-999    | group               518    1       441 85.1    0.000    0.000 |\nLZO1C-999    | gshadow             432    1       301 69.7    0.000    0.000 |\nLZO1C-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1C-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1C-999    | hosts               235    1       187 79.6    0.000    0.000 |\nLZO1C-999    | banner.sh           537    1       336 62.6    0.000    0.000 |\nLZO1C-999    | bootlogd           1997    1      1152 57.7    0.000    0.000 |\nLZO1C-999    | bootmisc.sh        2062    1      1334 64.7    0.000    0.000 |\nLZO1C-999    | checkroot.sh       3640    1      2144 58.9    0.000    0.000 |\nLZO1C-999    | devpts.sh           571    1       421 73.7    0.000    0.000 |\nLZO1C-999    | dmesg.sh            397    1       289 72.8    0.000    0.000 |\nLZO1C-999    | functions          2362    1      1349 57.1    0.000    0.000 |\nLZO1C-999    | halt                555    1       442 79.6    0.000    0.000 |\nLZO1C-999    | hostname.sh         625    1       464 74.2    0.000    0.000 |\nLZO1C-999    | hwclock.sh         2541    1      1212 47.7    0.000    0.000 |\nLZO1C-999    | modutils.sh        1362    1       827 60.7    0.000    0.000 |\nLZO1C-999    | mountall.sh        1218    1       908 74.5    0.000    0.000 |\nLZO1C-999    | mountnfs.sh        1634    1       915 56.0    0.000    0.000 |\nLZO1C-999    | networking         1956    1       967 49.4    0.000    0.000 |\nLZO1C-999    | populate-volatile.sh     7846    1      3138 40.0    0.000    0.000 |\nLZO1C-999    | rc                 4407    1      2333 52.9    0.000    0.000 |\nLZO1C-999    | rcS                 525    1       440 83.8    0.000    0.000 |\nLZO1C-999    | read-only-rootfs-hook.sh     1319    1       872 66.1    0.000    0.000 |\nLZO1C-999    | reboot              334    1       265 79.3    0.000    0.000 |\nLZO1C-999    | rmnologin.sh        630    1       412 65.4    0.000    0.000 |\nLZO1C-999    | save-rtc.sh         474    1       360 75.9    0.000    0.000 |\nLZO1C-999    | sendsigs            483    1       339 70.2    0.000    0.000 |\nLZO1C-999    | single              623    1       467 75.0    0.000    0.000 |\nLZO1C-999    | sshd               2029    1       961 47.4    0.000    0.000 |\nLZO1C-999    | sysfs.sh           1091    1       531 48.7    0.000    0.000 |\nLZO1C-999    | syslog             2104    1      1107 52.6    0.000    0.000 |\nLZO1C-999    | udev               3749    1      1907 50.9    0.000    0.000 |\nLZO1C-999    | umountfs            585    1       441 75.4    0.000    0.000 |\nLZO1C-999    | umountnfs.sh        756    1       552 73.0    0.000    0.000 |\nLZO1C-999    | urandom            1518    1       931 61.3    0.000    0.000 |\nLZO1C-999    | inittab            1186    1       779 65.7    0.000    0.000 |\nLZO1C-999    | issue                49    1        54  110    0.000    0.000 |\nLZO1C-999    | issue.net            46    1        51  111    0.000    0.000 |\nLZO1C-999    | ld.so.cache        1621    1       626 38.6    0.000    0.000 |\nLZO1C-999    | ld.so.conf           33    1        35  106    0.000    0.000 |\nLZO1C-999    | limits              827    1       617 74.6    0.000    0.000 |\nLZO1C-999    | login.access       1999    1      1196 59.8    0.000    0.000 |\nLZO1C-999    | login.defs        13498    1      6234 46.2    0.000    0.000 |\nLZO1C-999    | logrotate-dmesg.conf      121    1       117 96.7    0.000    0.000 |\nLZO1C-999    | motd                197    1       182 92.4    0.000    0.000 |\nLZO1C-999    | nfsroot             809    1       512 63.3    0.000    0.000 |\nLZO1C-999    | interfaces          129    1       121 93.8    0.000    0.000 |\nLZO1C-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | nsswitch.conf       487    1       333 68.4    0.000    0.000 |\nLZO1C-999    | passwd              846    1       460 54.4    0.000    0.000 |\nLZO1C-999    | profile            1943    1      1307 67.3    0.000    0.000 |\nLZO1C-999    | protocols          3144    1      2104 66.9    0.000    0.000 |\nLZO1C-999    | rpc                 911    1       673 73.9    0.000    0.000 |\nLZO1C-999    | securetty          1854    1      1162 62.7    0.000    0.000 |\nLZO1C-999    | services          12990    1      6730 51.8    0.000    0.000 |\nLZO1C-999    | shadow              512    1       166 32.4    0.000    0.000 |\nLZO1C-999    | shells               42    1        43  102    0.000    0.000 |\nLZO1C-999    | .bashrc             410    1       322 78.5    0.000    0.000 |\nLZO1C-999    | .profile            241    1       225 93.4    0.000    0.000 |\nLZO1C-999    | moduli           592446    3     24716  4.2  168.466    0.000 |\nLZO1C-999    | ssh_config         1569    1      1055 67.2    0.000    0.000 |\nLZO1C-999    | ssh_host_ecdsa_key      505    1       445 88.1    0.000    0.000 |\nLZO1C-999    | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1C-999    | sshd_config        3127    1      1852 59.2    0.000    0.000 |\nLZO1C-999    | sshd_config_readonly     3131    1      1854 59.2    0.000    0.000 |\nLZO1C-999    | openssl.cnf       12411    1      5448 43.9    0.000    0.000 |\nLZO1C-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | syslog-startup.conf      651    1       529 81.3    0.000    0.000 |\nLZO1C-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1C-999    | alacritty          3749    1      2374 63.3    0.000    0.000 |\nLZO1C-999    | ansi               1481    1       707 47.7    0.000    0.000 |\nLZO1C-999    | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1C-999    | linux              1740    1       983 56.5    0.000    0.000 |\nLZO1C-999    | rxvt               2234    1      1446 64.7    0.000    0.000 |\nLZO1C-999    | screen             1607    1       907 56.4    0.000    0.000 |\nLZO1C-999    | screen-256color     1715    1       955 55.7    0.000    0.000 |\nLZO1C-999    | sun                1004    1       480 47.8    0.000    0.000 |\nLZO1C-999    | vt100              1282    1       748 58.3    0.000    0.000 |\nLZO1C-999    | vt102              1276    1       751 58.9    0.000    0.000 |\nLZO1C-999    | vt200              1391    1       894 64.3    0.000    0.000 |\nLZO1C-999    | vt220              1391    1       894 64.3    0.000    0.000 |\nLZO1C-999    | vt52                839    1       338 40.3    0.000    0.000 |\nLZO1C-999    | xterm-256color     4041    1      2632 65.1    0.000    0.000 |\nLZO1C-999    | xterm-color        1551    1       755 48.7    0.000    0.000 |\nLZO1C-999    | xterm-xfree86      2240    1      1307 58.3    0.000    0.000 |\nLZO1C-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1C-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1C-999    | local.rules         885    1       643 72.7    0.000    0.000 |\nLZO1C-999    | udev.conf           215    1       192 89.3    0.000    0.000 |\nLZO1C-999    | 50default          2652    1      1060 40.0    0.000    0.000 |\nLZO1C-999    | version              15    1        19  127    0.000    0.000 |\nLZO1C-999    | volatile.cache     4839    1      1054 21.8    0.000    0.000 |\nLZO1C-999    | xattr.conf          681    1       406 59.6    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1086 66.0  168.466    0.000\nLZO1C-999      ***TOTALS***     755155  107    114050 15.1  168.466    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO2A-999    | buildinfo           503    1       261 51.9    0.000    0.000 |\nLZO2A-999    | busybox.links.nosuid     2422    1      1084 44.8    0.000    0.000 |\nLZO2A-999    | busybox.links.suid       91    1        65 71.4    0.000    0.000 |\nLZO2A-999    | devpts               93    1        93  100    0.000    0.000 |\nLZO2A-999    | rcS                1313    1       863 65.7    0.000    0.000 |\nLZO2A-999    | useradd             115    1       124  108    0.000    0.000 |\nLZO2A-999    | 00_core            1637    1       839 51.3    0.000    0.000 |\nLZO2A-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO2A-999    | 99_sshd              75    1        60 80.0    0.000    0.000 |\nLZO2A-999    | ethertypes         1936    1      1251 64.6    0.000    0.000 |\nLZO2A-999    | fstab               650    1       348 53.5    0.000    0.000 |\nLZO2A-999    | group               518    1       354 68.3    0.000    0.000 |\nLZO2A-999    | gshadow             432    1       269 62.3    0.000    0.000 |\nLZO2A-999    | host.conf            26    1        32  123    0.000    0.000 |\nLZO2A-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO2A-999    | hosts               235    1       174 74.0    0.000    0.000 |\nLZO2A-999    | banner.sh           537    1       318 59.2    0.000    0.000 |\nLZO2A-999    | bootlogd           1997    1      1044 52.3    0.000    0.000 |\nLZO2A-999    | bootmisc.sh        2062    1      1216 59.0    0.000    0.000 |\nLZO2A-999    | checkroot.sh       3640    1      1975 54.3    0.000    0.000 |\nLZO2A-999    | devpts.sh           571    1       387 67.8    0.000    0.000 |\nLZO2A-999    | dmesg.sh            397    1       275 69.3    0.000    0.000 |\nLZO2A-999    | functions          2362    1      1232 52.2    0.000    0.000 |\nLZO2A-999    | halt                555    1       404 72.8    0.000    0.000 |\nLZO2A-999    | hostname.sh         625    1       435 69.6    0.000    0.000 |\nLZO2A-999    | hwclock.sh         2541    1      1133 44.6    0.000    0.000 |\nLZO2A-999    | modutils.sh        1362    1       760 55.8    0.000    0.000 |\nLZO2A-999    | mountall.sh        1218    1       814 66.8    0.000    0.000 |\nLZO2A-999    | mountnfs.sh        1634    1       849 52.0    0.000    0.000 |\nLZO2A-999    | networking         1956    1       890 45.5    0.000    0.000 |\nLZO2A-999    | populate-volatile.sh     7846    1      2954 37.6    0.000    0.000 |\nLZO2A-999    | rc                 4407    1      2177 49.4    0.000    0.000 |\nLZO2A-999    | rcS                 525    1       402 76.6    0.000    0.000 |\nLZO2A-999    | read-only-rootfs-hook.sh     1319    1       802 60.8    0.000    0.000 |\nLZO2A-999    | reboot              334    1       251 75.1    0.000    0.000 |\nLZO2A-999    | rmnologin.sh        630    1       384 61.0    0.000    0.000 |\nLZO2A-999    | save-rtc.sh         474    1       341 71.9    0.000    0.000 |\nLZO2A-999    | sendsigs            483    1       322 66.7    0.000    0.000 |\nLZO2A-999    | single              623    1       432 69.3    0.000    0.000 |\nLZO2A-999    | sshd               2029    1       882 43.5    0.000    0.000 |\nLZO2A-999    | sysfs.sh           1091    1       497 45.6    0.000    0.000 |\nLZO2A-999    | syslog             2104    1      1017 48.3    0.000    0.000 |\nLZO2A-999    | udev               3749    1      1785 47.6    0.000    0.000 |\nLZO2A-999    | umountfs            585    1       411 70.3    0.000    0.000 |\nLZO2A-999    | umountnfs.sh        756    1       508 67.2    0.000    0.000 |\nLZO2A-999    | urandom            1518    1       861 56.7    0.000    0.000 |\nLZO2A-999    | inittab            1186    1       714 60.2    0.000    0.000 |\nLZO2A-999    | issue                49    1        56  114    0.000    0.000 |\nLZO2A-999    | issue.net            46    1        53  115    0.000    0.000 |\nLZO2A-999    | ld.so.cache        1621    1       596 36.8    0.000    0.000 |\nLZO2A-999    | ld.so.conf           33    1        36  109    0.000    0.000 |\nLZO2A-999    | limits              827    1       554 67.0    0.000    0.000 |\nLZO2A-999    | login.access       1999    1      1045 52.3    0.000    0.000 |\nLZO2A-999    | login.defs        13498    1      5942 44.0    0.000    0.000 |\nLZO2A-999    | logrotate-dmesg.conf      121    1       113 93.4    0.000    0.000 |\nLZO2A-999    | motd                197    1       174 88.3    0.000    0.000 |\nLZO2A-999    | nfsroot             809    1       473 58.5    0.000    0.000 |\nLZO2A-999    | interfaces          129    1       113 87.6    0.000    0.000 |\nLZO2A-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | nsswitch.conf       487    1       304 62.4    0.000    0.000 |\nLZO2A-999    | passwd              846    1       414 48.9    0.000    0.000 |\nLZO2A-999    | profile            1943    1      1184 60.9    0.000    0.000 |\nLZO2A-999    | protocols          3144    1      1901 60.5    0.000    0.000 |\nLZO2A-999    | rpc                 911    1       592 65.0    0.000    0.000 |\nLZO2A-999    | securetty          1854    1       972 52.4    0.000    0.000 |\nLZO2A-999    | services          12990    1      6267 48.2    0.000    0.000 |\nLZO2A-999    | shadow              512    1       169 33.0    0.000    0.000 |\nLZO2A-999    | shells               42    1        43  102    0.000    0.000 |\nLZO2A-999    | .bashrc             410    1       298 72.7    0.000    0.000 |\nLZO2A-999    | .profile            241    1       216 89.6    0.000    0.000 |\nLZO2A-999    | moduli           592446    3     22148  3.7  152.491    0.000 |\nLZO2A-999    | ssh_config         1569    1       939 59.8    0.000    0.000 |\nLZO2A-999    | ssh_host_ecdsa_key      505    1       452 89.5    0.000    0.000 |\nLZO2A-999    | ssh_host_ecdsa_key.pub      177    1       181  102    0.000    0.000 |\nLZO2A-999    | sshd_config        3127    1      1679 53.7    0.000    0.000 |\nLZO2A-999    | sshd_config_readonly     3131    1      1681 53.7    0.000    0.000 |\nLZO2A-999    | openssl.cnf       12411    1      5139 41.4    0.000    0.000 |\nLZO2A-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | syslog-startup.conf      651    1       482 74.0    0.000    0.000 |\nLZO2A-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO2A-999    | alacritty          3749    1      2151 57.4    0.000    0.000 |\nLZO2A-999    | ansi               1481    1       650 43.9    0.000    0.000 |\nLZO2A-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO2A-999    | linux              1740    1       896 51.5    0.000    0.000 |\nLZO2A-999    | rxvt               2234    1      1280 57.3    0.000    0.000 |\nLZO2A-999    | screen             1607    1       820 51.0    0.000    0.000 |\nLZO2A-999    | screen-256color     1715    1       859 50.1    0.000    0.000 |\nLZO2A-999    | sun                1004    1       436 43.4    0.000    0.000 |\nLZO2A-999    | vt100              1282    1       685 53.4    0.000    0.000 |\nLZO2A-999    | vt102              1276    1       681 53.4    0.000    0.000 |\nLZO2A-999    | vt200              1391    1       795 57.2    0.000    0.000 |\nLZO2A-999    | vt220              1391    1       795 57.2    0.000    0.000 |\nLZO2A-999    | vt52                839    1       315 37.5    0.000    0.000 |\nLZO2A-999    | xterm-256color     4041    1      2398 59.3    0.000    0.000 |\nLZO2A-999    | xterm-color        1551    1       668 43.1    0.000    0.000 |\nLZO2A-999    | xterm-xfree86      2240    1      1178 52.6    0.000    0.000 |\nLZO2A-999    | timestamp            15    1        20  133    0.000    0.000 |\nLZO2A-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO2A-999    | local.rules         885    1       575 65.0    0.000    0.000 |\nLZO2A-999    | udev.conf           215    1       171 79.5    0.000    0.000 |\nLZO2A-999    | 50default          2652    1       987 37.2    0.000    0.000 |\nLZO2A-999    | version              15    1        20  133    0.000    0.000 |\nLZO2A-999    | volatile.cache     4839    1      1033 21.3    0.000    0.000 |\nLZO2A-999    | xattr.conf          681    1       375 55.1    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0       995 62.3  152.491    0.000\nLZO2A-999      ***TOTALS***     755155  107    104495 13.8  152.491    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1F-999    | buildinfo           503    1       259 51.5    0.000    0.000 |\nLZO1F-999    | busybox.links.nosuid     2422    1      1089 45.0    0.000    0.000 |\nLZO1F-999    | busybox.links.suid       91    1        68 74.7    0.000    0.000 |\nLZO1F-999    | devpts               93    1        93  100    0.000    0.000 |\nLZO1F-999    | rcS                1313    1       925 70.4    0.000    0.000 |\nLZO1F-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1F-999    | 00_core            1637    1       911 55.7    0.000    0.000 |\nLZO1F-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1F-999    | 99_sshd              75    1        59 78.7    0.000    0.000 |\nLZO1F-999    | ethertypes         1936    1      1331 68.8    0.000    0.000 |\nLZO1F-999    | fstab               650    1       355 54.6    0.000    0.000 |\nLZO1F-999    | group               518    1       408 78.8    0.000    0.000 |\nLZO1F-999    | gshadow             432    1       281 65.0    0.000    0.000 |\nLZO1F-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1F-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1F-999    | hosts               235    1       185 78.7    0.000    0.000 |\nLZO1F-999    | banner.sh           537    1       330 61.5    0.000    0.000 |\nLZO1F-999    | bootlogd           1997    1      1094 54.8    0.000    0.000 |\nLZO1F-999    | bootmisc.sh        2062    1      1299 63.0    0.000    0.000 |\nLZO1F-999    | checkroot.sh       3640    1      2069 56.8    0.000    0.000 |\nLZO1F-999    | devpts.sh           571    1       413 72.3    0.000    0.000 |\nLZO1F-999    | dmesg.sh            397    1       283 71.3    0.000    0.000 |\nLZO1F-999    | functions          2362    1      1309 55.4    0.000    0.000 |\nLZO1F-999    | halt                555    1       433 78.0    0.000    0.000 |\nLZO1F-999    | hostname.sh         625    1       457 73.1    0.000    0.000 |\nLZO1F-999    | hwclock.sh         2541    1      1175 46.2    0.000    0.000 |\nLZO1F-999    | modutils.sh        1362    1       809 59.4    0.000    0.000 |\nLZO1F-999    | mountall.sh        1218    1       877 72.0    0.000    0.000 |\nLZO1F-999    | mountnfs.sh        1634    1       882 54.0    0.000    0.000 |\nLZO1F-999    | networking         1956    1       934 47.8    0.000    0.000 |\nLZO1F-999    | populate-volatile.sh     7846    1      3109 39.6    0.000    0.000 |\nLZO1F-999    | rc                 4407    1      2246 51.0    0.000    0.000 |\nLZO1F-999    | rcS                 525    1       429 81.7    0.000    0.000 |\nLZO1F-999    | read-only-rootfs-hook.sh     1319    1       847 64.2    0.000    0.000 |\nLZO1F-999    | reboot              334    1       260 77.8    0.000    0.000 |\nLZO1F-999    | rmnologin.sh        630    1       407 64.6    0.000    0.000 |\nLZO1F-999    | save-rtc.sh         474    1       355 74.9    0.000    0.000 |\nLZO1F-999    | sendsigs            483    1       335 69.4    0.000    0.000 |\nLZO1F-999    | single              623    1       454 72.9    0.000    0.000 |\nLZO1F-999    | sshd               2029    1       927 45.7    0.000    0.000 |\nLZO1F-999    | sysfs.sh           1091    1       523 47.9    0.000    0.000 |\nLZO1F-999    | syslog             2104    1      1062 50.5    0.000    0.000 |\nLZO1F-999    | udev               3749    1      1845 49.2    0.000    0.000 |\nLZO1F-999    | umountfs            585    1       430 73.5    0.000    0.000 |\nLZO1F-999    | umountnfs.sh        756    1       541 71.6    0.000    0.000 |\nLZO1F-999    | urandom            1518    1       906 59.7    0.000    0.000 |\nLZO1F-999    | inittab            1186    1       763 64.3    0.000    0.000 |\nLZO1F-999    | issue                49    1        54  110    0.000    0.000 |\nLZO1F-999    | issue.net            46    1        51  111    0.000    0.000 |\nLZO1F-999    | ld.so.cache        1621    1       604 37.3    0.000    0.000 |\nLZO1F-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1F-999    | limits              827    1       601 72.7    0.000    0.000 |\nLZO1F-999    | login.access       1999    1      1131 56.6    0.000    0.000 |\nLZO1F-999    | login.defs        13498    1      6278 46.5    0.000    0.000 |\nLZO1F-999    | logrotate-dmesg.conf      121    1       116 95.9    0.000    0.000 |\nLZO1F-999    | motd                197    1       181 91.9    0.000    0.000 |\nLZO1F-999    | nfsroot             809    1       497 61.4    0.000    0.000 |\nLZO1F-999    | interfaces          129    1       118 91.5    0.000    0.000 |\nLZO1F-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | nsswitch.conf       487    1       327 67.1    0.000    0.000 |\nLZO1F-999    | passwd              846    1       444 52.5    0.000    0.000 |\nLZO1F-999    | profile            1943    1      1257 64.7    0.000    0.000 |\nLZO1F-999    | protocols          3144    1      2015 64.1    0.000    0.000 |\nLZO1F-999    | rpc                 911    1       635 69.7    0.000    0.000 |\nLZO1F-999    | securetty          1854    1      1040 56.1    0.000    0.000 |\nLZO1F-999    | services          12990    1      6643 51.1    0.000    0.000 |\nLZO1F-999    | shadow              512    1       166 32.4    0.000    0.000 |\nLZO1F-999    | shells               42    1        42  100    0.000    0.000 |\nLZO1F-999    | .bashrc             410    1       320 78.0    0.000    0.000 |\nLZO1F-999    | .profile            241    1       224 92.9    0.000    0.000 |\nLZO1F-999    | moduli           592446    3     23673  4.0  107.949    0.000 |\nLZO1F-999    | ssh_config         1569    1      1013 64.6    0.000    0.000 |\nLZO1F-999    | ssh_host_ecdsa_key      505    1       440 87.1    0.000    0.000 |\nLZO1F-999    | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1F-999    | sshd_config        3127    1      1763 56.4    0.000    0.000 |\nLZO1F-999    | sshd_config_readonly     3131    1      1765 56.4    0.000    0.000 |\nLZO1F-999    | openssl.cnf       12411    1      5387 43.4    0.000    0.000 |\nLZO1F-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | syslog-startup.conf      651    1       519 79.7    0.000    0.000 |\nLZO1F-999    | syslog.conf          69    1        70  101    0.000    0.000 |\nLZO1F-999    | alacritty          3749    1      2175 58.0    0.000    0.000 |\nLZO1F-999    | ansi               1481    1       662 44.7    0.000    0.000 |\nLZO1F-999    | dumb                308    1        70 22.7    0.000    0.000 |\nLZO1F-999    | linux              1740    1       919 52.8    0.000    0.000 |\nLZO1F-999    | rxvt               2234    1      1334 59.7    0.000    0.000 |\nLZO1F-999    | screen             1607    1       848 52.8    0.000    0.000 |\nLZO1F-999    | screen-256color     1715    1       893 52.1    0.000    0.000 |\nLZO1F-999    | sun                1004    1       445 44.3    0.000    0.000 |\nLZO1F-999    | vt100              1282    1       709 55.3    0.000    0.000 |\nLZO1F-999    | vt102              1276    1       708 55.5    0.000    0.000 |\nLZO1F-999    | vt200              1391    1       829 59.6    0.000    0.000 |\nLZO1F-999    | vt220              1391    1       829 59.6    0.000    0.000 |\nLZO1F-999    | vt52                839    1       327 39.0    0.000    0.000 |\nLZO1F-999    | xterm-256color     4041    1      2415 59.8    0.000    0.000 |\nLZO1F-999    | xterm-color        1551    1       697 44.9    0.000    0.000 |\nLZO1F-999    | xterm-xfree86      2240    1      1195 53.3    0.000    0.000 |\nLZO1F-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1F-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1F-999    | local.rules         885    1       616 69.6    0.000    0.000 |\nLZO1F-999    | udev.conf           215    1       191 88.8    0.000    0.000 |\nLZO1F-999    | 50default          2652    1      1040 39.2    0.000    0.000 |\nLZO1F-999    | version              15    1        19  127    0.000    0.000 |\nLZO1F-999    | volatile.cache     4839    1      1042 21.5    0.000    0.000 |\nLZO1F-999    | xattr.conf          681    1       402 59.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1047 64.2  107.949    0.000\nLZO1F-999      ***TOTALS***     755155  107    109941 14.6  107.949    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1X-999    | buildinfo           503    1       261 51.9    0.000    0.000 |\nLZO1X-999    | busybox.links.nosuid     2422    1      1063 43.9    0.000    0.000 |\nLZO1X-999    | busybox.links.suid       91    1        65 71.4    0.000    0.000 |\nLZO1X-999    | devpts               93    1        92 98.9    0.000    0.000 |\nLZO1X-999    | rcS                1313    1       901 68.6    0.000    0.000 |\nLZO1X-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1X-999    | 00_core            1637    1       888 54.2    0.000    0.000 |\nLZO1X-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1X-999    | 99_sshd              75    1        59 78.7    0.000    0.000 |\nLZO1X-999    | ethertypes         1936    1      1305 67.4    0.000    0.000 |\nLZO1X-999    | fstab               650    1       351 54.0    0.000    0.000 |\nLZO1X-999    | group               518    1       390 75.3    0.000    0.000 |\nLZO1X-999    | gshadow             432    1       270 62.5    0.000    0.000 |\nLZO1X-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1X-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1X-999    | hosts               235    1       182 77.4    0.000    0.000 |\nLZO1X-999    | banner.sh           537    1       327 60.9    0.000    0.000 |\nLZO1X-999    | bootlogd           1997    1      1077 53.9    0.000    0.000 |\nLZO1X-999    | bootmisc.sh        2062    1      1262 61.2    0.000    0.000 |\nLZO1X-999    | checkroot.sh       3640    1      2018 55.4    0.000    0.000 |\nLZO1X-999    | devpts.sh           571    1       404 70.8    0.000    0.000 |\nLZO1X-999    | dmesg.sh            397    1       279 70.3    0.000    0.000 |\nLZO1X-999    | functions          2362    1      1271 53.8    0.000    0.000 |\nLZO1X-999    | halt                555    1       427 76.9    0.000    0.000 |\nLZO1X-999    | hostname.sh         625    1       449 71.8    0.000    0.000 |\nLZO1X-999    | hwclock.sh         2541    1      1145 45.1    0.000    0.000 |\nLZO1X-999    | modutils.sh        1362    1       790 58.0    0.000    0.000 |\nLZO1X-999    | mountall.sh        1218    1       853 70.0    0.000    0.000 |\nLZO1X-999    | mountnfs.sh        1634    1       865 52.9    0.000    0.000 |\nLZO1X-999    | networking         1956    1       919 47.0    0.000    0.000 |\nLZO1X-999    | populate-volatile.sh     7846    1      3042 38.8    0.000    0.000 |\nLZO1X-999    | rc                 4407    1      2223 50.4    0.000    0.000 |\nLZO1X-999    | rcS                 525    1       427 81.3    0.000    0.000 |\nLZO1X-999    | read-only-rootfs-hook.sh     1319    1       832 63.1    0.000    0.000 |\nLZO1X-999    | reboot              334    1       259 77.5    0.000    0.000 |\nLZO1X-999    | rmnologin.sh        630    1       398 63.2    0.000    0.000 |\nLZO1X-999    | save-rtc.sh         474    1       353 74.5    0.000    0.000 |\nLZO1X-999    | sendsigs            483    1       333 68.9    0.000    0.000 |\nLZO1X-999    | single              623    1       445 71.4    0.000    0.000 |\nLZO1X-999    | sshd               2029    1       912 44.9    0.000    0.000 |\nLZO1X-999    | sysfs.sh           1091    1       512 46.9    0.000    0.000 |\nLZO1X-999    | syslog             2104    1      1045 49.7    0.000    0.000 |\nLZO1X-999    | udev               3749    1      1804 48.1    0.000    0.000 |\nLZO1X-999    | umountfs            585    1       429 73.3    0.000    0.000 |\nLZO1X-999    | umountnfs.sh        756    1       534 70.6    0.000    0.000 |\nLZO1X-999    | urandom            1518    1       880 58.0    0.000    0.000 |\nLZO1X-999    | inittab            1186    1       744 62.7    0.000    0.000 |\nLZO1X-999    | issue                49    1        53  108    0.000    0.000 |\nLZO1X-999    | issue.net            46    1        50  109    0.000    0.000 |\nLZO1X-999    | ld.so.cache        1621    1       599 37.0    0.000    0.000 |\nLZO1X-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1X-999    | limits              827    1       585 70.7    0.000    0.000 |\nLZO1X-999    | login.access       1999    1      1096 54.8    0.000    0.000 |\nLZO1X-999    | login.defs        13498    1      6150 45.6   22.906    0.000 |\nLZO1X-999    | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1X-999    | motd                197    1       177 89.8    0.000    0.000 |\nLZO1X-999    | nfsroot             809    1       486 60.1    0.000    0.000 |\nLZO1X-999    | interfaces          129    1       117 90.7    0.000    0.000 |\nLZO1X-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | nsswitch.conf       487    1       318 65.3    0.000    0.000 |\nLZO1X-999    | passwd              846    1       436 51.5    0.000    0.000 |\nLZO1X-999    | profile            1943    1      1232 63.4    0.000    0.000 |\nLZO1X-999    | protocols          3144    1      1945 61.9    0.000    0.000 |\nLZO1X-999    | rpc                 911    1       614 67.4    0.000    0.000 |\nLZO1X-999    | securetty          1854    1      1030 55.6    0.000    0.000 |\nLZO1X-999    | services          12990    1      6509 50.1   20.832    0.000 |\nLZO1X-999    | shadow              512    1       164 32.0    0.000    0.000 |\nLZO1X-999    | shells               42    1        41 97.6    0.000    0.000 |\nLZO1X-999    | .bashrc             410    1       312 76.1    0.000    0.000 |\nLZO1X-999    | .profile            241    1       220 91.3    0.000    0.000 |\nLZO1X-999    | moduli           592446    3     22959  3.9  125.926    0.000 |\nLZO1X-999    | ssh_config         1569    1       980 62.5    0.000    0.000 |\nLZO1X-999    | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1X-999    | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1X-999    | sshd_config        3127    1      1711 54.7    0.000    0.000 |\nLZO1X-999    | sshd_config_readonly     3131    1      1713 54.7    0.000    0.000 |\nLZO1X-999    | openssl.cnf       12411    1      5280 42.5    0.000    0.000 |\nLZO1X-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | syslog-startup.conf      651    1       512 78.6    0.000    0.000 |\nLZO1X-999    | syslog.conf          69    1        71  103    0.000    0.000 |\nLZO1X-999    | alacritty          3749    1      2160 57.6    0.000    0.000 |\nLZO1X-999    | ansi               1481    1       660 44.6    0.000    0.000 |\nLZO1X-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1X-999    | linux              1740    1       914 52.5    0.000    0.000 |\nLZO1X-999    | rxvt               2234    1      1324 59.3    0.000    0.000 |\nLZO1X-999    | screen             1607    1       837 52.1    0.000    0.000 |\nLZO1X-999    | screen-256color     1715    1       883 51.5    0.000    0.000 |\nLZO1X-999    | sun                1004    1       442 44.0    0.000    0.000 |\nLZO1X-999    | vt100              1282    1       708 55.2    0.000    0.000 |\nLZO1X-999    | vt102              1276    1       704 55.2    0.000    0.000 |\nLZO1X-999    | vt200              1391    1       822 59.1    0.000    0.000 |\nLZO1X-999    | vt220              1391    1       822 59.1    0.000    0.000 |\nLZO1X-999    | vt52                839    1       322 38.4    0.000    0.000 |\nLZO1X-999    | xterm-256color     4041    1      2412 59.7    0.000    0.000 |\nLZO1X-999    | xterm-color        1551    1       695 44.8    0.000    0.000 |\nLZO1X-999    | xterm-xfree86      2240    1      1191 53.2    0.000    0.000 |\nLZO1X-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1X-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1X-999    | local.rules         885    1       605 68.4    0.000    0.000 |\nLZO1X-999    | udev.conf           215    1       188 87.4    0.000    0.000 |\nLZO1X-999    | 50default          2652    1      1025 38.7    0.000    0.000 |\nLZO1X-999    | version              15    1        19  127    0.000    0.000 |\nLZO1X-999    | volatile.cache     4839    1      1038 21.5    0.000    0.000 |\nLZO1X-999    | xattr.conf          681    1       395 58.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1025 63.3   30.120    0.000\nLZO1X-999      ***TOTALS***     755155  107    107676 14.3   30.120    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1Y-999    | buildinfo           503    1       260 51.7    0.000    0.000 |\nLZO1Y-999    | busybox.links.nosuid     2422    1       964 39.8    0.000    0.000 |\nLZO1Y-999    | busybox.links.suid       91    1        62 68.1    0.000    0.000 |\nLZO1Y-999    | devpts               93    1        92 98.9    0.000    0.000 |\nLZO1Y-999    | rcS                1313    1       892 67.9    0.000    0.000 |\nLZO1Y-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1Y-999    | 00_core            1637    1       865 52.8    0.000    0.000 |\nLZO1Y-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1Y-999    | 99_sshd              75    1        58 77.3    0.000    0.000 |\nLZO1Y-999    | ethertypes         1936    1      1288 66.5    0.000    0.000 |\nLZO1Y-999    | fstab               650    1       345 53.1    0.000    0.000 |\nLZO1Y-999    | group               518    1       390 75.3    0.000    0.000 |\nLZO1Y-999    | gshadow             432    1       270 62.5    0.000    0.000 |\nLZO1Y-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1Y-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1Y-999    | hosts               235    1       179 76.2    0.000    0.000 |\nLZO1Y-999    | banner.sh           537    1       318 59.2    0.000    0.000 |\nLZO1Y-999    | bootlogd           1997    1      1061 53.1    0.000    0.000 |\nLZO1Y-999    | bootmisc.sh        2062    1      1235 59.9    0.000    0.000 |\nLZO1Y-999    | checkroot.sh       3640    1      2015 55.4    0.000    0.000 |\nLZO1Y-999    | devpts.sh           571    1       398 69.7    0.000    0.000 |\nLZO1Y-999    | dmesg.sh            397    1       273 68.8    0.000    0.000 |\nLZO1Y-999    | functions          2362    1      1241 52.5    0.000    0.000 |\nLZO1Y-999    | halt                555    1       421 75.9    0.000    0.000 |\nLZO1Y-999    | hostname.sh         625    1       435 69.6    0.000    0.000 |\nLZO1Y-999    | hwclock.sh         2541    1      1141 44.9    0.000    0.000 |\nLZO1Y-999    | modutils.sh        1362    1       769 56.5    0.000    0.000 |\nLZO1Y-999    | mountall.sh        1218    1       836 68.6    0.000    0.000 |\nLZO1Y-999    | mountnfs.sh        1634    1       851 52.1    0.000    0.000 |\nLZO1Y-999    | networking         1956    1       905 46.3    0.000    0.000 |\nLZO1Y-999    | populate-volatile.sh     7846    1      3009 38.4    0.000    0.000 |\nLZO1Y-999    | rc                 4407    1      2231 50.6    0.000    0.000 |\nLZO1Y-999    | rcS                 525    1       423 80.6    0.000    0.000 |\nLZO1Y-999    | read-only-rootfs-hook.sh     1319    1       816 61.9    0.000    0.000 |\nLZO1Y-999    | reboot              334    1       253 75.7    0.000    0.000 |\nLZO1Y-999    | rmnologin.sh        630    1       389 61.7    0.000    0.000 |\nLZO1Y-999    | save-rtc.sh         474    1       345 72.8    0.000    0.000 |\nLZO1Y-999    | sendsigs            483    1       325 67.3    0.000    0.000 |\nLZO1Y-999    | single              623    1       439 70.5    0.000    0.000 |\nLZO1Y-999    | sshd               2029    1       899 44.3    0.000    0.000 |\nLZO1Y-999    | sysfs.sh           1091    1       494 45.3    0.000    0.000 |\nLZO1Y-999    | syslog             2104    1      1020 48.5    0.000    0.000 |\nLZO1Y-999    | udev               3749    1      1797 47.9    0.000    0.000 |\nLZO1Y-999    | umountfs            585    1       421 72.0    0.000    0.000 |\nLZO1Y-999    | umountnfs.sh        756    1       521 68.9    0.000    0.000 |\nLZO1Y-999    | urandom            1518    1       864 56.9    0.000    0.000 |\nLZO1Y-999    | inittab            1186    1       732 61.7    0.000    0.000 |\nLZO1Y-999    | issue                49    1        53  108    0.000    0.000 |\nLZO1Y-999    | issue.net            46    1        50  109    0.000    0.000 |\nLZO1Y-999    | ld.so.cache        1621    1       561 34.6    0.000    0.000 |\nLZO1Y-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1Y-999    | limits              827    1       579 70.0    0.000    0.000 |\nLZO1Y-999    | login.access       1999    1      1079 54.0    0.000    0.000 |\nLZO1Y-999    | login.defs        13498    1      6201 45.9   13.528    0.000 |\nLZO1Y-999    | logrotate-dmesg.conf      121    1       114 94.2    0.000    0.000 |\nLZO1Y-999    | motd                197    1       176 89.3    0.000    0.000 |\nLZO1Y-999    | nfsroot             809    1       477 59.0    0.000    0.000 |\nLZO1Y-999    | interfaces          129    1       115 89.1    0.000    0.000 |\nLZO1Y-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | nsswitch.conf       487    1       308 63.2    0.000    0.000 |\nLZO1Y-999    | passwd              846    1       425 50.2    0.000    0.000 |\nLZO1Y-999    | profile            1943    1      1218 62.7    0.000    0.000 |\nLZO1Y-999    | protocols          3144    1      1948 62.0    0.000    0.000 |\nLZO1Y-999    | rpc                 911    1       605 66.4    0.000    0.000 |\nLZO1Y-999    | securetty          1854    1      1020 55.0    0.000    0.000 |\nLZO1Y-999    | services          12990    1      6508 50.1   12.327    0.000 |\nLZO1Y-999    | shadow              512    1       164 32.0    0.000    0.000 |\nLZO1Y-999    | shells               42    1        41 97.6    0.000    0.000 |\nLZO1Y-999    | .bashrc             410    1       306 74.6    0.000    0.000 |\nLZO1Y-999    | .profile            241    1       219 90.9    0.000    0.000 |\nLZO1Y-999    | moduli           592446    3     23731  4.0   76.657    0.000 |\nLZO1Y-999    | ssh_config         1569    1       965 61.5    0.000    0.000 |\nLZO1Y-999    | ssh_host_ecdsa_key      505    1       444 87.9    0.000    0.000 |\nLZO1Y-999    | ssh_host_ecdsa_key.pub      177    1       169 95.5    0.000    0.000 |\nLZO1Y-999    | sshd_config        3127    1      1721 55.0    0.000    0.000 |\nLZO1Y-999    | sshd_config_readonly     3131    1      1723 55.0    0.000    0.000 |\nLZO1Y-999    | openssl.cnf       12411    1      5303 42.7   15.794    0.000 |\nLZO1Y-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | syslog-startup.conf      651    1       510 78.3    0.000    0.000 |\nLZO1Y-999    | syslog.conf          69    1        71  103    0.000    0.000 |\nLZO1Y-999    | alacritty          3749    1      2170 57.9    0.000    0.000 |\nLZO1Y-999    | ansi               1481    1       648 43.8    0.000    0.000 |\nLZO1Y-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1Y-999    | linux              1740    1       906 52.1    0.000    0.000 |\nLZO1Y-999    | rxvt               2234    1      1321 59.1    0.000    0.000 |\nLZO1Y-999    | screen             1607    1       836 52.0    0.000    0.000 |\nLZO1Y-999    | screen-256color     1715    1       880 51.3    0.000    0.000 |\nLZO1Y-999    | sun                1004    1       439 43.7    0.000    0.000 |\nLZO1Y-999    | vt100              1282    1       698 54.4    0.000    0.000 |\nLZO1Y-999    | vt102              1276    1       695 54.5    0.000    0.000 |\nLZO1Y-999    | vt200              1391    1       817 58.7    0.000    0.000 |\nLZO1Y-999    | vt220              1391    1       817 58.7    0.000    0.000 |\nLZO1Y-999    | vt52                839    1       318 37.9    0.000    0.000 |\nLZO1Y-999    | xterm-256color     4041    1      2413 59.7    0.000    0.000 |\nLZO1Y-999    | xterm-color        1551    1       693 44.7    0.000    0.000 |\nLZO1Y-999    | xterm-xfree86      2240    1      1183 52.8    0.000    0.000 |\nLZO1Y-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1Y-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1Y-999    | local.rules         885    1       597 67.5    0.000    0.000 |\nLZO1Y-999    | udev.conf           215    1       186 86.5    0.000    0.000 |\nLZO1Y-999    | 50default          2652    1      1009 38.0    0.000    0.000 |\nLZO1Y-999    | version              15    1        19  127    0.000    0.000 |\nLZO1Y-999    | volatile.cache     4839    1      1003 20.7    0.000    0.000 |\nLZO1Y-999    | xattr.conf          681    1       388 57.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1025 62.6   17.286    0.000\nLZO1Y-999      ***TOTALS***     755155  107    107717 14.3   17.286    0.000\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n262144 block-size\n\nLZO1Z-999    | buildinfo           503    1       261 51.9    0.000    0.000 |\nLZO1Z-999    | busybox.links.nosuid     2422    1      1060 43.8    0.000    0.000 |\nLZO1Z-999    | busybox.links.suid       91    1        65 71.4    0.000    0.000 |\nLZO1Z-999    | devpts               93    1        92 98.9    0.000    0.000 |\nLZO1Z-999    | rcS                1313    1       901 68.6    0.000    0.000 |\nLZO1Z-999    | useradd             115    1       120  104    0.000    0.000 |\nLZO1Z-999    | 00_core            1637    1       886 54.1    0.000    0.000 |\nLZO1Z-999    | 01_bootlogd          36    1        36  100    0.000    0.000 |\nLZO1Z-999    | 99_sshd              75    1        58 77.3    0.000    0.000 |\nLZO1Z-999    | ethertypes         1936    1      1299 67.1    0.000    0.000 |\nLZO1Z-999    | fstab               650    1       351 54.0    0.000    0.000 |\nLZO1Z-999    | group               518    1       387 74.7    0.000    0.000 |\nLZO1Z-999    | gshadow             432    1       269 62.3    0.000    0.000 |\nLZO1Z-999    | host.conf            26    1        30  115    0.000    0.000 |\nLZO1Z-999    | hostname             11    1        15  136    0.000    0.000 |\nLZO1Z-999    | hosts               235    1       181 77.0    0.000    0.000 |\nLZO1Z-999    | banner.sh           537    1       327 60.9    0.000    0.000 |\nLZO1Z-999    | bootlogd           1997    1      1077 53.9    0.000    0.000 |\nLZO1Z-999    | bootmisc.sh        2062    1      1260 61.1    0.000    0.000 |\nLZO1Z-999    | checkroot.sh       3640    1      2025 55.6    0.000    0.000 |\nLZO1Z-999    | devpts.sh           571    1       404 70.8    0.000    0.000 |\nLZO1Z-999    | dmesg.sh            397    1       277 69.8    0.000    0.000 |\nLZO1Z-999    | functions          2362    1      1270 53.8    0.000    0.000 |\nLZO1Z-999    | halt                555    1       427 76.9    0.000    0.000 |\nLZO1Z-999    | hostname.sh         625    1       449 71.8    0.000    0.000 |\nLZO1Z-999    | hwclock.sh         2541    1      1145 45.1    0.000    0.000 |\nLZO1Z-999    | modutils.sh        1362    1       790 58.0    0.000    0.000 |\nLZO1Z-999    | mountall.sh        1218    1       853 70.0    0.000    0.000 |\nLZO1Z-999    | mountnfs.sh        1634    1       864 52.9    0.000    0.000 |\nLZO1Z-999    | networking         1956    1       917 46.9    0.000    0.000 |\nLZO1Z-999    | populate-volatile.sh     7846    1      3053 38.9    0.000    0.000 |\nLZO1Z-999    | rc                 4407    1      2223 50.4    0.000    0.000 |\nLZO1Z-999    | rcS                 525    1       427 81.3    0.000    0.000 |\nLZO1Z-999    | read-only-rootfs-hook.sh     1319    1       832 63.1    0.000    0.000 |\nLZO1Z-999    | reboot              334    1       259 77.5    0.000    0.000 |\nLZO1Z-999    | rmnologin.sh        630    1       398 63.2    0.000    0.000 |\nLZO1Z-999    | save-rtc.sh         474    1       353 74.5    0.000    0.000 |\nLZO1Z-999    | sendsigs            483    1       333 68.9    0.000    0.000 |\nLZO1Z-999    | single              623    1       445 71.4    0.000    0.000 |\nLZO1Z-999    | sshd               2029    1       910 44.8    0.000    0.000 |\nLZO1Z-999    | sysfs.sh           1091    1       512 46.9    0.000    0.000 |\nLZO1Z-999    | syslog             2104    1      1043 49.6    0.000    0.000 |\nLZO1Z-999    | udev               3749    1      1809 48.3    0.000    0.000 |\nLZO1Z-999    | umountfs            585    1       429 73.3    0.000    0.000 |\nLZO1Z-999    | umountnfs.sh        756    1       533 70.5    0.000    0.000 |\nLZO1Z-999    | urandom            1518    1       880 58.0    0.000    0.000 |\nLZO1Z-999    | inittab            1186    1       742 62.6    0.000    0.000 |\nLZO1Z-999    | issue                49    1        53  108    0.000    0.000 |\nLZO1Z-999    | issue.net            46    1        50  109    0.000    0.000 |\nLZO1Z-999    | ld.so.cache        1621    1       598 36.9    0.000    0.000 |\nLZO1Z-999    | ld.so.conf           33    1        34  103    0.000    0.000 |\nLZO1Z-999    | limits              827    1       579 70.0    0.000    0.000 |\nLZO1Z-999    | login.access       1999    1      1097 54.9    0.000    0.000 |\nLZO1Z-999    | login.defs        13498    1      6174 45.7   11.135    0.000 |\nLZO1Z-999    | logrotate-dmesg.conf      121    1       113 93.4    0.000    0.000 |\nLZO1Z-999    | motd                197    1       177 89.8    0.000    0.000 |\nLZO1Z-999    | nfsroot             809    1       486 60.1    0.000    0.000 |\nLZO1Z-999    | interfaces          129    1       117 90.7    0.000    0.000 |\nLZO1Z-999    | nm-disabled-eth0        0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | nsswitch.conf       487    1       318 65.3    0.000    0.000 |\nLZO1Z-999    | passwd              846    1       434 51.3    0.000    0.000 |\nLZO1Z-999    | profile            1943    1      1228 63.2    0.000    0.000 |\nLZO1Z-999    | protocols          3144    1      1942 61.8    0.000    0.000 |\nLZO1Z-999    | rpc                 911    1       612 67.2    0.000    0.000 |\nLZO1Z-999    | securetty          1854    1       914 49.3    0.000    0.000 |\nLZO1Z-999    | services          12990    1      6519 50.2   13.670    0.000 |\nLZO1Z-999    | shadow              512    1       164 32.0    0.000    0.000 |\nLZO1Z-999    | shells               42    1        41 97.6    0.000    0.000 |\nLZO1Z-999    | .bashrc             410    1       311 75.9    0.000    0.000 |\nLZO1Z-999    | .profile            241    1       220 91.3    0.000    0.000 |\nLZO1Z-999    | moduli           592446    3     23064  3.9  127.154    0.000 |\nLZO1Z-999    | ssh_config         1569    1       976 62.2    0.000    0.000 |\nLZO1Z-999    | ssh_host_ecdsa_key      505    1       446 88.3    0.000    0.000 |\nLZO1Z-999    | ssh_host_ecdsa_key.pub      177    1       170 96.0    0.000    0.000 |\nLZO1Z-999    | sshd_config        3127    1      1722 55.1    0.000    0.000 |\nLZO1Z-999    | sshd_config_readonly     3131    1      1725 55.1    0.000    0.000 |\nLZO1Z-999    | openssl.cnf       12411    1      5313 42.8    0.000    0.000 |\nLZO1Z-999    | subgid                0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | subuid                0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | syslog-startup.conf      651    1       512 78.6    0.000    0.000 |\nLZO1Z-999    | syslog.conf          69    1        71  103    0.000    0.000 |\nLZO1Z-999    | alacritty          3749    1      2036 54.3    0.000    0.000 |\nLZO1Z-999    | ansi               1481    1       638 43.1    0.000    0.000 |\nLZO1Z-999    | dumb                308    1        69 22.4    0.000    0.000 |\nLZO1Z-999    | linux              1740    1       893 51.3    0.000    0.000 |\nLZO1Z-999    | rxvt               2234    1      1289 57.7    0.000    0.000 |\nLZO1Z-999    | screen             1607    1       812 50.5    0.000    0.000 |\nLZO1Z-999    | screen-256color     1715    1       859 50.1    0.000    0.000 |\nLZO1Z-999    | sun                1004    1       424 42.2    0.000    0.000 |\nLZO1Z-999    | vt100              1282    1       683 53.3    0.000    0.000 |\nLZO1Z-999    | vt102              1276    1       683 53.5    0.000    0.000 |\nLZO1Z-999    | vt200              1391    1       796 57.2    0.000    0.000 |\nLZO1Z-999    | vt220              1391    1       796 57.2    0.000    0.000 |\nLZO1Z-999    | vt52                839    1       314 37.4    0.000    0.000 |\nLZO1Z-999    | xterm-256color     4041    1      2278 56.4    0.000    0.000 |\nLZO1Z-999    | xterm-color        1551    1       676 43.6    0.000    0.000 |\nLZO1Z-999    | xterm-xfree86      2240    1      1140 50.9    0.000    0.000 |\nLZO1Z-999    | timestamp            15    1        19  127    0.000    0.000 |\nLZO1Z-999    | 80-net-name-slot.rules        0    1         3  0.0    0.000    0.000 |\nLZO1Z-999    | local.rules         885    1       605 68.4    0.000    0.000 |\nLZO1Z-999    | udev.conf           215    1       188 87.4    0.000    0.000 |\nLZO1Z-999    | 50default          2652    1      1024 38.6    0.000    0.000 |\nLZO1Z-999    | version              15    1        19  127    0.000    0.000 |\nLZO1Z-999    | volatile.cache     4839    1      1038 21.5    0.000    0.000 |\nLZO1Z-999    | xattr.conf          681    1       395 58.0    0.000    0.000 |\n[clock=2]      ***AVG***          7191  1.0      1020 62.9   17.562    0.000\nLZO1Z-999      ***TOTALS***     755155  107    107143 14.2   17.562    0.000\nDone.\nAlign init: 0x7fd0fe88e010 ( 0x7fd0fe88e010 )\nAlignment test passed.\nPASS: align\nChecksum test passed.\nPASS: chksum\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\ncompressed 131072 bytes into 593 bytes\ndecompressed 593 bytes back into 131072 bytes\nSimple compression test passed.\nPASS: simple\n\nLZO real-time data compression library (v2.10, Mar 01 2017).\nCopyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\ncompressed 131072 bytes into 593 bytes\ndecompressed 593 bytes back into 131072 bytes\n\nminiLZO simple compression test passed.\nPASS: testmini\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5470190048217773,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-m4_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-m4",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.002161264419555664,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.213200330734253,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0336756706237793,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 32.29174280166626,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002012491226196289,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-accept": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-access": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-alignasof": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-alloca-opt": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-arpa_inet-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-array_list": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-array_oset": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-assert": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-asyncsafe-spin1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-asyncsafe-spin2": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-avltree_oset": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-binary-io.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-bind": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-bitrotate": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-bool": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-btoc32-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-btoc32-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-btoc32-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-btowc-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-btowc-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-btowc-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c-ctype": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c-stack.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c-stack2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c-strcasecmp.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c-strcasestr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c-strncasecmp.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isalnum.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isalpha.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isblank.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32iscntrl.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isdigit.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isgraph.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32islower.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isprint.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32ispunct.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isspace.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isupper.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32isxdigit.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32rtomb-w32-2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb-w32-3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb-w32-4.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb-w32-5.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb-w32-6.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb-w32-7.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb-w32-8.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-c32rtomb.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32tolower.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-c32width": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-calloc-gnu": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-calloc-posix": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-canonicalize": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-canonicalize-lgpl": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-chdir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-cloexec": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-close": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-closein.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-connect": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-creat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_alnum": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_alpha": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_blank": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_cntrl": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_digit": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_graph": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_lower": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_print": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_punct": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_space": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_upper": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ctype_xdigit": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dirent-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dirfd": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dirname": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dup": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dup-safer": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dup2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-dynarray": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-environ": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-errno-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-error.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-execute-script": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-execute.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fchdir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fclose": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fcntl": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fcntl-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fdopen": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fdopendir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fflush": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fflush2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fgetc": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-filenamecat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-float-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fopen": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fopen-gnu": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fopen-safer": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fpending.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fpurge": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fputc": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fread": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-freadahead.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-freading": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-free": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-freopen": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-frexp-nolibm": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-frexpl-nolibm": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseek.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseek2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseeko.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseeko2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseeko3.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseeko4.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fseterr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fstat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fstatat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftell.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftell2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftell3": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftello.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftello2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftello3": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftello4.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ftruncate.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-funclib-quote.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-fwrite": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-getcwd-lgpl": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-getcwd.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-getdtablesize": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-getopt-gnu": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-getprogname": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-getrandom": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-gettext-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-gettimeofday": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-hard-locale": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-hash": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iconv": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iconv-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ignore-value": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-inet_pton": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-init.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-intprops": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-inttostr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-inttypes-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-ioctl": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-isblank": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-isnand-nolibm": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-isnanf-nolibm": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-isnanl-nolibm": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iswblank": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iswctype": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iswdigit.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iswpunct.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-iswxdigit.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-langinfo-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-largefile": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-limits-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-link": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-linked_list": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-linkedhash_list": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-listen": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-locale-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-localeconv": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-localeconv-mt": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-localename": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-lseek.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-lstat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-malloc-gnu": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-malloc-posix": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-malloca": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-math-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtoc32-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtoc32-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtoc32-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtoc32-4.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-5.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-4.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-5.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-6.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-7.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtoc32-w32-8.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtowc-2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtowc-3.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbrtowc-4.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-5.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-4.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-5.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-6.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-7.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbrtowc-w32-8.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-mbsinit.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbslen.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbsnlen.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbsstr1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbsstr2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mbsstr3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-memchr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-memchr2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-memrchr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-memset_explicit": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-mkdir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-nanosleep": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-netinet_in-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-next-prime": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-nl_langinfo-mt": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-nl_langinfo1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-nl_langinfo2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-once1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-once2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-open": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-openat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-option-parser.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pathmax": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-perror.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-perror2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pipe": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pipe2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-chdir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-dup2-stdin": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-dup2-stdout": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-inherit0": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-inherit1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-open1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-open2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn-script": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn_file_actions_addchdir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn_file_actions_addclose": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn_file_actions_adddup2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawn_file_actions_addopen": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-posix_spawnp-script": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-printf-frexp": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-printf-frexpl": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pselect": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pthread": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pthread-cond": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-pthread-mutex": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-pthread-mutex-type": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pthread-once1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pthread-once2": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-pthread-rwlock": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-pthread-thread": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pthread_sigmask1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-pthread_sigmask2": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-putenv": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-quotearg-simple": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-raise": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-random": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-random-mt": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-random_r": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-rawmemchr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-read-file": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-readlink": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-realloc-posix": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-reallocarray": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-regex": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-rename": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-rmdir": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sched-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-scratch-buffer": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-select": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-select-in.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-select-out.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-setenv": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-setlocale-w32": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-setlocale1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-setlocale2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-setlocale_null": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-setlocale_null-mt-all": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-setlocale_null-mt-one": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-setlocale_null-unlocked": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-setsockopt": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigaction": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-signal-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-signbit": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigpipe.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigprocmask": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigsegv-catch-segv1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigsegv-catch-segv2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigsegv-catch-stackoverflow1": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sigsegv-catch-stackoverflow2": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sleep": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-snprintf": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sockets": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-spawn-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-spawn-pipe-script": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-spawn-pipe.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stat": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stat-time": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stdckdint-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stddef-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stdint-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stdio-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-stdlib-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-str_endswith": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-str_startswith": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strchrnul": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strerror": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strerror_r": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-striconv": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-string-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strnlen": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strsignal": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strstr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strtod": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-strtod1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-symlink": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_ioctl-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_random-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_select-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_socket-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_stat-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_time-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_types-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_uio-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-sys_wait-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-thread_create": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-thread_self": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-time": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-time-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-trim1.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-trim2.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-trim3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-u8-mbtoucr": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-u8-uctomb": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-uc_tolower": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-uc_width": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-uchar-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-unistd-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-unsetenv": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-update-copyright.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-vasnprintf": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-vasprintf": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-vasprintf-posix": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-vc-list-files-cvs.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-vc-list-files-git.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-verify": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-verify.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-verror.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-version-etc.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-wchar-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-wcrtomb-w32-2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb-w32-3.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb-w32-4.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb-w32-5.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb-w32-6.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb-w32-7.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb-w32-8.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-wcrtomb.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-wctype": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-wctype-h": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-wcwidth": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-windows-mutex-type": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-windows-recmutex-type": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-windows-timedmutex-type": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-windows-timedrecmutex-type": {
    "status": "SKIPPED"
   },
   "ptestresult.m4.test-write": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-xalloc-die.sh": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-xmemdup0": {
    "status": "PASSED"
   },
   "ptestresult.m4.test-xvasprintf": {
    "status": "PASSED"
   },
   "ptestresult.m4.uniwidth/test-uc_width2.sh": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/m4/ptest\nPASS: test-accept\nPASS: test-access\nPASS: test-alignasof\nPASS: test-alloca-opt\nPASS: test-arpa_inet-h\nPASS: test-array_list\nPASS: test-array_oset\nPASS: test-assert\nPASS: test-asyncsafe-spin1\nSkipping test: multithreading not enabled\nSKIP: test-asyncsafe-spin2\nPASS: test-avltree_oset\nPASS: test-binary-io.sh\nPASS: test-bind\nPASS: test-bitrotate\nPASS: test-bool\nPASS: test-btoc32-1.sh\nPASS: test-btoc32-2.sh\nPASS: test-btoc32-3.sh\nPASS: test-btowc-1.sh\nPASS: test-btowc-2.sh\nPASS: test-btowc-3.sh\nPASS: test-c-ctype\nPASS: test-c-stack.sh\nPASS: test-c-stack2.sh\nPASS: test-c-strcasecmp.sh\nPASS: test-c-strcasestr\nPASS: test-c-strncasecmp.sh\nPASS: test-c32isalnum.sh\nPASS: test-c32isalpha.sh\nPASS: test-c32isblank.sh\nPASS: test-c32iscntrl.sh\nPASS: test-c32isdigit.sh\nPASS: test-c32isgraph.sh\nPASS: test-c32islower.sh\nPASS: test-c32isprint.sh\nPASS: test-c32ispunct.sh\nPASS: test-c32isspace.sh\nPASS: test-c32isupper.sh\nPASS: test-c32isxdigit.sh\nPASS: test-c32rtomb.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-8.sh\n+ LC_ALL=C\n+ ./test-c32tolower 0\n+ LC_ALL=POSIX\n+ ./test-c32tolower 0\n+ : fr_FR.iso88591\n+ test fr_FR.iso88591 '!=' none\n+ LC_ALL=fr_FR.iso88591\n+ ./test-c32tolower 1\n+ : none\n+ test none '!=' none\n+ : none\n+ : fr_FR.utf8\n+ test none '!=' none\n+ test fr_FR.utf8 '!=' none\n+ test fr_FR.utf8 '!=' none\n+ testlocale=fr_FR.utf8\n+ LC_ALL=fr_FR.utf8\n+ ./test-c32tolower 3\n+ : none\n+ test none '!=' none\n+ exit 0\nPASS: test-c32tolower.sh\nPASS: test-c32width\nPASS: test-calloc-gnu\nPASS: test-calloc-posix\nPASS: test-canonicalize-lgpl\nPASS: test-canonicalize\nPASS: test-chdir\nPASS: test-cloexec\nPASS: test-close\nPASS: test-closein.sh\nPASS: test-connect\nPASS: test-creat\nPASS: test-ctype-h\nPASS: test-dirent-h\nPASS: test-dirfd\nPASS: test-dirname\nPASS: test-dup\nPASS: test-dup2\nPASS: test-environ\nEAGAIN == EWOULDBLOCK == 11\nENOTSUP == EOPNOTSUPP == 95\nPASS: test-errno-h\nPASS: test-error.sh\ntest-execute-main: test-execute-child subprocess failed: No such file or directory\nPASS: test-execute.sh\ntest-execute-script: executable-script subprocess failed: Exec format error\ntest-execute-script: executable-script.sh subprocess failed: Exec format error\nPASS: test-execute-script\nPASS: test-fchdir\nPASS: test-fclose\nPASS: test-fcntl-h\nPASS: test-fcntl\nPASS: test-fdopen\nPASS: test-fdopendir\nPASS: test-fflush\nPASS: test-fflush2.sh\nPASS: test-fgetc\nPASS: test-filenamecat\nPASS: test-float-h\nPASS: test-fopen-gnu\nPASS: test-fopen-safer\nPASS: test-fopen\nPASS: test-fpending.sh\nPASS: test-fpurge\nPASS: test-fputc\nPASS: test-fread\nPASS: test-freadahead.sh\nPASS: test-freading\nPASS: test-free\nPASS: test-freopen\nPASS: test-frexp-nolibm\nPASS: test-frexpl-nolibm\nPASS: test-fseek.sh\nPASS: test-fseek2.sh\nPASS: test-fseeko.sh\nPASS: test-fseeko2.sh\nPASS: test-fseeko3.sh\nPASS: test-fseeko4.sh\nPASS: test-fseterr\nPASS: test-fstat\nPASS: test-fstatat\nPASS: test-ftell.sh\nPASS: test-ftell2.sh\nPASS: test-ftell3\nPASS: test-ftello.sh\nPASS: test-ftello2.sh\nPASS: test-ftello3\nPASS: test-ftello4.sh\nPASS: test-ftruncate.sh\n== running in '/bin/ash' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in '/bin/bash' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in '/bin/busybox sh' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in '/bin/busybox ash' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in 'default shell' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\nPASS: test-funclib-quote.sh\nPASS: test-fwrite\nPASS: test-getcwd-lgpl\nPASS: test-getcwd.sh\nPASS: test-getdtablesize\nPASS: test-getopt-gnu\nPASS: test-getprogname\nPASS: test-getrandom\nPASS: test-gettext-h\nPASS: test-gettimeofday\nPASS: test-dynarray\nPASS: test-scratch-buffer\nPASS: test-hard-locale\nPASS: test-hash\nPASS: test-iconv-h\nPASS: test-iconv\nPASS: test-ignore-value\nPASS: test-inet_pton\nPASS: test-intprops\nPASS: test-inttostr\nPASS: test-inttypes-h\nPASS: test-ioctl\nPASS: test-isblank\nPASS: test-isnand-nolibm\nPASS: test-isnanf-nolibm\nPASS: test-isnanl-nolibm\nPASS: test-iswblank\nPASS: test-iswctype\nPASS: test-iswdigit.sh\nPASS: test-iswpunct.sh\nPASS: test-iswxdigit.sh\nPASS: test-langinfo-h\nPASS: test-largefile\nPASS: test-limits-h\nPASS: test-link\nPASS: test-linked_list\nPASS: test-linkedhash_list\nPASS: test-listen\nPASS: test-locale-h\nPASS: test-localeconv\nSkipping test: multithreading not enabled\nSKIP: test-localeconv-mt\nPASS: test-localename\nPASS: test-lseek.sh\nPASS: test-lstat\nPASS: test-malloc-gnu\nPASS: test-malloc-posix\nPASS: test-malloca\nPASS: test-math-h\nPASS: test-mbrtoc32-1.sh\nPASS: test-mbrtoc32-2.sh\nPASS: test-mbrtoc32-3.sh\nSkipping test: no traditional japanese locale is supported\nSKIP: test-mbrtoc32-4.sh\nSkipping test: no transitional chinese locale is supported\nSKIP: test-mbrtoc32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-8.sh\nPASS: test-mbrtowc-1.sh\nPASS: test-mbrtowc-2.sh\nPASS: test-mbrtowc-3.sh\nSkipping test: no traditional japanese locale is supported\nSKIP: test-mbrtowc-4.sh\nSkipping test: no transitional chinese locale is supported\nSKIP: test-mbrtowc-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-8.sh\nPASS: test-mbsinit.sh\nPASS: test-mbslen.sh\nPASS: test-mbsnlen.sh\nPASS: test-mbsstr1\nPASS: test-mbsstr2.sh\nSkipping test: no chinese GB18030 locale is supported\nSKIP: test-mbsstr3.sh\nPASS: test-memchr\nPASS: test-memchr2\nPASS: test-memrchr\ntest_heap: address range is still mapped after free().\ntest_stack: count = 0\nPASS: test-memset_explicit\nPASS: test-mkdir\nPASS: test-nanosleep\nPASS: test-netinet_in-h\nPASS: test-next-prime\nPASS: test-nl_langinfo1.sh\nPASS: test-nl_langinfo2.sh\nSkipping test: multithreading not enabled\nSKIP: test-nl_langinfo-mt\nPASS: test-once1\nPASS: test-once2\nPASS: test-open\nPASS: test-openat\n== running in '/bin/ash' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in '/bin/bash' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in '/bin/busybox sh' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in '/bin/busybox ash' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in 'default shell' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\nPASS: test-option-parser.sh\nPASS: test-pathmax\nPASS: test-perror.sh\nPASS: test-perror2\nPASS: test-pipe\nPASS: test-pipe2\nPASS: test-posix_spawn-open1\nPASS: test-posix_spawn-open2\nPASS: test-posix_spawn-inherit0\nPASS: test-posix_spawn-inherit1\nPASS: test-posix_spawn-script\nPASS: test-posix_spawn_file_actions_addchdir\nPASS: test-posix_spawn-chdir\nPASS: test-posix_spawn_file_actions_addclose\nPASS: test-posix_spawn_file_actions_adddup2\nPASS: test-posix_spawn_file_actions_addopen\nPASS: test-posix_spawn-dup2-stdout\nPASS: test-posix_spawn-dup2-stdin\nPASS: test-posix_spawnp-script\nPASS: test-printf-frexp\nPASS: test-printf-frexpl\nInvalid nfd test... passed\nInvalid fd test... passed\nUnconnected socket test... passed\nConnected sockets test... passed\nGeneral socket test with fork... passed\nPipe test... passed\nPASS: test-pselect\nSkipping test: multithreading not enabled\nSKIP: test-pthread-cond\nPASS: test-pthread\nSkipping test: multithreading not enabled\nSKIP: test-pthread-mutex\nPTHREAD_MUTEX_NORMAL     -> type = NORMAL\nPTHREAD_MUTEX_ERRORCHECK -> type = NORMAL\nPTHREAD_MUTEX_RECURSIVE  -> type = RECURSIVE\nPTHREAD_MUTEX_DEFAULT    -> type = NORMAL\nDefault                  -> type = NORMAL\nPASS: test-pthread-mutex-type\nPASS: test-pthread-once1\nSkipping test: multithreading not enabled\nSKIP: test-pthread-once2\nSkipping test: multithreading not enabled\nSKIP: test-pthread-rwlock\nPASS: test-pthread-thread\nPASS: test-pthread_sigmask1\nSkipping test: POSIX threads not enabled\nSKIP: test-pthread_sigmask2\nPASS: test-putenv\nPASS: test-quotearg-simple\nPASS: test-raise\nPASS: test-random\nSkipping test: multithreading not enabled\nSKIP: test-random-mt\nPASS: test-random_r\nPASS: test-rawmemchr\nPASS: test-read-file\nPASS: test-readlink\nPASS: test-realloc-posix\nPASS: test-reallocarray\nPASS: test-regex\nPASS: test-rename\nPASS: test-rmdir\nPASS: test-sched-h\nInvalid nfd test... passed\nInvalid fd test... passed\nUnconnected socket test... passed\nConnected sockets test... passed\nGeneral socket test with fork... passed\nPipe test... passed\nPASS: test-select\nPASS: test-select-in.sh\nPASS: test-select-out.sh\nPASS: test-setenv\nPASS: test-setlocale_null\nSkipping test: multithreading not enabled\nSKIP: test-setlocale_null-mt-one\nSkipping test: multithreading not enabled\nSKIP: test-setlocale_null-mt-all\nPASS: test-setlocale_null-unlocked\nPASS: test-setlocale1.sh\nPASS: test-setlocale2.sh\nSkipping test: not a native Windows system\nSKIP: test-setlocale-w32\nPASS: test-setsockopt\nPASS: test-sigaction\nPASS: test-signal-h\nPASS: test-signbit\nPASS: test-sigpipe.sh\nPASS: test-sigprocmask\nTest passed.\nPASS: test-sigsegv-catch-segv1\nDoing SIGSEGV pass 1.\nFault 1 caught.\nDoing SIGSEGV pass 2.\nFault 2 caught.\nTest passed.\nPASS: test-sigsegv-catch-segv2\nStarting recursion pass 1.\nStack overflow 1 caught.\nStarting recursion pass 2.\nStack overflow 2 caught.\nTest passed.\nPASS: test-sigsegv-catch-stackoverflow1\nStarting recursion pass 1.\nStack overflow 1 caught.\nStarting recursion pass 2.\nStack overflow 2 caught.\nSegmentation violation correctly detected.\nSegmentation violation correctly detected.\nTest passed.\nPASS: test-sigsegv-catch-stackoverflow2\nPASS: test-sleep\nPASS: test-snprintf\nPASS: test-sockets\nPASS: test-spawn-h\nPASS: test-spawn-pipe.sh\ntest-spawn-pipe-script: executable-script subprocess failed: Exec format error\ntest-spawn-pipe-script: executable-script.sh subprocess failed: Exec format error\nPASS: test-spawn-pipe-script\nPASS: test-stat\nPASS: test-stat-time\nPASS: test-stdckdint-h\nPASS: test-stddef-h\nPASS: test-stdint-h\nPASS: test-stdio-h\nPASS: test-stdlib-h\nPASS: test-str_endswith\nPASS: test-str_startswith\nPASS: test-strchrnul\nPASS: test-strerror\nPASS: test-strerror_r\nPASS: test-striconv\nPASS: test-string-h\nPASS: test-strnlen\nPASS: test-strsignal\nPASS: test-strstr\nPASS: test-strtod\nPASS: test-strtod1.sh\nPASS: test-symlink\nPASS: test-sys_ioctl-h\nPASS: test-sys_random-h\nPASS: test-sys_select-h\nPASS: test-sys_socket-h\nPASS: test-sys_stat-h\nPASS: test-sys_time-h\nPASS: test-sys_types-h\nPASS: test-sys_uio-h\nPASS: test-sys_wait-h\nPASS: test-init.sh\nPASS: test-thread_self\nSkipping test: multithreading not enabled\nSKIP: test-thread_create\nPASS: test-time-h\nPASS: test-time\nPASS: test-trim1.sh\nPASS: test-trim2.sh\nSkipping test: no transitional chinese locale is supported\nSKIP: test-trim3.sh\nPASS: test-uchar-h\nPASS: test-uc_tolower\nPASS: test-ctype_alnum\nPASS: test-ctype_alpha\nPASS: test-ctype_blank\nPASS: test-ctype_cntrl\nPASS: test-ctype_digit\nPASS: test-ctype_graph\nPASS: test-ctype_lower\nPASS: test-ctype_print\nPASS: test-ctype_punct\nPASS: test-ctype_space\nPASS: test-ctype_upper\nPASS: test-ctype_xdigit\nPASS: test-unistd-h\nPASS: test-dup-safer\nPASS: test-u8-mbtoucr\nPASS: test-u8-uctomb\nPASS: test-uc_width\nPASS: uniwidth/test-uc_width2.sh\nPASS: test-unsetenv\n./test-update-copyright.sh: skipping this test;\nyour system has insufficient support for Perl\nSKIP: test-update-copyright.sh\nPASS: test-vasnprintf\nPASS: test-vasprintf-posix\nPASS: test-vasprintf\ntest-vc-list-files-git.sh: skipped test: git not found in PATH\nSKIP: test-vc-list-files-git.sh\ntest-vc-list-files-cvs.sh: skipped test: cvs not found in PATH\nSKIP: test-vc-list-files-cvs.sh\nPASS: test-verify\ntest-verify.sh: skipped test: cannot compile error-free\nSKIP: test-verify.sh\nPASS: test-verror.sh\nPASS: test-version-etc.sh\nPASS: test-wchar-h\nPASS: test-wcrtomb.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-8.sh\nPASS: test-wctype-h\nPASS: test-wctype\nPASS: test-wcwidth\nSkipping test: not a native Windows system\nSKIP: test-windows-mutex-type\nSkipping test: not a native Windows system\nSKIP: test-windows-recmutex-type\nSkipping test: not a native Windows system\nSKIP: test-windows-timedmutex-type\nSkipping test: not a native Windows system\nSKIP: test-windows-timedrecmutex-type\nPASS: test-write\nPASS: test-xalloc-die.sh\nPASS: test-xmemdup0\nPASS: test-xvasprintf\n=======================\nAll 311 tests passed\n(55 tests were not run)\n=======================\nDURATION: 32\nEND: /usr/lib/m4/ptest\n2025-06-16T11:40\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "m4": {
     "duration": "32",
     "log": "START: ptest-runner\n2025-06-16T11:39\nPASS: test-accept\nPASS: test-access\nPASS: test-alignasof\nPASS: test-alloca-opt\nPASS: test-arpa_inet-h\nPASS: test-array_list\nPASS: test-array_oset\nPASS: test-assert\nPASS: test-asyncsafe-spin1\nSkipping test: multithreading not enabled\nSKIP: test-asyncsafe-spin2\nPASS: test-avltree_oset\nPASS: test-binary-io.sh\nPASS: test-bind\nPASS: test-bitrotate\nPASS: test-bool\nPASS: test-btoc32-1.sh\nPASS: test-btoc32-2.sh\nPASS: test-btoc32-3.sh\nPASS: test-btowc-1.sh\nPASS: test-btowc-2.sh\nPASS: test-btowc-3.sh\nPASS: test-c-ctype\nPASS: test-c-stack.sh\nPASS: test-c-stack2.sh\nPASS: test-c-strcasecmp.sh\nPASS: test-c-strcasestr\nPASS: test-c-strncasecmp.sh\nPASS: test-c32isalnum.sh\nPASS: test-c32isalpha.sh\nPASS: test-c32isblank.sh\nPASS: test-c32iscntrl.sh\nPASS: test-c32isdigit.sh\nPASS: test-c32isgraph.sh\nPASS: test-c32islower.sh\nPASS: test-c32isprint.sh\nPASS: test-c32ispunct.sh\nPASS: test-c32isspace.sh\nPASS: test-c32isupper.sh\nPASS: test-c32isxdigit.sh\nPASS: test-c32rtomb.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-c32rtomb-w32-8.sh\n+ LC_ALL=C\n+ ./test-c32tolower 0\n+ LC_ALL=POSIX\n+ ./test-c32tolower 0\n+ : fr_FR.iso88591\n+ test fr_FR.iso88591 '!=' none\n+ LC_ALL=fr_FR.iso88591\n+ ./test-c32tolower 1\n+ : none\n+ test none '!=' none\n+ : none\n+ : fr_FR.utf8\n+ test none '!=' none\n+ test fr_FR.utf8 '!=' none\n+ test fr_FR.utf8 '!=' none\n+ testlocale=fr_FR.utf8\n+ LC_ALL=fr_FR.utf8\n+ ./test-c32tolower 3\n+ : none\n+ test none '!=' none\n+ exit 0\nPASS: test-c32tolower.sh\nPASS: test-c32width\nPASS: test-calloc-gnu\nPASS: test-calloc-posix\nPASS: test-canonicalize-lgpl\nPASS: test-canonicalize\nPASS: test-chdir\nPASS: test-cloexec\nPASS: test-close\nPASS: test-closein.sh\nPASS: test-connect\nPASS: test-creat\nPASS: test-ctype-h\nPASS: test-dirent-h\nPASS: test-dirfd\nPASS: test-dirname\nPASS: test-dup\nPASS: test-dup2\nPASS: test-environ\nEAGAIN == EWOULDBLOCK == 11\nENOTSUP == EOPNOTSUPP == 95\nPASS: test-errno-h\nPASS: test-error.sh\ntest-execute-main: test-execute-child subprocess failed: No such file or directory\nPASS: test-execute.sh\ntest-execute-script: executable-script subprocess failed: Exec format error\ntest-execute-script: executable-script.sh subprocess failed: Exec format error\nPASS: test-execute-script\nPASS: test-fchdir\nPASS: test-fclose\nPASS: test-fcntl-h\nPASS: test-fcntl\nPASS: test-fdopen\nPASS: test-fdopendir\nPASS: test-fflush\nPASS: test-fflush2.sh\nPASS: test-fgetc\nPASS: test-filenamecat\nPASS: test-float-h\nPASS: test-fopen-gnu\nPASS: test-fopen-safer\nPASS: test-fopen\nPASS: test-fpending.sh\nPASS: test-fpurge\nPASS: test-fputc\nPASS: test-fread\nPASS: test-freadahead.sh\nPASS: test-freading\nPASS: test-free\nPASS: test-freopen\nPASS: test-frexp-nolibm\nPASS: test-frexpl-nolibm\nPASS: test-fseek.sh\nPASS: test-fseek2.sh\nPASS: test-fseeko.sh\nPASS: test-fseeko2.sh\nPASS: test-fseeko3.sh\nPASS: test-fseeko4.sh\nPASS: test-fseterr\nPASS: test-fstat\nPASS: test-fstatat\nPASS: test-ftell.sh\nPASS: test-ftell2.sh\nPASS: test-ftell3\nPASS: test-ftello.sh\nPASS: test-ftello2.sh\nPASS: test-ftello3\nPASS: test-ftello4.sh\nPASS: test-ftruncate.sh\n== running in '/bin/ash' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in '/bin/bash' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in '/bin/busybox sh' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in '/bin/busybox ash' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\n== running in 'default shell' ==\n~> func_quote eval: basic: a b c\n~> func_quote eval: spaces: space space tab\ttab\n~> func_quote eval: empty_arg:   \n~> func_quote eval: globs: * .* [a-zA-Z0-9_] ? ~\n~> func_quote eval: variables: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote eval: exclamation-mark: $! !$ !\n~> func_quote eval: tilde: \"~\"\n~> func_quote eval: single-quotes: 'a' '$bbb'\n~> func_quote eval: shell-vars: $1 $@ $* ending$\n~> func_quote eval: complicated-cmd: grep b > /noperm < /noperm\n~> func_quote_arg eval: basic: a\n~> func_quote_arg eval: single-quotes: '''\n~> func_quote_arg eval: double-quotes: \"\"\"\n~> func_quote_arg eval: tilde: ~\n~> func_quote_arg eval: ampersand: &\n~> func_quote_arg eval: pipe: |\n~> func_quote_arg eval: questionmark: fltest?\n~> func_quote_arg eval: glob-bracket: fltest[A-Z]\n~> func_quote_arg eval: space: space space\n~> func_quote_arg eval: tab: tab\ttab\n~> func_quote_arg eval: `command`: `false command`\n~> func_quote_arg eval: $(command): $(false command)\n~> func_quote_arg eval: semicolon: ; false\n~> func_quote_arg eval: vars: $aaa ${bbb} \"${ccc} $ddd\"\n~> func_quote_arg eval: if-then-else: if false; then false; else false; fi\n~> func_quote_arg eval: file-redirect: echo a > /no-perm 2> /no-perm\n~> func_quote_arg eval: case-stmt: case $empty in \"\") false;; a) broken ;; esac\n~> func_quote_arg eval: comment: unexistent #\n~> func_quote_arg eval: func: func () { } # syntax error\n~> func_quote expand: basic: a b c $aaa d\n~> func_quote expand: double-quotes: \" \" \" \"$bbb\"\n~> func_quote expand: spaces:   \t ${ccc}\n~> func_quote expand: non-existent: $empty ${empty}\n~> func_quote expand: non-existent-2: \"$empty\" \"${empty}\"\n~> func_quote expand: `command`: `$aaa $empty${bbb}`\nPASS: test-funclib-quote.sh\nPASS: test-fwrite\nPASS: test-getcwd-lgpl\nPASS: test-getcwd.sh\nPASS: test-getdtablesize\nPASS: test-getopt-gnu\nPASS: test-getprogname\nPASS: test-getrandom\nPASS: test-gettext-h\nPASS: test-gettimeofday\nPASS: test-dynarray\nPASS: test-scratch-buffer\nPASS: test-hard-locale\nPASS: test-hash\nPASS: test-iconv-h\nPASS: test-iconv\nPASS: test-ignore-value\nPASS: test-inet_pton\nPASS: test-intprops\nPASS: test-inttostr\nPASS: test-inttypes-h\nPASS: test-ioctl\nPASS: test-isblank\nPASS: test-isnand-nolibm\nPASS: test-isnanf-nolibm\nPASS: test-isnanl-nolibm\nPASS: test-iswblank\nPASS: test-iswctype\nPASS: test-iswdigit.sh\nPASS: test-iswpunct.sh\nPASS: test-iswxdigit.sh\nPASS: test-langinfo-h\nPASS: test-largefile\nPASS: test-limits-h\nPASS: test-link\nPASS: test-linked_list\nPASS: test-linkedhash_list\nPASS: test-listen\nPASS: test-locale-h\nPASS: test-localeconv\nSkipping test: multithreading not enabled\nSKIP: test-localeconv-mt\nPASS: test-localename\nPASS: test-lseek.sh\nPASS: test-lstat\nPASS: test-malloc-gnu\nPASS: test-malloc-posix\nPASS: test-malloca\nPASS: test-math-h\nPASS: test-mbrtoc32-1.sh\nPASS: test-mbrtoc32-2.sh\nPASS: test-mbrtoc32-3.sh\nSkipping test: no traditional japanese locale is supported\nSKIP: test-mbrtoc32-4.sh\nSkipping test: no transitional chinese locale is supported\nSKIP: test-mbrtoc32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtoc32-w32-8.sh\nPASS: test-mbrtowc-1.sh\nPASS: test-mbrtowc-2.sh\nPASS: test-mbrtowc-3.sh\nSkipping test: no traditional japanese locale is supported\nSKIP: test-mbrtowc-4.sh\nSkipping test: no transitional chinese locale is supported\nSKIP: test-mbrtowc-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-mbrtowc-w32-8.sh\nPASS: test-mbsinit.sh\nPASS: test-mbslen.sh\nPASS: test-mbsnlen.sh\nPASS: test-mbsstr1\nPASS: test-mbsstr2.sh\nSkipping test: no chinese GB18030 locale is supported\nSKIP: test-mbsstr3.sh\nPASS: test-memchr\nPASS: test-memchr2\nPASS: test-memrchr\ntest_heap: address range is still mapped after free().\ntest_stack: count = 0\nPASS: test-memset_explicit\nPASS: test-mkdir\nPASS: test-nanosleep\nPASS: test-netinet_in-h\nPASS: test-next-prime\nPASS: test-nl_langinfo1.sh\nPASS: test-nl_langinfo2.sh\nSkipping test: multithreading not enabled\nSKIP: test-nl_langinfo-mt\nPASS: test-once1\nPASS: test-once2\nPASS: test-open\nPASS: test-openat\n== running in '/bin/ash' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in '/bin/bash' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in '/bin/busybox sh' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in '/bin/busybox ash' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\n== running in 'default shell' ==\n[[ output check ]] args: --help\n[[ output check ]] args: --debug --help\n[[ output check ]] args: --test jej --help\n[[ output check ]] args: --debug --test jej --help\n[[ output check ]] args: --test=jej --help\n[[ output check ]] args: --debug --test=jej --help\n[[ output check ]] args: --test= --help\n[[ output check ]] args: --debug --test= --help\n[[ output check ]] args: --test=\n[[ output check ]] args: --debug --test=\n[[ output check ]] args: -t \"\"\n[[ output check ]] args: --debug -t \"\"\n[[ output check ]] args: --test \"\"\n[[ output check ]] args: --debug --test \"\"\n[[ output check ]] args: --test=false\n[[ output check ]] args: --debug --test=false\n[[ output check ]] args: -tfalse\n[[ output check ]] args: --debug -tfalse\n[[ output check ]] args: -t false\n[[ output check ]] args: --debug -t false\n[[ output check ]] args: \n[[ output check ]] args: --debug\n[[ output check ]] args: a\n[[ output check ]] args: --debug a\n[[ output check ]] args: a b c\n[[ output check ]] args: --debug a b c\n[[ output check ]] args: a b c d\n[[ output check ]] args: --debug a b c d\n[[ output check ]] args: short\n[[ output check ]] args: --debug short\n[[ output check ]] args: shortcut\n[[ output check ]] args: --debug shortcut\n[[ output check ]] args: short --help\n[[ output check ]] args: --debug short --help\n[[ output check ]] args: eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug eval \"echo eval ; exit 4\"\n[[ output check ]] args: validate_out eval \"echo eval ; exit 4\"\n[[ output check ]] args: --debug validate_out eval \"echo eval ; exit 4\"\n[[ retval check ]] args: --test\n[[ retval check ]] args: --not-existent\n[[ retval check ]] args: short --not-existent\n[[ grep for 'test-version' ]] args: --version\n[[ grep for 'test-version' ]] args: --version --whatever\n[[ grep for 'test-version' ]] args: --debug --version\nPASS: test-option-parser.sh\nPASS: test-pathmax\nPASS: test-perror.sh\nPASS: test-perror2\nPASS: test-pipe\nPASS: test-pipe2\nPASS: test-posix_spawn-open1\nPASS: test-posix_spawn-open2\nPASS: test-posix_spawn-inherit0\nPASS: test-posix_spawn-inherit1\nPASS: test-posix_spawn-script\nPASS: test-posix_spawn_file_actions_addchdir\nPASS: test-posix_spawn-chdir\nPASS: test-posix_spawn_file_actions_addclose\nPASS: test-posix_spawn_file_actions_adddup2\nPASS: test-posix_spawn_file_actions_addopen\nPASS: test-posix_spawn-dup2-stdout\nPASS: test-posix_spawn-dup2-stdin\nPASS: test-posix_spawnp-script\nPASS: test-printf-frexp\nPASS: test-printf-frexpl\nInvalid nfd test... passed\nInvalid fd test... passed\nUnconnected socket test... passed\nConnected sockets test... passed\nGeneral socket test with fork... passed\nPipe test... passed\nPASS: test-pselect\nSkipping test: multithreading not enabled\nSKIP: test-pthread-cond\nPASS: test-pthread\nSkipping test: multithreading not enabled\nSKIP: test-pthread-mutex\nPTHREAD_MUTEX_NORMAL     -> type = NORMAL\nPTHREAD_MUTEX_ERRORCHECK -> type = NORMAL\nPTHREAD_MUTEX_RECURSIVE  -> type = RECURSIVE\nPTHREAD_MUTEX_DEFAULT    -> type = NORMAL\nDefault                  -> type = NORMAL\nPASS: test-pthread-mutex-type\nPASS: test-pthread-once1\nSkipping test: multithreading not enabled\nSKIP: test-pthread-once2\nSkipping test: multithreading not enabled\nSKIP: test-pthread-rwlock\nPASS: test-pthread-thread\nPASS: test-pthread_sigmask1\nSkipping test: POSIX threads not enabled\nSKIP: test-pthread_sigmask2\nPASS: test-putenv\nPASS: test-quotearg-simple\nPASS: test-raise\nPASS: test-random\nSkipping test: multithreading not enabled\nSKIP: test-random-mt\nPASS: test-random_r\nPASS: test-rawmemchr\nPASS: test-read-file\nPASS: test-readlink\nPASS: test-realloc-posix\nPASS: test-reallocarray\nPASS: test-regex\nPASS: test-rename\nPASS: test-rmdir\nPASS: test-sched-h\nInvalid nfd test... passed\nInvalid fd test... passed\nUnconnected socket test... passed\nConnected sockets test... passed\nGeneral socket test with fork... passed\nPipe test... passed\nPASS: test-select\nPASS: test-select-in.sh\nPASS: test-select-out.sh\nPASS: test-setenv\nPASS: test-setlocale_null\nSkipping test: multithreading not enabled\nSKIP: test-setlocale_null-mt-one\nSkipping test: multithreading not enabled\nSKIP: test-setlocale_null-mt-all\nPASS: test-setlocale_null-unlocked\nPASS: test-setlocale1.sh\nPASS: test-setlocale2.sh\nSkipping test: not a native Windows system\nSKIP: test-setlocale-w32\nPASS: test-setsockopt\nPASS: test-sigaction\nPASS: test-signal-h\nPASS: test-signbit\nPASS: test-sigpipe.sh\nPASS: test-sigprocmask\nTest passed.\nPASS: test-sigsegv-catch-segv1\nDoing SIGSEGV pass 1.\nFault 1 caught.\nDoing SIGSEGV pass 2.\nFault 2 caught.\nTest passed.\nPASS: test-sigsegv-catch-segv2\nStarting recursion pass 1.\nStack overflow 1 caught.\nStarting recursion pass 2.\nStack overflow 2 caught.\nTest passed.\nPASS: test-sigsegv-catch-stackoverflow1\nStarting recursion pass 1.\nStack overflow 1 caught.\nStarting recursion pass 2.\nStack overflow 2 caught.\nSegmentation violation correctly detected.\nSegmentation violation correctly detected.\nTest passed.\nPASS: test-sigsegv-catch-stackoverflow2\nPASS: test-sleep\nPASS: test-snprintf\nPASS: test-sockets\nPASS: test-spawn-h\nPASS: test-spawn-pipe.sh\ntest-spawn-pipe-script: executable-script subprocess failed: Exec format error\ntest-spawn-pipe-script: executable-script.sh subprocess failed: Exec format error\nPASS: test-spawn-pipe-script\nPASS: test-stat\nPASS: test-stat-time\nPASS: test-stdckdint-h\nPASS: test-stddef-h\nPASS: test-stdint-h\nPASS: test-stdio-h\nPASS: test-stdlib-h\nPASS: test-str_endswith\nPASS: test-str_startswith\nPASS: test-strchrnul\nPASS: test-strerror\nPASS: test-strerror_r\nPASS: test-striconv\nPASS: test-string-h\nPASS: test-strnlen\nPASS: test-strsignal\nPASS: test-strstr\nPASS: test-strtod\nPASS: test-strtod1.sh\nPASS: test-symlink\nPASS: test-sys_ioctl-h\nPASS: test-sys_random-h\nPASS: test-sys_select-h\nPASS: test-sys_socket-h\nPASS: test-sys_stat-h\nPASS: test-sys_time-h\nPASS: test-sys_types-h\nPASS: test-sys_uio-h\nPASS: test-sys_wait-h\nPASS: test-init.sh\nPASS: test-thread_self\nSkipping test: multithreading not enabled\nSKIP: test-thread_create\nPASS: test-time-h\nPASS: test-time\nPASS: test-trim1.sh\nPASS: test-trim2.sh\nSkipping test: no transitional chinese locale is supported\nSKIP: test-trim3.sh\nPASS: test-uchar-h\nPASS: test-uc_tolower\nPASS: test-ctype_alnum\nPASS: test-ctype_alpha\nPASS: test-ctype_blank\nPASS: test-ctype_cntrl\nPASS: test-ctype_digit\nPASS: test-ctype_graph\nPASS: test-ctype_lower\nPASS: test-ctype_print\nPASS: test-ctype_punct\nPASS: test-ctype_space\nPASS: test-ctype_upper\nPASS: test-ctype_xdigit\nPASS: test-unistd-h\nPASS: test-dup-safer\nPASS: test-u8-mbtoucr\nPASS: test-u8-uctomb\nPASS: test-uc_width\nPASS: uniwidth/test-uc_width2.sh\nPASS: test-unsetenv\n./test-update-copyright.sh: skipping this test;\nyour system has insufficient support for Perl\nSKIP: test-update-copyright.sh\nPASS: test-vasnprintf\nPASS: test-vasprintf-posix\nPASS: test-vasprintf\ntest-vc-list-files-git.sh: skipped test: git not found in PATH\nSKIP: test-vc-list-files-git.sh\ntest-vc-list-files-cvs.sh: skipped test: cvs not found in PATH\nSKIP: test-vc-list-files-cvs.sh\nPASS: test-verify\ntest-verify.sh: skipped test: cannot compile error-free\nSKIP: test-verify.sh\nPASS: test-verror.sh\nPASS: test-version-etc.sh\nPASS: test-wchar-h\nPASS: test-wcrtomb.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-2.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-3.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-4.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-5.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-6.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-7.sh\nSkipping test: not a native Windows system\nSKIP: test-wcrtomb-w32-8.sh\nPASS: test-wctype-h\nPASS: test-wctype\nPASS: test-wcwidth\nSkipping test: not a native Windows system\nSKIP: test-windows-mutex-type\nSkipping test: not a native Windows system\nSKIP: test-windows-recmutex-type\nSkipping test: not a native Windows system\nSKIP: test-windows-timedmutex-type\nSkipping test: not a native Windows system\nSKIP: test-windows-timedrecmutex-type\nPASS: test-write\nPASS: test-xalloc-die.sh\nPASS: test-xmemdup0\nPASS: test-xvasprintf\n=======================\nAll 311 tests passed\n(55 tests were not run)\n=======================\nDURATION: 32\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5200779438018799,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-nettle_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-nettle",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0021970272064208984,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.205683946609497,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03406333923339844,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 3.8192877769470215,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.001268148422241211,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.nettle.aes-keywrap-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.aes-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.arcfour-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.arctwo-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.balloon-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.base16-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.base64-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.bcrypt-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.bignum-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.blowfish-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.buffer-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.camellia-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.cast128-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.cbc-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ccm-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.cfb-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.chacha-poly1305-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.chacha-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.cmac-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.cnd-memcpy-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ctr-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.curve25519-dh-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.curve448-dh-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.cxx-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.des-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.des3-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.dlopen-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.drbg-ctr-aes256-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.dsa-keygen-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.dsa-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.eax-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-add-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-dup-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-mod-arith-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-mod-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-modinv-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-mul-a-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-mul-g-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-redc-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecc-sqrt-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecdh-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecdsa-keygen-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecdsa-sign-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ecdsa-verify-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ed25519-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ed448-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.eddsa-compress-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.eddsa-sign-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.eddsa-verify-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.gcm-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.gostdsa-keygen-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.gostdsa-sign-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.gostdsa-verify-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.gostdsa-vko-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.gosthash94-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.hkdf-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.hmac-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.knuth-lfib-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.md2-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.md4-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.md5-compat-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.md5-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.memeql-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.memxor-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.meta-aead-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.meta-armor-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.meta-cipher-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.meta-hash-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.meta-mac-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ocb-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.pbkdf2-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.pkcs1-sec-decrypt-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.pkcs1-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.poly1305-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.pss-mgf1-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.pss-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.random-prime-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.ripemd160-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-compute-root-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-encrypt-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-keygen-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-oaep-encrypt-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-pss-sign-tr-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-sec-decrypt-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-sign-tr-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.rsa2sexp-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.salsa20-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sc-cnd-memcpy-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-curve25519-dh-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-curve448-dh-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-ecdsa-sign-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-ed25519-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-ed448-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-gcm-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-memeql-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-pkcs1-sec-decrypt-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-rsa-oaep-encrypt-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sc-rsa-sec-decrypt-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.serpent-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sexp-format-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sexp-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sexp2rsa-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha1-huge-test__long_run_time_": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.sha1-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha224-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha256-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha3-224-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha3-256-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha3-384-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha3-512-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha3-permute-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha384-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha512-224-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha512-256-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sha512-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.shake128-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.shake256-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.siv-cmac-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.siv-gcm-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sm3-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.sm4-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.streebog-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.symbols-test__needs_static_libraries_": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.twofish-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.umac-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.version-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.x86-ibt-test": {
    "status": "SKIPPED"
   },
   "ptestresult.nettle.xts-test": {
    "status": "PASSED"
   },
   "ptestresult.nettle.yarrow-test": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/nettle/ptest\nPASS: aes-keywrap-test\nPASS: aes-test\nPASS: arcfour-test\nPASS: arctwo-test\nPASS: balloon-test\nPASS: base16-test\nPASS: base64-test\nPASS: bcrypt-test\nPASS: bignum-test\nPASS: blowfish-test\nPASS: buffer-test\nPASS: camellia-test\nPASS: cast128-test\nPASS: cbc-test\nPASS: ccm-test\nPASS: cfb-test\nPASS: chacha-poly1305-test\nPASS: chacha-test\nPASS: cmac-test\nPASS: cnd-memcpy-test\nPASS: ctr-test\nPASS: curve25519-dh-test\nPASS: curve448-dh-test\nPASS: cxx-test\nPASS: des-test\nPASS: des3-test\nPASS: dlopen-test\nPASS: drbg-ctr-aes256-test\nPASS: dsa-keygen-test\nPASS: dsa-test\nPASS: eax-test\nPASS: ecc-add-test\nPASS: ecc-dup-test\nPASS: ecc-mod-arith-test\nPASS: ecc-mod-test\nPASS: ecc-modinv-test\nPASS: ecc-mul-a-test\nPASS: ecc-mul-g-test\nPASS: ecc-redc-test\nPASS: ecc-sqrt-test\nPASS: ecdh-test\nPASS: ecdsa-keygen-test\nPASS: ecdsa-sign-test\nPASS: ecdsa-verify-test\nPASS: ed25519-test\nPASS: ed448-test\nPASS: eddsa-compress-test\nPASS: eddsa-sign-test\nPASS: eddsa-verify-test\nPASS: gcm-test\nPASS: gostdsa-keygen-test\nPASS: gostdsa-sign-test\nPASS: gostdsa-verify-test\nPASS: gostdsa-vko-test\nPASS: gosthash94-test\nPASS: hkdf-test\nPASS: hmac-test\nPASS: knuth-lfib-test\nPASS: md2-test\nPASS: md4-test\nPASS: md5-compat-test\nPASS: md5-test\nPASS: memeql-test\nPASS: memxor-test\nPASS: meta-aead-test\nPASS: meta-armor-test\nPASS: meta-cipher-test\nPASS: meta-hash-test\nPASS: meta-mac-test\nPASS: ocb-test\nPASS: pbkdf2-test\nPASS: pkcs1-sec-decrypt-test\nPASS: pkcs1-test\nPASS: poly1305-test\nPASS: pss-mgf1-test\nPASS: pss-test\nPASS: random-prime-test\nPASS: ripemd160-test\nPASS: rsa-compute-root-test\nPASS: rsa-encrypt-test\nPASS: rsa-keygen-test\nPASS: rsa-oaep-encrypt-test\nPASS: rsa-pss-sign-tr-test\nPASS: rsa-sec-decrypt-test\nPASS: rsa-sign-tr-test\nPASS: rsa-test\nPASS: rsa2sexp-test\nPASS: salsa20-test\nSKIP: sc-cnd-memcpy-test\nSKIP: sc-curve25519-dh-test\nSKIP: sc-curve448-dh-test\nSKIP: sc-ecdsa-sign-test\nSKIP: sc-ed25519-test\nSKIP: sc-ed448-test\nSKIP: sc-gcm-test\nSKIP: sc-memeql-test\nSKIP: sc-pkcs1-sec-decrypt-test\nSKIP: sc-rsa-oaep-encrypt-test\nSKIP: sc-rsa-sec-decrypt-test\nPASS: serpent-test\nPASS: sexp-format-test\nPASS: sexp-test\nPASS: sexp2rsa-test\nSKIP: sha1-huge-test (long run time)\nPASS: sha1-test\nPASS: sha224-test\nPASS: sha256-test\nPASS: sha3-224-test\nPASS: sha3-256-test\nPASS: sha3-384-test\nPASS: sha3-512-test\nPASS: sha3-permute-test\nPASS: sha384-test\nPASS: sha512-224-test\nPASS: sha512-256-test\nPASS: sha512-test\nPASS: shake128-test\nPASS: shake256-test\nPASS: siv-cmac-test\nPASS: siv-gcm-test\nPASS: sm3-test\nPASS: sm4-test\nPASS: streebog-test\nSKIP: symbols-test (needs static libraries)\nPASS: twofish-test\nPASS: umac-test\nPASS: version-test\nSKIP: x86-ibt-test\nPASS: xts-test\nPASS: yarrow-test\nAll 116 tests passed\nDURATION: 3\nEND: /usr/lib/nettle/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "nettle": {
     "duration": "3",
     "log": "START: ptest-runner\n2025-06-16T11:39\nPASS: aes-keywrap-test\nPASS: aes-test\nPASS: arcfour-test\nPASS: arctwo-test\nPASS: balloon-test\nPASS: base16-test\nPASS: base64-test\nPASS: bcrypt-test\nPASS: bignum-test\nPASS: blowfish-test\nPASS: buffer-test\nPASS: camellia-test\nPASS: cast128-test\nPASS: cbc-test\nPASS: ccm-test\nPASS: cfb-test\nPASS: chacha-poly1305-test\nPASS: chacha-test\nPASS: cmac-test\nPASS: cnd-memcpy-test\nPASS: ctr-test\nPASS: curve25519-dh-test\nPASS: curve448-dh-test\nPASS: cxx-test\nPASS: des-test\nPASS: des3-test\nPASS: dlopen-test\nPASS: drbg-ctr-aes256-test\nPASS: dsa-keygen-test\nPASS: dsa-test\nPASS: eax-test\nPASS: ecc-add-test\nPASS: ecc-dup-test\nPASS: ecc-mod-arith-test\nPASS: ecc-mod-test\nPASS: ecc-modinv-test\nPASS: ecc-mul-a-test\nPASS: ecc-mul-g-test\nPASS: ecc-redc-test\nPASS: ecc-sqrt-test\nPASS: ecdh-test\nPASS: ecdsa-keygen-test\nPASS: ecdsa-sign-test\nPASS: ecdsa-verify-test\nPASS: ed25519-test\nPASS: ed448-test\nPASS: eddsa-compress-test\nPASS: eddsa-sign-test\nPASS: eddsa-verify-test\nPASS: gcm-test\nPASS: gostdsa-keygen-test\nPASS: gostdsa-sign-test\nPASS: gostdsa-verify-test\nPASS: gostdsa-vko-test\nPASS: gosthash94-test\nPASS: hkdf-test\nPASS: hmac-test\nPASS: knuth-lfib-test\nPASS: md2-test\nPASS: md4-test\nPASS: md5-compat-test\nPASS: md5-test\nPASS: memeql-test\nPASS: memxor-test\nPASS: meta-aead-test\nPASS: meta-armor-test\nPASS: meta-cipher-test\nPASS: meta-hash-test\nPASS: meta-mac-test\nPASS: ocb-test\nPASS: pbkdf2-test\nPASS: pkcs1-sec-decrypt-test\nPASS: pkcs1-test\nPASS: poly1305-test\nPASS: pss-mgf1-test\nPASS: pss-test\nPASS: random-prime-test\nPASS: ripemd160-test\nPASS: rsa-compute-root-test\nPASS: rsa-encrypt-test\nPASS: rsa-keygen-test\nPASS: rsa-oaep-encrypt-test\nPASS: rsa-pss-sign-tr-test\nPASS: rsa-sec-decrypt-test\nPASS: rsa-sign-tr-test\nPASS: rsa-test\nPASS: rsa2sexp-test\nPASS: salsa20-test\nSKIP: sc-cnd-memcpy-test\nSKIP: sc-curve25519-dh-test\nSKIP: sc-curve448-dh-test\nSKIP: sc-ecdsa-sign-test\nSKIP: sc-ed25519-test\nSKIP: sc-ed448-test\nSKIP: sc-gcm-test\nSKIP: sc-memeql-test\nSKIP: sc-pkcs1-sec-decrypt-test\nSKIP: sc-rsa-oaep-encrypt-test\nSKIP: sc-rsa-sec-decrypt-test\nPASS: serpent-test\nPASS: sexp-format-test\nPASS: sexp-test\nPASS: sexp2rsa-test\nSKIP: sha1-huge-test (long run time)\nPASS: sha1-test\nPASS: sha224-test\nPASS: sha256-test\nPASS: sha3-224-test\nPASS: sha3-256-test\nPASS: sha3-384-test\nPASS: sha3-512-test\nPASS: sha3-permute-test\nPASS: sha384-test\nPASS: sha512-224-test\nPASS: sha512-256-test\nPASS: sha512-test\nPASS: shake128-test\nPASS: shake256-test\nPASS: siv-cmac-test\nPASS: siv-gcm-test\nPASS: sm3-test\nPASS: sm4-test\nPASS: streebog-test\nSKIP: symbols-test (needs static libraries)\nPASS: twofish-test\nPASS: umac-test\nPASS: version-test\nSKIP: x86-ibt-test\nPASS: xts-test\nPASS: yarrow-test\nAll 116 tests passed\nDURATION: 3\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5205075740814209,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-openssh_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-openssh",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015082359313964844,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.137669563293457,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028158903121948242,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 714.2842442989349,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0019865036010742188,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.openssh.AllowUsers/DenyUsers": {
    "status": "PASSED"
   },
   "ptestresult.openssh.Comment_extraction_from_private_key": {
    "status": "PASSED"
   },
   "ptestresult.openssh.address_match": {
    "status": "PASSED"
   },
   "ptestresult.openssh.agent-ptrace": {
    "status": "SKIPPED"
   },
   "ptestresult.openssh.agent_restrictions": {
    "status": "PASSED"
   },
   "ptestresult.openssh.agent_subprocess": {
    "status": "PASSED"
   },
   "ptestresult.openssh.agent_timeout_test": {
    "status": "PASSED"
   },
   "ptestresult.openssh.authinfo": {
    "status": "PASSED"
   },
   "ptestresult.openssh.authorized_keys_from_command": {
    "status": "PASSED"
   },
   "ptestresult.openssh.authorized_principals_command": {
    "status": "PASSED"
   },
   "ptestresult.openssh.banner": {
    "status": "PASSED"
   },
   "ptestresult.openssh.basic_sftp_put/get": {
    "status": "PASSED"
   },
   "ptestresult.openssh.broken_keys": {
    "status": "PASSED"
   },
   "ptestresult.openssh.broken_pipe_test": {
    "status": "PASSED"
   },
   "ptestresult.openssh.certified_host_keys": {
    "status": "PASSED"
   },
   "ptestresult.openssh.certified_user_keys": {
    "status": "PASSED"
   },
   "ptestresult.openssh.change_passphrase_for_key": {
    "status": "PASSED"
   },
   "ptestresult.openssh.channel_timeout": {
    "status": "PASSED"
   },
   "ptestresult.openssh.config_include": {
    "status": "PASSED"
   },
   "ptestresult.openssh.connect_after_login_grace_timeout": {
    "status": "PASSED"
   },
   "ptestresult.openssh.connection_multiplexing": {
    "status": "PASSED"
   },
   "ptestresult.openssh.convert_keys": {
    "status": "PASSED"
   },
   "ptestresult.openssh.dhgex": {
    "status": "PASSED"
   },
   "ptestresult.openssh.dynamic_forwarding": {
    "status": "PASSED"
   },
   "ptestresult.openssh.environment_passing": {
    "status": "PASSED"
   },
   "ptestresult.openssh.exit_status_on_signal": {
    "status": "PASSED"
   },
   "ptestresult.openssh.expand_%h_and_%n": {
    "status": "PASSED"
   },
   "ptestresult.openssh.forced_command": {
    "status": "PASSED"
   },
   "ptestresult.openssh.hostkey_agent": {
    "status": "PASSED"
   },
   "ptestresult.openssh.hostkey_rotate": {
    "status": "PASSED"
   },
   "ptestresult.openssh.integrity": {
    "status": "PASSED"
   },
   "ptestresult.openssh.key_options": {
    "status": "PASSED"
   },
   "ptestresult.openssh.key_revocation_lists": {
    "status": "PASSED"
   },
   "ptestresult.openssh.keygen-sshfp": {
    "status": "PASSED"
   },
   "ptestresult.openssh.keygen_moduli": {
    "status": "PASSED"
   },
   "ptestresult.openssh.keyscan": {
    "status": "PASSED"
   },
   "ptestresult.openssh.known_hosts": {
    "status": "PASSED"
   },
   "ptestresult.openssh.known_hosts_command": {
    "status": "PASSED"
   },
   "ptestresult.openssh.local_and_remote_forwarding": {
    "status": "PASSED"
   },
   "ptestresult.openssh.localcommand": {
    "status": "PASSED"
   },
   "ptestresult.openssh.login_with_different_key_exchange_algorithms": {
    "status": "PASSED"
   },
   "ptestresult.openssh.login_with_different_key_types": {
    "status": "PASSED"
   },
   "ptestresult.openssh.multiple_pubkey": {
    "status": "PASSED"
   },
   "ptestresult.openssh.penalties": {
    "status": "PASSED"
   },
   "ptestresult.openssh.percent_expansions": {
    "status": "PASSED"
   },
   "ptestresult.openssh.port_number_parsing": {
    "status": "PASSED"
   },
   "ptestresult.openssh.protocol_version_mismatch": {
    "status": "PASSED"
   },
   "ptestresult.openssh.proxy_connect": {
    "status": "PASSED"
   },
   "ptestresult.openssh.proxy_connect_with_privsep": {
    "status": "PASSED"
   },
   "ptestresult.openssh.reexec_tests": {
    "status": "PASSED"
   },
   "ptestresult.openssh.rekey": {
    "status": "PASSED"
   },
   "ptestresult.openssh.remote_exit_status": {
    "status": "PASSED"
   },
   "ptestresult.openssh.restrict_pubkey_type": {
    "status": "PASSED"
   },
   "ptestresult.openssh.scp": {
    "status": "PASSED"
   },
   "ptestresult.openssh.scp-uri": {
    "status": "PASSED"
   },
   "ptestresult.openssh.scp3": {
    "status": "PASSED"
   },
   "ptestresult.openssh.server_config_include": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp-uri": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_batchfile": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_commands": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_glob": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_in_chroot": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_invalid_commands": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_permissions": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sftp_resume": {
    "status": "PASSED"
   },
   "ptestresult.openssh.simple_agent_test": {
    "status": "PASSED"
   },
   "ptestresult.openssh.simple_connect": {
    "status": "PASSED"
   },
   "ptestresult.openssh.simple_connect_after_reconfigure": {
    "status": "PASSED"
   },
   "ptestresult.openssh.ssh-keygen_known_hosts": {
    "status": "PASSED"
   },
   "ptestresult.openssh.ssh_config_parse": {
    "status": "PASSED"
   },
   "ptestresult.openssh.ssh_with_certificates": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshd_config_match": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshd_config_match_subsystem": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshd_config_matchlisten": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshd_config_parse": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshd_control_of_local_and_remote_forwarding": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshd_version_with_different_protocol_combinations": {
    "status": "PASSED"
   },
   "ptestresult.openssh.sshsig": {
    "status": "PASSED"
   },
   "ptestresult.openssh.stderr_data_after_eof": {
    "status": "PASSED"
   },
   "ptestresult.openssh.stderr_data_transfer": {
    "status": "PASSED"
   },
   "ptestresult.openssh.transfer_data": {
    "status": "PASSED"
   },
   "ptestresult.openssh.try_ciphers": {
    "status": "PASSED"
   },
   "ptestresult.openssh.unused_connection_timeout": {
    "status": "PASSED"
   },
   "ptestresult.openssh.uri_connect": {
    "status": "PASSED"
   },
   "ptestresult.openssh.yes_pipe_head": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/openssh/ptest\ntest \"x\" = \"x\" || mkdir -p /valgrind-out\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv ; \\\n\ttr '\\n' '\\r' </usr/lib/openssh/ptest/regress/rsa_ssh2.prv > /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv ; \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv ; \\\n\tawk '{print $0 \"\\r\"}' /usr/lib/openssh/ptest/regress/rsa_ssh2.prv > /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv ; \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2.prv\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv\n+ tr '\\n' '\\r'\n+ ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv\n+ awk '{print $0 \"\\r\"}' /usr/lib/openssh/ptest/regress/rsa_ssh2.prv\n+ ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tcat /usr/lib/openssh/ptest/regress/rsa_openssh.prv > /t2.out ; \\\n\tchmod 600 /t2.out ; \\\n\tssh-keygen -yf /t2.out | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ cat /usr/lib/openssh/ptest/regress/rsa_openssh.prv\n+ chmod 600 /t2.out\n+ ssh-keygen -yf /t2.out\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -ef /usr/lib/openssh/ptest/regress/rsa_openssh.pub >/t3.out ; \\\n\tssh-keygen -if /t3.out | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ ssh-keygen -ef /usr/lib/openssh/ptest/regress/rsa_openssh.pub\n+ ssh-keygen -if /t3.out\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -E md5 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\\\n\t\tawk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t4.ok ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ ssh-keygen -E md5 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub\n+ awk '{print $2}'\n+ diff - /usr/lib/openssh/ptest/regress/t4.ok\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -Bf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\\\n\t\tawk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t5.ok ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ awk '{print $2}'\n+ diff - /usr/lib/openssh/ptest/regress/t5.ok\n+ ssh-keygen -Bf /usr/lib/openssh/ptest/regress/rsa_openssh.pub\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/dsa_ssh2.prv > /t6.out1 ; \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/dsa_ssh2.pub > /t6.out2 ; \\\n\tchmod 600 /t6.out1 ; \\\n\tssh-keygen -yf /t6.out1 | diff - /t6.out2 ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -q -t rsa -N '' -f /t7.out ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -lf /t7.out > /dev/null ; \\\n\tssh-keygen -Bf /t7.out > /dev/null ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -q -t dsa -N '' -f /t8.out ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -lf /t8.out > /dev/null ; \\\n\tssh-keygen -Bf /t8.out > /dev/null ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\n! ssh -Q key-plain | grep ecdsa >/dev/null || \\\nssh-keygen -q -t ecdsa -N '' -f /t9.out\n! ssh -Q key-plain | grep ecdsa >/dev/null || \\\nssh-keygen -lf /t9.out > /dev/null\n! ssh -Q key-plain | grep ecdsa >/dev/null || \\\nssh-keygen -Bf /t9.out > /dev/null\nssh-keygen -q -t ed25519 -N '' -f /t10.out\nssh-keygen -lf /t10.out > /dev/null\nssh-keygen -Bf /t10.out > /dev/null\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -E sha256 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\\\n\t\tawk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t11.ok ; \\\nfi\n+ grep -q ^ssh-dss\n+ ssh -Q key\nssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f /t12.out\nssh-keygen -lf /t12.out.pub | grep test-comment-1234 >/dev/null\nrun test connect.sh ...\nrun test proxy-connect.sh ...\nPASS: simple connect\nplain username comp=no\nplain username comp=yes\nusername with style\nPASS: proxy connect\nrun test sshfp-connect.sh ...\nSKIPPED: TEST_SSH_SSHFP_DOMAIN not set.\nrun test connect-privsep.sh ...\nPASS: proxy connect with privsep\nrun test connect-uri.sh ...\nuri connect: no trailing slash\nuri connect: trailing slash\nuri connect: with path name\nPASS: uri connect\nrun test proto-version.sh ...\nPASS: sshd version with different protocol combinations\nrun test proto-mismatch.sh ...\nPASS: protocol version mismatch\nrun test exit-status.sh ...\ntest remote exit status: status 0\ntest remote exit status: status 1\ntest remote exit status: status 4\ntest remote exit status: status 5\ntest remote exit status: status 44\nPASS: remote exit status\nrun test exit-status-signal.sh ...\nPASS: exit status on signal\nrun test envpass.sh ...\ntest environment passing: pass env, don't accept\ntest environment passing: setenv, don't accept\ntest environment passing: don't pass env, accept\ntest environment passing: pass single env, accept single env\ntest environment passing: pass multiple env, accept multiple env\ntest environment passing: setenv, accept\ntest environment passing: setenv, first match wins\ntest environment passing: server setenv wins\ntest environment passing: server setenv wins\nPASS: environment passing\nrun test transfer.sh ...\nPASS: transfer data\nrun test banner.sh ...\ntest banner: missing banner file\ntest banner: size 0\ntest banner: size 10\ntest banner: size 100\ntest banner: size 1000\ntest banner: size 10000\ntest banner: size 100000\ntest banner: suppress banner (-q)\nPASS: banner\nrun test rekey.sh ...\nclient rekey KexAlgorithms=diffie-hellman-group1-sha1\nclient rekey KexAlgorithms=diffie-hellman-group14-sha1\nclient rekey KexAlgorithms=diffie-hellman-group14-sha256\nclient rekey KexAlgorithms=diffie-hellman-group16-sha512\nclient rekey KexAlgorithms=diffie-hellman-group18-sha512\nclient rekey KexAlgorithms=diffie-hellman-group-exchange-sha1\nclient rekey KexAlgorithms=diffie-hellman-group-exchange-sha256\nclient rekey KexAlgorithms=ecdh-sha2-nistp256\nclient rekey KexAlgorithms=ecdh-sha2-nistp384\nclient rekey KexAlgorithms=ecdh-sha2-nistp521\nclient rekey KexAlgorithms=curve25519-sha256\nclient rekey KexAlgorithms=sntrup761x25519-sha512\nclient rekey KexAlgorithms=sntrup761x25519-sha512@openssh.com\nclient rekey KexAlgorithms=mlkem768x25519-sha256\nclient rekey Ciphers=3des-cbc\nclient rekey Ciphers=aes128-cbc\nclient rekey Ciphers=aes192-cbc\nclient rekey Ciphers=aes256-cbc\nclient rekey Ciphers=aes128-ctr\nclient rekey Ciphers=aes192-ctr\nclient rekey Ciphers=aes256-ctr\nclient rekey Ciphers=aes128-gcm@openssh.com\nclient rekey Ciphers=aes256-gcm@openssh.com\nclient rekey Ciphers=chacha20-poly1305@openssh.com\nclient rekey MACs=hmac-sha1\nclient rekey MACs=hmac-sha1-96\nclient rekey MACs=hmac-sha2-256\nclient rekey MACs=hmac-sha2-512\nclient rekey MACs=hmac-md5\nclient rekey MACs=hmac-md5-96\nclient rekey MACs=umac-64@openssh.com\nclient rekey MACs=umac-128@openssh.com\nclient rekey MACs=hmac-sha1-etm@openssh.com\nclient rekey MACs=hmac-sha1-96-etm@openssh.com\nclient rekey MACs=hmac-sha2-256-etm@openssh.com\nclient rekey MACs=hmac-sha2-512-etm@openssh.com\nclient rekey MACs=hmac-md5-etm@openssh.com\nclient rekey MACs=hmac-md5-96-etm@openssh.com\nclient rekey MACs=umac-64-etm@openssh.com\nclient rekey MACs=umac-128-etm@openssh.com\nclient rekeylimit 16\nclient rekeylimit 1k\nclient rekeylimit 128k\nclient rekeylimit 256k\nclient rekeylimit default 5\nclient rekeylimit default 10\nclient rekeylimit default 5 no data\nclient rekeylimit default 10 no data\nserver rekeylimit 16\nserver rekeylimit 1k\nserver rekeylimit 128k\nserver rekeylimit 256k\nserver rekeylimit default 5 no data\nserver rekeylimit default 10 no data\nrekeylimit parsing: bytes\nrekeylimit parsing: time\nPASS: rekey\nrun test dhgex.sh ...\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 3des-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 3des-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-ctr\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-ctr\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-gcm@openssh.com\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-gcm@openssh.com\ndhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-cbc\ndhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-cbc\ndhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-ctr\ndhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-ctr\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-cbc\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-cbc\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-ctr\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-ctr\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-gcm@openssh.com\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-gcm@openssh.com\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 chacha20-poly1305@openssh.com\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 chacha20-poly1305@openssh.com\nPASS: dhgex\nrun test stderr-data.sh ...\ntest stderr data transfer: ()\ntest stderr data transfer: (-n)\nPASS: stderr data transfer\nrun test stderr-after-eof.sh ...\nPASS: stderr data after eof\nrun test broken-pipe.sh ...\nPASS: broken pipe test\nrun test try-ciphers.sh ...\ntest try ciphers: cipher 3des-cbc mac hmac-sha1\ntest try ciphers: cipher 3des-cbc mac hmac-sha1-96\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-256\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-512\ntest try ciphers: cipher 3des-cbc mac hmac-md5\ntest try ciphers: cipher 3des-cbc mac hmac-md5-96\ntest try ciphers: cipher 3des-cbc mac umac-64@openssh.com\ntest try ciphers: cipher 3des-cbc mac umac-128@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha1\ntest try ciphers: cipher aes128-cbc mac hmac-sha1-96\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-256\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-512\ntest try ciphers: cipher aes128-cbc mac hmac-md5\ntest try ciphers: cipher aes128-cbc mac hmac-md5-96\ntest try ciphers: cipher aes128-cbc mac umac-64@openssh.com\ntest try ciphers: cipher aes128-cbc mac umac-128@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha1\ntest try ciphers: cipher aes192-cbc mac hmac-sha1-96\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-256\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-512\ntest try ciphers: cipher aes192-cbc mac hmac-md5\ntest try ciphers: cipher aes192-cbc mac hmac-md5-96\ntest try ciphers: cipher aes192-cbc mac umac-64@openssh.com\ntest try ciphers: cipher aes192-cbc mac umac-128@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha1\ntest try ciphers: cipher aes256-cbc mac hmac-sha1-96\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-256\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-512\ntest try ciphers: cipher aes256-cbc mac hmac-md5\ntest try ciphers: cipher aes256-cbc mac hmac-md5-96\ntest try ciphers: cipher aes256-cbc mac umac-64@openssh.com\ntest try ciphers: cipher aes256-cbc mac umac-128@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha1\ntest try ciphers: cipher aes128-ctr mac hmac-sha1-96\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-256\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-512\ntest try ciphers: cipher aes128-ctr mac hmac-md5\ntest try ciphers: cipher aes128-ctr mac hmac-md5-96\ntest try ciphers: cipher aes128-ctr mac umac-64@openssh.com\ntest try ciphers: cipher aes128-ctr mac umac-128@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha1\ntest try ciphers: cipher aes192-ctr mac hmac-sha1-96\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-256\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-512\ntest try ciphers: cipher aes192-ctr mac hmac-md5\ntest try ciphers: cipher aes192-ctr mac hmac-md5-96\ntest try ciphers: cipher aes192-ctr mac umac-64@openssh.com\ntest try ciphers: cipher aes192-ctr mac umac-128@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha1\ntest try ciphers: cipher aes256-ctr mac hmac-sha1-96\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-256\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-512\ntest try ciphers: cipher aes256-ctr mac hmac-md5\ntest try ciphers: cipher aes256-ctr mac hmac-md5-96\ntest try ciphers: cipher aes256-ctr mac umac-64@openssh.com\ntest try ciphers: cipher aes256-ctr mac umac-128@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes128-gcm@openssh.com mac hmac-sha1\ntest try ciphers: cipher aes256-gcm@openssh.com mac hmac-sha1\ntest try ciphers: cipher chacha20-poly1305@openssh.com mac hmac-sha1\nPASS: try ciphers\nrun test yes-head.sh ...\nPASS: yes pipe head\nrun test login-timeout.sh ...\nPASS: connect after login grace timeout\nrun test agent.sh ...\nPASS: simple agent test\nrun test agent-getpeereid.sh ...\nSKIPPED: skipped (running as root)\nrun test agent-timeout.sh ...\nPASS: agent timeout test\nrun test agent-subprocess.sh ...\nPASS: agent subprocess\nrun test keyscan.sh ...\nPASS: keyscan\nrun test keygen-change.sh ...\nPASS: change passphrase for key\nrun test keygen-comment.sh ...\nPASS: Comment extraction from private key\nrun test keygen-convert.sh ...\nPASS: convert keys\nrun test keygen-knownhosts.sh ...\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hashed updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hashed.old\nPASS: ssh-keygen known_hosts\nrun test keygen-moduli.sh ...\nPASS: keygen moduli\nrun test keygen-sshfp.sh ...\nPASS: keygen-sshfp\nrun test key-options.sh ...\nkey option command=\"echo bar\"\nkey option no-pty,command=\"echo bar\"\nkey option pty default\nkey option pty no-pty\nkey option pty restrict\nkey option pty restrict,pty\nkey option environment\nkey option from=\"127.0.0.1\"\nkey option from=\"127.0.0.0/8\"\nkey option expiry-time default\nkey option expiry-time invalid\nkey option expiry-time expired\nkey option expiry-time valid-64b\nPASS: key options\nrun test scp.sh ...\nscp: scp mode: simple copy local file to local file\nscp: scp mode: simple copy local file to remote file\nscp: scp mode: simple copy remote file to local file\nscp: scp mode: copy local file to remote file in place\nscp: scp mode: copy remote file to local file in place\nscp: scp mode: copy local file to remote file clobber\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/copy\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/data\nscp: scp mode: copy remote file to local file clobber\nscp: scp mode: simple copy local file to remote dir\nscp: scp mode: simple copy local file to local dir\nscp: scp mode: simple copy remote file to local dir\nscp: scp mode: recursive local dir to remote dir\nscp: scp mode: recursive local dir to local dir\nscp: scp mode: recursive remote dir to local dir\nscp: scp mode: unmatched glob file local->remote\nscp: scp mode: unmatched glob file remote->local\nscp: scp mode: unmatched glob dir recursive local->remote\nscp: scp mode: unmatched glob dir recursive remote->local\nscp: scp mode: shell metacharacters\nscp: scp mode: disallow bad server #0\nscp: scp mode: disallow bad server #1\nscp: scp mode: disallow bad server #2\nscp: scp mode: disallow bad server #3\nscp: scp mode: disallow bad server #4\nscp: scp mode: disallow bad server #5\nscp: scp mode: disallow bad server #6\nscp: scp mode: disallow bad server #7\nscp: scp mode: detect non-directory target\n/usr/lib/openssh/ptest/regress/copy2: Not a directory\nscp: sftp mode: simple copy local file to local file\nscp: sftp mode: simple copy local file to remote file\nscp: sftp mode: simple copy remote file to local file\nscp: sftp mode: copy local file to remote file in place\nscp: sftp mode: copy remote file to local file in place\nscp: sftp mode: copy local file to remote file clobber\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/copy\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/data\nscp: sftp mode: copy remote file to local file clobber\nscp: sftp mode: simple copy local file to remote dir\nscp: sftp mode: simple copy local file to local dir\nscp: sftp mode: simple copy remote file to local dir\nscp: sftp mode: recursive local dir to remote dir\nscp: sftp mode: recursive local dir to local dir\nscp: sftp mode: recursive remote dir to local dir\nscp: sftp mode: unmatched glob file local->remote\nscp: sftp mode: unmatched glob file remote->local\nscp: sftp mode: unmatched glob dir recursive local->remote\nscp: sftp mode: unmatched glob dir recursive remote->local\nscp: sftp mode: shell metacharacters\nscp: sftp mode: disallow bad server #0\nscp: sftp mode: disallow bad server #1\nscp: sftp mode: disallow bad server #2\nscp: sftp mode: disallow bad server #3\nscp: sftp mode: disallow bad server #4\nscp: sftp mode: disallow bad server #5\nscp: sftp mode: disallow bad server #6\nscp: sftp mode: disallow bad server #7\nscp: sftp mode: detect non-directory target\n/usr/lib/openssh/ptest/regress/copy2: Not a directory\nPASS: scp\nrun test scp3.sh ...\nscp3: scp mode: simple copy remote file to remote file\nscp3: scp mode: simple copy remote file to remote dir\nscp3: scp mode: recursive remote dir to remote dir\nscp3: scp mode: detect non-directory target\nscp3: sftp mode: simple copy remote file to remote file\nscp3: sftp mode: simple copy remote file to remote dir\nscp3: sftp mode: recursive remote dir to remote dir\nscp3: sftp mode: detect non-directory target\nscp: /usr/lib/openssh/ptest/regress/copy2: destination is not a directory\r\nscp: /usr/lib/openssh/ptest/regress/copy2: destination is not a directory\r\nPASS: scp3\nrun test scp-uri.sh ...\nscp-uri: scp mode: simple copy local file to remote file\nscp-uri: scp mode: simple copy remote file to local file\nscp-uri: scp mode: simple copy local file to remote dir\nscp-uri: scp mode: simple copy remote file to local dir\nscp-uri: scp mode: recursive local dir to remote dir\nscp-uri: scp mode: recursive remote dir to local dir\nscp-uri: sftp mode: simple copy local file to remote file\nscp-uri: sftp mode: simple copy remote file to local file\nscp-uri: sftp mode: simple copy local file to remote dir\nscp-uri: sftp mode: simple copy remote file to local dir\nscp-uri: sftp mode: recursive local dir to remote dir\nscp-uri: sftp mode: recursive remote dir to local dir\nPASS: scp-uri\nrun test sftp.sh ...\ntest basic sftp put/get: buffer_size 5 num_requests 1\ntest basic sftp put/get: buffer_size 5 num_requests 2\ntest basic sftp put/get: buffer_size 5 num_requests 10\ntest basic sftp put/get: buffer_size 1000 num_requests 1\ntest basic sftp put/get: buffer_size 1000 num_requests 2\ntest basic sftp put/get: buffer_size 1000 num_requests 10\ntest basic sftp put/get: buffer_size 32000 num_requests 1\ntest basic sftp put/get: buffer_size 32000 num_requests 2\ntest basic sftp put/get: buffer_size 32000 num_requests 10\ntest basic sftp put/get: buffer_size 64000 num_requests 1\ntest basic sftp put/get: buffer_size 64000 num_requests 2\ntest basic sftp put/get: buffer_size 64000 num_requests 10\nPASS: basic sftp put/get\nrun test sftp-chroot.sh ...\ntest sftp in chroot: get\ntest sftp in chroot: match\nPASS: sftp in chroot\nrun test sftp-cmds.sh ...\nsftp commands: lls\nsftp commands: lls w/path\nsftp commands: ls\nsftp commands: shell\nsftp commands: pwd\nsftp commands: lpwd\nsftp commands: quit\nsftp commands: help\nsftp commands: get\nsftp commands: get quoted\nsftp commands: get filename with quotes\nsftp commands: get filename with spaces\nsftp commands: get filename with glob metacharacters\nsftp commands: get to directory\nsftp commands: glob get to directory\nsftp commands: get to local dir\nsftp commands: glob get to local dir\nsftp commands: put\nsftp commands: put filename with quotes\nsftp commands: put filename with spaces\nsftp commands: put to directory\nsftp commands: glob put to directory\nsftp commands: put to local dir\nsftp commands: glob put to local dir\nsftp commands: rename\nsftp commands: rename directory\nsftp commands: ln\nsftp commands: ln -s\nsftp commands: cp\nsftp commands: mkdir\nsftp commands: chdir\nsftp commands: rmdir\nsftp commands: lmkdir\nsftp commands: lchdir\nPASS: sftp commands\nrun test sftp-badcmds.sh ...\nsftp invalid commands: get nonexistent\nsftp invalid commands: glob get to nonexistent directory\nsftp invalid commands: put nonexistent\nsftp invalid commands: glob put to nonexistent directory\nsftp invalid commands: rename nonexistent\nsftp invalid commands: rename target exists (directory)\nsftp invalid commands: glob put files to local file\nPASS: sftp invalid commands\nrun test sftp-batch.sh ...\nsftp batchfile: good commands\nsftp batchfile: bad commands\nsftp batchfile: comments and blanks\nsftp batchfile: junk command\nPASS: sftp batchfile\nrun test sftp-glob.sh ...\nsftp glob: file glob\nsftp glob: dir glob\nsftp glob: quoted glob\nsftp glob: escaped glob\nsftp glob: escaped quote\nsftp glob: quoted quote\nsftp glob: single-quoted quote\nsftp glob: escaped space\nsftp glob: quoted space\nsftp glob: escaped slash\nsftp glob: quoted slash\nsftp glob: escaped slash at EOL\nsftp glob: quoted slash at EOL\nsftp glob: escaped slash+quote\nsftp glob: quoted slash+quote\nPASS: sftp glob\nrun test sftp-perm.sh ...\nsftp permissions: read-only upload\nsftp permissions: read-only setstat\nsftp permissions: read-only rm\nsftp permissions: read-only mkdir\nsftp permissions: read-only rmdir\nsftp permissions: read-only posix-rename\nsftp permissions: read-only oldrename\nsftp permissions: read-only symlink\nsftp permissions: read-only hardlink\nsftp permissions: explicit open\nsftp permissions: explicit read\nsftp permissions: explicit write\nsftp permissions: explicit lstat\nsftp permissions: explicit opendir\nsftp permissions: explicit readdir\nsftp permissions: explicit setstat\nsftp permissions: explicit remove\nsftp permissions: explicit mkdir\nsftp permissions: explicit rmdir\nsftp permissions: explicit rename\nsftp permissions: explicit symlink\nsftp permissions: explicit hardlink\nsftp permissions: explicit statvfs\nPASS: sftp permissions\nrun test sftp-resume.sh ...\nsftp resume: put\nsftp resume: get\nPASS: sftp resume\nrun test sftp-uri.sh ...\nsftp-uri: non-interactive fetch to local file\nsftp-uri: non-interactive fetch to local dir\nsftp-uri: put to remote directory (trailing slash)\nsftp-uri: put to remote directory (no slash)\nPASS: sftp-uri\nrun test reconfigure.sh ...\nPASS: simple connect after reconfigure\nrun test dynamic-forward.sh ...\ntest -D forwarding\ntest -R forwarding\nPermitRemoteOpen=any\nPermitRemoteOpen=none\nPermitRemoteOpen=explicit\nPermitRemoteOpen=disallowed\nPASS: dynamic forwarding\nrun test forwarding.sh ...\nPASS: local and remote forwarding\nrun test multiplex.sh ...\ntest connection multiplexing: setenv\ntest connection multiplexing: envpass\ntest connection multiplexing: transfer \ntest connection multiplexing: transfer -Oproxy\ntest connection multiplexing: forward\ntest connection multiplexing: status 0 ()\ntest connection multiplexing: status 0 (-Oproxy)\ntest connection multiplexing: status 1 ()\ntest connection multiplexing: status 1 (-Oproxy)\ntest connection multiplexing: status 4 ()\ntest connection multiplexing: status 4 (-Oproxy)\ntest connection multiplexing: status 5 ()\ntest connection multiplexing: status 5 (-Oproxy)\ntest connection multiplexing: status 44 ()\ntest connection multiplexing: status 44 (-Oproxy)\ntest connection multiplexing: cmd check\ntest connection multiplexing: cmd forward local (TCP)\ntest connection multiplexing: cmd forward remote (TCP)\ntest connection multiplexing: cmd forward local (UNIX)\ntest connection multiplexing: cmd forward remote (UNIX)\ntest connection multiplexing: cmd exit\ntest connection multiplexing: cmd stop\nPASS: connection multiplexing\nrun test reexec.sh ...\ntest config passing\ntest reexec fallback\nPASS: reexec tests\nrun test brokenkeys.sh ...\nPASS: broken keys\nrun test sshcfgparse.sh ...\nreparse minimal config\nssh -W opts\nuser first match\npubkeyacceptedalgorithms\nagentforwarding\ncommand line override\nPASS: ssh config parse\nrun test cfgparse.sh ...\nreparse minimal config\nreparse regress config\nlistenaddress order\nPASS: sshd config parse\nrun test cfgmatch.sh ...\nPASS: sshd_config match\nrun test cfgmatchlisten.sh ...\nPASS: sshd_config matchlisten\nrun test percent.sh ...\npercent expansions matchexec percent\npercent expansions localcommand percent\npercent expansions remotecommand percent\npercent expansions controlpath percent\npercent expansions identityagent percent\npercent expansions forwardagent percent\npercent expansions localforward percent\npercent expansions remoteforward percent\npercent expansions revokedhostkeys percent\npercent expansions user percent\npercent expansions user-l percent\npercent expansions user-at percent\npercent expansions setenv percent\npercent expansions userknownhostsfile percent\npercent expansions controlpath dollar\npercent expansions identityagent dollar\npercent expansions forwardagent dollar\npercent expansions localforward dollar\npercent expansions remoteforward dollar\npercent expansions user dollar\npercent expansions user-l dollar\npercent expansions user-at dollar\npercent expansions setenv dollar\npercent expansions userknownhostsfile dollar\npercent expansions controlpath tilde\npercent expansions identityagent tilde\npercent expansions forwardagent tilde\nPASS: percent expansions\nrun test addrmatch.sh ...\ntest first entry for user 192.168.0.1 somehost\ntest negative match for user 192.168.30.1 somehost\ntest no match for user 19.0.0.1 somehost\ntest list middle for user 10.255.255.254 somehost\ntest faked IP in hostname for user 192.168.30.1 192.168.0.1\ntest bare IP4 address for user 1.1.1.1 somehost.example.com\ntest localaddress for user 19.0.0.1 somehost\ntest localport for user 19.0.0.1 somehost\ntest bare IP6 address for user ::1 somehost.example.com\ntest deny IPv6 for user ::2 somehost.example.com\ntest IP6 negated for user ::3 somehost\ntest IP6 no match for user ::4 somehost\ntest IP6 network for user 2000::1 somehost\ntest IP6 network for user 2001::1 somehost\ntest IP6 localaddress for user ::5 somehost\ntest IP6 localport for user ::5 somehost\ntest invalid Match address 10.0.1.0/8\ntest invalid Match localaddress 10.0.1.0/8\ntest invalid Match address 10.0.0.1/24\ntest invalid Match localaddress 10.0.0.1/24\ntest invalid Match address 2000:aa:bb:01::/56\ntest invalid Match localaddress 2000:aa:bb:01::/56\nPASS: address match\nrun test localcommand.sh ...\ntest localcommand: proto  localcommand\nPASS: localcommand\nrun test forcecommand.sh ...\n\rConnection closed.  \nConnection closed\r\n\rConnection closed.  \nConnection closed\r\nPASS: forced command\nrun test portnum.sh ...\nport number parsing: invalid port 0\nport number parsing: invalid port 65536\nport number parsing: invalid port 131073\nport number parsing: invalid port 2000blah\nport number parsing: invalid port blah2000\nport number parsing: valid port 1\nport number parsing: valid port 22\nport number parsing: valid port 2222\nport number parsing: valid port 22222\nport number parsing: valid port 65535\nPASS: port number parsing\nrun test keytype.sh ...\nkeygen ed25519, 512 bits\nkeygen ecdsa, 256 bits\nkeygen ecdsa, 384 bits\nkeygen ecdsa, 521 bits\nkeygen rsa, 2048 bits\nkeygen rsa, 3072 bits\nuserkey ed25519-512, hostkey ed25519-512\nuserkey ed25519-512, hostkey ed25519-512\nuserkey ed25519-512, hostkey ed25519-512\nuserkey ecdsa-256, hostkey ecdsa-256\nuserkey ecdsa-256, hostkey ecdsa-256\nuserkey ecdsa-256, hostkey ecdsa-256\nuserkey ecdsa-384, hostkey ecdsa-384\nuserkey ecdsa-384, hostkey ecdsa-384\nuserkey ecdsa-384, hostkey ecdsa-384\nuserkey ecdsa-521, hostkey ecdsa-521\nuserkey ecdsa-521, hostkey ecdsa-521\nuserkey ecdsa-521, hostkey ecdsa-521\nuserkey rsa-2048, hostkey rsa-2048\nuserkey rsa-2048, hostkey rsa-2048\nuserkey rsa-2048, hostkey rsa-2048\nuserkey rsa-3072, hostkey rsa-3072\nuserkey rsa-3072, hostkey rsa-3072\nuserkey rsa-3072, hostkey rsa-3072\nPASS: login with different key types\nrun test kextype.sh ...\nkex diffie-hellman-group1-sha1\nkex diffie-hellman-group14-sha1\nkex diffie-hellman-group14-sha256\nkex diffie-hellman-group16-sha512\nkex diffie-hellman-group18-sha512\nkex diffie-hellman-group-exchange-sha1\nkex diffie-hellman-group-exchange-sha256\nkex ecdh-sha2-nistp256\nkex ecdh-sha2-nistp384\nkex ecdh-sha2-nistp521\nkex curve25519-sha256\nkex curve25519-sha256@libssh.org\nkex sntrup761x25519-sha512\nkex sntrup761x25519-sha512@openssh.com\nkex mlkem768x25519-sha256\nPASS: login with different key exchange algorithms\nrun test cert-hostkey.sh ...\nRevoking from /usr/lib/openssh/ptest/regress/host_ca_key.pub\nRevoking from /usr/lib/openssh/ptest/regress/host_ca_key2.pub\ncertified host keys: sign host ed25519 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ed25519.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ed25519-cert.pub\ncertified host keys: sign host ecdsa-sha2-nistp256 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp256.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp256-cert.pub\ncertified host keys: sign host ecdsa-sha2-nistp384 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp384.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp384-cert.pub\ncertified host keys: sign host ecdsa-sha2-nistp521 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp521.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp521-cert.pub\ncertified host keys: sign host rsa cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-cert.pub\ncertified host keys: sign host rsa-sha2-256 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-256.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-256-cert.pub\ncertified host keys: sign host rsa-sha2-512 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-512.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-512-cert.pub\ncertified host keys: host ed25519 cert connect\ncertified host keys: ed25519 basic connect expect success yes\ncertified host keys: ed25519 empty KRL expect success yes\ncertified host keys: ed25519 KRL w/ plain key revoked expect success no\ncertified host keys: ed25519 KRL w/ cert revoked expect success no\ncertified host keys: ed25519 KRL w/ CA revoked expect success no\ncertified host keys: ed25519 empty plaintext revocation expect success yes\ncertified host keys: ed25519 plain key plaintext revocation expect success no\ncertified host keys: ed25519 cert plaintext revocation expect success no\ncertified host keys: ed25519 CA plaintext revocation expect success no\ncertified host keys: host ecdsa-sha2-nistp256 cert connect\ncertified host keys: ecdsa-sha2-nistp256 basic connect expect success yes\ncertified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes\ncertified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no\ncertified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no\ncertified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no\ncertified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes\ncertified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no\ncertified host keys: host ecdsa-sha2-nistp384 cert connect\ncertified host keys: ecdsa-sha2-nistp384 basic connect expect success yes\ncertified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes\ncertified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no\ncertified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no\ncertified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no\ncertified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes\ncertified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no\ncertified host keys: host ecdsa-sha2-nistp521 cert connect\ncertified host keys: ecdsa-sha2-nistp521 basic connect expect success yes\ncertified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes\ncertified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no\ncertified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no\ncertified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no\ncertified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes\ncertified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no\ncertified host keys: host rsa cert connect\ncertified host keys: rsa basic connect expect success yes\ncertified host keys: rsa empty KRL expect success yes\ncertified host keys: rsa KRL w/ plain key revoked expect success no\ncertified host keys: rsa KRL w/ cert revoked expect success no\ncertified host keys: rsa KRL w/ CA revoked expect success no\ncertified host keys: rsa empty plaintext revocation expect success yes\ncertified host keys: rsa plain key plaintext revocation expect success no\ncertified host keys: rsa cert plaintext revocation expect success no\ncertified host keys: rsa CA plaintext revocation expect success no\ncertified host keys: host rsa-sha2-256 cert connect\ncertified host keys: rsa-sha2-256 basic connect expect success yes\ncertified host keys: rsa-sha2-256 empty KRL expect success yes\ncertified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no\ncertified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no\ncertified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no\ncertified host keys: rsa-sha2-256 empty plaintext revocation expect success yes\ncertified host keys: rsa-sha2-256 plain key plaintext revocation expect success no\ncertified host keys: rsa-sha2-256 cert plaintext revocation expect success no\ncertified host keys: rsa-sha2-256 CA plaintext revocation expect success no\ncertified host keys: host rsa-sha2-512 cert connect\ncertified host keys: rsa-sha2-512 basic connect expect success yes\ncertified host keys: rsa-sha2-512 empty KRL expect success yes\ncertified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no\ncertified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no\ncertified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no\ncertified host keys: rsa-sha2-512 empty plaintext revocation expect success yes\ncertified host keys: rsa-sha2-512 plain key plaintext revocation expect success no\ncertified host keys: rsa-sha2-512 cert plaintext revocation expect success no\ncertified host keys: rsa-sha2-512 CA plaintext revocation expect success no\ncertified host keys: host ed25519 revoked cert\ncertified host keys: host ecdsa-sha2-nistp256 revoked cert\ncertified host keys: host ecdsa-sha2-nistp384 revoked cert\ncertified host keys: host ecdsa-sha2-nistp521 revoked cert\ncertified host keys: host rsa revoked cert\ncertified host keys: host rsa-sha2-256 revoked cert\ncertified host keys: host rsa-sha2-512 revoked cert\ncertified host keys: host ed25519 revoked cert\ncertified host keys: host ecdsa-sha2-nistp256 revoked cert\ncertified host keys: host ecdsa-sha2-nistp384 revoked cert\ncertified host keys: host ecdsa-sha2-nistp521 revoked cert\ncertified host keys: host rsa revoked cert\ncertified host keys: host rsa-sha2-256 revoked cert\ncertified host keys: host rsa-sha2-512 revoked cert\ncertified host keys: host ed25519  cert downgrade to raw key\ncertified host keys: host ecdsa-sha2-nistp256  cert downgrade to raw key\ncertified host keys: host ecdsa-sha2-nistp384  cert downgrade to raw key\ncertified host keys: host ecdsa-sha2-nistp521  cert downgrade to raw key\ncertified host keys: host rsa  cert downgrade to raw key\ncertified host keys: host rsa-sha2-256  cert downgrade to raw key\ncertified host keys: host rsa-sha2-512  cert downgrade to raw key\ncertified host keys: host ed25519 connect wrong cert\ncertified host keys: host ecdsa-sha2-nistp256 connect wrong cert\ncertified host keys: host ecdsa-sha2-nistp384 connect wrong cert\ncertified host keys: host ecdsa-sha2-nistp521 connect wrong cert\ncertified host keys: host rsa connect wrong cert\ncertified host keys: host rsa-sha2-256 connect wrong cert\ncertified host keys: host rsa-sha2-512 connect wrong cert\nPASS: certified host keys\nrun test cert-userkey.sh ...\ncertified user keys: sign user ed25519 cert\ncertified user keys: sign user ecdsa-sha2-nistp256 cert\ncertified user keys: sign user ecdsa-sha2-nistp384 cert\ncertified user keys: sign user ecdsa-sha2-nistp521 cert\ncertified user keys: sign user rsa cert\ncertified user keys: sign user rsa-sha2-256 cert\ncertified user keys: sign user rsa-sha2-512 cert\ncertified user keys: ed25519 missing authorized_principals\ncertified user keys: ed25519 empty authorized_principals\ncertified user keys: ed25519 wrong authorized_principals\ncertified user keys: ed25519 correct authorized_principals\ncertified user keys: ed25519 authorized_principals bad key opt\ncertified user keys: ed25519 authorized_principals command=false\ncertified user keys: ed25519 authorized_principals command=true\ncertified user keys: ed25519 wrong principals key option\ncertified user keys: ed25519 correct principals key option\ncertified user keys: ecdsa-sha2-nistp256 missing authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 empty authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 wrong authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 correct authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 authorized_principals bad key opt\ncertified user keys: ecdsa-sha2-nistp256 authorized_principals command=false\ncertified user keys: ecdsa-sha2-nistp256 authorized_principals command=true\ncertified user keys: ecdsa-sha2-nistp256 wrong principals key option\ncertified user keys: ecdsa-sha2-nistp256 correct principals key option\ncertified user keys: ecdsa-sha2-nistp384 missing authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 empty authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 wrong authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 correct authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 authorized_principals bad key opt\ncertified user keys: ecdsa-sha2-nistp384 authorized_principals command=false\ncertified user keys: ecdsa-sha2-nistp384 authorized_principals command=true\ncertified user keys: ecdsa-sha2-nistp384 wrong principals key option\ncertified user keys: ecdsa-sha2-nistp384 correct principals key option\ncertified user keys: ecdsa-sha2-nistp521 missing authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 empty authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 wrong authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 correct authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 authorized_principals bad key opt\ncertified user keys: ecdsa-sha2-nistp521 authorized_principals command=false\ncertified user keys: ecdsa-sha2-nistp521 authorized_principals command=true\ncertified user keys: ecdsa-sha2-nistp521 wrong principals key option\ncertified user keys: ecdsa-sha2-nistp521 correct principals key option\ncertified user keys: rsa missing authorized_principals\ncertified user keys: rsa empty authorized_principals\ncertified user keys: rsa wrong authorized_principals\ncertified user keys: rsa correct authorized_principals\ncertified user keys: rsa authorized_principals bad key opt\ncertified user keys: rsa authorized_principals command=false\ncertified user keys: rsa authorized_principals command=true\ncertified user keys: rsa wrong principals key option\ncertified user keys: rsa correct principals key option\ncertified user keys: rsa-sha2-256 missing authorized_principals\ncertified user keys: rsa-sha2-256 empty authorized_principals\ncertified user keys: rsa-sha2-256 wrong authorized_principals\ncertified user keys: rsa-sha2-256 correct authorized_principals\ncertified user keys: rsa-sha2-256 authorized_principals bad key opt\ncertified user keys: rsa-sha2-256 authorized_principals command=false\ncertified user keys: rsa-sha2-256 authorized_principals command=true\ncertified user keys: rsa-sha2-256 wrong principals key option\ncertified user keys: rsa-sha2-256 correct principals key option\ncertified user keys: rsa-sha2-512 missing authorized_principals\ncertified user keys: rsa-sha2-512 empty authorized_principals\ncertified user keys: rsa-sha2-512 wrong authorized_principals\ncertified user keys: rsa-sha2-512 correct authorized_principals\ncertified user keys: rsa-sha2-512 authorized_principals bad key opt\ncertified user keys: rsa-sha2-512 authorized_principals command=false\ncertified user keys: rsa-sha2-512 authorized_principals command=true\ncertified user keys: rsa-sha2-512 wrong principals key option\ncertified user keys: rsa-sha2-512 correct principals key option\ncertified user keys: ed25519 authorized_keys connect\ncertified user keys: ed25519 authorized_keys revoked key\ncertified user keys: ed25519 authorized_keys revoked via KRL\ncertified user keys: ed25519 authorized_keys empty KRL\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys connect\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys revoked key\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys empty KRL\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys connect\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys revoked key\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys empty KRL\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys connect\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys revoked key\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys empty KRL\ncertified user keys: rsa authorized_keys connect\ncertified user keys: rsa authorized_keys revoked key\ncertified user keys: rsa authorized_keys revoked via KRL\ncertified user keys: rsa authorized_keys empty KRL\ncertified user keys: rsa-sha2-256 authorized_keys connect\ncertified user keys: rsa-sha2-256 authorized_keys revoked key\ncertified user keys: rsa-sha2-256 authorized_keys revoked via KRL\ncertified user keys: rsa-sha2-256 authorized_keys empty KRL\ncertified user keys: rsa-sha2-512 authorized_keys connect\ncertified user keys: rsa-sha2-512 authorized_keys revoked key\ncertified user keys: rsa-sha2-512 authorized_keys revoked via KRL\ncertified user keys: rsa-sha2-512 authorized_keys empty KRL\ncertified user keys: rsa-sha2-512 authorized_keys revoked CA key\ncertified user keys: authorized_keys CA does not authenticate\ncertified user keys: ensure CA key does not authenticate user\ncertified user keys: ed25519 TrustedUserCAKeys connect\ncertified user keys: ed25519 TrustedUserCAKeys revoked key\ncertified user keys: ed25519 TrustedUserCAKeys revoked via KRL\ncertified user keys: ed25519 TrustedUserCAKeys empty KRL\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys connect\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked key\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys empty KRL\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys connect\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked key\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys empty KRL\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys connect\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked key\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys empty KRL\ncertified user keys: rsa TrustedUserCAKeys connect\ncertified user keys: rsa TrustedUserCAKeys revoked key\ncertified user keys: rsa TrustedUserCAKeys revoked via KRL\ncertified user keys: rsa TrustedUserCAKeys empty KRL\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys connect\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys revoked key\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys revoked via KRL\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys empty KRL\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys connect\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys revoked key\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys revoked via KRL\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys empty KRL\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys revoked CA key\ncertified user keys: TrustedUserCAKeys CA does not authenticate\ncertified user keys: ensure CA key does not authenticate user\ncertified user keys: correct principal auth authorized_keys expect success rsa\ncertified user keys: correct principal auth authorized_keys expect success ed25519\ncertified user keys: correct principal auth TrustedUserCAKeys expect success rsa\ncertified user keys: correct principal auth TrustedUserCAKeys expect success ed25519\ncertified user keys: host-certificate auth authorized_keys expect failure rsa\ncertified user keys: host-certificate auth authorized_keys expect failure ed25519\ncertified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa\ncertified user keys: host-certificate auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: wrong principals auth authorized_keys expect failure rsa\ncertified user keys: wrong principals auth authorized_keys expect failure ed25519\ncertified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa\ncertified user keys: wrong principals auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: cert not yet valid auth authorized_keys expect failure rsa\ncertified user keys: cert not yet valid auth authorized_keys expect failure ed25519\ncertified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa\ncertified user keys: cert not yet valid auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: cert expired auth authorized_keys expect failure rsa\ncertified user keys: cert expired auth authorized_keys expect failure ed25519\ncertified user keys: cert expired auth TrustedUserCAKeys expect failure rsa\ncertified user keys: cert expired auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: cert valid interval auth authorized_keys expect success rsa\ncertified user keys: cert valid interval auth authorized_keys expect success ed25519\ncertified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa\ncertified user keys: cert valid interval auth TrustedUserCAKeys expect success ed25519\ncertified user keys: wrong source-address auth authorized_keys expect failure rsa\ncertified user keys: wrong source-address auth authorized_keys expect failure ed25519\ncertified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa\ncertified user keys: wrong source-address auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: force-command auth authorized_keys expect failure rsa\ncertified user keys: force-command auth authorized_keys expect failure ed25519\ncertified user keys: force-command auth TrustedUserCAKeys expect failure rsa\ncertified user keys: force-command auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: empty principals auth authorized_keys expect success rsa\ncertified user keys: empty principals auth authorized_keys expect success ed25519\ncertified user keys: empty principals auth TrustedUserCAKeys expect failure rsa\ncertified user keys: empty principals auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa\ncertified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success ed25519\ncertified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa\ncertified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: principals key option principals auth authorized_keys expect success rsa\ncertified user keys: principals key option principals auth authorized_keys expect success ed25519\ncertified user keys: principals key option no principals auth authorized_keys expect failure rsa\ncertified user keys: principals key option no principals auth authorized_keys expect failure ed25519\ncertified user keys: force-command match true auth authorized_keys expect success rsa\ncertified user keys: force-command match true auth authorized_keys expect success ed25519\ncertified user keys: force-command match true auth authorized_keys expect failure rsa\ncertified user keys: force-command match true auth authorized_keys expect failure ed25519\ncertified user keys: force-command mismatch 1 auth authorized_keys expect failure rsa\ncertified user keys: force-command mismatch 1 auth authorized_keys expect failure ed25519\ncertified user keys: force-command mismatch 2 auth authorized_keys expect failure rsa\ncertified user keys: force-command mismatch 2 auth authorized_keys expect failure ed25519\ncertified user keys: user ed25519 connect wrong cert\ncertified user keys: user ecdsa-sha2-nistp256 connect wrong cert\ncertified user keys: user ecdsa-sha2-nistp384 connect wrong cert\ncertified user keys: user ecdsa-sha2-nistp521 connect wrong cert\ncertified user keys: user rsa connect wrong cert\ncertified user keys: user rsa-sha2-256 connect wrong cert\ncertified user keys: user rsa-sha2-512 connect wrong cert\nPASS: certified user keys\nrun test host-expand.sh ...\nPASS: expand %h and %n\nrun test keys-command.sh ...\nAuthorizedKeysCommand with arguments\nAuthorizedKeysCommand without arguments\nPASS: authorized keys from command\nrun test forward-control.sh ...\ncheck_lfwd done (expecting Y): default configuration\ncheck_rfwd done (expecting Y): default configuration\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, !PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, !PermitOpen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, !permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, !permitopen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=yes, restrict\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local\ncheck_rfwd done (expecting N): AllowTcpForwarding=local\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, !permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, !permitopen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, restrict\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, restrict,port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, restrict,port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, !PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, !permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, !permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=remote, restrict\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, restrict,port-forwarding\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, restrict,port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=no\ncheck_rfwd done (expecting N): AllowTcpForwarding=no\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, !permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, !permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, restrict\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=yes, !PermitListen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, !PermitListen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, PermitListen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, !PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, PermitListen\nPASS: sshd control of local and remote forwarding\nrun test integrity.sh ...\ntest integrity: hmac-sha1 @2900\ntest integrity: hmac-sha1 @2901\ntest integrity: hmac-sha1 @2902\ntest integrity: hmac-sha1 @2903\ntest integrity: hmac-sha1 @2904\ntest integrity: hmac-sha1 @2905\ntest integrity: hmac-sha1 @2906\ntest integrity: hmac-sha1 @2907\ntest integrity: hmac-sha1 @2908\ntest integrity: hmac-sha1 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha1-96 @2900\ntest integrity: hmac-sha1-96 @2901\ntest integrity: hmac-sha1-96 @2902\ntest integrity: hmac-sha1-96 @2903\ntest integrity: hmac-sha1-96 @2904\ntest integrity: hmac-sha1-96 @2905\ntest integrity: hmac-sha1-96 @2906\ntest integrity: hmac-sha1-96 @2907\ntest integrity: hmac-sha1-96 @2908\ntest integrity: hmac-sha1-96 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-256 @2900\ntest integrity: hmac-sha2-256 @2901\ntest integrity: hmac-sha2-256 @2902\ntest integrity: hmac-sha2-256 @2903\ntest integrity: hmac-sha2-256 @2904\ntest integrity: hmac-sha2-256 @2905\ntest integrity: hmac-sha2-256 @2906\ntest integrity: hmac-sha2-256 @2907\ntest integrity: hmac-sha2-256 @2908\ntest integrity: hmac-sha2-256 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-512 @2900\ntest integrity: hmac-sha2-512 @2901\ntest integrity: hmac-sha2-512 @2902\ntest integrity: hmac-sha2-512 @2903\ntest integrity: hmac-sha2-512 @2904\ntest integrity: hmac-sha2-512 @2905\ntest integrity: hmac-sha2-512 @2906\ntest integrity: hmac-sha2-512 @2907\ntest integrity: hmac-sha2-512 @2908\ntest integrity: hmac-sha2-512 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5 @2900\ntest integrity: hmac-md5 @2901\ntest integrity: hmac-md5 @2902\ntest integrity: hmac-md5 @2903\ntest integrity: hmac-md5 @2904\ntest integrity: hmac-md5 @2905\ntest integrity: hmac-md5 @2906\ntest integrity: hmac-md5 @2907\ntest integrity: hmac-md5 @2908\ntest integrity: hmac-md5 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5-96 @2900\ntest integrity: hmac-md5-96 @2901\ntest integrity: hmac-md5-96 @2902\ntest integrity: hmac-md5-96 @2903\ntest integrity: hmac-md5-96 @2904\ntest integrity: hmac-md5-96 @2905\ntest integrity: hmac-md5-96 @2906\ntest integrity: hmac-md5-96 @2907\ntest integrity: hmac-md5-96 @2908\ntest integrity: hmac-md5-96 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-64@openssh.com @2900\ntest integrity: umac-64@openssh.com @2901\ntest integrity: umac-64@openssh.com @2902\ntest integrity: umac-64@openssh.com @2903\ntest integrity: umac-64@openssh.com @2904\ntest integrity: umac-64@openssh.com @2905\ntest integrity: umac-64@openssh.com @2906\ntest integrity: umac-64@openssh.com @2907\ntest integrity: umac-64@openssh.com @2908\ntest integrity: umac-64@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-128@openssh.com @2900\ntest integrity: umac-128@openssh.com @2901\ntest integrity: umac-128@openssh.com @2902\ntest integrity: umac-128@openssh.com @2903\ntest integrity: umac-128@openssh.com @2904\ntest integrity: umac-128@openssh.com @2905\ntest integrity: umac-128@openssh.com @2906\ntest integrity: umac-128@openssh.com @2907\ntest integrity: umac-128@openssh.com @2908\ntest integrity: umac-128@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha1-etm@openssh.com @2900\ntest integrity: hmac-sha1-etm@openssh.com @2901\ntest integrity: hmac-sha1-etm@openssh.com @2902\ntest integrity: hmac-sha1-etm@openssh.com @2903\ntest integrity: hmac-sha1-etm@openssh.com @2904\ntest integrity: hmac-sha1-etm@openssh.com @2905\ntest integrity: hmac-sha1-etm@openssh.com @2906\ntest integrity: hmac-sha1-etm@openssh.com @2907\ntest integrity: hmac-sha1-etm@openssh.com @2908\ntest integrity: hmac-sha1-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha1-96-etm@openssh.com @2900\ntest integrity: hmac-sha1-96-etm@openssh.com @2901\ntest integrity: hmac-sha1-96-etm@openssh.com @2902\ntest integrity: hmac-sha1-96-etm@openssh.com @2903\ntest integrity: hmac-sha1-96-etm@openssh.com @2904\ntest integrity: hmac-sha1-96-etm@openssh.com @2905\ntest integrity: hmac-sha1-96-etm@openssh.com @2906\ntest integrity: hmac-sha1-96-etm@openssh.com @2907\ntest integrity: hmac-sha1-96-etm@openssh.com @2908\ntest integrity: hmac-sha1-96-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-256-etm@openssh.com @2900\ntest integrity: hmac-sha2-256-etm@openssh.com @2901\ntest integrity: hmac-sha2-256-etm@openssh.com @2902\ntest integrity: hmac-sha2-256-etm@openssh.com @2903\ntest integrity: hmac-sha2-256-etm@openssh.com @2904\ntest integrity: hmac-sha2-256-etm@openssh.com @2905\ntest integrity: hmac-sha2-256-etm@openssh.com @2906\ntest integrity: hmac-sha2-256-etm@openssh.com @2907\ntest integrity: hmac-sha2-256-etm@openssh.com @2908\ntest integrity: hmac-sha2-256-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-512-etm@openssh.com @2900\ntest integrity: hmac-sha2-512-etm@openssh.com @2901\ntest integrity: hmac-sha2-512-etm@openssh.com @2902\ntest integrity: hmac-sha2-512-etm@openssh.com @2903\ntest integrity: hmac-sha2-512-etm@openssh.com @2904\ntest integrity: hmac-sha2-512-etm@openssh.com @2905\ntest integrity: hmac-sha2-512-etm@openssh.com @2906\ntest integrity: hmac-sha2-512-etm@openssh.com @2907\ntest integrity: hmac-sha2-512-etm@openssh.com @2908\ntest integrity: hmac-sha2-512-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5-etm@openssh.com @2900\ntest integrity: hmac-md5-etm@openssh.com @2901\ntest integrity: hmac-md5-etm@openssh.com @2902\ntest integrity: hmac-md5-etm@openssh.com @2903\ntest integrity: hmac-md5-etm@openssh.com @2904\ntest integrity: hmac-md5-etm@openssh.com @2905\ntest integrity: hmac-md5-etm@openssh.com @2906\ntest integrity: hmac-md5-etm@openssh.com @2907\ntest integrity: hmac-md5-etm@openssh.com @2908\ntest integrity: hmac-md5-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5-96-etm@openssh.com @2900\ntest integrity: hmac-md5-96-etm@openssh.com @2901\ntest integrity: hmac-md5-96-etm@openssh.com @2902\ntest integrity: hmac-md5-96-etm@openssh.com @2903\ntest integrity: hmac-md5-96-etm@openssh.com @2904\ntest integrity: hmac-md5-96-etm@openssh.com @2905\ntest integrity: hmac-md5-96-etm@openssh.com @2906\ntest integrity: hmac-md5-96-etm@openssh.com @2907\ntest integrity: hmac-md5-96-etm@openssh.com @2908\ntest integrity: hmac-md5-96-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-64-etm@openssh.com @2900\ntest integrity: umac-64-etm@openssh.com @2901\ntest integrity: umac-64-etm@openssh.com @2902\ntest integrity: umac-64-etm@openssh.com @2903\ntest integrity: umac-64-etm@openssh.com @2904\ntest integrity: umac-64-etm@openssh.com @2905\ntest integrity: umac-64-etm@openssh.com @2906\ntest integrity: umac-64-etm@openssh.com @2907\ntest integrity: umac-64-etm@openssh.com @2908\ntest integrity: umac-64-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-128-etm@openssh.com @2900\ntest integrity: umac-128-etm@openssh.com @2901\ntest integrity: umac-128-etm@openssh.com @2902\ntest integrity: umac-128-etm@openssh.com @2903\ntest integrity: umac-128-etm@openssh.com @2904\ntest integrity: umac-128-etm@openssh.com @2905\ntest integrity: umac-128-etm@openssh.com @2906\ntest integrity: umac-128-etm@openssh.com @2907\ntest integrity: umac-128-etm@openssh.com @2908\ntest integrity: umac-128-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: aes128-gcm@openssh.com @2900\ntest integrity: aes128-gcm@openssh.com @2901\ntest integrity: aes128-gcm@openssh.com @2902\ntest integrity: aes128-gcm@openssh.com @2903\ntest integrity: aes128-gcm@openssh.com @2904\ntest integrity: aes128-gcm@openssh.com @2905\ntest integrity: aes128-gcm@openssh.com @2906\ntest integrity: aes128-gcm@openssh.com @2907\ntest integrity: aes128-gcm@openssh.com @2908\ntest integrity: aes128-gcm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: aes256-gcm@openssh.com @2900\ntest integrity: aes256-gcm@openssh.com @2901\ntest integrity: aes256-gcm@openssh.com @2902\ntest integrity: aes256-gcm@openssh.com @2903\ntest integrity: aes256-gcm@openssh.com @2904\ntest integrity: aes256-gcm@openssh.com @2905\ntest integrity: aes256-gcm@openssh.com @2906\ntest integrity: aes256-gcm@openssh.com @2907\ntest integrity: aes256-gcm@openssh.com @2908\ntest integrity: aes256-gcm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: chacha20-poly1305@openssh.com @2900\ntest integrity: chacha20-poly1305@openssh.com @2901\ntest integrity: chacha20-poly1305@openssh.com @2902\ntest integrity: chacha20-poly1305@openssh.com @2903\ntest integrity: chacha20-poly1305@openssh.com @2904\ntest integrity: chacha20-poly1305@openssh.com @2905\ntest integrity: chacha20-poly1305@openssh.com @2906\ntest integrity: chacha20-poly1305@openssh.com @2907\ntest integrity: chacha20-poly1305@openssh.com @2908\ntest integrity: chacha20-poly1305@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\nPASS: integrity\nrun test krl.sh ...\nkey revocation lists: generating test keys\nkey revocation lists: generating KRLs\nkey revocation lists: checking revocations for revoked keys\nkey revocation lists: checking revocations for unrevoked keys\nkey revocation lists: checking revocations for revoked certs\nkey revocation lists: checking revocations for unrevoked certs\nkey revocation lists: testing KRL update\nkey revocation lists: checking revocations for revoked keys\nkey revocation lists: checking revocations for unrevoked keys\nkey revocation lists: checking revocations for revoked certs\nkey revocation lists: checking revocations for unrevoked certs\nPASS: key revocation lists\nrun test multipubkey.sh ...\nPASS: multiple pubkey\nrun test limit-keytype.sh ...\nallow rsa,ed25519\nallow ed25519\nallow cert only\nmatch w/ no match\nmatch w/ matching\nPASS: restrict pubkey type\nrun test hostkey-agent.sh ...\nkey type ssh-ed25519\nkey type ecdsa-sha2-nistp256\nkey type ecdsa-sha2-nistp384\nkey type ecdsa-sha2-nistp521\nkey type ssh-rsa\ncert type ssh-ed25519-cert-v01@openssh.com\ncert type ecdsa-sha2-nistp256-cert-v01@openssh.com\ncert type ecdsa-sha2-nistp384-cert-v01@openssh.com\ncert type ecdsa-sha2-nistp521-cert-v01@openssh.com\ncert type ssh-rsa-cert-v01@openssh.com\ncert type rsa-sha2-256-cert-v01@openssh.com\ncert type rsa-sha2-512-cert-v01@openssh.com\nmultiple hostkeys\nAddkey type ssh-ed25519\nAddkey type ecdsa-sha2-nistp256\nAddkey type ecdsa-sha2-nistp384\nAddkey type ecdsa-sha2-nistp521\nAddkey type ssh-rsa\nPASS: hostkey agent\nrun test hostkey-rotate.sh ...\nlearn hostkey with StrictHostKeyChecking=no\nlearn additional hostkeys\nlearn additional hostkeys, type=ssh-ed25519\nlearn additional hostkeys, type=ecdsa-sha2-nistp256\nlearn additional hostkeys, type=ecdsa-sha2-nistp384\nlearn additional hostkeys, type=ecdsa-sha2-nistp521\nlearn additional hostkeys, type=ssh-rsa\nlearn changed non-primary hostkey type=ssh-rsa\nlearn new primary hostkey\nrotate primary hostkey\ncheck rotate primary hostkey\nPASS: hostkey rotate\nrun test principals-command.sh ...\nauthorized principals command: empty authorized_principals\nauthorized principals command: wrong authorized_principals\nauthorized principals command: correct authorized_principals\nauthorized principals command: authorized_principals bad key opt\nauthorized principals command: authorized_principals command=false\nauthorized principals command: authorized_principals command=true\nauthorized principals command: wrong principals key option\nauthorized principals command: correct principals key option\nPASS: authorized principals command\nrun test cert-file.sh ...\nidentity cert with no plain public file\nCertificateFile with no plain public file\nplain keys\nuntrusted cert\ngood cert, bad key\nsingle trusted\nmultiple trusted\nPASS: ssh with certificates\nrun test cfginclude.sh ...\nPASS: config include\nrun test servcfginclude.sh ...\nPASS: server config include\nrun test allow-deny-users.sh ...\nPASS: AllowUsers/DenyUsers\nrun test authinfo.sh ...\nExposeAuthInfo=no\nExposeAuthInfo=yes\nPASS: authinfo\nrun test sshsig.sh ...\nsshsig: make certificates\nsshsig: check signature for ssh-ed25519\nsshsig: check signature for ecdsa-sha2-nistp256\nsshsig: check signature for ecdsa-sha2-nistp384\nsshsig: check signature for ecdsa-sha2-nistp521\nsshsig: check signature for ssh-rsa\nsshsig: check signature for ssh-ed25519-cert.pub\nsshsig: check signature for ecdsa-sha2-nistp256-cert.pub\nsshsig: check signature for ecdsa-sha2-nistp384-cert.pub\nsshsig: check signature for ecdsa-sha2-nistp521-cert.pub\nsshsig: check signature for ssh-rsa-cert.pub\nsshsig: match principals\nsshsig: nomatch principals\nPASS: sshsig\nrun test knownhosts.sh ...\nPASS: known hosts\nrun test knownhosts-command.sh ...\nsimple connection\nno keys\nbad exit status\nkeytype ssh-ed25519\nkeytype ecdsa-sha2-nistp256\nkeytype ecdsa-sha2-nistp384\nkeytype ecdsa-sha2-nistp521\nkeytype ssh-rsa\nPASS: known hosts command\nrun test agent-restrict.sh ...\ngenerate keys\nprepare client config\nprepare known_hosts\nprepare server configs\nauthentication w/o agent\nstart agent\nauthentication with agent (no restrict)\nunrestricted keylist\nauthentication with agent (basic restrict)\nauthentication with agent incorrect key (basic restrict)\nkeylist (basic restrict)\nusername\nusername wildcard\nusername incorrect\nagent restriction honours certificate principal\nmultihop without agent\nmultihop agent unrestricted\nmultihop restricted\nmultihop username\nmultihop wildcard username\nmultihop wrong username\nmultihop cycle no agent\nmultihop cycle agent unrestricted\nmultihop cycle restricted deny\nmultihop cycle restricted allow\nPASS: agent restrictions\nrun test hostbased.sh ...\nSKIPPED: TEST_SSH_HOSTBASED_AUTH not set.\nrun test channel-timeout.sh ...\nno timeout\ncommand timeout\ncommand long timeout\ncommand wildcard timeout\ncommand irrelevant timeout\nmultiplexed command timeout\nirrelevant multiplexed command timeout\nglobal command timeout\nsftp no timeout\nsftp timeout\nConnection closed\r\nsftp irrelevant timeout\nPASS: channel timeout\nrun test connection-timeout.sh ...\nno timeout\ntimeout\nsession inhibits timeout\ntimeout after session\ntimeout with listeners\nPASS: unused connection timeout\nrun test match-subsystem.sh ...\nPASS: sshd_config match subsystem\nrun test agent-pkcs11-restrict.sh ...\nSKIPPED: No PKCS#11 library found\nrun test agent-pkcs11-cert.sh ...\nSKIPPED: No PKCS#11 library found\nrun test penalty.sh ...\ntest connect\npenalty for authentication failure\npenalty for no authentication\nPASS: penalties\nrun test penalty-expire.sh ...\ntest connect\npenalty expiry\nPASS: penalties\nset -e ; if test -z \"1\" ; then \\\n\tV=\"\" ; \\\n\ttest \"x\" = \"x\" || \\\n\t    V=/usr/lib/openssh/ptest/regress/valgrind-unit.sh ; \\\n\t $V /usr/lib/openssh/ptest/regress/unittests/sshbuf/test_sshbuf ; \\\n\t $V /usr/lib/openssh/ptest/regress/unittests/sshkey/test_sshkey \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/sshkey/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/sshsig/test_sshsig \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/sshsig/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/authopt/test_authopt \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/authopt/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/bitmap/test_bitmap ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/conversion/test_conversion ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/kex/test_kex ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/hostkeys/test_hostkeys \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/hostkeys/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/match/test_match ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/misc/test_misc ; \\\n\tif test \"x\" = \"xyes\"  ; then \\\n\t\t$V /usr/lib/openssh/ptest/regress/unittests/utf8/test_utf8 ; \\\n\tfi \\\nfi\nSKIP: agent-ptrace\nDURATION: 714\nEND: /usr/lib/openssh/ptest\n2025-06-16T11:46\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "openssh": {
     "duration": "714",
     "log": "START: ptest-runner\n2025-06-16T11:35\ntest \"x\" = \"x\" || mkdir -p /valgrind-out\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv ; \\\n\ttr '\\n' '\\r' </usr/lib/openssh/ptest/regress/rsa_ssh2.prv > /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv ; \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv ; \\\n\tawk '{print $0 \"\\r\"}' /usr/lib/openssh/ptest/regress/rsa_ssh2.prv > /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv ; \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2.prv\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv\n+ tr '\\n' '\\r'\n+ ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_cr.prv\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv\n+ awk '{print $0 \"\\r\"}' /usr/lib/openssh/ptest/regress/rsa_ssh2.prv\n+ ssh-keygen -if /usr/lib/openssh/ptest/regress/rsa_ssh2_crnl.prv\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.prv\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tcat /usr/lib/openssh/ptest/regress/rsa_openssh.prv > /t2.out ; \\\n\tchmod 600 /t2.out ; \\\n\tssh-keygen -yf /t2.out | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ cat /usr/lib/openssh/ptest/regress/rsa_openssh.prv\n+ chmod 600 /t2.out\n+ ssh-keygen -yf /t2.out\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -ef /usr/lib/openssh/ptest/regress/rsa_openssh.pub >/t3.out ; \\\n\tssh-keygen -if /t3.out | diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ ssh-keygen -ef /usr/lib/openssh/ptest/regress/rsa_openssh.pub\n+ ssh-keygen -if /t3.out\n+ diff - /usr/lib/openssh/ptest/regress/rsa_openssh.pub\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -E md5 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\\\n\t\tawk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t4.ok ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ ssh-keygen -E md5 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub\n+ awk '{print $2}'\n+ diff - /usr/lib/openssh/ptest/regress/t4.ok\nset -xe ; if ssh -Q key | grep -q \"^ssh-rsa\" ; then \\\n\tssh-keygen -Bf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\\\n\t\tawk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t5.ok ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-rsa\n+ awk '{print $2}'\n+ diff - /usr/lib/openssh/ptest/regress/t5.ok\n+ ssh-keygen -Bf /usr/lib/openssh/ptest/regress/rsa_openssh.pub\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/dsa_ssh2.prv > /t6.out1 ; \\\n\tssh-keygen -if /usr/lib/openssh/ptest/regress/dsa_ssh2.pub > /t6.out2 ; \\\n\tchmod 600 /t6.out1 ; \\\n\tssh-keygen -yf /t6.out1 | diff - /t6.out2 ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -q -t rsa -N '' -f /t7.out ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -lf /t7.out > /dev/null ; \\\n\tssh-keygen -Bf /t7.out > /dev/null ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -q -t dsa -N '' -f /t8.out ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -lf /t8.out > /dev/null ; \\\n\tssh-keygen -Bf /t8.out > /dev/null ; \\\nfi\n+ ssh -Q key\n+ grep -q ^ssh-dss\n! ssh -Q key-plain | grep ecdsa >/dev/null || \\\nssh-keygen -q -t ecdsa -N '' -f /t9.out\n! ssh -Q key-plain | grep ecdsa >/dev/null || \\\nssh-keygen -lf /t9.out > /dev/null\n! ssh -Q key-plain | grep ecdsa >/dev/null || \\\nssh-keygen -Bf /t9.out > /dev/null\nssh-keygen -q -t ed25519 -N '' -f /t10.out\nssh-keygen -lf /t10.out > /dev/null\nssh-keygen -Bf /t10.out > /dev/null\nset -xe ; if ssh -Q key | grep -q \"^ssh-dss\" ; then \\\n\tssh-keygen -E sha256 -lf /usr/lib/openssh/ptest/regress/rsa_openssh.pub |\\\n\t\tawk '{print $2}' | diff - /usr/lib/openssh/ptest/regress/t11.ok ; \\\nfi\n+ grep -q ^ssh-dss\n+ ssh -Q key\nssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f /t12.out\nssh-keygen -lf /t12.out.pub | grep test-comment-1234 >/dev/null\nrun test connect.sh ...\nrun test proxy-connect.sh ...\nPASS: simple connect\nplain username comp=no\nplain username comp=yes\nusername with style\nPASS: proxy connect\nrun test sshfp-connect.sh ...\nSKIPPED: TEST_SSH_SSHFP_DOMAIN not set.\nrun test connect-privsep.sh ...\nPASS: proxy connect with privsep\nrun test connect-uri.sh ...\nuri connect: no trailing slash\nuri connect: trailing slash\nuri connect: with path name\nPASS: uri connect\nrun test proto-version.sh ...\nPASS: sshd version with different protocol combinations\nrun test proto-mismatch.sh ...\nPASS: protocol version mismatch\nrun test exit-status.sh ...\ntest remote exit status: status 0\ntest remote exit status: status 1\ntest remote exit status: status 4\ntest remote exit status: status 5\ntest remote exit status: status 44\nPASS: remote exit status\nrun test exit-status-signal.sh ...\nPASS: exit status on signal\nrun test envpass.sh ...\ntest environment passing: pass env, don't accept\ntest environment passing: setenv, don't accept\ntest environment passing: don't pass env, accept\ntest environment passing: pass single env, accept single env\ntest environment passing: pass multiple env, accept multiple env\ntest environment passing: setenv, accept\ntest environment passing: setenv, first match wins\ntest environment passing: server setenv wins\ntest environment passing: server setenv wins\nPASS: environment passing\nrun test transfer.sh ...\nPASS: transfer data\nrun test banner.sh ...\ntest banner: missing banner file\ntest banner: size 0\ntest banner: size 10\ntest banner: size 100\ntest banner: size 1000\ntest banner: size 10000\ntest banner: size 100000\ntest banner: suppress banner (-q)\nPASS: banner\nrun test rekey.sh ...\nclient rekey KexAlgorithms=diffie-hellman-group1-sha1\nclient rekey KexAlgorithms=diffie-hellman-group14-sha1\nclient rekey KexAlgorithms=diffie-hellman-group14-sha256\nclient rekey KexAlgorithms=diffie-hellman-group16-sha512\nclient rekey KexAlgorithms=diffie-hellman-group18-sha512\nclient rekey KexAlgorithms=diffie-hellman-group-exchange-sha1\nclient rekey KexAlgorithms=diffie-hellman-group-exchange-sha256\nclient rekey KexAlgorithms=ecdh-sha2-nistp256\nclient rekey KexAlgorithms=ecdh-sha2-nistp384\nclient rekey KexAlgorithms=ecdh-sha2-nistp521\nclient rekey KexAlgorithms=curve25519-sha256\nclient rekey KexAlgorithms=sntrup761x25519-sha512\nclient rekey KexAlgorithms=sntrup761x25519-sha512@openssh.com\nclient rekey KexAlgorithms=mlkem768x25519-sha256\nclient rekey Ciphers=3des-cbc\nclient rekey Ciphers=aes128-cbc\nclient rekey Ciphers=aes192-cbc\nclient rekey Ciphers=aes256-cbc\nclient rekey Ciphers=aes128-ctr\nclient rekey Ciphers=aes192-ctr\nclient rekey Ciphers=aes256-ctr\nclient rekey Ciphers=aes128-gcm@openssh.com\nclient rekey Ciphers=aes256-gcm@openssh.com\nclient rekey Ciphers=chacha20-poly1305@openssh.com\nclient rekey MACs=hmac-sha1\nclient rekey MACs=hmac-sha1-96\nclient rekey MACs=hmac-sha2-256\nclient rekey MACs=hmac-sha2-512\nclient rekey MACs=hmac-md5\nclient rekey MACs=hmac-md5-96\nclient rekey MACs=umac-64@openssh.com\nclient rekey MACs=umac-128@openssh.com\nclient rekey MACs=hmac-sha1-etm@openssh.com\nclient rekey MACs=hmac-sha1-96-etm@openssh.com\nclient rekey MACs=hmac-sha2-256-etm@openssh.com\nclient rekey MACs=hmac-sha2-512-etm@openssh.com\nclient rekey MACs=hmac-md5-etm@openssh.com\nclient rekey MACs=hmac-md5-96-etm@openssh.com\nclient rekey MACs=umac-64-etm@openssh.com\nclient rekey MACs=umac-128-etm@openssh.com\nclient rekeylimit 16\nclient rekeylimit 1k\nclient rekeylimit 128k\nclient rekeylimit 256k\nclient rekeylimit default 5\nclient rekeylimit default 10\nclient rekeylimit default 5 no data\nclient rekeylimit default 10 no data\nserver rekeylimit 16\nserver rekeylimit 1k\nserver rekeylimit 128k\nserver rekeylimit 256k\nserver rekeylimit default 5 no data\nserver rekeylimit default 10 no data\nrekeylimit parsing: bytes\nrekeylimit parsing: time\nPASS: rekey\nrun test dhgex.sh ...\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 3des-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 3des-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-cbc\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-ctr\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-ctr\ndhgex bits 3072 diffie-hellman-group-exchange-sha1 aes128-gcm@openssh.com\ndhgex bits 3072 diffie-hellman-group-exchange-sha256 aes128-gcm@openssh.com\ndhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-cbc\ndhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-cbc\ndhgex bits 7680 diffie-hellman-group-exchange-sha1 aes192-ctr\ndhgex bits 7680 diffie-hellman-group-exchange-sha256 aes192-ctr\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-cbc\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-cbc\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-ctr\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-ctr\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 aes256-gcm@openssh.com\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 aes256-gcm@openssh.com\ndhgex bits 8192 diffie-hellman-group-exchange-sha1 chacha20-poly1305@openssh.com\ndhgex bits 8192 diffie-hellman-group-exchange-sha256 chacha20-poly1305@openssh.com\nPASS: dhgex\nrun test stderr-data.sh ...\ntest stderr data transfer: ()\ntest stderr data transfer: (-n)\nPASS: stderr data transfer\nrun test stderr-after-eof.sh ...\nPASS: stderr data after eof\nrun test broken-pipe.sh ...\nPASS: broken pipe test\nrun test try-ciphers.sh ...\ntest try ciphers: cipher 3des-cbc mac hmac-sha1\ntest try ciphers: cipher 3des-cbc mac hmac-sha1-96\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-256\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-512\ntest try ciphers: cipher 3des-cbc mac hmac-md5\ntest try ciphers: cipher 3des-cbc mac hmac-md5-96\ntest try ciphers: cipher 3des-cbc mac umac-64@openssh.com\ntest try ciphers: cipher 3des-cbc mac umac-128@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher 3des-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha1\ntest try ciphers: cipher aes128-cbc mac hmac-sha1-96\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-256\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-512\ntest try ciphers: cipher aes128-cbc mac hmac-md5\ntest try ciphers: cipher aes128-cbc mac hmac-md5-96\ntest try ciphers: cipher aes128-cbc mac umac-64@openssh.com\ntest try ciphers: cipher aes128-cbc mac umac-128@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes128-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha1\ntest try ciphers: cipher aes192-cbc mac hmac-sha1-96\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-256\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-512\ntest try ciphers: cipher aes192-cbc mac hmac-md5\ntest try ciphers: cipher aes192-cbc mac hmac-md5-96\ntest try ciphers: cipher aes192-cbc mac umac-64@openssh.com\ntest try ciphers: cipher aes192-cbc mac umac-128@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes192-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha1\ntest try ciphers: cipher aes256-cbc mac hmac-sha1-96\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-256\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-512\ntest try ciphers: cipher aes256-cbc mac hmac-md5\ntest try ciphers: cipher aes256-cbc mac hmac-md5-96\ntest try ciphers: cipher aes256-cbc mac umac-64@openssh.com\ntest try ciphers: cipher aes256-cbc mac umac-128@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes256-cbc mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha1\ntest try ciphers: cipher aes128-ctr mac hmac-sha1-96\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-256\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-512\ntest try ciphers: cipher aes128-ctr mac hmac-md5\ntest try ciphers: cipher aes128-ctr mac hmac-md5-96\ntest try ciphers: cipher aes128-ctr mac umac-64@openssh.com\ntest try ciphers: cipher aes128-ctr mac umac-128@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes128-ctr mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha1\ntest try ciphers: cipher aes192-ctr mac hmac-sha1-96\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-256\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-512\ntest try ciphers: cipher aes192-ctr mac hmac-md5\ntest try ciphers: cipher aes192-ctr mac hmac-md5-96\ntest try ciphers: cipher aes192-ctr mac umac-64@openssh.com\ntest try ciphers: cipher aes192-ctr mac umac-128@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes192-ctr mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha1\ntest try ciphers: cipher aes256-ctr mac hmac-sha1-96\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-256\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-512\ntest try ciphers: cipher aes256-ctr mac hmac-md5\ntest try ciphers: cipher aes256-ctr mac hmac-md5-96\ntest try ciphers: cipher aes256-ctr mac umac-64@openssh.com\ntest try ciphers: cipher aes256-ctr mac umac-128@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha1-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha1-96-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-256-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-sha2-512-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-md5-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac hmac-md5-96-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac umac-64-etm@openssh.com\ntest try ciphers: cipher aes256-ctr mac umac-128-etm@openssh.com\ntest try ciphers: cipher aes128-gcm@openssh.com mac hmac-sha1\ntest try ciphers: cipher aes256-gcm@openssh.com mac hmac-sha1\ntest try ciphers: cipher chacha20-poly1305@openssh.com mac hmac-sha1\nPASS: try ciphers\nrun test yes-head.sh ...\nPASS: yes pipe head\nrun test login-timeout.sh ...\nPASS: connect after login grace timeout\nrun test agent.sh ...\nPASS: simple agent test\nrun test agent-getpeereid.sh ...\nSKIPPED: skipped (running as root)\nrun test agent-timeout.sh ...\nPASS: agent timeout test\nrun test agent-subprocess.sh ...\nPASS: agent subprocess\nrun test keyscan.sh ...\nPASS: keyscan\nrun test keygen-change.sh ...\nPASS: change passphrase for key\nrun test keygen-comment.sh ...\nPASS: Comment extraction from private key\nrun test keygen-convert.sh ...\nPASS: convert keys\nrun test keygen-knownhosts.sh ...\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hosts updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hosts.old\n/usr/lib/openssh/ptest/regress/kh.hashed updated.\nOriginal contents retained as /usr/lib/openssh/ptest/regress/kh.hashed.old\nPASS: ssh-keygen known_hosts\nrun test keygen-moduli.sh ...\nPASS: keygen moduli\nrun test keygen-sshfp.sh ...\nPASS: keygen-sshfp\nrun test key-options.sh ...\nkey option command=\"echo bar\"\nkey option no-pty,command=\"echo bar\"\nkey option pty default\nkey option pty no-pty\nkey option pty restrict\nkey option pty restrict,pty\nkey option environment\nkey option from=\"127.0.0.1\"\nkey option from=\"127.0.0.0/8\"\nkey option expiry-time default\nkey option expiry-time invalid\nkey option expiry-time expired\nkey option expiry-time valid-64b\nPASS: key options\nrun test scp.sh ...\nscp: scp mode: simple copy local file to local file\nscp: scp mode: simple copy local file to remote file\nscp: scp mode: simple copy remote file to local file\nscp: scp mode: copy local file to remote file in place\nscp: scp mode: copy remote file to local file in place\nscp: scp mode: copy local file to remote file clobber\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/copy\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/data\nscp: scp mode: copy remote file to local file clobber\nscp: scp mode: simple copy local file to remote dir\nscp: scp mode: simple copy local file to local dir\nscp: scp mode: simple copy remote file to local dir\nscp: scp mode: recursive local dir to remote dir\nscp: scp mode: recursive local dir to local dir\nscp: scp mode: recursive remote dir to local dir\nscp: scp mode: unmatched glob file local->remote\nscp: scp mode: unmatched glob file remote->local\nscp: scp mode: unmatched glob dir recursive local->remote\nscp: scp mode: unmatched glob dir recursive remote->local\nscp: scp mode: shell metacharacters\nscp: scp mode: disallow bad server #0\nscp: scp mode: disallow bad server #1\nscp: scp mode: disallow bad server #2\nscp: scp mode: disallow bad server #3\nscp: scp mode: disallow bad server #4\nscp: scp mode: disallow bad server #5\nscp: scp mode: disallow bad server #6\nscp: scp mode: disallow bad server #7\nscp: scp mode: detect non-directory target\n/usr/lib/openssh/ptest/regress/copy2: Not a directory\nscp: sftp mode: simple copy local file to local file\nscp: sftp mode: simple copy local file to remote file\nscp: sftp mode: simple copy remote file to local file\nscp: sftp mode: copy local file to remote file in place\nscp: sftp mode: copy remote file to local file in place\nscp: sftp mode: copy local file to remote file clobber\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/copy\n-rw-r--r-- 1 root root 993976 Jun 16 11:39 /usr/lib/openssh/ptest/regress/data\nscp: sftp mode: copy remote file to local file clobber\nscp: sftp mode: simple copy local file to remote dir\nscp: sftp mode: simple copy local file to local dir\nscp: sftp mode: simple copy remote file to local dir\nscp: sftp mode: recursive local dir to remote dir\nscp: sftp mode: recursive local dir to local dir\nscp: sftp mode: recursive remote dir to local dir\nscp: sftp mode: unmatched glob file local->remote\nscp: sftp mode: unmatched glob file remote->local\nscp: sftp mode: unmatched glob dir recursive local->remote\nscp: sftp mode: unmatched glob dir recursive remote->local\nscp: sftp mode: shell metacharacters\nscp: sftp mode: disallow bad server #0\nscp: sftp mode: disallow bad server #1\nscp: sftp mode: disallow bad server #2\nscp: sftp mode: disallow bad server #3\nscp: sftp mode: disallow bad server #4\nscp: sftp mode: disallow bad server #5\nscp: sftp mode: disallow bad server #6\nscp: sftp mode: disallow bad server #7\nscp: sftp mode: detect non-directory target\n/usr/lib/openssh/ptest/regress/copy2: Not a directory\nPASS: scp\nrun test scp3.sh ...\nscp3: scp mode: simple copy remote file to remote file\nscp3: scp mode: simple copy remote file to remote dir\nscp3: scp mode: recursive remote dir to remote dir\nscp3: scp mode: detect non-directory target\nscp3: sftp mode: simple copy remote file to remote file\nscp3: sftp mode: simple copy remote file to remote dir\nscp3: sftp mode: recursive remote dir to remote dir\nscp3: sftp mode: detect non-directory target\nscp: /usr/lib/openssh/ptest/regress/copy2: destination is not a directory\nscp: /usr/lib/openssh/ptest/regress/copy2: destination is not a directory\nPASS: scp3\nrun test scp-uri.sh ...\nscp-uri: scp mode: simple copy local file to remote file\nscp-uri: scp mode: simple copy remote file to local file\nscp-uri: scp mode: simple copy local file to remote dir\nscp-uri: scp mode: simple copy remote file to local dir\nscp-uri: scp mode: recursive local dir to remote dir\nscp-uri: scp mode: recursive remote dir to local dir\nscp-uri: sftp mode: simple copy local file to remote file\nscp-uri: sftp mode: simple copy remote file to local file\nscp-uri: sftp mode: simple copy local file to remote dir\nscp-uri: sftp mode: simple copy remote file to local dir\nscp-uri: sftp mode: recursive local dir to remote dir\nscp-uri: sftp mode: recursive remote dir to local dir\nPASS: scp-uri\nrun test sftp.sh ...\ntest basic sftp put/get: buffer_size 5 num_requests 1\ntest basic sftp put/get: buffer_size 5 num_requests 2\ntest basic sftp put/get: buffer_size 5 num_requests 10\ntest basic sftp put/get: buffer_size 1000 num_requests 1\ntest basic sftp put/get: buffer_size 1000 num_requests 2\ntest basic sftp put/get: buffer_size 1000 num_requests 10\ntest basic sftp put/get: buffer_size 32000 num_requests 1\ntest basic sftp put/get: buffer_size 32000 num_requests 2\ntest basic sftp put/get: buffer_size 32000 num_requests 10\ntest basic sftp put/get: buffer_size 64000 num_requests 1\ntest basic sftp put/get: buffer_size 64000 num_requests 2\ntest basic sftp put/get: buffer_size 64000 num_requests 10\nPASS: basic sftp put/get\nrun test sftp-chroot.sh ...\ntest sftp in chroot: get\ntest sftp in chroot: match\nPASS: sftp in chroot\nrun test sftp-cmds.sh ...\nsftp commands: lls\nsftp commands: lls w/path\nsftp commands: ls\nsftp commands: shell\nsftp commands: pwd\nsftp commands: lpwd\nsftp commands: quit\nsftp commands: help\nsftp commands: get\nsftp commands: get quoted\nsftp commands: get filename with quotes\nsftp commands: get filename with spaces\nsftp commands: get filename with glob metacharacters\nsftp commands: get to directory\nsftp commands: glob get to directory\nsftp commands: get to local dir\nsftp commands: glob get to local dir\nsftp commands: put\nsftp commands: put filename with quotes\nsftp commands: put filename with spaces\nsftp commands: put to directory\nsftp commands: glob put to directory\nsftp commands: put to local dir\nsftp commands: glob put to local dir\nsftp commands: rename\nsftp commands: rename directory\nsftp commands: ln\nsftp commands: ln -s\nsftp commands: cp\nsftp commands: mkdir\nsftp commands: chdir\nsftp commands: rmdir\nsftp commands: lmkdir\nsftp commands: lchdir\nPASS: sftp commands\nrun test sftp-badcmds.sh ...\nsftp invalid commands: get nonexistent\nsftp invalid commands: glob get to nonexistent directory\nsftp invalid commands: put nonexistent\nsftp invalid commands: glob put to nonexistent directory\nsftp invalid commands: rename nonexistent\nsftp invalid commands: rename target exists (directory)\nsftp invalid commands: glob put files to local file\nPASS: sftp invalid commands\nrun test sftp-batch.sh ...\nsftp batchfile: good commands\nsftp batchfile: bad commands\nsftp batchfile: comments and blanks\nsftp batchfile: junk command\nPASS: sftp batchfile\nrun test sftp-glob.sh ...\nsftp glob: file glob\nsftp glob: dir glob\nsftp glob: quoted glob\nsftp glob: escaped glob\nsftp glob: escaped quote\nsftp glob: quoted quote\nsftp glob: single-quoted quote\nsftp glob: escaped space\nsftp glob: quoted space\nsftp glob: escaped slash\nsftp glob: quoted slash\nsftp glob: escaped slash at EOL\nsftp glob: quoted slash at EOL\nsftp glob: escaped slash+quote\nsftp glob: quoted slash+quote\nPASS: sftp glob\nrun test sftp-perm.sh ...\nsftp permissions: read-only upload\nsftp permissions: read-only setstat\nsftp permissions: read-only rm\nsftp permissions: read-only mkdir\nsftp permissions: read-only rmdir\nsftp permissions: read-only posix-rename\nsftp permissions: read-only oldrename\nsftp permissions: read-only symlink\nsftp permissions: read-only hardlink\nsftp permissions: explicit open\nsftp permissions: explicit read\nsftp permissions: explicit write\nsftp permissions: explicit lstat\nsftp permissions: explicit opendir\nsftp permissions: explicit readdir\nsftp permissions: explicit setstat\nsftp permissions: explicit remove\nsftp permissions: explicit mkdir\nsftp permissions: explicit rmdir\nsftp permissions: explicit rename\nsftp permissions: explicit symlink\nsftp permissions: explicit hardlink\nsftp permissions: explicit statvfs\nPASS: sftp permissions\nrun test sftp-resume.sh ...\nsftp resume: put\nsftp resume: get\nPASS: sftp resume\nrun test sftp-uri.sh ...\nsftp-uri: non-interactive fetch to local file\nsftp-uri: non-interactive fetch to local dir\nsftp-uri: put to remote directory (trailing slash)\nsftp-uri: put to remote directory (no slash)\nPASS: sftp-uri\nrun test reconfigure.sh ...\nPASS: simple connect after reconfigure\nrun test dynamic-forward.sh ...\ntest -D forwarding\ntest -R forwarding\nPermitRemoteOpen=any\nPermitRemoteOpen=none\nPermitRemoteOpen=explicit\nPermitRemoteOpen=disallowed\nPASS: dynamic forwarding\nrun test forwarding.sh ...\nPASS: local and remote forwarding\nrun test multiplex.sh ...\ntest connection multiplexing: setenv\ntest connection multiplexing: envpass\ntest connection multiplexing: transfer \ntest connection multiplexing: transfer -Oproxy\ntest connection multiplexing: forward\ntest connection multiplexing: status 0 ()\ntest connection multiplexing: status 0 (-Oproxy)\ntest connection multiplexing: status 1 ()\ntest connection multiplexing: status 1 (-Oproxy)\ntest connection multiplexing: status 4 ()\ntest connection multiplexing: status 4 (-Oproxy)\ntest connection multiplexing: status 5 ()\ntest connection multiplexing: status 5 (-Oproxy)\ntest connection multiplexing: status 44 ()\ntest connection multiplexing: status 44 (-Oproxy)\ntest connection multiplexing: cmd check\ntest connection multiplexing: cmd forward local (TCP)\ntest connection multiplexing: cmd forward remote (TCP)\ntest connection multiplexing: cmd forward local (UNIX)\ntest connection multiplexing: cmd forward remote (UNIX)\ntest connection multiplexing: cmd exit\ntest connection multiplexing: cmd stop\nPASS: connection multiplexing\nrun test reexec.sh ...\ntest config passing\ntest reexec fallback\nPASS: reexec tests\nrun test brokenkeys.sh ...\nPASS: broken keys\nrun test sshcfgparse.sh ...\nreparse minimal config\nssh -W opts\nuser first match\npubkeyacceptedalgorithms\nagentforwarding\ncommand line override\nPASS: ssh config parse\nrun test cfgparse.sh ...\nreparse minimal config\nreparse regress config\nlistenaddress order\nPASS: sshd config parse\nrun test cfgmatch.sh ...\nPASS: sshd_config match\nrun test cfgmatchlisten.sh ...\nPASS: sshd_config matchlisten\nrun test percent.sh ...\npercent expansions matchexec percent\npercent expansions localcommand percent\npercent expansions remotecommand percent\npercent expansions controlpath percent\npercent expansions identityagent percent\npercent expansions forwardagent percent\npercent expansions localforward percent\npercent expansions remoteforward percent\npercent expansions revokedhostkeys percent\npercent expansions user percent\npercent expansions user-l percent\npercent expansions user-at percent\npercent expansions setenv percent\npercent expansions userknownhostsfile percent\npercent expansions controlpath dollar\npercent expansions identityagent dollar\npercent expansions forwardagent dollar\npercent expansions localforward dollar\npercent expansions remoteforward dollar\npercent expansions user dollar\npercent expansions user-l dollar\npercent expansions user-at dollar\npercent expansions setenv dollar\npercent expansions userknownhostsfile dollar\npercent expansions controlpath tilde\npercent expansions identityagent tilde\npercent expansions forwardagent tilde\nPASS: percent expansions\nrun test addrmatch.sh ...\ntest first entry for user 192.168.0.1 somehost\ntest negative match for user 192.168.30.1 somehost\ntest no match for user 19.0.0.1 somehost\ntest list middle for user 10.255.255.254 somehost\ntest faked IP in hostname for user 192.168.30.1 192.168.0.1\ntest bare IP4 address for user 1.1.1.1 somehost.example.com\ntest localaddress for user 19.0.0.1 somehost\ntest localport for user 19.0.0.1 somehost\ntest bare IP6 address for user ::1 somehost.example.com\ntest deny IPv6 for user ::2 somehost.example.com\ntest IP6 negated for user ::3 somehost\ntest IP6 no match for user ::4 somehost\ntest IP6 network for user 2000::1 somehost\ntest IP6 network for user 2001::1 somehost\ntest IP6 localaddress for user ::5 somehost\ntest IP6 localport for user ::5 somehost\ntest invalid Match address 10.0.1.0/8\ntest invalid Match localaddress 10.0.1.0/8\ntest invalid Match address 10.0.0.1/24\ntest invalid Match localaddress 10.0.0.1/24\ntest invalid Match address 2000:aa:bb:01::/56\ntest invalid Match localaddress 2000:aa:bb:01::/56\nPASS: address match\nrun test localcommand.sh ...\ntest localcommand: proto  localcommand\nPASS: localcommand\nrun test forcecommand.sh ...\n\nConnection closed.  \nConnection closed\n\nConnection closed.  \nConnection closed\nPASS: forced command\nrun test portnum.sh ...\nport number parsing: invalid port 0\nport number parsing: invalid port 65536\nport number parsing: invalid port 131073\nport number parsing: invalid port 2000blah\nport number parsing: invalid port blah2000\nport number parsing: valid port 1\nport number parsing: valid port 22\nport number parsing: valid port 2222\nport number parsing: valid port 22222\nport number parsing: valid port 65535\nPASS: port number parsing\nrun test keytype.sh ...\nkeygen ed25519, 512 bits\nkeygen ecdsa, 256 bits\nkeygen ecdsa, 384 bits\nkeygen ecdsa, 521 bits\nkeygen rsa, 2048 bits\nkeygen rsa, 3072 bits\nuserkey ed25519-512, hostkey ed25519-512\nuserkey ed25519-512, hostkey ed25519-512\nuserkey ed25519-512, hostkey ed25519-512\nuserkey ecdsa-256, hostkey ecdsa-256\nuserkey ecdsa-256, hostkey ecdsa-256\nuserkey ecdsa-256, hostkey ecdsa-256\nuserkey ecdsa-384, hostkey ecdsa-384\nuserkey ecdsa-384, hostkey ecdsa-384\nuserkey ecdsa-384, hostkey ecdsa-384\nuserkey ecdsa-521, hostkey ecdsa-521\nuserkey ecdsa-521, hostkey ecdsa-521\nuserkey ecdsa-521, hostkey ecdsa-521\nuserkey rsa-2048, hostkey rsa-2048\nuserkey rsa-2048, hostkey rsa-2048\nuserkey rsa-2048, hostkey rsa-2048\nuserkey rsa-3072, hostkey rsa-3072\nuserkey rsa-3072, hostkey rsa-3072\nuserkey rsa-3072, hostkey rsa-3072\nPASS: login with different key types\nrun test kextype.sh ...\nkex diffie-hellman-group1-sha1\nkex diffie-hellman-group14-sha1\nkex diffie-hellman-group14-sha256\nkex diffie-hellman-group16-sha512\nkex diffie-hellman-group18-sha512\nkex diffie-hellman-group-exchange-sha1\nkex diffie-hellman-group-exchange-sha256\nkex ecdh-sha2-nistp256\nkex ecdh-sha2-nistp384\nkex ecdh-sha2-nistp521\nkex curve25519-sha256\nkex curve25519-sha256@libssh.org\nkex sntrup761x25519-sha512\nkex sntrup761x25519-sha512@openssh.com\nkex mlkem768x25519-sha256\nPASS: login with different key exchange algorithms\nrun test cert-hostkey.sh ...\nRevoking from /usr/lib/openssh/ptest/regress/host_ca_key.pub\nRevoking from /usr/lib/openssh/ptest/regress/host_ca_key2.pub\ncertified host keys: sign host ed25519 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ed25519.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ed25519-cert.pub\ncertified host keys: sign host ecdsa-sha2-nistp256 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp256.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp256-cert.pub\ncertified host keys: sign host ecdsa-sha2-nistp384 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp384.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp384-cert.pub\ncertified host keys: sign host ecdsa-sha2-nistp521 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp521.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_ecdsa-sha2-nistp521-cert.pub\ncertified host keys: sign host rsa cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-cert.pub\ncertified host keys: sign host rsa-sha2-256 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-256.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-256-cert.pub\ncertified host keys: sign host rsa-sha2-512 cert\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-512.pub\nRevoking from /usr/lib/openssh/ptest/regress/cert_host_key_rsa-sha2-512-cert.pub\ncertified host keys: host ed25519 cert connect\ncertified host keys: ed25519 basic connect expect success yes\ncertified host keys: ed25519 empty KRL expect success yes\ncertified host keys: ed25519 KRL w/ plain key revoked expect success no\ncertified host keys: ed25519 KRL w/ cert revoked expect success no\ncertified host keys: ed25519 KRL w/ CA revoked expect success no\ncertified host keys: ed25519 empty plaintext revocation expect success yes\ncertified host keys: ed25519 plain key plaintext revocation expect success no\ncertified host keys: ed25519 cert plaintext revocation expect success no\ncertified host keys: ed25519 CA plaintext revocation expect success no\ncertified host keys: host ecdsa-sha2-nistp256 cert connect\ncertified host keys: ecdsa-sha2-nistp256 basic connect expect success yes\ncertified host keys: ecdsa-sha2-nistp256 empty KRL expect success yes\ncertified host keys: ecdsa-sha2-nistp256 KRL w/ plain key revoked expect success no\ncertified host keys: ecdsa-sha2-nistp256 KRL w/ cert revoked expect success no\ncertified host keys: ecdsa-sha2-nistp256 KRL w/ CA revoked expect success no\ncertified host keys: ecdsa-sha2-nistp256 empty plaintext revocation expect success yes\ncertified host keys: ecdsa-sha2-nistp256 plain key plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp256 cert plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp256 CA plaintext revocation expect success no\ncertified host keys: host ecdsa-sha2-nistp384 cert connect\ncertified host keys: ecdsa-sha2-nistp384 basic connect expect success yes\ncertified host keys: ecdsa-sha2-nistp384 empty KRL expect success yes\ncertified host keys: ecdsa-sha2-nistp384 KRL w/ plain key revoked expect success no\ncertified host keys: ecdsa-sha2-nistp384 KRL w/ cert revoked expect success no\ncertified host keys: ecdsa-sha2-nistp384 KRL w/ CA revoked expect success no\ncertified host keys: ecdsa-sha2-nistp384 empty plaintext revocation expect success yes\ncertified host keys: ecdsa-sha2-nistp384 plain key plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp384 cert plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp384 CA plaintext revocation expect success no\ncertified host keys: host ecdsa-sha2-nistp521 cert connect\ncertified host keys: ecdsa-sha2-nistp521 basic connect expect success yes\ncertified host keys: ecdsa-sha2-nistp521 empty KRL expect success yes\ncertified host keys: ecdsa-sha2-nistp521 KRL w/ plain key revoked expect success no\ncertified host keys: ecdsa-sha2-nistp521 KRL w/ cert revoked expect success no\ncertified host keys: ecdsa-sha2-nistp521 KRL w/ CA revoked expect success no\ncertified host keys: ecdsa-sha2-nistp521 empty plaintext revocation expect success yes\ncertified host keys: ecdsa-sha2-nistp521 plain key plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp521 cert plaintext revocation expect success no\ncertified host keys: ecdsa-sha2-nistp521 CA plaintext revocation expect success no\ncertified host keys: host rsa cert connect\ncertified host keys: rsa basic connect expect success yes\ncertified host keys: rsa empty KRL expect success yes\ncertified host keys: rsa KRL w/ plain key revoked expect success no\ncertified host keys: rsa KRL w/ cert revoked expect success no\ncertified host keys: rsa KRL w/ CA revoked expect success no\ncertified host keys: rsa empty plaintext revocation expect success yes\ncertified host keys: rsa plain key plaintext revocation expect success no\ncertified host keys: rsa cert plaintext revocation expect success no\ncertified host keys: rsa CA plaintext revocation expect success no\ncertified host keys: host rsa-sha2-256 cert connect\ncertified host keys: rsa-sha2-256 basic connect expect success yes\ncertified host keys: rsa-sha2-256 empty KRL expect success yes\ncertified host keys: rsa-sha2-256 KRL w/ plain key revoked expect success no\ncertified host keys: rsa-sha2-256 KRL w/ cert revoked expect success no\ncertified host keys: rsa-sha2-256 KRL w/ CA revoked expect success no\ncertified host keys: rsa-sha2-256 empty plaintext revocation expect success yes\ncertified host keys: rsa-sha2-256 plain key plaintext revocation expect success no\ncertified host keys: rsa-sha2-256 cert plaintext revocation expect success no\ncertified host keys: rsa-sha2-256 CA plaintext revocation expect success no\ncertified host keys: host rsa-sha2-512 cert connect\ncertified host keys: rsa-sha2-512 basic connect expect success yes\ncertified host keys: rsa-sha2-512 empty KRL expect success yes\ncertified host keys: rsa-sha2-512 KRL w/ plain key revoked expect success no\ncertified host keys: rsa-sha2-512 KRL w/ cert revoked expect success no\ncertified host keys: rsa-sha2-512 KRL w/ CA revoked expect success no\ncertified host keys: rsa-sha2-512 empty plaintext revocation expect success yes\ncertified host keys: rsa-sha2-512 plain key plaintext revocation expect success no\ncertified host keys: rsa-sha2-512 cert plaintext revocation expect success no\ncertified host keys: rsa-sha2-512 CA plaintext revocation expect success no\ncertified host keys: host ed25519 revoked cert\ncertified host keys: host ecdsa-sha2-nistp256 revoked cert\ncertified host keys: host ecdsa-sha2-nistp384 revoked cert\ncertified host keys: host ecdsa-sha2-nistp521 revoked cert\ncertified host keys: host rsa revoked cert\ncertified host keys: host rsa-sha2-256 revoked cert\ncertified host keys: host rsa-sha2-512 revoked cert\ncertified host keys: host ed25519 revoked cert\ncertified host keys: host ecdsa-sha2-nistp256 revoked cert\ncertified host keys: host ecdsa-sha2-nistp384 revoked cert\ncertified host keys: host ecdsa-sha2-nistp521 revoked cert\ncertified host keys: host rsa revoked cert\ncertified host keys: host rsa-sha2-256 revoked cert\ncertified host keys: host rsa-sha2-512 revoked cert\ncertified host keys: host ed25519  cert downgrade to raw key\ncertified host keys: host ecdsa-sha2-nistp256  cert downgrade to raw key\ncertified host keys: host ecdsa-sha2-nistp384  cert downgrade to raw key\ncertified host keys: host ecdsa-sha2-nistp521  cert downgrade to raw key\ncertified host keys: host rsa  cert downgrade to raw key\ncertified host keys: host rsa-sha2-256  cert downgrade to raw key\ncertified host keys: host rsa-sha2-512  cert downgrade to raw key\ncertified host keys: host ed25519 connect wrong cert\ncertified host keys: host ecdsa-sha2-nistp256 connect wrong cert\ncertified host keys: host ecdsa-sha2-nistp384 connect wrong cert\ncertified host keys: host ecdsa-sha2-nistp521 connect wrong cert\ncertified host keys: host rsa connect wrong cert\ncertified host keys: host rsa-sha2-256 connect wrong cert\ncertified host keys: host rsa-sha2-512 connect wrong cert\nPASS: certified host keys\nrun test cert-userkey.sh ...\ncertified user keys: sign user ed25519 cert\ncertified user keys: sign user ecdsa-sha2-nistp256 cert\ncertified user keys: sign user ecdsa-sha2-nistp384 cert\ncertified user keys: sign user ecdsa-sha2-nistp521 cert\ncertified user keys: sign user rsa cert\ncertified user keys: sign user rsa-sha2-256 cert\ncertified user keys: sign user rsa-sha2-512 cert\ncertified user keys: ed25519 missing authorized_principals\ncertified user keys: ed25519 empty authorized_principals\ncertified user keys: ed25519 wrong authorized_principals\ncertified user keys: ed25519 correct authorized_principals\ncertified user keys: ed25519 authorized_principals bad key opt\ncertified user keys: ed25519 authorized_principals command=false\ncertified user keys: ed25519 authorized_principals command=true\ncertified user keys: ed25519 wrong principals key option\ncertified user keys: ed25519 correct principals key option\ncertified user keys: ecdsa-sha2-nistp256 missing authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 empty authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 wrong authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 correct authorized_principals\ncertified user keys: ecdsa-sha2-nistp256 authorized_principals bad key opt\ncertified user keys: ecdsa-sha2-nistp256 authorized_principals command=false\ncertified user keys: ecdsa-sha2-nistp256 authorized_principals command=true\ncertified user keys: ecdsa-sha2-nistp256 wrong principals key option\ncertified user keys: ecdsa-sha2-nistp256 correct principals key option\ncertified user keys: ecdsa-sha2-nistp384 missing authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 empty authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 wrong authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 correct authorized_principals\ncertified user keys: ecdsa-sha2-nistp384 authorized_principals bad key opt\ncertified user keys: ecdsa-sha2-nistp384 authorized_principals command=false\ncertified user keys: ecdsa-sha2-nistp384 authorized_principals command=true\ncertified user keys: ecdsa-sha2-nistp384 wrong principals key option\ncertified user keys: ecdsa-sha2-nistp384 correct principals key option\ncertified user keys: ecdsa-sha2-nistp521 missing authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 empty authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 wrong authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 correct authorized_principals\ncertified user keys: ecdsa-sha2-nistp521 authorized_principals bad key opt\ncertified user keys: ecdsa-sha2-nistp521 authorized_principals command=false\ncertified user keys: ecdsa-sha2-nistp521 authorized_principals command=true\ncertified user keys: ecdsa-sha2-nistp521 wrong principals key option\ncertified user keys: ecdsa-sha2-nistp521 correct principals key option\ncertified user keys: rsa missing authorized_principals\ncertified user keys: rsa empty authorized_principals\ncertified user keys: rsa wrong authorized_principals\ncertified user keys: rsa correct authorized_principals\ncertified user keys: rsa authorized_principals bad key opt\ncertified user keys: rsa authorized_principals command=false\ncertified user keys: rsa authorized_principals command=true\ncertified user keys: rsa wrong principals key option\ncertified user keys: rsa correct principals key option\ncertified user keys: rsa-sha2-256 missing authorized_principals\ncertified user keys: rsa-sha2-256 empty authorized_principals\ncertified user keys: rsa-sha2-256 wrong authorized_principals\ncertified user keys: rsa-sha2-256 correct authorized_principals\ncertified user keys: rsa-sha2-256 authorized_principals bad key opt\ncertified user keys: rsa-sha2-256 authorized_principals command=false\ncertified user keys: rsa-sha2-256 authorized_principals command=true\ncertified user keys: rsa-sha2-256 wrong principals key option\ncertified user keys: rsa-sha2-256 correct principals key option\ncertified user keys: rsa-sha2-512 missing authorized_principals\ncertified user keys: rsa-sha2-512 empty authorized_principals\ncertified user keys: rsa-sha2-512 wrong authorized_principals\ncertified user keys: rsa-sha2-512 correct authorized_principals\ncertified user keys: rsa-sha2-512 authorized_principals bad key opt\ncertified user keys: rsa-sha2-512 authorized_principals command=false\ncertified user keys: rsa-sha2-512 authorized_principals command=true\ncertified user keys: rsa-sha2-512 wrong principals key option\ncertified user keys: rsa-sha2-512 correct principals key option\ncertified user keys: ed25519 authorized_keys connect\ncertified user keys: ed25519 authorized_keys revoked key\ncertified user keys: ed25519 authorized_keys revoked via KRL\ncertified user keys: ed25519 authorized_keys empty KRL\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys connect\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys revoked key\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp256 authorized_keys empty KRL\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys connect\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys revoked key\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp384 authorized_keys empty KRL\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys connect\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys revoked key\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp521 authorized_keys empty KRL\ncertified user keys: rsa authorized_keys connect\ncertified user keys: rsa authorized_keys revoked key\ncertified user keys: rsa authorized_keys revoked via KRL\ncertified user keys: rsa authorized_keys empty KRL\ncertified user keys: rsa-sha2-256 authorized_keys connect\ncertified user keys: rsa-sha2-256 authorized_keys revoked key\ncertified user keys: rsa-sha2-256 authorized_keys revoked via KRL\ncertified user keys: rsa-sha2-256 authorized_keys empty KRL\ncertified user keys: rsa-sha2-512 authorized_keys connect\ncertified user keys: rsa-sha2-512 authorized_keys revoked key\ncertified user keys: rsa-sha2-512 authorized_keys revoked via KRL\ncertified user keys: rsa-sha2-512 authorized_keys empty KRL\ncertified user keys: rsa-sha2-512 authorized_keys revoked CA key\ncertified user keys: authorized_keys CA does not authenticate\ncertified user keys: ensure CA key does not authenticate user\ncertified user keys: ed25519 TrustedUserCAKeys connect\ncertified user keys: ed25519 TrustedUserCAKeys revoked key\ncertified user keys: ed25519 TrustedUserCAKeys revoked via KRL\ncertified user keys: ed25519 TrustedUserCAKeys empty KRL\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys connect\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked key\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp256 TrustedUserCAKeys empty KRL\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys connect\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked key\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp384 TrustedUserCAKeys empty KRL\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys connect\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked key\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys revoked via KRL\ncertified user keys: ecdsa-sha2-nistp521 TrustedUserCAKeys empty KRL\ncertified user keys: rsa TrustedUserCAKeys connect\ncertified user keys: rsa TrustedUserCAKeys revoked key\ncertified user keys: rsa TrustedUserCAKeys revoked via KRL\ncertified user keys: rsa TrustedUserCAKeys empty KRL\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys connect\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys revoked key\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys revoked via KRL\ncertified user keys: rsa-sha2-256 TrustedUserCAKeys empty KRL\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys connect\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys revoked key\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys revoked via KRL\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys empty KRL\ncertified user keys: rsa-sha2-512 TrustedUserCAKeys revoked CA key\ncertified user keys: TrustedUserCAKeys CA does not authenticate\ncertified user keys: ensure CA key does not authenticate user\ncertified user keys: correct principal auth authorized_keys expect success rsa\ncertified user keys: correct principal auth authorized_keys expect success ed25519\ncertified user keys: correct principal auth TrustedUserCAKeys expect success rsa\ncertified user keys: correct principal auth TrustedUserCAKeys expect success ed25519\ncertified user keys: host-certificate auth authorized_keys expect failure rsa\ncertified user keys: host-certificate auth authorized_keys expect failure ed25519\ncertified user keys: host-certificate auth TrustedUserCAKeys expect failure rsa\ncertified user keys: host-certificate auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: wrong principals auth authorized_keys expect failure rsa\ncertified user keys: wrong principals auth authorized_keys expect failure ed25519\ncertified user keys: wrong principals auth TrustedUserCAKeys expect failure rsa\ncertified user keys: wrong principals auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: cert not yet valid auth authorized_keys expect failure rsa\ncertified user keys: cert not yet valid auth authorized_keys expect failure ed25519\ncertified user keys: cert not yet valid auth TrustedUserCAKeys expect failure rsa\ncertified user keys: cert not yet valid auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: cert expired auth authorized_keys expect failure rsa\ncertified user keys: cert expired auth authorized_keys expect failure ed25519\ncertified user keys: cert expired auth TrustedUserCAKeys expect failure rsa\ncertified user keys: cert expired auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: cert valid interval auth authorized_keys expect success rsa\ncertified user keys: cert valid interval auth authorized_keys expect success ed25519\ncertified user keys: cert valid interval auth TrustedUserCAKeys expect success rsa\ncertified user keys: cert valid interval auth TrustedUserCAKeys expect success ed25519\ncertified user keys: wrong source-address auth authorized_keys expect failure rsa\ncertified user keys: wrong source-address auth authorized_keys expect failure ed25519\ncertified user keys: wrong source-address auth TrustedUserCAKeys expect failure rsa\ncertified user keys: wrong source-address auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: force-command auth authorized_keys expect failure rsa\ncertified user keys: force-command auth authorized_keys expect failure ed25519\ncertified user keys: force-command auth TrustedUserCAKeys expect failure rsa\ncertified user keys: force-command auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: empty principals auth authorized_keys expect success rsa\ncertified user keys: empty principals auth authorized_keys expect success ed25519\ncertified user keys: empty principals auth TrustedUserCAKeys expect failure rsa\ncertified user keys: empty principals auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success rsa\ncertified user keys: AuthorizedPrincipalsFile principals auth TrustedUserCAKeys expect success ed25519\ncertified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure rsa\ncertified user keys: AuthorizedPrincipalsFile no principals auth TrustedUserCAKeys expect failure ed25519\ncertified user keys: principals key option principals auth authorized_keys expect success rsa\ncertified user keys: principals key option principals auth authorized_keys expect success ed25519\ncertified user keys: principals key option no principals auth authorized_keys expect failure rsa\ncertified user keys: principals key option no principals auth authorized_keys expect failure ed25519\ncertified user keys: force-command match true auth authorized_keys expect success rsa\ncertified user keys: force-command match true auth authorized_keys expect success ed25519\ncertified user keys: force-command match true auth authorized_keys expect failure rsa\ncertified user keys: force-command match true auth authorized_keys expect failure ed25519\ncertified user keys: force-command mismatch 1 auth authorized_keys expect failure rsa\ncertified user keys: force-command mismatch 1 auth authorized_keys expect failure ed25519\ncertified user keys: force-command mismatch 2 auth authorized_keys expect failure rsa\ncertified user keys: force-command mismatch 2 auth authorized_keys expect failure ed25519\ncertified user keys: user ed25519 connect wrong cert\ncertified user keys: user ecdsa-sha2-nistp256 connect wrong cert\ncertified user keys: user ecdsa-sha2-nistp384 connect wrong cert\ncertified user keys: user ecdsa-sha2-nistp521 connect wrong cert\ncertified user keys: user rsa connect wrong cert\ncertified user keys: user rsa-sha2-256 connect wrong cert\ncertified user keys: user rsa-sha2-512 connect wrong cert\nPASS: certified user keys\nrun test host-expand.sh ...\nPASS: expand %h and %n\nrun test keys-command.sh ...\nAuthorizedKeysCommand with arguments\nAuthorizedKeysCommand without arguments\nPASS: authorized keys from command\nrun test forward-control.sh ...\ncheck_lfwd done (expecting Y): default configuration\ncheck_rfwd done (expecting Y): default configuration\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, !PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, !PermitOpen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, !permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, !permitopen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=yes, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=yes, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=yes, restrict\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, restrict,port-forwarding\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local\ncheck_rfwd done (expecting N): AllowTcpForwarding=local\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, !PermitOpen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, !permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, !permitopen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=local, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, restrict\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, restrict,port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, restrict,port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, !PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, PermitOpen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, !permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, !permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, permitopen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=remote, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=remote, restrict\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, restrict,port-forwarding\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, restrict,port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=no\ncheck_rfwd done (expecting N): AllowTcpForwarding=no\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, !PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, PermitOpen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, PermitOpen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, !permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, !permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, permitopen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, permitopen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, no-port-forwarding\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, restrict\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, restrict\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, restrict,port-forwarding\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=yes, !PermitListen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=yes, PermitListen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, !PermitListen\ncheck_lfwd done (expecting Y): AllowTcpForwarding=local, PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=local, PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=remote, !PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=remote, PermitListen\ncheck_rfwd done (expecting Y): AllowTcpForwarding=remote, PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, !PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, !PermitListen\ncheck_lfwd done (expecting N): AllowTcpForwarding=no, PermitListen\ncheck_rfwd done (expecting N): AllowTcpForwarding=no, PermitListen\nPASS: sshd control of local and remote forwarding\nrun test integrity.sh ...\ntest integrity: hmac-sha1 @2900\ntest integrity: hmac-sha1 @2901\ntest integrity: hmac-sha1 @2902\ntest integrity: hmac-sha1 @2903\ntest integrity: hmac-sha1 @2904\ntest integrity: hmac-sha1 @2905\ntest integrity: hmac-sha1 @2906\ntest integrity: hmac-sha1 @2907\ntest integrity: hmac-sha1 @2908\ntest integrity: hmac-sha1 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha1-96 @2900\ntest integrity: hmac-sha1-96 @2901\ntest integrity: hmac-sha1-96 @2902\ntest integrity: hmac-sha1-96 @2903\ntest integrity: hmac-sha1-96 @2904\ntest integrity: hmac-sha1-96 @2905\ntest integrity: hmac-sha1-96 @2906\ntest integrity: hmac-sha1-96 @2907\ntest integrity: hmac-sha1-96 @2908\ntest integrity: hmac-sha1-96 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-256 @2900\ntest integrity: hmac-sha2-256 @2901\ntest integrity: hmac-sha2-256 @2902\ntest integrity: hmac-sha2-256 @2903\ntest integrity: hmac-sha2-256 @2904\ntest integrity: hmac-sha2-256 @2905\ntest integrity: hmac-sha2-256 @2906\ntest integrity: hmac-sha2-256 @2907\ntest integrity: hmac-sha2-256 @2908\ntest integrity: hmac-sha2-256 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-512 @2900\ntest integrity: hmac-sha2-512 @2901\ntest integrity: hmac-sha2-512 @2902\ntest integrity: hmac-sha2-512 @2903\ntest integrity: hmac-sha2-512 @2904\ntest integrity: hmac-sha2-512 @2905\ntest integrity: hmac-sha2-512 @2906\ntest integrity: hmac-sha2-512 @2907\ntest integrity: hmac-sha2-512 @2908\ntest integrity: hmac-sha2-512 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5 @2900\ntest integrity: hmac-md5 @2901\ntest integrity: hmac-md5 @2902\ntest integrity: hmac-md5 @2903\ntest integrity: hmac-md5 @2904\ntest integrity: hmac-md5 @2905\ntest integrity: hmac-md5 @2906\ntest integrity: hmac-md5 @2907\ntest integrity: hmac-md5 @2908\ntest integrity: hmac-md5 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5-96 @2900\ntest integrity: hmac-md5-96 @2901\ntest integrity: hmac-md5-96 @2902\ntest integrity: hmac-md5-96 @2903\ntest integrity: hmac-md5-96 @2904\ntest integrity: hmac-md5-96 @2905\ntest integrity: hmac-md5-96 @2906\ntest integrity: hmac-md5-96 @2907\ntest integrity: hmac-md5-96 @2908\ntest integrity: hmac-md5-96 @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-64@openssh.com @2900\ntest integrity: umac-64@openssh.com @2901\ntest integrity: umac-64@openssh.com @2902\ntest integrity: umac-64@openssh.com @2903\ntest integrity: umac-64@openssh.com @2904\ntest integrity: umac-64@openssh.com @2905\ntest integrity: umac-64@openssh.com @2906\ntest integrity: umac-64@openssh.com @2907\ntest integrity: umac-64@openssh.com @2908\ntest integrity: umac-64@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-128@openssh.com @2900\ntest integrity: umac-128@openssh.com @2901\ntest integrity: umac-128@openssh.com @2902\ntest integrity: umac-128@openssh.com @2903\ntest integrity: umac-128@openssh.com @2904\ntest integrity: umac-128@openssh.com @2905\ntest integrity: umac-128@openssh.com @2906\ntest integrity: umac-128@openssh.com @2907\ntest integrity: umac-128@openssh.com @2908\ntest integrity: umac-128@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha1-etm@openssh.com @2900\ntest integrity: hmac-sha1-etm@openssh.com @2901\ntest integrity: hmac-sha1-etm@openssh.com @2902\ntest integrity: hmac-sha1-etm@openssh.com @2903\ntest integrity: hmac-sha1-etm@openssh.com @2904\ntest integrity: hmac-sha1-etm@openssh.com @2905\ntest integrity: hmac-sha1-etm@openssh.com @2906\ntest integrity: hmac-sha1-etm@openssh.com @2907\ntest integrity: hmac-sha1-etm@openssh.com @2908\ntest integrity: hmac-sha1-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha1-96-etm@openssh.com @2900\ntest integrity: hmac-sha1-96-etm@openssh.com @2901\ntest integrity: hmac-sha1-96-etm@openssh.com @2902\ntest integrity: hmac-sha1-96-etm@openssh.com @2903\ntest integrity: hmac-sha1-96-etm@openssh.com @2904\ntest integrity: hmac-sha1-96-etm@openssh.com @2905\ntest integrity: hmac-sha1-96-etm@openssh.com @2906\ntest integrity: hmac-sha1-96-etm@openssh.com @2907\ntest integrity: hmac-sha1-96-etm@openssh.com @2908\ntest integrity: hmac-sha1-96-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-256-etm@openssh.com @2900\ntest integrity: hmac-sha2-256-etm@openssh.com @2901\ntest integrity: hmac-sha2-256-etm@openssh.com @2902\ntest integrity: hmac-sha2-256-etm@openssh.com @2903\ntest integrity: hmac-sha2-256-etm@openssh.com @2904\ntest integrity: hmac-sha2-256-etm@openssh.com @2905\ntest integrity: hmac-sha2-256-etm@openssh.com @2906\ntest integrity: hmac-sha2-256-etm@openssh.com @2907\ntest integrity: hmac-sha2-256-etm@openssh.com @2908\ntest integrity: hmac-sha2-256-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-sha2-512-etm@openssh.com @2900\ntest integrity: hmac-sha2-512-etm@openssh.com @2901\ntest integrity: hmac-sha2-512-etm@openssh.com @2902\ntest integrity: hmac-sha2-512-etm@openssh.com @2903\ntest integrity: hmac-sha2-512-etm@openssh.com @2904\ntest integrity: hmac-sha2-512-etm@openssh.com @2905\ntest integrity: hmac-sha2-512-etm@openssh.com @2906\ntest integrity: hmac-sha2-512-etm@openssh.com @2907\ntest integrity: hmac-sha2-512-etm@openssh.com @2908\ntest integrity: hmac-sha2-512-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5-etm@openssh.com @2900\ntest integrity: hmac-md5-etm@openssh.com @2901\ntest integrity: hmac-md5-etm@openssh.com @2902\ntest integrity: hmac-md5-etm@openssh.com @2903\ntest integrity: hmac-md5-etm@openssh.com @2904\ntest integrity: hmac-md5-etm@openssh.com @2905\ntest integrity: hmac-md5-etm@openssh.com @2906\ntest integrity: hmac-md5-etm@openssh.com @2907\ntest integrity: hmac-md5-etm@openssh.com @2908\ntest integrity: hmac-md5-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: hmac-md5-96-etm@openssh.com @2900\ntest integrity: hmac-md5-96-etm@openssh.com @2901\ntest integrity: hmac-md5-96-etm@openssh.com @2902\ntest integrity: hmac-md5-96-etm@openssh.com @2903\ntest integrity: hmac-md5-96-etm@openssh.com @2904\ntest integrity: hmac-md5-96-etm@openssh.com @2905\ntest integrity: hmac-md5-96-etm@openssh.com @2906\ntest integrity: hmac-md5-96-etm@openssh.com @2907\ntest integrity: hmac-md5-96-etm@openssh.com @2908\ntest integrity: hmac-md5-96-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-64-etm@openssh.com @2900\ntest integrity: umac-64-etm@openssh.com @2901\ntest integrity: umac-64-etm@openssh.com @2902\ntest integrity: umac-64-etm@openssh.com @2903\ntest integrity: umac-64-etm@openssh.com @2904\ntest integrity: umac-64-etm@openssh.com @2905\ntest integrity: umac-64-etm@openssh.com @2906\ntest integrity: umac-64-etm@openssh.com @2907\ntest integrity: umac-64-etm@openssh.com @2908\ntest integrity: umac-64-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: umac-128-etm@openssh.com @2900\ntest integrity: umac-128-etm@openssh.com @2901\ntest integrity: umac-128-etm@openssh.com @2902\ntest integrity: umac-128-etm@openssh.com @2903\ntest integrity: umac-128-etm@openssh.com @2904\ntest integrity: umac-128-etm@openssh.com @2905\ntest integrity: umac-128-etm@openssh.com @2906\ntest integrity: umac-128-etm@openssh.com @2907\ntest integrity: umac-128-etm@openssh.com @2908\ntest integrity: umac-128-etm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: aes128-gcm@openssh.com @2900\ntest integrity: aes128-gcm@openssh.com @2901\ntest integrity: aes128-gcm@openssh.com @2902\ntest integrity: aes128-gcm@openssh.com @2903\ntest integrity: aes128-gcm@openssh.com @2904\ntest integrity: aes128-gcm@openssh.com @2905\ntest integrity: aes128-gcm@openssh.com @2906\ntest integrity: aes128-gcm@openssh.com @2907\ntest integrity: aes128-gcm@openssh.com @2908\ntest integrity: aes128-gcm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: aes256-gcm@openssh.com @2900\ntest integrity: aes256-gcm@openssh.com @2901\ntest integrity: aes256-gcm@openssh.com @2902\ntest integrity: aes256-gcm@openssh.com @2903\ntest integrity: aes256-gcm@openssh.com @2904\ntest integrity: aes256-gcm@openssh.com @2905\ntest integrity: aes256-gcm@openssh.com @2906\ntest integrity: aes256-gcm@openssh.com @2907\ntest integrity: aes256-gcm@openssh.com @2908\ntest integrity: aes256-gcm@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\ntest integrity: chacha20-poly1305@openssh.com @2900\ntest integrity: chacha20-poly1305@openssh.com @2901\ntest integrity: chacha20-poly1305@openssh.com @2902\ntest integrity: chacha20-poly1305@openssh.com @2903\ntest integrity: chacha20-poly1305@openssh.com @2904\ntest integrity: chacha20-poly1305@openssh.com @2905\ntest integrity: chacha20-poly1305@openssh.com @2906\ntest integrity: chacha20-poly1305@openssh.com @2907\ntest integrity: chacha20-poly1305@openssh.com @2908\ntest integrity: chacha20-poly1305@openssh.com @2909\ntest integrity: 10 errors: mac 10 padding 0 length 0 timeout 0\nPASS: integrity\nrun test krl.sh ...\nkey revocation lists: generating test keys\nkey revocation lists: generating KRLs\nkey revocation lists: checking revocations for revoked keys\nkey revocation lists: checking revocations for unrevoked keys\nkey revocation lists: checking revocations for revoked certs\nkey revocation lists: checking revocations for unrevoked certs\nkey revocation lists: testing KRL update\nkey revocation lists: checking revocations for revoked keys\nkey revocation lists: checking revocations for unrevoked keys\nkey revocation lists: checking revocations for revoked certs\nkey revocation lists: checking revocations for unrevoked certs\nPASS: key revocation lists\nrun test multipubkey.sh ...\nPASS: multiple pubkey\nrun test limit-keytype.sh ...\nallow rsa,ed25519\nallow ed25519\nallow cert only\nmatch w/ no match\nmatch w/ matching\nPASS: restrict pubkey type\nrun test hostkey-agent.sh ...\nkey type ssh-ed25519\nkey type ecdsa-sha2-nistp256\nkey type ecdsa-sha2-nistp384\nkey type ecdsa-sha2-nistp521\nkey type ssh-rsa\ncert type ssh-ed25519-cert-v01@openssh.com\ncert type ecdsa-sha2-nistp256-cert-v01@openssh.com\ncert type ecdsa-sha2-nistp384-cert-v01@openssh.com\ncert type ecdsa-sha2-nistp521-cert-v01@openssh.com\ncert type ssh-rsa-cert-v01@openssh.com\ncert type rsa-sha2-256-cert-v01@openssh.com\ncert type rsa-sha2-512-cert-v01@openssh.com\nmultiple hostkeys\nAddkey type ssh-ed25519\nAddkey type ecdsa-sha2-nistp256\nAddkey type ecdsa-sha2-nistp384\nAddkey type ecdsa-sha2-nistp521\nAddkey type ssh-rsa\nPASS: hostkey agent\nrun test hostkey-rotate.sh ...\nlearn hostkey with StrictHostKeyChecking=no\nlearn additional hostkeys\nlearn additional hostkeys, type=ssh-ed25519\nlearn additional hostkeys, type=ecdsa-sha2-nistp256\nlearn additional hostkeys, type=ecdsa-sha2-nistp384\nlearn additional hostkeys, type=ecdsa-sha2-nistp521\nlearn additional hostkeys, type=ssh-rsa\nlearn changed non-primary hostkey type=ssh-rsa\nlearn new primary hostkey\nrotate primary hostkey\ncheck rotate primary hostkey\nPASS: hostkey rotate\nrun test principals-command.sh ...\nauthorized principals command: empty authorized_principals\nauthorized principals command: wrong authorized_principals\nauthorized principals command: correct authorized_principals\nauthorized principals command: authorized_principals bad key opt\nauthorized principals command: authorized_principals command=false\nauthorized principals command: authorized_principals command=true\nauthorized principals command: wrong principals key option\nauthorized principals command: correct principals key option\nPASS: authorized principals command\nrun test cert-file.sh ...\nidentity cert with no plain public file\nCertificateFile with no plain public file\nplain keys\nuntrusted cert\ngood cert, bad key\nsingle trusted\nmultiple trusted\nPASS: ssh with certificates\nrun test cfginclude.sh ...\nPASS: config include\nrun test servcfginclude.sh ...\nPASS: server config include\nrun test allow-deny-users.sh ...\nPASS: AllowUsers/DenyUsers\nrun test authinfo.sh ...\nExposeAuthInfo=no\nExposeAuthInfo=yes\nPASS: authinfo\nrun test sshsig.sh ...\nsshsig: make certificates\nsshsig: check signature for ssh-ed25519\nsshsig: check signature for ecdsa-sha2-nistp256\nsshsig: check signature for ecdsa-sha2-nistp384\nsshsig: check signature for ecdsa-sha2-nistp521\nsshsig: check signature for ssh-rsa\nsshsig: check signature for ssh-ed25519-cert.pub\nsshsig: check signature for ecdsa-sha2-nistp256-cert.pub\nsshsig: check signature for ecdsa-sha2-nistp384-cert.pub\nsshsig: check signature for ecdsa-sha2-nistp521-cert.pub\nsshsig: check signature for ssh-rsa-cert.pub\nsshsig: match principals\nsshsig: nomatch principals\nPASS: sshsig\nrun test knownhosts.sh ...\nPASS: known hosts\nrun test knownhosts-command.sh ...\nsimple connection\nno keys\nbad exit status\nkeytype ssh-ed25519\nkeytype ecdsa-sha2-nistp256\nkeytype ecdsa-sha2-nistp384\nkeytype ecdsa-sha2-nistp521\nkeytype ssh-rsa\nPASS: known hosts command\nrun test agent-restrict.sh ...\ngenerate keys\nprepare client config\nprepare known_hosts\nprepare server configs\nauthentication w/o agent\nstart agent\nauthentication with agent (no restrict)\nunrestricted keylist\nauthentication with agent (basic restrict)\nauthentication with agent incorrect key (basic restrict)\nkeylist (basic restrict)\nusername\nusername wildcard\nusername incorrect\nagent restriction honours certificate principal\nmultihop without agent\nmultihop agent unrestricted\nmultihop restricted\nmultihop username\nmultihop wildcard username\nmultihop wrong username\nmultihop cycle no agent\nmultihop cycle agent unrestricted\nmultihop cycle restricted deny\nmultihop cycle restricted allow\nPASS: agent restrictions\nrun test hostbased.sh ...\nSKIPPED: TEST_SSH_HOSTBASED_AUTH not set.\nrun test channel-timeout.sh ...\nno timeout\ncommand timeout\ncommand long timeout\ncommand wildcard timeout\ncommand irrelevant timeout\nmultiplexed command timeout\nirrelevant multiplexed command timeout\nglobal command timeout\nsftp no timeout\nsftp timeout\nConnection closed\nsftp irrelevant timeout\nPASS: channel timeout\nrun test connection-timeout.sh ...\nno timeout\ntimeout\nsession inhibits timeout\ntimeout after session\ntimeout with listeners\nPASS: unused connection timeout\nrun test match-subsystem.sh ...\nPASS: sshd_config match subsystem\nrun test agent-pkcs11-restrict.sh ...\nSKIPPED: No PKCS#11 library found\nrun test agent-pkcs11-cert.sh ...\nSKIPPED: No PKCS#11 library found\nrun test penalty.sh ...\ntest connect\npenalty for authentication failure\npenalty for no authentication\nPASS: penalties\nrun test penalty-expire.sh ...\ntest connect\npenalty expiry\nPASS: penalties\nset -e ; if test -z \"1\" ; then \\\n\tV=\"\" ; \\\n\ttest \"x\" = \"x\" || \\\n\t    V=/usr/lib/openssh/ptest/regress/valgrind-unit.sh ; \\\n\t $V /usr/lib/openssh/ptest/regress/unittests/sshbuf/test_sshbuf ; \\\n\t $V /usr/lib/openssh/ptest/regress/unittests/sshkey/test_sshkey \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/sshkey/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/sshsig/test_sshsig \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/sshsig/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/authopt/test_authopt \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/authopt/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/bitmap/test_bitmap ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/conversion/test_conversion ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/kex/test_kex ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/hostkeys/test_hostkeys \\\n\t\t-d /usr/lib/openssh/ptest/regress/unittests/hostkeys/testdata ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/match/test_match ; \\\n\t$V /usr/lib/openssh/ptest/regress/unittests/misc/test_misc ; \\\n\tif test \"x\" = \"xyes\"  ; then \\\n\t\t$V /usr/lib/openssh/ptest/regress/unittests/utf8/test_utf8 ; \\\n\tfi \\\nfi\nSKIP: agent-ptrace\nDURATION: 714\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.519376277923584,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-openssl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-openssl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015082359313964844,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1324586868286133,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.029592514038085938,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 116.10420179367065,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012769699096679688,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.openssl.00-prep_fipsmodule_cnf.t_.._skipped:_FIPS_module_config_file_only_supported_in_a_fips_build": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.01-test_abort.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.01-test_fipsmodule_cnf.t_................_skipped:_Test_only_supported_in_a_fips_build": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.01-test_sanity.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.01-test_test.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_byteorder.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_errstr.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_internal_context.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_internal_ctype.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_internal_exts.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_internal_keymgmt.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_internal_provider.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_lhash.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_list.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_localetest.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_ordinals.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_priority_queue.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_sparse_array.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_stack.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_strtoul.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_time.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.02-test_windows_registry.t_.............._skipped:_Windows_registry_tests_are_only_available_on_windows": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.03-test_evp_extra_ml_kem.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_exdata.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_fipsinstall.t_..................._skipped:_Test_only_supported_in_a_fips_build": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.03-test_internal_asn1.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_asn1_dsa.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_bn.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_chacha.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_curve448.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_ec.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_ffc.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_mdc2.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_ml_kem.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_modes.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_namemap.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_poly1305.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_rsa_sp800_56b.t_........_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_siphash.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_sm2.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_sm3.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_sm4.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_ssl_cert_table.t_......._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_internal_x509.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_params_api.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_property.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.03-test_ui.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_asn1_decode.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_asn1_encode.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_asn1_parse.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_asn1_stable_parse.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_asn1_string_table.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_bio_callback.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_bio_core.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_bio_dgram.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_bio_tfo.t_......................._skipped:_This_test_requires_enable-tfo": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.04-test_bioprint.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_conf.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_encoder_decoder.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_encoder_decoder_legacy.t_........_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_err.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_hexstring.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_membio.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_nodefltctx.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_param_build.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_params.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_params_conversion.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_pem_read_depr.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_pem_reading.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_provfetch.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_provider.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_provider_default_search_path.t_.._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_provider_fallback.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_provider_pkey.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_punycode.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.04-test_upcalls.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_bf.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_cast.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_cmac.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_des.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_hmac.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_idea.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_pbe.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_rand.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_rc2.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_rc4.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.05-test_rc5.t_..........................._skipped:_rc5_is_not_supported_by_this_OpenSSL_build": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.06-test_algorithmid.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.06-test_rdcpu_sanity.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.07-test_bio_comp.t_......................_skipped:_No_compression_algorithms": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.10-test_bn.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.10-test_exp.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_dh.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_dsa.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_dsaparam.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_ec.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_ecdsa.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_ecparam.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_gendh.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_gendhparam.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_gendsa.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_genec.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_genpkey.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_genrsa.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_gensm2.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_ml_dsa_codecs.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_ml_kem_codecs.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_mp_rsa.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_out_option.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_pkey.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_rsa.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_rsaoaep.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_rsapss.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_rsax931.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.15-test_sha.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_app.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_cli_fips.t_......................_skipped:_Test_only_supported_in_a_fips_build_with_security_checks": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.20-test_dgst.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_dhparam.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_dhparam_check.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_enc.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_enc_more.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_kdf.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_legacy_okay.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_mac.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_nocache.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_passwd.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_pkeyutl.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_rand_config.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_speed.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.20-test_spkac.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_crl.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_d2i.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_eai_data.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_pkcs7.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_pkcs8.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_req.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_rusext.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_sid.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_verify.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_verify_store.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.25-test_x509.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_acvp.t_.........................._skipped:_ACVP_is_not_supported_by_this_test": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.30-test_aesgcm.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_afalg.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_defltfips.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_engine.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_byname.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_extra.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_fetch_prov.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_kdf.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_libctx.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_pkey_dhkem.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_pkey_dparam.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_pkey_provided.t_............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_skey.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_evp_xof.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_hpke.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_ml_dsa.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_pairwise_fail.t_................._skipped:_These_tests_are_unsupported_in_a_non_fips_build": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.30-test_pbelu.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_pkey_meth.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_pkey_meth_kdf.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_prov_config.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_provider_status.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.30-test_slh_dsa.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.40-test_rehash.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_acert.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_check_cert_pkey.t_.........._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_dup_cert.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_load_cert_file.t_..........._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_req.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_store.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.60-test_x509_time.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.61-test_bio_addr.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.61-test_bio_meth.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.61-test_bio_prefix.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.61-test_bio_pw_callback.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.61-test_bio_readbuffer.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_asn.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_client.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_ctx.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_hdr.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_msg.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_protect.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_server.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_status.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.65-test_cmp_vfy.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.66-test_ossl_store.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_asyncio.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_bad_dtls.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_certtypeext.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_clienthello.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_comp.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_key_share.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_npn.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_packet.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_cfq.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_fc.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_fifd.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_lcidm.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_multistream.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_qlog.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_radix.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_rcidm.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_record.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_srtm.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_stream.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_tserver.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_txp.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_txpim.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_quic_wire.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_recordlen.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_renegotiation.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_servername.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslcbcpadding.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslcertstatus.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslextension.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslkeylogfile.t_................._skipped:_test_sslkeylogfile_requires_SSLKEYLOGFILE_support": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.70-test_sslmessages.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslrecords.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslsessiontick.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslsigalgs.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslsignature.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslskewith0p.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslversions.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_sslvertol.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13alerts.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13certcomp.t_................._skipped:_test_tls13certcomp_needs_compression_and_algorithms_enabled": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.70-test_tls13cookie.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13downgrade.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13groupselection.t_..........._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13hrr.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13kexmodes.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13messages.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tls13psk.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_tlsextms.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_verify_extra.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.70-test_wpacket.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.71-test_ssl_ctx.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.75-test_json_enc.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.75-test_quic_ackm.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.75-test_quic_cc.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.75-test_quic_srt_gen.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.75-test_quicapi.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.79-test_http.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ca.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ca_internals.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_cipherbytes.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_cipherlist.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ciphername.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_cmp_http.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_cms.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_cmsapi.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ct.t_............................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_dane.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_dtls.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_dtls_mtu.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_dtlsv1listen.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ocsp.t_.........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_pkcs12.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_policy_tree.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ssl_new.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ssl_old.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_ssl_test_ctx.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_sslcorrupt.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_tsa.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.80-test_x509aux.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.81-test_cmp_cli.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.82-test_ocsp_cert_chain.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.82-test_tfo_cli.t_......................._skipped:_test_tfo_cli_needs_tfo_enabled": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.90-test_asn1_time.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_async.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_bio_base64.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_bio_enc.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_bio_memleak.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_cert_comp.t_....................._skipped:_Certificate_compression_is_disabled_in_this_OpenSSL_build": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.90-test_constant_time.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_fatalerr.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_fipsload.t_......................_skipped:_Test_is_disabled_with_disabled_fips": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.90-test_gmdiff.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_ige.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_includes.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_memleak.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_overhead.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_quicfaults.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_rpk.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_secmem.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_shlibload.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_srp.t_..........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_sslapi.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_sslbuffers.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_store.t_........................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_store_cases.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_sysdefault.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_threads.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_time_offset.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_tls13ccs.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_tls13encryption.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_tls13secrets.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_trace_api.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.90-test_v3name.t_........................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.91-test_pkey_check.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.95-test_external_cf_quiche.t_............_skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.95-test_external_gost_engine.t_.........._skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.95-test_external_krb5.t_................._skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.95-test_external_oqsprovider.t_.........._skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.95-test_external_pkcs11_provider.t_......_skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.95-test_external_pyca.t_................._skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.95-test_external_tlsfuzzer.t_............_skipped:_No_external_tests_in_this_configuration": {
    "status": "SKIPPED"
   },
   "ptestresult.openssl.99-test_ecstress.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_acert.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_asn1.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_asn1parse.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_bignum.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_bndiv.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_client.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_cmp.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_cms.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_conf.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_crl.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_ct.t_......................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_decoder.t_.................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_dtlsclient.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_dtlsserver.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_hashtable.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_ml-dsa.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_ml-kem.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_pem.t_......................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_provider.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_punycode.t_................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_quic_client.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_quic_lcidm.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_quic_rcidm.t_..............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_quic_server.t_.............._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_quic_srtm.t_................_ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_server.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_sl-dsa.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_smime.t_...................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_v3name.t_..................._ok": {
    "status": "PASSED"
   },
   "ptestresult.openssl.99-test_fuzz_x509.t_....................._ok": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/openssl/ptest\nUsing HARNESS_JOBS=4\nSKIP: 00-prep_fipsmodule_cnf.t .. skipped: FIPS module config file only supported in a fips build\nFiles=1, Tests=0,  1 wallclock secs ( 0.03 usr  0.02 sys +  0.48 cusr  0.05 csys =  0.58 CPU)\nResult: NOTESTS\nPASS: 99-test_fuzz_acert.t .................... ok\nPASS: 99-test_fuzz_asn1.t ..................... ok\nSKIP: 01-test_fipsmodule_cnf.t ................ skipped: Test only supported in a fips build\nPASS: 99-test_fuzz_asn1parse.t ................ ok\nPASS: 99-test_fuzz_bignum.t ................... ok\nPASS: 99-test_fuzz_bndiv.t .................... ok\nPASS: 99-test_fuzz_client.t ................... ok\nPASS: 01-test_abort.t ......................... ok\nPASS: 99-test_fuzz_cmp.t ...................... ok\nPASS: 99-test_fuzz_cms.t ...................... ok\nPASS: 99-test_fuzz_conf.t ..................... ok\nPASS: 99-test_fuzz_crl.t ...................... ok\nPASS: 99-test_fuzz_decoder.t .................. ok\nPASS: 99-test_fuzz_hashtable.t ................ ok\nPASS: 99-test_fuzz_ct.t ....................... ok\nPASS: 99-test_fuzz_ml-dsa.t ................... ok\nPASS: 99-test_fuzz_dtlsclient.t ............... ok\nPASS: 99-test_fuzz_dtlsserver.t ............... ok\nPASS: 99-test_fuzz_pem.t ...................... ok\nPASS: 99-test_fuzz_ml-kem.t ................... ok\nPASS: 99-test_fuzz_punycode.t ................. ok\nPASS: 99-test_fuzz_provider.t ................. ok\nPASS: 99-test_fuzz_quic_client.t .............. ok\nPASS: 99-test_fuzz_quic_rcidm.t ............... ok\nPASS: 99-test_fuzz_quic_lcidm.t ............... ok\nPASS: 99-test_fuzz_quic_server.t .............. ok\nPASS: 99-test_fuzz_server.t ................... ok\nPASS: 99-test_fuzz_quic_srtm.t ................ ok\nPASS: 99-test_fuzz_smime.t .................... ok\nPASS: 99-test_fuzz_v3name.t ................... ok\nPASS: 99-test_fuzz_sl-dsa.t ................... ok\nPASS: 99-test_fuzz_x509.t ..................... ok\nPASS: 01-test_test.t .......................... ok\nPASS: 02-test_byteorder.t ..................... ok\nPASS: 02-test_internal_context.t .............. ok\nPASS: 02-test_internal_ctype.t ................ ok\nPASS: 02-test_internal_exts.t ................. ok\nPASS: 02-test_internal_keymgmt.t .............. ok\nPASS: 02-test_internal_provider.t ............. ok\nPASS: 01-test_sanity.t ........................ ok\nPASS: 02-test_list.t .......................... ok\nPASS: 02-test_localetest.t .................... ok\nPASS: 02-test_ordinals.t ...................... ok\nPASS: 02-test_priority_queue.t ................ ok\nPASS: 02-test_errstr.t ........................ ok\nPASS: 02-test_sparse_array.t .................. ok\nPASS: 02-test_stack.t ......................... ok\nPASS: 02-test_strtoul.t ....................... ok\nSKIP: 02-test_windows_registry.t .............. skipped: Windows registry tests are only available on windows\nPASS: 02-test_time.t .......................... ok\nPASS: 03-test_evp_extra_ml_kem.t .............. ok\nPASS: 03-test_exdata.t ........................ ok\nPASS: 03-test_internal_asn1.t ................. ok\nSKIP: 03-test_fipsinstall.t ................... skipped: Test only supported in a fips build\nPASS: 03-test_internal_asn1_dsa.t ............. ok\nPASS: 03-test_internal_bn.t ................... ok\nPASS: 03-test_internal_chacha.t ............... ok\nPASS: 03-test_internal_ec.t ................... ok\nPASS: 03-test_internal_curve448.t ............. ok\nPASS: 03-test_internal_mdc2.t ................. ok\nPASS: 03-test_internal_ml_kem.t ............... ok\nPASS: 03-test_internal_modes.t ................ ok\nPASS: 03-test_internal_namemap.t .............. ok\nPASS: 03-test_internal_poly1305.t ............. ok\nPASS: 03-test_internal_rsa_sp800_56b.t ........ ok\nPASS: 03-test_internal_siphash.t .............. ok\nPASS: 03-test_internal_sm2.t .................. ok\nPASS: 03-test_internal_sm3.t .................. ok\nPASS: 03-test_internal_sm4.t .................. ok\nPASS: 03-test_internal_ssl_cert_table.t ....... ok\nPASS: 03-test_internal_x509.t ................. ok\nPASS: 03-test_params_api.t .................... ok\nPASS: 03-test_property.t ...................... ok\nPASS: 03-test_ui.t ............................ ok\nPASS: 04-test_asn1_decode.t ................... ok\nPASS: 04-test_asn1_encode.t ................... ok\nPASS: 04-test_asn1_parse.t .................... ok\nPASS: 04-test_asn1_stable_parse.t ............. ok\nPASS: 04-test_asn1_string_table.t ............. ok\nPASS: 04-test_bio_callback.t .................. ok\nPASS: 04-test_bio_core.t ...................... ok\nPASS: 04-test_bio_dgram.t ..................... ok\nSKIP: 04-test_bio_tfo.t ....................... skipped: This test requires enable-tfo\nPASS: 04-test_bioprint.t ...................... ok\nPASS: 04-test_conf.t .......................... ok\nPASS: 03-test_internal_ffc.t .................. ok\nPASS: 04-test_encoder_decoder_legacy.t ........ ok\nPASS: 04-test_err.t ........................... ok\nPASS: 04-test_hexstring.t ..................... ok\nPASS: 04-test_membio.t ........................ ok\nPASS: 04-test_nodefltctx.t .................... ok\nPASS: 04-test_param_build.t ................... ok\nPASS: 04-test_params.t ........................ ok\nPASS: 04-test_params_conversion.t ............. ok\nPASS: 04-test_pem_read_depr.t ................. ok\nPASS: 04-test_encoder_decoder.t ............... ok\nPASS: 04-test_pem_reading.t ................... ok\nPASS: 04-test_provfetch.t ..................... ok\nPASS: 04-test_provider.t ...................... ok\nPASS: 04-test_provider_default_search_path.t .. ok\nPASS: 04-test_provider_fallback.t ............. ok\nPASS: 04-test_punycode.t ...................... ok\nPASS: 04-test_provider_pkey.t ................. ok\nPASS: 04-test_upcalls.t ....................... ok\nPASS: 05-test_bf.t ............................ ok\nPASS: 05-test_cmac.t .......................... ok\nPASS: 05-test_des.t ........................... ok\nPASS: 05-test_hmac.t .......................... ok\nPASS: 05-test_idea.t .......................... ok\nPASS: 02-test_lhash.t ......................... ok\nPASS: 05-test_pbe.t ........................... ok\nPASS: 05-test_cast.t .......................... ok\nPASS: 05-test_rc2.t ........................... ok\nSKIP: 05-test_rc5.t ........................... skipped: rc5 is not supported by this OpenSSL build\nPASS: 05-test_rc4.t ........................... ok\nPASS: 06-test_rdcpu_sanity.t .................. ok\nSKIP: 07-test_bio_comp.t ...................... skipped: No compression algorithms\nPASS: 06-test_algorithmid.t ................... ok\nPASS: 10-test_bn.t ............................ ok\nPASS: 15-test_dh.t ............................ ok\nPASS: 05-test_rand.t .......................... ok\nPASS: 80-test_ssl_new.t ....................... ok\nPASS: 10-test_exp.t ........................... ok\nPASS: 15-test_dsa.t ........................... ok\nPASS: 15-test_ec.t ............................ ok\nPASS: 15-test_ecdsa.t ......................... ok\nPASS: 15-test_gendh.t ......................... ok\nPASS: 15-test_gendhparam.t .................... ok\nPASS: 15-test_gendsa.t ........................ ok\nPASS: 15-test_genpkey.t ....................... ok\nPASS: 15-test_genrsa.t ........................ ok\nPASS: 15-test_gensm2.t ........................ ok\nPASS: 15-test_dsaparam.t ...................... ok\nPASS: 15-test_ml_dsa_codecs.t ................. ok\nPASS: 15-test_ecparam.t ....................... ok\nPASS: 15-test_out_option.t .................... ok\nPASS: 15-test_pkey.t .......................... ok\nPASS: 15-test_ml_kem_codecs.t ................. ok\nPASS: 15-test_rsaoaep.t ....................... ok\nPASS: 15-test_rsa.t ........................... ok\nPASS: 15-test_rsax931.t ....................... ok\nPASS: 15-test_rsapss.t ........................ ok\nPASS: 15-test_sha.t ........................... ok\nPASS: 20-test_app.t ........................... ok\nSKIP: 20-test_cli_fips.t ...................... skipped: Test only supported in a fips build with security checks\nPASS: 20-test_dgst.t .......................... ok\nPASS: 20-test_dhparam.t ....................... ok\nPASS: 20-test_enc.t ........................... ok\nPASS: 15-test_mp_rsa.t ........................ ok\nPASS: 20-test_kdf.t ........................... ok\nPASS: 20-test_legacy_okay.t ................... ok\nPASS: 20-test_mac.t ........................... ok\nPASS: 20-test_nocache.t ....................... ok\nPASS: 20-test_passwd.t ........................ ok\nPASS: 20-test_pkeyutl.t ....................... ok\nPASS: 20-test_rand_config.t ................... ok\nPASS: 20-test_speed.t ......................... ok\nPASS: 20-test_enc_more.t ...................... ok\nPASS: 20-test_spkac.t ......................... ok\nPASS: 25-test_crl.t ........................... ok\nPASS: 25-test_d2i.t ........................... ok\nPASS: 25-test_eai_data.t ...................... ok\nPASS: 25-test_pkcs7.t ......................... ok\nPASS: 25-test_pkcs8.t ......................... ok\nPASS: 25-test_rusext.t ........................ ok\nPASS: 15-test_genec.t ......................... ok\nPASS: 25-test_sid.t ........................... ok\nPASS: 25-test_verify_store.t .................. ok\nPASS: 20-test_dhparam_check.t ................. ok\nSKIP: 30-test_acvp.t .......................... skipped: ACVP is not supported by this test\nPASS: 30-test_aesgcm.t ........................ ok\nPASS: 30-test_afalg.t ......................... ok\nPASS: 30-test_defltfips.t ..................... ok\nPASS: 30-test_engine.t ........................ ok\nPASS: 25-test_verify.t ........................ ok\nPASS: 30-test_evp_byname.t .................... ok\nPASS: 25-test_x509.t .......................... ok\nPASS: 30-test_evp_fetch_prov.t ................ ok\nPASS: 30-test_evp_kdf.t ....................... ok\nPASS: 25-test_req.t ........................... ok\nPASS: 30-test_evp_libctx.t .................... ok\nPASS: 30-test_evp_pkey_dparam.t ............... ok\nPASS: 30-test_evp_pkey_dhkem.t ................ ok\nPASS: 30-test_evp_skey.t ...................... ok\nPASS: 30-test_evp_xof.t ....................... ok\nPASS: 30-test_evp_pkey_provided.t ............. ok\nPASS: 30-test_hpke.t .......................... ok\nSKIP: 30-test_pairwise_fail.t ................. skipped: These tests are unsupported in a non fips build\nPASS: 30-test_pbelu.t ......................... ok\nPASS: 30-test_pkey_meth.t ..................... ok\nPASS: 30-test_pkey_meth_kdf.t ................. ok\nPASS: 30-test_evp_extra.t ..................... ok\nPASS: 30-test_prov_config.t ................... ok\nPASS: 30-test_provider_status.t ............... ok\nPASS: 30-test_ml_dsa.t ........................ ok\nPASS: 40-test_rehash.t ........................ ok\nPASS: 60-test_x509_acert.t .................... ok\nPASS: 60-test_x509_dup_cert.t ................. ok\nPASS: 60-test_x509_load_cert_file.t ........... ok\nPASS: 60-test_x509_check_cert_pkey.t .......... ok\nPASS: 60-test_x509_req.t ...................... ok\nPASS: 60-test_x509_store.t .................... ok\nPASS: 60-test_x509_time.t ..................... ok\nPASS: 61-test_bio_addr.t ...................... ok\nPASS: 61-test_bio_meth.t ...................... ok\nPASS: 61-test_bio_prefix.t .................... ok\nPASS: 61-test_bio_pw_callback.t ............... ok\nPASS: 61-test_bio_readbuffer.t ................ ok\nPASS: 65-test_cmp_asn.t ....................... ok\nPASS: 65-test_cmp_ctx.t ....................... ok\nPASS: 65-test_cmp_hdr.t ....................... ok\nPASS: 65-test_cmp_msg.t ....................... ok\nPASS: 65-test_cmp_protect.t ................... ok\nPASS: 65-test_cmp_server.t .................... ok\nPASS: 65-test_cmp_status.t .................... ok\nPASS: 65-test_cmp_vfy.t ....................... ok\nPASS: 66-test_ossl_store.t .................... ok\nPASS: 70-test_asyncio.t ....................... ok\nPASS: 70-test_bad_dtls.t ...................... ok\nPASS: 70-test_certtypeext.t ................... ok\nPASS: 70-test_clienthello.t ................... ok\nPASS: 70-test_comp.t .......................... ok\nPASS: 70-test_key_share.t ..................... ok\nPASS: 70-test_npn.t ........................... ok\nPASS: 70-test_packet.t ........................ ok\nPASS: 70-test_quic_cfq.t ...................... ok\nPASS: 70-test_quic_fc.t ....................... ok\nPASS: 70-test_quic_fifd.t ..................... ok\nPASS: 70-test_quic_lcidm.t .................... ok\nPASS: 30-test_slh_dsa.t ....................... ok\nPASS: 70-test_quic_qlog.t ..................... ok\nPASS: 70-test_quic_radix.t .................... ok\nPASS: 70-test_quic_rcidm.t .................... ok\nPASS: 70-test_quic_record.t ................... ok\nPASS: 70-test_quic_srtm.t ..................... ok\nPASS: 70-test_quic_stream.t ................... ok\nPASS: 70-test_quic_tserver.t .................. ok\nPASS: 70-test_quic_txp.t ...................... ok\nPASS: 70-test_quic_txpim.t .................... ok\nPASS: 70-test_quic_wire.t ..................... ok\nPASS: 70-test_recordlen.t ..................... ok\nPASS: 70-test_renegotiation.t ................. ok\nPASS: 70-test_servername.t .................... ok\nPASS: 70-test_sslcbcpadding.t ................. ok\nPASS: 70-test_sslcertstatus.t ................. ok\nPASS: 70-test_sslextension.t .................. ok\nSKIP: 70-test_sslkeylogfile.t ................. skipped: test_sslkeylogfile requires SSLKEYLOGFILE support\nPASS: 70-test_sslmessages.t ................... ok\nPASS: 30-test_evp.t ........................... ok\nPASS: 70-test_sslsessiontick.t ................ ok\nPASS: 70-test_quic_multistream.t .............. ok\nPASS: 70-test_sslsignature.t .................. ok\nPASS: 70-test_sslskewith0p.t .................. ok\nPASS: 70-test_sslversions.t ................... ok\nPASS: 70-test_sslvertol.t ..................... ok\nPASS: 70-test_sslsigalgs.t .................... ok\nPASS: 70-test_tls13alerts.t ................... ok\nSKIP: 70-test_tls13certcomp.t ................. skipped: test_tls13certcomp needs compression and algorithms enabled\nPASS: 70-test_tls13cookie.t ................... ok\nPASS: 70-test_tls13downgrade.t ................ ok\nPASS: 70-test_tls13groupselection.t ........... ok\nPASS: 70-test_tls13hrr.t ...................... ok\nPASS: 70-test_tls13kexmodes.t ................. ok\nPASS: 70-test_tls13psk.t ...................... ok\nPASS: 70-test_tls13messages.t ................. ok\nPASS: 70-test_verify_extra.t .................. ok\nPASS: 70-test_wpacket.t ....................... ok\nPASS: 71-test_ssl_ctx.t ....................... ok\nPASS: 75-test_json_enc.t ...................... ok\nPASS: 75-test_quic_ackm.t ..................... ok\nPASS: 75-test_quic_cc.t ....................... ok\nPASS: 70-test_tlsextms.t ...................... ok\nPASS: 75-test_quic_srt_gen.t .................. ok\nPASS: 79-test_http.t .......................... ok\nPASS: 75-test_quicapi.t ....................... ok\nPASS: 80-test_ca_internals.t .................. ok\nPASS: 80-test_cipherbytes.t ................... ok\nPASS: 80-test_cipherlist.t .................... ok\nPASS: 80-test_ca.t ............................ ok\nPASS: 80-test_ciphername.t .................... ok\nPASS: 65-test_cmp_client.t .................... ok\nPASS: 80-test_cmsapi.t ........................ ok\nPASS: 80-test_ct.t ............................ ok\nPASS: 80-test_dane.t .......................... ok\nPASS: 80-test_dtls.t .......................... ok\nPASS: 80-test_dtls_mtu.t ...................... ok\nPASS: 80-test_dtlsv1listen.t .................. ok\nPASS: 80-test_ocsp.t .......................... ok\nPASS: 80-test_pkcs12.t ........................ ok\nPASS: 80-test_policy_tree.t ................... ok\nPASS: 80-test_cms.t ........................... ok\nPASS: 80-test_ssl_test_ctx.t .................. ok\nPASS: 80-test_sslcorrupt.t .................... ok\nPASS: 80-test_tsa.t ........................... ok\nPASS: 80-test_x509aux.t ....................... ok\nPASS: 81-test_cmp_cli.t ....................... ok\nPASS: 82-test_ocsp_cert_chain.t ............... ok\nSKIP: 82-test_tfo_cli.t ....................... skipped: test_tfo_cli needs tfo enabled\nPASS: 90-test_asn1_time.t ..................... ok\nPASS: 90-test_async.t ......................... ok\nPASS: 90-test_bio_base64.t .................... ok\nPASS: 90-test_bio_enc.t ....................... ok\nPASS: 90-test_bio_memleak.t ................... ok\nSKIP: 90-test_cert_comp.t ..................... skipped: Certificate compression is disabled in this OpenSSL build\nPASS: 90-test_constant_time.t ................. ok\nPASS: 90-test_fatalerr.t ...................... ok\nSKIP: 90-test_fipsload.t ...................... skipped: Test is disabled with disabled fips\nPASS: 90-test_gmdiff.t ........................ ok\nPASS: 90-test_ige.t ........................... ok\nPASS: 90-test_includes.t ...................... ok\nPASS: 90-test_memleak.t ....................... ok\nPASS: 90-test_overhead.t ...................... ok\nPASS: 80-test_ssl_old.t ....................... ok\nPASS: 90-test_quicfaults.t .................... ok\nPASS: 90-test_secmem.t ........................ ok\nPASS: 90-test_shlibload.t ..................... ok\nPASS: 90-test_srp.t ........................... ok\nPASS: 70-test_sslrecords.t .................... ok\nPASS: 90-test_sslbuffers.t .................... ok\nPASS: 90-test_rpk.t ........................... ok\nPASS: 90-test_store_cases.t ................... ok\nPASS: 90-test_sysdefault.t .................... ok\nPASS: 90-test_sslapi.t ........................ ok\nPASS: 90-test_time_offset.t ................... ok\nPASS: 90-test_tls13ccs.t ...................... ok\nPASS: 90-test_tls13encryption.t ............... ok\nPASS: 90-test_tls13secrets.t .................. ok\nPASS: 90-test_trace_api.t ..................... ok\nPASS: 90-test_v3name.t ........................ ok\nPASS: 91-test_pkey_check.t .................... ok\nSKIP: 95-test_external_cf_quiche.t ............ skipped: No external tests in this configuration\nSKIP: 95-test_external_gost_engine.t .......... skipped: No external tests in this configuration\nSKIP: 95-test_external_krb5.t ................. skipped: No external tests in this configuration\nSKIP: 95-test_external_oqsprovider.t .......... skipped: No external tests in this configuration\nSKIP: 95-test_external_pkcs11_provider.t ...... skipped: No external tests in this configuration\nSKIP: 95-test_external_pyca.t ................. skipped: No external tests in this configuration\nSKIP: 95-test_external_tlsfuzzer.t ............ skipped: No external tests in this configuration\nPASS: 99-test_ecstress.t ...................... ok\nPASS: 90-test_store.t ......................... ok\nPASS: 80-test_cmp_http.t ...................... ok\nPASS: 90-test_threads.t ....................... ok\nAll tests successful.\nFiles=341, Tests=4447, 115 wallclock secs ( 5.88 usr  0.49 sys + 305.05 cusr 51.04 csys = 362.46 CPU)\nResult: PASS\nDURATION: 116\nEND: /usr/lib/openssl/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "openssl": {
     "duration": "116",
     "log": "START: ptest-runner\n2025-06-16T11:35\nUsing HARNESS_JOBS=4\nSKIP: 00-prep_fipsmodule_cnf.t .. skipped: FIPS module config file only supported in a fips build\nFiles=1, Tests=0,  1 wallclock secs ( 0.03 usr  0.02 sys +  0.48 cusr  0.05 csys =  0.58 CPU)\nResult: NOTESTS\nPASS: 99-test_fuzz_acert.t .................... ok\nPASS: 99-test_fuzz_asn1.t ..................... ok\nSKIP: 01-test_fipsmodule_cnf.t ................ skipped: Test only supported in a fips build\nPASS: 99-test_fuzz_asn1parse.t ................ ok\nPASS: 99-test_fuzz_bignum.t ................... ok\nPASS: 99-test_fuzz_bndiv.t .................... ok\nPASS: 99-test_fuzz_client.t ................... ok\nPASS: 01-test_abort.t ......................... ok\nPASS: 99-test_fuzz_cmp.t ...................... ok\nPASS: 99-test_fuzz_cms.t ...................... ok\nPASS: 99-test_fuzz_conf.t ..................... ok\nPASS: 99-test_fuzz_crl.t ...................... ok\nPASS: 99-test_fuzz_decoder.t .................. ok\nPASS: 99-test_fuzz_hashtable.t ................ ok\nPASS: 99-test_fuzz_ct.t ....................... ok\nPASS: 99-test_fuzz_ml-dsa.t ................... ok\nPASS: 99-test_fuzz_dtlsclient.t ............... ok\nPASS: 99-test_fuzz_dtlsserver.t ............... ok\nPASS: 99-test_fuzz_pem.t ...................... ok\nPASS: 99-test_fuzz_ml-kem.t ................... ok\nPASS: 99-test_fuzz_punycode.t ................. ok\nPASS: 99-test_fuzz_provider.t ................. ok\nPASS: 99-test_fuzz_quic_client.t .............. ok\nPASS: 99-test_fuzz_quic_rcidm.t ............... ok\nPASS: 99-test_fuzz_quic_lcidm.t ............... ok\nPASS: 99-test_fuzz_quic_server.t .............. ok\nPASS: 99-test_fuzz_server.t ................... ok\nPASS: 99-test_fuzz_quic_srtm.t ................ ok\nPASS: 99-test_fuzz_smime.t .................... ok\nPASS: 99-test_fuzz_v3name.t ................... ok\nPASS: 99-test_fuzz_sl-dsa.t ................... ok\nPASS: 99-test_fuzz_x509.t ..................... ok\nPASS: 01-test_test.t .......................... ok\nPASS: 02-test_byteorder.t ..................... ok\nPASS: 02-test_internal_context.t .............. ok\nPASS: 02-test_internal_ctype.t ................ ok\nPASS: 02-test_internal_exts.t ................. ok\nPASS: 02-test_internal_keymgmt.t .............. ok\nPASS: 02-test_internal_provider.t ............. ok\nPASS: 01-test_sanity.t ........................ ok\nPASS: 02-test_list.t .......................... ok\nPASS: 02-test_localetest.t .................... ok\nPASS: 02-test_ordinals.t ...................... ok\nPASS: 02-test_priority_queue.t ................ ok\nPASS: 02-test_errstr.t ........................ ok\nPASS: 02-test_sparse_array.t .................. ok\nPASS: 02-test_stack.t ......................... ok\nPASS: 02-test_strtoul.t ....................... ok\nSKIP: 02-test_windows_registry.t .............. skipped: Windows registry tests are only available on windows\nPASS: 02-test_time.t .......................... ok\nPASS: 03-test_evp_extra_ml_kem.t .............. ok\nPASS: 03-test_exdata.t ........................ ok\nPASS: 03-test_internal_asn1.t ................. ok\nSKIP: 03-test_fipsinstall.t ................... skipped: Test only supported in a fips build\nPASS: 03-test_internal_asn1_dsa.t ............. ok\nPASS: 03-test_internal_bn.t ................... ok\nPASS: 03-test_internal_chacha.t ............... ok\nPASS: 03-test_internal_ec.t ................... ok\nPASS: 03-test_internal_curve448.t ............. ok\nPASS: 03-test_internal_mdc2.t ................. ok\nPASS: 03-test_internal_ml_kem.t ............... ok\nPASS: 03-test_internal_modes.t ................ ok\nPASS: 03-test_internal_namemap.t .............. ok\nPASS: 03-test_internal_poly1305.t ............. ok\nPASS: 03-test_internal_rsa_sp800_56b.t ........ ok\nPASS: 03-test_internal_siphash.t .............. ok\nPASS: 03-test_internal_sm2.t .................. ok\nPASS: 03-test_internal_sm3.t .................. ok\nPASS: 03-test_internal_sm4.t .................. ok\nPASS: 03-test_internal_ssl_cert_table.t ....... ok\nPASS: 03-test_internal_x509.t ................. ok\nPASS: 03-test_params_api.t .................... ok\nPASS: 03-test_property.t ...................... ok\nPASS: 03-test_ui.t ............................ ok\nPASS: 04-test_asn1_decode.t ................... ok\nPASS: 04-test_asn1_encode.t ................... ok\nPASS: 04-test_asn1_parse.t .................... ok\nPASS: 04-test_asn1_stable_parse.t ............. ok\nPASS: 04-test_asn1_string_table.t ............. ok\nPASS: 04-test_bio_callback.t .................. ok\nPASS: 04-test_bio_core.t ...................... ok\nPASS: 04-test_bio_dgram.t ..................... ok\nSKIP: 04-test_bio_tfo.t ....................... skipped: This test requires enable-tfo\nPASS: 04-test_bioprint.t ...................... ok\nPASS: 04-test_conf.t .......................... ok\nPASS: 03-test_internal_ffc.t .................. ok\nPASS: 04-test_encoder_decoder_legacy.t ........ ok\nPASS: 04-test_err.t ........................... ok\nPASS: 04-test_hexstring.t ..................... ok\nPASS: 04-test_membio.t ........................ ok\nPASS: 04-test_nodefltctx.t .................... ok\nPASS: 04-test_param_build.t ................... ok\nPASS: 04-test_params.t ........................ ok\nPASS: 04-test_params_conversion.t ............. ok\nPASS: 04-test_pem_read_depr.t ................. ok\nPASS: 04-test_encoder_decoder.t ............... ok\nPASS: 04-test_pem_reading.t ................... ok\nPASS: 04-test_provfetch.t ..................... ok\nPASS: 04-test_provider.t ...................... ok\nPASS: 04-test_provider_default_search_path.t .. ok\nPASS: 04-test_provider_fallback.t ............. ok\nPASS: 04-test_punycode.t ...................... ok\nPASS: 04-test_provider_pkey.t ................. ok\nPASS: 04-test_upcalls.t ....................... ok\nPASS: 05-test_bf.t ............................ ok\nPASS: 05-test_cmac.t .......................... ok\nPASS: 05-test_des.t ........................... ok\nPASS: 05-test_hmac.t .......................... ok\nPASS: 05-test_idea.t .......................... ok\nPASS: 02-test_lhash.t ......................... ok\nPASS: 05-test_pbe.t ........................... ok\nPASS: 05-test_cast.t .......................... ok\nPASS: 05-test_rc2.t ........................... ok\nSKIP: 05-test_rc5.t ........................... skipped: rc5 is not supported by this OpenSSL build\nPASS: 05-test_rc4.t ........................... ok\nPASS: 06-test_rdcpu_sanity.t .................. ok\nSKIP: 07-test_bio_comp.t ...................... skipped: No compression algorithms\nPASS: 06-test_algorithmid.t ................... ok\nPASS: 10-test_bn.t ............................ ok\nPASS: 15-test_dh.t ............................ ok\nPASS: 05-test_rand.t .......................... ok\nPASS: 80-test_ssl_new.t ....................... ok\nPASS: 10-test_exp.t ........................... ok\nPASS: 15-test_dsa.t ........................... ok\nPASS: 15-test_ec.t ............................ ok\nPASS: 15-test_ecdsa.t ......................... ok\nPASS: 15-test_gendh.t ......................... ok\nPASS: 15-test_gendhparam.t .................... ok\nPASS: 15-test_gendsa.t ........................ ok\nPASS: 15-test_genpkey.t ....................... ok\nPASS: 15-test_genrsa.t ........................ ok\nPASS: 15-test_gensm2.t ........................ ok\nPASS: 15-test_dsaparam.t ...................... ok\nPASS: 15-test_ml_dsa_codecs.t ................. ok\nPASS: 15-test_ecparam.t ....................... ok\nPASS: 15-test_out_option.t .................... ok\nPASS: 15-test_pkey.t .......................... ok\nPASS: 15-test_ml_kem_codecs.t ................. ok\nPASS: 15-test_rsaoaep.t ....................... ok\nPASS: 15-test_rsa.t ........................... ok\nPASS: 15-test_rsax931.t ....................... ok\nPASS: 15-test_rsapss.t ........................ ok\nPASS: 15-test_sha.t ........................... ok\nPASS: 20-test_app.t ........................... ok\nSKIP: 20-test_cli_fips.t ...................... skipped: Test only supported in a fips build with security checks\nPASS: 20-test_dgst.t .......................... ok\nPASS: 20-test_dhparam.t ....................... ok\nPASS: 20-test_enc.t ........................... ok\nPASS: 15-test_mp_rsa.t ........................ ok\nPASS: 20-test_kdf.t ........................... ok\nPASS: 20-test_legacy_okay.t ................... ok\nPASS: 20-test_mac.t ........................... ok\nPASS: 20-test_nocache.t ....................... ok\nPASS: 20-test_passwd.t ........................ ok\nPASS: 20-test_pkeyutl.t ....................... ok\nPASS: 20-test_rand_config.t ................... ok\nPASS: 20-test_speed.t ......................... ok\nPASS: 20-test_enc_more.t ...................... ok\nPASS: 20-test_spkac.t ......................... ok\nPASS: 25-test_crl.t ........................... ok\nPASS: 25-test_d2i.t ........................... ok\nPASS: 25-test_eai_data.t ...................... ok\nPASS: 25-test_pkcs7.t ......................... ok\nPASS: 25-test_pkcs8.t ......................... ok\nPASS: 25-test_rusext.t ........................ ok\nPASS: 15-test_genec.t ......................... ok\nPASS: 25-test_sid.t ........................... ok\nPASS: 25-test_verify_store.t .................. ok\nPASS: 20-test_dhparam_check.t ................. ok\nSKIP: 30-test_acvp.t .......................... skipped: ACVP is not supported by this test\nPASS: 30-test_aesgcm.t ........................ ok\nPASS: 30-test_afalg.t ......................... ok\nPASS: 30-test_defltfips.t ..................... ok\nPASS: 30-test_engine.t ........................ ok\nPASS: 25-test_verify.t ........................ ok\nPASS: 30-test_evp_byname.t .................... ok\nPASS: 25-test_x509.t .......................... ok\nPASS: 30-test_evp_fetch_prov.t ................ ok\nPASS: 30-test_evp_kdf.t ....................... ok\nPASS: 25-test_req.t ........................... ok\nPASS: 30-test_evp_libctx.t .................... ok\nPASS: 30-test_evp_pkey_dparam.t ............... ok\nPASS: 30-test_evp_pkey_dhkem.t ................ ok\nPASS: 30-test_evp_skey.t ...................... ok\nPASS: 30-test_evp_xof.t ....................... ok\nPASS: 30-test_evp_pkey_provided.t ............. ok\nPASS: 30-test_hpke.t .......................... ok\nSKIP: 30-test_pairwise_fail.t ................. skipped: These tests are unsupported in a non fips build\nPASS: 30-test_pbelu.t ......................... ok\nPASS: 30-test_pkey_meth.t ..................... ok\nPASS: 30-test_pkey_meth_kdf.t ................. ok\nPASS: 30-test_evp_extra.t ..................... ok\nPASS: 30-test_prov_config.t ................... ok\nPASS: 30-test_provider_status.t ............... ok\nPASS: 30-test_ml_dsa.t ........................ ok\nPASS: 40-test_rehash.t ........................ ok\nPASS: 60-test_x509_acert.t .................... ok\nPASS: 60-test_x509_dup_cert.t ................. ok\nPASS: 60-test_x509_load_cert_file.t ........... ok\nPASS: 60-test_x509_check_cert_pkey.t .......... ok\nPASS: 60-test_x509_req.t ...................... ok\nPASS: 60-test_x509_store.t .................... ok\nPASS: 60-test_x509_time.t ..................... ok\nPASS: 61-test_bio_addr.t ...................... ok\nPASS: 61-test_bio_meth.t ...................... ok\nPASS: 61-test_bio_prefix.t .................... ok\nPASS: 61-test_bio_pw_callback.t ............... ok\nPASS: 61-test_bio_readbuffer.t ................ ok\nPASS: 65-test_cmp_asn.t ....................... ok\nPASS: 65-test_cmp_ctx.t ....................... ok\nPASS: 65-test_cmp_hdr.t ....................... ok\nPASS: 65-test_cmp_msg.t ....................... ok\nPASS: 65-test_cmp_protect.t ................... ok\nPASS: 65-test_cmp_server.t .................... ok\nPASS: 65-test_cmp_status.t .................... ok\nPASS: 65-test_cmp_vfy.t ....................... ok\nPASS: 66-test_ossl_store.t .................... ok\nPASS: 70-test_asyncio.t ....................... ok\nPASS: 70-test_bad_dtls.t ...................... ok\nPASS: 70-test_certtypeext.t ................... ok\nPASS: 70-test_clienthello.t ................... ok\nPASS: 70-test_comp.t .......................... ok\nPASS: 70-test_key_share.t ..................... ok\nPASS: 70-test_npn.t ........................... ok\nPASS: 70-test_packet.t ........................ ok\nPASS: 70-test_quic_cfq.t ...................... ok\nPASS: 70-test_quic_fc.t ....................... ok\nPASS: 70-test_quic_fifd.t ..................... ok\nPASS: 70-test_quic_lcidm.t .................... ok\nPASS: 30-test_slh_dsa.t ....................... ok\nPASS: 70-test_quic_qlog.t ..................... ok\nPASS: 70-test_quic_radix.t .................... ok\nPASS: 70-test_quic_rcidm.t .................... ok\nPASS: 70-test_quic_record.t ................... ok\nPASS: 70-test_quic_srtm.t ..................... ok\nPASS: 70-test_quic_stream.t ................... ok\nPASS: 70-test_quic_tserver.t .................. ok\nPASS: 70-test_quic_txp.t ...................... ok\nPASS: 70-test_quic_txpim.t .................... ok\nPASS: 70-test_quic_wire.t ..................... ok\nPASS: 70-test_recordlen.t ..................... ok\nPASS: 70-test_renegotiation.t ................. ok\nPASS: 70-test_servername.t .................... ok\nPASS: 70-test_sslcbcpadding.t ................. ok\nPASS: 70-test_sslcertstatus.t ................. ok\nPASS: 70-test_sslextension.t .................. ok\nSKIP: 70-test_sslkeylogfile.t ................. skipped: test_sslkeylogfile requires SSLKEYLOGFILE support\nPASS: 70-test_sslmessages.t ................... ok\nPASS: 30-test_evp.t ........................... ok\nPASS: 70-test_sslsessiontick.t ................ ok\nPASS: 70-test_quic_multistream.t .............. ok\nPASS: 70-test_sslsignature.t .................. ok\nPASS: 70-test_sslskewith0p.t .................. ok\nPASS: 70-test_sslversions.t ................... ok\nPASS: 70-test_sslvertol.t ..................... ok\nPASS: 70-test_sslsigalgs.t .................... ok\nPASS: 70-test_tls13alerts.t ................... ok\nSKIP: 70-test_tls13certcomp.t ................. skipped: test_tls13certcomp needs compression and algorithms enabled\nPASS: 70-test_tls13cookie.t ................... ok\nPASS: 70-test_tls13downgrade.t ................ ok\nPASS: 70-test_tls13groupselection.t ........... ok\nPASS: 70-test_tls13hrr.t ...................... ok\nPASS: 70-test_tls13kexmodes.t ................. ok\nPASS: 70-test_tls13psk.t ...................... ok\nPASS: 70-test_tls13messages.t ................. ok\nPASS: 70-test_verify_extra.t .................. ok\nPASS: 70-test_wpacket.t ....................... ok\nPASS: 71-test_ssl_ctx.t ....................... ok\nPASS: 75-test_json_enc.t ...................... ok\nPASS: 75-test_quic_ackm.t ..................... ok\nPASS: 75-test_quic_cc.t ....................... ok\nPASS: 70-test_tlsextms.t ...................... ok\nPASS: 75-test_quic_srt_gen.t .................. ok\nPASS: 79-test_http.t .......................... ok\nPASS: 75-test_quicapi.t ....................... ok\nPASS: 80-test_ca_internals.t .................. ok\nPASS: 80-test_cipherbytes.t ................... ok\nPASS: 80-test_cipherlist.t .................... ok\nPASS: 80-test_ca.t ............................ ok\nPASS: 80-test_ciphername.t .................... ok\nPASS: 65-test_cmp_client.t .................... ok\nPASS: 80-test_cmsapi.t ........................ ok\nPASS: 80-test_ct.t ............................ ok\nPASS: 80-test_dane.t .......................... ok\nPASS: 80-test_dtls.t .......................... ok\nPASS: 80-test_dtls_mtu.t ...................... ok\nPASS: 80-test_dtlsv1listen.t .................. ok\nPASS: 80-test_ocsp.t .......................... ok\nPASS: 80-test_pkcs12.t ........................ ok\nPASS: 80-test_policy_tree.t ................... ok\nPASS: 80-test_cms.t ........................... ok\nPASS: 80-test_ssl_test_ctx.t .................. ok\nPASS: 80-test_sslcorrupt.t .................... ok\nPASS: 80-test_tsa.t ........................... ok\nPASS: 80-test_x509aux.t ....................... ok\nPASS: 81-test_cmp_cli.t ....................... ok\nPASS: 82-test_ocsp_cert_chain.t ............... ok\nSKIP: 82-test_tfo_cli.t ....................... skipped: test_tfo_cli needs tfo enabled\nPASS: 90-test_asn1_time.t ..................... ok\nPASS: 90-test_async.t ......................... ok\nPASS: 90-test_bio_base64.t .................... ok\nPASS: 90-test_bio_enc.t ....................... ok\nPASS: 90-test_bio_memleak.t ................... ok\nSKIP: 90-test_cert_comp.t ..................... skipped: Certificate compression is disabled in this OpenSSL build\nPASS: 90-test_constant_time.t ................. ok\nPASS: 90-test_fatalerr.t ...................... ok\nSKIP: 90-test_fipsload.t ...................... skipped: Test is disabled with disabled fips\nPASS: 90-test_gmdiff.t ........................ ok\nPASS: 90-test_ige.t ........................... ok\nPASS: 90-test_includes.t ...................... ok\nPASS: 90-test_memleak.t ....................... ok\nPASS: 90-test_overhead.t ...................... ok\nPASS: 80-test_ssl_old.t ....................... ok\nPASS: 90-test_quicfaults.t .................... ok\nPASS: 90-test_secmem.t ........................ ok\nPASS: 90-test_shlibload.t ..................... ok\nPASS: 90-test_srp.t ........................... ok\nPASS: 70-test_sslrecords.t .................... ok\nPASS: 90-test_sslbuffers.t .................... ok\nPASS: 90-test_rpk.t ........................... ok\nPASS: 90-test_store_cases.t ................... ok\nPASS: 90-test_sysdefault.t .................... ok\nPASS: 90-test_sslapi.t ........................ ok\nPASS: 90-test_time_offset.t ................... ok\nPASS: 90-test_tls13ccs.t ...................... ok\nPASS: 90-test_tls13encryption.t ............... ok\nPASS: 90-test_tls13secrets.t .................. ok\nPASS: 90-test_trace_api.t ..................... ok\nPASS: 90-test_v3name.t ........................ ok\nPASS: 91-test_pkey_check.t .................... ok\nSKIP: 95-test_external_cf_quiche.t ............ skipped: No external tests in this configuration\nSKIP: 95-test_external_gost_engine.t .......... skipped: No external tests in this configuration\nSKIP: 95-test_external_krb5.t ................. skipped: No external tests in this configuration\nSKIP: 95-test_external_oqsprovider.t .......... skipped: No external tests in this configuration\nSKIP: 95-test_external_pkcs11_provider.t ...... skipped: No external tests in this configuration\nSKIP: 95-test_external_pyca.t ................. skipped: No external tests in this configuration\nSKIP: 95-test_external_tlsfuzzer.t ............ skipped: No external tests in this configuration\nPASS: 99-test_ecstress.t ...................... ok\nPASS: 90-test_store.t ......................... ok\nPASS: 80-test_cmp_http.t ...................... ok\nPASS: 90-test_threads.t ....................... ok\nAll tests successful.\nFiles=341, Tests=4447, 115 wallclock secs ( 5.88 usr  0.49 sys + 305.05 cusr 51.04 csys = 362.46 CPU)\nResult: PASS\nDURATION: 116\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5179500579833984,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-opkg_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-opkg",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0017440319061279297,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1349987983703613,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03407907485961914,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 7.725114345550537,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0013055801391601562,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.opkg.core/01_install.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/02_file.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/03_upgrade.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/04_upgrade_file.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/05_downgrade.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/06_dependency.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/07_hold_upgrade.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/08_hold_by_hand.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/09_hold_depends.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/10_virtual_conflicts_first.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/11_virtual_conflicts_second.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/12_virtual_no_conflicts.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/13_virtual_upgrade.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/14_upgrade_by_uri.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/15_reinstall_by_uri.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/16_upgrade_dependency.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/17_upgrade_conflicts.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/18_upgrade_recommends.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/19_no_recommends.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/20_exclude.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/21_autoremove.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/22_autoremove_dependency.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/23_force_depends.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/24_nodeps.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/25_essential.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/25a_essential.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/26_prefer_arch_to_version.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/27_reldeps_lt.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/28_reldeps_lteq.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/29_reldeps_eq.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/30_reldeps_gteq.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/31_reldeps_gt.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/32_intercept_disable.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/33_install_exact_version.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/34_list_upgradable.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/35_download_only.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/36_install_virtual.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/37_globs.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/38_install_constrained_version.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/39_distupgrade.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/40_arch.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/41_info_fields.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/42_info_description.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/43_add_ignore_recommends.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/44_search.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.core/45_install_preexisting.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.misc/filehash.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.misc/update_loses_autoinstalled_flag.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.misc/version_comparisons.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue103.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue10358.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue10358b.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue10461a.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue10461b.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue10777.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue10781.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue11033.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue11033b.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue11301.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue11826.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue121.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue124.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue124a.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue127.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue13574.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue13758.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue14178.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue14459.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue152.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue154.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue156.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue162.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue163.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue165.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue165a.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue165b.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue167.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue26.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue31.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue32.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue45.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue46.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue50.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue50a.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue51.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue55.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue58.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue72.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue79.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue8351.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue85.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue8601.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue89.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue8912.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue8913.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9059.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue91.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9218.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9533.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9802.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9802b.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9939.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.regress/issue9987.py": {
    "status": "PASSED"
   },
   "ptestresult.opkg.security/cve_2020_7982.py": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/opkg/ptest\nmake -C tests DATADIR=/usr/share SYSCONFDIR=/etc VARDIR=/var\nmake[1]: Entering directory '/usr/lib/opkg/ptest/tests'\nPASS:core/01_install.py\nPASS:core/02_file.py\nPASS:core/03_upgrade.py\nPASS:core/04_upgrade_file.py\nPASS:core/05_downgrade.py\nPASS:core/06_dependency.py\nPASS:core/07_hold_upgrade.py\nPASS:core/08_hold_by_hand.py\nPASS:core/09_hold_depends.py\nPASS:core/10_virtual_conflicts_first.py\nPASS:core/11_virtual_conflicts_second.py\nPASS:core/12_virtual_no_conflicts.py\nPASS:core/13_virtual_upgrade.py\nPASS:core/14_upgrade_by_uri.py\nPASS:core/15_reinstall_by_uri.py\nPASS:core/16_upgrade_dependency.py\nPASS:core/17_upgrade_conflicts.py\nPASS:core/18_upgrade_recommends.py\nPASS:core/19_no_recommends.py\nPASS:core/20_exclude.py\nPASS:core/21_autoremove.py\nPASS:core/22_autoremove_dependency.py\nPASS:core/23_force_depends.py\nPASS:core/24_nodeps.py\nPASS:core/25_essential.py\nPASS:core/25a_essential.py\nPASS:core/26_prefer_arch_to_version.py\nPASS:core/27_reldeps_lt.py\nPASS:core/28_reldeps_lteq.py\nPASS:core/29_reldeps_eq.py\nPASS:core/30_reldeps_gteq.py\nPASS:core/31_reldeps_gt.py\nPASS:core/32_intercept_disable.py\nPASS:core/33_install_exact_version.py\nPASS:core/34_list_upgradable.py\nPASS:core/35_download_only.py\nPASS:core/36_install_virtual.py\nPASS:core/37_globs.py\nPASS:core/38_install_constrained_version.py\nPASS:core/39_distupgrade.py\nPASS:core/40_arch.py\nPASS:core/41_info_fields.py\nPASS:core/42_info_description.py\nPASS:core/43_add_ignore_recommends.py\nPASS:core/44_search.py\nPASS:core/45_install_preexisting.py\nPASS:regress/issue26.py\nPASS:regress/issue31.py\nPASS:regress/issue32.py\nPASS:regress/issue45.py\nPASS:regress/issue46.py\nPASS:regress/issue50.py\nPASS:regress/issue50a.py\nPASS:regress/issue51.py\nPASS:regress/issue55.py\nPASS:regress/issue58.py\nPASS:regress/issue72.py\nPASS:regress/issue79.py\nPASS:regress/issue85.py\nPASS:regress/issue89.py\nPASS:regress/issue91.py\nPASS:regress/issue103.py\nPASS:regress/issue121.py\nregress/issue124.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade.\nPASS:regress/issue124.py\nregress/issue124a.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade.\nPASS:regress/issue124a.py\nPASS:regress/issue127.py\nPASS:regress/issue152.py\nPASS:regress/issue154.py\nPASS:regress/issue156.py\nPASS:regress/issue162.py\nPASS:regress/issue163.py\nPASS:regress/issue165.py\nPASS:regress/issue165a.py\nPASS:regress/issue165b.py\nPASS:regress/issue167.py\nPASS:regress/issue8351.py\nPASS:regress/issue8601.py\nPASS:regress/issue8912.py\nPASS:regress/issue8913.py\nPASS:regress/issue9059.py\nPASS:regress/issue9218.py\nPASS:regress/issue9533.py\nPASS:regress/issue9802.py\nPASS:regress/issue9802b.py\nPASS:regress/issue9987.py\nPASS:regress/issue9939.py\n/usr/lib/opkg/ptest/tests/regress/issue10358.py:9: SyntaxWarning: invalid escape sequence '\\w'\n  re_half_installed = re.compile('Status: \\w+ \\w+ half-installed')\nPASS:regress/issue10358.py\nPASS:regress/issue10358b.py\nPASS:regress/issue10461a.py\nPASS:regress/issue10461b.py\nPASS:regress/issue10777.py\nPASS:regress/issue10781.py\nPASS:regress/issue11033.py\nPASS:regress/issue11033b.py\nPASS:regress/issue11301.py\nPASS:regress/issue11826.py\nPASS:regress/issue13574.py\nPASS:regress/issue13758.py\nPASS:regress/issue14178.py\nPASS:regress/issue14459.py\nPASS:misc/filehash.py\nPASS:misc/update_loses_autoinstalled_flag.py\nPASS:misc/version_comparisons.py\nPASS:security/cve_2020_7982.py\nmake[1]: Leaving directory '/usr/lib/opkg/ptest/tests'\nDURATION: 7\nEND: /usr/lib/opkg/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "opkg": {
     "duration": "7",
     "log": "START: ptest-runner\n2025-06-16T11:39\nmake -C tests DATADIR=/usr/share SYSCONFDIR=/etc VARDIR=/var\nmake[1]: Entering directory '/usr/lib/opkg/ptest/tests'\nPASS:core/01_install.py\nPASS:core/02_file.py\nPASS:core/03_upgrade.py\nPASS:core/04_upgrade_file.py\nPASS:core/05_downgrade.py\nPASS:core/06_dependency.py\nPASS:core/07_hold_upgrade.py\nPASS:core/08_hold_by_hand.py\nPASS:core/09_hold_depends.py\nPASS:core/10_virtual_conflicts_first.py\nPASS:core/11_virtual_conflicts_second.py\nPASS:core/12_virtual_no_conflicts.py\nPASS:core/13_virtual_upgrade.py\nPASS:core/14_upgrade_by_uri.py\nPASS:core/15_reinstall_by_uri.py\nPASS:core/16_upgrade_dependency.py\nPASS:core/17_upgrade_conflicts.py\nPASS:core/18_upgrade_recommends.py\nPASS:core/19_no_recommends.py\nPASS:core/20_exclude.py\nPASS:core/21_autoremove.py\nPASS:core/22_autoremove_dependency.py\nPASS:core/23_force_depends.py\nPASS:core/24_nodeps.py\nPASS:core/25_essential.py\nPASS:core/25a_essential.py\nPASS:core/26_prefer_arch_to_version.py\nPASS:core/27_reldeps_lt.py\nPASS:core/28_reldeps_lteq.py\nPASS:core/29_reldeps_eq.py\nPASS:core/30_reldeps_gteq.py\nPASS:core/31_reldeps_gt.py\nPASS:core/32_intercept_disable.py\nPASS:core/33_install_exact_version.py\nPASS:core/34_list_upgradable.py\nPASS:core/35_download_only.py\nPASS:core/36_install_virtual.py\nPASS:core/37_globs.py\nPASS:core/38_install_constrained_version.py\nPASS:core/39_distupgrade.py\nPASS:core/40_arch.py\nPASS:core/41_info_fields.py\nPASS:core/42_info_description.py\nPASS:core/43_add_ignore_recommends.py\nPASS:core/44_search.py\nPASS:core/45_install_preexisting.py\nPASS:regress/issue26.py\nPASS:regress/issue31.py\nPASS:regress/issue32.py\nPASS:regress/issue45.py\nPASS:regress/issue46.py\nPASS:regress/issue50.py\nPASS:regress/issue50a.py\nPASS:regress/issue51.py\nPASS:regress/issue55.py\nPASS:regress/issue58.py\nPASS:regress/issue72.py\nPASS:regress/issue79.py\nPASS:regress/issue85.py\nPASS:regress/issue89.py\nPASS:regress/issue91.py\nPASS:regress/issue103.py\nPASS:regress/issue121.py\nregress/issue124.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade.\nPASS:regress/issue124.py\nregress/issue124a.py: Expected failure: [libsolv] Package 'a' upgraded despite not being listed in packages to upgrade.\nPASS:regress/issue124a.py\nPASS:regress/issue127.py\nPASS:regress/issue152.py\nPASS:regress/issue154.py\nPASS:regress/issue156.py\nPASS:regress/issue162.py\nPASS:regress/issue163.py\nPASS:regress/issue165.py\nPASS:regress/issue165a.py\nPASS:regress/issue165b.py\nPASS:regress/issue167.py\nPASS:regress/issue8351.py\nPASS:regress/issue8601.py\nPASS:regress/issue8912.py\nPASS:regress/issue8913.py\nPASS:regress/issue9059.py\nPASS:regress/issue9218.py\nPASS:regress/issue9533.py\nPASS:regress/issue9802.py\nPASS:regress/issue9802b.py\nPASS:regress/issue9987.py\nPASS:regress/issue9939.py\n/usr/lib/opkg/ptest/tests/regress/issue10358.py:9: SyntaxWarning: invalid escape sequence '\\w'\n  re_half_installed = re.compile('Status: \\w+ \\w+ half-installed')\nPASS:regress/issue10358.py\nPASS:regress/issue10358b.py\nPASS:regress/issue10461a.py\nPASS:regress/issue10461b.py\nPASS:regress/issue10777.py\nPASS:regress/issue10781.py\nPASS:regress/issue11033.py\nPASS:regress/issue11033b.py\nPASS:regress/issue11301.py\nPASS:regress/issue11826.py\nPASS:regress/issue13574.py\nPASS:regress/issue13758.py\nPASS:regress/issue14178.py\nPASS:regress/issue14459.py\nPASS:misc/filehash.py\nPASS:misc/update_loses_autoinstalled_flag.py\nPASS:misc/version_comparisons.py\nPASS:security/cve_2020_7982.py\nmake[1]: Leaving directory '/usr/lib/opkg/ptest/tests'\nDURATION: 7\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.511164665222168,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-parted_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-parted",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006895065307617188,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1310274600982666,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03510642051696777,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 111.52363300323486,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009131431579589844,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.parted.help-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0000-basic.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0001-tiny.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0010-script-no-ctrl-chars.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0100-print.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0101-print-empty.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0200-gpt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0201-gpt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0202-gpt-pmbr.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0203-gpt-create-on-min-sized-device.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0203-gpt-shortened-device-primary-valid.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0203-gpt-tiny-device-abort.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0205-gpt-list-clobbers-pmbr.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0207-IEC-binary-notation.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0208-mkpart-end-in-IEC.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0209-gpt-pmbr_boot.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0210-gpt-resized-partition-entry-array.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t0211-gpt-rewrite-header.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t0212-gpt-many-partitions.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0213-mkpart-start-negative.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0215-gpt-attrs.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0220-gpt-msftres.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0250-gpt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0251-gpt-unicode.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0280-gpt-corrupt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0281-gpt-grow.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0282-gpt-move-backup.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0283-overlap-partitions.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0290-gpt-name.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0300-dos-on-gpt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0301-overwrite-gpt-pmbr.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0350-mac-PT-increases-sector-size.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0400-loop-clobber-infloop.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0500-dup-clobber.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0501-duplicate.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0800-json-gpt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0801-json-msdos.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0900-type-gpt.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0901-type-gpt-invalid.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0910-type-dos.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t0911-type-dos-invalid.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t1100-busy-label.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t1101-busy-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t1102-loop-label.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t1104-remove-and-add-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t1700-probe-fs.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t1701-rescue-fs.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2200-dos-label-recog.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2201-pc98-label-recog.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2300-dos-label-extended-bootcode.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2310-dos-extended-2-sector-min-offset.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2320-dos-extended-noclobber.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2400-dos-hfs-partition-type.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2410-dos-udf-partition-type.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t2500-probe-corrupt-hfs.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3000-resize-fs.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3200-resize-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3200-type-change.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3210-gpt-type-change.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3300-palo-prep.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3310-flags.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t3400-whole-disk-FAT-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t4000-sun-raid-type.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t4001-sun-vtoc.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t4100-dvh-partition-limits.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t4100-msdos-partition-limits.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t4100-msdos-starting-sector.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t4200-partprobe.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t4300-nilfs2-tiny.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t4301-nilfs2-badsb2.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t4302-nilfs2-lessbadsb2.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t5000-tags.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t6000-dm.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6001-psep.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6002-dm-busy.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6003-dm-hide.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6004-dm-many-partitions.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6005-dm-uuid.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6006-dm-512b-sectors.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t6100-mdraid-partitions.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.parted.t7000-scripting.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t8000-loop.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t8001-loop-blkpg.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9010-big-sector.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9020-alignment.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9021-maxima.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9022-one-unit-snap.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9023-value-lt-one.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9024-msdos-1s-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9025-gpt-1s-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9030-align-check.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9040-many-partitions.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9041-undetected-in-use-16th-partition.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9042-dos-partition-limit.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9050-partition-table-types.sh": {
    "status": "PASSED"
   },
   "ptestresult.parted.t9060-gpt-grow-script-fix.sh": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:34\nBEGIN: /usr/lib/parted/ptest\nmake: Entering directory '/usr/lib/parted/ptest/tests'\nPASS: help-version.sh\nPASS: t0000-basic.sh\nPASS: t0001-tiny.sh\nPASS: t0010-script-no-ctrl-chars.sh\nPASS: t0100-print.sh\nPASS: t0101-print-empty.sh\nPASS: t0200-gpt.sh\nPASS: t0201-gpt.sh\nPASS: t0202-gpt-pmbr.sh\nPASS: t0203-gpt-tiny-device-abort.sh\nPASS: t0203-gpt-shortened-device-primary-valid.sh\nPASS: t0203-gpt-create-on-min-sized-device.sh\nPASS: t0205-gpt-list-clobbers-pmbr.sh\nPASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh\nPASS: t0207-IEC-binary-notation.sh\nPASS: t0208-mkpart-end-in-IEC.sh\nPASS: t0209-gpt-pmbr_boot.sh\nt0210-gpt-resized-partition-entry-array.sh: skipped test: this test requires Perl's Digest::CRC module\nSKIP: t0210-gpt-resized-partition-entry-array.sh\nt0211-gpt-rewrite-header.sh: skipped test: this test requires Perl's Digest::CRC module\nSKIP: t0211-gpt-rewrite-header.sh\nPASS: t0212-gpt-many-partitions.sh\nPASS: t0213-mkpart-start-negative.sh\nPASS: t0215-gpt-attrs.sh\nPASS: t0220-gpt-msftres.sh\nPASS: t0250-gpt.sh\nPASS: t0251-gpt-unicode.sh\nPASS: t0280-gpt-corrupt.sh\nPASS: t0281-gpt-grow.sh\nPASS: t0282-gpt-move-backup.sh\nPASS: t0283-overlap-partitions.sh\nPASS: t0290-gpt-name.sh\nPASS: t0300-dos-on-gpt.sh\nPASS: t0301-overwrite-gpt-pmbr.sh\nPASS: t0350-mac-PT-increases-sector-size.sh\nPASS: t0400-loop-clobber-infloop.sh\nPASS: t0500-dup-clobber.sh\nPASS: t0501-duplicate.sh\nPASS: t0800-json-gpt.sh\nPASS: t0801-json-msdos.sh\nPASS: t0900-type-gpt.sh\nPASS: t0901-type-gpt-invalid.sh\nPASS: t0910-type-dos.sh\nPASS: t0911-type-dos-invalid.sh\nPASS: t1100-busy-label.sh\nPASS: t1101-busy-partition.sh\nPASS: t1102-loop-label.sh\nPASS: t1104-remove-and-add-partition.sh\n: no btrfs support\n: no xfs support\n: no nilfs2 support\n: no ntfs support\n: no hfsplus support\n: no udf support\n: no f2fs support\nPASS: t1700-probe-fs.sh\nPASS: t1701-rescue-fs.sh\nPASS: t2200-dos-label-recog.sh\nPASS: t2201-pc98-label-recog.sh\nPASS: t2300-dos-label-extended-bootcode.sh\nPASS: t2310-dos-extended-2-sector-min-offset.sh\nPASS: t2320-dos-extended-noclobber.sh\nPASS: t2400-dos-hfs-partition-type.sh\nPASS: t2410-dos-udf-partition-type.sh\nPASS: t2500-probe-corrupt-hfs.sh\nPASS: t3000-resize-fs.sh\nPASS: t3200-resize-partition.sh\nPASS: t3200-type-change.sh\nPASS: t3210-gpt-type-change.sh\nPASS: t3300-palo-prep.sh\nPASS: t3310-flags.sh\nPASS: t3400-whole-disk-FAT-partition.sh\nPASS: t4000-sun-raid-type.sh\nPASS: t4001-sun-vtoc.sh\nt4100-msdos-partition-limits.sh: skipped test: this test requires XFS support\nSKIP: t4100-msdos-partition-limits.sh\nt4100-dvh-partition-limits.sh: skipped test: this test requires XFS support\nSKIP: t4100-dvh-partition-limits.sh\nPASS: t4100-msdos-starting-sector.sh\nt4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars.\nSKIP: t4200-partprobe.sh\nPASS: t4300-nilfs2-tiny.sh\nPASS: t4301-nilfs2-badsb2.sh\nPASS: t4302-nilfs2-lessbadsb2.sh\nPASS: t5000-tags.sh\nt6000-dm.sh: skipped test: no device-mapper support\nSKIP: t6000-dm.sh\nt6001-psep.sh: skipped test: no device-mapper support\nSKIP: t6001-psep.sh\nt6002-dm-busy.sh: skipped test: no device-mapper support\nSKIP: t6002-dm-busy.sh\nt6003-dm-hide.sh: skipped test: no device-mapper support\nSKIP: t6003-dm-hide.sh\nt6004-dm-many-partitions.sh: skipped test: no device-mapper support\nSKIP: t6004-dm-many-partitions.sh\nt6005-dm-uuid.sh: skipped test: no device-mapper support\nSKIP: t6005-dm-uuid.sh\nt6006-dm-512b-sectors.sh: skipped test: no device-mapper support\nSKIP: t6006-dm-512b-sectors.sh\nt6100-mdraid-partitions.sh: skipped test: find mdadm executable\nSKIP: t6100-mdraid-partitions.sh\nPASS: t7000-scripting.sh\nPASS: t8000-loop.sh\nPASS: t8001-loop-blkpg.sh\nPASS: t9010-big-sector.sh\nPASS: t9020-alignment.sh\nPASS: t9021-maxima.sh\nPASS: t9022-one-unit-snap.sh\nPASS: t9023-value-lt-one.sh\nPASS: t9024-msdos-1s-partition.sh\nPASS: t9025-gpt-1s-partition.sh\nPASS: t9030-align-check.sh\nPASS: t9040-many-partitions.sh\nPASS: t9041-undetected-in-use-16th-partition.sh\nPASS: t9042-dos-partition-limit.sh\nPASS: t9050-partition-table-types.sh\nPASS: t9060-gpt-grow-script-fix.sh\n============================================================================\nTestsuite summary for GNU parted 3.6\n============================================================================\n# TOTAL: 97\n# PASS:  84\n# SKIP:  13\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake: Leaving directory '/usr/lib/parted/ptest/tests'\nDURATION: 111\nEND: /usr/lib/parted/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "parted": {
     "duration": "111",
     "log": "START: ptest-runner\n2025-06-16T11:34\nmake: Entering directory '/usr/lib/parted/ptest/tests'\nPASS: help-version.sh\nPASS: t0000-basic.sh\nPASS: t0001-tiny.sh\nPASS: t0010-script-no-ctrl-chars.sh\nPASS: t0100-print.sh\nPASS: t0101-print-empty.sh\nPASS: t0200-gpt.sh\nPASS: t0201-gpt.sh\nPASS: t0202-gpt-pmbr.sh\nPASS: t0203-gpt-tiny-device-abort.sh\nPASS: t0203-gpt-shortened-device-primary-valid.sh\nPASS: t0203-gpt-create-on-min-sized-device.sh\nPASS: t0205-gpt-list-clobbers-pmbr.sh\nPASS: t0206-gpt-print-with-corrupt-primary-clobbers-pmbr.sh\nPASS: t0207-IEC-binary-notation.sh\nPASS: t0208-mkpart-end-in-IEC.sh\nPASS: t0209-gpt-pmbr_boot.sh\nt0210-gpt-resized-partition-entry-array.sh: skipped test: this test requires Perl's Digest::CRC module\nSKIP: t0210-gpt-resized-partition-entry-array.sh\nt0211-gpt-rewrite-header.sh: skipped test: this test requires Perl's Digest::CRC module\nSKIP: t0211-gpt-rewrite-header.sh\nPASS: t0212-gpt-many-partitions.sh\nPASS: t0213-mkpart-start-negative.sh\nPASS: t0215-gpt-attrs.sh\nPASS: t0220-gpt-msftres.sh\nPASS: t0250-gpt.sh\nPASS: t0251-gpt-unicode.sh\nPASS: t0280-gpt-corrupt.sh\nPASS: t0281-gpt-grow.sh\nPASS: t0282-gpt-move-backup.sh\nPASS: t0283-overlap-partitions.sh\nPASS: t0290-gpt-name.sh\nPASS: t0300-dos-on-gpt.sh\nPASS: t0301-overwrite-gpt-pmbr.sh\nPASS: t0350-mac-PT-increases-sector-size.sh\nPASS: t0400-loop-clobber-infloop.sh\nPASS: t0500-dup-clobber.sh\nPASS: t0501-duplicate.sh\nPASS: t0800-json-gpt.sh\nPASS: t0801-json-msdos.sh\nPASS: t0900-type-gpt.sh\nPASS: t0901-type-gpt-invalid.sh\nPASS: t0910-type-dos.sh\nPASS: t0911-type-dos-invalid.sh\nPASS: t1100-busy-label.sh\nPASS: t1101-busy-partition.sh\nPASS: t1102-loop-label.sh\nPASS: t1104-remove-and-add-partition.sh\n: no btrfs support\n: no xfs support\n: no nilfs2 support\n: no ntfs support\n: no hfsplus support\n: no udf support\n: no f2fs support\nPASS: t1700-probe-fs.sh\nPASS: t1701-rescue-fs.sh\nPASS: t2200-dos-label-recog.sh\nPASS: t2201-pc98-label-recog.sh\nPASS: t2300-dos-label-extended-bootcode.sh\nPASS: t2310-dos-extended-2-sector-min-offset.sh\nPASS: t2320-dos-extended-noclobber.sh\nPASS: t2400-dos-hfs-partition-type.sh\nPASS: t2410-dos-udf-partition-type.sh\nPASS: t2500-probe-corrupt-hfs.sh\nPASS: t3000-resize-fs.sh\nPASS: t3200-resize-partition.sh\nPASS: t3200-type-change.sh\nPASS: t3210-gpt-type-change.sh\nPASS: t3300-palo-prep.sh\nPASS: t3310-flags.sh\nPASS: t3400-whole-disk-FAT-partition.sh\nPASS: t4000-sun-raid-type.sh\nPASS: t4001-sun-vtoc.sh\nt4100-msdos-partition-limits.sh: skipped test: this test requires XFS support\nSKIP: t4100-msdos-partition-limits.sh\nt4100-dvh-partition-limits.sh: skipped test: this test requires XFS support\nSKIP: t4100-dvh-partition-limits.sh\nPASS: t4100-msdos-starting-sector.sh\nt4200-partprobe.sh: skipped test: This test requires an erasable device and you have not properly set the $DEVICE_TO_ERASE and $DEVICE_TO_ERASE_SIZE envvars.\nSKIP: t4200-partprobe.sh\nPASS: t4300-nilfs2-tiny.sh\nPASS: t4301-nilfs2-badsb2.sh\nPASS: t4302-nilfs2-lessbadsb2.sh\nPASS: t5000-tags.sh\nt6000-dm.sh: skipped test: no device-mapper support\nSKIP: t6000-dm.sh\nt6001-psep.sh: skipped test: no device-mapper support\nSKIP: t6001-psep.sh\nt6002-dm-busy.sh: skipped test: no device-mapper support\nSKIP: t6002-dm-busy.sh\nt6003-dm-hide.sh: skipped test: no device-mapper support\nSKIP: t6003-dm-hide.sh\nt6004-dm-many-partitions.sh: skipped test: no device-mapper support\nSKIP: t6004-dm-many-partitions.sh\nt6005-dm-uuid.sh: skipped test: no device-mapper support\nSKIP: t6005-dm-uuid.sh\nt6006-dm-512b-sectors.sh: skipped test: no device-mapper support\nSKIP: t6006-dm-512b-sectors.sh\nt6100-mdraid-partitions.sh: skipped test: find mdadm executable\nSKIP: t6100-mdraid-partitions.sh\nPASS: t7000-scripting.sh\nPASS: t8000-loop.sh\nPASS: t8001-loop-blkpg.sh\nPASS: t9010-big-sector.sh\nPASS: t9020-alignment.sh\nPASS: t9021-maxima.sh\nPASS: t9022-one-unit-snap.sh\nPASS: t9023-value-lt-one.sh\nPASS: t9024-msdos-1s-partition.sh\nPASS: t9025-gpt-1s-partition.sh\nPASS: t9030-align-check.sh\nPASS: t9040-many-partitions.sh\nPASS: t9041-undetected-in-use-16th-partition.sh\nPASS: t9042-dos-partition-limit.sh\nPASS: t9050-partition-table-types.sh\nPASS: t9060-gpt-grow-script-fix.sh\n============================================================================\nTestsuite summary for GNU parted 3.6\n============================================================================\n# TOTAL: 97\n# PASS:  84\n# SKIP:  13\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake: Leaving directory '/usr/lib/parted/ptest/tests'\nDURATION: 111\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5112495422363281,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-perl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-perl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0011858940124511719,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.118976593017578,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028200864791870117,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 692.768963098526,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020895004272460938,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/01_use": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/02_methods": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/03_file": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/04_resolved_issues": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/05_iter": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/06_error": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/08_ptargrep": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/09_roundtrip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Archive-Tar/t/99_pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/AutoLoader/t/01AutoLoader": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/AutoLoader/t/02AutoSplit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/accepts": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/bad_version_hook": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/finalize": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/from-hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/merge": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-Requirements/t/strings": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/01_api": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/01_compile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/10_read": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/11_read_string": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/12_write": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/13_write_string": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/20_subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/21_yamlpm_compat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/31_local_tml": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/32_world_tml": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta-YAML/t/86_fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/converter": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/converter-bad": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/converter-fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/converter-fragments": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/load-bad": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/merge": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/meta-obj": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/no-index": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/optional_feature-merge": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/parse-cpan-meta/02_api": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/parse-cpan-meta/03_functions": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/parse-cpan-meta/04_export": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/parse-cpan-meta/05_errors": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/prereqs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/prereqs-finalize": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/prereqs-merge": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/repository": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/save-load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN-Meta/t/validator": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN/t/01loadme": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN/t/02nox": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN/t/03pkgs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN/t/10version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN/t/11mirroredby": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/CPAN/t/32pushyhttps": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Bzip2/t/000prereq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Bzip2/t/01bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Bzip2/t/09limitoutput": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Bzip2/t/19nonpv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Bzip2/t/99pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Zlib/t/01version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Zlib/t/02zlib": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Zlib/t/07bufsize": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Zlib/t/09limitoutput": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Zlib/t/18lvalue": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Compress-Raw-Zlib/t/19nonpv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/10_base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/20_plv56": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/21_plv58": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/22_plv510": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/23_plv512": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/24_plv514": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/25_plv516": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/25_plv5162": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/26_plv518": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/26_plv5182": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/27_plv5200": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/27_plv5202": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/28_plv5220": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/28_plv52201w": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/29_plv5235w": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/30_plv5240": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/31_plv52511": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/32_plv5261rc1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/33_plv52711r": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/34_plv5280": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/35_plv52910g": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/36_plv5300": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/37_plv53111qm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/38_plv5320tld": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/39_plv5340tqm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/40_plv5358dnqm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/41_plv5360dnqm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/42_plv5373tld": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Config-Perl-V/t/43_plv53710rcs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/align": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/badfile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/bits": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/clone": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/files": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/md5-aaa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-MD5/t/warns": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/allfcns": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/base64": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/bitbuf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/bitorder": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/fips180-4": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/fips198": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/gg": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/gglong": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/hmacsha": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/inheritance": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/ireland": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/methods": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/nistbit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/nistbyte": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/rfc2202": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/sha1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/sha224": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/sha256": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/sha384": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/sha512": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/state": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/unicode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest-SHA/t/woodbury": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest/t/base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest/t/digest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest/t/file": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Digest/t/security": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/Aliases": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/CJKT": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/Encode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/Encoder": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/Unicode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/Unicode_trailing_nul": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/at-cn": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/at-tw": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/cow": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/decode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/enc_data": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/enc_eucjp": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/enc_module": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/enc_utf8": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/encoding": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/encoding-locale": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/fallback": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/from_to": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/grow": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/gsm0338": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/guess": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/isa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/jis7-fallback": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/jperl": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/mime-header": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/mime-name": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/mime_header_iso2022jp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/perlio": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/piconv": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Encode/t/rt113164": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/rt65541": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/rt76824": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/rt85489": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/rt86327": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/truncated_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/undef": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/use-Encode-Alias": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/utf32warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/utf8ref": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/utf8strict": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/utf8warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Encode/t/xml": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-Constant/t/Constant": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-Install/t/Install": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-Install/t/InstallWithMM": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-Install/t/Installapi2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-Install/t/Installed": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-Install/t/Packlist": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-Install/t/can_write_dir": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/00compile": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/01perl_bugs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/02-xsdynamic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/03-xsstatic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/INST": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/INSTALL_BASE": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/INST_PREFIX": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/Liblist": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_Any": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_BeOS": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_Cygwin": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_NW5": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_OS2": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_Unix": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_VMS": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MM_Win32": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/Mkbootstrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/PL_FILES": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/VERSION_FROM": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/arch_check": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/backwards": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/basic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/build_man": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/cd": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/config": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/cp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/dir_target": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/echo": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/eu_command": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/fix_libs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/fixin": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/hints": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/installed_file": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/is_of_type": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/make": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/maketext_filter": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/meta_convert": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/metafile_data": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/metafile_file": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/min_perl_version": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/miniperl": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/oneliner": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/os_unsupported": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/parse_abstract": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/parse_version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/pm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/pm_to_blib": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/pod2man": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/postamble": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/prefixify": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/prereq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/prereq_print": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/problems": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/prompt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/recurs": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/revision": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/several_authors": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/split_command": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/test_boilerplate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/testlib": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/unicode": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/vstrings": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-MakeMaker/t/writemakefile_args": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-Manifest/t/Manifest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/ExtUtils-PL2Bat/t/make_executable": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/File-Fetch/t/01_File-Fetch": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Fetch/t/null_subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Path/t/Path": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Path/t/Path_root": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Path/t/Path_win32": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/File-Path/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/cmp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/lock": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/File-Temp/t/mktemp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/object": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/posix": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/rmtree": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/security": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/seekable": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/File-Temp/t/tempfile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Filter-Util-Call/t/call": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Filter-Util-Call/t/rt_101033": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Filter-Util-Call/t/rt_54452-rebless": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-linkage": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-load1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-load2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-oo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-xargv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Getopt-Long/t/gol-xstring": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/000_load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/001_api": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/002_croakage": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/003_agent": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/004_timeout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/010_url": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/020_headers": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/030_response": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/040_content": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/050_chunked_body": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/060_http_date": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/070_cookie_jar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/100_get": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/101_head": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/102_put": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/103_delete": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/104_post": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/110_mirror": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/130_redirect": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/140_proxy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/141_no_proxy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/150_post_form": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/160_cookies": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/161_basic_auth": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/162_proxy_auth": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/170_keepalive": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/HTTP-Tiny/t/180_verify_SSL": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/001bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/001zlib-generic-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/001zlib-generic-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/001zlib-generic-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/001zlib-generic-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/002any-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/002any-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/002any-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/002any-transparent": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/002any-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/004gziphdr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/005defhdr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/006zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/011-streamzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/01misc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/020isize": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/050interop-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/100generic-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/100generic-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/100generic-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/100generic-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/100generic-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/101truncate-bzip2": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/101truncate-deflate": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/101truncate-gzip": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/101truncate-rawdeflate": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/101truncate-zip": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/102tied-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/102tied-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/102tied-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/102tied-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/102tied-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/103newtied-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/103newtied-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/103newtied-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/103newtied-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/103newtied-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/104destroy-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/104destroy-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/104destroy-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/104destroy-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/104destroy-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-gzip-only": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-zip-bzip2-only": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-zip-only": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/105oneshot-zip-store-only": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/106prime-bzip2": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/106prime-deflate": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/106prime-gzip": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/106prime-rawdeflate": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/106prime-zip": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/107multi-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/107multi-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/107multi-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/107multi-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/107multi-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/107multi-zip-only": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/108anyunc-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/108anyunc-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/108anyunc-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/108anyunc-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/108anyunc-transparent": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/108anyunc-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/109merge-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/109merge-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/109merge-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/109merge-zip": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/110encode-bzip2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/110encode-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/110encode-gzip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/110encode-rawdeflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/110encode-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/111const-deflate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/112utf8-zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/113issues": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/999pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/cz-01version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/cz-03zlib-v1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/cz-06gzsetp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/cz-08encoding": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/cz-14gzopen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Compress/t/globmapper": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/00use": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/01local-client-v4": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/02local-server-v4": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/03local-cross-v4": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/04local-client-v6": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/05local-server-v6": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/06local-cross-v6": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/10args": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/11sockopts": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/12port-fallback": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/13addrinfo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/14fileno": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/15io-socket": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/16v6only": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/17gai-flags": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/18fdopen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/19no-addrs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/20subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/21as-inet": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/22timeout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/30nonblocking-connect": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/31nonblocking-connect-internet": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Socket-IP/t/99pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/external": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/getc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/getline": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/import": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/large": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/tied": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/uncomp1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IO-Zlib/t/uncomp2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IPC-Cmd/t/01_IPC-Cmd": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IPC-Cmd/t/02_Interactive": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IPC-Cmd/t/03_run-forked": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IPC-SysV/t/ipcsysv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IPC-SysV/t/msg": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IPC-SysV/t/pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IPC-SysV/t/podcov": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/IPC-SysV/t/sem": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/IPC-SysV/t/shm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/000_load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/001_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/002_error": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/003_types": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/004_dwiw_encode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/005_dwiw_decode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/006_pc_pretty": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/007_pc_esc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/008_pc_base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/009_pc_extra_number": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/010_pc_keysort": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/011_pc_expo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/012_blessed": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/013_limit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/014_latin1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/015_prefix": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/016_tied": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/017_relaxed": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/018_json_checker": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/019_incr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/020_faihu": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/020_unknown": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/021_evans": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/022_comment_at_eof": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/052_object": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary00": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary01": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary02": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary03": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary04": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary05": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary06": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary07": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary08": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary09": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary10": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary11": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary12": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary13": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary14": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/099_binary15": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/104_sortby": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/105_esc_slash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/106_allow_barekey": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/107_allow_singlequote": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/108_decode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/109_encode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/110_bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/112_upgrade": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/113_overloaded_eq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/114_decode_prefix": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/115_tie_ixhash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/116_incr_parse_fixed": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/117_numbers": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/118_boolean_values": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/119_incr_parse_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/120_incr_parse_truncated": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/core_bools": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/gh_28_json_test_suite": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/gh_29_trailing_false_value": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/rt_116998_wrong_character_offset": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/rt_122270_old_xs_boolean": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/rt_90071_incr_parse": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/JSON-PP/t/zero-mojibake": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Locale-Maketext-Simple/t/0-signature": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Locale-Maketext-Simple/t/1-basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/MIME-Base64/t/base64": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/MIME-Base64/t/base64url": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/MIME-Base64/t/length": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/MIME-Base64/t/quoted-print": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/MIME-Base64/t/unicode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt-FastCalc/t/bigintfc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt-FastCalc/t/biglog": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt-FastCalc/t/bigroot": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt-FastCalc/t/bootstrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt-FastCalc/t/leak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt-FastCalc/t/mbi_rand": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bare_mbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bare_mbi": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bare_mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bare_mif": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bfround_numify": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/big_ap": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/big_pi_e": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigfltpm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigfltrt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigintc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigintc-import": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigintpm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigints": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/biglog": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigratpm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigratup": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bigroot": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/bitwise-mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/calling-class-methods": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/calling-constant": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/calling-instance-methods": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/calling-lib1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/calling-lib2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/config": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/downgrade-mbi-mbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/downgrade-mbi-mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/hang-mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/inf_nan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/isa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/mbf_ali": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/mbi_ali": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/mbi_rand": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/mbimbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/mbr_ali": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/nan_cmp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/new_overloaded": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/round": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/rt-16221": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/rt121139": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/sub_ali": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/sub_mbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/sub_mbi": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/sub_mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/sub_mif": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/trap": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/upgrade": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/upgrade2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/upgradef": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/use": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/use_mbfw": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Math-BigInt/t/with_sub": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/cache": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/correctness": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/expmod": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/expmod_t": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/flush": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/normalize": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/threadsafe": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie_db": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie_gdbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie_ndbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie_odbm": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie_sdbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/tie_storable": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Memoize/t/unmemoize": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Load-Conditional/t/01_Module_Load_Conditional": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Load/t/01_Module-Load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Load/t/02_Module-Load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Loaded/t/01_Module-Loaded": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/contains_pod": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/encoding": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/endpod": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/extract-package": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/extract-version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/metadata": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Module-Metadata/t/version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/NEXT/t/actual": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/NEXT/t/actuns": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/NEXT/t/dynamically_scoped_regex_vars": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/NEXT/t/next": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/NEXT/t/stringify": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/NEXT/t/unseen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Params-Check/t/01_Params-Check": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Perl-OSType/t/OSType": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/PerlIO-via-QuotedPrint/t/QuotedPrint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/PerlIO-via-QuotedPrint/t/changes": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/PerlIO-via-QuotedPrint/t/critic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/PerlIO-via-QuotedPrint/t/pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/PerlIO-via-QuotedPrint/t/pod_coverage": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Pod-Checker/t/pod/podchkenc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Checker/t/pod/podchklink": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Checker/t/pod/poderrs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Checker/t/pod/podname": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Checker/t/pod/selfcheck": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Escapes/t/01_about_verbose": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Escapes/t/10_main": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Escapes/t/15_name2charnum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Perldoc/t/00_load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Perldoc/t/01_about_verbose": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Perldoc/t/man/_get_columns": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Perldoc/t/pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/00about": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/JustPod01": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/JustPod02": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/JustPod_corpus": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/ac_d": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/accept01": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/accept05": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/begin": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/cbacks": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/chunking": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/closeys": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/content_seen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/corpus": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/emptylists": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/enc-chars": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/encod01": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/encod02": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/encod03": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/encod04": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/end_over": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/eol": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/eol2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/fake-closers": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/fcodes": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/fcodes_e": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/fcodes_l": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/fcodes_s": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/for": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/fornot": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/github_issue_79": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/heads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/html01": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/html02": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/html03": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/htmlbat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/items": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/items02": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/itemstar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/linkclas": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/output": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/puller": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/pulltitl": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/reinit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/render": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/rtf_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search05": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search10": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search12": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search20": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search22": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search25": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search26": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search27": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search28": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search29": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search50": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/search60": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/stree": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/strpvbtm": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/tiedfh": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/verb_fmt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/verbatim": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/whine": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/x_nixer": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml-bkb": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml01": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml05": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml10": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml15": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml20": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Simple/t/xhtml25": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Usage/t/pod/headwithmarkup": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Usage/t/pod/pod2usage": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Usage/t/pod/pod2usage2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Usage/t/pod/selectheaders": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Pod-Usage/t/pod/selectsections": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/00version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/any-all": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/blessed": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/dualvar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/exotic_names": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/first": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/getmagic-once": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/head-tail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/isvstring": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/lln": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/max": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/maxstr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/mesh": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/min": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/minstr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/openhan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/pair": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/product": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/prototype": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/readonly": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/reduce": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/reductions": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/refaddr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/reftype": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/rt-96343": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/sample": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/scalarutil-proto": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/shuffle": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/stack-corruption": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/subname": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/sum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/sum0": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/tainted": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/undefined-block": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/uniq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/uniqnum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/weak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Scalar-List-Utils/t/zip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/Socket": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/getaddrinfo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/getnameinfo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/ip_mreq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/ipv6_mreq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/sockaddr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Socket/t/socketpair": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/00-load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/constants": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/cpan-rt-21516": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/cpan-rt-21866": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/cpan-rt-25488": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/cpan-rt-55151": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/cpan-rt-64287": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/facilities-routing": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/syslog": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Sys-Syslog/t/syslog-inet-udp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/module/aliases-func": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/module/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/module/basic256": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/module/eval": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/module/stringify": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/module/true-color": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-ANSIColor/t/taint/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Cap/test": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Term-Table/t/HashBase": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/Table": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/Table/Cell": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/Table/CellStack": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/Table/LineBreak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/bad_blank_line": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/honor_env_in_non_tty": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Term-Table/t/issue-9": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/aggregator": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/bailout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/callbacks": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/env": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/env_opts": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/failure": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/inc-propagation": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/inc_taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/nonumbers": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/regression": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/switches": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/test-harness-compat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/compat/version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/console": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/env_opts": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/errors": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/file": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/glob-to-regexp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/grammar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/harness": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/harness-bailout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/harness-subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/iterator_factory": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/iterators": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/multiplexer": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/nested": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/nofork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/nofork-mux": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/object": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/parse": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/parser-config": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/parser-subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/perl5lib": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/premature-bailout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/process": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/prove": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/proverc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/proverun": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/proveversion": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/regression": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/results": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/rulesfile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/scheduler": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/source": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/source_handler": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/source_tests/source": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/spool": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/state": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/state_results": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/streams": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/testargs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/unicode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/yamlish": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/yamlish-output": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Harness/t/yamlish-writer": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/HashBase": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/00test_harness_check": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/01-basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/478-cmp_ok_hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/BEGIN_require_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/BEGIN_use_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Bugs/600": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Bugs/629": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/Builder": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/carp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/create": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/current_test": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/details": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/done_testing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/done_testing_double": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/has_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/has_plan2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/is_fh": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/is_passing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/maybe_regex": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/no_diag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/no_ending": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/no_header": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/ok_obj": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/output": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/reset": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/reset_outputs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Builder/try": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/More": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/637": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/683_thread_todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/736_use_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/789-read-only": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Regression/is_capture": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Simple/load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Test2/Subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_01basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_03die": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_07args": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/Tester/tbt_09do": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/auto": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/bad_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/bail_out": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/buffer": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/c_flag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/capture": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/check_tests": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/circular_data": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/cmp_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/depth": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/diag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/died": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/eq_set": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/exit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/explain": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/explain_err_vars": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/extra": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/extra_one": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/fail-like": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/fail-more": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/fail_one": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/filehandles": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/harness_active": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/import": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/is_deeply_dne_bug": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/is_deeply_fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/is_deeply_with_threads": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/missing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/new_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/no_log_results": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/no_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/no_tests": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/note": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/overload_threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/plan_bad": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/plan_is_noplan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/plan_no_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/plan_shouldnt_import": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/plan_skip_all": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/require_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/run_test": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/simple": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/skip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/skipall": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/strays": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/args": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/bail_out": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/callback": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/die": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/do": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/events": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/implicit_done": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/line_numbers": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/predicate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/singleton": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/subtest/wstat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/thread_taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/undef": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/use_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/useing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy/versions": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_skip": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/acceptance/try_it_todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Formatter": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Subtest_callback": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Subtest_events": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Subtest_plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Subtest_todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/Taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/disable_ipc_a": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/disable_ipc_b": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/disable_ipc_c": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/disable_ipc_d": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/err_var": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/init_croak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/intercept": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/nested_context_exception": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/no_load_api": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/special_names": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/subtest_bailout": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/trace_signature": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/trace_stamps": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/behavior/uuid": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/legacy/TAP": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/Breakage": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/Context": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/Instance": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/InterceptResult": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/API/Stack": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Bail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Diag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Encoding": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Exception": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Generic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Note": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Pass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Skip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/TAP/Version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/V2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Event/Waiting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/About": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Assert": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Control": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Error": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Info": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Meta": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Parent": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/EventFacet/Trace": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Formatter/TAP": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Hub": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Hub/Interceptor": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Hub/Subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/IPC": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/IPC/Driver": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Tools/Tiny": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Util": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/modules/Util/Trace": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/regression/693_ipc_ordering": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/regression/746-forking-subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/regression/gh_16": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/642_persistent_end": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/662-tbt-no-plan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/684-nested_todo_diag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/694_note_diag_return_values": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/696-intercept_skip_all": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/721-nested-streamed-subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/757-reset_in_subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/812-todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/817-subtest-todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/862-intercept_tb_todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/builder_does_not_init": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/errors_facet": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/fork_first": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/inherit_trace": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/no_name_in_subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/skip_reason_object_ipc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test-Simple/t/regression/todo_and_facets": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/OO": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/Tools": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/skip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/acceptance/spec": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/Mocking": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/async_trace": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/filtering": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/no_done_testing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/no_leaks_any": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/no_leaks_no_fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/no_leaks_no_iso": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/no_leaks_no_threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/behavior/simple": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/load_manual": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/AsyncSubtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/AsyncSubtest/Hub": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Bundle": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Bundle/Extended": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Bundle/More": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Bundle/Simple": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Array": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Bag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Bool": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Custom": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Delta": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Event": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/EventMeta": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Float": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Isa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Meta": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Number": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Object": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/OrderedSubset": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Pattern": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Ref": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Regex": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Scalar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Set": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/String": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Undef": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Compare/Wildcard": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Mock": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin/BailOnFail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin/DieOnFail": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin/ExitSummary": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin/SRand": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin/Times": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Plugin/UTF8": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/AuthorTesting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/AutomatedTesting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/EnvVar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/ExtendedTesting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/Fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/Module": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/NonInteractiveTesting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/Perl": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/RealFork": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/ReleaseTesting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Require/Threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Suite": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/AsyncSubtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Class": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/ClassicCompare": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/ClassicCompare2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Compare": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Defer": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Encoding": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Event": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Exception": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Exports": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/GenTemp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Grab": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Mock": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Ref": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Spec": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Subtest": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Target": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Tester": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Tools/Warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Grabber": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Ref": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Stash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Sub": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Table": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Table/Cell": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Table/LineBreak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Util/Times": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/V0": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow/BlockBase": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow/Build": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow/Runner": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow/Task": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow/Task/Action": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/modules/Workflow/Task/Group": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/10-set_and_dne": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/132-bool": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/247_check_ref_bool": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/285-wrap-nonexisting": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/289-compare-array-bounds": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/291-async-subtest-done-testing": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/43-bag-on-empty": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/Test2-Mock": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/Test2-Tools-Class": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/async_subtest_missing_parent": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/todo_and_facets": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Test2-Suite/t/regression/utf8-mock": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/01_compile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/02_extbrk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/03_extcbk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/04_extdel": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/05_extmul": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/06_extqlk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/07_exttag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/08_extvar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/09_gentag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/94_changes": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/95_critic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/96_pmv": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/97_pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Text-Balanced/t/98_pod_coverage": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Text-ParseWords/t/ParseWords": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-ParseWords/t/taint": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/124024": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/148291": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/37000": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/39548": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/79766": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/95823": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/Jacobson": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/Jacobson2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/Jochen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/Tabs-ElCid": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/Wrap-JLB": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/belg4mit": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/dandv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/fill": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/sep": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/sep2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/tabs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/undef": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/wrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Text-Tabs/t/wrap_separator2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Tie-RefHash/t/rebless": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Tie-RefHash/t/refhash": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Tie-RefHash/t/storable": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Tie-RefHash/t/threaded": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Local/t/Local": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/01base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/02core": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/02core_dst": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/03compare": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/04mjd": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/05overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/06large": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/06subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/07arith": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/08truncate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/09locales": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/10overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Time-Piece/t/99legacy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/altern": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/backwds": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_b5": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_gb": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_ja": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_ko": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_py": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_st": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjk_zy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/cjkrange": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/compatui": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/contract": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/default": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/hangtype": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/hangul": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/ident": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/iglevel2": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/ignor": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/illegal": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/illegalp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/index": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/khitan": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_af": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_as": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_az": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_be": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_bg": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_bn": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_bs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_bscy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ca": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_cjk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_cjkc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_cs": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_cu": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_cy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_cyrl": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_da": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_de": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_deat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_deph": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_dsb": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ee": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_eo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_es": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_estr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_et": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_fa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_fi": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_fil": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_fiph": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_fo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_fr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_frca": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_gu": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ha": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_haw": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_he": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_hi": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_hr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_hu": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_hy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ig": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_is": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ja": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_jait": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_japr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_kk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_kl": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_kn": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ko": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_kok": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_lkt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ln": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_lt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_lv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_mk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ml": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_mncy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_mr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_mt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_nb": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_nn": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_nso": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_om": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_or": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_pa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_pl": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ro": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ru": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_se": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_si": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sidt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sl": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sq": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_srla": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_svrf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_sw": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ta": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_te": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_test": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_th": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_tn": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_to": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_tr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ugcy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_uk": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_ur": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_vi": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_vo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_wae": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_wo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_yo": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_zh": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_zhb5": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_zhgb": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_zhpy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_zhst": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/loc_zhzy": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/nonchar": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/normal": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/notable": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/nushu": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/overcjk0": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/overcjk1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/override": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/rearrang": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/rewrite": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/tangut": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/test": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/trailwt": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/variable": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/version": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/Unicode-Collate/t/view": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/00-load": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/Fatal": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/args": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/autodie": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/backcompat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/basic_exceptions": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/binmode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/blog_hints": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/caller": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/chmod": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/chown": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/context": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/context_lexical": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/core-trampoline-slurp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/crickey": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/dbmopen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/eval_error": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/exception_class": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/exception_nonref": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/exceptions-smartmatch": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/exec": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/filehandles": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/fileno": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/flock": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/format-clobber": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/hints": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/hints_insist": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/hints_pod_examples": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/hints_provider_does": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/hints_provider_easy_does_it": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/hints_provider_isa": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/import-into": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/autodie/t/internal": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/internal-backcompat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/kill": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/autodie/t/lethal": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/mkdir": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/no-default": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/no_carp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/open": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/read": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/recv": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/repeat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/rt-74246": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/scope_leak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/skip": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/string-eval-basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/string-eval-leak": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/sysopen": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/truncate": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/unlink": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/user-context": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/usersub": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/utf8_open": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/utime": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/autodie/t/version": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/autodie/t/version_tag": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-gmp-bigfloat": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-gmp-bigint": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-gmp-bignum": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-gmp-bigrat": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-pari-bigfloat": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-pari-bigint": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-pari-bignum": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/backend-pari-bigrat": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/bignum/t/bigexp": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/const-bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/const-bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/const-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/const-bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/down-mbi-up-mbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/down-mbi-up-mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/down-mbi-up-undef": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/down-undef-up-mbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/e_pi-bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/e_pi-bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/e_pi-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/e_pi-bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/import-bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/import-bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/import-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/import-bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/in_effect": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/infnan-bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/infnan-bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/infnan-bignum-mbf": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/infnan-bignum-mbr": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/infnan-bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_a": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_a-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_l-bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_l-bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_l-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_l-bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_p": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/option_p-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/overrides": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/ratopt_a": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/scope-bigfloat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/scope-bigint": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/scope-bignum": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/scope-bigrat": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/scope-nested-const": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/bignum/t/scope-nested-hex-oct": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/experimental/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/config": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/datasend": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/ftp": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/libnet/t/hostname": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/netrc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/nntp": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/libnet/t/nntp_ipv6": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/nntp_ssl": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/libnet/t/pop3_ipv6": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/pop3_ssl": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/libnet/t/require": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/smtp": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/libnet/t/smtp_ipv6": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/libnet/t/smtp_ssl": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/libnet/t/time": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/compile-time": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/compile-time-file": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/parent": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/parent-classfromclassfile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/parent-classfromfile": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/parent-pmc": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/parent/t/parent-returns-false": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/docs/changes": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/docs/pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/docs/pod-spelling": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/docs/spdx-license": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/docs/synopsis": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/general/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/general/filehandle": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/general/pod-parser": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/devise-date": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/devise-title": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/empty": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/encoding": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/heading": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/iso-8859-1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/no-encode": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/snippets": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/man/utf8-io": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/parselink/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/style/critic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/style/kwalitee": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/style/minimum-version": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/style/module-version": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/style/obsolete-strings": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/style/strict": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.cpan/podlators/t/text/color": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/text/invalid": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/text/iso-8859-1": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/text/overstrike": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/text/snippets": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/text/termcap": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/podlators/t/text/utf8-io": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/01base": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/02derived": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/03require": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/04strict_lax": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/05sigdie": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/06noop": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/07locale": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/08_corelist": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/09_list_util": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/10_lyon": {
    "status": "PASSED"
   },
   "ptestresult.perl.cpan/version/t/11_taint": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Attribute-Handlers/t/caller": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Attribute-Handlers/t/constants": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Attribute-Handlers/t/data_convert": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Attribute-Handlers/t/linerep": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Attribute-Handlers/t/multi": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/Carp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/Carp_overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/Carp_overloadless": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/arg_regexp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/arg_string": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/baduni": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/baduni_warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/broken_can": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/broken_univ_can": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/errno": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/heavy": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/heavy_mismatch": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/stack_after_err": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/stash_deletion": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/swash": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/vivify_gv": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/vivify_stash": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Carp/t/with_warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/bless": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/bless_var_method": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/bugs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/deparse": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/dumper": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/dumpperl": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/freezer": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/freezer_useperl": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/huge": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/indent": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/misc": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/names": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/pair": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/perl-74170": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/purity_deepcopy_maxdepth": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/qr": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/quotekeys": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/recurse": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/seen": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/sortkeys": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/sparseseen": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/terse": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/toaster": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/trailing_comma": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Data-Dumper/t/values": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Devel-SelfStubber/t/Devel-SelfStubber": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Dumpvalue/t/Dumpvalue": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Dumpvalue/t/extend-coverage": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Dumpvalue/t/rt-134441-dumpvalue": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Env/t/array": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Env/t/env": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Exporter/t/Exporter": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Exporter/t/warn": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-CBuilder/t/00-have-compiler": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-CBuilder/t/01-basic": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/ExtUtils-CBuilder/t/02-link": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/ExtUtils-CBuilder/t/03-cplusplus": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/ExtUtils-CBuilder/t/04-base": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/001-basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/002-more": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/003-usage": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/101-standard_typemap_locations": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/102-trim_whitespace": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/103-tidy_type": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/104-map_type": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/105-valid_proto_string": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/106-process_typemaps": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/108-map_type": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/109-standard_XS_defs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/110-assign_func_args": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/112-set_cond": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/114-blurt_death_Warn": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/115-avoid-noise": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/501-t-compile": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/510-t-bare": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/511-t-whitespace": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/512-t-file": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/513-t-merge": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/514-t-embed": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/515-t-cmd": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/516-t-clone": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/517-t-targetable": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/ExtUtils-ParseXS/t/600-t-compat": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/code_no_comments": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/data": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/export": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/filter": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/filter_only": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/import": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Filter-Simple/t/no": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/FindBin/t/FindBin": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-Collate/t/I18N-Collate": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/01_about_verbose": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/05_main": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/07_listy": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/10_http": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/20_locales": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/50_super": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/55_supers_strict": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/I18N-LangTags/t/80_all_env": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/IO": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/cachepropagate-tcp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/cachepropagate-udp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/cachepropagate-unix": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/gh17447": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_const": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_dir": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_dup": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_file": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_file_export": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_getline": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_handle": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_leak": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_linenum": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_multihomed": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_pipe": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_poll": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_sel": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_sock": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_sock_errstr": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_tell": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_udp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_unix": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_utf8argv": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/IO/t/io_xs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/01_about_verbose": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/04_use_external_lex_cache": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/09_compile": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/10_make": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/20_get": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/30_eval_dollar_at": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/40_super": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/50_super": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/60_super": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/70_fail_auto": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/90_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/91_backslash": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/92_blacklist": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/93_whitelist": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/94_denylist": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Locale-Maketext/t/95_allowlist": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Math-Complex/t/Complex": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Math-Complex/t/Trig": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Math-Complex/t/underbar": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/corelist": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/deprecated": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/find_modules": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/is_core": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/maintainer": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/pod": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Module-CoreList/t/utils": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/000_load": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/001_new": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/010_pingecho": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/110_icmp_inst": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/120_udp_inst": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/130_tcp_inst": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/140_stream_inst": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/150_syn_inst": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/190_alarm": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/200_ping_tcp": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/250_ping_hires": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/300_ping_stream": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/400_ping_syn": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/410_syn_host": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/420_ping_syn_port": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Net-Ping/t/450_service": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/500_ping_icmp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/501_ping_icmpv6": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/510_ping_udp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Net-Ping/t/520_icmp_ttl": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/Functions": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/Spec": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/Spec-taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/abs2rel": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/crossplatform": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/cwd": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/cwd_enoent": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/rel2abs2rel": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/tmpdir": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/PathTools/t/win32": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Safe/t/safe1": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safe2": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safe3": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safeload": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safenamedcap": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safeops": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/saferegexp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safesecurity": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safesig": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safesort": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safeuniversal": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safeutf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Safe/t/safewrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Search-Dict/t/Dict": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/SelfLoader/t/01SelfLoader": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/SelfLoader/t/02SelfLoader-buggy": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/SelfLoader/t/03taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/CVE-2015-1592": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/attach": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/attach_errors": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/attach_singleton": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/blessed": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/boolean": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/canonical": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/circular_hook": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/code": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/compat01": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Storable/t/compat06": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/croak": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/dclone": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/destroy": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/downgrade": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/file_magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/flags": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/forgive": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/freeze": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/huge": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Storable/t/hugeids": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Storable/t/integer": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/interwork56": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Storable/t/just_plain_nasty": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/leaks": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Storable/t/lock": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/malice": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/recurse": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/regexp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/restrict": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/retrieve": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/robust": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/sig_die": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/store": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/tied": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/tied_hook": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/tied_items": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/tied_reify": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/tied_store": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/utf8hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Storable/t/weak": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Term-Complete/t/Complete": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Term-ReadLine/t/AE": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Term-ReadLine/t/AETk": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Term-ReadLine/t/ReadLine": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Term-ReadLine/t/ReadLine-STDERR": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Term-ReadLine/t/Tk": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Test/t/05_about_verbose": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/mix": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/multiline": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/onfail": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/qr": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/skip": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/success": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Test/t/todo": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Text-Abbrev/t/Abbrev": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/01_basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/02_refs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/03_peek": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/04_errs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/05_extract": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/06_insert": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/07_lock": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/08_nothreads": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/09_ended": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/10_timed": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Queue/t/11_limit": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Semaphore/t/01_basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Semaphore/t/02_errs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Semaphore/t/03_nothreads": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Semaphore/t/04_nonblocking": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Semaphore/t/05_force": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Thread-Semaphore/t/06_timed": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/01_gen": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/02_fetchsize": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/03_longfetch": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/04_splice": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/05_size": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/06_fixrec": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/07_rv_splice": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/08_ro": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/09_gen_rs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/10_splice_rs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/11_rv_splice_rs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/12_longfetch_rs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/13_size_rs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/14_lock": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/15_pushpop": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/16_handle": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/17_misc_meth": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/18_rs_fixrec": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/19_cache": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/20_cache_full": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/21_win32": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/Tie-File/t/22_autochomp": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/23_rv_ac_splice": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/24_cache_loop": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/25_gen_nocache": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/26_twrite": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/27_iwrite": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/28_mtwrite": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/29_downcopy": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/29a_upcopy": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/30_defer": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/31_autodefer": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/32_defer_misc": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/33_defer_vs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/40_abs_cache": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/41_heap": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/42_offset": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Tie-File/t/43_synopsis": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/alarm": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/clock": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/gettimeofday": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/itimer": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/nanosleep": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/sleep": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/stat": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/time": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/tv_interval": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/ualarm": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/usleep": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Time-HiRes/t/utime": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/fcdc": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/form": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/func": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/illegal": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/norm": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/null": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/partial1": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/partial2": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/proto": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/split": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/test": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/Unicode-Normalize/t/tie": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/XSLoader/t/XSLoader": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/autouse/t/autouse": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/base/t/base": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/base-open-chunk": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/base-open-line": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/compile-time": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/core-global": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/fields": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/fields-5_6_0": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/base/t/fields-5_8_0": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/base/t/fields-base": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/incdot": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/isa": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/sigdie": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/version": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/base/t/warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/constant/t/constant": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/constant/t/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/encoding-warnings/t/1-warning": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/encoding-warnings/t/2-fatal": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/encoding-warnings/t/3-normal": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/encoding-warnings/t/4-lexical": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/if/t/if": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/lib/t/01lib": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/0nothread": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/av_refs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/av_simple": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/blessed": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/clone": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/cond": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/disabled": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/dualvar": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/hv_refs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/hv_simple": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/no_share": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/object": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/object2": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/shared_attr": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/stress": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/sv_refs": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/sv_simple": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/wait": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads-shared/t/waithires": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/blocks": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/context": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/end": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/err": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/exit": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/free": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/free2": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/join": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/kill": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/kill2": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/kill3": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/libc": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/list": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/no_threads": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/threads/t/problems": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/stack": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/stack_env": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/state": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/stress_cv": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/stress_re": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/stress_string": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/thread": {
    "status": "PASSED"
   },
   "ptestresult.perl.dist/threads/t/unique": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.dist/threads/t/version": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/b": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/bool": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/concise": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/concise-xs": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/f_map": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/f_sort": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/invlist": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.ext/B/t/o": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_check": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_concise": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_constants": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_for": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_misc": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_samples": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_sort": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_specials": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/optree_varinit": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/perlstring": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/pragma": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/showlex": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/strict": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/sv_stash": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/terse": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/walkoptree": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/B/t/xref": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Devel-Peek/t/Peek": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/DynaLoader/t/DynaLoader": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Errno/t/Errno": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Fcntl/t/autoload": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Fcntl/t/fcntl": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Fcntl/t/mode": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Fcntl/t/syslfs": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.ext/File-DosGlob/t/DosGlob": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Find/t/correct-absolute-path-with-follow": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Find/t/find": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Find/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/case": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/global": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/rt114984": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/rt131211": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/File-Glob/t/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/01open": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/02maxopen": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/03append": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/04twoarg": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/05override": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/06export": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/FileCache/t/07noimport": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/GDBM_File/t/count": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/GDBM_File/t/dump": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/GDBM_File/t/fatal": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/GDBM_File/t/gdbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/GDBM_File/t/opt": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/GDBM_File/t/snapshot": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/01_load": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/02_function": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/03_class": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/04_thread": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/05_perlhook": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/11_hashassign": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util-FieldHash/t/12_hashwarn": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util/t/Util": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Hash-Util/t/builtin": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/I18N-Langinfo/t/Langinfo": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/IPC-Open3/t/IPC-Open2": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/IPC-Open3/t/IPC-Open3": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/IPC-Open3/t/fd": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/NDBM_File/t/ndbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Opcode/t/Opcode": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Opcode/t/ops": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/export": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/fenv": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/iv_const": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/math": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/mb": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/posix": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/sigaction": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/sigset": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/strerror_errno": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/sysconf": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/termios": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/time": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/unimplemented": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/usage": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/waitpid": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/POSIX/t/wrappers": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/PerlIO-encoding/t/encoding": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/PerlIO-encoding/t/fallback": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/PerlIO-encoding/t/nolooping": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/PerlIO-encoding/t/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/PerlIO-via/t/thread": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/PerlIO-via/t/via": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Functions/t/Functions": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/anchorify": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/cache": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/crossref": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/crossref2": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/crossref3": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/eol": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/feature": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/feature2": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmldir1": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmldir2": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmldir3": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmldir4": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmldir5": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmlescp": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmllink": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/htmlview": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/poderr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Pod-Html/t/podnoerr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/SDBM_File/t/constants": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/SDBM_File/t/corrupt": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/SDBM_File/t/prep": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/SDBM_File/t/sdbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Sys-Hostname/t/Hostname": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Tie-Hash-NamedCapture/t/tiehash": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/Tie-Memoize/t/Tie-Memoize": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/addissub": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/arrayexpr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/autoload": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/blockasexpr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/blockhooks": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/blockhooks-csc": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/boolean": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/boolean-thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/bootstrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/call": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/call_checker": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/caller": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/callregexec": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/check_warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/cleanup": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/clone-with-stack": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/cophh": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/coplabel": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/copstash": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/copyhints": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/customop": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/cv_name": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/cv_refcounted_anysv": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/delimcpy": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/eval-filter": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/exception": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/extend": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/fetch_pad_names": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/get": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gotosub": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/grok": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gv_autoload4": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gv_const_sv": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gv_fetchmeth": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gv_fetchmeth_autoload": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gv_fetchmethod_flags": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/gv_init": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy00": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy01": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy02": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy03": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy04": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy05": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy06": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy07": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy08": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/handy09": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/hv_macro": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/join_with_space": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/keyword_multiline": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/keyword_plugin": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/keyword_plugin_threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/labelconst": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/lexsub": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/load-module": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/locale": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/loopblock": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/looprest": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/lvalue": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/magic_chain": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/mortal_destructor": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/mro": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/multicall": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/my_cxt": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/my_exit": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/my_strtod": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/newAV": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/newCONSTSUB": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/newDEFSVOP": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/op": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/op_contextualize": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/op_list": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/pad_scalar": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/peep": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/pmflag": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/postinc": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/printf": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/ptr_table": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/push": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/refs": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/rmagical": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/rpp_invoke_xs": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/rv2cv_op_cv": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/savehints": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/savestack": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/scopelessblock": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/sort": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/stmtasexpr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/stmtsasexpr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/stuff_modify_bug": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/stuff_svcur_bug": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/subcall": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/subsignature": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/sv_numeq": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/sv_streq": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/svcat": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/svcatpvf": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/sviscow": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/svpeek": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/svpv": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/svpv_magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/svsetsv": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/swaplabel": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/swaptwostmts": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/sym-hook": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/synthetic_scope": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/temp_lv_sub": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/underscore_length": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf16_to_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_to_bytes": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn00": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn01": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn02": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn03": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn04": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn05": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn06": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn07": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn08": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/utf8_warn09": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/weaken": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/whichsig": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/win32": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.ext/XS-APItest/t/xs_special_subs": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/xs_special_subs_require": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/xsppwrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-APItest/t/xsub_h": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/XS-Typemap/t/Typemap": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/intflags": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/lexical_debug": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/qr": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/re": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/re_funcs": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/re_funcs_u": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/reflags": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/regop": {
    "status": "PASSED"
   },
   "ptestresult.perl.ext/re/t/strict": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/AnyDBM_File": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/B/Deparse": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/B/Deparse-core": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/B/Deparse-subclass": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Benchmark": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Class/Struct": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Config": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Config/Extensions": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DB": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/01error": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/02core": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/compress": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/encode": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/int32": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/null": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DBM_Filter/t/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/DirHandle": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/English": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/ExtUtils/t/Embed": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.lib/File/Basename": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/File/Compare": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/File/Copy": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/File/stat": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/File/stat-7896": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/FileHandle": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Getopt/Std": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Internals": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Net/hostent": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Net/netent": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.lib/Net/protoent": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Net/servent": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Pod/t/Usage": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/SelectSaver": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Symbol": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Thread": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Array/push": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Array/splice": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Array/std": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Array/stdpush": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/ExtraHash": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Handle/stdhandle": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Handle/stdhandle_from_handle": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/Scalar": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Tie/SubstrHash": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Time/gmtime": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Time/localtime": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Unicode/UCD": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/Unicode/testnorm": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.lib/User/grent": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/User/pwent": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/blib": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/builtin": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/builtin-taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/bytes": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/charnames": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/diagnostics": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/dumpvar": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.lib/feature": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/feature/unicode_strings": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/filetest": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/h2ph": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/h2xs": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/integer": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/less": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/locale": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/locale_threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/meta_notation": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/open": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/overload": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.lib/overload64": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/overloading": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/perl5db": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/perlbug": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/sigtrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/sort": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/strict": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/subs": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/vars": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/vars_carp": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/vmsish": {
    "status": "PASSED"
   },
   "ptestresult.perl.lib/warnings": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/cond": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/if": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/lex": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/num": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/pat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/rs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/term": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/translate": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/base/while": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/accessor": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/class": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/construct": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/destruct": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/field": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/inherit": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/method": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/phasers": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/class/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/cmd/elsif": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/cmd/for": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/cmd/mod": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/cmd/subval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/cmd/switch": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/bproto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/cmdopt": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/colon": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/decl": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/filter_exception": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/final_line_num": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/fold": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/form_scope": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/hints": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/line_debug": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/multiline": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/opsubs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/our": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/package": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/package_block": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/parser": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/parser_run": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/proto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/redef": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/require": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/retainedlines": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/term": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/uproto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/use": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/comp/utf": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/argv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/binmode": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/bom": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/closepid": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/crlf": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/crlf_through": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/data": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/defout": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/dup": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/eintr": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/io/eintr_print": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/io/errno": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/errnosig": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/fflush": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/fs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/getcwd": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/io/inplace": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/iofile": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/iprefix": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/layers": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/msg": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/nargv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/open": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/openpid": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/paragraph_mode": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/perlio": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/perlio_fail": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/perlio_leaks": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/perlio_open": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/pipe": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/print": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/pvbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/read": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/say": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/scalar": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/scalar_ungetc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/sem": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/semctl": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/shm": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/socket": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/socketpair": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/tell": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/through": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/io/utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/commonsense": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/croak": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/cygwin": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/lib/deprecate": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/mypragma": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/no_load": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/overload_fallback": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/overload_nomethod": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/proxy_constant_subs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/lib/universal": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_01_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_01_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_01_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_01_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_02_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_02_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_02_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_02_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_03_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_03_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_03_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_03_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_04_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_04_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_04_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_04_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_05_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_05_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_05_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_05_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/basic_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/c3_with_overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/c3_with_overload_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/complex_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/complex_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/complex_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/complex_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/dbic_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/dbic_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/dbic_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/dbic_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/inconsistent_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/inconsistent_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isa_aliases": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isa_aliases_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isa_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isa_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isa_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isa_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isarev": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/isarev_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/method_caching": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/method_caching_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_NEXT": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_NEXT_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_edgecases": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_edgecases_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_goto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_goto_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_inanon": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_inanon_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_ineval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_ineval_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_method": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_method_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_skip": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/next_skip_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/overload_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/overload_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/overload_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/package_aliases": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/package_aliases_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/pkg_gen": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/pkg_gen_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/recursion_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/recursion_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/recursion_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/recursion_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/vulcan_c3": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/vulcan_c3_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/vulcan_dfs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/mro/vulcan_dfs_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/64bitint": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/aassign": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/alarm": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/anonconst": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/anonsub": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/append": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/args": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/arith2": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/array": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/assignwarn": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/attrhand": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/attrproto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/attrs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/auto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/avhv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/bless": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/blocks": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/bool": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/bop": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/caller": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/catch": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/chars": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/chdir": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/chop": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/chr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/closure": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/cmpchain": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/concat2": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/cond": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/const-optree": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/context": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/coreamp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/coresubs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/cproto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/crypt": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/current_sub": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/dbm": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/decl-refs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/defer": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/defined": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/defins": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/delete": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/die": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/die_except": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/die_exit": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/die_keeperr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/die_unwind": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/do": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/dor": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/dump": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/op/each": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/each_array": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/eval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/evalbytes": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/exec": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/exists_sub": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/exp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/fh": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/filehandle": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/filetest": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/filetest_stack_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/filetest_t": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/flip": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/for": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/for-many": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/fork": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/fresh_perl_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/getpid": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/getppid": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/glob": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/gmagic": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/goto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/goto_xs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/grent": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/grep": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/groups": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/gv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hash": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hash-clear-placeholders": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hash-rt85026": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hashassign": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hashwarn": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/heredoc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hexfp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/hook/require": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/inc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/inccode": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/inccode-tie": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/incfilter": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/index": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/index_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/infnan": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/int": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/isa": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/join": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/kill0": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/kvaslice": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/kvhslice": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/leaky-magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/length": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lex": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lex_assign": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lexsub": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lfs": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/op/list": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/local": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/localref": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lock": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/loopctl": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lop": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/lvref": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/magic-27839": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/method": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/mkdir": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/multideref": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/my": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/my_stash": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/mydef": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/negate": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/not": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/numconvert": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/numify": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/numify_chkflags": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/oct": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/or": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/ord": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/overload_integer": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/override": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/pack": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/packagev": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/pos": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/postfixderef": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/pow": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/print": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/protowarn": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/push": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/pwent": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/qr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/quotemeta": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/rand": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/range": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/read": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/readdir": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/readline": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/recurse": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/ref": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/refstack": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/op/repeat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/require_37033": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/require_errors": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/require_gh20577": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/require_override": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/reset": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/reverse": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/rt119311": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/runlevel": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/select": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/setpgrpstack": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sigdispatch": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/signame_canonical": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/signatures": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sigsystem": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sleep": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/smartkve": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/smartmatch": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sort": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/splice": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/split": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/split_unicode": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sprintf": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sprintf2": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/srand": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sselect": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/stash": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/stash_parse_gv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/stat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/stat_errors": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/state": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/study": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/studytied": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sub": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sub_lval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/substr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/substr_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/svflags": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/svleak": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/switch": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/symbolcache": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/sysio": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/threads-dirh": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tie": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tie_fetch_count": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tiearray": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tiehandle": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tiehash": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/time": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/time_loop": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/tr_latin1": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/try": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/undef": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/universal": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/unlink": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/unshift": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/upgrade": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/utf8cache": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/utf8decode": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/utf8magic": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/utfhash": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/utftaint": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/vec": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/ver": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/waitpid": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/wantarray": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/warn": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/while": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/write": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/op/yadayada": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/opbasic/arith": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/opbasic/cmp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/opbasic/concat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/opbasic/magic_phase": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/opbasic/qq": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/perf/benchmarks": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/perf/opcount": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/perf/optree": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/perf/speed": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/perf/taint": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/FindExt": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/args_assert": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/authors": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/bench": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/bench_selftest": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/bincompat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/checkcase": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/checkcfgvar": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/cmp_version": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/copyright": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/corelist": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/customized": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/deprecation": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/diag": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/dual-life": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/exec-bit": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/extrefs": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/filenames": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/globvar": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/header_parser": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/libperl": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/maintainers": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/makerel": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/manifest": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/perlfunc": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/pod_rules": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/podcheck": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/re_context": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/readme": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/regen": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/ss_dup": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/test_bootstrap": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/test_testlist": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/porting/update_authors": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/porting/utils": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/re/alpha_assertions": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/anyof": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/begin-once": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/bigfuzzy_not_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/charset": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/fold_grind_8": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/re/fold_grind_T": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/re/fold_grind_a": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/fold_grind_aa": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/fold_grind_d": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/fold_grind_l": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/fold_grind_u": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/keep_tabs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/no_utf8_pm": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/opt": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_advanced": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_advanced_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_psycho": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_psycho_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_re_eval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_re_eval_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_rt_report": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_rt_report_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_special_cc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_special_cc_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pat_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/pos": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/qr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/qr-72922": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/qr_gc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/qrstack": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/recompile": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_60508": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_email": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_email_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_eval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_eval_scope": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_fold": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_mesg": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_namedcapture": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_nc_tie": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_nocapture": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_pmod": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/reg_posixcc": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regex_sets": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regex_sets_compat": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_noamp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_nonull": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_normal": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_notrie": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_qr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_qr_embed": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_qr_embed_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_trielist": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_unicode_prop": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/regexp_unicode_prop_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/rt122747": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/rxcode": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/script_run": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/speed": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/speed_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/stclass_threads": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/subst": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/substT": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/subst_amp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/subst_wamp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops01": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops02": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops03": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops04": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops05": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops06": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops07": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops08": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops09": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/uniprops10": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/re/user_prop_race_thr": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/cloexec": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/dtrace": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/run/exit": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/fresh_perl": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/locale": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/noswitch": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/runenv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/runenv_hashseed": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/runenv_randseed": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/script": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switch0": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchC": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchDx": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/run/switchF": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchF1": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchF2": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchI": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchM": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switcha": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchd": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchd-78586": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switches": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchn": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switcht": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/run/switchx": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/test_pl/_num_to_alpha": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/test_pl/can_isa_ok": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/test_pl/plan_skip_all": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/test_pl/tempfile": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/attrs": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/bless": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/caller": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/chomp": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/class": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/eval": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/fold": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/goto": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/greek": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/uni/gv": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/labels": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/latin2": {
    "status": "SKIPPED"
   },
   "ptestresult.perl.t/uni/lex_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/lower": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/method": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/opcroak": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/overload": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/package": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/parser": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/readline": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/select": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/sprintf": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/stash": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/tie": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/title": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/tr_utf8": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/universal": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/upper": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/variables": {
    "status": "PASSED"
   },
   "ptestresult.perl.t/uni/write": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/perl/ptest\nPASS: t/test_pl/_num_to_alpha\nPASS: t/test_pl/can_isa_ok\nSKIP: t/test_pl/plan_skip_all\nPASS: t/test_pl/tempfile\nPASS: t/base/cond\nPASS: t/base/if\nPASS: t/base/lex\nPASS: t/base/num\nPASS: t/base/pat\nPASS: t/base/rs\nPASS: t/base/term\nPASS: t/base/translate\nPASS: t/base/while\nPASS: t/comp/bproto\nPASS: t/comp/cmdopt\nPASS: t/comp/colon\nPASS: t/comp/decl\nPASS: t/comp/filter_exception\nPASS: t/comp/final_line_num\nPASS: t/comp/fold\nPASS: t/comp/form_scope\nPASS: t/comp/hints\nPASS: t/comp/line_debug\nPASS: t/comp/multiline\nPASS: t/comp/opsubs\nPASS: t/comp/our\nPASS: t/comp/package\nPASS: t/comp/package_block\nPASS: t/comp/parser\nPASS: t/comp/parser_run\nPASS: t/comp/proto\nPASS: t/comp/redef\nPASS: t/comp/require\nPASS: t/comp/retainedlines\nPASS: t/comp/term\nPASS: t/comp/uproto\nPASS: t/comp/use\nPASS: t/comp/utf\nPASS: t/run/cloexec\nSKIP: t/run/dtrace\nPASS: t/run/exit\nPASS: t/run/fresh_perl\nPASS: t/run/locale\nPASS: t/run/noswitch\nPASS: t/run/runenv\nPASS: t/run/runenv_hashseed\nPASS: t/run/runenv_randseed\nPASS: t/run/script\nPASS: t/run/switch0\nPASS: t/run/switchC\nSKIP: t/run/switchDx\nPASS: t/run/switchF\nPASS: t/run/switchF1\nPASS: t/run/switchF2\nPASS: t/run/switchI\nPASS: t/run/switchM\nPASS: t/run/switcha\nPASS: t/run/switchd-78586\nPASS: t/run/switchd\nPASS: t/run/switches\nPASS: t/run/switchn\nPASS: t/run/switchp\nPASS: t/run/switcht\nPASS: t/run/switchx\nPASS: t/cmd/elsif\nPASS: t/cmd/for\nPASS: t/cmd/mod\nPASS: t/cmd/subval\nPASS: t/cmd/switch\nPASS: t/io/argv\nPASS: t/io/binmode\nPASS: t/io/bom\nPASS: t/io/closepid\nPASS: t/io/crlf\nPASS: t/io/crlf_through\nPASS: t/io/data\nPASS: t/io/defout\nPASS: t/io/dup\nSKIP: t/io/eintr\nSKIP: t/io/eintr_print\nPASS: t/io/errno\nPASS: t/io/errnosig\nPASS: t/io/fflush\nPASS: t/io/fs\nSKIP: t/io/getcwd\nPASS: t/io/inplace\nPASS: t/io/iofile\nPASS: t/io/iprefix\nPASS: t/io/layers\nPASS: t/io/msg\nPASS: t/io/nargv\nPASS: t/io/open\nPASS: t/io/openpid\nPASS: t/io/paragraph_mode\nPASS: t/io/perlio\nPASS: t/io/perlio_fail\nPASS: t/io/perlio_leaks\nPASS: t/io/perlio_open\nPASS: t/io/pipe\nPASS: t/io/print\nPASS: t/io/pvbm\nPASS: t/io/read\nPASS: t/io/say\nPASS: t/io/scalar\nPASS: t/io/scalar_ungetc\nPASS: t/io/sem\nPASS: t/io/semctl\nPASS: t/io/shm\nPASS: t/io/socket\nPASS: t/io/socketpair\nPASS: t/io/tell\nPASS: t/io/through\nPASS: t/io/utf8\nPASS: t/re/alpha_assertions\nPASS: t/re/anyof\nPASS: t/re/begin-once\nPASS: t/re/bigfuzzy_not_utf8\nPASS: t/re/charset\nSKIP: t/re/fold_grind_8\nSKIP: t/re/fold_grind_T\nPASS: t/re/fold_grind_a\nPASS: t/re/fold_grind_aa\nPASS: t/re/fold_grind_d\nPASS: t/re/fold_grind_l\nPASS: t/re/fold_grind_u\nPASS: t/re/keep_tabs\nPASS: t/re/no_utf8_pm\nPASS: t/re/opt\nPASS: t/re/overload\nPASS: t/re/pat\nPASS: t/re/pat_advanced\nPASS: t/re/pat_advanced_thr\nPASS: t/re/pat_psycho\nPASS: t/re/pat_psycho_thr\nPASS: t/re/pat_re_eval\nPASS: t/re/pat_re_eval_thr\nPASS: t/re/pat_rt_report\nPASS: t/re/pat_rt_report_thr\nPASS: t/re/pat_special_cc\nPASS: t/re/pat_special_cc_thr\nPASS: t/re/pat_thr\nPASS: t/re/pos\nPASS: t/re/qr-72922\nPASS: t/re/qr\nPASS: t/re/qr_gc\nPASS: t/re/qrstack\nPASS: t/re/recompile\nPASS: t/re/reg_60508\nPASS: t/re/reg_email\nPASS: t/re/reg_email_thr\nPASS: t/re/reg_eval\nPASS: t/re/reg_eval_scope\nPASS: t/re/reg_fold\nPASS: t/re/reg_mesg\nPASS: t/re/reg_namedcapture\nPASS: t/re/reg_nc_tie\nPASS: t/re/reg_nocapture\nPASS: t/re/reg_pmod\nPASS: t/re/reg_posixcc\nPASS: t/re/regex_sets\nPASS: t/re/regex_sets_compat\nPASS: t/re/regexp\nPASS: t/re/regexp_noamp\nPASS: t/re/regexp_nonull\nPASS: t/re/regexp_normal\nPASS: t/re/regexp_notrie\nPASS: t/re/regexp_qr\nPASS: t/re/regexp_qr_embed\nPASS: t/re/regexp_qr_embed_thr\nPASS: t/re/regexp_trielist\nPASS: t/re/regexp_unicode_prop\nPASS: t/re/regexp_unicode_prop_thr\nPASS: t/re/rt122747\nPASS: t/re/rxcode\nPASS: t/re/script_run\nPASS: t/re/speed\nPASS: t/re/speed_thr\nPASS: t/re/stclass_threads\nPASS: t/re/subst\nPASS: t/re/substT\nPASS: t/re/subst_amp\nPASS: t/re/subst_wamp\nPASS: t/re/uniprops01\nPASS: t/re/uniprops02\nPASS: t/re/uniprops03\nPASS: t/re/uniprops04\nPASS: t/re/uniprops05\nPASS: t/re/uniprops06\nPASS: t/re/uniprops07\nPASS: t/re/uniprops08\nPASS: t/re/uniprops09\nPASS: t/re/uniprops10\nPASS: t/re/user_prop_race_thr\nPASS: t/opbasic/arith\nPASS: t/opbasic/cmp\nPASS: t/opbasic/concat\nPASS: t/opbasic/magic_phase\nPASS: t/opbasic/qq\nPASS: t/op/64bitint\nPASS: t/op/aassign\nPASS: t/op/alarm\nPASS: t/op/anonconst\nPASS: t/op/anonsub\nPASS: t/op/append\nPASS: t/op/args\nPASS: t/op/arith2\nPASS: t/op/array\nPASS: t/op/assignwarn\nPASS: t/op/attrhand\nPASS: t/op/attrproto\nPASS: t/op/attrs\nPASS: t/op/auto\nPASS: t/op/avhv\nPASS: t/op/bless\nPASS: t/op/blocks\nPASS: t/op/bool\nPASS: t/op/bop\nPASS: t/op/caller\nPASS: t/op/catch\nPASS: t/op/chars\nPASS: t/op/chdir\nPASS: t/op/chop\nPASS: t/op/chr\nPASS: t/op/closure\nPASS: t/op/cmpchain\nPASS: t/op/concat2\nPASS: t/op/cond\nPASS: t/op/const-optree\nPASS: t/op/context\nPASS: t/op/coreamp\nPASS: t/op/coresubs\nPASS: t/op/cproto\nPASS: t/op/crypt\nPASS: t/op/current_sub\nPASS: t/op/dbm\nPASS: t/op/decl-refs\nPASS: t/op/defer\nPASS: t/op/defined\nPASS: t/op/defins\nPASS: t/op/delete\nPASS: t/op/die\nPASS: t/op/die_except\nPASS: t/op/die_exit\nPASS: t/op/die_keeperr\nPASS: t/op/die_unwind\nPASS: t/op/do\nPASS: t/op/dor\nSKIP: t/op/dump\nPASS: t/op/each\nPASS: t/op/each_array\nPASS: t/op/eval\nPASS: t/op/evalbytes\nPASS: t/op/exec\nPASS: t/op/exists_sub\nPASS: t/op/exp\nPASS: t/op/fh\nPASS: t/op/filehandle\nPASS: t/op/filetest\nPASS: t/op/filetest_stack_ok\nPASS: t/op/filetest_t\nPASS: t/op/flip\nPASS: t/op/for-many\nPASS: t/op/for\nPASS: t/op/fork\nPASS: t/op/fresh_perl_utf8\nPASS: t/op/getpid\nPASS: t/op/getppid\nPASS: t/op/glob\nPASS: t/op/gmagic\nPASS: t/op/goto\nPASS: t/op/goto_xs\nPASS: t/op/grent\nPASS: t/op/grep\nPASS: t/op/groups\nPASS: t/op/gv\nPASS: t/op/hash-clear-placeholders\nPASS: t/op/hash-rt85026\nPASS: t/op/hash\nPASS: t/op/hashassign\nPASS: t/op/hashwarn\nPASS: t/op/heredoc\nPASS: t/op/hexfp\nPASS: t/op/hook/require\nPASS: t/op/inc\nPASS: t/op/inccode-tie\nPASS: t/op/inccode\nPASS: t/op/incfilter\nPASS: t/op/index\nPASS: t/op/index_thr\nPASS: t/op/infnan\nPASS: t/op/int\nPASS: t/op/isa\nPASS: t/op/join\nPASS: t/op/kill0\nPASS: t/op/kvaslice\nPASS: t/op/kvhslice\nPASS: t/op/lc\nPASS: t/op/leaky-magic\nPASS: t/op/length\nPASS: t/op/lex\nPASS: t/op/lex_assign\nPASS: t/op/lexsub\nSKIP: t/op/lfs\nPASS: t/op/list\nPASS: t/op/local\nPASS: t/op/localref\nPASS: t/op/lock\nPASS: t/op/loopctl\nPASS: t/op/lop\nPASS: t/op/lvref\nPASS: t/op/magic-27839\nPASS: t/op/magic\nPASS: t/op/method\nPASS: t/op/mkdir\nPASS: t/op/multideref\nPASS: t/op/my\nPASS: t/op/my_stash\nPASS: t/op/mydef\nPASS: t/op/negate\nPASS: t/op/not\nPASS: t/op/numconvert\nPASS: t/op/numify\nPASS: t/op/numify_chkflags\nPASS: t/op/oct\nPASS: t/op/or\nPASS: t/op/ord\nPASS: t/op/overload_integer\nPASS: t/op/override\nPASS: t/op/pack\nPASS: t/op/packagev\nPASS: t/op/pos\nPASS: t/op/postfixderef\nPASS: t/op/pow\nPASS: t/op/print\nPASS: t/op/protowarn\nPASS: t/op/push\nPASS: t/op/pwent\nPASS: t/op/qr\nPASS: t/op/quotemeta\nPASS: t/op/rand\nPASS: t/op/range\nPASS: t/op/read\nPASS: t/op/readdir\nPASS: t/op/readline\nPASS: t/op/recurse\nPASS: t/op/ref\nSKIP: t/op/refstack\nPASS: t/op/repeat\nPASS: t/op/require_37033\nPASS: t/op/require_errors\nPASS: t/op/require_gh20577\nPASS: t/op/require_override\nPASS: t/op/reset\nPASS: t/op/reverse\nPASS: t/op/rt119311\nPASS: t/op/runlevel\nPASS: t/op/select\nPASS: t/op/setpgrpstack\nPASS: t/op/sigdispatch\nPASS: t/op/signame_canonical\nPASS: t/op/signatures\nPASS: t/op/sigsystem\nPASS: t/op/sleep\nPASS: t/op/smartkve\nPASS: t/op/smartmatch\nPASS: t/op/sort\nPASS: t/op/splice\nPASS: t/op/split\nPASS: t/op/split_unicode\nPASS: t/op/sprintf\nPASS: t/op/sprintf2\nPASS: t/op/srand\nPASS: t/op/sselect\nPASS: t/op/stash\nPASS: t/op/stash_parse_gv\nPASS: t/op/stat\nPASS: t/op/stat_errors\nPASS: t/op/state\nPASS: t/op/study\nPASS: t/op/studytied\nPASS: t/op/sub\nPASS: t/op/sub_lval\nPASS: t/op/substr\nPASS: t/op/substr_thr\nPASS: t/op/svflags\nPASS: t/op/svleak\nPASS: t/op/switch\nPASS: t/op/symbolcache\nPASS: t/op/sysio\nPASS: t/op/taint\nPASS: t/op/threads-dirh\nPASS: t/op/threads\nPASS: t/op/tie\nPASS: t/op/tie_fetch_count\nPASS: t/op/tiearray\nPASS: t/op/tiehandle\nPASS: t/op/tiehash\nPASS: t/op/time\nPASS: t/op/time_loop\nPASS: t/op/tr\nPASS: t/op/tr_latin1\nPASS: t/op/try\nPASS: t/op/undef\nPASS: t/op/universal\nPASS: t/op/unlink\nPASS: t/op/unshift\nPASS: t/op/upgrade\nPASS: t/op/utf8cache\nPASS: t/op/utf8decode\nPASS: t/op/utf8magic\nPASS: t/op/utfhash\nPASS: t/op/utftaint\nPASS: t/op/vec\nPASS: t/op/ver\nPASS: t/op/waitpid\nPASS: t/op/wantarray\nPASS: t/op/warn\nPASS: t/op/while\nPASS: t/op/write\nPASS: t/op/yadayada\nPASS: t/uni/attrs\nPASS: t/uni/bless\nPASS: t/uni/caller\nPASS: t/uni/chomp\nPASS: t/uni/class\nPASS: t/uni/eval\nPASS: t/uni/fold\nPASS: t/uni/goto\nSKIP: t/uni/greek\nPASS: t/uni/gv\nPASS: t/uni/labels\nSKIP: t/uni/latin2\nPASS: t/uni/lex_utf8\nPASS: t/uni/lower\nPASS: t/uni/method\nPASS: t/uni/opcroak\nPASS: t/uni/overload\nPASS: t/uni/package\nPASS: t/uni/parser\nPASS: t/uni/readline\nPASS: t/uni/select\nPASS: t/uni/sprintf\nPASS: t/uni/stash\nPASS: t/uni/tie\nPASS: t/uni/title\nPASS: t/uni/tr_utf8\nPASS: t/uni/universal\nPASS: t/uni/upper\nPASS: t/uni/variables\nPASS: t/uni/write\nPASS: t/mro/basic\nPASS: t/mro/basic_01_c3\nPASS: t/mro/basic_01_c3_utf8\nPASS: t/mro/basic_01_dfs\nPASS: t/mro/basic_01_dfs_utf8\nPASS: t/mro/basic_02_c3\nPASS: t/mro/basic_02_c3_utf8\nPASS: t/mro/basic_02_dfs\nPASS: t/mro/basic_02_dfs_utf8\nPASS: t/mro/basic_03_c3\nPASS: t/mro/basic_03_c3_utf8\nPASS: t/mro/basic_03_dfs\nPASS: t/mro/basic_03_dfs_utf8\nPASS: t/mro/basic_04_c3\nPASS: t/mro/basic_04_c3_utf8\nPASS: t/mro/basic_04_dfs\nPASS: t/mro/basic_04_dfs_utf8\nPASS: t/mro/basic_05_c3\nPASS: t/mro/basic_05_c3_utf8\nPASS: t/mro/basic_05_dfs\nPASS: t/mro/basic_05_dfs_utf8\nPASS: t/mro/basic_utf8\nPASS: t/mro/c3_with_overload\nPASS: t/mro/c3_with_overload_utf8\nPASS: t/mro/complex_c3\nPASS: t/mro/complex_c3_utf8\nPASS: t/mro/complex_dfs\nPASS: t/mro/complex_dfs_utf8\nPASS: t/mro/dbic_c3\nPASS: t/mro/dbic_c3_utf8\nPASS: t/mro/dbic_dfs\nPASS: t/mro/dbic_dfs_utf8\nPASS: t/mro/inconsistent_c3\nPASS: t/mro/inconsistent_c3_utf8\nPASS: t/mro/isa_aliases\nPASS: t/mro/isa_aliases_utf8\nPASS: t/mro/isa_c3\nPASS: t/mro/isa_c3_utf8\nPASS: t/mro/isa_dfs\nPASS: t/mro/isa_dfs_utf8\nPASS: t/mro/isarev\nPASS: t/mro/isarev_utf8\nPASS: t/mro/method_caching\nPASS: t/mro/method_caching_utf8\nPASS: t/mro/next_NEXT\nPASS: t/mro/next_NEXT_utf8\nPASS: t/mro/next_edgecases\nPASS: t/mro/next_edgecases_utf8\nPASS: t/mro/next_goto\nPASS: t/mro/next_goto_utf8\nPASS: t/mro/next_inanon\nPASS: t/mro/next_inanon_utf8\nPASS: t/mro/next_ineval\nPASS: t/mro/next_ineval_utf8\nPASS: t/mro/next_method\nPASS: t/mro/next_method_utf8\nPASS: t/mro/next_skip\nPASS: t/mro/next_skip_utf8\nPASS: t/mro/overload_c3\nPASS: t/mro/overload_c3_utf8\nPASS: t/mro/overload_dfs\nPASS: t/mro/package_aliases\nPASS: t/mro/package_aliases_utf8\nPASS: t/mro/pkg_gen\nPASS: t/mro/pkg_gen_utf8\nPASS: t/mro/recursion_c3\nPASS: t/mro/recursion_c3_utf8\nPASS: t/mro/recursion_dfs\nPASS: t/mro/recursion_dfs_utf8\nPASS: t/mro/vulcan_c3\nPASS: t/mro/vulcan_c3_utf8\nPASS: t/mro/vulcan_dfs\nPASS: t/mro/vulcan_dfs_utf8\nPASS: t/class/accessor\nPASS: t/class/class\nPASS: t/class/construct\nPASS: t/class/destruct\nPASS: t/class/field\nPASS: t/class/inherit\nPASS: t/class/method\nPASS: t/class/phasers\nPASS: t/class/threads\nPASS: t/class/utf8\nPASS: t/lib/commonsense\nPASS: t/lib/croak\nSKIP: t/lib/cygwin\nPASS: t/lib/deprecate\nPASS: t/lib/mypragma\nPASS: t/lib/no_load\nPASS: t/lib/overload_fallback\nPASS: t/lib/overload_nomethod\nPASS: t/lib/proxy_constant_subs\nPASS: t/lib/universal\nPASS: lib/AnyDBM_File\nPASS: lib/B/Deparse\nPASS: lib/B/Deparse-core\nPASS: lib/B/Deparse-subclass\nPASS: lib/Benchmark\nPASS: lib/blib\nPASS: lib/builtin\nPASS: lib/builtin-taint\nPASS: lib/bytes\nPASS: lib/charnames\nPASS: lib/Class/Struct\nPASS: lib/Config\nPASS: lib/Config/Extensions\nSKIP: lib/DB\nPASS: lib/DBM_Filter/t/01error\nPASS: lib/DBM_Filter/t/02core\nPASS: lib/DBM_Filter/t/compress\nPASS: lib/DBM_Filter/t/encode\nPASS: lib/DBM_Filter/t/int32\nPASS: lib/DBM_Filter/t/null\nPASS: lib/DBM_Filter/t/utf8\nPASS: lib/diagnostics\nPASS: lib/DirHandle\nSKIP: lib/dumpvar\nPASS: lib/English\nSKIP: lib/ExtUtils/t/Embed\nPASS: lib/feature\nPASS: lib/feature/unicode_strings\nPASS: lib/File/Basename\nPASS: lib/File/Compare\nPASS: lib/File/Copy\nPASS: lib/File/stat\nPASS: lib/File/stat-7896\nPASS: lib/FileHandle\nPASS: lib/filetest\nPASS: lib/Getopt/Std\nPASS: lib/h2ph\nPASS: lib/h2xs\nPASS: lib/integer\nPASS: lib/Internals\nPASS: lib/less\nPASS: lib/locale\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nPASS: lib/locale_threads\nPASS: lib/meta_notation\nPASS: lib/Net/hostent\nSKIP: lib/Net/netent\nPASS: lib/Net/protoent\nPASS: lib/Net/servent\nPASS: lib/open\nSKIP: lib/overload\nPASS: lib/overload64\nPASS: lib/overloading\nPASS: lib/perl5db\nPASS: lib/perlbug\nPASS: lib/Pod/t/Usage\nPASS: lib/SelectSaver\nPASS: lib/sigtrap\nPASS: lib/sort\nPASS: lib/strict\nPASS: lib/subs\nPASS: lib/Symbol\nPASS: lib/Thread\nPASS: lib/Tie/Array/push\nPASS: lib/Tie/Array/splice\nPASS: lib/Tie/Array/std\nPASS: lib/Tie/Array/stdpush\nPASS: lib/Tie/ExtraHash\nPASS: lib/Tie/Handle/stdhandle\nPASS: lib/Tie/Handle/stdhandle_from_handle\nPASS: lib/Tie/Hash\nPASS: lib/Tie/Scalar\nPASS: lib/Tie/SubstrHash\nPASS: lib/Time/gmtime\nPASS: lib/Time/localtime\nSKIP: lib/Unicode/testnorm\nPASS: lib/Unicode/UCD\nPASS: lib/User/grent\nPASS: lib/User/pwent\nPASS: lib/utf8\nPASS: lib/vars\nPASS: lib/vars_carp\nPASS: lib/vmsish\nPASS: lib/warnings\nPASS: ext/B/t/b\nPASS: ext/B/t/bool\nPASS: ext/B/t/concise\nPASS: ext/B/t/concise-xs\nPASS: ext/B/t/f_map\nPASS: ext/B/t/f_sort\nSKIP: ext/B/t/invlist\nPASS: ext/B/t/o\nPASS: ext/B/t/optree_check\nPASS: ext/B/t/optree_concise\nPASS: ext/B/t/optree_constants\nPASS: ext/B/t/optree_for\nPASS: ext/B/t/optree_misc\nPASS: ext/B/t/optree_samples\nPASS: ext/B/t/optree_sort\nPASS: ext/B/t/optree_specials\nPASS: ext/B/t/optree_varinit\nPASS: ext/B/t/perlstring\nPASS: ext/B/t/pragma\nPASS: ext/B/t/showlex\nPASS: ext/B/t/strict\nPASS: ext/B/t/sv_stash\nPASS: ext/B/t/terse\nPASS: ext/B/t/walkoptree\nPASS: ext/B/t/xref\nPASS: ext/Devel-Peek/t/Peek\nPASS: ext/DynaLoader/t/DynaLoader\nPASS: ext/Errno/t/Errno\nPASS: ext/Fcntl/t/autoload\nPASS: ext/Fcntl/t/fcntl\nPASS: ext/Fcntl/t/mode\nSKIP: ext/Fcntl/t/syslfs\nPASS: ext/File-DosGlob/t/DosGlob\nPASS: ext/File-Find/t/correct-absolute-path-with-follow\nPASS: ext/File-Find/t/find\nPASS: ext/File-Find/t/taint\nPASS: ext/File-Glob/t/basic\nPASS: ext/File-Glob/t/case\nPASS: ext/File-Glob/t/global\nPASS: ext/File-Glob/t/rt114984\nPASS: ext/File-Glob/t/rt131211\nPASS: ext/File-Glob/t/taint\nPASS: ext/File-Glob/t/threads\nPASS: ext/FileCache/t/01open\nPASS: ext/FileCache/t/02maxopen\nPASS: ext/FileCache/t/03append\nPASS: ext/FileCache/t/04twoarg\nPASS: ext/FileCache/t/05override\nPASS: ext/FileCache/t/06export\nPASS: ext/FileCache/t/07noimport\nPASS: ext/GDBM_File/t/count\nPASS: ext/GDBM_File/t/dump\nPASS: ext/GDBM_File/t/fatal\nPASS: ext/GDBM_File/t/gdbm\nPASS: ext/GDBM_File/t/opt\nPASS: ext/GDBM_File/t/snapshot\nPASS: ext/Hash-Util/t/builtin\nPASS: ext/Hash-Util/t/Util\nPASS: ext/Hash-Util-FieldHash/t/01_load\nPASS: ext/Hash-Util-FieldHash/t/02_function\nPASS: ext/Hash-Util-FieldHash/t/03_class\nPASS: ext/Hash-Util-FieldHash/t/04_thread\nPASS: ext/Hash-Util-FieldHash/t/05_perlhook\nPASS: ext/Hash-Util-FieldHash/t/11_hashassign\nPASS: ext/Hash-Util-FieldHash/t/12_hashwarn\nPASS: ext/I18N-Langinfo/t/Langinfo\nPASS: ext/IPC-Open3/t/fd\nPASS: ext/IPC-Open3/t/IPC-Open2\nPASS: ext/IPC-Open3/t/IPC-Open3\nPASS: ext/NDBM_File/t/ndbm\nPASS: ext/Opcode/t/Opcode\nPASS: ext/Opcode/t/ops\nPASS: ext/PerlIO-encoding/t/encoding\nPASS: ext/PerlIO-encoding/t/fallback\nPASS: ext/PerlIO-encoding/t/nolooping\nPASS: ext/PerlIO-encoding/t/threads\nPASS: ext/PerlIO-via/t/thread\nPASS: ext/PerlIO-via/t/via\nPASS: ext/Pod-Functions/t/Functions\nPASS: ext/Pod-Html/t/anchorify\nPASS: ext/Pod-Html/t/cache\nPASS: ext/Pod-Html/t/crossref\nPASS: ext/Pod-Html/t/crossref2\nPASS: ext/Pod-Html/t/crossref3\nPASS: ext/Pod-Html/t/eol\nPASS: ext/Pod-Html/t/feature\nPASS: ext/Pod-Html/t/feature2\nPASS: ext/Pod-Html/t/htmldir1\nPASS: ext/Pod-Html/t/htmldir2\nPASS: ext/Pod-Html/t/htmldir3\nPASS: ext/Pod-Html/t/htmldir4\nPASS: ext/Pod-Html/t/htmldir5\nPASS: ext/Pod-Html/t/htmlescp\nPASS: ext/Pod-Html/t/htmllink\nPASS: ext/Pod-Html/t/htmlview\nPASS: ext/Pod-Html/t/poderr\nPASS: ext/Pod-Html/t/podnoerr\nPASS: ext/POSIX/t/export\nPASS: ext/POSIX/t/fenv\nPASS: ext/POSIX/t/iv_const\nPASS: ext/POSIX/t/math\nPASS: ext/POSIX/t/mb\nPASS: ext/POSIX/t/posix\nPASS: ext/POSIX/t/sigaction\nPASS: ext/POSIX/t/sigset\nPASS: ext/POSIX/t/strerror_errno\nPASS: ext/POSIX/t/sysconf\nPASS: ext/POSIX/t/taint\nPASS: ext/POSIX/t/termios\nPASS: ext/POSIX/t/time\nPASS: ext/POSIX/t/unimplemented\nPASS: ext/POSIX/t/usage\nPASS: ext/POSIX/t/waitpid\nPASS: ext/POSIX/t/wrappers\nPASS: ext/re/t/intflags\nPASS: ext/re/t/lexical_debug\nPASS: ext/re/t/qr\nPASS: ext/re/t/re\nPASS: ext/re/t/re_funcs\nPASS: ext/re/t/re_funcs_u\nPASS: ext/re/t/reflags\nPASS: ext/re/t/regop\nPASS: ext/re/t/strict\nPASS: ext/SDBM_File/t/constants\nPASS: ext/SDBM_File/t/corrupt\nPASS: ext/SDBM_File/t/prep\nPASS: ext/SDBM_File/t/sdbm\nPASS: ext/Sys-Hostname/t/Hostname\nPASS: ext/Tie-Hash-NamedCapture/t/tiehash\nPASS: ext/Tie-Memoize/t/Tie-Memoize\nPASS: ext/XS-APItest/t/addissub\nPASS: ext/XS-APItest/t/arrayexpr\nPASS: ext/XS-APItest/t/autoload\nPASS: ext/XS-APItest/t/blockasexpr\nPASS: ext/XS-APItest/t/blockhooks\nPASS: ext/XS-APItest/t/blockhooks-csc\nPASS: ext/XS-APItest/t/boolean\nPASS: ext/XS-APItest/t/boolean-thr\nPASS: ext/XS-APItest/t/bootstrap\nPASS: ext/XS-APItest/t/call\nPASS: ext/XS-APItest/t/call_checker\nPASS: ext/XS-APItest/t/caller\nPASS: ext/XS-APItest/t/callregexec\nPASS: ext/XS-APItest/t/check_warnings\nPASS: ext/XS-APItest/t/cleanup\nPASS: ext/XS-APItest/t/clone-with-stack\nPASS: ext/XS-APItest/t/cophh\nPASS: ext/XS-APItest/t/coplabel\nPASS: ext/XS-APItest/t/copstash\nPASS: ext/XS-APItest/t/copyhints\nPASS: ext/XS-APItest/t/customop\nPASS: ext/XS-APItest/t/cv_name\nPASS: ext/XS-APItest/t/cv_refcounted_anysv\nPASS: ext/XS-APItest/t/delimcpy\nPASS: ext/XS-APItest/t/eval-filter\nPASS: ext/XS-APItest/t/exception\nPASS: ext/XS-APItest/t/extend\nPASS: ext/XS-APItest/t/fetch_pad_names\nPASS: ext/XS-APItest/t/get\nPASS: ext/XS-APItest/t/gotosub\nPASS: ext/XS-APItest/t/grok\nPASS: ext/XS-APItest/t/gv_autoload4\nPASS: ext/XS-APItest/t/gv_const_sv\nPASS: ext/XS-APItest/t/gv_fetchmeth\nPASS: ext/XS-APItest/t/gv_fetchmeth_autoload\nPASS: ext/XS-APItest/t/gv_fetchmethod_flags\nPASS: ext/XS-APItest/t/gv_init\nPASS: ext/XS-APItest/t/handy00\nPASS: ext/XS-APItest/t/handy01\nPASS: ext/XS-APItest/t/handy02\nPASS: ext/XS-APItest/t/handy03\nPASS: ext/XS-APItest/t/handy04\nPASS: ext/XS-APItest/t/handy05\nPASS: ext/XS-APItest/t/handy06\nPASS: ext/XS-APItest/t/handy07\nPASS: ext/XS-APItest/t/handy08\nPASS: ext/XS-APItest/t/handy09\nPASS: ext/XS-APItest/t/hash\nPASS: ext/XS-APItest/t/hv_macro\nPASS: ext/XS-APItest/t/join_with_space\nPASS: ext/XS-APItest/t/keyword_multiline\nPASS: ext/XS-APItest/t/keyword_plugin\nPASS: ext/XS-APItest/t/keyword_plugin_threads\nPASS: ext/XS-APItest/t/labelconst\nPASS: ext/XS-APItest/t/lexsub\nPASS: ext/XS-APItest/t/load-module\nPASS: ext/XS-APItest/t/locale\nPASS: ext/XS-APItest/t/loopblock\nPASS: ext/XS-APItest/t/looprest\nPASS: ext/XS-APItest/t/lvalue\nPASS: ext/XS-APItest/t/magic\nPASS: ext/XS-APItest/t/magic_chain\nPASS: ext/XS-APItest/t/mortal_destructor\nPASS: ext/XS-APItest/t/mro\nPASS: ext/XS-APItest/t/multicall\nPASS: ext/XS-APItest/t/my_cxt\nPASS: ext/XS-APItest/t/my_exit\nPASS: ext/XS-APItest/t/my_strtod\nPASS: ext/XS-APItest/t/newAV\nPASS: ext/XS-APItest/t/newCONSTSUB\nPASS: ext/XS-APItest/t/newDEFSVOP\nPASS: ext/XS-APItest/t/op\nPASS: ext/XS-APItest/t/op_contextualize\nPASS: ext/XS-APItest/t/op_list\nPASS: ext/XS-APItest/t/overload\nPASS: ext/XS-APItest/t/pad_scalar\nPASS: ext/XS-APItest/t/peep\nPASS: ext/XS-APItest/t/pmflag\nPASS: ext/XS-APItest/t/postinc\nPASS: ext/XS-APItest/t/printf\nPASS: ext/XS-APItest/t/ptr_table\nPASS: ext/XS-APItest/t/push\nPASS: ext/XS-APItest/t/refs\nPASS: ext/XS-APItest/t/rmagical\nPASS: ext/XS-APItest/t/rpp_invoke_xs\nPASS: ext/XS-APItest/t/rv2cv_op_cv\nPASS: ext/XS-APItest/t/savehints\nPASS: ext/XS-APItest/t/savestack\nPASS: ext/XS-APItest/t/scopelessblock\nPASS: ext/XS-APItest/t/sort\nPASS: ext/XS-APItest/t/stmtasexpr\nPASS: ext/XS-APItest/t/stmtsasexpr\nPASS: ext/XS-APItest/t/stuff_modify_bug\nPASS: ext/XS-APItest/t/stuff_svcur_bug\nPASS: ext/XS-APItest/t/subcall\nPASS: ext/XS-APItest/t/subsignature\nPASS: ext/XS-APItest/t/sv_numeq\nPASS: ext/XS-APItest/t/sv_streq\nPASS: ext/XS-APItest/t/svcat\nPASS: ext/XS-APItest/t/svcatpvf\nPASS: ext/XS-APItest/t/sviscow\nPASS: ext/XS-APItest/t/svpeek\nPASS: ext/XS-APItest/t/svpv\nPASS: ext/XS-APItest/t/svpv_magic\nPASS: ext/XS-APItest/t/svsetsv\nPASS: ext/XS-APItest/t/swaplabel\nPASS: ext/XS-APItest/t/swaptwostmts\nPASS: ext/XS-APItest/t/sym-hook\nPASS: ext/XS-APItest/t/synthetic_scope\nPASS: ext/XS-APItest/t/temp_lv_sub\nPASS: ext/XS-APItest/t/underscore_length\nPASS: ext/XS-APItest/t/utf16_to_utf8\nPASS: ext/XS-APItest/t/utf8\nPASS: ext/XS-APItest/t/utf8_to_bytes\nPASS: ext/XS-APItest/t/utf8_warn00\nPASS: ext/XS-APItest/t/utf8_warn01\nPASS: ext/XS-APItest/t/utf8_warn02\nPASS: ext/XS-APItest/t/utf8_warn03\nPASS: ext/XS-APItest/t/utf8_warn04\nPASS: ext/XS-APItest/t/utf8_warn05\nPASS: ext/XS-APItest/t/utf8_warn06\nPASS: ext/XS-APItest/t/utf8_warn07\nPASS: ext/XS-APItest/t/utf8_warn08\nPASS: ext/XS-APItest/t/utf8_warn09\nPASS: ext/XS-APItest/t/weaken\nPASS: ext/XS-APItest/t/whichsig\nSKIP: ext/XS-APItest/t/win32\nPASS: ext/XS-APItest/t/xs_special_subs\nPASS: ext/XS-APItest/t/xs_special_subs_require\nPASS: ext/XS-APItest/t/xsppwrap\nPASS: ext/XS-APItest/t/xsub_h\nPASS: ext/XS-Typemap/t/Typemap\nPASS: dist/Attribute-Handlers/t/caller\nPASS: dist/Attribute-Handlers/t/constants\nPASS: dist/Attribute-Handlers/t/data_convert\nPASS: dist/Attribute-Handlers/t/linerep\nPASS: dist/Attribute-Handlers/t/multi\nSKIP: dist/autouse/t/autouse\nPASS: dist/base/t/base\nPASS: dist/base/t/base-open-chunk\nPASS: dist/base/t/base-open-line\nPASS: dist/base/t/compile-time\nPASS: dist/base/t/core-global\nPASS: dist/base/t/fields\nSKIP: dist/base/t/fields-5_6_0\nSKIP: dist/base/t/fields-5_8_0\nPASS: dist/base/t/fields-base\nPASS: dist/base/t/incdot\nPASS: dist/base/t/isa\nPASS: dist/base/t/sigdie\nPASS: dist/base/t/version\nPASS: dist/base/t/warnings\nPASS: dist/Carp/t/arg_regexp\nPASS: dist/Carp/t/arg_string\nPASS: dist/Carp/t/baduni\nPASS: dist/Carp/t/baduni_warnings\nPASS: dist/Carp/t/broken_can\nPASS: dist/Carp/t/broken_univ_can\nPASS: dist/Carp/t/Carp\nPASS: dist/Carp/t/Carp_overload\nPASS: dist/Carp/t/Carp_overloadless\nPASS: dist/Carp/t/errno\nPASS: dist/Carp/t/heavy\nPASS: dist/Carp/t/heavy_mismatch\nPASS: dist/Carp/t/stack_after_err\nPASS: dist/Carp/t/stash_deletion\nPASS: dist/Carp/t/swash\nPASS: dist/Carp/t/vivify_gv\nPASS: dist/Carp/t/vivify_stash\nPASS: dist/Carp/t/with_warnings\nPASS: dist/constant/t/constant\nPASS: dist/constant/t/utf8\nPASS: dist/Data-Dumper/t/bless\nPASS: dist/Data-Dumper/t/bless_var_method\nPASS: dist/Data-Dumper/t/bugs\nPASS: dist/Data-Dumper/t/deparse\nPASS: dist/Data-Dumper/t/dumper\nPASS: dist/Data-Dumper/t/dumpperl\nPASS: dist/Data-Dumper/t/freezer\nPASS: dist/Data-Dumper/t/freezer_useperl\nSKIP: dist/Data-Dumper/t/huge\nPASS: dist/Data-Dumper/t/indent\nPASS: dist/Data-Dumper/t/misc\nPASS: dist/Data-Dumper/t/names\nPASS: dist/Data-Dumper/t/overload\nPASS: dist/Data-Dumper/t/pair\nPASS: dist/Data-Dumper/t/perl-74170\nPASS: dist/Data-Dumper/t/purity_deepcopy_maxdepth\nPASS: dist/Data-Dumper/t/qr\nPASS: dist/Data-Dumper/t/quotekeys\nPASS: dist/Data-Dumper/t/recurse\nPASS: dist/Data-Dumper/t/seen\nPASS: dist/Data-Dumper/t/sortkeys\nPASS: dist/Data-Dumper/t/sparseseen\nPASS: dist/Data-Dumper/t/terse\nPASS: dist/Data-Dumper/t/toaster\nPASS: dist/Data-Dumper/t/trailing_comma\nPASS: dist/Data-Dumper/t/values\nPASS: dist/Devel-SelfStubber/t/Devel-SelfStubber\nSKIP: dist/Dumpvalue/t/Dumpvalue\nSKIP: dist/Dumpvalue/t/extend-coverage\nSKIP: dist/Dumpvalue/t/rt-134441-dumpvalue\nPASS: dist/encoding-warnings/t/1-warning\nSKIP: dist/encoding-warnings/t/2-fatal\nSKIP: dist/encoding-warnings/t/3-normal\nSKIP: dist/encoding-warnings/t/4-lexical\nPASS: dist/Env/t/array\nPASS: dist/Env/t/env\nPASS: dist/Exporter/t/Exporter\nPASS: dist/Exporter/t/warn\nPASS: dist/ExtUtils-CBuilder/t/00-have-compiler\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at ../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: dist/ExtUtils-CBuilder/t/01-basic\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at ../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: dist/ExtUtils-CBuilder/t/02-link\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at ../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: dist/ExtUtils-CBuilder/t/03-cplusplus\nPASS: dist/ExtUtils-CBuilder/t/04-base\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/dist/ExtUtils-ParseXS/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nPASS: dist/ExtUtils-ParseXS/t/001-basic\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/dist/ExtUtils-ParseXS/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nPASS: dist/ExtUtils-ParseXS/t/002-more\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/dist/ExtUtils-ParseXS/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nPASS: dist/ExtUtils-ParseXS/t/003-usage\nPASS: dist/ExtUtils-ParseXS/t/101-standard_typemap_locations\nPASS: dist/ExtUtils-ParseXS/t/102-trim_whitespace\nPASS: dist/ExtUtils-ParseXS/t/103-tidy_type\nPASS: dist/ExtUtils-ParseXS/t/104-map_type\nPASS: dist/ExtUtils-ParseXS/t/105-valid_proto_string\nPASS: dist/ExtUtils-ParseXS/t/106-process_typemaps\nPASS: dist/ExtUtils-ParseXS/t/108-map_type\nPASS: dist/ExtUtils-ParseXS/t/109-standard_XS_defs\nPASS: dist/ExtUtils-ParseXS/t/110-assign_func_args\nPASS: dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements\nPASS: dist/ExtUtils-ParseXS/t/112-set_cond\nPASS: dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements\nPASS: dist/ExtUtils-ParseXS/t/114-blurt_death_Warn\nPASS: dist/ExtUtils-ParseXS/t/115-avoid-noise\nPASS: dist/ExtUtils-ParseXS/t/501-t-compile\nPASS: dist/ExtUtils-ParseXS/t/510-t-bare\nPASS: dist/ExtUtils-ParseXS/t/511-t-whitespace\nPASS: dist/ExtUtils-ParseXS/t/512-t-file\nPASS: dist/ExtUtils-ParseXS/t/513-t-merge\nPASS: dist/ExtUtils-ParseXS/t/514-t-embed\nPASS: dist/ExtUtils-ParseXS/t/515-t-cmd\nPASS: dist/ExtUtils-ParseXS/t/516-t-clone\nPASS: dist/ExtUtils-ParseXS/t/517-t-targetable\nPASS: dist/ExtUtils-ParseXS/t/600-t-compat\nPASS: dist/Filter-Simple/t/code_no_comments\nPASS: dist/Filter-Simple/t/data\nPASS: dist/Filter-Simple/t/export\nPASS: dist/Filter-Simple/t/filter\nPASS: dist/Filter-Simple/t/filter_only\nPASS: dist/Filter-Simple/t/import\nPASS: dist/Filter-Simple/t/no\nPASS: dist/FindBin/t/FindBin\nPASS: dist/I18N-Collate/t/I18N-Collate\nPASS: dist/I18N-LangTags/t/01_about_verbose\nPASS: dist/I18N-LangTags/t/05_main\nPASS: dist/I18N-LangTags/t/07_listy\nPASS: dist/I18N-LangTags/t/10_http\nPASS: dist/I18N-LangTags/t/20_locales\nPASS: dist/I18N-LangTags/t/50_super\nPASS: dist/I18N-LangTags/t/55_supers_strict\nPASS: dist/I18N-LangTags/t/80_all_env\nPASS: dist/if/t/if\nPASS: dist/IO/t/cachepropagate-tcp\nPASS: dist/IO/t/cachepropagate-udp\nPASS: dist/IO/t/cachepropagate-unix\nPASS: dist/IO/t/gh17447\nPASS: dist/IO/t/IO\nPASS: dist/IO/t/io_const\nPASS: dist/IO/t/io_dir\nPASS: dist/IO/t/io_dup\nPASS: dist/IO/t/io_file\nPASS: dist/IO/t/io_file_export\nPASS: dist/IO/t/io_getline\nPASS: dist/IO/t/io_handle\nPASS: dist/IO/t/io_leak\nPASS: dist/IO/t/io_linenum\nPASS: dist/IO/t/io_multihomed\nPASS: dist/IO/t/io_pipe\nPASS: dist/IO/t/io_poll\nPASS: dist/IO/t/io_sel\nPASS: dist/IO/t/io_sock\nPASS: dist/IO/t/io_sock_errstr\nPASS: dist/IO/t/io_taint\nPASS: dist/IO/t/io_tell\nPASS: dist/IO/t/io_udp\nPASS: dist/IO/t/io_unix\nPASS: dist/IO/t/io_utf8\nPASS: dist/IO/t/io_utf8argv\nPASS: dist/IO/t/io_xs\nPASS: dist/lib/t/01lib\nPASS: dist/Locale-Maketext/t/01_about_verbose\nPASS: dist/Locale-Maketext/t/04_use_external_lex_cache\nPASS: dist/Locale-Maketext/t/09_compile\nPASS: dist/Locale-Maketext/t/10_make\nPASS: dist/Locale-Maketext/t/20_get\nPASS: dist/Locale-Maketext/t/30_eval_dollar_at\nPASS: dist/Locale-Maketext/t/40_super\nPASS: dist/Locale-Maketext/t/50_super\nPASS: dist/Locale-Maketext/t/60_super\nPASS: dist/Locale-Maketext/t/70_fail_auto\nPASS: dist/Locale-Maketext/t/90_utf8\nPASS: dist/Locale-Maketext/t/91_backslash\nPASS: dist/Locale-Maketext/t/92_blacklist\nPASS: dist/Locale-Maketext/t/93_whitelist\nPASS: dist/Locale-Maketext/t/94_denylist\nPASS: dist/Locale-Maketext/t/95_allowlist\nPASS: dist/Math-Complex/t/Complex\nPASS: dist/Math-Complex/t/Trig\nPASS: dist/Math-Complex/t/underbar\nPASS: dist/Module-CoreList/t/corelist\nPASS: dist/Module-CoreList/t/deprecated\nPASS: dist/Module-CoreList/t/find_modules\nPASS: dist/Module-CoreList/t/is_core\nPASS: dist/Module-CoreList/t/maintainer\nSKIP: dist/Module-CoreList/t/pod\nPASS: dist/Module-CoreList/t/utils\nPASS: dist/Net-Ping/t/000_load\nPASS: dist/Net-Ping/t/001_new\nPASS: dist/Net-Ping/t/010_pingecho\nPASS: dist/Net-Ping/t/110_icmp_inst\nPASS: dist/Net-Ping/t/120_udp_inst\nPASS: dist/Net-Ping/t/130_tcp_inst\nPASS: dist/Net-Ping/t/140_stream_inst\nPASS: dist/Net-Ping/t/150_syn_inst\nSKIP: dist/Net-Ping/t/190_alarm\nSKIP: dist/Net-Ping/t/200_ping_tcp\nSKIP: dist/Net-Ping/t/250_ping_hires\nSKIP: dist/Net-Ping/t/300_ping_stream\nSKIP: dist/Net-Ping/t/400_ping_syn\nSKIP: dist/Net-Ping/t/410_syn_host\nSKIP: dist/Net-Ping/t/420_ping_syn_port\nPASS: dist/Net-Ping/t/450_service\nPASS: dist/Net-Ping/t/500_ping_icmp\nPASS: dist/Net-Ping/t/501_ping_icmpv6\nPASS: dist/Net-Ping/t/510_ping_udp\nPASS: dist/Net-Ping/t/520_icmp_ttl\nPASS: dist/PathTools/t/abs2rel\nPASS: dist/PathTools/t/crossplatform\nPASS: dist/PathTools/t/cwd\nPASS: dist/PathTools/t/cwd_enoent\nPASS: dist/PathTools/t/Functions\nPASS: dist/PathTools/t/rel2abs2rel\nPASS: dist/PathTools/t/Spec\nPASS: dist/PathTools/t/Spec-taint\nPASS: dist/PathTools/t/taint\nPASS: dist/PathTools/t/tmpdir\nSKIP: dist/PathTools/t/win32\nPASS: dist/Safe/t/safe1\nPASS: dist/Safe/t/safe2\nPASS: dist/Safe/t/safe3\nPASS: dist/Safe/t/safeload\nPASS: dist/Safe/t/safenamedcap\nPASS: dist/Safe/t/safeops\nPASS: dist/Safe/t/saferegexp\nPASS: dist/Safe/t/safesecurity\nPASS: dist/Safe/t/safesig\nPASS: dist/Safe/t/safesort\nPASS: dist/Safe/t/safeuniversal\nPASS: dist/Safe/t/safeutf8\nPASS: dist/Safe/t/safewrap\nPASS: dist/Search-Dict/t/Dict\nPASS: dist/SelfLoader/t/01SelfLoader\nPASS: dist/SelfLoader/t/02SelfLoader-buggy\nPASS: dist/SelfLoader/t/03taint\nPASS: dist/Storable/t/attach\nPASS: dist/Storable/t/attach_errors\nPASS: dist/Storable/t/attach_singleton\nPASS: dist/Storable/t/blessed\nPASS: dist/Storable/t/boolean\nPASS: dist/Storable/t/canonical\nPASS: dist/Storable/t/circular_hook\nPASS: dist/Storable/t/code\nSKIP: dist/Storable/t/compat01\nPASS: dist/Storable/t/compat06\nPASS: dist/Storable/t/croak\nPASS: dist/Storable/t/CVE-2015-1592\nPASS: dist/Storable/t/dclone\nPASS: dist/Storable/t/destroy\nPASS: dist/Storable/t/downgrade\nPASS: dist/Storable/t/file_magic\nPASS: dist/Storable/t/flags\nPASS: dist/Storable/t/forgive\nPASS: dist/Storable/t/freeze\nSKIP: dist/Storable/t/huge\nSKIP: dist/Storable/t/hugeids\nPASS: dist/Storable/t/integer\nSKIP: dist/Storable/t/interwork56\nPASS: dist/Storable/t/just_plain_nasty\nSKIP: dist/Storable/t/leaks\nPASS: dist/Storable/t/lock\nPASS: dist/Storable/t/malice\nPASS: dist/Storable/t/overload\nPASS: dist/Storable/t/recurse\nPASS: dist/Storable/t/regexp\nPASS: dist/Storable/t/restrict\nPASS: dist/Storable/t/retrieve\nPASS: dist/Storable/t/robust\nPASS: dist/Storable/t/sig_die\nPASS: dist/Storable/t/store\nPASS: dist/Storable/t/threads\nPASS: dist/Storable/t/tied\nPASS: dist/Storable/t/tied_hook\nPASS: dist/Storable/t/tied_items\nPASS: dist/Storable/t/tied_reify\nPASS: dist/Storable/t/tied_store\nPASS: dist/Storable/t/utf8\nPASS: dist/Storable/t/utf8hash\nSKIP: dist/Storable/t/weak\nPASS: dist/Term-Complete/t/Complete\nSKIP: dist/Term-ReadLine/t/AE\nSKIP: dist/Term-ReadLine/t/AETk\nPASS: dist/Term-ReadLine/t/ReadLine\nPASS: dist/Term-ReadLine/t/ReadLine-STDERR\nSKIP: dist/Term-ReadLine/t/Tk\nPASS: dist/Test/t/05_about_verbose\nPASS: dist/Test/t/fail\nPASS: dist/Test/t/mix\nPASS: dist/Test/t/multiline\nPASS: dist/Test/t/onfail\nPASS: dist/Test/t/qr\nPASS: dist/Test/t/skip\nPASS: dist/Test/t/success\nPASS: dist/Test/t/todo\nPASS: dist/Text-Abbrev/t/Abbrev\nPASS: dist/Thread-Queue/t/01_basic\nPASS: dist/Thread-Queue/t/02_refs\nPASS: dist/Thread-Queue/t/03_peek\nPASS: dist/Thread-Queue/t/04_errs\nPASS: dist/Thread-Queue/t/05_extract\nPASS: dist/Thread-Queue/t/06_insert\nPASS: dist/Thread-Queue/t/07_lock\nPASS: dist/Thread-Queue/t/08_nothreads\nPASS: dist/Thread-Queue/t/09_ended\nPASS: dist/Thread-Queue/t/10_timed\nPASS: dist/Thread-Queue/t/11_limit\nPASS: dist/Thread-Semaphore/t/01_basic\nPASS: dist/Thread-Semaphore/t/02_errs\nPASS: dist/Thread-Semaphore/t/03_nothreads\nPASS: dist/Thread-Semaphore/t/04_nonblocking\nPASS: dist/Thread-Semaphore/t/05_force\nPASS: dist/Thread-Semaphore/t/06_timed\nPASS: dist/threads/t/basic\nPASS: dist/threads/t/blocks\nPASS: dist/threads/t/context\nPASS: dist/threads/t/end\nPASS: dist/threads/t/err\nPASS: dist/threads/t/exit\nPASS: dist/threads/t/free\nPASS: dist/threads/t/free2\nPASS: dist/threads/t/join\nPASS: dist/threads/t/kill\nPASS: dist/threads/t/kill2\nPASS: dist/threads/t/kill3\nPASS: dist/threads/t/libc\nPASS: dist/threads/t/list\nSKIP: dist/threads/t/no_threads\nPASS: dist/threads/t/problems\nPASS: dist/threads/t/stack\nPASS: dist/threads/t/stack_env\nPASS: dist/threads/t/state\nPASS: dist/threads/t/stress_cv\nPASS: dist/threads/t/stress_re\nPASS: dist/threads/t/stress_string\nPASS: dist/threads/t/thread\nSKIP: dist/threads/t/unique\nPASS: dist/threads/t/version\nPASS: dist/threads-shared/t/0nothread\nPASS: dist/threads-shared/t/av_refs\nPASS: dist/threads-shared/t/av_simple\nPASS: dist/threads-shared/t/blessed\nPASS: dist/threads-shared/t/clone\nPASS: dist/threads-shared/t/cond\nPASS: dist/threads-shared/t/disabled\nPASS: dist/threads-shared/t/dualvar\nPASS: dist/threads-shared/t/hv_refs\nPASS: dist/threads-shared/t/hv_simple\nPASS: dist/threads-shared/t/no_share\nPASS: dist/threads-shared/t/object\nPASS: dist/threads-shared/t/object2\nPASS: dist/threads-shared/t/shared_attr\nPASS: dist/threads-shared/t/stress\nPASS: dist/threads-shared/t/sv_refs\nPASS: dist/threads-shared/t/sv_simple\nPASS: dist/threads-shared/t/utf8\nPASS: dist/threads-shared/t/wait\nPASS: dist/threads-shared/t/waithires\nPASS: dist/Tie-File/t/01_gen\nPASS: dist/Tie-File/t/02_fetchsize\nPASS: dist/Tie-File/t/03_longfetch\nPASS: dist/Tie-File/t/04_splice\nPASS: dist/Tie-File/t/05_size\nPASS: dist/Tie-File/t/06_fixrec\nPASS: dist/Tie-File/t/07_rv_splice\nPASS: dist/Tie-File/t/08_ro\nPASS: dist/Tie-File/t/09_gen_rs\nPASS: dist/Tie-File/t/10_splice_rs\nPASS: dist/Tie-File/t/11_rv_splice_rs\nPASS: dist/Tie-File/t/12_longfetch_rs\nPASS: dist/Tie-File/t/13_size_rs\nPASS: dist/Tie-File/t/14_lock\nPASS: dist/Tie-File/t/15_pushpop\nPASS: dist/Tie-File/t/16_handle\nPASS: dist/Tie-File/t/17_misc_meth\nPASS: dist/Tie-File/t/18_rs_fixrec\nPASS: dist/Tie-File/t/19_cache\nPASS: dist/Tie-File/t/20_cache_full\nSKIP: dist/Tie-File/t/21_win32\nPASS: dist/Tie-File/t/22_autochomp\nPASS: dist/Tie-File/t/23_rv_ac_splice\nPASS: dist/Tie-File/t/24_cache_loop\nPASS: dist/Tie-File/t/25_gen_nocache\nPASS: dist/Tie-File/t/26_twrite\nPASS: dist/Tie-File/t/27_iwrite\nPASS: dist/Tie-File/t/28_mtwrite\nPASS: dist/Tie-File/t/29_downcopy\nPASS: dist/Tie-File/t/29a_upcopy\nPASS: dist/Tie-File/t/30_defer\nPASS: dist/Tie-File/t/31_autodefer\nPASS: dist/Tie-File/t/32_defer_misc\nPASS: dist/Tie-File/t/33_defer_vs\nPASS: dist/Tie-File/t/40_abs_cache\nPASS: dist/Tie-File/t/41_heap\nPASS: dist/Tie-File/t/42_offset\nPASS: dist/Tie-File/t/43_synopsis\nPASS: dist/Time-HiRes/t/alarm\nPASS: dist/Time-HiRes/t/clock\nPASS: dist/Time-HiRes/t/gettimeofday\nPASS: dist/Time-HiRes/t/itimer\nPASS: dist/Time-HiRes/t/nanosleep\nPASS: dist/Time-HiRes/t/sleep\nPASS: dist/Time-HiRes/t/stat\nPASS: dist/Time-HiRes/t/time\nPASS: dist/Time-HiRes/t/tv_interval\nPASS: dist/Time-HiRes/t/ualarm\nPASS: dist/Time-HiRes/t/usleep\nPASS: dist/Time-HiRes/t/utime\nPASS: dist/Unicode-Normalize/t/fcdc\nPASS: dist/Unicode-Normalize/t/form\nPASS: dist/Unicode-Normalize/t/func\nPASS: dist/Unicode-Normalize/t/illegal\nPASS: dist/Unicode-Normalize/t/norm\nPASS: dist/Unicode-Normalize/t/null\nPASS: dist/Unicode-Normalize/t/partial1\nPASS: dist/Unicode-Normalize/t/partial2\nPASS: dist/Unicode-Normalize/t/proto\nPASS: dist/Unicode-Normalize/t/split\nPASS: dist/Unicode-Normalize/t/test\nPASS: dist/Unicode-Normalize/t/tie\nPASS: dist/XSLoader/t/XSLoader\nPASS: cpan/Archive-Tar/t/01_use\nPASS: cpan/Archive-Tar/t/02_methods\nPASS: cpan/Archive-Tar/t/03_file\nPASS: cpan/Archive-Tar/t/04_resolved_issues\nPASS: cpan/Archive-Tar/t/05_iter\nPASS: cpan/Archive-Tar/t/06_error\nPASS: cpan/Archive-Tar/t/08_ptargrep\nPASS: cpan/Archive-Tar/t/09_roundtrip\nSKIP: cpan/Archive-Tar/t/99_pod\nPASS: cpan/autodie/t/00-load\nPASS: cpan/autodie/t/args\nPASS: cpan/autodie/t/autodie\nPASS: cpan/autodie/t/backcompat\nPASS: cpan/autodie/t/basic_exceptions\nPASS: cpan/autodie/t/binmode\nPASS: cpan/autodie/t/blog_hints\nPASS: cpan/autodie/t/caller\nPASS: cpan/autodie/t/chmod\nPASS: cpan/autodie/t/chown\nPASS: cpan/autodie/t/context\nPASS: cpan/autodie/t/context_lexical\nPASS: cpan/autodie/t/core-trampoline-slurp\nPASS: cpan/autodie/t/crickey\nPASS: cpan/autodie/t/dbmopen\nPASS: cpan/autodie/t/eval_error\nPASS: cpan/autodie/t/exception_class\nPASS: cpan/autodie/t/exception_nonref\nPASS: cpan/autodie/t/exceptions-smartmatch\nPASS: cpan/autodie/t/exec\nPASS: cpan/autodie/t/Fatal\nPASS: cpan/autodie/t/filehandles\nPASS: cpan/autodie/t/fileno\nPASS: cpan/autodie/t/flock\nPASS: cpan/autodie/t/format-clobber\nPASS: cpan/autodie/t/hints\nPASS: cpan/autodie/t/hints_insist\nPASS: cpan/autodie/t/hints_pod_examples\nPASS: cpan/autodie/t/hints_provider_does\nPASS: cpan/autodie/t/hints_provider_easy_does_it\nPASS: cpan/autodie/t/hints_provider_isa\nSKIP: cpan/autodie/t/import-into\nPASS: cpan/autodie/t/internal\nPASS: cpan/autodie/t/internal-backcompat\nSKIP: cpan/autodie/t/kill\nPASS: cpan/autodie/t/lethal\nPASS: cpan/autodie/t/mkdir\nPASS: cpan/autodie/t/no-default\nPASS: cpan/autodie/t/no_carp\nPASS: cpan/autodie/t/open\nPASS: cpan/autodie/t/read\nPASS: cpan/autodie/t/recv\nPASS: cpan/autodie/t/repeat\nPASS: cpan/autodie/t/rt-74246\nPASS: cpan/autodie/t/scope_leak\nPASS: cpan/autodie/t/skip\nPASS: cpan/autodie/t/string-eval-basic\nPASS: cpan/autodie/t/string-eval-leak\nPASS: cpan/autodie/t/sysopen\nPASS: cpan/autodie/t/truncate\nPASS: cpan/autodie/t/unlink\nPASS: cpan/autodie/t/user-context\nPASS: cpan/autodie/t/usersub\nPASS: cpan/autodie/t/utf8_open\nPASS: cpan/autodie/t/utime\nSKIP: cpan/autodie/t/version\nPASS: cpan/autodie/t/version_tag\nPASS: cpan/AutoLoader/t/01AutoLoader\nPASS: cpan/AutoLoader/t/02AutoSplit\nSKIP: cpan/bignum/t/backend-gmp-bigfloat\nSKIP: cpan/bignum/t/backend-gmp-bigint\nSKIP: cpan/bignum/t/backend-gmp-bignum\nSKIP: cpan/bignum/t/backend-gmp-bigrat\nSKIP: cpan/bignum/t/backend-pari-bigfloat\nSKIP: cpan/bignum/t/backend-pari-bigint\nSKIP: cpan/bignum/t/backend-pari-bignum\nSKIP: cpan/bignum/t/backend-pari-bigrat\nPASS: cpan/bignum/t/bigexp\nPASS: cpan/bignum/t/bigfloat\nPASS: cpan/bignum/t/bigint\nPASS: cpan/bignum/t/bignum\nPASS: cpan/bignum/t/bigrat\nPASS: cpan/bignum/t/const-bigfloat\nPASS: cpan/bignum/t/const-bigint\nPASS: cpan/bignum/t/const-bignum\nPASS: cpan/bignum/t/const-bigrat\nPASS: cpan/bignum/t/down-mbi-up-mbf\nPASS: cpan/bignum/t/down-mbi-up-mbr\nPASS: cpan/bignum/t/down-mbi-up-undef\nPASS: cpan/bignum/t/down-undef-up-mbf\nPASS: cpan/bignum/t/e_pi-bigfloat\nPASS: cpan/bignum/t/e_pi-bigint\nPASS: cpan/bignum/t/e_pi-bignum\nPASS: cpan/bignum/t/e_pi-bigrat\nPASS: cpan/bignum/t/import-bigfloat\nPASS: cpan/bignum/t/import-bigint\nPASS: cpan/bignum/t/import-bignum\nPASS: cpan/bignum/t/import-bigrat\nPASS: cpan/bignum/t/in_effect\nPASS: cpan/bignum/t/infnan-bigfloat\nPASS: cpan/bignum/t/infnan-bigint\nPASS: cpan/bignum/t/infnan-bignum-mbf\nPASS: cpan/bignum/t/infnan-bignum-mbr\nPASS: cpan/bignum/t/infnan-bigrat\nPASS: cpan/bignum/t/option_a\nPASS: cpan/bignum/t/option_a-bignum\nPASS: cpan/bignum/t/option_l-bigfloat\nPASS: cpan/bignum/t/option_l-bigint\nPASS: cpan/bignum/t/option_l-bignum\nPASS: cpan/bignum/t/option_l-bigrat\nPASS: cpan/bignum/t/option_p\nPASS: cpan/bignum/t/option_p-bignum\nPASS: cpan/bignum/t/overrides\nPASS: cpan/bignum/t/ratopt_a\nPASS: cpan/bignum/t/scope-bigfloat\nPASS: cpan/bignum/t/scope-bigint\nPASS: cpan/bignum/t/scope-bignum\nPASS: cpan/bignum/t/scope-bigrat\nPASS: cpan/bignum/t/scope-nested-const\nPASS: cpan/bignum/t/scope-nested-hex-oct\nPASS: cpan/Compress-Raw-Bzip2/t/000prereq\nPASS: cpan/Compress-Raw-Bzip2/t/01bzip2\nPASS: cpan/Compress-Raw-Bzip2/t/09limitoutput\nPASS: cpan/Compress-Raw-Bzip2/t/19nonpv\nSKIP: cpan/Compress-Raw-Bzip2/t/99pod\nPASS: cpan/Compress-Raw-Zlib/t/01version\nPASS: cpan/Compress-Raw-Zlib/t/02zlib\nSKIP: cpan/Compress-Raw-Zlib/t/07bufsize\nPASS: cpan/Compress-Raw-Zlib/t/09limitoutput\nPASS: cpan/Compress-Raw-Zlib/t/18lvalue\nPASS: cpan/Compress-Raw-Zlib/t/19nonpv\nPASS: cpan/Config-Perl-V/t/10_base\nPASS: cpan/Config-Perl-V/t/20_plv56\nPASS: cpan/Config-Perl-V/t/21_plv58\nPASS: cpan/Config-Perl-V/t/22_plv510\nPASS: cpan/Config-Perl-V/t/23_plv512\nPASS: cpan/Config-Perl-V/t/24_plv514\nPASS: cpan/Config-Perl-V/t/25_plv516\nPASS: cpan/Config-Perl-V/t/25_plv5162\nPASS: cpan/Config-Perl-V/t/26_plv518\nPASS: cpan/Config-Perl-V/t/26_plv5182\nPASS: cpan/Config-Perl-V/t/27_plv5200\nPASS: cpan/Config-Perl-V/t/27_plv5202\nPASS: cpan/Config-Perl-V/t/28_plv5220\nPASS: cpan/Config-Perl-V/t/28_plv52201w\nPASS: cpan/Config-Perl-V/t/29_plv5235w\nPASS: cpan/Config-Perl-V/t/30_plv5240\nPASS: cpan/Config-Perl-V/t/31_plv52511\nPASS: cpan/Config-Perl-V/t/32_plv5261rc1\nPASS: cpan/Config-Perl-V/t/33_plv52711r\nPASS: cpan/Config-Perl-V/t/34_plv5280\nPASS: cpan/Config-Perl-V/t/35_plv52910g\nPASS: cpan/Config-Perl-V/t/36_plv5300\nPASS: cpan/Config-Perl-V/t/37_plv53111qm\nPASS: cpan/Config-Perl-V/t/38_plv5320tld\nPASS: cpan/Config-Perl-V/t/39_plv5340tqm\nPASS: cpan/Config-Perl-V/t/40_plv5358dnqm\nPASS: cpan/Config-Perl-V/t/41_plv5360dnqm\nPASS: cpan/Config-Perl-V/t/42_plv5373tld\nPASS: cpan/Config-Perl-V/t/43_plv53710rcs\nPASS: cpan/CPAN/t/01loadme\nPASS: cpan/CPAN/t/02nox\nPASS: cpan/CPAN/t/03pkgs\nPASS: cpan/CPAN/t/10version\nPASS: cpan/CPAN/t/11mirroredby\nSKIP: cpan/CPAN/t/32pushyhttps\nPASS: cpan/CPAN-Meta/t/converter\nPASS: cpan/CPAN-Meta/t/converter-bad\nPASS: cpan/CPAN-Meta/t/converter-fail\nPASS: cpan/CPAN-Meta/t/converter-fragments\nPASS: cpan/CPAN-Meta/t/load-bad\nPASS: cpan/CPAN-Meta/t/merge\nPASS: cpan/CPAN-Meta/t/meta-obj\nPASS: cpan/CPAN-Meta/t/no-index\nPASS: cpan/CPAN-Meta/t/optional_feature-merge\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/02_api\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/03_functions\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/04_export\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/05_errors\nPASS: cpan/CPAN-Meta/t/prereqs\nPASS: cpan/CPAN-Meta/t/prereqs-finalize\nPASS: cpan/CPAN-Meta/t/prereqs-merge\nPASS: cpan/CPAN-Meta/t/repository\nPASS: cpan/CPAN-Meta/t/save-load\nPASS: cpan/CPAN-Meta/t/validator\nPASS: cpan/CPAN-Meta-Requirements/t/accepts\nPASS: cpan/CPAN-Meta-Requirements/t/bad_version_hook\nPASS: cpan/CPAN-Meta-Requirements/t/basic\nPASS: cpan/CPAN-Meta-Requirements/t/finalize\nPASS: cpan/CPAN-Meta-Requirements/t/from-hash\nPASS: cpan/CPAN-Meta-Requirements/t/merge\nPASS: cpan/CPAN-Meta-Requirements/t/strings\nPASS: cpan/CPAN-Meta-YAML/t/01_api\nPASS: cpan/CPAN-Meta-YAML/t/01_compile\nPASS: cpan/CPAN-Meta-YAML/t/10_read\nPASS: cpan/CPAN-Meta-YAML/t/11_read_string\nPASS: cpan/CPAN-Meta-YAML/t/12_write\nPASS: cpan/CPAN-Meta-YAML/t/13_write_string\nPASS: cpan/CPAN-Meta-YAML/t/20_subclass\nPASS: cpan/CPAN-Meta-YAML/t/21_yamlpm_compat\nPASS: cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml\nPASS: cpan/CPAN-Meta-YAML/t/31_local_tml\nPASS: cpan/CPAN-Meta-YAML/t/32_world_tml\nPASS: cpan/CPAN-Meta-YAML/t/86_fail\nPASS: cpan/Digest/t/base\nPASS: cpan/Digest/t/digest\nPASS: cpan/Digest/t/file\nPASS: cpan/Digest/t/security\nPASS: cpan/Digest-MD5/t/align\nPASS: cpan/Digest-MD5/t/badfile\nPASS: cpan/Digest-MD5/t/bits\nPASS: cpan/Digest-MD5/t/clone\nPASS: cpan/Digest-MD5/t/files\nPASS: cpan/Digest-MD5/t/md5-aaa\nPASS: cpan/Digest-MD5/t/threads\nPASS: cpan/Digest-MD5/t/utf8\nPASS: cpan/Digest-MD5/t/warns\nPASS: cpan/Digest-SHA/t/allfcns\nPASS: cpan/Digest-SHA/t/base64\nPASS: cpan/Digest-SHA/t/bitbuf\nPASS: cpan/Digest-SHA/t/bitorder\nPASS: cpan/Digest-SHA/t/fips180-4\nPASS: cpan/Digest-SHA/t/fips198\nPASS: cpan/Digest-SHA/t/gg\nPASS: cpan/Digest-SHA/t/gglong\nPASS: cpan/Digest-SHA/t/hmacsha\nPASS: cpan/Digest-SHA/t/inheritance\nPASS: cpan/Digest-SHA/t/ireland\nPASS: cpan/Digest-SHA/t/methods\nPASS: cpan/Digest-SHA/t/nistbit\nPASS: cpan/Digest-SHA/t/nistbyte\nPASS: cpan/Digest-SHA/t/rfc2202\nPASS: cpan/Digest-SHA/t/sha1\nPASS: cpan/Digest-SHA/t/sha224\nPASS: cpan/Digest-SHA/t/sha256\nPASS: cpan/Digest-SHA/t/sha384\nPASS: cpan/Digest-SHA/t/sha512\nPASS: cpan/Digest-SHA/t/state\nPASS: cpan/Digest-SHA/t/unicode\nPASS: cpan/Digest-SHA/t/woodbury\nPASS: cpan/Encode/t/Aliases\nPASS: cpan/Encode/t/at-cn\nPASS: cpan/Encode/t/at-tw\nPASS: cpan/Encode/t/CJKT\nPASS: cpan/Encode/t/cow\nPASS: cpan/Encode/t/decode\nSKIP: cpan/Encode/t/enc_data\nSKIP: cpan/Encode/t/enc_eucjp\nSKIP: cpan/Encode/t/enc_module\nSKIP: cpan/Encode/t/enc_utf8\nPASS: cpan/Encode/t/Encode\nPASS: cpan/Encode/t/Encoder\nSKIP: cpan/Encode/t/encoding\nPASS: cpan/Encode/t/encoding-locale\nPASS: cpan/Encode/t/fallback\nPASS: cpan/Encode/t/from_to\nPASS: cpan/Encode/t/grow\nPASS: cpan/Encode/t/gsm0338\nPASS: cpan/Encode/t/guess\nPASS: cpan/Encode/t/isa\nPASS: cpan/Encode/t/jis7-fallback\nSKIP: cpan/Encode/t/jperl\nPASS: cpan/Encode/t/magic\nPASS: cpan/Encode/t/mime-header\nPASS: cpan/Encode/t/mime-name\nPASS: cpan/Encode/t/mime_header_iso2022jp\nPASS: cpan/Encode/t/perlio\nSKIP: cpan/Encode/t/piconv\nPASS: cpan/Encode/t/rt113164\nPASS: cpan/Encode/t/rt65541\nPASS: cpan/Encode/t/rt76824\nPASS: cpan/Encode/t/rt85489\nPASS: cpan/Encode/t/rt86327\nPASS: cpan/Encode/t/taint\nPASS: cpan/Encode/t/truncated_utf8\nPASS: cpan/Encode/t/undef\nPASS: cpan/Encode/t/Unicode\nPASS: cpan/Encode/t/Unicode_trailing_nul\nPASS: cpan/Encode/t/use-Encode-Alias\nPASS: cpan/Encode/t/utf32warnings\nPASS: cpan/Encode/t/utf8ref\nPASS: cpan/Encode/t/utf8strict\nPASS: cpan/Encode/t/utf8warnings\nPASS: cpan/Encode/t/xml\nPASS: cpan/experimental/t/basic\nSKIP: cpan/ExtUtils-Constant/t/Constant\nPASS: cpan/ExtUtils-Install/t/can_write_dir\nPASS: cpan/ExtUtils-Install/t/Install\nPASS: cpan/ExtUtils-Install/t/Installapi2\nPASS: cpan/ExtUtils-Install/t/Installed\nSKIP: cpan/ExtUtils-Install/t/InstallWithMM\nPASS: cpan/ExtUtils-Install/t/Packlist\nSKIP: cpan/ExtUtils-MakeMaker/t/00compile\nPASS: cpan/ExtUtils-MakeMaker/t/01perl_bugs\nPERL_CORE is set but I can't find your perl source!\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/cpan/ExtUtils-MakeMaker/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: cpan/ExtUtils-MakeMaker/t/02-xsdynamic\nPERL_CORE is set but I can't find your perl source!\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/cpan/ExtUtils-MakeMaker/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: cpan/ExtUtils-MakeMaker/t/03-xsstatic\nSKIP: cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin\nPASS: cpan/ExtUtils-MakeMaker/t/arch_check\nPASS: cpan/ExtUtils-MakeMaker/t/backwards\nSKIP: cpan/ExtUtils-MakeMaker/t/basic\nPASS: cpan/ExtUtils-MakeMaker/t/build_man\nPASS: cpan/ExtUtils-MakeMaker/t/cd\nPASS: cpan/ExtUtils-MakeMaker/t/config\nPASS: cpan/ExtUtils-MakeMaker/t/cp\nPASS: cpan/ExtUtils-MakeMaker/t/dir_target\nSKIP: cpan/ExtUtils-MakeMaker/t/echo\nPASS: cpan/ExtUtils-MakeMaker/t/eu_command\nPASS: cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE\nPASS: cpan/ExtUtils-MakeMaker/t/fix_libs\nPASS: cpan/ExtUtils-MakeMaker/t/fixin\nPASS: cpan/ExtUtils-MakeMaker/t/hints\nPASS: cpan/ExtUtils-MakeMaker/t/INST\nPASS: cpan/ExtUtils-MakeMaker/t/INST_PREFIX\nSKIP: cpan/ExtUtils-MakeMaker/t/INSTALL_BASE\nPASS: cpan/ExtUtils-MakeMaker/t/installed_file\nPASS: cpan/ExtUtils-MakeMaker/t/is_of_type\nPASS: cpan/ExtUtils-MakeMaker/t/Liblist\nPASS: cpan/ExtUtils-MakeMaker/t/make\nPASS: cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters\nPASS: cpan/ExtUtils-MakeMaker/t/maketext_filter\nPASS: cpan/ExtUtils-MakeMaker/t/meta_convert\nPASS: cpan/ExtUtils-MakeMaker/t/metafile_data\nPASS: cpan/ExtUtils-MakeMaker/t/metafile_file\nSKIP: cpan/ExtUtils-MakeMaker/t/min_perl_version\nSKIP: cpan/ExtUtils-MakeMaker/t/miniperl\nPASS: cpan/ExtUtils-MakeMaker/t/Mkbootstrap\nPASS: cpan/ExtUtils-MakeMaker/t/MM_Any\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_BeOS\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_Cygwin\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_NW5\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_OS2\nPASS: cpan/ExtUtils-MakeMaker/t/MM_Unix\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_VMS\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_Win32\nPASS: cpan/ExtUtils-MakeMaker/t/oneliner\nPASS: cpan/ExtUtils-MakeMaker/t/os_unsupported\nPASS: cpan/ExtUtils-MakeMaker/t/parse_abstract\nPASS: cpan/ExtUtils-MakeMaker/t/parse_version\nSKIP: cpan/ExtUtils-MakeMaker/t/PL_FILES\nPASS: cpan/ExtUtils-MakeMaker/t/pm\nSKIP: cpan/ExtUtils-MakeMaker/t/pm_to_blib\nPASS: cpan/ExtUtils-MakeMaker/t/pod2man\nPASS: cpan/ExtUtils-MakeMaker/t/postamble\nPASS: cpan/ExtUtils-MakeMaker/t/prefixify\nPASS: cpan/ExtUtils-MakeMaker/t/prereq\nPASS: cpan/ExtUtils-MakeMaker/t/prereq_print\nPASS: cpan/ExtUtils-MakeMaker/t/problems\nPASS: cpan/ExtUtils-MakeMaker/t/prompt\nSKIP: cpan/ExtUtils-MakeMaker/t/recurs\nPASS: cpan/ExtUtils-MakeMaker/t/revision\nSKIP: cpan/ExtUtils-MakeMaker/t/several_authors\nPASS: cpan/ExtUtils-MakeMaker/t/split_command\nPASS: cpan/ExtUtils-MakeMaker/t/test_boilerplate\nPASS: cpan/ExtUtils-MakeMaker/t/testlib\nSKIP: cpan/ExtUtils-MakeMaker/t/unicode\nPASS: cpan/ExtUtils-MakeMaker/t/VERSION_FROM\nPASS: cpan/ExtUtils-MakeMaker/t/vstrings\nPASS: cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile\nPASS: cpan/ExtUtils-MakeMaker/t/writemakefile_args\nPASS: cpan/ExtUtils-Manifest/t/Manifest\nSKIP: cpan/ExtUtils-PL2Bat/t/make_executable\nPASS: cpan/File-Fetch/t/01_File-Fetch\nPASS: cpan/File-Fetch/t/null_subclass\nPASS: cpan/File-Path/t/Path\nPASS: cpan/File-Path/t/Path_root\nSKIP: cpan/File-Path/t/Path_win32\nPASS: cpan/File-Path/t/taint\nPASS: cpan/File-Temp/t/cmp\nPASS: cpan/File-Temp/t/fork\nSKIP: cpan/File-Temp/t/lock\nPASS: cpan/File-Temp/t/mktemp\nPASS: cpan/File-Temp/t/object\nPASS: cpan/File-Temp/t/posix\nPASS: cpan/File-Temp/t/rmtree\nPASS: cpan/File-Temp/t/security\nPASS: cpan/File-Temp/t/seekable\nPASS: cpan/File-Temp/t/tempfile\nPASS: cpan/Filter-Util-Call/t/call\nPASS: cpan/Filter-Util-Call/t/rt_101033\nPASS: cpan/Filter-Util-Call/t/rt_54452-rebless\nPASS: cpan/Getopt-Long/t/gol-basic\nPASS: cpan/Getopt-Long/t/gol-linkage\n# Testing Getopt::Long 2.57, Perl 5.040002, /usr/bin/perl\nPASS: cpan/Getopt-Long/t/gol-load1\nPASS: cpan/Getopt-Long/t/gol-load2\nPASS: cpan/Getopt-Long/t/gol-oo\nPASS: cpan/Getopt-Long/t/gol-xargv\nPASS: cpan/Getopt-Long/t/gol-xstring\nPASS: cpan/HTTP-Tiny/t/000_load\nPASS: cpan/HTTP-Tiny/t/001_api\nPASS: cpan/HTTP-Tiny/t/002_croakage\nPASS: cpan/HTTP-Tiny/t/003_agent\nPASS: cpan/HTTP-Tiny/t/004_timeout\nPASS: cpan/HTTP-Tiny/t/010_url\nPASS: cpan/HTTP-Tiny/t/020_headers\nPASS: cpan/HTTP-Tiny/t/030_response\nPASS: cpan/HTTP-Tiny/t/040_content\nPASS: cpan/HTTP-Tiny/t/050_chunked_body\nPASS: cpan/HTTP-Tiny/t/060_http_date\nPASS: cpan/HTTP-Tiny/t/070_cookie_jar\nPASS: cpan/HTTP-Tiny/t/100_get\nPASS: cpan/HTTP-Tiny/t/101_head\nPASS: cpan/HTTP-Tiny/t/102_put\nPASS: cpan/HTTP-Tiny/t/103_delete\nPASS: cpan/HTTP-Tiny/t/104_post\nPASS: cpan/HTTP-Tiny/t/110_mirror\nPASS: cpan/HTTP-Tiny/t/130_redirect\nPASS: cpan/HTTP-Tiny/t/140_proxy\nPASS: cpan/HTTP-Tiny/t/141_no_proxy\nPASS: cpan/HTTP-Tiny/t/150_post_form\nPASS: cpan/HTTP-Tiny/t/160_cookies\nPASS: cpan/HTTP-Tiny/t/161_basic_auth\nPASS: cpan/HTTP-Tiny/t/162_proxy_auth\nPASS: cpan/HTTP-Tiny/t/170_keepalive\nPASS: cpan/HTTP-Tiny/t/180_verify_SSL\nPASS: cpan/IO-Compress/t/001bzip2\nPASS: cpan/IO-Compress/t/001zlib-generic-deflate\nPASS: cpan/IO-Compress/t/001zlib-generic-gzip\nPASS: cpan/IO-Compress/t/001zlib-generic-rawdeflate\nPASS: cpan/IO-Compress/t/001zlib-generic-zip\nPASS: cpan/IO-Compress/t/002any-deflate\nPASS: cpan/IO-Compress/t/002any-gzip\nPASS: cpan/IO-Compress/t/002any-rawdeflate\nPASS: cpan/IO-Compress/t/002any-transparent\nPASS: cpan/IO-Compress/t/002any-zip\nPASS: cpan/IO-Compress/t/004gziphdr\nPASS: cpan/IO-Compress/t/005defhdr\nPASS: cpan/IO-Compress/t/006zip\nPASS: cpan/IO-Compress/t/011-streamzip\nPASS: cpan/IO-Compress/t/01misc\nSKIP: cpan/IO-Compress/t/020isize\nPASS: cpan/IO-Compress/t/050interop-gzip\nPASS: cpan/IO-Compress/t/100generic-bzip2\nPASS: cpan/IO-Compress/t/100generic-deflate\nPASS: cpan/IO-Compress/t/100generic-gzip\nPASS: cpan/IO-Compress/t/100generic-rawdeflate\nPASS: cpan/IO-Compress/t/100generic-zip\nSKIP: cpan/IO-Compress/t/101truncate-bzip2\nSKIP: cpan/IO-Compress/t/101truncate-deflate\nSKIP: cpan/IO-Compress/t/101truncate-gzip\nSKIP: cpan/IO-Compress/t/101truncate-rawdeflate\nSKIP: cpan/IO-Compress/t/101truncate-zip\nPASS: cpan/IO-Compress/t/102tied-bzip2\nPASS: cpan/IO-Compress/t/102tied-deflate\nPASS: cpan/IO-Compress/t/102tied-gzip\nPASS: cpan/IO-Compress/t/102tied-rawdeflate\nPASS: cpan/IO-Compress/t/102tied-zip\nPASS: cpan/IO-Compress/t/103newtied-bzip2\nPASS: cpan/IO-Compress/t/103newtied-deflate\nPASS: cpan/IO-Compress/t/103newtied-gzip\nPASS: cpan/IO-Compress/t/103newtied-rawdeflate\nPASS: cpan/IO-Compress/t/103newtied-zip\nPASS: cpan/IO-Compress/t/104destroy-bzip2\nPASS: cpan/IO-Compress/t/104destroy-deflate\nPASS: cpan/IO-Compress/t/104destroy-gzip\nPASS: cpan/IO-Compress/t/104destroy-rawdeflate\nPASS: cpan/IO-Compress/t/104destroy-zip\nPASS: cpan/IO-Compress/t/105oneshot-bzip2\nPASS: cpan/IO-Compress/t/105oneshot-deflate\nPASS: cpan/IO-Compress/t/105oneshot-gzip\nPASS: cpan/IO-Compress/t/105oneshot-gzip-only\nPASS: cpan/IO-Compress/t/105oneshot-rawdeflate\nPASS: cpan/IO-Compress/t/105oneshot-zip\nPASS: cpan/IO-Compress/t/105oneshot-zip-bzip2-only\nPASS: cpan/IO-Compress/t/105oneshot-zip-only\nSKIP: cpan/IO-Compress/t/105oneshot-zip-store-only\nSKIP: cpan/IO-Compress/t/106prime-bzip2\nSKIP: cpan/IO-Compress/t/106prime-deflate\nSKIP: cpan/IO-Compress/t/106prime-gzip\nSKIP: cpan/IO-Compress/t/106prime-rawdeflate\nSKIP: cpan/IO-Compress/t/106prime-zip\nPASS: cpan/IO-Compress/t/107multi-bzip2\nPASS: cpan/IO-Compress/t/107multi-deflate\nPASS: cpan/IO-Compress/t/107multi-gzip\nPASS: cpan/IO-Compress/t/107multi-rawdeflate\nPASS: cpan/IO-Compress/t/107multi-zip\nPASS: cpan/IO-Compress/t/107multi-zip-only\nPASS: cpan/IO-Compress/t/108anyunc-bzip2\nPASS: cpan/IO-Compress/t/108anyunc-deflate\nPASS: cpan/IO-Compress/t/108anyunc-gzip\nPASS: cpan/IO-Compress/t/108anyunc-rawdeflate\nPASS: cpan/IO-Compress/t/108anyunc-transparent\nPASS: cpan/IO-Compress/t/108anyunc-zip\nPASS: cpan/IO-Compress/t/109merge-deflate\nPASS: cpan/IO-Compress/t/109merge-gzip\nPASS: cpan/IO-Compress/t/109merge-rawdeflate\nSKIP: cpan/IO-Compress/t/109merge-zip\nPASS: cpan/IO-Compress/t/110encode-bzip2\nPASS: cpan/IO-Compress/t/110encode-deflate\nPASS: cpan/IO-Compress/t/110encode-gzip\nPASS: cpan/IO-Compress/t/110encode-rawdeflate\nPASS: cpan/IO-Compress/t/110encode-zip\nPASS: cpan/IO-Compress/t/111const-deflate\nPASS: cpan/IO-Compress/t/112utf8-zip\nPASS: cpan/IO-Compress/t/113issues\nSKIP: cpan/IO-Compress/t/999pod\nPASS: cpan/IO-Compress/t/cz-01version\nPASS: cpan/IO-Compress/t/cz-03zlib-v1\nPASS: cpan/IO-Compress/t/cz-06gzsetp\nPASS: cpan/IO-Compress/t/cz-08encoding\nPASS: cpan/IO-Compress/t/cz-14gzopen\nPASS: cpan/IO-Compress/t/globmapper\nPASS: cpan/IO-Socket-IP/t/00use\nPASS: cpan/IO-Socket-IP/t/01local-client-v4\nPASS: cpan/IO-Socket-IP/t/02local-server-v4\nPASS: cpan/IO-Socket-IP/t/03local-cross-v4\nPASS: cpan/IO-Socket-IP/t/04local-client-v6\nPASS: cpan/IO-Socket-IP/t/05local-server-v6\nPASS: cpan/IO-Socket-IP/t/06local-cross-v6\nPASS: cpan/IO-Socket-IP/t/10args\nPASS: cpan/IO-Socket-IP/t/11sockopts\nPASS: cpan/IO-Socket-IP/t/12port-fallback\nPASS: cpan/IO-Socket-IP/t/13addrinfo\nPASS: cpan/IO-Socket-IP/t/14fileno\nPASS: cpan/IO-Socket-IP/t/15io-socket\nPASS: cpan/IO-Socket-IP/t/16v6only\nPASS: cpan/IO-Socket-IP/t/17gai-flags\nPASS: cpan/IO-Socket-IP/t/18fdopen\nPASS: cpan/IO-Socket-IP/t/19no-addrs\nPASS: cpan/IO-Socket-IP/t/20subclass\nPASS: cpan/IO-Socket-IP/t/21as-inet\nPASS: cpan/IO-Socket-IP/t/22timeout\nPASS: cpan/IO-Socket-IP/t/30nonblocking-connect\nPASS: cpan/IO-Socket-IP/t/31nonblocking-connect-internet\nSKIP: cpan/IO-Socket-IP/t/99pod\nPASS: cpan/IO-Zlib/t/basic\nSKIP: cpan/IO-Zlib/t/external\nPASS: cpan/IO-Zlib/t/getc\nPASS: cpan/IO-Zlib/t/getline\nPASS: cpan/IO-Zlib/t/import\nPASS: cpan/IO-Zlib/t/large\nPASS: cpan/IO-Zlib/t/tied\nPASS: cpan/IO-Zlib/t/uncomp1\nPASS: cpan/IO-Zlib/t/uncomp2\nPASS: cpan/IPC-Cmd/t/01_IPC-Cmd\nSKIP: cpan/IPC-Cmd/t/02_Interactive\nPASS: cpan/IPC-Cmd/t/03_run-forked\nPASS: cpan/IPC-SysV/t/ipcsysv\nPASS: cpan/IPC-SysV/t/msg\nSKIP: cpan/IPC-SysV/t/pod\nSKIP: cpan/IPC-SysV/t/podcov\nPASS: cpan/IPC-SysV/t/sem\nPASS: cpan/IPC-SysV/t/shm\nPASS: cpan/JSON-PP/t/000_load\nPASS: cpan/JSON-PP/t/001_utf8\nPASS: cpan/JSON-PP/t/002_error\nPASS: cpan/JSON-PP/t/003_types\nPASS: cpan/JSON-PP/t/004_dwiw_encode\nPASS: cpan/JSON-PP/t/005_dwiw_decode\nPASS: cpan/JSON-PP/t/006_pc_pretty\nPASS: cpan/JSON-PP/t/007_pc_esc\nPASS: cpan/JSON-PP/t/008_pc_base\nPASS: cpan/JSON-PP/t/009_pc_extra_number\nPASS: cpan/JSON-PP/t/010_pc_keysort\nPASS: cpan/JSON-PP/t/011_pc_expo\nPASS: cpan/JSON-PP/t/012_blessed\nPASS: cpan/JSON-PP/t/013_limit\nPASS: cpan/JSON-PP/t/014_latin1\nPASS: cpan/JSON-PP/t/015_prefix\nPASS: cpan/JSON-PP/t/016_tied\nPASS: cpan/JSON-PP/t/017_relaxed\nPASS: cpan/JSON-PP/t/018_json_checker\nPASS: cpan/JSON-PP/t/019_incr\nPASS: cpan/JSON-PP/t/020_faihu\nPASS: cpan/JSON-PP/t/020_unknown\nPASS: cpan/JSON-PP/t/021_evans\nPASS: cpan/JSON-PP/t/022_comment_at_eof\nPASS: cpan/JSON-PP/t/052_object\nPASS: cpan/JSON-PP/t/099_binary00\nPASS: cpan/JSON-PP/t/099_binary01\nPASS: cpan/JSON-PP/t/099_binary02\nPASS: cpan/JSON-PP/t/099_binary03\nPASS: cpan/JSON-PP/t/099_binary04\nPASS: cpan/JSON-PP/t/099_binary05\nPASS: cpan/JSON-PP/t/099_binary06\nPASS: cpan/JSON-PP/t/099_binary07\nPASS: cpan/JSON-PP/t/099_binary08\nPASS: cpan/JSON-PP/t/099_binary09\nPASS: cpan/JSON-PP/t/099_binary10\nPASS: cpan/JSON-PP/t/099_binary11\nPASS: cpan/JSON-PP/t/099_binary12\nPASS: cpan/JSON-PP/t/099_binary13\nPASS: cpan/JSON-PP/t/099_binary14\nPASS: cpan/JSON-PP/t/099_binary15\nPASS: cpan/JSON-PP/t/104_sortby\nPASS: cpan/JSON-PP/t/105_esc_slash\nPASS: cpan/JSON-PP/t/106_allow_barekey\nPASS: cpan/JSON-PP/t/107_allow_singlequote\nPASS: cpan/JSON-PP/t/108_decode\nPASS: cpan/JSON-PP/t/109_encode\nPASS: cpan/JSON-PP/t/110_bignum\nPASS: cpan/JSON-PP/t/112_upgrade\nPASS: cpan/JSON-PP/t/113_overloaded_eq\nPASS: cpan/JSON-PP/t/114_decode_prefix\nPASS: cpan/JSON-PP/t/115_tie_ixhash\nPASS: cpan/JSON-PP/t/116_incr_parse_fixed\nPASS: cpan/JSON-PP/t/117_numbers\nPASS: cpan/JSON-PP/t/118_boolean_values\nPASS: cpan/JSON-PP/t/119_incr_parse_utf8\nPASS: cpan/JSON-PP/t/120_incr_parse_truncated\nPASS: cpan/JSON-PP/t/core_bools\nPASS: cpan/JSON-PP/t/gh_28_json_test_suite\nPASS: cpan/JSON-PP/t/gh_29_trailing_false_value\nPASS: cpan/JSON-PP/t/rt_116998_wrong_character_offset\nPASS: cpan/JSON-PP/t/rt_122270_old_xs_boolean\nPASS: cpan/JSON-PP/t/rt_90071_incr_parse\nPASS: cpan/JSON-PP/t/zero-mojibake\nPASS: cpan/libnet/t/config\nPASS: cpan/libnet/t/datasend\nSKIP: cpan/libnet/t/ftp\nPASS: cpan/libnet/t/hostname\nPASS: cpan/libnet/t/netrc\nSKIP: cpan/libnet/t/nntp\nPASS: cpan/libnet/t/nntp_ipv6\nSKIP: cpan/libnet/t/nntp_ssl\nPASS: cpan/libnet/t/pop3_ipv6\nSKIP: cpan/libnet/t/pop3_ssl\nPASS: cpan/libnet/t/require\nSKIP: cpan/libnet/t/smtp\nPASS: cpan/libnet/t/smtp_ipv6\nSKIP: cpan/libnet/t/smtp_ssl\nPASS: cpan/libnet/t/time\nPASS: cpan/Locale-Maketext-Simple/t/0-signature\nPASS: cpan/Locale-Maketext-Simple/t/1-basic\nSKIP: cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default\nSKIP: cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default\nPASS: cpan/Math-BigInt/t/bare_mbf\nPASS: cpan/Math-BigInt/t/bare_mbi\nPASS: cpan/Math-BigInt/t/bare_mbr\nPASS: cpan/Math-BigInt/t/bare_mif\nPASS: cpan/Math-BigInt/t/bfround_numify\nPASS: cpan/Math-BigInt/t/big_ap\nPASS: cpan/Math-BigInt/t/big_pi_e\nPASS: cpan/Math-BigInt/t/bigfltpm\nPASS: cpan/Math-BigInt/t/bigfltrt\nPASS: cpan/Math-BigInt/t/bigintc\nPASS: cpan/Math-BigInt/t/bigintc-import\nPASS: cpan/Math-BigInt/t/bigintpm\nPASS: cpan/Math-BigInt/t/bigints\nPASS: cpan/Math-BigInt/t/biglog\nPASS: cpan/Math-BigInt/t/bigrat\nPASS: cpan/Math-BigInt/t/bigratpm\nPASS: cpan/Math-BigInt/t/bigratup\nPASS: cpan/Math-BigInt/t/bigroot\nPASS: cpan/Math-BigInt/t/bitwise-mbr\nPASS: cpan/Math-BigInt/t/calling-class-methods\nPASS: cpan/Math-BigInt/t/calling-constant\nPASS: cpan/Math-BigInt/t/calling-instance-methods\nPASS: cpan/Math-BigInt/t/calling-lib1\nPASS: cpan/Math-BigInt/t/calling-lib2\nPASS: cpan/Math-BigInt/t/config\nPASS: cpan/Math-BigInt/t/downgrade-mbi-mbf\nPASS: cpan/Math-BigInt/t/downgrade-mbi-mbr\nPASS: cpan/Math-BigInt/t/hang-mbr\nPASS: cpan/Math-BigInt/t/inf_nan\nPASS: cpan/Math-BigInt/t/isa\nPASS: cpan/Math-BigInt/t/mbf_ali\nPASS: cpan/Math-BigInt/t/mbi_ali\nPASS: cpan/Math-BigInt/t/mbi_rand\nPASS: cpan/Math-BigInt/t/mbimbf\nPASS: cpan/Math-BigInt/t/mbr_ali\nPASS: cpan/Math-BigInt/t/nan_cmp\nPASS: cpan/Math-BigInt/t/new_overloaded\nPASS: cpan/Math-BigInt/t/round\nPASS: cpan/Math-BigInt/t/rt-16221\nPASS: cpan/Math-BigInt/t/rt121139\nPASS: cpan/Math-BigInt/t/sub_ali\nPASS: cpan/Math-BigInt/t/sub_mbf\nPASS: cpan/Math-BigInt/t/sub_mbi\nPASS: cpan/Math-BigInt/t/sub_mbr\nPASS: cpan/Math-BigInt/t/sub_mif\nPASS: cpan/Math-BigInt/t/trap\nPASS: cpan/Math-BigInt/t/upgrade\nPASS: cpan/Math-BigInt/t/upgrade2\nPASS: cpan/Math-BigInt/t/upgradef\nPASS: cpan/Math-BigInt/t/use\nPASS: cpan/Math-BigInt/t/use_mbfw\nPASS: cpan/Math-BigInt/t/with_sub\nPASS: cpan/Math-BigInt-FastCalc/t/bigintfc\nPASS: cpan/Math-BigInt-FastCalc/t/biglog\nPASS: cpan/Math-BigInt-FastCalc/t/bigroot\nPASS: cpan/Math-BigInt-FastCalc/t/bootstrap\nPASS: cpan/Math-BigInt-FastCalc/t/leak\nPASS: cpan/Math-BigInt-FastCalc/t/mbi_rand\nPASS: cpan/Memoize/t/basic\nPASS: cpan/Memoize/t/cache\nPASS: cpan/Memoize/t/correctness\nPASS: cpan/Memoize/t/expmod\nPASS: cpan/Memoize/t/expmod_t\nPASS: cpan/Memoize/t/flush\nPASS: cpan/Memoize/t/normalize\nPASS: cpan/Memoize/t/threadsafe\nPASS: cpan/Memoize/t/tie\nSKIP: cpan/Memoize/t/tie_db\nPASS: cpan/Memoize/t/tie_gdbm\nPASS: cpan/Memoize/t/tie_ndbm\nSKIP: cpan/Memoize/t/tie_odbm\nPASS: cpan/Memoize/t/tie_sdbm\nPASS: cpan/Memoize/t/tie_storable\nPASS: cpan/Memoize/t/unmemoize\nPASS: cpan/MIME-Base64/t/base64\nPASS: cpan/MIME-Base64/t/base64url\nPASS: cpan/MIME-Base64/t/length\nPASS: cpan/MIME-Base64/t/quoted-print\nPASS: cpan/MIME-Base64/t/unicode\nPASS: cpan/Module-Load/t/01_Module-Load\nPASS: cpan/Module-Load/t/02_Module-Load\nPASS: cpan/Module-Load-Conditional/t/01_Module_Load_Conditional\nPASS: cpan/Module-Loaded/t/01_Module-Loaded\nPASS: cpan/Module-Metadata/t/contains_pod\nPASS: cpan/Module-Metadata/t/encoding\nPASS: cpan/Module-Metadata/t/endpod\nPASS: cpan/Module-Metadata/t/extract-package\nPASS: cpan/Module-Metadata/t/extract-version\nPASS: cpan/Module-Metadata/t/metadata\nPASS: cpan/Module-Metadata/t/taint\nPASS: cpan/Module-Metadata/t/version\nPASS: cpan/NEXT/t/actual\nPASS: cpan/NEXT/t/actuns\nPASS: cpan/NEXT/t/dynamically_scoped_regex_vars\nPASS: cpan/NEXT/t/next\nPASS: cpan/NEXT/t/stringify\nPASS: cpan/NEXT/t/unseen\nPASS: cpan/Params-Check/t/01_Params-Check\nPASS: cpan/parent/t/compile-time\nPASS: cpan/parent/t/compile-time-file\nPASS: cpan/parent/t/parent\nPASS: cpan/parent/t/parent-classfromclassfile\nPASS: cpan/parent/t/parent-classfromfile\nPASS: cpan/parent/t/parent-pmc\nPASS: cpan/parent/t/parent-returns-false\nPASS: cpan/Perl-OSType/t/OSType\nSKIP: cpan/PerlIO-via-QuotedPrint/t/changes\nSKIP: cpan/PerlIO-via-QuotedPrint/t/critic\nSKIP: cpan/PerlIO-via-QuotedPrint/t/pod\nSKIP: cpan/PerlIO-via-QuotedPrint/t/pod_coverage\nPASS: cpan/PerlIO-via-QuotedPrint/t/QuotedPrint\nPASS: cpan/Pod-Checker/t/pod/podchkenc\nPASS: cpan/Pod-Checker/t/pod/podchklink\nPASS: cpan/Pod-Checker/t/pod/poderrs\nPASS: cpan/Pod-Checker/t/pod/podname\nPASS: cpan/Pod-Checker/t/pod/selfcheck\nPASS: cpan/Pod-Escapes/t/01_about_verbose\nPASS: cpan/Pod-Escapes/t/10_main\nPASS: cpan/Pod-Escapes/t/15_name2charnum\nPASS: cpan/Pod-Perldoc/t/00_load\nPASS: cpan/Pod-Perldoc/t/01_about_verbose\nPASS: cpan/Pod-Perldoc/t/man/_get_columns\nSKIP: cpan/Pod-Perldoc/t/pod\nPASS: cpan/Pod-Simple/t/00about\nPASS: cpan/Pod-Simple/t/ac_d\nPASS: cpan/Pod-Simple/t/accept01\nPASS: cpan/Pod-Simple/t/accept05\nPASS: cpan/Pod-Simple/t/basic\nPASS: cpan/Pod-Simple/t/begin\nPASS: cpan/Pod-Simple/t/cbacks\nPASS: cpan/Pod-Simple/t/chunking\nPASS: cpan/Pod-Simple/t/closeys\nPASS: cpan/Pod-Simple/t/content_seen\nPASS: cpan/Pod-Simple/t/corpus\nPASS: cpan/Pod-Simple/t/emptylists\nPASS: cpan/Pod-Simple/t/enc-chars\nPASS: cpan/Pod-Simple/t/encod01\nPASS: cpan/Pod-Simple/t/encod02\nPASS: cpan/Pod-Simple/t/encod03\nPASS: cpan/Pod-Simple/t/encod04\nPASS: cpan/Pod-Simple/t/end_over\nPASS: cpan/Pod-Simple/t/eol\nPASS: cpan/Pod-Simple/t/eol2\nPASS: cpan/Pod-Simple/t/fake-closers\nPASS: cpan/Pod-Simple/t/fcodes\nPASS: cpan/Pod-Simple/t/fcodes_e\nPASS: cpan/Pod-Simple/t/fcodes_l\nPASS: cpan/Pod-Simple/t/fcodes_s\nPASS: cpan/Pod-Simple/t/for\nPASS: cpan/Pod-Simple/t/fornot\nPASS: cpan/Pod-Simple/t/github_issue_79\nPASS: cpan/Pod-Simple/t/heads\nPASS: cpan/Pod-Simple/t/html01\nPASS: cpan/Pod-Simple/t/html02\nPASS: cpan/Pod-Simple/t/html03\nPASS: cpan/Pod-Simple/t/htmlbat\nPASS: cpan/Pod-Simple/t/items\nPASS: cpan/Pod-Simple/t/items02\nPASS: cpan/Pod-Simple/t/itemstar\nPASS: cpan/Pod-Simple/t/JustPod01\nPASS: cpan/Pod-Simple/t/JustPod02\nPASS: cpan/Pod-Simple/t/JustPod_corpus\nPASS: cpan/Pod-Simple/t/linkclas\nPASS: cpan/Pod-Simple/t/output\nPASS: cpan/Pod-Simple/t/puller\nPASS: cpan/Pod-Simple/t/pulltitl\nPASS: cpan/Pod-Simple/t/reinit\nPASS: cpan/Pod-Simple/t/render\nPASS: cpan/Pod-Simple/t/rtf_utf8\nPASS: cpan/Pod-Simple/t/search05\nPASS: cpan/Pod-Simple/t/search10\nPASS: cpan/Pod-Simple/t/search12\nPASS: cpan/Pod-Simple/t/search20\nPASS: cpan/Pod-Simple/t/search22\nPASS: cpan/Pod-Simple/t/search25\nPASS: cpan/Pod-Simple/t/search26\nPASS: cpan/Pod-Simple/t/search27\nPASS: cpan/Pod-Simple/t/search28\nPASS: cpan/Pod-Simple/t/search29\nPASS: cpan/Pod-Simple/t/search50\nPASS: cpan/Pod-Simple/t/search60\nPASS: cpan/Pod-Simple/t/stree\nPASS: cpan/Pod-Simple/t/strpvbtm\nPASS: cpan/Pod-Simple/t/tiedfh\nPASS: cpan/Pod-Simple/t/verb_fmt\nPASS: cpan/Pod-Simple/t/verbatim\nPASS: cpan/Pod-Simple/t/whine\nPASS: cpan/Pod-Simple/t/x_nixer\nPASS: cpan/Pod-Simple/t/xhtml-bkb\nPASS: cpan/Pod-Simple/t/xhtml01\nPASS: cpan/Pod-Simple/t/xhtml05\nPASS: cpan/Pod-Simple/t/xhtml10\nPASS: cpan/Pod-Simple/t/xhtml15\nPASS: cpan/Pod-Simple/t/xhtml20\nPASS: cpan/Pod-Simple/t/xhtml25\nPASS: cpan/Pod-Usage/t/pod/headwithmarkup\nPASS: cpan/Pod-Usage/t/pod/pod2usage\nPASS: cpan/Pod-Usage/t/pod/pod2usage2\nPASS: cpan/Pod-Usage/t/pod/selectheaders\nPASS: cpan/Pod-Usage/t/pod/selectsections\nSKIP: cpan/podlators/t/docs/changes\nSKIP: cpan/podlators/t/docs/pod\nSKIP: cpan/podlators/t/docs/pod-spelling\nSKIP: cpan/podlators/t/docs/spdx-license\nSKIP: cpan/podlators/t/docs/synopsis\nPASS: cpan/podlators/t/general/basic\nPASS: cpan/podlators/t/general/filehandle\nPASS: cpan/podlators/t/general/pod-parser\nPASS: cpan/podlators/t/man/devise-date\nPASS: cpan/podlators/t/man/devise-title\nPASS: cpan/podlators/t/man/empty\nPASS: cpan/podlators/t/man/encoding\nPASS: cpan/podlators/t/man/heading\nPASS: cpan/podlators/t/man/iso-8859-1\nPASS: cpan/podlators/t/man/no-encode\nPASS: cpan/podlators/t/man/snippets\nPASS: cpan/podlators/t/man/utf8-io\nPASS: cpan/podlators/t/parselink/basic\nSKIP: cpan/podlators/t/style/critic\nSKIP: cpan/podlators/t/style/kwalitee\nSKIP: cpan/podlators/t/style/minimum-version\nSKIP: cpan/podlators/t/style/module-version\nSKIP: cpan/podlators/t/style/obsolete-strings\nSKIP: cpan/podlators/t/style/strict\nPASS: cpan/podlators/t/text/color\nPASS: cpan/podlators/t/text/invalid\nPASS: cpan/podlators/t/text/iso-8859-1\nPASS: cpan/podlators/t/text/overstrike\nPASS: cpan/podlators/t/text/snippets\nPASS: cpan/podlators/t/text/termcap\nPASS: cpan/podlators/t/text/utf8-io\nPASS: cpan/Scalar-List-Utils/t/00version\nPASS: cpan/Scalar-List-Utils/t/any-all\nPASS: cpan/Scalar-List-Utils/t/blessed\nPASS: cpan/Scalar-List-Utils/t/dualvar\nOld package separator \"'\" deprecated at (eval 285) line 1.\nPASS: cpan/Scalar-List-Utils/t/exotic_names\nPASS: cpan/Scalar-List-Utils/t/first\nPASS: cpan/Scalar-List-Utils/t/getmagic-once\nPASS: cpan/Scalar-List-Utils/t/head-tail\nPASS: cpan/Scalar-List-Utils/t/isvstring\nPASS: cpan/Scalar-List-Utils/t/lln\nPASS: cpan/Scalar-List-Utils/t/max\nPASS: cpan/Scalar-List-Utils/t/maxstr\nPASS: cpan/Scalar-List-Utils/t/mesh\nPASS: cpan/Scalar-List-Utils/t/min\nPASS: cpan/Scalar-List-Utils/t/minstr\nPASS: cpan/Scalar-List-Utils/t/openhan\nPASS: cpan/Scalar-List-Utils/t/pair\nPASS: cpan/Scalar-List-Utils/t/product\nPASS: cpan/Scalar-List-Utils/t/prototype\nPASS: cpan/Scalar-List-Utils/t/readonly\nPASS: cpan/Scalar-List-Utils/t/reduce\nPASS: cpan/Scalar-List-Utils/t/reductions\nPASS: cpan/Scalar-List-Utils/t/refaddr\nPASS: cpan/Scalar-List-Utils/t/reftype\nPASS: cpan/Scalar-List-Utils/t/rt-96343\nPASS: cpan/Scalar-List-Utils/t/sample\nPASS: cpan/Scalar-List-Utils/t/scalarutil-proto\nPASS: cpan/Scalar-List-Utils/t/shuffle\nPASS: cpan/Scalar-List-Utils/t/stack-corruption\nPASS: cpan/Scalar-List-Utils/t/subname\nPASS: cpan/Scalar-List-Utils/t/sum\nPASS: cpan/Scalar-List-Utils/t/sum0\nPASS: cpan/Scalar-List-Utils/t/tainted\nPASS: cpan/Scalar-List-Utils/t/undefined-block\nPASS: cpan/Scalar-List-Utils/t/uniq\nPASS: cpan/Scalar-List-Utils/t/uniqnum\nPASS: cpan/Scalar-List-Utils/t/weak\nPASS: cpan/Scalar-List-Utils/t/zip\nPASS: cpan/Socket/t/getaddrinfo\nPASS: cpan/Socket/t/getnameinfo\nPASS: cpan/Socket/t/ip_mreq\nPASS: cpan/Socket/t/ipv6_mreq\nPASS: cpan/Socket/t/sockaddr\nPASS: cpan/Socket/t/Socket\nPASS: cpan/Socket/t/socketpair\nPASS: cpan/Sys-Syslog/t/00-load\nPASS: cpan/Sys-Syslog/t/constants\nPASS: cpan/Sys-Syslog/t/cpan-rt-21516\nSKIP: cpan/Sys-Syslog/t/cpan-rt-21866\nSKIP: cpan/Sys-Syslog/t/cpan-rt-25488\nPASS: cpan/Sys-Syslog/t/cpan-rt-55151\nPASS: cpan/Sys-Syslog/t/cpan-rt-64287\nSKIP: cpan/Sys-Syslog/t/facilities-routing\nPASS: cpan/Sys-Syslog/t/syslog\nPASS: cpan/Sys-Syslog/t/syslog-inet-udp\nPASS: cpan/Term-ANSIColor/t/module/aliases-func\nPASS: cpan/Term-ANSIColor/t/module/basic\nPASS: cpan/Term-ANSIColor/t/module/basic256\nPASS: cpan/Term-ANSIColor/t/module/eval\nPASS: cpan/Term-ANSIColor/t/module/stringify\nPASS: cpan/Term-ANSIColor/t/module/true-color\nPASS: cpan/Term-ANSIColor/t/taint/basic\nSKIP: cpan/Term-Cap/test\nPASS: cpan/Term-Table/t/bad_blank_line\nPASS: cpan/Term-Table/t/HashBase\nPASS: cpan/Term-Table/t/honor_env_in_non_tty\nPASS: cpan/Term-Table/t/issue-9\nPASS: cpan/Term-Table/t/Table\nPASS: cpan/Term-Table/t/Table/Cell\nPASS: cpan/Term-Table/t/Table/CellStack\nPASS: cpan/Term-Table/t/Table/LineBreak\nPASS: cpan/Test-Harness/t/aggregator\nPASS: cpan/Test-Harness/t/bailout\nPASS: cpan/Test-Harness/t/base\nPASS: cpan/Test-Harness/t/callbacks\nPASS: cpan/Test-Harness/t/compat/env\nPASS: cpan/Test-Harness/t/compat/env_opts\nPASS: cpan/Test-Harness/t/compat/failure\nPASS: cpan/Test-Harness/t/compat/inc-propagation\nPASS: cpan/Test-Harness/t/compat/inc_taint\nSKIP: cpan/Test-Harness/t/compat/nonumbers\nPASS: cpan/Test-Harness/t/compat/regression\nPASS: cpan/Test-Harness/t/compat/subclass\nPASS: cpan/Test-Harness/t/compat/switches\nPASS: cpan/Test-Harness/t/compat/test-harness-compat\nPASS: cpan/Test-Harness/t/compat/version\nPASS: cpan/Test-Harness/t/console\nPASS: cpan/Test-Harness/t/env_opts\nPASS: cpan/Test-Harness/t/errors\nPASS: cpan/Test-Harness/t/file\nPASS: cpan/Test-Harness/t/glob-to-regexp\nPASS: cpan/Test-Harness/t/grammar\nPASS: cpan/Test-Harness/t/harness\nPASS: cpan/Test-Harness/t/harness-bailout\nPASS: cpan/Test-Harness/t/harness-subclass\nPASS: cpan/Test-Harness/t/iterator_factory\nPASS: cpan/Test-Harness/t/iterators\nPASS: cpan/Test-Harness/t/multiplexer\nPASS: cpan/Test-Harness/t/nested\nPASS: cpan/Test-Harness/t/nofork\nPASS: cpan/Test-Harness/t/nofork-mux\nPASS: cpan/Test-Harness/t/object\nPASS: cpan/Test-Harness/t/parse\nPASS: cpan/Test-Harness/t/parser-config\nPASS: cpan/Test-Harness/t/parser-subclass\nPASS: cpan/Test-Harness/t/perl5lib\nPASS: cpan/Test-Harness/t/premature-bailout\nPASS: cpan/Test-Harness/t/process\nPASS: cpan/Test-Harness/t/prove\nPASS: cpan/Test-Harness/t/proverc\nPASS: cpan/Test-Harness/t/proverun\nPASS: cpan/Test-Harness/t/proveversion\nPASS: cpan/Test-Harness/t/regression\nPASS: cpan/Test-Harness/t/results\nPASS: cpan/Test-Harness/t/rulesfile\nPASS: cpan/Test-Harness/t/scheduler\nPASS: cpan/Test-Harness/t/source\nPASS: cpan/Test-Harness/t/source_handler\nPASS: cpan/Test-Harness/t/source_tests/source\nPASS: cpan/Test-Harness/t/spool\nPASS: cpan/Test-Harness/t/state\nPASS: cpan/Test-Harness/t/state_results\nPASS: cpan/Test-Harness/t/streams\nPASS: cpan/Test-Harness/t/taint\nPASS: cpan/Test-Harness/t/testargs\nPASS: cpan/Test-Harness/t/unicode\nPASS: cpan/Test-Harness/t/yamlish\nPASS: cpan/Test-Harness/t/yamlish-output\nPASS: cpan/Test-Harness/t/yamlish-writer\nPASS: cpan/Test-Simple/t/HashBase\nPASS: cpan/Test-Simple/t/Legacy/00test_harness_check\nPASS: cpan/Test-Simple/t/Legacy/01-basic\nPASS: cpan/Test-Simple/t/Legacy/478-cmp_ok_hash\nPASS: cpan/Test-Simple/t/Legacy/auto\nPASS: cpan/Test-Simple/t/Legacy/bad_plan\nPASS: cpan/Test-Simple/t/Legacy/bail_out\nPASS: cpan/Test-Simple/t/Legacy/BEGIN_require_ok\nPASS: cpan/Test-Simple/t/Legacy/BEGIN_use_ok\nPASS: cpan/Test-Simple/t/Legacy/buffer\nPASS: cpan/Test-Simple/t/Legacy/Bugs/600\nPASS: cpan/Test-Simple/t/Legacy/Bugs/629\nPASS: cpan/Test-Simple/t/Legacy/Builder/Builder\nPASS: cpan/Test-Simple/t/Legacy/Builder/carp\nPASS: cpan/Test-Simple/t/Legacy/Builder/create\nPASS: cpan/Test-Simple/t/Legacy/Builder/current_test\nPASS: cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/details\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_double\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout\nPASS: cpan/Test-Simple/t/Legacy/Builder/has_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/has_plan2\nPASS: cpan/Test-Simple/t/Legacy/Builder/is_fh\nPASS: cpan/Test-Simple/t/Legacy/Builder/is_passing\nPASS: cpan/Test-Simple/t/Legacy/Builder/maybe_regex\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_diag\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_ending\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_header\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all\nPASS: cpan/Test-Simple/t/Legacy/Builder/ok_obj\nPASS: cpan/Test-Simple/t/Legacy/Builder/output\nPASS: cpan/Test-Simple/t/Legacy/Builder/reset\nPASS: cpan/Test-Simple/t/Legacy/Builder/reset_outputs\nPASS: cpan/Test-Simple/t/Legacy/Builder/try\nPASS: cpan/Test-Simple/t/Legacy/c_flag\nPASS: cpan/Test-Simple/t/Legacy/capture\nPASS: cpan/Test-Simple/t/Legacy/check_tests\nPASS: cpan/Test-Simple/t/Legacy/circular_data\nPASS: cpan/Test-Simple/t/Legacy/cmp_ok\nPASS: cpan/Test-Simple/t/Legacy/depth\nPASS: cpan/Test-Simple/t/Legacy/diag\nPASS: cpan/Test-Simple/t/Legacy/died\nPASS: cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler\nPASS: cpan/Test-Simple/t/Legacy/eq_set\nPASS: cpan/Test-Simple/t/Legacy/exit\nPASS: cpan/Test-Simple/t/Legacy/explain\nPASS: cpan/Test-Simple/t/Legacy/explain_err_vars\nPASS: cpan/Test-Simple/t/Legacy/extra\nPASS: cpan/Test-Simple/t/Legacy/extra_one\nPASS: cpan/Test-Simple/t/Legacy/fail\nPASS: cpan/Test-Simple/t/Legacy/fail-like\nPASS: cpan/Test-Simple/t/Legacy/fail-more\nPASS: cpan/Test-Simple/t/Legacy/fail_one\nPASS: cpan/Test-Simple/t/Legacy/filehandles\nPASS: cpan/Test-Simple/t/Legacy/fork\nPASS: cpan/Test-Simple/t/Legacy/harness_active\nPASS: cpan/Test-Simple/t/Legacy/import\nPASS: cpan/Test-Simple/t/Legacy/is_deeply_dne_bug\nPASS: cpan/Test-Simple/t/Legacy/is_deeply_fail\nSKIP: cpan/Test-Simple/t/Legacy/is_deeply_with_threads\nPASS: cpan/Test-Simple/t/Legacy/missing\nPASS: cpan/Test-Simple/t/Legacy/More\nPASS: cpan/Test-Simple/t/Legacy/new_ok\nPASS: cpan/Test-Simple/t/Legacy/no_log_results\nPASS: cpan/Test-Simple/t/Legacy/no_plan\nPASS: cpan/Test-Simple/t/Legacy/no_tests\nPASS: cpan/Test-Simple/t/Legacy/note\nPASS: cpan/Test-Simple/t/Legacy/overload\nPASS: cpan/Test-Simple/t/Legacy/overload_threads\nPASS: cpan/Test-Simple/t/Legacy/plan\nPASS: cpan/Test-Simple/t/Legacy/plan_bad\nPASS: cpan/Test-Simple/t/Legacy/plan_is_noplan\nPASS: cpan/Test-Simple/t/Legacy/plan_no_plan\nPASS: cpan/Test-Simple/t/Legacy/plan_shouldnt_import\nSKIP: cpan/Test-Simple/t/Legacy/plan_skip_all\nSKIP: cpan/Test-Simple/t/Legacy/Regression/637\nPASS: cpan/Test-Simple/t/Legacy/Regression/683_thread_todo\nPASS: cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok\nPASS: cpan/Test-Simple/t/Legacy/Regression/736_use_ok\nSKIP: cpan/Test-Simple/t/Legacy/Regression/789-read-only\nSKIP: cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings\nPASS: cpan/Test-Simple/t/Legacy/Regression/is_capture\nPASS: cpan/Test-Simple/t/Legacy/require_ok\nPASS: cpan/Test-Simple/t/Legacy/run_test\nPASS: cpan/Test-Simple/t/Legacy/simple\nPASS: cpan/Test-Simple/t/Legacy/Simple/load\nPASS: cpan/Test-Simple/t/Legacy/skip\nPASS: cpan/Test-Simple/t/Legacy/skipall\nSKIP: cpan/Test-Simple/t/Legacy/strays\nPASS: cpan/Test-Simple/t/Legacy/subtest/args\nPASS: cpan/Test-Simple/t/Legacy/subtest/bail_out\nPASS: cpan/Test-Simple/t/Legacy/subtest/basic\nPASS: cpan/Test-Simple/t/Legacy/subtest/callback\nPASS: cpan/Test-Simple/t/Legacy/subtest/die\nPASS: cpan/Test-Simple/t/Legacy/subtest/do\nPASS: cpan/Test-Simple/t/Legacy/subtest/events\nPASS: cpan/Test-Simple/t/Legacy/subtest/fork\nPASS: cpan/Test-Simple/t/Legacy/subtest/implicit_done\nPASS: cpan/Test-Simple/t/Legacy/subtest/line_numbers\nPASS: cpan/Test-Simple/t/Legacy/subtest/plan\nPASS: cpan/Test-Simple/t/Legacy/subtest/predicate\nPASS: cpan/Test-Simple/t/Legacy/subtest/singleton\nPASS: cpan/Test-Simple/t/Legacy/subtest/threads\nPASS: cpan/Test-Simple/t/Legacy/subtest/todo\nPASS: cpan/Test-Simple/t/Legacy/subtest/wstat\nPASS: cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to\nPASS: cpan/Test-Simple/t/Legacy/Test2/Subtest\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_01basic\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_03die\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_07args\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_09do\nPASS: cpan/Test-Simple/t/Legacy/thread_taint\nPASS: cpan/Test-Simple/t/Legacy/threads\nPASS: cpan/Test-Simple/t/Legacy/todo\nPASS: cpan/Test-Simple/t/Legacy/undef\nPASS: cpan/Test-Simple/t/Legacy/use_ok\nPASS: cpan/Test-Simple/t/Legacy/useing\nPASS: cpan/Test-Simple/t/Legacy/utf8\nPASS: cpan/Test-Simple/t/Legacy/versions\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning\nPASS: cpan/Test-Simple/t/regression/642_persistent_end\nPASS: cpan/Test-Simple/t/regression/662-tbt-no-plan\nPASS: cpan/Test-Simple/t/regression/684-nested_todo_diag\nPASS: cpan/Test-Simple/t/regression/694_note_diag_return_values\nPASS: cpan/Test-Simple/t/regression/696-intercept_skip_all\nPASS: cpan/Test-Simple/t/regression/721-nested-streamed-subtest\nPASS: cpan/Test-Simple/t/regression/757-reset_in_subtest\nPASS: cpan/Test-Simple/t/regression/812-todo\nPASS: cpan/Test-Simple/t/regression/817-subtest-todo\nPASS: cpan/Test-Simple/t/regression/862-intercept_tb_todo\nPASS: cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered\nPASS: cpan/Test-Simple/t/regression/builder_does_not_init\nPASS: cpan/Test-Simple/t/regression/errors_facet\nPASS: cpan/Test-Simple/t/regression/fork_first\nPASS: cpan/Test-Simple/t/regression/inherit_trace\nPASS: cpan/Test-Simple/t/regression/no_name_in_subtest\nPASS: cpan/Test-Simple/t/regression/skip_reason_object_ipc\nPASS: cpan/Test-Simple/t/regression/todo_and_facets\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_fork\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_plan\nSKIP: cpan/Test-Simple/t/Test2/acceptance/try_it_skip\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_threads\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_todo\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_a\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_b\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_c\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_d\nPASS: cpan/Test-Simple/t/Test2/behavior/err_var\nPASS: cpan/Test-Simple/t/Test2/behavior/Formatter\nPASS: cpan/Test-Simple/t/Test2/behavior/init_croak\nPASS: cpan/Test-Simple/t/Test2/behavior/intercept\nPASS: cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout\nPASS: cpan/Test-Simple/t/Test2/behavior/nested_context_exception\nPASS: cpan/Test-Simple/t/Test2/behavior/no_load_api\nPASS: cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit\nPASS: cpan/Test-Simple/t/Test2/behavior/special_names\nPASS: cpan/Test-Simple/t/Test2/behavior/subtest_bailout\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_callback\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_events\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_plan\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_todo\nPASS: cpan/Test-Simple/t/Test2/behavior/Taint\nPASS: cpan/Test-Simple/t/Test2/behavior/trace_signature\nPASS: cpan/Test-Simple/t/Test2/behavior/trace_stamps\nPASS: cpan/Test-Simple/t/Test2/behavior/uuid\nPASS: cpan/Test-Simple/t/Test2/legacy/TAP\nPASS: cpan/Test-Simple/t/Test2/modules/API\nPASS: cpan/Test-Simple/t/Test2/modules/API/Breakage\nPASS: cpan/Test-Simple/t/Test2/modules/API/Context\nPASS: cpan/Test-Simple/t/Test2/modules/API/Instance\nPASS: cpan/Test-Simple/t/Test2/modules/API/InterceptResult\nPASS: cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event\nPASS: cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher\nPASS: cpan/Test-Simple/t/Test2/modules/API/Stack\nPASS: cpan/Test-Simple/t/Test2/modules/Event\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Bail\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Diag\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Encoding\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Exception\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Fail\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Generic\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Note\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Ok\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Pass\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Plan\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Skip\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Subtest\nPASS: cpan/Test-Simple/t/Test2/modules/Event/TAP/Version\nPASS: cpan/Test-Simple/t/Test2/modules/Event/V2\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Waiting\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/About\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Assert\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Control\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Error\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Info\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Meta\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Parent\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Plan\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Trace\nPASS: cpan/Test-Simple/t/Test2/modules/Formatter/TAP\nPASS: cpan/Test-Simple/t/Test2/modules/Hub\nPASS: cpan/Test-Simple/t/Test2/modules/Hub/Interceptor\nPASS: cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator\nPASS: cpan/Test-Simple/t/Test2/modules/Hub/Subtest\nPASS: cpan/Test-Simple/t/Test2/modules/IPC\nPASS: cpan/Test-Simple/t/Test2/modules/IPC/Driver\nPASS: cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files\nPASS: cpan/Test-Simple/t/Test2/modules/Tools/Tiny\nPASS: cpan/Test-Simple/t/Test2/modules/Util\nPASS: cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta\nPASS: cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy\nPASS: cpan/Test-Simple/t/Test2/modules/Util/Trace\nPASS: cpan/Test-Simple/t/Test2/regression/693_ipc_ordering\nPASS: cpan/Test-Simple/t/Test2/regression/746-forking-subtest\nPASS: cpan/Test-Simple/t/Test2/regression/gh_16\nSKIP: cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit\nPASS: cpan/Test2-Suite/t/acceptance/OO\nPASS: cpan/Test2-Suite/t/acceptance/skip\nPASS: cpan/Test2-Suite/t/acceptance/spec\nPASS: cpan/Test2-Suite/t/acceptance/Tools\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5\nPASS: cpan/Test2-Suite/t/behavior/async_trace\nPASS: cpan/Test2-Suite/t/behavior/filtering\nPASS: cpan/Test2-Suite/t/behavior/Mocking\nPASS: cpan/Test2-Suite/t/behavior/no_done_testing\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_any\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_no_fork\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_no_iso\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_no_threads\nPASS: cpan/Test2-Suite/t/behavior/simple\nPASS: cpan/Test2-Suite/t/load_manual\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest/Hub\nPASS: cpan/Test2-Suite/t/modules/Bundle\nPASS: cpan/Test2-Suite/t/modules/Bundle/Extended\nPASS: cpan/Test2-Suite/t/modules/Bundle/More\nPASS: cpan/Test2-Suite/t/modules/Bundle/Simple\nPASS: cpan/Test2-Suite/t/modules/Compare\nPASS: cpan/Test2-Suite/t/modules/Compare/Array\nPASS: cpan/Test2-Suite/t/modules/Compare/Bag\nPASS: cpan/Test2-Suite/t/modules/Compare/Base\nPASS: cpan/Test2-Suite/t/modules/Compare/Bool\nPASS: cpan/Test2-Suite/t/modules/Compare/Custom\nPASS: cpan/Test2-Suite/t/modules/Compare/Delta\nPASS: cpan/Test2-Suite/t/modules/Compare/Event\nPASS: cpan/Test2-Suite/t/modules/Compare/EventMeta\nPASS: cpan/Test2-Suite/t/modules/Compare/Float\nPASS: cpan/Test2-Suite/t/modules/Compare/Hash\nPASS: cpan/Test2-Suite/t/modules/Compare/Isa\nPASS: cpan/Test2-Suite/t/modules/Compare/Meta\nPASS: cpan/Test2-Suite/t/modules/Compare/Number\nPASS: cpan/Test2-Suite/t/modules/Compare/Object\nPASS: cpan/Test2-Suite/t/modules/Compare/OrderedSubset\nPASS: cpan/Test2-Suite/t/modules/Compare/Pattern\nPASS: cpan/Test2-Suite/t/modules/Compare/Ref\nPASS: cpan/Test2-Suite/t/modules/Compare/Regex\nPASS: cpan/Test2-Suite/t/modules/Compare/Scalar\nPASS: cpan/Test2-Suite/t/modules/Compare/Set\nPASS: cpan/Test2-Suite/t/modules/Compare/String\nPASS: cpan/Test2-Suite/t/modules/Compare/Undef\nPASS: cpan/Test2-Suite/t/modules/Compare/Wildcard\nPASS: cpan/Test2-Suite/t/modules/Mock\nPASS: cpan/Test2-Suite/t/modules/Plugin\nPASS: cpan/Test2-Suite/t/modules/Plugin/BailOnFail\nPASS: cpan/Test2-Suite/t/modules/Plugin/DieOnFail\nPASS: cpan/Test2-Suite/t/modules/Plugin/ExitSummary\nPASS: cpan/Test2-Suite/t/modules/Plugin/SRand\nPASS: cpan/Test2-Suite/t/modules/Plugin/Times\nPASS: cpan/Test2-Suite/t/modules/Plugin/UTF8\nPASS: cpan/Test2-Suite/t/modules/Require\nPASS: cpan/Test2-Suite/t/modules/Require/AuthorTesting\nPASS: cpan/Test2-Suite/t/modules/Require/AutomatedTesting\nPASS: cpan/Test2-Suite/t/modules/Require/EnvVar\nPASS: cpan/Test2-Suite/t/modules/Require/ExtendedTesting\nPASS: cpan/Test2-Suite/t/modules/Require/Fork\nPASS: cpan/Test2-Suite/t/modules/Require/Module\nPASS: cpan/Test2-Suite/t/modules/Require/NonInteractiveTesting\nPASS: cpan/Test2-Suite/t/modules/Require/Perl\nPASS: cpan/Test2-Suite/t/modules/Require/RealFork\nPASS: cpan/Test2-Suite/t/modules/Require/ReleaseTesting\nPASS: cpan/Test2-Suite/t/modules/Require/Threads\nPASS: cpan/Test2-Suite/t/modules/Suite\nPASS: cpan/Test2-Suite/t/modules/Todo\nPASS: cpan/Test2-Suite/t/modules/Tools\nPASS: cpan/Test2-Suite/t/modules/Tools/AsyncSubtest\nPASS: cpan/Test2-Suite/t/modules/Tools/Basic\nPASS: cpan/Test2-Suite/t/modules/Tools/Class\nPASS: cpan/Test2-Suite/t/modules/Tools/ClassicCompare\nPASS: cpan/Test2-Suite/t/modules/Tools/ClassicCompare2\nPASS: cpan/Test2-Suite/t/modules/Tools/Compare\nPASS: cpan/Test2-Suite/t/modules/Tools/Defer\nPASS: cpan/Test2-Suite/t/modules/Tools/Encoding\nPASS: cpan/Test2-Suite/t/modules/Tools/Event\nPASS: cpan/Test2-Suite/t/modules/Tools/Exception\nPASS: cpan/Test2-Suite/t/modules/Tools/Exports\nPASS: cpan/Test2-Suite/t/modules/Tools/GenTemp\nPASS: cpan/Test2-Suite/t/modules/Tools/Grab\nPASS: cpan/Test2-Suite/t/modules/Tools/Mock\nPASS: cpan/Test2-Suite/t/modules/Tools/Ref\nSKIP: cpan/Test2-Suite/t/modules/Tools/Spec\nPASS: cpan/Test2-Suite/t/modules/Tools/Subtest\nPASS: cpan/Test2-Suite/t/modules/Tools/Target\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes\nPASS: cpan/Test2-Suite/t/modules/Tools/Tester\nPASS: cpan/Test2-Suite/t/modules/Tools/Warnings\nPASS: cpan/Test2-Suite/t/modules/Util/Grabber\nPASS: cpan/Test2-Suite/t/modules/Util/Ref\nPASS: cpan/Test2-Suite/t/modules/Util/Stash\nPASS: cpan/Test2-Suite/t/modules/Util/Sub\nPASS: cpan/Test2-Suite/t/modules/Util/Table\nPASS: cpan/Test2-Suite/t/modules/Util/Table/Cell\nPASS: cpan/Test2-Suite/t/modules/Util/Table/LineBreak\nPASS: cpan/Test2-Suite/t/modules/Util/Times\nPASS: cpan/Test2-Suite/t/modules/V0\nSKIP: cpan/Test2-Suite/t/modules/Workflow\nSKIP: cpan/Test2-Suite/t/modules/Workflow/BlockBase\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Build\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Runner\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Task\nPASS: cpan/Test2-Suite/t/modules/Workflow/Task/Action\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Task/Group\nPASS: cpan/Test2-Suite/t/regression/10-set_and_dne\nSKIP: cpan/Test2-Suite/t/regression/132-bool\nSKIP: cpan/Test2-Suite/t/regression/247_check_ref_bool\nPASS: cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More\nPASS: cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare\nPASS: cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare\nPASS: cpan/Test2-Suite/t/regression/285-wrap-nonexisting\nPASS: cpan/Test2-Suite/t/regression/289-compare-array-bounds\nPASS: cpan/Test2-Suite/t/regression/291-async-subtest-done-testing\nPASS: cpan/Test2-Suite/t/regression/43-bag-on-empty\nPASS: cpan/Test2-Suite/t/regression/async_subtest_missing_parent\nPASS: cpan/Test2-Suite/t/regression/Test2-Mock\nPASS: cpan/Test2-Suite/t/regression/Test2-Tools-Class\nPASS: cpan/Test2-Suite/t/regression/todo_and_facets\nPASS: cpan/Test2-Suite/t/regression/utf8-mock\nPASS: cpan/Text-Balanced/t/01_compile\nPASS: cpan/Text-Balanced/t/02_extbrk\nPASS: cpan/Text-Balanced/t/03_extcbk\nPASS: cpan/Text-Balanced/t/04_extdel\nPASS: cpan/Text-Balanced/t/05_extmul\nPASS: cpan/Text-Balanced/t/06_extqlk\nPASS: cpan/Text-Balanced/t/07_exttag\nPASS: cpan/Text-Balanced/t/08_extvar\nPASS: cpan/Text-Balanced/t/09_gentag\nSKIP: cpan/Text-Balanced/t/94_changes\nSKIP: cpan/Text-Balanced/t/95_critic\nSKIP: cpan/Text-Balanced/t/96_pmv\nSKIP: cpan/Text-Balanced/t/97_pod\nSKIP: cpan/Text-Balanced/t/98_pod_coverage\nPASS: cpan/Text-ParseWords/t/ParseWords\nSKIP: cpan/Text-ParseWords/t/taint\nPASS: cpan/Text-Tabs/t/124024\nPASS: cpan/Text-Tabs/t/148291\nPASS: cpan/Text-Tabs/t/37000\nPASS: cpan/Text-Tabs/t/39548\nPASS: cpan/Text-Tabs/t/79766\nPASS: cpan/Text-Tabs/t/95823\nPASS: cpan/Text-Tabs/t/belg4mit\nPASS: cpan/Text-Tabs/t/dandv\nPASS: cpan/Text-Tabs/t/fill\nPASS: cpan/Text-Tabs/t/Jacobson\nPASS: cpan/Text-Tabs/t/Jacobson2\nPASS: cpan/Text-Tabs/t/Jochen\nPASS: cpan/Text-Tabs/t/sep\nPASS: cpan/Text-Tabs/t/sep2\nPASS: cpan/Text-Tabs/t/tabs\nPASS: cpan/Text-Tabs/t/Tabs-ElCid\nPASS: cpan/Text-Tabs/t/undef\nPASS: cpan/Text-Tabs/t/wrap\nPASS: cpan/Text-Tabs/t/Wrap-JLB\nPASS: cpan/Text-Tabs/t/wrap_separator2\nPASS: cpan/Tie-RefHash/t/rebless\nPASS: cpan/Tie-RefHash/t/refhash\nPASS: cpan/Tie-RefHash/t/storable\nPASS: cpan/Tie-RefHash/t/threaded\nPASS: cpan/Time-Local/t/Local\nPASS: cpan/Time-Piece/t/01base\nPASS: cpan/Time-Piece/t/02core\nSKIP: cpan/Time-Piece/t/02core_dst\nPASS: cpan/Time-Piece/t/03compare\nPASS: cpan/Time-Piece/t/04mjd\nPASS: cpan/Time-Piece/t/05overload\nSKIP: cpan/Time-Piece/t/06large\nPASS: cpan/Time-Piece/t/06subclass\nPASS: cpan/Time-Piece/t/07arith\nPASS: cpan/Time-Piece/t/08truncate\nSKIP: cpan/Time-Piece/t/09locales\nPASS: cpan/Time-Piece/t/10overload\nPASS: cpan/Time-Piece/t/99legacy\nPASS: cpan/Unicode-Collate/t/altern\nPASS: cpan/Unicode-Collate/t/backwds\nPASS: cpan/Unicode-Collate/t/cjk_b5\nPASS: cpan/Unicode-Collate/t/cjk_gb\nPASS: cpan/Unicode-Collate/t/cjk_ja\nPASS: cpan/Unicode-Collate/t/cjk_ko\nPASS: cpan/Unicode-Collate/t/cjk_py\nPASS: cpan/Unicode-Collate/t/cjk_st\nPASS: cpan/Unicode-Collate/t/cjk_zy\nPASS: cpan/Unicode-Collate/t/cjkrange\nPASS: cpan/Unicode-Collate/t/compatui\nPASS: cpan/Unicode-Collate/t/contract\nPASS: cpan/Unicode-Collate/t/default\nPASS: cpan/Unicode-Collate/t/hangtype\nPASS: cpan/Unicode-Collate/t/hangul\nPASS: cpan/Unicode-Collate/t/ident\nPASS: cpan/Unicode-Collate/t/iglevel2\nPASS: cpan/Unicode-Collate/t/ignor\nPASS: cpan/Unicode-Collate/t/illegal\nPASS: cpan/Unicode-Collate/t/illegalp\nPASS: cpan/Unicode-Collate/t/index\nPASS: cpan/Unicode-Collate/t/khitan\nPASS: cpan/Unicode-Collate/t/loc_af\nPASS: cpan/Unicode-Collate/t/loc_ar\nPASS: cpan/Unicode-Collate/t/loc_as\nPASS: cpan/Unicode-Collate/t/loc_az\nPASS: cpan/Unicode-Collate/t/loc_be\nPASS: cpan/Unicode-Collate/t/loc_bg\nPASS: cpan/Unicode-Collate/t/loc_bn\nPASS: cpan/Unicode-Collate/t/loc_bs\nPASS: cpan/Unicode-Collate/t/loc_bscy\nPASS: cpan/Unicode-Collate/t/loc_ca\nPASS: cpan/Unicode-Collate/t/loc_cjk\nPASS: cpan/Unicode-Collate/t/loc_cjkc\nPASS: cpan/Unicode-Collate/t/loc_cs\nPASS: cpan/Unicode-Collate/t/loc_cu\nPASS: cpan/Unicode-Collate/t/loc_cy\nPASS: cpan/Unicode-Collate/t/loc_cyrl\nPASS: cpan/Unicode-Collate/t/loc_da\nPASS: cpan/Unicode-Collate/t/loc_de\nPASS: cpan/Unicode-Collate/t/loc_deat\nPASS: cpan/Unicode-Collate/t/loc_deph\nPASS: cpan/Unicode-Collate/t/loc_dsb\nPASS: cpan/Unicode-Collate/t/loc_ee\nPASS: cpan/Unicode-Collate/t/loc_eo\nPASS: cpan/Unicode-Collate/t/loc_es\nPASS: cpan/Unicode-Collate/t/loc_estr\nPASS: cpan/Unicode-Collate/t/loc_et\nPASS: cpan/Unicode-Collate/t/loc_fa\nPASS: cpan/Unicode-Collate/t/loc_fi\nPASS: cpan/Unicode-Collate/t/loc_fil\nPASS: cpan/Unicode-Collate/t/loc_fiph\nPASS: cpan/Unicode-Collate/t/loc_fo\nPASS: cpan/Unicode-Collate/t/loc_fr\nPASS: cpan/Unicode-Collate/t/loc_frca\nPASS: cpan/Unicode-Collate/t/loc_gu\nPASS: cpan/Unicode-Collate/t/loc_ha\nPASS: cpan/Unicode-Collate/t/loc_haw\nPASS: cpan/Unicode-Collate/t/loc_he\nPASS: cpan/Unicode-Collate/t/loc_hi\nPASS: cpan/Unicode-Collate/t/loc_hr\nPASS: cpan/Unicode-Collate/t/loc_hu\nPASS: cpan/Unicode-Collate/t/loc_hy\nPASS: cpan/Unicode-Collate/t/loc_ig\nPASS: cpan/Unicode-Collate/t/loc_is\nPASS: cpan/Unicode-Collate/t/loc_ja\nPASS: cpan/Unicode-Collate/t/loc_jait\nPASS: cpan/Unicode-Collate/t/loc_japr\nPASS: cpan/Unicode-Collate/t/loc_kk\nPASS: cpan/Unicode-Collate/t/loc_kl\nPASS: cpan/Unicode-Collate/t/loc_kn\nPASS: cpan/Unicode-Collate/t/loc_ko\nPASS: cpan/Unicode-Collate/t/loc_kok\nPASS: cpan/Unicode-Collate/t/loc_lkt\nPASS: cpan/Unicode-Collate/t/loc_ln\nPASS: cpan/Unicode-Collate/t/loc_lt\nPASS: cpan/Unicode-Collate/t/loc_lv\nPASS: cpan/Unicode-Collate/t/loc_mk\nPASS: cpan/Unicode-Collate/t/loc_ml\nPASS: cpan/Unicode-Collate/t/loc_mncy\nPASS: cpan/Unicode-Collate/t/loc_mr\nPASS: cpan/Unicode-Collate/t/loc_mt\nPASS: cpan/Unicode-Collate/t/loc_nb\nPASS: cpan/Unicode-Collate/t/loc_nn\nPASS: cpan/Unicode-Collate/t/loc_nso\nPASS: cpan/Unicode-Collate/t/loc_om\nPASS: cpan/Unicode-Collate/t/loc_or\nPASS: cpan/Unicode-Collate/t/loc_pa\nPASS: cpan/Unicode-Collate/t/loc_pl\nPASS: cpan/Unicode-Collate/t/loc_ro\nPASS: cpan/Unicode-Collate/t/loc_ru\nPASS: cpan/Unicode-Collate/t/loc_sa\nPASS: cpan/Unicode-Collate/t/loc_se\nPASS: cpan/Unicode-Collate/t/loc_si\nPASS: cpan/Unicode-Collate/t/loc_sidt\nPASS: cpan/Unicode-Collate/t/loc_sk\nPASS: cpan/Unicode-Collate/t/loc_sl\nPASS: cpan/Unicode-Collate/t/loc_sq\nPASS: cpan/Unicode-Collate/t/loc_sr\nPASS: cpan/Unicode-Collate/t/loc_srla\nPASS: cpan/Unicode-Collate/t/loc_sv\nPASS: cpan/Unicode-Collate/t/loc_svrf\nPASS: cpan/Unicode-Collate/t/loc_sw\nPASS: cpan/Unicode-Collate/t/loc_ta\nPASS: cpan/Unicode-Collate/t/loc_te\nPASS: cpan/Unicode-Collate/t/loc_test\nPASS: cpan/Unicode-Collate/t/loc_th\nPASS: cpan/Unicode-Collate/t/loc_tn\nPASS: cpan/Unicode-Collate/t/loc_to\nPASS: cpan/Unicode-Collate/t/loc_tr\nPASS: cpan/Unicode-Collate/t/loc_ugcy\nPASS: cpan/Unicode-Collate/t/loc_uk\nPASS: cpan/Unicode-Collate/t/loc_ur\nPASS: cpan/Unicode-Collate/t/loc_vi\nPASS: cpan/Unicode-Collate/t/loc_vo\nPASS: cpan/Unicode-Collate/t/loc_wae\nPASS: cpan/Unicode-Collate/t/loc_wo\nPASS: cpan/Unicode-Collate/t/loc_yo\nPASS: cpan/Unicode-Collate/t/loc_zh\nPASS: cpan/Unicode-Collate/t/loc_zhb5\nPASS: cpan/Unicode-Collate/t/loc_zhgb\nPASS: cpan/Unicode-Collate/t/loc_zhpy\nPASS: cpan/Unicode-Collate/t/loc_zhst\nPASS: cpan/Unicode-Collate/t/loc_zhzy\nPASS: cpan/Unicode-Collate/t/nonchar\nPASS: cpan/Unicode-Collate/t/normal\nPASS: cpan/Unicode-Collate/t/notable\nPASS: cpan/Unicode-Collate/t/nushu\nPASS: cpan/Unicode-Collate/t/overcjk0\nPASS: cpan/Unicode-Collate/t/overcjk1\nPASS: cpan/Unicode-Collate/t/override\nPASS: cpan/Unicode-Collate/t/rearrang\nPASS: cpan/Unicode-Collate/t/rewrite\nPASS: cpan/Unicode-Collate/t/tangut\nPASS: cpan/Unicode-Collate/t/test\nPASS: cpan/Unicode-Collate/t/trailwt\nPASS: cpan/Unicode-Collate/t/variable\nPASS: cpan/Unicode-Collate/t/version\nPASS: cpan/Unicode-Collate/t/view\nPASS: cpan/version/t/01base\nPASS: cpan/version/t/02derived\nPASS: cpan/version/t/03require\nPASS: cpan/version/t/04strict_lax\nPASS: cpan/version/t/05sigdie\nPASS: cpan/version/t/06noop\nPASS: cpan/version/t/07locale\nPASS: cpan/version/t/08_corelist\nPASS: cpan/version/t/09_list_util\nPASS: cpan/version/t/10_lyon\nSKIP: cpan/version/t/11_taint\nPASS: t/perf/benchmarks\nPASS: t/perf/opcount\nPASS: t/perf/optree\nPASS: t/perf/speed\nPASS: t/perf/taint\nSKIP: t/porting/FindExt\nSKIP: t/porting/args_assert\nSKIP: t/porting/authors\nSKIP: t/porting/bench\nPASS: t/porting/bench_selftest\nPASS: t/porting/bincompat\nPASS: t/porting/checkcase\nSKIP: t/porting/checkcfgvar\nSKIP: t/porting/cmp_version\nSKIP: t/porting/copyright\nPASS: t/porting/corelist\nSKIP: t/porting/customized\nPASS: t/porting/deprecation\nSKIP: t/porting/diag\nSKIP: t/porting/dual-life\nSKIP: t/porting/exec-bit\nSKIP: t/porting/extrefs\nPASS: t/porting/filenames\nSKIP: t/porting/globvar\nPASS: t/porting/header_parser\nSKIP: t/porting/libperl\nSKIP: t/porting/maintainers\nPASS: t/porting/makerel\nSKIP: t/porting/manifest\nSKIP: t/porting/perlfunc\nSKIP: t/porting/pod_rules\nSKIP: t/porting/podcheck\nPASS: t/porting/re_context\nPASS: t/porting/readme\nSKIP: t/porting/regen\nSKIP: t/porting/ss_dup\nPASS: t/porting/test_bootstrap\nPASS: t/porting/test_testlist\nSKIP: t/porting/update_authors\nSKIP: t/porting/utils\nAll tests successful.\nElapsed: 692 sec\nu=6.33  s=3.30  cu=363.55  cs=30.73  scripts=2690  tests=1098082\nDURATION: 692\nEND: /usr/lib/perl/ptest\n2025-06-16T11:46\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "perl": {
     "duration": "692",
     "log": "START: ptest-runner\n2025-06-16T11:35\nPASS: t/test_pl/_num_to_alpha\nPASS: t/test_pl/can_isa_ok\nSKIP: t/test_pl/plan_skip_all\nPASS: t/test_pl/tempfile\nPASS: t/base/cond\nPASS: t/base/if\nPASS: t/base/lex\nPASS: t/base/num\nPASS: t/base/pat\nPASS: t/base/rs\nPASS: t/base/term\nPASS: t/base/translate\nPASS: t/base/while\nPASS: t/comp/bproto\nPASS: t/comp/cmdopt\nPASS: t/comp/colon\nPASS: t/comp/decl\nPASS: t/comp/filter_exception\nPASS: t/comp/final_line_num\nPASS: t/comp/fold\nPASS: t/comp/form_scope\nPASS: t/comp/hints\nPASS: t/comp/line_debug\nPASS: t/comp/multiline\nPASS: t/comp/opsubs\nPASS: t/comp/our\nPASS: t/comp/package\nPASS: t/comp/package_block\nPASS: t/comp/parser\nPASS: t/comp/parser_run\nPASS: t/comp/proto\nPASS: t/comp/redef\nPASS: t/comp/require\nPASS: t/comp/retainedlines\nPASS: t/comp/term\nPASS: t/comp/uproto\nPASS: t/comp/use\nPASS: t/comp/utf\nPASS: t/run/cloexec\nSKIP: t/run/dtrace\nPASS: t/run/exit\nPASS: t/run/fresh_perl\nPASS: t/run/locale\nPASS: t/run/noswitch\nPASS: t/run/runenv\nPASS: t/run/runenv_hashseed\nPASS: t/run/runenv_randseed\nPASS: t/run/script\nPASS: t/run/switch0\nPASS: t/run/switchC\nSKIP: t/run/switchDx\nPASS: t/run/switchF\nPASS: t/run/switchF1\nPASS: t/run/switchF2\nPASS: t/run/switchI\nPASS: t/run/switchM\nPASS: t/run/switcha\nPASS: t/run/switchd-78586\nPASS: t/run/switchd\nPASS: t/run/switches\nPASS: t/run/switchn\nPASS: t/run/switchp\nPASS: t/run/switcht\nPASS: t/run/switchx\nPASS: t/cmd/elsif\nPASS: t/cmd/for\nPASS: t/cmd/mod\nPASS: t/cmd/subval\nPASS: t/cmd/switch\nPASS: t/io/argv\nPASS: t/io/binmode\nPASS: t/io/bom\nPASS: t/io/closepid\nPASS: t/io/crlf\nPASS: t/io/crlf_through\nPASS: t/io/data\nPASS: t/io/defout\nPASS: t/io/dup\nSKIP: t/io/eintr\nSKIP: t/io/eintr_print\nPASS: t/io/errno\nPASS: t/io/errnosig\nPASS: t/io/fflush\nPASS: t/io/fs\nSKIP: t/io/getcwd\nPASS: t/io/inplace\nPASS: t/io/iofile\nPASS: t/io/iprefix\nPASS: t/io/layers\nPASS: t/io/msg\nPASS: t/io/nargv\nPASS: t/io/open\nPASS: t/io/openpid\nPASS: t/io/paragraph_mode\nPASS: t/io/perlio\nPASS: t/io/perlio_fail\nPASS: t/io/perlio_leaks\nPASS: t/io/perlio_open\nPASS: t/io/pipe\nPASS: t/io/print\nPASS: t/io/pvbm\nPASS: t/io/read\nPASS: t/io/say\nPASS: t/io/scalar\nPASS: t/io/scalar_ungetc\nPASS: t/io/sem\nPASS: t/io/semctl\nPASS: t/io/shm\nPASS: t/io/socket\nPASS: t/io/socketpair\nPASS: t/io/tell\nPASS: t/io/through\nPASS: t/io/utf8\nPASS: t/re/alpha_assertions\nPASS: t/re/anyof\nPASS: t/re/begin-once\nPASS: t/re/bigfuzzy_not_utf8\nPASS: t/re/charset\nSKIP: t/re/fold_grind_8\nSKIP: t/re/fold_grind_T\nPASS: t/re/fold_grind_a\nPASS: t/re/fold_grind_aa\nPASS: t/re/fold_grind_d\nPASS: t/re/fold_grind_l\nPASS: t/re/fold_grind_u\nPASS: t/re/keep_tabs\nPASS: t/re/no_utf8_pm\nPASS: t/re/opt\nPASS: t/re/overload\nPASS: t/re/pat\nPASS: t/re/pat_advanced\nPASS: t/re/pat_advanced_thr\nPASS: t/re/pat_psycho\nPASS: t/re/pat_psycho_thr\nPASS: t/re/pat_re_eval\nPASS: t/re/pat_re_eval_thr\nPASS: t/re/pat_rt_report\nPASS: t/re/pat_rt_report_thr\nPASS: t/re/pat_special_cc\nPASS: t/re/pat_special_cc_thr\nPASS: t/re/pat_thr\nPASS: t/re/pos\nPASS: t/re/qr-72922\nPASS: t/re/qr\nPASS: t/re/qr_gc\nPASS: t/re/qrstack\nPASS: t/re/recompile\nPASS: t/re/reg_60508\nPASS: t/re/reg_email\nPASS: t/re/reg_email_thr\nPASS: t/re/reg_eval\nPASS: t/re/reg_eval_scope\nPASS: t/re/reg_fold\nPASS: t/re/reg_mesg\nPASS: t/re/reg_namedcapture\nPASS: t/re/reg_nc_tie\nPASS: t/re/reg_nocapture\nPASS: t/re/reg_pmod\nPASS: t/re/reg_posixcc\nPASS: t/re/regex_sets\nPASS: t/re/regex_sets_compat\nPASS: t/re/regexp\nPASS: t/re/regexp_noamp\nPASS: t/re/regexp_nonull\nPASS: t/re/regexp_normal\nPASS: t/re/regexp_notrie\nPASS: t/re/regexp_qr\nPASS: t/re/regexp_qr_embed\nPASS: t/re/regexp_qr_embed_thr\nPASS: t/re/regexp_trielist\nPASS: t/re/regexp_unicode_prop\nPASS: t/re/regexp_unicode_prop_thr\nPASS: t/re/rt122747\nPASS: t/re/rxcode\nPASS: t/re/script_run\nPASS: t/re/speed\nPASS: t/re/speed_thr\nPASS: t/re/stclass_threads\nPASS: t/re/subst\nPASS: t/re/substT\nPASS: t/re/subst_amp\nPASS: t/re/subst_wamp\nPASS: t/re/uniprops01\nPASS: t/re/uniprops02\nPASS: t/re/uniprops03\nPASS: t/re/uniprops04\nPASS: t/re/uniprops05\nPASS: t/re/uniprops06\nPASS: t/re/uniprops07\nPASS: t/re/uniprops08\nPASS: t/re/uniprops09\nPASS: t/re/uniprops10\nPASS: t/re/user_prop_race_thr\nPASS: t/opbasic/arith\nPASS: t/opbasic/cmp\nPASS: t/opbasic/concat\nPASS: t/opbasic/magic_phase\nPASS: t/opbasic/qq\nPASS: t/op/64bitint\nPASS: t/op/aassign\nPASS: t/op/alarm\nPASS: t/op/anonconst\nPASS: t/op/anonsub\nPASS: t/op/append\nPASS: t/op/args\nPASS: t/op/arith2\nPASS: t/op/array\nPASS: t/op/assignwarn\nPASS: t/op/attrhand\nPASS: t/op/attrproto\nPASS: t/op/attrs\nPASS: t/op/auto\nPASS: t/op/avhv\nPASS: t/op/bless\nPASS: t/op/blocks\nPASS: t/op/bool\nPASS: t/op/bop\nPASS: t/op/caller\nPASS: t/op/catch\nPASS: t/op/chars\nPASS: t/op/chdir\nPASS: t/op/chop\nPASS: t/op/chr\nPASS: t/op/closure\nPASS: t/op/cmpchain\nPASS: t/op/concat2\nPASS: t/op/cond\nPASS: t/op/const-optree\nPASS: t/op/context\nPASS: t/op/coreamp\nPASS: t/op/coresubs\nPASS: t/op/cproto\nPASS: t/op/crypt\nPASS: t/op/current_sub\nPASS: t/op/dbm\nPASS: t/op/decl-refs\nPASS: t/op/defer\nPASS: t/op/defined\nPASS: t/op/defins\nPASS: t/op/delete\nPASS: t/op/die\nPASS: t/op/die_except\nPASS: t/op/die_exit\nPASS: t/op/die_keeperr\nPASS: t/op/die_unwind\nPASS: t/op/do\nPASS: t/op/dor\nSKIP: t/op/dump\nPASS: t/op/each\nPASS: t/op/each_array\nPASS: t/op/eval\nPASS: t/op/evalbytes\nPASS: t/op/exec\nPASS: t/op/exists_sub\nPASS: t/op/exp\nPASS: t/op/fh\nPASS: t/op/filehandle\nPASS: t/op/filetest\nPASS: t/op/filetest_stack_ok\nPASS: t/op/filetest_t\nPASS: t/op/flip\nPASS: t/op/for-many\nPASS: t/op/for\nPASS: t/op/fork\nPASS: t/op/fresh_perl_utf8\nPASS: t/op/getpid\nPASS: t/op/getppid\nPASS: t/op/glob\nPASS: t/op/gmagic\nPASS: t/op/goto\nPASS: t/op/goto_xs\nPASS: t/op/grent\nPASS: t/op/grep\nPASS: t/op/groups\nPASS: t/op/gv\nPASS: t/op/hash-clear-placeholders\nPASS: t/op/hash-rt85026\nPASS: t/op/hash\nPASS: t/op/hashassign\nPASS: t/op/hashwarn\nPASS: t/op/heredoc\nPASS: t/op/hexfp\nPASS: t/op/hook/require\nPASS: t/op/inc\nPASS: t/op/inccode-tie\nPASS: t/op/inccode\nPASS: t/op/incfilter\nPASS: t/op/index\nPASS: t/op/index_thr\nPASS: t/op/infnan\nPASS: t/op/int\nPASS: t/op/isa\nPASS: t/op/join\nPASS: t/op/kill0\nPASS: t/op/kvaslice\nPASS: t/op/kvhslice\nPASS: t/op/lc\nPASS: t/op/leaky-magic\nPASS: t/op/length\nPASS: t/op/lex\nPASS: t/op/lex_assign\nPASS: t/op/lexsub\nSKIP: t/op/lfs\nPASS: t/op/list\nPASS: t/op/local\nPASS: t/op/localref\nPASS: t/op/lock\nPASS: t/op/loopctl\nPASS: t/op/lop\nPASS: t/op/lvref\nPASS: t/op/magic-27839\nPASS: t/op/magic\nPASS: t/op/method\nPASS: t/op/mkdir\nPASS: t/op/multideref\nPASS: t/op/my\nPASS: t/op/my_stash\nPASS: t/op/mydef\nPASS: t/op/negate\nPASS: t/op/not\nPASS: t/op/numconvert\nPASS: t/op/numify\nPASS: t/op/numify_chkflags\nPASS: t/op/oct\nPASS: t/op/or\nPASS: t/op/ord\nPASS: t/op/overload_integer\nPASS: t/op/override\nPASS: t/op/pack\nPASS: t/op/packagev\nPASS: t/op/pos\nPASS: t/op/postfixderef\nPASS: t/op/pow\nPASS: t/op/print\nPASS: t/op/protowarn\nPASS: t/op/push\nPASS: t/op/pwent\nPASS: t/op/qr\nPASS: t/op/quotemeta\nPASS: t/op/rand\nPASS: t/op/range\nPASS: t/op/read\nPASS: t/op/readdir\nPASS: t/op/readline\nPASS: t/op/recurse\nPASS: t/op/ref\nSKIP: t/op/refstack\nPASS: t/op/repeat\nPASS: t/op/require_37033\nPASS: t/op/require_errors\nPASS: t/op/require_gh20577\nPASS: t/op/require_override\nPASS: t/op/reset\nPASS: t/op/reverse\nPASS: t/op/rt119311\nPASS: t/op/runlevel\nPASS: t/op/select\nPASS: t/op/setpgrpstack\nPASS: t/op/sigdispatch\nPASS: t/op/signame_canonical\nPASS: t/op/signatures\nPASS: t/op/sigsystem\nPASS: t/op/sleep\nPASS: t/op/smartkve\nPASS: t/op/smartmatch\nPASS: t/op/sort\nPASS: t/op/splice\nPASS: t/op/split\nPASS: t/op/split_unicode\nPASS: t/op/sprintf\nPASS: t/op/sprintf2\nPASS: t/op/srand\nPASS: t/op/sselect\nPASS: t/op/stash\nPASS: t/op/stash_parse_gv\nPASS: t/op/stat\nPASS: t/op/stat_errors\nPASS: t/op/state\nPASS: t/op/study\nPASS: t/op/studytied\nPASS: t/op/sub\nPASS: t/op/sub_lval\nPASS: t/op/substr\nPASS: t/op/substr_thr\nPASS: t/op/svflags\nPASS: t/op/svleak\nPASS: t/op/switch\nPASS: t/op/symbolcache\nPASS: t/op/sysio\nPASS: t/op/taint\nPASS: t/op/threads-dirh\nPASS: t/op/threads\nPASS: t/op/tie\nPASS: t/op/tie_fetch_count\nPASS: t/op/tiearray\nPASS: t/op/tiehandle\nPASS: t/op/tiehash\nPASS: t/op/time\nPASS: t/op/time_loop\nPASS: t/op/tr\nPASS: t/op/tr_latin1\nPASS: t/op/try\nPASS: t/op/undef\nPASS: t/op/universal\nPASS: t/op/unlink\nPASS: t/op/unshift\nPASS: t/op/upgrade\nPASS: t/op/utf8cache\nPASS: t/op/utf8decode\nPASS: t/op/utf8magic\nPASS: t/op/utfhash\nPASS: t/op/utftaint\nPASS: t/op/vec\nPASS: t/op/ver\nPASS: t/op/waitpid\nPASS: t/op/wantarray\nPASS: t/op/warn\nPASS: t/op/while\nPASS: t/op/write\nPASS: t/op/yadayada\nPASS: t/uni/attrs\nPASS: t/uni/bless\nPASS: t/uni/caller\nPASS: t/uni/chomp\nPASS: t/uni/class\nPASS: t/uni/eval\nPASS: t/uni/fold\nPASS: t/uni/goto\nSKIP: t/uni/greek\nPASS: t/uni/gv\nPASS: t/uni/labels\nSKIP: t/uni/latin2\nPASS: t/uni/lex_utf8\nPASS: t/uni/lower\nPASS: t/uni/method\nPASS: t/uni/opcroak\nPASS: t/uni/overload\nPASS: t/uni/package\nPASS: t/uni/parser\nPASS: t/uni/readline\nPASS: t/uni/select\nPASS: t/uni/sprintf\nPASS: t/uni/stash\nPASS: t/uni/tie\nPASS: t/uni/title\nPASS: t/uni/tr_utf8\nPASS: t/uni/universal\nPASS: t/uni/upper\nPASS: t/uni/variables\nPASS: t/uni/write\nPASS: t/mro/basic\nPASS: t/mro/basic_01_c3\nPASS: t/mro/basic_01_c3_utf8\nPASS: t/mro/basic_01_dfs\nPASS: t/mro/basic_01_dfs_utf8\nPASS: t/mro/basic_02_c3\nPASS: t/mro/basic_02_c3_utf8\nPASS: t/mro/basic_02_dfs\nPASS: t/mro/basic_02_dfs_utf8\nPASS: t/mro/basic_03_c3\nPASS: t/mro/basic_03_c3_utf8\nPASS: t/mro/basic_03_dfs\nPASS: t/mro/basic_03_dfs_utf8\nPASS: t/mro/basic_04_c3\nPASS: t/mro/basic_04_c3_utf8\nPASS: t/mro/basic_04_dfs\nPASS: t/mro/basic_04_dfs_utf8\nPASS: t/mro/basic_05_c3\nPASS: t/mro/basic_05_c3_utf8\nPASS: t/mro/basic_05_dfs\nPASS: t/mro/basic_05_dfs_utf8\nPASS: t/mro/basic_utf8\nPASS: t/mro/c3_with_overload\nPASS: t/mro/c3_with_overload_utf8\nPASS: t/mro/complex_c3\nPASS: t/mro/complex_c3_utf8\nPASS: t/mro/complex_dfs\nPASS: t/mro/complex_dfs_utf8\nPASS: t/mro/dbic_c3\nPASS: t/mro/dbic_c3_utf8\nPASS: t/mro/dbic_dfs\nPASS: t/mro/dbic_dfs_utf8\nPASS: t/mro/inconsistent_c3\nPASS: t/mro/inconsistent_c3_utf8\nPASS: t/mro/isa_aliases\nPASS: t/mro/isa_aliases_utf8\nPASS: t/mro/isa_c3\nPASS: t/mro/isa_c3_utf8\nPASS: t/mro/isa_dfs\nPASS: t/mro/isa_dfs_utf8\nPASS: t/mro/isarev\nPASS: t/mro/isarev_utf8\nPASS: t/mro/method_caching\nPASS: t/mro/method_caching_utf8\nPASS: t/mro/next_NEXT\nPASS: t/mro/next_NEXT_utf8\nPASS: t/mro/next_edgecases\nPASS: t/mro/next_edgecases_utf8\nPASS: t/mro/next_goto\nPASS: t/mro/next_goto_utf8\nPASS: t/mro/next_inanon\nPASS: t/mro/next_inanon_utf8\nPASS: t/mro/next_ineval\nPASS: t/mro/next_ineval_utf8\nPASS: t/mro/next_method\nPASS: t/mro/next_method_utf8\nPASS: t/mro/next_skip\nPASS: t/mro/next_skip_utf8\nPASS: t/mro/overload_c3\nPASS: t/mro/overload_c3_utf8\nPASS: t/mro/overload_dfs\nPASS: t/mro/package_aliases\nPASS: t/mro/package_aliases_utf8\nPASS: t/mro/pkg_gen\nPASS: t/mro/pkg_gen_utf8\nPASS: t/mro/recursion_c3\nPASS: t/mro/recursion_c3_utf8\nPASS: t/mro/recursion_dfs\nPASS: t/mro/recursion_dfs_utf8\nPASS: t/mro/vulcan_c3\nPASS: t/mro/vulcan_c3_utf8\nPASS: t/mro/vulcan_dfs\nPASS: t/mro/vulcan_dfs_utf8\nPASS: t/class/accessor\nPASS: t/class/class\nPASS: t/class/construct\nPASS: t/class/destruct\nPASS: t/class/field\nPASS: t/class/inherit\nPASS: t/class/method\nPASS: t/class/phasers\nPASS: t/class/threads\nPASS: t/class/utf8\nPASS: t/lib/commonsense\nPASS: t/lib/croak\nSKIP: t/lib/cygwin\nPASS: t/lib/deprecate\nPASS: t/lib/mypragma\nPASS: t/lib/no_load\nPASS: t/lib/overload_fallback\nPASS: t/lib/overload_nomethod\nPASS: t/lib/proxy_constant_subs\nPASS: t/lib/universal\nPASS: lib/AnyDBM_File\nPASS: lib/B/Deparse\nPASS: lib/B/Deparse-core\nPASS: lib/B/Deparse-subclass\nPASS: lib/Benchmark\nPASS: lib/blib\nPASS: lib/builtin\nPASS: lib/builtin-taint\nPASS: lib/bytes\nPASS: lib/charnames\nPASS: lib/Class/Struct\nPASS: lib/Config\nPASS: lib/Config/Extensions\nSKIP: lib/DB\nPASS: lib/DBM_Filter/t/01error\nPASS: lib/DBM_Filter/t/02core\nPASS: lib/DBM_Filter/t/compress\nPASS: lib/DBM_Filter/t/encode\nPASS: lib/DBM_Filter/t/int32\nPASS: lib/DBM_Filter/t/null\nPASS: lib/DBM_Filter/t/utf8\nPASS: lib/diagnostics\nPASS: lib/DirHandle\nSKIP: lib/dumpvar\nPASS: lib/English\nSKIP: lib/ExtUtils/t/Embed\nPASS: lib/feature\nPASS: lib/feature/unicode_strings\nPASS: lib/File/Basename\nPASS: lib/File/Compare\nPASS: lib/File/Copy\nPASS: lib/File/stat\nPASS: lib/File/stat-7896\nPASS: lib/FileHandle\nPASS: lib/filetest\nPASS: lib/Getopt/Std\nPASS: lib/h2ph\nPASS: lib/h2xs\nPASS: lib/integer\nPASS: lib/Internals\nPASS: lib/less\nPASS: lib/locale\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nUse of uninitialized value in subroutine entry at ../lib/locale_threads.t line 702.\nPASS: lib/locale_threads\nPASS: lib/meta_notation\nPASS: lib/Net/hostent\nSKIP: lib/Net/netent\nPASS: lib/Net/protoent\nPASS: lib/Net/servent\nPASS: lib/open\nSKIP: lib/overload\nPASS: lib/overload64\nPASS: lib/overloading\nPASS: lib/perl5db\nPASS: lib/perlbug\nPASS: lib/Pod/t/Usage\nPASS: lib/SelectSaver\nPASS: lib/sigtrap\nPASS: lib/sort\nPASS: lib/strict\nPASS: lib/subs\nPASS: lib/Symbol\nPASS: lib/Thread\nPASS: lib/Tie/Array/push\nPASS: lib/Tie/Array/splice\nPASS: lib/Tie/Array/std\nPASS: lib/Tie/Array/stdpush\nPASS: lib/Tie/ExtraHash\nPASS: lib/Tie/Handle/stdhandle\nPASS: lib/Tie/Handle/stdhandle_from_handle\nPASS: lib/Tie/Hash\nPASS: lib/Tie/Scalar\nPASS: lib/Tie/SubstrHash\nPASS: lib/Time/gmtime\nPASS: lib/Time/localtime\nSKIP: lib/Unicode/testnorm\nPASS: lib/Unicode/UCD\nPASS: lib/User/grent\nPASS: lib/User/pwent\nPASS: lib/utf8\nPASS: lib/vars\nPASS: lib/vars_carp\nPASS: lib/vmsish\nPASS: lib/warnings\nPASS: ext/B/t/b\nPASS: ext/B/t/bool\nPASS: ext/B/t/concise\nPASS: ext/B/t/concise-xs\nPASS: ext/B/t/f_map\nPASS: ext/B/t/f_sort\nSKIP: ext/B/t/invlist\nPASS: ext/B/t/o\nPASS: ext/B/t/optree_check\nPASS: ext/B/t/optree_concise\nPASS: ext/B/t/optree_constants\nPASS: ext/B/t/optree_for\nPASS: ext/B/t/optree_misc\nPASS: ext/B/t/optree_samples\nPASS: ext/B/t/optree_sort\nPASS: ext/B/t/optree_specials\nPASS: ext/B/t/optree_varinit\nPASS: ext/B/t/perlstring\nPASS: ext/B/t/pragma\nPASS: ext/B/t/showlex\nPASS: ext/B/t/strict\nPASS: ext/B/t/sv_stash\nPASS: ext/B/t/terse\nPASS: ext/B/t/walkoptree\nPASS: ext/B/t/xref\nPASS: ext/Devel-Peek/t/Peek\nPASS: ext/DynaLoader/t/DynaLoader\nPASS: ext/Errno/t/Errno\nPASS: ext/Fcntl/t/autoload\nPASS: ext/Fcntl/t/fcntl\nPASS: ext/Fcntl/t/mode\nSKIP: ext/Fcntl/t/syslfs\nPASS: ext/File-DosGlob/t/DosGlob\nPASS: ext/File-Find/t/correct-absolute-path-with-follow\nPASS: ext/File-Find/t/find\nPASS: ext/File-Find/t/taint\nPASS: ext/File-Glob/t/basic\nPASS: ext/File-Glob/t/case\nPASS: ext/File-Glob/t/global\nPASS: ext/File-Glob/t/rt114984\nPASS: ext/File-Glob/t/rt131211\nPASS: ext/File-Glob/t/taint\nPASS: ext/File-Glob/t/threads\nPASS: ext/FileCache/t/01open\nPASS: ext/FileCache/t/02maxopen\nPASS: ext/FileCache/t/03append\nPASS: ext/FileCache/t/04twoarg\nPASS: ext/FileCache/t/05override\nPASS: ext/FileCache/t/06export\nPASS: ext/FileCache/t/07noimport\nPASS: ext/GDBM_File/t/count\nPASS: ext/GDBM_File/t/dump\nPASS: ext/GDBM_File/t/fatal\nPASS: ext/GDBM_File/t/gdbm\nPASS: ext/GDBM_File/t/opt\nPASS: ext/GDBM_File/t/snapshot\nPASS: ext/Hash-Util/t/builtin\nPASS: ext/Hash-Util/t/Util\nPASS: ext/Hash-Util-FieldHash/t/01_load\nPASS: ext/Hash-Util-FieldHash/t/02_function\nPASS: ext/Hash-Util-FieldHash/t/03_class\nPASS: ext/Hash-Util-FieldHash/t/04_thread\nPASS: ext/Hash-Util-FieldHash/t/05_perlhook\nPASS: ext/Hash-Util-FieldHash/t/11_hashassign\nPASS: ext/Hash-Util-FieldHash/t/12_hashwarn\nPASS: ext/I18N-Langinfo/t/Langinfo\nPASS: ext/IPC-Open3/t/fd\nPASS: ext/IPC-Open3/t/IPC-Open2\nPASS: ext/IPC-Open3/t/IPC-Open3\nPASS: ext/NDBM_File/t/ndbm\nPASS: ext/Opcode/t/Opcode\nPASS: ext/Opcode/t/ops\nPASS: ext/PerlIO-encoding/t/encoding\nPASS: ext/PerlIO-encoding/t/fallback\nPASS: ext/PerlIO-encoding/t/nolooping\nPASS: ext/PerlIO-encoding/t/threads\nPASS: ext/PerlIO-via/t/thread\nPASS: ext/PerlIO-via/t/via\nPASS: ext/Pod-Functions/t/Functions\nPASS: ext/Pod-Html/t/anchorify\nPASS: ext/Pod-Html/t/cache\nPASS: ext/Pod-Html/t/crossref\nPASS: ext/Pod-Html/t/crossref2\nPASS: ext/Pod-Html/t/crossref3\nPASS: ext/Pod-Html/t/eol\nPASS: ext/Pod-Html/t/feature\nPASS: ext/Pod-Html/t/feature2\nPASS: ext/Pod-Html/t/htmldir1\nPASS: ext/Pod-Html/t/htmldir2\nPASS: ext/Pod-Html/t/htmldir3\nPASS: ext/Pod-Html/t/htmldir4\nPASS: ext/Pod-Html/t/htmldir5\nPASS: ext/Pod-Html/t/htmlescp\nPASS: ext/Pod-Html/t/htmllink\nPASS: ext/Pod-Html/t/htmlview\nPASS: ext/Pod-Html/t/poderr\nPASS: ext/Pod-Html/t/podnoerr\nPASS: ext/POSIX/t/export\nPASS: ext/POSIX/t/fenv\nPASS: ext/POSIX/t/iv_const\nPASS: ext/POSIX/t/math\nPASS: ext/POSIX/t/mb\nPASS: ext/POSIX/t/posix\nPASS: ext/POSIX/t/sigaction\nPASS: ext/POSIX/t/sigset\nPASS: ext/POSIX/t/strerror_errno\nPASS: ext/POSIX/t/sysconf\nPASS: ext/POSIX/t/taint\nPASS: ext/POSIX/t/termios\nPASS: ext/POSIX/t/time\nPASS: ext/POSIX/t/unimplemented\nPASS: ext/POSIX/t/usage\nPASS: ext/POSIX/t/waitpid\nPASS: ext/POSIX/t/wrappers\nPASS: ext/re/t/intflags\nPASS: ext/re/t/lexical_debug\nPASS: ext/re/t/qr\nPASS: ext/re/t/re\nPASS: ext/re/t/re_funcs\nPASS: ext/re/t/re_funcs_u\nPASS: ext/re/t/reflags\nPASS: ext/re/t/regop\nPASS: ext/re/t/strict\nPASS: ext/SDBM_File/t/constants\nPASS: ext/SDBM_File/t/corrupt\nPASS: ext/SDBM_File/t/prep\nPASS: ext/SDBM_File/t/sdbm\nPASS: ext/Sys-Hostname/t/Hostname\nPASS: ext/Tie-Hash-NamedCapture/t/tiehash\nPASS: ext/Tie-Memoize/t/Tie-Memoize\nPASS: ext/XS-APItest/t/addissub\nPASS: ext/XS-APItest/t/arrayexpr\nPASS: ext/XS-APItest/t/autoload\nPASS: ext/XS-APItest/t/blockasexpr\nPASS: ext/XS-APItest/t/blockhooks\nPASS: ext/XS-APItest/t/blockhooks-csc\nPASS: ext/XS-APItest/t/boolean\nPASS: ext/XS-APItest/t/boolean-thr\nPASS: ext/XS-APItest/t/bootstrap\nPASS: ext/XS-APItest/t/call\nPASS: ext/XS-APItest/t/call_checker\nPASS: ext/XS-APItest/t/caller\nPASS: ext/XS-APItest/t/callregexec\nPASS: ext/XS-APItest/t/check_warnings\nPASS: ext/XS-APItest/t/cleanup\nPASS: ext/XS-APItest/t/clone-with-stack\nPASS: ext/XS-APItest/t/cophh\nPASS: ext/XS-APItest/t/coplabel\nPASS: ext/XS-APItest/t/copstash\nPASS: ext/XS-APItest/t/copyhints\nPASS: ext/XS-APItest/t/customop\nPASS: ext/XS-APItest/t/cv_name\nPASS: ext/XS-APItest/t/cv_refcounted_anysv\nPASS: ext/XS-APItest/t/delimcpy\nPASS: ext/XS-APItest/t/eval-filter\nPASS: ext/XS-APItest/t/exception\nPASS: ext/XS-APItest/t/extend\nPASS: ext/XS-APItest/t/fetch_pad_names\nPASS: ext/XS-APItest/t/get\nPASS: ext/XS-APItest/t/gotosub\nPASS: ext/XS-APItest/t/grok\nPASS: ext/XS-APItest/t/gv_autoload4\nPASS: ext/XS-APItest/t/gv_const_sv\nPASS: ext/XS-APItest/t/gv_fetchmeth\nPASS: ext/XS-APItest/t/gv_fetchmeth_autoload\nPASS: ext/XS-APItest/t/gv_fetchmethod_flags\nPASS: ext/XS-APItest/t/gv_init\nPASS: ext/XS-APItest/t/handy00\nPASS: ext/XS-APItest/t/handy01\nPASS: ext/XS-APItest/t/handy02\nPASS: ext/XS-APItest/t/handy03\nPASS: ext/XS-APItest/t/handy04\nPASS: ext/XS-APItest/t/handy05\nPASS: ext/XS-APItest/t/handy06\nPASS: ext/XS-APItest/t/handy07\nPASS: ext/XS-APItest/t/handy08\nPASS: ext/XS-APItest/t/handy09\nPASS: ext/XS-APItest/t/hash\nPASS: ext/XS-APItest/t/hv_macro\nPASS: ext/XS-APItest/t/join_with_space\nPASS: ext/XS-APItest/t/keyword_multiline\nPASS: ext/XS-APItest/t/keyword_plugin\nPASS: ext/XS-APItest/t/keyword_plugin_threads\nPASS: ext/XS-APItest/t/labelconst\nPASS: ext/XS-APItest/t/lexsub\nPASS: ext/XS-APItest/t/load-module\nPASS: ext/XS-APItest/t/locale\nPASS: ext/XS-APItest/t/loopblock\nPASS: ext/XS-APItest/t/looprest\nPASS: ext/XS-APItest/t/lvalue\nPASS: ext/XS-APItest/t/magic\nPASS: ext/XS-APItest/t/magic_chain\nPASS: ext/XS-APItest/t/mortal_destructor\nPASS: ext/XS-APItest/t/mro\nPASS: ext/XS-APItest/t/multicall\nPASS: ext/XS-APItest/t/my_cxt\nPASS: ext/XS-APItest/t/my_exit\nPASS: ext/XS-APItest/t/my_strtod\nPASS: ext/XS-APItest/t/newAV\nPASS: ext/XS-APItest/t/newCONSTSUB\nPASS: ext/XS-APItest/t/newDEFSVOP\nPASS: ext/XS-APItest/t/op\nPASS: ext/XS-APItest/t/op_contextualize\nPASS: ext/XS-APItest/t/op_list\nPASS: ext/XS-APItest/t/overload\nPASS: ext/XS-APItest/t/pad_scalar\nPASS: ext/XS-APItest/t/peep\nPASS: ext/XS-APItest/t/pmflag\nPASS: ext/XS-APItest/t/postinc\nPASS: ext/XS-APItest/t/printf\nPASS: ext/XS-APItest/t/ptr_table\nPASS: ext/XS-APItest/t/push\nPASS: ext/XS-APItest/t/refs\nPASS: ext/XS-APItest/t/rmagical\nPASS: ext/XS-APItest/t/rpp_invoke_xs\nPASS: ext/XS-APItest/t/rv2cv_op_cv\nPASS: ext/XS-APItest/t/savehints\nPASS: ext/XS-APItest/t/savestack\nPASS: ext/XS-APItest/t/scopelessblock\nPASS: ext/XS-APItest/t/sort\nPASS: ext/XS-APItest/t/stmtasexpr\nPASS: ext/XS-APItest/t/stmtsasexpr\nPASS: ext/XS-APItest/t/stuff_modify_bug\nPASS: ext/XS-APItest/t/stuff_svcur_bug\nPASS: ext/XS-APItest/t/subcall\nPASS: ext/XS-APItest/t/subsignature\nPASS: ext/XS-APItest/t/sv_numeq\nPASS: ext/XS-APItest/t/sv_streq\nPASS: ext/XS-APItest/t/svcat\nPASS: ext/XS-APItest/t/svcatpvf\nPASS: ext/XS-APItest/t/sviscow\nPASS: ext/XS-APItest/t/svpeek\nPASS: ext/XS-APItest/t/svpv\nPASS: ext/XS-APItest/t/svpv_magic\nPASS: ext/XS-APItest/t/svsetsv\nPASS: ext/XS-APItest/t/swaplabel\nPASS: ext/XS-APItest/t/swaptwostmts\nPASS: ext/XS-APItest/t/sym-hook\nPASS: ext/XS-APItest/t/synthetic_scope\nPASS: ext/XS-APItest/t/temp_lv_sub\nPASS: ext/XS-APItest/t/underscore_length\nPASS: ext/XS-APItest/t/utf16_to_utf8\nPASS: ext/XS-APItest/t/utf8\nPASS: ext/XS-APItest/t/utf8_to_bytes\nPASS: ext/XS-APItest/t/utf8_warn00\nPASS: ext/XS-APItest/t/utf8_warn01\nPASS: ext/XS-APItest/t/utf8_warn02\nPASS: ext/XS-APItest/t/utf8_warn03\nPASS: ext/XS-APItest/t/utf8_warn04\nPASS: ext/XS-APItest/t/utf8_warn05\nPASS: ext/XS-APItest/t/utf8_warn06\nPASS: ext/XS-APItest/t/utf8_warn07\nPASS: ext/XS-APItest/t/utf8_warn08\nPASS: ext/XS-APItest/t/utf8_warn09\nPASS: ext/XS-APItest/t/weaken\nPASS: ext/XS-APItest/t/whichsig\nSKIP: ext/XS-APItest/t/win32\nPASS: ext/XS-APItest/t/xs_special_subs\nPASS: ext/XS-APItest/t/xs_special_subs_require\nPASS: ext/XS-APItest/t/xsppwrap\nPASS: ext/XS-APItest/t/xsub_h\nPASS: ext/XS-Typemap/t/Typemap\nPASS: dist/Attribute-Handlers/t/caller\nPASS: dist/Attribute-Handlers/t/constants\nPASS: dist/Attribute-Handlers/t/data_convert\nPASS: dist/Attribute-Handlers/t/linerep\nPASS: dist/Attribute-Handlers/t/multi\nSKIP: dist/autouse/t/autouse\nPASS: dist/base/t/base\nPASS: dist/base/t/base-open-chunk\nPASS: dist/base/t/base-open-line\nPASS: dist/base/t/compile-time\nPASS: dist/base/t/core-global\nPASS: dist/base/t/fields\nSKIP: dist/base/t/fields-5_6_0\nSKIP: dist/base/t/fields-5_8_0\nPASS: dist/base/t/fields-base\nPASS: dist/base/t/incdot\nPASS: dist/base/t/isa\nPASS: dist/base/t/sigdie\nPASS: dist/base/t/version\nPASS: dist/base/t/warnings\nPASS: dist/Carp/t/arg_regexp\nPASS: dist/Carp/t/arg_string\nPASS: dist/Carp/t/baduni\nPASS: dist/Carp/t/baduni_warnings\nPASS: dist/Carp/t/broken_can\nPASS: dist/Carp/t/broken_univ_can\nPASS: dist/Carp/t/Carp\nPASS: dist/Carp/t/Carp_overload\nPASS: dist/Carp/t/Carp_overloadless\nPASS: dist/Carp/t/errno\nPASS: dist/Carp/t/heavy\nPASS: dist/Carp/t/heavy_mismatch\nPASS: dist/Carp/t/stack_after_err\nPASS: dist/Carp/t/stash_deletion\nPASS: dist/Carp/t/swash\nPASS: dist/Carp/t/vivify_gv\nPASS: dist/Carp/t/vivify_stash\nPASS: dist/Carp/t/with_warnings\nPASS: dist/constant/t/constant\nPASS: dist/constant/t/utf8\nPASS: dist/Data-Dumper/t/bless\nPASS: dist/Data-Dumper/t/bless_var_method\nPASS: dist/Data-Dumper/t/bugs\nPASS: dist/Data-Dumper/t/deparse\nPASS: dist/Data-Dumper/t/dumper\nPASS: dist/Data-Dumper/t/dumpperl\nPASS: dist/Data-Dumper/t/freezer\nPASS: dist/Data-Dumper/t/freezer_useperl\nSKIP: dist/Data-Dumper/t/huge\nPASS: dist/Data-Dumper/t/indent\nPASS: dist/Data-Dumper/t/misc\nPASS: dist/Data-Dumper/t/names\nPASS: dist/Data-Dumper/t/overload\nPASS: dist/Data-Dumper/t/pair\nPASS: dist/Data-Dumper/t/perl-74170\nPASS: dist/Data-Dumper/t/purity_deepcopy_maxdepth\nPASS: dist/Data-Dumper/t/qr\nPASS: dist/Data-Dumper/t/quotekeys\nPASS: dist/Data-Dumper/t/recurse\nPASS: dist/Data-Dumper/t/seen\nPASS: dist/Data-Dumper/t/sortkeys\nPASS: dist/Data-Dumper/t/sparseseen\nPASS: dist/Data-Dumper/t/terse\nPASS: dist/Data-Dumper/t/toaster\nPASS: dist/Data-Dumper/t/trailing_comma\nPASS: dist/Data-Dumper/t/values\nPASS: dist/Devel-SelfStubber/t/Devel-SelfStubber\nSKIP: dist/Dumpvalue/t/Dumpvalue\nSKIP: dist/Dumpvalue/t/extend-coverage\nSKIP: dist/Dumpvalue/t/rt-134441-dumpvalue\nPASS: dist/encoding-warnings/t/1-warning\nSKIP: dist/encoding-warnings/t/2-fatal\nSKIP: dist/encoding-warnings/t/3-normal\nSKIP: dist/encoding-warnings/t/4-lexical\nPASS: dist/Env/t/array\nPASS: dist/Env/t/env\nPASS: dist/Exporter/t/Exporter\nPASS: dist/Exporter/t/warn\nPASS: dist/ExtUtils-CBuilder/t/00-have-compiler\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at ../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: dist/ExtUtils-CBuilder/t/01-basic\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at ../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: dist/ExtUtils-CBuilder/t/02-link\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at ../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: dist/ExtUtils-CBuilder/t/03-cplusplus\nPASS: dist/ExtUtils-CBuilder/t/04-base\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/dist/ExtUtils-ParseXS/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nPASS: dist/ExtUtils-ParseXS/t/001-basic\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/dist/ExtUtils-ParseXS/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nPASS: dist/ExtUtils-ParseXS/t/002-more\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/dist/ExtUtils-ParseXS/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nPASS: dist/ExtUtils-ParseXS/t/003-usage\nPASS: dist/ExtUtils-ParseXS/t/101-standard_typemap_locations\nPASS: dist/ExtUtils-ParseXS/t/102-trim_whitespace\nPASS: dist/ExtUtils-ParseXS/t/103-tidy_type\nPASS: dist/ExtUtils-ParseXS/t/104-map_type\nPASS: dist/ExtUtils-ParseXS/t/105-valid_proto_string\nPASS: dist/ExtUtils-ParseXS/t/106-process_typemaps\nPASS: dist/ExtUtils-ParseXS/t/108-map_type\nPASS: dist/ExtUtils-ParseXS/t/109-standard_XS_defs\nPASS: dist/ExtUtils-ParseXS/t/110-assign_func_args\nPASS: dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements\nPASS: dist/ExtUtils-ParseXS/t/112-set_cond\nPASS: dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements\nPASS: dist/ExtUtils-ParseXS/t/114-blurt_death_Warn\nPASS: dist/ExtUtils-ParseXS/t/115-avoid-noise\nPASS: dist/ExtUtils-ParseXS/t/501-t-compile\nPASS: dist/ExtUtils-ParseXS/t/510-t-bare\nPASS: dist/ExtUtils-ParseXS/t/511-t-whitespace\nPASS: dist/ExtUtils-ParseXS/t/512-t-file\nPASS: dist/ExtUtils-ParseXS/t/513-t-merge\nPASS: dist/ExtUtils-ParseXS/t/514-t-embed\nPASS: dist/ExtUtils-ParseXS/t/515-t-cmd\nPASS: dist/ExtUtils-ParseXS/t/516-t-clone\nPASS: dist/ExtUtils-ParseXS/t/517-t-targetable\nPASS: dist/ExtUtils-ParseXS/t/600-t-compat\nPASS: dist/Filter-Simple/t/code_no_comments\nPASS: dist/Filter-Simple/t/data\nPASS: dist/Filter-Simple/t/export\nPASS: dist/Filter-Simple/t/filter\nPASS: dist/Filter-Simple/t/filter_only\nPASS: dist/Filter-Simple/t/import\nPASS: dist/Filter-Simple/t/no\nPASS: dist/FindBin/t/FindBin\nPASS: dist/I18N-Collate/t/I18N-Collate\nPASS: dist/I18N-LangTags/t/01_about_verbose\nPASS: dist/I18N-LangTags/t/05_main\nPASS: dist/I18N-LangTags/t/07_listy\nPASS: dist/I18N-LangTags/t/10_http\nPASS: dist/I18N-LangTags/t/20_locales\nPASS: dist/I18N-LangTags/t/50_super\nPASS: dist/I18N-LangTags/t/55_supers_strict\nPASS: dist/I18N-LangTags/t/80_all_env\nPASS: dist/if/t/if\nPASS: dist/IO/t/cachepropagate-tcp\nPASS: dist/IO/t/cachepropagate-udp\nPASS: dist/IO/t/cachepropagate-unix\nPASS: dist/IO/t/gh17447\nPASS: dist/IO/t/IO\nPASS: dist/IO/t/io_const\nPASS: dist/IO/t/io_dir\nPASS: dist/IO/t/io_dup\nPASS: dist/IO/t/io_file\nPASS: dist/IO/t/io_file_export\nPASS: dist/IO/t/io_getline\nPASS: dist/IO/t/io_handle\nPASS: dist/IO/t/io_leak\nPASS: dist/IO/t/io_linenum\nPASS: dist/IO/t/io_multihomed\nPASS: dist/IO/t/io_pipe\nPASS: dist/IO/t/io_poll\nPASS: dist/IO/t/io_sel\nPASS: dist/IO/t/io_sock\nPASS: dist/IO/t/io_sock_errstr\nPASS: dist/IO/t/io_taint\nPASS: dist/IO/t/io_tell\nPASS: dist/IO/t/io_udp\nPASS: dist/IO/t/io_unix\nPASS: dist/IO/t/io_utf8\nPASS: dist/IO/t/io_utf8argv\nPASS: dist/IO/t/io_xs\nPASS: dist/lib/t/01lib\nPASS: dist/Locale-Maketext/t/01_about_verbose\nPASS: dist/Locale-Maketext/t/04_use_external_lex_cache\nPASS: dist/Locale-Maketext/t/09_compile\nPASS: dist/Locale-Maketext/t/10_make\nPASS: dist/Locale-Maketext/t/20_get\nPASS: dist/Locale-Maketext/t/30_eval_dollar_at\nPASS: dist/Locale-Maketext/t/40_super\nPASS: dist/Locale-Maketext/t/50_super\nPASS: dist/Locale-Maketext/t/60_super\nPASS: dist/Locale-Maketext/t/70_fail_auto\nPASS: dist/Locale-Maketext/t/90_utf8\nPASS: dist/Locale-Maketext/t/91_backslash\nPASS: dist/Locale-Maketext/t/92_blacklist\nPASS: dist/Locale-Maketext/t/93_whitelist\nPASS: dist/Locale-Maketext/t/94_denylist\nPASS: dist/Locale-Maketext/t/95_allowlist\nPASS: dist/Math-Complex/t/Complex\nPASS: dist/Math-Complex/t/Trig\nPASS: dist/Math-Complex/t/underbar\nPASS: dist/Module-CoreList/t/corelist\nPASS: dist/Module-CoreList/t/deprecated\nPASS: dist/Module-CoreList/t/find_modules\nPASS: dist/Module-CoreList/t/is_core\nPASS: dist/Module-CoreList/t/maintainer\nSKIP: dist/Module-CoreList/t/pod\nPASS: dist/Module-CoreList/t/utils\nPASS: dist/Net-Ping/t/000_load\nPASS: dist/Net-Ping/t/001_new\nPASS: dist/Net-Ping/t/010_pingecho\nPASS: dist/Net-Ping/t/110_icmp_inst\nPASS: dist/Net-Ping/t/120_udp_inst\nPASS: dist/Net-Ping/t/130_tcp_inst\nPASS: dist/Net-Ping/t/140_stream_inst\nPASS: dist/Net-Ping/t/150_syn_inst\nSKIP: dist/Net-Ping/t/190_alarm\nSKIP: dist/Net-Ping/t/200_ping_tcp\nSKIP: dist/Net-Ping/t/250_ping_hires\nSKIP: dist/Net-Ping/t/300_ping_stream\nSKIP: dist/Net-Ping/t/400_ping_syn\nSKIP: dist/Net-Ping/t/410_syn_host\nSKIP: dist/Net-Ping/t/420_ping_syn_port\nPASS: dist/Net-Ping/t/450_service\nPASS: dist/Net-Ping/t/500_ping_icmp\nPASS: dist/Net-Ping/t/501_ping_icmpv6\nPASS: dist/Net-Ping/t/510_ping_udp\nPASS: dist/Net-Ping/t/520_icmp_ttl\nPASS: dist/PathTools/t/abs2rel\nPASS: dist/PathTools/t/crossplatform\nPASS: dist/PathTools/t/cwd\nPASS: dist/PathTools/t/cwd_enoent\nPASS: dist/PathTools/t/Functions\nPASS: dist/PathTools/t/rel2abs2rel\nPASS: dist/PathTools/t/Spec\nPASS: dist/PathTools/t/Spec-taint\nPASS: dist/PathTools/t/taint\nPASS: dist/PathTools/t/tmpdir\nSKIP: dist/PathTools/t/win32\nPASS: dist/Safe/t/safe1\nPASS: dist/Safe/t/safe2\nPASS: dist/Safe/t/safe3\nPASS: dist/Safe/t/safeload\nPASS: dist/Safe/t/safenamedcap\nPASS: dist/Safe/t/safeops\nPASS: dist/Safe/t/saferegexp\nPASS: dist/Safe/t/safesecurity\nPASS: dist/Safe/t/safesig\nPASS: dist/Safe/t/safesort\nPASS: dist/Safe/t/safeuniversal\nPASS: dist/Safe/t/safeutf8\nPASS: dist/Safe/t/safewrap\nPASS: dist/Search-Dict/t/Dict\nPASS: dist/SelfLoader/t/01SelfLoader\nPASS: dist/SelfLoader/t/02SelfLoader-buggy\nPASS: dist/SelfLoader/t/03taint\nPASS: dist/Storable/t/attach\nPASS: dist/Storable/t/attach_errors\nPASS: dist/Storable/t/attach_singleton\nPASS: dist/Storable/t/blessed\nPASS: dist/Storable/t/boolean\nPASS: dist/Storable/t/canonical\nPASS: dist/Storable/t/circular_hook\nPASS: dist/Storable/t/code\nSKIP: dist/Storable/t/compat01\nPASS: dist/Storable/t/compat06\nPASS: dist/Storable/t/croak\nPASS: dist/Storable/t/CVE-2015-1592\nPASS: dist/Storable/t/dclone\nPASS: dist/Storable/t/destroy\nPASS: dist/Storable/t/downgrade\nPASS: dist/Storable/t/file_magic\nPASS: dist/Storable/t/flags\nPASS: dist/Storable/t/forgive\nPASS: dist/Storable/t/freeze\nSKIP: dist/Storable/t/huge\nSKIP: dist/Storable/t/hugeids\nPASS: dist/Storable/t/integer\nSKIP: dist/Storable/t/interwork56\nPASS: dist/Storable/t/just_plain_nasty\nSKIP: dist/Storable/t/leaks\nPASS: dist/Storable/t/lock\nPASS: dist/Storable/t/malice\nPASS: dist/Storable/t/overload\nPASS: dist/Storable/t/recurse\nPASS: dist/Storable/t/regexp\nPASS: dist/Storable/t/restrict\nPASS: dist/Storable/t/retrieve\nPASS: dist/Storable/t/robust\nPASS: dist/Storable/t/sig_die\nPASS: dist/Storable/t/store\nPASS: dist/Storable/t/threads\nPASS: dist/Storable/t/tied\nPASS: dist/Storable/t/tied_hook\nPASS: dist/Storable/t/tied_items\nPASS: dist/Storable/t/tied_reify\nPASS: dist/Storable/t/tied_store\nPASS: dist/Storable/t/utf8\nPASS: dist/Storable/t/utf8hash\nSKIP: dist/Storable/t/weak\nPASS: dist/Term-Complete/t/Complete\nSKIP: dist/Term-ReadLine/t/AE\nSKIP: dist/Term-ReadLine/t/AETk\nPASS: dist/Term-ReadLine/t/ReadLine\nPASS: dist/Term-ReadLine/t/ReadLine-STDERR\nSKIP: dist/Term-ReadLine/t/Tk\nPASS: dist/Test/t/05_about_verbose\nPASS: dist/Test/t/fail\nPASS: dist/Test/t/mix\nPASS: dist/Test/t/multiline\nPASS: dist/Test/t/onfail\nPASS: dist/Test/t/qr\nPASS: dist/Test/t/skip\nPASS: dist/Test/t/success\nPASS: dist/Test/t/todo\nPASS: dist/Text-Abbrev/t/Abbrev\nPASS: dist/Thread-Queue/t/01_basic\nPASS: dist/Thread-Queue/t/02_refs\nPASS: dist/Thread-Queue/t/03_peek\nPASS: dist/Thread-Queue/t/04_errs\nPASS: dist/Thread-Queue/t/05_extract\nPASS: dist/Thread-Queue/t/06_insert\nPASS: dist/Thread-Queue/t/07_lock\nPASS: dist/Thread-Queue/t/08_nothreads\nPASS: dist/Thread-Queue/t/09_ended\nPASS: dist/Thread-Queue/t/10_timed\nPASS: dist/Thread-Queue/t/11_limit\nPASS: dist/Thread-Semaphore/t/01_basic\nPASS: dist/Thread-Semaphore/t/02_errs\nPASS: dist/Thread-Semaphore/t/03_nothreads\nPASS: dist/Thread-Semaphore/t/04_nonblocking\nPASS: dist/Thread-Semaphore/t/05_force\nPASS: dist/Thread-Semaphore/t/06_timed\nPASS: dist/threads/t/basic\nPASS: dist/threads/t/blocks\nPASS: dist/threads/t/context\nPASS: dist/threads/t/end\nPASS: dist/threads/t/err\nPASS: dist/threads/t/exit\nPASS: dist/threads/t/free\nPASS: dist/threads/t/free2\nPASS: dist/threads/t/join\nPASS: dist/threads/t/kill\nPASS: dist/threads/t/kill2\nPASS: dist/threads/t/kill3\nPASS: dist/threads/t/libc\nPASS: dist/threads/t/list\nSKIP: dist/threads/t/no_threads\nPASS: dist/threads/t/problems\nPASS: dist/threads/t/stack\nPASS: dist/threads/t/stack_env\nPASS: dist/threads/t/state\nPASS: dist/threads/t/stress_cv\nPASS: dist/threads/t/stress_re\nPASS: dist/threads/t/stress_string\nPASS: dist/threads/t/thread\nSKIP: dist/threads/t/unique\nPASS: dist/threads/t/version\nPASS: dist/threads-shared/t/0nothread\nPASS: dist/threads-shared/t/av_refs\nPASS: dist/threads-shared/t/av_simple\nPASS: dist/threads-shared/t/blessed\nPASS: dist/threads-shared/t/clone\nPASS: dist/threads-shared/t/cond\nPASS: dist/threads-shared/t/disabled\nPASS: dist/threads-shared/t/dualvar\nPASS: dist/threads-shared/t/hv_refs\nPASS: dist/threads-shared/t/hv_simple\nPASS: dist/threads-shared/t/no_share\nPASS: dist/threads-shared/t/object\nPASS: dist/threads-shared/t/object2\nPASS: dist/threads-shared/t/shared_attr\nPASS: dist/threads-shared/t/stress\nPASS: dist/threads-shared/t/sv_refs\nPASS: dist/threads-shared/t/sv_simple\nPASS: dist/threads-shared/t/utf8\nPASS: dist/threads-shared/t/wait\nPASS: dist/threads-shared/t/waithires\nPASS: dist/Tie-File/t/01_gen\nPASS: dist/Tie-File/t/02_fetchsize\nPASS: dist/Tie-File/t/03_longfetch\nPASS: dist/Tie-File/t/04_splice\nPASS: dist/Tie-File/t/05_size\nPASS: dist/Tie-File/t/06_fixrec\nPASS: dist/Tie-File/t/07_rv_splice\nPASS: dist/Tie-File/t/08_ro\nPASS: dist/Tie-File/t/09_gen_rs\nPASS: dist/Tie-File/t/10_splice_rs\nPASS: dist/Tie-File/t/11_rv_splice_rs\nPASS: dist/Tie-File/t/12_longfetch_rs\nPASS: dist/Tie-File/t/13_size_rs\nPASS: dist/Tie-File/t/14_lock\nPASS: dist/Tie-File/t/15_pushpop\nPASS: dist/Tie-File/t/16_handle\nPASS: dist/Tie-File/t/17_misc_meth\nPASS: dist/Tie-File/t/18_rs_fixrec\nPASS: dist/Tie-File/t/19_cache\nPASS: dist/Tie-File/t/20_cache_full\nSKIP: dist/Tie-File/t/21_win32\nPASS: dist/Tie-File/t/22_autochomp\nPASS: dist/Tie-File/t/23_rv_ac_splice\nPASS: dist/Tie-File/t/24_cache_loop\nPASS: dist/Tie-File/t/25_gen_nocache\nPASS: dist/Tie-File/t/26_twrite\nPASS: dist/Tie-File/t/27_iwrite\nPASS: dist/Tie-File/t/28_mtwrite\nPASS: dist/Tie-File/t/29_downcopy\nPASS: dist/Tie-File/t/29a_upcopy\nPASS: dist/Tie-File/t/30_defer\nPASS: dist/Tie-File/t/31_autodefer\nPASS: dist/Tie-File/t/32_defer_misc\nPASS: dist/Tie-File/t/33_defer_vs\nPASS: dist/Tie-File/t/40_abs_cache\nPASS: dist/Tie-File/t/41_heap\nPASS: dist/Tie-File/t/42_offset\nPASS: dist/Tie-File/t/43_synopsis\nPASS: dist/Time-HiRes/t/alarm\nPASS: dist/Time-HiRes/t/clock\nPASS: dist/Time-HiRes/t/gettimeofday\nPASS: dist/Time-HiRes/t/itimer\nPASS: dist/Time-HiRes/t/nanosleep\nPASS: dist/Time-HiRes/t/sleep\nPASS: dist/Time-HiRes/t/stat\nPASS: dist/Time-HiRes/t/time\nPASS: dist/Time-HiRes/t/tv_interval\nPASS: dist/Time-HiRes/t/ualarm\nPASS: dist/Time-HiRes/t/usleep\nPASS: dist/Time-HiRes/t/utime\nPASS: dist/Unicode-Normalize/t/fcdc\nPASS: dist/Unicode-Normalize/t/form\nPASS: dist/Unicode-Normalize/t/func\nPASS: dist/Unicode-Normalize/t/illegal\nPASS: dist/Unicode-Normalize/t/norm\nPASS: dist/Unicode-Normalize/t/null\nPASS: dist/Unicode-Normalize/t/partial1\nPASS: dist/Unicode-Normalize/t/partial2\nPASS: dist/Unicode-Normalize/t/proto\nPASS: dist/Unicode-Normalize/t/split\nPASS: dist/Unicode-Normalize/t/test\nPASS: dist/Unicode-Normalize/t/tie\nPASS: dist/XSLoader/t/XSLoader\nPASS: cpan/Archive-Tar/t/01_use\nPASS: cpan/Archive-Tar/t/02_methods\nPASS: cpan/Archive-Tar/t/03_file\nPASS: cpan/Archive-Tar/t/04_resolved_issues\nPASS: cpan/Archive-Tar/t/05_iter\nPASS: cpan/Archive-Tar/t/06_error\nPASS: cpan/Archive-Tar/t/08_ptargrep\nPASS: cpan/Archive-Tar/t/09_roundtrip\nSKIP: cpan/Archive-Tar/t/99_pod\nPASS: cpan/autodie/t/00-load\nPASS: cpan/autodie/t/args\nPASS: cpan/autodie/t/autodie\nPASS: cpan/autodie/t/backcompat\nPASS: cpan/autodie/t/basic_exceptions\nPASS: cpan/autodie/t/binmode\nPASS: cpan/autodie/t/blog_hints\nPASS: cpan/autodie/t/caller\nPASS: cpan/autodie/t/chmod\nPASS: cpan/autodie/t/chown\nPASS: cpan/autodie/t/context\nPASS: cpan/autodie/t/context_lexical\nPASS: cpan/autodie/t/core-trampoline-slurp\nPASS: cpan/autodie/t/crickey\nPASS: cpan/autodie/t/dbmopen\nPASS: cpan/autodie/t/eval_error\nPASS: cpan/autodie/t/exception_class\nPASS: cpan/autodie/t/exception_nonref\nPASS: cpan/autodie/t/exceptions-smartmatch\nPASS: cpan/autodie/t/exec\nPASS: cpan/autodie/t/Fatal\nPASS: cpan/autodie/t/filehandles\nPASS: cpan/autodie/t/fileno\nPASS: cpan/autodie/t/flock\nPASS: cpan/autodie/t/format-clobber\nPASS: cpan/autodie/t/hints\nPASS: cpan/autodie/t/hints_insist\nPASS: cpan/autodie/t/hints_pod_examples\nPASS: cpan/autodie/t/hints_provider_does\nPASS: cpan/autodie/t/hints_provider_easy_does_it\nPASS: cpan/autodie/t/hints_provider_isa\nSKIP: cpan/autodie/t/import-into\nPASS: cpan/autodie/t/internal\nPASS: cpan/autodie/t/internal-backcompat\nSKIP: cpan/autodie/t/kill\nPASS: cpan/autodie/t/lethal\nPASS: cpan/autodie/t/mkdir\nPASS: cpan/autodie/t/no-default\nPASS: cpan/autodie/t/no_carp\nPASS: cpan/autodie/t/open\nPASS: cpan/autodie/t/read\nPASS: cpan/autodie/t/recv\nPASS: cpan/autodie/t/repeat\nPASS: cpan/autodie/t/rt-74246\nPASS: cpan/autodie/t/scope_leak\nPASS: cpan/autodie/t/skip\nPASS: cpan/autodie/t/string-eval-basic\nPASS: cpan/autodie/t/string-eval-leak\nPASS: cpan/autodie/t/sysopen\nPASS: cpan/autodie/t/truncate\nPASS: cpan/autodie/t/unlink\nPASS: cpan/autodie/t/user-context\nPASS: cpan/autodie/t/usersub\nPASS: cpan/autodie/t/utf8_open\nPASS: cpan/autodie/t/utime\nSKIP: cpan/autodie/t/version\nPASS: cpan/autodie/t/version_tag\nPASS: cpan/AutoLoader/t/01AutoLoader\nPASS: cpan/AutoLoader/t/02AutoSplit\nSKIP: cpan/bignum/t/backend-gmp-bigfloat\nSKIP: cpan/bignum/t/backend-gmp-bigint\nSKIP: cpan/bignum/t/backend-gmp-bignum\nSKIP: cpan/bignum/t/backend-gmp-bigrat\nSKIP: cpan/bignum/t/backend-pari-bigfloat\nSKIP: cpan/bignum/t/backend-pari-bigint\nSKIP: cpan/bignum/t/backend-pari-bignum\nSKIP: cpan/bignum/t/backend-pari-bigrat\nPASS: cpan/bignum/t/bigexp\nPASS: cpan/bignum/t/bigfloat\nPASS: cpan/bignum/t/bigint\nPASS: cpan/bignum/t/bignum\nPASS: cpan/bignum/t/bigrat\nPASS: cpan/bignum/t/const-bigfloat\nPASS: cpan/bignum/t/const-bigint\nPASS: cpan/bignum/t/const-bignum\nPASS: cpan/bignum/t/const-bigrat\nPASS: cpan/bignum/t/down-mbi-up-mbf\nPASS: cpan/bignum/t/down-mbi-up-mbr\nPASS: cpan/bignum/t/down-mbi-up-undef\nPASS: cpan/bignum/t/down-undef-up-mbf\nPASS: cpan/bignum/t/e_pi-bigfloat\nPASS: cpan/bignum/t/e_pi-bigint\nPASS: cpan/bignum/t/e_pi-bignum\nPASS: cpan/bignum/t/e_pi-bigrat\nPASS: cpan/bignum/t/import-bigfloat\nPASS: cpan/bignum/t/import-bigint\nPASS: cpan/bignum/t/import-bignum\nPASS: cpan/bignum/t/import-bigrat\nPASS: cpan/bignum/t/in_effect\nPASS: cpan/bignum/t/infnan-bigfloat\nPASS: cpan/bignum/t/infnan-bigint\nPASS: cpan/bignum/t/infnan-bignum-mbf\nPASS: cpan/bignum/t/infnan-bignum-mbr\nPASS: cpan/bignum/t/infnan-bigrat\nPASS: cpan/bignum/t/option_a\nPASS: cpan/bignum/t/option_a-bignum\nPASS: cpan/bignum/t/option_l-bigfloat\nPASS: cpan/bignum/t/option_l-bigint\nPASS: cpan/bignum/t/option_l-bignum\nPASS: cpan/bignum/t/option_l-bigrat\nPASS: cpan/bignum/t/option_p\nPASS: cpan/bignum/t/option_p-bignum\nPASS: cpan/bignum/t/overrides\nPASS: cpan/bignum/t/ratopt_a\nPASS: cpan/bignum/t/scope-bigfloat\nPASS: cpan/bignum/t/scope-bigint\nPASS: cpan/bignum/t/scope-bignum\nPASS: cpan/bignum/t/scope-bigrat\nPASS: cpan/bignum/t/scope-nested-const\nPASS: cpan/bignum/t/scope-nested-hex-oct\nPASS: cpan/Compress-Raw-Bzip2/t/000prereq\nPASS: cpan/Compress-Raw-Bzip2/t/01bzip2\nPASS: cpan/Compress-Raw-Bzip2/t/09limitoutput\nPASS: cpan/Compress-Raw-Bzip2/t/19nonpv\nSKIP: cpan/Compress-Raw-Bzip2/t/99pod\nPASS: cpan/Compress-Raw-Zlib/t/01version\nPASS: cpan/Compress-Raw-Zlib/t/02zlib\nSKIP: cpan/Compress-Raw-Zlib/t/07bufsize\nPASS: cpan/Compress-Raw-Zlib/t/09limitoutput\nPASS: cpan/Compress-Raw-Zlib/t/18lvalue\nPASS: cpan/Compress-Raw-Zlib/t/19nonpv\nPASS: cpan/Config-Perl-V/t/10_base\nPASS: cpan/Config-Perl-V/t/20_plv56\nPASS: cpan/Config-Perl-V/t/21_plv58\nPASS: cpan/Config-Perl-V/t/22_plv510\nPASS: cpan/Config-Perl-V/t/23_plv512\nPASS: cpan/Config-Perl-V/t/24_plv514\nPASS: cpan/Config-Perl-V/t/25_plv516\nPASS: cpan/Config-Perl-V/t/25_plv5162\nPASS: cpan/Config-Perl-V/t/26_plv518\nPASS: cpan/Config-Perl-V/t/26_plv5182\nPASS: cpan/Config-Perl-V/t/27_plv5200\nPASS: cpan/Config-Perl-V/t/27_plv5202\nPASS: cpan/Config-Perl-V/t/28_plv5220\nPASS: cpan/Config-Perl-V/t/28_plv52201w\nPASS: cpan/Config-Perl-V/t/29_plv5235w\nPASS: cpan/Config-Perl-V/t/30_plv5240\nPASS: cpan/Config-Perl-V/t/31_plv52511\nPASS: cpan/Config-Perl-V/t/32_plv5261rc1\nPASS: cpan/Config-Perl-V/t/33_plv52711r\nPASS: cpan/Config-Perl-V/t/34_plv5280\nPASS: cpan/Config-Perl-V/t/35_plv52910g\nPASS: cpan/Config-Perl-V/t/36_plv5300\nPASS: cpan/Config-Perl-V/t/37_plv53111qm\nPASS: cpan/Config-Perl-V/t/38_plv5320tld\nPASS: cpan/Config-Perl-V/t/39_plv5340tqm\nPASS: cpan/Config-Perl-V/t/40_plv5358dnqm\nPASS: cpan/Config-Perl-V/t/41_plv5360dnqm\nPASS: cpan/Config-Perl-V/t/42_plv5373tld\nPASS: cpan/Config-Perl-V/t/43_plv53710rcs\nPASS: cpan/CPAN/t/01loadme\nPASS: cpan/CPAN/t/02nox\nPASS: cpan/CPAN/t/03pkgs\nPASS: cpan/CPAN/t/10version\nPASS: cpan/CPAN/t/11mirroredby\nSKIP: cpan/CPAN/t/32pushyhttps\nPASS: cpan/CPAN-Meta/t/converter\nPASS: cpan/CPAN-Meta/t/converter-bad\nPASS: cpan/CPAN-Meta/t/converter-fail\nPASS: cpan/CPAN-Meta/t/converter-fragments\nPASS: cpan/CPAN-Meta/t/load-bad\nPASS: cpan/CPAN-Meta/t/merge\nPASS: cpan/CPAN-Meta/t/meta-obj\nPASS: cpan/CPAN-Meta/t/no-index\nPASS: cpan/CPAN-Meta/t/optional_feature-merge\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/02_api\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/03_functions\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/04_export\nPASS: cpan/CPAN-Meta/t/parse-cpan-meta/05_errors\nPASS: cpan/CPAN-Meta/t/prereqs\nPASS: cpan/CPAN-Meta/t/prereqs-finalize\nPASS: cpan/CPAN-Meta/t/prereqs-merge\nPASS: cpan/CPAN-Meta/t/repository\nPASS: cpan/CPAN-Meta/t/save-load\nPASS: cpan/CPAN-Meta/t/validator\nPASS: cpan/CPAN-Meta-Requirements/t/accepts\nPASS: cpan/CPAN-Meta-Requirements/t/bad_version_hook\nPASS: cpan/CPAN-Meta-Requirements/t/basic\nPASS: cpan/CPAN-Meta-Requirements/t/finalize\nPASS: cpan/CPAN-Meta-Requirements/t/from-hash\nPASS: cpan/CPAN-Meta-Requirements/t/merge\nPASS: cpan/CPAN-Meta-Requirements/t/strings\nPASS: cpan/CPAN-Meta-YAML/t/01_api\nPASS: cpan/CPAN-Meta-YAML/t/01_compile\nPASS: cpan/CPAN-Meta-YAML/t/10_read\nPASS: cpan/CPAN-Meta-YAML/t/11_read_string\nPASS: cpan/CPAN-Meta-YAML/t/12_write\nPASS: cpan/CPAN-Meta-YAML/t/13_write_string\nPASS: cpan/CPAN-Meta-YAML/t/20_subclass\nPASS: cpan/CPAN-Meta-YAML/t/21_yamlpm_compat\nPASS: cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml\nPASS: cpan/CPAN-Meta-YAML/t/31_local_tml\nPASS: cpan/CPAN-Meta-YAML/t/32_world_tml\nPASS: cpan/CPAN-Meta-YAML/t/86_fail\nPASS: cpan/Digest/t/base\nPASS: cpan/Digest/t/digest\nPASS: cpan/Digest/t/file\nPASS: cpan/Digest/t/security\nPASS: cpan/Digest-MD5/t/align\nPASS: cpan/Digest-MD5/t/badfile\nPASS: cpan/Digest-MD5/t/bits\nPASS: cpan/Digest-MD5/t/clone\nPASS: cpan/Digest-MD5/t/files\nPASS: cpan/Digest-MD5/t/md5-aaa\nPASS: cpan/Digest-MD5/t/threads\nPASS: cpan/Digest-MD5/t/utf8\nPASS: cpan/Digest-MD5/t/warns\nPASS: cpan/Digest-SHA/t/allfcns\nPASS: cpan/Digest-SHA/t/base64\nPASS: cpan/Digest-SHA/t/bitbuf\nPASS: cpan/Digest-SHA/t/bitorder\nPASS: cpan/Digest-SHA/t/fips180-4\nPASS: cpan/Digest-SHA/t/fips198\nPASS: cpan/Digest-SHA/t/gg\nPASS: cpan/Digest-SHA/t/gglong\nPASS: cpan/Digest-SHA/t/hmacsha\nPASS: cpan/Digest-SHA/t/inheritance\nPASS: cpan/Digest-SHA/t/ireland\nPASS: cpan/Digest-SHA/t/methods\nPASS: cpan/Digest-SHA/t/nistbit\nPASS: cpan/Digest-SHA/t/nistbyte\nPASS: cpan/Digest-SHA/t/rfc2202\nPASS: cpan/Digest-SHA/t/sha1\nPASS: cpan/Digest-SHA/t/sha224\nPASS: cpan/Digest-SHA/t/sha256\nPASS: cpan/Digest-SHA/t/sha384\nPASS: cpan/Digest-SHA/t/sha512\nPASS: cpan/Digest-SHA/t/state\nPASS: cpan/Digest-SHA/t/unicode\nPASS: cpan/Digest-SHA/t/woodbury\nPASS: cpan/Encode/t/Aliases\nPASS: cpan/Encode/t/at-cn\nPASS: cpan/Encode/t/at-tw\nPASS: cpan/Encode/t/CJKT\nPASS: cpan/Encode/t/cow\nPASS: cpan/Encode/t/decode\nSKIP: cpan/Encode/t/enc_data\nSKIP: cpan/Encode/t/enc_eucjp\nSKIP: cpan/Encode/t/enc_module\nSKIP: cpan/Encode/t/enc_utf8\nPASS: cpan/Encode/t/Encode\nPASS: cpan/Encode/t/Encoder\nSKIP: cpan/Encode/t/encoding\nPASS: cpan/Encode/t/encoding-locale\nPASS: cpan/Encode/t/fallback\nPASS: cpan/Encode/t/from_to\nPASS: cpan/Encode/t/grow\nPASS: cpan/Encode/t/gsm0338\nPASS: cpan/Encode/t/guess\nPASS: cpan/Encode/t/isa\nPASS: cpan/Encode/t/jis7-fallback\nSKIP: cpan/Encode/t/jperl\nPASS: cpan/Encode/t/magic\nPASS: cpan/Encode/t/mime-header\nPASS: cpan/Encode/t/mime-name\nPASS: cpan/Encode/t/mime_header_iso2022jp\nPASS: cpan/Encode/t/perlio\nSKIP: cpan/Encode/t/piconv\nPASS: cpan/Encode/t/rt113164\nPASS: cpan/Encode/t/rt65541\nPASS: cpan/Encode/t/rt76824\nPASS: cpan/Encode/t/rt85489\nPASS: cpan/Encode/t/rt86327\nPASS: cpan/Encode/t/taint\nPASS: cpan/Encode/t/truncated_utf8\nPASS: cpan/Encode/t/undef\nPASS: cpan/Encode/t/Unicode\nPASS: cpan/Encode/t/Unicode_trailing_nul\nPASS: cpan/Encode/t/use-Encode-Alias\nPASS: cpan/Encode/t/utf32warnings\nPASS: cpan/Encode/t/utf8ref\nPASS: cpan/Encode/t/utf8strict\nPASS: cpan/Encode/t/utf8warnings\nPASS: cpan/Encode/t/xml\nPASS: cpan/experimental/t/basic\nSKIP: cpan/ExtUtils-Constant/t/Constant\nPASS: cpan/ExtUtils-Install/t/can_write_dir\nPASS: cpan/ExtUtils-Install/t/Install\nPASS: cpan/ExtUtils-Install/t/Installapi2\nPASS: cpan/ExtUtils-Install/t/Installed\nSKIP: cpan/ExtUtils-Install/t/InstallWithMM\nPASS: cpan/ExtUtils-Install/t/Packlist\nSKIP: cpan/ExtUtils-MakeMaker/t/00compile\nPASS: cpan/ExtUtils-MakeMaker/t/01perl_bugs\nPERL_CORE is set but I can't find your perl source!\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/cpan/ExtUtils-MakeMaker/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: cpan/ExtUtils-MakeMaker/t/02-xsdynamic\nPERL_CORE is set but I can't find your perl source!\nCan't exec \"x86_64-poky-linux-gcc\": No such file or directory at /usr/lib/perl/ptest/cpan/ExtUtils-MakeMaker/../../lib/ExtUtils/CBuilder/Base.pm line 362.\nSKIP: cpan/ExtUtils-MakeMaker/t/03-xsstatic\nSKIP: cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin\nPASS: cpan/ExtUtils-MakeMaker/t/arch_check\nPASS: cpan/ExtUtils-MakeMaker/t/backwards\nSKIP: cpan/ExtUtils-MakeMaker/t/basic\nPASS: cpan/ExtUtils-MakeMaker/t/build_man\nPASS: cpan/ExtUtils-MakeMaker/t/cd\nPASS: cpan/ExtUtils-MakeMaker/t/config\nPASS: cpan/ExtUtils-MakeMaker/t/cp\nPASS: cpan/ExtUtils-MakeMaker/t/dir_target\nSKIP: cpan/ExtUtils-MakeMaker/t/echo\nPASS: cpan/ExtUtils-MakeMaker/t/eu_command\nPASS: cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE\nPASS: cpan/ExtUtils-MakeMaker/t/fix_libs\nPASS: cpan/ExtUtils-MakeMaker/t/fixin\nPASS: cpan/ExtUtils-MakeMaker/t/hints\nPASS: cpan/ExtUtils-MakeMaker/t/INST\nPASS: cpan/ExtUtils-MakeMaker/t/INST_PREFIX\nSKIP: cpan/ExtUtils-MakeMaker/t/INSTALL_BASE\nPASS: cpan/ExtUtils-MakeMaker/t/installed_file\nPASS: cpan/ExtUtils-MakeMaker/t/is_of_type\nPASS: cpan/ExtUtils-MakeMaker/t/Liblist\nPASS: cpan/ExtUtils-MakeMaker/t/make\nPASS: cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters\nPASS: cpan/ExtUtils-MakeMaker/t/maketext_filter\nPASS: cpan/ExtUtils-MakeMaker/t/meta_convert\nPASS: cpan/ExtUtils-MakeMaker/t/metafile_data\nPASS: cpan/ExtUtils-MakeMaker/t/metafile_file\nSKIP: cpan/ExtUtils-MakeMaker/t/min_perl_version\nSKIP: cpan/ExtUtils-MakeMaker/t/miniperl\nPASS: cpan/ExtUtils-MakeMaker/t/Mkbootstrap\nPASS: cpan/ExtUtils-MakeMaker/t/MM_Any\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_BeOS\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_Cygwin\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_NW5\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_OS2\nPASS: cpan/ExtUtils-MakeMaker/t/MM_Unix\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_VMS\nSKIP: cpan/ExtUtils-MakeMaker/t/MM_Win32\nPASS: cpan/ExtUtils-MakeMaker/t/oneliner\nPASS: cpan/ExtUtils-MakeMaker/t/os_unsupported\nPASS: cpan/ExtUtils-MakeMaker/t/parse_abstract\nPASS: cpan/ExtUtils-MakeMaker/t/parse_version\nSKIP: cpan/ExtUtils-MakeMaker/t/PL_FILES\nPASS: cpan/ExtUtils-MakeMaker/t/pm\nSKIP: cpan/ExtUtils-MakeMaker/t/pm_to_blib\nPASS: cpan/ExtUtils-MakeMaker/t/pod2man\nPASS: cpan/ExtUtils-MakeMaker/t/postamble\nPASS: cpan/ExtUtils-MakeMaker/t/prefixify\nPASS: cpan/ExtUtils-MakeMaker/t/prereq\nPASS: cpan/ExtUtils-MakeMaker/t/prereq_print\nPASS: cpan/ExtUtils-MakeMaker/t/problems\nPASS: cpan/ExtUtils-MakeMaker/t/prompt\nSKIP: cpan/ExtUtils-MakeMaker/t/recurs\nPASS: cpan/ExtUtils-MakeMaker/t/revision\nSKIP: cpan/ExtUtils-MakeMaker/t/several_authors\nPASS: cpan/ExtUtils-MakeMaker/t/split_command\nPASS: cpan/ExtUtils-MakeMaker/t/test_boilerplate\nPASS: cpan/ExtUtils-MakeMaker/t/testlib\nSKIP: cpan/ExtUtils-MakeMaker/t/unicode\nPASS: cpan/ExtUtils-MakeMaker/t/VERSION_FROM\nPASS: cpan/ExtUtils-MakeMaker/t/vstrings\nPASS: cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile\nPASS: cpan/ExtUtils-MakeMaker/t/writemakefile_args\nPASS: cpan/ExtUtils-Manifest/t/Manifest\nSKIP: cpan/ExtUtils-PL2Bat/t/make_executable\nPASS: cpan/File-Fetch/t/01_File-Fetch\nPASS: cpan/File-Fetch/t/null_subclass\nPASS: cpan/File-Path/t/Path\nPASS: cpan/File-Path/t/Path_root\nSKIP: cpan/File-Path/t/Path_win32\nPASS: cpan/File-Path/t/taint\nPASS: cpan/File-Temp/t/cmp\nPASS: cpan/File-Temp/t/fork\nSKIP: cpan/File-Temp/t/lock\nPASS: cpan/File-Temp/t/mktemp\nPASS: cpan/File-Temp/t/object\nPASS: cpan/File-Temp/t/posix\nPASS: cpan/File-Temp/t/rmtree\nPASS: cpan/File-Temp/t/security\nPASS: cpan/File-Temp/t/seekable\nPASS: cpan/File-Temp/t/tempfile\nPASS: cpan/Filter-Util-Call/t/call\nPASS: cpan/Filter-Util-Call/t/rt_101033\nPASS: cpan/Filter-Util-Call/t/rt_54452-rebless\nPASS: cpan/Getopt-Long/t/gol-basic\nPASS: cpan/Getopt-Long/t/gol-linkage\n# Testing Getopt::Long 2.57, Perl 5.040002, /usr/bin/perl\nPASS: cpan/Getopt-Long/t/gol-load1\nPASS: cpan/Getopt-Long/t/gol-load2\nPASS: cpan/Getopt-Long/t/gol-oo\nPASS: cpan/Getopt-Long/t/gol-xargv\nPASS: cpan/Getopt-Long/t/gol-xstring\nPASS: cpan/HTTP-Tiny/t/000_load\nPASS: cpan/HTTP-Tiny/t/001_api\nPASS: cpan/HTTP-Tiny/t/002_croakage\nPASS: cpan/HTTP-Tiny/t/003_agent\nPASS: cpan/HTTP-Tiny/t/004_timeout\nPASS: cpan/HTTP-Tiny/t/010_url\nPASS: cpan/HTTP-Tiny/t/020_headers\nPASS: cpan/HTTP-Tiny/t/030_response\nPASS: cpan/HTTP-Tiny/t/040_content\nPASS: cpan/HTTP-Tiny/t/050_chunked_body\nPASS: cpan/HTTP-Tiny/t/060_http_date\nPASS: cpan/HTTP-Tiny/t/070_cookie_jar\nPASS: cpan/HTTP-Tiny/t/100_get\nPASS: cpan/HTTP-Tiny/t/101_head\nPASS: cpan/HTTP-Tiny/t/102_put\nPASS: cpan/HTTP-Tiny/t/103_delete\nPASS: cpan/HTTP-Tiny/t/104_post\nPASS: cpan/HTTP-Tiny/t/110_mirror\nPASS: cpan/HTTP-Tiny/t/130_redirect\nPASS: cpan/HTTP-Tiny/t/140_proxy\nPASS: cpan/HTTP-Tiny/t/141_no_proxy\nPASS: cpan/HTTP-Tiny/t/150_post_form\nPASS: cpan/HTTP-Tiny/t/160_cookies\nPASS: cpan/HTTP-Tiny/t/161_basic_auth\nPASS: cpan/HTTP-Tiny/t/162_proxy_auth\nPASS: cpan/HTTP-Tiny/t/170_keepalive\nPASS: cpan/HTTP-Tiny/t/180_verify_SSL\nPASS: cpan/IO-Compress/t/001bzip2\nPASS: cpan/IO-Compress/t/001zlib-generic-deflate\nPASS: cpan/IO-Compress/t/001zlib-generic-gzip\nPASS: cpan/IO-Compress/t/001zlib-generic-rawdeflate\nPASS: cpan/IO-Compress/t/001zlib-generic-zip\nPASS: cpan/IO-Compress/t/002any-deflate\nPASS: cpan/IO-Compress/t/002any-gzip\nPASS: cpan/IO-Compress/t/002any-rawdeflate\nPASS: cpan/IO-Compress/t/002any-transparent\nPASS: cpan/IO-Compress/t/002any-zip\nPASS: cpan/IO-Compress/t/004gziphdr\nPASS: cpan/IO-Compress/t/005defhdr\nPASS: cpan/IO-Compress/t/006zip\nPASS: cpan/IO-Compress/t/011-streamzip\nPASS: cpan/IO-Compress/t/01misc\nSKIP: cpan/IO-Compress/t/020isize\nPASS: cpan/IO-Compress/t/050interop-gzip\nPASS: cpan/IO-Compress/t/100generic-bzip2\nPASS: cpan/IO-Compress/t/100generic-deflate\nPASS: cpan/IO-Compress/t/100generic-gzip\nPASS: cpan/IO-Compress/t/100generic-rawdeflate\nPASS: cpan/IO-Compress/t/100generic-zip\nSKIP: cpan/IO-Compress/t/101truncate-bzip2\nSKIP: cpan/IO-Compress/t/101truncate-deflate\nSKIP: cpan/IO-Compress/t/101truncate-gzip\nSKIP: cpan/IO-Compress/t/101truncate-rawdeflate\nSKIP: cpan/IO-Compress/t/101truncate-zip\nPASS: cpan/IO-Compress/t/102tied-bzip2\nPASS: cpan/IO-Compress/t/102tied-deflate\nPASS: cpan/IO-Compress/t/102tied-gzip\nPASS: cpan/IO-Compress/t/102tied-rawdeflate\nPASS: cpan/IO-Compress/t/102tied-zip\nPASS: cpan/IO-Compress/t/103newtied-bzip2\nPASS: cpan/IO-Compress/t/103newtied-deflate\nPASS: cpan/IO-Compress/t/103newtied-gzip\nPASS: cpan/IO-Compress/t/103newtied-rawdeflate\nPASS: cpan/IO-Compress/t/103newtied-zip\nPASS: cpan/IO-Compress/t/104destroy-bzip2\nPASS: cpan/IO-Compress/t/104destroy-deflate\nPASS: cpan/IO-Compress/t/104destroy-gzip\nPASS: cpan/IO-Compress/t/104destroy-rawdeflate\nPASS: cpan/IO-Compress/t/104destroy-zip\nPASS: cpan/IO-Compress/t/105oneshot-bzip2\nPASS: cpan/IO-Compress/t/105oneshot-deflate\nPASS: cpan/IO-Compress/t/105oneshot-gzip\nPASS: cpan/IO-Compress/t/105oneshot-gzip-only\nPASS: cpan/IO-Compress/t/105oneshot-rawdeflate\nPASS: cpan/IO-Compress/t/105oneshot-zip\nPASS: cpan/IO-Compress/t/105oneshot-zip-bzip2-only\nPASS: cpan/IO-Compress/t/105oneshot-zip-only\nSKIP: cpan/IO-Compress/t/105oneshot-zip-store-only\nSKIP: cpan/IO-Compress/t/106prime-bzip2\nSKIP: cpan/IO-Compress/t/106prime-deflate\nSKIP: cpan/IO-Compress/t/106prime-gzip\nSKIP: cpan/IO-Compress/t/106prime-rawdeflate\nSKIP: cpan/IO-Compress/t/106prime-zip\nPASS: cpan/IO-Compress/t/107multi-bzip2\nPASS: cpan/IO-Compress/t/107multi-deflate\nPASS: cpan/IO-Compress/t/107multi-gzip\nPASS: cpan/IO-Compress/t/107multi-rawdeflate\nPASS: cpan/IO-Compress/t/107multi-zip\nPASS: cpan/IO-Compress/t/107multi-zip-only\nPASS: cpan/IO-Compress/t/108anyunc-bzip2\nPASS: cpan/IO-Compress/t/108anyunc-deflate\nPASS: cpan/IO-Compress/t/108anyunc-gzip\nPASS: cpan/IO-Compress/t/108anyunc-rawdeflate\nPASS: cpan/IO-Compress/t/108anyunc-transparent\nPASS: cpan/IO-Compress/t/108anyunc-zip\nPASS: cpan/IO-Compress/t/109merge-deflate\nPASS: cpan/IO-Compress/t/109merge-gzip\nPASS: cpan/IO-Compress/t/109merge-rawdeflate\nSKIP: cpan/IO-Compress/t/109merge-zip\nPASS: cpan/IO-Compress/t/110encode-bzip2\nPASS: cpan/IO-Compress/t/110encode-deflate\nPASS: cpan/IO-Compress/t/110encode-gzip\nPASS: cpan/IO-Compress/t/110encode-rawdeflate\nPASS: cpan/IO-Compress/t/110encode-zip\nPASS: cpan/IO-Compress/t/111const-deflate\nPASS: cpan/IO-Compress/t/112utf8-zip\nPASS: cpan/IO-Compress/t/113issues\nSKIP: cpan/IO-Compress/t/999pod\nPASS: cpan/IO-Compress/t/cz-01version\nPASS: cpan/IO-Compress/t/cz-03zlib-v1\nPASS: cpan/IO-Compress/t/cz-06gzsetp\nPASS: cpan/IO-Compress/t/cz-08encoding\nPASS: cpan/IO-Compress/t/cz-14gzopen\nPASS: cpan/IO-Compress/t/globmapper\nPASS: cpan/IO-Socket-IP/t/00use\nPASS: cpan/IO-Socket-IP/t/01local-client-v4\nPASS: cpan/IO-Socket-IP/t/02local-server-v4\nPASS: cpan/IO-Socket-IP/t/03local-cross-v4\nPASS: cpan/IO-Socket-IP/t/04local-client-v6\nPASS: cpan/IO-Socket-IP/t/05local-server-v6\nPASS: cpan/IO-Socket-IP/t/06local-cross-v6\nPASS: cpan/IO-Socket-IP/t/10args\nPASS: cpan/IO-Socket-IP/t/11sockopts\nPASS: cpan/IO-Socket-IP/t/12port-fallback\nPASS: cpan/IO-Socket-IP/t/13addrinfo\nPASS: cpan/IO-Socket-IP/t/14fileno\nPASS: cpan/IO-Socket-IP/t/15io-socket\nPASS: cpan/IO-Socket-IP/t/16v6only\nPASS: cpan/IO-Socket-IP/t/17gai-flags\nPASS: cpan/IO-Socket-IP/t/18fdopen\nPASS: cpan/IO-Socket-IP/t/19no-addrs\nPASS: cpan/IO-Socket-IP/t/20subclass\nPASS: cpan/IO-Socket-IP/t/21as-inet\nPASS: cpan/IO-Socket-IP/t/22timeout\nPASS: cpan/IO-Socket-IP/t/30nonblocking-connect\nPASS: cpan/IO-Socket-IP/t/31nonblocking-connect-internet\nSKIP: cpan/IO-Socket-IP/t/99pod\nPASS: cpan/IO-Zlib/t/basic\nSKIP: cpan/IO-Zlib/t/external\nPASS: cpan/IO-Zlib/t/getc\nPASS: cpan/IO-Zlib/t/getline\nPASS: cpan/IO-Zlib/t/import\nPASS: cpan/IO-Zlib/t/large\nPASS: cpan/IO-Zlib/t/tied\nPASS: cpan/IO-Zlib/t/uncomp1\nPASS: cpan/IO-Zlib/t/uncomp2\nPASS: cpan/IPC-Cmd/t/01_IPC-Cmd\nSKIP: cpan/IPC-Cmd/t/02_Interactive\nPASS: cpan/IPC-Cmd/t/03_run-forked\nPASS: cpan/IPC-SysV/t/ipcsysv\nPASS: cpan/IPC-SysV/t/msg\nSKIP: cpan/IPC-SysV/t/pod\nSKIP: cpan/IPC-SysV/t/podcov\nPASS: cpan/IPC-SysV/t/sem\nPASS: cpan/IPC-SysV/t/shm\nPASS: cpan/JSON-PP/t/000_load\nPASS: cpan/JSON-PP/t/001_utf8\nPASS: cpan/JSON-PP/t/002_error\nPASS: cpan/JSON-PP/t/003_types\nPASS: cpan/JSON-PP/t/004_dwiw_encode\nPASS: cpan/JSON-PP/t/005_dwiw_decode\nPASS: cpan/JSON-PP/t/006_pc_pretty\nPASS: cpan/JSON-PP/t/007_pc_esc\nPASS: cpan/JSON-PP/t/008_pc_base\nPASS: cpan/JSON-PP/t/009_pc_extra_number\nPASS: cpan/JSON-PP/t/010_pc_keysort\nPASS: cpan/JSON-PP/t/011_pc_expo\nPASS: cpan/JSON-PP/t/012_blessed\nPASS: cpan/JSON-PP/t/013_limit\nPASS: cpan/JSON-PP/t/014_latin1\nPASS: cpan/JSON-PP/t/015_prefix\nPASS: cpan/JSON-PP/t/016_tied\nPASS: cpan/JSON-PP/t/017_relaxed\nPASS: cpan/JSON-PP/t/018_json_checker\nPASS: cpan/JSON-PP/t/019_incr\nPASS: cpan/JSON-PP/t/020_faihu\nPASS: cpan/JSON-PP/t/020_unknown\nPASS: cpan/JSON-PP/t/021_evans\nPASS: cpan/JSON-PP/t/022_comment_at_eof\nPASS: cpan/JSON-PP/t/052_object\nPASS: cpan/JSON-PP/t/099_binary00\nPASS: cpan/JSON-PP/t/099_binary01\nPASS: cpan/JSON-PP/t/099_binary02\nPASS: cpan/JSON-PP/t/099_binary03\nPASS: cpan/JSON-PP/t/099_binary04\nPASS: cpan/JSON-PP/t/099_binary05\nPASS: cpan/JSON-PP/t/099_binary06\nPASS: cpan/JSON-PP/t/099_binary07\nPASS: cpan/JSON-PP/t/099_binary08\nPASS: cpan/JSON-PP/t/099_binary09\nPASS: cpan/JSON-PP/t/099_binary10\nPASS: cpan/JSON-PP/t/099_binary11\nPASS: cpan/JSON-PP/t/099_binary12\nPASS: cpan/JSON-PP/t/099_binary13\nPASS: cpan/JSON-PP/t/099_binary14\nPASS: cpan/JSON-PP/t/099_binary15\nPASS: cpan/JSON-PP/t/104_sortby\nPASS: cpan/JSON-PP/t/105_esc_slash\nPASS: cpan/JSON-PP/t/106_allow_barekey\nPASS: cpan/JSON-PP/t/107_allow_singlequote\nPASS: cpan/JSON-PP/t/108_decode\nPASS: cpan/JSON-PP/t/109_encode\nPASS: cpan/JSON-PP/t/110_bignum\nPASS: cpan/JSON-PP/t/112_upgrade\nPASS: cpan/JSON-PP/t/113_overloaded_eq\nPASS: cpan/JSON-PP/t/114_decode_prefix\nPASS: cpan/JSON-PP/t/115_tie_ixhash\nPASS: cpan/JSON-PP/t/116_incr_parse_fixed\nPASS: cpan/JSON-PP/t/117_numbers\nPASS: cpan/JSON-PP/t/118_boolean_values\nPASS: cpan/JSON-PP/t/119_incr_parse_utf8\nPASS: cpan/JSON-PP/t/120_incr_parse_truncated\nPASS: cpan/JSON-PP/t/core_bools\nPASS: cpan/JSON-PP/t/gh_28_json_test_suite\nPASS: cpan/JSON-PP/t/gh_29_trailing_false_value\nPASS: cpan/JSON-PP/t/rt_116998_wrong_character_offset\nPASS: cpan/JSON-PP/t/rt_122270_old_xs_boolean\nPASS: cpan/JSON-PP/t/rt_90071_incr_parse\nPASS: cpan/JSON-PP/t/zero-mojibake\nPASS: cpan/libnet/t/config\nPASS: cpan/libnet/t/datasend\nSKIP: cpan/libnet/t/ftp\nPASS: cpan/libnet/t/hostname\nPASS: cpan/libnet/t/netrc\nSKIP: cpan/libnet/t/nntp\nPASS: cpan/libnet/t/nntp_ipv6\nSKIP: cpan/libnet/t/nntp_ssl\nPASS: cpan/libnet/t/pop3_ipv6\nSKIP: cpan/libnet/t/pop3_ssl\nPASS: cpan/libnet/t/require\nSKIP: cpan/libnet/t/smtp\nPASS: cpan/libnet/t/smtp_ipv6\nSKIP: cpan/libnet/t/smtp_ssl\nPASS: cpan/libnet/t/time\nPASS: cpan/Locale-Maketext-Simple/t/0-signature\nPASS: cpan/Locale-Maketext-Simple/t/1-basic\nSKIP: cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default\nSKIP: cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default\nPASS: cpan/Math-BigInt/t/bare_mbf\nPASS: cpan/Math-BigInt/t/bare_mbi\nPASS: cpan/Math-BigInt/t/bare_mbr\nPASS: cpan/Math-BigInt/t/bare_mif\nPASS: cpan/Math-BigInt/t/bfround_numify\nPASS: cpan/Math-BigInt/t/big_ap\nPASS: cpan/Math-BigInt/t/big_pi_e\nPASS: cpan/Math-BigInt/t/bigfltpm\nPASS: cpan/Math-BigInt/t/bigfltrt\nPASS: cpan/Math-BigInt/t/bigintc\nPASS: cpan/Math-BigInt/t/bigintc-import\nPASS: cpan/Math-BigInt/t/bigintpm\nPASS: cpan/Math-BigInt/t/bigints\nPASS: cpan/Math-BigInt/t/biglog\nPASS: cpan/Math-BigInt/t/bigrat\nPASS: cpan/Math-BigInt/t/bigratpm\nPASS: cpan/Math-BigInt/t/bigratup\nPASS: cpan/Math-BigInt/t/bigroot\nPASS: cpan/Math-BigInt/t/bitwise-mbr\nPASS: cpan/Math-BigInt/t/calling-class-methods\nPASS: cpan/Math-BigInt/t/calling-constant\nPASS: cpan/Math-BigInt/t/calling-instance-methods\nPASS: cpan/Math-BigInt/t/calling-lib1\nPASS: cpan/Math-BigInt/t/calling-lib2\nPASS: cpan/Math-BigInt/t/config\nPASS: cpan/Math-BigInt/t/downgrade-mbi-mbf\nPASS: cpan/Math-BigInt/t/downgrade-mbi-mbr\nPASS: cpan/Math-BigInt/t/hang-mbr\nPASS: cpan/Math-BigInt/t/inf_nan\nPASS: cpan/Math-BigInt/t/isa\nPASS: cpan/Math-BigInt/t/mbf_ali\nPASS: cpan/Math-BigInt/t/mbi_ali\nPASS: cpan/Math-BigInt/t/mbi_rand\nPASS: cpan/Math-BigInt/t/mbimbf\nPASS: cpan/Math-BigInt/t/mbr_ali\nPASS: cpan/Math-BigInt/t/nan_cmp\nPASS: cpan/Math-BigInt/t/new_overloaded\nPASS: cpan/Math-BigInt/t/round\nPASS: cpan/Math-BigInt/t/rt-16221\nPASS: cpan/Math-BigInt/t/rt121139\nPASS: cpan/Math-BigInt/t/sub_ali\nPASS: cpan/Math-BigInt/t/sub_mbf\nPASS: cpan/Math-BigInt/t/sub_mbi\nPASS: cpan/Math-BigInt/t/sub_mbr\nPASS: cpan/Math-BigInt/t/sub_mif\nPASS: cpan/Math-BigInt/t/trap\nPASS: cpan/Math-BigInt/t/upgrade\nPASS: cpan/Math-BigInt/t/upgrade2\nPASS: cpan/Math-BigInt/t/upgradef\nPASS: cpan/Math-BigInt/t/use\nPASS: cpan/Math-BigInt/t/use_mbfw\nPASS: cpan/Math-BigInt/t/with_sub\nPASS: cpan/Math-BigInt-FastCalc/t/bigintfc\nPASS: cpan/Math-BigInt-FastCalc/t/biglog\nPASS: cpan/Math-BigInt-FastCalc/t/bigroot\nPASS: cpan/Math-BigInt-FastCalc/t/bootstrap\nPASS: cpan/Math-BigInt-FastCalc/t/leak\nPASS: cpan/Math-BigInt-FastCalc/t/mbi_rand\nPASS: cpan/Memoize/t/basic\nPASS: cpan/Memoize/t/cache\nPASS: cpan/Memoize/t/correctness\nPASS: cpan/Memoize/t/expmod\nPASS: cpan/Memoize/t/expmod_t\nPASS: cpan/Memoize/t/flush\nPASS: cpan/Memoize/t/normalize\nPASS: cpan/Memoize/t/threadsafe\nPASS: cpan/Memoize/t/tie\nSKIP: cpan/Memoize/t/tie_db\nPASS: cpan/Memoize/t/tie_gdbm\nPASS: cpan/Memoize/t/tie_ndbm\nSKIP: cpan/Memoize/t/tie_odbm\nPASS: cpan/Memoize/t/tie_sdbm\nPASS: cpan/Memoize/t/tie_storable\nPASS: cpan/Memoize/t/unmemoize\nPASS: cpan/MIME-Base64/t/base64\nPASS: cpan/MIME-Base64/t/base64url\nPASS: cpan/MIME-Base64/t/length\nPASS: cpan/MIME-Base64/t/quoted-print\nPASS: cpan/MIME-Base64/t/unicode\nPASS: cpan/Module-Load/t/01_Module-Load\nPASS: cpan/Module-Load/t/02_Module-Load\nPASS: cpan/Module-Load-Conditional/t/01_Module_Load_Conditional\nPASS: cpan/Module-Loaded/t/01_Module-Loaded\nPASS: cpan/Module-Metadata/t/contains_pod\nPASS: cpan/Module-Metadata/t/encoding\nPASS: cpan/Module-Metadata/t/endpod\nPASS: cpan/Module-Metadata/t/extract-package\nPASS: cpan/Module-Metadata/t/extract-version\nPASS: cpan/Module-Metadata/t/metadata\nPASS: cpan/Module-Metadata/t/taint\nPASS: cpan/Module-Metadata/t/version\nPASS: cpan/NEXT/t/actual\nPASS: cpan/NEXT/t/actuns\nPASS: cpan/NEXT/t/dynamically_scoped_regex_vars\nPASS: cpan/NEXT/t/next\nPASS: cpan/NEXT/t/stringify\nPASS: cpan/NEXT/t/unseen\nPASS: cpan/Params-Check/t/01_Params-Check\nPASS: cpan/parent/t/compile-time\nPASS: cpan/parent/t/compile-time-file\nPASS: cpan/parent/t/parent\nPASS: cpan/parent/t/parent-classfromclassfile\nPASS: cpan/parent/t/parent-classfromfile\nPASS: cpan/parent/t/parent-pmc\nPASS: cpan/parent/t/parent-returns-false\nPASS: cpan/Perl-OSType/t/OSType\nSKIP: cpan/PerlIO-via-QuotedPrint/t/changes\nSKIP: cpan/PerlIO-via-QuotedPrint/t/critic\nSKIP: cpan/PerlIO-via-QuotedPrint/t/pod\nSKIP: cpan/PerlIO-via-QuotedPrint/t/pod_coverage\nPASS: cpan/PerlIO-via-QuotedPrint/t/QuotedPrint\nPASS: cpan/Pod-Checker/t/pod/podchkenc\nPASS: cpan/Pod-Checker/t/pod/podchklink\nPASS: cpan/Pod-Checker/t/pod/poderrs\nPASS: cpan/Pod-Checker/t/pod/podname\nPASS: cpan/Pod-Checker/t/pod/selfcheck\nPASS: cpan/Pod-Escapes/t/01_about_verbose\nPASS: cpan/Pod-Escapes/t/10_main\nPASS: cpan/Pod-Escapes/t/15_name2charnum\nPASS: cpan/Pod-Perldoc/t/00_load\nPASS: cpan/Pod-Perldoc/t/01_about_verbose\nPASS: cpan/Pod-Perldoc/t/man/_get_columns\nSKIP: cpan/Pod-Perldoc/t/pod\nPASS: cpan/Pod-Simple/t/00about\nPASS: cpan/Pod-Simple/t/ac_d\nPASS: cpan/Pod-Simple/t/accept01\nPASS: cpan/Pod-Simple/t/accept05\nPASS: cpan/Pod-Simple/t/basic\nPASS: cpan/Pod-Simple/t/begin\nPASS: cpan/Pod-Simple/t/cbacks\nPASS: cpan/Pod-Simple/t/chunking\nPASS: cpan/Pod-Simple/t/closeys\nPASS: cpan/Pod-Simple/t/content_seen\nPASS: cpan/Pod-Simple/t/corpus\nPASS: cpan/Pod-Simple/t/emptylists\nPASS: cpan/Pod-Simple/t/enc-chars\nPASS: cpan/Pod-Simple/t/encod01\nPASS: cpan/Pod-Simple/t/encod02\nPASS: cpan/Pod-Simple/t/encod03\nPASS: cpan/Pod-Simple/t/encod04\nPASS: cpan/Pod-Simple/t/end_over\nPASS: cpan/Pod-Simple/t/eol\nPASS: cpan/Pod-Simple/t/eol2\nPASS: cpan/Pod-Simple/t/fake-closers\nPASS: cpan/Pod-Simple/t/fcodes\nPASS: cpan/Pod-Simple/t/fcodes_e\nPASS: cpan/Pod-Simple/t/fcodes_l\nPASS: cpan/Pod-Simple/t/fcodes_s\nPASS: cpan/Pod-Simple/t/for\nPASS: cpan/Pod-Simple/t/fornot\nPASS: cpan/Pod-Simple/t/github_issue_79\nPASS: cpan/Pod-Simple/t/heads\nPASS: cpan/Pod-Simple/t/html01\nPASS: cpan/Pod-Simple/t/html02\nPASS: cpan/Pod-Simple/t/html03\nPASS: cpan/Pod-Simple/t/htmlbat\nPASS: cpan/Pod-Simple/t/items\nPASS: cpan/Pod-Simple/t/items02\nPASS: cpan/Pod-Simple/t/itemstar\nPASS: cpan/Pod-Simple/t/JustPod01\nPASS: cpan/Pod-Simple/t/JustPod02\nPASS: cpan/Pod-Simple/t/JustPod_corpus\nPASS: cpan/Pod-Simple/t/linkclas\nPASS: cpan/Pod-Simple/t/output\nPASS: cpan/Pod-Simple/t/puller\nPASS: cpan/Pod-Simple/t/pulltitl\nPASS: cpan/Pod-Simple/t/reinit\nPASS: cpan/Pod-Simple/t/render\nPASS: cpan/Pod-Simple/t/rtf_utf8\nPASS: cpan/Pod-Simple/t/search05\nPASS: cpan/Pod-Simple/t/search10\nPASS: cpan/Pod-Simple/t/search12\nPASS: cpan/Pod-Simple/t/search20\nPASS: cpan/Pod-Simple/t/search22\nPASS: cpan/Pod-Simple/t/search25\nPASS: cpan/Pod-Simple/t/search26\nPASS: cpan/Pod-Simple/t/search27\nPASS: cpan/Pod-Simple/t/search28\nPASS: cpan/Pod-Simple/t/search29\nPASS: cpan/Pod-Simple/t/search50\nPASS: cpan/Pod-Simple/t/search60\nPASS: cpan/Pod-Simple/t/stree\nPASS: cpan/Pod-Simple/t/strpvbtm\nPASS: cpan/Pod-Simple/t/tiedfh\nPASS: cpan/Pod-Simple/t/verb_fmt\nPASS: cpan/Pod-Simple/t/verbatim\nPASS: cpan/Pod-Simple/t/whine\nPASS: cpan/Pod-Simple/t/x_nixer\nPASS: cpan/Pod-Simple/t/xhtml-bkb\nPASS: cpan/Pod-Simple/t/xhtml01\nPASS: cpan/Pod-Simple/t/xhtml05\nPASS: cpan/Pod-Simple/t/xhtml10\nPASS: cpan/Pod-Simple/t/xhtml15\nPASS: cpan/Pod-Simple/t/xhtml20\nPASS: cpan/Pod-Simple/t/xhtml25\nPASS: cpan/Pod-Usage/t/pod/headwithmarkup\nPASS: cpan/Pod-Usage/t/pod/pod2usage\nPASS: cpan/Pod-Usage/t/pod/pod2usage2\nPASS: cpan/Pod-Usage/t/pod/selectheaders\nPASS: cpan/Pod-Usage/t/pod/selectsections\nSKIP: cpan/podlators/t/docs/changes\nSKIP: cpan/podlators/t/docs/pod\nSKIP: cpan/podlators/t/docs/pod-spelling\nSKIP: cpan/podlators/t/docs/spdx-license\nSKIP: cpan/podlators/t/docs/synopsis\nPASS: cpan/podlators/t/general/basic\nPASS: cpan/podlators/t/general/filehandle\nPASS: cpan/podlators/t/general/pod-parser\nPASS: cpan/podlators/t/man/devise-date\nPASS: cpan/podlators/t/man/devise-title\nPASS: cpan/podlators/t/man/empty\nPASS: cpan/podlators/t/man/encoding\nPASS: cpan/podlators/t/man/heading\nPASS: cpan/podlators/t/man/iso-8859-1\nPASS: cpan/podlators/t/man/no-encode\nPASS: cpan/podlators/t/man/snippets\nPASS: cpan/podlators/t/man/utf8-io\nPASS: cpan/podlators/t/parselink/basic\nSKIP: cpan/podlators/t/style/critic\nSKIP: cpan/podlators/t/style/kwalitee\nSKIP: cpan/podlators/t/style/minimum-version\nSKIP: cpan/podlators/t/style/module-version\nSKIP: cpan/podlators/t/style/obsolete-strings\nSKIP: cpan/podlators/t/style/strict\nPASS: cpan/podlators/t/text/color\nPASS: cpan/podlators/t/text/invalid\nPASS: cpan/podlators/t/text/iso-8859-1\nPASS: cpan/podlators/t/text/overstrike\nPASS: cpan/podlators/t/text/snippets\nPASS: cpan/podlators/t/text/termcap\nPASS: cpan/podlators/t/text/utf8-io\nPASS: cpan/Scalar-List-Utils/t/00version\nPASS: cpan/Scalar-List-Utils/t/any-all\nPASS: cpan/Scalar-List-Utils/t/blessed\nPASS: cpan/Scalar-List-Utils/t/dualvar\nOld package separator \"'\" deprecated at (eval 285) line 1.\nPASS: cpan/Scalar-List-Utils/t/exotic_names\nPASS: cpan/Scalar-List-Utils/t/first\nPASS: cpan/Scalar-List-Utils/t/getmagic-once\nPASS: cpan/Scalar-List-Utils/t/head-tail\nPASS: cpan/Scalar-List-Utils/t/isvstring\nPASS: cpan/Scalar-List-Utils/t/lln\nPASS: cpan/Scalar-List-Utils/t/max\nPASS: cpan/Scalar-List-Utils/t/maxstr\nPASS: cpan/Scalar-List-Utils/t/mesh\nPASS: cpan/Scalar-List-Utils/t/min\nPASS: cpan/Scalar-List-Utils/t/minstr\nPASS: cpan/Scalar-List-Utils/t/openhan\nPASS: cpan/Scalar-List-Utils/t/pair\nPASS: cpan/Scalar-List-Utils/t/product\nPASS: cpan/Scalar-List-Utils/t/prototype\nPASS: cpan/Scalar-List-Utils/t/readonly\nPASS: cpan/Scalar-List-Utils/t/reduce\nPASS: cpan/Scalar-List-Utils/t/reductions\nPASS: cpan/Scalar-List-Utils/t/refaddr\nPASS: cpan/Scalar-List-Utils/t/reftype\nPASS: cpan/Scalar-List-Utils/t/rt-96343\nPASS: cpan/Scalar-List-Utils/t/sample\nPASS: cpan/Scalar-List-Utils/t/scalarutil-proto\nPASS: cpan/Scalar-List-Utils/t/shuffle\nPASS: cpan/Scalar-List-Utils/t/stack-corruption\nPASS: cpan/Scalar-List-Utils/t/subname\nPASS: cpan/Scalar-List-Utils/t/sum\nPASS: cpan/Scalar-List-Utils/t/sum0\nPASS: cpan/Scalar-List-Utils/t/tainted\nPASS: cpan/Scalar-List-Utils/t/undefined-block\nPASS: cpan/Scalar-List-Utils/t/uniq\nPASS: cpan/Scalar-List-Utils/t/uniqnum\nPASS: cpan/Scalar-List-Utils/t/weak\nPASS: cpan/Scalar-List-Utils/t/zip\nPASS: cpan/Socket/t/getaddrinfo\nPASS: cpan/Socket/t/getnameinfo\nPASS: cpan/Socket/t/ip_mreq\nPASS: cpan/Socket/t/ipv6_mreq\nPASS: cpan/Socket/t/sockaddr\nPASS: cpan/Socket/t/Socket\nPASS: cpan/Socket/t/socketpair\nPASS: cpan/Sys-Syslog/t/00-load\nPASS: cpan/Sys-Syslog/t/constants\nPASS: cpan/Sys-Syslog/t/cpan-rt-21516\nSKIP: cpan/Sys-Syslog/t/cpan-rt-21866\nSKIP: cpan/Sys-Syslog/t/cpan-rt-25488\nPASS: cpan/Sys-Syslog/t/cpan-rt-55151\nPASS: cpan/Sys-Syslog/t/cpan-rt-64287\nSKIP: cpan/Sys-Syslog/t/facilities-routing\nPASS: cpan/Sys-Syslog/t/syslog\nPASS: cpan/Sys-Syslog/t/syslog-inet-udp\nPASS: cpan/Term-ANSIColor/t/module/aliases-func\nPASS: cpan/Term-ANSIColor/t/module/basic\nPASS: cpan/Term-ANSIColor/t/module/basic256\nPASS: cpan/Term-ANSIColor/t/module/eval\nPASS: cpan/Term-ANSIColor/t/module/stringify\nPASS: cpan/Term-ANSIColor/t/module/true-color\nPASS: cpan/Term-ANSIColor/t/taint/basic\nSKIP: cpan/Term-Cap/test\nPASS: cpan/Term-Table/t/bad_blank_line\nPASS: cpan/Term-Table/t/HashBase\nPASS: cpan/Term-Table/t/honor_env_in_non_tty\nPASS: cpan/Term-Table/t/issue-9\nPASS: cpan/Term-Table/t/Table\nPASS: cpan/Term-Table/t/Table/Cell\nPASS: cpan/Term-Table/t/Table/CellStack\nPASS: cpan/Term-Table/t/Table/LineBreak\nPASS: cpan/Test-Harness/t/aggregator\nPASS: cpan/Test-Harness/t/bailout\nPASS: cpan/Test-Harness/t/base\nPASS: cpan/Test-Harness/t/callbacks\nPASS: cpan/Test-Harness/t/compat/env\nPASS: cpan/Test-Harness/t/compat/env_opts\nPASS: cpan/Test-Harness/t/compat/failure\nPASS: cpan/Test-Harness/t/compat/inc-propagation\nPASS: cpan/Test-Harness/t/compat/inc_taint\nSKIP: cpan/Test-Harness/t/compat/nonumbers\nPASS: cpan/Test-Harness/t/compat/regression\nPASS: cpan/Test-Harness/t/compat/subclass\nPASS: cpan/Test-Harness/t/compat/switches\nPASS: cpan/Test-Harness/t/compat/test-harness-compat\nPASS: cpan/Test-Harness/t/compat/version\nPASS: cpan/Test-Harness/t/console\nPASS: cpan/Test-Harness/t/env_opts\nPASS: cpan/Test-Harness/t/errors\nPASS: cpan/Test-Harness/t/file\nPASS: cpan/Test-Harness/t/glob-to-regexp\nPASS: cpan/Test-Harness/t/grammar\nPASS: cpan/Test-Harness/t/harness\nPASS: cpan/Test-Harness/t/harness-bailout\nPASS: cpan/Test-Harness/t/harness-subclass\nPASS: cpan/Test-Harness/t/iterator_factory\nPASS: cpan/Test-Harness/t/iterators\nPASS: cpan/Test-Harness/t/multiplexer\nPASS: cpan/Test-Harness/t/nested\nPASS: cpan/Test-Harness/t/nofork\nPASS: cpan/Test-Harness/t/nofork-mux\nPASS: cpan/Test-Harness/t/object\nPASS: cpan/Test-Harness/t/parse\nPASS: cpan/Test-Harness/t/parser-config\nPASS: cpan/Test-Harness/t/parser-subclass\nPASS: cpan/Test-Harness/t/perl5lib\nPASS: cpan/Test-Harness/t/premature-bailout\nPASS: cpan/Test-Harness/t/process\nPASS: cpan/Test-Harness/t/prove\nPASS: cpan/Test-Harness/t/proverc\nPASS: cpan/Test-Harness/t/proverun\nPASS: cpan/Test-Harness/t/proveversion\nPASS: cpan/Test-Harness/t/regression\nPASS: cpan/Test-Harness/t/results\nPASS: cpan/Test-Harness/t/rulesfile\nPASS: cpan/Test-Harness/t/scheduler\nPASS: cpan/Test-Harness/t/source\nPASS: cpan/Test-Harness/t/source_handler\nPASS: cpan/Test-Harness/t/source_tests/source\nPASS: cpan/Test-Harness/t/spool\nPASS: cpan/Test-Harness/t/state\nPASS: cpan/Test-Harness/t/state_results\nPASS: cpan/Test-Harness/t/streams\nPASS: cpan/Test-Harness/t/taint\nPASS: cpan/Test-Harness/t/testargs\nPASS: cpan/Test-Harness/t/unicode\nPASS: cpan/Test-Harness/t/yamlish\nPASS: cpan/Test-Harness/t/yamlish-output\nPASS: cpan/Test-Harness/t/yamlish-writer\nPASS: cpan/Test-Simple/t/HashBase\nPASS: cpan/Test-Simple/t/Legacy/00test_harness_check\nPASS: cpan/Test-Simple/t/Legacy/01-basic\nPASS: cpan/Test-Simple/t/Legacy/478-cmp_ok_hash\nPASS: cpan/Test-Simple/t/Legacy/auto\nPASS: cpan/Test-Simple/t/Legacy/bad_plan\nPASS: cpan/Test-Simple/t/Legacy/bail_out\nPASS: cpan/Test-Simple/t/Legacy/BEGIN_require_ok\nPASS: cpan/Test-Simple/t/Legacy/BEGIN_use_ok\nPASS: cpan/Test-Simple/t/Legacy/buffer\nPASS: cpan/Test-Simple/t/Legacy/Bugs/600\nPASS: cpan/Test-Simple/t/Legacy/Bugs/629\nPASS: cpan/Test-Simple/t/Legacy/Builder/Builder\nPASS: cpan/Test-Simple/t/Legacy/Builder/carp\nPASS: cpan/Test-Simple/t/Legacy/Builder/create\nPASS: cpan/Test-Simple/t/Legacy/Builder/current_test\nPASS: cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/details\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_double\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number\nPASS: cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout\nPASS: cpan/Test-Simple/t/Legacy/Builder/has_plan\nPASS: cpan/Test-Simple/t/Legacy/Builder/has_plan2\nPASS: cpan/Test-Simple/t/Legacy/Builder/is_fh\nPASS: cpan/Test-Simple/t/Legacy/Builder/is_passing\nPASS: cpan/Test-Simple/t/Legacy/Builder/maybe_regex\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_diag\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_ending\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_header\nPASS: cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all\nPASS: cpan/Test-Simple/t/Legacy/Builder/ok_obj\nPASS: cpan/Test-Simple/t/Legacy/Builder/output\nPASS: cpan/Test-Simple/t/Legacy/Builder/reset\nPASS: cpan/Test-Simple/t/Legacy/Builder/reset_outputs\nPASS: cpan/Test-Simple/t/Legacy/Builder/try\nPASS: cpan/Test-Simple/t/Legacy/c_flag\nPASS: cpan/Test-Simple/t/Legacy/capture\nPASS: cpan/Test-Simple/t/Legacy/check_tests\nPASS: cpan/Test-Simple/t/Legacy/circular_data\nPASS: cpan/Test-Simple/t/Legacy/cmp_ok\nPASS: cpan/Test-Simple/t/Legacy/depth\nPASS: cpan/Test-Simple/t/Legacy/diag\nPASS: cpan/Test-Simple/t/Legacy/died\nPASS: cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler\nPASS: cpan/Test-Simple/t/Legacy/eq_set\nPASS: cpan/Test-Simple/t/Legacy/exit\nPASS: cpan/Test-Simple/t/Legacy/explain\nPASS: cpan/Test-Simple/t/Legacy/explain_err_vars\nPASS: cpan/Test-Simple/t/Legacy/extra\nPASS: cpan/Test-Simple/t/Legacy/extra_one\nPASS: cpan/Test-Simple/t/Legacy/fail\nPASS: cpan/Test-Simple/t/Legacy/fail-like\nPASS: cpan/Test-Simple/t/Legacy/fail-more\nPASS: cpan/Test-Simple/t/Legacy/fail_one\nPASS: cpan/Test-Simple/t/Legacy/filehandles\nPASS: cpan/Test-Simple/t/Legacy/fork\nPASS: cpan/Test-Simple/t/Legacy/harness_active\nPASS: cpan/Test-Simple/t/Legacy/import\nPASS: cpan/Test-Simple/t/Legacy/is_deeply_dne_bug\nPASS: cpan/Test-Simple/t/Legacy/is_deeply_fail\nSKIP: cpan/Test-Simple/t/Legacy/is_deeply_with_threads\nPASS: cpan/Test-Simple/t/Legacy/missing\nPASS: cpan/Test-Simple/t/Legacy/More\nPASS: cpan/Test-Simple/t/Legacy/new_ok\nPASS: cpan/Test-Simple/t/Legacy/no_log_results\nPASS: cpan/Test-Simple/t/Legacy/no_plan\nPASS: cpan/Test-Simple/t/Legacy/no_tests\nPASS: cpan/Test-Simple/t/Legacy/note\nPASS: cpan/Test-Simple/t/Legacy/overload\nPASS: cpan/Test-Simple/t/Legacy/overload_threads\nPASS: cpan/Test-Simple/t/Legacy/plan\nPASS: cpan/Test-Simple/t/Legacy/plan_bad\nPASS: cpan/Test-Simple/t/Legacy/plan_is_noplan\nPASS: cpan/Test-Simple/t/Legacy/plan_no_plan\nPASS: cpan/Test-Simple/t/Legacy/plan_shouldnt_import\nSKIP: cpan/Test-Simple/t/Legacy/plan_skip_all\nSKIP: cpan/Test-Simple/t/Legacy/Regression/637\nPASS: cpan/Test-Simple/t/Legacy/Regression/683_thread_todo\nPASS: cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok\nPASS: cpan/Test-Simple/t/Legacy/Regression/736_use_ok\nSKIP: cpan/Test-Simple/t/Legacy/Regression/789-read-only\nSKIP: cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings\nPASS: cpan/Test-Simple/t/Legacy/Regression/is_capture\nPASS: cpan/Test-Simple/t/Legacy/require_ok\nPASS: cpan/Test-Simple/t/Legacy/run_test\nPASS: cpan/Test-Simple/t/Legacy/simple\nPASS: cpan/Test-Simple/t/Legacy/Simple/load\nPASS: cpan/Test-Simple/t/Legacy/skip\nPASS: cpan/Test-Simple/t/Legacy/skipall\nSKIP: cpan/Test-Simple/t/Legacy/strays\nPASS: cpan/Test-Simple/t/Legacy/subtest/args\nPASS: cpan/Test-Simple/t/Legacy/subtest/bail_out\nPASS: cpan/Test-Simple/t/Legacy/subtest/basic\nPASS: cpan/Test-Simple/t/Legacy/subtest/callback\nPASS: cpan/Test-Simple/t/Legacy/subtest/die\nPASS: cpan/Test-Simple/t/Legacy/subtest/do\nPASS: cpan/Test-Simple/t/Legacy/subtest/events\nPASS: cpan/Test-Simple/t/Legacy/subtest/fork\nPASS: cpan/Test-Simple/t/Legacy/subtest/implicit_done\nPASS: cpan/Test-Simple/t/Legacy/subtest/line_numbers\nPASS: cpan/Test-Simple/t/Legacy/subtest/plan\nPASS: cpan/Test-Simple/t/Legacy/subtest/predicate\nPASS: cpan/Test-Simple/t/Legacy/subtest/singleton\nPASS: cpan/Test-Simple/t/Legacy/subtest/threads\nPASS: cpan/Test-Simple/t/Legacy/subtest/todo\nPASS: cpan/Test-Simple/t/Legacy/subtest/wstat\nPASS: cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to\nPASS: cpan/Test-Simple/t/Legacy/Test2/Subtest\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_01basic\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_03die\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_07args\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest\nPASS: cpan/Test-Simple/t/Legacy/Tester/tbt_09do\nPASS: cpan/Test-Simple/t/Legacy/thread_taint\nPASS: cpan/Test-Simple/t/Legacy/threads\nPASS: cpan/Test-Simple/t/Legacy/todo\nPASS: cpan/Test-Simple/t/Legacy/undef\nPASS: cpan/Test-Simple/t/Legacy/use_ok\nPASS: cpan/Test-Simple/t/Legacy/useing\nPASS: cpan/Test-Simple/t/Legacy/utf8\nPASS: cpan/Test-Simple/t/Legacy/versions\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note\nPASS: cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning\nPASS: cpan/Test-Simple/t/regression/642_persistent_end\nPASS: cpan/Test-Simple/t/regression/662-tbt-no-plan\nPASS: cpan/Test-Simple/t/regression/684-nested_todo_diag\nPASS: cpan/Test-Simple/t/regression/694_note_diag_return_values\nPASS: cpan/Test-Simple/t/regression/696-intercept_skip_all\nPASS: cpan/Test-Simple/t/regression/721-nested-streamed-subtest\nPASS: cpan/Test-Simple/t/regression/757-reset_in_subtest\nPASS: cpan/Test-Simple/t/regression/812-todo\nPASS: cpan/Test-Simple/t/regression/817-subtest-todo\nPASS: cpan/Test-Simple/t/regression/862-intercept_tb_todo\nPASS: cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered\nPASS: cpan/Test-Simple/t/regression/builder_does_not_init\nPASS: cpan/Test-Simple/t/regression/errors_facet\nPASS: cpan/Test-Simple/t/regression/fork_first\nPASS: cpan/Test-Simple/t/regression/inherit_trace\nPASS: cpan/Test-Simple/t/regression/no_name_in_subtest\nPASS: cpan/Test-Simple/t/regression/skip_reason_object_ipc\nPASS: cpan/Test-Simple/t/regression/todo_and_facets\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_fork\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_plan\nSKIP: cpan/Test-Simple/t/Test2/acceptance/try_it_skip\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_threads\nPASS: cpan/Test-Simple/t/Test2/acceptance/try_it_todo\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_a\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_b\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_c\nPASS: cpan/Test-Simple/t/Test2/behavior/disable_ipc_d\nPASS: cpan/Test-Simple/t/Test2/behavior/err_var\nPASS: cpan/Test-Simple/t/Test2/behavior/Formatter\nPASS: cpan/Test-Simple/t/Test2/behavior/init_croak\nPASS: cpan/Test-Simple/t/Test2/behavior/intercept\nPASS: cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout\nPASS: cpan/Test-Simple/t/Test2/behavior/nested_context_exception\nPASS: cpan/Test-Simple/t/Test2/behavior/no_load_api\nPASS: cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit\nPASS: cpan/Test-Simple/t/Test2/behavior/special_names\nPASS: cpan/Test-Simple/t/Test2/behavior/subtest_bailout\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_callback\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_events\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_plan\nPASS: cpan/Test-Simple/t/Test2/behavior/Subtest_todo\nPASS: cpan/Test-Simple/t/Test2/behavior/Taint\nPASS: cpan/Test-Simple/t/Test2/behavior/trace_signature\nPASS: cpan/Test-Simple/t/Test2/behavior/trace_stamps\nPASS: cpan/Test-Simple/t/Test2/behavior/uuid\nPASS: cpan/Test-Simple/t/Test2/legacy/TAP\nPASS: cpan/Test-Simple/t/Test2/modules/API\nPASS: cpan/Test-Simple/t/Test2/modules/API/Breakage\nPASS: cpan/Test-Simple/t/Test2/modules/API/Context\nPASS: cpan/Test-Simple/t/Test2/modules/API/Instance\nPASS: cpan/Test-Simple/t/Test2/modules/API/InterceptResult\nPASS: cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event\nPASS: cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher\nPASS: cpan/Test-Simple/t/Test2/modules/API/Stack\nPASS: cpan/Test-Simple/t/Test2/modules/Event\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Bail\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Diag\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Encoding\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Exception\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Fail\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Generic\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Note\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Ok\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Pass\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Plan\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Skip\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Subtest\nPASS: cpan/Test-Simple/t/Test2/modules/Event/TAP/Version\nPASS: cpan/Test-Simple/t/Test2/modules/Event/V2\nPASS: cpan/Test-Simple/t/Test2/modules/Event/Waiting\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/About\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Assert\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Control\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Error\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Info\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Meta\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Parent\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Plan\nPASS: cpan/Test-Simple/t/Test2/modules/EventFacet/Trace\nPASS: cpan/Test-Simple/t/Test2/modules/Formatter/TAP\nPASS: cpan/Test-Simple/t/Test2/modules/Hub\nPASS: cpan/Test-Simple/t/Test2/modules/Hub/Interceptor\nPASS: cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator\nPASS: cpan/Test-Simple/t/Test2/modules/Hub/Subtest\nPASS: cpan/Test-Simple/t/Test2/modules/IPC\nPASS: cpan/Test-Simple/t/Test2/modules/IPC/Driver\nPASS: cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files\nPASS: cpan/Test-Simple/t/Test2/modules/Tools/Tiny\nPASS: cpan/Test-Simple/t/Test2/modules/Util\nPASS: cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta\nPASS: cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy\nPASS: cpan/Test-Simple/t/Test2/modules/Util/Trace\nPASS: cpan/Test-Simple/t/Test2/regression/693_ipc_ordering\nPASS: cpan/Test-Simple/t/Test2/regression/746-forking-subtest\nPASS: cpan/Test-Simple/t/Test2/regression/gh_16\nSKIP: cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit\nPASS: cpan/Test2-Suite/t/acceptance/OO\nPASS: cpan/Test2-Suite/t/acceptance/skip\nPASS: cpan/Test2-Suite/t/acceptance/spec\nPASS: cpan/Test2-Suite/t/acceptance/Tools\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4\nPASS: cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5\nPASS: cpan/Test2-Suite/t/behavior/async_trace\nPASS: cpan/Test2-Suite/t/behavior/filtering\nPASS: cpan/Test2-Suite/t/behavior/Mocking\nPASS: cpan/Test2-Suite/t/behavior/no_done_testing\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_any\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_no_fork\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_no_iso\nPASS: cpan/Test2-Suite/t/behavior/no_leaks_no_threads\nPASS: cpan/Test2-Suite/t/behavior/simple\nPASS: cpan/Test2-Suite/t/load_manual\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach\nPASS: cpan/Test2-Suite/t/modules/AsyncSubtest/Hub\nPASS: cpan/Test2-Suite/t/modules/Bundle\nPASS: cpan/Test2-Suite/t/modules/Bundle/Extended\nPASS: cpan/Test2-Suite/t/modules/Bundle/More\nPASS: cpan/Test2-Suite/t/modules/Bundle/Simple\nPASS: cpan/Test2-Suite/t/modules/Compare\nPASS: cpan/Test2-Suite/t/modules/Compare/Array\nPASS: cpan/Test2-Suite/t/modules/Compare/Bag\nPASS: cpan/Test2-Suite/t/modules/Compare/Base\nPASS: cpan/Test2-Suite/t/modules/Compare/Bool\nPASS: cpan/Test2-Suite/t/modules/Compare/Custom\nPASS: cpan/Test2-Suite/t/modules/Compare/Delta\nPASS: cpan/Test2-Suite/t/modules/Compare/Event\nPASS: cpan/Test2-Suite/t/modules/Compare/EventMeta\nPASS: cpan/Test2-Suite/t/modules/Compare/Float\nPASS: cpan/Test2-Suite/t/modules/Compare/Hash\nPASS: cpan/Test2-Suite/t/modules/Compare/Isa\nPASS: cpan/Test2-Suite/t/modules/Compare/Meta\nPASS: cpan/Test2-Suite/t/modules/Compare/Number\nPASS: cpan/Test2-Suite/t/modules/Compare/Object\nPASS: cpan/Test2-Suite/t/modules/Compare/OrderedSubset\nPASS: cpan/Test2-Suite/t/modules/Compare/Pattern\nPASS: cpan/Test2-Suite/t/modules/Compare/Ref\nPASS: cpan/Test2-Suite/t/modules/Compare/Regex\nPASS: cpan/Test2-Suite/t/modules/Compare/Scalar\nPASS: cpan/Test2-Suite/t/modules/Compare/Set\nPASS: cpan/Test2-Suite/t/modules/Compare/String\nPASS: cpan/Test2-Suite/t/modules/Compare/Undef\nPASS: cpan/Test2-Suite/t/modules/Compare/Wildcard\nPASS: cpan/Test2-Suite/t/modules/Mock\nPASS: cpan/Test2-Suite/t/modules/Plugin\nPASS: cpan/Test2-Suite/t/modules/Plugin/BailOnFail\nPASS: cpan/Test2-Suite/t/modules/Plugin/DieOnFail\nPASS: cpan/Test2-Suite/t/modules/Plugin/ExitSummary\nPASS: cpan/Test2-Suite/t/modules/Plugin/SRand\nPASS: cpan/Test2-Suite/t/modules/Plugin/Times\nPASS: cpan/Test2-Suite/t/modules/Plugin/UTF8\nPASS: cpan/Test2-Suite/t/modules/Require\nPASS: cpan/Test2-Suite/t/modules/Require/AuthorTesting\nPASS: cpan/Test2-Suite/t/modules/Require/AutomatedTesting\nPASS: cpan/Test2-Suite/t/modules/Require/EnvVar\nPASS: cpan/Test2-Suite/t/modules/Require/ExtendedTesting\nPASS: cpan/Test2-Suite/t/modules/Require/Fork\nPASS: cpan/Test2-Suite/t/modules/Require/Module\nPASS: cpan/Test2-Suite/t/modules/Require/NonInteractiveTesting\nPASS: cpan/Test2-Suite/t/modules/Require/Perl\nPASS: cpan/Test2-Suite/t/modules/Require/RealFork\nPASS: cpan/Test2-Suite/t/modules/Require/ReleaseTesting\nPASS: cpan/Test2-Suite/t/modules/Require/Threads\nPASS: cpan/Test2-Suite/t/modules/Suite\nPASS: cpan/Test2-Suite/t/modules/Todo\nPASS: cpan/Test2-Suite/t/modules/Tools\nPASS: cpan/Test2-Suite/t/modules/Tools/AsyncSubtest\nPASS: cpan/Test2-Suite/t/modules/Tools/Basic\nPASS: cpan/Test2-Suite/t/modules/Tools/Class\nPASS: cpan/Test2-Suite/t/modules/Tools/ClassicCompare\nPASS: cpan/Test2-Suite/t/modules/Tools/ClassicCompare2\nPASS: cpan/Test2-Suite/t/modules/Tools/Compare\nPASS: cpan/Test2-Suite/t/modules/Tools/Defer\nPASS: cpan/Test2-Suite/t/modules/Tools/Encoding\nPASS: cpan/Test2-Suite/t/modules/Tools/Event\nPASS: cpan/Test2-Suite/t/modules/Tools/Exception\nPASS: cpan/Test2-Suite/t/modules/Tools/Exports\nPASS: cpan/Test2-Suite/t/modules/Tools/GenTemp\nPASS: cpan/Test2-Suite/t/modules/Tools/Grab\nPASS: cpan/Test2-Suite/t/modules/Tools/Mock\nPASS: cpan/Test2-Suite/t/modules/Tools/Ref\nSKIP: cpan/Test2-Suite/t/modules/Tools/Spec\nPASS: cpan/Test2-Suite/t/modules/Tools/Subtest\nPASS: cpan/Test2-Suite/t/modules/Tools/Target\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak\nPASS: cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes\nPASS: cpan/Test2-Suite/t/modules/Tools/Tester\nPASS: cpan/Test2-Suite/t/modules/Tools/Warnings\nPASS: cpan/Test2-Suite/t/modules/Util/Grabber\nPASS: cpan/Test2-Suite/t/modules/Util/Ref\nPASS: cpan/Test2-Suite/t/modules/Util/Stash\nPASS: cpan/Test2-Suite/t/modules/Util/Sub\nPASS: cpan/Test2-Suite/t/modules/Util/Table\nPASS: cpan/Test2-Suite/t/modules/Util/Table/Cell\nPASS: cpan/Test2-Suite/t/modules/Util/Table/LineBreak\nPASS: cpan/Test2-Suite/t/modules/Util/Times\nPASS: cpan/Test2-Suite/t/modules/V0\nSKIP: cpan/Test2-Suite/t/modules/Workflow\nSKIP: cpan/Test2-Suite/t/modules/Workflow/BlockBase\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Build\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Runner\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Task\nPASS: cpan/Test2-Suite/t/modules/Workflow/Task/Action\nSKIP: cpan/Test2-Suite/t/modules/Workflow/Task/Group\nPASS: cpan/Test2-Suite/t/regression/10-set_and_dne\nSKIP: cpan/Test2-Suite/t/regression/132-bool\nSKIP: cpan/Test2-Suite/t/regression/247_check_ref_bool\nPASS: cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More\nPASS: cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare\nPASS: cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare\nPASS: cpan/Test2-Suite/t/regression/285-wrap-nonexisting\nPASS: cpan/Test2-Suite/t/regression/289-compare-array-bounds\nPASS: cpan/Test2-Suite/t/regression/291-async-subtest-done-testing\nPASS: cpan/Test2-Suite/t/regression/43-bag-on-empty\nPASS: cpan/Test2-Suite/t/regression/async_subtest_missing_parent\nPASS: cpan/Test2-Suite/t/regression/Test2-Mock\nPASS: cpan/Test2-Suite/t/regression/Test2-Tools-Class\nPASS: cpan/Test2-Suite/t/regression/todo_and_facets\nPASS: cpan/Test2-Suite/t/regression/utf8-mock\nPASS: cpan/Text-Balanced/t/01_compile\nPASS: cpan/Text-Balanced/t/02_extbrk\nPASS: cpan/Text-Balanced/t/03_extcbk\nPASS: cpan/Text-Balanced/t/04_extdel\nPASS: cpan/Text-Balanced/t/05_extmul\nPASS: cpan/Text-Balanced/t/06_extqlk\nPASS: cpan/Text-Balanced/t/07_exttag\nPASS: cpan/Text-Balanced/t/08_extvar\nPASS: cpan/Text-Balanced/t/09_gentag\nSKIP: cpan/Text-Balanced/t/94_changes\nSKIP: cpan/Text-Balanced/t/95_critic\nSKIP: cpan/Text-Balanced/t/96_pmv\nSKIP: cpan/Text-Balanced/t/97_pod\nSKIP: cpan/Text-Balanced/t/98_pod_coverage\nPASS: cpan/Text-ParseWords/t/ParseWords\nSKIP: cpan/Text-ParseWords/t/taint\nPASS: cpan/Text-Tabs/t/124024\nPASS: cpan/Text-Tabs/t/148291\nPASS: cpan/Text-Tabs/t/37000\nPASS: cpan/Text-Tabs/t/39548\nPASS: cpan/Text-Tabs/t/79766\nPASS: cpan/Text-Tabs/t/95823\nPASS: cpan/Text-Tabs/t/belg4mit\nPASS: cpan/Text-Tabs/t/dandv\nPASS: cpan/Text-Tabs/t/fill\nPASS: cpan/Text-Tabs/t/Jacobson\nPASS: cpan/Text-Tabs/t/Jacobson2\nPASS: cpan/Text-Tabs/t/Jochen\nPASS: cpan/Text-Tabs/t/sep\nPASS: cpan/Text-Tabs/t/sep2\nPASS: cpan/Text-Tabs/t/tabs\nPASS: cpan/Text-Tabs/t/Tabs-ElCid\nPASS: cpan/Text-Tabs/t/undef\nPASS: cpan/Text-Tabs/t/wrap\nPASS: cpan/Text-Tabs/t/Wrap-JLB\nPASS: cpan/Text-Tabs/t/wrap_separator2\nPASS: cpan/Tie-RefHash/t/rebless\nPASS: cpan/Tie-RefHash/t/refhash\nPASS: cpan/Tie-RefHash/t/storable\nPASS: cpan/Tie-RefHash/t/threaded\nPASS: cpan/Time-Local/t/Local\nPASS: cpan/Time-Piece/t/01base\nPASS: cpan/Time-Piece/t/02core\nSKIP: cpan/Time-Piece/t/02core_dst\nPASS: cpan/Time-Piece/t/03compare\nPASS: cpan/Time-Piece/t/04mjd\nPASS: cpan/Time-Piece/t/05overload\nSKIP: cpan/Time-Piece/t/06large\nPASS: cpan/Time-Piece/t/06subclass\nPASS: cpan/Time-Piece/t/07arith\nPASS: cpan/Time-Piece/t/08truncate\nSKIP: cpan/Time-Piece/t/09locales\nPASS: cpan/Time-Piece/t/10overload\nPASS: cpan/Time-Piece/t/99legacy\nPASS: cpan/Unicode-Collate/t/altern\nPASS: cpan/Unicode-Collate/t/backwds\nPASS: cpan/Unicode-Collate/t/cjk_b5\nPASS: cpan/Unicode-Collate/t/cjk_gb\nPASS: cpan/Unicode-Collate/t/cjk_ja\nPASS: cpan/Unicode-Collate/t/cjk_ko\nPASS: cpan/Unicode-Collate/t/cjk_py\nPASS: cpan/Unicode-Collate/t/cjk_st\nPASS: cpan/Unicode-Collate/t/cjk_zy\nPASS: cpan/Unicode-Collate/t/cjkrange\nPASS: cpan/Unicode-Collate/t/compatui\nPASS: cpan/Unicode-Collate/t/contract\nPASS: cpan/Unicode-Collate/t/default\nPASS: cpan/Unicode-Collate/t/hangtype\nPASS: cpan/Unicode-Collate/t/hangul\nPASS: cpan/Unicode-Collate/t/ident\nPASS: cpan/Unicode-Collate/t/iglevel2\nPASS: cpan/Unicode-Collate/t/ignor\nPASS: cpan/Unicode-Collate/t/illegal\nPASS: cpan/Unicode-Collate/t/illegalp\nPASS: cpan/Unicode-Collate/t/index\nPASS: cpan/Unicode-Collate/t/khitan\nPASS: cpan/Unicode-Collate/t/loc_af\nPASS: cpan/Unicode-Collate/t/loc_ar\nPASS: cpan/Unicode-Collate/t/loc_as\nPASS: cpan/Unicode-Collate/t/loc_az\nPASS: cpan/Unicode-Collate/t/loc_be\nPASS: cpan/Unicode-Collate/t/loc_bg\nPASS: cpan/Unicode-Collate/t/loc_bn\nPASS: cpan/Unicode-Collate/t/loc_bs\nPASS: cpan/Unicode-Collate/t/loc_bscy\nPASS: cpan/Unicode-Collate/t/loc_ca\nPASS: cpan/Unicode-Collate/t/loc_cjk\nPASS: cpan/Unicode-Collate/t/loc_cjkc\nPASS: cpan/Unicode-Collate/t/loc_cs\nPASS: cpan/Unicode-Collate/t/loc_cu\nPASS: cpan/Unicode-Collate/t/loc_cy\nPASS: cpan/Unicode-Collate/t/loc_cyrl\nPASS: cpan/Unicode-Collate/t/loc_da\nPASS: cpan/Unicode-Collate/t/loc_de\nPASS: cpan/Unicode-Collate/t/loc_deat\nPASS: cpan/Unicode-Collate/t/loc_deph\nPASS: cpan/Unicode-Collate/t/loc_dsb\nPASS: cpan/Unicode-Collate/t/loc_ee\nPASS: cpan/Unicode-Collate/t/loc_eo\nPASS: cpan/Unicode-Collate/t/loc_es\nPASS: cpan/Unicode-Collate/t/loc_estr\nPASS: cpan/Unicode-Collate/t/loc_et\nPASS: cpan/Unicode-Collate/t/loc_fa\nPASS: cpan/Unicode-Collate/t/loc_fi\nPASS: cpan/Unicode-Collate/t/loc_fil\nPASS: cpan/Unicode-Collate/t/loc_fiph\nPASS: cpan/Unicode-Collate/t/loc_fo\nPASS: cpan/Unicode-Collate/t/loc_fr\nPASS: cpan/Unicode-Collate/t/loc_frca\nPASS: cpan/Unicode-Collate/t/loc_gu\nPASS: cpan/Unicode-Collate/t/loc_ha\nPASS: cpan/Unicode-Collate/t/loc_haw\nPASS: cpan/Unicode-Collate/t/loc_he\nPASS: cpan/Unicode-Collate/t/loc_hi\nPASS: cpan/Unicode-Collate/t/loc_hr\nPASS: cpan/Unicode-Collate/t/loc_hu\nPASS: cpan/Unicode-Collate/t/loc_hy\nPASS: cpan/Unicode-Collate/t/loc_ig\nPASS: cpan/Unicode-Collate/t/loc_is\nPASS: cpan/Unicode-Collate/t/loc_ja\nPASS: cpan/Unicode-Collate/t/loc_jait\nPASS: cpan/Unicode-Collate/t/loc_japr\nPASS: cpan/Unicode-Collate/t/loc_kk\nPASS: cpan/Unicode-Collate/t/loc_kl\nPASS: cpan/Unicode-Collate/t/loc_kn\nPASS: cpan/Unicode-Collate/t/loc_ko\nPASS: cpan/Unicode-Collate/t/loc_kok\nPASS: cpan/Unicode-Collate/t/loc_lkt\nPASS: cpan/Unicode-Collate/t/loc_ln\nPASS: cpan/Unicode-Collate/t/loc_lt\nPASS: cpan/Unicode-Collate/t/loc_lv\nPASS: cpan/Unicode-Collate/t/loc_mk\nPASS: cpan/Unicode-Collate/t/loc_ml\nPASS: cpan/Unicode-Collate/t/loc_mncy\nPASS: cpan/Unicode-Collate/t/loc_mr\nPASS: cpan/Unicode-Collate/t/loc_mt\nPASS: cpan/Unicode-Collate/t/loc_nb\nPASS: cpan/Unicode-Collate/t/loc_nn\nPASS: cpan/Unicode-Collate/t/loc_nso\nPASS: cpan/Unicode-Collate/t/loc_om\nPASS: cpan/Unicode-Collate/t/loc_or\nPASS: cpan/Unicode-Collate/t/loc_pa\nPASS: cpan/Unicode-Collate/t/loc_pl\nPASS: cpan/Unicode-Collate/t/loc_ro\nPASS: cpan/Unicode-Collate/t/loc_ru\nPASS: cpan/Unicode-Collate/t/loc_sa\nPASS: cpan/Unicode-Collate/t/loc_se\nPASS: cpan/Unicode-Collate/t/loc_si\nPASS: cpan/Unicode-Collate/t/loc_sidt\nPASS: cpan/Unicode-Collate/t/loc_sk\nPASS: cpan/Unicode-Collate/t/loc_sl\nPASS: cpan/Unicode-Collate/t/loc_sq\nPASS: cpan/Unicode-Collate/t/loc_sr\nPASS: cpan/Unicode-Collate/t/loc_srla\nPASS: cpan/Unicode-Collate/t/loc_sv\nPASS: cpan/Unicode-Collate/t/loc_svrf\nPASS: cpan/Unicode-Collate/t/loc_sw\nPASS: cpan/Unicode-Collate/t/loc_ta\nPASS: cpan/Unicode-Collate/t/loc_te\nPASS: cpan/Unicode-Collate/t/loc_test\nPASS: cpan/Unicode-Collate/t/loc_th\nPASS: cpan/Unicode-Collate/t/loc_tn\nPASS: cpan/Unicode-Collate/t/loc_to\nPASS: cpan/Unicode-Collate/t/loc_tr\nPASS: cpan/Unicode-Collate/t/loc_ugcy\nPASS: cpan/Unicode-Collate/t/loc_uk\nPASS: cpan/Unicode-Collate/t/loc_ur\nPASS: cpan/Unicode-Collate/t/loc_vi\nPASS: cpan/Unicode-Collate/t/loc_vo\nPASS: cpan/Unicode-Collate/t/loc_wae\nPASS: cpan/Unicode-Collate/t/loc_wo\nPASS: cpan/Unicode-Collate/t/loc_yo\nPASS: cpan/Unicode-Collate/t/loc_zh\nPASS: cpan/Unicode-Collate/t/loc_zhb5\nPASS: cpan/Unicode-Collate/t/loc_zhgb\nPASS: cpan/Unicode-Collate/t/loc_zhpy\nPASS: cpan/Unicode-Collate/t/loc_zhst\nPASS: cpan/Unicode-Collate/t/loc_zhzy\nPASS: cpan/Unicode-Collate/t/nonchar\nPASS: cpan/Unicode-Collate/t/normal\nPASS: cpan/Unicode-Collate/t/notable\nPASS: cpan/Unicode-Collate/t/nushu\nPASS: cpan/Unicode-Collate/t/overcjk0\nPASS: cpan/Unicode-Collate/t/overcjk1\nPASS: cpan/Unicode-Collate/t/override\nPASS: cpan/Unicode-Collate/t/rearrang\nPASS: cpan/Unicode-Collate/t/rewrite\nPASS: cpan/Unicode-Collate/t/tangut\nPASS: cpan/Unicode-Collate/t/test\nPASS: cpan/Unicode-Collate/t/trailwt\nPASS: cpan/Unicode-Collate/t/variable\nPASS: cpan/Unicode-Collate/t/version\nPASS: cpan/Unicode-Collate/t/view\nPASS: cpan/version/t/01base\nPASS: cpan/version/t/02derived\nPASS: cpan/version/t/03require\nPASS: cpan/version/t/04strict_lax\nPASS: cpan/version/t/05sigdie\nPASS: cpan/version/t/06noop\nPASS: cpan/version/t/07locale\nPASS: cpan/version/t/08_corelist\nPASS: cpan/version/t/09_list_util\nPASS: cpan/version/t/10_lyon\nSKIP: cpan/version/t/11_taint\nPASS: t/perf/benchmarks\nPASS: t/perf/opcount\nPASS: t/perf/optree\nPASS: t/perf/speed\nPASS: t/perf/taint\nSKIP: t/porting/FindExt\nSKIP: t/porting/args_assert\nSKIP: t/porting/authors\nSKIP: t/porting/bench\nPASS: t/porting/bench_selftest\nPASS: t/porting/bincompat\nPASS: t/porting/checkcase\nSKIP: t/porting/checkcfgvar\nSKIP: t/porting/cmp_version\nSKIP: t/porting/copyright\nPASS: t/porting/corelist\nSKIP: t/porting/customized\nPASS: t/porting/deprecation\nSKIP: t/porting/diag\nSKIP: t/porting/dual-life\nSKIP: t/porting/exec-bit\nSKIP: t/porting/extrefs\nPASS: t/porting/filenames\nSKIP: t/porting/globvar\nPASS: t/porting/header_parser\nSKIP: t/porting/libperl\nSKIP: t/porting/maintainers\nPASS: t/porting/makerel\nSKIP: t/porting/manifest\nSKIP: t/porting/perlfunc\nSKIP: t/porting/pod_rules\nSKIP: t/porting/podcheck\nPASS: t/porting/re_context\nPASS: t/porting/readme\nSKIP: t/porting/regen\nSKIP: t/porting/ss_dup\nPASS: t/porting/test_bootstrap\nPASS: t/porting/test_testlist\nSKIP: t/porting/update_authors\nSKIP: t/porting/utils\nAll tests successful.\nElapsed: 692 sec\nu=6.33  s=3.30  cu=363.55  cs=30.73  scripts=2690  tests=1098082\nDURATION: 692\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.519582986831665,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-popt_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-popt",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.00162506103515625,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1539084911346436,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03578662872314453,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.43924474716186523,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0019881725311279297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.popt.test1_-_1": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_10": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_11": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_12": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_13": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_14": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_15": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_16": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_17": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_18": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_19": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_2": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_20": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_21": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_22": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_23": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_24": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_25": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_26": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_27": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_28": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_29": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_3": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_30": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_31": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_32": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_33": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_34": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_35": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_36": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_37": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_38": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_39": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_4": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_40": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_41": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_42": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_43": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_44": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_45": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_46": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_47": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_48": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_49": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_5": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_50": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_51": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_52": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_53": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_54": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_55": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_56": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_57": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_58": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_59": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_6": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_60": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_61": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_62": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_7": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_8": {
    "status": "PASSED"
   },
   "ptestresult.popt.test1_-_9": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/popt/ptest\nRunning tests in /usr/lib/popt/ptest\nPASS: test1 - 1\nPASS: test1 - 2\nPASS: test1 - 3\nPASS: test1 - 4\nPASS: test1 - 5\nPASS: test1 - 6\nPASS: test1 - 7\nPASS: test1 - 8\nPASS: test1 - 9\nPASS: test1 - 10\nPASS: test1 - 11\nPASS: test1 - 12\nPASS: test1 - 13\nPASS: test1 - 14\nPASS: test1 - 15\nPASS: test1 - 16\nPASS: test1 - 17\nPASS: test1 - 18\nPASS: test1 - 19\nPASS: test1 - 20\nPASS: test1 - 21\nPASS: test1 - 22\nPASS: test1 - 23\nPASS: test1 - 24\nPASS: test1 - 25\nPASS: test1 - 26\nPASS: test1 - 27\nPASS: test1 - 28\nPASS: test1 - 29\nPASS: test1 - 30\nPASS: test1 - 31\nPASS: test1 - 32\nPASS: test1 - 33\nPASS: test1 - 34\nPASS: test1 - 35\nPASS: test1 - 36\nPASS: test1 - 37\nPASS: test1 - 38\nPASS: test1 - 39\nPASS: test1 - 40\nPASS: test1 - 41\nPASS: test1 - 42\nPASS: test1 - 43\nPASS: test1 - 44\nPASS: test1 - 45\nPASS: test1 - 46\nPASS: test1 - 47\nPASS: test1 - 48\nPASS: test1 - 49\nPASS: test1 - 50\nPASS: test1 - 51\nPASS: test1 - 52\nPASS: test1 - 53\nPASS: test1 - 54\nPASS: test1 - 55\nPASS: test1 - 56\nPASS: test1 - 57\nPASS: test1 - 58\nPASS: test1 - 59\ntest1: bad argument --val=foo: option does not take an argument\nPASS: test1 - 60\ntest1: bad argument -x=f1: option does not take an argument\nPASS: test1 - 61\nPASS: test1 - 62\ndiff: can't stat 'test3-data/01.answer': No such file or directory\nFAIL test3 - 1: failed output is in /usr/lib/popt/ptest/tmp.out, diff is:\ndiff: can't stat 'test3-data/02.answer': No such file or directory\nFAIL test3 - 2: failed output is in /usr/lib/popt/ptest/tmp.out, diff is:\ndiff: can't stat 'test3-data/03.answer': No such file or directory\nFAIL test3 - 3: failed output is in /usr/lib/popt/ptest/tmp.out, diff is:\n\nPassed.\nDURATION: 0\nEND: /usr/lib/popt/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "popt": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\nRunning tests in /usr/lib/popt/ptest\nPASS: test1 - 1\nPASS: test1 - 2\nPASS: test1 - 3\nPASS: test1 - 4\nPASS: test1 - 5\nPASS: test1 - 6\nPASS: test1 - 7\nPASS: test1 - 8\nPASS: test1 - 9\nPASS: test1 - 10\nPASS: test1 - 11\nPASS: test1 - 12\nPASS: test1 - 13\nPASS: test1 - 14\nPASS: test1 - 15\nPASS: test1 - 16\nPASS: test1 - 17\nPASS: test1 - 18\nPASS: test1 - 19\nPASS: test1 - 20\nPASS: test1 - 21\nPASS: test1 - 22\nPASS: test1 - 23\nPASS: test1 - 24\nPASS: test1 - 25\nPASS: test1 - 26\nPASS: test1 - 27\nPASS: test1 - 28\nPASS: test1 - 29\nPASS: test1 - 30\nPASS: test1 - 31\nPASS: test1 - 32\nPASS: test1 - 33\nPASS: test1 - 34\nPASS: test1 - 35\nPASS: test1 - 36\nPASS: test1 - 37\nPASS: test1 - 38\nPASS: test1 - 39\nPASS: test1 - 40\nPASS: test1 - 41\nPASS: test1 - 42\nPASS: test1 - 43\nPASS: test1 - 44\nPASS: test1 - 45\nPASS: test1 - 46\nPASS: test1 - 47\nPASS: test1 - 48\nPASS: test1 - 49\nPASS: test1 - 50\nPASS: test1 - 51\nPASS: test1 - 52\nPASS: test1 - 53\nPASS: test1 - 54\nPASS: test1 - 55\nPASS: test1 - 56\nPASS: test1 - 57\nPASS: test1 - 58\nPASS: test1 - 59\ntest1: bad argument --val=foo: option does not take an argument\nPASS: test1 - 60\ntest1: bad argument -x=f1: option does not take an argument\nPASS: test1 - 61\nPASS: test1 - 62\ndiff: can't stat 'test3-data/01.answer': No such file or directory\nFAIL test3 - 1: failed output is in /usr/lib/popt/ptest/tmp.out, diff is:\ndiff: can't stat 'test3-data/02.answer': No such file or directory\nFAIL test3 - 2: failed output is in /usr/lib/popt/ptest/tmp.out, diff is:\ndiff: can't stat 'test3-data/03.answer': No such file or directory\nFAIL test3 - 3: failed output is in /usr/lib/popt/ptest/tmp.out, diff is:\n\nPassed.\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5264935493469238,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-atomicwrites_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-atomicwrites",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001485586166381836,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1511752605438232,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03045368194580078,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.447371244430542,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-atomicwrites': 'START: ptest-runner\\n'\n                         '2025-06-16T11:39\\n'\n                         'Traceback (most recent call last):\\n'\n                         '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                         '    from pytest import console_main\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                         'line 8, in <module>\\n'\n                         '    from _pytest._code import ExceptionInfo\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                         'line 5, in <module>\\n'\n                         '    from .code import Code\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                         'line 44, in <module>\\n'\n                         '    from _pytest._io import TerminalWriter\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                         'line 3, in <module>\\n'\n                         '    from .terminalwriter import get_terminal_width\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                         'line 13, in <module>\\n'\n                         '    import pygments\\n'\n                         \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                         '\\n'\n                         'ERROR: Exit status is 1\\n'\n                         'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-atomicwrites']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008549690246582031,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-atomicwrites/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-atomicwrites/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-atomicwrites": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5079138278961182,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-attrs_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-attrs",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0017385482788085938,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.168123960494995,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03617668151855469,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.45610904693603516,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-attrs': 'START: ptest-runner\\n'\n                  '2025-06-16T11:39\\n'\n                  'Traceback (most recent call last):\\n'\n                  '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                  '    from pytest import console_main\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                  'line 8, in <module>\\n'\n                  '    from _pytest._code import ExceptionInfo\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                  'line 5, in <module>\\n'\n                  '    from .code import Code\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                  'line 44, in <module>\\n'\n                  '    from _pytest._io import TerminalWriter\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                  'line 3, in <module>\\n'\n                  '    from .terminalwriter import get_terminal_width\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                  'line 13, in <module>\\n'\n                  '    import pygments\\n'\n                  \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                  '\\n'\n                  'ERROR: Exit status is 1\\n'\n                  'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-attrs']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002149343490600586,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-attrs/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-attrs/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-attrs": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5181484222412109,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-bcrypt_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-bcrypt",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0011107921600341797,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.15863037109375,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028402328491210938,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.41674208641052246,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-bcrypt': 'START: ptest-runner\\n'\n                   '2025-06-16T11:39\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-bcrypt']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.00089263916015625,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-bcrypt/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-bcrypt/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-bcrypt": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5179312229156494,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-calver_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-calver",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001257181167602539,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1477136611938477,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.035665273666381836,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.416623592376709,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-calver': 'START: ptest-runner\\n'\n                   '2025-06-16T11:39\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-calver']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011954307556152344,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-calver/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-calver/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-calver": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5189418792724609,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-cffi_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-cffi",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014584064483642578,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1179990768432617,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.026233911514282227,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.7179694175720215,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-cffi': 'START: ptest-runner\\n'\n                 '2025-06-16T11:35\\n'\n                 'Traceback (most recent call last):\\n'\n                 '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                 '    from pytest import console_main\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line '\n                 '8, in <module>\\n'\n                 '    from _pytest._code import ExceptionInfo\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                 'line 5, in <module>\\n'\n                 '    from .code import Code\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                 'line 44, in <module>\\n'\n                 '    from _pytest._io import TerminalWriter\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                 'line 3, in <module>\\n'\n                 '    from .terminalwriter import get_terminal_width\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                 'line 13, in <module>\\n'\n                 '    import pygments\\n'\n                 \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                 '\\n'\n                 'ERROR: Exit status is 1\\n'\n                 'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-cffi']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0010538101196289062,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/python3-cffi/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-cffi/ptest\n2025-06-16T11:35\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-cffi": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:35\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5167922973632812,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-click_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-click",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0016040802001953125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.122938632965088,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.033699989318847656,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.43309783935546875,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-click': 'START: ptest-runner\\n'\n                  '2025-06-16T11:35\\n'\n                  'Traceback (most recent call last):\\n'\n                  '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                  '    from pytest import console_main\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                  'line 8, in <module>\\n'\n                  '    from _pytest._code import ExceptionInfo\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                  'line 5, in <module>\\n'\n                  '    from .code import Code\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                  'line 44, in <module>\\n'\n                  '    from _pytest._io import TerminalWriter\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                  'line 3, in <module>\\n'\n                  '    from .terminalwriter import get_terminal_width\\n'\n                  '  File '\n                  '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                  'line 13, in <module>\\n'\n                  '    import pygments\\n'\n                  \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                  '\\n'\n                  'ERROR: Exit status is 1\\n'\n                  'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-click']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009453296661376953,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/python3-click/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-click/ptest\n2025-06-16T11:35\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-click": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:35\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5241997241973877,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-cryptography_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-cryptography",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006783008575439453,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.163280963897705,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.022912979125976562,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.6925873756408691,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-cryptography': 'START: ptest-runner\\n'\n                         '2025-06-16T11:35\\n'\n                         'Free memory: 4.856 GB\\n'\n                         'Traceback (most recent call last):\\n'\n                         '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                         '    from pytest import console_main\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                         'line 8, in <module>\\n'\n                         '    from _pytest._code import ExceptionInfo\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                         'line 5, in <module>\\n'\n                         '    from .code import Code\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                         'line 44, in <module>\\n'\n                         '    from _pytest._io import TerminalWriter\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                         'line 3, in <module>\\n'\n                         '    from .terminalwriter import get_terminal_width\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                         'line 13, in <module>\\n'\n                         '    import pygments\\n'\n                         \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                         '\\n'\n                         'ERROR: Exit status is 1\\n'\n                         'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-cryptography']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0017812252044677734,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/python3-cryptography/ptest\nFree memory: 4.856 GB\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-cryptography/ptest\n2025-06-16T11:35\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-cryptography": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:35\nFree memory: 4.856 GB\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5116965770721436,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-hypothesis_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-hypothesis",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007257461547851562,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.157400369644165,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03261876106262207,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4669685363769531,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-hypothesis': 'START: ptest-runner\\n'\n                       '2025-06-16T11:39\\n'\n                       'Traceback (most recent call last):\\n'\n                       '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                       '    from pytest import console_main\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                       'line 8, in <module>\\n'\n                       '    from _pytest._code import ExceptionInfo\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                       'line 5, in <module>\\n'\n                       '    from .code import Code\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                       'line 44, in <module>\\n'\n                       '    from _pytest._io import TerminalWriter\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                       'line 3, in <module>\\n'\n                       '    from .terminalwriter import get_terminal_width\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                       'line 13, in <module>\\n'\n                       '    import pygments\\n'\n                       \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                       '\\n'\n                       'ERROR: Exit status is 1\\n'\n                       'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-hypothesis']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020720958709716797,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-hypothesis/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-hypothesis/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-hypothesis": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.515946626663208,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-idna_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-idna",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0009503364562988281,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1807034015655518,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03175497055053711,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.43718433380126953,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-idna': 'START: ptest-runner\\n'\n                 '2025-06-16T11:39\\n'\n                 'Traceback (most recent call last):\\n'\n                 '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                 '    from pytest import console_main\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line '\n                 '8, in <module>\\n'\n                 '    from _pytest._code import ExceptionInfo\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                 'line 5, in <module>\\n'\n                 '    from .code import Code\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                 'line 44, in <module>\\n'\n                 '    from _pytest._io import TerminalWriter\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                 'line 3, in <module>\\n'\n                 '    from .terminalwriter import get_terminal_width\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                 'line 13, in <module>\\n'\n                 '    import pygments\\n'\n                 \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                 '\\n'\n                 'ERROR: Exit status is 1\\n'\n                 'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-idna']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011854171752929688,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-idna/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-idna/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-idna": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5393345355987549,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-jinja2_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-jinja2",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0009491443634033203,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.162949800491333,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0297701358795166,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4515039920806885,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-jinja2': 'START: ptest-runner\\n'\n                   '2025-06-16T11:39\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-jinja2']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008594989776611328,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-jinja2/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-jinja2/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-jinja2": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5208404064178467,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-jsonpointer_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-jsonpointer",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001222848892211914,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1927425861358643,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.029299259185791016,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4781670570373535,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012507438659667969,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.python3-jsonpointer.jsonpointer.JsonPointer.from_parts": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.jsonpointer.JsonPointer.path": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.jsonpointer.pairwise": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.jsonpointer.resolve_pointer": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.jsonpointer.set_pointer": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.AltTypesTests.test_alttypes": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.AltTypesTests.test_mock_dict_raises_key_error": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.AltTypesTests.test_mock_dict_returns_default": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.AltTypesTests.test_mock_dict_sanity": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ComparisonTests.test_contains": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ComparisonTests.test_contains_magic": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ComparisonTests.test_eq_hash": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ComparisonTests.test_join": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ComparisonTests.test_join_magic": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.SetTests.test_set": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.SpecificationTests.test_eol": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.SpecificationTests.test_example": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.SpecificationTests.test_parts": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.SpecificationTests.test_round_trip": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.SpecificationTests.test_str_and_repr": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ToLastTests.test_empty_path": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.ToLastTests.test_path": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.WrongInputTests.test_invalid_escape": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.WrongInputTests.test_invalid_index": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.WrongInputTests.test_no_start_slash": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.WrongInputTests.test_oob": {
    "status": "PASSED"
   },
   "ptestresult.python3-jsonpointer.tests.WrongInputTests.test_trailing_escape": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-jsonpointer/ptest\nPASS: tests.AltTypesTests.test_alttypes\nPASS: tests.AltTypesTests.test_mock_dict_raises_key_error\nPASS: tests.AltTypesTests.test_mock_dict_returns_default\nPASS: tests.AltTypesTests.test_mock_dict_sanity\nPASS: tests.ComparisonTests.test_contains\nPASS: tests.ComparisonTests.test_contains_magic\nPASS: tests.ComparisonTests.test_eq_hash\nPASS: tests.ComparisonTests.test_join\nPASS: tests.ComparisonTests.test_join_magic\nPASS: tests.SetTests.test_set\nPASS: tests.SpecificationTests.test_eol\nPASS: tests.SpecificationTests.test_example\nPASS: tests.SpecificationTests.test_parts\nPASS: tests.SpecificationTests.test_round_trip\nPASS: tests.SpecificationTests.test_str_and_repr\nPASS: tests.ToLastTests.test_empty_path\nPASS: tests.ToLastTests.test_path\nPASS: tests.WrongInputTests.test_invalid_escape\nPASS: tests.WrongInputTests.test_invalid_index\nPASS: tests.WrongInputTests.test_no_start_slash\nPASS: tests.WrongInputTests.test_oob\nPASS: tests.WrongInputTests.test_trailing_escape\nPASS: jsonpointer.JsonPointer.from_parts\nPASS: jsonpointer.JsonPointer.path\nPASS: jsonpointer.pairwise\nPASS: jsonpointer.resolve_pointer\nPASS: jsonpointer.set_pointer\n\n============================================================================\nTestsuite summary\n# TOTAL: 27\n# PASS: 27\n# SKIP: 0\n# XFAIL: 0\n# FAIL: 0\n# XPASS: 0\n# ERROR: 0\nDURATION: 0\nEND: /usr/lib/python3-jsonpointer/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "python3-jsonpointer": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:39\nPASS: tests.AltTypesTests.test_alttypes\nPASS: tests.AltTypesTests.test_mock_dict_raises_key_error\nPASS: tests.AltTypesTests.test_mock_dict_returns_default\nPASS: tests.AltTypesTests.test_mock_dict_sanity\nPASS: tests.ComparisonTests.test_contains\nPASS: tests.ComparisonTests.test_contains_magic\nPASS: tests.ComparisonTests.test_eq_hash\nPASS: tests.ComparisonTests.test_join\nPASS: tests.ComparisonTests.test_join_magic\nPASS: tests.SetTests.test_set\nPASS: tests.SpecificationTests.test_eol\nPASS: tests.SpecificationTests.test_example\nPASS: tests.SpecificationTests.test_parts\nPASS: tests.SpecificationTests.test_round_trip\nPASS: tests.SpecificationTests.test_str_and_repr\nPASS: tests.ToLastTests.test_empty_path\nPASS: tests.ToLastTests.test_path\nPASS: tests.WrongInputTests.test_invalid_escape\nPASS: tests.WrongInputTests.test_invalid_index\nPASS: tests.WrongInputTests.test_no_start_slash\nPASS: tests.WrongInputTests.test_oob\nPASS: tests.WrongInputTests.test_trailing_escape\nPASS: jsonpointer.JsonPointer.from_parts\nPASS: jsonpointer.JsonPointer.path\nPASS: jsonpointer.pairwise\nPASS: jsonpointer.resolve_pointer\nPASS: jsonpointer.set_pointer\n\n============================================================================\nTestsuite summary\n# TOTAL: 27\n# PASS: 27\n# SKIP: 0\n# XFAIL: 0\n# FAIL: 0\n# XPASS: 0\n# ERROR: 0\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5179393291473389,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-libarchive-c_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-libarchive-c",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006759166717529297,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1299073696136475,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03359794616699219,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.43897175788879395,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-libarchive-c': 'START: ptest-runner\\n'\n                         '2025-06-16T11:39\\n'\n                         'Traceback (most recent call last):\\n'\n                         '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                         '    from pytest import console_main\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                         'line 8, in <module>\\n'\n                         '    from _pytest._code import ExceptionInfo\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                         'line 5, in <module>\\n'\n                         '    from .code import Code\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                         'line 44, in <module>\\n'\n                         '    from _pytest._io import TerminalWriter\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                         'line 3, in <module>\\n'\n                         '    from .terminalwriter import get_terminal_width\\n'\n                         '  File '\n                         '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                         'line 13, in <module>\\n'\n                         '    import pygments\\n'\n                         \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                         '\\n'\n                         'ERROR: Exit status is 1\\n'\n                         'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-libarchive-c']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020589828491210938,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-libarchive-c/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-libarchive-c/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-libarchive-c": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5133583545684814,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-license-expression_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-license-expression",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014867782592773438,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.171957492828369,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03887772560119629,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.43927550315856934,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-license-expression': 'START: ptest-runner\\n'\n                               '2025-06-16T11:39\\n'\n                               'Traceback (most recent call last):\\n'\n                               '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                               '    from pytest import console_main\\n'\n                               '  File '\n                               '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                               'line 8, in <module>\\n'\n                               '    from _pytest._code import ExceptionInfo\\n'\n                               '  File '\n                               '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                               'line 5, in <module>\\n'\n                               '    from .code import Code\\n'\n                               '  File '\n                               '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                               'line 44, in <module>\\n'\n                               '    from _pytest._io import TerminalWriter\\n'\n                               '  File '\n                               '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                               'line 3, in <module>\\n'\n                               '    from .terminalwriter import '\n                               'get_terminal_width\\n'\n                               '  File '\n                               '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                               'line 13, in <module>\\n'\n                               '    import pygments\\n'\n                               'ModuleNotFoundError: No module named '\n                               \"'pygments'\\n\"\n                               '\\n'\n                               'ERROR: Exit status is 1\\n'\n                               'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-license-expression']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011909008026123047,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-license-expression/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-license-expression/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-license-expression": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5252540111541748,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-mako_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-mako",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008256435394287109,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.152700185775757,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.029388427734375,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 2.9886996746063232,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020706653594970703,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_babelplugin.py:MakoExtractTest.test_extract_#_SKIP_babel_not_installed:_skipping_babelplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_babelplugin.py:MakoExtractTest.test_extract_cp1251_#_SKIP_babel_not_installed:_skipping_babelplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_babelplugin.py:MakoExtractTest.test_extract_utf8_#_SKIP_babel_not_installed:_skipping_babelplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_babelplugin.py:PluginExtractTest.test_parse_python_expression_#_SKIP_babel_not_installed:_skipping_babelplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_babelplugin.py:PluginExtractTest.test_python_gettext_call_#_SKIP_babel_not_installed:_skipping_babelplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_babelplugin.py:PluginExtractTest.test_translator_comment_#_SKIP_babel_not_installed:_skipping_babelplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/ext/test_linguaplugin.py:MakoExtractTest.test_extract_#_SKIP_lingua_not_installed:_skipping_linguaplugin_test": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_argument_list": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_expr_generate": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_function_decl": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_function_decl_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_function_decl_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_10": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_11": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_12": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_13": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_14": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_16": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_17": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_18": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_19": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_20": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_21": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_4": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_5": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_6": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_7": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_8": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_locate_identifiers_9": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_no_global_imports": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_ast.py:AstParseTest.test_python_fragment": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_anon_in_anon": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_anon_in_named": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_anonymous_block_in_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_anonymous_block_namespace_raises": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_block_args": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_block_args_contextual": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_block_overridden_by_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_block_pageargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_block_pageargs_contextual": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_block_variables_contextual": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_conditional": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_def_overridden_by_block": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_filter": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_inherited_block_nested_both": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_inherited_block_nested_inner_only": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_inherited_block_no_render": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_iteration": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_name_collision_block_def_toplevel": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_name_collision_blocks_nested_block": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_name_collision_blocks_nested_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_name_collision_blocks_toplevel": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_name_collision_def_block_toplevel": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_named_block_in_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_named_block_renders": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_named_in_anon": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_named_in_named": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_nested_dupe_names_raise": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_no_conflict_nested_one": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_no_named_in_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_noninherited_block_no_render": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_block.py:BlockTest.test_two_levels_one": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_args_complete_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_buffered_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_cache_enable_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_cache_uses_current_context_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_custom_args_block_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_custom_args_def_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_custom_args_page_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_def_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_context_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_funcargs_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_imports_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_fileargs_deftag_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_fileargs_implicit_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_fileargs_lookup_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_fileargs_pagetag_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_invalidate_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_load_from_expired_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_lookup_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_namespace_access_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_nested_def_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_page_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_pass_context_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:BeakerCacheTest.test_region_#_SKIP_Beaker_is_required_for_these_tests.": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_args_complete": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_buffered": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_cache_enable": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_custom_args_block": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_custom_args_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_custom_args_page": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_dynamic_key_with_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_dynamic_key_with_funcargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_dynamic_key_with_imports": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_fileargs_deftag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_fileargs_implicit": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_fileargs_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_fileargs_pagetag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_invalidate": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_load_from_expired": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_namespace_access": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_nested_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_page": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:CacheTest.test_pass_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_args_complete_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_buffered_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_cache_enable_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_cache_uses_current_context_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_custom_args_block_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_custom_args_def_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_custom_args_page_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_def_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_context_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_funcargs_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_imports_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_fileargs_deftag_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_fileargs_implicit_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_fileargs_lookup_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_fileargs_pagetag_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_invalidate_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_load_from_expired_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_lookup_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_namespace_access_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_nested_def_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_page_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_pass_context_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_cache.py:DogpileCacheTest.test_region_#_SKIP_dogpile.cache_is_required_to_run_these_tests": {
    "status": "SKIPPED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_call_in_nested": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_call_in_nested_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_ccall_caller": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_chained_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_chained_call_in_nested": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_composed_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_compound_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_conditional_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_nested_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_nested_call_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_nested_call_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_nested_call_4": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_new_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_regular_defs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:CallTest.test_stack_pop": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_call.py:SelfCacheTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_file_notfound": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_file_rt_err": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_file_success": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_file_syntax_err": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_stdin_rt_err": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_stdin_success": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_cmd.py:CmdTest.test_stdin_syntax_err": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_decorators.py:DecoratorTest.test_nested": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_decorators.py:DecoratorTest.test_nested_decorated_name": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_decorators.py:DecoratorTest.test_toplevel": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_decorators.py:DecoratorTest.test_toplevel_contextual": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_decorators.py:DecoratorTest.test_toplevel_decorated_name": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_def_args": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_def_blankargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_def_noargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_def_operations": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_def_py3k_args": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_def_py3k_args_quirk": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_inter_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:DefTest.test_toplevel": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ExceptionTest.test_handler": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ExceptionTest.test_raise": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_nested_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_nested_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_nested_def_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_nested_nested_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_nested_nested_def_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_nested_with_args": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:NestedDefTest.test_outer_scope": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_canget_kwargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_inline_expression_from_arg_one": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_interpret_expression_from_arg_two": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_eight": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_eleven": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_five": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_four": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_nine": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_one": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_seven": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_six": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_ten": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_scope_two": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_unbound_scope": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_def.py:ScopeTest.test_unbound_scope_two": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_alternating_file_names": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_code_block_line_number": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_custom_tback": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_format_closures": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_format_exceptions_no_pygments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_format_exceptions_pygments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_html_error_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_mod_no_encoding": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_module_block_line_number": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_py_unicode_error_html_error_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_py_utf8_html_error_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_tback_no_trace_from_py_file": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_tback_trace_from_py_file": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_text_error_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_utf8_format_exceptions_no_pygments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_utf8_format_exceptions_pygments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_utf8_html_error_template_no_pygments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_exceptions.py:ExceptionsTest.test_utf8_html_error_template_pygments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:BufferTest.test_buffered_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:BufferTest.test_buffered_exception": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:BufferTest.test_capture": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:BufferTest.test_capture_ccall": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:BufferTest.test_capture_exception": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:BufferTest.test_unbuffered_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_block_via_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_builtins": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_convert_str": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_custom_default": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_def_via_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_encode_filter": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_encode_filter_non_str": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_entity": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_expr": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_global": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_global_json": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_import": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_import_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_nflag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_non_expression": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_quoting": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_text_via_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_filters.py:FilterTest.test_url_escaping": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_dynamic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_in_call": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_includes": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_multilevel_nesting": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_namespaces": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_pageargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_pageargs_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_pageargs_err": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_inheritance.py:InheritanceTest.test_toplevel": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_ampersand_issue_412": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_brace_expression": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_closing_tag_many_spaces": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_code": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_code_and_tags": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_comment_after_statement": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_comments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_control_lines": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_control_lines_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_crlf": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_def_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_def_syntax_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_2_issue_400": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_issue_400": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr0]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr1]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr2]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr3]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_docs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_expr_in_attribute": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_expression": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_inline_percent": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_integration": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_long_control_lines": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_nesting": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_noexpr_allowed": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_nonexistent_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_ns_tag_closed": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_ns_tag_empty": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_ns_tag_open": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_old_multiline_comment": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_onlyclosed_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_opening_tag_many_quotes": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_pagetag[,-48]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_pagetag[-47]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_percent_escape": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_percent_escape2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_percent_escape_with_control_block": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_preprocess": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_ternary_control": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_text_and_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_text_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_code": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_code_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_code_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_code_4": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_code_5": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_code_6": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_tricky_expression": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_unclosed_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_unmatched_control": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_unmatched_control_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_unmatched_control_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_unmatched_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_whitespace_equals": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lexer.py:LexerTest.test_wrongcase_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_check_not_found": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_checking_against_bad_filetype": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_directory_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_dont_accept_relative_outside_of_root": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_no_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_subdir": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_updir": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_uri_adjust": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lookup.py:LookupTest.test_uri_cache": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoop.test__FOR_LOOP": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoop.test_loop_demo": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoop.test_nested_loops": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoop.test_no_loop": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoop.test_out_of_context_access": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoop.test_parent_loops": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test___len__": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_cycle": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_even": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_first": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_index": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_last": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_odd": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopContext.test_reverse_index": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopFlags.test_loop_disabled_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopFlags.test_loop_disabled_override_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopFlags.test_loop_disabled_override_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopFlags.test_loop_disabled_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopFlags.test_loop_enabled_override_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopFlags.test_loop_enabled_override_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopStack.test__pop": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopStack.test__push": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopStack.test__top": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopStack.test_enter": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_loop.py:TestLoopStack.test_exit": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_lru.py:LRUTest.testlru": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_attr": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_attr_raise": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_ccall": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_ccall_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_ccall_import": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_closure_import": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_custom_tag_1": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_custom_tag_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_custom_tag_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_custom_tag_case_sensitive": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_dont_pollute_self": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_dynamic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_expr_grouping": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_getattr": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_import": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_import_calledfromdef": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_import_local": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_in_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_in_remote_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_inheritance": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_inheritance_two": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_inline_arguments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_inline_assignment": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_inline_crossreference": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_inline_not_duped": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_module": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_module_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_module_imports": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_module_imports_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_nonexistent_namespace_uri": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_overload": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_namespace.py:NamespaceTest.test_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:GeneratePythonTest.test_backslash_line": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:GeneratePythonTest.test_false_unindentor": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:GeneratePythonTest.test_generate_adjusted": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:GeneratePythonTest.test_generate_combo": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:GeneratePythonTest.test_generate_normal": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:GeneratePythonTest.test_multi_line": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:WhitespaceTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:WhitespaceTest.test_blank_lines": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:WhitespaceTest.test_open_quotes_with_pound": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:WhitespaceTest.test_quote_with_comments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:WhitespaceTest.test_quotes": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_pygen.py:WhitespaceTest.test_quotes_with_pound": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_runtime.py:ContextTest.test_locals_kwargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_1": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_10": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_11": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_4": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_5": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_6": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_7": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_8": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_blank_control_9": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_1": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_10": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_3": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_4": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_5": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_6": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_7": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_8": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_commented_blank_control_9": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_control": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ControlTest.test_multiline_control": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_encoding": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_encoding_doesnt_conflict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_encoding_errors": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_escapes_html_tags": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_input_encoding": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_read_unicode": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_arg": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_bom": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_file": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_file_code": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_file_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_literal_in_code": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_literal_in_controlline": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_literal_in_def": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_literal_in_expr": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_literal_in_expr_file": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_literal_in_tag": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_memory": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_text": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EncodingTest.test_unicode_text_ccall": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_dictcomp_in_func_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_generator_in_func_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_inline_percent": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_listcomp_in_func_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_percent_escape": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_percent_escape2": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:EscapeTest.test_setcomp_in_func_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:FilenameToURITest.test_dont_accept_relative_outside_of_root": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:FilenameToURITest.test_posix_paths": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:FilenameToURITest.test_windows_paths": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:FuturesTest.test_future_import": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:GlobalsTest.test_globals": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:IncludeTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:IncludeTest.test_include_error_handler": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:IncludeTest.test_include_withargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:IncludeTest.test_localargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:IncludeTest.test_viakwargs": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:IncludeTest.test_within_ccall": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:LexerTest.test_via_lookup": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:LexerTest.test_via_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:MiscTest.test_crlf_linebreaks": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ModuleDirTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ModuleDirTest.test_callable": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ModuleDirTest.test_custom_writer": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ModuleTemplateTest.test_module_roundtrip": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_builtin_names_dont_clobber_defaults_in_includes": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_canuse_builtin_names": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_context_small": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_dict_locals": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_includes": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_inherits": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_overrides_builtins": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PageArgsTest.test_with_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:PreprocessTest.test_old_comments": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ReservedNameTest.test_exclude_loop_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ReservedNameTest.test_exclude_loop_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ReservedNameTest.test_names_in_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:ReservedNameTest.test_names_on_context": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_unicode_file_runtime": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_unicode_file_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_unicode_memory_runtime": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_unicode_memory_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_utf8_file_runtime": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_utf8_file_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_utf8_memory_runtime": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:RichTracebackTest.test_utf8_memory_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:StopRenderingTest.test_return_in_template": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:TestTemplateAPI.test_metadata": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:TestTemplateAPI.test_metadata_two": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_140_regression[filters0]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_140_regression[filters1]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_140_regression[filters2]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_140_regression[filters3]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_140_regression[filters4]": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_dict_comprehensions_in_function_plus_undeclared_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_expression_declared": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_list_comprehensions_plus_undeclared_nonstrict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_list_comprehensions_plus_undeclared_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_nested_list_comprehensions_in_function_plus_undeclared_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_strict": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_traditional_assignment_plus_undeclared": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_template.py:UndefinedVarsTest.test_undefined": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_tgplugin.py:TestTGPlugin.test_basic": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_tgplugin.py:TestTGPlugin.test_basic_dot": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_tgplugin.py:TestTGPlugin.test_render": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_tgplugin.py:TestTGPlugin.test_string": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_tgplugin.py:TestTGPlugin.test_subdir": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_tgplugin.py:TestTGPlugin.test_subdir_dot": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_util.py:UtilTest.test_fast_buffer_encoded": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_util.py:UtilTest.test_fast_buffer_truncate": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_util.py:UtilTest.test_fast_buffer_write": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_util.py:UtilTest.test_load_module": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_util.py:UtilTest.test_load_plugin_failure": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/test_util.py:UtilTest.test_read_file": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:BasicConfigTest.test_coercions": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:BasicConfigTest.test_error_on_loading_from_nonexistent_file": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:BasicConfigTest.test_error_on_loading_from_nonexistent_section": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:BasicConfigTest.test_values": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:BooleanConfigTest.test_values": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:MissingItemConfigTest.test_error_on_load": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:SupportedTypesConfigTest.test_values": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:TypeMismatchConfigTest.test_error_on_load": {
    "status": "PASSED"
   },
   "ptestresult.python3-mako.test/testing/test_config.py:UnsupportedTypesConfigTest.test_values": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-mako/ptest\nSKIP: test/ext/test_babelplugin.py:PluginExtractTest.test_parse_python_expression # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:PluginExtractTest.test_python_gettext_call # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:PluginExtractTest.test_translator_comment # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:MakoExtractTest.test_extract # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:MakoExtractTest.test_extract_utf8 # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:MakoExtractTest.test_extract_cp1251 # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_linguaplugin.py:MakoExtractTest.test_extract # SKIP lingua not installed: skipping linguaplugin test\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_2\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_3\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_4\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_5\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_6\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_7\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_8\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_9\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_10\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_11\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_12\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_13\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_14\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_16\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_17\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_18\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_19\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_20\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_21\nPASS: test/test_ast.py:AstParseTest.test_no_global_imports\nPASS: test/test_ast.py:AstParseTest.test_python_fragment\nPASS: test/test_ast.py:AstParseTest.test_argument_list\nPASS: test/test_ast.py:AstParseTest.test_function_decl\nPASS: test/test_ast.py:AstParseTest.test_function_decl_2\nPASS: test/test_ast.py:AstParseTest.test_function_decl_3\nPASS: test/test_ast.py:AstParseTest.test_expr_generate\nPASS: test/test_block.py:BlockTest.test_anonymous_block_namespace_raises\nPASS: test/test_block.py:BlockTest.test_anonymous_block_in_call\nPASS: test/test_block.py:BlockTest.test_named_block_in_call\nPASS: test/test_block.py:BlockTest.test_name_collision_blocks_toplevel\nPASS: test/test_block.py:BlockTest.test_name_collision_blocks_nested_block\nPASS: test/test_block.py:BlockTest.test_name_collision_blocks_nested_def\nPASS: test/test_block.py:BlockTest.test_name_collision_block_def_toplevel\nPASS: test/test_block.py:BlockTest.test_name_collision_def_block_toplevel\nPASS: test/test_block.py:BlockTest.test_named_block_renders\nPASS: test/test_block.py:BlockTest.test_inherited_block_no_render\nPASS: test/test_block.py:BlockTest.test_no_named_in_def\nPASS: test/test_block.py:BlockTest.test_inherited_block_nested_both\nPASS: test/test_block.py:BlockTest.test_inherited_block_nested_inner_only\nPASS: test/test_block.py:BlockTest.test_noninherited_block_no_render\nPASS: test/test_block.py:BlockTest.test_no_conflict_nested_one\nPASS: test/test_block.py:BlockTest.test_nested_dupe_names_raise\nPASS: test/test_block.py:BlockTest.test_two_levels_one\nPASS: test/test_block.py:BlockTest.test_filter\nPASS: test/test_block.py:BlockTest.test_anon_in_named\nPASS: test/test_block.py:BlockTest.test_named_in_anon\nPASS: test/test_block.py:BlockTest.test_anon_in_anon\nPASS: test/test_block.py:BlockTest.test_named_in_named\nPASS: test/test_block.py:BlockTest.test_iteration\nPASS: test/test_block.py:BlockTest.test_conditional\nPASS: test/test_block.py:BlockTest.test_block_overridden_by_def\nPASS: test/test_block.py:BlockTest.test_def_overridden_by_block\nPASS: test/test_block.py:BlockTest.test_block_args\nPASS: test/test_block.py:BlockTest.test_block_variables_contextual\nPASS: test/test_block.py:BlockTest.test_block_args_contextual\nPASS: test/test_block.py:BlockTest.test_block_pageargs_contextual\nPASS: test/test_block.py:BlockTest.test_block_pageargs\nPASS: test/test_cache.py:CacheTest.test_def\nPASS: test/test_cache.py:CacheTest.test_cache_enable\nPASS: test/test_cache.py:CacheTest.test_nested_def\nPASS: test/test_cache.py:CacheTest.test_page\nPASS: test/test_cache.py:CacheTest.test_dynamic_key_with_context\nPASS: test/test_cache.py:CacheTest.test_dynamic_key_with_funcargs\nPASS: test/test_cache.py:CacheTest.test_dynamic_key_with_imports\nPASS: test/test_cache.py:CacheTest.test_fileargs_implicit\nPASS: test/test_cache.py:CacheTest.test_fileargs_deftag\nPASS: test/test_cache.py:CacheTest.test_fileargs_pagetag\nPASS: test/test_cache.py:CacheTest.test_args_complete\nPASS: test/test_cache.py:CacheTest.test_fileargs_lookup\nPASS: test/test_cache.py:CacheTest.test_buffered\nPASS: test/test_cache.py:CacheTest.test_load_from_expired\nPASS: test/test_cache.py:CacheTest.test_namespace_access\nPASS: test/test_cache.py:CacheTest.test_lookup\nPASS: test/test_cache.py:CacheTest.test_invalidate\nPASS: test/test_cache.py:CacheTest.test_custom_args_def\nPASS: test/test_cache.py:CacheTest.test_custom_args_block\nPASS: test/test_cache.py:CacheTest.test_custom_args_page\nPASS: test/test_cache.py:CacheTest.test_pass_context\nSKIP: test/test_cache.py:BeakerCacheTest.test_def # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_cache_enable # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_nested_def # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_page # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_context # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_funcargs # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_imports # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_implicit # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_deftag # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_pagetag # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_args_complete # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_lookup # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_buffered # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_load_from_expired # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_namespace_access # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_lookup # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_invalidate # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_custom_args_def # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_custom_args_block # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_custom_args_page # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_pass_context # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_cache_uses_current_context # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_region # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:DogpileCacheTest.test_def # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_cache_enable # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_nested_def # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_page # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_context # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_funcargs # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_imports # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_implicit # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_deftag # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_pagetag # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_args_complete # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_lookup # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_buffered # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_load_from_expired # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_namespace_access # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_lookup # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_invalidate # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_custom_args_def # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_custom_args_block # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_custom_args_page # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_pass_context # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_cache_uses_current_context # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_region # SKIP dogpile.cache is required to run these tests\nPASS: test/test_call.py:CallTest.test_call\nPASS: test/test_call.py:CallTest.test_compound_call\nPASS: test/test_call.py:CallTest.test_new_syntax\nPASS: test/test_call.py:CallTest.test_ccall_caller\nPASS: test/test_call.py:CallTest.test_stack_pop\nPASS: test/test_call.py:CallTest.test_conditional_call\nPASS: test/test_call.py:CallTest.test_chained_call\nPASS: test/test_call.py:CallTest.test_nested_call\nPASS: test/test_call.py:CallTest.test_nested_call_2\nPASS: test/test_call.py:CallTest.test_nested_call_3\nPASS: test/test_call.py:CallTest.test_nested_call_4\nPASS: test/test_call.py:CallTest.test_chained_call_in_nested\nPASS: test/test_call.py:CallTest.test_call_in_nested\nPASS: test/test_call.py:CallTest.test_composed_def\nPASS: test/test_call.py:CallTest.test_regular_defs\nPASS: test/test_call.py:CallTest.test_call_in_nested_2\nPASS: test/test_call.py:SelfCacheTest.test_basic\nPASS: test/test_cmd.py:CmdTest.test_stdin_success\nPASS: test/test_cmd.py:CmdTest.test_stdin_syntax_err\nPASS: test/test_cmd.py:CmdTest.test_stdin_rt_err\nPASS: test/test_cmd.py:CmdTest.test_file_success\nPASS: test/test_cmd.py:CmdTest.test_file_syntax_err\nPASS: test/test_cmd.py:CmdTest.test_file_rt_err\nPASS: test/test_cmd.py:CmdTest.test_file_notfound\nPASS: test/test_decorators.py:DecoratorTest.test_toplevel\nPASS: test/test_decorators.py:DecoratorTest.test_toplevel_contextual\nPASS: test/test_decorators.py:DecoratorTest.test_nested\nPASS: test/test_decorators.py:DecoratorTest.test_toplevel_decorated_name\nPASS: test/test_decorators.py:DecoratorTest.test_nested_decorated_name\nPASS: test/test_def.py:DefTest.test_def_noargs\nPASS: test/test_def.py:DefTest.test_def_blankargs\nPASS: test/test_def.py:DefTest.test_def_args\nPASS: test/test_def.py:DefTest.test_def_py3k_args\nPASS: test/test_def.py:DefTest.test_def_py3k_args_quirk\nPASS: test/test_def.py:DefTest.test_inter_def\nPASS: test/test_def.py:DefTest.test_toplevel\nPASS: test/test_def.py:DefTest.test_def_operations\nPASS: test/test_def.py:ScopeTest.test_scope_one\nPASS: test/test_def.py:ScopeTest.test_scope_two\nPASS: test/test_def.py:ScopeTest.test_scope_four\nPASS: test/test_def.py:ScopeTest.test_scope_five\nPASS: test/test_def.py:ScopeTest.test_scope_six\nPASS: test/test_def.py:ScopeTest.test_scope_seven\nPASS: test/test_def.py:ScopeTest.test_scope_eight\nPASS: test/test_def.py:ScopeTest.test_scope_nine\nPASS: test/test_def.py:ScopeTest.test_scope_ten\nPASS: test/test_def.py:ScopeTest.test_scope_eleven\nPASS: test/test_def.py:ScopeTest.test_unbound_scope\nPASS: test/test_def.py:ScopeTest.test_unbound_scope_two\nPASS: test/test_def.py:ScopeTest.test_canget_kwargs\nPASS: test/test_def.py:ScopeTest.test_inline_expression_from_arg_one\nPASS: test/test_def.py:ScopeTest.test_interpret_expression_from_arg_two\nPASS: test/test_def.py:NestedDefTest.test_nested_def\nPASS: test/test_def.py:NestedDefTest.test_nested_2\nPASS: test/test_def.py:NestedDefTest.test_nested_with_args\nPASS: test/test_def.py:NestedDefTest.test_nested_def_2\nPASS: test/test_def.py:NestedDefTest.test_nested_nested_def\nPASS: test/test_def.py:NestedDefTest.test_nested_nested_def_2\nPASS: test/test_def.py:NestedDefTest.test_outer_scope\nPASS: test/test_def.py:ExceptionTest.test_raise\nPASS: test/test_def.py:ExceptionTest.test_handler\nPASS: test/test_exceptions.py:ExceptionsTest.test_html_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_text_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_html_error_template_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_html_error_template_no_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_format_closures\nPASS: test/test_exceptions.py:ExceptionsTest.test_py_utf8_html_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_py_unicode_error_html_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_format_exceptions_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_format_exceptions_no_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_format_exceptions_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_format_exceptions_no_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_mod_no_encoding\nPASS: test/test_exceptions.py:ExceptionsTest.test_custom_tback\nPASS: test/test_exceptions.py:ExceptionsTest.test_tback_no_trace_from_py_file\nPASS: test/test_exceptions.py:ExceptionsTest.test_tback_trace_from_py_file\nPASS: test/test_exceptions.py:ExceptionsTest.test_code_block_line_number\nPASS: test/test_exceptions.py:ExceptionsTest.test_module_block_line_number\nPASS: test/test_exceptions.py:ExceptionsTest.test_alternating_file_names\nPASS: test/test_filters.py:FilterTest.test_basic\nPASS: test/test_filters.py:FilterTest.test_expr\nPASS: test/test_filters.py:FilterTest.test_convert_str\nPASS: test/test_filters.py:FilterTest.test_quoting\nPASS: test/test_filters.py:FilterTest.test_url_escaping\nPASS: test/test_filters.py:FilterTest.test_entity\nPASS: test/test_filters.py:FilterTest.test_def\nPASS: test/test_filters.py:FilterTest.test_import\nPASS: test/test_filters.py:FilterTest.test_import_2\nPASS: test/test_filters.py:FilterTest.test_encode_filter\nPASS: test/test_filters.py:FilterTest.test_encode_filter_non_str\nPASS: test/test_filters.py:FilterTest.test_custom_default\nPASS: test/test_filters.py:FilterTest.test_global\nPASS: test/test_filters.py:FilterTest.test_block_via_context\nPASS: test/test_filters.py:FilterTest.test_def_via_context\nPASS: test/test_filters.py:FilterTest.test_text_via_context\nPASS: test/test_filters.py:FilterTest.test_nflag\nPASS: test/test_filters.py:FilterTest.test_global_json\nPASS: test/test_filters.py:FilterTest.test_non_expression\nPASS: test/test_filters.py:FilterTest.test_builtins\nPASS: test/test_filters.py:BufferTest.test_buffered_def\nPASS: test/test_filters.py:BufferTest.test_unbuffered_def\nPASS: test/test_filters.py:BufferTest.test_capture\nPASS: test/test_filters.py:BufferTest.test_capture_exception\nPASS: test/test_filters.py:BufferTest.test_buffered_exception\nPASS: test/test_filters.py:BufferTest.test_capture_ccall\nPASS: test/test_inheritance.py:InheritanceTest.test_basic\nPASS: test/test_inheritance.py:InheritanceTest.test_multilevel_nesting\nPASS: test/test_inheritance.py:InheritanceTest.test_includes\nPASS: test/test_inheritance.py:InheritanceTest.test_namespaces\nPASS: test/test_inheritance.py:InheritanceTest.test_pageargs\nPASS: test/test_inheritance.py:InheritanceTest.test_pageargs_2\nPASS: test/test_inheritance.py:InheritanceTest.test_pageargs_err\nPASS: test/test_inheritance.py:InheritanceTest.test_toplevel\nPASS: test/test_inheritance.py:InheritanceTest.test_dynamic\nPASS: test/test_inheritance.py:InheritanceTest.test_in_call\nPASS: test/test_lexer.py:LexerTest.test_text_and_tag\nPASS: test/test_lexer.py:LexerTest.test_unclosed_tag\nPASS: test/test_lexer.py:LexerTest.test_onlyclosed_tag\nPASS: test/test_lexer.py:LexerTest.test_noexpr_allowed\nPASS: test/test_lexer.py:LexerTest.test_closing_tag_many_spaces\nPASS: test/test_lexer.py:LexerTest.test_opening_tag_many_quotes\nPASS: test/test_lexer.py:LexerTest.test_unmatched_tag\nPASS: test/test_lexer.py:LexerTest.test_nonexistent_tag\nPASS: test/test_lexer.py:LexerTest.test_wrongcase_tag\nPASS: test/test_lexer.py:LexerTest.test_percent_escape\nPASS: test/test_lexer.py:LexerTest.test_percent_escape2\nPASS: test/test_lexer.py:LexerTest.test_percent_escape_with_control_block\nPASS: test/test_lexer.py:LexerTest.test_inline_percent\nPASS: test/test_lexer.py:LexerTest.test_old_multiline_comment\nPASS: test/test_lexer.py:LexerTest.test_text_tag\nPASS: test/test_lexer.py:LexerTest.test_def_syntax\nPASS: test/test_lexer.py:LexerTest.test_def_syntax_2\nPASS: test/test_lexer.py:LexerTest.test_whitespace_equals\nPASS: test/test_lexer.py:LexerTest.test_ns_tag_closed\nPASS: test/test_lexer.py:LexerTest.test_ns_tag_empty\nPASS: test/test_lexer.py:LexerTest.test_ns_tag_open\nPASS: test/test_lexer.py:LexerTest.test_expr_in_attribute\nPASS: test/test_lexer.py:LexerTest.test_pagetag[,-48]\nPASS: test/test_lexer.py:LexerTest.test_pagetag[-47]\nPASS: test/test_lexer.py:LexerTest.test_nesting\nPASS: test/test_lexer.py:LexerTest.test_code\nPASS: test/test_lexer.py:LexerTest.test_code_and_tags\nPASS: test/test_lexer.py:LexerTest.test_expression\nPASS: test/test_lexer.py:LexerTest.test_tricky_expression\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr0]\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr1]\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr2]\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr3]\nPASS: test/test_lexer.py:LexerTest.test_ampersand_issue_412\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_2_issue_400\nPASS: test/test_lexer.py:LexerTest.test_dict_expression\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_2\nPASS: test/test_lexer.py:LexerTest.test_brace_expression\nPASS: test/test_lexer.py:LexerTest.test_tricky_code\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_2\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_3\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_4\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_5\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_6\nPASS: test/test_lexer.py:LexerTest.test_control_lines\nPASS: test/test_lexer.py:LexerTest.test_control_lines_2\nPASS: test/test_lexer.py:LexerTest.test_long_control_lines\nPASS: test/test_lexer.py:LexerTest.test_unmatched_control\nPASS: test/test_lexer.py:LexerTest.test_unmatched_control_2\nPASS: test/test_lexer.py:LexerTest.test_unmatched_control_3\nPASS: test/test_lexer.py:LexerTest.test_ternary_control\nPASS: test/test_lexer.py:LexerTest.test_integration\nPASS: test/test_lexer.py:LexerTest.test_comment_after_statement\nPASS: test/test_lexer.py:LexerTest.test_crlf\nPASS: test/test_lexer.py:LexerTest.test_comments\nPASS: test/test_lexer.py:LexerTest.test_docs\nPASS: test/test_lexer.py:LexerTest.test_preprocess\nPASS: test/test_lookup.py:LookupTest.test_basic\nPASS: test/test_lookup.py:LookupTest.test_subdir\nPASS: test/test_lookup.py:LookupTest.test_updir\nPASS: test/test_lookup.py:LookupTest.test_directory_lookup\nPASS: test/test_lookup.py:LookupTest.test_no_lookup\nPASS: test/test_lookup.py:LookupTest.test_uri_adjust\nPASS: test/test_lookup.py:LookupTest.test_uri_cache\nPASS: test/test_lookup.py:LookupTest.test_check_not_found\nPASS: test/test_lookup.py:LookupTest.test_dont_accept_relative_outside_of_root\nPASS: test/test_lookup.py:LookupTest.test_checking_against_bad_filetype\nPASS: test/test_loop.py:TestLoop.test__FOR_LOOP\nPASS: test/test_loop.py:TestLoop.test_loop_demo\nPASS: test/test_loop.py:TestLoop.test_nested_loops\nPASS: test/test_loop.py:TestLoop.test_no_loop\nPASS: test/test_loop.py:TestLoop.test_out_of_context_access\nPASS: test/test_loop.py:TestLoop.test_parent_loops\nPASS: test/test_loop.py:TestLoopStack.test__pop\nPASS: test/test_loop.py:TestLoopStack.test__push\nPASS: test/test_loop.py:TestLoopStack.test__top\nPASS: test/test_loop.py:TestLoopStack.test_enter\nPASS: test/test_loop.py:TestLoopStack.test_exit\nPASS: test/test_loop.py:TestLoopContext.test___len__\nPASS: test/test_loop.py:TestLoopContext.test_cycle\nPASS: test/test_loop.py:TestLoopContext.test_even\nPASS: test/test_loop.py:TestLoopContext.test_first\nPASS: test/test_loop.py:TestLoopContext.test_index\nPASS: test/test_loop.py:TestLoopContext.test_last\nPASS: test/test_loop.py:TestLoopContext.test_odd\nPASS: test/test_loop.py:TestLoopContext.test_reverse_index\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_template\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_lookup\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_override_template\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_override_lookup\nPASS: test/test_loop.py:TestLoopFlags.test_loop_enabled_override_template\nPASS: test/test_loop.py:TestLoopFlags.test_loop_enabled_override_lookup\nPASS: test/test_lru.py:LRUTest.testlru\nPASS: test/test_namespace.py:NamespaceTest.test_inline_crossreference\nPASS: test/test_namespace.py:NamespaceTest.test_inline_assignment\nPASS: test/test_namespace.py:NamespaceTest.test_inline_arguments\nPASS: test/test_namespace.py:NamespaceTest.test_inline_not_duped\nPASS: test/test_namespace.py:NamespaceTest.test_dynamic\nPASS: test/test_namespace.py:NamespaceTest.test_template\nPASS: test/test_namespace.py:NamespaceTest.test_module\nPASS: test/test_namespace.py:NamespaceTest.test_module_2\nPASS: test/test_namespace.py:NamespaceTest.test_module_imports\nPASS: test/test_namespace.py:NamespaceTest.test_module_imports_2\nPASS: test/test_namespace.py:NamespaceTest.test_context\nPASS: test/test_namespace.py:NamespaceTest.test_overload\nPASS: test/test_namespace.py:NamespaceTest.test_getattr\nPASS: test/test_namespace.py:NamespaceTest.test_in_def\nPASS: test/test_namespace.py:NamespaceTest.test_in_remote_def\nPASS: test/test_namespace.py:NamespaceTest.test_dont_pollute_self\nPASS: test/test_namespace.py:NamespaceTest.test_inheritance\nPASS: test/test_namespace.py:NamespaceTest.test_inheritance_two\nPASS: test/test_namespace.py:NamespaceTest.test_attr\nPASS: test/test_namespace.py:NamespaceTest.test_attr_raise\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_1\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_2\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_3\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_case_sensitive\nPASS: test/test_namespace.py:NamespaceTest.test_expr_grouping\nPASS: test/test_namespace.py:NamespaceTest.test_ccall\nPASS: test/test_namespace.py:NamespaceTest.test_ccall_2\nPASS: test/test_namespace.py:NamespaceTest.test_import\nPASS: test/test_namespace.py:NamespaceTest.test_import_calledfromdef\nPASS: test/test_namespace.py:NamespaceTest.test_closure_import\nPASS: test/test_namespace.py:NamespaceTest.test_import_local\nPASS: test/test_namespace.py:NamespaceTest.test_ccall_import\nPASS: test/test_namespace.py:NamespaceTest.test_nonexistent_namespace_uri\nPASS: test/test_pygen.py:GeneratePythonTest.test_generate_normal\nPASS: test/test_pygen.py:GeneratePythonTest.test_generate_adjusted\nPASS: test/test_pygen.py:GeneratePythonTest.test_generate_combo\nPASS: test/test_pygen.py:GeneratePythonTest.test_multi_line\nPASS: test/test_pygen.py:GeneratePythonTest.test_false_unindentor\nPASS: test/test_pygen.py:GeneratePythonTest.test_backslash_line\nPASS: test/test_pygen.py:WhitespaceTest.test_basic\nPASS: test/test_pygen.py:WhitespaceTest.test_blank_lines\nPASS: test/test_pygen.py:WhitespaceTest.test_open_quotes_with_pound\nPASS: test/test_pygen.py:WhitespaceTest.test_quote_with_comments\nPASS: test/test_pygen.py:WhitespaceTest.test_quotes_with_pound\nPASS: test/test_pygen.py:WhitespaceTest.test_quotes\nPASS: test/test_runtime.py:ContextTest.test_locals_kwargs\nPASS: test/test_template.py:MiscTest.test_crlf_linebreaks\nPASS: test/test_template.py:EncodingTest.test_escapes_html_tags\nPASS: test/test_template.py:EncodingTest.test_unicode\nPASS: test/test_template.py:EncodingTest.test_encoding_doesnt_conflict\nPASS: test/test_template.py:EncodingTest.test_unicode_arg\nPASS: test/test_template.py:EncodingTest.test_unicode_file\nPASS: test/test_template.py:EncodingTest.test_unicode_file_code\nPASS: test/test_template.py:EncodingTest.test_unicode_file_lookup\nPASS: test/test_template.py:EncodingTest.test_unicode_bom\nPASS: test/test_template.py:EncodingTest.test_unicode_memory\nPASS: test/test_template.py:EncodingTest.test_unicode_text\nPASS: test/test_template.py:EncodingTest.test_unicode_text_ccall\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_expr\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_expr_file\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_code\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_controlline\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_tag\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_def\nPASS: test/test_template.py:EncodingTest.test_input_encoding\nPASS: test/test_template.py:EncodingTest.test_encoding\nPASS: test/test_template.py:EncodingTest.test_encoding_errors\nPASS: test/test_template.py:EncodingTest.test_read_unicode\nPASS: test/test_template.py:PageArgsTest.test_basic\nPASS: test/test_template.py:PageArgsTest.test_inherits\nPASS: test/test_template.py:PageArgsTest.test_includes\nPASS: test/test_template.py:PageArgsTest.test_context_small\nPASS: test/test_template.py:PageArgsTest.test_with_context\nPASS: test/test_template.py:PageArgsTest.test_overrides_builtins\nPASS: test/test_template.py:PageArgsTest.test_canuse_builtin_names\nPASS: test/test_template.py:PageArgsTest.test_builtin_names_dont_clobber_defaults_in_includes\nPASS: test/test_template.py:PageArgsTest.test_dict_locals\nPASS: test/test_template.py:IncludeTest.test_basic\nPASS: test/test_template.py:IncludeTest.test_localargs\nPASS: test/test_template.py:IncludeTest.test_viakwargs\nPASS: test/test_template.py:IncludeTest.test_include_withargs\nPASS: test/test_template.py:IncludeTest.test_within_ccall\nPASS: test/test_template.py:IncludeTest.test_include_error_handler\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters0]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters1]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters2]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters3]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters4]\nPASS: test/test_template.py:UndefinedVarsTest.test_undefined\nPASS: test/test_template.py:UndefinedVarsTest.test_strict\nPASS: test/test_template.py:UndefinedVarsTest.test_expression_declared\nPASS: test/test_template.py:UndefinedVarsTest.test_list_comprehensions_plus_undeclared_nonstrict\nPASS: test/test_template.py:UndefinedVarsTest.test_traditional_assignment_plus_undeclared\nPASS: test/test_template.py:UndefinedVarsTest.test_list_comprehensions_plus_undeclared_strict\nPASS: test/test_template.py:UndefinedVarsTest.test_dict_comprehensions_in_function_plus_undeclared_strict\nPASS: test/test_template.py:UndefinedVarsTest.test_nested_list_comprehensions_in_function_plus_undeclared_strict\nPASS: test/test_template.py:StopRenderingTest.test_return_in_template\nPASS: test/test_template.py:ReservedNameTest.test_names_on_context\nPASS: test/test_template.py:ReservedNameTest.test_names_in_template\nPASS: test/test_template.py:ReservedNameTest.test_exclude_loop_context\nPASS: test/test_template.py:ReservedNameTest.test_exclude_loop_template\nPASS: test/test_template.py:ControlTest.test_control\nPASS: test/test_template.py:ControlTest.test_blank_control_1\nPASS: test/test_template.py:ControlTest.test_blank_control_2\nPASS: test/test_template.py:ControlTest.test_blank_control_3\nPASS: test/test_template.py:ControlTest.test_blank_control_4\nPASS: test/test_template.py:ControlTest.test_blank_control_5\nPASS: test/test_template.py:ControlTest.test_blank_control_6\nPASS: test/test_template.py:ControlTest.test_blank_control_7\nPASS: test/test_template.py:ControlTest.test_blank_control_8\nPASS: test/test_template.py:ControlTest.test_blank_control_9\nPASS: test/test_template.py:ControlTest.test_blank_control_10\nPASS: test/test_template.py:ControlTest.test_blank_control_11\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_1\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_2\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_3\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_4\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_5\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_6\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_7\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_8\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_9\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_10\nPASS: test/test_template.py:ControlTest.test_multiline_control\nPASS: test/test_template.py:GlobalsTest.test_globals\nPASS: test/test_template.py:RichTracebackTest.test_utf8_memory_syntax\nPASS: test/test_template.py:RichTracebackTest.test_utf8_memory_runtime\nPASS: test/test_template.py:RichTracebackTest.test_utf8_file_syntax\nPASS: test/test_template.py:RichTracebackTest.test_utf8_file_runtime\nPASS: test/test_template.py:RichTracebackTest.test_unicode_memory_syntax\nPASS: test/test_template.py:RichTracebackTest.test_unicode_memory_runtime\nPASS: test/test_template.py:RichTracebackTest.test_unicode_file_syntax\nPASS: test/test_template.py:RichTracebackTest.test_unicode_file_runtime\nPASS: test/test_template.py:ModuleDirTest.test_basic\nPASS: test/test_template.py:ModuleDirTest.test_callable\nPASS: test/test_template.py:ModuleDirTest.test_custom_writer\nPASS: test/test_template.py:FilenameToURITest.test_windows_paths\nPASS: test/test_template.py:FilenameToURITest.test_posix_paths\nPASS: test/test_template.py:FilenameToURITest.test_dont_accept_relative_outside_of_root\nPASS: test/test_template.py:ModuleTemplateTest.test_module_roundtrip\nPASS: test/test_template.py:TestTemplateAPI.test_metadata\nPASS: test/test_template.py:TestTemplateAPI.test_metadata_two\nPASS: test/test_template.py:PreprocessTest.test_old_comments\nPASS: test/test_template.py:LexerTest.test_via_template\nPASS: test/test_template.py:LexerTest.test_via_lookup\nPASS: test/test_template.py:FuturesTest.test_future_import\nPASS: test/test_template.py:EscapeTest.test_percent_escape\nPASS: test/test_template.py:EscapeTest.test_percent_escape2\nPASS: test/test_template.py:EscapeTest.test_inline_percent\nPASS: test/test_template.py:EscapeTest.test_listcomp_in_func_strict\nPASS: test/test_template.py:EscapeTest.test_setcomp_in_func_strict\nPASS: test/test_template.py:EscapeTest.test_generator_in_func_strict\nPASS: test/test_template.py:EscapeTest.test_dictcomp_in_func_strict\nPASS: test/test_tgplugin.py:TestTGPlugin.test_basic\nPASS: test/test_tgplugin.py:TestTGPlugin.test_subdir\nPASS: test/test_tgplugin.py:TestTGPlugin.test_basic_dot\nPASS: test/test_tgplugin.py:TestTGPlugin.test_subdir_dot\nPASS: test/test_tgplugin.py:TestTGPlugin.test_string\nPASS: test/test_tgplugin.py:TestTGPlugin.test_render\nPASS: test/test_util.py:UtilTest.test_fast_buffer_write\nPASS: test/test_util.py:UtilTest.test_fast_buffer_truncate\nPASS: test/test_util.py:UtilTest.test_fast_buffer_encoded\nPASS: test/test_util.py:UtilTest.test_read_file\nPASS: test/test_util.py:UtilTest.test_load_module\nPASS: test/test_util.py:UtilTest.test_load_plugin_failure\nPASS: test/testing/test_config.py:BasicConfigTest.test_coercions\nPASS: test/testing/test_config.py:BasicConfigTest.test_values\nPASS: test/testing/test_config.py:BasicConfigTest.test_error_on_loading_from_nonexistent_file\nPASS: test/testing/test_config.py:BasicConfigTest.test_error_on_loading_from_nonexistent_section\nPASS: test/testing/test_config.py:BooleanConfigTest.test_values\nPASS: test/testing/test_config.py:UnsupportedTypesConfigTest.test_values\nPASS: test/testing/test_config.py:SupportedTypesConfigTest.test_values\nPASS: test/testing/test_config.py:TypeMismatchConfigTest.test_error_on_load\nPASS: test/testing/test_config.py:MissingItemConfigTest.test_error_on_load\n============================================================================\nTestsuite summary\n# TOTAL: 515\n# PASS: 462\n# SKIP: 53\n# XFAIL: 0\n# FAIL: 0\n# XPASS: 0\n# ERROR: 0\nDURATION: 2\nEND: /usr/lib/python3-mako/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "python3-mako": {
     "duration": "2",
     "log": "START: ptest-runner\n2025-06-16T11:39\nSKIP: test/ext/test_babelplugin.py:PluginExtractTest.test_parse_python_expression # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:PluginExtractTest.test_python_gettext_call # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:PluginExtractTest.test_translator_comment # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:MakoExtractTest.test_extract # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:MakoExtractTest.test_extract_utf8 # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_babelplugin.py:MakoExtractTest.test_extract_cp1251 # SKIP babel not installed: skipping babelplugin test\nSKIP: test/ext/test_linguaplugin.py:MakoExtractTest.test_extract # SKIP lingua not installed: skipping linguaplugin test\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_2\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_3\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_4\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_5\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_6\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_7\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_8\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_9\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_10\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_11\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_12\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_13\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_14\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_16\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_17\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_18\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_19\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_20\nPASS: test/test_ast.py:AstParseTest.test_locate_identifiers_21\nPASS: test/test_ast.py:AstParseTest.test_no_global_imports\nPASS: test/test_ast.py:AstParseTest.test_python_fragment\nPASS: test/test_ast.py:AstParseTest.test_argument_list\nPASS: test/test_ast.py:AstParseTest.test_function_decl\nPASS: test/test_ast.py:AstParseTest.test_function_decl_2\nPASS: test/test_ast.py:AstParseTest.test_function_decl_3\nPASS: test/test_ast.py:AstParseTest.test_expr_generate\nPASS: test/test_block.py:BlockTest.test_anonymous_block_namespace_raises\nPASS: test/test_block.py:BlockTest.test_anonymous_block_in_call\nPASS: test/test_block.py:BlockTest.test_named_block_in_call\nPASS: test/test_block.py:BlockTest.test_name_collision_blocks_toplevel\nPASS: test/test_block.py:BlockTest.test_name_collision_blocks_nested_block\nPASS: test/test_block.py:BlockTest.test_name_collision_blocks_nested_def\nPASS: test/test_block.py:BlockTest.test_name_collision_block_def_toplevel\nPASS: test/test_block.py:BlockTest.test_name_collision_def_block_toplevel\nPASS: test/test_block.py:BlockTest.test_named_block_renders\nPASS: test/test_block.py:BlockTest.test_inherited_block_no_render\nPASS: test/test_block.py:BlockTest.test_no_named_in_def\nPASS: test/test_block.py:BlockTest.test_inherited_block_nested_both\nPASS: test/test_block.py:BlockTest.test_inherited_block_nested_inner_only\nPASS: test/test_block.py:BlockTest.test_noninherited_block_no_render\nPASS: test/test_block.py:BlockTest.test_no_conflict_nested_one\nPASS: test/test_block.py:BlockTest.test_nested_dupe_names_raise\nPASS: test/test_block.py:BlockTest.test_two_levels_one\nPASS: test/test_block.py:BlockTest.test_filter\nPASS: test/test_block.py:BlockTest.test_anon_in_named\nPASS: test/test_block.py:BlockTest.test_named_in_anon\nPASS: test/test_block.py:BlockTest.test_anon_in_anon\nPASS: test/test_block.py:BlockTest.test_named_in_named\nPASS: test/test_block.py:BlockTest.test_iteration\nPASS: test/test_block.py:BlockTest.test_conditional\nPASS: test/test_block.py:BlockTest.test_block_overridden_by_def\nPASS: test/test_block.py:BlockTest.test_def_overridden_by_block\nPASS: test/test_block.py:BlockTest.test_block_args\nPASS: test/test_block.py:BlockTest.test_block_variables_contextual\nPASS: test/test_block.py:BlockTest.test_block_args_contextual\nPASS: test/test_block.py:BlockTest.test_block_pageargs_contextual\nPASS: test/test_block.py:BlockTest.test_block_pageargs\nPASS: test/test_cache.py:CacheTest.test_def\nPASS: test/test_cache.py:CacheTest.test_cache_enable\nPASS: test/test_cache.py:CacheTest.test_nested_def\nPASS: test/test_cache.py:CacheTest.test_page\nPASS: test/test_cache.py:CacheTest.test_dynamic_key_with_context\nPASS: test/test_cache.py:CacheTest.test_dynamic_key_with_funcargs\nPASS: test/test_cache.py:CacheTest.test_dynamic_key_with_imports\nPASS: test/test_cache.py:CacheTest.test_fileargs_implicit\nPASS: test/test_cache.py:CacheTest.test_fileargs_deftag\nPASS: test/test_cache.py:CacheTest.test_fileargs_pagetag\nPASS: test/test_cache.py:CacheTest.test_args_complete\nPASS: test/test_cache.py:CacheTest.test_fileargs_lookup\nPASS: test/test_cache.py:CacheTest.test_buffered\nPASS: test/test_cache.py:CacheTest.test_load_from_expired\nPASS: test/test_cache.py:CacheTest.test_namespace_access\nPASS: test/test_cache.py:CacheTest.test_lookup\nPASS: test/test_cache.py:CacheTest.test_invalidate\nPASS: test/test_cache.py:CacheTest.test_custom_args_def\nPASS: test/test_cache.py:CacheTest.test_custom_args_block\nPASS: test/test_cache.py:CacheTest.test_custom_args_page\nPASS: test/test_cache.py:CacheTest.test_pass_context\nSKIP: test/test_cache.py:BeakerCacheTest.test_def # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_cache_enable # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_nested_def # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_page # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_context # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_funcargs # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_dynamic_key_with_imports # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_implicit # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_deftag # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_pagetag # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_args_complete # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_fileargs_lookup # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_buffered # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_load_from_expired # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_namespace_access # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_lookup # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_invalidate # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_custom_args_def # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_custom_args_block # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_custom_args_page # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_pass_context # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_cache_uses_current_context # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:BeakerCacheTest.test_region # SKIP Beaker is required for these tests.\nSKIP: test/test_cache.py:DogpileCacheTest.test_def # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_cache_enable # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_nested_def # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_page # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_context # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_funcargs # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_dynamic_key_with_imports # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_implicit # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_deftag # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_pagetag # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_args_complete # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_fileargs_lookup # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_buffered # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_load_from_expired # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_namespace_access # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_lookup # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_invalidate # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_custom_args_def # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_custom_args_block # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_custom_args_page # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_pass_context # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_cache_uses_current_context # SKIP dogpile.cache is required to run these tests\nSKIP: test/test_cache.py:DogpileCacheTest.test_region # SKIP dogpile.cache is required to run these tests\nPASS: test/test_call.py:CallTest.test_call\nPASS: test/test_call.py:CallTest.test_compound_call\nPASS: test/test_call.py:CallTest.test_new_syntax\nPASS: test/test_call.py:CallTest.test_ccall_caller\nPASS: test/test_call.py:CallTest.test_stack_pop\nPASS: test/test_call.py:CallTest.test_conditional_call\nPASS: test/test_call.py:CallTest.test_chained_call\nPASS: test/test_call.py:CallTest.test_nested_call\nPASS: test/test_call.py:CallTest.test_nested_call_2\nPASS: test/test_call.py:CallTest.test_nested_call_3\nPASS: test/test_call.py:CallTest.test_nested_call_4\nPASS: test/test_call.py:CallTest.test_chained_call_in_nested\nPASS: test/test_call.py:CallTest.test_call_in_nested\nPASS: test/test_call.py:CallTest.test_composed_def\nPASS: test/test_call.py:CallTest.test_regular_defs\nPASS: test/test_call.py:CallTest.test_call_in_nested_2\nPASS: test/test_call.py:SelfCacheTest.test_basic\nPASS: test/test_cmd.py:CmdTest.test_stdin_success\nPASS: test/test_cmd.py:CmdTest.test_stdin_syntax_err\nPASS: test/test_cmd.py:CmdTest.test_stdin_rt_err\nPASS: test/test_cmd.py:CmdTest.test_file_success\nPASS: test/test_cmd.py:CmdTest.test_file_syntax_err\nPASS: test/test_cmd.py:CmdTest.test_file_rt_err\nPASS: test/test_cmd.py:CmdTest.test_file_notfound\nPASS: test/test_decorators.py:DecoratorTest.test_toplevel\nPASS: test/test_decorators.py:DecoratorTest.test_toplevel_contextual\nPASS: test/test_decorators.py:DecoratorTest.test_nested\nPASS: test/test_decorators.py:DecoratorTest.test_toplevel_decorated_name\nPASS: test/test_decorators.py:DecoratorTest.test_nested_decorated_name\nPASS: test/test_def.py:DefTest.test_def_noargs\nPASS: test/test_def.py:DefTest.test_def_blankargs\nPASS: test/test_def.py:DefTest.test_def_args\nPASS: test/test_def.py:DefTest.test_def_py3k_args\nPASS: test/test_def.py:DefTest.test_def_py3k_args_quirk\nPASS: test/test_def.py:DefTest.test_inter_def\nPASS: test/test_def.py:DefTest.test_toplevel\nPASS: test/test_def.py:DefTest.test_def_operations\nPASS: test/test_def.py:ScopeTest.test_scope_one\nPASS: test/test_def.py:ScopeTest.test_scope_two\nPASS: test/test_def.py:ScopeTest.test_scope_four\nPASS: test/test_def.py:ScopeTest.test_scope_five\nPASS: test/test_def.py:ScopeTest.test_scope_six\nPASS: test/test_def.py:ScopeTest.test_scope_seven\nPASS: test/test_def.py:ScopeTest.test_scope_eight\nPASS: test/test_def.py:ScopeTest.test_scope_nine\nPASS: test/test_def.py:ScopeTest.test_scope_ten\nPASS: test/test_def.py:ScopeTest.test_scope_eleven\nPASS: test/test_def.py:ScopeTest.test_unbound_scope\nPASS: test/test_def.py:ScopeTest.test_unbound_scope_two\nPASS: test/test_def.py:ScopeTest.test_canget_kwargs\nPASS: test/test_def.py:ScopeTest.test_inline_expression_from_arg_one\nPASS: test/test_def.py:ScopeTest.test_interpret_expression_from_arg_two\nPASS: test/test_def.py:NestedDefTest.test_nested_def\nPASS: test/test_def.py:NestedDefTest.test_nested_2\nPASS: test/test_def.py:NestedDefTest.test_nested_with_args\nPASS: test/test_def.py:NestedDefTest.test_nested_def_2\nPASS: test/test_def.py:NestedDefTest.test_nested_nested_def\nPASS: test/test_def.py:NestedDefTest.test_nested_nested_def_2\nPASS: test/test_def.py:NestedDefTest.test_outer_scope\nPASS: test/test_def.py:ExceptionTest.test_raise\nPASS: test/test_def.py:ExceptionTest.test_handler\nPASS: test/test_exceptions.py:ExceptionsTest.test_html_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_text_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_html_error_template_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_html_error_template_no_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_format_closures\nPASS: test/test_exceptions.py:ExceptionsTest.test_py_utf8_html_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_py_unicode_error_html_error_template\nPASS: test/test_exceptions.py:ExceptionsTest.test_format_exceptions_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_format_exceptions_no_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_format_exceptions_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_utf8_format_exceptions_no_pygments\nPASS: test/test_exceptions.py:ExceptionsTest.test_mod_no_encoding\nPASS: test/test_exceptions.py:ExceptionsTest.test_custom_tback\nPASS: test/test_exceptions.py:ExceptionsTest.test_tback_no_trace_from_py_file\nPASS: test/test_exceptions.py:ExceptionsTest.test_tback_trace_from_py_file\nPASS: test/test_exceptions.py:ExceptionsTest.test_code_block_line_number\nPASS: test/test_exceptions.py:ExceptionsTest.test_module_block_line_number\nPASS: test/test_exceptions.py:ExceptionsTest.test_alternating_file_names\nPASS: test/test_filters.py:FilterTest.test_basic\nPASS: test/test_filters.py:FilterTest.test_expr\nPASS: test/test_filters.py:FilterTest.test_convert_str\nPASS: test/test_filters.py:FilterTest.test_quoting\nPASS: test/test_filters.py:FilterTest.test_url_escaping\nPASS: test/test_filters.py:FilterTest.test_entity\nPASS: test/test_filters.py:FilterTest.test_def\nPASS: test/test_filters.py:FilterTest.test_import\nPASS: test/test_filters.py:FilterTest.test_import_2\nPASS: test/test_filters.py:FilterTest.test_encode_filter\nPASS: test/test_filters.py:FilterTest.test_encode_filter_non_str\nPASS: test/test_filters.py:FilterTest.test_custom_default\nPASS: test/test_filters.py:FilterTest.test_global\nPASS: test/test_filters.py:FilterTest.test_block_via_context\nPASS: test/test_filters.py:FilterTest.test_def_via_context\nPASS: test/test_filters.py:FilterTest.test_text_via_context\nPASS: test/test_filters.py:FilterTest.test_nflag\nPASS: test/test_filters.py:FilterTest.test_global_json\nPASS: test/test_filters.py:FilterTest.test_non_expression\nPASS: test/test_filters.py:FilterTest.test_builtins\nPASS: test/test_filters.py:BufferTest.test_buffered_def\nPASS: test/test_filters.py:BufferTest.test_unbuffered_def\nPASS: test/test_filters.py:BufferTest.test_capture\nPASS: test/test_filters.py:BufferTest.test_capture_exception\nPASS: test/test_filters.py:BufferTest.test_buffered_exception\nPASS: test/test_filters.py:BufferTest.test_capture_ccall\nPASS: test/test_inheritance.py:InheritanceTest.test_basic\nPASS: test/test_inheritance.py:InheritanceTest.test_multilevel_nesting\nPASS: test/test_inheritance.py:InheritanceTest.test_includes\nPASS: test/test_inheritance.py:InheritanceTest.test_namespaces\nPASS: test/test_inheritance.py:InheritanceTest.test_pageargs\nPASS: test/test_inheritance.py:InheritanceTest.test_pageargs_2\nPASS: test/test_inheritance.py:InheritanceTest.test_pageargs_err\nPASS: test/test_inheritance.py:InheritanceTest.test_toplevel\nPASS: test/test_inheritance.py:InheritanceTest.test_dynamic\nPASS: test/test_inheritance.py:InheritanceTest.test_in_call\nPASS: test/test_lexer.py:LexerTest.test_text_and_tag\nPASS: test/test_lexer.py:LexerTest.test_unclosed_tag\nPASS: test/test_lexer.py:LexerTest.test_onlyclosed_tag\nPASS: test/test_lexer.py:LexerTest.test_noexpr_allowed\nPASS: test/test_lexer.py:LexerTest.test_closing_tag_many_spaces\nPASS: test/test_lexer.py:LexerTest.test_opening_tag_many_quotes\nPASS: test/test_lexer.py:LexerTest.test_unmatched_tag\nPASS: test/test_lexer.py:LexerTest.test_nonexistent_tag\nPASS: test/test_lexer.py:LexerTest.test_wrongcase_tag\nPASS: test/test_lexer.py:LexerTest.test_percent_escape\nPASS: test/test_lexer.py:LexerTest.test_percent_escape2\nPASS: test/test_lexer.py:LexerTest.test_percent_escape_with_control_block\nPASS: test/test_lexer.py:LexerTest.test_inline_percent\nPASS: test/test_lexer.py:LexerTest.test_old_multiline_comment\nPASS: test/test_lexer.py:LexerTest.test_text_tag\nPASS: test/test_lexer.py:LexerTest.test_def_syntax\nPASS: test/test_lexer.py:LexerTest.test_def_syntax_2\nPASS: test/test_lexer.py:LexerTest.test_whitespace_equals\nPASS: test/test_lexer.py:LexerTest.test_ns_tag_closed\nPASS: test/test_lexer.py:LexerTest.test_ns_tag_empty\nPASS: test/test_lexer.py:LexerTest.test_ns_tag_open\nPASS: test/test_lexer.py:LexerTest.test_expr_in_attribute\nPASS: test/test_lexer.py:LexerTest.test_pagetag[,-48]\nPASS: test/test_lexer.py:LexerTest.test_pagetag[-47]\nPASS: test/test_lexer.py:LexerTest.test_nesting\nPASS: test/test_lexer.py:LexerTest.test_code\nPASS: test/test_lexer.py:LexerTest.test_code_and_tags\nPASS: test/test_lexer.py:LexerTest.test_expression\nPASS: test/test_lexer.py:LexerTest.test_tricky_expression\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr0]\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr1]\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr2]\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400_regression[expr3]\nPASS: test/test_lexer.py:LexerTest.test_ampersand_issue_412\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_issue_400\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_2_issue_400\nPASS: test/test_lexer.py:LexerTest.test_dict_expression\nPASS: test/test_lexer.py:LexerTest.test_dict_expression_2\nPASS: test/test_lexer.py:LexerTest.test_brace_expression\nPASS: test/test_lexer.py:LexerTest.test_tricky_code\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_2\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_3\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_4\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_5\nPASS: test/test_lexer.py:LexerTest.test_tricky_code_6\nPASS: test/test_lexer.py:LexerTest.test_control_lines\nPASS: test/test_lexer.py:LexerTest.test_control_lines_2\nPASS: test/test_lexer.py:LexerTest.test_long_control_lines\nPASS: test/test_lexer.py:LexerTest.test_unmatched_control\nPASS: test/test_lexer.py:LexerTest.test_unmatched_control_2\nPASS: test/test_lexer.py:LexerTest.test_unmatched_control_3\nPASS: test/test_lexer.py:LexerTest.test_ternary_control\nPASS: test/test_lexer.py:LexerTest.test_integration\nPASS: test/test_lexer.py:LexerTest.test_comment_after_statement\nPASS: test/test_lexer.py:LexerTest.test_crlf\nPASS: test/test_lexer.py:LexerTest.test_comments\nPASS: test/test_lexer.py:LexerTest.test_docs\nPASS: test/test_lexer.py:LexerTest.test_preprocess\nPASS: test/test_lookup.py:LookupTest.test_basic\nPASS: test/test_lookup.py:LookupTest.test_subdir\nPASS: test/test_lookup.py:LookupTest.test_updir\nPASS: test/test_lookup.py:LookupTest.test_directory_lookup\nPASS: test/test_lookup.py:LookupTest.test_no_lookup\nPASS: test/test_lookup.py:LookupTest.test_uri_adjust\nPASS: test/test_lookup.py:LookupTest.test_uri_cache\nPASS: test/test_lookup.py:LookupTest.test_check_not_found\nPASS: test/test_lookup.py:LookupTest.test_dont_accept_relative_outside_of_root\nPASS: test/test_lookup.py:LookupTest.test_checking_against_bad_filetype\nPASS: test/test_loop.py:TestLoop.test__FOR_LOOP\nPASS: test/test_loop.py:TestLoop.test_loop_demo\nPASS: test/test_loop.py:TestLoop.test_nested_loops\nPASS: test/test_loop.py:TestLoop.test_no_loop\nPASS: test/test_loop.py:TestLoop.test_out_of_context_access\nPASS: test/test_loop.py:TestLoop.test_parent_loops\nPASS: test/test_loop.py:TestLoopStack.test__pop\nPASS: test/test_loop.py:TestLoopStack.test__push\nPASS: test/test_loop.py:TestLoopStack.test__top\nPASS: test/test_loop.py:TestLoopStack.test_enter\nPASS: test/test_loop.py:TestLoopStack.test_exit\nPASS: test/test_loop.py:TestLoopContext.test___len__\nPASS: test/test_loop.py:TestLoopContext.test_cycle\nPASS: test/test_loop.py:TestLoopContext.test_even\nPASS: test/test_loop.py:TestLoopContext.test_first\nPASS: test/test_loop.py:TestLoopContext.test_index\nPASS: test/test_loop.py:TestLoopContext.test_last\nPASS: test/test_loop.py:TestLoopContext.test_odd\nPASS: test/test_loop.py:TestLoopContext.test_reverse_index\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_template\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_lookup\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_override_template\nPASS: test/test_loop.py:TestLoopFlags.test_loop_disabled_override_lookup\nPASS: test/test_loop.py:TestLoopFlags.test_loop_enabled_override_template\nPASS: test/test_loop.py:TestLoopFlags.test_loop_enabled_override_lookup\nPASS: test/test_lru.py:LRUTest.testlru\nPASS: test/test_namespace.py:NamespaceTest.test_inline_crossreference\nPASS: test/test_namespace.py:NamespaceTest.test_inline_assignment\nPASS: test/test_namespace.py:NamespaceTest.test_inline_arguments\nPASS: test/test_namespace.py:NamespaceTest.test_inline_not_duped\nPASS: test/test_namespace.py:NamespaceTest.test_dynamic\nPASS: test/test_namespace.py:NamespaceTest.test_template\nPASS: test/test_namespace.py:NamespaceTest.test_module\nPASS: test/test_namespace.py:NamespaceTest.test_module_2\nPASS: test/test_namespace.py:NamespaceTest.test_module_imports\nPASS: test/test_namespace.py:NamespaceTest.test_module_imports_2\nPASS: test/test_namespace.py:NamespaceTest.test_context\nPASS: test/test_namespace.py:NamespaceTest.test_overload\nPASS: test/test_namespace.py:NamespaceTest.test_getattr\nPASS: test/test_namespace.py:NamespaceTest.test_in_def\nPASS: test/test_namespace.py:NamespaceTest.test_in_remote_def\nPASS: test/test_namespace.py:NamespaceTest.test_dont_pollute_self\nPASS: test/test_namespace.py:NamespaceTest.test_inheritance\nPASS: test/test_namespace.py:NamespaceTest.test_inheritance_two\nPASS: test/test_namespace.py:NamespaceTest.test_attr\nPASS: test/test_namespace.py:NamespaceTest.test_attr_raise\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_1\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_2\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_3\nPASS: test/test_namespace.py:NamespaceTest.test_custom_tag_case_sensitive\nPASS: test/test_namespace.py:NamespaceTest.test_expr_grouping\nPASS: test/test_namespace.py:NamespaceTest.test_ccall\nPASS: test/test_namespace.py:NamespaceTest.test_ccall_2\nPASS: test/test_namespace.py:NamespaceTest.test_import\nPASS: test/test_namespace.py:NamespaceTest.test_import_calledfromdef\nPASS: test/test_namespace.py:NamespaceTest.test_closure_import\nPASS: test/test_namespace.py:NamespaceTest.test_import_local\nPASS: test/test_namespace.py:NamespaceTest.test_ccall_import\nPASS: test/test_namespace.py:NamespaceTest.test_nonexistent_namespace_uri\nPASS: test/test_pygen.py:GeneratePythonTest.test_generate_normal\nPASS: test/test_pygen.py:GeneratePythonTest.test_generate_adjusted\nPASS: test/test_pygen.py:GeneratePythonTest.test_generate_combo\nPASS: test/test_pygen.py:GeneratePythonTest.test_multi_line\nPASS: test/test_pygen.py:GeneratePythonTest.test_false_unindentor\nPASS: test/test_pygen.py:GeneratePythonTest.test_backslash_line\nPASS: test/test_pygen.py:WhitespaceTest.test_basic\nPASS: test/test_pygen.py:WhitespaceTest.test_blank_lines\nPASS: test/test_pygen.py:WhitespaceTest.test_open_quotes_with_pound\nPASS: test/test_pygen.py:WhitespaceTest.test_quote_with_comments\nPASS: test/test_pygen.py:WhitespaceTest.test_quotes_with_pound\nPASS: test/test_pygen.py:WhitespaceTest.test_quotes\nPASS: test/test_runtime.py:ContextTest.test_locals_kwargs\nPASS: test/test_template.py:MiscTest.test_crlf_linebreaks\nPASS: test/test_template.py:EncodingTest.test_escapes_html_tags\nPASS: test/test_template.py:EncodingTest.test_unicode\nPASS: test/test_template.py:EncodingTest.test_encoding_doesnt_conflict\nPASS: test/test_template.py:EncodingTest.test_unicode_arg\nPASS: test/test_template.py:EncodingTest.test_unicode_file\nPASS: test/test_template.py:EncodingTest.test_unicode_file_code\nPASS: test/test_template.py:EncodingTest.test_unicode_file_lookup\nPASS: test/test_template.py:EncodingTest.test_unicode_bom\nPASS: test/test_template.py:EncodingTest.test_unicode_memory\nPASS: test/test_template.py:EncodingTest.test_unicode_text\nPASS: test/test_template.py:EncodingTest.test_unicode_text_ccall\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_expr\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_expr_file\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_code\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_controlline\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_tag\nPASS: test/test_template.py:EncodingTest.test_unicode_literal_in_def\nPASS: test/test_template.py:EncodingTest.test_input_encoding\nPASS: test/test_template.py:EncodingTest.test_encoding\nPASS: test/test_template.py:EncodingTest.test_encoding_errors\nPASS: test/test_template.py:EncodingTest.test_read_unicode\nPASS: test/test_template.py:PageArgsTest.test_basic\nPASS: test/test_template.py:PageArgsTest.test_inherits\nPASS: test/test_template.py:PageArgsTest.test_includes\nPASS: test/test_template.py:PageArgsTest.test_context_small\nPASS: test/test_template.py:PageArgsTest.test_with_context\nPASS: test/test_template.py:PageArgsTest.test_overrides_builtins\nPASS: test/test_template.py:PageArgsTest.test_canuse_builtin_names\nPASS: test/test_template.py:PageArgsTest.test_builtin_names_dont_clobber_defaults_in_includes\nPASS: test/test_template.py:PageArgsTest.test_dict_locals\nPASS: test/test_template.py:IncludeTest.test_basic\nPASS: test/test_template.py:IncludeTest.test_localargs\nPASS: test/test_template.py:IncludeTest.test_viakwargs\nPASS: test/test_template.py:IncludeTest.test_include_withargs\nPASS: test/test_template.py:IncludeTest.test_within_ccall\nPASS: test/test_template.py:IncludeTest.test_include_error_handler\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters0]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters1]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters2]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters3]\nPASS: test/test_template.py:UndefinedVarsTest.test_140_regression[filters4]\nPASS: test/test_template.py:UndefinedVarsTest.test_undefined\nPASS: test/test_template.py:UndefinedVarsTest.test_strict\nPASS: test/test_template.py:UndefinedVarsTest.test_expression_declared\nPASS: test/test_template.py:UndefinedVarsTest.test_list_comprehensions_plus_undeclared_nonstrict\nPASS: test/test_template.py:UndefinedVarsTest.test_traditional_assignment_plus_undeclared\nPASS: test/test_template.py:UndefinedVarsTest.test_list_comprehensions_plus_undeclared_strict\nPASS: test/test_template.py:UndefinedVarsTest.test_dict_comprehensions_in_function_plus_undeclared_strict\nPASS: test/test_template.py:UndefinedVarsTest.test_nested_list_comprehensions_in_function_plus_undeclared_strict\nPASS: test/test_template.py:StopRenderingTest.test_return_in_template\nPASS: test/test_template.py:ReservedNameTest.test_names_on_context\nPASS: test/test_template.py:ReservedNameTest.test_names_in_template\nPASS: test/test_template.py:ReservedNameTest.test_exclude_loop_context\nPASS: test/test_template.py:ReservedNameTest.test_exclude_loop_template\nPASS: test/test_template.py:ControlTest.test_control\nPASS: test/test_template.py:ControlTest.test_blank_control_1\nPASS: test/test_template.py:ControlTest.test_blank_control_2\nPASS: test/test_template.py:ControlTest.test_blank_control_3\nPASS: test/test_template.py:ControlTest.test_blank_control_4\nPASS: test/test_template.py:ControlTest.test_blank_control_5\nPASS: test/test_template.py:ControlTest.test_blank_control_6\nPASS: test/test_template.py:ControlTest.test_blank_control_7\nPASS: test/test_template.py:ControlTest.test_blank_control_8\nPASS: test/test_template.py:ControlTest.test_blank_control_9\nPASS: test/test_template.py:ControlTest.test_blank_control_10\nPASS: test/test_template.py:ControlTest.test_blank_control_11\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_1\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_2\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_3\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_4\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_5\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_6\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_7\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_8\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_9\nPASS: test/test_template.py:ControlTest.test_commented_blank_control_10\nPASS: test/test_template.py:ControlTest.test_multiline_control\nPASS: test/test_template.py:GlobalsTest.test_globals\nPASS: test/test_template.py:RichTracebackTest.test_utf8_memory_syntax\nPASS: test/test_template.py:RichTracebackTest.test_utf8_memory_runtime\nPASS: test/test_template.py:RichTracebackTest.test_utf8_file_syntax\nPASS: test/test_template.py:RichTracebackTest.test_utf8_file_runtime\nPASS: test/test_template.py:RichTracebackTest.test_unicode_memory_syntax\nPASS: test/test_template.py:RichTracebackTest.test_unicode_memory_runtime\nPASS: test/test_template.py:RichTracebackTest.test_unicode_file_syntax\nPASS: test/test_template.py:RichTracebackTest.test_unicode_file_runtime\nPASS: test/test_template.py:ModuleDirTest.test_basic\nPASS: test/test_template.py:ModuleDirTest.test_callable\nPASS: test/test_template.py:ModuleDirTest.test_custom_writer\nPASS: test/test_template.py:FilenameToURITest.test_windows_paths\nPASS: test/test_template.py:FilenameToURITest.test_posix_paths\nPASS: test/test_template.py:FilenameToURITest.test_dont_accept_relative_outside_of_root\nPASS: test/test_template.py:ModuleTemplateTest.test_module_roundtrip\nPASS: test/test_template.py:TestTemplateAPI.test_metadata\nPASS: test/test_template.py:TestTemplateAPI.test_metadata_two\nPASS: test/test_template.py:PreprocessTest.test_old_comments\nPASS: test/test_template.py:LexerTest.test_via_template\nPASS: test/test_template.py:LexerTest.test_via_lookup\nPASS: test/test_template.py:FuturesTest.test_future_import\nPASS: test/test_template.py:EscapeTest.test_percent_escape\nPASS: test/test_template.py:EscapeTest.test_percent_escape2\nPASS: test/test_template.py:EscapeTest.test_inline_percent\nPASS: test/test_template.py:EscapeTest.test_listcomp_in_func_strict\nPASS: test/test_template.py:EscapeTest.test_setcomp_in_func_strict\nPASS: test/test_template.py:EscapeTest.test_generator_in_func_strict\nPASS: test/test_template.py:EscapeTest.test_dictcomp_in_func_strict\nPASS: test/test_tgplugin.py:TestTGPlugin.test_basic\nPASS: test/test_tgplugin.py:TestTGPlugin.test_subdir\nPASS: test/test_tgplugin.py:TestTGPlugin.test_basic_dot\nPASS: test/test_tgplugin.py:TestTGPlugin.test_subdir_dot\nPASS: test/test_tgplugin.py:TestTGPlugin.test_string\nPASS: test/test_tgplugin.py:TestTGPlugin.test_render\nPASS: test/test_util.py:UtilTest.test_fast_buffer_write\nPASS: test/test_util.py:UtilTest.test_fast_buffer_truncate\nPASS: test/test_util.py:UtilTest.test_fast_buffer_encoded\nPASS: test/test_util.py:UtilTest.test_read_file\nPASS: test/test_util.py:UtilTest.test_load_module\nPASS: test/test_util.py:UtilTest.test_load_plugin_failure\nPASS: test/testing/test_config.py:BasicConfigTest.test_coercions\nPASS: test/testing/test_config.py:BasicConfigTest.test_values\nPASS: test/testing/test_config.py:BasicConfigTest.test_error_on_loading_from_nonexistent_file\nPASS: test/testing/test_config.py:BasicConfigTest.test_error_on_loading_from_nonexistent_section\nPASS: test/testing/test_config.py:BooleanConfigTest.test_values\nPASS: test/testing/test_config.py:UnsupportedTypesConfigTest.test_values\nPASS: test/testing/test_config.py:SupportedTypesConfigTest.test_values\nPASS: test/testing/test_config.py:TypeMismatchConfigTest.test_error_on_load\nPASS: test/testing/test_config.py:MissingItemConfigTest.test_error_on_load\n============================================================================\nTestsuite summary\n# TOTAL: 515\n# PASS: 462\n# SKIP: 53\n# XFAIL: 0\n# FAIL: 0\n# XPASS: 0\n# ERROR: 0\nDURATION: 2\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5143887996673584,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-markupsafe_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-markupsafe",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006647109985351562,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.183844804763794,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.023675203323364258,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.45610594749450684,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-markupsafe': 'START: ptest-runner\\n'\n                       '2025-06-16T11:39\\n'\n                       'Traceback (most recent call last):\\n'\n                       '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                       '    from pytest import console_main\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                       'line 8, in <module>\\n'\n                       '    from _pytest._code import ExceptionInfo\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                       'line 5, in <module>\\n'\n                       '    from .code import Code\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                       'line 44, in <module>\\n'\n                       '    from _pytest._io import TerminalWriter\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                       'line 3, in <module>\\n'\n                       '    from .terminalwriter import get_terminal_width\\n'\n                       '  File '\n                       '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                       'line 13, in <module>\\n'\n                       '    import pygments\\n'\n                       \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                       '\\n'\n                       'ERROR: Exit status is 1\\n'\n                       'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-markupsafe']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012123584747314453,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-markupsafe/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-markupsafe/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-markupsafe": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5080595016479492,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-more-itertools_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-more-itertools",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0009775161743164062,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.139329433441162,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.026695728302001953,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4452700614929199,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-more-itertools': 'START: ptest-runner\\n'\n                           '2025-06-16T11:39\\n'\n                           'Traceback (most recent call last):\\n'\n                           '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                           '    from pytest import console_main\\n'\n                           '  File '\n                           '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                           'line 8, in <module>\\n'\n                           '    from _pytest._code import ExceptionInfo\\n'\n                           '  File '\n                           '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                           'line 5, in <module>\\n'\n                           '    from .code import Code\\n'\n                           '  File '\n                           '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                           'line 44, in <module>\\n'\n                           '    from _pytest._io import TerminalWriter\\n'\n                           '  File '\n                           '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                           'line 3, in <module>\\n'\n                           '    from .terminalwriter import '\n                           'get_terminal_width\\n'\n                           '  File '\n                           '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                           'line 13, in <module>\\n'\n                           '    import pygments\\n'\n                           \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                           '\\n'\n                           'ERROR: Exit status is 1\\n'\n                           'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-more-itertools']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0019683837890625,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-more-itertools/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-more-itertools/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-more-itertools": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5154452323913574,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-numpy_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-numpy",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007774829864501953,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1765995025634766,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02621936798095703,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.6115460395812988,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nptests which had no test results:\n['python3-numpy']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0015609264373779297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/python3-numpy/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\nDURATION: 0\nEND: /usr/lib/python3-numpy/ptest\n2025-06-16T11:35\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "python3-numpy": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:35\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5187540054321289,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-packaging_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-packaging",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014731884002685547,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.168044090270996,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.032308340072631836,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4502110481262207,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-packaging': 'START: ptest-runner\\n'\n                      '2025-06-16T11:39\\n'\n                      'Traceback (most recent call last):\\n'\n                      '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                      '    from pytest import console_main\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                      'line 8, in <module>\\n'\n                      '    from _pytest._code import ExceptionInfo\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                      'line 5, in <module>\\n'\n                      '    from .code import Code\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                      'line 44, in <module>\\n'\n                      '    from _pytest._io import TerminalWriter\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                      'line 3, in <module>\\n'\n                      '    from .terminalwriter import get_terminal_width\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                      'line 13, in <module>\\n'\n                      '    import pygments\\n'\n                      \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                      '\\n'\n                      'ERROR: Exit status is 1\\n'\n                      'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-packaging']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020284652709960938,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:39\nBEGIN: /usr/lib/python3-packaging/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-packaging/ptest\n2025-06-16T11:39\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-packaging": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:39\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.517803430557251,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-pefile_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-pefile",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.00146484375,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.158228874206543,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.027854442596435547,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4435994625091553,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-pefile': 'START: ptest-runner\\n'\n                   '2025-06-16T11:38\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-pefile']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008070468902587891,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-pefile/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-pefile/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-pefile": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.527357816696167,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-pluggy_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-pluggy",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015513896942138672,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.157071352005005,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0265653133392334,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.42712998390197754,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-pluggy': 'START: ptest-runner\\n'\n                   '2025-06-16T11:38\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-pluggy']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011696815490722656,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-pluggy/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-pluggy/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-pluggy": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5121886730194092,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-pyasn1_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-pyasn1",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.000690460205078125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.151843786239624,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028202533721923828,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.43787407875061035,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-pyasn1': 'START: ptest-runner\\n'\n                   '2025-06-16T11:38\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-pyasn1']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002134561538696289,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-pyasn1/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-pyasn1/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-pyasn1": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5171234607696533,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-pytz_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-pytz",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0010254383087158203,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.147878646850586,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.022949695587158203,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.41163063049316406,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-pytz': 'START: ptest-runner\\n'\n                 '2025-06-16T11:38\\n'\n                 'Traceback (most recent call last):\\n'\n                 '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                 '    from pytest import console_main\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line '\n                 '8, in <module>\\n'\n                 '    from _pytest._code import ExceptionInfo\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                 'line 5, in <module>\\n'\n                 '    from .code import Code\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                 'line 44, in <module>\\n'\n                 '    from _pytest._io import TerminalWriter\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                 'line 3, in <module>\\n'\n                 '    from .terminalwriter import get_terminal_width\\n'\n                 '  File '\n                 '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                 'line 13, in <module>\\n'\n                 '    import pygments\\n'\n                 \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                 '\\n'\n                 'ERROR: Exit status is 1\\n'\n                 'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-pytz']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0021293163299560547,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-pytz/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-pytz/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-pytz": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5216479301452637,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-pyyaml_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-pyyaml",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001508951187133789,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.146392583847046,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02662205696105957,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4323391914367676,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-pyyaml': 'START: ptest-runner\\n'\n                   '2025-06-16T11:38\\n'\n                   'Traceback (most recent call last):\\n'\n                   '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                   '    from pytest import console_main\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                   'line 8, in <module>\\n'\n                   '    from _pytest._code import ExceptionInfo\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                   'line 5, in <module>\\n'\n                   '    from .code import Code\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                   'line 44, in <module>\\n'\n                   '    from _pytest._io import TerminalWriter\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                   'line 3, in <module>\\n'\n                   '    from .terminalwriter import get_terminal_width\\n'\n                   '  File '\n                   '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                   'line 13, in <module>\\n'\n                   '    import pygments\\n'\n                   \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                   '\\n'\n                   'ERROR: Exit status is 1\\n'\n                   'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-pyyaml']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020961761474609375,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-pyyaml/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-pyyaml/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-pyyaml": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5149481296539307,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-rpds-py_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-rpds-py",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0018084049224853516,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1589860916137695,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031417131423950195,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.472700834274292,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-rpds-py': 'START: ptest-runner\\n'\n                    '2025-06-16T11:38\\n'\n                    'Traceback (most recent call last):\\n'\n                    '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                    '    from pytest import console_main\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                    'line 8, in <module>\\n'\n                    '    from _pytest._code import ExceptionInfo\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                    'line 5, in <module>\\n'\n                    '    from .code import Code\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                    'line 44, in <module>\\n'\n                    '    from _pytest._io import TerminalWriter\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                    'line 3, in <module>\\n'\n                    '    from .terminalwriter import get_terminal_width\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                    'line 13, in <module>\\n'\n                    '    import pygments\\n'\n                    \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                    '\\n'\n                    'ERROR: Exit status is 1\\n'\n                    'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-rpds-py']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0011336803436279297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-rpds-py/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-rpds-py/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-rpds-py": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5164241790771484,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-trove-classifiers_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-trove-classifiers",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0018582344055175781,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.156282663345337,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03681635856628418,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4654219150543213,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-trove-classifiers': 'START: ptest-runner\\n'\n                              '2025-06-16T11:38\\n'\n                              'Traceback (most recent call last):\\n'\n                              '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                              '    from pytest import console_main\\n'\n                              '  File '\n                              '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                              'line 8, in <module>\\n'\n                              '    from _pytest._code import ExceptionInfo\\n'\n                              '  File '\n                              '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                              'line 5, in <module>\\n'\n                              '    from .code import Code\\n'\n                              '  File '\n                              '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                              'line 44, in <module>\\n'\n                              '    from _pytest._io import TerminalWriter\\n'\n                              '  File '\n                              '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                              'line 3, in <module>\\n'\n                              '    from .terminalwriter import '\n                              'get_terminal_width\\n'\n                              '  File '\n                              '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                              'line 13, in <module>\\n'\n                              '    import pygments\\n'\n                              'ModuleNotFoundError: No module named '\n                              \"'pygments'\\n\"\n                              '\\n'\n                              'ERROR: Exit status is 1\\n'\n                              'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-trove-classifiers']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0019621849060058594,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-trove-classifiers/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-trove-classifiers/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-trove-classifiers": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5301516056060791,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-uritools_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-uritools",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008699893951416016,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1562271118164062,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0284731388092041,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4257087707519531,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-uritools': 'START: ptest-runner\\n'\n                     '2025-06-16T11:38\\n'\n                     'Traceback (most recent call last):\\n'\n                     '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                     '    from pytest import console_main\\n'\n                     '  File '\n                     '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                     'line 8, in <module>\\n'\n                     '    from _pytest._code import ExceptionInfo\\n'\n                     '  File '\n                     '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                     'line 5, in <module>\\n'\n                     '    from .code import Code\\n'\n                     '  File '\n                     '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                     'line 44, in <module>\\n'\n                     '    from _pytest._io import TerminalWriter\\n'\n                     '  File '\n                     '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                     'line 3, in <module>\\n'\n                     '    from .terminalwriter import get_terminal_width\\n'\n                     '  File '\n                     '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                     'line 13, in <module>\\n'\n                     '    import pygments\\n'\n                     \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                     '\\n'\n                     'ERROR: Exit status is 1\\n'\n                     'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-uritools']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009305477142333984,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-uritools/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-uritools/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-uritools": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5127241611480713,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-wcwidth_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-wcwidth",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0007681846618652344,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1356799602508545,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02170729637145996,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4473297595977783,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-wcwidth': 'START: ptest-runner\\n'\n                    '2025-06-16T11:38\\n'\n                    'Traceback (most recent call last):\\n'\n                    '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                    '    from pytest import console_main\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                    'line 8, in <module>\\n'\n                    '    from _pytest._code import ExceptionInfo\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                    'line 5, in <module>\\n'\n                    '    from .code import Code\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                    'line 44, in <module>\\n'\n                    '    from _pytest._io import TerminalWriter\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                    'line 3, in <module>\\n'\n                    '    from .terminalwriter import get_terminal_width\\n'\n                    '  File '\n                    '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                    'line 13, in <module>\\n'\n                    '    import pygments\\n'\n                    \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                    '\\n'\n                    'ERROR: Exit status is 1\\n'\n                    'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-wcwidth']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0019674301147460938,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-wcwidth/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-wcwidth/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-wcwidth": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5217180252075195,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-webcolors_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-webcolors",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001422882080078125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1462180614471436,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03904581069946289,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.4558441638946533,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-webcolors': 'START: ptest-runner\\n'\n                      '2025-06-16T11:38\\n'\n                      'Traceback (most recent call last):\\n'\n                      '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                      '    from pytest import console_main\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                      'line 8, in <module>\\n'\n                      '    from _pytest._code import ExceptionInfo\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                      'line 5, in <module>\\n'\n                      '    from .code import Code\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                      'line 44, in <module>\\n'\n                      '    from _pytest._io import TerminalWriter\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                      'line 3, in <module>\\n'\n                      '    from .terminalwriter import get_terminal_width\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                      'line 13, in <module>\\n'\n                      '    import pygments\\n'\n                      \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                      '\\n'\n                      'ERROR: Exit status is 1\\n'\n                      'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-webcolors']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0013141632080078125,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/python3-webcolors/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-webcolors/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-webcolors": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:38\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5221481323242188,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3-xmltodict_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3-xmltodict",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0006642341613769531,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1222329139709473,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02025604248046875,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.47626185417175293,
    "log": "Traceback (most recent call last):\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/core/decorator/__init__.py\", line 35, in wrapped_f\n    return func(*args, **kwargs)\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 27, in test_ptestrunner_expectfail\n    self.do_ptestrunner()\n  File \"/srv/pokybuild/yocto-worker/qemux86-64-ptest/build/meta/lib/oeqa/runtime/cases/ptest.py\", line 120, in do_ptestrunner\n    self.fail(failmsg)\nAssertionError: \nFailed ptests:\n{'python3-xmltodict': 'START: ptest-runner\\n'\n                      '2025-06-16T11:34\\n'\n                      'Traceback (most recent call last):\\n'\n                      '  File \"/usr/bin/pytest\", line 5, in <module>\\n'\n                      '    from pytest import console_main\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/pytest/__init__.py\", '\n                      'line 8, in <module>\\n'\n                      '    from _pytest._code import ExceptionInfo\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", '\n                      'line 5, in <module>\\n'\n                      '    from .code import Code\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", '\n                      'line 44, in <module>\\n'\n                      '    from _pytest._io import TerminalWriter\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", '\n                      'line 3, in <module>\\n'\n                      '    from .terminalwriter import get_terminal_width\\n'\n                      '  File '\n                      '\"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", '\n                      'line 13, in <module>\\n'\n                      '    import pygments\\n'\n                      \"ModuleNotFoundError: No module named 'pygments'\\n\"\n                      '\\n'\n                      'ERROR: Exit status is 1\\n'\n                      'DURATION: 0\\n'}\n\nptests which had no test results:\n['python3-xmltodict']\n",
    "status": "EXPECTEDFAIL"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008285045623779297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:34\nBEGIN: /usr/lib/python3-xmltodict/ptest\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\nEND: /usr/lib/python3-xmltodict/ptest\n2025-06-16T11:34\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 1"
   },
   "ptestresult.sections": {
    "python3-xmltodict": {
     "duration": "0",
     "exitcode": "1",
     "log": "START: ptest-runner\n2025-06-16T11:34\nTraceback (most recent call last):\n  File \"/usr/bin/pytest\", line 5, in <module>\n    from pytest import console_main\n  File \"/usr/lib/python3.13/site-packages/pytest/__init__.py\", line 8, in <module>\n    from _pytest._code import ExceptionInfo\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/__init__.py\", line 5, in <module>\n    from .code import Code\n  File \"/usr/lib/python3.13/site-packages/_pytest/_code/code.py\", line 44, in <module>\n    from _pytest._io import TerminalWriter\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/__init__.py\", line 3, in <module>\n    from .terminalwriter import get_terminal_width\n  File \"/usr/lib/python3.13/site-packages/_pytest/_io/terminalwriter.py\", line 13, in <module>\n    import pygments\nModuleNotFoundError: No module named 'pygments'\n\nERROR: Exit status is 1\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5119917392730713,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-python3_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-python3",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0009763240814208984,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.148080348968506,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02198648452758789,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 174.9774525165558,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008628368377685547,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.python3.0.01s_test_idle_process_reuse_one__test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_one__'Incompatible_with_the_fork_start_method.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.A_brutal_shutdown_of_an_SSL_server_should_raise_an_OSError": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_commit_should_also_work_when_no_changes_were_made_to_the_database.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_continuation_at_the_end_of_input_must_be_an_error;_bpo2180.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_module_can_have_resources_found_adjacent_to_the_module.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_file_which_does_not_exist_actually_in_system.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_source_code_file_eligible_for_raising_'tokenize.TokenError'.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_source_code_file_eligible_for_raising_`IndentationError`.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_source_code_file_eligible_for_raising_`tabnanny.NannyNag`.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_source_code_file_without_any_errors.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_source_code_with_whitespace_related_sampled_problems.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_python_source_code_without_any_whitespace_related_problems.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_rollback_should_also_work_when_no_changes_were_made_to_the_database.": {
    "status": "PASSED"
   },
   "ptestresult.python3.A_zip_file_wrapped_in_a_Path_should_extract_even_with_implied_dirs.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Aborted_on_3.13a6": {
    "status": "PASSED"
   },
   "ptestresult.python3.As_per_PEP_0263,_if_a_file_starts_with_a_utf-8_BOM_signature,_the_only": {
    "status": "PASSED"
   },
   "ptestresult.python3.Asserting_behaviour_of_`tabnanny.NannyNag`_exception.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Asserting_formatter_result_by_giving_various_input_samples.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Asserting_result_of_`tabnanny.errprint__`_by_giving_sample_inputs.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Assures_that_the_declared_type_is_not_used_when_PARSE_DECLTYPES": {
    "status": "PASSED"
   },
   "ptestresult.python3.Attempting_to_open_a_directory_raises_IsADirectoryError.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Attempting_to_open_a_missing_directory_raises_FileNotFoundError.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Attempting_to_open_or_read_or_request_the_path_for_a": {
    "status": "PASSED"
   },
   "ptestresult.python3.Attempts_to_call_nonexistent_function_on_a_registered_instance": {
    "status": "PASSED"
   },
   "ptestresult.python3.Attribute_lookup_on_a_super_object_must_be_aware_that": {
    "status": "PASSED"
   },
   "ptestresult.python3.Autospec_a_class_instance_with_wraps_&_test_if_the_call_is_passed": {
    "status": "PASSED"
   },
   "ptestresult.python3.Autospec_a_class_with_wraps_&_test_if_the_call_is_passed_to_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.Autospec_a_function_or_a_method_with_wraps_&_test_if_the_call_is": {
    "status": "PASSED"
   },
   "ptestresult.python3.Basic_test_of_an_SSL_client_connecting_to_a_server_\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Basic_tests_for_SSLSocket.version__.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Before_bpo-26185,_repr___on_empty_ZipInfo_object_was_failing.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Broken_pipe_error_should_not_prevent_wait____Issue_21619_": {
    "status": "PASSED"
   },
   "ptestresult.python3.BufferedReader.read___must_handle_signals_and_not_lose_data.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Caching_still_works_for_a_subclass_defining___set__.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Call_a_connection_with_a_non-string_SQL_request:_check_error_handling": {
    "status": "PASSED"
   },
   "ptestresult.python3.Calls_a_function_that_the_dispatcher_cannot_locate": {
    "status": "PASSED"
   },
   "ptestresult.python3.Calls_a_registered_instance_attribute_as_a_function": {
    "status": "PASSED"
   },
   "ptestresult.python3.Calls_explicitly_registered_function": {
    "status": "PASSED"
   },
   "ptestresult.python3.Calls_explicitly_registered_function_which_is_None": {
    "status": "PASSED"
   },
   "ptestresult.python3.Calls_the_registered_instance's_`_dispatch`_function": {
    "status": "PASSED"
   },
   "ptestresult.python3.Capture_legacy__namedtuple__construction,_discouraged.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_EXTENDED_ARG_handling_in_superblock_creation_'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Check_for_cases_where_compressed_data_is_larger_than_original.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_for_warnings_pre-3.13_'inner_classes_are_not_members'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Check_fork___in_main_thread_works_while_a_subthread_is_doing_an_import": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_fork___in_main_thread_works_while_the_main_thread_is_doing_an_import": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_handling_of_invalid_ports.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_handling_of_invalid_schemes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_if_environment_variables_have_precedence": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_if_get_terminal_size___returns_a_meaningful_value.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_if_get_terminal_size___returns_a_meaningful_value._'failed_to_query_terminal_size'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Check_if_get_terminal_size___returns_a_meaningful_value_in_Windows_'Windows_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Check_if_stty_returns_the_same_results": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_if_stty_returns_the_same_results_ignoring_env_'not_on_tty'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Check_that_ZIP_internal_structure_sizes_are_calculated_correctly.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_a_filename_containing_a_null_byte_is_properly": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_attempting_to_call_open___for_an_item_that_doesn't": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_bad_compression_methods_passed_to_ZipFile.open_are": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_bad_modes_passed_to_ZipFile.open_are_caught.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_bad_modes_passed_to_ZipFile_constructor_are_caught.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_calling_ZipFile.write_without_arcname_specified": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_calling_read_0__on_a_ZipExtFile_object_returns_an_empty": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_comments_on_the_archive_are_handled_properly.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_cursors_behave_correctly_after_rollback.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_dircmp.subdirs_respects_subclassing.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_files_within_a_Zip_archive_can_have_different": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_is_zipfile___correctly_identifies_non-zip_files.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_is_zipfile___correctly_identifies_zip_files.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_regrtest_appears_to_find_the_expected_set_of_tests.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_request___respects_the_configured_block_size.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_send___respects_the_configured_block_size.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_the_repr___of_os.environ_looks_like_environ_{...}_.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_the_zipfile_is_closed_after_the_'with'_block.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_the_zipfile_is_closed_if_an_exception_is_raised_in_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_trying_to_call_write___on_a_readonly_ZipFile_object": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_warnings_argument_of_TextTestRunner_correctly_affects_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_we_aren't_confused_by_EXTENDED_ARG_'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Check_that_we_don't_read_past_the_end_of_the_Content-Length_stream": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_we_don't_read_past_the_end_of_the_chunked-encoding_stream": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_when_a_request_to_/test_is_sent_with_the_request_header": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_that_zipfiles_with_missing_bytes_at_the_end_raise_BadZipFile.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_the_constructor_argument_defaults.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Check_the_warning_message_when_os.chdir___fails.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_if_fetchmany_works_with_keyword_arguments": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_methods_defined_with_and_without_argument_clinic": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_some_key_parts_of_the_C-API_that_need_to_work_before_the_runtime_\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Checks_that_comments_like:": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_that_sys.warnoptions_and_sys._xoptions_can_be_set_before_the_\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Checks_that_the_datetime_returned_in_Last-Modified_response_header": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_that_the_statuses_are_in_the_100-599_range": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_that_the_statuses_belong_to_the_standard_categories": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_that_we_can_successfully_connect_to_a_database_using_an_object_that": {
    "status": "PASSED"
   },
   "ptestresult.python3.Checks_whether_converter_names_are_cut_off_at_'_'_characters": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_bytes_and_bytearray.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_dict.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_different-class_instances_with_comparison_methods.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_instances_of_str_and_a_subclass.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_instances_of_type_'object'.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_list,_tuple,_and_range.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_number_types.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_same-class_instances_with_comparison_methods.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Compare_set_and_frozenset.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Confirm_https://bugs.python.org/issue3100_is_fixed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Confirm_that_issue21618_is_fixed__may_fail_under_valgrind_.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Connecting_to_a_TLSv1.1_server_with_various_client_options._'TLSv1_1_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Connecting_to_a_TLSv1_server_with_various_client_options_'TLSv1_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Connecting_to_an_SSLv3_server_with_various_client_options_'SSLv3_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Connection.commit___did_reset_cursors,_which_made_sqlite3": {
    "status": "PASSED"
   },
   "ptestresult.python3.Cover_the_special_path_for_periodic_patterns.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Decompressed_data_buffering_should_be_limited": {
    "status": "PASSED"
   },
   "ptestresult.python3.Deep_reentrancy_must_not_over-decref_old_mro.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Demonstrate_how_to_load_metadata_direct_from_a_directory.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Directory_containing_few_error_free_python_source_code_files.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Directory_containing_wrongly_indented_python_source_code_files.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Directory_which_contains_few_error_free_python_source_code_files.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Disallow_this_case_because_decorated_function_a_would_not_be_cached.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Discovering_distributions_should_succeed_even_if": {
    "status": "PASSED"
   },
   "ptestresult.python3.Discovering_distributions_should_succeed_even_if_'pyfakefs_not_available'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Distribution_is_resolvable_from_a_simple_top-level_symlink_in_RECORD.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.bin": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.bytearray.hex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.bytes.hex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.float.as_integer_ratio": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.float.fromhex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.float.hex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.hex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.int": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.int.as_integer_ratio": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.int.bit_count": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.int.bit_length": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.memoryview.hex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.oct": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_builtins.zip": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__add__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__and__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__iadd__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__iand__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__init__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__ior__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__isub__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__or__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.__sub__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.elements": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.most_common": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.subtract": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.Counter.update": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_collections.namedtuple": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.abs": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.add": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.canonical": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.compare": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.compare_signal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.compare_total": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.copy_abs": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.copy_decimal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.copy_negate": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.copy_sign": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.create_decimal_from_float": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.divide": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.divide_int": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.divmod": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.exp": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.fma": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_canonical": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_finite": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_infinite": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_nan": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_normal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_qnan": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_signed": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_snan": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_subnormal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.is_zero": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.ln": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.log10": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.logb": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.logical_and": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.logical_invert": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.logical_or": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.logical_xor": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.max": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.max_mag": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.min": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.min_mag": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.minus": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.multiply": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.next_minus": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.next_plus": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.next_toward": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.normalize": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.number_class": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.plus": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.power": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.quantize": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.radix": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.remainder": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.remainder_near": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.rotate": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.same_quantum": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.scaleb": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.shift": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.sqrt": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.subtract": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.to_eng_string": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.to_integral_exact": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Context.to_integral_value": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.__new__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.__round__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.as_integer_ratio": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.compare_total": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.copy_sign": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.fma": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.from_float": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.Decimal.quantize": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal._decimal_lshift_exact": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_decimal.localcontext": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.Differ": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.Differ._fancy_replace": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.Differ._qformat": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.Differ.compare": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.IS_CHARACTER_JUNK": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.IS_LINE_JUNK": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.find_longest_match": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.get_grouped_opcodes": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.get_matching_blocks": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.get_opcodes": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.ratio": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.set_seq1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.set_seq2": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.SequenceMatcher.set_seqs": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.context_diff": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.get_close_matches": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.ndiff": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.restore": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_difflib.unified_diff": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.DebugRunner": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.DocTestCase.debug": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.DocTestRunner": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest._TestClass": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest._TestClass.__init__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest._TestClass.get": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest._TestClass.square": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.__test__.blank_lines": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.__test__.bool-int_equivalence": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.__test__.ellipsis": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.__test__.string": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.__test__.whitespace_normalization": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest._ellipsis_match": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.script_from_examples": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_doctest.set_unittest_reportflags": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_enum.Enum": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_enum._simple_enum": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_enum._test_simple_enum": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_enum.bin": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_http.cookies": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_ieee754.txt": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_itertools.batched": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_json": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_json.encoder.JSONEncoder.encode": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_merge": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickle.decode_long": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickle.encode_long": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.__test__.disassembler_memo_test": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.__test__.disassembler_test": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_bytearray8": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_bytes1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_bytes4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_bytes8": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_decimalnl_long": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_decimalnl_short": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_float8": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_floatnl": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_int4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_long1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_long4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_string1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_string4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_stringnl": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_stringnl_noescape_pair": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_uint1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_uint2": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_uint4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_uint8": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_unicodestring1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_unicodestring4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_unicodestring8": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_pickletools.read_unicodestringnl": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.NormalDist.overlap": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics._exact_ratio": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics._rank": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics._sum": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.correlation": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.covariance": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.fmean": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.geometric_mean": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.harmonic_mean": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.kde": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.kde_random": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.linear_regression": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.mean": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.median": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.median_grouped": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.median_high": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.median_low": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.mode": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.multimode": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.pstdev": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.pvariance": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.stdev": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_statistics.variance": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_cmd.CmdPrintExceptionClass": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_cmd.samplecmdclass": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_code": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_ctypes.test_objects": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_deque.__test__.libreftest": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut1": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut2": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut3": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut4": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut5": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut6": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut7": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_descrtut.__test__.tut8": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.NestedClass": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.NestedClass.__init__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.__init__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.a_cached_property": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.a_classmethod": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.a_property": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.a_staticmethod": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.double": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.get": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleClass.setter": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleNewStyleClass": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleNewStyleClass.__init__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleNewStyleClass.double": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.SampleNewStyleClass.get": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.sample_func": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_CLI": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocFileSuite": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocFileSuite_errors": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTest": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestFinder.basics": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestFinder.non_Python_modules": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestParser": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestRunner.basics": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestRunner.displayhook": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestRunner.exceptions": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestRunner.option_directives": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestRunner.optionflags": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestRunner.verbose_flag": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestSuite": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_DocTestSuite_errors": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_Example": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_debug": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_exception_with_multiple_notes": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_exception_with_note": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_lineendings": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_look_in_unwrapped": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_no_trailing_whitespace_stripping": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_pdb_set_trace": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_pdb_set_trace_nested": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_run_doctestsuite_multiple_times": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_syntax_error_subclass_from_stdlib": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_syntax_error_with_incorrect_expected_note": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_syntax_error_with_note": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_testfile": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_testfile_errors": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_testmod": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_testmod_errors": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_testsource": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_trailing_space_in_test": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_unicode": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_unittest_reportflags": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.test_wrapped_c_func": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_doctest.test_doctest.wrapped": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_extcall": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.conjoin": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.coroutine": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.email": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.fun": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.pep": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.refleaks": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.tut": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_generators.__test__.weakref": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_genexps.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_getopt.test_libref_examples": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_listcomps.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_metaclass.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_convenience_variables": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_list_commands": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_next_until_return_at_return_event": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_alias_command": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_ambiguous_statements": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_basic_commands": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_breakpoint_commands": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_breakpoint_on_annotated_function_def": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_breakpoint_with_filename": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_closure": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_continue_in_bottomframe": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_display_command": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_displayhook": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_empty_line": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_f_trace_lines": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_frame_refleak": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_function_break": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_interact_command": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_invalid_arg": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_20766": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_43318": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_101517": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_101673": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_103225": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_108976": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_127321": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_65052": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_80731": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_91742": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_issue_gh_94215": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_multiline_statement": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_next_command_for_asyncgen": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_next_command_for_coroutine": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_next_command_for_generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_next_command_in_generator_for_loop": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_next_command_subiterator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_pp_repr_exc": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_return_command_for_coroutine": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_return_command_for_generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_return_to_different_file": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_run_with_code_object": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_run_with_incorrect_argument": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_show_attribute_and_item": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_skip_modules": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_skip_modules_with_callback": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_until_command_for_coroutine": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_until_command_for_generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_whatis_command": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_pdb_where_command": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_cause_no_context": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_chained": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_complex": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_context_of_the_cause": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_from_no_stack": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_from_none": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pdb.test_post_mortem_single_no_stack": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_pep646_syntax.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_setcomps.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_statistics.NumericTestCase.assertApproxEqual": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_statistics._DoNothing": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_statistics._calc_errors": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_statistics._nan_equal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_statistics.approx_equal": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_syntax": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_unpack.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_unpack_ex.__test__.doctests": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_test.test_weakref.__test__.libreftest": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.ParamSpec": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.ParamSpecArgs": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.ParamSpecKwargs": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.TypedDict": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing._collect_type_parameters": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing._should_unflatten_callable_args": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.get_args": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.get_origin": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.get_protocol_members": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.is_protocol": {
    "status": "PASSED"
   },
   "ptestresult.python3.Doctest:_typing.is_typeddict": {
    "status": "PASSED"
   },
   "ptestresult.python3.Don't_fail_on_objects_that_don't_support_weakrefs": {
    "status": "PASSED"
   },
   "ptestresult.python3.EncodingWarning_must_blame_the_read_text_and_open_calls._'Requires_warn_default_encoding'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Ensure_//evil.co/..%2f../../X_does_not_put_//evil.co/_in_Location.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_PyUnstable_Object_ClearWeakRefsNoCallbacks_works": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_SAX2DOM_can_parse_from_a_stream.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_SAX2DOM_expands_nodes_as_expected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_a_Unicode_subdirectory_of_a_directory_on_sys.path": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_all_required_attributes_are_set.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_child_logging_locks_are_not_held;_bpo-6721_&_bpo-36533.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_expandItem_works_as_expected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_interleaved_searches_are_safe.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_joinpath_on_items_in_zipfile_is_linear_time.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_that_-I_is_not_passed_when_the_environment_is_required.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_that_C_module_has_valid_method_signatures.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_that___all___is_populated_properly.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_that_a_gathering_future_refuses_to_be_cancelled_once_all": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_that_although_whitespace_might_be_mutated_in_a_roundtrip,": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_that_ordinary_usage_is_not_deprecated__Issue_19176_": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_the_default_filter_warns": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_the_metadata_loads_when_queried_with_any_case.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_the_source_directory_is_not_included_in_the_tar_header": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ensure_tok_nextc___does_not_add_too_many_ending_newlines.": {
    "status": "PASSED"
   },
   "ptestresult.python3.EntryPoint_objects_are_sortable,_but_result_is_undefined.": {
    "status": "PASSED"
   },
   "ptestresult.python3.EntryPoints_should_be_hashable": {
    "status": "PASSED"
   },
   "ptestresult.python3.EntryPoints_should_be_immutable": {
    "status": "PASSED"
   },
   "ptestresult.python3.Entry_points_should_only_be_exposed_for_the_first_package": {
    "status": "PASSED"
   },
   "ptestresult.python3.Exceptions_saved_in_global_module_state_get_shared_between": {
    "status": "PASSED"
   },
   "ptestresult.python3.Extending_an_uninitialized_type_with_type->tp_mro_==_NULL_must": {
    "status": "PASSED"
   },
   "ptestresult.python3.FeedParser_BufferedSubFile.push___assumed_it_received_complete": {
    "status": "PASSED"
   },
   "ptestresult.python3.Files_used_to_take_a_'package'_parameter._Make_sure_anyone": {
    "status": "PASSED"
   },
   "ptestresult.python3.Five_messages_are_logged_then_the_QueueListener_is_stopped._This": {
    "status": "PASSED"
   },
   "ptestresult.python3.For_a_package_with_a_dash_in_the_name,_the_dist-info_metadata": {
    "status": "PASSED"
   },
   "ptestresult.python3.GH-106669_regression_test.": {
    "status": "PASSED"
   },
   "ptestresult.python3.GH-109052": {
    "status": "PASSED"
   },
   "ptestresult.python3.Getting_a_key_gets_the_key.": {
    "status": "PASSED"
   },
   "ptestresult.python3.INSERT_OR_REPLACE_and_REPLACE_INTO_should_produce_the_same_behavior.": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_UseForeignDTD_is_passed_True_and_a_document_with_an_external": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_UseForeignDTD_is_passed_True_and_a_document_without_an_external": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_a_more_than_one_mapping_exists_of_the_same_name,_none_of_them_can_'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.If_an_extra_field_in_the_header_is_less_than_4_bytes,_skip_it.": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_kwargs_are_given_to_configure_mock,_the_function_must_configure": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_more_than_one_mapping_is_held_against_a_named_file_on_Windows,_neither_'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.If_the_mmap_is_backed_by_the_pagefile_ensure_a_resize_down_up_can_happen_'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.If_the_mmap_is_backed_by_the_pagefile_ensure_a_resize_up_can_happen_'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.If_the_mock_has_an_explicit_return_value_set_then_calls_are_not": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_the_underlying_zipfile_is_changed,_the_Path_object_should": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_the_zipfile_is_open_for_write,_it_should_be_possible_to": {
    "status": "PASSED"
   },
   "ptestresult.python3.If_this_test_failed,_you_probably_added_a_new_\"format_unit\"": {
    "status": "PASSED"
   },
   "ptestresult.python3.Ignore_the_+/-_sign_and_space_padding.": {
    "status": "PASSED"
   },
   "ptestresult.python3.In_a_zip_file,_backslashes_are_not_separators.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Issue16140:_Don't_double_close_pipes_on_preexec_error.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Issue21291:_Popen.wait___needs_to_be_threadsafe_for_returncode.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Issue_#11670.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Issue_#15798:_Popen_should_work_when_stdio_fds_are_available.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Issue_#18260.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Issue_13211_reveals_that_HTTPError_didn't_implement_the_URLError": {
    "status": "PASSED"
   },
   "ptestresult.python3.It_is_an_error_to_attempt_to_get_the_name": {
    "status": "PASSED"
   },
   "ptestresult.python3.It_is_not_an_error_if_the_file_that_was_temporarily_stashed_on_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.It_should_be_possible_to_override_the_default_encoding": {
    "status": "PASSED"
   },
   "ptestresult.python3.It_should_be_possible_to_override_the_default_validation": {
    "status": "PASSED"
   },
   "ptestresult.python3.KeyboardInterrupt_triggers_an_exit_using_STATUS_CONTROL_C_EXIT._'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.KeyboardInterrupt_triggers_exit_via_SIGINT.": {
    "status": "PASSED"
   },
   "ptestresult.python3.LINE_events_should_be_recorded_after_INSTRUCTION_event_is_turned_off": {
    "status": "PASSED"
   },
   "ptestresult.python3.Make_sure_HeapCCollection_works_properly_by_itself": {
    "status": "PASSED"
   },
   "ptestresult.python3.Make_sure_setting_f_trace_opcodes_after_starting_trace_works_even": {
    "status": "PASSED"
   },
   "ptestresult.python3.Make_sure_that_with_lasti_pointing_to_CACHE,_it_still_shows_the_current": {
    "status": "PASSED"
   },
   "ptestresult.python3.Make_sure_top_level_non-await_codes_get_the_correct_coroutine_flags": {
    "status": "PASSED"
   },
   "ptestresult.python3.Mimic_what_certifi_does_on_import_to_make_its_bundle": {
    "status": "PASSED"
   },
   "ptestresult.python3.Minimal_test_of_DOMEventStream.parse__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Missing_zip64_extra_records_raises_an_exception.": {
    "status": "PASSED"
   },
   "ptestresult.python3.More_to_document_existing__unexpected?__behavior_than_anything_else.": {
    "status": "PASSED"
   },
   "ptestresult.python3.No_default_delegation_between_operations_except___ne____": {
    "status": "PASSED"
   },
   "ptestresult.python3.Non-path_items_in_a_namespace_package's_``__path__``_are_ignored.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Not_integer_types_are_not_valid_bases;_issue16772.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Note:_this_test_isn't_actually_testing_anything_on_its_own.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Note_the_case_normalization_of_header_names_here,_to": {
    "status": "PASSED"
   },
   "ptestresult.python3.On_some_systems,_the_processor_must_match_the_output": {
    "status": "PASSED"
   },
   "ptestresult.python3.Only_literal_curly_braces_begin_an_expression.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Only_supports_\"strict\"_error_handler": {
    "status": "PASSED"
   },
   "ptestresult.python3.Output_capturing_after_a_timeout_mustn't_hang_forever_on_open_filehandles.": {
    "status": "PASSED"
   },
   "ptestresult.python3.PYTHON*_environment_variables_must_be_ignored_when_-E_is_present.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Pass_various_keyword_argument_combinations_to_the_constructor.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Passing_in_a_pathlib.PurePath_object_for_the_path_should_succeed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Passing_in_a_string_for_the_path_should_succeed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Passing_in_the_package_itself_should_succeed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Passing_in_the_package_name_should_succeed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Path_segments_with_special_characters_are_readable.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Path_should_be_readable_and_a_pathlib.Path_instance.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Path_should_handle_malformed_paths_gracefully.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Property_tries_to_provide_the_best_docstring_it_finds_for_its_instances.": {
    "status": "PASSED"
   },
   "ptestresult.python3.PyInterpreterConfig.check_multi_interp_extensions_can_be_overridden": {
    "status": "PASSED"
   },
   "ptestresult.python3.PyType_GetModule_for_defining_class": {
    "status": "PASSED"
   },
   "ptestresult.python3.Raises_UnicodeError_without_the_'errors'_argument.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Recursive_compile_dir_ddir=''_contains_package_paths;_bpo39769.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Recursive_compile_dir_ddir=_contains_package_paths;_bpo39769.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Register_a_collation,_then_deregister_it._Make_sure_an_error_is_raised_if_we_try": {
    "status": "PASSED"
   },
   "ptestresult.python3.Register_two_different_collation_functions_under_the_same_name.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Regression_test:_ensure_we_fail_before_performing_O_N**2__work.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Regression_test_for_bpo-30570.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Regression_test_for_https://bugs.python.org/issue32270.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Regression_test_for_issue35193_when_run_under_clang_msan.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Regresstion_test_for_https://bugs.python.org/issue43332.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Requesting_a_missing_key_will_return_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Requesting_a_missing_key_will_still_return_None,_but_warn.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Reusing_a_cached_property_on_different_classes_under_the_same_name_is_OK.": {
    "status": "PASSED"
   },
   "ptestresult.python3.See_issue_#22386_for_more_information.": {
    "status": "PASSED"
   },
   "ptestresult.python3.See_issue_#29220_for_more_information.": {
    "status": "PASSED"
   },
   "ptestresult.python3.See_issue_3312.": {
    "status": "PASSED"
   },
   "ptestresult.python3.See_that_trailers_are_read_and_ignored": {
    "status": "PASSED"
   },
   "ptestresult.python3.Setting___call___on_a_superclass_should_disable_vectorcall": {
    "status": "PASSED"
   },
   "ptestresult.python3.Setting___call___should_disable_vectorcall": {
    "status": "PASSED"
   },
   "ptestresult.python3.Should_display_detailed_error_information_if_double_verbose_is_on.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Should_display_less_when_quite_mode_is_on.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Should_display_more_error_information_if_verbose_mode_is_on.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Should_display_usage_on_no_arguments.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Should_displays_error_when_errored_python_file_is_given.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Should_fill_in_unknown_error_code_in_Windows_error_message_'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Should_not_display_anything_if_python_file_is_correctly_indented.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Similar_to_test_reent_set_bases_on_base,_but_may_crash_differently.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Support_locally-defined_nested_classes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Support_using_Enum_to_refer_to_types_deliberately.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_'value'_attribute_of_StopIteration_exception": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_Atomic_Grouping": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_Branching": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_DOMEventStream_parsing_semantics.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_HeapCCollection_subclasses_work_properly": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_Possessive_Quantifiers": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyByteArray_AsString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyByteArray_Concat__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyByteArray_Resize__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyBytes_AsStringAndSize__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyBytes_AsString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyBytes_ConcatAndDel__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyBytes_Concat__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyBytes_DecodeEscape__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyErr_Format__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyErr_SetFromErrnoWithFilename__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyErr_SetString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyObject_GetItemData_fails_on_unsupported_types": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AppendAndDel__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Append__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsASCIIString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsCharmapString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsEncodedString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsLatin1String__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsRawUnicodeEscapeString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUCS4Copy__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUCS4__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUTF16String__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUTF32String__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUTF8AndSize__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUTF8String__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUTF8__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsUnicodeEscapeString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsWideCharString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_AsWideChar__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_CompareWithASCIIString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Compare__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Concat__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Contains__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_CopyCharacters__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Count__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeASCII__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeCharmap__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeLatin1__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeRawUnicodeEscape__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeUTF16Stateful__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeUTF16__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeUTF32Stateful__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeUTF8Stateful__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeUTF8__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_DecodeUnicodeEscape__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Decode__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Fill__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FindChar__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Find__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Format__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromEncodedObject__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromFormat__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromKindAndData__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromObject__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromOrdinal__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromStringAndSize__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_FromWideChar__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_GetDefaultEncoding__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_GetLength__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_InternFromString__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_InternInPlace__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_IsIdentifier__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Join__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_New__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Partition__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_RPartition__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_RSplit__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_ReadChar__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Replace__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Resize__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_RichCompare__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_SplitLines__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Split__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Substring__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Tailmatch__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_Translate__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_PyUnicode_WriteChar__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test__PyBytes_Resize__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test__PyUnicode_TransformDecimalAndSpaceToASCII__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_a_package_built_without_'top-level.txt'_or_a_file_list.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_an_empty_maildir_mailbox": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_appending_to_an_existing_file_that_is_not_a_zipfile.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_appending_to_an_existing_zipfile.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_attempted_yield-from_loop": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_attempting_to_send_to_non-generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_basic_listing_channel__interpreters.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_catching_an_exception_thrown_into_a": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_combination_of_path_fixing_and_windows_name_sanitization._'Requires_\\\\_as_path_separator.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_compatibility_interface": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_conversion_of_send_None__to_next__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_coroutine_submission_from_a_thread_to_an_event_loop": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_coroutine_submission_from_a_thread_to_an_event_loop.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_creating_environment_in_an_existing_directory.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_data_splitting_with_posix_parser": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegating_'close'": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegating_'throw'": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegating_'throw'_to_non-generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegation_of_close___to_non-generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegation_of_initial_next___call_to_subgenerator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegation_of_next___call_to_subgenerator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegation_of_next___to_non-generator": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_delegation_of_send__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_error_in_the_child_raised_in_the_parent_for_a_bad_args[0].": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_error_in_the_child_raised_in_the_parent_for_a_bad_cwd.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_error_in_the_child_raised_in_the_parent_for_a_bad_executable.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_error_passing_done_through_errpipe_write_in_the_good_case": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_error_passing_done_through_errpipe_write_where_its_not": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_exception_in_initial_next___call": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_exclusive_creating_a_new_zipfile.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_for___cached___is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_for_parsing_a_date_with_a_two-digit_year.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_for_parsing_errors_from_CVE-2023-27043_and_CVE-2019-16056": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_for_the_fork___failure_fd_leak_reported_in_issue16327.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_functions_that_call_path_error2__,_providing_two_filenames_in_their_exceptions.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_generator_return_value": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_exception_while_delegating_'close'": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_exception_while_delegating_'send'": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_of_Unicode_paths_'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_handling_of_failed_symlinks_on_Windows._'symlinks_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_handling_of_syntax_splitting_of_&,_|": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_of_syntax_splitting_of_;": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_of_syntax_splitting_of_>": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_of_syntax_splitting_of___": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_handling_of_syntax_splitting_with_custom_chars": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_ignoring_errors_works_when_a_tempdir_is_gc'ed_on_shutdown.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_isolation_from_system_site-packages": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_listing_channel_interpreters_with_a_channel's_send_end_closed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_listing_channel_interpreters_with_a_closed_channel.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_listing_channel_interpreters_with_a_destroyed_interpreter.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_listing_channel_interpreters_with_a_released_channel.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_listing_interpreters_for_a_channel_with_many_associations.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_listing_interpreters_for_a_channel_with_no_associations.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_next_and_return_with_value": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_odd_ball_packages_which:": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_old-style_egg_packages_with_a_variation_of_'top_level.txt',": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_packages_distributions_on_a_wheel_built": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_passing_None_to_temp_cwd__.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_passing_a_directory_that_already_exists.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_passing_a_directory_that_already_exists_with_quiet=True.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_passing_a_non-existent_directory.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_passing_a_non-existent_directory_with_quiet=True.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_passing_no_path.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_proper_handling_of_a_nested_comment": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_punctuation_chars_and_whitespace_split_handle_unicode.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_raising_exception_in_delegated_next___call": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_raising_exception_in_initial_next___call": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_returning_value_from_delegated_'throw'": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_send_and_return_with_value": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_setting_the_handler's_stream": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_some_of_the_hard-to-reach_parts_of_PullDOM.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_some_of_the_hard-to-reach_parts_of_SAX2DOM.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_subiterator_with_a_broken_getattr_implementation": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_support.ignore_deprecations_from___silences_warnings": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_symlinking_works_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_$_does_not_include_\\n": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_EnumDict_is_usable_as_a_class_namespace": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_EnumDict_is_usable_on_its_own": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_TaskGroup_deletes_propagate_cancellation_error": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_TaskGroup_deletes_self._base_error": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_TaskGroup_deletes_self._errors,_and___aexit___args": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_TaskGroup_deletes_self._parent_task": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_TaskGroup_deletes_self._parent_task_and_create_task___deletes_task": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_TaskGroup_doesn't_keep_a_reference_to_the_raised_ExceptionGroup": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that___all___only_points_to_valid_attributes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_``--without-scm-ignore-files``_doesn't_create_SCM_ignore_files.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_``scm_ignore_files``_can_work_with_multiple_SCMs.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_'reset'_on_a_barrier_frees_the_waiting_threads": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_.gitignore_file_is_created_when_\"git\"_is_specified.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_barrier_can_be_reset_after_being_broken.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_barrier_is_passed_in_lockstep": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_barrier_works_for_10_consecutive_runs": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_character_pointer-to-pointer_is_correctly_passed": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_a_forked_child_process_does_not_remove_the_directory.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_accessing_`f_back`_does_not_cause_a_segmentation_fault_on": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_an_'invalid_continuation_byte'_error_is_raised_when_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_an_'invalid_start_byte'_error_is_raised_when_the_first_byte": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_an_'unexpected_end_of_data'_error_is_raised_when_the_string": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_an_abort_will_put_the_barrier_in_a_broken_state": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_annotations_works_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_any_punctuation_chars_are_removed_from_wordchars": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_c_RawIOBase_class_has_all_pyio_RawIOBase_methods": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_cleanup_doesn't_return_an_error_when_ignoring_them.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_creating_a_zip_with/without_seeking_will_raise_a_RuntimeError_if_zip64_was_required_but_not_used": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_creating_a_zip_without_seeking_will_use_zip64_extensions_if_the_file_size_is_provided_up-front": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_default_SCM_ignore_files_are_created_by_default_via_the_CLI.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_empty_lines_in_.pdbrc_are_ignored.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_fold_isn't_mutated_when_no_change_is_necessary.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_forcing_zip64_extensions_correctly_notes_this_in_the_zip_file": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_hexlify_and_b2a_hex_are_binary_versions_of_bytes.hex.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_ignoring_errors_works_when_TemporaryDirectory_is_gced.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_lambda_functionality_stays_the_same._The_output_produced": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_no_default_ignore_files_are_created_when_``scm_ignore_files``": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_parsing_of_empty_strings_is_correctly_handled.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_path-like_objects_are_accepted_as_filename_arguments_to_handlers.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_pickle/unpickle_is_idempotent.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_punctuation_chars_and_posix_behave_correctly_together.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_pyio_RawIOBase_class_has_all_c_RawIOBase_methods": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_returning_a_non-zero_value_stops_the_operation_in_progress.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_selfdot_values_are_made_strong_automatically_in_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_setting_the_progress_handler_to_None_clears_the_previously_set_handler.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_setting_the_trace_callback_to_None_clears_the_previously_set_callback.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_spawn_resets_the_tty_mode_no_when__copy_returns_normally.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_temp_dir___creates_and_destroys_its_directory.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_GUI_launcher_runs_the_GUI_python._'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_that_the_`activate`_shell_script_contains_no_CR_LF.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_cache_persists_when_tzpath_has_been_changed.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_deprecated_fail*_methods_get_removed_in_3.12": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_flush-on-close_configuration_is_respected_by_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_flush-on-close_configuration_works_as_expected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_multiprocessing_is_able_to_spawn.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_multiprocessing_is_able_to_spawn_itself": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_opcode_argument_is_respected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_prefix_values_are_as_expected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_progress_handler_is_invoked_once_it_is_set.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_result_of_datetime.isocalendar___can_be_pickled.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_second_tool_can_set_events_with_instruction_events_set_by_the_first_tool.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_server_correctly_automatically_wraps_references_to": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_statement_can_contain_unicode_literals.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_sys.executable_value_is_as_expected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_sysconfig_functions_work_in_a_virtual_environment.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_template_strings_are_quoted_properly__bash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_the_template_strings_are_quoted_properly__csh__'csh_required_for_this_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_that_the_template_strings_are_quoted_properly_on_Windows_'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_that_the_trace_callback_is_invoked_once_it_is_set.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_there's_no_race_condition_in_PyUnicode_AsUTF8__": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_there_are_no_duplicates_in_dir_self.module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_tokens_are_split_with_types_as_expected.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_trying_to_add_a_large_file_to_a_zip_that_doesn't_allow_zip64_extensions_fails_on_add": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_urllib.parse.__getattr_____fails_correctly.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_venv_creation_fails_when_the_target_directory_contains": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_when_create_venv_from_non-installed_python,_the_zip_path": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_that_with_whitespace_split,_behaviour_is_as_expected": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_thata_zip_with_two_unrelated_subpackages_return": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_'action'_callback": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_PyLong_AsLongAndOverflow_API.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_PyLong_AsLongLongAndOverflow_API.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_PyLong_As{Size,Ssize}_t_API.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_barrier's_default_timeout": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_connection_is_cleaned_up_after_an_invalid_response": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_connection_is_cleaned_up_when_the_response_is_closed": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_create_function_with_default_arguments_and_a_path-like_path.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_create_function_with_default_arguments_and_a_str_path.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_error_message_when_converting_an_incompatible_type_to_c_char_p.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_error_message_when_converting_an_incompatible_type_to_c_void_p.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_error_message_when_converting_an_incompatible_type_to_c_wchar_p.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_exit_code_of_the_resource_tracker.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_folding_and_encoding_of_address_headers.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_handling_of_a_Header_object.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_normal_data_case_on_both_master_fd_and_stdin.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_opt-in_to_the_old_vulnerable_behavior.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_presence_of_three_consecutive_system.*_methods.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_urllib.request.thishost_utility_function_returns_a_tuple": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_the_warnings_argument": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_throwing_GeneratorExit_into_a_subgenerator_that": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_top-level_modules_detected_on_a_package_without_'top-level.txt'.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_upgrading_an_existing_environment_directory.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_wait___behavior_when_waitpid_returns_WIFSTOPPED;_issue29335.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_wait_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_wait_timeout__'timing_related_test,_dependent_on_load'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_when_a_transition_is_in_the_far_past_or_future.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Test_when_the_path_is_not_an_\"extended\"_path._'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_when_the_path_starts_with_'\\\\?\\'._'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Test_whether_code_some_top_level_await_can_be_compiled.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Testing_the_supported_limits_of_the_int___base_parameter.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.filelineno___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.filelineno___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.filename___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.filename___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.fileno___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.fileno___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.isfirstline___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.isfirstline___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.isstdin___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.isstdin___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.lineno___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.lineno___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.nextfile___when_fileinput._state_is_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_fileinput.nextfile___when_fileinput._state_is_not_None.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_for_changes_for_issue_#16613.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_for_inappropriately-placed_type_comments.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_getDescription___for_a_method_with_a_docstring.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_getDescription___for_a_method_with_a_longer_docstring.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_help_on_builtin_classes_which_have_grandchild_classes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_help_on_builtin_object_which_have_more_than_four_child_classes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_help_on_builtin_object_which_have_no_child_classes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_help_on_builtin_object_which_have_only_child_classes.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_help_on_metaclasses.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_invoking_FileInput.nextfile___when_the_attempt_to_delete": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_invoking_FileInput.readline___when_os.chmod___raises_OSError.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_invoking_FileInput.readline___when_os.fstat___raises_OSError.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_invoking_fileinput.input___when_fileinput._state_is_None": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_invoking_fileinput.input___when_fileinput._state_is_not_None": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_shortDescription___for_a_method_with_a_docstring.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_shortDescription___for_a_method_with_a_longer_docstring.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_shortDescription___whitespace_is_trimmed,_so_that_the_first": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_that_fileinput.close___does_nothing_if_fileinput._state": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_that_fileinput.close___invokes_close___on_fileinput._state": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_that_files_with_bad_CRCs_raise_a_BadZipFile_exception_when_read.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_that_files_with_bad_CRCs_return_their_name_from_testzip.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_that_the_environment_variable_works_with_reset_tzpath.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_that_you_can_clear_a_single_key_from_the_cache.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Tests_the_same_as_test_walkpackages_filesys,_only_with_a_zip_file.": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_Python_3.0_port_of_the_module_didn't_cope_with_values_of_subclasses_of_str.": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_Request.headers_dictionary_is_not_a_documented_interface._It": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_anchor_package_can_already_be_imported.": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_config_with_which_an_interpreter_is_created_corresponds": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_digestmod_parameter_is_required_as_of_Python_3.8.": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_final_path_component,_without_its_suffix": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_interpreter_shouldn't_crash_in_case_Cursor.__init_____is_called": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_limit_does_not_apply_to_power_of_2_bases.": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_name_of_the_root_should_be_the_name_of_the_zipfile": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_point_to_note_here_is_that_we_can't_guess_the_default_port_if": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_same_as_test_tp_subclasses_cycle_in_update_slots,_but_tests": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_suffix_of_the_root_should_be_the_suffix_of_the_zipfile.": {
    "status": "PASSED"
   },
   "ptestresult.python3.The_symlink_target_should_resolve_relative_to_the_link,_not_relative": {
    "status": "PASSED"
   },
   "ptestresult.python3.This_is_a_pretty_normal_docstring.": {
    "status": "PASSED"
   },
   "ptestresult.python3.This_is_only_a_regression_test:_Check_that_it_doesn't_crash.": {
    "status": "PASSED"
   },
   "ptestresult.python3.This_would_crash_the_interpreter_in_3.11a2": {
    "status": "PASSED"
   },
   "ptestresult.python3.Turning_protection_off_allows_header_injection": {
    "status": "PASSED"
   },
   "ptestresult.python3.Two_distributions_varying_only_by_non-normalized_name_on": {
    "status": "PASSED"
   },
   "ptestresult.python3.Validate_behavior_of_getinfo_on_original_zipfile_after_wrapping.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verifies_that_connection_methods_check_whether_base_class___init___was": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verifies_that_creating_a_connection_in_autocommit_mode_works.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verifies_that_cursor_methods_check_whether_base_class___init___was": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verifies_that_running_a_PRAGMA_statement_that_does_an_autocommit_does": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verifies_that_the_type_cache_doesn't_provide_a_value_which_is": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verify__from_iterable_overridden_to_an_instance_method_works.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verify_that_env={}_is_as_empty_as_possible._'The_Python_shared_library_cannot_be_loaded_with_an_empty_environment.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.Verify_that_testzip___doesn't_swallow_inappropriate_exceptions.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verify_when_there_is_an_empty_string_involved,_the_diff_output": {
    "status": "PASSED"
   },
   "ptestresult.python3.Verifying_format_of_diff_output_from_assertEqual_involving_strings": {
    "status": "PASSED"
   },
   "ptestresult.python3.When_a_package_is_not_found,_that_could_indicate_that_the": {
    "status": "PASSED"
   },
   "ptestresult.python3.When_running_`python_foo.py`_sys.path[0]_is_an_absolute_path._`python_-m_pdb_foo.py`_should_behave_the_same": {
    "status": "PASSED"
   },
   "ptestresult.python3.When_running_`python_foo.py`_sys.path[0]_resolves_symlinks._`python_-m_pdb_foo.py`_should_behave_the_same": {
    "status": "PASSED"
   },
   "ptestresult.python3.When_the_table_of_8-bit_shifts_overflows.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Where_all_variables_are_positive_integers,_and_a_is_at_least_as_large": {
    "status": "PASSED"
   },
   "ptestresult.python3.With_safe_path_set,_pdb_should_not_mangle_sys.path[0]": {
    "status": "PASSED"
   },
   "ptestresult.python3.With_the_PyCF_ALLOW_TOP_LEVEL_AWAIT_flag_added_in_3.8,_we_want_to": {
    "status": "PASSED"
   },
   "ptestresult.python3.Without_any_parameter,_files___will_infer_the_location_as_the_caller.": {
    "status": "PASSED"
   },
   "ptestresult.python3.Wrapping_with_a_badly_formatted_certificate__syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.Wrapping_with_a_badly_formatted_key__syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.Wrapping_with_an_empty_cert_file": {
    "status": "PASSED"
   },
   "ptestresult.python3.You_are_not_restricted_when_using_mock_with_spec": {
    "status": "PASSED"
   },
   "ptestresult.python3.You_cannot_define_methods_out_of_the_spec": {
    "status": "PASSED"
   },
   "ptestresult.python3.You_need_to_define_the_methods,_even_if_they_are_in_the_spec": {
    "status": "PASSED"
   },
   "ptestresult.python3.bpo-20891:_Calling_PyGILState_Ensure_in_a_non-Python_thread_must_not_\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.bpo-23835_fix_for_ConfigParser": {
    "status": "PASSED"
   },
   "ptestresult.python3.bpo-23835_legacy_behavior_for_RawConfigParser": {
    "status": "PASSED"
   },
   "ptestresult.python3.bpo-33802_defaults_should_not_get_interpolated": {
    "status": "PASSED"
   },
   "ptestresult.python3.bpo-33932:_Calling_Py_Initialize___twice_should_do_nothing__and_not_\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.bpo-34008:_Calling_Py_Main___after_Py_Initialize___must_not_fail._\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.bpo-44050:_Extension_module_state_should_be_shared_between_interpreters": {
    "status": "PASSED"
   },
   "ptestresult.python3.check_that_setting___str___to_object's_is_not_reset_to_Enum's": {
    "status": "PASSED"
   },
   "ptestresult.python3.coroutine_end_right_after_task_is_cancelled": {
    "status": "PASSED"
   },
   "ptestresult.python3.cursor.description_should_at_least_provide_the_column_name_s_,_even_if": {
    "status": "PASSED"
   },
   "ptestresult.python3.dict.update_other__must_preserve_order_in_other.": {
    "status": "PASSED"
   },
   "ptestresult.python3.dict_resizes_after_a_certain_number_of_insertion_operations,": {
    "status": "PASSED"
   },
   "ptestresult.python3.dir_self.module__should_at_least_contain_everything_in___all__.": {
    "status": "PASSED"
   },
   "ptestresult.python3.do_run_handles_exceptions_from_parsing_its_arg": {
    "status": "PASSED"
   },
   "ptestresult.python3.doctest_monkeypatches_linecache_to_enable_inspection": {
    "status": "PASSED"
   },
   "ptestresult.python3.ensure_dataclass-mixin_has_correct_repr__": {
    "status": "PASSED"
   },
   "ptestresult.python3.gh-103987:_Test_that_mmap_objects_raise_ValueError": {
    "status": "PASSED"
   },
   "ptestresult.python3.gh-106152": {
    "status": "PASSED"
   },
   "ptestresult.python3.gh-112795:_Some_tools_or_self_constructed_codes_will_add_'/'_folder_to": {
    "status": "PASSED"
   },
   "ptestresult.python3.gh-121650:_by_default_the_generator_prevents_header_injection": {
    "status": "PASSED"
   },
   "ptestresult.python3.gh-123321:_readline_should_be_thread-safe_and_not_crash": {
    "status": "PASSED"
   },
   "ptestresult.python3.gh-92112:_A_custom_mro___returning_a_result_conflicting_with": {
    "status": "PASSED"
   },
   "ptestresult.python3.http://bugs.python.org/issue10811": {
    "status": "PASSED"
   },
   "ptestresult.python3.http://bugs.python.org/issue14720": {
    "status": "PASSED"
   },
   "ptestresult.python3.input=None_has_a_legacy_meaning_of_input=''_on_check_output.": {
    "status": "PASSED"
   },
   "ptestresult.python3.meta-test_for_type_assign_specific_version_unsafe": {
    "status": "PASSED"
   },
   "ptestresult.python3.object.__ne_____should_allow_reflected___ne_____to_be_tried": {
    "status": "PASSED"
   },
   "ptestresult.python3.object.__ne_____should_not_invoke_reflected___eq____": {
    "status": "PASSED"
   },
   "ptestresult.python3.pop_a_pending_key_in_a_split_table_should_not_crash": {
    "status": "PASSED"
   },
   "ptestresult.python3.pysqlite_does_not_know_the_rowcount_of_SELECT_statements,_because_we": {
    "status": "PASSED"
   },
   "ptestresult.python3.pysqlite_until_2.4.1_did_not_rebuild_the_row_cast_map_when_recompiling": {
    "status": "PASSED"
   },
   "ptestresult.python3.pysqlite_used_to_segfault_with_SQLite_versions_3.5.x._These_return_NULL": {
    "status": "PASSED"
   },
   "ptestresult.python3.pysqlite_would_crash_with_older_SQLite_versions_unless": {
    "status": "PASSED"
   },
   "ptestresult.python3.re_tests_benchmarks": {
    "status": "PASSED"
   },
   "ptestresult.python3.re_tests_test_suite": {
    "status": "PASSED"
   },
   "ptestresult.python3.read___must_handle_signals_and_not_lose_data.": {
    "status": "PASSED"
   },
   "ptestresult.python3.readall___must_handle_signals_and_not_lose_data.": {
    "status": "PASSED"
   },
   "ptestresult.python3.readline___must_handle_signals_and_not_lose_data.": {
    "status": "PASSED"
   },
   "ptestresult.python3.readlines___must_handle_signals_and_not_lose_data.": {
    "status": "PASSED"
   },
   "ptestresult.python3.runTest__test.test_tarfile.GzipBrokenHeaderCorrectException.runTest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.setUpClass__test.test_c_locale_coercion.LocaleConfigurationTests__'No_C-with-UTF-8_locale_available'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_dtrace.CheckDtraceProbes__'CPython_must_be_configured_with_the_--with-dtrace_option.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_dtrace.DTraceNormalTests__\"dtrace_1__failed:_[Errno_2]_No_such_file_or_directory:_'dtrace'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_dtrace.DTraceOptimizedTests__\"dtrace_1__failed:_[Errno_2]_No_such_file_or_directory:_'dtrace'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_dtrace.SystemTapNormalTests__\"stap_1__failed:_[Errno_2]_No_such_file_or_directory:_'stap'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_dtrace.SystemTapOptimizedTests__\"stap_1__failed:_[Errno_2]_No_such_file_or_directory:_'stap'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_ioctl.IoctlTestsTty__'Unable_to_open_/dev/tty'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_pdb.PdbTestReadline__'libedit_readline_is_not_supported_for_pdb'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_robotparser.NetworkTestCase__\"Use_of_the_'network'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpClass__test.test_xml_etree_c.NoAcceleratorTest__'only_for_the_Python_version'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.setUpModule__test.test_timeout__\"Use_of_the_'network'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.shutdown_wait=False__doesn't_hang_at_exit_with_running_futures._'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.shutdown_wait=True__doesn't_hang_when_a_future_was_submitted_and_'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.some_servers_may_serve_up_a_short_chunked_encoding_stream": {
    "status": "PASSED"
   },
   "ptestresult.python3.split_table_must_be_combined_when_d.popitem__": {
    "status": "PASSED"
   },
   "ptestresult.python3.split_table_must_be_combined_when_del_d[k]": {
    "status": "PASSED"
   },
   "ptestresult.python3.split_table_must_be_correctly_resized_and_converted_to_generic_combined_table": {
    "status": "PASSED"
   },
   "ptestresult.python3.split_table_must_keep_correct_insertion": {
    "status": "PASSED"
   },
   "ptestresult.python3.test.test_ctypes.test_win32_com_foreign_func__unittest.loader.ModuleSkipped.test.test_ctypes.test_win32_com_foreign_func__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_importlib.test_windows__unittest.loader.ModuleSkipped.test.test_importlib.test_windows__\"No_module_named_'winreg'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_tools.test_freeze__unittest.loader.ModuleSkipped.test.test_tools.test_freeze__'freeze_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_tools.test_i18n__unittest.loader.ModuleSkipped.test.test_tools.test_i18n__'scripts_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_tools.test_makeunicodedata__unittest.loader.ModuleSkipped.test.test_tools.test_makeunicodedata__'unicode_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_tools.test_msgfmt__unittest.loader.ModuleSkipped.test.test_tools.test_msgfmt__'i18n_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_tools.test_reindent__unittest.loader.ModuleSkipped.test.test_tools.test_reindent__'scripts_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_tools.test_sundry__unittest.loader.ModuleSkipped.test.test_tools.test_sundry__'scripts_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test.test_zipfile._path.test_complexity__unittest.loader.ModuleSkipped.test.test_zipfile._path.test_complexity__'Unable_to_import_big_o'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test0To3__test.test_marshal.CompatibilityTestCase.test0To3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test1To3__test.test_marshal.CompatibilityTestCase.test1To3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test1__test.test_global.GlobalTests.test1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test1__test.test_pyexpat.BufferTextTest.test1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test1__test.test_pyexpat.MalformedInputTest.test1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test2038MTime__test.test_zipimport.CompressedZipImportTestCase.test2038MTime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test2038MTime__test.test_zipimport.UncompressedZipImportTestCase.test2038MTime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test2To3__test.test_marshal.CompatibilityTestCase.test2To3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test2__test.test_global.GlobalTests.test2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test2__test.test_pyexpat.BufferTextTest.test2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test2__test.test_pyexpat.MalformedInputTest.test2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test3542SocketOptions__test.test_socket.GeneralModuleTests.test3542SocketOptions__'macOS_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test3To3__test.test_marshal.CompatibilityTestCase.test3To3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test3__test.test_global.GlobalTests.test3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test3__test.test_pyexpat.BufferTextTest.test3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test4__test.test_global.GlobalTests.test4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test4__test.test_pyexpat.BufferTextTest.test4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test5__test.test_pyexpat.BufferTextTest.test5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test6__test.test_pyexpat.BufferTextTest.test6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test7__test.test_pyexpat.BufferTextTest.test7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAAA__test.test_minidom.MinidomTest.testAAA_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAAB__test.test_minidom.MinidomTest.testAAB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAFakeZlib__test.test_zipimport.CompressedZipImportTestCase.testAFakeZlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAFakeZlib__test.test_zipimport.UncompressedZipImportTestCase.testAFakeZlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_BUGGY__test.test_smtplib.SMTPSimTests.testAUTH_BUGGY_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_CRAM_MD5__test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_LOGIN__test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_LOGIN_initial_response_notok__test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_notok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_LOGIN_initial_response_ok__test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_PLAIN__test.test_smtplib.SMTPSimTests.testAUTH_PLAIN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_PLAIN_initial_response_auth__test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_PLAIN_initial_response_login__test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAUTH_multiple__test.test_smtplib.SMTPSimTests.testAUTH_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAbles__test.test_fileio.COtherFileTests.testAbles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAbles__test.test_fileio.PyOtherFileTests.testAbles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAbstractMethods__test.test_wsgiref.HandlerTests.testAbstractMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAccept__test.test_socket.NonBlockingTCPTests.testAccept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAcos__test.test_math.MathTests.testAcos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAcosh__test.test_math.MathTests.testAcosh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAddAttr__test.test_minidom.MinidomTest.testAddAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAddTypeEqualityFunc__test.test_unittest.test_case.Test_TestCase.testAddTypeEqualityFunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAddrExclude__test.test_ipaddress.IpaddrUnitTest.testAddrExclude_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAddressComparison__test.test_ipaddress.IpaddrUnitTest.testAddressComparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAddressIntMath__test.test_ipaddress.IpaddrUnitTest.testAddressIntMath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAlmostEqual__test.test_unittest.test_assertions.TestLongMessage.testAlmostEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAltNewline__test.test_minidom.MinidomTest.testAltNewline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAppURIs__test.test_wsgiref.UtilityTests.testAppURIs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAppendChildFragment__test.test_minidom.MinidomTest.testAppendChildFragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAppendChild__test.test_minidom.MinidomTest.testAppendChild_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAppend__test.test_bz2.BZ2FileTest.testAppend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAppend__test.test_fileio.COtherFileTests.testAppend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAppend__test.test_fileio.PyOtherFileTests.testAppend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testApproximateCos1__test.test_fractions.FractionTest.testApproximateCos1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testApproximatePi__test.test_fractions.FractionTest.testApproximatePi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testArithmetic__test.test_fractions.FractionTest.testArithmetic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAsin__test.test_math.MathTests.testAsin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAsinh__test.test_math.MathTests.testAsinh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertCountEqual__test.test_unittest.test_case.Test_TestCase.testAssertCountEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertDictEqualTruncates__test.test_unittest.test_case.Test_TestCase.testAssertDictEqualTruncates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertDictEqual__test.test_unittest.test_assertions.TestLongMessage.testAssertDictEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertEqualSingleLine__test.test_unittest.test_case.Test_TestCase.testAssertEqualSingleLine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertEqual__test.test_unittest.test_case.Test_TestCase.testAssertEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertEqual_diffThreshold__test.test_unittest.test_case.Test_TestCase.testAssertEqual_diffThreshold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertEqual_shorten__test.test_unittest.test_case.Test_TestCase.testAssertEqual_shorten_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertFalse__test.test_unittest.test_assertions.TestLongMessage.testAssertFalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertGreaterEqual__test.test_unittest.test_assertions.TestLongMessage.testAssertGreaterEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertGreater__test.test_unittest.test_assertions.TestLongMessage.testAssertGreater_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIn__test.test_unittest.test_assertions.TestLongMessage.testAssertIn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIn__test.test_unittest.test_case.Test_TestCase.testAssertIn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIsInstance__test.test_unittest.test_case.Test_TestCase.testAssertIsInstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIsNone__test.test_unittest.test_assertions.TestLongMessage.testAssertIsNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIsNone__test.test_unittest.test_case.Test_TestCase.testAssertIsNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIsNotNone__test.test_unittest.test_assertions.TestLongMessage.testAssertIsNotNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIsNot__test.test_unittest.test_assertions.TestLongMessage.testAssertIsNot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIsNot__test.test_unittest.test_case.Test_TestCase.testAssertIsNot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIs__test.test_unittest.test_assertions.TestLongMessage.testAssertIs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertIs__test.test_unittest.test_case.Test_TestCase.testAssertIs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLessEqual__test.test_unittest.test_assertions.TestLongMessage.testAssertLessEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLess__test.test_unittest.test_assertions.TestLongMessage.testAssertLess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsDefaults__test.test_unittest.test_case.Test_TestCase.testAssertLogsDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsFailureLevelTooHigh_FilterInRootLogger__test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_FilterInRootLogger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsFailureLevelTooHigh__test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsFailureMismatchingLogger__test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureMismatchingLogger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsFailureNoLogs__test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureNoLogs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsPerLevel__test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsPerLogger__test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLogger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsTwoMatchingMessages__test.test_unittest.test_case.Test_TestCase.testAssertLogsTwoMatchingMessages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertLogsUnexpectedException__test.test_unittest.test_case.Test_TestCase.testAssertLogsUnexpectedException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertMultiLineEqualTruncates__test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqualTruncates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertMultiLineEqual__test.test_unittest.test_assertions.TestLongMessage.testAssertMultiLineEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertMultiLineEqual__test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsDefault__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsFailureFoundLogs__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailureFoundLogs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsFailurePerLevel__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsFailurePerLogger__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLogger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsPerLevel__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsPerLogger__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLogger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsUnexpectedException__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsUnexpectedException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNoLogsYieldsNone__test.test_unittest.test_case.Test_TestCase.testAssertNoLogsYieldsNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNotIn__test.test_unittest.test_assertions.TestLongMessage.testAssertNotIn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNotIsInstance__test.test_unittest.test_case.Test_TestCase.testAssertNotIsInstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNotRaisesRegex__test.test_unittest.test_case.Test_TestCase.testAssertNotRaisesRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNotRegex__test.test_unittest.test_assertions.TestLongMessage.testAssertNotRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertNotRegex__test.test_unittest.test_assertions.Test_Assertions.testAssertNotRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesCallable__test.test_unittest.test_case.Test_TestCase.testAssertRaisesCallable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesContext__test.test_unittest.test_case.Test_TestCase.testAssertRaisesContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesExcValue__test.test_unittest.test_case.Test_TestCase.testAssertRaisesExcValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesNoExceptionType__test.test_unittest.test_case.Test_TestCase.testAssertRaisesNoExceptionType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesRefcount__test.test_unittest.test_case.Test_TestCase.testAssertRaisesRefcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesRegexInvalidRegex__test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesRegexMismatch__test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexMismatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesRegexNoExceptionType__test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexNoExceptionType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesRegex__test.test_unittest.test_assertions.TestLongMessage.testAssertRaisesRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaisesRegex__test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRaises__test.test_unittest.test_assertions.TestLongMessage.testAssertRaises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRegex__test.test_unittest.test_assertions.TestLongMessage.testAssertRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertRegex__test.test_unittest.test_case.Test_TestCase.testAssertRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertSequenceEqualMaxDiff__test.test_unittest.test_case.Test_TestCase.testAssertSequenceEqualMaxDiff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertSequenceEqual__test.test_unittest.test_assertions.TestLongMessage.testAssertSequenceEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertSetEqual__test.test_unittest.test_assertions.TestLongMessage.testAssertSetEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertSetEqual__test.test_unittest.test_case.Test_TestCase.testAssertSetEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertTrue__test.test_unittest.test_assertions.TestLongMessage.testAssertTrue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsCallable__test.test_unittest.test_case.Test_TestCase.testAssertWarnsCallable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsContext__test.test_unittest.test_case.Test_TestCase.testAssertWarnsContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsModifySysModules__test.test_unittest.test_case.Test_TestCase.testAssertWarnsModifySysModules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsNoExceptionType__test.test_unittest.test_case.Test_TestCase.testAssertWarnsNoExceptionType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsRegexCallable__test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexCallable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsRegexContext__test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsRegexInvalidRegex__test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsRegexNoExceptionType__test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexNoExceptionType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarnsRegex__test.test_unittest.test_assertions.TestLongMessage.testAssertWarnsRegex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssertWarns__test.test_unittest.test_assertions.TestLongMessage.testAssertWarns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssignmentToNoneError__test.test_with.FailureTestCase.testAssignmentToNoneError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssignmentToTupleContainingNoneError__test.test_with.FailureTestCase.testAssignmentToTupleContainingNoneError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAssignmentToTupleOnlyContainingNoneError__test.test_with.FailureTestCase.testAssignmentToTupleOnlyContainingNoneError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAtan2__test.test_math.MathTests.testAtan2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAtanSign__test.test_cmath.CMathTests.testAtanSign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAtan__test.test_math.MathTests.testAtan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAtanhSign__test.test_cmath.CMathTests.testAtanhSign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAtanh__test.test_math.MathTests.testAtanh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListItemNS__test.test_minidom.MinidomTest.testAttrListItemNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListItem__test.test_minidom.MinidomTest.testAttrListItem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListItems__test.test_minidom.MinidomTest.testAttrListItems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListKeysNS__test.test_minidom.MinidomTest.testAttrListKeysNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListKeys__test.test_minidom.MinidomTest.testAttrListKeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListLength__test.test_minidom.MinidomTest.testAttrListLength_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrListValues__test.test_minidom.MinidomTest.testAttrListValues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrList__getitem____test.test_minidom.MinidomTest.testAttrList__getitem___": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrList__setitem____test.test_minidom.MinidomTest.testAttrList__setitem___": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrModeSetsNonOptionalAttrs__test.test_minidom.MinidomTest.testAttrModeSetsNonOptionalAttrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttrModeSetsParamsAsAttrs__test.test_minidom.MinidomTest.testAttrModeSetsParamsAsAttrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributeRepr__test.test_minidom.MinidomTest.testAttributeRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_exceptions.ExceptionTests.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_file.CAutoFileTests.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_file.PyAutoFileTests.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_fileio.CAutoFileTests.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_fileio.PyAutoFileTests.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.FileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAttributes__test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testAutoBindSock__test.test_socket.BasicQIPCRTRTest.testAutoBindSock__'QIPCRTR_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testAutobind__test.test_socket.TestLinuxAbstractNamespace.testAutobind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBCMConstants__test.test_socket.BasicCANTest.testBCMConstants__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBCM__test.test_socket.CANTest.testBCM__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBadArgs__test.test_bz2.BZ2FileTest.testBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadArgs__test.test_zipimport.BadFileZipImportTestCase.testBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadHciAddr__test.test_socket.BasicBluetoothTest.testBadHciAddr__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBadL2capAddr__test.test_socket.BasicBluetoothTest.testBadL2capAddr__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBadMTime__test.test_zipimport.CompressedZipImportTestCase.testBadMTime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadMTime__test.test_zipimport.UncompressedZipImportTestCase.testBadMTime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadMagic2__test.test_zipimport.CompressedZipImportTestCase.testBadMagic2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadMagic2__test.test_zipimport.UncompressedZipImportTestCase.testBadMagic2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadMagic__test.test_zipimport.CompressedZipImportTestCase.testBadMagic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadMagic__test.test_zipimport.UncompressedZipImportTestCase.testBadMagic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadModeArgument__test.test_file.COtherFileTests.testBadModeArgument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadModeArgument__test.test_file.PyOtherFileTests.testBadModeArgument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadModeArgument__test.test_fileio.COtherFileTests.testBadModeArgument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadModeArgument__test.test_fileio.PyOtherFileTests.testBadModeArgument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBadRfcommAddr__test.test_socket.BasicBluetoothTest.testBadRfcommAddr__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBadScoAddr__test.test_socket.BasicBluetoothTest.testBadScoAddr__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBadTypeReturned__test.test_class.ClassTests.testBadTypeReturned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBases__test.test_unittest.testmock.testsentinel.SentinelTest.testBases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic1__test.test_smtplib.LMTPGeneralTests.testBasic1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic1__test.test_smtplib.SMTPGeneralTests.testBasic1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic2__test.test_smtplib.LMTPGeneralTests.testBasic2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic2__test.test_smtplib.SMTPGeneralTests.testBasic2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasicErrorOutput__test.test_wsgiref.HandlerTests.testBasicErrorOutput_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic__test.test_augassign.AugAssignTest.testBasic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic__test.test_smtplib.DebuggingServerTests.testBasic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBasic__test.test_smtplib.SMTPSimTests.testBasic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBeginningCruftAndComment__test.test_zipimport.CompressedZipImportTestCase.testBeginningCruftAndComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBeginningCruftAndComment__test.test_zipimport.UncompressedZipImportTestCase.testBeginningCruftAndComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBigComplexComparisons__test.test_fractions.FractionTest.testBigComplexComparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBigFloatComparisons__test.test_fractions.FractionTest.testBigFloatComparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBinaryOps__test.test_class.ClassTests.testBinaryOps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBindAny__test.test_socket.BasicCANTest.testBindAny__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBindBrEdrL2capSocket__test.test_socket.BasicBluetoothTest.testBindBrEdrL2capSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBindHciSocket__test.test_socket.BasicBluetoothTest.testBindHciSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBindRfcommSocket__test.test_socket.BasicBluetoothTest.testBindRfcommSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBindScoSocket__test.test_socket.BasicBluetoothTest.testBindScoSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBindSock__test.test_socket.BasicQIPCRTRTest.testBindSock__'QIPCRTR_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBind__test.test_socket.ISOTPTest.testBind__'CAN_ISOTP_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBind__test.test_socket.J1939Test.testBind__'CAN_J1939_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBlksize__test.test_fileio.CAutoFileTests.testBlksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBlksize__test.test_fileio.PyAutoFileTests.testBlksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBluetoothConstants__test.test_socket.BasicBluetoothTest.testBluetoothConstants__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testBoolGuarateesBoolReturn__test.test_fractions.FractionTest.testBoolGuarateesBoolReturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBooleanFd__test.test_fileio.COtherFileTests.testBooleanFd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBooleanFd__test.test_fileio.PyOtherFileTests.testBooleanFd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBoth__test.test_zipimport.CompressedZipImportTestCase.testBoth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBoth__test.test_zipimport.UncompressedZipImportTestCase.testBoth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBoundAndFree__test.test_scope.ScopeTests.testBoundAndFree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBoundGenerator__test.test_with.NonexceptionalTestCase.testBoundGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferAndFailfast__test.test_unittest.test_runner.Test_TextTestRunner.testBufferAndFailfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferCatchFailfast__test.test_unittest.test_program.TestCommandLineArgs.testBufferCatchFailfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferDoClassCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferDoClassCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferDoCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferDoCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferDoModuleCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferDoModuleCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferOutputAddErrorOrFailure__test.test_unittest.test_result.TestOutputBuffering.testBufferOutputAddErrorOrFailure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferOutputOff__test.test_unittest.test_result.TestOutputBuffering.testBufferOutputOff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferOutputStartTestAddSuccess__test.test_unittest.test_result.TestOutputBuffering.testBufferOutputStartTestAddSuccess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferSetUpModule_DoModuleCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule_DoModuleCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferSetUpModule__test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferSetUp_DoCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp_DoCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferSetUp__test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferSetupClass_DoClassCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass_DoClassCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferSetupClass__test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferTearDownClass_DoClassCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass_DoClassCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferTearDownClass__test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferTearDownModule_DoModuleCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule_DoModuleCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferTearDownModule__test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferTearDown_DoCleanups__test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown_DoCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBufferTearDown__test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBug0777884__test.test_minidom.MinidomTest.testBug0777884_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBug1433694__test.test_minidom.MinidomTest.testBug1433694_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytearrayName__test.test_socket.TestLinuxAbstractNamespace.testBytearrayName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytesAddr__test.test_socket.TestUnixDomain.testBytesAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytesData__test.test_wsgiref.HandlerTests.testBytesData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytesOpen__test.test_fileio.COtherFileTests.testBytesOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytesOpen__test.test_fileio.PyOtherFileTests.testBytesOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytesPath__test.test_zipimport.CompressedZipImportTestCase.testBytesPath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytesPath__test.test_zipimport.UncompressedZipImportTestCase.testBytesPath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testBytes__test.test_marshal.InstancingTestCase.testBytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCGIEnviron__test.test_wsgiref.HandlerTests.testCGIEnviron_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCMSG_LEN__test.test_socket.CmsgMacroTests.testCMSG_LEN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCMSG_SPACE__test.test_socket.CmsgMacroTests.testCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCatchBreakInstallsHandler__test.test_unittest.test_program.TestCommandLineArgs.testCatchBreakInstallsHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCauseSyntax__test.test_raise.TestCause.testCauseSyntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCbrt__test.test_math.MathTests.testCbrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCeil__test.test_math.MathTests.testCeil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCellIsArgAndEscapes__test.test_scope.ScopeTests.testCellIsArgAndEscapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCellIsKwonlyArg__test.test_scope.ScopeTests.testCellIsKwonlyArg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCellIsLocalAndEscapes__test.test_scope.ScopeTests.testCellIsLocalAndEscapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCellLeak__test.test_scope.ScopeTests.testCellLeak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testChainingAttrs__test.test_exceptions.ExceptionTests.testChainingAttrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testChainingDescriptors__test.test_exceptions.ExceptionTests.testChainingDescriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testChangeAttr__test.test_minidom.MinidomTest.testChangeAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testChildNodes__test.test_minidom.MinidomTest.testChildNodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClassAndGlobal__test.test_scope.ScopeTests.testClassAndGlobal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClassCallRecursionLimit__test.test_class.ClassTests.testClassCallRecursionLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClassNamespaceOverridesClosure__test.test_scope.ScopeTests.testClassNamespaceOverridesClosure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClassWithExtCall__test.test_class.ClassTests.testClassWithExtCall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCleanUpWithErrors__test.test_unittest.test_runner.TestCleanUp.testCleanUpWithErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCleanUp__test.test_unittest.test_runner.TestCleanUp.testCleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCleanupInRun__test.test_unittest.test_runner.TestCleanUp.testCleanupInRun_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClientConnectionTerminations__test.test_wsgiref.HandlerTests.testClientConnectionTerminations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneAttributeDeep__test.test_minidom.MinidomTest.testCloneAttributeDeep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneAttributeShallow__test.test_minidom.MinidomTest.testCloneAttributeShallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneDocumentDeep__test.test_minidom.MinidomTest.testCloneDocumentDeep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneDocumentShallow__test.test_minidom.MinidomTest.testCloneDocumentShallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneDocumentTypeDeepNotOk__test.test_minidom.MinidomTest.testCloneDocumentTypeDeepNotOk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneDocumentTypeDeepOk__test.test_minidom.MinidomTest.testCloneDocumentTypeDeepOk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneDocumentTypeShallowNotOk__test.test_minidom.MinidomTest.testCloneDocumentTypeShallowNotOk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneDocumentTypeShallowOk__test.test_minidom.MinidomTest.testCloneDocumentTypeShallowOk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneElementDeep__test.test_minidom.MinidomTest.testCloneElementDeep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneElementShallow__test.test_minidom.MinidomTest.testCloneElementShallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloneNodeEntity__test.test_minidom.MinidomTest.testCloneNodeEntity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClonePIDeep__test.test_minidom.MinidomTest.testClonePIDeep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClonePIShallow__test.test_minidom.MinidomTest.testClonePIShallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseAfterMakefile__test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseException__test.test_socket.GeneralModuleTests.testCloseException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCloseOnError__test.test_wsgiref.HandlerTests.testCloseOnError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClose__test.test_socket.TCPCloserTest.testClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.FileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedAttr__test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testClosedIteratorDeadlock__test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTrunc0__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTrunc0__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTrunc1__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTrunc1__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTrunc2Int__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTrunc2Int__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen0Minus1__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen0Minus1__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen0Plus1__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen0Plus1__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen0__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen0__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen1__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen1__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen2Minus1__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncLen2Minus1__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncNoBufSize__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncNoBufSize__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncNoBufSize__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncNoBufSize__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncNoBufSize__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCmsgTruncNoBufSize__test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCollapsing__test.test_ipaddress.IpaddrUnitTest.testCollapsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComb__test.test_math.MathTests.testComb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComment__test.test_minidom.MinidomTest.testComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComment__test.test_zipimport.CompressedZipImportTestCase.testComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComment__test.test_zipimport.UncompressedZipImportTestCase.testComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComparisonsDummyFloat__test.test_fractions.FractionTest.testComparisonsDummyFloat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComparisonsDummyRational__test.test_fractions.FractionTest.testComparisonsDummyRational_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComparisons__test.test_fractions.FractionTest.testComparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testComplexDefinitions__test.test_scope.ScopeTests.testComplexDefinitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompress4G__test.test_bz2.BZ2CompressorTest.testCompress4G_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompressChunks10__test.test_bz2.BZ2CompressorTest.testCompressChunks10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompressEmptyString__test.test_bz2.BZ2CompressorTest.testCompressEmptyString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompressEmptyString__test.test_bz2.CompressDecompressTest.testCompressEmptyString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompressIPv6Address__test.test_ipaddress.IpaddrUnitTest.testCompressIPv6Address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompress__test.test_bz2.BZ2CompressorTest.testCompress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCompress__test.test_bz2.CompressDecompressTest.testCompress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testConstants__test.test_math.MathTests.testConstants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testConstructorErrorMessages__test.test_class.ClassTests.testConstructorErrorMessages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testConstructorHandlesNULChars__test.test_fileio.COtherFileTests.testConstructorHandlesNULChars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testConstructorHandlesNULChars__test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testContains__test.test_ipaddress.IpaddrUnitTest.testContains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testContentLength__test.test_wsgiref.HandlerTests.testContentLength_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testContextManagerMocking__test.test_unittest.testmock.testwith.WithTest.testContextManagerMocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testContextProtocol__test.test_bz2.BZ2FileTest.testContextProtocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testContext__test.test_minidom.MinidomTest.testContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testConversions__test.test_fractions.FractionTest.testConversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCopyConstructor__test.test_ipaddress.IpaddrUnitTest.testCopyConstructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCopy__test.test_unittest.testmock.testsentinel.SentinelTest.testCopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCopysign__test.test_math.MathTests.testCopysign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCos__test.test_math.MathTests.testCos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCosh__test.test_math.MathTests.testCosh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCountSmall__test.test_socket.SendfileUsingSendTest.testCountSmall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCountSmall__test.test_socket.SendfileUsingSendfileTest.testCountSmall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCountWithOffset__test.test_socket.SendfileUsingSendTest.testCountWithOffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCountWithOffset__test.test_socket.SendfileUsingSendfileTest.testCountWithOffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCount__test.test_socket.SendfileUsingSendTest.testCount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCount__test.test_socket.SendfileUsingSendfileTest.testCount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCreateAttributeNS__test.test_minidom.MinidomTest.testCreateAttributeNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCreateBCMSocket__test.test_socket.BasicCANTest.testCreateBCMSocket__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateConnectionBase__test.test_socket.ContextManagersTest.testCreateConnectionBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCreateConnectionClose__test.test_socket.ContextManagersTest.testCreateConnectionClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCreateElementNS__test.test_minidom.MinidomTest.testCreateElementNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCreateHciSocket__test.test_socket.BasicBluetoothTest.testCreateHciSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateHyperVSocketAddrNotTupleFailure__test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateHyperVSocketAddrNotTupleOf2StrsFailure__test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateHyperVSocketAddrNotTupleOfStrsFailure__test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure__test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure__test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateHyperVSocketWithUnknownProtoFailure__test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateISOTPSocket__test.test_socket.ISOTPTest.testCreateISOTPSocket__'CAN_ISOTP_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateJ1939Socket__test.test_socket.J1939Test.testCreateJ1939Socket__'CAN_J1939_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateL2capSocket__test.test_socket.BasicBluetoothTest.testCreateL2capSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateRfcommSocket__test.test_socket.BasicBluetoothTest.testCreateRfcommSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateScoSocket__test.test_socket.BasicBluetoothTest.testCreateScoSocket__'Bluetooth_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateSocket__test.test_socket.BasicCANTest.testCreateSocket__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateSocket__test.test_socket.BasicQIPCRTRTest.testCreateSocket__'QIPCRTR_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateSocket__test.test_socket.BasicRDSTest.testCreateSocket__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCreateSocket__test.test_socket.BasicVSOCKTest.testCreateSocket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCreateSocket__test.test_socket.ISOTPTest.testCreateSocket__'CAN_ISOTP_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCrossDefaults__test.test_wsgiref.UtilityTests.testCrossDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCrucialConstants__test.test_socket.BasicCANTest.testCrucialConstants__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCrucialConstants__test.test_socket.BasicQIPCRTRTest.testCrucialConstants__'QIPCRTR_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCrucialConstants__test.test_socket.BasicRDSTest.testCrucialConstants__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCrucialConstants__test.test_socket.BasicVSOCKTest.testCrucialConstants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCrucialConstants__test.test_socket.GeneralModuleTests.testCrucialConstants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCrucialConstants__test.test_socket.ISOTPTest.testCrucialConstants__'CAN_ISOTP_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testCrucialIpProtoConstants__test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCustomMethods1__test.test_augassign.AugAssignTest.testCustomMethods1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testCustomMethods2__test.test_augassign.AugAssignTest.testCustomMethods2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDEFAULT__test.test_unittest.testmock.testsentinel.SentinelTest.testDEFAULT_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompress4G__test.test_bz2.BZ2DecompressorTest.testDecompress4G_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompress4G__test.test_zlib.ZlibDecompressorTest.testDecompress4G_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressBadData__test.test_bz2.CompressDecompressTest.testDecompressBadData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressChunks10__test.test_bz2.BZ2DecompressorTest.testDecompressChunks10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressChunks10__test.test_zlib.ZlibDecompressorTest.testDecompressChunks10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressEmpty__test.test_bz2.CompressDecompressTest.testDecompressEmpty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressIncomplete__test.test_bz2.CompressDecompressTest.testDecompressIncomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressMultiStreamTrailingJunk__test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressMultiStream__test.test_bz2.CompressDecompressTest.testDecompressMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressToEmptyString__test.test_bz2.CompressDecompressTest.testDecompressToEmptyString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressTrailingJunk__test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressUnusedData__test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressUnusedData__test.test_zlib.ZlibDecompressorTest.testDecompressUnusedData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompress__test.test_bz2.BZ2DecompressorTest.testDecompress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompress__test.test_bz2.CompressDecompressTest.testDecompress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompress__test.test_zlib.ZlibDecompressorTest.testDecompress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressorChunksMaxsize__test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDecompressorChunksMaxsize__test.test_zlib.ZlibDecompressorTest.testDecompressorChunksMaxsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDeepcopiedDocument__test.test_minidom.MinidomTest.testDeepcopiedDocument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDeepcopy__test.test_unittest.test_case.Test_TestCase.testDeepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDefaultOptimizationLevel__test.test_zipimport.CompressedZipImportTestCase.testDefaultOptimizationLevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDefaultOptimizationLevel__test.test_zipimport.UncompressedZipImportTestCase.testDefaultOptimizationLevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDefaultTimeout__test.test_socket.GeneralModuleTests.testDefaultTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDefault__test.test_unittest.test_assertions.TestLongMessage.testDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDefaults__test.test_socket.BasicSocketPairTest.testDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDefaults__test.test_wsgiref.UtilityTests.testDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDegrees__test.test_math.MathTests.testDegrees_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDel__test.test_class.ClassTests.testDel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDeleteAttr__test.test_minidom.MinidomTest.testDeleteAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDetach__test.test_socket.BasicTCPTest.testDetach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDetach__test.test_socket.BasicTCPTest2.testDetach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDict__test.test_marshal.InstancingTestCase.testDict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDist__test.test_math.MathTests.testDist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDocRemoveChild__test.test_minidom.MinidomTest.testDocRemoveChild_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDoctestFile__test.test_zipimport.CompressedZipImportTestCase.testDoctestFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDoctestFile__test.test_zipimport.UncompressedZipImportTestCase.testDoctestFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDoctestSuite__test.test_zipimport.CompressedZipImportTestCase.testDoctestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDoctestSuite__test.test_zipimport.UncompressedZipImportTestCase.testDoctestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDocumentAsyncAttr__test.test_minidom.MinidomTest.testDocumentAsyncAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDocumentElement__test.test_minidom.MinidomTest.testDocumentElement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDontResetInternalStateOnException__test.test_wsgiref.HandlerTests.testDontResetInternalStateOnException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDotsOutputSubTestMixed__test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestMixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDotsOutputSubTestSuccess__test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestSuccess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDotsOutputTearDownFail__test.test_unittest.test_result.Test_TextTestResult.testDotsOutputTearDownFail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDotsOutput__test.test_unittest.test_result.Test_TextTestResult.testDotsOutput_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDup__test.test_socket.BasicTCPTest.testDup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testDup__test.test_socket.BasicTCPTest2.testDup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEHLO__test.test_smtplib.SMTPSimTests.testEHLO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testELHO__test.test_smtplib.DebuggingServerTests.testELHO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEOFError__test.test_bz2.BZ2DecompressorTest.testEOFError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEOFError__test.test_zlib.ZlibDecompressorTest.testEOFError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEXPNNotImplemented__test.test_smtplib.DebuggingServerTests.testEXPNNotImplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEXPN__test.test_smtplib.SMTPSimTests.testEXPN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testElementReprAndStrUnicodeNS__test.test_minidom.MinidomTest.testElementReprAndStrUnicodeNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testElementReprAndStrUnicode__test.test_minidom.MinidomTest.testElementReprAndStrUnicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testElementReprAndStr__test.test_minidom.MinidomTest.testElementReprAndStr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testElement__test.test_minidom.MinidomTest.testElement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmbeddedIpv4__test.test_ipaddress.IpaddrUnitTest.testEmbeddedIpv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyAddress__test.test_socket.TestUnixDomain.testEmptyAddress__'Linux_behavior_is_tested_by_TestLinuxAbstractNamespace'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testEmptyFileSend__test.test_socket.SendfileUsingSendTest.testEmptyFileSend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyFileSend__test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyFile__test.test_zipimport.BadFileZipImportTestCase.testEmptyFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyFilename__test.test_zipimport.BadFileZipImportTestCase.testEmptyFilename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyPy__test.test_zipimport.CompressedZipImportTestCase.testEmptyPy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyPy__test.test_zipimport.UncompressedZipImportTestCase.testEmptyPy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEmptyXMLNSValue__test.test_minidom.MinidomTest.testEmptyXMLNSValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEncodings__test.test_minidom.MinidomTest.testEncodings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEnterAttributeError1__test.test_with.FailureTestCase.testEnterAttributeError1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEnterAttributeError2__test.test_with.FailureTestCase.testEnterAttributeError2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEnterReturnsTuple__test.test_with.NestedWith.testEnterReturnsTuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEnterThrows__test.test_with.FailureTestCase.testEnterThrows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEnviron__test.test_wsgiref.HandlerTests.testEnviron_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEqual__test.test_ipaddress.IpaddrUnitTest.testEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEqualityBytesWarning__test.test_unittest.test_case.Test_TestCase.testEqualityBytesWarning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEquality__test.test_unittest.test_case.Test_TestCase.testEquality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClose__test.test_fileio.CAutoFileTests.testErrnoOnClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClose__test.test_fileio.PyAutoFileTests.testErrnoOnClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedFileno__test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedFileno__test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedIsatty__test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedIsatty__test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedRead__test.test_fileio.CAutoFileTests.testErrnoOnClosedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedRead__test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedReadable__test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedReadable__test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedReadall__test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedReadall__test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedReadinto__test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedReadinto__test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedSeek__test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedSeek__test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedSeekable__test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedSeekable__test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedTell__test.test_fileio.CAutoFileTests.testErrnoOnClosedTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedTell__test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedTruncate__test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedTruncate__test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedWritable__test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedWritable__test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedWrite__test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrnoOnClosedWrite__test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrorAfterOutput__test.test_wsgiref.HandlerTests.testErrorAfterOutput_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrorsInBool__test.test_with.ExceptionalTestCase.testErrorsInBool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrors__test.test_file.CAutoFileTests.testErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrors__test.test_file.PyAutoFileTests.testErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrors__test.test_fileio.CAutoFileTests.testErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testErrors__test.test_fileio.PyAutoFileTests.testErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEvalExecFreeVars__test.test_scope.ScopeTests.testEvalExecFreeVars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testEvalFreeVars__test.test_scope.ScopeTests.testEvalFreeVars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionCleanupState__test.test_exceptions.ExceptionTests.testExceptionCleanupState_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionInEnter__test.test_with.NestedWith.testExceptionInEnter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionInExit__test.test_with.NestedWith.testExceptionInExit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionInExprList__test.test_with.NestedWith.testExceptionInExprList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionLocation__test.test_with.NestedWith.testExceptionLocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionNormalized__test.test_with.ExceptionalTestCase.testExceptionNormalized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionOnSpacesInXMLNSValue__test.test_minidom.MinidomTest.testExceptionOnSpacesInXMLNSValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExceptionTree__test.test_socket.TestExceptions.testExceptionTree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExitAttributeError__test.test_with.FailureTestCase.testExitAttributeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExitFalseDoesntSwallowException__test.test_with.ExitSwallowsExceptionTestCase.testExitFalseDoesntSwallowException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExitThrows__test.test_with.FailureTestCase.testExitThrows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExitTrueSwallowsException__test.test_with.ExitSwallowsExceptionTestCase.testExitTrueSwallowsException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExp2__test.test_math.MathTests.testExp2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExp__test.test_math.MathTests.testExp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExplodeShortHandIpStr__test.test_ipaddress.IpaddrUnitTest.testExplodeShortHandIpStr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExtraNesting__test.test_scope.ScopeTests.testExtraNesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testExtras__test.test_wsgiref.HeaderTests.testExtras_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassCMSG_LEN__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassCMSG_LEN__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassCMSG_SPACE__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassCMSG_SPACE__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassEmpty__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassEmpty__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassPartialIntInMiddle__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassPartialIntInMiddle__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassPartialInt__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassPartialInt__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassSeparateMinSpace__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassSeparateMinSpace__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassSeparate__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassSeparate__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassSimple__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFDPassSimple__test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFabs__test.test_math.MathTests.testFabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFactorialHugeInputs__test.test_math.MathTests.testFactorialHugeInputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFactorialNonIntegers__test.test_math.MathTests.testFactorialNonIntegers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFactorial__test.test_math.MathTests.testFactorial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFailFastSetByRunner__test.test_unittest.test_result.Test_TestResult.testFailFastSetByRunner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFailFast__test.test_unittest.test_result.Test_TestResult.testFailFast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFailingHELO__test.test_smtplib.BadHELOServerTests.testFailingHELO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFamily__test.test_socket.NetworkConnectionAttributesTest.testFamily_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFancySubnetting__test.test_ipaddress.IpaddrUnitTest.testFancySubnetting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFileUnreadable__test.test_zipimport.BadFileZipImportTestCase.testFileUnreadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFileWrapper__test.test_wsgiref.UtilityTests.testFileWrapper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFilenameTooLong__test.test_zipimport.BadFileZipImportTestCase.testFilenameTooLong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFileno__test.test_bz2.BZ2FileTest.testFileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFilter__test.test_socket.BasicCANTest.testFilter__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testFirstChild__test.test_minidom.MinidomTest.testFirstChild_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFloat__test.test_marshal.InstancingTestCase.testFloat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFloor__test.test_math.MathTests.testFloor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFmod__test.test_math.MathTests.testFmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testForExceptionsRaisedInInstanceGetattr2__test.test_class.ClassTests.testForExceptionsRaisedInInstanceGetattr2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testForceVersion__test.test_ipaddress.IpaddrUnitTest.testForceVersion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFreeVarInMethod__test.test_scope.ScopeTests.testFreeVarInMethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFreeingCell__test.test_scope.ScopeTests.testFreeingCell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFrexp__test.test_math.MathTests.testFrexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFromDecimal__test.test_fractions.FractionTest.testFromDecimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFromFd__test.test_socket.BasicTCPTest.testFromFd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFromFd__test.test_socket.BasicTCPTest2.testFromFd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFromFloat__test.test_fractions.FractionTest.testFromFloat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFromString__test.test_fractions.FractionTest.testFromString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFrozenSet__test.test_marshal.InstancingTestCase.testFrozenSet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFsum__test.test_math.MathTests.testFsum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.FileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFullRead__test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testFunctionCall__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testFunctionCall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGcd__test.test_math.MathTests.testGcd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetAttrList__test.test_minidom.MinidomTest.testGetAttrList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetAttrValues__test.test_minidom.MinidomTest.testGetAttrValues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetAttributeNS__test.test_minidom.MinidomTest.testGetAttributeNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetAttributeNode__test.test_minidom.MinidomTest.testGetAttributeNode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetAttribute__test.test_minidom.MinidomTest.testGetAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetBroadcast__test.test_ipaddress.IpaddrUnitTest.testGetBroadcast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetCompiledSource__test.test_zipimport.CompressedZipImportTestCase.testGetCompiledSource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetCompiledSource__test.test_zipimport.UncompressedZipImportTestCase.testGetCompiledSource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetData__test.test_zipimport.CompressedZipImportTestCase.testGetData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetData__test.test_zipimport.UncompressedZipImportTestCase.testGetData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetDescriptionWithoutDocstring__test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithoutDocstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring__test.test_unittest.test_result.Test_TextTestResult.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetElementsByTagNameNS__test.test_minidom.MinidomTest.testGetElementsByTagNameNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetElementsByTagName__test.test_minidom.MinidomTest.testGetElementsByTagName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetEmptyNodeListFromElementsByTagNameNS__test.test_minidom.MinidomTest.testGetEmptyNodeListFromElementsByTagNameNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetIp__test.test_ipaddress.IpaddrUnitTest.testGetIp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetNestedSubTestDescriptionWithoutDocstring__test.test_unittest.test_result.Test_TextTestResult.testGetNestedSubTestDescriptionWithoutDocstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetNetmask__test.test_ipaddress.IpaddrUnitTest.testGetNetmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetNetwork__test.test_ipaddress.IpaddrUnitTest.testGetNetwork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetNum_Addresses__test.test_ipaddress.IpaddrUnitTest.testGetNum_Addresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetPrefixlen__test.test_ipaddress.IpaddrUnitTest.testGetPrefixlen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetScopeId__test.test_ipaddress.IpaddrUnitTest.testGetScopeId_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetServBy__test.test_socket.GeneralModuleTests.testGetServBy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSetAndDel__test.test_class.ClassTests.testGetSetAndDel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSockOpt__test.test_socket.GeneralModuleTests.testGetSockOpt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSource__test.test_zipimport.CompressedZipImportTestCase.testGetSource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSource__test.test_zipimport.UncompressedZipImportTestCase.testGetSource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubTestDescriptionForFalseValues__test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionForFalseValues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubTestDescriptionWithoutDocstringAndParams__test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstringAndParams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubTestDescriptionWithoutDocstring__test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubnetForSingle128__test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle128_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubnetForSingle32__test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubnets3__test.test_ipaddress.IpaddrUnitTest.testGetSubnets3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSubnets__test.test_ipaddress.IpaddrUnitTest.testGetSubnets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSupernet3__test.test_ipaddress.IpaddrUnitTest.testGetSupernet3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSupernet4__test.test_ipaddress.IpaddrUnitTest.testGetSupernet4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetSupernet__test.test_ipaddress.IpaddrUnitTest.testGetSupernet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetaddrinfo__test.test_socket.GeneralModuleTests.testGetaddrinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGetitem__test.test_ipaddress.IpaddrUnitTest.testGetitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGlobalInParallelNestedFunctions__test.test_scope.ScopeTests.testGlobalInParallelNestedFunctions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testGuessScheme__test.test_wsgiref.UtilityTests.testGuessScheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHELP__test.test_smtplib.DebuggingServerTests.testHELP_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHTTPConnectionSourceAddress__test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHTTPSConnectionSourceAddress__test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHandlerReplacedButCalled__test.test_unittest.test_break.TestBreak.testHandlerReplacedButCalled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHandlerReplacedButCalled__test.test_unittest.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHandlerReplacedButCalled__test.test_unittest.test_break.TestBreakSignalDefault.testHandlerReplacedButCalled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHandlerReplacedButCalled__test.test_unittest.test_break.TestBreakSignalIgnored.testHandlerReplacedButCalled__'test_requires_SIGINT_to_not_be_ignored'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testHasAttrString__test.test_class.ClassTests.testHasAttrString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHasAttribute__test.test_minidom.MinidomTest.testHasAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHasChildNodes__test.test_minidom.MinidomTest.testHasChildNodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHashComparisonOfMethods__test.test_class.ClassTests.testHashComparisonOfMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHashStuff__test.test_class.ClassTests.testHashStuff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHash__test.test_fractions.FractionTest.testHash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHash__test.test_ipaddress.IpaddrUnitTest.testHash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHeaderFormats__test.test_wsgiref.HandlerTests.testHeaderFormats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHistoryUpdates__test.test_readline.TestHistoryManipulation.testHistoryUpdates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHopByHop__test.test_wsgiref.UtilityTests.testHopByHop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHostnameRes__test.test_socket.GeneralModuleTests.testHostnameRes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHosts__test.test_ipaddress.IpaddrUnitTest.testHosts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHyperVConstants__test.test_socket.BasicHyperVTest.testHyperVConstants__'Hyper-V_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testHypotAccuracy__test.test_math.MathTests.testHypotAccuracy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testHypot__test.test_math.MathTests.testHypot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPBases__test.test_ipaddress.IpaddrUnitTest.testIPBases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPVersion__test.test_ipaddress.IpaddrUnitTest.testIPVersion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv4Net__test.test_ipaddress.IpaddrUnitTest.testIPv4Net_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv4NetworkHelpers__test.test_ipaddress.IpaddrUnitTest.testIPv4NetworkHelpers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv4Tuple__test.test_ipaddress.IpaddrUnitTest.testIPv4Tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv4_inet_aton_fourbytes__test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv4toString__test.test_socket.GeneralModuleTests.testIPv4toString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv6AddressTooLarge__test.test_ipaddress.IpaddrUnitTest.testIPv6AddressTooLarge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv6IPv4MappedStringRepresentation__test.test_ipaddress.IpaddrUnitTest.testIPv6IPv4MappedStringRepresentation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv6NetworkHelpers__test.test_ipaddress.IpaddrUnitTest.testIPv6NetworkHelpers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv6Tuple__test.test_ipaddress.IpaddrUnitTest.testIPv6Tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIPv6toString__test.test_socket.GeneralModuleTests.testIPv6toString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImmutable__test.test_fractions.FractionTest.testImmutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImportDocumentDeep__test.test_minidom.MinidomTest.testImportDocumentDeep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImportDocumentShallow__test.test_minidom.MinidomTest.testImportDocumentShallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImportDocumentTypeDeep__test.test_minidom.MinidomTest.testImportDocumentTypeDeep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImportDocumentTypeShallow__test.test_minidom.MinidomTest.testImportDocumentTypeShallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImport_WithStuff__test.test_zipimport.CompressedZipImportTestCase.testImport_WithStuff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImport_WithStuff__test.test_zipimport.UncompressedZipImportTestCase.testImport_WithStuff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImporterAttr__test.test_zipimport.CompressedZipImportTestCase.testImporterAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testImporterAttr__test.test_zipimport.UncompressedZipImportTestCase.testImporterAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInDict__test.test_augassign.AugAssignTest.testInDict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInList__test.test_augassign.AugAssignTest.testInList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInequality__test.test_unittest.test_case.Test_TestCase.testInequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInfiniteRecursion__test.test_exceptions.ExceptionTests.testInfiniteRecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInheritFlagsBlocking__test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInheritFlagsTimeout__test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInitFromDecimal__test.test_fractions.FractionTest.testInitFromDecimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInitFromFloat__test.test_fractions.FractionTest.testInitFromFloat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInitNonBlocking__test.test_socket.NonBlockingTCPTests.testInitNonBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInit__test.test_class.ClassTests.testInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInit__test.test_fractions.FractionTest.testInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInit__test.test_memoryio.CBytesIOTest.testInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInit__test.test_memoryio.CStringIOTest.testInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInit__test.test_memoryio.PyBytesIOTest.testInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInit__test.test_memoryio.PyStringIOTest.testInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInlineGeneratorBoundSyntax__test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundSyntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInlineGeneratorBoundToDottedVariable__test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToDottedVariable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInlineGeneratorBoundToExistingVariable__test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToExistingVariable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInlineGeneratorSyntax__test.test_with.NonexceptionalTestCase.testInlineGeneratorSyntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInsertBeforeFragment__test.test_minidom.MinidomTest.testInsertBeforeFragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInsertBefore__test.test_minidom.MinidomTest.testInsertBefore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInsideTimeout__test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInstallHandler__test.test_unittest.test_break.TestBreak.testInstallHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInstallHandler__test.test_unittest.test_break.TestBreakDefaultIntHandler.testInstallHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInstallHandler__test.test_unittest.test_break.TestBreakSignalDefault.testInstallHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInstallHandler__test.test_unittest.test_break.TestBreakSignalIgnored.testInstallHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIntGuaranteesIntReturn__test.test_fractions.FractionTest.testIntGuaranteesIntReturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIntRepresentation__test.test_ipaddress.IpaddrUnitTest.testIntRepresentation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInt__test.test_marshal.InstancingTestCase.testInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInteractionWithTraceFunc__test.test_scope.ScopeTests.testInteractionWithTraceFunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterfaceComparison__test.test_ipaddress.IpaddrUnitTest.testInterfaceComparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterfaceNameIndex__test.test_socket.GeneralModuleTests.testInterfaceNameIndex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIntern__test.test_marshal.InterningTestCase.testIntern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInternals__test.test_ipaddress.IpaddrUnitTest.testInternals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterpreterCrash__test.test_socket.GeneralModuleTests.testInterpreterCrash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptCaught__test.test_unittest.test_break.TestBreak.testInterruptCaught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptCaught__test.test_unittest.test_break.TestBreakDefaultIntHandler.testInterruptCaught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptCaught__test.test_unittest.test_break.TestBreakSignalDefault.testInterruptCaught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptCaught__test.test_unittest.test_break.TestBreakSignalIgnored.testInterruptCaught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedRecvIntoTimeout__test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedRecvTimeout__test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedRecvfromIntoTimeout__test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedRecvfromTimeout__test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedRecvmsgIntoTimeout__test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedRecvmsgTimeout__test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedSendTimeout__test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedSendmsgTimeout__test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedSendtoTimeout__test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInterruptedTimeout__test.test_socket.TCPTimeoutTest.testInterruptedTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidBindSock__test.test_socket.BasicQIPCRTRTest.testInvalidBindSock__'QIPCRTR_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testInvalidFd__test.test_fileio.COtherFileTests.testInvalidFd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidFd__test.test_fileio.PyOtherFileTests.testInvalidFd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidFd_overflow__test.test_fileio.COtherFileTests.testInvalidFd_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidInit__test.test_fileio.COtherFileTests.testInvalidInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidInit__test.test_fileio.PyOtherFileTests.testInvalidInit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidIntToBytes__test.test_ipaddress.IpaddrUnitTest.testInvalidIntToBytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidInterfaceIndexToName__test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidInterfaceNameToIndex__test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidModeStrings__test.test_fileio.COtherFileTests.testInvalidModeStrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidModeStrings__test.test_fileio.PyOtherFileTests.testInvalidModeStrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidTraceback__test.test_exceptions.ExceptionTests.testInvalidTraceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidateCachesWithMultipleZipimports__test.test_zipimport.CompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidateCachesWithMultipleZipimports__test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidateCaches__test.test_zipimport.CompressedZipImportTestCase.testInvalidateCaches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testInvalidateCaches__test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCaches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpFromInt__test.test_ipaddress.IpaddrUnitTest.testIpFromInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpFromPacked__test.test_ipaddress.IpaddrUnitTest.testIpFromPacked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpType__test.test_ipaddress.IpaddrUnitTest.testIpType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpv4MappedLoopbackCheck__test.test_ipaddress.IpaddrUnitTest.testIpv4MappedLoopbackCheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpv4MappedPrivateCheck__test.test_ipaddress.IpaddrUnitTest.testIpv4MappedPrivateCheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpv4MappedProperties__test.test_ipaddress.IpaddrUnitTest.testIpv4MappedProperties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIpv4Mapped__test.test_ipaddress.IpaddrUnitTest.testIpv4Mapped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsInstanceActual__test.test_typechecks.TypeChecksTest.testIsInstanceActual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsInstanceBuiltin__test.test_typechecks.TypeChecksTest.testIsInstanceBuiltin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsSubclassActual__test.test_typechecks.TypeChecksTest.testIsSubclassActual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsSubclassBuiltin__test.test_typechecks.TypeChecksTest.testIsSubclassBuiltin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsSubclassInternal__test.test_typechecks.TypeChecksTest.testIsSubclassInternal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsfinite__test.test_math.MathTests.testIsfinite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsinf__test.test_math.MathTests.testIsinf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsnan__test.test_math.MathTests.testIsnan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIsqrt__test.test_math.MathTests.testIsqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIssue8621__test.test_uuid.TestUUIDWithExtModule.testIssue8621_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIssue8621__test.test_uuid.TestUUIDWithoutExtModule.testIssue8621_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIteration__test.test_file.COtherFileTests.testIteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIteration__test.test_file.PyOtherFileTests.testIteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIteratorMultiStream__test.test_bz2.BZ2FileTest.testIteratorMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testIterator__test.test_bz2.BZ2FileTest.testIterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testJ1939Constants__test.test_socket.J1939Test.testJ1939Constants__'CAN_J1939_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testJoinRoundtrip__test.test_shlex.ShlexTest.testJoinRoundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testJoin__test.test_shlex.ShlexTest.testJoin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testKeyboardInterrupt__test.test_unittest.test_case.Test_TestCase.testKeyboardInterrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testKeywordArgs__test.test_exceptions.ExceptionTests.testKeywordArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testKwDefaults__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testKwDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLambdas__test.test_scope.ScopeTests.testLambdas_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLargeArithmetic__test.test_fractions.FractionTest.testLargeArithmetic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLargeTimeout__test.test_socket.NonBlockingTCPTests.testLargeTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLargestPossibleComment__test.test_zipimport.CompressedZipImportTestCase.testLargestPossibleComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLargestPossibleComment__test.test_zipimport.UncompressedZipImportTestCase.testLargestPossibleComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLdexp__test.test_math.MathTests.testLdexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLdexp_denormal__test.test_math.MathTests.testLdexp_denormal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLeaks__test.test_scope.ScopeTests.testLeaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLegalChildren__test.test_minidom.MinidomTest.testLegalChildren_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLimitDenominator__test.test_fractions.FractionTest.testLimitDenominator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLineTooLong__test.test_smtplib.TooLongLineTests.testLineTooLong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLinuxAbstractNamespace__test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testListAndDictOps__test.test_class.ClassTests.testListAndDictOps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testListCompLocalVars__test.test_scope.ScopeTests.testListCompLocalVars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testList__test.test_marshal.InstancingTestCase.testList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLocalHostName__test.test_smtplib.LMTPGeneralTests.testLocalHostName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLocalHostName__test.test_smtplib.SMTPGeneralTests.testLocalHostName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLocalsClass_WithTrace__test.test_scope.ScopeTests.testLocalsClass_WithTrace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLocalsClass__test.test_scope.ScopeTests.testLocalsClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLocalsFunction__test.test_scope.ScopeTests.testLocalsFunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLog10__test.test_math.MathTests.testLog10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLog1p__test.test_math.MathTests.testLog1p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLog2Exact__test.test_math.MathTests.testLog2Exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLog2__test.test_math.MathTests.testLog2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLog__test.test_math.MathTests.testLog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLongOutputSubTestMixed__test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestMixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLongOutputSubTestSuccess__test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestSuccess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLongOutputTearDownFail__test.test_unittest.test_result.Test_TextTestResult.testLongOutputTearDownFail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLongOutput__test.test_unittest.test_result.Test_TextTestResult.testLongOutput_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testLoopback__test.test_socket.BasicCANTest.testLoopback__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testMagicConstants__test.test_random.TestModule.testMagicConstants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMainInstallsHandler__test.test_unittest.test_break.TestBreak.testMainInstallsHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMainInstallsHandler__test.test_unittest.test_break.TestBreakDefaultIntHandler.testMainInstallsHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMainInstallsHandler__test.test_unittest.test_break.TestBreakSignalDefault.testMainInstallsHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMainInstallsHandler__test.test_unittest.test_break.TestBreakSignalIgnored.testMainInstallsHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileAfterMakefileClose__test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileCloseSocketDestroy__test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMakefileClose__test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMappingInterface__test.test_wsgiref.HeaderTests.testMappingInterface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMaxName__test.test_socket.TestLinuxAbstractNamespace.testMaxName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMaxPrefixLength__test.test_ipaddress.IpaddrUnitTest.testMaxPrefixLength_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMemoryErrorBigSource__test.test_exceptions.ExceptionTests.testMemoryErrorBigSource__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testMetaclassCallOptimization__test.test_class.ClassTests.testMetaclassCallOptimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMethods__test.test_file.CAutoFileTests.testMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMethods__test.test_file.PyAutoFileTests.testMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMethods__test.test_fileio.CAutoFileTests.testMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMethods__test.test_fileio.PyAutoFileTests.testMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMisc__test.test_class.ClassTests.testMisc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedArithmetic__test.test_fractions.FractionTest.testMixedArithmetic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedDivision__test.test_fractions.FractionTest.testMixedDivision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedEqual__test.test_fractions.FractionTest.testMixedEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedFreevarsAndCellvars__test.test_scope.ScopeTests.testMixedFreevarsAndCellvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedIntegerDivision__test.test_fractions.FractionTest.testMixedIntegerDivision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedIterationAndReads__test.test_bz2.BZ2FileTest.testMixedIterationAndReads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedLessEqual__test.test_fractions.FractionTest.testMixedLessEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedLess__test.test_fractions.FractionTest.testMixedLess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedMultiplication__test.test_fractions.FractionTest.testMixedMultiplication_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedNamespacePackage__test.test_zipimport.CompressedZipImportTestCase.testMixedNamespacePackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedNamespacePackage__test.test_zipimport.UncompressedZipImportTestCase.testMixedNamespacePackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixedPower__test.test_fractions.FractionTest.testMixedPower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMixingWithDecimal__test.test_fractions.FractionTest.testMixingWithDecimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testModeStrings__test.test_file.COtherFileTests.testModeStrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testModeStrings__test.test_file.PyOtherFileTests.testModeStrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testModeStrings__test.test_fileio.COtherFileTests.testModeStrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testModeStrings__test.test_fileio.PyOtherFileTests.testModeStrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testModf__test.test_math.MathTests.testModf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testModule__test.test_marshal.InstancingTestCase.testModule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultiStreamOrdering__test.test_bz2.BZ2FileTest.testMultiStreamOrdering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultipleArgBound__test.test_with.NestedNonexceptionalTestCase.testMultipleArgBound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultipleArgUnbound__test.test_with.NestedNonexceptionalTestCase.testMultipleArgUnbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultipleComplexTargets__test.test_with.AssignmentTargetTestCase.testMultipleComplexTargets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultipleFDPass__test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultipleFDPass__test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testMultipleResourcesInSingleStatement__test.test_with.ExceptionalTestCase.testMultipleResourcesInSingleStatement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNOOP__test.test_smtplib.DebuggingServerTests.testNOOP_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNameError__test.test_with.FailureTestCase.testNameError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNameOverflow__test.test_socket.TestLinuxAbstractNamespace.testNameOverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNamedNodeMapSetItem__test.test_minidom.MinidomTest.testNamedNodeMapSetItem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNamespacePackage__test.test_zipimport.CompressedZipImportTestCase.testNamespacePackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNamespacePackage__test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNearestEnclosingScope__test.test_scope.ScopeTests.testNearestEnclosingScope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestedExceptionAfterInnerStatement__test.test_with.ExceptionalTestCase.testNestedExceptionAfterInnerStatement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestedExceptionBeforeInnerStatement__test.test_with.ExceptionalTestCase.testNestedExceptionBeforeInnerStatement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestedNonLocal__test.test_scope.ScopeTests.testNestedNonLocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestedSingleStatements__test.test_with.ExceptionalTestCase.testNestedSingleStatements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestedSingleStatements__test.test_with.NonexceptionalTestCase.testNestedSingleStatements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestingGlobalNoFree__test.test_scope.ScopeTests.testNestingGlobalNoFree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestingPlusFreeRefToGlobal__test.test_scope.ScopeTests.testNestingPlusFreeRefToGlobal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNestingThroughClass__test.test_scope.ScopeTests.testNestingThroughClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNetworkComparison__test.test_ipaddress.IpaddrUnitTest.testNetworkComparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNetworkElementCaching__test.test_ipaddress.IpaddrUnitTest.testNetworkElementCaching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNetworkV4HashCollisions__test.test_ipaddress.IpaddrUnitTest.testNetworkV4HashCollisions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNetworkV6HashCollisions__test.test_ipaddress.IpaddrUnitTest.testNetworkV6HashCollisions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNewAttributes__test.test_socket.GeneralModuleTests.testNewAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoArgFunctions__test.test_posix.PosixTester.testNoArgFunctions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoCycles__test.test_unittest.test_case.Test_TestCase.testNoCycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoExceptions__test.test_with.NestedWith.testNoExceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoExit__test.test_unittest.test_program.Test_TestProgram.testNoExit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoFile__test.test_zipimport.BadFileZipImportTestCase.testNoFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoIntern__test.test_marshal.InterningTestCase.testNoIntern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNodeListItem__test.test_minidom.MinidomTest.testNodeListItem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonBlocking__test.test_socket.SendfileUsingSendTest.testNonBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonBlocking__test.test_socket.SendfileUsingSendfileTest.testNonBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonLocalClass__test.test_scope.ScopeTests.testNonLocalClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonLocalFunction__test.test_scope.ScopeTests.testNonLocalFunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonLocalGenerator__test.test_scope.ScopeTests.testNonLocalGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonLocalMethod__test.test_scope.ScopeTests.testNonLocalMethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonRegularFile__test.test_socket.SendfileUsingSendTest.testNonRegularFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonRegularFile__test.test_socket.SendfileUsingSendfileTest.testNonRegularFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonZero__test.test_minidom.MinidomTest.testNonZero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNoneClearsTracebackAttr__test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNonnumericPort__test.test_smtplib.NonConnectingTests.testNonnumericPort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizeCombineAndNextSibling__test.test_minidom.MinidomTest.testNormalizeCombineAndNextSibling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizeDeleteAndCombine__test.test_minidom.MinidomTest.testNormalizeDeleteAndCombine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizeDeleteWithNextSibling__test.test_minidom.MinidomTest.testNormalizeDeleteWithNextSibling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizeDeleteWithPrevSibling__test.test_minidom.MinidomTest.testNormalizeDeleteWithPrevSibling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizeDeleteWithTwoNonTextSiblings__test.test_minidom.MinidomTest.testNormalizeDeleteWithTwoNonTextSiblings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizeRecursion__test.test_minidom.MinidomTest.testNormalizeRecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalize__test.test_minidom.MinidomTest.testNormalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNormalizedShifts__test.test_wsgiref.UtilityTests.testNormalizedShifts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNotAlmostEqual__test.test_unittest.test_assertions.TestLongMessage.testNotAlmostEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNotConnected__test.test_smtplib.NonConnectingTests.testNotConnected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNotEqual__test.test_ipaddress.IpaddrUnitTest.testNotEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNotEqual__test.test_unittest.test_assertions.TestLongMessage.testNotEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNotZipFile__test.test_zipimport.BadFileZipImportTestCase.testNotZipFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNth__test.test_ipaddress.IpaddrUnitTest.testNth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNtoHErrors__test.test_socket.GeneralModuleTests.testNtoHErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testNtoH__test.test_socket.GeneralModuleTests.testNtoH_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testObjectAttributeAccessErrorMessages__test.test_class.ClassTests.testObjectAttributeAccessErrorMessages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOddCmsgSize__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOddCmsgSize__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOddCmsgSize__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOddCmsgSize__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOffset__test.test_socket.SendfileUsingSendTest.testOffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOffset__test.test_socket.SendfileUsingSendfileTest.testOffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOldResultWithRunner__test.test_unittest.test_result.Test_OldTestResult.testOldResultWithRunner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOldTestResultClass__test.test_unittest.test_result.Test_OldTestResult.testOldTestResultClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOldTestResult__test.test_unittest.test_result.Test_OldTestResult.testOldTestResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOldTestTesultSetup__test.test_unittest.test_result.Test_OldTestResult.testOldTestTesultSetup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenBytesFilename__test.test_bz2.BZ2FileTest.testOpenBytesFilename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenDel__test.test_bz2.BZ2FileTest.testOpenDel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenDirFD__test.test_fileio.CAutoFileTests.testOpenDirFD_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenDirFD__test.test_fileio.PyAutoFileTests.testOpenDirFD_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenFileWithIntName__test.test_bz2.BZ2FileTest.testOpenFileWithIntName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenFileWithName__test.test_bz2.BZ2FileTest.testOpenFileWithName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenFileWithoutName__test.test_bz2.BZ2FileTest.testOpenFileWithoutName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenFilename__test.test_bz2.BZ2FileTest.testOpenFilename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenNonexistent__test.test_bz2.BZ2FileTest.testOpenNonexistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpenPathLikeFilename__test.test_bz2.BZ2FileTest.testOpenPathLikeFilename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpendir__test.test_fileio.CAutoFileTests.testOpendir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOpendir__test.test_fileio.PyAutoFileTests.testOpendir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOutsideTimeout__test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOverFlowRecvFrom__test.test_socket.BasicTCPTest.testOverFlowRecvFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOverFlowRecvFrom__test.test_socket.BasicTCPTest2.testOverFlowRecvFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOverFlowRecv__test.test_socket.BasicTCPTest.testOverFlowRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOverFlowRecv__test.test_socket.BasicTCPTest2.testOverFlowRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testOverlaps__test.test_ipaddress.IpaddrUnitTest.testOverlaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPackage__test.test_zipimport.CompressedZipImportTestCase.testPackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPackage__test.test_zipimport.UncompressedZipImportTestCase.testPackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPacked__test.test_ipaddress.IpaddrUnitTest.testPacked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParents__test.test_minidom.MinidomTest.testParents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseArgsAbsolutePathsThatCanBeConverted__test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCanBeConverted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseArgsAbsolutePathsThatCannotBeConverted__test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCannotBeConverted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseArgsFileNames__test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFileNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseArgsFilePaths__test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFilePaths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseArgsNonExistentFiles__test.test_unittest.test_program.TestCommandLineArgs.testParseArgsNonExistentFiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseArgsSelectedTestNames__test.test_unittest.test_program.TestCommandLineArgs.testParseArgsSelectedTestNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseAttributeNamespaces__test.test_minidom.MinidomTest.testParseAttributeNamespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseAttributes__test.test_minidom.MinidomTest.testParseAttributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseElementNamespaces__test.test_minidom.MinidomTest.testParseElementNamespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseElement__test.test_minidom.MinidomTest.testParseElement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseFromBinaryFile__test.test_minidom.MinidomTest.testParseFromBinaryFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseFromTextFile__test.test_minidom.MinidomTest.testParseFromTextFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseProcessingInstructions__test.test_minidom.MinidomTest.testParseProcessingInstructions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParseString__test.test_minidom.MinidomTest.testParseString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testParse__test.test_minidom.MinidomTest.testParse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPartialWrite__test.test_wsgiref.HandlerTests.testPartialWrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPasswordProtectedSite__test.test_robotparser.PasswordProtectedSiteTestCase.testPasswordProtectedSite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPatch1094164__test.test_minidom.MinidomTest.testPatch1094164_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPeekBytesIO__test.test_bz2.BZ2FileTest.testPeekBytesIO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPeek__test.test_bz2.BZ2FileTest.testPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPeek__test.test_socket.RDSTest.testPeek__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testPerm__test.test_math.MathTests.testPerm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPickle__test.test_bz2.BZ2CompressorTest.testPickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPickle__test.test_bz2.BZ2DecompressorTest.testPickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPickle__test.test_unittest.test_case.Test_TestCase.testPickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPickle__test.test_unittest.testmock.testsentinel.SentinelTest.testPickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPickle__test.test_zlib.ZlibDecompressorTest.testPickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPickledDocument__test.test_minidom.MinidomTest.testPickledDocument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPow__test.test_math.MathTests.testPow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPredefinedAttrs__test.test_class.ClassTests.testPredefinedAttrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPrivateNetworks__test.test_ipaddress.IpaddrUnitTest.testPrivateNetworks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testProcessingInstructionNameError__test.test_minidom.MinidomTest.testProcessingInstructionNameError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testProcessingInstructionRepr__test.test_minidom.MinidomTest.testProcessingInstructionRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testProcessingInstruction__test.test_minidom.MinidomTest.testProcessingInstruction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPunctuationCharsReadOnly__test.test_shlex.ShlexTest.testPunctuationCharsReadOnly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPyObjectPrintNULL__test.test_capi.test_object.PrintTest.testPyObjectPrintNULL_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPyObjectPrintNoRefObject__test.test_capi.test_object.PrintTest.testPyObjectPrintNoRefObject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPyObjectPrintOSError__test.test_capi.test_object.PrintTest.testPyObjectPrintOSError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPyObjectPrintObject__test.test_capi.test_object.PrintTest.testPyObjectPrintObject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPy__test.test_zipimport.CompressedZipImportTestCase.testPy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPy__test.test_zipimport.UncompressedZipImportTestCase.testPy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPyc__test.test_zipimport.CompressedZipImportTestCase.testPyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testPyc__test.test_zipimport.UncompressedZipImportTestCase.testPyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testQuoteData__test.test_smtplib.LMTPGeneralTests.testQuoteData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testQuoteData__test.test_smtplib.SMTPGeneralTests.testQuoteData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testQuote__test.test_shlex.ShlexTest.testQuote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRDM__test.test_socket.TIPCTest.testRDM__\"TIPC_module_is_not_loaded,_please_'sudo_modprobe_tipc'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRSET__test.test_smtplib.DebuggingServerTests.testRSET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRadians__test.test_math.MathTests.testRadians_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaiseErrorFuncallWithUnexpectedKeywordArgument__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testRaiseErrorFuncallWithUnexpectedKeywordArgument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaisedGeneratorExit1__test.test_with.ExceptionalTestCase.testRaisedGeneratorExit1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaisedGeneratorExit2__test.test_with.ExceptionalTestCase.testRaisedGeneratorExit2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaisedStopIteration1__test.test_with.ExceptionalTestCase.testRaisedStopIteration1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaisedStopIteration2__test.test_with.ExceptionalTestCase.testRaisedStopIteration2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaisedStopIteration3__test.test_with.ExceptionalTestCase.testRaisedStopIteration3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRaising__test.test_exceptions.ExceptionTests.testRaising_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead0__test.test_bz2.BZ2FileTest.testRead0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead100__test.test_bz2.BZ2FileTest.testRead100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.FileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadAfterTimeout__test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadBadFile__test.test_bz2.BZ2FileTest.testReadBadFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadBytesIO__test.test_bz2.BZ2FileTest.testReadBytesIO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadChunk10MultiStream__test.test_bz2.BZ2FileTest.testReadChunk10MultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadChunk10__test.test_bz2.BZ2FileTest.testReadChunk10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadInto__test.test_bz2.BZ2FileTest.testReadInto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadLineMultiStream__test.test_bz2.BZ2FileTest.testReadLineMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadLine__test.test_bz2.BZ2FileTest.testReadLine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadLinesMultiStream__test.test_bz2.BZ2FileTest.testReadLinesMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadLines__test.test_bz2.BZ2FileTest.testReadLines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadMonkeyMultiStream__test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadMultiStreamTrailingJunk__test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadMultiStream__test.test_bz2.BZ2FileTest.testReadMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadNoArgs__test.test_memoryio.CBytesIOTest.testReadNoArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadNoArgs__test.test_memoryio.CStringIOTest.testReadNoArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadNoArgs__test.test_memoryio.PyBytesIOTest.testReadNoArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadNoArgs__test.test_memoryio.PyStringIOTest.testReadNoArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadTrailingJunk__test.test_bz2.BZ2FileTest.testReadTrailingJunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadWhenWriting__test.test_file.CAutoFileTests.testReadWhenWriting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadWhenWriting__test.test_file.PyAutoFileTests.testReadWhenWriting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead__test.test_bz2.BZ2FileTest.testRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead__test.test_memoryio.CBytesIOTest.testRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead__test.test_memoryio.CStringIOTest.testRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead__test.test_memoryio.PyBytesIOTest.testRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRead__test.test_memoryio.PyStringIOTest.testRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadable__test.test_bz2.BZ2FileTest.testReadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadintoByteArray__test.test_fileio.CAutoFileTests.testReadintoByteArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadintoByteArray__test.test_fileio.PyAutoFileTests.testReadintoByteArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadinto__test.test_file.CAutoFileTests.testReadinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadinto__test.test_file.PyAutoFileTests.testReadinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadinto_text__test.test_file.CAutoFileTests.testReadinto_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadinto_text__test.test_file.PyAutoFileTests.testReadinto_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.FileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.LineBufferedFileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.UnbufferedFileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadline__test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReadlinesNoNewline__test.test_bz2.BZ2FileTest.testReadlinesNoNewline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.FileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRealClose__test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecursion__test.test_marshal.InstancingTestCase.testRecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecursion__test.test_scope.ScopeTests.testRecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecursiveRepr__test.test_fileio.CAutoFileTests.testRecursiveRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecursiveRepr__test.test_fileio.PyAutoFileTests.testRecursiveRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromIntoArray__test.test_socket.BufferIOTest.testRecvFromIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromIntoBytearray__test.test_socket.BufferIOTest.testRecvFromIntoBytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromIntoEmptyBuffer__test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromIntoMemoryview__test.test_socket.BufferIOTest.testRecvFromIntoMemoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromIntoSmallBuffer__test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromNegative__test.test_socket.BasicUDPLITETest.testRecvFromNegative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFromNegative__test.test_socket.BasicUDPTest.testRecvFromNegative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFrom__test.test_socket.BasicTCPTest.testRecvFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFrom__test.test_socket.BasicTCPTest2.testRecvFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFrom__test.test_socket.BasicUDPLITETest.testRecvFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvFrom__test.test_socket.BasicUDPTest.testRecvFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimitCMSG_SPACE__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimitCMSG_SPACE__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimitCMSG_SPACE__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimitCMSG_SPACE__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvIntoArray__test.test_socket.BufferIOTest.testRecvIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvIntoBytearray__test.test_socket.BufferIOTest.testRecvIntoBytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvIntoMemoryview__test.test_socket.BufferIOTest.testRecvIntoMemoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimitCMSG_SPACE__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimitCMSG_SPACE__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimitCMSG_SPACE__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimitCMSG_SPACE__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvTrafficClassAndHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecv__test.test_socket.BasicSocketPairTest.testRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecv__test.test_socket.BasicTCPTest.testRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecv__test.test_socket.BasicTCPTest2.testRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecv__test.test_socket.NonBlockingTCPTests.testRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgAfterClose__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgBadArgs__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgEOF__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgEOF__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgEOF__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgEOF__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgEOF__test.test_socket.RecvmsgTCPTest.testRecvmsgEOF_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgEOF__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgExplicitDefaults__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgFromSendmsg__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoArray__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoBadArgs__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoGenerator__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgIntoScatter__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgLongAncillaryBuf__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgOverflow__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgOverflow__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgOverflow__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgOverflow__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgOverflow__test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgOverflow__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgTCPTest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgUDPTest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgPeek__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShortAncillaryBuf__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgTCPTest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgUDPTest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgShorter__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTimeout__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsgTrunc__test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoTCPTest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoUDPTest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgTCPTest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgUDP6Test.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgUDPLITETest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgUDPTest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRecvmsg__test.test_socket.RecvmsgUnixStreamTest.testRecvmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRefCountGetNameInfo__test.test_socket.GeneralModuleTests.testRefCountGetNameInfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRegisterResult__test.test_unittest.test_break.TestBreak.testRegisterResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRegisterResult__test.test_unittest.test_break.TestBreakDefaultIntHandler.testRegisterResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRegisterResult__test.test_unittest.test_break.TestBreakSignalDefault.testRegisterResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRegisterResult__test.test_unittest.test_break.TestBreakSignalIgnored.testRegisterResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRegularFile__test.test_socket.SendfileUsingSendTest.testRegularFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRegularFile__test.test_socket.SendfileUsingSendfileTest.testRegularFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemainder__test.test_math.MathTests.testRemainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveAttrNS__test.test_minidom.MinidomTest.testRemoveAttrNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveAttr__test.test_minidom.MinidomTest.testRemoveAttr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveAttributeNode__test.test_minidom.MinidomTest.testRemoveAttributeNode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandlerAsDecorator__test.test_unittest.test_break.TestBreak.testRemoveHandlerAsDecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandlerAsDecorator__test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandlerAsDecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandlerAsDecorator__test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandlerAsDecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandlerAsDecorator__test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandlerAsDecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandler__test.test_unittest.test_break.TestBreak.testRemoveHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandler__test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandler__test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveHandler__test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveNamedItemNS__test.test_minidom.MinidomTest.testRemoveNamedItemNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveNamedItem__test.test_minidom.MinidomTest.testRemoveNamedItem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveResult__test.test_unittest.test_break.TestBreak.testRemoveResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveResult__test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveResult__test.test_unittest.test_break.TestBreakSignalDefault.testRemoveResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRemoveResult__test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRenameAttribute__test.test_minidom.MinidomTest.testRenameAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRenameElement__test.test_minidom.MinidomTest.testRenameElement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRenameOther__test.test_minidom.MinidomTest.testRenameOther_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReplaceChildFragment__test.test_minidom.MinidomTest.testReplaceChildFragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReplaceWholeText__test.test_minidom.MinidomTest.testReplaceWholeText_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReprNoCloseFD__test.test_fileio.CAutoFileTests.testReprNoCloseFD_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReprNoCloseFD__test.test_fileio.PyAutoFileTests.testReprNoCloseFD_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRepr__test.test_fileio.CAutoFileTests.testRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRepr__test.test_fileio.PyAutoFileTests.testRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRepr__test.test_ipaddress.IpaddrUnitTest.testRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReqURIs__test.test_wsgiref.UtilityTests.testReqURIs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRequireList__test.test_wsgiref.HeaderTests.testRequireList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReservedIpv4__test.test_ipaddress.IpaddrUnitTest.testReservedIpv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReservedIpv6__test.test_ipaddress.IpaddrUnitTest.testReservedIpv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testReversePointer__test.test_ipaddress.IpaddrUnitTest.testReversePointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRound__test.test_fractions.FractionTest.testRound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunTestsOldRunnerClass__test.test_unittest.test_program.TestCommandLineArgs.testRunTestsOldRunnerClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunTestsRunnerClass__test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunTestsRunnerInstance__test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerInstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunnerRegistersResult__test.test_unittest.test_runner.Test_TextTestRunner.testRunnerRegistersResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunner__test.test_unittest.test_break.TestBreak.testRunner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunner__test.test_unittest.test_break.TestBreakDefaultIntHandler.testRunner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunner__test.test_unittest.test_break.TestBreakSignalDefault.testRunner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testRunner__test.test_unittest.test_break.TestBreakSignalIgnored.testRunner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSFBug532646__test.test_class.ClassTests.testSFBug532646_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSchemaType__test.test_minidom.MinidomTest.testSchemaType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testScheme__test.test_wsgiref.HandlerTests.testScheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testScopeOfGlobalStmt__test.test_scope.ScopeTests.testScopeOfGlobalStmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc0__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc0__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc0__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc0__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc1__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc1__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc2Int__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc2Int__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc2Int__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTrunc2Int__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncInData__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncInData__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncInData__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncInData__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncLen0Minus1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncLen0Minus1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncLen0Minus1__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondCmsgTruncLen0Minus1__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondHELO__test.test_smtplib.DebuggingServerTests.testSecondHELO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondInterrupt__test.test_unittest.test_break.TestBreak.testSecondInterrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondInterrupt__test.test_unittest.test_break.TestBreakDefaultIntHandler.testSecondInterrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondInterrupt__test.test_unittest.test_break.TestBreakSignalDefault.testSecondInterrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSecondInterrupt__test.test_unittest.test_break.TestBreakSignalIgnored.testSecondInterrupt__'test_requires_SIGINT_to_not_be_ignored'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSeekBackwardsAcrossStreams__test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekBackwardsBytesIO__test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekBackwardsFromEndAcrossStreams__test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekBackwardsFromEnd__test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekBackwards__test.test_bz2.BZ2FileTest.testSeekBackwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekForwardAcrossStreams__test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekForwardBytesIO__test.test_bz2.BZ2FileTest.testSeekForwardBytesIO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekForward__test.test_bz2.BZ2FileTest.testSeekForward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekPostEndMultiStream__test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekPostEndTwiceMultiStream__test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekPostEndTwice__test.test_bz2.BZ2FileTest.testSeekPostEndTwice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekPostEnd__test.test_bz2.BZ2FileTest.testSeekPostEnd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekPreStartMultiStream__test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekPreStart__test.test_bz2.BZ2FileTest.testSeekPreStart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekTell__test.test_fileio.CAutoFileTests.testSeekTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekTell__test.test_fileio.PyAutoFileTests.testSeekTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeek__test.test_memoryio.CBytesIOTest.testSeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeek__test.test_memoryio.CStringIOTest.testSeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeek__test.test_memoryio.PyBytesIOTest.testSeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeek__test.test_memoryio.PyStringIOTest.testSeek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSeekable__test.test_bz2.BZ2FileTest.testSeekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSelect__test.test_socket.RDSTest.testSelect__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSelectedTestNamesFunctionalTest__test.test_unittest.test_program.TestCommandLineArgs.testSelectedTestNamesFunctionalTest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendAfterClose__test.test_socket.GeneralModuleTests.testSendAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendAll__test.test_socket.BasicTCPTest.testSendAll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendAll__test.test_socket.BasicTCPTest2.testSendAll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendAndRecvFds__test.test_socket.SendRecvFdsTests.testSendAndRecvFds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendAndRecvMsg__test.test_socket.RDSTest.testSendAndRecvMsg__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendAndRecvMulti__test.test_socket.RDSTest.testSendAndRecvMulti__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendAndRecv__test.test_socket.RDSTest.testSendAndRecv__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendBinary__test.test_smtplib.DebuggingServerTests.testSendBinary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendFrame__test.test_socket.CANTest.testSendFrame__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendMaxFrame__test.test_socket.CANTest.testSendMaxFrame__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendMessageMultipleResentRaises__test.test_smtplib.DebuggingServerTests.testSendMessageMultipleResentRaises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessageResent__test.test_smtplib.DebuggingServerTests.testSendMessageResent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessageWithAddresses__test.test_smtplib.DebuggingServerTests.testSendMessageWithAddresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessageWithMailOptions__test.test_smtplib.DefaultArgumentsTests.testSendMessageWithMailOptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessageWithMultipleFrom__test.test_smtplib.DebuggingServerTests.testSendMessageWithMultipleFrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessageWithSomeAddresses__test.test_smtplib.DebuggingServerTests.testSendMessageWithSomeAddresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessageWithSpecifiedAddresses__test.test_smtplib.DebuggingServerTests.testSendMessageWithSpecifiedAddresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessage__test.test_smtplib.DebuggingServerTests.testSendMessage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMessage__test.test_smtplib.DefaultArgumentsTests.testSendMessage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendMultiFrames__test.test_socket.CANTest.testSendMultiFrames__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendNeedingDotQuote__test.test_smtplib.DebuggingServerTests.testSendNeedingDotQuote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendNullSender__test.test_smtplib.DebuggingServerTests.testSendNullSender_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSend__test.test_smtplib.DebuggingServerTests.testSend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSend__test.test_socket.BasicSocketPairTest.testSend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgTCPTest.testSendmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgUDPTest.testSendmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAfterClose__test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgAncillaryGenerator__test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgTCPTest.testSendmsgArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgUDP6Test.testSendmsgArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgUDPLITETest.testSendmsgArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgUDPTest.testSendmsgArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgArray__test.test_socket.SendmsgUnixStreamTest.testSendmsgArray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgTCPTest.testSendmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgUDPTest.testSendmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadArgs__test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadCmsg__test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgBadMultiCmsg__test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDataGenerator__test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDontWait__test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgDontWait__test.test_socket.SendmsgTCPTest.testSendmsgDontWait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgDontWait__test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExcessCmsgReject__test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExplicitNoneAddr__test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgExplicitNoneAddr__test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgExplicitNoneAddr__test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgTCPTest.testSendmsgGather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgUDP6Test.testSendmsgGather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgUDPLITETest.testSendmsgGather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgUDPTest.testSendmsgGather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgGather__test.test_socket.SendmsgUnixStreamTest.testSendmsgGather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgNoDestAddr__test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgNoDestAddr__test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgNoDestAddr__test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgNoDestAddr__test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgTimeout__test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsgTimeout__test.test_socket.SendmsgTCPTest.testSendmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsgTimeout__test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgSCTPStreamTest.testSendmsg__\"can't_create_socket_AF_INET,_SOCK_STREAM,_IPPROTO_SCTP_:_[Errno_93]_Protocol_not_supported\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgTCPTest.testSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgUDP6Test.testSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgUDPLITE6Test.testSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgUDPLITETest.testSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgUDPTest.testSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendmsg__test.test_socket.SendmsgUnixStreamTest.testSendmsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendtoAndRecv__test.test_socket.BasicUDPLITETest.testSendtoAndRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendtoAndRecv__test.test_socket.BasicUDPTest.testSendtoAndRecv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSendtoErrors__test.test_socket.GeneralModuleTests.testSendtoErrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSentinelName__test.test_unittest.testmock.testsentinel.SentinelTest.testSentinelName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSentinels__test.test_unittest.testmock.testsentinel.SentinelTest.testSentinels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSequences__test.test_augassign.AugAssignTest.testSequences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSerializeCommentNodeWithDoubleHyphen__test.test_minidom.MinidomTest.testSerializeCommentNodeWithDoubleHyphen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetAttrValueandNodeValue__test.test_minidom.MinidomTest.testSetAttrValueandNodeValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetBlocking__test.test_socket.NonBlockingTCPTests.testSetBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetBlocking_overflow__test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetBufferSize__test.test_file.COtherFileTests.testSetBufferSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetBufferSize__test.test_file.PyOtherFileTests.testSetBufferSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetIdAttributeNS__test.test_minidom.MinidomTest.testSetIdAttributeNS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetIdAttributeNode__test.test_minidom.MinidomTest.testSetIdAttributeNode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetIdAttribute__test.test_minidom.MinidomTest.testSetIdAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetSockOpt__test.test_socket.GeneralModuleTests.testSetSockOpt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetTrafficClassAndHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetTrafficClassAndHopLimit__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetTrafficClassAndHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetTrafficClassAndHopLimit__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSet__test.test_marshal.InstancingTestCase.testSet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetattrNonStringName__test.test_class.ClassTests.testSetattrNonStringName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSetattrWrapperNameIntern__test.test_class.ClassTests.testSetattrWrapperNameIntern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSettingException__test.test_exceptions.ExceptionTests.testSettingException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testShareLength__test.test_socket.TestSocketSharing.testShareLength__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testShareLocal__test.test_socket.TestSocketSharing.testShareLocal__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testShare__test.test_socket.TestSocketSharing.testShare__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testShortDescriptionWithoutDocstring__test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithoutDocstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testShutdown__test.test_socket.BasicTCPTest.testShutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testShutdown__test.test_socket.BasicTCPTest2.testShutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testShutdown_overflow__test.test_socket.BasicTCPTest.testShutdown_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testShutdown_overflow__test.test_socket.BasicTCPTest2.testShutdown_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSiblings__test.test_minidom.MinidomTest.testSiblings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSimpleAndRebinding__test.test_scope.ScopeTests.testSimpleAndRebinding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSimpleNesting__test.test_scope.ScopeTests.testSimpleNesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSimpleShifts__test.test_wsgiref.UtilityTests.testSimpleShifts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSin__test.test_math.MathTests.testSin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleArgBoundToMultipleElementTupleError__test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleArgBoundToNonTuple__test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToNonTuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleArgBoundToSingleElementParenthesizedList__test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToSingleElementParenthesizedList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleArgInlineGeneratorSyntax__test.test_with.NestedNonexceptionalTestCase.testSingleArgInlineGeneratorSyntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleArgUnbound__test.test_with.NestedNonexceptionalTestCase.testSingleArgUnbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc0__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc0__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc0__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc0__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc1__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc1__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc2Int__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc2Int__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc2Int__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTrunc2Int__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncInData__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncInData__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncInData__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncInData__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncLen0Minus1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncLen0Minus1__test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncLen0Minus1__test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleCmsgTruncLen0Minus1__test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleComplexTarget__test.test_with.AssignmentTargetTestCase.testSingleComplexTarget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSingleResource__test.test_with.ExceptionalTestCase.testSingleResource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSinh__test.test_math.MathTests.testSinh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSkippingEverywhere__test.test_unittest.test_case.Test_TestCase.testSkippingEverywhere_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSlash0Constructor__test.test_ipaddress.IpaddrUnitTest.testSlash0Constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSlash128Constructor__test.test_ipaddress.IpaddrUnitTest.testSlash128Constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSlash32Constructor__test.test_ipaddress.IpaddrUnitTest.testSlash32Constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallReadNonBlocking__test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.FileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSmallRead__test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSockAttributeExists__test.test_smtplib.NonConnectingTests.testSockAttributeExists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSockName__test.test_socket.GeneralModuleTests.testSockName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSocketBufferSize__test.test_socket.BasicRDSTest.testSocketBufferSize__'RDS_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testSocketBufferSize__test.test_socket.BasicVSOCKTest.testSocketBufferSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSocketError__test.test_socket.GeneralModuleTests.testSocketError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSourceAddress__test.test_smtplib.DebuggingServerTests.testSourceAddress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSourceAddress__test.test_smtplib.LMTPGeneralTests.testSourceAddress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSourceAddress__test.test_smtplib.SMTPGeneralTests.testSourceAddress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSourceAddress__test.test_socket.NetworkConnectionAttributesTest.testSourceAddress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSpecifiedStreamUsed__test.test_unittest.test_runner.Test_TextTestRunner.testSpecifiedStreamUsed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSplitNone__test.test_shlex.ShlexTest.testSplitNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSqrt__test.test_math.MathTests.testSqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStackFrameTrimming__test.test_unittest.test_result.Test_TestResult.testStackFrameTrimming_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStandalone__test.test_minidom.MinidomTest.testStandalone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStdErrLookedUpAtInstantiationTime__test.test_unittest.test_runner.Test_TextTestRunner.testStdErrLookedUpAtInstantiationTime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStdin__test.test_file.COtherFileTests.testStdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStdin__test.test_file.PyOtherFileTests.testStdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStrAddr__test.test_socket.TestUnixDomain.testStrAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStrName__test.test_socket.TestLinuxAbstractNamespace.testStrName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStr__test.test_marshal.InstancingTestCase.testStr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStream__test.test_socket.TIPCThreadableTest.testStream__\"TIPC_module_is_not_loaded,_please_'sudo_modprobe_tipc'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testStream__test.test_socket.ThreadedVSOCKSocketStreamTest.testStream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStrictNetworks__test.test_ipaddress.IpaddrUnitTest.testStrictNetworks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStringToIPv4__test.test_socket.GeneralModuleTests.testStringToIPv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStringToIPv6__test.test_socket.GeneralModuleTests.testStringToIPv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testStringification__test.test_fractions.FractionTest.testStringification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubNamespacePackage__test.test_zipimport.CompressedZipImportTestCase.testSubNamespacePackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubNamespacePackage__test.test_zipimport.UncompressedZipImportTestCase.testSubNamespacePackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubPackage__test.test_zipimport.CompressedZipImportTestCase.testSubPackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubPackage__test.test_zipimport.UncompressedZipImportTestCase.testSubPackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubclassBehavior__test.test_typechecks.TypeChecksTest.testSubclassBehavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubnet2__test.test_ipaddress.IpaddrUnitTest.testSubnet2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubnetFailsForLargeCidrDiff__test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForLargeCidrDiff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSubnetFailsForNegativeCidrDiff__test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForNegativeCidrDiff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSumProd__test.test_math.MathTests.testSumProd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSummarizing__test.test_ipaddress.IpaddrUnitTest.testSummarizing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSupernetFailsForLargeCidrDiff__test.test_ipaddress.IpaddrUnitTest.testSupernetFailsForLargeCidrDiff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSupportsInt__test.test_fractions.FractionTest.testSupportsInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSurrogateescapeBind__test.test_socket.TestUnixDomain.testSurrogateescapeBind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSyntaxErrorForFunctionCall__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionCall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSyntaxErrorForFunctionDefinition__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionDefinition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSyntaxErrorMessage__test.test_exceptions.ExceptionTests.testSyntaxErrorMessage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSyntaxErrorMissingParens__test.test_exceptions.ExceptionTests.testSyntaxErrorMissingParens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSyntaxErrorOffset__test.test_exceptions.ExceptionTests.testSyntaxErrorOffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSyntaxForManyArguments__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxForManyArguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testSystemExit__test.test_unittest.test_case.Test_TestCase.testSystemExit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTCPTimeout__test.test_socket.TCPTimeoutTest.testTCPTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTan__test.test_math.MathTests.testTan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTanhSign__test.test_cmath.CMathTests.testTanhSign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTanhSign__test.test_math.MathTests.testTanhSign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTanh__test.test_math.MathTests.testTanh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTell__test.test_memoryio.CBytesIOTest.testTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTell__test.test_memoryio.CStringIOTest.testTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTell__test.test_memoryio.PyBytesIOTest.testTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTell__test.test_memoryio.PyStringIOTest.testTell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTeredo__test.test_ipaddress.IpaddrUnitTest.testTeredo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTestCaseDebugExecutesCleanups__test.test_unittest.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTextRepr__test.test_minidom.MinidomTest.testTextRepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testThreading__test.test_bz2.BZ2FileTest.testThreading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutAttribute__test.test_httplib.TimeoutTest.testTimeoutAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutConnect__test.test_ftplib.TestTimeouts.testTimeoutConnect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDefault__test.test_ftplib.TestTimeouts.testTimeoutDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDefault__test.test_poplib.TestTimeouts.testTimeoutDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDefault__test.test_smtplib.LMTPGeneralTests.testTimeoutDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDefault__test.test_smtplib.SMTPGeneralTests.testTimeoutDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDefault__test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDifferentOrder__test.test_ftplib.TestTimeouts.testTimeoutDifferentOrder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutDirectAccess__test.test_ftplib.TestTimeouts.testTimeoutDirectAccess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutNone__test.test_ftplib.TestTimeouts.testTimeoutNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutNone__test.test_poplib.TestTimeouts.testTimeoutNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutNone__test.test_smtplib.LMTPGeneralTests.testTimeoutNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutNone__test.test_smtplib.SMTPGeneralTests.testTimeoutNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutNone__test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutValueNamed__test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutValueNonamed__test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutValue__test.test_ftplib.TestTimeouts.testTimeoutValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutValue__test.test_poplib.TestTimeouts.testTimeoutValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutValue__test.test_smtplib.LMTPGeneralTests.testTimeoutValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutValue__test.test_smtplib.SMTPGeneralTests.testTimeoutValue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutZero__test.test_smtplib.LMTPGeneralTests.testTimeoutZero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutZero__test.test_smtplib.SMTPGeneralTests.testTimeoutZero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutZero__test.test_socket.TCPTimeoutTest.testTimeoutZero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutZero__test.test_socket.UDPLITETimeoutTest.testTimeoutZero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTimeoutZero__test.test_socket.UDPTimeoutTest.testTimeoutZero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTooLongInterfaceName__test.test_socket.BasicCANTest.testTooLongInterfaceName__'SocketCan_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testTooLongInterfaceName__test.test_socket.ISOTPTest.testTooLongInterfaceName__'CAN_ISOTP_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testTooManyDocumentElements__test.test_minidom.MinidomTest.testTooManyDocumentElements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTooManyPositionalErrorMessage__test.test_keywordonlyarg.KeywordOnlyArgTestCase.testTooManyPositionalErrorMessage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTopIsNotSignificant__test.test_scope.ScopeTests.testTopIsNotSignificant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTraceback__test.test_zipimport.CompressedZipImportTestCase.testTraceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTraceback__test.test_zipimport.UncompressedZipImportTestCase.testTraceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncateMessage__test.test_unittest.test_case.Test_TestCase.testTruncateMessage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncateOnWindows__test.test_file.COtherFileTests.testTruncateOnWindows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncateOnWindows__test.test_file.PyOtherFileTests.testTruncateOnWindows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncateOnWindows__test.test_fileio.COtherFileTests.testTruncateOnWindows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncateOnWindows__test.test_fileio.PyOtherFileTests.testTruncateOnWindows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncate__test.test_fileio.COtherFileTests.testTruncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTruncate__test.test_fileio.PyOtherFileTests.testTruncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTuple__test.test_marshal.InstancingTestCase.testTuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTwoResults__test.test_unittest.test_break.TestBreak.testTwoResults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTwoResults__test.test_unittest.test_break.TestBreakDefaultIntHandler.testTwoResults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTwoResults__test.test_unittest.test_break.TestBreakSignalDefault.testTwoResults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTwoResults__test.test_unittest.test_break.TestBreakSignalIgnored.testTwoResults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTypeAttributeAccessErrorMessages__test.test_class.ClassTests.testTypeAttributeAccessErrorMessages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testTypes__test.test_socket.TestSocketSharing.testTypes__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testUDPLITETimeout__test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUDPTimeout__test.test_socket.UDPTimeoutTest.testUDPTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnaryOps__test.test_class.ClassTests.testUnaryOps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnboundGenerator__test.test_with.NonexceptionalTestCase.testUnboundGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnboundLocal_AfterDel__test.test_scope.ScopeTests.testUnboundLocal_AfterDel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnboundLocal_AugAssign__test.test_scope.ScopeTests.testUnboundLocal_AugAssign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnboundLocal__test.test_scope.ScopeTests.testUnboundLocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbound__test.test_socket.BasicQIPCRTRTest.testUnbound__'QIPCRTR_sockets_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testUnbound__test.test_socket.TestUnixDomain.testUnbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.FileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedRead__test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnbufferedReadline__test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUncheckedHashBasedPyc__test.test_zipimport.CompressedZipImportTestCase.testUncheckedHashBasedPyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUncheckedHashBasedPyc__test.test_zipimport.UncompressedZipImportTestCase.testUncheckedHashBasedPyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnclosedFDOnException__test.test_fileio.COtherFileTests.testUnclosedFDOnException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnclosedFDOnException__test.test_fileio.PyOtherFileTests.testUnclosedFDOnException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnencodableAddr__test.test_socket.TestUnixDomain.testUnencodableAddr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnencodable__test.test_zipimport.CompressedZipImportTestCase.testUnencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnencodable__test.test_zipimport.UncompressedZipImportTestCase.testUnencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnicodeOpen__test.test_fileio.COtherFileTests.testUnicodeOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnicodeOpen__test.test_fileio.PyOtherFileTests.testUnicodeOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnixDomainSocketTimeoutDefault__test.test_smtplib.LMTPGeneralTests.testUnixDomainSocketTimeoutDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnlink__test.test_minidom.MinidomTest.testUnlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUnoptimizedNamespaces__test.test_scope.ScopeTests.testUnoptimizedNamespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUserData__test.test_minidom.MinidomTest.testUserData_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUtf8BytesOpen__test.test_fileio.COtherFileTests.testUtf8BytesOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testUtf8BytesOpen__test.test_fileio.PyOtherFileTests.testUtf8BytesOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testV4HashIsNotConstant__test.test_ipaddress.IpaddrUnitTest.testV4HashIsNotConstant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testV6HashIsNotConstant__test.test_ipaddress.IpaddrUnitTest.testV6HashIsNotConstant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testVRFY__test.test_smtplib.DebuggingServerTests.testVRFY_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testVRFY__test.test_smtplib.SMTPSimTests.testVRFY_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testVSOCKConstants__test.test_socket.BasicVSOCKTest.testVSOCKConstants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testVerbosity__test.test_unittest.test_program.TestCommandLineArgs.testVerbosity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWarnings__test.test_fileio.COtherFileTests.testWarnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWarnings__test.test_fileio.PyOtherFileTests.testWarnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakReferences__test.test_unittest.test_break.TestBreak.testWeakReferences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakReferences__test.test_unittest.test_break.TestBreakDefaultIntHandler.testWeakReferences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakReferences__test.test_unittest.test_break.TestBreakSignalDefault.testWeakReferences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakReferences__test.test_unittest.test_break.TestBreakSignalIgnored.testWeakReferences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakRefs__test.test_file.CAutoFileTests.testWeakRefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakRefs__test.test_file.PyAutoFileTests.testWeakRefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakRefs__test.test_fileio.CAutoFileTests.testWeakRefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWeakRefs__test.test_fileio.PyAutoFileTests.testWeakRefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWholeText__test.test_minidom.MinidomTest.testWholeText_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWindowsSpecificConstants__test.test_socket.GeneralModuleTests.testWindowsSpecificConstants__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testWithBoundedSemaphore__test.test_contextlib.LockContextTestCase.testWithBoundedSemaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithBreak__test.test_with.NonLocalFlowControlTestCase.testWithBreak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithCondition__test.test_contextlib.LockContextTestCase.testWithCondition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithContinue__test.test_with.NonLocalFlowControlTestCase.testWithContinue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithExtendedTargets__test.test_with.AssignmentTargetTestCase.testWithExtendedTargets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithLock__test.test_contextlib.LockContextTestCase.testWithLock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithOpen__test.test_contextlib.FileContextTestCase.testWithOpen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithRLock__test.test_contextlib.LockContextTestCase.testWithRLock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithRaise__test.test_with.NonLocalFlowControlTestCase.testWithRaise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithReturn__test.test_with.NonLocalFlowControlTestCase.testWithReturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithSemaphore__test.test_contextlib.LockContextTestCase.testWithSemaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithStar__test.test_ipaddress.IpaddrUnitTest.testWithStar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithTimeoutTriggeredSend__test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithTimeoutTriggeredSend__test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithTimeout__test.test_socket.SendfileUsingSendTest.testWithTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithTimeout__test.test_socket.SendfileUsingSendfileTest.testWithTimeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithTraceback__test.test_exceptions.ExceptionTests.testWithTraceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWithYield__test.test_with.NonLocalFlowControlTestCase.testWithYield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritable__test.test_bz2.BZ2FileTest.testWritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteBytesIO__test.test_bz2.BZ2FileTest.testWriteBytesIO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteChunks10__test.test_bz2.BZ2FileTest.testWriteChunks10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteLines__test.test_bz2.BZ2FileTest.testWriteLines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteMethodsOnReadOnlyFile__test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteNonBlocking__test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteNonDefaultCompressLevel__test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteText__test.test_minidom.MinidomTest.testWriteText_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWriteXML__test.test_minidom.MinidomTest.testWriteXML_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWrite__test.test_bz2.BZ2FileTest.testWrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesError__test.test_fileio.CAutoFileTests.testWritelinesError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesError__test.test_fileio.PyAutoFileTests.testWritelinesError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesIntegersUserList__test.test_file.CAutoFileTests.testWritelinesIntegersUserList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesIntegersUserList__test.test_file.PyAutoFileTests.testWritelinesIntegersUserList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesIntegers__test.test_file.CAutoFileTests.testWritelinesIntegers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesIntegers__test.test_file.PyAutoFileTests.testWritelinesIntegers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesList__test.test_fileio.CAutoFileTests.testWritelinesList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesList__test.test_fileio.PyAutoFileTests.testWritelinesList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesNonString__test.test_file.CAutoFileTests.testWritelinesNonString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesNonString__test.test_file.PyAutoFileTests.testWritelinesNonString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesUserList__test.test_file.CAutoFileTests.testWritelinesUserList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesUserList__test.test_file.PyAutoFileTests.testWritelinesUserList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesUserList__test.test_fileio.CAutoFileTests.testWritelinesUserList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testWritelinesUserList__test.test_fileio.PyAutoFileTests.testWritelinesUserList_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZeroNetmask__test.test_ipaddress.IpaddrUnitTest.testZeroNetmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZeroes__test.test_statistics.TestSign.testZeroes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZip64CruftAndComment__test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZip64CruftAndComment__test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZip64LargeFile__test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile__'test_generates_files_>4294967295_bytes_and_takes_a_long_time_to_run'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testZip64LargeFile__test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile__'test_generates_files_>4294967295_bytes_and_takes_a_long_time_to_run'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.testZip64__test.test_zipimport.CompressedZipImportTestCase.testZip64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZip64__test.test_zipimport.UncompressedZipImportTestCase.testZip64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZipImporterMethodsInSubDirectory__test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZipImporterMethodsInSubDirectory__test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZipImporterMethods__test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testZipImporterMethods__test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_01_basic__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_01_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_01_basic__test.test_sys_settrace.TestLinesAfterTraceStarted.test_01_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_01_basic__test.test_sys_settrace.TestSetLocalTrace.test_01_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_01_basic__test.test_sys_settrace.TraceOpcodesTestCase.test_01_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_01_basic__test.test_sys_settrace.TraceTestCase.test_01_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo0__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo0__test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo0__test.test_sys_settrace.TestSetLocalTrace.test_02_arigo0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo0__test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo0__test.test_sys_settrace.TraceTestCase.test_02_arigo0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo1__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo1__test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo1__test.test_sys_settrace.TestSetLocalTrace.test_02_arigo1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo1__test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo1__test.test_sys_settrace.TraceTestCase.test_02_arigo1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo2__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo2__test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo2__test.test_sys_settrace.TestSetLocalTrace.test_02_arigo2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo2__test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_02_arigo2__test.test_sys_settrace.TraceTestCase.test_02_arigo2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_03_one_instr__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_03_one_instr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_03_one_instr__test.test_sys_settrace.TestLinesAfterTraceStarted.test_03_one_instr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_03_one_instr__test.test_sys_settrace.TestSetLocalTrace.test_03_one_instr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_03_one_instr__test.test_sys_settrace.TraceOpcodesTestCase.test_03_one_instr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_03_one_instr__test.test_sys_settrace.TraceTestCase.test_03_one_instr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_04_no_pop_blocks__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_04_no_pop_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_04_no_pop_blocks__test.test_sys_settrace.TestLinesAfterTraceStarted.test_04_no_pop_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_04_no_pop_blocks__test.test_sys_settrace.TestSetLocalTrace.test_04_no_pop_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_04_no_pop_blocks__test.test_sys_settrace.TraceOpcodesTestCase.test_04_no_pop_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_04_no_pop_blocks__test.test_sys_settrace.TraceTestCase.test_04_no_pop_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_05_no_pop_tops__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_05_no_pop_tops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_05_no_pop_tops__test.test_sys_settrace.TestLinesAfterTraceStarted.test_05_no_pop_tops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_05_no_pop_tops__test.test_sys_settrace.TestSetLocalTrace.test_05_no_pop_tops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_05_no_pop_tops__test.test_sys_settrace.TraceOpcodesTestCase.test_05_no_pop_tops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_05_no_pop_tops__test.test_sys_settrace.TraceTestCase.test_05_no_pop_tops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_06_call__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_06_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_06_call__test.test_sys_settrace.TestLinesAfterTraceStarted.test_06_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_06_call__test.test_sys_settrace.TestSetLocalTrace.test_06_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_06_call__test.test_sys_settrace.TraceOpcodesTestCase.test_06_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_06_call__test.test_sys_settrace.TraceTestCase.test_06_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_07_raise__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_07_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_07_raise__test.test_sys_settrace.TestLinesAfterTraceStarted.test_07_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_07_raise__test.test_sys_settrace.TestSetLocalTrace.test_07_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_07_raise__test.test_sys_settrace.TraceOpcodesTestCase.test_07_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_07_raise__test.test_sys_settrace.TraceTestCase.test_07_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_08_settrace_and_return__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_08_settrace_and_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_08_settrace_and_return__test.test_sys_settrace.TestLinesAfterTraceStarted.test_08_settrace_and_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_08_settrace_and_return__test.test_sys_settrace.TestSetLocalTrace.test_08_settrace_and_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_08_settrace_and_return__test.test_sys_settrace.TraceOpcodesTestCase.test_08_settrace_and_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_08_settrace_and_return__test.test_sys_settrace.TraceTestCase.test_08_settrace_and_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_09_settrace_and_raise__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_09_settrace_and_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_09_settrace_and_raise__test.test_sys_settrace.TestLinesAfterTraceStarted.test_09_settrace_and_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_09_settrace_and_raise__test.test_sys_settrace.TestSetLocalTrace.test_09_settrace_and_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_09_settrace_and_raise__test.test_sys_settrace.TraceOpcodesTestCase.test_09_settrace_and_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_09_settrace_and_raise__test.test_sys_settrace.TraceTestCase.test_09_settrace_and_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_0_field_compare__test.test_dataclasses.TestCase.test_0_field_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_0_field_hash__test.test_dataclasses.TestHash.test_0_field_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1000_bytes__test.test_pyexpat.ChardataBufferTest.test_1000_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_100_char_name__test.test_tarfile.Bz2WriteTest.test_100_char_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_100_char_name__test.test_tarfile.GzipWriteTest.test_100_char_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_100_char_name__test.test_tarfile.LzmaWriteTest.test_100_char_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_100_char_name__test.test_tarfile.WriteTest.test_100_char_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_100_close__test.test_httplib.PersistenceTest.test_100_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1025_bytes__test.test_pyexpat.ChardataBufferTest.test_1025_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_105162__test.test_monitoring.TestRegressions.test_105162_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_108390__test.test_monitoring.TestRegressions.test_108390_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_10_ireturn__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_10_ireturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_10_ireturn__test.test_sys_settrace.TestLinesAfterTraceStarted.test_10_ireturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_10_ireturn__test.test_sys_settrace.TestSetLocalTrace.test_10_ireturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_10_ireturn__test.test_sys_settrace.TraceOpcodesTestCase.test_10_ireturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_10_ireturn__test.test_sys_settrace.TraceTestCase.test_10_ireturn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_111615__test.test_logging.ConfigDictTest.test_111615_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_119462__test.test_type_cache.TypeCacheTests.test_119462_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_11_tightloop__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_11_tightloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_11_tightloop__test.test_sys_settrace.TestLinesAfterTraceStarted.test_11_tightloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_11_tightloop__test.test_sys_settrace.TestSetLocalTrace.test_11_tightloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_11_tightloop__test.test_sys_settrace.TraceOpcodesTestCase.test_11_tightloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_11_tightloop__test.test_sys_settrace.TraceTestCase.test_11_tightloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_12084__test.test_os.Win32SymlinkTests.test_12084__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_12_tighterloop__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_12_tighterloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_12_tighterloop__test.test_sys_settrace.TestLinesAfterTraceStarted.test_12_tighterloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_12_tighterloop__test.test_sys_settrace.TestSetLocalTrace.test_12_tighterloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_12_tighterloop__test.test_sys_settrace.TraceOpcodesTestCase.test_12_tighterloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_12_tighterloop__test.test_sys_settrace.TraceTestCase.test_12_tighterloop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_13_genexp__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_13_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_13_genexp__test.test_sys_settrace.TestLinesAfterTraceStarted.test_13_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_13_genexp__test.test_sys_settrace.TestSetLocalTrace.test_13_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_13_genexp__test.test_sys_settrace.TraceOpcodesTestCase.test_13_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_13_genexp__test.test_sys_settrace.TraceTestCase.test_13_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1__test.test_sax.BytesXmlgenTest.test_1463026_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1__test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1__test.test_sax.StreamWriterXmlgenTest.test_1463026_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1__test.test_sax.StringXmlgenTest.test_1463026_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1__test.test_sax.WriterXmlgenTest.test_1463026_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1_empty__test.test_sax.BytesXmlgenTest.test_1463026_1_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1_empty__test.test_sax.StreamWriterXmlgenTest.test_1463026_1_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1_empty__test.test_sax.StringXmlgenTest.test_1463026_1_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_1_empty__test.test_sax.WriterXmlgenTest.test_1463026_1_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2__test.test_sax.BytesXmlgenTest.test_1463026_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2__test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2__test.test_sax.StreamWriterXmlgenTest.test_1463026_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2__test.test_sax.StringXmlgenTest.test_1463026_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2__test.test_sax.WriterXmlgenTest.test_1463026_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2_empty__test.test_sax.BytesXmlgenTest.test_1463026_2_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2_empty__test.test_sax.StreamWriterXmlgenTest.test_1463026_2_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2_empty__test.test_sax.StringXmlgenTest.test_1463026_2_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_2_empty__test.test_sax.WriterXmlgenTest.test_1463026_2_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3__test.test_sax.BytesXmlgenTest.test_1463026_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3__test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3__test.test_sax.StreamWriterXmlgenTest.test_1463026_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3__test.test_sax.StringXmlgenTest.test_1463026_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3__test.test_sax.WriterXmlgenTest.test_1463026_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3_empty__test.test_sax.BytesXmlgenTest.test_1463026_3_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3_empty__test.test_sax.StreamWriterXmlgenTest.test_1463026_3_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3_empty__test.test_sax.StringXmlgenTest.test_1463026_3_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1463026_3_empty__test.test_sax.WriterXmlgenTest.test_1463026_3_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_14_onliner_if__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_14_onliner_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_14_onliner_if__test.test_sys_settrace.TestLinesAfterTraceStarted.test_14_onliner_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_14_onliner_if__test.test_sys_settrace.TestSetLocalTrace.test_14_onliner_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_14_onliner_if__test.test_sys_settrace.TraceOpcodesTestCase.test_14_onliner_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_14_onliner_if__test.test_sys_settrace.TraceTestCase.test_14_onliner_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_15261__test.test_os.StatAttributeTests.test_15261__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_1530559__test.test_struct.StructTest.test_1530559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_15_loops__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_15_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_15_loops__test.test_sys_settrace.TestLinesAfterTraceStarted.test_15_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_15_loops__test.test_sys_settrace.TestSetLocalTrace.test_15_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_15_loops__test.test_sys_settrace.TraceOpcodesTestCase.test_15_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_15_loops__test.test_sys_settrace.TraceTestCase.test_15_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1647484__test.test_gzip.TestGzip.test_1647484_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1653736__test.datetimetester.TestTimeTZ_Fast.test_1653736_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1653736__test.datetimetester.TestTimeTZ_Pure.test_1653736_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1653736__test.datetimetester.TestTime_Fast.test_1653736_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1653736__test.datetimetester.TestTime_Pure.test_1653736_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1686475__test.test_os.StatAttributeTests.test_1686475__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_16__test.test_ctypes.test_sizes.SizesTestCase.test_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_16_blank_lines__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_16_blank_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_16_blank_lines__test.test_sys_settrace.TestLinesAfterTraceStarted.test_16_blank_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_16_blank_lines__test.test_sys_settrace.TestSetLocalTrace.test_16_blank_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_16_blank_lines__test.test_sys_settrace.TraceOpcodesTestCase.test_16_blank_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_16_blank_lines__test.test_sys_settrace.TraceTestCase.test_16_blank_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1703286_A__test.test_ctypes.test_loading.LoaderTest.test_1703286_A__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_1703286_B__test.test_ctypes.test_loading.LoaderTest.test_1703286_B__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_17_none_f_trace__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_17_none_f_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_17_none_f_trace__test.test_sys_settrace.TestLinesAfterTraceStarted.test_17_none_f_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_17_none_f_trace__test.test_sys_settrace.TestSetLocalTrace.test_17_none_f_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_17_none_f_trace__test.test_sys_settrace.TraceOpcodesTestCase.test_17_none_f_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_17_none_f_trace__test.test_sys_settrace.TraceTestCase.test_17_none_f_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_18_except_with_name__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_18_except_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_18_except_with_name__test.test_sys_settrace.TestLinesAfterTraceStarted.test_18_except_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_18_except_with_name__test.test_sys_settrace.TestSetLocalTrace.test_18_except_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_18_except_with_name__test.test_sys_settrace.TraceOpcodesTestCase.test_18_except_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_18_except_with_name__test.test_sys_settrace.TraceTestCase.test_18_except_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_19_except_with_finally__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_19_except_with_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_19_except_with_finally__test.test_sys_settrace.TestLinesAfterTraceStarted.test_19_except_with_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_19_except_with_finally__test.test_sys_settrace.TestSetLocalTrace.test_19_except_with_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_19_except_with_finally__test.test_sys_settrace.TraceOpcodesTestCase.test_19_except_with_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_19_except_with_finally__test.test_sys_settrace.TraceTestCase.test_19_except_with_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1_A__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_A_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1_B__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_B_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1__test.test_ctypes.test_refcounts.RefcountTestCase.test_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1__test.test_pkg.TestPkg.test_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1_field_compare__test.test_dataclasses.TestCase.test_1_field_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1_field_hash__test.test_dataclasses.TestHash.test_1_field_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_1_join_on_shutdown__test.test_threading.ThreadJoinOnShutdown.test_1_join_on_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_200__test.test_urllib2_localnet.TestUrlopen.test_200_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_200_with_parameters__test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_20731__test.test_source_encoding.MiscSourceEncodingTest.test_20731_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_20_async_for_loop__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_20_async_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_20_async_for_loop__test.test_sys_settrace.TestLinesAfterTraceStarted.test_20_async_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_20_async_for_loop__test.test_sys_settrace.TestSetLocalTrace.test_20_async_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_20_async_for_loop__test.test_sys_settrace.TraceOpcodesTestCase.test_20_async_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_20_async_for_loop__test.test_sys_settrace.TraceTestCase.test_20_async_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_21_repeated_pass__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_21_repeated_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_21_repeated_pass__test.test_sys_settrace.TestLinesAfterTraceStarted.test_21_repeated_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_21_repeated_pass__test.test_sys_settrace.TestSetLocalTrace.test_21_repeated_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_21_repeated_pass__test.test_sys_settrace.TraceOpcodesTestCase.test_21_repeated_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_21_repeated_pass__test.test_sys_settrace.TraceTestCase.test_21_repeated_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_29248__test.test_os.Win32SymlinkTests.test_29248__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_2__test.test_ctypes.test_array_in_pointer.Test.test_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_2__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_2__test.test_pkg.TestPkg.test_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_2_join_in_forked_process__test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3114__test.test_exceptions.ExceptionTests.test_3114_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3118__test.test_raise.TestContext.test_3118_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_32_63_bit_values__test.test_compile.TestSpecifics.test_32_63_bit_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_32__test.test_ctypes.test_sizes.SizesTestCase.test_32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3611__test.test_raise.TestContext.test_3611_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3720__test.test_iter.TestCase.test_3720_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_38368__test.test_ctypes.test_structures.StructureTestCase.test_38368_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_39495_treebuilder_start__test.test_xml_etree.BugsTest.test_39495_treebuilder_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_39495_treebuilder_start__test.test_xml_etree_c.BugsTest.test_39495_treebuilder_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3__test.test_pkg.TestPkg.test_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_3_join_in_forked_from_thread__test.test_threading.ThreadJoinOnShutdown.test_3_join_in_forked_from_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_404__test.test_urllib2_localnet.TestUrlopen.test_404_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_404__test.test_xmlrpc.SimpleServerTestCase.test_404_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_421_from_data_cmd__test.test_smtplib.SMTPSimTests.test_421_from_data_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_421_from_mail_cmd__test.test_smtplib.SMTPSimTests.test_421_from_mail_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_421_from_rcpt_cmd__test.test_smtplib.SMTPSimTests.test_421_from_rcpt_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_43581__test.test_sys.SysModuleTest.test_43581_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_468__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_468_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_468__test.test_ordered_dict.CPythonOrderedDictTests.test_468_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_468__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_468_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_468__test.test_ordered_dict.PurePythonOrderedDictTests.test_468_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_4__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_4__test.test_pkg.TestPkg.test_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_4_daemon_threads__test.test_threading.ThreadJoinOnShutdown.test_4_daemon_threads__'not_enough_memory:_2.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_4dyear__test.test_time.TestStrftime4dyear.test_4dyear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_1__test.test_sax.BytesXmlgenTest.test_5027_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_1__test.test_sax.StreamReaderWriterXmlgenTest.test_5027_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_1__test.test_sax.StreamWriterXmlgenTest.test_5027_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_1__test.test_sax.StringXmlgenTest.test_5027_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_1__test.test_sax.WriterXmlgenTest.test_5027_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_2__test.test_sax.BytesXmlgenTest.test_5027_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_2__test.test_sax.StreamReaderWriterXmlgenTest.test_5027_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_2__test.test_sax.StreamWriterXmlgenTest.test_5027_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_2__test.test_sax.StringXmlgenTest.test_5027_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5027_2__test.test_sax.WriterXmlgenTest.test_5027_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_53_bits_per_float__test.test_random.MersenneTwister_TestBasicOps.test_53_bits_per_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_53_bits_per_float__test.test_random.SystemRandom_TestBasicOps.test_53_bits_per_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_5__test.test_pkg.TestPkg.test_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_64__test.test_ctypes.test_sizes.SizesTestCase.test_64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_64bit_compress__test.test_zlib.CompressObjectTestCase.test_64bit_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_64bit_compress__test.test_zlib.CompressTestCase.test_64bit_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_6__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_6__test.test_pkg.TestPkg.test_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_705836__test.test_struct.StructTest.test_705836_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_7__test.test_pkg.TestPkg.test_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_7bit_input__test.test_email.test_email.TestMIMEText.test_7bit_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_7bit_input_no_charset__test.test_email.test_email.TestMIMEText.test_7bit_input_no_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8420_set_merge__test.test_set.TestWeirdBugs.test_8420_set_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8__test.test_ctypes.test_sizes.SizesTestCase.test_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8__test.test_pkg.TestPkg.test_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8bit_in_base64_body__test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_base64_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8bit_in_quopri_body__test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_quopri_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8bit_in_uuencode_body__test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_uuencode_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_8bit_multipart__test.test_email.test_email.Test8BitBytesHandling.test_8bit_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_90195__test.test_logging.ConfigDictTest.test_90195_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ABC_has___slots____test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ABC_helper__test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ASSERT_NOT_mark_bug__test.test_re.ReTests.test_ASSERT_NOT_mark_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AST_fields_NULL_check__test.test_ast.test_ast.AST_Tests.test_AST_fields_NULL_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AST_garbage_collection__test.test_ast.test_ast.AST_Tests.test_AST_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AST_objects__test.test_ast.test_ast.AST_Tests.test_AST_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AlmostEqual__test.test_unittest.test_assertions.Test_Assertions.test_AlmostEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AmostEqualWithDelta__test.test_unittest.test_assertions.Test_Assertions.test_AmostEqualWithDelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsMicroseconds__test.test_time.TestCPyTime.test_AsMicroseconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsMilliseconds__test.test_time.TestCPyTime.test_AsMilliseconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsSecondsDouble__test.test_time.TestCPyTime.test_AsSecondsDouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsTimespec__test.test_time.TestCPyTime.test_AsTimespec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsTimespec_clamp__test.test_time.TestCPyTime.test_AsTimespec_clamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsTimeval__test.test_time.TestCPyTime.test_AsTimeval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsTimeval_clamp__test.test_time.TestCPyTime.test_AsTimeval_clamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsyncGenerator__test.test_collections.TestOneTrickPonyABCs.test_AsyncGenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsyncIterable__test.test_collections.TestOneTrickPonyABCs.test_AsyncIterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AsyncIterator__test.test_collections.TestOneTrickPonyABCs.test_AsyncIterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_AttributeError__test.test__interpreters.RunFailedTests.test_AttributeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Awaitable__test.test_collections.TestOneTrickPonyABCs.test_Awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BEG_and_E_subclass_does_not_wrap_base_exceptions__test.test_exception_group.InstanceCreation.test_BEG_and_E_subclass_does_not_wrap_base_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception__test.test_exception_group.InstanceCreation.test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BEG_subclass_wraps_anything__test.test_exception_group.InstanceCreation.test_BEG_subclass_wraps_anything_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BEG_wraps_BaseException__creates_BEG__test.test_exception_group.InstanceCreation.test_BEG_wraps_BaseException__creates_BEG_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BEG_wraps_Exceptions__creates_EG__test.test_exception_group.InstanceCreation.test_BEG_wraps_Exceptions__creates_EG_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BSTR__test.test_ctypes.test_bytes.BytesTest.test_BSTR__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_B__test.test_capi.test_getargs.Unsigned_TestCase.test_B_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BaseExceptionGroup__test.test_exception_group.StrAndReprTests.test_BaseExceptionGroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BoundedSemaphore_limit__test.test_threading.ThreadTests.test_BoundedSemaphore_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Buffer__test.test_collections.TestCollectionABCs.test_Buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BufferedIOBase_destructor__test.test_io.CIOTest.test_BufferedIOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BufferedIOBase_destructor__test.test_io.PyIOTest.test_BufferedIOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BufferedIOBase_readinto__test.test_io.CIOTest.test_BufferedIOBase_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BufferedIOBase_readinto__test.test_io.PyIOTest.test_BufferedIOBase_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ByteString__test.test_collections.TestCollectionABCs.test_ByteString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BytesGenerator_linend__test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_BytesGenerator_linend_with_non_ascii__test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend_with_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_COMError__test.test_ctypes.test_win32.TestWintypes.test_COMError__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_CRLFLF_at_end_of_part__test.test_email.test_email.TestParsers.test_CRLFLF_at_end_of_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_CTRL_BREAK_EVENT__test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_CTRL_C_EVENT__test.test_os.Win32KillTests.test_CTRL_C_EVENT__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_C__test.test_capi.test_getargs.String_TestCase.test_C_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Callable__test.test_collections.TestOneTrickPonyABCs.test_Callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_CalledProcessError_str_non_zero__test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_non_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_CalledProcessError_str_signal__test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_CalledProcessError_str_unknown_signal__test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_unknown_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_CleanImport__test.test_support.TestSupport.test_CleanImport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Collection__test.test_collections.TestOneTrickPonyABCs.test_Collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Constructor__test.test_bz2.BZ2DecompressorTest.test_Constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Constructor__test.test_zlib.ZlibDecompressorTest.test_Constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Container__test.test_collections.TestOneTrickPonyABCs.test_Container_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Cookie_iterator__test.test_http_cookiejar.CookieTests.test_Cookie_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Coroutine__test.test_collections.TestOneTrickPonyABCs.test_Coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_DER_to_PEM__test.test_ssl.BasicSocketTests.test_DER_to_PEM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_D__test.test_capi.test_getargs.Float_TestCase.test_D_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_DirsOnSysPath__test.test_support.TestSupport.test_DirsOnSysPath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_DynamicClassAttribute__test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EG_and_specific_subclass_can_wrap_any_nonbase_exception__test.test_exception_group.InstanceCreation.test_EG_and_specific_subclass_can_wrap_any_nonbase_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EG_subclass_does_not_wrap_base_exceptions__test.test_exception_group.InstanceCreation.test_EG_subclass_does_not_wrap_base_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EG_subclass_wraps_non_base_exceptions__test.test_exception_group.InstanceCreation.test_EG_subclass_wraps_non_base_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EG_wraps_BaseException__raises_TypeError__test.test_exception_group.InstanceCreation.test_EG_wraps_BaseException__raises_TypeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EG_wraps_Exceptions__creates_EG__test.test_exception_group.InstanceCreation.test_EG_wraps_Exceptions__creates_EG_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOFS__test.test_eof.EOFTestCase.test_EOFS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOFS_with_file__test.test_eof.EOFTestCase.test_EOFS_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOF_in_cdata__test.test_htmlparser.HTMLParserTestCase.test_EOF_in_cdata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOF_in_charref__test.test_htmlparser.HTMLParserTestCase.test_EOF_in_charref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOF_in_comments_or_decls__test.test_htmlparser.HTMLParserTestCase.test_EOF_in_comments_or_decls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOF_single_quote__test.test_eof.EOFTestCase.test_EOF_single_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOF_without_complete_welcome_message__test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EOF_without_complete_welcome_message__test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EWWhiteSpaceTerminal__test.test_email.test__header_value_parser.TestTokens.test_EWWhiteSpaceTerminal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EXT_SUFFIX_in_vars__test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_constructor__test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_constructor__test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_find__test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_find__test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_new_method__test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_new_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_new_method__test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_new_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_trivial__test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_trivial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Element_subclass_trivial__test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_trivial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_EncodersEncode_base64__test.test_email.test_email.TestEncoders.test_EncodersEncode_base64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ErrorHeritage__test.test_base64.BaseXYTestCase.test_ErrorHeritage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ExceptionGroup__test.test__interpreters.RunFailedTests.test_ExceptionGroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ExceptionGroup__test.test_exception_group.StrAndReprTests.test_ExceptionGroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ExitAsDefault__test.test_unittest.test_program.Test_TestProgram.test_ExitAsDefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ExitEmptySuite__test.test_unittest.test_program.Test_TestProgram.test_ExitEmptySuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ExitSkippedSuite__test.test_unittest.test_program.Test_TestProgram.test_ExitSkippedSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Exit__test.test_unittest.test_program.Test_TestProgram.test_Exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_FloatDivisionError__test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_FloatDivisionError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_FromSecondsObject__test.test_time.TestCPyTime.test_FromSecondsObject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_FromSeconds__test.test_time.TestCPyTime.test_FromSeconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_FunctionDef__test.test_ast.test_ast.ASTConstructorTests.test_FunctionDef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Generator__test.test_collections.TestOneTrickPonyABCs.test_Generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Generator_linend__test.test_email.test_email.TestMiscellaneous.test_Generator_linend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_GetLastError__test.test_ctypes.test_errno.Test.test_GetLastError__'Test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_HOST__test.test_support.TestSupport.test_HOST_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_HWND__test.test_ctypes.test_win32.TestWintypes.test_HWND__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_H__test.test_capi.test_getargs.Unsigned_TestCase.test_H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Hashable__test.test_collections.TestOneTrickPonyABCs.test_Hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_HeaderRegistry__test.test_email.test_email.TestHeaderRegistry.test_HeaderRegistry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_IOBase_destructor__test.test_io.CIOTest.test_IOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_IOBase_destructor__test.test_io.PyIOTest.test_IOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_IOBase_finalize__test.test_io.CIOTest.test_IOBase_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_I__test.test_capi.test_getargs.Unsigned_TestCase.test_I_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_IncompleteReadError_pickleable__test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_IntegerDivisionError__test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_IntegerDivisionError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Internaldate2tuple__test.test_imaplib.TestImaplib.test_Internaldate2tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Internaldate2tuple_issue10941__test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Iterable__test.test_collections.TestOneTrickPonyABCs.test_Iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Iterator__test.test_collections.TestOneTrickPonyABCs.test_Iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_KW_ONLY__test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_KW_ONLY_as_string__test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_KW_ONLY_twice__test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_K__test.test_capi.test_getargs.LongLong_TestCase.test_K_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_KeyboardInterrupt_at_first_line_of_frame__test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_KeyboardInterrupt_at_first_line_of_frame__test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_LC_ALL_set_to_C__test.test_c_locale_coercion.LocaleCoercionTests.test_LC_ALL_set_to_C_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_L__test.test_capi.test_getargs.LongLong_TestCase.test_L_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_LimitOverrunError_pickleable__test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MARK_PUSH_macro_bug__test.test_re.ReTests.test_MARK_PUSH_macro_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_1_1__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_1_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_2_1__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_2_x__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_RFC_2045_1__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_RFC_2045_2__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_RFC_2045_3__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_RFC_2045_4__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_foo__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_foo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_leading_trailing_whitespace_ignored__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_leading_trailing_whitespace_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_missing__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_non_comment_garbage_after__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_after_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_non_comment_garbage_before__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_before_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_non_comment_garbage_inside__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_inside_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_two_periods__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_two_periods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_Version_whitespace__test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_digest__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_digest__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_digest__test.test_email.test_email.TestIdempotent.test_MIME_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_digest_with_part_headers__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest_with_part_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_digest_with_part_headers__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest_with_part_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIME_digest_with_part_headers__test.test_email.test_email.TestIdempotent.test_MIME_digest_with_part_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIN_REPEAT_ONE_mark_bug__test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MIN_UNTIL_mark_bug__test.test_re.ReTests.test_MIN_UNTIL_mark_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Mapping__test.test_collections.TestCollectionABCs.test_Mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MemoryError__test.test_exceptions.ExceptionTests.test_MemoryError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MutableMapping__test.test_collections.TestCollectionABCs.test_MutableMapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MutableMapping_subclass__test.test_collections.TestCollectionABCs.test_MutableMapping_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MutableSequence__test.test_collections.TestCollectionABCs.test_MutableSequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MutableSequence_mixins__test.test_collections.TestCollectionABCs.test_MutableSequence_mixins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_MutableSet__test.test_collections.TestCollectionABCs.test_MutableSet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_NameError__test.test__interpreters.RunFailedTests.test_NameError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_NonExit__test.test_unittest.test_program.Test_TestProgram.test_NonExit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_as___package____test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_as___package____test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_in_cache__test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_in_cache__test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_in_cache__test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_ndigits__test.test_float.RoundTestCase.test_None_ndigits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_on_sys_path__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_on_sys_path__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_on_sys_path__test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_None_on_sys_path__test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PARAM__test.test_ctypes.test_win32.TestWintypes.test_PARAM__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_POINTER_c_char_arg__test.test_ctypes.test_prototypes.CharPointersTestCase.test_POINTER_c_char_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_POINTER_c_wchar_arg__test.test_ctypes.test_prototypes.WCharPointersTestCase.test_POINTER_c_wchar_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PYTHONCOERCECLOCALE_not_set__test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PYTHONCOERCECLOCALE_not_zero__test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PYTHONCOERCECLOCALE_set_to_one__test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_one__'test_requires_LC_CTYPE_locale_different_than_C'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_PYTHONCOERCECLOCALE_set_to_warn__test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_warn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PYTHONCOERCECLOCALE_set_to_zero__test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyBytes_FromStringAndSize__test.test_ctypes.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyDateTime_DATE_GET__test.datetimetester.CapiTest_Fast.test_PyDateTime_DATE_GET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyDateTime_DATE_GET__test.datetimetester.CapiTest_Pure.test_PyDateTime_DATE_GET__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_PyDateTime_DELTA_GET__test.datetimetester.CapiTest_Fast.test_PyDateTime_DELTA_GET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyDateTime_DELTA_GET__test.datetimetester.CapiTest_Pure.test_PyDateTime_DELTA_GET__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_PyDateTime_GET__test.datetimetester.CapiTest_Fast.test_PyDateTime_GET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyDateTime_GET__test.datetimetester.CapiTest_Pure.test_PyDateTime_GET__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_PyDateTime_TIME_GET__test.datetimetester.CapiTest_Fast.test_PyDateTime_TIME_GET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyDateTime_TIME_GET__test.datetimetester.CapiTest_Pure.test_PyDateTime_TIME_GET__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_PyLong_Long__test.test_ctypes.test_python_api.PythonAPITestCase.test_PyLong_Long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyOS_mystricmp__test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystricmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyOS_mystrnicmp__test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystrnicmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyOS_snprintf__test.test_ctypes.test_python_api.PythonAPITestCase.test_PyOS_snprintf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyObj_FromPtr__test.test_ctypes.test_python_api.PythonAPITestCase.test_PyObj_FromPtr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_PyString_FromString__test.test_ctypes.test_python_api.PythonAPITestCase.test_PyString_FromString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Py_CompileString__test.test_capi.test_misc.CAPITest.test_Py_CompileString_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Quoter_deprecation__test.test_urlparse.DeprecationTest.test_Quoter_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Quoter_repr__test.test_urlparse.UrlParseTestCase.test_Quoter_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_REPEAT_ONE_mark_bug__test.test_re.ReTests.test_REPEAT_ONE_mark_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RFC1808__test.test_urlparse.UrlParseTestCase.test_RFC1808_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RFC2368__test.test_urlparse.UrlParseTestCase.test_RFC2368_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RFC2396__test.test_urlparse.UrlParseTestCase.test_RFC2396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RFC2732__test.test_urlparse.UrlParseTestCase.test_RFC2732_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RFC3986__test.test_urlparse.UrlParseTestCase.test_RFC3986_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RFC4648_test_cases__test.test_base64.BaseXYTestCase.test_RFC4648_test_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RawIOBase_destructor__test.test_io.CIOTest.test_RawIOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RawIOBase_destructor__test.test_io.PyIOTest.test_RawIOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RawIOBase_read__test.test_io.CIOTest.test_RawIOBase_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RawIOBase_read__test.test_io.PyIOTest.test_RawIOBase_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RawIOBase_readall__test.test_io.CIOTest.test_RawIOBase_readall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RawIOBase_readall__test.test_io.PyIOTest.test_RawIOBase_readall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Reversible__test.test_collections.TestOneTrickPonyABCs.test_Reversible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_RuntimeError__test.test_warnings._DeprecatedTest.test_RuntimeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_SEH__test.test_ctypes.test_win32.FunctionCallTestCase.test_SEH__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_SOCK_CLOEXEC__test.test_socket.InheritanceTest.test_SOCK_CLOEXEC_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_SOCK_NONBLOCK__test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_S__test.test_capi.test_getargs.Object_TestCase.test_S_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_SafeTemplate__test.test_string.TestTemplate.test_SafeTemplate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Sequence__test.test_collections.TestCollectionABCs.test_Sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Sequence_mixins__test.test_collections.TestCollectionABCs.test_Sequence_mixins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Set__test.test_collections.TestCollectionABCs.test_Set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Set_hash_matches_frozenset__test.test_collections.TestCollectionABCs.test_Set_hash_matches_frozenset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Set_interoperability_with_real_sets__test.test_collections.TestCollectionABCs.test_Set_interoperability_with_real_sets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Sized__test.test_collections.TestOneTrickPonyABCs.test_Sized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_SocketType_is_socketobject__test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_SortKey_enum__test.test_pstats.StatsTestCase.test_SortKey_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_StopIteration__test.test_itertools.TestBasicOps.test_StopIteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Struct_reinitialization__test.test_struct.StructTest.test_Struct_reinitialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_TextIOBase_destructor__test.test_io.CIOTest.test_TextIOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_TextIOBase_destructor__test.test_io.PyIOTest.test_TextIOBase_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Time2Internaldate__test.test_imaplib.TestImaplib.test_Time2Internaldate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_TimeRE_recreation_locale__test.test_strptime.CacheTests.test_TimeRE_recreation_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_TimeRE_recreation_timezone__test.test_strptime.CacheTests.test_TimeRE_recreation_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_TypeErrorDivisionError__test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_TypeErrorDivisionError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_UNC_path__test.test_import.PathsTests.test_UNC_path__'Windows-specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_URLError_reasonstr__test.test_urllib2.TrivialTests.test_URLError_reasonstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_URLopener_deprecation__test.test_urllib.urlopen_HttpTests.test_URLopener_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_UUID__test.test_uuid.TestUUIDWithExtModule.test_UUID_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_UUID__test.test_uuid.TestUUIDWithoutExtModule.test_UUID_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_U__test.test_capi.test_getargs.Object_TestCase.test_U_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ValueError__test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_ValueError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ValueError__test.test_strptime.StrptimeTests.test_ValueError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_WindowsError__test.test_exceptions.ExceptionTests.test_WindowsError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_Y__test.test_capi.test_getargs.Object_TestCase.test_Y_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__POINTER_c_char__test.test_ctypes.test_stringptr.StringPtrTestCase.test__POINTER_c_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___all____test.test_io.CMiscIOTest.test___all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___all____test.test_io.PyMiscIOTest.test___all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___all____test.test_operator.COperatorTestCase.test___all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___all____test.test_operator.PyOperatorTestCase.test___all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___all____test.test_tokenize.TestMisc.test___all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___all____test.test_urllib2.TrivialTests.test___all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___builtins____test.test_funcattrs.FunctionPropertiesTest.test___builtins___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___cached____test.test_import.PycacheTests.test___cached___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___cached____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___cached____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___cached___legacy_pyc__test.test_import.PycacheTests.test___cached___legacy_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class____test.test_funcattrs.InstancemethodAttrTest.test___class___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class___classmethod__test.test_super.TestSuper.test___class___classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class___delayed__test.test_super.TestSuper.test___class___delayed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class___instancemethod__test.test_super.TestSuper.test___class___instancemethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class___mro__test.test_super.TestSuper.test___class___mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class___new__test.test_super.TestSuper.test___class___new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___class___staticmethod__test.test_super.TestSuper.test___class___staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___classcell___expected_behaviour__test.test_super.TestSuper.test___classcell___expected_behaviour_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___classcell___missing__test.test_super.TestSuper.test___classcell___missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___classcell___overwrite__test.test_super.TestSuper.test___classcell___overwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___classcell___wrong_cell__test.test_super.TestSuper.test___classcell___wrong_cell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___closure____test.test_funcattrs.FunctionPropertiesTest.test___closure___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___code____test.test_funcattrs.FunctionPropertiesTest.test___code___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___complex____test.test_complex.ComplexTest.test___complex___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___contains____test.test_str.StrTest.test___contains___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___contains____test.test_userstring.UserStringTest.test___contains___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___copy____test.test_xml_etree.BasicElementTest.test___copy___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___copy____test.test_xml_etree_c.BasicElementTest.test___copy___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___deepcopy____test.test_xml_etree.BasicElementTest.test___deepcopy___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___deepcopy____test.test_xml_etree_c.BasicElementTest.test___deepcopy___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___file____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___file____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___func____test.test_funcattrs.InstancemethodAttrTest.test___func___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___func___non_method__test.test_funcattrs.InstancemethodAttrTest.test___func___non_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___get____test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___get___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___globals____test.test_funcattrs.FunctionPropertiesTest.test___globals___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___init____test.test_unittest.test_loader.Test_TestLoader.test___init___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___init____test.test_xml_etree.BasicElementTest.test___init___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___init____test.test_xml_etree_c.BasicElementTest.test___init___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___loader____test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___loader____test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___loader____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___loader____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___name____test.test_funcattrs.FunctionPropertiesTest.test___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___name____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___name____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___ne____test.test_builtin.BuiltinTest.test___ne___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___package____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___package____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___path____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___path____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___qualname____test.test_funcattrs.FunctionPropertiesTest.test___qualname___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr____test.test_asyncio.test_streams.StreamTests.test___repr___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr__data__test.test_asyncio.test_streams.StreamTests.test___repr__data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr__eof__test.test_asyncio.test_streams.StreamTests.test___repr__eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr__exception__test.test_asyncio.test_streams.StreamTests.test___repr__exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr__nondefault_limit__test.test_asyncio.test_streams.StreamTests.test___repr__nondefault_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr__transport__test.test_asyncio.test_streams.StreamTests.test___repr__transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___repr__waiter__test.test_asyncio.test_streams.StreamTests.test___repr__waiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___self____test.test_funcattrs.InstancemethodAttrTest.test___self___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___set____test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___set___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___sizeof____test.test_long.LongTest.test___sizeof___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___spec____test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___spec____test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test___type_params____test.test_funcattrs.FunctionPropertiesTest.test___type_params___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__add_callback_cancelled_handle__test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__add_callback_handle__test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__add_reader__test.test_asyncio.test_selector_events.SelectorTransportTests.test__add_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_calendar.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_configparser.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_copy.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_csv.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_email.test_email.TestMiscellaneous.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_enum.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_ftplib.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_gettext.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_inspect.test_inspect.IsTestBase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_inspect.test_inspect.TestInterpreterStack.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_inspect.test_inspect.TestPredicates.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_logging.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_mailbox.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_mimetypes.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_multiprocessing_fork.test_misc.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_optparse.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_pickletools.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_plistlib.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_poplib.TestPOP3_SSLClass.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_random.TestModule.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_tarfile.MiscTest.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_threading.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__all____test.test_wave.MiscTestCase.test__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__bytes____test.test_bytes.BytesTest.test__bytes___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__c_char_p__test.test_ctypes.test_stringptr.StringPtrTestCase.test__c_char_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__call_connection_lost__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__call_connection_lost__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__call_connection_lost_with_err__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost_with_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__call_connection_lost_with_err__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost_with_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__check_for_unavailable_sdk__test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__check_for_unavailable_sdk_alternate__test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk_alternate__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__clamp__test.test_decimal.CContextAPItests.test__clamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__clamp__test.test_decimal.PyContextAPItests.test__clamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__close__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__comparable_version__test.test_platform.PlatformTest.test__comparable_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__contains____test.test_email.test_email.TestMessageAPI.test__contains___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__count__test.test_thread.ThreadRunningTests.test__count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__create_stdlib_context__test.test_ssl.ContextTests.test__create_stdlib_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__decode_filter_properties__test.test_lzma.MiscellaneousTestCase.test__decode_filter_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__enablelegacywindowsfsencoding__test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding__'needs_sys._enablelegacywindowsfsencoding__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__encode_filter_properties__test.test_lzma.MiscellaneousTestCase.test__encode_filter_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__enter_task__test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__enter_task__test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__enter_task_failure__test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__enter_task_failure__test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__find_appropriate_compiler__test.test__osx_support.Test_OSXSupport.test__find_appropriate_compiler__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__find_build_tool__test.test__osx_support.Test_OSXSupport.test__find_build_tool__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__find_executable__test.test__osx_support.Test_OSXSupport.test__find_executable__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__find_imports__test.test_dis.TestFinderMethods.test__find_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__find_store_names__test.test_dis.TestFinderMethods.test__find_store_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__format____test.test_long.LongTest.test__format___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__format__lookup__test.test_fstring.TestCase.test__format__lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__future__imports__test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__get_system_version__test.test__osx_support.Test_OSXSupport.test__get_system_version__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__getuserbase__test.test_site.HelperFunctionsTests.test__getuserbase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__is_owned__test.test_threading.CRLockTests.test__is_owned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__is_owned__test.test_threading.ConditionAsRLockTests.test__is_owned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__is_owned__test.test_threading.PyRLockTests.test__is_owned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__leave_task__test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__leave_task__test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__leave_task_failure1__test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__leave_task_failure1__test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__leave_task_failure2__test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__leave_task_failure2__test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__loop_writing_closing__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__loop_writing_error_received__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__loop_writing_error_received_connection__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__loop_writing_exception__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__name____test.test_unittest.testmock.testmock.MockTest.test__name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__override_all_archs__test.test__osx_support.Test_OSXSupport.test__override_all_archs__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__read_output__test.test__osx_support.Test_OSXSupport.test__read_output__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__read_ready__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__read_ready__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__read_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__read_ready_blocked__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_blocked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__read_ready_eof__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__read_ready_error__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__register_task_1__test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__register_task_1__test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__register_task_2__test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__register_task_2__test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__register_task_3__test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__register_task_3__test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__remove_original_values__test.test__osx_support.Test_OSXSupport.test__remove_original_values__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__remove_universal_flags__test.test__osx_support.Test_OSXSupport.test__remove_universal_flags__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__remove_universal_flags_alternate__test.test__osx_support.Test_OSXSupport.test__remove_universal_flags_alternate__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__remove_unsupported_archs__test.test__osx_support.Test_OSXSupport.test__remove_unsupported_archs__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__rest_from_mail_cmd__test.test_smtplib.SMTPSimTests.test__rest_from_mail_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__run_once__test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__run_once_cancelled_event_cleanup__test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__run_once_schedule_handle__test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__save_modified_value__test.test__osx_support.Test_OSXSupport.test__save_modified_value__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__save_modified_value_unchanged__test.test__osx_support.Test_OSXSupport.test__save_modified_value_unchanged__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__sendfile_use_sendfile__test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__sizeof____test.test_struct.StructTest.test__sizeof___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__sock_sendfile_native_failure__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__struct_reference_cycle_cleaned_up__test.test_struct.StructTest.test__struct_reference_cycle_cleaned_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__struct_types_immutable__test.test_struct.StructTest.test__struct_types_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__supports_universal_builds__test.test__osx_support.Test_OSXSupport.test__supports_universal_builds__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__test.test_argparse.TestActionRegistration.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_argparse.TestFileTypeMissingInitialization.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_argparse.TestImportStar.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_argparse.TestTypeRegistration.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_capi.test_getargs.Test6012.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_array_in_pointer.Test.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_keeprefs.PointerToStructure.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_prototypes.ArrayTest.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_random_things.call_function_TestCase.test__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_strings.StringArrayTestCase.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_strings.WStringArrayTestCase.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_ctypes.test_structures.PointerMemberTestCase.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_dataclasses.TestReplace.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_fileinput.Test_hook_encoded.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_openpty.OpenptyTest.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_pyexpat.InterningTest.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_pyexpat.PositionTest.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__test.test_stringprep.StringprepTests.test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__thread_interrupt_main__test.test_signal.RaiseSignalTest.test__thread_interrupt_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__tokenize_decodes_with_specified_encoding__test.test_tokenize.Test_Tokenize.test__tokenize_decodes_with_specified_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__try_compile_no_context_exc_on_error__test.test_dis.DisTests.test__try_compile_no_context_exc_on_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__try_compile_no_context_exc_on_error__test.test_dis.DisWithFileTests.test__try_compile_no_context_exc_on_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__tuple_resize__test.test_capi.test_tuple.CAPITest.test__tuple_resize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__type_params____test.test_reprlib.TestRecursiveRepr.test__type_params___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__unregister_task__test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__unregister_task__test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__unregister_task_not_registered__test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_not_registered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__unregister_task_not_registered__test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_not_registered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__use_vfork__test.test_subprocess.POSIXProcessTestCase.test__use_vfork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__wrapped____test.test_reprlib.TestRecursiveRepr.test__wrapped___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__write_ready__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__write_ready_again__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_again_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__write_ready_closing__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__write_ready_empty__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__write_ready_err__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__write_ready_partial__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__wsp_splitter_one_word__test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_one_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__wsp_splitter_two_words__test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_two_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test__wsp_splitter_ws_runs__test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_ws_runs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_a85_padding__test.test_base64.BaseXYTestCase.test_a85_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_a85decode__test.test_base64.BaseXYTestCase.test_a85decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_a85decode_errors__test.test_base64.BaseXYTestCase.test_a85decode_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_a85encode__test.test_base64.BaseXYTestCase.test_a85encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abbrev_callback_expansion__test.test_optparse.TestCallbackCheckAbbrev.test_abbrev_callback_expansion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abbrev_long_option__test.test_optparse.TestStandard.test_abbrev_long_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abbreviation__test.test_argparse.TestAddSubparsers.test_abbreviation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_decimal.CPythonAPItests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_decimal.PyPythonAPItests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_email.test_policy.PolicyAPITests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_ordered_dict.CPythonBuiltinDictTests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_ordered_dict.CPythonOrderedDictTests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_ordered_dict.PurePythonOrderedDictTests.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc__test.test_weakset.TestWeakSet.test_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_bases__test.test_typing.GenericTests.test_abc_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_enforced__test.test_importlib.metadata.test_main.BasicTests.test_abc_enforced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_implementation__test.test_dataclasses.TestAbstract.test_abc_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_inheritance__test.test_io.CMiscIOTest.test_abc_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_inheritance__test.test_io.PyMiscIOTest.test_abc_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_inheritance_official__test.test_io.CMiscIOTest.test_abc_inheritance_official_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_inheritance_official__test.test_io.PyMiscIOTest.test_abc_inheritance_official_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_abc_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_registry__test.test_dictviews.DictSetTest.test_abc_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abc_registry_kept__test.test_typing.GenericTests.test_abc_registry_kept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abcs__test.test_io.CMiscIOTest.test_abcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abcs__test.test_io.PyMiscIOTest.test_abcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_abort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort__test.test_asyncio.test_selector_events.SelectorTransportTests.test_abort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_abort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort__test.test_ftplib.TestFTPClass.test_abort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort__test.test_ftplib.TestTLS_FTPClassMixin.test_abort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort_barrier__test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort_barrier_when_exception__test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort_barrier_when_exception_then_resetting__test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_then_resetting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort_barrier_when_tasks_half_draining_half_blocking__test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_tasks_half_draining_half_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abort_clients__test.test_asyncio.test_server.TestServer2.test_abort_clients_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_above_fd_setsize__test.test_selectors.DevpollSelectorTestCase.test_above_fd_setsize__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_above_fd_setsize__test.test_selectors.EpollSelectorTestCase.test_above_fd_setsize__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_above_fd_setsize__test.test_selectors.KqueueSelectorTestCase.test_above_fd_setsize__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_above_fd_setsize__test.test_selectors.PollSelectorTestCase.test_above_fd_setsize__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_abs__test.test_builtin.BuiltinTest.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_cmath.CMathTests.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_complex.ComplexTest.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_decimal.CContextAPItests.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_decimal.CIBMTestCases.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_decimal.PyContextAPItests.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_decimal.PyIBMTestCases.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_operator.COperatorTestCase.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs__test.test_operator.PyOperatorTestCase.test_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs_overflows__test.test_cmath.CMathTests.test_abs_overflows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs_pathnames__test.test_tarfile.Bz2WriteTest.test_abs_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs_pathnames__test.test_tarfile.GzipWriteTest.test_abs_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs_pathnames__test.test_tarfile.LzmaWriteTest.test_abs_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abs_pathnames__test.test_tarfile.WriteTest.test_abs_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute__test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute__test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute__test.test_tarfile.TestExtractionFilters.test_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_arcnames__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_arcnames__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_circular_submodule__test.test_import.CircularImportTests.test_absolute_circular_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_cmd__test.test_shutil.TestWhich.test_absolute_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_cmd__test.test_shutil.TestWhichBytes.test_absolute_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_common__test.test_pathlib.test_pathlib.PathTest.test_absolute_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_common__test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_absolute_hardlink__test.test_tarfile.TestExtractionFilters.test_absolute_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_import_with_package__test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_import_with_package__test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_import_without_future__test.test_import.RelativeImportTests.test_absolute_import_without_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_imports__test.test_modulefinder.ModuleFinderTest.test_absolute_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_package_import__test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_package_import__test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_path__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_absolute_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_path__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_absolute_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_posix__test.test_pathlib.test_pathlib.PathTest.test_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_absolute_symlink__test.test_tarfile.TestExtractionFilters.test_absolute_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_absolute_windows__test.test_pathlib.test_pathlib.PathTest.test_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_absolute_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_absolute_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_absolute_within_package__test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_absolute_within_package__test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abspath__test.test_ntpath.NtCommonTest.test_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abspath__test.test_ntpath.TestNtpath.test_abspath__\"abspath_requires_'nt'_module\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_abspath__test.test_posixpath.PosixCommonTest.test_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abspath_invalid_paths__test.test_ntpath.TestNtpath.test_abspath_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abspath_issue3426__test.test_ntpath.NtCommonTest.test_abspath_issue3426_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abspath_issue3426__test.test_posixpath.PosixCommonTest.test_abspath_issue3426_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract__test.test_ctypes.test_frombuffer.Test.test_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract__test.test_ctypes.test_pointers.PointersTestCase.test_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract__test.test_functools.TestPartialMethod.test_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract_class__test.test_ctypes.test_structures.StructureTestCase.test_abstract_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract_socket__test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_abstract_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract_socket__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_abstract_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract_socket__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstract_virtual__test.test_dynamicclassattribute.PropertyTests.test_abstract_virtual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractclassmethod_basics__test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractclassmethod_basics__test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractmethod_basics__test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractmethod_integration__test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractmethod_register__test.test_functools.TestSingleDispatch.test_abstractmethod_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractmethods__test.test_descr.ClassPropertiesAndMethods.test_abstractmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractproperty_basics__test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractproperty_basics__test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractset__test.test_typing.CollectionsAbcTests.test_abstractset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractstaticmethod_basics__test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abstractstaticmethod_basics__test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_abuse_done__test.test_inspect.test_inspect.TestInterpreterStack.test_abuse_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accelerated__test.test_warnings.CWarnTests.test_accelerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accept__test.test_httpservers.CGIHTTPServerTestCase.test_accept__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_accept_connection_exception__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accept_connection_multiple__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accept_connection_retry__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accepts_any_charset_like_object__test.test_email.test_email.TestMiscellaneous.test_accepts_any_charset_like_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accepts_positional_subpatterns_0__test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accepts_positional_subpatterns_1__test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accepts_single_type__test.test_typing.UnpackTests.test_accepts_single_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accepts_traceback__test.test_raise.TestTraceback.test_accepts_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_array.LargeArrayTest.test_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_os.FileTests.test_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_posix.PosixTester.test_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access__test.test_posix.TestPosixWeaklinking.test_access__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_access_denied__test.test_os.StatAttributeTests.test_access_denied__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_access_dir_fd__test.test_posix.TestPosixDirFd.test_access_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access_from_class__test.test_functools.TestCachedProperty.test_access_from_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access_parameter__test.test_mmap.MmapTests.test_access_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access_to_nonexistent_digit_0__test.test_long.LongTest.test_access_to_nonexistent_digit_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_access_violations__test.test_mmap.MmapTests.test_access_violations__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_acct__test.test_ftplib.TestFTPClass.test_acct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acct__test.test_ftplib.TestTLS_FTPClassMixin.test_acct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accumulate__test.test_itertools.TestBasicOps.test_accumulate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accumulate__test.test_itertools.TestExamples.test_accumulate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accumulate__test.test_itertools.TestGC.test_accumulate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accumulate__test.test_itertools.TestVariousIteratorArgs.test_accumulate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accumulate_reducible__test.test_itertools.TestExamples.test_accumulate_reducible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accumulate_reducible_none__test.test_itertools.TestExamples.test_accumulate_reducible_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accuracy_bug_20499__test.test_statistics.TestPVariance.test_accuracy_bug_20499_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_accuracy_bug_20499__test.test_statistics.TestVariance.test_accuracy_bug_20499_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aclose__test.test_asyncgen.TestUnawaitedWarnings.test_aclose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aclose_throw__test.test_asyncgen.TestUnawaitedWarnings.test_aclose_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aclosing__test.test_contextlib_async.AclosingTestCase.test_aclosing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aclosing_bpo41229__test.test_contextlib_async.AclosingTestCase.test_aclosing_bpo41229_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aclosing_error__test.test_contextlib_async.AclosingTestCase.test_aclosing_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire__test.test_asyncio.test_locks.LockTests.test_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire__test.test_threading.BoundedSemaphoreTests.test_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire__test.test_threading.ConditionTests.test_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire__test.test_threading.SemaphoreTests.test_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_cancel__test.test_asyncio.test_locks.LockTests.test_acquire_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_cancel__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_cancel_before_awoken__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_before_awoken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_thread.LockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_threading.BoundedSemaphoreTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_threading.CRLockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_threading.ConditionAsRLockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_threading.LockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_threading.PyRLockTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_contended__test.test_threading.SemaphoreTests.test_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_thread.LockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_threading.BoundedSemaphoreTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_threading.CRLockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_threading.ConditionAsRLockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_threading.LockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_threading.PyRLockTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_destroy__test.test_threading.SemaphoreTests.test_acquire_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_fifo_order_2__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_fifo_order_3__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_fifo_order_4__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_fifo_order__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_hang__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_hang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_no_hang__test.test_asyncio.test_locks.SemaphoreTests.test_acquire_no_hang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_thread.LockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_threading.CRLockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_threading.ConditionAsRLockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_threading.LockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_release__test.test_threading.PyRLockTests.test_acquire_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_timeout__test.test_threading.BoundedSemaphoreTests.test_acquire_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_acquire_timeout__test.test_threading.SemaphoreTests.test_acquire_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_action_invalid__test.test_optparse.TestOptionChecks.test_action_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_active_children__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_active_children__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_active_children__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_active_children__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_active_children__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_active_children__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_active_children__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_active_children__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_active_children__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_active_children__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_active_children__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_adapt__test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adapt_alt__test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adaptive_find__test.test_bytes.ByteArrayAsStringTest.test_adaptive_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adaptive_find__test.test_bytes.BytesAsStringTest.test_adaptive_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adaptive_find__test.test_str.StrTest.test_adaptive_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adaptive_find__test.test_userstring.UserStringTest.test_adaptive_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addClassCleanUp__test.test_unittest.test_runner.TestClassCleanup.test_addClassCleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addClassCleanup_arg_errors__test.test_unittest.test_runner.TestModuleCleanUp.test_addClassCleanup_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addCleanup_arg_errors__test.test_unittest.test_runner.TestModuleCleanUp.test_addCleanup_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addError__test.test_unittest.test_result.Test_TestResult.test_addError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addError_locals__test.test_unittest.test_result.Test_TestResult.test_addError_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addFailure__test.test_unittest.test_result.Test_TestResult.test_addFailure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addFailure_filter_traceback_frames__test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addFailure_filter_traceback_frames_chained_exception_cycle__test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addFailure_filter_traceback_frames_chained_exception_self_loop__test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_self_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addFailure_filter_traceback_frames_context__test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addModuleCleanup_arg_errors__test.test_unittest.test_runner.TestModuleCleanUp.test_addModuleCleanup_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addSubTest__test.test_unittest.test_result.Test_TestResult.test_addSubTest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addSuccess__test.test_unittest.test_result.Test_TestResult.test_addSuccess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTest__TestCase__test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTest__TestSuite__test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTest__casesuiteclass__test.test_unittest.test_suite.Test_TestSuite.test_addTest__casesuiteclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTest__noncallable__test.test_unittest.test_suite.Test_TestSuite.test_addTest__noncallable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTest__noniterable__test.test_unittest.test_suite.Test_TestSuite.test_addTest__noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTests__string__test.test_unittest.test_suite.Test_TestSuite.test_addTests__string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addTests__test.test_unittest.test_suite.Test_TestSuite.test_addTests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_8bit_body__test.test_mailbox.TestBabyl.test_add_8bit_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_8bit_body__test.test_mailbox.TestMH.test_add_8bit_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_8bit_body__test.test_mailbox.TestMMDF.test_add_8bit_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_8bit_body__test.test_mailbox.TestMaildir.test_add_8bit_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_8bit_body__test.test_mailbox.TestMbox.test_add_8bit_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_MM__test.test_mailbox.TestMaildir.test_add_MM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_StringIO_warns__test.test_mailbox.TestBabyl.test_add_StringIO_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_StringIO_warns__test.test_mailbox.TestMH.test_add_StringIO_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_StringIO_warns__test.test_mailbox.TestMMDF.test_add_StringIO_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_StringIO_warns__test.test_mailbox.TestMaildir.test_add_StringIO_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_StringIO_warns__test.test_mailbox.TestMbox.test_add_StringIO_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.ByteTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.DoubleTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.FloatTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.IntTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.LongLongTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.LongTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.ShortTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UCS4Test.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UnicodeTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UnsignedByteTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UnsignedIntTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UnsignedLongLongTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UnsignedLongTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_array.UnsignedShortTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_binop.RatTestCase.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_capi.test_set.TestSetCAPI.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_complex.ComplexTest.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_decimal.CContextAPItests.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_decimal.CIBMTestCases.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_decimal.PyContextAPItests.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_decimal.PyIBMTestCases.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_deque.TestBasic.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_epoll.TestEPoll.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_mailbox.TestBabyl.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_mailbox.TestMH.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_mailbox.TestMMDF.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_mailbox.TestMaildir.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_mailbox.TestMbox.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_operator.COperatorTestCase.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_operator.PyOperatorTestCase.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_pstats.StatsTestCase.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_set.TestSet.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_set.TestSetSubclass.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_tarfile.NoneInfoTests_Misc.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add__test.test_weakset.TestWeakSet.test_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_absent__test.test_set.TestMutate.test_add_absent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_after_full__test.test_ordered_dict.CSimpleLRUCacheTests.test_add_after_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_after_full__test.test_ordered_dict.PySimpleLRUCacheTests.test_add_after_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alias__test.test_enum.TestSpecial.test_add_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_alternative___test.test_email.test_message.TestEmailMessage.test_add_alternative_alternative__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_alternative___test.test_email.test_message.TestMIMEPart.test_add_alternative_alternative__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_mixed_raises__test.test_email.test_message.TestEmailMessage.test_add_alternative_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_mixed_raises__test.test_email.test_message.TestMIMEPart.test_add_alternative_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_add_alternative_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_add_alternative_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_none_succeeds__test.test_email.test_message.TestEmailMessage.test_add_alternative_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_none_succeeds__test.test_email.test_message.TestMIMEPart.test_add_alternative_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_add_alternative_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_add_alternative_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_related_succeeds__test.test_email.test_message.TestEmailMessage.test_add_alternative_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_alternative_related_succeeds__test.test_email.test_message.TestMIMEPart.test_add_alternative_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_and_close__test.test_mailbox.TestMMDF.test_add_and_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_and_close__test.test_mailbox.TestMbox.test_add_and_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_and_do_ModuleCleanup__test.test_unittest.test_runner.TestModuleCleanUp.test_add_and_do_ModuleCleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_and_remove_folders__test.test_mailbox.TestMH.test_add_and_remove_folders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_and_remove_folders__test.test_mailbox.TestMaildir.test_add_and_remove_folders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_file__test.test_mailbox.TestBabyl.test_add_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_file__test.test_mailbox.TestMH.test_add_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_file__test.test_mailbox.TestMMDF.test_add_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_file__test.test_mailbox.TestMaildir.test_add_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_file__test.test_mailbox.TestMbox.test_add_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_nonascii_file__test.test_mailbox.TestBabyl.test_add_binary_nonascii_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_nonascii_file__test.test_mailbox.TestMH.test_add_binary_nonascii_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_nonascii_file__test.test_mailbox.TestMMDF.test_add_binary_nonascii_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_nonascii_file__test.test_mailbox.TestMaildir.test_add_binary_nonascii_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_binary_nonascii_file__test.test_mailbox.TestMbox.test_add_binary_nonascii_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_build_dir__test.test_site.ImportSideEffectTests.test_add_build_dir__'test_not_implemented'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_add_choice_option__test.test_optparse.TestChoice.test_add_choice_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_dependencies_for_same_node_incrementally__test.test_graphlib.TestTopologicalSort.test_add_dependencies_for_same_node_incrementally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_dir_getmember__test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_dir_getmember__test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_dir_getmember__test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_dir_getmember__test.test_tarfile.UstarReadTest.test_add_dir_getmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_doesnt_rewrite__test.test_mailbox.TestBabyl.test_add_doesnt_rewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_doesnt_rewrite__test.test_mailbox.TestMMDF.test_add_doesnt_rewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_doesnt_rewrite__test.test_mailbox.TestMbox.test_add_doesnt_rewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_fds_after_closing__test.test_asyncio.test_events.EPollEventLoopTests.test_add_fds_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_fds_after_closing__test.test_asyncio.test_events.PollEventLoopTests.test_add_fds_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_fds_after_closing__test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_file_after_2107__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_file_before_1980__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_flag__test.test_mailbox.TestMaildir.test_add_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_from_bytes__test.test_mailbox.TestMMDF.test_add_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_from_bytes__test.test_mailbox.TestMbox.test_add_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_from_string__test.test_mailbox.TestMMDF.test_add_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_from_string__test.test_mailbox.TestMbox.test_add_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_group_invalid_arguments__test.test_optparse.TestOptionGroup.test_add_group_invalid_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_group_no_group__test.test_optparse.TestOptionGroup.test_add_group_no_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_group_wrong_parser__test.test_optparse.TestOptionGroup.test_add_group_wrong_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_hardlink__test.test_tarfile.HardlinkTest.test_add_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_header__test.test_email.test_email.TestMIMEAudio.test_add_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_header__test.test_email.test_email.TestMIMEImage.test_add_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_header_with_name_only_param__test.test_email.test_email.TestMessageAPI.test_add_header_with_name_only_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_header_with_no_value__test.test_email.test_email.TestMessageAPI.test_add_header_with_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_invalid_8bit_bytes_header__test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_invalid_8bit_bytes_header__test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_invalid_8bit_bytes_header__test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_invalid_8bit_bytes_header__test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_invalid_8bit_bytes_header__test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mbox_or_mmdf_message__test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mbox_or_mmdf_message__test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_alternative_succeeds__test.test_email.test_message.TestEmailMessage.test_add_mixed_alternative_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_alternative_succeeds__test.test_email.test_message.TestMIMEPart.test_add_mixed_alternative_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_mixed___test.test_email.test_message.TestEmailMessage.test_add_mixed_mixed__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_mixed___test.test_email.test_message.TestMIMEPart.test_add_mixed_mixed__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_add_mixed_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_add_mixed_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_none_succeeds__test.test_email.test_message.TestEmailMessage.test_add_mixed_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_none_succeeds__test.test_email.test_message.TestMIMEPart.test_add_mixed_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_add_mixed_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_add_mixed_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_related_succeeds__test.test_email.test_message.TestEmailMessage.test_add_mixed_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_mixed_related_succeeds__test.test_email.test_message.TestMIMEPart.test_add_mixed_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_non_handler__test.test_urllib2.OpenerDirectorTests.test_add_non_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_StringIO_raises__test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_StringIO_raises__test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_StringIO_raises__test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_StringIO_raises__test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_StringIO_raises__test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_string_header_raises__test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_string_header_raises__test.test_mailbox.TestMH.test_add_nonascii_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_string_header_raises__test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_string_header_raises__test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_nonascii_string_header_raises__test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_option_invalid_arguments__test.test_optparse.TestOptionParser.test_add_option_invalid_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_option_no_Option__test.test_optparse.TestOptionParser.test_add_option_no_Option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_present__test.test_set.TestMutate.test_add_present_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_python_opts__test.test_regrtest.ArgsTestCase.test_add_python_opts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_reader__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_reader_existing__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_reader_existing_writer__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_reader_invalid_argument__test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_invalid_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_reader_or_writer_transport_fd__test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_or_writer_transport_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_alternative_raises__test.test_email.test_message.TestEmailMessage.test_add_related_alternative_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_alternative_raises__test.test_email.test_message.TestMIMEPart.test_add_related_alternative_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_mixed_raises__test.test_email.test_message.TestEmailMessage.test_add_related_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_mixed_raises__test.test_email.test_message.TestMIMEPart.test_add_related_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_add_related_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_add_related_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_none_succeeds__test.test_email.test_message.TestEmailMessage.test_add_related_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_none_succeeds__test.test_email.test_message.TestMIMEPart.test_add_related_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_add_related_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_add_related_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_related___test.test_email.test_message.TestEmailMessage.test_add_related_related__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_related_related___test.test_email.test_message.TestMIMEPart.test_add_related_related__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_return_value__test.test_unittest.testmock.testasync.AsyncArguments.test_add_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_section_default__test.test_configparser.ConfigParserTestCase.test_add_section_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_section_default__test.test_configparser.ConfigParserTestCaseNoValue.test_add_section_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_section_default__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_add_section_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_section_default__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_add_section_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_self__test.test_tarfile.Bz2WriteTest.test_add_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_self__test.test_tarfile.GzipWriteTest.test_add_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_self__test.test_tarfile.LzmaWriteTest.test_add_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_self__test.test_tarfile.WriteTest.test_add_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_side_effect_coroutine__test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_side_effect_exception__test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_side_effect_exception_iterable__test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_side_effect_iterable__test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_side_effect_normal_function__test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_normal_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler__test.test_asyncio.test_events.EPollEventLoopTests.test_add_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler__test.test_asyncio.test_events.PollEventLoopTests.test_add_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler__test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler_coroutine_error__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_coroutine_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler_install_error2__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler_install_error3__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler_install_error__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_signal_handler_setup_error__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_setup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_slots_when_slots_exists__test.test_dataclasses.TestSlots.test_add_slots_when_slots_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_specials__test.test_userlist.UserListTest.test_add_specials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_text_file_warns__test.test_mailbox.TestBabyl.test_add_text_file_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_text_file_warns__test.test_mailbox.TestMH.test_add_text_file_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_text_file_warns__test.test_mailbox.TestMMDF.test_add_text_file_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_text_file_warns__test.test_mailbox.TestMaildir.test_add_text_file_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_text_file_warns__test.test_mailbox.TestMbox.test_add_text_file_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_that_raises_leaves_mailbox_empty__test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_that_raises_leaves_mailbox_empty__test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_that_raises_leaves_mailbox_empty__test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_that_raises_leaves_mailbox_empty__test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_that_raises_leaves_mailbox_empty__test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_twice__test.test_tarfile.HardlinkTest.test_add_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_unicode_propagation__test.test_capi.test_opt.TestUopsOptimization.test_add_unicode_propagation__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_add_until_full__test.test_set.TestMutate.test_add_until_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_value_alias_after_creation__test.test_enum.TestSpecial.test_add_value_alias_after_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_value_alias_during_creation__test.test_enum.TestSpecial.test_add_value_alias_during_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_writer__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_add_writer_existing__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addclosehook__test.test_urllib_response.TestResponse.test_addclosehook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_added_tab_hint__test.test_difflib.TestSFbugs.test_added_tab_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addinfo__test.test_urllib_response.TestResponse.test_addinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addinfourl__test.test_urllib_response.TestResponse.test_addinfourl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adding_child_mock__test.test_unittest.testmock.testmock.MockTest.test_adding_child_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adding_default_policies_preserves_default_factory__test.test_email.test_policy.PolicyAPITests.test_adding_default_policies_preserves_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adding_return_value_mock__test.test_unittest.testmock.testmock.MockTest.test_adding_return_value_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addition__test.test_decimal.CArithmeticOperatorsTest.test_addition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addition__test.test_decimal.PyArithmeticOperatorsTest.test_addition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addition_commutes__test.test_math_property.NextafterTests.test_addition_commutes__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_additional_rsplit__test.test_bytes.ByteArrayAsStringTest.test_additional_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_rsplit__test.test_bytes.BytesAsStringTest.test_additional_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_rsplit__test.test_str.StrTest.test_additional_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_rsplit__test.test_userstring.UserStringTest.test_additional_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_split__test.test_bytes.ByteArrayAsStringTest.test_additional_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_split__test.test_bytes.BytesAsStringTest.test_additional_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_split__test.test_str.StrTest.test_additional_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additional_split__test.test_userstring.UserStringTest.test_additional_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additive__test.test_tokenize.CTokenizeTest.test_additive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additive__test.test_tokenize.GenerateTokensTest.test_additive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additive__test.test_tokenize.TokenizeTest.test_additive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_additive_ops__test.test_grammar.GrammarTests.test_additive_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmodule__test.test_capi.test_import.ImportTests.test_addmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmoduleobject__test.test_capi.test_import.ImportTests.test_addmoduleobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmoduleref__test.test_capi.test_import.ImportTests.test_addmoduleref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmul__test.test_deque.TestSequence.test_addmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmul__test.test_list.ListTest.test_addmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmul__test.test_tuple.TupleTest.test_addmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addmul__test.test_userlist.UserListTest.test_addmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addpackage__test.test_site.HelperFunctionsTests.test_addpackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addpackage_empty_lines__test.test_site.HelperFunctionsTests.test_addpackage_empty_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addpackage_import_bad_exec__test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addpackage_import_bad_pth_file__test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addpackage_import_bad_syntax__test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address2pointer__test.test_ctypes.test_cast.Test.test_address2pointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address__test.test_socket.CreateServerTest.test_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_addr_spec_and_domain_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_domain_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_addr_spec_and_username_and_domain_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_and_domain_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_addr_spec_and_username_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_address_only__test.test_email.test_headerregistry.TestAddressHeader.test_address_address_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_comparison__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_display_name_ro__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_display_name_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_domain_ro__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_domain_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_empty__test.test_email.test_headerregistry.TestAddressHeader.test_address_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_errors__test.test_ipaddress.InterfaceTestCase_v4.test_address_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_errors__test.test_ipaddress.InterfaceTestCase_v6.test_address_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_errors__test.test_ipaddress.NetworkTestCase_v4.test_address_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_errors__test.test_ipaddress.NetworkTestCase_v6.test_address_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_escaped_escapes_in_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_escapes_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_escaped_quoted_strings_in_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_quoted_strings_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_from_addr_spec__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_addr_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_from_username_domain__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_username_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_list_folding_at_commas__test.test_email.test__header_value_parser.TestFolding.test_address_list_folding_at_commas_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_list_with_list_separator_after_fold__test.test_email.test__header_value_parser.TestFolding.test_address_list_with_list_separator_after_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_list_with_specials_in_encoded_word__test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_encoded_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_list_with_specials_in_long_quoted_string__test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_long_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_list_with_unicode_names__test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_list_with_unicode_names_in_quotes__test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names_in_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_name_and_address__test.test_email.test_headerregistry.TestAddressHeader.test_address_name_and_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_name_ending_with_dot_without_space__test.test_email.test_headerregistry.TestAddressHeader.test_address_name_ending_with_dot_without_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_name_starting_with_dot__test.test_email.test_headerregistry.TestAddressHeader.test_address_name_starting_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_name_with_dot__test.test_email.test_headerregistry.TestAddressHeader.test_address_name_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_quoted_backslashes_in_name__test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_backslashes_in_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_quoted_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_quoted_parens_in_name__test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_parens_in_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_quoted_strings_in_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_strings_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_read_only__test.test_email.test_headerregistry.TestAddressHeader.test_address_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_rfc2047_atom_in_phrase_is_decoded__test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_phrase_is_decoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_rfc2047_atom_in_quoted_string_is_decoded__test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_quoted_string_is_decoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_rfc2047_atom_is_decoded__test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_is_decoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_spaces_around_dots_in_local_part_removed__test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_around_dots_in_local_part_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_spaces_in_unquoted_local_part_collapsed__test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_in_unquoted_local_part_collapsed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_username_ro__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_username_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_address_with_no_display_name__test.test_email.test_headerregistry.TestAddressAndGroup.test_address_with_no_display_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addresses_read_only__test.test_email.test_headerregistry.TestAddressHeader.test_addresses_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addresses_types__test.test_email.test_headerregistry.TestAddressHeader.test_addresses_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addressfamily_enum__test.test_socket.GeneralModuleTests.test_addressfamily_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addressinfo_enum__test.test_socket.GeneralModuleTests.test_addressinfo_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addsitedir__test.test_site.HelperFunctionsTests.test_addsitedir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addsitedir_dotfile__test.test_site.HelperFunctionsTests.test_addsitedir_dotfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_addsitedir_hidden_file_attribute__test.test_site.HelperFunctionsTests.test_addsitedir_hidden_file_attribute__'test_needs_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_addsitedir_hidden_flags__test.test_site.HelperFunctionsTests.test_addsitedir_hidden_flags__'test_needs_os.chflags__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_adjacent_attributes__test.test_htmlparser.AttributesTestCase.test_adjacent_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adjusted__test.test_decimal.CCoverage.test_adjusted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adjusted__test.test_decimal.PyCoverage.test_adjusted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adler32empty__test.test_zlib.ChecksumTestCase.test_adler32empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_adler32start__test.test_zlib.ChecksumTestCase.test_adler32start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aead_aes_gcm__test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_aes_cbc__test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_af__test.test_ftplib.TestIPv6Environment.test_af_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_creating__test.test__interpreters.ListAllTests.test_after_creating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_creating__test.test_interpreters.test_api.ListAllTests.test_after_creating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_destroy_all__test.test__interpreters.CreateTests.test_after_destroy_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_destroy_all__test.test_interpreters.test_api.CreateTests.test_after_destroy_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_destroy_some__test.test__interpreters.CreateTests.test_after_destroy_some_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_destroy_some__test.test_interpreters.test_api.CreateTests.test_after_destroy_some_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_destroying__test.test__interpreters.ListAllTests.test_after_destroying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_destroying__test.test_interpreters.test_api.ListAllTests.test_after_destroying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_fork__test.test_random.TestModule.test_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_after_specialization__test.test_dynamic.TestTracing.test_after_specialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ag_frame_f_back__test.test_generators.GeneratorTest.test_ag_frame_f_back_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_agg_keyword_args__test.test_sqlite3.test_userfunctions.AggregateTests.test_agg_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_aggr_sum__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_param_blob__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_param_float__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_param_int__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_param_none__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_param_str__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_check_params_int__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_error_on_create__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_exception_in_finalize__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_exception_in_init__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_exception_in_step__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_no_finalize__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_no_match__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_no_step__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aggr_text__test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aiter_bad_args__test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aiter_idempotent__test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aiter_set_return_value__test.test_unittest.testmock.testasync.AsyncIteratorTest.test_aiter_set_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alertdescription__test.test_ssl.TestEnumerations.test_alertdescription_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_algorithms_available__test.test_hashlib.HashLibTestCase.test_algorithms_available_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_algorithms_guaranteed__test.test_hashlib.HashLibTestCase.test_algorithms_guaranteed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias__test.test_ast.test_ast.AST_Tests.test_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias__test.test_type_params.TypeParamsClassScopeTest.test_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias__test.test_typing.LiteralStringTests.test_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias__test.test_typing.SelfTests.test_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_access_01__test.test_type_aliases.TypeParamsAccessTest.test_alias_access_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_access_02__test.test_type_aliases.TypeParamsAccessTest.test_alias_access_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_access_03__test.test_type_aliases.TypeParamsAccessTest.test_alias_access_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_equality__test.test_typing.RETests.test_alias_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_help__test.test_argparse.TestAddSubparsers.test_alias_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_invocation__test.test_argparse.TestAddSubparsers.test_alias_invocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_value_01__test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_value_02__test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_value_03__test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_value_04__test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alias_working__test.test_xml_etree_c.TestAliasWorking.test_alias_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aliases__test.test_codecs.TransformCodecTest.test_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aliases__test.test_enum.OldTestFlag.test_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aliases__test.test_enum.OldTestIntFlag.test_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aliases__test.test_ucn.UnicodeNamesTest.test_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aliases_names_in_pua_range__test.test_ucn.UnicodeNamesTest.test_aliases_names_in_pua_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aligned_packed_structures__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_packed_structures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aligned_string__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aligned_struct_in_union__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_struct_in_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aligned_structures__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_structures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aligned_subclasses__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aligned_union__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alignments__test.test_ctypes.test_numbers.NumberTestCase.test_alignments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alignof_max_align_t__test.test_capi.test_misc.Test_testlimitedcapi.test_alignof_max_align_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alive__test.test_weakref.WeakMethodTestCase.test_alive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test__interpreters.DestroyTests.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_builtin.BuiltinTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_codecs.CodecsModuleTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_eintr.EINTRTests.test_all__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_all__test.test_fileinput.MiscTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_httplib.OfflineTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_httpservers.MiscTestCase.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_interpreters.test_api.TestInterpreterClose.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_traceback.MiscTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_typing.AllTests.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_unittest.testmock.testmock.MockTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_urlparse.UrlParseTestCase.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_userdict.UserDictTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_xml_etree.ModuleTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all__test.test_xml_etree_c.ModuleTest.test_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_attributes_covered__test.test_email.test_policy.PolicyAPITests.test_all_attributes_covered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_eMM_attributes_exist__test.test_mailbox.TestBabylMessage.test_all_eMM_attributes_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_eMM_attributes_exist__test.test_mailbox.TestMHMessage.test_all_eMM_attributes_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_eMM_attributes_exist__test.test_mailbox.TestMMDFMessage.test_all_eMM_attributes_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_eMM_attributes_exist__test.test_mailbox.TestMaildirMessage.test_all_eMM_attributes_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_eMM_attributes_exist__test.test_mailbox.TestMboxMessage.test_all_eMM_attributes_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_eMM_attributes_exist__test.test_mailbox.TestMessage.test_all_eMM_attributes_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_errors__test.test_ftplib.TestFTPClass.test_all_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_errors__test.test_ftplib.TestTLS_FTPClassMixin.test_all_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_exported_names__test.test_typing.AllTests.test_all_exported_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_exports_everything_but_modules__test.test_argparse.TestImportStar.test_all_exports_everything_but_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_freed__test.test_weakref.FinalizeTestCase.test_all_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_julian_days__test.test_strptime.JulianTests.test_all_julian_days_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_keywords_fail_to_be_used_as_names__test.test_keyword.Test_iskeyword.test_all_keywords_fail_to_be_used_as_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_locks__test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_locks__test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_new_methods_are_called__test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_repr_eq_any__test.test_typing.GenericTests.test_all_repr_eq_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_safe__test.test_email.test__encoded_words.TestEncodeQ.test_all_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_soft_keywords_can_be_used_as_names__test.test_keyword.Test_iskeyword.test_all_soft_keywords_can_be_used_as_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_suppressed_mutex_followed_by_long_arg__test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_followed_by_long_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_suppressed_mutex_with_optional_nargs__test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_with_optional_nargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_tasks_with_blocking__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_tasks_with_blocking__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_tasks_with_eager_completion__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_tasks_with_eager_completion__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_all_watchers__test.test_capi.test_watchers.TestTypeWatchers.test_all_watchers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allmethods__test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alloc__test.test_bytes.ByteArrayTest.test_alloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alloc_overflow__test.test_array.DoubleTest.test_alloc_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allocate_too_many_watchers__test.test_capi.test_watchers.TestCodeObjectWatchers.test_allocate_too_many_watchers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allocate_too_many_watchers__test.test_capi.test_watchers.TestFuncWatchers.test_allocate_too_many_watchers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allow_default_after_non_default_in_alias__test.test_typing.TypeParameterDefaultsTests.test_allow_default_after_non_default_in_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allow_dotted_names_true__test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allow_nan__test.test_json.test_float.TestCFloat.test_allow_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allow_nan__test.test_json.test_float.TestPyFloat.test_allow_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_allowed_types__test.test__interpchannels.ChannelTests.test_allowed_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_destroyed__test.test__interpreters.DestroyTests.test_already_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_destroyed__test.test__interpreters.IsRunningTests.test_already_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_destroyed__test.test_interpreters.test_api.TestInterpreterClose.test_already_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_destroyed__test.test_interpreters.test_api.TestInterpreterIsRunning.test_already_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_imported__test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_imported__test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_running__test.test__interpreters.RunStringTests.test_already_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_already_running__test.test_interpreters.test_api.TestInterpreterExec.test_already_running__'Fails_on_FreeBSD'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alreadyloaded__test.test_pkgutil.PkgutilPEP302Tests.test_alreadyloaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='af_ZA'__\"no_locale_'af_ZA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ar_AE.UTF-8'__\"no_locale_'ar_AE.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='be_BY'__\"no_locale_'be_BY'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='bg_BG'__\"no_locale_'bg_BG'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='bn_IN.UTF-8'__\"no_locale_'bn_IN.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='br_FR'__\"no_locale_'br_FR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='bs_BA'__\"no_locale_'bs_BA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ca_ES'__\"no_locale_'ca_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='cs_CZ'__\"no_locale_'cs_CZ'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='da_DK'__\"no_locale_'da_DK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='de_AT'__\"no_locale_'de_AT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='de_BE'__\"no_locale_'de_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='de_LU'__\"no_locale_'de_LU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='el_GR'__\"no_locale_'el_GR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='en_DK'__\"no_locale_'en_DK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_AR'__\"no_locale_'es_AR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_BO'__\"no_locale_'es_BO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_CL'__\"no_locale_'es_CL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_CO'__\"no_locale_'es_CO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_EC'__\"no_locale_'es_EC'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_ES'__\"no_locale_'es_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_PY'__\"no_locale_'es_PY'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_UY'__\"no_locale_'es_UY'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='es_VE'__\"no_locale_'es_VE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='et_EE'__\"no_locale_'et_EE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='eu_ES'__\"no_locale_'eu_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fa_IR'__\"no_locale_'fa_IR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fi_FI'__\"no_locale_'fi_FI'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fo_FO'__\"no_locale_'fo_FO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fr_BE'__\"no_locale_'fr_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fr_CA'__\"no_locale_'fr_CA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fr_CH'__\"no_locale_'fr_CH'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fr_FR.ISO8859-1'__\"no_locale_'fr_FR.ISO8859-1'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fr_FR.ISO8859-15@euro'__\"no_locale_'fr_FR.ISO8859-15@euro'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='fr_LU'__\"no_locale_'fr_LU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='gl_ES'__\"no_locale_'gl_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='hr_HR'__\"no_locale_'hr_HR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='hu_HU'__\"no_locale_'hu_HU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='id_ID'__\"no_locale_'id_ID'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='is_IS'__\"no_locale_'is_IS'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='it_CH'__\"no_locale_'it_CH'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='it_IT'__\"no_locale_'it_IT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ja_JP.UTF-8'__\"no_locale_'ja_JP.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ka_GE'__\"no_locale_'ka_GE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='kl_GL'__\"no_locale_'kl_GL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ko_KR.eucKR'__\"no_locale_'ko_KR.eucKR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='lt_LT'__\"no_locale_'lt_LT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='lv_LV'__\"no_locale_'lv_LV'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='lzh_TW.UTF-8'__\"no_locale_'lzh_TW.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='mk_MK'__\"no_locale_'mk_MK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='mr_IN.UTF-8'__\"no_locale_'mr_IN.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='my_MM.UTF-8'__\"no_locale_'my_MM.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='nb_NO'__\"no_locale_'nb_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='nl_BE'__\"no_locale_'nl_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='nl_NL'__\"no_locale_'nl_NL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='nn_NO'__\"no_locale_'nn_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='no_NO'__\"no_locale_'no_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='oc_FR'__\"no_locale_'oc_FR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='or_IN.UTF-8'__\"no_locale_'or_IN.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='pl_PL'__\"no_locale_'pl_PL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ps_AF'__\"no_locale_'ps_AF'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='pt_BR'__\"no_locale_'pt_BR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='pt_PT'__\"no_locale_'pt_PT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ro_RO'__\"no_locale_'ro_RO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ru_RU'__\"no_locale_'ru_RU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ru_RU.KOI8-R'__\"no_locale_'ru_RU.KOI8-R'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='ru_UA'__\"no_locale_'ru_UA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='se_NO'__\"no_locale_'se_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='shn_MM.UTF-8'__\"no_locale_'shn_MM.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='sk_SK'__\"no_locale_'sk_SK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='sl_SI'__\"no_locale_'sl_SI'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='sq_AL'__\"no_locale_'sq_AL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='sr_YU'__\"no_locale_'sr_YU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='sv_FI'__\"no_locale_'sv_FI'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='sv_SE'__\"no_locale_'sv_SE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='tg_TJ'__\"no_locale_'tg_TJ'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='th_TH.TIS620'__\"no_locale_'th_TH.TIS620'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='uk_UA'__\"no_locale_'uk_UA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='vi_VN'__\"no_locale_'vi_VN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_digits_nl_langinfo__test.test__locale._LocaleTests.test_alt_digits_nl_langinfo___locale='wa_BE'__\"no_locale_'wa_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_alt_expand__test.test_optparse.TestExpandDefaults.test_alt_expand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alternate_classmethod_constructor__test.test_dataclasses.TestCase.test_alternate_classmethod_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alternate_help_version__test.test_argparse.TestOptionalsHelpVersionActions.test_alternate_help_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alternative_constructor__test.test_statistics.TestNormalDistC.test_alternative_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alternative_constructor__test.test_statistics.TestNormalDistPython.test_alternative_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alternative_patterns_bind_different_names_0__test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_alternative_patterns_bind_different_names_1__test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_altinstall_default_pip_conflict__test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_altmro__test.test_descr.ClassPropertiesAndMethods.test_altmro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_always__test.test_warnings.CFilterTests.test_always_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_always__test.test_warnings.PyFilterTests.test_always_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_always_after_default__test.test_warnings.CFilterTests.test_always_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_always_after_default__test.test_warnings.PyFilterTests.test_always_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_am_pm__test.test_strptime.LocaleTime_Tests.test_am_pm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ambiguous_loops__test.test_asyncio.test_locks.ConditionTests.test_ambiguous_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ambiguous_option__test.test_argparse.TestExitOnError.test_ambiguous_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ambiguous_option__test.test_optparse.TestStandard.test_ambiguous_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_an_integer__test.test_ctypes.test_values.ValuesTestCase.test_an_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PurePathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PathTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PurePathTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchor_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_anchors_for_simple_assign_statements_are_elided__test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchors_for_simple_assign_statements_are_elided__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchors_for_simple_assign_statements_are_elided__test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchors_for_simple_return_statements_are_elided__test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchors_for_simple_return_statements_are_elided__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anchors_for_simple_return_statements_are_elided__test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_compile.TestExpressionStackSize.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_decimal.CIBMTestCases.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_decimal.PyIBMTestCases.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_enum.OldTestFlag.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_enum.OldTestIntFlag.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_set.TestFrozenSet.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_set.TestFrozenSetSubclass.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_set.TestSet.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_set.TestSetSubclass.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and__test.test_weakset.TestWeakSet.test_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and_or__test.test_compile.TestExpressionStackSize.test_and_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_and_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_and_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_android_ext_suffix__test.test_sysconfig.TestSysConfig.test_android_ext_suffix__'Android-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_android_ver__test.test_platform.PlatformTest.test_android_ver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anext_await_raises__test.test_asyncgen.AsyncGenAsyncioTest.test_anext_await_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anext_bad_args__test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anext_bad_await__test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anext_iter__test.test_asyncgen.AsyncGenAsyncioTest.test_anext_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anext_return_generator__test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anext_return_iterator__test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotate__test.test_pickletools.DisTests.test_annotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotated__test.test_symtable.SymtableTest.test_annotated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotated_cached_with_types__test.test_typing.AnnotatedTests.test_annotated_cached_with_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotated_in_other_types__test.test_typing.AnnotatedTests.test_annotated_in_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotated_mro__test.test_typing.AnnotatedTests.test_annotated_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotation_limit__test.test_compile.TestSpecifics.test_annotation_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotation_usage__test.test_typing.NamedTupleTests.test_annotation_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotation_usage_with_default__test.test_typing.NamedTupleTests.test_annotation_usage_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotation_usage_with_methods__test.test_typing.NamedTupleTests.test_annotation_usage_with_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotation_with_complex_target__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotation_with_complex_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations__test.test_functools.TestSingleDispatch.test_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations__test.test_unparse.UnparseTestCase.test_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_are_created_correctly__test.test_module.ModuleTests.test_annotations_are_created_correctly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_are_created_correctly__test.test_type_annotations.TypeAnnotationTests.test_annotations_are_created_correctly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_constant_fold__test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_constant_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_forbidden__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_forbidden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_getset_raises__test.test_module.ModuleTests.test_annotations_getset_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_getset_raises__test.test_type_annotations.TypeAnnotationTests.test_annotations_getset_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_in_closures__test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_in_closures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_inheritance__test.test_grammar.GrammarTests.test_annotations_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_annotations_symbol_table_pass__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_symbol_table_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anon__test.test_ctypes.test_anon.AnonTest.test_anon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anon_bitfields__test.test_ctypes.test_bitfields.BitFieldTest.test_anon_bitfields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anon_nonmember__test.test_ctypes.test_anon.AnonTest.test_anon_nonmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anon_nonseq__test.test_ctypes.test_anon.AnonTest.test_anon_nonseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anonymous__test.test_inspect.test_inspect.TestOneliners.test_anonymous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anonymous__test.test_mmap.MmapTests.test_anonymous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_another_long_almost_unsplittable_header__test.test_email.test_email.TestLongHeaders.test_another_long_almost_unsplittable_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_another_long_multiline_header__test.test_email.test_email.TestLongHeaders.test_another_long_multiline_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_answer_challenge_auth_failure__test.test_multiprocessing_fork.test_misc.OtherTest.test_answer_challenge_auth_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_answer_challenge_auth_failure__test.test_multiprocessing_forkserver.test_misc.OtherTest.test_answer_challenge_auth_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_answer_challenge_auth_failure__test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any__test.test_builtin.BuiltinTest.test_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any__test.test_unittest.testmock.testhelpers.AnyTest.test_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_and_datetime__test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_and_spec_set__test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_arguments__test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_instance_type_error__test.test_typing.AnyTests.test_any_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_mock_calls_comparison_order__test.test_unittest.testmock.testhelpers.AnyTest.test_any_mock_calls_comparison_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_no_spec__test.test_unittest.testmock.testhelpers.AnyTest.test_any_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_any_works_with_alias__test.test_typing.AnyTests.test_any_works_with_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anyall__test.test_re.ReTests.test_anyall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_access__test.test_dbm.TestCase_dumb.test_anydbm_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_access__test.test_dbm.TestCase_gnu.test_anydbm_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_access__test.test_dbm.TestCase_ndbm.test_anydbm_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_access__test.test_dbm.TestCase_sqlite3.test_anydbm_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation__test.test_dbm.TestCase_dumb.test_anydbm_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation__test.test_dbm.TestCase_gnu.test_anydbm_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation__test.test_dbm.TestCase_ndbm.test_anydbm_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation__test.test_dbm.TestCase_sqlite3.test_anydbm_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation_n_file_exists_with_invalid_contents__test.test_dbm.TestCase_dumb.test_anydbm_creation_n_file_exists_with_invalid_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation_n_file_exists_with_invalid_contents__test.test_dbm.TestCase_gnu.test_anydbm_creation_n_file_exists_with_invalid_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation_n_file_exists_with_invalid_contents__test.test_dbm.TestCase_ndbm.test_anydbm_creation_n_file_exists_with_invalid_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_creation_n_file_exists_with_invalid_contents__test.test_dbm.TestCase_sqlite3.test_anydbm_creation_n_file_exists_with_invalid_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_keys__test.test_dbm.TestCase_dumb.test_anydbm_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_keys__test.test_dbm.TestCase_gnu.test_anydbm_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_keys__test.test_dbm.TestCase_ndbm.test_anydbm_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_keys__test.test_dbm.TestCase_sqlite3.test_anydbm_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_modification__test.test_dbm.TestCase_dumb.test_anydbm_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_modification__test.test_dbm.TestCase_gnu.test_anydbm_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_modification__test.test_dbm.TestCase_ndbm.test_anydbm_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_modification__test.test_dbm.TestCase_sqlite3.test_anydbm_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_not_existing__test.test_dbm.TestCase_dumb.test_anydbm_not_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_not_existing__test.test_dbm.TestCase_gnu.test_anydbm_not_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_not_existing__test.test_dbm.TestCase_ndbm.test_anydbm_not_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_not_existing__test.test_dbm.TestCase_sqlite3.test_anydbm_not_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_read__test.test_dbm.TestCase_dumb.test_anydbm_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_read__test.test_dbm.TestCase_gnu.test_anydbm_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_read__test.test_dbm.TestCase_ndbm.test_anydbm_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anydbm_read__test.test_dbm.TestCase_sqlite3.test_anydbm_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anyscheme__test.test_urlparse.UrlParseTestCase.test_anyscheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anyset_check__test.test_capi.test_set.TestSetCAPI.test_anyset_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_anyset_check_exact__test.test_capi.test_set.TestSetCAPI.test_anyset_check_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_api_level__test.test_sqlite3.test_dbapi.ModuleTests.test_api_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_api_misuse__test.test_capi.test_mem.PyMemDebugTests.test_api_misuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_api_misuse__test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_api_misuse__test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_api_misuse__test.test_capi.test_mem.PyMemMimallocDebugTests.test_api_misuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_api_misuse__test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apop_REDOS__test.test_poplib.TestPOP3Class.test_apop_REDOS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apop_REDOS__test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apop_REDOS__test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apop_normal__test.test_poplib.TestPOP3Class.test_apop_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apop_normal__test.test_poplib.TestPOP3_SSLClass.test_apop_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apop_normal__test.test_poplib.TestPOP3_TLSClass.test_apop_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_array.LargeArrayTest.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_bigmem.ListTest.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_bytes.ByteArrayTest.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_gzip.TestGzip.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_list.ListTest.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_userlist.UserListTest.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_bom__test.test_io.CTextIOWrapperTest.test_append_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_bom__test.test_io.PyTextIOWrapperTest.test_append_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_compressed__test.test_tarfile.Bz2AppendTest.test_append_compressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_compressed__test.test_tarfile.GzipAppendTest.test_append_compressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_compressed__test.test_tarfile.LzmaAppendTest.test_append_compressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_duplicate__test.test_warnings.CFilterTests.test_append_duplicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_duplicate__test.test_warnings.PyFilterTests.test_append_duplicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_mode_tell__test.test_io.CIOTest.test_append_mode_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_mode_tell__test.test_io.PyIOTest.test_append_mode_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_append_to_concatenated_zip_file__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appends_on_non_lists__test.test_pickle.CDumpPickle_LoadPickle.test_appends_on_non_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appends_on_non_lists__test.test_pickle.CPicklerTests.test_appends_on_non_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appends_on_non_lists__test.test_pickle.DumpPickle_CLoadPickle.test_appends_on_non_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appends_on_non_lists__test.test_pickle.InMemoryPickleTests.test_appends_on_non_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appends_on_non_lists__test.test_pickle.PyPicklerTests.test_appends_on_non_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appends_on_non_lists__test.test_pickletools.OptimizedPickleTests.test_appends_on_non_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appexeclink__test.test_os.Win32SymlinkTests.test_appexeclink__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_appleformatting__test.test_plistlib.TestPlistlib.test_appleformatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_appleformattingfromliteral__test.test_plistlib.TestPlistlib.test_appleformattingfromliteral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply_static_swaps_2__test.test_compile.TestSpecifics.test_apply_static_swaps_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply_static_swaps_3__test.test_compile.TestSpecifics.test_apply_static_swaps_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apply_static_swaps__test.test_compile.TestSpecifics.test_apply_static_swaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_absolute_decimals__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_absolute_floats__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_absolute_fractions__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_absolute_ints__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_both1__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_both2__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_both3__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_both4__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_relative_decimals__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_relative_floats__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_relative_fractions__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_approx_equal_relative_ints__test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_april__test.test_calendar.MondayTestCase.test_april_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_april__test.test_calendar.SundayTestCase.test_april_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apropos_empty_doc__test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apropos_with_bad_package__test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_apropos_with_unreadable_dir__test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ar__test.test_gettext.PluralFormsInternalTestCase.test_ar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arbitrary_buffer__test.test_struct.UnpackIteratorTest.test_arbitrary_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arbitrary_name_unstructured__test.test_email.test_headerregistry.TestHeaderRegistry.test_arbitrary_name_unstructured_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_architecture__test.test_platform.PlatformTest.test_architecture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_architecture_via_symlink__test.test_platform.PlatformTest.test_architecture_via_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg__test.test_regrtest.ParseArgsTestCase.test_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_combinations__test.test_functools.TestPartialC.test_arg_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_combinations__test.test_functools.TestPartialCSubclass.test_arg_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_combinations__test.test_functools.TestPartialMethod.test_arg_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_combinations__test.test_functools.TestPartialPy.test_arg_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_combinations__test.test_functools.TestPartialPySubclass.test_arg_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_errors__test.test_trace.TestFuncs.test_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_errors__test.test_weakref.FinalizeTestCase.test_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_lists__test.test_unittest.testmock.testmock.MockTest.test_arg_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_option_arg__test.test_regrtest.ParseArgsTestCase.test_arg_option_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_parsing__test.test_bisect.TestErrorHandlingC.test_arg_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_parsing__test.test_bisect.TestErrorHandlingPython.test_arg_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_parsing__test.test_heapq.TestErrorHandlingC.test_arg_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arg_parsing__test.test_heapq.TestErrorHandlingPython.test_arg_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argforms__test.test_decorators.TestDecorators.test_argforms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argparse_module_encoding__test.test_argparse.TestEncoding.test_argparse_module_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args__test.test__interpreters.RunFuncTests.test_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args__test.test_capi.test_getargs.Tuple_TestCase.test_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args__test.test_enumerate.TestReversed.test_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args__test.test_resource.ResourceTest.test_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args__test.test_typing.LiteralTests.test_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_argument__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_args_argument__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_argument__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_args_argument__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_argument__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_args_argument__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_argument__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_args_argument__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_argument__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_argument__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_args_argument__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_argument__test.test_threading.ThreadTests.test_args_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_error__test.test_io.CBufferedRandomTest.test_args_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_error__test.test_io.CBufferedReaderTest.test_args_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_error__test.test_io.CBufferedWriterTest.test_args_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_from_interpreter_flags__test.test_support.TestSupport.test_args_from_interpreter_flags__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_args_kwargs__test.test_sched.TestCase.test_args_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_kwargs__test.test_typing.ParamSpecTests.test_args_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_list_contains_call_list__test.test_unittest.testmock.testhelpers.TestCallList.test_args_list_contains_call_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_args_string__test.test_subprocess.POSIXProcessTestCase.test_args_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argspec_api_ignores_wrapped__test.test_inspect.test_inspect.TestClassesAndFunctions.test_argspec_api_ignores_wrapped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument__test.test_argparse.TestStrings.test_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_checking__test.test_functools.TestPartialC.test_argument_checking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_checking__test.test_functools.TestPartialCSubclass.test_argument_checking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_checking__test.test_functools.TestPartialPy.test_argument_checking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_checking__test.test_functools.TestPartialPySubclass.test_argument_checking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_error__test.test_argparse.TestArgumentError.test_argument_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_handling__test.test_compile.TestSpecifics.test_argument_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_order__test.test_compile.TestSpecifics.test_argument_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_passing__test.datetimetester.TestDateTimeTZ_Fast.test_argument_passing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_passing__test.datetimetester.TestDateTimeTZ_Pure.test_argument_passing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_passing__test.datetimetester.TestTimeTZ_Fast.test_argument_passing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_passing__test.datetimetester.TestTimeTZ_Pure.test_argument_passing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_required__test.test_os.TestPEP519.test_argument_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_required__test.test_os.TestPEP519PurePython.test_argument_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_type_error__test.test_argparse.TestArgumentTypeError.test_argument_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_validation__test.test_warnings.CFilterTests.test_argument_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argument_validation__test.test_warnings.PyFilterTests.test_argument_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.EnumerateStartTestCase.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.EnumerateTestCase.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.SubclassTestCase.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.TestBig.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.TestEmpty.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.TestLongStart.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argumentcheck__test.test_enumerate.TestStart.test_argumentcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments__test.test_ast.test_ast.AST_Tests.test_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments__test.test_fstring.TestCase.test_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments__test.test_threading_local.PyThreadingLocalTest.test_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments__test.test_threading_local.ThreadLocalTest.test_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments_list__test.test_argparse.TestParseKnownArgs.test_arguments_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments_list_positional__test.test_argparse.TestParseKnownArgs.test_arguments_list_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments_tuple__test.test_argparse.TestParseKnownArgs.test_arguments_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arguments_tuple_positional__test.test_argparse.TestParseKnownArgs.test_arguments_tuple_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_argv0_normalization__test.test_cmd_line.CmdLineTest.test_argv0_normalization__'bpo-32457_only_applies_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_argval_argrepr__test.test_dis.InstructionTests.test_argval_argrepr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arithmetic_Set__test.test_collections.TestCollectionABCs.test_arithmetic_Set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_around_2GB__test.test_mmap.LargeMmapTests.test_around_2GB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_around_4GB__test.test_mmap.LargeMmapTests.test_around_4GB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_arp_getnode__test.test_uuid.TestInternalsWithExtModule.test_arp_getnode__'arp_is_not_used_for_introspection_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_arp_getnode__test.test_uuid.TestInternalsWithoutExtModule.test_arp_getnode__'arp_is_not_used_for_introspection_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_array2pointer__test.test_ctypes.test_cast.Test.test_array2pointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_codecs.ReadBufferTest.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_marshal.BufferTestCase.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array__test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_assign__test.test_memoryview.ArrayMemoryviewTest.test_array_assign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_from_size__test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array_from_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_from_size__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array_from_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_from_size__test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_in_struct__test.test_ctypes.test_structures.StructureTestCase.test_array_in_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_invalid_length__test.test_ctypes.test_varsize_struct.VarSizeTest.test_array_invalid_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_is_sequence__test.test_array.MiscTest.test_array_is_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_pointers__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_array_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_size__test.test_sqlite3.test_dbapi.CursorTests.test_array_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_writes__test.test_io.CIOTest.test_array_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_array_writes__test.test_io.PyIOTest.test_array_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes__test.test_email.test_email.TestMessageAPI.test_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_bytes_common__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_bytes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_bytes_policy__test.test_email.test_email.TestMessageAPI.test_as_bytes_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_concurrent__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_invalid_args__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_resume_iterator__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_resume_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_reverse_wait__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_reverse_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_same_tasks_in_as_out__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_timeout__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_completed_with_unused_timeout__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_unused_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_dict__test.test_frame.TestFrameLocals.test_as_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_dict__test.test_types.SimpleNamespaceTests.test_as_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_file_directory__test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_as_file_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_file_does_not_keep_open__test.test_importlib.resources.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open__'Desired_but_not_supported.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_integer_ratio__test.test_decimal.CUsabilityTest.test_as_integer_ratio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_integer_ratio__test.test_decimal.PyUsabilityTest.test_as_integer_ratio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_integer_ratio__test.test_fractions.FractionTest.test_as_integer_ratio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_integer_ratio__test.test_long.LongTest.test_as_integer_ratio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_json__test.test_importlib.metadata.test_api.APITests.test_as_json_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_json_egg_info__test.test_importlib.metadata.test_api.APITests.test_as_json_egg_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_json_odd_case__test.test_importlib.metadata.test_api.APITests.test_as_json_odd_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_nonzero__test.test_decimal.CUsabilityTest.test_as_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_nonzero__test.test_decimal.PyUsabilityTest.test_as_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_number__test.test_frame.TestFrameLocals.test_as_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_posix_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_as_posix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_string__test.test_email.test_email.TestMessageAPI.test_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_string_allows_maxheaderlen__test.test_email.test_message.TestEmailMessage.test_as_string_allows_maxheaderlen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_string_policy__test.test_email.test_email.TestMessageAPI.test_as_string_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_string_unixform__test.test_email.test_message.TestEmailMessage.test_as_string_unixform_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_string_uses_max_header_length_by_default__test.test_email.test_message.TestEmailMessage.test_as_string_uses_max_header_length_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_tuple__test.test_decimal.CUsabilityTest.test_as_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_tuple__test.test_decimal.PyUsabilityTest.test_as_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PathTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_common__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_uri_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_non_ascii__test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_as_uri_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_asccomplex__test.test_capi.test_complex.CAPIComplexTest.test_asccomplex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii__test.test_builtin.BuiltinTest.test_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii__test.test_codecs.SurrogateEscapeTest.test_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii__test.test_codecs.UTF7Test.test_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii__test.test_str.StrTest.test_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_add_header__test.test_email.test_email.TestMessageAPI.test_ascii_add_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_add_header_with_tspecial__test.test_email.test_email.TestMessageAPI.test_ascii_add_header_with_tspecial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_after_unknown_not_combined__test.test_email.test__header_value_parser.TestFolding.test_ascii_after_unknown_not_combined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_and_unicode_flag__test.test_re.ReTests.test_ascii_and_unicode_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_body__test.test_httplib.RequestBodyTest.test_ascii_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_docstring__test.test_module.ModuleTests.test_ascii_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_file_shelf__test.test_shelve.TestCase.test_ascii_file_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ascii_letters__test.test_ucn.UnicodeNamesTest.test_ascii_letters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asctime__test.test_time.TimeTestCase.test_asctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asctime_bounding_check__test.test_time.TimeTestCase.test_asctime_bounding_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asdouble__test.test_capi.test_float.CAPIFloatTest.test_asdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asend__test.test_asyncgen.TestUnawaitedWarnings.test_asend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asend_send_already_running__test.test_asyncgen.TestUnawaitedWarnings.test_asend_send_already_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asn1object__test.test_ssl.BasicSocketTests.test_asn1object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ass_subscr__test.test_xml_etree.BadElementTest.test_ass_subscr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ass_subscr__test.test_xml_etree_c.BadElementTest.test_ass_subscr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assecondsdouble__test.test_capi.test_time.CAPITest.test_assecondsdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assertNotWarns__test.test_unittest.test_assertions.TestLongMessage.test_assertNotWarns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assertRaises__test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assertRaises_frames_survival__test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert__test.test_ast.test_ast.ASTValidatorTests.test_assert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert__test.test_grammar.GrammarTests.test_assert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_any_call__test.test_unittest.testmock.testmock.MockTest.test_assert_any_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_any_call_with_function_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_any_call_with_function_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_any_wait__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_any_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_awaited__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_awaited_but_not_called__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_but_not_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_awaited_once__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_awaited_once_with__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_awaited_with__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called__test.test_unittest.testmock.testmock.MockTest.test_assert_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_and_awaited_at_same_time__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_and_awaited_at_same_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_but_not_awaited__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_exception_message__test.test_unittest.testmock.testmock.MockTest.test_assert_called_exception_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_and_awaited_twice__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_once_and_awaited_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_message__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_message_not_called__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message_not_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_with__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_with_call_list__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_call_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_with_function_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_function_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_once_with_message__test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_then_awaited__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_then_awaited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_twice_and_awaited_once__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_with__test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_with_any__test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_with_failure_message__test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_failure_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_with_function_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_function_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_with_message__test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_called_with_method_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_method_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_failures__test.test_grammar.GrammarTests.test_assert_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_awaits_no_order__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_no_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_awaits_not_matching_spec_error__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_not_matching_spec_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_awaits_ordered__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_ordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls__test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls_any_order__test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_any_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls_nested_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls_nested_without_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_without_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls_not_awaits__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls_not_matching_spec_error__test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_not_matching_spec_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_calls_with_function_spec__test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_with_function_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_mock_calls_on_async_mock_no_spec__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_has_mock_calls_on_async_mock_with_spec__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_not_awaited__test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_not_awaited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_not_called__test.test_unittest.testmock.testmock.MockTest.test_assert_not_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_not_called_message__test.test_unittest.testmock.testmock.MockTest.test_assert_not_called_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_not_in_with_arg_in_bytecode__test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_not_in_with_arg_not_in_bytecode__test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_not_in_with_op_not_in_bytecode__test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_python_failure__test.test_script_helper.TestScriptHelper.test_assert_python_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_python_failure_raises__test.test_script_helper.TestScriptHelper.test_assert_python_failure_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_python_isolated_when_env_not_required__test.test_script_helper.TestScriptHelper.test_assert_python_isolated_when_env_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_python_ok__test.test_script_helper.TestScriptHelper.test_assert_python_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_python_ok_raises__test.test_script_helper.TestScriptHelper.test_assert_python_ok_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_shadowing__test.test_exceptions.ExceptionTests.test_assert_shadowing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_syntax_warnings__test.test_grammar.GrammarTests.test_assert_syntax_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_unicode__test.test_audit.AuditTest.test_assert_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_warning_promotes_to_syntax_error__test.test_grammar.GrammarTests.test_assert_warning_promotes_to_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assert_with_tuple_arg__test.test_raise.TestRaise.test_assert_with_tuple_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assertion_error_location__test.test_exceptions.AssertionErrorTests.test_assertion_error_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign__test.test_ast.test_ast.ASTValidatorTests.test_assign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign_call__test.test_syntax.SyntaxTestCase.test_assign_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign_del__test.test_syntax.SyntaxTestCase.test_assign_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign_init_code__test.test_opcache.TestCallCache.test_assign_init_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign_slice__test.test_descr.ClassPropertiesAndMethods.test_assign_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign_to_comp_iter_var_in_outer_function__test.test_listcomps.ListComprehensionTest.test_assign_to_comp_iter_var_in_outer_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assign_to_constant__test.test_ast.test_ast.ConstantTests.test_assign_to_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assigned__test.test_symtable.SymtableTest.test_assigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assigned_attributes__test.test_reprlib.TestRecursiveRepr.test_assigned_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.ByteTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.DoubleTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.FloatTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.IntTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.LongLongTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.LongTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.ShortTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.UnsignedByteTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.UnsignedIntTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.UnsignedLongLongTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.UnsignedLongTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_array.UnsignedShortTest.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment__test.test_fstring.TestCase.test_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment_behavior__test.test_functools.TestSingleDispatch.test_assignment_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment_expression__test.test_listcomps.ListComprehensionTest.test_assignment_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment_expression_feature_version__test.test_ast.test_ast.AST_Tests.test_assignment_expression_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment_idiom_in_comprehensions__test.test_dictcomps.DictComprehensionTest.test_assignment_idiom_in_comprehensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_assignment_idiom_in_comprehensions__test.test_peepholer.TestTranforms.test_assignment_idiom_in_comprehensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asssizet__test.test_capi.test_number.CAPITest.test_asssizet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast__test.test_fstring.TestCase.test_ast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_asdl_signature__test.test_ast.test_ast.AST_Tests.test_ast_asdl_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_compile_time_concat__test.test_fstring.TestCase.test_ast_compile_time_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_fini__test.test_gc.PythonFinalizationTests.test_ast_fini_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_fstring_empty_format_spec__test.test_fstring.TestCase.test_ast_fstring_empty_format_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_fstring_format_spec__test.test_fstring.TestCase.test_ast_fstring_format_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_line_numbers__test.test_fstring.TestCase.test_ast_line_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_line_numbers_duplicate_expression__test.test_fstring.TestCase.test_ast_line_numbers_duplicate_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_line_numbers_multiline_fstring__test.test_fstring.TestCase.test_ast_line_numbers_multiline_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_line_numbers_multiple_formattedvalues__test.test_fstring.TestCase.test_ast_line_numbers_multiple_formattedvalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_line_numbers_nested__test.test_fstring.TestCase.test_ast_line_numbers_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_line_numbers_with_parentheses__test.test_fstring.TestCase.test_ast_line_numbers_with_parentheses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_numbers_fstring_with_formatting__test.test_fstring.TestCase.test_ast_numbers_fstring_with_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_recursion_limit__test.test_ast.test_ast.AST_Tests.test_ast_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ast_validation__test.test_ast.test_ast.AST_Tests.test_ast_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestDateTime_Fast.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestDateTime_Pure.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestSubclassDateTime_Fast.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone__test.datetimetester.TestSubclassDateTime_Pure.test_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone_default_eastern__test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_eastern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone_default_eastern__test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_eastern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone_default_near_fold__test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_near_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone_default_near_fold__test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_near_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone_default_utc__test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_astimezone_default_utc__test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asymmetry__test.test_cmath.IsCloseTests.test_asymmetry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asymmetry__test.test_math.IsCloseTests.test_asymmetry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_positional_only_arg.PositionalOnlyTestCase.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_tokenize.CTokenizeTest.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_tokenize.GenerateTokensTest.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async__test.test_tokenize.TokenizeTest.test_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_and_await_are_keywords__test.test_keyword.Test_iskeyword.test_async_and_await_are_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_annotation__test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_arg_lists__test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_arg_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_await__test.test_grammar.GrammarTests.test_async_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_callback__test.test_contextlib_async.TestAsyncExitStack.test_async_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_contextmanager__test.test_typing.OtherABCTests.test_async_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_def__test.test_types.CoroutineTests.test_async_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_def_cm__test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_async_def_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_def_coroutines__test.test_asyncio.test_pep492.CoroutineTests.test_async_def_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_def_patch__test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_async_def_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_error_callback__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_error_callback__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_error_callback__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_exit_exception_chaining__test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_exit_exception_explicit_none_context__test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_explicit_none_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for__test.test_compile.TestStackSizeStability.test_async_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for__test.test_grammar.GrammarTests.test_async_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for__test.test_monitoring.ExceptionMonitoringTest.test_async_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for_backwards_jump_has_no_line__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_async_for_backwards_jump_has_no_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for_backwards_jump_has_no_line__test.test_sys_settrace.TestLinesAfterTraceStarted.test_async_for_backwards_jump_has_no_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for_backwards_jump_has_no_line__test.test_sys_settrace.TestSetLocalTrace.test_async_for_backwards_jump_has_no_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for_backwards_jump_has_no_line__test.test_sys_settrace.TraceOpcodesTestCase.test_async_for_backwards_jump_has_no_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for_backwards_jump_has_no_line__test.test_sys_settrace.TraceTestCase.test_async_for_backwards_jump_has_no_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_for_else__test.test_compile.TestStackSizeStability.test_async_for_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_function__test.test_unparse.ManualASTCreationTestCase.test_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_function_with_type_params__test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_function_with_type_params_and_default__test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params_and_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_3_arg_deprecation_warning__test.test_asyncgen.AsyncGenTest.test_async_gen_3_arg_deprecation_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_aclose_after_exhaustion__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_after_exhaustion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_aclose_compatible_with_get_stack__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_compatible_with_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_aclose_twice_with_different_coros__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_twice_with_different_coros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_aiter__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_aiter_class__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_api_01__test.test_asyncgen.AsyncGenTest.test_async_gen_api_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asend_close_runtime_error__test.test_asyncgen.AsyncGenTest.test_async_gen_asend_close_runtime_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asend_throw_concurrent_with_send__test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asend_throw_concurrent_with_throw__test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_01__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_02__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_03__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_aclose_06__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_aclose_07__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_aclose_08__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_aclose_10__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_aclose_11__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_aclose_12__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_anext_04__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_anext_05__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_05_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_anext_06__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_anext_stopiteration__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_stopiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_anext_tuple__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_anext_tuple_no_exceptions__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple_no_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_asend_01__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_asend_02__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_asend_03__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_athrow_01__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_athrow_02__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_athrow_03__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_athrow_stopiteration__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_stopiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_athrow_tuple__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_gc_aclose_09__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_shutdown_01__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_shutdown_02__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_shutdown_exception_01__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_asyncio_shutdown_exception_02__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_athrow_close_runtime_error__test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_close_runtime_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_athrow_throw_concurrent_with_send__test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_athrow_throw_concurrent_with_throw__test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_await_same_aclose_coro_twice__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_aclose_coro_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_await_same_anext_coro_twice__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_anext_coro_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_03__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_04__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_05__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_05_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_06__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_07__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_08__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_09__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_10__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_11__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_exception_12__test.test_asyncgen.AsyncGenTest.test_async_gen_exception_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_expression_01__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_expression_02__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_iteration_01__test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_iteration_02__test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_propagates_generator_exit__test.test_contextlib_async.TestAbstractAsyncContextManager.test_async_gen_propagates_generator_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_syntax_01__test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_syntax_02__test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_syntax_03__test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_syntax_04__test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_syntax_05__test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_05_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_throw_custom_same_aclose_coro_twice__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_aclose_coro_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_throw_custom_same_athrow_coro_twice__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_athrow_coro_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_gen_throw_same_aclose_coro_twice__test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_same_aclose_coro_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_generator__test.test_typing.CollectionsAbcTests.test_async_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_generator_anext__test.test_asyncgen.AsyncGenAsyncioTest.test_async_generator_anext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_generator_annotation__test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_iterable__test.test_typing.CollectionsAbcTests.test_async_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_iterator__test.test_typing.CollectionsAbcTests.test_async_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_magic_methods_return_async_mocks__test.test_unittest.testmock.testasync.AsyncMagicMethods.test_async_magic_methods_return_async_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_method_calls_recorded__test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_nullcontext__test.test_contextlib_async.TestAsyncNullcontext.test_async_nullcontext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_push__test.test_contextlib_async.TestAsyncExitStack.test_async_push_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_timeout__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_with__test.test_compile.TestStackSizeStability.test_async_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_with__test.test_grammar.GrammarTests.test_async_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_with_statement_many_context_managers__test.test_syntax.SyntaxTestCase.test_async_with_statement_many_context_managers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_writer_api__test.test_asyncio.test_streams.StreamTests.test_async_writer_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_async_writer_api_exception_after_close__test.test_asyncio.test_streams.StreamTests.test_async_writer_api_exception_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asynccomp__test.test_type_comments.TypeCommentTests.test_asynccomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asynccontextmanager_type_params__test.test_typing.OtherABCTests.test_asynccontextmanager_type_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncdef__test.test_type_comments.TypeCommentTests.test_asyncdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncgen_finalization_by_gc__test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncgen_finalization_by_gc_in_other_thread__test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncgen_hooks__test.test_sys.SizeofTest.test_asyncgen_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncgen_nonstarted_hooks_are_cancellable__test.test_asyncgen.AsyncGenAsyncioTest.test_asyncgen_nonstarted_hooks_are_cancellable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_1__test.test_coroutines.CoroAsyncIOCompatTest.test_asyncio_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_module_compiled__test.test_asyncio.test_tasks.GenericTaskTests.test_asyncio_module_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_repl_is_ok__test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_repl_reaches_python_startup_script__test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_reaches_python_startup_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_cancels_hanging_tasks__test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_closes_gens_after_hanging_tasks_errors__test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_debug__test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_from_running_loop__test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_loop_factory__test.test_asyncio.test_runners.RunTests.test_asyncio_run_loop_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_only_coro__test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_raises__test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_reports_hanging_tasks_errors__test.test_asyncio.test_runners.RunTests.test_asyncio_run_reports_hanging_tasks_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_return__test.test_asyncio.test_runners.RunTests.test_asyncio_run_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_set_event_loop__test.test_asyncio.test_runners.RunTests.test_asyncio_run_set_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_run_without_uncancel__test.test_asyncio.test_runners.RunTests.test_asyncio_run_without_uncancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_task_decimal_context__test.test_asyncio.test_context.DecimalContextTest.test_asyncio_task_decimal_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_wait_for_cancelled__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncio_wait_for_timeout__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncmock_defaults__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_asyncmock_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncmock_has_sync_magic_methods__test.test_unittest.testmock.testasync.AsyncMagicMethods.test_asyncmock_has_sync_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_asyncvar__test.test_type_comments.TypeCommentTests.test_asyncvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_at_eof__test.test_asyncio.test_streams.StreamTests.test_at_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_at_fork_reinit__test.test_thread.LockTests.test_at_fork_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_at_fork_reinit__test.test_threading.EventTests.test_at_fork_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_at_fork_reinit__test.test_threading.LockTests.test_at_fork_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit__test.test_capi.test_misc.Test_testcapi.test_atexit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit__test.test_multiprocessing_fork.test_processes.WithProcessesTestAtExit.test_atexit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestAtExit.test_atexit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit__test.test_multiprocessing_spawn.test_processes.WithProcessesTestAtExit.test_atexit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit__test.test_weakref.FinalizeTestCase.test_atexit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit_after_shutdown__test.test_threading.AtexitTests.test_atexit_after_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit_called_once__test.test_threading.AtexitTests.test_atexit_called_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit_instances__test.test_atexit.FunctionalTest.test_atexit_instances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_atexit_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit_output__test.test_threading.AtexitTests.test_atexit_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atexit_with_unregistered_function____main__.GeneralTest.test_atexit_with_unregistered_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_athrow__test.test_asyncgen.TestUnawaitedWarnings.test_athrow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_athrow_send_already_running__test.test_asyncgen.TestUnawaitedWarnings.test_athrow_send_already_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atof__test.test_locale.TestCDelocalizeTest.test_atof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atof__test.test_locale.TestEnUSDelocalize.test_atof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atof__test.test_locale.TestfrFRDelocalizeTest.test_atof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atoi__test.test_locale.TestCDelocalizeTest.test_atoi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atoi__test.test_locale.TestEnUSDelocalize.test_atoi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atoi__test.test_locale.TestfrFRDelocalizeTest.test_atoi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int16__test.test_capi.test_misc.Test_testcapi.test_atomic_add_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int32__test.test_capi.test_misc.Test_testcapi.test_atomic_add_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int64__test.test_capi.test_misc.Test_testcapi.test_atomic_add_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int8__test.test_capi.test_misc.Test_testcapi.test_atomic_add_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int__test.test_capi.test_misc.Test_testcapi.test_atomic_add_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_int__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_intptr__test.test_capi.test_misc.Test_testcapi.test_atomic_add_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_intptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_ssize__test.test_capi.test_misc.Test_testcapi.test_atomic_add_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_ssize__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint16__test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint32__test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint64__test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint8__test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint__test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uint__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uintptr__test.test_capi.test_misc.Test_testcapi.test_atomic_add_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_add_uintptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint16__test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint32__test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint64__test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint8__test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uint8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uintptr__test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_and_or_uintptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int16__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int32__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int64__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int8__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_int__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_intptr__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_intptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_ptr__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_ptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_ssize__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_ssize__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint16__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint32__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint64__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint8__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uint__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uintptr__test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_compare_exchange_uintptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int16__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int32__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int64__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int8__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_int__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_intptr__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_intptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_ptr__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_ptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_ssize__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_ssize__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint16__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint32__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint64__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint8__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uint__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uintptr__test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_exchange_uintptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_fences__test.test_capi.test_misc.Test_testcapi.test_atomic_fences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_fences__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_fences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_group__test.test_re.DebugTests.test_atomic_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int16__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int32__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int64__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int8__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int_release_acquire__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int_release_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_int_release_acquire__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int_release_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_intptr__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_intptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_intptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_ptr__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_ptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_ssize__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_ssize__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint16__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint16__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint32__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint32__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint64__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint64__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint8__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint8__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uint__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uintptr__test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_load_store_uintptr__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uintptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_release_acquire__test.test_capi.test_misc.Test_testcapi.test_atomic_release_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_release_acquire__test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_release_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atomic_write_should_notice_incomplete_writes__test.test_importlib.test_util.MiscTests.test_atomic_write_should_notice_incomplete_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_atoms__test.test_grammar.GrammarTests.test_atoms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attach_mock__test.test_unittest.testmock.testmock.MockTest.test_attach_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attach_mock_patch_autospec__test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attach_mock_patch_autospec_signature__test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attach_mock_return_value__test.test_unittest.testmock.testmock.MockTest.test_attach_mock_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attach_raises_exception__test.test_email.test_email.TestNonMultipart.test_attach_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attach_when_payload_is_string__test.test_email.test_email.TestMessageAPI.test_attach_when_payload_is_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attlist_default__test.test_xml_etree.ElementTreeTest.test_attlist_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attlist_default__test.test_xml_etree_c.ElementTreeTest.test_attlist_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr__test.test_importlib.metadata.test_main.TestEntryPoints.test_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr__test.test_monitoring.TestLoadSuperAttr.test_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_entity_replacement__test.test_htmlparser.AttributesTestCase.test_attr_entity_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_from_module__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_from_module__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_funky_names2__test.test_htmlparser.AttributesTestCase.test_attr_funky_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_funky_names__test.test_htmlparser.AttributesTestCase.test_attr_funky_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_invalid__test.test_optparse.TestOptionChecks.test_attr_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_nonascii__test.test_htmlparser.AttributesTestCase.test_attr_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_passthrough__test.test_typing.AnnotatedTests.test_attr_passthrough_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_raise_through_property__test.test_descr.ClassPropertiesAndMethods.test_attr_raise_through_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_syntax__test.test_htmlparser.AttributesTestCase.test_attr_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_unchanged__test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attr_values__test.test_htmlparser.AttributesTestCase.test_attr_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrdel__test.test_types.SimpleNamespaceTests.test_attrdel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrget__test.test_types.SimpleNamespaceTests.test_attrget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter__test.test_operator.CCOperatorPickleTestCase.test_attrgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter__test.test_operator.COperatorTestCase.test_attrgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter__test.test_operator.CPyOperatorPickleTestCase.test_attrgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter__test.test_operator.PyCOperatorPickleTestCase.test_attrgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter__test.test_operator.PyOperatorTestCase.test_attrgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter__test.test_operator.PyPyOperatorPickleTestCase.test_attrgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter_signature__test.test_operator.COperatorTestCase.test_attrgetter_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrgetter_signature__test.test_operator.PyOperatorTestCase.test_attrgetter_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrib__test.test_xml_etree.ElementTreeTest.test_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrib__test.test_xml_etree_c.ElementTreeTest.test_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute__test.test_ast.test_ast.ASTValidatorTests.test_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_access_returns_mocks__test.test_unittest.testmock.testmock.MockTest.test_attribute_access_returns_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_augassign__test.test_compile.TestSourcePositions.test_attribute_augassign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_call__test.test_unittest.testmock.testhelpers.CallTest.test_attribute_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_chain_is_maintained__test.test_unittest.testmock.testsealable.TestSealable.test_attribute_chain_is_maintained_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_del__test.test_compile.TestSourcePositions.test_attribute_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestIntEnumClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestIntEnumFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestIntFlagClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestIntFlagFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMinimalDateClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMinimalDateFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMinimalFloatClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMinimalFloatFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedDateClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedDateFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedFloatClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedFloatFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedIntClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedIntFlagClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedIntFlagFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedIntFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedStrClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestMixedStrFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestPlainEnumClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestPlainEnumFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestPlainFlagClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestPlainFlagFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestStrEnumClass.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_enum.TestStrEnumFunction.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_deletion__test.test_unittest.testmock.testmock.MockTest.test_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error__test.test_super.TestSuper.test_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_inside_nested_getattr__test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_inside_nested_getattr__test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_with_bad_name__test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_bad_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_with_bad_name__test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_bad_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_with_failing_dict__test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_failing_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_with_failing_dict__test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_failing_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_with_non_string_candidates__test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_error_with_non_string_candidates__test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_load__test.test_compile.TestSourcePositions.test_attribute_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_interning__test.test_pickle.CDumpPickle_LoadPickle.test_attribute_name_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_interning__test.test_pickle.CPicklerTests.test_attribute_name_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_interning__test.test_pickle.DumpPickle_CLoadPickle.test_attribute_name_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_interning__test.test_pickle.InMemoryPickleTests.test_attribute_name_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_interning__test.test_pickle.PyPicklerTests.test_attribute_name_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_interning__test.test_pickletools.OptimizedPickleTests.test_attribute_name_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_name_repeated_in_class_pattern__test.test_patma.TestSyntaxErrors.test_attribute_name_repeated_in_class_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_same_name_as_global_var__test.test_inspect.test_inspect.TestGetClosureVars.test_attribute_same_name_as_global_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_spaces__test.test_ast.test_ast.EndPositionTests.test_attribute_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attribute_store__test.test_compile.TestSourcePositions.test_attribute_store_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_exceptions.AttributeErrorTests.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_exceptions.ImportErrorTests.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_functools.TestPartialC.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_functools.TestPartialCSubclass.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_functools.TestPartialPy.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_functools.TestPartialPySubclass.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_future_stmt.test_future_flags.FutureTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_httplib.HTTPSTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_io.CMiscIOTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_io.PyMiscIOTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_os.TestScandir.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_range.RangeTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_sys.SysModuleTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_typing.TypeVarTests.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_unittest.testmock.testcallable.TestCallable.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_and_return_value__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_attributes_and_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_have_name_and_parent_set__test.test_unittest.testmock.testmock.MockTest.test_attributes_have_name_and_parent_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_in_errorcode__test.test_errno.ErrorcodeTests.test_attributes_in_errorcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_junctions__test.test_os.TestScandir.test_attributes_junctions__'Can_only_test_junctions_with_creation_on_win32.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_attributes_new_constructor__test.test_exceptions.SyntaxErrorTests.test_attributes_new_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_old__test.test_hmac.CopyTestCase.test_attributes_old_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_old_constructor__test.test_exceptions.SyntaxErrorTests.test_attributes_old_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_readonly__test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_attributes_readonly__test.test_memoryview.ArrayMemorySliceTest.test_attributes_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_attributes_readonly__test.test_memoryview.ArrayMemoryviewTest.test_attributes_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_attributes_readonly__test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_readonly__test.test_memoryview.BytesMemorySliceTest.test_attributes_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_readonly__test.test_memoryview.BytesMemoryviewTest.test_attributes_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_return_more_mocks_by_default__test.test_unittest.testmock.testsealable.TestSealable.test_attributes_return_more_mocks_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_unwritable__test.test_functools.TestPartialC.test_attributes_unwritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_unwritable__test.test_functools.TestPartialCSubclass.test_attributes_unwritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_with_exec__test.test_type_aliases.TypeAliasConstructorTest.test_attributes_with_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_without_netloc__test.test_urlparse.UrlParseTestCase.test_attributes_without_netloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_writable__test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_writable__test.test_memoryview.ArrayMemorySliceTest.test_attributes_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_writable__test.test_memoryview.ArrayMemoryviewTest.test_attributes_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_writable__test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_writable__test.test_memoryview.BytesMemorySliceTest.test_attributes_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attributes_writable__test.test_memoryview.BytesMemoryviewTest.test_attributes_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrs__test.test_raise.TestTracebackType.test_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrs__test.test_string.ModuleTest.test_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrs_empty__test.test_sax.XmlReaderTest.test_attrs_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrs_wattr__test.test_sax.XmlReaderTest.test_attrs_wattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_attrset__test.test_types.SimpleNamespaceTests.test_attrset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_audit__test.test_embed.AuditingTests.test_audit__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_run_command__test.test_embed.AuditingTests.test_audit_run_command__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_run_file__test.test_embed.AuditingTests.test_audit_run_file__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_run_interactivehook__test.test_embed.AuditingTests.test_audit_run_interactivehook__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_run_startup__test.test_embed.AuditingTests.test_audit_run_startup__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_run_stdin__test.test_embed.AuditingTests.test_audit_run_stdin__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_subinterpreter__test.test_embed.AuditingTests.test_audit_subinterpreter__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_audit_tuple__test.test_embed.AuditingTests.test_audit_tuple__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_augassign__test.test_ast.test_ast.ASTValidatorTests.test_augassign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_augmentation_type_errors__test.test_xml_etree.BasicElementTest.test_augmentation_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_augmentation_type_errors__test.test_xml_etree_c.BasicElementTest.test_augmentation_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auth_function__test.test_smtplib.SMTPSimTests.test_auth_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auth_issued_twice__test.test_ftplib.TestTLS_FTPClass.test_auth_issued_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_authorization__test.test_httpservers.CGIHTTPServerTestCase.test_authorization__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_authorizer_keyword_args__test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_authorizer_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_authorizer_keyword_args__test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_authorizer_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_authorizer_keyword_args__test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_authorizer_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_authorizer_keyword_args__test.test_sqlite3.test_userfunctions.AuthorizerTests.test_authorizer_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_b_if_enough_unsafe__test.test_email.test__encoded_words.TestEncode.test_auto_b_if_enough_unsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_b_if_long_unsafe__test.test_email.test__encoded_words.TestEncode.test_auto_b_if_long_unsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_garbage_corrected_fail__test.test_enum.TestInternals.test_auto_garbage_corrected_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_garbage_corrected_ok__test.test_enum.TestInternals.test_auto_garbage_corrected_ok__'mixed_types_with_auto___no_longer_supported'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_auto_garbage_fail__test.test_enum.TestInternals.test_auto_garbage_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_garbage_ok__test.test_enum.TestInternals.test_auto_garbage_ok__'mixed_types_with_auto___no_longer_supported'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_auto_headers__test.test_httplib.HeaderTests.test_auto_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_history_disabled__test.test_readline.TestReadline.test_auto_history_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_history_enabled__test.test_readline.TestReadline.test_auto_history_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_name__test.test_enum.TestInternals.test_auto_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_name_inherit__test.test_enum.TestInternals.test_auto_name_inherit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_number__test.test_enum.OldTestFlag.test_auto_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_number__test.test_enum.TestInternals.test_auto_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_number_garbage__test.test_enum.OldTestFlag.test_auto_number_garbage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_numbering__test.test_string.ModuleTest.test_auto_numbering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_order__test.test_enum.TestInternals.test_auto_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_order_wierd__test.test_enum.TestInternals.test_auto_order_wierd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_q__test.test_email.test__encoded_words.TestEncode.test_auto_q_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_q_if_long_mostly_safe__test.test_email.test__encoded_words.TestEncode.test_auto_q_if_long_mostly_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_q_if_short_mostly_safe__test.test_email.test__encoded_words.TestEncode.test_auto_q_if_short_mostly_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_auto_with_aliases__test.test_enum.TestInternals.test_auto_with_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_compat_ctx_mgr__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_ctx_mgr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_compat_executescript__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_executescript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_default__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_disabled__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_disabled_ctx_mgr__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_ctx_mgr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_disabled_executescript__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_executescript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_disabled_implicit_rollback__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_rollback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_disabled_implicit_shutdown__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_disabled_then_enabled__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_then_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_enabled__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_enabled_ctx_mgr__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_ctx_mgr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_enabled_executescript__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_executescript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_enabled_then_disabled__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_then_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_enabled_txn_ctl__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_txn_ctl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_explicit_then_disabled__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_explicit_then_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_setget__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autocommit_setget_invalid__test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autorange__test.test_timeit.TestTimeit.test_autorange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autorange_second__test.test_timeit.TestTimeit.test_autorange_second_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autorange_with_callback__test.test_timeit.TestTimeit.test_autorange_with_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autoseed__test.test_random.MersenneTwister_TestBasicOps.test_autoseed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autoseed__test.test_random.SystemRandom_TestBasicOps.test_autoseed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_checks_signature__test.test_unittest.testmock.testasync.AsyncAutospecTest.test_autospec_checks_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_classmethod__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_classmethod_signature__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_data_descriptor__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_data_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_function__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_functions_with_self_in_odd_place__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_functions_with_self_in_odd_place_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_getattr_partial_function__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_getattr_partial_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_inherits__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_inherits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_keywords__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_mock__test.test_unittest.testmock.testmock.MockTest.test_autospec_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_name__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_on_bound_builtin_function__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_on_bound_builtin_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_reset_mock__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_reset_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_side_effect__test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_side_effect_exception__test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_signature_classmethod__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_signature_staticmethod__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_staticmethod__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_staticmethod_signature__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_with_new__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_autospec_with_object__test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_available_symbols__test.test_stable_abi_ctypes.TestStableABIAvailability.test_available_symbols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_available_timezones__test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_available_timezones__test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_available_timezones_weirdzone__test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones_weirdzone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_available_timezones_weirdzone__test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones_weirdzone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_avg_std__test.test_random.TestDistributions.test_avg_std_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_10__test.test_coroutines.CoroutineTest.test_await_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_11__test.test_coroutines.CoroutineTest.test_await_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_12__test.test_coroutines.CoroutineTest.test_await_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_13__test.test_coroutines.CoroutineTest.test_await_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_14__test.test_coroutines.CoroutineTest.test_await_14_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_15__test.test_coroutines.CoroutineTest.test_await_15_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_16__test.test_coroutines.CoroutineTest.test_await_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_1__test.test_coroutines.CoroutineTest.test_await_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_2__test.test_coroutines.CoroutineTest.test_await_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_3__test.test_coroutines.CoroutineTest.test_await_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_4__test.test_coroutines.CoroutineTest.test_await_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_5__test.test_coroutines.CoroutineTest.test_await_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_6__test.test_coroutines.CoroutineTest.test_await_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_7__test.test_coroutines.CoroutineTest.test_await_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_8__test.test_coroutines.CoroutineTest.test_await_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_9__test.test_coroutines.CoroutineTest.test_await_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_args_list_order__test.test_unittest.testmock.testasync.AsyncArguments.test_await_args_list_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_future_during_eager_step__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_await_future_during_eager_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_await_future_during_eager_step__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_await_future_during_eager_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitable__test.test_typing.CollectionsAbcTests.test_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitables_chain__test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_awaitables_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitables_chain__test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_awaitables_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitables_chain__test.test_asyncio.test_eager_task_factory.EagerTests.test_awaitables_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitables_chain__test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_awaitables_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitables_chain__test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_awaitables_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaitables_chain__test.test_asyncio.test_eager_task_factory.NonEagerTests.test_awaitables_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaits_asserts_with_any__test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_awaits_asserts_with_spec_and_any__test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_spec_and_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_compare__test.datetimetester.TestDateTimeTZ_Fast.test_aware_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_compare__test.datetimetester.TestDateTimeTZ_Pure.test_aware_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_compare__test.datetimetester.TestTimeTZ_Fast.test_aware_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_compare__test.datetimetester.TestTimeTZ_Pure.test_aware_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_datetime__test.datetimetester.TestTimeZone_Fast.test_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_datetime__test.datetimetester.TestTimeZone_Pure.test_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_datetime__test.test_email.test_utils.DateTimeTests.test_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_subtract__test.datetimetester.TestDateTimeTZ_Fast.test_aware_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_aware_subtract__test.datetimetester.TestDateTimeTZ_Pure.test_aware_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b16decode__test.test_base64.BaseXYTestCase.test_b16decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b16encode__test.test_base64.BaseXYTestCase.test_b16encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b2a_base64_newline__test.test_binascii.ArrayBinASCIITest.test_b2a_base64_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b2a_base64_newline__test.test_binascii.BinASCIITest.test_b2a_base64_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b2a_base64_newline__test.test_binascii.BytearrayBinASCIITest.test_b2a_base64_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b2a_base64_newline__test.test_binascii.MemoryviewBinASCIITest.test_b2a_base64_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b2a_qp_a2b_qp_round_trip__test.test_binascii.ArrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_qp_a2b_qp_round_trip__test.test_binascii.BinASCIITest.test_b2a_qp_a2b_qp_round_trip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_qp_a2b_qp_round_trip__test.test_binascii.BytearrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_qp_a2b_qp_round_trip__test.test_binascii.MemoryviewBinASCIITest.test_b2a_qp_a2b_qp_round_trip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_roundtrip__test.test_binascii.ArrayBinASCIITest.test_b2a_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_roundtrip__test.test_binascii.BinASCIITest.test_b2a_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_roundtrip__test.test_binascii.BytearrayBinASCIITest.test_b2a_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b2a_roundtrip__test.test_binascii.MemoryviewBinASCIITest.test_b2a_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_b32decode__test.test_base64.BaseXYTestCase.test_b32decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32decode_casefold__test.test_base64.BaseXYTestCase.test_b32decode_casefold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32decode_error__test.test_base64.BaseXYTestCase.test_b32decode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32encode__test.test_base64.BaseXYTestCase.test_b32encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32hexdecode__test.test_base64.BaseXYTestCase.test_b32hexdecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32hexdecode_error__test.test_base64.BaseXYTestCase.test_b32hexdecode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32hexdecode_other_types__test.test_base64.BaseXYTestCase.test_b32hexdecode_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32hexencode__test.test_base64.BaseXYTestCase.test_b32hexencode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b32hexencode_other_types__test.test_base64.BaseXYTestCase.test_b32hexencode_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b64decode__test.test_base64.BaseXYTestCase.test_b64decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b64decode_invalid_chars__test.test_base64.BaseXYTestCase.test_b64decode_invalid_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b64decode_padding_error__test.test_base64.BaseXYTestCase.test_b64decode_padding_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b64encode__test.test_base64.BaseXYTestCase.test_b64encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b85_padding__test.test_base64.BaseXYTestCase.test_b85_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b85decode__test.test_base64.BaseXYTestCase.test_b85decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b85decode_errors__test.test_base64.BaseXYTestCase.test_b85decode_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b85encode__test.test_base64.BaseXYTestCase.test_b85encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b__test.test_capi.test_getargs.Unsigned_TestCase.test_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b__test.test_email.test__encoded_words.TestEncode.test_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b_case_ignored__test.test_email.test__encoded_words.TestDecode.test_b_case_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b_invalid_bytes_ignored_with_defect__test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_ignored_with_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b_invalid_bytes_incorrect_padding__test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_incorrect_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b_padding_defect__test.test_email.test__encoded_words.TestDecode.test_b_padding_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_b_undecodable_bytes_ignored_with_defect__test.test_email.test__encoded_words.TestDecode.test_b_undecodable_bytes_ignored_with_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_babyl_to_babyl__test.test_mailbox.TestMessageConversion.test_babyl_to_babyl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_babyl_to_maildir__test.test_mailbox.TestMessageConversion.test_babyl_to_maildir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_babyl_to_mboxmmdf__test.test_mailbox.TestMessageConversion.test_babyl_to_mboxmmdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_babyl_to_mh__test.test_mailbox.TestMessageConversion.test_babyl_to_mh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backcompatibility__test.test_bisect.TestBisectC.test_backcompatibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backcompatibility__test.test_bisect.TestBisectPython.test_backcompatibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backcompatibility__test.test_bisect.TestInsortC.test_backcompatibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backcompatibility__test.test_bisect.TestInsortPython.test_backcompatibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestDateTimeTZ_Fast.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestDateTimeTZ_Pure.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestDateTime_Fast.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestDateTime_Pure.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestDate_Fast.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestDate_Pure.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestSubclassDateTime_Fast.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestSubclassDateTime_Pure.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestTimeTZ_Fast.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestTimeTZ_Pure.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestTime_Fast.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backdoor_resistance__test.datetimetester.TestTime_Pure.test_backdoor_resistance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backend__test.test_readline.TestReadline.test_backend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backref_group_name_in_exception__test.test_re.ReTests.test_backref_group_name_in_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslash__test.test_grammar.TokenTests.test_backslash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslash_char__test.test_fstring.TestCase.test_backslash_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslash_continuation__test.test_tokenize.TestRoundtrip.test_backslash_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslash_continuation__test.test_tokenize.UntokenizeTest.test_backslash_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslash_in_format_spec__test.test_unparse.CosmeticTestCase.test_backslash_in_format_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslashes_in_expression_part__test.test_fstring.TestCase.test_backslashes_in_expression_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslashes_in_string_part__test.test_fstring.TestCase.test_backslashes_in_string_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_backslashescape__test.test_codeccallbacks.CodecCallbackTest.test_backslashescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_8bit_header__test.test_email.test_email.TestHeader.test_bad_8bit_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_EG_construction__bad_excs_sequence__test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_excs_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_EG_construction__bad_message__test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_EG_construction__nested_non_exceptions__test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__nested_non_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_EG_construction__too_many_args__test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__too_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad___prepare____test.test_types.ClassCreationTests.test_bad___prepare___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad__package____test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad__package____test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_addr_sepc_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_bad_addr_sepc_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split__test.test_ipaddress.AddressTestCase_v4.test_bad_address_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_leading_colon__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_leading_colon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_not_enough_parts__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_not_enough_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_repeated_double_colon__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_repeated_double_colon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_too_long__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_too_many_colons__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_colons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_too_many_parts__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_too_many_parts_with_double_colon__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts_with_double_colon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_address_split_v6_trailing_colon__test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_trailing_colon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestHarmonicMean.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestMean.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestMedian.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestMedianGrouped.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestMedianHigh.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestMedianLow.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestMode.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestPStdev.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestPVariance.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestStdev.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arg_types__test.test_statistics.TestVariance.test_bad_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_args__test.test_builtin.TestType.test_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_args__test.test_codecs.ReadBufferTest.test_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_args__test.test_codecs.UTF16ExTest.test_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_args__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_args__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_args__test.test_lzma.CompressDecompressFunctionTestCase.test_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_arguments__test.test_builtin.TestSorted.test_bad_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_assignments__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bad_assignments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_assignments__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bad_assignments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_bool_args__test.test_json.test_speedups.TestDecode.test_bad_bool_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_bool_args__test.test_json.test_speedups.TestEncode.test_bad_bool_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_buffer_method__test.test_buffer.TestPythonBufferProtocol.test_bad_buffer_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_choices_list__test.test_optparse.TestOptionChecks.test_bad_choices_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_cmp__test.test_functools.TestCmpToKeyC.test_bad_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_cmp__test.test_functools.TestCmpToKeyPy.test_bad_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_coding2__test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_coding__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_bad_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_coding__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_bad_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_coding__test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_coding_cookie__test.test_tokenize.TestTokenizerAdheresToPep0263.test_bad_coding_cookie_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor__test.test_array.MiscTest.test_bad_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestDateTimeTZ_Fast.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestDateTimeTZ_Pure.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestDateTime_Fast.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestDateTime_Pure.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestDate_Fast.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestDate_Pure.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestSubclassDateTime_Fast.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestSubclassDateTime_Pure.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestTimeTZ_Fast.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestTimeTZ_Pure.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestTime_Fast.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_constructor_arguments__test.datetimetester.TestTime_Pure.test_bad_constructor_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_cookie_header__test.test_http_cookiejar.CookieTests.test_bad_cookie_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_counter_during_dealloc__test.test_cprofile.CProfileTest.test_bad_counter_during_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_decode_args__test.test_codecs.BasicUnicodeTest.test_bad_decode_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_descriptor__test.test_cprofile.CProfileTest.test_bad_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_encode_args__test.test_codecs.BasicUnicodeTest.test_bad_encode_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_encoding__test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_encoding__test.test_tempfile.TestTemporaryFile.test_bad_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_environ__test.test_shutil.TestGetTerminalSize.test_bad_environ_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_escapes__test.test_json.test_scanstring.TestCScanstring.test_bad_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_escapes__test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_code__test.test_pickle.CPicklingErrorTests.test_bad_ext_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_code__test.test_pickle.CUnpicklerTests.test_bad_ext_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_code__test.test_pickle.InMemoryPickleTests.test_bad_ext_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_code__test.test_pickle.PyPicklingErrorTests.test_bad_ext_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_code__test.test_pickle.PyUnpicklerTests.test_bad_ext_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_inverted_registry__test.test_pickle.CUnpicklerTests.test_bad_ext_inverted_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_inverted_registry__test.test_pickle.InMemoryPickleTests.test_bad_ext_inverted_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_ext_inverted_registry__test.test_pickle.PyUnpicklerTests.test_bad_ext_inverted_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_fd__test.test_fcntl.TestFcntl.test_bad_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_fd__test.test_ioctl.IoctlTestsPty.test_bad_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_fd__test.test_os.DeviceEncodingTests.test_bad_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_file_actions__test.test_posix.TestPosixSpawn.test_bad_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_file_actions__test.test_posix.TestPosixSpawnP.test_bad_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_file_desc__test.test_mmap.MmapTests.test_bad_file_desc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_filter_name__test.test_tarfile.TestExtractionFilters.test_bad_filter_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_filter_spec__test.test_lzma.CompressorDecompressorTestCase.test_bad_filter_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_find__test.test_xml_etree.ElementFindTest.test_bad_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_find__test.test_xml_etree_c.ElementFindTest.test_bad_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_first_arg__test.test_super.TestSuper.test_bad_first_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_format__test.test_logging.ConfigDictTest.test_bad_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_format_with_dollar_style__test.test_logging.ConfigDictTest.test_bad_format_with_dollar_style_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_getattr__test.test_pickle.CPicklingErrorTests.test_bad_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_getattr__test.test_pickle.PyPicklingErrorTests.test_bad_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_gzip_file__test.test_gzip.TestGzip.test_bad_gzip_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_gzip_request__test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_id__test.test__interpchannels.ChannelIDTests.test_bad_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_id__test.test__interpreters.DestroyTests.test_bad_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_id__test.test__interpreters.IsRunningTests.test_bad_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_id__test.test__interpreters.RunStringTests.test_bad_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_indentation__test.test_traceback.TracebackCases.test_bad_indentation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_index__test.test_code.CoExtra.test_bad_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_init__test.test_pickle.CPickleTests.test_bad_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_init__test.test_pickle.PyPickleTests.test_bad_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_input_order__test.test_tokenize.UntokenizeTest.test_bad_input_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_instancecheck__test.test_types.UnionTests.test_bad_instancecheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_integer__test.test_ast.test_ast.ASTHelpers_Test.test_bad_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_key__test.test_dict.DictTest.test_bad_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys_paths__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys_paths__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_keys_paths__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_kwargs__test.test__interpchannels.ChannelIDTests.test_bad_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_length__test.test_ctypes.test_arrays.ArrayTestCase.test_bad_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_http_cookiejar.FileCookieJarTests.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_magic_number__test.test_gettext.GettextTestCase2.test_bad_magic_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_major_version__test.test_gettext.GettextTestCase2.test_bad_major_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_mark__test.test_pickle.CUnpicklerTests.test_bad_mark_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_mark__test.test_pickle.InMemoryPickleTests.test_bad_mark_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_mark__test.test_pickle.PyUnpicklerTests.test_bad_mark_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_markers_argument_to_encoder__test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_marshal__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_marshal__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_marshal__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_marshal__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_minor_version__test.test_gettext.GettextTestCase2.test_bad_minor_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_mode__test.test_tempfile.TestNamedTemporaryFile.test_bad_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_mode__test.test_tempfile.TestTemporaryFile.test_bad_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_modules__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_modules__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_multipart__test.test_email.test_email.TestMIMEMessage.test_bad_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_nesting__test.test_htmlparser.HTMLParserTestCase.test_bad_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestIntEnumClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestIntEnumFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestIntFlagClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestIntFlagFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMinimalDateClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMinimalDateFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMinimalFloatClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMinimalFloatFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedDateClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedDateFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedFloatClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedFloatFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedIntClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedIntFlagClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedIntFlagFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedIntFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedStrClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestMixedStrFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestPlainEnumClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestPlainEnumFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestPlainFlagClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestPlainFlagFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestStrEnumClass.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_new_super__test.test_enum.TestStrEnumFunction.test_bad_new_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj__test.test_pickle.CUnpicklerTests.test_bad_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj__test.test_pickle.InMemoryPickleTests.test_bad_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj__test.test_pickle.PyUnpicklerTests.test_bad_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_args__test.test_pickle.CPicklingErrorTests.test_bad_newobj_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_args__test.test_pickle.PyPicklingErrorTests.test_bad_newobj_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_class__test.test_pickle.CPicklingErrorTests.test_bad_newobj_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_class__test.test_pickle.PyPicklingErrorTests.test_bad_newobj_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex__class__test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex__class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex__class__test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex__class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex__test.test_pickle.CUnpicklerTests.test_bad_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex__test.test_pickle.InMemoryPickleTests.test_bad_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex__test.test_pickle.PyUnpicklerTests.test_bad_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex_args__test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_newobj_ex_args__test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_numerical_literals__test.test_grammar.TokenTests.test_bad_numerical_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_object_dict_items__test.test_pickle.CPicklingErrorTests.test_bad_object_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_object_dict_items__test.test_pickle.PyPicklingErrorTests.test_bad_object_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_object_list_items__test.test_pickle.CPicklingErrorTests.test_bad_object_list_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_object_list_items__test.test_pickle.PyPicklingErrorTests.test_bad_object_list_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_offset__test.test_strptime.StrptimeTests.test_bad_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_opener_negative_1__test.test_io.CIOTest.test_bad_opener_negative_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_opener_negative_1__test.test_io.PyIOTest.test_bad_opener_negative_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_opener_other_negative__test.test_io.CIOTest.test_bad_opener_other_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_opener_other_negative__test.test_io.PyIOTest.test_bad_opener_other_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_outdent__test.test_syntax.SyntaxTestCase.test_bad_outdent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_packed_length__test.test_ipaddress.AddressTestCase_v4.test_bad_packed_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_packed_length__test.test_ipaddress.AddressTestCase_v6.test_bad_packed_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_packed_length__test.test_ipaddress.InterfaceTestCase_v4.test_bad_packed_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_packed_length__test.test_ipaddress.InterfaceTestCase_v6.test_bad_packed_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_packed_length__test.test_ipaddress.NetworkTestCase_v4.test_bad_packed_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_packed_length__test.test_ipaddress.NetworkTestCase_v6.test_bad_packed_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_padding_in_base64_payload__test.test_email.test_defect_handling.TestDefectCapture.test_bad_padding_in_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_padding_in_base64_payload__test.test_email.test_defect_handling.TestDefectDetection.test_bad_padding_in_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_padding_in_base64_payload__test.test_email.test_defect_handling.TestDefectRaising.test_bad_padding_in_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_param__test.test_email.test_email.TestMessageAPI.test_bad_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_params__test.test_bz2.OpenTest.test_bad_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_params__test.test_gzip.TestOpen.test_bad_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_params__test.test_lzma.OpenTestCase.test_bad_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_parent__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_parent__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_password__test.test_zipfile.test_core.DecryptionTests.test_bad_password_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_path_type__test.test_os.TestScandir.test_bad_path_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_pathlike__test.test_os.TestPEP519.test_bad_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_pathlike__test.test_os.TestPEP519PurePython.test_bad_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_pax_header__test.test_tarfile.GNUUnicodeTest.test_bad_pax_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reader__test.test_marshal.BugsTestCase.test_bad_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_readinto_type__test.test_io.CBufferedReaderTest.test_bad_readinto_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_readinto_value__test.test_io.CBufferedReaderTest.test_bad_readinto_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reconstructor__test.test_pickle.CPicklingErrorTests.test_bad_reconstructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reconstructor__test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reconstructor_args__test.test_pickle.CPicklingErrorTests.test_bad_reconstructor_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reconstructor_args__test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reduce__test.test_pickle.CUnpicklerTests.test_bad_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reduce__test.test_pickle.InMemoryPickleTests.test_bad_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reduce__test.test_pickle.PyUnpicklerTests.test_bad_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reduce_result__test.test_pickle.CPicklingErrorTests.test_bad_reduce_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_reduce_result__test.test_pickle.PyPicklingErrorTests.test_bad_reduce_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_rel__test.test_statistics.TestApproxEqualErrors.test_bad_rel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_script__test.test__interpreters.RunStringTests.test_bad_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_script__test.test_interpreters.test_api.TestInterpreterExec.test_bad_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_server_hostname__test.test_ssl.SSLErrorTests.test_bad_server_hostname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_single_statement__test.test_compile.TestSpecifics.test_bad_single_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_slots__test.test_builtin.TestType.test_bad_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_source_closed_connection__test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_stack__test.test_pickle.CUnpicklerTests.test_bad_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_stack__test.test_pickle.InMemoryPickleTests.test_bad_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_stack__test.test_pickle.PyUnpicklerTests.test_bad_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_state__test.test_pickle.CUnpicklerTests.test_bad_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_state__test.test_pickle.InMemoryPickleTests.test_bad_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_state__test.test_pickle.PyUnpicklerTests.test_bad_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_state_setter__test.test_pickle.CPicklingErrorTests.test_bad_state_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_state_setter__test.test_pickle.PyPicklingErrorTests.test_bad_state_setter__'only_verified_in_the_C_implementation'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_status_repr__test.test_httplib.BasicTest.test_bad_status_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_str__test.test_warnings.CWarnTests.test_bad_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_str__test.test_warnings.PyWarnTests.test_bad_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_str_encoder__test.test_json.test_speedups.TestEncode.test_bad_str_encoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_subclass__test.test_ctypes.test_arrays.ArrayTestCase.test_bad_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_subclasscheck__test.test_types.UnionTests.test_bad_subclasscheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_syntax__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_syntax__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_syntax__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_syntax__test.test_py_compile.PyCompileCLITestCase.test_bad_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_syntax_with_quiet__test.test_py_compile.PyCompileCLITestCase.test_bad_syntax_with_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_target__test.test_sqlite3.test_backup.BackupTests.test_bad_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_target_closed_connection__test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_target_filename__test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_target_in_transaction__test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_target_same_connection__test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_timezone__test.test_strptime.StrptimeTests.test_bad_timezone__'need_non-UTC/GMT_timezone'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_tol__test.test_statistics.TestApproxEqualErrors.test_bad_tol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_type__test.test_argparse.TestConflictHandling.test_bad_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_type_arg__test.test_ctypes.test_cast.Test.test_bad_type_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_types__test.test_secrets.Compare_Digest_Tests.test_bad_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_types__test.test_unary.UnaryOpTestCase.test_bad_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_tzinfo_classes__test.datetimetester.TestDateTimeTZ_Fast.test_bad_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_tzinfo_classes__test.datetimetester.TestDateTimeTZ_Pure.test_bad_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_tzinfo_classes__test.datetimetester.TestTimeTZ_Fast.test_bad_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_tzinfo_classes__test.datetimetester.TestTimeTZ_Pure.test_bad_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.AnotherInvalidRequestRateTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.CrawlDelayAndCustomAgentTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.CrawlDelayAndRequestRateTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.DefaultEntryTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.DifferentAgentTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.DisallowQueryStringTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.EmptyFileTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.EmptyQueryStringTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.GoogleURLOrderingTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.InvalidCrawlDelayTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.InvalidRequestRateTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.RejectAllRobotsTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.SitemapTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.StringFormattingTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.UseFirstUserAgentWildcardTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.UserAgentGoogleMobileTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.UserAgentOrderingTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_urls__test.test_robotparser.UserAgentWildcardTest.test_bad_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_use__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_use__test.test_tarfile.CommandLineTest.test_bad_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_use__test.test_zipfile.test_core.CommandLineTest.test_bad_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_v4_part_in__test.test_ipaddress.AddressTestCase_v6.test_bad_v4_part_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_var_substitution__test.test_typing.ParamSpecTests.test_bad_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_var_substitution__test.test_typing.TypeVarTests.test_bad_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_var_substitution__test.test_typing.TypeVarTupleTests.test_bad_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_width__test.test_textwrap.WrapTestCase.test_bad_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_zones__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_zones__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bad_zones__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodbackslashreplaceexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodbackslashreplaceexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodignoreexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodignoreexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodnamereplaceexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodnamereplaceexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodreplaceexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodreplaceexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodstrictexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodstrictexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodsurrogateescapeexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogateescapeexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodsurrogatepassexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogatepassexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badandgoodxmlcharrefreplaceexceptions__test.test_codeccallbacks.CodecCallbackTest.test_badandgoodxmlcharrefreplaceexceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badargs____main__.GeneralTest.test_badargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badargs__test.test_zlib.ExceptionTestCase.test_badargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badbom__test.test_codecs.UTF16Test.test_badbom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badbom__test.test_codecs.UTF32Test.test_badbom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcmp__test.test_set.TestFrozenSet.test_badcmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcmp__test.test_set.TestFrozenSetSubclass.test_badcmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcmp__test.test_set.TestSet.test_badcmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcmp__test.test_set.TestSetSubclass.test_badcmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcompresscopy__test.test_zlib.CompressObjectTestCase.test_badcompresscopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcompressobj__test.test_zlib.ExceptionTestCase.test_badcompressobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badcreate__test.test_epoll.TestEPoll.test_badcreate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baddecompresscopy__test.test_zlib.CompressObjectTestCase.test_baddecompresscopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baddecompressobj__test.test_zlib.ExceptionTestCase.test_baddecompressobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baddecorator__test.test_builtin.TestSorted.test_baddecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baddecorator__test.test_sort.TestDecorateSortUndecorate.test_baddecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badentry__test.test_richcmp.ListTest.test_badentry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badhandlerresults__test.test_codeccallbacks.CodecCallbackTest.test_badhandlerresults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badimport__test.test_pydoc.test_pydoc.PydocImportTest.test_badimport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badisinstance__test.test_exceptions.ExceptionTests.test_badisinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badlevel__test.test_zlib.ExceptionTestCase.test_badlevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badlookupcall__test.test_codeccallbacks.CodecCallbackTest.test_badlookupcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_escaped_string__test.test_pickle.CUnpicklerTests.test_badly_escaped_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_escaped_string__test.test_pickle.InMemoryPickleTests.test_badly_escaped_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_escaped_string__test.test_pickle.PyUnpicklerTests.test_badly_escaped_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_named_methods__test.test_urllib2.OpenerDirectorTests.test_badly_named_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_quoted_string__test.test_pickle.CUnpicklerTests.test_badly_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_quoted_string__test.test_pickle.InMemoryPickleTests.test_badly_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badly_quoted_string__test.test_pickle.PyUnpicklerTests.test_badly_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badregistercall__test.test_codeccallbacks.CodecCallbackTest.test_badregistercall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badsyntax_1__test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badsyntax_2__test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badsyntax_3__test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badsyntax_4__test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_badsyntax__test.test_utf8source.PEP3120Test.test_badsyntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_balanced__test.test_monitoring.SimulateProfileTest.test_balanced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_banner__test.test_code_module.TestInteractiveConsole.test_banner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_ampersands__test.test_htmlparser.HTMLParserTestCase.test_bare_ampersands_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_named_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_named_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_create_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_pointy_brackets__test.test_htmlparser.HTMLParserTestCase.test_bare_pointy_brackets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bare_raise_in_brand_new_thread__test.test_threading.ThreadingExceptionTests.test_bare_raise_in_brand_new_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barrier__test.test_asyncio.test_locks.BarrierTests.test_barrier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barrier__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_barrier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barrier__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_barrier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barrier__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barrier_parties__test.test_asyncio.test_locks.BarrierTests.test_barrier_parties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barry_as_bdfl__test.test_flufl.FLUFLTests.test_barry_as_bdfl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barry_as_bdfl_look_ma_with_no_compiler_flags__test.test_flufl.FLUFLTests.test_barry_as_bdfl_look_ma_with_no_compiler_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barry_as_bdfl_relative_import__test.test_flufl.FLUFLTests.test_barry_as_bdfl_relative_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_barry_as_flufl_with_syntax_errors__test.test_syntax.SyntaxTestCase.test_barry_as_flufl_with_syntax_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64_roundtrip__test.test_binascii.ArrayBinASCIITest.test_base64_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_base64_roundtrip__test.test_binascii.BinASCIITest.test_base64_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_base64_roundtrip__test.test_binascii.BytearrayBinASCIITest.test_base64_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_base64_roundtrip__test.test_binascii.MemoryviewBinASCIITest.test_base64_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_base64_splittable__test.test_email.test_email.TestHeader.test_base64_splittable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64_strict_mode__test.test_binascii.ArrayBinASCIITest.test_base64_strict_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64_strict_mode__test.test_binascii.BinASCIITest.test_base64_strict_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64_strict_mode__test.test_binascii.BytearrayBinASCIITest.test_base64_strict_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64_strict_mode__test.test_binascii.MemoryviewBinASCIITest.test_base64_strict_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64errors__test.test_binascii.ArrayBinASCIITest.test_base64errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64errors__test.test_binascii.BinASCIITest.test_base64errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64errors__test.test_binascii.BytearrayBinASCIITest.test_base64errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64errors__test.test_binascii.MemoryviewBinASCIITest.test_base64errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64invalid__test.test_binascii.ArrayBinASCIITest.test_base64invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64invalid__test.test_binascii.BinASCIITest.test_base64invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64invalid__test.test_binascii.BytearrayBinASCIITest.test_base64invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64invalid__test.test_binascii.MemoryviewBinASCIITest.test_base64invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64valid__test.test_binascii.ArrayBinASCIITest.test_base64valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64valid__test.test_binascii.BinASCIITest.test_base64valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64valid__test.test_binascii.BytearrayBinASCIITest.test_base64valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base64valid__test.test_binascii.MemoryviewBinASCIITest.test_base64valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseAssertEqual__test.test_unittest.test_assertions.TestLongMessage.test_baseAssertEqual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base__test.test_dataclasses.TestMakeDataclass.test_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base__test.test_decimal.CIBMTestCases.test_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base__test.test_decimal.PyIBMTestCases.test_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_class__test.test_typing.DataclassTransformTests.test_base_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_class_have_text_signature__test.test_inspect.test_inspect.TestSignatureDefinitions.test_base_class_have_text_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_class_kept__test.test_typing.UnionTests.test_base_class_kept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_class_methods_called__test.test_htmlparser.TestInheritance.test_base_class_methods_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_classes__test.test_ast.test_ast.AST_Tests.test_base_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_dataclass__test.test_dataclasses.TestMakeDataclass.test_base_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_exception__test.test_traceback.TracebackCases.test_base_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_exception_from_async_method__test.test_unittest.test_async_case.TestAsyncCase.test_base_exception_from_async_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_has_init__test.test_dataclasses.TestInit.test_base_has_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_base_protocol__test.test_asyncio.test_protocols.ProtocolsAbsTests.test_base_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseconfig__test.test_logging.ConfigDictTest.test_baseconfig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexception_during_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_baseexception_during_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseexceptional_side_effect__test.test_unittest.testmock.testmock.MockTest.test_baseexceptional_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basename__test.test_posixpath.PosixPathTest.test_basename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_baseopname_and_baseopcode__test.test_dis.InstructionTests.test_baseopname_and_baseopcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bases_raises_other_than_attribute_error__test.test_isinstance.TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basetestsuite__test.test_unittest.test_suite.Test_TestSuite.test_basetestsuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_argparse.TestIntermixedArgs.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_audit.AuditTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_buffer.TestPythonBufferProtocol.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_builtin.TestSorted.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_bytes.ByteArraySubclassTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_bytes.ByteArraySubclassWithSlotsTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_bytes.BytesSubclassTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_code.CodeWeakRefTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_codecs.EncodedFileTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_compile.TestStaticAttributes.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConfigParserTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConfigParserTestCaseNoValue.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.ConvertersTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.CopyTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.MultilineValuesTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.RawConfigParserTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.SortedTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_configparser.StrictTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_ctypes.test_pointers.PointersTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_defaultdict.TestDefaultDict.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_frame.TestFrameCApi.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_http_cookies.CookieTests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_index.BaseTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_inspect.test_inspect.TestGetattrStatic.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_int.IntTestCases.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_interpreters.test_api.TestInterpreterClose.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_list.ListTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_logging.NTEventLogHandlerTest.test_basic__'win32evtlog/win32evtlogutil/pywintypes_required_for_this_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_basic__test.test_logging.SMTPHandlerTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_mmap.MmapTests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_pprint.QueryTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.CLifoQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.CPriorityQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.CQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.CSimpleQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.PyLifoQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.PyPriorityQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.PyQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_queue.PySimpleQueueTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_richcmp.NumberTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_shutil.TestWhich.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_shutil.TestWhichBytes.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_strptime.getlang_Tests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tarfile.ContextManagerTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestMkdtemp.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestMkstemp.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestMkstempInner.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestMktemp.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestNamedTemporaryFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestSpooledTemporaryFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tempfile.TestTemporaryFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tokenize.GenerateTokensTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_tokenize.TokenizeTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_type_aliases.TypeAliasConstructorTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_typing.CollectionsCallableTests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_typing.NewTypeTests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_typing.TypingCallableTests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_urllib.Pathname_Tests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_urllib.urlretrieve_FileTests.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_urllib2_localnet.TestUrlopen.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_xml_etree.ElementIterTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_xml_etree_c.ElementIterTest.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_xmlrpc.FailingServerTestCase.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_and_digest_auth_handlers__test.test_urllib2.HandlerTests.test_basic_and_digest_auth_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestDateTime_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestDateTime_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestDate_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestDate_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestTimeDelta_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestTimeDelta_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestTimeTZ_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestTime_Fast.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes__test.datetimetester.TestTime_Pure.test_basic_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestDateTime_Fast.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestDateTime_Pure.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestTimeTZ_Fast.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestTime_Fast.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_attributes_nonzero__test.datetimetester.TestTime_Pure.test_basic_attributes_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_auth__test.test_urllib2.HandlerTests.test_basic_auth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_auth_httperror__test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_auth_success__test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_bootstrapping__test.test_ensurepip.TestBootstrap.test_basic_bootstrapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_bootstrapping__test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_callback__test.test_weakref.ReferencesTestCase.test_basic_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_caret__test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_caret__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_basic_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_caret__test.test_traceback.PurePythonTracebackErrorCaretTests.test_basic_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_completion__test.test_cmd.CmdTestReadline.test_basic_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_defaults__test.test_optparse.TestDefaultValues.test_basic_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_examples__test.test_functools.TestPartialC.test_basic_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_examples__test.test_functools.TestPartialCSubclass.test_basic_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_examples__test.test_functools.TestPartialPy.test_basic_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_examples__test.test_functools.TestPartialPySubclass.test_basic_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_exception__test.test_sys_setprofile.ProfileSimulatorTestCase.test_basic_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_formatter__test.test_string.ModuleTest.test_basic_formatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConfigParserTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConfigParserTestCaseNoValue.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.ConvertersTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.CopyTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.MultilineValuesTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.RawConfigParserTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.SortedTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_from_dict__test.test_configparser.StrictTestCase.test_basic_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_inheritance__test.test_descr.ClassPropertiesAndMethods.test_basic_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_io__test.test_io.CTextIOWrapperTest.test_basic_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_io__test.test_io.PyTextIOWrapperTest.test_basic_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_line_wrap__test.test_pprint.QueryTestCase.test_basic_line_wrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_loop__test.test_capi.test_opt.TestUops.test_basic_loop__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_basic_many__test.test_tempfile.TestMkdtemp.test_basic_many_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_many__test.test_tempfile.TestMkstempInner.test_basic_many_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_multiple_interpreters_deleted_no_reset__test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_multiple_interpreters_main_no_reset__test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_main_no_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_multiple_interpreters_reset_each__test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_reset_each_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_plain__test.test_typing.ParamSpecTests.test_basic_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_plain__test.test_typing.TypeVarTests.test_basic_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_prior_auth_auto_send__test.test_urllib2.HandlerTests.test_basic_prior_auth_auto_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_prior_auth_send_after_first_success__test.test_urllib2.HandlerTests.test_basic_prior_auth_send_after_first_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_protocol__test.test_typing.ProtocolTests.test_basic_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_proxy__test.test_weakref.ReferencesTestCase.test_basic_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_re_sub__test.test_re.ReTests.test_basic_re_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_ref__test.test_weakref.ReferencesTestCase.test_basic_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_reloaded__test.test_import.SinglephaseInitTests.test_basic_reloaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script__test.test_cmd_line_script.CmdLineTest.test_basic_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script__test.test_runpy.RunPathTestCase.test_basic_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script_no_suffix__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script_no_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script_no_suffix__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script_no_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script_no_suffix__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script_no_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script_no_suffix__test.test_runpy.RunPathTestCase.test_basic_script_no_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_script_with_pathlike_object__test.test_runpy.RunPathTestCase.test_basic_script_with_pathlike_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_uninstall__test.test_ensurepip.TestUninstallationMainFunction.test_basic_uninstall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_with_bytes_names__test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_with_bytes_names__test.test_tempfile.TestMkstemp.test_basic_with_bytes_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_with_bytes_names__test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_with_exec__test.test_typing.ParamSpecTests.test_basic_with_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_with_exec__test.test_typing.TypeVarTests.test_basic_with_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basic_wstrings__test.test_ctypes.test_strings.WStringTestCase.test_basic_wstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.EnumerateStartTestCase.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.EnumerateTestCase.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.SubclassTestCase.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.TestBig.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.TestEmpty.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.TestLongStart.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basicfunction__test.test_enumerate.TestStart.test_basicfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_ExceptionGroup_fields__test.test_exception_group.ExceptionGroupFields.test_basics_ExceptionGroup_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_bytes.ByteArrayTest.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_bytes.BytesTest.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_codecs.BasicUnicodeTest.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_codecs.TransformCodecTest.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_collections.TestChainMap.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_collections.TestCounter.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_compile.TestInstructionSequence.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_ctypes.test_pointers.PointersTestCase.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_deque.TestBasic.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_deque.TestSubclass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_dictcomps.DictComprehensionTest.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestIntEnumClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestIntEnumFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestIntFlagClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestIntFlagFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMinimalDateClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMinimalDateFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMinimalFloatClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMinimalFloatFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedDateClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedDateFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedFloatClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedFloatFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedIntClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedIntFlagClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedIntFlagFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedIntFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedStrClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestMixedStrFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestPlainEnumClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestPlainEnumFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestPlainFlagClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestPlainFlagFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestStrEnumClass.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_enum.TestStrEnumFunction.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_import.PycRewritingTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_optparse.TestOptionValues.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_picklebuffer.PickleBufferTest.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_statistics.TestFMean.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_statistics.TestGeometricMean.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_statistics.TestMultiMode.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_traceback.TestFrame.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.AssertTypeTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.CastTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.ClassVarTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.ConcatenateTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.FinalTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.ForwardRefTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.GenericTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.LiteralStringTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.LiteralTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.NamedTupleTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.NotRequiredTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.RETests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.RequiredTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.SelfTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.TupleTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.TypeGuardTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.TypeIsTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics__test.test_typing.UnionTests.test_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_capi__test.test_codecs.BasicUnicodeTest.test_basics_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_functional_syntax__test.test_typing.TypedDictTests.test_basics_functional_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_split_by_predicate__match__test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_split_by_predicate__no_match__test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__no_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_split_by_predicate__passthrough__test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__passthrough_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_split_by_type__match__test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_split_by_type__no_match__test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__no_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_split_by_type__passthrough__test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__passthrough_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_by_predicate__match__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_by_predicate__no_match__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__no_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_by_predicate__passthrough__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__passthrough_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_by_type__match__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_by_type__no_match__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__no_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_by_type__passthrough__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__passthrough_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_subgroup_split__bad_arg_type__test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_split__bad_arg_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_basics_working__test.test_super.TestSuper.test_basics_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_batched__test.test_itertools.TestBasicOps.test_batched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_batched__test.test_itertools.TestGC.test_batched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_batched__test.test_itertools.TestVariousIteratorArgs.test_batched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_batched_recipe__test.test_itertools.TestPurePythonRoughEquivalents.test_batched_recipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_become_message__test.test_mailbox.TestBabylMessage.test_become_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_become_message__test.test_mailbox.TestMHMessage.test_become_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_become_message__test.test_mailbox.TestMMDFMessage.test_become_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_become_message__test.test_mailbox.TestMaildirMessage.test_become_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_become_message__test.test_mailbox.TestMboxMessage.test_become_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_become_message__test.test_mailbox.TestMessage.test_become_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_benign_file__test.test_tarfile.TestExtractionFilters.test_benign_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_betavariate_return_zero__test.test_random.TestDistributions.test_betavariate_return_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_better_error_message_format__test.test_format.FormatTest.test_better_error_message_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bidirectional__test.test_unicodedata.UnicodeFunctionsTest.test_bidirectional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bidirectional_pty__test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bidirectional_pty__test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bidirectional_pty__test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_and_small__test.test_statistics.TestGeometricMean.test_big_and_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_buffer__test.test_binascii.ChecksumBigBufferTestCase.test_big_buffer__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_big_buffer__test.test_zlib.ChecksumBigBufferTestCase.test_big_buffer__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_big_chunk__test.test_shutil.TestZeroCopySendfile.test_big_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_codesize__test.test_re.ReTests.test_big_codesize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_compress_buffer__test.test_zlib.CompressObjectTestCase.test_big_compress_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_compress_buffer__test.test_zlib.CompressTestCase.test_big_compress_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_data__test.test_statistics.TestMean.test_big_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_decompress_buffer__test.test_zlib.CompressObjectTestCase.test_big_decompress_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_decompress_buffer__test.test_zlib.CompressTestCase.test_big_decompress_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_dict_literal__test.test_compile.TestSpecifics.test_big_dict_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_endian_file__test.test_gettext.GettextTestCase2.test_big_endian_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_exp__test.test_pow.PowTest.test_big_exp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_linenos__test.test_dis.DisTests.test_big_linenos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_linenos__test.test_dis.DisWithFileTests.test_big_linenos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_lshift__test.test_long.LongTest.test_big_lshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_queue_popleft__test.test_deque.TestBasic.test_big_queue_popleft_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_queue_popright__test.test_deque.TestBasic.test_big_queue_popright_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_rshift__test.test_long.LongTest.test_big_rshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_stack_left__test.test_deque.TestBasic.test_big_stack_left_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_stack_right__test.test_deque.TestBasic.test_big_stack_right_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_unicode_decode__test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_unicode_decode__test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_unicode_encode__test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_big_unicode_encode__test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigcharset__test.test_re.ReTests.test_bigcharset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigcomp__test.test_strtod.StrtodTests.test_bigcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bignum__test.test_decimal.CWhitebox.test_bignum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrand__test.test_random.MersenneTwister_TestBasicOps.test_bigrand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrand__test.test_random.SystemRandom_TestBasicOps.test_bigrand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrand_ranges__test.test_random.MersenneTwister_TestBasicOps.test_bigrand_ranges_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrand_ranges__test.test_random.SystemRandom_TestBasicOps.test_bigrand_ranges_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrepeat__test.test_deque.TestSequence.test_bigrepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrepeat__test.test_list.ListTest.test_bigrepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrepeat__test.test_tuple.TupleTest.test_bigrepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bigrepeat__test.test_userlist.UserListTest.test_bigrepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bimodal_data__test.test_statistics.TestMode.test_bimodal_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bin__test.test_builtin.BuiltinTest.test_bin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bin_baseline__test.test_int_literal.TestHexOctBin.test_bin_baseline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bin_unsigned__test.test_int_literal.TestHexOctBin.test_bin_unsigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary__test.test_sqlite3.test_dbapi.ConstructorTests.test_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_base64_payload__test.test_email.test_email.TestMessageAPI.test_binary_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_body_with_encode_7or8bit__test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_7or8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_body_with_encode_base64__test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_base64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_body_with_encode_noop__test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_noop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_body_with_encode_quopri__test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_quopri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_body_with_unicode_linend_encode_noop__test.test_email.test_email.TestMIMEApplication.test_binary_body_with_unicode_linend_encode_noop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_file__test.test_sax.PrepareInputSourceTest.test_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_file_body__test.test_httplib.RequestBodyTest.test_binary_file_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_file_shelf__test.test_shelve.TestCase.test_binary_file_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_floats__test.test_numeric_tower.HashTest.test_binary_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_header__test.test_tarfile.PAXUnicodeTest.test_binary_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_input_for_converter__test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_mask_ops__test.test_grammar.GrammarTests.test_binary_mask_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_mode_encoding__test.test_fileinput.Test_hook_compressed.test_binary_mode_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_modes__test.test_bz2.OpenTest.test_binary_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_modes__test.test_gzip.TestOpen.test_binary_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_modes__test.test_lzma.OpenTestCase.test_binary_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_operator_override__test.test_descr.ClassPropertiesAndMethods.test_binary_operator_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_ops__test.test_capi.test_number.CAPITest.test_binary_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_quopri_payload__test.test_email.test_email.TestMessageAPI.test_binary_quopri_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_specialize__test.test_dis.DisTests.test_binary_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_specialize__test.test_dis.DisWithFileTests.test_binary_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_subscr_getitem__test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_subscr_list_int__test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_list_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_subscr_on_unicode__test.test_peepholer.TestTranforms.test_binary_subscr_on_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_to_text_denylists_binary_transforms__test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_binary_transforms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_to_text_denylists_text_transforms__test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_text_transforms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binary_uuencode_payload__test.test_email.test_email.TestMessageAPI.test_binary_uuencode_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binaryio__test.test_typing.IOTests.test_binaryio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binbytes8__test.test_pickle.CUnpicklerTests.test_binbytes8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binbytes8__test.test_pickle.InMemoryPickleTests.test_binbytes8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binbytes8__test.test_pickle.PyUnpicklerTests.test_binbytes8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binbytes__test.test_pickle.CUnpicklerTests.test_binbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binbytes__test.test_pickle.InMemoryPickleTests.test_binbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binbytes__test.test_pickle.PyUnpicklerTests.test_binbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bind_mutating_list__test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bind_port__test.test_support.TestSupport.test_bind_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bind_release__test.test_interpreters.test_queues.LowLevelTests.test_bind_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binding__test.test_import.CircularImportTests.test_binding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binding_uses_global__test.test_type_params.TypeParamsClassScopeTest.test_binding_uses_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bindtextdomain__test.test_gettext.GettextTestCase2.test_bindtextdomain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binget__test.test_pickle.CUnpicklerTests.test_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binget__test.test_pickle.InMemoryPickleTests.test_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binget__test.test_pickle.PyUnpicklerTests.test_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binomialvariate__test.test_random.TestDistributions.test_binomialvariate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binop__test.test_ast.test_ast.EndPositionTests.test_binop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binop__test.test_compile.TestExpressionStackSize.test_binop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binopsVsSubsets__test.test_set.TestIdentities.test_binopsVsSubsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binstring__test.test_pickletools.DisTests.test_binstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binunicode8__test.test_pickle.CUnpicklerTests.test_binunicode8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binunicode8__test.test_pickle.InMemoryPickleTests.test_binunicode8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_binunicode8__test.test_pickle.PyUnpicklerTests.test_binunicode8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bisect__test.test_regrtest.ParseArgsTestCase.test_bisect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bit_count__test.test_long.LongTest.test_bit_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bit_length__test.test_capi.test_misc.Test_testinternalcapi.test_bit_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bit_length__test.test_long.LongTest.test_bit_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitfield_by_value__test.test_ctypes.test_structures.StructureTestCase.test_bitfield_by_value__'Test_disabled_for_now_-_see_bpo-16575/bpo-16576'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bitop_identities__test.test_long.LongTest.test_bitop_identities_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitwise_and__test.test_operator.COperatorTestCase.test_bitwise_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitwise_and__test.test_operator.PyOperatorTestCase.test_bitwise_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitwise_or__test.test_operator.COperatorTestCase.test_bitwise_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitwise_or__test.test_operator.PyOperatorTestCase.test_bitwise_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitwise_xor__test.test_operator.COperatorTestCase.test_bitwise_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bitwise_xor__test.test_operator.PyOperatorTestCase.test_bitwise_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bjunk__test.test_difflib.TestWithAscii.test_bjunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blah_ext__test.test_fileinput.Test_hook_compressed.test_blah_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blake2b__test.test_hashlib.HashLibTestCase.test_blake2b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blake2b_vectors__test.test_hashlib.HashLibTestCase.test_blake2b_vectors__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_blake2s__test.test_hashlib.HashLibTestCase.test_blake2s_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blake2s_vectors__test.test_hashlib.HashLibTestCase.test_blake2s_vectors__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_blank_func_defaults__test.test_funcattrs.FunctionPropertiesTest.test_blank_func_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blank_scope_id__test.test_ipaddress.AddressTestCase_v6.test_blank_scope_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blank_scope_id__test.test_ipaddress.InterfaceTestCase_v6.test_blank_scope_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blank_scope_id__test.test_ipaddress.NetworkTestCase_v6.test_blank_scope_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blankline__test.test_csv.TestDialectExcel.test_blankline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blankpattern__test.test_strptime.TimeRETests.test_blankpattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_32bit_rowid__test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob__test.test_sqlite3.test_types.DeclTypesTests.test_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob__test.test_sqlite3.test_types.SqliteTypeTests.test_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_closed__test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_closed_db_read__test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_context_manager__test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_context_manager_reraise_exceptions__test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_empty_slice__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_item__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_item_error__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_item_error_bigint__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error_bigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_slice__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_slice_negative_index__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_get_slice_with_skip__test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_is_a_blob__test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_length__test.test_sqlite3.test_dbapi.BlobTests.test_blob_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_mapping_invalid_index_type__test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_open_error__test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_read__test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_read_advance_offset__test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_read_at_offset__test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_read_error_row_changed__test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_read_oversized__test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_seek_and_tell__test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_seek_error__test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_seek_overflow_error__test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_overflow_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_sequence_not_supported__test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_empty_slice__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_item__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_item_error__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_item_negative_index__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_item_with_offset__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_slice__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_slice_buffer_object__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_slice_error__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_set_slice_with_skip__test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_write__test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_write_advance_offset__test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_write_at_offset__test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_write_error_length__test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_write_error_readonly__test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blob_write_error_row_changed__test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_block_add_hook__test.test_audit.AuditTest.test_block_add_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_block_add_hook_baseexception__test.test_audit.AuditTest.test_block_add_hook_baseexception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_block_after_eager_step__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_block_after_eager_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_block_after_eager_step__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_block_after_eager_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_block_fallback__test.test_contains.TestContains.test_block_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocked__test.test_bool.BoolTest.test_blocked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocked_fromlist__test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocked_fromlist__test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocked_fromlist__test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocked_fromlist__test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking__test.test_os.BlockingTests.test_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking__test.test_os.TestInvalidFD.test_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking_get__test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking_get_wait__test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking_put__test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking_put_wait__test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking_socket__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocking_socket__test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_blocking_socket__'Proactor_is_supported_on_Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_blocking_tasks_while_draining__test.test_asyncio.test_locks.BarrierTests.test_blocking_tasks_while_draining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blockingioerror__test.test_exception_hierarchy.AttributesTest.test_blockingioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blockingioerror__test.test_io.CMiscIOTest.test_blockingioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blockingioerror__test.test_io.PyMiscIOTest.test_blockingioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocks__test.test_type_annotations.TestSetupAnnotations.test_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocks_at_first_code_line__test.test_pdb.PdbTestCase.test_blocks_at_first_code_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocksize_and_name__test.test_hashlib.HashLibTestCase.test_blocksize_and_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocksize_arg__test.test_shutil.TestZeroCopySendfile.test_blocksize_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocksize_name_blake2__test.test_hashlib.HashLibTestCase.test_blocksize_name_blake2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_blocksize_name_sha3__test.test_hashlib.HashLibTestCase.test_blocksize_name_sha3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bmp_characters__test.test_ucn.UnicodeNamesTest.test_bmp_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body__test.test_email.test_email.TestMIMEApplication.test_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_base64_text__test.test_email.test_inversion.TestInversion.test_body_base64_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_encode__test.test_email.test_email.TestCharset.test_body_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_exception_suppress__test.test_contextlib.TestExitStack.test_body_exception_suppress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_exception_suppress__test.test_contextlib_async.TestAsyncExitStack.test_body_exception_suppress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_line_iterator__test.test_email.test_email.TestIterators.test_body_line_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_plain_text__test.test_email.test_inversion.TestInversion.test_body_plain_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_qp_text__test.test_email.test_inversion.TestInversion.test_body_qp_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_body_quopri_len__test.test_email.test_email.TestQuopri.test_body_quopri_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bogus_comments__test.test_htmlparser.HTMLParserTestCase.test_bogus_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bogus_dst__test.datetimetester.TestTimezoneConversions_Fast.test_bogus_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bogus_dst__test.datetimetester.TestTimezoneConversions_Pure.test_bogus_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bogus_filename__test.test_email.test_email.TestMessageAPI.test_bogus_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bogus_fromlist__test.test_import.ImportTests.test_bogus_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom__test.test_codecs.UTF8SigTest.test_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_and_utf_8__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_and_utf_8__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_and_utf_8__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_and_utf_8__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_conflict__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_conflict__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_conflict__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_conflict__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bom_no_cookie__test.test_tokenize.TestDetectEncoding.test_bom_no_cookie_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestDateTimeTZ_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestDateTimeTZ_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestDateTime_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestDateTime_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestDate_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestDate_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestSubclassDateTime_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestSubclassDateTime_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestTimeDelta_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestTimeDelta_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestTimeTZ_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestTimeTZ_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestTime_Fast.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.datetimetester.TestTime_Pure.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test__interpreters.ShareableTypeTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_collections.TestChainMap.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_copyreg.CopyRegTestCase.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_dict.DictTest.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_dict.GeneralMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_dict.SubclassMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_enum.OldTestFlag.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_enum.OldTestIntFlag.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_enum.TestSpecial.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_frame.FrameLocalsProxyMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_marshal.IntTestCase.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_ordered_dict.CPythonGeneralMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_ordered_dict.CPythonSubclassMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_ordered_dict.PurePythonGeneralMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_ordered_dict.PurePythonSubclassMappingTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_os.EnvironTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_secrets.Compare_Digest_Tests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto0File_dumbShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto0File_gnuShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto0File_ndbmShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto0File_sqlite3Shelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto0MemShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto1File_dumbShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto1File_gnuShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto1File_ndbmShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto1File_sqlite3Shelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto1MemShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto2File_dumbShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto2File_gnuShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto2File_ndbmShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto2File_sqlite3Shelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto2MemShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto3File_dumbShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto3File_gnuShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto3File_ndbmShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto3File_sqlite3Shelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto3MemShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto4File_dumbShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto4File_gnuShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto4File_ndbmShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto4File_sqlite3Shelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto4MemShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto5File_dumbShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto5File_gnuShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto5File_ndbmShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto5File_sqlite3Shelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_shelve.TestProto5MemShelve.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_sqlite3.test_types.DeclTypesTests.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_statistics.CoerceTest.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_struct.StructTest.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_userdict.UserDictTest.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_weakref.WeakKeyDictionaryTestCase.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool__test.test_weakref.WeakValueDictionaryTestCase.test_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_called_at_least_once__test.test_bool.BoolTest.test_bool_called_at_least_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_default__test.test_optparse.TestBool.test_bool_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_empty__test.test_dbm_gnu.TestGdbm.test_bool_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_empty__test.test_dbm_ndbm.DbmTestCase.test_bool_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_false__test.test_optparse.TestBool.test_bool_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_flicker_on_and_off__test.test_optparse.TestBool.test_bool_flicker_on_and_off_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestIntEnumClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestIntEnumFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestIntFlagClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestIntFlagFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMinimalDateClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMinimalDateFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMinimalFloatClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMinimalFloatFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedDateClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedDateFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedFloatClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedFloatFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedIntClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedIntFlagClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedIntFlagFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedIntFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedStrClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestMixedStrFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestPlainEnumClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestPlainEnumFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestPlainFlagClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestPlainFlagFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestStrEnumClass.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_is_true__test.test_enum.TestStrEnumFunction.test_bool_is_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_new__test.test_bool.BoolTest.test_bool_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_not_called_when_passing_spec_arg__test.test_unittest.testmock.testmock.MockTest.test_bool_not_called_when_passing_spec_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_not_empty__test.test_dbm_gnu.TestGdbm.test_bool_not_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_not_empty__test.test_dbm_ndbm.DbmTestCase.test_bool_not_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_on_closed_db_raises__test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_on_closed_db_raises__test.test_dbm_ndbm.DbmTestCase.test_bool_on_closed_db_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_true__test.test_optparse.TestBool.test_bool_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bool_values__test.test_ctypes.test_numbers.NumberTestCase.test_bool_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolcontext__test.test_complex.ComplexTest.test_boolcontext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_bool.BoolTest.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConfigParserTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConfigParserTestCaseNoValue.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.ConvertersTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.CopyTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.MultilineValuesTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.RawConfigParserTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.SortedTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean__test.test_configparser.StrictTestCase.test_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean_ops__test.test_types.TypesTests.test_boolean_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolean_target__test.test_threading.ThreadTests.test_boolean_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolop__test.test_ast.test_ast.ASTValidatorTests.test_boolop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boolop__test.test_ast.test_ast.EndPositionTests.test_boolop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bools__test.test_numeric_tower.HashTest.test_bools_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boom2__test.test_gc.GCTests.test_boom2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boom__test.test_gc.GCTests.test_boom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrap_version__test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrap_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_error_code__test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_alt_install__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_default_pip__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_regular_install__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_root__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_upgrade__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_user__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_verbosity_1__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_verbosity_2__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bootstrapping_with_verbosity_3__test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_both_onerror_and_onexc__test.test_shutil.TestRmTree.test_both_onerror_and_onexc__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bound__test.test_type_params.TypeParamsClassScopeTest.test_bound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_classmethod_noargs__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_classmethod_o__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_classmethod_unrepresentable_default__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_method__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_method_coexist_o__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_method_noargs__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_method_o__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_builtin_method_unrepresentable_default__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_errors__test.test_typing.TypeVarTests.test_bound_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_function_inside_classmethod__test.test_decorators.TestDecorators.test_bound_function_inside_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_method_introspection__test.test_functools.TestPartialMethod.test_bound_method_introspection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_method_repr__test.test_descr.ClassPropertiesAndMethods.test_bound_method_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_methods____main__.GeneralTest.test_bound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_methods__test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_methods__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_bound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bound_python_method__test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_dis.DisTests.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_dis.DisWithFileTests.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundaries__test.test_strtod.StrtodTests.test_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary__test.test_enum.OldTestFlag.test_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary__test.test_enum.OldTestIntFlag.test_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary_error_message__test.test_struct.StructTest.test_boundary_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary_error_message_with_large_offset__test.test_struct.StructTest.test_boundary_error_message_with_large_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary_error_message_with_negative_offset__test.test_struct.StructTest.test_boundary_error_message_with_negative_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary_in_non_multipart__test.test_email.test_email.TestMultipart.test_boundary_in_non_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary_with_leading_space__test.test_email.test_email.TestMultipart.test_boundary_with_leading_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_boundary_without_trailing_newline__test.test_email.test_email.TestMultipart.test_boundary_without_trailing_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bounded_semaphore__test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bp_after_last_statement__test.test_bdb.BreakpointTestCase.test_bp_after_last_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bp_condition__test.test_bdb.BreakpointTestCase.test_bp_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bp_exception_on_condition_evaluation__test.test_bdb.BreakpointTestCase.test_bp_exception_on_condition_evaluation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bp_ignore_count__test.test_bdb.BreakpointTestCase.test_bp_ignore_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bp_on_non_existent_module__test.test_bdb.BreakpointTestCase.test_bp_on_non_existent_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo25750__test.test_descr.ClassPropertiesAndMethods.test_bpo25750_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo36504_signed_int_overflow__test.test_ctypes.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo37347__test.test_sqlite3.test_regression.RegressionTests.test_bpo37347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo37428_pha_cert_none__test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo_31728__test.test_xml_etree_c.MiscTests.test_bpo_31728_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo_42057__test.test_peepholer.TestBuglets.test_bpo_42057_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo_43764__test.test_dataclasses.TestMatchArgs.test_bpo_43764_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo_45773_pop_jump_if_false__test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bpo_45773_pop_jump_if_true__test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_braced_override__test.test_string.TestTemplate.test_braced_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_braced_override_safe__test.test_string.TestTemplate.test_braced_override_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_braces__test.test_logging.FormatterTest.test_braces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_branch__test.test_monitoring.LineMonitoringTest.test_branch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_branch_taken__test.test_capi.test_opt.TestUops.test_branch_taken__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_break_continue_in_except_star_block_valid__test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_continue_in_except_star_block_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_continue_loop__test.test_grammar.GrammarTests.test_break_continue_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_in_except_star__test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_in_except_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_in_finally__test.test_grammar.GrammarTests.test_break_in_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_in_finally_after_return__test.test_grammar.GrammarTests.test_break_in_finally_after_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_long__test.test_textwrap.LongWordTestCase.test_break_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_long_words_not_on_hyphen__test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_not_on_hyphen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_long_words_on_hyphen__test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_on_hyphen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_on_hyphen_but_not_long_words__test.test_textwrap.LongWordWithHyphensTestCase.test_break_on_hyphen_but_not_long_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_on_hyphens__test.test_textwrap.WrapTestCase.test_break_on_hyphens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_outside_loop__test.test_syntax.SyntaxTestCase.test_break_outside_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_stmt__test.test_grammar.GrammarTests.test_break_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_through_finally__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_through_finally__test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_through_finally__test.test_sys_settrace.TestSetLocalTrace.test_break_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_through_finally__test.test_sys_settrace.TraceOpcodesTestCase.test_break_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_through_finally__test.test_sys_settrace.TraceTestCase.test_break_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_break__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_break__test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_break__test.test_sys_settrace.TestSetLocalTrace.test_break_to_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_break__test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_break__test.test_sys_settrace.TraceTestCase.test_break_to_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue1__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue1__test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue1__test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue1__test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue1__test.test_sys_settrace.TraceTestCase.test_break_to_continue1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue2__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue2__test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue2__test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue2__test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_break_to_continue2__test.test_sys_settrace.TraceTestCase.test_break_to_continue2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_breakpoint__test.test_builtin.TestBreakpoint.test_breakpoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_breakpoint__test.test_pdb.PdbTestCase.test_breakpoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_breakpoint_with_args_and_keywords__test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_breakpoint_with_breakpointhook_reset__test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_breakpoint_with_breakpointhook_set__test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_breakpoint_with_passthru_error__test.test_builtin.TestBreakpoint.test_breakpoint_with_passthru_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_base64_header__test.test_email.test_email.TestHeader.test_broken_base64_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_base64_payload__test.test_email.test_email.TestMessageAPI.test_broken_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_class_namespace__test.test_type_params.TypeParamsRuntimeTest.test_broken_class_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_condcoms__test.test_htmlparser.HTMLParserTestCase.test_broken_condcoms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_from__test.test_import.ImportTracebackTests.test_broken_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_invalid_end_tag__test.test_htmlparser.HTMLParserTestCase.test_broken_invalid_end_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_parent__test.test_import.ImportTracebackTests.test_broken_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_parent_from__test.test_import.ImportTracebackTests.test_broken_parent_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_pipe_error__test.test_json.test_tool.TestTool.test_broken_pipe_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_submodule__test.test_import.ImportTracebackTests.test_broken_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_symlink__test.test_os.TestScandir.test_broken_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_broken_unicode_payload__test.test_email.test_email.TestMessageAPI.test_broken_unicode_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_browser_cache_file_changed__test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_file_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_browser_cache_with_If_None_Match_header__test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_with_If_None_Match_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bswap__test.test_capi.test_misc.Test_testinternalcapi.test_bswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buf_feed_data__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buf_feed_data__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.ByteTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.DoubleTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.FloatTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.IntTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.LongLongTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.LongTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.ShortTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UCS4Test.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UnicodeTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UnsignedByteTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UnsignedIntTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UnsignedLongLongTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UnsignedLongTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_array.UnsignedShortTest.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer__test.test_xxlimited.TestXXLimited.test_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_api_usage__test.test_codecs.TransformCodecTest.test_buffer_api_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_artefacts__test.test_htmlparser.HTMLParserTestCase.test_buffer_artefacts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_callback_error__test.test_pickle.CPicklingErrorTests.test_buffer_callback_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_callback_error__test.test_pickle.PyPicklingErrorTests.test_buffer_callback_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_flags__test.test_buffer.TestPythonBufferProtocol.test_buffer_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_freeing__test.test_io.CBufferedRandomTest.test_buffer_freeing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_freeing__test.test_io.CBufferedReaderTest.test_buffer_freeing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_freeing__test.test_io.CBufferedWriterTest.test_buffer_freeing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.ByteTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.DoubleTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.FloatTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.IntTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.LongLongTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.LongTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.ShortTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UCS4Test.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UnicodeTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UnsignedByteTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UnsignedIntTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UnsignedLongLongTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UnsignedLongTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_info__test.test_array.UnsignedShortTest.test_buffer_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_inheritance__test.test_descr.ClassPropertiesAndMethods.test_buffer_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_interface__test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_is_readonly__test.test_bytes.BytesTest.test_buffer_is_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_overflow__test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_overflow__test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffer_overflow__test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_overflow__test.test_capi.test_mem.PyMemMimallocDebugTests.test_buffer_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_overflow__test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_overflow__test.test_os.Win32SymlinkTests.test_buffer_overflow__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffer_reference_loop__test.test_memoryview.OtherTest.test_buffer_reference_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_text__test.test_pyexpat.SetAttributeTest.test_buffer_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_types__test.test_ssl.MemoryBIOTests.test_buffer_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffer_updated_error__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_buffer_updated_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_file_io__test.test_io.CIOTest.test_buffered_file_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_file_io__test.test_io.PyIOTest.test_buffered_file_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_proto_create_connection__test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests.test_buffered_proto_create_connection__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffered_proto_create_connection__test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests.test_buffered_proto_create_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_protocol__test.test_asyncio.test_protocols.ProtocolsAbsTests.test_buffered_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_reader__test.test_gzip.TestGzip.test_buffered_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_readinto_mixin__test.test_io.CIOTest.test_buffered_readinto_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffered_readinto_mixin__test.test_io.PyIOTest.test_buffered_readinto_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffering__test.test_io.CBufferedRandomTest.test_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffering__test.test_io.CBufferedReaderTest.test_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffering__test.test_io.PyBufferedRandomTest.test_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffering__test.test_io.PyBufferedReaderTest.test_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffering_enabled__test.test_pyexpat.BufferTextTest.test_buffering_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers__test.test_ctypes.test_unicode.StringTestCase.test_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers__test.test_ctypes.test_unicode.UnicodeTestCase.test_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_error__test.test_pickle.CDumpPickle_LoadPickle.test_buffers_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_error__test.test_pickle.CPicklerTests.test_buffers_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_error__test.test_pickle.DumpPickle_CLoadPickle.test_buffers_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_error__test.test_pickle.InMemoryPickleTests.test_buffers_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_error__test.test_pickle.PyPicklerTests.test_buffers_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_error__test.test_pickletools.OptimizedPickleTests.test_buffers_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buffers_numpy__test.test_pickle.CDumpPickle_LoadPickle.test_buffers_numpy__'Test_needs_Numpy'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffers_numpy__test.test_pickle.CPicklerTests.test_buffers_numpy__'Test_needs_Numpy'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffers_numpy__test.test_pickle.DumpPickle_CLoadPickle.test_buffers_numpy__'Test_needs_Numpy'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffers_numpy__test.test_pickle.InMemoryPickleTests.test_buffers_numpy__'Test_needs_Numpy'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffers_numpy__test.test_pickle.PyPicklerTests.test_buffers_numpy__'Test_needs_Numpy'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_buffers_numpy__test.test_pickletools.OptimizedPickleTests.test_buffers_numpy__'Test_needs_Numpy'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bufio_write_through__test.test_io.CTextIOWrapperTest.test_bufio_write_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufio_write_through__test.test_io.PyTextIOWrapperTest.test_bufio_write_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufsize_equal_one_binary_mode__test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufsize_equal_one_binary_mode__test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_binary_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufsize_equal_one_text_mode__test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufsize_equal_one_text_mode__test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_text_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufsize_is_none__test.test_subprocess.ProcessTestCase.test_bufsize_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bufsize_is_none__test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1001011__test.test_str.StrTest.test_bug1001011_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1055820b__test.test_gc.GCTests.test_bug1055820b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1055820c__test.test_gc.GCTogglingTests.test_bug1055820c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1055820d__test.test_gc.GCTogglingTests.test_bug1055820d_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF16BETest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF16LETest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF16Test.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF32BETest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF32LETest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF32Test.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF7Test.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF8SigTest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UTF8Test.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_a__test.test_codecs.UnicodeEscapeTest.test_bug1098990_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF16BETest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF16LETest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF16Test.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF32BETest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF32LETest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF32Test.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF7Test.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF8SigTest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UTF8Test.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1098990_b__test.test_codecs.UnicodeEscapeTest.test_bug1098990_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.RawUnicodeEscapeTest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF16BETest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF16LETest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF16Test.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF32BETest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF32LETest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF32Test.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF7Test.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF8SigTest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UTF8Test.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1175396__test.test_codecs.UnicodeEscapeTest.test_bug1175396_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1229429__test.test_enumerate.TestReversed.test_bug1229429_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1572832__test.test_multibytecodec.Test_ISO2022.test_bug1572832__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bug1601501__test.test_codecs.UTF8SigTest.test_bug1601501_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug1728403__test.test_multibytecodec.Test_StreamReader.test_bug1728403_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug21435__test.test_gc.GCTests.test_bug21435_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug453523__test.test_sort.TestBugs.test_bug453523_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug643260__test.test_pow.PowTest.test_bug643260_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug691291__test.test_codecs.UTF16Test.test_bug691291_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug705231__test.test_pow.PowTest.test_bug705231_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug7466__test.test_tuple.TupleTest.test_bug7466_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug828737__test.test_codeccallbacks.CodecCallbackTest.test_bug828737_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_113254__test.test_re.ReTests.test_bug_113254_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_114660__test.test_re.ReTests.test_bug_114660_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_11510__test.test_peepholer.TestBuglets.test_bug_11510_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1164912__test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_117612__test.test_re.ReTests.test_bug_117612_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1333982__test.test_dis.DisTests.test_bug_1333982_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1333982__test.test_dis.DisWithFileTests.test_bug_1333982_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1467852__test.test_ctypes.test_pointers.PointersTestCase.test_bug_1467852_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1534630__test.test_xml_etree.BugsTest.test_bug_1534630_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1534630__test.test_xml_etree_c.BugsTest.test_bug_1534630_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1661__test.test_re.ReTests.test_bug_1661_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_16688__test.test_re.ReTests.test_bug_16688_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1704793__test.test_unicodedata.UnicodeMiscTest.test_bug_1704793_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1727780__test.test_random.MersenneTwister_TestBasicOps.test_bug_1727780_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_1727780__test.test_random.SystemRandom_TestBasicOps.test_bug_1727780_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200708_close__test.test_xml_etree.BugsTest.test_bug_200708_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200708_close__test.test_xml_etree_c.BugsTest.test_bug_200708_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200708_newline__test.test_xml_etree.BugsTest.test_bug_200708_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200708_newline__test.test_xml_etree_c.BugsTest.test_bug_200708_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_default_namespace__test.test_xml_etree.BugsTest.test_bug_200709_default_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_default_namespace__test.test_xml_etree_c.BugsTest.test_bug_200709_default_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_element_comment__test.test_xml_etree.BugsTest.test_bug_200709_element_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_element_comment__test.test_xml_etree_c.BugsTest.test_bug_200709_element_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_element_insert__test.test_xml_etree.BugsTest.test_bug_200709_element_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_element_insert__test.test_xml_etree_c.BugsTest.test_bug_200709_element_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_iter_comment__test.test_xml_etree.BugsTest.test_bug_200709_iter_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_iter_comment__test.test_xml_etree_c.BugsTest.test_bug_200709_iter_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_register_namespace__test.test_xml_etree.BugsTest.test_bug_200709_register_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_200709_register_namespace__test.test_xml_etree_c.BugsTest.test_bug_200709_register_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_20998__test.test_re.ReTests.test_bug_20998_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_2537__test.test_re.ReTests.test_bug_2537_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_27706__test.test_random.MersenneTwister_TestBasicOps.test_bug_27706_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_27936__test.test_builtin.BuiltinTest.test_bug_27936_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_29444__test.test_re.ReTests.test_bug_29444_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_3061__test.test_time.TestLocale.test_bug_3061_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_31478__test.test_random.MersenneTwister_TestBasicOps.test_bug_31478_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_31482__test.test_random.MersenneTwister_TestBasicOps.test_bug_31482_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_31608__test.test_deque.TestSubclass.test_bug_31608_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_34294__test.test_re.ReTests.test_bug_34294_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_3629__test.test_re.ReTests.test_bug_3629_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_40736__test.test_re.ReTests.test_bug_40736_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_41052__test.test_random.TestRawMersenneTwister.test_bug_41052_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_418626__test.test_re.ReTests.test_bug_418626_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_42008__test.test_random.TestRawMersenneTwister.test_bug_42008_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_42562__test.test_dis.DisTests.test_bug_42562_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_42562__test.test_dis.DisWithFileTests.test_bug_42562_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_448951__test.test_re.ReTests.test_bug_448951_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_449000__test.test_re.ReTests.test_bug_449000_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_449964__test.test_re.ReTests.test_bug_449964_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_45757__test.test_dis.DisTests.test_bug_45757_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_45757__test.test_dis.DisWithFileTests.test_bug_45757_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_46724__test.test_dis.DisTests.test_bug_46724_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_46724__test.test_dis.DisWithFileTests.test_bug_46724_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_4971__test.test_unicodedata.UnicodeMiscTest.test_bug_4971_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_527371__test.test_re.ReTests.test_bug_527371_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_581080__test.test_re.ReTests.test_bug_581080_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_5828__test.test_unicodedata.UnicodeMiscTest.test_bug_5828__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bug_5888452__test.test_marshal.BugsTestCase.test_bug_5888452_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_6050__test.test_zipfile.test_core.TestWithDirectory.test_bug_6050_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_612074__test.test_re.ReTests.test_bug_612074_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_6509__test.test_re.ReTests.test_bug_6509_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_6561__test.test_re.ReTests.test_bug_6561_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_708901__test.test_dis.DisTests.test_bug_708901_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_708901__test.test_dis.DisWithFileTests.test_bug_708901_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_7244__test.test_itertools.TestBasicOps.test_bug_7244_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_725106__test.test_re.ReTests.test_bug_725106_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_725149__test.test_re.ReTests.test_bug_725149_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_764548__test.test_re.ReTests.test_bug_764548_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.ByteTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.DoubleTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.FloatTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.IntTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.LongLongTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.LongTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.ShortTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UCS4Test.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UnicodeTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UnsignedByteTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UnsignedIntTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UnsignedLongLongTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UnsignedLongTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_782369__test.test_array.UnsignedShortTest.test_bug_782369_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_817234__test.test_re.ReTests.test_bug_817234_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_834676__test.test_unicodedata.NormalizationTest.test_bug_834676_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_9025__test.test_random.MersenneTwister_TestBasicOps.test_bug_9025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_9025__test.test_random.SystemRandom_TestBasicOps.test_bug_9025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_926075__test.test_re.ReTests.test_bug_926075_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_931848__test.test_re.ReTests.test_bug_931848_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_gh100061__test.test_re.ReTests.test_bug_gh100061_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_gh101955__test.test_re.ReTests.test_bug_gh101955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_gh91616__test.test_re.ReTests.test_bug_gh91616_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit21__test.test_xml_etree.BugsTest.test_bug_xmltoolkit21_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit21__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit21_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit25__test.test_xml_etree.BugsTest.test_bug_xmltoolkit25_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit25__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit25_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit28__test.test_xml_etree.BugsTest.test_bug_xmltoolkit28_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit28__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit28_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit39__test.test_xml_etree.BugsTest.test_bug_xmltoolkit39_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit39__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit39_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit54__test.test_xml_etree.BugsTest.test_bug_xmltoolkit54_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit54__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit54_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit55__test.test_xml_etree.BugsTest.test_bug_xmltoolkit55_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit55__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit55_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit60__test.test_xml_etree.BugsTest.test_bug_xmltoolkit60_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit60__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit60_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit62__test.test_xml_etree.BugsTest.test_bug_xmltoolkit62_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit62__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit62_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit63__test.test_xml_etree.BugsTest.test_bug_xmltoolkit63_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkit63__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit63_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkitX1__test.test_xml_etree.BugsTest.test_bug_xmltoolkitX1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bug_xmltoolkitX1__test.test_xml_etree_c.BugsTest.test_bug_xmltoolkitX1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buggy_dir__test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_build__test.test_cext.TestExt.test_build__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build__test.test_cppext.TestCPPExt.test_build__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_c11__test.test_cext.TestExt.test_build_c11__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_c99__test.test_cext.TestExt.test_build_c99__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_cpp03__test.test_cppext.TestCPPExt.test_build_cpp03__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_cpp11__test.test_cppext.TestCPPExt.test_build_cpp11__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_cpp14__test.test_cppext.TestCPPExt.test_build_cpp14__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_limited__test.test_cext.TestExt.test_build_limited__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_limited__test.test_cppext.TestCPPExt.test_build_limited__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_limited_c11__test.test_cext.TestExt.test_build_limited_c11__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_build_opener__test.test_urllib2.MiscTests.test_build_opener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_build_struct_union_opposite_system_byteorder__test.test_ctypes.test_byteswap.Test.test_build_struct_union_opposite_system_byteorder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builder__test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_builder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builder_lookup_errors__test.test_xml_etree.TreeBuilderTest.test_builder_lookup_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builder_lookup_errors__test.test_xml_etree_c.TreeBuilderTest.test_builder_lookup_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buildvalue_N__test.test_capi.test_misc.CAPITest.test_buildvalue_N_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buildvalue_N__test.test_capi.test_misc.Test_testcapi.test_buildvalue_N_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buildvalue__test.test_capi.test_misc.CAPITest.test_buildvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_buildvalue_ints__test.test_capi.test_misc.CAPITest.test_buildvalue_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin__qualname____test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__qualname___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin__self____test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__self___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin__test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_bases__test.test_descr.ClassPropertiesAndMethods.test_builtin_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_compat__test.test_import.SubinterpImportTests.test_builtin_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_decode__test.test_codecs.IDNACodecTest.test_builtin_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_decode_invalid__test.test_codecs.IDNACodecTest.test_builtin_decode_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_decode_length_limit__test.test_codecs.IDNACodecTest.test_builtin_decode_length_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_descriptors__test.test_inspect.test_inspect.TestIsMethodDescriptor.test_builtin_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_dict__test.test_optimizer.TestRareEventCounters.test_builtin_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_encode__test.test_codecs.IDNACodecTest.test_builtin_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_encode_invalid__test.test_codecs.IDNACodecTest.test_builtin_encode_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_errors__test.test_exception_hierarchy.HierarchyTest.test_builtin_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_exceptions__test.test_pickle.CDumpPickle_LoadPickle.test_builtin_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_exceptions__test.test_pickle.CPicklerTests.test_builtin_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_exceptions__test.test_pickle.DumpPickle_CLoadPickle.test_builtin_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_exceptions__test.test_pickle.InMemoryPickleTests.test_builtin_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_exceptions__test.test_pickle.PyPicklerTests.test_builtin_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_exceptions__test.test_pickletools.OptimizedPickleTests.test_builtin_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_filter__test.test_iter.TestCase.test_builtin_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_function__test.test_reprlib.LongReprTest.test_builtin_function__'needs_a_built-in_function_with_a_really_long_name'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_builtin_function__test.test_reprlib.ReprTests.test_builtin_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_function_or_method__test.test_descr.ClassPropertiesAndMethods.test_builtin_function_or_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions__test.test_pickle.CDumpPickle_LoadPickle.test_builtin_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions__test.test_pickle.CPicklerTests.test_builtin_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions__test.test_pickle.DumpPickle_CLoadPickle.test_builtin_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions__test.test_pickle.InMemoryPickleTests.test_builtin_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions__test.test_pickle.PyPicklerTests.test_builtin_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions__test.test_pickletools.OptimizedPickleTests.test_builtin_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_functions_types__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtin_functions_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_handlers__test.test_logging.HandlerTest.test_builtin_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_input__test.test_cmd_line.CmdLineTest.test_builtin_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_list__test.test_iter.TestCase.test_builtin_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_map__test.test_iter.TestCase.test_builtin_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_max_min__test.test_iter.TestCase.test_builtin_max_min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_protocol_allowlist__test.test_typing.ProtocolTests.test_builtin_protocol_allowlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_sequence_types__test.test_contains.TestContains.test_builtin_sequence_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_staticmethod_unrepresentable_default__test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_tuple__test.test_iter.TestCase.test_builtin_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_tuple__test.test_typing.UnpackTests.test_builtin_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_types__test.test_pickle.CDumpPickle_LoadPickle.test_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_types__test.test_pickle.CPicklerTests.test_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_types__test.test_pickle.DumpPickle_CLoadPickle.test_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_types__test.test_pickle.InMemoryPickleTests.test_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_types__test.test_pickle.PyPicklerTests.test_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_types__test.test_pickletools.OptimizedPickleTests.test_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_update__test.test_functools.TestUpdateWrapper.test_builtin_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_update__test.test_functools.TestWraps.test_builtin_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtin_zip__test.test_iter.TestCase.test_builtin_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins__test.test_inspect.test_inspect.TestMain.test_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins_as_dict__test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins_as_module__test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins_fallback__test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins_have_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_builtins_have_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_builtins_new_style__test.test_baseexception.ExceptionClassTests.test_builtins_new_style_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bundled_protocol_instance_works__test.test_typing.ProtocolTests.test_bundled_protocol_instance_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bunk__package____test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bunk__package____test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_by_unassociated_interp__test.test__interpchannels.ChannelReleaseTests.test_by_unassociated_interp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byref__test.test_ctypes.test_numbers.NumberTestCase.test_byref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byref_pointer__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byref_pointerpointer__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointerpointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte__test.test_ctypes.test_callbacks.Callbacks.test_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte__test.test_ctypes.test_cfuncs.CFunctions.test_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_content__test.test_difflib.TestBytes.test_byte_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_filenames__test.test_difflib.TestBytes.test_byte_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_message_rfc822_only__test.test_email.test_email.TestMessageAPI.test_byte_message_rfc822_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_multiline__test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_multiline__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_multiline__test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_wide_chars_subscript__test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_wide_chars_subscript__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_wide_chars_subscript__test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_emojis_term_highlight__test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_emojis_term_highlight__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_emojis_term_highlight__test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_wide_characters_middle__test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_wide_characters_middle__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_wide_characters_middle__test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_wide_characters_term_highlight__test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_wide_characters_term_highlight__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_offset_with_wide_characters_term_highlight__test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_plus__test.test_ctypes.test_cfuncs.CFunctions.test_byte_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byte_stream__test.test_sax.PrepareInputSourceTest.test_byte_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray8__test.test_pickle.CUnpicklerTests.test_bytearray8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray8__test.test_pickle.InMemoryPickleTests.test_bytearray8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray8__test.test_pickle.PyUnpicklerTests.test_bytearray8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_marshal.BufferTestCase.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_marshal.LargeValuesTestCase.test_bytearray__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bytearray__test.test_pickle.CDumpPickle_LoadPickle.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_pickle.CPicklerTests.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_pickle.DumpPickle_CLoadPickle.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_pickle.InMemoryPickleTests.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_pickle.PyPicklerTests.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_pickletools.OptimizedPickleTests.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_plistlib.TestPlistlib.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray__test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_api__test.test_bytes.ByteArrayTest.test_bytearray_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_extend_error__test.test_builtin.BuiltinTest.test_bytearray_extend_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_join_with_custom_iterator__test.test_builtin.BuiltinTest.test_bytearray_join_with_custom_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_join_with_misbehaving_iterator__test.test_builtin.BuiltinTest.test_bytearray_join_with_misbehaving_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_memoization__test.test_pickle.CDumpPickle_LoadPickle.test_bytearray_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_memoization__test.test_pickle.CPicklerTests.test_bytearray_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_memoization__test.test_pickle.DumpPickle_CLoadPickle.test_bytearray_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_memoization__test.test_pickle.InMemoryPickleTests.test_bytearray_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_memoization__test.test_pickle.PyPicklerTests.test_bytearray_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_memoization__test.test_pickletools.OptimizedPickleTests.test_bytearray_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_release_buffer_read_flag__test.test_buffer.TestBufferProtocol.test_bytearray_release_buffer_read_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_translate__test.test_builtin.BuiltinTest.test_bytearray_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytearray_wrap__test.test_pprint.QueryTestCase.test_bytearray_wrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytecode__test.test_modulefinder.ModuleFinderTest.test_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytecode_co_positions__test.test_dis.BytecodeTests.test_bytecode_co_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test__interpreters.ShareableTypeTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_dbm_gnu.TestGdbm.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_dbm_ndbm.DbmTestCase.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_fnmatch.FnmatchTestCase.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_json.test_decode.TestCDecode.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_json.test_decode.TestPyDecode.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_marshal.LargeValuesTestCase.test_bytes__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bytes__test.test_marshal.StringTestCase.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_os.ReadlinkTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_os.TestScandir.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PurePathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pickle.CDumpPickle_LoadPickle.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pickle.CPicklerTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pickle.DumpPickle_CLoadPickle.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pickle.InMemoryPickleTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pickle.PyPicklerTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_pickletools.OptimizedPickleTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_plistlib.TestPlistlib.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_re.PatternReprTests.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_symtable.SymtableTest.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes__test.test_unparse.UnparseTestCase.test_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_array__test.test_memoryio.CBytesIOTest.test_bytes_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_array__test.test_memoryio.PyBytesIOTest.test_bytes_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_blocking__test.test_bytes.BytesTest.test_bytes_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_body__test.test_httplib.RequestBodyTest.test_bytes_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_comparison__test.test_str.StrTest.test_bytes_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_decode__test.test_json.test_unicode.TestCUnicode.test_bytes_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_decode__test.test_json.test_unicode.TestPyUnicode.test_bytes_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_encode__test.test_json.test_unicode.TestCUnicode.test_bytes_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_encode__test.test_json.test_unicode.TestPyUnicode.test_bytes_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_exc_message__test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_bytes_executable__test.test_subprocess.ProcessTestCase.test_bytes_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_executable__test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_executable_replaces_shell__test.test_subprocess.ProcessTestCase.test_bytes_executable_replaces_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_executable_replaces_shell__test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_replaces_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_extend__test.test_array.UnsignedByteTest.test_bytes_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_extend__test.test_array.UnsignedIntTest.test_bytes_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_extend__test.test_array.UnsignedLongLongTest.test_bytes_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_extend__test.test_array.UnsignedLongTest.test_bytes_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_extend__test.test_array.UnsignedShortTest.test_bytes_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_fail__test.test_statistics.TestSum.test_bytes_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_feedparser__test.test_email.test_email.Test8BitBytesHandling.test_bytes_feedparser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_filename__test.test_gzip.TestGzip.test_bytes_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_find__test.test_capi.test_misc.Test_testinternalcapi.test_bytes_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_for_script__test.test__interpreters.RunStringTests.test_bytes_for_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_for_script__test.test_interpreters.test_api.TestInterpreterExec.test_bytes_for_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_generator__test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_generator_b_encoding_linesep__test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_b_encoding_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_generator_handles_None_body__test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_handles_None_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_generator_with_unix_from__test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_with_unix_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_header_parser__test.test_email.test_email.TestParsers.test_bytes_header_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_like__test.test_os.TestScandir.test_bytes_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_memoization__test.test_pickle.CDumpPickle_LoadPickle.test_bytes_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_memoization__test.test_pickle.CPicklerTests.test_bytes_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_memoization__test.test_pickle.DumpPickle_CLoadPickle.test_bytes_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_memoization__test.test_pickle.InMemoryPickleTests.test_bytes_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_memoization__test.test_pickle.PyPicklerTests.test_bytes_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_memoization__test.test_pickletools.OptimizedPickleTests.test_bytes_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_name_attribute__test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_name_attribute__test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_name_attribute__test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_name_attribute__test.test_tarfile.MiscReadTest.test_bytes_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_parser__test.test_email.test_policy.TestPolicyPropagation.test_bytes_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_parser_does_not_close_file__test.test_email.test_email.TestParsers.test_bytes_parser_does_not_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_parser_on_exception_does_not_close_file__test.test_email.test_email.TestParsers.test_bytes_parser_on_exception_does_not_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_path__test.test_mimetypes.MimeTypesTestCase.test_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_path_file_shelf__test.test_shelve.TestCase.test_bytes_path_file_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_program__test.test_subprocess.POSIXProcessTestCase.test_bytes_program_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_str_mixing__test.test_re.ReTests.test_bytes_str_mixing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_validation__test.test_wsgiref.IntegrationTests.test_bytes_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytes_wrap__test.test_pprint.QueryTestCase.test_bytes_wrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytesio__test.test_plistlib.TestPlistlib.test_bytesio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bytestring__test.test_typing.CollectionsAbcTests.test_bytestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.ByteTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.DoubleTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.FloatTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.IntTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.LongLongTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.LongTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.ShortTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UCS4Test.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UnicodeTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UnsignedByteTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UnsignedIntTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UnsignedLongLongTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UnsignedLongTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byteswap__test.test_array.UnsignedShortTest.test_byteswap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byval__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_byval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byval__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_byval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byval__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_byval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byval__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_byval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_byval__test.test_ctypes.test_functions.FunctionTestCase.test_byval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bz2_ext_builtin__test.test_fileinput.Test_hook_compressed.test_bz2_ext_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_bz2_ext_fake__test.test_fileinput.Test_hook_compressed.test_bz2_ext_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c14n_exclusion__test.test_xml_etree.C14NTest.test_c14n_exclusion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c14n_exclusion__test.test_xml_etree_c.C14NTest.test_c14n_exclusion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c3_abc__test.test_functools.TestSingleDispatch.test_c3_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c__test.test_capi.test_getargs.Bytes_TestCase.test_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c__test.test_locale.NormalizeTest.test_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_buffer__test.test_buffer.TestPythonBufferProtocol.test_c_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_buffer_invalid_flags__test.test_buffer.TestPythonBufferProtocol.test_c_buffer_invalid_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_call__test.test_monitoring.TestLineAndInstructionEvents.test_c_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_call__test.test_monitoring.TestLocalEvents.test_c_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_call__test.test_monitoring.TestManyEvents.test_c_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_char__test.test_ctypes.test_bytes.BytesTest.test_c_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_char__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_char_p__test.test_ctypes.test_bytes.BytesTest.test_c_char_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_char_p__test.test_ctypes.test_internals.ObjectsTestCase.test_c_char_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_char_p_arg__test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_char_p_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_char_parm__test.test_ctypes.test_functions.FunctionTestCase.test_c_char_parm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_class__test.test_genericclass.CAPITest.test_c_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_classes__test.test_functools.TestSingleDispatch.test_c_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_cleandoc__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_c_cleandoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_context__test.test_decimal.CFunctionality.test_c_context__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_c_context_errors__test.test_decimal.CWhitebox.test_c_context_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_context_errors_extra__test.test_decimal.CWhitebox.test_c_context_errors_extra__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_c_context_repr__test.test_decimal.CWhitebox.test_c_context_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_context_templates__test.test_decimal.CWhitebox.test_c_context_templates__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_c_contiguity__test.test_binascii.ArrayBinASCIITest.test_c_contiguity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_contiguity__test.test_binascii.BinASCIITest.test_c_contiguity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_contiguity__test.test_binascii.BytearrayBinASCIITest.test_c_contiguity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_contiguity__test.test_binascii.MemoryviewBinASCIITest.test_c_contiguity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_disallow_instantiation__test.test_decimal.CWhitebox.test_c_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_exception_context__test.test_raise.TestContext.test_c_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_exception_raise__test.test_raise.TestContext.test_c_exception_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_fill_buffer_invalid_flags__test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_invalid_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_fill_buffer_readonly_and_writable__test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_readonly_and_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_format__test.test_decimal.CWhitebox.test_c_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_funcs__test.test_decimal.CWhitebox.test_c_funcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_functions__test.test_heapq.TestModules.test_c_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_functions__test.test_statistics.TestModules.test_c_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_functions__test.test_typing.TestModules.test_c_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_ieee_context__test.test_decimal.CFunctionality.test_c_ieee_context__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_c_immutable_types__test.test_decimal.CWhitebox.test_c_immutable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_input_restriction__test.test_decimal.CWhitebox.test_c_input_restriction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_integral__test.test_decimal.CWhitebox.test_c_integral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_locale_surrogateescape__test.test_sys.SysModuleTest.test_c_locale_surrogateescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_methods__test.test_pickle.CDumpPickle_LoadPickle.test_c_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_methods__test.test_pickle.CPicklerTests.test_c_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_methods__test.test_pickle.DumpPickle_CLoadPickle.test_c_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_methods__test.test_pickle.InMemoryPickleTests.test_c_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_methods__test.test_pickle.PyPicklerTests.test_c_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_methods__test.test_pickletools.OptimizedPickleTests.test_c_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_return_count__test.test_monitoring.MonitoringCountTest.test_c_return_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_round__test.test_decimal.CWhitebox.test_c_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_signal_dict__test.test_decimal.CWhitebox.test_c_signal_dict__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_c_signaldict_segfault__test.test_decimal.CWhitebox.test_c_signaldict_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once__test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once__test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_type_with_ipow__test.test_capi.test_misc.CAPITest.test_c_type_with_ipow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_type_with_matrix_multiplication__test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_valid_context__test.test_decimal.CWhitebox.test_c_valid_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_valid_context_extra__test.test_decimal.CWhitebox.test_c_valid_context_extra__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_c_void_p__test.test_ctypes.test_pointers.PointersTestCase.test_c_void_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_void_p_arg__test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_void_p_arg_with_c_wchar_p__test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg_with_c_wchar_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_wchar__test.test_ctypes.test_bitfields.BitFieldTest.test_c_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_wchar__test.test_ctypes.test_bytes.BytesTest.test_c_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_wchar__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_wchar_p__test.test_ctypes.test_bytes.BytesTest.test_c_wchar_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_c_wchar_p_arg__test.test_ctypes.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache__test.test_ctypes.test_arrays.ArrayTestCase.test_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache__test.test_functools.TestCacheC.test_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache__test.test_functools.TestCachePy.test_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache__test.test_gettext.GettextCacheTestCase.test_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_clear__test.test_filecmp.FileCompareTestCase.test_cache_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_does_not_cause_classes_to_persist__test.test_inspect.test_inspect.TestGetattrStatic.test_cache_does_not_cause_classes_to_persist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_cwd__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_cwd__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_debug_override__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_debug_override__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_debug_override_optimization_both_set__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_debug_override_optimization_both_set__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_no_cache_tag__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_no_cache_tag__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_no_dot__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_no_dot__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_optimization_None__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_optimization_None__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_optimization_empty_string__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_optimization_empty_string__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_optimization_set__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_optimization_set__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_override__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_override__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_path_like_arg__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_path_like_arg__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_respects_pycache_prefix__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_respects_pycache_prefix__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_respects_pycache_prefix_relative__test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_from_source_respects_pycache_prefix_relative__test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_hit__test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_hit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_hit__test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_hit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_invalidation__test.test_functools.TestSingleDispatch.test_cache_invalidation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_location__test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_cache_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_miss__test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_miss_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_miss__test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_miss_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_offset_and_end_offset__test.test_dis.InstructionTests.test_cache_offset_and_end_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_path__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cache_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cache_path__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cache_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached__test.test_functools.TestCachedProperty.test_cached_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_attribute_name_differs_from_func_name__test.test_functools.TestCachedProperty.test_cached_attribute_name_differs_from_func_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_mode_issue_2051__test.test_import.FilePermissionTests.test_cached_mode_issue_2051_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_no_origin__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_no_origin__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_readonly__test.test_import.FilePermissionTests.test_cached_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_set__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_set__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_source__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_source__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_source_missing_cache_tag__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_source_missing_cache_tag__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_source_unknown_suffix__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_source_unknown_suffix__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_sourceless__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_sourceless__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_with_origin_not_location__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cached_with_origin_not_location__test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caching__test.test_logging.LoggerTest.test_caching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calcsize__test.test_struct.StructTest.test_calcsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__invoking_an_instance_delegates_to_run__test.test_unittest.test_case.Test_TestCase.test_call__invoking_an_instance_delegates_to_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_ast.test_ast.ASTValidatorTests.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_ast.test_ast.EndPositionTests.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_fstring.TestCase.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_interpreters.test_api.LowLevelTests.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_interpreters.test_api.TestInterpreterCall.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_operator.COperatorTestCase.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_operator.PyOperatorTestCase.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_sys_settrace.RaisingTraceFuncTestCase.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_unittest.testmock.testhelpers.CallTest.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call__test.test_unittest.testmock.testmock.MockTest.test_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_aiter_once_in_comprehension__test.test_coroutines.CoroutineTest.test_call_aiter_once_in_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_any__test.test_unittest.testmock.testhelpers.CallTest.test_call_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_args_comparison__test.test_unittest.testmock.testmock.MockTest.test_call_args_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_args_two_tuple__test.test_unittest.testmock.testmock.MockTest.test_call_args_two_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_builtins__test.test_buffer.TestPythonBufferProtocol.test_call_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_chain_is_maintained__test.test_unittest.testmock.testsealable.TestSealable.test_call_chain_is_maintained_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_connection_lost__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_call_connection_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_coroutine__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_count__test.test_monitoring.MonitoringCountTest.test_call_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_function_ex__test.test_monitoring.TestRegressions.test_call_function_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_in_thread__test.test_interpreters.test_api.TestInterpreterCall.test_call_in_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_keyboardinterrupt_no_kill__test.test_subprocess.MiscTests.test_call_keyboardinterrupt_no_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_kwargs__test.test_subprocess.ProcessTestCase.test_call_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_kwargs__test.test_subprocess.ProcessTestCaseNoPoll.test_call_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_later__test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_later__test.test_asyncio.test_events.EPollEventLoopTests.test_call_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_later__test.test_asyncio.test_events.PollEventLoopTests.test_call_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_later__test.test_asyncio.test_events.SelectEventLoopTests.test_call_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_later_negative_delays__test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_list__test.test_unittest.testmock.testhelpers.CallTest.test_call_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_list_str__test.test_unittest.testmock.testhelpers.TestCallList.test_call_list_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_magic_method__test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_call_magic_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_ne__test.test_unittest.testmock.testhelpers.CallTest.test_call_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_noargs__test.test_ast.test_ast.EndPositionTests.test_call_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_non_tuples__test.test_unittest.testmock.testhelpers.CallTest.test_call_non_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_on_defined_sealed_mock_succeeds__test.test_unittest.testmock.testsealable.TestSealable.test_call_on_defined_sealed_mock_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_on_sealed_mock_fails__test.test_unittest.testmock.testsealable.TestSealable.test_call_on_sealed_mock_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_py_exact_args__test.test_capi.test_opt.TestUops.test_call_py_exact_args__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_call_py_exact_args__test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_call_py_exact_args_disappearing__test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args_disappearing__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_call_seq__test.test_subprocess.ProcessTestCase.test_call_seq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_seq__test.test_subprocess.ProcessTestCaseNoPoll.test_call_seq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon__test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon__test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon__test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon__test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_non_callable__test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_threadsafe__test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_threadsafe__test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_threadsafe__test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_threadsafe_same_thread__test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_same_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_threadsafe_same_thread__test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_same_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_soon_threadsafe_same_thread__test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_specialize__test.test_dis.DisTests.test_call_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_specialize__test.test_dis.DisWithFileTests.test_call_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_string__test.test_subprocess.POSIXProcessTestCase.test_call_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_string__test.test_subprocess.Win32ProcessTestCase.test_call_string__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_call_then_instruction__test.test_monitoring.TestInstallIncrementally.test_call_then_instruction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_timeout__test.test_subprocess.ProcessTestCase.test_call_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_timeout__test.test_subprocess.ProcessTestCaseNoPoll.test_call_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_tracing__test.test_sys.SysModuleTest.test_call_tracing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_unbound_crash__test.test_types.TypesTests.test_call_unbound_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_with_args__test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_with_args_call_empty_name__test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args_call_empty_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_with_call__test.test_unittest.testmock.testhelpers.CallTest.test_call_with_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_with_kwargs__test.test_unittest.testmock.testhelpers.CallTest.test_call_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_call_with_name__test.test_unittest.testmock.testhelpers.CallTest.test_call_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable__test.test_bool.BoolTest.test_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable__test.test_builtin.BuiltinTest.test_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_arg__test.test_defaultdict.TestDefaultDict.test_callable_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_args_are_correct__test.test_typing.TypeVarTupleTests.test_callable_args_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_filter__test.test_logging.BasicFilterTest.test_callable_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_forward__test.test_typing.ForwardRefTests.test_callable_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_instance_type_error__test.test_typing.CollectionsCallableTests.test_callable_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_instance_type_error__test.test_typing.TypingCallableTests.test_callable_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_instance_works__test.test_typing.CollectionsCallableTests.test_callable_instance_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_instance_works__test.test_typing.TypingCallableTests.test_callable_instance_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_proxy__test.test_weakref.ReferencesTestCase.test_callable_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_register__test.test_functools.TestSingleDispatch.test_callable_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_spec_as_list__test.test_unittest.testmock.testpatch.PatchTest.test_callable_spec_as_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_with_ellipsis__test.test_typing.CollectionsCallableTests.test_callable_with_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_with_ellipsis__test.test_typing.TypingCallableTests.test_callable_with_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_with_ellipsis_forward__test.test_typing.ForwardRefTests.test_callable_with_ellipsis_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_wrong_forms__test.test_typing.CollectionsCallableTests.test_callable_wrong_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callable_wrong_forms__test.test_typing.TypingCallableTests.test_callable_wrong_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callapi__test.test_pickle.CPickleTests.test_callapi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callapi__test.test_pickle.PyPickleTests.test_callapi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_cn.Test_GB18030.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_cn.Test_GB2312.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_cn.Test_GBK.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_cn.Test_HZ.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_CP932.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_SJISX0213.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_kr.Test_CP949.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_kr.Test_EUCKR.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_kr.Test_JOHAB.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_None_index__test.test_codecencodings_tw.Test_Big5.test_callback_None_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback__test.test_contextlib.TestExitStack.test_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback__test.test_contextlib_async.TestAsyncExitStack.test_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback__test.test_ctypes.test_refcounts.AnotherLeak.test_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback__test.test_optparse.TestCallback.test_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_args_no_tuple__test.test_optparse.TestOptionChecks.test_callback_args_no_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_attribute__test.test_weakref.ReferencesTestCase.test_callback_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_attribute_after_deletion__test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_cn.Test_GB18030.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_cn.Test_GB2312.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_cn.Test_GBK.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_cn.Test_HZ.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_CP932.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_SJISX0213.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_kr.Test_CP949.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_kr.Test_EUCKR.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_kr.Test_JOHAB.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_backward_index__test.test_codecencodings_tw.Test_Big5.test_callback_backward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_different_classes__test.test_weakref.ReferencesTestCase.test_callback_different_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_extra_args__test.test_optparse.TestCallbackExtraArgs.test_callback_extra_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_cn.Test_GB18030.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_cn.Test_GB2312.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_cn.Test_GBK.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_cn.Test_HZ.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_CP932.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_SJISX0213.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_kr.Test_CP949.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_kr.Test_EUCKR.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_kr.Test_JOHAB.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_forward_index__test.test_codecencodings_tw.Test_Big5.test_callback_forward_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_gcs__test.test_weakref.ReferencesTestCase.test_callback_gcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_help__test.test_optparse.TestCallback.test_callback_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_in_cycle__test.test_weakref.ReferencesTestCase.test_callback_in_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_in_cycle_resurrection__test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_cn.Test_GB18030.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_cn.Test_GB2312.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_cn.Test_GBK.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_cn.Test_HZ.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_CP932.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_SJISX0213.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_kr.Test_CP949.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_kr.Test_EUCKR.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_kr.Test_JOHAB.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_index_outofbound__test.test_codecencodings_tw.Test_Big5.test_callback_index_outofbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_kwargs_no_dict__test.test_optparse.TestOptionChecks.test_callback_kwargs_no_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_large_struct__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_large_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_cn.Test_GB18030.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_cn.Test_GB2312.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_cn.Test_GBK.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_cn.Test_HZ.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_CP932.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_SJISX0213.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_kr.Test_CP949.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_kr.Test_EUCKR.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_kr.Test_JOHAB.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_long_index__test.test_codecencodings_tw.Test_Big5.test_callback_long_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_meddle_args__test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_meddle_args_separator__test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_not_callable__test.test_optparse.TestOptionChecks.test_callback_not_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_on_subinterpreter_teardown__test.test_atexit.SubinterpreterTest.test_callback_on_subinterpreter_teardown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_py_object_none_return__test.test_ctypes.test_refcounts.AnotherLeak.test_callback_py_object_none_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_reachable_one_way__test.test_weakref.ReferencesTestCase.test_callback_reachable_one_way_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_register_double__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_register_int__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_cn.Test_GB18030.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_cn.Test_GB2312.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_cn.Test_GBK.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_cn.Test_HZ.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_CP932.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_SJISX0213.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_kr.Test_CP949.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_kr.Test_EUCKR.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_kr.Test_JOHAB.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_returns_bytes__test.test_codecencodings_tw.Test_Big5.test_callback_returns_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_too_many_args__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_too_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_when_method_dead__test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_when_object_dead__test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_with_exception__test.test_asyncio.test_events.HandleTests.test_callback_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_cn.Test_GB18030.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_cn.Test_GB2312.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_cn.Test_GBK.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_cn.Test_HZ.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_CP932.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_SJISX0213.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_SJIS_2004.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_kr.Test_CP949.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_kr.Test_EUCKR.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_kr.Test_JOHAB.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callback_wrong_objects__test.test_codecencodings_tw.Test_Big5.test_callback_wrong_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_2__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_2__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_2__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_2__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_2__test.test_ctypes.test_functions.FunctionTestCase.test_callbacks_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks__test.test_codeccallbacks.CodecCallbackTest.test_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks__test.test_ctypes.test_functions.FunctionTestCase.test_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_copy__test.test_asyncio.test_futures.CFutureTests.test_callbacks_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_invoked_on_set_exception__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_invoked_on_set_exception__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_invoked_on_set_exception__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_invoked_on_set_result__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_invoked_on_set_result__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_invoked_on_set_result__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_leak__test.test_atexit.SubinterpreterTest.test_callbacks_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_leak_refcycle__test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_on_callback__test.test_weakref.ReferencesTestCase.test_callbacks_on_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_protected__test.test_weakref.ReferencesTestCase.test_callbacks_protected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_first_and_second_callback__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_first_and_second_callback__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_first_and_second_callback__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_first_callback__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_first_callback__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_first_callback__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_third_callback__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_third_callback__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_remove_third_callback__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callbacks_with_pointers__test.test_ctypes.test_pointers.PointersTestCase.test_callbacks_with_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calling_conventions__test.test_cprofile.CProfileTest.test_calling_conventions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calling_conventions__test.test_profile.ProfileTest.test_calling_conventions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calling_next_twice_raises_stopiteration__test.test_genericalias.BaseTest.test_calling_next_twice_raises_stopiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calls_before_prepare__test.test_graphlib.TestTopologicalSort.test_calls_before_prepare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calls_equal_with_any__test.test_unittest.testmock.testmock.MockTest.test_calls_equal_with_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_calls_task_done_after_stop__test.test_logging.QueueListenerTest.test_calls_task_done_after_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_callwithresult__test.test_ctypes.test_cfuncs.CFunctions.test_callwithresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_can_interrupt_tight_loops__test.test_threading.InterruptMainTests.test_can_interrupt_tight_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_can_make_readonly_key_mutable__test.test_typing.TypedDictTests.test_can_make_readonly_key_mutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_can_represent_stream_with_int_name__test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_can_subclass__test.test_typing.AnyTests.test_can_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_can_write_eof__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_can_write_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_futures.CFutureTests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_futures.CSubFutureTests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_futures.PyFutureTests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_concurrent_futures.test_future.FutureTests.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel__test.test_sched.TestCase.test_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_awaited_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_awaited_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_blocking_wait_for__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_blocking_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_both_task_and_inner_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_both_task_and_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_children_on_child_error__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancel_children_on_child_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_children_on_child_error__test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_concurrent__test.test_sched.TestCase.test_cancel_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_correct_event__test.test_sched.TestCase.test_cancel_correct_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_current_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_futures__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_cancel_futures__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cancel_futures__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_cancel_futures__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cancel_futures__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cancel_futures__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cancel_futures_wait_false__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures_wait_false__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_gather_2__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_in_timeout_after_cancellation__test.test_asyncio.test_timeouts.TimeoutTests.test_cancel_in_timeout_after_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_inner_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_inner_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_later_without_dump_traceback_later__test.test_faulthandler.FaultHandlerTests.test_cancel_later_without_dump_traceback_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_make_subprocess_transport_exec__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_make_subprocess_transport_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_make_subprocess_transport_exec__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_make_subprocess_transport_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_make_subprocess_transport_exec__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_make_subprocess_transport_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_make_subprocess_transport_exec__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_make_subprocess_transport_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_post_init__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_post_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_post_init__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_post_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_post_init__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_post_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_post_init__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_post_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_process_wait__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_process_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_process_wait__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_process_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_process_wait__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_process_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_process_wait__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_process_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_race__test.test_asyncio.test_locks.LockTests.test_cancel_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_release_race__test.test_asyncio.test_locks.LockTests.test_cancel_release_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_sock_accept__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_cancel_sock_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_sock_accept__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_cancel_sock_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_sock_accept__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_catching__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_catching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_task_ignoring__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_ignoring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_traceback_for_future_result__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_wait_for__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_before_starting_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_before_starting_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_with_message_then_future_result__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancel_yield__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation__test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_after_eager_completion__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_after_eager_completion__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_after_eager_step_blocks__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_after_eager_step_blocks__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_broadcast__test.test_asyncio.test_tasks.CoroutineGatherTests.test_cancellation_broadcast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_does_not_leak_out_of_tg__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_does_not_leak_out_of_tg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_does_not_leak_out_of_tg__test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_does_not_leak_out_of_tg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_exception_context__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancellation_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancellation_hanging_tasks__test.test_unittest.test_async_case.TestAsyncCase.test_cancellation_hanging_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled__test.test_asyncio.test_staggered.StaggeredTests.test_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled__test.test_concurrent_futures.test_future.FutureTests.test_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_error_re_aquire__test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_re_aquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_error_wakeup__test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_wakeup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_getters_not_being_held_in_self_getters__test.test_asyncio.test_queues.QueueGetTests.test_cancelled_getters_not_being_held_in_self_getters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_put_silence_value_error_exception__test.test_asyncio.test_queues.QueuePutTests.test_cancelled_put_silence_value_error_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_puts_not_being_held_in_self_putters__test.test_asyncio.test_queues.QueuePutTests.test_cancelled_puts_not_being_held_in_self_putters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_wakeup__test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelled_wakeup_relock__test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup_relock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancelling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling_level_preserved__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancelling_level_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancelling_level_preserved__test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancelling_level_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancels_task_if_created_during_creation__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancels_task_if_created_during_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cancels_task_if_created_during_creation__test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancels_task_if_created_during_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_be_called__test.test_typing.UnpackTests.test_cannot_be_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_be_pickled__test.test_dataclasses.TestMakeDataclass.test_cannot_be_pickled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_call_instance__test.test_typing.TypeVarTupleTests.test_cannot_call_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_change_globals_or_builtins_with_eval__test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_change_globals_or_builtins_with_exec__test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_check_instance__test.test_typing.AnnotatedTests.test_cannot_check_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_check_subclass__test.test_typing.AnnotatedTests.test_cannot_check_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_combine_explicit_and_infer__test.test_typing.TypeVarTests.test_cannot_combine_explicit_and_infer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_getattr_typevar__test.test_typing.AnnotatedTests.test_cannot_getattr_typevar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.ClassVarTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.FinalTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.LiteralStringTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.LiteralTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.NotRequiredTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.RequiredTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.SelfTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.TypeGuardTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_init__test.test_typing.TypeIsTests.test_cannot_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.AnyTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.CollectionsCallableTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.NeverTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.NoReturnTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.TypeAliasTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.TypingCallableTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate__test.test_typing.UnionTests.test_cannot_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate_abstract__test.test_typing.ProtocolTests.test_cannot_instantiate_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate_forward__test.test_typing.AnnotatedTests.test_cannot_instantiate_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate_type_var__test.test_typing.AnnotatedTests.test_cannot_instantiate_type_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_instantiate_vars__test.test_typing.TypeVarTests.test_cannot_instantiate_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_iterate__test.test_genericalias.TypeIterationTests.test_cannot_iterate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_iterate__test.test_typing.TypeIterationTests.test_cannot_iterate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_make_mutable_key_readonly__test.test_typing.TypedDictTests.test_cannot_make_mutable_key_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_replace_builtins_dict_between_calls__test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_between_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_replace_builtins_dict_while_active__test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_while_active_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.datetimetester.TestTimeZone_Fast.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.datetimetester.TestTimeZone_Pure.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.AnnotatedTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.ClassVarTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.FinalTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.LiteralStringTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.NeverTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.NoReturnTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.NotRequiredTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.ParamSpecTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.RETests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.RequiredTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.SelfTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.TypeAliasTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.TypeGuardTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.TypeIsTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.TypeVarTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.TypeVarTupleTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subclass__test.test_typing.UnionTests.test_cannot_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subscript__test.test_typing.LiteralStringTests.test_cannot_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subscript__test.test_typing.SelfTests.test_cannot_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cannot_subscript__test.test_typing.TypeAliasTests.test_cannot_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_canonical__test.test_decimal.CCoverage.test_canonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_canonical__test.test_decimal.PyCoverage.test_canonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_canonical_usage_with_type_comment__test.test_typing.TypeAliasTests.test_canonical_usage_with_type_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_canonical_usage_with_variable_annotation__test.test_typing.TypeAliasTests.test_canonical_usage_with_variable_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_get_size__test.test_shutil.TestZeroCopySendfile.test_cant_get_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_import_other__test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_import_other__test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_import_other__test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_import_other__test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_inherit_from_iterator_slots__test.test_dataclasses.TestSlots.test_cant_inherit_from_iterator_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cant_set_kwargs_when_passing_a_mock__test.test_unittest.testmock.testpatch.PatchTest.test_cant_set_kwargs_when_passing_a_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cantrace__test.test_audit.AuditTest.test_cantrace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capa__test.test_poplib.TestPOP3Class.test_capa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capa__test.test_poplib.TestPOP3_SSLClass.test_capa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capa__test.test_poplib.TestPOP3_TLSClass.test_capa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capi_normalize_path__test.test_fileutils.PathTests.test_capi_normalize_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_bigmem.BytearrayTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_bigmem.BytesTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_bigmem.StrTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_bytes.ByteArrayAsStringTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_bytes.BytesAsStringTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_str.StrTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize__test.test_userstring.UserStringTest.test_capitalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize_nonascii__test.test_str.StrTest.test_capitalize_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capitalize_nonascii__test.test_userstring.UserStringTest.test_capitalize_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capsule__test.test_capi.test_misc.Test_testcapi.test_capsule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capsule_type__test.test_types.TypesTests.test_capsule_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capture_output__test.test_subprocess.RunFuncTestCase.test_capture_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capture_stderr__test.test_subprocess.RunFuncTestCase.test_capture_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capture_stdout__test.test_subprocess.RunFuncTestCase.test_capture_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_captured_stderr__test.test_support.TestSupport.test_captured_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_captured_stdin__test.test_support.TestSupport.test_captured_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_captured_stdout__test.test_support.TestSupport.test_captured_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_capwords__test.test_string.ModuleTest.test_capwords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret__test.test_traceback.TracebackCases.test_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_exception_group__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_exception_group__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_exception_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_exception_group__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_exception_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline_two_char__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline_two_char__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline_two_char__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline_with_unicode__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline_with_unicode__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_multiline_with_unicode__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_two_char__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_two_char__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_two_char__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_with_spaces_and_parenthesis__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_with_spaces_and_parenthesis__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_with_spaces_and_parenthesis__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_with_unicode__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_with_unicode__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_binary_operators_with_unicode__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_multiline__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_multiline__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_multiline__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_unicode__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_unicode__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_unicode__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_with_spaces_and_parenthesis__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_with_spaces_and_parenthesis__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_call_with_spaces_and_parenthesis__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_multiline__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_multiline__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_multiline__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_unicode__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_unicode__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_unicode__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_with_spaces_and_parenthesis__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_with_spaces_and_parenthesis__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_for_subscript_with_spaces_and_parenthesis__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_in_type_annotation__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_in_type_annotation__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_in_type_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_in_type_annotation__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_in_type_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression_bin_op__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression_bin_op__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression_bin_op__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression_syntax_error__test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression_syntax_error__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caret_multiline_expression_syntax_error__test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_carloverre__test.test_descr.ClassPropertiesAndMethods.test_carloverre_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_carloverre_multi_inherit_invalid__test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_carloverre_multi_inherit_valid__test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_carries__test.datetimetester.TestTimeDelta_Fast.test_carries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_carries__test.datetimetester.TestTimeDelta_Pure.test_carries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case__test.test_fnmatch.FilterTestCase.test_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case__test.test_fnmatch.FnmatchTestCase.test_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_blake2b_0__test.test_hashlib.HashLibTestCase.test_case_blake2b_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_blake2b_1__test.test_hashlib.HashLibTestCase.test_case_blake2b_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_blake2b_all_parameters__test.test_hashlib.HashLibTestCase.test_case_blake2b_all_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_blake2s_0__test.test_hashlib.HashLibTestCase.test_case_blake2s_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_blake2s_1__test.test_hashlib.HashLibTestCase.test_case_blake2s_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_blake2s_all_parameters__test.test_hashlib.HashLibTestCase.test_case_blake2s_all_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_call_does_not_raise_syntax_error__test.test_syntax.SyntaxTestCase.test_case_call_does_not_raise_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_helpers__test.test_re.ImplementationTest.test_case_helpers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_in_converter_name__test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_insensitive__test.test_importlib.metadata.test_zip.TestEgg.test_case_insensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_insensitive__test.test_importlib.metadata.test_zip.TestZip.test_case_insensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_insensitivity__test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_insensitivity__test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_md5_0__test.test_hashlib.HashLibTestCase.test_case_md5_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_md5_1__test.test_hashlib.HashLibTestCase.test_case_md5_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_md5_2__test.test_hashlib.HashLibTestCase.test_case_md5_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_md5_huge__test.test_hashlib.HashLibTestCase.test_case_md5_huge__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_md5_uintmax__test.test_hashlib.HashLibTestCase.test_case_md5_uintmax__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_operation_overflow__test.test_str.StrTest.test_case_operation_overflow__'requires_32-bit_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sensitive__test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sensitive__test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sensitive__test.test_tempfile.TestGetTempDir.test_case_sensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConfigParserTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.ConvertersTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.CopyTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.RawConfigParserTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.SortedTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_configparser.StrictTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_import.ImportTests.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity__test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_basic__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_conflicts__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_conflicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConfigParserTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.ConvertersTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.CopyTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.RawConfigParserTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.SortedTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sensitivity_mapping_access__test.test_configparser.StrictTestCase.test_case_sensitivity_mapping_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha1_0__test.test_hashlib.HashLibTestCase.test_case_sha1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha1_1__test.test_hashlib.HashLibTestCase.test_case_sha1_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha1_2__test.test_hashlib.HashLibTestCase.test_case_sha1_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha1_3__test.test_hashlib.HashLibTestCase.test_case_sha1_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha224_0__test.test_hashlib.HashLibTestCase.test_case_sha224_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha224_1__test.test_hashlib.HashLibTestCase.test_case_sha224_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha224_2__test.test_hashlib.HashLibTestCase.test_case_sha224_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha224_3__test.test_hashlib.HashLibTestCase.test_case_sha224_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha256_0__test.test_hashlib.HashLibTestCase.test_case_sha256_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha256_1__test.test_hashlib.HashLibTestCase.test_case_sha256_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha256_2__test.test_hashlib.HashLibTestCase.test_case_sha256_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha256_3__test.test_hashlib.HashLibTestCase.test_case_sha256_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha384_0__test.test_hashlib.HashLibTestCase.test_case_sha384_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha384_1__test.test_hashlib.HashLibTestCase.test_case_sha384_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha384_2__test.test_hashlib.HashLibTestCase.test_case_sha384_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha384_3__test.test_hashlib.HashLibTestCase.test_case_sha384_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha3_224_0__test.test_hashlib.HashLibTestCase.test_case_sha3_224_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha3_224_vector__test.test_hashlib.HashLibTestCase.test_case_sha3_224_vector__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sha3_256_0__test.test_hashlib.HashLibTestCase.test_case_sha3_256_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha3_256_vector__test.test_hashlib.HashLibTestCase.test_case_sha3_256_vector__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sha3_384_0__test.test_hashlib.HashLibTestCase.test_case_sha3_384_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha3_384_vector__test.test_hashlib.HashLibTestCase.test_case_sha3_384_vector__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sha3_512_0__test.test_hashlib.HashLibTestCase.test_case_sha3_512_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha3_512_vector__test.test_hashlib.HashLibTestCase.test_case_sha3_512_vector__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_sha512_0__test.test_hashlib.HashLibTestCase.test_case_sha512_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha512_1__test.test_hashlib.HashLibTestCase.test_case_sha512_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha512_2__test.test_hashlib.HashLibTestCase.test_case_sha512_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_sha512_3__test.test_hashlib.HashLibTestCase.test_case_sha512_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_shake128_vector__test.test_hashlib.HashLibTestCase.test_case_shake128_vector__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_shake256_vector__test.test_hashlib.HashLibTestCase.test_case_shake256_vector__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_case_shake_128_0__test.test_hashlib.HashLibTestCase.test_case_shake_128_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_case_shake_256_0__test.test_hashlib.HashLibTestCase.test_case_shake_256_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_casefold__test.test_str.StrTest.test_casefold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caseinsensitive__test.test_strptime.StrptimeTests.test_caseinsensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cases__test.test_pyclbr.PyclbrTest.test_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cast__test.test_ctypes.test_memfunctions.MemFunctionsTest.test_cast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caster_is_used__test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_BaseException_instance__test.test_baseexception.UsageTests.test_catch_BaseException_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_all_unhashable_exception_group_subclass__test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_all_unhashable_exception_group_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_everything_unhashable_leaf__test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_everything_unhashable_leaf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_non_BaseException__test.test_baseexception.UsageTests.test_catch_non_BaseException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_none_unhashable_exception_group_subclass__test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_none_unhashable_exception_group_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_nothing_unhashable_leaf__test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_nothing_unhashable_leaf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_some_unhashable_exception_group_subclass__test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_some_unhashable_exception_group_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_string__test.test_baseexception.UsageTests.test_catch_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_unhashable_leaf_exception__test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_unhashable_leaf_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_defaults__test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_defaults__test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_recording__test.test_warnings.CCatchWarningTests.test_catch_warnings_recording_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_recording__test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_reentry_guard__test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_reentry_guard__test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_restore__test.test_warnings.CCatchWarningTests.test_catch_warnings_restore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catch_warnings_restore__test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catchwarnings_with_simplefilter_error__test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catchwarnings_with_simplefilter_error__test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catchwarnings_with_simplefilter_ignore__test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_catchwarnings_with_simplefilter_ignore__test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_category__test.test_re.ReTests.test_category_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_category__test.test_unicodedata.UnicodeFunctionsTest.test_category_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_category__test.test_warnings.DeprecatedTests.test_category_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caught__test.test_monitoring.MonitoringEventsTest.test_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caught_exception__test.test_sys_setprofile.ProfileHookTestCase.test_caught_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caught_exception__test.test_sys_setprofile.ProfileSimulatorTestCase.test_caught_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_caught_nested_exception__test.test_sys_setprofile.ProfileHookTestCase.test_caught_nested_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause__test.test_traceback.CExcReportingTests.test_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause__test.test_traceback.PyExcReportingTests.test_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause__test.test_traceback.TestTracebackException.test_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause_and_context__test.test_traceback.CExcReportingTests.test_cause_and_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause_and_context__test.test_traceback.PyExcReportingTests.test_cause_and_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause_recursive__test.test_traceback.CExcReportingTests.test_cause_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause_recursive__test.test_traceback.PyExcReportingTests.test_cause_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cause_tb__test.test_code_module.TestInteractiveConsole.test_cause_tb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ccc__test.test_ftplib.TestTLS_FTPClass.test_ccc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ccharp__test.test_ctypes.test_keeprefs.SimpleTestCase.test_ccharp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ccharp_struct__test.test_ctypes.test_keeprefs.StructureTestCase.test_ccharp_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata__test.test_xml_etree.ElementTreeTest.test_cdata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata__test.test_xml_etree_c.ElementTreeTest.test_cdata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata_content__test.test_htmlparser.HTMLParserTestCase.test_cdata_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata_declarations__test.test_htmlparser.HTMLParserTestCase.test_cdata_declarations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata_declarations_multiline__test.test_htmlparser.HTMLParserTestCase.test_cdata_declarations_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata_parsing__test.test_minidom.MinidomTest.test_cdata_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdata_with_closing_tags__test.test_htmlparser.HTMLParserTestCase.test_cdata_with_closing_tags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdf__test.test_statistics.TestNormalDistC.test_cdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cdf__test.test_statistics.TestNormalDistPython.test_cdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cell__test.test_reprlib.ReprTests.test_cell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cell_as_self__test.test_super.TestSuper.test_cell_as_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cell_in_nested_comprehension__test.test_listcomps.ListComprehensionTest.test_cell_in_nested_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cell_inner_free_outer__test.test_listcomps.ListComprehensionTest.test_cell_inner_free_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cell_new__test.test_funcattrs.FunctionPropertiesTest.test_cell_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bigmem.BytearrayTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bigmem.BytesTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bigmem.StrTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bytes.ByteArrayAsStringTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bytes.ByteArrayTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bytes.BytesAsStringTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_bytes.BytesTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_str.StrTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center__test.test_userstring.UserStringTest.test_center_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center_not_at_mean__test.test_statistics.TestPStdev.test_center_not_at_mean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center_not_at_mean__test.test_statistics.TestStdev.test_center_not_at_mean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_center_not_at_mean__test.test_statistics.TestVariance.test_center_not_at_mean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cert_store_stats__test.test_ssl.ContextTests.test_cert_store_stats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cert_time_to_seconds__test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cert_time_to_seconds_locale__test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale__'locale-specific_month_name_needs_to_be_different_from_C_locale'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cert_time_to_seconds_timezone__test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone__'local_time_needs_to_be_different_from_UTC'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_certificate_chain__test.test_ssl.TestPostHandshakeAuth.test_certificate_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ceval_decref__test.test_capi.test_misc.TestCEval.test_ceval_decref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfgparser_dot_3__test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfield_inheritance_hierarchy__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfield_type_flags__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfmakecbreak__test.test_tty.TestTty.test_cfmakecbreak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfmakeraw__test.test_tty.TestTty.test_cfmakeraw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfunction__test.test_weakref.ReferencesTestCase.test_cfunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cfunction_call__test.test_call.TestCAPI.test_cfunction_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cgi_get__test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cgi_path_in_sub_directories__test.test_httpservers.CGIHTTPServerTestCase.test_cgi_path_in_sub_directories__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cgi_xmlrpc_response__test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cgihandler_has_use_builtin_types_flag__test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain__test.test_itertools.TestBasicOps.test_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain__test.test_itertools.TestExamples.test_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain__test.test_itertools.TestGC.test_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain__test.test_itertools.TestVariousIteratorArgs.test_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain_from_iterable__test.test_itertools.TestBasicOps.test_chain_from_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain_from_iterable__test.test_itertools.TestExamples.test_chain_from_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain_from_iterable__test.test_itertools.TestGC.test_chain_from_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain_reducible__test.test_itertools.TestBasicOps.test_chain_reducible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain_repr__test.test_typing.GenericTests.test_chain_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chain_setstate__test.test_itertools.TestBasicOps.test_chain_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chained_comparison__test.test_compile.TestExpressionStackSize.test_chained_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chained_comparison__test.test_gettext.PluralFormsInternalTestCase.test_chained_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chained_comparisons__test.test_unparse.UnparseTestCase.test_chained_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chainmap__test.test_pprint.QueryTestCase.test_chainmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chainmap__test.test_types.MappingProxyTests.test_chainmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chainmap_instantiation__test.test_typing.CollectionsAbcTests.test_chainmap_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chainmap_subclass__test.test_typing.CollectionsAbcTests.test_chainmap_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chains__test.test_tarfile.TestExtractionFilters.test_chains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_challengeresponse__test.test_multiprocessing_fork.test_misc.ChallengeResponseTest.test_challengeresponse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_challengeresponse__test.test_multiprocessing_forkserver.test_misc.ChallengeResponseTest.test_challengeresponse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_challengeresponse__test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_comment_in_empty_archive__test.test_zipfile.test_core.OtherTests.test_change_comment_in_empty_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_comment_in_nonempty_archive__test.test_zipfile.test_core.OtherTests.test_change_comment_in_nonempty_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_cwd__test.test_support.TestSupport.test_change_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_default_filter_on_class__test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_default_filter_on_instance__test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_default_filter_on_subclass__test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_default_filter_to_string__test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_default_pos_only__test.test_positional_only_arg.PositionalOnlyTestCase.test_change_default_pos_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_order_on_get__test.test_ordered_dict.CSimpleLRUCacheTests.test_change_order_on_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_order_on_get__test.test_ordered_dict.PySimpleLRUCacheTests.test_change_order_on_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_pointers__test.test_ctypes.test_pointers.PointersTestCase.test_change_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_return_value_via_delegate__test.test_unittest.testmock.testmock.MockTest.test_change_return_value_via_delegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_side_effect_via_delegate__test.test_unittest.testmock.testmock.MockTest.test_change_side_effect_via_delegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_size_1__test.test_pyexpat.ChardataBufferTest.test_change_size_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_change_size_2__test.test_pyexpat.ChardataBufferTest.test_change_size_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changingSizeWhileIterating__test.test_set.TestExceptionPropagation.test_changingSizeWhileIterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_magic_set_in_initialization__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_changing_magic_set_in_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestIntEnumClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestIntEnumFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestIntFlagClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestIntFlagFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMinimalDateClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMinimalDateFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMinimalFloatClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMinimalFloatFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedDateClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedDateFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedFloatClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedFloatFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedIntClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedIntFlagClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedIntFlagFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedIntFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedStrClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestMixedStrFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestPlainEnumClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestPlainEnumFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestPlainFlagClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestPlainFlagFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestStrEnumClass.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_member_fails__test.test_enum.TestStrEnumFunction.test_changing_member_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_sys_stderr_and_removing_reference__test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_the_kwlist_does_not_affect_iskeyword__test.test_keyword.Test_iskeyword.test_changing_the_kwlist_does_not_affect_iskeyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_changing_the_softkwlist_does_not_affect_issoftkeyword__test.test_keyword.Test_iskeyword.test_changing_the_softkwlist_does_not_affect_issoftkeyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_channel_list_interpreters_invalid_args__test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_channel_list_interpreters_invalid_channel__test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_channel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char__test.test_ctypes.test_callbacks.Callbacks.test_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char__test.test_ctypes.test_repr.ReprTest.test_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_array__test.test_ctypes.test_slicing.SlicesTestCase.test_char_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_fields__test.test_tarfile.MiscTest.test_char_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_from_address__test.test_ctypes.test_numbers.NumberTestCase.test_char_from_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_p__test.test_ctypes.test_cast.Test.test_char_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_ptr__test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_ptr_with_free__test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr_with_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_set__test.test_fnmatch.FnmatchTestCase.test_char_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_char_write__test.test_csv.TestArrayWrites.test_char_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_character_set_any__test.test_re.ReTests.test_character_set_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_character_set_errors__test.test_re.ReTests.test_character_set_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_character_set_none__test.test_re.ReTests.test_character_set_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_character_stream__test.test_sax.PrepareInputSourceTest.test_character_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chararray__test.test_ctypes.test_delattr.TestCase.test_chararray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_charmap__test.test_codecs.SurrogateEscapeTest.test_charmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_charmapencode__test.test_codeccallbacks.CodecCallbackTest.test_charmapencode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_charset__test.test_email.test_email.TestMIMEText.test_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_charset_richcomparisons__test.test_email.test_email.TestMiscellaneous.test_charset_richcomparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_charsets_case_insensitive__test.test_email.test_email.TestMiscellaneous.test_charsets_case_insensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chdir__test.test_os.Win32ErrorTests.test_chdir__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chdir__test.test_posix.PosixTester.test_chdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkSetMinor__test.test_email.test_email.TestMIMEAudio.test_checkSetMinor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkSetMinor__test.test_email.test_email.TestMIMEImage.test_checkSetMinor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__all____test.test_support.TestSupport.test_check__all___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_bytearray.CAPITest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_bytes.CAPITest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_complex.CAPIComplexTest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_float.CAPIFloatTest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_list.CAPITest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_number.CAPITest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_capi.test_tuple.CAPITest.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check__test.test_subprocess.RunFuncTestCase.test_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_all__test.test_statistics.GlobalsTest.test_check_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_arg_types__test.datetimetester.Oddballs_Fast.test_check_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_arg_types__test.datetimetester.Oddballs_Pure.test_check_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_call_nonzero__test.test_subprocess.ProcessTestCase.test_check_call_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_call_nonzero__test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_call_zero__test.test_subprocess.ProcessTestCase.test_check_call_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_call_zero__test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_closed__test.test_dbm_dumb.DumbDBMTestCase.test_check_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_connection_thread__test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_cursor_thread__test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_date__test.datetimetester.CapiTest_Fast.test_check_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_date__test.datetimetester.CapiTest_Pure.test_check_date__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_check_datetime__test.datetimetester.CapiTest_Fast.test_check_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_datetime__test.datetimetester.CapiTest_Pure.test_check_datetime__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_check_delta__test.datetimetester.CapiTest_Fast.test_check_delta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_delta__test.datetimetester.CapiTest_Pure.test_check_delta__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_check_encoding_errors__test.test_bytes.ByteArrayTest.test_check_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_encoding_errors__test.test_bytes.BytesTest.test_check_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_encoding_errors__test.test_io.CMiscIOTest.test_check_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_encoding_errors__test.test_io.PyMiscIOTest.test_check_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_encoding_errors__test.test_str.StrTest.test_check_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_encoding_warning__test.test_io.CMiscIOTest.test_check_encoding_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_encoding_warning__test.test_io.PyMiscIOTest.test_check_encoding_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_hostname__test.test_ftplib.TestTLS_FTPClass.test_check_hostname__'FIXME:_bpo-32706'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_check_hostname__test.test_ssl.ContextTests.test_check_hostname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_members__test.test_tarfile.Bz2MiscReadTest.test_check_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_members__test.test_tarfile.GzipMiscReadTest.test_check_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_members__test.test_tarfile.LzmaMiscReadTest.test_check_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_members__test.test_tarfile.MiscReadTest.test_check_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output__test.test_subprocess.ProcessTestCase.test_check_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_arg__test.test_subprocess.ProcessTestCase.test_check_output_input_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_arg__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_arg__test.test_subprocess.RunFuncTestCase.test_check_output_input_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_none_encoding_errors__test.test_subprocess.ProcessTestCase.test_check_output_input_none_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_none_encoding_errors__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_none_text__test.test_subprocess.ProcessTestCase.test_check_output_input_none_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_none_text__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_none_universal_newlines__test.test_subprocess.ProcessTestCase.test_check_output_input_none_universal_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_input_none_universal_newlines__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_universal_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_nonzero__test.test_subprocess.ProcessTestCase.test_check_output_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_nonzero__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stderr__test.test_subprocess.ProcessTestCase.test_check_output_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stderr__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdin_arg__test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdin_arg__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdin_arg__test.test_subprocess.RunFuncTestCase.test_check_output_stdin_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdin_with_input_arg__test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdin_with_input_arg__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_with_input_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdin_with_input_arg__test.test_subprocess.RunFuncTestCase.test_check_output_stdin_with_input_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdout_arg__test.test_subprocess.ProcessTestCase.test_check_output_stdout_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_stdout_arg__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdout_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_timeout__test.test_subprocess.ProcessTestCase.test_check_output_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_timeout__test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_output_timeout__test.test_subprocess.RunFuncTestCase.test_check_output_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_parenthesis__test.test_email.test_email.TestMiscellaneous.test_check_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_signal__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_check_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_state_first__test.test_import.SinglephaseInitTests.test_check_state_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_syntax_error__test.test_support.TestSupport.test_check_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_thread__test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_time__test.datetimetester.CapiTest_Fast.test_check_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_time__test.datetimetester.CapiTest_Pure.test_check_time__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_check_tzinfo__test.datetimetester.CapiTest_Fast.test_check_tzinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_tzinfo__test.datetimetester.CapiTest_Pure.test_check_tzinfo__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_check_unused_args__test.test_string.ModuleTest.test_check_unused_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_warnings__test.test_warnings.CCatchWarningTests.test_check_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_warnings__test.test_warnings.PyCatchWarningTests.test_check_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_check_zero__test.test_subprocess.RunFuncTestCase.test_check_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkcache__test.test_linecache.LineCacheTests.test_checkcache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkcache_for_deleted_file__test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkcache_for_modified_file__test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkcache_with_no_parameter__test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checked_hash_based_change_pyc__test.test_zipimport.CompressedZipImportTestCase.test_checked_hash_based_change_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checked_hash_based_change_pyc__test.test_zipimport.UncompressedZipImportTestCase.test_checked_hash_based_change_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checked_hash_based_pyc__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checked_hash_based_pyc__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checked_hash_based_pyc__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkexact__test.test_capi.test_bytearray.CAPITest.test_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkexact__test.test_capi.test_bytes.CAPITest.test_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkexact__test.test_capi.test_complex.CAPIComplexTest.test_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkexact__test.test_capi.test_float.CAPIFloatTest.test_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkline_after_reset__test.test_pdb.ChecklineTests.test_checkline_after_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkline_before_debugging__test.test_pdb.ChecklineTests.test_checkline_before_debugging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkline_is_not_executable__test.test_pdb.ChecklineTests.test_checkline_is_not_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_checkretval__test.test_ctypes.test_checkretval.Test.test_checkretval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chflags__test.test_posix.PosixTester.test_chflags__'test_needs_os.chflags__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_child_fd_inflation__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_child_fd_inflation__'test_not_appropriate_for_fork'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_child_fd_inflation__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_child_fd_inflation__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_child_fd_inflation__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_child_fd_inflation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_fd_inflation__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_child_fd_inflation__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_child_fd_inflation__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_fd_inflation__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_child_fd_inflation__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_child_loggers__test.test_logging.ChildLoggerTest.test_child_loggers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_mock_call_equal__test.test_unittest.testmock.testmock.MockTest.test_child_mock_call_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_path_is__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_path_iter__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_path_name__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_path_open__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_sys_path__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_sys_path__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_child_watcher_replace_mainloop_existing__test.test_asyncio.test_unix_events.PolicyTests.test_child_watcher_replace_mainloop_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_children__test.test_symtable.SymtableTest.test_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_children__test.test_xml_etree.ElementTreeTest.test_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_children__test.test_xml_etree_c.ElementTreeTest.test_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod__test.test_os.Win32ErrorTests.test_chmod__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chmod__test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod__test.test_pathlib.test_pathlib.PathTest.test_chmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod__test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod__test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chmod__test.test_posix.TestPosixWeaklinking.test_chmod__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chmod_dir__test.test_posix.PosixTester.test_chmod_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_dir_fd__test.test_posix.TestPosixDirFd.test_chmod_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_dir_symlink__test.test_posix.PosixTester.test_chmod_dir_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_file__test.test_posix.PosixTester.test_chmod_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_file_symlink__test.test_posix.PosixTester.test_chmod_file_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_follow_symlinks_true__test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_follow_symlinks_true__test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_follow_symlinks_true__test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chmod_follow_symlinks_true__test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chmod_outside_dir__test.test_tarfile.TestExtractionFilters.test_chmod_outside_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choice__test.test_random.MersenneTwister_TestBasicOps.test_choice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choice__test.test_random.SystemRandom_TestBasicOps.test_choice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choice__test.test_secrets.Random_Tests.test_choice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choice_with_numpy__test.test_random.MersenneTwister_TestBasicOps.test_choice_with_numpy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choice_with_numpy__test.test_random.SystemRandom_TestBasicOps.test_choice_with_numpy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices__test.test_random.MersenneTwister_TestBasicOps.test_choices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices__test.test_random.SystemRandom_TestBasicOps.test_choices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_algorithms__test.test_random.MersenneTwister_TestBasicOps.test_choices_algorithms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_infinite_total__test.test_random.MersenneTwister_TestBasicOps.test_choices_infinite_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_infinite_total__test.test_random.SystemRandom_TestBasicOps.test_choices_infinite_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_negative_total__test.test_random.MersenneTwister_TestBasicOps.test_choices_negative_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_negative_total__test.test_random.SystemRandom_TestBasicOps.test_choices_negative_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_subnormal__test.test_random.MersenneTwister_TestBasicOps.test_choices_subnormal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_subnormal__test.test_random.SystemRandom_TestBasicOps.test_choices_subnormal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_with_all_zero_weights__test.test_random.MersenneTwister_TestBasicOps.test_choices_with_all_zero_weights_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choices_with_all_zero_weights__test.test_random.SystemRandom_TestBasicOps.test_choices_with_all_zero_weights_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choose_directory__test.test_tempfile.TestMkdtemp.test_choose_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choose_directory__test.test_tempfile.TestMkstemp.test_choose_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_choose_directory__test.test_tempfile.TestMkstempInner.test_choose_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chown__test.test_posix.PosixTester.test_chown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chown__test.test_posix.TestPosixWeaklinking.test_chown__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chown__test.test_shutil.TestMisc.test_chown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chown_dir_fd__test.test_posix.TestPosixDirFd.test_chown_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chown_gid__test.test_os.ChownFileTests.test_chown_gid__'test_needs_at_least_2_groups'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chown_uid_gid_arguments_must_be_index__test.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chown_with_root__test.test_os.ChownFileTests.test_chown_with_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chown_without_permission__test.test_os.ChownFileTests.test_chown_without_permission__'test_needs_non-root_account_and_more_than_one_user'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chr__test.test_builtin.BuiltinTest.test_chr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_cn.Test_GB18030.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_cn.Test_GB2312.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_cn.Test_GBK.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_cn.Test_HZ.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding__'iso2022_kr.txt_cannot_be_used_to_test_\"chunk_coding\"'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_CP932.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_SJIS_2004.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_kr.Test_CP949.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_kr.Test_EUCKR.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_kr.Test_JOHAB.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunkcoding__test.test_codecencodings_tw.Test_Big5.test_chunkcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunked__test.test_httplib.BasicTest.test_chunked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunked__test.test_urllib2_localnet.TestUrlopen.test_chunked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunked_extension__test.test_httplib.BasicTest.test_chunked_extension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_chunked_head__test.test_httplib.BasicTest.test_chunked_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cid_receiver_application_octet_stream__test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_application_octet_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cid_receiver_image_jpeg__test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_image_jpeg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cid_receiver_message_external_body__test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cid_receiver_message_rfc822__test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cid_receiver_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cid_receiver_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cint__test.test_ctypes.test_keeprefs.SimpleTestCase.test_cint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cint_array__test.test_ctypes.test_keeprefs.ArrayTestCase.test_cint_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cint_struct__test.test_ctypes.test_keeprefs.StructureTestCase.test_cint_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ciphers__test.test_ssl.ContextTests.test_ciphers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_circular_from_import__test.test_import.CircularImportTests.test_circular_from_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_circular_import__test.test_import.CircularImportTests.test_circular_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_circular_imports__test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cjk_unified_ideographs__test.test_ucn.UnicodeNamesTest.test_cjk_unified_ideographs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cjson__test.test_json.TestCTest.test_cjson_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clamp__test.test_decimal.CIBMTestCases.test_clamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clamp__test.test_decimal.PyIBMTestCases.test_clamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classAttribute__test.test_inspect.test_inspect.TestGetattrStatic.test_classAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classVirtualAttribute__test.test_inspect.test_inspect.TestGetattrStatic.test_classVirtualAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_copyreg.CopyRegTestCase.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_decimal.CIBMTestCases.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_decimal.PyIBMTestCases.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_gc.GCTests.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_inspect.test_inspect.TestNoEOL.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_pydoc.test_pydoc.TestDescriptions.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_reprlib.LongReprTest.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_typing.NoDefaultTests.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_unparse.ManualASTCreationTestCase.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class__test.test_warnings.DeprecatedTests.test_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_access_01__test.test_type_params.TypeParamsAccessTest.test_class_access_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_access_02__test.test_type_params.TypeParamsAccessTest.test_class_access_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_access_03__test.test_type_params.TypeParamsAccessTest.test_class_access_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_as_property__test.test_inspect.test_inspect.TestGetattrStatic.test_class_as_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_assignable__test.test_unittest.testmock.testmock.MockTest.test_class_assignable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_async_method__test.test_inspect.test_inspect.TestBlockComments.test_class_async_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_attrs__test.test_dataclasses.TestCase.test_class_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_base_containing_lambda__test.test_type_params.TypeParamsAccessTest.test_class_base_containing_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_bases_and_keywords__test.test_unparse.CosmeticTestCase.test_class_bases_and_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_call_specialization_user_type__test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_cause__test.test_raise.TestCause.test_class_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_cause_nonexception_result__test.test_raise.TestCause.test_class_cause_nonexception_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_context_class_raise__test.test_raise.TestContext.test_class_context_class_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_context_instance_raise__test.test_raise.TestContext.test_class_context_instance_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_decorator__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_decorator__test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_decorator__test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_decorator__test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_decorator__test.test_sys_settrace.TraceTestCase.test_class_creation_with_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_docstrings__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_docstrings__test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_docstrings__test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_docstrings__test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_creation_with_docstrings__test.test_sys_settrace.TraceTestCase.test_class_creation_with_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_decorator__test.test_inspect.test_inspect.TestBuggyCases.test_class_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_decorators__test.test_unparse.UnparseTestCase.test_class_decorators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_def__test.test_ast.test_ast.EndPositionTests.test_class_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_definition__test.test_unparse.UnparseTestCase.test_class_definition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_definition_in_multiline_comment__test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_definition_in_multiline_string_definition__test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_string_definition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_definition_same_name_diff_methods__test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_same_name_diff_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_deref__test.test_type_params.TypeParamsAccessTest.test_class_deref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_dispatch_table__test.test_pickle.CChainDispatchTableTests.test_class_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_dispatch_table__test.test_pickle.CDispatchTableTests.test_class_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_dispatch_table__test.test_pickle.PyChainDispatchTableTests.test_class_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_dispatch_table__test.test_pickle.PyDispatchTableTests.test_class_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_get_methods__test.test_symtable.SymtableTest.test_class_get_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getattr_working__test.test_super.TestSuper.test_class_getattr_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem__test.test_genericclass.TestClassGetitem.test_class_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem__test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_classmethod__test.test_genericclass.TestClassGetitem.test_class_getitem_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_errors_2__test.test_genericclass.TestClassGetitem.test_class_getitem_errors_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_errors__test.test_genericclass.TestClassGetitem.test_class_getitem_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_format__test.test_genericclass.TestClassGetitem.test_class_getitem_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_inheritance_2__test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_inheritance__test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_metaclass__test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_metaclass_first__test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_patched__test.test_genericclass.TestClassGetitem.test_class_getitem_patched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_with_builtins__test.test_genericclass.TestClassGetitem.test_class_getitem_with_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitem_with_metaclass__test.test_genericclass.TestClassGetitem.test_class_getitem_with_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitems__test.test_subprocess.ProcessTestCase.test_class_getitems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_getitems__test.test_subprocess.ProcessTestCaseNoPoll.test_class_getitems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_has_no_bases__test.test_isinstance.TestIsInstanceExceptions.test_class_has_no_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_hierarchy__test.test_io.TestIOCTypes.test_class_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_inside_conditional__test.test_inspect.test_inspect.TestBuggyCases.test_class_inside_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_kw__test.test_ast.test_ast.EndPositionTests.test_class_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_load_attr_specialization_static_type__test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_load_attr_specialization_user_type__test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_marker__test.test_dataclasses.TestCase.test_class_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_members__test.datetimetester.TestTimeZone_Fast.test_class_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_members__test.datetimetester.TestTimeZone_Pure.test_class_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_method__test.test_inspect.test_inspect.TestBlockComments.test_class_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_methods__test.test_genericalias.BaseTest.test_class_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_methods_still_working__test.test_super.TestSuper.test_class_methods_still_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_not_setup_or_torndown_when_skipped__test.test_unittest.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_not_torndown_when_setup_fails__test.test_unittest.test_setups.TestSetups.test_class_not_torndown_when_setup_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_pattern_not_type__test.test_patma.TestTypeErrors.test_class_pattern_not_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_scope_free_var_with_class_cell__test.test_listcomps.ListComprehensionTest.test_class_scope_free_var_with_class_cell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_scope_interaction_01__test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_scope_interaction_02__test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_var__test.test_dataclasses.TestCase.test_class_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_var__test.test_dataclasses.TestMakeDataclass.test_class_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_var_default_factory__test.test_dataclasses.TestCase.test_class_var_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_var_frozen__test.test_dataclasses.TestCase.test_class_var_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_var_no_default__test.test_dataclasses.TestCase.test_class_var_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_var_with_default__test.test_dataclasses.TestCase.test_class_var_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_inherited_new__test.test_warnings.DeprecatedTests.test_class_with_inherited_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_init__test.test_warnings.DeprecatedTests.test_class_with_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_method_from_other_module__test.test_inspect.test_inspect.TestBuggyCases.test_class_with_method_from_other_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_new__test.test_warnings.DeprecatedTests.test_class_with_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_new_but_no_init__test.test_warnings.DeprecatedTests.test_class_with_new_but_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_no_init__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_class_with_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_class_with_type_params__test.test_unparse.ManualASTCreationTestCase.test_class_with_type_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classattrs__test.test_ast.test_ast.AST_Tests.test_classattrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classattrs_deprecated__test.test_ast.test_ast.AST_Tests.test_classattrs_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classcache__test.test_ctypes.test_arrays.ArrayTestCase.test_classcache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classdef__test.test_ast.test_ast.ASTValidatorTests.test_classdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classdef__test.test_grammar.GrammarTests.test_classdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classes__test.test_weakref.ReferencesTestCase.test_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classic__test.test_descr.ClassPropertiesAndMethods.test_classic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classic_comparisons__test.test_descr.ClassPropertiesAndMethods.test_classic_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_DynamicClassAttribute__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_DynamicClassAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_VirtualAttribute__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_VirtualAttribute_multi_classes__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_multi_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_builtin_types__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_class_attrs_with_buggy_dir__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_class_attrs_with_buggy_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_metaclass_class_attribute__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_metaclass_class_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_newstyle__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_newstyle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classify_overrides_bool__test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_overrides_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethod__test.test_decorators.TestDecorators.test_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethod__test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethod__test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethod_register__test.test_functools.TestSingleDispatch.test_classmethod_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethod_slotted_class__test.test_functools.TestSingleDispatch.test_classmethod_slotted_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethod_type_ann_register__test.test_functools.TestSingleDispatch.test_classmethod_type_ann_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethods__test.test_descr.ClassPropertiesAndMethods.test_classmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classmethods_in_c__test.test_descr.ClassPropertiesAndMethods.test_classmethods_in_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classvar__test.test_dataclasses.TestReplace.test_classvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classvar__test.test_dataclasses.TestStringAnnotations.test_classvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classvar_default_factory__test.test_dataclasses.TestCase.test_classvar_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_classvar_module_level_import__test.test_dataclasses.TestStringAnnotations.test_classvar_module_level_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cld_xxxx_constants__test.test_posix.PosixTester.test_cld_xxxx_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clean__test.test_mailbox.TestMaildir.test_clean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clean_traceback_from_fields_exception__test.test_dataclasses.TestCase.test_clean_traceback_from_fields_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleandoc__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_cleandoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleanup__test.test_builtin.ShutdownTest.test_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleanup__test.test_regrtest.ArgsTestCase.test_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleanup_with_symlink_flags__test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags__'requires_os.chflags'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cleanup_with_symlink_modes__test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleanup_with_symlink_to_a_directory__test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleanup_with_used_directory__test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory__'Only_on_Windows.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cleanups_interleave_order__test.test_unittest.test_async_case.TestAsyncCase.test_cleanups_interleave_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear____main__.GeneralTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.ByteTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.DoubleTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.FloatTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.IntTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.LongLongTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.LongTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.ShortTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UCS4Test.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UnicodeTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UnsignedByteTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UnsignedIntTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UnsignedLongLongTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UnsignedLongTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_array.UnsignedShortTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_asyncio.test_locks.EventTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_bytes.ByteArrayTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_capi.test_set.TestSetCAPI.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_capi.test_watchers.TestDictWatchers.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConfigParserTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConfigParserTestCaseNoValue.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.ConvertersTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.CopyTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.MultilineValuesTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.RawConfigParserTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.SortedTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_configparser.StrictTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dbm.TestCase_dumb.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dbm.TestCase_gnu.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dbm.TestCase_ndbm.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dbm.TestCase_sqlite3.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dbm_gnu.TestGdbm.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dbm_ndbm.DbmTestCase.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_deque.TestBasic.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dict.DictTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dict_version.DictSubtypeVersionTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_dict_version.DictVersionTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_frame.FrameLocalsProxyMappingTests.test_clear__'Unlike_a_mapping:_no_proxy.clear'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_clear__test.test_list.ListTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_mailbox.TestBabyl.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_mailbox.TestMH.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_mailbox.TestMMDF.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_mailbox.TestMaildir.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_mailbox.TestMbox.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_ordered_dict.CPythonBuiltinDictTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_ordered_dict.CPythonOrderedDictTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_ordered_dict.PurePythonOrderedDictTests.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_set.TestMutate.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_set.TestSet.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_set.TestSetSubclass.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_traceback.MiscTracebackCases.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_userdict.UserDictTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_userlist.UserListTest.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear__test.test_weakset.TestWeakSet.test_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_at_no_bp__test.test_bdb.BreakpointTestCase.test_clear_at_no_bp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_authorizer__test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_authorizer__test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_authorizer__test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_authorizer__test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache__test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_clear_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache__test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_clear_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache_explicit_none__test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_explicit_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache_explicit_none__test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_explicit_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache_for_code_coverage__test.test_urlparse.UrlParseTestCase.test_clear_cache_for_code_coverage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache_two_keys__test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_two_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_cache_two_keys__test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_two_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_empty_message__test.test_email.test_message.TestEmailMessage.test_clear_content_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_empty_message__test.test_email.test_message.TestMIMEPart.test_clear_content_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_html_text_attachment_inline_mixed__test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_html_text_attachment_inline_mixed__test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_html_text_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_html_text_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_message_rfc822__test.test_email.test_message.TestEmailMessage.test_clear_content_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_message_rfc822__test.test_email.test_message.TestMIMEPart.test_clear_content_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mime_non_text__test.test_email.test_message.TestEmailMessage.test_clear_content_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mime_non_text__test.test_email.test_message.TestMIMEPart.test_clear_content_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_alternative_plain_related__test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_alternative_plain_related__test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_related_alternative_plain_html__test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_related_alternative_plain_html__test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_text_message_rfc822__test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_mixed_text_message_rfc822__test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_non_mime_plain__test.test_email.test_message.TestEmailMessage.test_clear_content_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_non_mime_plain__test.test_email.test_message.TestMIMEPart.test_clear_content_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_plain_html_alternative__test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_plain_html_alternative__test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_plain_html_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_plain_html_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_plain_html_mixed__test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_plain_html_mixed__test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_related__test.test_email.test_message.TestEmailMessage.test_clear_content_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_related__test.test_email.test_message.TestMIMEPart.test_clear_content_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_related_with_start__test.test_email.test_message.TestEmailMessage.test_clear_content_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_content_related_with_start__test.test_email.test_message.TestMIMEPart.test_clear_content_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_dict_in_ref_cycle__test.test_module.ModuleTests.test_clear_dict_in_ref_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_does_not_clear_specials__test.test_frame.ClearTest.test_clear_does_not_clear_specials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_empty_message__test.test_email.test_message.TestEmailMessage.test_clear_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_empty_message__test.test_email.test_message.TestMIMEPart.test_clear_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_executing__test.test_frame.ClearTest.test_clear_executing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_executing_generator__test.test_frame.ClearTest.test_clear_executing_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_generator__test.test_frame.ClearTest.test_clear_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_html_text_attachment_inline_mixed__test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_html_text_attachment_inline_mixed__test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_html_text_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_html_text_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_locals__test.test_frame.ClearTest.test_clear_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_locals__test.test_frame.FrameAttrsTest.test_clear_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_locals_after_f_locals_access__test.test_frame.ClearTest.test_clear_locals_after_f_locals_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_managed_dict__test.test_capi.test_misc.CAPITest.test_clear_managed_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_message_rfc822__test.test_email.test_message.TestEmailMessage.test_clear_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_message_rfc822__test.test_email.test_message.TestMIMEPart.test_clear_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mime_non_text__test.test_email.test_message.TestEmailMessage.test_clear_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mime_non_text__test.test_email.test_message.TestMIMEPart.test_clear_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_alternative_plain_related__test.test_email.test_message.TestEmailMessage.test_clear_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_alternative_plain_related__test.test_email.test_message.TestMIMEPart.test_clear_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_related_alternative_plain_html__test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_related_alternative_plain_html__test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_text_message_rfc822__test.test_email.test_message.TestEmailMessage.test_clear_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_mixed_text_message_rfc822__test.test_email.test_message.TestMIMEPart.test_clear_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_non_mime_plain__test.test_email.test_message.TestEmailMessage.test_clear_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_non_mime_plain__test.test_email.test_message.TestMIMEPart.test_clear_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_out_of_range_watcher_id__test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_out_of_range_watcher_id__test.test_capi.test_watchers.TestDictWatchers.test_clear_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_out_of_range_watcher_id__test.test_capi.test_watchers.TestFuncWatchers.test_clear_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_out_of_range_watcher_id__test.test_capi.test_watchers.TestTypeWatchers.test_clear_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_pickler_memo__test.test_pickle.CPicklerUnpicklerObjectTests.test_clear_pickler_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_pickler_memo__test.test_pickle.PyPicklerUnpicklerObjectTests.test_clear_pickler_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_plain_html_alternative__test.test_email.test_message.TestEmailMessage.test_clear_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_plain_html_alternative__test.test_email.test_message.TestMIMEPart.test_clear_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_plain_html_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_clear_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_plain_html_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_clear_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_plain_html_mixed__test.test_email.test_message.TestEmailMessage.test_clear_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_plain_html_mixed__test.test_email.test_message.TestMIMEPart.test_clear_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_refcycles__test.test_frame.ClearTest.test_clear_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_related__test.test_email.test_message.TestEmailMessage.test_clear_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_related__test.test_email.test_message.TestMIMEPart.test_clear_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_related_with_start__test.test_email.test_message.TestEmailMessage.test_clear_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_related_with_start__test.test_email.test_message.TestMIMEPart.test_clear_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_threads_states_after_fork__test.test_threading.ThreadJoinOnShutdown.test_clear_threads_states_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_traces__test.test_tracemalloc.TestTracemallocEnabled.test_clear_traces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_two_bp_on_same_line__test.test_bdb.BreakpointTestCase.test_clear_two_bp_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_type_cache__test.test_sys.SysModuleTest.test_clear_type_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_unassigned_watcher_id__test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_unassigned_watcher_id__test.test_capi.test_watchers.TestDictWatchers.test_clear_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_unassigned_watcher_id__test.test_capi.test_watchers.TestFuncWatchers.test_clear_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_unassigned_watcher_id__test.test_capi.test_watchers.TestTypeWatchers.test_clear_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_unconsumed_tail__test.test_zlib.CompressObjectTestCase.test_clear_unconsumed_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_watcher__test.test_capi.test_watchers.TestTypeWatchers.test_clear_watcher_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clear_with_waiters__test.test_asyncio.test_locks.EventTests.test_clear_with_waiters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clearcache__test.test_linecache.LineCacheTests.test_clearcache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cleared_globals__test.test_import.SinglephaseInitTests.test_cleared_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_execute_incomplete_sql__test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_incomplete_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_execute_sql__test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_execute_too_much_sql__test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_too_much_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_file_input__test.test_ast.test_ast.ASTMainTests.test_cli_file_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_help__test.test_sqlite3.test_cli.CommandLineInterface.test_cli_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_name_required_for_uuid3__test.test_uuid.TestUUIDWithExtModule.test_cli_name_required_for_uuid3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_name_required_for_uuid3__test.test_uuid.TestUUIDWithoutExtModule.test_cli_name_required_for_uuid3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_namespace_required_for_uuid3__test.test_uuid.TestUUIDWithExtModule.test_cli_namespace_required_for_uuid3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_namespace_required_for_uuid3__test.test_uuid.TestUUIDWithoutExtModule.test_cli_namespace_required_for_uuid3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_on_disk_db__test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_uuid3_ouputted_with_valid_namespace_and_name__test.test_uuid.TestUUIDWithExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_uuid3_ouputted_with_valid_namespace_and_name__test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_uuid4_outputted_with_no_args__test.test_uuid.TestUUIDWithExtModule.test_cli_uuid4_outputted_with_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_uuid4_outputted_with_no_args__test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid4_outputted_with_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_uuid5_ouputted_with_valid_namespace_and_name__test.test_uuid.TestUUIDWithExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_uuid5_ouputted_with_valid_namespace_and_name__test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_version__test.test_sqlite3.test_cli.CommandLineInterface.test_cli_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_with_metadata_encoding__test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cli_with_metadata_encoding_extract__test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_client_constants__test.test_httplib.OfflineTest.test_client_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_client_encoding__test.test_xmlrpc.SimpleServerTestCase.test_client_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clinic_signature__test.test_hashlib.HashLibTestCase.test_clinic_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clinic_signature_errors__test.test_hashlib.HashLibTestCase.test_clinic_signature_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clock_functions__test.test_time.TestTimeWeaklinking.test_clock_functions__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_clock_getres__test.test_time.TimeTestCase.test_clock_getres_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clock_monotonic__test.test_time.TimeTestCase.test_clock_monotonic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clock_realtime__test.test_time.TimeTestCase.test_clock_realtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clock_settime__test.test_time.TimeTestCase.test_clock_settime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clone__test.test_capi.test_watchers.TestDictWatchers.test_clone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_clone_copies_factory__test.test_email.test_policy.PolicyAPITests.test_clone_copies_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test__interpchannels.ExhaustiveChannelTests.test_close__'these_tests_take_several_hours_to_run'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_base_events.BaseEventLoopTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_events.EPollEventLoopTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_events.PollEventLoopTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_events.SelectEventLoopTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_events.TestAbstractServer.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_contextlib.TestExitStack.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_contextlib_async.TestAsyncExitStack.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_epoll.TestEPoll.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_lzma.FileTestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestBabyl.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestMH.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestMMDF.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestMaildir.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestMbox.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestPartialFile.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_mailbox.TestProxyFile.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_close__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_close__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_close__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close__test.test_os.TestScandir.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_selectors.DefaultSelectorTestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_selectors.DevpollSelectorTestCase.test_close__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close__test.test_selectors.EpollSelectorTestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_selectors.KqueueSelectorTestCase.test_close__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close__test.test_selectors.PollSelectorTestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_selectors.SelectSelectorTestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_shelve.TestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_sqlite3.test_dbapi.ConnectionTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_sqlite3.test_dbapi.CursorTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_urllib.urlopen_FileTests.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_wave.WavePCM16Test.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_wave.WavePCM24ExtTest.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_wave.WavePCM24Test.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_wave.WavePCM32Test.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_wave.WavePCM8Test.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_xmlrpc.KeepaliveServerTestCase2.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close__test.test_xmlrpc.ServerProxyTestCase.test_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_after_close__test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_after_close__test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_after_close__test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_after_close__test.test_zipfile.test_core.StoredWriterTests.test_close_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_already_closing__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close_already_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_closed__test.test_io.CBufferedRWPairTest.test_close_and_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_closed__test.test_io.PyBufferedRWPairTest.test_close_and_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_raise_base_exception__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_base_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_raise_exception__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_raise_generator_exit__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_generator_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_raise_stop_iteration__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_stop_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_return__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_work__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_work_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_and_throw_yield__test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_assert__test.test_io.CIOTest.test_close_assert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_assert__test.test_io.PyIOTest.test_close_assert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_both_with_unused_items_forced__test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_forced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_both_with_unused_items_unforced__test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_unforced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_buffer__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_by_unassociated_interp__test.test__interpchannels.ChannelTests.test_close_by_unassociated_interp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_clients__test.test_asyncio.test_server.TestServer2.test_close_clients_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_closed__test.test_generators.GeneratorCloseTest.test_close_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_closing__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_connection__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_close_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_defaults_with_unused_items__test.test__interpchannels.ChannelTests.test_close_defaults_with_unused_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_dont_kill_finished__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_dont_kill_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_dont_kill_finished__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_dont_kill_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_dont_kill_finished__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_dont_kill_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_dont_kill_finished__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_dont_kill_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_during_handshake__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_during_ssl_over_ssl__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_ssl_over_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_empty__test.test__interpchannels.ChannelTests.test_close_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_erroneous_file__test.test_zipfile.test_core.OtherTests.test_close_erroneous_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.CBufferedRandomTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.CBufferedReaderTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.CBufferedWriterTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.CTextIOWrapperTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.PyBufferedRandomTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.PyBufferedReaderTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.PyBufferedWriterTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_error_on_close__test.test_io.PyTextIOWrapperTest.test_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_exhausted__test.test_generators.GeneratorCloseTest.test_close_exhausted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fd_0__test.test_subprocess.POSIXProcessTestCase.test_close_fd_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fd_1__test.test_subprocess.POSIXProcessTestCase.test_close_fd_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fd_2__test.test_subprocess.POSIXProcessTestCase.test_close_fd_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds_0_1_2__test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds_0_1__test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds_0_2__test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds_1_2__test.test_subprocess.POSIXProcessTestCase.test_close_fds_1_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds__test.test_subprocess.POSIXProcessTestCase.test_close_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds__test.test_subprocess.Win32ProcessTestCase.test_close_fds__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close_fds_after_preexec__test.test_subprocess.POSIXProcessTestCase.test_close_fds_after_preexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_fds_with_stdio__test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_close_file__test.test_posix.TestPosixSpawn.test_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_file__test.test_posix.TestPosixSpawnP.test_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_flushes__test.test_io.CIOTest.test_close_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_flushes__test.test_io.PyIOTest.test_close_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_if_unassociated__test.test__interpchannels.ChannelReleaseTests.test_close_if_unassociated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_invalid_sockobj__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_invalid_sockobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_kill_running__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_kill_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_kill_running__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_kill_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_kill_running__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_kill_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_kill_running__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_kill_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_multiple_times__test.test__interpchannels.ChannelTests.test_close_multiple_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_multiple_users__test.test__interpchannels.ChannelTests.test_close_multiple_users_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_never_used__test.test__interpchannels.ChannelTests.test_close_never_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_no_return_value__test.test_generators.GeneratorCloseTest.test_close_no_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_no_selector__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_no_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_not_catching_exit__test.test_generators.GeneratorCloseTest.test_close_not_catching_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_not_started__test.test_generators.GeneratorCloseTest.test_close_not_started_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_on_exception__test.test_fileinput.FileInputTests.test_close_on_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_on_finalizing__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close_on_finalizing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_protocol_connection_lost_once__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_protocol_connection_lost_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_raises__test.test_generators.GeneratorCloseTest.test_close_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_recv_with_unused_items_forced__test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_forced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_recv_with_unused_items_unforced__test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_unforced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_releases_frame_locals__test.test_generators.GeneratorCloseTest.test_close_releases_frame_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_return_value__test.test_generators.GeneratorCloseTest.test_close_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_running_event_loop__test.test_asyncio.test_events.EPollEventLoopTests.test_close_running_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_running_event_loop__test.test_asyncio.test_events.PollEventLoopTests.test_close_running_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_running_event_loop__test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_self_pipe__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_send_with_unused_items_forced__test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_forced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_send_with_unused_items_unforced__test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_unforced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_single_user__test.test__interpchannels.ChannelTests.test_close_single_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_stdin__test.test_repl.TestInteractiveInterpreter.test_close_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_twice__test.test_dbm_dumb.DumbDBMTestCase.test_close_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_used_multiple_times_by_single_user__test.test__interpchannels.ChannelTests.test_close_used_multiple_times_by_single_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_with_cleared_frame__test.test_yield_from.TestPEP380Operation.test_close_with_cleared_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_write_buffer__test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_write_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_close_write_fut__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_write_fut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed__test.test_lzma.FileTestCase.test_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed__test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed__test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed__test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed__test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed__test.test_tarfile.ContextManagerTest.test_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_close__test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_close__test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_exhaustion__test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_exhaustion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_exhaustion__test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_exhaustion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_exhaustion__test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_exhaustion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_immediate_exception__test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_immediate_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_immediate_exception__test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_immediate_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_after_immediate_exception__test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_immediate_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_call__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_con_commit__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_con_cursor__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_con_rollback__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_create_aggregate__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_create_function__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_cur_execute__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_invert_expectations__test.test_enum.TestIntFlagClass.test_closed_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_invert_expectations__test.test_enum.TestIntFlagFunction.test_closed_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_invert_expectations__test.test_enum.TestMixedIntFlagClass.test_closed_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_invert_expectations__test.test_enum.TestMixedIntFlagFunction.test_closed_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_invert_expectations__test.test_enum.TestPlainFlagClass.test_closed_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_invert_expectations__test.test_enum.TestPlainFlagFunction.test_closed_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_empty_exceptions__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_queue_put_get_exceptions__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_set_authorizer__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_set_progress_callback__test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closed_stdout__test.test_cmd_line.CmdLineTest.test_closed_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd__test.test_io.CIOTest.test_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd__test.test_io.PyIOTest.test_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd__test.test_multiprocessing_fork.test_misc.TestCloseFds.test_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd__test.test_multiprocessing_forkserver.test_misc.TestCloseFds.test_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd__test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd_attr__test.test_io.CIOTest.test_closefd_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closefd_attr__test.test_io.PyIOTest.test_closefd_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closelog__test.test_syslog.Test.test_closelog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closerange__test.test_os.FileTests.test_closerange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closerange__test.test_os.TestInvalidFD.test_closerange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closing__test.test_contextlib.ClosingTestCase.test_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closing_error__test.test_contextlib.ClosingTestCase.test_closing_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closing_fd__test.test_mailbox.TestFakeMailBox.test_closing_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closing_parenthesis_from_different_line__test.test_tokenize.GenerateTokensTest.test_closing_parenthesis_from_different_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closing_parenthesis_from_different_line__test.test_tokenize.TokenizeTest.test_closing_parenthesis_from_different_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closure__test.test__interpreters.RunFuncTests.test_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closure__test.test_frame.TestFrameLocals.test_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closure__test.test_fstring.TestCase.test_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closure_can_jump_over_comp_scope__test.test_listcomps.ListComprehensionTest.test_closure_can_jump_over_comp_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closure_injection__test.test_code.CodeTest.test_closure_injection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closure_with_inline_comprehension__test.test_frame.TestFrameLocals.test_closure_with_inline_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_closures__test.test_positional_only_arg.PositionalOnlyTestCase.test_closures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cm_is_reentrant__test.test_contextlib.TestRedirectStderr.test_cm_is_reentrant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cm_is_reentrant__test.test_contextlib.TestRedirectStdout.test_cm_is_reentrant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cm_is_reentrant__test.test_contextlib.TestSuppress.test_cm_is_reentrant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cm_is_reusable__test.test_contextlib.TestRedirectStderr.test_cm_is_reusable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cm_is_reusable__test.test_contextlib.TestRedirectStdout.test_cm_is_reusable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmath_matches_math__test.test_cmath.CMathTests.test_cmath_matches_math_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmd_line__test.test_utf8_mode.UTF8ModeTests.test_cmd_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmdline_copy__test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmdline_copy_change_main__test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_change_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmdline_copy_inplace__test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_inplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmdline_create__test.test_zipapp.ZipAppCmdlineTest.test_cmdline_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.ByteTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.DoubleTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.FloatTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.IntTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.LongLongTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.LongTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.ShortTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UCS4Test.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UnicodeTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UnsignedByteTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UnsignedIntTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UnsignedLongLongTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UnsignedLongTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_array.UnsignedShortTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_builtin.BuiltinTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_slice.SliceTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp__test.test_structseq.StructSeqTest.test_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_err__test.test_bisect.TestErrorHandlingC.test_cmp_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_err__test.test_bisect.TestErrorHandlingPython.test_cmp_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_err__test.test_heapq.TestErrorHandlingC.test_cmp_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_err__test.test_heapq.TestErrorHandlingPython.test_cmp_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_to_key__test.test_functools.TestCmpToKeyC.test_cmp_to_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_to_key__test.test_functools.TestCmpToKeyPy.test_cmp_to_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_to_key_arguments__test.test_functools.TestCmpToKeyC.test_cmp_to_key_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_to_key_arguments__test.test_functools.TestCmpToKeyPy.test_cmp_to_key_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_to_signature__test.test_functools.TestCmpToKeyC.test_cmp_to_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmp_to_signature__test.test_functools.TestCmpToKeyPy.test_cmp_to_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmpfiles__test.test_filecmp.DirCompareTestCase.test_cmpfiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cmpfiles_invalid_names__test.test_filecmp.DirCompareTestCase.test_cmpfiles_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_co_lnotab_is_deprecated__test.test_code.CodeTest.test_co_lnotab_is_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_co_positions__test.test_dis.InstructionTests.test_co_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_co_positions_artificial_instructions__test.test_code.CodeTest.test_co_positions_artificial_instructions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_co_positions_empty_linetable__test.test_code.CodeTest.test_co_positions_empty_linetable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_co_positions_missing_info__test.test_dis.InstructionTests.test_co_positions_missing_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_co_positions_with_lots_of_caches__test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code__test.test_capi.test_misc.TestInternalFrameApi.test_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code__test.test_marshal.CodeTestCase.test_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_api__test.test_capi.test_misc.Test_testcapi.test_code_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_bad_magic__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_bad_magic__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_bad_timestamp__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_bad_timestamp__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_equality__test.test_code.CodeTest.test_code_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_extra__test.test_capi.test_misc.Test_testcapi.test_code_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_hash_uses_bytecode__test.test_code.CodeTest.test_code_hash_uses_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_hash_uses_firstlineno__test.test_code.CodeTest.test_code_hash_uses_firstlineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_hash_uses_order__test.test_code.CodeTest.test_code_hash_uses_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_info__test.test_dis.CodeInfoTests.test_code_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_info_object__test.test_dis.CodeInfoTests.test_code_info_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_new_empty__test.test_code.CodeLocationTest.test_code_new_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_object__test.test__interpreters.RunFuncTests.test_code_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_object_events_dispatched__test.test_capi.test_watchers.TestCodeObjectWatchers.test_code_object_events_dispatched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_page_decode_flags__test.test_codecs.CodePageTest.test_code_page_decode_flags__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_code_page_name__test.test_codecs.CodePageTest.test_code_page_name__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_code_replace__test.test_listcomps.ListComprehensionTest.test_code_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_replace_extended_arg__test.test_listcomps.ListComprehensionTest.test_code_replace_extended_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_restore_for_ENTER_EXECUTOR__test.test_capi.test_opt.TestOptimizerAPI.test_code_restore_for_ENTER_EXECUTOR__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_code_with_everything__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_code_with_everything__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codec_encodeable__test.test_email.test_email.TestCharset.test_codec_encodeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codec_lookup_failure__test.test_codecs.ExceptionNotesTest.test_codec_lookup_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs__test.test_str.StrTest.test_codecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_charmap__test.test_str.StrTest.test_codecs_charmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_errors__test.test_str.StrTest.test_codecs_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_idna__test.test_str.StrTest.test_codecs_idna_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_lookup__test.test_codecs.CodecNameNormalizationTest.test_codecs_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_codecs_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_utf7__test.test_str.StrTest.test_codecs_utf7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codecs_utf8__test.test_str.StrTest.test_codecs_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codes__test.test_pyexpat.ErrorMessageTest.test_codes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coding__test.test_cmd_line.CmdLineTest.test_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coding_default_utf8__test.test_modulefinder.ModuleFinderTest.test_coding_default_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coding_explicit_cp1252__test.test_modulefinder.ModuleFinderTest.test_coding_explicit_cp1252_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coding_explicit_utf8__test.test_modulefinder.ModuleFinderTest.test_coding_explicit_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_codingspec__test.test_multibytecodec.Test_MultibyteCodec.test_codingspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coerce_id__test.test__interpchannels.ChannelIDTests.test_coerce_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coerced_floats__test.test_hash.HashEqualityTestCase.test_coerced_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coerced_integers__test.test_hash.HashEqualityTestCase.test_coerced_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_col_name__test.test_sqlite3.test_types.ColNamesTests.test_col_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cold_block_moved_to_end__test.test_compile.TestSpecifics.test_cold_block_moved_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collation__test.test_sqlite3.test_regression.RegressionTests.test_collation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collation_is_used__test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collation_returns_large_integer__test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collect__test.test_gc.GCCallbackTests.test_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collect_garbage__test.test_gc.GCCallbackTests.test_collect_garbage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collect_generation__test.test_gc.GCCallbackTests.test_collect_generation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collect_generations__test.test_gc.GCTests.test_collect_generations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collect_parameters__test.test_typing.InternalsTests.test_collect_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collection__test.test_typing.CollectionsAbcTests.test_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collections_abc_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_abc_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collections_as_base__test.test_typing.CollectionsAbcTests.test_collections_as_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collections_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collections_protocols_allowed__test.test_typing.ProtocolTests.test_collections_protocols_allowed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collision_with_existing_directory__test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collision_with_existing_directory__test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collision_with_existing_file__test.test_tempfile.TestMkdtemp.test_collision_with_existing_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_collision_with_existing_file__test.test_tempfile.TestMkstempInner.test_collision_with_existing_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_detection_checks_for_environment_variables__test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_environment_variables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_detection_checks_for_file__test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_detection_checks_for_std_streams__test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_std_streams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_detection_checks_on_windows__test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_on_windows__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_colorized_syntax_error__test.test_traceback.TestColorizedTraceback.test_colorized_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_traceback__test.test_traceback.TestColorizedTraceback.test_colorized_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_traceback_from_exception_group__test.test_traceback.TestColorizedTraceback.test_colorized_traceback_from_exception_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colorized_traceback_is_the_default__test.test_traceback.TestColorizedTraceback.test_colorized_traceback_is_the_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colors__test.test_bisect.TestDocExampleC.test_colors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_colors__test.test_bisect.TestDocExamplePython.test_colors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_access__test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_access__test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_access__test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_access__test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_count__test.test_sqlite3.test_dbapi.CursorTests.test_column_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_name_with_spaces__test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_column_offset_deduplication__test.test_compile.TestSourcePositions.test_column_offset_deduplication_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations__test.test_itertools.TestBasicOps.test_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations__test.test_itertools.TestExamples.test_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations__test.test_itertools.TestGC.test_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_overflow__test.test_itertools.TestBasicOps.test_combinations_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combinations_result_gc__test.test_itertools.TestBasicOps.test_combinations_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_sizeof__test.test_itertools.SizeofTest.test_combinations_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_tuple_reuse__test.test_itertools.TestBasicOps.test_combinations_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_with_replacement__test.test_itertools.TestBasicOps.test_combinations_with_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_with_replacement__test.test_itertools.TestExamples.test_combinations_with_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_with_replacement__test.test_itertools.TestGC.test_combinations_with_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_with_replacement_overflow__test.test_itertools.TestBasicOps.test_combinations_with_replacement_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combinations_with_replacement_result_gc__test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_with_replacement_sizeof__test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinations_with_replacement_tuple_reuse__test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combinatorics__test.test_itertools.TestBasicOps.test_combinatorics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine__test.datetimetester.TestDateTimeTZ_Fast.test_combine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine__test.datetimetester.TestDateTimeTZ_Pure.test_combine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine__test.datetimetester.TestDateTime_Fast.test_combine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine__test.datetimetester.TestDateTime_Pure.test_combine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine__test.datetimetester.TestSubclassDateTime_Fast.test_combine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine__test.datetimetester.TestSubclassDateTime_Pure.test_combine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine_qualifiers__test.test_typing.TypedDictTests.test_combine_qualifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine_results__test.test_pstats.AddCallersTestCase.test_combine_results_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combine_stack_space_checks_large_framesize__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_large_framesize__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combine_stack_space_checks_nested__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_nested__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combine_stack_space_checks_recursion__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_recursion__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combine_stack_space_checks_sequential__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_sequential__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combine_stack_space_checks_several_calls__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combine_stack_space_checks_several_calls_different_order__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls_different_order__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combine_stack_space_complex__test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_complex__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_combined_single_invalid_option__test.test_optparse.TestStandard.test_combined_single_invalid_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_combining__test.test_unicodedata.UnicodeFunctionsTest.test_combining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comma_between_attributes__test.test_htmlparser.AttributesTestCase.test_comma_between_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comma_separated_warnings__test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comma_separated_warnings__test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command__test.test_httpservers.BaseHTTPServerTestCase.test_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command_line_handling_discover_by_default__test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command_line_handling_discover_by_default_with_options__test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_with_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command_line_handling_do_discovery_calls_loader__test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command_line_handling_do_discovery_too_many_arguments__test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command_line_handling_do_discovery_uses_default_loader__test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_command_line_handling_parseArgs__test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_parseArgs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_after_machine_line__test.test_netrc.NetrcTestCase.test_comment_after_machine_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_after_machine_line_hash_only__test.test_netrc.NetrcTestCase.test_comment_after_machine_line_hash_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_after_machine_line_no_space__test.test_netrc.NetrcTestCase.test_comment_after_machine_line_no_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_at_end_of_machine_line__test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_at_end_of_machine_line_no_space__test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_no_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_at_end_of_machine_line_pass_has_hash__test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_pass_has_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_at_the_end_of_the_source_without_newline__test.test_tokenize.TestTokenize.test_comment_at_the_end_of_the_source_without_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_before_machine_line__test.test_netrc.NetrcTestCase.test_comment_before_machine_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_before_machine_line_hash_only__test.test_netrc.NetrcTestCase.test_comment_before_machine_line_hash_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_before_machine_line_no_space__test.test_netrc.NetrcTestCase.test_comment_before_machine_line_no_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_handling__test.test_configparser.CompatibleTestCase.test_comment_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comment_quoting__test.test_http_cookies.CookieTests.test_comment_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comments__test.test_fstring.TestCase.test_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comments__test.test_htmlparser.HTMLParserTestCase.test_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comments__test.test_re.ReTests.test_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commit__test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_common_errors__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_common_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_common_errors__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_common_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_common_signatures__test.test_functools.TestLRUC.test_common_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_common_signatures__test.test_functools.TestLRUPy.test_common_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_common_tests__test.test_contains.TestContains.test_common_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commonpath__test.test_ntpath.TestNtpath.test_commonpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commonpath__test.test_posixpath.PosixPathTest.test_commonpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commonprefix__test.test_genericpath.TestGenericTest.test_commonprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commonprefix__test.test_ntpath.NtCommonTest.test_commonprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commonprefix__test.test_ntpath.TestNtpath.test_commonprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commonprefix__test.test_posixpath.PosixCommonTest.test_commonprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_BrokenPipeError_stdin_close__test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_BrokenPipeError_stdin_close_with_timeout__test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_BrokenPipeError_stdin_flush__test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_BrokenPipeError_stdin_write__test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate__test.test_subprocess.ProcessTestCase.test_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_eintr__test.test_subprocess.ProcessTestCase.test_communicate_eintr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_eintr__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_eintr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_epipe__test.test_subprocess.ProcessTestCase.test_communicate_epipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_epipe__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_epipe_only_stdin__test.test_subprocess.ProcessTestCase.test_communicate_epipe_only_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_epipe_only_stdin__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_only_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_errors__test.test_subprocess.ProcessTestCase.test_communicate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_errors__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_ignore_broken_pipe__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_ignore_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_ignore_broken_pipe__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_ignore_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_ignore_broken_pipe__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_ignore_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_ignore_broken_pipe__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_ignore_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_none_input__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_none_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_none_input__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_none_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_none_input__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_none_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_none_input__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_none_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_pipe_buf__test.test_subprocess.ProcessTestCase.test_communicate_pipe_buf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_pipe_buf__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_buf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_pipe_fd_leak__test.test_subprocess.ProcessTestCase.test_communicate_pipe_fd_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_pipe_fd_leak__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_fd_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_repeated_call_after_stdout_close__test.test_subprocess.POSIXProcessTestCase.test_communicate_repeated_call_after_stdout_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_returns__test.test_subprocess.ProcessTestCase.test_communicate_returns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_returns__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_returns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stderr__test.test_subprocess.ProcessTestCase.test_communicate_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stderr__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stdin__test.test_subprocess.ContextManagerTests.test_communicate_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stdin__test.test_subprocess.ProcessTestCase.test_communicate_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stdin__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stdout__test.test_subprocess.ProcessTestCase.test_communicate_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_stdout__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_timeout__test.test_subprocess.ProcessTestCase.test_communicate_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_timeout__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_timeout_large_output__test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_communicate_timeout_large_output__test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_commutativity__test.test_set.TestIdentities.test_commutativity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_10__test.test_coroutines.CoroutineTest.test_comp_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_1__test.test_coroutines.CoroutineTest.test_comp_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_2__test.test_coroutines.CoroutineTest.test_comp_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_3__test.test_coroutines.CoroutineTest.test_comp_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_4_2__test.test_coroutines.CoroutineTest.test_comp_4_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_4__test.test_coroutines.CoroutineTest.test_comp_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_5__test.test_coroutines.CoroutineTest.test_comp_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_6__test.test_coroutines.CoroutineTest.test_comp_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_7__test.test_coroutines.CoroutineTest.test_comp_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_8__test.test_coroutines.CoroutineTest.test_comp_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_9__test.test_coroutines.CoroutineTest.test_comp_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_in_try_except__test.test_listcomps.ListComprehensionTest.test_comp_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comp_in_try_finally__test.test_listcomps.ListComprehensionTest.test_comp_in_try_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact__test.test_capi.test_long.LongTests.test_compact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact__test.test_json.test_tool.TestTool.test_compact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact__test.test_pprint.QueryTestCase.test_compact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact_known__test.test_capi.test_long.LongTests.test_compact_known_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact_no_cause__test.test_traceback.TestTracebackException.test_compact_no_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact_width__test.test_pprint.QueryTestCase.test_compact_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compact_with_cause__test.test_traceback.TestTracebackException.test_compact_with_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestDateTimeTZ_Fast.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestDateTimeTZ_Pure.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestDateTime_Fast.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestDateTime_Pure.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestDate_Fast.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestDate_Pure.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestSubclassDateTime_Fast.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestSubclassDateTime_Pure.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestTimeDelta_Fast.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.datetimetester.TestTimeDelta_Pure.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_ast.test_ast.ASTValidatorTests.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bigmem.BytearrayTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bigmem.BytesTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bigmem.ListTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bigmem.StrTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bigmem.TupleTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bytes.AssortedBytesTest.test_compare__'BytesWarning_is_needed_for_this_test:_use_-bb_option'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_compare__test.test_bytes.ByteArrayTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_bytes.BytesTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_ctypes.test_simplesubclasses.Test.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_decimal.CContextAPItests.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_decimal.CIBMTestCases.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_decimal.PyContextAPItests.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_decimal.PyIBMTestCases.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_memoryview.ArrayMemorySliceSliceTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_memoryview.ArrayMemorySliceTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_memoryview.ArrayMemoryviewTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_memoryview.BytesMemorySliceSliceTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_memoryview.BytesMemorySliceTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_memoryview.BytesMemoryviewTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare__test.test_str.StrTest.test_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_bytes_to_bytearray__test.test_bytes.AssortedBytesTest.test_compare_bytes_to_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_error__test.test_dictviews.DictSetTest.test_compare_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_function_objects__test.test_opcodes.OpcodeTest.test_compare_function_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_members__test.test_tarfile.Bz2StreamReadTest.test_compare_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_members__test.test_tarfile.GzipStreamReadTest.test_compare_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_members__test.test_tarfile.LzmaStreamReadTest.test_compare_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_members__test.test_tarfile.StreamReadTest.test_compare_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_op_type_propagation_float__test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_compare_op_type_propagation_float_partial__test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float_partial__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_compare_op_type_propagation_int__test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_compare_op_type_propagation_int_partial__test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int_partial__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_compare_op_type_propagation_unicode__test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_unicode__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_compare_positions__test.test_compile.TestSpecifics.test_compare_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_signal__test.test_decimal.CContextAPItests.test_compare_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_signal__test.test_decimal.PyContextAPItests.test_compare_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_subclasses__test.test_dataclasses.TestCase.test_compare_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_to_str__test.test_bytes.ByteArrayTest.test_compare_to_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_to_str__test.test_bytes.BytesTest.test_compare_to_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_to_variance__test.test_statistics.TestPStdev.test_compare_to_variance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_to_variance__test.test_statistics.TestStdev.test_compare_to_variance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_to_walk__test.test_os.BytesFwalkTests.test_compare_to_walk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_to_walk__test.test_os.FwalkTests.test_compare_to_walk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_total__test.test_decimal.CContextAPItests.test_compare_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_total__test.test_decimal.PyContextAPItests.test_compare_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_total_mag__test.test_decimal.CContextAPItests.test_compare_total_mag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_total_mag__test.test_decimal.PyContextAPItests.test_compare_total_mag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compare_with_math_fsum__test.test_statistics.TestSum.test_compare_with_math_fsum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparetotal__test.test_decimal.CIBMTestCases.test_comparetotal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparetotal__test.test_decimal.PyIBMTestCases.test_comparetotal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparetotmag__test.test_decimal.CIBMTestCases.test_comparetotmag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparetotmag__test.test_decimal.PyIBMTestCases.test_comparetotmag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparing__test.datetimetester.TestTimeTZ_Fast.test_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparing__test.datetimetester.TestTimeTZ_Pure.test_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparing__test.datetimetester.TestTime_Fast.test_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparing__test.datetimetester.TestTime_Pure.test_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparing_empty_lists__test.test_difflib.TestSFbugs.test_comparing_empty_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.datetimetester.TestTimeZone_Fast.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.datetimetester.TestTimeZone_Pure.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_funcattrs.CellTest.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_grammar.GrammarTests.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_range.RangeTest.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_str.StrTest.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_tokenize.CTokenizeTest.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_tokenize.GenerateTokensTest.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_tokenize.TokenizeTest.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison__test.test_xmlrpc.DateTimeTestCase.test_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_basic__test.test_traceback.TestTracebackException.test_comparison_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_equivalent_exceptions_are_equal__test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_is_literal__test.test_grammar.GrammarTests.test_comparison_is_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operator__test.test_heapq.TestHeapC.test_comparison_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operator__test.test_heapq.TestHeapPython.test_comparison_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operator_modifiying_heap__test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operator_modifiying_heap__test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operator_modifiying_heap_two_heaps__test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap_two_heaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operator_modifiying_heap_two_heaps__test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap_two_heaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operators__test.test_decimal.CUsabilityTest.test_comparison_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_operators__test.test_decimal.PyUsabilityTest.test_comparison_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_orders__test.test_binop.OperationOrderTests.test_comparison_orders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_params_variations__test.test_traceback.TestTracebackException.test_comparison_params_variations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_with_tzinfo__test.datetimetester.TestTimeZone_Fast.test_comparison_with_tzinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparison_with_tzinfo__test.datetimetester.TestTimeZone_Pure.test_comparison_with_tzinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparisons__test.test_compare.ComparisonSimpleTest.test_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparisons__test.test_deque.TestBasic.test_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparisons__test.test_enum.TestSpecial.test_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comparisons__test.test_types.TypesTests.test_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat32_max_line_length_does_not_fold_when_none__test.test_email.test_generator.TestBytesGenerator.test_compat32_max_line_length_does_not_fold_when_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat32_max_line_length_does_not_fold_when_none__test.test_email.test_generator.TestGenerator.test_compat32_max_line_length_does_not_fold_when_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_pickle__test.test_pickle.CDumpPickle_LoadPickle.test_compat_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_pickle__test.test_pickle.CPicklerTests.test_compat_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_pickle__test.test_pickle.DumpPickle_CLoadPickle.test_compat_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_pickle__test.test_pickle.InMemoryPickleTests.test_compat_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_pickle__test.test_pickle.PyPicklerTests.test_compat_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_pickle__test.test_pickletools.OptimizedPickleTests.test_compat_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestDateTimeTZ_Fast.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestDateTimeTZ_Pure.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestDateTime_Fast.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestDateTime_Pure.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestDate_Fast.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestDate_Pure.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestSubclassDateTime_Fast.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestSubclassDateTime_Pure.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestTimeTZ_Fast.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestTimeTZ_Pure.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestTime_Fast.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.datetimetester.TestTime_Pure.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.test_pickle.CUnpicklerTests.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.test_pickle.InMemoryPickleTests.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compat_unpickle__test.test_pickle.PyUnpicklerTests.test_compat_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compattr__test.test_descr.ClassPropertiesAndMethods.test_compattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compilation_of_ast_nodes_with_default_end_position_values__test.test_ast.test_ast.AST_Tests.test_compilation_of_ast_nodes_with_default_end_position_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile__test.test_builtin.BuiltinTest.test_compile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile__test.test_re.ReTests.test_compile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile__test.test_strptime.TimeRETests.test_compile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_ast__test.test_builtin.BuiltinTest.test_compile_ast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_ast__test.test_compile.TestSpecifics.test_compile_ast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_maxlevels__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_maxlevels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_maxlevels__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_maxlevels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_pathlike__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_pathlike__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_pathlike_prependdir__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_prependdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_pathlike_prependdir__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_prependdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_pathlike_stripdir__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_stripdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_dir_pathlike_stripdir__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_stripdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_encoding_fallback__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_encoding_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_encoding_fallback__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_encoding_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike_ddir__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_ddir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike_ddir__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_ddir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike_prependdir__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_prependdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike_prependdir__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_prependdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike_stripdir__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_stripdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_file_pathlike_stripdir__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_stripdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_filename__test.test_compile.TestSpecifics.test_compile_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_files__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_files__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_invalid_namedexpr__test.test_compile.TestSpecifics.test_compile_invalid_namedexpr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_invalid_typealias__test.test_compile.TestSpecifics.test_compile_invalid_typealias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_missing_multiprocessing__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_missing_multiprocessing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_missing_multiprocessing__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_missing_multiprocessing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_one_worker__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_one_worker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_one_worker__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_one_worker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_path__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_path__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_pool_called__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_pool_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_pool_called__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_pool_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_redundant_jump_after_convert_pseudo_ops__test.test_compile.TestSpecifics.test_compile_redundant_jump_after_convert_pseudo_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_redundant_jumps_and_nops_after_moving_cold_blocks__test.test_compile.TestSpecifics.test_compile_redundant_jumps_and_nops_after_moving_cold_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_time_concat__test.test_fstring.TestCase.test_compile_time_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_time_concat_errors__test.test_fstring.TestCase.test_compile_time_concat_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_top_level_await_invalid_cases__test.test_builtin.BuiltinTest.test_compile_top_level_await_invalid_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_warning_in_finally__test.test_compile.TestSpecifics.test_compile_warning_in_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_warnings__test.test_compile.TestSpecifics.test_compile_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_workers_cpu_count__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_workers_cpu_count__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_workers_non_positive__test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_non_positive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compile_workers_non_positive__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_non_positive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compiler_recursion_limit__test.test_compile.TestSpecifics.test_compiler_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compiles_as_much_as_possible__test.test_compileall.CommandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compiles_as_much_as_possible__test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compiles_to_extended_op_arg__test.test_compile.TestSourcePositions.test_compiles_to_extended_op_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compilestring__test.test_source_encoding.MiscSourceEncodingTest.test_compilestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complete_field_types__test.test_ast.test_ast.ASTConstructorTests.test_complete_field_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complete_multi_phase_init_module__test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_complete_multi_phase_init_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complete_statement__test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_abstract_numbers.TestNumbers.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_abstract_numbers.TestNumbersDefaultMethods.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_bool.BoolTest.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_decimal.CPythonAPItests.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_decimal.PyPythonAPItests.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_numeric_tower.ComparisonTest.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex__test.test_numeric_tower.HashTest.test_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_address_list__test.test_email.test_headerregistry.TestAddressHeader.test_complex_address_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_base__test.test_type_params.TypeParamsComplexCallsTest.test_complex_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_formatting__test.test_locale.TestEnUSNumberFormatting.test_complex_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_formatting__test.test_locale.TestNumberFormatting.test_complex_formatting__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_handling__test.test_fractions.FractionTest.test_complex_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_lambda__test.test_grammar.GrammarTests.test_complex_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_near_zero__test.test_cmath.IsCloseTests.test_complex_near_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj__test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj__test.test_pickle.CPicklerTests.test_complex_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj__test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj__test.test_pickle.InMemoryPickleTests.test_complex_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj__test.test_pickle.PyPicklerTests.test_complex_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj__test.test_pickletools.OptimizedPickleTests.test_complex_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj_ex__test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj_ex__test.test_pickle.CPicklerTests.test_complex_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj_ex__test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj_ex__test.test_pickle.InMemoryPickleTests.test_complex_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj_ex__test.test_pickle.PyPicklerTests.test_complex_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_newobj_ex__test.test_pickletools.OptimizedPickleTests.test_complex_newobj_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_single_line_expression__test.test_compile.TestSourcePositions.test_complex_single_line_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_special__test.test_cmath.IsCloseTests.test_complex_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_subclasses__test.test_typing.GenericTests.test_complex_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_absolute__test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_absolute__test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_absolute__test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_absolute__test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_complex_symlinks_absolute__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_absolute__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_complex_symlinks_absolute__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative__test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative__test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative__test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative__test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_complex_symlinks_relative__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_complex_symlinks_relative__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative_dot_dot__test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative_dot_dot__test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative_dot_dot__test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_symlinks_relative_dot_dot__test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_complex_symlinks_relative_dot_dot__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative_dot_dot__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_complex_symlinks_relative_dot_dot__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative_dot_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complex_values__test.test_cmath.IsCloseTests.test_complex_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_complexes__test.test_descr.OperatorsTest.test_complexes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compose_mro__test.test_functools.TestSingleDispatch.test_compose_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_composite__test.test_enum.TestVerify.test_composite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comprehension_01__test.test_type_params.TypeParamsAccessTest.test_comprehension_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comprehension_02__test.test_type_params.TypeParamsAccessTest.test_comprehension_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comprehension_03__test.test_type_params.TypeParamsAccessTest.test_comprehension_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comprehension__test.test_capi.test_opt.TestUopsOptimization.test_comprehension__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_comprehension_specials__test.test_grammar.GrammarTests.test_comprehension_specials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_comprehensions__test.test_ast.test_ast.EndPositionTests.test_comprehensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress__test.test_gzip.TestGzip.test_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress__test.test_itertools.TestBasicOps.test_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress__test.test_itertools.TestExamples.test_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress__test.test_itertools.TestGC.test_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress__test.test_itertools.TestVariousIteratorArgs.test_compress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress_correct_level__test.test_gzip.TestGzip.test_compress_correct_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress_fast_best_are_exclusive__test.test_gzip.TestCommandLine.test_compress_fast_best_are_exclusive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress_infile_outfile__test.test_gzip.TestCommandLine.test_compress_infile_outfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress_infile_outfile_default__test.test_gzip.TestCommandLine.test_compress_infile_outfile_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress_mtime__test.test_gzip.TestGzip.test_compress_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compress_stdin_outfile__test.test_gzip.TestCommandLine.test_compress_stdin_outfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresscopy__test.test_zlib.CompressObjectTestCase.test_compresscopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compressincremental__test.test_zlib.CompressObjectTestCase.test_compressincremental_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compression_levels__test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compression_levels__test.test_tarfile.Bz2CompressWriteTest.test_compression_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compression_levels__test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compression_levels__test.test_tarfile.GzCompressWriteTest.test_compression_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_basic__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_basic__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_basic__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_basic__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_metadata__test.test_gzip.TestGzip.test_compresslevel_metadata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_property__test.test_zipfile.test_core.ZipInfoTests.test_compresslevel_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresslevel_wrong_modes__test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compressoptions__test.test_zlib.CompressObjectTestCase.test_compressoptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compressor_bigmem__test.test_lzma.CompressorDecompressorTestCase.test_compressor_bigmem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compresspickle__test.test_zlib.CompressObjectTestCase.test_compresspickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestDateTimeTZ_Fast.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestDateTimeTZ_Pure.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestDateTime_Fast.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestDateTime_Pure.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestDate_Fast.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestDate_Pure.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestSubclassDateTime_Fast.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestSubclassDateTime_Pure.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestTimeDelta_Fast.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_computations__test.datetimetester.TestTimeDelta_Pure.test_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_files_to_delete__test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_files_to_delete_same_filename_different_extensions__test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_same_filename_different_extensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_D__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_D_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_H__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_H_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_MIDNIGHT__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_MIDNIGHT_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_MIDNIGHT_local__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_MIDNIGHT_local_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_M__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_M_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_S__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_S_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_W0__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_W0_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_W6_local__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_W6_local_interval__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_daily_attime__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_compute_rollover_weekly_attime__test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_con_device__test.test_ntpath.TestNtpath.test_con_device__'windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_concat__test.test_bigaddrspace.BytesTest.test_concat__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_concat__test.test_bigaddrspace.StrTest.test_concat__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_concat__test.test_bigmem.BytearrayTest.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_bigmem.BytesTest.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_bigmem.StrTest.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_bytes.ByteArrayTest.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_bytes.BytesTest.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_operator.COperatorTestCase.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_operator.PyOperatorTestCase.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat__test.test_structseq.StructSeqTest.test_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat_large__test.test_bigmem.ListTest.test_concat_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat_large__test.test_bigmem.TupleTest.test_concat_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat_repeat_exception__test.test_mmap.MmapTests.test_concat_repeat_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat_small__test.test_bigmem.ListTest.test_concat_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concat_small__test.test_bigmem.TupleTest.test_concat_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concatenate__test.test_typing.CollectionsCallableTests.test_concatenate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concatenate__test.test_typing.TypingCallableTests.test_concatenate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concatenation__test.test_str.StrTest.test_concatenation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concatenation_in_variadic_args_annotations_are_correct__test.test_typing.TypeVarTupleTests.test_concatenation_in_variadic_args_annotations_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PathTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_class__test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_concrete_class_inheriting_init_from_protocol__test.test_typing.ProtocolTests.test_concrete_class_inheriting_init_from_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PathTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concrete_parser__test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_concurrency__test.test_import.ImportTests.test_concurrency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concurrent_extract_dir__test.test_tarfile.OverwriteTests.test_concurrent_extract_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concurrent_extract_dir__test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concurrent_extract_implicit_dir__test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concurrent_extract_implicit_dir__test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_concurrent_futures_circular_import__test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import__'not_enough_memory:_1.8G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_condcoms__test.test_htmlparser.HTMLParserTestCase.test_condcoms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_condition__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_condition__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_condition__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_condition_expression_with_dead_blocks_compiles__test.test_compile.TestSpecifics.test_condition_expression_with_dead_blocks_compiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_condition_expression_with_redundant_comparisons_compiles__test.test_compile.TestSpecifics.test_condition_expression_with_redundant_comparisons_compiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_condition_with_binop_with_bools__test.test_peepholer.TestTranforms.test_condition_with_binop_with_bools_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conditional_context_managers_parse_with_low_feature_version__test.test_ast.test_ast.AST_Tests.test_conditional_context_managers_parse_with_low_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conditional_jump_backward_const_condition__test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_const_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conditional_jump_backward_non_const_condition__test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_non_const_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conditional_jump_forward_const_condition__test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_const_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conditional_jump_forward_non_const_condition__test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_non_const_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_confidence_score__test.test_capi.test_opt.TestUops.test_confidence_score__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_config0_ok__test.test_logging.ConfigDictTest.test_config0_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config0_ok__test.test_logging.ConfigFileTest.test_config0_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config0_using_cp_ok__test.test_logging.ConfigFileTest.test_config0_using_cp_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config11_ok__test.test_logging.ConfigDictTest.test_config11_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config12_failure__test.test_logging.ConfigDictTest.test_config12_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config13_failure__test.test_logging.ConfigDictTest.test_config13_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config14_ok__test.test_logging.ConfigDictTest.test_config14_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config15_ok__test.test_logging.ConfigDictTest.test_config15_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config16_ok__test.test_logging.ConfigDictTest.test_config16_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config17_ok__test.test_logging.ConfigDictTest.test_config17_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config18_ok__test.test_logging.ConfigDictTest.test_config18_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config1_ok__test.test_logging.ConfigDictTest.test_config1_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config1_ok__test.test_logging.ConfigFileTest.test_config1_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config2_failure__test.test_logging.ConfigDictTest.test_config2_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config2_failure__test.test_logging.ConfigFileTest.test_config2_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config2a_failure__test.test_logging.ConfigDictTest.test_config2a_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config2b_failure__test.test_logging.ConfigDictTest.test_config2b_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config3_failure__test.test_logging.ConfigDictTest.test_config3_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config3_failure__test.test_logging.ConfigFileTest.test_config3_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config4_ok__test.test_logging.ConfigDictTest.test_config4_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config4_ok__test.test_logging.ConfigFileTest.test_config4_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config4a_ok__test.test_logging.ConfigDictTest.test_config4a_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config5_ok__test.test_logging.ConfigDictTest.test_config5_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config5_ok__test.test_logging.ConfigFileTest.test_config5_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config6_failure__test.test_logging.ConfigDictTest.test_config6_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config6_ok__test.test_logging.ConfigFileTest.test_config6_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config7_ok__test.test_logging.ConfigDictTest.test_config7_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config7_ok__test.test_logging.ConfigFileTest.test_config7_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config8_ok__test.test_logging.ConfigFileTest.test_config8_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config9_ok__test.test_logging.ConfigFileTest.test_config9_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_10_ok__test.test_logging.ConfigDictTest.test_config_10_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_8_ok__test.test_logging.ConfigDictTest.test_config_8_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_8a_ok__test.test_logging.ConfigDictTest.test_config_8a_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_9_ok__test.test_logging.ConfigDictTest.test_config_9_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config__test.test_capi.test_misc.Test_testcapi.test_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_callable_filter_works__test.test_logging.ConfigDictTest.test_config_callable_filter_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_file_command_key__test.test_venv.BasicTest.test_config_file_command_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_filter_method_works__test.test_logging.ConfigDictTest.test_config_filter_method_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_filter_works__test.test_logging.ConfigDictTest.test_config_filter_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_queue_handler__test.test_logging.ConfigDictTest.test_config_queue_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_queue_handler_does_not_create_multiprocessing_manager__test.test_logging.ConfigDictTest.test_config_queue_handler_does_not_create_multiprocessing_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager__test.test_logging.ConfigDictTest.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_queue_handler_multiprocessing_context__test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context__'requires_a_debug_build_for_testing_assertions_in_multiprocessing'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_config_reject_simple_queue_handler_multiprocessing_context__test.test_logging.ConfigDictTest.test_config_reject_simple_queue_handler_multiprocessing_context__'requires_a_debug_build_for_testing_assertions_in_multiprocessing'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_config_set_handler_names__test.test_logging.ConfigFileTest.test_config_set_handler_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_vars_depend_on_site_initialization__test.test_sysconfig.TestSysConfig.test_config_vars_depend_on_site_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_config_vars_recalculation_after_site_initialization__test.test_sysconfig.TestSysConfig.test_config_vars_recalculation_after_site_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_configure_mock__test.test_unittest.testmock.testmock.MockTest.test_configure_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_default__test.test_optparse.TestConflictingDefaults.test_conflict_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_default_none__test.test_optparse.TestConflictingDefaults.test_conflict_default_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_error__test.test_argparse.TestConflictHandling.test_conflict_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_error__test.test_optparse.TestConflict.test_conflict_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_error_group__test.test_optparse.TestConflict.test_conflict_error_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_override_args__test.test_optparse.TestConflictOverride.test_conflict_override_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_override_help__test.test_optparse.TestConflictOverride.test_conflict_override_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_override_opts__test.test_optparse.TestConflictOverride.test_conflict_override_opts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_resolve__test.test_optparse.TestConflictResolve.test_conflict_resolve_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_resolve_help__test.test_optparse.TestConflictResolve.test_conflict_resolve_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_resolve_long_opt__test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_resolve_long_opts__test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflict_resolve_short_opt__test.test_optparse.TestConflictResolve.test_conflict_resolve_short_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_envvar_and_command_line__test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_envvar_and_command_line__test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_initializers__test.test_ctypes.test_structures.StructureTestCase.test_conflicting_initializers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_mutually_exclusive_args_optional_with_metavar__test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_optional_with_metavar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1__test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2__test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_parents__test.test_argparse.TestParentParsers.test_conflicting_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_parents_mutex__test.test_argparse.TestParentParsers.test_conflicting_parents_mutex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conflicting_types_resolved_in_new__test.test_enum.TestSpecial.test_conflicting_types_resolved_in_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_confstr__test.test_posix.PosixTester.test_confstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conjugate__test.test_complex.ComplexTest.test_conjugate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect__test.test_socket.NetworkConnectionNoServer.test_connect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket__test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket__test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket__test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket__test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket_ssl_timeout_for_plain_socket__test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket_ssl_timeout_for_plain_socket__test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_accepted_socket_ssl_timeout_for_plain_socket__test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_ex_error__test.test_ssl.BasicSocketTests.test_connect_ex_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_positional_arguments__test.test_sqlite3.test_dbapi.ConnectionTests.test_connect_positional_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_put_request__test.test_httplib.TunnelTests.test_connect_put_request_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_put_request_ipv6__test.test_httplib.TunnelTests.test_connect_put_request_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_put_request_ipv6_port__test.test_httplib.TunnelTests.test_connect_put_request_ipv6_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_timeout_warning__test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_with_tunnel__test.test_httplib.TunnelTests.test_connect_with_tunnel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_with_tunnel_different_host__test.test_httplib.TunnelTests.test_connect_with_tunnel_different_host_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_with_tunnel_idna__test.test_httplib.TunnelTests.test_connect_with_tunnel_idna_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_with_tunnel_with_default_port__test.test_httplib.TunnelTests.test_connect_with_tunnel_with_default_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_with_tunnel_with_different_host_header__test.test_httplib.TunnelTests.test_connect_with_tunnel_with_different_host_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connect_with_tunnel_with_nonstandard_port__test.test_httplib.TunnelTests.test_connect_with_tunnel_with_nonstandard_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_bad_limit_category__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_bad_reinit__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_config__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_exceptions__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_execute__test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_executemany__test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_executescript__test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_factories__test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_factory_as_positional_arg__test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_factory_relayed_call__test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_init_bad_isolation_level__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_init_good_isolation_levels__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_limits__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_lost__test.test_asyncio.test_selector_events.SelectorTransportTests.test_connection_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_lost__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_lost_when_busy__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost_when_busy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_reinit__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_resource_warning__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_connection_signature__test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consistence__test.test_struct.StructTest.test_consistence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consistency__test.test_typing.TypingCallableTests.test_consistency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consistency_with_epg__test.test_descr.ClassPropertiesAndMethods.test_consistency_with_epg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consistent_factory__test.test_mailbox.TestMaildir.test_consistent_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consistent_sys_path_for_direct_execution__test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_direct_execution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consistent_sys_path_for_module_execution__test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_module_execution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_console_stderr__test.test_code_module.TestInteractiveConsole.test_console_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_const__test.test_argparse.TestBooleanOptionalAction.test_const_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant__test.test_random.TestDistributions.test_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_as_name__test.test_ast.test_ast.AST_Tests.test_constant_as_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_as_unicode_name__test.test_ast.test_ast.AST_Tests.test_constant_as_unicode_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_folding__test.test_peepholer.TestTranforms.test_constant_folding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_input_error__test.test_statistics.TestLinearRegression.test_constant_input_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_invalid_case__test.test_json.test_decode.TestCDecode.test_constant_invalid_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_invalid_case__test.test_json.test_decode.TestPyDecode.test_constant_invalid_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_subclasses__test.test_ast.test_ast.AST_Tests.test_constant_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_subclasses_deprecated__test.test_ast.test_ast.AST_Tests.test_constant_subclasses_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constant_tuples__test.test_unparse.UnparseTestCase.test_constant_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.datetimetester.TestModule_Fast.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.datetimetester.TestModule_Pure.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_capi.test_misc.Test_testlimitedcapi.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_cmath.CMathTests.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_decimal.CFunctionality.test_constants__'test_requires_build_with_-DEXTRA_FUNCTIONALITY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constants__test.test_pickle.CUnpicklerTests.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_pickle.InMemoryPickleTests.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_pickle.PyUnpicklerTests.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_re.ReTests.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_ssl.BasicSocketTests.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constants__test.test_termios.TestModule.test_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constrained_error__test.test_typing.TypeVarTests.test_constrained_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_construct__test.test_struct.UnpackIteratorTest.test_construct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_construct_singletons__test.test_builtin.BuiltinTest.test_construct_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.datetimetester.TestTimeDelta_Fast.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.datetimetester.TestTimeDelta_Pure.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.datetimetester.TestTimeZone_Fast.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.datetimetester.TestTimeZone_Pure.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_argparse.TestNamespace.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.ByteTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.DoubleTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.FloatTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.IntTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.LongLongTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.LongTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.ShortTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UCS4Test.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UnicodeTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UnsignedByteTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UnsignedIntTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UnsignedLongLongTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UnsignedLongTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_array.UnsignedShortTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_binop.RatTestCase.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_code.CodeTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_collections.TestChainMap.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_complex.ComplexTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_deque.TestVariousIteratorArgs.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_dict.DictTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_dict.GeneralMappingTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_dict.SubclassMappingTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_dict_version.DictSubtypeVersionTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_dict_version.DictVersionTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_frame.FrameLocalsProxyMappingTests.test_constructor__'Locals_proxies_for_different_frames_never_compare_as_equal'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor__test.test_frame.TestFrameLocals.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.CBufferedRWPairTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.CBufferedRandomTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.CBufferedReaderTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.CBufferedWriterTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.CTextIOWrapperTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.PyBufferedRWPairTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.PyBufferedRandomTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.PyBufferedReaderTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.PyBufferedWriterTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_io.PyTextIOWrapperTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_memoryview.BytesMemoryviewTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_ordered_dict.CPythonGeneralMappingTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_ordered_dict.CPythonSubclassMappingTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_ordered_dict.PurePythonGeneralMappingTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_ordered_dict.PurePythonSubclassMappingTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_os.EnvironTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_raise.TestTracebackType.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_set.TestSetOfSets.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_set.TestVariousIteratorArgs.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto0File_dumbShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto0File_gnuShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto0File_ndbmShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto0File_sqlite3Shelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto0MemShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto1File_dumbShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto1File_gnuShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto1File_ndbmShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto1File_sqlite3Shelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto1MemShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto2File_dumbShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto2File_gnuShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto2File_ndbmShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto2File_sqlite3Shelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto2MemShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto3File_dumbShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto3File_gnuShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto3File_ndbmShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto3File_sqlite3Shelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto3MemShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto4File_dumbShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto4File_gnuShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto4File_ndbmShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto4File_sqlite3Shelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto4MemShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto5File_dumbShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto5File_gnuShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto5File_ndbmShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto5File_sqlite3Shelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_shelve.TestProto5MemShelve.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_slice.SliceTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_ssl.ContextTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_str.StrTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_structseq.StructSeqTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_thread.LockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.BarrierTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.BoundedSemaphoreTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.CRLockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.ConditionAsRLockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.LockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.PyRLockTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_threading.SemaphoreTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_types.MappingProxyTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_types.SimpleNamespaceTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_typing.NoDefaultTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_typing.TypeVarTests.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_unittest.testmock.testmock.MockTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_userdict.UserDictTest.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_weakref.WeakKeyDictionaryTestCase.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor__test.test_weakref.WeakValueDictionaryTestCase.test_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_args__test.test_xml_etree.XMLParserTest.test_constructor_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_args__test.test_xml_etree_c.XMLParserTest.test_constructor_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PurePathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_constructor_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_empty_sequence_use_global_loop__test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_empty_sequence_use_running_loop__test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_empty_sequence_without_loop__test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_exception_handling__test.test_list.ListTest.test_constructor_exception_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_exception_handling__test.test_userlist.UserListTest.test_constructor_exception_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_exceptions__test.test_bytes.ByteArrayTest.test_constructor_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_exceptions__test.test_bytes.BytesTest.test_constructor_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_failure__test.test_picklebuffer.PickleBufferTest.test_constructor_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_from_string__test.test_complex.ComplexTest.test_constructor_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_heterogenous_futures__test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_heterogenous_futures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_homogenous_futures__test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_homogenous_futures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_identity__test.test_set.TestFrozenSet.test_constructor_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_identity__test.test_set.TestFrozenSetSubclass.test_constructor_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_identity__test.test_set.TestSet.test_constructor_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_identity__test.test_set.TestSetSubclass.test_constructor_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_identity__test.test_weakset.TestWeakSet.test_constructor_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_kwargs__test.test_weakref.ReferencesTestCase.test_constructor_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_max_buffer_size_removal__test.test_io.CBufferedRWPairTest.test_constructor_max_buffer_size_removal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_max_buffer_size_removal__test.test_io.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_negative_nans_from_string__test.test_complex.ComplexTest.test_constructor_negative_nans_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested__test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_nested_foreign_flavour__test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_overflow__test.test_bytes.ByteArrayTest.test_constructor_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_overflow__test.test_bytes.BytesTest.test_constructor_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_constructor_positional__test.test_asyncio.test_futures.CFutureTests.test_constructor_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_positional__test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_positional__test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_special_numbers__test.test_complex.ComplexTest.test_constructor_special_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_type_errors__test.test_bytes.ByteArrayTest.test_constructor_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_type_errors__test.test_bytes.BytesTest.test_constructor_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_global_loop__test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_global_loop__test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_global_loop__test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_global_loop__test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_running_loop__test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_running_loop__test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_running_loop__test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_use_running_loop__test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_value_errors__test.test_bytes.ByteArrayTest.test_constructor_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_value_errors__test.test_bytes.BytesTest.test_constructor_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_duplicate_fields__test.test_structseq.StructSeqTest.test_constructor_with_duplicate_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_duplicate_unnamed_fields__test.test_structseq.StructSeqTest.test_constructor_with_duplicate_unnamed_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.ByteTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.DoubleTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.FloatTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.IntTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.LongLongTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.LongTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.ShortTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UCS4Test.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UnicodeTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UnsignedByteTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UnsignedIntTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UnsignedLongLongTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UnsignedLongTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_iterable_argument__test.test_array.UnsignedShortTest.test_constructor_with_iterable_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_none__test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_not_readable__test.test_io.CBufferedRWPairTest.test_constructor_with_not_readable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_not_readable__test.test_io.PyBufferedRWPairTest.test_constructor_with_not_readable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_not_writeable__test.test_io.CBufferedRWPairTest.test_constructor_with_not_writeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_not_writeable__test.test_io.PyBufferedRWPairTest.test_constructor_with_not_writeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_other_types__test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_path_like__test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_path_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_str__test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_with_unknown_fields__test.test_structseq.StructSeqTest.test_constructor_with_unknown_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_without_loop__test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_without_loop__test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_without_loop__test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructor_without_loop__test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors__test.test_deque.TestSequence.test_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors__test.test_list.ListTest.test_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors__test.test_tuple.TupleTest.test_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors__test.test_userlist.UserListTest.test_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructors_not_callable__test.test_dictviews.DictSetTest.test_constructors_not_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructorx__test.test_charmapcodec.CharmapCodecTest.test_constructorx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_constructory__test.test_charmapcodec.CharmapCodecTest.test_constructory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consts_in_conditionals__test.test_compile.TestSpecifics.test_consts_in_conditionals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consume_iterator_twice__test.test_os.TestScandir.test_consume_iterator_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_consume_separator_stop_at_option__test.test_optparse.TestCallbackVarArgs.test_consume_separator_stop_at_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container__test.test_reprlib.ReprTests.test_container_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container__test.test_typing.CollectionsAbcTests.test_container_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_iterator__test.test_deque.TestBasic.test_container_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_iterator__test.test_dict.DictTest.test_container_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_iterator__test.test_set.TestFrozenSet.test_container_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_iterator__test.test_set.TestFrozenSetSubclass.test_container_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_iterator__test.test_set.TestSet.test_container_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_iterator__test.test_set.TestSetSubclass.test_container_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_container_repr_override_called__test.test_pprint.QueryTestCase.test_container_repr_override_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_containment__test.test_ipaddress.ComparisonTests.test_containment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bigmem.BytearrayTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bigmem.BytesTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bigmem.ListTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bigmem.StrTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bigmem.TupleTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bool.BoolTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bytes.ByteArrayTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_bytes.BytesTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_deque.TestBasic.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_deque.TestSequence.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_dict.DictTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_frame.FrameLocalsProxyMappingTests.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_list.ListTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_mailbox.TestBabyl.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_mailbox.TestMH.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_mailbox.TestMMDF.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_mailbox.TestMaildir.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_mailbox.TestMbox.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_operator.COperatorTestCase.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_operator.PyOperatorTestCase.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_range.RangeTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_set.TestFrozenSet.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_set.TestFrozenSetSubclass.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_set.TestSet.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_set.TestSetSubclass.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_str.StrTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_structseq.StructSeqTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_tuple.TupleTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_types.MappingProxyTests.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_userdict.UserDictTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_userlist.UserListTest.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains__test.test_weakset.TestWeakSet.test_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_count_index_stop_crashes__test.test_deque.TestBasic.test_contains_count_index_stop_crashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_different_types_same_members__test.test_enum.TestSpecial.test_contains_different_types_same_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_does_not_call_missing__test.test_enum.TestSpecial.test_contains_does_not_call_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_fake__test.test_deque.TestSequence.test_contains_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_fake__test.test_list.ListTest.test_contains_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_fake__test.test_tuple.TupleTest.test_contains_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_fake__test.test_userlist.UserListTest.test_contains_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_itself__test.test_ctypes.test_structures.TestRecursiveStructure.test_contains_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_name_and_value_overlap__test.test_enum.TestSpecial.test_contains_name_and_value_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_order__test.test_deque.TestSequence.test_contains_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_order__test.test_list.ListTest.test_contains_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_order__test.test_tuple.TupleTest.test_contains_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_order__test.test_userlist.UserListTest.test_contains_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestIntEnumClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestIntEnumFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestIntFlagClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestIntFlagFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMinimalDateClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMinimalDateFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMinimalFloatClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMinimalFloatFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedDateClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedDateFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedFloatClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedFloatFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedIntClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedIntFlagClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedIntFlagFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedIntFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedStrClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestMixedStrFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestPlainEnumClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestPlainEnumFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestPlainFlagClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestPlainFlagFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestStrEnumClass.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_same_name_diff_enum_diff_values__test.test_enum.TestStrEnumFunction.test_contains_same_name_diff_enum_diff_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.OldTestFlag.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.OldTestIntFlag.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestIntEnumClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestIntEnumFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestIntFlagClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestIntFlagFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMinimalDateClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMinimalDateFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMinimalFloatClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMinimalFloatFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedDateClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedDateFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedFloatClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedFloatFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedIntClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedIntFlagClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedIntFlagFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedIntFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedStrClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestMixedStrFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestPlainEnumClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestPlainEnumFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestPlainFlagClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestPlainFlagFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestStrEnumClass.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contains_tf__test.test_enum.TestStrEnumFunction.test_contains_tf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content__test.test_shutil.TestCopyFileObj.test_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content_length_0__test.test_httplib.HeaderTests.test_content_length_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content_of_copied_archive__test.test_zipapp.ZipAppTest.test_content_of_copied_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content_type__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content_type__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content_type__test.test_email.test_email.TestIdempotent.test_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_content_type_err__test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contents__test.test_importlib.resources.test_contents.ContentsDiskTests.test_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contents__test.test_importlib.resources.test_contents.ContentsNamespaceTests.test_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contents__test.test_importlib.resources.test_contents.ContentsZipTests.test_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contents__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contents__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_1__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_2__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_3__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_4__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_5__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_6__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_ftplib.TestTLS_FTPClass.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_poplib.TestPOP3_SSLClass.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_traceback.CExcReportingTests.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_traceback.PyExcReportingTests.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context__test.test_traceback.TestTracebackException.test_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_attributes__test.test_decimal.CheckAttributes.test_context_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_check_module_types__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context_check_module_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_check_module_types__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context_check_module_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_check_module_types__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_client_server__test.test_ssl.ContextTests.test_context_client_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_copy_1__test.test_context.ContextTest.test_context_copy_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_custom_class__test.test_ssl.ContextTests.test_context_custom_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_get_context_1__test.test_context.ContextTest.test_context_get_context_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_getset_1__test.test_context.ContextTest.test_context_getset_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_getset_2__test.test_context.ContextTest.test_context_getset_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_getset_3__test.test_context.ContextTest.test_context_getset_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_getset_4__test.test_context.ContextTest.test_context_getset_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_getset_5__test.test_context.ContextTest.test_context_getset_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_man_not_del_if_delete_false__test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_if_delete_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_man_not_del_on_close_if_delete_on_close_false__test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_on_close_if_delete_on_close_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_man_ok_to_delete_manually__test.test_tempfile.TestNamedTemporaryFile.test_context_man_ok_to_delete_manually_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_asyncio.test_locks.BarrierTests.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_asyncio.test_locks.ConditionTests.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_asyncio.test_locks.LockTests.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_dbm_dumb.DumbDBMTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_dbm_gnu.TestGdbm.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_dbm_ndbm.DbmTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_epoll.TestEPoll.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_fileinput.FileInputTests.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_io.CBufferedRandomTest.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_io.CBufferedReaderTest.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_io.CBufferedWriterTest.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_io.PyBufferedRandomTest.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_io.PyBufferedReaderTest.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_io.PyBufferedWriterTest.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_mmap.MmapTests.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_os.TestScandir.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_raise.TestContext.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_selectors.DefaultSelectorTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_selectors.DevpollSelectorTestCase.test_context_manager__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_context_manager__test.test_selectors.EpollSelectorTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_selectors.KqueueSelectorTestCase.test_context_manager__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_context_manager__test.test_selectors.PollSelectorTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_selectors.SelectSelectorTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_tempfile.TestNamedTemporaryFile.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_tempfile.TestTemporaryDirectory.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager__test.test_xmlrpc.SimpleServerTestCase.test_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_after_rollover__test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_async_with__test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_before_rollover__test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_close__test.test_os.TestScandir.test_context_manager_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_during_rollover__test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_exception__test.test_mmap.MmapTests.test_context_manager_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_exception__test.test_os.TestScandir.test_context_manager_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_keyboardinterrupt_no_kill__test.test_subprocess.MiscTests.test_context_manager_keyboardinterrupt_no_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_method_error__test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_raise_exception_by_default__test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_context_manager_raise_exception_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_context_manager_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_context_manager_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_context_manager_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_context_manager_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_context_manager_shutdown__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_context_manager_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_context_manager_with_await__test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_filename__test.test_wave.WavePCM16Test.test_context_manager_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_filename__test.test_wave.WavePCM24ExtTest.test_context_manager_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_filename__test.test_wave.WavePCM24Test.test_context_manager_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_filename__test.test_wave.WavePCM32Test.test_context_manager_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_filename__test.test_wave.WavePCM8Test.test_context_manager_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_magic_mock__test.test_unittest.testmock.testwith.WithTest.test_context_manager_with_magic_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_open_file__test.test_wave.WavePCM16Test.test_context_manager_with_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_open_file__test.test_wave.WavePCM24ExtTest.test_context_manager_with_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_open_file__test.test_wave.WavePCM24Test.test_context_manager_with_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_open_file__test.test_wave.WavePCM32Test.test_context_manager_with_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_manager_with_open_file__test.test_wave.WavePCM8Test.test_context_manager_with_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_new_1__test.test_context.ContextTest.test_context_new_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_new_unhashable_str_subclass__test.test_context.ContextTest.test_context_new_unhashable_str_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_of_exception_in_else_and_finally__test.test_exceptions.ExceptionTests.test_context_of_exception_in_else_and_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_of_exception_in_except_and_finally__test.test_exceptions.ExceptionTests.test_context_of_exception_in_except_and_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_of_exception_in_try_and_finally__test.test_exceptions.ExceptionTests.test_context_of_exception_in_try_and_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_repr__test.test_decimal.CCoverage.test_context_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_repr__test.test_decimal.PyCoverage.test_context_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_1__test.test_context.ContextTest.test_context_run_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_2__test.test_context.ContextTest.test_context_run_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_3__test.test_context.ContextTest.test_context_run_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_4__test.test_context.ContextTest.test_context_run_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_5__test.test_context.ContextTest.test_context_run_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_6__test.test_context.ContextTest.test_context_run_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_run_7__test.test_context.ContextTest.test_context_run_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_subclassing_1__test.test_context.ContextTest.test_context_subclassing_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_subclassing__test.test_decimal.CContextSubclassing.test_context_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_subclassing__test.test_decimal.PyContextSubclassing.test_context_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_suppression__test.test_traceback.CExcReportingTests.test_context_suppression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_suppression__test.test_traceback.PyExcReportingTests.test_context_suppression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_tb__test.test_code_module.TestInteractiveConsole.test_context_tb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_templates__test.test_decimal.CSpecialContexts.test_context_templates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_templates__test.test_decimal.PySpecialContexts.test_context_templates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_threads_1__test.test_context.ContextTest.test_context_threads_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_typerrors_1__test.test_context.ContextTest.test_context_typerrors_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_var_new_1__test.test_context.ContextTest.test_context_var_new_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_var_repr_1__test.test_context.ContextTest.test_context_var_repr_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_vars__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_context_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_context_vars__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_context_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextdecorator__test.test_contextlib.TestContextDecorator.test_contextdecorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextdecorator_as_mixin__test.test_contextlib.TestContextDecorator.test_contextdecorator_as_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextdecorator_with_exception__test.test_contextlib.TestContextDecorator.test_contextdecorator_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_memoryview.ArrayMemorySliceSliceTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_memoryview.ArrayMemorySliceTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_memoryview.ArrayMemoryviewTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_memoryview.BytesMemorySliceSliceTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_memoryview.BytesMemorySliceTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_memoryview.BytesMemoryviewTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_popen.PopenTest.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager__test.test_typing.OtherABCTests.test_contextmanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_as_decorator__test.test_contextlib.TestContextDecorator.test_contextmanager_as_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_attribs__test.test_contextlib.ContextManagerTestCase.test_contextmanager_attribs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_attribs__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_attribs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_do_not_unchain_non_stopiteration_exceptions__test.test_contextlib.ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_doc_attrib__test.test_contextlib.ContextManagerTestCase.test_contextmanager_doc_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_doc_attrib__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_doc_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_except__test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_except__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_except_pep479__test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_pep479_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_except_stopiter__test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_stopiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_except_stopiter__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_stopiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_finally__test.test_contextlib.ContextManagerTestCase.test_contextmanager_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_finally__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_no_reraise__test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_no_reraise__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_non_normalised__test.test_contextlib.ContextManagerTestCase.test_contextmanager_non_normalised_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_non_normalised__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_plain__test.test_contextlib.ContextManagerTestCase.test_contextmanager_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_plain__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_traceback__test.test_contextlib.ContextManagerTestCase.test_contextmanager_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_traceback__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_trap_no_yield__test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_no_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_trap_no_yield__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_trap_second_yield__test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_second_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_trap_second_yield__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_trap_yield_after_throw__test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_yield_after_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_trap_yield_after_throw__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_type_params__test.test_typing.OtherABCTests.test_contextmanager_type_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_wrap_runtimeerror__test.test_contextlib.ContextManagerTestCase.test_contextmanager_wrap_runtimeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_contextmanager_wrap_runtimeerror__test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_wrap_runtimeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continuation__test.test_tokenize.TestRoundtrip.test_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continuation_bad_indentation__test.test_syntax.SyntaxTestCase.test_continuation_bad_indentation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continuation_lines_indentation__test.test_tokenize.CTokenizeTest.test_continuation_lines_indentation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_in_except_star_block_invalid__test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_continue_in_except_star_block_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_in_finally__test.test_grammar.GrammarTests.test_continue_in_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_in_finally_after_return__test.test_grammar.GrammarTests.test_continue_in_finally_after_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_outside_loop__test.test_syntax.SyntaxTestCase.test_continue_outside_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_stmt__test.test_grammar.GrammarTests.test_continue_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_through_finally__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_continue_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_through_finally__test.test_sys_settrace.TestLinesAfterTraceStarted.test_continue_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_through_finally__test.test_sys_settrace.TestSetLocalTrace.test_continue_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_through_finally__test.test_sys_settrace.TraceOpcodesTestCase.test_continue_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continue_through_finally__test.test_sys_settrace.TraceTestCase.test_continue_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continued_str__test.test_ast.test_ast.EndPositionTests.test_continued_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continuing__test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continuing__test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_continuous__test.test_enum.TestVerify.test_continuous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_control_and_wait__test.test_epoll.TestEPoll.test_control_and_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_control_connection__test.test_ftplib.TestTLS_FTPClass.test_control_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_controlcharacters__test.test_plistlib.TestPlistlib.test_controlcharacters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion__test.test_long.LongTest.test_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion__test.test_str.StrTest.test_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion_bad__test.test_capi.test_misc.InterpreterIDTests.test_conversion_bad_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion_coerced__test.test_capi.test_misc.InterpreterIDTests.test_conversion_coerced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion_from_interpreter__test.test_capi.test_misc.InterpreterIDTests.test_conversion_from_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion_int__test.test_capi.test_misc.InterpreterIDTests.test_conversion_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversion_specifiers__test.test_string.ModuleTest.test_conversion_specifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversions__test.test_collections.TestCounter.test_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversions__test.test_fstring.TestCase.test_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversions__test.test_time.TimeTestCase.test_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversions_from_int__test.test_decimal.CUsabilityTest.test_conversions_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_conversions_from_int__test.test_decimal.PyUsabilityTest.test_conversions_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert__test.test_bool.BoolTest.test_convert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_charrefs__test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_charrefs_dropped_text__test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_dropped_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_charrefs_in_attribute_values__test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_in_attribute_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_complex__test.test_enum.TestConvert.test_convert_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_int__test.test_enum.TestConvert.test_convert_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_raise__test.test_enum.TestConvert.test_convert_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_repr_and_str__test.test_enum.TestConvert.test_convert_repr_and_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_result_error__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_convert_result_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_str__test.test_enum.TestConvert.test_convert_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_to_bool__test.test_bool.BoolTest.test_convert_to_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_uncomparable__test.test_enum.TestConvert.test_convert_uncomparable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_value_lookup_priority__test.test_enum.TestConvert.test_convert_value_lookup_priority_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_convert_zero_sized_blob__test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_converters__test.test_configparser.ConvertersTestCase.test_converters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_converters_at_init__test.test_configparser.BlatantOverrideConvertersTestCase.test_converters_at_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_files_are_truncated__test.test_http_cookiejar.FileCookieJarTests.test_cookie_files_are_truncated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_first_line_no_bom__test.test_tokenize.TestDetectEncoding.test_cookie_first_line_no_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_redirect__test.test_urllib2.HandlerTests.test_cookie_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_second_line_commented_first_line__test.test_tokenize.TestDetectEncoding.test_cookie_second_line_commented_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_second_line_empty_first_line__test.test_tokenize.TestDetectEncoding.test_cookie_second_line_empty_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_second_line_no_bom__test.test_tokenize.TestDetectEncoding.test_cookie_second_line_no_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookie_second_line_noncommented_first_line__test.test_tokenize.TestDetectEncoding.test_cookie_second_line_noncommented_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cookies__test.test_urllib2.HandlerTests.test_cookies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copied__test.test_bytes.ByteArrayTest.test_copied_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy2__test.test_shutil.TestCopy.test_copy2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy2_dir__test.test_shutil.TestCopy.test_copy2_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy2_symlinks__test.test_shutil.TestCopy.test_copy2_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy2_xattr__test.test_shutil.TestCopy.test_copy2_xattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.datetimetester.TestTimeZone_Fast.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.datetimetester.TestTimeZone_Pure.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.ByteTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.DoubleTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.FloatTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.IntTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.LongLongTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.LongTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.ShortTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UCS4Test.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UnicodeTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UnsignedByteTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UnsignedIntTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UnsignedLongLongTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UnsignedLongTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_array.UnsignedShortTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_bytes.ByteArraySubclassTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_bytes.ByteArraySubclassWithSlotsTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_bytes.ByteArrayTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_bytes.BytesSubclassTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_bytes.BytesTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_codecs.CodecsModuleTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_codecs.StreamReaderTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_codecs.StreamReaderWriterTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_codecs.StreamRecoderTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_codecs.StreamWriterTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_collections.TestNamedTuple.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_coroutines.CoroutineTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_csv.TestDialectRegistry.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_decimal.CContextAPItests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_decimal.CCoverage.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_decimal.CIBMTestCases.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_decimal.PyContextAPItests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_decimal.PyCoverage.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_decimal.PyIBMTestCases.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_defaultdict.TestDefaultDict.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_deque.TestBasic.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_dict.DictTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_dict_version.DictSubtypeVersionTests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_dict_version.DictVersionTests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_dictviews.DictSetTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestIntEnumClass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestIntEnumFunction.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestIntFlagClass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestIntFlagFunction.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestMinimalDateClass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestMinimalDateFunction.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestMinimalFloatClass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestMinimalFloatFunction.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestStrEnumClass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_enum.TestStrEnumFunction.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_frame.FrameLocalsProxyMappingTests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_frame.TestFrameLocals.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_functools.TestLRUC.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_functools.TestLRUPy.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_functools.TestPartialC.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_functools.TestPartialCSubclass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_functools.TestPartialPy.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_functools.TestPartialPySubclass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_generators.GeneratorTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_genericalias.BaseTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_http_cookies.MorselTests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_ipaddress.AddressTestCase_v6.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_list.ListTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_memoryview.OtherTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsBytes.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsEmpty.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsMixedStringBytes.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsSingleton.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsString.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsTriple.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestBasicOpsTuple.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestCopyingEmpty.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestCopyingNested.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestCopyingSingleton.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestCopyingTriple.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestCopyingTuple.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestFrozenSet.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestFrozenSetSubclass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestSet.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_set.TestSetSubclass.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_shutil.TestCopy.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_slice.SliceTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_statistics.TestNormalDistC.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_statistics.TestNormalDistPython.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_types.MappingProxyTests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_unittest.testmock.testmock.MockTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_urllib.urlretrieve_FileTests.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_userdict.UserDictTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_userlist.UserListTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_wave.WavePCM16Test.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_wave.WavePCM24ExtTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_wave.WavePCM24Test.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_wave.WavePCM32Test.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_wave.WavePCM8Test.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_weakset.TestWeakSet.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_xml_etree.ElementIterTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_xml_etree.ElementTreeTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_xml_etree_c.ElementIterTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy__test.test_xml_etree_c.ElementTreeTest.test_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_abs__test.test_decimal.CContextAPItests.test_copy_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_abs__test.test_decimal.PyContextAPItests.test_copy_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_and_deepcopy__test.test_typing.GenericTests.test_copy_and_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_and_deepcopy_methods__test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_and_deepcopy_methods__test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_and_pickle__test.test_typing.NamedTupleTests.test_copy_and_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_atomic__test.test_copy.TestCopy.test_copy_atomic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_basic__test.test_copy.TestCopy.test_copy_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_bytearray__test.test_copy.TestCopy.test_copy_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_cant__test.test_copy.TestCopy.test_copy_cant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_copy__test.test_copy.TestCopy.test_copy_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_decimal__test.test_decimal.CContextAPItests.test_copy_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_decimal__test.test_decimal.PyContextAPItests.test_copy_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_deepcopy_pickle__test.test_fractions.FractionTest.test_copy_deepcopy_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_dict__test.test_copy.TestCopy.test_copy_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_dir__test.test_shutil.TestCopy.test_copy_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_file_range__test.test_os.FileTests.test_copy_file_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_file_range_invalid_values__test.test_os.FileTests.test_copy_file_range_invalid_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_file_range_offset__test.test_os.FileTests.test_copy_file_range_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_frozenset__test.test_copy.TestCopy.test_copy_frozenset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_function__test.test_copy.TestCopy.test_copy_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_fuzz__test.test_dict.DictTest.test_copy_fuzz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_generic_instances__test.test_typing.GenericTests.test_copy_generic_instances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_copy__test.test_copy.TestCopy.test_copy_inst_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_getinitargs__test.test_copy.TestCopy.test_copy_inst_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_getnewargs__test.test_copy.TestCopy.test_copy_inst_getnewargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_getnewargs_ex__test.test_copy.TestCopy.test_copy_inst_getnewargs_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_getstate__test.test_copy.TestCopy.test_copy_inst_getstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_getstate_setstate__test.test_copy.TestCopy.test_copy_inst_getstate_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_setstate__test.test_copy.TestCopy.test_copy_inst_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_inst_vanilla__test.test_copy.TestCopy.test_copy_inst_vanilla_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_list__test.test_copy.TestCopy.test_copy_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_list_subclass__test.test_copy.TestCopy.test_copy_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_location__test.test_ast.test_ast.ASTHelpers_Test.test_copy_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_maintains_tracking__test.test_dict.DictTest.test_copy_maintains_tracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestIntEnumClass.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestIntEnumFunction.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestIntFlagClass.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestIntFlagFunction.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestMinimalDateClass.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestMinimalDateFunction.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestMinimalFloatClass.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestMinimalFloatFunction.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestStrEnumClass.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_member__test.test_enum.TestStrEnumFunction.test_copy_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_method__test.test_deque.TestBasic.test_copy_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_negate__test.test_decimal.CContextAPItests.test_copy_negate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_negate__test.test_decimal.PyContextAPItests.test_copy_negate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_noncompact__test.test_dict.DictTest.test_copy_noncompact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_pickle__test.test_deque.TestSubclass.test_copy_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_pickle__test.test_exceptions.ImportErrorTests.test_copy_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_python_src_ignore__test.test_support.TestSupport.test_copy_python_src_ignore__\"cannot_access_Python_source_code_directory:_'/build/path/Python-3.13.4'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_copy_reduce__test.test_copy.TestCopy.test_copy_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_reduce_ex__test.test_copy.TestCopy.test_copy_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_registry__test.test_copy.TestCopy.test_copy_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_replace_all_fields_visible__test.test_structseq.StructSeqTest.test_copy_replace_all_fields_visible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_replace_with_invisible_fields__test.test_structseq.StructSeqTest.test_copy_replace_with_invisible_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_replace_with_unnamed_fields__test.test_structseq.StructSeqTest.test_copy_replace_with_unnamed_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_return_value__test.test_shutil.TestCopy.test_copy_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_set__test.test_copy.TestCopy.test_copy_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_setstate__test.test_descr.ClassPropertiesAndMethods.test_copy_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_sign__test.test_decimal.CArithmeticOperatorsTest.test_copy_sign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_sign__test.test_decimal.CContextAPItests.test_copy_sign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_sign__test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_sign__test.test_decimal.PyContextAPItests.test_copy_sign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_slots__test.test_copy.TestCopy.test_copy_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_state__test.test_asyncio.test_futures.CFutureTests.test_copy_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_state__test.test_asyncio.test_futures.CSubFutureTests.test_copy_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_state__test.test_asyncio.test_futures.PyFutureTests.test_copy_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_subclass__test.test_collections.TestCounter.test_copy_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_symlinks__test.test_shutil.TestCopy.test_copy_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_tuple__test.test_copy.TestCopy.test_copy_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_tuple_subclass__test.test_copy.TestCopy.test_copy_tuple_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_weakkeydict__test.test_copy.TestCopy.test_copy_weakkeydict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_weakref__test.test_copy.TestCopy.test_copy_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_weakvaluedict__test.test_copy.TestCopy.test_copy_weakvaluedict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copy_with_parents__test.test_ast.test_ast.CopyTests.test_copy_with_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyabs__test.test_decimal.CIBMTestCases.test_copyabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyabs__test.test_decimal.PyIBMTestCases.test_copyabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyfile_copy_dir__test.test_shutil.TestCopy.test_copyfile_copy_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyfile_named_pipe__test.test_shutil.TestCopy.test_copyfile_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyfile_nonexistent_dir__test.test_shutil.TestCopy.test_copyfile_nonexistent_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyfile_return_value__test.test_shutil.TestCopy.test_copyfile_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyfile_same_file__test.test_shutil.TestCopy.test_copyfile_same_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyfile_symlinks__test.test_shutil.TestCopy.test_copyfile_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying___code____test.test_funcattrs.FunctionPropertiesTest.test_copying___code___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_collections.TestCounter.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_ordered_dict.CPythonOrderedDictTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_ordered_dict.CPythonOrderedDictWithSlotsCopyingTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_ordered_dict.PurePythonOrderedDictTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_ordered_dict.PurePythonOrderedDictWithSlotsCopyingTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_re.ReTests.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_structseq.StructSeqTest.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying__test.test_weakset.TestWeakSet.test_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copying_with_unnamed_fields__test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copymode_follow_symlinks__test.test_shutil.TestCopy.test_copymode_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copymode_symlink_to_symlink__test.test_shutil.TestCopy.test_copymode_symlink_to_symlink__'requires_os.lchmod'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_copymode_symlink_to_symlink_wo_lchmod__test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copynegate__test.test_decimal.CIBMTestCases.test_copynegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copynegate__test.test_decimal.PyIBMTestCases.test_copynegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copysign__test.test_decimal.CIBMTestCases.test_copysign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copysign__test.test_decimal.PyIBMTestCases.test_copysign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copystat_handles_harmless_chflags_errors__test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors__'requires_os.chflags,_EOPNOTSUPP_&_ENOTSUP'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_copystat_symlinks__test.test_shutil.TestCopy.test_copystat_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_arg_types_of_ignore__test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_custom_copy_function__test.test_shutil.TestCopyTree.test_copytree_custom_copy_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_dangling_symlinks__test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_dirs_exist_ok__test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_named_pipe__test.test_shutil.TestCopyTree.test_copytree_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_retains_permissions__test.test_shutil.TestCopyTree.test_copytree_retains_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_return_value__test.test_shutil.TestCopyTree.test_copytree_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_simple__test.test_shutil.TestCopyTree.test_copytree_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_special_func__test.test_shutil.TestCopyTree.test_copytree_special_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_subdirectory__test.test_shutil.TestCopyTree.test_copytree_subdirectory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_symlink_dir__test.test_shutil.TestCopyTree.test_copytree_symlink_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_symlinks__test.test_shutil.TestCopyTree.test_copytree_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_winerror__test.test_shutil.TestCopyTree.test_copytree_winerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copytree_with_exclude__test.test_shutil.TestCopyTree.test_copytree_with_exclude_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyxattr__test.test_shutil.TestCopy.test_copyxattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_copyxattr_symlinks__test.test_shutil.TestCopy.test_copyxattr_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_corners__test.test_xml_etree.ElementIterTest.test_corners_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_corners__test.test_xml_etree_c.ElementIterTest.test_corners_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coro_closed_when_tg_closed__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_coro_closed_when_tg_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coro_closed_when_tg_closed__test.test_asyncio.test_taskgroups.TestTaskGroup.test_coro_closed_when_tg_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coro_wrapper_send_stop_iterator__test.test_coroutines.CoroutineTest.test_coro_wrapper_send_stop_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coro_wrapper_send_tuple__test.test_coroutines.CoroutineTest.test_coro_wrapper_send_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_corotype_1__test.test_coroutines.CoroutineTest.test_corotype_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine__test.test_typing.CollectionsAbcTests.test_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_like_object_debug_formatting__test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coroutine_non_gen_function_return_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_detection_of_start_tags__test.test_htmlparser.HTMLParserTestCase.test_correct_detection_of_start_tags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_finalizer_work_if_already_deleted__test.test_tempfile.TestNamedTemporaryFile.test_correct_finalizer_work_if_already_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_import_cET__test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_import_cET_alias__test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_import_pyET__test.test_xml_etree.NoAcceleratorTest.test_correct_import_pyET_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_tracing_quickened_call_class_init__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_correct_tracing_quickened_call_class_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_tracing_quickened_call_class_init__test.test_sys_settrace.TestLinesAfterTraceStarted.test_correct_tracing_quickened_call_class_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_tracing_quickened_call_class_init__test.test_sys_settrace.TestSetLocalTrace.test_correct_tracing_quickened_call_class_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_tracing_quickened_call_class_init__test.test_sys_settrace.TraceOpcodesTestCase.test_correct_tracing_quickened_call_class_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correct_tracing_quickened_call_class_init__test.test_sys_settrace.TraceTestCase.test_correct_tracing_quickened_call_class_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correctly_quoted_string__test.test_pickle.CUnpicklerTests.test_correctly_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correctly_quoted_string__test.test_pickle.InMemoryPickleTests.test_correctly_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correctly_quoted_string__test.test_pickle.PyUnpicklerTests.test_correctly_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correctly_rounded_true_division__test.test_long.LongTest.test_correctly_rounded_true_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_correlation_spearman__test.test_statistics.TestCorrelationAndCovariance.test_correlation_spearman_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_corrupt_file__test.test_gettext.GettextTestCase2.test_corrupt_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_corrupt_force_new__test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_force_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_corrupt_readwrite__test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_readwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countOf__test.test_iter.TestCase.test_countOf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countOf__test.test_operator.COperatorTestCase.test_countOf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countOf__test.test_operator.PyOperatorTestCase.test_countOf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countTestCases__test.test_unittest.test_case.Test_TestCase.test_countTestCases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countTestCases__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_countTestCases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countTestCases_nested__test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countTestCases_simple__test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countTestCases_zero_nested__test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_countTestCases_zero_simple__test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.ByteTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.DoubleTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.FloatTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.IntTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.LargeArrayTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.LongLongTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.LongTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.ShortTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UCS4Test.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UnicodeTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UnsignedByteTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UnsignedIntTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UnsignedLongLongTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UnsignedLongTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_array.UnsignedShortTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bigmem.BytearrayTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bigmem.BytesTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bigmem.ListTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bigmem.StrTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bytes.ByteArrayAsStringTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bytes.ByteArrayTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bytes.BytesAsStringTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_bytes.BytesTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_deque.TestBasic.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_deque.TestSequence.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_itertools.TestBasicOps.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_itertools.TestExamples.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_itertools.TestGC.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_list.ListTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_math_property.NextafterTests.test_count__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_count__test.test_range.RangeTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_str.StrTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_tuple.TupleTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_userlist.UserListTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count__test.test_userstring.UserStringTest.test_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_and_summary__test.test_trace.TestCommandLine.test_count_and_summary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_index_remove_crashes__test.test_list.ListTest.test_count_index_remove_crashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_interspersed_args__test.test_optparse.TestCount.test_count_interspersed_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_keyword__test.test_bytes.ByteArrayAsStringTest.test_count_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_keyword__test.test_bytes.BytesAsStringTest.test_count_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_keyword__test.test_str.StrTest.test_count_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_keyword__test.test_userstring.UserStringTest.test_count_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_no_interspersed_args__test.test_optparse.TestCount.test_count_no_interspersed_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_no_such_option__test.test_optparse.TestCount.test_count_no_such_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_one__test.test_optparse.TestCount.test_count_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_option_no_value__test.test_optparse.TestCount.test_count_option_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_overflow__test.test_struct.StructTest.test_count_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_override_amount__test.test_optparse.TestCount.test_count_override_amount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_override_quiet__test.test_optparse.TestCount.test_count_override_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_overriding__test.test_optparse.TestCount.test_count_overriding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_overriding_default__test.test_optparse.TestCount.test_count_overriding_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_threading__test.test_itertools.TestBasicOps.test_count_threading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_three__test.test_optparse.TestCount.test_count_three_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_three_apart__test.test_optparse.TestCount.test_count_three_apart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_with_default__test.test_optparse.TestCount.test_count_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_with_step__test.test_itertools.TestBasicOps.test_count_with_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_count_with_step_threading__test.test_itertools.TestBasicOps.test_count_with_step_threading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_counter__test.test_pprint.QueryTestCase.test_counter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_counter__test.test_typing.CollectionsAbcTests.test_counter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_counter_data__test.test_statistics.TestMode.test_counter_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_counter_instantiation__test.test_typing.CollectionsAbcTests.test_counter_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_counter_optimizer__test.test_capi.test_opt.TestOptimizerAPI.test_counter_optimizer__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_counter_subclass_instantiation__test.test_typing.CollectionsAbcTests.test_counter_subclass_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cover_files_written_no_highlight__test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cover_files_written_with_highlight__test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coverage__test.test_regrtest.ArgsTestCase.test_coverage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coverage__test.test_richcmp.ListTest.test_coverage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coverage__test.test_trace.TestCoverage.test_coverage__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_coverage_ignore__test.test_trace.TestCoverage.test_coverage_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coverage_mp__test.test_regrtest.ParseArgsTestCase.test_coverage_mp__'need_a_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_coverage_sequential__test.test_regrtest.ParseArgsTestCase.test_coverage_sequential_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coverageresults_update__test.test_trace.TestCoverage.test_coverageresults_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coverdir__test.test_regrtest.ParseArgsTestCase.test_coverdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.ByteTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.DoubleTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.FloatTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.IntTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.LongLongTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.LongTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.ShortTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UCS4Test.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UnicodeTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UnsignedByteTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UnsignedIntTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UnsignedLongLongTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UnsignedLongTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_coveritertraverse__test.test_array.UnsignedShortTest.test_coveritertraverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cow_mutable__test.test_memoryio.CBytesIOTest.test_cow_mutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cow_setstate__test.test_memoryio.CBytesIOTest.test_cow_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cow_truncate__test.test_memoryio.CBytesIOTest.test_cow_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cow_write__test.test_memoryio.CBytesIOTest.test_cow_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cp1252__test.test_codecs.CodePageTest.test_cp1252__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cp1252_url__test.test_wsgiref.IntegrationTests.test_cp1252_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cp932__test.test_codecs.CodePageTest.test_cp932__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cp_utf7__test.test_codecs.CodePageTest.test_cp_utf7__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cprofile__test.test_cprofile.CProfileTest.test_cprofile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cprofile__test.test_profile.ProfileTest.test_cprofile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_cmd_line.CmdLineTest.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count__test.test_os.CPUCountTests.test_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cpu_count_default__test.test_cmd_line.CmdLineTest.test_cpu_count_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr__test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr__test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr__test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr__test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr_await__test.test_coroutines.CoroutineTest.test_cr_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr_frame_after_close__test.test_coroutines.CoroutineTest.test_cr_frame_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cr_frame_f_back__test.test_generators.GeneratorTest.test_cr_frame_f_back_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crash_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_big_data__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_big_data__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_big_data__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crash_with_not_enough_args__test.test_cprofile.CProfileTest.test_crash_with_not_enough_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crashed__test.test_regrtest.ArgsTestCase.test_crashed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crasher_on_windows__test.test_mmap.MmapTests.test_crasher_on_windows__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_crashing_decode_handler__test.test_codeccallbacks.CodecCallbackTest.test_crashing_decode_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32__test.test_binascii.ArrayBinASCIITest.test_crc32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32__test.test_binascii.BinASCIITest.test_crc32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32__test.test_binascii.BytearrayBinASCIITest.test_crc32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32__test.test_binascii.MemoryviewBinASCIITest.test_crc32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32_adler32_unsigned__test.test_zlib.ChecksumTestCase.test_crc32_adler32_unsigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32empty__test.test_zlib.ChecksumTestCase.test_crc32empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc32start__test.test_zlib.ChecksumTestCase.test_crc32start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc_hqx__test.test_binascii.ArrayBinASCIITest.test_crc_hqx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc_hqx__test.test_binascii.BinASCIITest.test_crc_hqx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc_hqx__test.test_binascii.BytearrayBinASCIITest.test_crc_hqx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crc_hqx__test.test_binascii.MemoryviewBinASCIITest.test_crc_hqx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crcrcrlf2__test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crcrcrlf2__test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crcrcrlf__test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crcrcrlf__test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crcrlf__test.test_source_encoding.BytesSourceEncodingTest.test_crcrlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crcrlf__test.test_source_encoding.FileSourceEncodingTest.test_crcrlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_epoll.TestEPoll.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_interpreters.test_api.LowLevelTests.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_interpreters.test_channels.TestChannels.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_interpreters.test_queues.QueueTests.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_plistlib.TestPlistlib.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_tarfile.Bz2CreateTest.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_tarfile.CreateTest.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_tarfile.CreateWithXModeTest.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_tarfile.GzipCreateTest.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create__test.test_tarfile.LzmaCreateTest.test_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_and_specs__test.test_unittest.testmock.testpatch.PatchTest.test_create_and_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive__test.test_zipapp.ZipAppTest.test_create_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_default_target__test.test_zipapp.ZipAppTest.test_create_archive_default_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_filter_exclude_dir__test.test_zipapp.ZipAppTest.test_create_archive_filter_exclude_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_self_insertion__test.test_zipapp.ZipAppTest.test_create_archive_self_insertion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_with_compression__test.test_zipapp.ZipAppTest.test_create_archive_with_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_with_filter__test.test_zipapp.ZipAppTest.test_create_archive_with_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_with_pathlib__test.test_zipapp.ZipAppTest.test_create_archive_with_pathlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_archive_with_subdirs__test.test_zipapp.ZipAppTest.test_create_archive_with_subdirs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_at_shutdown_with_encoding__test.test_io.CTextIOWrapperTest.test_create_at_shutdown_with_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_at_shutdown_with_encoding__test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_at_shutdown_without_encoding__test.test_io.CTextIOWrapperTest.test_create_at_shutdown_without_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_at_shutdown_without_encoding__test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec__test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec__test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_classmethod_and_staticmethod__test.test_unittest.testmock.testmock.MockTest.test_create_autospec_classmethod_and_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_correctly_handles_name__test.test_unittest.testmock.testmock.MockTest.test_create_autospec_correctly_handles_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_instance__test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_instance__test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_keyword_arguments__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_keyword_only_arguments__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_only_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_none__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_return_value__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_autospec_with_name__test.test_unittest.testmock.testmock.MockTest.test_create_autospec_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_cid__test.test__interpchannels.ChannelTests.test_create_cid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_collation_bad_upper__test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_collation_not_ascii__test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_collation_not_callable__test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_collation_not_string__test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_command__test.test_tarfile.CommandLineTest.test_create_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_command__test.test_zipfile.test_core.CommandLineTest.test_create_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_command_compressed__test.test_tarfile.CommandLineTest.test_create_command_compressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_command_dot_started_filename__test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_command_dotless_filename__test.test_tarfile.CommandLineTest.test_create_command_dotless_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_command_verbose__test.test_tarfile.CommandLineTest.test_create_command_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection__test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection__test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection__test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection__test.test_socket.NetworkConnectionNoServer.test_create_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_all_errors__test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_bluetooth__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_connect_err__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_host_port_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ip_addr__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ipv6_scope__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr__test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr__test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr__test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_in_use__test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_in_use__test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_in_use__test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_nomatch_family__test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_nomatch_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_nomatch_family__test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_nomatch_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_nomatch_family__test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_skip_different_family__test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_skip_different_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_skip_different_family__test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_skip_different_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_local_addr_skip_different_family__test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_memory_leak__test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_memory_leak__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_connection_memory_leak__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_memory_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_multiple__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_multiple_errors__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_multiple_errors_local_addr__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_no_getaddrinfo__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_no_host_port_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_no_inet_pton__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_no_local_addr__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_no_ssl_server_hostname_errors__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_service_name__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_sock__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_create_connection_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_sock__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_create_connection_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_sock__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_create_connection_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_1__test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_failed_certificate__test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_failed_certificate__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_connection_ssl_failed_certificate__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_server_hostname_default__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_server_hostname_errors__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_slow_handshake__test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_slow_handshake__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_connection_ssl_slow_handshake__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_ssl_timeout_for_plain_socket__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_timeout__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_timeout__test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_connection_wrong_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_daemon_thread__test.test__interpreters.RunStringTests.test_create_daemon_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint__test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint__test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint__test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_addr_error__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_allow_broadcast__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_cant_bind__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_connect_err__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_existing_sock_unix__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_ip_addr__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_ipv6__test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_ipv6__test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_ipv6__test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_no_addrinfo__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_no_matching_family__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_noaddr_nofamily__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_nosoreuseport__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_setblk_err__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sock__test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sock__test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sock__test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sock_sockopts__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sock_unix__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_socket_err__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_sockopts__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_datagram_endpoint_wrong_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_decimal__test.test_decimal.CCoverage.test_create_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_decimal__test.test_decimal.PyCoverage.test_create_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_decimal_from_float__test.test_decimal.CPythonAPItests.test_create_decimal_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_decimal_from_float__test.test_decimal.PyPythonAPItests.test_create_decimal_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_default_context__test.test_ssl.ContextTests.test_create_default_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_destroy__test.test_interpreters.test_queues.LowLevelTests.test_create_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_directory_with_write__test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_dynamic_null__test.test_import.ImportTests.test_create_dynamic_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing__test.test_tarfile.Bz2CreateTest.test_create_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing__test.test_tarfile.CreateTest.test_create_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing__test.test_tarfile.CreateWithXModeTest.test_create_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing__test.test_tarfile.GzipCreateTest.test_create_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing__test.test_tarfile.LzmaCreateTest.test_create_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing_taropen__test.test_tarfile.Bz2CreateTest.test_create_existing_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing_taropen__test.test_tarfile.CreateTest.test_create_existing_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing_taropen__test.test_tarfile.GzipCreateTest.test_create_existing_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_existing_taropen__test.test_tarfile.LzmaCreateTest.test_create_existing_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_fail__test.test_io.CMiscIOTest.test_create_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_fail__test.test_io.PyMiscIOTest.test_create_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.ByteTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.DoubleTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.FloatTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.IntTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.LongLongTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.LongTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.ShortTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UCS4Test.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UnicodeTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UnsignedByteTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UnsignedIntTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UnsignedLongLongTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UnsignedLongTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_from_bytes__test.test_array.UnsignedShortTest.test_create_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_junction__test.test_os.Win32JunctionTests.test_create_junction__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_many_sequential__test.test_interpreters.test_stress.StressTests.test_create_many_sequential__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_many_threaded__test.test_interpreters.test_stress.StressTests.test_create_many_threaded__'not_enough_memory:_6.2G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_module__test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_module__test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_module__test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_module__test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_module_returns_None__test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_module_returns_None__test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_named_task_with_custom_factory__test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_named_task_with_default_factory__test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_new__test.test_dbm_dumb.DumbDBMTestCase.test_create_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_non_existent_file_for_append__test.test_zipfile.test_core.OtherTests.test_create_non_existent_file_for_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_pathlike_name__test.test_tarfile.Bz2CreateTest.test_create_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_pathlike_name__test.test_tarfile.CreateTest.test_create_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_pathlike_name__test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_pathlike_name__test.test_tarfile.GzipCreateTest.test_create_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_pathlike_name__test.test_tarfile.LzmaCreateTest.test_create_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_pax_header__test.test_tarfile.PaxWriteTest.test_create_pax_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_read__test.test_csv.TestLeaks.test_create_read__'requires_sys.gettotalrefcount__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_server__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_addr_in_use__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_addr_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_addr_in_use__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_addr_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_addr_in_use__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_cancel__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_cant_bind__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_dual_stack__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_dual_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_dual_stack__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_dual_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_dual_stack__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_empty_host__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_host_port_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ipv6__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_multiple_hosts_ipv4__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_multiple_hosts_ipv4__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_multiple_hosts_ipv4__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_multiple_hosts_ipv6__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_multiple_hosts_ipv6__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_multiple_hosts_ipv6__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_no_getaddrinfo__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_no_host_port_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_nosoreuseport__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_reuse_port__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_reuse_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_reuse_port__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_reuse_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_reuse_port__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_sock__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_sock__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_sock__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_soreuseport_only_defined__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_1__test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1__'not_enough_memory:_2.2G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_server_ssl__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_match_failed__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_match_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_match_failed__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_match_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_match_failed__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_over_ssl__test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl__'not_enough_memory:_2.2G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_server_ssl_timeout_for_plain_socket__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_verified__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_verified__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_verified__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_verify_failed__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verify_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_verify_failed__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verify_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_ssl_verify_failed__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_stream_bittype__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_trsock__test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_trsock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_trsock__test.test_asyncio.test_events.PollEventLoopTests.test_create_server_trsock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_trsock__test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_trsock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_server_wrong_sock__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_snapshot__test.test_tracemalloc.TestSnapshot.test_create_snapshot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_sorted_archive__test.test_zipapp.ZipAppTest.test_create_sorted_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_ssl_connection__test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_ssl_connection__test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_ssl_connection__test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_ssl_unix_connection__test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_ssl_unix_connection__test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_ssl_unix_connection__test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_string_buffer_raw__test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_string_buffer_value__test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_exec__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_env_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_exec__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_exec__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_env_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_exec__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_shell__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_env_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_shell__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_shell__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_env_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_env_shell__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_with_path__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_with_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_with_path__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_with_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_with_path__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_with_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_exec_with_path__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_with_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_fails_with_inactive_watcher__test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_shell_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_shell_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_shell_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_shell_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_shell_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_shell_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_shell_text_mode_fails__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_shell_text_mode_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_subprocess_with_pidfd__test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_with_pidfd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen__test.test_tarfile.Bz2CreateTest.test_create_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen__test.test_tarfile.CreateTest.test_create_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen__test.test_tarfile.GzipCreateTest.test_create_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen__test.test_tarfile.LzmaCreateTest.test_create_taropen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen_pathlike_name__test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen_pathlike_name__test.test_tarfile.CreateTest.test_create_taropen_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen_pathlike_name__test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen_pathlike_name__test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_taropen_pathlike_name__test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task__test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_error_closes_coro__test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_async_function__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_asynclike_function__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asynclike_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_task_with_noncoroutine__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_thread__test.test__interpreters.RunStringTests.test_create_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_tmp__test.test_mailbox.TestMaildir.test_create_tmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unicode_buffer_non_bmp__test.test_ctypes.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection__test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection__test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection__test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_nopath_nosock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nopath_nosock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_nossl_serverhost__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nossl_serverhost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_path_inetsock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_inetsock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_path_sock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_pathlike__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_ssl_noserverhost__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_noserverhost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_connection_ssl_timeout_with_plain_sock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_timeout_with_plain_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server__test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server__test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server__test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_bind_error__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_bind_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_existing_path_nonsock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_nonsock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_existing_path_sock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_nopath_nosock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_nopath_nosock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_path_dgram__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_dgram_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_path_inetsock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_inetsock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_path_socket_error__test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_path_socket_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_path_socket_error__test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_path_socket_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_path_socket_error__test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_path_stream_bittype__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_stream_bittype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_pathlike__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl__test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl__test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl__test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_bool__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_timeout_with_plain_sock__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_timeout_with_plain_sock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_verified__test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_verified__test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_verified__test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_verify_failed__test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verify_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_verify_failed__test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verify_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_unix_server_ssl_verify_failed__test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_watcher__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_create_watcher_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_watcher__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_create_watcher_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_with_compresslevel__test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_with_compresslevel__test.test_tarfile.GzipCreateTest.test_create_with_compresslevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_with_preset__test.test_tarfile.LzmaCreateTest.test_create_with_preset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_write__test.test_csv.TestLeaks.test_create_write__'requires_sys.gettotalrefcount__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_create_writes__test.test_io.CMiscIOTest.test_create_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_writes__test.test_io.PyMiscIOTest.test_create_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_create_zipinfo_before_1980__test.test_zipfile.test_core.OtherTests.test_create_zipinfo_before_1980_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created__test.test_inspect.test_inspect.TestGetAsyncGenState.test_created_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created__test.test_inspect.test_inspect.TestGetCoroutineState.test_created_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created__test.test_inspect.test_inspect.TestGetGeneratorState.test_created_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created_with_capi__test.test_interpreters.test_api.GetCurrentTests.test_created_with_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created_with_capi__test.test_interpreters.test_api.ListAllTests.test_created_with_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created_with_capi__test.test_interpreters.test_api.TestInterpreterClose.test_created_with_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created_with_capi__test.test_interpreters.test_api.TestInterpreterExec.test_created_with_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created_with_capi__test.test_interpreters.test_api.TestInterpreterIsRunning.test_created_with_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_created_with_capi__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_created_with_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creates_named__test.test_tempfile.TestNamedTemporaryFile.test_creates_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creating_pointer_in_dunder_init_1__test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creating_pointer_in_dunder_init_2__test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creating_pointer_in_dunder_new_1__test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creating_pointer_in_dunder_new_2__test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creation_mode__test.test_import.FilePermissionTests.test_creation_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_creationflags__test.test_subprocess.Win32ProcessTestCase.test_creationflags__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_critical__test.test_logging.BasicConfigTest.test_critical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical__test.test_logging.LoggerAdapterTest.test_critical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical__test.test_logging.ModuleLevelMiscTest.test_critical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical_sections__test.test_capi.test_misc.Test_testcapi.test_critical_sections_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical_sections__test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical_sections_gc__test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical_sections_nest__test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_nest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical_sections_suspend__test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_suspend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_critical_sections_threads__test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf__test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf__test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf__test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf__test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf__test.test_source_encoding.BytesSourceEncodingTest.test_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf__test.test_source_encoding.FileSourceEncodingTest.test_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf_control_via_policy__test.test_email.test_generator.TestBytesGenerator.test_crlf_control_via_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf_control_via_policy__test.test_email.test_generator.TestGenerator.test_crlf_control_via_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf_flatten__test.test_email.test_email.Test8BitBytesHandling.test_crlf_flatten_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf_flatten__test.test_email.test_email.TestParsers.test_crlf_flatten_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf_in_constructor_args_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_crlf_in_constructor_args_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crlf_separation__test.test_email.test_email.TestParsers.test_crlf_separation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cross_module_pickle__test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_cross_module_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cross_zero__test.test_statistics.ApproxEqualInexactTest.test_cross_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crossreference1__test.test_import.CircularImportTests.test_crossreference1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_crossreference2__test.test_import.CircularImportTests.test_crossreference2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cs__test.test_gettext.PluralFormsInternalTestCase.test_cs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_csocket_repr__test.test_socket.GeneralModuleTests.test_csocket_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cstrings__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cte_type_7bit_handles_unknown_8bit__test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_handles_unknown_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cte_type_7bit_transforms_8bit_cte__test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_transforms_8bit_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestDateTimeTZ_Fast.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestDateTimeTZ_Pure.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestDateTime_Fast.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestDateTime_Pure.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestDate_Fast.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestDate_Pure.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestSubclassDateTime_Fast.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.datetimetester.TestSubclassDateTime_Pure.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime__test.test_time.TimeTestCase.test_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctime_without_arg__test.test_time.TimeTestCase.test_ctime_without_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_selector_events.SelectorTransportTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_ctor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor_extra_is_none__test.test_asyncio.test_transports.TransportTests.test_ctor_extra_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctor_with_waiter__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_with_waiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctx_mgr_rollback_if_commit_failed__test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ctypes_cast__test.test_memoryview.OtherTest.test_ctypes_cast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cube__test.test_set.TestGraphs.test_cube_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cuboctahedron__test.test_set.TestGraphs.test_cuboctahedron_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_curly_brace_after_primary_raises_immediately__test.test_syntax.SyntaxTestCase.test_curly_brace_after_primary_raises_immediately_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_currency__test.test_locale.TestEnUSNumberFormatting.test_currency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_currency__test.test_locale.TestFrFRNumberFormatting.test_currency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current__test.test_interpreters.test_api.GetMainTests.test_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_current__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_current__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_current__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_current__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_current__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_current_directory__test.test_os.TestScandir.test_current_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_exceptions__test.test_sys.SysModuleTest.test_current_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_frames__test.test_sys.SysModuleTest.test_current_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_no_running_loop__test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_no_running_loop__test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_no_running_loop_implicit__test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_no_running_loop_implicit__test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_implicit_loop__test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_with_implicit_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_implicit_loop__test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_with_implicit_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_task_with_interleaving_tasks__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_current_tstate_matches__test.test_capi.test_misc.Test_testcapi.test_current_tstate_matches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor__test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_connection__test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_description_cte__test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_description_cte_multiple_columns__test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_description_cte_simple__test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_description_insert__test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_executescript_as_bytes__test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_executescript_too_large_script__test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_executescript_tx_control__test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_executescript_with_null_characters__test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_executescript_with_surrogates__test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cursor_wrong_class__test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom___getattr____test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattr___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom___getattribute____test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom__test.test_bytes.BytesTest.test_custom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom__test.test_logging.BufferingFormatterTest.test_custom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom__test.test_sqlite3.test_factory.TextFactoryTests.test_custom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom__test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_arg_resolver__test.test_dis.InstructionTests.test_custom_arg_resolver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_attributes__test.test_ast.test_ast.ASTConstructorTests.test_custom_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_bufsize__test.test_zlib.CompressTestCase.test_custom_bufsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_builder__test.test_xml_etree.ElementTreeTest.test_custom_builder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_builder__test.test_xml_etree_c.ElementTreeTest.test_custom_builder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_builder_only_end_ns__test.test_xml_etree.ElementTreeTest.test_custom_builder_only_end_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_builder_only_end_ns__test.test_xml_etree_c.ElementTreeTest.test_custom_builder_only_end_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_data_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_descriptors__test.test_inspect.test_inspect.TestIsDataDescriptor.test_custom_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_descriptors__test.test_inspect.test_inspect.TestIsMethodDescriptor.test_custom_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_displayhook__test.test_sys.DisplayHookTest.test_custom_displayhook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_excepthook__test.test_threading.ExceptHookTests.test_custom_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_excepthook_fail__test.test_threading.ExceptHookTests.test_custom_excepthook_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_exception__test.test_exception_group.StrAndReprTests.test_custom_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_factory__test.test_asyncio.test_runners.RunnerTests.test_custom_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_factory__test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_filter__test.test_tarfile.TestExtractionFilters.test_custom_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_find_class__test.test_pickle.CUnpicklerTests.test_custom_find_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_find_class__test.test_pickle.PyUnpicklerTests.test_custom_find_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_flag_bitwise__test.test_enum.TestSpecial.test_custom_flag_bitwise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_format_frame__test.test_traceback.TestStack.test_custom_format_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_format_specifier__test.test_fstring.TestCase.test_custom_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_formatter_class_with_validate2__test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_formatter_class_with_validate2_with_wrong_fmt__test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_formatter_class_with_validate3__test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_formatter_class_with_validate__test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_formatter_function_with_defaults__test.test_logging.ConfigDictTest.test_custom_formatter_function_with_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_formatter_function_with_validate__test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_getattr__test.test_inspect.test_inspect.TestMain.test_custom_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_hex_error_is_noted__test.test_codecs.TransformCodecTest.test_custom_hex_error_is_noted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_id__test.test_interpreters.test_channels.TestRecvChannelAttrs.test_custom_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_id__test.test_interpreters.test_channels.TestSendChannelAttrs.test_custom_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_id__test.test_interpreters.test_queues.QueueTests.test_custom_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_interpreter__test.test_zipapp.ZipAppTest.test_custom_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_iterator_return__test.test_yield_from.TestPEP380Operation.test_custom_iterator_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_loader__test.test_importlib.resources.test_custom.CustomTraversableResourcesTests.test_custom_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_locals__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_message_does_not_require_arguments__test.test_email.test_email.TestMiscellaneous.test_custom_message_does_not_require_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_message_factory_on_policy__test.test_email.test_parser.TestBytesParser.test_custom_message_factory_on_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_message_factory_on_policy__test.test_email.test_parser.TestParser.test_custom_message_factory_on_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_message_gets_policy_if_possible_from_file__test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_message_gets_policy_if_possible_from_string__test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_non_data_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_object_dict__test.test_inspect.test_inspect.TestGetattrStatic.test_custom_object_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_pickler_dispatch_table_memleak__test.test_pickle.CIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_pickler_dispatch_table_memleak__test.test_pickle.PyIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_progname__test.test_optparse.TestProgName.test_custom_progname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_proto__test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_repr__test.test_reprlib.ReprTests.test_custom_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_repr_class_with_spaces__test.test_reprlib.ReprTests.test_custom_repr_class_with_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_run_forever_integration__test.test_asyncio.test_base_events.BaseEventLoopTests.test_custom_run_forever_integration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_secure_protocols__test.test_http_cookiejar.CookieTests.test_custom_secure_protocols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_strenum__test.test_enum.TestSpecial.test_custom_strenum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_subclass_with_no_fields__test.test_ast.test_ast.ASTConstructorTests.test_custom_subclass_with_no_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_subclasshook_2__test.test_typing.ProtocolTests.test_custom_subclasshook_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_subclasshook__test.test_typing.ProtocolTests.test_custom_subclasshook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_unraisablehook__test.test_sys.UnraisableHookTest.test_custom_unraisablehook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_unraisablehook_fail__test.test_sys.UnraisableHookTest.test_custom_unraisablehook_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_custom_zlib_error_is_noted__test.test_codecs.TransformCodecTest.test_custom_zlib_error_is_noted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customdescriptors_with_abstractmethod__test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customdict__test.test_types.MappingProxyTests.test_customdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customization_modules_on_startup__test.test_site.ImportSideEffectTests.test_customization_modules_on_startup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_return_value__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_return_value_and_side_effect2__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_return_value_and_side_effect__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_return_value_and_side_effect_default__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_side_effect_exception__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_side_effect_function__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_side_effect_iterable__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customize_wrapped_object_with_side_effect_iterable_with_default__test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_cn.Test_GB18030.test_customreplace_encode__'encoding_contains_full_ISO_10646_map'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_cn.Test_GB2312.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_cn.Test_GBK.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_cn.Test_HZ.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_hk.Test_Big5HKSCS.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_CP932.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_EUC_JISX0213.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_SJISX0213.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_SJIS_2004.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_kr.Test_CP949.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_kr.Test_EUCKR.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_kr.Test_JOHAB.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_customreplace_encode__test.test_codecencodings_tw.Test_Big5.test_customreplace_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cw_strings__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cw_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_ftplib.TestFTPClass.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_ftplib.TestTLS_FTPClassMixin.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_pathlib.test_pathlib.PathTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_pathlib.test_pathlib.PosixPathTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cwd__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_subprocess.ProcessTestCase.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_tarfile.Bz2WriteTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_tarfile.GzipWriteTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_tarfile.LzmaWriteTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd__test.test_tarfile.WriteTest.test_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_non_win32__test.test_shutil.TestWhich.test_cwd_non_win32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_non_win32__test.test_shutil.TestWhichBytes.test_cwd_non_win32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_win32__test.test_shutil.TestWhich.test_cwd_win32__'test_is_for_win32'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cwd_win32__test.test_shutil.TestWhichBytes.test_cwd_win32__'test_is_for_win32'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cwd_win32_added_before_all_other_path__test.test_shutil.TestWhich.test_cwd_win32_added_before_all_other_path__'test_is_for_win32'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cwd_win32_added_before_all_other_path__test.test_shutil.TestWhichBytes.test_cwd_win32_added_before_all_other_path__'test_is_for_win32'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_cwd_with_absolute_arg__test.test_subprocess.ProcessTestCase.test_cwd_with_absolute_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_absolute_arg__test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_absolute_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_bytes__test.test_subprocess.ProcessTestCase.test_cwd_with_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_bytes__test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_pathlike__test.test_subprocess.ProcessTestCase.test_cwd_with_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_pathlike__test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_relative_arg__test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_relative_arg__test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_relative_executable__test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cwd_with_relative_executable__test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_graphlib.TestTopologicalSort.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_inspect.test_inspect.TestUnwrap.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_itertools.TestBasicOps.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_itertools.TestExamples.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_itertools.TestGC.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_itertools.TestVariousIteratorArgs.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_picklebuffer.PickleBufferTest.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle__test.test_slice.SliceTest.test_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_broken__test.test_raise.TestContext.test_cycle_broken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_collection__test.test_threading_local.PyThreadingLocalTest.test_cycle_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_collection__test.test_threading_local.ThreadLocalTest.test_cycle_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_copy_pickle__test.test_itertools.TestBasicOps.test_cycle_copy_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_setstate__test.test_itertools.TestBasicOps.test_cycle_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_through_dict__test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycle_unpickle_compat__test.test_itertools.TestBasicOps.test_cycle_unpickle_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cycles__test.test_plistlib.TestBinaryPlistlib.test_cycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclic_dataclass__test.test_pprint.QueryTestCase.test_cyclic_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclic_gc__test.test_xml_etree.BasicElementTest.test_cyclic_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclic_gc__test.test_xml_etree_c.BasicElementTest.test_cyclic_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclical_repr__test.test_set.TestFrozenSet.test_cyclical_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclical_repr__test.test_set.TestFrozenSetSubclass.test_cyclical_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclical_repr__test.test_set.TestSet.test_cyclical_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_cyclical_repr__test.test_set.TestSetSubclass.test_cyclical_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_d__test.test_capi.test_getargs.Float_TestCase.test_d_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_d_compile_error__test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_compile_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_d_compile_error__test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_d_runtime_error__test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_runtime_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_d_runtime_error__test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_argument__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_daemon_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_argument__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_daemon_argument__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_daemon_argument__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_daemon_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_argument__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_daemon_argument__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_daemon_argument__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_argument__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_daemon_argument__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_daemon_param__test.test_threading.ThreadTests.test_daemon_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_threads_fatal_error__test.test_threading.SubinterpThreadingTests.test_daemon_threads_fatal_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_threads_not_allowed__test.test_threading.SubinterpThreadingTests.test_daemon_threads_not_allowed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_daemon_threads_shutdown_stderr_deadlock__test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_daemon_threads_shutdown_stdout_deadlock__test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_daemonize_active_thread__test.test_threading.ThreadingExceptionTests.test_daemonize_active_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dash_c_loader__test.test_cmd_line_script.CmdLineTest.test_dash_c_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dash_m_bad_pyc__test.test_cmd_line_script.CmdLineTest.test_dash_m_bad_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dash_m_error_code_is_one__test.test_cmd_line_script.CmdLineTest.test_dash_m_error_code_is_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dash_m_errors__test.test_cmd_line_script.CmdLineTest.test_dash_m_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dash_m_init_traceback__test.test_cmd_line_script.CmdLineTest.test_dash_m_init_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dash_m_main_traceback__test.test_cmd_line_script.CmdLineTest.test_dash_m_main_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data__test.test_urllib2.RequestTests.test_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_attributes__test.test_time.TimeTestCase.test_data_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_connection__test.test_ftplib.TestTLS_FTPClass.test_data_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_error__test.test_sqlite3.test_dbapi.ModuleTests.test_data_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_filter__test.test_tarfile.TestExtractionFilters.test_data_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_received_after_closing__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_received_error__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_data_received_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_type_error__test.test_statistics.TestMedianGrouped.test_data_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_data_urls__test.test_mimetypes.MimeTypesTestCase.test_data_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_database_error__test.test_sqlite3.test_dbapi.ModuleTests.test_database_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_database_keyword__test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_database_source_name__test.test_sqlite3.test_backup.BackupTests.test_database_source_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass__test.test_copy.TestReplace.test_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass__test.test_inspect.test_inspect.TestOneliners.test_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_derived_generic__test.test_dataclasses.TestSlots.test_dataclass_derived_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_derived_generic_from_base__test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_derived_generic_from_slotted_base__test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_derived_generic_from_slotted_base_with_weakref__test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base_with_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_derived_weakref_slot__test.test_dataclasses.TestSlots.test_dataclass_derived_weakref_slot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_no_repr__test.test_pprint.QueryTestCase.test_dataclass_no_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_params_repr__test.test_dataclasses.TestCase.test_dataclass_params_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_params_signature__test.test_dataclasses.TestCase.test_dataclass_params_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_slot_dict__test.test_dataclasses.TestSlots.test_dataclass_slot_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_slot_dict_ctype__test.test_dataclasses.TestSlots.test_dataclass_slot_dict_ctype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclass_with_repr__test.test_pprint.QueryTestCase.test_dataclass_with_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclasses_pickleable__test.test_dataclasses.TestCase.test_dataclasses_pickleable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dataclasses_qualnames__test.test_dataclasses.TestCase.test_dataclasses_qualnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_loop_reading__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_loop_reading_aborted__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_aborted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_loop_reading_data__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_loop_reading_no_data__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_loop_writing__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_loop_writing_aborted__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_aborted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_protocol__test.test_asyncio.test_protocols.ProtocolsAbsTests.test_datagram_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_send_to_non_listening_address__test.test_asyncio.test_events.EPollEventLoopTests.test_datagram_send_to_non_listening_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_send_to_non_listening_address__test.test_asyncio.test_events.PollEventLoopTests.test_datagram_send_to_non_listening_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datagram_send_to_non_listening_address__test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datatypes_keys__test.test_dbm_sqlite3.DataTypes.test_datatypes_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datatypes_replace_coerced__test.test_dbm_sqlite3.DataTypes.test_datatypes_replace_coerced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datatypes_values__test.test_dbm_sqlite3.DataTypes.test_datatypes_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date__test.test_mailbox.TestMaildirMessage.test_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date__test.test_sqlite3.test_dbapi.ConstructorTests.test_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_datetime_comparison__test.datetimetester.Oddballs_Fast.test_date_datetime_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_datetime_comparison__test.datetimetester.Oddballs_Pure.test_date_datetime_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_from_date__test.datetimetester.CapiTest_Fast.test_date_from_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_from_date__test.datetimetester.CapiTest_Pure.test_date_from_date__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_from_ticks__test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_from_timestamp__test.datetimetester.CapiTest_Fast.test_date_from_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_from_timestamp__test.datetimetester.CapiTest_Pure.test_date_from_timestamp__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_header_properties__test.test_email.test_headerregistry.TestDateHeader.test_date_header_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_locale2__test.test_strptime.StrptimeTests.test_date_locale2___locale='ar_AE'__\"no_locale_'ar_AE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale2__test.test_strptime.StrptimeTests.test_date_locale2___locale='eu_ES'__\"no_locale_'eu_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale2__test.test_strptime.StrptimeTests.test_date_locale2___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale2__test.test_strptime.StrptimeTests.test_date_locale2___locale='my_MM'__\"no_locale_'my_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale2__test.test_strptime.StrptimeTests.test_date_locale2___locale='shn_MM'__\"no_locale_'shn_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='ar_AE'__\"no_locale_'ar_AE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='az_IR'__\"no_locale_'az_IR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='eu_ES'__\"no_locale_'eu_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='he_IL'__\"no_locale_'he_IL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='my_MM'__\"no_locale_'my_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='or_IN'__\"no_locale_'or_IN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_locale__test.test_strptime.StrptimeTests.test_date_locale___locale='shn_MM'__\"no_locale_'shn_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time__test.test_strptime.LocaleTime_Tests.test_date_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='ar_AE'__\"no_locale_'ar_AE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='br_FR'__\"no_locale_'br_FR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='brx_IN'__\"no_locale_'brx_IN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='csb_PL'__\"no_locale_'csb_PL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='gez_ET'__\"no_locale_'gez_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='he_IL'__\"no_locale_'he_IL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='mfe_MU'__\"no_locale_'mfe_MU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='my_MM'__\"no_locale_'my_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='shn_MM'__\"no_locale_'shn_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale2__test.test_strptime.StrptimeTests.test_date_time_locale2___locale='yo_NG'__\"no_locale_'yo_NG'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='ar_AE'__\"no_locale_'ar_AE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='az_IR'__\"no_locale_'az_IR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='br_FR'__\"no_locale_'br_FR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='brx_IN'__\"no_locale_'brx_IN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='csb_PL'__\"no_locale_'csb_PL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='eu_ES'__\"no_locale_'eu_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='gez_ET'__\"no_locale_'gez_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='he_IL'__\"no_locale_'he_IL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='mfe_MU'__\"no_locale_'mfe_MU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='my_MM'__\"no_locale_'my_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='or_IN'__\"no_locale_'or_IN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='shn_MM'__\"no_locale_'shn_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_locale__test.test_strptime.StrptimeTests.test_date_time_locale___locale='yo_NG'__\"no_locale_'yo_NG'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_date_time_string__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_date_time_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_time_sub_seconds__test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_date_time_sub_seconds_floating_point__test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datefmt__test.test_logging.BasicConfigTest.test_datefmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_before_1900__test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_capi__test.test_capi.test_misc.Test_testcapi.test_datetime_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_datetime__test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_from_dateandtime__test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_from_dateandtime__test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtime__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_datetime_from_dateandtimeandfold__test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtimeandfold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_from_dateandtimeandfold__test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtimeandfold__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_datetime_from_timestamp__test.datetimetester.CapiTest_Fast.test_datetime_from_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_from_timestamp__test.datetimetester.CapiTest_Pure.test_datetime_from_timestamp__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_datetime_read_only__test.test_email.test_headerregistry.TestDateHeader.test_datetime_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_datetime_reset_strptime__test.test_embed.EmbeddingTests.test_datetime_reset_strptime__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_day__test.test_strptime.StrptimeTests.test_day_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_day_of_week_calculation__test.test_strptime.CalculationTests.test_day_of_week_calculation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_days__test.test_calendar.CalendarTestCase.test_days_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dbcheck__test.test_decorators.TestDecorators.test_dbcheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dbcs__test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dbcs_keep_buffer__test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_keep_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddAbs__test.test_decimal.CIBMTestCases.test_ddAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddAbs__test.test_decimal.PyIBMTestCases.test_ddAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddAdd__test.test_decimal.CIBMTestCases.test_ddAdd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddAdd__test.test_decimal.PyIBMTestCases.test_ddAdd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddAnd__test.test_decimal.CIBMTestCases.test_ddAnd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddAnd__test.test_decimal.PyIBMTestCases.test_ddAnd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddBase__test.test_decimal.CIBMTestCases.test_ddBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddBase__test.test_decimal.PyIBMTestCases.test_ddBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCanonical__test.test_decimal.CIBMTestCases.test_ddCanonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCanonical__test.test_decimal.PyIBMTestCases.test_ddCanonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddClass__test.test_decimal.CIBMTestCases.test_ddClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddClass__test.test_decimal.PyIBMTestCases.test_ddClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompareSig__test.test_decimal.CIBMTestCases.test_ddCompareSig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompareSig__test.test_decimal.PyIBMTestCases.test_ddCompareSig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompareTotalMag__test.test_decimal.CIBMTestCases.test_ddCompareTotalMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompareTotalMag__test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompareTotal__test.test_decimal.CIBMTestCases.test_ddCompareTotal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompareTotal__test.test_decimal.PyIBMTestCases.test_ddCompareTotal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompare__test.test_decimal.CIBMTestCases.test_ddCompare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCompare__test.test_decimal.PyIBMTestCases.test_ddCompare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopyAbs__test.test_decimal.CIBMTestCases.test_ddCopyAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopyAbs__test.test_decimal.PyIBMTestCases.test_ddCopyAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopyNegate__test.test_decimal.CIBMTestCases.test_ddCopyNegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopyNegate__test.test_decimal.PyIBMTestCases.test_ddCopyNegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopySign__test.test_decimal.CIBMTestCases.test_ddCopySign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopySign__test.test_decimal.PyIBMTestCases.test_ddCopySign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopy__test.test_decimal.CIBMTestCases.test_ddCopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddCopy__test.test_decimal.PyIBMTestCases.test_ddCopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddDivideInt__test.test_decimal.CIBMTestCases.test_ddDivideInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddDivideInt__test.test_decimal.PyIBMTestCases.test_ddDivideInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddDivide__test.test_decimal.CIBMTestCases.test_ddDivide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddDivide__test.test_decimal.PyIBMTestCases.test_ddDivide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddEncode__test.test_decimal.CIBMTestCases.test_ddEncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddEncode__test.test_decimal.PyIBMTestCases.test_ddEncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddFMA__test.test_decimal.CIBMTestCases.test_ddFMA_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddFMA__test.test_decimal.PyIBMTestCases.test_ddFMA_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddInvert__test.test_decimal.CIBMTestCases.test_ddInvert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddInvert__test.test_decimal.PyIBMTestCases.test_ddInvert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddLogB__test.test_decimal.CIBMTestCases.test_ddLogB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddLogB__test.test_decimal.PyIBMTestCases.test_ddLogB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMaxMag__test.test_decimal.CIBMTestCases.test_ddMaxMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMaxMag__test.test_decimal.PyIBMTestCases.test_ddMaxMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMax__test.test_decimal.CIBMTestCases.test_ddMax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMax__test.test_decimal.PyIBMTestCases.test_ddMax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMinMag__test.test_decimal.CIBMTestCases.test_ddMinMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMinMag__test.test_decimal.PyIBMTestCases.test_ddMinMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMin__test.test_decimal.CIBMTestCases.test_ddMin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMin__test.test_decimal.PyIBMTestCases.test_ddMin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMinus__test.test_decimal.CIBMTestCases.test_ddMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMinus__test.test_decimal.PyIBMTestCases.test_ddMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMultiply__test.test_decimal.CIBMTestCases.test_ddMultiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddMultiply__test.test_decimal.PyIBMTestCases.test_ddMultiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddNextMinus__test.test_decimal.CIBMTestCases.test_ddNextMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddNextMinus__test.test_decimal.PyIBMTestCases.test_ddNextMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddNextPlus__test.test_decimal.CIBMTestCases.test_ddNextPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddNextPlus__test.test_decimal.PyIBMTestCases.test_ddNextPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddNextToward__test.test_decimal.CIBMTestCases.test_ddNextToward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddNextToward__test.test_decimal.PyIBMTestCases.test_ddNextToward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddOr__test.test_decimal.CIBMTestCases.test_ddOr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddOr__test.test_decimal.PyIBMTestCases.test_ddOr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddPlus__test.test_decimal.CIBMTestCases.test_ddPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddPlus__test.test_decimal.PyIBMTestCases.test_ddPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddQuantize__test.test_decimal.CIBMTestCases.test_ddQuantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddQuantize__test.test_decimal.PyIBMTestCases.test_ddQuantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddReduce__test.test_decimal.CIBMTestCases.test_ddReduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddReduce__test.test_decimal.PyIBMTestCases.test_ddReduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddRemainderNear__test.test_decimal.CIBMTestCases.test_ddRemainderNear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddRemainderNear__test.test_decimal.PyIBMTestCases.test_ddRemainderNear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddRemainder__test.test_decimal.CIBMTestCases.test_ddRemainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddRemainder__test.test_decimal.PyIBMTestCases.test_ddRemainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddRotate__test.test_decimal.CIBMTestCases.test_ddRotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddRotate__test.test_decimal.PyIBMTestCases.test_ddRotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddSameQuantum__test.test_decimal.CIBMTestCases.test_ddSameQuantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddSameQuantum__test.test_decimal.PyIBMTestCases.test_ddSameQuantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddScaleB__test.test_decimal.CIBMTestCases.test_ddScaleB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddScaleB__test.test_decimal.PyIBMTestCases.test_ddScaleB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddShift__test.test_decimal.CIBMTestCases.test_ddShift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddShift__test.test_decimal.PyIBMTestCases.test_ddShift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddSubtract__test.test_decimal.CIBMTestCases.test_ddSubtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddSubtract__test.test_decimal.PyIBMTestCases.test_ddSubtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddToIntegral__test.test_decimal.CIBMTestCases.test_ddToIntegral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddToIntegral__test.test_decimal.PyIBMTestCases.test_ddToIntegral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddXor__test.test_decimal.CIBMTestCases.test_ddXor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddXor__test.test_decimal.PyIBMTestCases.test_ddXor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ddl_does_not_autostart_transaction__test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_de__test.test_gettext.PluralFormsInternalTestCase.test_de_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deactivate_with_strict_bash_opts__test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dead_blocks_do_not_generate_bytecode__test.test_compile.TestSpecifics.test_dead_blocks_do_not_generate_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dead_code_with_except_handler_compiles__test.test_compile.TestSpecifics.test_dead_code_with_except_handler_compiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dead_store_elimination_in_same_lineno__test.test_peepholer.DirectCfgOptimizerTests.test_dead_store_elimination_in_same_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deadlock__test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deadlock__test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deadlock_in_queue__test.test_logging.ConfigDictTest.test_deadlock_in_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc__test.test_capi.test_watchers.TestDictWatchers.test_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc__test.test_re.ImplementationTest.test_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc_error__test.test_capi.test_watchers.TestCodeObjectWatchers.test_dealloc_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc_error__test.test_capi.test_watchers.TestDictWatchers.test_dealloc_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc_warn__test.test_socket.GeneralModuleTests.test_dealloc_warn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc_warn__test.test_ssl.BasicSocketTests.test_dealloc_warn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dealloc_watcher_raises_error__test.test_capi.test_watchers.TestFuncWatchers.test_dealloc_watcher_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug__test.test_asyncio.test_runners.RunnerTests.test_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug__test.test_logging.BasicConfigTest.test_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug__test.test_logging.ModuleLevelMiscTest.test_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_assignment__test.test_compile.TestSpecifics.test_debug_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_cleanup_same_loop__test.test_unittest.test_async_case.TestAsyncCase.test_debug_cleanup_same_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_conversion__test.test_fstring.TestCase.test_debug_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_executes_classCleanUp__test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_executes_classCleanUp_when_teardown_exception__test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_when_teardown_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_expressions_are_raw_strings__test.test_fstring.TestCase.test_debug_expressions_are_raw_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_flag__test.test_re.DebugTests.test_debug_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_in_file__test.test_fstring.TestCase.test_debug_in_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_mode_manages_coroutine_origin_tracking__test.test_asyncio.test_pep492.CoroutineTests.test_debug_mode_manages_coroutine_origin_tracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_module_cleanUp_when_teardown_exception__test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_cleanUp_when_teardown_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_module_executes_cleanUp__test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_executes_cleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_skipping__test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_skipping_class__test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debug_skipping_subtests__test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_subtests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debuglevel_2__test.test_smtplib.LMTPGeneralTests.test_debuglevel_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debuglevel_2__test.test_smtplib.SMTPGeneralTests.test_debuglevel_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debuglevel__test.test_smtplib.LMTPGeneralTests.test_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debuglevel__test.test_smtplib.SMTPGeneralTests.test_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_debugmallocstats__test.test_sys.SysModuleTest.test_debugmallocstats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decDouble__test.test_decimal.CIBMTestCases.test_decDouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decDouble__test.test_decimal.PyIBMTestCases.test_decDouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decQuad__test.test_decimal.CIBMTestCases.test_decQuad_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decQuad__test.test_decimal.PyIBMTestCases.test_decQuad_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decSingle__test.test_decimal.CIBMTestCases.test_decSingle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decSingle__test.test_decimal.PyIBMTestCases.test_decSingle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_december__test.test_calendar.MondayTestCase.test_december_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_december__test.test_calendar.MonthRangeTestCase.test_december_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_december__test.test_calendar.SundayTestCase.test_december_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal__test.test_json.test_decode.TestCDecode.test_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal__test.test_json.test_decode.TestPyDecode.test_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal__test.test_statistics.CoerceTest.test_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal__test.test_statistics.ConvertTest.test_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal__test.test_statistics.ExactRatioTest.test_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal__test.test_unicodedata.UnicodeFunctionsTest.test_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_attributes__test.test_decimal.CheckAttributes.test_decimal_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_basiccontext_mismatched_infs_to_nan__test.test_statistics.SumSpecialValues.test_decimal_basiccontext_mismatched_infs_to_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_complex_comparison__test.test_decimal.CUsabilityTest.test_decimal_complex_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_complex_comparison__test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_extendedcontext_mismatched_infs_to_nan__test.test_statistics.SumSpecialValues.test_decimal_extendedcontext_mismatched_infs_to_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_float_comparison__test.test_decimal.CUsabilityTest.test_decimal_float_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_float_comparison__test.test_decimal.PyUsabilityTest.test_decimal_float_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_fraction_comparison__test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_fraction_comparison__test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_from_float_argument_type__test.test_decimal.CFormatTest.test_decimal_from_float_argument_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_from_float_argument_type__test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_inf__test.test_statistics.SumSpecialValues.test_decimal_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_nan__test.test_statistics.ExactRatioTest.test_decimal_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_number__test.test_gettext.PluralFormsInternalTestCase.test_decimal_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_numeric_consistent__test.test_unicodedata.UnicodeMiscTest.test_decimal_numeric_consistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_point__test.test_locale.TestFrFRNumberFormatting.test_decimal_point_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_snan_raises__test.test_statistics.SumSpecialValues.test_decimal_snan_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_sqrt_of_frac__test.test_statistics.TestSqrtHelpers.test_decimal_sqrt_of_frac_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimal_zeroes__test.test_statistics.ApproxEqualSpecialsTest.test_decimal_zeroes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_cmath.IsCloseTests.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_math.IsCloseTests.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_numeric_tower.HashTest.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_statistics.TestMean.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_statistics.TestPVariance.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_statistics.TestSum.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals__test.test_statistics.TestVariance.test_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decimals_exact__test.test_statistics.TestHarmonicMean.test_decimals_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decistmt__test.test_tokenize.TestMisc.test_decistmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_declaration_junk_chars__test.test_htmlparser.HTMLParserTestCase.test_declaration_junk_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_base64.LegacyBase64TestCase.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_base64.TestMain.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_bigmem.BytearrayTest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_bigmem.BytesTest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_bytes.ByteArrayTest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_bytes.BytesTest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_codecs.ASCIITest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_codecs.CodecsModuleTest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_codecs.Latin1Test.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_codecs.PunycodeTest.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_codecs.Rot13Test.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_email.test_email.TestBase64.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_quopri.QuopriTestCase.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_xmlrpc.BinaryTestCase.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode__test.test_xmlrpc.DateTimeTestCase.test_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_error__test.test_codecs.ASCIITest.test_decode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_error__test.test_codecs.UTF8SigTest.test_decode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_error__test.test_codecs.UTF8Test.test_decode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_errors__test.test_codecs.RawUnicodeEscapeTest.test_decode_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_errors__test.test_codecs.UnicodeEscapeTest.test_decode_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_false_quoting__test.test_email.test_email.TestQuopri.test_decode_false_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_header__test.test_quopri.QuopriTestCase.test_decode_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_invalid__test.test_codecs.PunycodeTest.test_decode_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_lowercase_quoting__test.test_email.test_email.TestQuopri.test_decode_lowercase_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_multiple_spaces__test.test_email.test_email.TestQuopri.test_decode_multiple_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_nonascii_str__test.test_base64.BaseXYTestCase.test_decode_nonascii_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_null_line_null_word__test.test_email.test_email.TestQuopri.test_decode_null_line_null_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_null_word__test.test_email.test_email.TestQuopri.test_decode_null_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line__test.test_email.test_email.TestQuopri.test_decode_one_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_cr__test.test_email.test_email.TestQuopri.test_decode_one_line_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_crnl__test.test_email.test_email.TestQuopri.test_decode_one_line_crnl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_lf__test.test_email.test_email.TestQuopri.test_decode_one_line_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_nl__test.test_email.test_email.TestQuopri.test_decode_one_line_nl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_one_word__test.test_email.test_email.TestQuopri.test_decode_one_line_one_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_one_word_eol__test.test_email.test_email.TestQuopri.test_decode_one_line_one_word_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_line_trailing_spaces__test.test_email.test_email.TestQuopri.test_decode_one_line_trailing_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_long_line__test.test_email.test_email.TestQuopri.test_decode_one_long_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_space__test.test_email.test_email.TestQuopri.test_decode_one_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_word__test.test_email.test_email.TestQuopri.test_decode_one_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_one_word_eol__test.test_email.test_email.TestQuopri.test_decode_one_word_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_quoted_word__test.test_email.test_email.TestQuopri.test_decode_quoted_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_soft_line_break__test.test_email.test_email.TestQuopri.test_decode_soft_line_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_strict__test.test_codecs.LocaleCodecTest.test_decode_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_surrogateescape__test.test_codecs.LocaleCodecTest.test_decode_surrogateescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_surrogatepass__test.test_codecs.LocaleCodecTest.test_decode_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_two_lines__test.test_email.test_email.TestQuopri.test_decode_two_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_two_lines_eol__test.test_email.test_email.TestQuopri.test_decode_two_lines_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_two_lines_trailing_spaces__test.test_email.test_email.TestQuopri.test_decode_two_lines_trailing_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_unicode__test.test_codecs.TypesTest.test_decode_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_unicode__test.test_multibytecodec.Test_IncrementalDecoder.test_decode_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_unicode__test.test_multibytecodec.Test_MultibyteCodec.test_decode_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_unsupported_error_handler__test.test_codecs.LocaleCodecTest.test_decode_unsupported_error_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_uppercase_quoting__test.test_email.test_email.TestQuopri.test_decode_uppercase_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_warnings__test.test_codecs.UnicodeEscapeTest.test_decode_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_with_int2int_map__test.test_codecs.CharmapTest.test_decode_with_int2int_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_with_int2str_map__test.test_codecs.CharmapTest.test_decode_with_int2str_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decode_with_string_map__test.test_codecs.CharmapTest.test_decode_with_string_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decodebytes__test.test_base64.LegacyBase64TestCase.test_decodebytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoded_generator__test.test_email.test_email.TestMessageAPI.test_decoded_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoded_generator_emits_unicode_body__test.test_email.test_email.Test8BitBytesHandling.test_decoded_generator_emits_unicode_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoded_source__test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoded_source__test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decodehelper__test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decodehelper_bug36819__test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_bug36819_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder__test.test_io.StatefulIncrementalDecoderTest.test_decoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_optimizations__test.test_json.test_decode.TestCDecode.test_decoder_optimizations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_optimizations__test.test_json.test_decode.TestPyDecode.test_decoder_optimizations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_state__test.test_codecs.BasicUnicodeTest.test_decoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_state__test.test_codecs.UTF16Test.test_decoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_state__test.test_codecs.UTF32Test.test_decoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_state__test.test_codecs.UTF8SigTest.test_decoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoder_state__test.test_codecs.UTF8Test.test_decoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decodestring__test.test_quopri.QuopriTestCase.test_decodestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decodestring_double_equals__test.test_quopri.QuopriTestCase.test_decodestring_double_equals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoding_callbacks__test.test_codeccallbacks.CodecCallbackTest.test_decoding_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decoding_error_at_the_end_of_the_line__test.test_cmd_line.SyntaxErrorTests.test_decoding_error_at_the_end_of_the_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompimax__test.test_zlib.CompressObjectTestCase.test_decompimax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompinc__test.test_zlib.CompressObjectTestCase.test_decompinc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompincflush__test.test_zlib.CompressObjectTestCase.test_decompincflush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decomposition__test.test_unicodedata.UnicodeFunctionsTest.test_decomposition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress__test.test_gzip.TestGzip.test_decompress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_bad_input__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_bad_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_cannot_have_flags_compression__test.test_gzip.TestCommandLine.test_decompress_cannot_have_flags_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_eof__test.test_zlib.CompressObjectTestCase.test_decompress_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_eof_incomplete_stream__test.test_zlib.CompressObjectTestCase.test_decompress_eof_incomplete_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_good_input__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_good_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_incomplete_input__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_incomplete_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_incomplete_stream__test.test_zlib.CompressObjectTestCase.test_decompress_incomplete_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_infile_outfile__test.test_gzip.TestCommandLine.test_decompress_infile_outfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_infile_outfile_error__test.test_gzip.TestCommandLine.test_decompress_infile_outfile_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_memlimit__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_memlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_missing_trailer__test.test_gzip.TestGzip.test_decompress_missing_trailer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_multistream__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_multistream_trailing_junk__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream_trailing_junk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_raw_with_dictionary__test.test_zlib.CompressObjectTestCase.test_decompress_raw_with_dictionary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_stdin_stdout__test.test_gzip.TestCommandLine.test_decompress_stdin_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_trailing_junk__test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_trailing_junk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_truncated_trailer__test.test_gzip.TestGzip.test_decompress_truncated_trailer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_unused_data__test.test_zlib.CompressObjectTestCase.test_decompress_unused_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompress_without_3rd_party_library__test.test_zipfile.test_core.OtherTests.test_decompress_without_3rd_party_library_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompresscopy__test.test_zlib.CompressObjectTestCase.test_decompresscopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressmaxlen__test.test_zlib.CompressObjectTestCase.test_decompressmaxlen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressmaxlenflush__test.test_zlib.CompressObjectTestCase.test_decompressmaxlenflush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressobj_badflush__test.test_zlib.ExceptionTestCase.test_decompressobj_badflush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_after_eof__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_after_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_alone__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_alone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_auto__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_auto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_bad_input__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bad_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_bigmem__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bigmem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_bug_28275__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bug_28275_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_chunks__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_chunks_empty__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_chunks_maxsize__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_maxsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_1__test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_1__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_1__test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_2__test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_2__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_2__test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_3__test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_3__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_inputbuf_3__test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_memlimit__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_memlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_multistream__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_multistream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_raw_1__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_raw_2__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_raw_3__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_raw_4__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_unused_data__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_unused_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompressor_xz__test.test_lzma.CompressorDecompressorTestCase.test_decompressor_xz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decompresspickle__test.test_zlib.CompressObjectTestCase.test_decompresspickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorated__test.test_sort.TestDecorateSortUndecorate.test_decorated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorated_async_methods_with_spec_mock__test.test_unittest.testmock.testmock.MockTest.test_decorated_async_methods_with_spec_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorated_skip__test.test_unittest.test_skipping.Test_TestSkipping.test_decorated_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorating_method__test.test_contextlib.TestContextDecorator.test_decorating_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorating_method__test.test_contextlib_async.AsyncContextManagerTestCase.test_decorating_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator__test.test_contextlib.TestContextDecorator.test_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator__test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator__test.test_typing.DataclassTransformTests.test_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator_application_lineno_correct__test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator_application_lineno_correct__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator_application_lineno_correct__test.test_traceback.PurePythonTracebackErrorCaretTests.test_decorator_application_lineno_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator_with_exception__test.test_contextlib.TestContextDecorator.test_decorator_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator_with_exception__test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decorator_with_lambda__test.test_inspect.test_inspect.TestDecorators.test_decorator_with_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decref_doesnt_leak__test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_decref_freed_object__test.test_capi.test_misc.CAPITest.test_decref_freed_object__'need__testcapi.decref_freed_object__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dedent_declining__test.test_textwrap.DedentTestCase.test_dedent_declining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dedent_even__test.test_textwrap.DedentTestCase.test_dedent_even_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dedent_nomargin__test.test_textwrap.DedentTestCase.test_dedent_nomargin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dedent_preserve_internal_tabs__test.test_textwrap.DedentTestCase.test_dedent_preserve_internal_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dedent_preserve_margin_tabs__test.test_textwrap.DedentTestCase.test_dedent_preserve_margin_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dedent_uneven__test.test_textwrap.DedentTestCase.test_dedent_uneven_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deduplicate_from_union__test.test_typing.AnnotatedTests.test_deduplicate_from_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_copy__test.test_defaultdict.TestDefaultDict.test_deep_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_copy__test.test_set.TestCopyingEmpty.test_deep_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_copy__test.test_set.TestCopyingNested.test_deep_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_copy__test.test_set.TestCopyingSingleton.test_deep_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_copy__test.test_set.TestCopyingTriple.test_deep_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_copy__test.test_set.TestCopyingTuple.test_deep_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_import__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_import__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_invalid_rule__test.test_syntax.SyntaxTestCase.test_deep_invalid_rule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_nesting__test.test_plistlib.TestBinaryPlistlib.test_deep_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_relative_package_import__test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_relative_package_import__test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_split__test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_subgroup__test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_subgroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deep_symlink__test.test_tarfile.TestExtractionFilters.test_deep_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.datetimetester.TestTimeZone_Fast.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.datetimetester.TestTimeZone_Pure.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.ByteTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.DoubleTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.FloatTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.IntTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.LongLongTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.LongTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.ShortTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UCS4Test.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UnicodeTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UnsignedByteTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UnsignedIntTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UnsignedLongLongTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UnsignedLongTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_array.UnsignedShortTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_codecs.CodecsModuleTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_deque.TestBasic.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_functools.TestLRUC.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_functools.TestLRUPy.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_functools.TestPartialC.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_functools.TestPartialCSubclass.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_functools.TestPartialPy.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_functools.TestPartialPySubclass.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_set.TestFrozenSet.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_set.TestFrozenSetSubclass.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_set.TestSet.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_set.TestSetSubclass.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_slice.SliceTest.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy__test.test_tomllib.test_misc.TestMiscellaneous.test_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_atomic__test.test_copy.TestCopy.test_deepcopy_atomic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_basic__test.test_copy.TestCopy.test_deepcopy_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_bound_method__test.test_copy.TestCopy.test_deepcopy_bound_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_cant__test.test_copy.TestCopy.test_deepcopy_cant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_clear__test.test_xml_etree.BadElementTest.test_deepcopy_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_clear__test.test_xml_etree_c.BadElementTest.test_deepcopy_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_created__test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_created_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_date__test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_deepcopy__test.test_copy.TestCopy.test_deepcopy_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_dict__test.test_copy.TestCopy.test_deepcopy_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_dict_subclass__test.test_copy.TestCopy.test_deepcopy_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_dont_memo_immutable__test.test_copy.TestCopy.test_deepcopy_dont_memo_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_empty_tuple__test.test_copy.TestCopy.test_deepcopy_empty_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_from__test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_function__test.test_copy.TestCopy.test_deepcopy_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_grow__test.test_xml_etree.BadElementTest.test_deepcopy_grow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_grow__test.test_xml_etree_c.BadElementTest.test_deepcopy_grow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_deepcopy__test.test_copy.TestCopy.test_deepcopy_inst_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_getinitargs__test.test_copy.TestCopy.test_deepcopy_inst_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_getnewargs__test.test_copy.TestCopy.test_deepcopy_inst_getnewargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_getnewargs_ex__test.test_copy.TestCopy.test_deepcopy_inst_getnewargs_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_getstate__test.test_copy.TestCopy.test_deepcopy_inst_getstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_getstate_setstate__test.test_copy.TestCopy.test_deepcopy_inst_getstate_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_setstate__test.test_copy.TestCopy.test_deepcopy_inst_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_inst_vanilla__test.test_copy.TestCopy.test_deepcopy_inst_vanilla_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_issubclass__test.test_copy.TestCopy.test_deepcopy_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_keepalive__test.test_copy.TestCopy.test_deepcopy_keepalive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_list__test.test_copy.TestCopy.test_deepcopy_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_list_subclass__test.test_copy.TestCopy.test_deepcopy_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_memo__test.test_copy.TestCopy.test_deepcopy_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_parsed__test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_parsed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_recursive__test.test_descr.ClassPropertiesAndMethods.test_deepcopy_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_reduce__test.test_copy.TestCopy.test_deepcopy_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_reduce_ex__test.test_copy.TestCopy.test_deepcopy_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_reflexive_dict__test.test_copy.TestCopy.test_deepcopy_reflexive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_reflexive_inst__test.test_copy.TestCopy.test_deepcopy_reflexive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_reflexive_list__test.test_copy.TestCopy.test_deepcopy_reflexive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_reflexive_tuple__test.test_copy.TestCopy.test_deepcopy_reflexive_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_registry__test.test_copy.TestCopy.test_deepcopy_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_slots__test.test_copy.TestCopy.test_deepcopy_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_subject__test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_subject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_to__test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_tuple__test.test_copy.TestCopy.test_deepcopy_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_tuple_of_immutables__test.test_copy.TestCopy.test_deepcopy_tuple_of_immutables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_tuple_subclass__test.test_copy.TestCopy.test_deepcopy_tuple_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_weakkeydict__test.test_copy.TestCopy.test_deepcopy_weakkeydict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_weakref__test.test_copy.TestCopy.test_deepcopy_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deepcopy_weakvaluedict__test.test_copy.TestCopy.test_deepcopy_weakvaluedict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deeply_nested_repr__test.test_dictviews.DictSetTest.test_deeply_nested_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultTestResult__test.test_unittest.test_case.Test_TestCase.test_defaultTestResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultTest_with_iterable__test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultTest_with_string__test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_json.test_default.TestCDefault.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_json.test_default.TestPyDefault.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_logging.BufferingFormatterTest.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_sys.SizeofTest.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_warnings.CFilterTests.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_warnings.PyFilterTests.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_xmlrpc.BinaryTestCase.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default__test.test_xmlrpc.DateTimeTestCase.test_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_action__test.test_warnings._WarningsTests.test_default_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_annotations_exist__test.test_opcodes.OpcodeTest.test_default_annotations_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_args__test.test_difflib.TestFindLongest.test_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_capture__test.test_patma.TestTracing.test_default_capture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConfigParserTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConfigParserTestCaseNoValue.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.ConvertersTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.CopyTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.MultilineValuesTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.RawConfigParserTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.SortedTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_case_sensitivity__test.test_configparser.StrictTestCase.test_default_case_sensitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_coding__test.test_source_encoding.BytesSourceEncodingTest.test_default_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_coding__test.test_source_encoding.FileSourceEncodingTest.test_default_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_content_manager_for_add_comes_from_policy__test.test_email.test_message.TestEmailMessage.test_default_content_manager_for_add_comes_from_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_content_manager_for_add_comes_from_policy__test.test_email.test_message.TestMIMEPart.test_default_content_manager_for_add_comes_from_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_context__test.test_decimal.CSpecialContexts.test_default_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_context__test.test_decimal.PySpecialContexts.test_default_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_cte__test.test_email.test_email.TestEncoders.test_default_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_data__test.test_mimetypes.MimeTypesTestCase.test_default_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_dict__test.test_pprint.QueryTestCase.test_default_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_dispatch_table__test.test_pickle.CChainDispatchTableTests.test_default_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_dispatch_table__test.test_pickle.CDispatchTableTests.test_default_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_dispatch_table__test.test_pickle.PyChainDispatchTableTests.test_default_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_dispatch_table__test.test_pickle.PyDispatchTableTests.test_default_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_encoding__test.test_io.CTextIOWrapperTest.test_default_encoding__'utf-8_mode_is_enabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_default_encoding__test.test_io.PyTextIOWrapperTest.test_default_encoding__'utf-8_mode_is_enabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_default_evaluation_order__test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_default_evaluation_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_exc_handler_broken__test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_exc_handler_callback__test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_exc_handler_coro__test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_factory__test.test_dataclasses.TestCase.test_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_factory_derived__test.test_dataclasses.TestCase.test_default_factory_derived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_factory_not_called_if_value_given__test.test_dataclasses.TestCase.test_default_factory_not_called_if_value_given_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_factory_with_no_init__test.test_dataclasses.TestCase.test_default_factory_with_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_filter_configuration__test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_filter_configuration__test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_first_line__test.test_dis.InstructionTests.test_default_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_globals__test.test_typing.ForwardRefTests.test_default_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_hash__test.test_hash.HashInheritanceTestCase.test_default_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_header_factory__test.test_email.test_policy.PolicyAPITests.test_default_header_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_ignores__test.test_filecmp.DirCompareTestCase.test_default_ignores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_inheritable__test.test_socket.InheritanceTest.test_default_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_init__test.test_ctypes.test_numbers.NumberTestCase.test_default_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_is_package_false__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_is_package_false__test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_is_package_true__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_is_package_true__test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_kwargs__test.test__interpchannels.ChannelIDTests.test_default_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_no_chained_exception__test.test_enum.TestSpecial.test_default_missing_no_chained_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_with_wrong_type_value__test.test_enum.TestIntFlagClass.test_default_missing_with_wrong_type_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_with_wrong_type_value__test.test_enum.TestIntFlagFunction.test_default_missing_with_wrong_type_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_with_wrong_type_value__test.test_enum.TestMixedIntFlagClass.test_default_missing_with_wrong_type_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_with_wrong_type_value__test.test_enum.TestMixedIntFlagFunction.test_default_missing_with_wrong_type_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_with_wrong_type_value__test.test_enum.TestPlainFlagClass.test_default_missing_with_wrong_type_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_missing_with_wrong_type_value__test.test_enum.TestPlainFlagFunction.test_default_missing_with_wrong_type_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_msec_format_none__test.test_logging.FormatterTest.test_default_msec_format_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_multipart_constructor__test.test_email.test_email.TestMIMEMessage.test_default_multipart_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_no_loader__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_no_loader__test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_no_shebang__test.test_zipapp.ZipAppTest.test_default_no_shebang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_none_1__test.test_optparse.TestExpandDefaults.test_default_none_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_none_2__test.test_optparse.TestExpandDefaults.test_default_none_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_path__test.test_http_cookiejar.CookieTests.test_default_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_path_with_query__test.test_http_cookiejar.CookieTests.test_default_path_with_query_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_progname__test.test_optparse.TestProgName.test_default_progname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_protocol__test.test_shelve.TestCase.test_default_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_quoting__test.test_urllib.QuotingTests.test_default_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_safe__test.test_urllib.QuotingTests.test_default_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_scheme__test.test_urlparse.UrlParseTestCase.test_default_scheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_shareables__test.test__interpreters.IsShareableTests.test_default_shareables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_shareables__test.test_interpreters.test_api.TestIsShareable.test_default_shareables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_to_disabled__test.test_pyexpat.BufferTextTest.test_default_to_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_type__test.test_email.test_email.TestMIMEMessage.test_default_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_type_non_parsed__test.test_email.test_email.TestMIMEMessage.test_default_type_non_parsed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_type_with_explicit_container_type__test.test_email.test_email.TestMIMEMessage.test_default_type_with_explicit_container_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_update__test.test_functools.TestUpdateWrapper.test_default_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_update__test.test_functools.TestWraps.test_default_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_update_doc__test.test_functools.TestUpdateWrapper.test_default_update_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_update_doc__test.test_functools.TestWraps.test_default_update_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_value__test.test_dataclasses.TestDescriptors.test_default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_value__test.test_threading.BoundedSemaphoreTests.test_default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_value__test.test_threading.SemaphoreTests.test_default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_values__test.test_urllib.RequestTests.test_default_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_values_for_zero__test.test_time.TimeTestCase.test_default_values_for_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_default_wildcard__test.test_patma.TestTracing.test_default_wildcard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultdict_instantiation__test.test_typing.CollectionsAbcTests.test_defaultdict_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultdict_subclass__test.test_typing.CollectionsAbcTests.test_defaultdict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultrecursion__test.test_json.test_recursion.TestCRecursion.test_defaultrecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaultrecursion__test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_UTF8__test.test_locale.TestMiscellaneous.test_defaults_UTF8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_collections.TestNamedTuple.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_dataclasses.TestKeywordArgs.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_email.test_policy.PolicyAPITests.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_http_cookies.MorselTests.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_optparse.TestStandard.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_strptime.StrptimeTests.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults__test.test_type_params.TypeParamsComplexCallsTest.test_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_handle_spaces_at_start_of_continuation_line__test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_continuation_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_handle_spaces_at_start_of_subject__test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_subject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_handle_spaces_between_encoded_words_when_folded__test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_between_encoded_words_when_folded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle__test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_on_class__test.test_type_params.DefaultsTest.test_defaults_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_on_func__test.test_type_params.DefaultsTest.test_defaults_on_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_on_type_alias__test.test_type_params.DefaultsTest.test_defaults_on_type_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defaults_parameter__test.test_logging.FormatterTest.test_defaults_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defect_proto__test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defect_self_adapt__test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defects_is_tuple__test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_is_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defects_read_only__test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deferred_directory_attributes_update__test.test_tarfile.MiscTest.test_deferred_directory_attributes_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deferred_refcount_frozen__test.test_gc.GCTests.test_deferred_refcount_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defining_generic_protocols__test.test_typing.ProtocolTests.test_defining_generic_protocols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_defining_generic_protocols_old_style__test.test_typing.ProtocolTests.test_defining_generic_protocols_old_style_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del__CHUNK_SIZE_SystemError__test.test_io.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del___main____test.test_cmd_line.CmdLineTest.test_del___main___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del__log_destroy_pending_segfault__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_del__log_destroy_pending_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del__test.test_capi.test_watchers.TestDictWatchers.test_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del__test.test_fstring.TestCase.test_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del__test.test_gc.GCTests.test_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_attribute__test.test_xml_etree_c.MiscTests.test_del_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_by_finalizer__test.test_tempfile.TestNamedTemporaryFile.test_del_by_finalizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_expand__test.test_bytes.ByteArrayTest.test_del_expand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_isolation_level_segfault__test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_iter__test.test_genericalias.BaseTest.test_del_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_newclass__test.test_gc.GCTests.test_del_newclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_nonexistent_param__test.test_email.test_email.TestMessageAPI.test_del_nonexistent_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_on_close__test.test_tempfile.TestNamedTemporaryFile.test_del_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_on_close__test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_on_collection__test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_on_shutdown__test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_param__test.test_email.test_email.TestMessageAPI.test_del_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_param__test.test_email.test_email.TestRFC2231.test_del_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_param_on_nonexistent_header__test.test_email.test_email.TestMessageAPI.test_del_param_on_nonexistent_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_param_on_other_header__test.test_email.test_email.TestMessageAPI.test_del_param_on_other_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_property__test.test_property.PropertyUnreachableAttributeNoName.test_del_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_property__test.test_property.PropertyUnreachableAttributeWithName.test_del_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_rfc2231_params_with_8bit__test.test_email.test_email.Test8BitBytesHandling.test_del_rfc2231_params_with_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_rolled_file__test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_segfault__test.test_ctypes.test_strings.StringArrayTestCase.test_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_del_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_del_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_del_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_del_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_del_shutdown__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_del_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_del_statement__test.test_unparse.UnparseTestCase.test_del_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_stmt__test.test_grammar.GrammarTests.test_del_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_del_unrolled_file__test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delattr__test.test_builtin.BuiltinTest.test_delattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delay__test.test_logging.FileHandlerTest.test_delay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delayed_syntax_error__test.test_typing.ForwardRefTests.test_delayed_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dele__test.test_poplib.TestPOP3Class.test_dele_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dele__test.test_poplib.TestPOP3_SSLClass.test_dele_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dele__test.test_poplib.TestPOP3_TLSClass.test_dele_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delegating_generators_claim_to_be_running__test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delegating_generators_claim_to_be_running_with_close__test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delegating_generators_claim_to_be_running_with_throw__test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delegator_is_visible_to_debugger__test.test_yield_from.TestPEP380Operation.test_delegator_is_visible_to_debugger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete___dict____test.test_funcattrs.FunctionDictsTest.test_delete___dict___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete__test.test_ast.test_ast.ASTValidatorTests.test_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete__test.test_frame.TestFrameLocals.test_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete__test.test_ftplib.TestFTPClass.test_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete__test.test_ftplib.TestTLS_FTPClassMixin.test_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_builtins_import__test.test_import.ImportTests.test_delete_builtins_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_docstring__test.test_funcattrs.FunctionDocstringTest.test_delete_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_eventual_attr__test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_false__test.test_tempfile.TestTemporaryDirectory.test_delete_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_hook__test.test_descr.ClassPropertiesAndMethods.test_delete_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_preexisting_attr__test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_starts_transaction__test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delete_unknown_attr__test.test_funcattrs.ArbitraryFunctionAttrTest.test_delete_unknown_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deleted_cwd__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deleted_cwd__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deleted_cwd__test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deleted_cwd__test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deleting_data_should_remove_content_length__test.test_urllib2.RequestTests.test_deleting_data_should_remove_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deleting_magic_methods__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_deleting_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deliberately_mutable_defaults__test.test_dataclasses.TestCase.test_deliberately_mutable_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delimiter__test.test_csv.TestDialectValidity.test_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delimiter_override__test.test_string.TestTemplate.test_delimiter_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delimiters__test.test_csv.TestSniffer.test_delimiters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.ByteTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.DoubleTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.FloatTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.IntTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.LongLongTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.LongTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.ShortTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UCS4Test.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UnicodeTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UnsignedByteTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UnsignedIntTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UnsignedLongLongTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UnsignedLongTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_array.UnsignedShortTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_bytes.ByteArrayTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_deque.TestBasic.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_dict_version.DictSubtypeVersionTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_dict_version.DictVersionTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_list.ListTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_mailbox.TestBabyl.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_mailbox.TestMH.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_mailbox.TestMMDF.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_mailbox.TestMaildir.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_mailbox.TestMbox.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_memoryview.ArrayMemorySliceSliceTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_memoryview.ArrayMemorySliceTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_memoryview.ArrayMemoryviewTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_memoryview.BytesMemorySliceSliceTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_memoryview.BytesMemorySliceTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_memoryview.BytesMemoryviewTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_operator.COperatorTestCase.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_operator.PyOperatorTestCase.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem__test.test_userlist.UserListTest.test_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem_hash_collision__test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_hash_collision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem_hash_collision__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_hash_collision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem_hash_collision__test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_hash_collision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem_hash_collision__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_hash_collision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delitem_hash_collision__test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_hash_collision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deliver_challenge_auth_failure__test.test_multiprocessing_fork.test_misc.OtherTest.test_deliver_challenge_auth_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deliver_challenge_auth_failure__test.test_multiprocessing_forkserver.test_misc.OtherTest.test_deliver_challenge_auth_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deliver_challenge_auth_failure__test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delocalize__test.test_locale.TestCDelocalizeTest.test_delocalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delocalize__test.test_locale.TestEnUSDelocalize.test_delocalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delocalize__test.test_locale.TestfrFRDelocalizeTest.test_delocalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.ByteTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.DoubleTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.FloatTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.IntTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.LongLongTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.LongTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.ShortTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.UnsignedByteTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.UnsignedIntTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.UnsignedLongLongTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.UnsignedLongTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_array.UnsignedShortTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_list.ListTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_userlist.UserListTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_xml_etree.ElementSlicingTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delslice__test.test_xml_etree_c.ElementSlicingTest.test_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delta_from_dsu__test.datetimetester.CapiTest_Fast.test_delta_from_dsu_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delta_from_dsu__test.datetimetester.CapiTest_Pure.test_delta_from_dsu__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_delta_non_days_ignored__test.datetimetester.TestDateOnly_Fast.test_delta_non_days_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_delta_non_days_ignored__test.datetimetester.TestDateOnly_Pure.test_delta_non_days_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deopt_from_append_list__test.test_list.ListTest.test_deopt_from_append_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_N_format__test.test_decimal.CFormatTest.test_deprecated_N_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_N_format__test.test_decimal.PyFormatTest.test_deprecated_N_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_arguments__test.test_argparse.TestDeprecatedArguments.test_deprecated_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_attr_ResourceReader__test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_ResourceReader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_attr_ResourceReader__test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_ResourceReader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_attr_TraversableResources__test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_TraversableResources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_attr_TraversableResources__test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_TraversableResources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_attr_Traversable__test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_Traversable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_attr_Traversable__test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_Traversable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_boolean_option__test.test_argparse.TestDeprecatedArguments.test_deprecated_boolean_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_init_kw__test.test_argparse.TestBooleanOptionalAction.test_deprecated_init_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_modules__test.test_re.ImplementationTest.test_deprecated_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_option__test.test_argparse.TestDeprecatedArguments.test_deprecated_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_subparser__test.test_argparse.TestDeprecatedArguments.test_deprecated_subparser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_varargument__test.test_argparse.TestDeprecatedArguments.test_deprecated_varargument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecated_version__test.test_sqlite3.test_dbapi.ModuleTests.test_deprecated_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation__test.test_ctypes.test_incomplete.TestSetPointerType.test_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_for_no_type_params_passed_to__evaluate__test.test_typing.InternalsTests.test_deprecation_for_no_type_params_passed_to__evaluate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extract__test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extract__test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extract__test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extract__test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extractall__test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extractall__test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extractall__test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_if_no_filter_passed_to_extractall__test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_of_return_val_from_test__test.test_unittest.test_async_case.TestAsyncCase.test_deprecation_of_return_val_from_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_of_return_val_from_test__test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deprecation_warning__test.test_calendar.CalendarTestCase.test_deprecation_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_depth__test.test_pprint.QueryTestCase.test_depth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deque__test.test_pprint.QueryTestCase.test_deque_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deque__test.test_typing.CollectionsAbcTests.test_deque_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deque_instantiation__test.test_typing.CollectionsAbcTests.test_deque_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dereference_hardlink__test.test_tarfile.HardlinkTest.test_dereference_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_derived__test.test_threading_local.PyThreadingLocalTest.test_derived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_derived__test.test_threading_local.ThreadLocalTest.test_derived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_derived_added_field__test.test_dataclasses.TestSlots.test_derived_added_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_derived_cycle_dealloc__test.test_threading_local.PyThreadingLocalTest.test_derived_cycle_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_derived_cycle_dealloc__test.test_threading_local.ThreadLocalTest.test_derived_cycle_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descrdoc__test.test_descr.ClassPropertiesAndMethods.test_descrdoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor__test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_added_after_optimization__test.test_opcache.TestLoadAttrCache.test_descriptor_added_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_added_after_optimization__test.test_opcache.TestLoadMethodCache.test_descriptor_added_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_being_a_class__test.test_inspect.test_inspect.TestIsMethodDescriptor.test_descriptor_being_a_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_errors_propagate__test.test_module.ModuleTests.test_descriptor_errors_propagate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_from_class__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_descriptor_from_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_not_double_executed_on_spec_fail__test.test_opcache.TestLoadSuperAttrCache.test_descriptor_not_double_executed_on_spec_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_raises_AttributeError__test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor_raises_AttributeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptor_still_works__test.test_type_annotations.TypeAnnotationTests.test_descriptor_still_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptors__test.test_functools.TestPartialMethod.test_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptors__test.test_reprlib.ReprTests.test_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptors__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_descriptors_with_abstractmethod__test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deserialize_corrupt_database__test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deserialize_wrong_args__test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dest__test.test_argparse.TestActionsReturned.test_dest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dest__test.test_argparse.TestAddSubparsers.test_dest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destinsrc_false_negative__test.test_shutil.TestMove.test_destinsrc_false_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destinsrc_false_positive__test.test_shutil.TestMove.test_destinsrc_false_positive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destroy__test.test_interpreters.test_api.LowLevelTests.test_destroy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.CBufferedRandomTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.CBufferedWriterTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.CIOTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.CTextIOWrapperTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.PyBufferedRandomTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.PyBufferedWriterTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.PyIOTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_destructor__test.test_io.PyTextIOWrapperTest.test_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.CBufferedRWPairTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.CBufferedRandomTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.CBufferedReaderTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.CBufferedWriterTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.CTextIOWrapperTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.PyBufferedRWPairTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.PyBufferedRandomTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.PyBufferedReaderTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.PyBufferedWriterTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_io.PyTextIOWrapperTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_memoryio.CBytesIOTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_memoryio.CStringIOTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_memoryio.PyBytesIOTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach__test.test_memoryio.PyStringIOTest.test_detach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach_flush__test.test_io.CBufferedRandomTest.test_detach_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach_flush__test.test_io.CBufferedWriterTest.test_detach_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach_flush__test.test_io.PyBufferedRandomTest.test_detach_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach_flush__test.test_io.PyBufferedWriterTest.test_detach_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detach_materialized_dict_no_memory__test.test_class.TestInlineValues.test_detach_materialized_dict_no_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detached_stdin_binary_mode__test.test_fileinput.FileInputTests.test_detached_stdin_binary_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_details__test.test_inspect.test_inspect.TestMain.test_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_api_mismatch__ignore__test.test_support.TestSupport.test_detect_api_mismatch__ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_api_mismatch__test.test_support.TestSupport.test_detect_api_mismatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_deletion_during_iteration__test.test_ordered_dict.CPythonBuiltinDictTests.test_detect_deletion_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_deletion_during_iteration__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_deletion_during_iteration__test.test_ordered_dict.CPythonOrderedDictTests.test_detect_deletion_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_deletion_during_iteration__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_deletion_during_iteration__test.test_ordered_dict.PurePythonOrderedDictTests.test_detect_deletion_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_file__test.test_tarfile.Bz2DetectReadTest.test_detect_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_file__test.test_tarfile.DetectReadTest.test_detect_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_file__test.test_tarfile.GzipDetectReadTest.test_detect_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_file__test.test_tarfile.LzmaDetectReadTest.test_detect_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_fileobj__test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_fileobj__test.test_tarfile.DetectReadTest.test_detect_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_fileobj__test.test_tarfile.GzipDetectReadTest.test_detect_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_fileobj__test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_module_clash__test.test_unittest.test_discovery.TestDiscovery.test_detect_module_clash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_detect_stream_bz2__test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_deterministic_sets__test.test_marshal.BugsTestCase.test_deterministic_sets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devanagari_modifier__test.test_locale.NormalizeTest.test_devanagari_modifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_device_encoding__test.test_os.DeviceEncodingTests.test_device_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_device_encoding__test.test_utf8_mode.UTF8ModeTests.test_device_encoding__'sys.stdout_is_not_a_TTY'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_devices__test.test_stat.TestFilemodeCStat.test_devices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devices__test.test_stat.TestFilemodePyStat.test_devices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull__test.test_os.DevNullTests.test_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull__test.test_venv.EnsurePipTest.test_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_error__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_error__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_error__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_error__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_input__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_input__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_input__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_input__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_output__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_output__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_output__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devnull_output__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devstdin_input__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devstdin_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devstdin_input__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devstdin_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devstdin_input__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devstdin_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_devstdin_input__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devstdin_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dgram_not_implemented__test.test_asyncio.test_transports.TransportTests.test_dgram_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dh_params__test.test_ssl.ThreadedTests.test_dh_params__\"libssl_doesn't_support_ephemeral_DH\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dialect_apply__test.test_csv.TestDialectRegistry.test_dialect_apply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_diamond_inheritance__test.test_descr.ClassPropertiesAndMethods.test_diamond_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_ast.test_ast.ASTValidatorTests.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_bigmem.DictTest.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_compile.TestExpressionStackSize.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_fstring.TestCase.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_gc.GCTests.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_marshal.ContainerTestCase.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_typing.CollectionsAbcTests.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict__test.test_typing.GenericTests.test_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_and_kwargs__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_and_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_arg__test.test_logging.LogRecordTest.test_dict_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_as_property__test.test_inspect.test_inspect.TestGetattrStatic.test_dict_as_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_attr_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_attribute__test.test_threading_local.PyThreadingLocalTest.test_dict_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_attribute__test.test_threading_local.ThreadLocalTest.test_dict_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_attribute_subclass__test.test_threading_local.PyThreadingLocalTest.test_dict_attribute_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_attribute_subclass__test.test_threading_local.ThreadLocalTest.test_dict_attribute_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_check__test.test_capi.test_dict.CAPITest.test_dict_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_checkexact__test.test_capi.test_dict.CAPITest.test_dict_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_chunking__test.test_pickle.CDumpPickle_LoadPickle.test_dict_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_chunking__test.test_pickle.CPicklerTests.test_dict_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_chunking__test.test_pickle.DumpPickle_CLoadPickle.test_dict_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_chunking__test.test_pickle.InMemoryPickleTests.test_dict_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_chunking__test.test_pickle.PyPicklerTests.test_dict_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_chunking__test.test_pickletools.OptimizedPickleTests.test_dict_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_clear__test.test_capi.test_dict.CAPITest.test_dict_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_clear__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_clear__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_clear__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_clear__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_coercion__test.test_collections.TestChainMap.test_dict_coercion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_comprehension__test.test_unparse.UnparseTestCase.test_dict_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_constructors__test.test_descr.ClassPropertiesAndMethods.test_dict_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_contain_use_after_free__test.test_dict.DictTest.test_dict_contain_use_after_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_contains__test.test_capi.test_dict.CAPITest.test_dict_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_contains_string__test.test_capi.test_dict.CAPITest.test_dict_contains_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_context_manager__test.test_unittest.testmock.testwith.WithTest.test_dict_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_copy__test.test_capi.test_dict.CAPITest.test_dict_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_copy__test.test_collections.TestUserObjects.test_dict_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_copy_order__test.test_dict.DictTest.test_dict_copy_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_delitem__test.test_capi.test_dict.CAPITest.test_dict_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_delitem__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_delitem__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_delitem__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_delitem__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_delitemstring__test.test_capi.test_dict.CAPITest.test_dict_delitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_dematerialization__test.test_opcache.TestInstanceDict.test_dict_dematerialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_dematerialization_copy__test.test_opcache.TestInstanceDict.test_dict_dematerialization_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_dematerialization_multiple_refs__test.test_opcache.TestInstanceDict.test_dict_dematerialization_multiple_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_dematerialization_pickle__test.test_opcache.TestInstanceDict.test_dict_dematerialization_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_dematerialization_subclass__test.test_opcache.TestInstanceDict.test_dict_dematerialization_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_disappearing_during_get_item__test.test_xml_etree_c.MiscTests.test_dict_disappearing_during_get_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_evaluation_order__test.test_compile.TestSpecifics.test_dict_evaluation_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_getitem__test.test_capi.test_dict.CAPITest.test_dict_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_getitemref__test.test_capi.test_dict.CAPITest.test_dict_getitemref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_getitemstring__test.test_capi.test_dict.CAPITest.test_dict_getitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_getitemstringref__test.test_capi.test_dict.CAPITest.test_dict_getitemstringref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_getitemwitherror__test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_items__test.test_dictviews.DictSetTest.test_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_items_result_gc__test.test_dict.DictTest.test_dict_items_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_items_result_gc_reversed__test.test_dict.DictTest.test_dict_items_result_gc_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_iter__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_iter__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_iter__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_iteration__test.test_capi.test_misc.Test_testcapi.test_dict_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_keys__test.test_dictviews.DictSetTest.test_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_keys__test.test_json.test_enum.TestCEnum.test_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_keys__test.test_json.test_enum.TestPyEnum.test_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_keys_valuesitems_bad_arg__test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_materialization__test.test_opcache.TestInstanceDict.test_dict_materialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_members__test.test_plistlib.TestPlistlib.test_dict_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_merge__test.test_capi.test_dict.CAPITest.test_dict_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_mergefromseq2__test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_methods__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dict_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_missing__test.test_collections.TestUserObjects.test_dict_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_mixed_keys_items__test.test_dictviews.DictSetTest.test_dict_mixed_keys_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_new__test.test_capi.test_dict.CAPITest.test_dict_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_next__test.test_capi.test_dict.CAPITest.test_dict_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_pop__test.test_capi.test_dict.CAPITest.test_dict_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_pop__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_pop__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_pop__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_pop__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_popitem__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_popitem__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_popitem__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_popitem__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_popstring__test.test_capi.test_dict.CAPITest.test_dict_popstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_protocol__test.test_collections.TestUserObjects.test_dict_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_proxy_nested__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_proxy_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_proxy_nested__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_proxy_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_proxy_nested__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_reader_fieldnames_accepts_iter__test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_reader_fieldnames_accepts_list__test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_reader_fieldnames_is_optional__test.test_csv.TestDictFields.test_dict_reader_fieldnames_is_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_repr__test.test_dictviews.DictSetTest.test_dict_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setdefault__test.test_capi.test_dict.CAPITest.test_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setdefault__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setdefault__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setdefault__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setdefault__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setdefaultref__test.test_capi.test_dict.CAPITest.test_dict_setdefaultref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setitem__test.test_capi.test_dict.CAPITest.test_dict_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setitem__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setitem__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setitem__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setitem__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_setitemstring__test.test_capi.test_dict.CAPITest.test_dict_setitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_size__test.test_capi.test_dict.CAPITest.test_dict_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_subclass__test.test_typing.CollectionsAbcTests.test_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_subscribe__test.test_typing.CollectionsAbcTests.test_dict_subscribe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_type_with_metaclass__test.test_descr.DictProxyTests.test_dict_type_with_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_unpacking_in_dict__test.test_unparse.UnparseTestCase.test_dict_unpacking_in_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_update__test.test_capi.test_dict.CAPITest.test_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_update__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_update__test.test_ordered_dict.CPythonOrderedDictTests.test_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_update__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_update__test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_values__test.test_dictviews.DictSetTest.test_dict_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_values__test.test_json.test_enum.TestCEnum.test_dict_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_values__test.test_json.test_enum.TestPyEnum.test_dict_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_writer_fieldnames_accepts_list__test.test_csv.TestDictFields.test_dict_writer_fieldnames_accepts_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dict_writer_fieldnames_rejects_iter__test.test_csv.TestDictFields.test_dict_writer_fieldnames_rejects_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictcomp__test.test_ast.test_ast.ASTValidatorTests.test_dictcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictcomps__test.test_grammar.GrammarTests.test_dictcomps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictionary__test.test_zlib.CompressObjectTestCase.test_dictionary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictionary_streaming__test.test_zlib.CompressObjectTestCase.test_dictionary_streaming_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictitems_contains_use_after_free__test.test_dict.DictTest.test_dictitems_contains_use_after_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictproxy_new__test.test_capi.test_dict.CAPITest.test_dictproxy_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictrecursion__test.test_json.test_recursion.TestCRecursion.test_dictrecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictrecursion__test.test_json.test_recursion.TestPyRecursion.test_dictrecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dicts__test.test_descr.OperatorsTest.test_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dicts__test.test_richcmp.DictTest.test_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictview_mixed_set_operations__test.test_dict.DictTest.test_dictview_mixed_set_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictview_set_operations_on_items__test.test_dict.DictTest.test_dictview_set_operations_on_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dictview_set_operations_on_keys__test.test_dict.DictTest.test_dictview_set_operations_on_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestFrozenSet.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestFrozenSetSubclass.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestOnlySetsDict.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestOnlySetsGenerator.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestOnlySetsNumeric.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestOnlySetsOperator.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestOnlySetsString.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestOnlySetsTuple.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestSet.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_set.TestSetSubclass.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference__test.test_weakset.TestWeakSet.test_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_method_call__test.test_set.TestUpdateOps.test_difference_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_non_overlap__test.test_set.TestUpdateOps.test_difference_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_overlap__test.test_set.TestUpdateOps.test_difference_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_subset__test.test_set.TestUpdateOps.test_difference_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_superset__test.test_set.TestUpdateOps.test_difference_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestOnlySetsDict.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestOnlySetsGenerator.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestOnlySetsNumeric.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestOnlySetsOperator.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestOnlySetsString.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestOnlySetsTuple.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestSet.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_set.TestSetSubclass.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update__test.test_weakset.TestWeakSet.test_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_operator__test.test_set.TestOnlySetsDict.test_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_operator__test.test_set.TestOnlySetsGenerator.test_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_operator__test.test_set.TestOnlySetsNumeric.test_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_operator__test.test_set.TestOnlySetsOperator.test_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_operator__test.test_set.TestOnlySetsString.test_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_operator__test.test_set.TestOnlySetsTuple.test_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_difference_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different__test.test_filecmp.FileCompareTestCase.test_different_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_file__test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_filenames__test.test_marshal.CodeTestCase.test_different_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_instances_are_different__test.test_typing.TypeVarTupleTests.test_different_instances_are_different_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unequal__test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_parsers_unordered__test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_different_scales__test.test_statistics.TestCorrelationAndCovariance.test_different_scales_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_thread.LockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_threading.CRLockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_threading.ConditionAsRLockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_threading.LockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_different_thread__test.test_threading.PyRLockTests.test_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_digest_length_overflow__test.test_hashlib.HashLibTestCase.test_digest_length_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_digit__test.test_unicodedata.UnicodeFunctionsTest.test_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_digit_numeric_consistent__test.test_unicodedata.UnicodeMiscTest.test_digit_numeric_consistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_builtin.BuiltinTest.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_descr.ClassPropertiesAndMethods.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_ftplib.TestFTPClass.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_ftplib.TestTLS_FTPClassMixin.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_genericalias.BaseTest.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.AnnotatedTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.CollectionsCallableTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.ConcatenateTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.LiteralTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.TypingCallableTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.UnionTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_typing.UnpackTests.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir__test.test_unittest.testmock.testmock.MockTest.test_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_as_script__test.test_pdb.PdbTestCase.test_dir_as_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_does_not_include_deleted_attributes__test.test_unittest.testmock.testmock.MockTest.test_dir_does_not_include_deleted_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_fd__test.test_os.BytesFwalkTests.test_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_fd__test.test_os.FwalkTests.test_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_from_spec__test.test_unittest.testmock.testmock.MockTest.test_dir_from_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_includes_correct_attrs__test.test_funcattrs.FunctionPropertiesTest.test_dir_includes_correct_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestIntEnumClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestIntEnumFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestIntFlagClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestIntFlagFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMinimalDateClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMinimalDateFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMinimalFloatClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMinimalFloatFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedDateClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedDateFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedFloatClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedFloatFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedIntClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedIntFlagClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedIntFlagFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedIntFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedStrClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestMixedStrFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestPlainEnumClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestPlainEnumFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestPlainFlagClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestPlainFlagFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestStrEnumClass.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_class__test.test_enum.TestStrEnumFunction.test_dir_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestIntEnumClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestIntEnumFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestIntFlagClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestIntFlagFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMinimalDateClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMinimalDateFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMinimalFloatClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMinimalFloatFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedDateClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedDateFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedFloatClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedFloatFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedIntClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedIntFlagClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedIntFlagFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedIntFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedStrClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestMixedStrFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestPlainEnumClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestPlainEnumFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestPlainFlagClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestPlainFlagFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestStrEnumClass.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_item__test.test_enum.TestStrEnumFunction.test_dir_on_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_including_instance_dict_on_super__test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_on_sub_with_behavior_on_super__test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_on_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_order_with_pathext_extension__test.test_shutil.TestWhich.test_dir_order_with_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dir_order_with_pathext_extension__test.test_shutil.TestWhichBytes.test_dir_order_with_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dir_order_without_pathext_extension__test.test_shutil.TestWhich.test_dir_order_without_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dir_order_without_pathext_extension__test.test_shutil.TestWhichBytes.test_dir_order_without_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dir_parent__test.test_zipfile._path.test_path.TestPath.test_dir_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_removal_handling__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_removal_handling__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_removal_handling__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_removal_handling__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestIntEnumClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestIntEnumFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestIntFlagClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestIntFlagFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMinimalDateClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMinimalDateFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMinimalFloatClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMinimalFloatFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedDateClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedDateFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedFloatClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedFloatFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedIntClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedIntFlagClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedIntFlagFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedIntFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedStrClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestMixedStrFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestPlainEnumClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestPlainEnumFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestPlainFlagClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestPlainFlagFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestStrEnumClass.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior__test.test_enum.TestStrEnumFunction.test_dir_with_added_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_added_behavior_on_status__test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dir_with_custom_dunders__test.test_enum.TestSpecial.test_dir_with_custom_dunders__'to-do_list'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dircmp_different_directories__test.test_filecmp.DirCompareTestCase.test_dircmp_different_directories_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dircmp_different_file__test.test_filecmp.DirCompareTestCase.test_dircmp_different_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dircmp_identical_directories__test.test_filecmp.DirCompareTestCase.test_dircmp_identical_directories_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dircmp_invalid_names__test.test_filecmp.DirCompareTestCase.test_dircmp_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dircmp_no_shallow_different_file__test.test_filecmp.DirCompareTestCase.test_dircmp_no_shallow_different_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dircmp_shallow_is_keyword_only__test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_is_keyword_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dircmp_shallow_same_file__test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_same_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_direct__test.test_import.CircularImportTests.test_direct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_direct_subclassing__test.test_collections.TestOneTrickPonyABCs.test_direct_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directories__test.test_cmd_line.CmdLineTest.test_directories_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directories__test.test_unicode_file.TestUnicodeFiles.test_directories_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_cmd_line_script.CmdLineTest.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_runpy.RunPathTestCase.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_stat.TestFilemodeCStat.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_stat.TestFilemodePyStat.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_unicode_file_functions.UnicodeFileTests.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory__test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_compiled__test.test_cmd_line_script.CmdLineTest.test_directory_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_compiled__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_compiled__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_compiled__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_compiled__test.test_runpy.RunPathTestCase.test_directory_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_error__test.test_cmd_line_script.CmdLineTest.test_directory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_error__test.test_runpy.RunPathTestCase.test_directory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_exists__test.test_tempfile.TestGetTempDir.test_directory_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_in_folder__test.test_mailbox.TestMaildir.test_directory_in_folder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_link__test.test_os.Win32SymlinkTests.test_directory_link__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_directory_size__test.test_tarfile.Bz2WriteTest.test_directory_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_size__test.test_tarfile.GzipWriteTest.test_directory_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_size__test.test_tarfile.LzmaWriteTest.test_directory_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_size__test.test_tarfile.WriteTest.test_directory_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_directory_writable__test.test_tempfile.TestGetTempDir.test_directory_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dirname__test.test_posixpath.PosixPathTest.test_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis__test.test_dis.DisTests.test_dis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis__test.test_dis.DisWithFileTests.test_dis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_del_on_close__test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_none__test.test_dis.DisTests.test_dis_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_none__test.test_dis.DisWithFileTests.test_dis_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_object__test.test_dis.DisTests.test_dis_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_object__test.test_dis.DisWithFileTests.test_dis_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_traceback__test.test_dis.DisTests.test_dis_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_traceback__test.test_dis.DisWithFileTests.test_dis_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_with_offsets__test.test_dis.DisTests.test_dis_with_offsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dis_with_offsets__test.test_dis.DisWithFileTests.test_dis_with_offsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable__test.test_faulthandler.FaultHandlerTests.test_disable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable__test.test_logging.ModuleLevelMiscTest.test_disable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable__test.test_monitoring.MontoringDisableAndRestartTest.test_disable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable_event__test.test_monitoring.TestCApiEventGeneration.test_disable_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable_gil_abi__test.test_sys.SysModuleTest.test_disable_gil_abi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable_illegal_events__test.test_monitoring.TestDisable.test_disable_illegal_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable_legal_events__test.test_monitoring.TestDisable.test_disable_legal_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disable_windows_exc_handler__test.test_faulthandler.FaultHandlerTests.test_disable_windows_exc_handler__'specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_disabled__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disabled__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disabled_by_default__test.test_faulthandler.FaultHandlerTests.test_disabled_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disabled_limit__test.test_int.IntStrDigitLimitsTests.test_disabled_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disabled_limit__test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disabled_temporary_bp__test.test_bdb.BreakpointTestCase.test_disabled_temporary_bp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disabling_buffer__test.test_pyexpat.ChardataBufferTest.test_disabling_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_array.MiscTest.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_csv.MiscTestCase.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_dbm_gnu.TestGdbm.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_functools.TestCmpToKeyC.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_hashlib.HashLibTestCase.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_io.TestIOCTypes.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_re.ImplementationTest.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_select.SelectTestCase.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_unicodedata.UnicodeMiscTest.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_xml_etree_c.MiscTests.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_instantiation__test.test_zlib.ExceptionTestCase.test_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallow_set_tunnel_after_connect__test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_computations__test.datetimetester.TestTimeDelta_Fast.test_disallowed_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_computations__test.datetimetester.TestTimeDelta_Pure.test_disallowed_computations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_expressions__test.test_type_params.TypeParamsInvalidTest.test_disallowed_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_mutable_defaults__test.test_dataclasses.TestCase.test_disallowed_mutable_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_reimport__test.test_import.SubinterpImportTests.test_disallowed_reimport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_special__test.datetimetester.TestTimeDelta_Fast.test_disallowed_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_special__test.datetimetester.TestTimeDelta_Pure.test_disallowed_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disallowed_type_param_names__test.test_syntax.SyntaxTestCase.test_disallowed_type_param_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_async_generator__test.test_dis.DisTests.test_disassemble_async_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_async_generator__test.test_dis.DisWithFileTests.test_disassemble_async_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_asyncwith__test.test_dis.DisTests.test_disassemble_asyncwith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_asyncwith__test.test_dis.DisWithFileTests.test_disassemble_asyncwith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_bytes__test.test_dis.DisTests.test_disassemble_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_bytes__test.test_dis.DisWithFileTests.test_disassemble_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_class__test.test_dis.DisTests.test_disassemble_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_class__test.test_dis.DisWithFileTests.test_disassemble_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_class_method__test.test_dis.DisTests.test_disassemble_class_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_class_method__test.test_dis.DisWithFileTests.test_disassemble_class_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_coroutine__test.test_dis.DisTests.test_disassemble_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_coroutine__test.test_dis.DisWithFileTests.test_disassemble_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_fstring__test.test_dis.DisTests.test_disassemble_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_fstring__test.test_dis.DisWithFileTests.test_disassemble_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_generator__test.test_dis.DisTests.test_disassemble_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_generator__test.test_dis.DisWithFileTests.test_disassemble_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_instance_method__test.test_dis.DisTests.test_disassemble_instance_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_instance_method__test.test_dis.DisWithFileTests.test_disassemble_instance_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_instance_method_bytes__test.test_dis.DisTests.test_disassemble_instance_method_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_instance_method_bytes__test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_recursive__test.test_dis.DisTests.test_disassemble_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_recursive__test.test_dis.DisWithFileTests.test_disassemble_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_static_method__test.test_dis.DisTests.test_disassemble_static_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_static_method__test.test_dis.DisWithFileTests.test_disassemble_static_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_str__test.test_dis.DisTests.test_disassemble_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_str__test.test_dis.DisWithFileTests.test_disassemble_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_try_finally__test.test_dis.DisTests.test_disassemble_try_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_try_finally__test.test_dis.DisWithFileTests.test_disassemble_try_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_with__test.test_dis.DisTests.test_disassemble_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassemble_with__test.test_dis.DisWithFileTests.test_disassemble_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disassembled__test.test_dis.BytecodeTests.test_disassembled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_capi.test_set.TestSetCAPI.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_mailbox.TestBabyl.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_mailbox.TestMH.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_mailbox.TestMMDF.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_mailbox.TestMaildir.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_mailbox.TestMbox.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_set.TestSet.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_set.TestSetSubclass.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard__test.test_weakset.TestWeakSet.test_discard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard_absent__test.test_set.TestMutate.test_discard_absent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discard_present__test.test_set.TestMutate.test_discard_present_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disconnected__test.test_httplib.PersistenceTest.test_disconnected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover__test.test_unittest.test_discovery.TestDiscovery.test_discover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover_should_not_persist_top_level_dir_between_calls__test.test_unittest.test_discovery.TestDiscovery.test_discover_should_not_persist_top_level_dir_between_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover_start_dir_is_package_calls_package_load_tests__test.test_unittest.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover_with_init_module_that_raises_SkipTest_on_import__test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_module_that_raises_SkipTest_on_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover_with_init_modules_that_fail_to_import__test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_modules_that_fail_to_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover_with_module_that_raises_SkipTest_on_import__test.test_unittest.test_discovery.TestDiscovery.test_discover_with_module_that_raises_SkipTest_on_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discover_with_modules_that_fail_to_import__test.test_unittest.test_discovery.TestDiscovery.test_discover_with_modules_that_fail_to_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discovery_failed_discovery__test.test_unittest.test_discovery.TestDiscovery.test_discovery_failed_discovery_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discovery_from_dotted_path__test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discovery_from_dotted_path__test.test_unittest.test_program.Test_TestProgram.test_discovery_from_dotted_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discovery_from_dotted_path_builtin_modules__test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path_builtin_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_discrete_data__test.test_statistics.TestMode.test_discrete_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disk_usage__test.test_shutil.TestMisc.test_disk_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch__test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_dispatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch__test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_dispatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch__test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch_table_None_item__test.test_pickle.CChainDispatchTableTests.test_dispatch_table_None_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch_table_None_item__test.test_pickle.CDispatchTableTests.test_dispatch_table_None_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch_table_None_item__test.test_pickle.PyChainDispatchTableTests.test_dispatch_table_None_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dispatch_table_None_item__test.test_pickle.PyDispatchTableTests.test_dispatch_table_None_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_display_name_blanks_not_quoted__test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_blanks_not_quoted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_display_name_only__test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_display_name_quoting__test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_display_preserved_exception__test.test_interpreters.test_api.TestInterpreterExec.test_display_preserved_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_displayhook_unencodable__test.test_cmd_line.CmdLineTest.test_displayhook_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_displays__test.test_ast.test_ast.EndPositionTests.test_displays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disposition_inline_receiver_application_octet_stream__test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_application_octet_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disposition_inline_receiver_image_jpeg__test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_image_jpeg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disposition_inline_receiver_message_external_body__test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disposition_inline_receiver_message_rfc822__test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disposition_inline_receiver_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_disposition_inline_receiver_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distant_exception__test.test_sys_setprofile.ProfileHookTestCase.test_distant_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distant_exception__test.test_sys_setprofile.ProfileSimulatorTestCase.test_distant_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distb_empty__test.test_dis.TestDisTraceback.test_distb_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distb_empty__test.test_dis.TestDisTracebackWithFile.test_distb_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distb_explicit_arg__test.test_dis.TestDisTraceback.test_distb_explicit_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distb_explicit_arg__test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distb_last_traceback__test.test_dis.TestDisTraceback.test_distb_last_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distb_last_traceback__test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_distribution_at_str__test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div__test.test_binop.RatTestCase.test_div_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PosixPathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PurePathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_div_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PathTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PurePathTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_nested__test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PathTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PurePathTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_div_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_posix__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PathTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PurePathTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_div_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_div_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_divide__test.test_decimal.CContextAPItests.test_divide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divide__test.test_decimal.CIBMTestCases.test_divide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divide__test.test_decimal.PyContextAPItests.test_divide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divide__test.test_decimal.PyIBMTestCases.test_divide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divide_and_round__test.datetimetester.TestModule_Fast.test_divide_and_round__'Only_run_for_Pure_Python_implementation'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_divide_and_round__test.datetimetester.TestModule_Pure.test_divide_and_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divide_int__test.test_decimal.CContextAPItests.test_divide_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divide_int__test.test_decimal.PyContextAPItests.test_divide_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divideint__test.test_decimal.CIBMTestCases.test_divideint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divideint__test.test_decimal.PyIBMTestCases.test_divideint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.datetimetester.TestTimeDelta_Fast.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.datetimetester.TestTimeDelta_Pure.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.test_decimal.CArithmeticOperatorsTest.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.test_decimal.PyArithmeticOperatorsTest.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.test_gettext.PluralFormsInternalTestCase.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.test_long.LongTest.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_division__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.datetimetester.TestTimeDelta_Fast.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.datetimetester.TestTimeDelta_Pure.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.test_builtin.BuiltinTest.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.test_complex.ComplexTest.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.test_decimal.CContextAPItests.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.test_decimal.CCoverage.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.test_decimal.PyContextAPItests.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod__test.test_decimal.PyCoverage.test_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod_and_rdivmod__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_divmod_and_rdivmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod_uses_cached_small_ints__test.test_long.LongTest.test_divmod_uses_cached_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_divmod_zero_division__test.test_complex.ComplexTest.test_divmod_zero_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dll_dependency_import__test.test_import.ImportTests.test_dll_dependency_import__'Windows-specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dllfunctions__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_dllfunctions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dlopenflags__test.test_sys.SysModuleTest.test_dlopenflags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dml_does_not_auto_commit_before__test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doClassCleanups_with_errors_addClassCleanUp__test.test_unittest.test_runner.TestClassCleanup.test_doClassCleanups_with_errors_addClassCleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doModuleCleanup_with_errors_in_addModuleCleanup__test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_errors_in_addModuleCleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_handshake_enotconn__test.test_ssl.ThreadedTests.test_do_handshake_enotconn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_longs__test.test_getopt.GetoptTests.test_do_longs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_break_long_words_or_on_hyphens__test.test_textwrap.LongWordWithHyphensTestCase.test_do_not_break_long_words_or_on_hyphens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_overwrite_nonregular_files__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_nonregular_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_overwrite_nonregular_files__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_nonregular_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_overwrite_symlinks__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_overwrite_symlinks__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_recreate_annotations__test.test_opcodes.OpcodeTest.test_do_not_recreate_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_rehash_dict_keys__test.test_set.TestFrozenSet.test_do_not_rehash_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_rehash_dict_keys__test.test_set.TestFrozenSetSubclass.test_do_not_rehash_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_rehash_dict_keys__test.test_set.TestSet.test_do_not_rehash_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_rehash_dict_keys__test.test_set.TestSetSubclass.test_do_not_rehash_dict_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_not_shadow_user_arguments__test.test_warnings.DeprecatedTests.test_do_not_shadow_user_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_do_shorts__test.test_getopt.GetoptTests.test_do_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc_1__test.test_enum.MiscTestCase.test_doc_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc_2__test.test_enum.MiscTestCase.test_doc_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc_3__test.test_enum.MiscTestCase.test_doc_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc_4__test.test_enum.MiscTestCase.test_doc_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc__test.test_bytes.AssortedBytesTest.test_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc__test.test_functools.TestCachedProperty.test_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc__test.test_typing.NoDefaultTests.test_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doc_descriptor__test.test_descr.ClassPropertiesAndMethods.test_doc_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring__test.test_compile.TestSpecifics.test_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring__test.test_fstring.TestCase.test_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_copy__test.test_dynamicclassattribute.PropertySubclassTests.test_docstring_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_copy__test.test_property.PropertySubclassTests.test_docstring_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_deque_field__test.test_dataclasses.TestDocString.test_docstring_deque_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_deque_field_with_default_factory__test.test_dataclasses.TestDocString.test_docstring_deque_field_with_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_list_field__test.test_dataclasses.TestDocString.test_docstring_list_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_list_field_with_default_factory__test.test_dataclasses.TestDocString.test_docstring_list_field_with_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_no_fields__test.test_dataclasses.TestDocString.test_docstring_no_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_omitted__test.test_compile.TestSpecifics.test_docstring_omitted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_one_field__test.test_dataclasses.TestDocString.test_docstring_one_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_one_field_with_default__test.test_dataclasses.TestDocString.test_docstring_one_field_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_one_field_with_default_none__test.test_dataclasses.TestDocString.test_docstring_one_field_with_default_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_signature_parsing__test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_three_fields__test.test_dataclasses.TestDocString.test_docstring_three_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_two_fields__test.test_dataclasses.TestDocString.test_docstring_two_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstring_with_no_signature__test.test_dataclasses.TestDocString.test_docstring_with_no_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstrings__test.test_unparse.CosmeticTestCase.test_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstrings__test.test_unparse.UnparseTestCase.test_docstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_docstrings_negative_cases__test.test_unparse.CosmeticTestCase.test_docstrings_negative_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctest__test.test_regrtest.ArgsTestCase.test_doctest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctype__test.test_xml_etree.TreeBuilderTest.test_doctype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctype__test.test_xml_etree_c.TreeBuilderTest.test_doctype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctype_public__test.test_xml_etree.ElementTreeTest.test_doctype_public_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctype_public__test.test_xml_etree_c.ElementTreeTest.test_doctype_public_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctype_warning__test.test_xml_etree.XMLParserTest.test_doctype_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doctype_warning__test.test_xml_etree_c.XMLParserTest.test_doctype_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_does_not_exist__test.test__interpchannels.ChannelIDTests.test_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_does_not_exist__test.test__interpreters.DestroyTests.test_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_does_not_exist__test.test__interpreters.IsRunningTests.test_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_does_not_exist__test.test__interpreters.RunStringTests.test_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_does_not_flatten_enum__test.test_typing.LiteralTests.test_does_not_flatten_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dollars__test.test_logging.FormatterTest.test_dollars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_allow__test.test_http_cookiejar.CookieTests.test_domain_allow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_block__test.test_http_cookiejar.CookieTests.test_domain_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_error_regression__test.test_statistics.TestPStdev.test_domain_error_regression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_error_regression__test.test_statistics.TestPVariance.test_domain_error_regression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_error_regression__test.test_statistics.TestStdev.test_domain_error_regression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_error_regression__test.test_statistics.TestVariance.test_domain_error_regression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_match__test.test_http_cookiejar.CookieTests.test_domain_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_mirror__test.test_http_cookiejar.CookieTests.test_domain_mirror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_only__test.test_email.test_headerregistry.TestAddressAndGroup.test_domain_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_domain_return_ok__test.test_http_cookiejar.CookieTests.test_domain_return_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dominating_multiline_values__test.test_configparser.MultilineValuesTestCase.test_dominating_multiline_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done__test.test_concurrent_futures.test_future.FutureTests.test_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done__test.test_graphlib.TestTopologicalSort.test_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_already_cancelled__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_already_failed__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_already_successful__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_successful_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_raises__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_raises_already_succeeded__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_already_succeeded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_with_cancel__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_with_exception__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_done_callback_with_result__test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_add_python_opts__test.test_regrtest.ParseArgsTestCase.test_dont_add_python_opts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_check_same_thread__test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_clear_dict__test.test_module.ModuleTests.test_dont_clear_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_copy_file_onto_link_to_itself__test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_copy_file_onto_symlink_to_itself__test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_include_other_annotations__test.test_dataclasses.TestCase.test_dont_include_other_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_mangle_from__test.test_email.test_email.TestFromMangling.test_dont_mangle_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_mask_non_attribute_error__test.test_isinstance.TestIsInstanceExceptions.test_dont_mask_non_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_mask_non_attribute_error__test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_mask_non_attribute_error_in_cls_arg__test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_dont_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge__test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_dont_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_dont_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_dont_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_dont_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_merge_constants__test.test_compile.TestSpecifics.test_dont_merge_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_move_dir_in_itself__test.test_shutil.TestMove.test_dont_move_dir_in_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_pause_writing__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_dont_pause_writing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_reraise_RuntimeError__test.test_contextlib.TestExitStack.test_dont_reraise_RuntimeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_reraise_RuntimeError__test.test_contextlib_async.TestAsyncExitStack.test_dont_reraise_RuntimeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_swallow_cause_or_context_of_falsey_exception__test.test_traceback.TestTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_swallow_subexceptions_of_falsey_exceptiongroup__test.test_traceback.TestTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_use_default_map__test.test_email.test_headerregistry.TestHeaderRegistry.test_dont_use_default_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_write_bytecode__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dont_write_bytecode__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doseq__test.test_urllib.urlencode_Tests.test_doseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dot_new_with_str_key__test.test_hmac.ConstructorTestCase.test_dot_new_with_str_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dotted__test.test_decorators.TestDecorators.test_dotted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dotted_attribute__test.test_xmlrpc.FaultTestCase.test_dotted_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dotted_attribute__test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dotted_but_module_not_loaded__test.test_unittest.testmock.testpatch.PatchTest.test_dotted_but_module_not_loaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dotted_name_not_a_package__test.test_pyclbr.ReadmoduleTests.test_dotted_name_not_a_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double__test.test_ctypes.test_callbacks.Callbacks.test_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double__test.test_ctypes.test_cfuncs.CFunctions.test_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double__test.test_decorators.TestClassDecorators.test_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double__test.test_decorators.TestDecorators.test_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_await__test.test_asyncio.test_pep492.CoroutineTests.test_double_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_boundary__test.test_email.test_email.TestMultipart.test_double_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_braces__test.test_fstring.TestCase.test_double_braces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_close__test.test_asyncio.test_runners.RunnerTests.test_double_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_close__test.test_mmap.MmapTests.test_double_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_close_on_error__test.test_subprocess.ProcessTestCase.test_double_close_on_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_close_on_error__test.test_subprocess.ProcessTestCaseNoPoll.test_double_close_on_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_double_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_coding_same_line__test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_coding_same_line__test.test_source_encoding.FileSourceEncodingTest.test_double_coding_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_const__test.test_import.ImportTests.test_double_const_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_dot_no_clobber__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_double_dot_no_clobber_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_dot_no_clobber__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_double_dot_no_clobber_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_forward__test.test_typing.ForwardRefTests.test_double_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_patch_instance_method__test.test_unittest.testmock.testwith.WithTest.test_double_patch_instance_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_plus__test.test_ctypes.test_cfuncs.CFunctions.test_double_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_quoteattr__test.test_sax.SaxutilsTest.test_double_quoteattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_quotes__test.test_gettext.GettextTestCase1.test_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_quotes__test.test_gettext.GettextTestCase2.test_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_specials_do_unpack__test.test_float.IEEEFormatTestCase.test_double_specials_do_unpack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_wrapped_methods__test.test_functools.TestSingleDispatch.test_double_wrapped_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_double_write__test.test_csv.TestArrayWrites.test_double_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doubled_data__test.test_statistics.TestHarmonicMean.test_doubled_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doubled_data__test.test_statistics.TestMean.test_doubled_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doublequote__test.test_csv.TestSniffer.test_doublequote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doubleresult__test.test_ctypes.test_functions.FunctionTestCase.test_doubleresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_doubly_nested__test.test_dis.InstructionTests.test_doubly_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_down__test.test_bdb.StateTestCase.test_down_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqAbs__test.test_decimal.CIBMTestCases.test_dqAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqAbs__test.test_decimal.PyIBMTestCases.test_dqAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqAdd__test.test_decimal.CIBMTestCases.test_dqAdd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqAdd__test.test_decimal.PyIBMTestCases.test_dqAdd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqAnd__test.test_decimal.CIBMTestCases.test_dqAnd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqAnd__test.test_decimal.PyIBMTestCases.test_dqAnd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqBase__test.test_decimal.CIBMTestCases.test_dqBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqBase__test.test_decimal.PyIBMTestCases.test_dqBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCanonical__test.test_decimal.CIBMTestCases.test_dqCanonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCanonical__test.test_decimal.PyIBMTestCases.test_dqCanonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqClass__test.test_decimal.CIBMTestCases.test_dqClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqClass__test.test_decimal.PyIBMTestCases.test_dqClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompareSig__test.test_decimal.CIBMTestCases.test_dqCompareSig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompareSig__test.test_decimal.PyIBMTestCases.test_dqCompareSig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompareTotalMag__test.test_decimal.CIBMTestCases.test_dqCompareTotalMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompareTotalMag__test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompareTotal__test.test_decimal.CIBMTestCases.test_dqCompareTotal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompareTotal__test.test_decimal.PyIBMTestCases.test_dqCompareTotal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompare__test.test_decimal.CIBMTestCases.test_dqCompare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCompare__test.test_decimal.PyIBMTestCases.test_dqCompare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopyAbs__test.test_decimal.CIBMTestCases.test_dqCopyAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopyAbs__test.test_decimal.PyIBMTestCases.test_dqCopyAbs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopyNegate__test.test_decimal.CIBMTestCases.test_dqCopyNegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopyNegate__test.test_decimal.PyIBMTestCases.test_dqCopyNegate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopySign__test.test_decimal.CIBMTestCases.test_dqCopySign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopySign__test.test_decimal.PyIBMTestCases.test_dqCopySign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopy__test.test_decimal.CIBMTestCases.test_dqCopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqCopy__test.test_decimal.PyIBMTestCases.test_dqCopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqDivideInt__test.test_decimal.CIBMTestCases.test_dqDivideInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqDivideInt__test.test_decimal.PyIBMTestCases.test_dqDivideInt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqDivide__test.test_decimal.CIBMTestCases.test_dqDivide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqDivide__test.test_decimal.PyIBMTestCases.test_dqDivide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqEncode__test.test_decimal.CIBMTestCases.test_dqEncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqEncode__test.test_decimal.PyIBMTestCases.test_dqEncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqFMA__test.test_decimal.CIBMTestCases.test_dqFMA_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqFMA__test.test_decimal.PyIBMTestCases.test_dqFMA_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqInvert__test.test_decimal.CIBMTestCases.test_dqInvert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqInvert__test.test_decimal.PyIBMTestCases.test_dqInvert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqLogB__test.test_decimal.CIBMTestCases.test_dqLogB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqLogB__test.test_decimal.PyIBMTestCases.test_dqLogB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMaxMag__test.test_decimal.CIBMTestCases.test_dqMaxMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMaxMag__test.test_decimal.PyIBMTestCases.test_dqMaxMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMax__test.test_decimal.CIBMTestCases.test_dqMax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMax__test.test_decimal.PyIBMTestCases.test_dqMax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMinMag__test.test_decimal.CIBMTestCases.test_dqMinMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMinMag__test.test_decimal.PyIBMTestCases.test_dqMinMag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMin__test.test_decimal.CIBMTestCases.test_dqMin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMin__test.test_decimal.PyIBMTestCases.test_dqMin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMinus__test.test_decimal.CIBMTestCases.test_dqMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMinus__test.test_decimal.PyIBMTestCases.test_dqMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMultiply__test.test_decimal.CIBMTestCases.test_dqMultiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqMultiply__test.test_decimal.PyIBMTestCases.test_dqMultiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqNextMinus__test.test_decimal.CIBMTestCases.test_dqNextMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqNextMinus__test.test_decimal.PyIBMTestCases.test_dqNextMinus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqNextPlus__test.test_decimal.CIBMTestCases.test_dqNextPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqNextPlus__test.test_decimal.PyIBMTestCases.test_dqNextPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqNextToward__test.test_decimal.CIBMTestCases.test_dqNextToward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqNextToward__test.test_decimal.PyIBMTestCases.test_dqNextToward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqOr__test.test_decimal.CIBMTestCases.test_dqOr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqOr__test.test_decimal.PyIBMTestCases.test_dqOr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqPlus__test.test_decimal.CIBMTestCases.test_dqPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqPlus__test.test_decimal.PyIBMTestCases.test_dqPlus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqQuantize__test.test_decimal.CIBMTestCases.test_dqQuantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqQuantize__test.test_decimal.PyIBMTestCases.test_dqQuantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqReduce__test.test_decimal.CIBMTestCases.test_dqReduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqReduce__test.test_decimal.PyIBMTestCases.test_dqReduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqRemainderNear__test.test_decimal.CIBMTestCases.test_dqRemainderNear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqRemainderNear__test.test_decimal.PyIBMTestCases.test_dqRemainderNear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqRemainder__test.test_decimal.CIBMTestCases.test_dqRemainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqRemainder__test.test_decimal.PyIBMTestCases.test_dqRemainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqRotate__test.test_decimal.CIBMTestCases.test_dqRotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqRotate__test.test_decimal.PyIBMTestCases.test_dqRotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqSameQuantum__test.test_decimal.CIBMTestCases.test_dqSameQuantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqSameQuantum__test.test_decimal.PyIBMTestCases.test_dqSameQuantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqScaleB__test.test_decimal.CIBMTestCases.test_dqScaleB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqScaleB__test.test_decimal.PyIBMTestCases.test_dqScaleB_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqShift__test.test_decimal.CIBMTestCases.test_dqShift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqShift__test.test_decimal.PyIBMTestCases.test_dqShift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqSubtract__test.test_decimal.CIBMTestCases.test_dqSubtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqSubtract__test.test_decimal.PyIBMTestCases.test_dqSubtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqToIntegral__test.test_decimal.CIBMTestCases.test_dqToIntegral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqToIntegral__test.test_decimal.PyIBMTestCases.test_dqToIntegral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqXor__test.test_decimal.CIBMTestCases.test_dqXor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dqXor__test.test_decimal.PyIBMTestCases.test_dqXor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drain_raises__test.test_asyncio.test_streams.StreamTests.test_drain_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_draining_state__test.test_asyncio.test_locks.BarrierTests.test_draining_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drbg_pr_sha256__test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PurePathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_invalid_return_value__test.test_exception_group.NestedExceptionGroupSplitTest.test_drive_invalid_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PathTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drive_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_drop_table__test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_unused_refs__test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_false__test.test_textwrap.WrapTestCase.test_drop_whitespace_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_false_whitespace_only__test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_false_whitespace_only_with_indent__test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only_with_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_leading_whitespace__test.test_textwrap.WrapTestCase.test_drop_whitespace_leading_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_whitespace_indent__test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_whitespace_line__test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_whitespace_only__test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_drop_whitespace_whitespace_only_with_indent__test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only_with_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dropping_frames__test.test_traceback.TestStack.test_dropping_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dropwhile__test.test_itertools.TestBasicOps.test_dropwhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dropwhile__test.test_itertools.TestExamples.test_dropwhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dropwhile__test.test_itertools.TestGC.test_dropwhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dropwhile__test.test_itertools.TestVariousIteratorArgs.test_dropwhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsBase__test.test_decimal.CIBMTestCases.test_dsBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsBase__test.test_decimal.PyIBMTestCases.test_dsBase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsEncode__test.test_decimal.CIBMTestCases.test_dsEncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsEncode__test.test_decimal.PyIBMTestCases.test_dsEncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsn__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_dsn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsn__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_dsn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsn__test.test_email.test_email.TestIdempotent.test_dsn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dsn__test.test_email.test_email.TestMIMEMessage.test_dsn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dst__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dst__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dst__test.datetimetester.TestTimeZone_Fast.test_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dst__test.datetimetester.TestTimeZone_Pure.test_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dual_stack_client_v4__test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dual_stack_client_v6__test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dualstack_ipv6_family__test.test_socket.CreateServerTest.test_dualstack_ipv6_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dubious_quote__test.test_csv.TestDialectExcel.test_dubious_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duck_coro__test.test_types.CoroutineTests.test_duck_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duck_corogen__test.test_types.CoroutineTests.test_duck_corogen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duck_functional_gen__test.test_types.CoroutineTests.test_duck_functional_gen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duck_gen__test.test_types.CoroutineTests.test_duck_gen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumbdbm_creation__test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumbdbm_creation_mode__test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumbdbm_keys__test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumbdbm_modification__test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumbdbm_read__test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dummy_builder__test.test_xml_etree.TreeBuilderTest.test_dummy_builder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dummy_builder__test.test_xml_etree_c.TreeBuilderTest.test_dummy_builder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dummy_thread_after_fork__test.test_threading.ThreadTests.test_dummy_thread_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump__test.test_ast.test_ast.ASTHelpers_Test.test_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump__test.test_json.test_dump.TestCDump.test_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump__test.test_json.test_dump.TestPyDump.test_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_and_load_works_correctly__test.test_pstats.StatsTestCase.test_dump_and_load_works_correctly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_attribute_order__test.test_xml_etree.ElementTreeTest.test_dump_attribute_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_attribute_order__test.test_xml_etree_c.ElementTreeTest.test_dump_attribute_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_autoincrement__test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_autoincrement_create_new_db__test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_aware_datetime__test.test_plistlib.TestPlistlib.test_dump_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_aware_datetime_without_aware_datetime_option__test.test_plistlib.TestBinaryPlistlib.test_dump_aware_datetime_without_aware_datetime_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_aware_datetime_without_aware_datetime_option__test.test_plistlib.TestPlistlib.test_dump_aware_datetime_without_aware_datetime_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_bad_dict__test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_bare_datetime__test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_big_int__test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_big_long__test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_bytes__test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_closed_file__test.test_pickle.CPickleTests.test_dump_closed_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_closed_file__test.test_pickle.PyPickleTests.test_dump_closed_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_custom_row_factory__test.test_sqlite3.test_dump.DumpTests.test_dump_custom_row_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_double__test.test_xmlrpc.XMLRPCTestCase.test_dump_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_duplicates__test.test_plistlib.TestBinaryPlistlib.test_dump_duplicates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_encoding__test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_ext_modules__test.test_faulthandler.FaultHandlerTests.test_dump_ext_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_fault__test.test_xmlrpc.FaultTestCase.test_dump_fault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_incomplete__test.test_ast.test_ast.ASTHelpers_Test.test_dump_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_indent__test.test_ast.test_ast.ASTHelpers_Test.test_dump_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_invalid_format__test.test_plistlib.TestPlistlib.test_dump_invalid_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_load__test.test_xmlrpc.XMLRPCTestCase.test_dump_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_load_oob_buffers__test.test_pickle.CPickleTests.test_dump_load_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_load_oob_buffers__test.test_pickle.PyPickleTests.test_dump_load_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_message__test.test_mailbox.TestBabyl.test_dump_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_message__test.test_mailbox.TestMH.test_dump_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_message__test.test_mailbox.TestMMDF.test_dump_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_message__test.test_mailbox.TestMaildir.test_dump_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_message__test.test_mailbox.TestMbox.test_dump_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_naive_datetime_with_aware_datetime_option__test.test_plistlib.TestPlistlib.test_dump_naive_datetime_with_aware_datetime_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_none__test.test_xmlrpc.XMLRPCTestCase.test_dump_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_recursive_dict__test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_recursive_seq__test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_show_empty__test.test_ast.test_ast.ASTHelpers_Test.test_dump_show_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_skipkeys__test.test_json.test_dump.TestCDump.test_dump_skipkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_skipkeys__test.test_json.test_dump.TestPyDump.test_dump_skipkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_text_file__test.test_pickle.CPickleTests.test_dump_text_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_text_file__test.test_pickle.PyPickleTests.test_dump_text_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_fd__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_file__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_later__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_later_cancel__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_later_fd__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_later_file__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_later_repeat__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_later_twice__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_twice__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dump_traceback_threads__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_traceback_threads_file__test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_utc_aware_datetime__test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_utc_aware_datetime_without_aware_datetime_option__test.test_plistlib.TestBinaryPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_utc_aware_datetime_without_aware_datetime_option__test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dump_virtual_tables__test.test_sqlite3.test_dump.DumpTests.test_dump_virtual_tables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumps__test.test_json.test_dump.TestCDump.test_dumps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumps__test.test_json.test_dump.TestPyDump.test_dumps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumps_loads_oob_buffers__test.test_pickle.CPickleTests.test_dumps_loads_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dumps_loads_oob_buffers__test.test_pickle.PyPickleTests.test_dumps_loads_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder__test.test_enum.TestHelpers.test_dunder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder__test.test_enum.TestInternals.test_dunder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_call__test.test_unittest.testmock.testhelpers.CallTest.test_dunder_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_deprecated__test.test_warnings.DeprecatedTests.test_dunder_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_final__test.test_typing.FinalDecoratorTests.test_dunder_final_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_get_signature__test.test_types.TypesTests.test_dunder_get_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_is_original__test.test_operator.COperatorTestCase.test_dunder_is_original_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_is_original__test.test_operator.PyOperatorTestCase.test_dunder_is_original_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_iter_data__test.test_unittest.testmock.testwith.TestMockOpen.test_dunder_iter_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dunder_name__test.test_listcomps.ListComprehensionTest.test_dunder_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup2__test.test_os.FDInheritanceTests.test_dup2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup2__test.test_os.TestInvalidFD.test_dup2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup2__test.test_posix.PosixTester.test_dup2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup2__test.test_posix.TestPosixSpawn.test_dup2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup2__test.test_posix.TestPosixSpawnP.test_dup2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup2_negative_fd__test.test_os.TestInvalidFD.test_dup2_negative_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_os.FDInheritanceTests.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_os.TestInvalidFD.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_pickle.CUnpicklerTests.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_pickle.InMemoryPickleTests.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_pickle.PyUnpicklerTests.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_posix.PosixTester.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup__test.test_socket.InheritanceTest.test_dup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dup_nul__test.test_os.FDInheritanceTests.test_dup_nul__'win32-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_dup_standard_stream__test.test_os.FDInheritanceTests.test_dup_standard_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplex_false__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_duplex_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplex_false__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_duplex_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplex_false__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_duplex_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplex_false__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_duplex_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplex_false__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplex_false__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_duplex_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_auto__test.test_enum.OldTestFlag.test_duplicate_auto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_auto__test.test_enum.TestInternals.test_duplicate_auto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_coroutines__test.test_asyncio.test_tasks.CoroutineGatherTests.test_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_field_names__test.test_dataclasses.TestMakeDataclass.test_duplicate_field_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_function_equality__test.test_funcattrs.FunctionPropertiesTest.test_duplicate_function_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_global_local__test.test_compile.TestSpecifics.test_duplicate_global_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_name_error__test.test_enum.TestSpecial.test_duplicate_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_option_error__test.test_configparser.CoverageOneHundredTestCase.test_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicate_values_give_unique_enum_items__test.test_enum.TestSpecial.test_duplicate_values_give_unique_enum_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicated_levels__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_duplicated_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicated_levels__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_duplicated_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicated_small_exit_block__test.test_compile.TestSpecifics.test_duplicated_small_exit_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicateoptionerror__test.test_configparser.ExceptionPicklingTestCase.test_duplicateoptionerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_duplicatesectionerror__test.test_configparser.ExceptionPicklingTestCase.test_duplicatesectionerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_durations__test.test_unittest.test_runner.Test_TextTestRunner.test_durations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_child_mocks_are_threading_mocks__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_are_threading_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_child_mocks_inherit_timeout__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_inherit_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class__test.test_pickle.CDumpPickle_LoadPickle.test_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class__test.test_pickle.CPicklerTests.test_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class__test.test_pickle.DumpPickle_CLoadPickle.test_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class__test.test_pickle.InMemoryPickleTests.test_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class__test.test_pickle.PyPicklerTests.test_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class__test.test_pickletools.OptimizedPickleTests.test_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class_creation__test.test_dataclasses.TestCase.test_dynamic_class_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_class_creation_using_field__test.test_dataclasses.TestCase.test_dynamic_class_creation_using_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_members_with_static_methods__test.test_enum.TestSpecial.test_dynamic_members_with_static_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_path__test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamic_path__test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_dynamics__test.test_descr.ClassPropertiesAndMethods.test_dynamics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_e2e__test.test_importlib.test_lazy.LazyLoaderTests.test_e2e_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_each_Policy_gets_unique_factory__test.test_email.test_policy.PolicyAPITests.test_each_Policy_gets_unique_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eager_completion__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eager_completion__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_completion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eager_task_factory_set__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_task_factory_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eager_task_factory_set__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_task_factory_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_early_eof__test.test_httplib.BasicTest.test_early_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_early_exit_with__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_early_exit_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_early_exit_with__test.test_sys_settrace.TestLinesAfterTraceStarted.test_early_exit_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_early_exit_with__test.test_sys_settrace.TestSetLocalTrace.test_early_exit_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_early_exit_with__test.test_sys_settrace.TraceOpcodesTestCase.test_early_exit_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_early_exit_with__test.test_sys_settrace.TraceTestCase.test_early_exit_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_east_asian_width_9_0_changes__test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_9_0_changes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_east_asian_width__test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_east_asian_width_unassigned__test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_unassigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_easy__test.datetimetester.TestTimezoneConversions_Fast.test_easy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_easy__test.datetimetester.TestTimezoneConversions_Pure.test_easy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_easy__test.test_pyclbr.PyclbrTest.test_easy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_easy_debugging__test.test_inspect.test_inspect.TestGetAsyncGenState.test_easy_debugging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_easy_debugging__test.test_inspect.test_inspect.TestGetCoroutineState.test_easy_debugging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_easy_debugging__test.test_inspect.test_inspect.TestGetGeneratorState.test_easy_debugging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_edge_cases__test.test_unicodedata.NormalizationTest.test_edge_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_edit_cost__test.test_capi.test_misc.Test_testinternalcapi.test_edit_cost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_egg__test.test_importlib.metadata.test_main.DirectoryTest.test_egg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_egg_info__test.test_importlib.metadata.test_main.DirectoryTest.test_egg_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eight_decimal_places__test.test_cmath.IsCloseTests.test_eight_decimal_places_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eight_decimal_places__test.test_math.IsCloseTests.test_eight_decimal_places_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element__test.test_xml_etree_c.SizeofTest.test_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_factory__test.test_xml_etree.TreeBuilderTest.test_element_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_factory__test.test_xml_etree_c.TreeBuilderTest.test_element_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_factory_pure_python_subclass__test.test_xml_etree.TreeBuilderTest.test_element_factory_pure_python_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_factory_pure_python_subclass__test.test_xml_etree_c.TreeBuilderTest.test_element_factory_pure_python_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_factory_subclass__test.test_xml_etree.TreeBuilderTest.test_element_factory_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_factory_subclass__test.test_xml_etree_c.TreeBuilderTest.test_element_factory_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_get_tail__test.test_xml_etree.BadElementTest.test_element_get_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_get_tail__test.test_xml_etree_c.BadElementTest.test_element_get_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_get_text__test.test_xml_etree.BadElementTest.test_element_get_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_get_text__test.test_xml_etree_c.BadElementTest.test_element_get_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_with_attrib__test.test_xml_etree_c.SizeofTest.test_element_with_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_element_with_children__test.test_xml_etree_c.SizeofTest.test_element_with_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elif_stmt_start_position__test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elif_stmt_start_position_with_else__test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position_with_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elifs__test.test_unparse.UnparseTestCase.test_elifs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_extra_return__test.test_peepholer.TestTranforms.test_elim_extra_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_inversion_of_is_or_in__test.test_peepholer.TestTranforms.test_elim_inversion_of_is_or_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_jump_after_return1__test.test_peepholer.TestTranforms.test_elim_jump_after_return1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_jump_to_return__test.test_peepholer.TestTranforms.test_elim_jump_to_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_jump_to_uncond_jump2__test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_jump_to_uncond_jump3__test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_jump_to_uncond_jump4__test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_elim_jump_to_uncond_jump__test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_grammar.TokenTests.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_pickle.CDumpPickle_LoadPickle.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_pickle.CPicklerTests.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_pickle.DumpPickle_CLoadPickle.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_pickle.InMemoryPickleTests.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_pickle.PyPicklerTests.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis__test.test_pickletools.OptimizedPickleTests.test_ellipsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis_in_generic__test.test_typing.CollectionsCallableTests.test_ellipsis_in_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis_in_generic__test.test_typing.TypingCallableTests.test_ellipsis_in_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ellipsis_type__test.test_types.TypesTests.test_ellipsis_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_em_dash__test.test_textwrap.WrapTestCase.test_em_dash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_embedded_header_via_Header_rejected__test.test_email.test_email.TestMessageAPI.test_embedded_header_via_Header_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_embedded_header_via_string_rejected__test.test_email.test_email.TestMessageAPI.test_embedded_header_via_string_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_embedded_null__test.test_ctypes.test_unicode.StringTestCase.test_embedded_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_embedded_null__test.test_ctypes.test_unicode.UnicodeTestCase.test_embedded_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_embedded_structs__test.test_ctypes.test_internals.ObjectsTestCase.test_embedded_structs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_embedded_ws__test.test_quopri.QuopriTestCase.test_embedded_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_emit_after_closing_in_write_mode__test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_PYTHONPATH_issue16309__test.test_cmd_line.CmdLineTest.test_empty_PYTHONPATH_issue16309_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__Call__test.test_unittest.testmock.testhelpers.CallTest.test_empty__Call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.datetimetester.TestTimeTZ_Fast.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.datetimetester.TestTimeTZ_Pure.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_argparse.TestNamespaceContainsSimple.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_array.MiscTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_asyncio.test_queues.QueueBasicTests.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_asyncio.test_staggered.StaggeredTests.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_codecs.EscapeDecodeTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_codecs.RawUnicodeEscapeTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_codecs.ReadBufferTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_codecs.UnicodeEscapeTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_compile.TestSpecifics.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_ctypes.test_structures.StructureTestCase.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_graphlib.TestTopologicalSort.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_interpreters.test_queues.TestQueueOps.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_locale.NormalizeTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_optparse.TestCount.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_optparse.TestStandard.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_range.RangeTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_sched.TestCase.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_sys_setprofile.TestGetProfile.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_tarfile.AppendTest.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty__test.test_typing.UnionTests.test_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_address__test.test_ipaddress.AddressTestCase_v4.test_empty_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_address__test.test_ipaddress.AddressTestCase_v6.test_empty_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_address__test.test_ipaddress.InterfaceTestCase_v4.test_empty_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_address__test.test_ipaddress.InterfaceTestCase_v6.test_empty_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_address__test.test_ipaddress.NetworkTestCase_v4.test_empty_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_address__test.test_ipaddress.NetworkTestCase_v6.test_empty_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_array__test.test_re.ReTests.test_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_attribute_list__test.test_subprocess.Win32ProcessTestCase.test_empty_attribute_list__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_authkey__test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_authkey__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_authkey__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_blob__test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_body__test.test_httplib.TransferEncodingTest.test_empty_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_bytestring__test.test_pickle.CUnpicklerTests.test_empty_bytestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_bytestring__test.test_pickle.InMemoryPickleTests.test_empty_bytestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_bytestring__test.test_pickle.PyUnpicklerTests.test_empty_bytestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_case__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_empty_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_cell__test.test_funcattrs.FunctionPropertiesTest.test_empty_cell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestHarmonicMean.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestMean.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestMedian.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestMedianGrouped.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestMedianHigh.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestMedianLow.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestMode.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestPStdev.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestPVariance.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestStdev.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestSum.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_data__test.test_statistics.TestVariance.test_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_dataclass__test.test_pprint.QueryTestCase.test_empty_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsBytes.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsEmpty.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsSingleton.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsString.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsTriple.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference__test.test_set.TestBasicOpsTuple.test_empty_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsBytes.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsEmpty.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsSingleton.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsString.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsTriple.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_difference_rev__test.test_set.TestBasicOpsTuple.test_empty_difference_rev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_element_array__test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_element_struct__test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestIntEnumClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestIntEnumFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestIntFlagClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestIntFlagFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMinimalDateClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMinimalDateFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMinimalFloatClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMinimalFloatFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedDateClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedDateFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedFloatClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedFloatFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedIntClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedIntFlagClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedIntFlagFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedIntFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedStrClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestMixedStrFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestPlainEnumClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestPlainEnumFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestPlainFlagClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestPlainFlagFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestStrEnumClass.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_enum_has_no_values__test.test_enum.TestStrEnumFunction.test_empty_enum_has_no_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_exceptions__test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_exceptions__test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_exceptions__test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_fields__test.test_csv.TestDialectExcel.test_empty_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_mmap.MmapTests.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_pdb.PdbTestCase.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file__test.test_shutil.TestZeroCopyMACOS.test_empty_file__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_file__test.test_shutil.TestZeroCopySendfile.test_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file_actions__test.test_posix.TestPosixSpawn.test_empty_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file_actions__test.test_posix.TestPosixSpawnP.test_empty_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_file_raises_BadZipFile__test.test_zipfile.test_core.OtherTests.test_empty_file_raises_BadZipFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_fileobj__test.test_tarfile.AppendTest.test_empty_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_files_list_specified_to_constructor__test.test_fileinput.FileInputTests.test_empty_files_list_specified_to_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_filter__test.test_logging.BasicFilterTest.test_empty_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_flush__test.test_zlib.CompressObjectTestCase.test_empty_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_format_specifier__test.test_fstring.TestCase.test_empty_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_globals__test.test_enum.TestSpecial.test_empty_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_group__test.test_argparse.TestMutuallyExclusiveGroupErrors.test_empty_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_group__test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_empty_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_group__test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_group_list__test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_groups_removed__test.test_except_star.TestExceptStarSplitSemantics.test_empty_groups_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_handle_list__test.test_subprocess.Win32ProcessTestCase.test_empty_handle_list__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_header_encode__test.test_email.test_email.TestHeader.test_empty_header_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_header_name_handled__test.test_email.test_email.TestFeedParsers.test_empty_header_name_handled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_input__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_empty_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_input__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_empty_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_input__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_empty_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_input__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_empty_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsBytes.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsEmpty.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsMixedStringBytes.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsSingleton.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsString.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsTriple.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_intersection__test.test_set.TestBasicOpsTuple.test_empty_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsBytes.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsEmpty.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsMixedStringBytes.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsSingleton.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsString.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsTriple.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_isdisjoint__test.test_set.TestBasicOpsTuple.test_empty_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_iterable__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_empty_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_keyword__test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_line_after_linecont__test.test_syntax.SyntaxTestCase.test_empty_line_after_linecont_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_linetable__test.test_code.CodeTest.test_empty_linetable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_list__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_list__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_list__test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_list__test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_merges__test.test_heapq.TestHeapC.test_empty_merges_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_merges__test.test_heapq.TestHeapPython.test_empty_merges_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_metavar_required_arg__test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_empty_metavar_required_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_multipart_idempotent__test.test_email.test_email.TestMultipart.test_empty_multipart_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_name_attribute__test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_name_attribute__test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_name_attribute__test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_name_attribute__test.test_tarfile.MiscReadTest.test_empty_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_name_w_level_0__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_name_w_level_0__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_namedtuple__test.test_typing.NamedTupleTests.test_empty_namedtuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_names__test.test_enum.TestSpecial.test_empty_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_namespace_package__test.test_doctest.test_doctest.TestDocTestFinder.test_empty_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_objects__test.test_json.test_decode.TestCDecode.test_empty_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_objects__test.test_json.test_decode.TestPyDecode.test_empty_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_octet__test.test_ipaddress.AddressTestCase_v4.test_empty_octet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_http_cookiejar.LWPCookieTests.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_os.TestScandir.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PathTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PurePathTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_path__test.test_shutil.TestWhich.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_shutil.TestWhichBytes.test_empty_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path__test.test_xmlrpc.MultiPathServerTestCase.test_empty_path__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_path_fragment__test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_path_hooks__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path_hooks__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path_hooks__test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path_hooks__test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path_no_PATH__test.test_shutil.TestWhich.test_empty_path_no_PATH_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path_no_PATH__test.test_shutil.TestWhichBytes.test_empty_path_no_PATH_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_path_query__test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_presized_dict_in_freelist__test.test_dict.DictTest.test_empty_presized_dict_in_freelist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_protocol_decorated_with_final__test.test_typing.ProtocolTests.test_empty_protocol_decorated_with_final_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_select__test.test_selectors.DefaultSelectorTestCase.test_empty_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_select__test.test_selectors.DevpollSelectorTestCase.test_empty_select__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_select__test.test_selectors.EpollSelectorTestCase.test_empty_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_select__test.test_selectors.KqueueSelectorTestCase.test_empty_select__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_select__test.test_selectors.PollSelectorTestCase.test_empty_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_select__test.test_selectors.SelectSelectorTestCase.test_empty_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_select_timeout__test.test_selectors.KqueueSelectorTestCase.test_empty_select_timeout__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_empty_sequence__test.test_bytes.ByteArrayTest.test_empty_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_sequence__test.test_bytes.BytesTest.test_empty_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_sequence__test.test_urllib.urlencode_Tests.test_empty_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_set__test.test_unparse.UnparseTestCase.test_empty_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_simple_namespace__test.test_pprint.QueryTestCase.test_empty_simple_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_slice__test.test_list.ListTest.test_empty_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_socket__test.test_urllib.urlopen_HttpTests.test_empty_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_binascii.ArrayBinASCIITest.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_binascii.BinASCIITest.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_binascii.BytearrayBinASCIITest.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_binascii.MemoryviewBinASCIITest.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_enum.TestEmptyAndNonLatinStrings.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_fileinput.Test_hook_compressed.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_hash.BytesHashRandomizationTests.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_hash.MemoryviewHashRandomizationTests.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_hash.StrHashRandomizationTests.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_textwrap.ShortenTestCase.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string__test.test_textwrap.WrapTestCase.test_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string_for_dir__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string_for_dir__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string_for_dir__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string_for_dir__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_string_with_initial_indent__test.test_textwrap.WrapTestCase.test_empty_string_with_initial_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsBytes.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsEmpty.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsMixedStringBytes.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsSingleton.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsString.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsTriple.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_symmetric_difference__test.test_set.TestBasicOpsTuple.test_empty_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.GzipMiscReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.GzipStreamReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.MiscReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_tarfile__test.test_tarfile.StreamReadTest.test_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsBytes.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsEmpty.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsMixedStringBytes.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsSingleton.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsString.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsTriple.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_union__test.test_set.TestBasicOpsTuple.test_empty_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_value__test.test_dbm.TestCase_dumb.test_empty_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_value__test.test_dbm.TestCase_gnu.test_empty_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_value__test.test_dbm.TestCase_ndbm.test_empty_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_value__test.test_dbm.TestCase_sqlite3.test_empty_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_value__test.test_dbm_ndbm.DbmTestCase.test_empty_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_yield_from__test.test_ast.test_ast.AST_Tests.test_empty_yield_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_zipfile__test.test_zipfile.test_core.OtherTests.test_empty_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_zone__test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_empty_zone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_empty_zone__test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_empty_zone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_emptynodelist___add____test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___add___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_emptynodelist___radd____test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_emptynodelist_item__test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_emptynodelist_length__test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_emscripten_info__test.test_sys.SysModuleTest.test_emscripten_info__'only_available_on_Emscripten'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_enable_fd__test.test_faulthandler.FaultHandlerTests.test_enable_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enable_file__test.test_faulthandler.FaultHandlerTests.test_enable_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enable_logging__test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_enable_logging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enable_logging__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_enable_logging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enable_logging__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enable_single_thread__test.test_faulthandler.FaultHandlerTests.test_enable_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode7or8bit__test.test_email.test_email.TestEncoders.test_encode7or8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_base64.LegacyBase64TestCase.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_bigmem.StrTest.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_codecs.ASCIITest.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_codecs.CodecsModuleTest.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_codecs.Latin1Test.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_codecs.PunycodeTest.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_codecs.Rot13Test.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_email.test_email.TestBase64.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_email.test_email.TestQuopri.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_multibytecodec.TestHZStateful.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_multibytecodec.TestStateful.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode__test.test_quopri.QuopriTestCase.test_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_ascii__test.test_bigmem.StrTest.test_encode_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_basestring_ascii__test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_basestring_ascii__test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_basestring_ascii__test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_bytes_replacement__test.test_codeccallbacks.CodecCallbackTest.test_encode_bytes_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_default_args__test.test_userstring.UserStringTest.test_encode_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_empty_payload__test.test_email.test_email.TestEncoders.test_encode_empty_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_error__test.test_codecs.ASCIITest.test_encode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_errors__test.test_codecs.Latin1Test.test_encode_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_evil_dict__test.test_json.test_dump.TestCDump.test_encode_evil_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_evil_dict__test.test_json.test_dump.TestPyDump.test_encode_evil_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_explicit_none_args__test.test_userstring.UserStringTest.test_encode_explicit_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_file__test.test_base64.TestMain.test_encode_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_from_stdin__test.test_base64.TestMain.test_encode_from_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_header__test.test_quopri.QuopriTestCase.test_encode_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_maxlinelen_too_small__test.test_email.test_email.TestQuopri.test_encode_maxlinelen_too_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_mutated__test.test_json.test_dump.TestCDump.test_encode_mutated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_mutated__test.test_json.test_dump.TestPyDump.test_encode_mutated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_nonascii_replacement__test.test_codeccallbacks.CodecCallbackTest.test_encode_nonascii_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_null__test.test_email.test_email.TestQuopri.test_encode_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_null_lines__test.test_email.test_email.TestQuopri.test_encode_null_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_odd_bytes_replacement__test.test_codeccallbacks.CodecCallbackTest.test_encode_odd_bytes_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line__test.test_email.test_email.TestQuopri.test_encode_one_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line_crlf__test.test_email.test_email.TestQuopri.test_encode_one_line_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line_eol__test.test_email.test_email.TestQuopri.test_encode_one_line_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line_eol_after_non_ascii__test.test_email.test_email.TestQuopri.test_encode_one_line_eol_after_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line_one_space__test.test_email.test_email.TestQuopri.test_encode_one_line_one_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line_trailing_spaces__test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_line_trailing_tab__test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_long_line__test.test_email.test_email.TestQuopri.test_encode_one_long_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_long_string__test.test_email.test_email.TestQuopri.test_encode_one_long_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_space__test.test_email.test_email.TestQuopri.test_encode_one_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_very_long_line__test.test_email.test_email.TestQuopri.test_encode_one_very_long_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_word_trailing_spaces__test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_one_word_trailing_tab__test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_preserves_leading_ws_on_value__test.test_email.test_email.TestHeader.test_encode_preserves_leading_ws_on_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_quoted_equals__test.test_email.test_email.TestQuopri.test_encode_quoted_equals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_raw_unicode_escape__test.test_bigmem.StrTest.test_encode_raw_unicode_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_shortest_maxlinelen__test.test_email.test_email.TestQuopri.test_encode_shortest_maxlinelen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_strict__test.test_codecs.LocaleCodecTest.test_encode_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_surrogateescape__test.test_codecs.LocaleCodecTest.test_encode_surrogateescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_surrogateescape_error__test.test_codecs.ASCIITest.test_encode_surrogateescape_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_surrogateescape_error__test.test_codecs.Latin1Test.test_encode_surrogateescape_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_surrogatepass__test.test_codecs.LocaleCodecTest.test_encode_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_trailing_space_at_maxlinelen__test.test_email.test_email.TestQuopri.test_encode_trailing_space_at_maxlinelen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_trailing_space_before_maxlinelen__test.test_email.test_email.TestQuopri.test_encode_trailing_space_before_maxlinelen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_trailing_space_beyond_maxlinelen__test.test_email.test_email.TestQuopri.test_encode_trailing_space_beyond_maxlinelen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_truefalse__test.test_json.test_dump.TestCDump.test_encode_truefalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_truefalse__test.test_json.test_dump.TestPyDump.test_encode_truefalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_two_lines_one_space__test.test_email.test_email.TestQuopri.test_encode_two_lines_one_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_unencodable_replacement__test.test_codeccallbacks.CodecCallbackTest.test_encode_unencodable_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_unsupported_error_handler__test.test_codecs.LocaleCodecTest.test_encode_unsupported_error_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_utf32__test.test_bigmem.StrTest.test_encode_utf32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_utf7__test.test_bigmem.StrTest.test_encode_utf7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encode_whitespace_lines__test.test_email.test_email.TestQuopri.test_encode_whitespace_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodebytes__test.test_base64.LegacyBase64TestCase.test_encodebytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoded_adjacent_nonencoded__test.test_email.test_email.TestHeader.test_encoded_adjacent_nonencoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoded_file__test.test_traceback.TracebackCases.test_encoded_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoded_word_inside_quotes__test.test_email.test__header_value_parser.TestParser.test_encoded_word_inside_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoded_writes__test.test_io.CTextIOWrapperTest.test_encoded_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoded_writes__test.test_io.PyTextIOWrapperTest.test_encoded_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodedfile__test.test_codecs.WithStmtTest.test_encodedfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodehelper__test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodehelper_bug36819__test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodestring__test.test_quopri.QuopriTestCase.test_encodestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodex__test.test_charmapcodec.CharmapCodecTest.test_encodex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding3__test.test_json.test_unicode.TestCUnicode.test_encoding3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding3__test.test_json.test_unicode.TestPyUnicode.test_encoding3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding4__test.test_json.test_unicode.TestCUnicode.test_encoding4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding4__test.test_json.test_unicode.TestPyUnicode.test_encoding4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding5__test.test_json.test_unicode.TestCUnicode.test_encoding5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding5__test.test_json.test_unicode.TestPyUnicode.test_encoding5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding6__test.test_json.test_unicode.TestCUnicode.test_encoding6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding6__test.test_json.test_unicode.TestPyUnicode.test_encoding6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding7__test.test_json.test_unicode.TestCUnicode.test_encoding7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding7__test.test_json.test_unicode.TestPyUnicode.test_encoding7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_bytes.ByteArrayTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_bytes.BytesTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_bz2.OpenTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_compile.TestSpecifics.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_email.test_email.TestMIMEAudio.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_email.test_email.TestMIMEImage.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_gzip.TestOpen.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_io.CTextIOWrapperTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_io.PyTextIOWrapperTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_logging.BasicConfigTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_lzma.OpenTestCase.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_mimetypes.MimeTypesTestCase.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_runpy.RunPathTestCase.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_tokenize.CTokenizeTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_xml_etree.ElementTreeTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_xml_etree.IOTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_xml_etree_c.ElementTreeTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding__test.test_xml_etree_c.IOTest.test_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_cyrillic_unicode__test.test_logging.EncodingTest.test_encoding_cyrillic_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_error_handler__test.test_bz2.OpenTest.test_encoding_error_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_error_handler__test.test_gzip.TestOpen.test_encoding_error_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_error_handler__test.test_lzma.OpenTestCase.test_encoding_error_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors__test.test_logging.BasicConfigTest.test_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors_default__test.test_logging.BasicConfigTest.test_encoding_errors_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors_none__test.test_logging.BasicConfigTest.test_encoding_errors_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors_reading__test.test_io.CTextIOWrapperTest.test_encoding_errors_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors_reading__test.test_io.PyTextIOWrapperTest.test_encoding_errors_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors_writing__test.test_io.CTextIOWrapperTest.test_encoding_errors_writing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_errors_writing__test.test_io.PyTextIOWrapperTest.test_encoding_errors_writing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_map_type_initialized__test.test_codecs.BasicUnicodeTest.test_encoding_map_type_initialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_first_line__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_first_line__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_first_line__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_first_line__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_second_line__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_second_line__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_second_line__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_on_second_line__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_param__test.test_ftplib.TestFTPClass.test_encoding_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_param__test.test_ftplib.TestTLS_FTPClassMixin.test_encoding_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_plain_file__test.test_logging.EncodingTest.test_encoding_plain_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encoding_warning__test.test_subprocess.RunFuncTestCase.test_encoding_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodings__test.test_exceptions.SyntaxErrorTests.test_encodings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_encodings_normalize_encoding__test.test_codecs.CodecNameNormalizationTest.test_encodings_normalize_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_end_of_numerical_literals__test.test_grammar.TokenTests.test_end_of_numerical_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_end_tag_in_attribute_value__test.test_htmlparser.AttributesTestCase.test_end_tag_in_attribute_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endheaders_chunked__test.test_httplib.TransferEncodingTest.test_endheaders_chunked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_double__test.test_ctypes.test_byteswap.Test.test_endian_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_float__test.test_ctypes.test_byteswap.Test.test_endian_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_int__test.test_ctypes.test_byteswap.Test.test_endian_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_longlong__test.test_ctypes.test_byteswap.Test.test_endian_longlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_other__test.test_ctypes.test_byteswap.Test.test_endian_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_short__test.test_ctypes.test_byteswap.Test.test_endian_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endian_types__test.test_ctypes.test_pep3118.Test.test_endian_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endless_loop__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_endless_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endless_recursion__test.test_json.test_recursion.TestCRecursion.test_endless_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endless_recursion__test.test_json.test_recursion.TestPyRecursion.test_endless_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endline_and_columntable_none_when_no_debug_ranges__test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endline_and_columntable_none_when_no_debug_ranges_env__test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ends__test.test_float.HexFloatTestCase.test_ends_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_bigmem.BytearrayTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_bigmem.BytesTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_bigmem.StrTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_bytes.ByteArrayTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_bytes.BytesTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_str.StrTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_endswith__test.test_userstring.UserStringTest.test_endswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_english__test.test_locale.NormalizeTest.test_english_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_ascii_default__test.test_json.test_tool.TestTool.test_ensure_ascii_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_flags_dont_clash__test.test_future_stmt.test_future.FutureTest.test_ensure_flags_dont_clash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future__test.test_asyncio.test_futures.DuckTests.test_ensure_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_awaitable__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_coroutine__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_error_msg__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_neither__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ensure_future_task_awaitable__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterAsyncContext__test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterAsyncContext_arg_errors__test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterClassContext__test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterClassContext_arg_errors__test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterContext__test.test_unittest.test_runner.TestCleanUp.test_enterContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterContext_arg_errors__test.test_unittest.test_runner.TestCleanUp.test_enterContext_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterModuleContext__test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterModuleContext_arg_errors__test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext_arg_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_contextlib.TestAbstractContextManager.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_contextlib_async.TestAbstractAsyncContextManager.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_enter__'test_not_applicable_to_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_enter__'test_not_applicable_to_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter__'test_not_applicable_to_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter__test.test_sched.TestCase.test_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_async_context__test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_async_context_errors__test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_concurrent__test.test_sched.TestCase.test_enter_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_context__test.test_contextlib.TestExitStack.test_enter_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_context__test.test_contextlib_async.TestAsyncExitStack.test_enter_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_context_errors__test.test_contextlib.TestExitStack.test_enter_context_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_context_errors__test.test_contextlib_async.TestAsyncExitStack.test_enter_context_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_result_is_target__test.test_contextlib.TestRedirectStderr.test_enter_result_is_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_result_is_target__test.test_contextlib.TestRedirectStdout.test_enter_result_is_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enter_scope_two_events__test.test_monitoring.TestCApiEventGeneration.test_enter_scope_two_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enterabs__test.test_sched.TestCase.test_enterabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entire_file__test.test_mmap.MmapTests.test_entire_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entities_in_attribute_value__test.test_htmlparser.AttributesTestCase.test_entities_in_attribute_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entity__test.test_xml_etree.ElementTreeTest.test_entity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entity__test.test_xml_etree_c.ElementTreeTest.test_entity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entity_resolver__test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_entity_resolver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entityrefs_in_attributes__test.test_htmlparser.AttributesTestCase.test_entityrefs_in_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_frames_are_invisible_during_teardown__test.test_frame.TestIncompleteFrameAreInvisible.test_entry_frames_are_invisible_during_teardown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_point_pickleable__test.test_importlib.metadata.test_main.TestEntryPoints.test_entry_point_pickleable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_points__test.test_importlib.metadata.test_api.APITests.test_entry_points_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_points_allows_no_attributes__test.test_importlib.metadata.test_api.APITests.test_entry_points_allows_no_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_points_distribution__test.test_importlib.metadata.test_api.APITests.test_entry_points_distribution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_points_missing_group__test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entry_points_missing_name__test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_entrypoint_with_colon_in_name__test.test_importlib.metadata.test_main.ImportTests.test_entrypoint_with_colon_in_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum__test.test_inspect.test_inspect.TestOneliners.test_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum__test.test_re.ReTests.test_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum__test.test_typing.LiteralTests.test_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_certificates__test.test_ssl.BasicSocketTests.test_enum_certificates__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_enum_crls__test.test_ssl.BasicSocketTests.test_enum_crls__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_enum_function_with_qualname__test.test_enum.TestSpecial.test_enum_function_with_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_has_extra_members__test.test_enum.TestOrder.test_enum_has_extra_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_has_extra_members_with_aliases__test.test_enum.TestOrder.test_enum_has_extra_members_with_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestIntEnumClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestIntEnumFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestIntFlagClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestIntFlagFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMinimalDateClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMinimalDateFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMinimalFloatClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMinimalFloatFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedDateClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedDateFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedFloatClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedFloatFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedIntClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedIntFlagClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedIntFlagFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedIntFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedStrClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestMixedStrFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestPlainEnumClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestPlainEnumFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestPlainFlagClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestPlainFlagFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestStrEnumClass.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_in_enum_out__test.test_enum.TestStrEnumFunction.test_enum_in_enum_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_of_generic_aliases__test.test_enum.TestSpecial.test_enum_of_generic_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enum_with_value_name__test.test_enum.TestSpecial.test_enum_with_value_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_after_join__test.test_threading.ThreadTests.test_enumerate_after_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.EnumerateStartTestCase.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.EnumerateTestCase.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.SubclassTestCase.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.TestBig.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.TestEmpty.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.TestLongStart.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_result_gc__test.test_enumerate.TestStart.test_enumerate_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enumerate_weekdays__test.test_calendar.CalendarTestCase.test_enumerate_weekdays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_enums__test.test_signal.GenericTests.test_enums_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env__test.test_subprocess.ProcessTestCase.test_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env__test.test_subprocess.ProcessTestCaseNoPoll.test_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_changed__test.test_regrtest.ArgsTestCase.test_env_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_limit__test.test_tracemalloc.TestCommandLine.test_env_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var__test.test_faulthandler.FaultHandlerTests.test_env_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var__test.test_utf8_mode.UTF8ModeTests.test_env_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_debug__test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_debug__test.test_asyncio.test_tasks.CoroutineGatherTests.test_env_var_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_debug__test.test_asyncio.test_tasks.FutureGatherTests.test_env_var_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_disabled__test.test_tracemalloc.TestCommandLine.test_env_var_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_disabled_by_default__test.test_tracemalloc.TestCommandLine.test_env_var_disabled_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_enabled_at_startup__test.test_tracemalloc.TestCommandLine.test_env_var_enabled_at_startup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_frozen_modules__test.test_cmd_line.CmdLineTest.test_env_var_frozen_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_var_invalid__test.test_tracemalloc.TestCommandLine.test_env_var_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_variable_relative_paths__test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_variable_relative_paths__test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_variable_relative_paths_warning_location__test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths_warning_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_env_variable_relative_paths_warning_location__test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths_warning_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envar_good_path_builtin__test.test_builtin.TestBreakpoint.test_envar_good_path_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envar_good_path_empty_string__test.test_builtin.TestBreakpoint.test_envar_good_path_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envar_good_path_noop_0__test.test_builtin.TestBreakpoint.test_envar_good_path_noop_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envar_good_path_other__test.test_builtin.TestBreakpoint.test_envar_good_path_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envar_ignored_when_hook_is_set__test.test_builtin.TestBreakpoint.test_envar_ignored_when_hook_is_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envar_unimportable__test.test_builtin.TestBreakpoint.test_envar_unimportable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ__test.test_posix.PosixTester.test_environ_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ__test.test_wsgiref.IntegrationTests.test_environ_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path__test.test_shutil.TestWhich.test_environ_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path__test.test_shutil.TestWhichBytes.test_environ_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path_cwd__test.test_shutil.TestWhich.test_environ_path_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path_cwd__test.test_shutil.TestWhichBytes.test_environ_path_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path_empty__test.test_shutil.TestWhich.test_environ_path_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path_empty__test.test_shutil.TestWhichBytes.test_environ_path_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path_missing__test.test_shutil.TestWhich.test_environ_path_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environ_path_missing__test.test_shutil.TestWhichBytes.test_environ_path_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environb__test.test_os.EnvironTests.test_environb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_environment__test.test_webbrowser.ImportTest.test_environment__'could_not_locate_runnable_browser'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_environment_preferred__test.test_webbrowser.ImportTest.test_environment_preferred__'could_not_locate_runnable_browser'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_envvar_and_command_line__test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_envvar_and_command_line__test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof__test.test_marshal.BugsTestCase.test_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof__test.test_ssl.MemoryBIOTests.test_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof__test.test_tarfile.ContextManagerTest.test_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_error__test.test_grammar.TokenTests.test_eof_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_feed_when_closing_writer__test.test_asyncio.test_streams.StreamTests.test_eof_feed_when_closing_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.Bz2CreateTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.Bz2StreamWriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.Bz2WriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.CreateTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.CreateWithXModeTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.DeviceHeaderTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.GzipCreateTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.GzipStreamWriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.GzipWriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.LzmaCreateTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.LzmaStreamWriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.LzmaWriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.StreamWriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_marker__test.test_tarfile.WriteTest.test_eof_marker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_received_waiter__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eof_with_line_continuation__test.test_eof.EOFTestCase.test_eof_with_line_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ephemeral_zones__test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_ephemeral_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ephemeral_zones__test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_ephemeral_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_epilogue__test.test_email.test_email.TestMIMEMessage.test_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_epipe__test.test_httplib.BasicTest.test_epipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_epoch__test.test_time.TimeTestCase.test_epoch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_1__test.test_typing.GenericTests.test_eq_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_2__test.test_typing.GenericTests.test_eq_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_binop.RatTestCase.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_collections.TestCounter.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_dict.DictTest.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_frame.FrameLocalsProxyMappingTests.test_eq__'Locals_proxies_for_different_frames_never_compare_as_equal'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq__test.test_http_cookies.MorselTests.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_operator.COperatorTestCase.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_operator.PyOperatorTestCase.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_set.TestBinaryOps.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_unittest.test_case.Test_TestCase.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_unittest.test_suite.Test_TestSuite.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_userdict.UserDictTest.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq__test.test_weakset.TestWeakSet.test_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PathTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PurePathTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_hash__test.test_typing.CollectionsCallableTests.test_eq_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_hash__test.test_typing.TypingCallableTests.test_eq_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_hash__test.test_zipfile._path.test_path.TestPath.test_eq_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_ne__test.test_set.TestOnlySetsDict.test_eq_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_ne__test.test_set.TestOnlySetsGenerator.test_eq_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_ne__test.test_set.TestOnlySetsNumeric.test_eq_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_ne__test.test_set.TestOnlySetsOperator.test_eq_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_ne__test.test_set.TestOnlySetsString.test_eq_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_ne__test.test_set.TestOnlySetsTuple.test_eq_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_only__test.test_dataclasses.TestHash.test_eq_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_order__test.test_dataclasses.TestCase.test_eq_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PathTest.test_eq_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PathTest.test_eq_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_eq_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_eq_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eq_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal__test.test_secrets.Compare_Digest_Tests.test_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal__test.test_types.SimpleNamespaceTests.test_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal__test.test_typing.LiteralTests.test_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal_equal__test.test_fstring.TestCase.test_equal_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal_inputs__test.test_statistics.TestQuantiles.test_equal_inputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal_operator_modifying_operand__test.test_dict.DictTest.test_equal_operator_modifying_operand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal_operator_modifying_operand__test.test_list.ListTest.test_equal_operator_modifying_operand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equal_sized_groups__test.test_statistics.TestQuantiles.test_equal_sized_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_Set__test.test_collections.TestCollectionABCs.test_equality_Set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test__interpchannels.ChannelIDTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_argparse.TestNamespace.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_enum.TestSpecial.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_genericalias.BaseTest.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_hmac.CopyTestCase.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_interpreters.test_api.InterpreterObjectTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_interpreters.test_channels.TestRecvChannelAttrs.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_interpreters.test_channels.TestSendChannelAttrs.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_interpreters.test_queues.QueueTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_ordered_dict.CPythonOrderedDictTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_ordered_dict.PurePythonOrderedDictTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_set.TestFrozenSet.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_set.TestFrozenSetSubclass.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_set.TestSet.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_set.TestSetSubclass.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_statistics.TestNormalDistC.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_statistics.TestNormalDistPython.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_typing.LiteralStringTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_typing.NeverTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_typing.NoReturnTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_typing.SelfTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_typing.TupleTests.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_weakref.ReferencesTestCase.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality__test.test_weakref.WeakMethodTestCase.test_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_location__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_location__test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_new__test.test_hmac.CopyTestCase.test_equality_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_returns_notimplemented__test.test_argparse.TestNamespace.test_equality_returns_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_with_other_types__test.test_decimal.CContextAPItests.test_equality_with_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equality_with_other_types__test.test_decimal.PyContextAPItests.test_equality_with_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equaltoutf8__test.test_capi.test_unicode.CAPITest.test_equaltoutf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equaltoutf8andsize__test.test_capi.test_unicode.CAPITest.test_equaltoutf8andsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PathTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences__test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalences_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsBytes.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsEmpty.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsMixedStringBytes.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsSingleton.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsString.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsTriple.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_equivalent_equality__test.test_set.TestBasicOpsTuple.test_equivalent_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='af_ZA'__\"no_locale_'af_ZA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ar_AE.UTF-8'__\"no_locale_'ar_AE.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='be_BY'__\"no_locale_'be_BY'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='bg_BG'__\"no_locale_'bg_BG'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='bn_IN.UTF-8'__\"no_locale_'bn_IN.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='br_FR'__\"no_locale_'br_FR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='bs_BA'__\"no_locale_'bs_BA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ca_ES'__\"no_locale_'ca_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='cs_CZ'__\"no_locale_'cs_CZ'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='da_DK'__\"no_locale_'da_DK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='de_AT'__\"no_locale_'de_AT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='de_BE'__\"no_locale_'de_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='de_LU'__\"no_locale_'de_LU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='el_GR'__\"no_locale_'el_GR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='en_DK'__\"no_locale_'en_DK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_AR'__\"no_locale_'es_AR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_BO'__\"no_locale_'es_BO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_CL'__\"no_locale_'es_CL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_CO'__\"no_locale_'es_CO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_EC'__\"no_locale_'es_EC'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_ES'__\"no_locale_'es_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_PY'__\"no_locale_'es_PY'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_UY'__\"no_locale_'es_UY'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='es_VE'__\"no_locale_'es_VE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='et_EE'__\"no_locale_'et_EE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='eu_ES'__\"no_locale_'eu_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fa_IR'__\"no_locale_'fa_IR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fi_FI'__\"no_locale_'fi_FI'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fo_FO'__\"no_locale_'fo_FO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fr_BE'__\"no_locale_'fr_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fr_CA'__\"no_locale_'fr_CA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fr_CH'__\"no_locale_'fr_CH'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fr_FR.ISO8859-1'__\"no_locale_'fr_FR.ISO8859-1'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fr_FR.ISO8859-15@euro'__\"no_locale_'fr_FR.ISO8859-15@euro'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='fr_LU'__\"no_locale_'fr_LU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='gl_ES'__\"no_locale_'gl_ES'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='hr_HR'__\"no_locale_'hr_HR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='hu_HU'__\"no_locale_'hu_HU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='id_ID'__\"no_locale_'id_ID'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='is_IS'__\"no_locale_'is_IS'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='it_CH'__\"no_locale_'it_CH'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='it_IT'__\"no_locale_'it_IT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ja_JP.UTF-8'__\"no_locale_'ja_JP.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ka_GE'__\"no_locale_'ka_GE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='kl_GL'__\"no_locale_'kl_GL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ko_KR.eucKR'__\"no_locale_'ko_KR.eucKR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='lt_LT'__\"no_locale_'lt_LT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='lv_LV'__\"no_locale_'lv_LV'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='lzh_TW.UTF-8'__\"no_locale_'lzh_TW.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='mk_MK'__\"no_locale_'mk_MK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='mr_IN.UTF-8'__\"no_locale_'mr_IN.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='my_MM.UTF-8'__\"no_locale_'my_MM.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='nb_NO'__\"no_locale_'nb_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='nl_BE'__\"no_locale_'nl_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='nl_NL'__\"no_locale_'nl_NL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='nn_NO'__\"no_locale_'nn_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='no_NO'__\"no_locale_'no_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='oc_FR'__\"no_locale_'oc_FR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='or_IN.UTF-8'__\"no_locale_'or_IN.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='pl_PL'__\"no_locale_'pl_PL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ps_AF'__\"no_locale_'ps_AF'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='pt_BR'__\"no_locale_'pt_BR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='pt_PT'__\"no_locale_'pt_PT'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ro_RO'__\"no_locale_'ro_RO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ru_RU'__\"no_locale_'ru_RU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ru_RU.KOI8-R'__\"no_locale_'ru_RU.KOI8-R'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='ru_UA'__\"no_locale_'ru_UA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='se_NO'__\"no_locale_'se_NO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='shn_MM.UTF-8'__\"no_locale_'shn_MM.UTF-8'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='sk_SK'__\"no_locale_'sk_SK'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='sl_SI'__\"no_locale_'sl_SI'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='sq_AL'__\"no_locale_'sq_AL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='sr_YU'__\"no_locale_'sr_YU'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='sv_FI'__\"no_locale_'sv_FI'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='sv_SE'__\"no_locale_'sv_SE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='tg_TJ'__\"no_locale_'tg_TJ'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='th_TH.TIS620'__\"no_locale_'th_TH.TIS620'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='uk_UA'__\"no_locale_'uk_UA'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='vi_VN'__\"no_locale_'vi_VN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_era_nl_langinfo__test.test__locale._LocaleTests.test_era_nl_langinfo___locale='wa_BE'__\"no_locale_'wa_BE'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_err__test.test_httpservers.RequestHandlerLoggingTestCase.test_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_err_formatunraisable__test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_formatunraisable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_err_restore__test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_err_set_raised__test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_err_writeunraisable__test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errno_ENOTDIR__test.test_exceptions.ExceptionTests.test_errno_ENOTDIR_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errno__test.test_select.SelectTestCase.test_errno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errno_mapping__test.test_exception_hierarchy.ExplicitSubclassingTest.test_errno_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errno_mapping__test.test_exception_hierarchy.HierarchyTest.test_errno_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errno_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_errno_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errno_translation__test.test_exception_hierarchy.AttributesTest.test_errno_translation__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_erroneous_cause__test.test_raise.TestCause.test_erroneous_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_erroneous_exception__test.test_raise.TestRaise.test_erroneous_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_array.ArrayReconstructorTest.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_capi.test_watchers.TestCodeObjectWatchers.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_capi.test_watchers.TestDictWatchers.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_capi.test_watchers.TestTypeWatchers.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_compileall.EncodingTest.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_configparser.ExceptionPicklingTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_dbm.TestCase_dumb.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_dbm.TestCase_gnu.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_dbm.TestCase_ndbm.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_dbm.TestCase_sqlite3.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.BaseTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.ByteArrayTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.BytesTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.ListTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.NewSeqTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.StringTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_index.TupleTestCase.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_logging.BasicConfigTest.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_logging.ModuleLevelMiscTest.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_mmap.MmapTests.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_re.ReTests.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_sqlite3.test_dbapi.ModuleTests.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_threading_local.PyThreadingLocalTest.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_threading_local.ThreadLocalTest.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_warnings.CFilterTests.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_warnings.PyFilterTests.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error__test.test_xxlimited.TestXXLimited.test_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_after_default__test.test_warnings.CFilterTests.test_error_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_after_default__test.test_warnings.PyFilterTests.test_error_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_alias_invocation__test.test_argparse.TestAddSubparsers.test_error_alias_invocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_and_cancel__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_error_and_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_and_cancel__test.test_asyncio.test_taskgroups.TestTaskGroup.test_error_and_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_at_task_pickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_at_task_pickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_at_task_pickle__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_cases__test.test_statistics.TestFMean.test_error_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_cases__test.test_statistics.TestGeometricMean.test_error_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_cases__test.test_statistics.TestQuantiles.test_error_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_code__test.test_xml_etree.ParseErrorTest.test_error_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_code__test.test_xml_etree_c.ParseErrorTest.test_error_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_code_on_exception__test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_conditions__test.test_dbm_gnu.TestGdbm.test_error_conditions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_conditions__test.test_select.SelectTestCase.test_error_conditions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_content_length__test.test_httpservers.BaseHTTPServerTestCase.test_error_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_result_unpickle_in_result_handler__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_result_unpickle_in_result_handler__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_during_result_unpickle_in_result_handler__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_error_from_string__test.test_source_encoding.MiscSourceEncodingTest.test_error_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_handling__test.test_logging.StreamHandlerTest.test_error_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_hash__test.test_hash.HashInheritanceTestCase.test_error_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_id__test.test__interpreters.RunStringTests.test_error_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_call_soon__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_error_in_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_conform__test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_progress_handler__test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_progress_handler_result__test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_setup_module__test.test_unittest.test_setups.TestSetups.test_error_in_setup_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_setupclass__test.test_unittest.test_setups.TestSetups.test_error_in_setupclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_teardown_class__test.test_unittest.test_setups.TestSetups.test_error_in_teardown_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_in_teardown_module__test.test_unittest.test_setups.TestSetups.test_error_in_teardown_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_is_PatternError_alias__test.test_re.ReTests.test_error_is_PatternError_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_iter__test.test_iter.TestCase.test_error_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_leak__test.test_httplib.BasicTest.test_error_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_message__test.test_float.GeneralFloatCases.test_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_message__test.test_int.IntTestCases.test_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_message__test.test_source_encoding.MiscSourceEncodingTest.test_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_message_when_subclassing__test.test_typing.NewTypeTests.test_error_message_when_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_msg__test.test_statistics.FailNegTest.test_error_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_msg_decode_error__test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_msg_numeric__test.test_statistics.TestNumericTestCase.test_error_msg_numeric_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_msg_sequence__test.test_statistics.TestNumericTestCase.test_error_msg_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_offset_continuation_characters__test.test_exceptions.ExceptionTests.test_error_offset_continuation_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_parser_stack_overflow__test.test_syntax.SyntaxTestCase.test_error_on_parser_stack_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_setitem_if_max_count_exceeded__test.test_email.test_message.Test.test_error_on_setitem_if_max_count_exceeded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_1__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_1__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_1__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_1__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_1__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_1__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_2__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_2__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_2__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_2__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_2__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_stdio_flush_2__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_on_wrong_type_for_interpolation__test.test_configparser.ConfigParserTestCaseInvalidInterpolationType.test_error_on_wrong_type_for_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_parenthesis__test.test_syntax.SyntaxTestCase.test_error_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_position__test.test_xml_etree.ParseErrorTest.test_error_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_position__test.test_xml_etree_c.ParseErrorTest.test_error_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_propagation__test.test_functools.TestPartialC.test_error_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_propagation__test.test_functools.TestPartialCSubclass.test_error_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_propagation__test.test_functools.TestPartialPy.test_error_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_propagation__test.test_functools.TestPartialPySubclass.test_error_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_string_literal__test.test_syntax.SyntaxTestCase.test_error_string_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.CBufferedRandomTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.CBufferedReaderTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.CBufferedWriterTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.CTextIOWrapperTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.PyBufferedRandomTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.PyBufferedReaderTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.PyBufferedWriterTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_through_destructor__test.test_io.PyTextIOWrapperTest.test_error_through_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_error_types__test.test_ssl.MemoryBIOTests.test_error_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorcallback_custom_ignore__test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_custom_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorcallback_longindex__test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_longindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_cn.Test_GB18030.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_cn.Test_GB2312.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_cn.Test_GBK.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_cn.Test_HZ.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_hk.Test_Big5HKSCS.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_CP932.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_EUC_JISX0213.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_SJISX0213.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_SJIS_2004.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_kr.Test_CP949.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_kr.Test_EUCKR.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_kr.Test_JOHAB.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecencodings_tw.Test_Big5.test_errorhandle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_cn.TestGB18030Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_cn.TestGB2312Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_cn.TestGBKMap.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_hk.TestBig5HKSCSMap.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_jp.TestCP932Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_jp.TestEUCJISX0213Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_jp.TestSJISCOMPATMap.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_jp.TestSJISX0213Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_kr.TestCP949Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_kr.TestJOHABMap.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_tw.TestBIG5Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorhandle__test.test_codecmaps_tw.TestCP950Map.test_errorhandle__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_errorlevel__test.test_tarfile.TestExtractionFilters.test_errorlevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.EscapeDecodeTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF16BETest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF16ExTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF16LETest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF16Test.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF32BETest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF32LETest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF32Test.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_codecs.UTF7Test.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_ctypes.test_functions.FunctionTestCase.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_decorators.TestDecorators.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_descr.ClassPropertiesAndMethods.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_epoll.TestEPoll.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_fileinput.Test_hook_encoded.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_fstring.TestCase.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_grp.GroupDatabaseTestCase.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_inspect.test_inspect.TestGetcallargsMethods.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_pwd.PwdTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_socket.SendfileUsingSendTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_socket.SendfileUsingSendfileTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_subclassinit.Test.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_sys.SizeofTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_type_aliases.TypeAliasConstructorTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.AnyTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.AssertTypeTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.CastTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.CollectionsCallableTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.GenericTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.NewTypeTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.RETests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.TupleTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_typing.TypingCallableTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_ucn.UnicodeNamesTest.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors__test.test_urllib2.HandlerTests.test_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors_changed_pep487__test.test_subclassinit.Test.test_errors_changed_pep487_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors_in_command__test.test_pdb.PdbTestCase.test_errors_in_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors_in_view_containment_check__test.test_dict.DictTest.test_errors_in_view_containment_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors_property__test.test_io.CTextIOWrapperTest.test_errors_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_errors_property__test.test_io.PyTextIOWrapperTest.test_errors_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_es__test.test_capi.test_getargs.String_TestCase.test_es_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_es_hash__test.test_capi.test_getargs.String_TestCase.test_es_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape__test.test_codecs.EscapeDecodeTest.test_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape__test.test_glob.GlobTests.test_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape__test.test_html.HtmlTests.test_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape__test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape__test.test_importlib.test_util.Source_ResolveNameTests.test_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape__test.test_xmlrpc.HelperTestCase.test_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_all__test.test_sax.SaxutilsTest.test_escape_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_backslashes__test.test_email.test_email.TestMiscellaneous.test_escape_backslashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_basic__test.test_sax.SaxutilsTest.test_escape_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_decode__test.test_codecs.RawUnicodeEscapeTest.test_escape_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_decode__test.test_codecs.UnicodeEscapeTest.test_escape_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_dump__test.test_email.test_email.TestMiscellaneous.test_escape_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_encode__test.test_codecs.EscapeEncodeTest.test_escape_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_encode__test.test_codecs.RawUnicodeEscapeTest.test_escape_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_encode__test.test_codecs.UnicodeEscapeTest.test_escape_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_extra__test.test_sax.SaxutilsTest.test_escape_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_fieldsep__test.test_csv.TestEscapedExcel.test_escape_fieldsep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_path__test.test_http_cookiejar.CookieTests.test_escape_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escape_windows__test.test_glob.GlobTests.test_escape_windows__'Win32_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_escapechar__test.test_csv.TestDialectValidity.test_escapechar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escaped_8bit_header__test.test_email.test_email.TestHeader.test_escaped_8bit_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escapes__test.test_string.TestTemplate.test_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_escaping__test.test_strptime.StrptimeTests.test_escaping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_et__test.test_capi.test_getargs.String_TestCase.test_et_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_et_hash__test.test_capi.test_getargs.String_TestCase.test_et_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_etree__test.test_typing.UnionTests.test_etree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_euc_encoding__test.test_locale.NormalizeTest.test_euc_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_euro_modifier__test.test_locale.NormalizeTest.test_euro_modifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval__test.test_builtin.BuiltinTest.test_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval__test.test_dbm_dumb.DumbDBMTestCase.test_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval__test.test_symtable.SymtableTest.test_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_builtins_mapping__test.test_builtin.BuiltinTest.test_eval_builtins_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_builtins_mapping_reduce__test.test_builtin.BuiltinTest.test_eval_builtins_mapping_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_bytes_incomplete__test.test_string_literals.TestLiterals.test_eval_bytes_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_bytes_invalid_escape__test.test_string_literals.TestLiterals.test_eval_bytes_invalid_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_bytes_invalid_octal_escape__test.test_string_literals.TestLiterals.test_eval_bytes_invalid_octal_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_bytes_normal__test.test_string_literals.TestLiterals.test_eval_bytes_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_bytes_raw__test.test_string_literals.TestLiterals.test_eval_bytes_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_get_func_desc__test.test_capi.test_eval.Tests.test_eval_get_func_desc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_get_func_name__test.test_capi.test_eval.Tests.test_eval_get_func_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_get_recursion_limit__test.test_capi.test_eval.Tests.test_eval_get_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getbuiltins__test.test_capi.test_eval.Tests.test_eval_getbuiltins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getframe__test.test_capi.test_eval.Tests.test_eval_getframe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getframe_builtins__test.test_capi.test_eval.Tests.test_eval_getframe_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getframe_globals__test.test_capi.test_eval.Tests.test_eval_getframe_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getframe_locals__test.test_capi.test_eval.Tests.test_eval_getframe_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getglobals__test.test_capi.test_eval.Tests.test_eval_getglobals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_getlocals__test.test_capi.test_eval.Tests.test_eval_getlocals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_gives_lambda_custom_globals__test.test_dynamic.RebindBuiltinsTests.test_eval_gives_lambda_custom_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_input__test.test_grammar.GrammarTests.test_eval_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_kwargs__test.test_builtin.BuiltinTest.test_eval_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_order__test.test_decorators.TestDecorators.test_eval_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_round_trip__test.test_decimal.CUsabilityTest.test_eval_round_trip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_round_trip__test.test_decimal.PyUsabilityTest.test_eval_round_trip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_set_recursion_limit__test.test_capi.test_eval.Tests.test_eval_set_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_str_incomplete__test.test_string_literals.TestLiterals.test_eval_str_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_str_invalid_escape__test.test_string_literals.TestLiterals.test_eval_str_invalid_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_str_invalid_octal_escape__test.test_string_literals.TestLiterals.test_eval_str_invalid_octal_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_str_normal__test.test_string_literals.TestLiterals.test_eval_str_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_str_raw__test.test_string_literals.TestLiterals.test_eval_str_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eval_str_u__test.test_string_literals.TestLiterals.test_eval_str_u_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evaluation_error__test.test_type_params.TypeParamsLazyEvaluationTest.test_evaluation_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evaluation_order__test.test_dictcomps.DictComprehensionTest.test_evaluation_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_decimals__test.test_statistics.TestMedian.test_even_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_decimals__test.test_statistics.TestMedianGrouped.test_even_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_decimals__test.test_statistics.TestMedianHigh.test_even_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_decimals__test.test_statistics.TestMedianLow.test_even_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_fractions__test.test_statistics.TestMedian.test_even_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_fractions__test.test_statistics.TestMedianGrouped.test_even_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_fractions__test.test_statistics.TestMedianHigh.test_even_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_fractions__test.test_statistics.TestMedianLow.test_even_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_ints__test.test_statistics.TestMedian.test_even_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_ints__test.test_statistics.TestMedianGrouped.test_even_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_ints__test.test_statistics.TestMedianHigh.test_even_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_ints__test.test_statistics.TestMedianLow.test_even_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_more_compare__test.datetimetester.TestDateTimeTZ_Fast.test_even_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_more_compare__test.datetimetester.TestDateTimeTZ_Pure.test_even_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_even_number_repeated__test.test_statistics.TestMedianGrouped.test_even_number_repeated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event__test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event_aggregation__test.test_capi.test_watchers.TestTypeWatchers.test_event_aggregation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_event_loop_policy__test.test_asyncio.test_events.PolicyTests.test_event_loop_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eventfd_initval__test.test_os.EventfdTests.test_eventfd_initval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eventfd_select__test.test_os.EventfdTests.test_eventfd_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eventfd_semaphore__test.test_os.EventfdTests.test_eventfd_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events__test.test_sys_settrace.TestLinesAfterTraceStarted.test_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events__test.test_xml_etree.XMLPullParserTest.test_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events__test.test_xml_etree_c.XMLPullParserTest.test_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events_comment__test.test_xml_etree.XMLPullParserTest.test_events_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events_comment__test.test_xml_etree_c.XMLPullParserTest.test_events_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events_pi__test.test_xml_etree.XMLPullParserTest.test_events_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events_pi__test.test_xml_etree_c.XMLPullParserTest.test_events_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events_sequence__test.test_xml_etree.XMLPullParserTest.test_events_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_events_sequence__test.test_xml_etree_c.XMLPullParserTest.test_events_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_everyone_has___loader____test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_everyone_has___loader____test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_everyone_has___spec____test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_everyone_has___spec____test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_everything_implements_empty_protocol__test.test_typing.ProtocolTests.test_everything_implements_empty_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_call_soon_list_mutation__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_evil_call_soon_list_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_call_soon_list_mutation__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_evil_call_soon_list_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_call_soon_list_mutation__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_evil_call_soon_list_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_class_mutating_dict__test.test_pickle.CDumpPickle_LoadPickle.test_evil_class_mutating_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_class_mutating_dict__test.test_pickle.CPicklerTests.test_evil_class_mutating_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_class_mutating_dict__test.test_pickle.DumpPickle_CLoadPickle.test_evil_class_mutating_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_class_mutating_dict__test.test_pickle.InMemoryPickleTests.test_evil_class_mutating_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_class_mutating_dict__test.test_pickle.PyPicklerTests.test_evil_class_mutating_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_class_mutating_dict__test.test_pickletools.OptimizedPickleTests.test_evil_class_mutating_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_external_timer__test.test_cprofile.CProfileTest.test_evil_external_timer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_local_domain_2__test.test_http_cookiejar.CookieTests.test_evil_local_domain_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_local_domain__test.test_http_cookiejar.CookieTests.test_evil_local_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_nonlocal_domain__test.test_http_cookiejar.CookieTests.test_evil_nonlocal_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_pickler_mutating_collection__test.test_pickle.CPicklingErrorTests.test_evil_pickler_mutating_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_pickler_mutating_collection__test.test_pickle.PyPicklingErrorTests.test_evil_pickler_mutating_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_evil_type_name__test.test_descr.ClassPropertiesAndMethods.test_evil_type_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_eviltuple__test.test_structseq.StructSeqTest.test_eviltuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ews_combined_before_wrap__test.test_email.test__header_value_parser.TestFolding.test_ews_combined_before_wrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ex5_from_c3_switch__test.test_descr.ClassPropertiesAndMethods.test_ex5_from_c3_switch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exact_conversion__test.test_decimal.CWhitebox.test_exact_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exact_exception__test.test_contextlib.TestSuppress.test_exact_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exact_type__test.test_tokenize.TestTokenize.test_exact_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exact_type_match__test.test_marshal.BugsTestCase.test_exact_type_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exact_uniform__test.test_statistics.TestPVariance.test_exact_uniform_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_absolute__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_absolute_decimals__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_both__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_both_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_decimals__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_floats__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_fractions__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_ints__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_equal_relative__test.test_statistics.ApproxEqualExactTest.test_exactly_equal_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_unequal_decimals__test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_unequal_floats__test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_unequal_fractions__test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exactly_unequal_ints__test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_example_data__test.test_array.LargeArrayTest.test_example_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exc_info__test.test_capi.test_exceptions.Test_Exceptions.test_exc_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exc_info_no_exception__test.test_sys.ActiveExceptionTests.test_exc_info_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exc_info_with_exception_instance__test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exc_info_with_exception_type__test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_gen_except__test.test_generators.ExceptionTest.test_except_gen_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_handler_label__test.test_peepholer.DirectCfgOptimizerTests.test_except_handler_label_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_next__test.test_generators.ExceptionTest.test_except_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_reraise__test.test_raise.TestRaise.test_except_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star_EG_subclass__test.test_except_star.TestExceptStarExceptionGroupSubclass.test_except_star_EG_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star_ExceptionGroup_is_runtime_error_single__test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star_ExceptionGroup_is_runtime_error_tuple__test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star__test.test_monitoring.TestBranchAndJumpEvents.test_except_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star_invalid_exception_type__test.test_except_star.TestInvalidExceptStar.test_except_star_invalid_exception_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star_invalid_exception_type__test.test_exceptions.TestInvalidExceptionMatcher.test_except_star_invalid_exception_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_star_then_except__test.test_syntax.SyntaxTestCase.test_except_star_then_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_then_except_star__test.test_syntax.SyntaxTestCase.test_except_then_except_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_throw__test.test_generators.ExceptionTest.test_except_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_throw_bad_exception__test.test_generators.ExceptionTest.test_except_throw_bad_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_except_throw_exception_context__test.test_generators.ExceptionTest.test_except_throw_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excepthook__test.test_audit.AuditTest.test_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excepthook__test.test_sys.ExceptHookTest.test_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excepthook__test.test_threading.ExceptHookTests.test_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excepthook_bytes_filename__test.test_sys.ExceptHookTest.test_excepthook_bytes_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excepthook_thread_None__test.test_threading.ExceptHookTests.test_excepthook_thread_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_asyncio.test_futures.CFutureTests.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_asyncio.test_futures.CSubFutureTests.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_asyncio.test_futures.PyFutureTests.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_asyncio.test_streams.StreamTests.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_capi.test_exceptions.Test_Exceptions.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_contextlib.TestChdir.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_logging.LoggerAdapterTest.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_logging.LoggerTest.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_pyexpat.HandlerExceptionTest.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_sys_setprofile.ProfileHookTestCase.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_tarfile.ContextManagerTest.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_termios.TestModule.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception__test.test_typing.AssertNeverTests.test_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_angle_bracketed_filename__test.test_traceback.CExcReportingTests.test_exception_angle_bracketed_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_angle_bracketed_filename__test.test_traceback.PyExcReportingTests.test_exception_angle_bracketed_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_arguments__test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_bad__str____test.test_traceback.CExcReportingTests.test_exception_bad__str___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_bad__str____test.test_traceback.PyExcReportingTests.test_exception_bad__str___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_cancel__test.test_asyncio.test_streams.StreamTests.test_exception_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_chaining_after_await_with_context_cycle__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_class__test.test_asyncio.test_futures.CFutureTests.test_exception_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_class__test.test_asyncio.test_futures.CSubFutureTests.test_exception_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_class__test.test_asyncio.test_futures.PyFutureTests.test_exception_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_cleanup_names2__test.test_exceptions.ExceptionTests.test_exception_cleanup_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_cleanup_names__test.test_exceptions.ExceptionTests.test_exception_cleanup_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_context_with_yield__test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_context_with_yield_from__test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_context_with_yield_from_with_context_cycle__test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_with_context_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_context_with_yield_inside_generator__test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_inside_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_excinfo__test.test_logging.LoggerAdapterTest.test_exception_excinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_function__test.test_iter.TestCase.test_exception_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_basic__test.test_traceback.CExcReportingTests.test_exception_group_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_basic__test.test_traceback.PyExcReportingTests.test_exception_group_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_cause__test.test_traceback.CExcReportingTests.test_exception_group_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_cause__test.test_traceback.PyExcReportingTests.test_exception_group_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_construction__test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_context_with_context__test.test_traceback.CExcReportingTests.test_exception_group_context_with_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_context_with_context__test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_deep_recursion_capi__test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_deep_recursion_capi__test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_deep_recursion_traceback__test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_deep_recursion_traceback__test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_depth_limit__test.test_traceback.CExcReportingTests.test_exception_group_depth_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_depth_limit__test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_except_star_Exception_not_wrapped__test.test_except_star.TestExceptStarSplitSemantics.test_exception_group_except_star_Exception_not_wrapped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_format__test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_format_exception_only__test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_format_exception_onlyi_recursive__test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_is_generic_type__test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_is_generic_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_nested__test.test_traceback.CExcReportingTests.test_exception_group_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_nested__test.test_traceback.PyExcReportingTests.test_exception_group_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_subclass_with_bad_split_func__test.test_except_star.TestExceptStarExceptionGroupSubclass.test_exception_group_subclass_with_bad_split_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_types__test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_width_limit__test.test_traceback.CExcReportingTests.test_exception_group_width_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_width_limit__test.test_traceback.PyExcReportingTests.test_exception_group_width_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_with_multiple_notes__test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_with_multiple_notes__test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_with_notes__test.test_traceback.CExcReportingTests.test_exception_group_with_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_with_notes__test.test_traceback.PyExcReportingTests.test_exception_group_with_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_wrapped_naked__test.test_traceback.CExcReportingTests.test_exception_group_wrapped_naked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_group_wrapped_naked__test.test_traceback.PyExcReportingTests.test_exception_group_wrapped_naked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_groups__test.test_contextlib.TestSuppress.test_exception_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_groups_feature_version__test.test_ast.test_ast.AST_Tests.test_exception_groups_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_hierarchy__test.test_contextlib.TestSuppress.test_exception_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_hierarchy__test.test_decimal.CPythonAPItests.test_exception_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_hierarchy__test.test_decimal.PyPythonAPItests.test_exception_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_if_confg_file_is_empty__test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_if_confg_file_is_invalid__test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_if_config_file_does_not_exist__test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_in_except_clause__test.test_sys_setprofile.ProfileHookTestCase.test_exception_in_except_clause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_in_post_comp_call__test.test_listcomps.ListComprehensionTest.test_exception_in_post_comp_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_in_setup__test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_in_tear_clean_up__test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_clean_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_in_tear_down__test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_down_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_in_test__test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_is_None__test.test_traceback.TracebackCases.test_exception_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_is_not_generic_type__test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_is_not_generic_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_locations__test.test_dictcomps.DictComprehensionTest.test_exception_locations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_locations__test.test_iter.TestCase.test_exception_locations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_locations__test.test_listcomps.ListComprehensionTest.test_exception_locations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_locations__test.test_setcomps.SetComprehensionTest.test_exception_locations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_marking__test.test_asyncio.test_tasks.CoroutineGatherTests.test_exception_marking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_message__test.test_richcmp.MiscTest.test_exception_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_modulename__test.test_traceback.CExcReportingTests.test_exception_modulename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_modulename__test.test_traceback.PyExcReportingTests.test_exception_modulename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_modulename_not_unicode__test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_modulename_not_unicode__test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_on_first_call__test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exception_on_first_call__test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_on_second_call__test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.EnumerateStartTestCase.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.EnumerateTestCase.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.SubclassTestCase.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.TestBig.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.TestEmpty.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.TestLongStart.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_enumerate.TestStart.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_propagation__test.test_sys_setprofile.ProfileHookTestCase.test_exception_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_qualname__test.test_traceback.CExcReportingTests.test_exception_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_qualname__test.test_traceback.PyExcReportingTests.test_exception_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_sequence__test.test_iter.TestCase.test_exception_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_table__test.test_compiler_assemble.IsolatedAssembleTests.test_exception_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_target_in_nested_scope__test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_traceback__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_value_crash__test.test_yield_from.TestPEP380Operation.test_exception_value_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_waiter__test.test_asyncio.test_streams.StreamTests.test_exception_waiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_doc__test.test_exceptions.ExceptionTests.test_exception_with_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_invalid_notes__test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_invalid_notes__test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_multiple_notes__test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_multiple_notes__test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_note__test.test_traceback.CExcReportingTests.test_exception_with_note_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_note__test.test_traceback.PyExcReportingTests.test_exception_with_note_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_success__test.test_concurrent_futures.test_future.FutureTests.test_exception_with_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exception_with_timeout__test.test_concurrent_futures.test_future.FutureTests.test_exception_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptional_side_effect__test.test_unittest.testmock.testmock.MockTest.test_exceptional_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_binascii.ArrayBinASCIITest.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_binascii.BinASCIITest.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_binascii.BytearrayBinASCIITest.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_binascii.MemoryviewBinASCIITest.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_copy.TestCopy.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_ftplib.TestFTPClass.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_ftplib.TestTLS_FTPClassMixin.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_marshal.ExceptionTestCase.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_math.MathTests.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_pickle.CompatPickleTests.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_poplib.TestPOP3Class.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_poplib.TestPOP3_SSLClass.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_poplib.TestPOP3_TLSClass.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_uuid.TestUUIDWithExtModule.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions__test.test_uuid.TestUUIDWithoutExtModule.test_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exceptions_propagate__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_exceptions_propagate__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exceptions_propagate__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_exceptions_propagate__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_excessive_nesting__test.test_contextlib.TestExitStack.test_excessive_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excessive_nesting__test.test_contextlib_async.TestAsyncExitStack.test_excessive_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exclude__test.test_regrtest.ParseArgsTestCase.test_exclude_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exclude_methods__test.test_enum.TestSpecial.test_exclude_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exclude_posixrules__test.test_zoneinfo.test_zoneinfo.CTestModule.test_exclude_posixrules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exclude_posixrules__test.test_zoneinfo.test_zoneinfo.TestModule.test_exclude_posixrules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_excluding_predicates__test.test_inspect.test_inspect.TestPredicates.test_excluding_predicates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exclusion__test.test_set.TestIdentities.test_exclusion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exclusive_write__test.test_gzip.TestGzip.test_exclusive_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec__test.test_builtin.BuiltinTest.test_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec__test.test_interpreters.test_api.LowLevelTests.test_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec__test.test_symtable.SymtableTest.test_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec__test.test_typing.TypeVarTupleTests.test_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_builtins_mapping_import__test.test_builtin.BuiltinTest.test_exec_builtins_mapping_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_closure__test.test_builtin.BuiltinTest.test_exec_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_counts__test.test_trace.TestRunExecCounts.test_exec_counts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_failure__test.test_import.ImportTracebackTests.test_exec_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_failure_nested__test.test_import.ImportTracebackTests.test_exec_failure_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_filename__test.test_warnings.CWarnTests.test_exec_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_filename__test.test_warnings.PyWarnTests.test_exec_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_globals__test.test_builtin.BuiltinTest.test_exec_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_globals_dict_subclass__test.test_builtin.BuiltinTest.test_exec_globals_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_globals_error_on_get__test.test_builtin.BuiltinTest.test_exec_globals_error_on_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_globals_frozen__test.test_builtin.BuiltinTest.test_exec_globals_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_kwargs__test.test_builtin.BuiltinTest.test_exec_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_redirected__test.test_builtin.BuiltinTest.test_exec_redirected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_valid_coding__test.test_source_encoding.MiscSourceEncodingTest.test_exec_valid_coding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_with_general_mapping_for_locals__test.test_compile.TestSpecifics.test_exec_with_general_mapping_for_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exec_with_unusual_globals__test.test_type_aliases.TypeParamsExoticGlobalsTest.test_exec_with_unusual_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable__test.test_subprocess.ProcessTestCase.test_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable__test.test_subprocess.ProcessTestCaseNoPoll.test_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable__test.test_sys.SysModuleTest.test_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_replaces_shell__test.test_subprocess.ProcessTestCase.test_executable_replaces_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_replaces_shell__test.test_subprocess.ProcessTestCaseNoPoll.test_executable_replaces_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_takes_precedence__test.test_subprocess.ProcessTestCase.test_executable_takes_precedence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_takes_precedence__test.test_subprocess.ProcessTestCaseNoPoll.test_executable_takes_precedence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_with_cwd__test.test_subprocess.ProcessTestCase.test_executable_with_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_with_cwd__test.test_subprocess.ProcessTestCaseNoPoll.test_executable_with_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_without_cwd__test.test_subprocess.ProcessTestCase.test_executable_without_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executable_without_cwd__test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_arg_float__test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_arg_int__test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_arg_string__test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_arg_string_with_zero_byte__test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_dict_mapping__test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_dict_mapping_mapping__test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_dict_mapping_no_args__test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_dict_mapping_too_little_args__test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_dict_mapping_unnamed__test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_illegal_sql__test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_indexed_nameless_params__test.test_sqlite3.test_dbapi.CursorTests.test_execute_indexed_nameless_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_many_generator__test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_many_iterator__test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_many_not_iterable__test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_many_select__test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_many_sequence__test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_many_wrong_sql_arg__test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_multiple_statements__test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_named_param_and_sequence__test.test_sqlite3.test_dbapi.CursorTests.test_execute_named_param_and_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_no_args__test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_non_iterable__test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_param_list__test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_param_sequence__test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_param_sequence_bad_len__test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_too_many_params__test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_with_appended_comments__test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_wrong_no_of_args1__test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_wrong_no_of_args2__test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_wrong_no_of_args3__test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_wrong_sql_arg__test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_zip2__test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execute_zip64__test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executecodemodule__test.test_capi.test_import.ImportTests.test_executecodemodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executecodemoduleex__test.test_capi.test_import.ImportTests.test_executecodemoduleex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executecodemoduleobject__test.test_capi.test_import.ImportTests.test_executecodemoduleobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executecodemodulewithpathnames__test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_executescript_step_through_select__test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execution_namespace_is_main__test.test__interpreters.RunStringTests.test_execution_namespace_is_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execv_with_bad_arglist__test.test_os.ExecTests.test_execv_with_bad_arglist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execve_invalid_env__test.test_os.ExecTests.test_execve_invalid_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execve_with_empty_path__test.test_os.ExecTests.test_execve_with_empty_path__'Win32-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_execvpe_with_bad_arglist__test.test_os.ExecTests.test_execvpe_with_bad_arglist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_execvpe_with_bad_program__test.test_os.ExecTests.test_execvpe_with_bad_program_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exercise_all_methods__test.test_hmac.SanityTestCase.test_exercise_all_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exfiltration_via_symlink__test.test_tarfile.TestExtractionFilters.test_exfiltration_via_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.ByteTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.DoubleTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.FloatTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.IntTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.LongLongTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.LongTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.ShortTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UCS4Test.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UnicodeTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UnsignedByteTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UnsignedIntTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UnsignedLongLongTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UnsignedLongTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_array.UnsignedShortTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_bytes.ByteArrayTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_list.ListTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_str.StrTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator__test.test_userlist.UserListTest.test_exhausted_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_iterator_pickling__test.test_range.RangeTest.test_exhausted_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.ByteTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.DoubleTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.FloatTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.IntTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.LongLongTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.LongTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.ShortTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UCS4Test.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UnicodeTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UnsignedByteTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UnsignedIntTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UnsignedLongLongTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UnsignedLongTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exhausted_reverse_iterator__test.test_array.UnsignedShortTest.test_exhausted_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exist_ok_existing_directory__test.test_os.MakedirTests.test_exist_ok_existing_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exist_ok_existing_regular_file__test.test_os.MakedirTests.test_exist_ok_existing_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exist_ok_s_isgid_directory__test.test_os.MakedirTests.test_exist_ok_s_isgid_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing__test.test_tarfile.AppendTest.test_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing_attributes_allowed_after_seal__test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_allowed_after_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing_attributes_can_be_set_on_seal__test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_can_be_set_on_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing_docstring_not_overridden__test.test_dataclasses.TestDocString.test_existing_docstring_not_overridden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing_file_inside_dest_dir__test.test_shutil.TestMove.test_existing_file_inside_dest_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing_init_subclass__test.test_warnings.DeprecatedTests.test_existing_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_existing_init_subclass_in_base__test.test_warnings.DeprecatedTests.test_existing_init_subclass_in_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_genericpath.TestGenericTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_ntpath.NtCommonTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_pathlib.test_pathlib.PathSubclassTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_pathlib.test_pathlib.PathTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_pathlib.test_pathlib.PosixPathTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_pathlib.test_pathlib.WindowsPathTest.test_exists__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exists__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists__test.test_posixpath.PosixCommonTest.test_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists_bool__test.test_genericpath.TestGenericTest.test_exists_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists_bool__test.test_ntpath.NtCommonTest.test_exists_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists_bool__test.test_posixpath.PosixCommonTest.test_exists_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists_fd__test.test_genericpath.TestGenericTest.test_exists_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists_fd__test.test_ntpath.NtCommonTest.test_exists_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exists_fd__test.test_posixpath.PosixCommonTest.test_exists_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit____main__.GeneralTest.test_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit__test.test__interpreters.RunFailedTests.test_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit__test.test_code_module.TestInteractiveConsoleLocalExit.test_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit__test.test_sys.SysModuleTest.test_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_at_task_unpickle__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_codes_under_repl__test.test_sys.SysModuleTest.test_exit_codes_under_repl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_func_exec_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_result_pickle_on_worker__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_result_unpickle_in_result_handler__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_result_unpickle_in_result_handler__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_during_result_unpickle_in_result_handler__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_exit_exception_chaining__test.test_contextlib.TestExitStack.test_exit_exception_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_chaining__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_chaining_reference__test.test_contextlib.TestExitStack.test_exit_exception_chaining_reference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_chaining_reference__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_reference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_chaining_suppress__test.test_contextlib.TestExitStack.test_exit_exception_chaining_suppress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_chaining_suppress__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_suppress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_explicit_none_context__test.test_contextlib.TestExitStack.test_exit_exception_explicit_none_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_explicit_none_context__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_explicit_none_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_non_suppressing__test.test_contextlib.TestExitStack.test_exit_exception_non_suppressing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_non_suppressing__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_non_suppressing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_traceback__test.test_contextlib.TestExitStack.test_exit_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_traceback__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_with_correct_context__test.test_contextlib.TestExitStack.test_exit_exception_with_correct_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_with_correct_context__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_correct_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_with_existing_context__test.test_contextlib.TestExitStack.test_exit_exception_with_existing_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_exception_with_existing_context__test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_existing_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_idempotent__test.test_unittest.testmock.testpatch.PatchTest.test_exit_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_is_abstract__test.test_contextlib.TestAbstractContextManager.test_exit_is_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_is_abstract__test.test_contextlib_async.TestAbstractAsyncContextManager.test_exit_is_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_msg__test.test_code_module.TestInteractiveConsole.test_exit_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_on_error_with_bad_args__test.test_argparse.TestExitOnError.test_exit_on_error_with_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_on_error_with_good_args__test.test_argparse.TestExitOnError.test_exit_on_error_with_good_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_on_shutdown__test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_raise__test.test_contextlib.TestExitStack.test_exit_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_raise__test.test_contextlib_async.TestAsyncExitStack.test_exit_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_suppress__test.test_contextlib.TestExitStack.test_exit_suppress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exit_suppress__test.test_contextlib_async.TestAsyncExitStack.test_exit_suppress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exp__test.test_decimal.CContextAPItests.test_exp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exp__test.test_decimal.CIBMTestCases.test_exp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exp__test.test_decimal.PyContextAPItests.test_exp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exp__test.test_decimal.PyIBMTestCases.test_exp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expand__test.test_re.ReTests.test_expand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expand_lang__test.test_gettext.ExpandLangTestCase.test_expand_lang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_bigmem.BytearrayTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_bigmem.BytesTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_bigmem.StrTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_bytes.ByteArrayAsStringTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_bytes.BytesAsStringTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_str.StrTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs__test.test_userstring.UserStringTest.test_expandtabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs_optimization__test.test_str.StrTest.test_expandtabs_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandtabs_overflows_gracefully__test.test_str.StrTest.test_expandtabs_overflows_gracefully__'only_applies_to_32-bit_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expanduser__test.test_ntpath.TestNtpath.test_expanduser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser__test.test_posixpath.PosixPathTest.test_expanduser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_common__test.test_pathlib.test_pathlib.PathTest.test_expanduser_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_common__test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expanduser_home_envvar__test.test_posixpath.PosixPathTest.test_expanduser_home_envvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_posix__test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expanduser_pwd2__test.test_posixpath.PosixPathTest.test_expanduser_pwd2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_pwd__test.test_posixpath.PosixPathTest.test_expanduser_pwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expanduser_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expanduser_windows__test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expanduser_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expanduser_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_expandvars__test.test_ntpath.NtCommonTest.test_expandvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandvars__test.test_ntpath.TestNtpath.test_expandvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandvars__test.test_posixpath.PosixCommonTest.test_expandvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandvars_nonascii__test.test_ntpath.NtCommonTest.test_expandvars_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandvars_nonascii__test.test_ntpath.TestNtpath.test_expandvars_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expandvars_nonascii__test.test_posixpath.PosixCommonTest.test_expandvars_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat224_utf8_bug__test.test_xml_etree.BugsTest.test_expat224_utf8_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat224_utf8_bug__test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat224_utf8_bug_file__test.test_xml_etree.BugsTest.test_expat224_utf8_bug_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat224_utf8_bug_file__test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_attrs_empty__test.test_sax.ExpatReaderTest.test_expat_attrs_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_attrs_wattr__test.test_sax.ExpatReaderTest.test_expat_attrs_wattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_binary_file__test.test_sax.ExpatReaderTest.test_expat_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_binary_file_bytes_name__test.test_sax.ExpatReaderTest.test_expat_binary_file_bytes_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_binary_file_int_name__test.test_sax.ExpatReaderTest.test_expat_binary_file_int_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_binary_file_nonascii__test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_dtdhandler__test.test_sax.ExpatReaderTest.test_expat_dtdhandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_entityresolver_default__test.test_sax.ExpatReaderTest.test_expat_entityresolver_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_entityresolver_enabled__test.test_sax.ExpatReaderTest.test_expat_entityresolver_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_external_dtd_default__test.test_sax.ExpatReaderTest.test_expat_external_dtd_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_external_dtd_enabled__test.test_sax.ExpatReaderTest.test_expat_external_dtd_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_incomplete__test.test_sax.ErrorReportingTest.test_expat_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_incremental__test.test_sax.ExpatReaderTest.test_expat_incremental_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_incremental_reset__test.test_sax.ExpatReaderTest.test_expat_incremental_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_inpsource_byte_stream__test.test_sax.ExpatReaderTest.test_expat_inpsource_byte_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_inpsource_character_stream__test.test_sax.ExpatReaderTest.test_expat_inpsource_character_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_inpsource_filename__test.test_sax.ExpatReaderTest.test_expat_inpsource_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_inpsource_location__test.test_sax.ErrorReportingTest.test_expat_inpsource_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_inpsource_sysid__test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_inpsource_sysid_nonascii__test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_locator_noinfo__test.test_sax.ExpatReaderTest.test_expat_locator_noinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_locator_withinfo__test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_locator_withinfo_nonascii__test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_nsattrs_empty__test.test_sax.ExpatReaderTest.test_expat_nsattrs_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_nsattrs_wattr__test.test_sax.ExpatReaderTest.test_expat_nsattrs_wattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expat_text_file__test.test_sax.ExpatReaderTest.test_expat_text_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expaterror__test.test_pyexpat.ErrorMessageTest.test_expaterror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expected_failure__test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expected_failure_and_fail_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_fail_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expected_failure_and_skip_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_skip_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expected_failure_subtests__test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_subtests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expected_failure_with_wrapped_class__test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expected_failure_with_wrapped_subclass__test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expires__test.test_http_cookiejar.CookieTests.test_expires_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explain_to__test.test_mailbox.TestBabylMessage.test_explain_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explain_to__test.test_mailbox.TestMHMessage.test_explain_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explain_to__test.test_mailbox.TestMMDFMessage.test_explain_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explain_to__test.test_mailbox.TestMaildirMessage.test_explain_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explain_to__test.test_mailbox.TestMboxMessage.test_explain_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explain_to__test.test_mailbox.TestMessage.test_explain_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_cleanup__test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_cleanup_correct_error__test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error__'Only_on_Windows.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_explicit_close__test.test_asyncio.test_runners.RunnerTests.test_explicit_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_context_create_decimal__test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_context_create_decimal__test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_context_create_from_float__test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_context_create_from_float__test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_empty__test.test_decimal.CExplicitConstructionTest.test_explicit_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_empty__test.test_decimal.PyExplicitConstructionTest.test_explicit_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_first_line__test.test_dis.BytecodeTests.test_explicit_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_Decimal__test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_Decimal__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_None__test.test_decimal.CExplicitConstructionTest.test_explicit_from_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_None__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_bool__test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_bool__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_float__test.test_decimal.CExplicitConstructionTest.test_explicit_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_float__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_int__test.test_decimal.CExplicitConstructionTest.test_explicit_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_int__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_list__test.test_decimal.CExplicitConstructionTest.test_explicit_from_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_list__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_string__test.test_decimal.CExplicitConstructionTest.test_explicit_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_string__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_tuples__test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_from_tuples__test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_global_2__test.test_listcomps.ListComprehensionTest.test_explicit_global_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_global_3__test.test_listcomps.ListComprehensionTest.test_explicit_global_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_global__test.test_listcomps.ListComprehensionTest.test_explicit_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_global__test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_global_with_assignment__test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_global_with_no_static_bound__test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_no_static_bound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_headers__test.test_httplib.TransferEncodingTest.test_explicit_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_line__test.test_traceback.TestFrame.test_explicit_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_lock__test.test_asyncio.test_locks.ConditionTests.test_explicit_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_match_args__test.test_dataclasses.TestMatchArgs.test_explicit_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_maxlinelen__test.test_email.test_email.TestHeader.test_explicit_maxlinelen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_mock__test.test_unittest.testmock.testwith.TestMockOpen.test_explicit_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_no_pip__test.test_venv.EnsurePipTest.test_explicit_no_pip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_none__test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_none__test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_nonlocal__test.test_type_params.TypeParamsClassScopeTest.test_explicit_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_parent__test.test_unittest.testmock.testmock.MockTest.test_explicit_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_relative_import__test.test_runpy.RunModuleTestCase.test_explicit_relative_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_reraise__test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_reraise_named__test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_explicit_reverse_methods__test.test_descr.OperatorsTest.test_explicit_reverse_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_export_symbols__test.test_capi.test_misc.CAPITest.test_export_symbols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exports__test.test_tempfile.TestExports.test_exports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_exposed_type__test.test_genericalias.BaseTest.test_exposed_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expr__test.test_ast.test_ast.ASTValidatorTests.test_expr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expr_context__test.test_ast.test_ast.ASTConstructorTests.test_expr_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expr_stmt__test.test_grammar.GrammarTests.test_expr_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expression_with_assignment__test.test_syntax.SyntaxTestCase.test_expression_with_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expression_with_pseudo_instruction_load_closure__test.test_compiler_assemble.IsolatedAssembleTests.test_expression_with_pseudo_instruction_load_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expressions__test.test_decorators.TestDecorators.test_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_expressions_with_triple_quoted_strings__test.test_fstring.TestCase.test_expressions_with_triple_quoted_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extant_path__test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extant_path__test.test_importlib.resources.test_open.CommonTextTests.test_extant_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extant_path__test.test_importlib.resources.test_path.CommonTests.test_extant_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extant_path__test.test_importlib.resources.test_read.CommonBinaryTests.test_extant_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extant_path__test.test_importlib.resources.test_read.CommonTextTests.test_extant_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.ByteTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.DoubleTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.FloatTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.IntTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.LargeArrayTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.LongLongTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.LongTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.ShortTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UCS4Test.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UnicodeTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UnsignedByteTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UnsignedIntTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UnsignedLongLongTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UnsignedLongTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_array.UnsignedShortTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_bytes.ByteArrayTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_deque.TestBasic.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_list.ListTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend__test.test_userlist.UserListTest.test_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_add_action__test.test_optparse.TestExtendAddActions.test_extend_add_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_add_action_normal__test.test_optparse.TestExtendAddActions.test_extend_add_action_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_large__test.test_bigmem.ListTest.test_extend_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_mutable_list2__test.test_xml_etree.BadElementTest.test_extend_mutable_list2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_mutable_list2__test.test_xml_etree_c.BadElementTest.test_extend_mutable_list2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_mutable_list__test.test_xml_etree.BadElementTest.test_extend_mutable_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_mutable_list__test.test_xml_etree_c.BadElementTest.test_extend_mutable_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_path_argument_types__test.test_pkgutil.ExtendPathTests.test_extend_path_argument_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_path_pkg_files__test.test_pkgutil.ExtendPathTests.test_extend_path_pkg_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extend_small__test.test_bigmem.ListTest.test_extend_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_arg__test.test_compile.TestSpecifics.test_extended_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_arg_quick__test.test_dis.DisTests.test_extended_arg_quick_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_arg_quick__test.test_dis.DisWithFileTests.test_extended_arg_quick_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_call__test.test_unittest.testmock.testhelpers.CallTest.test_extended_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_encode__test.test_http_cookies.CookieTests.test_extended_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_error_code_on_exception__test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_generic_rules_eq__test.test_typing.GenericTests.test_extended_generic_rules_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_generic_rules_repr__test.test_typing.GenericTests.test_extended_generic_rules_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_generic_rules_subclassing__test.test_typing.GenericTests.test_extended_generic_rules_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.ByteTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.DoubleTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.FloatTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.IntTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.LongLongTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.LongTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.ShortTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UCS4Test.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UnicodeTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UnsignedByteTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UnsignedIntTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UnsignedLongLongTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UnsignedLongTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_array.UnsignedShortTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_bytes.ByteArrayTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_bytes.BytesTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_mmap.MmapTests.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_str.StrTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_structseq.StructSeqTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_getslice__test.test_userstring.UserStringTest.test_extended_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_interpolation__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_extended_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_not_equal__test.test_unittest.testmock.testhelpers.CallTest.test_extended_not_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_oparg_not_ignored__test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_opargs__test.test_modulefinder.ModuleFinderTest.test_extended_opargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.ByteTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.DoubleTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.FloatTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.IntTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.LongLongTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.LongTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.ShortTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UCS4Test.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UnicodeTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UnsignedByteTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UnsignedIntTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UnsignedLongLongTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UnsignedLongTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_array.UnsignedShortTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_bytes.ByteArrayTest.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extended_set_del_slice__test.test_mmap.MmapTests.test_extended_set_del_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extendedslicing__test.test_list.ListTest.test_extendedslicing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extendedslicing__test.test_userlist.UserListTest.test_extendedslicing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extending2__test.test_enum.TestSpecial.test_extending2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extending3__test.test_enum.TestSpecial.test_extending3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extending__test.test_enum.TestSpecial.test_extending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extending_list_with_iterator_does_not_segfault__test.test_iter.TestCase.test_extending_list_with_iterator_does_not_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extendleft__test.test_deque.TestBasic.test_extendleft_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extension_registry__test.test_copyreg.CopyRegTestCase.test_extension_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_external_ges_default__test.test_pulldom.PullDOMTestCase.test_external_ges_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra__test.test_decimal.CIBMTestCases.test_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra__test.test_decimal.PyIBMTestCases.test_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_attributes__test.datetimetester.Oddballs_Fast.test_extra_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_attributes__test.datetimetester.Oddballs_Pure.test_extra_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_data__test.test_json.test_decode.TestCDecode.test_extra_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_data__test.test_json.test_decode.TestPyDecode.test_extra_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_data__test.test_json.test_fail.TestCFail.test_extra_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_data__test.test_json.test_fail.TestPyFail.test_extra_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_groups__test.test_subprocess.POSIXProcessTestCase.test_extra_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_groups_empty_list__test.test_subprocess.POSIXProcessTestCase.test_extra_groups_empty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_groups_invalid_gid_t_values__test.test_subprocess.POSIXProcessTestCase.test_extra_groups_invalid_gid_t_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_in_records__test.test_logging.LoggerAdapterTest.test_extra_in_records_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_member_creation__test.test_enum.TestSpecial.test_extra_member_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_merged__test.test_logging.LoggerAdapterTest.test_extra_merged_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_merged_log_call_has_precedence__test.test_logging.LoggerAdapterTest.test_extra_merged_log_call_has_precedence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_not_merged_by_default__test.test_logging.LoggerAdapterTest.test_extra_not_merged_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_sha3__test.test_hashlib.HashLibTestCase.test_extra_sha3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_space__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_extra_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extra_spaces__test.test_http_cookies.CookieTests.test_extra_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.datetimetester.TestDateTimeTZ_Fast.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.datetimetester.TestDateTimeTZ_Pure.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.datetimetester.TestDateTime_Fast.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.datetimetester.TestDateTime_Pure.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.datetimetester.TestSubclassDateTime_Fast.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.datetimetester.TestSubclassDateTime_Pure.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract__test.test_zipfile.test_core.ExtractTests.test_extract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_all__test.test_zipfile.test_core.ExtractTests.test_extract_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_all_with_target__test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_all_with_target_pathlike__test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_command__test.test_tarfile.CommandLineTest.test_extract_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_command__test.test_zipfile.test_core.CommandLineTest.test_extract_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_command_different_directory__test.test_tarfile.CommandLineTest.test_extract_command_different_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_command_filter__test.test_tarfile.CommandLineTest.test_extract_command_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_command_invalid_file__test.test_tarfile.CommandLineTest.test_extract_command_invalid_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_command_verbose__test.test_tarfile.CommandLineTest.test_extract_command_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_dir__test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_dir_backslash__test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_backslash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_directory__test.test_tarfile.Bz2MiscReadTest.test_extract_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_directory__test.test_tarfile.GzipMiscReadTest.test_extract_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_directory__test.test_tarfile.LzmaMiscReadTest.test_extract_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_directory__test.test_tarfile.MiscReadTest.test_extract_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_hackers_arcnames_common_cases__test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_common_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_hackers_arcnames_posix_only__test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_posix_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_hardlink__test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_hardlink__test.test_tarfile.GzipMiscReadTest.test_extract_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_hardlink__test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_hardlink__test.test_tarfile.MiscReadTest.test_extract_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_pathlike_dir__test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_pathlike_dir__test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_pathlike_dir__test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_pathlike_dir__test.test_tarfile.MiscReadTest.test_extract_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_stack__test.test_traceback.LimitTests.test_extract_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_stack__test.test_traceback.MiscTracebackCases.test_extract_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_stack__test.test_traceback.TestStack.test_extract_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_stack_limit__test.test_traceback.TestStack.test_extract_stack_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_stack_lookup_lines__test.test_traceback.TestStack.test_extract_stack_lookup_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_stackup_deferred_lookup_lines__test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_tb__test.test_traceback.LimitTests.test_extract_tb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_unencodable__test.test_tarfile.TestExtractionFilters.test_extract_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_with_numeric_owner__test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_with_target__test.test_zipfile.test_core.ExtractTests.test_extract_with_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_with_target_pathlike__test.test_zipfile.test_core.ExtractTests.test_extract_with_target_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extract_without_numeric_owner__test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall__test.test_tarfile.Bz2MiscReadTest.test_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall__test.test_tarfile.GzipMiscReadTest.test_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall__test.test_tarfile.LzmaMiscReadTest.test_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall__test.test_tarfile.MiscReadTest.test_extractall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gid__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gid__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gid__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gid__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gname__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gname__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gname__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_gname__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mode__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mode__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mode__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mode__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mtime__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mtime__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mtime__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_mtime__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_ownership__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_ownership__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_ownership__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_ownership__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uid__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uid__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uid__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uid__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uname__test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uname__test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uname__test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_none_uname__test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_pathlike_dir__test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_pathlike_dir__test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_pathlike_dir__test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_pathlike_dir__test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_symlinks__test.test_tarfile.Bz2WriteTest.test_extractall_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_symlinks__test.test_tarfile.GzipWriteTest.test_extractall_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_symlinks__test.test_tarfile.LzmaWriteTest.test_extractall_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_symlinks__test.test_tarfile.WriteTest.test_extractall_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractall_with_numeric_owner__test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.MiscReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extractfile_attrs__test.test_tarfile.StreamReadTest.test_extractfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_hashes__test.datetimetester.TestDateTimeTZ_Fast.test_extreme_hashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_hashes__test.datetimetester.TestDateTimeTZ_Pure.test_extreme_hashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestDateTimeTZ_Fast.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestDateTimeTZ_Pure.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestDateTime_Fast.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestDateTime_Pure.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestDate_Fast.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestDate_Pure.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestSubclassDateTime_Fast.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_ordinals__test.datetimetester.TestSubclassDateTime_Pure.test_extreme_ordinals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestDateTimeTZ_Fast.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestDateTimeTZ_Pure.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestDateTime_Fast.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestDateTime_Pure.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestDate_Fast.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestDate_Pure.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestSubclassDateTime_Fast.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_timedelta__test.datetimetester.TestSubclassDateTime_Pure.test_extreme_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_tzstr__test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_extreme_tzstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extreme_tzstr__test.test_zoneinfo.test_zoneinfo.TZStrTest.test_extreme_tzstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.ByteTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.DoubleTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.FloatTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.IntTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.LongLongTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.LongTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.ShortTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.UnsignedByteTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.UnsignedIntTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.UnsignedLongLongTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.UnsignedLongTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_extslice__test.test_array.UnsignedShortTest.test_extslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_f__test.test_capi.test_getargs.Float_TestCase.test_f_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_f_lineno_del_segfault__test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_f_rounding__test.test_capi.test_getargs.Float_TestCase.test_f_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_factory__test.test_collections.TestNamedTuple.test_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_factory_arg_overrides_policy__test.test_email.test_parser.TestBytesParser.test_factory_arg_overrides_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_factory_arg_overrides_policy__test.test_email.test_parser.TestParser.test_factory_arg_overrides_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_factory_database_arg__test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_factory_doc_attr__test.test_collections.TestNamedTuple.test_factory_doc_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail__test.test_re.ReTests.test_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_comp__test.test_tarfile.Bz2MiscReadTest.test_fail_comp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_comp__test.test_tarfile.GzipMiscReadTest.test_fail_comp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_comp__test.test_tarfile.LzmaMiscReadTest.test_fail_comp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_help_cli__test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_help_output_redirect__test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_no_info__test.test_xmlrpc.FailingServerTestCase.test_fail_no_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_showtopic__test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_showtopic_output_redirect__test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_with_bare_generic__test.test_typing.GenericTests.test_fail_with_bare_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_with_bare_union__test.test_typing.GenericTests.test_fail_with_bare_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fail_with_info__test.test_xmlrpc.FailingServerTestCase.test_fail_with_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failed_import_during_compiling__test.test_unicodedata.UnicodeMiscTest.test_failed_import_during_compiling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failed_open__test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failfast__test.test_regrtest.ParseArgsTestCase.test_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failing_import_sticks__test.test_import.ImportTests.test_failing_import_sticks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failing_progress__test.test_sqlite3.test_backup.BackupTests.test_failing_progress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failing_queue__test.test_queue.CFailingQueueTest.test_failing_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failing_queue__test.test_queue.PyFailingQueueTest.test_failing_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failing_reload__test.test_import.ImportTests.test_failing_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failing_test__test.test_regrtest.ArgsTestCase.test_failing_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failureException__default__test.test_unittest.test_case.Test_TestCase.test_failureException__default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failureException__subclassing__explicit_raise__test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failureException__subclassing__implicit_raise__test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_bz2.BZ2DecompressorTest.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.extension.test_finder.Source_FinderTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_interpreters.test_api.TestInterpreterExec.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure__test.test_zlib.ZlibDecompressorTest.test_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failure_and_skip_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_failure_and_skip_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_json.test_fail.TestCFail.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_json.test_fail.TestPyFail.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_trace.TestCommandLine.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_unicode_file_functions.UnicodeFileTests.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures__test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestActionExtend.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestActionUserDefined.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestDefaultSuppress.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeR.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeRB.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeW.test_failures_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeWB.test_failures_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeX.test_failures_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestFileTypeXB.test_failures_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestNargsRemainder.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionLike.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsChoices.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDest.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsRequired.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestParserDefault42.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestTypeCallable.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestTypeClassicClass.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_listargs__test.test_argparse.TestTypeUserDefined.test_failures_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestActionExtend.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestActionUserDefined.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestDefaultSuppress.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeR.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeRB.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeW.test_failures_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeWB.test_failures_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeX.test_failures_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestFileTypeXB.test_failures_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestNargsRemainder.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionLike.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsChoices.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDest.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsRequired.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestParserDefault42.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestTypeCallable.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestTypeClassicClass.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_many_groups_sysargs__test.test_argparse.TestTypeUserDefined.test_failures_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestActionExtend.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestActionUserDefined.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestDefaultSuppress.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeR.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeRB.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeW.test_failures_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeWB.test_failures_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeX.test_failures_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestFileTypeXB.test_failures_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestNargsRemainder.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionLike.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsChoices.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDest.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsRequired.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestParserDefault42.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestTypeCallable.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestTypeClassicClass.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_listargs__test.test_argparse.TestTypeUserDefined.test_failures_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestActionExtend.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestActionUserDefined.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestDefaultSuppress.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeR.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeRB.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeW.test_failures_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeWB.test_failures_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeX.test_failures_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestFileTypeXB.test_failures_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestNargsRemainder.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionLike.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsChoices.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDest.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsRequired.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestParserDefault42.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestTypeCallable.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestTypeClassicClass.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_no_groups_sysargs__test.test_argparse.TestTypeUserDefined.test_failures_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestActionExtend.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestActionUserDefined.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestArgumentsFromFile.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestDefaultSuppress.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeDefaults.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeR.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeRB.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeW.test_failures_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeWB.test_failures_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeX.test_failures_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestFileTypeXB.test_failures_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestNargsRemainder.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionLike.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionCount.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionStore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsChoices.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDest.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNargs1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNargs3.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNumeric.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsRequired.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsShortLong.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestParserDefault42.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargs1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargs2.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestTypeCallable.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestTypeClassicClass.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_listargs__test.test_argparse.TestTypeUserDefined.test_failures_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestActionExtend.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestActionUserDefined.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestArgumentsFromFile.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestDefaultSuppress.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeDefaults.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeR.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeRB.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeW.test_failures_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeWB.test_failures_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeX.test_failures_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestFileTypeXB.test_failures_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestNargsRemainder.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionLike.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionCount.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionStore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsChoices.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDest.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNargs1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNargs3.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNumeric.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsRequired.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsShortLong.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestParserDefault42.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargs1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargs2.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestTypeCallable.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestTypeClassicClass.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_one_group_sysargs__test.test_argparse.TestTypeUserDefined.test_failures_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_not_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_failures_when_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fake_cursor_class__test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fake_error_class__test.test_codeccallbacks.CodecCallbackTest.test_fake_error_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fake_namespace_compare__test.test_types.SimpleNamespaceTests.test_fake_namespace_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fallback__test.test_shutil.TestGetTerminalSize.test_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fallback_ne_blocking__test.test_binop.FallbackBlockingTests.test_fallback_ne_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fallback_rmethod_blocking__test.test_binop.FallbackBlockingTests.test_fallback_rmethod_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_falls_back_to_fallback_if_termios_raises__test.test_getpass.UnixGetpassTest.test_falls_back_to_fallback_if_termios_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_falls_back_to_stdin__test.test_getpass.UnixGetpassTest.test_falls_back_to_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_false_encoding__test.test_tokenize.TestDetectEncoding.test_false_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_false_meta__test.test_functools.TestSingleDispatch.test_false_meta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_false_subclasses__test.test_typing.GenericTests.test_false_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_false_while_loop__test.test_compile.TestSpecifics.test_false_while_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_falsey_spec__test.test_unittest.testmock.testpatch.PatchTest.test_falsey_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_falsy_exception_group_subclass__test.test_except_star.TestExceptStarExceptionGroupSubclass.test_falsy_exception_group_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_family_and_type__test.test_socket.CreateServerTest.test_family_and_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fast_ci__test.test_regrtest.ParseArgsTestCase.test_fast_ci_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fast_ci_python_cmd__test.test_regrtest.ParseArgsTestCase.test_fast_ci_python_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fast_ci_resource__test.test_regrtest.ParseArgsTestCase.test_fast_ci_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fast_paths_in_use__test.test_ntpath.TestNtpath.test_fast_paths_in_use__'Fast_paths_are_only_for_win32'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fast_paths_in_use__test.test_posixpath.PosixPathTest.test_fast_paths_in_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall__test.test_call.TestCallingConventions.test_fastcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall__test.test_call.TestCallingConventionsClass.test_fastcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall__test.test_call.TestCallingConventionsClassInstance.test_fastcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall__test.test_call.TestCallingConventionsInstance.test_fastcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall__test.test_call.TestCallingConventionsStatic.test_fastcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_clearing_dict__test.test_call.FastCallTests.test_fastcall_clearing_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_error_kw__test.test_call.TestCallingConventions.test_fastcall_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_error_kw__test.test_call.TestCallingConventionsClass.test_fastcall_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_error_kw__test.test_call.TestCallingConventionsClassInstance.test_fastcall_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_error_kw__test.test_call.TestCallingConventionsInstance.test_fastcall_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_error_kw__test.test_call.TestCallingConventionsStatic.test_fastcall_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_ext__test.test_call.TestCallingConventions.test_fastcall_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_ext__test.test_call.TestCallingConventionsClass.test_fastcall_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_ext__test.test_call.TestCallingConventionsClassInstance.test_fastcall_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_ext__test.test_call.TestCallingConventionsInstance.test_fastcall_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_ext__test.test_call.TestCallingConventionsStatic.test_fastcall_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords__test.test_call.TestCallingConventions.test_fastcall_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords__test.test_call.TestCallingConventionsClass.test_fastcall_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords__test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords__test.test_call.TestCallingConventionsInstance.test_fastcall_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords__test.test_call.TestCallingConventionsStatic.test_fastcall_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords_ext__test.test_call.TestCallingConventions.test_fastcall_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords_ext__test.test_call.TestCallingConventionsClass.test_fastcall_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords_ext__test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords_ext__test.test_call.TestCallingConventionsInstance.test_fastcall_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fastcall_keywords_ext__test.test_call.TestCallingConventionsStatic.test_fastcall_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_coro_warning__test.test_coroutines.CoroutineTest.test_fatal_coro_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_2__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error__test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error__test.test_capi.test_exceptions.Test_FatalError.test_fatal_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error__test.test_faulthandler.FaultHandlerTests.test_fatal_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_c_thread__test.test_faulthandler.FaultHandlerTests.test_fatal_error_c_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_connected__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_fatal_error_connected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_connected__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_connected_custom_error__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_custom_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_custom_exception__test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_no_name_error__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fatal_error_without_gil__test.test_faulthandler.FaultHandlerTests.test_fatal_error_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_faulthandler_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_faulthandler_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fchdir__test.test_os.TestInvalidFD.test_fchdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fchmod__test.test_os.TestInvalidFD.test_fchmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fchmod_file__test.test_posix.PosixTester.test_fchmod_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fchown__test.test_os.TestInvalidFD.test_fchown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fchown__test.test_posix.PosixTester.test_fchown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fcntl_64_bit__test.test_fcntl.TestFcntl.test_fcntl_64_bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fcntl_bad_file__test.test_fcntl.TestFcntl.test_fcntl_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fcntl_bad_file_overflow__test.test_fcntl.TestFcntl.test_fcntl_bad_file_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fcntl_f_getpath__test.test_fcntl.TestFcntl.test_fcntl_f_getpath__'F_GETPATH_is_only_available_on_macos'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fcntl_f_pipesize__test.test_fcntl.TestFcntl.test_fcntl_f_pipesize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd__test.test_os.TestScandir.test_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_count__test.test_support.TestSupport.test_fd_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_finalization__test.test_os.BytesFwalkTests.test_fd_finalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_finalization__test.test_os.FwalkTests.test_fd_finalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_leak__test.test_os.BytesFwalkTests.test_fd_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_leak__test.test_os.FwalkTests.test_fd_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_non_inheritable__test.test_epoll.TestEPoll.test_fd_non_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_transfer__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_transfer__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fd_transfer__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_transfer__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fd_transfer__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fd_transfer__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fdatasync__test.test_os.TestInvalidFD.test_fdatasync_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fdopen__test.test_os.FileTests.test_fdopen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fdopen__test.test_os.TestInvalidFD.test_fdopen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fds__test.test_os.ExtendedAttributeTests.test_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_feature_macros__test.test_stable_abi_ctypes.TestStableABIAvailability.test_feature_macros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_feb29_on_leap_year_without_year__test.test_strptime.StrptimeTests.test_feb29_on_leap_year_without_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_february__test.test_calendar.MondayTestCase.test_february_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_february__test.test_calendar.SundayTestCase.test_february_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_february_leap__test.test_calendar.MonthRangeTestCase.test_february_leap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_february_nonleap__test.test_calendar.MonthRangeTestCase.test_february_nonleap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_feed_empty_data__test.test_asyncio.test_streams.StreamTests.test_feed_empty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_feed_nonempty_data__test.test_asyncio.test_streams.StreamTests.test_feed_nonempty_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_feed_while_iterating__test.test_xml_etree.XMLPullParserTest.test_feed_while_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_feed_while_iterating__test.test_xml_etree_c.XMLPullParserTest.test_feed_while_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fetch_iter__test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fetchall__test.test_sqlite3.test_dbapi.CursorTests.test_fetchall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fetchmany__test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fetchone__test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fetchone_no_statement__test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fexecve__test.test_posix.PosixTester.test_fexecve_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_attr_existence__test.test_ast.test_ast.AST_Tests.test_field_attr_existence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_attr_existence_deprecated__test.test_ast.test_ast.AST_Tests.test_field_attr_existence_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_attr_writable__test.test_ast.test_ast.AST_Tests.test_field_attr_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_attr_writable_deprecated__test.test_ast.test_ast.AST_Tests.test_field_attr_writable_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_containment__test.test_email.test_email.TestMessageAPI.test_field_containment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_default__test.test_dataclasses.TestCase.test_field_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_default_default_factory_error__test.test_dataclasses.TestCase.test_field_default_default_factory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_descriptor__test.test_collections.TestNamedTuple.test_field_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_doc__test.test_collections.TestNamedTuple.test_field_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_doc_reuse__test.test_collections.TestNamedTuple.test_field_doc_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_marked_as_kwonly__test.test_dataclasses.TestKeywordArgs.test_field_marked_as_kwonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_metadata_custom_mapping__test.test_dataclasses.TestCase.test_field_metadata_custom_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_metadata_default__test.test_dataclasses.TestCase.test_field_metadata_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_metadata_mapping__test.test_dataclasses.TestCase.test_field_metadata_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_named_BUILTINS_frozen__test.test_dataclasses.TestCase.test_field_named_BUILTINS_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_named_like_builtin__test.test_dataclasses.TestCase.test_field_named_like_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_named_like_builtin_frozen__test.test_dataclasses.TestCase.test_field_named_like_builtin_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_named_object__test.test_dataclasses.TestCase.test_field_named_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_named_object_frozen__test.test_dataclasses.TestCase.test_field_named_object_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_named_self__test.test_dataclasses.TestCase.test_field_named_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_no_default__test.test_dataclasses.TestCase.test_field_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_order__test.test_dataclasses.TestCase.test_field_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_order_for_named_tuples__test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_recursive_repr__test.test_dataclasses.TestCase.test_field_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_repr__test.test_collections.TestNamedTuple.test_field_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_repr__test.test_dataclasses.TestCase.test_field_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_with_special_single_underscore_names__test.test_dataclasses.TestCase.test_field_with_special_single_underscore_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_without_annotation__test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_without_annotation_but_annotation_in_base__test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_field_without_annotation_but_annotation_in_base_not_dataclass__test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base_not_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fields__test.test_ctypes.test_structures.StructureTestCase.test_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fields__test.test_structseq.StructSeqTest.test_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fields_and_types__test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fields_and_types_no_default__test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fields_are_readonly__test.test_exception_group.ExceptionGroupFields.test_fields_are_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fields_but_no_field_types__test.test_ast.test_ast.ASTConstructorTests.test_fields_but_no_field_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fifo__test.test_stat.TestFilemodeCStat.test_fifo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fifo__test.test_stat.TestFilemodePyStat.test_fifo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fifo_overrun__test.test_bytes.ByteArrayTest.test_fifo_overrun_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file2file_not_supported__test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file__test.test_configparser.ReadFileTestCase.test_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file__test.test_symtable.CommandLineTest.test_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file__test.test_urllib2.HandlerTests.test_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_attribute_constants__test.test_stat.TestFilemodeCStat.test_file_attribute_constants__'FILE_ATTRIBUTE_*_constants_are_Win32_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_file_attribute_constants__test.test_stat.TestFilemodePyStat.test_file_attribute_constants__'FILE_ATTRIBUTE_*_constants_are_Win32_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_file_attributes__test.test_os.StatAttributeTests.test_file_attributes__'st_file_attributes_is_Win32_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_file_closes_if_lookup_error_raised__test.test_codecs.CodecsModuleTest.test_file_closes_if_lookup_error_raised_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_created__test.test_logging.RotatingFileHandlerTest.test_file_created_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_digest__test.test_hashlib.KDFTests.test_file_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_fault__test.test_descr.ClassPropertiesAndMethods.test_file_fault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_from_empty_string_dir__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_from_empty_string_dir__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_from_empty_string_dir__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_hash_repr__test.test_importlib.metadata.test_api.APITests.test_file_hash_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_hook_backward_compatibility__test.test_fileinput.FileInputTests.test_file_hook_backward_compatibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_init__test.test_xml_etree.ElementTreeTest.test_file_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_init__test.test_xml_etree_c.ElementTreeTest.test_file_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_iso_8859_1__test.test_string_literals.TestLiterals.test_file_iso_8859_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_latin9__test.test_string_literals.TestLiterals.test_file_latin9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_latin_1__test.test_string_literals.TestLiterals.test_file_latin_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_like_path__test.test_os.BytesFwalkTests.test_file_like_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_like_path__test.test_os.BytesWalkTests.test_file_like_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_like_path__test.test_os.FwalkTests.test_file_like_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_like_path__test.test_os.WalkTests.test_file_like_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_link__test.test_os.Win32SymlinkTests.test_file_link__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_file_mode__test.test_tarfile.Bz2StreamWriteTest.test_file_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_mode__test.test_tarfile.GzipStreamWriteTest.test_file_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_mode__test.test_tarfile.LzmaStreamWriteTest.test_file_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_mode__test.test_tarfile.StreamWriteTest.test_file_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_mode__test.test_tempfile.TestMkstempInner.test_file_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_modified_after_execution__test.test_pdb.PdbTestCase.test_file_modified_after_execution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_modified_after_execution_with_multiple_instances__test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_multiple_instances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_modified_after_execution_with_restart__test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_closed__test.test_shutil.TestCopyFileObj.test_file_not_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_exists__test.test_py_compile.PyCompileCLITestCase.test_file_not_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_exists_with_quiet__test.test_py_compile.PyCompileCLITestCase.test_file_not_exists_with_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_found_includes_filename__test.test_subprocess.ProcessTestCase.test_file_not_found_includes_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_found_includes_filename__test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_found_with_bad_cwd__test.test_subprocess.ProcessTestCase.test_file_not_found_with_bad_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_not_found_with_bad_cwd__test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_with_bad_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_notexists__test.test_urllib.urlopen_HttpTests.test_file_notexists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_offset__test.test_shutil.TestCopyFileObj.test_file_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_opening_hook__test.test_fileinput.FileInputTests.test_file_opening_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_parse__test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_parse_error_multiline__test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_parsing__test.test_mimetypes.MimeTypesTestCase.test_file_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_permissions__test.test_mailbox.TestMaildir.test_file_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_perms__test.test_mailbox.TestMbox.test_file_perms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_size__test.test_tarfile.Bz2WriteTest.test_file_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_size__test.test_tarfile.GzipWriteTest.test_file_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_size__test.test_tarfile.LzmaWriteTest.test_file_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_size__test.test_tarfile.WriteTest.test_file_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_source__test.test_exceptions.SyntaxErrorTests.test_file_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_to_source__test.test_import.ImportTests.test_file_to_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_utf8__test.test_string_literals.TestLiterals.test_file_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_utf_8__test.test_string_literals.TestLiterals.test_file_utf_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_utf_8_error__test.test_string_literals.TestLiterals.test_file_utf_8_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_file_with_missing_final_nl__test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileclosed__test.test_bool.BoolTest.test_fileclosed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileio_closefd__test.test_io.CIOTest.test_fileio_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileio_closefd__test.test_io.PyIOTest.test_fileio_closefd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filemode__test.test_logging.BasicConfigTest.test_filemode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_codeop.CodeopTests.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_logging.BasicConfigTest.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_lzma.OpenTestCase.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_warnings.CWarnTests.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_warnings.PyWarnTests.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename__test.test_zipfile._path.test_path.TestPath.test_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename_correct__test.test_symtable.SymtableTest.test_filename_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename_in_exception__test.test_tokenize.TestDetectEncoding.test_filename_in_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename_in_syntaxerror__test.test_fstring.TestCase.test_filename_in_syntaxerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename_leading_dot__test.test_mailbox.TestMaildir.test_filename_leading_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename_none__test.test_warnings._WarningsTests.test_filename_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filename_with_url_delimiters__test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_fileinput.FileInputTests.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_io.CBufferedRandomTest.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_io.CBufferedReaderTest.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_io.CBufferedWriterTest.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_io.PyBufferedRandomTest.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_io.PyBufferedReaderTest.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_io.PyBufferedWriterTest.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_lzma.FileTestCase.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_selectors.DefaultSelectorTestCase.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_selectors.DevpollSelectorTestCase.test_fileno__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fileno__test.test_selectors.EpollSelectorTestCase.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_selectors.KqueueSelectorTestCase.test_fileno__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fileno__test.test_selectors.PollSelectorTestCase.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_selectors.SelectSelectorTestCase.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_tempfile.TestSpooledTemporaryFile.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno__test.test_urllib.urlopen_FileTests.test_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileno_when_ValueError_raised__test.test_fileinput.FileInputTests.test_fileno_when_ValueError_raised_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj__test.test_bz2.OpenTest.test_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj__test.test_gzip.TestOpen.test_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj__test.test_tarfile.AppendTest.test_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj__test.test_tarfile.ContextManagerTest.test_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_and_filename__test.test_gzip.TestGzip.test_fileobj_and_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_from_fdopen__test.test_gzip.TestGzip.test_fileobj_from_fdopen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_iter__test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_iter__test.test_tarfile.GzipUstarReadTest.test_fileobj_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_iter__test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_iter__test.test_tarfile.UstarReadTest.test_fileobj_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link1__test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link1__test.test_tarfile.GzipUstarReadTest.test_fileobj_link1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link1__test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link1__test.test_tarfile.UstarReadTest.test_fileobj_link1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link2__test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link2__test.test_tarfile.GzipUstarReadTest.test_fileobj_link2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link2__test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_link2__test.test_tarfile.UstarReadTest.test_fileobj_link2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_mode__test.test_gzip.TestGzip.test_fileobj_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.Bz2CreateTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.Bz2WriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.CreateTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.GzipCreateTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.GzipWriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.LzmaCreateTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.LzmaWriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.StreamWriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_no_close__test.test_tarfile.WriteTest.test_fileobj_no_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_readlines__test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_readlines__test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_readlines__test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_readlines__test.test_tarfile.UstarReadTest.test_fileobj_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.StreamReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_regular_file__test.test_tarfile.UstarReadTest.test_fileobj_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_seek__test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_seek__test.test_tarfile.GzipUstarReadTest.test_fileobj_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_seek__test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_seek__test.test_tarfile.UstarReadTest.test_fileobj_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink1__test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink1__test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink1__test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink1__test.test_tarfile.UstarReadTest.test_fileobj_symlink1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink2__test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink2__test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink2__test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_symlink2__test.test_tarfile.UstarReadTest.test_fileobj_symlink2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_text__test.test_tarfile.Bz2UstarReadTest.test_fileobj_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_text__test.test_tarfile.GzipUstarReadTest.test_fileobj_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_text__test.test_tarfile.LzmaUstarReadTest.test_fileobj_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_text__test.test_tarfile.UstarReadTest.test_fileobj_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_with_name__test.test_gzip.TestGzip.test_fileobj_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_with_offset__test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_with_offset__test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_with_offset__test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_with_offset__test.test_tarfile.MiscReadTest.test_fileobj_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fileobj_without_name__test.test_gzip.TestGzip.test_fileobj_without_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_files__test.test_importlib.metadata.test_zip.TestEgg.test_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_files__test.test_importlib.metadata.test_zip.TestZip.test_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_files__test.test_importlib.resources.test_reader.NamespaceReaderTest.test_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_files_dist_info__test.test_importlib.metadata.test_api.APITests.test_files_dist_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_files_egg_info__test.test_importlib.metadata.test_api.APITests.test_files_egg_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_files_that_dont_end_with_newline__test.test_fileinput.FileInputTests.test_files_that_dont_end_with_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filesystem_full__test.test_shutil.TestZeroCopyMACOS.test_filesystem_full__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_filesystem_full__test.test_shutil.TestZeroCopySendfile.test_filesystem_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filesystemencoding__test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filetime__test.test_genericpath.TestGenericTest.test_filetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filetime__test.test_ntpath.NtCommonTest.test_filetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filetime__test.test_posixpath.PosixCommonTest.test_filetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filetype_noexist__test.test_optparse.TestExtendAddTypes.test_filetype_noexist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filetype_notfile__test.test_optparse.TestExtendAddTypes.test_filetype_notfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filetype_ok__test.test_optparse.TestExtendAddTypes.test_filetype_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.ByteTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.DoubleTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.FloatTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.IntTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.LongLongTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.LongTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.ShortTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UCS4Test.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UnicodeTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UnsignedByteTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UnsignedIntTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UnsignedLongLongTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UnsignedLongTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filewrite__test.test_array.UnsignedShortTest.test_filewrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fill__test.test_textwrap.IndentTestCases.test_fill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filling_one_task__test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filling_one_task_twice__test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filling_task_by_task__test.test_asyncio.test_locks.BarrierTests.test_filling_task_by_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filling_tasks_cancel_one__test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_cancel_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filling_tasks_check_return_value__test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_check_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filling_tasks_wait_twice__test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_wait_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_builtin.BuiltinTest.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_fnmatch.FilterTestCase.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_itertools.TestBasicOps.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_itertools.TestExamples.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_itertools.TestGC.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_itertools.TestVariousIteratorArgs.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_logging.BasicFilterTest.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_tarfile.Bz2WriteTest.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_tarfile.GzipWriteTest.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_tarfile.LzmaWriteTest.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_tarfile.WriteTest.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter__test.test_warnings._WarningsTests.test_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_attributes__test.test_tracemalloc.TestFilters.test_filter_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_basic__test.test_sax.XMLFilterBaseTest.test_filter_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_dealloc__test.test_builtin.BuiltinTest.test_filter_dealloc__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_filter_dir__test.test_unittest.testmock.testmock.MockTest.test_filter_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_match__test.test_tracemalloc.TestFilters.test_filter_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_match_filename__test.test_tracemalloc.TestFilters.test_filter_match_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_match_filename_joker__test.test_tracemalloc.TestFilters.test_filter_match_filename_joker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_match_trace__test.test_tracemalloc.TestFilters.test_filter_match_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_pickle__test.test_builtin.BuiltinTest.test_filter_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_properties_roundtrip__test.test_lzma.MiscellaneousTestCase.test_filter_properties_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_traces__test.test_tracemalloc.TestSnapshot.test_filter_traces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_traces_domain__test.test_tracemalloc.TestSnapshot.test_filter_traces_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_traces_domain_filter__test.test_tracemalloc.TestSnapshot.test_filter_traces_domain_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filter_unencodable__test.test_tarfile.TestExtractionFilters.test_filter_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterfalse__test.test_itertools.TestBasicOps.test_filterfalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterfalse__test.test_itertools.TestExamples.test_filterfalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterfalse__test.test_itertools.TestGC.test_filterfalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterfalse__test.test_itertools.TestVariousIteratorArgs.test_filterfalse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterwarnings__test.test_warnings.CFilterTests.test_filterwarnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterwarnings__test.test_warnings.PyFilterTests.test_filterwarnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterwarnings_duplicate_filters__test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_filterwarnings_duplicate_filters__test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_final_forward_ref__test.test_typing.ForwardRefTests.test_final_forward_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_final_unmodified__test.test_typing.FinalDecoratorTests.test_final_unmodified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalization__test.test_warnings.FinalizationTest.test_finalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalization_shutdown__test.test_threading.ThreadTests.test_finalization_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize__test.test_ctypes.test_refcounts.ModuleIsolationTest.test_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize__test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize__test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize__test.test_weakref.FinalizeTestCase.test_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize_running_thread__test.test_threading.ThreadTests.test_finalize_running_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finalize_structseq__test.test_embed.EmbeddingTests.test_finalize_structseq__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_finalize_with_trace__test.test_threading.ThreadTests.test_finalize_with_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finally_reraise__test.test_raise.TestRaise.test_finally_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finally_with_conditional__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_finally_with_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finally_with_conditional__test.test_sys_settrace.TestLinesAfterTraceStarted.test_finally_with_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finally_with_conditional__test.test_sys_settrace.TestSetLocalTrace.test_finally_with_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finally_with_conditional__test.test_sys_settrace.TraceOpcodesTestCase.test_finally_with_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finally_with_conditional__test.test_sys_settrace.TraceTestCase.test_finally_with_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bigmem.BytearrayTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bigmem.BytesTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bigmem.StrTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bytes.ByteArrayAsStringTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bytes.ByteArrayTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bytes.BytesAsStringTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_bytes.BytesTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_ctypes.test_find.FindLibraryAndroid.test_find__'Test_only_valid_for_Android'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_find__test.test_ctypes.test_loading.LoaderTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_ctypes.test_macholib.MachOTest.test_find__'OSX-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_find__test.test_str.StrTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find__test.test_userstring.UserStringTest.test_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_all__test.test_gettext.FindTestCase.test_find_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_blktype__test.test_tarfile.MemberReadTest.test_find_blktype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_caller_with_stack_info__test.test_logging.LoggerTest.test_find_caller_with_stack_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_caller_with_stacklevel__test.test_logging.LoggerAdapterTest.test_find_caller_with_stacklevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_caller_with_stacklevel__test.test_logging.LoggerTest.test_find_caller_with_stacklevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_chrtype__test.test_tarfile.MemberReadTest.test_find_chrtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_class__test.test_pickle.CUnpicklerTests.test_find_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_class__test.test_pickle.PyUnpicklerTests.test_find_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_conttype__test.test_tarfile.MemberReadTest.test_find_conttype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_deduplication__test.test_gettext.FindTestCase.test_find_deduplication_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_dirtype__test.test_tarfile.MemberReadTest.test_find_dirtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_dirtype_with_size__test.test_tarfile.MemberReadTest.test_find_dirtype_with_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_distributions_specified_path__test.test_importlib.metadata.test_api.OffSysPathTests.test_find_distributions_specified_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_does_not_access_beyond_buffer__test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_end__test.test_mmap.MmapTests.test_find_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_etc_raise_correct_error_messages__test.test_bytes.ByteArrayTest.test_find_etc_raise_correct_error_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_etc_raise_correct_error_messages__test.test_bytes.BytesTest.test_find_etc_raise_correct_error_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_etc_raise_correct_error_messages__test.test_str.StrTest.test_find_etc_raise_correct_error_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_etc_raise_correct_error_messages__test.test_userstring.UserStringTest.test_find_etc_raise_correct_error_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_fifotype__test.test_tarfile.MemberReadTest.test_find_fifotype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_function_empty_file__test.test_pdb.PdbTestCase.test_find_function_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_function_first_executable_line__test.test_pdb.PdbTestCase.test_find_function_first_executable_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_function_found__test.test_pdb.PdbTestCase.test_find_function_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_function_found_with_bom__test.test_pdb.PdbTestCase.test_find_function_found_with_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_function_found_with_encoding_cookie__test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_gnusparse_00__test.test_tarfile.MemberReadTest.test_find_gnusparse_00_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_gnusparse_01__test.test_tarfile.MemberReadTest.test_find_gnusparse_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_gnusparse_10__test.test_tarfile.MemberReadTest.test_find_gnusparse_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_gnusparse__test.test_tarfile.MemberReadTest.test_find_gnusparse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_library_with_gcc__test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_gcc__'Needs_IMAGE_FEATURE_+=_\"tools-sdk\"'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_find_library_with_ld__test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_ld__'Needs_IMAGE_FEATURE_+=_\"tools-sdk\"'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_find_lnktype__test.test_tarfile.MemberReadTest.test_find_lnktype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_loader_is_deprecated__test.test_pkgutil.ImportlibMigrationTests.test_find_loader_is_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_loader_missing_module__test.test_pkgutil.ImportlibMigrationTests.test_find_loader_missing_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_mac_near_keyword__test.test_uuid.TestInternalsWithExtModule.test_find_mac_near_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_mac_near_keyword__test.test_uuid.TestInternalsWithoutExtModule.test_find_mac_near_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_many_lengths__test.test_bytes.ByteArrayAsStringTest.test_find_many_lengths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_many_lengths__test.test_bytes.BytesAsStringTest.test_find_many_lengths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_many_lengths__test.test_str.StrTest.test_find_many_lengths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_many_lengths__test.test_userstring.UserStringTest.test_find_many_lengths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_members__test.test_tarfile.Bz2MiscReadTest.test_find_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_members__test.test_tarfile.GzipMiscReadTest.test_find_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_members__test.test_tarfile.LzmaMiscReadTest.test_find_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_members__test.test_tarfile.MiscReadTest.test_find_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_on_libpath__test.test_ctypes.test_find.FindLibraryLinux.test_find_on_libpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_pax_umlauts__test.test_tarfile.MemberReadTest.test_find_pax_umlauts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_regtype__test.test_tarfile.MemberReadTest.test_find_regtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_regtype_oldv7__test.test_tarfile.MemberReadTest.test_find_regtype_oldv7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_relative_module__test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_relative_module__test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_relative_module_missing_package__test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_relative_module_missing_package__test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_simple__test.test_xml_etree.ElementFindTest.test_find_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_simple__test.test_xml_etree_c.ElementFindTest.test_find_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_sparse__test.test_tarfile.MemberReadTest.test_find_sparse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_spec_with_explicit_target__test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_spec_with_explicit_target__test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_submodule__test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_submodule__test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_submodule_in_module__test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_submodule_in_module__test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_submodule_parent_already_imported__test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_submodule_parent_already_imported__test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_symtype__test.test_tarfile.MemberReadTest.test_find_symtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_tests__test.test_unittest.test_discovery.TestDiscovery.test_find_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_tests_customize_via_package_pattern__test.test_unittest.test_discovery.TestDiscovery.test_find_tests_customize_via_package_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_tests_default_calls_package_load_tests__test.test_unittest.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_tests_socket__test.test_unittest.test_discovery.TestDiscovery.test_find_tests_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_tests_with_package__test.test_unittest.test_discovery.TestDiscovery.test_find_tests_with_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_through_ElementTree__test.test_xml_etree.ElementFindTest.test_find_through_ElementTree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_through_ElementTree__test.test_xml_etree_c.ElementFindTest.test_find_through_ElementTree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_umlauts__test.test_tarfile.MemberReadTest.test_find_umlauts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_under_heading__test.test_uuid.TestInternalsWithExtModule.test_find_under_heading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_under_heading__test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_under_heading_ipv6__test.test_uuid.TestInternalsWithExtModule.test_find_under_heading_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_under_heading_ipv6__test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_unused_port__test.test_support.TestSupport.test_find_unused_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_ustar_longname__test.test_tarfile.MemberReadTest.test_find_ustar_longname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_c__test.test_gettext.FindTestCase.test_find_with_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_env_vars__test.test_gettext.FindTestCase.test_find_with_env_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_error__test.test_xml_etree.BadElementPathTest.test_find_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_error__test.test_xml_etree_c.BadElementPathTest.test_find_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_languages__test.test_gettext.FindTestCase.test_find_with_languages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_memory__test.test_bytes.ByteArrayAsStringTest.test_find_with_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_memory__test.test_bytes.BytesAsStringTest.test_find_with_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_memory__test.test_str.StrTest.test_find_with_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_memory__test.test_userstring.UserStringTest.test_find_with_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_mutating__test.test_xml_etree.BadElementPathTest.test_find_with_mutating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_mutating__test.test_xml_etree_c.BadElementPathTest.test_find_with_mutating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_namespace__test.test_xml_etree.NamespaceParseTest.test_find_with_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_namespace__test.test_xml_etree_c.NamespaceParseTest.test_find_with_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_with_no_lang__test.test_gettext.FindTestCase.test_find_with_no_lang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_xpath__test.test_xml_etree.ElementFindTest.test_find_xpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_find_xpath__test.test_xml_etree_c.ElementFindTest.test_find_xpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall__test.test_xml_etree.ElementFindTest.test_findall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall__test.test_xml_etree_c.ElementFindTest.test_findall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_atomic_grouping__test.test_re.ReTests.test_findall_atomic_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_different_nsmaps__test.test_xml_etree.ElementFindTest.test_findall_different_nsmaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_different_nsmaps__test.test_xml_etree_c.ElementFindTest.test_findall_different_nsmaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_possessive_quantifiers__test.test_re.ReTests.test_findall_possessive_quantifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_wildcard__test.test_xml_etree.ElementFindTest.test_findall_wildcard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_wildcard__test.test_xml_etree_c.ElementFindTest.test_findall_wildcard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_with_error__test.test_xml_etree.BadElementPathTest.test_findall_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_with_error__test.test_xml_etree_c.BadElementPathTest.test_findall_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_with_mutating__test.test_xml_etree.BadElementPathTest.test_findall_with_mutating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findall_with_mutating__test.test_xml_etree_c.BadElementPathTest.test_findall_with_mutating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finddoc__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_finddoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finder_with_failing_find_spec__test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finder_with_failing_find_spec__test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finder_with_find_spec__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finder_with_find_spec__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finder_with_find_spec__test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finder_with_find_spec__test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finditer__test.test_re.ReTests.test_finditer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findlabels__test.test_dis.TestFinderMethods.test_findlabels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findlinestarts__test.test_dis.TestFinderMethods.test_findlinestarts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findsource_binary__test.test_inspect.test_inspect.TestBuggyCases.test_findsource_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findsource_code_in_linecache__test.test_inspect.test_inspect.TestBuggyCases.test_findsource_code_in_linecache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findsource_on_class_with_out_of_bounds_lineno__test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_class_with_out_of_bounds_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findsource_on_func_with_out_of_bounds_lineno__test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_func_with_out_of_bounds_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findsource_without_filename__test.test_inspect.test_inspect.TestBuggyCases.test_findsource_without_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_error__test.test_xml_etree.BadElementPathTest.test_findtext_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_error__test.test_xml_etree_c.BadElementPathTest.test_findtext_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_falsey_text_attribute__test.test_xml_etree.BadElementPathTest.test_findtext_with_falsey_text_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_falsey_text_attribute__test.test_xml_etree_c.BadElementPathTest.test_findtext_with_falsey_text_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_mutating__test.test_xml_etree.BadElementPathTest.test_findtext_with_mutating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_mutating__test.test_xml_etree_c.BadElementPathTest.test_findtext_with_mutating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_none_text_attribute__test.test_xml_etree.BadElementPathTest.test_findtext_with_none_text_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_findtext_with_none_text_attribute__test.test_xml_etree_c.BadElementPathTest.test_findtext_with_none_text_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finished__test.test_interpreters.test_api.TestInterpreterIsRunning.test_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finished_waiter_cancelled__test.test_asyncio.test_locks.LockTests.test_finished_waiter_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_finite__test.test_statistics.IsFiniteTest.test_finite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fire_event__test.test_monitoring.TestCApiEventGeneration.test_fire_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fire_event_failing_callback__test.test_monitoring.TestCApiEventGeneration.test_fire_event_failing_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_called__test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_called__test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_first_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_first_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_error_second_successful__test.test_asyncio.test_staggered.StaggeredTests.test_first_error_second_successful_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_line_is_continuation_header__test.test_email.test_defect_handling.TestDefectCapture.test_first_line_is_continuation_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_line_is_continuation_header__test.test_email.test_defect_handling.TestDefectDetection.test_first_line_is_continuation_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_line_is_continuation_header__test.test_email.test_defect_handling.TestDefectRaising.test_first_line_is_continuation_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_line_is_continuation_header__test.test_email.test_email.TestNonConformant.test_first_line_is_continuation_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_line_set_to_None__test.test_dis.InstructionTests.test_first_line_set_to_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_match_wins_named__test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_match_wins_unnamed__test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_non_utf8_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_first_non_utf8_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_non_utf8_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_first_non_utf8_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_path_wins__test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_path_wins_again__test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_path_wins_importing_second_first__test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_timeout_second_successful__test.test_asyncio.test_staggered.StaggeredTests.test_first_timeout_second_successful_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_first_word_too_long_but_placeholder_fits__test.test_textwrap.ShortenTestCase.test_first_word_too_long_but_placeholder_fits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fix_missing_locations__test.test_ast.test_ast.ASTHelpers_Test.test_fix_missing_locations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fix_sentence_endings__test.test_textwrap.WrapTestCase.test_fix_sentence_endings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixed_hash__test.test_hash.BytesHashRandomizationTests.test_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixed_hash__test.test_hash.HashInheritanceTestCase.test_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixed_hash__test.test_hash.MemoryviewHashRandomizationTests.test_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixed_hash__test.test_hash.StrHashRandomizationTests.test_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixed_offset_phantom_transition__test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_fixed_offset_phantom_transition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixed_offset_phantom_transition__test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_fixed_offset_phantom_transition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixpath_in_weirdurls__test.test_urllib2.HandlerTests.test_fixpath_in_weirdurls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixtype__test.test_bytes.ByteArrayAsStringTest.test_fixtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixtype__test.test_bytes.BytesAsStringTest.test_fixtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixtype__test.test_str.StrTest.test_fixtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fixtype__test.test_userstring.UserStringTest.test_fixtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flag_comparisons__test.test_decimal.CContextFlags.test_flag_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flag_comparisons__test.test_decimal.PyContextFlags.test_flag_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flag_with_custom_new__test.test_enum.TestSpecial.test_flag_with_custom_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_class.TestInlineValues.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_dbm_gnu.TestGdbm.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_mailbox.TestMMDFMessage.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_mailbox.TestMaildirMessage.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_mailbox.TestMboxMessage.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_memoryio.CBytesIOTest.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_memoryio.CStringIOTest.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_memoryio.PyBytesIOTest.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_memoryio.PyStringIOTest.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_multiprocessing_fork.test_misc.TestFlags.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_multiprocessing_forkserver.test_misc.TestFlags.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_os.TestSendfile.test_flags__'requires_headers_and_trailers_support'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_flags__test.test_re.ReTests.test_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags__test.test_tempfile.TestTemporaryDirectory.test_flags__'requires_os.chflags'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_flags_consistent__test.test_stat.TestFilemodeCStat.test_flags_consistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags_consistent__test.test_stat.TestFilemodePyStat.test_flags_consistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags_irrelevant__test.test_decimal.CContextFlags.test_flags_irrelevant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags_irrelevant__test.test_decimal.PyContextFlags.test_flags_irrelevant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags_overflow__test.test_buffer.TestBufferProtocol.test_flags_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags_override__test.test_string.TestTemplate.test_flags_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flags_repr__test.test_re.PatternReprTests.test_flags_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flat__test.test_logging.BuiltinLevelsTest.test_flat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten__test.test_typing.AnnotatedTests.test_flatten_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten__test.test_typing.LiteralTests.test_flatten_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_control_linesep__test.test_email.test_generator.TestBytesGenerator.test_flatten_control_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_control_linesep__test.test_email.test_generator.TestGenerator.test_flatten_control_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_header_with_no_value__test.test_email.test_email.TestHeader.test_flatten_header_with_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_linesep__test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_linesep__test.test_email.test_generator.TestGenerator.test_flatten_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_linesep_overrides_policy__test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep_overrides_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_linesep_overrides_policy__test.test_email.test_generator.TestGenerator.test_flatten_linesep_overrides_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flatten_unicode_linesep__test.test_email.test_generator.TestGenerator.test_flatten_unicode_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__format____test.test_types.TypesTests.test_float__format___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__format__locale__test.test_types.TypesTests.test_float__format__locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test__interpreters.ShareableTypeTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_abstract_numbers.TestNumbers.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_bool.BoolTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_capi.test_number.CAPITest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_ctypes.test_callbacks.Callbacks.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_ctypes.test_cfuncs.CFunctions.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_float.GeneralFloatCases.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_json.test_decode.TestCDecode.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_json.test_decode.TestPyDecode.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_pickle.CDumpPickle_LoadPickle.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_pickle.CPicklerTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_pickle.DumpPickle_CLoadPickle.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_pickle.InMemoryPickleTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_pickle.PyPicklerTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_pickletools.OptimizedPickleTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_sqlite3.test_types.DeclTypesTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_sqlite3.test_types.SqliteTypeTests.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_statistics.CoerceTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_statistics.ConvertTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_statistics.ExactRatioTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_tokenize.CTokenizeTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_tokenize.GenerateTokensTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float__test.test_tokenize.TokenizeTest.test_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_add_constant_propagation__test.test_capi.test_opt.TestUopsOptimization.test_float_add_constant_propagation__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_float_ceil__test.test_float.GeneralFloatCases.test_float_ceil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_comparison__test.test_decimal.CContextFlags.test_float_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_comparison__test.test_decimal.PyContextFlags.test_float_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_constructor__test.test_types.TypesTests.test_float_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_containment__test.test_float.GeneralFloatCases.test_float_containment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_conversion__test.test_long.LongTest.test_float_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_default__test.test_optparse.TestExpandDefaults.test_float_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_exponent_tokenization__test.test_grammar.TokenTests.test_float_exponent_tokenization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_floor__test.test_float.GeneralFloatCases.test_float_floor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format__test.test_pickle.CDumpPickle_LoadPickle.test_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format__test.test_pickle.CPicklerTests.test_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format__test.test_pickle.DumpPickle_CLoadPickle.test_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format__test.test_pickle.InMemoryPickleTests.test_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format__test.test_pickle.PyPicklerTests.test_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format__test.test_pickletools.OptimizedPickleTests.test_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_format_testfile__test.test_fractions.FractionTest.test_float_format_testfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_from_address__test.test_ctypes.test_numbers.NumberTestCase.test_float_from_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_inf__test.test_statistics.SumSpecialValues.test_float_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_literals__test.test_compile.TestSpecifics.test_float_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_maxsize__test.test_asyncio.test_queues.QueuePutTests.test_float_maxsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_memoryview__test.test_float.GeneralFloatCases.test_float_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_mismatched_infs__test.test_statistics.SumSpecialValues.test_float_mismatched_infs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_mod__test.test_float.GeneralFloatCases.test_float_mod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_multiply_constant_propagation__test.test_capi.test_opt.TestUopsOptimization.test_float_multiply_constant_propagation__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_float_nan__test.test_statistics.ExactRatioTest.test_float_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_operation__test.test_decimal.CContextFlags.test_float_operation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_operation__test.test_decimal.PyContextFlags.test_float_operation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_operation_default__test.test_decimal.CContextFlags.test_float_operation_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_operation_default__test.test_decimal.PyContextFlags.test_float_operation_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_output__test.test_statistics.TestLinearRegression.test_float_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_overflow__test.test_ctypes.test_numbers.NumberTestCase.test_float_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_overflow__test.test_long.LongTest.test_float_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_parsing__test.test__locale._LocaleTests.test_float_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_plus__test.test_ctypes.test_cfuncs.CFunctions.test_float_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_pow__test.test_float.GeneralFloatCases.test_float_pow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_specials_do_unpack__test.test_float.IEEEFormatTestCase.test_float_specials_do_unpack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_sqrt_of_frac__test.test_statistics.TestSqrtHelpers.test_float_sqrt_of_frac__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_float_subtract_constant_propagation__test.test_capi.test_opt.TestUopsOptimization.test_float_subtract_constant_propagation__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_float_to_string__test.test_types.TypesTests.test_float_to_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_with_comma__test.test_float.GeneralFloatCases.test_float_with_comma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_write__test.test_csv.TestArrayWrites.test_float_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_float_zeroes__test.test_statistics.ApproxEqualSpecialsTest.test_float_zeroes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floatasratio__test.test_float.GeneralFloatCases.test_floatasratio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floatconversion__test.test_float.GeneralFloatCases.test_floatconversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floatenum_fromhex__test.test_enum.TestSpecial.test_floatenum_fromhex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floatformatting__test.test_str.StrTest.test_floatformatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floatformatting__test.test_userstring.UserStringTest.test_floatformatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floatresult__test.test_ctypes.test_functions.FunctionTestCase.test_floatresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_ctypes.test_numbers.NumberTestCase.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_descr.OperatorsTest.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_grammar.TokenTests.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_json.test_enum.TestCEnum.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_json.test_enum.TestPyEnum.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_json.test_float.TestCFloat.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_json.test_float.TestPyFloat.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_marshal.FloatTestCase.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_statistics.TestMean.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_statistics.TestSum.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats__test.test_types.TypesTests.test_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_exact__test.test_statistics.TestHarmonicMean.test_floats_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_rejected__test.test_ipaddress.AddressTestCase_v4.test_floats_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_rejected__test.test_ipaddress.AddressTestCase_v6.test_floats_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_rejected__test.test_ipaddress.InterfaceTestCase_v4.test_floats_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_rejected__test.test_ipaddress.InterfaceTestCase_v6.test_floats_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_rejected__test.test_ipaddress.NetworkTestCase_v4.test_floats_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floats_rejected__test.test_ipaddress.NetworkTestCase_v6.test_floats_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flock__test.test_fcntl.TestFcntl.test_flock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flock_overflow__test.test_fcntl.TestFcntl.test_flock_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floor_div_module__test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floor_div_module__test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floor_div_operator__test.test_future_stmt.test_future_single_import.TestFuture.test_floor_div_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floor_division__test.test_decimal.CArithmeticOperatorsTest.test_floor_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floor_division__test.test_decimal.PyArithmeticOperatorsTest.test_floor_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floordiv__test.test_binop.RatTestCase.test_floordiv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floordiv__test.test_complex.ComplexTest.test_floordiv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floordiv__test.test_long.LongTest.test_floordiv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floordiv__test.test_operator.COperatorTestCase.test_floordiv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floordiv__test.test_operator.PyOperatorTestCase.test_floordiv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_floordiv_zero_division__test.test_complex.ComplexTest.test_floordiv_zero_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flow_converges_on_same_line__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_flow_converges_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flow_converges_on_same_line__test.test_sys_settrace.TestLinesAfterTraceStarted.test_flow_converges_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flow_converges_on_same_line__test.test_sys_settrace.TestSetLocalTrace.test_flow_converges_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flow_converges_on_same_line__test.test_sys_settrace.TraceOpcodesTestCase.test_flow_converges_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flow_converges_on_same_line__test.test_sys_settrace.TraceTestCase.test_flow_converges_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flowcontrol_mixin_set_write_limits__test.test_asyncio.test_transports.TransportTests.test_flowcontrol_mixin_set_write_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flowinfo__test.test_socket.GeneralModuleTests.test_flowinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flufl_enum__test.test_enum.TestSpecial.test_flufl_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_io.CBufferedRandomTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_io.CBufferedWriterTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_io.PyBufferedRandomTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_io.PyBufferedWriterTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_logging.MemoryHandlerTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_mailbox.TestBabyl.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_mailbox.TestMH.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_mailbox.TestMMDF.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_mailbox.TestMaildir.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_mailbox.TestMbox.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_memoryio.CBytesIOTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_memoryio.CStringIOTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_memoryio.PyBytesIOTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush__test.test_memoryio.PyStringIOTest.test_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_peek__test.test_io.CBufferedRandomTest.test_flush_and_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_peek__test.test_io.PyBufferedRandomTest.test_flush_and_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_read__test.test_io.CBufferedRandomTest.test_flush_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_read__test.test_io.PyBufferedRandomTest.test_flush_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_readinto__test.test_io.CBufferedRandomTest.test_flush_and_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_readinto__test.test_io.PyBufferedRandomTest.test_flush_and_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_write__test.test_io.CBufferedRandomTest.test_flush_and_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_and_write__test.test_io.PyBufferedRandomTest.test_flush_and_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_before_shutdown__test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_custom_length__test.test_zlib.CompressObjectTestCase.test_flush_custom_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.CBufferedRandomTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.CBufferedReaderTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.CBufferedWriterTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.CIOTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.CTextIOWrapperTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.PyBufferedRandomTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.PyBufferedReaderTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.PyBufferedWriterTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.PyIOTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_error_on_close__test.test_io.PyTextIOWrapperTest.test_flush_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_flushes_compressor__test.test_gzip.TestGzip.test_flush_flushes_compressor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_large_length__test.test_zlib.CompressObjectTestCase.test_flush_large_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_modes__test.test_gzip.TestGzip.test_flush_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_reparse_deferral_disabled__test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_reparse_deferral_disabled__test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_reparse_deferral_disabled__test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_disabled__'XMLParser._Get|Set_ReparseDeferralEnabled_methods_not_available_in_C'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_flush_reparse_deferral_enabled__test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_reparse_deferral_enabled__test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_reparse_deferral_enabled__test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_return_value__test.test_mmap.MmapTests.test_flush_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flush_with_freed_input__test.test_zlib.CompressObjectTestCase.test_flush_with_freed_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flushes__test.test_zlib.CompressObjectTestCase.test_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flushes_stream_after_input__test.test_getpass.UnixGetpassTest.test_flushes_stream_after_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flushes_stream_after_prompt__test.test_getpass.GetpassRawinputTest.test_flushes_stream_after_prompt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flushing__test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_flushing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flushing__test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_flushing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_flushing__test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma__test.test_decimal.CContextAPItests.test_fma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma__test.test_decimal.CIBMTestCases.test_fma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma__test.test_decimal.PyContextAPItests.test_fma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma__test.test_decimal.PyIBMTestCases.test_fma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma_infinities__test.test_math.FMATests.test_fma_infinities_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma_nan_results__test.test_math.FMATests.test_fma_nan_results_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma_overflow__test.test_math.FMATests.test_fma_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma_single_round__test.test_math.FMATests.test_fma_single_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fma_zero_result__test.test_math.FMATests.test_fma_zero_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fnmatch__test.test_fnmatch.FnmatchTestCase.test_fnmatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fnmatchcase__test.test_fnmatch.FnmatchTestCase.test_fnmatchcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_address_list__test.test_email.test_headerregistry.TestFolding.test_fold_address_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_date_header__test.test_email.test_headerregistry.TestFolding.test_fold_date_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_overlong_words_using_RFC2047__test.test_email.test_headerregistry.TestFolding.test_fold_overlong_words_using_RFC2047_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_unstructured_short__test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_unstructured_single_word__test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_single_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_unstructured_with_commas__test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_commas_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_unstructured_with_overlong_word__test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_overlong_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_unstructured_with_slightly_long_word__test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_slightly_long_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_unstructured_with_two_overlong_words__test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_two_overlong_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_utf8__test.test_email.test_policy.PolicyAPITests.test_fold_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fold_zero_max_line_length__test.test_email.test_policy.PolicyAPITests.test_fold_zero_max_line_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folder__test.test_mailbox.TestMaildir.test_folder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folder_exclusions__test.test_zoneinfo.test_zoneinfo.CTestModule.test_folder_exclusions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folder_exclusions__test.test_zoneinfo.test_zoneinfo.TestModule.test_folder_exclusions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folder_file_perms__test.test_mailbox.TestMaildir.test_folder_file_perms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_binop__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_binop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_comparator__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_comparator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_format__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_iter__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_not__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_not_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_of_binops_on_constants__test.test_peepholer.TestTranforms.test_folding_of_binops_on_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_of_lists_of_constants__test.test_peepholer.TestTranforms.test_folding_of_lists_of_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_of_sets_of_constants__test.test_peepholer.TestTranforms.test_folding_of_sets_of_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_of_tuples_of_constants__test.test_peepholer.TestTranforms.test_folding_of_tuples_of_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_of_unaryops_on_constants__test.test_peepholer.TestTranforms.test_folding_of_unaryops_on_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_subscript__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_tuple__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_type_param_in_class_def__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_class_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_type_param_in_function_def__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_function_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_type_param_in_type_alias__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_type_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_unaryop__test.test_ast.test_ast.ASTOptimiziationTests.test_folding_unaryop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_long_nospace_compat32_policy_1__test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_compat32_policy_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_long_nospace_default_policy_1__test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_default_policy_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_long_nospace_http_policy_1__test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_http_policy_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_long_nospace_smtp_policy_1__test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_smtp_policy_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_short_nospace_1__test.test_email.test_message.TestEmailMessage.test_folding_with_short_nospace_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_1__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_2__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_3__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_4__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_5__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_6__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_7__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folding_with_utf8_encoding_8__test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds__test.datetimetester.IranTest_Fast.test_folds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds__test.datetimetester.IranTest_Pure.test_folds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds__test.datetimetester.ZoneInfoTest_Fast.test_folds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds__test.datetimetester.ZoneInfoTest_Pure.test_folds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_and_gaps__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_and_gaps__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_and_gaps__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_and_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_from_utc__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_from_utc__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_folds_from_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foo__test.test_sqlite3.test_types.DeclTypesTests.test_foo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foo__test.test_xxlimited.TestXXLimited.test_foo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foo__test.test_xxlimited.TestXXLimited35.test_foo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foobar__test.test_asyncio.test_tasks.CTask_Future_Tests.test_foobar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_11__test.test_coroutines.CoroutineTest.test_for_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_1__test.test_coroutines.CoroutineTest.test_for_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_2__test.test_coroutines.CoroutineTest.test_for_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_3__test.test_coroutines.CoroutineTest.test_for_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_4__test.test_coroutines.CoroutineTest.test_for_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_6__test.test_coroutines.CoroutineTest.test_for_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_7__test.test_coroutines.CoroutineTest.test_for_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_8__test.test_coroutines.CoroutineTest.test_for_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for__test.test_ast.test_ast.ASTValidatorTests.test_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for__test.test_compile.TestStackSizeStability.test_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for__test.test_grammar.GrammarTests.test_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_assign_raising_stop_async_iteration_2__test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_assign_raising_stop_async_iteration__test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_bpo-42892": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_break_continue__test.test_compile.TestStackSizeStability.test_for_break_continue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_break_continue_inside_async_with_block__test.test_compile.TestStackSizeStability.test_for_break_continue_inside_async_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_break_continue_inside_except_block__test.test_compile.TestStackSizeStability.test_for_break_continue_inside_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_break_continue_inside_finally_block__test.test_compile.TestStackSizeStability.test_for_break_continue_inside_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_break_continue_inside_try_finally_block__test.test_compile.TestStackSizeStability.test_for_break_continue_inside_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_break_continue_inside_with_block__test.test_compile.TestStackSizeStability.test_for_break_continue_inside_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_distinct_code_objects__test.test_compile.TestSpecifics.test_for_distinct_code_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_else__test.test_compile.TestStackSizeStability.test_for_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_else__test.test_unparse.UnparseTestCase.test_for_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_improper_attributes__test.test_errno.ErrnoAttributeTests.test_for_improper_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_iter_gen__test.test_capi.test_opt.TestUopsOptimization.test_for_iter_gen__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_for_iter_gen__test.test_opcache.TestRacesDoNotCrash.test_for_iter_gen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_iter_list__test.test_capi.test_opt.TestUops.test_for_iter_list__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_for_iter_list__test.test_opcache.TestRacesDoNotCrash.test_for_iter_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_iter_range__test.test_capi.test_opt.TestUops.test_for_iter_range__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_for_iter_tier_two__test.test_capi.test_opt.TestUops.test_for_iter_tier_two__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_for_iter_tuple__test.test_capi.test_opt.TestUops.test_for_iter_tuple__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_for_loop__test.test_compiler_codegen.IsolatedCodeGenTests.test_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_loop__test.test_monitoring.TestOptimizer.test_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_name_does_not_exist__test.test_importlib.metadata.test_api.APITests.test_for_name_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_name_does_not_exist__test.test_importlib.metadata.test_main.BasicTests.test_for_name_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_stop_iteration__test.test_coroutines.CoroutineTest.test_for_stop_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_tempdir_is_bytes_issue40701_api_warts__test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_tempdir_is_bytes_issue40701_api_warts__test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_top_level__test.test_importlib.metadata.test_api.APITests.test_for_top_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_for_tuple__test.test_coroutines.CoroutineTest.test_for_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force__test.test_compileall.CommandLineTestsNoSourceEpoch.test_force_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force__test.test_compileall.CommandLineTestsWithSourceEpoch.test_force_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force__test.test_logging.BasicConfigTest.test_force_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force_close__test.test__interpchannels.ExhaustiveChannelTests.test_force_close__'these_tests_take_several_hours_to_run'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_force_close__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force_close__test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force_close_idempotent__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_force_close_protocol_connection_lost_once__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_protocol_connection_lost_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forced_io_encoding__test.test_embed.EmbeddingTests.test_forced_io_encoding__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_foreign_cancel_doesnt_timeout_if_not_expired__test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_cancel_doesnt_timeout_if_not_expired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_code__test.test_import.PycRewritingTests.test_foreign_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_exception_on_timeout_2__test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_exception_on_timeout__test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_exception_passed__test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_passed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_thread__test.test_threading.ThreadTests.test_foreign_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_type_equality__test.test_ipaddress.ComparisonTests.test_foreign_type_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_foreign_type_ordering__test.test_ipaddress.ComparisonTests.test_foreign_type_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forever__test.test_regrtest.ArgsTestCase.test_forever_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forever__test.test_regrtest.ParseArgsTestCase.test_forever_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forget__test.test_support.TestSupport.test_forget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test__interpreters.RunStringTests.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_interpreters.test_api.TestInterpreterExec.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_os.ForkTests.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork__test.test_tracemalloc.TestTracemallocEnabled.test_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_asyncio_run__test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_asyncio_subprocess__test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_at_finalization__test.test_os.ForkTests.test_fork_at_finalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_exec__test.test_subprocess.POSIXProcessTestCase.test_fork_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_exec_sorted_fd_sanity_check__test.test_subprocess.POSIXProcessTestCase.test_fork_exec_sorted_fd_sanity_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_not_share_event_loop__test.test_asyncio.test_unix_events.TestFork.test_fork_not_share_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_signal_handling__test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fork_warns_when_non_python_thread_exists__test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forked_thread_not_started__test.test_multiprocessing_fork.test_misc.MiscTestCase.test_forked_thread_not_started_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forked_thread_not_started__test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_forked_thread_not_started__'fork_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forked_thread_not_started__test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started__'fork_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkinthread__test.test_thread.TestForkInThread.test_forkinthread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forkserver_preload_imports_sys_path__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forkserver_preload_imports_sys_path__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path__'forkserver_specific_test.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigint__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigint__'test_not_appropriate_for_fork'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigint__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigint__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigint__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forkserver_sigint__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigint__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigint__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint__'test_not_appropriate_for_spawn'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigint__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigint__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigkill__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigkill__'test_not_appropriate_for_fork'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigkill__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigkill__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigkill__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigkill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forkserver_sigkill__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigkill__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigkill__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill__'test_not_appropriate_for_spawn'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_forkserver_sigkill__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigkill__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_formatMessage_unicode_error__test.test_unittest.test_assertions.TestLongMessage.test_formatMessage_unicode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatMsg__test.test_unittest.test_assertions.TestLongMessage.test_formatMsg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestDateTimeTZ_Fast.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestDateTimeTZ_Pure.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestDateTime_Fast.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestDateTime_Pure.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestDate_Fast.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestDate_Pure.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestSubclassDateTime_Fast.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestSubclassDateTime_Pure.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestTimeTZ_Fast.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestTimeTZ_Pure.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestTime_Fast.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.datetimetester.TestTime_Pure.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_asyncio.test_queues.LifoQueueJoinTests.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_asyncio.test_queues.LifoQueueShutdownTests.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_asyncio.test_queues.PriorityQueueJoinTests.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_asyncio.test_queues.QueueJoinTests.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_asyncio.test_queues.QueueShutdownTests.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_bigmem.StrTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_bool.BoolTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_builtin.BuiltinTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_bytes.AssortedBytesTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_calendar.OutputTestCase.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_complex.ComplexTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.OldTestIntFlag.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestIntEnumClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestIntEnumFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestIntFlagClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestIntFlagFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMinimalDateClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMinimalDateFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMinimalFloatClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMinimalFloatFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedDateClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedDateFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedFloatClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedFloatFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedIntClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedIntFlagClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedIntFlagFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedIntFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedStrClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestMixedStrFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestPlainEnumClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestPlainEnumFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestPlainFlagClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestPlainFlagFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestStrEnumClass.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_enum.TestStrEnumFunction.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_float.FormatTestCase.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_ipaddress.AddressTestCase_v4.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_ipaddress.AddressTestCase_v6.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_logging.BasicConfigTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_long.LongTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format__test.test_str.StrTest.test_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_and_filters__test.test_lzma.OpenTestCase.test_format_and_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_attr__test.test_struct.StructTest.test_format_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_auto_numbering__test.test_str.StrTest.test_format_auto_numbering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_base_exception_group__test.test_traceback.TracebackCases.test_format_base_exception_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_combinations__test.test_peepholer.TestTranforms.test_format_combinations__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_format_duration__test.test_regrtest.TestUtils.test_format_duration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_e_presentation_type__test.test_fractions.FractionTest.test_format_e_presentation_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_errors__test.test_peepholer.TestTranforms.test_format_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception__test.test_traceback.LimitTests.test_format_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_exc__test.test_traceback.TracebackCases.test_format_exception_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group__test.test_traceback.TracebackCases.test_format_exception_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_explicit_class__test.test_traceback.TracebackCases.test_format_exception_group_explicit_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_multiline2_messages__test.test_traceback.TracebackCases.test_format_exception_group_multiline2_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_multiline_messages__test.test_traceback.TracebackCases.test_format_exception_group_multiline_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_multiple_exceptions__test.test_traceback.TracebackCases.test_format_exception_group_multiple_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_nested_with_notes__test.test_traceback.TracebackCases.test_format_exception_group_nested_with_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_syntax_error__test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_syntax_error_with_custom_values__test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_with_custom_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_with_cause__test.test_traceback.TracebackCases.test_format_exception_group_with_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_with_note__test.test_traceback.TracebackCases.test_format_exception_group_with_note_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_with_tracebacks__test.test_traceback.TracebackCases.test_format_exception_group_with_tracebacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_group_without_show_group__test.test_traceback.TracebackCases.test_format_exception_group_without_show_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_only_bad__str____test.test_traceback.TracebackCases.test_format_exception_only_bad__str___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_exception_only_exc__test.test_traceback.TracebackCases.test_format_exception_only_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_f_presentation_type__test.test_fractions.FractionTest.test_format_f_presentation_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_fallback_capitals__test.test_decimal.CWhitebox.test_format_fallback_capitals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_fallback_rounding__test.test_decimal.CWhitebox.test_format_fallback_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_float__test.test_str.StrTest.test_format_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_g_presentation_type__test.test_fractions.FractionTest.test_format_g_presentation_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpAlternatePrefixChars.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpArgumentDefaults.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpBiggerOptionalGroups.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpBiggerOptionals.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpBiggerPositionals.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpMetavarTypeFormatter.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpNoHelpOptional.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpNone.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpOnlyUserGroups.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpRawDescription.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpRawText.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpReformatting.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpRequiredOptional.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpSubparsersOrdering.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpSuppressOptional.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpSuppressOptionalGroup.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpSuppressPositional.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpSuppressUsage.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpTupleMetavarOptional.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpTupleMetavarPositional.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsage.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageLongProg.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageOptionalsWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsagePositionalsWrap.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpUsageWithParentheses.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpVariableExpansion.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpVersionAction.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpVersionActionSuppress.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpWrappingLongNames.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestHelpWrappingShortNames.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_help__test.test_argparse.TestShortColumns.test_format_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_huge_item_number__test.test_str.StrTest.test_format_huge_item_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_huge_precision__test.test_str.StrTest.test_format_huge_precision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_huge_width__test.test_str.StrTest.test_format_huge_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_keyword_arguments__test.test_string.ModuleTest.test_format_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_locals__test.test_traceback.TestStack.test_format_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_map__test.test_str.StrTest.test_format_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_misc__test.test_peepholer.TestTranforms.test_format_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_no_presentation_type__test.test_fractions.FractionTest.test_format_no_presentation_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_resources__test.test_regrtest.TestUtils.test_format_resources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_smoke__test.test_traceback.TestStack.test_format_smoke_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_spec_errors__test.test_types.TypesTests.test_format_spec_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specials__test.test_float.RoundTestCase.test_format_specials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specifier_expressions__test.test_fstring.TestCase.test_format_specifier_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestIntEnumClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestIntEnumFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestIntFlagClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestIntFlagFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMinimalDateClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMinimalDateFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMinimalFloatClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMinimalFloatFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedDateClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedDateFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedFloatClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedFloatFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedIntClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedIntFlagClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedIntFlagFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedIntFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedStrClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestMixedStrFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestPlainEnumClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestPlainEnumFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestPlainFlagClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestPlainFlagFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestStrEnumClass.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_specs__test.test_enum.TestStrEnumFunction.test_format_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_stack__test.test_traceback.TestFallbackTracebackFormat.test_format_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_stack__test.test_traceback.TestTracebackFormat.test_format_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_stack_entry_no_lineno__test.test_bdb.TestRegressions.test_format_stack_entry_no_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_subclass__test.test_str.StrTest.test_format_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_testfile__test.test_float.FormatTestCase.test_format_testfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_traceback__test.test_tracemalloc.TestSnapshot.test_format_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpAlternatePrefixChars.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpArgumentDefaults.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpBiggerOptionalGroups.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpBiggerOptionals.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpBiggerPositionals.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpMetavarTypeFormatter.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpNoHelpOptional.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpNone.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpOnlyUserGroups.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpRawDescription.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpRawText.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpReformatting.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpRequiredOptional.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpSubparsersOrdering.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpSuppressOptional.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpSuppressOptionalGroup.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpSuppressPositional.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpSuppressUsage.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpTupleMetavarOptional.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpTupleMetavarPositional.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsage.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageLongProg.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageOptionalsWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsagePositionalsWrap.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpUsageWithParentheses.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpVariableExpansion.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpVersionAction.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpVersionActionSuppress.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpWrappingLongNames.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestHelpWrappingShortNames.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_usage__test.test_argparse.TestShortColumns.test_format_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_validate__test.test_logging.FormatterTest.test_format_validate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_year__test.test_calendar.TestSubClassingCase.test_format_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_format_year_head__test.test_calendar.TestSubClassingCase.test_format_year_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formataddr_does_not_quote_parens_in_quoted_string__test.test_email.test_email.TestMiscellaneous.test_formataddr_does_not_quote_parens_in_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatdate__test.test_email.test_email.TestMiscellaneous.test_formatdate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatdate_localtime__test.test_email.test_email.TestMiscellaneous.test_formatdate_localtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatdate_usegmt__test.test_email.test_email.TestMiscellaneous.test_formatdate_usegmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonth__test.test_calendar.OutputTestCase.test_formatmonth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonth__test.test_calendar.TestSubClassingCase.test_formatmonth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonth_with_invalid_month__test.test_calendar.OutputTestCase.test_formatmonth_with_invalid_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonth_with_invalid_month__test.test_calendar.TestSubClassingCase.test_formatmonth_with_invalid_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonthname__test.test_calendar.TestSubClassingCase.test_formatmonthname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonthname_with_year__test.test_calendar.OutputTestCase.test_formatmonthname_with_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatmonthname_without_year__test.test_calendar.OutputTestCase.test_formatmonthname_without_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatter_field_name_split__test.test_str.StringModuleTest.test_formatter_field_name_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatter_parser__test.test_str.StringModuleTest.test_formatter_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting__test.test_decimal.CFormatTest.test_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting__test.test_decimal.PyFormatTest.test_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting__test.test_logging.ExceptionTest.test_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting__test.test_logging.QueueHandlerTest.test_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting__test.test_str.StrTest.test_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting__test.test_userstring.UserStringTest.test_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting_c_limits__test.test_str.StrTest.test_formatting_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting_c_limits__test.test_userstring.UserStringTest.test_formatting_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting_huge_precision__test.test_str.StrTest.test_formatting_huge_precision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting_huge_precision_c_limits__test.test_str.StrTest.test_formatting_huge_precision_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting_huge_width__test.test_str.StrTest.test_formatting_huge_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatting_with_enum__test.test_str.StrTest.test_formatting_with_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatwarning__test.test_warnings.CWarningsDisplayTests.test_formatwarning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatwarning__test.test_warnings.PyWarningsDisplayTests.test_formatwarning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatwarning_override__test.test_warnings.CWarningsDisplayTests.test_formatwarning_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatwarning_override__test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatweek__test.test_calendar.TestSubClassingCase.test_formatweek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatweek_head__test.test_calendar.TestSubClassingCase.test_formatweek_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatweekheader_long__test.test_calendar.OutputTestCase.test_formatweekheader_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_formatweekheader_short__test.test_calendar.OutputTestCase.test_formatweekheader_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_former_statements_refer_to_builtins__test.test_grammar.GrammarTests.test_former_statements_refer_to_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forstmt__test.test_type_comments.TypeCommentTests.test_forstmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fortran_contiguous__test.test_ctypes.test_frombuffer.Test.test_fortran_contiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_equality__test.test_typing.ForwardRefTests.test_forward_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_equality_gth__test.test_typing.ForwardRefTests.test_forward_equality_gth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_equality_hash__test.test_typing.ForwardRefTests.test_forward_equality_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_equality_namespace__test.test_typing.ForwardRefTests.test_forward_equality_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_recursion_actually__test.test_typing.ForwardRefTests.test_forward_recursion_actually_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_ref_and_final__test.test_typing.GetTypeHintTests.test_forward_ref_and_final_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forward_repr__test.test_typing.ForwardRefTests.test_forward_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forwardref_instance_type_error__test.test_typing.ForwardRefTests.test_forwardref_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forwardref_only_str_arg__test.test_typing.ForwardRefTests.test_forwardref_only_str_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_forwardref_subclass_type_error__test.test_typing.ForwardRefTests.test_forwardref_subclass_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fpathconf__test.test_os.TestInvalidFD.test_fpathconf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fr__test.test_gettext.PluralFormsInternalTestCase.test_fr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fraction__test.test_statistics.CoerceTest.test_fraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fraction__test.test_statistics.ConvertTest.test_fraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fraction__test.test_statistics.ExactRatioTest.test_fraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fraction__test.test_strptime.StrptimeTests.test_fraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_cmath.IsCloseTests.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_math.IsCloseTests.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_numeric_tower.HashTest.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_statistics.TestHarmonicMean.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_statistics.TestMean.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_statistics.TestPVariance.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_statistics.TestSum.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fractions__test.test_statistics.TestVariance.test_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame__test.test_gc.GCTests.test_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame__test.test_inspect.test_inspect.TestInterpreterStack.test_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_get_generator__test.test_frame.TestCAPI.test_frame_get_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_getters__test.test_frame.TestCAPI.test_frame_getters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_locals__test.test_listcomps.ListComprehensionTest.test_frame_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_readline__test.test_pickle.CUnpicklerTests.test_frame_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_readline__test.test_pickle.InMemoryPickleTests.test_frame_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_readline__test.test_pickle.PyUnpicklerTests.test_frame_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_resurrect__test.test_generators.FinalizationTest.test_frame_resurrect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_stack__test.test_monitoring.SimulateProfileTest.test_frame_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frame_tstate_tracing__test.test_threading.ThreadTests.test_frame_tstate_tracing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framed_write_sizes_with_delayed_writer__test.test_pickle.CDumpPickle_LoadPickle.test_framed_write_sizes_with_delayed_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framed_write_sizes_with_delayed_writer__test.test_pickle.CPicklerTests.test_framed_write_sizes_with_delayed_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framed_write_sizes_with_delayed_writer__test.test_pickle.DumpPickle_CLoadPickle.test_framed_write_sizes_with_delayed_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framed_write_sizes_with_delayed_writer__test.test_pickle.PyPicklerTests.test_framed_write_sizes_with_delayed_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frames_are_popped_after_failed_calls__test.test_call.FunctionCalls.test_frames_are_popped_after_failed_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framework_info__test.test_ctypes.test_macholib.MachOTest.test_framework_info__'OSX-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_framing_large_objects__test.test_pickle.CDumpPickle_LoadPickle.test_framing_large_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framing_large_objects__test.test_pickle.CPicklerTests.test_framing_large_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framing_large_objects__test.test_pickle.DumpPickle_CLoadPickle.test_framing_large_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framing_large_objects__test.test_pickle.InMemoryPickleTests.test_framing_large_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framing_large_objects__test.test_pickle.PyPicklerTests.test_framing_large_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framing_large_objects__test.test_pickletools.OptimizedPickleTests.test_framing_large_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_framing_many_objects__test.test_pickle.CDumpPickle_LoadPickle.test_framing_many_objects__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_framing_many_objects__test.test_pickle.CPicklerTests.test_framing_many_objects__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_framing_many_objects__test.test_pickle.DumpPickle_CLoadPickle.test_framing_many_objects__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_framing_many_objects__test.test_pickle.InMemoryPickleTests.test_framing_many_objects__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_framing_many_objects__test.test_pickle.PyPicklerTests.test_framing_many_objects__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_framing_many_objects__test.test_pickletools.OptimizedPickleTests.test_framing_many_objects__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_free__test.test_symtable.SymtableTest.test_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.ByteTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.DoubleTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.FloatTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.IntTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.LongLongTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.LongTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.ShortTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UCS4Test.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UnicodeTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UnsignedByteTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UnsignedIntTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UnsignedLongLongTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UnsignedLongTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_array.UnsignedShortTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_bytes.ByteArrayTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_bytes.BytesTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_deque.TestSequence.test_free_after_iterating__\"Exhausted_deque_iterator_doesn't_free_a_deque\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_dict.DictTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_iter.TestCase.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_list.ListTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_set.TestFrozenSet.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_set.TestFrozenSetSubclass.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_set.TestSet.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_set.TestSetSubclass.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_str.StrTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_tuple.TupleTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_after_iterating__test.test_userlist.UserListTest.test_free_after_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_called__test.test_code.CoExtra.test_free_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_different_thread__test.test_code.CoExtra.test_free_different_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_from_gc__test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_free_from_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_from_gc__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_free_from_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_from_gc__test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_inner_cell_outer__test.test_listcomps.ListComprehensionTest.test_free_inner_cell_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_free_threaded_dump_traceback__test.test_faulthandler.FaultHandlerTests.test_free_threaded_dump_traceback__'only_meaningful_if_the_GIL_is_disabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_free_var_in_comp_child__test.test_listcomps.ListComprehensionTest.test_free_var_in_comp_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_freebsd_contants__test.test_resource.ResourceTest.test_freebsd_contants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_freedesktop_os_release__test.test_platform.PlatformTest.test_freedesktop_os_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_freeze__test.test_gc.GCTests.test_freeze_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fresh__test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fresh__test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_2G_generator__test.test_bigmem.TupleTest.test_from_2G_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from__test.test_mailbox.TestMMDFMessage.test_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from__test.test_mailbox.TestMboxMessage.test_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_addressW__test.test_ctypes.test_arrays.ArrayTestCase.test_from_addressW_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_address__test.test_ctypes.test_arrays.ArrayTestCase.test_from_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_address__test.test_ctypes.test_pointers.PointersTestCase.test_from_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_almost_2G_generator__test.test_bigmem.TupleTest.test_from_almost_2G_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer__test.test_bytes.ByteArrayTest.test_from_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer__test.test_bytes.BytesTest.test_from_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer__test.test_ctypes.test_frombuffer.Test.test_from_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer_copy__test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer_copy_with_offset__test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer_memoryview__test.test_ctypes.test_frombuffer.Test.test_from_buffer_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_buffer_with_offset__test.test_ctypes.test_frombuffer.Test.test_from_buffer_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_bytearray__test.test_bytes.AssortedBytesTest.test_from_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_bytes__test.test_bool.BoolTest.test_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_bytes__test.test_long.LongTest.test_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_bytes_small__test.test_long.LongTest.test_from_bytes_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_contiguous__test.test_capi.test_misc.Test_testcapi.test_from_contiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_current__test.test__interpreters.DestroyTests.test_from_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_current__test.test_interpreters.test_api.TestInterpreterClose.test_from_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_dir__test.test_zipfile.test_core.ZipInfoTests.test_from_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_dll__test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_dll_refcount__test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_exception__test.test_traceback.TestTracebackException.test_from_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file__test.test_pickletools.GenopsTests.test_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file__test.test_zipfile.test_core.ZipInfoTests.test_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file__test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file__test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file__test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file__test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file_bytes__test.test_zipfile.test_core.ZipInfoTests.test_from_file_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file_fileno__test.test_zipfile.test_core.ZipInfoTests.test_from_file_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_file_pathlike__test.test_zipfile.test_core.ZipInfoTests.test_from_file_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_float__test.test_decimal.CPythonAPItests.test_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_float__test.test_decimal.PyPythonAPItests.test_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_format__test.test_bytes.BytesTest.test_from_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_hex__test.test_float.HexFloatTestCase.test_from_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_AttributeError__test.test_import.ImportTests.test_from_import_AttributeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import__test.test_ast.test_ast.AST_Tests.test_from_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_message_for_existing_module__test.test_import.ImportTests.test_from_import_message_for_existing_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_message_for_nonexistent_module__test.test_import.ImportTests.test_from_import_message_for_nonexistent_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_missing_attr_has_name__test.test_import.ImportTests.test_from_import_missing_attr_has_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_missing_attr_has_name_and_path__test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_missing_attr_has_name_and_so_path__test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_missing_attr_path_is_canonical__test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_missing_attr_raises_ImportError__test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_missing_module_raises_ModuleNotFoundError__test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_import_star_invalid_type__test.test_import.ImportTests.test_from_import_star_invalid_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_index__test.test_bytes.ByteArrayTest.test_from_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_index__test.test_bytes.BytesTest.test_from_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_int__test.test_bytes.ByteArrayTest.test_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_int__test.test_bytes.BytesTest.test_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_iterable__test.test_bytes.ByteArrayTest.test_from_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_iterable__test.test_bytes.BytesTest.test_from_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_list__test.test_bytes.ByteArrayTest.test_from_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_list__test.test_bytes.BytesTest.test_from_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_list__test.test_traceback.TestStack.test_from_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_list_edited_stack__test.test_traceback.TestStack.test_from_list_edited_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_main__test.test__interpreters.GetMainTests.test_from_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_mutating_list__test.test_bytes.ByteArrayTest.test_from_mutating_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_mutating_list__test.test_bytes.BytesTest.test_from_mutating_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_other_thread__test.test__interpreters.DestroyTests.test_from_other_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_other_thread__test.test_interpreters.test_api.TestInterpreterClose.test_from_other_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_param__test.test_ctypes.test_numbers.NumberTestCase.test_from_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_param_result_refcount__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_from_param_result_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_sibling__test.test__interpreters.DestroyTests.test_from_sibling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_sibling__test.test_interpreters.test_api.TestInterpreterClose.test_from_sibling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_spec__test.test_unittest.testmock.testmock.MockTest.test_from_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_spec_invalid_metatype_inheritance__test.test_capi.test_misc.Test_testcapi.test_from_spec_invalid_metatype_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_spec_metatype_inheritance__test.test_capi.test_misc.Test_testcapi.test_from_spec_metatype_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_ssize__test.test_bytes.ByteArrayTest.test_from_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_ssize__test.test_bytes.BytesTest.test_from_ssize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_subinterpreter__test.test__interpreters.GetMainTests.test_from_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_subinterpreter__test.test__interpreters.IsRunningTests.test_from_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_subinterpreter__test.test_interpreters.test_api.TestInterpreterIsRunning.test_from_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_traceback__test.test_dis.BytecodeTests.test_from_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_traceback_dis__test.test_dis.BytecodeTests.test_from_traceback_dis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_tuple__test.test_bytes.ByteArrayTest.test_from_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_tuple__test.test_bytes.BytesTest.test_from_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_tuple__test.test_decimal.CWhitebox.test_from_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_posix__test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_windows__test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_pathname2url_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_posix__test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_from_uri_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_windows__test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_from_uri_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.ByteTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.DoubleTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.FloatTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.IntTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.LongLongTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.LongTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.ShortTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UCS4Test.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UnicodeTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UnsignedByteTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UnsignedIntTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UnsignedLongLongTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UnsignedLongTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromarray__test.test_array.UnsignedShortTest.test_fromarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.ByteTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.DoubleTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.FloatTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.IntTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.LongLongTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.LongTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.ShortTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.UnsignedByteTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.UnsignedIntTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.UnsignedLongLongTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.UnsignedLongTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytearray__test.test_array.UnsignedShortTest.test_frombytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frombytes__test.test_array.LargeArrayTest.test_frombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromccomplex__test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromdouble__test.test_capi.test_float.CAPIFloatTest.test_fromdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromdoubles__test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfd__test.test_epoll.TestEPoll.test_fromfd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile__test.test_regrtest.ArgsTestCase.test_fromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile__test.test_regrtest.ParseArgsTestCase.test_fromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.ByteTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.DoubleTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.FloatTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.IntTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.LongLongTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.LongTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.ShortTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UCS4Test.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UnicodeTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UnsignedByteTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UnsignedIntTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UnsignedLongLongTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UnsignedLongTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromfile_ioerror__test.test_array.UnsignedShortTest.test_fromfile_ioerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromhex__test.test_bytes.ByteArraySubclassTest.test_fromhex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromhex__test.test_bytes.ByteArraySubclassWithSlotsTest.test_fromhex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromhex__test.test_bytes.ByteArrayTest.test_fromhex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromhex__test.test_bytes.BytesSubclassTest.test_fromhex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromhex__test.test_bytes.BytesTest.test_fromhex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestDateTime_Fast.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestDateTime_Pure.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestDate_Fast.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestDate_Pure.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar__test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestDateTime_Fast.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestDateTime_Pure.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestDate_Fast.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestDate_Pure.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_type_errors__test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestDateTime_Fast.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestDateTime_Pure.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestDate_Fast.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestDate_Pure.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisocalendar_value_errors__test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_value_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestDateTime_Fast.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestDateTime_Pure.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestDate_Fast.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestDate_Pure.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_ambiguous__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_ambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_ambiguous__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_ambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_ambiguous__test.datetimetester.TestDateTime_Fast.test_fromisoformat_ambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_ambiguous__test.datetimetester.TestDateTime_Pure.test_fromisoformat_ambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_ambiguous__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_ambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_ambiguous__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_ambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestDateTime_Fast.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestDateTime_Pure.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestDate_Fast.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestDate_Pure.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_date_examples__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_date_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime__test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime__test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime_examples__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime_examples__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime_examples__test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime_examples__test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime_examples__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_datetime_examples__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestDate_Fast.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestDate_Pure.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_datetime__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_datetime__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_datetime__test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_datetime__test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_datetime__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_datetime__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_surrogate__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_surrogate__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_surrogate__test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_surrogate__test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_surrogate__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_surrogate__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestDate_Fast.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestDate_Pure.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fails_typeerror__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fractions__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_fractions__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_separators__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_separators__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_separators__test.datetimetester.TestDateTime_Fast.test_fromisoformat_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_separators__test.datetimetester.TestDateTime_Pure.test_fromisoformat_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_separators__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_separators__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestDateTime_Fast.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestDateTime_Pure.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestDate_Fast.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestDate_Pure.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_subclass__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_time_examples__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_time_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_time_examples__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_time_examples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestDateTime_Fast.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestDateTime_Pure.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timespecs__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timespecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestDateTime_Fast.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestDateTime_Pure.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_timezone__test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_utc__test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_utc__test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_utc__test.datetimetester.TestDateTime_Fast.test_fromisoformat_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_utc__test.datetimetester.TestDateTime_Pure.test_fromisoformat_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_utc__test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromisoformat_utc__test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys__test.test_dict.DictTest.test_fromkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys__test.test_frame.FrameLocalsProxyMappingTests.test_fromkeys__'Unlike_a_mapping:_no_proxy.fromkeys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fromkeys__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_fromkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys__test.test_ordered_dict.CPythonOrderedDictTests.test_fromkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_fromkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys__test.test_ordered_dict.PurePythonOrderedDictTests.test_fromkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys__test.test_userdict.UserDictTest.test_fromkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys_operator_modifying_dict_operand__test.test_dict.DictTest.test_fromkeys_operator_modifying_dict_operand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromkeys_operator_modifying_set_operand__test.test_dict.DictTest.test_fromkeys_operator_modifying_set_operand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist__test.test_array.LargeArrayTest.test_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist_as_tuple__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist_as_tuple__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist_load_error_propagates__test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist_load_error_propagates__test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist_load_error_propagates__test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromlist_load_error_propagates__test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromobject__test.test_capi.test_bytearray.CAPITest.test_fromobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromobject__test.test_capi.test_bytes.CAPITest.test_fromobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromstring__test.test_capi.test_bytes.CAPITest.test_fromstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromstring__test.test_capi.test_float.CAPIFloatTest.test_fromstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromstringandsize__test.test_capi.test_bytearray.CAPITest.test_fromstringandsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromstringandsize__test.test_capi.test_bytes.CAPITest.test_fromstringandsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestDateTime_Fast.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestDateTime_Pure.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestDate_Fast.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestDate_Pure.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp__test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_keyword_arg__test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_keyword_arg__test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_keyword_arg__test.datetimetester.TestDateTime_Fast.test_fromtimestamp_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_keyword_arg__test.datetimetester.TestDateTime_Pure.test_fromtimestamp_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_keyword_arg__test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_keyword_arg__test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_limits__test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_limits__test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_limits__test.datetimetester.TestDateTime_Fast.test_fromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_limits__test.datetimetester.TestDateTime_Pure.test_fromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_limits__test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_limits__test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_lord_howe__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_lord_howe__'Australia/Lord_Howe_timezone_is_not_supported_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fromtimestamp_lord_howe__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_lord_howe__'Australia/Lord_Howe_timezone_is_not_supported_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fromtimestamp_low_fold_detection__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_low_fold_detection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_low_fold_detection__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_low_fold_detection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestDateTime_Fast.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestDateTime_Pure.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestDate_Fast.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestDate_Pure.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromtimestamp_with_none_arg__test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_with_none_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc__test.datetimetester.TestTimeZone_Fast.test_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc__test.datetimetester.TestTimeZone_Pure.test_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc__test.datetimetester.TestTimezoneConversions_Fast.test_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc__test.datetimetester.TestTimezoneConversions_Pure.test_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_fromutc_errors__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_fromutc_errors__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fromutc_errors__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_fromutc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen__test.test_dataclasses.TestFrozen.test_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen__test.test_dataclasses.TestReplace.test_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen__test.test_frozen.TestFrozen.test_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_as_dictkey__test.test_set.TestFrozenSet.test_frozen_as_dictkey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_as_dictkey__test.test_set.TestFrozenSetSubclass.test_frozen_as_dictkey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_compat__test.test_import.SubinterpImportTests.test_frozen_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_deepcopy_with_slots__test.test_dataclasses.TestFrozen.test_frozen_deepcopy_with_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_deepcopy_without_slots__test.test_dataclasses.TestFrozen.test_frozen_deepcopy_without_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_empty__test.test_dataclasses.TestFrozen.test_frozen_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_hash__test.test_dataclasses.TestFrozen.test_frozen_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_importlib__test.test_import.ImportlibBootstrapTests.test_frozen_importlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_importlib_external_is_bootstrap_external__test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_importlib_is_bootstrap__test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_module_from_import_error__test.test_import.ImportTests.test_frozen_module_from_import_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_pickle__test.test_dataclasses.TestSlots.test_frozen_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_slots_pickle_custom_state__test.test_dataclasses.TestSlots.test_frozen_slots_pickle_custom_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozen_submodule_in_unfrozen_package__test.test_frozen.TestFrozen.test_frozen_submodule_in_unfrozen_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenmain__test.test_embed.MiscTests.test_frozenmain__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_frozenset__test.test_marshal.LargeValuesTestCase.test_frozenset__'not_enough_memory:_256.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_frozenset__test.test_reprlib.ReprTests.test_frozenset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenset__test.test_typing.CollectionsAbcTests.test_frozenset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenset_add_in_capi__test.test_capi.test_misc.Test_testlimitedcapi.test_frozenset_add_in_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenset_check__test.test_capi.test_set.TestSetCAPI.test_frozenset_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenset_check_exact__test.test_capi.test_set.TestSetCAPI.test_frozenset_check_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenset_new__test.test_capi.test_set.TestSetCAPI.test_frozenset_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozenset_subclass_instantiation__test.test_typing.CollectionsAbcTests.test_frozenset_subclass_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_frozentable__test.test_ctypes.test_values.PythonValuesTestCase.test_frozentable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fs_holes__test.test_posix.PosixTester.test_fs_holes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fsencode_fsdecode__test.test_os.TestPEP519.test_fsencode_fsdecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fsencode_fsdecode__test.test_os.TestPEP519PurePython.test_fsencode_fsdecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fsize_enforced__test.test_resource.ResourceTest.test_fsize_enforced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fsize_ismax__test.test_resource.ResourceTest.test_fsize_ismax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fsize_toobig__test.test_resource.ResourceTest.test_fsize_toobig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PathTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_fspath_common__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_fspath_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_protocol__test.test_os.TestScandir.test_fspath_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_protocol_bytes__test.test_os.TestScandir.test_fspath_protocol_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_set_to_None__test.test_os.TestPEP519.test_fspath_set_to_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_set_to_None__test.test_os.TestPEP519PurePython.test_fspath_set_to_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_support__test.test_io.CIOTest.test_fspath_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fspath_support__test.test_io.PyIOTest.test_fspath_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstat__test.test_os.TestInvalidFD.test_fstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstat__test.test_posix.PosixTester.test_fstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstatvfs__test.test_os.TestInvalidFD.test_fstatvfs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstatvfs__test.test_posix.PosixTester.test_fstatvfs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring__test.test_ast.test_ast.EndPositionTests.test_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring__test.test_type_comments.TypeCommentTests.test_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_backslash__test.test_unparse.UnparseTestCase.test_fstring_backslash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_backslash_before_double_bracket__test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_backslash_before_double_bracket_warns_once__test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket_warns_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_backslash_prefix_raw__test.test_fstring.TestCase.test_fstring_backslash_prefix_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_debug_annotations__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_fstring_debug_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_format_spec_greedy_matching__test.test_fstring.TestCase.test_fstring_format_spec_greedy_matching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_multi_line__test.test_ast.test_ast.EndPositionTests.test_fstring_multi_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_nested_too_deeply__test.test_fstring.TestCase.test_fstring_nested_too_deeply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstring_without_formatting_bytecode__test.test_fstring.TestCase.test_fstring_without_formatting_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstrings__test.test_unparse.CosmeticTestCase.test_fstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstrings__test.test_unparse.UnparseTestCase.test_fstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstrings_complicated__test.test_unparse.UnparseTestCase.test_fstrings_complicated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstrings_pep701__test.test_unparse.UnparseTestCase.test_fstrings_pep701_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fstrings_special_chars__test.test_unparse.UnparseTestCase.test_fstrings_special_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fsync__test.test_os.TestInvalidFD.test_fsync_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ftp__test.test_urllib2.HandlerTests.test_ftp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ftp_cache_pruning__test.test_urllib.urlopen_HttpTests.test_ftp_cache_pruning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ftp_nohost__test.test_urllib.urlopen_HttpTests.test_ftp_nohost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ftp_nonexisting__test.test_urllib.urlopen_HttpTests.test_ftp_nonexisting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ftruncate__test.test_os.TestInvalidFD.test_ftruncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ftruncate__test.test_posix.PosixTester.test_ftruncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full__test.test_asyncio.test_queues.QueueBasicTests.test_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full__test.test_interpreters.test_queues.TestQueueOps.test_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_cycle__test.test_unittest.test_async_case.TestAsyncCase.test_full_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PurePathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_match_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_full_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_overlap_different_names2__test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_overlap_different_names__test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_overlap_same_name__test.test_zipfile.test_core.OtherTests.test_full_overlap_same_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_url_deleter__test.test_urllib2.HandlerTests.test_full_url_deleter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_full_url_setter__test.test_urllib2.HandlerTests.test_full_url_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fullmatch_atomic_grouping__test.test_re.ReTests.test_fullmatch_atomic_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fullmatch_possessive_quantifiers__test.test_re.ReTests.test_fullmatch_possessive_quantifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fully_trusted_filter__test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_10__test.test_coroutines.CoroutineTest.test_func_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_11__test.test_coroutines.CoroutineTest.test_func_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_12__test.test_coroutines.CoroutineTest.test_func_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_13__test.test_coroutines.CoroutineTest.test_func_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_14__test.test_coroutines.CoroutineTest.test_func_14_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_15__test.test_coroutines.CoroutineTest.test_func_15_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_16__test.test_coroutines.CoroutineTest.test_func_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_17__test.test_coroutines.CoroutineTest.test_func_17_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_18__test.test_coroutines.CoroutineTest.test_func_18_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_19__test.test_coroutines.CoroutineTest.test_func_19_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_1__test.test_coroutines.CoroutineTest.test_func_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_2__test.test_coroutines.CoroutineTest.test_func_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_3__test.test_coroutines.CoroutineTest.test_func_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_4__test.test_coroutines.CoroutineTest.test_func_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_5__test.test_coroutines.CoroutineTest.test_func_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_6__test.test_coroutines.CoroutineTest.test_func_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_7__test.test_coroutines.CoroutineTest.test_func_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_8__test.test_coroutines.CoroutineTest.test_func_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_9__test.test_coroutines.CoroutineTest.test_func_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func__test.test_ctypes.test_unicode.StringTestCase.test_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_and__test.test_compile.TestExpressionStackSize.test_func_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_args__test.test_compile.TestExpressionStackSize.test_func_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_as_dict_key__test.test_funcattrs.FunctionDictsTest.test_func_as_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_attribute__test.test_funcattrs.StaticMethodAttrsTest.test_func_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_def__test.test_ast.test_ast.EndPositionTests.test_func_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_default_args__test.test_funcattrs.FunctionPropertiesTest.test_func_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_deterministic__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_deterministic_keyword_only__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_error_on_create__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_events_dispatched__test.test_capi.test_watchers.TestFuncWatchers.test_func_events_dispatched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_exception__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_keyword_args__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_kwargs__test.test_compile.TestExpressionStackSize.test_func_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_memory_error__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_modification__test.test_optimizer.TestRareEventCounters.test_func_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_non_deterministic__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_overflow_error__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_params__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_ref_count__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_blob__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_float__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_illegal_value__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_int__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_long_long__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_nan__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_null__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_text__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_text_with_null_char__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_text_with_surrogates__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_too_large_blob__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_func_return_too_large_int__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_return_too_large_text__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text__'not_enough_memory:_6.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_func_return_unicode__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_too_many_args__test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_func_type_input__test.test_type_comments.TypeCommentTests.test_func_type_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funcdef__test.test_ast.test_ast.ASTValidatorTests.test_funcdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funcdef__test.test_grammar.GrammarTests.test_funcdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funcdef__test.test_type_comments.TypeCommentTests.test_funcdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funcdef_pattern_matching__test.test_ast.test_ast.ASTValidatorTests.test_funcdef_pattern_matching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_compiler_codegen.IsolatedCodeGenTests.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_gc.GCTests.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_tokenize.CTokenizeTest.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_tokenize.GenerateTokensTest.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_tokenize.TokenizeTest.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_unparse.ManualASTCreationTestCase.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function__test.test_warnings.DeprecatedTests.test_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_access_01__test.test_type_params.TypeParamsAccessTest.test_function_access_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_access_02__test.test_type_params.TypeParamsAccessTest.test_function_access_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_access_03__test.test_type_params.TypeParamsAccessTest.test_function_access_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_annotations__test.test_dataclasses.TestCase.test_function_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_arguments__test.test_unparse.UnparseTestCase.test_function_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_as_instance_attribute__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function_as_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_checksum__test.test_unicodedata.UnicodeFunctionsTest.test_function_checksum__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_function_destructor_via_gc__test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_closure__test.test_capi.test_misc.TestHeapTypeRelative.test_function_get_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_closure_error__test.test_capi.test_misc.TestHeapTypeRelative.test_function_get_closure_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_code__test.test_capi.test_misc.CAPITest.test_function_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_defaults__test.test_capi.test_misc.CAPITest.test_function_get_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_globals__test.test_capi.test_misc.CAPITest.test_function_get_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_kw_defaults__test.test_capi.test_misc.CAPITest.test_function_get_kw_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_get_module__test.test_capi.test_misc.CAPITest.test_function_get_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_implements_protocol__test.test_typing.ProtocolTests.test_function_implements_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_in_suite__test.test_unittest.test_suite.Test_TestSuite.test_function_in_suite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_info__test.test_symtable.SymtableTest.test_function_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_repr_union__test.test_typing.UnionTests.test_function_repr_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_set_closure__test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_set_closure_errors__test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_set_closure_none__test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_set_defaults__test.test_capi.test_misc.CAPITest.test_function_set_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_set_kw_defaults__test.test_capi.test_misc.CAPITest.test_function_set_kw_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_tp_clear_leaves_consistent_state__test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_type__test.test_unparse.UnparseTestCase.test_function_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_type_defaults__test.test_types.FunctionTests.test_function_type_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_type_wrong_defaults__test.test_types.FunctionTests.test_function_type_wrong_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_with_many_args__test.test_call.TestFunctionWithManyArgs.test_function_with_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_with_type_params__test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_with_type_params_and_bound__test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_bound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_function_with_type_params_and_default__test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functionality__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functionality__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions__test.test_binascii.ArrayBinASCIITest.test_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions__test.test_binascii.BinASCIITest.test_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions__test.test_binascii.BytearrayBinASCIITest.test_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions__test.test_binascii.MemoryviewBinASCIITest.test_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions__test.test_ctypes.test_stringptr.StringPtrTestCase.test_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions__test.test_inspect.test_inspect.TestIsDataDescriptor.test_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functions_module_attr__test.test_signal.GenericTests.test_functions_module_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functools_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_functools_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_functools_total_ordering__test.test_dataclasses.TestOrdering.test_functools_total_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funky_hyphens__test.test_textwrap.WrapTestCase.test_funky_hyphens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funky_parens__test.test_textwrap.WrapTestCase.test_funky_parens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funny_class_names_names__test.test_dataclasses.TestMakeDataclass.test_funny_class_names_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_funny_new__test.test_descr.ClassPropertiesAndMethods.test_funny_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancel_message_getter__test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancel_message_getter__test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancel_message_getter__test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancel_message_setter__test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancel_message_setter__test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancel_message_setter__test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancelled_exception_refcycles__test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_exception_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancelled_exception_refcycles__test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_exception_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancelled_exception_refcycles__test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_exception_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancelled_result_refcycles__test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_result_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancelled_result_refcycles__test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_result_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_cancelled_result_refcycles__test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_result_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_del_collect__test.test_asyncio.test_futures.CFutureTests.test_future_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_del_collect__test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_del_collect__test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_del_segfault__test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_dotted_import__test.test_future_stmt.test_future.FutureTest.test_future_dotted_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_exception_never_retrieved__test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_exception_never_retrieved__test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_exception_never_retrieved__test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_exception_never_retrieved_debug__test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_exception_never_retrieved_debug__test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_exception_never_retrieved_debug__test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_import_braces__test.test_future_stmt.test_future.FutureTest.test_future_import_braces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_import_not_on_top__test.test_future_stmt.test_future.FutureTest.test_future_import_not_on_top_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_import_star__test.test_future_stmt.test_future.FutureTest.test_future_import_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_import_with_extra_string__test.test_future_stmt.test_future.FutureTest.test_future_import_with_extra_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_isfuture__test.test_unittest.testmock.testasync.AsyncMockTest.test_future_isfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_iter_get_referents_segfault__test.test_asyncio.test_futures.CFutureTests.test_future_iter_get_referents_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_iter_throw__test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_iter_throw__test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_iter_throw__test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_multiple_features__test.test_future_stmt.test_future.FutureTest.test_future_multiple_features_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_multiple_imports__test.test_future_stmt.test_future.FutureTest.test_future_multiple_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_repr__test.test_asyncio.test_futures.CFutureTests.test_future_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_repr__test.test_asyncio.test_futures.CSubFutureTests.test_future_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_repr__test.test_asyncio.test_futures.PyFutureTests.test_future_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_single_import__test.test_future_stmt.test_future.FutureTest.test_future_single_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_source_traceback__test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_source_traceback__test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_source_traceback__test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_stop_iteration_args__test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_stop_iteration_args__test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_stop_iteration_args__test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_subclass__test.test_asyncio.test_tasks.GenericTaskTests.test_future_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_traceback__test.test_asyncio.test_futures2.CFutureTests.test_future_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_future_traceback__test.test_asyncio.test_futures2.PyFutureTests.test_future_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_fuzz__test.test_marshal.BugsTestCase.test_fuzz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_g2__test.test_multibytecodec.Test_ISO2022.test_g2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_g_format_has_no_trailing_zeros__test.test_format.FormatTest.test_g_format_has_no_trailing_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gammavariate_alpha_between_zero_and_one__test.test_random.TestDistributions.test_gammavariate_alpha_between_zero_and_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gammavariate_alpha_equal_one__test.test_random.TestDistributions.test_gammavariate_alpha_equal_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gammavariate_alpha_equal_one_equals_expovariate__test.test_random.TestDistributions.test_gammavariate_alpha_equal_one_equals_expovariate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gammavariate_alpha_greater_one__test.test_random.TestDistributions.test_gammavariate_alpha_greater_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gammavariate_errors__test.test_random.TestDistributions.test_gammavariate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gaps__test.datetimetester.IranTest_Fast.test_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gaps__test.datetimetester.IranTest_Pure.test_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gaps__test.datetimetester.ZoneInfoTest_Fast.test_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gaps__test.datetimetester.ZoneInfoTest_Pure.test_gaps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_at_shutdown__test.test_gc.GCTests.test_garbage_at_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collect_test_after_run_BaseTestSuite__test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collect_test_after_run_TestSuite__test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collection__test.test_io.CBufferedRandomTest.test_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collection__test.test_io.CBufferedReaderTest.test_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collection__test.test_io.CBufferedWriterTest.test_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collection__test.test_io.CIOTest.test_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collection__test.test_io.CTextIOWrapperTest.test_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_collection__test.test_io.PyIOTest.test_garbage_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_in_exception_out__test.test_os.TestPEP519.test_garbage_in_exception_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_garbage_in_exception_out__test.test_os.TestPEP519PurePython.test_garbage_in_exception_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gather_shield__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gauss__test.test_random.MersenneTwister_TestBasicOps.test_gauss_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gauss__test.test_random.SystemRandom_TestBasicOps.test_gauss_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gb18030__test.test_multibytecodec.Test_StreamWriter.test_gb18030_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_enumerate.TestReversed.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_faulthandler.FaultHandlerTests.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_memoryview.ArrayMemorySliceSliceTest.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_memoryview.ArrayMemorySliceTest.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_memoryview.ArrayMemoryviewTest.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_memoryview.BytesMemorySliceSliceTest.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_memoryview.BytesMemorySliceTest.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_memoryview.BytesMemoryviewTest.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_set.TestFrozenSet.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_set.TestFrozenSetSubclass.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_set.TestSet.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_set.TestSetSubclass.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc__test.test_weakset.TestWeakSet.test_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_collect__test.test_support.TestSupport.test_gc_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_control__test.test_capi.test_misc.Test_testcapi.test_gc_control_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_doesnt_blowup__test.test_deque.TestBasic.test_gc_doesnt_blowup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_during_proxy_creation__test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_during_ref_creation__test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_head_size__test.test_sys.SizeofTest.test_gc_head_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_main_module_at_shutdown__test.test_gc.GCTests.test_gc_main_module_at_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_gc_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_ordinary_module_at_shutdown__test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_tracked__test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_gc_tracked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_visit_objects_basic__test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gc_visit_objects_exit_early__test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_exit_early_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gcd__test.test_binop.RatTestCase.test_gcd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gd2__test.test_gettext.PluralFormsInternalTestCase.test_gd2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gd__test.test_gettext.PluralFormsInternalTestCase.test_gd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge__test.test_collections.TestCounter.test_ge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge__test.test_operator.COperatorTestCase.test_ge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge__test.test_operator.PyOperatorTestCase.test_ge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_gt_le_lt__test.test_set.TestOnlySetsDict.test_ge_gt_le_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_gt_le_lt__test.test_set.TestOnlySetsGenerator.test_ge_gt_le_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_gt_le_lt__test.test_set.TestOnlySetsNumeric.test_ge_gt_le_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_gt_le_lt__test.test_set.TestOnlySetsOperator.test_ge_gt_le_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_gt_le_lt__test.test_set.TestOnlySetsString.test_ge_gt_le_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_gt_le_lt__test.test_set.TestOnlySetsTuple.test_ge_gt_le_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_ge_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ge_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen_1__test.test_coroutines.CoroutineTest.test_gen_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen_3_arg_deprecation_warning__test.test_generators.ExceptionTest.test_gen_3_arg_deprecation_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen__test.test_types.CoroutineTests.test_gen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen_exp_in_generic_method__test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_generic_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen_exp_in_nested_class__test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen_exp_in_nested_generic_class__test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_generic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gen_get_code__test.test_capi.test_misc.CAPITest.test_gen_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_general__test.test_ucn.UnicodeNamesTest.test_general_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_general_eval__test.test_builtin.BuiltinTest.test_general_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generate__test.test_email.test_email.TestMIMEMessage.test_generate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generated_slots__test.test_dataclasses.TestSlots.test_generated_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generated_slots_value__test.test_dataclasses.TestSlots.test_generated_slots_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generated_valid_zip64_extra__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator__test.test_positional_only_arg.PositionalOnlyTestCase.test_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator__test.test_sys_setprofile.ProfileHookTestCase.test_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator__test.test_typing.CollectionsAbcTests.test_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_b_encoding_linesep__test.test_email.test_email.Test8BitBytesHandling.test_generator_b_encoding_linesep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_close_cleanup_exc_state__test.test_exceptions.ExceptionTests.test_generator_close_cleanup_exc_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_closure__test.test_inspect.test_inspect.TestGetClosureVars.test_generator_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_default__test.test_typing.CollectionsAbcTests.test_generator_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_del_cleanup_exc_state__test.test_exceptions.ExceptionTests.test_generator_del_cleanup_exc_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_doesnt_retain_old_exc2__test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_doesnt_retain_old_exc__test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_finalizing_and_sys_exception__test.test_exceptions.ExceptionTests.test_generator_finalizing_and_sys_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_gi_yieldfrom__test.test_generators.YieldFromTests.test_generator_gi_yieldfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_handles_8bit__test.test_email.test_email.Test8BitBytesHandling.test_generator_handles_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_in_function_call__test.test_syntax.SyntaxTestCase.test_generator_in_function_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_leaking2__test.test_exceptions.ExceptionTests.test_generator_leaking2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_leaking3__test.test_exceptions.ExceptionTests.test_generator_leaking3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_leaking4__test.test_exceptions.ExceptionTests.test_generator_leaking4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_leaking__test.test_exceptions.ExceptionTests.test_generator_leaking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_next_cleanup_exc_state__test.test_exceptions.ExceptionTests.test_generator_next_cleanup_exc_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_send_cleanup_exc_state__test.test_exceptions.ExceptionTests.test_generator_send_cleanup_exc_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_throw_cleanup_exc_state__test.test_exceptions.ExceptionTests.test_generator_throw_cleanup_exc_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generator_with_line__test.test_monitoring.LineMonitoringTest.test_generator_with_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generatorexp__test.test_ast.test_ast.ASTValidatorTests.test_generatorexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic__test.test_type_aliases.TypeAliasConstructorTest.test_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic__test.test_typing.NamedTupleTests.test_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_futures.CFutureTests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_futures.PyFutureTests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_queues.QueueBasicTests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_alias__test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_dataclasses__test.test_dataclasses.TestCase.test_generic_dataclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_dynamic__test.test_dataclasses.TestCase.test_generic_dynamic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_errors__test.test_typing.GenericTests.test_generic_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_extending__test.test_dataclasses.TestCase.test_generic_extending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_forward_ref__test.test_typing.GenericTests.test_generic_forward_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_hashes__test.test_typing.GenericTests.test_generic_hashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_inheritance__test.test_typing.TypedDictTests.test_generic_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_pep585_forward_ref__test.test_typing.GenericTests.test_generic_pep585_forward_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_pep695__test.test_typing.NamedTupleTests.test_generic_pep695_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_protocols_eq__test.test_typing.ProtocolTests.test_generic_protocols_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_protocols_repr__test.test_typing.ProtocolTests.test_generic_protocols_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_protocols_special_from_generic__test.test_typing.ProtocolTests.test_generic_protocols_special_from_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_protocols_special_from_protocol__test.test_typing.ProtocolTests.test_generic_protocols_special_from_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_subclass__test.test_genericalias.BaseTest.test_generic_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_generic_subclass_checks__test.test_typing.GenericTests.test_generic_subclass_checks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_genericalias_dir__test.test_typing.SpecialAttrsTests.test_genericalias_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_genexpr_only_calls_dunder_iter_once__test.test_generators.GeneratorTest.test_genexpr_only_calls_dunder_iter_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_genexps__test.test_grammar.GrammarTests.test_genexps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_genfunc__test.test_types.CoroutineTests.test_genfunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_genops__test.test_pickletools.GenopsTests.test_genops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getTestCaseNames__inheritance__test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getTestCaseNames__no_tests__test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getTestCaseNames__not_a_TestCase__test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getTestCaseNames__test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getTestCaseNames__testNamePatterns__attribute_access_regression__test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns__attribute_access_regression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getTestCaseNames__testNamePatterns__test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_8bit_header__test.test_email.test_email.Test8BitBytesHandling.test_get_8bit_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_MM__test.test_mailbox.TestMaildir.test_get_MM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_ctypes.test_init.InitTest.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_dict.DictTest.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_dict.GeneralMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_dict.SubclassMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_frame.FrameLocalsProxyMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_httpservers.RequestHandlerLoggingTestCase.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_httpservers.SimpleHTTPServerTestCase.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_mailbox.TestBabyl.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_mailbox.TestMH.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_mailbox.TestMMDF.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_mailbox.TestMaildir.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_mailbox.TestMbox.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_ordered_dict.CPythonGeneralMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_ordered_dict.CPythonSubclassMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_ordered_dict.PurePythonGeneralMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_ordered_dict.PurePythonSubclassMappingTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_os.EnvironTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_pickle.CUnpicklerTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_pickle.InMemoryPickleTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_pickle.PyUnpicklerTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_pickletools.DisTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto0File_dumbShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto0File_gnuShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto0File_ndbmShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto0File_sqlite3Shelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto0MemShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto1File_dumbShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto1File_gnuShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto1File_ndbmShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto1File_sqlite3Shelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto1MemShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto2File_dumbShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto2File_gnuShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto2File_ndbmShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto2File_sqlite3Shelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto2MemShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto3File_dumbShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto3File_gnuShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto3File_ndbmShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto3File_sqlite3Shelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto3MemShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto4File_dumbShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto4File_gnuShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto4File_ndbmShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto4File_sqlite3Shelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto4MemShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto5File_dumbShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto5File_gnuShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto5File_ndbmShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto5File_sqlite3Shelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_shelve.TestProto5MemShelve.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_types.MappingProxyTests.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_userdict.UserDictTest.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_weakref.WeakKeyDictionaryTestCase.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_weakref.WeakValueDictionaryTestCase.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get__test.test_webbrowser.ImportTest.test_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_dot_atom__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_dot_atom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_multiple_domains__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_multiple_domains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_normal__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_quoted_strings_in_atom_list__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_quoted_strings_in_atom_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_with_doamin_literal__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_doamin_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_addr_spec_with_qouoted_string_and_cfws__test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_qouoted_string_and_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_complex__test.test_email.test__header_value_parser.TestParser.test_get_address_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_empty_group__test.test_email.test__header_value_parser.TestParser.test_get_address_empty_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_address_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_group__test.test_email.test__header_value_parser.TestParser.test_get_address_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_invalid_mailbox_invalid__test.test_email.test__header_value_parser.TestParser.test_get_address_invalid_mailbox_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_CFWS__test.test_email.test__header_value_parser.TestParser.test_get_address_list_CFWS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_group_and_mailboxes__test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_and_mailboxes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_group_empty__test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_group_simple__test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_mailboxes_complex__test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_mailboxes_invalid_addresses__test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_invalid_addresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_mailboxes_simple__test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_list_mailboxes_two_simple__test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_two_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_quoted_local_part__test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_quoted_strings_in_atom_list__test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_strings_in_atom_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_rfc2047_display_name__test.test_email.test__header_value_parser.TestParser.test_get_address_rfc2047_display_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_address_simple__test.test_email.test__header_value_parser.TestParser.test_get_address_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConfigParserTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConfigParserTestCaseNoValue.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.ConvertersTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.CopyTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.MultilineValuesTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.RawConfigParserTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.SortedTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_after_duplicate_option_error__test.test_configparser.StrictTestCase.test_get_after_duplicate_option_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_all__test.test_email.test_email.TestMessageAPI.test_get_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_all__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_get_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_all__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_get_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_all__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_all_with_8bit_headers__test.test_email.test_email.Test8BitBytesHandling.test_get_all_with_8bit_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_and_set_scheduler_and_param__test.test_posix.PosixTester.test_get_and_set_scheduler_and_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_empty__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_empty_raise__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_internal_cfws__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_internal_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_left_angle_only_raise__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_left_angle_only_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_missing_closing_angle__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_missing_closing_angle_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_no_angle_before_special_raises__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_before_special_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_no_angle_raise__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_no_angle_raises__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_obs_route__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_obs_route_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_qs_and_domain_literal__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_and_domain_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_qs_only_quotes__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_only_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_simple__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_special_after_angle_raises__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_special_after_angle_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_angle_addr_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_annotations_with_stock_annotations__test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stock_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_annotations_with_stringized_annotations__test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stringized_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_argc_argv__test.test_embed.InitConfigTests.test_get_argc_argv__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_args__test.test_typing.GetUtilitiesTestCase.test_get_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atext_all_atext__test.test_email.test__header_value_parser.TestParser.test_get_atext_all_atext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atext_following_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_atext_following_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atext_non_printables__test.test_email.test__header_value_parser.TestParser.test_get_atext_non_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atext_only__test.test_email.test__header_value_parser.TestParser.test_get_atext_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atext_two_words_gets_first__test.test_email.test__header_value_parser.TestParser.test_get_atext_two_words_gets_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atext_up_to_special__test.test_email.test__header_value_parser.TestParser.test_get_atext_up_to_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_atom_ends_at_noncfws__test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_noncfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_atom_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_header_ends_in_comment__test.test_email.test__header_value_parser.TestParser.test_get_atom_header_ends_in_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_no_atom__test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_no_atom_before_special__test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom_before_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_non_printable_in_atext__test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_atext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_non_printable_in_comment__test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_only__test.test_email.test__header_value_parser.TestParser.test_get_atom_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_rfc2047_atom__test.test_email.test__header_value_parser.TestParser.test_get_atom_rfc2047_atom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_with_comments_and_wsp__test.test_email.test__header_value_parser.TestParser.test_get_atom_with_comments_and_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_with_multiple_comments__test.test_email.test__header_value_parser.TestParser.test_get_atom_with_multiple_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_atom_with_wsp__test.test_email.test__header_value_parser.TestParser.test_get_atom_with_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_attribute__test.test_support.TestSupport.test_get_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_empty_quotes__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_empty_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_end_dquote_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_end_dquote_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_following_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_following_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_missing_endquotes__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_missing_endquotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_multiple_words__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_multiple_words_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_must_start_with_dquote__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_must_start_with_dquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_no_end_dquote__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_no_end_dquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_non_printables__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_non_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_only__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_only_quotes__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bare_quoted_string_quoted_dquote__test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_quoted_dquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_basic_interpolation__test.test_configparser.ExceptionContextTestCase.test_get_basic_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_empty_message__test.test_email.test_message.TestEmailMessage.test_get_body_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_empty_message__test.test_email.test_message.TestMIMEPart.test_get_body_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_encoding_with_bogus_charset__test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_bogus_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_encoding_with_uppercase_charset__test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_uppercase_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_html_text_attachment_inline_mixed__test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_html_text_attachment_inline_mixed__test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_html_text_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_html_text_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_message_rfc822__test.test_email.test_message.TestEmailMessage.test_get_body_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_message_rfc822__test.test_email.test_message.TestMIMEPart.test_get_body_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mime_non_text__test.test_email.test_message.TestEmailMessage.test_get_body_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mime_non_text__test.test_email.test_message.TestMIMEPart.test_get_body_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_alternative_plain_related__test.test_email.test_message.TestEmailMessage.test_get_body_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_alternative_plain_related__test.test_email.test_message.TestMIMEPart.test_get_body_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_related_alternative_plain_html__test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_related_alternative_plain_html__test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_text_message_rfc822__test.test_email.test_message.TestEmailMessage.test_get_body_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_mixed_text_message_rfc822__test.test_email.test_message.TestMIMEPart.test_get_body_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_non_mime_plain__test.test_email.test_message.TestEmailMessage.test_get_body_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_non_mime_plain__test.test_email.test_message.TestMIMEPart.test_get_body_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_plain_html_alternative__test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_plain_html_alternative__test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_plain_html_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_plain_html_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_plain_html_mixed__test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_plain_html_mixed__test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_related__test.test_email.test_message.TestEmailMessage.test_get_body_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_related__test.test_email.test_message.TestMIMEPart.test_get_body_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_related_with_start__test.test_email.test_message.TestEmailMessage.test_get_body_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_body_related_with_start__test.test_email.test_message.TestMIMEPart.test_get_body_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_boundary__test.test_email.test_email.TestMessageAPI.test_get_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_buffer_error__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_buffer_zerosized__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_zerosized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_builtin_constructor__test.test_hashlib.HashLibTestCase.test_get_builtin_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes__test.test_mailbox.TestBabyl.test_get_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes__test.test_mailbox.TestMH.test_get_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes__test.test_mailbox.TestMMDF.test_get_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes__test.test_mailbox.TestMaildir.test_get_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes__test.test_mailbox.TestMbox.test_get_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes_from__test.test_mailbox.TestMMDF.test_get_bytes_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_bytes_from__test.test_mailbox.TestMbox.test_get_bytes_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_ca_certs__test.test_ssl.ContextTests.test_get_ca_certs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cancel_drop_many_pending_readers__test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_many_pending_readers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cancel_drop_one_pending_reader__test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_one_pending_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cancelled_race__test.test_asyncio.test_queues.QueueGetTests.test_get_cancelled_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_ends_at_non_leader__test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_leader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_ends_at_non_printable__test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_printable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_header_ends_in_comment__test.test_email.test__header_value_parser.TestParser.test_get_cfws_header_ends_in_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_multiple_nested_comments__test.test_email.test__header_value_parser.TestParser.test_get_cfws_multiple_nested_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_non_printable_in_comment__test.test_email.test__header_value_parser.TestParser.test_get_cfws_non_printable_in_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_only_comment__test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_only_mixed__test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_cfws_only_ws__test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_charsets__test.test_email.test_email.TestMessageAPI.test_get_charsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_child_watcher_after_set__test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_after_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_child_watcher_thread__test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_children__test.test_logging.ChildLoggerTest.test_get_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_ciphers__test.test_ssl.ContextTests.test_get_ciphers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_clock_info__test.test_time.TimeTestCase.test_get_clock_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_ImportError__test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_ImportError__test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_None__test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_None__test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_no_path__test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_no_path__test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_is_None__test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_is_None__test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_is_None__test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_is_None__test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_not_found__test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_not_found__test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_not_found__test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_code_source_not_found__test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_empty_comment__test.test_email.test__header_value_parser.TestParser.test_get_comment_empty_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_end_paren_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_comment_end_paren_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_following_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_comment_following_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_missing_end_of_nesting__test.test_email.test__header_value_parser.TestParser.test_get_comment_missing_end_of_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_multiple_nesting__test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_multiple_words__test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_multiple_words_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_must_start_with_paren__test.test_email.test__header_value_parser.TestParser.test_get_comment_must_start_with_paren_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_nested_comment__test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_nested_comment_wsp__test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_no_end_paren__test.test_email.test__header_value_parser.TestParser.test_get_comment_no_end_paren_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_non_printable__test.test_email.test__header_value_parser.TestParser.test_get_comment_non_printable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_only__test.test_email.test__header_value_parser.TestParser.test_get_comment_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_qs_in_nested_comment__test.test_email.test__header_value_parser.TestParser.test_get_comment_qs_in_nested_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_comment_quoted_parens__test.test_email.test__header_value_parser.TestParser.test_get_comment_quoted_parens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_config__test.test_capi.test_misc.InterpreterConfigTests.test_get_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_config__test.test_interpreters.test_api.LowLevelTests.test_get_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_config_h_filename__test.test_sysconfig.TestSysConfig.test_get_config_h_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_config_vars__test.test_sysconfig.TestSysConfig.test_get_config_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_constant__test.test_capi.test_object.GetConstantTest.test_get_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_constant_borrowed__test.test_capi.test_object.GetConstantTest.test_get_constant_borrowed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_default_cm_comes_from_policy__test.test_email.test_message.TestEmailMessage.test_get_content_default_cm_comes_from_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_default_cm_comes_from_policy__test.test_email.test_message.TestMIMEPart.test_get_content_default_cm_comes_from_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_disposition__test.test_email.test_email.TestMessageAPI.test_get_content_disposition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_key_full_type__test.test_email.test_contentmanager.TestContentManager.test_get_content_key_full_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_key_maintype_only__test.test_email.test_contentmanager.TestContentManager.test_get_content_key_maintype_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_key_null_key__test.test_email.test_contentmanager.TestContentManager.test_get_content_key_null_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_key_order_full_type__test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_full_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_key_order_maintype_only__test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_maintype_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_key_order_null_key__test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_null_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_error__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_from_message_explicit__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_from_message_implicit__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_from_message_text_plain_explicit__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_from_message_text_plain_implicit__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_missing__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_maintype_missing_with_default_type__test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing_with_default_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_raises_if_unknown_mimetype_and_no_default__test.test_email.test_contentmanager.TestContentManager.test_get_content_raises_if_unknown_mimetype_and_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_error__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_from_message_explicit__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_from_message_implicit__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_from_message_text_plain_explicit__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_from_message_text_plain_implicit__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_missing__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_subtype_missing_with_default_type__test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing_with_default_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_from_message_explicit__test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_from_message_implicit__test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_from_message_text_plain_explicit__test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_from_message_text_plain_implicit__test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_missing__test.test_email.test_email.TestMessageAPI.test_get_content_type_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_missing_with_default_type__test.test_email.test_email.TestMessageAPI.test_get_content_type_missing_with_default_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_type_with_8bit__test.test_email.test_email.Test8BitBytesHandling.test_get_content_type_with_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_with_cm__test.test_email.test_message.TestEmailMessage.test_get_content_with_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_content_with_cm__test.test_email.test_message.TestMIMEPart.test_get_content_with_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_context__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_coro__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_count__test.test_gc.GCTests.test_get_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_css__test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_get_css_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_current__test.test_interpreters.test_api.LowLevelTests.test_get_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_data__test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_data__test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_decoded_payload__test.test_email.test_email.TestMessageAPI.test_get_decoded_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_decoded_uu_payload__test.test_email.test_email.TestMessageAPI.test_get_decoded_uu_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_default__test.test_argparse.TestGetDefault.test_get_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_default_child_watcher__test.test_asyncio.test_unix_events.PolicyTests.test_get_default_child_watcher_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_default_scheme__test.test_sysconfig.TestSysConfig.test_get_default_scheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_default_verify_paths__test.test_ssl.BasicSocketTests.test_get_default_verify_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_complex1__test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_complex2__test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_ending_with_obsolete__test.test_email.test__header_value_parser.TestParser.test_get_display_name_ending_with_obsolete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_for_invalid_address_field__test.test_email.test__header_value_parser.TestParser.test_get_display_name_for_invalid_address_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_obsolete__test.test_email.test__header_value_parser.TestParser.test_get_display_name_obsolete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_pharse_must_start_with_word__test.test_email.test__header_value_parser.TestParser.test_get_display_name_pharse_must_start_with_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_display_name_simple__test.test_email.test__header_value_parser.TestParser.test_get_display_name_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_docstring__test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_docstring__test.test_ast.test_ast.ConstantTests.test_get_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_docstring_none__test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_domain_literal_only__test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_domain_literal_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_domain_literal_with_cfws_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_domain_with_cfws_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_with_cfws_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_empty_raises__test.test_email.test__header_value_parser.TestParser.test_get_domain_empty_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_literal_bad_dtext_char_before_special_raises__test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_bad_dtext_char_before_special_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_literal_no_start_char_before_special_raises__test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_before_special_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_literal_no_start_char_raises__test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_literal_only__test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_literal_with_internal_ws__test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_internal_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_literal_with_surrounding_cfws__test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_surrounding_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_no_atom_raises__test.test_email.test__header_value_parser.TestParser.test_get_domain_no_atom_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_no_non_cfws_raises__test.test_email.test__header_value_parser.TestParser.test_get_domain_no_non_cfws_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_obsolete__test.test_email.test__header_value_parser.TestParser.test_get_domain_obsolete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_regular_domain_only__test.test_email.test__header_value_parser.TestParser.test_get_domain_regular_domain_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_domain_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_domain_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_leading_dot_raises__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_leading_dot_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_no_atom_raises__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_no_atom_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_only__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_rfc2047_atom__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_rfc2047_atom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_space_ends_dot_atom__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_space_ends_dot_atom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text_lone_atom_is_valid__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_lone_atom_is_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text_raises_on_leading_dot__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text_raises_on_leading_non_atext__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_non_atext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text_raises_on_trailing_dot__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_trailing_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text_trailing_text_preserved__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_text_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_text_trailing_ws_preserved__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_ws_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_trailing_dot_raises__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_trailing_dot_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_two_dots_raises__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_two_dots_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_with_comments_and_wsp__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_comments_and_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dot_atom_with_wsp__test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_all_dtext__test.test_email.test__header_value_parser.TestParser.test_get_dtext_all_dtext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_close_bracket_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_close_bracket_only__test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_empty__test.test_email.test__header_value_parser.TestParser.test_get_dtext_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_following_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_dtext_following_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_non_printables__test.test_email.test__header_value_parser.TestParser.test_get_dtext_non_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_only__test.test_email.test__header_value_parser.TestParser.test_get_dtext_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_open_bracket_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_open_bracket_only__test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_two_words_gets_first__test.test_email.test__header_value_parser.TestParser.test_get_dtext_two_words_gets_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_up_to_close_bracket_only__test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_close_bracket_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_up_to_open_bracket_only__test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_open_bracket_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_with_qp__test.test_email.test__header_value_parser.TestParser.test_get_dtext_with_qp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_wsp_before_close_bracket_preserved__test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_close_bracket_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_dtext_wsp_before_open_bracket_preserved__test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_open_bracket_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_eight_char_str__test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_gets_first__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_gets_first_even_if_no_space__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first_even_if_no_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_internal_spaces__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_internal_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_invalid_cte__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_invalid_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_lang_default_is_blank__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_lang_default_is_blank_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_leading_internal_space__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_leading_internal_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_missing_end_raises__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_end_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_missing_middle_raises__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_middle_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_missing_start_raises__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_start_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_non_printable_defect__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_non_printable_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_quopri_utf_escape_follows_cte__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_quopri_utf_escape_follows_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_sets_extra_attributes__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_sets_extra_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_encoded_word_valid_ew__test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_valid_ew_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop__test.test_asyncio.test_events.PolicyTests.test_get_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_after_set_none__test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_calls_set_event_loop__test.test_asyncio.test_events.PolicyTests.test_get_event_loop_calls_set_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_new_process__test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_new_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_new_process__test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_new_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_policy__test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_returns_running_loop2__test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_returns_running_loop2__test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_returns_running_loop__test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_returns_running_loop__test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_event_loop_thread__test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_exec_path__test.test_os.EnvironTests.test_get_exec_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_extended_interpolation__test.test_configparser.ExceptionContextTestCase.test_get_extended_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_extra_info__test.test_asyncio.test_transports.TransportTests.test_get_extra_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_extra_info_on_closed_connection__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file__test.test_mailbox.TestBabyl.test_get_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file__test.test_mailbox.TestMH.test_get_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file__test.test_mailbox.TestMMDF.test_get_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file__test.test_mailbox.TestMaildir.test_get_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file__test.test_mailbox.TestMbox.test_get_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file_can_be_closed_twice__test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file_can_be_closed_twice__test.test_mailbox.TestMH.test_get_file_can_be_closed_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file_can_be_closed_twice__test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file_can_be_closed_twice__test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_file_can_be_closed_twice__test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_filename_API__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_filename_API__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_filename_API__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_filename__test.test_email.test_email.TestMessageAPI.test_get_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_filename_with_name_parameter__test.test_email.test_email.TestMessageAPI.test_get_filename_with_name_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_fips_mode__test.test_hashlib.HashLibTestCase.test_get_fips_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_flags__test.test_mailbox.TestMaildir.test_get_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_folder__test.test_mailbox.TestMH.test_get_folder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_folder__test.test_mailbox.TestMaildir.test_get_folder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_full_url__test.test_urllib2.RequestTests.test_get_full_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_fws_only__test.test_email.test__header_value_parser.TestParser.test_get_fws_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_fws_space__test.test_email.test__header_value_parser.TestParser.test_get_fws_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_fws_ws_run__test.test_email.test__header_value_parser.TestParser.test_get_fws_ws_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_cfws_only__test.test_email.test__header_value_parser.TestParser.test_get_group_cfws_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_empty__test.test_email.test__header_value_parser.TestParser.test_get_group_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_list_cfws_only__test.test_email.test__header_value_parser.TestParser.test_get_group_list_cfws_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_list_comment_only_invalid__test.test_email.test__header_value_parser.TestParser.test_get_group_list_comment_only_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_list_mailbox_list__test.test_email.test__header_value_parser.TestParser.test_get_group_list_mailbox_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_list_obs_group_list__test.test_email.test__header_value_parser.TestParser.test_get_group_list_obs_group_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_missing_final_semicol__test.test_email.test__header_value_parser.TestParser.test_get_group_missing_final_semicol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_mixed_list__test.test_email.test__header_value_parser.TestParser.test_get_group_mixed_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_null_addr_spec__test.test_email.test__header_value_parser.TestParser.test_get_group_null_addr_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_one_invalid__test.test_email.test__header_value_parser.TestParser.test_get_group_one_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_group_single_mailbox__test.test_email.test__header_value_parser.TestParser.test_get_group_single_mailbox_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_host__test.test_urllib2.RequestTests.test_get_host_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_host_info__test.test_xmlrpc.XMLRPCTestCase.test_get_host_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_host_unquote__test.test_urllib2.RequestTests.test_get_host_unquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_identifiers__test.test_string.TestTemplate.test_get_identifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_importer_avoids_emulation__test.test_pkgutil.ImportlibMigrationTests.test_get_importer_avoids_emulation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_incomplete_frame__test.test_embed.AuditingTests.test_get_incomplete_frame__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_info__test.test_mailbox.TestMaildir.test_get_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_inheritable_cloexec__test.test_os.FDInheritanceTests.test_get_inheritable_cloexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_inheritable_cloexec__test.test_socket.InheritanceTest.test_get_inheritable_cloexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_key__test.test_selectors.DefaultSelectorTestCase.test_get_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_key__test.test_selectors.DevpollSelectorTestCase.test_get_key__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_key__test.test_selectors.EpollSelectorTestCase.test_get_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_key__test.test_selectors.KqueueSelectorTestCase.test_get_key__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_key__test.test_selectors.PollSelectorTestCase.test_get_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_key__test.test_selectors.SelectSelectorTestCase.test_get_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_keyword_args__test.test_xml_etree.BasicElementTest.test_get_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_keyword_args__test.test_xml_etree_c.BasicElementTest.test_get_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_level_names_mapping__test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loader_None_in_sys_modules__test.test_pkgutil.ImportlibMigrationTests.test_get_loader_None_in_sys_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loader_handles_missing_loader_attribute__test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_loader_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loader_handles_missing_spec_attribute__test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_spec_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loader_handles_spec_attribute_none__test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_spec_attribute_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loader_is_deprecated__test.test_pkgutil.ImportlibMigrationTests.test_get_loader_is_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_events_uninitialized__test.test_monitoring.TestUninitialized.test_get_local_events_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_complex_obsolete_1__test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_complex_obsolete_invalid__test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_double_dot_raises__test.test_email.test__header_value_parser.TestParser.test_get_local_part_double_dot_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_empty_raises__test.test_email.test__header_value_parser.TestParser.test_get_local_part_empty_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_leading_dot__test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_leading_dot_after_ws__test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot_after_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_no_part_raises__test.test_email.test__header_value_parser.TestParser.test_get_local_part_no_part_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_quoted_strings_in_atom_list__test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_strings_in_atom_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_quoted_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_quoted_with_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_simple__test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_simple_obsolete__test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_obsolete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_simple_quoted__test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_quoted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_special_instead_raises__test.test_email.test__header_value_parser.TestParser.test_get_local_part_special_instead_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_trailing_dot__test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_trailing_dot_with_ws__test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot_with_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_unicode_defect__test.test_email.test__header_value_parser.TestParser.test_get_local_part_unicode_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_valid_and_invalid_qp_in_atom_list__test.test_email.test__header_value_parser.TestParser.test_get_local_part_valid_and_invalid_qp_in_atom_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_with_dot__test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_with_quoted_dot__test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_quoted_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_local_part_with_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loop__test.test_asyncio.test_events.TestAbstractServer.test_get_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_loop__test.test_asyncio.test_events.TestServer.test_get_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_addr_spec_only__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_addr_spec_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_angle_addr_only__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_angle_addr_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_empty_list_element__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_empty_list_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_junk_after_valid_address__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_junk_after_valid_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_only_empty_elements__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_only_empty_elements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_single_addr__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_single_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_two_complex__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_two_name_addr__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_name_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_two_simple_addr__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_simple_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_list_unparseable_mailbox_null__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_unparseable_mailbox_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_name_addr__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_name_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_mailbox_quoted_strings_in_atom_list__test.test_email.test__header_value_parser.TestParser.test_get_mailbox_quoted_strings_in_atom_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_main__test.test_interpreters.test_api.LowLevelTests.test_get_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_makefile_filename__test.test_sysconfig.MakefileTests.test_get_makefile_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_map__test.test_selectors.DefaultSelectorTestCase.test_get_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_map__test.test_selectors.DevpollSelectorTestCase.test_get_map__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_map__test.test_selectors.EpollSelectorTestCase.test_get_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_map__test.test_selectors.KqueueSelectorTestCase.test_get_map__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_map__test.test_selectors.PollSelectorTestCase.test_get_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_map__test.test_selectors.SelectSelectorTestCase.test_get_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message__test.test_mailbox.TestBabyl.test_get_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message__test.test_mailbox.TestMH.test_get_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message__test.test_mailbox.TestMMDF.test_get_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message__test.test_mailbox.TestMaildir.test_get_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message__test.test_mailbox.TestMbox.test_get_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message_non_rfc822_or_external_body_yields_bytes__test.test_email.test_contentmanager.TestRawDataManager.test_get_message_non_rfc822_or_external_body_yields_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_message_rfc822_and_external_body__test.test_email.test_contentmanager.TestRawDataManager.test_get_message_rfc822_and_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_module_bad_def__test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_module_static_in_mro__test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_empty__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_empty_id_left__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_left_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_empty_id_right__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_right_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_invalid_expected_msg_id_not_found__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_invalid_expected_msg_id_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_no_angle_end__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_no_angle_start__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_no_id_right__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_no_id_right_part__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_non_folding_literal_domain__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_non_folding_literal_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_obsolete_domain_part__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_domain_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_obsolete_local__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_valid__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_with_brackets__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_with_brackets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_msg_id_ws_only_local__test.test_email.test__header_value_parser.TestParser.test_get_msg_id_ws_only_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_angle_addr_only__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_angle_addr_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_atom_name__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_atom_name_with_cfws__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name_with_cfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_empty_raises__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_empty_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_ending_with_dot_without_space__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ending_with_dot_without_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_ends_at_special__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ends_at_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_name_with_cfws_and_dots__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_name_with_cfws_and_dots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_no_angle_after_display_name_raises__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_angle_after_display_name_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_no_content_before_special_raises__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_before_special_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_no_content_raises__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_qs_name__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_qs_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_starting_with_dot__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_starting_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_addr_with_route__test.test_email.test__header_value_parser.TestParser.test_get_name_addr_with_route_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_name_from_path__test.test_unittest.test_discovery.TestDiscovery.test_get_name_from_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_non_code__test.test_code.CoExtra.test_get_non_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_non_text__test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_non_text_invalid_keyword__test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text_invalid_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_nowait__test.test_interpreters.test_queues.TestQueueOps.test_get_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_object_traceback__test.test_tracemalloc.TestTracemallocEnabled.test_get_object_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_objects__test.test_gc.GCTests.test_get_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_objects_arguments__test.test_gc.GCTests.test_get_objects_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_objects_during_gc__test.test_gc.GCTests.test_get_objects_during_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_objects_generations__test.test_gc.GCTests.test_get_objects_generations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_complex__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_no_domain_after_at_raises2__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_no_domain_after_at_raises__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_no_route_before_end_raises2__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_no_route_before_end_raises__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_no_route_before_special_raises2__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_no_route_before_special_raises__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_obs_route_simple__test.test_email.test__header_value_parser.TestParser.test_get_obs_route_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_only__test.test_bisect.TestErrorHandlingC.test_get_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_only__test.test_bisect.TestErrorHandlingPython.test_get_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_only_proxy__test.test_unittest.testmock.testpatch.PatchTest.test_get_only_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_option__test.test_optparse.TestOptionParser.test_get_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_option_equals__test.test_optparse.TestOptionParser.test_get_option_equals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_origin__test.test_typing.GetUtilitiesTestCase.test_get_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_origin__test.test_typing.NeverTests.test_get_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_origin__test.test_typing.NoReturnTests.test_get_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_original_bases__test.test_types.ClassCreationTests.test_get_original_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_original_stdout__test.test_support.TestSupport.test_get_original_stdout__'failing_buildbots'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_param__test.test_email.test_email.TestMessageAPI.test_get_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_param__test.test_email.test_email.TestRFC2231.test_get_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_param_funky_continuation_lines__test.test_email.test_email.TestMessageAPI.test_get_param_funky_continuation_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_param_liberal__test.test_email.test_email.TestMessageAPI.test_get_param_liberal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_param_with_quotes__test.test_email.test_email.TestMessageAPI.test_get_param_with_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_param_with_semis_in_quotes__test.test_email.test_email.TestMessageAPI.test_get_param_with_semis_in_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_params__test.test_email.test_email.TestMessageAPI.test_get_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_params_with_8bit__test.test_email.test_email.Test8BitBytesHandling.test_get_params_with_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_path__test.test_site.HelperFunctionsTests.test_get_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_path__test.test_sysconfig.TestSysConfig.test_get_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_path_names__test.test_sysconfig.TestSysConfig.test_get_path_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_paths__test.test_sysconfig.TestSysConfig.test_get_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_payload_n_raises_on_non_multipart__test.test_email.test_email.TestMessageAPI.test_get_payload_n_raises_on_non_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_payload_with_8bit_cte_header__test.test_email.test_email.Test8BitBytesHandling.test_get_payload_with_8bit_cte_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_phrase_complex__test.test_email.test__header_value_parser.TestParser.test_get_phrase_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_phrase_ending_with_obsolete__test.test_email.test__header_value_parser.TestParser.test_get_phrase_ending_with_obsolete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_phrase_obsolete__test.test_email.test__header_value_parser.TestParser.test_get_phrase_obsolete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_phrase_pharse_must_start_with_word__test.test_email.test__header_value_parser.TestParser.test_get_phrase_pharse_must_start_with_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_phrase_simple__test.test_email.test__header_value_parser.TestParser.test_get_phrase_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_platform__test.test_sysconfig.TestSysConfig.test_get_platform_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_platform_osx__test.test__osx_support.Test_OSXSupport.test_get_platform_osx__'requires_OS_X'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_preferred_schemes__test.test_sysconfig.TestSysConfig.test_get_preferred_schemes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_property__test.test_property.PropertyUnreachableAttributeNoName.test_get_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_property__test.test_property.PropertyUnreachableAttributeWithName.test_get_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_protocol_members__test.test_typing.ProtocolTests.test_get_protocol_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_all_printables__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_all_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_close_paren_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_close_paren_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_empty__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_following_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_following_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_no_end_char__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_no_end_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_non_printables__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_non_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_only__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_two_words_gets_first__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_two_words_gets_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_up_to_dquote_only__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_up_to_dquote_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qcontent_wsp_before_close_paren_preserved__test.test_email.test__header_value_parser.TestParser.test_get_qcontent_wsp_before_close_paren_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_all_printables__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_all_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_close_paren_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_close_paren_only__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_following_wsp_preserved__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_following_wsp_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_no_end_char__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_no_end_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_non_printables__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_non_printables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_only__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_open_paren_mid_word__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_mid_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_open_paren_only__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_two_words_gets_first__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_two_words_gets_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_up_to_close_paren_only__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_close_paren_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_up_to_open_paren_only__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_open_paren_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_wsp_before_close_paren_preserved__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_close_paren_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_qp_ctext_wsp_before_open_paren_preserved__test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_open_paren_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_cfws_only_raises__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_cfws_only_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_header_ends_in_comment__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_header_ends_in_qcontent__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_qcontent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_internal_ws__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_internal_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_no_quoted_string__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_no_quoted_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_non_printable_in_comment__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_non_printable_in_qcontent__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_qcontent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_only__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_qs_ends_at_noncfws__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_qs_ends_at_noncfws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_with_comments_and_wsp__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_comments_and_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_with_multiple_comments__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_multiple_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_quoted_string_with_wsp__test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_wsp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_raises_on_multipart__test.test_email.test_contentmanager.TestRawDataManager.test_get_raises_on_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_recursion_depth__test.test_support.TestSupport.test_get_recursion_depth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_referents__test.test_gc.GCTests.test_get_referents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_referents_on_capsule__test.test_gc.GCTests.test_get_referents_on_capsule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_rfc2231_params_with_8bit__test.test_email.test_email.Test8BitBytesHandling.test_get_rfc2231_params_with_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_running_loop_already_running__test.test_asyncio.test_events.TestCGetEventLoop.test_get_running_loop_already_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_running_loop_already_running__test.test_asyncio.test_events.TestPyGetEventLoop.test_get_running_loop_already_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_scheme_names__test.test_sysconfig.TestSysConfig.test_get_scheme_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_server_certificate_ipv6__test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6__\"resource_'network'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_set__test.test_code.CoExtra.test_get_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_set_delete_proxy__test.test_unittest.testmock.testpatch.PatchTest.test_get_set_delete_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_set_inheritable__test.test_os.FDInheritanceTests.test_get_set_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_set_inheritable_badf__test.test_os.FDInheritanceTests.test_get_set_inheritable_badf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_set_inheritable_o_path__test.test_os.FDInheritanceTests.test_get_set_inheritable_o_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_set_optimizer__test.test_capi.test_opt.TestOptimizerAPI.test_get_set_optimizer__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_signal_name__test.test_regrtest.TestUtils.test_get_signal_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_slot_members__test.test_inspect.test_inspect.TestPredicates.test_get_slot_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source_encoding__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_source_encoding__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_sourcefile__test.test_import.GetSourcefileTests.test_get_sourcefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_sourcefile_bad_ext__test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_sourcefile_no_source__test.test_import.GetSourcefileTests.test_get_sourcefile_no_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stack__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_starttag_text__test.test_htmlparser.HTMLParserTestCase.test_get_starttag_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_statictype_slots__test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stats__test.test_gc.GCTests.test_get_stats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_stats_profile__test.test_pstats.StatsTestCase.test_get_stats_profile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string__test.test_mailbox.TestBabyl.test_get_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string__test.test_mailbox.TestMH.test_get_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string__test.test_mailbox.TestMMDF.test_get_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string__test.test_mailbox.TestMaildir.test_get_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string__test.test_mailbox.TestMbox.test_get_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string_from__test.test_mailbox.TestMMDF.test_get_string_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_string_from__test.test_mailbox.TestMbox.test_get_string_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_invalid_keyword__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_invalid_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain_bad_utf8_quoted_printable__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain_bad_utf8_quoted_printable_ignore_errors__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable_ignore_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain_latin1__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain_latin1_quoted_printable__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1_quoted_printable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain_utf8_base64__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_text_plain_utf8_base64_recoverable_bad_CTE_data__test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64_recoverable_bad_CTE_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_timeout__test.test_interpreters.test_queues.TestQueueOps.test_get_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_traced_memory__test.test_tracemalloc.TestTracemallocEnabled.test_get_traced_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_tracemalloc_memory__test.test_tracemalloc.TestTracemallocEnabled.test_get_tracemalloc_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_traces__test.test_tracemalloc.TestTracemallocEnabled.test_get_traces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_traces_intern_traceback__test.test_tracemalloc.TestTracemallocEnabled.test_get_traces_intern_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type__test.test_urllib2.RequestTests.test_get_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_dict__test.test_capi.test_misc.Test_testcapi.test_get_type_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_ClassVar__test.test_typing.GetTypeHintTests.test_get_type_hints_ClassVar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints__test.test_typing.NeverTests.test_get_type_hints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints__test.test_typing.NoReturnTests.test_get_type_hints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints__test.test_typing.TypedDictTests.test_get_type_hints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_annotated__test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_annotated_bad_module__test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_bad_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_annotated_in_union__test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_in_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_annotated_refs__test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_annotated_with_none_default__test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_with_none_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_bad_module__test.test_typing.GetTypeHintTests.test_get_type_hints_bad_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_classes__test.test_typing.GetTypeHintTests.test_get_type_hints_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_classes_no_implicit_optional__test.test_typing.GetTypeHintTests.test_get_type_hints_classes_no_implicit_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_classes_str_annotations__test.test_typing.GetTypeHintTests.test_get_type_hints_classes_str_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_collections_abc_callable__test.test_typing.GetTypeHintTests.test_get_type_hints_collections_abc_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_for_builtins__test.test_typing.GetTypeHintTests.test_get_type_hints_for_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_for_object_with_annotations__test.test_typing.GetTypeHintTests.test_get_type_hints_for_object_with_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_from_various_objects__test.test_typing.GetTypeHintTests.test_get_type_hints_from_various_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_generic__test.test_typing.TypedDictTests.test_get_type_hints_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_modules__test.test_typing.GetTypeHintTests.test_get_type_hints_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_modules_forwardref__test.test_typing.GetTypeHintTests.test_get_type_hints_modules_forwardref__'known_bug'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_get_type_hints_on_func_with_variadic_arg__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_get_type_hints_on_func_with_variadic_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_on_unpack_args__test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_on_unpack_args_string__test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_typeddict__test.test_typing.GetTypeHintTests.test_get_type_hints_typeddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_hints_wrapped_decoratored_func__test.test_typing.GetTypeHintTests.test_get_type_hints_wrapped_decoratored_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_type_name__test.test_capi.test_misc.CAPITest.test_get_type_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_ew_with_internal_leading_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_leading_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_ew_with_internal_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_ew_without_leading_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_leading_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_ew_without_trailing_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_trailing_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_invalid_base64_character__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_invalid_base64_character_and_bad_padding__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character_and_bad_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_invalid_base64_length__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_invalid_ew2__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_invalid_ew__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_invalid_ew_cte__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_leading_and_trailing_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_and_trailing_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_leading_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_missing_base64_padding__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_missing_base64_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_no_whitespace_between_ews__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_no_whitespace_between_ews_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_normal_phrase__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_normal_phrase_with_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase_with_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_null__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_one_ew_trailing_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_ew_trailing_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_one_valid_ew_no_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_no_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_one_valid_ew_trailing_text__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_trailing_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_one_word__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_phrase_with_ew_in_middle_of_text__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_in_middle_of_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_phrase_with_ew_with_leading_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_with_leading_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_phrase_with_two_ew__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_phrase_with_two_ew_extra_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_extra_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_phrase_with_two_ew_trailing_ws__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_trailing_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_trailing_whitespace__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_trailing_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_two_ew_extra_ws_trailing_text__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_two_ew_extra_ws_trailing_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_undecodable_bytes__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_undecodable_bytes_in_EW__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes_in_EW_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_unstructured_without_trailing_whitespace_hang_case__test.test_email.test__header_value_parser.TestParser.test_get_unstructured_without_trailing_whitespace_hang_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_with_putters__test.test_asyncio.test_queues.QueueGetTests.test_get_with_putters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_with_waiting_putters__test.test_asyncio.test_queues.QueueGetTests.test_get_with_waiting_putters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_without_put__test.test_pickletools.DisTests.test_get_without_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_word_all_CFWS__test.test_email.test__header_value_parser.TestParser.test_get_word_all_CFWS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_word_atom_yields_atom__test.test_email.test__header_value_parser.TestParser.test_get_word_atom_yields_atom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_word_ends_at_dot__test.test_email.test__header_value_parser.TestParser.test_get_word_ends_at_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_get_word_qs_yields_qs__test.test_email.test__header_value_parser.TestParser.test_get_word_qs_yields_qs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getaddresses__test.test_email.test_email.TestMiscellaneous.test_getaddresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getaddresses_nasty__test.test_email.test_email.TestMiscellaneous.test_getaddresses_nasty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getaddrinfo_int_port_overflow__test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getaddrinfo_ipv6_basic__test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getaddrinfo_ipv6_scopeid_numeric__test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric__'Numeric_scope_id_does_not_work_or_undocumented'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getaddrinfo_ipv6_scopeid_symbolic__test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getallocatedblocks__test.test_sys.SysModuleTest.test_getallocatedblocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getandroidapilevel__test.test_sys.SysModuleTest.test_getandroidapilevel__'Android_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getargs_empty__test.test_capi.test_getargs.Bytes_TestCase.test_getargs_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getargs_reset_static_parser__test.test_embed.EmbeddingTests.test_getargs_reset_static_parser__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getasyncgenlocals__test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getasyncgenlocals_empty__test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getasyncgenlocals_error__test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr__test.test_builtin.BuiltinTest.test_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr__test.test_re.ReTests.test_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_dunder__test.test_enum.TestSpecial.test_getattr_dunder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_error__test.test_zoneinfo.test_zoneinfo.CTestModule.test_getattr_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_error__test.test_zoneinfo.test_zoneinfo.TestModule.test_getattr_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_getitem__test.test_enum.TestSpecial.test_getattr_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_has_name_and_obj__test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_has_name_and_obj_for_method__test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_for_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_hooks__test.test_descr.ClassPropertiesAndMethods.test_getattr_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_do_not_trigger_for_big_dicts__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_do_not_trigger_for_big_dicts__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_do_not_trigger_for_long_attributes__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_do_not_trigger_for_long_attributes__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_for_same_name__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_for_same_name__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_invalid_args__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_invalid_args__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_no_args__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_no_args__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_underscored__test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_underscored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getattr_suggestions_underscored__test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_underscored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuf_fail__test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuf_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuf_fail__test.test_memoryview.ArrayMemorySliceTest.test_getbuf_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuf_fail__test.test_memoryview.ArrayMemoryviewTest.test_getbuf_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuf_fail__test.test_memoryview.BytesMemorySliceSliceTest.test_getbuf_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuf_fail__test.test_memoryview.BytesMemorySliceTest.test_getbuf_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuf_fail__test.test_memoryview.BytesMemoryviewTest.test_getbuf_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryio.CBytesIOTest.test_getbuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryio.PyBytesIOTest.test_getbuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuffer__'XXX_test_should_be_adapted_for_non-byte_buffers'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryview.ArrayMemorySliceTest.test_getbuffer__'XXX_test_should_be_adapted_for_non-byte_buffers'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryview.ArrayMemoryviewTest.test_getbuffer__'XXX_test_should_be_adapted_for_non-byte_buffers'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryview.BytesMemorySliceSliceTest.test_getbuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryview.BytesMemorySliceTest.test_getbuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer__test.test_memoryview.BytesMemoryviewTest.test_getbuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer_empty__test.test_memoryio.CBytesIOTest.test_getbuffer_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer_empty__test.test_memoryio.PyBytesIOTest.test_getbuffer_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer_gc_collect__test.test_memoryio.CBytesIOTest.test_getbuffer_gc_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getbuffer_gc_collect__test.test_memoryio.PyBytesIOTest.test_getbuffer_gc_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getclasses__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getclasses_interactive__test.test_inspect.test_inspect.TestGetsourceInteractive.test_getclasses_interactive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getclosurevars_empty__test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getclosurevars_error__test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getcode__test.test_urllib.urlopen_FileTests.test_getcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getcomments__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getcomments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getcoroutinelocals__test.test_inspect.test_inspect.TestGetCoroutineState.test_getcoroutinelocals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getcwd__test.test_os.MiscTests.test_getcwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getcwd_long_pathnames__test.test_posix.PosixTester.test_getcwd_long_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getcwdb__test.test_os.MiscTests.test_getcwdb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdata_filesys__test.test_pkgutil.PkgutilTests.test_getdata_filesys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdata_pep302__test.test_pkgutil.PkgutilPEP302Tests.test_getdata_pep302_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdata_zipfile__test.test_pkgutil.PkgutilTests.test_getdata_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdecoder__test.test_codecs.CodecsModuleTest.test_getdecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdefaultencoding__test.test_sys.SysModuleTest.test_getdefaultencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdoc__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getdoc_inherited__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getencoder__test.test_codecs.CodecsModuleTest.test_getencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getencoding__test.test_locale.TestMiscellaneous.test_getencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getencoding_fallback__test.test_locale.TestMiscellaneous.test_getencoding_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfile__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfile_broken_repr__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_broken_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfile_builtin_class__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfile_builtin_function_or_method__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_function_or_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfile_builtin_module__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfile_class_without_module__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_class_without_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfilesystemencoding__test.test_sys.SysModuleTest.test_getfilesystemencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfinalpathname_handles__test.test_os.Win32NtTests.test_getfinalpathname_handles__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getformat__test.test_float.FormatFunctionsTestCase.test_getformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfqdn_filter_localhost__test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getframe__test.test_sys.SysModuleTest.test_getframe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getframeinfo_get_first_line__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getframeinfo_get_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getframemodulename__test.test_sys.SysModuleTest.test_getframemodulename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec_builtin_func__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec_builtin_func_no_signature__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_no_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec_builtin_methods__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec_definition_order_preserved_on_kwonly__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_definition_order_preserved_on_kwonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec_signature_annos__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_annos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfullargspec_signature_attr__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getfunctions__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfunctions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getgeneratorlocals__test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getgeneratorlocals_empty__test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getgeneratorlocals_error__test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getgrouplist__test.test_posix.PosixTester.test_getgrouplist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getgroups__test.test_posix.PosixTester.test_getgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gethistoryfile__test.test_site.HelperFunctionsTests.test_gethistoryfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinfo__test.test_capi.test_float.CAPIFloatTest.test_getinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinitargs__test.test_pickle.CDumpPickle_LoadPickle.test_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinitargs__test.test_pickle.CPicklerTests.test_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinitargs__test.test_pickle.DumpPickle_CLoadPickle.test_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinitargs__test.test_pickle.InMemoryPickleTests.test_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinitargs__test.test_pickle.PyPicklerTests.test_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getinitargs__test.test_pickletools.OptimizedPickleTests.test_getinitargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.ByteTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.DoubleTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.FloatTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.IntTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.LongLongTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.LongTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.ShortTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UCS4Test.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UnicodeTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UnsignedByteTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UnsignedIntTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UnsignedLongLongTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UnsignedLongTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_array.UnsignedShortTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_deque.TestBasic.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_deque.TestSequence.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_dict.DictTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_dict.GeneralMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_dict.SubclassMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_frame.FrameLocalsProxyMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_index.OverflowTestCase.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_list.ListTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_mailbox.TestBabyl.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_mailbox.TestMH.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_mailbox.TestMMDF.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_mailbox.TestMaildir.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_mailbox.TestMbox.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_memoryview.ArrayMemorySliceSliceTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_memoryview.ArrayMemorySliceTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_memoryview.ArrayMemoryviewTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_memoryview.BytesMemorySliceSliceTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_memoryview.BytesMemorySliceTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_memoryview.BytesMemoryviewTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_operator.COperatorTestCase.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_operator.PyOperatorTestCase.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_ordered_dict.CPythonGeneralMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_ordered_dict.CPythonSubclassMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_ordered_dict.PurePythonGeneralMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_ordered_dict.PurePythonSubclassMappingTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_os.EnvironTests.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto0File_dumbShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto0File_gnuShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto0File_ndbmShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto0File_sqlite3Shelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto0MemShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto1File_dumbShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto1File_gnuShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto1File_ndbmShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto1File_sqlite3Shelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto1MemShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto2File_dumbShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto2File_gnuShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto2File_ndbmShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto2File_sqlite3Shelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto2MemShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto3File_dumbShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto3File_gnuShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto3File_ndbmShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto3File_sqlite3Shelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto3MemShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto4File_dumbShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto4File_gnuShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto4File_ndbmShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto4File_sqlite3Shelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto4MemShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto5File_dumbShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto5File_gnuShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto5File_ndbmShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto5File_sqlite3Shelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_shelve.TestProto5MemShelve.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_tuple.TupleTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_userdict.UserDictTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_userlist.UserListTest.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_weakref.WeakKeyDictionaryTestCase.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem__test.test_weakref.WeakValueDictionaryTestCase.test_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_error__test.test_bytes.ByteArrayTest.test_getitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_error__test.test_bytes.BytesTest.test_getitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_error__test.test_list.ListTest.test_getitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_error__test.test_tuple.TupleTest.test_getitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_error__test.test_userlist.UserListTest.test_getitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_knownhash__test.test_dict.CAPITest.test_getitem_knownhash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitem_with_error__test.test_capi.test_misc.CAPITest.test_getitem_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemoverwriteiter__test.test_deque.TestSequence.test_getitemoverwriteiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemoverwriteiter__test.test_list.ListTest.test_getitemoverwriteiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemoverwriteiter__test.test_tuple.TupleTest.test_getitemoverwriteiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemoverwriteiter__test.test_userlist.UserListTest.test_getitemoverwriteiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.EnumerateStartTestCase.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.EnumerateTestCase.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.SubclassTestCase.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.TestBig.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.TestEmpty.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.TestLongStart.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getitemseqn__test.test_enumerate.TestStart.test_getitemseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getline__test.test_linecache.BadUnicode_NoDeclaration.test_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getline__test.test_linecache.BadUnicode_WithDeclaration.test_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getline__test.test_linecache.EmptyFile.test_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getline__test.test_linecache.GoodUnicode.test_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getline__test.test_linecache.LineCacheTests.test_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getline__test.test_linecache.SingleEmptyLine.test_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getlines__test.test_linecache.BadUnicode_NoDeclaration.test_getlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getlines__test.test_linecache.BadUnicode_WithDeclaration.test_getlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getlines__test.test_linecache.EmptyFile.test_getlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getlines__test.test_linecache.GoodUnicode.test_getlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getlines__test.test_linecache.SingleEmptyLine.test_getlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getlogin__test.test_os.LoginTests.test_getlogin__'Skip_due_to_platform/environment_differences_on_*NIX_buildbots'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getmagicnumber__test.test_capi.test_import.ImportTests.test_getmagicnumber_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmagictag__test.test_capi.test_import.ImportTests.test_getmagictag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmax__test.test_capi.test_float.CAPIFloatTest.test_getmax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_VirtualAttribute__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_VirtualAttribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_custom_broken_dir__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_broken_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_custom_dir__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_custom_duplicated_dir__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_duplicated_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_descriptors__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_method__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_static__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmembers_with_buggy_dir__test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_with_buggy_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmin__test.test_capi.test_float.CAPIFloatTest.test_getmin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmodule__test.test_capi.test_import.ImportTests.test_getmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmodule__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmodule_file_not_found__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_file_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmodule_recursion__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getmoduledict__test.test_capi.test_import.ImportTests.test_getmoduledict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnameinfo__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnameinfo__test.test_socket.GeneralModuleTests.test_getnameinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnameinfo_ipv6_scopeid_numeric__test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric__'Numeric_scope_id_does_not_work_or_undocumented'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getnameinfo_ipv6_scopeid_symbolic__test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnewargs__test.test_complex.ComplexTest.test_getnewargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnewargs__test.test_str.StrTest.test_getnewargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnode__test.test_uuid.TestUUIDWithExtModule.test_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getnode__test.test_uuid.TestUUIDWithoutExtModule.test_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobj_getlock__test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_getobj_getlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobj_getlock__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_getobj_getlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobj_getlock__test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobj_getlock_obj__test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_getobj_getlock_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobj_getlock_obj__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_getobj_getlock_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobj_getlock_obj__test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getobjects__test.test_sys.SysModuleTest.test_getobjects__'need_sys.getobjects__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getopt__test.test_getopt.GetoptTests.test_getopt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getoutput__test.test_subprocess.MiscTests.test_getoutput_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getpager_with_stdin_none__test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getpath_abspath_win32__test.test_embed.InitConfigTests.test_getpath_abspath_win32__'specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getpeercert_enotconn__test.test_ssl.ThreadedTests.test_getpeercert_enotconn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getppid__test.test_os.PidTests.test_getppid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getpreferredencoding__test.test_locale.TestMiscellaneous.test_getpreferredencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getprofile__test.test_threading.ThreadTests.test_getprofile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getprofile_all_threads__test.test_threading.ThreadTests.test_getprofile_all_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getproxies_environment_keep_no_proxies__test.test_urllib.ProxyTests.test_getproxies_environment_keep_no_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getproxies_environment_prefer_lowercase__test.test_urllib.ProxyTests_withOrderedEnv.test_getproxies_environment_prefer_lowercase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandbits_2G_bits__test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_2G_bits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandbits_4G_bits__test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_4G_bits__'not_enough_memory:_1.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getrandbits__test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandbits__test.test_random.SystemRandom_TestBasicOps.test_getrandbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandom0__test.test_os.GetRandomTests.test_getrandom0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandom_nonblock__test.test_os.GetRandomTests.test_getrandom_nonblock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandom_random__test.test_os.GetRandomTests.test_getrandom_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandom_type__test.test_os.GetRandomTests.test_getrandom_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrandom_value__test.test_os.GetRandomTests.test_getrandom_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getreader__test.test_codecs.CodecsModuleTest.test_getreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrecursionlimit__test.test_sys.SysModuleTest.test_getrecursionlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getresgid__test.test_posix.PosixTester.test_getresgid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getresuid__test.test_posix.PosixTester.test_getresuid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getrusage__test.test_resource.ResourceTest.test_getrusage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getset_charset__test.test_email.test_email.TestMessageAPI.test_getset_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getset_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsetlocale_issue1813__test.test_locale.TestMiscellaneous.test_getsetlocale_issue1813__..._testing_with__'tr_TR',_'ISO8859-9'_..._skipped_\"setlocale_LC_CTYPE,__'tr_TR',_'ISO8859-9'___failed:_Error_'unsupported_locale_setting'_\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getsignal__test.test_signal.PosixTests.test_getsignal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsitepackages__test.test_site.HelperFunctionsTests.test_getsitepackages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsize__test.test_genericpath.TestGenericTest.test_getsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsize__test.test_ntpath.NtCommonTest.test_getsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsize__test.test_posixpath.PosixCommonTest.test_getsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.ByteTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.DoubleTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.FloatTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.IntTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.LongLongTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.LongTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.ShortTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UCS4Test.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UnicodeTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UnsignedByteTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UnsignedIntTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UnsignedLongLongTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UnsignedLongTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_array.UnsignedShortTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_bytes.ByteArrayTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_bytes.BytesTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_deque.TestSequence.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_list.ListTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_tuple.TupleTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice__test.test_userlist.UserListTest.test_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_cint__test.test_ctypes.test_slicing.SlicesTestCase.test_getslice_cint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_negative_steps__test.test_xml_etree.ElementSlicingTest.test_getslice_negative_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_negative_steps__test.test_xml_etree_c.ElementSlicingTest.test_getslice_negative_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_range__test.test_xml_etree.ElementSlicingTest.test_getslice_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_range__test.test_xml_etree_c.ElementSlicingTest.test_getslice_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_single_index__test.test_xml_etree.ElementSlicingTest.test_getslice_single_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_single_index__test.test_xml_etree_c.ElementSlicingTest.test_getslice_single_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_steps__test.test_xml_etree.ElementSlicingTest.test_getslice_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getslice_steps__test.test_xml_etree_c.ElementSlicingTest.test_getslice_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsockaddrarg__test.test_socket.GeneralModuleTests.test_getsockaddrarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource__test.test_inspect.test_inspect.TestRepl.test_getsource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_empty_file__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_on_class_code_object__test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_class_code_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_on_class_without_firstlineno__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_class_without_firstlineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_on_code_object__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_code_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_on_generated_class__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_generated_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_on_method__test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_reload__test.test_inspect.test_inspect.TestReload.test_getsource_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_stdlib_abc__test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_stdlib_collections_abc__test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_collections_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_stdlib_decimal__test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_stdlib_tomllib__test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_tomllib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsource_unwrap__test.test_inspect.test_inspect.TestDecorators.test_getsource_unwrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getsourcefile__test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsourcefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getstate__test.test_memoryio.CBytesIOTest.test_getstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getstate__test.test_memoryio.CStringIOTest.test_getstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getstate_exc__test.test_copy.TestCopy.test_getstate_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getstate_returns_expected_value__test.test_multibytecodec.Test_IncrementalEncoder.test_getstate_returns_expected_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gettarinfo_pathlike_name__test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gettarinfo_pathlike_name__test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gettarinfo_pathlike_name__test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gettarinfo_pathlike_name__test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getter_setter_round_trip__test.test_pyexpat.ReparseDeferralTest.test_getter_setter_round_trip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getting_field_calls_get__test.test_dataclasses.TestDescriptors.test_getting_field_calls_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getting_header__test.test_httplib.HTTPResponseTest.test_getting_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getting_header_defaultint__test.test_httplib.HTTPResponseTest.test_getting_header_defaultint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getting_nonexistent_header_with_iterable_default__test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getting_nonexistent_header_with_string_default__test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getting_nonexistent_header_without_default__test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gettrace__test.test_threading.ThreadTests.test_gettrace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gettrace_all_threads__test.test_threading.ThreadTests.test_gettrace_all_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_geturl__test.test_urllib.urlopen_DataTests.test_geturl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_geturl__test.test_urllib.urlopen_FileTests.test_geturl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_geturl__test.test_urllib2_localnet.TestUrlopen.test_geturl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getuserbase__test.test_site.HelperFunctionsTests.test_getuserbase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getusersitepackages__test.test_site.HelperFunctionsTests.test_getusersitepackages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getvalue__test.test_memoryio.CBytesIOTest.test_getvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getvalue__test.test_memoryio.CStringIOTest.test_getvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getvalue__test.test_memoryio.PyBytesIOTest.test_getvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getvalue__test.test_memoryio.PyStringIOTest.test_getvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getvar__test.test_frame.TestCAPI.test_getvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getweakrefcount__test.test_weakref.ReferencesTestCase.test_getweakrefcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getweakrefs__test.test_weakref.ReferencesTestCase.test_getweakrefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getwelcome__test.test_ftplib.TestFTPClass.test_getwelcome_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getwelcome__test.test_ftplib.TestTLS_FTPClassMixin.test_getwelcome_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getwelcome__test.test_poplib.TestPOP3Class.test_getwelcome_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getwelcome__test.test_poplib.TestPOP3_SSLClass.test_getwelcome_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getwelcome__test.test_poplib.TestPOP3_TLSClass.test_getwelcome_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_getwindowsversion__test.test_sys.SysModuleTest.test_getwindowsversion__\"object_<module_'sys'__built-in_>_has_no_attribute_'getwindowsversion'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_getwriter__test.test_codecs.CodecsModuleTest.test_getwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh105829_should_not_deadlock_if_wakeup_pipe_full__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gh105829_should_not_deadlock_if_wakeup_pipe_full__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gh105829_should_not_deadlock_if_wakeup_pipe_full__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gh108976__test.test_monitoring.TestRegressions.test_gh108976_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh114257__test.test_ctypes.test_find.FindLibraryLinux.test_gh114257_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh129093__test.test_fstring.TestCase.test_gh129093_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh130163__test.test_print.TestPrint.test_gh130163_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh130163__test.test_sys.DisplayHookTest.test_gh130163_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh55664__test.test_descr.ClassPropertiesAndMethods.test_gh55664_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_and_spec_loader_disagree__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_and_spec_loader_disagree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_and_spec_loader_disagree__test.test_warnings.CWarnTests.test_gh86298_loader_and_spec_loader_disagree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_and_spec_loader_disagree__test.test_warnings.PyWarnTests.test_gh86298_loader_and_spec_loader_disagree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_no_spec__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_no_spec__test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_no_spec__test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_spec_is_none__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_spec_is_none__test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_spec_is_none__test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_spec_loader_is_none__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_loader_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_spec_loader_is_none__test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_loader_is_none_and_spec_loader_is_none__test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_no_spec__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_no_spec__test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_no_spec__test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_no_spec_loader__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_no_spec_loader__test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_no_spec_loader__test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_spec_is_none__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_spec_is_none__test.test_warnings.CWarnTests.test_gh86298_no_loader_and_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_and_spec_is_none__test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_with_spec_loader_okay__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_with_spec_loader_okay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_with_spec_loader_okay__test.test_warnings.CWarnTests.test_gh86298_no_loader_with_spec_loader_okay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_loader_with_spec_loader_okay__test.test_warnings.PyWarnTests.test_gh86298_no_loader_with_spec_loader_okay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_spec__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_spec__test.test_warnings.CWarnTests.test_gh86298_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_spec__test.test_warnings.PyWarnTests.test_gh86298_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_spec_loader__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_spec_loader__test.test_warnings.CWarnTests.test_gh86298_no_spec_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_no_spec_loader__test.test_warnings.PyWarnTests.test_gh86298_no_spec_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_spec_is_none__test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_spec_is_none__test.test_warnings.CWarnTests.test_gh86298_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh86298_spec_is_none__test.test_warnings.PyWarnTests.test_gh86298_spec_is_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh99275__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_gh99275_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_109793__test.test_interpreters.test_lifecycle.FinalizationTests.test_gh_109793_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_111654__test.test_exceptions.NameErrorTests.test_gh_111654_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_115618__test.test_property.PropertyTests.test_gh_115618__\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gh_119213__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_gh_119213_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_120161__test.datetimetester.ExtensionModuleTests_Fast.test_gh_120161_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_120161__test.datetimetester.ExtensionModuleTests_Pure.test_gh_120161__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gh_128961__test.test_array.LargeArrayTest.test_gh_128961_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_93696_frozen_list__test.test_pdb.PdbTestCase.test_gh_93696_frozen_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94215_crash__test.test_pdb.PdbTestCase.test_gh_94215_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_good_surrogateescape__test.test_email.test_message.TestEmailMessage.test_gh_94606_good_surrogateescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_good_surrogateescape__test.test_email.test_message.TestMIMEPart.test_gh_94606_good_surrogateescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_out_of_range_surrogate__test.test_email.test_message.TestEmailMessage.test_gh_94606_out_of_range_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_out_of_range_surrogate__test.test_email.test_message.TestMIMEPart.test_gh_94606_out_of_range_surrogate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_string_with_utf8__test.test_email.test_message.TestEmailMessage.test_gh_94606_string_with_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_string_with_utf8__test.test_email.test_message.TestMIMEPart.test_gh_94606_string_with_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_surrogate_and_utf8__test.test_email.test_message.TestEmailMessage.test_gh_94606_surrogate_and_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_94606_surrogate_and_utf8__test.test_email.test_message.TestMIMEPart.test_gh_94606_surrogate_and_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_98778__test.test_urllib2.MiscTests.test_gh_98778_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gh_99240_clear_args__test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gi_frame_f_back__test.test_generators.GeneratorTest.test_gi_frame_f_back_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gil__test.test_hashlib.HashLibTestCase.test_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gil_released__test.test_faulthandler.FaultHandlerTests.test_gil_released_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gilstate_ensure_no_deadlock__test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gilstate_matches_current__test.test_capi.test_misc.TestThreadState.test_gilstate_matches_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gl__test.test_ctypes.test_find.Test_OpenGL_libs.test_gl__'lib_gl_not_available'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gle__test.test_ctypes.test_find.Test_OpenGL_libs.test_gle__'lib_gle_not_available'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob0__test.test_glob.GlobTests.test_glob0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob1__test.test_glob.GlobTests.test_glob1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_above_recursion_limit__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_above_recursion_limit__test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_above_recursion_limit__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_above_recursion_limit__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_broken_symlinks__test.test_glob.GlobTests.test_glob_broken_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_bytes_directory_with_trailing_slash__test.test_glob.GlobTests.test_glob_bytes_directory_with_trailing_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_case_sensitive__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_case_sensitive__test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_case_sensitive__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_case_sensitive__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_case_sensitive__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_case_sensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_case_sensitive__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_case_sensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_chars__test.test_zipfile._path.test_path.TestPath.test_glob_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_common__test.test_pathlib.test_pathlib.PathTest.test_glob_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_common__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_directory_names__test.test_glob.GlobTests.test_glob_directory_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_directory_with_trailing_slash__test.test_glob.GlobTests.test_glob_directory_with_trailing_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dirs__test.test_zipfile._path.test_path.TestPath.test_glob_dirs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_does_not_overmatch_dot__test.test_zipfile._path.test_path.TestPath.test_glob_does_not_overmatch_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dot__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dot__test.test_pathlib.test_pathlib.PathTest.test_glob_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dot__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dot__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_dotdot__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dotdot__test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dotdot__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dotdot__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_dotdot__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_dotdot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_dotdot__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_dotdot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty__test.test_zipfile._path.test_path.TestPath.test_glob_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_glob.GlobTests.test_glob_empty_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_empty_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_empty_pattern__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_empty_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_inaccessible__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_inaccessible__test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_inaccessible__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_inaccessible__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_literal__test.test_glob.GlobTests.test_glob_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_long_symlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_long_symlink__test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_long_symlink__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_long_symlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_long_symlink__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_long_symlink__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_long_symlink__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_long_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_magic_in_drive__test.test_glob.GlobTests.test_glob_magic_in_drive__'Win32_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_many_open_files__test.test_glob.GlobTests.test_glob_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_many_open_files__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_many_open_files__test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_many_open_files__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_many_open_files__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_named_pipe__test.test_glob.GlobTests.test_glob_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_nested_directory__test.test_glob.GlobTests.test_glob_nested_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_non_directory__test.test_glob.GlobTests.test_glob_non_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_one_directory__test.test_glob.GlobTests.test_glob_one_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_pathlike__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_pathlike__test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_pathlike__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_pathlike__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_permissions__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_permissions__test.test_pathlib.test_pathlib.PathTest.test_glob_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_permissions__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_permissions__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_permissions__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_permissions__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_permissions__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_posix__test.test_pathlib.test_pathlib.PathTest.test_glob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_recurse_symlinks_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_recurse_symlinks_common__test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_recurse_symlinks_common__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_recurse_symlinks_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_recurse_symlinks_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_recurse_symlinks_common__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_recurse_symlinks_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_recursive__test.test_zipfile._path.test_path.TestPath.test_glob_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_single_char__test.test_zipfile._path.test_path.TestPath.test_glob_single_char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_subdir__test.test_zipfile._path.test_path.TestPath.test_glob_subdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_subdirs__test.test_zipfile._path.test_path.TestPath.test_glob_subdirs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_symlinks__test.test_glob.GlobTests.test_glob_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glob_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_windows__test.test_pathlib.test_pathlib.PathTest.test_glob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_glob_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_global__test.test_ast.test_ast.ASTValidatorTests.test_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global__test.test_fstring.TestCase.test_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global__test.test_grammar.GrammarTests.test_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global__test.test_monitoring.TestSetGetEvents.test_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global__test.test_pickletools.DisTests.test_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_as_constant__test.test_peepholer.TestTranforms.test_global_as_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_declaration_in_except_used_in_else__test.test_compile.TestSpecifics.test_global_declaration_in_except_used_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_del_SystemExit__test.test_gc.GCTests.test_global_del_SystemExit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_enum_str__test.test_enum.OldTestIntFlag.test_global_enum_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext1__test.test_pickle.CDumpPickle_LoadPickle.test_global_ext1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext1__test.test_pickle.CPicklerTests.test_global_ext1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext1__test.test_pickle.DumpPickle_CLoadPickle.test_global_ext1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext1__test.test_pickle.InMemoryPickleTests.test_global_ext1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext1__test.test_pickle.PyPicklerTests.test_global_ext1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext1__test.test_pickletools.OptimizedPickleTests.test_global_ext1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext2__test.test_pickle.CDumpPickle_LoadPickle.test_global_ext2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext2__test.test_pickle.CPicklerTests.test_global_ext2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext2__test.test_pickle.DumpPickle_CLoadPickle.test_global_ext2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext2__test.test_pickle.InMemoryPickleTests.test_global_ext2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext2__test.test_pickle.PyPicklerTests.test_global_ext2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext2__test.test_pickletools.OptimizedPickleTests.test_global_ext2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext4__test.test_pickle.CDumpPickle_LoadPickle.test_global_ext4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext4__test.test_pickle.CPicklerTests.test_global_ext4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext4__test.test_pickle.DumpPickle_CLoadPickle.test_global_ext4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext4__test.test_pickle.InMemoryPickleTests.test_global_ext4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext4__test.test_pickle.PyPicklerTests.test_global_ext4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_ext4__test.test_pickletools.OptimizedPickleTests.test_global_ext4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_in_class_scope__test.test_listcomps.ListComprehensionTest.test_global_in_class_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_lookup_error__test.test_pickle.CPicklingErrorTests.test_global_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_lookup_error__test.test_pickle.PyPicklingErrorTests.test_global_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_named_resource_spawn__test.test_multiprocessing_fork.test_misc.TestNamedResource.test_global_named_resource_spawn__\"start_method='fork',_not_'spawn';_spawn_specific_test.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_global_named_resource_spawn__test.test_multiprocessing_forkserver.test_misc.TestNamedResource.test_global_named_resource_spawn__\"start_method='forkserver',_not_'spawn';_spawn_specific_test.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_global_named_resource_spawn__test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_outside_cellvar_inside_plus_freevar__test.test_listcomps.ListComprehensionTest.test_global_outside_cellvar_inside_plus_freevar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_param_err_first__test.test_syntax.SyntaxTestCase.test_global_param_err_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_pathconfig__test.test_embed.InitConfigTests.test_global_pathconfig__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_global_repr_conform1__test.test_enum.OldTestIntFlag.test_global_repr_conform1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_repr_keep__test.test_enum.OldTestIntFlag.test_global_repr_keep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_global_visibility__test.test_dictcomps.DictComprehensionTest.test_global_visibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_globals__test.test_symtable.SymtableTest.test_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_globals_shadow_builtins__test.test_dynamic.RebindBuiltinsTests.test_globals_shadow_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_glu__test.test_ctypes.test_find.Test_OpenGL_libs.test_glu__'lib_glu_not_available'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_gmtime_without_arg__test.test_time.TimeTestCase.test_gmtime_without_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnu_getopt__test.test_getopt.GetoptTests.test_gnu_getopt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnu_limits__test.test_tarfile.LimitsTest.test_gnu_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnu_translations_fallback__test.test_gettext.FallbackTestCase.test_gnu_translations_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestIntEnumClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestIntEnumFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestIntFlagClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestIntFlagFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMinimalDateClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMinimalDateFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMinimalFloatClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMinimalFloatFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedDateClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedDateFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedFloatClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedFloatFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedIntClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedIntFlagClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedIntFlagFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedIntFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedStrClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestMixedStrFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestPlainEnumClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestPlainEnumFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestPlainFlagClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestPlainFlagFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestStrEnumClass.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gnv_is_static__test.test_enum.TestStrEnumFunction.test_gnv_is_static_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_password__test.test_zipfile.test_core.DecryptionTests.test_good_password_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.AnotherInvalidRequestRateTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.CrawlDelayAndCustomAgentTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.CrawlDelayAndRequestRateTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.DefaultEntryTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.DifferentAgentTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.DisallowQueryStringTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.EmptyFileTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.EmptyQueryStringTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.GoogleURLOrderingTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.InvalidCrawlDelayTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.InvalidRequestRateTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.RejectAllRobotsTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.SitemapTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.StringFormattingTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.UseFirstUserAgentWildcardTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.UserAgentGoogleMobileTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.UserAgentOrderingTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_good_urls__test.test_robotparser.UserAgentWildcardTest.test_good_urls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_goodentry__test.test_richcmp.ListTest.test_goodentry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_got_multiple_subpatterns_for_attribute_0__test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_got_multiple_subpatterns_for_attribute_1__test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grades__test.test_bisect.TestDocExampleC.test_grades_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grades__test.test_bisect.TestDocExamplePython.test_grades_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_graph_with_iterables__test.test_graphlib.TestTopologicalSort.test_graph_with_iterables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gregorian_calculation__test.test_strptime.CalculationTests.test_gregorian_calculation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group__test.test_pathlib.test_pathlib.PathSubclassTest.test_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group__test.test_pathlib.test_pathlib.PathTest.test_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group__test.test_pathlib.test_pathlib.PosixPathTest.test_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group__test.test_pathlib.test_pathlib.WindowsPathTest.test_group__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group__test.test_re.ReTests.test_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group__test.test_subprocess.POSIXProcessTestCase.test_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_address_only__test.test_email.test_headerregistry.TestAddressHeader.test_group_address_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_addresses_ro__test.test_email.test_headerregistry.TestAddressAndGroup.test_group_addresses_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_comparison__test.test_email.test_headerregistry.TestAddressAndGroup.test_group_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_display_name_ro__test.test_email.test_headerregistry.TestAddressAndGroup.test_group_display_name_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_empty__test.test_email.test_headerregistry.TestAddressHeader.test_group_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_error__test.test_subprocess.POSIXProcessTestCase.test_group_error__'setregid___available_on_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group_escaped_escapes_in_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_escapes_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_escaped_quoted_strings_in_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_quoted_strings_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_first__test.test_argparse.TestPositionalsGroups.test_group_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_manipulate__test.test_optparse.TestOptionGroup.test_group_manipulate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_name_and_address__test.test_email.test_headerregistry.TestAddressHeader.test_group_name_and_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_name_ending_with_dot_without_space__test.test_email.test_headerregistry.TestAddressHeader.test_group_name_ending_with_dot_without_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_name_in_exception__test.test_re.ReTests.test_group_name_in_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_name_starting_with_dot__test.test_email.test_headerregistry.TestAddressHeader.test_group_name_starting_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_name_with_dot__test.test_email.test_headerregistry.TestAddressHeader.test_group_name_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_no_follow_symlinks__test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_no_follow_symlinks__test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_no_follow_symlinks__test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_no_follow_symlinks__test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group_quoted_backslashes_in_name__test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_backslashes_in_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_quoted_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_quoted_parens_in_name__test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_parens_in_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_quoted_strings_in_local_part__test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_strings_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_rfc2047_atom_in_phrase_is_decoded__test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_phrase_is_decoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_rfc2047_atom_in_quoted_string_is_decoded__test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_quoted_string_is_decoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_rfc2047_atom_is_decoded__test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_is_decoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_spaces_around_dots_in_local_part_removed__test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_around_dots_in_local_part_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_spaces_in_unquoted_local_part_collapsed__test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_in_unquoted_local_part_collapsed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group_windows__test.test_pathlib.test_pathlib.PathTest.test_group_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_group_with_addresses__test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_with_addresses_no_display_name__test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses_no_display_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_group_with_one_address_no_display_name__test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_one_address_no_display_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groupby__test.test_itertools.TestBasicOps.test_groupby_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groupby__test.test_itertools.TestExamples.test_groupby_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groupby__test.test_itertools.TestGC.test_groupby_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groupby__test.test_itertools.TestVariousIteratorArgs.test_groupby_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groupdict__test.test_re.ReTests.test_groupdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping__test.test_locale.TestCNumberFormatting.test_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping__test.test_locale.TestEnUSNumberFormatting.test_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping__test.test_locale.TestFrFRNumberFormatting.test_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping__test.test_locale.TestNumberFormatting.test_grouping__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping_and_padding__test.test_locale.TestCNumberFormatting.test_grouping_and_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping_and_padding__test.test_locale.TestEnUSNumberFormatting.test_grouping_and_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping_and_padding__test.test_locale.TestFrFRNumberFormatting.test_grouping_and_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_grouping_and_padding__test.test_locale.TestNumberFormatting.test_grouping_and_padding__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groups_parents__test.test_argparse.TestParentParsers.test_groups_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groups_read_only__test.test_email.test_headerregistry.TestAddressHeader.test_groups_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_groups_types__test.test_email.test_headerregistry.TestAddressHeader.test_groups_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt__test.test_collections.TestCounter.test_gt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt__test.test_operator.COperatorTestCase.test_gt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt__test.test_operator.PyOperatorTestCase.test_gt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt__test.test_weakset.TestWeakSet.test_gt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_gt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gt_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guaranteed_stable__test.test_random.MersenneTwister_TestBasicOps.test_guaranteed_stable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_all_types__test.test_mimetypes.MimeTypesTestCase.test_guess_all_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_extension__test.test_mimetypes.MimetypesCliTestCase.test_guess_extension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_known_extensions__test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_minor_type__test.test_email.test_email.TestMIMEAudio.test_guess_minor_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_minor_type__test.test_email.test_email.TestMIMEImage.test_guess_minor_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_quote_and_delimiter__test.test_csv.TestSniffer.test_guess_quote_and_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guess_type__test.test_mimetypes.MimetypesCliTestCase.test_guess_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_guido_as_bdfl__test.test_flufl.FLUFLTests.test_guido_as_bdfl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gz_ext_builtin__test.test_fileinput.Test_hook_compressed.test_gz_ext_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gz_ext_fake__test.test_fileinput.Test_hook_compressed.test_gz_ext_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gz_with_encoding_fake__test.test_fileinput.Test_hook_compressed.test_gz_with_encoding_fake_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gzip_BadGzipFile_exception__test.test_gzip.TestGzip.test_gzip_BadGzipFile_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gzip_decode_limit__test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gzip_request__test.test_xmlrpc.GzipServerTestCase.test_gzip_request_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_gzip_response__test.test_xmlrpc.GzipServerTestCase.test_gzip_response_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_h__test.test_capi.test_getargs.Signed_TestCase.test_h_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_half_float__test.test_memoryview.OtherTest.test_half_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_half_float__test.test_struct.UnpackIteratorTest.test_half_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_halfway_cases__test.test_strtod.StrtodTests.test_halfway_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_basics_1__test.test_context.HamtTest.test_hamt_basics_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_basics_2__test.test_context.HamtTest.test_hamt_basics_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_basics_3__test.test_context.HamtTest.test_hamt_basics_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_basics_4__test.test_context.HamtTest.test_hamt_basics_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_collision_1__test.test_context.HamtTest.test_hamt_collision_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_collision_3__test.test_context.HamtTest.test_hamt_collision_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_delete_1__test.test_context.HamtTest.test_hamt_delete_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_delete_2__test.test_context.HamtTest.test_hamt_delete_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_delete_3__test.test_context.HamtTest.test_hamt_delete_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_delete_4__test.test_context.HamtTest.test_hamt_delete_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_delete_5__test.test_context.HamtTest.test_hamt_delete_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_eq_1__test.test_context.HamtTest.test_hamt_eq_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_eq_2__test.test_context.HamtTest.test_hamt_eq_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_gc_1__test.test_context.HamtTest.test_hamt_gc_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_gc_2__test.test_context.HamtTest.test_hamt_gc_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_getitem_1__test.test_context.HamtTest.test_hamt_getitem_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_in_1__test.test_context.HamtTest.test_hamt_in_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_items_1__test.test_context.HamtTest.test_hamt_items_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_items_2__test.test_context.HamtTest.test_hamt_items_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_items_3__test.test_context.HamtTest.test_hamt_items_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_keys_1__test.test_context.HamtTest.test_hamt_keys_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hamt_stress__test.test_context.HamtTest.test_hamt_stress__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_handle__test.test_asyncio.test_events.HandleTests.test_handle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_called_with_mp_queue__test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_called_with_queue_queue__test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_defect_raises_on_strict__test.test_email.test_policy.PolicyAPITests.test_handle_defect_raises_on_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_defect_registers_defect__test.test_email.test_policy.PolicyAPITests.test_handle_defect_registers_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_exc_handler_correct_context__test.test_asyncio.test_futures2.CFutureTests.test_handle_exc_handler_correct_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_exc_handler_correct_context__test.test_asyncio.test_futures2.PyFutureTests.test_handle_exc_handler_correct_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_frame_object_in_creation__test.test_generators.GeneratorTest.test_handle_frame_object_in_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_repr__test.test_asyncio.test_events.HandleTests.test_handle_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_repr_debug__test.test_asyncio.test_events.HandleTests.test_handle_repr_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_signal_cancelled_handler__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_cancelled_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_signal_no_handler__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_no_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_source_traceback__test.test_asyncio.test_events.HandleTests.test_handle_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handle_weakref__test.test_asyncio.test_events.HandleTests.test_handle_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handled__test.test_urllib2.OpenerDirectorTests.test_handled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handler__test.test_httpservers.BaseHTTPServerTestCase.test_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handler__test.test_signal.RaiseSignalTest.test_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handler_filter__test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handler_filter_replaces_record__test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_replaces_record_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handler_order__test.test_urllib2.OpenerDirectorTests.test_handler_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handlers__test.test_codecs.UTF16Test.test_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handlers__test.test_codecs.UTF32Test.test_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handlers__test.test_logging.BasicConfigTest.test_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handlers__test.test_sax.CDATAHandlerTest.test_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handlers__test.test_sax.LexicalHandlerTest.test_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handles_closed_on_exception__test.test_subprocess.ProcessTestCase.test_handles_closed_on_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handles_closed_on_exception__test.test_subprocess.ProcessTestCaseNoPoll.test_handles_closed_on_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handling_bad_descriptor__test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor__'Bad_file_descriptor_in_/dev/fd_affects_only_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_handling_bad_descriptor__test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor__'Bad_file_descriptor_in_/dev/fd_affects_only_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_handling_bad_descriptor__test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor__'Bad_file_descriptor_in_/dev/fd_affects_only_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_handling_bad_descriptor__test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_handshake_timeout__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_handshake_timeout__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handshake_timeout__test.test_ssl.ThreadedTests.test_handshake_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handshake_timeout_handler_leak__test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handshake_timeout_negative__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_handshake_timeout_zero__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hang_global_shutdown_lock__test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hang_issue12364__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_issue12364__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hang_issue12364__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_issue12364__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hang_issue12364__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hang_issue12364__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_issue12364__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hangul_syllables__test.test_ucn.UnicodeNamesTest.test_hangul_syllables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink__test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink__test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_hardlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink_bad_args__test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink_bad_args__test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink_extraction1__test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1__'requires_os.link_to_be_missing'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hardlink_extraction2__test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2__'requires_os.link_to_be_missing'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hardlink_to__test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink_to__test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink_to__test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hardlink_to__test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hardlink_to_unsupported__test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported__'os.link___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hardlink_to_unsupported__test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported__'os.link___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hardlink_to_unsupported__test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported__'os.link___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hardlink_to_unsupported__test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestDateTimeTZ_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestDateTimeTZ_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestDateTime_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestDateTime_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestDate_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestDate_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestSubclassDateTime_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestSubclassDateTime_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestTimeDelta_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestTimeDelta_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestTimeTZ_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestTimeTZ_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestTime_Fast.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmful_mixed_comparison__test.datetimetester.TestTime_Pure.test_harmful_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestDateTimeTZ_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestDateTimeTZ_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestDateTime_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestDateTime_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestDate_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestDate_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestSubclassDateTime_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestSubclassDateTime_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestTimeDelta_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestTimeDelta_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestTimeTZ_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestTimeTZ_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestTime_Fast.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_harmless_mixed_comparison__test.datetimetester.TestTime_Pure.test_harmless_mixed_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_exception__test.test_statistics.StatisticsErrorTest.test_has_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_handlers__test.test_logging.LoggerAdapterTest.test_has_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_handlers__test.test_logging.LoggerTest.test_has_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_handlers_no_propagate__test.test_logging.LoggerTest.test_has_handlers_no_propagate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_header__test.test_csv.TestSniffer.test_has_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_header_regex_special_delimiter__test.test_csv.TestSniffer.test_has_header_regex_special_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_inline_values__test.test_class.TestInlineValues.test_has_inline_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_location_setter__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_location_setter__test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_name__test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_has_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_no_name__test.test_tempfile.TestTemporaryFile.test_has_no_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_objects__test.test_monitoring.MonitoringBasicTest.test_has_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_option__test.test_optparse.TestOptionParser.test_has_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_has_strftime_extensions__test.test_support.TestSupport.test_has_strftime_extensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hasattr__test.test_bool.BoolTest.test_hasattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hasattr__test.test_builtin.BuiltinTest.test_hasattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_Set__test.test_collections.TestCollectionABCs.test_hash_Set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_asyncio.test_events.TimerTests.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_bigmem.BytesTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_bigmem.ListTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_bigmem.StrTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_bigmem.TupleTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_builtin.BuiltinTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_complex.ComplexTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_deque.TestBasic.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestIntEnumClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestIntEnumFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestIntFlagClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestIntFlagFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMinimalDateClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMinimalDateFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMinimalFloatClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMinimalFloatFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedDateClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedDateFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedFloatClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedFloatFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedIntClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedIntFlagClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedIntFlagFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedIntFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedStrClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestMixedStrFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestPlainEnumClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestPlainEnumFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestPlainFlagClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestPlainFlagFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestStrEnumClass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_enum.TestStrEnumFunction.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_float.GeneralFloatCases.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_functools.TestCmpToKeyC.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_functools.TestCmpToKeyPy.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_memoryview.ArrayMemorySliceSliceTest.test_hash__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hash__test.test_memoryview.ArrayMemorySliceTest.test_hash__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hash__test.test_memoryview.ArrayMemoryviewTest.test_hash__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hash__test.test_memoryview.BytesMemorySliceSliceTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_memoryview.BytesMemorySliceTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_memoryview.BytesMemoryviewTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_set.TestFrozenSet.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_set.TestFrozenSetSubclass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_set.TestSet.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_set.TestSetSubclass.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_slice.SliceTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_str.StrTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_structseq.StructSeqTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_types.MappingProxyTests.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_types.UnionTests.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_typing.LiteralTests.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_unittest.test_case.Test_TestCase.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_userstring.UserStringTest.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash__test.test_weakset.TestWeakSet.test_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_array__test.test_hashlib.HashLibTestCase.test_hash_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_aware__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_aware__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_caching__test.test_set.TestFrozenSet.test_hash_caching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_caching__test.test_set.TestFrozenSetSubclass.test_hash_caching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_disallow_instantiation__test.test_hashlib.HashLibTestCase.test_hash_disallow_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_distribution__test.test_hash.HashDistributionTestCase.test_hash_distribution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_edge_cases__test.datetimetester.TestTimeTZ_Fast.test_hash_edge_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_edge_cases__test.datetimetester.TestTimeTZ_Pure.test_hash_edge_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_effectiveness__test.test_set.TestFrozenSet.test_hash_effectiveness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_effectiveness__test.test_set.TestFrozenSetSubclass.test_hash_effectiveness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_eq__test.test_typing.AnnotatedTests.test_hash_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestDateTimeTZ_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestDateTimeTZ_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestDateTime_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestDateTime_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestDate_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestDate_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestSubclassDateTime_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestSubclassDateTime_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestTimeDelta_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestTimeDelta_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestTimeTZ_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestTimeTZ_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestTime_Fast.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_equality__test.datetimetester.TestTime_Pure.test_hash_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_exact__test.test_tuple.TupleTest.test_hash_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_field_rules__test.test_dataclasses.TestCase.test_hash_field_rules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_getfuncdef__test.test_capi.test_hash.CAPITest.test_hash_getfuncdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_inheritance__test.test_descr.ClassPropertiesAndMethods.test_hash_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_method__test.test_decimal.CUsabilityTest.test_hash_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_method__test.test_decimal.PyUsabilityTest.test_hash_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_method_nan__test.test_decimal.CUsabilityTest.test_hash_method_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_method_nan__test.test_decimal.PyUsabilityTest.test_hash_method_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_nan__test.test_float.GeneralFloatCases.test_hash_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_no_args__test.test_dataclasses.TestHash.test_hash_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_normalization__test.test_numeric_tower.HashTest.test_hash_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_optional__test.test_tuple.TupleTest.test_hash_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_pointer__test.test_capi.test_hash.CAPITest.test_hash_pointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_randomization__test.test_cmd_line.CmdLineTest.test_hash_randomization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_rules__test.test_dataclasses.TestHash.test_hash_rules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_writable__test.test_memoryview.ArrayMemorySliceSliceTest.test_hash_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_writable__test.test_memoryview.ArrayMemorySliceTest.test_hash_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_writable__test.test_memoryview.ArrayMemoryviewTest.test_hash_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_writable__test.test_memoryview.BytesMemorySliceSliceTest.test_hash_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_writable__test.test_memoryview.BytesMemorySliceTest.test_hash_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hash_writable__test.test_memoryview.BytesMemoryviewTest.test_hash_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashability__test.test_statistics.TestNormalDistC.test_hashability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashability__test.test_statistics.TestNormalDistPython.test_hashability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashable__test.test_hash.HashInheritanceTestCase.test_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashable__test.test_interpreters.test_api.InterpreterObjectTests.test_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashable__test.test_interpreters.test_queues.QueueTests.test_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashable__test.test_typing.CollectionsAbcTests.test_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashes__test.test_hash.HashBuiltinsTestCase.test_hashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashing__test.test_weakref.ReferencesTestCase.test_hashing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashing__test.test_weakref.WeakMethodTestCase.test_hashing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashkey_helper_1__test.test_context.HamtTest.test_hashkey_helper_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hashtable__test.test_capi.test_misc.Test_testinternalcapi.test_hashtable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_have_gc__test.test_pickle.HeapTypesTests.test_have_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_head__test.test_httpservers.SimpleHTTPServerTestCase.test_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_head_via_send_error__test.test_httpservers.BaseHTTPServerTestCase.test_head_via_send_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header__test.test_pdb.PdbTestCase.test_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header__test.test_regrtest.ParseArgsTestCase.test_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header__test.test_xmlrpc.HeadersServerTestCase.test_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_buffering_of_send_error__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_buffering_of_send_header__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_buffering_of_send_response_only__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_response_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_close__test.test_httpservers.BaseHTTPServerTestCase.test_header_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_ctor_default_args__test.test_email.test_email.TestHeader.test_header_ctor_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_decode_non_ascii__test.test_email.test_email.TestQuopri.test_header_decode_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_decode_null__test.test_email.test_email.TestQuopri.test_header_decode_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_decode_one_word__test.test_email.test_email.TestQuopri.test_header_decode_one_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_decode_re_bug_18380__test.test_email.test_email.TestQuopri.test_header_decode_re_bug_18380_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_decode_two_lines__test.test_email.test_email.TestQuopri.test_header_decode_two_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_empty__test.test_xmlrpc.HeadersServerTestCase.test_header_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode__test.test_email.test_email.TestBase64.test_header_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode_alt_charset__test.test_email.test_email.TestQuopri.test_header_encode_alt_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode_non_ascii__test.test_email.test_email.TestQuopri.test_header_encode_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode_null__test.test_email.test_email.TestQuopri.test_header_encode_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode_one_word__test.test_email.test_email.TestQuopri.test_header_encode_one_word_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode_two_lines__test.test_email.test_email.TestQuopri.test_header_encode_two_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_encode_with_different_output_charset__test.test_email.test_email.TestLongHeaders.test_header_encode_with_different_output_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_handles_binary_unknown8bit__test.test_email.test_email.TestHeader.test_header_handles_binary_unknown8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_items__test.test_xmlrpc.HeadersServerTestCase.test_header_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_keep_alive__test.test_httpservers.BaseHTTPServerTestCase.test_header_keep_alive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_length__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_many__test.test_xmlrpc.HeadersServerTestCase.test_header_many_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_needs_no_decoding__test.test_email.test_email.TestHeader.test_header_needs_no_decoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_offset__test.test_tarfile.GNUReadTest.test_header_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_offset__test.test_tarfile.PaxReadTest.test_header_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_parser__test.test_email.test_email.TestParsers.test_header_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_parser_multipart_is_valid__test.test_email.test_email.TestParsers.test_header_parser_multipart_is_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_quopri_len__test.test_email.test_email.TestQuopri.test_header_quopri_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_receiver_application_octet_stream__test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_application_octet_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_receiver_image_jpeg__test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_image_jpeg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_receiver_message_external_body__test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_receiver_message_rfc822__test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_receiver_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_receiver_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_splitter__test.test_email.test_email.TestLongHeaders.test_header_splitter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_store_parse_rejects_newlines__test.test_email.test_policy.TestConcretePolicies.test_header_store_parse_rejects_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_tuple__test.test_xmlrpc.HeadersServerTestCase.test_header_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_header_unbuffered_when_continue__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_unbuffered_when_continue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_headers__test.test_email.test_email.TestMIMEApplication.test_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_headers__test.test_os.TestSendfile.test_headers__'requires_headers_and_trailers_support'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_headers__test.test_urllib.urlopen_FileTests.test_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_headers_and_content__test.test_httpservers.CGIHTTPServerTestCase.test_headers_and_content__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_headers_debuglevel__test.test_httplib.HeaderTests.test_headers_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_headers_overflow_32bits__test.test_os.TestSendfile.test_headers_overflow_32bits__'requires_headers_and_trailers_support'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_headers_written_only_for_device_files__test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heap__test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heap__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heap__test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heap_ctype_doc_and_text_signature__test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heapify__test.test_heapq.TestHeapC.test_heapify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heapify__test.test_heapq.TestHeapPython.test_heapify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappop_max__test.test_heapq.TestHeapC.test_heappop_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappop_max__test.test_heapq.TestHeapPython.test_heappop_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappop_mutating_heap__test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappop_mutating_heap__test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappush_mutating_heap__test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappush_mutating_heap__test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappushpop__test.test_heapq.TestHeapC.test_heappushpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heappushpop__test.test_heapq.TestHeapPython.test_heappushpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heapsort__test.test_heapq.TestHeapC.test_heapsort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heapsort__test.test_heapq.TestHeapPython.test_heapsort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_invalid_inheritance__test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_invalid_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_relative_members_errors__test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_relative_sizes__test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_sizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_buffer__test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_custom_metaclass__test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_custom_metaclass_custom_new__test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_custom_metaclass_deprecation__test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_custom_metaclass_null_new__test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_dict__test.test_capi.test_misc.CAPITest.test_heaptype_with_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_managed_dict__test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_managed_weakref__test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_negative_dict__test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_setattro__test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heaptype_with_weakref__test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_argparse.TestAddSubparsers.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_calendar.CommandLineTestCase.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_cmd_line.CmdLineTest.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_optparse.TestHelp.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help__test.test_regrtest.ParseArgsTestCase.test_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_all__test.test_cmd_line.CmdLineTest.test_help_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_alternate_prefix_chars__test.test_argparse.TestAddSubparsers.test_help_alternate_prefix_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_blank__test.test_argparse.TestAddSubparsers.test_help_blank_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_description_groups__test.test_optparse.TestHelp.test_help_description_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_env__test.test_cmd_line.CmdLineTest.test_help_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_extra_prefix_chars__test.test_argparse.TestAddSubparsers.test_help_extra_prefix_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_flag__test.test_json.test_tool.TestTool.test_help_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_long_opts_first__test.test_optparse.TestHelp.test_help_long_opts_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_message_contains_enum_choices__test.test_argparse.TestStrEnumChoices.test_help_message_contains_enum_choices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_non_breaking_spaces__test.test_argparse.TestAddSubparsers.test_help_non_breaking_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_old_usage__test.test_optparse.TestHelp.test_help_old_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_option__test.test_mimetypes.MimetypesCliTestCase.test_help_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_output_pager__test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_output_redirect__test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_output_redirect_various_requests__test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_subparser_all_mutually_exclusive_group_members_suppressed__test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help_subparser_all_mutually_exclusive_group_members_suppressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_subparser_all_mutually_exclusive_group_members_suppressed__test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help_subparser_all_mutually_exclusive_group_members_suppressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_title_formatter__test.test_optparse.TestHelp.test_help_title_formatter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_unicode__test.test_optparse.TestHelp.test_help_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_unicode_description__test.test_optparse.TestHelp.test_help_unicode_description_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_version_extra_arguments__test.test_argparse.TestOptionalsHelpVersionActions.test_help_version_extra_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveLong.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveNested.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_not_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveLong.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveNested.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_when_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_with_metavar__test.test_argparse.TestWrappingMetavar.test_help_with_metavar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_help_xoptions__test.test_cmd_line.CmdLineTest.test_help_xoptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict__test.test_dataclasses.TestCase.test_helper_asdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_builtin_containers__test.test_dataclasses.TestCase.test_helper_asdict_builtin_containers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_builtin_object_containers__test.test_dataclasses.TestCase.test_helper_asdict_builtin_object_containers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_copy_values__test.test_dataclasses.TestCase.test_helper_asdict_copy_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_defaultdict__test.test_dataclasses.TestCase.test_helper_asdict_defaultdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_factory__test.test_dataclasses.TestCase.test_helper_asdict_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_namedtuple__test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_namedtuple_derived__test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_derived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_namedtuple_key__test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_nested__test.test_dataclasses.TestCase.test_helper_asdict_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_asdict_raises_on_classes__test.test_dataclasses.TestCase.test_helper_asdict_raises_on_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple__test.test_dataclasses.TestCase.test_helper_astuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_builtin_containers__test.test_dataclasses.TestCase.test_helper_astuple_builtin_containers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_builtin_object_containers__test.test_dataclasses.TestCase.test_helper_astuple_builtin_object_containers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_copy_values__test.test_dataclasses.TestCase.test_helper_astuple_copy_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_defaultdict__test.test_dataclasses.TestCase.test_helper_astuple_defaultdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_factory__test.test_dataclasses.TestCase.test_helper_astuple_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_namedtuple__test.test_dataclasses.TestCase.test_helper_astuple_namedtuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_nested__test.test_dataclasses.TestCase.test_helper_astuple_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_astuple_raises_on_classes__test.test_dataclasses.TestCase.test_helper_astuple_raises_on_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_fields_exception__test.test_dataclasses.TestCase.test_helper_fields_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_fields_with_class_instance__test.test_dataclasses.TestCase.test_helper_fields_with_class_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_helper_function__test.test_collections.TestCounter.test_helper_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heterogenous_resurrect_one__test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heterogenous_resurrect_three__test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_three_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heterogenous_resurrect_two__test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_two_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heterogenous_suicidal_one__test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_heterogenous_suicidal_two__test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_two_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_binascii.ArrayBinASCIITest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_binascii.BinASCIITest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_binascii.BytearrayBinASCIITest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_binascii.MemoryviewBinASCIITest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_builtin.BuiltinTest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_bytes.ByteArrayTest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex__test.test_bytes.BytesTest.test_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_baseline__test.test_int_literal.TestHexOctBin.test_hex_baseline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_roundtrip__test.test_binascii.ArrayBinASCIITest.test_hex_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hex_roundtrip__test.test_binascii.BinASCIITest.test_hex_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hex_roundtrip__test.test_binascii.BytearrayBinASCIITest.test_hex_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hex_roundtrip__test.test_binascii.MemoryviewBinASCIITest.test_hex_roundtrip__'Hypothesis_required_for_property_test_with_no_specified_examples'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hex_separator_basics__test.test_bytes.ByteArrayTest.test_hex_separator_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_separator_basics__test.test_bytes.BytesTest.test_hex_separator_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_separator_five_bytes__test.test_bytes.ByteArrayTest.test_hex_separator_five_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_separator_five_bytes__test.test_bytes.BytesTest.test_hex_separator_five_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_separator_six_bytes__test.test_bytes.ByteArrayTest.test_hex_separator_six_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_separator_six_bytes__test.test_bytes.BytesTest.test_hex_separator_six_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hex_unsigned__test.test_int_literal.TestHexOctBin.test_hex_unsigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hexdigest__test.test_hashlib.HashLibTestCase.test_hexdigest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hidden_glob__test.test_glob.GlobTests.test_hidden_glob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hierarchy__test.test_email.test_email.TestMultipart.test_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hierarchy__test.test_unittest.testmock.testcallable.TestCallable.test_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highest_protocol__test.test_pickle.CPickleTests.test_highest_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highest_protocol__test.test_pickle.PyPickleTests.test_highest_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highlevel_reloaded__test.test_interpreters.test_channels.LowLevelTests.test_highlevel_reloaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highlevel_reloaded__test.test_interpreters.test_queues.LowLevelTests.test_highlevel_reloaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested__test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested__test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested__test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_objects_decoding__test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_objects_decoding__test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_objects_encoding__test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_highly_nested_objects_encoding__test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_highly_nested_subclass__test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_subclass__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_subclass__test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_subclass__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_highly_nested_subclass__test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hint_indented_properly_with_tabs__test.test_difflib.TestSFbugs.test_hint_indented_properly_with_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hint_when_triying_to_import_a_py_file__test.test_cmd_line_script.CmdLineTest.test_hint_when_triying_to_import_a_py_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_history_size__test.test_readline.TestReadline.test_history_size__'this_readline_version_does_not_support_history-size'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hls_nearwhite__test.test_colorsys.ColorsysTest.test_hls_nearwhite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hls_roundtrip__test.test_colorsys.ColorsysTest.test_hls_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hls_values__test.test_colorsys.ColorsysTest.test_hls_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hmac_compare_digest__test.test_hmac.CompareDigestTestCase.test_hmac_compare_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hmac_sha1__test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_home__test.test_pathlib.test_pathlib.PathSubclassTest.test_home_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_home__test.test_pathlib.test_pathlib.PathTest.test_home_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_home__test.test_pathlib.test_pathlib.PosixPathTest.test_home_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_home__test.test_pathlib.test_pathlib.WindowsPathTest.test_home__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_homogenous__test.test_finalization.CycleChainFinalizationTest.test_homogenous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_homogenous_resurrect__test.test_finalization.CycleChainFinalizationTest.test_homogenous_resurrect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_homogenous_suicidal__test.test_finalization.CycleChainFinalizationTest.test_homogenous_suicidal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_host_port__test.test_httplib.BasicTest.test_host_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_host_port__test.test_httplib.HTTPSTest.test_host_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_host_resolution__test.test_socket.GeneralModuleTests.test_host_resolution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_host_resolution_bad_address__test.test_socket.GeneralModuleTests.test_host_resolution_bad_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hostname_checks_common_name__test.test_ssl.ContextTests.test_hostname_checks_common_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hour__test.test_strptime.StrptimeTests.test_hour_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hour_locale__test.test_strptime.StrptimeTests.test_hour_locale___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hsv_roundtrip__test.test_colorsys.ColorsysTest.test_hsv_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hsv_values__test.test_colorsys.ColorsysTest.test_hsv_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_diff__test.test_difflib.TestSFpatches.test_html_diff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_doc__test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_doc_inherited_routines_in_class__test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_doc_routines_in_class__test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_doc_routines_in_module__test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_empty_elems_serialization__test.test_xml_etree.ElementTreeTest.test_html_empty_elems_serialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_empty_elems_serialization__test.test_xml_etree_c.ElementTreeTest.test_html_empty_elems_serialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_escape_on_error__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_html_escape_on_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_for_https_links__test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_output_current_year__test.test_calendar.CommandLineTestCase.test_html_output_current_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_output_year_css__test.test_calendar.CommandLineTestCase.test_html_output_year_css_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_html_output_year_encoding__test.test_calendar.CommandLineTestCase.test_html_output_year_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http2time__test.test_http_cookiejar.DateTimeTests.test_http2time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http2time_formats__test.test_http_cookiejar.DateTimeTests.test_http2time_formats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http2time_garbage__test.test_http_cookiejar.DateTimeTests.test_http2time_garbage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http2time_redos_regression_actually_completes__test.test_http_cookiejar.DateTimeTests.test_http2time_redos_regression_actually_completes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_0_9__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_0_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_1_0__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_1_1__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http__test.test_audit.AuditTest.test_http__\"resource_'network'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_http__test.test_urllib2.HandlerTests.test_http_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_body_array__test.test_urllib2.HandlerTests.test_http_body_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_body_empty_seq__test.test_urllib2.HandlerTests.test_http_body_empty_seq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_body_file__test.test_urllib2.HandlerTests.test_http_body_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_body_fileobj__test.test_urllib2.HandlerTests.test_http_body_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_body_iterable__test.test_urllib2.HandlerTests.test_http_body_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_body_pipe__test.test_urllib2.HandlerTests.test_http_body_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_doubleslash__test.test_urllib2.HandlerTests.test_http_doubleslash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_error__test.test_urllib2.OpenerDirectorTests.test_http_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_handler_global_debuglevel__test.test_urllib2.HandlerTests.test_http_handler_global_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_handler_local_debuglevel__test.test_urllib2.HandlerTests.test_http_handler_local_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_http_roundtrips__test.test_urlparse.UrlParseTestCase.test_http_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_https_client_non_tls_response_ignored__test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_https_handler_global_debuglevel__test.test_urllib2.HandlerTests.test_https_handler_global_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_https_handler_local_debuglevel__test.test_urllib2.HandlerTests.test_https_handler_local_debuglevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_bytes_32b__test.test_pickle.InMemoryPickleTests.test_huge_bytes_32b__'not_enough_memory:_5.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huge_bytes_64b__test.test_pickle.InMemoryPickleTests.test_huge_bytes_64b__'not_enough_memory:_10.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huge_content__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_content__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_content__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_content_recvinto__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content_recvinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_content_recvinto__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content_recvinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_content_recvinto__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_recvinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_field_name__test.test_ctypes.test_structures.StructureTestCase.test_huge_field_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_float__test.test_unparse.UnparseTestCase.test_huge_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_long_32b__test.test_pickle.InMemoryPickleTests.test_huge_long_32b__'not_enough_memory:_7.2G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huge_lshift__test.test_long.LongTest.test_huge_lshift__'not_enough_memory:_2290649224.5G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huge_lshift_of_zero__test.test_long.LongTest.test_huge_lshift_of_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_rshift__test.test_long.LongTest.test_huge_rshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huge_rshift_of_huge__test.test_long.LongTest.test_huge_rshift_of_huge__'not_enough_memory:_1145324612.3G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huge_str_32b__test.test_pickle.InMemoryPickleTests.test_huge_str_32b__'not_enough_memory:_16.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huge_str_64b__test.test_pickle.InMemoryPickleTests.test_huge_str_64b__'not_enough_memory:_32.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huntrleaks__test.test_regrtest.ArgsTestCase.test_huntrleaks__'need_a_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huntrleaks__test.test_regrtest.ParseArgsTestCase.test_huntrleaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_huntrleaks_bisect__test.test_regrtest.ArgsTestCase.test_huntrleaks_bisect__'need_a_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huntrleaks_fd_leak__test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak__'need_a_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_huntrleaks_mp__test.test_regrtest.ArgsTestCase.test_huntrleaks_mp__'need_a_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_hyphen_becomes_positional_arg__test.test_optparse.TestStandard.test_hyphen_becomes_positional_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hyphenated__test.test_textwrap.WrapTestCase.test_hyphenated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hyphenated_encoding__test.test_locale.NormalizeTest.test_hyphenated_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_hyphenated_numbers__test.test_textwrap.WrapTestCase.test_hyphenated_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_i38748_stackCorruption__test.test_ctypes.test_callbacks.Callbacks.test_i38748_stackCorruption__'ctypes.WINFUNCTYPE_is_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_i__test.test_capi.test_getargs.Signed_TestCase.test_i_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.ByteTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.DoubleTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.FloatTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.IntTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.LongLongTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.LongTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.ShortTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UCS4Test.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UnicodeTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UnsignedByteTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UnsignedIntTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UnsignedLongLongTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UnsignedLongTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_array.UnsignedShortTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_deque.TestBasic.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_deque.TestSequence.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_list.ListTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_tuple.TupleTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd__test.test_userlist.UserListTest.test_iadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iadd_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iand__test.test_set.TestSet.test_iand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iand__test.test_set.TestSetSubclass.test_iand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iand__test.test_weakset.TestWeakSet.test_iand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iconcat__test.test_bytes.ByteArrayTest.test_iconcat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iconcat_without_getitem__test.test_operator.COperatorTestCase.test_iconcat_without_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iconcat_without_getitem__test.test_operator.PyOperatorTestCase.test_iconcat_without_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id__test.test_builtin.BuiltinTest.test_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id__test.test_interpreters.test_api.GetMainTests.test_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id__test.test_symtable.SymtableTest.test_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id__test.test_unittest.test_case.Test_TestCase.test_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_comparisons__test.test_compare.ComparisonSimpleTest.test_id_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_readonly__test.test_interpreters.test_api.InterpreterObjectTests.test_id_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_readonly__test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_readonly__test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_readonly__test.test_interpreters.test_queues.QueueTests.test_id_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_type__test.test_interpreters.test_api.InterpreterObjectTests.test_id_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_type__test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_type__test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_id_type__test.test_interpreters.test_queues.QueueTests.test_id_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idempotent__test.test_interpreters.test_api.GetCurrentTests.test_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idempotent__test.test_interpreters.test_api.GetMainTests.test_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idempotent__test.test_interpreters.test_api.InterpreterObjectTests.test_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idempotent__test.test_interpreters.test_api.ListAllTests.test_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idempotent_string__test.test_quopri.QuopriTestCase.test_idempotent_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ident_of_no_threading_threads__test.test_threading.ThreadTests.test_ident_of_no_threading_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identical__test.test_cmath.IsCloseTests.test_identical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identical__test.test_math.IsCloseTests.test_identical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identical_infinite__test.test_cmath.IsCloseTests.test_identical_infinite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identical_infinite__test.test_math.IsCloseTests.test_identical_infinite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identity__test.test_list.ListTest.test_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identity__test.test_os.FSEncodingTests.test_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_identity__test.test_plistlib.TestBinaryPlistlib.test_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idle_process_reuse_multiple__test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_multiple__'Incompatible_with_the_fork_start_method.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_idna__test.test_socket.GeneralModuleTests.test_idna__'network_is_not_enabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_idpattern_override__test.test_string.TestTemplate.test_idpattern_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idpattern_override_inside_outside__test.test_string.TestTemplate.test_idpattern_override_inside_outside_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_idpattern_override_inside_outside_invalid_unbraced__test.test_string.TestTemplate.test_idpattern_override_inside_outside_invalid_unbraced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ids_global__test.test__interpchannels.ChannelTests.test_ids_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ietf_example_1__test.test_http_cookiejar.LWPCookieTests.test_ietf_example_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ietf_example_2__test.test_http_cookiejar.LWPCookieTests.test_ietf_example_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if__test.test_ast.test_ast.ASTValidatorTests.test_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if__test.test_compile.TestStackSizeStability.test_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if__test.test_grammar.GrammarTests.test_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_break__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_break__test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_break__test.test_sys_settrace.TestSetLocalTrace.test_if_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_break__test.test_sys_settrace.TraceOpcodesTestCase.test_if_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_break__test.test_sys_settrace.TraceTestCase.test_if_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_conditional__test.test_fstring.TestCase.test_if_conditional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_else__test.test_compile.TestExpressionStackSize.test_if_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_else__test.test_compile.TestStackSizeStability.test_if_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_else_expr__test.test_grammar.GrammarTests.test_if_else_expr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_expression__test.test_compiler_codegen.IsolatedCodeGenTests.test_if_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_expression_expression_empty_block__test.test_compile.TestSpecifics.test_if_expression_expression_empty_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_try_except__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_try_except__test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_try_except__test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_try_except__test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_try_except__test.test_sys_settrace.TraceTestCase.test_if_false_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_with__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_with__test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_with__test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_with__test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_false_in_with__test.test_sys_settrace.TraceTestCase.test_if_false_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_in_if_in_if__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_in_if_in_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_in_if_in_if__test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_in_if_in_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_in_if_in_if__test.test_sys_settrace.TestSetLocalTrace.test_if_in_if_in_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_in_if_in_if__test.test_sys_settrace.TraceOpcodesTestCase.test_if_in_if_in_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_in_if_in_if__test.test_sys_settrace.TraceTestCase.test_if_in_if_in_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_if_with_if_expression__test.test_peepholer.TestTranforms.test_if_with_if_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ifconfig_getnode__test.test_uuid.TestInternalsWithExtModule.test_ifconfig_getnode__'requires_ifconfig'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ifconfig_getnode__test.test_uuid.TestInternalsWithoutExtModule.test_ifconfig_getnode__'requires_ifconfig'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ifexp__test.test_ast.test_ast.ASTValidatorTests.test_ifexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_PYTHONHASHSEED__test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONHASHSEED_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_PYTHONPATH__test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONPATH_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore__test.test_enum.TestSpecial.test_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore__test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore__test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore__test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore__test.test_warnings.CFilterTests.test_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore__test.test_warnings.PyFilterTests.test_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_after_default__test.test_warnings.CFilterTests.test_ignore_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_after_default__test.test_warnings.PyFilterTests.test_ignore_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_case__test.test_re.ReTests.test_ignore_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_case_range__test.test_re.ReTests.test_ignore_case_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_case_set__test.test_re.ReTests.test_ignore_case_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_count_on_disabled_bp__test.test_bdb.BreakpointTestCase.test_ignore_count_on_disabled_bp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_exception__test.test_faulthandler.FaultHandlerTests.test_ignore_exception__'specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ignore_file__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_file__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_file__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_file__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_listener__test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore_listener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_listener__test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore_listener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_listener__test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_retval__test.test_ctypes.test_simplesubclasses.Test.test_ignore_retval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_spaces__test.test_re.ReTests.test_ignore_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_symlink_destination__test.test_compileall.CommandLineTestsNoSourceEpoch.test_ignore_symlink_destination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_symlink_destination__test.test_compileall.CommandLineTestsWithSourceEpoch.test_ignore_symlink_destination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_symlink_destination__test.test_compileall.CompileallTestsWithSourceEpoch.test_ignore_symlink_destination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_symlink_destination__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ignore_symlink_destination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.GzipMiscReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.GzipStreamReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.MiscReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignore_zeros__test.test_tarfile.StreamReadTest.test_ignore_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignored__test.test_trace.Test_Ignore.test_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignorefile__test.test_regrtest.ArgsTestCase.test_ignorefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignores__test.test_type_comments.TypeCommentTests.test_ignores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignores_newline_at_end__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ignores_stuff_appended_past_comments__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_il8n__test.test_email.test_headerregistry.TestAddressAndGroup.test_il8n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal__test.test_pyexpat.NamespaceSeparatorTest.test_illegal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_arguments__test.test_calendar.CommandLineTestCase.test_illegal_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_assignment__test.test_dictcomps.DictComprehensionTest.test_illegal_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_chars__test.test_http_cookies.CookieTests.test_illegal_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_declarations__test.test_htmlparser.HTMLParserTestCase.test_illegal_declarations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_decoder__test.test_io.CTextIOWrapperTest.test_illegal_decoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_decoder__test.test_io.PyTextIOWrapperTest.test_illegal_decoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_encoder__test.test_io.CTextIOWrapperTest.test_illegal_encoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_encoder__test.test_io.PyTextIOWrapperTest.test_illegal_encoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_mode_arg__test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_mode_arg__test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_mode_arg__test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_mode_arg__test.test_tarfile.MiscReadTest.test_illegal_mode_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_month_reported__test.test_calendar.MonthRangeTestCase.test_illegal_month_reported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_parameters_do_not_raise_runtime_errors__test.test_typing.LiteralTests.test_illegal_parameters_do_not_raise_runtime_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_patma_flags__test.test_collections.TestCollectionABCs.test_illegal_patma_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_separators__test.test_json.test_separators.TestCSeparators.test_illegal_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_separators__test.test_json.test_separators.TestPySeparators.test_illegal_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illegal_weekday_reported__test.test_calendar.CalendarTestCase.test_illegal_weekday_reported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.EnumerateStartTestCase.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.EnumerateTestCase.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.SubclassTestCase.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.TestBig.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.TestEmpty.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.TestLongStart.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_illformediterable__test.test_enumerate.TestStart.test_illformediterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imagasdouble__test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imaginary_literals__test.test_unparse.UnparseTestCase.test_imaginary_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imaginary_number_required_in_complex_literal_0__test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imaginary_number_required_in_complex_literal_1__test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap4_host_default_value__test.test_imaplib.TestImaplib.test_imap4_host_default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_handle_iterable_exception__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imap_unordered_handle_iterable_exception__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immediate_transactional_ddl__test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immortal_builtins__test.test_capi.test_immortal.TestCAPI.test_immortal_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immortal_builtins__test.test_capi.test_misc.Test_testcapi.test_immortal_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immortal_small_ints__test.test_capi.test_immortal.TestCAPI.test_immortal_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immortal_small_ints__test.test_capi.test_misc.Test_testcapi.test_immortal_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immortals__test.test_builtin.ImmortalTests.test_immortals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutability_by_copy_and_pickle__test.test_typing.GenericTests.test_immutability_by_copy_and_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable__test.test_array.MiscTest.test_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable__test.test_pickle.HeapTypesTests.test_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable__test.test_re.ImplementationTest.test_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable__test.test_type_aliases.TypeAliasTypeTest.test_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_dict__test.test_functools.TestCachedProperty.test_immutable_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_during_iteration__test.test_iterlen.TestDeque.test_immutable_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_during_iteration__test.test_iterlen.TestDequeReversed.test_immutable_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_during_iteration__test.test_iterlen.TestDictItems.test_immutable_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_during_iteration__test.test_iterlen.TestDictKeys.test_immutable_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_during_iteration__test.test_iterlen.TestDictValues.test_immutable_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_during_iteration__test.test_iterlen.TestSet.test_immutable_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_type_with_mutable_base__test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_types__test.test_io.TestIOCTypes.test_immutable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_types__test.test_itertools.TestBasicOps.test_immutable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_immutable_types__test.test_xml_etree_c.MiscTests.test_immutable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imod__test.test_bytes.ByteArrayTest.test_imod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imod__test.test_bytes.BytesTest.test_imod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implementation__test.test_sys.SysModuleTest.test_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_any__test.test_typing.GenericTests.test_implicit_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_any_inheritance__test.test_typing.TypedDictTests.test_implicit_any_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_binary_modes__test.test_bz2.OpenTest.test_implicit_binary_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_binary_modes__test.test_gzip.TestOpen.test_implicit_binary_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_context__test.test_decimal.CCoverage.test_implicit_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_context__test.test_decimal.CUsabilityTest.test_implicit_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_context__test.test_decimal.PyCoverage.test_implicit_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_context__test.test_decimal.PyUsabilityTest.test_implicit_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_Decimal__test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_Decimal__test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_None__test.test_decimal.CImplicitConstructionTest.test_implicit_from_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_None__test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_float__test.test_decimal.CImplicitConstructionTest.test_implicit_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_float__test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_int__test.test_decimal.CImplicitConstructionTest.test_implicit_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_int__test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_string__test.test_decimal.CImplicitConstructionTest.test_implicit_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_from_string__test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_issubclass_between_two_protocols__test.test_typing.ProtocolTests.test_implicit_issubclass_between_two_protocols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_newline__test.test_tokenize.GenerateTokensTest.test_implicit_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_newline__test.test_tokenize.TokenizeTest.test_implicit_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_reraise__test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_reraise_named__test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_return_in_class__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_implicit_return_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_return_in_class__test.test_sys_settrace.TestLinesAfterTraceStarted.test_implicit_return_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_return_in_class__test.test_sys_settrace.TestSetLocalTrace.test_implicit_return_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_return_in_class__test.test_sys_settrace.TraceOpcodesTestCase.test_implicit_return_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_return_in_class__test.test_sys_settrace.TraceTestCase.test_implicit_return_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_implicit_stop_iteration__test.test_monitoring.ExceptionMonitoringTest.test_implicit_stop_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_ast.test_ast.ASTValidatorTests.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_builtin.BuiltinTest.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_capi.test_import.ImportTests.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_compile.TestSpecifics.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_grammar.GrammarTests.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_import.ImportTests.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_multiprocessing_fork.test_misc._TestImportStar.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_multiprocessing_forkserver.test_misc._TestImportStar.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_ntpath.NtCommonTest.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import__test.test_posixpath.PosixCommonTest.test_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_bug__test.test_import.ImportTracebackTests.test_import_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_by_filename__test.test_import.ImportTests.test_import_by_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_deprecated__test.test_ast.test_ast.AST_Tests.test_import_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_encoded_module__test.test_source_encoding.MiscSourceEncodingTest.test_import_encoded_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_fresh_module__test.test_support.TestSupport.test_import_fresh_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_another_thread__test.test_threading.ThreadTests.test_import_from_another_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_different_package__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_different_package__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_error_with_bad_name__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_with_bad_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_error_with_bad_name__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_with_bad_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_level_none__test.test_unparse.UnparseTestCase.test_import_from_level_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_module__test.test_warnings.CWCmdLineTests.test_import_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_module__test.test_warnings.PyWCmdLineTests.test_import_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_multi_line__test.test_ast.test_ast.EndPositionTests.test_import_from_multi_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_non_package__test.test_import.RelativeImportTests.test_import_from_non_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_do_not_trigger_for_big_namespaces__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_do_not_trigger_for_big_namespaces__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_do_not_trigger_for_long_attributes__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_do_not_trigger_for_long_attributes__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_non_string__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_non_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_non_string__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_non_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_underscored__test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_underscored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_suggestions_underscored__test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_underscored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_from_unloaded_package__test.test_import.RelativeImportTests.test_import_from_unloaded_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_hangers__test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_in_del_does_not_crash__test.test_import.ImportTests.test_import_in_del_does_not_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_in_interpreter__test.test__interpreters.ModuleTests.test_import_in_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_module__test.test_support.TestSupport.test_import_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_name_binding__test.test_import.ImportTests.test_import_name_binding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_nested_scope_twice__test.test_future_stmt.test_future.FutureTest.test_import_nested_scope_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_nonexistent_module__test.test_importlib.metadata.test_main.ImportTests.test_import_nonexistent_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_parent__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_parent__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_pyc_path__test.test_import.PycacheTests.test_import_pyc_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_raises_ModuleNotFoundError__test.test_import.ImportTests.test_import_raises_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_relative_import_no_fromlist__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_import_relative_import_no_fromlist__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imported__test.test_symtable.SymtableTest.test_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imported_load_method__test.test_compile.TestSpecifics.test_imported_load_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importfile__test.test_pydoc.test_pydoc.PydocImportTest.test_importfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importfrom__test.test_ast.test_ast.ASTValidatorTests.test_importfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importfrozenmodule__test.test_capi.test_import.ImportTests.test_importfrozenmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importfrozenmoduleobject__test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importmodule__test.test_capi.test_import.ImportTests.test_importmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importmoduleex__test.test_capi.test_import.ImportTests.test_importmoduleex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importmodulelevel__test.test_capi.test_import.ImportTests.test_importmodulelevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importmodulelevelobject__test.test_capi.test_import.ImportTests.test_importmodulelevelobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_importmodulenoblock__test.test_capi.test_import.ImportTests.test_importmodulenoblock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imports__test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imports__test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imports__test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imports__test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_improper_input__test.test_warnings.CWCmdLineTests.test_improper_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_improper_input__test.test_warnings.PyWCmdLineTests.test_improper_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_improper_option__test.test_warnings.PyWCmdLineTests.test_improper_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.ByteTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.DoubleTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.FloatTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.IntTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.LongLongTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.LongTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.ShortTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UCS4Test.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UnicodeTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UnsignedByteTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UnsignedIntTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UnsignedLongLongTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UnsignedLongTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_array.UnsignedShortTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_deque.TestBasic.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_deque.TestSequence.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_list.ListTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_tuple.TupleTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul__test.test_userlist.UserListTest.test_imul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_imul_bug__test.test_descr.ClassPropertiesAndMethods.test_imul_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in__test.test_set.TestBasicOpsSingleton.test_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in__test.test_set.TestBasicOpsTuple.test_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_and_not_in__test.test_iter.TestCase.test_in_and_not_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_band_buffers__test.test_pickle.CDumpPickle_LoadPickle.test_in_band_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_band_buffers__test.test_pickle.CPicklerTests.test_in_band_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_band_buffers__test.test_pickle.DumpPickle_CLoadPickle.test_in_band_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_band_buffers__test.test_pickle.InMemoryPickleTests.test_in_band_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_band_buffers__test.test_pickle.PyPicklerTests.test_in_band_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_band_buffers__test.test_pickletools.OptimizedPickleTests.test_in_band_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_class_scope_inside_function_1__test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_class_scope_inside_function_2__test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_class_scope_with_global__test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_class_scope_with_nonlocal__test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_literal_list__test.test_peepholer.TestTranforms.test_in_literal_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_main__test.test__interpreters.CreateTests.test_in_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_main__test.test_interpreters.test_api.CreateTests.test_in_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_memory_shelf__test.test_shelve.TestCase.test_in_memory_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_package__test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_package__test.test_importlib.test_util.Source_ResolveNameTests.test_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_subinterpreter__test.test__interpreters.CreateTests.test_in_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_subinterpreter__test.test_interpreters.test_api.CreateTests.test_in_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_thread__test.test__interpreters.CreateTests.test_in_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_thread__test.test__interpreters.RunFuncTests.test_in_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_thread__test.test__interpreters.RunStringTests.test_in_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_thread__test.test_interpreters.test_api.CreateTests.test_in_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_thread__test.test_interpreters.test_api.TestInterpreterExec.test_in_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_threaded_subinterpreter__test.test__interpreters.CreateTests.test_in_threaded_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_transaction__test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_in_transaction_ro__test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inband_accept_default_buffers_argument__test.test_pickle.CDumpPickle_LoadPickle.test_inband_accept_default_buffers_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inband_accept_default_buffers_argument__test.test_pickle.CPicklerTests.test_inband_accept_default_buffers_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inband_accept_default_buffers_argument__test.test_pickle.DumpPickle_CLoadPickle.test_inband_accept_default_buffers_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inband_accept_default_buffers_argument__test.test_pickle.InMemoryPickleTests.test_inband_accept_default_buffers_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inband_accept_default_buffers_argument__test.test_pickle.PyPicklerTests.test_inband_accept_default_buffers_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inband_accept_default_buffers_argument__test.test_pickletools.OptimizedPickleTests.test_inband_accept_default_buffers_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_bad_file__test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_bad_file__test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_file_no_arg__test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_file_no_arg__test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_file_with_arg__test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_with_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_file_with_arg__test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_with_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_on_stdin__test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_on_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_include_on_stdin__test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_on_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompatible__test.test_logging.BasicConfigTest.test_incompatible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompatible_types__test.test_statistics.CoerceTest.test_incompatible_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompatible_versions__test.test_ipaddress.ComparisonTests.test_incompatible_versions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete__test.test_codeop.CodeopTests.test_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete__test.test_tarfile.AppendTest.test_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_dialect__test.test_csv.TestDialectRegistry.test_incomplete_dialect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_example__test.test_ctypes.test_incomplete.TestSetPointerType.test_incomplete_example_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_field_types__test.test_ast.test_ast.ASTConstructorTests.test_incomplete_field_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_input__test.test_pickle.CPickleTests.test_incomplete_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_input__test.test_pickle.PyPickleTests.test_incomplete_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_multi_phase_init_module__test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_incomplete_multi_phase_init_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_read__test.test_httplib.BasicTest.test_incomplete_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_stream__test.test_zlib.CompressTestCase.test_incomplete_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incomplete_warning__test.test_codeop.CodeopTests.test_incomplete_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompleted_write__test.test_wave.WavePCM16Test.test_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompleted_write__test.test_wave.WavePCM24ExtTest.test_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompleted_write__test.test_wave.WavePCM24Test.test_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompleted_write__test.test_wave.WavePCM32Test.test_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incompleted_write__test.test_wave.WavePCM8Test.test_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inconsistent_converters_state__test.test_configparser.CoverageOneHundredTestCase.test_inconsistent_converters_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incorporates_rn__test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incorporates_rn__test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incorrect_code_name__test.test_import.PycRewritingTests.test_incorrect_code_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incorrect_constructor__test.test_exceptions.SyntaxErrorTests.test_incorrect_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incorrect_load__test.test_tomllib.test_misc.TestMiscellaneous.test_incorrect_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incorrect_mro_explicit_object__test.test_type_params.TypeParamsInvalidTest.test_incorrect_mro_explicit_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incref_decref_API__test.test_capi.test_misc.Test_testcapi.test_incref_decref_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incref_doesnt_leak__test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_increment_lineno__test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_increment_lineno_on_module__test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno_on_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental__test.test_codecs.CodePageTest.test_incremental__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_incremental_decode__test.test_codecs.IDNACodecTest.test_incremental_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_decode__test.test_codecs.Rot13Test.test_incremental_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_decode_invalid__test.test_codecs.IDNACodecTest.test_incremental_decode_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_encode__test.test_codecs.IDNACodecTest.test_incremental_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_encode__test.test_codecs.Rot13Test.test_incremental_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_encode_invalid__test.test_codecs.IDNACodecTest.test_incremental_encode_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_errors__test.test_codecs.UTF8SigTest.test_incremental_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_errors__test.test_codecs.UTF8Test.test_incremental_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.RawUnicodeEscapeTest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF16BETest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF16LETest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF16Test.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF32BETest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF32LETest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF32Test.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF7Test.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF8SigTest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UTF8Test.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incremental_surrogatepass__test.test_codecs.UnicodeEscapeTest.test_incremental_surrogatepass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_cn.Test_GB18030.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_cn.Test_GB2312.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_cn.Test_GBK.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_cn.Test_HZ.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_CP932.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_SJIS_2004.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_kr.Test_CP949.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_kr.Test_EUCKR.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_kr.Test_JOHAB.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementaldecoder__test.test_codecencodings_tw.Test_Big5.test_incrementaldecoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_multibytecodec.TestHZStateful.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder__test.test_multibytecodec.TestStateful.test_incrementalencoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_del_segfault__test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_del_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_error_callback__test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_error_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_final__test.test_multibytecodec.TestHZStateful.test_incrementalencoder_final_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_incrementalencoder_final__test.test_multibytecodec.TestStateful.test_incrementalencoder_final_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent0__test.test_json.test_indent.TestCIndent.test_indent0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent0__test.test_json.test_indent.TestPyIndent.test_indent0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent__test.test_json.test_indent.TestCIndent.test_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent__test.test_json.test_indent.TestPyIndent.test_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent__test.test_json.test_tool.TestTool.test_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent__test.test_xml_etree.ElementTreeTest.test_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent__test.test_xml_etree_c.ElementTreeTest.test_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_all_lines__test.test_textwrap.IndentTestCase.test_indent_all_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_default__test.test_textwrap.IndentTestCase.test_indent_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_empty_lines__test.test_textwrap.IndentTestCase.test_indent_empty_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_explicit_default__test.test_textwrap.IndentTestCase.test_indent_explicit_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_level__test.test_xml_etree.ElementTreeTest.test_indent_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_level__test.test_xml_etree_c.ElementTreeTest.test_indent_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_no_lines__test.test_textwrap.IndentTestCase.test_indent_no_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_nomargin_all_lines__test.test_textwrap.IndentTestCase.test_indent_nomargin_all_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_nomargin_default__test.test_textwrap.IndentTestCase.test_indent_nomargin_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_nomargin_explicit_default__test.test_textwrap.IndentTestCase.test_indent_nomargin_explicit_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_space__test.test_xml_etree.ElementTreeTest.test_indent_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_space__test.test_xml_etree_c.ElementTreeTest.test_indent_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_space_caching__test.test_xml_etree.ElementTreeTest.test_indent_space_caching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indent_space_caching__test.test_xml_etree_c.ElementTreeTest.test_indent_space_caching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indentation__test.test_compile.TestSpecifics.test_indentation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indentation_array__test.test_plistlib.TestPlistlib.test_indentation_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indentation_dict__test.test_plistlib.TestPlistlib.test_indentation_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indentation_dict_mix__test.test_plistlib.TestPlistlib.test_indentation_dict_mix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indentation_error__test.test_code_module.TestInteractiveConsole.test_indentation_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indentlevel__test.test_pickletools.DisTests.test_indentlevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indexOf__test.test_iter.TestCase.test_indexOf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indexOf__test.test_operator.COperatorTestCase.test_indexOf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indexOf__test.test_operator.PyOperatorTestCase.test_indexOf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.ByteTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.DoubleTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.FloatTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.IntTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.LargeArrayTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.LongLongTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.LongTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.ShortTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UCS4Test.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UnicodeTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UnsignedByteTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UnsignedIntTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UnsignedLongLongTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UnsignedLongTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_array.UnsignedShortTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bigmem.BytearrayTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bigmem.BytesTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bigmem.ListTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bigmem.StrTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bytes.ByteArrayAsStringTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bytes.ByteArrayTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bytes.BytesAsStringTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_bytes.BytesTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_capi.test_number.CAPITest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_deque.TestBasic.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_deque.TestSequence.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_index.ByteArrayTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_index.BytesTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_index.ListTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_index.NewSeqTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_index.StringTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_index.TupleTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_list.ListTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_operator.COperatorTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_operator.PyOperatorTestCase.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_range.RangeTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_str.StrTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_tuple.TupleTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_userlist.UserListTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index__test.test_userstring.UserStringTest.test_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index_and_slice__test.test_bigmem.ListTest.test_index_and_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index_and_slice__test.test_bigmem.TupleTest.test_index_and_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index_bug_24913__test.test_deque.TestBasic.test_index_bug_24913_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index_lookup__test.test_string.ModuleTest.test_index_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_index_returns_int_subclass__test.test_index.BaseTestCase.test_index_returns_int_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indices__test.test_slice.SliceTest.test_indices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indirect__test.test_import.CircularImportTests.test_indirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_indirect_calls_with_gc_disabled__test.test_gc.GCTogglingTests.test_indirect_calls_with_gc_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality__test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality_incomplete__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inequality_incomplete__test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inexact__test.test_decimal.CIBMTestCases.test_inexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inexact__test.test_decimal.PyIBMTestCases.test_inexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf__test.test_statistics.ApproxEqualSpecialsTest.test_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf__test.test_statistics.ConvertTest.test_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf__test.test_statistics.ExactRatioTest.test_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf__test.test_statistics.TestHarmonicMean.test_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf__test.test_statistics.TestMean.test_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_as_str__test.test_float.InfNanTest.test_inf_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_constant__test.test_math.MathTests.test_inf_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_from_str__test.test_float.InfNanTest.test_inf_from_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_nan__test.test_float.RoundTestCase.test_inf_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_nan_ndigits__test.test_float.RoundTestCase.test_inf_nan_ndigits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_ninf_nan__test.test_cmath.IsCloseTests.test_inf_ninf_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_ninf_nan__test.test_math.IsCloseTests.test_inf_ninf_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inf_signs__test.test_float.InfNanTest.test_inf_signs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infer_return_type_multiples__test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infer_return_type_multiples_and_none__test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infer_return_type_pathlib__test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infer_return_type_pathlike__test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infer_return_type_singles__test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infile_outfile__test.test_json.test_tool.TestTool.test_infile_outfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infile_stdout__test.test_json.test_tool.TestTool.test_infile_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infinite_recursion_in_bases__test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_in_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infinity__test.test_statistics.DecimalToRatioTest.test_infinity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infinity__test.test_statistics.IsFiniteTest.test_infinity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infinity_and_nan_constants__test.test_cmath.CMathTests.test_infinity_and_nan_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_infinity_numbers__test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_infinity_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_ctypes.test_macholib.MachOTest.test_info__'OSX-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_info__test.test_dis.BytecodeTests.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_logging.BasicConfigTest.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_logging.ModuleLevelMiscTest.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_mailbox.TestMaildirMessage.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_urllib.urlopen_DataTests.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_urllib.urlopen_FileTests.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info__test.test_urllib2_localnet.TestUrlopen.test_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info_and_flags__test.test_mailbox.TestMaildirMessage.test_info_and_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info_command__test.test_zipapp.ZipAppCmdlineTest.test_info_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_info_error__test.test_zipapp.ZipAppCmdlineTest.test_info_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit__test.test_dataclasses.TestFrozen.test_inherit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_inherit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_but_return_something_else__test.test_buffer.TestPythonBufferProtocol.test_inherit_but_return_something_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_from_normal_class__test.test_dataclasses.TestFrozen.test_inherit_from_normal_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_from_protocol__test.test_dataclasses.TestInit.test_inherit_from_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_frozen_from_nonfrozen__test.test_dataclasses.TestFrozen.test_inherit_frozen_from_nonfrozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_frozen_mutliple_inheritance__test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_frozen_mutliple_inheritance_regular_mixins__test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance_regular_mixins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_nonfrozen_from_empty__test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_nonfrozen_from_empty_frozen__test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_nonfrozen_from_frozen__test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_without_calling_super_init__test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherit_without_calling_super_init__test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritable__test.test_os.TestInvalidFD.test_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.datetimetester.TestTimeZone_Fast.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.datetimetester.TestTimeZone_Pure.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.test_baseexception.ExceptionClassTests.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.test_buffer.TestPythonBufferProtocol.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.test_configparser.BlatantOverrideConvertersTestCase.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.test_warnings.CFilterTests.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.test_warnings.PyFilterTests.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance__test.test_zipfile._path.test_path.TestPath.test_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_from_object__test.test_typing.ProtocolTests.test_inheritance_from_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_hierarchy__test.test_ctypes.test_arrays.ArrayTestCase.test_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_hierarchy__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_hierarchy__test.test_ctypes.test_pointers.PointersTestCase.test_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_hierarchy__test.test_ctypes.test_simplesubclasses.Test.test_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_hierarchy__test.test_ctypes.test_structures.StructureTestCase.test_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_hierarchy__test.test_ctypes.test_unions.ArrayTestCase.test_inheritance_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inheritance_releasebuffer__test.test_buffer.TestPythonBufferProtocol.test_inheritance_releasebuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited__test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_classattribute__test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_classattribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_data_type__test.test_enum.TestSpecial.test_inherited_data_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_new_from_enhanced_enum__test.test_enum.TestSpecial.test_inherited_new_from_enhanced_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_new_from_mixed_enum__test.test_enum.TestSpecial.test_inherited_new_from_mixed_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestIntEnumClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestIntEnumFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestIntFlagClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestIntFlagFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMinimalDateClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMinimalDateFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMinimalFloatClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMinimalFloatFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedDateClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedDateFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedFloatClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedFloatFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedIntClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedIntFlagClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedIntFlagFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedIntFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedStrClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestMixedStrFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestPlainEnumClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestPlainEnumFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestPlainFlagClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestPlainFlagFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestStrEnumClass.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_repr__test.test_enum.TestStrEnumFunction.test_inherited_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inherited_slots__test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__TestSuite_instances_in_tests__test.test_unittest.test_suite.Test_TestSuite.test_init__TestSuite_instances_in_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__empty_tests__test.test_unittest.test_suite.Test_TestSuite.test_init__empty_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__no_test_name__test.test_unittest.test_case.Test_TestCase.test_init__no_test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_collections.TestCounter.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_ctypes.test_numbers.NumberTestCase.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_deque.TestBasic.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_descr.ClassPropertiesAndMethods.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_enum.TestSpecial.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_importlib.test_lazy.LazyLoaderTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_list.ListTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_lzma.FileTestCase.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_memoryio.CBytesIOTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_memoryio.CStringIOTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_memoryio.PyBytesIOTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_memoryio.PyStringIOTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_ordered_dict.CPythonBuiltinDictTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_ordered_dict.CPythonOrderedDictTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_ordered_dict.PurePythonOrderedDictTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_pprint.QueryTestCase.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_readline.TestReadline.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_set.TestFrozenSet.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_set.TestFrozenSetSubclass.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_set.TestSet.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_set.TestSetSubclass.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_typing.GenericTests.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_unittest.test_result.Test_TestResult.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_unittest.test_runner.Test_TextTestRunner.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_userdict.UserDictTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_userlist.UserListTest.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_weakref.ReferencesTestCase.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test.test_weakset.TestWeakSet.test_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test_name__invalid__test.test_unittest.test_case.Test_TestCase.test_init__test_name__invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__test_name__valid__test.test_unittest.test_case.Test_TestCase.test_init__test_name__valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__tests_from_any_iterable__test.test_unittest.test_suite.Test_TestSuite.test_init__tests_from_any_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init__tests_optional__test.test_unittest.test_suite.Test_TestSuite.test_init__tests_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_alloc__test.test_bytes.ByteArrayTest.test_init_alloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_bad_check__test.test_lzma.FileTestCase.test_init_bad_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_bad_filter_spec__test.test_lzma.FileTestCase.test_init_bad_filter_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_bad_id__test.test_interpreters.test_api.InterpreterObjectTests.test_init_bad_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_bad_mode__test.test_lzma.FileTestCase.test_init_bad_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_bad_preset__test.test_lzma.FileTestCase.test_init_bad_preset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_called__test.test_typing.ProtocolTests.test_init_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_calls__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_calls__test.test_ordered_dict.CPythonOrderedDictTests.test_init_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_calls__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_calls__test.test_ordered_dict.PurePythonOrderedDictTests.test_init_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_calls_set__test.test_dataclasses.TestDescriptors.test_init_calls_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_close_fobj__test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_close_fobj__test.test_tarfile.GzipMiscReadTest.test_init_close_fobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_close_fobj__test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_close_fobj__test.test_tarfile.MiscReadTest.test_init_close_fobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_compat_config__test.test_embed.InitConfigTests.test_init_compat_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_compat_env__test.test_embed.InitConfigTests.test_init_compat_env__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_default_config__test.test_embed.InitConfigTests.test_init_default_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_dev_mode__test.test_embed.InitConfigTests.test_init_dev_mode__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_does_not_exist__test.test_interpreters.test_api.InterpreterObjectTests.test_init_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_dont_configure_locale__test.test_embed.InitConfigTests.test_init_dont_configure_locale__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_dont_parse_argv__test.test_embed.InitConfigTests.test_init_dont_parse_argv__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_env_dev_mode__test.test_embed.InitConfigTests.test_init_env_dev_mode__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_env_dev_mode_alloc__test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_error__test.test_importlib.resources.test_reader.NamespaceReaderTest.test_init_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_errors__test.test_ctypes.test_structures.StructureTestCase.test_init_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_exception__test.test_enum.TestSpecial.test_init_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_false_no_default__test.test_dataclasses.TestCase.test_init_false_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_file__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_from_config__test.test_embed.InitConfigTests.test_init_from_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_global_config__test.test_embed.InitConfigTests.test_init_global_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_immutable_default_args__test.test_threading.TimerTests.test_init_immutable_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_in_background_thread__test.test_embed.InitConfigTests.test_init_in_background_thread__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_in_order__test.test_dataclasses.TestCase.test_init_in_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_int__test.test_interpreters.test_api.InterpreterObjectTests.test_init_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_interpreter_id__test.test_interpreters.test_api.InterpreterObjectTests.test_init_interpreter_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_is_python_build_with_home__test.test_embed.InitConfigTests.test_init_is_python_build_with_home__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_isolated_config__test.test_embed.InitConfigTests.test_init_isolated_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_isolated_flag__test.test_embed.InitConfigTests.test_init_isolated_flag__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_kwargs__test.test_reprlib.ReprTests.test_init_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_kwdargs__test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_kwdargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_main__test.test_embed.InitConfigTests.test_init_main__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_main_interpreter_settings__test.test_embed.InitConfigTests.test_init_main_interpreter_settings__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_mode__test.test_lzma.FileTestCase.test_init_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_new_overridden__test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_new_overridden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_no_paths__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_no_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_overridden__test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_overridden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_override__test.test_bytes.ByteArraySubclassTest.test_init_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_override__test.test_codecs.ExceptionNotesTest.test_init_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_parse_argv__test.test_embed.InitConfigTests.test_init_parse_argv__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_pathinfo__test.test_site.HelperFunctionsTests.test_init_pathinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_pybuilddir__test.test_embed.InitConfigTests.test_init_pybuilddir__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_pybuilddir_win32__test.test_embed.InitConfigTests.test_init_pybuilddir_win32__'See_test_init_pybuilddir'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_python_config__test.test_embed.InitConfigTests.test_init_python_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_python_env__test.test_embed.InitConfigTests.test_init_python_env__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_pyvenv_cfg__test.test_embed.InitConfigTests.test_init_pyvenv_cfg__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_read_set__test.test_embed.InitConfigTests.test_init_read_set__'as_of_3.11_this_test_no_longer_works_because_path_calculations_do_not_occur_on_read'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_reinitializes__test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_run_main__test.test_embed.InitConfigTests.test_init_run_main__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_segfault__test.test_multibytecodec.Test_MultibyteCodec.test_init_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_set_config__test.test_embed.InitConfigTests.test_init_set_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_setpath__test.test_embed.InitConfigTests.test_init_setpath__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_setpath_config__test.test_embed.InitConfigTests.test_init_setpath_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_setpythonhome__test.test_embed.InitConfigTests.test_init_setpythonhome__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_stability__test.test_mimetypes.MimeTypesTestCase.test_init_stability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_standalone__test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_standalone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass__test.test_enum.OldTestFlag.test_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass__test.test_subclassinit.Test.test_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass__test.test_typing.GenericTests.test_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_diamond__test.test_subclassinit.Test.test_init_subclass_diamond_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_dict__test.test_subclassinit.Test.test_init_subclass_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_error__test.test_subclassinit.Test.test_init_subclass_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_has_correct_cls__test.test_warnings.DeprecatedTests.test_init_subclass_has_correct_cls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_kwargs__test.test_subclassinit.Test.test_init_subclass_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_skipped__test.test_subclassinit.Test.test_init_subclass_skipped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_super_called__test.test_typing.GenericTests.test_init_subclass_super_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_with_explicit_classmethod__test.test_warnings.DeprecatedTests.test_init_subclass_with_explicit_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_subclass_wrong__test.test_subclassinit.Test.test_init_subclass_wrong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_sys_add__test.test_embed.InitConfigTests.test_init_sys_add__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_unsupported__test.test_interpreters.test_api.InterpreterObjectTests.test_init_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_use_after_free__test.test_dict.DictTest.test_init_use_after_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_use_frozen_modules__test.test_embed.InitConfigTests.test_init_use_frozen_modules__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_var__test.test_dataclasses.TestCase.test_init_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var__test.test_dataclasses.TestMakeDataclass.test_init_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var_default_factory__test.test_dataclasses.TestCase.test_init_var_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var_inheritance__test.test_dataclasses.TestCase.test_init_var_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var_name_shadowing__test.test_dataclasses.TestCase.test_init_var_name_shadowing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var_no_default__test.test_dataclasses.TestCase.test_init_var_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var_preserve_type__test.test_dataclasses.TestCase.test_init_var_preserve_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_var_with_default__test.test_dataclasses.TestCase.test_init_var_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_warnoptions__test.test_embed.InitConfigTests.test_init_warnoptions__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_init_with_PathLike_filename__test.test_lzma.FileTestCase.test_init_with_PathLike_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_with_filename__test.test_lzma.FileTestCase.test_init_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_with_preset_and_filters__test.test_lzma.FileTestCase.test_init_with_preset_and_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_init_with_x_mode__test.test_lzma.FileTestCase.test_init_with_x_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initgroups__test.test_posix.PosixGroupsTester.test_initgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initgroups__test.test_posix.PosixTester.test_initgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial__test.test__interpreters.ListAllTests.test_initial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial__test.test_interpreters.test_api.ListAllTests.test_initial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial_indent__test.test_textwrap.IndentTestCases.test_initial_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial_state__test.test_asyncio.test_futures.CFutureTests.test_initial_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial_state__test.test_asyncio.test_futures.CSubFutureTests.test_initial_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial_state__test.test_asyncio.test_futures.PyFutureTests.test_initial_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initial_value_zero__test.test_asyncio.test_locks.SemaphoreTests.test_initial_value_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialization__test.test_io.CBufferedReaderTest.test_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialization__test.test_io.CBufferedWriterTest.test_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialization__test.test_io.CTextIOWrapperTest.test_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize__test.test_mailbox.TestPartialFile.test_initialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize__test.test_mailbox.TestProxyFile.test_initialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_existing__test.test_mailbox.TestMaildir.test_initialize_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_incorrectly__test.test_mailbox.TestBabylMessage.test_initialize_incorrectly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_incorrectly__test.test_mailbox.TestMHMessage.test_initialize_incorrectly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_incorrectly__test.test_mailbox.TestMMDFMessage.test_initialize_incorrectly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_incorrectly__test.test_mailbox.TestMaildirMessage.test_initialize_incorrectly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_incorrectly__test.test_mailbox.TestMboxMessage.test_initialize_incorrectly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_incorrectly__test.test_mailbox.TestMessage.test_initialize_incorrectly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_new__test.test_mailbox.TestMaildir.test_initialize_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_parser_without_target__test.test_xml_etree.ElementTreeTest.test_initialize_parser_without_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_parser_without_target__test.test_xml_etree_c.ElementTreeTest.test_initialize_parser_without_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_binary_file__test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_binary_file__test.test_mailbox.TestMHMessage.test_initialize_with_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_binary_file__test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_binary_file__test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_binary_file__test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_binary_file__test.test_mailbox.TestMessage.test_initialize_with_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_eMM__test.test_mailbox.TestBabylMessage.test_initialize_with_eMM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_eMM__test.test_mailbox.TestMHMessage.test_initialize_with_eMM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_eMM__test.test_mailbox.TestMMDFMessage.test_initialize_with_eMM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_eMM__test.test_mailbox.TestMaildirMessage.test_initialize_with_eMM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_eMM__test.test_mailbox.TestMboxMessage.test_initialize_with_eMM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_eMM__test.test_mailbox.TestMessage.test_initialize_with_eMM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_file__test.test_mailbox.TestBabylMessage.test_initialize_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_file__test.test_mailbox.TestMHMessage.test_initialize_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_file__test.test_mailbox.TestMMDFMessage.test_initialize_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_file__test.test_mailbox.TestMaildirMessage.test_initialize_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_file__test.test_mailbox.TestMboxMessage.test_initialize_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_file__test.test_mailbox.TestMessage.test_initialize_with_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_nothing__test.test_mailbox.TestBabylMessage.test_initialize_with_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_nothing__test.test_mailbox.TestMHMessage.test_initialize_with_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_nothing__test.test_mailbox.TestMMDFMessage.test_initialize_with_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_nothing__test.test_mailbox.TestMaildirMessage.test_initialize_with_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_nothing__test.test_mailbox.TestMboxMessage.test_initialize_with_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_nothing__test.test_mailbox.TestMessage.test_initialize_with_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_string__test.test_mailbox.TestBabylMessage.test_initialize_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_string__test.test_mailbox.TestMHMessage.test_initialize_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_string__test.test_mailbox.TestMMDFMessage.test_initialize_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_string__test.test_mailbox.TestMaildirMessage.test_initialize_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_string__test.test_mailbox.TestMboxMessage.test_initialize_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_string__test.test_mailbox.TestMessage.test_initialize_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.ByteTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.DoubleTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.FloatTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.IntTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.LongLongTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.LongTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.ShortTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UCS4Test.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UnicodeTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UnsignedByteTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UnsignedIntTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UnsignedLongLongTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UnsignedLongTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unicode__test.test_array.UnsignedShortTest.test_initialize_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unixfrom__test.test_mailbox.TestMMDFMessage.test_initialize_with_unixfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialize_with_unixfrom__test.test_mailbox.TestMboxMessage.test_initialize_with_unixfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initialized_attributes_allowed_after_seal__test.test_unittest.testmock.testsealable.TestSealable.test_initialized_attributes_allowed_after_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initializers__test.test_ctypes.test_structures.StructureTestCase.test_initializers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initializing_local_does_not_add_check__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_initializing_local_does_not_add_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initvar__test.test_dataclasses.TestStringAnnotations.test_initvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initvar_is_specified__test.test_dataclasses.TestReplace.test_initvar_is_specified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_initvar_with_default_value__test.test_dataclasses.TestReplace.test_initvar_with_default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_injected_authentication_failure__test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_array_recursion_limit__test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_flags__test.test_re.PatternReprTests.test_inline_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_flags__test.test_re.ReTests.test_inline_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_methods__test.test_set.TestVariousIteratorArgs.test_inline_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_quote__test.test_csv.TestDialectExcel.test_inline_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_quotes__test.test_csv.TestDialectExcel.test_inline_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inline_table_recursion_limit__test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inlined_binary_subscr__test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inlined_call__test.test_capi.test_misc.Test_Pep523API.test_inlined_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inlined_call_function_ex__test.test_capi.test_misc.Test_Pep523API.test_inlined_call_function_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inlined_for_iter__test.test_capi.test_misc.Test_Pep523API.test_inlined_for_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inlined_load_attr__test.test_capi.test_misc.Test_Pep523API.test_inlined_load_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inlined_send__test.test_capi.test_misc.Test_Pep523API.test_inlined_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inner_cell_shadows_outer__test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inner_cell_shadows_outer_no_store__test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_no_store_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inner_cell_shadows_outer_redefined__test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_redefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace__test.test_operator.COperatorTestCase.test_inplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace__test.test_operator.PyOperatorTestCase.test_inplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_binary_write_mode__test.test_fileinput.FileInputTests.test_inplace_binary_write_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_concat_large__test.test_bigmem.ListTest.test_inplace_concat_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_concat_small__test.test_bigmem.ListTest.test_inplace_concat_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_encoding_errors__test.test_fileinput.FileInputTests.test_inplace_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_methods__test.test_set.TestVariousIteratorArgs.test_inplace_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_on_self__test.test_set.TestSet.test_inplace_on_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_on_self__test.test_set.TestSetSubclass.test_inplace_on_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_on_self__test.test_weakset.TestWeakSet.test_inplace_on_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_operations__test.test_collections.TestCounter.test_inplace_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_repeat__test.test_index.ListTestCase.test_inplace_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_repeat_large__test.test_bigmem.ListTest.test_inplace_repeat_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_repeat_small__test.test_bigmem.ListTest.test_inplace_repeat_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_rewrites__test.test_str.StrTest.test_inplace_rewrites_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_rewrites__test.test_userstring.UserStringTest.test_inplace_rewrites_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_string__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_inplace_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inplace_string__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_inplace_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input__test.test_builtin.BuiltinTest.test_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_exceptions__test.test_math.MathTests.test_input_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_gh130163__test.test_builtin.BuiltinTest.test_input_gh130163_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_header_with_invalid_date__test.test_email.test_inversion.TestInversion.test_input_header_with_invalid_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_header_with_one_space_body__test.test_email.test_inversion.TestInversion.test_input_header_with_one_space_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_no_stdout_fileno__test.test_builtin.PtyTests.test_input_no_stdout_fileno__'Test_may_fail_under_heavy_load'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_reset_at_EOF__test.test_cmd.TestAlternateInput.test_input_reset_at_EOF_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_strip__test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_input_tty__test.test_builtin.PtyTests.test_input_tty__'stdin_and_stdout_must_be_ttys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_tty_non_ascii__test.test_builtin.PtyTests.test_input_tty_non_ascii__'stdin_and_stdout_must_be_ttys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_tty_non_ascii_unicode_errors__test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors__'stdin_and_stdout_must_be_ttys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_tty_nondecodable_input__test.test_builtin.PtyTests.test_input_tty_nondecodable_input__'stdin_and_stdout_must_be_ttys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_tty_nonencodable_prompt__test.test_builtin.PtyTests.test_input_tty_nonencodable_prompt__'stdin_and_stdout_must_be_ttys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_tty_null_in_prompt__test.test_builtin.PtyTests.test_input_tty_null_in_prompt__'stdin_and_stdout_must_be_ttys'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_input_type__test.test_cmath.CMathTests.test_input_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inputtypes__test.test_builtin.TestSorted.test_inputtypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestDateTime_Fast.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestDateTime_Pure.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestDate_Fast.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestDate_Pure.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestSubclassDateTime_Fast.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_fromtimestamp__test.datetimetester.TestSubclassDateTime_Pure.test_insane_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_timestamps__test.test_time.TimeTestCase.test_insane_timestamps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_insane_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_insane_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_utcfromtimestamp__test.datetimetester.TestDateTime_Fast.test_insane_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_utcfromtimestamp__test.datetimetester.TestDateTime_Pure.test_insane_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_utcfromtimestamp__test.datetimetester.TestSubclassDateTime_Fast.test_insane_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insane_utcfromtimestamp__test.datetimetester.TestSubclassDateTime_Pure.test_insane_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insensitive__test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_insensitive__test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_insert__test.test_array.ByteTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.DoubleTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.FloatTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.IntTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.LargeArrayTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.LongLongTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.LongTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.ShortTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UCS4Test.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UnicodeTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UnsignedByteTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UnsignedIntTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UnsignedLongLongTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UnsignedLongTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_array.UnsignedShortTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_bigmem.ListTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_bytes.ByteArrayTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_deque.TestBasic.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_list.ListTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert__test.test_userlist.UserListTest.test_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert_bug_26194__test.test_deque.TestBasic.test_insert_bug_26194_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insert_starts_transaction__test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insort__test.test_bisect.TestBisectC.test_insort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insort__test.test_bisect.TestBisectPython.test_insort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insort_keynotNone__test.test_bisect.TestBisectC.test_insort_keynotNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_insort_keynotNone__test.test_bisect.TestBisectPython.test_insort_keynotNone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect__test.test_warnings.DeprecatedTests.test_inspect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_class_signature__test.test_warnings.DeprecatedTests.test_inspect_class_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_classify_class_attrs__test.test_enum.TestStdLib.test_inspect_classify_class_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_dict__test.test_class.TestInlineValues.test_inspect_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_getmembers__test.test_enum.TestStdLib.test_inspect_getmembers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_getsource_issue4223__test.test_zipimport_support.ZipSupportTests.test_inspect_getsource_issue4223_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_module__test.test_decimal.SignatureTest.test_inspect_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_signatures__test.test_enum.TestStdLib.test_inspect_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inspect_types__test.test_decimal.SignatureTest.test_inspect_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inst__test.test_pickletools.DisTests.test_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inst_method_calling__test.test_trace.TestFuncs.test_inst_method_calling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instanceWithException__test.test_set.TestExceptionPropagation.test_instanceWithException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance__test.test_collections.TestNamedTuple.test_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance__test.test_ctypes.test_prototypes.CharPointersTestCase.test_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance__test.test_gc.GCTests.test_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance__test.test_reprlib.LongReprTest.test_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance__test.test_reprlib.ReprTests.test_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_assignment__test.test_configparser.BlatantOverrideConvertersTestCase.test_instance_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_attr__test.test_inspect.test_inspect.TestGetattrStatic.test_instance_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_attribute__test.test_codecs.ExceptionNotesTest.test_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_bypass__test.test_contextlib.TestExitStack.test_instance_bypass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_bypass__test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_bypass_async__test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_cause__test.test_raise.TestCause.test_instance_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_check__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_instance_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_context_instance_raise__test.test_raise.TestContext.test_instance_context_instance_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dict_getattr_str_subclass__test.test_dict.DictTest.test_instance_dict_getattr_str_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dict_leak__test.test_memoryio.CBytesIOTest.test_instance_dict_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dict_leak__test.test_memoryio.CStringIOTest.test_instance_dict_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dict_leak__test.test_memoryio.PyBytesIOTest.test_instance_dict_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dict_leak__test.test_memoryio.PyStringIOTest.test_instance_dict_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dispatch_table__test.test_pickle.CChainDispatchTableTests.test_instance_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dispatch_table__test.test_pickle.CDispatchTableTests.test_instance_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dispatch_table__test.test_pickle.PyChainDispatchTableTests.test_instance_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_dispatch_table__test.test_pickle.PyDispatchTableTests.test_instance_dispatch_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib.ClosingTestCase.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib.TestContextDecorator.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib.TestExitStack.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib.TestRedirectStderr.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib.TestRedirectStdout.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib.TestSuppress.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib_async.AclosingTestCase.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docs__test.test_contextlib_async.TestAsyncExitStack.test_instance_docs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docstring_given_cm_docstring__test.test_contextlib.ContextManagerTestCase.test_instance_docstring_given_cm_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_docstring_given_cm_docstring__test.test_contextlib_async.AsyncContextManagerTestCase.test_instance_docstring_given_cm_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_is_equal_to_itself__test.test_typing.TypeVarTupleTests.test_instance_is_equal_to_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_isinstance_of_typevartuple__test.test_typing.TypeVarTupleTests.test_instance_isinstance_of_typevartuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_method_get_behavior__test.test_descr.ClassPropertiesAndMethods.test_instance_method_get_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_type_error__test.test_typing.NeverTests.test_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instance_type_error__test.test_typing.NoReturnTests.test_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instancecheck_and_subclasscheck__test.test_types.UnionTests.test_instancecheck_and_subclasscheck_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instancecheck_and_subclasscheck_order__test.test_types.UnionTests.test_instancecheck_and_subclasscheck_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instancemethod__test.test_capi.test_misc.CAPITest.test_instancemethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instancesWithoutException__test.test_set.TestExceptionPropagation.test_instancesWithoutException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instances__test.test_class.TestInlineValues.test_instances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiate__test.test_genericalias.BaseTest.test_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiate__test.test_typing.AnnotatedTests.test_instantiate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiate_generic__test.test_typing.AnnotatedTests.test_instantiate_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiate_immutable__test.test_typing.AnnotatedTests.test_instantiate_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiation__test.test_dis.BytecodeTests.test_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiation_and_attributes__test.test_statistics.TestNormalDistC.test_instantiation_and_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instantiation_and_attributes__test.test_statistics.TestNormalDistPython.test_instantiation_and_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instruction_explicit_callback__test.test_monitoring.TestRegressions.test_instruction_explicit_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instruction_str__test.test_dis.InstructionTests.test_instruction_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instruction_then_call__test.test_monitoring.TestInstallIncrementally.test_instruction_then_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_instruction_then_line__test.test_monitoring.TestInstallIncrementally.test_instruction_then_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int64__test.test_marshal.IntTestCase.test_int64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__format____test.test_types.TypesTests.test_int__format___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__format__locale__test.test_types.TypesTests.test_int__format__locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test__interpreters.ShareableTypeTests.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_abstract_numbers.TestNumbers.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_bool.BoolTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ctypes.test_callbacks.Callbacks.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ctypes.test_cfuncs.CFunctions.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_decimal.CCoverage.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_decimal.CPythonAPItests.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_decimal.PyCoverage.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_decimal.PyPythonAPItests.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ipaddress.AddressTestCase_v4.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ipaddress.AddressTestCase_v6.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ipaddress.InterfaceTestCase_v4.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ipaddress.InterfaceTestCase_v6.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ipaddress.NetworkTestCase_v4.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_ipaddress.NetworkTestCase_v6.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_plistlib.TestPlistlib.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_statistics.CoerceTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_statistics.ConvertTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_statistics.ExactRatioTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_tokenize.CTokenizeTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_tokenize.GenerateTokensTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int__test.test_tokenize.TokenizeTest.test_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_base_indexable__test.test_int.IntTestCases.test_int_base_indexable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_callback__test.test_ctypes.test_simplesubclasses.Test.test_int_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_flags_copy__test.test_enum.TestSpecial.test_int_flags_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_from_address__test.test_ctypes.test_numbers.NumberTestCase.test_int_from_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_from_other_bases__test.test_int.IntStrDigitLimitsTests.test_int_from_other_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_from_other_bases__test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_impure_region__test.test_capi.test_opt.TestUopsOptimization.test_int_impure_region__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_int_literals_too_long__test.test_compile.TestSpecifics.test_int_literals_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_max_str_digits__test.test_cmd_line.CmdLineTest.test_int_max_str_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_max_str_digits_is_per_interpreter__test.test_int.IntStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_max_str_digits_is_per_interpreter__test.test_int.IntSubclassStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_memoryview__test.test_int.IntTestCases.test_int_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_name_attribute__test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_name_attribute__test.test_tarfile.GzipMiscReadTest.test_int_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_name_attribute__test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_name_attribute__test.test_tarfile.MiscReadTest.test_int_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pickling_efficiency__test.test_pickle.CDumpPickle_LoadPickle.test_int_pickling_efficiency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pickling_efficiency__test.test_pickle.CPicklerTests.test_int_pickling_efficiency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pickling_efficiency__test.test_pickle.DumpPickle_CLoadPickle.test_int_pickling_efficiency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pickling_efficiency__test.test_pickle.InMemoryPickleTests.test_int_pickling_efficiency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pickling_efficiency__test.test_pickle.PyPicklerTests.test_int_pickling_efficiency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pickling_efficiency__test.test_pickletools.OptimizedPickleTests.test_int_pickling_efficiency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_plus__test.test_ctypes.test_cfuncs.CFunctions.test_int_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pointer_arg__test.test_ctypes.test_prototypes.CharPointersTestCase.test_int_pointer_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_pointers__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_int_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_returns_int_subclass__test.test_int.IntTestCases.test_int_returns_int_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_struct__test.test_ctypes.test_simplesubclasses.Test.test_int_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_subclass__test.test_fractions.FractionTest.test_int_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_subclass_with_index__test.test_index.BaseTestCase.test_int_subclass_with_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_subclass_with_index__test.test_int.IntTestCases.test_int_subclass_with_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_subclass_with_int__test.test_int.IntTestCases.test_int_subclass_with_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_int_type_propagate_through_range__test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagate_through_range__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_int_type_propagation__test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_int_type_propagation_from_frame__test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_from_frame__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_int_type_propagation_through_frame__test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_through_frame__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_int_value_numbering__test.test_capi.test_opt.TestUopsOptimization.test_int_value_numbering__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_int_write__test.test_csv.TestArrayWrites.test_int_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intarray_fields__test.test_ctypes.test_structures.StructureTestCase.test_intarray_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intconversion__test.test_int.IntTestCases.test_intconversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer__test.test_pprint.QueryTestCase.test_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_arguments_out_of_byte_range__test.test_bytes.ByteArrayTest.test_integer_arguments_out_of_byte_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_arguments_out_of_byte_range__test.test_bytes.BytesTest.test_integer_arguments_out_of_byte_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_grouping__test.test_locale.TestEnUSNumberFormatting.test_integer_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_grouping__test.test_locale.TestFrFRNumberFormatting.test_integer_grouping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_grouping__test.test_locale.TestNumberFormatting.test_integer_grouping__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_grouping_and_padding__test.test_locale.TestEnUSNumberFormatting.test_integer_grouping_and_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_grouping_and_padding__test.test_locale.TestFrFRNumberFormatting.test_integer_grouping_and_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_grouping_and_padding__test.test_locale.TestNumberFormatting.test_integer_grouping_and_padding__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_notations__test.test_plistlib.TestPlistlib.test_integer_notations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_parens__test.test_unparse.UnparseTestCase.test_integer_parens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integer_sqrt_of_frac_rto__test.test_statistics.TestSqrtHelpers.test_integer_sqrt_of_frac_rto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integers__test.test_cmath.IsCloseTests.test_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integers__test.test_ctypes.test_numbers.NumberTestCase.test_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integers__test.test_math.IsCloseTests.test_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integers__test.test_numeric_tower.HashTest.test_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integers__test.test_struct.StructTest.test_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integral__test.test_abstract_numbers.TestNumbersDefaultMethods.test_integral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integrate__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_integrate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_integrity_error__test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intenum_from_bytes__test.test_enum.TestSpecial.test_intenum_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intenum_transitivity__test.test_enum.TestSpecial.test_intenum_transitivity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact__test.test_sqlite3.test_cli.InteractiveSession.test_interact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_incomplete_multiline_sql__test.test_sqlite3.test_cli.InteractiveSession.test_interact_incomplete_multiline_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_invalid_sql__test.test_sqlite3.test_cli.InteractiveSession.test_interact_invalid_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_on_disk_file__test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_quit__test.test_sqlite3.test_cli.InteractiveSession.test_interact_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_valid_multiline_sql__test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_multiline_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_valid_sql__test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interact_version__test.test_sqlite3.test_cli.InteractiveSession.test_interact_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2__test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta__test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interactive_source_is_in_linecache__test.test_repl.TestInteractiveInterpreter.test_interactive_source_is_in_linecache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interactive_syntax_error_correct_line__test.test_repl.TestInteractiveModeSyntaxErrors.test_interactive_syntax_error_correct_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interactive_traceback_reporting__test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interactive_traceback_reporting_multiple_input__test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting_multiple_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface__test.test_urllib.urlopen_DataTests.test_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface__test.test_urllib.urlopen_FileTests.test_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface__test.test_xml_etree.ElementTreeTest.test_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface__test.test_xml_etree_c.ElementTreeTest.test_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface__test.test_zipfile._path.test_path.TestPath.test_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface_error__test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface_multi_arg__test.test_baseexception.ExceptionClassTests.test_interface_multi_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface_no_arg__test.test_baseexception.ExceptionClassTests.test_interface_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interface_single_arg__test.test_baseexception.ExceptionClassTests.test_interface_single_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved__test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved_groups__test.test_argparse.TestPositionalsGroups.test_interleaved_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved_read_write__test.test_io.CBufferedRandomTest.test_interleaved_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved_read_write__test.test_io.PyBufferedRandomTest.test_interleaved_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved_readline_write__test.test_io.CBufferedRandomTest.test_interleaved_readline_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved_readline_write__test.test_io.PyBufferedRandomTest.test_interleaved_readline_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interleaved_reads__test.test_unittest.testmock.testwith.TestMockOpen.test_interleaved_reads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intermediate_non_dataclass__test.test_dataclasses.TestCase.test_intermediate_non_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intern__test.test_sys.SysModuleTest.test_intern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_buffer_size__test.test_io.CTextIOWrapperTest.test_internal_buffer_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_chain_client__test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_chain_server__test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_error__test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_execvpe_str__test.test_os.ExecTests.test_internal_execvpe_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_fds__test.test_asyncio.test_events.EPollEventLoopTests.test_internal_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_fds__test.test_asyncio.test_events.PollEventLoopTests.test_internal_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_fds__test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_key_error__test.test_httpservers.BaseHTTPServerTestCase.test_internal_key_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_sizes__test.test_types.TypesTests.test_internal_sizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_types__test.test_hmac.ConstructorTestCase.test_internal_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_internal_use_of_overridden_methods__test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interned_constants__test.test_code.CodeConstsTest.test_interned_constants__'does_not_intern_all_constants'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interned_string__test.test_code.CodeConstsTest.test_interned_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interned_string_default__test.test_code.CodeConstsTest.test_interned_string_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interned_string_in_frozenset__test.test_code.CodeConstsTest.test_interned_string_in_frozenset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interned_string_in_tuple__test.test_code.CodeConstsTest.test_interned_string_in_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interned_string_with_null__test.test_code.CodeConstsTest.test_interned_string_with_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interp_init__test.test_capi.test_misc.InterpreterConfigTests.test_interp_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.ConfigParserTestCase.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.RawConfigParserTestCase.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation__test.test_configparser.SortedTestCase.test_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_depth_error__test.test_configparser.CoverageOneHundredTestCase.test_interpolation_depth_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_missing_value__test.test_configparser.ConfigParserTestCase.test_interpolation_missing_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_missing_value__test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation_missing_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_missing_value__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation_missing_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_missing_value__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation_missing_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_validation__test.test_configparser.CoverageOneHundredTestCase.test_interpolation_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_with_allow_no_value__test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolation_with_allow_no_value__test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolationdeptherror__test.test_configparser.ExceptionPicklingTestCase.test_interpolationdeptherror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolationerror__test.test_configparser.ExceptionPicklingTestCase.test_interpolationerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolationmissingoptionerror__test.test_configparser.ExceptionPicklingTestCase.test_interpolationmissingoptionerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpolationsyntaxerror__test.test_configparser.ExceptionPicklingTestCase.test_interpolationsyntaxerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpreter_convert_to_bool_raises__test.test_bool.BoolTest.test_interpreter_convert_to_bool_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpreter_requires_environment_details__test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpreter_requires_environment_false__test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpreter_requires_environment_true__test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpreter_requires_environment_with_pythonhome__test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhome_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interprocess_signal__test.test_signal.PosixTests.test_interprocess_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt__test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_call_soon__test.test_asyncio.test_runners.RunnerTests.test_interrupt_call_soon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_cancelled_task__test.test_asyncio.test_runners.RunnerTests.test_interrupt_cancelled_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_main_invalid_signal__test.test_threading.InterruptMainTests.test_interrupt_main_invalid_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_main_mainthread__test.test_threading.InterruptMainTests.test_interrupt_main_mainthread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_main_noerror__test.test_threading.InterruptMainTests.test_interrupt_main_noerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_main_subthread__test.test_threading.InterruptMainTests.test_interrupt_main_subthread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_main_with_signal_handler__test.test_threading.InterruptMainTests.test_interrupt_main_with_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_on_closed_db__test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupt_wait__test.test_asyncio.test_runners.RunnerTests.test_interrupt_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted__test.test_regrtest.ArgsTestCase.test_interrupted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_read_retry_buffered__test.test_io.CSignalsTest.test_interrupted_read_retry_buffered__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_read_retry_buffered__test.test_io.PySignalsTest.test_interrupted_read_retry_buffered__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_read_retry_text__test.test_io.CSignalsTest.test_interrupted_read_retry_text__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_read_retry_text__test.test_io.PySignalsTest.test_interrupted_read_retry_text__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_timed_acquire__test.test_threadsignals.ThreadSignals.test_interrupted_timed_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write__test.test_wsgiref.IntegrationTests.test_interrupted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write_buffered__test.test_io.CSignalsTest.test_interrupted_write_buffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write_buffered__test.test_io.PySignalsTest.test_interrupted_write_buffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write_retry_buffered__test.test_io.CSignalsTest.test_interrupted_write_retry_buffered__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_write_retry_buffered__test.test_io.PySignalsTest.test_interrupted_write_retry_buffered__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_write_retry_text__test.test_io.CSignalsTest.test_interrupted_write_retry_text__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_write_retry_text__test.test_io.PySignalsTest.test_interrupted_write_retry_text__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_interrupted_write_text__test.test_io.CSignalsTest.test_interrupted_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write_text__test.test_io.PySignalsTest.test_interrupted_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write_unbuffered__test.test_io.CSignalsTest.test_interrupted_write_unbuffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interrupted_write_unbuffered__test.test_io.PySignalsTest.test_interrupted_write_unbuffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestFrozenSet.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestFrozenSetSubclass.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestOnlySetsDict.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestOnlySetsGenerator.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestOnlySetsNumeric.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestOnlySetsOperator.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestOnlySetsString.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestOnlySetsTuple.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestSet.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_set.TestSetSubclass.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection__test.test_weakset.TestWeakSet.test_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsBytes.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsEmpty.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsMixedStringBytes.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsSingleton.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsString.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsTriple.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_empty__test.test_set.TestBasicOpsTuple.test_intersection_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_method_call__test.test_set.TestUpdateOps.test_intersection_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_non_overlap__test.test_set.TestBinaryOps.test_intersection_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_non_overlap__test.test_set.TestUpdateOps.test_intersection_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_overlap__test.test_set.TestBinaryOps.test_intersection_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_overlap__test.test_set.TestUpdateOps.test_intersection_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_subset__test.test_set.TestBinaryOps.test_intersection_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_subset__test.test_set.TestUpdateOps.test_intersection_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_superset__test.test_set.TestBinaryOps.test_intersection_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_superset__test.test_set.TestUpdateOps.test_intersection_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestOnlySetsDict.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestOnlySetsGenerator.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestOnlySetsNumeric.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestOnlySetsOperator.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestOnlySetsString.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestOnlySetsTuple.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestSet.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_set.TestSetSubclass.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update__test.test_weakset.TestWeakSet.test_intersection_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_operator__test.test_set.TestOnlySetsDict.test_intersection_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_operator__test.test_set.TestOnlySetsGenerator.test_intersection_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_operator__test.test_set.TestOnlySetsNumeric.test_intersection_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_operator__test.test_set.TestOnlySetsOperator.test_intersection_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_operator__test.test_set.TestOnlySetsString.test_intersection_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_operator__test.test_set.TestOnlySetsTuple.test_intersection_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_intersection_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_intersection_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_intersection_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_intersection_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_intersection_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intersection_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_interval__test.test_statistics.TestMedianGrouped.test_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intranet_domains_2965__test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_2965_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intranet_domains_ns__test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intresult__test.test_ctypes.test_functions.FunctionTestCase.test_intresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intrinsic_1__test.test_dis.DisTests.test_intrinsic_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intrinsic_1__test.test_dis.DisWithFileTests.test_intrinsic_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intrinsic_2__test.test_dis.DisTests.test_intrinsic_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_intrinsic_2__test.test_dis.DisWithFileTests.test_intrinsic_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_introspecting_frame_locals__test.test_listcomps.ListComprehensionTest.test_introspecting_frame_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_introspection1__test.test_xmlrpc.SimpleServerTestCase.test_introspection1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_introspection2__test.test_xmlrpc.SimpleServerTestCase.test_introspection2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_introspection3__test.test_xmlrpc.SimpleServerTestCase.test_introspection3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_introspection4__test.test_xmlrpc.SimpleServerTestCase.test_introspection4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_introspection__test.test_enum.TestSpecial.test_introspection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_ctypes.test_bitfields.C_Test.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_ctypes.test_internals.ObjectsTestCase.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_descr.OperatorsTest.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_json.test_enum.TestCEnum.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_json.test_enum.TestPyEnum.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_json.test_float.TestCFloat.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_json.test_float.TestPyFloat.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_marshal.IntTestCase.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_pickle.CDumpPickle_LoadPickle.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_pickle.CPicklerTests.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_pickle.DumpPickle_CLoadPickle.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_pickle.InMemoryPickleTests.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_pickle.PyPicklerTests.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_pickletools.OptimizedPickleTests.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_statistics.TestHarmonicMean.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_statistics.TestMean.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_statistics.TestPVariance.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_statistics.TestSum.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ints__test.test_statistics.TestVariance.test_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_inv_cdf__test.test_statistics.TestNormalDistC.test_inv_cdf__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_inv_cdf__test.test_statistics.TestNormalDistPython.test_inv_cdf__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_8bit_in_non_8bit_cte_uses_replace__test.test_email.test_email.Test8BitBytesHandling.test_invalid_8bit_in_non_8bit_cte_uses_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid___code___assignment__test.test_funcattrs.FunctionPropertiesTest.test_invalid___code___assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid__test.test_codeop.CodeopTests.test_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid__test.test_logging.TimedRotatingFileHandlerTest.test_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid__test.test_tarfile.AppendTest.test_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid__test.test_tomllib.test_data.TestData.test_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid__test.test_unicode_identifiers.PEP3131Test.test_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_action__test.test_argparse.TestInvalidArgumentConstructors.test_invalid_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_add_argument__test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_add_argument__test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_add_argument_group__test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_add_argument_group__test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_arg_produces_message__test.test_compileall.CommandLineTestsNoSourceEpoch.test_invalid_arg_produces_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_arg_produces_message__test.test_compileall.CommandLineTestsWithSourceEpoch.test_invalid_arg_produces_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_argparse.TestIntermixedArgs.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_functools.TestPartialMethod.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_io.CBufferedRandomTest.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_io.CBufferedReaderTest.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_io.CBufferedWriterTest.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_io.PyBufferedRandomTest.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_io.PyBufferedReaderTest.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_io.PyBufferedWriterTest.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_subprocess.ContextManagerTests.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_subprocess.POSIXProcessTestCase.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_subprocess.ProcessTestCase.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_args__test.test_subprocess.Win32ProcessTestCase.test_invalid_args__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_argument__test.test_signal.RaiseSignalTest.test_invalid_argument__'Windows_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_attributes__test.test_pyexpat.SetAttributeTest.test_invalid_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_backslashes_inside_fstring_context__test.test_fstring.TestCase.test_invalid_backslashes_inside_fstring_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_base64_data__test.test_urllib.urlopen_DataTests.test_invalid_base64_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_binary__test.test_plistlib.TestBinaryPlistlib.test_invalid_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_bracketed_hosts__test.test_urlparse.UrlParseTestCase.test_invalid_bracketed_hosts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_bufsize__test.test_subprocess.ProcessTestCase.test_invalid_bufsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_bufsize__test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_bufsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_bytecode__test.test_code.CodeTest.test_invalid_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_call__test.test_signal.WakeupFDTests.test_invalid_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_cause__test.test_raise.TestCause.test_invalid_cause_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_char_quotes__test.test_tomllib.test_error.TestError.test_invalid_char_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_character__test.test_email.test__encoded_words.TestDecodeB.test_invalid_character_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_character_and_bad_padding__test.test_email.test__encoded_words.TestDecodeB.test_invalid_character_and_bad_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_character_in_charset__test.test_email.test__encoded_words.TestDecode.test_invalid_character_in_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_character_in_fstring_middle__test.test_tokenize.TestTokenize.test_invalid_character_in_fstring_middle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_characters__test.test_ipaddress.AddressTestCase_v4.test_invalid_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_characters__test.test_ipaddress.AddressTestCase_v6.test_invalid_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_chars__test.test_csv.TestDialectValidity.test_invalid_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_chars_in_base64_payload__test.test_email.test_defect_handling.TestDefectCapture.test_invalid_chars_in_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_chars_in_base64_payload__test.test_email.test_defect_handling.TestDefectDetection.test_invalid_chars_in_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_chars_in_base64_payload__test.test_email.test_defect_handling.TestDefectRaising.test_invalid_chars_in_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_charset_like_object_raises_error__test.test_email.test_email.TestMiscellaneous.test_invalid_charset_like_object_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_choice__test.test_optparse.TestChoice.test_invalid_choice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_cmd__test.test_subprocess.ProcessTestCase.test_invalid_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_cmd__test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_cmd_line_options__test.test_pdb.PdbTestCase.test_invalid_cmd_line_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_code_page__test.test_codecs.CodePageTest.test_invalid_code_page__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_constant__test.test_ast.test_ast.AST_Tests.test_invalid_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_construction__test.test_decimal.CWhitebox.test_invalid_construction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_content_disposition__test.test_email.test__header_value_parser.TestParser.test_invalid_content_disposition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_content_transfer_encoding__test.test_email.test__header_value_parser.TestParser.test_invalid_content_transfer_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_content_type__test.test_email.test_email.TestNonConformant.test_invalid_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_context__test.test_decimal.CContextInputValidation.test_invalid_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_context__test.test_decimal.PyContextInputValidation.test_invalid_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_cookies__test.test_http_cookies.CookieTests.test_invalid_cookies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_date_format__test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_date_value__test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_delattr__test.test_exceptions.ExceptionTests.test_invalid_delattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_descriptor__test.test_mmap.MmapTests.test_invalid_descriptor__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_end_tags__test.test_htmlparser.HTMLParserTestCase.test_invalid_end_tags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_enum_value_raises_error__test.test_argparse.TestStrEnumChoices.test_invalid_enum_value_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_env__test.test_subprocess.ProcessTestCase.test_invalid_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_env__test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_escape__test.test_json.test_decode.TestCDecode.test_invalid_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_escape__test.test_json.test_decode.TestPyDecode.test_invalid_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_escape_locations_with_offset__test.test_string_literals.TestLiterals.test_invalid_escape_locations_with_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_exec__test.test_codeop.CodeopTests.test_invalid_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_factory__test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_family__test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_family__test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_family__test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_family_win32__test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family_win32__'skipped_on_non-Windows_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_family_win32__test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family_win32__'skipped_on_non-Windows_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_family_win32__test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32__'skipped_on_non-Windows_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_fd__test.test_signal.WakeupFDTests.test_invalid_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_field_name__test.test_dataclasses.TestReplace.test_invalid_field_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_field_types__test.test_ctypes.test_structures.StructureTestCase.test_invalid_field_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_file_type__test.test_argparse.TestFileTypeOpenArgs.test_invalid_file_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_flag__test.test_dbm_dumb.DumbDBMTestCase.test_invalid_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_formats__test.test_fractions.FractionTest.test_invalid_formats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_fstring_value__test.test_unparse.UnparseTestCase.test_invalid_fstring_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_get_response__test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_invalid_get_response_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_handles__test.test_multiprocessing_fork.test_misc.TestInvalidHandle.test_invalid_handles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_handles__test.test_multiprocessing_forkserver.test_misc.TestInvalidHandle.test_invalid_handles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_handles__test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_headers__test.test_httplib.HeaderTests.test_invalid_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_hint__test.test_iterlen.TestLengthHintExceptions.test_invalid_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_identifier__test.test_ast.test_ast.AST_Tests.test_invalid_identifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_indent__test.test_reprlib.ReprTests.test_invalid_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_input_type__test.test_json.test_decode.TestCDecode.test_invalid_input_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_input_type__test.test_json.test_decode.TestPyDecode.test_invalid_input_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_input_type__test.test_statistics.ConvertTest.test_invalid_input_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_inputs__test.test_float.HexFloatTestCase.test_invalid_inputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_inputs_to_from_name__test.test_importlib.metadata.test_main.BasicTests.test_invalid_inputs_to_from_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_integer__test.test_optparse.TestStandard.test_invalid_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_invocation__test.test_range.RangeTest.test_invalid_invocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_isolation_level_type__test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_iterable_in_localetuple__test.test_locale.TestMiscellaneous.test_invalid_iterable_in_localetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_keyword__test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_keyword__test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_keyword_arguments__test.test_argparse.TestInvalidArgumentConstructors.test_invalid_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_keyword_arguments__test.test_dict.DictTest.test_invalid_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_length__test.test_email.test__encoded_words.TestDecodeB.test_invalid_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_length_of_base64_payload__test.test_email.test_defect_handling.TestDefectCapture.test_invalid_length_of_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_length_of_base64_payload__test.test_email.test_defect_handling.TestDefectDetection.test_invalid_length_of_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_length_of_base64_payload__test.test_email.test_defect_handling.TestDefectRaising.test_invalid_length_of_base64_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_limit__test.test_asyncio.test_streams.StreamTests.test_invalid_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_line_continuation_error_position__test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_error_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_line_continuation_left_recursive__test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_left_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_locale_format_in_localetuple__test.test_locale.TestMiscellaneous.test_invalid_locale_format_in_localetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_longs__test.test_marshal.BugsTestCase.test_invalid_longs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_major_feature_version__test.test_ast.test_ast.AST_Tests.test_invalid_major_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_method_names__test.test_httplib.HttpMethodTests.test_invalid_method_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_modes__test.test_codecs.UTF16Test.test_invalid_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConfigParserTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConfigParserTestCaseNoValue.test_invalid_multiline_value__'if_no_value_is_allowed,_ParsingError_is_not_raised'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.ConvertersTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.CopyTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.MultilineValuesTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.RawConfigParserTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.SortedTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_multiline_value__test.test_configparser.StrictTestCase.test_invalid_multiline_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_name__test.test_ctypes.test_structures.StructureTestCase.test_invalid_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestIntEnumClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestIntEnumFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestIntFlagClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestIntFlagFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMinimalDateClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMinimalDateFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMinimalFloatClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMinimalFloatFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedDateClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedDateFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedFloatClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedFloatFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedIntClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedIntFlagClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedIntFlagFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedIntFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedStrClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestMixedStrFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestPlainEnumClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestPlainEnumFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestPlainFlagClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestPlainFlagFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestStrEnumClass.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_enum.TestStrEnumFunction.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_linecache.LineCacheTests.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_logging.LoggerTest.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_names__test.test_runpy.RunModuleTestCase.test_invalid_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_newline__test.test_io.CIOTest.test_invalid_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_newline__test.test_io.PyIOTest.test_invalid_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_nodes_in_done__test.test_graphlib.TestTopologicalSort.test_invalid_nodes_in_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_nonascii_header_as_string__test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_nonascii_header_as_string__test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_nonascii_header_as_string__test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_nonascii_header_as_string__test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_nonascii_header_as_string__test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_object__test.test_dataclasses.TestReplace.test_invalid_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_offset__test.test_os.TestSendfile.test_invalid_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_opcodes__test.test__opcode.OpListTests.test_invalid_opcodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_opening_mode__test.test_fileinput.FileInputTests.test_invalid_opening_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_operations__test.test_io.CIOTest.test_invalid_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_operations__test.test_io.PyIOTest.test_invalid_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_option__test.test_mimetypes.MimetypesCliTestCase.test_invalid_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_option_strings__test.test_argparse.TestInvalidArgumentConstructors.test_invalid_option_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_override__test.test_decimal.CWhitebox.test_invalid_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_parse_float__test.test_tomllib.test_error.TestError.test_invalid_parse_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_path__test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_paths__test.test_genericpath.TestGenericTest.test_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_placeholders__test.test_string.TestTemplate.test_invalid_placeholders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_position_information__test.test_ast.test_ast.AST_Tests.test_invalid_position_information_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_positional_argument__test.test_functools.TestSingleDispatch.test_invalid_positional_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_positional_argument_singledispatchmethod__test.test_functools.TestSingleDispatch.test_invalid_positional_argument_singledispatchmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_prefix__test.test_argparse.TestInvalidArgumentConstructors.test_invalid_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_raise__test.test_unparse.UnparseTestCase.test_invalid_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_readline__test.test_tokenize.GenerateTokensTest.test_invalid_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_readline__test.test_tokenize.TokenizeTest.test_invalid_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_redirect__test.test_urllib.urlopen_HttpTests.test_invalid_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_redirect__test.test_urllib2.HandlerTests.test_invalid_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_registrations__test.test_functools.TestSingleDispatch.test_invalid_registrations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_requests__test.test_httpservers.SimpleHTTPServerTestCase.test_invalid_requests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_reraise__test.test_raise.TestRaise.test_invalid_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_scope_id_with_percent__test.test_ipaddress.AddressTestCase_v6.test_invalid_scope_id_with_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_scope_id_with_percent__test.test_ipaddress.InterfaceTestCase_v6.test_invalid_scope_id_with_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_scope_id_with_percent__test.test_ipaddress.NetworkTestCase_v6.test_invalid_scope_id_with_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_setattr__test.test_exceptions.ExceptionTests.test_invalid_setattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_setstate__test.test_exceptions.ExceptionTests.test_invalid_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_shared_encoding__test.test__interpreters.CommonTests.test_invalid_shared_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_shared_memory_creation__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_shared_memory_creation__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_shared_memory_creation__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_signs__test.test_int.IntTestCases.test_invalid_signs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_socket__test.test_signal.WakeupFDTests.test_invalid_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_string_prefixes__test.test_fstring.TestCase.test_invalid_string_prefixes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_style__test.test_logging.FormatterTest.test_invalid_style_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_sum__test.test_ast.test_ast.AST_Tests.test_invalid_sum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_0__test.test_patma.TestSyntaxErrors.test_invalid_syntax_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_1__test.test_patma.TestSyntaxErrors.test_invalid_syntax_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_2__test.test_patma.TestSyntaxErrors.test_invalid_syntax_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_3__test.test_patma.TestSyntaxErrors.test_invalid_syntax_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax__test.test__interpreters.RunFailedTests.test_invalid_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax__test.test_gettext.PluralFormsInternalTestCase.test_invalid_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax__test.test_tokenize.CTokenizeTest.test_invalid_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_error_message__test.test_fstring.TestCase.test_invalid_syntax_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_errors__test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_errors_async__test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_syntax_lambda__test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_target__test.test_unittest.testmock.testpatch.PatchTest.test_invalid_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_tokens__test.test_netrc.NetrcTestCase.test_invalid_tokens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type__test.test_argparse.TestInvalidAction.test_invalid_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type__test.test_argparse.TestInvalidArgumentConstructors.test_invalid_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type__test.test_plistlib.TestPlistlib.test_invalid_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type_error__test.test_statistics.TestHarmonicMean.test_invalid_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type_in_all__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type_in_all__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type_raises__test.test_logging.ConfigDictTest.test_invalid_type_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_type_specification__test.test_dataclasses.TestMakeDataclass.test_invalid_type_specification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_tzstr__test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_invalid_tzstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_tzstr__test.test_zoneinfo.test_zoneinfo.TZStrTest.test_invalid_tzstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_uid__test.test_plistlib.TestPlistlib.test_invalid_uid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_usage__test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_uses__test.test_typing.ConcatenateTests.test_invalid_uses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_utf8__test.test_source_encoding.UTF8ValidatorTest.test_invalid_utf8__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalid_utf8_arg__test.test_cmd_line.CmdLineTest.test_invalid_utf8_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_warning__test.test_codeop.CodeopTests.test_invalid_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_with_no_lines__test.test_string.TestTemplate.test_invalid_with_no_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalid_yield_from__test.test_unparse.UnparseTestCase.test_invalid_yield_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidarray__test.test_plistlib.TestPlistlib.test_invalidarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_cache__test.test_importlib.metadata.test_api.InvalidateCache.test_invalidate_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches__test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_None__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_None__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_None__test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_None__test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_relative_path__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_relative_path__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_relative_path__test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_clear_out_relative_path__test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_finders__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_finders__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_finders__test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_caches_finders__test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidate_object__test.test_capi.test_opt.TestExecutorInvalidation.test_invalidate_object__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invalidation_mode__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_invalidation_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidation_mode__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_invalidation_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invaliddict__test.test_plistlib.TestPlistlib.test_invaliddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidinteger__test.test_plistlib.TestPlistlib.test_invalidinteger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invalidreal__test.test_plistlib.TestPlistlib.test_invalidreal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invaliduri__test.test_httpservers.CGIHTTPServerTestCase.test_invaliduri__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestDeque.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestDequeReversed.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestDictItems.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestDictKeys.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestDictValues.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestList.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestListReversed.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestRepeat.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestSet.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestTuple.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestXrange.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant__test.test_iterlen.TestXrangeCustomReversed.test_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invariant_for_the_in_operator__test.test_collections.TestCounter.test_invariant_for_the_in_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invert__test.test_decimal.CIBMTestCases.test_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invert__test.test_decimal.PyIBMTestCases.test_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invert__test.test_enum.OldTestIntFlag.test_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invert__test.test_operator.COperatorTestCase.test_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invert__test.test_operator.PyOperatorTestCase.test_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invert__test.test_unary.UnaryOpTestCase.test_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invisible_characters__test.test_syntax.SyntaxTestCase.test_invisible_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_invocation__test.test_dis.TestDisCLI.test_invocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io__test.test_plistlib.TestPlistlib.test_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io__test.test_typing.IOTests.test_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io__test.test_utf8_mode.UTF8ModeTests.test_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_after_close__test.test_io.CMiscIOTest.test_io_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_after_close__test.test_io.PyMiscIOTest.test_io_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_buffered_by_default__test.test_subprocess.ProcessTestCase.test_io_buffered_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_buffered_by_default__test.test_subprocess.ProcessTestCaseNoPoll.test_io_buffered_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_encoding__test.test_utf8_mode.UTF8ModeTests.test_io_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_methods__test.test_mmap.MmapTests.test_io_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_io_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_on_closed_object__test.test_gzip.TestGzip.test_io_on_closed_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_on_closed_zipextfile__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_unbuffered_works__test.test_subprocess.ProcessTestCase.test_io_unbuffered_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_io_unbuffered_works__test.test_subprocess.ProcessTestCaseNoPoll.test_io_unbuffered_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iobase_interface__test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ioctl_clear_input_or_output__test.test_ioctl.IoctlTestsPty.test_ioctl_clear_input_or_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ioctl_signed_unsigned_code_param__test.test_ioctl.IoctlTestsPty.test_ioctl_signed_unsigned_code_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ioctl_suspend_and_resume_output__test.test_ioctl.IoctlTestsPty.test_ioctl_suspend_and_resume_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ioencoding__test.test_sys.SysModuleTest.test_ioencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ioencoding_nonascii__test.test_sys.SysModuleTest.test_ioencoding_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior__test.test_set.TestSet.test_ior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior__test.test_set.TestSetSubclass.test_ior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior__test.test_weakset.TestWeakSet.test_ior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_operator__test.test_os.EnvironTests.test_ior_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_operator_invalid_dicts__test.test_os.EnvironTests.test_ior_operator_invalid_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_operator_key_value_iterable__test.test_os.EnvironTests.test_ior_operator_key_value_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_ior_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ior_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ios_ver__test.test_platform.PlatformTest.test_ios_ver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ip_address__test.test_ipaddress.FactoryFunctionErrors.test_ip_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ip_getnode__test.test_uuid.TestInternalsWithExtModule.test_ip_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ip_getnode__test.test_uuid.TestInternalsWithoutExtModule.test_ip_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ip_interface__test.test_ipaddress.FactoryFunctionErrors.test_ip_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ip_network__test.test_ipaddress.FactoryFunctionErrors.test_ip_network_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipaddr_info__test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipaddr_info_no_inet_pton__test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipow__test.test_descr.ClassPropertiesAndMethods.test_ipow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipow_exception_text__test.test_descr.ClassPropertiesAndMethods.test_ipow_exception_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipow_returns_not_implemented__test.test_descr.ClassPropertiesAndMethods.test_ipow_returns_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipv4__test.test_socket.PurePythonSocketPairTest.test_ipv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipv6__test.test_socket.PurePythonSocketPairTest.test_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipv6_mapped__test.test_ipaddress.AddressTestCase_v4.test_ipv6_mapped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipv6_only_default__test.test_socket.CreateServerTest.test_ipv6_only_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipv6host_header__test.test_httplib.HeaderTests.test_ipv6host_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipython_workaround__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_ipython_workaround_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipython_workaround__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_ipython_workaround_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ipython_workaround__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_ipython_workaround_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_irepeat_1char__test.test_bytes.ByteArrayTest.test_irepeat_1char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_irepeat__test.test_bytes.ByteArrayTest.test_irepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_AsyncMock_cm__test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_AsyncMock_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_AsyncMock_patch__test.test_unittest.testmock.testasync.AsyncAutospecTest.test_is_AsyncMock_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_AsyncMock_patch__test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_AsyncMock_patch__test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_AsyncMock_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_AsyncMock_patch_classmethod__test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_AsyncMock_patch_staticmethod__test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_HDN__test.test_http_cookiejar.CookieTests.test_is_HDN_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is__test.test_operator.COperatorTestCase.test_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is__test.test_operator.PyOperatorTestCase.test_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_posix__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_absolute_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_active__test.test_graphlib.TestTopologicalSort.test_is_active_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_alive_after_fork__test.test_threading.ThreadTests.test_is_alive_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_async_AsyncMock__test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_async_AsyncMock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_async_cm__test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_async_function_cm__test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_function_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_async_patch__test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_async_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_attachment__test.test_email.test_message.TestEmailMessage.test_is_attachment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_attachment__test.test_email.test_message.TestMIMEPart.test_is_attachment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_block_device_false__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_block_device_false__test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_block_device_false__test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_block_device_false__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_block_device_false__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_block_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_block_device_false__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_block_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_false__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_false__test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_false__test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_false__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_char_device_false__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_char_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_false__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_char_device_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_true__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_true__test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_true__test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_char_device_true__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_character_junk_false__test.test_difflib.TestJunkAPIs.test_is_character_junk_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_character_junk_true__test.test_difflib.TestJunkAPIs.test_is_character_junk_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_check_supported__test.test_lzma.MiscellaneousTestCase.test_is_check_supported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_child_AsyncMock__test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_child_AsyncMock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_closed__test.test_interpreters.test_channels.TestChannels.test_is_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_coroutine_function_patch__test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_coroutine_function_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dataclass__test.test_dataclasses.TestCase.test_is_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dataclass_genericalias__test.test_dataclasses.TestCase.test_is_dataclass_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dataclass_inheritance__test.test_dataclasses.TestCase.test_is_dataclass_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dataclass_when_getattr_always_returns__test.test_dataclasses.TestCase.test_is_dataclass_when_getattr_always_returns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_default__test.test_queue.CSimpleQueueTest.test_is_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_descriptor__test.test_enum.TestHelpers.test_is_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_importlib.resources.test_resource.ResourceZipTests.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_pathlib.test_pathlib.PathTest.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_dir__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir_no_follow_symlinks__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir_no_follow_symlinks__test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir_no_follow_symlinks__test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir_no_follow_symlinks__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_dir_no_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_dir_no_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_enabled__test.test_faulthandler.FaultHandlerTests.test_is_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_enabled_for__test.test_logging.LoggerAdapterTest.test_is_enabled_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_enabled_for__test.test_logging.LoggerTest.test_is_enabled_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_enabled_for_disabled_logger__test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_false__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_false__test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_false__test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_false__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_fifo_false__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_fifo_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_false__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_fifo_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_true__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_true__test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_true__test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_fifo_true__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_file__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file__test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file__test.test_pathlib.test_pathlib.PathTest.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file__test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_file__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_does_not_keep_open__test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_exists__test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_exists__test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_failure_does_not_keep_open__test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_missing__test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_missing__test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_missing__test.test_zipfile._path.test_path.TestPath.test_is_file_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_no_follow_symlinks__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_no_follow_symlinks__test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_no_follow_symlinks__test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_no_follow_symlinks__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_file_no_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_file_no_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_finalized__test.test_gc.GCTests.test_is_finalized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_finalizing__test.test_sys.SysModuleTest.test_is_finalizing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_finite__test.test_decimal.CContextAPItests.test_is_finite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_finite__test.test_decimal.PyContextAPItests.test_is_finite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_gil_enabled__test.test_sys.SysModuleTest.test_is_gil_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_infinite__test.test_decimal.CContextAPItests.test_is_infinite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_infinite__test.test_decimal.PyContextAPItests.test_is_infinite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_instance__test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_integer__test.test_float.GeneralFloatCases.test_is_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_integer__test.test_fractions.FractionTest.test_is_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_integer__test.test_long.LongTest.test_is_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_iobase__test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction__test.test_pathlib.test_pathlib.PathTest.test_is_junction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction__test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_junction_false__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction_false__test.test_pathlib.test_pathlib.PathTest.test_is_junction_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction_false__test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction_false__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_junction_false__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_junction_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_junction_false__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_junction_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_line_junk_REDOS__test.test_difflib.TestJunkAPIs.test_is_line_junk_REDOS_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_line_junk_false__test.test_difflib.TestJunkAPIs.test_is_line_junk_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_line_junk_true__test.test_difflib.TestJunkAPIs.test_is_line_junk_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mapping__test.test_frame.TestFrameLocals.test_is_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount__test.test_pathlib.test_pathlib.PathTest.test_is_mount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount__test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_mount__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_mount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_mount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount_root__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount_root__test.test_pathlib.test_pathlib.PathTest.test_is_mount_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount_root__test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_mount_root__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount_root__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_nan__test.test_decimal.CContextAPItests.test_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_nan__test.test_decimal.PyContextAPItests.test_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_normal__test.test_decimal.CContextAPItests.test_is_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_normal__test.test_decimal.PyContextAPItests.test_is_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_not__test.test_operator.COperatorTestCase.test_is_not_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_not__test.test_operator.PyOperatorTestCase.test_is_not_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_not_instance_of_iterable__test.test_genericalias.TypeIterationTests.test_is_not_instance_of_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_not_instance_of_iterable__test.test_typing.TypeIterationTests.test_is_not_instance_of_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_notimplemented__test.test_pathlib.test_pathlib_abc.UnsupportedOperationTest.test_is_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package_when_is_package__test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_package_when_not_package__test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_private__test.test_enum.TestHelpers.test_is_private_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_private__test.test_enum.TestInternals.test_is_private_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_produced_by_factory__test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_protocol__test.test_typing.ProtocolTests.test_is_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_python_build_check_home__test.test_sysconfig.DeprecationTests.test_is_python_build_check_home_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_qnan__test.test_decimal.CContextAPItests.test_is_qnan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_qnan__test.test_decimal.PyContextAPItests.test_is_qnan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_several_args__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_several_args__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_relative_to_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PosixPathTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PurePathTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_reserved_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_reserved_deprecated__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_reserved_deprecated__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_resource__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_is_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_resource__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_is_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_running__test.test_interpreters.test_api.LowLevelTests.test_is_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_set__test.test_threading.EventTests.test_is_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_signed__test.test_decimal.CContextAPItests.test_is_signed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_signed__test.test_decimal.PyContextAPItests.test_is_signed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_snan__test.test_decimal.CContextAPItests.test_is_snan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_snan__test.test_decimal.PyContextAPItests.test_is_snan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_false__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_false__test.test_pathlib.test_pathlib.PathTest.test_is_socket_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_false__test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_false__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_socket_false__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_socket_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_false__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_socket_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_true__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_true__test.test_pathlib.test_pathlib.PathTest.test_is_socket_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_true__test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_socket_true__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_submodule_resource__test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_is_submodule_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_submodule_resource__test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_is_submodule_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_submodule_resource__test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_is_submodule_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_subnormal__test.test_decimal.CContextAPItests.test_is_subnormal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_subnormal__test.test_decimal.PyContextAPItests.test_is_subnormal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_symlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_symlink__test.test_pathlib.test_pathlib.PathTest.test_is_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_symlink__test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_symlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_is_symlink__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_symlink__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_symlink__test.test_zipfile._path.test_path.TestPath.test_is_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_erroneous__test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_keeps_position__test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.MiscReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tarfile_valid__test.test_tarfile.StreamReadTest.test_is_tarfile_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tracing__test.test_tracemalloc.TestTracemallocEnabled.test_is_tracing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_tracked__test.test_gc.GCTests.test_is_tracked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_typeddict__test.test_typing.TypedDictTests.test_is_typeddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_valid__test.test__opcode.OpListTests.test_is_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_valid__test.test_string.TestTemplate.test_is_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_zero__test.test_decimal.CContextAPItests.test_is_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_is_zero__test.test_decimal.PyContextAPItests.test_is_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isabs__test.test_ntpath.TestNtpath.test_isabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isabs__test.test_posixpath.PosixPathTest.test_isabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isabstract__test.test_inspect.test_inspect.TestPredicates.test_isabstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isabstract_during_init_subclass__test.test_inspect.test_inspect.TestPredicates.test_isabstract_during_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_bigmem.BytearrayTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_bigmem.BytesTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_bigmem.StrTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_bytes.ByteArrayAsStringTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_bytes.BytesAsStringTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_str.StrTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalnum__test.test_userstring.UserStringTest.test_isalnum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_bigmem.BytearrayTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_bigmem.BytesTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_bigmem.StrTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_bytes.ByteArrayAsStringTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_bytes.BytesAsStringTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_str.StrTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isalpha__test.test_userstring.UserStringTest.test_isalpha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isascii__test.test_bytes.ByteArrayAsStringTest.test_isascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isascii__test.test_bytes.BytesAsStringTest.test_isascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isascii__test.test_str.StrTest.test_isascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isascii__test.test_userstring.UserStringTest.test_isascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isatty__test.test_io.CBufferedRWPairTest.test_isatty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isatty__test.test_io.PyBufferedRWPairTest.test_isatty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isatty__test.test_os.TestInvalidFD.test_isatty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isawaitable__test.test_inspect.test_inspect.TestPredicates.test_isawaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isawaitable__test.test_unittest.testmock.testasync.AsyncMockTest.test_isawaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isbigendian__test.test_struct.StructTest.test_isbigendian_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isclass__test.test_inspect.test_inspect.TestPredicates.test_isclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutine__test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutine__test.test_inspect.test_inspect.TestPredicates.test_iscoroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutine_generator__test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_iscoroutinefunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction_default__test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction_function__test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iscoroutinefunction_normal_function__test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_normal_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdecimal__test.test_str.StrTest.test_isdecimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdevdrive__test.test_ntpath.TestNtpath.test_isdevdrive__'Dev_Drives_only_exist_on_Win32'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_isdevdrive_fallback__test.test_ntpath.TestNtpath.test_isdevdrive_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_bigmem.BytearrayTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_bigmem.BytesTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_bigmem.StrTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_bytes.ByteArrayAsStringTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_bytes.BytesAsStringTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_str.StrTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdigit__test.test_userstring.UserStringTest.test_isdigit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdir__test.test_genericpath.TestGenericTest.test_isdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdir__test.test_ntpath.NtCommonTest.test_isdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdir__test.test_posixpath.PosixCommonTest.test_isdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdir_on_directory_link_to_missing_target__test.test_os.Win32SymlinkTests.test_isdir_on_directory_link_to_missing_target__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_isdisjoint_Set__test.test_collections.TestCollectionABCs.test_isdisjoint_Set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint__test.test_set.TestFrozenSet.test_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint__test.test_set.TestFrozenSetSubclass.test_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint__test.test_set.TestSet.test_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint__test.test_set.TestSetSubclass.test_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint__test.test_weakset.TestWeakSet.test_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsBytes.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsEmpty.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsMixedStringBytes.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsSingleton.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsString.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsTriple.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_empty__test.test_set.TestBasicOpsTuple.test_isdisjoint_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_non_overlap__test.test_set.TestBinaryOps.test_isdisjoint_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_overlap__test.test_set.TestBinaryOps.test_isdisjoint_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_subset__test.test_set.TestBinaryOps.test_isdisjoint_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_superset__test.test_set.TestBinaryOps.test_isdisjoint_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_isdisjoint_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdisjoint_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isdst_deprecation__test.test_email.test_utils.LocaltimeTests.test_isdst_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfile__test.test_genericpath.TestGenericTest.test_isfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfile__test.test_ntpath.NtCommonTest.test_isfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfile__test.test_posixpath.PosixCommonTest.test_isfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfile_anonymous_pipe__test.test_ntpath.TestNtpath.test_isfile_anonymous_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfile_driveletter__test.test_ntpath.TestNtpath.test_isfile_driveletter__'drive_letters_are_a_windows_concept'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_isfile_invalid_paths__test.test_ntpath.TestNtpath.test_isfile_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfile_named_pipe__test.test_ntpath.TestNtpath.test_isfile_named_pipe__'windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_isfinite__test.test_cmath.CMathTests.test_isfinite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfuture__test.test_asyncio.test_futures.CFutureTests.test_isfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfuture__test.test_asyncio.test_futures.CSubFutureTests.test_isfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isfuture__test.test_asyncio.test_futures.PyFutureTests.test_isfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isidentifier__test.test_str.StrTest.test_isidentifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinf__test.test_cmath.CMathTests.test_isinf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinst_isclass__test.test_descr.ClassPropertiesAndMethods.test_isinst_isclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance__test.test_ast.test_ast.AST_Tests.test_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance__test.test_bool.BoolTest.test_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance__test.test_builtin.BuiltinTest.test_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance__test.test_genericalias.BaseTest.test_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_abstract__test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_checks_not_at_whim_of_gc__test.test_typing.ProtocolTests.test_isinstance_checks_not_at_whim_of_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_dont_mask_non_attribute_error__test.test_isinstance.TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_invalidation__test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_normal__test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_recursion_limit__test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_under_settrace__test.test_unittest.testmock.testmock.MockTest.test_isinstance_under_settrace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isinstance_with_or_union__test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_with_or_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isjunction__test.test_ntpath.TestNtpath.test_isjunction__'Can_only_test_junctions_with_creation_on_win32.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_isjunction__test.test_posixpath.PosixPathTest.test_isjunction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isleap__test.test_calendar.CalendarTestCase.test_isleap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islice__test.test_itertools.TestBasicOps.test_islice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islice__test.test_itertools.TestExamples.test_islice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islice__test.test_itertools.TestGC.test_islice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islice__test.test_itertools.TestVariousIteratorArgs.test_islice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islice_recipe__test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islink__test.test_posixpath.PosixPathTest.test_islink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islink_invalid_paths__test.test_posixpath.PosixPathTest.test_islink_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_bigmem.BytearrayTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_bigmem.BytesTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_bigmem.StrTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_bytes.ByteArrayAsStringTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_bytes.BytesAsStringTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_str.StrTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_islower__test.test_userstring.UserStringTest.test_islower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount__test.test_ntpath.TestNtpath.test_ismount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount__test.test_posixpath.PosixPathTest.test_ismount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount_different_device__test.test_posixpath.PosixPathTest.test_ismount_different_device_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount_directory_not_readable__test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount_invalid_paths__test.test_ntpath.TestNtpath.test_ismount_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount_invalid_paths__test.test_posixpath.PosixPathTest.test_ismount_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount_non_existent__test.test_posixpath.PosixPathTest.test_ismount_non_existent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ismount_symlinks__test.test_posixpath.PosixPathTest.test_ismount_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isnan__test.test_cmath.CMathTests.test_isnan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isnt_classvar__test.test_dataclasses.TestStringAnnotations.test_isnt_classvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isnt_initvar__test.test_dataclasses.TestStringAnnotations.test_isnt_initvar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isnumeric__test.test_str.StrTest.test_isnumeric_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso2022__test.test_multibytecodec.Test_IncrementalDecoder.test_iso2022_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso2022_jp_g0__test.test_multibytecodec.Test_ISO2022.test_iso2022_jp_g0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso2time__test.test_http_cookiejar.DateTimeTests.test_iso2time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso2time_formats__test.test_http_cookiejar.DateTimeTests.test_iso2time_formats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso2time_garbage__test.test_http_cookiejar.DateTimeTests.test_iso2time_garbage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso2time_performance_regression__test.test_http_cookiejar.DateTimeTests.test_iso2time_performance_regression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso8859_1_filename__test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso8859_1_filename__test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso8859_1_filename__test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestDateTimeTZ_Fast.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestDateTimeTZ_Pure.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestDateTime_Fast.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestDateTime_Pure.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestDate_Fast.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestDate_Pure.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestSubclassDateTime_Fast.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iso_long_years__test.datetimetester.TestSubclassDateTime_Pure.test_iso_long_years_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestDateTime_Fast.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestDateTime_Pure.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestDate_Fast.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestDate_Pure.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isocalendar__test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestDateTimeTZ_Fast.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestDateTime_Fast.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestDateTime_Pure.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestDate_Fast.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestDate_Pure.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestSubclassDateTime_Fast.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestTimeTZ_Fast.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestTimeTZ_Pure.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestTime_Fast.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat__test.datetimetester.TestTime_Pure.test_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestDateTimeTZ_Fast.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestDateTime_Fast.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestDateTime_Pure.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestSubclassDateTime_Fast.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestTimeTZ_Fast.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestTimeTZ_Pure.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestTime_Fast.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isoformat_timezone__test.datetimetester.TestTime_Pure.test_isoformat_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolated_config__test.test_import.SubinterpImportTests.test_isolated_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolated_subinterpreter__test.test_capi.test_misc.TestPendingCalls.test_isolated_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolatedmode__test.test_cmd_line.CmdLineTest.test_isolatedmode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_begin__test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_begin__test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_default__test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_default__test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_deferred__test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_deferrred__test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_exclusive__test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_exclusive__test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_immediate__test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_immediate__test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_none__test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isolation_level_none__test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isprintable__test.test_str.StrTest.test_isprintable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isprintable_invariant__test.test_str.StrTest.test_isprintable_invariant__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_isreserved__test.test_ntpath.TestNtpath.test_isreserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isroutine__test.test_inspect.test_inspect.TestPredicates.test_isroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isroutine_singledispatch__test.test_inspect.test_inspect.TestPredicates.test_isroutine_singledispatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_bigmem.BytearrayTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_bigmem.BytesTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_bigmem.StrTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_bytes.ByteArrayAsStringTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_bytes.BytesAsStringTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_str.StrTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace__test.test_userstring.UserStringTest.test_isspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isspace_invariant__test.test_str.StrTest.test_isspace_invariant__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_issubclass__test.test_bool.BoolTest.test_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubclass__test.test_builtin.BuiltinTest.test_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubclass__test.test_genericalias.BaseTest.test_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubclass_and_isinstance_on_Protocol_itself__test.test_typing.ProtocolTests.test_issubclass_and_isinstance_on_Protocol_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubclass_bad_arguments__test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubclass_fails_correctly__test.test_typing.ProtocolTests.test_issubclass_fails_correctly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubclass_refcount_handling__test.test_isinstance.TestIsInstanceIsSubclass.test_issubclass_refcount_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset__test.test_set.TestSubsetEmptyNonEmpty.test_issubset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset__test.test_set.TestSubsetEqualEmpty.test_issubset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset__test.test_set.TestSubsetEqualNonEmpty.test_issubset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset__test.test_set.TestSubsetNonOverlap.test_issubset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset__test.test_set.TestSubsetPartial.test_issubset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_issubset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_issubset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_issubset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_issubset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_issubset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issubset_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue10254__test.test_unicodedata.UnicodeFunctionsTest.test_issue10254_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue103488__test.test_generators.GeneratorTest.test_issue103488_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue105979__test.test_import.ImportTests.test_issue105979_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue105987__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue105987_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue10777__test.test_xml_etree.BugsTest.test_issue10777_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue10777__test.test_xml_etree_c.BugsTest.test_issue10777_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue112346__test.test_gzip.TestGzip.test_issue112346_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue11845__test.test_range.RangeTest.test_issue11845_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_attribute_error__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_attribute_error__test.test_ordered_dict.PurePythonOrderedDictTests.test_issue119004_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_linked_list_by_clear__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_linked_list_by_clear__test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_linked_list_by_delete_key__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_linked_list_by_delete_key__test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_size_by_clear__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_size_by_clear__test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_size_by_delete_key__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_size_by_delete_key__test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_size_by_delete_key_in_dict_eq__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119004_change_size_by_delete_key_in_dict_eq__test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue119506__test.test_io.CTextIOWrapperTest.test_issue119506_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue122332__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue122332_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue123213_correct_extend_exception__test.test_xml_etree.BugsTest.test_issue123213_correct_extend_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue123213_correct_extend_exception__test.test_xml_etree_c.BugsTest.test_issue123213_correct_extend_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue123213_setslice_exception__test.test_xml_etree.ElementSlicingTest.test_issue123213_setslice_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue123213_setslice_exception__test.test_xml_etree_c.ElementSlicingTest.test_issue123213_setslice_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1242657__test.test_iterlen.TestLengthHintExceptions.test_issue1242657_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue12483__test.test_ctypes.test_callbacks.Callbacks.test_issue12483_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue127903__test.test_str.StrTest.test_issue127903_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue13120__test.test_pdb.PdbTestCase.test_issue13120_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue13183__test.test_pdb.PdbTestCase.test_issue13183_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue13343__test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_issue13343_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_1__test.test_io.CTextIOWrapperTest.test_issue1395_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_1__test.test_io.PyTextIOWrapperTest.test_issue1395_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_2__test.test_io.CTextIOWrapperTest.test_issue1395_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_2__test.test_io.PyTextIOWrapperTest.test_issue1395_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_3__test.test_io.CTextIOWrapperTest.test_issue1395_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_3__test.test_io.PyTextIOWrapperTest.test_issue1395_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_4__test.test_io.CTextIOWrapperTest.test_issue1395_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_4__test.test_io.PyTextIOWrapperTest.test_issue1395_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_5__test.test_io.CTextIOWrapperTest.test_issue1395_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue1395_5__test.test_io.PyTextIOWrapperTest.test_issue1395_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14072__test.test_urlparse.UrlParseTestCase.test_issue14072_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14160__test.test_tarfile.Bz2UstarReadTest.test_issue14160_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14160__test.test_tarfile.GzipUstarReadTest.test_issue14160_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14160__test.test_tarfile.LzmaUstarReadTest.test_issue14160_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14160__test.test_tarfile.UstarReadTest.test_issue14160_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14725__test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue14725_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14725__test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue14725_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14725__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue14725_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14725__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue14725_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14725__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14725__test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue14725_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14818__test.test_xml_etree.KeywordArgsTest.test_issue14818_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue14818__test.test_xml_etree_c.KeywordArgsTest.test_issue14818_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16180__test.test_pdb.PdbTestCase.test_issue16180_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16335__test.test_ucn.UnicodeNamesTest.test_issue16335__'not_enough_memory:_12.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_issue16373__test.test_collections.TestCollectionABCs.test_issue16373_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16464__test.test_urllib2_localnet.TestUrlopen.test_issue16464_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16955__test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue16955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16955__test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue16955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16955__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue16955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16955__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue16955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16955__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue16955__test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue16955_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue17223__test.test_array.UCS4Test.test_issue17223_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue17223__test.test_array.UnicodeTest.test_issue17223_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue17998__test.test_re.ReTests.test_issue17998_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18060_a__test.test_ctypes.test_structures.StructureTestCase.test_issue18060_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18060_b__test.test_ctypes.test_structures.StructureTestCase.test_issue18060_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18060_c__test.test_ctypes.test_structures.StructureTestCase.test_issue18060_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18183__test.test_str.StrTest.test_issue18183_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18339__test.test_pickle.CPicklerUnpicklerObjectTests.test_issue18339_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18347__test.test_xml_etree.ElementTreeTest.test_issue18347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18347__test.test_xml_etree_c.ElementTreeTest.test_issue18347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue18374_binop_col_offset__test.test_ast.test_ast.AST_Tests.test_issue18374_binop_col_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue19435__test.test_httpservers.CGIHTTPServerTestCase.test_issue19435__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_issue20500_exit_with_exception_value__test.test_cmd_line_script.CmdLineTest.test_issue20500_exit_with_exception_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue20602__test.test_sys.SysModuleTest.test_issue20602_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue20884__test.test_cmd_line_script.CmdLineTest.test_issue20884_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue21872__test.test_lzma.FileTestCase.test_issue21872_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue2246__test.test_itertools.TestGC.test_issue2246_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22668__test.test_memoryview.ArrayMemorySliceSliceTest.test_issue22668_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22668__test.test_memoryview.ArrayMemorySliceTest.test_issue22668_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22668__test.test_memoryview.ArrayMemoryviewTest.test_issue22668_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22668__test.test_memoryview.BytesMemorySliceSliceTest.test_issue22668_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22668__test.test_memoryview.BytesMemorySliceTest.test_issue22668_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22668__test.test_memoryview.BytesMemoryviewTest.test_issue22668_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue2282__test.test_io.CTextIOWrapperTest.test_issue2282_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue2282__test.test_io.PyTextIOWrapperTest.test_issue2282_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22849__test.test_io.CTextIOWrapperTest.test_issue22849_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue22849__test.test_io.PyTextIOWrapperTest.test_issue22849_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue2301__test.test_source_encoding.MiscSourceEncodingTest.test_issue2301_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue23600__test.datetimetester.TestTZInfo_Fast.test_issue23600_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue23600__test.datetimetester.TestTZInfo_Pure.test_issue23600_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24097__test.test_descr.PicklingTests.test_issue24097_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24347__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24347__test.test_ordered_dict.CPythonOrderedDictTests.test_issue24347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24347__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24347__test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24347_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24348__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24348_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24348__test.test_ordered_dict.CPythonOrderedDictTests.test_issue24348_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24348__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24348_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue24348__test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24348_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue25862__test.test_io.CTextIOWrapperTest.test_issue25862_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue25862__test.test_io.PyTextIOWrapperTest.test_issue25862_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue26053__test.test_pdb.PdbTestCase.test_issue26053_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue2625__test.test_mailbox.TestMH.test_issue2625_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue26915__test.test_collections.TestCollectionABCs.test_issue26915_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue27935__test.test_logging.BuiltinLevelsTest.test_issue27935_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue28598_strsubclass_rhs__test.test_str.StrTest.test_issue28598_strsubclass_rhs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue29456__test.test_unicodedata.UnicodeFunctionsTest.test_issue29456_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue29802__test.test_struct.StructTest.test_issue29802_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue30347_1__test.test_itertools.RegressionTests.test_issue30347_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue30347_2__test.test_itertools.RegressionTests.test_issue30347_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31285__test.test_warnings._WarningsTests.test_issue31285_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31286__test.test_import.ImportTests.test_issue31286_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31293__test.datetimetester.TestTimeDelta_Fast.test_issue31293_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31293__test.datetimetester.TestTimeDelta_Pure.test_issue31293_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31311__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_issue31311_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31411__test.test_warnings._WarningsTests.test_issue31411_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31416__test.test_warnings._WarningsTests.test_issue31416_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31471__test.test_subprocess.Win32ProcessTestCase.test_issue31471__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_issue31490__test.test_ctypes.test_anon.AnonTest.test_issue31490_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31492__test.test_import.ImportTests.test_issue31492_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31566__test.test_warnings._WarningsTests.test_issue31566_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31577__test.test_os.UtimeTests.test_issue31577_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31592__test.test_ast.test_ast.AST_Tests.test_issue31592_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31619__test.test_int.IntTestCases.test_issue31619_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31752__test.datetimetester.TestTimeDelta_Fast.test_issue31752_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue31752__test.datetimetester.TestTimeDelta_Pure.test_issue31752_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue3221__test.test_import.RelativeImportTests.test_issue3221_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue3297__test.test_source_encoding.MiscSourceEncodingTest.test_issue3297_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue35560__test.test_float.FormatTestCase.test_issue35560_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue35714__test.test_struct.StructTest.test_issue35714_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue35753__test.test_doctest.test_doctest.TestDocTestFinder.test_issue35753_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue35928__test.test_io.CTextIOWrapperTest.test_issue35928_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue35928__test.test_io.PyTextIOWrapperTest.test_issue35928_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue36250__test.test_pdb.PdbTestCase.test_issue36250_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue39579_dotted_name_end_col_offset__test.test_ast.test_ast.AST_Tests.test_issue39579_dotted_name_end_col_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue39871__test.test_math.MathTests.test_issue39871_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue41287__test.test_property.PropertySubclassTests.test_issue41287_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue42383__test.test_pdb.PdbTestCase.test_issue42383_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue43124_escape_localhostname__test.test_smtplib.DebuggingServerTests.test_issue43124_escape_localhostname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue43124_escape_options__test.test_smtplib.DebuggingServerTests.test_issue43124_escape_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue43124_putcmd_escapes_newline__test.test_smtplib.DebuggingServerTests.test_issue43124_putcmd_escapes_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue43625__test.test_csv.TestSniffer.test_issue43625_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44061__test.test_pkgutil.ImportlibMigrationTests.test_issue44061_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44061_iter_modules__test.test_pkgutil.PkgutilTests.test_issue44061_iter_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_bz2.BZ2FileTest.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_gzip.TestGzip.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_lzma.FileTestCase.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_zipfile.test_core.Bzip2WriterTests.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_zipfile.test_core.DeflateWriterTests.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_zipfile.test_core.LzmaWriterTests.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue44439__test.test_zipfile.test_core.StoredWriterTests.test_issue44439_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue45826__test.test_exceptions.NameErrorTests.test_issue45826_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue45826_focused__test.test_exceptions.NameErrorTests.test_issue45826_focused_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue4626__test.test_source_encoding.MiscSourceEncodingTest.test_issue4626_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue4629__test.test_getopt.GetoptTests.test_issue4629_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue46434__test.test_pdb.PdbTestCase.test_issue46434_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue46672__test.test_asyncio.test_tasks.CoroutineGatherTests.test_issue46672_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5265__test.test_memoryio.CStringIOPickleTest.test_issue5265_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5265__test.test_memoryio.CStringIOTest.test_issue5265_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5265__test.test_memoryio.PyStringIOPickleTest.test_issue5265_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5265__test.test_memoryio.PyStringIOTest.test_issue5265_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5449__test.test_memoryio.CBytesIOTest.test_issue5449_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5449__test.test_memoryio.PyBytesIOTest.test_issue5449_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5640__test.test_multibytecodec.Test_IncrementalEncoder.test_issue5640_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue5864__test.test_float.FormatTestCase.test_issue5864_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue58956__test.test_pdb.PdbTestCase.test_issue58956_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue6233__test.test_xml_etree.BugsTest.test_issue6233_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue6233__test.test_xml_etree_c.BugsTest.test_issue6233_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue6565__test.test_xml_etree.BugsTest.test_issue6565_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue6565__test.test_xml_etree_c.BugsTest.test_issue6565_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue7627__test.test_mailbox.TestMH.test_issue7627_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue7820__test.test_source_encoding.MiscSourceEncodingTest.test_issue7820_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue7964__test.test_pdb.PdbTestCase.test_issue7964_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8202__test.test_cmd_line_script.CmdLineTest.test_issue8202_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8202_dash_c_file_ignored__test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_c_file_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8202_dash_m_file_ignored__test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_m_file_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8225__test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8271__test.test_str.StrTest.test_issue8271_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue84583__test.test_pdb.PdbTestCase.test_issue84583_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8750__test.test_collections.TestCollectionABCs.test_issue8750_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8780__test.test_subprocess.ProcessTestCase.test_issue8780_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8780__test.test_subprocess.ProcessTestCaseNoPoll.test_issue8780_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8941__test.test_codecs.UTF32BETest.test_issue8941_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8941__test.test_codecs.UTF32LETest.test_issue8941_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue8941__test.test_codecs.UTF32Test.test_issue8941_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue9324__test.test_signal.WindowsSignalTests.test_issue9324__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_issue9402__test.test_pyexpat.InterningTest.test_issue9402_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue95818__test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue98248__test.test_struct.StructTest.test_issue98248_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue98248_error_propagation__test.test_struct.StructTest.test_issue98248_error_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue9936__test.test_trace.TestCoverage.test_issue9936_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_1393__test.test_compare.ComparisonSimpleTest.test_issue_1393_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_15906__test.test_argparse.TestTypeFunctionCalledOnDefault.test_issue_15906_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsBytes.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsEmpty.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsMixedStringBytes.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsSingleton.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsString.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsTriple.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_37219__test.test_set.TestBasicOpsTuple.test_issue_37219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_4920__test.test_collections.TestCollectionABCs.test_issue_4920_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_5647__test.test_collections.TestCollectionABCs.test_issue_5647_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_7385__test.test_buffer.TestBufferProtocol.test_issue_7385_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_7959__test.test_ctypes.test_callbacks.Callbacks.test_issue_7959_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_8766__test.test_warnings.BootstrapTest.test_issue_8766_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_89047__test.test_logging.FormatterTest.test_issue_89047_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_8959_a__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issue_8959_b__test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b__'ctypes.WINFUNCTYPE_is_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_issuperset_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_issuperset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issuperset_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_issuperset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issuperset_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_issuperset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issuperset_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issuperset_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_issuperset_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_bigmem.BytearrayTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_bigmem.BytesTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_bigmem.StrTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_bytes.ByteArrayAsStringTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_bytes.BytesAsStringTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_str.StrTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istitle__test.test_userstring.UserStringTest.test_istitle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istype__test.test_xml_etree.ElementTreeTypeTest.test_istype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_istype__test.test_xml_etree_c.ElementTreeTypeTest.test_istype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub__test.test_set.TestSet.test_isub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub__test.test_set.TestSetSubclass.test_isub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub__test.test_weakset.TestWeakSet.test_isub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_isub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isub_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_bigmem.BytearrayTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_bigmem.BytesTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_bigmem.StrTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_bytes.ByteArrayAsStringTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_bytes.BytesAsStringTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_str.StrTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_isupper__test.test_userstring.UserStringTest.test_isupper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_it__test.test_largefile.TestCopyfile.test_it__'required_5960_MiB_of_free_disk_space'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_it__test.test_largefile.TestSocketSendfile.test_it__'required_5960_MiB_of_free_disk_space'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_itemgetter__test.test_operator.CCOperatorPickleTestCase.test_itemgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter__test.test_operator.COperatorTestCase.test_itemgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter__test.test_operator.CPyOperatorPickleTestCase.test_itemgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter__test.test_operator.PyCOperatorPickleTestCase.test_itemgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter__test.test_operator.PyOperatorTestCase.test_itemgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter__test.test_operator.PyPyOperatorPickleTestCase.test_itemgetter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter_signature__test.test_operator.COperatorTestCase.test_itemgetter_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemgetter_signature__test.test_operator.PyOperatorTestCase.test_itemgetter_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itemiterator_pickling__test.test_dict.DictTest.test_itemiterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.ConfigParserTestCase.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.ConfigParserTestCaseNoValue.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.RawConfigParserTestCase.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_configparser.SortedTestCase.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_dict.DictTest.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_dict.GeneralMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_dict.SubclassMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_frame.FrameLocalsProxyMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_mailbox.TestBabyl.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_mailbox.TestMH.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_mailbox.TestMMDF.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_mailbox.TestMaildir.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_mailbox.TestMbox.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_ordered_dict.CPythonGeneralMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_ordered_dict.CPythonSubclassMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_ordered_dict.PurePythonGeneralMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_ordered_dict.PurePythonSubclassMappingTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_os.EnvironTests.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto0File_dumbShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto0File_gnuShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto0File_ndbmShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto0File_sqlite3Shelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto0MemShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto1File_dumbShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto1File_gnuShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto1File_ndbmShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto1File_sqlite3Shelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto1MemShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto2File_dumbShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto2File_gnuShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto2File_ndbmShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto2File_sqlite3Shelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto2MemShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto3File_dumbShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto3File_gnuShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto3File_ndbmShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto3File_sqlite3Shelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto3MemShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto4File_dumbShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto4File_gnuShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto4File_ndbmShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto4File_sqlite3Shelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto4MemShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto5File_dumbShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto5File_gnuShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto5File_ndbmShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto5File_sqlite3Shelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_shelve.TestProto5MemShelve.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_userdict.UserDictTest.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_weakref.WeakKeyDictionaryTestCase.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items__test.test_weakref.WeakValueDictionaryTestCase.test_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items_in_dicts__test.test_dataclasses.TestCase.test_items_in_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items_set_operations__test.test_dictviews.DictSetTest.test_items_set_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items_symmetric_difference__test.test_dict.DictTest.test_items_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_items_with_8bit_headers__test.test_email.test_email.Test8BitBytesHandling.test_items_with_8bit_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_asyncio.test_futures.CFutureTests.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_asyncio.test_futures.CSubFutureTests.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_asyncio.test_futures.PyFutureTests.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_builtin.BuiltinTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_enum.OldTestFlag.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_enum.OldTestIntFlag.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_mailbox.TestBabyl.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_mailbox.TestMH.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_mailbox.TestMMDF.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_mailbox.TestMaildir.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_mailbox.TestMbox.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_memoryview.ArrayMemorySliceSliceTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_memoryview.ArrayMemorySliceTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_memoryview.ArrayMemoryviewTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_memoryview.BytesMemorySliceSliceTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_memoryview.BytesMemorySliceTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_memoryview.BytesMemoryviewTest.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_tempfile.TestNamedTemporaryFile.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_unittest.test_suite.Test_TestSuite.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter__test.test_urllib.urlopen_FileTests.test_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_and_mutate__test.test_set.TestWeirdBugs.test_iter_and_mutate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_empty_message__test.test_email.test_message.TestEmailMessage.test_iter_attachment_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_empty_message__test.test_email.test_message.TestMIMEPart.test_iter_attachment_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_html_text_attachment_inline_mixed__test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_html_text_attachment_inline_mixed__test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_html_text_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_html_text_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_message_rfc822__test.test_email.test_message.TestEmailMessage.test_iter_attachment_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_message_rfc822__test.test_email.test_message.TestMIMEPart.test_iter_attachment_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mime_non_text__test.test_email.test_message.TestEmailMessage.test_iter_attachment_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mime_non_text__test.test_email.test_message.TestMIMEPart.test_iter_attachment_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_alternative_plain_related__test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_alternative_plain_related__test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_related_alternative_plain_html__test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_related_alternative_plain_html__test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_text_message_rfc822__test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_mixed_text_message_rfc822__test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_non_mime_plain__test.test_email.test_message.TestEmailMessage.test_iter_attachment_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_non_mime_plain__test.test_email.test_message.TestMIMEPart.test_iter_attachment_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_plain_html_alternative__test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_plain_html_alternative__test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_plain_html_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_plain_html_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_plain_html_mixed__test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_plain_html_mixed__test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_related__test.test_email.test_message.TestEmailMessage.test_iter_attachment_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_related__test.test_email.test_message.TestMIMEPart.test_iter_attachment_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_related_with_start__test.test_email.test_message.TestEmailMessage.test_iter_attachment_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachment_related_with_start__test.test_email.test_message.TestMIMEPart.test_iter_attachment_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachments_mutation__test.test_email.test_message.TestEmailMessage.test_iter_attachments_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_attachments_mutation__test.test_email.test_message.TestMIMEPart.test_iter_attachments_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_basic__test.test_iter.TestCase.test_iter_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_big_range__test.test_iter.TestCase.test_iter_big_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_bits_lsb__test.test_enum.TestHelpers.test_iter_bits_lsb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_by_tag__test.test_xml_etree.ElementIterTest.test_iter_by_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_by_tag__test.test_xml_etree_c.ElementIterTest.test_iter_by_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_callable__test.test_iter.TestCase.test_iter_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_child_nodes__test.test_ast.test_ast.ASTHelpers_Test.test_iter_child_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_class_for__test.test_iter.TestCase.test_iter_class_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_class_iter__test.test_iter.TestCase.test_iter_class_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_compat__test.test_tokenize.UntokenizeTest.test_iter_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_creates_starred_tuple__test.test_genericalias.BaseTest.test_iter_creates_starred_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_dict__test.test_iter.TestCase.test_iter_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_empty__test.test_iter.TestCase.test_iter_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_error_when_changing_os_environ__test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_error_when_changing_os_environ_items__test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_error_when_changing_os_environ_values__test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_escaped_chars__test.test_email.test_email.TestMiscellaneous.test_iter_escaped_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_fields__test.test_ast.test_ast.ASTHelpers_Test.test_iter_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_file__test.test_iter.TestCase.test_iter_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_for_loop__test.test_iter.TestCase.test_iter_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_function__test.test_iter.TestCase.test_iter_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_function_concealing_reentrant_exhaustion__test.test_iter.TestCase.test_iter_function_concealing_reentrant_exhaustion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_function_stop__test.test_iter.TestCase.test_iter_function_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_idempotency__test.test_iter.TestCase.test_iter_idempotency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_importers__test.test_pkgutil.ExtendPathTests.test_iter_importers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_importers_avoids_emulation__test.test_pkgutil.ImportlibMigrationTests.test_iter_importers_avoids_emulation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_independence__test.test_iter.TestCase.test_iter_independence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_items__test.test_descr.DictProxyTests.test_iter_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_keys__test.test_descr.DictProxyTests.test_iter_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_list_same__test.test_statistics.TestPStdev.test_iter_list_same_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_list_same__test.test_statistics.TestPVariance.test_iter_list_same_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_list_same__test.test_statistics.TestStdev.test_iter_list_same_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_list_same__test.test_statistics.TestVariance.test_iter_list_same_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_neg_setstate__test.test_iter.TestCase.test_iter_neg_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_not_calling_getitem_on_maps__test.test_collections.TestChainMap.test_iter_not_calling_getitem_on_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_overflow__test.test_iter.TestCase.test_iter_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_empty_message__test.test_email.test_message.TestEmailMessage.test_iter_parts_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_empty_message__test.test_email.test_message.TestMIMEPart.test_iter_parts_empty_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_html_text_attachment_inline_mixed__test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_html_text_attachment_inline_mixed__test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_inline_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_html_text_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_html_text_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_message_rfc822__test.test_email.test_message.TestEmailMessage.test_iter_parts_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_message_rfc822__test.test_email.test_message.TestMIMEPart.test_iter_parts_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mime_non_text__test.test_email.test_message.TestEmailMessage.test_iter_parts_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mime_non_text__test.test_email.test_message.TestMIMEPart.test_iter_parts_mime_non_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_alternative_plain_related__test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_alternative_plain_related__test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_alternative_plain_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_related_alternative_plain_html__test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_related_alternative_plain_html__test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_related_alternative_plain_html_wrong_order__test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_text_message_rfc822__test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_mixed_text_message_rfc822__test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_text_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_non_mime_plain__test.test_email.test_message.TestEmailMessage.test_iter_parts_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_non_mime_plain__test.test_email.test_message.TestMIMEPart.test_iter_parts_non_mime_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_plain_html_alternative__test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_plain_html_alternative__test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_alternative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_plain_html_attachment_mixed__test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_plain_html_attachment_mixed__test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_attachment_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_plain_html_mixed__test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_plain_html_mixed__test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_related__test.test_email.test_message.TestEmailMessage.test_iter_parts_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_related__test.test_email.test_message.TestMIMEPart.test_iter_parts_related_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_related_with_start__test.test_email.test_message.TestEmailMessage.test_iter_parts_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_parts_related_with_start__test.test_email.test_message.TestMIMEPart.test_iter_parts_related_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_range__test.test_iter.TestCase.test_iter_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_string__test.test_iter.TestCase.test_iter_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_tuple__test.test_iter.TestCase.test_iter_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_values__test.test_descr.DictProxyTests.test_iter_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_var_available_in_locals__test.test_listcomps.ListComprehensionTest.test_iter_var_available_in_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iter_with_altered_data__test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterable__test.test_configparser.ReadFileTestCase.test_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterable__test.test_typing.CollectionsAbcTests.test_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterable_args__test.test_heapq.TestErrorHandlingC.test_iterable_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterable_args__test.test_heapq.TestErrorHandlingPython.test_iterable_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterable_as_iter_return_value__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_iterable_as_iter_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterate__test.test_struct.UnpackIteratorTest.test_iterate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterate_literal_list__test.test_peepholer.TestTranforms.test_iterate_literal_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterating__test.test_popen.PopenTest.test_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_dis.BytecodeTests.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_mailbox.TestPartialFile.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_mailbox.TestProxyFile.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsBytes.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsEmpty.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsMixedStringBytes.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsSingleton.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsString.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsTriple.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_set.TestBasicOpsTuple.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_str.StrTest.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration__test.test_urllib2_localnet.TestUrlopen.test_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_buffering__test.test_fileinput.FileInputTests.test_iteration_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_full_tracebacks__test.test_exception_group.NestedExceptionGroupBasicsTest.test_iteration_full_tracebacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_order__test.test_enum.TestSpecial.test_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteration_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.ByteTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.DoubleTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.FloatTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.IntTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.LongLongTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.LongTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.ShortTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.UnsignedByteTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.UnsignedIntTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.UnsignedLongLongTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.UnsignedLongTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterationcontains__test.test_array.UnsignedShortTest.test_iterationcontains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator__test.test_lzma.FileTestCase.test_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator__test.test_memoryio.CBytesIOTest.test_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator__test.test_memoryio.CStringIOTest.test_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator__test.test_memoryio.PyBytesIOTest.test_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator__test.test_memoryio.PyStringIOTest.test_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator__test.test_typing.CollectionsAbcTests.test_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_length_hint__test.test_bytes.ByteArrayTest.test_iterator_length_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.ByteTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.DoubleTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.FloatTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.IntTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.LongLongTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.LongTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.ShortTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UCS4Test.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UnicodeTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UnsignedByteTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UnsignedIntTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UnsignedLongLongTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UnsignedLongTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_array.UnsignedShortTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_deque.TestBasic.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_list.ListTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickle__test.test_tuple.TupleTest.test_iterator_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling2__test.test_bytes.ByteArrayTest.test_iterator_pickling2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_bytes.ByteArrayTest.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_bytes.BytesTest.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_dict.DictTest.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_range.RangeTest.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_set.TestFrozenSet.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_set.TestFrozenSetSubclass.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_set.TestSet.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling__test.test_set.TestSetSubclass.test_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_pickling_overflowing_index__test.test_range.RangeTest.test_iterator_pickling_overflowing_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_setstate__test.test_range.RangeTest.test_iterator_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_unpickle_compat__test.test_range.RangeTest.test_iterator_unpickle_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_usage__test.test_functools.TestReduceC.test_iterator_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterator_usage__test.test_functools.TestReducePy.test_iterator_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.EnumerateStartTestCase.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.EnumerateTestCase.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.SubclassTestCase.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.TestBig.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.TestEmpty.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.TestLongStart.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorgenerator__test.test_enumerate.TestStart.test_iteratorgenerator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators__test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators__test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators__test.test_str.StrTest.test_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators__test.test_types.MappingProxyTests.test_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_empty__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_empty__test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_empty__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_empty__test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_invocation__test.test_str.StrTest.test_iterators_invocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_pickling__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterators_pickling__test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.EnumerateStartTestCase.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.EnumerateTestCase.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.SubclassTestCase.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.TestBig.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.TestEmpty.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.TestLongStart.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteratorseqn__test.test_enumerate.TestStart.test_iteratorseqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir__test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir__test.test_pathlib.test_pathlib.PathTest.test_iterdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir__test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir__test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_iterdir__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_and_types__test.test_zipfile._path.test_path.TestPath.test_iterdir_and_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_does_not_keep_open__test.test_importlib.resources.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_duplicate__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_duplicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_nodir__test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_nodir__test.test_pathlib.test_pathlib.PathTest.test_iterdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_nodir__test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_nodir__test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_nodir__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_iterdir_nodir__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_nodir__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_on_file__test.test_zipfile._path.test_path.TestPath.test_iterdir_on_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_symlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_symlink__test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_symlink__test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterdir_symlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_iterdir_symlink__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_symlink__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_iterdir_symlink__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteritems__test.test_mailbox.TestBabyl.test_iteritems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteritems__test.test_mailbox.TestMH.test_iteritems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteritems__test.test_mailbox.TestMMDF.test_iteritems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteritems__test.test_mailbox.TestMaildir.test_iteritems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iteritems__test.test_mailbox.TestMbox.test_iteritems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterkeys__test.test_mailbox.TestBabyl.test_iterkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterkeys__test.test_mailbox.TestMH.test_iterkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterkeys__test.test_mailbox.TestMMDF.test_iterkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterkeys__test.test_mailbox.TestMaildir.test_iterkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterkeys__test.test_mailbox.TestMbox.test_iterkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterlines__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterlines__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterlines__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterlines__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itermonthdays2__test.test_calendar.CalendarTestCase.test_itermonthdays2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itermonthdays3__test.test_calendar.CalendarTestCase.test_itermonthdays3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itermonthdays4__test.test_calendar.CalendarTestCase.test_itermonthdays4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itermonthdays__test.test_calendar.CalendarTestCase.test_itermonthdays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterparse__test.test_xml_etree.ElementTreeTest.test_iterparse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterparse__test.test_xml_etree_c.ElementTreeTest.test_iterparse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterparse_close__test.test_xml_etree.ElementTreeTest.test_iterparse_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterparse_close__test.test_xml_etree_c.ElementTreeTest.test_iterparse_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterparse_leaks__test.test_xml_etree_c.MiscTests.test_iterparse_leaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itertools_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_itertools_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itervalues__test.test_mailbox.TestBabyl.test_itervalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itervalues__test.test_mailbox.TestMH.test_itervalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itervalues__test.test_mailbox.TestMMDF.test_itervalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itervalues__test.test_mailbox.TestMaildir.test_itervalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itervalues__test.test_mailbox.TestMbox.test_itervalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_iterweekdays__test.test_calendar.CalendarTestCase.test_iterweekdays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itimer_exc__test.test_signal.ItimerTest.test_itimer_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itimer_prof__test.test_signal.ItimerTest.test_itimer_prof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itimer_real__test.test_signal.ItimerTest.test_itimer_real_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_itimer_virtual__test.test_signal.ItimerTest.test_itimer_virtual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor__test.test_set.TestSet.test_ixor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor__test.test_set.TestSetSubclass.test_ixor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor__test.test_weakset.TestWeakSet.test_ixor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ixor_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ja__test.test_gettext.PluralFormsInternalTestCase.test_ja_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_january__test.test_calendar.MonthRangeTestCase.test_january_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_japanese__test.test_locale.NormalizeTest.test_japanese_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_japanese_codecs__test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_japanese_codecs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_java_ver__test.test_platform.PlatformTest.test_java_ver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_javascript_attribute_value__test.test_htmlparser.AttributesTestCase.test_javascript_attribute_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bigmem.BytearrayTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bigmem.BytesTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bigmem.StrTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bytes.ByteArraySubclassTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bytes.ByteArraySubclassWithSlotsTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bytes.ByteArrayTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bytes.BytesSubclassTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_bytes.BytesTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_ntpath.TestNtpath.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_posixpath.PosixPathTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_str.StrTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join__test.test_userstring.UserStringTest.test_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PosixPathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PurePathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_join_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_empty_queue__test.test_asyncio.test_queues.LifoQueueJoinTests.test_join_empty_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_empty_queue__test.test_asyncio.test_queues.PriorityQueueJoinTests.test_join_empty_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_empty_queue__test.test_asyncio.test_queues.QueueJoinTests.test_join_empty_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_errors__test.test_ntpath.NtCommonTest.test_join_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_errors__test.test_posixpath.PosixCommonTest.test_join_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_from_multiple_threads__test.test_threading.ThreadTests.test_join_from_multiple_threads__'not_enough_memory:_1.4G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_from_self__test.test_thread.ThreadRunningTests.test_join_from_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_header_words__test.test_http_cookiejar.HeaderTests.test_join_header_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PathTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PurePathTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_nested__test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_nondaemon_on_shutdown__test.test_threading.ThreadTests.test_join_nondaemon_on_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_overflow__test.test_str.StrTest.test_join_overflow__'needs_too_much_memory_on_a_64-bit_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_path__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_path_common_subdir__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_common_subdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_path_compound__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_compound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PathTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PurePathTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_join_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_posix__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_several_times__test.test_thread.ThreadRunningTests.test_join_several_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_then_self_join__test.test_thread.ThreadRunningTests.test_join_then_self_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_thread__test.test_thread.ThreadRunningTests.test_join_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_thread_already_exited__test.test_thread.ThreadRunningTests.test_join_thread_already_exited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_unstarted__test.test_thread.ThreadRunningTests.test_join_unstarted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PathTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PurePathTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_join_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_join_with_timeout__test.test_thread.ThreadRunningTests.test_join_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_join_with_timeout__test.test_threading.ThreadTests.test_join_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinable_not_joined__test.test_thread.ThreadRunningTests.test_joinable_not_joined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinable_queue__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_joinable_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinable_queue__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_joinable_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinable_queue__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joining_current_thread__test.test_threading.ThreadingExceptionTests.test_joining_current_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joining_inactive_thread__test.test_threading.ThreadingExceptionTests.test_joining_inactive_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinpath__test.test_zipfile._path.test_path.TestPath.test_joinpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinpath_multiple__test.test_zipfile._path.test_path.TestPath.test_joinpath_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinpath_with_multiple_args__test.test_importlib.resources.test_files.OpenDiskTests.test_joinpath_with_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinpath_with_multiple_args__test.test_importlib.resources.test_files.OpenNamespaceTests.test_joinpath_with_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinpath_with_multiple_args__test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_joinpath_with_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_joinpath_with_multiple_args__test.test_importlib.resources.test_files.OpenZipTests.test_joinpath_with_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jsonlines__test.test_json.test_tool.TestTool.test_jsonlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_julian__test.test_strptime.StrptimeTests.test_julian_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_julian_calculation__test.test_strptime.CalculationTests.test_julian_calculation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_across_async_with__test.test_sys_settrace.JumpTestCase.test_jump_across_async_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_across_with__test.test_sys_settrace.JumpTestCase.test_jump_across_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backward__test.test_capi.test_opt.TestUops.test_jump_backward__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_jump_backward_over_async_listcomp__test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backward_over_async_listcomp_v2__test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp_v2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backward_over_listcomp__test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backward_over_listcomp_v2__test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp_v2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_into_try_except_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_into_try_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_into_while_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_while_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_out_of_async_with_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_async_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_out_of_try_except_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_out_of_try_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_backwards_out_of_with_block__test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_between_async_with_blocks__test.test_sys_settrace.JumpTestCase.test_jump_between_async_with_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_between_except_blocks_2__test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_between_except_blocks__test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_between_with_blocks__test.test_sys_settrace.JumpTestCase.test_jump_between_with_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_extended_args_for_iter__test.test_sys_settrace.JumpTestCase.test_jump_extended_args_for_iter__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_jump_extended_args_unpack_ex_simple__test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_extended_args_unpack_ex_tricky__test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_tricky_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forward__test.test_capi.test_opt.TestUops.test_jump_forward__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_jump_forward_over_async_listcomp__test.test_sys_settrace.JumpTestCase.test_jump_forward_over_async_listcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forward_over_listcomp__test.test_sys_settrace.JumpTestCase.test_jump_forward_over_listcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_into_try_except_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_into_try_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_into_while_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_while_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_out_of_async_with_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_async_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_out_of_try_except_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_out_of_try_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_forwards_out_of_with_block__test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_from_except_to_finally__test.test_sys_settrace.JumpTestCase.test_jump_from_except_to_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_from_yield__test.test_sys_settrace.JumpTestCase.test_jump_from_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_in_nested_finally_2__test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_in_nested_finally_3__test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_in_nested_finally__test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_into_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_into_finally_block_from_try_block__test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block_from_try_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_is_none_backwards__test.test_sys_settrace.JumpTestCase.test_jump_is_none_backwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_is_none_forwards__test.test_sys_settrace.JumpTestCase.test_jump_is_none_forwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_is_not_none_backwards__test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_backwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_is_not_none_forwards__test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_forwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_or_pop__test.test_sys_settrace.JumpTestCase.test_jump_or_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_async_for_block_backwards__test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_backwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_async_for_block_forwards__test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_forwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_async_with_assignment__test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_async_with_block_within_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_async_with_block_within_for_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_for_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_async_with_block_within_with_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_bare_except_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_bare_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_block_backwards__test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_backwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_block_forwards__test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_forwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_complex_nested_blocks__test.test_sys_settrace.JumpTestCase.test_jump_out_of_complex_nested_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_qualified_except_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_qualified_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_with_assignment__test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_with_block_within_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_with_block_within_for_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_for_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_out_of_with_block_within_with_block__test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_over_async_for_block_before_else__test.test_sys_settrace.JumpTestCase.test_jump_over_async_for_block_before_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_over_break_in_try_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_over_break_in_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_over_for_block_before_else__test.test_sys_settrace.JumpTestCase.test_jump_over_for_block_before_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_over_return_in_try_finally_block__test.test_sys_settrace.JumpTestCase.test_jump_over_return_in_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_over_try_except__test.test_sys_settrace.JumpTestCase.test_jump_over_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_simple_backwards__test.test_sys_settrace.JumpTestCase.test_jump_simple_backwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_simple_forwards__test.test_sys_settrace.JumpTestCase.test_jump_simple_forwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_target__test.test_dis.InstructionTests.test_jump_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_threading__test.test_patma.TestSourceLocations.test_jump_threading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_to_codeless_line__test.test_sys_settrace.JumpTestCase.test_jump_to_codeless_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_to_firstlineno__test.test_sys_settrace.JumpTestCase.test_jump_to_firstlineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_to_same_line__test.test_sys_settrace.JumpTestCase.test_jump_to_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_with_null_on_stack_load_attr__test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_with_null_on_stack_load_global__test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_with_null_on_stack_push_null__test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_push_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jump_within_except_block__test.test_sys_settrace.JumpTestCase.test_jump_within_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_jumpy__test.test_dis.InstructionTests.test_jumpy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_just_call__test.test_monitoring.MonitoringEventsTest.test_just_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_just_pass__test.test_monitoring.MonitoringEventsTest.test_just_pass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_just_raise__test.test_monitoring.MonitoringEventsTest.test_just_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_k__test.test_capi.test_getargs.Unsigned_TestCase.test_k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_karatsuba__test.test_long.LongTest.test_karatsuba_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kde__test.test_statistics.TestKDE.test_kde__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kde_kernel_invcdfs__test.test_statistics.TestKDE.test_kde_kernel_invcdfs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kde_random__test.test_statistics.TestKDE.test_kde_random__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_keep_buffer__test.test_re.ReTests.test_keep_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keep_encoded_newlines__test.test_email.test_generator.TestBytesGenerator.test_keep_encoded_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keep_encoded_newlines__test.test_email.test_generator.TestGenerator.test_keep_encoded_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keep_long_encoded_newlines__test.test_email.test_generator.TestBytesGenerator.test_keep_long_encoded_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keep_long_encoded_newlines__test.test_email.test_generator.TestGenerator.test_keep_long_encoded_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keepalive_disconnect__test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_key_attribute__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_key_attribute__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_attribute__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_key_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_change_during_iteration__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_key_change_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_change_during_iteration__test.test_ordered_dict.CPythonOrderedDictTests.test_key_change_during_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_methods__test.test_dbm_gnu.TestGdbm.test_key_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_type__test.test_os.EnvironTests.test_key_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_with_exception__test.test_sort.TestDecorateSortUndecorate.test_key_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_with_mutating_del__test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_with_mutating_del_and_exception__test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del_and_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_key_with_mutation__test.test_sort.TestDecorateSortUndecorate.test_key_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyed_archive_data__test.test_plistlib.TestKeyedArchive.test_keyed_archive_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyencoding__test.test_shelve.TestCase.test_keyencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyerror_without_factory__test.test_defaultdict.TestDefaultDict.test_keyerror_without_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keylog_defaults__test.test_ssl.TestSSLDebug.test_keylog_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keylog_env__test.test_ssl.TestSSLDebug.test_keylog_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keylog_filename__test.test_ssl.TestSSLDebug.test_keylog_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dbm.TestCase_dumb.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dbm.TestCase_gnu.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dbm.TestCase_ndbm.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dbm.TestCase_sqlite3.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dbm_ndbm.DbmTestCase.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dict.DictTest.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dict.GeneralMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_dict.SubclassMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_frame.FrameLocalsProxyMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_mailbox.TestBabyl.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_mailbox.TestMH.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_mailbox.TestMMDF.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_mailbox.TestMaildir.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_mailbox.TestMbox.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_ordered_dict.CPythonGeneralMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_ordered_dict.CPythonSubclassMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_ordered_dict.PurePythonGeneralMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_ordered_dict.PurePythonSubclassMappingTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_os.EnvironTests.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto0File_dumbShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto0File_gnuShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto0File_ndbmShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto0File_sqlite3Shelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto0MemShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto1File_dumbShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto1File_gnuShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto1File_ndbmShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto1File_sqlite3Shelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto1MemShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto2File_dumbShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto2File_gnuShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto2File_ndbmShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto2File_sqlite3Shelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto2MemShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto3File_dumbShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto3File_gnuShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto3File_ndbmShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto3File_sqlite3Shelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto3MemShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto4File_dumbShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto4File_gnuShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto4File_ndbmShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto4File_sqlite3Shelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto4MemShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto5File_dumbShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto5File_gnuShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto5File_ndbmShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto5File_sqlite3Shelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_shelve.TestProto5MemShelve.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_userdict.UserDictTest.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_weakref.WeakKeyDictionaryTestCase.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys__test.test_weakref.WeakValueDictionaryTestCase.test_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_contained__test.test_dict.DictTest.test_keys_contained_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_inheritance__test.test_typing.TypedDictTests.test_keys_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_inheritance_with_same_name__test.test_typing.TypedDictTests.test_keys_inheritance_with_same_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_no_string__test.test_plistlib.TestPlistlib.test_keys_no_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_reuse__test.test_json.test_decode.TestCDecode.test_keys_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_reuse__test.test_json.test_decode.TestPyDecode.test_keys_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_set_operations__test.test_dictviews.DictSetTest.test_keys_set_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keys_without_value_with_extra_whitespace__test.test_configparser.ReadFileTestCase.test_keys_without_value_with_extra_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keysort__test.test_plistlib.TestPlistlib.test_keysort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keysort_bytesio__test.test_plistlib.TestPlistlib.test_keysort_bytesio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keystr_replaces_value__test.test_functools.TestPartialC.test_keystr_replaces_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keystr_replaces_value__test.test_functools.TestPartialCSubclass.test_keystr_replaces_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyvalue_types__test.test_os.EnvironTests.test_keyvalue_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword__test.test_functools.TestPartialC.test_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword__test.test_functools.TestPartialCSubclass.test_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword__test.test_functools.TestPartialPy.test_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword__test.test_functools.TestPartialPySubclass.test_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_bisect.TestBisectC.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_bisect.TestBisectPython.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_bool.BoolTest.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_float.GeneralFloatCases.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_int.IntTestCases.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_list.ListTest.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_args__test.test_tuple.TupleTest.test_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_arguments__test.test_descr.ClassPropertiesAndMethods.test_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_arguments__test.test_string.TestTemplate.test_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_arguments_safe__test.test_string.TestTemplate.test_keyword_arguments_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_field_names__test.test_dataclasses.TestMakeDataclass.test_keyword_field_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_initializers__test.test_ctypes.test_structures.StructureTestCase.test_keyword_initializers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_only__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_keyword_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_only__test.test_inspect.test_inspect.TestGetcallargsMethods.test_keyword_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_only__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_keyword_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_only__test.test_tarfile.NumericOwnerTest.test_keyword_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_only_args__test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_only_arguments__test.test_collections.TestNamedTuple.test_keyword_only_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keyword_parameters__test.test_re.ReTests.test_keyword_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_contextlib.ContextManagerTestCase.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_contextlib_async.AsyncContextManagerTestCase.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_descr.ClassPropertiesAndMethods.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_os.TestSendfile.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_popen.PopenTest.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_pydoc.test_pydoc.TestHelper.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_type_aliases.TypeAliasConstructorTest.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_zlib.CompressObjectTestCase.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords__test.test_zlib.CompressTestCase.test_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_are_sorted__test.test_keyword.Test_iskeyword.test_keywords_are_sorted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_args_api__test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_in_subclass__test.test_float.GeneralFloatCases.test_keywords_in_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_in_subclass__test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_in_subclass__test.test_list.ListTest.test_keywords_in_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_in_subclass__test.test_set.TestFrozenSetSubclass.test_keywords_in_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_in_subclass__test.test_set.TestSetSubclass.test_keywords_in_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_keywords_in_subclass__test.test_tuple.TupleTest.test_keywords_in_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_kill__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kill__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_kill__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kill__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_kill__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kill__test.test_subprocess.POSIXProcessTestCase.test_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill__test.test_subprocess.Win32ProcessTestCase.test_kill__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kill_dead__test.test_subprocess.POSIXProcessTestCase.test_kill_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill_dead__test.test_subprocess.Win32ProcessTestCase.test_kill_dead__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kill_int__test.test_os.Win32KillTests.test_kill_int__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_kill_issue43884__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill_issue43884_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill_issue43884__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill_issue43884_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill_issue43884__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill_issue43884_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill_issue43884__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill_issue43884_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kill_sigterm__test.test_os.Win32KillTests.test_kill_sigterm__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_knotted__test.test_pprint.QueryTestCase.test_knotted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_known_8bit_CTE__test.test_email.test_email.Test8BitBytesHandling.test_known_8bit_CTE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kw_combinations__test.test_functools.TestPartialC.test_kw_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kw_combinations__test.test_functools.TestPartialCSubclass.test_kw_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kw_combinations__test.test_functools.TestPartialPy.test_kw_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kw_combinations__test.test_functools.TestPartialPySubclass.test_kw_combinations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kw_names__test.test_dis.DisTests.test_kw_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kw_names__test.test_dis.DisWithFileTests.test_kw_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_capi.test_getargs.Keywords_TestCase.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.EnumerateStartTestCase.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.EnumerateTestCase.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.SubclassTestCase.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.TestBig.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.TestEmpty.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.TestLongStart.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_enumerate.TestStart.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_copy__test.test_functools.TestPartialC.test_kwargs_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_copy__test.test_functools.TestPartialCSubclass.test_kwargs_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_copy__test.test_functools.TestPartialPy.test_kwargs_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_copy__test.test_functools.TestPartialPySubclass.test_kwargs_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_last2__test.test_syntax.SyntaxTestCase.test_kwargs_last2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_last3__test.test_syntax.SyntaxTestCase.test_kwargs_last3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_last__test.test_syntax.SyntaxTestCase.test_kwargs_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_order__test.test_call.FunctionCalls.test_kwargs_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_order__test.test_functools.TestLRUC.test_kwargs_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_order__test.test_functools.TestLRUPy.test_kwargs_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwargs_passing__test.test_logging.ConfigDictTest.test_kwargs_passing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_kwonly_methods__test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_kwonly_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_l__test.test_capi.test_getargs.Signed_TestCase.test_l_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_labels__test.test_mailbox.TestBabyl.test_labels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_labels__test.test_mailbox.TestBabylMessage.test_labels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lacking_parent__test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lacking_parent__test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lacking_parent__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lacking_parent__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lacking_parent__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda__test.test_ast.test_ast.ASTValidatorTests.test_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda__test.test_ast.test_ast.EndPositionTests.test_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda__test.test_fstring.TestCase.test_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda__test.test_reprlib.ReprTests.test_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_doc__test.test_compile.TestSpecifics.test_lambda_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_generator__test.test_generators.FinalizationTest.test_lambda_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_in_alias_in_class__test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_in_alias_in_generic_class__test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_generic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_in_generic_alias_in_class__test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_in_generic_alias_in_generic_class__test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_generic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_in_iter__test.test_listcomps.ListComprehensionTest.test_lambda_in_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_in_list__test.test_inspect.test_inspect.TestOneliners.test_lambda_in_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_parameters__test.test_unparse.CosmeticTestCase.test_lambda_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_parentheses__test.test_unparse.UnparseTestCase.test_lambda_parentheses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_return_position__test.test_compile.TestSourcePositions.test_lambda_return_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_with_return_and_params_annotation__test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_with_return_annotation__test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambda_without_return_annotation__test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambdas__test.test_positional_only_arg.PositionalOnlyTestCase.test_lambdas_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambdas_with_free_var__test.test_listcomps.ListComprehensionTest.test_lambdas_with_free_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambdas_with_iteration_var_as_default__test.test_listcomps.ListComprehensionTest.test_lambdas_with_iteration_var_as_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lambdef__test.test_grammar.GrammarTests.test_lambdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lang__test.test_email.test__encoded_words.TestEncode.test_lang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lang__test.test_strptime.LocaleTime_Tests.test_lang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lanscan_getnode__test.test_uuid.TestInternalsWithExtModule.test_lanscan_getnode__'lanscan_is_not_used_for_introspection_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lanscan_getnode__test.test_uuid.TestInternalsWithoutExtModule.test_lanscan_getnode__'lanscan_is_not_used_for_introspection_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_binbytes8__test.test_pickle.CUnpicklerTests.test_large_32b_binbytes8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_binbytes8__test.test_pickle.InMemoryPickleTests.test_large_32b_binbytes8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_binbytes8__test.test_pickle.PyUnpicklerTests.test_large_32b_binbytes8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_binunicode8__test.test_pickle.CUnpicklerTests.test_large_32b_binunicode8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_binunicode8__test.test_pickle.InMemoryPickleTests.test_large_32b_binunicode8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_binunicode8__test.test_pickle.PyUnpicklerTests.test_large_32b_binunicode8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_bytearray8__test.test_pickle.CUnpicklerTests.test_large_32b_bytearray8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_bytearray8__test.test_pickle.InMemoryPickleTests.test_large_32b_bytearray8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_32b_bytearray8__test.test_pickle.PyUnpicklerTests.test_large_32b_bytearray8__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_PYTHONPATH__test.test_cmd_line.CmdLineTest.test_large_PYTHONPATH_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_array__test.test_ctypes.test_arrays.ArrayTestCase.test_large_array__'not_enough_memory:_2.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_bufsize__test.test_zlib.CompressTestCase.test_large_bufsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_exhausted_iterator_pickling__test.test_range.RangeTest.test_large_exhausted_iterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_exponents__test.test_strtod.StrtodTests.test_large_exponents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_fd_transfer__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_large_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_fd_transfer__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_large_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_fd_transfer__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_large_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_fd_transfer__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_large_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_fd_transfer__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_fd_transfer__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_large_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_file_exception__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_file_ops__test.test_io.CIOTest.test_large_file_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_file_ops__test.test_io.PyIOTest.test_large_file_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_filesize__test.test_mmap.LargeMmapTests.test_large_filesize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_function__test.test_sys_settrace.JumpTestCase.test_large_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_input__test.test_codecs.CodePageTest.test_large_input__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_int__test.test_sqlite3.test_types.DeclTypesTests.test_large_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_int__test.test_sqlite3.test_types.SqliteTypeTests.test_large_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_ints_rejected__test.test_ipaddress.AddressTestCase_v4.test_large_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_ints_rejected__test.test_ipaddress.AddressTestCase_v6.test_large_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_ints_rejected__test.test_ipaddress.InterfaceTestCase_v4.test_large_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_ints_rejected__test.test_ipaddress.InterfaceTestCase_v6.test_large_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_ints_rejected__test.test_ipaddress.NetworkTestCase_v4.test_large_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_ints_rejected__test.test_ipaddress.NetworkTestCase_v6.test_large_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_list__test.test_json.test_dump.TestCDump.test_large_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_longs__test.test_index.OverflowTestCase.test_large_longs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_marshal__test.test_marshal.BugsTestCase.test_large_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_n__test.test_float.RoundTestCase.test_large_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_offset__test.test_mmap.LargeMmapTests.test_large_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_operands__test.test_range.RangeTest.test_large_operands_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pickles__test.test_pickle.CDumpPickle_LoadPickle.test_large_pickles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pickles__test.test_pickle.CPicklerTests.test_large_pickles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pickles__test.test_pickle.DumpPickle_CLoadPickle.test_large_pickles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pickles__test.test_pickle.InMemoryPickleTests.test_large_pickles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pickles__test.test_pickle.PyPicklerTests.test_large_pickles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pickles__test.test_pickletools.OptimizedPickleTests.test_large_pickles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pool__test.test_multiprocessing_fork.test_misc.MiscTestCase.test_large_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pool__test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pool__test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pyrange__test.test_bisect.TestBisectC.test_large_pyrange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_pyrange__test.test_bisect.TestBisectPython.test_large_pyrange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_range__test.test_bisect.TestBisectC.test_large_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_range__test.test_bisect.TestBisectPython.test_large_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_range__test.test_range.RangeTest.test_large_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_read__test.test_largefile.CLargeFileTest.test_large_read__'not_enough_memory:_4.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_read__test.test_largefile.PyLargeFileTest.test_large_read__'not_enough_memory:_4.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_read__test.test_os.FileTests.test_large_read__'not_enough_memory:_2.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_search__test.test_re.ReTests.test_large_search_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_size__test.test_collections.TestNamedTuple.test_large_size__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_sql__test.test_sqlite3.test_regression.RegressionTests.test_large_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_subn__test.test_re.ReTests.test_large_subn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_time__test.test_os.UtimeTests.test_large_time__'requires_NTFS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_timestamp__test.test_plistlib.TestBinaryPlistlib.test_large_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_unconsumed_tail__test.test_zlib.CompressObjectTestCase.test_large_unconsumed_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_unused_data__test.test_zlib.CompressObjectTestCase.test_large_unused_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_update__test.test_hashlib.HashLibTestCase.test_large_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_utf8_input__test.test_codecs.CodePageTest.test_large_utf8_input__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_large_year__test.test_time.TestAsctime4dyear.test_large_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_large_year__test.test_time.TestStrftime4dyear.test_large_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_larger_aligned_subclassed_union__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_larger_aligned_subclassed_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_larger_dataclass__test.test_pprint.QueryTestCase.test_larger_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_larger_than_32_bit_times__test.test_compileall.CompileallTestsWithSourceEpoch.test_larger_than_32_bit_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_larger_than_32_bit_times__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_larger_than_32_bit_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_last_resort__test.test_logging.LastResortTest.test_last_resort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_last_row_id_insert_o_r__test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_last_row_id_on_ignore__test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_last_split_chunk_does_not_fit__test.test_email.test_email.TestLongHeaders.test_last_split_chunk_does_not_fit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lasti__test.test_capi.test_misc.TestInternalFrameApi.test_lasti_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_registration_mapping__test.test_patma.TestInheritance.test_late_registration_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_registration_sequence__test.test_patma.TestInheritance.test_late_registration_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_resource_warning__test.test_warnings.FinalizationTest.test_late_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_tail__test.test_xml_etree.TreeBuilderTest.test_late_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_tail__test.test_xml_etree_c.TreeBuilderTest.test_late_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_tail_mix_pi_comments__test.test_xml_etree.TreeBuilderTest.test_late_tail_mix_pi_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_tail_mix_pi_comments__test.test_xml_etree_c.TreeBuilderTest.test_late_tail_mix_pi_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_late_untrack__test.test_tracemalloc.TestCAPI.test_late_untrack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_latin1__test.test_codecs.SurrogateEscapeTest.test_latin1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_latin1__test.test_utf8source.BuiltinCompileTests.test_latin1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_latin1_body__test.test_httplib.RequestBodyTest.test_latin1_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_latin1_header__test.test_httpservers.BaseHTTPServerTestCase.test_latin1_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_latin1_normalization__test.test_tokenize.TestDetectEncoding.test_latin1_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_latin_modifier__test.test_locale.NormalizeTest.test_latin_modifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_create_annotations__test.test_module.ModuleTests.test_lazy_create_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_create_annotations__test.test_type_annotations.TypeAnnotationTests.test_lazy_create_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_evaluation__test.test_type_params.DefaultsTest.test_lazy_evaluation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_hash_inheritance__test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_lines__test.test_traceback.TestFrame.test_lazy_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_module_type_override__test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_module_type_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazy_self_referential_modules__test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazycache_already_cached__test.test_linecache.LineCacheTests.test_lazycache_already_cached_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazycache_bad_filename__test.test_linecache.LineCacheTests.test_lazycache_bad_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazycache_check__test.test_linecache.LineCacheTests.test_lazycache_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazycache_no_globals__test.test_linecache.LineCacheTests.test_lazycache_no_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazycache_provide_after_failed_lookup__test.test_linecache.LineCacheTests.test_lazycache_provide_after_failed_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lazycache_smoke__test.test_linecache.LineCacheTests.test_lazycache_smoke_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lc_numeric_basic__test.test__locale._LocaleTests.test_lc_numeric_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lc_numeric_localeconv__test.test__locale._LocaleTests.test_lc_numeric_localeconv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lc_numeric_nl_langinfo__test.test__locale._LocaleTests.test_lc_numeric_nl_langinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lchflags_regular_file__test.test_posix.PosixTester.test_lchflags_regular_file__'test_needs_os.lchflags__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lchflags_symlink__test.test_posix.PosixTester.test_lchflags_symlink__'test_needs_os.lchflags__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lchmod_dir__test.test_posix.PosixTester.test_lchmod_dir__'test_needs_os.lchmod__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lchmod_dir_symlink__test.test_posix.PosixTester.test_lchmod_dir_symlink__'test_needs_os.lchmod__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lchmod_file__test.test_posix.PosixTester.test_lchmod_file__'test_needs_os.lchmod__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lchmod_file_symlink__test.test_posix.PosixTester.test_lchmod_file_symlink__'test_needs_os.lchmod__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lchown__test.test_posix.PosixTester.test_lchown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lcm__test.test_math.MathTests.test_lcm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ldshared_value__test.test_sysconfig.TestSysConfig.test_ldshared_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le__test.test_collections.TestCounter.test_le_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le__test.test_operator.COperatorTestCase.test_le_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le__test.test_operator.PyOperatorTestCase.test_le_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_le_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_le_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_newlines__test.test_compile.TestSpecifics.test_leading_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_splittable_in_the_middle_just_before_overlong_last_part__test.test_email.test_email.TestLongHeaders.test_leading_splittable_in_the_middle_just_before_overlong_last_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_trailing_spaces__test.test_fstring.TestCase.test_leading_trailing_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_zeros__test.test_ipaddress.AddressTestCase_v4.test_leading_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_zeros__test.test_ipaddress.AddressTestCase_v6.test_leading_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_zeros__test.test_ipaddress.InterfaceTestCase_v4.test_leading_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_zeros__test.test_ipaddress.InterfaceTestCase_v6.test_leading_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_zeros__test.test_ipaddress.NetworkTestCase_v4.test_leading_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leading_zeros__test.test_ipaddress.NetworkTestCase_v6.test_leading_zeros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leaf_generator__test.test_exception_group.LeafGeneratorTest.test_leaf_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leak_fast_process_del_killed__test.test_subprocess.POSIXProcessTestCase.test_leak_fast_process_del_killed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leak_tmp_file__test.test_regrtest.ArgsTestCase.test_leak_tmp_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leak_without_join__test.test_threading.ThreadTests.test_leak_without_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_leaking_fds_on_error__test.test_subprocess.ProcessTestCase.test_leaking_fds_on_error__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_leaking_fds_on_error__test.test_subprocess.ProcessTestCaseNoPoll.test_leaking_fds_on_error__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_legacy__test.test_finalization.LegacyFinalizationTest.test_legacy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_block_size_warnings__test.test_hmac.TestVectorsTestCase.test_legacy_block_size_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_finalizer__test.test_gc.GCTests.test_legacy_finalizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_finalizer_newclass__test.test_gc.GCTests.test_legacy_finalizer_newclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_paths__test.test_compileall.CommandLineTestsNoSourceEpoch.test_legacy_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_paths__test.test_compileall.CommandLineTestsWithSourceEpoch.test_legacy_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_resurrect__test.test_finalization.LegacyFinalizationTest.test_legacy_resurrect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legacy_self_cycle__test.test_finalization.LegacyFinalizationTest.test_legacy_self_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_legal__test.test_pyexpat.NamespaceSeparatorTest.test_legal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len1_tuple_sequence_pattern_comma__test.test_patma.TestSyntaxErrors.test_len1_tuple_sequence_pattern_comma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.ByteTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.DoubleTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.FloatTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.IntTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.LongLongTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.LongTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.ShortTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UCS4Test.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UnicodeTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UnsignedByteTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UnsignedIntTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UnsignedLongLongTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UnsignedLongTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_array.UnsignedShortTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_builtin.BuiltinTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_deque.TestBasic.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_deque.TestSequence.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_dict.DictTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_dict.GeneralMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_dict.SubclassMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_email.test_email.TestBase64.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_enumerate.TestReversed.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_frame.FrameLocalsProxyMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_list.ListTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_mailbox.TestBabyl.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_mailbox.TestMH.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_mailbox.TestMMDF.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_mailbox.TestMaildir.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_mailbox.TestMbox.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_ordered_dict.CPythonGeneralMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_ordered_dict.CPythonSubclassMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_ordered_dict.PurePythonGeneralMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_ordered_dict.PurePythonSubclassMappingTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_os.EnvironTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_set.TestFrozenSet.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_set.TestFrozenSetSubclass.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_set.TestSet.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_set.TestSetSubclass.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto0File_dumbShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto0File_gnuShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto0File_ndbmShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto0File_sqlite3Shelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto0MemShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto1File_dumbShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto1File_gnuShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto1File_ndbmShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto1File_sqlite3Shelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto1MemShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto2File_dumbShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto2File_gnuShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto2File_ndbmShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto2File_sqlite3Shelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto2MemShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto3File_dumbShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto3File_gnuShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto3File_ndbmShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto3File_sqlite3Shelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto3MemShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto4File_dumbShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto4File_gnuShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto4File_ndbmShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto4File_sqlite3Shelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto4MemShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto5File_dumbShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto5File_gnuShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto5File_ndbmShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto5File_sqlite3Shelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_shelve.TestProto5MemShelve.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_traceback.TestFrame.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_tuple.TupleTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_types.MappingProxyTests.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_userdict.UserDictTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_userlist.UserListTest.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_weakref.WeakKeyDictionaryTestCase.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_weakref.WeakValueDictionaryTestCase.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len__test.test_weakset.TestWeakSet.test_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_contains_iter__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_len_contains_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_cycles__test.test_weakset.TestWeakSet.test_len_cycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_only__test.test_bisect.TestErrorHandlingC.test_len_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_only__test.test_bisect.TestErrorHandlingPython.test_len_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_only__test.test_heapq.TestErrorHandlingC.test_len_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_only__test.test_heapq.TestErrorHandlingPython.test_len_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_len_race__test.test_weakset.TestWeakSet.test_len_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_0_large_offset__test.test_mmap.MmapTests.test_length_0_large_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_0_offset__test.test_mmap.MmapTests.test_length_0_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_importlib.test_util.Frozen_MagicNumberTests.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_importlib.test_util.Source_MagicNumberTests.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsBytes.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsEmpty.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsMixedStringBytes.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsSingleton.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsString.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsTriple.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length__test.test_set.TestBasicOpsTuple.test_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_hint__test.test_operator.COperatorTestCase.test_length_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_hint__test.test_operator.PyOperatorTestCase.test_length_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_hint__test.test_struct.UnpackIteratorTest.test_length_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_overflow__test.test_xml_etree_c.MiscTests.test_length_overflow__'not_enough_memory:_2.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_length_restriction__test.test_socket.LinuxKernelCryptoAPI.test_length_restriction__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.Bz2MiscReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.Bz2StreamReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.GzipMiscReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.GzipStreamReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.LzmaMiscReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.LzmaStreamReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.MiscReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_length_zero_header__test.test_tarfile.StreamReadTest.test_length_zero_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_level__test.test_logging.BasicConfigTest.test_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_level__test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_level__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_level__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_level_as_none__test.test_ast.test_ast.ASTHelpers_Test.test_level_as_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_levenshtein_distance__test.test_traceback.MiscTest.test_levenshtein_distance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_levenshtein_distance_short_circuit__test.test_traceback.MiscTest.test_levenshtein_distance_short_circuit__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lexicographic_ordering__test.test_tuple.TupleTest.test_lexicographic_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lf__test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lf__test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lf__test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lf__test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lib_reason__test.test_ssl.SSLErrorTests.test_lib_reason_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_libc_ver__test.test_platform.PlatformTest.test_libc_ver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_library__test.test_sysconfig.TestSysConfig.test_library_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_library_module__test.test_runpy.RunModuleTestCase.test_library_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_library_version__test.test_zlib.VersionTestCase.test_library_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_license_exists_at_url__test.test_site.ImportSideEffectTests.test_license_exists_at_url__\"resource_'network'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_limbo_cleanup__test.test_threading.ThreadTests.test_limbo_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_limit__test.test_traceback.TestTracebackException.test_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_limit_int__test.test_fractions.FractionTest.test_limit_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_limit_int__test.test_json.test_decode.TestCDecode.test_limit_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_limit_int__test.test_json.test_decode.TestPyDecode.test_limit_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_limit_int__test.test_xmlrpc.XMLRPCTestCase.test_limit_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line__test.test_capi.test_misc.TestInternalFrameApi.test_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line__test.test_sys_settrace.RaisingTraceFuncTestCase.test_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_and_col__test.test_tomllib.test_error.TestError.test_line_and_col_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_buffering__test.test_io.CTextIOWrapperTest.test_line_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_buffering__test.test_io.PyTextIOWrapperTest.test_line_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_endings__test.test_dbm_dumb.DumbDBMTestCase.test_line_endings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_event_raises_before_opcode_event__test.test_sys_settrace.RaisingTraceFuncTestCase.test_line_event_raises_before_opcode_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_iteration__test.test_urllib2_localnet.TestUrlopen.test_line_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_number_genexp__test.test_compile.TestSpecifics.test_line_number_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_number_implicit_return_after_async_for__test.test_compile.TestSpecifics.test_line_number_implicit_return_after_async_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_number_synthetic_jump_multiple_predecessors__test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_number_synthetic_jump_multiple_predecessors_more_nested__test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_more_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_number_synthetic_jump_multiple_predecessors_nested__test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_then_instruction__test.test_monitoring.TestInstallIncrementally.test_line_then_instruction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_too_long__test.test_ftplib.TestFTPClass.test_line_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_too_long__test.test_ftplib.TestTLS_FTPClassMixin.test_line_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_with_unicode__test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_with_unicode__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_line_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_line_with_unicode__test.test_traceback.PurePythonTracebackErrorCaretTests.test_line_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linear__test.test_monitoring.LineMonitoringTest.test_linear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linear_methods__test.test_trace.TestLineCounts.test_linear_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linebreak_7643__test.test_unicodedata.UnicodeMiscTest.test_linebreak_7643_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linecache_python_string__test.test_linecache.LineCacheTests.test_linecache_python_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linecol__test.test_json.test_fail.TestCFail.test_linecol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linecol__test.test_json.test_fail.TestPyFail.test_linecol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno__test.test_symtable.SymtableTest.test_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_implicit_return__test.test_compile.TestSpecifics.test_lineno_after_implicit_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_no_code__test.test_compile.TestSpecifics.test_lineno_after_no_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_other_except__test.test_exceptions.PEP626Tests.test_lineno_after_other_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_raise_in_except__test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_raise_in_with_exit__test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_with_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_raise_simple__test.test_exceptions.PEP626Tests.test_lineno_after_raise_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_after_with__test.test_exceptions.PEP626Tests.test_lineno_after_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_attribute__test.test_compile.TestSpecifics.test_lineno_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_in_finally_except__test.test_exceptions.PEP626Tests.test_lineno_in_finally_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_in_finally_normal__test.test_exceptions.PEP626Tests.test_lineno_in_finally_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_in_named_except__test.test_exceptions.PEP626Tests.test_lineno_in_named_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_in_try__test.test_exceptions.PEP626Tests.test_lineno_in_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_of_backward_jump_conditional_in_loop__test.test_compile.TestSpecifics.test_lineno_of_backward_jump_conditional_in_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_procedure_call__test.test_compile.TestSpecifics.test_lineno_procedure_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineno_with_tracing__test.test_frame.ClearTest.test_lineno_with_tracing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lines__test.test_code.CodeLocationTest.test_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lines_loop__test.test_monitoring.LineMonitoringTest.test_lines_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lines_single__test.test_monitoring.LineMonitoringTest.test_lines_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lines_two__test.test_monitoring.LineMonitoringTest.test_lines_two_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lineterminator__test.test_csv.TestDialectValidity.test_lineterminator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linetoolong__test.test_imaplib.NewIMAPSSLTests.test_linetoolong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linetoolong__test.test_imaplib.NewIMAPTests.test_linetoolong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link__test.test_os.LinkTests.test_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link__test.test_posix.TestPosixWeaklinking.test_link__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_link__test.test_stat.TestFilemodeCStat.test_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link__test.test_stat.TestFilemodePyStat.test_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_bytes__test.test_os.LinkTests.test_link_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_dir_fd__test.test_posix.TestPosixDirFd.test_link_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_fallback_normalizes__test.test_tarfile.TestExtractionFilters.test_link_fallback_normalizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_size__test.test_tarfile.Bz2WriteTest.test_link_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_size__test.test_tarfile.GzipWriteTest.test_link_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_size__test.test_tarfile.LzmaWriteTest.test_link_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_link_size__test.test_tarfile.WriteTest.test_link_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_does_not_exist__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_incref_link__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_incref_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_initial__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_initial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_link_incref_decref__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_decref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_link_incref_unlink_decref__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_unlink_decref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_link_unlink__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_unlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_lifecycle_never_linked__test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_never_linked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linked_to_musl__test.test_support.TestSupport.test_linked_to_musl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lint_status__test.test_plistlib.TestPlutil.test_lint_status__'plutil_utility_is_for_Mac_os'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_linux_constants__test.test_resource.ResourceTest.test_linux_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_linux_ext_suffix__test.test_sysconfig.TestSysConfig.test_linux_ext_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list2cmdline__test.test_subprocess.ProcessTestCase.test_list2cmdline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list2cmdline__test.test_subprocess.ProcessTestCaseNoPoll.test_list2cmdline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listDerived__test.test_bisect.TestInsortC.test_listDerived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listDerived__test.test_bisect.TestInsortPython.test_listDerived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_ast.test_ast.ASTValidatorTests.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_compile.TestExpressionStackSize.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_gc.GCTests.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_json.test_enum.TestCEnum.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_json.test_enum.TestPyEnum.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_marshal.ContainerTestCase.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_marshal.LargeValuesTestCase.test_list__'not_enough_memory:_18.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_list__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_poplib.TestPOP3Class.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_poplib.TestPOP3_SSLClass.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_poplib.TestPOP3_TLSClass.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_tarfile.Bz2ListTest.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_tarfile.GzipListTest.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_tarfile.ListTest.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_tarfile.LzmaListTest.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_tarfile.NoneInfoTests_Misc.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list__test.test_typing.CollectionsAbcTests.test_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_all__test.test_interpreters.test_api.LowLevelTests.test_list_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_all__test.test_interpreters.test_channels.TestChannels.test_list_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_api__test.test_capi.test_misc.Test_testcapi.test_list_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_append__test.test_capi.test_list.CAPITest.test_list_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_astuple__test.test_capi.test_list.CAPITest.test_list_astuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_body__test.test_httplib.RequestBodyTest.test_list_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_cases__test.test_regrtest.ArgsTestCase.test_list_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_check_exact__test.test_capi.test_list.CAPITest.test_list_check_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_chunking__test.test_pickle.CDumpPickle_LoadPickle.test_list_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_chunking__test.test_pickle.CPicklerTests.test_list_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_chunking__test.test_pickle.DumpPickle_CLoadPickle.test_list_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_chunking__test.test_pickle.InMemoryPickleTests.test_list_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_chunking__test.test_pickle.PyPicklerTests.test_list_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_chunking__test.test_pickletools.OptimizedPickleTests.test_list_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_clear__test.test_capi.test_list.CAPITest.test_list_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_command__test.test_tarfile.CommandLineTest.test_list_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_command__test.test_zipfile.test_core.CommandLineTest.test_list_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_command_invalid_file__test.test_tarfile.CommandLineTest.test_list_command_invalid_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_command_verbose__test.test_tarfile.CommandLineTest.test_list_command_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_copy__test.test_collections.TestUserObjects.test_list_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_escape_dirname__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_escape_filename__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_nonascii_dirname__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_nonascii_filename__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_undecodable_dirname2__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_undecodable_dirname__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_undecodable_filename__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_unencodable_dirname__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_unencodable_filename__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_dir_with_query_and_fragment__test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_with_query_and_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_edge_case__test.test_capi.test_opt.TestUops.test_list_edge_case__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_list_extend__test.test_capi.test_list.CAPITest.test_list_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_folders__test.test_mailbox.TestMH.test_list_folders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_folders__test.test_mailbox.TestMaildir.test_list_folders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_get_item__test.test_capi.test_list.CAPITest.test_list_get_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_get_item_ref__test.test_capi.test_list.CAPITest.test_list_get_item_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_get_size__test.test_capi.test_list.CAPITest.test_list_get_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_getitem__test.test_capi.test_list.CAPITest.test_list_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_getslice__test.test_capi.test_list.CAPITest.test_list_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_index_modifing_operand__test.test_list.ListTest.test_list_index_modifing_operand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_insert__test.test_capi.test_list.CAPITest.test_list_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_iter__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_iter__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_iter__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_members__test.test_plistlib.TestPlistlib.test_list_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_members__test.test_tarfile.Bz2ListTest.test_list_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_members__test.test_tarfile.GzipListTest.test_list_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_members__test.test_tarfile.ListTest.test_list_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_members__test.test_tarfile.LzmaListTest.test_list_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_new__test.test_capi.test_list.CAPITest.test_list_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_protocol__test.test_collections.TestUserObjects.test_list_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_proxy_in_list__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_proxy_in_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_proxy_in_list__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_proxy_in_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_proxy_in_list__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_repeat_respect_immortality__test.test_builtin.ImmortalTests.test_list_repeat_respect_immortality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_resize_overflow__test.test_list.ListTest.test_list_resize_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_reverse__test.test_capi.test_list.CAPITest.test_list_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_set_item__test.test_capi.test_list.CAPITest.test_list_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_setitem__test.test_capi.test_list.CAPITest.test_list_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_setslice__test.test_capi.test_list.CAPITest.test_list_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_size__test.test_capi.test_list.CAPITest.test_list_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_sort__test.test_capi.test_list.CAPITest.test_list_sort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_subclass__test.test_typing.CollectionsAbcTests.test_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_tests__test.test_regrtest.ArgsTestCase.test_list_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_verbose__test.test_tarfile.Bz2ListTest.test_list_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_verbose__test.test_tarfile.GzipListTest.test_list_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_verbose__test.test_tarfile.ListTest.test_list_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_list_verbose__test.test_tarfile.LzmaListTest.test_list_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listcomp__test.test_ast.test_ast.ASTValidatorTests.test_listcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listcomp_in_nested_class__test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listcomp_in_nested_generic_class__test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_generic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listcomps__test.test_grammar.GrammarTests.test_listcomps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_os.Pep383Tests.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_posix.PosixTester.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_unicode_file_functions.UnicodeFileTests.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir__test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir_bytes__test.test_posix.PosixTester.test_listdir_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir_bytes_like__test.test_posix.PosixTester.test_listdir_bytes_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir_default__test.test_posix.PosixTester.test_listdir_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir_fd__test.test_posix.PosixTester.test_listdir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listdir_scandir__test.test_posix.TestPosixWeaklinking.test_listdir_scandir__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_listdrives__test.test_os.Win32ListdriveTests.test_listdrives__'NT_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_listen_backlog__test.test_socket.GeneralModuleTests.test_listen_backlog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listen_backlog_overflow__test.test_socket.GeneralModuleTests.test_listen_backlog_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listen_config_10_ok__test.test_logging.ConfigDictTest.test_listen_config_10_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listen_config_1_ok__test.test_logging.ConfigDictTest.test_listen_config_1_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listen_verify__test.test_logging.ConfigDictTest.test_listen_verify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listener_client__test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_listener_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listener_client__test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_listener_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listener_client__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_listener_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listener_client__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_listener_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listener_client__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listener_client__test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_listener_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listfuncs_flag_success__test.test_trace.TestCommandLine.test_listfuncs_flag_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listmounts__test.test_os.Win32ListdriveTests.test_listmounts__'NT_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_listrecursion__test.test_json.test_recursion.TestCRecursion.test_listrecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listrecursion__test.test_json.test_recursion.TestPyRecursion.test_listrecursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lists__test.test_descr.OperatorsTest.test_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_listvolumes__test.test_os.Win32ListdriveTests.test_listvolumes__'NT_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_literal__test.test_bytes.AssortedBytesTest.test_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal__test.test_fstring.TestCase.test_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_constructor__test.test_dict.DictTest.test_literal_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval__test.test_ast.test_ast.ConstantTests.test_literal_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval__test.test_fstring.TestCase.test_literal_eval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval_complex__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval_malformed_dict_nodes__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_dict_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval_malformed_lineno__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval_str_int_limit__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_str_int_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval_syntax_errors__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_syntax_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literal_eval_trailing_ws__test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_trailing_ws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literals__test.test_str.StrTest.test_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literals_inside_other_types__test.test_typing.LiteralTests.test_literals_inside_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_literals_with_leading_zeroes__test.test_compile.TestSpecifics.test_literals_with_leading_zeroes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bigmem.BytearrayTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bigmem.BytesTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bigmem.StrTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bytes.ByteArrayAsStringTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bytes.ByteArrayTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bytes.BytesAsStringTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_bytes.BytesTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_str.StrTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ljust__test.test_userstring.UserStringTest.test_ljust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lltrace__test.test_lltrace.TestLLTrace.test_lltrace__'lltrace_requires_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lltrace_different_module__test.test_lltrace.TestLLTrace.test_lltrace_different_module__'lltrace_requires_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lltrace_does_not_crash_on_subscript_operator__test.test_lltrace.TestLLTrace.test_lltrace_does_not_crash_on_subscript_operator__'lltrace_requires_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ln__test.test_decimal.CContextAPItests.test_ln_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ln__test.test_decimal.CIBMTestCases.test_ln_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ln__test.test_decimal.PyContextAPItests.test_ln_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ln__test.test_decimal.PyIBMTestCases.test_ln_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__TestCase_subclass__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__TestCase_subclass_internals__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass_internals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__faulty_load_tests__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__faulty_load_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__load_tests__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__no_TestCase_instances__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_instances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__no_TestCase_tests__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__not_a_module__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromModule__pattern__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__callable__TestCase_instance__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__callable__TestSuite__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__callable__wrong_type__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__empty_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__empty_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__function_with_different_name_than_method__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__malformed_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__malformed_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__module_not_loaded__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__module_not_loaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_TestCase_subclass__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_TestSuite__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_bad_object__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_bad_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_empty_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_empty_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_invalid_testmethod__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_malformed_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_malformed_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_not_a_module__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_testmethod_ProperSuiteClass__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_testmethod__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__relative_unknown_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_unknown_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__unknown_attr_name_on_module__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__unknown_attr_name_on_package__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromName__unknown_module_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_module_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__callable__TestCase_instance__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestCase_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__callable__TestSuite__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__callable__call_staticmethod__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__callable__wrong_type__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__empty_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__empty_name_list__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__malformed_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__malformed_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__module_not_loaded__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__module_not_loaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_TestCase_subclass__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_TestSuite__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_bad_object__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_bad_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_empty_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_empty_name_list__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_invalid_testmethod__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_malformed_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_malformed_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_not_a_module__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__relative_testmethod__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__unknown_attr_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_attr_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__unknown_module_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_module_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__unknown_name_relative_1__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromNames__unknown_name_relative_2__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromTestCase__TestSuite_subclass__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromTestCase__default_method_name__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromTestCase__from_FunctionTestCase__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_FunctionTestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromTestCase__from_TestCase__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_TestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromTestCase__no_matches__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loadTestsFromTestCase__test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load__test.test_ctypes.test_loading.LoaderTest.test_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load__test.test_http_cookies.CookieTests.test_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load__test.test_tomllib.test_misc.TestMiscellaneous.test_load_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_class__test.test_opcache.TestRacesDoNotCrash.test_load_attr_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_extended_arg__test.test_descr.ClassPropertiesAndMethods.test_load_attr_extended_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_getattribute_overridden__test.test_opcache.TestRacesDoNotCrash.test_load_attr_getattribute_overridden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_instance_value__test.test_opcache.TestRacesDoNotCrash.test_load_attr_instance_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_method_lazy_dict__test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_lazy_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_method_no_dict__test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_no_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_method_with_values__test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_with_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_module__test.test_opcache.TestRacesDoNotCrash.test_load_attr_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_property__test.test_opcache.TestRacesDoNotCrash.test_load_attr_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_specialize__test.test_dis.DisTests.test_load_attr_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_specialize__test.test_dis.DisWithFileTests.test_load_attr_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_attr_with_hint__test.test_opcache.TestRacesDoNotCrash.test_load_attr_with_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_aware_datetime__test.test_plistlib.TestBinaryPlistlib.test_load_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_aware_datetime__test.test_plistlib.TestPlistlib.test_load_aware_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_borrowed_slot_should_not_crash__test.test_opcache.TestLoadAttrCache.test_load_borrowed_slot_should_not_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_bps_from_previous_Bdb_instance__test.test_bdb.BreakpointTestCase.test_load_bps_from_previous_Bdb_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_cert_chain__test.test_ssl.ContextTests.test_load_cert_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_classic_instance__test.test_pickle.CUnpicklerTests.test_load_classic_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_classic_instance__test.test_pickle.InMemoryPickleTests.test_load_classic_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_classic_instance__test.test_pickle.PyUnpicklerTests.test_load_classic_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_closed_file__test.test_pickle.CPickleTests.test_load_closed_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_closed_file__test.test_pickle.PyPickleTests.test_load_closed_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_const__test.test_ast.test_ast.ConstantTests.test_load_const_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_default_certs__test.test_ssl.ContextTests.test_load_default_certs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_default_certs_env__test.test_ssl.ContextTests.test_load_default_certs_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_default_certs_env_windows__test.test_ssl.ContextTests.test_load_default_certs_env_windows__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_load_dh_params__test.test_ssl.ContextTests.test_load_dh_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_dll_with_flags__test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_load_equivalent_to_init__test.test_pstats.StatsTestCase.test_load_equivalent_to_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_extension_types__test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_failed__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_failed__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_failed_removed__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_failed_removed__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_known_because_already_loaded__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_already_loaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_known_because_parameter__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_known_multiple_branches__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_multiple_branches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_known_simple__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_too_many_locals__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_too_many_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_unknown_after_error_2__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_unknown_after_error__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_unknown_because_del__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_because_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_fast_unknown_simple__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_and_dump_to_file__test.test_pickle.CPickleTests.test_load_from_and_dump_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_and_dump_to_file__test.test_pickle.PyPickleTests.test_load_from_and_dump_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data0__test.test_pickle.CUnpicklerTests.test_load_from_data0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data0__test.test_pickle.InMemoryPickleTests.test_load_from_data0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data0__test.test_pickle.PyUnpicklerTests.test_load_from_data0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data1__test.test_pickle.CUnpicklerTests.test_load_from_data1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data1__test.test_pickle.InMemoryPickleTests.test_load_from_data1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data1__test.test_pickle.PyUnpicklerTests.test_load_from_data1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data2__test.test_pickle.CUnpicklerTests.test_load_from_data2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data2__test.test_pickle.InMemoryPickleTests.test_load_from_data2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data2__test.test_pickle.PyUnpicklerTests.test_load_from_data2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data3__test.test_pickle.CUnpicklerTests.test_load_from_data3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data3__test.test_pickle.InMemoryPickleTests.test_load_from_data3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data3__test.test_pickle.PyUnpicklerTests.test_load_from_data3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data4__test.test_pickle.CUnpicklerTests.test_load_from_data4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data4__test.test_pickle.InMemoryPickleTests.test_load_from_data4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_from_data4__test.test_pickle.PyUnpicklerTests.test_load_from_data4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_global__test.test_pickle.CUnpicklerTests.test_load_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_global__test.test_pickle.InMemoryPickleTests.test_load_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_global__test.test_pickle.PyUnpicklerTests.test_load_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_global_module__test.test_opcache.TestRacesDoNotCrash.test_load_global_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_global_specialization_failure_keeps_oparg__test.test_dynamic.RebindBuiltinsTests.test_load_global_specialization_failure_keeps_oparg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_hasattr__test.test_ctypes.test_loading.LoaderTest.test_load_hasattr__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_load_int__test.test_plistlib.TestBinaryPlistlib.test_load_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_invalid_file__test.test_plistlib.TestPlistlib.test_load_invalid_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_legacy_attributes_immutable__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_legacy_attributes_immutable__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_library__test.test_ctypes.test_loading.LoaderTest.test_load_library__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_load_long_python2_str_as_bytes__test.test_pickle.CUnpicklerTests.test_load_long_python2_str_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_long_python2_str_as_bytes__test.test_pickle.InMemoryPickleTests.test_load_long_python2_str_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_long_python2_str_as_bytes__test.test_pickle.PyUnpicklerTests.test_load_long_python2_str_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module_API__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module_API__test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module_API__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module_API__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module_API__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module__test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module__test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_module_api__test.test_modulefinder.ModuleFinderTest.test_load_module_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_ordinal_functions__test.test_ctypes.test_loading.LoaderTest.test_load_ordinal_functions__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_load_python2_str_as_bytes__test.test_pickle.CUnpicklerTests.test_load_python2_str_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_python2_str_as_bytes__test.test_pickle.InMemoryPickleTests.test_load_python2_str_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_python2_str_as_bytes__test.test_pickle.PyUnpicklerTests.test_load_python2_str_as_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_python2_unicode_as_str__test.test_pickle.CUnpicklerTests.test_load_python2_unicode_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_python2_unicode_as_str__test.test_pickle.InMemoryPickleTests.test_load_python2_unicode_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_python2_unicode_as_str__test.test_pickle.PyUnpicklerTests.test_load_python2_unicode_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_replaced__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_replaced__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_shadowing_slot_should_raise_type_error__test.test_opcache.TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_short_name__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_short_name__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_singletons__test.test_plistlib.TestBinaryPlistlib.test_load_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_stack_global__test.test_pickle.CUnpicklerTests.test_load_stack_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_stack_global__test.test_pickle.InMemoryPickleTests.test_load_stack_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_stack_global__test.test_pickle.PyUnpicklerTests.test_load_stack_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_standard_types__test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_submodule__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_submodule__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_super_attr__test.test_compile.TestSourcePositions.test_load_super_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_twice__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_twice__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_verify_cadata__test.test_ssl.ContextTests.test_load_verify_cadata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_verify_locations__test.test_ssl.ContextTests.test_load_verify_locations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_load_version__test.test_ctypes.test_loading.LoaderTest.test_load_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loaded_once__test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loaded_once__test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loader__test.test_linecache.LineCacheTests.test_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loader_abc__test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loading_wrong_types__test.test_pstats.StatsTestCase.test_loading_wrong_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loads_recursion__test.test_marshal.BugsTestCase.test_loads_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loads_reject_unicode_strings__test.test_marshal.BugsTestCase.test_loads_reject_unicode_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loads_str_with_binary_fmt__test.test_plistlib.TestPlistlib.test_loads_str_with_binary_fmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loads_str_with_xml_fmt__test.test_plistlib.TestPlistlib.test_loads_str_with_xml_fmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loads_unsupported__test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local__test.test_monitoring.TestSetGetEvents.test_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local__test.test_symtable.SymtableTest.test_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_context_kwargs_does_not_overwrite_existing_argument__test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_context_kwargs_does_not_overwrite_existing_argument__test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_file_open__test.test_urllib.URLopener_Tests.test_local_file_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_lookup_error__test.test_pickle.CPicklingErrorTests.test_local_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_lookup_error__test.test_pickle.PyPicklingErrorTests.test_local_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_objects__test.test_frame.TestFrameLocals.test_local_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_refs__test.test_threading_local.PyThreadingLocalTest.test_local_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_refs__test.test_threading_local.ThreadLocalTest.test_local_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_local_visibility__test.test_dictcomps.DictComprehensionTest.test_local_visibility_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localcontext__test.test_decimal.CContextWithStatement.test_localcontext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localcontext__test.test_decimal.PyContextWithStatement.test_localcontext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localcontext_kwargs__test.test_decimal.CContextWithStatement.test_localcontext_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localcontext_kwargs__test.test_decimal.PyContextWithStatement.test_localcontext_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localcontextarg__test.test_decimal.CContextWithStatement.test_localcontextarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localcontextarg__test.test_decimal.PyContextWithStatement.test_localcontextarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale__test.test_format.FormatTest.test_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale__test.test_re.PatternReprTests.test_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_alias__test.test_locale.NormalizeTest.test_locale_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_caching__test.test_re.ReTests.test_locale_caching__'test_needs_en_US.iso88591_locale'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_locale_calendar_formatmonthname__test.test_calendar.CalendarTestCase.test_locale_calendar_formatmonthname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_calendar_formatweekday__test.test_calendar.CalendarTestCase.test_locale_calendar_formatweekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_calendars_reset_locale_properly__test.test_calendar.CalendarTestCase.test_locale_calendars_reset_locale_properly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_compiled__test.test_re.ReTests.test_locale_compiled__'test_needs_en_US.iso88591_locale'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_locale_data_w_regex_metacharacters__test.test_strptime.TimeRETests.test_locale_data_w_regex_metacharacters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_flag__test.test_re.ReTests.test_locale_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_getpreferredencoding__test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_html_calendar__test.test_calendar.CalendarTestCase.test_locale_html_calendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_html_calendar_custom_css_class_month_name__test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_month_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_html_calendar_custom_css_class_weekday__test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_locale_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locale_text_calendar__test.test_calendar.CalendarTestCase.test_locale_text_calendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localhost_domain__test.test_http_cookiejar.CookieTests.test_localhost_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localhost_domain_contents_2__test.test_http_cookiejar.CookieTests.test_localhost_domain_contents_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localhost_domain_contents__test.test_http_cookiejar.CookieTests.test_localhost_domain_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localize__test.test_locale.TestCLocalize.test_localize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localize__test.test_locale.TestEnUSLocalize.test_localize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localize__test.test_locale.TestfrFRLocalize.test_localize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localized_error__test.test_dbm_gnu.TestGdbm.test_localized_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localized_error_dlopen__test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlopen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localized_error_dlsym__test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlsym_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localized_error_from_dll__test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_from_dll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localized_error_in_dll__test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_in_dll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals__test.test_fstring.TestCase.test_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals__test.test_traceback.TestStack.test_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals__test.test_traceback.TestTracebackException.test_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals__test.test_unittest.test_program.TestCommandLineArgs.test_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals__test.test_unittest.test_runner.Test_TextTestRunner.test_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals_at_exit__test.test_threading.ThreadTests.test_locals_at_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locals_clear_locals__test.test_frame.FrameAttrsTest.test_locals_clear_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_daylight_false_dst_false__test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_daylight_false_dst_true__test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_daylight_true_dst_false__test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_daylight_true_dst_true__test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_epoch_notz_daylight_false__test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_epoch_notz_daylight_true__test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_epoch_utc_daylight_false__test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_epoch_utc_daylight_true__test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_failure__test.test_time.TimeTestCase.test_localtime_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_is_tz_aware_daylight_false__test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_is_tz_aware_daylight_true__test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_timezone__test.test_time.TestPytime.test_localtime_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_localtime_without_arg__test.test_time.TimeTestCase.test_localtime_without_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_asyncio.test_locks.LockTests.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_fork.test_misc.TestForkAwareThreadLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_forkserver.test_misc.TestForkAwareThreadLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock__test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_acquire_interruption__test.test_threadsignals.ThreadSignals.test_lock_acquire_interruption_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_acquire_retries_on_intr__test.test_threadsignals.ThreadSignals.test_lock_acquire_retries_on_intr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_basic__test.test_capi.test_misc.Test_PyLock.test_lock_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_benchmark__test.test_capi.test_misc.Test_PyLock.test_lock_benchmark_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_by_with_statement__test.test_asyncio.test_locks.LockTests.test_lock_by_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_conflict__test.test_mailbox.TestMMDF.test_lock_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_conflict__test.test_mailbox.TestMbox.test_lock_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_context__test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_counter__test.test_capi.test_misc.Test_PyLock.test_lock_counter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_counter_slow__test.test_capi.test_misc.Test_PyLock.test_lock_counter_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_doesnt_accept_loop_parameter__test.test_asyncio.test_locks.LockTests.test_lock_doesnt_accept_loop_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_lifetime__test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_lifetime__test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_no_args__test.test_threading.ThreadTests.test_lock_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_no_subclass__test.test_threading.ThreadTests.test_lock_no_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_once__test.test_capi.test_misc.Test_PyLock.test_lock_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_or_none__test.test_threading.ThreadTests.test_lock_or_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_recursive__test.test_capi.test_misc.Test_PyLock.test_lock_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_rwlock__test.test_capi.test_misc.Test_PyLock.test_lock_rwlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_two_threads__test.test_capi.test_misc.Test_PyLock.test_lock_two_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_unlock__test.test_mailbox.TestBabyl.test_lock_unlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_unlock__test.test_mailbox.TestMH.test_lock_unlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_unlock__test.test_mailbox.TestMMDF.test_lock_unlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_unlock__test.test_mailbox.TestMaildir.test_lock_unlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_unlock__test.test_mailbox.TestMbox.test_lock_unlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lock_unlock_no_dot_mh_sequences_file__test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locked_repr__test.test_thread.LockTests.test_locked_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locked_repr__test.test_threading.CRLockTests.test_locked_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locked_repr__test.test_threading.ConditionAsRLockTests.test_locked_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locked_repr__test.test_threading.LockTests.test_locked_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locked_repr__test.test_threading.PyRLockTests.test_locked_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lockf__test.test_posix.PosixTester.test_lockf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lockf_exclusive__test.test_fcntl.TestFcntl.test_lockf_exclusive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lockf_share__test.test_fcntl.TestFcntl.test_lockf_share_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_locking__test.test_sqlite3.test_transactions.TransactionTests.test_locking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log10__test.test_decimal.CContextAPItests.test_log10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log10__test.test_decimal.CIBMTestCases.test_log10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log10__test.test_decimal.PyContextAPItests.test_log10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log10__test.test_decimal.PyIBMTestCases.test_log10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log__test.test_logging.BasicConfigTest.test_log_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log__test.test_logging.ModuleLevelMiscTest.test_log_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_destroyed_pending_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_destroyed_pending_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_invalid_level_no_raise__test.test_logging.LoggerTest.test_log_invalid_level_no_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_invalid_level_with_raise__test.test_logging.LoggerTest.test_log_invalid_level_with_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_mask__test.test_syslog.Test.test_log_mask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_slow_callbacks__test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_taskName__test.test_logging.BasicConfigTest.test_log_taskName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_futures.CFutureTests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_futures.PyFutureTests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_log_traceback__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logb__test.test_decimal.CContextAPItests.test_logb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logb__test.test_decimal.CIBMTestCases.test_logb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logb__test.test_decimal.PyContextAPItests.test_logb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logb__test.test_decimal.PyIBMTestCases.test_logb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logger_disabling__test.test_logging.ConfigFileTest.test_logger_disabling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logger_filter__test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logging_at_shutdown__test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logging_at_shutdown_open__test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logging_filter_replaces_record__test.test_logging.CustomLevelsAndFiltersTest.test_logging_filter_replaces_record_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_and__test.test_decimal.CContextAPItests.test_logical_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_and__test.test_decimal.PyContextAPItests.test_logical_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_invert__test.test_decimal.CContextAPItests.test_logical_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_invert__test.test_decimal.PyContextAPItests.test_logical_invert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_or__test.test_decimal.CContextAPItests.test_logical_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_or__test.test_decimal.PyContextAPItests.test_logical_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_xor__test.test_decimal.CContextAPItests.test_logical_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logical_xor__test.test_decimal.PyContextAPItests.test_logical_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_login__test.test_ftplib.TestFTPClass.test_login_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_login__test.test_ftplib.TestTLS_FTPClass.test_login_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_login__test.test_ftplib.TestTLS_FTPClassMixin.test_login_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logrecord_class__test.test_logging.LogRecordFactoryTest.test_logrecord_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_logs__test.test_long.LongTest.test_logs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_quote__test.test_csv.TestDialectExcel.test_lone_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF16BETest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF16LETest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF16Test.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF32BETest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF32LETest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF32Test.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF7Test.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF8SigTest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_codecs.UTF8Test.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_memoryio.CStringIOTest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_memoryio.PyStringIOTest.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lone_surrogates__test.test_plistlib.TestPlistlib.test_lone_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long1__test.test_pickle.CDumpPickle_LoadPickle.test_long1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long1__test.test_pickle.CPicklerTests.test_long1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long1__test.test_pickle.DumpPickle_CLoadPickle.test_long1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long1__test.test_pickle.InMemoryPickleTests.test_long1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long1__test.test_pickle.PyPicklerTests.test_long1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long1__test.test_pickletools.OptimizedPickleTests.test_long1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long4__test.test_pickle.CDumpPickle_LoadPickle.test_long4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long4__test.test_pickle.CPicklerTests.test_long4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long4__test.test_pickle.DumpPickle_CLoadPickle.test_long4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long4__test.test_pickle.InMemoryPickleTests.test_long4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long4__test.test_pickle.PyPicklerTests.test_long4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long4__test.test_pickletools.OptimizedPickleTests.test_long4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_8bit_header__test.test_email.test_email.TestLongHeaders.test_long_8bit_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_8bit_header_no_charset__test.test_email.test_email.TestLongHeaders.test_long_8bit_header_no_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_capi.test_number.CAPITest.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_ctypes.test_callbacks.Callbacks.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_ctypes.test_cfuncs.CFunctions.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_email.test_email.TestHeader.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_long.LongTest.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_pickle.CDumpPickle_LoadPickle.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_pickle.CPicklerTests.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_pickle.DumpPickle_CLoadPickle.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_pickle.InMemoryPickleTests.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_pickle.PyPicklerTests.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_pickletools.OptimizedPickleTests.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_tokenize.GenerateTokensTest.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long__test.test_tokenize.TokenizeTest.test_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_api__test.test_capi.test_misc.Test_testlimitedcapi.test_long_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_as_double__test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_as_size_t__test.test_capi.test_long.LongTests.test_long_as_size_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_as_ssize_t__test.test_capi.test_long.LongTests.test_long_as_ssize_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_as_unsigned_long_long_mask__test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_unsigned_long_long_mask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asdouble__test.test_capi.test_long.LongTests.test_long_asdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asint__test.test_capi.test_long.LongTests.test_long_asint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_aslong__test.test_capi.test_long.LongTests.test_long_aslong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_aslongandoverflow__test.test_capi.test_long.LongTests.test_long_aslongandoverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_aslonglong__test.test_capi.test_long.LongTests.test_long_aslonglong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_aslonglongandoverflow__test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asnativebytes_fuzz__test.test_capi.test_long.LongTests.test_long_asnativebytes_fuzz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_aspid__test.test_capi.test_long.LongTests.test_long_aspid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_aspid_limited__test.test_capi.test_long.LongTests.test_long_aspid_limited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asunsignedlong__test.test_capi.test_long.LongTests.test_long_asunsignedlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asunsignedlonglong__test.test_capi.test_long.LongTests.test_long_asunsignedlonglong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asunsignedlonglongmask__test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asunsignedlongmask__test.test_capi.test_long.LongTests.test_long_asunsignedlongmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_asvoidptr__test.test_capi.test_long.LongTests.test_long_asvoidptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_binget__test.test_pickle.CUnpicklerTests.test_long_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_binget__test.test_pickle.InMemoryPickleTests.test_long_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_binget__test.test_pickle.PyUnpicklerTests.test_long_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_chain_of_empty_iterables__test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_long_check__test.test_capi.test_long.LongTests.test_long_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_checkexact__test.test_capi.test_long.LongTests.test_long_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_context_chain__test.test_traceback.TestTracebackException.test_long_context_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_field_name__test.test_email.test_email.TestLongHeaders.test_long_field_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_filename_attachment__test.test_email.test__header_value_parser.TestFolding.test_long_filename_attachment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fixed_hash__test.test_hash.BytesHashRandomizationTests.test_long_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fixed_hash__test.test_hash.MemoryviewHashRandomizationTests.test_long_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fixed_hash__test.test_hash.StrHashRandomizationTests.test_long_fixed_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fromdouble__test.test_capi.test_long.LongTests.test_long_fromdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fromnativebytes__test.test_capi.test_long.LongTests.test_long_fromnativebytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fromstring__test.test_capi.test_long.LongTests.test_long_fromstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fromunicodeobject__test.test_capi.test_long.LongTests.test_long_fromunicodeobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_fromvoidptr__test.test_capi.test_long.LongTests.test_long_fromvoidptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_has_args__test.test_getopt.GetoptTests.test_long_has_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_long_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_long_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header__test.test_email.test_email.TestIdempotent.test_long_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header_encode__test.test_email.test_email.TestLongHeaders.test_long_header_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header_encode_with_different_output_charset__test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_different_output_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header_encode_with_tab_continuation__test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header_encode_with_tab_continuation_is_just_a_hint__test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation_is_just_a_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header_with_multiple_sequential_split_chars__test.test_email.test_email.TestLongHeaders.test_long_header_with_multiple_sequential_split_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_header_with_whitespace_runs__test.test_email.test_email.TestLongHeaders.test_long_header_with_whitespace_runs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_headers_as_string__test.test_email.test_email.TestSigned.test_long_headers_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_headers_as_string_maxheaderlen__test.test_email.test_email.TestSigned.test_long_headers_as_string_maxheaderlen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_headers_flatten__test.test_email.test_email.TestSigned.test_long_headers_flatten_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_integers__test.test_grammar.TokenTests.test_long_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_invalid_integer__test.test_optparse.TestStandard.test_long_invalid_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_line_after_append__test.test_email.test_email.TestLongHeaders.test_long_line_after_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_lines__test.test_email.test_email.TestFeedParsers.test_long_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_lines_with_different_header__test.test_email.test_email.TestLongHeaders.test_long_lines_with_different_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_mutex_groups_wrap__test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_long_mutex_groups_wrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_nonstring__test.test_email.test_email.TestLongHeaders.test_long_nonstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_numbits__test.test_capi.test_misc.Test_testinternalcapi.test_long_numbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_option__partial__test.test_regrtest.ParseArgsTestCase.test_long_option__partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_option_append__test.test_optparse.TestStandard.test_long_option_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_option_argument_joined__test.test_optparse.TestStandard.test_long_option_argument_joined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_option_argument_split__test.test_optparse.TestStandard.test_long_option_argument_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_option_short_option__test.test_optparse.TestStandard.test_long_option_short_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_pattern__test.test_re.PatternReprTests.test_long_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_plus__test.test_ctypes.test_cfuncs.CFunctions.test_long_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_received_header__test.test_email.test_email.TestLongHeaders.test_long_received_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_rfc2047_header_with_embedded_fws__test.test_email.test_email.TestLongHeaders.test_long_rfc2047_header_with_embedded_fws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_run_with_semi_header_splitter__test.test_email.test_email.TestLongHeaders.test_long_run_with_semi_header_splitter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_seed__test.test_random.MersenneTwister_TestBasicOps.test_long_seed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_signatures__test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_steadystate_queue_popleft__test.test_deque.TestBasic.test_long_steadystate_queue_popleft_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_steadystate_queue_popright__test.test_deque.TestBasic.test_long_steadystate_queue_popright_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_to_header__test.test_email.test_email.TestLongHeaders.test_long_to_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_unbreakable_lines_with_continuation__test.test_email.test_email.TestLongHeaders.test_long_unbreakable_lines_with_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_long_unstructured__test.test_email.test_headerregistry.TestFolding.test_long_unstructured_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longargs__test.test_type_comments.TypeCommentTests.test_longargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longdouble__test.test_ctypes.test_callbacks.Callbacks.test_longdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longdouble__test.test_ctypes.test_cfuncs.CFunctions.test_longdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longdouble_plus__test.test_ctypes.test_cfuncs.CFunctions.test_longdouble_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longdoubleresult__test.test_ctypes.test_functions.FunctionTestCase.test_longdoubleresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longest_match_with_popular_chars__test.test_difflib.TestFindLongest.test_longest_match_with_popular_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longexp__test.test_longexp.LongExpText.test_longexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlink_1023__test.test_tarfile.GNUWriteTest.test_longlink_1023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlink_1023__test.test_tarfile.PaxWriteTest.test_longlink_1023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlink_1024__test.test_tarfile.GNUWriteTest.test_longlink_1024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlink_1024__test.test_tarfile.PaxWriteTest.test_longlink_1024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlink_1025__test.test_tarfile.GNUWriteTest.test_longlink_1025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlink_1025__test.test_tarfile.PaxWriteTest.test_longlink_1025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_longlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_longlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong__test.test_ctypes.test_bitfields.BitFieldTest.test_longlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong__test.test_ctypes.test_callbacks.Callbacks.test_longlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong__test.test_ctypes.test_cfuncs.CFunctions.test_longlong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_api__test.test_capi.test_misc.Test_testlimitedcapi.test_longlong_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_callbacks__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_longlong_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_callbacks__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_longlong_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_callbacks__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_longlong_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_callbacks__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_longlong_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_callbacks__test.test_ctypes.test_functions.FunctionTestCase.test_longlong_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlong_plus__test.test_ctypes.test_cfuncs.CFunctions.test_longlong_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longlongresult__test.test_ctypes.test_functions.FunctionTestCase.test_longlongresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_1023__test.test_tarfile.GNUWriteTest.test_longname_1023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_1023__test.test_tarfile.PaxWriteTest.test_longname_1023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_1024__test.test_tarfile.GNUWriteTest.test_longname_1024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_1024__test.test_tarfile.PaxWriteTest.test_longname_1024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_1025__test.test_tarfile.GNUWriteTest.test_longname_1025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_1025__test.test_tarfile.PaxWriteTest.test_longname_1025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_directory__test.test_tarfile.GNUReadTest.test_longname_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longname_directory__test.test_tarfile.PaxReadTest.test_longname_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longnamelink_1023__test.test_tarfile.GNUWriteTest.test_longnamelink_1023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longnamelink_1023__test.test_tarfile.PaxWriteTest.test_longnamelink_1023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longnamelink_1024__test.test_tarfile.GNUWriteTest.test_longnamelink_1024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longnamelink_1024__test.test_tarfile.PaxWriteTest.test_longnamelink_1024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longnamelink_1025__test.test_tarfile.GNUWriteTest.test_longnamelink_1025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longnamelink_1025__test.test_tarfile.PaxWriteTest.test_longnamelink_1025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_longstrings__test.test_codeccallbacks.CodecCallbackTest.test_longstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_look_behind_overflow__test.test_re.ReTests.test_look_behind_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookahead__test.test_re.ReTests.test_lookahead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookbehind__test.test_re.ReTests.test_lookbehind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup__test.test_codeccallbacks.CodecCallbackTest.test_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup__test.test_codecs.CodecsModuleTest.test_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup__test.test_mailbox.TestMaildir.test_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_destroyed__test.test_capi.test_misc.InterpreterIDTests.test_lookup_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_does_not_exist__test.test_capi.test_misc.InterpreterIDTests.test_lookup_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_exists__test.test_capi.test_misc.InterpreterIDTests.test_lookup_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_issue1813__test.test_codecs.CodecsModuleTest.test_lookup_issue1813_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_lines__test.test_traceback.TestTracebackException.test_lookup_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_nonexistant__test.test_unicodedata.UnicodeFunctionsTest.test_lookup_nonexistant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_on_class__test.test_dataclasses.TestDescriptors.test_lookup_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_on_instance__test.test_dataclasses.TestDescriptors.test_lookup_on_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookup_resets_aggregation__test.test_capi.test_watchers.TestTypeWatchers.test_lookup_resets_aggregation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookups_with_key_function__test.test_bisect.TestBisectC.test_lookups_with_key_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lookups_with_key_function__test.test_bisect.TestBisectPython.test_lookups_with_key_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop__test.test_fstring.TestCase.test_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop__test.test_monitoring.TestBranchAndJumpEvents.test_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_caller_importing__test.test_trace.TestCallers.test_loop_caller_importing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_caller_importing__test.test_trace.TestFuncs.test_loop_caller_importing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_factory__test.test_unittest.test_async_case.TestAsyncCase.test_loop_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_factory_default_event_loop__test.test_asyncio.test_runners.RunTests.test_loop_factory_default_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_in_try_except__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_loop_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_in_try_except__test.test_sys_settrace.TestLinesAfterTraceStarted.test_loop_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_in_try_except__test.test_sys_settrace.TestSetLocalTrace.test_loop_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_in_try_except__test.test_sys_settrace.TraceOpcodesTestCase.test_loop_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_in_try_except__test.test_sys_settrace.TraceTestCase.test_loop_in_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_is_closed_resource_warnings__test.test_asyncio.test_streams.StreamTests.test_loop_is_closed_resource_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_quicken__test.test_dis.DisTests.test_loop_quicken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_quicken__test.test_dis.DisWithFileTests.test_loop_quicken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_aborted__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_aborted_closing__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_aborted_is_fatal__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_is_fatal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_conn_reset_lost__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_conn_reset_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_data__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_exception__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_reading_no_data__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_self_reading__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_self_reading_exception__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_self_reading_fut__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_fut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_writing__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_writing_closing__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_writing_err__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_writing_force_close__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_force_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_loop_writing_stop__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lose_target_ref__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_lose_target_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lose_target_ref__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_lose_target_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lose_target_ref__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_lose_target_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lose_target_ref__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_lose_target_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lose_target_ref__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lose_target_ref__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_lose_target_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lost_displayhook__test.test_sys.DisplayHookTest.test_lost_displayhook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lost_elem__test.test_xml_etree.BugsTest.test_lost_elem__'generators_are_not_reentrant'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lost_elem__test.test_xml_etree_c.BugsTest.test_lost_elem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lost_tail__test.test_xml_etree.BugsTest.test_lost_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lost_tail__test.test_xml_etree_c.BugsTest.test_lost_tail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lost_text__test.test_xml_etree.BugsTest.test_lost_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lost_text__test.test_xml_etree_c.BugsTest.test_lost_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_bigmem.BytearrayTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_bigmem.BytesTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_bigmem.StrTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_bytes.ByteArrayAsStringTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_bytes.BytesAsStringTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_str.StrTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lower__test.test_userstring.UserStringTest.test_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lowercase_mail_from_rcpt_to__test.test_smtplib.SMTPSimTests.test_lowercase_mail_from_rcpt_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lpath__test.test_os.ExtendedAttributeTests.test_lpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru__test.test_functools.TestLRUC.test_lru_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru__test.test_functools.TestLRUPy.test_lru_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_bug_35780__test.test_functools.TestLRUC.test_lru_bug_35780_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_bug_35780__test.test_functools.TestLRUPy.test_lru_bug_35780_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_bug_36650__test.test_functools.TestLRUC.test_lru_bug_36650_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_bug_36650__test.test_functools.TestLRUPy.test_lru_bug_36650_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_decoration__test.test_functools.TestLRUC.test_lru_cache_decoration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_decoration__test.test_functools.TestLRUPy.test_lru_cache_decoration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_parameters__test.test_functools.TestLRUC.test_lru_cache_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_parameters__test.test_functools.TestLRUPy.test_lru_cache_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_threaded2__test.test_functools.TestLRUC.test_lru_cache_threaded2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_threaded2__test.test_functools.TestLRUPy.test_lru_cache_threaded2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_threaded3__test.test_functools.TestLRUC.test_lru_cache_threaded3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_threaded3__test.test_functools.TestLRUPy.test_lru_cache_threaded3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_threaded__test.test_functools.TestLRUC.test_lru_cache_threaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_threaded__test.test_functools.TestLRUPy.test_lru_cache_threaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_typed_is_not_recursive__test.test_functools.TestLRUC.test_lru_cache_typed_is_not_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_typed_is_not_recursive__test.test_functools.TestLRUPy.test_lru_cache_typed_is_not_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_weakrefable__test.test_functools.TestLRUC.test_lru_cache_weakrefable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_cache_weakrefable__test.test_functools.TestLRUPy.test_lru_cache_weakrefable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_hash_only_once__test.test_functools.TestLRUC.test_lru_hash_only_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_hash_only_once__test.test_functools.TestLRUPy.test_lru_hash_only_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_method__test.test_functools.TestLRUC.test_lru_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_method__test.test_functools.TestLRUPy.test_lru_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_no_args__test.test_functools.TestLRUC.test_lru_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_no_args__test.test_functools.TestLRUPy.test_lru_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_recursion__test.test_functools.TestLRUC.test_lru_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_recursion__test.test_functools.TestLRUPy.test_lru_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_reentrancy_with_len__test.test_functools.TestLRUC.test_lru_reentrancy_with_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_reentrancy_with_len__test.test_functools.TestLRUPy.test_lru_reentrancy_with_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_star_arg_handling__test.test_functools.TestLRUC.test_lru_star_arg_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_star_arg_handling__test.test_functools.TestLRUPy.test_lru_star_arg_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_type_error__test.test_functools.TestLRUC.test_lru_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_type_error__test.test_functools.TestLRUPy.test_lru_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_exceptions__test.test_functools.TestLRUC.test_lru_with_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_exceptions__test.test_functools.TestLRUPy.test_lru_with_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_keyword_args__test.test_functools.TestLRUC.test_lru_with_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_keyword_args__test.test_functools.TestLRUPy.test_lru_with_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_keyword_args_maxsize_none__test.test_functools.TestLRUC.test_lru_with_keyword_args_maxsize_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_keyword_args_maxsize_none__test.test_functools.TestLRUPy.test_lru_with_keyword_args_maxsize_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_maxsize_negative__test.test_functools.TestLRUC.test_lru_with_maxsize_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_maxsize_negative__test.test_functools.TestLRUPy.test_lru_with_maxsize_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_maxsize_none__test.test_functools.TestLRUC.test_lru_with_maxsize_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_maxsize_none__test.test_functools.TestLRUPy.test_lru_with_maxsize_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_types__test.test_functools.TestLRUC.test_lru_with_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lru_with_types__test.test_functools.TestLRUPy.test_lru_with_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lseek__test.test_largefile.CLargeFileTest.test_lseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lseek__test.test_largefile.PyLargeFileTest.test_lseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lseek__test.test_os.TestInvalidFD.test_lseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lshift__test.test_operator.COperatorTestCase.test_lshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lshift__test.test_operator.PyOperatorTestCase.test_lshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lshift_of_zero__test.test_long.LongTest.test_lshift_of_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat__test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat__test.test_pathlib.test_pathlib.PathTest.test_lstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat__test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat__test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lstat__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lstat__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat_nosymlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat_nosymlink__test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat_nosymlink__test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat_nosymlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_lstat_nosymlink__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstat_nosymlink__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstrip__test.test_bigmem.BytearrayTest.test_lstrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstrip__test.test_bigmem.BytesTest.test_lstrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lstrip__test.test_bigmem.StrTest.test_lstrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt__test.test_collections.TestCounter.test_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt__test.test_gettext.PluralFormsInternalTestCase.test_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt__test.test_operator.COperatorTestCase.test_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt__test.test_operator.PyOperatorTestCase.test_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt__test.test_weakset.TestWeakSet.test_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_operator_modifying_operand__test.test_list.ListTest.test_lt_operator_modifying_operand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_returns_non_bool__test.test_bisect.TestBisectC.test_lt_returns_non_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_returns_non_bool__test.test_bisect.TestBisectPython.test_lt_returns_non_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_returns_notimplemented__test.test_bisect.TestBisectC.test_lt_returns_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_returns_notimplemented__test.test_bisect.TestBisectPython.test_lt_returns_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_lt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lt_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lv__test.test_gettext.PluralFormsInternalTestCase.test_lv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lwp_filepermissions__test.test_http_cookiejar.FileCookieJarTests.test_lwp_filepermissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lwp_valueless_cookie__test.test_http_cookiejar.FileCookieJarTests.test_lwp_valueless_cookie_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lying_multipart__test.test_email.test_defect_handling.TestDefectCapture.test_lying_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lying_multipart__test.test_email.test_defect_handling.TestDefectDetection.test_lying_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lying_multipart__test.test_email.test_defect_handling.TestDefectRaising.test_lying_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_lying_multipart__test.test_email.test_email.TestNonConformant.test_lying_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mac_ver__test.test_platform.PlatformTest.test_mac_ver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mac_ver_with_fork__test.test_platform.PlatformTest.test_mac_ver_with_fork__'OSX_only_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_machine__test.test_platform.PlatformTest.test_machine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_macos__test.test_platform.PlatformTest.test_macos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_macos_env__test.test_venv.BasicTest.test_macos_env__'only_relevant_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_macosx_attribute_values__test.test_stat.TestFilemodeCStat.test_macosx_attribute_values__'macOS_system_check'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_macosx_attribute_values__test.test_stat.TestFilemodePyStat.test_macosx_attribute_values__'macOS_system_check'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_macros__test.test_capi.test_misc.Test_testcapi.test_macros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_macros__test.test_netrc.NetrcTestCase.test_macros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_madvise__test.test_mmap.MmapTests.test_madvise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_in_initialization__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_in_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_method_reset_mock__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_reset_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_method_type__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_method_wrapping__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_wrapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_method_wraps_class__test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_method_wraps_dict__test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods__test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_and_spec__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_and_spec_set__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_are_async_functions__test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magic_methods_are_async_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_are_magic_mocks__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_are_magic_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_fspath__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_fspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_isolated_between_mocks__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_isolated_between_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_mock_calls__test.test_unittest.testmock.testmock.MockTest.test_magic_methods_mock_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_methods_success__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_magic_methods_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_mock_does_not_reset_magic_returns__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_does_not_reset_magic_returns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_mock_equality__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_mock_resets_manual_mocks__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_mock_resets_manual_mocks_empty_iter__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks_empty_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_number__test.test_compileall.CompileallTestsWithSourceEpoch.test_magic_number__'SOURCE_DATE_EPOCH_is_set'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_magic_number__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_magic_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_number__test.test_importlib.test_util.MagicNumberTests.test_magic_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magic_only__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magicmock__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magicmock_defaults__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magicmock_del__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magicmock_has_async_magic_methods__test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magicmock_has_async_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_magicmock_lambda_spec__test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_magicmock_lambda_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maildir_to_babyl__test.test_mailbox.TestMessageConversion.test_maildir_to_babyl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maildir_to_maildir__test.test_mailbox.TestMessageConversion.test_maildir_to_maildir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maildir_to_mboxmmdf__test.test_mailbox.TestMessageConversion.test_maildir_to_mboxmmdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maildir_to_mh__test.test_mailbox.TestMessageConversion.test_maildir_to_mh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test__interpreters.DestroyTests.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test__interpreters.GetCurrentTests.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test__interpreters.IsRunningTests.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test_interpreters.test_api.GetCurrentTests.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test_interpreters.test_api.TestInterpreterClose.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test_interpreters.test_api.TestInterpreterIsRunning.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test_random.CommandLineTest.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test_sysconfig.TestSysConfig.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main__test.test_threadedtempfile.ThreadedTempFileTest.test_main__'not_enough_memory:_1.2G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_main__test.test_webbrowser.CliTest.test_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_and_main_py__test.test_zipapp.ZipAppTest.test_main_and_main_py_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_bad_switch__test.test_timeit.TestTimeit.test_main_bad_switch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_exception__test.test_timeit.TestTimeit.test_main_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_exception_fixed_reps__test.test_timeit.TestTimeit.test_main_exception_fixed_reps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_fixed_iters__test.test_timeit.TestTimeit.test_main_fixed_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_fixed_reps__test.test_timeit.TestTimeit.test_main_fixed_reps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_help__test.test_timeit.TestTimeit.test_main_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_microseconds__test.test_timeit.TestTimeit.test_main_microseconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_milliseconds__test.test_timeit.TestTimeit.test_main_milliseconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_multiple_setups__test.test_timeit.TestTimeit.test_main_multiple_setups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_negative_reps__test.test_timeit.TestTimeit.test_main_negative_reps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_only_written_once__test.test_zipapp.ZipAppTest.test_main_only_written_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_pendingcalls_non_threaded__test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_non_threaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_pendingcalls_threaded__test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_threaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_recursion_error__test.test_runpy.RunPathTestCase.test_main_recursion_error__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_main_relative_import__test.test_runpy.RunModuleTestCase.test_main_relative_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_reused__test.test__interpreters.RunStringTests.test_main_reused_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_seconds__test.test_timeit.TestTimeit.test_main_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_setup__test.test_timeit.TestTimeit.test_main_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_thread__test.test_threading.ThreadTests.test_main_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_thread_after_fork__test.test_threading.ThreadTests.test_main_thread_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_thread_after_fork_from_dummy_thread__test.test_threading.ThreadTests.test_main_thread_after_fork_from_dummy_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_thread_after_fork_from_foreign_thread__test.test_threading.ThreadTests.test_main_thread_after_fork_from_foreign_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_thread_after_fork_from_nonmain_thread__test.test_threading.ThreadTests.test_main_thread_after_fork_from_nonmain_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_thread_during_shutdown__test.test_threading.ThreadTests.test_main_thread_during_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_validation__test.test_zipapp.ZipAppTest.test_main_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_verbose__test.test_timeit.TestTimeit.test_main_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_very_verbose__test.test_timeit.TestTimeit.test_main_very_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_with_time_unit__test.test_timeit.TestTimeit.test_main_with_time_unit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_main_written__test.test_zipapp.ZipAppTest.test_main_written_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maintain_abc__test.test_dataclasses.TestAbstract.test_maintain_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_major_version_number_too_long__test.test_httpservers.BaseHTTPServerTestCase.test_major_version_number_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_alternative___test.test_email.test_message.TestEmailMessage.test_make_alternative_alternative__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_alternative___test.test_email.test_message.TestMIMEPart.test_make_alternative_alternative__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_mixed_raises__test.test_email.test_message.TestEmailMessage.test_make_alternative_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_mixed_raises__test.test_email.test_message.TestMIMEPart.test_make_alternative_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_make_alternative_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_make_alternative_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_none_succeeds__test.test_email.test_message.TestEmailMessage.test_make_alternative_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_none_succeeds__test.test_email.test_message.TestMIMEPart.test_make_alternative_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_make_alternative_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_make_alternative_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_related_succeeds__test.test_email.test_message.TestEmailMessage.test_make_alternative_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_alternative_related_succeeds__test.test_email.test_message.TestMIMEPart.test_make_alternative_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_archive__test.test_shutil.TestArchives.test_make_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_archive_cwd__test.test_shutil.TestArchives.test_make_archive_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_archive_cwd_default__test.test_shutil.TestArchives.test_make_archive_cwd_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_archive_cwd_supports_root_dir__test.test_shutil.TestArchives.test_make_archive_cwd_supports_root_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_archive_owner_group__test.test_shutil.TestArchives.test_make_archive_owner_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_bad_fd__test.test_support.TestSupport.test_make_bad_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_boundary__test.test_email.test_email.TestMessageAPI.test_make_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_dataclass__test.test_dataclasses.TestKeywordArgs.test_make_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_dataclasses__test.test_dataclasses.TestMatchArgs.test_make_dataclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_datagram_transport__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_datagram_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_encoder__test.test_json.test_speedups.TestEncode.test_make_encoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_file_default_charset__test.test_difflib.TestSFpatches.test_make_file_default_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_file_iso88591_charset__test.test_difflib.TestSFpatches.test_make_file_iso88591_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_file_usascii_charset_with_nonascii_input__test.test_difflib.TestSFpatches.test_make_file_usascii_charset_with_nonascii_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_function_doesnt_bail__test.test_peepholer.TestTranforms.test_make_function_doesnt_bail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_header_handles_binary_unknown8bit__test.test_email.test_email.TestHeader.test_make_header_handles_binary_unknown8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_alternative_succeeds__test.test_email.test_message.TestEmailMessage.test_make_mixed_alternative_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_alternative_succeeds__test.test_email.test_message.TestMIMEPart.test_make_mixed_alternative_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_mixed___test.test_email.test_message.TestEmailMessage.test_make_mixed_mixed__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_mixed___test.test_email.test_message.TestMIMEPart.test_make_mixed_mixed__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_make_mixed_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_make_mixed_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_none_succeeds__test.test_email.test_message.TestEmailMessage.test_make_mixed_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_none_succeeds__test.test_email.test_message.TestMIMEPart.test_make_mixed_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_make_mixed_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_make_mixed_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_related_succeeds__test.test_email.test_message.TestEmailMessage.test_make_mixed_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_mixed_related_succeeds__test.test_email.test_message.TestMIMEPart.test_make_mixed_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_msgid_collisions__test.test_email.test_email.TestMiscellaneous.test_make_msgid_collisions__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_make_msgid_default_domain__test.test_email.test_email.TestMiscellaneous.test_make_msgid_default_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_msgid_domain__test.test_email.test_email.TestMiscellaneous.test_make_msgid_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_msgid_idstring__test.test_email.test_email.TestMiscellaneous.test_make_msgid_idstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_parser2__test.test_sax.MakeParserTest.test_make_parser2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_parser3__test.test_sax.MakeParserTest.test_make_parser3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_parser4__test.test_sax.MakeParserTest.test_make_parser4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_parser5__test.test_sax.MakeParserTest.test_make_parser5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_parser__test.test_sax.SaxutilsTest.test_make_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_pool__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_make_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_record_with_extra_no_overwrite__test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_record_with_extra_overwrite__test.test_logging.LoggerTest.test_make_record_with_extra_overwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_alternative_raises__test.test_email.test_message.TestEmailMessage.test_make_related_alternative_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_alternative_raises__test.test_email.test_message.TestMIMEPart.test_make_related_alternative_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_mixed_raises__test.test_email.test_message.TestEmailMessage.test_make_related_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_mixed_raises__test.test_email.test_message.TestMIMEPart.test_make_related_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_make_related_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_make_related_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_none_succeeds__test.test_email.test_message.TestEmailMessage.test_make_related_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_none_succeeds__test.test_email.test_message.TestMIMEPart.test_make_related_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_make_related_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_make_related_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_related___test.test_email.test_message.TestEmailMessage.test_make_related_related__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_related_related___test.test_email.test_message.TestMIMEPart.test_make_related_related__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_scanner__test.test_json.test_speedups.TestDecode.test_make_scanner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_socket_transport__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_socket_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_socket_transport__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_socket_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_ssl_transport_without_ssl_error__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport_without_ssl_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_tarfile__test.test_shutil.TestArchives.test_make_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_tarfile_in_curdir__test.test_shutil.TestArchives.test_make_tarfile_in_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_tarfile_rootdir_nodir__test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_tarfile_with_explicit_curdir__test.test_shutil.TestArchives.test_make_tarfile_with_explicit_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_tarfile_without_rootdir__test.test_shutil.TestArchives.test_make_tarfile_without_rootdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_keyed_dict_from_dict__test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_keyed_dict_from_weak_keyed_dict__test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_keyed_dict_repr__test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_valued_dict_from_dict__test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_valued_dict_from_weak_valued_dict__test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_valued_dict_misc__test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_weak_valued_dict_repr__test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_alternative___test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_alternative__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_alternative___test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_alternative__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_mixed_raises__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_mixed_raises__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_none_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_none_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_related_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_alternative_related_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_alternative_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_alternative_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_alternative_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_alternative_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_mixed___test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_mixed__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_mixed___test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_mixed__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_none_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_none_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_related_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_mixed_related_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_related_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_alternative_raises__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_alternative_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_alternative_raises__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_alternative_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_mixed_raises__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_mixed_raises__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_mixed_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_no_content_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_no_content_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_no_content_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_none_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_none_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_none_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_plain_succeeds__test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_plain_succeeds__test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_plain_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_related___test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_related__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_with_boundary_related_related___test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_related__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_zipfile__test.test_shutil.TestArchives.test_make_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_zipfile_in_curdir__test.test_shutil.TestArchives.test_make_zipfile_in_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_zipfile_rootdir_nodir__test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_zipfile_with_explicit_curdir__test.test_shutil.TestArchives.test_make_zipfile_with_explicit_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_make_zipfile_without_rootdir__test.test_shutil.TestArchives.test_make_zipfile_without_rootdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makedev__test.test_posix.PosixTester.test_makedev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makedir__test.test_os.MakedirTests.test_makedir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makeelement__test.test_xml_etree.ElementTreeTest.test_makeelement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makeelement__test.test_xml_etree_c.ElementTreeTest.test_makeelement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makefile_invalid_mode__test.test_socket.GeneralModuleTests.test_makefile_invalid_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makefile_mode__test.test_socket.GeneralModuleTests.test_makefile_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makefile_test_folders__test.test_tools.test_makefile.TestMakefile.test_makefile_test_folders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makepasv__test.test_ftplib.TestFTPClass.test_makepasv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makepasv__test.test_ftplib.TestIPv6Environment.test_makepasv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makepasv__test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makepasv_issue43285_security_enabled_default__test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_enabled_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makepasv_issue43285_security_enabled_default__test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_enabled_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makepath__test.test_site.HelperFunctionsTests.test_makepath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makeport__test.test_ftplib.TestFTPClass.test_makeport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makeport__test.test_ftplib.TestIPv6Environment.test_makeport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_makeport__test.test_ftplib.TestTLS_FTPClassMixin.test_makeport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maketrans__test.test_bytes.ByteArrayTest.test_maketrans_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maketrans__test.test_bytes.BytesTest.test_maketrans_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maketrans_translate__test.test_str.StrTest.test_maketrans_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_malformatted_charref__test.test_htmlparser.HTMLParserTestCase.test_malformatted_charref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_malformed_adjacent_attributes__test.test_htmlparser.AttributesTestCase.test_malformed_adjacent_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_malformed_attributes__test.test_htmlparser.AttributesTestCase.test_malformed_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_malformed_headers_coped_with__test.test_httplib.HeaderTests.test_malformed_headers_coped_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_malicious_relative_import__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_malicious_relative_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_malicious_relative_import__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_malicious_relative_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manager_initializer__test.test_multiprocessing_fork.test_misc.TestInitializers.test_manager_initializer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manager_initializer__test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_manager_initializer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manager_initializer__test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manager_loggerclass__test.test_logging.ManagerTest.test_manager_loggerclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manager_mock__test.test_unittest.testmock.testmock.MockTest.test_manager_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangle_from_in_preamble_and_epilog__test.test_email.test_email.TestFromMangling.test_mangle_from_in_preamble_and_epilog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangled_from__test.test_email.test_email.TestFromMangling.test_mangled_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangled_from_with_bad_bytes__test.test_email.test_email.TestFromMangling.test_mangled_from_with_bad_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangling__test.test_compile.TestSpecifics.test_mangling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangling__test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_mangling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangling__test.test_positional_only_arg.PositionalOnlyTestCase.test_mangling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mangling__test.test_type_params.TypeParamsManglingTest.test_mangling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manual_content_length__test.test_httplib.RequestBodyTest.test_manual_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manually_adding_non_string_keyword__test.test_functools.TestPartialC.test_manually_adding_non_string_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manually_adding_non_string_keyword__test.test_functools.TestPartialCSubclass.test_manually_adding_non_string_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many__test.test_tempfile.TestMktemp.test_many_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many__test.test_tempfile.TestRandomNameSequence.test_many_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_append__test.test_gzip.TestGzip.test_many_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_args__test.test_optparse.TestCallbackManyArgs.test_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_attributes__test.test_class.TestInlineValues.test_many_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_attributes_with_dict__test.test_class.TestInlineValues.test_many_attributes_with_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_codeobjects__test.test_marshal.CodeTestCase.test_many_codeobjects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_expressions__test.test_fstring.TestCase.test_many_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines__test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines__test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines_binary_op__test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_binary_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines_binary_op__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_binary_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines_binary_op__test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_binary_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines_no_caret__test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_no_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines_no_caret__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_no_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_lines_no_caret__test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_no_caret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_nested__test.test_capi.test_opt.TestUopsOptimization.test_many_nested__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_opens__test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_processes__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_many_processes__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_processes__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_many_processes__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_processes__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_many_processes__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_processes__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_many_processes__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_processes__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_processes__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_many_processes__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_puts_and_gets__test.test_pickle.CDumpPickle_LoadPickle.test_many_puts_and_gets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_puts_and_gets__test.test_pickle.CPicklerTests.test_many_puts_and_gets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_puts_and_gets__test.test_pickle.DumpPickle_CLoadPickle.test_many_puts_and_gets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_puts_and_gets__test.test_pickle.InMemoryPickleTests.test_many_puts_and_gets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_puts_and_gets__test.test_pickle.PyPicklerTests.test_many_puts_and_gets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_puts_and_gets__test.test_pickletools.OptimizedPickleTests.test_many_puts_and_gets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_subthreads_can_handle_pending_calls__test.test_capi.test_misc.TestPendingCalls.test_many_subthreads_can_handle_pending_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_many_threads__test.test_queue.CSimpleQueueTest.test_many_threads__'not_enough_memory:_4.9G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_threads__test.test_queue.PySimpleQueueTest.test_many_threads__'not_enough_memory:_4.9G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_threads_nonblock__test.test_queue.CSimpleQueueTest.test_many_threads_nonblock__'not_enough_memory:_4.9G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_threads_nonblock__test.test_queue.PySimpleQueueTest.test_many_threads_nonblock__'not_enough_memory:_4.9G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_threads_running_interp_in_other_interp__test.test_interpreters.test_stress.StressTests.test_many_threads_running_interp_in_other_interp__'not_enough_memory:_6.6G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_threads_timeout__test.test_queue.CSimpleQueueTest.test_many_threads_timeout__'not_enough_memory:_4.9G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_threads_timeout__test.test_queue.PySimpleQueueTest.test_many_threads_timeout__'not_enough_memory:_4.9G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_many_weakrefs__test.test_typing.TypeVarTests.test_many_weakrefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_manyargs__test.test_inspect.test_inspect.TestOneliners.test_manyargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_builtin.BuiltinTest.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_itertools.TestBasicOps.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_itertools.TestExamples.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_itertools.TestGC.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_itertools.TestVariousIteratorArgs.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_async_callbacks__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_chunksize__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_chunksize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_handle_iterable_exception__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_no_failfast__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_no_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_pickle__test.test_builtin.BuiltinTest.test_map_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_timeout__test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_timeout__test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_timeout__test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_timeout__test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_to_type__test.test_email.test_headerregistry.TestHeaderRegistry.test_map_to_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_unplicklable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_unplicklable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_unplicklable__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_unplicklable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_unplicklable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_unplicklable__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_map_unplicklable__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_unplicklable__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping__test.test_locale.TestLocaleFormatString.test_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping__test.test_typing.CollectionsAbcTests.test_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_check__test.test_capi.test_abstract.CAPITest.test_mapping_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_delitemstring__test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_cn.TestGB18030Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_cn.TestGB2312Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_cn.TestGBKMap.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_jp.TestCP932Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_kr.TestCP949Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_kr.TestJOHABMap.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_tw.TestBIG5Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_file__test.test_codecmaps_tw.TestCP950Map.test_mapping_file__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_getitemstring__test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_getoptionalitem__test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_getoptionalitemstring__test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_haskey__test.test_capi.test_abstract.CAPITest.test_mapping_haskey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_haskeystring__test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_haskeystringwitherror__test.test_capi.test_abstract.CAPITest.test_mapping_haskeystringwitherror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_haskeywitherror__test.test_capi.test_abstract.CAPITest.test_mapping_haskeywitherror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_keys_valuesitems__test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_keys_valuesitems__test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_keys_valuesitems_bad_arg__test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_checks_duplicate_key_1__test.test_patma.TestValueErrors.test_mapping_pattern_checks_duplicate_key_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_duplicate_key__test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_duplicate_key_edge_case0__test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_duplicate_key_edge_case1__test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_duplicate_key_edge_case2__test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_duplicate_key_edge_case3__test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups__test.test_patma.TestSyntaxErrors.test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_proxy__test.test_pprint.QueryTestCase.test_mapping_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_setitemstring__test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_size__test.test_capi.test_abstract.CAPITest.test_mapping_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_cn.TestGB18030Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_cn.TestGB2312Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_cn.TestGBKMap.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_jp.TestCP932Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_tw.TestBIG5Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mapping_supplemental__test.test_codecmaps_tw.TestCP950Map.test_mapping_supplemental__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_maptoundefined__test.test_charmapcodec.CharmapCodecTest.test_maptoundefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mar1_comes_after_feb29_even_when_omitting_the_year__test.test_strptime.StrptimeTests.test_mar1_comes_after_feb29_even_when_omitting_the_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mark__test.test_pickletools.DisTests.test_mark_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mark_pop__test.test_pickletools.DisTests.test_mark_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mark_without_pos__test.test_pickletools.DisTests.test_mark_without_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_marshal__test.test_audit.AuditTest.test_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_marshal__test.test_bool.BoolTest.test_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_marshal_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_marshal_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mask_attribute_error__test.test_isinstance.TestIsInstanceExceptions.test_mask_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mask_attribute_error__test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mask_attribute_error_in_cls_arg__test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_massive_normalization__test.datetimetester.TestTimeDelta_Fast.test_massive_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_massive_normalization__test.datetimetester.TestTimeDelta_Pure.test_massive_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match__supertype__test.test_except_star.TestExceptStarSplitSemantics.test_match__supertype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match__test.test_regrtest.ParseArgsTestCase.test_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match__test.test_type_annotations.TestSetupAnnotations.test_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_abbrev__test.test_optparse.TestMatchAbbrev.test_match_abbrev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_abbrev_error__test.test_optparse.TestMatchAbbrev.test_match_abbrev_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_and_glob__test.test_zipfile._path.test_path.TestPath.test_match_and_glob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args__test.test_collections.TestNamedTuple.test_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args__test.test_dataclasses.TestKeywordArgs.test_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args__test.test_dataclasses.TestMatchArgs.test_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args__test.test_structseq.StructSeqTest.test_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args_argument__test.test_dataclasses.TestMatchArgs.test_match_args_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args_elements_must_be_strings__test.test_patma.TestTypeErrors.test_match_args_elements_must_be_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args_must_be_a_tuple_0__test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args_must_be_a_tuple_1__test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args_must_be_a_tuple_2__test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_args_with_unnamed_fields__test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_call_does_not_raise_syntax_error__test.test_syntax.SyntaxTestCase.test_match_call_does_not_raise_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PosixPathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PurePathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PurePathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_empty__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_getitem__test.test_re.ReTests.test_match_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PathTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PurePathTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_posix__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_repr__test.test_re.ReTests.test_match_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_single_type__test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_single_type_nested__test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_single_type_partial_match__test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_partial_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_test__test.test_regrtest.TestUtils.test_match_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_type_tuple_nested__test.test_except_star.TestExceptStarSplitSemantics.test_match_type_tuple_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_validation_pattern__test.test_ast.test_ast.ASTValidatorTests.test_match_validation_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PathTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PurePathTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_match_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_matchcase_class__test.test_compile.TestSourcePositions.test_matchcase_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matchcase_mapping__test.test_compile.TestSourcePositions.test_matchcase_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matchcase_mapping_wildcard__test.test_compile.TestSourcePositions.test_matchcase_mapping_wildcard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matchcase_or__test.test_compile.TestSourcePositions.test_matchcase_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matchcase_sequence__test.test_compile.TestSourcePositions.test_matchcase_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matchcase_sequence_wildcard__test.test_compile.TestSourcePositions.test_matchcase_sequence_wildcard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matched_bom_and_cookie_first_line__test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matched_bom_and_cookie_second_line__test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_second_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matches_float_format__test.test_float.RoundTestCase.test_matches_float_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matches_pathbase_api__test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_pathbase_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matches_pathbase_api__test.test_pathlib.test_pathlib.PathTest.test_matches_pathbase_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matches_pathbase_api__test.test_pathlib.test_pathlib.PosixPathTest.test_matches_pathbase_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matches_pathbase_api__test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_pathbase_api__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_matchfile__test.test_regrtest.ArgsTestCase.test_matchfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matching__test.test_filecmp.FileCompareTestCase.test_matching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matching_blocks_cache__test.test_difflib.TestSFbugs.test_matching_blocks_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matching_with_escapes__test.test_strptime.TimeRETests.test_matching_with_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_math__test.test_bool.BoolTest.test_math_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_math_dist_leak__test.test_math.MathTests.test_math_dist_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matmul__test.test_operator.COperatorTestCase.test_matmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matmul__test.test_operator.PyOperatorTestCase.test_matmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matmul__test.test_type_comments.TypeCommentTests.test_matmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matmul__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_matmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_matrix_mul__test.test_grammar.GrammarTests.test_matrix_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max__test.test_builtin.BuiltinTest.test_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max__test.test_decimal.CContextAPItests.test_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max__test.test_decimal.CIBMTestCases.test_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max__test.test_decimal.PyContextAPItests.test_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max__test.test_decimal.PyIBMTestCases.test_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_buffer_size_removal__test.test_io.CBufferedRandomTest.test_max_buffer_size_removal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_buffer_size_removal__test.test_io.CBufferedWriterTest.test_max_buffer_size_removal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_buffer_size_removal__test.test_io.PyBufferedRandomTest.test_max_buffer_size_removal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_buffer_size_removal__test.test_io.PyBufferedWriterTest.test_max_buffer_size_removal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_bytes__test.test_logging.RotatingFileHandlerTest.test_max_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_bytes_delay__test.test_logging.RotatingFileHandlerTest.test_max_bytes_delay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_field_size_gh126937__test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_max_field_size_gh126937_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_group_depth__test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_group_width__test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_indent__test.test_tokenize.CTokenizeTest.test_max_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_0__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_0__test.test_email.test_generator.TestGenerator.test_max_line_length_policy_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_100__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_100__test.test_email.test_generator.TestGenerator.test_max_line_length_policy_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_20__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_20__test.test_email.test_generator.TestGenerator.test_max_line_length_policy_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_40__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_policy_40__test.test_email.test_generator.TestGenerator.test_max_line_length_policy_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_0__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_0__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_100__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_100__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_20__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_20__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_40__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_all_folds_40__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_0__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_0__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_100__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_100__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_20__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_20__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_40__test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_line_length_with_refold_none_does_not_fold_40__test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_lines_long__test.test_textwrap.LongWordTestCase.test_max_lines_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_mag__test.test_decimal.CContextAPItests.test_max_mag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_mag__test.test_decimal.PyContextAPItests.test_max_mag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_pending__test.test_capi.test_misc.TestPendingCalls.test_max_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_str_digits__test.test_int.IntStrDigitLimitsTests.test_max_str_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_str_digits__test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_max_tasks_early_shutdown__test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_early_shutdown__'Incompatible_with_the_fork_start_method.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_max_workers_too_large__test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_too_large__'Windows-only_process_limit'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_max_workers_too_large__test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large__'Windows-only_process_limit'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_max_workers_too_large__test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large__'Windows-only_process_limit'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_0__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_0__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_100__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_100__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_20__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_20__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_40__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parameter_40__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_0__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_0__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_100__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_100__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_20__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_20__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_40__test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxheaderlen_parm_overrides_policy_40__test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_40_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxint64__test.test_pickle.CUnpicklerTests.test_maxint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxint64__test.test_pickle.InMemoryPickleTests.test_maxint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxint64__test.test_pickle.PyUnpicklerTests.test_maxint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxlen__test.test_deque.TestBasic.test_maxlen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxlen_attribute__test.test_deque.TestBasic.test_maxlen_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxlen_custom__test.test_zlib.CompressObjectTestCase.test_maxlen_custom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxlen_large__test.test_zlib.CompressObjectTestCase.test_maxlen_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxlen_zero__test.test_deque.TestBasic.test_maxlen_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxlenmisc__test.test_zlib.CompressObjectTestCase.test_maxlenmisc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxmag__test.test_decimal.CIBMTestCases.test_maxmag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxmag__test.test_decimal.PyIBMTestCases.test_maxmag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxsize__test.test_asyncio.test_queues.QueueBasicTests.test_maxsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maxsize_readonly__test.test_interpreters.test_queues.QueueTests.test_maxsize_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maybe__test.test_modulefinder.ModuleFinderTest.test_maybe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_maybe_new__test.test_modulefinder.ModuleFinderTest.test_maybe_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mbcs_alias__test.test_codecs.CodePageTest.test_mbcs_alias__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mboxmmdf_to_babyl__test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_babyl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mboxmmdf_to_maildir__test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_maildir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mboxmmdf_to_mboxmmdf__test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mboxmmdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mboxmmdf_to_mh__test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_md5_vectors__test.test_hmac.TestVectorsTestCase.test_md5_vectors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mdiff_catch_stop_iteration__test.test_difflib.TestSFbugs.test_mdiff_catch_stop_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_medium_lshift__test.test_long.LongTest.test_medium_lshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_medium_rshift__test.test_long.LongTest.test_medium_rshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_contains__test.test_enum.OldTestFlag.test_member_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_contains__test.test_enum.OldTestIntFlag.test_member_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_from_member_access__test.test_enum.TestSpecial.test_member_from_member_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_iter__test.test_enum.OldTestFlag.test_member_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_iter__test.test_enum.OldTestIntFlag.test_member_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_length__test.test_enum.OldTestFlag.test_member_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_member_length__test.test_enum.OldTestIntFlag.test_member_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_members__test.test_slice.SliceTest.test_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memfd_create__test.test_os.MemfdCreateTests.test_memfd_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memlimit__test.test_regrtest.ParseArgsTestCase.test_memlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memmove__test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memmove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memo__test.test_pickletools.DisTests.test_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoize__test.test_decorators.TestDecorators.test_memoize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error__test.test_traceback.CPythonTracebackErrorCaretTests.test_memory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_memory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error__test.test_traceback.PurePythonTracebackErrorCaretTests.test_memory_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error_cleanup__test.test_exceptions.ExceptionTests.test_memory_error_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error_in_PyErr_PrintEx__test.test_exceptions.ExceptionTests.test_memory_error_in_PyErr_PrintEx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error_in_subinterp__test.test_exceptions.ExceptionTests.test_memory_error_in_subinterp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_error_subclasses__test.test_exceptions.ExceptionTests.test_memory_error_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memory_leaks__test.test_re.ReTests.test_memory_leaks__'requires_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_memoryerror__test.test_linecache.LineCacheTests.test_memoryerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview__test.test_marshal.BufferTestCase.test_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_array__test.test_buffer.TestBufferProtocol.test_memoryview_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_assign__test.test_buffer.TestBufferProtocol.test_memoryview_assign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_cast_1D_ND__test.test_buffer.TestBufferProtocol.test_memoryview_cast_1D_ND__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_memoryview_cast__test.test_buffer.TestBufferProtocol.test_memoryview_cast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_cast_invalid__test.test_buffer.TestBufferProtocol.test_memoryview_cast_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_cast_zero_shape__test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_shape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_cast_zero_strides__test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_check_released__test.test_buffer.TestBufferProtocol.test_memoryview_check_released_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_multidim_c__test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_multidim_fortran__test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_fortran_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_multidim_mixed__test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_multidim_suboffsets__test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_suboffsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_multidim_zero_shape__test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_shape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_multidim_zero_strides__test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_ndim_one__test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_ndim_zero__test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_not_equal__test.test_buffer.TestBufferProtocol.test_memoryview_compare_not_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_random_formats__test.test_buffer.TestBufferProtocol.test_memoryview_compare_random_formats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_special_cases__test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_special_cases_deprecated_u_type_code__test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases_deprecated_u_type_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_zero_shape__test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_shape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_compare_zero_strides__test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_construction__test.test_buffer.TestBufferProtocol.test_memoryview_construction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_from_NULL_pointer__test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_from_static_exporter__test.test_buffer.TestBufferProtocol.test_memoryview_from_static_exporter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_get_contiguous__test.test_buffer.TestBufferProtocol.test_memoryview_get_contiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_getbuffer_undefined__test.test_buffer.TestBufferProtocol.test_memoryview_getbuffer_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_hash__test.test_buffer.TestBufferProtocol.test_memoryview_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_hex__test.test_memoryview.OtherTest.test_memoryview_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_index__test.test_buffer.TestBufferProtocol.test_memoryview_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_redirect__test.test_buffer.TestBufferProtocol.test_memoryview_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_release__test.test_buffer.TestBufferProtocol.test_memoryview_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_repr__test.test_buffer.TestBufferProtocol.test_memoryview_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_sequence__test.test_buffer.TestBufferProtocol.test_memoryview_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_serializing__test.test_buffer.TestBufferProtocol.test_memoryview_serializing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_sizeof__test.test_buffer.TestBufferProtocol.test_memoryview_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_slice__test.test_buffer.TestBufferProtocol.test_memoryview_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_struct_module__test.test_buffer.TestBufferProtocol.test_memoryview_struct_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_tobytes__test.test_buffer.TestBufferProtocol.test_memoryview_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memoryview_tolist__test.test_buffer.TestBufferProtocol.test_memoryview_tolist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_memset__test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge__test.test_heapq.TestHeapC.test_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge__test.test_heapq.TestHeapPython.test_merge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_and_mutate__test.test_dict.DictTest.test_merge_and_mutate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_and_mutate__test.test_set.TestWeirdBugs.test_merge_and_mutate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_code_attrs__test.test_compile.TestSpecifics.test_merge_code_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_constants__test.test_compile.TestSpecifics.test_merge_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_does_not_suppress_index_error__test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_does_not_suppress_index_error__test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_operator__test.test_dict.DictTest.test_merge_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_operator__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_merge_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_operator__test.test_ordered_dict.CPythonOrderedDictTests.test_merge_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_operator__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_merge_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_operator__test.test_ordered_dict.PurePythonOrderedDictTests.test_merge_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_stability__test.test_heapq.TestHeapC.test_merge_stability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_merge_stability__test.test_heapq.TestHeapPython.test_merge_stability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message__test.test_warnings.CWarnTests.test_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message__test.test_warnings.PyWarnTests.test_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_delivery_status__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_delivery_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_delivery_status__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_delivery_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_delivery_status__test.test_email.test_email.TestIdempotent.test_message_delivery_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_external_body__test.test_email.test_email.TestMultipart.test_message_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_external_body_idempotent__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_external_body_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_external_body_idempotent__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_external_body_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_external_body_idempotent__test.test_email.test_email.TestIdempotent.test_message_external_body_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_binary_file__test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_binary_file__test.test_email.test_policy.TestPolicyPropagation.test_message_from_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_bytes__test.test_email.test_policy.TestPolicyPropagation.test_message_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_file__test.test_email.test_email.TestMiscellaneous.test_message_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_file__test.test_email.test_policy.TestPolicyPropagation.test_message_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_file_with_class__test.test_email.test_email.TestMiscellaneous.test_message_from_file_with_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_string__test.test_email.test_email.TestMiscellaneous.test_message_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_string__test.test_email.test_policy.TestPolicyPropagation.test_message_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_from_string_with_class__test.test_email.test_email.TestMiscellaneous.test_message_from_string_with_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_id_header_is_not_folded__test.test_email.test_headerregistry.TestFolding.test_message_id_header_is_not_folded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_matching__test.test_warnings.CFilterTests.test_message_matching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_matching__test.test_warnings.PyFilterTests.test_message_matching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_none__test.test_traceback.CExcReportingTests.test_message_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_none__test.test_traceback.PyExcReportingTests.test_message_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_policy_propagates_to_generator__test.test_email.test_policy.TestPolicyPropagation.test_message_policy_propagates_to_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_policy_used_by_as_string__test.test_email.test_policy.TestPolicyPropagation.test_message_policy_used_by_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_rfc822_only__test.test_email.test_email.TestMessageAPI.test_message_rfc822_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_separator__test.test_mailbox.TestMbox.test_message_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_signed_idempotent__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_signed_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_signed_idempotent__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_signed_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_message_signed_idempotent__test.test_email.test_email.TestIdempotent.test_message_signed_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_meta__test.test_statistics.GlobalsTest.test_meta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_meta_no_type_check__test.test_typing.ForwardRefTests.test_meta_no_type_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_descr.ClassPropertiesAndMethods.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_pickle.CDumpPickle_LoadPickle.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_pickle.CPicklerTests.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_pickle.DumpPickle_CLoadPickle.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_pickle.InMemoryPickleTests.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_pickle.PyPicklerTests.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_pickletools.OptimizedPickleTests.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass__test.test_typing.DataclassTransformTests.test_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_abc__test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_del_descriptor_after_optimization__test.test_opcache.TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_del_descriptor_after_optimization__test.test_opcache.TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_derivation__test.test_types.ClassCreationTests.test_metaclass_derivation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_descriptor_added_after_optimization__test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_descriptor_added_after_optimization__test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_descriptor_shadows_class_attribute__test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_descriptor_shadows_class_attribute__test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_details__test.test_ctypes.test_arrays.ArrayTestCase.test_metaclass_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_details__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_metaclass_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_details__test.test_ctypes.test_pointers.PointersTestCase.test_metaclass_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_details__test.test_ctypes.test_simplesubclasses.Test.test_metaclass_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_details__test.test_ctypes.test_structures.StructureTestCase.test_metaclass_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_details__test.test_ctypes.test_unions.ArrayTestCase.test_metaclass_details_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_dict_as_property__test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_dict_as_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_getattribute__test.test_opcache.TestLoadAttrCache.test_metaclass_getattribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_getattribute__test.test_opcache.TestLoadMethodCache.test_metaclass_getattribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_new_error__test.test_types.ClassCreationTests.test_metaclass_new_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_override_callable__test.test_types.ClassCreationTests.test_metaclass_override_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_override_function__test.test_types.ClassCreationTests.test_metaclass_override_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_set_descriptor_after_optimization__test.test_opcache.TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_set_descriptor_after_optimization__test.test_opcache.TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_swap__test.test_opcache.TestLoadAttrCache.test_metaclass_swap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_swap__test.test_opcache.TestLoadMethodCache.test_metaclass_swap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_with_descriptor__test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metaclass_with_metaclass_with_dict_as_property__test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_metaclass_with_dict_as_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metadata__test.test_gzip.TestGzip.test_metadata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metadata_ascii_name__test.test_gzip.TestGzip.test_metadata_ascii_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metadata_for_this_package__test.test_importlib.metadata.test_api.APITests.test_metadata_for_this_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metadata_loads__test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_metadata_loads_egg_info__test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_egg_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_meth_args__test.test_compile.TestExpressionStackSize.test_meth_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_meth_class_get__test.test_descr.ClassPropertiesAndMethods.test_meth_class_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_meth_kwargs__test.test_compile.TestExpressionStackSize.test_meth_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_gc.GCTests.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_reprlib.LongReprTest.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_tokenize.CTokenizeTest.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_tokenize.GenerateTokensTest.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_tokenize.TokenizeTest.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_urllib2.RequestTests.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method__test.test_warnings.DeprecatedTests.test_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_access_01__test.test_type_params.TypeParamsAccessTest.test_method_access_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_aliases__test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_bad_hash__test.test_functools.TestSingleDispatch.test_method_bad_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_call__test.test_compile.TestSourcePositions.test_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_call__test.test_monitoring.TestLoadSuperAttr.test_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_call_error__test.test_monitoring.TestLoadSuperAttr.test_method_call_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_called__test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_called__test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_calls__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_method_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_calls_compare_easily__test.test_unittest.testmock.testmock.MockTest.test_method_calls_compare_easily_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_calls_recorded__test.test_unittest.testmock.testmock.MockTest.test_method_calls_recorded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_checksum__test.test_unicodedata.UnicodeMethodsTest.test_method_checksum__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_method_closure__test.test_inspect.test_inspect.TestGetClosureVars.test_method_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_dead__test.test_weakref.WeakMethodTestCase.test_method_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_descriptor_crash__test.test_types.TypesTests.test_method_descriptor_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_descriptor_flag__test.test_call.TestPEP590.test_method_descriptor_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_descriptor_types__test.test_types.TypesTests.test_method_descriptor_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_equal_instances__test.test_functools.TestSingleDispatch.test_method_equal_instances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_in_dynamic_class__test.test_inspect.test_inspect.TestBuggyCases.test_method_in_dynamic_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_lacking__test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_lacking__test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_lookup__test.test_tempfile.TestNamedTemporaryFile.test_method_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_no_reference_loops__test.test_functools.TestSingleDispatch.test_method_no_reference_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_register__test.test_functools.TestSingleDispatch.test_method_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_signatures__test.test_functools.TestSingleDispatch.test_method_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_with_c_function__test.test_sys_setprofile.TestEdgeCases.test_method_with_c_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_wrapper__test.test_descr.ClassPropertiesAndMethods.test_method_wrapper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_wrapper_types__test.test_types.TypesTests.test_method_wrapper_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_method_wrapping_attributes__test.test_functools.TestSingleDispatch.test_method_wrapping_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller__test.test_operator.CCOperatorPickleTestCase.test_methodcaller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller__test.test_operator.COperatorTestCase.test_methodcaller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller__test.test_operator.CPyOperatorPickleTestCase.test_methodcaller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller__test.test_operator.PyCOperatorPickleTestCase.test_methodcaller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller__test.test_operator.PyOperatorTestCase.test_methodcaller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller__test.test_operator.PyPyOperatorPickleTestCase.test_methodcaller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller_signature__test.test_operator.COperatorTestCase.test_methodcaller_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methodcaller_signature__test.test_operator.PyOperatorTestCase.test_methodcaller_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods__test.test_ctypes.test_structures.StructureTestCase.test_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods__test.test_descr.ClassPropertiesAndMethods.test_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods__test.test_types.MappingProxyTests.test_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods__test.test_weakset.TestWeakSet.test_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods__test.test_xml_etree.ElementTreeTest.test_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods__test.test_xml_etree_c.ElementTreeTest.test_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_methods_in_c__test.test_descr.ClassPropertiesAndMethods.test_methods_in_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mh_to_babyl__test.test_mailbox.TestMessageConversion.test_mh_to_babyl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mh_to_maildir__test.test_mailbox.TestMessageConversion.test_mh_to_maildir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mh_to_mboxmmdf__test.test_mailbox.TestMessageConversion.test_mh_to_mboxmmdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mh_to_mh__test.test_mailbox.TestMessageConversion.test_mh_to_mh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestDateTimeTZ_Fast.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestDateTimeTZ_Pure.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestDateTime_Fast.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestDateTime_Pure.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestSubclassDateTime_Fast.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestSubclassDateTime_Pure.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestTimeDelta_Fast.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_microsecond_rounding__test.datetimetester.TestTimeDelta_Pure.test_microsecond_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mime_attachments_in_constructor__test.test_email.test_email.TestMIMEMessage.test_mime_attachments_in_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mime_classes_policy_argument__test.test_email.test_email.TestMiscellaneous.test_mime_classes_policy_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mimebase_custom_policy__test.test_email.test_email.TestMultipart.test_mimebase_custom_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mimebase_default_policy__test.test_email.test_email.TestMultipart.test_mimebase_default_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min__test.test_builtin.BuiltinTest.test_min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min__test.test_decimal.CContextAPItests.test_min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min__test.test_decimal.CIBMTestCases.test_min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min__test.test_decimal.PyContextAPItests.test_min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min__test.test_decimal.PyIBMTestCases.test_min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_and_max_methods__test.test_decimal.CUsabilityTest.test_min_and_max_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_and_max_methods__test.test_decimal.PyUsabilityTest.test_min_and_max_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_int__test.test_unparse.UnparseTestCase.test_min_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_mag__test.test_decimal.CContextAPItests.test_min_mag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_mag__test.test_decimal.PyContextAPItests.test_min_mag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_max__test.test_capi.test_time.CAPITest.test_min_max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_max_version__test.test_ssl.ContextTests.test_min_max_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_min_max_version_mismatch__test.test_ssl.ThreadedTests.test_min_max_version_mismatch__'TLSv1_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_min_max_version_sslv3__test.test_ssl.ThreadedTests.test_min_max_version_sslv3__'SSLv3_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_min_max_version_tlsv1_1__test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1__'TLSv1_1_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_min_max_version_tlsv1_2__test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2__'TLSv1_is_not_available.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_minidom_attribute_order__test.test_minidom.MinidomTest.test_minidom_attribute_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minimal_linetable_with_no_debug_ranges__test.test_marshal.CodeTestCase.test_minimal_linetable_with_no_debug_ranges_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minmag__test.test_decimal.CIBMTestCases.test_minmag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minmag__test.test_decimal.PyIBMTestCases.test_minmag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minmax__test.test_deque.TestSequence.test_minmax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minmax__test.test_list.ListTest.test_minmax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minmax__test.test_tuple.TupleTest.test_minmax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minmax__test.test_userlist.UserListTest.test_minmax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minor_version_number_too_long__test.test_httpservers.BaseHTTPServerTestCase.test_minor_version_number_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minus__test.test_decimal.CContextAPItests.test_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minus__test.test_decimal.CIBMTestCases.test_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minus__test.test_decimal.PyContextAPItests.test_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minus__test.test_decimal.PyIBMTestCases.test_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_minute__test.test_strptime.StrptimeTests.test_minute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mirrored__test.test_unicodedata.UnicodeFunctionsTest.test_mirrored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io__test.test_io.CBufferedRandomTest.test_misbehaved_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io__test.test_io.CBufferedReaderTest.test_misbehaved_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io__test.test_io.CBufferedWriterTest.test_misbehaved_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io__test.test_io.PyBufferedRandomTest.test_misbehaved_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io__test.test_io.PyBufferedReaderTest.test_misbehaved_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io__test.test_io.PyBufferedWriterTest.test_misbehaved_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehaved_io_read__test.test_io.CBufferedReaderTest.test_misbehaved_io_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misbehavin__test.test_richcmp.MiscTest.test_misbehavin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_argparse.TestActionsReturned.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_pickle.CDumpPickle_LoadPickle.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_pickle.CPicklerTests.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_pickle.DumpPickle_CLoadPickle.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_pickle.InMemoryPickleTests.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_pickle.PyPicklerTests.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc__test.test_pickletools.OptimizedPickleTests.test_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_add__test.test_capi.test_number.CAPITest.test_misc_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_errors__test.test_re.ReTests.test_misc_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_get__test.test_pickle.CUnpicklerTests.test_misc_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_get__test.test_pickle.InMemoryPickleTests.test_misc_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_get__test.test_pickle.PyUnpicklerTests.test_misc_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_multiply__test.test_capi.test_number.CAPITest.test_misc_multiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_power__test.test_capi.test_number.CAPITest.test_misc_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misc_symbols__test.test_ucn.UnicodeNamesTest.test_misc_symbols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misformed_unicode_character_name__test.test_fstring.TestCase.test_misformed_unicode_character_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mismatched_bom_and_cookie_first_line_raises_syntaxerror__test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_first_line_raises_syntaxerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mismatched_bom_and_cookie_second_line_raises_syntaxerror__test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_second_line_raises_syntaxerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mismatched_braces__test.test_fstring.TestCase.test_mismatched_braces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mismatched_infs__test.test_statistics.TestMean.test_mismatched_infs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mismatched_parens__test.test_fstring.TestCase.test_mismatched_parens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__name____test.test_typing.NewTypeTests.test_missing__name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__name____test.test_typing.TypeVarTests.test_missing__name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__test.test_collections.TestChainMap.test_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__test.test_defaultdict.TestDefaultDict.test_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__test.test_dict.DictTest.test_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__test.test_types.MappingProxyTests.test_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing__test.test_userdict.UserDictTest.test_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_adapter__test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_argument_name_in_message__test.test_argparse.TestIntermixedMessageContentError.test_missing_argument_name_in_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_argument_name_in_message__test.test_argparse.TestMessageContentError.test_missing_argument_name_in_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_arguments__test.test_call.TestErrorMessagesUseQualifiedName.test_missing_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_attribute_value__test.test_htmlparser.AttributesTestCase.test_missing_attribute_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_attributes__test.test_functools.TestUpdateWrapper.test_missing_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_attributes__test.test_functools.TestWraps.test_missing_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_boundary__test.test_email.test_email.TestMessageAPI.test_missing_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_comma__test.test_urllib.urlopen_DataTests.test_missing_comma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_data__test.test_dbm_dumb.DumbDBMTestCase.test_missing_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_default__test.test_dataclasses.TestCase.test_missing_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_default_factory__test.test_dataclasses.TestCase.test_missing_default_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_destination__test.test_argparse.TestInvalidArgumentConstructors.test_missing_destination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_dir_parent__test.test_zipfile._path.test_path.TestPath.test_missing_dir_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_ending_boundary__test.test_email.test_defect_handling.TestDefectCapture.test_missing_ending_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_ending_boundary__test.test_email.test_defect_handling.TestDefectDetection.test_missing_ending_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_ending_boundary__test.test_email.test_defect_handling.TestDefectRaising.test_missing_ending_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_exception__test.test_monitoring.TestCApiEventGeneration.test_missing_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_exceptions_reset__test.test_enum.TestSpecial.test_missing_exceptions_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_expression__test.test_fstring.TestCase.test_missing_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fd_transfer__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_missing_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fd_transfer__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_missing_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_missing_fd_transfer__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_missing_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fd_transfer__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_missing_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_missing_fd_transfer__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fd_transfer__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_missing_fd_transfer__'only_makes_sense_with_processes'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_missing_filename__test.test_email.test_email.TestMessageAPI.test_missing_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fileobj__test.test_tarfile.Bz2WriteTest.test_missing_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fileobj__test.test_tarfile.GzipWriteTest.test_missing_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fileobj__test.test_tarfile.LzmaWriteTest.test_missing_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_fileobj__test.test_tarfile.WriteTest.test_missing_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_final_slash__test.test_http_cookiejar.CookieTests.test_missing_final_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_format_spec__test.test_fstring.TestCase.test_missing_format_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_getattr__test.test_module.ModuleTests.test_missing_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_header_body_separator__test.test_email.test_defect_handling.TestDefectCapture.test_missing_header_body_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_header_body_separator__test.test_email.test_defect_handling.TestDefectDetection.test_missing_header_body_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_header_body_separator__test.test_email.test_defect_handling.TestDefectRaising.test_missing_header_body_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_header_body_separator__test.test_email.test_email.TestNonConformant.test_missing_header_body_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_index__test.test_dbm_dumb.DumbDBMTestCase.test_missing_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_lineno_shows_as_none__test.test_exceptions.PEP626Tests.test_missing_lineno_shows_as_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_link__test.test_os.ReadlinkTests.test_missing_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_localfile__test.test_urllib.urlopen_HttpTests.test_missing_localfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_metadata__test.test_importlib.metadata.test_zip.TestEgg.test_missing_metadata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_metadata__test.test_importlib.metadata.test_zip.TestZip.test_missing_metadata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_options__test.test_configparser.ExceptionContextTestCase.test_missing_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_override__test.test_enum.TestSpecial.test_missing_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_padding__test.test_email.test__encoded_words.TestDecodeB.test_missing_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_protocol__test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_repr__test.test_dataclasses.TestCase.test_missing_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_section__test.test_configparser.ExceptionContextTestCase.test_missing_section_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_source__test.test_import.PycacheTests.test_missing_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_source_legacy__test.test_import.PycacheTests.test_missing_source_legacy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_start_boundary__test.test_email.test_defect_handling.TestDefectCapture.test_missing_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_start_boundary__test.test_email.test_defect_handling.TestDefectDetection.test_missing_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_start_boundary__test.test_email.test_defect_handling.TestDefectRaising.test_missing_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_start_boundary__test.test_email.test_email.TestNonConformant.test_missing_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_value__test.test_http_cookiejar.CookieTests.test_missing_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_value__test.test_tomllib.test_error.TestError.test_missing_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_value_error__test.test_enum.TestSpecial.test_missing_value_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missing_variable__test.test_fstring.TestCase.test_missing_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_missingsectionheadererror__test.test_configparser.ExceptionPicklingTestCase.test_missingsectionheadererror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misspelled_arguments__test.test_unittest.testmock.testmock.MockTest.test_misspelled_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_double_close__test.test_dbm_sqlite3.Misuse.test_misuse_double_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_double_create__test.test_dbm_sqlite3.Misuse.test_misuse_double_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_double_delete__test.test_dbm_sqlite3.Misuse.test_misuse_double_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_empty_filename__test.test_dbm_sqlite3.Misuse.test_misuse_empty_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_flags__test.test_re.ReTests.test_misuse_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_invalid_flag__test.test_dbm_sqlite3.Misuse.test_misuse_invalid_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_invalid_key__test.test_dbm_sqlite3.Misuse.test_misuse_invalid_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_iter_close1__test.test_dbm_sqlite3.Misuse.test_misuse_iter_close1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_iter_close2__test.test_dbm_sqlite3.Misuse.test_misuse_iter_close2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_reinit__test.test_dbm_sqlite3.Misuse.test_misuse_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_misuse_use_after_close__test.test_dbm_sqlite3.Misuse.test_misuse_use_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mix_bytes_str__test.test_fnmatch.FilterTestCase.test_mix_bytes_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mix_bytes_str__test.test_fnmatch.FnmatchTestCase.test_mix_bytes_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_1__test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_2__test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_3__test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_4__test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed__test.test_argparse.TestParseKnownArgs.test_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed__test.test_richcmp.VectorTest.test_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_args__test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_args__test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_args__test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_case_module_names_are_lower_cased__test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestDateTimeTZ_Fast.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestDateTimeTZ_Pure.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestDateTime_Fast.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestDateTime_Pure.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestDate_Fast.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestDate_Pure.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestSubclassDateTime_Fast.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestSubclassDateTime_Pure.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestTimeTZ_Fast.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare__test.datetimetester.TestTimeTZ_Pure.test_mixed_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare_fold__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare_fold__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare_gap__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_gap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare_gap__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_gap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare_regular__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_regular_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compare_regular__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_regular_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_compares__test.test_long.LongTest.test_mixed_compares_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_comparisons__test.test_numeric_tower.ComparisonTest.test_mixed_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_defaults_post__test.test_optparse.TestDefaultValues.test_mixed_defaults_post_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_defaults_pre__test.test_optparse.TestDefaultValues.test_mixed_defaults_pre_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_enum_in_call_1__test.test_enum.TestSpecial.test_mixed_enum_in_call_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_enum_in_call_2__test.test_enum.TestSpecial.test_mixed_enum_in_call_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_except_and_except_star_is_syntax_error__test.test_except_star.TestInvalidExceptStar.test_mixed_except_and_except_star_is_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_int_and_float__test.test_statistics.TestGeometricMean.test_mixed_int_and_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_namespace__test.test_pkgutil.ExtendPathTests.test_mixed_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.RawUnicodeEscapeTest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF16BETest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF16LETest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF16Test.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF32BETest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF32LETest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF32Test.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF7Test.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF8SigTest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UTF8Test.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_readline_and_read__test.test_codecs.UnicodeEscapeTest.test_mixed_readline_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_reads__test.test_httplib.BasicTest.test_mixed_reads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_startmethod__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_mixed_startmethod__\"start_method='fork',_not_'spawn';_avoids_redundant_testing.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mixed_startmethod__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_mixed_startmethod__\"start_method='forkserver',_not_'spawn';_avoids_redundant_testing.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mixed_startmethod__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_staticmethod_hierarchy__test.test_super.TestSuper.test_mixed_staticmethod_hierarchy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_sum__test.test_statistics.TestSum.test_mixed_sum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_type_equality__test.test_ipaddress.ComparisonTests.test_mixed_type_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_type_key__test.test_ipaddress.ComparisonTests.test_mixed_type_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_type_ordering__test.test_ipaddress.ComparisonTests.test_mixed_type_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_types_content__test.test_difflib.TestBytes.test_mixed_types_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_types_dates__test.test_difflib.TestBytes.test_mixed_types_dates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_types_filenames__test.test_difflib.TestBytes.test_mixed_types_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_types_rejected__test.test_urlparse.UrlParseTestCase.test_mixed_types_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_with_image__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_mixed_with_image_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_with_image__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_mixed_with_image_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixed_with_image__test.test_email.test_email.TestIdempotent.test_mixed_with_image_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixedadd__test.test_userlist.UserListTest.test_mixedadd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixedcmp__test.test_userlist.UserListTest.test_mixedcmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixin_class__test.test_warnings.DeprecatedTests.test_mixin_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mixing_slot_wrappers__test.test_descr.ClassPropertiesAndMethods.test_mixing_slot_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkd__test.test_ftplib.TestFTPClass.test_mkd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkd__test.test_ftplib.TestTLS_FTPClassMixin.test_mkd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir__test.test_os.Win32ErrorTests.test_mkdir__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir__test.test_pathlib.test_pathlib.PathTest.test_mkdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir__test.test_posix.TestPosixWeaklinking.test_mkdir__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir__test.test_zipfile.test_core.TestWithDirectory.test_mkdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_concurrent_parent_creation__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_concurrent_parent_creation__test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_concurrent_parent_creation__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_concurrent_parent_creation__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_dir_fd__test.test_posix.TestPosixDirFd.test_mkdir_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok__test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_root__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_root__test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_root__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_root__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_with_parent__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_with_parent__test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_with_parent__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_exist_ok_with_parent__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_no_parents_file__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_no_parents_file__test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_no_parents_file__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_no_parents_file__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_parents__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_parents__test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_parents__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_parents__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_with_child_file__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_with_child_file__test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_with_child_file__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkdir_with_child_file__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_with_unknown_drive__test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_with_unknown_drive__test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_with_unknown_drive__test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdir_with_unknown_drive__test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkdtemp_failure__test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkfifo__test.test_posix.PosixTester.test_mkfifo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mkfifo__test.test_posix.TestPosixWeaklinking.test_mkfifo__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mkfifo_dir_fd__test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mknod__test.test_posix.PosixTester.test_mknod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mknod__test.test_posix.TestPosixWeaklinking.test_mknod__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mknod_dir_fd__test.test_posix.TestPosixDirFd.test_mknod_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mktime__test.test_time.TimeTestCase.test_mktime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mktime_error__test.test_time.TimeTestCase.test_mktime_error__'disabled_because_of_a_bug_in_glibc._Issue_#13309'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mktime_tz__test.test_email.test_email.TestMiscellaneous.test_mktime_tz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mlsd__test.test_ftplib.TestFTPClass.test_mlsd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mlsd__test.test_ftplib.TestTLS_FTPClassMixin.test_mlsd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mmap__test.test_audit.AuditTest.test_mmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_add_spec__test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_add_spec_magic_methods__test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_aiter_and_anext_asyncmock__test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_aiter_and_anext_asyncmock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_async_for__test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_async_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_not_equal_leaf__test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_leaf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_not_equal_non_leaf__test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_not_equal_non_leaf_attr__test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_not_equal_non_leaf_call_versus_attr__test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_call_versus_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_not_equal_non_leaf_params_different__test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_params_different_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_repr__test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_call_repr_loop__test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_calls__test.test_unittest.testmock.testmock.MockTest.test_mock_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_calls_contains__test.test_unittest.testmock.testmock.MockTest.test_mock_calls_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_calls_create_autospec__test.test_unittest.testmock.testmock.MockTest.test_mock_calls_create_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_calls_with_patch__test.test_unittest.testmock.testpatch.PatchTest.test_mock_calls_with_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_customize_async_context_manager__test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_customize_async_context_manager_with_coroutine__test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_with_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_does_not_raise_on_repeated_attribute_deletion__test.test_unittest.testmock.testmock.MockTest.test_mock_does_not_raise_on_repeated_attribute_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open__test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_after_eof__test.test_unittest.testmock.testmock.MockTest.test_mock_open_after_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_alter_readline__test.test_unittest.testmock.testmock.MockTest.test_mock_open_alter_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_context_manager__test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_context_manager_multiple_times__test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager_multiple_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_dunder_iter_issue__test.test_unittest.testmock.testmock.MockTest.test_mock_open_dunder_iter_issue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_next_with_readline_with_return_value__test.test_unittest.testmock.testmock.MockTest.test_mock_open_next_with_readline_with_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_read_with_argument__test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_read_with_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_reuse_issue_21750__test.test_unittest.testmock.testmock.MockTest.test_mock_open_reuse_issue_21750_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_using_next__test.test_unittest.testmock.testmock.MockTest.test_mock_open_using_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_open_write__test.test_unittest.testmock.testmock.MockTest.test_mock_open_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_parents__test.test_unittest.testmock.testmock.MockTest.test_mock_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_raises_when_deleting_nonexistent_attribute__test.test_unittest.testmock.testmock.MockTest.test_mock_raises_when_deleting_nonexistent_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_safe_with_spec__test.test_unittest.testmock.testmock.MockTest.test_mock_safe_with_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_supports_async_context_manager__test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_supports_async_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mock_unsafe__test.test_unittest.testmock.testmock.MockTest.test_mock_unsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mocking_unbound_methods__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_mocking_unbound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod__test.test_bytes.ByteArrayTest.test_mod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod__test.test_bytes.BytesTest.test_mod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod__test.test_complex.ComplexTest.test_mod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod__test.test_operator.COperatorTestCase.test_mod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod__test.test_operator.PyOperatorTestCase.test_mod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod_division__test.test_long.LongTest.test_mod_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mod_zero_division__test.test_complex.ComplexTest.test_mod_zero_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode__test.test_gzip.TestGzip.test_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode__test.test_os.MakedirTests.test_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode__test.test_stat.TestFilemodeCStat.test_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode__test.test_stat.TestFilemodePyStat.test_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode__test.test_tempfile.TestMkdtemp.test_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode_and_encoding__test.test_tempfile.TestTemporaryFile.test_mode_and_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mode_win32__test.test_tempfile.TestMkdtemp.test_mode_win32__'Only_on_Windows.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modes__test.test_dbm_ndbm.DbmTestCase.test_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modes__test.test_fileinput.Test_hook_encoded.test_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modes__test.test_tarfile.TestExtractionFilters.test_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modes__test.test_tempfile.TestTemporaryDirectory.test_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modified_invalid_action__test.test_argparse.TestInvalidAction.test_modified_invalid_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modified_later__test.test_type_params.TypeParamsClassScopeTest.test_modified_later_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modified_local_is_seen_by_optimized_code__test.test_capi.test_opt.TestUopsOptimization.test_modified_local_is_seen_by_optimized_code__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modified_uid_huge__test.test_plistlib.TestPlistlib.test_modified_uid_huge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modified_uid_negative__test.test_plistlib.TestPlistlib.test_modified_uid_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify__test.test_selectors.DefaultSelectorTestCase.test_modify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify__test.test_selectors.DevpollSelectorTestCase.test_modify__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modify__test.test_selectors.EpollSelectorTestCase.test_modify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify__test.test_selectors.KqueueSelectorTestCase.test_modify__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modify__test.test_selectors.PollSelectorTestCase.test_modify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify__test.test_selectors.SelectSelectorTestCase.test_modify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_builtins__test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_builtins_from_leaf_function__test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_from_leaf_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_builtins_while_generator_active__test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_while_generator_active_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_f_locals__test.test_generators.ModifyUnderlyingIterableTest.test_modify_f_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_returned_list_does_not_change_header__test.test_email.test_email.TestHeader.test_modify_returned_list_does_not_change_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_shebang__test.test_zipapp.ZipAppTest.test_modify_shebang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_unregister__test.test_selectors.DefaultSelectorTestCase.test_modify_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_unregister__test.test_selectors.DevpollSelectorTestCase.test_modify_unregister__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modify_unregister__test.test_selectors.EpollSelectorTestCase.test_modify_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_unregister__test.test_selectors.KqueueSelectorTestCase.test_modify_unregister__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modify_unregister__test.test_selectors.PollSelectorTestCase.test_modify_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modify_unregister__test.test_selectors.SelectSelectorTestCase.test_modify_unregister__''": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modifying_local_does_not_add_check__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_modifying_local_does_not_add_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modifying_progress__test.test_sqlite3.test_backup.BackupTests.test_modifying_progress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_ast.test_ast.ASTValidatorTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_ast.test_ast.AST_Tests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_decimal.CArithmeticOperatorsTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_decimal.PyArithmeticOperatorsTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_funcattrs.FunctionPropertiesTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_functools.TestCachedProperty.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_finder.Source_FinderTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.metadata.test_main.TestEntryPoints.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_inspect.test_inspect.TestGetattrStatic.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_pydoc.test_pydoc.TestDescriptions.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_reprlib.LongReprTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_type_aliases.TypeAliasTypeTest.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_typing.TypeVarTupleTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_warnings.CFilterTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module__test.test_warnings.PyFilterTests.test_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_all_attribute__test.test_shutil.PublicAPITests.test_module_all_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_all_attribute__test.test_warnings.CPublicAPITests.test_module_all_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_all_attribute__test.test_warnings.PyPublicAPITests.test_module_all_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_already_in_sys__test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_attr__test.test_dataclasses.TestMakeDataclass.test_module_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_attributes__test.test_decimal.CheckAttributes.test_module_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_attributes__test.test_stat.TestFilemodeCStat.test_module_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_attributes__test.test_stat.TestFilemodePyStat.test_module_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_autotest__test.test_regrtest.ProgramsTestCase.test_module_autotest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_before_namespace_package__test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_cleanUp_with_multiple_classes__test.test_unittest.test_runner.TestModuleCleanUp.test_module_cleanUp_with_multiple_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_constants__test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_dir__test.test_module.ModuleTests.test_module_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_dir_errors__test.test_module.ModuleTests.test_module_dir_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_finalization_at_shutdown__test.test_module.ModuleTests.test_module_finalization_at_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_module__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_module__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_package__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_package__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_package_triggers_ModuleNotFoundError__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_package_triggers_ModuleNotFoundError__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_from_test_autotest__test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_func__test.test_struct.UnpackIteratorTest.test_module_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_function__test.test_positional_only_arg.PositionalOnlyTestCase.test_module_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_getattr__test.test_module.ModuleTests.test_module_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_getattr_errors__test.test_module.ModuleTests.test_module_getattr_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_getattr_tricky__test.test_module.ModuleTests.test_module_getattr_tricky_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_globals__test.test_warnings.CFilterTests.test_module_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_globals__test.test_warnings.PyFilterTests.test_module_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_has_no_spec__test.test_pyclbr.ReadmoduleTests.test_module_has_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_import__test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_import__test.test_importlib.test_api.Source_ImportModuleTests.test_module_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_cmd_line_script.CmdLineTest.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package_in_zipfile__test.test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package_in_zipfile__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package_in_zipfile__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_package_in_zipfile__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_subpackage_in_zipfile__test.test_cmd_line_script.CmdLineTest.test_module_in_subpackage_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_subpackage_in_zipfile__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_subpackage_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_subpackage_in_zipfile__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_subpackage_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_in_subpackage_in_zipfile__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_subpackage_in_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_is_run_as_main__test.test_pdb.PdbTestCase.test_module_is_run_as_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_level_callable__test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_level_callable_noargs__test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_level_callable_o__test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_level_callable_unrepresentable_default__test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_load_race__test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_missing_spec__test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_missing_spec__test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_name__test.test_tomllib.test_error.TestError.test_module_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_names__test.test_sys.SysModuleTest.test_module_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_none__test.test_pydoc.test_pydoc.TestDescriptions.test_module_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_callable_no_suggestion_0__test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_callable_no_suggestion_1__test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_callable_no_suggestion_2__test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_callable_no_suggestion_3__test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_callable_suggestion__test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_suggestion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_package__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_package__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_package_but_side_effects__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_not_package_but_side_effects__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_parameter__test.test_collections.TestNamedTuple.test_module_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_regrtest__test.test_regrtest.ProgramsTestCase.test_module_regrtest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_replaced__test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_replaced__test.test_importlib.test_api.Source_ReloadTests.test_module_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr__test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr__test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_builtin__test.test_module.ModuleTests.test_module_repr_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_indirect_through_spec__test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect_through_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_indirect_through_spec__test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect_through_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_minimal__test.test_module.ModuleTests.test_module_repr_minimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_source__test.test_module.ModuleTests.test_module_repr_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_bare_loader__test.test_module.ModuleTests.test_module_repr_with_bare_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_bare_loader_and_filename__test.test_module.ModuleTests.test_module_repr_with_bare_loader_and_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_bare_loader_but_no_name__test.test_module.ModuleTests.test_module_repr_with_bare_loader_but_no_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_fake_namespace_package__test.test_module.ModuleTests.test_module_repr_with_fake_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_filename_only__test.test_module.ModuleTests.test_module_repr_with_filename_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_full_loader__test.test_module.ModuleTests.test_module_repr_with_full_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_full_loader_and_filename__test.test_module.ModuleTests.test_module_repr_with_full_loader_and_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_full_loader_but_no_name__test.test_module.ModuleTests.test_module_repr_with_full_loader_but_no_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_loader_as_None__test.test_module.ModuleTests.test_module_repr_with_loader_as_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_name__test.test_module.ModuleTests.test_module_repr_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_name_and_filename__test.test_module.ModuleTests.test_module_repr_with_name_and_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_namespace_package__test.test_module.ModuleTests.test_module_repr_with_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_repr_with_namespace_package_and_custom_loader__test.test_module.ModuleTests.test_module_repr_with_namespace_package_and_custom_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_returned__test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_returned__test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_reuse__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_subclasses__test.test_descr.ClassPropertiesAndMethods.test_module_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_substitution_error__test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_symlink_ok__test.test_unittest.test_discovery.TestDiscovery.test_module_symlink_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_test__test.test_regrtest.ProgramsTestCase.test_module_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_to_package__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_to_package__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_with_future_import_not_on_top__test.test_future_stmt.test_future.FutureTest.test_module_with_future_import_not_on_top_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_with_large_stack__test.test_import.ImportTests.test_module_with_large_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_without_a_main__test.test_pdb.PdbTestCase.test_module_without_a_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_module_without_source__test.test_import.PycRewritingTests.test_module_without_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_modules__test.test_pydoc.test_pydoc.PydocImportTest.test_modules__'causes_undesirable_side-effects__#20128_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modules_search__test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search__'causes_undesirable_side-effects__#20128_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modules_search_builtin__test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search_builtin__'some_buildbots_are_not_cooperating__#20128_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_modulo_of_string_subclasses__test.test_opcodes.OpcodeTest.test_modulo_of_string_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_monitoring_already_opimized_loop__test.test_monitoring.TestTier2Optimizer.test_monitoring_already_opimized_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_monkeypatch__test.test_audit.AuditTest.test_monkeypatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_monotonic__test.test_capi.test_time.CAPITest.test_monotonic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_monotonic__test.test_time.TimeTestCase.test_monotonic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_monotonic_settime__test.test_time.TimeTestCase.test_monotonic_settime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_monotonicity__test.test_descr.ClassPropertiesAndMethods.test_monotonicity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_month__test.test_strptime.LocaleTime_Tests.test_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_month__test.test_strptime.StrptimeTests.test_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_month_locale__test.test_strptime.StrptimeTests.test_month_locale___locale='he_IL'__\"no_locale_'he_IL'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_month_locale__test.test_strptime.StrptimeTests.test_month_locale___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_months__test.test_calendar.CalendarTestCase.test_months_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_astimezone__test.datetimetester.TestDateTimeTZ_Fast.test_more_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_astimezone__test.datetimetester.TestDateTimeTZ_Pure.test_more_astimezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_bool__test.datetimetester.TestTimeTZ_Fast.test_more_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_bool__test.datetimetester.TestTimeTZ_Pure.test_more_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_compare__test.datetimetester.TestDateTimeTZ_Fast.test_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_compare__test.datetimetester.TestDateTimeTZ_Pure.test_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_compare__test.datetimetester.TestDateTime_Fast.test_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_compare__test.datetimetester.TestDateTime_Pure.test_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_compare__test.datetimetester.TestSubclassDateTime_Fast.test_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_compare__test.datetimetester.TestSubclassDateTime_Pure.test_more_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_complex_deps_requires_text__test.test_importlib.metadata.test_api.APITests.test_more_complex_deps_requires_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_ctime__test.datetimetester.TestDateTimeTZ_Fast.test_more_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_ctime__test.datetimetester.TestDateTimeTZ_Pure.test_more_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_ctime__test.datetimetester.TestDateTime_Fast.test_more_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_ctime__test.datetimetester.TestDateTime_Pure.test_more_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_ctime__test.datetimetester.TestSubclassDateTime_Fast.test_more_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_ctime__test.datetimetester.TestSubclassDateTime_Pure.test_more_ctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_pickling__test.datetimetester.TestDateTimeTZ_Fast.test_more_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_pickling__test.datetimetester.TestDateTimeTZ_Pure.test_more_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_pickling__test.datetimetester.TestDateTime_Fast.test_more_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_pickling__test.datetimetester.TestDateTime_Pure.test_more_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_pickling__test.datetimetester.TestSubclassDateTime_Fast.test_more_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_pickling__test.datetimetester.TestSubclassDateTime_Pure.test_more_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_rfc2231_parameters__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_more_rfc2231_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_rfc2231_parameters__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_more_rfc2231_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_rfc2231_parameters__test.test_email.test_email.TestIdempotent.test_more_rfc2231_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_strftime__test.datetimetester.TestDateTimeTZ_Fast.test_more_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_strftime__test.datetimetester.TestDateTimeTZ_Pure.test_more_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_strftime__test.datetimetester.TestDateTime_Fast.test_more_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_strftime__test.datetimetester.TestDateTime_Pure.test_more_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_strftime__test.datetimetester.TestSubclassDateTime_Fast.test_more_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_strftime__test.datetimetester.TestSubclassDateTime_Pure.test_more_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_than_one_argument_actions__test.test_argparse.TestInvalidArgumentConstructors.test_more_than_one_argument_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_timetuple__test.datetimetester.TestDateTimeTZ_Fast.test_more_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_timetuple__test.datetimetester.TestDateTimeTZ_Pure.test_more_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_timetuple__test.datetimetester.TestDateTime_Fast.test_more_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_timetuple__test.datetimetester.TestDateTime_Pure.test_more_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_timetuple__test.datetimetester.TestSubclassDateTime_Fast.test_more_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_more_timetuple__test.datetimetester.TestSubclassDateTime_Pure.test_more_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move__test.test_mmap.MmapTests.test_move_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_as_rename_return_value__test.test_shutil.TestMove.test_move_as_rename_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dangling_symlink__test.test_shutil.TestMove.test_move_dangling_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir__test.test_shutil.TestMove.test_move_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_altsep_to_dir__test.test_shutil.TestMove.test_move_dir_altsep_to_dir__'requires_os.path.altsep'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_move_dir_caseinsensitive__test.test_shutil.TestMove.test_move_dir_caseinsensitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_other_fs__test.test_shutil.TestMove.test_move_dir_other_fs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_permission_denied__test.test_shutil.TestMove.test_move_dir_permission_denied__'requires_lchflags'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_move_dir_sep_to_dir__test.test_shutil.TestMove.test_move_dir_sep_to_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_special_function__test.test_shutil.TestMove.test_move_dir_special_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_symlink__test.test_shutil.TestMove.test_move_dir_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_to_dir__test.test_shutil.TestMove.test_move_dir_to_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_dir_to_dir_other_fs__test.test_shutil.TestMove.test_move_dir_to_dir_other_fs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file__test.test_shutil.TestMove.test_move_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_other_fs__test.test_shutil.TestMove.test_move_file_other_fs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_special_function__test.test_shutil.TestMove.test_move_file_special_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_symlink__test.test_shutil.TestMove.test_move_file_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_symlink_to_dir__test.test_shutil.TestMove.test_move_file_symlink_to_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_to_dir__test.test_shutil.TestMove.test_move_file_to_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_to_dir_other_fs__test.test_shutil.TestMove.test_move_file_to_dir_other_fs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_to_dir_pathlike_dst__test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_file_to_dir_pathlike_src__test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_return_value__test.test_shutil.TestMove.test_move_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_symlink_to_dir_into_dir__test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_symlink_to_dir_into_symlink_to_dir__test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end__test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end__test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end_issue25406__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_issue25406_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end_issue25406__test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_issue25406_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end_issue25406__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_move_to_end_issue25406__test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_issue25406_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mozilla__test.test_http_cookiejar.LWPCookieTests.test_mozilla_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mozilla_filepermissions__test.test_http_cookiejar.FileCookieJarTests.test_mozilla_filepermissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro__test.test_ctypes.test_functions.FunctionTestCase.test_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro__test.test_functools.TestSingleDispatch.test_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_as_property__test.test_inspect.test_inspect.TestGetattrStatic.test_mro_as_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_conflicts__test.test_functools.TestSingleDispatch.test_mro_conflicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_disagreement__test.test_descr.ClassPropertiesAndMethods.test_mro_disagreement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry__test.test_genericclass.TestMROEntry.test_mro_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_errors_2__test.test_genericclass.TestMROEntry.test_mro_entry_errors_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_errors__test.test_genericclass.TestMROEntry.test_mro_entry_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_metaclass__test.test_genericclass.TestMROEntry.test_mro_entry_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_none__test.test_genericclass.TestMROEntry.test_mro_entry_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_signature__test.test_genericclass.TestMROEntry.test_mro_entry_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_type_call__test.test_genericclass.TestMROEntry.test_mro_entry_type_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_with_builtins_2__test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mro_entry_with_builtins__test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_msecs_has_no_floating_point_precision_loss__test.test_logging.FormatterTest.test_msecs_has_no_floating_point_precision_loss_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_msg_callback__test.test_ssl.TestSSLDebug.test_msg_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_msg_callback_deadlock_bpo43577__test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_msg_callback_tls12__test.test_ssl.TestSSLDebug.test_msg_callback_tls12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_msgflag_enum__test.test_socket.GeneralModuleTests.test_msgflag_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mtestfile__test.test_math.MathTests.test_mtestfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mtime__test.test_compileall.CompileallTestsWithSourceEpoch.test_mtime__'SOURCE_DATE_EPOCH_is_set'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_mtime__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mtime__test.test_gzip.TestGzip.test_mtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mu_sigma_default_args__test.test_random.MersenneTwister_TestBasicOps.test_mu_sigma_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mu_sigma_default_args__test.test_random.SystemRandom_TestBasicOps.test_mu_sigma_default_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.ByteTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.DoubleTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.FloatTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.IntTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.LongLongTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.LongTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.ShortTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UCS4Test.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UnicodeTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UnsignedByteTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UnsignedIntTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UnsignedLongLongTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UnsignedLongTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_array.UnsignedShortTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_binop.RatTestCase.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_complex.ComplexTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_deque.TestBasic.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_operator.COperatorTestCase.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_operator.PyOperatorTestCase.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_str.StrTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mul__test.test_userstring.UserStringTest.test_mul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_bitfields_size__test.test_ctypes.test_bitfields.BitFieldTest.test_multi_bitfields_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.CBufferedRandomTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.CBufferedReaderTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.CBufferedWriterTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.CIOTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.CTextIOWrapperTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.PyBufferedRandomTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.PyBufferedReaderTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.PyBufferedWriterTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.PyIOTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_close__test.test_io.PyTextIOWrapperTest.test_multi_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_init_extension_compat__test.test_import.SubinterpImportTests.test_multi_init_extension_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_init_extension_non_isolated_compat__test.test_import.SubinterpImportTests.test_multi_init_extension_non_isolated_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_init_extension_per_interpreter_gil_compat__test.test_import.SubinterpImportTests.test_multi_init_extension_per_interpreter_gil_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_line_docstring_col_offset_and_lineno_issue16806__test.test_ast.test_ast.ASTHelpers_Test.test_multi_line_docstring_col_offset_and_lineno_issue16806_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_line_lambda_as_argument__test.test_compile.TestSpecifics.test_multi_line_lambda_as_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_line_str__test.test_ast.test_ast.EndPositionTests.test_multi_line_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multi_subscr_base__test.test_typing.GenericTests.test_multi_subscr_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multibyte_encoding__test.test_codecs.CodePageTest.test_multibyte_encoding__'code_pages_are_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_multibyte_seek_and_tell__test.test_io.CTextIOWrapperTest.test_multibyte_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multibyte_seek_and_tell__test.test_io.PyTextIOWrapperTest.test_multibyte_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multicall__test.test_xmlrpc.SimpleServerTestCase.test_multicall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_assert__test.test_compile.TestSourcePositions.test_multiline_assert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_assert_rewritten_as_method_call__test.test_compile.TestSourcePositions.test_multiline_assert_rewritten_as_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_async_dict_comprehension__test.test_compile.TestSourcePositions.test_multiline_async_dict_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_async_generator_expression__test.test_compile.TestSourcePositions.test_multiline_async_generator_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_async_list_comprehension__test.test_compile.TestSourcePositions.test_multiline_async_list_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_async_set_comprehension__test.test_compile.TestSourcePositions.test_multiline_async_set_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_boolean_expression__test.test_compile.TestSourcePositions.test_multiline_boolean_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_compiler_error_points_to_the_end__test.test_syntax.SyntaxTestCase.test_multiline_compiler_error_points_to_the_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_dict_comprehension__test.test_compile.TestSourcePositions.test_multiline_dict_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_expression__test.test_compile.TestSourcePositions.test_multiline_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_from_comment__test.test_email.test_email.TestMiscellaneous.test_multiline_from_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_generator_expression__test.test_compile.TestSourcePositions.test_multiline_generator_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_header__test.test_email.test_email.TestRFC2047.test_multiline_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_list_comprehension__test.test_compile.TestSourcePositions.test_multiline_list_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_a__test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_a__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_a__test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_b__test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_b__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_b__test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_c__test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_c__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_method_call_c__test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_non_ascii_fstring__test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_non_ascii_fstring__test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_non_ascii_fstring_with_expr__test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring_with_expr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_non_ascii_fstring_with_expr__test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring_with_expr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_not_highlighted__test.test_exceptions.AssertionErrorTests.test_multiline_not_highlighted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_set_comprehension__test.test_compile.TestSourcePositions.test_multiline_set_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_sig__test.test_inspect.test_inspect.TestBuggyCases.test_multiline_sig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_string_parsing__test.test_repl.TestInteractiveInterpreter.test_multiline_string_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_strings__test.test_gettext.GettextTestCase1.test_multiline_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_strings__test.test_gettext.GettextTestCase2.test_multiline_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_with_overlong_last_part_followed_by_split_point__test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_last_part_followed_by_split_point_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiline_with_overlong_parts_separated_by_two_split_points__test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_parts_separated_by_two_split_points_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multilingual__test.test_email.test_email.TestHeader.test_multilingual_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_custom_policy__test.test_email.test_email.TestMIMEMessage.test_multipart_custom_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_default_policy__test.test_email.test_email.TestMIMEMessage.test_multipart_default_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_digest_with_extra_mime_headers__test.test_email.test_email.TestParsers.test_multipart_digest_with_extra_mime_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_invalid_cte__test.test_email.test_defect_handling.TestDefectCapture.test_multipart_invalid_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_invalid_cte__test.test_email.test_defect_handling.TestDefectDetection.test_multipart_invalid_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_invalid_cte__test.test_email.test_defect_handling.TestDefectRaising.test_multipart_invalid_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_invalid_cte__test.test_email.test_email.TestNonConformant.test_multipart_invalid_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_boundary__test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_boundary__test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_boundary__test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_boundary__test.test_email.test_email.TestNonConformant.test_multipart_no_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_cte_no_defect__test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_cte_no_defect__test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_cte_no_defect__test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_cte_no_defect__test.test_email.test_email.TestNonConformant.test_multipart_no_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_parts__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_no_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_parts__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_no_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_no_parts__test.test_email.test_email.TestIdempotent.test_multipart_no_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_one_part__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_one_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_one_part__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_one_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_one_part__test.test_email.test_email.TestIdempotent.test_multipart_one_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_report__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_report_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_report__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_report_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_report__test.test_email.test_email.TestIdempotent.test_multipart_report_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_valid_cte_no_defect__test.test_email.test_defect_handling.TestDefectCapture.test_multipart_valid_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_valid_cte_no_defect__test.test_email.test_defect_handling.TestDefectDetection.test_multipart_valid_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_valid_cte_no_defect__test.test_email.test_defect_handling.TestDefectRaising.test_multipart_valid_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_valid_cte_no_defect__test.test_email.test_email.TestNonConformant.test_multipart_valid_cte_no_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multipart_with_bad_bytes_in_cte__test.test_email.test_email.TestFromMangling.test_multipart_with_bad_bytes_in_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_args__test.test_codecs.ExceptionNotesTest.test_multiple_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_argument_option__test.test_argparse.TestDoubleDash.test_multiple_argument_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_assignments_to_name_in_pattern_0__test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_assignments_to_name_in_pattern_1__test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_assignments_to_name_in_pattern_2__test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_assignments_to_name_in_pattern_3__test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_assignments_to_name_in_pattern_4__test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_assignments_to_name_in_pattern_5__test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_auto_on_line__test.test_enum.TestInternals.test_multiple_auto_on_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_bases__test.test_typing.GenericTests.test_multiple_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_bind__test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_multiple_bind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_bind__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_multiple_bind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_bind__test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_callbacks__test.test_weakref.ReferencesTestCase.test_multiple_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_children_classes__test.test_inspect.test_inspect.TestBuggyCases.test_multiple_children_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_close__test.test_tempfile.TestNamedTemporaryFile.test_multiple_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_close__test.test_tempfile.TestTemporaryDirectory.test_multiple_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_close__test.test_tempfile.TestTemporaryFile.test_multiple_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_close_after_rollover__test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_close_before_rollover__test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_comprehension_name_reuse__test.test_listcomps.ListComprehensionTest.test_multiple_comprehension_name_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_configs__test.test_configparser.SectionlessTestCase.test_multiple_configs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_cursors_and_iternext__test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_decorators__test.test_typing.OverrideDecoratorTests.test_multiple_decorators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_dest__test.test_argparse.TestInvalidArgumentConstructors.test_multiple_dest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_dirs__test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_dirs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_dirs__test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_dirs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_double_dashes__test.test_argparse.TestDoubleDash.test_multiple_double_dashes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_drain__test.test_asyncio.test_streams.StreamTests.test_multiple_drain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_dumps_and_loads__test.test_marshal.BugsTestCase.test_multiple_dumps_and_loads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_exception_args__test.test_contextlib.TestSuppress.test_multiple_exception_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_features__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_multiple_features_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_features__test.test_inspect.test_inspect.TestGetcallargsMethods.test_multiple_features_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_features__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_multiple_features_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_file_actions__test.test_posix.TestPosixSpawn.test_multiple_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_file_actions__test.test_posix.TestPosixSpawnP.test_multiple_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_flags__test.test_re.PatternReprTests.test_multiple_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_frozen_dataclasses_inheritance__test.test_dataclasses.TestFrozen.test_multiple_frozen_dataclasses_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_import_statements_on_same_line__test.test_future_stmt.test_future.FutureTest.test_multiple_import_statements_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance___mro_entries___returns_non_type__test.test_typing.GenericTests.test_multiple_inheritance___mro_entries___returns_non_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance__test.test_descr.ClassPropertiesAndMethods.test_multiple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance__test.test_typing.GenericTests.test_multiple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance__test.test_typing.NamedTupleTests.test_multiple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance__test.test_typing.TypedDictTests.test_multiple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance__test.test_unittest.test_runner.Test_TextTestRunner.test_multiple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_buffer_last__test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_buffer_last_raising__test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last_raising_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_ctypes_with_weakref_or_dict__test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin__test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_mapping__test.test_patma.TestInheritance.test_multiple_inheritance_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_non_type_bad___mro_entries____test.test_typing.GenericTests.test_multiple_inheritance_non_type_bad___mro_entries___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_non_type_with___mro_entries____test.test_typing.GenericTests.test_multiple_inheritance_non_type_with___mro_entries___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_non_type_without___mro_entries____test.test_typing.GenericTests.test_multiple_inheritance_non_type_without___mro_entries___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_sequence__test.test_patma.TestInheritance.test_multiple_inheritance_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_special__test.test_typing.GenericTests.test_multiple_inheritance_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_with_custom_constructors__test.test_typing.AnyTests.test_multiple_inheritance_with_custom_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_with_genericalias_2__test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_with_genericalias__test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inheritance_with_same_key__test.test_typing.TypedDictTests.test_multiple_inheritance_with_same_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_inherited_mixin__test.test_enum.TestSpecial.test_multiple_inherited_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_matches_named__test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_matches_unnamed__test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_mixin__test.test_enum.OldTestFlag.test_multiple_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_mixin__test.test_enum.OldTestIntFlag.test_multiple_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_mixin__test.test_enum.TestSpecial.test_multiple_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_mixin_inherited__test.test_enum.TestSpecial.test_multiple_mixin_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_mixin_mro__test.test_enum.TestSpecial.test_multiple_mixin_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_mixin_with_common_data_type__test.test_enum.TestSpecial.test_multiple_mixin_with_common_data_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_nesting__test.test_scope.ScopeTests.test_multiple_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_optimization_levels__test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_optimization_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_optimization_levels__test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_optimization_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_optimization_levels__test.test_compileall.CompileallTestsWithSourceEpoch.test_multiple_optimization_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_optimization_levels__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_multiple_optimization_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_paramspecs_in_user_generics__test.test_typing.ParamSpecTests.test_multiple_paramspecs_in_user_generics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_parents__test.test_argparse.TestParentParsers.test_multiple_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_parents_mutex__test.test_argparse.TestParentParsers.test_multiple_parents_mutex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_patchobject__test.test_unittest.testmock.testpatch.PatchTest.test_multiple_patchobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_repeat__test.test_re.ReTests.test_multiple_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_runs__test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_runs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_runs__test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_runs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_selfref_callbacks__test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_set_exception__test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_set_result__test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_specs__test.test_unittest.testmock.testpatch.PatchTest.test_multiple_specs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_splittable_leading_char_followed_by_overlong_unsplittable__test.test_email.test_email.TestLongHeaders.test_multiple_splittable_leading_char_followed_by_overlong_unsplittable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_starred_names_in_sequence_pattern_0__test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_starred_names_in_sequence_pattern_1__test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_statements_fail_early__test.test_repl.TestAsyncioREPL.test_multiple_statements_fail_early_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestIntEnumClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestIntEnumFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestIntFlagClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestIntFlagFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMinimalDateClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMinimalDateFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMinimalFloatClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMinimalFloatFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedDateClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedDateFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedFloatClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedFloatFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedIntClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedIntFlagClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedIntFlagFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedIntFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedStrClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestMixedStrFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestPlainEnumClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestPlainEnumFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestPlainFlagClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestPlainFlagFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestStrEnumClass.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_superclasses_repr__test.test_enum.TestStrEnumFunction.test_multiple_superclasses_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_times__test.test__interpchannels.ChannelReleaseTests.test_multiple_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_unpicklings_minimal__test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_unpicklings_minimal__test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_unpicklings_seekable__test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_unpicklings_seekable__test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_unpicklings_unseekable__test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_unpicklings_unseekable__test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_users__test.test__interpchannels.ChannelReleaseTests.test_multiple_users_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_values__test.test_call.TestErrorMessagesUseQualifiedName.test_multiple_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_vars__test.test_fstring.TestCase.test_multiple_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_watchers__test.test_capi.test_watchers.TestFuncWatchers.test_multiple_watchers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_winners__test.test_asyncio.test_staggered.StaggeredTests.test_multiple_winners_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_writes__test.test_wave.WavePCM16Test.test_multiple_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_writes__test.test_wave.WavePCM24ExtTest.test_multiple_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_writes__test.test_wave.WavePCM24Test.test_multiple_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_writes__test.test_wave.WavePCM32Test.test_multiple_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiple_writes__test.test_wave.WavePCM8Test.test_multiple_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiples__test.test_zipfile.test_core.StripExtraTests.test_multiples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiplication__test.test_decimal.CArithmeticOperatorsTest.test_multiplication_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiplication__test.test_decimal.PyArithmeticOperatorsTest.test_multiplication_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiplicative__test.test_tokenize.CTokenizeTest.test_multiplicative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiplicative__test.test_tokenize.GenerateTokensTest.test_multiplicative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiplicative__test.test_tokenize.TokenizeTest.test_multiplicative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiplicative_ops__test.test_grammar.GrammarTests.test_multiplicative_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiply__test.test_decimal.CContextAPItests.test_multiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiply__test.test_decimal.CIBMTestCases.test_multiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiply__test.test_decimal.PyContextAPItests.test_multiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiply__test.test_decimal.PyIBMTestCases.test_multiply_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiply_data_points__test.test_statistics.TestHarmonicMean.test_multiply_data_points_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiprocess__test.test_regrtest.ParseArgsTestCase.test_multiprocess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiprocessing__test.test_logging.LogRecordTest.test_multiprocessing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiprocessing_exceptions__test.test_pickle.CompatPickleTests.test_multiprocessing_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiprocessing_pool_circular_import__test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import__'not_enough_memory:_1.8G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_multiprocessing_queues__test.test_logging.ConfigDictTest.test_multiprocessing_queues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiprocessing_timeout__test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiquote_joined_string__test.test_unparse.CosmeticTestCase.test_multiquote_joined_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multirelease__test.test_threading.BoundedSemaphoreTests.test_multirelease_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multirelease__test.test_threading.SemaphoreTests.test_multirelease_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiset_operations__test.test_collections.TestCounter.test_multiset_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multiset_operations_equivalent_to_set_operations__test.test_collections.TestCounter.test_multiset_operations_equivalent_to_set_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_multithread_modify_file_noerror__test.test_threading.ThreadingExceptionTests.test_multithread_modify_file_noerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutable_bases__test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutable_bases_catch_mro_conflict__test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutable_bases_with_failing_mro__test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutable_entry__test.test_shelve.TestCase.test_mutable_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutable_names__test.test_descr.ClassPropertiesAndMethods.test_mutable_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutablemapping__test.test_typing.CollectionsAbcTests.test_mutablemapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutablesequence__test.test_typing.CollectionsAbcTests.test_mutablesequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutableset__test.test_typing.CollectionsAbcTests.test_mutableset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutate_filter_list__test.test_warnings.CFilterTests.test_mutate_filter_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutate_filter_list__test.test_warnings.PyFilterTests.test_mutate_filter_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutated_attr__test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutated_mro__test.test_inspect.test_inspect.TestGetattrStatic.test_mutated_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutated_preexisting_attr__test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_decode_handler__test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_decode_handler_unicode_escape__test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler_unicode_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_index__test.test_bytes.ByteArrayTest.test_mutating_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_iteration__test.test_dict.DictTest.test_mutating_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_iteration_delete__test.test_dict.DictTest.test_mutating_iteration_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_iteration_delete_over_items__test.test_dict.DictTest.test_mutating_iteration_delete_over_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_iteration_delete_over_values__test.test_dict.DictTest.test_mutating_iteration_delete_over_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_lookup__test.test_dict.DictTest.test_mutating_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_seq_class_exhausted_iter__test.test_iter.TestCase.test_mutating_seq_class_exhausted_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutating_seq_class_iter_pickle__test.test_iter.TestCase.test_mutating_seq_class_iter_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutatingiteration__test.test_frame.FrameLocalsProxyMappingTests.test_mutatingiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutatingiteration__test.test_userdict.UserDictTest.test_mutatingiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutation__test.test_iterlen.TestList.test_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutation__test.test_iterlen.TestListReversed.test_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mutex_groups_parents__test.test_argparse.TestParentParsers.test_mutex_groups_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager__test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager__test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager__test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager_context__test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager_context__test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager_context__test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager_context_prestarted__test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager_context_prestarted__test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_mymanager_context_prestarted__test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nN_code__test.test_struct.StructTest.test_nN_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_n__test.test_capi.test_getargs.Signed_TestCase.test_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_n_format__test.test_decimal.CFormatTest.test_n_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_n_format__test.test_decimal.PyFormatTest.test_n_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_naive_datetime__test.test_email.test_utils.DateTimeTests.test_naive_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_naive_nbest__test.test_heapq.TestHeapC.test_naive_nbest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_naive_nbest__test.test_heapq.TestHeapPython.test_naive_nbest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_naive_runtime_checks__test.test_typing.GenericTests.test_naive_runtime_checks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_naked_exception_matched_wrapped1__test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_naked_exception_matched_wrapped2__test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_generators.GeneratorTest.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_logging.HandlerTest.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_symtable.SymtableTest.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_threading.ThreadTests.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name__test.test_typing.TypeVarTupleTests.test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_attribute__test.test_hashlib.HashLibTestCase.test_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_attribute_of_call__test.test_unittest.testmock.testmock.MockTest.test_name_attribute_of_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_capture_makes_remaining_patterns_unreachable_0__test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_capture_makes_remaining_patterns_unreachable_1__test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_capture_makes_remaining_patterns_unreachable_2__test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_capture_makes_remaining_patterns_unreachable_3__test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_capture_makes_remaining_patterns_unreachable_4__test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_case_ignored__test.test_email.test_headerregistry.TestHeaderRegistry.test_name_case_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_cleanup__test.datetimetester.TestModule_Fast.test_name_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_cleanup__test.datetimetester.TestModule_Pure.test_name_cleanup__'Only_run_for_Fast_C_implementation'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_closed_socketio__test.test_socket.GeneralModuleTests.test_name_closed_socketio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_collisions__test.test_type_aliases.TypeParamsInvalidTest.test_name_collisions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_collisions__test.test_type_params.TypeParamsInvalidTest.test_name_collisions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PosixPathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PurePathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_name_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_conflicts__test.test_collections.TestNamedTuple.test_name_conflicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PurePathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_empty__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error__test.test_type_params.TypeParamsRuntimeTest.test_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error__test.test_typing.ForwardRefTests.test_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_bad_suggestions_do_not_trigger_for_small_names__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_bad_suggestions_do_not_trigger_for_small_names__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_for_private_stdlib_modules__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_for_private_stdlib_modules__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_for_stdlib_modules__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_stdlib_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_for_stdlib_modules__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_stdlib_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_has_name__test.test_exceptions.NameErrorTests.test_name_error_has_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_in_class_scope__test.test_listcomps.ListComprehensionTest.test_name_error_in_class_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_do_not_trigger_for_long_names__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_do_not_trigger_for_long_names__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_do_not_trigger_for_too_many_locals__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_do_not_trigger_for_too_many_locals__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_from_builtins__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_from_builtins__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_from_builtins_when_builtins_is_module__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_from_builtins_when_builtins_is_module__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_from_globals__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_from_globals__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_with_non_string_candidates__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_suggestions_with_non_string_candidates__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_with_custom_exceptions__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_custom_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_with_custom_exceptions__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_custom_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_with_instance__test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_error_with_instance__test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_field_not_included_in_envelop_addresses__test.test_smtplib.SMTPSimTests.test_name_field_not_included_in_envelop_addresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_fixer__test.test_collections.TestNamedTuple.test_name_fixer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_inverse_lookup__test.test_unicodedata.UnicodeFunctionsTest.test_name_inverse_lookup__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_lookup__test.test_string.ModuleTest.test_name_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_02__test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_02__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_03__test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_03__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_04__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_05__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_05_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_06__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_07__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_08__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_10__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_13__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_non_collision_9__test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_normalization__test.test_importlib.metadata.test_api.APITests.test_name_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_normalization__test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_normalization_versionless_egg_info__test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_versionless_egg_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_preserved__test.test_unittest.testmock.testpatch.PatchTest.test_name_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_read_only__test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_name_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_requires_rparition__test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_requires_rparition__test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_requires_rparition__test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_requires_rparition__test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_resolution__test.test_inspect.test_inspect.TestGetClosureVars.test_name_resolution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_resolution__test.test_pkgutil.PkgutilTests.test_name_resolution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_resolution_import_rebinding2__test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_resolution_import_rebinding2__test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_resolution_import_rebinding__test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_resolution_import_rebinding__test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PathTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PurePathTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_name_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_name_with_dot__test.test_email.test_email.TestMiscellaneous.test_name_with_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nameconstant__test.test_ast.test_ast.ASTValidatorTests.test_nameconstant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_call_with_args__test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_call_with_kwargs__test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_empty_call__test.test_unittest.testmock.testhelpers.CallTest.test_named_empty_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_01__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_02__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_03__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_04__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_05__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_05_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_06__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_07__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_08__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_09__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_10__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_11__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_12__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_13__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_15__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_15_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_16__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_17__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_17_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_assignment_18__test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_18_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_global_scope__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_global_scope_no_global_keyword__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope_no_global_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_01__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_02__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_03__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_04__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_06__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_07__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_08__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_09__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_10__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_11__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_12__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_13__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_14__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_14_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_15__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_15_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_16__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_17__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_17_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_dict_comprehension_iterable_expression__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_dict_comprehension_iterable_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_in_class_body__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_in_class_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_list_comprehension_iterable_expression__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_list_comprehension_iterable_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_mangled_class_variables__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_mangled_class_variables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_dict_comprehension_inner_loop__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_inner_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_iteration_variable__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_iteration_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_list_comprehension_inner_loop__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_inner_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_list_comprehension_iteration_variable__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_iteration_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_set_comprehension_inner_loop__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_inner_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_rebinding_set_comprehension_iteration_variable__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_iteration_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_invalid_set_comprehension_iterable_expression__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_set_comprehension_iterable_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_nonlocal_scope__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_nonlocal_scope_no_nonlocal_keyword__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope_no_nonlocal_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_01__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_02__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_03__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_04__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_05__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_05_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_06__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_06_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_07__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_08__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_09__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_10__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_11__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_17__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_17_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_18__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_18_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_19__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_19_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_20__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_21__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_21_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_22__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_22_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_23__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_23_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_24__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_24_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_25__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_25_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_in_genexp__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_in_genexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_scope_mangled_names__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_mangled_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_valid_rebinding_iteration_variable__test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_valid_rebinding_iteration_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_expression_variable_reuse_in_comprehensions__test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_variable_reuse_in_comprehensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_init_params__test.test_dataclasses.TestCase.test_named_init_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_parameters__test.test_decimal.CPythonAPItests.test_named_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_parameters__test.test_decimal.PyPythonAPItests.test_named_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_sequences_full__test.test_ucn.UnicodeNamesTest.test_named_sequences_full__\"Use_of_the_'urlfetch'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_named_sequences_names_in_pua_range__test.test_ucn.UnicodeNamesTest.test_named_sequences_names_in_pua_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_sequences_sample__test.test_ucn.UnicodeNamesTest.test_named_sequences_sample_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_named_unicode_escapes__test.test_re.ReTests.test_named_unicode_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple__test.test_copy.TestReplace.test_namedtuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple__test.test_inspect.test_inspect.TestOneliners.test_namedtuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple__test.test_logging.ConfigDictTest.test_namedtuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_as_value__test.test_enum.TestSpecial.test_namedtuple_as_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_errors__test.test_typing.NamedTupleTests.test_namedtuple_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_field_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_fields__test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_keyword_usage__test.test_typing.NamedTupleTests.test_namedtuple_keyword_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_public_underscore__test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_special_keyword_names__test.test_typing.NamedTupleTests.test_namedtuple_special_keyword_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namedtuple_subclass_issue_24931__test.test_collections.TestNamedTuple.test_namedtuple_subclass_issue_24931_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nameerror__test.test_listcomps.ListComprehensionTest.test_nameerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nameescape__test.test_codeccallbacks.CodecCallbackTest.test_nameescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nameprep__test.test_codecs.NameprepTest.test_nameprep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namer_rotator_inheritance__test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_names__test.test_future_stmt.test_future_flags.FutureTest.test_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_names__test.test_weakref.ModuleTestCase.test_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_argparse.TestStrings.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_xml_etree.ElementTreeTest.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace__test.test_xml_etree_c.ElementTreeTest.test_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_kwargs_and_starkwargs_notidentifier__test.test_argparse.TestStrings.test_namespace_kwargs_and_starkwargs_notidentifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_loader_consistency__test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_order__test.test_builtin.TestType.test_namespace_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_origin_consistency__test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_prefixes__test.test_pyexpat.SetAttributeTest.test_namespace_prefixes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_starkwargs_identifier__test.test_argparse.TestStrings.test_namespace_starkwargs_identifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespace_starkwargs_notidentifier__test.test_argparse.TestStrings.test_namespace_starkwargs_notidentifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_namespaces__test.test_symtable.SymtableTest.test_namespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_array.DoubleTest.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_array.FloatTest.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.ApproxEqualSpecialsTest.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.ConvertTest.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.DecimalToRatioTest.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.IsFiniteTest.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.SumSpecialValues.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.TestHarmonicMean.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_statistics.TestMean.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan__test.test_unparse.UnparseTestCase.test_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_as_str__test.test_float.InfNanTest.test_nan_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_comparisons__test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_comparisons__test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_constant__test.test_math.MathTests.test_nan_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_float__test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_from_str__test.test_float.InfNanTest.test_nan_from_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_inf__test.test_long.LongTest.test_nan_inf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_signs__test.test_float.InfNanTest.test_nan_signs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_to_float__test.test_decimal.CUsabilityTest.test_nan_to_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nan_to_float__test.test_decimal.PyUsabilityTest.test_nan_to_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_1_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_1_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_1_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_1_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_1_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_2_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_2_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_2_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_2_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_2_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_3_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_3_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_3_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_3_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_3_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_None_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_None_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_None_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_None_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_None_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_alphabetic__test.test_argparse.TestInvalidNargs.test_nargs_alphabetic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_append__test.test_optparse.TestMultipleArgsAppend.test_nargs_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_append_const__test.test_optparse.TestMultipleArgsAppend.test_nargs_append_const_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_append_required_values__test.test_optparse.TestMultipleArgsAppend.test_nargs_append_required_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_append_simple__test.test_optparse.TestMultipleArgsAppend.test_nargs_append_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_invalid_float_value__test.test_optparse.TestMultipleArgs.test_nargs_invalid_float_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_long_opt__test.test_optparse.TestMultipleArgs.test_nargs_long_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_oneormore_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_oneormore_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_oneormore_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_oneormore_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_oneormore_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_optional_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_optional_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_optional_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_optional_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_optional_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_parser_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_parser_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_parser_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_parser_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_parser_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_remainder_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_remainder_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_remainder_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_remainder_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_remainder_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_required_values__test.test_optparse.TestMultipleArgs.test_nargs_required_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_with_positional_args__test.test_optparse.TestMultipleArgs.test_nargs_with_positional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_zero__test.test_argparse.TestInvalidNargs.test_nargs_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_zeroormore_metavar_length0__test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_zeroormore_metavar_length1__test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_zeroormore_metavar_length2__test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_zeroormore_metavar_length3__test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nargs_zeroormore_metavar_string__test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_narrow_non_breaking_space__test.test_textwrap.WrapTestCase.test_narrow_non_breaking_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_native__test.test_ctypes.test_unaligned_structures.TestStructures.test_native_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_native_id_after_fork__test.test_threading.ThreadTests.test_native_id_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_native_types__test.test_ctypes.test_pep3118.Test.test_native_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_natural_path__test.test_importlib.resources.test_path.PathDiskTests.test_natural_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nbest__test.test_heapq.TestHeapC.test_nbest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nbest__test.test_heapq.TestHeapPython.test_nbest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nbest_with_pushpop__test.test_heapq.TestHeapC.test_nbest_with_pushpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nbest_with_pushpop__test.test_heapq.TestHeapPython.test_nbest_with_pushpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_2d__test.test_picklebuffer.PickleBufferTest.test_ndarray_2d_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_cmp_contig__test.test_buffer.TestBufferProtocol.test_ndarray_cmp_contig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_exceptions__test.test_buffer.TestBufferProtocol.test_ndarray_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_format_scalar__test.test_buffer.TestBufferProtocol.test_ndarray_format_scalar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_format_shape__test.test_buffer.TestBufferProtocol.test_ndarray_format_shape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_format_strides__test.test_buffer.TestBufferProtocol.test_ndarray_format_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_fortran__test.test_buffer.TestBufferProtocol.test_ndarray_fortran_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_get_pointer__test.test_buffer.TestBufferProtocol.test_ndarray_get_pointer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_getbuf__test.test_buffer.TestBufferProtocol.test_ndarray_getbuf__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ndarray_hash__test.test_buffer.TestBufferProtocol.test_ndarray_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_index_getitem_multidim__test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_multidim_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_index_getitem_single__test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_index_invalid__test.test_buffer.TestBufferProtocol.test_ndarray_index_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_index_null_strides__test.test_buffer.TestBufferProtocol.test_ndarray_index_null_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_index_scalar__test.test_buffer.TestBufferProtocol.test_ndarray_index_scalar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_index_setitem_single__test.test_buffer.TestBufferProtocol.test_ndarray_index_setitem_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_linked_list__test.test_buffer.TestBufferProtocol.test_ndarray_linked_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_memoryview_from_buffer__test.test_buffer.TestBufferProtocol.test_ndarray_memoryview_from_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_multidim__test.test_buffer.TestBufferProtocol.test_ndarray_multidim_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_offset__test.test_buffer.TestBufferProtocol.test_ndarray_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_random__test.test_buffer.TestBufferProtocol.test_ndarray_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_random_invalid__test.test_buffer.TestBufferProtocol.test_ndarray_random_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_random_slice_assign__test.test_buffer.TestBufferProtocol.test_ndarray_random_slice_assign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_re_export__test.test_buffer.TestBufferProtocol.test_ndarray_re_export_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_sequence__test.test_buffer.TestBufferProtocol.test_ndarray_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_slice_assign_multidim__test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_multidim_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_slice_assign_single__test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_slice_invalid__test.test_buffer.TestBufferProtocol.test_ndarray_slice_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_slice_multidim__test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_slice_redundant_suboffsets__test.test_buffer.TestBufferProtocol.test_ndarray_slice_redundant_suboffsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_slice_zero_shape__test.test_buffer.TestBufferProtocol.test_ndarray_slice_zero_shape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_tolist_null_strides__test.test_buffer.TestBufferProtocol.test_ndarray_tolist_null_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_zero_shape__test.test_buffer.TestBufferProtocol.test_ndarray_zero_shape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ndarray_zero_strides__test.test_buffer.TestBufferProtocol.test_ndarray_zero_strides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne__test.test_operator.COperatorTestCase.test_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne__test.test_operator.PyOperatorTestCase.test_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne__test.test_unittest.test_case.Test_TestCase.test_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne__test.test_unittest.test_suite.Test_TestSuite.test_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne__test.test_weakset.TestWeakSet.test_ne_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne_defaults_to_not_eq__test.test_compare.ComparisonSimpleTest.test_ne_defaults_to_not_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_ne_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ne_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_near_zero__test.test_cmath.IsCloseTests.test_near_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_near_zero__test.test_math.IsCloseTests.test_near_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_need_for_rlock__test.test_functools.TestLRUC.test_need_for_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_need_for_rlock__test.test_functools.TestLRUPy.test_need_for_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_need_more_params__test.test_typing.TypeParameterDefaultsTests.test_need_more_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg__test.test_builtin.BuiltinTest.test_neg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg__test.test_complex.ComplexTest.test_neg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg__test.test_operator.COperatorTestCase.test_neg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg__test.test_operator.PyOperatorTestCase.test_neg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg_timeout__test.test_multiprocessing_fork.test_misc.TestWait.test_neg_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg_timeout__test.test_multiprocessing_forkserver.test_misc.TestWait.test_neg_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_neg_timeout__test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negated_imaginary_literal__test.test_complex.ComplexTest.test_negated_imaginary_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negation__test.test_gettext.PluralFormsInternalTestCase.test_negation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negation_of_exponentiation__test.test_unary.UnaryOpTestCase.test_negation_of_exponentiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_32b_binbytes__test.test_pickle.CUnpicklerTests.test_negative_32b_binbytes__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binbytes__test.test_pickle.InMemoryPickleTests.test_negative_32b_binbytes__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binbytes__test.test_pickle.PyUnpicklerTests.test_negative_32b_binbytes__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binput__test.test_pickle.CUnpicklerTests.test_negative_32b_binput__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binput__test.test_pickle.InMemoryPickleTests.test_negative_32b_binput__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binput__test.test_pickle.PyUnpicklerTests.test_negative_32b_binput__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binunicode__test.test_pickle.CUnpicklerTests.test_negative_32b_binunicode__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binunicode__test.test_pickle.InMemoryPickleTests.test_negative_32b_binunicode__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_32b_binunicode__test.test_pickle.PyUnpicklerTests.test_negative_32b_binunicode__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative__test.test_time.TestAsctime4dyear.test_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative__test.test_time.TestStrftime4dyear.test_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative__test.test_unary.UnaryOpTestCase.test_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_alias__test.test_enum.TestVerify.test_negative_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_align__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_negative_align_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_central_directory_offset_raises_BadZipFile__test.test_zipfile.test_core.OtherTests.test_negative_central_directory_offset_raises_BadZipFile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_content_length__test.test_httplib.BasicTest.test_negative_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_count__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_error__test.test_statistics.TestHarmonicMean.test_negative_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_exponent__test.test_pow.PowTest.test_negative_exponent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_exponent__test.test_statistics.DecimalToRatioTest.test_negative_exponent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_fromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_fromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_fromtimestamp__test.datetimetester.TestDateTime_Fast.test_negative_float_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_fromtimestamp__test.datetimetester.TestDateTime_Pure.test_negative_float_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_fromtimestamp__test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_fromtimestamp__test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_utcfromtimestamp__test.datetimetester.TestDateTime_Fast.test_negative_float_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_utcfromtimestamp__test.datetimetester.TestDateTime_Pure.test_negative_float_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_utcfromtimestamp__test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_float_utcfromtimestamp__test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_index__test.test_json.test_decode.TestCDecode.test_negative_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_index__test.test_json.test_decode.TestPyDecode.test_negative_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_ints_rejected__test.test_ipaddress.AddressTestCase_v4.test_negative_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_ints_rejected__test.test_ipaddress.AddressTestCase_v6.test_negative_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_ints_rejected__test.test_ipaddress.InterfaceTestCase_v4.test_negative_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_ints_rejected__test.test_ipaddress.InterfaceTestCase_v6.test_negative_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_ints_rejected__test.test_ipaddress.NetworkTestCase_v4.test_negative_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_ints_rejected__test.test_ipaddress.NetworkTestCase_v6.test_negative_ints_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_level__test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_level__test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_level__test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_level__test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_lo__test.test_bisect.TestBisectC.test_negative_lo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_lo__test.test_bisect.TestBisectPython.test_negative_lo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_locations_for_compile__test.test_ast.test_ast.AST_Tests.test_negative_locations_for_compile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_offset__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_put__test.test_pickle.CUnpicklerTests.test_negative_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_put__test.test_pickle.InMemoryPickleTests.test_negative_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_put__test.test_pickle.PyUnpicklerTests.test_negative_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_refcount__test.test_capi.test_misc.CAPITest.test_negative_refcount__'need__testcapi.negative_refcount__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_negative_shift_count__test.test_long.LongTest.test_negative_shift_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.CLifoQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.CPriorityQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.CQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.CSimpleQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.PyLifoQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.PyPriorityQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.PyQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_timeout_raises_exception__test.test_queue.PySimpleQueueTest.test_negative_timeout_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_tolerances__test.test_cmath.IsCloseTests.test_negative_tolerances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_tolerances__test.test_math.IsCloseTests.test_negative_tolerances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_zero__test.test_format.FormatTest.test_negative_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_zero_bad_format__test.test_decimal.CFormatTest.test_negative_zero_bad_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_zero_bad_format__test.test_decimal.PyFormatTest.test_negative_zero_bad_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_zero_format_directed_rounding__test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_zero_format_directed_rounding__test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negative_zero_repr_str__test.test_complex.ComplexTest.test_negative_zero_repr_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_negatives_raise__test.test_statistics.FailNegTest.test_negatives_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_2__test.test_listcomps.ListComprehensionTest.test_nested_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_3__test.test_listcomps.ListComprehensionTest.test_nested_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_4__test.test_listcomps.ListComprehensionTest.test_nested_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_compile.TestInstructionSequence.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_ctypes.test_anon.AnonTest.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_dis.InstructionTests.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_exception_variations.ExceptStarTestCases.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_exception_variations.ExceptTestCases.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_functools.TestPartialMethod.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_listcomps.ListComprehensionTest.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_logging.LoggerAdapterTest.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_pkgutil.NestedNamespacePackageTest.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_pyclbr.PyclbrTest.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_symtable.SymtableTest.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_types.SimpleNamespaceTests.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested__test.test_typing.GenericTests.test_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_access_01__test.test_type_params.TypeParamsAccessTest.test_nested_access_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_call__test.test_monitoring.MonitoringEventsTest.test_nested_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_calls_not_equal__test.test_unittest.testmock.testhelpers.CallTest.test_nested_calls_not_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_cgi_path_issue21323__test.test_httpservers.CGIHTTPServerTestCase.test_nested_cgi_path_issue21323__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_nested_class__test.test_compile.TestStaticAttributes.test_nested_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_class__test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_class_definition__test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_class_definition_indented_string__test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_indented_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_class_definition_inside_async_function__test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_async_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_class_definition_inside_function__test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_classes_in_enum_with_nonmember__test.test_enum.TestSpecial.test_nested_classes_in_enum_with_nonmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_comp__test.test_coroutines.CoroutineTest.test_nested_comp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_comprehensions_for__test.test_iter.TestCase.test_nested_comprehensions_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_comprehensions_iter__test.test_iter.TestCase.test_nested_comprehensions_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_condition_operator__test.test_gettext.PluralFormsInternalTestCase.test_nested_condition_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_else__test.test_exception_variations.ExceptStarTestCases.test_nested_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_else__test.test_exception_variations.ExceptTestCases.test_nested_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_else_mixed1__test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_else_mixed2__test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_empty_constructor__test.test_set.TestFrozenSetSubclass.test_nested_empty_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_except_stars__test.test_except_star.TestExceptStarSplitSemantics.test_nested_except_stars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_exception__test.test_sys_setprofile.ProfileHookTestCase.test_nested_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_exception_group_tracebacks__test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_exception_group_tracebacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_exception_in_else__test.test_exception_variations.ExceptTestCases.test_nested_exception_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_exception_in_except__test.test_exception_variations.ExceptTestCases.test_nested_exception_in_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_exception_in_finally_no_exception__test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_exception_in_finally_with_exception__test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_explicit__test.test_logging.BuiltinLevelsTest.test_nested_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_fallbacks__test.test_gettext.FallbackTestCase.test_nested_fallbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_free__test.test_listcomps.ListComprehensionTest.test_nested_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_free__test.test_type_params.TypeParamsClassScopeTest.test_nested_free_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_free_var_in_expr__test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_expr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_free_var_in_iter__test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_free_var_not_bound_in_outer_comp__test.test_listcomps.ListComprehensionTest.test_nested_free_var_not_bound_in_outer_comp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_fstrings__test.test_fstring.TestCase.test_nested_fstrings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_func__test.test_inspect.test_inspect.TestBuggyCases.test_nested_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_function__test.test_compile.TestStaticAttributes.test_nested_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_functions__test.test_compiler_codegen.IsolatedCodeGenTests.test_nested_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_gen_except_loop__test.test_generators.ExceptionTest.test_nested_gen_except_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_group_chaining__test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_group_matches_template__test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_matches_template_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_groups_both_cancelled__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_nested_groups_both_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_groups_both_cancelled__test.test_asyncio.test_taskgroups.TestTaskGroup.test_nested_groups_both_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_has_free_var__test.test_listcomps.ListComprehensionTest.test_nested_has_free_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs__test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs__test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs__test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs__test.test_sys_settrace.TraceTestCase.test_nested_ifs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs_with_and__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs_with_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs_with_and__test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs_with_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs_with_and__test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs_with_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs_with_and__test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs_with_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_ifs_with_and__test.test_sys_settrace.TraceTestCase.test_nested_ifs_with_and_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_in_loop__test.test_except_star.TestExceptStarSplitSemantics.test_nested_in_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_indentations__test.test_pprint.QueryTestCase.test_nested_indentations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_inherited__test.test_logging.BuiltinLevelsTest.test_nested_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_initializers__test.test_ctypes.test_structures.StructureTestCase.test_nested_initializers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_inner_contains_outer_boundary__test.test_email.test_email.TestMultipart.test_nested_inner_contains_outer_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_lambda__test.test_inspect.test_inspect.TestOneliners.test_nested_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_listcomp_in_lambda__test.test_listcomps.ListComprehensionTest.test_nested_listcomp_in_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_lookup_error__test.test_pickle.CPicklingErrorTests.test_nested_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_lookup_error__test.test_pickle.PyPicklingErrorTests.test_nested_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_loops__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_loops__test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_loops__test.test_sys_settrace.TestSetLocalTrace.test_nested_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_loops__test.test_sys_settrace.TraceOpcodesTestCase.test_nested_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_loops__test.test_sys_settrace.TraceTestCase.test_nested_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_mixed1__test.test_exception_variations.ExceptStarTestCases.test_nested_mixed1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_mixed2__test.test_exception_variations.ExceptStarTestCases.test_nested_mixed2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_multipart_mixeds__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_nested_multipart_mixeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_multipart_mixeds__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_nested_multipart_mixeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_multipart_mixeds__test.test_email.test_email.TestIdempotent.test_nested_multipart_mixeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_mutex_groups__test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_nested_mutex_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_named_except_blocks__test.test_syntax.SyntaxTestCase.test_nested_named_except_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_names__test.test_pickle.CDumpPickle_LoadPickle.test_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_names__test.test_pickle.CPicklerTests.test_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_names__test.test_pickle.DumpPickle_CLoadPickle.test_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_names__test.test_pickle.InMemoryPickleTests.test_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_names__test.test_pickle.PyPicklerTests.test_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_names__test.test_pickletools.OptimizedPickleTests.test_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization__test.test_functools.TestPartialC.test_nested_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization__test.test_functools.TestPartialPy.test_nested_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization__test.test_functools.TestPartialPySubclass.test_nested_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization_bug__test.test_functools.TestPartialC.test_nested_optimization_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization_bug__test.test_functools.TestPartialCSubclass.test_nested_optimization_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization_bug__test.test_functools.TestPartialPy.test_nested_optimization_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_optimization_bug__test.test_functools.TestPartialPySubclass.test_nested_optimization_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_paramspec__test.test_typing.CollectionsCallableTests.test_nested_paramspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_paramspec__test.test_typing.TypingCallableTests.test_nested_paramspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_partial_with_attribute__test.test_functools.TestPartialC.test_nested_partial_with_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_partial_with_attribute__test.test_functools.TestPartialCSubclass.test_nested_partial_with_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_partial_with_attribute__test.test_functools.TestPartialPy.test_nested_partial_with_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_partial_with_attribute__test.test_functools.TestPartialPySubclass.test_nested_partial_with_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_patch_failure__test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_patch_with_spec_as_list__test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_with_spec_as_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_queue__test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_nested_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_queue__test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_nested_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_queue__test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_reraise__test.test_raise.TestRaise.test_nested_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_scope__test.test_future_stmt.test_future.FutureTest.test_nested_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_scope_in_generic_alias__test.test_type_params.TypeParamsAccessTest.test_nested_scope_in_generic_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_scopes__test.test_future_stmt.test_future_single_import.TestFuture.test_nested_scopes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_startmethod__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_nested_startmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_startmethod__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_nested_startmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_startmethod__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_styled_adapter__test.test_logging.LoggerAdapterTest.test_nested_styled_adapter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_timeout_in_finally__test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeout_in_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_timeouts__test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_timeouts_concurrent__test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_timeouts_loop_busy__test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_loop_busy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_try_if__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_try_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_try_if__test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_try_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_try_if__test.test_sys_settrace.TestSetLocalTrace.test_nested_try_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_try_if__test.test_sys_settrace.TraceOpcodesTestCase.test_nested_try_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_try_if__test.test_sys_settrace.TraceTestCase.test_nested_try_if_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_tuple__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nested_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_with_same_boundary__test.test_email.test_email.TestMultipart.test_nested_with_same_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_with_statements__test.test_decimal.CContextWithStatement.test_nested_with_statements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_with_statements__test.test_decimal.PyContextWithStatement.test_nested_with_statements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nested_with_virtual_parent__test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nesting__test.test_reprlib.ReprTests.test_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_errors__test.test_ipaddress.InterfaceTestCase_v4.test_netmask_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_errors__test.test_ipaddress.InterfaceTestCase_v6.test_netmask_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_errors__test.test_ipaddress.NetworkTestCase_v4.test_netmask_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_errors__test.test_ipaddress.NetworkTestCase_v6.test_netmask_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_in_tuple_errors__test.test_ipaddress.InterfaceTestCase_v4.test_netmask_in_tuple_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_in_tuple_errors__test.test_ipaddress.InterfaceTestCase_v6.test_netmask_in_tuple_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_in_tuple_errors__test.test_ipaddress.NetworkTestCase_v4.test_netmask_in_tuple_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netmask_in_tuple_errors__test.test_ipaddress.NetworkTestCase_v6.test_netmask_in_tuple_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netscape_example_1__test.test_http_cookiejar.LWPCookieTests.test_netscape_example_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netscape_example_2__test.test_http_cookiejar.LWPCookieTests.test_netscape_example_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netscape_misc__test.test_http_cookiejar.LWPCookieTests.test_netscape_misc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_netstat_getnode__test.test_uuid.TestInternalsWithExtModule.test_netstat_getnode__'netstat_is_not_used_for_introspection_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_netstat_getnode__test.test_uuid.TestInternalsWithoutExtModule.test_netstat_getnode__'netstat_is_not_used_for_introspection_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_network_passed_as_address__test.test_ipaddress.AddressTestCase_v4.test_network_passed_as_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_network_passed_as_address__test.test_ipaddress.AddressTestCase_v6.test_network_passed_as_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_networked__test.test_httplib.HTTPSTest.test_networked__\"Use_of_the_'network'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_networked_bad_cert__test.test_httplib.HTTPSTest.test_networked_bad_cert__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_networked_good_cert__test.test_httplib.HTTPSTest.test_networked_good_cert__\"Use_of_the_'network'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_networked_noverification__test.test_httplib.HTTPSTest.test_networked_noverification__\"Use_of_the_'network'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_networked_trusted_by_default_cert__test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert__\"Use_of_the_'network'_resource_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_never_quote__test.test_urllib.QuotingTests.test_never_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_never_used__test.test__interpchannels.ChannelReleaseTests.test_never_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new__test.test_typing.AnnotatedTests.test_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new__test.test_xxlimited.TestXXLimited.test_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new__test.test_xxlimited.TestXXLimited35.test_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_attr__test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_attributes_cannot_be_accessed_on_seal__test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_accessed_on_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_attributes_cannot_be_set_on_child_of_seal__test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_child_of_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_attributes_cannot_be_set_on_seal__test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_builtins_issue_43102__test.test_collections.TestNamedTuple.test_new_builtins_issue_43102_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_class_decorating__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_class_decorating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_create__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_failure__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_incompatible_with_autospec__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_incompatible_with_new__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_inherit_for_mocks__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_for_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_inherit_non_mock__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_non_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_keyword_arguments__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_keyword_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_patch__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_patch_object__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_callable_spec__test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_called__test.test_typing.ProtocolTests.test_new_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_basics__test.test_types.ClassCreationTests.test_new_class_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_defaults__test.test_types.ClassCreationTests.test_new_class_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_exec_body__test.test_types.ClassCreationTests.test_new_class_exec_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_meta__test.test_types.ClassCreationTests.test_new_class_meta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_meta_with_base__test.test_types.ClassCreationTests.test_new_class_meta_with_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_metaclass_keywords__test.test_types.ClassCreationTests.test_new_class_metaclass_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_subclass__test.test_types.ClassCreationTests.test_new_class_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_with_mro_entry__test.test_types.ClassCreationTests.test_new_class_with_mro_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_with_mro_entry_error__test.test_types.ClassCreationTests.test_new_class_with_mro_entry_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_with_mro_entry_genericalias__test.test_types.ClassCreationTests.test_new_class_with_mro_entry_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_with_mro_entry_multiple_2__test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_with_mro_entry_multiple__test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_class_with_mro_entry_none__test.test_types.ClassCreationTests.test_new_class_with_mro_entry_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_config__test.test_interpreters.test_api.LowLevelTests.test_new_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_counter_optimizer_dealloc__test.test_capi.test_opt.TestOptimizerAPI.test_new_counter_optimizer_dealloc__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_new_event_loop__test.test_asyncio.test_events.PolicyTests.test_new_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_factory_overrides_default__test.test_email.test_policy.PolicyAPITests.test_new_factory_overrides_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_features__test.test_struct.StructTest.test_new_features_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_gen_from_gi_code__test.test_generators.ModifyUnderlyingIterableTest.test_new_gen_from_gi_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_kwdargs__test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_kwdargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_localetime__test.test_strptime.CacheTests.test_new_localetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_no_args__test.test_typing.GenericTests.test_new_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_or_init__test.test_set.TestFrozenSet.test_new_or_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_or_init__test.test_set.TestFrozenSetSubclass.test_new_or_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_or_init__test.test_set.TestSet.test_new_or_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_or_init__test.test_set.TestSetSubclass.test_new_or_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_or_init__test.test_weakset.TestWeakSet.test_new_or_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_overridden__test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_overridden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_override__test.test_codecs.ExceptionNotesTest.test_new_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_reference__test.test_tracemalloc.TestTracemallocEnabled.test_new_reference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_repr__test.test_typing.GenericTests.test_new_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_repr_bare__test.test_typing.GenericTests.test_new_repr_bare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_repr_complex__test.test_typing.GenericTests.test_new_repr_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_returns_invalid_instance__test.test_raise.TestRaise.test_new_returns_invalid_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_style_iter_class__test.test_iter.TestCase.test_new_style_iter_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_tcp_flags__test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_new_type__test.test_builtin.TestType.test_new_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_upper_to_lower__test.test_hashlib.HashLibTestCase.test_new_upper_to_lower_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_with_args2__test.test_typing.GenericTests.test_new_with_args2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_new_with_args__test.test_typing.GenericTests.test_new_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newempty__test.test_code.CodeTest.test_newempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newinstance__test.test_gc.GCTests.test_newinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline__test.test_bz2.OpenTest.test_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline__test.test_gzip.TestOpen.test_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline__test.test_lzma.OpenTestCase.test_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_after_parenthesized_block_with_comment__test.test_tokenize.GenerateTokensTest.test_newline_after_parenthesized_block_with_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_after_parenthesized_block_with_comment__test.test_tokenize.TokenizeTest.test_newline_after_parenthesized_block_with_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_and_space_at_the_end_of_the_source_without_newline__test.test_tokenize.TestTokenize.test_newline_and_space_at_the_end_of_the_source_without_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_argument__test.test_memoryio.CStringIOPickleTest.test_newline_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_argument__test.test_memoryio.CStringIOTest.test_newline_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_argument__test.test_memoryio.PyStringIOPickleTest.test_newline_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_argument__test.test_memoryio.PyStringIOTest.test_newline_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_bytes__test.test_io.CIncrementalNewlineDecoderTest.test_newline_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_bytes__test.test_io.PyIncrementalNewlineDecoderTest.test_newline_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_cr__test.test_memoryio.CStringIOPickleTest.test_newline_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_cr__test.test_memoryio.CStringIOTest.test_newline_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_cr__test.test_memoryio.PyStringIOPickleTest.test_newline_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_cr__test.test_memoryio.PyStringIOTest.test_newline_cr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_crlf__test.test_memoryio.CStringIOPickleTest.test_newline_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_crlf__test.test_memoryio.CStringIOTest.test_newline_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_crlf__test.test_memoryio.PyStringIOPickleTest.test_newline_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_crlf__test.test_memoryio.PyStringIOTest.test_newline_crlf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_decoder__test.test_io.CIncrementalNewlineDecoderTest.test_newline_decoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_decoder__test.test_io.PyIncrementalNewlineDecoderTest.test_newline_decoder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_default__test.test_memoryio.CStringIOPickleTest.test_newline_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_default__test.test_memoryio.CStringIOTest.test_newline_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_default__test.test_memoryio.PyStringIOPickleTest.test_newline_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_default__test.test_memoryio.PyStringIOTest.test_newline_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_empty__test.test_memoryio.CStringIOPickleTest.test_newline_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_empty__test.test_memoryio.CStringIOTest.test_newline_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_empty__test.test_memoryio.PyStringIOPickleTest.test_newline_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_empty__test.test_memoryio.PyStringIOTest.test_newline_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_in_metavar__test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_newline_in_metavar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_lf__test.test_memoryio.CStringIOPickleTest.test_newline_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_lf__test.test_memoryio.CStringIOTest.test_newline_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_lf__test.test_memoryio.PyStringIOPickleTest.test_newline_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_lf__test.test_memoryio.PyStringIOTest.test_newline_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_none__test.test_memoryio.CStringIOPickleTest.test_newline_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_none__test.test_memoryio.CStringIOTest.test_newline_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_none__test.test_memoryio.PyStringIOPickleTest.test_newline_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newline_none__test.test_memoryio.PyStringIOTest.test_newline_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines__test.test_csv.TestDialectExcel.test_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines__test.test_email.test_email.TestFeedParsers.test_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines__test.test_io.CTextIOWrapperTest.test_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines__test.test_io.PyTextIOWrapperTest.test_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_before_syntax_error__test.test_fstring.TestCase.test_newlines_before_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_in_expressions__test.test_fstring.TestCase.test_newlines_in_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_in_format_specifiers__test.test_fstring.TestCase.test_newlines_in_format_specifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_input__test.test_io.CTextIOWrapperTest.test_newlines_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_input__test.test_io.PyTextIOWrapperTest.test_newlines_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_output__test.test_io.CTextIOWrapperTest.test_newlines_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_output__test.test_io.PyTextIOWrapperTest.test_newlines_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_property__test.test_memoryio.CStringIOPickleTest.test_newlines_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_property__test.test_memoryio.CStringIOTest.test_newlines_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_property__test.test_memoryio.PyStringIOPickleTest.test_newlines_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newlines_property__test.test_memoryio.PyStringIOTest.test_newlines_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_generic__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_generic__test.test_pickle.CPicklerTests.test_newobj_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_generic__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_generic__test.test_pickle.InMemoryPickleTests.test_newobj_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_generic__test.test_pickle.PyPicklerTests.test_newobj_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_generic__test.test_pickletools.OptimizedPickleTests.test_newobj_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list__test.test_pickle.CPicklerTests.test_newobj_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list__test.test_pickle.InMemoryPickleTests.test_newobj_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list__test.test_pickle.PyPicklerTests.test_newobj_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list__test.test_pickletools.OptimizedPickleTests.test_newobj_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list_slots__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list_slots__test.test_pickle.CPicklerTests.test_newobj_list_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list_slots__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list_slots__test.test_pickle.InMemoryPickleTests.test_newobj_list_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list_slots__test.test_pickle.PyPicklerTests.test_newobj_list_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_list_slots__test.test_pickletools.OptimizedPickleTests.test_newobj_list_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_not_class__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_not_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_not_class__test.test_pickle.CPicklerTests.test_newobj_not_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_not_class__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_not_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_not_class__test.test_pickle.InMemoryPickleTests.test_newobj_not_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_not_class__test.test_pickle.PyPicklerTests.test_newobj_not_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_not_class__test.test_pickletools.OptimizedPickleTests.test_newobj_not_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_overridden_new__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_overridden_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_overridden_new__test.test_pickle.CPicklerTests.test_newobj_overridden_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_overridden_new__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_overridden_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_overridden_new__test.test_pickle.InMemoryPickleTests.test_newobj_overridden_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_overridden_new__test.test_pickle.PyPicklerTests.test_newobj_overridden_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_overridden_new__test.test_pickletools.OptimizedPickleTests.test_newobj_overridden_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_proxies__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_proxies__test.test_pickle.CPicklerTests.test_newobj_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_proxies__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_proxies__test.test_pickle.InMemoryPickleTests.test_newobj_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_proxies__test.test_pickle.PyPicklerTests.test_newobj_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_proxies__test.test_pickletools.OptimizedPickleTests.test_newobj_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_tuple__test.test_pickle.CDumpPickle_LoadPickle.test_newobj_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_tuple__test.test_pickle.CPicklerTests.test_newobj_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_tuple__test.test_pickle.DumpPickle_CLoadPickle.test_newobj_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_tuple__test.test_pickle.InMemoryPickleTests.test_newobj_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_tuple__test.test_pickle.PyPicklerTests.test_newobj_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newobj_tuple__test.test_pickletools.OptimizedPickleTests.test_newobj_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newslots__test.test_descr.ClassPropertiesAndMethods.test_newslots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newstyle_class__test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newstyle_mro__test.test_inspect.test_inspect.TestClassesAndFunctions.test_newstyle_mro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newstyle_number_ops__test.test_weakref.ReferencesTestCase.test_newstyle_number_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_newstyleclass__test.test_gc.GCTests.test_newstyleclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next__test.test_bdb.StateTestCase.test_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next__test.test_builtin.BuiltinTest.test_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_command_in_generator_for_loop__test.test_bdb.IssuesTestCase.test_next_command_in_generator_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_command_in_generator_with_subiterator__test.test_bdb.IssuesTestCase.test_next_command_in_generator_with_subiterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_data__test.test_unittest.testmock.testwith.TestMockOpen.test_next_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_in_caller_frame__test.test_bdb.StateTestCase.test_next_in_caller_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_minus__test.test_decimal.CContextAPItests.test_next_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_minus__test.test_decimal.PyContextAPItests.test_next_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_nonsizeable__test.test_io.CIOTest.test_next_nonsizeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_nonsizeable__test.test_io.PyIOTest.test_next_nonsizeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_on_empty_tarfile__test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_on_empty_tarfile__test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_on_empty_tarfile__test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_on_empty_tarfile__test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_on_plain_statement__test.test_bdb.StateTestCase.test_next_on_plain_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_over_import__test.test_bdb.StateTestCase.test_next_over_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_plus__test.test_decimal.CContextAPItests.test_next_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_plus__test.test_decimal.PyContextAPItests.test_next_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_to_botframe__test.test_bdb.IssuesTestCase.test_next_to_botframe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_toward__test.test_decimal.CContextAPItests.test_next_toward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_toward__test.test_decimal.PyContextAPItests.test_next_toward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_next_until_return_in_generator__test.test_bdb.IssuesTestCase.test_next_until_return_in_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nextafter__test.test_math.MathTests.test_nextafter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nextminus__test.test_decimal.CIBMTestCases.test_nextminus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nextminus__test.test_decimal.PyIBMTestCases.test_nextminus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nextplus__test.test_decimal.CIBMTestCases.test_nextplus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nextplus__test.test_decimal.PyIBMTestCases.test_nextplus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nexttoward__test.test_decimal.CIBMTestCases.test_nexttoward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nexttoward__test.test_decimal.PyIBMTestCases.test_nexttoward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nlargest__test.test_heapq.TestHeapC.test_nlargest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nlargest__test.test_heapq.TestHeapPython.test_nlargest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nlocals_mismatch__test.test_code.CodeTest.test_nlocals_mismatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nlst__test.test_ftplib.TestFTPClass.test_nlst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nlst__test.test_ftplib.TestTLS_FTPClassMixin.test_nlst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_FatalError_infinite_loop__test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_allow_code__test.test_marshal.CodeTestCase.test_no_allow_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_append_versus_append__test.test_optparse.TestStandard.test_no_append_versus_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_contextlib.TestSuppress.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_int.IntTestCases.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestHarmonicMean.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestMean.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestMedian.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestMedianGrouped.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestMedianHigh.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestMedianLow.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestMode.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestPStdev.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestPVariance.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestStdev.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args__test.test_statistics.TestVariance.test_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args_compiles_path__test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_compiles_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args_compiles_path__test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_compiles_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_args_respects_force_flag__test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_args_respects_force_flag__test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_force_flag__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_args_respects_quiet_flag__test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_args_respects_quiet_flag__test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_argument__test.test_genericpath.TestGenericTest.test_no_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_argument__test.test_ntpath.NtCommonTest.test_no_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_argument__test.test_posixpath.PosixCommonTest.test_no_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_argument_actions__test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_argument_no_const_actions__test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_no_const_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_async_generator_instantiation__test.test_typing.CollectionsAbcTests.test_no_async_generator_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_attributes__test.test_typing.NoDefaultTests.test_no_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_binding_uses_nonlocal__test.test_type_params.TypeParamsClassScopeTest.test_no_binding_uses_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_bivariant__test.test_typing.TypeVarTests.test_no_bivariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_bom_no_encoding_cookie__test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_bytecode__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_bytecode__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cache__test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cache__test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cache__test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cache__test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cache__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cache__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_call__test.test_typing.NoDefaultTests.test_no_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_callback_args_for_action__test.test_optparse.TestOptionChecks.test_no_callback_args_for_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_callback_for_action__test.test_optparse.TestOptionChecks.test_no_callback_for_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_callback_kwargs_for_action__test.test_optparse.TestOptionChecks.test_no_callback_kwargs_for_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_caret_with_no_debug_ranges_flag__test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_caret_with_no_debug_ranges_flag_python_traceback__test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_chaining__test.test_genericalias.BaseTest.test_no_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_choices_for_type__test.test_optparse.TestOptionChecks.test_no_choices_for_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_choices_list__test.test_optparse.TestOptionChecks.test_no_choices_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_classvar_kwarg__test.test_dataclasses.TestKeywordArgs.test_no_classvar_kwarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_close_file__test.test_sax.BytesXmlgenTest.test_no_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_close_file__test.test_sax.StreamReaderWriterXmlgenTest.test_no_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_close_file__test.test_sax.StreamWriterXmlgenTest.test_no_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_close_file__test.test_sax.StringXmlgenTest.test_no_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_close_file__test.test_sax.WriterXmlgenTest.test_no_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_closefd_with_filename__test.test_io.CIOTest.test_no_closefd_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_closefd_with_filename__test.test_io.PyIOTest.test_no_closefd_with_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_coding_cookie_and_utf8_bom__test.test_tokenize.TestTokenizerAdheresToPep0263.test_no_coding_cookie_and_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_comdat_folding__test.test_list.ListTest.test_no_comdat_folding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_comdat_folding__test.test_tuple.TupleTest.test_no_comdat_folding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_const_for_action__test.test_optparse.TestOptionChecks.test_no_const_for_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_create_module__test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_create_module__test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_cycles__test.test_weakref.WeakMethodTestCase.test_no_cycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_data__test.test_zipfile.test_core.StripExtraTests.test_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_dead_store_elimination_in_different_lineno__test.test_peepholer.DirectCfgOptimizerTests.test_no_dead_store_elimination_in_different_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_deadlock__test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_deadlock__test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_default__test.test_optparse.TestExpandDefaults.test_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_default__test.test_patma.TestTracing.test_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_default_after_non_default__test.test_typing.TypeParameterDefaultsTests.test_no_default_after_non_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_default_after_typevar_tuple__test.test_typing.TypeParameterDefaultsTests.test_no_default_after_typevar_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_default_value__test.test_dataclasses.TestDescriptors.test_no_default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_dependencies__test.test_graphlib.TestTopologicalSort.test_no_dependencies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_dict_instantiation__test.test_typing.CollectionsAbcTests.test_no_dict_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_dict_no_slots__test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_dict_no_slots_instance_member__test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots_instance_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_docstring__test.test_module.ModuleTests.test_no_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_dot_mh_sequences_file__test.test_mailbox.TestMH.test_no_dot_mh_sequences_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_double_type_conversion_of_default__test.test_argparse.TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicate_paths__test.test_site.ImportSideEffectTests.test_no_duplicate_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicate_rows_after_rollback_close_cursor__test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicate_rows_after_rollback_del_cursor__test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicate_rows_after_rollback_new_query__test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicates__test.test_enum.TestSpecial.test_no_duplicates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicates_if_replacement_not_in_templates__test.test_typing.TemplateReplacementTests.test_no_duplicates_if_replacement_not_in_templates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_duplicates_in_meta_path__test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_encoded__test.test_email.test__encoded_words.TestDecodeQ.test_no_encoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_ending_newline__test.test_compile.TestSpecifics.test_no_ending_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_ending_newline__test.test_linecache.LineCacheTests.test_no_ending_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_ensure_ascii_flag__test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_eof__test.test_tarfile.ContextManagerTest.test_no_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_eq__test.test_dataclasses.TestEq.test_no_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_eval_union__test.test_typing.UnionTests.test_no_eval_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_event_if_not_watched__test.test_capi.test_watchers.TestDictWatchers.test_no_event_if_not_watched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_exception__test.test_contextlib.TestSuppress.test_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_exception_leak__test.test_unittest.test_case.Test_TestCase.test_no_exception_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_expand__test.test_optparse.TestExpandDefaults.test_no_expand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_ext__test.test_fileinput.Test_hook_compressed.test_no_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_extraneous_read__test.test_io.CBufferedRandomTest.test_no_extraneous_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_extraneous_read__test.test_io.CBufferedReaderTest.test_no_extraneous_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_extraneous_read__test.test_io.PyBufferedRandomTest.test_no_extraneous_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_extraneous_read__test.test_io.PyBufferedReaderTest.test_no_extraneous_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_failure__test.test_logging.ShutdownTest.test_no_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_fields__test.test_ast.test_ast.AST_Tests.test_no_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_fields__test.test_dataclasses.TestCase.test_no_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_fields_but_member_variable__test.test_dataclasses.TestCase.test_no_fields_but_member_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_files_left_behind__test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_first_section__test.test_configparser.SectionlessTestCase.test_no_first_section_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_frozen_importlib__test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_frozenset_instantiation__test.test_typing.CollectionsAbcTests.test_no_frozenset_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_generator_instantiation__test.test_typing.CollectionsAbcTests.test_no_generator_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_hang_on_context_chain_cycle1__test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_hang_on_context_chain_cycle2__test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_hang_on_context_chain_cycle3__test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_help__test.test_argparse.TestOptionalsHelpVersionActions.test_no_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_home_directory__test.test_site.HelperFunctionsTests.test_no_home_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_import_lock_contention__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_no_import_lock_contention_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_incomplete_frames__test.test_tracemalloc.TestTracemallocEnabled.test_no_incomplete_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_indent__test.test_json.test_tool.TestTool.test_no_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_indent__test.test_syntax.SyntaxTestCase.test_no_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inheritance_from_nominal__test.test_typing.ProtocolTests.test_no_inheritance_from_nominal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_init__test.test_dataclasses.TestInit.test_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_init__test.test_dataclasses.TestReplace.test_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestHarmonicMean.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestMean.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestMedian.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestMedianGrouped.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestMedianHigh.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestMedianLow.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestMode.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestPStdev.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestPVariance.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestStdev.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_inplace_modifications__test.test_statistics.TestVariance.test_no_inplace_modifications_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_instantiation__test.test_typing.ProtocolTests.test_no_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_interpolation__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_no_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_ipow__test.test_descr.ClassPropertiesAndMethods.test_no_ipow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.ClassVarTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.FinalTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.LiteralStringTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.NotRequiredTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.RequiredTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.SelfTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.TypeAliasTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.TypeGuardTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance__test.test_typing.TypeIsTests.test_no_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_isinstance_or_issubclass__test.test_typing.LiteralTests.test_no_isinstance_or_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_issubclass__test.test_typing.TypeAliasTests.test_no_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_backwards_into_async_for_block__test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_for_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_backwards_into_async_with_block__test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_backwards_into_for_block__test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_for_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_backwards_into_with_block__test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_forwards_into_async_for_block__test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_for_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_forwards_into_async_with_block__test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_forwards_into_for_block__test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_for_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_forwards_into_with_block__test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_from_call__test.test_sys_settrace.JumpTestCase.test_no_jump_from_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_from_exception_event__test.test_sys_settrace.JumpTestCase.test_no_jump_from_exception_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_from_return_event__test.test_sys_settrace.JumpTestCase.test_no_jump_from_return_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_infinite_while_loop__test.test_sys_settrace.JumpTestCase.test_no_jump_infinite_while_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_into_async_for_block_before_else__test.test_sys_settrace.JumpTestCase.test_no_jump_into_async_for_block_before_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_into_bare_except_block__test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_into_bare_except_block_from_try_block__test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block_from_try_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_into_for_block_before_else__test.test_sys_settrace.JumpTestCase.test_no_jump_into_for_block_before_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_into_qualified_except_block__test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_into_qualified_except_block_from_try_block__test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block_from_try_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_over_return_out_of_finally_block__test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_out_of_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_over_return_try_finally_in_finally_block__test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_try_finally_in_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_to_except_1__test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_to_except_2__test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_to_except_3__test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_to_except_4__test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_to_non_integers__test.test_sys_settrace.JumpTestCase.test_no_jump_to_non_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_too_far_backwards__test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_backwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_too_far_forwards__test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_forwards_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_jump_without_trace_function__test.test_sys_settrace.JumpTestCase.test_no_jump_without_trace_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_kwargs__test.test__interpchannels.ChannelReleaseTests.test_no_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_kwargs__test.test_genericalias.BaseTest.test_no_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_kwargs__test.test_logging.BasicConfigTest.test_no_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leading_slash__test.test_httpservers.CGIHTTPServerTestCase.test_no_leading_slash__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_leakage_to_locals__test.test_listcomps.ListComprehensionTest.test_no_leakage_to_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leaking__test.test_subprocess.ProcessTestCase.test_no_leaking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leaking__test.test_subprocess.ProcessTestCaseNoPoll.test_no_leaking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leaky_mangling_in_class__test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leaky_mangling_in_function__test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leaky_mangling_in_module__test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leapdays__test.test_calendar.LeapdaysTestCase.test_no_leapdays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_leapdays_upper_boundary__test.test_calendar.LeapdaysTestCase.test_no_leapdays_upper_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_line__test.test_traceback.TestFrame.test_no_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_line_event_after_creating_generator__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_line_event_after_creating_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_line_event_after_creating_generator__test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_line_event_after_creating_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_line_event_after_creating_generator__test.test_sys_settrace.TestSetLocalTrace.test_no_line_event_after_creating_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_line_event_after_creating_generator__test.test_sys_settrace.TraceOpcodesTestCase.test_no_line_event_after_creating_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_line_event_after_creating_generator__test.test_sys_settrace.TraceTestCase.test_no_line_event_after_creating_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_list_instantiation__test.test_typing.CollectionsAbcTests.test_no_list_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_loader_but_spec__test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_but_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_loader_but_spec__test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_but_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_loader_no_spec_but_source__test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_loader_no_spec_but_source__test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_loader_no_spec_but_sourceless__test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_sourceless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_loader_no_spec_but_sourceless__test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_sourceless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_locals__test.test_traceback.TestStack.test_no_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_locals__test.test_traceback.TestTracebackException.test_no_locals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_main__test.test_zipapp.ZipAppTest.test_no_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mangling_in_bases__test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mangling_in_nested_scopes__test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_nested_scopes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mark__test.test_pickletools.DisTests.test_no_mark_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_marshal__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mask__test.test_ipaddress.InterfaceTestCase_v4.test_no_mask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mask__test.test_ipaddress.InterfaceTestCase_v6.test_no_mask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mask__test.test_ipaddress.NetworkTestCase_v4.test_no_mask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mask__test.test_ipaddress.NetworkTestCase_v6.test_no_mask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_match_single_type__test.test_except_star.TestExceptStarSplitSemantics.test_no_match_single_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_members__test.test_enum.TestSpecial.test_no_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_memleak__test.test_embed.MiscTests.test_no_memleak__'-X_showrefcount_requires_a_Python_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_memory__test.test_repl.TestInteractiveInterpreter.test_no_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_memory_when_clearing__test.test_weakref.ReferencesTestCase.test_no_memory_when_clearing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_more_ids_available__test.test_capi.test_watchers.TestTypeWatchers.test_no_more_ids_available_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_multiple_subscripts__test.test_typing.LiteralTests.test_no_multiple_subscripts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_mutate_namespace__test.test_dataclasses.TestMakeDataclass.test_no_mutate_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_argument__test.test_tarfile.Bz2MiscReadTest.test_no_name_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_argument__test.test_tarfile.GzipMiscReadTest.test_no_name_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_argument__test.test_tarfile.LzmaMiscReadTest.test_no_name_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_argument__test.test_tarfile.MiscReadTest.test_no_name_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_attribute__test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_attribute__test.test_tarfile.GzipMiscReadTest.test_no_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_attribute__test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_attribute__test.test_tarfile.MiscReadTest.test_no_name_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_name_clash__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_no_name_clash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_names_in_pua__test.test_unicodedata.UnicodeFunctionsTest.test_no_names_in_pua_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_nargs_for_action__test.test_optparse.TestOptionChecks.test_no_nargs_for_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_nl_preamble__test.test_email.test_email.TestMIMEMessage.test_no_nl_preamble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_operations_defined__test.test_functools.TestTotalOrdering.test_no_operations_defined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_options__test.test_dataclasses.TestCase.test_no_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_order__test.test_dataclasses.TestOrdering.test_no_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_overflow__test.test_unary.UnaryOpTestCase.test_no_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_package__test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_package__test.test_importlib.test_util.Source_ResolveNameTests.test_no_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_parts_in_a_multipart_with_empty_epilogue__test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_empty_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_parts_in_a_multipart_with_none_epilogue__test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_none_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_password__test.test_zipfile.test_core.DecryptionTests.test_no_password_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_path__test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_path__test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_pip_by_default__test.test_venv.EnsurePipTest.test_no_pip_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_proxy_response_headers__test.test_httplib.TunnelTests.test_no_proxy_response_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_pycache_in_non_package__test.test_compileall.CompileallTestsWithSourceEpoch.test_no_pycache_in_non_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_pycache_in_non_package__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_no_pycache_in_non_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_range__test.test_calendar.LeapdaysTestCase.test_no_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_read_directory__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_read_directory__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_read_directory__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_read_directory__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_redefinition__test.test_typing.TypeVarTests.test_no_redefinition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_redirect_in_init__test.test_contextlib.TestRedirectStderr.test_no_redirect_in_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_redirect_in_init__test.test_contextlib.TestRedirectStdout.test_no_redirect_in_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_refcycle_through_target__test.test_threading.ThreadTests.test_no_refcycle_through_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_refs_to_exception_and_traceback_objects__test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_repr__test.test_dataclasses.TestRepr.test_no_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_repr_is_call_on_the_task_result__test.test_asyncio.test_runners.RunnerTests.test_no_repr_is_call_on_the_task_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_repr_is_called_on_signal_handler__test.test_signal.PosixTests.test_no_repr_is_called_on_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_resources__test.test_contextlib.TestExitStack.test_no_resources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_resources__test.test_contextlib_async.TestAsyncExitStack.test_no_resources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_result_from_enter__test.test_contextlib.TestSuppress.test_no_result_from_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_retained_references_to_wrapper_instance__test.test_warnings.DeprecatedTests.test_no_retained_references_to_wrapper_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_return_comment__test.test_http_cookiejar.CookieTests.test_no_return_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_runtime_deco_on_nominal__test.test_typing.ProtocolTests.test_no_runtime_deco_on_nominal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_save_exc_type__test.test_traceback.TestTracebackException.test_no_save_exc_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_section__test.test_configparser.SectionlessTestCase.test_no_section_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_semis_header_splitter__test.test_email.test_email.TestLongHeaders.test_no_semis_header_splitter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_separating_blank_line__test.test_email.test_email.TestNonConformant.test_no_separating_blank_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_set_data__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_set_data__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_set_instantiation__test.test_typing.CollectionsAbcTests.test_no_set_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_shebang_is_not_executable__test.test_zipapp.ZipAppTest.test_no_shebang_is_not_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_side_effects__test.test_functools.TestPartialC.test_no_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_side_effects__test.test_functools.TestPartialCSubclass.test_no_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_side_effects__test.test_functools.TestPartialPy.test_no_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_side_effects__test.test_functools.TestPartialPySubclass.test_no_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_single_dash__test.test_optparse.TestOptionChecks.test_no_single_dash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_source_file__test.test_trace.TestTrace.test_no_source_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_spec__test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_spec__test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_split_at_umlaut__test.test_textwrap.WrapTestCase.test_no_split_at_umlaut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_split_long_header__test.test_email.test_email.TestLongHeaders.test_no_split_long_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_standard_args_usage__test.test_positional_only_arg.PositionalOnlyTestCase.test_no_standard_args_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_start_boundary__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_no_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_start_boundary__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_no_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_start_boundary__test.test_email.test_email.TestIdempotent.test_no_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_start_boundary__test.test_email.test_email.TestNonConformant.test_no_start_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_std_streams__test.test_cmd_line.CmdLineTest.test_no_std_streams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_stderr__test.test_cmd_line.CmdLineTest.test_no_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_stdin__test.test_cmd_line.CmdLineTest.test_no_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_stdout__test.test_cmd_line.CmdLineTest.test_no_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_stop__test.test_pickletools.DisTests.test_no_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_stop__test.test_pickletools.GenopsTests.test_no_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_subclassing__test.test_type_aliases.TypeAliasTypeTest.test_no_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_subclassing__test.test_typing.LiteralTests.test_no_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_such_conflict_handler__test.test_optparse.TestConflict.test_no_such_conflict_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_such_enum_member__test.test_enum.TestSpecial.test_no_such_enum_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_such_executable__test.test_posix.TestPosixSpawn.test_no_such_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_such_executable__test.test_posix.TestPosixSpawnP.test_no_such_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_such_option__test.test_optparse.TestStandard.test_no_such_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_test_ran_some_test_exist_some_not__test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tests_ran__test.test_regrtest.ArgsTestCase.test_no_tests_ran_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tests_ran_multiple_tests_nonexistent__test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tests_ran_skip__test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tracing_of_named_except_cleanup__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_tracing_of_named_except_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tracing_of_named_except_cleanup__test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_tracing_of_named_except_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tracing_of_named_except_cleanup__test.test_sys_settrace.TestSetLocalTrace.test_no_tracing_of_named_except_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tracing_of_named_except_cleanup__test.test_sys_settrace.TraceOpcodesTestCase.test_no_tracing_of_named_except_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tracing_of_named_except_cleanup__test.test_sys_settrace.TraceTestCase.test_no_tracing_of_named_except_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_trackfd_parameter_on_windows__test.test_mmap.MmapTests.test_no_trackfd_parameter_on_windows__'trackfd_only_fails_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_no_trailing_tab_on_empty_filedate__test.test_difflib.TestOutputFormat.test_no_trailing_tab_on_empty_filedate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tuple_instantiation__test.test_typing.CollectionsAbcTests.test_no_tuple_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_TypeError__test.test_typing.ForwardRefTests.test_no_type_check_TypeError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check__test.test_typing.ForwardRefTests.test_no_type_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_class__test.test_typing.ForwardRefTests.test_no_type_check_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_class_and_static_methods__test.test_typing.ForwardRefTests.test_no_type_check_class_and_static_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_foreign_functions__test.test_typing.ForwardRefTests.test_no_type_check_foreign_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_forward_ref_as_string__test.test_typing.ForwardRefTests.test_no_type_check_forward_ref_as_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_lambda__test.test_typing.ForwardRefTests.test_no_type_check_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_nested_types__test.test_typing.ForwardRefTests.test_no_type_check_nested_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_no_bases__test.test_typing.ForwardRefTests.test_no_type_check_no_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_check_other_module__test.test_typing.ForwardRefTests.test_no_type_check_other_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_type_for_action__test.test_optparse.TestOptionChecks.test_no_type_for_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_types__test.test_dataclasses.TestMakeDataclass.test_no_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tz_str__test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_no_tz_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_tz_str__test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_no_tz_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_unhashable_default__test.test_dataclasses.TestCase.test_no_unhashable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_unicode__test.test_hashlib.HashLibTestCase.test_no_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_unicode_blake2__test.test_hashlib.HashLibTestCase.test_no_unicode_blake2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_unicode_sha3__test.test_hashlib.HashLibTestCase.test_no_unicode_sha3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_unsafe_static_swap__test.test_peepholer.DirectCfgOptimizerTests.test_no_unsafe_static_swap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_unwind_for_shim_frame__test.test_monitoring.ExceptionMonitoringTest.test_no_unwind_for_shim_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_update__test.test_functools.TestUpdateWrapper.test_no_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_update__test.test_functools.TestWraps.test_no_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_value_is_defect__test.test_email.test_headerregistry.TestDateHeader.test_no_value_is_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_version__test.test_optparse.TestVersion.test_no_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_weird_caching_with_issubclass_after_isinstance_2__test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_weird_caching_with_issubclass_after_isinstance_3__test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_weird_caching_with_issubclass_after_isinstance__test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_weird_caching_with_issubclass_after_isinstance_pep695__test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_pep695_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_wraparound_jump__test.test_compile.TestSpecifics.test_no_wraparound_jump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_no_xdg_settings_on_macOS__test.test_webbrowser.BrowserRegistrationTest.test_no_xdg_settings_on_macOS__'macOS_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_noargs__test.test_call.TestCallingConventions.test_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs__test.test_call.TestCallingConventionsClass.test_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs__test.test_call.TestCallingConventionsClassInstance.test_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs__test.test_call.TestCallingConventionsInstance.test_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs__test.test_call.TestCallingConventionsStatic.test_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs__test.test_ctypes.test_win32.FunctionCallTestCase.test_noargs__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_noargs__test.test_float.GeneralFloatCases.test_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg2__test.test_call.TestCallingConventions.test_noargs_error_arg2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg2__test.test_call.TestCallingConventionsClass.test_noargs_error_arg2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg2__test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg2__test.test_call.TestCallingConventionsInstance.test_noargs_error_arg2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg2__test.test_call.TestCallingConventionsStatic.test_noargs_error_arg2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg__test.test_call.TestCallingConventions.test_noargs_error_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg__test.test_call.TestCallingConventionsClass.test_noargs_error_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg__test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg__test.test_call.TestCallingConventionsInstance.test_noargs_error_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_arg__test.test_call.TestCallingConventionsStatic.test_noargs_error_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_ext__test.test_call.TestCallingConventions.test_noargs_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_ext__test.test_call.TestCallingConventionsClass.test_noargs_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_ext__test.test_call.TestCallingConventionsClassInstance.test_noargs_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_ext__test.test_call.TestCallingConventionsInstance.test_noargs_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_ext__test.test_call.TestCallingConventionsStatic.test_noargs_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_kw__test.test_call.TestCallingConventions.test_noargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_kw__test.test_call.TestCallingConventionsClass.test_noargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_kw__test.test_call.TestCallingConventionsClassInstance.test_noargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_kw__test.test_call.TestCallingConventionsInstance.test_noargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_error_kw__test.test_call.TestCallingConventionsStatic.test_noargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_ext__test.test_call.TestCallingConventions.test_noargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_ext__test.test_call.TestCallingConventionsClass.test_noargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_ext__test.test_call.TestCallingConventionsClassInstance.test_noargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_ext__test.test_call.TestCallingConventionsInstance.test_noargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noargs_ext__test.test_call.TestCallingConventionsStatic.test_noargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noascii_add_header__test.test_email.test_email.TestMessageAPI.test_noascii_add_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nobreak_long__test.test_textwrap.LongWordTestCase.test_nobreak_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nocaret__test.test_traceback.TracebackCases.test_nocaret_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nocoverdir__test.test_regrtest.ParseArgsTestCase.test_nocoverdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noctypes_argtype__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_noctypes_argtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_node__test.test_platform.PlatformTest.test_node_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_node_mutate__test.test_ast.test_ast.NodeTransformerTests.test_node_mutate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_node_remove_from_list__test.test_ast.test_ast.NodeTransformerTests.test_node_remove_from_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_node_remove_single__test.test_ast.test_ast.NodeTransformerTests.test_node_remove_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_node_replace__test.test_ast.test_ast.NodeTransformerTests.test_node_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_node_return_list__test.test_ast.test_ast.NodeTransformerTests.test_node_return_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodeclasses__test.test_ast.test_ast.AST_Tests.test_nodeclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist___add____test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___add___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist___radd____test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___radd___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist_copy__test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist_deepcopy__test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_deepcopy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist_item__test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist_length__test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nodelist_pickle_roundtrip__test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_pickle_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noforkbomb__test.test_multiprocessing_fork.test_misc.TestNoForkBomb.test_noforkbomb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noforkbomb__test.test_multiprocessing_forkserver.test_misc.TestNoForkBomb.test_noforkbomb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noforkbomb__test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nohash__test.test_bytes.ByteArrayTest.test_nohash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noinherit__test.test_tempfile.TestMkstempInner.test_noinherit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nokeepref__test.test_contextlib.ContextManagerTestCase.test_nokeepref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nominal_data__test.test_statistics.TestMode.test_nominal_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_abstractness__test.datetimetester.TestTZInfo_Fast.test_non_abstractness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_abstractness__test.datetimetester.TestTZInfo_Pure.test_non_abstractness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii__test.test_cmd_line.CmdLineTest.test_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii__test.test_cmd_line_script.CmdLineTest.test_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_byte__test.test_mmap.MmapTests.test_non_ascii_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_chars_do_not_cause_inf_loop__test.test_email.test_policy.PolicyAPITests.test_non_ascii_chars_do_not_cause_inf_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_filename_receiver_application_octet_stream__test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_application_octet_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_filename_receiver_image_jpeg__test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_image_jpeg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_filename_receiver_message_external_body__test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_filename_receiver_message_rfc822__test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_filename_receiver_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_filename_receiver_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_identifiers__test.test_tokenize.GenerateTokensTest.test_non_ascii_identifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_identifiers__test.test_tokenize.TokenizeTest.test_non_ascii_identifiers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_infile__test.test_json.test_tool.TestTool.test_non_ascii_infile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_ascii_username_in_addr_spec_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_non_ascii_username_in_addr_spec_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_bmp_characters__test.test_plistlib.TestPlistlib.test_non_bmp_characters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_bmp_normalized__test.test_unicode_identifiers.PEP3131Test.test_non_bmp_normalized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_breaking_space__test.test_textwrap.WrapTestCase.test_non_breaking_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_callable__test.test_unittest.testmock.testcallable.TestCallable.test_non_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_callable_classmethod__test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_callable_progress__test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_callable_staticmethod__test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_code_marshal__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_contiguous_blob__test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_continuous_buffer__test.test_pickle.CPicklingErrorTests.test_non_continuous_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_continuous_buffer__test.test_pickle.PyPicklingErrorTests.test_non_continuous_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_debug__test.test_asyncio.test_runners.RunnerTests.test_non_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_descriptor__test.test_dataclasses.TestDescriptors.test_non_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_descriptors__test.test_inspect.test_inspect.TestIsMethodDescriptor.test_non_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_directory__test.test_tempfile.TestMkdtemp.test_non_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_directory__test.test_tempfile.TestMkstempInner.test_non_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_empty__test.test_argparse.TestNamespaceContainsSimple.test_non_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_file_raises_OSError__test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_src__test.test_shutil.TestZeroCopyMACOS.test_non_existent_src__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_non_existent_src__test.test_shutil.TestZeroCopySendfile.test_non_existent_src_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.MiscReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existent_tarfile__test.test_tarfile.StreamReadTest.test_non_existent_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existing__test.test_tarfile.AppendTest.test_non_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_existing_multicall__test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_frozen_normal_derived__test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_frozen_normal_derived_from_empty_frozen__test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived_from_empty_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_gc__test.test_finalization.SimpleFinalizationTest.test_non_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_gc_resurrect__test.test_finalization.SimpleFinalizationTest.test_non_gc_resurrect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_gen_values__test.test_types.CoroutineTests.test_non_gen_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_generic_subscript__test.test_collections.TestNamedTuple.test_non_generic_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_generic_subscript__test.test_typing.GenericTests.test_non_generic_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_generic_subscript__test.test_typing.NamedTupleTests.test_non_generic_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_generic_subscript__test.test_typing.TypedDictTests.test_non_generic_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_identifier_field_names__test.test_dataclasses.TestMakeDataclass.test_non_identifier_field_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_interactive_output_buffering__test.test_cmd_line.CmdLineTest.test_non_interactive_output_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_interned_future_from_ast__test.test_ast.test_ast.AST_Tests.test_non_interned_future_from_ast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_latin_character_string__test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_character_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_latin_number_string__test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_number_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_matching_mode__test.test_shutil.TestWhich.test_non_matching_mode__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_non_matching_mode__test.test_shutil.TestWhichBytes.test_non_matching_mode__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_non_module_from_import_error__test.test_import.ImportTests.test_non_module_from_import_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_namespace_package_takes_precedence__test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_numeric_input_types__test.test_float.GeneralFloatCases.test_non_numeric_input_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_numeric_input_types__test.test_int.IntTestCases.test_non_numeric_input_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_numeric_types__test.test_statistics.CoerceTest.test_non_numeric_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_obvious_encoding__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_obvious_encoding__test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_obvious_encoding__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_obvious_encoding__test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_protocol_subclasses__test.test_typing.ProtocolTests.test_non_protocol_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_regular_file_dst__test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_regular_file_src__test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_runtime_protocol_isinstance_check__test.test_typing.ProtocolTests.test_non_runtime_protocol_isinstance_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_seekable_file__test.test_gzip.TestGzip.test_non_seekable_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_sequence__test.test_bisect.TestErrorHandlingC.test_non_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_sequence__test.test_bisect.TestErrorHandlingPython.test_non_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_sequence__test.test_heapq.TestErrorHandlingC.test_non_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_sequence__test.test_heapq.TestErrorHandlingPython.test_non_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_shareable_int__test.test__interpreters.ShareableTypeTests.test_non_shareable_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_standard_types__test.test_mimetypes.MimeTypesTestCase.test_non_standard_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_str_arg__test.test_codecs.ExceptionNotesTest.test_non_str_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_str_argument__test.test_exceptions.ImportErrorTests.test_non_str_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_str_name__test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_string_key__test.test_frame.TestFrameLocals.test_non_string_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_string_keys_dict__test.test_json.test_fail.TestCFail.test_non_string_keys_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_string_keys_dict__test.test_json.test_fail.TestPyFail.test_non_string_keys_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_text_encoding_codecs_are_rejected__test.test_io.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_text_encoding_codecs_are_rejected__test.test_io.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_trivial_q__test.test_email.test__encoded_words.TestDecode.test_non_trivial_q_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_utf8__test.test_exceptions.SyntaxErrorTests.test_non_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_non_utf8_encoding__test.test_pdb.PdbTestCase.test_non_utf8_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii__test.test_readline.TestReadline.test_nonascii__\"the_LC_CTYPE_locale_is_'C'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_nonascii__test.test_warnings.CEnvironmentVariableTests.test_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii__test.test_warnings.PyEnvironmentVariableTests.test_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii__test.test_xmlrpc.SimpleServerTestCase.test_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_abspath__test.test_ntpath.NtCommonTest.test_nonascii_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_abspath__test.test_posixpath.PosixCommonTest.test_nonascii_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_add_header_via_triple__test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_via_triple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_add_header_with_tspecial__test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_with_tspecial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_as_string_with_ascii_charset__test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_with_ascii_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_as_string_without_content_type_and_cte__test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_content_type_and_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_as_string_without_cte__test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_digits_rejected__test.test_json.test_decode.TestCDecode.test_nonascii_digits_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_digits_rejected__test.test_json.test_decode.TestPyDecode.test_nonascii_digits_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_filename__test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_filename__test.test_dbm_gnu.TestGdbm.test_nonascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_filename__test.test_dbm_ndbm.DbmTestCase.test_nonascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_history__test.test_readline.TestHistoryManipulation.test_nonascii_history__\"Locale_cannot_encode_test_data:_'locale'_codec_can't_encode_character_'\\\\xe9'_in_position_4:_encoding_error\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_nonascii_keywords__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nonascii_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonascii_methodname__test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonasciidef__test.test_type_comments.TypeCommentTests.test_nonasciidef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbinary_file__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblock_pipe_write_bigbuf__test.test_io.CMiscIOTest.test_nonblock_pipe_write_bigbuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblock_pipe_write_bigbuf__test.test_io.PyMiscIOTest.test_nonblock_pipe_write_bigbuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblock_pipe_write_smallbuf__test.test_io.CMiscIOTest.test_nonblock_pipe_write_smallbuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblock_pipe_write_smallbuf__test.test_io.PyMiscIOTest.test_nonblock_pipe_write_smallbuf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblocking_get__test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblocking_get_exception__test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblocking_put__test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonblocking_put_exception__test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbmp__test.test_codecs.UTF16BETest.test_nonbmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbmp__test.test_codecs.UTF16LETest.test_nonbmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbmp__test.test_codecs.UTF7Test.test_nonbmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbmp__test.test_ctypes.test_strings.WStringArrayTestCase.test_nonbmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbuffered_textio__test.test_io.CIOTest.test_nonbuffered_textio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonbuffered_textio__test.test_io.PyIOTest.test_nonbuffered_textio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noncallable_constructor__test.test_copyreg.CopyRegTestCase.test_noncallable_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noncallable_reduce__test.test_copyreg.CopyRegTestCase.test_noncallable_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nondefault_after_default__test.test_type_params.DefaultsTest.test_nondefault_after_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nondictroot__test.test_plistlib.TestPlistlib.test_nondictroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none__test.test_sqlite3.test_types.ColNamesTests.test_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_args__test.test_decimal.CContextAPItests.test_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_args__test.test_decimal.CUsabilityTest.test_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_args__test.test_decimal.PyContextAPItests.test_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_args__test.test_decimal.PyUsabilityTest.test_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_args__test.test_fileio.CAutoFileTests.test_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_args__test.test_fileio.PyAutoFileTests.test_none_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_arguments__test.test_bytes.ByteArrayTest.test_none_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_arguments__test.test_bytes.BytesTest.test_none_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_arguments__test.test_str.StrTest.test_none_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_arguments__test.test_userstring.UserStringTest.test_none_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_as_default_interpolation__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_none_as_default_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_as_value_stringified__test.test_configparser.Issue7005TestCase.test_none_as_value_stringified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_as_value_stringified_raw__test.test_configparser.Issue7005TestCase.test_none_as_value_stringified_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_assignment__test.test_compile.TestSpecifics.test_none_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_checks__test.test_ast.test_ast.AST_Tests.test_none_checks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_data__test.test_statistics.TestMode.test_none_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_file_actions__test.test_posix.TestPosixSpawn.test_none_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_file_actions__test.test_posix.TestPosixSpawnP.test_none_file_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_in_tuples__test.test_sort.TestOptimizedCompares.test_none_in_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_keyword_arg__test.test_compile.TestSpecifics.test_none_keyword_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_member__test.test_enum.TestPlainFlagClass.test_none_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_on_callable_blocks_implementation__test.test_typing.ProtocolTests.test_none_on_callable_blocks_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_on_non_callable_doesnt_block_implementation__test.test_typing.ProtocolTests.test_none_on_non_callable_doesnt_block_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_successful__test.test_asyncio.test_staggered.StaggeredTests.test_none_successful_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_timeout__test.test_asyncio.test_waitfor.WaitForShieldTests.test_none_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_to_pointer_fields__test.test_ctypes.test_structures.PointerMemberTestCase.test_none_to_pointer_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_treated_correctly__test.test_typing.ProtocolTests.test_none_treated_correctly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_type__test.test_types.TypesTests.test_none_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_none_value_is_not_a_keyword__test.test_keyword.Test_iskeyword.test_none_value_is_not_a_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonempty_list__test.test_tempfile.TestCandidateTempdirList.test_nonempty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonempty_maildir_both__test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonempty_maildir_cur__test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonempty_maildir_new__test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonencodable_global_name_error__test.test_pickle.CPicklingErrorTests.test_nonencodable_global_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonencodable_global_name_error__test.test_pickle.PyPicklingErrorTests.test_nonencodable_global_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonencodable_module_name_error__test.test_pickle.CPicklingErrorTests.test_nonencodable_module_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonencodable_module_name_error__test.test_pickle.PyPicklingErrorTests.test_nonencodable_module_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_file__test.test_shutil.TestWhich.test_nonexistent_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_file__test.test_shutil.TestWhichBytes.test_nonexistent_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_from_package__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_from_package__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_fromlist_entry__test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_fromlist_entry__test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_fromlist_entry__test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_fromlist_entry__test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_in_all__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_in_all__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_module__test.test_import.ImportTracebackTests.test_nonexistent_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_module__test.test_pdb.PdbTestCase.test_nonexistent_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_module_nested__test.test_import.ImportTracebackTests.test_nonexistent_module_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_object__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexistent_object__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexisting_directory__test.test_tempfile.TestMkdtemp.test_nonexisting_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexisting_directory__test.test_tempfile.TestMkstempInner.test_nonexisting_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexisting_file__test.test_dbm_gnu.TestGdbm.test_nonexisting_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexisting_file__test.test_dbm_ndbm.DbmTestCase.test_nonexisting_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexisting_script__test.test_cmd_line_script.CmdLineTest.test_nonexisting_script_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonexisting_with_pipes__test.test_subprocess.ProcessTestCase.test_nonexisting_with_pipes__'need_msvcrt.CrtSetReportMode'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_nonexisting_with_pipes__test.test_subprocess.ProcessTestCaseNoPoll.test_nonexisting_with_pipes__'need_msvcrt.CrtSetReportMode'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_nongroup_first__test.test_argparse.TestPositionalsGroups.test_nongroup_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonhash_value__test.test_enum.TestSpecial.test_nonhash_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonhashable_matches_hashable__test.test_enum.TestSpecial.test_nonhashable_matches_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonint_types__test.test_ctypes.test_bitfields.BitFieldTest.test_nonint_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noninteger_gid__test.test_grp.GroupDatabaseTestCase.test_noninteger_gid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.EnumerateStartTestCase.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.EnumerateTestCase.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.SubclassTestCase.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.TestBig.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.TestEmpty.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.TestLongStart.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noniterable__test.test_enumerate.TestStart.test_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal__test.test_ast.test_ast.ASTValidatorTests.test_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal__test.test_grammar.GrammarTests.test_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal__test.test_symtable.SymtableTest.test_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal__test.test_unparse.UnparseTestCase.test_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal_allowed__test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_allowed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal_disallowed_01__test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal_disallowed_02__test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal_disallowed_03__test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal_param_err_first__test.test_syntax.SyntaxTestCase.test_nonlocal_param_err_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonlocal_vars__test.test_inspect.test_inspect.TestGetClosureVars.test_nonlocal_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonmodule_with_methods____main__.Frozen_NonModuleExtensionTests.test_nonmodule_with_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonmodule_with_methods____main__.Source_NonModuleExtensionTests.test_nonmodule_with_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonmultipart_is_not_multipart__test.test_email.test_email.TestNonMultipart.test_nonmultipart_is_not_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.CBufferedRandomTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.CBufferedReaderTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.CBufferedWriterTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.CTextIOWrapperTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.PyBufferedRandomTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.PyBufferedReaderTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.PyBufferedWriterTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnormalized_close_error_on_close__test.test_io.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonnull_lang__test.test_email.test__encoded_words.TestDecode.test_nonnull_lang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonreflexive__test.test_contains.TestContains.test_nonreflexive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonruntime_protocol_interaction_with_evil_classproperty__test.test_typing.ProtocolTests.test_nonruntime_protocol_interaction_with_evil_classproperty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonstandard_refs_size__test.test_plistlib.TestBinaryPlistlib.test_nonstandard_refs_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonstream_socket__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonstring_seq_values__test.test_urllib.urlencode_Tests.test_nonstring_seq_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonstring_values__test.test_urllib.urlencode_Tests.test_nonstring_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nonzero__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_nonzero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noop__test.test_poplib.TestPOP3Class.test_noop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noop__test.test_poplib.TestPOP3_SSLClass.test_noop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noop__test.test_poplib.TestPOP3_TLSClass.test_noop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nooptionerror__test.test_configparser.ExceptionPicklingTestCase.test_nooptionerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nop__test.test_os.FSEncodingTests.test_nop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noquote_dump__test.test_email.test_email.TestMiscellaneous.test_noquote_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noraise_finally__test.test_raise.TestContext.test_noraise_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normal__test.datetimetester.TestTZInfo_Fast.test_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normal__test.datetimetester.TestTZInfo_Pure.test_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normal__test.test_hmac.ConstructorTestCase.test_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normal_integers__test.test_types.TypesTests.test_normal_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normal_string__test.test_print.TestPy2MigrationHint.test_normal_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalization__test.test_unicodedata.NormalizationTest.test_normalization__\"resource_'network'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_normalize__test.test_decimal.CContextAPItests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize__test.test_decimal.PyContextAPItests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize__test.test_unicode_file_functions.UnicodeFileTests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize__test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize__test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize__test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize__test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalize_test_name__test.test_regrtest.TestUtils.test_normalize_test_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalized_name__test.test_hashlib.KDFTests.test_normalized_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normalized_name__test.test_importlib.metadata.test_zip.TestEgg.test_normalized_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normcase__test.test_ntpath.NtCommonTest.test_normcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normcase__test.test_ntpath.TestNtpath.test_normcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normcase__test.test_posixpath.PosixCommonTest.test_normcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normcase_invalid_paths__test.test_ntpath.TestNtpath.test_normcase_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath__test.test_ntpath.TestNtpath.test_normpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath__test.test_posixpath.PosixPathTest.test_normpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath_invalid_paths__test.test_ntpath.TestNtpath.test_normpath_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath_issue106242__test.test_ntpath.NtCommonTest.test_normpath_issue106242_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath_issue106242__test.test_posixpath.PosixCommonTest.test_normpath_issue106242_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath_issue5827__test.test_ntpath.NtCommonTest.test_normpath_issue5827_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_normpath_issue5827__test.test_posixpath.PosixCommonTest.test_normpath_issue5827_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nosectionerror__test.test_configparser.ExceptionPicklingTestCase.test_nosectionerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noserver__test.test_logging.SocketHandlerTest.test_noserver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noserver__test.test_logging.UnixSocketHandlerTest.test_noserver_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_noshell_sequence_with_spaces__test.test_subprocess.CommandsWithSpaces.test_noshell_sequence_with_spaces__'Windows-specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_noshell_string_with_spaces__test.test_subprocess.CommandsWithSpaces.test_noshell_string_with_spaces__'Windows-specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_noslash__test.test_urlparse.UrlParseTestCase.test_noslash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nosort__test.test_bytes.ByteArrayTest.test_nosort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not___test.test_operator.COperatorTestCase.test_not__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not___test.test_operator.PyOperatorTestCase.test_not__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not__test.test_richcmp.MiscTest.test_not_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_all_tuples__test.test_sort.TestOptimizedCompares.test_not_all_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_an_index_issue15559__test.test_ipaddress.AddressTestCase_v4.test_not_an_index_issue15559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_an_index_issue15559__test.test_ipaddress.AddressTestCase_v6.test_not_an_index_issue15559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_an_index_issue15559__test.test_ipaddress.InterfaceTestCase_v4.test_not_an_index_issue15559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_an_index_issue15559__test.test_ipaddress.InterfaceTestCase_v6.test_not_an_index_issue15559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_an_index_issue15559__test.test_ipaddress.NetworkTestCase_v4.test_not_an_index_issue15559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_an_index_issue15559__test.test_ipaddress.NetworkTestCase_v6.test_not_an_index_issue15559_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_ascii__test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_builtin__test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_builtin__test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_callable_spec_as_list__test.test_unittest.testmock.testpatch.PatchTest.test_not_callable_spec_as_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_closing_quotes__test.test_fstring.TestCase.test_not_closing_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_destroyed__test.test_interpreters.test_queues.LowLevelTests.test_not_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_equal__test.test_fstring.TestCase.test_not_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_equality__test.test_typing.NoReturnTests.test_not_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_generic__test.test_type_aliases.TypeAliasConstructorTest.test_not_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_generic__test.test_typing.NeverTests.test_not_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_generic__test.test_typing.NoReturnTests.test_not_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_hashable__test.test_hash.HashInheritanceTestCase.test_not_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_hashable_nodes__test.test_graphlib.TestTopologicalSort.test_not_hashable_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_here__test.test_pydoc.test_pydoc.PydocDocTest.test_not_here_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented__test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented__test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented__test.test_asyncio.test_transports.TransportTests.test_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented__test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented__test.test_asyncio.test_unix_events.BaseChildWatcherTests.test_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented__test.test_descr.ClassPropertiesAndMethods.test_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_implemented_async__test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_in__test.test_set.TestBasicOpsSingleton.test_not_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_in__test.test_set.TestBasicOpsTuple.test_not_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_in_compare__test.test_dataclasses.TestCase.test_not_in_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_in_gc__test.test_audit.AuditTest.test_not_in_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_in_repr__test.test_dataclasses.TestCase.test_not_in_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_last__test.test_raise.TestContext.test_not_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_literal__test.test_re.ReTests.test_not_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_other_dataclass__test.test_dataclasses.TestCase.test_not_other_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_serializable__test.test_json.test_fail.TestCFail.test_not_serializable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_serializable__test.test_json.test_fail.TestPyFail.test_not_serializable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_shareable__test.test__interpreters.IsShareableTests.test_not_shareable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_shareable__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_not_shareable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_shareable__test.test_interpreters.test_api.TestIsShareable.test_not_shareable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_supported_error__test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_symlink__test.test_os.ReadlinkTests.test_not_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_tuple__test.test_dataclasses.TestCase.test_not_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_using_frozen__test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_not_using_frozen__test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notes__test.test_exceptions.ExceptionTests.test_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nothing__test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nothing__test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nothing__test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nothing__test.test_importlib.test_util.Source_FindSpecTests.test_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nothing_to_repeat__test.test_re.ReTests.test_nothing_to_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nothing_to_reraise__test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_asyncio.test_locks.ConditionTests.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_threading.ConditionTests.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify__test.test_threading.EventTests.test_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_asyncio.test_locks.ConditionTests.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_all_unacquired__test.test_asyncio.test_locks.ConditionTests.test_notify_all_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_n__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notify_unacquired__test.test_asyncio.test_locks.ConditionTests.test_notify_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_functools.TestTotalOrdering.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_mailbox.TestMailboxSuperclass.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_pickle.CDumpPickle_LoadPickle.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_pickle.CPicklerTests.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_pickle.DumpPickle_CLoadPickle.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_pickle.InMemoryPickleTests.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_pickle.PyPicklerTests.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented__test.test_pickletools.OptimizedPickleTests.test_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notimplemented_type__test.test_types.TypesTests.test_notimplemented_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notint_count__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notint_offset__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notrace_lambda__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_notrace_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notrace_lambda__test.test_sys_settrace.TestLinesAfterTraceStarted.test_notrace_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notrace_lambda__test.test_sys_settrace.TestSetLocalTrace.test_notrace_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notrace_lambda__test.test_sys_settrace.TraceOpcodesTestCase.test_notrace_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_notrace_lambda__test.test_sys_settrace.TraceTestCase.test_notrace_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_os.SpawnTests.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_queue.CLifoQueueTest.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_queue.CPriorityQueueTest.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_queue.CQueueTest.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_queue.PyLifoQueueTest.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_queue.PyPriorityQueueTest.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowait__test.test_queue.PyQueueTest.test_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nowindows__test.test_regrtest.ParseArgsTestCase.test_nowindows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_npn_protocols__test.test_ssl.ThreadedTests.test_npn_protocols_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_events__test.test_xml_etree.XMLPullParserTest.test_ns_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_events__test.test_xml_etree_c.XMLPullParserTest.test_ns_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_events_start__test.test_xml_etree.XMLPullParserTest.test_ns_events_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_events_start__test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_events_start_end__test.test_xml_etree.XMLPullParserTest.test_ns_events_start_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_events_start_end__test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_parser__test.test_http_cookiejar.CookieTests.test_ns_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ns_parser_special_names__test.test_http_cookiejar.CookieTests.test_ns_parser_special_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nsattrs_empty__test.test_sax.XmlReaderTest.test_nsattrs_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nsattrs_wattr__test.test_sax.XmlReaderTest.test_nsattrs_wattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nsmallest__test.test_heapq.TestHeapC.test_nsmallest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nsmallest__test.test_heapq.TestHeapPython.test_nsmallest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nt_helpers__test.test_ntpath.TestNtpath.test_nt_helpers__\"OS_helpers_require_'nt'_module\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_nt_venv_scheme__test.test_sysconfig.TestSysConfig.test_nt_venv_scheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null__test.test_csv.TestDialectExcel.test_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null__test.test_tarfile.AppendTest.test_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null__test.test_xxlimited.TestXXLimited35.test_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_address__test.test_email.test_headerregistry.TestAddressAndGroup.test_null_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_bytes__test.test_ast.test_ast.AST_Tests.test_null_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_character__test.test_sqlite3.test_regression.RegressionTests.test_null_character_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_dlsym__test.test_ctypes.test_dlerror.TestNullDlsym.test_null_dlsym_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_group__test.test_email.test_headerregistry.TestAddressAndGroup.test_null_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_hash__test.test_hash.BytesHashRandomizationTests.test_null_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_hash__test.test_hash.MemoryviewHashRandomizationTests.test_null_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_hash__test.test_hash.StrHashRandomizationTests.test_null_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_slots____main__.Frozen_NonModuleExtensionTests.test_null_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_slots____main__.Source_NonModuleExtensionTests.test_null_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.Bz2MiscReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.Bz2StreamReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.GzipMiscReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.GzipStreamReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.LzmaMiscReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.LzmaStreamReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.MiscReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_tarfile__test.test_tarfile.StreamReadTest.test_null_tarfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_terminated__test.test_compile.TestSpecifics.test_null_terminated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_translations_fallback__test.test_gettext.FallbackTestCase.test_null_translations_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_null_type_doc__test.test_capi.test_misc.CAPITest.test_null_type_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nullcoding__test.test_multibytecodec.Test_MultibyteCodec.test_nullcoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nullcontext__test.test_contextlib.NullcontextTestCase.test_nullcontext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nullpat__test.test_bufio.CBufferSizeTest.test_nullpat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_nullpat__test.test_bufio.PyBufferSizeTest.test_nullpat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_num__test.test_ast.test_ast.ASTValidatorTests.test_num_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_num_tickest__test.test_ssl.ContextTests.test_num_tickest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number1__test.test_sqlite3.test_types.DeclTypesTests.test_number1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number_class__test.test_decimal.CContextAPItests.test_number_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number_class__test.test_decimal.PyContextAPItests.test_number_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number_field_limits__test.test_tarfile.MiscTest.test_number_field_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number_followed_by_name__test.test_tokenize.InvalidPythonTests.test_number_followed_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number_reset_and_order_cleanup__test.test_enum.OldTestFlag.test_number_reset_and_order_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_number_starting_with_zero__test.test_tokenize.InvalidPythonTests.test_number_starting_with_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numbers__test.test_array.ArrayReconstructorTest.test_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numbers__test.test_ctypes.test_repr.ReprTest.test_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numbers__test.test_reprlib.ReprTests.test_numbers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numeric__test.test_unicodedata.UnicodeFunctionsTest.test_numeric_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numeric__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_numeric_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numeric_arrays__test.test_ctypes.test_arrays.ArrayTestCase.test_numeric_arrays_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numeric_literals__test.test_hash.HashEqualityTestCase.test_numeric_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numeric_options__test.test_optparse.TestParseNumber.test_numeric_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numeric_types__test.test_types.TypesTests.test_numeric_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_numerictestcase_is_testcase__test.test_statistics.TestNumericTestCase.test_numerictestcase_is_testcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o__test.test_call.TestCallingConventions.test_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o__test.test_call.TestCallingConventionsClass.test_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o__test.test_call.TestCallingConventionsClassInstance.test_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o__test.test_call.TestCallingConventionsInstance.test_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o__test.test_call.TestCallingConventionsStatic.test_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_arg_kw__test.test_call.TestCallingConventions.test_o_error_arg_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_arg_kw__test.test_call.TestCallingConventionsClass.test_o_error_arg_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_arg_kw__test.test_call.TestCallingConventionsClassInstance.test_o_error_arg_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_arg_kw__test.test_call.TestCallingConventionsInstance.test_o_error_arg_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_arg_kw__test.test_call.TestCallingConventionsStatic.test_o_error_arg_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_ext__test.test_call.TestCallingConventions.test_o_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_ext__test.test_call.TestCallingConventionsClass.test_o_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_ext__test.test_call.TestCallingConventionsClassInstance.test_o_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_ext__test.test_call.TestCallingConventionsInstance.test_o_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_ext__test.test_call.TestCallingConventionsStatic.test_o_error_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_kw__test.test_call.TestCallingConventions.test_o_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_kw__test.test_call.TestCallingConventionsClass.test_o_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_kw__test.test_call.TestCallingConventionsClassInstance.test_o_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_kw__test.test_call.TestCallingConventionsInstance.test_o_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_kw__test.test_call.TestCallingConventionsStatic.test_o_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_no_arg__test.test_call.TestCallingConventions.test_o_error_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_no_arg__test.test_call.TestCallingConventionsClass.test_o_error_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_no_arg__test.test_call.TestCallingConventionsClassInstance.test_o_error_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_no_arg__test.test_call.TestCallingConventionsInstance.test_o_error_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_no_arg__test.test_call.TestCallingConventionsStatic.test_o_error_no_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_two_args__test.test_call.TestCallingConventions.test_o_error_two_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_two_args__test.test_call.TestCallingConventionsClass.test_o_error_two_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_two_args__test.test_call.TestCallingConventionsClassInstance.test_o_error_two_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_two_args__test.test_call.TestCallingConventionsInstance.test_o_error_two_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_error_two_args__test.test_call.TestCallingConventionsStatic.test_o_error_two_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_ext__test.test_call.TestCallingConventions.test_o_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_ext__test.test_call.TestCallingConventionsClass.test_o_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_ext__test.test_call.TestCallingConventionsClassInstance.test_o_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_ext__test.test_call.TestCallingConventionsInstance.test_o_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_o_ext__test.test_call.TestCallingConventionsStatic.test_o_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obj_field__test.test_functools.TestCmpToKeyC.test_obj_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obj_field__test.test_functools.TestCmpToKeyPy.test_obj_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object__test.test_reprlib.LongReprTest.test_object__'need_a_suitable_object'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_object_ascii__test.test_capi.test_abstract.CAPITest.test_object_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_bytes__test.test_capi.test_abstract.CAPITest.test_object_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_class__test.test_descr.ClassPropertiesAndMethods.test_object_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_class_assignment_between_heaptypes_and_nonheaptypes__test.test_descr.ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_dead__test.test_weakref.WeakMethodTestCase.test_object_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_delattr__test.test_capi.test_abstract.CAPITest.test_object_delattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_delattrstring__test.test_capi.test_abstract.CAPITest.test_object_delattrstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_delitem__test.test_capi.test_abstract.CAPITest.test_object_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_dict__test.test_capi.test_watchers.TestDictWatchers.test_object_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_generichash__test.test_capi.test_abstract.CAPITest.test_object_generichash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_getattr__test.test_capi.test_abstract.CAPITest.test_object_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_getattrstring__test.test_capi.test_abstract.CAPITest.test_object_getattrstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_getitem__test.test_capi.test_abstract.CAPITest.test_object_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_getoptionalattr__test.test_capi.test_abstract.CAPITest.test_object_getoptionalattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_getoptionalattrstring__test.test_capi.test_abstract.CAPITest.test_object_getoptionalattrstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_hasattr__test.test_capi.test_abstract.CAPITest.test_object_hasattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_hasattrstring__test.test_capi.test_abstract.CAPITest.test_object_hasattrstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_hasattrstringwitherror__test.test_capi.test_abstract.CAPITest.test_object_hasattrstringwitherror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_hasattrwitherror__test.test_capi.test_abstract.CAPITest.test_object_hasattrwitherror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_lookup_is_quite_lazy__test.test_unittest.testmock.testpatch.PatchTest.test_object_lookup_is_quite_lazy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_new__test.test_descr.ClassPropertiesAndMethods.test_object_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_new_and_init_with_parameters__test.test_descr.ClassPropertiesAndMethods.test_object_new_and_init_with_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_new_with_many_abstractmethods__test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_new_with_one_abstractmethod__test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_not_callable__test.test_call.CFunctionCallsErrorMessages.test_object_not_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_pairs_hook__test.test_json.test_decode.TestCDecode.test_object_pairs_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_pairs_hook__test.test_json.test_decode.TestPyDecode.test_object_pairs_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_pairs_hook_with_unicode__test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_pairs_hook_with_unicode__test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_reduce__test.test_descr.PicklingTests.test_object_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_repr__test.test_capi.test_abstract.CAPITest.test_object_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_set_item_single_instance_non_str_key__test.test_dict.DictTest.test_object_set_item_single_instance_non_str_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_setattr__test.test_capi.test_abstract.CAPITest.test_object_setattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_setattrstring__test.test_capi.test_abstract.CAPITest.test_object_setattrstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_setitem__test.test_capi.test_abstract.CAPITest.test_object_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_str__test.test_capi.test_abstract.CAPITest.test_object_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_to_time_t__test.test_time.TestOldPyTime.test_object_to_time_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_to_timespec__test.test_time.TestOldPyTime.test_object_to_timespec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_to_timeval__test.test_time.TestOldPyTime.test_object_to_timeval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_object_with_slots__test.test_functools.TestCachedProperty.test_object_with_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_objecttypes__test.test_sys.SizeofTest.test_objecttypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_objmethods__test.test_enumerate.TestReversed.test_objmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obscure_super_errors__test.test_super.TestSuper.test_obscure_super_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_rfc850_date_format__test.test_http_cookies.CookieTests.test_obsolete_rfc850_date_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.ByteTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.DoubleTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.FloatTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.IntTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.LongLongTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.LongTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.ShortTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UCS4Test.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UnicodeTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UnsignedByteTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UnsignedIntTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UnsignedLongLongTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UnsignedLongTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_array.UnsignedShortTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_obsolete_write_lock__test.test_bytes.ByteArrayTest.test_obsolete_write_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oct__test.test_builtin.BuiltinTest.test_oct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oct_baseline__test.test_int_literal.TestHexOctBin.test_oct_baseline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oct_unsigned__test.test_int_literal.TestHexOctBin.test_oct_unsigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_octal_and_hex__test.test_plistlib.TestPlutil.test_octal_and_hex__'plutil_utility_is_for_Mac_os'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_octet_length__test.test_ipaddress.AddressTestCase_v4.test_octet_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_octet_limit__test.test_ipaddress.AddressTestCase_v4.test_octet_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_bug__test.test_range.RangeTest.test_odd_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_decimals__test.test_statistics.TestMedian.test_odd_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_decimals__test.test_statistics.TestMedianGrouped.test_odd_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_decimals__test.test_statistics.TestMedianHigh.test_odd_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_decimals__test.test_statistics.TestMedianLow.test_odd_decimals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_flush__test.test_zlib.CompressObjectTestCase.test_odd_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_fractions__test.test_statistics.TestMedian.test_odd_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_fractions__test.test_statistics.TestMedianGrouped.test_odd_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_fractions__test.test_statistics.TestMedianHigh.test_odd_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_fractions__test.test_statistics.TestMedianLow.test_odd_fractions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_ints__test.test_statistics.TestMedian.test_odd_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_ints__test.test_statistics.TestMedianGrouped.test_odd_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_ints__test.test_statistics.TestMedianHigh.test_odd_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_ints__test.test_statistics.TestMedianLow.test_odd_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_number_repeated__test.test_statistics.TestMedianGrouped.test_odd_number_repeated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_odd_sizes__test.test_collections.TestNamedTuple.test_odd_sizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_offset__test.test_mmap.MmapTests.test_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_offset__test.test_strptime.StrptimeTests.test_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_offset_boundaries__test.datetimetester.TestTimeZone_Fast.test_offset_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_offset_boundaries__test.datetimetester.TestTimeZone_Pure.test_offset_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_offset_overflow__test.test_os.TestSendfile.test_offset_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_constant_nodes__test.test_ast.test_ast.NodeTransformerTests.test_old_constant_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_constant_nodes__test.test_ast.test_ast.NodeVisitorTests.test_old_constant_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_threading_api__test.test_threading.ThreadTests.test_old_threading_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_timestamp__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_timestamp__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_timestamp__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_old_timestamp__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs0_1__test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs0_1_kw__test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs0_2__test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs0_2_kw__test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs1_0__test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs1_0_kw__test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs1_1_kw__test.test_call.CFunctionCallsErrorMessages.test_oldargs1_1_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs1_2__test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oldargs1_2_kw__test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oledll__test.test_ctypes.test_checkretval.Test.test_oledll__'ctypes.oledll_is_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_on_conflict_abort_raises_with_explicit_transactions__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_abort_raises_without_transactions__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_fail__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_ignore__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_replace__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_rollback__test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_rollback_with_explicit_transaction__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_conflict_rollback_without_transaction__test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_on_error__test.test_shutil.TestRmTree.test_on_error__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_on_exc__test.test_shutil.TestRmTree.test_on_exc__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_once__test.test_warnings.CFilterTests.test_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_once__test.test_warnings.PyFilterTests.test_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_onceregistry__test.test_warnings._WarningsTests.test_onceregistry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one__test.test__interpreters.DestroyTests.test_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_argument_type__test.test_types.ClassCreationTests.test_one_argument_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_cancellation__test.test_asyncio.test_tasks.FutureGatherTests.test_one_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_delete__test.test_difflib.TestWithAscii.test_one_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_distribution__test.test_importlib.metadata.test_zip.TestEgg.test_one_distribution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_distribution__test.test_importlib.metadata.test_zip.TestZip.test_one_distribution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_environment_variable__test.test_subprocess.ProcessTestCase.test_one_environment_variable__'The_Python_shared_library_cannot_be_loaded_without_some_system_environments.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_one_environment_variable__test.test_subprocess.ProcessTestCaseNoPoll.test_one_environment_variable__'The_Python_shared_library_cannot_be_loaded_without_some_system_environments.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_one_ew_on_each_of_two_wrapped_lines__test.test_email.test__header_value_parser.TestFolding.test_one_ew_on_each_of_two_wrapped_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_exception__test.test_asyncio.test_tasks.CoroutineGatherTests.test_one_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_exception__test.test_asyncio.test_tasks.FutureGatherTests.test_one_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_field_no_default__test.test_dataclasses.TestCase.test_one_field_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_insert__test.test_difflib.TestWithAscii.test_one_insert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_insert_homogenous_sequence__test.test_difflib.TestAutojunk.test_one_insert_homogenous_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_leapday_lower_boundary__test.test_calendar.LeapdaysTestCase.test_one_leapday_lower_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_liner_dedent_non_name__test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_dedent_non_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_liner_followed_by_non_name__test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_followed_by_non_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_parameter__test.test_typing.GenericAliasSubstitutionTests.test_one_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_part_in_a_multipart__test.test_email.test_email.TestMultipart.test_one_part_in_a_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_successful__test.test_asyncio.test_staggered.StaggeredTests.test_one_successful_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_transition__test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_transition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_transition__test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_transition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_zone_dst__test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_zone_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_one_zone_dst__test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_zone_dst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oneline_defs__test.test_coroutines.TokenizerRegrTest.test_oneline_defs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oneline_defs__test.test_tokenize.TestTokenize.test_oneline_defs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oneline_lambda__test.test_inspect.test_inspect.TestOneliners.test_oneline_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_onelinefunc__test.test_inspect.test_inspect.TestOneliners.test_onelinefunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_allowed_methods_exist__test.test_unittest.testmock.testmock.MockTest.test_only_allowed_methods_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_calls_dunder_iter_once__test.test_listcomps.ListComprehensionTest.test_only_calls_dunder_iter_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_default_capture__test.test_patma.TestTracing.test_only_default_capture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_default_wildcard__test.test_patma.TestTracing.test_only_default_wildcard_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_one_bom__test.test_codecs.UTF16Test.test_only_one_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_one_bom__test.test_codecs.UTF32Test.test_only_one_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_run_in_spawn_testsuite__test.test_multiprocessing_fork.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite__'only_run_in_test_multiprocessing_spawn.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_only_run_in_spawn_testsuite__test.test_multiprocessing_forkserver.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite__'only_run_in_test_multiprocessing_spawn.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_only_run_in_spawn_testsuite__test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_source__test.test_inspect.test_inspect.TestMain.test_only_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_split_on_cr_lf__test.test_email.test_parser.TestBytesParser.test_only_split_on_cr_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_split_on_cr_lf__test.test_email.test_parser.TestParser.test_only_split_on_cr_lf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_strings_allowed__test.test_warnings.DeprecatedTests.test_only_strings_allowed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_two_levels__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_only_two_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_only_two_levels__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_only_two_levels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers__test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers__test.test_pickle.CPicklerTests.test_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers__test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers__test.test_pickle.InMemoryPickleTests.test_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers__test.test_pickle.PyPicklerTests.test_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers__test.test_pickletools.OptimizedPickleTests.test_oob_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers_writable_to_readonly__test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers_writable_to_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers_writable_to_readonly__test.test_pickle.CPicklerTests.test_oob_buffers_writable_to_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers_writable_to_readonly__test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers_writable_to_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers_writable_to_readonly__test.test_pickle.InMemoryPickleTests.test_oob_buffers_writable_to_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers_writable_to_readonly__test.test_pickle.PyPicklerTests.test_oob_buffers_writable_to_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_buffers_writable_to_readonly__test.test_pickletools.OptimizedPickleTests.test_oob_buffers_writable_to_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oob_indexing_dictiter_iternextitem__test.test_dict.DictTest.test_oob_indexing_dictiter_iternextitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oparg_alias__test.test_dis.InstructionTests.test_oparg_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_audit.AuditTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_builtin.BuiltinTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_codecs.CodecsModuleTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_ctypes.test_errno.Test.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_os.FDInheritanceTests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_os.Pep383Tests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_posix.TestPosixWeaklinking.test_open__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open__test.test_tokenize.TestDetectEncoding.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_unicode_file_functions.UnicodeFileTests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_unicode_file_functions.UnicodeNFCFileTests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_unicode_file_functions.UnicodeNFDFileTests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.BackgroundBrowserCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.ChromeCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.ELinksCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.EdgeCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.EpiphanyCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.GenericBrowserCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.IOSBrowserTest.test_open__'Test_only_applicable_to_iOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.MozillaCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_webbrowser.OperaCommandTest.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile._path.test_path.TestPath.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_allargs__test.test_io.CMiscIOTest.test_open_allargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_allargs__test.test_io.PyMiscIOTest.test_open_allargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_args__test.test_argparse.TestFileTypeOpenArgs.test_open_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_bad_new_parameter__test.test_webbrowser.ChromeCommandTest.test_open_bad_new_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary_FileNotFoundError__test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary_FileNotFoundError__test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary_FileNotFoundError__test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary_FileNotFoundError__test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary__test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary__test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary__test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary__test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_binary_invalid_args__test.test_zipfile._path.test_path.TestPath.test_open_binary_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_close_open__test.test_mailbox.TestMMDF.test_open_close_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_close_open__test.test_mailbox.TestMbox.test_open_close_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_code__test.test_fileio.COtherFileTests.test_open_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_code__test.test_fileio.PyOtherFileTests.test_open_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_code_hook__test.test_embed.AuditingTests.test_open_code_hook__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_common__test.test_pathlib.test_pathlib.PathTest.test_open_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_common__test.test_pathlib.test_pathlib.PosixPathTest.test_open_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_open_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_open_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_conflicting_handles__test.test_zipfile.test_core.OtherTests.test_open_conflicting_handles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_connection__test.test_asyncio.test_streams.StreamTests.test_open_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_connection_error__test.test_asyncio.test_streams.StreamTests.test_open_connection_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_connection_happy_eyeball_refcycles__test.test_asyncio.test_streams.StreamTests.test_open_connection_happy_eyeball_refcycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_connection_no_loop_ssl__test.test_asyncio.test_streams.StreamTests.test_open_connection_no_loop_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_default_encoding__test.test_builtin.BuiltinTest.test_open_default_encoding__'utf-8_mode_is_enabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_dir_fd__test.test_posix.TestPosixDirFd.test_open_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_empty_file__test.test_zipfile.test_core.OtherTests.test_open_empty_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_encoding_errors__test.test_zipfile._path.test_path.TestPath.test_open_encoding_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_encoding_utf16__test.test_zipfile._path.test_path.TestPath.test_open_encoding_utf16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_error__test.test_tokenize.TestDetectEncoding.test_open_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_file__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_file__test.test_posix.TestPosixSpawn.test_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_file__test.test_posix.TestPosixSpawnP.test_open_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_handles_NUL_chars__test.test_io.CIOTest.test_open_handles_NUL_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_handles_NUL_chars__test.test_io.PyIOTest.test_open_handles_NUL_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invalid_mode__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invert_expectations__test.test_enum.TestIntFlagClass.test_open_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invert_expectations__test.test_enum.TestIntFlagFunction.test_open_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invert_expectations__test.test_enum.TestMixedIntFlagClass.test_open_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invert_expectations__test.test_enum.TestMixedIntFlagFunction.test_open_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invert_expectations__test.test_enum.TestPlainFlagClass.test_open_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_invert_expectations__test.test_enum.TestPlainFlagFunction.test_open_invert_expectations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_keywords__test.test_os.FileTests.test_open_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_mode__test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_mode__test.test_pathlib.test_pathlib.PathTest.test_open_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_mode__test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_mode__test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.ChromeCommandTest.test_open_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.ELinksCommandTest.test_open_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.EdgeCommandTest.test_open_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.EpiphanyCommandTest.test_open_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.IOSBrowserTest.test_open_new__'Test_only_applicable_to_iOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.MozillaCommandTest.test_open_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new__test.test_webbrowser.OperaCommandTest.test_open_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.ChromeCommandTest.test_open_new_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.ELinksCommandTest.test_open_new_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.EdgeCommandTest.test_open_new_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.EpiphanyCommandTest.test_open_new_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.IOSBrowserTest.test_open_new_tab__'Test_only_applicable_to_iOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.MozillaCommandTest.test_open_new_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_new_tab__test.test_webbrowser.OperaCommandTest.test_open_new_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_non_inheritable__test.test_builtin.BuiltinTest.test_open_non_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_nonwritable_fileobj__test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_nonwritable_fileobj__test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_nonwritable_fileobj__test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_nonwritable_fileobj__test.test_tarfile.WriteTest.test_open_nonwritable_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_pipe_with_append__test.test_io.CMiscIOTest.test_open_pipe_with_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_pipe_with_append__test.test_io.PyMiscIOTest.test_open_pipe_with_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_template__test.test_shelve.TestCase.test_open_template_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_FileNotFoundError__test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_FileNotFoundError__test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_FileNotFoundError__test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_FileNotFoundError__test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_default_encoding__test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_default_encoding__test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_default_encoding__test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_default_encoding__test.test_importlib.resources.test_open.OpenZipTests.test_open_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_given_encoding__test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_given_encoding__test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_given_encoding__test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_text_given_encoding__test.test_importlib.resources.test_open.OpenZipTests.test_open_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unbuffered__test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unbuffered__test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unbuffered__test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unbuffered__test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_undecodable_uri__test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unix_connection__test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unix_connection_error__test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unix_connection_no_loop_ssl__test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_no_loop_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_unquoted_uri__test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_uri__test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_uri_readonly__test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_via_ptsname__test.test_os.PseudoterminalTests.test_open_via_ptsname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_via_zip_info__test.test_zipfile.test_core.OtherTests.test_open_via_zip_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.ChromeCommandTest.test_open_with_autoraise_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.ELinksCommandTest.test_open_with_autoraise_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.EdgeCommandTest.test_open_with_autoraise_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.EpiphanyCommandTest.test_open_with_autoraise_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.IOSBrowserTest.test_open_with_autoraise_false__'Test_only_applicable_to_iOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.MozillaCommandTest.test_open_with_autoraise_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_autoraise_false__test.test_webbrowser.OperaCommandTest.test_open_with_autoraise_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes__test.test_dbm.TestCase_dumb.test_open_with_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes__test.test_dbm.TestCase_gnu.test_open_with_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes__test.test_dbm.TestCase_ndbm.test_open_with_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes__test.test_dbm.TestCase_sqlite3.test_open_with_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes_path__test.test_dbm_dumb.DumbDBMTestCase.test_open_with_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes_path__test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_bytes_path__test.test_dbm_ndbm.DbmTestCase.test_open_with_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_bytes_path__test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_bytes_path__test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_bytes_path__test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_bytes_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm.TestCase_dumb.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm.TestCase_gnu.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path__test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path_bytes__test.test_dbm.TestCase_dumb.test_open_with_pathlib_path_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path_bytes__test.test_dbm.TestCase_gnu.test_open_with_pathlib_path_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path_bytes__test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlib_path_bytes__test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlike__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlike__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlike__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_pathlike__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_with_undecodable_path__test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_open_write__test.test_zipfile.test_core.UnseekableTests.test_open_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opener__test.test_io.CIOTest.test_opener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opener__test.test_io.PyIOTest.test_opener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opener_invalid_fd__test.test_io.CIOTest.test_opener_invalid_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opener_invalid_fd__test.test_io.PyIOTest.test_opener_invalid_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_openlog__test.test_syslog.Test.test_openlog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_openlog_noargs__test.test_syslog.Test.test_openlog_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_openpty__test.test_os.PseudoterminalTests.test_openpty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_openssl111_deprecations__test.test_ssl.BasicSocketTests.test_openssl111_deprecations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_openssl_compare_digest__test.test_hmac.CompareDigestTestCase.test_openssl_compare_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_openssl_version__test.test_ssl.BasicSocketTests.test_openssl_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_operational_error__test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_operator__test.test_bool.BoolTest.test_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_operator_compare_digest__test.test_hmac.CompareDigestTestCase.test_operator_compare_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_operator_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_operator_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oplists__test.test__opcode.OpListTests.test_oplists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opmap__test.test_dis.DisTests.test_opmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opmap__test.test_dis.DisWithFileTests.test_opmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opname__test.test_dis.DisTests.test_opname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opname__test.test_dis.DisWithFileTests.test_opname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opt_string_empty__test.test_optparse.TestOptionChecks.test_opt_string_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opt_string_long_invalid__test.test_optparse.TestOptionChecks.test_opt_string_long_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opt_string_short_invalid__test.test_optparse.TestOptionChecks.test_opt_string_short_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_opt_string_too_short__test.test_optparse.TestOptionChecks.test_opt_string_too_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optim_args_from_interpreter_flags__test.test_support.TestSupport.test_optim_args_from_interpreter_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optim_level__test.test_utf8_mode.UTF8ModeTests.test_optim_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimisations__test.test_format.FormatTest.test_optimisations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimization_levels__debug____test.test_ast.test_ast.AST_Tests.test_optimization_levels__debug___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimization_levels_const_folding__test.test_ast.test_ast.AST_Tests.test_optimization_levels_const_folding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimization_path__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_optimization_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimization_path__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_optimization_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimize__test.test_cmd_line.CmdLineTest.test_optimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimize__test.test_compileall.CompileallTestsWithSourceEpoch.test_optimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimize__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_optimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimize_binput_and_memoize__test.test_pickletools.OptimizedPickleTests.test_optimize_binput_and_memoize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimize_long_binget__test.test_pickletools.OptimizedPickleTests.test_optimize_long_binget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimized__test.test_symtable.SymtableTest.test_optimized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimized_concat__test.test_bigaddrspace.BytesTest.test_optimized_concat__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_optimized_concat__test.test_bigaddrspace.StrTest.test_optimized_concat__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_optimizeflag__test.test_ctypes.test_values.PythonValuesTestCase.test_optimizeflag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optimizer_symbols__test.test_optimizer.TestOptimizerSymbols.test_optimizer_symbols__'requires__testinternalcapi.uop_symbols_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_option_and_arg__test.test_regrtest.ParseArgsTestCase.test_option_and_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_argument_joined__test.test_optparse.TestStandard.test_option_argument_joined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_argument_joined_integer__test.test_optparse.TestStandard.test_option_argument_joined_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_argument_split__test.test_optparse.TestStandard.test_option_argument_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_argument_split_negative_integer__test.test_optparse.TestStandard.test_option_argument_split_negative_integer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_consumes_optionlike_string__test.test_optparse.TestStandard.test_option_consumes_optionlike_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_default__test.test_optparse.TestExpandDefaults.test_option_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_encoding__test.test_calendar.CommandLineTestCase.test_option_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_group_create_instance__test.test_optparse.TestOptionGroup.test_option_group_create_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_lines__test.test_calendar.CommandLineTestCase.test_option_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_locale__test.test_calendar.CommandLineTestCase.test_option_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_months__test.test_calendar.CommandLineTestCase.test_option_months_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_spacing__test.test_calendar.CommandLineTestCase.test_option_spacing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_type__test.test_calendar.CommandLineTestCase.test_option_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_width__test.test_calendar.CommandLineTestCase.test_option_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_option_with_empty_string_value__test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optionalSlicing__test.test_bisect.TestBisectC.test_optionalSlicing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optionalSlicing__test.test_bisect.TestBisectPython.test_optionalSlicing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional__test.test_argparse.TestStrings.test_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional__test.test_logging.LogRecordTest.test_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional__test.test_typing.TypedDictTests.test_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional__test.test_typing.UnionTests.test_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_abilities__test.test_io.CIOTest.test_optional_abilities_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_abilities__test.test_io.PyIOTest.test_optional_abilities_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_args__test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_args__test.test_capi.test_getargs.Keywords_TestCase.test_optional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_args__test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_frames__test.test_pickle.CDumpPickle_LoadPickle.test_optional_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_frames__test.test_pickle.CPicklerTests.test_optional_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_frames__test.test_pickle.DumpPickle_CLoadPickle.test_optional_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_frames__test.test_pickle.InMemoryPickleTests.test_optional_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_frames__test.test_pickle.PyPicklerTests.test_optional_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_frames__test.test_pickletools.OptimizedPickleTests.test_optional_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_isinstance__test.test_typing.UnionTests.test_optional_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_isinstance_type_error__test.test_typing.UnionTests.test_optional_isinstance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_issubclass__test.test_typing.UnionTests.test_optional_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_issubclass_type_error__test.test_typing.UnionTests.test_optional_issubclass_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_keys__test.test_typing.TypedDictTests.test_optional_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_optional_not_in_message__test.test_argparse.TestMessageContentError.test_optional_optional_not_in_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_positional_not_in_message__test.test_argparse.TestMessageContentError.test_optional_positional_not_in_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_positional_only_args__test.test_positional_only_arg.PositionalOnlyTestCase.test_optional_positional_only_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_subparsers__test.test_argparse.TestAddSubparsers.test_optional_subparsers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optional_tokens__test.test_netrc.NetrcTestCase.test_optional_tokens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_optionals__test.test_argparse.TestParseKnownArgs.test_optionals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_options__test.test_ssl.BasicSocketTests.test_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_options__test.test_ssl.ContextTests.test_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_options__test.test_ssl.TestEnumerations.test_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_compile.TestExpressionStackSize.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_decimal.CIBMTestCases.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_decimal.PyIBMTestCases.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_enum.OldTestFlag.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_enum.OldTestIntFlag.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_set.TestFrozenSet.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_set.TestFrozenSetSubclass.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_set.TestSet.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_set.TestSetSubclass.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_typing.ForwardRefTests.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_typing.NewTypeTests.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_typing.TypeVarTests.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or__test.test_weakset.TestWeakSet.test_or_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_and_ror__test.test_typing.CollectionsAbcTests.test_or_and_ror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_and_ror__test.test_typing.CollectionsCallableTests.test_or_and_ror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_and_ror__test.test_typing.TypingCallableTests.test_or_and_ror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_operator__test.test_os.EnvironTests.test_or_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_reference_cycle__test.test_types.UnionTests.test_or_type_operator_reference_cycle__'Cannot_get_total_reference_count.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_or_type_operator_with_Alias__test.test_types.UnionTests.test_or_type_operator_with_Alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_IO__test.test_types.UnionTests.test_or_type_operator_with_IO_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_Literal__test.test_types.UnionTests.test_or_type_operator_with_Literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_NamedTuple__test.test_types.UnionTests.test_or_type_operator_with_NamedTuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_NewType__test.test_types.UnionTests.test_or_type_operator_with_NewType_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_Protocol__test.test_types.UnionTests.test_or_type_operator_with_Protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_SpecialForm__test.test_types.UnionTests.test_or_type_operator_with_SpecialForm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_TypeVar__test.test_types.UnionTests.test_or_type_operator_with_TypeVar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_TypedDict__test.test_types.UnionTests.test_or_type_operator_with_TypedDict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_bad_module__test.test_types.UnionTests.test_or_type_operator_with_bad_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_forward__test.test_types.UnionTests.test_or_type_operator_with_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_operator_with_genericalias__test.test_types.UnionTests.test_or_type_operator_with_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_type_repr__test.test_types.UnionTests.test_or_type_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_types_operator__test.test_types.UnionTests.test_or_types_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_or_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_or_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ord__test.test_builtin.BuiltinTest.test_ord_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ord__test.test_bytes.ByteArrayTest.test_ord_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ord__test.test_bytes.BytesTest.test_ord_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order____main__.GeneralTest.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_asyncio.test_queues.LifoQueueTests.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_asyncio.test_queues.PriorityQueueTests.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_asyncio.test_queues.QueueBasicTests.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_decorators.TestClassDecorators.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_decorators.TestDecorators.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_queue.CSimpleQueueTest.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_queue.PySimpleQueueTest.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order__test.test_weakref.FinalizeTestCase.test_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestHarmonicMean.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestMean.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestMedian.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestMedianGrouped.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestMedianHigh.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestMedianLow.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestMode.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestPStdev.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestPVariance.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestStdev.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_doesnt_matter__test.test_statistics.TestVariance.test_order_doesnt_matter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_has_extra_members__test.test_enum.TestOrder.test_order_has_extra_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_has_extra_members_with_aliases__test.test_enum.TestOrder.test_order_has_extra_members_with_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_in_union__test.test_typing.AnnotatedTests.test_order_in_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_of_insertion_does_not_matter_between_groups__test.test_graphlib.TestTopologicalSort.test_order_of_insertion_does_not_matter_between_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_preservation__test.test_collections.TestChainMap.test_order_preservation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_order_preservation__test.test_collections.TestCounter.test_order_preservation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_attributes__test.test_pyexpat.SetAttributeTest.test_ordered_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_call_signature__test.test_unittest.testmock.testmock.MockTest.test_ordered_call_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict__test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict__test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict__test.test_pprint.QueryTestCase.test_ordered_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict_items_result_gc__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict_items_result_gc__test.test_ordered_dict.CPythonOrderedDictTests.test_ordered_dict_items_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict_items_result_gc__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict_items_result_gc__test.test_ordered_dict.PurePythonOrderedDictTests.test_ordered_dict_items_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_dict_reader__test.test_csv.KeyOrderingTest.test_ordered_dict_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_mixin__test.test_enum.TestSpecial.test_ordered_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_recursion__test.test_tarfile.Bz2WriteTest.test_ordered_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_recursion__test.test_tarfile.GzipWriteTest.test_ordered_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_recursion__test.test_tarfile.LzmaWriteTest.test_ordered_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordered_recursion__test.test_tarfile.WriteTest.test_ordered_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordereddict__test.test_json.test_default.TestCDefault.test_ordereddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordereddict__test.test_json.test_default.TestPyDefault.test_ordereddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordereddict_instantiation__test.test_typing.CollectionsAbcTests.test_ordereddict_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordereddict_subclass__test.test_typing.CollectionsAbcTests.test_ordereddict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering__test.test_collections.TestChainMap.test_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering__test.test_warnings.CFilterTests.test_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering__test.test_warnings.PyFilterTests.test_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering__test.test_weakref.ReferencesTestCase.test_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PathTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_for_the_dict_reader_and_writer__test.test_csv.KeyOrderingTest.test_ordering_for_the_dict_reader_and_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PathTest.test_ordering_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordering_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestDateTimeTZ_Fast.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestDateTimeTZ_Pure.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestDateTime_Fast.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestDateTime_Pure.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestDate_Fast.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestDate_Pure.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestSubclassDateTime_Fast.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ordinal_conversions__test.datetimetester.TestSubclassDateTime_Pure.test_ordinal_conversions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orig_argv__test.test_sys.SysModuleTest.test_orig_argv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orig_bases__test.test_typing.GenericTests.test_orig_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orig_bases__test.test_typing.NamedTupleTests.test_orig_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orig_bases__test.test_typing.TypedDictTests.test_orig_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_origin__test.test_importlib.metadata.test_main.EditableDistributionTest.test_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_origin_tracking__test.test_coroutines.OriginTrackingTest.test_origin_tracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_origin_tracking_warning__test.test_coroutines.OriginTrackingTest.test_origin_tracking_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_displayhook__test.test_sys.DisplayHookTest.test_original_displayhook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_excepthook__test.test_sys.ExceptHookTest.test_original_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_excepthook__test.test_threading.ExceptHookTests.test_original_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_unraisablehook__test.test_sys.UnraisableHookTest.test_original_unraisablehook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_unraisablehook_err__test.test_sys.UnraisableHookTest.test_original_unraisablehook_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_unraisablehook_exception_qualname__test.test_sys.UnraisableHookTest.test_original_unraisablehook_exception_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_original_unraisablehook_wrong_type__test.test_sys.UnraisableHookTest.test_original_unraisablehook_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orphan_path_invalid__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orphan_path_is__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orphan_path_iter__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orphan_path_name__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_orphan_path_open__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_os_all__test.test_os.ExportsTests.test_os_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_os_environ_is_not_altered__test.test_httpservers.CGIHTTPServerTestCase.test_os_environ_is_not_altered__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_os_error__test.test_argparse.TestExitOnError.test_os_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_os_exec__test.test__interpreters.RunStringTests.test_os_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_os_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_os_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_os_popen_iter__test.test_os.EnvironTests.test_os_popen_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oscloexec__test.test_posix.PosixTester.test_oscloexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oserror_filename__test.test_os.OSErrorTests.test_oserror_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_osexlock__test.test_posix.PosixTester.test_osexlock__'test_needs_posix.O_EXLOCK'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_osshlock__test.test_posix.PosixTester.test_osshlock__'test_needs_posix.O_SHLOCK'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_osstat__test.test_largefile.CLargeFileTest.test_osstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_osstat__test.test_largefile.PyLargeFileTest.test_osstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_osx_android_utf8__test.test_cmd_line.CmdLineTest.test_osx_android_utf8__'test_specific_to_Mac_OS_X_and_Android'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_osx_ext_suffix__test.test_sysconfig.TestSysConfig.test_osx_ext_suffix__'OS_X-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_osx_proxy_bypass__test.test_urllib2.HandlerTests.test_osx_proxy_bypass__'only_relevant_for_OSX'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_other__test.test_ctypes.test_cast.Test.test_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other__test.test_ctypes.test_pointers.PointersTestCase.test_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other__test.test_pow.PowTest.test_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_errors__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_other_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_escapes__test.test_re.ReTests.test_other_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_exception__test.test_contextlib.TestSuppress.test_other_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_loop_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_other_loop_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_newlines__test.test_compile.TestSpecifics.test_other_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_package__test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_package__test.test_importlib.test_util.Source_ResolveNameTests.test_other_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_other_params__test.test_dataclasses.TestMakeDataclass.test_other_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_others__test.test_pyclbr.PyclbrTest.test_others_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_out_of_range__test.test_json.test_float.TestCFloat.test_out_of_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_out_of_range__test.test_json.test_float.TestPyFloat.test_out_of_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_out_of_range_signal_number_raises_error__test.test_signal.PosixTests.test_out_of_range_signal_number_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_out_of_scope_01__test.test_type_params.TypeParamsAccessTest.test_out_of_scope_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_out_of_scope_02__test.test_type_params.TypeParamsAccessTest.test_out_of_scope_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_outer__test.test_dis.InstructionTests.test_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_outer_task_is_not_cancelled__test.test_asyncio.test_timeouts.TimeoutTests.test_outer_task_is_not_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_calendar.OutputTestCase.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.DatagramHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.HTTPHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.IPv6SysLogHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.SocketHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.SysLogHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.UnixDatagramHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.UnixSocketHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output__test.test_logging.UnixSysLogHandlerTest.test_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_current_year__test.test_calendar.CommandLineTestCase.test_output_current_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_file_when_changing_directory__test.test_cprofile.CProfileTest.test_output_file_when_changing_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_file_when_changing_directory__test.test_profile.ProfileTest.test_output_file_when_changing_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_htmlcalendar_encoding_ascii__test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_htmlcalendar_encoding_default__test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_htmlcalendar_encoding_utf8__test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_month__test.test_calendar.CommandLineTestCase.test_output_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_newline__test.test_cmd_line.CmdLineTest.test_output_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_textcalendar__test.test_calendar.OutputTestCase.test_output_textcalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_output_year__test.test_calendar.CommandLineTestCase.test_output_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_over_partial__test.test_functools.TestPartialMethod.test_over_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestDateTimeTZ_Fast.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestDateTimeTZ_Pure.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestDateTime_Fast.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestDateTime_Pure.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestDate_Fast.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestDate_Pure.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestSubclassDateTime_Fast.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestSubclassDateTime_Pure.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestTimeDelta_Fast.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.datetimetester.TestTimeDelta_Pure.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.ByteTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.IntTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.LongLongTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.LongTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.ShortTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.UnsignedByteTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.UnsignedIntTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.UnsignedLongLongTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.UnsignedLongTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_array.UnsignedShortTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_complex.ComplexTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_ctypes.test_memfunctions.MemFunctionsTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_float.RoundTestCase.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_overflow__test.test_json.test_scanstring.TestCScanstring.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_json.test_scanstring.TestPyScanstring.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_list.ListTest.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflow__test.test_zlib.ExceptionTestCase.test_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowed_write__test.test_wave.WavePCM16Test.test_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowed_write__test.test_wave.WavePCM24ExtTest.test_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowed_write__test.test_wave.WavePCM24Test.test_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowed_write__test.test_wave.WavePCM32Test.test_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowed_write__test.test_wave.WavePCM8Test.test_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowing_chunked_line__test.test_httplib.BasicTest.test_overflowing_chunked_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowing_header_limit_after_100__test.test_httplib.BasicTest.test_overflowing_header_limit_after_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowing_header_line__test.test_httplib.BasicTest.test_overflowing_header_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overflowing_status_line__test.test_httplib.BasicTest.test_overflowing_status_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlap__test.test_statistics.TestNormalDistC.test_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlap__test.test_statistics.TestNormalDistPython.test_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlap_table__test.test_re.ImplementationTest.test_overlap_table_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlap_with_archive_comment__test.test_zipfile.test_core.OtherTests.test_overlap_with_archive_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlap_with_central_dir__test.test_zipfile.test_core.OtherTests.test_overlap_with_central_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overload_fails__test.test_typing.OverloadTests.test_overload_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overload_on_compiled_functions__test.test_typing.OverloadTests.test_overload_on_compiled_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overload_registry__test.test_typing.OverloadTests.test_overload_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overload_registry_repeated__test.test_typing.OverloadTests.test_overload_registry_repeated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overload_succeeds__test.test_typing.OverloadTests.test_overload_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overloading__test.test_descr.ClassPropertiesAndMethods.test_overloading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlong_encodeable_is_wrapped__test.test_email.test__header_value_parser.TestFolding.test_overlong_encodeable_is_wrapped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overlong_last_part_followed_by_split_point__test.test_email.test_email.TestLongHeaders.test_overlong_last_part_followed_by_split_point_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_checked_hash_based_pyc__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_checked_hash_based_pyc__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_checked_hash_based_pyc__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestIntEnumClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestIntEnumFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestIntFlagClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestIntFlagFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMinimalDateClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMinimalDateFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMinimalFloatClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMinimalFloatFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedDateClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedDateFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedFloatClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedFloatFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedIntClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedIntFlagClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedIntFlagFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedIntFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedStrClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestMixedStrFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestPlainEnumClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestPlainEnumFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestPlainFlagClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestPlainFlagFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestStrEnumClass.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_format__test.test_enum.TestStrEnumFunction.test_overridden_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_init__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_overridden_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_init__test.test_ordered_dict.CPythonOrderedDictTests.test_overridden_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_init__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_overridden_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_init__test.test_ordered_dict.PurePythonOrderedDictTests.test_overridden_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_register_defect_still_raises__test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_still_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_register_defect_works__test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestIntEnumClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestIntEnumFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestIntFlagClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestIntFlagFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMinimalDateClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMinimalDateFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMinimalFloatClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMinimalFloatFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedDateClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedDateFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedFloatClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedFloatFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedIntClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedIntFlagClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedIntFlagFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedIntFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedStrClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestMixedStrFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestPlainEnumClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestPlainEnumFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestPlainFlagClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestPlainFlagFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestStrEnumClass.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str__test.test_enum.TestStrEnumFunction.test_overridden_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestIntEnumClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestIntEnumFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestIntFlagClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestIntFlagFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMinimalDateClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMinimalDateFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMinimalFloatClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMinimalFloatFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedDateClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedDateFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedFloatClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedFloatFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedIntClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedIntFlagClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedIntFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedStrClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestMixedStrFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestPlainEnumClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestPlainEnumFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestPlainFlagClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestPlainFlagFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestStrEnumClass.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format__test.test_enum.TestStrEnumFunction.test_overridden_str_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestIntEnumClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestIntEnumFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestIntFlagClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestIntFlagFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMinimalDateClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMinimalDateFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMinimalFloatClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMinimalFloatFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedDateClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedDateFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedFloatClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedFloatFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedIntClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedIntFlagClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedIntFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedStrClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestMixedStrFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestPlainEnumClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestPlainEnumFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestPlainFlagClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestPlainFlagFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestStrEnumClass.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_str_format_inherited__test.test_enum.TestStrEnumFunction.test_overridden_str_format_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_text_signature__test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_unchecked_hash_based_pyc__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_unchecked_hash_based_pyc__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overridden_unchecked_hash_based_pyc__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override__test.test_typing.OverrideDecoratorTests.test_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_builtin__test.test_import.OverridingImportBuiltinTests.test_override_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_convert_field__test.test_string.ModuleTest.test_override_convert_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_default_base_class__test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_base_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_default_class__test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_default_class_only_overrides_default__test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class_only_overrides_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.CBufferedRandomTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.CBufferedReaderTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.CBufferedWriterTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.CTextIOWrapperTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.PyBufferedRandomTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.PyBufferedReaderTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.PyBufferedWriterTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_destructor__test.test_io.PyTextIOWrapperTest.test_override_destructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_format_field__test.test_string.ModuleTest.test_override_format_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_get_value__test.test_string.ModuleTest.test_override_get_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_only_release__test.test_buffer.TestPythonBufferProtocol.test_override_only_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_parse__test.test_string.ModuleTest.test_override_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_tuple_methods__test.test_unittest.testmock.testmock.MockTest.test_override_tuple_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_update__test.test_ordered_dict.CPythonBuiltinDictTests.test_override_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_update__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_override_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_update__test.test_ordered_dict.CPythonOrderedDictTests.test_override_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_update__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_override_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_override_update__test.test_ordered_dict.PurePythonOrderedDictTests.test_override_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overriding_call__test.test_unittest.test_suite.Test_TestSuite.test_overriding_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overriding_keywords__test.test_functools.TestPartialMethod.test_overriding_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overriding_return_values__test.test_unittest.testmock.testwith.TestMockOpen.test_overriding_return_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overseek__test.test_memoryio.CBytesIOTest.test_overseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overseek__test.test_memoryio.CStringIOTest.test_overseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overseek__test.test_memoryio.PyBytesIOTest.test_overseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overseek__test.test_memoryio.PyStringIOTest.test_overseek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_oversized_digit_strings__test.test_strtod.StrtodTests.test_oversized_digit_strings__'not_enough_memory:_6.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_oversized_structure__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_oversized_structure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_broken_dir_symlink_as_dir__test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_broken_dir_symlink_as_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_broken_dir_symlink_as_implicit_dir__test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_broken_dir_symlink_as_implicit_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_broken_file_symlink_as_file__test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_broken_file_symlink_as_file__test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_file_symlink_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_as_dir__test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_as_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_as_file__test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_as_file__test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_as_implicit_dir__test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_as_implicit_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_symlink_as_dir__test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_symlink_as_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_symlink_as_implicit_dir__test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_dir_symlink_as_implicit_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_fields_in_derived_class__test.test_dataclasses.TestCase.test_overwrite_fields_in_derived_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_as_dir__test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_as_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_as_file__test.test_tarfile.OverwriteTests.test_overwrite_file_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_as_file__test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_as_implicit_dir__test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_as_implicit_dir__test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_implicit_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_symlink_as_file__test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_file_symlink_as_file__test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_symlink_as_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwrite_hash__test.test_dataclasses.TestCase.test_overwrite_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwriting_eq__test.test_dataclasses.TestEq.test_overwriting_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwriting_frozen__test.test_dataclasses.TestFrozen.test_overwriting_frozen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwriting_init__test.test_dataclasses.TestInit.test_overwriting_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwriting_order__test.test_dataclasses.TestOrdering.test_overwriting_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_overwriting_repr__test.test_dataclasses.TestRepr.test_overwriting_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner__test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner__test.test_pathlib.test_pathlib.PathTest.test_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner__test.test_pathlib.test_pathlib.PosixPathTest.test_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner__test.test_pathlib.test_pathlib.WindowsPathTest.test_owner__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_owner_no_follow_symlinks__test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner_no_follow_symlinks__test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner_no_follow_symlinks__test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_owner_no_follow_symlinks__test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_owner_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_owner_windows__test.test_pathlib.test_pathlib.PathTest.test_owner_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_owner_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_owner_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ownership_after_flush__test.test_mailbox.TestBabyl.test_ownership_after_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ownership_after_flush__test.test_mailbox.TestMMDF.test_ownership_after_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ownership_after_flush__test.test_mailbox.TestMbox.test_ownership_after_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_p2a_objects__test.test_ctypes.test_cast.Test.test_p2a_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_p__test.test_capi.test_getargs.Boolean_TestCase.test_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_p_cint__test.test_ctypes.test_keeprefs.PointerTestCase.test_p_cint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_p_code__test.test_struct.StructTest.test_p_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack__test.test_capi.test_float.CAPIFloatTest.test_pack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack__test.test_mailbox.TestMH.test_pack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack_into__test.test_struct.StructTest.test_pack_into_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack_into_fn__test.test_struct.StructTest.test_pack_into_fn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack_to_fileobj__test.test_zipapp.ZipAppTest.test_pack_to_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack_unpack__test.test_peepholer.TestTranforms.test_pack_unpack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pack_unpack_roundtrip__test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package___cached____test.test_import.PycacheTests.test_package___cached___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package___cached___from_pyc__test.test_import.PycacheTests.test_package___cached___from_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_cmd_line_script.CmdLineTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_modulefinder.ModuleFinderTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_compiled__test.test_cmd_line_script.CmdLineTest.test_package_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_compiled__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_compiled__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_compiled__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_discovery__test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_error__test.test_cmd_line_script.CmdLineTest.test_package_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_import__semantics__test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_imported_no_warning__test.test_runpy.RunModuleTestCase.test_package_imported_no_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_in_package__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_in_package__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_in_package__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_in_package__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_is_package__test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_is_package__test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_over_module__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_over_module__test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_over_module__test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_over_module__test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_recursion__test.test_cmd_line_script.CmdLineTest.test_package_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_settings__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_settings__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_shadowing_stdlib_module__test.test_import.ImportTests.test_package_shadowing_stdlib_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_to_module__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_to_module__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_to_package__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_to_package__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_package_without_a_main__test.test_pdb.PdbTestCase.test_package_without_a_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packages_distributions_example__test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ctypes.test_structures.StructureTestCase.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ipaddress.AddressTestCase_v4.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ipaddress.AddressTestCase_v6.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ipaddress.InterfaceTestCase_v4.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ipaddress.InterfaceTestCase_v6.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ipaddress.NetworkTestCase_v4.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed__test.test_ipaddress.NetworkTestCase_v6.test_packed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_packed_c_limits__test.test_ctypes.test_structures.StructureTestCase.test_packed_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paddedfile_getattr__test.test_gzip.TestGzip.test_paddedfile_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_padding__test.test_email.test__encoded_words.TestEncodeB.test_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_padding__test.test_locale.TestEnUSNumberFormatting.test_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_padding__test.test_locale.TestNumberFormatting.test_padding__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pagesize__test.test_resource.ResourceTest.test_pagesize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pair__test.test_zlib.CompressObjectTestCase.test_pair_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pairwise__test.test_itertools.TestBasicOps.test_pairwise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pairwise__test.test_itertools.TestGC.test_pairwise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pairwise__test.test_itertools.TestVariousIteratorArgs.test_pairwise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pairwise_reenter2__test.test_itertools.TestBasicOps.test_pairwise_reenter2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pairwise_reenter__test.test_itertools.TestBasicOps.test_pairwise_reenter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pairwise_result_gc__test.test_itertools.TestBasicOps.test_pairwise_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parallel_iteration__test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parallel_iteration__test.test_tarfile.GzipMiscReadTest.test_parallel_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parallel_iteration__test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parallel_iteration__test.test_tarfile.MiscReadTest.test_parallel_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parallel_meta_path__test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path__'not_enough_memory:_3.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parallel_module_init__test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init__'not_enough_memory:_3.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parallel_path_hooks__test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks__'not_enough_memory:_3.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_param_1__test.test_ctypes.test_strings.StringArrayTestCase.test_param_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_param_2__test.test_ctypes.test_strings.StringArrayTestCase.test_param_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_param_errors__test.test_contextlib.ContextManagerTestCase.test_param_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_param_style__test.test_sqlite3.test_dbapi.ModuleTests.test_param_style_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_param_surrogates__test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameter_chaining__test.test_genericalias.BaseTest.test_parameter_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameter_detection__test.test_typing.GenericTests.test_parameter_detection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameter_repr__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_parameter_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameterised_tuple_is_equal_to_itself__test.test_typing.TypeVarTupleTests.test_parameterised_tuple_is_equal_to_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameterized_slots__test.test_typing.GenericTests.test_parameterized_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameterized_slots_dict__test.test_typing.GenericTests.test_parameterized_slots_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameters__test.test_genericalias.BaseTest.test_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parameters__test.test_symtable.SymtableTest.test_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramflags__test.test_ctypes.test_prototypes.CharPointersTestCase.test_paramflags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_params_receiver_application_octet_stream__test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_application_octet_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_params_receiver_image_jpeg__test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_image_jpeg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_params_receiver_message_external_body__test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_external_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_params_receiver_message_rfc822__test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_params_receiver_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_params_receiver_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_01__test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_02__test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec__test.test_typing.CollectionsCallableTests.test_paramspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec__test.test_typing.TypeParameterDefaultsTests.test_paramspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec__test.test_typing.TypingCallableTests.test_paramspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_and_typevar_specialization__test.test_typing.TypeParameterDefaultsTests.test_paramspec_and_typevar_specialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_gets_copied__test.test_typing.ParamSpecTests.test_paramspec_gets_copied_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_in_nested_generics__test.test_typing.ParamSpecTests.test_paramspec_in_nested_generics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_none__test.test_typing.TypeParameterDefaultsTests.test_paramspec_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paramspec_specialization__test.test_typing.TypeParameterDefaultsTests.test_paramspec_specialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paren_evaluation__test.test_grammar.GrammarTests.test_paren_evaluation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parens_in_decorator__test.test_inspect.test_inspect.TestComplexDecorator.test_parens_in_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parens_in_expressions__test.test_fstring.TestCase.test_parens_in_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent__test.test_zipfile._path.test_path.TestPath.test_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_attribute_of_call__test.test_unittest.testmock.testmock.MockTest.test_parent_attribute_of_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PosixPathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PurePathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_help__test.test_argparse.TestHelpUsageLongSubparserCommand.test_parent_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_help__test.test_argparse.TestParentParsers.test_parent_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_process__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_process__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_process_attributes__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process_attributes__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process_attributes__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_process_attributes__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process_attributes__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process_attributes__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_process_attributes__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_process_attributes__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process_attributes__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_propagation_with_autospec_attach_mock__test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_autospec_attach_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_propagation_with_create_autospec__test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_create_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_symlink2__test.test_tarfile.TestExtractionFilters.test_parent_symlink2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_symlink__test.test_tarfile.TestExtractionFilters.test_parent_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PathTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PurePathTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parent_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parenthesized_multiline_lambda__test.test_inspect.test_inspect.TestOneliners.test_parenthesized_multiline_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parenthesized_withstmt__test.test_type_comments.TypeCommentTests.test_parenthesized_withstmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parentless_import_shadowed_by_global__test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PosixPathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PurePathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PathTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PurePathTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parents_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse257__test.test_ftplib.TestFTPClass.test_parse257_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse257__test.test_ftplib.TestTLS_FTPClassMixin.test_parse257_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseString_bytes__test.test_sax.ParseTest.test_parseString_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseString_text__test.test_sax.ParseTest.test_parseString_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_InputSource__test.test_sax.ParseTest.test_parse_InputSource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_ast.test_ast.ASTHelpers_Test.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_json.test_pass1.TestCPass1.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_json.test_pass1.TestPyPass1.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_json.test_pass2.TestCPass2.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_json.test_pass2.TestPyPass2.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_json.test_pass3.TestCPass3.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse__test.test_json.test_pass3.TestPyPass3.test_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_again__test.test_pyexpat.ParseTest.test_parse_again_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_all_octets__test.test_httplib.HeaderTests.test_parse_all_octets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_all_sans__test.test_ssl.BasicSocketTests.test_parse_all_sans_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_args__test.test_argparse.TestAddSubparsers.test_parse_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_args__test.test_random.CommandLineTest.test_parse_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_args__test.test_webbrowser.CliTest.test_parse_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_args_error__test.test_webbrowser.CliTest.test_parse_args_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_args_failures__test.test_argparse.TestAddSubparsers.test_parse_args_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_bytes__test.test_pyexpat.ParseTest.test_parse_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_bytes__test.test_sax.ParseTest.test_parse_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_close_source__test.test_sax.ParseTest.test_parse_close_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_constant__test.test_json.test_decode.TestCDecode.test_parse_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_constant__test.test_json.test_decode.TestPyDecode.test_parse_constant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_date__test.test_email.test_headerregistry.TestDateHeader.test_parse_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_enum_value__test.test_argparse.TestStrEnumChoices.test_parse_enum_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConfigParserTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConfigParserTestCaseNoValue.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.ConvertersTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.CopyTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.MultilineValuesTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.RawConfigParserTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.SortedTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_errors__test.test_configparser.StrictTestCase.test_parse_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_file__test.test_pyexpat.ParseTest.test_parse_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_float__test.test_tomllib.test_misc.TestMiscellaneous.test_parse_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_fragments__test.test_urlparse.UrlParseTestCase.test_parse_fragments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_http_list__test.test_urllib2.TrivialTests.test_parse_http_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_in_error__test.test_ast.test_ast.ASTHelpers_Test.test_parse_in_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_invalid_message_id__test.test_email.test__header_value_parser.TestParser.test_parse_invalid_message_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_known_args__test.test_argparse.TestAddSubparsers.test_parse_known_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_known_args_to_class_namespace__test.test_argparse.TestAddSubparsers.test_parse_known_args_to_class_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_known_args_with_single_dash_option__test.test_argparse.TestAddSubparsers.test_parse_known_args_with_single_dash_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_mac__test.test_uuid.TestInternalsWithExtModule.test_parse_mac_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_mac__test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_mac_aix__test.test_uuid.TestInternalsWithExtModule.test_parse_mac_aix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_mac_aix__test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac_aix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_makefile__test.test_sysconfig.MakefileTests.test_parse_makefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_memlimit__test.test_support.TestSupport.test_parse_memlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_message_id_with_remaining__test.test_email.test__header_value_parser.TestParser.test_parse_message_id_with_remaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_message_rfc822__test.test_email.test_email.TestMIMEMessage.test_parse_message_rfc822_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_missing_minor_type__test.test_email.test_email.TestNonConformant.test_parse_missing_minor_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_ns_headers__test.test_http_cookiejar.CookieTests.test_parse_ns_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_ns_headers__test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_ns_headers_special_names__test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_special_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_ns_headers_version__test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_num_fail__test.test_optparse.TestParseNumber.test_parse_num_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_num_ok__test.test_optparse.TestParseNumber.test_parse_num_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_only_xml_data__test.test_pyexpat.sf1296433Test.test_parse_only_xml_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_os_release__test.test_platform.PlatformTest.test_parse_os_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PathTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_object__test.test_sax.ParseTest.test_parse_path_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_path_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_proxy__test.test_urllib2.MiscTests.test_parse_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qs_encoding__test.test_urlparse.UrlParseTestCase.test_parse_qs_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qs_separator__test.test_urlparse.UrlParseTestCase.test_parse_qs_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qsl_bytes__test.test_urlparse.UrlParseTestCase.test_parse_qsl_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qsl_encoding__test.test_urlparse.UrlParseTestCase.test_parse_qsl_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qsl_errors__test.test_urlparse.UrlParseTestCase.test_parse_qsl_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qsl_false_value__test.test_urlparse.UrlParseTestCase.test_parse_qsl_false_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qsl_max_num_fields__test.test_urlparse.UrlParseTestCase.test_parse_qsl_max_num_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_qsl_separator__test.test_urlparse.UrlParseTestCase.test_parse_qsl_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_str__test.test_pyexpat.ParseTest.test_parse_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_string__test.test_xml_etree.XMLParserTest.test_parse_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_string__test.test_xml_etree_c.XMLParserTest.test_parse_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_text__test.test_sax.ParseTest.test_parse_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_text_message__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_text_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_text_message__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_text_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_text_message__test.test_email.test_email.TestIdempotent.test_parse_text_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_tuple_and_keywords__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_untyped_message__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_untyped_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_untyped_message__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_untyped_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_untyped_message__test.test_email.test_email.TestIdempotent.test_parse_untyped_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_uri__test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_uri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_valid_message_id__test.test_email.test__header_value_parser.TestParser.test_parse_valid_message_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_windows_path__test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parse_with_systemId__test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_with_systemId_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseaddr_empty__test.test_email.test_email.TestMiscellaneous.test_parseaddr_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseaddr_multiple_domains__test.test_email.test_email.TestMiscellaneous.test_parseaddr_multiple_domains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseaddr_preserves_quoted_pairs_in_addresses__test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_quoted_pairs_in_addresses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseaddr_preserves_spaces_in_local_part__test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_spaces_in_local_part_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_acceptable_to_time_functions__test.test_email.test_email.TestMiscellaneous.test_parsedate_acceptable_to_time_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_accepts_time_with_dots__test.test_email.test_email.TestMiscellaneous.test_parsedate_accepts_time_with_dots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_compact__test.test_email.test_email.TestMiscellaneous.test_parsedate_compact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_dot_time_delimiter__test.test_email.test_email.TestMiscellaneous.test_parsedate_dot_time_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_no_dayofweek__test.test_email.test_email.TestMiscellaneous.test_parsedate_no_dayofweek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_no_seconds__test.test_email.test_email.TestMiscellaneous.test_parsedate_no_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_no_space_before_negative_offset__test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_negative_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_no_space_before_positive_offset__test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_positive_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_returns_None_for_invalid_strings__test.test_email.test_email.TestMiscellaneous.test_parsedate_returns_None_for_invalid_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_rfc_850__test.test_email.test_email.TestMiscellaneous.test_parsedate_rfc_850_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_to_datetime__test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_to_datetime_naive__test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsedate_to_datetime_with_invalid_raises_valueerror__test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_with_invalid_raises_valueerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsefile__test.test_xml_etree.ElementTreeTest.test_parsefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsefile__test.test_xml_etree_c.ElementTreeTest.test_parsefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseliteral__test.test_xml_etree.ElementTreeTest.test_parseliteral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parseliteral__test.test_xml_etree_c.ElementTreeTest.test_parseliteral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_argparse.TestStrings.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_email.test_email.TestIdempotent.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_email.test_policy.TestPolicyPropagation.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser__test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_comes_from_C__test.test_xml_etree_c.TestAcceleratorImported.test_parser_comes_from_C_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_command_help__test.test_argparse.TestAddSubparsers.test_parser_command_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_deeply_nested_patterns__test.test_patma.TestTracing.test_parser_deeply_nested_patterns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_default_1__test.test_optparse.TestExpandDefaults.test_parser_default_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_default_2__test.test_optparse.TestExpandDefaults.test_parser_default_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_does_not_close_file__test.test_email.test_email.TestParsers.test_parser_does_not_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_on_exception_does_not_close_file__test.test_email.test_email.TestParsers.test_parser_on_exception_does_not_close_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_propagates_policy_to_message__test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_propagates_policy_to_sub_messages__test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_sub_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parser_ref_cycle__test.test_xml_etree_c.MiscTests.test_parser_ref_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsers_action_missing_params__test.test_argparse.TestInvalidArgumentConstructors.test_parsers_action_missing_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsing__test.test_strtod.StrtodTests.test_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsing_error__test.test_cmd_line.CmdLineTest.test_parsing_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsing_error__test.test_configparser.CoverageOneHundredTestCase.test_parsing_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parsingerror__test.test_configparser.ExceptionPicklingTestCase.test_parsingerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_part_length__test.test_ipaddress.AddressTestCase_v6.test_part_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.RawUnicodeEscapeTest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF16BETest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF16LETest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF16Test.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF32BETest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF32LETest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF32Test.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF7Test.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF8SigTest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UTF8Test.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_codecs.UnicodeEscapeTest.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial__test.test_enum.TestSpecial.test_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_as_method__test.test_functools.TestPartialC.test_partial_as_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_as_method__test.test_functools.TestPartialCSubclass.test_partial_as_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_as_method__test.test_functools.TestPartialPy.test_partial_as_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_as_method__test.test_functools.TestPartialPySubclass.test_partial_as_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_falls_inside_message_delivery_status__test.test_email.test_email.TestMiscellaneous.test_partial_falls_inside_message_delivery_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_flags__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_functions__test.test_unittest.test_loader.Test_TestLoader.test_partial_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_genericalias__test.test_functools.TestPartialC.test_partial_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_genericalias__test.test_functools.TestPartialCSubclass.test_partial_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_genericalias__test.test_functools.TestPartialPy.test_partial_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_genericalias__test.test_functools.TestPartialPySubclass.test_partial_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_hash__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_input__test.test_tarfile.Bz2PartialReadTest.test_partial_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_input_bz2__test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_magic__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_post__test.test_xmlrpc.SimpleServerTestCase.test_partial_post_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_readintos__test.test_httplib.BasicTest.test_partial_readintos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_readintos_incomplete_body__test.test_httplib.BasicTest.test_partial_readintos_incomplete_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_readintos_no_content_length__test.test_httplib.BasicTest.test_partial_readintos_no_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_readintos_past_end__test.test_httplib.BasicTest.test_partial_readintos_past_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_reads__test.test_httplib.BasicTest.test_partial_reads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_reads_incomplete_body__test.test_httplib.BasicTest.test_partial_reads_incomplete_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_reads_no_content_length__test.test_httplib.BasicTest.test_partial_reads_no_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_reads_past_end__test.test_httplib.BasicTest.test_partial_reads_past_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_size__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partial_timestamp__test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partially__test.test__interpchannels.ChannelReleaseTests.test_partially_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_particular__test.test_strtod.StrtodTests.test_particular_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_particularly_evil_undecodable__test.test_compile.TestSpecifics.test_particularly_evil_undecodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition__test.test_bytes.ByteArrayTest.test_partition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition__test.test_bytes.BytesTest.test_partition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition__test.test_str.StrTest.test_partition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition__test.test_userstring.UserStringTest.test_partition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition_bytearray_doesnt_share_nullstring__test.test_bytes.ByteArrayTest.test_partition_bytearray_doesnt_share_nullstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition_int_error__test.test_bytes.ByteArrayTest.test_partition_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition_int_error__test.test_bytes.BytesTest.test_partition_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition_string_error__test.test_bytes.ByteArrayTest.test_partition_string_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_partition_string_error__test.test_bytes.BytesTest.test_partition_string_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PosixPathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PurePathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PathTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PosixPathTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PurePathTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_interning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_interning__test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_interning__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PathTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PurePathTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_parts_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pass___test.test_poplib.TestPOP3Class.test_pass__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass___test.test_poplib.TestPOP3_SSLClass.test_pass__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass___test.test_poplib.TestPOP3_TLSClass.test_pass__": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_by_value__test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_by_value_finalizer__test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_finalizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_by_value_in_register__test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_in_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_fds__test.test_subprocess.POSIXProcessTestCase.test_pass_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_fds_inheritable__test.test_subprocess.POSIXProcessTestCase.test_pass_fds_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_pointers__test.test_ctypes.test_pointers.PointersTestCase.test_pass_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_stmt__test.test_grammar.GrammarTests.test_pass_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pass_through__test.test_statistics.FailNegTest.test_pass_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_passing_kwargs_deprecated__test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_passing_kwargs_deprecated__test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_passing_kwargs_deprecated__test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_deprecated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_passing_kwargs_deprecated__test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_deprecated__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_password_manager__test.test_urllib2.RequestHdrsTests.test_password_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_873224__test.test_marshal.BugsTestCase.test_patch_873224_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch__test.test_unittest.testmock.testpatch.PatchTest.test_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_patch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_and_patch_dict_stopall__test.test_unittest.testmock.testpatch.PatchTest.test_patch_and_patch_dict_stopall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_builtins_without_create__test.test_unittest.testmock.testpatch.PatchTest.test_patch_builtins_without_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_class_acts_with_spec_is_inherited__test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_acts_with_spec_is_inherited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_class_attribute__test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_class_decorator__test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_as_context_manager__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_as_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_async_def__test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_async_def_context__test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_class_decorator__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_class_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_decorator_resolution__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_decorator_resolution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_keyword_args__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_start_stop__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_start_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_stop_without_start__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stop_without_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_stopall__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stopall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_test_prefix__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_test_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_with_clear__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_with_container_object__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_with_container_object_and_clear__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_and_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_dict_with_string__test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_imports_lazily__test.test_unittest.testmock.testpatch.PatchTest.test_patch_imports_lazily_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_keyword_args__test.test_unittest.testmock.testpatch.PatchTest.test_patch_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_local__test.test_unittest.testmock.testpatch.PatchTest.test_patch_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_create__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_create_mocks__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_create_mocks_different_order__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_different_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_create_mocks_patcher__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_patcher_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_decorating_class__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_decorating_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_failure__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_new_callable__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_new_callable_failure__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_no_kwargs__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_no_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_spec_set__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_stacked_decorators__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_stacked_decorators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_multiple_string_subclasses__test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_string_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_nested_autospec_repr__test.test_unittest.testmock.testpatch.PatchTest.test_patch_nested_autospec_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_object_keyword_args__test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_object_with_spec_as_boolean__test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_with_spec_as_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_object_with_statement__test.test_unittest.testmock.testwith.WithTest.test_patch_object_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_orderdict__test.test_unittest.testmock.testpatch.PatchTest.test_patch_orderdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_propagates_exc_on_exit__test.test_unittest.testmock.testpatch.PatchTest.test_patch_propagates_exc_on_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_proxy_object__test.test_unittest.testmock.testpatch.PatchTest.test_patch_proxy_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_slots__test.test_unittest.testmock.testpatch.PatchTest.test_patch_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_spec__test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_spec_callable_class__test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_callable_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_spec_instance__test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_spec_set__test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_spec_set__test.test_unittest.testmock.testpatch.PatchTest.test_patch_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_spec_set_instance__test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_start_stop__test.test_unittest.testmock.testpatch.PatchTest.test_patch_start_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_stopall__test.test_unittest.testmock.testpatch.PatchTest.test_patch_stopall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_test_prefix__test.test_unittest.testmock.testpatch.PatchTest.test_patch_test_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_autospec__test.test_unittest.testmock.testasync.AsyncAutospecTest.test_patch_with_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_create_mocks_non_existent_attributes__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_create_mocks_non_existent_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_exception__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_spec__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_spec_as_boolean__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_boolean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_spec_as_list__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_spec_mock_repr__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_mock_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_with_static_methods__test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_static_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patch_wont_create_by_default__test.test_unittest.testmock.testpatch.PatchTest.test_patch_wont_create_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_class_decorator__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_class_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_start_stop__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_start_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_twice__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_with_create_mocks_non_existent_attributes__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_create_mocks_non_existent_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_with_default_mock__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_default_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_with_none__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_with_spec__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_with_spec_as_list__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec_as_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_with_string_as_target__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_string_as_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patchobject_wont_create_by_default__test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_wont_create_by_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path1__test.test_xmlrpc.MultiPathServerTestCase.test_path1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path2__test.test_xmlrpc.MultiPathServerTestCase.test_path2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path3__test.test_xmlrpc.MultiPathServerTestCase.test_path3__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_path__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path__test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path__test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_abspath__test.test_ntpath.PathLikeTests.test_path_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_abspath__test.test_posixpath.PathLikeTests.test_path_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_basename__test.test_ntpath.PathLikeTests.test_path_basename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_basename__test.test_posixpath.PathLikeTests.test_path_basename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_cache__test.test_xml_etree.ElementTreeTest.test_path_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_cache__test.test_xml_etree_c.ElementTreeTest.test_path_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_commonpath__test.test_ntpath.PathLikeTests.test_path_commonpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_commonpath__test.test_posixpath.PathLikeTests.test_path_commonpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_commonprefix__test.test_genericpath.PathLikeTests.test_path_commonprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_dirname__test.test_ntpath.PathLikeTests.test_path_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_dirname__test.test_posixpath.PathLikeTests.test_path_dirname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_exists__test.test_genericpath.PathLikeTests.test_path_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_expanduser__test.test_ntpath.PathLikeTests.test_path_expanduser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_expanduser__test.test_posixpath.PathLikeTests.test_path_expanduser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_expandvars__test.test_ntpath.PathLikeTests.test_path_expandvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_expandvars__test.test_posixpath.PathLikeTests.test_path_expandvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_fragment__test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_path_getctime__test.test_genericpath.PathLikeTests.test_path_getctime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_getmtime__test.test_genericpath.PathLikeTests.test_path_getmtime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_getsize__test.test_genericpath.PathLikeTests.test_path_getsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_hooks__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_hooks__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_hooks__test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_hooks__test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_ignored__test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_ignored__test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_importer_cache_empty_string__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_importer_cache_empty_string__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_importer_cache_empty_string__test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_importer_cache_empty_string__test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_indexable__test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_is_absolute__test.test_tempfile.TestMkdtemp.test_path_is_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_isabs__test.test_ntpath.PathLikeTests.test_path_isabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_isabs__test.test_posixpath.PathLikeTests.test_path_isabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_isdir__test.test_genericpath.PathLikeTests.test_path_isdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_isdir__test.test_ntpath.PathLikeTests.test_path_isdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_isfile__test.test_genericpath.PathLikeTests.test_path_isfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_islink__test.test_ntpath.PathLikeTests.test_path_islink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_islink__test.test_posixpath.PathLikeTests.test_path_islink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_ismount__test.test_ntpath.PathLikeTests.test_path_ismount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_ismount__test.test_posixpath.PathLikeTests.test_path_ismount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_join__test.test_ntpath.PathLikeTests.test_path_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_join__test.test_posixpath.PathLikeTests.test_path_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_lexists__test.test_ntpath.PathLikeTests.test_path_lexists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_lexists__test.test_posixpath.PathLikeTests.test_path_lexists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_like_ob__test.test_mimetypes.MimeTypesTestCase.test_path_like_ob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_like_objects__test.test_compile.TestSpecifics.test_path_like_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_mirror__test.test_http_cookiejar.CookieTests.test_path_mirror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_normcase__test.test_ntpath.PathLikeTests.test_path_normcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_normcase__test.test_posixpath.PathLikeTests.test_path_normcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_normpath__test.test_ntpath.PathLikeTests.test_path_normpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_normpath__test.test_posixpath.PathLikeTests.test_path_normpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_objects__test.test_sax.PrepareInputSourceTest.test_path_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_prefix_match__test.test_http_cookiejar.CookieTests.test_path_prefix_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_query__test.test_xmlrpc.MultiPathServerTestCase.test_path_query__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_path_query_fragment__test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_path_realpath__test.test_ntpath.PathLikeTests.test_path_realpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_realpath__test.test_posixpath.PathLikeTests.test_path_realpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_relpath__test.test_ntpath.PathLikeTests.test_path_relpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_relpath__test.test_posixpath.PathLikeTests.test_path_relpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_samefile__test.test_genericpath.PathLikeTests.test_path_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_split__test.test_ntpath.PathLikeTests.test_path_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_split__test.test_posixpath.PathLikeTests.test_path_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_splitdrive__test.test_ntpath.PathLikeTests.test_path_splitdrive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_splitdrive__test.test_posixpath.PathLikeTests.test_path_splitdrive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_splitext__test.test_ntpath.PathLikeTests.test_path_splitext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_splitext__test.test_posixpath.PathLikeTests.test_path_splitext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_splitroot__test.test_ntpath.PathLikeTests.test_path_splitroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_splitroot__test.test_posixpath.PathLikeTests.test_path_splitroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_t_converter__test.test_os.PathTConverterTests.test_path_t_converter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_t_converter_and_custom_class__test.test_os.PathTConverterTests.test_path_t_converter_and_custom_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_with_null_byte__test.test_posix.PosixTester.test_path_with_null_byte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_with_null_character__test.test_posix.PosixTester.test_path_with_null_character_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_path_without_leading_slash__test.test_httpservers.SimpleHTTPServerTestCase.test_path_without_leading_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathext__test.test_shutil.TestWhich.test_pathext__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext__test.test_shutil.TestWhichBytes.test_pathext__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_applied_on_files_in_path__test.test_shutil.TestWhich.test_pathext_applied_on_files_in_path__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_applied_on_files_in_path__test.test_shutil.TestWhichBytes.test_pathext_applied_on_files_in_path__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_checking__test.test_shutil.TestWhich.test_pathext_checking__'pathext_check_is_Windows-only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_checking__test.test_shutil.TestWhichBytes.test_pathext_checking__'pathext_check_is_Windows-only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_extension_ends_with_dot__test.test_shutil.TestWhich.test_pathext_extension_ends_with_dot__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_extension_ends_with_dot__test.test_shutil.TestWhichBytes.test_pathext_extension_ends_with_dot__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_with_empty_str__test.test_shutil.TestWhich.test_pathext_with_empty_str__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_with_empty_str__test.test_shutil.TestWhichBytes.test_pathext_with_empty_str__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_with_multidot_extension__test.test_shutil.TestWhich.test_pathext_with_multidot_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_with_multidot_extension__test.test_shutil.TestWhichBytes.test_pathext_with_multidot_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_with_null_extension__test.test_shutil.TestWhich.test_pathext_with_null_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathext_with_null_extension__test.test_shutil.TestWhichBytes.test_pathext_with_null_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathlib_bytes_path_file_shelf__test.test_shelve.TestCase.test_pathlib_bytes_path_file_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlib_path_file_shelf__test.test_shelve.TestCase.test_pathlib_path_file_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike__test.test_os.ReadlinkTests.test_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike__test.test_os.TestPEP519.test_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike__test.test_os.TestPEP519PurePython.test_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_bytes__test.test_os.ReadlinkTests.test_pathlike_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_bytes_name__test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_bytes_name__test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_bytes_name__test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_bytes_name__test.test_tarfile.MiscReadTest.test_pathlike_bytes_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_class_getitem__test.test_os.TestPEP519.test_pathlike_class_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_class_getitem__test.test_os.TestPEP519PurePython.test_pathlike_class_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_executable__test.test_subprocess.ProcessTestCase.test_pathlike_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_executable__test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_executable_replaces_shell__test.test_subprocess.ProcessTestCase.test_pathlike_executable_replaces_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_executable_replaces_shell__test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_replaces_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_file__test.test_fileinput.FileInputTests.test_pathlike_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_file__test.test_gzip.TestOpen.test_pathlike_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_file_inplace__test.test_fileinput.FileInputTests.test_pathlike_file_inplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_name__test.test_tarfile.Bz2MiscReadTest.test_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_name__test.test_tarfile.GzipMiscReadTest.test_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_name__test.test_tarfile.LzmaMiscReadTest.test_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_name__test.test_tarfile.MiscReadTest.test_pathlike_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_subclass_slots__test.test_os.TestPEP519.test_pathlike_subclass_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_subclass_slots__test.test_os.TestPEP519PurePython.test_pathlike_subclass_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_subclasshook__test.test_os.TestPEP519.test_pathlike_subclasshook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathlike_subclasshook__test.test_os.TestPEP519PurePython.test_pathlike_subclasshook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathname2url_nonascii__test.test_urllib.Pathname_Tests.test_pathname2url_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathname2url_posix__test.test_urllib.Pathname_Tests.test_pathname2url_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathname2url_win__test.test_urllib.Pathname_Tests.test_pathname2url_win__'test_specific_to_Windows_pathnames.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pathnames__test.test_tarfile.Bz2WriteTest.test_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathnames__test.test_tarfile.GzipWriteTest.test_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathnames__test.test_tarfile.LzmaWriteTest.test_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathnames__test.test_tarfile.WriteTest.test_pathnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pathological_trailing_whitespace__test.test_tokenize.TestTokenize.test_pathological_trailing_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_paths_depend_on_site_initialization__test.test_sysconfig.TestSysConfig.test_paths_depend_on_site_initialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_000__test.test_patma.TestPatma.test_patma_000_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_001__test.test_patma.TestPatma.test_patma_001_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_002__test.test_patma.TestPatma.test_patma_002_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_003__test.test_patma.TestPatma.test_patma_003_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_004__test.test_patma.TestPatma.test_patma_004_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_005__test.test_patma.TestPatma.test_patma_005_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_006__test.test_patma.TestPatma.test_patma_006_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_007__test.test_patma.TestPatma.test_patma_007_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_008__test.test_patma.TestPatma.test_patma_008_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_009__test.test_patma.TestPatma.test_patma_009_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_010__test.test_patma.TestPatma.test_patma_010_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_011__test.test_patma.TestPatma.test_patma_011_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_012__test.test_patma.TestPatma.test_patma_012_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_013__test.test_patma.TestPatma.test_patma_013_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_014__test.test_patma.TestPatma.test_patma_014_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_015__test.test_patma.TestPatma.test_patma_015_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_016__test.test_patma.TestPatma.test_patma_016_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_017__test.test_patma.TestPatma.test_patma_017_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_018__test.test_patma.TestPatma.test_patma_018_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_019__test.test_patma.TestPatma.test_patma_019_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_020__test.test_patma.TestPatma.test_patma_020_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_021__test.test_patma.TestPatma.test_patma_021_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_022__test.test_patma.TestPatma.test_patma_022_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_023__test.test_patma.TestPatma.test_patma_023_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_024__test.test_patma.TestPatma.test_patma_024_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_025__test.test_patma.TestPatma.test_patma_025_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_026__test.test_patma.TestPatma.test_patma_026_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_027__test.test_patma.TestPatma.test_patma_027_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_028__test.test_patma.TestPatma.test_patma_028_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_029__test.test_patma.TestPatma.test_patma_029_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_030__test.test_patma.TestPatma.test_patma_030_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_031__test.test_patma.TestPatma.test_patma_031_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_032__test.test_patma.TestPatma.test_patma_032_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_033__test.test_patma.TestPatma.test_patma_033_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_034__test.test_patma.TestPatma.test_patma_034_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_035__test.test_patma.TestPatma.test_patma_035_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_036__test.test_patma.TestPatma.test_patma_036_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_037__test.test_patma.TestPatma.test_patma_037_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_038__test.test_patma.TestPatma.test_patma_038_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_039__test.test_patma.TestPatma.test_patma_039_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_040__test.test_patma.TestPatma.test_patma_040_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_041__test.test_patma.TestPatma.test_patma_041_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_042__test.test_patma.TestPatma.test_patma_042_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_043__test.test_patma.TestPatma.test_patma_043_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_044__test.test_patma.TestPatma.test_patma_044_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_045__test.test_patma.TestPatma.test_patma_045_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_046__test.test_patma.TestPatma.test_patma_046_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_047__test.test_patma.TestPatma.test_patma_047_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_048__test.test_patma.TestPatma.test_patma_048_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_049__test.test_patma.TestPatma.test_patma_049_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_050__test.test_patma.TestPatma.test_patma_050_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_051__test.test_patma.TestPatma.test_patma_051_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_052__test.test_patma.TestPatma.test_patma_052_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_053__test.test_patma.TestPatma.test_patma_053_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_054__test.test_patma.TestPatma.test_patma_054_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_055__test.test_patma.TestPatma.test_patma_055_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_056__test.test_patma.TestPatma.test_patma_056_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_057__test.test_patma.TestPatma.test_patma_057_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_058__test.test_patma.TestPatma.test_patma_058_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_059__test.test_patma.TestPatma.test_patma_059_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_060__test.test_patma.TestPatma.test_patma_060_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_061__test.test_patma.TestPatma.test_patma_061_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_062__test.test_patma.TestPatma.test_patma_062_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_063__test.test_patma.TestPatma.test_patma_063_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_064__test.test_patma.TestPatma.test_patma_064_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_065__test.test_patma.TestPatma.test_patma_065_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_066__test.test_patma.TestPatma.test_patma_066_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_067__test.test_patma.TestPatma.test_patma_067_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_068__test.test_patma.TestPatma.test_patma_068_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_069__test.test_patma.TestPatma.test_patma_069_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_070__test.test_patma.TestPatma.test_patma_070_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_071__test.test_patma.TestPatma.test_patma_071_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_072__test.test_patma.TestPatma.test_patma_072_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_073__test.test_patma.TestPatma.test_patma_073_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_074__test.test_patma.TestPatma.test_patma_074_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_075__test.test_patma.TestPatma.test_patma_075_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_076__test.test_patma.TestPatma.test_patma_076_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_077__test.test_patma.TestPatma.test_patma_077_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_078__test.test_patma.TestPatma.test_patma_078_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_079__test.test_patma.TestPatma.test_patma_079_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_080__test.test_patma.TestPatma.test_patma_080_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_081__test.test_patma.TestPatma.test_patma_081_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_082__test.test_patma.TestPatma.test_patma_082_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_083__test.test_patma.TestPatma.test_patma_083_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_084__test.test_patma.TestPatma.test_patma_084_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_085__test.test_patma.TestPatma.test_patma_085_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_086__test.test_patma.TestPatma.test_patma_086_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_087__test.test_patma.TestPatma.test_patma_087_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_088__test.test_patma.TestPatma.test_patma_088_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_089__test.test_patma.TestPatma.test_patma_089_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_090__test.test_patma.TestPatma.test_patma_090_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_091__test.test_patma.TestPatma.test_patma_091_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_092__test.test_patma.TestPatma.test_patma_092_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_093__test.test_patma.TestPatma.test_patma_093_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_094__test.test_patma.TestPatma.test_patma_094_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_095__test.test_patma.TestPatma.test_patma_095_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_096__test.test_patma.TestPatma.test_patma_096_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_097__test.test_patma.TestPatma.test_patma_097_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_098__test.test_patma.TestPatma.test_patma_098_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_099__test.test_patma.TestPatma.test_patma_099_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_100__test.test_patma.TestPatma.test_patma_100_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_101__test.test_patma.TestPatma.test_patma_101_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_102__test.test_patma.TestPatma.test_patma_102_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_103__test.test_patma.TestPatma.test_patma_103_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_104__test.test_patma.TestPatma.test_patma_104_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_105__test.test_patma.TestPatma.test_patma_105_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_106__test.test_patma.TestPatma.test_patma_106_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_107__test.test_patma.TestPatma.test_patma_107_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_108__test.test_patma.TestPatma.test_patma_108_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_109__test.test_patma.TestPatma.test_patma_109_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_110__test.test_patma.TestPatma.test_patma_110_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_111__test.test_patma.TestPatma.test_patma_111_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_112__test.test_patma.TestPatma.test_patma_112_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_113__test.test_patma.TestPatma.test_patma_113_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_114__test.test_patma.TestPatma.test_patma_114_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_115__test.test_patma.TestPatma.test_patma_115_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_116__test.test_patma.TestPatma.test_patma_116_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_117__test.test_patma.TestPatma.test_patma_117_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_118__test.test_patma.TestPatma.test_patma_118_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_119__test.test_patma.TestPatma.test_patma_119_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_120__test.test_patma.TestPatma.test_patma_120_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_121__test.test_patma.TestPatma.test_patma_121_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_122__test.test_patma.TestPatma.test_patma_122_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_123__test.test_patma.TestPatma.test_patma_123_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_124__test.test_patma.TestPatma.test_patma_124_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_125__test.test_patma.TestPatma.test_patma_125_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_126__test.test_patma.TestPatma.test_patma_126_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_127__test.test_patma.TestPatma.test_patma_127_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_128__test.test_patma.TestPatma.test_patma_128_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_129__test.test_patma.TestPatma.test_patma_129_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_130__test.test_patma.TestPatma.test_patma_130_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_131__test.test_patma.TestPatma.test_patma_131_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_132__test.test_patma.TestPatma.test_patma_132_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_133__test.test_patma.TestPatma.test_patma_133_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_134__test.test_patma.TestPatma.test_patma_134_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_135__test.test_patma.TestPatma.test_patma_135_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_136__test.test_patma.TestPatma.test_patma_136_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_137__test.test_patma.TestPatma.test_patma_137_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_138__test.test_patma.TestPatma.test_patma_138_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_139__test.test_patma.TestPatma.test_patma_139_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_140__test.test_patma.TestPatma.test_patma_140_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_141__test.test_patma.TestPatma.test_patma_141_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_142__test.test_patma.TestPatma.test_patma_142_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_143__test.test_patma.TestPatma.test_patma_143_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_144__test.test_patma.TestPatma.test_patma_144_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_145__test.test_patma.TestPatma.test_patma_145_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_146__test.test_patma.TestPatma.test_patma_146_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_147__test.test_patma.TestPatma.test_patma_147_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_148__test.test_patma.TestPatma.test_patma_148_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_149__test.test_patma.TestPatma.test_patma_149_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_150__test.test_patma.TestPatma.test_patma_150_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_151__test.test_patma.TestPatma.test_patma_151_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_152__test.test_patma.TestPatma.test_patma_152_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_153__test.test_patma.TestPatma.test_patma_153_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_154__test.test_patma.TestPatma.test_patma_154_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_155__test.test_patma.TestPatma.test_patma_155_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_156__test.test_patma.TestPatma.test_patma_156_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_157__test.test_patma.TestPatma.test_patma_157_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_158__test.test_patma.TestPatma.test_patma_158_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_159__test.test_patma.TestPatma.test_patma_159_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_160__test.test_patma.TestPatma.test_patma_160_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_161__test.test_patma.TestPatma.test_patma_161_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_162__test.test_patma.TestPatma.test_patma_162_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_163__test.test_patma.TestPatma.test_patma_163_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_164__test.test_patma.TestPatma.test_patma_164_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_165__test.test_patma.TestPatma.test_patma_165_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_166__test.test_patma.TestPatma.test_patma_166_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_167__test.test_patma.TestPatma.test_patma_167_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_168__test.test_patma.TestPatma.test_patma_168_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_169__test.test_patma.TestPatma.test_patma_169_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_170__test.test_patma.TestPatma.test_patma_170_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_171__test.test_patma.TestPatma.test_patma_171_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_172__test.test_patma.TestPatma.test_patma_172_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_173__test.test_patma.TestPatma.test_patma_173_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_174__test.test_patma.TestPatma.test_patma_174_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_175__test.test_patma.TestPatma.test_patma_175_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_176__test.test_patma.TestPatma.test_patma_176_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_177__test.test_patma.TestPatma.test_patma_177_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_178__test.test_patma.TestPatma.test_patma_178_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_179__test.test_patma.TestPatma.test_patma_179_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_180__test.test_patma.TestPatma.test_patma_180_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_181__test.test_patma.TestPatma.test_patma_181_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_182__test.test_patma.TestPatma.test_patma_182_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_183__test.test_patma.TestPatma.test_patma_183_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_184__test.test_patma.TestPatma.test_patma_184_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_185__test.test_patma.TestPatma.test_patma_185_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_186__test.test_patma.TestPatma.test_patma_186_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_187__test.test_patma.TestPatma.test_patma_187_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_188__test.test_patma.TestPatma.test_patma_188_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_189__test.test_patma.TestPatma.test_patma_189_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_190__test.test_patma.TestPatma.test_patma_190_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_191__test.test_patma.TestPatma.test_patma_191_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_192__test.test_patma.TestPatma.test_patma_192_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_193__test.test_patma.TestPatma.test_patma_193_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_194__test.test_patma.TestPatma.test_patma_194_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_195__test.test_patma.TestPatma.test_patma_195_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_196__test.test_patma.TestPatma.test_patma_196_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_197__test.test_patma.TestPatma.test_patma_197_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_198__test.test_patma.TestPatma.test_patma_198_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_199__test.test_patma.TestPatma.test_patma_199_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_200__test.test_patma.TestPatma.test_patma_200_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_201__test.test_patma.TestPatma.test_patma_201_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_202__test.test_patma.TestPatma.test_patma_202_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_203__test.test_patma.TestPatma.test_patma_203_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_204__test.test_patma.TestPatma.test_patma_204_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_205__test.test_patma.TestPatma.test_patma_205_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_206__test.test_patma.TestPatma.test_patma_206_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_207__test.test_patma.TestPatma.test_patma_207_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_208__test.test_patma.TestPatma.test_patma_208_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_209__test.test_patma.TestPatma.test_patma_209_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_210__test.test_patma.TestPatma.test_patma_210_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_211__test.test_patma.TestPatma.test_patma_211_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_212__test.test_patma.TestPatma.test_patma_212_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_213__test.test_patma.TestPatma.test_patma_213_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_214__test.test_patma.TestPatma.test_patma_214_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_215__test.test_patma.TestPatma.test_patma_215_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_216__test.test_patma.TestPatma.test_patma_216_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_217__test.test_patma.TestPatma.test_patma_217_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_218__test.test_patma.TestPatma.test_patma_218_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_219__test.test_patma.TestPatma.test_patma_219_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_220__test.test_patma.TestPatma.test_patma_220_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_221__test.test_patma.TestPatma.test_patma_221_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_222__test.test_patma.TestPatma.test_patma_222_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_223__test.test_patma.TestPatma.test_patma_223_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_224__test.test_patma.TestPatma.test_patma_224_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_225__test.test_patma.TestPatma.test_patma_225_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_226__test.test_patma.TestPatma.test_patma_226_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_227__test.test_patma.TestPatma.test_patma_227_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_228__test.test_patma.TestPatma.test_patma_228_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_229__test.test_patma.TestPatma.test_patma_229_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_230__test.test_patma.TestPatma.test_patma_230_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_231__test.test_patma.TestPatma.test_patma_231_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_232__test.test_patma.TestPatma.test_patma_232_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_233__test.test_patma.TestPatma.test_patma_233_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_234__test.test_patma.TestPatma.test_patma_234_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_235__test.test_patma.TestPatma.test_patma_235_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_236__test.test_patma.TestPatma.test_patma_236_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_237__test.test_patma.TestPatma.test_patma_237_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_238__test.test_patma.TestPatma.test_patma_238_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_239__test.test_patma.TestPatma.test_patma_239_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_240__test.test_patma.TestPatma.test_patma_240_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_241__test.test_patma.TestPatma.test_patma_241_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_242__test.test_patma.TestPatma.test_patma_242_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_243__test.test_patma.TestPatma.test_patma_243_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_244__test.test_patma.TestPatma.test_patma_244_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_245__test.test_patma.TestPatma.test_patma_245_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_246__test.test_patma.TestPatma.test_patma_246_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_247__test.test_patma.TestPatma.test_patma_247_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_248__test.test_patma.TestPatma.test_patma_248_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_249__test.test_patma.TestPatma.test_patma_249_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_250__test.test_patma.TestPatma.test_patma_250_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_251__test.test_patma.TestPatma.test_patma_251_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_252__test.test_patma.TestPatma.test_patma_252_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_253__test.test_patma.TestPatma.test_patma_253_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_254__test.test_patma.TestPatma.test_patma_254_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_255__test.test_patma.TestPatma.test_patma_255_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_generic_protocol__test.test_patma.TestPatma.test_patma_generic_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_protocol_with_match_args__test.test_patma.TestPatma.test_patma_protocol_with_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patma_runtime_checkable_protocol__test.test_patma.TestPatma.test_patma_runtime_checkable_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pattern__test.test_strptime.TimeRETests.test_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pattern_compare__test.test_re.ReTests.test_pattern_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pattern_compare_bytes__test.test_re.ReTests.test_pattern_compare_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pattern_escaping__test.test_strptime.TimeRETests.test_pattern_escaping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pattern_override__test.test_string.TestTemplate.test_pattern_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patterns_may_only_match_literals_and_attribute_lookups_0__test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_patterns_may_only_match_literals_and_attribute_lookups_1__test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_pause_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_pause_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_pause_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_pause_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading_connection_made__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_reading_connection_made_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading_connection_made__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_reading_connection_made_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading_on_closed_pipe__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_closed_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_reading_on_paused_pipe__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_paused_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_resume_reading__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_resume_reading__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_resume_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_resume_writing__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_writing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_writing_2write__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_2write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pause_writing_3write__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_3write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pax_extended_header__test.test_tarfile.PaxWriteTest.test_pax_extended_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pax_global_header__test.test_tarfile.PaxWriteTest.test_pax_global_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pax_global_headers__test.test_tarfile.PaxReadTest.test_pax_global_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pax_header_bad_formats__test.test_tarfile.PaxReadTest.test_pax_header_bad_formats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pax_limits__test.test_tarfile.LimitsTest.test_pax_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pax_number_fields__test.test_tarfile.PaxReadTest.test_pax_number_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_payload__test.test_email.test_email.TestMIMEText.test_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_payload_encoding__test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_payload_encoding_utf8__test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pbkdf2_hmac_c__test.test_hashlib.KDFTests.test_pbkdf2_hmac_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pcbuild_rt__test.test_regrtest.ProgramsTestCase.test_pcbuild_rt__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pdb_issue4201__test.test_zipimport_support.ZipSupportTests.test_pdb_issue4201_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pdbrc_alias__test.test_pdb.PdbTestCase.test_pdbrc_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pdbrc_basic__test.test_pdb.PdbTestCase.test_pdbrc_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pdbrc_commands__test.test_pdb.PdbTestCase.test_pdbrc_commands_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pdbrc_semicolon__test.test_pdb.PdbTestCase.test_pdbrc_semicolon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pdf__test.test_statistics.TestNormalDistC.test_pdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pdf__test.test_statistics.TestNormalDistPython.test_pdf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek_0__test.test_httplib.ExtendedReadTest.test_peek_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek_0__test.test_httplib.ExtendedReadTestChunked.test_peek_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek_0__test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_gzip.TestGzip.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_httplib.ExtendedReadTest.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_httplib.ExtendedReadTestChunked.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_io.CBufferedRWPairTest.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_io.PyBufferedRWPairTest.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek__test.test_lzma.FileTestCase.test_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_peek_bad_args__test.test_lzma.FileTestCase.test_peek_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pending__test.test_signal.WakeupSignalTests.test_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pending__test.test_ssl.MemoryBIOTests.test_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_penguins__test.test_zlib.ChecksumTestCase.test_penguins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3118_obsolete_write_locks__test.test_capi.test_misc.Test_testcapi.test_pep3118_obsolete_write_locks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3120__test.test_utf8source.PEP3120Test.test_pep3120_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3147_paths_doubleoptimize__test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_doubleoptimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3147_paths_doubleoptimize__test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_doubleoptimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3147_paths_normal__test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3147_paths_normal__test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3147_paths_optimize__test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_optimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep3147_paths_optimize__test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_optimize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep393_utf8_caching_bug__test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_class_with_future_annotations__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_class_with_future_annotations__test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_class_with_future_annotations_and_local_shadowing__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_and_local_shadowing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_class_with_future_annotations_and_local_shadowing__test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_and_local_shadowing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars__test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_protocol_callable_members__test.test_typing.ProtocolTests.test_pep695_generic_protocol_callable_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generic_typeddict__test.test_typing.TypedDictTests.test_pep695_generic_typeddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep695_generics_can_be_runtime_checkable__test.test_typing.ProtocolTests.test_pep695_generics_can_be_runtime_checkable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_409_verbiage__test.test_cmd_line_script.CmdLineTest.test_pep_409_verbiage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_function_with_future_annotations__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_function_with_future_annotations__test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars__test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_method_with_future_annotations__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_method_with_future_annotations__test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars__test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generics_with_future_annotations_nested_in_function__test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generics_with_future_annotations_nested_in_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pep_695_generics_with_future_annotations_nested_in_function__test.test_typing.GenericTests.test_pep_695_generics_with_future_annotations_nested_in_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_per_class_limit__test.test_type_cache.TypeCacheTests.test_per_class_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_percent__test.test_logging.FormatterTest.test_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_percent__test.test_strptime.StrptimeTests.test_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_percent_escape__test.test_locale.TestLocaleFormatString.test_percent_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_percents__test.test_string.TestTemplate.test_percents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_perf_counter__test.test_capi.test_time.CAPITest.test_perf_counter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_perf_counter__test.test_time.TimeTestCase.test_perf_counter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permissions_after_flush__test.test_mailbox.TestBabyl.test_permissions_after_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permissions_after_flush__test.test_mailbox.TestMMDF.test_permissions_after_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permissions_after_flush__test.test_mailbox.TestMbox.test_permissions_after_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permutations__test.test_itertools.TestBasicOps.test_permutations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permutations__test.test_itertools.TestExamples.test_permutations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permutations__test.test_itertools.TestGC.test_permutations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permutations_overflow__test.test_itertools.TestBasicOps.test_permutations_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_permutations_result_gc__test.test_itertools.TestBasicOps.test_permutations_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permutations_sizeof__test.test_itertools.SizeofTest.test_permutations_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_permutations_tuple_reuse__test.test_itertools.TestBasicOps.test_permutations_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_persid__test.test_pickletools.DisTests.test_persid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_persistence__test.test_pickle.CPersPicklerTests.test_persistence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_persistence__test.test_pickle.PyPersPicklerTests.test_persistence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_persistent_loggers__test.test_logging.MemoryTest.test_persistent_loggers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pha_no_pha_client__test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pha_no_pha_server__test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pha_not_tls13__test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pha_required__test.test_ssl.TestPostHandshakeAuth.test_pha_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pha_setter__test.test_ssl.TestPostHandshakeAuth.test_pha_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_phase__test.test_cmath.CMathTests.test_phase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.datetimetester.TestTimeZone_Fast.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.datetimetester.TestTimeZone_Pure.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.ByteTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.DoubleTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.FloatTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.IntTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.LongLongTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.LongTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.ShortTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UCS4Test.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UnicodeTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UnsignedByteTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UnsignedIntTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UnsignedLongLongTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UnsignedLongTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_array.UnsignedShortTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_audit.AuditTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_bool.BoolTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_bytes.ByteArraySubclassTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_bytes.ByteArraySubclassWithSlotsTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_bytes.BytesSubclassTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_codecs.CodecsModuleTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_codecs.StreamReaderTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_codecs.StreamReaderWriterTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_codecs.StreamRecoderTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_codecs.StreamWriterTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_collections.TestNamedTuple.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_coroutines.CoroutineTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_csv.TestDialectRegistry.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_decimal.CContextAPItests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_decimal.CPythonAPItests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_decimal.PyContextAPItests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_decimal.PyPythonAPItests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_deque.TestBasic.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_deque.TestSequence.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_dictviews.DictSetTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enum.OldTestFlag.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.EnumerateStartTestCase.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.EnumerateTestCase.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.SubclassTestCase.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.TestBig.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.TestEmpty.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.TestLongStart.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.TestReversed.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_enumerate.TestStart.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestLRUC.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestLRUPy.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestPartialC.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestPartialCSubclass.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestPartialPy.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestPartialPySubclass.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_functools.TestTotalOrdering.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_generators.GeneratorTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_genericalias.BaseTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_http_cookies.CookieTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_http_cookies.MorselTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_interpreters.test_api.InterpreterObjectTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_interpreters.test_channels.TestRecvChannelAttrs.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_interpreters.test_channels.TestSendChannelAttrs.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_interpreters.test_queues.QueueTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_ipaddress.AddressTestCase_v4.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_ipaddress.AddressTestCase_v6.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_ipaddress.InterfaceTestCase_v4.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_ipaddress.InterfaceTestCase_v6.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_ipaddress.NetworkTestCase_v4.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_ipaddress.NetworkTestCase_v6.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_list.ListTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_lzma.CompressorDecompressorTestCase.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_memoryview.OtherTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_slice.SliceTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_socket.GeneralModuleTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_statistics.TestNormalDistC.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_statistics.TestNormalDistPython.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_tuple.TupleTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_types.SimpleNamespaceTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.AnnotatedTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.CollectionsCallableTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.GenericTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.NewTypeTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.TypeParameterDefaultsTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.TypedDictTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_typing.TypingCallableTests.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_userlist.UserListTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_xml_etree.BasicElementTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_xml_etree.ElementIterTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_xml_etree_c.BasicElementTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_xml_etree_c.ElementIterTest.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle__test.test_zipfile._path.test_path.TestPath.test_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_after_from_file__test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_pickle_after_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_after_from_file__test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_pickle_after_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_by_name__test.test_enum.TestSpecial.test_pickle_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_created__test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_created_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_date__test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_enum__test.test_enum.TestSpecial.test_pickle_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_enum_function__test.test_enum.TestSpecial.test_pickle_enum_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_enum_function_with_module__test.test_enum.TestSpecial.test_pickle_enum_function_with_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_explodes__test.test_enum.TestSpecial.test_pickle_explodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_float__test.test_enum.TestSpecial.test_pickle_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_fold__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_pickle_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_fold__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_pickle_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.ByteTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.DoubleTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.FloatTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.IntTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.LongLongTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.LongTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.ShortTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UCS4Test.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UnicodeTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UnsignedByteTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UnsignedIntTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UnsignedLongLongTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UnsignedLongTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_for_empty_array__test.test_array.UnsignedShortTest.test_pickle_for_empty_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_from__test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_generic__test.test_typing.TypedDictTests.test_pickle_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_int__test.test_enum.TestSpecial.test_pickle_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_invalid_reducer_override__test.test_pickle.CPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_invalid_reducer_override__test.test_pickle.PyPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_issue18997__test.test_xml_etree.BasicElementTest.test_pickle_issue18997_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_issue18997__test.test_xml_etree_c.BasicElementTest.test_pickle_issue18997_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_iterator__test.test_str.StrTest.test_pickle_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_nested_class__test.test_enum.TestSpecial.test_pickle_nested_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_parsed__test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_parsed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_recursive__test.test_deque.TestBasic.test_pickle_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_recursive__test.test_deque.TestSubclass.test_pickle_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_recursive__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pickle_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_recursive__test.test_ordered_dict.CPythonOrderedDictTests.test_pickle_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_recursive__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pickle_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_recursive__test.test_ordered_dict.PurePythonOrderedDictTests.test_pickle_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_roundtrip__test.test_uuid.TestUUIDWithExtModule.test_pickle_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_roundtrip__test.test_uuid.TestUUIDWithoutExtModule.test_pickle_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_setstate_None__test.test_pickle.CDumpPickle_LoadPickle.test_pickle_setstate_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_setstate_None__test.test_pickle.CPicklerTests.test_pickle_setstate_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_setstate_None__test.test_pickle.DumpPickle_CLoadPickle.test_pickle_setstate_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_setstate_None__test.test_pickle.InMemoryPickleTests.test_pickle_setstate_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_setstate_None__test.test_pickle.PyPicklerTests.test_pickle_setstate_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_setstate_None__test.test_pickletools.OptimizedPickleTests.test_pickle_setstate_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_slots__test.test_descr.PicklingTests.test_pickle_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_subject__test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_subject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_support__test.test_dataclasses.TestMakeDataclass.test_pickle_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_to_2x__test.test_pickle.CDumpPickle_LoadPickle.test_pickle_to_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_to_2x__test.test_pickle.CPicklerTests.test_pickle_to_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_to_2x__test.test_pickle.DumpPickle_CLoadPickle.test_pickle_to_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_to_2x__test.test_pickle.InMemoryPickleTests.test_pickle_to_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_to_2x__test.test_pickle.PyPicklerTests.test_pickle_to_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_to__test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_unpickle__test.test_unittest.test_runner.Test_TextTestRunner.test_pickle_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_unpickle_cache__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_unpickle_cache__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_unpickle_no_cache__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickle_unpickle_no_cache__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_picklebuffer_error__test.test_pickle.CPicklingErrorTests.test_picklebuffer_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_picklebuffer_error__test.test_pickle.PyPicklingErrorTests.test_picklebuffer_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_picklebuffer_reference_loop__test.test_memoryview.OtherTest.test_picklebuffer_reference_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler__test.test_pickle.SizeofTests.test_pickler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_bad_file__test.test_pickle.CPickleTests.test_pickler_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_bad_file__test.test_pickle.PyPickleTests.test_pickler_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_hook__test.test_pickle.CPicklerHookTests.test_pickler_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_hook__test.test_pickle.PyPicklerHookTests.test_pickler_hook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_instance_attribute__test.test_pickle.CIdPersPicklerTests.test_pickler_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_instance_attribute__test.test_pickle.PyIdPersPicklerTests.test_pickler_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_reference_cycle__test.test_pickle.CIdPersPicklerTests.test_pickler_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_reference_cycle__test.test_pickle.PyIdPersPicklerTests.test_pickler_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_super__test.test_pickle.CIdPersPicklerTests.test_pickler_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_super__test.test_pickle.PyIdPersPicklerTests.test_pickler_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_super_instance_attribute__test.test_pickle.CIdPersPicklerTests.test_pickler_super_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickler_super_instance_attribute__test.test_pickle.PyIdPersPicklerTests.test_pickler_super_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_picklevalues__test.test_bool.BoolTest.test_picklevalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestDateTimeTZ_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestDateTimeTZ_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestDateTime_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestDateTime_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestDate_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestDate_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestSubclassDateTime_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestSubclassDateTime_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestTimeDelta_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestTimeDelta_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestTimeTZ_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestTimeTZ_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestTime_Fast.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.datetimetester.TestTime_Pure.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_ast.test_ast.CopyTests.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_bytes.ByteArrayTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_bytes.BytesTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_defaultdict.TestDefaultDict.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_io.CMiscIOTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_io.PyMiscIOTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_logging.LoggerTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_memoryio.CBytesIOTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_memoryio.CStringIOTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_memoryio.PyBytesIOTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_memoryio.PyStringIOTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_random.MersenneTwister_TestBasicOps.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_random.SystemRandom_TestBasicOps.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_range.RangeTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_re.ReTests.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsBytes.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsEmpty.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsMixedStringBytes.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsSingleton.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsString.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsTriple.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestBasicOpsTuple.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestFrozenSet.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestFrozenSetSubclass.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestFrozenSetSubclassWithSlots.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestSet.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestSetSubclass.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_set.TestSetSubclassWithSlots.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_structseq.StructSeqTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_type_aliases.TypeAliasPickleTest.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling__test.test_typing.NoDefaultTests.test_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_base__test.datetimetester.TestTZInfo_Fast.test_pickling_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_base__test.datetimetester.TestTZInfo_Pure.test_pickling_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_classes__test.test_type_params.TypeParamsPickleTest.test_pickling_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PathTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pickling_functions__test.test_type_params.TypeParamsPickleTest.test_pickling_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_local__test.test_type_aliases.TypeAliasPickleTest.test_pickling_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.datetimetester.TestTZInfo_Fast.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.datetimetester.TestTZInfo_Pure.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.CBufferedRandomTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.CBufferedReaderTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.CBufferedWriterTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.CTextIOWrapperTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.PyBufferedRandomTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.PyBufferedReaderTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.PyBufferedWriterTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass__test.test_io.PyTextIOWrapperTest.test_pickling_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestDateTime_Fast.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestDateTime_Pure.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestDate_Fast.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestDate_Pure.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_date__test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_datetime__test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_datetime__test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_datetime__test.datetimetester.TestDateTime_Fast.test_pickling_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_datetime__test.datetimetester.TestDateTime_Pure.test_pickling_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_datetime__test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_datetime__test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_time__test.datetimetester.TestTimeTZ_Fast.test_pickling_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_time__test.datetimetester.TestTimeTZ_Pure.test_pickling_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_time__test.datetimetester.TestTime_Fast.test_pickling_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_subclass_time__test.datetimetester.TestTime_Pure.test_pickling_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_then_unpickling_results_in_same_identity__test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_results_in_same_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_then_unpickling_tuple_with_typevartuple_equality__test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_tuple_with_typevartuple_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_then_unpickling_unpacked_results_in_same_identity__test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_unpacked_results_in_same_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pickling_with_unnamed_fields__test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pidfd_open__test.test_posix.PosixTester.test_pidfd_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pidfd_send_signal__test.test_signal.PidfdSignalTest.test_pidfd_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pip_config_file_disabled__test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pip_config_file_disabled__test.test_ensurepip.TestUninstall.test_pip_config_file_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pip_environment_variables_removed__test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pip_environment_variables_removed__test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe2__test.test_posix.PosixTester.test_pipe2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe2_c_limits__test.test_posix.PosixTester.test_pipe2_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe__test.test_os.FDInheritanceTests.test_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe__test.test_posix.PosixTester.test_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe__test.test_subprocess.ContextManagerTests.test_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe__test.test_tarfile.TestExtractionFilters.test_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe_cloexec__test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe_cloexec_real_tools__test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_real_tools_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipe_spawnl__test.test_os.PseudoterminalTests.test_pipe_spawnl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipesize_default__test.test_subprocess.ProcessTestCase.test_pipesize_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipesize_default__test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipesizes__test.test_subprocess.ProcessTestCase.test_pipesizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pipesizes__test.test_subprocess.ProcessTestCaseNoPoll.test_pipesizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pkgutil_walk_packages__test.test_runpy.RunModuleTestCase.test_pkgutil_walk_packages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pl__test.test_gettext.PluralFormsInternalTestCase.test_pl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_placeholder__test.test_textwrap.MaxLinesTestCase.test_placeholder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_placeholder__test.test_textwrap.ShortenTestCase.test_placeholder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_placeholder_backtrack__test.test_textwrap.MaxLinesTestCase.test_placeholder_backtrack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain__test.test_inspect.test_inspect.TestGetcallargsMethods.test_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain_exception__test.test__interpreters.RunFailedTests.test_plain_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain_exception_not_matched__test.test_except_star.TestExceptStarSplitSemantics.test_plain_exception_not_matched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain_hello__test.test_wsgiref.IntegrationTests.test_plain_hello_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain_integers__test.test_grammar.TokenTests.test_plain_integers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plain_to_x__test.test_mailbox.TestMessageConversion.test_plain_to_x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_platform__test.test_platform.PlatformTest.test_platform_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_platform_in_subprocess__test.test_sysconfig.TestSysConfig.test_platform_in_subprocess__'test_only_relevant_on_MacOSX'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_plural_context_forms__test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_context_forms__test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_context_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_context_forms__test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_context_forms_null_translations__test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms_null_translations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_context_forms_wrong_domain__test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms_wrong_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_form_error_issue17898__test.test_gettext.GNUTranslationParsingTest.test_plural_form_error_issue17898_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_forms__test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_forms__test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_forms__test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_forms_null_translations__test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms_null_translations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_forms_wrong_domain__test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms_wrong_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_number__test.test_gettext.PluralFormsInternalTestCase.test_plural_number_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_wrong_context_forms__test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_wrong_context_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_wrong_context_forms__test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_wrong_context_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plural_wrong_context_forms__test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_wrong_context_forms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plus__test.test_decimal.CContextAPItests.test_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plus__test.test_decimal.CIBMTestCases.test_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plus__test.test_decimal.PyContextAPItests.test_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plus__test.test_decimal.PyIBMTestCases.test_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_plus_minus_0j__test.test_complex.ComplexTest.test_plus_minus_0j_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointer_crash__test.test_ctypes.test_pointers.PointersTestCase.test_pointer_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointer_type_name__test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointer_type_str_name__test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_str_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointers__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointers__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointers__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointers__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointers__test.test_ctypes.test_functions.FunctionTestCase.test_pointers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pointers_bool__test.test_ctypes.test_pointers.PointersTestCase.test_pointers_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_polar__test.test_cmath.CMathTests.test_polar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_polar_errno__test.test_cmath.CMathTests.test_polar_errno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_policy_addition__test.test_email.test_policy.PolicyAPITests.test_policy_addition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_policy_is_immutable__test.test_email.test_policy.PolicyAPITests.test_policy_is_immutable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_policy_on_part_made_by_make_comes_from_message__test.test_email.test_message.TestEmailMessage.test_policy_on_part_made_by_make_comes_from_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_policy_on_part_made_by_make_comes_from_message__test.test_email.test_message.TestMIMEPart.test_policy_on_part_made_by_make_comes_from_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll1__test.test_poll.PollTests.test_poll1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll2__test.test_poll.PollTests.test_poll2__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_poll3__test.test_poll.PollTests.test_poll3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll__test.test_subprocess.ProcessTestCase.test_poll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll__test.test_subprocess.ProcessTestCaseNoPoll.test_poll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll_blocks_with_negative_ms__test.test_poll.PollTests.test_poll_blocks_with_negative_ms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll_c_limits__test.test_poll.PollTests.test_poll_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll_eintr__test.test_multiprocessing_fork.test_processes.WithProcessesTestPollEintr.test_poll_eintr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll_eintr__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPollEintr.test_poll_eintr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll_eintr__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_poll_unit_tests__test.test_poll.PollTests.test_poll_unit_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_in_process__test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_pool_in_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_in_process__test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_pool_in_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_in_process__test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_initializer__test.test_multiprocessing_fork.test_misc.TestInitializers.test_pool_initializer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_initializer__test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_pool_initializer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_initializer__test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_maxtasksperchild_invalid__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_maxtasksperchild_invalid__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_maxtasksperchild_invalid__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_worker_lifetime__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_worker_lifetime__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_worker_lifetime__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_worker_lifetime_early_close__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_worker_lifetime_early_close__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pool_worker_lifetime_early_close__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.ByteTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.DoubleTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.FloatTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.IntTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.LargeArrayTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.LongLongTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.LongTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.ShortTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UCS4Test.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UnicodeTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UnsignedByteTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UnsignedIntTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UnsignedLongLongTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UnsignedLongTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_array.UnsignedShortTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_bigmem.ListTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_bytes.ByteArrayTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_capi.test_set.TestSetCAPI.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_capi.test_watchers.TestDictWatchers.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_dict.DictTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_dict.GeneralMappingTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_dict.SubclassMappingTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_dict_version.DictSubtypeVersionTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_dict_version.DictVersionTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_frame.FrameLocalsProxyMappingTests.test_pop__'Unlike_a_mapping:_no_proxy.pop'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pop__test.test_list.ListTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_mailbox.TestBabyl.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_mailbox.TestMH.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_mailbox.TestMMDF.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_mailbox.TestMaildir.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_mailbox.TestMbox.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.CPythonGeneralMappingTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.CPythonOrderedDictTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.CPythonSubclassMappingTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.CSimpleLRUCacheTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.PurePythonGeneralMappingTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.PurePythonOrderedDictTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.PurePythonSubclassMappingTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_ordered_dict.PySimpleLRUCacheTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_os.EnvironTests.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_set.TestMutate.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_set.TestSet.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_set.TestSetSubclass.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto0File_dumbShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto0File_gnuShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto0File_ndbmShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto0File_sqlite3Shelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto0MemShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto1File_dumbShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto1File_gnuShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto1File_ndbmShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto1File_sqlite3Shelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto1MemShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto2File_dumbShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto2File_gnuShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto2File_ndbmShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto2File_sqlite3Shelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto2MemShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto3File_dumbShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto3File_gnuShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto3File_ndbmShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto3File_sqlite3Shelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto3MemShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto4File_dumbShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto4File_gnuShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto4File_ndbmShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto4File_sqlite3Shelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto4MemShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto5File_dumbShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto5File_gnuShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto5File_ndbmShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto5File_sqlite3Shelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_shelve.TestProto5MemShelve.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_userdict.UserDictTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_userlist.UserListTest.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_weakref.WeakKeyDictionaryTestCase.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_weakref.WeakValueDictionaryTestCase.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop__test.test_weakset.TestWeakSet.test_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop_all__test.test_contextlib.TestExitStack.test_pop_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop_all__test.test_contextlib_async.TestAsyncExitStack.test_pop_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pop_jump_if_false__test.test_capi.test_opt.TestUops.test_pop_jump_if_false__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pop_jump_if_none__test.test_capi.test_opt.TestUops.test_pop_jump_if_none__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pop_jump_if_not_none__test.test_capi.test_opt.TestUops.test_pop_jump_if_not_none__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pop_jump_if_true__test.test_capi.test_opt.TestUops.test_pop_jump_if_true__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_popcount__test.test_capi.test_misc.Test_testinternalcapi.test_popcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen__test.test_popen.PopenTest.test_popen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error_with_stdin_pipe__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error_with_stdin_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error_with_stdin_pipe__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error_with_stdin_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error_with_stdin_pipe__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error_with_stdin_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popen_error_with_stdin_pipe__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error_with_stdin_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConfigParserTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConfigParserTestCaseNoValue.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.ConvertersTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.CopyTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.MultilineValuesTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.RawConfigParserTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.SortedTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_configparser.StrictTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_dict.DictTest.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_dict.GeneralMappingTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_dict.SubclassMappingTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_dict_version.DictSubtypeVersionTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_dict_version.DictVersionTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_frame.FrameLocalsProxyMappingTests.test_popitem__'Unlike_a_mapping:_no_proxy.popitem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_popitem__test.test_mailbox.TestBabyl.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_mailbox.TestMH.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_mailbox.TestMMDF.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_mailbox.TestMaildir.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_mailbox.TestMbox.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.CPythonBuiltinDictTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.CPythonGeneralMappingTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.CPythonSubclassMappingTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.CSimpleLRUCacheTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.PurePythonGeneralMappingTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.PurePythonSubclassMappingTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_ordered_dict.PySimpleLRUCacheTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_os.EnvironTests.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto0File_dumbShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto0File_gnuShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto0File_ndbmShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto0File_sqlite3Shelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto0MemShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto1File_dumbShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto1File_gnuShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto1File_ndbmShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto1File_sqlite3Shelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto1MemShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto2File_dumbShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto2File_gnuShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto2File_ndbmShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto2File_sqlite3Shelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto2MemShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto3File_dumbShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto3File_gnuShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto3File_ndbmShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto3File_sqlite3Shelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto3MemShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto4File_dumbShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto4File_gnuShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto4File_ndbmShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto4File_sqlite3Shelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto4MemShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto5File_dumbShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto5File_gnuShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto5File_ndbmShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto5File_sqlite3Shelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_shelve.TestProto5MemShelve.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_userdict.UserDictTest.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_weakref.WeakKeyDictionaryTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem__test.test_weakref.WeakValueDictionaryTestCase.test_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_and_flush_twice__test.test_mailbox.TestBabyl.test_popitem_and_flush_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_and_flush_twice__test.test_mailbox.TestMH.test_popitem_and_flush_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_and_flush_twice__test.test_mailbox.TestMMDF.test_popitem_and_flush_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_and_flush_twice__test.test_mailbox.TestMaildir.test_popitem_and_flush_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_and_flush_twice__test.test_mailbox.TestMbox.test_popitem_and_flush_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_last__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_last__test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_last__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_popitem_last__test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_port_casting_failure_message__test.test_urlparse.UrlParseTestCase.test_port_casting_failure_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_port_mirror__test.test_http_cookiejar.CookieTests.test_port_mirror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_port_parameter_types__test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_portseparator__test.test_urlparse.UrlParseTestCase.test_portseparator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pos__test.test_complex.ComplexTest.test_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pos__test.test_operator.COperatorTestCase.test_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pos__test.test_operator.PyOperatorTestCase.test_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pos_only_call_via_unpacking__test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_call_via_unpacking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pos_only_definition__test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_definition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional__test.test_functools.TestPartialC.test_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional__test.test_functools.TestPartialCSubclass.test_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional__test.test_functools.TestPartialPy.test_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional__test.test_functools.TestPartialPySubclass.test_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_arg_and_variable_args__test.test_optparse.TestCallbackVarArgs.test_positional_arg_and_variable_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_args__test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_args__test.test_capi.test_getargs.Keywords_TestCase.test_positional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_args__test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_args__test.test_ctypes.test_structures.StructureTestCase.test_positional_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only__test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only__test.test_functools.TestPartialMethod.test_positional_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_and_arg_invalid_calls__test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_arg_invalid_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_and_kwonlyargs_invalid_calls__test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_kwonlyargs_invalid_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_and_kwonlyargs_with_init_subclass__test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_and_optional_arg_invalid_calls__test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_optional_arg_invalid_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_feature_version__test.test_ast.test_ast.AST_Tests.test_positional_only_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_invalid_calls__test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_invalid_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_passed_as_keyword__test.test_call.TestErrorMessagesUseQualifiedName.test_positional_only_passed_as_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_only_with_optional_invalid_calls__test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_with_optional_invalid_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positional_patterns_with_regular_protocol__test.test_patma.TestTypeErrors.test_positional_patterns_with_regular_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positions__test.test_code.CodeLocationTest.test_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positive__test.test_unary.UnaryOpTestCase.test_positive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_positive_exponent__test.test_statistics.DecimalToRatioTest.test_positive_exponent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_error__test.test_exception_hierarchy.AttributesTest.test_posix_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_fadvise__test.test_posix.PosixTester.test_posix_fadvise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_fadvise_errno__test.test_posix.PosixTester.test_posix_fadvise_errno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_fallocate__test.test_posix.PosixTester.test_posix_fallocate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_fallocate_errno__test.test_posix.PosixTester.test_posix_fallocate_errno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_locale__test.test_utf8_mode.UTF8ModeTests.test_posix_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_locale_surrogateescape__test.test_sys.SysModuleTest.test_posix_locale_surrogateescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_pty_functions__test.test_os.PseudoterminalTests.test_posix_pty_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_spawnp__test.test_posix.TestPosixSpawnP.test_posix_spawnp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posix_venv_scheme__test.test_sysconfig.TestSysConfig.test_posix_venv_scheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_posonly_methods__test.test_positional_only_arg.PositionalOnlyTestCase.test_posonly_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_possesive_repeat__test.test_re.DebugTests.test_possesive_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_possesive_repeat_one__test.test_re.DebugTests.test_possesive_repeat_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_possible_set_operations__test.test_re.ReTests.test_possible_set_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post__test.test_httpservers.CGIHTTPServerTestCase.test_post__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_post_init__test.test_dataclasses.TestCase.test_post_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_init__test.test_dataclasses.TestKeywordArgs.test_post_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_init_classmethod__test.test_dataclasses.TestCase.test_post_init_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_init_not_auto_added__test.test_dataclasses.TestCase.test_post_init_not_auto_added_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_init_staticmethod__test.test_dataclasses.TestCase.test_post_init_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_init_super__test.test_dataclasses.TestCase.test_post_init_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_line_parenthesized_lambda__test.test_inspect.test_inspect.TestOneliners.test_post_line_parenthesized_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_post_mortem_restart__test.test_pdb.PdbTestCase.test_post_mortem_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pow__test.test_builtin.BuiltinTest.test_pow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pow__test.test_complex.ComplexTest.test_pow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pow__test.test_operator.COperatorTestCase.test_pow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pow__test.test_operator.PyOperatorTestCase.test_pow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pow_uses_cached_small_ints__test.test_long.LongTest.test_pow_uses_cached_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pow_with_small_integer_exponents__test.test_complex.ComplexTest.test_pow_with_small_integer_exponents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_power__test.test_decimal.CContextAPItests.test_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_power__test.test_decimal.CCoverage.test_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_power__test.test_decimal.CIBMTestCases.test_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_power__test.test_decimal.PyContextAPItests.test_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_power__test.test_decimal.PyCoverage.test_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_power__test.test_decimal.PyIBMTestCases.test_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_powering__test.test_decimal.CArithmeticOperatorsTest.test_powering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_powering__test.test_decimal.PyArithmeticOperatorsTest.test_powering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_powersqrt__test.test_decimal.CIBMTestCases.test_powersqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_powersqrt__test.test_decimal.PyIBMTestCases.test_powersqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_powfloat__test.test_pow.PowTest.test_powfloat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_powint__test.test_pow.PowTest.test_powint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pr29__test.test_unicodedata.UnicodeFunctionsTest.test_pr29_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pragma__test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pragma_schema_version__test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pragma_user_version__test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pre_fork_compile__test.test_perf_profiler.TestPerfProfiler.test_pre_fork_compile__\"perf_command_doesn't_work\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pread__test.test_posix.PosixTester.test_pread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preadv__test.test_posix.PosixTester.test_preadv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preadv_flags__test.test_posix.PosixTester.test_preadv_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preadv_overflow_32bits__test.test_posix.PosixTester.test_preadv_overflow_32bits__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preallocation__test.test_list.ListTest.test_preallocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preamble_epilogue__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_preamble_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preamble_epilogue__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_preamble_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preamble_epilogue__test.test_email.test_email.TestIdempotent.test_preamble_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preauth_data_to_tls_client__test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preauth_data_to_tls_server__test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_precedence_enum__test.test_ast.test_ast.AST_Tests.test_precedence_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_precision__test.test_format.FormatTest.test_precision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_precision_c_limits__test.test_format.FormatTest.test_precision_c_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_precomputed__test.test_bisect.TestBisectC.test_precomputed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_precomputed__test.test_bisect.TestBisectPython.test_precomputed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_predefined_config__test.test_capi.test_misc.InterpreterConfigTests.test_predefined_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preexec__test.test_subprocess.POSIXProcessTestCase.test_preexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preexec_at_exit__test.test_subprocess.POSIXProcessTestCase.test_preexec_at_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preexec_exception__test.test_subprocess.POSIXProcessTestCase.test_preexec_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preexec_fork_failure__test.test_subprocess.POSIXProcessTestCase.test_preexec_fork_failure__'RLIMIT_NPROC_had_no_effect;_probably_superuser'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preexec_gc_module_failure__test.test_subprocess.POSIXProcessTestCase.test_preexec_gc_module_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prefer_explicit_doc__test.test_property.PropertySubclassTests.test_prefer_explicit_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preferred_extension__test.test_mimetypes.MimeTypesTestCase.test_preferred_extension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prefix_not_matched__test.test_importlib.metadata.test_api.APITests.test_prefix_not_matched_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preinit_compat_config__test.test_embed.InitConfigTests.test_preinit_compat_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preinit_dont_parse_argv__test.test_embed.InitConfigTests.test_preinit_dont_parse_argv__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preinit_isolated1__test.test_embed.InitConfigTests.test_preinit_isolated1__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preinit_isolated2__test.test_embed.InitConfigTests.test_preinit_isolated2__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preinit_isolated_config__test.test_embed.InitConfigTests.test_preinit_isolated_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preinit_parse_argv__test.test_embed.InitConfigTests.test_preinit_parse_argv__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preinit_python_config__test.test_embed.InitConfigTests.test_preinit_python_config__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preload_resources__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_preload_resources__\"test_only_relevant_for_'forkserver'_method\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_preload_resources__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_preload_resources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_preload_resources__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources__\"test_only_relevant_for_'forkserver'_method\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.MiscReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_end_of_archive__test.test_tarfile.StreamReadTest.test_premature_end_of_archive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_premature_eof__test.test_tarfile.AppendTest.test_premature_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prepare_class__test.test_types.ClassCreationTests.test_prepare_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prepare_multiple_times__test.test_graphlib.TestTopologicalSort.test_prepare_multiple_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prepend_error__test.test_gzip.TestGzip.test_prepend_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prepend_only__test.test_compileall.CompileallTestsWithSourceEpoch.test_prepend_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prepend_only__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_prepend_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_present_directory__test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_presite__test.test_embed.MiscTests.test_presite__'-X_presite_requires_a_Python_debug_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pretty_flags_no_flags__test.test_dis.CodeInfoTests.test_pretty_flags_no_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_previous_behavior__test.test_typing.GetTypeHintTests.test_previous_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_previous_frame__test.test_inspect.test_inspect.TestInterpreterStack.test_previous_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_previous_round_bugs__test.test_float.RoundTestCase.test_previous_round_bugs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_primepat__test.test_bufio.CBufferSizeTest.test_primepat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_primepat__test.test_bufio.PyBufferSizeTest.test_primepat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_priming_pickler_memo__test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_pickler_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_priming_pickler_memo__test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_pickler_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_priming_unpickler_memo__test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_unpickler_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_priming_unpickler_memo__test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_unpickler_memo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_8bit_headers__test.test_email.test_email.Test8BitBytesHandling.test_print_8bit_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print__test.test_print.TestPrint.test_print_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print__test.test_traceback.TestTracebackException.test_print_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exc__test.test_timeit.TestTimeit.test_print_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception__test.test_threading.ThreadingExceptionTests.test_print_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception__test.test_traceback.TracebackCases.test_print_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_bad_type_capi__test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_bad_type_capi__test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_bad_type_python__test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_python_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_bad_type_python__test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_python_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_exc__test.test_traceback.TracebackCases.test_print_exception_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_gh_102056__test.test_threading.ThreadingExceptionTests.test_print_exception_gh_102056_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_stderr_is_none_1__test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_exception_stderr_is_none_2__test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpArgumentDefaults.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpBiggerOptionals.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpBiggerPositionals.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpNoHelpOptional.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpNone.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpOnlyUserGroups.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpRawDescription.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpRawText.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpReformatting.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpRequiredOptional.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpSubparsersOrdering.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpSuppressOptional.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpSuppressPositional.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpSuppressUsage.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsage.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageLongProg.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpUsageWithParentheses.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpVariableExpansion.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpVersionAction.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpVersionActionSuppress.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpWrappingLongNames.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestHelpWrappingShortNames.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_help__test.test_argparse.TestShortColumns.test_print_file_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpArgumentDefaults.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpBiggerOptionals.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpBiggerPositionals.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpNoHelpOptional.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpNone.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpOnlyUserGroups.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpRawDescription.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpRawText.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpReformatting.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpRequiredOptional.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpSubparsersOrdering.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpSuppressOptional.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpSuppressPositional.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpSuppressUsage.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsage.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageLongProg.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpUsageWithParentheses.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpVariableExpansion.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpVersionAction.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpVersionActionSuppress.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpWrappingLongNames.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestHelpWrappingShortNames.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_file_usage__test.test_argparse.TestShortColumns.test_print_file_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_flush__test.test_print.TestPrint.test_print_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_function__test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_print_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpAlternatePrefixChars.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpArgumentDefaults.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpBiggerOptionalGroups.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpBiggerOptionals.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpBiggerPositionals.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpMetavarTypeFormatter.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpNoHelpOptional.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpNone.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpOnlyUserGroups.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpRawDescription.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpRawText.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpReformatting.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpRequiredOptional.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpSubparsersOrdering.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpSuppressOptional.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpSuppressOptionalGroup.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpSuppressPositional.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpSuppressUsage.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpTupleMetavarOptional.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpTupleMetavarPositional.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsage.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageLongProg.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageOptionalsWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsagePositionalsWrap.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpUsageWithParentheses.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpVariableExpansion.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpVersionAction.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpVersionActionSuppress.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpWrappingLongNames.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestHelpWrappingShortNames.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_help__test.test_argparse.TestShortColumns.test_print_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_last__test.test_traceback.TracebackCases.test_print_last_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_stack__test.test_traceback.TestFallbackTracebackFormat.test_print_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_stack__test.test_traceback.TestTracebackFormat.test_print_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_traceback_at_exit__test.test_traceback.TracebackCases.test_print_traceback_at_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpAlternatePrefixChars.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpArgumentDefaults.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpBiggerOptionalGroups.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpBiggerOptionals.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpBiggerPositionals.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpMetavarTypeFormatter.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpNoHelpOptional.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpNone.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpOnlyUserGroups.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpRawDescription.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpRawText.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpReformatting.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpRequiredOptional.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpSubparsersOrdering.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpSuppressOptional.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpSuppressOptionalGroup.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpSuppressPositional.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpSuppressUsage.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpTupleMetavarOptional.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpTupleMetavarPositional.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsage.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageLongProg.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageOptionalsWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsagePositionalsWrap.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpUsageWithParentheses.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpVariableExpansion.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpVersionAction.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpVersionActionSuppress.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpWrappingLongNames.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestHelpWrappingShortNames.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_usage__test.test_argparse.TestShortColumns.test_print_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_warning__test.test_regrtest.ArgsTestCase.test_print_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_print_warning__test.test_support.TestSupport.test_print_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_printable_repr__test.test_str.StrTest.test_printable_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prints_usage_with_help_flag__test.test_base64.TestMain.test_prints_usage_with_help_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prints_usage_with_invalid_flag__test.test_base64.TestMain.test_prints_usage_with_invalid_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_priority__test.test_sched.TestCase.test_priority_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_private_init__test.test_ssl.BasicSocketTests.test_private_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_private_init__test.test_ssl.SSLObjectTests.test_private_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_private_variable_is_normal_attribute__test.test_enum.TestSpecial.test_private_variable_is_normal_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prlimit__test.test_resource.ResourceTest.test_prlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prlimit_refcount__test.test_resource.ResourceTest.test_prlimit_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prmonth__test.test_calendar.OutputTestCase.test_prmonth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proc_exited__test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_awareness__test.test_tempfile.TestRandomNameSequence.test_process_awareness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_cpu_count__test.test_os.CPUCountTests.test_process_cpu_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_cpu_count_affinity__test.test_os.CPUCountTests.test_process_cpu_count_affinity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_default__test.test_optparse.TestDefaultValues.test_process_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_events__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_process_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_events_read__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_events_read_cancelled__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_events_write__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_events_write_cancelled__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_group_0__test.test_subprocess.POSIXProcessTestCase.test_process_group_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_mainthread_native_id__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_mainthread_native_id__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_process_mainthread_native_id__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_mainthread_native_id__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_process_mainthread_native_id__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_process_mainthread_native_id__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_process_time__test.test_time.TimeTestCase.test_process_time__'timing_related_test,_dependent_on_load'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_processes_terminate__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_processes_terminate__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_processes_terminate__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_processes_terminate__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_processes_terminate__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_processing_instruction_only__test.test_htmlparser.HTMLParserTestCase.test_processing_instruction_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_processinginstruction__test.test_xml_etree.ElementTreeTest.test_processinginstruction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_processinginstruction__test.test_xml_etree_c.ElementTreeTest.test_processinginstruction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_processor__test.test_platform.PlatformTest.test_processor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_processors__test.test_urllib2.OpenerDirectorTests.test_processors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prod__test.test_math.MathTests.test_prod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product__test.test_itertools.TestBasicOps.test_product_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product__test.test_itertools.TestExamples.test_product_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product__test.test_itertools.TestGC.test_product_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product__test.test_itertools.TestVariousIteratorArgs.test_product_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product_issue_25021__test.test_itertools.TestBasicOps.test_product_issue_25021_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product_overflow__test.test_itertools.TestBasicOps.test_product_overflow__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_product_pickling__test.test_itertools.TestBasicOps.test_product_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product_result_gc__test.test_itertools.TestBasicOps.test_product_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product_sizeof__test.test_itertools.SizeofTest.test_product_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_product_tuple_reuse__test.test_itertools.TestBasicOps.test_product_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_profile_after_trace_opcodes__test.test_sys_setprofile.TestEdgeCases.test_profile_after_trace_opcodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_profile_as_context_manager__test.test_cprofile.CProfileTest.test_profile_as_context_manager_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_profile_enable_disable__test.test_cprofile.CProfileTest.test_profile_enable_disable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_from_dict__test.test_enum.OldTestFlag.test_programatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_from_dict__test.test_enum.OldTestIntFlag.test_programatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_from_empty_list__test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_from_empty_tuple__test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_iterable__test.test_enum.OldTestFlag.test_programatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_iterable__test.test_enum.OldTestIntFlag.test_programatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_string__test.test_enum.OldTestFlag.test_programatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_string__test.test_enum.OldTestIntFlag.test_programatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_string_list__test.test_enum.OldTestFlag.test_programatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_string_list__test.test_enum.OldTestIntFlag.test_programatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_string_with_start__test.test_enum.OldTestFlag.test_programatic_function_string_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programatic_function_string_with_start__test.test_enum.OldTestIntFlag.test_programatic_function_string_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestIntEnumClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestIntEnumFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestIntFlagClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestIntFlagFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMinimalDateClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMinimalDateFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMinimalFloatClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMinimalFloatFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedDateClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedDateFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedFloatClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedFloatFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedIntClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedIntFlagClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedIntFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedStrClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestMixedStrFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestPlainEnumClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestPlainEnumFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestPlainFlagClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestPlainFlagFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestStrEnumClass.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_from_dict__test.test_enum.TestStrEnumFunction.test_programmatic_function_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_is_value_call__test.test_enum.TestSpecial.test_programmatic_function_is_value_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestIntEnumClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestIntEnumFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestIntFlagClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestIntFlagFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMinimalDateClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMinimalDateFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMinimalFloatClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMinimalFloatFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedDateClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedDateFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedFloatClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedFloatFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedIntClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedIntFlagClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedIntFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedStrClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestMixedStrFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestPlainEnumClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestPlainEnumFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestPlainFlagClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestPlainFlagFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestStrEnumClass.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_iterable__test.test_enum.TestStrEnumFunction.test_programmatic_function_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestIntEnumClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestIntEnumFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestIntFlagClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestIntFlagFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMinimalDateClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMinimalDateFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMinimalFloatClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedDateClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedDateFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedFloatClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedFloatFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedIntClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedIntFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedStrClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestMixedStrFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestPlainEnumClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestPlainEnumFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestPlainFlagClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestPlainFlagFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestStrEnumClass.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string__test.test_enum.TestStrEnumFunction.test_programmatic_function_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestIntEnumClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestIntEnumFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestIntFlagClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestIntFlagFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMinimalDateClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMinimalDateFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMinimalFloatClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedDateClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedDateFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedFloatClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedFloatFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedIntClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedIntFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedStrClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestMixedStrFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestPlainEnumClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestPlainEnumFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestPlainFlagClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestPlainFlagFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestStrEnumClass.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list__test.test_enum.TestStrEnumFunction.test_programmatic_function_string_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_list_with_start__test.test_enum.TestSpecial.test_programmatic_function_string_list_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_string_with_start__test.test_enum.TestSpecial.test_programmatic_function_string_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_type__test.test_enum.TestSpecial.test_programmatic_function_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_type_from_subclass__test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_type_from_subclass_with_start__test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programmatic_function_type_with_start__test.test_enum.TestSpecial.test_programmatic_function_type_with_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_programming_error__test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_progress__test.test_sqlite3.test_backup.BackupTests.test_progress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_progress_all_pages_at_once_1__test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_progress_all_pages_at_once_2__test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_progress_handler_keyword_args__test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_project3_fails__test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_project3_succeeds__test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_promote_globals_to_constants__test.test_capi.test_opt.TestUopsOptimization.test_promote_globals_to_constants__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_prompt__test.test_venv.BasicTest.test_prompt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prompt_cancellation__test.test_asyncio.test_events.EPollEventLoopTests.test_prompt_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prompt_cancellation__test.test_asyncio.test_events.PollEventLoopTests.test_prompt_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prompt_cancellation__test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_propagate_unhashable_leaf__test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_propagate_unhashable_leaf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_properties__test.test_descr.ClassPropertiesAndMethods.test_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_properties__test.test_statistics.TestNormalDistC.test_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_properties__test.test_statistics.TestNormalDistPython.test_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_properties__test.test_tempfile.TestSpooledTemporaryFile.test_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_properties_doc_attrib__test.test_descr.ClassPropertiesAndMethods.test_properties_doc_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_properties_plus__test.test_descr.ClassPropertiesAndMethods.test_properties_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property___isabstractmethod__descriptor__test.test_dynamicclassattribute.PropertyTests.test_property___isabstractmethod__descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property___isabstractmethod__descriptor__test.test_property.PropertyTests.test_property___isabstractmethod__descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property__test.test_inspect.test_inspect.TestGetattrStatic.test_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property__test.test_inspect.test_inspect.TestIsDataDescriptor.test_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property__test.test_pydoc.test_pydoc.TestDescriptions.test_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property__test.test_typing.OverrideDecoratorTests.test_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property__test.test_warnings.DeprecatedTests.test_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_builtin_doc_writable__test.test_property.PropertyTests.test_property_builtin_doc_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_baseclass__test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_baseclass__test.test_property.PropertyTests.test_property_decorator_baseclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_baseclass_doc__test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_baseclass_doc__test.test_property.PropertyTests.test_property_decorator_baseclass_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_doc__test.test_dynamicclassattribute.PropertyTests.test_property_decorator_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_doc__test.test_property.PropertyTests.test_property_decorator_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_doc_writable__test.test_property.PropertyTests.test_property_decorator_doc_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_subclass__test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_subclass__test.test_property.PropertyTests.test_property_decorator_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_subclass_doc__test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_decorator_subclass_doc__test.test_property.PropertyTests.test_property_decorator_subclass_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_getter_doc_override__test.test_dynamicclassattribute.PropertyTests.test_property_getter_doc_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_getter_doc_override__test.test_property.PropertyTests.test_property_getter_doc_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_load_attr_specialization_user_type__test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_name__test.test_property.PropertyTests.test_property_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_new_getter_new_docstring__test.test_dynamicclassattribute.PropertySubclassTests.test_property_new_getter_new_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_new_getter_new_docstring__test.test_property.PropertySubclassTests.test_property_new_getter_new_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_no_doc_on_getter__test.test_property.PropertySubclassTests.test_property_no_doc_on_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_not_called_with_spec_mock__test.test_unittest.testmock.testmock.MockTest.test_property_not_called_with_spec_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_set_name_incorrect_args__test.test_property.PropertyTests.test_property_set_name_incorrect_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_setname_on_property_subclass__test.test_property.PropertyTests.test_property_setname_on_property_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_setter_copies_getter_docstring__test.test_dynamicclassattribute.PropertySubclassTests.test_property_setter_copies_getter_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_setter_copies_getter_docstring__test.test_property.PropertySubclassTests.test_property_setter_copies_getter_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_setters__test.test_unittest.testmock.testpatch.PatchTest.test_property_setters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_with_slots_and_doc_slot_docstring_present__test.test_property.PropertySubclassTests.test_property_with_slots_and_doc_slot_docstring_present_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_with_slots_docstring_silently_dropped__test.test_property.PropertySubclassTests.test_property_with_slots_docstring_silently_dropped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_property_with_slots_no_docstring__test.test_property.PropertySubclassTests.test_property_with_slots_no_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_propertymock__test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_propertymock_attach__test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_attach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_propertymock_bare__test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_bare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_propertymock_returnvalue__test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_returnvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_propertymock_side_effect__test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proportional__test.test_statistics.TestLinearRegression.test_proportional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prot_readonly__test.test_mmap.MmapTests.test_prot_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protection_of_callers_dict_argument__test.test_functools.TestPartialC.test_protection_of_callers_dict_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protection_of_callers_dict_argument__test.test_functools.TestPartialCSubclass.test_protection_of_callers_dict_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protection_of_callers_dict_argument__test.test_functools.TestPartialPy.test_protection_of_callers_dict_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protection_of_callers_dict_argument__test.test_functools.TestPartialPySubclass.test_protection_of_callers_dict_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto2_file_shelf__test.test_shelve.TestCase.test_proto2_file_shelf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto__test.test_pickle.CDumpPickle_LoadPickle.test_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto__test.test_pickle.CPicklerTests.test_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto__test.test_pickle.DumpPickle_CLoadPickle.test_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto__test.test_pickle.InMemoryPickleTests.test_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto__test.test_pickle.PyPicklerTests.test_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto__test.test_pickletools.OptimizedPickleTests.test_proto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proto_type_switch__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_proto_type_switch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol0_is_ascii_only__test.test_pickle.CIdPersPicklerTests.test_protocol0_is_ascii_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol0_is_ascii_only__test.test_pickle.PyIdPersPicklerTests.test_protocol0_is_ascii_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol__test.test_asyncio.test_protocols.ProtocolsAbsTests.test_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol_checks_after_subscript__test.test_typing.ProtocolTests.test_protocol_checks_after_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol_decorated_with_final_callable_members__test.test_typing.ProtocolTests.test_protocol_decorated_with_final_callable_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol_decorated_with_final_mixed_members__test.test_typing.ProtocolTests.test_protocol_decorated_with_final_mixed_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol_decorated_with_final_noncallable_members__test.test_typing.ProtocolTests.test_protocol_decorated_with_final_noncallable_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol_defining_init_does_not_get_overridden__test.test_typing.ProtocolTests.test_protocol_defining_init_does_not_get_overridden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocol_issubclass_error_message__test.test_typing.ProtocolTests.test_protocol_issubclass_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_bad_subscripts__test.test_typing.ProtocolTests.test_protocols_bad_subscripts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_in_unions__test.test_typing.ProtocolTests.test_protocols_in_unions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance___slots____test.test_typing.ProtocolTests.test_protocols_isinstance___slots___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance__test.test_typing.ProtocolTests.test_protocols_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance_attribute_access_with_side_effects__test.test_typing.ProtocolTests.test_protocols_isinstance_attribute_access_with_side_effects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance_init__test.test_typing.ProtocolTests.test_protocols_isinstance_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance_monkeypatching__test.test_typing.ProtocolTests.test_protocols_isinstance_monkeypatching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance_not_fooled_by_custom_dir__test.test_typing.ProtocolTests.test_protocols_isinstance_not_fooled_by_custom_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance_properties_and_descriptors__test.test_typing.ProtocolTests.test_protocols_isinstance_properties_and_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_isinstance_py36__test.test_typing.ProtocolTests.test_protocols_isinstance_py36_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_issubclass__test.test_typing.ProtocolTests.test_protocols_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_issubclass_non_callable__test.test_typing.ProtocolTests.test_protocols_issubclass_non_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_pickleable__test.test_typing.ProtocolTests.test_protocols_pickleable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_protocols_support_register__test.test_typing.ProtocolTests.test_protocols_support_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_provoke_stream_error__test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_provoke_stream_error__test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_provoke_stream_error__test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_provoke_stream_error__test.test_tarfile.StreamReadTest.test_provoke_stream_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy__test.test_urllib2.HandlerTests.test_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy__test.test_urllib2.RequestTests.test_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_bad_next__test.test_weakref.ReferencesTestCase.test_proxy_bad_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_basic_auth__test.test_urllib2.HandlerTests.test_proxy_basic_auth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_bool__test.test_weakref.ReferencesTestCase.test_proxy_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_bypass_environment_always_match__test.test_urllib.ProxyTests.test_proxy_bypass_environment_always_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_bypass_environment_host_match__test.test_urllib.ProxyTests.test_proxy_bypass_environment_host_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_bypass_environment_newline__test.test_urllib.ProxyTests.test_proxy_bypass_environment_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_call__test.test_descr.ClassPropertiesAndMethods.test_proxy_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_cgi_ignore__test.test_urllib.ProxyTests.test_proxy_cgi_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_deletion__test.test_weakref.ReferencesTestCase.test_proxy_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_div__test.test_weakref.ReferencesTestCase.test_proxy_div_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_hash__test.test_weakref.ReferencesTestCase.test_proxy_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_https__test.test_urllib2.HandlerTests.test_proxy_https_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_https_proxy_authorization__test.test_urllib2.HandlerTests.test_proxy_https_proxy_authorization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_index__test.test_weakref.ReferencesTestCase.test_proxy_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_iter__test.test_weakref.ReferencesTestCase.test_proxy_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_key_stringlikes_ftrst_write__test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_ftrst_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_key_stringlikes_overwrite__test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_overwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_key_unhashables__test.test_frame.TestFrameLocals.test_proxy_key_unhashables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_matmul__test.test_weakref.ReferencesTestCase.test_proxy_matmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_next__test.test_weakref.ReferencesTestCase.test_proxy_next_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_no_proxy__test.test_urllib2.HandlerTests.test_proxy_no_proxy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_no_proxy_all__test.test_urllib2.HandlerTests.test_proxy_no_proxy_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_qop_auth_int_works_or_throws_urlerror__test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_qop_auth_works__test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_ref__test.test_weakref.ReferencesTestCase.test_proxy_ref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_repr__test.test_weakref.ReferencesTestCase.test_proxy_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_response_headers__test.test_httplib.TunnelTests.test_proxy_response_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_reuse__test.test_weakref.ReferencesTestCase.test_proxy_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_reversed__test.test_weakref.ReferencesTestCase.test_proxy_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_super__test.test_descr.ClassPropertiesAndMethods.test_proxy_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_unicode__test.test_weakref.ReferencesTestCase.test_proxy_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_with_bad_password_raises_httperror__test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_proxy_with_no_password_raises_httperror__test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_prweek__test.test_calendar.OutputTestCase.test_prweek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pryear__test.test_calendar.OutputTestCase.test_pryear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ps1__test.test_code_module.TestInteractiveConsole.test_ps1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ps2__test.test_code_module.TestInteractiveConsole.test_ps2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pthread_getcpuclockid__test.test_time.TimeTestCase.test_pthread_getcpuclockid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pthread_kill__test.test_signal.PendingSignalsTests.test_pthread_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pthread_kill_main_thread__test.test_signal.PendingSignalsTests.test_pthread_kill_main_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pthread_sigmask__test.test_signal.PendingSignalsTests.test_pthread_sigmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pthread_sigmask_arguments__test.test_signal.PendingSignalsTests.test_pthread_sigmask_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pthread_sigmask_valid_signals__test.test_signal.PendingSignalsTests.test_pthread_sigmask_valid_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ptr_struct__test.test_ctypes.test_internals.ObjectsTestCase.test_ptr_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ptsname_r__test.test_posix.TestPosixWeaklinking.test_ptsname_r__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_punct_hyphens__test.test_textwrap.WrapTestCase.test_punct_hyphens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pure_python__test.test_warnings.PyWarnTests.test_pure_python_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_purpose_enum__test.test_ssl.BasicSocketTests.test_purpose_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_push__test.test_contextlib.TestExitStack.test_push_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_push__test.test_contextlib_async.TestAsyncExitStack.test_push_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_push_null_load_global_positions__test.test_compile.TestSourcePositions.test_push_null_load_global_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_push_pop__test.test_heapq.TestHeapC.test_push_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_push_pop__test.test_heapq.TestHeapPython.test_push_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_push_random__test.test_email.test_email.TestIterators.test_push_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put__test.test_pickletools.DisTests.test_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_cancel_drop__test.test_asyncio.test_queues.QueuePutTests.test_put_cancel_drop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_cancelled__test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_cancelled_race__test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_cleared_with_subinterpreter__test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_cleared_with_subinterpreter_mixed__test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_cleared_with_subinterpreter_multiple__test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_empty_stack__test.test_pickletools.DisTests.test_put_empty_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_get_default_not_syncobj__test.test_interpreters.test_queues.TestQueueOps.test_put_get_default_not_syncobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_get_default_syncobj__test.test_interpreters.test_queues.TestQueueOps.test_put_get_default_syncobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_get_different_interpreters__test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_interpreters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_get_different_threads__test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_get_main__test.test_interpreters.test_queues.TestQueueOps.test_put_get_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_get_same_interpreter__test.test_interpreters.test_queues.TestQueueOps.test_put_get_same_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_markobject__test.test_pickletools.DisTests.test_put_markobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_not_syncobj__test.test_interpreters.test_queues.TestQueueOps.test_put_not_syncobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_nowait__test.test_interpreters.test_queues.TestQueueOps.test_put_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_redefined__test.test_pickletools.DisTests.test_put_redefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_syncobj__test.test_interpreters.test_queues.TestQueueOps.test_put_syncobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_timeout__test.test_interpreters.test_queues.TestQueueOps.test_put_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_put_with_waiting_getters__test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_putenv__test.test_posix.PosixTester.test_putenv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_putenv_unsetenv__test.test_os.EnvironTests.test_putenv_unsetenv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_putenv_unsetenv_error__test.test_os.EnvironTests.test_putenv_unsetenv_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_putheader__test.test_httplib.HeaderTests.test_putheader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_putrequest_override_host_validation__test.test_httplib.BasicTest.test_putrequest_override_host_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pwd__test.test_ftplib.TestFTPClass.test_pwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pwd__test.test_ftplib.TestTLS_FTPClassMixin.test_pwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pwd_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_pwd_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pwrite__test.test_posix.PosixTester.test_pwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pwritev__test.test_posix.PosixTester.test_pwritev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pwritev__test.test_posix.TestPosixWeaklinking.test_pwritev__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pwritev_flags__test.test_posix.PosixTester.test_pwritev_flags__'test_needs_os.RWF_SYNC'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pwritev_overflow_32bits__test.test_posix.PosixTester.test_pwritev_overflow_32bits__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_py36_class_syntax_usage__test.test_typing.TypedDictTests.test_py36_class_syntax_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py__round__test.test_decimal.PyWhitebox.test_py__round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_alternate_formatting__test.test_decimal.PyFunctionality.test_py_alternate_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_buffer_to_contiguous__test.test_buffer.TestBufferProtocol.test_py_buffer_to_contiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_abs__test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_diff__test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_neg__test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_pow__test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_prod__test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_quot__test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_c_sum__test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_clear__test.test_capi.test_misc.Test_testcapi.test_py_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_config_isoloated_per_interpreter__test.test_capi.test_misc.SubinterpreterTest.test_py_config_isoloated_per_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_decimal_id__test.test_decimal.PyWhitebox.test_py_decimal_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_exact_power__test.test_decimal.PyWhitebox.test_py_exact_power_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_functions__test.test_heapq.TestModules.test_py_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_functions__test.test_statistics.TestModules.test_py_functions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_immutability_operations__test.test_decimal.PyWhitebox.test_py_immutability_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_is_funcs__test.test_capi.test_misc.Test_testcapi.test_py_is_funcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_is_macros__test.test_capi.test_misc.Test_testcapi.test_py_is_macros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_methods__test.test_pickle.CDumpPickle_LoadPickle.test_py_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_methods__test.test_pickle.CPicklerTests.test_py_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_methods__test.test_pickle.DumpPickle_CLoadPickle.test_py_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_methods__test.test_pickle.InMemoryPickleTests.test_py_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_methods__test.test_pickle.PyPicklerTests.test_py_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_methods__test.test_pickletools.OptimizedPickleTests.test_py_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_rescale__test.test_decimal.PyWhitebox.test_py_rescale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_setref__test.test_capi.test_misc.Test_testcapi.test_py_setref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_ssize_t__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_py_ssize_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_ssize_t__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_py_ssize_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_py_thread_id__test.test_capi.test_misc.TestPyThreadId.test_py_thread_id__'need_Py_GIL_DISABLED'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pybuffer_size_from_format__test.test_buffer.TestBufferProtocol.test_pybuffer_size_from_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyc_always_writable__test.test_import.FilePermissionTests.test_pyc_always_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyc_invalidation_mode__test.test_compileall.CommandLineTestsNoSourceEpoch.test_pyc_invalidation_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyc_invalidation_mode__test.test_compileall.CommandLineTestsWithSourceEpoch.test_pyc_invalidation_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pydoc__test.test_enum.TestStdLib.test_pydoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyfile_fromfd__test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyfile_getline__test.test_capi.test_file.CAPIFileTest.test_pyfile_getline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyfile_newstdprinter__test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyfile_newstdprinter_write__test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyfile_writeobject__test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyfile_writestring__test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyio_encoding__test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyjson__test.test_json.TestPyTest.test_pyjson_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pylong_int_divmod__test.test_int.PyLongModuleTests.test_pylong_int_divmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pylong_int_to_decimal_2__test.test_int.PyLongModuleTests.test_pylong_int_to_decimal_2__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pylong_int_to_decimal__test.test_int.PyLongModuleTests.test_pylong_int_to_decimal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pylong_misbehavior_error_path_from_str__test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_from_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pylong_misbehavior_error_path_to_str__test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_to_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pylong_roundtrip__test.test_int.PyLongModuleTests.test_pylong_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pylong_str_to_int__test.test_int.PyLongModuleTests.test_pylong_str_to_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_command__test.test_runpy.TestExit.test_pymain_run_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_command_run_module__test.test_runpy.TestExit.test_pymain_run_command_run_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_file__test.test_runpy.TestExit.test_pymain_run_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_file_runpy_run_module__test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_file_runpy_run_module_as_main__test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_module__test.test_runpy.TestExit.test_pymain_run_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymain_run_stdin__test.test_runpy.TestExit.test_pymain_run_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_alloc0__test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_alloc0__test.test_tracemalloc.TestCommandLine.test_pymem_alloc0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_malloc_without_gil__test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_malloc_without_gil__test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pymem_malloc_without_gil__test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_malloc_without_gil__test.test_capi.test_mem.PyMemMimallocDebugTests.test_pymem_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_malloc_without_gil__test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_setallocators__test.test_capi.test_misc.Test_testcapi.test_pymem_setallocators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pymem_setrawallocators__test.test_capi.test_misc.Test_testcapi.test_pymem_setrawallocators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pynumber_tobase__test.test_capi.test_misc.CAPITest.test_pynumber_tobase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject__test.test_ctypes.test_callbacks.Callbacks.test_pyobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_asfiledescriptor__test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_bytes_from_null__test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_forbidden_bytes_is_freed__test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_forbidden_bytes_is_freed__test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pyobject_forbidden_bytes_is_freed__test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_forbidden_bytes_is_freed__test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_forbidden_bytes_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_forbidden_bytes_is_freed__test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_freed_is_freed__test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_freed_is_freed__test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pyobject_freed_is_freed__test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_freed_is_freed__test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_freed_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_freed_is_freed__test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_malloc_without_gil__test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_malloc_without_gil__test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pyobject_malloc_without_gil__test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_malloc_without_gil__test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_malloc_without_gil__test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_new__test.test_capi.test_misc.Test_testcapi.test_pyobject_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_null_is_freed__test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_null_is_freed__test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pyobject_null_is_freed__test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_null_is_freed__test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_null_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_null_is_freed__test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_repr__test.test_ctypes.test_python_api.PythonAPITestCase.test_pyobject_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_repr_from_null__test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_setallocators__test.test_capi.test_misc.Test_testcapi.test_pyobject_setallocators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_str_from_null__test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_uninitialized_is_freed__test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_uninitialized_is_freed__test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pyobject_uninitialized_is_freed__test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_uninitialized_is_freed__test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_uninitialized_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pyobject_uninitialized_is_freed__test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pystats__test.test_sys.SysModuleTest.test_pystats__'need_Py_STATS_build'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_python_async_iterator_anext__test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_anext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_async_iterator_types_coroutine_anext__test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_calls_appear_in_the_stack_if_perf_activated__test.test_perf_profiler.TestPerfProfiler.test_python_calls_appear_in_the_stack_if_perf_activated__\"perf_command_doesn't_work\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_python_calls_appear_in_the_stack_if_perf_activated__test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated__\"perf_command_doesn't_work\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated__test.test_perf_profiler.TestPerfProfiler.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated__\"perf_command_doesn't_work\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated__test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated__\"perf_command_doesn't_work\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_python_ciphers__test.test_ssl.ContextTests.test_python_ciphers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_command__test.test_regrtest.ArgsTestCase.test_python_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_compat__test.test_import.SubinterpImportTests.test_python_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_dicts__test.test_descr.ClassPropertiesAndMethods.test_python_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_function_override_signature__test.test_inspect.test_inspect.TestSignatureDefinitions.test_python_function_override_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_gil__test.test_cmd_line.CmdLineTest.test_python_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_is_optimized__test.test_support.TestSupport.test_python_is_optimized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_python_lists__test.test_descr.ClassPropertiesAndMethods.test_python_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pythondevmode_env__test.test_cmd_line.CmdLineTest.test_pythondevmode_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pythonexecutable_sets_sys_executable__test.test_osx_env.OSXEnvironmentVariableTestCase.test_pythonexecutable_sets_sys_executable__'unnecessary_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_pythonmalloc__test.test_cmd_line.CmdLineTest.test_pythonmalloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pythontypes__test.test_sys.SizeofTest.test_pythontypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pythread_tss_key_state__test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pytype_fromspec_with_repeated_slots__test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pytype_long_ready__test.test_descr.AAAPTypesLongInitTest.test_pytype_long_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_pytype_ready_always_sets_tp_type__test.test_capi.test_misc.TestStaticTypes.test_pytype_ready_always_sets_tp_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_q__test.test_email.test__encoded_words.TestEncode.test_q_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_q_case_ignored__test.test_email.test__encoded_words.TestDecode.test_q_case_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_q_escaped_bytes_preserved__test.test_email.test__encoded_words.TestDecode.test_q_escaped_bytes_preserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_q_nonascii__test.test_email.test__encoded_words.TestDecode.test_q_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qname__test.test_xml_etree.ElementTreeTest.test_qname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qname__test.test_xml_etree_c.ElementTreeTest.test_qname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qp__test.test_binascii.ArrayBinASCIITest.test_qp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qp__test.test_binascii.BinASCIITest.test_qp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qp__test.test_binascii.BytearrayBinASCIITest.test_qp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qp__test.test_binascii.MemoryviewBinASCIITest.test_qp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qp_encode_latin1__test.test_email.test_email.TestEncoders.test_qp_encode_latin1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qp_encode_non_latin1__test.test_email.test_email.TestEncoders.test_qp_encode_non_latin1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qs__test.test_urlparse.UrlParseTestCase.test_qs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_interpreters.test_queues.TestQueueOps.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_qsize__'qsize_method_not_implemented'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_qsize__'qsize_method_not_implemented'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize__'qsize_method_not_implemented'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_qsize__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_qsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsl__test.test_urlparse.UrlParseTestCase.test_qsl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qsort__test.test_ctypes.test_libc.LibTest.test_qsort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualified_re_split__test.test_re.ReTests.test_qualified_re_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualified_re_sub__test.test_re.ReTests.test_qualified_re_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualname__test.test_code.CodeTest.test_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualname__test.test_descr.ClassPropertiesAndMethods.test_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualname__test.test_type_params.TypeParamsLazyEvaluationTest.test_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualname_dict__test.test_descr.ClassPropertiesAndMethods.test_qualname_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_qualname_source__test.test_inspect.test_inspect.TestMain.test_qualname_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantiles__test.test_statistics.TestNormalDistC.test_quantiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantiles__test.test_statistics.TestNormalDistPython.test_quantiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.CContextAPItests.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.CCoverage.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.CIBMTestCases.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.CPythonAPItests.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.PyContextAPItests.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.PyCoverage.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.PyIBMTestCases.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quantize__test.test_decimal.PyPythonAPItests.test_quantize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_arguments__test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_query_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConfigParserTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConfigParserTestCaseNoValue.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.ConvertersTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.CopyTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.MultilineValuesTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.RawConfigParserTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.SortedTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_errors__test.test_configparser.StrictTestCase.test_query_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_query_with_continuous_slashes__test.test_httpservers.CGIHTTPServerTestCase.test_query_with_continuous_slashes__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_query_with_multiple_question_mark__test.test_httpservers.CGIHTTPServerTestCase.test_query_with_multiple_question_mark__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_questionable_bytes_payload__test.test_email.test_email.TestMessageAPI.test_questionable_bytes_payload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue__test.test_sched.TestCase.test_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_aliases__test.test_interpreters.test_api.ModuleTests.test_queue_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_donot_stop_onexc__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_feeder_on_queue_feeder_error__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_queue_get__test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_queue_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_get__test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_queue_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_get__test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_handler__test.test_logging.QueueHandlerTest.test_queue_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_in_process__test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_queue_in_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_in_process__test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_queue_in_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_in_process__test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_join__test.test_queue.CLifoQueueTest.test_queue_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_join__test.test_queue.CPriorityQueueTest.test_queue_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_join__test.test_queue.CQueueTest.test_queue_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_join__test.test_queue.PyLifoQueueTest.test_queue_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_join__test.test_queue.PyPriorityQueueTest.test_queue_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_join__test.test_queue.PyQueueTest.test_queue_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_listener__test.test_logging.QueueHandlerTest.test_queue_listener_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_listener_multi_start__test.test_logging.QueueHandlerTest.test_queue_listener_multi_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_listener_with_StreamHandler__test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_listener_with_multiple_handlers__test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_task_done__test.test_queue.CLifoQueueTest.test_queue_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_task_done__test.test_queue.CPriorityQueueTest.test_queue_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_task_done__test.test_queue.CQueueTest.test_queue_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_task_done__test.test_queue.PyLifoQueueTest.test_queue_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_task_done__test.test_queue.PyPriorityQueueTest.test_queue_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_queue_task_done__test.test_queue.PyQueueTest.test_queue_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quiet__test.test_compileall.CommandLineTestsNoSourceEpoch.test_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quiet__test.test_compileall.CommandLineTestsWithSourceEpoch.test_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quiet__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quiet__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quiet__test.test_regrtest.ParseArgsTestCase.test_quiet_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quit__test.test_ftplib.TestFTPClass.test_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quit__test.test_ftplib.TestTLS_FTPClassMixin.test_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quit__test.test_poplib.TestPOP3Class.test_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quit__test.test_poplib.TestPOP3_SSLClass.test_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quit__test.test_poplib.TestPOP3_TLSClass.test_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quit_resets_greeting__test.test_smtplib.SMTPSimTests.test_quit_resets_greeting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quopri_body_check__test.test_email.test_email.TestQuopri.test_quopri_body_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quopri_header_check__test.test_email.test_email.TestQuopri.test_quopri_header_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quopri_splittable__test.test_email.test_email.TestHeader.test_quopri_splittable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quopri_stateless__test.test_codecs.TransformCodecTest.test_quopri_stateless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_and_quote__test.test_csv.TestDialectExcel.test_quote_and_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_bytes__test.test_urllib.QuotingTests.test_quote_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_cookie_value__test.test_http_cookiejar.CookieTests.test_quote_cookie_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_dump__test.test_email.test_email.TestMiscellaneous.test_quote_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_errors__test.test_urlparse.UrlParseTestCase.test_quote_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_fieldsep__test.test_csv.TestDialectExcel.test_quote_fieldsep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_from_bytes__test.test_urlparse.UrlParseTestCase.test_quote_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_in_format_spec__test.test_unparse.CosmeticTestCase.test_quote_in_format_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_plus_with_unicode__test.test_urllib.QuotingTests.test_quote_plus_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_unquote_idempotent__test.test_email.test_email.TestQuopri.test_quote_unquote_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quote_with_unicode__test.test_urllib.QuotingTests.test_quote_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoteattr_basic__test.test_sax.SaxutilsTest.test_quoteattr_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted__test.test_csv.TestDialectExcel.test_quoted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted_meta__test.test_http_cookies.CookieTests.test_quoted_meta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted_nl__test.test_csv.TestDialectExcel.test_quoted_nl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted_open__test.test_urllib.URLopener_Tests.test_quoted_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted_overlap__test.test_zipfile.test_core.OtherTests.test_quoted_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted_quote__test.test_csv.TestDialectExcel.test_quoted_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoted_quotes__test.test_csv.TestDialectExcel.test_quoted_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quotes__test.test_csv.TestDialectExcel.test_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quotes__test.test_re.PatternReprTests.test_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quotes_and_more__test.test_csv.TestDialectExcel.test_quotes_and_more_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quotes_unicode_names__test.test_email.test_email.TestMiscellaneous.test_quotes_unicode_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoting__test.test_csv.TestDialectValidity.test_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoting__test.test_email.test_headerregistry.TestAddressAndGroup.test_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoting__test.test_urllib.Pathname_Tests.test_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoting__test.test_urllib.urlencode_Tests.test_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoting_plus__test.test_urllib.QuotingTests.test_quoting_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_quoting_space__test.test_urllib.QuotingTests.test_quoting_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_r_1_replace__test.test_argparse.TestFileTypeRepr.test_r_1_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_r__test.test_argparse.TestFileTypeRepr.test_r_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_r_latin__test.test_argparse.TestFileTypeRepr.test_r_latin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_race__test.test_logging.HandlerTest.test_race__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_race_between_set_target_and_flush__test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_racing_recursion_limit__test.test_sys.SysModuleTest.test_racing_recursion_limit__'only_meaningful_if_the_GIL_is_disabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_radd_specials__test.test_userlist.UserListTest.test_radd_specials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_radix__test.test_decimal.CCoverage.test_radix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_radix__test.test_decimal.PyCoverage.test_radix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raiseMemError__test.test_str.StrTest.test_raiseMemError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise____main__.GeneralTest.test_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise__test.test_ast.test_ast.ASTValidatorTests.test_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise__test.test_grammar.GrammarTests.test_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise__test.test_sys_setprofile.ProfileHookTestCase.test_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise__test.test_urllib2.OpenerDirectorTests.test_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_and_yield_from__test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_by_type__test.test_codecs.ExceptionNotesTest.test_raise_by_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_by_value__test.test_codecs.ExceptionNotesTest.test_raise_by_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_class_exceptions__test.test_opcodes.OpcodeTest.test_raise_class_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_custom_error_on_creation__test.test_enum.TestSpecial.test_raise_custom_error_on_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_does_not_create_context_chain_cycle__test.test_exceptions.ExceptionTests.test_raise_does_not_create_context_chain_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_exception__test.test_faulthandler.FaultHandlerTests.test_raise_exception__'specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_raise_finally__test.test_raise.TestContext.test_raise_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_from_None__test.test_raise.TestRaise.test_raise_from_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_from__test.test_unparse.UnparseTestCase.test_raise_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_grandchild_subclass_exact_size__test.test_codecs.ExceptionNotesTest.test_raise_grandchild_subclass_exact_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_one_named__test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_one_named__test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_one_unnamed__test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_one_unnamed__test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_two_named__test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_two_named__test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_two_unnamed__test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_handle_all_raise_two_unnamed__test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_in_generator__test.test_exceptions.ExceptionTests.test_raise_in_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_named__test.test_except_star.TestExceptStarRaise.test_raise_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_named__test.test_except_star.TestExceptStarRaiseFrom.test_raise_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_new_style_non_exception__test.test_baseexception.UsageTests.test_raise_new_style_non_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_nonfatal_exception__test.test_faulthandler.FaultHandlerTests.test_raise_nonfatal_exception__'specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_raise_orig_parts__test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_reraise__test.test_sys_setprofile.ProfileHookTestCase.test_raise_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_string__test.test_baseexception.UsageTests.test_raise_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_subclass_with_weakref_support__test.test_codecs.ExceptionNotesTest.test_raise_subclass_with_weakref_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_timeout__test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_twice__test.test_sys_setprofile.ProfileHookTestCase.test_raise_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_unnamed__test.test_except_star.TestExceptStarRaise.test_raise_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_unnamed__test.test_except_star.TestExceptStarRaiseFrom.test_raise_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_unnormalized____main__.GeneralTest.test_raise_unnormalized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raise_with_new_exceptions__test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raises_ModuleNotFoundError__test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raises_ModuleNotFoundError__test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raises_ModuleNotFoundError__test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raises_ModuleNotFoundError__test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raises_on_empty_input__test.test_getpass.GetpassRawinputTest.test_raises_on_empty_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising__test.test_type_aliases.TypeParamsAliasValueTest.test_raising_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising_parent_after_double_relative_importing_child__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising_parent_after_double_relative_importing_child__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising_parent_after_importing_child__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising_parent_after_importing_child__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising_parent_after_relative_importing_child__test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raising_parent_after_relative_importing_child__test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbelow__test.test_secrets.Random_Tests.test_randbelow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbelow_logic__test.test_random.MersenneTwister_TestBasicOps.test_randbelow_logic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbelow_logic__test.test_random.SystemRandom_TestBasicOps.test_randbelow_logic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbelow_without_getrandbits__test.test_random.MersenneTwister_TestBasicOps.test_randbelow_without_getrandbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbits__test.test_secrets.Random_Tests.test_randbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbytes_256M__test.test_random.MersenneTwister_TestBasicOps.test_randbytes_256M__'not_enough_memory:_1.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_randbytes__test.test_random.MersenneTwister_TestBasicOps.test_randbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbytes__test.test_random.SystemRandom_TestBasicOps.test_randbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randbytes_getrandbits__test.test_random.MersenneTwister_TestBasicOps.test_randbytes_getrandbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomBound32__test.test_decimal.CIBMTestCases.test_randomBound32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomBound32__test.test_decimal.PyIBMTestCases.test_randomBound32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random__test.test_bisect.TestBisectC.test_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random__test.test_bisect.TestBisectPython.test_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random__test.test_dbm_dumb.DumbDBMTestCase.test_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random__test.test_math.FMATests.test_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random__test.test_regrtest.ArgsTestCase.test_random_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_files__test.test_tokenize.TestRoundtrip.test_random_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_getnode__test.test_uuid.TestInternalsWithExtModule.test_random_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_getnode__test.test_uuid.TestInternalsWithoutExtModule.test_random_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_open__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_seed__test.test_regrtest.ArgsTestCase.test_random_seed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_seed_workers__test.test_regrtest.ArgsTestCase.test_random_seed_workers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_random_subclass_with_kwargs__test.test_random.TestRandomSubclassing.test_random_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomize__test.test_regrtest.ParseArgsTestCase.test_randomize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomized_hash__test.test_hash.BytesHashRandomizationTests.test_randomized_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomized_hash__test.test_hash.DatetimeDateTests.test_randomized_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomized_hash__test.test_hash.DatetimeDatetimeTests.test_randomized_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomized_hash__test.test_hash.DatetimeTimeTests.test_randomized_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomized_hash__test.test_hash.MemoryviewHashRandomizationTests.test_randomized_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randomized_hash__test.test_hash.StrHashRandomizationTests.test_randomized_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randoms__test.test_decimal.CIBMTestCases.test_randoms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randoms__test.test_decimal.PyIBMTestCases.test_randoms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randrange_bug_1590891__test.test_random.MersenneTwister_TestBasicOps.test_randrange_bug_1590891_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randrange_errors__test.test_random.SystemRandom_TestBasicOps.test_randrange_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randrange_nonunit_step__test.test_random.SystemRandom_TestBasicOps.test_randrange_nonunit_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randrange_step__test.test_random.SystemRandom_TestBasicOps.test_randrange_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randrange_uses_getrandbits__test.test_random.MersenneTwister_TestBasicOps.test_randrange_uses_getrandbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_randseed__test.test_regrtest.ParseArgsTestCase.test_randseed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range__test.test_fnmatch.FnmatchTestCase.test_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range__test.test_index.RangeTestCase.test_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range__test.test_range.RangeTest.test_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range__test.test_reprlib.ReprTests.test_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_constructor_error_messages__test.test_range.RangeTest.test_range_constructor_error_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestHarmonicMean.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestMean.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestMedian.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestMedianGrouped.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestMedianHigh.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestMedianLow.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestMode.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestPStdev.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestPVariance.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestStdev.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_data__test.test_statistics.TestVariance.test_range_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_format_context__test.test_difflib.TestOutputFormat.test_range_format_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_format_unified__test.test_difflib.TestOutputFormat.test_range_format_unified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_iterators__test.test_range.RangeTest.test_range_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_iterators_invocation__test.test_range.RangeTest.test_range_iterators_invocation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_of_offsets__test.test_exceptions.SyntaxErrorTests.test_range_of_offsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_optimization__test.test_enumerate.TestReversed.test_range_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_toplevel_frame__test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_toplevel_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_range_traceback_toplevel_frame__test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_traceback_toplevel_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rangelimits__test.test_random.MersenneTwister_TestBasicOps.test_rangelimits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rangelimits__test.test_random.SystemRandom_TestBasicOps.test_rangelimits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_fork.test_manager.WithManagerTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_fork.test_processes.WithProcessesTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_fork.test_threads.WithThreadsTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_forkserver.test_manager.WithManagerTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rapid_restart__test.test_multiprocessing_spawn.test_threads.WithThreadsTestManagerRestart.test_rapid_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ratio_for_null_seqn__test.test_difflib.TestSFbugs.test_ratio_for_null_seqn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rational__test.test_abstract_numbers.TestNumbersDefaultMethods.test_rational_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw__test.test_codecs.EscapeDecodeTest.test_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw__test.test_picklebuffer.PickleBufferTest.test_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_bytes_io__test.test_io.CIOTest.test_raw_bytes_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_bytes_io__test.test_io.PyIOTest.test_raw_bytes_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_decode__test.test_codecs.RawUnicodeEscapeTest.test_raw_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_decode__test.test_codecs.UnicodeEscapeTest.test_raw_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_encode__test.test_codecs.RawUnicodeEscapeTest.test_raw_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_encode__test.test_codecs.UnicodeEscapeTest.test_raw_encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_file_io__test.test_io.CIOTest.test_raw_file_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_file_io__test.test_io.PyIOTest.test_raw_file_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_ndarray__test.test_picklebuffer.PickleBufferTest.test_raw_ndarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_non_contiguous__test.test_picklebuffer.PickleBufferTest.test_raw_non_contiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_raw_released__test.test_picklebuffer.PickleBufferTest.test_raw_released_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawarray__test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_rawarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawarray__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_rawarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawarray__test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawio__test.test_io.CTextIOWrapperTest.test_rawio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawio__test.test_io.PyTextIOWrapperTest.test_rawio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawio_write_through__test.test_io.CTextIOWrapperTest.test_rawio_write_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawio_write_through__test.test_io.PyTextIOWrapperTest.test_rawio_write_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawvalue__test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_rawvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawvalue__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_rawvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rawvalue__test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_escape__test.test_re.ReTests.test_re_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_escape_bytes__test.test_re.ReTests.test_re_escape_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_escape_non_ascii__test.test_re.ReTests.test_re_escape_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_escape_non_ascii_bytes__test.test_re.ReTests.test_re_escape_non_ascii_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_findall__test.test_re.ReTests.test_re_findall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_fullmatch__test.test_re.ReTests.test_re_fullmatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_groupref__test.test_re.ReTests.test_re_groupref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_groupref_exists__test.test_re.ReTests.test_re_groupref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_groupref_exists_errors__test.test_re.ReTests.test_re_groupref_exists_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_groupref_exists_validation_bug__test.test_re.ReTests.test_re_groupref_exists_validation_bug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_groupref_overflow__test.test_re.ReTests.test_re_groupref_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_match__test.test_re.ReTests.test_re_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_re_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_split__test.test_re.ReTests.test_re_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_re_subn__test.test_re.ReTests.test_re_subn_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reach__test.test_http_cookiejar.CookieTests.test_reach_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_thread.LockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_threading.CRLockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_threading.ConditionAsRLockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_threading.LockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reacquire__test.test_threading.PyRLockTests.test_reacquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_0__test.test_httplib.ExtendedReadTest.test_read1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_0__test.test_httplib.ExtendedReadTestChunked.test_read1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_0__test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_0__test.test_lzma.FileTestCase.test_read1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_10__test.test_lzma.FileTestCase.test_read1_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_10__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_10__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_10__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_10__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_gzip.TestGzip.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_httplib.ExtendedReadTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_httplib.ExtendedReadTestChunked.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_io.CBufferedRWPairTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_io.CBufferedRandomTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_io.CBufferedReaderTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_io.PyBufferedRWPairTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_io.PyBufferedRandomTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_io.PyBufferedReaderTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_lzma.FileTestCase.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_memoryio.CBytesIOTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_memoryio.PyBytesIOTest.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_after_write__test.test_io.CBufferedRandomTest.test_read1_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_after_write__test.test_io.PyBufferedRandomTest.test_read1_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_arbitrary__test.test_io.CBufferedRandomTest.test_read1_arbitrary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_arbitrary__test.test_io.CBufferedReaderTest.test_read1_arbitrary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_arbitrary__test.test_io.PyBufferedRandomTest.test_read1_arbitrary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_arbitrary__test.test_io.PyBufferedReaderTest.test_read1_arbitrary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_bad_args__test.test_lzma.FileTestCase.test_read1_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_bound_content_length__test.test_httplib.BasicTest.test_read1_bound_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_bounded__test.test_httplib.ExtendedReadTest.test_read1_bounded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_bounded__test.test_httplib.ExtendedReadTestChunked.test_read1_bounded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_bounded__test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_bounded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_content_length__test.test_httplib.BasicTest.test_read1_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_multistream__test.test_lzma.FileTestCase.test_read1_multistream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_unbounded__test.test_httplib.ExtendedReadTest.test_read1_unbounded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_unbounded__test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read1_unbounded__test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_unbounded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_0_9__test.test_urllib.urlopen_HttpTests.test_read_0_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_0__test.test_lzma.FileTestCase.test_read_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_10__test.test_lzma.FileTestCase.test_read_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_1_0__test.test_urllib.urlopen_HttpTests.test_read_1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_1_1__test.test_urllib.urlopen_HttpTests.test_read_1_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_asyncio.test_streams.StreamTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_codecs.TransformCodecTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_csv.TestLeaks.test_read__'requires_sys.gettotalrefcount__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read__test.test_dict.GeneralMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_dict.SubclassMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_frame.FrameLocalsProxyMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_gzip.TestGzip.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_io.CBufferedRWPairTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_io.CBufferedRandomTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_io.CBufferedReaderTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_io.PyBufferedRWPairTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_io.PyBufferedRandomTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_io.PyBufferedReaderTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_lzma.FileTestCase.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_mailbox.TestPartialFile.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_mailbox.TestProxyFile.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_memoryio.CBytesIOTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_memoryio.CStringIOTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_memoryio.PyBytesIOTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_memoryio.PyStringIOTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_ordered_dict.CPythonGeneralMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_ordered_dict.CPythonSubclassMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_ordered_dict.PurePythonGeneralMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_ordered_dict.PurePythonSubclassMappingTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_os.EnvironTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_os.FileTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_os.TestInvalidFD.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto0File_dumbShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto0File_gnuShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto0File_ndbmShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto0File_sqlite3Shelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto0MemShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto1File_dumbShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto1File_gnuShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto1File_ndbmShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto1File_sqlite3Shelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto1MemShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto2File_dumbShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto2File_gnuShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto2File_ndbmShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto2File_sqlite3Shelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto2MemShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto3File_dumbShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto3File_gnuShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto3File_ndbmShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto3File_sqlite3Shelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto3MemShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto4File_dumbShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto4File_gnuShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto4File_ndbmShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto4File_sqlite3Shelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto4MemShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto5File_dumbShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto5File_gnuShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto5File_ndbmShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto5File_sqlite3Shelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_shelve.TestProto5MemShelve.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.CTestCRLFNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.CTestCRNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.CTestLFNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.CTestMixedNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.PyTestCRLFNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.PyTestCRNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.PyTestLFNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_univnewlines.PyTestMixedNewlines.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_urllib.urlopen_FileTests.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_userdict.UserDictTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_wave.WavePCM16Test.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_wave.WavePCM24ExtTest.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_wave.WavePCM24Test.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_wave.WavePCM32Test.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_wave.WavePCM8Test.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_weakref.WeakKeyDictionaryTestCase.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_weakref.WeakValueDictionaryTestCase.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_zipfile._path.test_path.TestPath.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read__test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_after_append__test.test_zipfile.test_core.EncodedMetadataTests.test_read_after_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_after_close__test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_after_seek__test.test_zipfile.test_core.OtherTests.test_read_after_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_after_write__test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_after_write_unicode_filenames__test.test_zipfile.test_core.OtherTests.test_read_after_write_unicode_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_all__test.test_io.CBufferedRandomTest.test_read_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_all__test.test_io.CBufferedReaderTest.test_read_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_all__test.test_io.PyBufferedRandomTest.test_read_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_all__test.test_io.PyBufferedReaderTest.test_read_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_all__test.test_mmap.MmapTests.test_read_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_all_from_pipe_reader__test.test_asyncio.test_streams.StreamTests.test_read_all_from_pipe_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_and_write__test.test_io.CBufferedRandomTest.test_read_and_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_and_write__test.test_io.PyBufferedRandomTest.test_read_and_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bad_args__test.test_lzma.FileTestCase.test_read_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bad_data__test.test_lzma.FileTestCase.test_read_bad_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bigfield__test.test_csv.Test_Csv.test_read_bigfield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_binary__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_binary__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_binary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_binary_does_not_keep_open__test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bogus__test.test_urllib.urlopen_HttpTests.test_read_bogus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_by_chunk__test.test_io.CTextIOWrapperTest.test_read_by_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_by_chunk__test.test_io.PyTextIOWrapperTest.test_read_by_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_files.OpenDiskTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_files.OpenZipTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_read.ReadDiskTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_importlib.resources.test_read.ReadZipTests.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_bytes__test.test_unittest.testmock.testwith.TestMockOpen.test_read_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_byteslike__test.test_io.CTextIOWrapperTest.test_read_byteslike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_byteslike__test.test_io.PyTextIOWrapperTest.test_read_byteslike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_closed__test.test_io.CIOTest.test_read_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_closed__test.test_io.PyIOTest.test_read_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_concatenated_zip_file__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_data__test.test_unittest.testmock.testwith.TestMockOpen.test_read_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_delimiter__test.test_csv.Test_Csv.test_read_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_deprecations__test.test_wave.MiscTestCase.test_read_deprecations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_dict_fieldnames_chain__test.test_csv.TestDictFields.test_read_dict_fieldnames_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_dict_fieldnames_from_file__test.test_csv.TestDictFields.test_read_dict_fieldnames_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_dict_fields__test.test_csv.TestDictFields.test_read_dict_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_dict_no_fieldnames__test.test_csv.TestDictFields.test_read_dict_no_fieldnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_does_not_close__test.test_zipfile._path.test_path.TestPath.test_read_does_not_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_eof__test.test_asyncio.test_streams.StreamTests.test_read_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_eof__test.test_csv.Test_Csv.test_read_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_eof_received_error__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_eof_received_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_eof_received_error__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_eof_received_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_eol__test.test_csv.Test_Csv.test_read_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_escape__test.test_csv.Test_Csv.test_read_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_escape_fieldsep__test.test_csv.TestEscapedExcel.test_read_escape_fieldsep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_escape_fieldsep__test.test_csv.TestQuotedEscapedExcel.test_read_escape_fieldsep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_exception__test.test_asyncio.test_streams.StreamTests.test_read_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_bytesio__test.test_xml_etree.IOTest.test_read_from_bytesio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_bytesio__test.test_xml_etree_c.IOTest.test_read_from_bytesio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_file__test.test_lzma.FileTestCase.test_read_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_file_with_bytes_filename__test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_fileobj__test.test_lzma.FileTestCase.test_read_from_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_fileobj__test.test_zipapp.ZipAppTest.test_read_from_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_fileobj_with_int_name__test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_pathlike_obj__test.test_zipapp.ZipAppTest.test_read_from_pathlike_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_self_exception__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_self_tryagain__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_stringio__test.test_xml_etree.IOTest.test_read_from_stringio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_stringio__test.test_xml_etree_c.IOTest.test_read_from_stringio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_user_binary_reader__test.test_xml_etree.IOTest.test_read_from_user_binary_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_user_binary_reader__test.test_xml_etree_c.IOTest.test_read_from_user_binary_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_user_text_reader__test.test_xml_etree.IOTest.test_read_from_user_text_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_from_user_text_reader__test.test_xml_etree_c.IOTest.test_read_from_user_text_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_head__test.test_httplib.BasicTest.test_read_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_image__test.test_urllib.urlopen_DataTests.test_read_image_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_incomplete__test.test_lzma.FileTestCase.test_read_incomplete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_invalid_arg__test.test_mmap.MmapTests.test_read_invalid_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_large__test.test_gzip.TestGzip.test_read_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_last_object_from_file__test.test_marshal.CAPI_TestCase.test_read_last_object_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_limit__test.test_asyncio.test_streams.StreamTests.test_read_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_line_breaks__test.test_asyncio.test_streams.StreamTests.test_read_line_breaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_linenum__test.test_csv.Test_Csv.test_read_linenum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_long__test.test_csv.TestDictFields.test_read_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_long_from_file__test.test_marshal.CAPI_TestCase.test_read_long_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_long_with_rest__test.test_csv.TestDictFields.test_read_long_with_rest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_long_with_rest_no_fieldnames__test.test_csv.TestDictFields.test_read_long_with_rest_no_fieldnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_longlink__test.test_tarfile.GNUReadTest.test_read_longlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_longlink__test.test_tarfile.PaxReadTest.test_read_longlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_longname__test.test_tarfile.GNUReadTest.test_read_longname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_longname__test.test_tarfile.PaxReadTest.test_read_longname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_mime_types__test.test_mimetypes.MimeTypesTestCase.test_read_mime_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_missing_shebang__test.test_zipapp.ZipAppTest.test_read_missing_shebang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_multi__test.test_csv.TestDictFields.test_read_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_multistream__test.test_lzma.FileTestCase.test_read_multistream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_multistream_buffer_size_aligned__test.test_lzma.FileTestCase.test_read_multistream_buffer_size_aligned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_multistream_trailing_junk__test.test_lzma.FileTestCase.test_read_multistream_trailing_junk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_no_chunks__test.test_wave.WaveLowLevelTest.test_read_no_chunks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_no_data_chunk__test.test_wave.WaveLowLevelTest.test_read_no_data_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_no_fmt_chunk__test.test_wave.WaveLowLevelTest.test_read_no_fmt_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_no_fmt_no_data_chunk__test.test_wave.WaveLowLevelTest.test_read_no_fmt_no_data_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_no_riff_chunk__test.test_wave.WaveLowLevelTest.test_read_no_riff_chunk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_non_blocking__test.test_io.CBufferedRandomTest.test_read_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_non_blocking__test.test_io.CBufferedReaderTest.test_read_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_non_blocking__test.test_io.PyBufferedRandomTest.test_read_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_non_blocking__test.test_io.PyBufferedReaderTest.test_read_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_nonbytes__test.test_io.CTextIOWrapperTest.test_read_nonbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_nonbytes__test.test_io.PyTextIOWrapperTest.test_read_nonbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_not_from_start__test.test_wave.WavePCM16Test.test_read_not_from_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_not_from_start__test.test_wave.WavePCM24ExtTest.test_read_not_from_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_not_from_start__test.test_wave.WavePCM24Test.test_read_not_from_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_not_from_start__test.test_wave.WavePCM32Test.test_read_not_from_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_not_from_start__test.test_wave.WavePCM8Test.test_read_not_from_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_not_wave__test.test_wave.WaveLowLevelTest.test_read_not_wave_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_nul__test.test_csv.Test_Csv.test_read_nul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_null__test.test_faulthandler.FaultHandlerTests.test_read_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_number_fields__test.test_tarfile.MiscTest.test_read_number_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_object_from_file__test.test_marshal.CAPI_TestCase.test_read_object_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_oddinputs__test.test_csv.Test_Csv.test_read_oddinputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_on_closed__test.test_io.CBufferedRandomTest.test_read_on_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_on_closed__test.test_io.CBufferedReaderTest.test_read_on_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_on_closed__test.test_io.PyBufferedRandomTest.test_read_on_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_on_closed__test.test_io.PyBufferedReaderTest.test_read_on_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_one_by_one__test.test_io.CTextIOWrapperTest.test_read_one_by_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_one_by_one__test.test_io.PyTextIOWrapperTest.test_read_one_by_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_only_bytecode__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_only_bytecode__test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_only_bytecode__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_only_bytecode__test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_only_directory__test.test_tempfile.TestMkdtemp.test_read_only_directory__\"can't_set_the_directory_read-only\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_only_directory__test.test_tempfile.TestMkstempInner.test_read_only_directory__\"can't_set_the_directory_read-only\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_params__test.test_wave.WavePCM16Test.test_read_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_params__test.test_wave.WavePCM24ExtTest.test_read_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_params__test.test_wave.WavePCM24Test.test_read_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_params__test.test_wave.WavePCM32Test.test_read_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_params__test.test_wave.WavePCM8Test.test_read_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_past_eof__test.test_io.CBufferedRandomTest.test_read_past_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_past_eof__test.test_io.CBufferedReaderTest.test_read_past_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_past_eof__test.test_io.PyBufferedRandomTest.test_read_past_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_past_eof__test.test_io.PyBufferedReaderTest.test_read_past_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_pipe__test.test_asyncio.test_events.EPollEventLoopTests.test_read_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_pipe__test.test_asyncio.test_events.PollEventLoopTests.test_read_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_pipe__test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_pty_output__test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_pty_output__test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_pty_output__test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_quoting__test.test_csv.Test_Csv.test_read_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_conn_reset__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_conn_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_conn_reset__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_conn_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_eof__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_eof__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_eof_keep_open__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_eof_keep_open__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_err__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_err__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_err__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_oserr__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_oserr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_tryagain__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_tryagain__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_tryagain__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_tryagain_interrupted__test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_interrupted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_ready_tryagain_interrupted__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_interrupted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_return_size__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_return_size__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_return_size__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_return_size__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list__'incompatible_format'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.ConvertersTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.CopyTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list__'incompatible_format'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.SortedTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list__test.test_configparser.StrictTestCase.test_read_returns_file_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path__'incompatible_format'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path__'incompatible_format'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_returns_file_list_with_bytestring_path__test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_semi_sep__test.test_csv.TestDictFields.test_read_semi_sep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_shebang__test.test_zipapp.ZipAppTest.test_read_shebang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_short__test.test_csv.TestDictFields.test_read_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_short_from_file__test.test_marshal.CAPI_TestCase.test_read_short_from_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_skipinitialspace__test.test_csv.Test_Csv.test_read_skipinitialspace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_space_delimiter__test.test_csv.Test_Csv.test_read_space_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_stdout_after_process_exit__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_read_stdout_after_process_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_stdout_after_process_exit__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_read_stdout_after_process_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_stdout_after_process_exit__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_read_stdout_after_process_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_stdout_after_process_exit__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_read_stdout_after_process_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource__test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource__test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource_by_name__test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource_by_name__test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource_by_name__test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_read_submodule_resource_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource_by_name__test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_read_submodule_resource_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_submodule_resource_by_name__test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.metadata.test_api.APITests.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.resources.test_files.OpenDiskTests.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.resources.test_files.OpenZipTests.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text__test.test_urllib.urlopen_DataTests.test_read_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_base64__test.test_urllib.urlopen_DataTests.test_read_text_base64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_default_encoding__test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_default_encoding__test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_default_encoding__test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_default_encoding__test.test_importlib.resources.test_read.ReadZipTests.test_read_text_default_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_does_not_keep_open__test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_given_encoding__test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_given_encoding__test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_given_encoding__test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_given_encoding__test.test_importlib.resources.test_read.ReadZipTests.test_read_text_given_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_with_newlines__test.test_pathlib.test_pathlib.PathSubclassTest.test_read_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_with_newlines__test.test_pathlib.test_pathlib.PathTest.test_read_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_with_newlines__test.test_pathlib.test_pathlib.PosixPathTest.test_read_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_with_newlines__test.test_pathlib.test_pathlib.WindowsPathTest.test_read_text_with_newlines__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_text_with_newlines__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_text_with_newlines__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_through__test.test_tarfile.Bz2StreamReadTest.test_read_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_through__test.test_tarfile.GzipStreamReadTest.test_read_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_through__test.test_tarfile.LzmaStreamReadTest.test_read_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_through__test.test_tarfile.StreamReadTest.test_read_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_trailing_junk__test.test_lzma.FileTestCase.test_read_trailing_junk_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_truncated__test.test_bz2.BZ2FileTest.test_read_truncated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_truncated__test.test_gzip.TestGzip.test_read_truncated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_truncated__test.test_lzma.FileTestCase.test_read_truncated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_unicode_filenames__test.test_zipfile.test_core.OtherTests.test_read_unicode_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_until_eof__test.test_asyncio.test_streams.StreamTests.test_read_until_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_with_blanks__test.test_csv.TestDictFields.test_read_with_blanks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_with_extra__test.test_gzip.TestGzip.test_read_with_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_with_incorrect_metadata_encoding__test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_with_metadata_encoding__test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_metadata_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_with_unsuitable_metadata_encoding__test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_without_metadata_encoding__test.test_zipfile.test_core.EncodedMetadataTests.test_read_without_metadata_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write__test.test_ssl.MemoryBIOTests.test_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_after_close_raises_valuerror__test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_bytes__test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_bytes__test.test_pathlib.test_pathlib.PathTest.test_read_write_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_bytes__test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_bytes__test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_bytes__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_write_bytes__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_bytes__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_text__test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_text__test.test_pathlib.test_pathlib.PathTest.test_read_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_text__test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_text__test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_text__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_read_write_text__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_write_text__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_wrong_form__test.test_wave.WaveLowLevelTest.test_read_wrong_form_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_wrong_number_of_channels__test.test_wave.WaveLowLevelTest.test_read_wrong_number_of_channels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_wrong_sample_width__test.test_wave.WaveLowLevelTest.test_read_wrong_sample_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_zero__test.test_asyncio.test_streams.StreamTests.test_read_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_zip64_with_exe_prepended__test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_zip_with_exe_prepended__test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip_with_exe_prepended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_zipfile_containing_unicode_path_extra_field__test.test_zipfile.test_core.OtherTests.test_read_zipfile_containing_unicode_path_extra_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_zipfile_error__test.test_zipfile.test_core.OtherTests.test_read_zipfile_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_read_zipfile_warning__test.test_zipfile.test_core.OtherTests.test_read_zipfile_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readable__test.test_io.CBufferedRWPairTest.test_readable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readable__test.test_io.PyBufferedRWPairTest.test_readable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readable__test.test_lzma.FileTestCase.test_readable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_arg_valid__test.test_csv.Test_Csv.test_reader_arg_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_attrs__test.test_csv.Test_Csv.test_reader_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_callback__test.test_asyncio.test_events.EPollEventLoopTests.test_reader_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_callback__test.test_asyncio.test_events.PollEventLoopTests.test_reader_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_callback__test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_close_error_on_close__test.test_io.CBufferedRWPairTest.test_reader_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_close_error_on_close__test.test_io.PyBufferedRWPairTest.test_reader_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_dialect_attrs__test.test_csv.Test_Csv.test_reader_dialect_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_kw_attrs__test.test_csv.Test_Csv.test_reader_kw_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_writer_close_error_on_close__test.test_io.CBufferedRWPairTest.test_reader_writer_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reader_writer_close_error_on_close__test.test_io.PyBufferedRWPairTest.test_reader_writer_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readexactly__test.test_asyncio.test_streams.StreamTests.test_readexactly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readexactly_eof__test.test_asyncio.test_streams.StreamTests.test_readexactly_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readexactly_exception__test.test_asyncio.test_streams.StreamTests.test_readexactly_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readexactly_limit__test.test_asyncio.test_streams.StreamTests.test_readexactly_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readexactly_zero_or_less__test.test_asyncio.test_streams.StreamTests.test_readexactly_zero_or_less_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reading__test.test_configparser.RawConfigParserTestSambaConf.test_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1__test.test_io.CBufferedRandomTest.test_readinto1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1__test.test_io.CBufferedReaderTest.test_readinto1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1__test.test_io.PyBufferedRandomTest.test_readinto1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1__test.test_io.PyBufferedReaderTest.test_readinto1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1_array__test.test_io.CBufferedRandomTest.test_readinto1_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1_array__test.test_io.CBufferedReaderTest.test_readinto1_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1_array__test.test_io.PyBufferedRandomTest.test_readinto1_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto1_array__test.test_io.PyBufferedReaderTest.test_readinto1_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_io.CBufferedRWPairTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_io.CBufferedRandomTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_io.CBufferedReaderTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_io.PyBufferedRWPairTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_io.PyBufferedRandomTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_io.PyBufferedReaderTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_memoryio.CBytesIOTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto__test.test_memoryio.PyBytesIOTest.test_readinto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_array__test.test_io.CBufferedRandomTest.test_readinto_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_array__test.test_io.CBufferedReaderTest.test_readinto_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_array__test.test_io.PyBufferedRandomTest.test_readinto_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_array__test.test_io.PyBufferedReaderTest.test_readinto_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_buffer_overflow__test.test_io.CMiscIOTest.test_readinto_buffer_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_chunked__test.test_httplib.BasicTest.test_readinto_chunked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_chunked_head__test.test_httplib.BasicTest.test_readinto_chunked_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readinto_head__test.test_httplib.BasicTest.test_readinto_head_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_asyncio.test_pep492.StreamReaderTests.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_asyncio.test_streams.StreamTests.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.RawUnicodeEscapeTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.TransformCodecTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF16BETest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF16LETest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF16Test.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF32BETest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF32LETest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF32Test.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF7Test.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF8SigTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UTF8Test.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_codecs.UnicodeEscapeTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_fileinput.FileInputTests.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_gzip.TestGzip.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_httplib.ExtendedReadTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_httplib.ExtendedReadTestChunked.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_io.CIOTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_io.PyIOTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_lzma.FileTestCase.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_mailbox.TestPartialFile.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_mailbox.TestProxyFile.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_memoryio.CBytesIOTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_memoryio.CStringIOTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_memoryio.PyBytesIOTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_memoryio.PyStringIOTest.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.CTestCRLFNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.CTestCRNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.CTestLFNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.CTestMixedNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.PyTestCRLFNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.PyTestCRNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.PyTestLFNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_univnewlines.PyTestMixedNewlines.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_urllib.urlopen_FileTests.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_binary_mode__test.test_fileinput.FileInputTests.test_readline_binary_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_bound_content_length__test.test_httplib.BasicTest.test_readline_bound_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_buffering__test.test_fileinput.FileInputTests.test_readline_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_bytes__test.test_unittest.testmock.testwith.TestMockOpen.test_readline_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_data__test.test_unittest.testmock.testwith.TestMockOpen.test_readline_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_empty_eof__test.test_asyncio.test_streams.StreamTests.test_readline_empty_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_eof__test.test_asyncio.test_streams.StreamTests.test_readline_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_exception__test.test_asyncio.test_streams.StreamTests.test_readline_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_limit__test.test_asyncio.test_streams.StreamTests.test_readline_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_limit_with_existing_data__test.test_asyncio.test_streams.StreamTests.test_readline_limit_with_existing_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_nolimit_nowait__test.test_asyncio.test_streams.StreamTests.test_readline_nolimit_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_nonsizeable__test.test_io.CIOTest.test_readline_nonsizeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_nonsizeable__test.test_io.PyIOTest.test_readline_nonsizeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_read__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_read__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_read__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_read__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_read_byte_count__test.test_asyncio.test_streams.StreamTests.test_readline_read_byte_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_without_limit__test.test_httplib.ExtendedReadTest.test_readline_without_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_without_limit__test.test_httplib.ExtendedReadTestChunked.test_readline_without_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readline_without_limit__test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_without_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.RawUnicodeEscapeTest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF16BETest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF16LETest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF16Test.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF32BETest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF32LETest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF32Test.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF7Test.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF8SigTest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UTF8Test.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlinequeue__test.test_codecs.UnicodeEscapeTest.test_readlinequeue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_codecs.StreamReaderTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_gzip.TestGzip.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.CBufferedRWPairTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.CBufferedRandomTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.CBufferedReaderTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.CTextIOWrapperTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.PyBufferedRWPairTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.PyBufferedRandomTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.PyBufferedReaderTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_io.PyTextIOWrapperTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_lzma.FileTestCase.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_mailbox.TestPartialFile.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_mailbox.TestProxyFile.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_memoryio.CBytesIOTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_memoryio.CStringIOTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_memoryio.PyBytesIOTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_memoryio.PyStringIOTest.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.CTestCRLFNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.CTestCRNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.CTestLFNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.CTestMixedNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.PyTestCRLFNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.PyTestCRNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.PyTestLFNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_univnewlines.PyTestMixedNewlines.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_urllib.urlopen_FileTests.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines_bytes__test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines_content_length__test.test_httplib.BasicTest.test_readlines_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlines_data__test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlink__test.test_pathlib.test_pathlib.PathTest.test_readlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlink__test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlink__test.test_posix.TestPosixWeaklinking.test_readlink__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink_dir_fd__test.test_posix.TestPosixDirFd.test_readlink_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readlink_unsupported__test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported__'os.readlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink_unsupported__test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported__'os.readlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink_unsupported__test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported__'os.readlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink_unsupported__test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink_unsupported__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink_unsupported__'os.readlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readlink_unsupported__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink_unsupported__'os.readlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readonly__test.test_collections.TestNamedTuple.test_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.CBufferedRandomTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.CBufferedReaderTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.CBufferedWriterTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.CTextIOWrapperTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.PyBufferedRandomTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.PyBufferedReaderTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.PyBufferedWriterTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_attributes__test.test_io.PyTextIOWrapperTest.test_readonly_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_delete__test.test_dbm_sqlite3.ReadOnly.test_readonly_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_files__test.test_dbm_dumb.DumbDBMTestCase.test_readonly_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_inheritance__test.test_typing.TypedDictTests.test_readonly_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_iter__test.test_dbm_sqlite3.ReadOnly.test_readonly_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_keys__test.test_dbm_sqlite3.ReadOnly.test_readonly_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_read__test.test_dbm_sqlite3.ReadOnly.test_readonly_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_types__test.test_hashlib.HashLibTestCase.test_readonly_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readonly_write__test.test_dbm_sqlite3.ReadOnly.test_readonly_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readrc_homedir__test.test_pdb.PdbTestCase.test_readrc_homedir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readrc_kwarg__test.test_pdb.PdbTestCase.test_readrc_kwarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_bytearray__test.test_asyncio.test_streams.StreamTests.test_readuntil_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_eof__test.test_asyncio.test_streams.StreamTests.test_readuntil_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_limit_found_sep__test.test_asyncio.test_streams.StreamTests.test_readuntil_limit_found_sep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_multi_chunks_1__test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_multi_chunks__test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_multi_separator__test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_multi_separator_limit__test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_multi_separator_negative_offset__test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_negative_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readuntil_separator__test.test_asyncio.test_streams.StreamTests.test_readuntil_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readv__test.test_os.TestInvalidFD.test_readv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readv__test.test_posix.PosixTester.test_readv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readv_overflow_32bits__test.test_posix.PosixTester.test_readv_overflow_32bits__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_readwrite_delete__test.test_dbm_sqlite3.ReadWrite.test_readwrite_delete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readwrite_null_key__test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readwrite_null_value__test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_readwrite_unique_key__test.test_dbm_sqlite3.ReadWrite.test_readwrite_unique_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real__test.test_abstract_numbers.TestNumbersDefaultMethods.test_real_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_and_imag__test.test_bool.BoolTest.test_real_and_imag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_number_multiple_ops__test.test_patma.TestSyntaxErrors.test_real_number_multiple_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_number_required_in_complex_literal_0__test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_number_required_in_complex_literal_1__test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_number_required_in_complex_literal_2__test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_number_required_in_complex_literal_3__test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_real_number_wrong_ops__test.test_patma.TestSyntaxErrors.test_real_number_wrong_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realasdouble__test.test_capi.test_complex.CAPIComplexTest.test_realasdouble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realcopy_hmac__test.test_hmac.CopyTestCase.test_realcopy_hmac_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realcopy_old__test.test_hmac.CopyTestCase.test_realcopy_old_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath__test.test_ntpath.NtCommonTest.test_realpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath__test.test_posixpath.PosixCommonTest.test_realpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_basic__test.test_ntpath.TestNtpath.test_realpath_basic__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_basic__test.test_posixpath.PosixPathTest.test_realpath_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_broken_symlinks__test.test_ntpath.TestNtpath.test_realpath_broken_symlinks__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_curdir__test.test_ntpath.TestNtpath.test_realpath_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_curdir__test.test_posixpath.PosixPathTest.test_realpath_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_curdir_missing_ok__test.test_ntpath.TestNtpath.test_realpath_curdir_missing_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_curdir_strict__test.test_ntpath.TestNtpath.test_realpath_curdir_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_cwd__test.test_ntpath.TestNtpath.test_realpath_cwd__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_deep_recursion__test.test_posixpath.PosixPathTest.test_realpath_deep_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_invalid_paths__test.test_ntpath.TestNtpath.test_realpath_invalid_paths__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_invalid_paths__test.test_posixpath.PosixPathTest.test_realpath_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_invalid_unicode_paths__test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_limit_attack__test.test_tarfile.TestExtractionFilters.test_realpath_limit_attack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_missing_pardir__test.test_posixpath.PosixPathTest.test_realpath_missing_pardir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_nonterminal_file__test.test_posixpath.PosixPathTest.test_realpath_nonterminal_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_nonterminal_symlink_to_file__test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_nonterminal_symlink_to_symlinks_to_file__test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_symlinks_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_nul__test.test_ntpath.TestNtpath.test_realpath_nul__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_pardir__test.test_ntpath.TestNtpath.test_realpath_pardir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_pardir__test.test_posixpath.PosixPathTest.test_realpath_pardir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_pardir_missing_ok__test.test_ntpath.TestNtpath.test_realpath_pardir_missing_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_pardir_strict__test.test_ntpath.TestNtpath.test_realpath_pardir_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_permission__test.test_ntpath.TestNtpath.test_realpath_permission__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_relative__test.test_ntpath.TestNtpath.test_realpath_relative__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_relative__test.test_posixpath.PosixPathTest.test_realpath_relative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_repeated_indirect_symlinks__test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_resolve_before_normalizing__test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_resolve_first__test.test_posixpath.PosixPathTest.test_realpath_resolve_first_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_resolve_parents__test.test_posixpath.PosixPathTest.test_realpath_resolve_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_strict__test.test_ntpath.TestNtpath.test_realpath_strict__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_strict__test.test_posixpath.PosixPathTest.test_realpath_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_symlink_loops__test.test_ntpath.TestNtpath.test_realpath_symlink_loops__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_symlink_loops__test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_symlink_loops_raise__test.test_ntpath.TestNtpath.test_realpath_symlink_loops_raise__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_symlink_loops_strict__test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_symlink_loops_strict__test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_realpath_symlink_prefix__test.test_ntpath.TestNtpath.test_realpath_symlink_prefix__'need__getfinalpathname'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_unreadable_directory__test.test_posixpath.PosixPathTest.test_realpath_unreadable_directory__'Cannot_block_permissions'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_unreadable_symlink__test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink__\"Can't_set_symlink_permissions\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realpath_unreadable_symlink_strict__test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink_strict__\"Can't_set_symlink_permissions\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_realtype__test.test_ast.test_ast.AST_Tests.test_realtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reap_children__test.test_support.TestSupport.test_reap_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reassigned_new__test.test_super.TestSuper.test_reassigned_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rebinding2__test.test_import.RelativeImportTests.test_rebinding2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rebinding__test.test_import.CircularImportTests.test_rebinding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rebinding__test.test_import.RelativeImportTests.test_rebinding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recompilation__test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_recompilation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recompilation__test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_recompilation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recompute_pyc_same_second__test.test_import.PycacheTests.test_recompute_pyc_same_second_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_defaults__test.test_io.CTextIOWrapperTest.test_reconfigure_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_defaults__test.test_io.PyTextIOWrapperTest.test_reconfigure_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_encoding_read__test.test_io.CTextIOWrapperTest.test_reconfigure_encoding_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_encoding_read__test.test_io.PyTextIOWrapperTest.test_reconfigure_encoding_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_errors__test.test_io.CTextIOWrapperTest.test_reconfigure_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_errors__test.test_io.PyTextIOWrapperTest.test_reconfigure_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_line_buffering__test.test_io.CTextIOWrapperTest.test_reconfigure_line_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_line_buffering__test.test_io.PyTextIOWrapperTest.test_reconfigure_line_buffering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_locale__test.test_io.CTextIOWrapperTest.test_reconfigure_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_locale__test.test_io.PyTextIOWrapperTest.test_reconfigure_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_newline__test.test_io.CTextIOWrapperTest.test_reconfigure_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_newline__test.test_io.PyTextIOWrapperTest.test_reconfigure_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write__test.test_io.CTextIOWrapperTest.test_reconfigure_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write__test.test_io.PyTextIOWrapperTest.test_reconfigure_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write_fromascii__test.test_io.CTextIOWrapperTest.test_reconfigure_write_fromascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write_fromascii__test.test_io.PyTextIOWrapperTest.test_reconfigure_write_fromascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write_non_seekable__test.test_io.CTextIOWrapperTest.test_reconfigure_write_non_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write_non_seekable__test.test_io.PyTextIOWrapperTest.test_reconfigure_write_non_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write_through__test.test_io.CTextIOWrapperTest.test_reconfigure_write_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconfigure_write_through__test.test_io.PyTextIOWrapperTest.test_reconfigure_write_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconstruct_nostate__test.test_copy.TestCopy.test_reconstruct_nostate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconstruct_reflexive__test.test_copy.TestCopy.test_reconstruct_reflexive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconstruct_state__test.test_copy.TestCopy.test_reconstruct_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconstruct_state_setstate__test.test_copy.TestCopy.test_reconstruct_state_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reconstruct_string__test.test_copy.TestCopy.test_reconstruct_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_record_override_showwarning_before__test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_record_override_showwarning_before__test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_record_override_showwarning_inside__test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_record_override_showwarning_inside__test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rect__test.test_cmath.CMathTests.test_rect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_richcmp.MiscTest.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion__test.test_support.TestSupport.test_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_control__test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_control_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_control__test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_control_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_count__test.test_threading.CRLockTests.test_recursion_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_count__test.test_threading.ConditionAsRLockTests.test_recursion_count__'Condition_does_not_expose__recursion_count__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_recursion_count__test.test_threading.PyRLockTests.test_recursion_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_direct__test.test_ast.test_ast.ASTHelpers_Test.test_recursion_direct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_error__test.test_logging.ModuleLevelMiscTest.test_recursion_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_error_cleanup__test.test_exceptions.ExceptionTests.test_recursion_error_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_error_during_traceback__test.test_traceback.TracebackCases.test_recursion_error_during_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_in_custom_handler__test.test_logging.ConfigDictTest.test_recursion_in_custom_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_in_except_handler__test.test_exceptions.ExceptionTests.test_recursion_in_except_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_indirect__test.test_ast.test_ast.ASTHelpers_Test.test_recursion_indirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_limit__test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_limit__test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_limit__test.test_difflib.TestSFpatches.test_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_limit__test.test_inspect.test_inspect.TestUnwrap.test_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_limit__test.test_marshal.BugsTestCase.test_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_limit__test.test_threading.ThreadingExceptionTests.test_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_normalizing_exception__test.test_exceptions.ExceptionTests.test_recursion_normalizing_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_normalizing_infinite_exception__test.test_exceptions.ExceptionTests.test_recursion_normalizing_infinite_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursion_normalizing_with_no_memory__test.test_exceptions.ExceptionTests.test_recursion_normalizing_with_no_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursionlimit_recovery__test.test_sys.SysModuleTest.test_recursionlimit_recovery_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive__test.test_contextlib.ContextManagerTestCase.test_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive__test.test_contextlib_async.AsyncContextManagerTestCase.test_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive__test.test_types.SimpleNamespaceTests.test_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_annotation__test.test_dataclasses.TestCase.test_recursive_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_as_param__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_recursive_as_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_as_param__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_recursive_as_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_as_param__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_recursive_as_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_as_param__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_recursive_as_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_call__test.test_descr.ClassPropertiesAndMethods.test_recursive_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_class__test.test_type_params.TypeParamsLazyEvaluationTest.test_recursive_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_cursor_close__test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_cursor_init__test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_cursor_iter__test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dataclass__test.test_pprint.QueryTestCase.test_recursive_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict__test.test_pickle.CPicklerTests.test_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict__test.test_pickle.InMemoryPickleTests.test_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict__test.test_pickle.PyPicklerTests.test_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_and_inst__test.test_pickle.CPicklerTests.test_recursive_dict_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_dict_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_and_inst__test.test_pickle.PyPicklerTests.test_recursive_dict_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_key__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_key__test.test_pickle.CPicklerTests.test_recursive_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_key__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_key__test.test_pickle.InMemoryPickleTests.test_recursive_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_key__test.test_pickle.PyPicklerTests.test_recursive_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_key__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like__test.test_pickle.CPicklerTests.test_recursive_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like__test.test_pickle.InMemoryPickleTests.test_recursive_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like__test.test_pickle.PyPicklerTests.test_recursive_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like_key__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like_key__test.test_pickle.CPicklerTests.test_recursive_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like_key__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like_key__test.test_pickle.InMemoryPickleTests.test_recursive_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like_key__test.test_pickle.PyPicklerTests.test_recursive_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_like_key__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass__test.test_pickle.CPicklerTests.test_recursive_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass__test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass__test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_and_inst__test.test_pickle.CPicklerTests.test_recursive_dict_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_and_inst__test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_key__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_key__test.test_pickle.CPicklerTests.test_recursive_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_key__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_key__test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_key__test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_dict_subclass_key__test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_eq__test.test_dataclasses.TestEq.test_recursive_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_and_inst__test.test_pickle.CPicklerTests.test_recursive_frozenset_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_and_inst__test.test_pickle.PyPicklerTests.test_recursive_frozenset_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_subclass_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_subclass_and_inst__test.test_pickle.CPicklerTests.test_recursive_frozenset_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_subclass_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_subclass_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_subclass_and_inst__test.test_pickle.PyPicklerTests.test_recursive_frozenset_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_frozenset_subclass_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_gather__test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_gather__test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_gather__test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_gather__test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_gather__test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_gather__test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_glob__test.test_glob.GlobTests.test_recursive_glob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst__test.test_pickle.CPicklerTests.test_recursive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst__test.test_pickle.InMemoryPickleTests.test_recursive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst__test.test_pickle.PyPicklerTests.test_recursive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst_state__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst_state__test.test_pickle.CPicklerTests.test_recursive_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst_state__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst_state__test.test_pickle.InMemoryPickleTests.test_recursive_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst_state__test.test_pickle.PyPicklerTests.test_recursive_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_inst_state__test.test_pickletools.OptimizedPickleTests.test_recursive_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list__test.test_pickle.CPicklerTests.test_recursive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list__test.test_pickle.InMemoryPickleTests.test_recursive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list__test.test_pickle.PyPicklerTests.test_recursive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list__test.test_pickletools.OptimizedPickleTests.test_recursive_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_and_inst__test.test_pickle.CPicklerTests.test_recursive_list_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_list_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_and_inst__test.test_pickle.PyPicklerTests.test_recursive_list_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_list_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_like__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_like__test.test_pickle.CPicklerTests.test_recursive_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_like__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_like__test.test_pickle.InMemoryPickleTests.test_recursive_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_like__test.test_pickle.PyPicklerTests.test_recursive_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_like__test.test_pickletools.OptimizedPickleTests.test_recursive_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass__test.test_pickle.CPicklerTests.test_recursive_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass__test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass__test.test_pickle.PyPicklerTests.test_recursive_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass__test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass_and_inst__test.test_pickle.CPicklerTests.test_recursive_list_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass_and_inst__test.test_pickle.PyPicklerTests.test_recursive_list_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_list_subclass_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_multi__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_multi__test.test_pickle.CPicklerTests.test_recursive_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_multi__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_multi__test.test_pickle.InMemoryPickleTests.test_recursive_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_multi__test.test_pickle.PyPicklerTests.test_recursive_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_multi__test.test_pickletools.OptimizedPickleTests.test_recursive_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names2__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names2__test.test_pickle.CPicklerTests.test_recursive_nested_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names2__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names2__test.test_pickle.InMemoryPickleTests.test_recursive_nested_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names2__test.test_pickle.PyPicklerTests.test_recursive_nested_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names2__test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names__test.test_pickle.CPicklerTests.test_recursive_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names__test.test_pickle.InMemoryPickleTests.test_recursive_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names__test.test_pickle.PyPicklerTests.test_recursive_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_nested_names__test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_pickle__test.test_functools.TestPartialC.test_recursive_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_pickle__test.test_functools.TestPartialCSubclass.test_recursive_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_pickle__test.test_functools.TestPartialPy.test_recursive_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_pickle__test.test_functools.TestPartialPySubclass.test_recursive_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_dataclasses.TestReplace.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_defaultdict.TestDefaultDict.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_dictviews.DictSetTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_functools.TestPartialC.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_functools.TestPartialCSubclass.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_functools.TestPartialPy.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_functools.TestPartialPySubclass.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.CBufferedRandomTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.CBufferedReaderTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.CBufferedWriterTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.CTextIOWrapperTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.PyBufferedRandomTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.PyBufferedReaderTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.PyBufferedWriterTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_io.PyTextIOWrapperTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_reprlib.TestRecursiveRepr.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_type_aliases.TypeParamsAliasValueTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_types.SimpleNamespaceTests.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_xml_etree.BadElementTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr__test.test_xml_etree_c.BadElementTest.test_recursive_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr_for_pending_tasks__test.test_asyncio.test_futures2.FutureReprTests.test_recursive_repr_for_pending_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr_indirection__test.test_dataclasses.TestReplace.test_recursive_repr_indirection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr_indirection_two__test.test_dataclasses.TestReplace.test_recursive_repr_indirection_two_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr_misc_attrs__test.test_dataclasses.TestReplace.test_recursive_repr_misc_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_repr_two_attrs__test.test_dataclasses.TestReplace.test_recursive_repr_two_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_run__test.test_asyncio.test_runners.RunnerTests.test_recursive_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set__test.test_pickle.CPicklerTests.test_recursive_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set__test.test_pickle.InMemoryPickleTests.test_recursive_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set__test.test_pickle.PyPicklerTests.test_recursive_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set__test.test_pickletools.OptimizedPickleTests.test_recursive_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_and_inst__test.test_pickle.CPicklerTests.test_recursive_set_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_set_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_and_inst__test.test_pickle.PyPicklerTests.test_recursive_set_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_set_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_subclass_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_subclass_and_inst__test.test_pickle.CPicklerTests.test_recursive_set_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_subclass_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_subclass_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_set_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_subclass_and_inst__test.test_pickle.PyPicklerTests.test_recursive_set_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_set_subclass_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_set_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_taskgroups__test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_taskgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_taskgroups__test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_taskgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_taskgroups__test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_taskgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_taskgroups__test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_taskgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_taskgroups__test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_taskgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_taskgroups__test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_taskgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_traceback__test.test_traceback.TestFallbackTracebackFormat.test_recursive_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_traceback__test.test_traceback.TestTracebackFormat.test_recursive_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict__test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_key__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_key__test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_key__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_key__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_key__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_key__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like__test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like_key__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like_key__test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like_key__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like_key__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like_key__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_like_key__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass__test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass_key__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass_key__test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass_key__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass_key__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass_key__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_dict_subclass_key__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst__test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst_state__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst_state__test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst_state__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst_state__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst_state__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_inst_state__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list__test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_like__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_like__test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_like__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_like__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_like__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_like__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_like_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_subclass__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_subclass__test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_subclass__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_subclass__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_subclass__test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_and_list_subclass__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_subclass_and_inst__test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_subclass_and_inst__test.test_pickle.CPicklerTests.test_recursive_tuple_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_subclass_and_inst__test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_subclass_and_inst__test.test_pickle.InMemoryPickleTests.test_recursive_tuple_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_subclass_and_inst__test.test_pickle.PyPicklerTests.test_recursive_tuple_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recursive_tuple_subclass_and_inst__test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_subclass_and_inst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv__test.test_socket.PurePythonSocketPairTest.test_recv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_channel_does_not_exist__test.test_interpreters.test_channels.TestSendRecv.test_recv_channel_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_default__test.test__interpchannels.ChannelTests.test_recv_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_empty__test.test__interpchannels.ChannelTests.test_recv_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_not_found__test.test__interpchannels.ChannelTests.test_recv_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_nowait_channel_does_not_exist__test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_channel_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_nowait_default__test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_nowait_empty__test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_sending_interp_destroyed__test.test__interpchannels.ChannelTests.test_recv_sending_interp_destroyed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recv_timeout__test.test_interpreters.test_channels.TestSendRecv.test_recv_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recvfrom__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recvfrom__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recvfrom__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recvfrom_into__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom_into_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recvfrom_into__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom_into_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_recvfrom_into__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_into_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect__test.test_urllib2.HandlerTests.test_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_encoding__test.test_urllib2.HandlerTests.test_redirect_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_fragment__test.test_urllib2.HandlerTests.test_redirect_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_head_request__test.test_urllib2.HandlerTests.test_redirect_head_request_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_limit_independent__test.test_urllib.urlopen_HttpTests.test_redirect_limit_independent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_no_path__test.test_urllib2.HandlerTests.test_redirect_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_to_string_io__test.test_contextlib.TestRedirectStderr.test_redirect_to_string_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirect_to_string_io__test.test_contextlib.TestRedirectStdout.test_redirect_to_string_io_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redirection__test.test_urllib2_localnet.TestUrlopen.test_redirection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_4tuple__test.test_copy.TestCopy.test_reduce_4tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_5tuple__test.test_copy.TestCopy.test_reduce_5tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_6tuple__test.test_copy.TestCopy.test_reduce_6tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_6tuple_none__test.test_copy.TestCopy.test_reduce_6tuple_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_None__test.test_pickle.CPicklingErrorTests.test_reduce_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_None__test.test_pickle.PyPicklingErrorTests.test_reduce_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_decimal.CIBMTestCases.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_decimal.PyIBMTestCases.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_descr.PicklingTests.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_functools.TestReduceC.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_functools.TestReducePy.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_pickle.CDumpPickle_LoadPickle.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_pickle.CPicklerTests.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_pickle.DumpPickle_CLoadPickle.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_pickle.InMemoryPickleTests.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_pickle.PyPicklerTests.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce__test.test_pickletools.OptimizedPickleTests.test_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_calls_base__test.test_pickle.CDumpPickle_LoadPickle.test_reduce_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_calls_base__test.test_pickle.CPicklerTests.test_reduce_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_calls_base__test.test_pickle.DumpPickle_CLoadPickle.test_reduce_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_calls_base__test.test_pickle.InMemoryPickleTests.test_reduce_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_calls_base__test.test_pickle.PyPicklerTests.test_reduce_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_calls_base__test.test_pickletools.OptimizedPickleTests.test_reduce_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_copying__test.test_descr.PicklingTests.test_reduce_copying_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_None__test.test_pickle.CPicklingErrorTests.test_reduce_ex_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_None__test.test_pickle.PyPicklingErrorTests.test_reduce_ex_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.ByteTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.DoubleTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.FloatTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.IntTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.LongLongTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.LongTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.ShortTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UCS4Test.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UnicodeTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UnsignedByteTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UnsignedIntTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UnsignedLongLongTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UnsignedLongTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex__test.test_array.UnsignedShortTest.test_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_called__test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_called__test.test_pickle.CPicklerTests.test_reduce_ex_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_called__test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_called__test.test_pickle.InMemoryPickleTests.test_reduce_ex_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_called__test.test_pickle.PyPicklerTests.test_reduce_ex_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_called__test.test_pickletools.OptimizedPickleTests.test_reduce_ex_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_calls_base__test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_calls_base__test.test_pickle.CPicklerTests.test_reduce_ex_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_calls_base__test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_calls_base__test.test_pickle.InMemoryPickleTests.test_reduce_ex_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_calls_base__test.test_pickle.PyPicklerTests.test_reduce_ex_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_calls_base__test.test_pickletools.OptimizedPickleTests.test_reduce_ex_calls_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_overrides_reduce__test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_overrides_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_overrides_reduce__test.test_pickle.CPicklerTests.test_reduce_ex_overrides_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_overrides_reduce__test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_overrides_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_overrides_reduce__test.test_pickle.InMemoryPickleTests.test_reduce_ex_overrides_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_overrides_reduce__test.test_pickle.PyPicklerTests.test_reduce_ex_overrides_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_ex_overrides_reduce__test.test_pickletools.OptimizedPickleTests.test_reduce_ex_overrides_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_mutating_builtins_iter__test.test_iter.TestCase.test_reduce_mutating_builtins_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_not_too_fat__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reduce_not_too_fat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_not_too_fat__test.test_ordered_dict.CPythonOrderedDictTests.test_reduce_not_too_fat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_not_too_fat__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_not_too_fat__test.test_ordered_dict.PurePythonOrderedDictTests.test_reduce_not_too_fat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_overrides_default_reduce_ex__test.test_pickle.CDumpPickle_LoadPickle.test_reduce_overrides_default_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_overrides_default_reduce_ex__test.test_pickle.CPicklerTests.test_reduce_overrides_default_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_overrides_default_reduce_ex__test.test_pickle.DumpPickle_CLoadPickle.test_reduce_overrides_default_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_overrides_default_reduce_ex__test.test_pickle.InMemoryPickleTests.test_reduce_overrides_default_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_overrides_default_reduce_ex__test.test_pickle.PyPicklerTests.test_reduce_overrides_default_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reduce_overrides_default_reduce_ex__test.test_pickletools.OptimizedPickleTests.test_reduce_overrides_default_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reducer_override_no_reference_cycle__test.test_pickle.CPicklerHookTests.test_reducer_override_no_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reducer_override_no_reference_cycle__test.test_pickle.PyPicklerHookTests.test_reducer_override_no_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redundant_jump_in_if_else_break__test.test_compile.TestSpecifics.test_redundant_jump_in_if_else_break_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redundant_parenthesis__test.test_ast.test_ast.EndPositionTests.test_redundant_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_redundantdef__test.test_type_comments.TypeCommentTests.test_redundantdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrancy__test.test_queue.CSimpleQueueTest.test_reentrancy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrancy__test.test_sys_setprofile.TestEdgeCases.test_reentrancy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrancy__test.test_sys_settrace.TestEdgeCases.test_reentrancy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrant__test.test_contextlib.TestChdir.test_reentrant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrant_insertion__test.test_dict.DictTest.test_reentrant_insertion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrant_write_buffered__test.test_io.CSignalsTest.test_reentrant_write_buffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reentrant_write_text__test.test_io.CSignalsTest.test_reentrant_write_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ref_counting_behavior__test.test_iter.TestCase.test_ref_counting_behavior_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ref_created_during_del__test.test_weakref.ReferencesTestCase.test_ref_created_during_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ref_repr__test.test_weakref.ReferencesTestCase.test_ref_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ref_reuse__test.test_weakref.ReferencesTestCase.test_ref_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcnt_crash_bug_22044__test.datetimetester.TestTZInfo_Fast.test_refcnt_crash_bug_22044_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcnt_crash_bug_22044__test.datetimetester.TestTZInfo_Pure.test_refcnt_crash_bug_22044_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcount__test.test_ctypes.test_refcounts.RefcountTestCase.test_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcount__test.test_sys.SysModuleTest.test_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcount_errors__test.test_gc.GCCallbackTests.test_refcount_errors__'built_with_-NDEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refcount_funcs__test.test_capi.test_misc.Test_testcapi.test_refcount_funcs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcount_macros__test.test_capi.test_misc.Test_testcapi.test_refcount_macros_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcycle__test.test_generators.FinalizationTest.test_refcycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refcycle__test.test_ssl.BasicSocketTests.test_refcycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_referenceImplementation__test.test_random.MersenneTwister_TestBasicOps.test_referenceImplementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reference_cycle__test.test_structseq.StructSeqTest.test_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reference_loop__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reference_loop__test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reference_loop__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reference_loop__test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reference_previous_typevar__test.test_type_params.TypeParamsAccessTest.test_reference_previous_typevar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_referenced__test.test_symtable.SymtableTest.test_referenced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_references___class____test.test_listcomps.ListComprehensionTest.test_references___class___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_references___class___defined__test.test_listcomps.ListComprehensionTest.test_references___class___defined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_references___class___enclosing__test.test_listcomps.ListComprehensionTest.test_references___class___enclosing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_references__test.test_queue.CSimpleQueueTest.test_references_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_references__test.test_queue.PySimpleQueueTest.test_references_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_references_super__test.test_listcomps.ListComprehensionTest.test_references_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refleak__test.test_optparse.TestOptionParser.test_refleak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refleaks__test.test_patma.TestCompiler.test_refleaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refleaks_in___init____test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refleaks_in___init____test.test_property.PropertyTests.test_refleaks_in___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refleaks_in___init____test.test_zlib.ZlibDecompressorTest.test_refleaks_in___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refleaks_in_classmethod___init____test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_classmethod___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refleaks_in_decompressor___init____test.test_lzma.CompressorDecompressorTestCase.test_refleaks_in_decompressor___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refleaks_in_staticmethod___init____test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refleaks_in_task___init____test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_refleaks_in_task___init____\"object_<module_'sys'__built-in_>_has_no_attribute_'gettotalrefcount'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_refloop_unraisable__test.test_gzip.TestGzip.test_refloop_unraisable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refresh__test.test_mailbox.TestMaildir.test_refresh_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refresh_after_safety_period__test.test_mailbox.TestMaildir.test_refresh_after_safety_period_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refs__test.test_memoryview.ArrayMemorySliceTest.test_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_refs__test.test_memoryview.BytesMemorySliceTest.test_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reftracer__test.test_capi.test_misc.Test_testcapi.test_reftracer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regex_cleanup__test.test_strptime.CacheTests.test_regex_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regexp__test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regexp__test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regexps__test.test_bytes.ByteArrayTest.test_regexps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_codecs.CodecsModuleTest.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_faulthandler.FaultHandlerTests.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_selectors.DefaultSelectorTestCase.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_selectors.DevpollSelectorTestCase.test_register__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_register__test.test_selectors.EpollSelectorTestCase.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_selectors.KqueueSelectorTestCase.test_register__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_register__test.test_selectors.PollSelectorTestCase.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_selectors.SelectSelectorTestCase.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_webbrowser.BrowserRegistrationTest.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register__test.test_webbrowser.ImportTest.test_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_abc__test.test_functools.TestSingleDispatch.test_register_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_archive_format__test.test_shutil.TestArchives.test_register_archive_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_as_class_deco__test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_at_fork__test.test_posix.PosixTester.test_register_at_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_bad_fd__test.test_selectors.KqueueSelectorTestCase.test_register_bad_fd__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_register_chain__test.test_faulthandler.FaultHandlerTests.test_register_chain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_decorator__test.test_functools.TestSingleDispatch.test_register_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_default__test.test_webbrowser.BrowserRegistrationTest.test_register_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_defect__test.test_email.test_policy.PolicyAPITests.test_register_defect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_fd__test.test_faulthandler.FaultHandlerTests.test_register_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_file__test.test_faulthandler.FaultHandlerTests.test_register_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_file__test.test_selectors.EpollSelectorTestCase.test_register_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_genericalias__test.test_functools.TestSingleDispatch.test_register_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_genericalias_annotation__test.test_functools.TestSingleDispatch.test_register_genericalias_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_genericalias_decorator__test.test_functools.TestSingleDispatch.test_register_genericalias_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_kwargs__test.test_csv.TestDialectRegistry.test_register_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_kwargs_override__test.test_csv.TestDialectRegistry.test_register_kwargs_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_non_class__test.test_abc.test_factory.<locals>.TestABC.test_register_non_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_preferred__test.test_webbrowser.BrowserRegistrationTest.test_register_preferred_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_register_threads__test.test_faulthandler.FaultHandlerTests.test_register_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registration__test.test_collections.TestOneTrickPonyABCs.test_registration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registration_basics__test.test_abc.test_factory.<locals>.TestABC.test_registration_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registration_builtins__test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registration_edge_cases__test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registration_transitiveness__test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registry__test.test_csv.TestDialectRegistry.test_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registry_accelerator__test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_registry_badargs__test.test_csv.TestDialectRegistry.test_registry_badargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_registry_parsing__test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_regression_20536__test.test_statistics.DecimalToRatioTest.test_regression_20536_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regression_20561__test.test_statistics.TestMean.test_regression_20561_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regression_25177__test.test_statistics.TestMean.test_regression_25177_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regression_gh94675__test.test_re.ReTests.test_regression_gh94675_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regression_gh_120225__test.test_compile.TestSpecifics.test_regression_gh_120225_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regular_copy__test.test_shutil.TestZeroCopyMACOS.test_regular_copy__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_regular_copy__test.test_shutil.TestZeroCopySendfile.test_regular_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regular_protocol__test.test_patma.TestTypeErrors.test_regular_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regular_templates__test.test_string.TestTemplate.test_regular_templates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regular_templates_with_braces__test.test_string.TestTemplate.test_regular_templates_with_braces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regular_templates_with_non_letters__test.test_string.TestTemplate.test_regular_templates_with_non_letters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_regular_templates_with_upper_case__test.test_string.TestTemplate.test_regular_templates_with_upper_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reindent_empty__test.test_timeit.TestTimeit.test_reindent_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reindent_multi__test.test_timeit.TestTimeit.test_reindent_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reindent_multi_empty__test.test_timeit.TestTimeit.test_reindent_multi_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reindent_single__test.test_timeit.TestTimeit.test_reindent_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinit__test.test_module.ModuleTests.test_reinit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinit_tls_after_fork__test.test_threading.ThreadJoinOnShutdown.test_reinit_tls_after_fork_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinsert__test.test_ordered_dict.CPythonBuiltinDictTests.test_reinsert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinsert__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reinsert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinsert__test.test_ordered_dict.CPythonOrderedDictTests.test_reinsert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinsert__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reinsert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reinsert__test.test_ordered_dict.PurePythonOrderedDictTests.test_reinsert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reject__test.test_fileio.CAutoFileTests.test_reject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reject__test.test_fileio.PyAutoFileTests.test_reject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reject_complex_tolerances__test.test_cmath.IsCloseTests.test_reject_complex_tolerances_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reject_non_policy_keyword_when_called__test.test_email.test_policy.PolicyAPITests.test_reject_non_policy_keyword_when_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rejection__test.test_http_cookiejar.LWPCookieTests.test_rejection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rejects_multiple_parameterization__test.test_typing.UnpackTests.test_rejects_multiple_parameterization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rejects_multiple_types__test.test_typing.UnpackTests.test_rejects_multiple_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relativeCreated_has_higher_precision__test.test_logging.FormatterTest.test_relativeCreated_has_higher_precision_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_cmd__test.test_shutil.TestWhich.test_relative_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_cmd__test.test_shutil.TestWhichBytes.test_relative_cmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import__test.test_unparse.UnparseTestCase.test_relative_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_no_globals__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_no_globals__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_no_package__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_no_package__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_no_package_exists_absolute__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_no_package_exists_absolute__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_wo_package__test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_import_wo_package__test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_imports_2__test.test_modulefinder.ModuleFinderTest.test_relative_imports_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_imports_3__test.test_modulefinder.ModuleFinderTest.test_relative_imports_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_imports_4__test.test_modulefinder.ModuleFinderTest.test_relative_imports_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_imports__test.test_modulefinder.ModuleFinderTest.test_relative_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_imports__test.test_pdb.PdbTestCase.test_relative_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_imports_on_plain_module__test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_path__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_path__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_path__test.test_shutil.TestWhich.test_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_path__test.test_shutil.TestWhichBytes.test_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_redirect__test.test_urllib2.HandlerTests.test_relative_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_seek__test.test_memoryio.CBytesIOTest.test_relative_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_seek__test.test_memoryio.CStringIOPickleTest.test_relative_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_seek__test.test_memoryio.CStringIOTest.test_relative_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_seek__test.test_memoryio.PyBytesIOTest.test_relative_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_seek__test.test_memoryio.PyStringIOPickleTest.test_relative_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_seek__test.test_memoryio.PyStringIOTest.test_relative_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_symmetry__test.test_statistics.ApproxEqualSymmetryTest.test_relative_symmetry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to__test.test_zipfile._path.test_path.TestPath.test_relative_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PathTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_several_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_several_args__test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_several_args__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relative_to_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_relativedir_bug46421__test.test_cmd_line.CmdLineTest.test_relativedir_bug46421_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relativelocalfile__test.test_urllib.urlopen_FileTests.test_relativelocalfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_memoryview.ArrayMemorySliceSliceTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_memoryview.ArrayMemorySliceTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_memoryview.ArrayMemoryviewTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_memoryview.BytesMemorySliceSliceTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_memoryview.BytesMemorySliceTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_memoryview.BytesMemoryviewTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_picklebuffer.PickleBufferTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release__test.test_platform.PlatformTest.test_release_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_buffer__test.test_buffer.TestPythonBufferProtocol.test_release_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_buffer_with_exception_set__test.test_buffer.TestPythonBufferProtocol.test_release_buffer_with_exception_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_no_waiters__test.test_asyncio.test_locks.LockTests.test_release_no_waiters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_no_waiters__test.test_asyncio.test_locks.SemaphoreTests.test_release_no_waiters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_not_acquired__test.test_asyncio.test_locks.LockTests.test_release_not_acquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_not_acquired__test.test_asyncio.test_locks.SemaphoreTests.test_release_not_acquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_save_unacquired__test.test_threading.CRLockTests.test_release_save_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_save_unacquired__test.test_threading.ConditionAsRLockTests.test_release_save_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_save_unacquired__test.test_threading.PyRLockTests.test_release_save_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_saves_reference__test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_saves_reference_no_subclassing__test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference_no_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_task_refs__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_release_task_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_threading.BoundedSemaphoreTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_threading.CRLockTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_threading.ConditionAsRLockTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_threading.PyRLockTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unacquired__test.test_threading.SemaphoreTests.test_release_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unused_processes__test.test_multiprocessing_fork.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unused_processes__test.test_multiprocessing_forkserver.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_release_unused_processes__test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_releasing_unacquired_lock__test.test_threading.ThreadingExceptionTests.test_releasing_unacquired_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relimport_star__test.test_import.RelativeImportTests.test_relimport_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload__test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload__test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_extra_attributes__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_extra_attributes__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_init_module_attrs__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_init_module_attrs__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_loader_replaced__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_loader_replaced__test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_location_changed__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_location_changed__test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_missing_loader__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_missing_loader__test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_modified__test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_modified__test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_module__test.test_ast.test_ast.ModuleStateTests.test_reload_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_modules__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_modules__test.test_importlib.test_api.Source_ReloadTests.test_reload_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_namespace_changed__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_namespace_changed__test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_submodule__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_submodule__test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_traceback_with_non_str__test.test_importlib.test_api.Frozen_ReloadTests.test_reload_traceback_with_non_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reload_traceback_with_non_str__test.test_importlib.test_api.Source_ReloadTests.test_reload_traceback_with_non_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relock__test.test_mailbox.TestMMDF.test_relock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relock__test.test_mailbox.TestMbox.test_relock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relpath__test.test_ntpath.TestNtpath.test_relpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relpath__test.test_posixpath.PosixPathTest.test_relpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relpath_bytes__test.test_posixpath.PosixPathTest.test_relpath_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relpath_errors__test.test_ntpath.NtCommonTest.test_relpath_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_relpath_errors__test.test_posixpath.PosixCommonTest.test_relpath_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainderNear__test.test_decimal.CIBMTestCases.test_remainderNear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainderNear__test.test_decimal.PyIBMTestCases.test_remainderNear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.datetimetester.TestTimeDelta_Fast.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.datetimetester.TestTimeDelta_Pure.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.test_argparse.TestDoubleDash.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.test_argparse.TestIntermixedArgs.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.test_decimal.CContextAPItests.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.test_decimal.CIBMTestCases.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.test_decimal.PyContextAPItests.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder__test.test_decimal.PyIBMTestCases.test_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder_near__test.test_decimal.CContextAPItests.test_remainder_near_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remainder_near__test.test_decimal.PyContextAPItests.test_remainder_near_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remapping_std_fds__test.test_subprocess.POSIXProcessTestCase.test_remapping_std_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rematerialize_object_dict__test.test_class.TestInlineValues.test_rematerialize_object_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remote__test.test_multiprocessing_fork.test_manager.WithManagerTestRemoteManager.test_remote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remote__test.test_multiprocessing_forkserver.test_manager.WithManagerTestRemoteManager.test_remote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remote__test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remote_shutdown_receives_trailing_data__test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remote_shutdown_receives_trailing_data_on_slow_socket__test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remote_stack_trace__test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.ByteTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.DoubleTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.FloatTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.IntTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.LargeArrayTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.LongLongTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.LongTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.ShortTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UCS4Test.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UnicodeTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UnsignedByteTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UnsignedIntTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UnsignedLongLongTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UnsignedLongTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_array.UnsignedShortTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_bigmem.ListTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_bytes.ByteArrayTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_deque.TestBasic.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_list.ListTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_mailbox.TestBabyl.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_mailbox.TestMH.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_mailbox.TestMMDF.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_mailbox.TestMaildir.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_mailbox.TestMbox.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_os.Win32ErrorTests.test_remove__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_remove__test.test_set.TestSet.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_set.TestSetSubclass.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_userlist.UserListTest.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove__test.test_weakset.TestWeakSet.test_remove_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_absent__test.test_set.TestMutate.test_remove_absent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_all__test.test_os.RemoveDirsTests.test_remove_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_child_handler__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_remove_child_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_child_handler__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_remove_child_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_closure__test.test_weakref.MappingTestCase.test_remove_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_directory_link_to_missing_target__test.test_os.Win32SymlinkTests.test_remove_directory_link_to_missing_target__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_remove_done_callback__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callback__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callback__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callbacks_list_clear__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callbacks_list_clear__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callbacks_list_clear__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callbacks_list_mutation__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callbacks_list_mutation__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_done_callbacks_list_mutation__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_empty_basic_block_with_jump_target_label__test.test_compile.TestSpecifics.test_remove_empty_basic_block_with_jump_target_label_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_fds_after_closing__test.test_asyncio.test_events.EPollEventLoopTests.test_remove_fds_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_fds_after_closing__test.test_asyncio.test_events.PollEventLoopTests.test_remove_fds_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_fds_after_closing__test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_flag__test.test_mailbox.TestMaildir.test_remove_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_keyerror_set__test.test_set.TestSet.test_remove_keyerror_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_keyerror_set__test.test_set.TestSetSubclass.test_remove_keyerror_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_keyerror_unpacking__test.test_set.TestSet.test_remove_keyerror_unpacking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_keyerror_unpacking__test.test_set.TestSetSubclass.test_remove_keyerror_unpacking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_long_opt__test.test_optparse.TestOptionParser.test_remove_long_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_nonexistent__test.test_optparse.TestOptionParser.test_remove_nonexistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_nothing__test.test_os.RemoveDirsTests.test_remove_nothing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_option__test.test_configparser.ExceptionContextTestCase.test_remove_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_partial__test.test_os.RemoveDirsTests.test_remove_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_present__test.test_set.TestMutate.test_remove_present_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_reader__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_reader_read_write__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_reader_unknown__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_unknown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_redundant_nop_edge_case__test.test_compile.TestSpecifics.test_remove_redundant_nop_edge_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_shebang__test.test_zipapp.ZipAppTest.test_remove_shebang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_short_opt__test.test_optparse.TestOptionParser.test_remove_short_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_signal_handler_2__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_signal_handler__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_signal_handler_cleanup_error__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_cleanup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_signal_handler_error2__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_signal_handler_error__test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_subclass__test.test_descr.ClassPropertiesAndMethods.test_remove_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_test_at_index__test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_test_at_index_not_indexable__test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index_not_indexable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_until_empty__test.test_set.TestMutate.test_remove_until_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_unused_consts__test.test_compile.TestSpecifics.test_remove_unused_consts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_unused_consts_extended_args__test.test_compile.TestSpecifics.test_remove_unused_consts_extended_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_unused_consts_no_docstring__test.test_compile.TestSpecifics.test_remove_unused_consts_no_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_clear_assume_existing__test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_clear_assume_existing__test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_clear_assume_missing__test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_clear_assume_missing__test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_mutate_root_assume_existing__test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_mutate_root_assume_existing__test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_existing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_mutate_root_assume_missing__test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_with_mutate_root_assume_missing__test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_writer__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_writer_read_write__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_remove_writer_unknown__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_unknown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removed_dir__test.test_os.TestScandir.test_removed_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removed_file__test.test_os.TestScandir.test_removed_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removed_u_mode__test.test_io.CMiscIOTest.test_removed_u_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removed_u_mode__test.test_io.PyMiscIOTest.test_removed_u_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removeprefix__test.test_bytes.ByteArrayAsStringTest.test_removeprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removeprefix__test.test_bytes.BytesAsStringTest.test_removeprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removeprefix__test.test_str.StrTest.test_removeprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removeprefix__test.test_userstring.UserStringTest.test_removeprefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removesuffix__test.test_bytes.ByteArrayAsStringTest.test_removesuffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removesuffix__test.test_bytes.BytesAsStringTest.test_removesuffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removesuffix__test.test_str.StrTest.test_removesuffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_removesuffix__test.test_userstring.UserStringTest.test_removesuffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_ftplib.TestFTPClass.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_ftplib.TestTLS_FTPClassMixin.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_os.FileTests.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_os.Win32ErrorTests.test_rename__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rename__test.test_pathlib.test_pathlib.PathSubclassTest.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_pathlib.test_pathlib.PathTest.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_pathlib.test_pathlib.PosixPathTest.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_pathlib.test_pathlib.WindowsPathTest.test_rename__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rename__test.test_unicode_file_functions.UnicodeFileTests.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename__test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename_dir_fd__test.test_posix.TestPosixDirFd.test_rename_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rename_replace__test.test_posix.TestPosixWeaklinking.test_rename_replace__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_reorganize__test.test_dbm_gnu.TestGdbm.test_reorganize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reparse_deferral_disabled__test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reparse_deferral_enabled__test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_enabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_1char__test.test_bytes.ByteArrayTest.test_repeat_1char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_1char__test.test_bytes.BytesTest.test_repeat_1char_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_bigaddrspace.BytesTest.test_repeat__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repeat__test.test_bigaddrspace.StrTest.test_repeat__'not_enough_memory:_8589934592.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repeat__test.test_bigmem.BytearrayTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_bigmem.BytesTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_bigmem.StrTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_bytes.ByteArrayTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_bytes.BytesTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_deque.TestSequence.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_index.ByteArrayTestCase.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_index.BytesTestCase.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_index.ListTestCase.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_index.NewSeqTestCase.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_index.StringTestCase.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_index.TupleTestCase.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_itertools.LengthTransparency.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_itertools.TestBasicOps.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_itertools.TestExamples.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_itertools.TestGC.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_list.ListTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_structseq.StructSeqTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_tuple.TupleTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat__test.test_userlist.UserListTest.test_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_after_setslice__test.test_bytes.ByteArrayTest.test_repeat_after_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_callable_setup__test.test_timeit.TestTimeit.test_repeat_callable_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_callable_stmt__test.test_timeit.TestTimeit.test_repeat_callable_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_callable_stmt_and_setup__test.test_timeit.TestTimeit.test_repeat_callable_stmt_and_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_few_reps_and_iters__test.test_timeit.TestTimeit.test_repeat_few_reps_and_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_function_zero_iters__test.test_timeit.TestTimeit.test_repeat_function_zero_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_function_zero_reps__test.test_timeit.TestTimeit.test_repeat_function_zero_reps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_id_preserving__test.test_bytes.BytesTest.test_repeat_id_preserving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_id_preserving__test.test_str.StrTest.test_repeat_id_preserving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_large_2__test.test_bigmem.TupleTest.test_repeat_large_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_large__test.test_bigmem.ListTest.test_repeat_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_large__test.test_bigmem.TupleTest.test_repeat_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_minmax__test.test_re.ReTests.test_repeat_minmax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_minmax_overflow__test.test_re.ReTests.test_repeat_minmax_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_minmax_overflow_maxrepeat__test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_small__test.test_bigmem.ListTest.test_repeat_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_small__test.test_bigmem.TupleTest.test_repeat_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_with_negative_times__test.test_itertools.LengthTransparency.test_repeat_with_negative_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_with_negative_times__test.test_itertools.TestBasicOps.test_repeat_with_negative_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_zero_iters__test.test_timeit.TestTimeit.test_repeat_zero_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeat_zero_reps__test.test_timeit.TestTimeit.test_repeat_zero_reps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_attribute_pops__test.test_module.ModuleTests.test_repeated_attribute_pops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_init_and_inittab__test.test_embed.EmbeddingTests.test_repeated_init_and_inittab__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repeated_set_type__test.test_ctypes.test_pointers.PointersTestCase.test_repeated_set_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestHarmonicMean.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestMean.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestMedian.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestMedianGrouped.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestMedianHigh.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestMedianLow.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestMode.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestPStdev.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestPVariance.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestStdev.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repeated_single_value__test.test_statistics.TestVariance.test_repeated_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repl_stderr_flush__test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repl_stderr_flush_separate_stderr__test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_separate_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repl_stdout_flush__test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repl_stdout_flush_separate_stderr__test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_separate_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestDateTimeTZ_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestDateTimeTZ_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestDateTime_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestDateTime_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestDate_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestDate_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestSubclassDateTime_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestSubclassDateTime_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestTimeTZ_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestTimeTZ_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestTime_Fast.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.datetimetester.TestTime_Pure.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bigmem.BytearrayTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bigmem.BytesTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bigmem.StrTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bytes.ByteArrayAsStringTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bytes.ByteArrayTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bytes.BytesAsStringTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_bytes.BytesTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_code.CodeTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_os.FileTests.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_pathlib.test_pathlib.PathSubclassTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_pathlib.test_pathlib.PathTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_pathlib.test_pathlib.PosixPathTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_pathlib.test_pathlib.WindowsPathTest.test_replace__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_replace__test.test_str.StrTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_types.SimpleNamespaceTests.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace__test.test_userstring.UserStringTest.test_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_all__test.test_tarfile.ReplaceTests.test_replace_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_deep__test.test_tarfile.ReplaceTests.test_replace_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_header__test.test_email.test_email.TestMessageAPI.test_replace_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_id__test.test_str.StrTest.test_replace_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_int_error__test.test_bytes.ByteArrayTest.test_replace_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_int_error__test.test_bytes.BytesTest.test_replace_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_internal__test.test_tarfile.ReplaceTests.test_replace_internal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_method__test.test_copy.TestReplace.test_replace_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_name__test.test_tarfile.ReplaceTests.test_replace_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_overflow__test.test_bytes.ByteArrayAsStringTest.test_replace_overflow__'only_applies_to_32-bit_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_replace_overflow__test.test_bytes.BytesAsStringTest.test_replace_overflow__'only_applies_to_32-bit_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_replace_overflow__test.test_str.StrTest.test_replace_overflow__'only_applies_to_32-bit_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_replace_overflow__test.test_userstring.UserStringTest.test_replace_overflow__'only_applies_to_32-bit_platforms'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_replace_paths__test.test_modulefinder.ModuleFinderTest.test_replace_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_shallow__test.test_tarfile.ReplaceTests.test_replace_shallow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_starts_transaction__test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_subclass__test.test_types.SimpleNamespaceTests.test_replace_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_uses_two_way_maxcount__test.test_bytes.ByteArrayAsStringTest.test_replace_uses_two_way_maxcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_uses_two_way_maxcount__test.test_bytes.BytesAsStringTest.test_replace_uses_two_way_maxcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_uses_two_way_maxcount__test.test_str.StrTest.test_replace_uses_two_way_maxcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replace_uses_two_way_maxcount__test.test_userstring.UserStringTest.test_replace_uses_two_way_maxcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_replacing_decorator__test.test_inspect.test_inspect.TestDecorators.test_replacing_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_report_full_closure__test.test_filecmp.DirCompareTestCase.test_report_full_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_report_partial_closure__test.test_filecmp.DirCompareTestCase.test_report_partial_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reporthook_0_bytes__test.test_urllib.urlretrieve_FileTests.test_reporthook_0_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reporthook_5_bytes__test.test_urllib.urlretrieve_FileTests.test_reporthook_5_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reporthook_8193_bytes__test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reporthook__test.test_urllib.urlretrieve_FileTests.test_reporthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_2__test.test_typing.GenericTests.test_repr_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_3__test.test_typing.GenericTests.test_repr_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTimeDelta_Fast.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTimeDelta_Pure.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTimeTZ_Fast.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTimeTZ_Pure.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTimeZone_Fast.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTimeZone_Pure.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTime_Fast.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.datetimetester.TestTime_Pure.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test__interpchannels.ChannelIDTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.ByteTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.DoubleTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.FloatTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.IntTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.LongLongTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.LongTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.ShortTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UCS4Test.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UnicodeTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UnsignedByteTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UnsignedIntTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UnsignedLongLongTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UnsignedLongTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_array.UnsignedShortTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_asyncio.test_locks.BarrierTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_asyncio.test_locks.ConditionTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_asyncio.test_locks.EventTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_asyncio.test_locks.LockTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_asyncio.test_locks.SemaphoreTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_asyncio.test_queues.QueueBasicTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_bool.BoolTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_builtin.BuiltinTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_capi.test_bytes.CAPITest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_collections.TestNamedTuple.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_concurrent_futures.test_future.FutureTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_dataclasses.TestRepr.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_defaultdict.TestDefaultDict.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_deque.TestBasic.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_descr.DictProxyTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_dict.DictTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestIntEnumClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestIntEnumFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestIntFlagClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestIntFlagFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMinimalDateClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMinimalDateFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMinimalFloatClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMinimalFloatFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedDateClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedDateFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedFloatClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedFloatFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedIntClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedIntFlagClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedIntFlagFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedIntFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedStrClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestMixedStrFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestPlainEnumClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestPlainEnumFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestPlainFlagClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestPlainFlagFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestStrEnumClass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_enum.TestStrEnumFunction.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_float.ReprTestCase.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_frame.FrameLocalsProxyMappingTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_frame.ReprTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_frame.TestFrameLocals.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_functools.TestPartialC.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_functools.TestPartialCSubclass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_functools.TestPartialMethod.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_functools.TestPartialPy.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_functools.TestPartialPySubclass.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_genericalias.BaseTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_http_cookies.MorselTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_importlib.metadata.test_main.TestEntryPoints.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_importlib.resources.test_reader.MultiplexedPathTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.CBufferedRandomTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.CBufferedReaderTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.CBufferedWriterTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.CTextIOWrapperTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.PyBufferedRandomTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.PyBufferedReaderTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.PyBufferedWriterTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_io.PyTextIOWrapperTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_list.ListTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_mmap.MmapTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_ordered_dict.CPythonOrderedDictTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_os.TestScandir.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_range.RangeTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsBytes.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsEmpty.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsMixedStringBytes.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsSingleton.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsString.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsTriple.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_set.TestBasicOpsTuple.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_slice.SliceTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_socket.GeneralModuleTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_statistics.TestNormalDistC.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_statistics.TestNormalDistPython.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_str.StrTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_struct.StructTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_structseq.StructSeqTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_subprocess.ProcessTestCase.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_subprocess.ProcessTestCaseNoPoll.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_thread.LockTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.BarrierTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.BoundedSemaphoreTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.CRLockTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.ConditionAsRLockTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.EventTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.LockTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.PyRLockTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_threading.SemaphoreTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_tracemalloc.TestTraceback.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_tuple.TupleTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_type_aliases.TypeParamsAliasValueTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_types.SimpleNamespaceTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.AnnotatedTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.AnyTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.ClassVarTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.CollectionsCallableTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.FinalTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.GenericTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.LiteralStringTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.LiteralTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.NeverTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.NewTypeTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.NoDefaultTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.NoReturnTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.NotRequiredTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.RETests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.RequiredTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.SelfTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.TupleTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.TypeAliasTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.TypeGuardTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.TypeIsTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.TypeVarTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.TypingCallableTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_typing.UnionTests.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_unittest.testmock.testhelpers.AnyTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_unittest.testmock.testhelpers.CallTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_unittest.testmock.testmock.MockTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_userdict.UserDictTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_userlist.UserListTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_weakset.TestWeakSet.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_xmlrpc.DateTimeTestCase.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_xmlrpc.FaultTestCase.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_repr__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_repr__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_active__test.test_asyncio.test_timeouts.TimeoutTests.test_repr_active_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_and_str_with_no_init_mixin__test.test_enum.TestSpecial.test_repr_and_str_with_no_init_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_as_str__test.test_descr.ClassPropertiesAndMethods.test_repr_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PathTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PurePathTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_daemon__test.test_threading.ThreadTests.test_repr_daemon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_deep__test.test_dict.DictTest.test_repr_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_deep__test.test_frame.FrameLocalsProxyMappingTests.test_repr_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_deep__test.test_list.ListTest.test_repr_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_deep__test.test_userdict.UserDictTest.test_repr_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_deep__test.test_userlist.UserListTest.test_repr_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_disabled__test.test_asyncio.test_timeouts.TimeoutTests.test_repr_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_expired__test.test_asyncio.test_timeouts.TimeoutTests.test_repr_expired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_failure_gh99184__test.test_weakref.ReferencesTestCase.test_repr_failure_gh99184_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_finished__test.test_asyncio.test_timeouts.TimeoutTests.test_repr_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_is_correct__test.test_typing.TypeVarTupleTests.test_repr_is_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_large__test.test_bigmem.ListTest.test_repr_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_large__test.test_bigmem.StrTest.test_repr_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_large__test.test_bigmem.TupleTest.test_repr_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_large__test.test_list.ListTest.test_repr_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_large__test.test_tuple.TupleTest.test_repr_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_lock__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_lock__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_lock__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_lock__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_lock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_lock__test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_lock__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_mutate__test.test_list.ListTest.test_repr_mutate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_nonsortable__test.test_collections.TestCounter.test_repr_nonsortable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestIntEnumClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestIntEnumFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestIntFlagClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestIntFlagFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMinimalDateClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMinimalDateFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMinimalFloatClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMinimalFloatFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedDateClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedDateFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedFloatClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedFloatFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedIntClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedIntFlagClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedIntFlagFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedIntFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedStrClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestMixedStrFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestPlainEnumClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestPlainEnumFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestPlainFlagClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestPlainFlagFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestStrEnumClass.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_override__test.test_enum.TestStrEnumFunction.test_repr_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive__test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive__test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive_values__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive_values__test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive_values__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_recursive_values__test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_rlock__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_rlock__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_rlock__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_rlock__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_rlock__test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_rlock__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_roundtrip__test.test_complex.ComplexTest.test_repr_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_roundtrips__test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_roundtrips__test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_roundtrips__test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_roundtrips__test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_roundtrips__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_roundtrips__test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_repr_small__test.test_bigmem.ListTest.test_repr_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_small__test.test_bigmem.StrTest.test_repr_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_small__test.test_bigmem.TupleTest.test_repr_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_stopped__test.test_threading.ThreadTests.test_repr_stopped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_str__test.test_bytes.AssortedBytesTest.test_repr_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_str__test.test_complex.ComplexTest.test_repr_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_with_init_mixin__test.test_enum.TestSpecial.test_repr_with_init_mixin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_with_module_str_subclass__test.test_descr.ClassPropertiesAndMethods.test_repr_with_module_str_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_repr_with_spec__test.test_unittest.testmock.testmock.MockTest.test_repr_with_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request__test.test_httplib.TransferEncodingTest.test_request_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_host__test.test_http_cookiejar.CookieTests.test_request_host_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_length__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_request_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_length__test.test_wsgiref.IntegrationTests.test_request_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_line_trimming__test.test_httpservers.BaseHTTPServerTestCase.test_request_line_trimming_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_path__test.test_http_cookiejar.CookieTests.test_request_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_port__test.test_http_cookiejar.CookieTests.test_request_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_rate__test.test_robotparser.CrawlDelayAndRequestRateTest.test_request_rate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_rate__test.test_robotparser.DefaultEntryTest.test_request_rate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_rate__test.test_robotparser.DifferentAgentTest.test_request_rate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_request_rate__test.test_robotparser.EmptyFileTest.test_request_rate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args__test.test_argparse.TestExitOnError.test_required_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args__test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args__test.test_capi.test_getargs.Keywords_TestCase.test_required_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args__test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_n__test.test_argparse.TestExitOnError.test_required_args_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_n_with_metavar__test.test_argparse.TestExitOnError.test_required_args_n_with_metavar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_one_or_more__test.test_argparse.TestExitOnError.test_required_args_one_or_more_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_one_or_more_with_metavar__test.test_argparse.TestExitOnError.test_required_args_one_or_more_with_metavar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_optional__test.test_argparse.TestExitOnError.test_required_args_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_remainder__test.test_argparse.TestExitOnError.test_required_args_remainder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_with_metavar__test.test_argparse.TestExitOnError.test_required_args_with_metavar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_args_zero_or_more__test.test_argparse.TestExitOnError.test_required_args_zero_or_more_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_const_actions__test.test_argparse.TestInvalidArgumentConstructors.test_required_const_actions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_exclusive__test.test_argparse.TestIntermixedArgs.test_required_exclusive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_exclusive_with_positional__test.test_argparse.TestIntermixedArgs.test_required_exclusive_with_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_mutually_exclusive_args__test.test_argparse.TestExitOnError.test_required_mutually_exclusive_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_notrequired_keys__test.test_typing.TypedDictTests.test_required_notrequired_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_positional__test.test_argparse.TestInvalidArgumentConstructors.test_required_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_subparsers_default__test.test_argparse.TestAddSubparsers.test_required_subparsers_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_subparsers_no_destination_error__test.test_argparse.TestAddSubparsers.test_required_subparsers_no_destination_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_subparsers_via_attribute__test.test_argparse.TestAddSubparsers.test_required_subparsers_via_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_subparsers_via_kwarg__test.test_argparse.TestAddSubparsers.test_required_subparsers_via_kwarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_required_value__test.test_optparse.TestStandard.test_required_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_requires_dist_info__test.test_importlib.metadata.test_api.APITests.test_requires_dist_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_requires_egg_info__test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_requires_egg_info_empty__test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_requires_egg_info_file__test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise__test.test_raise.TestRaise.test_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_all_named__test.test_except_star.TestExceptStarReraise.test_reraise_all_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_all_unnamed__test.test_except_star.TestExceptStarReraise.test_reraise_all_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_cycle_broken__test.test_raise.TestContext.test_reraise_cycle_broken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_orig__test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_partial_handle_all_unnamed__test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_all_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_partial_handle_some_named__test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_partial_handle_some_unnamed__test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_plain_exception_named__test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_plain_exception_unnamed__test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_unnamed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_some_handle_all_named__test.test_except_star.TestExceptStarReraise.test_reraise_some_handle_all_named_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_unhashable_eg__test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_reraise_unhashable_eg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reraise_unhashable_leaf__test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_reraise_unhashable_leaf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reread__test.test_mailbox.TestMaildir.test_reread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun__test.test_regrtest.ParseArgsTestCase.test_rerun_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_async_setup_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_async_teardown_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_fail__test.test_regrtest.ArgsTestCase.test_rerun_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_setup_class_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_setup_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_setup_module_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_success__test.test_regrtest.ArgsTestCase.test_rerun_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_teardown_class_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_teardown_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rerun_teardown_module_hook_failure__test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rescale__test.test_decimal.CIBMTestCases.test_rescale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rescale__test.test_decimal.PyIBMTestCases.test_rescale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reschedule__test.test_asyncio.test_timeouts.TimeoutTests.test_reschedule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resent_date_header_properties__test.test_email.test_headerregistry.TestDateHeader.test_resent_date_header_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reserved_keys__test.test_http_cookies.MorselTests.test_reserved_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reserved_sunder_error__test.test_enum.TestSpecial.test_reserved_sunder_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_attributes__test.test_exceptions.ImportErrorTests.test_reset_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_barrier__test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_barrier_when_tasks_half_draining__test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_barrier_when_tasks_half_draining_half_blocking__test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_half_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_barrier_while_tasks_draining__test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_draining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_barrier_while_tasks_waiting__test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_barrier_while_tasks_waiting_and_waiting_again__test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_and_waiting_again_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_mock__test.test_unittest.testmock.testmock.MockTest.test_reset_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_mock_does_not_raise_on_attr_deletion__test.test_unittest.testmock.testmock.MockTest.test_reset_mock_does_not_raise_on_attr_deletion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_mock_on_mock_open_issue_18622__test.test_unittest.testmock.testmock.MockTest.test_reset_mock_on_mock_open_issue_18622_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_mock_recursion__test.test_unittest.testmock.testmock.MockTest.test_reset_mock_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_mock_resets_wait__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_reset_mock_resets_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_peak__test.test_tracemalloc.TestTracemallocEnabled.test_reset_peak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_return__test.test_unittest.testmock.testmock.MockTest.test_reset_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_return_sideeffect__test.test_unittest.testmock.testmock.MockTest.test_reset_return_sideeffect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_return_with_children__test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_return_with_children_side_effect__test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_sideeffect__test.test_unittest.testmock.testmock.MockTest.test_reset_sideeffect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_tzpath_kwarg__test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_kwarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_tzpath_kwarg__test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_kwarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_tzpath_relative_paths__test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_relative_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reset_tzpath_relative_paths__test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_relative_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resetids__test.test_posix.TestPosixSpawn.test_resetids_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resetids__test.test_posix.TestPosixSpawnP.test_resetids_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resetids_explicit_default__test.test_posix.TestPosixSpawn.test_resetids_explicit_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resetids_explicit_default__test.test_posix.TestPosixSpawnP.test_resetids_explicit_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resets_termios__test.test_getpass.UnixGetpassTest.test_resets_termios_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resize1__test.test_dict.DictTest.test_resize1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resize2__test.test_dict.DictTest.test_resize2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resize__test.test_ctypes.test_varsize_struct.VarSizeTest.test_resize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resize_forbidden__test.test_bytes.ByteArrayTest.test_resize_forbidden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resize_past_pos__test.test_mmap.MmapTests.test_resize_past_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestDateTimeTZ_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestDateTimeTZ_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestDateTime_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestDateTime_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestDate_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestDate_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestSubclassDateTime_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestSubclassDateTime_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestTimeDelta_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestTimeDelta_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestTimeTZ_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestTimeTZ_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestTime_Fast.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolution_info__test.datetimetester.TestTime_Pure.test_resolution_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve__test.test_importlib.metadata.test_main.ImportTests.test_resolve_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_bases__test.test_types.ClassCreationTests.test_resolve_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_bases_with_mro_entry__test.test_types.ClassCreationTests.test_resolve_bases_with_mro_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_common__test.test_pathlib.test_pathlib.PathTest.test_resolve_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_common__test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_common__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_dot__test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_dot__test.test_pathlib.test_pathlib.PathTest.test_resolve_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_dot__test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_dot__test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_dot__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_dot__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_dot__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_dot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_error__test.test_argparse.TestConflictHandling.test_resolve_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_false__test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_loop__test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_loop__test.test_pathlib.test_pathlib.PathTest.test_resolve_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_loop__test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_loop__test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_loop__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_loop__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_loop__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_nonexist_relative_issue38671__test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_nonexist_relative_issue38671__test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_nonexist_relative_issue38671__test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_nonexist_relative_issue38671__test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_root__test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_root__test.test_pathlib.test_pathlib.PathTest.test_resolve_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_root__test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resolve_root__test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resolve_without_attr__test.test_importlib.metadata.test_main.ImportTests.test_resolve_without_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_contents__test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_missing__test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_path__test.test_importlib.resources.test_reader.NamespaceReaderTest.test_resource_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_blocked_signals__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_blocked_signals__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_blocked_signals__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_reused__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_reused_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_reused__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_reused_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_reused__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigint__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigint__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigint__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigkill__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigkill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigkill__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigkill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigkill__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigterm__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigterm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigterm__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigterm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_tracker_sigterm__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_resource_warning__'test_not_applicable_to_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_resource_warning__'test_not_applicable_to_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning__'test_not_applicable_to_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resource_warning__test.test_os.TestScandir.test_resource_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resources__test.test_regrtest.ArgsTestCase.test_resources_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_respect_no_type_check__test.test_typing.GetTypeHintTests.test_respect_no_type_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_response_fileno__test.test_httplib.BasicTest.test_response_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_response_headers__test.test_httplib.BasicTest.test_response_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_responses__test.test_httplib.OfflineTest.test_responses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_restart__test.test_monitoring.MontoringDisableAndRestartTest.test_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_restore_signals__test.test_subprocess.POSIXProcessTestCase.test_restore_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_restype_py_object_with_null_return__test.test_ctypes.test_refcounts.PyObjectRestypeTest.test_restype_py_object_with_null_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result__test.test_asyncio.test_futures.CFutureTests.test_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result__test.test_asyncio.test_futures.CSubFutureTests.test_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result__test.test_asyncio.test_futures.PyFutureTests.test_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_exception_one_cancellation__test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_one_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_exception_success__test.test_asyncio.test_tasks.CoroutineGatherTests.test_result_exception_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_exception_success__test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_pairs__test.test_urlparse.UrlParseTestCase.test_result_pairs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_with_cancel__test.test_concurrent_futures.test_future.FutureTests.test_result_with_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_with_success__test.test_concurrent_futures.test_future.FutureTests.test_result_with_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_result_with_timeout__test.test_concurrent_futures.test_future.FutureTests.test_result_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resultclass__test.test_unittest.test_runner.Test_TextTestRunner.test_resultclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_results__test.test_statistics.TestCorrelationAndCovariance.test_results_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_results__test.test_statistics.TestLinearRegression.test_results_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resume_count__test.test_monitoring.MonitoringCountTest.test_resume_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resume_reading__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resume_reading_on_closed_pipe__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_closed_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resume_reading_on_paused_pipe__test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_paused_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resurrection_does_not_block_cleanup_of_other_objects__test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resurrection_is_transitive__test.test_gc.GCTests.test_resurrection_is_transitive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_resurrection_only_happens_once_per_object__test.test_gc.GCTests.test_resurrection_only_happens_once_per_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retr__test.test_poplib.TestPOP3Class.test_retr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retr__test.test_poplib.TestPOP3_SSLClass.test_retr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retr__test.test_poplib.TestPOP3_TLSClass.test_retr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrbinary__test.test_ftplib.TestFTPClass.test_retrbinary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrbinary__test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrbinary_rest__test.test_ftplib.TestFTPClass.test_retrbinary_rest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrbinary_rest__test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary_rest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrieves_version_of_distinfo_pkg__test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_distinfo_pkg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrieves_version_of_self__test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrieves_version_of_self__test.test_importlib.metadata.test_main.BasicTests.test_retrieves_version_of_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrlines__test.test_ftplib.TestFTPClass.test_retrlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrlines__test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrlines_too_long__test.test_ftplib.TestFTPClass.test_retrlines_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retrlines_too_long__test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return__test.test_bdb.StateTestCase.test_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return__test.test_grammar.GrammarTests.test_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return__test.test_sys_settrace.RaisingTraceFuncTestCase.test_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_bytes__test.test_os.TestPEP519.test_return_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_bytes__test.test_os.TestPEP519PurePython.test_return_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_code__test.test_popen.PopenTest.test_return_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_command_in_generator_with_subiterator__test.test_bdb.IssuesTestCase.test_return_command_in_generator_with_subiterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_correct_type__test.test_pickle.CIdPersPicklerTests.test_return_correct_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_correct_type__test.test_pickle.PyIdPersPicklerTests.test_return_correct_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_count__test.test_monitoring.MonitoringCountTest.test_return_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_custom_status__test.test_httpservers.BaseHTTPServerTestCase.test_return_custom_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_empty_bytestring__test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_exceptions__test.test_asyncio.test_tasks.CoroutineGatherTests.test_return_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_exceptions__test.test_asyncio.test_tasks.FutureGatherTests.test_return_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_explain_error__test.test_httpservers.BaseHTTPServerTestCase.test_return_explain_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_from_from_import__test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_from_from_import__test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_from_import__test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_from_import__test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_generator__test.test_capi.test_opt.TestUopsOptimization.test_return_generator__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_return_header_keep_alive__test.test_httpservers.BaseHTTPServerTestCase.test_return_header_keep_alive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_in_caller_frame__test.test_bdb.StateTestCase.test_return_in_caller_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_in_except_star_block_invalid__test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_in_except_star_block_valid__test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_in_finally__test.test_grammar.GrammarTests.test_return_in_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_in_with_positions__test.test_compile.TestSourcePositions.test_return_in_with_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_inside_async_with_block__test.test_compile.TestStackSizeStability.test_return_inside_async_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_inside_except_block__test.test_compile.TestStackSizeStability.test_return_inside_except_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_inside_finally_block__test.test_compile.TestStackSizeStability.test_return_inside_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_inside_try_finally_block__test.test_compile.TestStackSizeStability.test_return_inside_try_finally_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_inside_with_block__test.test_compile.TestStackSizeStability.test_return_inside_with_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_non_contiguous_blob__test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_null_without_error__test.test_capi.test_misc.CAPITest.test_return_null_without_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_outside_function__test.test_syntax.SyntaxTestCase.test_return_outside_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_result_with_error__test.test_capi.test_misc.CAPITest.test_return_result_with_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_self__test.test_bytes.AssortedBytesTest.test_return_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_stopiteration__test.test_generators.ExceptionTest.test_return_stopiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_string__test.test_os.TestPEP519.test_return_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_string__test.test_os.TestPEP519PurePython.test_return_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_through_finally__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_return_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_through_finally__test.test_sys_settrace.TestLinesAfterTraceStarted.test_return_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_through_finally__test.test_sys_settrace.TestSetLocalTrace.test_return_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_through_finally__test.test_sys_settrace.TraceOpcodesTestCase.test_return_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_through_finally__test.test_sys_settrace.TraceTestCase.test_return_through_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_tuple__test.test_generators.ExceptionTest.test_return_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_value_AsyncMock__test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_AsyncMock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_value_awaitable__test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_awaitable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_return_value_in_constructor__test.test_unittest.testmock.testmock.MockTest.test_return_value_in_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returncode__test.test_subprocess.ContextManagerTests.test_returncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returncode__test.test_subprocess.RunFuncTestCase.test_returncode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returned_list_identity__test.test_select.SelectTestCase.test_returned_list_identity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returned_value__test.test_binascii.ArrayBinASCIITest.test_returned_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returned_value__test.test_binascii.BinASCIITest.test_returned_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returned_value__test.test_binascii.BytearrayBinASCIITest.test_returned_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returned_value__test.test_binascii.MemoryviewBinASCIITest.test_returned_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returning_itercoro__test.test_types.CoroutineTests.test_returning_itercoro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returns_new_class__test.test_dataclasses.TestSlots.test_returns_new_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returns_new_copy__test.test_bytes.BytearrayPEP3137Test.test_returns_new_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returns_pid__test.test_posix.TestPosixSpawn.test_returns_pid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_returns_pid__test.test_posix.TestPosixSpawnP.test_returns_pid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_retval__test.test_tempfile.TestGetCandidateNames.test_retval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reuse_port__test.test_socket.CreateServerTest.test_reuse_port_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reuse_reconnect__test.test_httplib.PersistenceTest.test_reuse_reconnect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reusing_unpickler_objects__test.test_pickle.CPicklerUnpicklerObjectTests.test_reusing_unpickler_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reusing_unpickler_objects__test.test_pickle.PyPicklerUnpicklerObjectTests.test_reusing_unpickler_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reveal_type__test.test_typing.RevealTypeTests.test_reveal_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.ByteTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.DoubleTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.FloatTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.IntTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.LargeArrayTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.LongLongTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.LongTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.ShortTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UCS4Test.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UnicodeTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UnsignedByteTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UnsignedIntTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UnsignedLongLongTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UnsignedLongTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_array.UnsignedShortTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_bigmem.ListTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_bytes.ByteArrayTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_deque.TestBasic.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_list.ListTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_sort.TestDecorateSortUndecorate.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse__test.test_userlist.UserListTest.test_reverse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iteration__test.test_range.RangeTest.test_reverse_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.ByteTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.DoubleTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.FloatTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.IntTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.LongLongTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.LongTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.ShortTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UCS4Test.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UnicodeTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UnsignedByteTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UnsignedIntTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UnsignedLongLongTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UnsignedLongTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator__test.test_array.UnsignedShortTest.test_reverse_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_for_empty_dict__test.test_dict.DictTest.test_reverse_iterator_for_empty_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_for_shared_shared_dicts__test.test_dict.DictTest.test_reverse_iterator_for_shared_shared_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.ByteTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.DoubleTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.FloatTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.IntTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.LongLongTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.LongTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.ShortTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UCS4Test.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UnicodeTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UnsignedByteTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UnsignedIntTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UnsignedLongLongTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UnsignedLongTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_iterator_picking__test.test_array.UnsignedShortTest.test_reverse_iterator_picking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_name_mapping__test.test_pickle.CompatPickleTests.test_reverse_name_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverse_stability__test.test_sort.TestDecorateSortUndecorate.test_reverse_stability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_bytes.ByteArrayTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_bytes.BytesTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_deque.TestBasic.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_dict.DictTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_list.ListTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_memoryview.ArrayMemorySliceSliceTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_memoryview.ArrayMemorySliceTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_memoryview.ArrayMemoryviewTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_memoryview.BytesMemorySliceSliceTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_memoryview.BytesMemorySliceTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_memoryview.BytesMemoryviewTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_types.MappingProxyTests.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed__test.test_userlist.UserListTest.test_reversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestIntEnumClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestIntEnumFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestIntFlagClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestIntFlagFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMinimalDateClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMinimalDateFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMinimalFloatClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMinimalFloatFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedDateClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedDateFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedFloatClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedFloatFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedIntClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedIntFlagClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedIntFlagFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedIntFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedStrClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestMixedStrFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestPlainEnumClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestPlainEnumFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestPlainFlagClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestPlainFlagFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestStrEnumClass.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_iteration_order__test.test_enum.TestStrEnumFunction.test_reversed_iteration_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_new__test.test_deque.TestBasic.test_reversed_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_pickle__test.test_list.ListTest.test_reversed_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversed_pickle__test.test_tuple.TupleTest.test_reversed_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverseitemiterator_pickling__test.test_dict.DictTest.test_reverseitemiterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reverseiterator_pickling__test.test_dict.DictTest.test_reverseiterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversevaluesiterator_pickling__test.test_dict.DictTest.test_reversevaluesiterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_reversible__test.test_typing.ProtocolTests.test_reversible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rewrite_small__test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2043_auto_decoded_and_emailmessage_used__test.test_email.test_message.Test.test_rfc2043_auto_decoded_and_emailmessage_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_B_bad_padding__test.test_email.test_email.TestRFC2047.test_rfc2047_B_bad_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_Q_invalid_digits__test.test_email.test_email.TestRFC2047.test_rfc2047_Q_invalid_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_missing_whitespace__test.test_email.test_email.TestRFC2047.test_rfc2047_missing_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_multiline__test.test_email.test_email.TestRFC2047.test_rfc2047_multiline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_1__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_2__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_3__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_4__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_5a__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_5b__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_6__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_rfc2047_7__test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2047_with_whitespace__test.test_email.test_email.TestRFC2047.test_rfc2047_with_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2109_handling__test.test_http_cookiejar.CookieTests.test_rfc2109_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_bad_character_in_charset__test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_bad_character_in_encoding__test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_bad_character_in_filename__test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_bad_encoding_in_charset__test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_bad_encoding_in_filename__test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_charset_8bit_CTE__test.test_email.test_email.Test8BitBytesHandling.test_rfc2231_charset_8bit_CTE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_charset__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_rfc2231_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_charset__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_rfc2231_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_charset__test.test_email.test_email.TestIdempotent.test_rfc2231_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_encoded_then_unencoded_segments__test.test_email.test_email.TestRFC2231.test_rfc2231_encoded_then_unencoded_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_get_content_charset__test.test_email.test_email.TestRFC2231.test_rfc2231_get_content_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_missing_tick__test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_missing_tick_with_encoded_non_ascii__test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick_with_encoded_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_no_extended_values__test.test_email.test_email.TestRFC2231.test_rfc2231_no_extended_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_no_language_or_charset__test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_no_language_or_charset_in_boundary__test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_no_language_or_charset_in_charset__test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_no_language_or_charset_in_filename__test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_no_language_or_charset_in_filename_encoded__test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename_encoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_parse_extra_quoting__test.test_email.test_email.TestRFC2231.test_rfc2231_parse_extra_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_parse_rfc_quoting__test.test_email.test_email.TestRFC2231.test_rfc2231_parse_rfc_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_partly_encoded__test.test_email.test_email.TestRFC2231.test_rfc2231_partly_encoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_partly_nonencoded__test.test_email.test_email.TestRFC2231.test_rfc2231_partly_nonencoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_single_tick_in_filename__test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_single_tick_in_filename_extended__test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename_extended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_tick_attack__test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_tick_attack_extended__test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack_extended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_unencoded_then_encoded_segments__test.test_email.test_email.TestRFC2231.test_rfc2231_unencoded_then_encoded_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_unknown_encoding__test.test_email.test_email.TestRFC2231.test_rfc2231_unknown_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_wrapping__test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_wrapping__test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow__test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow__test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2822_header_syntax__test.test_email.test_email.TestParsers.test_rfc2822_header_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2822_one_character_header__test.test_email.test_email.TestParsers.test_rfc2822_one_character_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfc2822_space_not_allowed_in_header__test.test_email.test_email.TestParsers.test_rfc2822_space_not_allowed_in_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bigmem.BytearrayTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bigmem.BytesTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bigmem.StrTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bytes.ByteArrayAsStringTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bytes.ByteArrayTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bytes.BytesAsStringTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_bytes.BytesTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_mmap.MmapTests.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_str.StrTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rfind__test.test_userstring.UserStringTest.test_rfind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_pathlike__test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_pathlike__test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_pathlike__test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_pathlike__test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_posix__test.test_pathlib.test_pathlib.PathTest.test_rglob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_common__test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_common__test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_common__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_false__test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_false__test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_false__test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_false__test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_false__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_recurse_symlinks_false__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_symlink_loop__test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_symlink_loop__test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_symlink_loop__test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_symlink_loop__test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_symlink_loop__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_symlink_loop__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_symlink_loop__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_symlink_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rglob_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_windows__test.test_pathlib.test_pathlib.PathTest.test_rglob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rglob_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rich_compare__test.test_set.TestSet.test_rich_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rich_compare__test.test_set.TestSetSubclass.test_rich_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rich_comparisons__test.test_descr.ClassPropertiesAndMethods.test_rich_comparisons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_richcompare__test.test_complex.ComplexTest.test_richcompare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_richcompare_boundaries__test.test_complex.ComplexTest.test_richcompare_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bigmem.BytearrayTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bigmem.BytesTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bigmem.StrTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bytes.ByteArrayAsStringTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bytes.ByteArrayTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bytes.BytesAsStringTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_bytes.BytesTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_str.StrTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rindex__test.test_userstring.UserStringTest.test_rindex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bigmem.BytearrayTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bigmem.BytesTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bigmem.StrTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bytes.ByteArrayAsStringTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bytes.ByteArrayTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bytes.BytesAsStringTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_bytes.BytesTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_str.StrTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rjust__test.test_userstring.UserStringTest.test_rjust_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock__test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock_acquire_interruption__test.test_threadsignals.ThreadSignals.test_rlock_acquire_interruption_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rlock_acquire_retries_on_intr__test.test_threadsignals.ThreadSignals.test_rlock_acquire_retries_on_intr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmd__test.test_ftplib.TestFTPClass.test_rmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmd__test.test_ftplib.TestTLS_FTPClassMixin.test_rmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmdir__test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmdir__test.test_pathlib.test_pathlib.PathTest.test_rmdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmdir__test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmdir__test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmdir_on_directory_link_to_missing_target__test.test_os.Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmod__test.test_bytes.ByteArrayTest.test_rmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmod__test.test_bytes.BytesTest.test_rmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmod__test.test_userstring.UserStringTest.test_rmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree__test.test_support.TestSupport.test_rmtree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_above_recursion_limit__test.test_shutil.TestRmTree.test_rmtree_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_deleted_race_condition__test.test_shutil.TestRmTree.test_rmtree_deleted_race_condition__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmtree_does_not_choke_on_failing_lstat__test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_dont_delete_file__test.test_shutil.TestRmTree.test_rmtree_dont_delete_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_errors__test.test_shutil.TestRmTree.test_rmtree_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_errors_onerror__test.test_shutil.TestRmTree.test_rmtree_errors_onerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_errors_onexc__test.test_shutil.TestRmTree.test_rmtree_errors_onexc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_fails_on_close__test.test_shutil.TestRmTree.test_rmtree_fails_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_fails_on_junctions_onerror__test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onerror__'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmtree_fails_on_junctions_onexc__test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onexc__'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmtree_fails_on_symlink_onerror__test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_fails_on_symlink_onexc__test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onexc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_on_junction__test.test_shutil.TestRmTree.test_rmtree_on_junction__'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmtree_on_named_pipe__test.test_shutil.TestRmTree.test_rmtree_on_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_on_symlink__test.test_shutil.TestRmTree.test_rmtree_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_uses_safe_fd_version_if_available__test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_with_dir_fd__test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_with_dir_fd_unsupported__test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported__'dir_fd_is_supported'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmtree_works_on_bytes__test.test_shutil.TestRmTree.test_rmtree_works_on_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmtree_works_on_junctions__test.test_shutil.TestRmTree.test_rmtree_works_on_junctions__'only_relevant_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rmtree_works_on_symlinks__test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rmul__test.test_descr.ClassPropertiesAndMethods.test_rmul_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ro__test.test_gettext.PluralFormsInternalTestCase.test_ro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roj__test.test_xxlimited.TestXXLimited35.test_roj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rollback__test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rollover__test.test_logging.TimedRotatingFileHandlerTest.test_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rollover_at_midnight__test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rollover_at_weekday__test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rollover_filenames__test.test_logging.RotatingFileHandlerTest.test_rollover_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PosixPathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PurePathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_logger_aliases__test.test_logging.LoggerTest.test_root_logger_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_parent__test.test_zipfile._path.test_path.TestPath.test_root_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_path__test.test_xmlrpc.MultiPathServerTestCase.test_root_path__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PathTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PurePathTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix__'requires_POSIX-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_posix__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PathTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PurePathTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_root_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_rop__test.test_decimal.CCoverage.test_rop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rop__test.test_decimal.CImplicitConstructionTest.test_rop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rop__test.test_decimal.PyCoverage.test_rop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rop__test.test_decimal.PyImplicitConstructionTest.test_rop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ror_operator__test.test_os.EnvironTests.test_ror_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rot13_func__test.test_codecs.Rot13UtilTest.test_rot13_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rotate__test.test_decimal.CContextAPItests.test_rotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rotate__test.test_decimal.CIBMTestCases.test_rotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rotate__test.test_decimal.PyContextAPItests.test_rotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rotate__test.test_decimal.PyIBMTestCases.test_rotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rotate__test.test_deque.TestBasic.test_rotate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rotator__test.test_logging.RotatingFileHandlerTest.test_rotator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_round__test.test_builtin.BuiltinTest.test_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_round__test.test_decimal.CCoverage.test_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_round__test.test_decimal.PyCoverage.test_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_round__test.test_long.LongTest.test_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_round_large__test.test_builtin.BuiltinTest.test_round_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rounding__test.test_decimal.CIBMTestCases.test_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rounding__test.test_decimal.PyIBMTestCases.test_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rounding_strings_interned__test.test_decimal.CWhitebox.test_rounding_strings_interned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestDateTimeTZ_Fast.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestDateTimeTZ_Pure.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestDateTime_Fast.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestDateTime_Pure.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestDate_Fast.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestDate_Pure.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestSubclassDateTime_Fast.test_roundtrip__'not_appropriate_for_subclasses'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestSubclassDateTime_Pure.test_roundtrip__'not_appropriate_for_subclasses'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestTimeDelta_Fast.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestTimeDelta_Pure.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestTimeTZ_Fast.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestTimeTZ_Pure.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestTime_Fast.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.datetimetester.TestTime_Pure.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.test_float.HexFloatTestCase.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.test_http_cookiejar.HeaderTests.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.test_lzma.CompressDecompressFunctionTestCase.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip__test.test_tokenize.TestRoundtrip.test_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_alone__test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_alone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_chunks__test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_chunks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_empty_chunks__test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_empty_chunks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_equality__test.test_pickle.CDumpPickle_LoadPickle.test_roundtrip_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_equality__test.test_pickle.CPicklerTests.test_roundtrip_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_equality__test.test_pickle.DumpPickle_CLoadPickle.test_roundtrip_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_equality__test.test_pickle.InMemoryPickleTests.test_roundtrip_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_equality__test.test_pickle.PyPicklerTests.test_roundtrip_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_equality__test.test_pickletools.OptimizedPickleTests.test_roundtrip_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_escaped_unquoted_newlines__test.test_csv.Test_Csv.test_roundtrip_escaped_unquoted_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_iter_init__test.test_deque.TestBasic.test_roundtrip_iter_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_mixed__test.test_textwrap.IndentTestCase.test_roundtrip_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_quoteed_newlines__test.test_csv.Test_Csv.test_roundtrip_quoteed_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_raw__test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_raw_empty__test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_raw_quotes__test.test_fstring.TestCase.test_roundtrip_raw_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_spaces__test.test_textwrap.IndentTestCase.test_roundtrip_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_tabs__test.test_textwrap.IndentTestCase.test_roundtrip_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrip_xz__test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_xz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrips__test.test_urlparse.UrlParseTestCase.test_roundtrips_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_roundtrips_normalization__test.test_urlparse.UrlParseTestCase.test_roundtrips_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_row_equality__test.test_sqlite3.test_dbapi.RowTests.test_row_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_row_getitem__test.test_sqlite3.test_dbapi.RowTests.test_row_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_row_is_a_sequence__test.test_sqlite3.test_dbapi.RowTests.test_row_is_a_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_row_keys__test.test_sqlite3.test_dbapi.RowTests.test_row_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_row_length__test.test_sqlite3.test_dbapi.RowTests.test_row_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_row_no_description__test.test_sqlite3.test_dbapi.RowTests.test_row_no_description_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rowcount_execute__test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rowcount_executemany__test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rowcount_prefixed_with_comment__test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rowcount_update_returning__test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rowcount_vaccuum__test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpartition__test.test_bytes.ByteArrayTest.test_rpartition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpartition__test.test_bytes.BytesTest.test_rpartition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpartition__test.test_str.StrTest.test_rpartition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpartition__test.test_userstring.UserStringTest.test_rpartition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpop__test.test_poplib.TestPOP3Class.test_rpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpop__test.test_poplib.TestPOP3_SSLClass.test_rpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rpop__test.test_poplib.TestPOP3_TLSClass.test_rpop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rshift__test.test_operator.COperatorTestCase.test_rshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rshift__test.test_operator.PyOperatorTestCase.test_rshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rshift_print__test.test_capi.test_number.CAPITest.test_rshift_print_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit__test.test_bytes.ByteArrayAsStringTest.test_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit__test.test_bytes.BytesAsStringTest.test_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit__test.test_str.StrTest.test_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit__test.test_userstring.UserStringTest.test_rsplit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit_bytearray__test.test_bytes.AssortedBytesTest.test_rsplit_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit_unicodewhitespace__test.test_bytes.ByteArrayTest.test_rsplit_unicodewhitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rsplit_unicodewhitespace__test.test_bytes.BytesTest.test_rsplit_unicodewhitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rstrip__test.test_bigmem.BytearrayTest.test_rstrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rstrip__test.test_bigmem.BytesTest.test_rstrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rstrip__test.test_bigmem.StrTest.test_rstrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rtld_constants__test.test_posix.PosixTester.test_rtld_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rtruediv__test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ru__test.test_gettext.PluralFormsInternalTestCase.test_ru_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__empty_suite__test.test_unittest.test_suite.Test_TestSuite.test_run__empty_suite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__requires_result__test.test_unittest.test_suite.Test_TestSuite.test_run__requires_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__returns_given_result__test.test_unittest.test_case.Test_TestCase.test_run__returns_given_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__test.test_asyncio.test_runners.RunnerTests.test_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__test.test_cprofile.CProfileTest.test_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__test.test_doctest.test_doctest.TestDocTest.test_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__test.test_profile.ProfileTest.test_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__test.test_unittest.test_suite.Test_TestSuite.test_run_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run__uses_defaultTestResult__test.test_unittest.test_case.Test_TestCase.test_run__uses_defaultTestResult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_abort__test.test_subprocess.POSIXProcessTestCase.test_run_abort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_after_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_after_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_run_after_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_after_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_after_shutdown__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_run_after_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_as_module__test.test_trace.TestCommandLine.test_run_as_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_setUp__test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_setUp__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_setUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_setUp_default_result__test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_tearDown__test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_tearDown__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_tearDown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_tearDown_default_result__test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_test__test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_test__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__error_in_test_default_result__test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__failure_in_test__test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__failure_in_test__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__failure_in_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__failure_in_test_default_result__test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__subtests__test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__subtests_failfast__test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__subtests_legacy__test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_legacy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__subtests_success__test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order__subtests_success_legacy__test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success_legacy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_call_order_default_result__test.test_unittest.test_case.Test_TestCase.test_run_call_order_default_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_class_cleanUp__test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_class_cleanUp_without_tearDownClass__test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp_without_tearDownClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_code__test.test_cmd_line.CmdLineTest.test_run_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_code__test.test_runpy.ExecutionLayerTestCase.test_run_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_empty_suite_error_message__test.test_unittest.test_runner.TestClassCleanup.test_run_empty_suite_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_fileexflags__test.test_capi.test_run.CAPITest.test_run_fileexflags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_fileexflags_with_undecodable_filename__test.test_capi.test_run.CAPITest.test_run_fileexflags_with_undecodable_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_forever_keyboard_interrupt__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_forever_pre_stopped__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_future__test.test_asyncio.test_runners.RunnerTests.test_run_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_in_executor__test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_in_executor__test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_in_executor__test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_in_executor_cancel__test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_in_executor_cancel__test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_in_executor_cancel__test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_keeps_context__test.test_asyncio.test_runners.RunnerTests.test_run_keeps_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_keyboardinterrupt_no_kill__test.test_subprocess.MiscTests.test_run_keyboardinterrupt_no_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_kwargs__test.test_subprocess.RunFuncTestCase.test_run_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_main__test.test_embed.EmbeddingTests.test_run_main__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_main_loop__test.test_embed.EmbeddingTests.test_run_main_loop__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_module__test.test_cmd_line.CmdLineTest.test_run_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module__test.test_pdb.PdbTestCase.test_run_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module__test.test_runpy.RunModuleTestCase.test_run_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_alter_sys__test.test_runpy.RunModuleTestCase.test_run_module_alter_sys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_bug1764407__test.test_cmd_line.CmdLineTest.test_run_module_bug1764407_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_cleanUp__test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_cleanUp_when_teardown_exception__test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_when_teardown_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_cleanUp_without_teardown__test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_without_teardown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_code__test.test_runpy.ExecutionLayerTestCase.test_run_module_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_in_namespace_package__test.test_runpy.RunModuleTestCase.test_run_module_in_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_module_with_args__test.test_pdb.PdbTestCase.test_run_module_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_multiple_module_cleanUp__test.test_unittest.test_runner.TestModuleCleanUp.test_run_multiple_module_cleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_name__test.test_runpy.RunModuleTestCase.test_run_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_namespace_package__test.test_runpy.RunModuleTestCase.test_run_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_namespace_package_in_namespace_package__test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_nested_test__test.test_unittest.test_runner.TestClassCleanup.test_run_nested_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_non_blocking__test.test_sched.TestCase.test_run_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_non_coro__test.test_asyncio.test_runners.RunnerTests.test_run_non_coro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_of_encodables__test.test_email.test__encoded_words.TestEncodeQ.test_run_of_encodables_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_of_encoded__test.test_email.test__encoded_words.TestDecodeQ.test_run_of_encoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_once__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_package__test.test_runpy.RunModuleTestCase.test_run_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_package_alter_sys__test.test_runpy.RunModuleTestCase.test_run_package_alter_sys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_package_in_namespace_package__test.test_runpy.RunModuleTestCase.test_run_package_in_namespace_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_package_init_exceptions__test.test_runpy.RunModuleTestCase.test_run_package_init_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_pdb_with_pdb__test.test_pdb.PdbTestCase.test_run_pdb_with_pdb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_profile_as_module__test.test_cprofile.CProfileTest.test_run_profile_as_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_profile_as_module__test.test_profile.ProfileTest.test_run_profile_as_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_script_with_args__test.test_pdb.PdbTestCase.test_run_script_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_step__test.test_bdb.RunTestCase.test_run_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_string_arg_resolved__test.test__interpchannels.ChannelTests.test_run_string_arg_resolved__'disabled_until_high-level_channels_exist'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_string_arg_unresolved__test.test__interpchannels.ChannelTests.test_run_string_arg_unresolved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_stringflags__test.test_capi.test_run.CAPITest.test_run_stringflags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete__test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete__test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete__test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_baseexception__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_loop__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_loop_orphan_future_close_loop__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_orphan_future_close_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_nesting__test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_nesting__test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_nesting__test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_stopped__test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_stopped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_stopped__test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_stopped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_stopped__test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_until_complete_type_error__test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_with_an_empty_env__test.test_subprocess.RunFuncTestCase.test_run_with_an_empty_env__'Maybe_test_trigger_a_leak_on_Ubuntu'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_run_with_bytes_path_and_arguments__test.test_subprocess.RunFuncTestCase.test_run_with_bytes_path_and_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_with_errors_addClassCleanUp__test.test_unittest.test_runner.TestClassCleanup.test_run_with_errors_addClassCleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_with_pathlike_path__test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_with_pathlike_path_and_arguments__test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_and_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_with_sort_by_values__test.test_cprofile.CProfileTest.test_run_with_sort_by_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_run_with_sort_by_values__test.test_profile.ProfileTest.test_run_with_sort_by_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runctx__test.test_cprofile.CProfileTest.test_runctx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runctx__test.test_profile.ProfileTest.test_runctx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runeval_step__test.test_bdb.RunTestCase.test_runeval_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runleaks__test.test_regrtest.ParseArgsTestCase.test_runleaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_running__test.test_concurrent_futures.test_future.FutureTests.test_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_running__test.test_inspect.test_inspect.TestGetAsyncGenState.test_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_running__test.test_inspect.test_inspect.TestGetGeneratorState.test_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_running__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_running_loop_within_a_loop__test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runsource_show_syntax_error_location__test.test_repl.TestInteractiveInterpreter.test_runsource_show_syntax_error_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runtime_checkable_generic__test.test_typing.ProtocolTests.test_runtime_checkable_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runtime_checkable_generic_non_protocol__test.test_typing.ProtocolTests.test_runtime_checkable_generic_non_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runtime_checkable_with_match_args__test.test_typing.ProtocolTests.test_runtime_checkable_with_match_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runtime_error_on_empty_deque__test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runtime_error_when_hook_is_lost__test.test_builtin.TestBreakpoint.test_runtime_error_when_hook_is_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_runtime_protocol_interaction_with_evil_classproperty__test.test_typing.ProtocolTests.test_runtime_protocol_interaction_with_evil_classproperty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_rwpair_cleared_before_textio__test.test_io.CTextIOWrapperTest.test_rwpair_cleared_before_textio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_s__test.test_capi.test_getargs.String_TestCase.test_s_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_s_hash__test.test_capi.test_getargs.String_TestCase.test_s_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_s_option__test.test_site.HelperFunctionsTests.test_s_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_s_star__test.test_capi.test_getargs.String_TestCase.test_s_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe__test.test_urllib.QuotingTests.test_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_interpolation__test.test_configparser.ConfigParserTestCase.test_safe_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_interpolation__test.test_configparser.ConfigParserTestCaseNoValue.test_safe_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_interpolation__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_safe_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_interpolation__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_safe_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_object_compare__test.test_sort.TestOptimizedCompares.test_safe_object_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_repr__test.test_unittest.test_util.TestUtil.test_safe_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_uuid_enum__test.test_uuid.TestUUIDWithExtModule.test_safe_uuid_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_safe_uuid_enum__test.test_uuid.TestUUIDWithoutExtModule.test_safe_uuid_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_argument_name_parents__test.test_argparse.TestParentParsers.test_same_argument_name_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_as_binascii_crc32__test.test_zlib.ChecksumTestCase.test_same_as_binascii_crc32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_as_repr__test.test_pprint.QueryTestCase.test_same_as_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_boundary_inner_outer__test.test_email.test_defect_handling.TestDefectCapture.test_same_boundary_inner_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_boundary_inner_outer__test.test_email.test_defect_handling.TestDefectDetection.test_same_boundary_inner_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_boundary_inner_outer__test.test_email.test_defect_handling.TestDefectRaising.test_same_boundary_inner_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_boundary_inner_outer__test.test_email.test_email.TestNonConformant.test_same_boundary_inner_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_buffer_returned__test.test_buffer.TestPythonBufferProtocol.test_same_buffer_returned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_dir_with_pathext_extension__test.test_shutil.TestWhich.test_same_dir_with_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_same_dir_with_pathext_extension__test.test_shutil.TestWhichBytes.test_same_dir_with_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_same_dir_without_pathext_extension__test.test_shutil.TestWhich.test_same_dir_without_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_same_dir_without_pathext_extension__test.test_shutil.TestWhichBytes.test_same_dir_without_pathext_extension__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_same_file__test.test_shutil.TestZeroCopyMACOS.test_same_file__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_same_file__test.test_shutil.TestZeroCopySendfile.test_same_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_file__test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_filename_used__test.test_compile.TestSpecifics.test_same_filename_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_filename_used__test.test_marshal.CodeTestCase.test_same_filename_used_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_from_utc__test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_keyword_as_positional_with_kwargs__test.test_positional_only_arg.PositionalOnlyTestCase.test_same_keyword_as_positional_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_members__test.test_enum.TestOrder.test_same_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_members_with_aliases__test.test_enum.TestOrder.test_same_members_with_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_members_wrong_order__test.test_enum.TestOrder.test_same_members_wrong_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_name_as_bad__test.test_modulefinder.ModuleFinderTest.test_same_name_as_bad_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_object__test.test_sys_setprofile.TestEdgeCases.test_same_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_object__test.test_sys_settrace.TestEdgeCases.test_same_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_offsets_and_names__test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_offsets_and_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_quantum__test.test_decimal.CContextAPItests.test_same_quantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_quantum__test.test_decimal.PyContextAPItests.test_same_quantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_query_in_multiple_cursors__test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_str__test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_thing__test.test_tempfile.TestGetCandidateNames.test_same_thing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_thing__test.test_tempfile.TestGetTempDir.test_same_thing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_to_utc__test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_to_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_type_addition_and_subtraction__test.test_statistics.TestNormalDistC.test_same_type_addition_and_subtraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_type_addition_and_subtraction__test.test_statistics.TestNormalDistPython.test_same_type_addition_and_subtraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_type_equality__test.test_ipaddress.ComparisonTests.test_same_type_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_same_type_ordering__test.test_ipaddress.ComparisonTests.test_same_type_ordering_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_genericpath.TestGenericTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_ntpath.NtCommonTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_pathlib.test_pathlib.PathTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_pathlib.test_pathlib.PosixPathTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_samefile__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile__test.test_posixpath.PosixCommonTest.test_samefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile_on_link__test.test_genericpath.TestGenericTest.test_samefile_on_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile_on_link__test.test_ntpath.NtCommonTest.test_samefile_on_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile_on_link__test.test_posixpath.PosixCommonTest.test_samefile_on_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile_on_symlink__test.test_genericpath.TestGenericTest.test_samefile_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile_on_symlink__test.test_ntpath.NtCommonTest.test_samefile_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samefile_on_symlink__test.test_posixpath.PosixCommonTest.test_samefile_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sameopenfile__test.test_genericpath.TestGenericTest.test_sameopenfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sameopenfile__test.test_ntpath.NtCommonTest.test_sameopenfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sameopenfile__test.test_ntpath.TestNtpath.test_sameopenfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sameopenfile__test.test_posixpath.PosixCommonTest.test_sameopenfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samequantum__test.test_decimal.CIBMTestCases.test_samequantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samequantum__test.test_decimal.PyIBMTestCases.test_samequantum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samesite_attrs__test.test_http_cookies.CookieTests.test_samesite_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat__test.test_genericpath.TestGenericTest.test_samestat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat__test.test_ntpath.NtCommonTest.test_samestat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat__test.test_posixpath.PosixCommonTest.test_samestat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat_on_link__test.test_genericpath.TestGenericTest.test_samestat_on_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat_on_link__test.test_ntpath.NtCommonTest.test_samestat_on_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat_on_link__test.test_posixpath.PosixCommonTest.test_samestat_on_link_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat_on_symlink__test.test_genericpath.TestGenericTest.test_samestat_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat_on_symlink__test.test_ntpath.NtCommonTest.test_samestat_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_samestat_on_symlink__test.test_posixpath.PosixCommonTest.test_samestat_on_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample__test.test_random.MersenneTwister_TestBasicOps.test_sample_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample__test.test_random.SystemRandom_TestBasicOps.test_sample_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_counts_equivalence__test.test_random.MersenneTwister_TestBasicOps.test_sample_counts_equivalence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_distribution__test.test_random.MersenneTwister_TestBasicOps.test_sample_distribution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_distribution__test.test_random.SystemRandom_TestBasicOps.test_sample_distribution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_generation__test.test_statistics.TestNormalDistC.test_sample_generation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_generation__test.test_statistics.TestNormalDistPython.test_sample_generation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_inputs__test.test_random.MersenneTwister_TestBasicOps.test_sample_inputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_inputs__test.test_random.SystemRandom_TestBasicOps.test_sample_inputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_on_dicts__test.test_random.MersenneTwister_TestBasicOps.test_sample_on_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_on_dicts__test.test_random.SystemRandom_TestBasicOps.test_sample_on_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_on_seqsets__test.test_random.MersenneTwister_TestBasicOps.test_sample_on_seqsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_on_seqsets__test.test_random.SystemRandom_TestBasicOps.test_sample_on_seqsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_on_sets__test.test_random.MersenneTwister_TestBasicOps.test_sample_on_sets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_on_sets__test.test_random.SystemRandom_TestBasicOps.test_sample_on_sets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_with_counts__test.test_random.MersenneTwister_TestBasicOps.test_sample_with_counts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sample_with_counts__test.test_random.SystemRandom_TestBasicOps.test_sample_with_counts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sane_len__test.test_bool.BoolTest.test_sane_len_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sane_template__test.test_tempfile.TestGetTempPrefix.test_sane_template_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sanitize__test.test_ftplib.TestFTPClass.test_sanitize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sanitize__test.test_ftplib.TestTLS_FTPClassMixin.test_sanitize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sanitize_windows_name__test.test_zipfile.test_core.ExtractTests.test_sanitize_windows_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sanitize_xml__test.test_regrtest.TestUtils.test_sanitize_xml_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sanity__test.test_xml_etree.ModuleTest.test_sanity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sanity__test.test_xml_etree_c.ModuleTest.test_sanity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_saveall__test.test_gc.GCTests.test_saveall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_saverestore__test.test_random.MersenneTwister_TestBasicOps.test_saverestore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_saverestore__test.test_random.SystemRandom_TestBasicOps.test_saverestore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sax_parse_exception_str__test.test_sax.ErrorReportingTest.test_sax_parse_exception_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scaleb__test.test_decimal.CContextAPItests.test_scaleb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scaleb__test.test_decimal.CIBMTestCases.test_scaleb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scaleb__test.test_decimal.PyContextAPItests.test_scaleb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scaleb__test.test_decimal.PyIBMTestCases.test_scaleb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scanner__test.test_re.ReTests.test_scanner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scanstring__test.test_json.test_scanstring.TestCScanstring.test_scanstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scanstring__test.test_json.test_scanstring.TestPyScanstring.test_scanstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scanstring__test.test_json.test_speedups.TestSpeedups.test_scanstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sched_getaffinity__test.test_posix.PosixTester.test_sched_getaffinity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sched_param__test.test_posix.PosixTester.test_sched_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sched_priority__test.test_posix.PosixTester.test_sched_priority_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sched_rr_get_interval__test.test_posix.PosixTester.test_sched_rr_get_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sched_setaffinity__test.test_posix.PosixTester.test_sched_setaffinity_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sched_yield__test.test_posix.PosixTester.test_sched_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_schedule_callbacks_list_mutation_1__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_schedule_callbacks_list_mutation_1__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_schedule_callbacks_list_mutation_1__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_schedule_callbacks_list_mutation_2__test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_schedule_callbacks_list_mutation_2__test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_schedule_callbacks_list_mutation_2__test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scope__test.test_frame.TestFrameLocals.test_scope_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scope_isolation__test.test_dictcomps.DictComprehensionTest.test_scope_isolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scope_isolation_from_global__test.test_dictcomps.DictComprehensionTest.test_scope_isolation_from_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scoped_flags__test.test_re.ReTests.test_scoped_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scoped_ipv6_equality__test.test_ipaddress.ComparisonTests.test_scoped_ipv6_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_abspath__test.test_cmd_line_script.CmdLineTest.test_script_abspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_as_dev_fd__test.test_cmd_line_script.CmdLineTest.test_script_as_dev_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_autotest__test.test_regrtest.ProgramsTestCase.test_script_autotest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_compiled__test.test_cmd_line_script.CmdLineTest.test_script_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_compiled__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_script_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_compiled__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_script_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_compiled__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_script_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_compiled__test.test_runpy.RunPathTestCase.test_script_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_error_normal__test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_maybe_not_shadowing_third_party__test.test_import.ImportTests.test_script_maybe_not_shadowing_third_party_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_regrtest__test.test_regrtest.ProgramsTestCase.test_script_regrtest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_shadowing_stdlib__test.test_import.ImportTests.test_script_shadowing_stdlib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_shadowing_stdlib_cwd_failure__test.test_import.ImportTests.test_script_shadowing_stdlib_cwd_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_shadowing_stdlib_edge_cases__test.test_import.ImportTests.test_script_shadowing_stdlib_edge_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_shadowing_stdlib_sys_path_modification__test.test_import.ImportTests.test_script_shadowing_stdlib_sys_path_modification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_shadowing_third_party__test.test_import.ImportTests.test_script_shadowing_third_party_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_string_sql__test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_script_syntax_error__test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scriptdecode__test.test_quopri.QuopriTestCase.test_scriptdecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scriptencode__test.test_quopri.QuopriTestCase.test_scriptencode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_scrypt__test.test_hashlib.KDFTests.test_scrypt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seal_with_autospec__test.test_unittest.testmock.testsealable.TestSealable.test_seal_with_autospec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sealed_exception_has_attribute_name__test.test_unittest.testmock.testsealable.TestSealable.test_sealed_exception_has_attribute_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seals_dont_recurse_on_manual_attributes__test.test_unittest.testmock.testsealable.TestSealable.test_seals_dont_recurse_on_manual_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seals_recurse_on_added_attributes__test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_added_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seals_recurse_on_magic_methods__test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_magic_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_search_anchor_at_beginning__test.test_re.ReTests.test_search_anchor_at_beginning__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_search_coverage__test.test_re.ReTests.test_search_coverage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_search_dot_unicode__test.test_re.ReTests.test_search_dot_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_search_star_plus__test.test_re.ReTests.test_search_star_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second__test.test_strptime.StrptimeTests.test_second_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_second_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_second_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_enter_failure__test.test_unittest.testmock.testpatch.PatchTest.test_second_enter_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_non_utf8_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_second_non_utf8_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_non_utf8_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_second_non_utf8_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_profiler__test.test_cprofile.CProfileTest.test_second_profiler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_start_after_stop__test.test_unittest.testmock.testpatch.PatchTest.test_second_start_after_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_start_failure__test.test_unittest.testmock.testpatch.PatchTest.test_second_start_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_tuple_item_is_falsey__test.test_enum.TestSpecial.test_second_tuple_item_is_falsey_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_second_with_block_raises__test.test_asyncio.test_runners.RunnerTests.test_second_with_block_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secondary_caret_not_elided__test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secondary_caret_not_elided__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secondary_caret_not_elided__test.test_traceback.PurePythonTracebackErrorCaretTests.test_secondary_caret_not_elided_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sectionproxy_repr__test.test_configparser.CoverageOneHundredTestCase.test_sectionproxy_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secure__test.test_http_cookiejar.CookieTests.test_secure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secure_block__test.test_http_cookiejar.CookieTests.test_secure_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secure_httponly_false_if_not_present__test.test_http_cookies.CookieTests.test_secure_httponly_false_if_not_present_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secure_httponly_true_if_have_value__test.test_http_cookies.CookieTests.test_secure_httponly_true_if_have_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_secure_httponly_true_if_present__test.test_http_cookies.CookieTests.test_secure_httponly_true_if_present_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_security__test.test_gettext.PluralFormsInternalTestCase.test_security_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_security__test.test_netrc.NetrcTestCase.test_security_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_security_level__test.test_ssl.ContextTests.test_security_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seed_no_mutate_bug_44018__test.test_random.MersenneTwister_TestBasicOps.test_seed_no_mutate_bug_44018_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seed_no_mutate_bug_44018__test.test_random.SystemRandom_TestBasicOps.test_seed_no_mutate_bug_44018_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seed_when_randomness_source_not_found__test.test_random.MersenneTwister_TestBasicOps.test_seed_when_randomness_source_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seed_when_randomness_source_not_found__test.test_random.SystemRandom_TestBasicOps.test_seed_when_randomness_source_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seedargs__test.test_random.MersenneTwister_TestBasicOps.test_seedargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seedargs__test.test_random.SystemRandom_TestBasicOps.test_seedargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek0__test.test_codecs.BomTest.test_seek0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_codecs.BasicUnicodeTest.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_memoryio.CBytesIOTest.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_memoryio.CStringIOTest.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_memoryio.PyBytesIOTest.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_memoryio.PyStringIOTest.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.CTestCRLFNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.CTestCRNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.CTestLFNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.CTestMixedNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.PyTestCRLFNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.PyTestCRNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.PyTestLFNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek__test.test_univnewlines.PyTestMixedNewlines.test_seek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_and_tell__test.test_io.CBufferedRandomTest.test_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_and_tell__test.test_io.CTextIOWrapperTest.test_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_and_tell__test.test_io.PyBufferedRandomTest.test_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_and_tell__test.test_io.PyTextIOWrapperTest.test_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_and_tell__test.test_mailbox.TestPartialFile.test_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_and_tell__test.test_mailbox.TestProxyFile.test_seek_and_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_append_bom__test.test_io.CTextIOWrapperTest.test_seek_append_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_append_bom__test.test_io.PyTextIOWrapperTest.test_seek_append_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_backward__test.test_lzma.FileTestCase.test_seek_backward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_backward_across_streams__test.test_lzma.FileTestCase.test_seek_backward_across_streams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_backward_relative_to_end__test.test_lzma.FileTestCase.test_seek_backward_relative_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_bad_args__test.test_lzma.FileTestCase.test_seek_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_bom__test.test_io.CTextIOWrapperTest.test_seek_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_bom__test.test_io.PyTextIOWrapperTest.test_seek_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_character_device_file__test.test_io.CBufferedRandomTest.test_seek_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_character_device_file__test.test_io.CBufferedReaderTest.test_seek_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_character_device_file__test.test_io.PyBufferedRandomTest.test_seek_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_character_device_file__test.test_io.PyBufferedReaderTest.test_seek_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_forward__test.test_lzma.FileTestCase.test_seek_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_forward_across_streams__test.test_lzma.FileTestCase.test_seek_forward_across_streams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_forward_relative_to_current__test.test_lzma.FileTestCase.test_seek_forward_relative_to_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_forward_relative_to_end__test.test_lzma.FileTestCase.test_seek_forward_relative_to_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_past_end__test.test_lzma.FileTestCase.test_seek_past_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_past_start__test.test_lzma.FileTestCase.test_seek_past_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_read__test.test_gzip.TestGzip.test_seek_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_read__test.test_largefile.CLargeFileTest.test_seek_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_read__test.test_largefile.PyLargeFileTest.test_seek_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_readall__test.test_largefile.CLargeFileTest.test_seek_readall__'not_enough_memory:_4.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_seek_readall__test.test_largefile.PyLargeFileTest.test_seek_readall__'not_enough_memory:_4.7G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_seek_tell__test.test_zipfile.test_core.DecryptionTests.test_seek_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_tell__test.test_zipfile.test_core.OtherTests.test_seek_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_whence__test.test_gzip.TestGzip.test_seek_whence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_with_encoder_state__test.test_io.CTextIOWrapperTest.test_seek_with_encoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_with_encoder_state__test.test_io.PyTextIOWrapperTest.test_seek_with_encoder_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seek_write__test.test_gzip.TestGzip.test_seek_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seekable__test.test_io.CBufferedRWPairTest.test_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seekable__test.test_io.PyBufferedRWPairTest.test_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seekable__test.test_largefile.CLargeFileTest.test_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seekable__test.test_largefile.PyLargeFileTest.test_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seekable__test.test_lzma.FileTestCase.test_seekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seeking__test.test_io.CTextIOWrapperTest.test_seeking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seeking__test.test_io.PyTextIOWrapperTest.test_seeking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seeking_read__test.test_codecs.StreamRecoderTest.test_seeking_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seeking_too__test.test_io.CTextIOWrapperTest.test_seeking_too_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seeking_too__test.test_io.PyTextIOWrapperTest.test_seeking_too_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seeking_write__test.test_codecs.StreamRecoderTest.test_seeking_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select__test.test_selectors.DefaultSelectorTestCase.test_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select__test.test_selectors.DevpollSelectorTestCase.test_select__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select__test.test_selectors.EpollSelectorTestCase.test_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select__test.test_selectors.KqueueSelectorTestCase.test_select__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select__test.test_selectors.PollSelectorTestCase.test_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select__test.test_selectors.SelectSelectorTestCase.test_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_error__test.test_exception_hierarchy.HierarchyTest.test_select_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_exc__test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_exc__test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_exc__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select_interrupt_exc__test.test_selectors.EpollSelectorTestCase.test_select_interrupt_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_exc__test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_exc__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select_interrupt_exc__test.test_selectors.PollSelectorTestCase.test_select_interrupt_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_exc__test.test_selectors.SelectSelectorTestCase.test_select_interrupt_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_noraise__test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_noraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_noraise__test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_noraise__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select_interrupt_noraise__test.test_selectors.EpollSelectorTestCase.test_select_interrupt_noraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_noraise__test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_noraise__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select_interrupt_noraise__test.test_selectors.PollSelectorTestCase.test_select_interrupt_noraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_interrupt_noraise__test.test_selectors.SelectSelectorTestCase.test_select_interrupt_noraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_mutated__test.test_select.SelectTestCase.test_select_mutated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_read_write__test.test_selectors.DefaultSelectorTestCase.test_select_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_read_write__test.test_selectors.DevpollSelectorTestCase.test_select_read_write__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select_read_write__test.test_selectors.EpollSelectorTestCase.test_select_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_read_write__test.test_selectors.KqueueSelectorTestCase.test_select_read_write__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_select_read_write__test.test_selectors.PollSelectorTestCase.test_select_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_read_write__test.test_selectors.SelectSelectorTestCase.test_select_read_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_select_unbuffered__test.test_subprocess.POSIXProcessTestCase.test_select_unbuffered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selected_wheel_path_no_dir__test.test_ensurepip.TestPackages.test_selected_wheel_path_no_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selected_wheel_path_with_dir__test.test_ensurepip.TestPackages.test_selected_wheel_path_with_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selective_update__test.test_functools.TestUpdateWrapper.test_selective_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selective_update__test.test_functools.TestWraps.test_selective_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_selectors.DefaultSelectorTestCase.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_selectors.DevpollSelectorTestCase.test_selector__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_selector__test.test_selectors.EpollSelectorTestCase.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_selectors.KqueueSelectorTestCase.test_selector__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_selector__test.test_selectors.PollSelectorTestCase.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_selectors.SelectSelectorTestCase.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_tokenize.CTokenizeTest.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_tokenize.GenerateTokensTest.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_tokenize.TokenizeTest.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selector__test.test_urllib2.RequestTests.test_selector_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selectors__test.test_grammar.GrammarTests.test_selectors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsBytes.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsEmpty.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsMixedStringBytes.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsSingleton.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsString.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsTriple.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_difference__test.test_set.TestBasicOpsTuple.test_self_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsBytes.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsEmpty.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsMixedStringBytes.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsSingleton.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsString.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsTriple.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_equality__test.test_set.TestBasicOpsTuple.test_self_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsBytes.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsEmpty.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsMixedStringBytes.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsSingleton.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsString.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsTriple.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_intersection__test.test_set.TestBasicOpsTuple.test_self_intersection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsBytes.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsEmpty.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsMixedStringBytes.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsSingleton.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsString.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsTriple.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_isdisjoint__test.test_set.TestBasicOpsTuple.test_self_isdisjoint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_subclass__test.test_typing.CollectionsCallableTests.test_self_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_subclass__test.test_typing.TypingCallableTests.test_self_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsBytes.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsEmpty.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsMixedStringBytes.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsSingleton.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsString.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsTriple.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_symmetric_difference__test.test_set.TestBasicOpsTuple.test_self_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_trace__test.test_external_inspection.TestGetStackTrace.test_self_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsBytes.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsEmpty.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsMixedStringBytes.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsSingleton.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsString.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsTriple.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_self_union__test.test_set.TestBasicOpsTuple.test_self_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_selflink__test.test_glob.SymlinkLoopGlobTests.test_selflink__'flaky_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_semaphore__test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore__test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_semaphore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semaphore_value__test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semlock_subclass__test.test_multiprocessing_fork.test_misc.SemLockTests.test_semlock_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semlock_subclass__test.test_multiprocessing_forkserver.test_misc.SemLockTests.test_semlock_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_semlock_subclass__test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send__test.test_httplib.BasicTest.test_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send__test.test_socket.PurePythonSocketPairTest.test_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_at_certain_offset__test.test_os.TestSendfile.test_send_at_certain_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_blank__test.test_httpservers.BaseHTTPServerTestCase.test_send_blank_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_blocking_no_wait__test.test__interpchannels.ChannelTests.test_send_blocking_no_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_blocking_waiting__test.test__interpchannels.ChannelTests.test_send_blocking_waiting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_buffer__test.test__interpchannels.ChannelTests.test_send_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_buffer__test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_buffer_blocking_no_wait__test.test__interpchannels.ChannelTests.test_send_buffer_blocking_no_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_buffer_blocking_waiting__test.test__interpchannels.ChannelTests.test_send_buffer_blocking_waiting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_buffer_closed_while_waiting__test.test__interpchannels.ChannelTests.test_send_buffer_closed_while_waiting__'temporarily_skipped_due_to_refleaks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_send_buffer_nowait__test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_nowait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_buffer_timeout__test.test__interpchannels.ChannelTests.test_send_buffer_timeout__'temporarily_skipped_due_to_refleaks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_send_channel_does_not_exist__test.test_interpreters.test_channels.TestSendRecv.test_send_channel_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_cleared_with_subinterpreter__test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_cleared_with_subinterpreter_mixed__test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_mixed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_cleared_with_subinterpreter_multiple__test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_closed_while_waiting__test.test__interpchannels.ChannelTests.test_send_closed_while_waiting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_error__test.test_httpservers.BaseHTTPServerTestCase.test_send_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_error__test.test_signal.WakeupSocketSignalTests.test_send_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_file__test.test_httplib.BasicTest.test_send_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_iter__test.test_httplib.BasicTest.test_send_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_message_error_on_non_ascii_addrs_if_no_smtputf8__test.test_smtplib.SMTPSimTests.test_send_message_error_on_non_ascii_addrs_if_no_smtputf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_message_uses_smtputf8_if_addrs_non_ascii__test.test_smtplib.SMTPUTF8SimTests.test_send_message_uses_smtputf8_if_addrs_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_non_none_to_new_gen__test.test_generators.GeneratorTest.test_send_non_none_to_new_gen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_not_found__test.test__interpchannels.ChannelTests.test_send_not_found_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_nowait_channel_does_not_exist__test.test_interpreters.test_channels.TestSendRecv.test_send_nowait_channel_does_not_exist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_different_interpreters__test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_different_interpreters__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_interpreters__'broken__see_BPO-..._'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_send_recv_different_interpreters_and_threads__test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters_and_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_different_threads__test.test__interpchannels.ChannelTests.test_send_recv_different_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_different_threads__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_main__test.test__interpchannels.ChannelTests.test_send_recv_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_main__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_nowait_different_interpreters__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_different_interpreters__'broken__see_BPO-..._'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_send_recv_nowait_main__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_nowait_main_with_default__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_nowait_same_interpreter__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_same_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_same_interpreter__test.test__interpchannels.ChannelTests.test_send_recv_same_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_recv_same_interpreter__test.test_interpreters.test_channels.TestSendRecv.test_send_recv_same_interpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal__test.test_subprocess.POSIXProcessTestCase.test_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal__test.test_subprocess.Win32ProcessTestCase.test_send_signal__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_send_signal_dead__test.test_subprocess.POSIXProcessTestCase.test_send_signal_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal_dead__test.test_subprocess.Win32ProcessTestCase.test_send_signal_dead__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_send_signal_race2__test.test_subprocess.POSIXProcessTestCase.test_send_signal_race2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_signal_race__test.test_subprocess.POSIXProcessTestCase.test_send_signal_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_timeout__test.test__interpchannels.ChannelTests.test_send_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_tuple_with_custom_generator__test.test_yield_from.TestPEP380Operation.test_send_tuple_with_custom_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_type_error__test.test_httplib.BasicTest.test_send_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_unicode_with_SMTPUTF8_via_low_level_API__test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_low_level_API_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_unicode_with_SMTPUTF8_via_sendmail__test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_sendmail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_unicode_without_SMTPUTF8__test.test_smtplib.SMTPSimTests.test_send_unicode_without_SMTPUTF8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_updating_file__test.test_httplib.BasicTest.test_send_updating_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_whole_file__test.test_os.TestSendfile.test_send_whole_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_send_with_yield_from__test.test_generators.GeneratorStackTraceTest.test_send_with_yield_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendall_interrupted__test.test_socket.GeneralModuleTests.test_sendall_interrupted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendall_interrupted_with_timeout__test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendbytes__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_sendbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendbytes__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_sendbytes__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sendbytes__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_sendbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendbytes__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_sendbytes__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sendbytes__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendbytes__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_sendbytes__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sendfile__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile__test.test_ssl.ThreadedTests.test_sendfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_close_peer_after_receiving__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_after_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_close_peer_after_receiving__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_after_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_close_peer_after_receiving__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_close_peer_in_the_middle_of_receiving__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_close_peer_in_the_middle_of_receiving__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_close_peer_in_the_middle_of_receiving__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_fallback_close_peer_in_the_middle_of_receiving__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_fallback_close_peer_in_the_middle_of_receiving__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_fallback_close_peer_in_the_middle_of_receiving__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_for_closing_transp__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_for_closing_transp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_for_closing_transp__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_for_closing_transp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_for_closing_transp__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_force_fallback__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_force_fallback__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_force_fallback__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_force_unsupported_native__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_unsupported_native_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_force_unsupported_native__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_unsupported_native_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_force_unsupported_native__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_no_fallback_for_fallback_transport__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_no_fallback_for_fallback_transport__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_no_fallback_for_fallback_transport__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_not_supported__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_not_supported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_not_supported__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_not_supported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_not_supported__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_partial__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_partial__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_partial__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_pre_and_post_data__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_pre_and_post_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_pre_and_post_data__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_pre_and_post_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_pre_and_post_data__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_prevents_bare_write__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_prevents_bare_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_prevents_bare_write__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_prevents_bare_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_prevents_bare_write__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_close_peer_after_receiving__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_close_peer_after_receiving__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_close_peer_after_receiving__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_partial__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_partial__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_partial__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_pre_and_post_data__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_pre_and_post_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_pre_and_post_data__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_pre_and_post_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendfile_ssl_pre_and_post_data__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sending_headers__test.test_urllib2_localnet.TestUrlopen.test_sending_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sending_headers_camel__test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendmsg_afalg_args__test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sendto__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_blocking__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sendto_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_blocking__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sendto_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_blocking__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sendto_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer_bytearray__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer_bytearray__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer_memoryview__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer_memoryview__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer_nodata__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_nodata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_buffer_nodata__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_nodata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_bytearray__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_bytearray__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_closing__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_closing__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_connected_addr__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_connected_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_connected_addr__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_connected_addr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_error_received__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_error_received__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_error_received_connected__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_connected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_error_received_connected__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_connected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_exception__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_exception__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_memoryview__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_memoryview__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_no_data__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_no_data__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready_closing__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready_error_received__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready_error_received_connection__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready_exception__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready_no_data__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_ready_tryagain__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_str__test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_str__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sendto_tryagain__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sensitive__test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sensitive__test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive__'requires_a_case-insensitive_filesystem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sentinel__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_sentinel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sentinel__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_sentinel__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sentinel__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_sentinel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sentinel__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_sentinel__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sentinel__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sentinel__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_sentinel__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sep__test.test_fnmatch.FilterTestCase.test_sep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sep__test.test_fnmatch.FnmatchTestCase.test_sep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sep_altsep_and_sep_cache_from_source__test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source__'test_meaningful_only_where_os.altsep_is_defined'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sep_altsep_and_sep_cache_from_source__test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source__'test_meaningful_only_where_os.altsep_is_defined'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sep_in_char_set__test.test_fnmatch.FnmatchTestCase.test_sep_in_char_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sep_in_range__test.test_fnmatch.FnmatchTestCase.test_sep_in_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_separators__test.test_json.test_separators.TestCSeparators.test_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_separators__test.test_json.test_separators.TestPySeparators.test_separators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_bytes_to_charp_array__test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_class_for__test.test_iter.TestCase.test_seq_class_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_class_iter__test.test_iter.TestCase.test_seq_class_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_parts_in_a_multipart_with_empty_epilogue__test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_parts_in_a_multipart_with_empty_preamble__test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_preamble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_parts_in_a_multipart_with_nl_epilogue__test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_nl_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_parts_in_a_multipart_with_none_epilogue__test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_epilogue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seq_parts_in_a_multipart_with_none_preamble__test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_preamble_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence__test.test_typing.CollectionsAbcTests.test_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_check__test.test_capi.test_abstract.CAPITest.test_sequence_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_concat__test.test_capi.test_abstract.CAPITest.test_sequence_concat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_contains__test.test_capi.test_abstract.CAPITest.test_sequence_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_count__test.test_capi.test_abstract.CAPITest.test_sequence_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_delitem__test.test_capi.test_abstract.CAPITest.test_sequence_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_delslice__test.test_capi.test_abstract.CAPITest.test_sequence_delslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_getitem__test.test_capi.test_abstract.CAPITest.test_sequence_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_index__test.test_capi.test_abstract.CAPITest.test_sequence_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_inplaceconcat__test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_inplacerepeat__test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_list__test.test_capi.test_abstract.CAPITest.test_sequence_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_repeat__test.test_capi.test_abstract.CAPITest.test_sequence_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_repeat__test.test_index.OverflowTestCase.test_sequence_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_setitem__test.test_capi.test_abstract.CAPITest.test_sequence_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_setslice__test.test_capi.test_abstract.CAPITest.test_sequence_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_size__test.test_capi.test_abstract.CAPITest.test_sequence_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_tuple__test.test_capi.test_abstract.CAPITest.test_sequence_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequence_unpacking_error__test.test_compile.TestSpecifics.test_sequence_unpacking_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequences__test.test_mailbox.TestMH.test_sequences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequences__test.test_mailbox.TestMHMessage.test_sequences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sequential_ids__test.test__interpchannels.ChannelTests.test_sequential_ids_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_serialization__test.test_positional_only_arg.PositionalOnlyTestCase.test_serialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_serialize_deserialize__test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_serialized_float_rounding__test.test_float.IEEEFormatTestCase.test_serialized_float_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server__test.test_pydoc.test_pydoc.PydocServerTest.test_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_accept__test.test_ssl.ThreadedTests.test_server_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_close__test.test_asyncio.test_events.EPollEventLoopTests.test_server_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_close__test.test_asyncio.test_events.PollEventLoopTests.test_server_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_close__test.test_asyncio.test_events.SelectEventLoopTests.test_server_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_encoding__test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_side__test.test_ssl.BasicSocketTests.test_server_side_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_test_ipv4__test.test_httpservers.ScriptTestCase.test_server_test_ipv4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_test_ipv6__test.test_httpservers.ScriptTestCase.test_server_test_ipv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_test_localhost__test.test_httpservers.ScriptTestCase.test_server_test_localhost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_test_unspec__test.test_httpservers.ScriptTestCase.test_server_test_unspec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_server_title_escape__test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_server_title_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_session_cookies__test.test_http_cookiejar.LWPCookieTests.test_session_cookies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_session_handling__test.test_ssl.ThreadedTests.test_session_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_session_stats__test.test_ssl.ContextTests.test_session_stats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setOfFrozensets__test.test_set.TestFrozenSet.test_setOfFrozensets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setOfFrozensets__test.test_set.TestFrozenSetSubclass.test_setOfFrozensets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setOfFrozensets__test.test_set.TestSet.test_setOfFrozensets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setOfFrozensets__test.test_set.TestSetSubclass.test_setOfFrozensets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setUp__test.test_unittest.test_case.Test_TestCase.test_setUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_MM__test.test_mailbox.TestMaildir.test_set_MM_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set___main___attrs__test.test_interpreters.test_api.LowLevelTests.test_set___main___attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set__test.test_ast.test_ast.ASTValidatorTests.test_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set__test.test_compile.TestExpressionStackSize.test_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set__test.test_marshal.LargeValuesTestCase.test_set__'not_enough_memory:_256.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_set__test.test_typing.CollectionsAbcTests.test_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_clear__test.test_threading.EventTests.test_set_and_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_no_get__test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_func__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_func__test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_func__test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_func__test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_func__test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_none__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_none__test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_none__test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_none__test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_and_retrieve_none__test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_application_octet_stream_with_8bit_cte__test.test_email.test_contentmanager.TestRawDataManager.test_set_application_octet_stream_with_8bit_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_attr__test.test_funcattrs.ArbitraryFunctionAttrTest.test_set_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_attribute__test.test_xml_etree.ElementTreeTest.test_set_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_attribute__test.test_xml_etree_c.ElementTreeTest.test_set_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_audio_aif_with_quoted_printable_cte__test.test_email.test_contentmanager.TestRawDataManager.test_set_audio_aif_with_quoted_printable_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_bases__test.test_optimizer.TestRareEventCounters.test_set_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_boundary__test.test_email.test_email.TestMessageAPI.test_set_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_callback_attribute__test.test_weakref.ReferencesTestCase.test_set_callback_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_cell__test.test_funcattrs.FunctionPropertiesTest.test_set_cell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_charset_from_string__test.test_email.test_email.TestMessageAPI.test_set_charset_from_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_check__test.test_capi.test_set.TestSetCAPI.test_set_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_check_exact__test.test_capi.test_set.TestSetCAPI.test_set_check_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_chunking__test.test_pickle.CDumpPickle_LoadPickle.test_set_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_chunking__test.test_pickle.CPicklerTests.test_set_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_chunking__test.test_pickle.DumpPickle_CLoadPickle.test_set_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_chunking__test.test_pickle.InMemoryPickleTests.test_set_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_chunking__test.test_pickle.PyPicklerTests.test_set_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_chunking__test.test_pickletools.OptimizedPickleTests.test_set_chunking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_class__test.test_descr.ClassPropertiesAndMethods.test_set_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_class__test.test_optimizer.TestRareEventCounters.test_set_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_complete_delims__test.test_readline.TestReadline.test_set_complete_delims_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_comprehension__test.test_unparse.UnparseTestCase.test_set_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_config__test.test_embed.SetConfigTests.test_set_config_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_contains__test.test_capi.test_set.TestSetCAPI.test_set_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_adds_MIME_Version__test.test_email.test_message.TestEmailMessage.test_set_content_adds_MIME_Version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_bytes_cte_7bit__test.test_email.test_contentmanager.TestRawDataManager.test_set_content_bytes_cte_7bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_calls_clear_content__test.test_email.test_contentmanager.TestContentManager.test_set_content_calls_clear_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_default_cm_comes_from_policy__test.test_email.test_message.TestEmailMessage.test_set_content_default_cm_comes_from_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_default_cm_comes_from_policy__test.test_email.test_message.TestMIMEPart.test_set_content_default_cm_comes_from_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_does_not_add_MIME_Version__test.test_email.test_message.TestMIMEPart.test_set_content_does_not_add_MIME_Version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_does_not_duplicate_MIME_Version__test.test_email.test_message.TestEmailMessage.test_set_content_does_not_duplicate_MIME_Version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_base_full_path__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_full_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_base_name__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_base_qualname__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_base_type__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_full_path__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_full_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_name__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_null_key__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_null_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_base_full_path__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_full_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_base_name__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_base_qualname__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_base_type__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_full_path__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_full_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_name__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_null_key__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_null_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_qualname__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_str_full_path__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_full_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_str_name__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_str_type__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_order_type__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_qualname__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_str_full_path__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_full_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_str_name__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_str_type__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_key_type__test.test_email.test_contentmanager.TestContentManager.test_set_content_key_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_raises_if_called_on_multipart__test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_called_on_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_raises_if_unknown_type_and_no_default__test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_unknown_type_and_no_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_with_cm__test.test_email.test_message.TestEmailMessage.test_set_content_with_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_content_with_cm__test.test_email.test_message.TestMIMEPart.test_set_content_with_cm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_data_raises_exceptions__test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_data_raises_exceptions__test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_date_header_from_datetime__test.test_email.test_headerregistry.TestDateHeader.test_set_date_header_from_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_debug__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_default_executor__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_default_executor_error__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_default_verify_paths__test.test_ssl.ContextTests.test_set_default_verify_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_no_args__test.test_argparse.TestSetDefaults.test_set_defaults_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_on_parent_and_subparser__test.test_argparse.TestSetDefaults.test_set_defaults_on_parent_and_subparser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_parents__test.test_argparse.TestSetDefaults.test_set_defaults_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_same_as_add_argument__test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_same_as_add_argument_group__test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_subparsers__test.test_argparse.TestSetDefaults.test_set_defaults_subparsers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_defaults_with_args__test.test_argparse.TestSetDefaults.test_set_defaults_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_dict__test.test_descr.ClassPropertiesAndMethods.test_set_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_disposition_attachment__test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_attachment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_disposition_foo__test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_foo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_disposition_inline__test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_inline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_doc__test.test_descr.ClassPropertiesAndMethods.test_set_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_docstring_attr__test.test_funcattrs.FunctionDocstringTest.test_set_docstring_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_done_unstarted__test.test_thread.ThreadRunningTests.test_set_done_unstarted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_ecdh_curve__test.test_ssl.ContextTests.test_set_ecdh_curve_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_eval_frame_func__test.test_optimizer.TestRareEventCounters.test_set_eval_frame_func_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_event_loop__test.test_asyncio.test_events.PolicyTests.test_set_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_event_loop_called_once__test.test_asyncio.test_runners.RunnerTests.test_set_event_loop_called_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_event_loop_policy__test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_exc_handler_broken__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_exc_handler_custom__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_exc_handler_invalid__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_exception_causes_invalid_state__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_exception_causes_invalid_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_exception_causes_invalid_state__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_exception_causes_invalid_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_executable__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_set_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_executable__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_set_executable__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_set_executable__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_set_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_executable__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_set_executable__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_set_executable__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_executable__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_set_executable__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_set_existing_item__test.test_capi.test_watchers.TestDictWatchers.test_set_existing_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_filename__test.test_email.test_contentmanager.TestRawDataManager.test_set_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_filename_and_disposition_inline__test.test_email.test_contentmanager.TestRawDataManager.test_set_filename_and_disposition_inline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_flags__test.test_mailbox.TestMaildir.test_set_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_from_Address__test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_from_Address_and_Group_list__test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_and_Group_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_from_Address_list__test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_from_Group_list__test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Group_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_from_datetime__test.test_email.test_headerregistry.TestDateHeader.test_set_from_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_get__test.test_multiprocessing_fork.test_misc.TestStartMethod.test_set_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_get__test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_set_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_get__test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_get_priority__test.test_os.ProgramPriorityTests.test_set_get_priority_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_get_size__test.test_capi.test_set.TestSetCAPI.test_set_get_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_headers_from_header_objects__test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_header_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_headers_from_strings__test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_headers_with_defective_header_header_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_header_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_headers_with_defective_string_header_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_headers_with_invalid_duplicate_header_header_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_header_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_headers_with_invalid_duplicate_string_header_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_string_header_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_image_jpg__test.test_email.test_contentmanager.TestRawDataManager.test_set_image_jpg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_info__test.test_mailbox.TestMaildir.test_set_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_inheritable__test.test_socket.InheritanceTest.test_set_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_inheritable_cloexec__test.test_os.FDInheritanceTests.test_set_inheritable_cloexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_inheritable_cloexec__test.test_socket.InheritanceTest.test_set_inheritable_cloexec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_invalid_level__test.test_logging.LoggerTest.test_set_invalid_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_isolation_level__test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_item__test.test_mailbox.TestBabyl.test_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_item__test.test_mailbox.TestMH.test_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_item__test.test_mailbox.TestMMDF.test_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_item__test.test_mailbox.TestMaildir.test_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_item__test.test_mailbox.TestMbox.test_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal__test.test_reprlib.ReprTests.test_set_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal__test.test_set.TestSet.test_set_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal__test.test_set.TestSetSubclass.test_set_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal__test.test_unparse.UnparseTestCase.test_set_literal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal_evaluation_order__test.test_set.TestSet.test_set_literal_evaluation_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal_evaluation_order__test.test_set.TestSetSubclass.test_set_literal_evaluation_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal_insertion_order__test.test_set.TestSet.test_set_literal_insertion_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_literal_insertion_order__test.test_set.TestSetSubclass.test_set_literal_insertion_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_log_record_factory__test.test_logging.ManagerTest.test_set_log_record_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_logger_class__test.test_logging.ModuleLevelMiscTest.test_set_logger_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_loop__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_loop__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_loop_race_condition__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop_race_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_loop_race_condition__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop_race_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_malformatted_interpolation__test.test_configparser.ConfigParserTestCase.test_set_malformatted_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_malformatted_interpolation__test.test_configparser.ConfigParserTestCaseNoValue.test_set_malformatted_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_malformatted_interpolation__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_malformatted_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_malformatted_interpolation__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_malformatted_interpolation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_mangle_from_via_policy__test.test_email.test_generator.TestBytesGenerator.test_set_mangle_from_via_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_mangle_from_via_policy__test.test_email.test_generator.TestGenerator.test_set_mangle_from_via_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_memlimit__test.test_support.TestSupport.test_set_memlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_message__test.test_email.test_contentmanager.TestRawDataManager.test_set_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_message_header_from_address__test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_message_header_from_group__test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_message_invalid_cte_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_message_invalid_cte_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_message_with_non_ascii_and_coercion_to_7bit__test.test_email.test_contentmanager.TestRawDataManager.test_set_message_with_non_ascii_and_coercion_to_7bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name__test.test_dataclasses.TestDescriptors.test_set_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name__test.test_subclassinit.Test.test_set_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_error__test.test_subclassinit.Test.test_set_name_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_init_subclass__test.test_subclassinit.Test.test_set_name_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_lookup__test.test_subclassinit.Test.test_set_name_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_metaclass__test.test_subclassinit.Test.test_set_name_metaclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_modifying_dict__test.test_subclassinit.Test.test_set_name_modifying_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_not_called__test.test_functools.TestCachedProperty.test_set_name_not_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_name_wrong__test.test_subclassinit.Test.test_set_name_wrong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_new__test.test_capi.test_set.TestSetCAPI.test_set_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_new_app_protocol__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_new_item__test.test_capi.test_watchers.TestDictWatchers.test_set_new_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_next_entry__test.test_capi.test_set.TestInternalCAPI.test_set_next_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nodelay__test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nomemory__test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nomemory__test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory__'need_Py_DEBUG'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_set_nomemory__test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nomemory__test.test_capi.test_mem.PyMemMimallocDebugTests.test_set_nomemory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nomemory__test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_non_ascii_filename__test.test_email.test_contentmanager.TestRawDataManager.test_set_non_ascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_non_local_event__test.test_monitoring.TestLocalEvents.test_set_non_local_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.ConfigParserTestCase.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.ConfigParserTestCaseNoValue.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.RawConfigParserTestCase.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_nonstring_types__test.test_configparser.SortedTestCase.test_set_nonstring_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_object__test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_object_and_fetch__test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_of_sets_reprs__test.test_pprint.QueryTestCase.test_set_of_sets_reprs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_operations_with_iterator__test.test_dictviews.DictSetTest.test_set_operations_with_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_operations_with_noniterable__test.test_dictviews.DictSetTest.test_set_operations_with_noniterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_param__test.test_email.test_email.TestMessageAPI.test_set_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_param__test.test_email.test_email.TestRFC2231.test_set_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_param_requote__test.test_email.test_email.TestRFC2231.test_set_param_requote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_pasv__test.test_ftplib.TestFTPClass.test_set_pasv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_pasv__test.test_ftplib.TestTLS_FTPClassMixin.test_set_pasv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_payload_to_list__test.test_email.test_email.TestMessageAPI.test_set_payload_to_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_payload_with_8bit_data_and_charset__test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_payload_with_8bit_data_and_charset_body_encoding_none__test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset_body_encoding_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_payload_with_charset__test.test_email.test_email.TestMessageAPI.test_set_payload_with_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_payload_with_non_ascii_and_charset_body_encoding_none__test.test_email.test_email.TestMessageAPI.test_set_payload_with_non_ascii_and_charset_body_encoding_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_policy_attrs_when_cloned__test.test_email.test_policy.PolicyAPITests.test_set_policy_attrs_when_cloned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_properties__test.test_http_cookies.MorselTests.test_set_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_property__test.test_property.PropertyUnreachableAttributeNoName.test_set_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_property__test.test_property.PropertyUnreachableAttributeWithName.test_set_property_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_pycache_prefix__test.test_cmd_line.CmdLineTest.test_set_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_reprs__test.test_pprint.QueryTestCase.test_set_reprs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_result_causes_invalid_state__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_result_causes_invalid_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_result_causes_invalid_state__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_result_causes_invalid_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_result_unless_cancelled__test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_result_unless_cancelled__test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_result_unless_cancelled__test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_return_value_of_aenter__test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_set_return_value_of_aenter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_rfc2231_params_with_8bit__test.test_email.test_email.Test8BitBytesHandling.test_set_rfc2231_params_with_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_secure_httponly_attrs__test.test_http_cookies.CookieTests.test_set_secure_httponly_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_size__test.test_capi.test_set.TestSetCAPI.test_set_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConfigParserTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConfigParserTestCaseNoValue.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.ConvertersTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.CopyTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.MultilineValuesTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.RawConfigParserTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.SortedTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_string_types__test.test_configparser.StrictTestCase.test_set_string_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_subclass_instantiation__test.test_typing.CollectionsAbcTests.test_set_subclass_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_subscript__test.test_list.ListTest.test_set_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_subscript__test.test_userlist.UserListTest.test_set_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_task_factory__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_task_factory_invalid__test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_11_lines_long_line_maximal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_maximal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_11_lines_long_line_minimal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_minimal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_11_lines_maximal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_maximal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_charset_latin_1__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_charset_latin_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_html__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_long_line_maximal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_maximal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_long_line_minimal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_minimal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_maximal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_maximal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_non_ascii_with_charset_ascii_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_charset_ascii_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_non_ascii_with_cte_7bit_raises__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_plain__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_plain_long_line_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_long_line_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_plain_null__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_text_short_line_minimal_non_ascii_heuristics__test.test_email.test_contentmanager.TestRawDataManager.test_set_text_short_line_minimal_non_ascii_heuristics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_traceback_limit__test.test_tracemalloc.TestTracemallocEnabled.test_set_traceback_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_tunnel_host_port_headers_add_host_missing__test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_add_host_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_tunnel_host_port_headers_set_host_different__test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_different_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_tunnel_host_port_headers_set_host_identical__test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_identical_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_type__test.test_email.test_email.TestMessageAPI.test_set_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_type_on_other_header__test.test_email.test_email.TestMessageAPI.test_set_type_on_other_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_type_size__test.test_capi.test_misc.Test_testcapi.test_set_type_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_update__test.test_capi.test_set.TestInternalCAPI.test_set_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_video_mpeg_with_binary_cte__test.test_email.test_contentmanager.TestRawDataManager.test_set_video_mpeg_with_binary_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_wakeup_fd_blocking__test.test_signal.WakeupFDTests.test_set_wakeup_fd_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_wakeup_fd_result__test.test_signal.WakeupFDTests.test_set_wakeup_fd_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_set_wakeup_fd_socket_result__test.test_signal.WakeupFDTests.test_set_wakeup_fd_socket_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setattr__test.test_builtin.BuiltinTest.test_setattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setattr_exceptions__test.test_typing.GenericTests.test_setattr_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setblocking_invalidfd__test.test_socket.TestExceptions.test_setblocking_invalidfd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setcbreak__test.test_tty.TestTty.test_setcbreak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setcomp__test.test_ast.test_ast.ASTValidatorTests.test_setcomp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_dict.DictTest.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_dict.GeneralMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_dict.SubclassMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_dict_version.DictSubtypeVersionTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_dict_version.DictVersionTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_frame.FrameLocalsProxyMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_http_cookies.MorselTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.CPythonGeneralMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.CPythonOrderedDictTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.CPythonSubclassMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.PurePythonGeneralMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.PurePythonOrderedDictTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_ordered_dict.PurePythonSubclassMappingTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_os.EnvironTests.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto0File_dumbShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto0File_gnuShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto0File_ndbmShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto0File_sqlite3Shelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto0MemShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto1File_dumbShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto1File_gnuShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto1File_ndbmShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto1File_sqlite3Shelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto1MemShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto2File_dumbShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto2File_gnuShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto2File_ndbmShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto2File_sqlite3Shelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto2MemShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto3File_dumbShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto3File_gnuShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto3File_ndbmShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto3File_sqlite3Shelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto3MemShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto4File_dumbShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto4File_gnuShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto4File_ndbmShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto4File_sqlite3Shelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto4MemShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto5File_dumbShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto5File_gnuShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto5File_ndbmShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto5File_sqlite3Shelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_shelve.TestProto5MemShelve.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_userdict.UserDictTest.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_weakref.WeakKeyDictionaryTestCase.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault__test.test_weakref.WeakValueDictionaryTestCase.test_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdefault_atomic__test.test_dict.DictTest.test_setdefault_atomic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setdelitem__test.test_index.ListTestCase.test_setdelitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setegid__test.test_os.PosixUidGidTests.test_setegid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_seteuid__test.test_os.PosixUidGidTests.test_seteuid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setfirstweekday__test.test_calendar.CalendarTestCase.test_setfirstweekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setget__test.test_sys_setprofile.TestGetProfile.test_setget_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setgid__test.test_os.PosixUidGidTests.test_setgid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setgroups__test.test_posix.PosixGroupsTester.test_setgroups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sethostname__test.test_socket.GeneralModuleTests.test_sethostname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setinputsizes__test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.ByteTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.DoubleTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.FloatTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.IntTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.LongLongTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.LongTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.ShortTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UCS4Test.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UnicodeTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UnsignedByteTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UnsignedIntTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UnsignedLongLongTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UnsignedLongTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_array.UnsignedShortTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_bytes.ByteArrayTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConfigParserTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConfigParserTestCaseNoValue.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.ConvertersTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.CopyTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.MultilineValuesTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.RawConfigParserTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.SortedTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_configparser.StrictTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_deque.TestBasic.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_dict_version.DictSubtypeVersionTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_dict_version.DictVersionTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_http_cookies.MorselTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_list.ListTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_operator.COperatorTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_operator.PyOperatorTestCase.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_ordered_dict.CPythonBuiltinDictTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_ordered_dict.CPythonOrderedDictTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_ordered_dict.PurePythonOrderedDictTests.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem__test.test_userlist.UserListTest.test_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_atomic_at_resize__test.test_dict.DictTest.test_setitem_atomic_at_resize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_equal__test.test_dict_version.DictSubtypeVersionTests.test_setitem_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_equal__test.test_dict_version.DictVersionTests.test_setitem_equal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_error__test.test_bytes.ByteArrayTest.test_setitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_error__test.test_list.ListTest.test_setitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_error__test.test_userlist.UserListTest.test_setitem_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_readonly__test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_setitem_readonly__test.test_memoryview.ArrayMemorySliceTest.test_setitem_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_setitem_readonly__test.test_memoryview.ArrayMemoryviewTest.test_setitem_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_setitem_readonly__test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_readonly__test.test_memoryview.BytesMemorySliceTest.test_setitem_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_readonly__test.test_memoryview.BytesMemoryviewTest.test_setitem_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_same_value__test.test_dict_version.DictSubtypeVersionTests.test_setitem_same_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_same_value__test.test_dict_version.DictVersionTests.test_setitem_same_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_writable__test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_writable__test.test_memoryview.ArrayMemorySliceTest.test_setitem_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_writable__test.test_memoryview.ArrayMemoryviewTest.test_setitem_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_writable__test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_writable__test.test_memoryview.BytesMemorySliceTest.test_setitem_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitem_writable__test.test_memoryview.BytesMemoryviewTest.test_setitem_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitems_on_non_dicts__test.test_pickle.CDumpPickle_LoadPickle.test_setitems_on_non_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitems_on_non_dicts__test.test_pickle.CPicklerTests.test_setitems_on_non_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitems_on_non_dicts__test.test_pickle.DumpPickle_CLoadPickle.test_setitems_on_non_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitems_on_non_dicts__test.test_pickle.InMemoryPickleTests.test_setitems_on_non_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitems_on_non_dicts__test.test_pickle.PyPicklerTests.test_setitems_on_non_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitems_on_non_dicts__test.test_pickletools.OptimizedPickleTests.test_setitems_on_non_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setitimer_tiny__test.test_signal.ItimerTest.test_setitimer_tiny_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setlocale_category__test.test_locale.TestMiscellaneous.test_setlocale_category_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setlogmask__test.test_syslog.Test.test_setlogmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setname_called_on_values_in_class_dictionary__test.test_typing.NamedTupleTests.test_setname_called_on_values_in_class_dictionary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setname_raises_the_same_as_on_other_classes__test.test_typing.NamedTupleTests.test_setname_raises_the_same_as_on_other_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setoutputsize__test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setoutputsize_no_column__test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setpgroup__test.test_posix.TestPosixSpawn.test_setpgroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setpgroup__test.test_posix.TestPosixSpawnP.test_setpgroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setpgroup_wrong_type__test.test_posix.TestPosixSpawn.test_setpgroup_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setpgroup_wrong_type__test.test_posix.TestPosixSpawnP.test_setpgroup_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setraw__test.test_tty.TestTty.test_setraw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setrecursionlimit__test.test_sys.SysModuleTest.test_setrecursionlimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setrecursionlimit_to_depth__test.test_sys.SysModuleTest.test_setrecursionlimit_to_depth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setregid__test.test_os.PosixUidGidTests.test_setregid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setregid_neg1__test.test_os.PosixUidGidTests.test_setregid_neg1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setresgid__test.test_posix.PosixTester.test_setresgid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setresgid_exception__test.test_posix.PosixTester.test_setresgid_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setresuid__test.test_posix.PosixTester.test_setresuid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setresuid_exception__test.test_posix.PosixTester.test_setresuid_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setreuid__test.test_os.PosixUidGidTests.test_setreuid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setreuid_neg1__test.test_os.PosixUidGidTests.test_setreuid_neg1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setrusage_refcount__test.test_resource.ResourceTest.test_setrusage_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sets__test.test_marshal.ContainerTestCase.test_sets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sets_traceback__test.test_raise.TestTraceback.test_sets_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setscheduler_only_param__test.test_posix.TestPosixSpawn.test_setscheduler_only_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setscheduler_only_param__test.test_posix.TestPosixSpawnP.test_setscheduler_only_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setscheduler_with_policy__test.test_posix.TestPosixSpawn.test_setscheduler_with_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setscheduler_with_policy__test.test_posix.TestPosixSpawnP.test_setscheduler_with_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsid__test.test_posix.TestPosixSpawn.test_setsid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsid__test.test_posix.TestPosixSpawnP.test_setsid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigdef__test.test_posix.TestPosixSpawn.test_setsigdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigdef__test.test_posix.TestPosixSpawnP.test_setsigdef_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigdef_wrong_type__test.test_posix.TestPosixSpawn.test_setsigdef_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigdef_wrong_type__test.test_posix.TestPosixSpawnP.test_setsigdef_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigmask__test.test_posix.TestPosixSpawn.test_setsigmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigmask__test.test_posix.TestPosixSpawnP.test_setsigmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigmask_wrong_type__test.test_posix.TestPosixSpawn.test_setsigmask_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setsigmask_wrong_type__test.test_posix.TestPosixSpawnP.test_setsigmask_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.ByteTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.DoubleTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.FloatTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.IntTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.LongLongTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.LongTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.ShortTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UCS4Test.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UnicodeTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UnsignedByteTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UnsignedIntTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UnsignedLongLongTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UnsignedLongTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_array.UnsignedShortTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_bytes.ByteArrayTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_list.ListTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice__test.test_userlist.UserListTest.test_setslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_cint__test.test_ctypes.test_slicing.SlicesTestCase.test_setslice_cint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_extend__test.test_bytes.ByteArrayTest.test_setslice_extend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_negative_steps__test.test_xml_etree.ElementSlicingTest.test_setslice_negative_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_negative_steps__test.test_xml_etree_c.ElementSlicingTest.test_setslice_negative_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_range__test.test_xml_etree.ElementSlicingTest.test_setslice_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_range__test.test_xml_etree_c.ElementSlicingTest.test_setslice_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_single_index__test.test_xml_etree.ElementSlicingTest.test_setslice_single_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_single_index__test.test_xml_etree_c.ElementSlicingTest.test_setslice_single_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_steps__test.test_xml_etree.ElementSlicingTest.test_setslice_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_steps__test.test_xml_etree_c.ElementSlicingTest.test_setslice_steps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_trap__test.test_bytes.ByteArrayTest.test_setslice_trap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setslice_without_getslice__test.test_slice.SliceTest.test_setslice_without_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_exceptions.ExceptionTests.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_functools.TestPartialC.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_functools.TestPartialCSubclass.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_functools.TestPartialPy.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_functools.TestPartialPySubclass.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_memoryio.CBytesIOTest.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate__test.test_memoryio.CStringIOTest.test_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_errors__test.test_functools.TestPartialC.test_setstate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_errors__test.test_functools.TestPartialCSubclass.test_setstate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_errors__test.test_functools.TestPartialPy.test_setstate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_errors__test.test_functools.TestPartialPySubclass.test_setstate_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_first_arg__test.test_random.MersenneTwister_TestBasicOps.test_setstate_first_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_leaks__test.test_xml_etree_c.MiscTests.test_setstate_leaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_middle_arg__test.test_random.MersenneTwister_TestBasicOps.test_setstate_middle_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_refcount__test.test_functools.TestPartialC.test_setstate_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_refcount__test.test_functools.TestPartialCSubclass.test_setstate_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_refcount__test.test_functools.TestPartialPy.test_setstate_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_refcount__test.test_functools.TestPartialPySubclass.test_setstate_refcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_refcount_no_crash__test.test_baseexception.ExceptionClassTests.test_setstate_refcount_no_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_subclasses__test.test_functools.TestPartialC.test_setstate_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_subclasses__test.test_functools.TestPartialCSubclass.test_setstate_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_subclasses__test.test_functools.TestPartialPy.test_setstate_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_subclasses__test.test_functools.TestPartialPySubclass.test_setstate_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_validates_input__test.test_multibytecodec.Test_IncrementalDecoder.test_setstate_validates_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_validates_input_bytes__test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setstate_validates_input_size__test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setter__test.test_http_cookies.MorselTests.test_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_annotations__test.test_module.ModuleTests.test_setting_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_annotations__test.test_type_annotations.TypeAnnotationTests.test_setting_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_attribute_with_spec_set__test.test_unittest.testmock.testmock.MockTest.test_setting_attribute_with_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_call__test.test_unittest.testmock.testmock.MockTest.test_setting_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_copyright__test.test_site.ImportSideEffectTests.test_setting_copyright_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_data_should_remove_content_length__test.test_urllib2.RequestTests.test_setting_data_should_remove_content_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_dict_to_invalid__test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_dict_to_valid__test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_field_calls_set__test.test_dataclasses.TestDescriptors.test_setting_field_calls_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_help__test.test_site.ImportSideEffectTests.test_setting_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_lineno_no_undefined__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_no_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_lineno_one_undefined__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_one_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_lineno_two_undefined__test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_two_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_quit__test.test_site.ImportSideEffectTests.test_setting_quit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_signal_handler_to_none_raises_error__test.test_signal.PosixTests.test_setting_signal_handler_to_none_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_uninitialized_descriptor_field__test.test_dataclasses.TestDescriptors.test_setting_uninitialized_descriptor_field_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setting_unsupported_magic_method__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_setting_unsupported_magic_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_settrace_error__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_settrace_error__test.test_sys_settrace.TestLinesAfterTraceStarted.test_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_settrace_error__test.test_sys_settrace.TestSetLocalTrace.test_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_settrace_error__test.test_sys_settrace.TraceOpcodesTestCase.test_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_settrace_error__test.test_sys_settrace.TraceTestCase.test_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setuid__test.test_os.PosixUidGidTests.test_setuid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setup_annotations_line__test.test_opcodes.OpcodeTest.test_setup_annotations_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setup_class__test.test_unittest.test_setups.TestSetups.test_setup_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setup_get_event_loop__test.test_unittest.test_async_case.TestAsyncCase.test_setup_get_event_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setup_module__test.test_unittest.test_setups.TestSetups.test_setup_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setup_teardown_order_with_pathological_suite__test.test_unittest.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setvectorcall__test.test_call.TestPEP590.test_setvectorcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setvectorcall_load_attr_specialization_deopt__test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_deopt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_setvectorcall_load_attr_specialization_skip__test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_several_leapyears_in_range__test.test_calendar.LeapdaysTestCase.test_several_leapyears_in_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sf1651235__test.test_ctypes.test_functions.FunctionTestCase.test_sf1651235_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sf_793826__test.test_itertools.RegressionTests.test_sf_793826_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sf_950057__test.test_itertools.RegressionTests.test_sf_950057_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sf_bug_840829__test.test_weakref.ReferencesTestCase.test_sf_bug_840829_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sha224_rfc4231__test.test_hmac.TestVectorsTestCase.test_sha224_rfc4231_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sha256__test.test_socket.LinuxKernelCryptoAPI.test_sha256__'AF_ALG_required'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sha256_rfc4231__test.test_hmac.TestVectorsTestCase.test_sha256_rfc4231_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sha256_update_over_4gb__test.test_hashlib.HashLibTestCase.test_sha256_update_over_4gb__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sha384_rfc4231__test.test_hmac.TestVectorsTestCase.test_sha384_rfc4231_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sha3_256_update_over_4gb__test.test_hashlib.HashLibTestCase.test_sha3_256_update_over_4gb__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sha512_rfc4231__test.test_hmac.TestVectorsTestCase.test_sha512_rfc4231_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sha_vectors__test.test_hmac.TestVectorsTestCase.test_sha_vectors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadow_comp_iterable_name__test.test_listcomps.ListComprehensionTest.test_shadow_comp_iterable_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadow_with_free_and_local__test.test_listcomps.ListComprehensionTest.test_shadow_with_free_and_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_attr__test.test_enum.TestIntEnumClass.test_shadowed_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_attr__test.test_enum.TestIntEnumFunction.test_shadowed_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_attr__test.test_enum.TestStrEnumClass.test_shadowed_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_attr__test.test_enum.TestStrEnumFunction.test_shadowed_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_builtin__test.test_reprlib.ReprTests.test_shadowed_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_dynamic__test.test_super.TestSuper.test_shadowed_dynamic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_dynamic_two_arg__test.test_super.TestSuper.test_shadowed_dynamic_two_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_global__test.test_fstring.TestCase.test_shadowed_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_global__test.test_super.TestSuper.test_shadowed_global_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_local__test.test_super.TestSuper.test_shadowed_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowed_stdlib_array__test.test_reprlib.ReprTests.test_shadowed_stdlib_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadowing_nonlocal__test.test_type_params.TypeParamsAccessTest.test_shadowing_nonlocal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shadows_outer_cell__test.test_listcomps.ListComprehensionTest.test_shadows_outer_cell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shallow_copy__test.test_defaultdict.TestDefaultDict.test_shallow_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shallow_relative_package_import__test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shallow_relative_package_import__test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shareable__test.test__interpchannels.ChannelIDTests.test_shareable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shareable__test.test_interpreters.test_channels.TestChannels.test_shareable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shareable__test.test_interpreters.test_queues.QueueTests.test_shareable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shareable_types__test.test__interpreters.RunStringTests.test_shareable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_basics__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_basics__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_basics__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_pickling__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_pickling__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_pickling__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_pickling_dead_object__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_pickling_dead_object__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_ShareableList_pickling_dead_object__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryManager_basics__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryManager_basics__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryManager_basics__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryManager_reuses_resource_tracker__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryManager_reuses_resource_tracker__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryManager_reuses_resource_tracker__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryServer_ignores_sigint__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryServer_ignores_sigint__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_SharedMemoryServer_ignores_sigint__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_across_processes__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_across_processes__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_across_processes__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_basics__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_basics__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_basics__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_cleaned_after_process_termination__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_cleaned_after_process_termination__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_cleaned_after_process_termination__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_name_with_embedded_null__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_name_with_embedded_null__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_name_with_embedded_null__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_pickle_unpickle__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_pickle_unpickle__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_pickle_unpickle__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_pickle_unpickle_dead_object__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_pickle_unpickle_dead_object__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_pickle_unpickle_dead_object__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_recreate__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_recreate__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_recreate__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_tracking__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_tracking__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_tracking__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_untracking__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_untracking__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_memory_untracking__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_overwrites__test.test__interpreters.RunStringTests.test_shared_overwrites_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_overwrites_default_vars__test.test__interpreters.RunStringTests.test_shared_overwrites_default_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_proxy_without_callback__test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shared_ref_without_callback__test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sharedctypes__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sharedctypes__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sharedctypes__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shebang_is_executable__test.test_zipapp.ZipAppTest.test_shebang_is_executable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell_encodings__test.test_subprocess.Win32ProcessTestCase.test_shell_encodings__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shell_injection__test.test_ctypes.test_find.Test_OpenGL_libs.test_shell_injection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell_sequence__test.test_subprocess.POSIXProcessTestCase.test_shell_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell_sequence__test.test_subprocess.Win32ProcessTestCase.test_shell_sequence__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shell_sequence_with_spaces__test.test_subprocess.CommandsWithSpaces.test_shell_sequence_with_spaces__'Windows-specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shell_string__test.test_subprocess.POSIXProcessTestCase.test_shell_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shell_string__test.test_subprocess.Win32ProcessTestCase.test_shell_string__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shell_string_with_spaces__test.test_subprocess.CommandsWithSpaces.test_shell_string_with_spaces__'Windows-specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_inner__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_inner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_cancel_outer__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_global_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_use_running_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_coroutine_without_loop__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_effect__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_gather__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_gather_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_result__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shield_shortcut__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_shortcut_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shielded_timeout__test.test_asyncio.test_waitfor.WaitForShieldTests.test_shielded_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift__test.test_decimal.CContextAPItests.test_shift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift__test.test_decimal.CIBMTestCases.test_shift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift__test.test_decimal.PyContextAPItests.test_shift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift__test.test_decimal.PyIBMTestCases.test_shift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift__test.test_tokenize.GenerateTokensTest.test_shift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift__test.test_tokenize.TokenizeTest.test_shift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_bool__test.test_long.LongTest.test_shift_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data__test.test_statistics.TestPStdev.test_shift_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data__test.test_statistics.TestPVariance.test_shift_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data__test.test_statistics.TestStdev.test_shift_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data__test.test_statistics.TestVariance.test_shift_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data_exact__test.test_statistics.TestPStdev.test_shift_data_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data_exact__test.test_statistics.TestPVariance.test_shift_data_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data_exact__test.test_statistics.TestStdev.test_shift_data_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_data_exact__test.test_statistics.TestVariance.test_shift_data_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_jis_charset__test.test_email.test_email.TestHeader.test_shift_jis_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shift_ops__test.test_grammar.GrammarTests.test_shift_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shifts__test.test_unparse.UnparseTestCase.test_shifts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shortDescription__no_docstring__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__no_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shortDescription__singleline_docstring__test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__singleline_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short__test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short__test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short__test.test_ctypes.test_callbacks.Callbacks.test_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short__test.test_ctypes.test_cfuncs.CFunctions.test_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_and_long_option_split__test.test_optparse.TestStandard.test_short_and_long_option_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binbytes__test.test_pickle.CUnpicklerTests.test_short_binbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binbytes__test.test_pickle.InMemoryPickleTests.test_short_binbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binbytes__test.test_pickle.PyUnpicklerTests.test_short_binbytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binstring__test.test_pickletools.DisTests.test_short_binstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binunicode__test.test_pickle.CUnpicklerTests.test_short_binunicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binunicode__test.test_pickle.InMemoryPickleTests.test_short_binunicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_binunicode__test.test_pickle.PyUnpicklerTests.test_short_binunicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_content_raises_ContentTooShortError__test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_content_raises_ContentTooShortError_without_reporthook__test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError_without_reporthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_empty_elements__test.test_xml_etree.IOTest.test_short_empty_elements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_empty_elements__test.test_xml_etree_c.IOTest.test_short_empty_elements_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_files__test.test_tokenize.TestDetectEncoding.test_short_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_halfway_cases__test.test_strtod.StrtodTests.test_short_halfway_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_has_arg__test.test_getopt.GetoptTests.test_short_has_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_maxlen_error__test.test_email.test_policy.PolicyAPITests.test_short_maxlen_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_option_consumes_separator__test.test_optparse.TestStandard.test_short_option_consumes_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_option_joined_and_separator__test.test_optparse.TestStandard.test_short_option_joined_and_separator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_option_split_long_option_append__test.test_optparse.TestStandard.test_short_option_split_long_option_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_option_split_one_positional_arg__test.test_optparse.TestStandard.test_short_option_split_one_positional_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_plus__test.test_ctypes.test_cfuncs.CFunctions.test_short_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_repr__test.test_float.ReprTestCase.test_short_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_times__test.test_time.TestPytime.test_short_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_tuples__test.test_pickle.CDumpPickle_LoadPickle.test_short_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_tuples__test.test_pickle.CPicklerTests.test_short_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_tuples__test.test_pickle.DumpPickle_CLoadPickle.test_short_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_tuples__test.test_pickle.InMemoryPickleTests.test_short_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_tuples__test.test_pickle.PyPicklerTests.test_short_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_tuples__test.test_pickletools.OptimizedPickleTests.test_short_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_short_unstructured__test.test_email.test_headerregistry.TestFolding.test_short_unstructured_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorter_line_with_append__test.test_email.test_email.TestLongHeaders.test_shorter_line_with_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shortopt_empty_longopt_append__test.test_optparse.TestStandard.test_shortopt_empty_longopt_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorts__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorts__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorts__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorts__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorts__test.test_ctypes.test_bitfields.C_Test.test_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shorts__test.test_ctypes.test_functions.FunctionTestCase.test_shorts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_should_not_hang_on_invalid_ew_messages__test.test_email.test_email.TestRFC2231.test_should_not_hang_on_invalid_ew_messages_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_should_not_rollover__test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_should_not_rollover__test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_should_not_rollover_non_file__test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_non_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_should_rollover__test.test_logging.RotatingFileHandlerTest.test_should_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_cache__test.test_dis.TestDisCLI.test_show_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_caches__test.test_dis.DisTests.test_show_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_caches__test.test_dis.DisWithFileTests.test_show_caches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_caches_with_label__test.test_dis.InstructionTests.test_show_caches_with_label_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_code__test.test_dis.CodeInfoTests.test_show_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_offsets__test.test_dis.TestDisCLI.test_show_offsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_show_warning_output__test.test_warnings._WarningsTests.test_show_warning_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showrefcount__test.test_cmd_line.CmdLineTest.test_showrefcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showtopic__test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showtopic_output_redirect__test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showwarning__test.test_warnings.CWarningsDisplayTests.test_showwarning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showwarning__test.test_warnings.PyWarningsDisplayTests.test_showwarning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showwarning_missing__test.test_warnings._WarningsTests.test_showwarning_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showwarning_not_callable__test.test_warnings._WarningsTests.test_showwarning_not_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_showwarnmsg_missing__test.test_warnings._WarningsTests.test_showwarnmsg_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_localsplus__test.test_code.CodeTest.test_shrinking_localsplus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_queue__test.test_queue.CLifoQueueTest.test_shrinking_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_queue__test.test_queue.CPriorityQueueTest.test_shrinking_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_queue__test.test_queue.CQueueTest.test_shrinking_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_queue__test.test_queue.PyLifoQueueTest.test_shrinking_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_queue__test.test_queue.PyPriorityQueueTest.test_shrinking_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shrinking_queue__test.test_queue.PyQueueTest.test_shrinking_queue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shuffle__test.test_random.MersenneTwister_TestBasicOps.test_shuffle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shuffle__test.test_random.SystemRandom_TestBasicOps.test_shuffle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown__test.test_atexit.FunctionalTest.test_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_many_threads__test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_many_threads__test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_many_threads__test.test_queue.CQueueTest.test_shutdown_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_many_threads__test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_many_threads__test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_many_threads__test.test_queue.PyQueueTest.test_shutdown_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_one_thread__test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_one_thread__test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_one_thread__test.test_queue.CQueueTest.test_shutdown_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_one_thread__test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_one_thread__test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_all_methods_in_one_thread__test.test_queue.PyQueueTest.test_shutdown_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_allowed_transitions__test.test_queue.CLifoQueueTest.test_shutdown_allowed_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_allowed_transitions__test.test_queue.CPriorityQueueTest.test_shutdown_allowed_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_allowed_transitions__test.test_queue.CQueueTest.test_shutdown_allowed_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_allowed_transitions__test.test_queue.PyLifoQueueTest.test_shutdown_allowed_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_allowed_transitions__test.test_queue.PyPriorityQueueTest.test_shutdown_allowed_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_allowed_transitions__test.test_queue.PyQueueTest.test_shutdown_allowed_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_cleanly__test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_deadlock__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_deadlock__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_deadlock__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_deadlock_pickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_deadlock_pickle__test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_deadlock_pickle__test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_default_executor_timeout__test.test_asyncio.test_base_events.BaseEventLoopTests.test_shutdown_default_executor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_queue.CLifoQueueTest.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_queue.CPriorityQueueTest.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_queue.CQueueTest.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_queue.PyLifoQueueTest.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_queue.PyPriorityQueueTest.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_empty__test.test_queue.PyQueueTest.test_shutdown_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get__test.test_queue.CLifoQueueTest.test_shutdown_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get__test.test_queue.CPriorityQueueTest.test_shutdown_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get__test.test_queue.CQueueTest.test_shutdown_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get__test.test_queue.PyLifoQueueTest.test_shutdown_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get__test.test_queue.PyPriorityQueueTest.test_shutdown_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get__test.test_queue.PyQueueTest.test_shutdown_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get_task_done_join__test.test_queue.CLifoQueueTest.test_shutdown_get_task_done_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get_task_done_join__test.test_queue.CPriorityQueueTest.test_shutdown_get_task_done_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get_task_done_join__test.test_queue.CQueueTest.test_shutdown_get_task_done_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get_task_done_join__test.test_queue.PyLifoQueueTest.test_shutdown_get_task_done_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get_task_done_join__test.test_queue.PyPriorityQueueTest.test_shutdown_get_task_done_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_get_task_done_join__test.test_queue.PyQueueTest.test_shutdown_get_task_done_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_queue.CLifoQueueTest.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_queue.CQueueTest.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate__test.test_queue.PyQueueTest.test_shutdown_immediate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_many_threads__test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_many_threads__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_many_threads__test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_many_threads__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_many_threads__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_many_threads__test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_many_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_one_thread__test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_one_thread__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_one_thread__test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_one_thread__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_one_thread__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_all_methods_in_one_thread__test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_one_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_get__test.test_queue.CLifoQueueTest.test_shutdown_immediate_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_get__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_get__test.test_queue.CQueueTest.test_shutdown_immediate_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_get__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_get__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_get__test.test_queue.PyQueueTest.test_shutdown_immediate_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_join__test.test_queue.CLifoQueueTest.test_shutdown_immediate_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_join__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_join__test.test_queue.CQueueTest.test_shutdown_immediate_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_join__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_join__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_join__test.test_queue.PyQueueTest.test_shutdown_immediate_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put__test.test_queue.CLifoQueueTest.test_shutdown_immediate_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put__test.test_queue.CQueueTest.test_shutdown_immediate_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put__test.test_queue.PyQueueTest.test_shutdown_immediate_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put_join__test.test_queue.CLifoQueueTest.test_shutdown_immediate_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put_join__test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put_join__test.test_queue.CQueueTest.test_shutdown_immediate_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put_join__test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put_join__test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_put_join__test.test_queue.PyQueueTest.test_shutdown_immediate_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_with_unfinished__test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate_with_unfinished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_with_unfinished__test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate_with_unfinished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_immediate_with_unfinished__test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate_with_unfinished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_join__test.test_queue.CLifoQueueTest.test_shutdown_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_join__test.test_queue.CPriorityQueueTest.test_shutdown_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_join__test.test_queue.CQueueTest.test_shutdown_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_join__test.test_queue.PyLifoQueueTest.test_shutdown_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_join__test.test_queue.PyPriorityQueueTest.test_shutdown_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_join__test.test_queue.PyQueueTest.test_shutdown_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_no_wait__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_no_wait__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_no_wait__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_no_wait__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_no_wait__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_no_wait__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_shutdown_no_wait__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_queue.CLifoQueueTest.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_queue.CPriorityQueueTest.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_queue.CQueueTest.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_queue.PyLifoQueueTest.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_queue.PyPriorityQueueTest.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_nonempty__test.test_queue.PyQueueTest.test_shutdown_nonempty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_pending_get__test.test_queue.CLifoQueueTest.test_shutdown_pending_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_pending_get__test.test_queue.CPriorityQueueTest.test_shutdown_pending_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_pending_get__test.test_queue.CQueueTest.test_shutdown_pending_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_pending_get__test.test_queue.PyLifoQueueTest.test_shutdown_pending_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_pending_get__test.test_queue.PyPriorityQueueTest.test_shutdown_pending_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_pending_get__test.test_queue.PyQueueTest.test_shutdown_pending_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put__test.test_queue.CLifoQueueTest.test_shutdown_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put__test.test_queue.CPriorityQueueTest.test_shutdown_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put__test.test_queue.CQueueTest.test_shutdown_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put__test.test_queue.PyLifoQueueTest.test_shutdown_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put__test.test_queue.PyPriorityQueueTest.test_shutdown_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put__test.test_queue.PyQueueTest.test_shutdown_put_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put_join__test.test_queue.CLifoQueueTest.test_shutdown_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put_join__test.test_queue.CPriorityQueueTest.test_shutdown_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put_join__test.test_queue.CQueueTest.test_shutdown_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put_join__test.test_queue.PyLifoQueueTest.test_shutdown_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put_join__test.test_queue.PyPriorityQueueTest.test_shutdown_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_put_join__test.test_queue.PyQueueTest.test_shutdown_put_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_timeout_handler_leak__test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_shutdown_timeout_handler_not_set__test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect__test.test_unittest.testmock.testmock.MockTest.test_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_awaitable_values__test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_awaitable_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_import__test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_is_AsyncMock__test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_is_AsyncMock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_iterator__test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_iterator_default__test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_iterator_exceptions__test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_order__test.test_fstring.TestCase.test_side_effect_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_side_effect_setting_iterator__test.test_unittest.testmock.testmock.MockTest.test_side_effect_setting_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigabrt__test.test_faulthandler.FaultHandlerTests.test_sigabrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigbus__test.test_faulthandler.FaultHandlerTests.test_sigbus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_child_reaped_elsewhere__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_child_reaped_elsewhere_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_child_reaped_elsewhere__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_child_reaped_elsewhere_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_race_condition__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_race_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_race_condition__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_race_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_remove_handler__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_remove_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_remove_handler__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_remove_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_replace_handler__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_replace_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_replace_handler__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_replace_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_two_children__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_two_children__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_two_children_terminating_together__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children_terminating_together_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_two_children_terminating_together__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children_terminating_together_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_unhandled_exception__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unhandled_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_unhandled_exception__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unhandled_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_unknown_pid_during_registration__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_pid_during_registration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_unknown_pid_during_registration__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_pid_during_registration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_unknown_status__test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigchld_unknown_status__test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigfpe__test.test_faulthandler.FaultHandlerTests.test_sigfpe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigill__test.test_faulthandler.FaultHandlerTests.test_sigill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigint__test.test_signal.RaiseSignalTest.test_sigint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_siginterrupt_off__test.test_signal.SiginterruptTest.test_siginterrupt_off__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_siginterrupt_on__test.test_signal.SiginterruptTest.test_siginterrupt_on_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sign__test.test_statistics.DecimalToRatioTest.test_sign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sign_not_counted__test.test_int.IntStrDigitLimitsTests.test_sign_not_counted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sign_not_counted__test.test_int.IntSubclassStrDigitLimitsTests.test_sign_not_counted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_handling_args__test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_handling_args__test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_handling_args__test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_handling_while_selecting__test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_while_selecting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_handling_while_selecting__test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_while_selecting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_handling_while_selecting__test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_install_not_supported_ok__test.test_asyncio.test_runners.RunnerTests.test_signal_install_not_supported_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signal_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_signal_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signals__test.test_threadsignals.ThreadSignals.test_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signater_parameters_is_ordered__test.test_inspect.test_inspect.TestSignatureObject.test_signater_parameters_is_ordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature__test.test_threading.CRLockTests.test_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_annotations_with_local_namespaces__test.test_inspect.test_inspect.TestSignatureObject.test_signature_annotations_with_local_namespaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_as_callable__test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_as_str__test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_args_and_kwargs__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_args_and_varargs__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_arguments__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_empty__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_implicit_arg__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_implicit_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_just_args__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_just_kwargs__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_kwonly__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_kwonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_positional_only__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_positional_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_posonly_kwargs__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_posonly_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_var__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_vararg_name__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_vararg_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_varargs_order__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_varargs_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bind_with_self_arg__test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_with_self_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bound_arguments_apply_defaults__test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_apply_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bound_arguments_arguments_type__test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_arguments_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bound_arguments_equality__test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bound_arguments_pickle__test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bound_arguments_repr__test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_bound_arguments_unhashable__test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_callable__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_class__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_definition_order_preserved_on_kwonly__test.test_inspect.test_inspect.TestSignatureObject.test_signature_definition_order_preserved_on_kwonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_equality__test.test_inspect.test_inspect.TestSignatureObject.test_signature_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_eval_str__test.test_inspect.test_inspect.TestSignatureObject.test_signature_eval_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_format__test.test_inspect.test_inspect.TestSignatureObject.test_signature_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_format_all_arg_types__test.test_inspect.test_inspect.TestSignatureObject.test_signature_format_all_arg_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_from_callable_builtin_obj__test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_builtin_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_from_callable_class__test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_from_callable_python_obj__test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_python_obj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_from_functionlike_object__test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_functionlike_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_functionlike_class__test.test_inspect.test_inspect.TestSignatureObject.test_signature_functionlike_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_hashable__test.test_inspect.test_inspect.TestSignatureObject.test_signature_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_immutability__test.test_inspect.test_inspect.TestSignatureObject.test_signature_immutability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_noncallable__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_noncallable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_none_annotation__test.test_inspect.test_inspect.TestSignatureObject.test_signature_none_annotation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_object__test.test_inspect.test_inspect.TestSignatureObject.test_signature_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_object_pickle__test.test_inspect.test_inspect.TestSignatureObject.test_signature_object_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_builtin_class__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtin_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_builtins__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_builtins_no_signature__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins_no_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_callable_objects__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_callable_objects_with_text_signature_attr__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects_with_text_signature_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_class__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_class_with_decorated_new__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_decorated_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_class_with_init__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_class_with_new__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_class_without_init__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_without_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_classmethod__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_classmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_complex_args__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_complex_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_decorated__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_decorated_builtins__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated_builtins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_derived_classes__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_derived_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_fake_partialmethod__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_fake_partialmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_generic_subclass__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_generic_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_lambdas__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_lambdas_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_mangled_parameters__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mangled_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_method__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_mocks__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_noarg__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noarg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_non_comparable__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_comparable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_non_function__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_noncallable_mocks__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noncallable_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_partial__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_partialmethod__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partialmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_staticmethod__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_subclass__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_wargs__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_wkwonly__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wkwonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_on_wrapper__test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wrapper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_equality__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_hashable__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_hashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_immutability__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_immutability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_implicit__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_implicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_kinds__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_kinds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_object__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_positional_only__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_positional_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parameter_replace__test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_parsing_with_defaults__test.test_inspect.test_inspect.TestSignatureObject.test_signature_parsing_with_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_replace_anno__test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_anno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_replace_parameters__test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_replaced__test.test_inspect.test_inspect.TestSignatureObject.test_signature_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_str__test.test_inspect.test_inspect.TestSignatureObject.test_signature_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_str_positional_only__test.test_inspect.test_inspect.TestSignatureObject.test_signature_str_positional_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_strip_non_python_syntax__test.test_inspect.test_inspect.TestSignaturePrivateHelpers.test_signature_strip_non_python_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_without_self__test.test_inspect.test_inspect.TestSignatureObject.test_signature_without_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signature_wrapped_bound_method__test.test_inspect.test_inspect.TestSignatureObject.test_signature_wrapped_bound_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signatures__test.test__interpreters.CommonTests.test_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signatures__test.test_functools.TestSingleDispatch.test_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signatures__test.test_traceback.TracebackCases.test_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signed__test.test_ctypes.test_bitfields.BitFieldTest.test_signed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signed_values__test.test_ctypes.test_numbers.NumberTestCase.test_signed_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signedness__test.test_ctypes.test_wintypes.WinTypesTest.test_signedness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signedness__test.test_re.ImplementationTest.test_signedness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_signum__test.test_signal.WakeupSignalTests.test_signum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigpending__test.test_signal.PendingSignalsTests.test_sigpending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigpending_empty__test.test_signal.PendingSignalsTests.test_sigpending_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigsegv__test.test_faulthandler.FaultHandlerTests.test_sigsegv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigtimedwait__test.test_signal.PendingSignalsTests.test_sigtimedwait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigtimedwait_negative_timeout__test.test_signal.PendingSignalsTests.test_sigtimedwait_negative_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigtimedwait_poll__test.test_signal.PendingSignalsTests.test_sigtimedwait_poll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigtimedwait_timeout__test.test_signal.PendingSignalsTests.test_sigtimedwait_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigwait__test.test_signal.PendingSignalsTests.test_sigwait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigwait_thread__test.test_signal.PendingSignalsTests.test_sigwait_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sigwaitinfo__test.test_signal.PendingSignalsTests.test_sigwaitinfo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_silent__test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_silent__test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_silent_failure__test.test_typing.OverrideDecoratorTests.test_silent_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple1__test.test_xmlrpc.SimpleServerTestCase.test_simple1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_codecs.UTF32BETest.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_codecs.UTF32LETest.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_contextlib.TestChdir.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_csv.TestDialectExcel.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_arrays.ArrayTestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_delattr.TestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_pickling.PickleTest_0.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_pickling.PickleTest_1.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_pickling.PickleTest_2.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_pickling.PickleTest_3.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_pickling.PickleTest_4.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_ctypes.test_pickling.PickleTest_5.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_dataclasses.TestMakeDataclass.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_dataclasses.TestSlots.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_decorators.TestClassDecorators.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_email.test__encoded_words.TestDecodeB.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_email.test__encoded_words.TestEncodeB.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_email.test_email.TestHeader.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_enumerate.TestReversed.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_finalization.SelfCycleFinalizationTest.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_finalization.SimpleFinalizationTest.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_locale.TestEnUSNumberFormatting.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_locale.TestNumberFormatting.test_simple__..._testing_with_'en_US.UTF-8'..._ok": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_monitoring.TestLineAndInstructionEvents.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_monitoring.TestLocalEvents.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_monitoring.TestManyEvents.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_os.ExtendedAttributeTests.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_pkgutil.ExtendPathTests.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_sqlite3.test_backup.BackupTests.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_sys_setprofile.ProfileHookTestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_sys_setprofile.ProfileSimulatorTestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_textwrap.MaxLinesTestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_textwrap.ShortenTestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_textwrap.WrapTestCase.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_traceback.CExcReportingTests.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple__test.test_traceback.PyExcReportingTests.test_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_address__test.test_email.test__header_value_parser.TestFolding.test_simple_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_address_list__test.test_email.test_headerregistry.TestAddressHeader.test_simple_address_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_assignment__test.test_compile.TestSourcePositions.test_simple_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_b__test.test_email.test__encoded_words.TestDecode.test_simple_b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_bad_args__test.test_lzma.CompressorDecompressorTestCase.test_simple_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_caller__test.test_trace.TestFuncs.test_simple_caller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_cases__test.test_graphlib.TestTopologicalSort.test_simple_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_compare__test.test_dataclasses.TestCase.test_simple_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_expr__test.test_compiler_assemble.IsolatedAssembleTests.test_simple_expr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_expressions_parens__test.test_unparse.CosmeticTestCase.test_simple_expressions_parens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_html__test.test_htmlparser.HTMLParserTestCase.test_simple_html_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_httpstatus__test.test_httplib.BasicTest.test_simple_httpstatus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_initialization_api__test.test_embed.EmbeddingTests.test_simple_initialization_api__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_simple_multipart__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_simple_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_multipart__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_simple_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_multipart__test.test_email.test_email.TestIdempotent.test_simple_multipart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_namespace__test.test_pprint.QueryTestCase.test_simple_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_namespace_subclass__test.test_pprint.QueryTestCase.test_simple_namespace_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_newobj__test.test_pickle.CDumpPickle_LoadPickle.test_simple_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_newobj__test.test_pickle.CPicklerTests.test_simple_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_newobj__test.test_pickle.DumpPickle_CLoadPickle.test_simple_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_newobj__test.test_pickle.InMemoryPickleTests.test_simple_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_newobj__test.test_pickle.PyPicklerTests.test_simple_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_newobj__test.test_pickletools.OptimizedPickleTests.test_simple_newobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_overloads__test.test_functools.TestSingleDispatch.test_simple_overloads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_package__test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_package__test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_package__test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_package__test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_q__test.test_email.test__encoded_words.TestDecode.test_simple_q_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_reader__test.test_csv.TestDialectUnix.test_simple_reader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_repr__test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_resurrect__test.test_finalization.SelfCycleFinalizationTest.test_simple_resurrect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_resurrect__test.test_finalization.SimpleFinalizationTest.test_simple_resurrect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_roundtrip__test.test_xml_etree.C14NTest.test_simple_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_roundtrip__test.test_xml_etree_c.C14NTest.test_simple_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_stmt__test.test_grammar.GrammarTests.test_simple_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_struct__test.test_ctypes.test_internals.ObjectsTestCase.test_simple_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_structs__test.test_ctypes.test_structures.StructureTestCase.test_simple_structs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_suicide__test.test_finalization.SelfCycleFinalizationTest.test_simple_suicide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_surprise__test.test_email.test_email.TestHeader.test_simple_surprise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_try_except__test.test_monitoring.ExceptionMonitoringTest.test_simple_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_unstructured_folded__test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_folded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_unstructured_no_folds__test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_no_folds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_validation_error__test.test_wsgiref.IntegrationTests.test_simple_validation_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_writer__test.test_csv.TestDialectExcel.test_simple_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_writer__test.test_csv.TestDialectUnix.test_simple_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml__test.test_xml_etree.XMLPullParserTest.test_simple_xml_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml__test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_chunk_1__test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_chunk_1__test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_chunk_22__test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_22_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_chunk_22__test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_22_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_chunk_5__test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_chunk_5__test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_with_ns__test.test_xml_etree.XMLPullParserTest.test_simple_xml_with_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simple_xml_with_ns__test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_with_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simplefilter_duplicate_filters__test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simplefilter_duplicate_filters__test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simpleops__test.test_xml_etree.ElementTreeTest.test_simpleops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_simpleops__test.test_xml_etree_c.ElementTreeTest.test_simpleops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single__test.test_csv.TestDialectExcel.test_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single__test.test_decorators.TestDecorators.test_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single__test.test_regrtest.ParseArgsTestCase.test_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single__test.test_symtable.SymtableTest.test_single_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_argument_option__test.test_argparse.TestDoubleDash.test_single_argument_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_bitfield_size__test.test_ctypes.test_bitfields.BitFieldTest.test_single_bitfield_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_class_disappears__test.test_typing.UnionTests.test_single_class_disappears_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_double_quoteattr__test.test_sax.SaxutilsTest.test_single_double_quoteattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_files__test.test_unicode_file.TestUnicodeFiles.test_single_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_flag__test.test_re.PatternReprTests.test_single_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_granparent_mutex__test.test_argparse.TestParentParsers.test_single_granparent_mutex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_init_extension_compat__test.test_import.SubinterpImportTests.test_single_init_extension_compat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_parent__test.test_argparse.TestParentParsers.test_single_parent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_parent_mutex__test.test_argparse.TestParentParsers.test_single_parent_mutex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_patchobject__test.test_unittest.testmock.testpatch.PatchTest.test_single_patchobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_phase_init_module__test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_single_phase_init_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_process__test.test_regrtest.ParseArgsTestCase.test_single_process_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_quoteattr__test.test_sax.SaxutilsTest.test_single_quoteattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_quoted_quote__test.test_csv.TestDialectExcel.test_single_quoted_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_selecter_event_callback_after_stopping__test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_statement__test.test_compile.TestSpecifics.test_single_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_thread__test.test_threading.BarrierTests.test_single_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_user__test.test__interpchannels.ChannelReleaseTests.test_single_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestHarmonicMean.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestMean.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestMedian.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestMedianGrouped.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestMedianHigh.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestMedianLow.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestMode.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestPStdev.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestPVariance.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestStdev.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_value__test.test_statistics.TestVariance.test_single_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_warning__test.test_warnings.CEnvironmentVariableTests.test_single_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_warning__test.test_warnings.PyEnvironmentVariableTests.test_single_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_single_writer__test.test_csv.TestDialectExcel.test_single_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singlephase_check_with_setting_and_override__test.test_import.SubinterpImportTests.test_singlephase_check_with_setting_and_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singlephase_circular__test.test_import.CircularImportTests.test_singlephase_circular_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singlequoted__test.test_csv.TestDialectExcel.test_singlequoted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singlequoted_left_empty__test.test_csv.TestDialectExcel.test_singlequoted_left_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singlequoted_right_empty__test.test_csv.TestDialectExcel.test_singlequoted_right_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_attribute_access__test.test_builtin.BuiltinTest.test_singleton_attribute_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_empty_frozenset__test.test_set.TestFrozenSetSubclass.test_singleton_empty_frozenset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_groups_are_kept__test.test_except_star.TestExceptStarSplitSemantics.test_singleton_groups_are_kept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_lists__test.test_statistics.TestHarmonicMean.test_singleton_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_types__test.test_pickle.CDumpPickle_LoadPickle.test_singleton_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_types__test.test_pickle.CPicklerTests.test_singleton_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_types__test.test_pickle.DumpPickle_CLoadPickle.test_singleton_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_types__test.test_pickle.InMemoryPickleTests.test_singleton_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_types__test.test_pickle.PyPicklerTests.test_singleton_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singleton_types__test.test_pickletools.OptimizedPickleTests.test_singleton_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test__interpreters.ShareableTypeTests.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_ast.test_ast.ConstantTests.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_pickle.CDumpPickle_LoadPickle.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_pickle.CPicklerTests.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_pickle.DumpPickle_CLoadPickle.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_pickle.InMemoryPickleTests.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_pickle.PyPicklerTests.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_singletons__test.test_pickletools.OptimizedPickleTests.test_singletons_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_callable__test.test_iter.TestCase.test_sinkstate_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_dict__test.test_iter.TestCase.test_sinkstate_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_enumerate__test.test_iter.TestCase.test_sinkstate_enumerate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_list__test.test_iter.TestCase.test_sinkstate_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_range__test.test_iter.TestCase.test_sinkstate_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_sequence__test.test_iter.TestCase.test_sinkstate_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_string__test.test_iter.TestCase.test_sinkstate_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_tuple__test.test_iter.TestCase.test_sinkstate_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sinkstate_yield__test.test_iter.TestCase.test_sinkstate_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sio_loopback_fast_path__test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_site_flag__test.test_cmd_line.CmdLineTest.test_site_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.AnotherInvalidRequestRateTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.CrawlDelayAndCustomAgentTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.CrawlDelayAndRequestRateTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.DefaultEntryTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.DifferentAgentTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.DisallowQueryStringTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.EmptyFileTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.EmptyQueryStringTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.GoogleURLOrderingTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.InvalidCrawlDelayTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.InvalidRequestRateTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.RejectAllRobotsTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.SitemapTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.StringFormattingTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.UseFirstUserAgentWildcardTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.UserAgentGoogleMobileTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.UserAgentOrderingTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_site_maps__test.test_robotparser.UserAgentWildcardTest.test_site_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sitecustomize_executed__test.test_site.ImportSideEffectTests.test_sitecustomize_executed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_size__test.test_capi.test_bytearray.CAPITest.test_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_size__test.test_capi.test_bytes.CAPITest.test_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_size__test.test_ftplib.TestFTPClass.test_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_size__test.test_ftplib.TestTLS_FTPClassMixin.test_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_size_t__test.test_ctypes.test_sizes.SizesTestCase.test_size_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sized__test.test_typing.CollectionsAbcTests.test_sized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_decimal.CWhitebox.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_deque.TestBasic.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_frame.TestFrameLocals.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_io.CBufferedRandomTest.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_io.CBufferedReaderTest.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_io.CBufferedWriterTest.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_memoryio.CBytesIOTest.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_mmap.MmapTests.test_sizeof__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sizeof__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof__test.test_ordered_dict.PurePythonOrderedDictTests.test_sizeof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_c_types__test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_exact__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_exact__test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.ByteTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.DoubleTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.FloatTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.IntTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.LongLongTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.LongTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.ShortTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UCS4Test.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UnicodeTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UnsignedByteTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UnsignedIntTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UnsignedLongLongTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UnsignedLongTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_with_buffer__test.test_array.UnsignedShortTest.test_sizeof_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.ByteTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.DoubleTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.FloatTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.IntTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.LongLongTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.LongTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.ShortTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UCS4Test.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UnicodeTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UnsignedByteTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UnsignedIntTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UnsignedLongLongTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UnsignedLongTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizeof_without_buffer__test.test_array.UnsignedShortTest.test_sizeof_without_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizes__test.test_ctypes.test_numbers.NumberTestCase.test_sizes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sizes__test.test_ctypes.test_win32.ReturnStructSizesTestCase.test_sizes__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_skip__test.test_bdb.StateTestCase.test_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip__test.test_regrtest.ArgsTestCase.test_skip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_attributeerrors__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_skip_attributeerrors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_class__test.test_unittest.test_skipping.Test_TestSkipping.test_skip_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_doesnt_run_setup__test.test_unittest.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_file_prefixes__test.test_warnings.CWarnTests.test_skip_file_prefixes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_file_prefixes__test.test_warnings.PyWarnTests.test_skip_file_prefixes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_file_prefixes_type_errors__test.test_warnings.CWarnTests.test_skip_file_prefixes_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_file_prefixes_type_errors__test.test_warnings.PyWarnTests.test_skip_file_prefixes_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_in_setup__test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_invalid_stderr__test.test_argparse.StdStreamTest.test_skip_invalid_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_invalid_stdout__test.test_argparse.StdStreamTest.test_skip_invalid_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_non_unittest_class__test.test_unittest.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_with_no_name_module__test.test_bdb.StateTestCase.test_skip_with_no_name_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skip_without_reason__test.test_unittest.test_skipping.Test_TestSkipping.test_skip_without_reason_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skipitem_with_suffix__test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skipkeys__test.test_plistlib.TestPlistlib.test_skipkeys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skipping__test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skipping_and_fail_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_and_fail_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skipping_decorators__test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_decorators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skipping_subtests__test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_subtests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skiptest_in_setupclass__test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_skiptest_in_setupmodule__test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sl__test.test_gettext.PluralFormsInternalTestCase.test_sl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slashes_in_starttag__test.test_htmlparser.HTMLParserTestCase.test_slashes_in_starttag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep__test.test_time.TimeTestCase.test_sleep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_exceptions__test.test_time.TimeTestCase.test_sleep_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_when_delay_is_nan__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_when_delay_is_nan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sleep_zero__test.test_asyncio.test_tasks.SleepTests.test_sleep_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_array.LargeArrayTest.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_ast.test_ast.AST_Tests.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.BaseTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.ByteArrayTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.BytesTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.ListTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.NewSeqTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.StringTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_index.TupleTestCase.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_list.ListTest.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_range.RangeTest.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_str.StrTest.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_userlist.UserListTest.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice__test.test_userstring.UserStringTest.test_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_and_getitem__test.test_bigmem.BytearrayTest.test_slice_and_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_and_getitem__test.test_bigmem.BytesTest.test_slice_and_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_and_getitem__test.test_bigmem.StrTest.test_slice_and_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_assign_iterator__test.test_list.ListTest.test_slice_assign_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_assign_iterator__test.test_userlist.UserListTest.test_slice_assign_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_bug7532__test.test_index.ByteArrayTestCase.test_slice_bug7532_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_bug7532__test.test_index.BytesTestCase.test_slice_bug7532_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_bug7532__test.test_index.ListTestCase.test_slice_bug7532_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_bug7532__test.test_index.NewSeqTestCase.test_slice_bug7532_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_bug7532__test.test_index.StringTestCase.test_slice_bug7532_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_bug7532__test.test_index.TupleTestCase.test_slice_bug7532_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slice_type__test.test_userlist.UserListTest.test_slice_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slices__test.test_ast.test_ast.EndPositionTests.test_slices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slices__test.test_descr.ClassPropertiesAndMethods.test_slices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slices__test.test_tracemalloc.TestSnapshot.test_slices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slices__test.test_unparse.CosmeticTestCase.test_slices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slices__test.test_unparse.UnparseTestCase.test_slices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slot__test.test_inspect.test_inspect.TestIsDataDescriptor.test_slot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slot_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slot_shadows_class_variable__test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slot_wrapper_types__test.test_types.TypesTests.test_slot_wrapper_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slotnames__test.test_copyreg.CopyRegTestCase.test_slotnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_contextlib.TestAbstractContextManager.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_contextlib_async.TestAbstractAsyncContextManager.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_ctypes.test_byteswap.Test.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_descr.ClassPropertiesAndMethods.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_fractions.FractionTest.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_inspect.test_inspect.TestGetattrStatic.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_statistics.TestNormalDistC.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_statistics.TestNormalDistPython.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots__test.test_sys.SizeofTest.test_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_descriptor__test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_docstring_copy_exception__test.test_dynamicclassattribute.PropertySubclassTests.test_slots_docstring_copy_exception__'__doc___is_already_present,___slots___will_have_no_effect'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_slots_docstring_copy_exception__test.test_property.PropertySubclassTests.test_slots_docstring_copy_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_multiple_inheritance__test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_no_weakref__test.test_dataclasses.TestSlots.test_slots_no_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_special2__test.test_descr.ClassPropertiesAndMethods.test_slots_special2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_special__test.test_descr.ClassPropertiesAndMethods.test_slots_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_trash__test.test_descr.ClassPropertiesAndMethods.test_slots_trash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_weakref__test.test_dataclasses.TestSlots.test_slots_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_weakref_base_str__test.test_dataclasses.TestSlots.test_slots_weakref_base_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_weakref_base_tuple__test.test_dataclasses.TestSlots.test_slots_weakref_base_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_with_default_factory_no_init__test.test_dataclasses.TestSlots.test_slots_with_default_factory_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_with_default_no_init__test.test_dataclasses.TestSlots.test_slots_with_default_no_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slots_with_wrong_init_subclass__test.test_dataclasses.TestSlots.test_slots_with_wrong_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slotted_class__test.test_functools.TestSingleDispatch.test_slotted_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slow_ci__test.test_regrtest.ParseArgsTestCase.test_slow_ci_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slow_close_from_thread__test.test_io.CBufferedRandomTest.test_slow_close_from_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slow_close_from_thread__test.test_io.CBufferedWriterTest.test_slow_close_from_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slow_close_from_thread__test.test_io.PyBufferedRandomTest.test_slow_close_from_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slow_close_from_thread__test.test_io.PyBufferedWriterTest.test_slow_close_from_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slow_fnmatch__test.test_fnmatch.FnmatchTestCase.test_slow_fnmatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slowest__test.test_regrtest.ArgsTestCase.test_slowest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slowest__test.test_regrtest.ParseArgsTestCase.test_slowest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_slowest_interrupted__test.test_regrtest.ArgsTestCase.test_slowest_interrupted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sly_relative0__test.test_tarfile.TestExtractionFilters.test_sly_relative0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sly_relative2__test.test_tarfile.TestExtractionFilters.test_sly_relative2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_chunks__test.test_shutil.TestZeroCopySendfile.test_small_chunks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_dataclass__test.test_pprint.QueryTestCase.test_small_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_int__test.test_sqlite3.test_types.DeclTypesTests.test_small_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_int__test.test_sqlite3.test_types.SqliteTypeTests.test_small_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_ints__test.test_decimal.CPythonAPItests.test_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_ints__test.test_decimal.PyPythonAPItests.test_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_ints__test.test_int.IntTestCases.test_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_ints__test.test_long.LongTest.test_small_ints_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_ints_in_huge_calculation__test.test_long.LongTest.test_small_ints_in_huge_calculation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_lshift__test.test_long.LongTest.test_small_lshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_n__test.test_float.RoundTestCase.test_small_n_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_rshift__test.test_long.LongTest.test_small_rshift_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_sample_error__test.test_statistics.TestBivariateStatistics.test_small_sample_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_simple_namespace__test.test_pprint.QueryTestCase.test_small_simple_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_small_stability__test.test_sort.TestBase.test_small_stability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_smaller_aligned_subclassed_union__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_smaller_aligned_subclassed_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_smoke_builtin__test.test_traceback.TestTracebackException.test_smoke_builtin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_smoke_user_exception__test.test_traceback.TestTracebackException.test_smoke_user_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_smtp_policy__test.test_email.test_generator.TestBytesGenerator.test_smtp_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_smtputf8_NotSupportedError_if_no_server_support__test.test_smtplib.SMTPSimTests.test_smtputf8_NotSupportedError_if_no_server_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_smtputf8_policy__test.test_email.test_generator.TestBytesGenerator.test_smtputf8_policy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snan_to_float__test.test_decimal.CUsabilityTest.test_snan_to_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snan_to_float__test.test_decimal.PyUsabilityTest.test_snan_to_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snapshot__test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snapshot_group_by_cumulative__test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_cumulative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snapshot_group_by_file__test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snapshot_group_by_line__test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snapshot_group_by_traceback__test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snapshot_save_attr__test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sneaky_frame_object_teardown__test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sneaky_hardlink_fallback__test.test_tarfile.TestExtractionFilters.test_sneaky_hardlink_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sni_callback__test.test_ssl.ContextTests.test_sni_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sni_callback_alert__test.test_ssl.ThreadedTests.test_sni_callback_alert_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sni_callback_raising__test.test_ssl.ThreadedTests.test_sni_callback_raising_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sni_callback_refcycle__test.test_ssl.ContextTests.test_sni_callback_refcycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sni_callback_wrong_return_type__test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sniff__test.test_csv.TestSniffer.test_sniff_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_snippets__test.test_ast.test_ast.AST_Tests.test_snippets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_soabi__test.test_sysconfig.TestSysConfig.test_soabi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_accept__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_accept__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_accept__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_accept_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_connect_racing__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_connect_racing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_connect_racing__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_connect_racing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_connect_racing__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_connect_racing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_fail__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_fail__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_fail__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_ops__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_ops__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_ops__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_racing__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_racing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_racing__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_racing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_client_racing__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_connect_resolve_using_socket_params__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_sock_connect_resolve_using_socket_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_ioctl__test.test_socket.GeneralModuleTests.test_sock_ioctl__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sock_sendfile_blocking_error__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_blocking_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_cancel1__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_cancel2__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_exception__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_fallback__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_fallback_offset_and_count__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_iobuffer__test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer__'Proactor_is_supported_on_Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sock_sendfile_iobuffer__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_mix_with_regular_send__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_mix_with_regular_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_mix_with_regular_send__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_mix_with_regular_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_mix_with_regular_send__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_no_fallback__test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_not_a_file__test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file__'Proactor_is_supported_on_Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sock_sendfile_not_a_file__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_not_available__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_available_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_not_regular_file__test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file__'Proactor_is_supported_on_Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sock_sendfile_not_regular_file__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_os_error_first_call__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_first_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_os_error_next_call__test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_next_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_success__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_success__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_success__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_with_offset_and_count__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_with_offset_and_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_with_offset_and_count__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_with_offset_and_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_with_offset_and_count__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_zero_size__test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_zero_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_zero_size__test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_zero_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sock_sendfile_zero_size__test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket__test.test_signal.WakeupSocketSignalTests.test_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket__test.test_stat.TestFilemodeCStat.test_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket__test.test_stat.TestFilemodePyStat.test_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_close__test.test_socket.GeneralModuleTests.test_socket_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_consistent_sock_type__test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_errors__test.test_exception_hierarchy.HierarchyTest.test_socket_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno__test.test_socket.GeneralModuleTests.test_socket_fileno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno_rejects_float__test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno_rejects_invalid_socket__test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno_rejects_negative__test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno_rejects_other_types__test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno_requires_socket_fd__test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_fileno_requires_valid_fd__test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_methods__test.test_socket.GeneralModuleTests.test_socket_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socket_type__test.test_socket.GeneralModuleTests.test_socket_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socketkind_enum__test.test_socket.GeneralModuleTests.test_socketkind_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_socketpair__test.test_socket.InheritanceTest.test_socketpair_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_soft_keywords__test.test_keyword.Test_iskeyword.test_soft_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_softkeywords_are_sorted__test.test_keyword.Test_iskeyword.test_softkeywords_are_sorted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_some_translations__test.test_gettext.GettextTestCase1.test_some_translations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_some_translations__test.test_gettext.GettextTestCase2.test_some_translations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_some_translations_with_context__test.test_gettext.GettextTestCase1.test_some_translations_with_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_some_translations_with_context__test.test_gettext.GettextTestCase2.test_some_translations_with_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_some_translations_with_context_and_domain__test.test_gettext.GettextTestCase2.test_some_translations_with_context_and_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__None__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__default_value__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__getTestCaseNames__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__loadTestsFromModule__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__loadTestsFromName__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__loadTestsFromNames__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortTestMethodsUsing__loadTestsFromTestCase__test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort__test.test_bigmem.ListTest.test_sort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort__test.test_cprofile.TestCommandLine.test_sort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort__test.test_list.ListTest.test_sort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort__test.test_userlist.UserListTest.test_sort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_dict__test.test_pprint.QueryTestCase.test_sort_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_int__test.test_functools.TestCmpToKeyC.test_sort_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_int__test.test_functools.TestCmpToKeyPy.test_sort_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_int_str__test.test_functools.TestCmpToKeyC.test_sort_int_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_int_str__test.test_functools.TestCmpToKeyPy.test_sort_int_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_keys_flag__test.test_json.test_tool.TestTool.test_sort_keys_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_orderable_and_unorderable_values__test.test_pprint.QueryTestCase.test_sort_orderable_and_unorderable_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_starts_mix__test.test_pstats.StatsTestCase.test_sort_starts_mix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_stats_enum__test.test_pstats.StatsTestCase.test_sort_stats_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_stats_int__test.test_pstats.StatsTestCase.test_sort_stats_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_stats_partial__test.test_pstats.StatsTestCase.test_sort_stats_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_stats_string__test.test_pstats.StatsTestCase.test_sort_stats_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sort_unorderable_values__test.test_pprint.QueryTestCase.test_sort_unorderable_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sortdict__test.test_support.TestSupport.test_sortdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted__test.test_configparser.SortedTestCase.test_sorted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_dict__test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_dict__test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_dict__test.test_pprint.QueryTestCase.test_sorted_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_iterators__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sorted_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_iterators__test.test_ordered_dict.CPythonOrderedDictTests.test_sorted_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_iterators__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sorted_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_iterators__test.test_ordered_dict.PurePythonOrderedDictTests.test_sorted_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sorted_list_difference__test.test_unittest.test_util.TestUtil.test_sorted_list_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_address__test.test_ftplib.TestFTPClass.test_source_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_address__test.test_ftplib.TestTLS_FTPClassMixin.test_source_address_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_address_passive_connection__test.test_ftplib.TestFTPClass.test_source_address_passive_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_address_passive_connection__test.test_ftplib.TestTLS_FTPClassMixin.test_source_address_passive_connection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_date_epoch__test.test_py_compile.PyCompileTestsWithSourceEpoch.test_source_date_epoch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_date_epoch__test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_source_date_epoch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_bad_path__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_bad_path__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_inside_pycache_prefix__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_inside_pycache_prefix__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_missing_optimization__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_missing_optimization__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_no__pycache____test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_no__pycache____test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_no_cache_tag__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_no_cache_tag__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_no_slash__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_no_slash__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_not_opt__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_not_opt__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_optimized_bytecode__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_optimized_bytecode__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_outside_pycache_prefix__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_outside_pycache_prefix__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_path_like_arg__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_path_like_arg__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_too_few_dots__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_too_few_dots__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_too_many_dots__test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_from_cache_too_many_dots__test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_line_in_disassembly__test.test_dis.BytecodeTests.test_source_line_in_disassembly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_lines_are_shown_when_running_source__test.test_cmd_line_script.CmdLineTest.test_source_lines_are_shown_when_running_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_segment_endings__test.test_ast.test_ast.EndPositionTests.test_source_segment_endings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_segment_missing_info__test.test_ast.test_ast.EndPositionTests.test_source_segment_missing_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_segment_multi__test.test_ast.test_ast.EndPositionTests.test_source_segment_multi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_segment_newlines__test.test_ast.test_ast.EndPositionTests.test_source_segment_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_segment_padded__test.test_ast.test_ast.EndPositionTests.test_source_segment_padded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_segment_tabs__test.test_ast.test_ast.EndPositionTests.test_source_segment_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_synopsis__test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code__test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code__test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_bytes__test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_bytes__test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_no_path__test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_no_path__test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_path__test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_path__test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_source__test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_source_to_code_source__test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_space_and_quote__test.test_csv.TestDialectExcel.test_space_and_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_space_dialect__test.test_csv.TestDialectRegistry.test_space_dialect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_space_in_addr_spec_username_raises__test.test_email.test_headerregistry.TestAddressAndGroup.test_space_in_addr_spec_username_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spaces__test.test_email.test__encoded_words.TestDecodeQ.test_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spaces__test.test_email.test__encoded_words.TestEncodeQ.test_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spaces__test.test_textwrap.MaxLinesTestCase.test_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spam_dicts__test.test_descr.OperatorsTest.test_spam_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spam_lists__test.test_descr.OperatorsTest.test_spam_lists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sparse__test.test_tempfile.TestSpooledTemporaryFile.test_sparse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sparse_file_00__test.test_tarfile.GNUReadTest.test_sparse_file_00_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sparse_file_01__test.test_tarfile.GNUReadTest.test_sparse_file_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sparse_file_10__test.test_tarfile.GNUReadTest.test_sparse_file_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sparse_file_old__test.test_tarfile.GNUReadTest.test_sparse_file_old_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_close__test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_spawn_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_close__test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_spawn_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_close__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_spawn_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_close__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_spawn_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_close__test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_close__test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_spawn_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_doesnt_hang__test.test_pty.PtyTest.test_spawn_doesnt_hang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawn_sys_executable_none_allows_import__test.test_multiprocessing_fork.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import__\"start_method='fork',_not_'spawn';_avoids_redundant_testing.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_spawn_sys_executable_none_allows_import__test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import__\"start_method='forkserver',_not_'spawn';_avoids_redundant_testing.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_spawn_sys_executable_none_allows_import__test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnl__test.test_os.SpawnTests.test_spawnl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnl_noargs__test.test_os.SpawnTests.test_spawnl_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnle__test.test_os.SpawnTests.test_spawnle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnle_noargs__test.test_os.SpawnTests.test_spawnle_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnlp__test.test_os.SpawnTests.test_spawnlp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnlpe__test.test_os.SpawnTests.test_spawnlpe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnv__test.test_os.SpawnTests.test_spawnv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnv_noargs__test.test_os.SpawnTests.test_spawnv_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnve__test.test_os.SpawnTests.test_spawnve_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnve_bytes__test.test_os.SpawnTests.test_spawnve_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnve_invalid_env__test.test_os.SpawnTests.test_spawnve_invalid_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnve_noargs__test.test_os.SpawnTests.test_spawnve_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnvp__test.test_os.SpawnTests.test_spawnvp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnvpe__test.test_os.SpawnTests.test_spawnvpe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spawnvpe_invalid_env__test.test_os.SpawnTests.test_spawnvpe_invalid_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec__test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec__test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec__test.test_pdb.PdbTestCase.test_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_as_list__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_as_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_as_normal_kw_AsyncMock__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_kw_AsyncMock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_as_normal_positional_AsyncMock__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_positional_AsyncMock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_async_attributes__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_async_attributes_instance__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_async_mock__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_class__test.test_unittest.testmock.testmock.MockTest.test_spec_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_class_no_object_base__test.test_unittest.testmock.testmock.MockTest.test_spec_class_no_object_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_fallback__test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_fallback__test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_default__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_default__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_default_bad_suffix__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_default_bad_suffix__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_default_without_location__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_default_without_location__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_loader_no_location__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_loader_no_location__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_loader_no_location_bad_get_filename__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_loader_no_location_bad_get_filename__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_loader_no_location_no_get_filename__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_loader_no_location_no_get_filename__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_path_like_arg__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_path_like_arg__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_relative_path__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_relative_path__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default_bad_is_package__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default_bad_is_package__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default_no_is_package__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default_no_is_package__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default_not_package__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_default_not_package__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_empty__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_empty__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_none__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_none__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_not_empty__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_file_location_smsl_not_empty__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_default__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_default__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_default_with_bad_is_package__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_default_with_bad_is_package__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_default_with_file_loader__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_default_with_file_loader__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_false__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_false__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_false_with_fileloader__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_false_with_fileloader__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_true__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_true__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_true_with_fileloader__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_true_with_fileloader__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_with_loader_false__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_with_loader_false__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_with_loader_true__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_is_package_with_loader_true__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_origin__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_origin__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_origin_and_is_package__test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_from_loader_origin_and_is_package__test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_function_assert_any_call__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_any_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_function_assert_has_calls__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_has_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_function_no_name__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_no_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_function_reset_mock__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_reset_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_has_descriptor_returning_function__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_descriptor_returning_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_has_function_not_in_bases__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_function_not_in_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_inheritance_for_classes__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inheritance_for_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_inspect_signature__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_inspect_signature_annotations__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_list_subclass__test.test_unittest.testmock.testmock.MockTest.test_spec_list_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_mock_type_kw__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_mock_type_positional__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_normal_methods_on_class__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_normal_methods_on_class_with_mock__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_normal_methods_on_class_with_mock_seal__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_seal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_parent_not_async_attribute_is__test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_parent_not_async_attribute_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_path_is__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_path_iter__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_path_joinpath__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_path_name__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_path_open__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_set__test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_set_inherit__test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_inherit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_spec_set_true__test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_attrs2__test.test_typing.SpecialAttrsTests.test_special_attrs2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_attrs__test.test_http_cookies.CookieTests.test_special_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_attrs__test.test_typing.NewTypeTests.test_special_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_attrs__test.test_typing.SpecialAttrsTests.test_special_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_attrs__test.test_unittest.testmock.testpatch.PatchTest.test_special_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_escapes__test.test_re.ReTests.test_special_escapes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_files__test.test_tarfile.TestExtractionFilters.test_special_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_form__test.test_pydoc.test_pydoc.TestDescriptions.test_special_form_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_form_containment__test.test_typing.AnnotatedTests.test_special_form_containment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_forms_forward__test.test_typing.ForwardRefTests.test_special_forms_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_forms_nesting__test.test_typing.AnnotatedTests.test_special_forms_nesting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_method_lookup__test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_method_lookup__test.test_descr.PicklingTests.test_special_method_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_unbound_method_types__test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_values__test.test_statistics.TestFMean.test_special_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_special_values__test.test_statistics.TestGeometricMean.test_special_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialization_stats__test.test__opcode.SpecializationStatsTests.test_specialization_stats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialization_variations__test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialization_variations__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_specialization_variations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialization_variations__test.test_traceback.PurePythonTracebackErrorCaretTests.test_specialization_variations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialize__test.test_typing.AnnotatedTests.test_specialize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialized_method_calls_check_types__test.test_descr.ClassPropertiesAndMethods.test_specialized_method_calls_check_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE__test.test_embed.EmbeddingTests.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_specials__test.test_descr.ClassPropertiesAndMethods.test_specials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specific_cases__test.test_statistics.TestQuantiles.test_specific_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specific_cases_inclusive__test.test_statistics.TestQuantiles.test_specific_cases_inclusive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specific_filters__test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specific_shell__test.test_subprocess.POSIXProcessTestCase.test_specific_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specific_values__test.test_cmath.CMathTests.test_specific_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specified_attributes__test.test_pyexpat.SetAttributeTest.test_specified_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specified_encoding__test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specified_encoding__test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specifier_z_error__test.test_format.FormatTest.test_specifier_z_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specify_environment__test.test_posix.TestPosixSpawn.test_specify_environment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specify_environment__test.test_posix.TestPosixSpawnP.test_specify_environment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_specs_false_instead_of_none__test.test_unittest.testmock.testpatch.PatchTest.test_specs_false_instead_of_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_speech128__test.test_zlib.CompressTestCase.test_speech128_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_speech__test.test_zlib.CompressTestCase.test_speech_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splice__test.test_os.FileTests.test_splice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splice_invalid_values__test.test_os.FileTests.test_splice_invalid_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splice_offset_in__test.test_os.FileTests.test_splice_offset_in_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splice_offset_out__test.test_os.FileTests.test_splice_offset_out_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_BaseExceptionGroup__test.test_exception_group.NestedExceptionGroupSplitTest.test_split_BaseExceptionGroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_BaseExceptionGroup_subclass_no_derive_new_override__test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_BaseExceptionGroup_subclass_no_derive_new_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_ExceptionGroup_subclass_derive_and_new_overrides__test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_derive_and_new_overrides_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_ExceptionGroup_subclass_no_derive_no_new_override__test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_no_derive_no_new_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_bytes.ByteArrayAsStringTest.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_bytes.BytesAsStringTest.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_ntpath.TestNtpath.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_posixpath.PosixPathTest.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_str.StrTest.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_textwrap.WrapTestCase.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split__test.test_userstring.UserStringTest.test_split_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_at_whitespace_after_header_before_long_token__test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_after_header_before_long_token_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_at_whitespace_before_long_token__test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_before_long_token_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_by_type__test.test_exception_group.NestedExceptionGroupSplitTest.test_split_by_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_bytearray__test.test_bytes.AssortedBytesTest.test_split_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_copies_notes__test.test_exception_group.NestedExceptionGroupSplitTest.test_split_copies_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_does_not_copy_non_sequence_notes__test.test_exception_group.NestedExceptionGroupSplitTest.test_split_does_not_copy_non_sequence_notes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_header_words__test.test_http_cookiejar.HeaderTests.test_split_header_words_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_int_error__test.test_bytes.ByteArrayTest.test_split_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_int_error__test.test_bytes.BytesTest.test_split_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_invalid_paths__test.test_ntpath.TestNtpath.test_split_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_large__test.test_bigmem.BytesTest.test_split_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_large__test.test_bigmem.StrTest.test_split_large_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_long_continuation__test.test_email.test_email.TestLongHeaders.test_split_long_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_netmask__test.test_ipaddress.InterfaceTestCase_v4.test_split_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_netmask__test.test_ipaddress.InterfaceTestCase_v6.test_split_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_netmask__test.test_ipaddress.NetworkTestCase_v4.test_split_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_netmask__test.test_ipaddress.NetworkTestCase_v6.test_split_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_small__test.test_bigmem.BytearrayTest.test_split_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_small__test.test_bigmem.BytesTest.test_split_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_small__test.test_bigmem.StrTest.test_split_small_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_string_error__test.test_bytes.ByteArrayTest.test_split_string_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_string_error__test.test_bytes.BytesTest.test_split_string_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_unicodewhitespace__test.test_bytes.ByteArrayTest.test_split_unicodewhitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_split_unicodewhitespace__test.test_bytes.BytesTest.test_split_unicodewhitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitattr__test.test_urlparse.Utility_Tests.test_splitattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitattr_deprecation__test.test_urlparse.DeprecationTest.test_splitattr_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitdoc_with_description__test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitdrive__test.test_ntpath.NtCommonTest.test_splitdrive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitdrive__test.test_ntpath.TestNtpath.test_splitdrive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitdrive__test.test_posixpath.PosixCommonTest.test_splitdrive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitdrive_invalid_paths__test.test_ntpath.TestNtpath.test_splitdrive_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitext__test.test_ntpath.TestNtpath.test_splitext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitext__test.test_posixpath.PosixPathTest.test_splitext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splithost__test.test_urlparse.Utility_Tests.test_splithost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splithost_deprecation__test.test_urlparse.DeprecationTest.test_splithost_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_bigmem.BytearrayTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_bigmem.BytesTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_bigmem.StrTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_bytes.ByteArrayAsStringTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_bytes.BytesAsStringTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_str.StrTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitlines__test.test_userstring.UserStringTest.test_splitlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitnport__test.test_urlparse.Utility_Tests.test_splitnport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitnport_deprecation__test.test_urlparse.DeprecationTest.test_splitnport_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitpasswd__test.test_urlparse.Utility_Tests.test_splitpasswd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitpasswd_deprecation__test.test_urlparse.DeprecationTest.test_splitpasswd_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitport__test.test_urlparse.Utility_Tests.test_splitport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitport_deprecation__test.test_urlparse.DeprecationTest.test_splitport_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitquery__test.test_urlparse.Utility_Tests.test_splitquery_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitquery_deprecation__test.test_urlparse.DeprecationTest.test_splitquery_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitroot__test.test_ntpath.TestNtpath.test_splitroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitroot__test.test_posixpath.PosixPathTest.test_splitroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitroot_invalid_paths__test.test_ntpath.TestNtpath.test_splitroot_invalid_paths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splittable_leading_char_followed_by_overlong_unsplittable__test.test_email.test_email.TestLongHeaders.test_splittable_leading_char_followed_by_overlong_unsplittable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splittable_pop__test.test_dict.DictTest.test_splittable_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splittag__test.test_urlparse.Utility_Tests.test_splittag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splittag_deprecation__test.test_urlparse.DeprecationTest.test_splittag_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitter_split_on_punctuation_only_if_fws__test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitter_split_on_punctuation_only_if_fws_with_header__test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws_with_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitting_bracketed_hosts__test.test_urlparse.UrlParseTestCase.test_splitting_bracketed_hosts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitting_first_line_only_is_long__test.test_email.test_email.TestLongHeaders.test_splitting_first_line_only_is_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitting_multiple_long_lines__test.test_email.test_email.TestLongHeaders.test_splitting_multiple_long_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splittype__test.test_urlparse.Utility_Tests.test_splittype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splittype_deprecation__test.test_urlparse.DeprecationTest.test_splittype_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splituser__test.test_urlparse.Utility_Tests.test_splituser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splituser_deprecation__test.test_urlparse.DeprecationTest.test_splituser_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitvalue__test.test_urlparse.Utility_Tests.test_splitvalue_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_splitvalue_deprecation__test.test_urlparse.DeprecationTest.test_splitvalue_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sq_item__test.test_bytes.ByteArrayTest.test_sq_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sq_item__test.test_bytes.BytesTest.test_sq_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sql_timestamp__test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_date__test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_as_dict__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_as_sequence__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_as_tuple__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_hash_cmp__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_index__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_index_unicode__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_iter__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_keys__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_row_slice__test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqlite_timestamp__test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqrt__test.test_ctypes.test_libc.LibTest.test_sqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqrt__test.test_decimal.CContextAPItests.test_sqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqrt__test.test_decimal.PyContextAPItests.test_sqrt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqrtprod_helper_function_fundamentals__test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_fundamentals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sqrtprod_helper_function_improved_accuracy__test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_improved_accuracy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_square__test.test_long.LongTest.test_square_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_squareroot__test.test_decimal.CIBMTestCases.test_squareroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_squareroot__test.test_decimal.PyIBMTestCases.test_squareroot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_srcdir__test.test_sysconfig.TestSysConfig.test_srcdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_srcdir_independent_of_cwd__test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sre_byte_class_literals__test.test_re.ReTests.test_sre_byte_class_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sre_byte_literals__test.test_re.ReTests.test_sre_byte_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sre_character_class_literals__test.test_re.ReTests.test_sre_character_class_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sre_character_literals__test.test_re.ReTests.test_sre_character_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sre_template_invalid_group_index__test.test_re.ImplementationTest.test_sre_template_invalid_group_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssize_t__test.test_ctypes.test_sizes.SizesTestCase.test_ssize_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_connect_accepted_socket__test.test_asyncio.test_events.EPollEventLoopTests.test_ssl_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_connect_accepted_socket__test.test_asyncio.test_events.PollEventLoopTests.test_ssl_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_connect_accepted_socket__test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_connect_accepted_socket__test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_handshake_connection_lost__test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_handshake_timeout__test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_in_multiple_threads__test.test_ssl.ThreadedTests.test_ssl_in_multiple_threads__'test_is_only_useful_if_the_GIL_is_disabled'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ssl_presence__test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_raises__test.test_imaplib.NewIMAPSSLTests.test_ssl_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ssl_types__test.test_ssl.BasicSocketTests.test_ssl_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sslerrornumber__test.test_ssl.TestEnumerations.test_sslerrornumber_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sslmethod__test.test_ssl.TestEnumerations.test_sslmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stability__test.test_sort.TestDecorateSortUndecorate.test_stability_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_3050_2__test.test_compile.TestExpressionStackSize.test_stack_3050_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_3050__test.test_compile.TestExpressionStackSize.test_stack_3050_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack__test.test_inspect.test_inspect.TestInterpreterStack.test_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_effect__test.test__opcode.StackEffectTests.test_stack_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_effect_jump__test.test__opcode.StackEffectTests.test_stack_effect_jump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_format__test.test_traceback.TestFallbackTracebackFormat.test_stack_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_format__test.test_traceback.TestTracebackFormat.test_stack_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_in_coroutine_throw__test.test_coroutines.CoroutineTest.test_stack_in_coroutine_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_overflow__test.test_compile.TestSpecifics.test_stack_overflow__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stack_overflow__test.test_faulthandler.FaultHandlerTests.test_stack_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_overflow__test.test_re.ReTests.test_stack_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stack_size__test.test_thread.ThreadRunningTests.test_stack_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stacklevel__test.test_warnings.CWarnTests.test_stacklevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stacklevel__test.test_warnings.PyWarnTests.test_stacklevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stacklevel_import__test.test_warnings.CWarnTests.test_stacklevel_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stacklevel_import__test.test_warnings.PyWarnTests.test_stacklevel_import_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staggered_race_with_eager_tasks__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staggered_race_with_eager_tasks__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staggered_race_with_eager_tasks_no_delay__test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staggered_race_with_eager_tasks_no_delay__test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stapmap__test.test_itertools.TestExamples.test_stapmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_expr_assign_target__test.test_unparse.CosmeticTestCase.test_star_expr_assign_target_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_expr_assign_target_multiple__test.test_unparse.CosmeticTestCase.test_star_expr_assign_target_multiple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_expression__test.test_dictcomps.DictComprehensionTest.test_star_expression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_in_all__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_in_all__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_with_others__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_star_with_others__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starargs_base__test.test_type_params.TypeParamsComplexCallsTest.test_starargs_base_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_itertools.TestBasicOps.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_itertools.TestGC.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_itertools.TestVariousIteratorArgs.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starmap_async__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starred__test.test_ast.test_ast.ASTValidatorTests.test_starred_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starred_assignment__test.test_unparse.UnparseTestCase.test_starred_assignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starred_expr_end_position_within_call__test.test_ast.test_ast.ASTHelpers_Test.test_starred_expr_end_position_within_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starred_invalid__test.test_type_params.DefaultsTest.test_starred_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starred_typevartuple__test.test_type_params.DefaultsTest.test_starred_typevartuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startTestRun_stopTestRun__test.test_unittest.test_result.Test_TestResult.test_startTestRun_stopTestRun_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startTestRun_stopTestRun_called__test.test_unittest.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startTest__test.test_unittest.test_result.Test_TestResult.test_startTest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start__test.test_regrtest.ParseArgsTestCase.test_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_count__test.test_monitoring.MonitoringCountTest.test_start_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_duplicate_handle__test.test_thread.ThreadRunningTests.test_start_duplicate_handle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_session__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_start_new_session_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_session__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_start_new_session_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_session__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_start_new_session_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_session__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_start_new_session_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_session__test.test_subprocess.POSIXProcessTestCase.test_start_new_session_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_thread_at_finalization__test.test_threading.ThreadTests.test_start_new_thread_at_finalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_new_thread_failed__test.test_threading.ThreadTests.test_start_new_thread_failed__'RLIMIT_NPROC_had_no_effect;_probably_superuser'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_offset__test.test_dis.InstructionTests.test_start_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_server_1__test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_server_1__test.test_asyncio.test_server.SelectorStartServerTests.test_start_server_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_server__test.test_asyncio.test_streams.StreamTests.test_start_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_thread_again__test.test_threading.ThreadingExceptionTests.test_start_thread_again_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls__test.test_asyncio.test_streams.StreamTests.test_start_tls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_client_buf_proto_1__test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_client_buf_proto_1__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_tls_client_buf_proto_1__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_client_corrupted_ssl__test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_client_corrupted_ssl__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_tls_client_corrupted_ssl__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_corrupted_ssl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_client_reg_proto_1__test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_client_reg_proto_1__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_tls_client_reg_proto_1__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_server_1__test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_server_1__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_tls_server_1__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_slow_client_cancel__test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_slow_client_cancel__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_tls_slow_client_cancel__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_tls_wrong_args__test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_start_tls_wrong_args__test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_unix_server_1__test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_unix_server__test.test_asyncio.test_streams.StreamTests.test_start_unix_server_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_with_double_slash__test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_start_with_double_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_start_with_none_handle__test.test_thread.ThreadRunningTests.test_start_with_none_handle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startendtag__test.test_htmlparser.HTMLParserTestCase.test_startendtag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_bigmem.BytearrayTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_bigmem.BytesTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_bigmem.StrTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_bytes.ByteArrayTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_bytes.BytesTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_str.StrTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith__test.test_userstring.UserStringTest.test_startswith_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startswith_endswith_errors__test.test_str.StrTest.test_startswith_endswith_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starttag_end_boundary__test.test_htmlparser.HTMLParserTestCase.test_starttag_end_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_starttag_junk_chars__test.test_htmlparser.HTMLParserTestCase.test_starttag_junk_chars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startup_imports__test.test_site.StartupImportTests.test_startup_imports_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startup_interactivehook__test.test_site.StartupImportTests.test_startup_interactivehook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startup_interactivehook_isolated__test.test_site.StartupImportTests.test_startup_interactivehook_isolated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startup_interactivehook_isolated_explicit__test.test_site.StartupImportTests.test_startup_interactivehook_isolated_explicit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_startupinfo__test.test_subprocess.Win32ProcessTestCase.test_startupinfo__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_startupinfo_copy__test.test_subprocess.Win32ProcessTestCase.test_startupinfo_copy__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_startupinfo_keywords__test.test_subprocess.Win32ProcessTestCase.test_startupinfo_keywords__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat__test.test_os.Pep383Tests.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_pathlib.test_pathlib.PathTest.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_pathlib.test_pathlib.PosixPathTest.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_pathlib.test_pathlib.WindowsPathTest.test_stat__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_poplib.TestPOP3Class.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_poplib.TestPOP3_SSLClass.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_poplib.TestPOP3_TLSClass.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_posix.PosixTester.test_stat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat__test.test_posix.TestPosixWeaklinking.test_stat__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat_attributes__test.test_os.StatAttributeTests.test_stat_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_attributes_bytes__test.test_os.StatAttributeTests.test_stat_attributes_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_block_device__test.test_os.StatAttributeTests.test_stat_block_device__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat_dir_fd__test.test_posix.TestPosixDirFd.test_stat_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_inaccessible_file__test.test_os.Win32NtTests.test_stat_inaccessible_file__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_stat_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks__test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks__test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks__test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks__test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks_nosymlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks_nosymlink__test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks_nosymlink__test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks_nosymlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks_nosymlink__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_no_follow_symlinks_nosymlink__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks_nosymlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_result_pickle__test.test_os.StatAttributeTests.test_stat_result_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stat_unlink_race__test.test_os.Win32NtTests.test_stat_unlink_race__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_state_after_failure__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_after_failure__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_after_failure__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_after_timeout__test.test_thread.LockTests.test_state_after_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_after_timeout__test.test_threading.LockTests.test_state_after_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_methods__test.test_multibytecodec.Test_IncrementalDecoder.test_state_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_methods_with_buffer_state__test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_buffer_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_state_methods_with_non_buffer_state__test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_non_buffer_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stateful__test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stateful_filter__test.test_tarfile.TestExtractionFilters.test_stateful_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stateful_keep_buffer__test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_keep_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stateless__test.test_multibytecodec.Test_IncrementalEncoder.test_stateless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statement_finalization_on_close_db__test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statement_reset__test.test_sqlite3.test_regression.RegressionTests.test_statement_reset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_attributes_are_sorted__test.test_compile.TestInstructionSequence.test_static_attributes_are_sorted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_order_does_not_change_with_the_hash_seed__test.test_graphlib.TestTopologicalSort.test_static_order_does_not_change_with_the_hash_seed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_swaps_match_class__test.test_peepholer.TestTranforms.test_static_swaps_match_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_swaps_match_mapping__test.test_peepholer.TestTranforms.test_static_swaps_match_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_swaps_match_sequence__test.test_peepholer.TestTranforms.test_static_swaps_match_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_swaps_unpack_three__test.test_peepholer.TestTranforms.test_static_swaps_unpack_three_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_swaps_unpack_two__test.test_peepholer.TestTranforms.test_static_swaps_unpack_two_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_static_types_inherited_slots__test.test_embed.EmbeddingTests.test_static_types_inherited_slots__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_static_types_inherited_slots__test.test_types.SubinterpreterTests.test_static_types_inherited_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethod__test.test_decorators.TestDecorators.test_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethod__test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethod__test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_staticmethod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethod_register__test.test_functools.TestSingleDispatch.test_staticmethod_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethod_slotted_class__test.test_functools.TestSingleDispatch.test_staticmethod_slotted_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethod_type_ann_register__test.test_functools.TestSingleDispatch.test_staticmethod_type_ann_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethods__test.test_descr.ClassPropertiesAndMethods.test_staticmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_staticmethods_in_c__test.test_descr.ClassPropertiesAndMethods.test_staticmethods_in_c_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statistic_diff_format__test.test_tracemalloc.TestSnapshot.test_statistic_diff_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statistic_format__test.test_tracemalloc.TestSnapshot.test_statistic_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_status__test.test_urllib.urlopen_FileTests.test_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_status_lines__test.test_httplib.BasicTest.test_status_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_status_validation_errors__test.test_wsgiref.IntegrationTests.test_status_validation_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statvfs__test.test_os.Pep383Tests.test_statvfs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statvfs__test.test_posix.PosixTester.test_statvfs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statvfs_attributes__test.test_os.StatAttributeTests.test_statvfs_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_statvfs_result_pickle__test.test_os.StatAttributeTests.test_statvfs_result_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_None__test.test_faulthandler.FaultHandlerTests.test_stderr_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_devnull__test.test_subprocess.ProcessTestCase.test_stderr_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_devnull__test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_filedes__test.test_subprocess.ProcessTestCase.test_stderr_filedes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_filedes__test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_filedes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_fileobj__test.test_subprocess.ProcessTestCase.test_stderr_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_fileobj__test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_flush__test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_flush__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_flush__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_none__test.test_subprocess.ProcessTestCase.test_stderr_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_none__test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_none__test.test_warnings._WarningsTests.test_stderr_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_pipe__test.test_subprocess.ProcessTestCase.test_stderr_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_pipe__test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_redirect_with_no_stdout_redirect__test.test_subprocess.ProcessTestCase.test_stderr_redirect_with_no_stdout_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_redirect_with_no_stdout_redirect__test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_redirect_with_no_stdout_redirect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_stdin_are_single_inout_fd__test.test_subprocess.POSIXProcessTestCase.test_stderr_stdin_are_single_inout_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stderr_with_capture_output_arg__test.test_subprocess.RunFuncTestCase.test_stderr_with_capture_output_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin__test.test_py_compile.PyCompileCLITestCase.test_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin__test.test_symtable.CommandLineTest.test_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_binary_mode__test.test_fileinput.FileInputTests.test_stdin_binary_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_broken_pipe__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_broken_pipe__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_broken_pipe__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_broken_pipe__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_broken_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_devnull__test.test_subprocess.ProcessTestCase.test_stdin_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_devnull__test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_filedes__test.test_subprocess.ProcessTestCase.test_stdin_filedes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_filedes__test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_filedes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_fileobj__test.test_subprocess.ProcessTestCase.test_stdin_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_fileobj__test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_loader__test.test_cmd_line_script.CmdLineTest.test_stdin_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_none__test.test_subprocess.ProcessTestCase.test_stdin_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_none__test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_not_inheritable__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_not_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_not_inheritable__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_not_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_not_inheritable__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_not_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_not_inheritable__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_not_inheritable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_pipe__test.test_subprocess.ProcessTestCase.test_stdin_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_pipe__test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_readline__test.test_cmd_line.CmdLineTest.test_stdin_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_stdout__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_stdout__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_stdout__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_stdout__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdin_stdout__test.test_json.test_tool.TestTool.test_stdin_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdio__test.test_utf8_mode.UTF8ModeTests.test_stdio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdlib_dir__test.test_sys.SysModuleTest.test_stdlib_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdlib_validates__test.test_ast.test_ast.ASTValidatorTests.test_stdlib_validates__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stdout_devnull__test.test_subprocess.ProcessTestCase.test_stdout_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_devnull__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_devnull_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_filedes__test.test_subprocess.ProcessTestCase.test_stdout_filedes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_filedes__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_filedes_of_stdout__test.test_subprocess.ProcessTestCase.test_stdout_filedes_of_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_filedes_of_stdout__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_of_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_fileobj__test.test_subprocess.ProcessTestCase.test_stdout_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_fileobj__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_flush_at_shutdown__test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_is_None__test.test_pprint.QueryTestCase.test_stdout_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_none__test.test_subprocess.ProcessTestCase.test_stdout_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_none__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_pipe__test.test_subprocess.ProcessTestCase.test_stdout_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_pipe__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stderr_are_single_inout_fd__test.test_subprocess.POSIXProcessTestCase.test_stdout_stderr_are_single_inout_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stderr_file__test.test_subprocess.ProcessTestCase.test_stdout_stderr_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stderr_file__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stderr_pipe__test.test_subprocess.ProcessTestCase.test_stdout_stderr_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stderr_pipe__test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stdin_are_single_inout_fd__test.test_subprocess.POSIXProcessTestCase.test_stdout_stdin_are_single_inout_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_stdout__test.test_subprocess.RunFuncTestCase.test_stdout_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stdout_with_capture_output_arg__test.test_subprocess.RunFuncTestCase.test_stdout_with_capture_output_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PosixPathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PurePathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_empty__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PathTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PurePathTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stem_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_step__test.test_bdb.StateTestCase.test_step_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_at_return_with_no_trace_in_caller__test.test_bdb.IssuesTestCase.test_step_at_return_with_no_trace_in_caller_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_into_botframe__test.test_pdb.PdbTestCase.test_step_into_botframe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_next_on_last_statement__test.test_bdb.StateTestCase.test_step_next_on_last_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_overflow__test.test_ctypes.test_arrays.ArrayTestCase.test_step_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_overflow__test.test_list.ListTest.test_step_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_step_result_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_step_result_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stepinstr__test.test_bdb.StateTestCase.test_stepinstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_still_running__test.test__interpreters.DestroyTests.test_still_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_still_running__test.test_interpreters.test_api.TestInterpreterClose.test_still_running__'Fails_on_FreeBSD'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_still_running_at_exit__test.test__interpreters.RunStringTests.test_still_running_at_exit__'blocking_forever'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stls__test.test_poplib.TestPOP3Class.test_stls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls__test.test_poplib.TestPOP3_SSLClass.test_stls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls__test.test_poplib.TestPOP3_TLSClass.test_stls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls_capa__test.test_poplib.TestPOP3Class.test_stls_capa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls_capa__test.test_poplib.TestPOP3_SSLClass.test_stls_capa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls_capa__test.test_poplib.TestPOP3_TLSClass.test_stls_capa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls_context__test.test_poplib.TestPOP3Class.test_stls_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls_context__test.test_poplib.TestPOP3_SSLClass.test_stls_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stls_context__test.test_poplib.TestPOP3_TLSClass.test_stls_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stopTest__test.test_unittest.test_result.Test_TestResult.test_stopTest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop__test.test_inspect.test_inspect.TestUnwrap.test_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop__test.test_unittest.test_result.Test_TestResult.test_stop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_at_invalid_option__test.test_optparse.TestCallbackVarArgs.test_stop_at_invalid_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_at_option__test.test_optparse.TestCallbackVarArgs.test_stop_at_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_idempotent__test.test_unittest.testmock.testpatch.PatchTest.test_stop_idempotent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration__test.test_sys_setprofile.ProfileHookTestCase.test_stop_iteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration_exception__test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration_exception__test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration_exception__test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration_subclass_exception__test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_subclass_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration_subclass_exception__test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_subclass_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_iteration_subclass_exception__test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_subclass_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_not_empty_stack__test.test_pickletools.DisTests.test_stop_not_empty_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_sequence__test.test_iter.TestCase.test_stop_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_serving__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_stop_serving_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_track__test.test_tracemalloc.TestCAPI.test_stop_track_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_untrack__test.test_tracemalloc.TestCAPI.test_stop_untrack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_while_run_in_complete__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_stop_while_run_in_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stop_without_start__test.test_unittest.testmock.testpatch.PatchTest.test_stop_without_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stopall_lifo__test.test_unittest.testmock.testpatch.PatchTest.test_stopall_lifo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stopiteration_error__test.test_generators.ExceptionTest.test_stopiteration_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stopiteration_wrapping__test.test_generator_stop.TestPEP479.test_stopiteration_wrapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stopiteration_wrapping_context__test.test_generator_stop.TestPEP479.test_stopiteration_wrapping_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_storbinary__test.test_ftplib.TestFTPClass.test_storbinary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_storbinary__test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_storbinary_rest__test.test_ftplib.TestFTPClass.test_storbinary_rest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_storbinary_rest__test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary_rest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_attr_deleted_dict__test.test_class.TestInlineValues.test_store_attr_deleted_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_attr_instance_value__test.test_opcache.TestRacesDoNotCrash.test_store_attr_instance_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_attr_specialization_user_type__test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_attr_with_hint__test.test_opcache.TestInstanceDict.test_store_attr_with_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_attr_with_hint__test.test_opcache.TestRacesDoNotCrash.test_store_attr_with_hint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_borrowed_slot_should_not_crash__test.test_opcache.TestLoadAttrCache.test_store_borrowed_slot_should_not_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_evilattr__test.test_dict.DictTest.test_store_evilattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_shadowing_slot_should_raise_type_error__test.test_opcache.TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_store_subscr_list_int__test.test_opcache.TestRacesDoNotCrash.test_store_subscr_list_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stored_seek_and_read__test.test_zipfile.test_core.StoredZipExtFileRandomReadTest.test_stored_seek_and_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_storlines__test.test_ftplib.TestFTPClass.test_storlines__'timing_related_test,_dependent_on_load'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_storlines__test.test_ftplib.TestTLS_FTPClassMixin.test_storlines__'timing_related_test,_dependent_on_load'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_storlines_too_long__test.test_ftplib.TestFTPClass.test_storlines_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_storlines_too_long__test.test_ftplib.TestTLS_FTPClassMixin.test_storlines_too_long_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTimeDelta_Fast.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTimeDelta_Pure.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTimeTZ_Fast.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTimeTZ_Pure.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTimeZone_Fast.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTimeZone_Pure.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTime_Fast.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.datetimetester.TestTime_Pure.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test__interpchannels.ChannelIDTests.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.ByteTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.DoubleTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.FloatTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.IntTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.LongLongTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.LongTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.ShortTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UCS4Test.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UnicodeTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UnsignedByteTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UnsignedIntTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UnsignedLongLongTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UnsignedLongTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_array.UnsignedShortTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_asyncio.test_queues.QueueBasicTests.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_bool.BoolTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestIntEnumClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestIntEnumFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestIntFlagClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestIntFlagFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMinimalDateClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMinimalDateFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMinimalFloatClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMinimalFloatFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedDateClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedDateFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedFloatClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedFloatFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedIntClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedIntFlagClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedIntFlagFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedIntFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedStrClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestMixedStrFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestPlainEnumClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestPlainEnumFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestPlainFlagClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestPlainFlagFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestStrEnumClass.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_enum.TestStrEnumFunction.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_exceptions.ExceptionTests.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_marshal.LargeValuesTestCase.test_str__'not_enough_memory:_4.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str__test.test_ssl.SSLErrorTests.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_xxlimited.TestXXLimited.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_xxlimited.TestXXLimited35.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_str__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_str__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_aliases_string__test.test_optparse.TestTypeAliases.test_str_aliases_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PosixPathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PurePathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_decode__test.test_multibytecodec.Test_MultibyteCodec.test_str_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_defaults_to_policy_max_line_length__test.test_email.test_message.TestEmailMessage.test_str_defaults_to_policy_max_line_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_defaults_to_utf8__test.test_email.test_message.TestEmailMessage.test_str_defaults_to_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_for_enums__test.test_socket.GeneralModuleTests.test_str_for_enums_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_for_enums__test.test_ssl.BasicSocketTests.test_str_for_enums_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_format_differences__test.test_fstring.TestCase.test_str_format_differences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_generator_should_not_mutate_msg_when_handling_8bit__test.test_email.test_email.Test8BitBytesHandling.test_str_generator_should_not_mutate_msg_when_handling_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_invalid_call__test.test_str.StrTest.test_str_invalid_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_nonstr__test.test_dict.DictTest.test_str_nonstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_of_str_subclass__test.test_descr.ClassPropertiesAndMethods.test_str_of_str_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_operations__test.test_descr.ClassPropertiesAndMethods.test_str_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_protocol__test.test_collections.TestUserObjects.test_str_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_read__test.test_dbm_dumb.DumbDBMTestCase.test_str_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_rep__test.test_logging.LogRecordTest.test_str_rep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_as_dict_key__test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_attr__test.test_str.StringModuleTest.test_str_subclass_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_string__test.test__interpreters.RunStringTests.test_str_subclass_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_subclass_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PathTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PurePathTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_str_wrap__test.test_pprint.QueryTestCase.test_str_wrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_str_write_contains__test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strange_errors_when_accessing_set_name_itself__test.test_typing.NamedTupleTests.test_strange_errors_when_accessing_set_name_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strange_options__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_strange_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strange_subclass__test.test_deque.TestSubclass.test_strange_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strcoll_3303__test.test_locale.TestMiscellaneous.test_strcoll_3303_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strcoll__test.test_locale.TestCollation.test_strcoll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strcoll__test.test_locale.TestEnUSCollation.test_strcoll__'encoding_not_suitable'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_strcoll_with_diacritic__test.test_locale.TestEnUSCollation.test_strcoll_with_diacritic__'encoding_not_suitable'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_stream__test.test_codecs.IDNACodecTest.test_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream__test.test_logging.BasicConfigTest.test_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_bare__test.test_codecs.UTF8SigTest.test_stream_bare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_bom__test.test_codecs.UTF8SigTest.test_stream_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_mode_no_cache__test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_mode_no_cache__test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_mode_no_cache__test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_mode_no_cache__test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_padding__test.test_tarfile.Bz2StreamWriteTest.test_stream_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_padding__test.test_tarfile.GzipStreamWriteTest.test_stream_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_padding__test.test_tarfile.LzmaStreamWriteTest.test_stream_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_padding__test.test_tarfile.StreamWriteTest.test_stream_padding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stream_redirection_hint_for_py2_migration__test.test_print.TestPy2MigrationHint.test_stream_redirection_hint_for_py2_migration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_cn.Test_GB18030.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_cn.Test_GB2312.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_cn.Test_GBK.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_cn.Test_HZ.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_CP932.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_SJISX0213.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_SJIS_2004.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_kr.Test_CP949.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_kr.Test_EUCKR.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_kr.Test_JOHAB.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader__test.test_codecencodings_tw.Test_Big5.test_streamreader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader_constructor_use_global_loop__test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader_constructor_use_running_loop__test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreader_constructor_without_loop__test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreaderprotocol_constructor_use_global_loop__test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreaderprotocol_constructor_use_running_loop__test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreaderprotocol_constructor_without_loop__test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamreaderwriter__test.test_codecs.WithStmtTest.test_streamreaderwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_cn.Test_GB18030.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_cn.Test_GB2312.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_cn.Test_GBK.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_cn.Test_HZ.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_CP932.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_kr.Test_CP949.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter__test.test_codecencodings_tw.Test_Big5.test_streamwriter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_cn.Test_GB18030.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_cn.Test_GB2312.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_cn.Test_GBK.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_cn.Test_HZ.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_kr.Test_CP949.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_reset_no_pending__test.test_codecencodings_tw.Test_Big5.test_streamwriter_reset_no_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_streamwriter_strwrite__test.test_multibytecodec.Test_StreamWriter.test_streamwriter_strwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strenum__test.test_enum.TestSpecial.test_strenum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strerror__test.test_posix.PosixTester.test_strerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stress____main__.GeneralTest.test_stress_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stress_modifying_handlers__test.test_signal.StressTest.test_stress_modifying_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strformatstyle__test.test_logging.BasicConfigTest.test_strformatstyle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestDateTimeTZ_Fast.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestDateTimeTZ_Pure.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestDateTime_Fast.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestDateTime_Pure.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestDate_Fast.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestDate_Pure.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestSubclassDateTime_Fast.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestSubclassDateTime_Pure.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestTimeTZ_Fast.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestTimeTZ_Pure.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestTime_Fast.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.datetimetester.TestTime_Pure.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime__test.test_time.TimeTestCase.test_strftime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_bounding_check__test.test_time.TimeTestCase.test_strftime_bounding_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_format_check__test.test_time.TimeTestCase.test_strftime_format_check_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_invalid_format__test.test_time.TimeTestCase.test_strftime_invalid_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestDateTimeTZ_Fast.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestDateTimeTZ_Pure.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestDateTime_Fast.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestDateTime_Pure.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestSubclassDateTime_Fast.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestSubclassDateTime_Pure.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestTimeTZ_Fast.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestTimeTZ_Pure.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestTime_Fast.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.datetimetester.TestTime_Pure.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_special__test.test_time.TimeTestCase.test_strftime_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestDateTimeTZ_Fast.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestDateTimeTZ_Pure.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestDateTime_Fast.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestDateTime_Pure.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestDate_Fast.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestDate_Pure.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestSubclassDateTime_Fast.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_trailing_percent__test.datetimetester.TestSubclassDateTime_Pure.test_strftime_trailing_percent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_with_bad_tzname_replace__test.datetimetester.TestDateTimeTZ_Fast.test_strftime_with_bad_tzname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_with_bad_tzname_replace__test.datetimetester.TestDateTimeTZ_Pure.test_strftime_with_bad_tzname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_with_bad_tzname_replace__test.datetimetester.TestDateTime_Fast.test_strftime_with_bad_tzname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_with_bad_tzname_replace__test.datetimetester.TestDateTime_Pure.test_strftime_with_bad_tzname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_with_bad_tzname_replace__test.datetimetester.TestSubclassDateTime_Fast.test_strftime_with_bad_tzname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_with_bad_tzname_replace__test.datetimetester.TestSubclassDateTime_Pure.test_strftime_with_bad_tzname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestDateTimeTZ_Fast.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestDateTime_Fast.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestDateTime_Pure.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestDate_Fast.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestDate_Pure.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestSubclassDateTime_Fast.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strftime_y2k__test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strict_domain__test.test_http_cookiejar.CookieTests.test_strict_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strict_error_handling__test.test_ucn.UnicodeNamesTest.test_strict_error_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strided_limits__test.test_range.RangeTest.test_strided_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_bool.BoolTest.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_marshal.StringTestCase.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_pickletools.DisTests.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_reprlib.ReprTests.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_sax.PrepareInputSourceTest.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_sqlite3.test_factory.TextFactoryTests.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_sqlite3.test_types.DeclTypesTests.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_sqlite3.test_types.SqliteTypeTests.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_tokenize.CTokenizeTest.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_tokenize.GenerateTokensTest.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_tokenize.TokenizeTest.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string__test.test_xmlrpc.BinaryTestCase.test_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_at__test.test_ctypes.test_memfunctions.MemFunctionsTest.test_string_at_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_charset__test.test_email.test_email.TestHeader.test_string_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_concatenation__test.test_tokenize.TestRoundtrip.test_string_concatenation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_enum__test.test_enum.TestSpecial.test_string_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_float__test.test_int.IntTestCases.test_string_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_formatting__test.test_robotparser.StringFormattingTest.test_string_formatting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_from_format__test.test_capi.test_misc.Test_testlimitedcapi.test_string_from_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_generator_reencodes_to_quopri_when_appropriate__test.test_email.test_email.Test8BitBytesHandling.test_string_generator_reencodes_to_quopri_when_appropriate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_headerinst_eq__test.test_email.test_email.TestLongHeaders.test_string_headerinst_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_in_loop_on_same_line__test.test_print.TestPy2MigrationHint.test_string_in_loop_on_same_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_keys_can_track_values__test.test_dict.DictTest.test_string_keys_can_track_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_kind__test.test_ast.test_ast.ConstantTests.test_string_kind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_literals__test.test_grammar.TokenTests.test_string_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_string_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_payload_with_base64_cte__test.test_email.test_email.TestMessageAPI.test_string_payload_with_base64_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_payload_with_extra_space_after_cte__test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_payload_with_extra_space_after_cte_compat32__test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte_compat32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_payload_with_extra_text_after_cte__test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_text_after_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_payload_with_multipart_content_type__test.test_email.test_message.TestMIMEPart.test_string_payload_with_multipart_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_source__test.test_exceptions.SyntaxErrorTests.test_string_source_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_to_double__test.test_capi.test_misc.Test_testcapi.test_string_to_double_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_excessive_whitespace__test.test_print.TestPy2MigrationHint.test_string_with_excessive_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_leading_whitespace__test.test_print.TestPy2MigrationHint.test_string_with_leading_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_null_character__test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_semicolon__test.test_print.TestPy2MigrationHint.test_string_with_semicolon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_soft_space__test.test_print.TestPy2MigrationHint.test_string_with_soft_space_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_surrogates__test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_utf8_bom__test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_with_utf8_bom__test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_string_without_quotes__test.test_pickletools.DisTests.test_string_without_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stringification__test.test_string.TestTemplate.test_stringification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stringio_setstate__test.test_io.TestIOCTypes.test_stringio_setstate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stringized__test.test_typing.ParamSpecTests.test_stringized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stringized_usage__test.test_typing.TypeAliasTests.test_stringized_usage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stringresult__test.test_ctypes.test_functions.FunctionTestCase.test_stringresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_raise.TestRemovedFunctionality.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_types.TypesTests.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings__test.test_unparse.UnparseTestCase.test_strings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strings_fail__test.test_statistics.TestSum.test_strings_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stringtemplatestyle__test.test_logging.BasicConfigTest.test_stringtemplatestyle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_bigmem.BytearrayTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_bigmem.BytesTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_bigmem.StrTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_bytes.ByteArrayAsStringTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_bytes.BytesAsStringTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_str.StrTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip__test.test_userstring.UserStringTest.test_strip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_and_prepend__test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_and_prepend__test.test_compileall.CommandLineTestsWithSourceEpoch.test_strip_and_prepend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_and_prepend__test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_and_prepend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_and_prepend__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_and_prepend_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_bytearray__test.test_bytes.ByteArrayTest.test_strip_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_bytearray__test.test_bytes.BytesTest.test_strip_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_int_error__test.test_bytes.ByteArrayTest.test_strip_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_int_error__test.test_bytes.BytesTest.test_strip_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_line_feed_and_carriage_return_in_headers__test.test_email.test_email.TestParsers.test_strip_line_feed_and_carriage_return_in_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_only__test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_only__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_only_invalid__test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_only_invalid__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_prepend_and_ddir__test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_prepend_and_ddir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_prepend_and_ddir__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_prepend_and_ddir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_quoted_realnames__test.test_email.test_email.TestMiscellaneous.test_strip_quoted_realnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_string_error__test.test_bytes.ByteArrayTest.test_strip_string_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_string_error__test.test_bytes.BytesTest.test_strip_string_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_unused_None__test.test_compile.TestSpecifics.test_strip_unused_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_whitespace__test.test_bytes.ByteArrayAsStringTest.test_strip_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_whitespace__test.test_bytes.BytesAsStringTest.test_strip_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_whitespace__test.test_str.StrTest.test_strip_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strip_whitespace__test.test_userstring.UserStringTest.test_strip_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stripid__test.test_pydoc.test_pydoc.PydocDocTest.test_stripid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_stripping__test.test_configparser.InlineCommentStrippingTestCase.test_stripping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strong_reference_implementation__test.test_random.MersenneTwister_TestBasicOps.test_strong_reference_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strong_refs__test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_strong_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strong_refs__test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_strong_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.datetimetester.TestDateTimeTZ_Fast.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.datetimetester.TestDateTimeTZ_Pure.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.datetimetester.TestDateTime_Fast.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.datetimetester.TestDateTime_Pure.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.datetimetester.TestSubclassDateTime_Fast.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.datetimetester.TestSubclassDateTime_Pure.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime__test.test_time.TimeTestCase.test_strptime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_bytes__test.test_time.TimeTestCase.test_strptime_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_exception_context__test.test_strptime.StrptimeTests.test_strptime_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_exception_context__test.test_time.TimeTestCase.test_strptime_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.datetimetester.TestDateTimeTZ_Fast.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.datetimetester.TestDateTimeTZ_Pure.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.datetimetester.TestDateTime_Fast.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.datetimetester.TestDateTime_Pure.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.datetimetester.TestSubclassDateTime_Fast.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.datetimetester.TestSubclassDateTime_Pure.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_leap_year__test.test_time.TimeTestCase.test_strptime_leap_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_single_digit__test.datetimetester.TestDateTimeTZ_Fast.test_strptime_single_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_single_digit__test.datetimetester.TestDateTimeTZ_Pure.test_strptime_single_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_single_digit__test.datetimetester.TestDateTime_Fast.test_strptime_single_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_single_digit__test.datetimetester.TestDateTime_Pure.test_strptime_single_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_single_digit__test.datetimetester.TestSubclassDateTime_Fast.test_strptime_single_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_single_digit__test.datetimetester.TestSubclassDateTime_Pure.test_strptime_single_digit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strptime_timezone__test.test_time.TestPytime.test_strptime_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strs__test.test__interpreters.ShareableTypeTests.test_strs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strsignal__test.test_signal.PosixTests.test_strsignal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_W__test.test_ctypes.test_bytes.BytesTest.test_struct_W_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_bytes.BytesTest.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_delattr.TestCase.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_pickling.PickleTest_0.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_pickling.PickleTest_1.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_pickling.PickleTest_2.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_pickling.PickleTest_3.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_pickling.PickleTest_4.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct__test.test_ctypes.test_pickling.PickleTest_5.test_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_alignment__test.test_ctypes.test_structures.StructureTestCase.test_struct_alignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_by_value__test.test_ctypes.test_win32.Structures.test_struct_by_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_cleans_up_at_runtime_shutdown__test.test_struct.StructTest.test_struct_cleans_up_at_runtime_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_field_alignment__test.test_ctypes.test_byteswap.Test.test_struct_field_alignment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_fields_unsupported_byte_order__test.test_ctypes.test_byteswap.Test.test_struct_fields_unsupported_byte_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_2H__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_2H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_2H__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_2H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_2H__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_2H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_2H__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_2H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_2H__test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_2H_stdcall__test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H_stdcall__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_struct_return_8H__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_8H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_8H__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_8H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_8H__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_8H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_8H__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_8H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_8H__test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_return_8H_stdcall__test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H_stdcall__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_struct_struct__test.test_ctypes.test_byteswap.Test.test_struct_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_struct__test.test_ctypes.test_keeprefs.StructureTestCase.test_struct_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_struct_subclass_instantiation__test.test_struct.StructTest.test_struct_subclass_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq__test.test_pickle.CDumpPickle_LoadPickle.test_structseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq__test.test_pickle.CPicklerTests.test_structseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq__test.test_pickle.DumpPickle_CLoadPickle.test_structseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq__test.test_pickle.InMemoryPickleTests.test_structseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq__test.test_pickle.PyPicklerTests.test_structseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq__test.test_pickletools.OptimizedPickleTests.test_structseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq_member_descriptor__test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq_newtype_doesnt_leak__test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structseq_newtype_null_descr_doc__test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structural_subclassing__test.test_contextlib.TestAbstractContextManager.test_structural_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structural_subclassing__test.test_contextlib_async.TestAbstractAsyncContextManager.test_structural_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structures__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_structures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_structures_with_wchar__test.test_ctypes.test_structures.StructureTestCase.test_structures_with_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strxfrm__test.test_locale.TestCollation.test_strxfrm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_strxfrm__test.test_locale.TestEnUSCollation.test_strxfrm__'encoding_not_suitable'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_strxfrm_with_diacritic__test.test_locale.TestEnUSCollation.test_strxfrm_with_diacritic__'encoding_not_suitable'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_style__test.test_logging.BasicConfigTest.test_style_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_styled_adapter__test.test_logging.LoggerAdapterTest.test_styled_adapter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_binop.RatTestCase.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_complex.ComplexTest.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_operator.COperatorTestCase.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_operator.PyOperatorTestCase.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_set.TestFrozenSet.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_set.TestFrozenSetSubclass.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_set.TestSet.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_set.TestSetSubclass.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub__test.test_weakset.TestWeakSet.test_sub_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_and_super__test.test_set.TestFrozenSet.test_sub_and_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_and_super__test.test_set.TestFrozenSetSubclass.test_sub_and_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_and_super__test.test_set.TestSet.test_sub_and_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_and_super__test.test_set.TestSetSubclass.test_sub_and_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_and_super__test.test_weakset.TestWeakSet.test_sub_and_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_template_numeric_escape__test.test_re.ReTests.test_sub_template_numeric_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_sub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sub_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_bool.BoolTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_compile.TestStaticAttributes.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_ctypes.test_arrays.ArrayTestCase.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_ctypes.test_structures.SubclassesTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_exceptions.SyntaxErrorTests.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_float.HexFloatTestCase.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_mmap.MmapTests.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_ssl.SSLErrorTests.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_types.SimpleNamespaceTests.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_xml_etree.ParseErrorTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_xml_etree.TreeBuilderTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_xml_etree.XMLParserTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_xml_etree_c.ParseErrorTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_xml_etree_c.TreeBuilderTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_xml_etree_c.XMLParserTest.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass__test.test_zipfile._path.test_path.TestPath.test_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_abstract__test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_abstract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_add__test.test_str.StrTest.test_subclass_add_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestDate_Fast.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestDate_Pure.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors_datetime__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors_datetime__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors_datetime__test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors_datetime__test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors_datetime__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_alternate_constructors_datetime__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_comment_pi__test.test_xml_etree.TreeBuilderTest.test_subclass_comment_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_comment_pi__test.test_xml_etree_c.TreeBuilderTest.test_subclass_comment_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestDateTime_Fast.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestDateTime_Pure.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestDate_Fast.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestDate_Pure.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestTimeDelta_Fast.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_date__test.datetimetester.TestTimeDelta_Pure.test_subclass_date_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestDateTime_Fast.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestDateTime_Pure.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestTimeDelta_Fast.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetime__test.datetimetester.TestTimeDelta_Pure.test_subclass_datetime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetimetz__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetimetz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_datetimetz__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetimetz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_delayed__test.test_ctypes.test_structures.SubclassesTest.test_subclass_delayed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_doctype__test.test_xml_etree.XMLParserTest.test_subclass_doctype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_doctype__test.test_xml_etree_c.XMLParserTest.test_subclass_doctype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_duplicate_name__test.test_enum.TestSpecial.test_subclass_duplicate_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_duplicate_name_dynamic__test.test_enum.TestSpecial.test_subclass_duplicate_name_dynamic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_get_module_with_super__test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_logger_cache__test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_must_override__test.datetimetester.TestTZInfo_Fast.test_subclass_must_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_must_override__test.datetimetester.TestTZInfo_Pure.test_subclass_must_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_no_override_working__test.test_super.TestSuper.test_subclass_no_override_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_normal__test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_normal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_now__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_now__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_now__test.datetimetester.TestDateTime_Fast.test_subclass_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_now__test.datetimetester.TestDateTime_Pure.test_subclass_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_now__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_now__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once__test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once__test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_own_cache__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_subclass_own_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_own_cache__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_subclass_own_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_propagation__test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_recursion_limit__test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_refs__test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_refs_dont_conflate_callbacks__test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_refs_dont_replace_standard_refs__test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_refs_with_slots__test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestDateTime_Fast.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestDateTime_Pure.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestDate_Fast.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestDate_Pure.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestTimeTZ_Fast.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestTimeTZ_Pure.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestTime_Fast.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace__test.datetimetester.TestTime_Pure.test_subclass_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace_fold__test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace_fold__test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace_fold__test.datetimetester.TestDateTime_Fast.test_subclass_replace_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace_fold__test.datetimetester.TestDateTime_Pure.test_subclass_replace_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace_fold__test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_replace_fold__test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace_fold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_repr__test.test_fileio.CAutoFileTests.test_subclass_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_repr__test.test_fileio.PyAutoFileTests.test_subclass_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_repr__test.test_io.CTextIOWrapperTest.test_subclass_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_repr__test.test_io.PyTextIOWrapperTest.test_subclass_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_right_op__test.test_descr.ClassPropertiesAndMethods.test_subclass_right_op_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_special_form__test.test_typing.GenericTests.test_subclass_special_form_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_time__test.datetimetester.TestTimeTZ_Fast.test_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_time__test.datetimetester.TestTimeTZ_Pure.test_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_time__test.datetimetester.TestTime_Fast.test_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_time__test.datetimetester.TestTime_Pure.test_subclass_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_timedelta__test.datetimetester.TestTimeDelta_Fast.test_subclass_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_timedelta__test.datetimetester.TestTimeDelta_Pure.test_subclass_timedelta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_timetz__test.datetimetester.TestTimeTZ_Fast.test_subclass_timetz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_timetz__test.datetimetester.TestTimeTZ_Pure.test_subclass_timetz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_tuple__test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_type_error__test.test_typing.NeverTests.test_subclass_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_type_error__test.test_typing.NoReturnTests.test_subclass_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_custom_hash__test.test_set.TestFrozenSet.test_subclass_with_custom_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_custom_hash__test.test_set.TestFrozenSetSubclass.test_subclass_with_custom_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_custom_hash__test.test_set.TestSet.test_subclass_with_custom_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_custom_hash__test.test_set.TestSetSubclass.test_subclass_with_custom_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_custom_hash__test.test_weakset.TestWeakSet.test_subclass_with_custom_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.ByteTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.DoubleTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.FloatTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.IntTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.LongLongTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.LongTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.ShortTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UCS4Test.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UnicodeTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UnsignedByteTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UnsignedIntTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UnsignedLongLongTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UnsignedLongTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_array.UnsignedShortTest.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_kwargs__test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_properties__test.test_unittest.testmock.testmock.MockTest.test_subclass_with_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_slots__test.test_module.ModuleTests.test_subclass_with_slots_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclass_with_union__test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_with_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassable__test.test_csv.MiscTestCase.test_subclassable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_descr.SharedKeyTests.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_FileLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_InspectLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_importlib.test_abc.Source_SourceLoader.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.BaseTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.ByteArrayTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.BytesTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.ListTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.NewSeqTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.StringTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_index.TupleTestCase.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses__test.test_unittest.testmock.testcallable.TestCallable.test_subclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_c_wchar_p__test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses_c_wchar_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_ctask_cfuture__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_subclasses_ctask_cfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_ctask_cfuture__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_subclasses_ctask_cfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_ctask_cfuture__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_subclasses_ctask_cfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_ctask_cfuture__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_subclasses_ctask_cfuture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_overriding_methods__test.test_random.TestRandomSubclassing.test_subclasses_overriding_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_with_direct_pickle_support__test.test_enum.TestSpecial.test_subclasses_with_direct_pickle_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_with_getnewargs__test.test_enum.TestSpecial.test_subclasses_with_getnewargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_with_getnewargs_ex__test.test_enum.TestSpecial.test_subclasses_with_getnewargs_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_with_reduce__test.test_enum.TestSpecial.test_subclasses_with_reduce_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_with_reduce_ex__test.test_enum.TestSpecial.test_subclasses_with_reduce_ex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasses_without_direct_pickle_support__test.test_enum.TestSpecial.test_subclasses_without_direct_pickle_support_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclasshook__test.test_abc.test_factory.<locals>.TestABC.test_subclasshook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.ByteTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.DoubleTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.FloatTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.IntTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.LongLongTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.LongTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.ShortTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.UnsignedByteTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.UnsignedIntTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.UnsignedLongLongTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.UnsignedLongTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_array.UnsignedShortTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_decimal.CUsabilityTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_decimal.PyUsabilityTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_enum.TestSpecial.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_genericalias.BaseTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_io.TestIOCTypes.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_memoryio.CBytesIOTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_memoryio.CStringIOTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_memoryio.PyBytesIOTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_memoryio.PyStringIOTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_pprint.QueryTestCase.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_typing.CollectionsAbcTests.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing__test.test_unittest.testmock.testmock.MockTest.test_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing_async_generator__test.test_typing.CollectionsAbcTests.test_subclassing_async_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing_does_not_duplicate_dict_descriptors__test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing_register__test.test_typing.CollectionsAbcTests.test_subclassing_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing_subclasshook__test.test_typing.CollectionsAbcTests.test_subclassing_subclasshook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing_types_genericalias__test.test_genericalias.BaseTest.test_subclassing_types_genericalias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subclassing_with_custom_constructor__test.test_typing.AnyTests.test_subclassing_with_custom_constructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subdir__test.test_mailbox.TestMaildirMessage.test_subdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subdir_is_dir__test.test_zipfile._path.test_path.TestPath.test_subdir_is_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterp__test.test_multibytecodec.Test_IncrementalEncoder.test_subinterp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterp_intern_dynamically_allocated__test.test_sys.SysModuleTest.test_subinterp_intern_dynamically_allocated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterp_intern_singleton__test.test_sys.SysModuleTest.test_subinterp_intern_singleton_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterp_intern_statically_allocated__test.test_sys.SysModuleTest.test_subinterp_intern_statically_allocated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterpreter__test.test__interpreters.GetCurrentTests.test_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterpreter__test.test__interpreters.IsRunningTests.test_subinterpreter__'Fails_on_FreeBSD'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_subinterpreter__test.test_ast.test_ast.ModuleStateTests.test_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterpreter__test.test_interpreters.test_api.GetCurrentTests.test_subinterpreter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterpreter__test.test_interpreters.test_api.TestInterpreterIsRunning.test_subinterpreter__'Fails_on_FreeBSD'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_subinterpreter_closelog__test.test_syslog.Test.test_subinterpreter_closelog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterpreter_openlog__test.test_syslog.Test.test_subinterpreter_openlog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterpreter_syslog__test.test_syslog.Test.test_subinterpreter_syslog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterps__test.test_capi.test_misc.SubinterpreterTest.test_subinterps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subinterps_different_ids__test.test_embed.EmbeddingTests.test_subinterps_different_ids__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_subinterps_distinct_state__test.test_embed.EmbeddingTests.test_subinterps_distinct_state__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_subinterps_main__test.test_embed.EmbeddingTests.test_subinterps_main__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_subinterps_recent_language_features__test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sublclassing_managed_both__test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sublclassing_managed_dict__test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sublclassing_managed_weakref__test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submit_after_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_submit_after_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_submit_after_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_submit_after_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_submit_after_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_submit_after_interpreter_shutdown__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_submodule__test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_contents__test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_contents__test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_contents__test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_contents_by_name__test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_contents_by_name__test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_contents_by_name__test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_imported_warning__test.test_runpy.RunModuleTestCase.test_submodule_imported_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_sub_contents__test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_sub_contents__test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_sub_contents_by_name__test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_submodule_sub_contents_by_name__test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_by_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subnet_of__test.test_ipaddress.NetworkTestCase_v4.test_subnet_of_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subnet_of__test.test_ipaddress.NetworkTestCase_v6.test_subnet_of_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subnet_of_mixed_types__test.test_ipaddress.NetworkTestCase_v4.test_subnet_of_mixed_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subpackage__test.test_import.CircularImportTests.test_subpackage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser1_help__test.test_argparse.TestAddSubparsers.test_subparser1_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser2_help__test.test_argparse.TestAddSubparsers.test_subparser2_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser__test.test_argparse.TestDoubleDash.test_subparser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser_after_multiple_argument_option__test.test_argparse.TestDoubleDash.test_subparser_after_multiple_argument_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser_conflict__test.test_argparse.TestConflictHandling.test_subparser_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser_parents__test.test_argparse.TestParentParsers.test_subparser_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser_parents_mutex__test.test_argparse.TestParentParsers.test_subparser_parents_mutex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subparser_title_help__test.test_argparse.TestAddSubparsers.test_subparser_title_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_close_after_finish__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_after_finish_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_close_after_finish__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_after_finish_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_close_after_finish__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_after_finish_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_close_client_stream__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_client_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_close_client_stream__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_client_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_close_client_stream__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_client_stream_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_communicate_stdout__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_communicate_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_communicate_stdout__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_communicate_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_communicate_stdout__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_communicate_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_communicate_stdout__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_communicate_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_concurrent_wait__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_concurrent_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_concurrent_wait__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_concurrent_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_concurrent_wait__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_concurrent_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_concurrent_wait__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_concurrent_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec_invalid_args__test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec_invalid_args__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec_invalid_args__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exec_invalid_args__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exitcode__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exitcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exitcode__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exitcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_exitcode__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exitcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_fork_exec__test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_interactive__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_interactive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_interactive__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_interactive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_interactive__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_interactive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_kill__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_kill__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_kill__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_protocol__test.test_asyncio.test_protocols.ProtocolsAbsTests.test_subprocess_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_protocol_events__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_protocol_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_protocol_events__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_protocol_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_protocol_events__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_protocol_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_protocol_events__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_protocol_events_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_repr__test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_send_signal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal_race__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_send_signal_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal_race__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_send_signal_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal_race__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_send_signal_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_send_signal_race__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_send_signal_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell_invalid_args__test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell_invalid_args__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell_invalid_args__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_shell_invalid_args__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_stderr__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_stderr__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_stderr__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_stderr_redirect_to_stdout__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr_redirect_to_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_stderr_redirect_to_stdout__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr_redirect_to_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_stderr_redirect_to_stdout__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr_redirect_to_stdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_terminate__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_terminate__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_terminate__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_transport_not_implemented__test.test_asyncio.test_transports.TransportTests.test_subprocess_transport_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_wait_no_same_group__test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_wait_no_same_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_wait_no_same_group__test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_wait_no_same_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprocess_wait_no_same_group__test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_wait_no_same_group_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprotocols_extending__test.test_typing.ProtocolTests.test_subprotocols_extending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subprotocols_merging__test.test_typing.ProtocolTests.test_subprotocols_merging_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscr__test.test_xml_etree.BadElementTest.test_subscr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscr__test.test_xml_etree_c.BadElementTest.test_subscr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_ast.test_ast.ASTValidatorTests.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_deque.TestSequence.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_list.ListTest.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_str.StrTest.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_tuple.TupleTest.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_userlist.UserListTest.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript__test.test_userstring.UserStringTest.test_subscript_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscript_meta__test.test_typing.GenericTests.test_subscript_meta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscriptable__test.test_genericalias.BaseTest.test_subscriptable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscripted_generics_as_proxies__test.test_typing.GenericTests.test_subscripted_generics_as_proxies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscripting__test.test_type_aliases.TypeParamsAliasValueTest.test_subscripting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subscripts__test.test_compile.TestSpecifics.test_subscripts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subsequent_indent__test.test_textwrap.IndentTestCases.test_subsequent_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subst__test.test_typing.AnnotatedTests.test_subst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_substr__test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_substr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtests_debug__test.test_unittest.test_case.Test_TestCase.test_subtests_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtests_failfast__test.test_unittest.test_case.Test_TestCase.test_subtests_failfast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subthreads_can_handle_pending_calls__test.test_capi.test_misc.TestPendingCalls.test_subthreads_can_handle_pending_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subthreads_still_running__test.test_interpreters.test_api.TestInterpreterClose.test_subthreads_still_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtract__test.test_collections.TestCounter.test_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtract__test.test_decimal.CContextAPItests.test_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtract__test.test_decimal.CIBMTestCases.test_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtract__test.test_decimal.PyContextAPItests.test_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtract__test.test_decimal.PyIBMTestCases.test_subtract_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtraction__test.test_decimal.CArithmeticOperatorsTest.test_subtraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtraction__test.test_decimal.PyArithmeticOperatorsTest.test_subtraction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_subtype_resurrection__test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test__interpreters.RunFuncTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test__interpreters.RunStringTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_asyncio.test_tasks.CoroutineGatherTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_asyncio.test_tasks.FutureGatherTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.test_util.Frozen_FindSpecTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_importlib.test_util.Source_FindSpecTests.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_interpreters.test_api.TestInterpreterExec.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success__test.test_regrtest.ArgsTestCase.test_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success_path__test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_success_path__test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestActionExtend.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestActionUserDefined.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestDefaultSuppress.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeR.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeRB.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeW.test_successes_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeWB.test_successes_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeX.test_successes_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestFileTypeXB.test_successes_many_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestNargsRemainder.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionLike.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsChoices.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDest.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsRequired.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestParserDefault42.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestTypeCallable.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestTypeClassicClass.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_listargs__test.test_argparse.TestTypeUserDefined.test_successes_many_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestActionExtend.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestActionUserDefined.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestDefaultSuppress.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeR.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeRB.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeW.test_successes_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeWB.test_successes_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeX.test_successes_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestFileTypeXB.test_successes_many_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestNargsRemainder.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionLike.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsChoices.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDest.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsRequired.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestParserDefault42.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestTypeCallable.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestTypeClassicClass.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_many_groups_sysargs__test.test_argparse.TestTypeUserDefined.test_successes_many_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestActionExtend.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestActionUserDefined.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestDefaultSuppress.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeR.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeRB.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeW.test_successes_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeWB.test_successes_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeX.test_successes_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestFileTypeXB.test_successes_no_groups_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestNargsRemainder.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionLike.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsChoices.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDest.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsRequired.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestParserDefault42.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestTypeCallable.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestTypeClassicClass.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_listargs__test.test_argparse.TestTypeUserDefined.test_successes_no_groups_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestActionExtend.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestActionUserDefined.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestDefaultSuppress.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeR.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeRB.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeW.test_successes_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeWB.test_successes_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeX.test_successes_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestFileTypeXB.test_successes_no_groups_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestNargsRemainder.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionLike.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsChoices.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDest.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsRequired.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestParserDefault42.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestTypeCallable.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestTypeClassicClass.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_no_groups_sysargs__test.test_argparse.TestTypeUserDefined.test_successes_no_groups_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestActionExtend.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestActionUserDefined.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestArgumentsFromFile.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestDefaultSuppress.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeDefaults.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeR.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeRB.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeW.test_successes_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeWB.test_successes_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeX.test_successes_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestFileTypeXB.test_successes_one_group_listargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestNargsRemainder.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionLike.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionCount.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionStore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsChoices.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDest.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNargs1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNargs3.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNumeric.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsRequired.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsShortLong.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestParserDefault42.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargs1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargs2.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestTypeCallable.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestTypeClassicClass.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_listargs__test.test_argparse.TestTypeUserDefined.test_successes_one_group_listargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestActionExtend.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestActionUserDefined.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestArgumentsFromFile.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestDefaultSuppress.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeDefaults.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeR.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeRB.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeW.test_successes_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeWB.test_successes_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeX.test_successes_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestFileTypeXB.test_successes_one_group_sysargs__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestNargsRemainder.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionLike.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionCount.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionStore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsChoices.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDest.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNargs1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNargs3.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNumeric.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsRequired.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsShortLong.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestParserDefault42.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargs1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargs2.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestTypeCallable.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestTypeClassicClass.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_one_group_sysargs__test.test_argparse.TestTypeUserDefined.test_successes_one_group_sysargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_not_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_successes_when_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PurePathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_no_filename__test.test_zipfile._path.test_path.TestPath.test_suffix_no_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PathTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PurePathTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffix_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PathTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suffixes_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_suggestions_extension__test.test_traceback.MiscTest.test_suggestions_extension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suiteClass__default_value__test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suiteClass__loadTestsFromModule__test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suiteClass__loadTestsFromName__test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suiteClass__loadTestsFromNames__test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suiteClass__loadTestsFromTestCase__test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suite__test.test_grammar.GrammarTests.test_suite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suite_debug_executes_setups_and_teardowns__test.test_unittest.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suite_debug_propagates_exceptions__test.test_unittest.test_setups.TestSetups.test_suite_debug_propagates_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suites__test.test_ast.test_ast.EndPositionTests.test_suites_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sum__test.test_builtin.BuiltinTest.test_sum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sum_accuracy__test.test_builtin.BuiltinTest.test_sum_accuracy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_summary_should_show_carets__test.test_traceback.TestStack.test_summary_should_show_carets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_summations__test.test_set.TestIdentities.test_summations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sumprod_accuracy__test.test_math.MathTests.test_sumprod_accuracy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sumprod_extended_precision_accuracy__test.test_math.MathTests.test_sumprod_extended_precision_accuracy__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sumprod_stress__test.test_math.MathTests.test_sumprod_stress__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sunder__test.test_enum.TestHelpers.test_sunder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sunder__test.test_enum.TestInternals.test_sunder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super___class____test.test_super.TestSuper.test_super___class___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super__test.test_positional_only_arg.PositionalOnlyTestCase.test_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super__test.test_type_params.TypeParamsAccessTest.test_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_and_class_cell_in_sibling_comps__test.test_listcomps.ListComprehensionTest.test_super_and_class_cell_in_sibling_comps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_argcount__test.test_super.TestSuper.test_super_argcount_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_argtype__test.test_super.TestSuper.test_super_argtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_call_init__test.test_typing.ProtocolTests.test_super_call_init_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_deep__test.test_call.TestRecursion.test_super_deep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_in_class_methods_working__test.test_super.TestSuper.test_super_in_class_methods_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_init_leaks__test.test_super.TestSuper.test_super_init_leaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_instructions__test.test_dis.DisTests.test_super_instructions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_instructions__test.test_dis.DisWithFileTests.test_super_instructions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_subclass___class____test.test_super.TestSuper.test_super_subclass___class___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_super_with_closure__test.test_super.TestSuper.test_super_with_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supercheck_fail__test.test_super.TestSuper.test_supercheck_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_FileLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_InspectLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_superclasses__test.test_importlib.test_abc.Source_SourceLoader.test_superclasses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supernet_of__test.test_ipaddress.NetworkTestCase_v4.test_supernet_of_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supernet_of__test.test_ipaddress.NetworkTestCase_v6.test_supernet_of_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supers__test.test_descr.ClassPropertiesAndMethods.test_supers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_abs__test.test_typing.ProtocolTests.test_supports_abs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_bytes__test.test_typing.ProtocolTests.test_supports_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_complex__test.test_typing.ProtocolTests.test_supports_complex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_float__test.test_typing.ProtocolTests.test_supports_float_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_index__test.test_typing.ProtocolTests.test_supports_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_int__test.test_typing.ProtocolTests.test_supports_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_supports_round__test.test_typing.ProtocolTests.test_supports_round_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogate_keyword__test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogate_keyword__test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogatepass_handler__test.test_codecs.UTF8SigTest.test_surrogatepass_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogatepass_handler__test.test_codecs.UTF8Test.test_surrogatepass_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogates__test.test_json.test_scanstring.TestCScanstring.test_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogates__test.test_json.test_scanstring.TestPyScanstring.test_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogates__test.test_sqlite3.test_regression.RegressionTests.test_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogates__test.test_str.StrTest.test_surrogates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_surrogates_error_message__test.test_subprocess.POSIXProcessTestCase.test_surrogates_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suspended__test.test_inspect.test_inspect.TestGetAsyncGenState.test_suspended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suspended__test.test_inspect.test_inspect.TestGetCoroutineState.test_suspended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_suspended__test.test_inspect.test_inspect.TestGetGeneratorState.test_suspended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swap_attr__test.test_support.TestSupport.test_swap_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swap_fds__test.test_subprocess.POSIXProcessTestCase.test_swap_fds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swap_item__test.test_support.TestSupport.test_swap_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swap_std_fds_with_one_closed__test.test_subprocess.POSIXProcessTestCase.test_swap_std_fds_with_one_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_bigmem.BytearrayTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_bigmem.BytesTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_bigmem.StrTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_bytes.ByteArrayAsStringTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_bytes.BytesAsStringTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_str.StrTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapcase__test.test_userstring.UserStringTest.test_swapcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapped__test.test_ctypes.test_unaligned_structures.TestStructures.test_swapped_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_swapped_type_creation__test.test_ctypes.test_simplesubclasses.Test.test_swapped_type_creation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_switchinterval__test.test_sys.SysModuleTest.test_switchinterval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference__test.test_set.TestOnlySetsDict.test_sym_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference__test.test_set.TestOnlySetsGenerator.test_sym_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference__test.test_set.TestOnlySetsNumeric.test_sym_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference__test.test_set.TestOnlySetsOperator.test_sym_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference__test.test_set.TestOnlySetsString.test_sym_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference__test.test_set.TestOnlySetsTuple.test_sym_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_method_call__test.test_set.TestUpdateOps.test_sym_difference_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_non_overlap__test.test_set.TestBinaryOps.test_sym_difference_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_non_overlap__test.test_set.TestUpdateOps.test_sym_difference_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_overlap__test.test_set.TestBinaryOps.test_sym_difference_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_overlap__test.test_set.TestUpdateOps.test_sym_difference_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_subset__test.test_set.TestBinaryOps.test_sym_difference_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_subset__test.test_set.TestUpdateOps.test_sym_difference_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_superset__test.test_set.TestBinaryOps.test_sym_difference_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_superset__test.test_set.TestUpdateOps.test_sym_difference_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update__test.test_set.TestOnlySetsDict.test_sym_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update__test.test_set.TestOnlySetsGenerator.test_sym_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update__test.test_set.TestOnlySetsNumeric.test_sym_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update__test.test_set.TestOnlySetsOperator.test_sym_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update__test.test_set.TestOnlySetsString.test_sym_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update__test.test_set.TestOnlySetsTuple.test_sym_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update_operator__test.test_set.TestOnlySetsDict.test_sym_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update_operator__test.test_set.TestOnlySetsGenerator.test_sym_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update_operator__test.test_set.TestOnlySetsNumeric.test_sym_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update_operator__test.test_set.TestOnlySetsOperator.test_sym_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update_operator__test.test_set.TestOnlySetsString.test_sym_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sym_difference_update_operator__test.test_set.TestOnlySetsTuple.test_sym_difference_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symbol_lookup__test.test_symtable.SymtableTest.test_symbol_lookup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symbol_repr__test.test_symtable.SymtableTest.test_symbol_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symbolic_groups__test.test_re.ReTests.test_symbolic_groups_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symbolic_groups_errors__test.test_re.ReTests.test_symbolic_groups_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symbolic_refs__test.test_re.ReTests.test_symbolic_refs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symbolic_refs_errors__test.test_re.ReTests.test_symbolic_refs_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink__test.test_posix.TestPosixWeaklinking.test_symlink__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink__test.test_sysconfig.TestSysConfig.test_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_dir_fd__test.test_posix.TestPosixDirFd.test_symlink_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_extraction1__test.test_tarfile.LinkEmulationTest.test_symlink_extraction1__'requires_os.link_to_be_missing'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink_extraction2__test.test_tarfile.LinkEmulationTest.test_symlink_extraction2__'requires_os.link_to_be_missing'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink_keywords__test.test_os.FileTests.test_symlink_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_loop__test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_loop__test.test_compileall.CommandLineTestsWithSourceEpoch.test_symlink_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_size__test.test_tarfile.Bz2WriteTest.test_symlink_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_size__test.test_tarfile.GzipWriteTest.test_symlink_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_size__test.test_tarfile.LzmaWriteTest.test_symlink_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_size__test.test_tarfile.WriteTest.test_symlink_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_to__test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_to__test.test_pathlib.test_pathlib.PathTest.test_symlink_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_to__test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symlink_to__test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink_to_unsupported__test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported__'os.symlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink_to_unsupported__test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported__'os.symlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink_to_unsupported__test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported__'os.symlink___is_present'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlink_to_unsupported__test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_symlinked_dir_importable__test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference__test.test_set.TestFrozenSet.test_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference__test.test_set.TestFrozenSetSubclass.test_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference__test.test_set.TestSet.test_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference__test.test_set.TestSetSubclass.test_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference__test.test_weakset.TestWeakSet.test_symmetric_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update__test.test_set.TestSet.test_symmetric_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update__test.test_set.TestSetSubclass.test_symmetric_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update__test.test_weakset.TestWeakSet.test_symmetric_difference_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetric_difference_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symmetry__test.test_statistics.ApproxEqualSymmetryTest.test_symmetry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symtable_entry_repr__test.test_symtable.SymtableTest.test_symtable_entry_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symtable_key_regression_default__test.test_type_params.DefaultsTest.test_symtable_key_regression_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symtable_key_regression_name__test.test_type_params.DefaultsTest.test_symtable_key_regression_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symtable_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_symtable_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_symtable_repr__test.test_symtable.SymtableTest.test_symtable_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sync_anext_raises_exception__test.test_asyncgen.AsyncGenAsyncioTest.test_sync_anext_raises_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sync_empty_unmodified__test.test_dbm_dumb.DumbDBMTestCase.test_sync_empty_unmodified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sync_magic_methods_return_magic_mocks__test.test_unittest.testmock.testasync.AsyncMagicMethods.test_sync_magic_methods_return_magic_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sync_nonempty_unmodified__test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synchronize__test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_synchronize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synchronize__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_synchronize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synchronize__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synopsis__test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synopsis_sourceless__test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synopsis_sourceless_empty_doc__test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntactical_future_repl__test.test_future_stmt.test_future.FutureTest.test_syntactical_future_repl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error__return_not_in_function__test.test_compiler_codegen.IsolatedCodeGenTests.test_syntax_error__return_not_in_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error__test.test_code_module.TestInteractiveConsole.test_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error__test.test_compile.TestSpecifics.test_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error__test.test_import.ImportTracebackTests.test_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error__test.test_modulefinder.ModuleFinderTest.test_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error__test.test_typing.ForwardRefTests.test_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_after_debug__test.test_fstring.TestCase.test_syntax_error_after_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_empty_string__test.test_typing.ForwardRefTests.test_syntax_error_empty_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_for_starred_expressions__test.test_fstring.TestCase.test_syntax_error_for_starred_expressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_in_nested_fstring__test.test_fstring.TestCase.test_syntax_error_in_nested_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_no_lineno__test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_no_lineno__test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_offset_at_eol__test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_offset_at_eol__test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_on_deeply_nested_blocks__test.test_syntax.SyntaxTestCase.test_syntax_error_on_deeply_nested_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_various_offsets__test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_error_various_offsets__test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_errors__test.test_codeop.CodeopTests.test_syntax_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_for_many_positional_only__test.test_positional_only_arg.PositionalOnlyTestCase.test_syntax_for_many_positional_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntax_warning_infinite_recursion_in_file__test.test_fstring.TestCase.test_syntax_warning_infinite_recursion_in_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_does_not_crash__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_does_not_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_indented_caret_position__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_indented_caret_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_invalid_escape_sequence_multi_line__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_invalid_escape_sequence_multi_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_latin1__test.test_tokenize.TestDetectEncoding.test_syntaxerror_latin1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_multi_line_fstring__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_multi_line_fstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_null_bytes__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_null_bytes_in_multiline_string__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_in_multiline_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syntaxerror_unindented_caret_position__test.test_cmd_line_script.CmdLineTest.test_syntaxerror_unindented_caret_position_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_synthesize__test.test_webbrowser.ImportTest.test_synthesize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys__clear_internal_caches__test.test_capi.test_opt.TestExecutorInvalidation.test_sys__clear_internal_caches__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sys_api__test.test_perf_profiler.TestPerfTrampoline.test_sys_api_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_api_get_status__test.test_perf_profiler.TestPerfTrampoline.test_sys_api_get_status_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_api_with_existing_trampoline__test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_existing_trampoline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_api_with_invalid_trampoline__test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_invalid_trampoline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_argv_list__test.test_trace.TestCommandLine.test_sys_argv_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exception_no_exception__test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exception_restored__test.test_except_star.TestExceptStarCleanup.test_sys_exception_restored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exception_with_exception_instance__test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exception_with_exception_type__test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exit__test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exit__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_exit__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_flags__test.test_sys.SysModuleTest.test_sys_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_flags_no_instantiation__test.test_sys.SysModuleTest.test_sys_flags_no_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_flags_not_set__test.test_cmd_line.IgnoreEnvironmentTest.test_sys_flags_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_flags_set__test.test_cmd_line.CmdLineTest.test_sys_flags_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_formatstderr__test.test_capi.test_sys.CAPITest.test_sys_formatstderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_formatstdout__test.test_capi.test_sys.CAPITest.test_sys_formatstdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_getobject__test.test_capi.test_sys.CAPITest.test_sys_getobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_getwindowsversion_no_instantiation__test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation__\"object_<module_'sys'__built-in_>_has_no_attribute_'getwindowsversion'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_sys_getxoptions__test.test_capi.test_sys.CAPITest.test_sys_getxoptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_ignores_cleaning_up_user_data__test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_sys_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules__test.test_ast.test_ast.ModuleStateTests.test_sys_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules__test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules__test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules__test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules__test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_loader_is_None__test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_loader_is_None__test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_loader_is_None__test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_loader_is_None__test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_loader_is_not_set__test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_loader_is_not_set__test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_spec_is_None__test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_spec_is_None__test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_spec_is_not_set__test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_spec_is_not_set__test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_without___loader____test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_modules_without___loader____test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path_0__test.test_interpreters.test_lifecycle.StartupTests.test_sys_path_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path__test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path__test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path__test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path__test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path_adjustment_adds_missing_curdir__test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path_adjustment_protects_pydoc_dir__test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path_adjustment_removes_argv0_dir__test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_path_adjustment_when_curdir_already_included__test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_setobject__test.test_capi.test_sys.CAPITest.test_sys_setobject_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_tracebacklimit__test.test_sys.SysModuleTest.test_sys_tracebacklimit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_version__test.test_platform.PlatformTest.test_sys_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_version_info_no_instantiation__test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_writestderr__test.test_capi.test_sys.CAPITest.test_sys_writestderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_writestdout__test.test_capi.test_sys.CAPITest.test_sys_writestdout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_xoptions__test.test_faulthandler.FaultHandlerTests.test_sys_xoptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_xoptions__test.test_tracemalloc.TestCommandLine.test_sys_xoptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sys_xoptions_invalid__test.test_tracemalloc.TestCommandLine.test_sys_xoptions_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysconf__test.test_posix.PosixTester.test_sysconf_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysconfig_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_sysconfig_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysexcepthook__test.test_code_module.TestInteractiveConsole.test_sysexcepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysexcepthook_crashing_doesnt_close_repl__test.test_code_module.TestInteractiveConsole.test_sysexcepthook_crashing_doesnt_close_repl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysexcepthook_indentation_error__test.test_code_module.TestInteractiveConsole.test_sysexcepthook_indentation_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysexcepthook_raising_BaseException__test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_BaseException_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysexcepthook_raising_SystemExit_gets_through__test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_SystemExit_gets_through_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_sysexcepthook_syntax_error__test.test_code_module.TestInteractiveConsole.test_sysexcepthook_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syslog__test.test_syslog.Test.test_syslog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syslog_implicit_open__test.test_syslog.Test.test_syslog_implicit_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_syslog_threaded__test.test_syslog.Test.test_syslog_threaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system__test.test_platform.PlatformTest.test_system_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_alias__test.test_platform.PlatformTest.test_system_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_exit__test.test_threading.ExceptHookTests.test_system_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_id__test.test_sax.PrepareInputSourceTest.test_system_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_transitions__test.datetimetester.IranTest_Fast.test_system_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_transitions__test.datetimetester.IranTest_Pure.test_system_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_transitions__test.datetimetester.ZoneInfoTest_Fast.test_system_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_system_transitions__test.datetimetester.ZoneInfoTest_Pure.test_system_transitions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tab__test.test_json.test_tool.TestTool.test_tab_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tab_delimiter__test.test_difflib.TestOutputFormat.test_tab_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_access__test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_access__test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_access__test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_access__test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_dump__test.test_sqlite3.test_dump.DumpTests.test_table_dump_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_dump_filter__test.test_sqlite3.test_dump.DumpTests.test_table_dump_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_lock_cursor_dealloc__test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_lock_cursor_non_readonly_select__test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_table_lock_cursor_replace_stmt__test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tabs__test.test_tokenize.CTokenizeTest.test_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tabs__test.test_tokenize.GenerateTokensTest.test_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tabs__test.test_tokenize.TokenizeTest.test_tabs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tagname__test.test_mmap.MmapTests.test_tagname__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_takewhile__test.test_itertools.TestBasicOps.test_takewhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_takewhile__test.test_itertools.TestExamples.test_takewhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_takewhile__test.test_itertools.TestGC.test_takewhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_takewhile__test.test_itertools.TestVariousIteratorArgs.test_takewhile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tar_filter__test.test_tarfile.TestExtractionFilters.test_tar_filter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tar_size__test.test_tarfile.Bz2WriteTest.test_tar_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tar_size__test.test_tarfile.GzipWriteTest.test_tar_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tar_size__test.test_tarfile.LzmaWriteTest.test_tar_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tar_size__test.test_tarfile.WriteTest.test_tar_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tarfile_root_owner__test.test_shutil.TestArchives.test_tarfile_root_owner_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tarfile_vs_tar__test.test_shutil.TestArchives.test_tarfile_vs_tar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_target_async_spec_not__test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_async_spec_not_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_target_ignored__test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_target_ignored__test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_target_not_async_spec_is__test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_not_async_spec_is_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_target_overwrites_source_file__test.test_zipapp.ZipAppTest.test_target_overwrites_source_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskName_with_asyncio_imported__test.test_logging.LogRecordTest.test_taskName_with_asyncio_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskName_without_asyncio_imported__test.test_logging.LogRecordTest.test_taskName_without_asyncio_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_awaits_on_itself__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_awaits_on_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_basics__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_getter__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_getter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_message_setter__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_sleeping_task__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_sleeping_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_cancel_waiter_future__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_waiter_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_class__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_del_collect__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_del_collect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_asyncio.test_queues.QueueJoinTests.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_task_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done_underflow__test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_underflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done_underflow__test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_underflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_done_underflow__test.test_asyncio.test_queues.QueueJoinTests.test_task_done_underflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_exc_handler_correct_context__test.test_asyncio.test_futures2.CFutureTests.test_task_exc_handler_correct_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_exc_handler_correct_context__test.test_asyncio.test_futures2.PyFutureTests.test_task_exc_handler_correct_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_print_stack__test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_autogenerated__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_autogenerated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_name_not_str__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_name_not_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_repr_wait_for__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_methods__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_set_name_pylong__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_name_pylong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_source_traceback__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_source_traceback__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_source_traceback__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_task_source_traceback__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_source_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_01__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_01__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_02__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_02__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_03__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_03__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_04__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_04__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_07__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_07__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_08__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_08__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_09__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_09__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_10__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_10__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_11__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_11__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_12__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_12__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_13__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_13__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_14__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_14_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_14__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_15__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_15_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_15__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_16__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_16__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_17__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_17_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_17__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_18__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_18_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_18__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_19__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_19_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_19__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_20__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_20__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_20a__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_20a__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_21a__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_21a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_21a__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_22__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_22_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_22__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_23__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_23_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_23__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_24__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_24_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_24__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_25__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_25_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_25__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_already_entered__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_already_entered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_already_entered__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_context_manager_exit_raises__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_context_manager_exit_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_context_manager_exit_raises__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_double_enter__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_double_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_double_enter__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_finished__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_finished__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_no_create_task_after_failure__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_no_create_task_after_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_no_create_task_after_failure__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_not_entered__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_not_entered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_not_entered__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_task_context__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_task_context__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_task_name__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_task_name__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_without_parent_task__test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_without_parent_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_taskgroup_without_parent_task__test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_abandoned__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_abandoned__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_abandoned__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_result_retrieved__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_result_retrieved__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_result_retrieved__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_retrieved__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_retrieved__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_retrieved__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_unretrieved__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_unretrieved__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_exception_unretrieved__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_not_called_after_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_result_retrieved__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_result_retrieved__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_result_retrieved__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_result_unretrieved__test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_result_unretrieved__test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tb_logger_result_unretrieved__test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcdrain__test.test_termios.TestFunctions.test_tcdrain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcdrain_errors__test.test_termios.TestFunctions.test_tcdrain_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcflow__test.test_termios.TestFunctions.test_tcflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcflow_errors__test.test_termios.TestFunctions.test_tcflow_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcflow_suspend_and_resume_output__test.test_termios.TestFunctions.test_tcflow_suspend_and_resume_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcflush__test.test_termios.TestFunctions.test_tcflush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcflush_clear_input_or_output__test.test_termios.TestFunctions.test_tcflush_clear_input_or_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcflush_errors__test.test_termios.TestFunctions.test_tcflush_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcgetattr__test.test_termios.TestFunctions.test_tcgetattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcgetattr_errors__test.test_termios.TestFunctions.test_tcgetattr_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcgetpgrp__test.test_os.TestInvalidFD.test_tcgetpgrp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcgetwinsize__test.test_termios.TestFunctions.test_tcgetwinsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcgetwinsize_errors__test.test_termios.TestFunctions.test_tcgetwinsize_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcp4__test.test_socket.CreateServerFunctionalTest.test_tcp4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcp6__test.test_socket.CreateServerFunctionalTest.test_tcp6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcp_keepalive__test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive__'macOS_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_tcsendbreak__test.test_termios.TestFunctions.test_tcsendbreak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcsendbreak_errors__test.test_termios.TestFunctions.test_tcsendbreak_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcsetattr__test.test_termios.TestFunctions.test_tcsetattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcsetattr_errors__test.test_termios.TestFunctions.test_tcsetattr_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcsetpgrpt__test.test_os.TestInvalidFD.test_tcsetpgrpt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcsetwinsize__test.test_termios.TestFunctions.test_tcsetwinsize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tcsetwinsize_errors__test.test_termios.TestFunctions.test_tcsetwinsize_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tearDown__test.test_unittest.test_case.Test_TestCase.test_tearDown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_teardown_class__test.test_unittest.test_setups.TestSetups.test_teardown_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_teardown_class_two_classes__test.test_unittest.test_setups.TestSetups.test_teardown_class_two_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_teardown_module__test.test_unittest.test_setups.TestSetups.test_teardown_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee__test.test_itertools.TestBasicOps.test_tee_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee__test.test_itertools.TestVariousIteratorArgs.test_tee_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee_concurrent__test.test_itertools.TestBasicOps.test_tee_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee_dealloc_segfault__test.test_itertools.TestBasicOps.test_tee_dealloc_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee_del_backward__test.test_itertools.TestBasicOps.test_tee_del_backward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee_recipe__test.test_itertools.TestPurePythonRoughEquivalents.test_tee_recipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tee_reenter__test.test_itertools.TestBasicOps.test_tee_reenter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_lzma.FileTestCase.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_memoryio.CBytesIOTest.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_memoryio.CStringIOTest.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_memoryio.PyBytesIOTest.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_memoryio.PyStringIOTest.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_univnewlines.CTestCRLFNewlines.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell__test.test_univnewlines.PyTestCRLFNewlines.test_tell_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell_bad_args__test.test_lzma.FileTestCase.test_tell_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell_character_device_file__test.test_io.CBufferedRandomTest.test_tell_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell_character_device_file__test.test_io.CBufferedReaderTest.test_tell_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell_character_device_file__test.test_io.PyBufferedRandomTest.test_tell_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tell_character_device_file__test.test_io.PyBufferedReaderTest.test_tell_character_device_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_telling__test.test_io.CTextIOWrapperTest.test_telling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_telling__test.test_io.PyTextIOWrapperTest.test_telling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_telurl_params__test.test_urlparse.UrlParseTestCase.test_telurl_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_temp_cwd__test.test_support.TestSupport.test_temp_cwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_template__test.test_string_literals.TestLiterals.test_template_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_temporary_bp__test.test_bdb.BreakpointTestCase.test_temporary_bp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_terminate__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_terminate__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_terminate__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_terminate__test.test_subprocess.POSIXProcessTestCase.test_terminate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate__test.test_subprocess.Win32ProcessTestCase.test_terminate__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_terminate_dead__test.test_subprocess.POSIXProcessTestCase.test_terminate_dead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_terminate_dead__test.test_subprocess.Win32ProcessTestCase.test_terminate_dead__'Windows_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_terminating_newline__test.test_mailbox.TestMbox.test_terminating_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testMethodPrefix__default_value__test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__default_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testMethodPrefix__loadTestsFromModule__test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testMethodPrefix__loadTestsFromName__test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testMethodPrefix__loadTestsFromNames__test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testMethodPrefix__loadTestsFromTestCase__test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test__test.test_grammar.GrammarTests.test_test_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_argparse_module_encoding__test.test_argparse.TestEncoding.test_test_argparse_module_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_command__test.test_tarfile.CommandLineTest.test_test_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_command__test.test_zipfile.test_core.CommandLineTest.test_test_command_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_command_invalid_file__test.test_tarfile.CommandLineTest.test_test_command_invalid_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_command_verbose__test.test_tarfile.CommandLineTest.test_test_command_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_find_with_ns__test.test_xml_etree.ElementFindTest.test_test_find_with_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_find_with_ns__test.test_xml_etree_c.ElementFindTest.test_test_find_with_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_server_supports_extensions__test.test_smtplib.SMTPUTF8SimTests.test_test_server_supports_extensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_test_simple_enum__test.test_enum.TestStdLib.test_test_simple_enum_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testall__test.test_decimal.CIBMTestCases.test_testall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testall__test.test_decimal.PyIBMTestCases.test_testall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcapi_no_segfault__test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcapi_settrace_error__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_testcapi_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcapi_settrace_error__test.test_sys_settrace.TestLinesAfterTraceStarted.test_testcapi_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcapi_settrace_error__test.test_sys_settrace.TestSetLocalTrace.test_testcapi_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcapi_settrace_error__test.test_sys_settrace.TraceOpcodesTestCase.test_testcapi_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcapi_settrace_error__test.test_sys_settrace.TraceTestCase.test_testcapi_settrace_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testcase_with_missing_module__test.test_unittest.test_setups.TestSetups.test_testcase_with_missing_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testdir__test.test_regrtest.ParseArgsTestCase.test_testdir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testfile__test.test_math.MathTests.test_testfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_testmod__test.test_doctest.test_doctest2.Test.test_testmod_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_annotations__test.test_dataclasses.TestStringAnnotations.test_text_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_doc__test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_doc_inherited_routines_in_class__test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_doc_routines_in_class__test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_doc_routines_in_module__test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_encoding__test.test_io.CMiscIOTest.test_text_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_encoding__test.test_io.PyMiscIOTest.test_text_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_enum_member_with_value_zero__test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_errors__test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_text_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_errors__test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_text_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_file__test.test_sax.PrepareInputSourceTest.test_text_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_file_body__test.test_httplib.RequestBodyTest.test_text_file_body_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_mode__test.test_tempfile.TestSpooledTemporaryFile.test_text_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_mode_encoding__test.test_fileinput.Test_hook_compressed.test_text_mode_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_modes__test.test_bz2.OpenTest.test_text_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_modes__test.test_gzip.TestOpen.test_text_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_modes__test.test_lzma.OpenTestCase.test_text_modes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_newline_and_encoding__test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_plain_in_a_multipart_digest__test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_text_plain_in_a_multipart_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_plain_in_a_multipart_digest__test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_text_plain_in_a_multipart_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_plain_in_a_multipart_digest__test.test_email.test_email.TestIdempotent.test_text_plain_in_a_multipart_digest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_to_binary_denylists_binary_transforms__test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_binary_transforms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_text_to_binary_denylists_text_transforms__test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_text_transforms_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textdomain__test.test_gettext.GettextTestCase2.test_textdomain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textio__test.test_typing.IOTests.test_textio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textio_properties__test.test_memoryio.CStringIOPickleTest.test_textio_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textio_properties__test.test_memoryio.CStringIOTest.test_textio_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textio_properties__test.test_memoryio.PyStringIOPickleTest.test_textio_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textio_properties__test.test_memoryio.PyStringIOTest.test_textio_properties_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textio_readlines__test.test_gzip.TestGzip.test_textio_readlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_textmode__test.test_tempfile.TestMkstempInner.test_textmode__'text_mode_not_available'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_that_Time2Internaldate_returns_a_result__test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_the_alternative_interface__test.test_gettext.GettextTestCase1.test_the_alternative_interface_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_the_node_multiple_times__test.test_graphlib.TestTopologicalSort.test_the_node_multiple_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_the_return_value_from_barrier.wait": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_there_can_be_only_one__test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_third_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_third_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_third_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_third_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thirteenth_month__test.test_calendar.MonthRangeTestCase.test_thirteenth_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_thousand__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_thousand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_thousand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_thousand__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_thousand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_thousand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thousand__test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_thousand_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_from_thread__test.test_threading.ThreadJoinOnShutdown.test_thread_from_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_gilstate_in_clear__test.test_capi.test_misc.TestThreadState.test_thread_gilstate_in_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_info__test.test_sys.SysModuleTest.test_thread_info_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_thread.LockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_threading.CRLockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_threading.ConditionAsRLockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_threading.LockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_leak__test.test_threading.PyRLockTests.test_thread_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_thread_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_names_assigned__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_assigned__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thread_names_default__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_default__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thread_safety__test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_thread_safety__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thread_safety__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_thread_safety__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thread_safety__test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_thread_safety__test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_state__test.test_capi.test_misc.TestThreadState.test_thread_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_supression_noninterference__test.test_logging.ConfigDictTest.test_thread_supression_noninterference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_thread_time__test.test_time.TimeTestCase.test_thread_time__'timing_related_test,_dependent_on_load'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threaded_hashing__test.test_hashlib.HashLibTestCase.test_threaded_hashing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threaded_poll__test.test_poll.PollTests.test_threaded_poll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threaded_weak_key_dict_copy__test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threaded_weak_key_dict_deepcopy__test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threaded_weak_value_dict_copy__test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threaded_weak_value_dict_deepcopy__test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threaded_weak_valued_consistency__test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threaded_weak_valued_pop__test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threaded_weak_valued_setdefault__test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading__test.test_decimal.CThreadingTest.test_threading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading__test.test_decimal.PyThreadingTest.test_threading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_excepthook__test.test_regrtest.ArgsTestCase.test_threading_excepthook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_local__test.test_threading_local.PyThreadingLocalTest.test_threading_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_local__test.test_threading_local.ThreadLocalTest.test_threading_local_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_local_clear_race__test.test_threading_local.PyThreadingLocalTest.test_threading_local_clear_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_local_clear_race__test.test_threading_local.ThreadLocalTest.test_threading_local_clear_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_local_subclass__test.test_threading_local.PyThreadingLocalTest.test_threading_local_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_local_subclass__test.test_threading_local.ThreadLocalTest.test_threading_local_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threading_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_threading_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threads__test.test_io.CBufferedRandomTest.test_threads__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads__test.test_io.CBufferedReaderTest.test_threads__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads__test.test_io.CBufferedWriterTest.test_threads__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads__test.test_io.PyBufferedRandomTest.test_threads__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads__test.test_io.PyBufferedReaderTest.test_threads__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads__test.test_io.PyBufferedWriterTest.test_threads__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads_join_2__test.test_threading.SubinterpThreadingTests.test_threads_join_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threads_join__test.test_threading.SubinterpThreadingTests.test_threads_join_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threads_join_with_no_main__test.test_threading.SubinterpThreadingTests.test_threads_join_with_no_main_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threads_not_allowed__test.test_threading.SubinterpThreadingTests.test_threads_not_allowed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threads_terminate__test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_threads_terminate__'skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_threads_write__test.test_io.CTextIOWrapperTest.test_threads_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threads_write__test.test_io.PyTextIOWrapperTest.test_threads_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_three_lines__test.test_email.test_email.TestParsers.test_three_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_three_parameters__test.test_typing.GenericAliasSubstitutionTests.test_three_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_three_same__test.test_monitoring.MultipleMonitorsTest.test_three_same_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threeline_lambda__test.test_inspect.test_inspect.TestOneliners.test_threeline_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_threshold__test.test_regrtest.ParseArgsTestCase.test_threshold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_throw__test.test_monitoring.ExceptionMonitoringTest.test_throw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_throw_after_none_exc_type__test.test_generators.GeneratorThrowTest.test_throw_after_none_exc_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_throw_with_yield_from__test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tier2_invalidates_iterator__test.test_list.ListTest.test_tier2_invalidates_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time2isoz__test.test_http_cookiejar.DateTimeTests.test_time2isoz_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time2netscape__test.test_http_cookiejar.DateTimeTests.test_time2netscape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time__test.test_capi.test_time.CAPITest.test_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time__test.test_logging.FormatterTest.test_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time__test.test_sqlite3.test_dbapi.ConstructorTests.test_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time__test.test_time.TimeTestCase.test_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time__test.test_xmlrpc.DateTimeTestCase.test_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_and_call_at__test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_fixed_offset__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_fixed_offset__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_fixed_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_fixed_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_from_ticks__test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_from_time__test.datetimetester.CapiTest_Fast.test_time_from_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_from_time__test.datetimetester.CapiTest_Pure.test_time_from_time__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_from_timeandfold__test.datetimetester.CapiTest_Fast.test_time_from_timeandfold_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_from_timeandfold__test.datetimetester.CapiTest_Pure.test_time_from_timeandfold__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='aa_ET'__\"no_locale_'aa_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='am_ET'__\"no_locale_'am_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='az_IR'__\"no_locale_'az_IR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='byn_ER'__\"no_locale_'byn_ER'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='fa_IR'__\"no_locale_'fa_IR'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='gez_ET'__\"no_locale_'gez_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='my_MM'__\"no_locale_'my_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='om_ET'__\"no_locale_'om_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='or_IN'__\"no_locale_'or_IN'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='shn_MM'__\"no_locale_'shn_MM'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='sid_ET'__\"no_locale_'sid_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='so_SO'__\"no_locale_'so_SO'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='ti_ET'__\"no_locale_'ti_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='tig_ER'__\"no_locale_'tig_ER'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_locale__test.test_strptime.StrptimeTests.test_time_locale___locale='wal_ET'__\"no_locale_'wal_ET'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_time_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_ns_type__test.test_time.TimeTestCase.test_time_ns_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_re_recreation__test.test_strptime.CacheTests.test_time_re_recreation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_struct__test.test_xmlrpc.DateTimeTestCase.test_time_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_t__test.test_ctypes.test_sizes.SizesTestCase.test_time_t_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_tuple__test.test_xmlrpc.DateTimeTestCase.test_time_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_variable_offset__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_variable_offset__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_time_variable_offset__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_variable_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timegm__test.test_calendar.TimegmTestCase.test_timegm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_callable_setup__test.test_timeit.TestTimeit.test_timeit_callable_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_callable_stmt__test.test_timeit.TestTimeit.test_timeit_callable_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_callable_stmt_and_setup__test.test_timeit.TestTimeit.test_timeit_callable_stmt_and_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_few_iters__test.test_timeit.TestTimeit.test_timeit_few_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_function_zero_iters__test.test_timeit.TestTimeit.test_timeit_function_zero_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_globals_args__test.test_timeit.TestTimeit.test_timeit_globals_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeit_zero_iters__test.test_timeit.TestTimeit.test_timeit_zero_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_timeout__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_misc.TestTimeouts.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_timeout__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_timeout__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_misc.TestTimeouts.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_timeout__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout__'test_not_appropriate_for_manager'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_timeout__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_regrtest.ParseArgsTestCase.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_selectors.DefaultSelectorTestCase.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_selectors.DevpollSelectorTestCase.test_timeout__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_selectors.EpollSelectorTestCase.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_selectors.KqueueSelectorTestCase.test_timeout__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout__test.test_selectors.PollSelectorTestCase.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_selectors.SelectSelectorTestCase.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_ssl.BasicSocketTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_subprocess.RunFuncTestCase.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_thread.LockTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_threading.CRLockTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_threading.ConditionAsRLockTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_threading.ConditionTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_threading.EventTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_threading.LockTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout__test.test_threading.PyRLockTests.test_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_after_cancellation__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_after_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_already_entered__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_already_entered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_at_basic__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_at_disabled__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_basic__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_connect_ex__test.test_ssl.NetworkedTests.test_timeout_connect_ex__\"resource_'network'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timeout_disabled__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_disabled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_double_enter__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_double_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_exception__test.test_subprocess.ProcessTestCase.test_timeout_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_exception__test.test_subprocess.ProcessTestCaseNoPoll.test_timeout_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_exception_context__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_exception_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_expired__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_expiring__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expiring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_finished__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_finished_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_in_block__test.test_asyncio.test_locks.ConditionTests.test_timeout_in_block_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_in_the_past_sleep_zero__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_in_the_past_sleep_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_not_called__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_called_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_not_entered__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_entered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_rounding__test.test_asyncio.test_events.EPollEventLoopTests.test_timeout_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_rounding__test.test_asyncio.test_events.PollEventLoopTests.test_timeout_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_rounding__test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_taskgroup__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_taskgroup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_without_task__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_without_task_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_zero__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timeout_zero_sleep_zero__test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_sleep_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer__test.test_asyncio.test_events.TimerTests.test_timer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer_comparison__test.test_asyncio.test_events.TimerTests.test_timer_comparison_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer_empty_stmt__test.test_timeit.TestTimeit.test_timer_empty_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer_invalid_setup__test.test_timeit.TestTimeit.test_timer_invalid_setup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer_invalid_stmt__test.test_timeit.TestTimeit.test_timer_invalid_stmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer_repr__test.test_asyncio.test_events.TimerTests.test_timer_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timer_repr_debug__test.test_asyncio.test_events.TimerTests.test_timer_repr_debug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_TFD_TIMER_ABSTIME__test.test_os.TimerfdTests.test_timerfd_TFD_TIMER_ABSTIME_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_initval__test.test_os.TimerfdTests.test_timerfd_initval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_interval__test.test_os.TimerfdTests.test_timerfd_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_negative__test.test_os.TimerfdTests.test_timerfd_negative_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_non_blocking__test.test_os.TimerfdTests.test_timerfd_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_ns_TFD_TIMER_ABSTIME__test.test_os.TimerfdTests.test_timerfd_ns_TFD_TIMER_ABSTIME_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_ns_initval__test.test_os.TimerfdTests.test_timerfd_ns_initval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_ns_interval__test.test_os.TimerfdTests.test_timerfd_ns_interval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_ns_poll__test.test_os.TimerfdTests.test_timerfd_ns_poll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_ns_select__test.test_os.TimerfdTests.test_timerfd_ns_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_poll__test.test_os.TimerfdTests.test_timerfd_poll_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timerfd_select__test.test_os.TimerfdTests.test_timerfd_select_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_times__test.test_os.TimesTests.test_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp__test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_aware__test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_aware__test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_aware__test.datetimetester.TestDateTime_Fast.test_timestamp_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_aware__test.datetimetester.TestDateTime_Pure.test_timestamp_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_aware__test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_aware__test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_aware_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_from_ticks__test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_limits__test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_limits__test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_limits__test.datetimetester.TestDateTime_Fast.test_timestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_limits__test.datetimetester.TestDateTime_Pure.test_timestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_limits__test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_limits__test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_lord_howe__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp_lord_howe__'Australia/Lord_Howe_timezone_is_not_supported_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timestamp_lord_howe__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_lord_howe__'Australia/Lord_Howe_timezone_is_not_supported_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timestamp_naive__test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_naive__test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_naive__test.datetimetester.TestDateTime_Fast.test_timestamp_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_naive__test.datetimetester.TestDateTime_Pure.test_timestamp_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_naive__test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_naive__test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_naive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_overflow__test.test_import.ImportTests.test_timestamp_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_overflow__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_overflow__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timestamp_overflow__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestDateTimeTZ_Fast.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestDateTimeTZ_Pure.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestDateTime_Fast.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestDateTime_Pure.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestDate_Fast.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestDate_Pure.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestSubclassDateTime_Fast.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timetuple__test.datetimetester.TestSubclassDateTime_Pure.test_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timezone__test.test_strptime.LocaleTime_Tests.test_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timezone__test.test_strptime.StrptimeTests.test_timezone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timezones_capi__test.datetimetester.CapiTest_Fast.test_timezones_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timezones_capi__test.datetimetester.CapiTest_Pure.test_timezones_capi__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_timezones_offset_zero__test.datetimetester.CapiTest_Fast.test_timezones_offset_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_timezones_offset_zero__test.datetimetester.CapiTest_Pure.test_timezones_offset_zero__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_title__test.test_bigmem.BytearrayTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_title__test.test_bigmem.BytesTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_title__test.test_bigmem.StrTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_title__test.test_bytes.ByteArrayAsStringTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_title__test.test_bytes.BytesAsStringTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_title__test.test_str.StrTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_title__test.test_userstring.UserStringTest.test_title_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tls13_pha__test.test_httplib.HTTPSTest.test_tls13_pha_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tls_unique_channel_binding__test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tlsalerttype__test.test_ssl.TestEnumerations.test_tlsalerttype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tlscontenttype__test.test_ssl.TestEnumerations.test_tlscontenttype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tlsmessagetype__test.test_ssl.TestEnumerations.test_tlsmessagetype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tlsversion__test.test_ssl.TestEnumerations.test_tlsversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_bool_specialization_user_type__test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_bytes__test.test_long.LongTest.test_to_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_bytes__test.test_urlparse.Utility_Tests.test_to_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_bytes_deprecation__test.test_urlparse.DeprecationTest.test_to_bytes_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_eng_string__test.test_decimal.CContextAPItests.test_to_eng_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_eng_string__test.test_decimal.PyContextAPItests.test_to_eng_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_integral_exact__test.test_decimal.CContextAPItests.test_to_integral_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_integral_exact__test.test_decimal.PyContextAPItests.test_to_integral_exact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_integral_value__test.test_decimal.CContextAPItests.test_to_integral_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_integral_value__test.test_decimal.PyContextAPItests.test_to_integral_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_sci_string__test.test_decimal.CContextAPItests.test_to_sci_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_sci_string__test.test_decimal.PyContextAPItests.test_to_sci_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_str__test.test_bytes.AssortedBytesTest.test_to_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_thread__test.test_asyncio.test_threads.ToThreadTests.test_to_thread_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_thread_args_kwargs__test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_thread_concurrent__test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_thread_contextvars__test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_thread_exception__test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_to_thread_once__test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobase__test.test_capi.test_number.CAPITest.test_tobase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobytes__test.test_memoryview.ArrayMemorySliceSliceTest.test_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobytes__test.test_memoryview.ArrayMemorySliceTest.test_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobytes__test.test_memoryview.ArrayMemoryviewTest.test_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobytes__test.test_memoryview.BytesMemorySliceSliceTest.test_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobytes__test.test_memoryview.BytesMemorySliceTest.test_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tobytes__test.test_memoryview.BytesMemoryviewTest.test_tobytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestDateTimeTZ_Fast.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestDateTimeTZ_Pure.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestDateTime_Fast.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestDateTime_Pure.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestDate_Fast.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestDate_Pure.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestSubclassDateTime_Fast.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_today__test.datetimetester.TestSubclassDateTime_Pure.test_today_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.ByteTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.DoubleTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.FloatTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.IntTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.LongLongTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.LongTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.ShortTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UCS4Test.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UnicodeTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UnsignedByteTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UnsignedIntTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UnsignedLongLongTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UnsignedLongTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofrombytes__test.test_array.UnsignedShortTest.test_tofrombytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.ByteTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.DoubleTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.FloatTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.IntTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.LongLongTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.LongTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.ShortTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UCS4Test.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UnicodeTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UnsignedByteTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UnsignedIntTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UnsignedLongLongTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UnsignedLongTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromfile__test.test_array.UnsignedShortTest.test_tofromfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.ByteTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.DoubleTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.FloatTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.IntTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.LongLongTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.LongTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.ShortTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UCS4Test.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UnicodeTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UnsignedByteTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UnsignedIntTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UnsignedLongLongTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UnsignedLongTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tofromlist__test.test_array.UnsignedShortTest.test_tofromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toggle_auto_commit__test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tointegral__test.test_decimal.CIBMTestCases.test_tointegral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tointegral__test.test_decimal.PyIBMTestCases.test_tointegral_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tointegralx__test.test_decimal.CIBMTestCases.test_tointegralx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tointegralx__test.test_decimal.PyIBMTestCases.test_tointegralx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_bytes__test.test_secrets.Token_Tests.test_token_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_defaults__test.test_secrets.Token_Tests.test_token_defaults_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_hex__test.test_secrets.Token_Tests.test_token_hex_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_urlsafe__test.test_secrets.Token_Tests.test_token_urlsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_escape__test.test_netrc.NetrcTestCase.test_token_value_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_internal_hash__test.test_netrc.NetrcTestCase.test_token_value_internal_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_leading_hash__test.test_netrc.NetrcTestCase.test_token_value_leading_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_non_ascii__test.test_netrc.NetrcTestCase.test_token_value_non_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_quotes__test.test_netrc.NetrcTestCase.test_token_value_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_trailing_hash__test.test_netrc.NetrcTestCase.test_token_value_trailing_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_token_value_whitespace__test.test_netrc.NetrcTestCase.test_token_value_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tokenize__test.test_tokenize.TestTokenize.test_tokenize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tokenize_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_tokenize_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tokenizer_error_with_stdin__test.test_cmd_line.SyntaxErrorTests.test_tokenizer_error_with_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tokenizer_fstring_warning_in_first_line__test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tolerant_parsing__test.test_htmlparser.HTMLParserTestCase.test_tolerant_parsing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tolist__test.test_array.LargeArrayTest.test_tolist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tolist__test.test_memoryview.ArrayMemorySliceSliceTest.test_tolist__'XXX_NotImplementedError:_tolist___only_supports_byte_views'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_tolist__test.test_memoryview.ArrayMemorySliceTest.test_tolist__'XXX_NotImplementedError:_tolist___only_supports_byte_views'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_tolist__test.test_memoryview.ArrayMemoryviewTest.test_tolist__'XXX_NotImplementedError:_tolist___only_supports_byte_views'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_tolist__test.test_memoryview.BytesMemorySliceSliceTest.test_tolist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tolist__test.test_memoryview.BytesMemorySliceTest.test_tolist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tolist__test.test_memoryview.BytesMemoryviewTest.test_tolist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tonum_methods__test.test_decimal.CUsabilityTest.test_tonum_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tonum_methods__test.test_decimal.PyUsabilityTest.test_tonum_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_few_type_args__test.test_typing.AnnotatedTests.test_too_few_type_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_high_from_module__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_high_from_module__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_high_from_package__test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_high_from_package__test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_large_blob__test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob__'not_enough_memory:_6.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_too_large_int__test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_large_int__test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_large_string__test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string__'not_enough_memory:_8.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_too_long_lines__test.test_poplib.TestPOP3Class.test_too_long_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_long_lines__test.test_poplib.TestPOP3_SSLClass.test_too_long_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_long_lines__test.test_poplib.TestPOP3_TLSClass.test_too_long_lines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_long_name_resource__test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_too_long_name_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_long_name_resource__test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_too_long_name_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_long_name_resource__test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_args__test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_args__test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_arguments__test.test_positional_only_arg.PositionalOnlyTestCase.test_too_many_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_data_types__test.test_enum.TestSpecial.test_too_many_data_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_defaults_0__test.test_opcache.TestCallCache.test_too_many_defaults_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_defaults_1__test.test_opcache.TestCallCache.test_too_many_defaults_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_defaults_2__test.test_opcache.TestCallCache.test_too_many_defaults_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files__test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files__test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files__test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files_append__test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files_append__test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files_append__test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_files_append__test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_headers__test.test_httplib.BasicTest.test_too_many_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_headers__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_too_many_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_many_positional__test.test_call.TestErrorMessagesUseQualifiedName.test_too_many_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_short__test.test_zipfile.test_core.StripExtraTests.test_too_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_too_small_stack__test.test_pickletools.DisTests.test_too_small_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tool__test.test_monitoring.MonitoringBasicTest.test_tool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toolong__test.test_ctypes.test_strings.WStringTestCase.test_toolong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tools_buildbot_test__test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test__'test.bat_script_is_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_top__test.test_poplib.TestPOP3Class.test_top_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_top__test.test_poplib.TestPOP3_SSLClass.test_top_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_top__test.test_poplib.TestPOP3_TLSClass.test_top_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_top_level__test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_top_level__test.test_type_annotations.TestSetupAnnotations.test_top_level_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_top_level_class_var__test.test_typing.GetTypeHintTests.test_top_level_class_var_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toplevel_class__test.test_inspect.test_inspect.TestBlockComments.test_toplevel_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toplevel_contextvars_async__test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_async_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toplevel_contextvars_sync__test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_sync_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toplevel_non_ordered_tokens__test.test_netrc.NetrcTestCase.test_toplevel_non_ordered_tokens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toplevel_tokens__test.test_netrc.NetrcTestCase.test_toplevel_tokens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toprettyxml_preserves_content_of_text_node__test.test_minidom.MinidomTest.test_toprettyxml_preserves_content_of_text_node_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toprettyxml_with_adjacent_text_nodes__test.test_minidom.MinidomTest.test_toprettyxml_with_adjacent_text_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toprettyxml_with_attributes_ordered__test.test_minidom.MinidomTest.test_toprettyxml_with_attributes_ordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toprettyxml_with_cdata__test.test_minidom.MinidomTest.test_toprettyxml_with_cdata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toprettyxml_with_text_nodes__test.test_minidom.MinidomTest.test_toprettyxml_with_text_nodes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toreadonly__test.test_memoryview.ArrayMemorySliceSliceTest.test_toreadonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toreadonly__test.test_memoryview.ArrayMemorySliceTest.test_toreadonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toreadonly__test.test_memoryview.ArrayMemoryviewTest.test_toreadonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toreadonly__test.test_memoryview.BytesMemorySliceSliceTest.test_toreadonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toreadonly__test.test_memoryview.BytesMemorySliceTest.test_toreadonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toreadonly__test.test_memoryview.BytesMemoryviewTest.test_toreadonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_torture__test.test_statistics.SumTortureTest.test_torture_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_torture_pep__test.test_statistics.TestMean.test_torture_pep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_default_namespace__test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_default_namespace__test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_default_namespace_different_namespace__test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_different_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_default_namespace_different_namespace__test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_different_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_default_namespace_original_no_namespace__test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_original_no_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_default_namespace_original_no_namespace__test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_original_no_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_methods__test.test_decimal.CUsabilityTest.test_tostring_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_methods__test.test_decimal.PyUsabilityTest.test_tostring_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_no_xml_declaration__test.test_xml_etree.ElementTreeTest.test_tostring_no_xml_declaration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_no_xml_declaration__test.test_xml_etree_c.ElementTreeTest.test_tostring_no_xml_declaration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_xml_declaration__test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_xml_declaration__test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_xml_declaration_cases__test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_xml_declaration_cases__test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_cases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_xml_declaration_unicode_encoding__test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostring_xml_declaration_unicode_encoding__test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostringlist_default_namespace__test.test_xml_etree.ElementTreeTest.test_tostringlist_default_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostringlist_default_namespace__test.test_xml_etree_c.ElementTreeTest.test_tostringlist_default_namespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostringlist_invariant__test.test_xml_etree.IOTest.test_tostringlist_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostringlist_invariant__test.test_xml_etree_c.IOTest.test_tostringlist_invariant_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostringlist_xml_declaration__test.test_xml_etree.ElementTreeTest.test_tostringlist_xml_declaration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tostringlist_xml_declaration__test.test_xml_etree_c.ElementTreeTest.test_tostringlist_xml_declaration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total__test.test_collections.TestCounter.test_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total__test.test_typing.TypedDictTests.test_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_changes__test.test_sqlite3.test_dbapi.CursorTests.test_total_changes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_inherits_non_total__test.test_typing.TypedDictTests.test_total_inherits_non_total_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_ordering_for_metaclasses_issue_44605__test.test_functools.TestTotalOrdering.test_total_ordering_for_metaclasses_issue_44605_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_ordering_ge__test.test_functools.TestTotalOrdering.test_total_ordering_ge_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_ordering_gt__test.test_functools.TestTotalOrdering.test_total_ordering_gt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_ordering_le__test.test_functools.TestTotalOrdering.test_total_ordering_le_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_ordering_lt__test.test_functools.TestTotalOrdering.test_total_ordering_lt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_ordering_no_overwrite__test.test_functools.TestTotalOrdering.test_total_ordering_no_overwrite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_seconds__test.datetimetester.TestTimeDelta_Fast.test_total_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_seconds__test.datetimetester.TestTimeDelta_Pure.test_total_seconds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_total_with_assigned_value__test.test_typing.TypedDictTests.test_total_with_assigned_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_common__test.test_pathlib.test_pathlib.PathTest.test_touch_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_common__test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_touch_mode__test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_mode__test.test_pathlib.test_pathlib.PathTest.test_touch_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_mode__test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_mode__test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_touch_nochange__test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_nochange__test.test_pathlib.test_pathlib.PathTest.test_touch_nochange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_nochange__test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_touch_nochange__test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_tougher_find__test.test_mmap.MmapTests.test_tougher_find_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toxml_quote_attrib__test.test_minidom.MinidomTest.test_toxml_quote_attrib_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toxml_quote_text__test.test_minidom.MinidomTest.test_toxml_quote_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_toxml_with_attributes_ordered__test.test_minidom.MinidomTest.test_toxml_with_attributes_ordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tp_await_1__test.test_coroutines.CAPITest.test_tp_await_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tp_await_2__test.test_coroutines.CAPITest.test_tp_await_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tp_await_3__test.test_coroutines.CAPITest.test_tp_await_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tp_bases_is_set__test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_bases_is_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tp_mro_is_set__test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_mro_is_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace__test.test_inspect.test_inspect.TestInterpreterStack.test_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace__test.test_site.HelperFunctionsTests.test_trace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_bad_handler__test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_callback_content__test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_expanded_sql__test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_format__test.test_tracemalloc.TestSnapshot.test_trace_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_func_generator__test.test_trace.TestLineCounts.test_trace_func_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_keyword_args__test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_list_comprehension__test.test_trace.TestLineCounts.test_trace_list_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_lots_of_globals__test.test_sys_settrace.TestExtendedArgs.test_trace_lots_of_globals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_too_much_expanded_sql__test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trace_unpack_long_sequence__test.test_sys_settrace.TestExtendedArgs.test_trace_unpack_long_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_traceback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_and_frame_types__test.test_types.TypesTests.test_traceback_and_frame_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_format__test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_format__test.test_traceback.TestTracebackFormat.test_traceback_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_format_with_cleared_frames__test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_with_cleared_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_format_with_cleared_frames__test.test_traceback.TestTracebackFormat.test_traceback_format_with_cleared_frames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_header__test.test_traceback.TestTracebackException.test_traceback_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_specialization_with_syntax_error__test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_specialization_with_syntax_error__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_specialization_with_syntax_error__test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_very_long_line__test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_very_long_line__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traceback_very_long_line__test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracebacks__test.test_unittest.testmock.testpatch.PatchTest.test_tracebacks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traced_decorated_function__test.test_trace.TestFuncs.test_traced_decorated_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traced_decorated_function__test.test_trace.TestLineCounts.test_traced_decorated_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traced_func_importing__test.test_trace.TestLineCounts.test_traced_func_importing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traced_func_linear__test.test_trace.TestLineCounts.test_traced_func_linear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traced_func_loop__test.test_trace.TestLineCounts.test_traced_func_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracemalloc__test.test_warnings.PyWarningsDisplayTests.test_tracemalloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracemalloc_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_tracemalloc_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracemalloc_track_race__test.test_tracemalloc.TestCAPI.test_tracemalloc_track_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracing_exception_raised_in_with__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_tracing_exception_raised_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracing_exception_raised_in_with__test.test_sys_settrace.TestLinesAfterTraceStarted.test_tracing_exception_raised_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracing_exception_raised_in_with__test.test_sys_settrace.TestSetLocalTrace.test_tracing_exception_raised_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracing_exception_raised_in_with__test.test_sys_settrace.TraceOpcodesTestCase.test_tracing_exception_raised_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tracing_exception_raised_in_with__test.test_sys_settrace.TraceTestCase.test_tracing_exception_raised_in_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track__test.test_tracemalloc.TestCAPI.test_track_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_already_tracked__test.test_tracemalloc.TestCAPI.test_track_already_tracked_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_dynamic__test.test_dict.DictTest.test_track_dynamic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_dynamic__test.test_tuple.TupleTest.test_track_dynamic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_lazy_instance_dicts__test.test_dict.DictTest.test_track_lazy_instance_dicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_literals__test.test_dict.DictTest.test_track_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_literals__test.test_tuple.TupleTest.test_track_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_subtypes__test.test_dict.DictTest.test_track_subtypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_subtypes__test.test_tuple.TupleTest.test_track_subtypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_track_without_gil__test.test_tracemalloc.TestCAPI.test_track_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trackfd_neg1__test.test_mmap.MmapTests.test_trackfd_neg1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trackfd_parameter__test.test_mmap.MmapTests.test_trackfd_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traditional_01__test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traditional_02__test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traditional_03__test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailers__test.test_os.TestSendfile.test_trailers__'requires_headers_and_trailers_support'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_trailers_overflow_32bits__test.test_os.TestSendfile.test_trailers_overflow_32bits__'requires_headers_and_trailers_support'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_trailers_with_redundant_parenthesis__test.test_ast.test_ast.EndPositionTests.test_trailers_with_redundant_parenthesis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailing_counter__test.test_struct.StructTest.test_trailing_counter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailing_garbage__test.test_tarfile.AppendTest.test_trailing_garbage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailing_nops__test.test_peepholer.TestTranforms.test_trailing_nops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailing_slash__test.test_import.PathsTests.test_trailing_slash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailing_splittable_on_overlong_unsplittable__test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable__test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trampoline_works__test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trampoline_works_with_forks__test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works_with_forks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_transactional_ddl__test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_transfer__test.test_ftplib.TestIPv6Environment.test_transfer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_transitiveness__test.test_struct.StructTest.test_transitiveness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_bigmem.BytearrayTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_bigmem.BytesTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_bigmem.StrTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_bytes.ByteArrayTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_bytes.BytesTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_fnmatch.TranslateTestCase.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_glob.GlobTests.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_io.CIncrementalNewlineDecoderTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate__test.test_io.PyIncrementalNewlineDecoderTest.test_translate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate_include_hidden__test.test_glob.GlobTests.test_translate_include_hidden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate_matching__test.test_glob.GlobTests.test_translate_matching_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate_recursive__test.test_glob.GlobTests.test_translate_recursive_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translate_seps__test.test_glob.GlobTests.test_translate_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translatehelper__test.test_codeccallbacks.CodecCallbackTest.test_translatehelper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translation_and_scaling__test.test_statistics.TestNormalDistC.test_translation_and_scaling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translation_and_scaling__test.test_statistics.TestNormalDistPython.test_translation_and_scaling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_translations__test.test_argparse.TestTranslations.test_translations__'i18n_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_translations__test.test_getopt.TestTranslations.test_translations__'i18n_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_translations__test.test_optparse.TestTranslations.test_translations__'i18n_directory_could_not_be_found'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_transport__test.test_xmlrpc.KeepaliveServerTestCase2.test_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_transport__test.test_xmlrpc.ServerProxyTestCase.test_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_transport_close_remove_writer__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_transport_close_remove_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_transport_inheritance__test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_transport_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trash_stack__test.test_sys_settrace.RaisingTraceFuncTestCase.test_trash_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trash_weakref_clear__test.test_gc.GCTests.test_trash_weakref_clear_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trashcan_16602__test.test_weakref.ReferencesTestCase.test_trashcan_16602_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trashcan__test.test_gc.GCTests.test_trashcan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trashcan__test.test_xml_etree_c.MiscTests.test_trashcan_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trashcan_python_class1__test.test_capi.test_misc.CAPITest.test_trashcan_python_class1__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_trashcan_python_class2__test.test_capi.test_misc.CAPITest.test_trashcan_python_class2__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_trashcan_recursion__test.test_exceptions.ExceptionTests.test_trashcan_recursion__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_trashcan_subclass__test.test_capi.test_misc.CAPITest.test_trashcan_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trashcan_threads__test.test_gc.GCTests.test_trashcan_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traversable__test.test_importlib.resources.test_files.OpenDiskTests.test_traversable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traversable__test.test_importlib.resources.test_files.OpenNamespaceTests.test_traversable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traversable__test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_traversable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traversable__test.test_importlib.resources.test_files.OpenZipTests.test_traversable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traverse_frozen_objects__test.test_gc.GCTests.test_traverse_frozen_objects_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traverse_pathlike__test.test_zipfile._path.test_path.TestPath.test_traverse_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_traverse_truediv__test.test_zipfile._path.test_path.TestPath.test_traverse_truediv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tree_write_attribute_order__test.test_xml_etree.ElementTreeTest.test_tree_write_attribute_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tree_write_attribute_order__test.test_xml_etree_c.ElementTreeTest.test_tree_write_attribute_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_comment__test.test_xml_etree.TreeBuilderTest.test_treebuilder_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_comment__test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_elementfactory_none__test.test_xml_etree.TreeBuilderTest.test_treebuilder_elementfactory_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_elementfactory_none__test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_elementfactory_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_end__test.test_xml_etree.BadElementTest.test_treebuilder_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_end__test.test_xml_etree_c.BadElementTest.test_treebuilder_end_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_pi__test.test_xml_etree.TreeBuilderTest.test_treebuilder_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_pi__test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_start__test.test_xml_etree.BadElementTest.test_treebuilder_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_treebuilder_start__test.test_xml_etree_c.BadElementTest.test_treebuilder_start_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tricky__test.datetimetester.TestTimezoneConversions_Fast.test_tricky_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tricky__test.datetimetester.TestTimezoneConversions_Pure.test_tricky_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tricky_new_works__test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trims_trailing_newline__test.test_getpass.GetpassRawinputTest.test_trims_trailing_newline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_triple_double_quotes__test.test_gettext.GettextTestCase1.test_triple_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_triple_double_quotes__test.test_gettext.GettextTestCase2.test_triple_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_triple_single_quotes__test.test_gettext.GettextTestCase1.test_triple_single_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_triple_single_quotes__test.test_gettext.GettextTestCase2.test_triple_single_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trivial__test.datetimetester.TestDateTimeTZ_Fast.test_trivial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trivial__test.datetimetester.TestDateTimeTZ_Pure.test_trivial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trivial__test.test_urllib2.TrivialTests.test_trivial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_true_div__test.test_binop.RatTestCase.test_true_div_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_true_div_as_default__test.test_future_stmt.test_future_single_import.TestFuture.test_true_div_as_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_true_division__test.test_long.LongTest.test_true_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_true_is_a_keyword__test.test_keyword.Test_iskeyword.test_true_is_a_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truediv__test.test_complex.ComplexTest.test_truediv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truediv__test.test_operator.COperatorTestCase.test_truediv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truediv__test.test_operator.PyOperatorTestCase.test_truediv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truediv__test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truediv_zero_division__test.test_complex.ComplexTest.test_truediv_zero_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trunc__test.test_decimal.CPythonAPItests.test_trunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trunc__test.test_decimal.PyPythonAPItests.test_trunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_trunc__test.test_math.MathTests.test_trunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_faulthandler.FaultHandlerTests.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_io.CBufferedRandomTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_io.CBufferedWriterTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_io.PyBufferedRandomTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_io.PyBufferedWriterTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_largefile.CLargeFileTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_largefile.PyLargeFileTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_memoryio.CBytesIOTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_memoryio.CStringIOTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_memoryio.PyBytesIOTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_memoryio.PyStringIOTest.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate__test.test_posix.PosixTester.test_truncate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_after_read_or_write__test.test_io.CBufferedRandomTest.test_truncate_after_read_or_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_after_read_or_write__test.test_io.PyBufferedRandomTest.test_truncate_after_read_or_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_after_write__test.test_io.CBufferedRandomTest.test_truncate_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_after_write__test.test_io.CBufferedWriterTest.test_truncate_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_after_write__test.test_io.PyBufferedRandomTest.test_truncate_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_after_write__test.test_io.PyBufferedWriterTest.test_truncate_after_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_on_read_only__test.test_io.CBufferedReaderTest.test_truncate_on_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_on_read_only__test.test_io.PyBufferedReaderTest.test_truncate_on_read_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncate_with_size_parameter__test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_data__test.test_pickle.CUnpicklerTests.test_truncated_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_data__test.test_pickle.InMemoryPickleTests.test_truncated_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_data__test.test_pickle.PyUnpicklerTests.test_truncated_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_data__test.test_pickletools.DisTests.test_truncated_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_data__test.test_pickletools.GenopsTests.test_truncated_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_input__test.test_json.test_fail.TestCFail.test_truncated_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_input__test.test_json.test_fail.TestPyFail.test_truncated_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_longname__test.test_tarfile.GNUReadTest.test_truncated_longname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_longname__test.test_tarfile.PaxReadTest.test_truncated_longname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_zipfile__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_zipfile__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_zipfile__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truncated_zipfile__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth__test.test_deque.TestSequence.test_truth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth__test.test_list.ListTest.test_truth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth__test.test_operator.COperatorTestCase.test_truth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth__test.test_operator.PyOperatorTestCase.test_truth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth__test.test_tuple.TupleTest.test_truth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth__test.test_userlist.UserListTest.test_truth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_truth_values__test.test_types.TypesTests.test_truth_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try__test.test_ast.test_ast.ASTValidatorTests.test_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try__test.test_grammar.GrammarTests.test_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try__test.test_type_annotations.TestSetupAnnotations.test_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_thread.LockTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_threading.BoundedSemaphoreTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_threading.CRLockTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_threading.ConditionAsRLockTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_threading.LockTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_threading.PyRLockTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire__test.test_threading.SemaphoreTests.test_try_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_thread.LockTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_threading.BoundedSemaphoreTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_threading.CRLockTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_threading.ConditionAsRLockTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_threading.LockTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_threading.PyRLockTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_acquire_contended__test.test_threading.SemaphoreTests.test_try_acquire_contended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_exception_hierarchy.HierarchyTest.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_exception_variations.ExceptStarTestCases.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_exception_variations.ExceptTestCases.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_monitoring.LineMonitoringTest.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_monitoring.TestLineAndInstructionEvents.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_monitoring.TestLocalEvents.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except__test.test_monitoring.TestManyEvents.test_try_except_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_as__test.test_compile.TestStackSizeStability.test_try_except_as_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_bare__test.test_compile.TestStackSizeStability.test_try_except_bare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else__test.test_exception_variations.ExceptStarTestCases.test_try_except_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else__test.test_exception_variations.ExceptTestCases.test_try_except_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else_finally__test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else_finally__test.test_exception_variations.ExceptTestCases.test_try_except_else_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else_finally_no_exception__test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else_finally_no_exception__test.test_exception_variations.ExceptTestCases.test_try_except_else_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else_no_exception__test.test_exception_variations.ExceptStarTestCases.test_try_except_else_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_else_no_exception__test.test_exception_variations.ExceptTestCases.test_try_except_else_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_finally__test.test_exception_variations.ExceptStarTestCases.test_try_except_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_finally__test.test_exception_variations.ExceptTestCases.test_try_except_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_finally__test.test_unparse.UnparseTestCase.test_try_except_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_finally_no_exception__test.test_exception_variations.ExceptStarTestCases.test_try_except_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_finally_no_exception__test.test_exception_variations.ExceptTestCases.test_try_except_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_in_while_with_chained_condition_compiles__test.test_compile.TestSpecifics.test_try_except_in_while_with_chained_condition_compiles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_exception_variations.ExceptStarTestCases.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_exception_variations.ExceptTestCases.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_sys_settrace.TestSetLocalTrace.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_no_exception__test.test_sys_settrace.TraceTestCase.test_try_except_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_qualified__test.test_compile.TestStackSizeStability.test_try_except_qualified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_as__test.test_compile.TestStackSizeStability.test_try_except_star_as_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_caught__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_caught__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_caught__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_caught__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_caught__test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_not_caught__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_not_caught__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_not_caught__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_not_caught__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_exception_not_caught__test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_finally__test.test_compile.TestStackSizeStability.test_try_except_star_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_finally__test.test_unparse.UnparseTestCase.test_try_except_star_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_caught__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_caught__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_caught__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_caught__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_caught__test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_not_caught__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_not_caught__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_not_caught__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_not_caught__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_exception_not_caught__test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_not_caught_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_no_exception__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_no_exception__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_no_exception__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_no_exception__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_named_no_exception__test.test_sys_settrace.TraceTestCase.test_try_except_star_named_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_nested__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_nested__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_nested__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_nested__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_nested__test.test_sys_settrace.TraceTestCase.test_try_except_star_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_no_exception__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_no_exception__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_no_exception__test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_no_exception__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_no_exception__test.test_sys_settrace.TraceTestCase.test_try_except_star_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_star_qualified__test.test_compile.TestStackSizeStability.test_try_except_star_qualified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_with_wrong_type__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_with_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_with_wrong_type__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_with_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_with_wrong_type__test.test_sys_settrace.TestSetLocalTrace.test_try_except_with_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_with_wrong_type__test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_with_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_except_with_wrong_type__test.test_sys_settrace.TraceTestCase.test_try_except_with_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_exception_in_else__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_exception_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_exception_in_else__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_exception_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_exception_in_else__test.test_sys_settrace.TestSetLocalTrace.test_try_exception_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_exception_in_else__test.test_sys_settrace.TraceOpcodesTestCase.test_try_exception_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_exception_in_else__test.test_sys_settrace.TraceTestCase.test_try_exception_in_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_finally__test.test_compile.TestStackSizeStability.test_try_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_finally__test.test_monitoring.ExceptionMonitoringTest.test_try_finally_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_finally_no_exception__test.test_exception_variations.ExceptStarTestCases.test_try_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_finally_no_exception__test.test_exception_variations.ExceptTestCases.test_try_finally_no_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try__test.test_sys_settrace.TestSetLocalTrace.test_try_in_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try__test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try__test.test_sys_settrace.TraceTestCase.test_try_in_try_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try_with_exception__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try_with_exception__test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try_with_exception__test.test_sys_settrace.TestSetLocalTrace.test_try_in_try_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try_with_exception__test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_in_try_with_exception__test.test_sys_settrace.TraceTestCase.test_try_in_try_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_inside_for_loop__test.test_opcodes.OpcodeTest.test_try_inside_for_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_registration__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_registration__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_star__test.test_ast.test_ast.ASTValidatorTests.test_try_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_star__test.test_grammar.GrammarTests.test_try_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_try_star__test.test_type_annotations.TestSetupAnnotations.test_try_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tstate_capi__test.test_capi.test_misc.Test_testcapi.test_tstate_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tstate_capi__test.test_capi.test_misc.Test_testinternalcapi.test_tstate_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ttyname__test.test_os.TestInvalidFD.test_ttyname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tunnel_debuglog__test.test_httplib.TunnelTests.test_tunnel_debuglog_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tunnel_leak__test.test_httplib.TunnelTests.test_tunnel_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test__interpreters.ShareableTypeTests.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_ast.test_ast.ASTValidatorTests.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_capi.test_getargs.Tuple_TestCase.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_compile.TestExpressionStackSize.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_gc.GCTests.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_interpreters.test_api.TestInterpreterPrepareMain.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_marshal.ContainerTestCase.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_marshal.LargeValuesTestCase.test_tuple__'not_enough_memory:_18.0G_minimum_needed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_tuple__test.test_reprlib.ReprTests.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple__test.test_structseq.StructSeqTest.test_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_args_and_parameters_are_correct__test.test_typing.TypeVarTupleTests.test_tuple_args_and_parameters_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_args_are_correct__test.test_typing.TypeVarTupleTests.test_tuple_args_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_checkexact__test.test_capi.test_tuple.CAPITest.test_tuple_checkexact_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_forward__test.test_typing.ForwardRefTests.test_tuple_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_get_item__test.test_capi.test_tuple.CAPITest.test_tuple_get_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_get_size__test.test_capi.test_tuple.CAPITest.test_tuple_get_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_getitem__test.test_capi.test_tuple.CAPITest.test_tuple_getitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_getslice__test.test_capi.test_tuple.CAPITest.test_tuple_getslice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_instance_type_error__test.test_typing.TupleTests.test_tuple_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_keyerror__test.test_dict.DictTest.test_tuple_keyerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_members__test.test_plistlib.TestPlistlib.test_tuple_members_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_new__test.test_capi.test_tuple.CAPITest.test_tuple_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_pack__test.test_capi.test_tuple.CAPITest.test_tuple_pack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_repeat_respect_immortality__test.test_builtin.ImmortalTests.test_tuple_repeat_respect_immortality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.EnumerateStartTestCase.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.EnumerateTestCase.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.SubclassTestCase.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.TestBig.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.TestEmpty.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.TestLongStart.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_reuse__test.test_enumerate.TestStart.test_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_set_item__test.test_capi.test_tuple.CAPITest.test_tuple_set_item_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_setitem__test.test_capi.test_tuple.CAPITest.test_tuple_setitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_size__test.test_capi.test_tuple.CAPITest.test_tuple_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_subclass__test.test_enum.TestSpecial.test_tuple_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_subclass__test.test_typing.TupleTests.test_tuple_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_subclass_as_bases__test.test_types.ClassCreationTests.test_tuple_subclass_as_bases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_subclass_with_auto_1__test.test_enum.TestSpecial.test_tuple_subclass_with_auto_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuple_subclass_with_auto_2__test.test_enum.TestSpecial.test_tuple_subclass_with_auto_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tupleargs__test.test_string.TestTemplate.test_tupleargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tupleness__test.test_collections.TestNamedTuple.test_tupleness_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tupleresizebug__test.test_tuple.TupleTest.test_tupleresizebug_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuples__test.test_ast.test_ast.EndPositionTests.test_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuples__test.test_raise.TestRemovedFunctionality.test_tuples_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tuples_containing_non_shareable_types__test.test__interpreters.ShareableTypeTests.test_tuples_containing_non_shareable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_turn_off_warnings__test.test_warnings.DeprecatedTests.test_turn_off_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tutorial_stopiteration__test.test_generators.ExceptionTest.test_tutorial_stopiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_twelve_noon_midnight__test.test_strptime.Strptime12AMPMTests.test_twelve_noon_midnight_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two__test.test_xmlrpc.KeepaliveServerTestCase1.test_two_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_args_call__test.test_unittest.testmock.testhelpers.CallTest.test_two_args_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_component_domain_ns__test.test_http_cookiejar.CookieTests.test_two_component_domain_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_component_domain_rfc2965__test.test_http_cookiejar.CookieTests.test_two_component_domain_rfc2965_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_different__test.test_monitoring.MultipleMonitorsTest.test_two_different_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_fields_one_default__test.test_dataclasses.TestCase.test_two_fields_one_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_options__test.test_regrtest.ParseArgsTestCase.test_two_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_parameters__test.test_typing.GenericAliasSubstitutionTests.test_two_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_same__test.test_monitoring.MultipleMonitorsTest.test_two_same_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_templates_two_replacements_yields_correct_renders__test.test_typing.TemplateReplacementTests.test_two_templates_two_replacements_yields_correct_renders_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_watchers__test.test_capi.test_watchers.TestDictWatchers.test_two_watchers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_watchers__test.test_capi.test_watchers.TestTypeWatchers.test_two_watchers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_two_with_disable__test.test_monitoring.MultipleMonitorsTest.test_two_with_disable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_twoline_indented_lambda__test.test_inspect.test_inspect.TestOneliners.test_twoline_indented_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_twolinefunc__test.test_inspect.test_inspect.TestOneliners.test_twolinefunc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type___getattribute____test.test_descr.ClassPropertiesAndMethods.test_type___getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type__test.test_builtin.BuiltinTest.test_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type__test.test_enum.OldTestIntFlag.test_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type__test.test_reprlib.LongReprTest.test_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type__test.test_subclassinit.Test.test_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type__test.test_symtable.SymtableTest.test_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type__test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_alias_containing_lambda__test.test_type_params.TypeParamsAccessTest.test_type_alias_containing_lambda_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_ann_register__test.test_functools.TestSingleDispatch.test_type_ann_register_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_assign_version__test.test_type_cache.TypeCacheTests.test_type_assign_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_basic__test.test_typing.TypeTests.test_type_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_check_in_subinterp__test.datetimetester.CapiTest_Fast.test_type_check_in_subinterp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_check_in_subinterp__test.datetimetester.CapiTest_Pure.test_type_check_in_subinterp__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_type_comments__test.test_unparse.UnparseTestCase.test_type_comments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_concatenation_in_tuple_argument_list_succeeds__test.test_typing.TypeVarTupleTests.test_type_concatenation_in_tuple_argument_list_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_concatenation_in_variadic_class_argument_list_succeeds__test.test_typing.TypeVarTupleTests.test_type_concatenation_in_variadic_class_argument_list_succeeds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_descriptor_shadows_attribute_getset__test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_descriptor_shadows_attribute_member__test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_descriptor_shadows_attribute_member__test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_member_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_descriptor_shadows_attribute_method__test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_descriptor_shadows_attribute_method__test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_doc__test.test_builtin.TestType.test_type_doc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_erasure__test.test_typing.CollectionsCallableTests.test_type_erasure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_erasure__test.test_typing.GenericTests.test_type_erasure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_erasure__test.test_typing.TypingCallableTests.test_type_erasure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_erasure_special__test.test_typing.GenericTests.test_type_erasure_special_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.ByteTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.IntTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.LongLongTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.LongTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.ShortTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.UnsignedByteTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.UnsignedIntTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.UnsignedLongLongTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.UnsignedLongTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_array.UnsignedShortTest.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error__test.test_email.test_email.TestMIMEMessage.test_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_error_when_not_implemented__test.test_functools.TestTotalOrdering.test_type_error_when_not_implemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_firstlineno__test.test_builtin.TestType.test_type_firstlineno_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_flags__test.test_ctypes.test_arrays.ArrayTestCase.test_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_flags__test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_flags__test.test_ctypes.test_pointers.PointersTestCase.test_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_flags__test.test_ctypes.test_simplesubclasses.Test.test_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_flags__test.test_ctypes.test_structures.StructureTestCase.test_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_flags__test.test_ctypes.test_unions.ArrayTestCase.test_type_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_from_ephemeral_spec__test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_function__test.test_types.TypesTests.test_type_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_function_call_only_once__test.test_argparse.TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_function_call_with_non_string_default__test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_function_call_with_string_default__test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_generic__test.test_genericalias.BaseTest.test_type_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_ignore__test.test_unparse.UnparseTestCase.test_type_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_inconsistency__test.test_capi.test_opt.TestUopsOptimization.test_type_inconsistency__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_type_invalid__test.test_optparse.TestOptionChecks.test_type_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_lookup_mro_reference__test.test_descr.MiscTests.test_type_lookup_mro_reference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_name__test.test_builtin.TestType.test_type_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_nokwargs__test.test_builtin.TestType.test_type_nokwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_object__test.test_optparse.TestTypeAliases.test_type_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestHarmonicMean.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestMean.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestMedian.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestMedianGrouped.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestMedianHigh.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestMedianLow.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestMode.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestPStdev.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestPVariance.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestStdev.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_collection__test.test_statistics.TestVariance.test_type_of_data_collection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestHarmonicMean.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestMean.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestMedian.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestMedianGrouped.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestMedianHigh.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestMedianLow.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestMode.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestPStdev.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestPVariance.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestStdev.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_of_data_element__test.test_statistics.TestVariance.test_type_of_data_element_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_optional__test.test_typing.TypeTests.test_type_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_params__test.test_unparse.CosmeticTestCase.test_type_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_params_are_mangled__test.test_type_params.TypeParamsManglingTest.test_type_params_are_mangled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_params_default_feature_version__test.test_ast.test_ast.AST_Tests.test_type_params_default_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_params_feature_version__test.test_ast.test_ast.AST_Tests.test_type_params_feature_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_qualname__test.test_builtin.TestType.test_type_qualname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_special_case__test.test_type_params.TypeParamsAccessTest.test_type_special_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_specific_attributes_removed_on_conversion__test.test_mailbox.TestMessageConversion.test_type_specific_attributes_removed_on_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_subclass_generic__test.test_genericalias.BaseTest.test_type_subclass_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_subst_error__test.test_typing.CollectionsCallableTests.test_type_subst_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_subst_error__test.test_typing.TypingCallableTests.test_type_subst_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_typeparams__test.test_builtin.TestType.test_type_typeparams_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_typevar__test.test_typing.TypeTests.test_type_typevar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_type_var_subst_for_other_type_vars__test.test_typing.ParamSpecTests.test_type_var_subst_for_other_type_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typecode_u_deprecation__test.test_array.UCS4Test.test_typecode_u_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typecode_u_deprecation__test.test_array.UnicodeTest.test_typecode_u_deprecation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typed_subpart_iterator__test.test_email.test_email.TestIterators.test_typed_subpart_iterator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typed_subpart_iterator_default_type__test.test_email.test_email.TestIterators.test_typed_subpart_iterator_default_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeddict__test.test_inspect.test_inspect.TestOneliners.test_typeddict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeddict_create_errors__test.test_typing.TypedDictTests.test_typeddict_create_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeddict_errors__test.test_typing.TypedDictTests.test_typeddict_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeerror__test.test_ctypes.test_numbers.NumberTestCase.test_typeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeparams_dunder_class_01__test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeparams_dunder_class_02__test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeparams_dunder_class_03__test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeparams_dunder_function_01__test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeparams_dunder_function_02__test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typeparams_dunder_function_03__test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_03_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types__test.test__interpreters.ShareableTypeTests.test_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types__test.test_bool.BoolTest.test_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types__test.test_email.test_email.TestMIMEText.test_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types__test.test_range.RangeTest.test_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestHarmonicMean.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestMean.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestMedianDataType.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestMedianHigh.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestMedianLow.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestMode.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestPVariance.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_conserved__test.test_statistics.TestVariance.test_types_conserved_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_coroutine__test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_have_dict__test.test_io.CIOTest.test_types_have_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_have_dict__test.test_io.PyIOTest.test_types_have_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_types_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_new_class_no_callback__test.test_type_params.DynamicClassTest.test_types_new_class_no_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_types_new_class_with_callback__test.test_type_params.DynamicClassTest.test_types_new_class_with_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_01__test.test_type_params.TypeParamsTypeVarTest.test_typevar_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar__test.test_typing.TypeParameterDefaultsTests.test_typevar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_and_paramspec_specialization__test.test_typing.TypeParameterDefaultsTests.test_typevar_and_paramspec_specialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_and_typevartuple_specialization__test.test_typing.TypeParameterDefaultsTests.test_typevar_and_typevartuple_specialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_coroutine__test.test_type_params.TypeParamsTypeVarTest.test_typevar_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_generator__test.test_type_params.TypeParamsTypeVarTest.test_typevar_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_instance_type_error__test.test_typing.TypeVarTests.test_typevar_instance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_none__test.test_typing.TypeParameterDefaultsTests.test_typevar_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_subclass_type_error__test.test_typing.TypeVarTests.test_typevar_subclass_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevar_subst__test.test_typing.AnnotatedTests.test_typevar_subst_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple_01__test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_01_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple_02__test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_02_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple__test.test_typing.TypeParameterDefaultsTests.test_typevartuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple_and_paramspecs_in_generic_aliases__test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_generic_aliases_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple_and_paramspecs_in_user_generics__test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_user_generics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple_none__test.test_typing.TypeParameterDefaultsTests.test_typevartuple_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typevartuple_specialization__test.test_typing.TypeParameterDefaultsTests.test_typevartuple_specialization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typing_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_typing_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typing_pydoc__test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typing_replacement__test.test_inspect.test_inspect.TestFormatAnnotation.test_typing_replacement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typo_enter__test.test_contextlib.TestContextDecorator.test_typo_enter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typo_exit__test.test_contextlib.TestContextDecorator.test_typo_exit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_typo_in_extrasaction_raises_error__test.test_csv.TestDictFields.test_typo_in_extrasaction_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_aware_arithmetic__test.datetimetester.TestDateTimeTZ_Fast.test_tz_aware_arithmetic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_aware_arithmetic__test.datetimetester.TestDateTimeTZ_Pure.test_tz_aware_arithmetic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_before_only__test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_tz_before_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_before_only__test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_tz_before_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_independent_comparing__test.datetimetester.TestDateTimeTZ_Fast.test_tz_independent_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_independent_comparing__test.datetimetester.TestDateTimeTZ_Pure.test_tz_independent_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_independent_comparing__test.datetimetester.TestDateTime_Fast.test_tz_independent_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_independent_comparing__test.datetimetester.TestDateTime_Pure.test_tz_independent_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_independent_comparing__test.datetimetester.TestSubclassDateTime_Fast.test_tz_independent_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tz_independent_comparing__test.datetimetester.TestSubclassDateTime_Pure.test_tz_independent_comparing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_classes__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_classes__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_classes__test.datetimetester.TestTimeTZ_Fast.test_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_classes__test.datetimetester.TestTimeTZ_Pure.test_tzinfo_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_fromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_fromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_fromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_isoformat__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_isoformat__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_isoformat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_now__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_now__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_now_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_timetuple__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_timetuple__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_timetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_utcnow__test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzinfo_utcnow__test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzname__test.datetimetester.TestTimeZone_Fast.test_tzname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzname__test.datetimetester.TestTimeZone_Pure.test_tzname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzpath_attribute__test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzpath_attribute__test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzpath_type_error__test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzpath_type_error__test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzset__test.test_time.TimeTestCase.test_tzset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzstr_from_utc__test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzstr_from_utc__test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_from_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzstr_localized__test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_localized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_tzstr_localized__test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_localized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ubyte__test.test_ctypes.test_callbacks.Callbacks.test_ubyte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ubyte__test.test_ctypes.test_cfuncs.CFunctions.test_ubyte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ubyte_plus__test.test_ctypes.test_cfuncs.CFunctions.test_ubyte_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ucd_510__test.test_unicodedata.UnicodeMiscTest.test_ucd_510_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ucnhash_capi_reset__test.test_embed.EmbeddingTests.test_ucnhash_capi_reset__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ucs2_string__test.test_hash.StrHashRandomizationTests.test_ucs2_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ucs4__test.test_str.StrTest.test_ucs4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_udp_reconnection__test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_udp_reconnection__test.test_logging.SysLogHandlerTest.test_udp_reconnection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_udp_reconnection__test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid__test.test_plistlib.TestPlistlib.test_uid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_copy__test.test_plistlib.TestPlistlib.test_uid_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_data__test.test_plistlib.TestPlistlib.test_uid_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_eq__test.test_plistlib.TestPlistlib.test_uid_eq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_hash__test.test_plistlib.TestPlistlib.test_uid_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_index__test.test_plistlib.TestPlistlib.test_uid_index_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_pickle__test.test_plistlib.TestPlistlib.test_uid_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uid_repr__test.test_plistlib.TestPlistlib.test_uid_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uidl__test.test_poplib.TestPOP3Class.test_uidl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uidl__test.test_poplib.TestPOP3_SSLClass.test_uidl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uidl__test.test_poplib.TestPOP3_TLSClass.test_uidl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint32__test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint32_swap_big_endian__test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_big_endian_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint32_swap_little_endian__test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_little_endian_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint64__test.test_ctypes.test_bitfields.BitFieldTest.test_uint64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint__test.test_ctypes.test_callbacks.Callbacks.test_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint__test.test_ctypes.test_cfuncs.CFunctions.test_uint_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uint_plus__test.test_ctypes.test_cfuncs.CFunctions.test_uint_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulong__test.test_ctypes.test_callbacks.Callbacks.test_ulong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulong__test.test_ctypes.test_cfuncs.CFunctions.test_ulong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulong_plus__test.test_ctypes.test_cfuncs.CFunctions.test_ulong_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulonglong__test.test_ctypes.test_bitfields.BitFieldTest.test_ulonglong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulonglong__test.test_ctypes.test_callbacks.Callbacks.test_ulonglong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulonglong__test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulonglong_plus__test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ulp__test.test_math.MathTests.test_ulp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_umask__test.test_posix.PosixTester.test_umask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_umask__test.test_subprocess.POSIXProcessTestCase.test_umask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_umlaut_followed_by_dash__test.test_textwrap.WrapTestCase.test_umlaut_followed_by_dash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unacquired_notify__test.test_threading.ConditionTests.test_unacquired_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unacquired_wait__test.test_threading.ConditionTests.test_unacquired_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unaligned_buffers__test.test_hash.HashEqualityTestCase.test_unaligned_buffers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unaligned_native_struct_fields__test.test_ctypes.test_byteswap.Test.test_unaligned_native_struct_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unaligned_nonnative_struct_fields__test.test_ctypes.test_byteswap.Test.test_unaligned_nonnative_struct_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_unambiguous__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_unambiguous__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unambiguous__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_unambiguous_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname__test.test_platform.PlatformTest.test_uname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_asdict__test.test_platform.PlatformTest.test_uname_asdict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_cast_to_tuple__test.test_platform.PlatformTest.test_uname_cast_to_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_copy__test.test_platform.PlatformTest.test_uname_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_fields__test.test_platform.PlatformTest.test_uname_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_pickle__test.test_platform.PlatformTest.test_uname_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_replace__test.test_platform.PlatformTest.test_uname_replace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_slices__test.test_platform.PlatformTest.test_uname_slices_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_unicode__test.test_tarfile.GNUUnicodeTest.test_uname_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_unicode__test.test_tarfile.PAXUnicodeTest.test_uname_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_unicode__test.test_tarfile.UstarUnicodeTest.test_uname_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uname_win32_ARCHITEW6432__test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432__'windows_only_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_uname_win32_without_wmi__test.test_platform.PlatformTest.test_uname_win32_without_wmi__'windows_only_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unary__test.test_collections.TestCounter.test_unary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary__test.test_tokenize.CTokenizeTest.test_unary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary__test.test_tokenize.GenerateTokensTest.test_unary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary__test.test_tokenize.TokenizeTest.test_unary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_minus__test.test_compile.TestSpecifics.test_unary_minus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_op_factor__test.test_unparse.CosmeticTestCase.test_unary_op_factor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_operations__test.test_statistics.TestNormalDistC.test_unary_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_operations__test.test_statistics.TestNormalDistPython.test_unary_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_operators__test.test_decimal.CArithmeticOperatorsTest.test_unary_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_operators__test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_ops__test.test_capi.test_number.CAPITest.test_unary_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_ops__test.test_grammar.GrammarTests.test_unary_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unary_parens__test.test_unparse.UnparseTestCase.test_unary_parens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unaryop__test.test_ast.test_ast.ASTValidatorTests.test_unaryop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unassigned_dict__test.test_funcattrs.FunctionDictsTest.test_unassigned_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unawaited_warning_during_shutdown__test.test_coroutines.UnawaitedWarningDuringShutdownTest.test_unawaited_warning_during_shutdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unawaited_warning_when_module_broken__test.test_coroutines.OriginTrackingTest.test_unawaited_warning_when_module_broken_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound__test.test_types.SimpleNamespaceTests.test_unbound_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_classmethod_noargs__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_classmethod_o__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_classmethod_unrepresentable_default__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_method__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_method_coexist_o__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_method_noargs__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_method_o__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_builtin_method_unrepresentable_default__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_after_comprehension__test.test_listcomps.ListComprehensionTest.test_unbound_local_after_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_error_does_not_match__test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_does_not_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_error_does_not_match__test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_does_not_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_error_with_instance__test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_error_with_instance__test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_error_with_side_effect__test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_error_with_side_effect__test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_local_inside_comprehension__test.test_listcomps.ListComprehensionTest.test_unbound_local_inside_comprehension_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method__test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method_invalid_args__test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method_invalid_keyword_args__test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method_no_args__test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method_no_keyword_args__test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_keyword_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method_retrieval__test.test_functools.TestPartialMethod.test_unbound_method_retrieval_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_method_transfer_working__test.test_super.TestSuper.test_unbound_method_transfer_working_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_methods__test.test_genericalias.BaseTest.test_unbound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbound_python_method__test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbounded_file__test.test_io.CIOTest.test_unbounded_file__'test_can_only_run_in_a_32-bit_address_space'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unbounded_file__test.test_io.PyIOTest.test_unbounded_file__'test_can_only_run_in_a_32-bit_address_space'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unbuffered_input__test.test_cmd_line.CmdLineTest.test_unbuffered_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unbuffered_output__test.test_cmd_line.CmdLineTest.test_unbuffered_output_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_basic__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_resets_must_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_resets_must_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncancel_structured_blocks__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_structured_blocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unchanged_size__test.test_pyexpat.ChardataBufferTest.test_unchanged_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unchecked_hash_based_pyc__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unchecked_hash_based_pyc__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unchecked_hash_based_pyc__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unclosed_entityref__test.test_htmlparser.HTMLParserTestCase.test_unclosed_entityref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unclosed_pipe_transport__test.test_asyncio.test_events.EPollEventLoopTests.test_unclosed_pipe_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unclosed_pipe_transport__test.test_asyncio.test_events.PollEventLoopTests.test_unclosed_pipe_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unclosed_pipe_transport__test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unclosed_resource_warnings__test.test_asyncio.test_streams.StreamTests.test_unclosed_resource_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unclosed_server_resource_warnings__test.test_asyncio.test_streams.StreamTests.test_unclosed_server_resource_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncollectable__test.test_regrtest.ArgsTestCase.test_uncollectable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uncompressed_interleaved_seek_read__test.test_zipfile.test_core.OtherTests.test_uncompressed_interleaved_seek_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unconditional_jump_threading__test.test_peepholer.DirectCfgOptimizerTests.test_unconditional_jump_threading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unconverteddata__test.test_strptime.StrptimeTests.test_unconverteddata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_undecodable_code__test.test_cmd_line.CmdLineTest.test_undecodable_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_undecodable_env__test.test_subprocess.POSIXProcessTestCase.test_undecodable_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_undefined__test.test_codecs.CodecsModuleTest.test_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_undefined__test.test_ctypes.test_values.PythonValuesTestCase.test_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_undefined__test.test_ctypes.test_values.ValuesTestCase.test_undefined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underflow__test.test_deque.TestBasic.test_underflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underflow_boundary__test.test_strtod.StrtodTests.test_underflow_boundary_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underlying_dict__test.test_types.SimpleNamespaceTests.test_underlying_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underpth_basic__test.test_site._pthFileTests.test_underpth_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underpth_dll_file__test.test_site._pthFileTests.test_underpth_dll_file__'library_._pth_file_not_supported_on_this_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_underpth_file__test.test_site._pthFileTests.test_underpth_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underpth_nosite_file__test.test_site._pthFileTests.test_underpth_nosite_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscore_field_names__test.test_dataclasses.TestMakeDataclass.test_underscore_field_names_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscore_literals__test.test_grammar.TokenTests.test_underscore_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscore_literals__test.test_tokenize.GenerateTokensTest.test_underscore_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscore_literals__test.test_tokenize.TokenizeTest.test_underscore_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscorednumber__test.test_type_comments.TypeCommentTests.test_underscorednumber_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscores__test.test_complex.ComplexTest.test_underscores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscores__test.test_float.GeneralFloatCases.test_underscores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscores__test.test_int.IntTestCases.test_underscores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscores_ignored__test.test_int.IntStrDigitLimitsTests.test_underscores_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_underscores_ignored__test.test_int.IntSubclassStrDigitLimitsTests.test_underscores_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_undetected_mutation__test.test_sort.TestBugs.test_undetected_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unencodable_filename__test.test_import.ImportTracebackTests.test_unencodable_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unequal__test.test_secrets.Compare_Digest_Tests.test_unequal_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unequal_size_error__test.test_statistics.TestBivariateStatistics.test_unequal_size_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unescape__test.test_html.HtmlTests.test_unescape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unescape_all__test.test_sax.SaxutilsTest.test_unescape_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unescape_amp_extra__test.test_sax.SaxutilsTest.test_unescape_amp_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unescape_basic__test.test_sax.SaxutilsTest.test_unescape_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unescape_extra__test.test_sax.SaxutilsTest.test_unescape_extra_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_data__test.test_json.test_fail.TestCFail.test_unexpected_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_data__test.test_json.test_fail.TestPyFail.test_unexpected_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_error__test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_error__test.test_tempfile.TestTemporaryFile.test_unexpected_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_indent__test.test_syntax.SyntaxTestCase.test_unexpected_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_keyword__test.test_call.TestErrorMessagesUseQualifiedName.test_unexpected_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_keyword_suggestion_kinds__test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_kinds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_keyword_suggestion_valid_positions__test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_valid_positions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_keyword_suggestion_via_getargs__test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_via_getargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_success__test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_success_and_fail_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_fail_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_success_and_skip_in_cleanup__test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_skip_in_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unexpected_success_subtests__test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_subtests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unfinished_generator__test.test_sys_setprofile.ProfileHookTestCase.test_unfinished_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unflagged_non_text_codec_handling__test.test_codecs.ExceptionNotesTest.test_unflagged_non_text_codec_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unfrozen_submodule_in_frozen_package__test.test_frozen.TestFrozen.test_unfrozen_submodule_in_frozen_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhandled__test.test_exceptions.ExceptionTests.test_unhandled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhandled_cancel__test.test_asyncio.test_streams.StreamTests.test_unhandled_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhandled_exception__test.test_asyncio.test_streams.StreamTests.test_unhandled_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhandled_exception__test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception__'macOS_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unhandled_exception__test.test_shutil.TestZeroCopySendfile.test_unhandled_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhashable__test.test_inspect.test_inspect.TestUnwrap.test_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhashable__test.test_traceback.TestFallbackTracebackFormat.test_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhashable__test.test_traceback.TestTracebackException.test_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unhashable__test.test_traceback.TestTracebackFormat.test_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_array.ArrayReconstructorTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_array.UCS4Test.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_array.UnicodeTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_dbm_gnu.TestGdbm.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_dbm_ndbm.DbmTestCase.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_int.IntTestCases.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_marshal.StringTestCase.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_memoryio.CBytesIOTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_memoryio.PyBytesIOTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_pickle.CDumpPickle_LoadPickle.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_pickle.CPicklerTests.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_pickle.DumpPickle_CLoadPickle.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_pickle.InMemoryPickleTests.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_pickle.PyPicklerTests.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_pickletools.OptimizedPickleTests.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_sqlite3.test_factory.TextFactoryTests.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_sqlite3.test_types.DeclTypesTests.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_tokenize.CTokenizeTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_tokenize.GenerateTokensTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode__test.test_tokenize.TokenizeTest.test_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_a2b__test.test_binascii.ArrayBinASCIITest.test_unicode_a2b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_a2b__test.test_binascii.BinASCIITest.test_unicode_a2b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_a2b__test.test_binascii.BytearrayBinASCIITest.test_unicode_a2b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_a2b__test.test_binascii.MemoryviewBinASCIITest.test_unicode_a2b_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_address_raises_error__test.test_email.test_email.TestMiscellaneous.test_unicode_address_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_after_unknown_not_combined__test.test_email.test__header_value_parser.TestFolding.test_unicode_after_unknown_not_combined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_argument__test.test_tarfile.GNUUnicodeTest.test_unicode_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_argument__test.test_tarfile.PAXUnicodeTest.test_unicode_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_argument__test.test_tarfile.UstarUnicodeTest.test_unicode_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_b2a__test.test_binascii.ArrayBinASCIITest.test_unicode_b2a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_b2a__test.test_binascii.BinASCIITest.test_unicode_b2a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_b2a__test.test_binascii.BytearrayBinASCIITest.test_unicode_b2a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_b2a__test.test_binascii.MemoryviewBinASCIITest.test_unicode_b2a_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_body_defaults_to_utf8_encoding__test.test_email.test_email.TestMessageAPI.test_unicode_body_defaults_to_utf8_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_buffer__test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_change_attributes__test.test_exceptions.ExceptionTests.test_unicode_change_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_charset_name__test.test_email.test_email.TestCharset.test_unicode_charset_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_comment__test.test_zipfile.test_core.OtherTests.test_unicode_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_compare_with_ascii__test.test_capi.test_misc.Test_testlimitedcapi.test_unicode_compare_with_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_context_msgid__test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_context_msgid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_context_msgstr__test.test_gettext.UnicodeTranslationsTest.test_unicode_context_msgstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_conversion__test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_conversion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_decode__test.test_json.test_unicode.TestCUnicode.test_unicode_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_decode__test.test_json.test_unicode.TestPyUnicode.test_unicode_decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_digits__test.test_decimal.CExplicitConstructionTest.test_unicode_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_digits__test.test_decimal.PyExplicitConstructionTest.test_unicode_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_docstring__test.test_module.ModuleTests.test_unicode_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_error__test.test_code_module.TestInteractiveConsole.test_unicode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_error_str_does_not_crash__test.test_exceptions.ExceptionTests.test_unicode_error_str_does_not_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_errors_no_object__test.test_exceptions.ExceptionTests.test_unicode_errors_no_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_escape__test.test_codecs.TypesTest.test_unicode_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_execute__test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_failure__test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_filename_error__test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_filename_error__test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_flag__test.test_re.PatternReprTests.test_unicode_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_guard_env__test.test_regrtest.ArgsTestCase.test_unicode_guard_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_header_defaults_to_utf8_encoding__test.test_email.test_email.TestMessageAPI.test_unicode_header_defaults_to_utf8_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_high_plane__test.test_pickle.CDumpPickle_LoadPickle.test_unicode_high_plane_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_high_plane__test.test_pickle.CPicklerTests.test_unicode_high_plane_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_high_plane__test.test_pickle.DumpPickle_CLoadPickle.test_unicode_high_plane_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_high_plane__test.test_pickle.InMemoryPickleTests.test_unicode_high_plane_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_high_plane__test.test_pickle.PyPicklerTests.test_unicode_high_plane_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_high_plane__test.test_pickletools.OptimizedPickleTests.test_unicode_high_plane_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_host__test.test_xmlrpc.SimpleServerTestCase.test_unicode_host_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_id_init__test.test_embed.MiscTests.test_unicode_id_init__\"'/usr/bin/Programs/_testembed'_doesn't_exist\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unicode_in_error_message__test.test_format.FormatTest.test_unicode_in_error_message_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_join_endcase__test.test_iter.TestCase.test_unicode_join_endcase_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_link1__test.test_tarfile.UstarUnicodeTest.test_unicode_link1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_link2__test.test_tarfile.UstarUnicodeTest.test_unicode_link2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_literals__test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_unicode_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_literals__test.test_future_stmt.test_future_multiple_imports.Tests.test_unicode_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_literals_exec__test.test_future_stmt.test_future.FutureTest.test_unicode_literals_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_longname1__test.test_tarfile.UstarUnicodeTest.test_unicode_longname1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_longname2__test.test_tarfile.UstarUnicodeTest.test_unicode_longname2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_longname3__test.test_tarfile.UstarUnicodeTest.test_unicode_longname3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_longname4__test.test_tarfile.UstarUnicodeTest.test_unicode_longname4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_memoization__test.test_pickle.CDumpPickle_LoadPickle.test_unicode_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_memoization__test.test_pickle.CPicklerTests.test_unicode_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_memoization__test.test_pickle.DumpPickle_CLoadPickle.test_unicode_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_memoization__test.test_pickle.InMemoryPickleTests.test_unicode_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_memoization__test.test_pickle.PyPicklerTests.test_unicode_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_memoization__test.test_pickletools.OptimizedPickleTests.test_unicode_memoization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_msgid__test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_msgid__test.test_gettext.UnicodeTranslationsTest.test_unicode_msgid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_msgstr__test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_msgstr__test.test_gettext.UnicodeTranslationsTest.test_unicode_msgstr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_msgstr_with_context__test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr_with_context_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_name1__test.test_tarfile.UstarUnicodeTest.test_unicode_name1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_name2__test.test_tarfile.UstarUnicodeTest.test_unicode_name2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_name__test.test_os.LinkTests.test_unicode_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_password__test.test_zipfile.test_core.DecryptionTests.test_unicode_password_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_preservation__test.test_json.test_unicode.TestCUnicode.test_unicode_preservation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_preservation__test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_read__test.test_csv.TestUnicode.test_unicode_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_repr__test.test_bigmem.StrTest.test_unicode_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_repr__test.test_str.StrTest.test_unicode_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_repr_wide__test.test_bigmem.StrTest.test_unicode_repr_wide_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_values__test.test_string.TestTemplate.test_unicode_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicode_write__test.test_csv.TestUnicode.test_unicode_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicodedecodeerror__test.test_codeccallbacks.CodecCallbackTest.test_unicodedecodeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicodeencodeerror__test.test_codeccallbacks.CodecCallbackTest.test_unicodeencodeerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unicodetranslateerror__test.test_codeccallbacks.CodecCallbackTest.test_unicodetranslateerror_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninamereplace__test.test_codeccallbacks.CodecCallbackTest.test_uninamereplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninit_operations__test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized_BZ2Decompressor_crash__test.test_bz2.BZ2DecompressorTest.test_uninitialized_BZ2Decompressor_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized_LZMADecompressor_crash__test.test_lzma.CompressorDecompressorTestCase.test_uninitialized_LZMADecompressor_crash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_asyncio.test_futures.CFutureTests.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_asyncio.test_futures.PyFutureTests.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.CBufferedRWPairTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.CBufferedRandomTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.CBufferedReaderTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.CBufferedWriterTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.CIncrementalNewlineDecoderTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.CTextIOWrapperTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.PyBufferedRWPairTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.PyBufferedRandomTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.PyBufferedReaderTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.PyBufferedWriterTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_io.PyTextIOWrapperTest.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized__test.test_module.ModuleTests.test_uninitialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized_missing_getattr__test.test_module.ModuleTests.test_uninitialized_missing_getattr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized_modules__test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninitialized_parser__test.test_xml_etree_c.MiscTests.test_uninitialized_parser_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall__test.test_ensurepip.TestUninstall.test_uninstall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_error_code__test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_error_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_skipped_when_not_installed__test.test_ensurepip.TestUninstall.test_uninstall_skipped_when_not_installed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_skipped_with_warning_for_wrong_version__test.test_ensurepip.TestUninstall.test_uninstall_skipped_with_warning_for_wrong_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_version__test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_with_verbosity_1__test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_with_verbosity_2__test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstall_with_verbosity_3__test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstantiable__test.test_os.TestDirEntry.test_uninstantiable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstantiable__test.test_os.TestScandir.test_uninstantiable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uninstantiable__test.test_struct.UnpackIteratorTest.test_uninstantiable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_None__test.test_functools.TestSingleDispatch.test_union_None_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_defaultdict.TestDefaultDict.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_functools.TestSingleDispatch.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_genericalias.BaseTest.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestFrozenSet.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestFrozenSetSubclass.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestOnlySetsDict.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestOnlySetsGenerator.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestOnlySetsNumeric.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestOnlySetsOperator.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestOnlySetsString.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestOnlySetsTuple.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestSet.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_set.TestSetSubclass.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_type_aliases.TypeAliasTypeTest.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_types.MappingProxyTests.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union__test.test_weakset.TestWeakSet.test_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_any__test.test_typing.UnionTests.test_union_any_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_args__test.test_types.UnionTests.test_union_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_by_value__test.test_ctypes.test_structures.StructureTestCase.test_union_by_value__'Test_disabled_for_now_-_see_bpo-16575/bpo-16576'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_union_compare_other__test.test_typing.UnionTests.test_union_compare_other_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_conflict__test.test_functools.TestSingleDispatch.test_union_conflict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_constrained__test.test_typing.TypeVarTests.test_union_constrained_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_copy__test.test_types.UnionTests.test_union_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsBytes.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsEmpty.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsMixedStringBytes.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsSingleton.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsString.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsTriple.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_empty__test.test_set.TestBasicOpsTuple.test_union_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_fields_unsupported_byte_order__test.test_ctypes.test_byteswap.Test.test_union_fields_unsupported_byte_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_forward__test.test_typing.ForwardRefTests.test_union_forward_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_forward_recursion__test.test_typing.ForwardRefTests.test_union_forward_recursion_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_generalization__test.test_typing.UnionTests.test_union_generalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_generic__test.test_genericalias.BaseTest.test_union_generic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_isinstance__test.test_typing.UnionTests.test_union_isinstance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_isinstance_type_error__test.test_typing.UnionTests.test_union_isinstance_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_issubclass__test.test_typing.UnionTests.test_union_issubclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_issubclass_type_error__test.test_typing.UnionTests.test_union_issubclass_type_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_method_call__test.test_set.TestUpdateOps.test_union_method_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_non_overlap__test.test_set.TestBinaryOps.test_union_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_non_overlap__test.test_set.TestUpdateOps.test_union_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_object__test.test_typing.UnionTests.test_union_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_of_literals__test.test_typing.UnionTests.test_union_of_literals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_of_unhashable__test.test_types.UnionTests.test_union_of_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_of_unhashable__test.test_typing.UnionTests.test_union_of_unhashable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_operators__test.test_collections.TestChainMap.test_union_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_overlap__test.test_set.TestBinaryOps.test_union_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_overlap__test.test_set.TestUpdateOps.test_union_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_parameter_chaining__test.test_types.UnionTests.test_union_parameter_chaining_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_parameter_substitution__test.test_types.UnionTests.test_union_parameter_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_parameter_substitution_errors__test.test_types.UnionTests.test_union_parameter_substitution_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_pickle__test.test_types.UnionTests.test_union_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_str_pattern__test.test_typing.UnionTests.test_union_str_pattern_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_struct__test.test_ctypes.test_byteswap.Test.test_union_struct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_subset__test.test_set.TestBinaryOps.test_union_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_subset__test.test_set.TestUpdateOps.test_union_subset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_superset__test.test_set.TestBinaryOps.test_union_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_superset__test.test_set.TestUpdateOps.test_union_superset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_type__test.test_pydoc.test_pydoc.TestDescriptions.test_union_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_union__test.test_typing.UnionTests.test_union_union_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_unique__test.test_typing.TypeVarTests.test_union_unique_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_union_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_union_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_union_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_union_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_union_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_union_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_union_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unions__test.test_ctypes.test_structures.StructureTestCase.test_unions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_clean__test.test_enum.TestUnique.test_unique_clean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_clean__test.test_enum.TestVerify.test_unique_clean_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_composite__test.test_enum.OldTestFlag.test_unique_composite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_composite__test.test_enum.OldTestIntFlag.test_unique_composite_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_data__test.test_statistics.TestMode.test_unique_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_dirty__test.test_enum.TestUnique.test_unique_dirty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_dirty__test.test_enum.TestVerify.test_unique_dirty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_id__test.test__interpreters.CreateTests.test_unique_id__'enable_this_test_when_working_on_pystate.c'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unique_with_name__test.test_enum.TestUnique.test_unique_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unique_with_name__test.test_enum.TestVerify.test_unique_with_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uniquification__test.test_set.TestFrozenSet.test_uniquification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uniquification__test.test_set.TestFrozenSetSubclass.test_uniquification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uniquification__test.test_set.TestSet.test_uniquification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uniquification__test.test_set.TestSetSubclass.test_uniquification_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines__test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines__test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines__test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines__test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_and_text__test.test_subprocess.ProcessTestCase.test_universal_newlines_and_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_and_text__test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_and_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate__test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate__test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_encodings__test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_encodings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_encodings__test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_encodings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_input_none__test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_input_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_input_none__test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_input_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_stdin__test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_stdin__test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_stdin_stdout_stderr__test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_stdout_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_universal_newlines_communicate_stdin_stdout_stderr__test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_stdout_stderr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_getnode__test.test_uuid.TestInternalsWithExtModule.test_unix_getnode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_options__test.test_textwrap.WrapTestCase.test_unix_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_server_addr_cleanup__test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_addr_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_server_cleanup_gone__test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_gone_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_server_cleanup_prevented__test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_prevented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_server_cleanup_replaced__test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_replaced_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_server_sock_cleanup__test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_sock_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_sock_client_ops__test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_unix_sock_client_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_sock_client_ops__test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_unix_sock_client_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unix_sock_client_ops__test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_8bit_CTE__test.test_email.test_email.Test8BitBytesHandling.test_unknown_8bit_CTE_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_8bit__test.test_email.test__encoded_words.TestEncode.test_unknown_8bit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_8bit_charset__test.test_email.test__encoded_words.TestDecode.test_unknown_8bit_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_after_ascii_not_combined__test.test_email.test__header_value_parser.TestFolding.test_unknown_after_ascii_not_combined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_after_unicode_not_combined__test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unicode_not_combined_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_after_unknown__test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unknown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_channel_binding__test.test_ssl.BasicSocketTests.test_unknown_channel_binding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_charset__test.test_email.test__encoded_words.TestDecode.test_unknown_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_event__test.test_xml_etree.XMLPullParserTest.test_unknown_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_event__test.test_xml_etree_c.XMLPullParserTest.test_unknown_event_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_flags__test.test_re.PatternReprTests.test_unknown_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_future_flag__test.test_future_stmt.test_future.FutureTest.test_unknown_future_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_hash__test.test_hashlib.HashLibTestCase.test_unknown_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_opcode__test.test_pickletools.DisTests.test_unknown_opcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_opcode__test.test_pickletools.GenopsTests.test_unknown_opcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_opcode_without_pos__test.test_pickletools.GenopsTests.test_unknown_opcode_without_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_option__test.test_regrtest.ParseArgsTestCase.test_unknown_option_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_options__test.test_cmd_line.CmdLineTest.test_unknown_options_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknown_socket_family_repr__test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unknownhandler__test.test_codeccallbacks.CodecCallbackTest.test_unknownhandler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlimited_zero_width_repeat__test.test_re.ReTests.test_unlimited_zero_width_repeat_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink__test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink__test.test_pathlib.test_pathlib.PathTest.test_unlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink__test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink__test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unlink__test.test_support.TestSupport.test_unlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink_dir_fd__test.test_posix.TestPosixDirFd.test_unlink_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink_missing_ok__test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink_missing_ok__test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink_missing_ok__test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unlink_missing_ok__test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unlink_removes_junction__test.test_os.Win32JunctionTests.test_unlink_removes_junction__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unlink_rmdir__test.test_posix.TestPosixWeaklinking.test_unlink_rmdir__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unload__test.test_support.TestSupport.test_unload_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unload_tests__test.test_regrtest.ArgsTestCase.test_unload_tests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable__test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable_nonascii__test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable_nonascii__test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable_nonascii__test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unloadable_nonascii__test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unmached_quote__test.test_cmd_line.CmdLineTest.test_unmached_quote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unorderable_list_difference__test.test_unittest.test_util.TestUtil.test_unorderable_list_difference_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unorderable_row__test.test_sqlite3.test_dump.DumpTests.test_unorderable_row_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unordered__test.test_typing.UnionTests.test_unordered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unot__test.test_peepholer.TestTranforms.test_unot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unoverwritable_fails__test.test_venv.BasicTest.test_unoverwritable_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack__test.test_capi.test_float.CAPIFloatTest.test_unpack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack__test.test_genericalias.BaseTest.test_unpack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_archive_bztar__test.test_shutil.TestArchives.test_unpack_archive_bztar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_archive_gztar__test.test_shutil.TestArchives.test_unpack_archive_gztar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_archive_tar__test.test_shutil.TestArchives.test_unpack_archive_tar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_archive_xztar__test.test_shutil.TestArchives.test_unpack_archive_xztar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_archive_zip__test.test_shutil.TestArchives.test_unpack_archive_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_from__test.test_struct.StructTest.test_unpack_from_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_iter__test.test_iter.TestCase.test_unpack_iter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_registry__test.test_shutil.TestArchives.test_unpack_registry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_sequence_list__test.test_opcache.TestRacesDoNotCrash.test_unpack_sequence_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_with_buffer__test.test_struct.StructTest.test_unpack_with_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpack_wrong_type__test.test_typing.UnpackTests.test_unpack_wrong_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpacked_typevartuple_is_equal_to_itself__test.test_typing.TypeVarTupleTests.test_unpacked_typevartuple_is_equal_to_itself_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unparse_parse__test.test_urlparse.UrlParseTestCase.test_unparse_parse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_ctypes.test_pickling.PickleTest_0.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_ctypes.test_pickling.PickleTest_1.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_ctypes.test_pickling.PickleTest_2.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_ctypes.test_pickling.PickleTest_3.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_ctypes.test_pickling.PickleTest_4.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_ctypes.test_pickling.PickleTest_5.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_os.TestDirEntry.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickable__test.test_os.TestScandir.test_unpickable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_from_2x__test.test_pickle.CUnpicklerTests.test_unpickle_from_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_from_2x__test.test_pickle.InMemoryPickleTests.test_unpickle_from_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_from_2x__test.test_pickle.PyUnpicklerTests.test_unpickle_from_2x_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_module_race__test.test_pickle.CUnpicklerTests.test_unpickle_module_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_module_race__test.test_pickle.InMemoryPickleTests.test_unpickle_module_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_module_race__test.test_pickle.PyUnpicklerTests.test_unpickle_module_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_previous_python_versions__test.test_uuid.TestUUIDWithExtModule.test_unpickle_previous_python_versions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickle_previous_python_versions__test.test_uuid.TestUUIDWithoutExtModule.test_unpickle_previous_python_versions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_dict_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_dict_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_frozenset_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_frozenset_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_frozenset_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_frozenset_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_list_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_list_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_list_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_list_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_args__test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_args__test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_class__test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_class__test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_ex_args__test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_ex_args__test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_ex_class__test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_ex_class__test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_ex_kwargs__test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_newobj_ex_kwargs__test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_object_dict_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_object_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_object_dict_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_dict_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_object_list_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_object_list_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_object_list_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_list_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_reconstructor__test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_reconstructor__test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_reconstructor_args__test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_reconstructor_args__test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_result__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_result__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_result__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_set_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_set_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_set_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_set_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_state__test.test_pickle.CPicklingErrorTests.test_unpickleable_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_state__test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_state_setter__test.test_pickle.CPicklingErrorTests.test_unpickleable_state_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_state_setter__test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_state_with_state_setter__test.test_pickle.CPicklingErrorTests.test_unpickleable_state_with_state_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_state_with_state_setter__test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_with_state_setter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_tuple_items__test.test_pickle.CPicklingErrorTests.test_unpickleable_tuple_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickleable_tuple_items__test.test_pickle.PyPicklingErrorTests.test_unpickleable_tuple_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler__test.test_pickle.SizeofTests.test_unpickler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_bad_file__test.test_pickle.CPickleTests.test_unpickler_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_bad_file__test.test_pickle.PyPickleTests.test_unpickler_bad_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_instance_attribute__test.test_pickle.CIdPersPicklerTests.test_unpickler_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_instance_attribute__test.test_pickle.PyIdPersPicklerTests.test_unpickler_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_reference_cycle__test.test_pickle.CIdPersPicklerTests.test_unpickler_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_reference_cycle__test.test_pickle.PyIdPersPicklerTests.test_unpickler_reference_cycle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_super__test.test_pickle.CIdPersPicklerTests.test_unpickler_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_super__test.test_pickle.PyIdPersPicklerTests.test_unpickler_super_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_super_instance_attribute__test.test_pickle.CIdPersPicklerTests.test_unpickler_super_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickler_super_instance_attribute__test.test_pickle.PyIdPersPicklerTests.test_unpickler_super_instance_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickling_buffering_readline__test.test_pickle.CPicklerUnpicklerObjectTests.test_unpickling_buffering_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unpickling_buffering_readline__test.test_pickle.PyPicklerUnpicklerObjectTests.test_unpickling_buffering_readline_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unprintable_not_logged__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_unprintable_not_logged_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquote__test.test_http_cookies.CookieTests.test_unquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquote_large__test.test_http_cookies.CookieTests.test_unquote_large__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unquote_rejects_none_and_tuple__test.test_urllib.UnquotingTests.test_unquote_rejects_none_and_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquote_to_bytes__test.test_urllib.UnquotingTests.test_unquote_to_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquote_to_bytes__test.test_urlparse.UrlParseTestCase.test_unquote_to_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquote_with_unicode__test.test_urllib.UnquotingTests.test_unquote_with_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquoting__test.test_urllib.UnquotingTests.test_unquoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquoting_badpercent__test.test_urllib.UnquotingTests.test_unquoting_badpercent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquoting_mixed_case__test.test_urllib.UnquotingTests.test_unquoting_mixed_case_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquoting_parts__test.test_urllib.UnquotingTests.test_unquoting_parts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquoting_plus__test.test_urllib.UnquotingTests.test_unquoting_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unquoting_with_bytes_input__test.test_urllib.UnquotingTests.test_unquoting_with_bytes_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unraisable__test.test_exceptions.ExceptionTests.test_unraisable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unraisable_exc__test.test_regrtest.ArgsTestCase.test_unraisable_exc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unraisable_exception__test.test_thread.ThreadRunningTests.test_unraisable_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unraisablehook__test.test_audit.AuditTest.test_unraisablehook_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unreachable_code__test.test_patma.TestTracing.test_unreachable_code_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unreadable__test.test_io.CTextIOWrapperTest.test_unreadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unreadable__test.test_io.PyTextIOWrapperTest.test_unreadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unreadable__test.test_pprint.QueryTestCase.test_unreadable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unreadable_dir_on_syspath__test.test_pkgutil.PkgutilTests.test_unreadable_dir_on_syspath_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unrecognized_args__test.test_argparse.TestExitOnError.test_unrecognized_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unrecognized_argument__test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unrecognized_intermixed_args__test.test_argparse.TestExitOnError.test_unrecognized_intermixed_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister____main__.GeneralTest.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister__test.test_codecs.CodecsModuleTest.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister__test.test_faulthandler.FaultHandlerTests.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister__test.test_selectors.DefaultSelectorTestCase.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister__test.test_selectors.DevpollSelectorTestCase.test_unregister__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister__test.test_selectors.EpollSelectorTestCase.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister__test.test_selectors.KqueueSelectorTestCase.test_unregister__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister__test.test_selectors.PollSelectorTestCase.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister__test.test_selectors.SelectSelectorTestCase.test_unregister_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close__test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close__test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister_after_fd_close__test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close__test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister_after_fd_close__test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close__test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close_and_reuse__test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close_and_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close_and_reuse__test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close_and_reuse__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister_after_fd_close_and_reuse__test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close_and_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close_and_reuse__test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close_and_reuse__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister_after_fd_close_and_reuse__test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close_and_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_fd_close_and_reuse__test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close_and_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_socket_close__test.test_selectors.DefaultSelectorTestCase.test_unregister_after_socket_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_socket_close__test.test_selectors.DevpollSelectorTestCase.test_unregister_after_socket_close__'Test_needs_selectors.DevpollSelector'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister_after_socket_close__test.test_selectors.EpollSelectorTestCase.test_unregister_after_socket_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_socket_close__test.test_selectors.KqueueSelectorTestCase.test_unregister_after_socket_close__'Test_needs_selectors.KqueueSelector_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unregister_after_socket_close__test.test_selectors.PollSelectorTestCase.test_unregister_after_socket_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_after_socket_close__test.test_selectors.SelectSelectorTestCase.test_unregister_after_socket_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unregister_closed__test.test_epoll.TestEPoll.test_unregister_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsafe_float_compare__test.test_sort.TestOptimizedCompares.test_unsafe_float_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsafe_hash__test.test_dataclasses.TestHash.test_unsafe_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsafe_latin_compare__test.test_sort.TestOptimizedCompares.test_unsafe_latin_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsafe_long_compare__test.test_sort.TestOptimizedCompares.test_unsafe_long_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsafe_object_compare__test.test_sort.TestOptimizedCompares.test_unsafe_object_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsafe_tuple_compare__test.test_sort.TestOptimizedCompares.test_unsafe_tuple_compare_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable__test.test_io.CBufferedReaderTest.test_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable__test.test_io.CBufferedWriterTest.test_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable__test.test_io.CTextIOWrapperTest.test_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable__test.test_io.PyBufferedReaderTest.test_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable__test.test_io.PyBufferedWriterTest.test_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable__test.test_io.PyTextIOWrapperTest.test_unseekable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_incompleted_write__test.test_wave.WavePCM16Test.test_unseekable_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_incompleted_write__test.test_wave.WavePCM24ExtTest.test_unseekable_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_incompleted_write__test.test_wave.WavePCM24Test.test_unseekable_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_incompleted_write__test.test_wave.WavePCM32Test.test_unseekable_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_incompleted_write__test.test_wave.WavePCM8Test.test_unseekable_incompleted_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_overflowed_write__test.test_wave.WavePCM16Test.test_unseekable_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_overflowed_write__test.test_wave.WavePCM24ExtTest.test_unseekable_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_overflowed_write__test.test_wave.WavePCM24Test.test_unseekable_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_overflowed_write__test.test_wave.WavePCM32Test.test_unseekable_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_overflowed_write__test.test_wave.WavePCM8Test.test_unseekable_overflowed_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_read__test.test_wave.WavePCM16Test.test_unseekable_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_read__test.test_wave.WavePCM24ExtTest.test_unseekable_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_read__test.test_wave.WavePCM24Test.test_unseekable_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_read__test.test_wave.WavePCM32Test.test_unseekable_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_read__test.test_wave.WavePCM8Test.test_unseekable_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_write__test.test_wave.WavePCM16Test.test_unseekable_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_write__test.test_wave.WavePCM24ExtTest.test_unseekable_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_write__test.test_wave.WavePCM24Test.test_unseekable_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_write__test.test_wave.WavePCM32Test.test_unseekable_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unseekable_write__test.test_wave.WavePCM8Test.test_unseekable_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unset_attr__test.test_funcattrs.ArbitraryFunctionAttrTest.test_unset_attr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unshare_setns__test.test_posix.NamespacesTests.test_unshare_setns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsigned__test.test_ctypes.test_bitfields.BitFieldTest.test_unsigned_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsigned_values__test.test_ctypes.test_numbers.NumberTestCase.test_unsigned_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsortable__test.test_reprlib.ReprTests.test_unsortable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsortable_keys__test.test_json.test_speedups.TestEncode.test_unsortable_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unspecialized_unpack__test.test_capi.test_opt.TestUops.test_unspecialized_unpack__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unstable_gc_new_with_extra_data__test.test_capi.test_misc.CAPITest.test_unstable_gc_new_with_extra_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unstructured_short_max_line_length__test.test_email.test_headerregistry.TestFolding.test_unstructured_short_max_line_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unstructured_with_unicode_no_folds__test.test_email.test__header_value_parser.TestFolding.test_unstructured_with_unicode_no_folds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsubclassable_types__test.test_descr.ClassPropertiesAndMethods.test_unsubclassable_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsubscriptable__test.test_genericalias.BaseTest.test_unsubscriptable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupport__test.test_frame.TestFrameLocals.test_unsupport_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported__test.test_copy.TestReplace.test_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported__test.test_plistlib.TestBinaryPlistlib.test_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_algorithm__test.test_urllib2.MiscTests.test_unsupported_algorithm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_auth_basic_handler__test.test_urllib2.HandlerTests.test_unsupported_auth_basic_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_auth_digest_handler__test.test_urllib2.HandlerTests.test_unsupported_auth_digest_handler_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_compression__test.test_zipfile.test_core.OtherTests.test_unsupported_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_dict__test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_dtls__test.test_ssl.BasicSocketTests.test_unsupported_dtls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_operation__test.test_pathlib.test_pathlib_abc.ParserBaseTest.test_unsupported_operation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_operation__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_operation_pure__test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation_pure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_operation_pure__test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_unsupported_operation_pure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_parser__test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser__'path_parser_is_supported'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unsupported_parser__test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser__'path_parser_is_supported'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unsupported_parser__test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser__'path_parser_is_supported'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unsupported_parser__test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unsupported_restype_1__test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_restype_2__test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_seq__test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unsupported_version__test.test_zipfile.test_core.OtherTests.test_unsupported_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unterminated_string__test.test_fstring.TestCase.test_unterminated_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_untested_modules_can_be_imported__test.test_sundry.TestUntestedModules.test_untested_modules_can_be_imported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_until__test.test_bdb.StateTestCase.test_until_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_until_in_caller_frame__test.test_bdb.StateTestCase.test_until_in_caller_frame_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_until_with_too_large_count__test.test_bdb.StateTestCase.test_until_with_too_large_count_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_untrack__test.test_tracemalloc.TestCAPI.test_untrack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_untrack_without_gil__test.test_tracemalloc.TestCAPI.test_untrack_without_gil_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unusable_closed_socketio__test.test_socket.GeneralModuleTests.test_unusable_closed_socketio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unusual_constants__test.test_code.CodeConstsTest.test_unusual_constants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unusual_getattro__test.test_super.TestSuper.test_unusual_getattro_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch__test.test_capi.test_watchers.TestDictWatchers.test_unwatch_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_non_dict__test.test_capi.test_watchers.TestDictWatchers.test_unwatch_non_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_non_type__test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_non_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_out_of_range_watcher_id__test.test_capi.test_watchers.TestDictWatchers.test_unwatch_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_out_of_range_watcher_id__test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_type__test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_unassigned_watcher_id__test.test_capi.test_watchers.TestDictWatchers.test_unwatch_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwatch_unassigned_watcher_id__test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwrap__test.test_ssl.SSLObjectTests.test_unwrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwrap__test.test_urlparse.Utility_Tests.test_unwrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwrap_one__test.test_inspect.test_inspect.TestUnwrap.test_unwrap_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwrap_several__test.test_inspect.test_inspect.TestUnwrap.test_unwrap_several_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unwritable_directory__test.test_import.PycacheTests.test_unwritable_directory__'incompatible_with_CAP_DAC_OVERRIDE'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_unwritable_module__test.test_import.CircularImportTests.test_unwritable_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_unzip_zipfile__test.test_shutil.TestArchives.test_unzip_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uop_optimizer_invalidation__test.test_capi.test_opt.TestExecutorInvalidation.test_uop_optimizer_invalidation__'Requires_optimizer_infrastructure'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_up__test.test_bdb.StateTestCase.test_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update2__test.test_os.EnvironTests.test_update2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_collections.TestCounter.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_dict.DictTest.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_dict.GeneralMappingTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_dict.SubclassMappingTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_dict_version.DictSubtypeVersionTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_dict_version.DictVersionTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_frame.FrameLocalsProxyMappingTests.test_update__'Unlike_a_mapping:_no_proxy.update'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_update__test.test_http_cookies.MorselTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_mailbox.TestBabyl.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_mailbox.TestMH.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_mailbox.TestMMDF.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_mailbox.TestMaildir.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_mailbox.TestMbox.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.CPythonBuiltinDictTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.CPythonGeneralMappingTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.CPythonOrderedDictTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.CPythonSubclassMappingTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.PurePythonGeneralMappingTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.PurePythonOrderedDictTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_ordered_dict.PurePythonSubclassMappingTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_os.EnvironTests.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestOnlySetsDict.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestOnlySetsGenerator.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestOnlySetsNumeric.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestOnlySetsOperator.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestOnlySetsString.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestOnlySetsTuple.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestSet.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_set.TestSetSubclass.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto0File_dumbShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto0File_gnuShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto0File_ndbmShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto0File_sqlite3Shelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto0MemShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto1File_dumbShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto1File_gnuShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto1File_ndbmShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto1File_sqlite3Shelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto1MemShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto2File_dumbShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto2File_gnuShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto2File_ndbmShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto2File_sqlite3Shelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto2MemShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto3File_dumbShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto3File_gnuShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto3File_ndbmShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto3File_sqlite3Shelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto3MemShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto4File_dumbShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto4File_gnuShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto4File_ndbmShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto4File_sqlite3Shelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto4MemShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto5File_dumbShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto5File_gnuShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto5File_ndbmShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto5File_sqlite3Shelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_shelve.TestProto5MemShelve.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_userdict.UserDictTest.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_weakref.WeakKeyDictionaryTestCase.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_weakref.WeakValueDictionaryTestCase.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update__test.test_weakset.TestWeakSet.test_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_as_decorator__test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_del__test.test_abc.test_factory.<locals>.TestABC.test_update_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_del_implementation__test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_dict__test.test_class.TestInlineValues.test_update_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_empty_tuple__test.test_set.TestMutate.test_update_empty_tuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_from_dict__test.test_capi.test_misc.InterpreterConfigTests.test_update_from_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_implementation__test.test_abc.test_factory.<locals>.TestABC.test_update_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_layered_implementation__test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_multi_inheritance__test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_new_abstractmethods__test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_non_abc__test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_operator__test.test_set.TestOnlySetsDict.test_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_operator__test.test_set.TestOnlySetsGenerator.test_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_operator__test.test_set.TestOnlySetsNumeric.test_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_operator__test.test_set.TestOnlySetsOperator.test_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_operator__test.test_set.TestOnlySetsString.test_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_operator__test.test_set.TestOnlySetsTuple.test_update_operator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_set__test.test_weakset.TestWeakSet.test_update_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_starts_transaction__test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_type_cache__test.datetimetester.ExtensionModuleTests_Fast.test_update_type_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_type_cache__test.datetimetester.ExtensionModuleTests_Pure.test_update_type_cache__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_update_type_wrapper__test.test_functools.TestUpdateWrapper.test_update_type_wrapper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_type_wrapper__test.test_functools.TestWraps.test_update_type_wrapper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_unit_tuple_non_overlap__test.test_set.TestMutate.test_update_unit_tuple_non_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_unit_tuple_overlap__test.test_set.TestMutate.test_update_unit_tuple_overlap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_mutation__test.test_set.TestMethodsMutating_Set_Dict.test_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_mutation__test.test_set.TestMethodsMutating_Set_List.test_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_mutation__test.test_set.TestMethodsMutating_Set_Set.test_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_mutation__test.test_set.TestMethodsMutating_Set_Subclass.test_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Set.test_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_mutation__test.test_set.TestMethodsMutating_Subclass_Subclass.test_update_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_update_with_self__test.test_frame.TestFrameLocals.test_update_with_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upgrade_dependencies__test.test_venv.BasicTest.test_upgrade_dependencies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_bigmem.BytearrayTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_bigmem.BytesTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_bigmem.StrTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_bytes.ByteArrayAsStringTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_bytes.BytesAsStringTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_str.StrTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_upper__test.test_userstring.UserStringTest.test_upper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uppercase_prefixes__test.test_string_literals.TestLiterals.test_uppercase_prefixes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uppercase_true_is_not_a_keyword__test.test_keyword.Test_iskeyword.test_uppercase_true_is_not_a_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urandom_failure__test.test_os.URandomFDTests.test_urandom_failure__'os.random___does_not_use_a_file_descriptor'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_urandom_fd_closed__test.test_os.URandomFDTests.test_urandom_fd_closed__'os.random___does_not_use_a_file_descriptor'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_urandom_fd_reopened__test.test_os.URandomFDTests.test_urandom_fd_reopened__'os.random___does_not_use_a_file_descriptor'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_urandom_length__test.test_os.URandomTests.test_urandom_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urandom_subprocess__test.test_os.URandomTests.test_urandom_subprocess_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urandom_value__test.test_os.URandomTests.test_urandom_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uri_substitutions__test.test_dbm_sqlite3.URI.test_uri_substitutions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uri_windows__test.test_dbm_sqlite3.URI.test_uri_windows__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_url2pathname_nonascii__test.test_urllib.Pathname_Tests.test_url2pathname_nonascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url2pathname_posix__test.test_urllib.Pathname_Tests.test_url2pathname_posix_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url2pathname_win__test.test_urllib.Pathname_Tests.test_url2pathname_win__'test_specific_to_Windows_pathnames.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_url__test.test_mimetypes.MimeTypesTestCase.test_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url__test.test_urllib.urlopen_FileTests.test_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_collapse_path__test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_url_encoding__test.test_http_cookiejar.LWPCookieTests.test_url_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_fragment__test.test_urllib.urlopen_HttpTests.test_url_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_fragment__test.test_urllib2.RequestTests.test_url_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_fullurl_get_full_url__test.test_urllib2.RequestTests.test_url_fullurl_get_full_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_host_with_control_char_rejected__test.test_urllib.urlopen_HttpTests.test_url_host_with_control_char_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_host_with_newline_header_injection_rejected__test.test_urllib.urlopen_HttpTests.test_url_host_with_newline_header_injection_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_path_with_control_char_rejected__test.test_urllib.urlopen_HttpTests.test_url_path_with_control_char_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_path_with_newline_header_injection_rejected__test.test_urllib.urlopen_HttpTests.test_url_path_with_newline_header_injection_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_requests__test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_url_search_package_error__test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urldefrag__test.test_urlparse.UrlParseTestCase.test_urldefrag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlencode_bytes__test.test_urllib.urlencode_Tests.test_urlencode_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlencode_encoding__test.test_urllib.urlencode_Tests.test_urlencode_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlencode_encoding_doseq__test.test_urllib.urlencode_Tests.test_urlencode_encoding_doseq_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlencode_encoding_safe_parameter__test.test_urllib.urlencode_Tests.test_urlencode_encoding_safe_parameter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlencode_quote_via__test.test_urlparse.UrlParseTestCase.test_urlencode_quote_via_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlencode_sequences__test.test_urlparse.UrlParseTestCase.test_urlencode_sequences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urljoins__test.test_urlparse.UrlParseTestCase.test_urljoins_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlopener_retrieve_file__test.test_urllib.URLopener_Tests.test_urlopener_retrieve_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlopener_retrieve_remote__test.test_urllib.URLopener_Tests.test_urlopener_retrieve_remote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlquote_decoding_in_cgi_check__test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check__\"This_test_can't_be_run_reliably_as_root__issue_#13308_.\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_urlsplit_attributes__test.test_urlparse.UrlParseTestCase.test_urlsplit_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlsplit_normalization__test.test_urlparse.UrlParseTestCase.test_urlsplit_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlsplit_remove_unsafe_bytes__test.test_urlparse.UrlParseTestCase.test_urlsplit_remove_unsafe_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlsplit_scoped_IPv6__test.test_urlparse.UrlParseTestCase.test_urlsplit_scoped_IPv6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_urlsplit_strip_url__test.test_urlparse.UrlParseTestCase.test_urlsplit_strip_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_us_ascii_header__test.test_email.test_email.TestHeader.test_us_ascii_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usable_template__test.test_tempfile.TestGetTempPrefix.test_usable_template_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_not_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_not_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_when_required__test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_required_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usage_with_kwargs__test.test_typing.UnpackTests.test_usage_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use__test.test_regrtest.ParseArgsTestCase.test_use_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_close__test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_callback_0_with_evil__eq____test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_callback_0_with_evil__eq____test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_callback_0_with_evil__eq____test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_callback_0_with_evil__getattribute____test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_callback_0_with_evil__getattribute____test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_callback_0_with_evil__getattribute____test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_context_0_with_evil__getattribute____test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_context_0_with_evil__getattribute____test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_after_free_on_fut_context_0_with_evil__getattribute____test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_builtin_types__test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_existing_annotations__test.test_opcodes.OpcodeTest.test_use_existing_annotations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_positional_as_keyword__test.test_positional_only_arg.PositionalOnlyTestCase.test_use_positional_as_keyword_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_use_released_memory__test.test_memoryview.OtherTest.test_use_released_memory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_used_multiple_times_by_single_user__test.test__interpchannels.ChannelReleaseTests.test_used_multiple_times_by_single_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usedforsecurity_false__test.test_hashlib.HashLibTestCase.test_usedforsecurity_false_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usedforsecurity_true__test.test_hashlib.HashLibTestCase.test_usedforsecurity_true_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_useful_error_message_when_modules_missing__test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usegmt__test.test_email.test_utils.DateTimeTests.test_usegmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usegmt_with_naive_datetime_raises__test.test_email.test_utils.DateTimeTests.test_usegmt_with_naive_datetime_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usegmt_with_non_utc_datetime_raises__test.test_email.test_utils.DateTimeTests.test_usegmt_with_non_utc_datetime_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_useless_loader__test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_useless_loader__test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_useless_loader__test.test_importlib.resources.test_path.CommonTests.test_useless_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_useless_loader__test.test_importlib.resources.test_read.CommonBinaryTests.test_useless_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_useless_loader__test.test_importlib.resources.test_read.CommonTextTests.test_useless_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user__test.test_poplib.TestPOP3Class.test_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user__test.test_poplib.TestPOP3_SSLClass.test_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user__test.test_poplib.TestPOP3_TLSClass.test_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user__test.test_subprocess.POSIXProcessTestCase.test_user_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_defined_action__test.test_argparse.TestInvalidArgumentConstructors.test_user_defined_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_defined_exception__test.test__interpreters.RunFailedTests.test_user_defined_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_dict__test.test_pprint.QueryTestCase.test_user_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_error__test.test_subprocess.POSIXProcessTestCase.test_user_error__'setreuid___available_on_platform'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_user_generics__test.test_typing.ParamSpecTests.test_user_generics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_index_method__test.test_range.RangeTest.test_user_index_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_list__test.test_pprint.QueryTestCase.test_user_list_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_object__test.test_cmath.CMathTests.test_user_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_similar__test.test_sysconfig.TestSysConfig.test_user_similar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_user_string__test.test_pprint.QueryTestCase.test_user_string_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_userlist_copy__test.test_userlist.UserListTest.test_userlist_copy_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_username_falls_back_to_pwd__test.test_getpass.GetpassGetuserTest.test_username_falls_back_to_pwd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_username_only__test.test_email.test_headerregistry.TestAddressAndGroup.test_username_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_username_priorities_of_env_values__test.test_getpass.GetpassGetuserTest.test_username_priorities_of_env_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_username_takes_username_from_env__test.test_getpass.GetpassGetuserTest.test_username_takes_username_from_env_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_userpass_inurl__test.test_urllib.urlopen_HttpTests.test_userpass_inurl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_userpass_inurl_w_spaces__test.test_urllib.urlopen_HttpTests.test_userpass_inurl_w_spaces_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uses_slice_instructions__test.test_compile.TestSpecifics.test_uses_slice_instructions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uses_stderr_as_default__test.test_getpass.GetpassRawinputTest.test_uses_stderr_as_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uses_stdin_as_default_input__test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_default_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uses_stdin_as_different_locale__test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_different_locale_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uses_tty_directly__test.test_getpass.UnixGetpassTest.test_uses_tty_directly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ushort__test.test_ctypes.test_callbacks.Callbacks.test_ushort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ushort__test.test_ctypes.test_cfuncs.CFunctions.test_ushort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ushort_plus__test.test_ctypes.test_cfuncs.CFunctions.test_ushort_plus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using___name____test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using___name____test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using___package____test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using___package____test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_cache__test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_cache__test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_cache__test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_cache_after_loader__test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_cache_for_assigning_to_attribute__test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_cache_for_fromlist__test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_errorcode__test.test_errno.ErrnoAttributeTests.test_using_errorcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_mapping__test.test_urllib.urlencode_Tests.test_using_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_members_as_nonmember__test.test_enum.TestSpecial.test_using_members_as_nonmember_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_sequence__test.test_urllib.urlencode_Tests.test_using_sequence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_star__test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_using_star__test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_usingsys__test.test_urlparse.UrlParseTestCase.test_usingsys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ustar_limits__test.test_tarfile.LimitsTest.test_ustar_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ut8_default__test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ut8_default__test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_utc__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.TZDataTests.test_utc__'Skipping_tzdata-specific_tests:_tzdata_not_installed'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc__test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_utc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_alias__test.datetimetester.TestModule_Fast.test_utc_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_alias__test.datetimetester.TestModule_Pure.test_utc_alias_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_capi__test.datetimetester.CapiTest_Fast.test_utc_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_capi__test.datetimetester.CapiTest_Pure.test_utc_capi__'Not_relevant_in_pure_Python'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_utc_offset_out_of_bounds__test.datetimetester.TestDateTimeTZ_Fast.test_utc_offset_out_of_bounds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_offset_out_of_bounds__test.datetimetester.TestDateTimeTZ_Pure.test_utc_offset_out_of_bounds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_offset_out_of_bounds__test.datetimetester.TestTimeTZ_Fast.test_utc_offset_out_of_bounds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utc_offset_out_of_bounds__test.datetimetester.TestTimeTZ_Pure.test_utc_offset_out_of_bounds_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp__test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp__test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp__test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp__test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp__test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp_limits__test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp_limits__test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp_limits__test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp_limits__test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp_limits__test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcfromtimestamp_limits__test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_limits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcnow__test.datetimetester.TestDateTimeTZ_Fast.test_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcnow__test.datetimetester.TestDateTimeTZ_Pure.test_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcnow__test.datetimetester.TestDateTime_Fast.test_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcnow__test.datetimetester.TestDateTime_Pure.test_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcnow__test.datetimetester.TestSubclassDateTime_Fast.test_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcnow__test.datetimetester.TestSubclassDateTime_Pure.test_utcnow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcoffset__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_utcoffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcoffset__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_utcoffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcoffset__test.datetimetester.TestTimeZone_Fast.test_utcoffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utcoffset__test.datetimetester.TestTimeZone_Pure.test_utcoffset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utctimetuple__test.datetimetester.TestDateTimeTZ_Fast.test_utctimetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utctimetuple__test.datetimetester.TestDateTimeTZ_Pure.test_utctimetuple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf7_filename__test.test_tarfile.GNUUnicodeTest.test_utf7_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf7_filename__test.test_tarfile.PAXUnicodeTest.test_utf7_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf7_filename__test.test_tarfile.UstarUnicodeTest.test_utf7_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8__test.test_codecs.SurrogateEscapeTest.test_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8__test.test_poplib.TestPOP3Class.test_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8__test.test_poplib.TestPOP3_SSLClass.test_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8__test.test_poplib.TestPOP3_TLSClass.test_utf8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_bom__test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_bom__test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_bom_and_utf8_coding_line__test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_utf8_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_bom_and_utf8_coding_line__test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_utf8_coding_line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_coding_cookie_and_no_utf8_bom__test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_no_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_coding_cookie_and_utf8_bom__test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_utf8_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_decode_invalid_sequences__test.test_str.StrTest.test_utf8_decode_invalid_sequences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_decode_valid_sequences__test.test_str.StrTest.test_utf8_decode_valid_sequences_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_default__test.test_email.test__encoded_words.TestEncode.test_utf8_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_filename__test.test_tarfile.GNUUnicodeTest.test_utf8_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_filename__test.test_tarfile.PAXUnicodeTest.test_utf8_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_filename__test.test_tarfile.UstarUnicodeTest.test_utf8_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_input__test.test_email.test_email.TestMIMEText.test_utf8_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_input_no_charset__test.test_email.test_email.TestMIMEText.test_utf8_input_no_charset__\"can't_fix_because_of_backward_compat_in_email5,_will_fix_in_email6\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_utf8_normalization__test.test_tokenize.TestDetectEncoding.test_utf8_normalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_raises_if_unsupported__test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_raises_if_unsupported__test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_raises_if_unsupported__test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf8_shortest__test.test_email.test_email.TestHeader.test_utf8_shortest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utf_8__test.test_multibytecodec.Test_StreamWriter.test_utf_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utils_quote_unquote__test.test_email.test_email.TestMiscellaneous.test_utils_quote_unquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime__test.test_os.UtimeTests.test_utime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime__test.test_os.Win32ErrorTests.test_utime__'Win32_specific_tests'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_utime__test.test_posix.PosixTester.test_utime_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime__test.test_posix.TestPosixWeaklinking.test_utime__'test_weak_linking_on_macOS'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_utime_by_indexed__test.test_os.UtimeTests.test_utime_by_indexed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_by_times__test.test_os.UtimeTests.test_utime_by_times_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_current__test.test_os.UtimeTests.test_utime_current_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_current_old__test.test_os.UtimeTests.test_utime_current_old_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_dir_fd__test.test_os.UtimeTests.test_utime_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_dir_fd__test.test_posix.TestPosixDirFd.test_utime_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_directory__test.test_os.UtimeTests.test_utime_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_fd__test.test_os.UtimeTests.test_utime_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_invalid_arguments__test.test_os.UtimeTests.test_utime_invalid_arguments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_nofollow_symlinks__test.test_os.UtimeTests.test_utime_nofollow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_nofollow_symlinks__test.test_posix.PosixTester.test_utime_nofollow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_nonexistent__test.test_os.UtimeTests.test_utime_nonexistent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_utime_with_fd__test.test_posix.PosixTester.test_utime_with_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uu__test.test_binascii.ArrayBinASCIITest.test_uu_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uu__test.test_binascii.BinASCIITest.test_uu_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uu__test.test_binascii.BytearrayBinASCIITest.test_uu_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uu__test.test_binascii.MemoryviewBinASCIITest.test_uu_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uu_invalid__test.test_codecs.TransformCodecTest.test_uu_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1__test.test_uuid.TestUUIDWithExtModule.test_uuid1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_bogus_return_value__test.test_uuid.TestUUIDWithExtModule.test_uuid1_bogus_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_bogus_return_value__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_bogus_return_value__'need_uuid._generate_time_safe'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_uuid1_eui64__test.test_uuid.TestUUIDWithExtModule.test_uuid1_eui64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_eui64__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_eui64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_is_safe__test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_is_safe__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_safe__'need_uuid._generate_time_safe'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_uuid1_is_unsafe__test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_unsafe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_is_unsafe__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_unsafe__'need_uuid._generate_time_safe'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_uuid1_safe__test.test_uuid.TestUUIDWithExtModule.test_uuid1_safe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_safe__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_safe__'requires_uuid_generate_time_safe_3_'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_uuid1_time__test.test_uuid.TestUUIDWithExtModule.test_uuid1_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_time__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_time_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_unknown__test.test_uuid.TestUUIDWithExtModule.test_uuid1_unknown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid1_unknown__test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_unknown__'need_uuid._generate_time_safe'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_uuid3__test.test_uuid.TestUUIDWithExtModule.test_uuid3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid3__test.test_uuid.TestUUIDWithoutExtModule.test_uuid3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid4__test.test_uuid.TestUUIDWithExtModule.test_uuid4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid4__test.test_uuid.TestUUIDWithoutExtModule.test_uuid4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid5__test.test_uuid.TestUUIDWithExtModule.test_uuid5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid5__test.test_uuid.TestUUIDWithoutExtModule.test_uuid5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid_weakref__test.test_uuid.TestUUIDWithExtModule.test_uuid_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_uuid_weakref__test.test_uuid.TestUUIDWithoutExtModule.test_uuid_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_v4_with_v6_scoped_equality__test.test_ipaddress.ComparisonTests.test_v4_with_v6_scoped_equality_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_v7_dirtype__test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_v7_dirtype__test.test_tarfile.GzipMiscReadTest.test_v7_dirtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_v7_dirtype__test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_v7_dirtype__test.test_tarfile.MiscReadTest.test_v7_dirtype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_va_args_exceptions__test.test_decimal.CWhitebox.test_va_args_exceptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valencia_modifier__test.test_locale.NormalizeTest.test_valencia_modifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid__test.test_codeop.CodeopTests.test_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid__test.test_tomllib.test_data.TestData.test_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid__test.test_unicode_identifiers.PEP3131Test.test_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_argument__test.test_email.test_email.TestMIMEMessage.test_valid_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_choice__test.test_optparse.TestChoice.test_valid_choice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_doctypes__test.test_htmlparser.HTMLParserTestCase.test_valid_doctypes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_get_response__test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_valid_get_response_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_indent__test.test_reprlib.ReprTests.test_valid_indent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_netmask__test.test_ipaddress.InterfaceTestCase_v4.test_valid_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_netmask__test.test_ipaddress.InterfaceTestCase_v6.test_valid_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_netmask__test.test_ipaddress.NetworkTestCase_v4.test_valid_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_netmask__test.test_ipaddress.NetworkTestCase_v6.test_valid_netmask_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_prefixes__test.test_fstring.TestCase.test_valid_prefixes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_signals__test.test_signal.PosixTests.test_valid_signals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_signals__test.test_signal.WindowsSignalTests.test_valid_signals__'Windows_specific'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_valid_uses__test.test_typing.ConcatenateTests.test_valid_uses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valid_uses__test.test_typing.ParamSpecTests.test_valid_uses_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_validated_hello__test.test_wsgiref.IntegrationTests.test_validated_hello_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_validation__test.test_ast.test_ast.ConstantTests.test_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_validation__test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2045_1__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2045_2__test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2045_2__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2045_3__test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2045_3__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2045_4__test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2183_1__test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2183_1__test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_RFC_2183_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_RFC_2183_2__test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value__test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value__test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value__test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value__test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value__test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_backup_assign__test.test_enum.TestSpecial.test_value_backup_assign_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_bad_params__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_bad_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_capitalized_charset__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_capitalized_charset_param_name_and_comment__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset_param_name_and_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_cfws_in_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_cfws_in_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_charset_param__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_charset_param_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_double_quotes_inside_quotes__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_double_quotes_inside_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_duplicate_and_missing_split_value__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_and_missing_split_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_duplicate_in_split_value__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_in_split_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_duplicate_key__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_duplicate_key_with_split_value__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_duplicate_key_with_split_value_other_order__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value_other_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_duplicate_with_broken_split_value__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_with_broken_split_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_empty__test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_extra_dquote__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_extra_dquote_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_extra_space_after_cte__test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_extra_space_after_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_invalid_parameter_value_with_fws_between_ew__test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_parameter_value_with_fws_between_ew_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_invalid_value__test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_invalid_value_with_params__test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value_with_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_junk_after_cte__test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_junk_after_cte_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_junk_text_in_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_junk_text_in_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_lots_of_mime_params__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_lots_of_mime_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_missing_split_value__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_missing_split_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_mixed_case_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_mixed_case_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_multiple_keys__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_multiple_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_no_slash_in_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_slash_in_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_no_subtype_in_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_subtype_in_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_no_value__test.test_email.test_headerregistry.TestContentDisposition.test_value_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_no_value__test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_no_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_non_ascii_in_params__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_in_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_non_ascii_rfc2231_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_rfc2231_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_param_value_with_tspecials__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_value_with_tspecials_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_param_with_extra_quoted_whitespace__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_with_extra_quoted_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_parameter_value_with_fws_between_tokens__test.test_email.test_headerregistry.TestContentDisposition.test_value_parameter_value_with_fws_between_tokens_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_quotes_inside_rfc2231_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_quotes_inside_rfc2231_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2047_gb2312_base64__test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_gb2312_base64_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2047_quopri_with_regular_text__test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_quopri_with_regular_text_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2047_simple_nonascii_quopri__test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_nonascii_quopri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2047_simple_quopri__test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_quopri_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_bad_character_in_charset_parameter_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_bad_character_in_charset_parameter_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_encoded_charset__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_encoded_no_charset__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_encoded_no_double_quotes__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_encoded_then_unencoded_segments__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_then_unencoded_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_encoded_with_double_quotes__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_with_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_folded_segments_correctly_formatted__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_folded_segments_correctly_formatted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_no_language_or_charset__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_no_language_or_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_partly_encoded_2__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_partly_encoded__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_quoted_unencoded_then_encoded_segments__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_quoted_unencoded_then_encoded_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_segmented_normal_values__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_segmented_normal_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_single_quote_in_non_encoded_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_non_encoded_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_single_quote_in_value_with_charset_and_lang__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_value_with_charset_and_lang_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_single_quote_inside_double_quotes__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_inside_double_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_unencoded_then_encoded_segments__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unencoded_then_encoded_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_unknown_charset_treated_as_ascii__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unknown_charset_treated_as_ascii_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_rfc_2045_1__test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_rfc_2045_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_semis_inside_quotes__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_semis_inside_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_simple__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_single_quotes_inside_quotes__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_single_quotes_inside_quotes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_spaces_around_param_equals__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_param_equals_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_spaces_around_semis__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_semis_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_spaces_in_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_in_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_split_value__test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_split_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_too_many_slashes_in_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_too_many_slashes_in_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_unknown_charset__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_charset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_unknown_content_type__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_content_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_value_unquoted_param_value__test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unquoted_param_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_ast.test_ast.ConstantTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_dict.DictTest.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_dict.GeneralMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_dict.SubclassMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_frame.FrameLocalsProxyMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_grp.GroupDatabaseTestCase.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_mailbox.TestBabyl.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_mailbox.TestMH.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_mailbox.TestMMDF.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_mailbox.TestMaildir.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_mailbox.TestMbox.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_ordered_dict.CPythonGeneralMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_ordered_dict.CPythonSubclassMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_ordered_dict.PurePythonGeneralMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_ordered_dict.PurePythonSubclassMappingTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_os.EnvironTests.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_pwd.PwdTest.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_richcmp.NumberTest.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto0File_dumbShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto0File_gnuShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto0File_ndbmShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto0File_sqlite3Shelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto0MemShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto1File_dumbShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto1File_gnuShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto1File_ndbmShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto1File_sqlite3Shelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto1MemShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto2File_dumbShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto2File_gnuShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto2File_ndbmShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto2File_sqlite3Shelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto2MemShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto3File_dumbShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto3File_gnuShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto3File_ndbmShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto3File_sqlite3Shelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto3MemShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto4File_dumbShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto4File_gnuShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto4File_ndbmShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto4File_sqlite3Shelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto4MemShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto5File_dumbShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto5File_gnuShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto5File_ndbmShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto5File_sqlite3Shelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_shelve.TestProto5MemShelve.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_userdict.UserDictTest.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_weakref.WeakKeyDictionaryTestCase.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values__test.test_weakref.WeakValueDictionaryTestCase.test_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values_extended__test.test_grp.GroupDatabaseTestCase.test_values_extended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values_extended__test.test_pwd.PwdTest.test_values_extended_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values_on_instance__test.test_opcache.TestInstanceDict.test_values_on_instance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_values_with_8bit_headers__test.test_email.test_email.Test8BitBytesHandling.test_values_with_8bit_headers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_valuesiterator_pickling__test.test_dict.DictTest.test_valuesiterator_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_basic_semantics__test.test_grammar.GrammarTests.test_var_annot_basic_semantics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_basics__test.test_grammar.GrammarTests.test_var_annot_basics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_custom_maps__test.test_grammar.GrammarTests.test_var_annot_custom_maps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_in_module__test.test_grammar.GrammarTests.test_var_annot_in_module_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_metaclass_semantics__test.test_grammar.GrammarTests.test_var_annot_metaclass_semantics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_module_semantics__test.test_grammar.GrammarTests.test_var_annot_module_semantics_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_refleak__test.test_grammar.GrammarTests.test_var_annot_refleak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_rhs__test.test_grammar.GrammarTests.test_var_annot_rhs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_simple_exec__test.test_grammar.GrammarTests.test_var_annot_simple_exec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_annot_syntax_errors__test.test_grammar.GrammarTests.test_var_annot_syntax_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_substitution__test.test_typing.CollectionsCallableTests.test_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_substitution__test.test_typing.ConcatenateTests.test_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_substitution__test.test_typing.ParamSpecTests.test_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_substitution__test.test_typing.TypeVarTests.test_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_substitution__test.test_typing.TypeVarTupleTests.test_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_var_substitution__test.test_typing.TypingCallableTests.test_var_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs0__test.test_call.CFunctionCallsErrorMessages.test_varargs0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs10_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs10_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs11_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs11_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs12_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs12_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs13_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs13_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs14_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs14_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs15_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs15_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs16_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs16_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs17_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs17_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs18_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs18_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs19_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs19_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs1_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs1_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs1max__test.test_call.CFunctionCallsErrorMessages.test_varargs1max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs1min__test.test_call.CFunctionCallsErrorMessages.test_varargs1min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs2__test.test_call.CFunctionCallsErrorMessages.test_varargs2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs2_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs2_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs2max__test.test_call.CFunctionCallsErrorMessages.test_varargs2max_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs2min__test.test_call.CFunctionCallsErrorMessages.test_varargs2min_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs3__test.test_call.CFunctionCallsErrorMessages.test_varargs3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs3_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs3_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs4_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs4_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs5_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs5_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs6_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs6_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs7_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs7_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs8_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs8_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs9_kw__test.test_call.CFunctionCallsErrorMessages.test_varargs9_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_call.TestCallingConventions.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_call.TestCallingConventionsClass.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_call.TestCallingConventionsClassInstance.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_call.TestCallingConventionsInstance.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_call.TestCallingConventionsStatic.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_inspect.test_inspect.TestGetcallargsMethods.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_error_kw__test.test_call.TestCallingConventions.test_varargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_error_kw__test.test_call.TestCallingConventionsClass.test_varargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_error_kw__test.test_call.TestCallingConventionsClassInstance.test_varargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_error_kw__test.test_call.TestCallingConventionsInstance.test_varargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_error_kw__test.test_call.TestCallingConventionsStatic.test_varargs_error_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_ext__test.test_call.TestCallingConventions.test_varargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_ext__test.test_call.TestCallingConventionsClass.test_varargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_ext__test.test_call.TestCallingConventionsClassInstance.test_varargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_ext__test.test_call.TestCallingConventionsInstance.test_varargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_ext__test.test_call.TestCallingConventionsStatic.test_varargs_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords__test.test_call.TestCallingConventions.test_varargs_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords__test.test_call.TestCallingConventionsClass.test_varargs_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords__test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords__test.test_call.TestCallingConventionsInstance.test_varargs_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords__test.test_call.TestCallingConventionsStatic.test_varargs_keywords_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords_ext__test.test_call.TestCallingConventions.test_varargs_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords_ext__test.test_call.TestCallingConventionsClass.test_varargs_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords_ext__test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords_ext__test.test_call.TestCallingConventionsInstance.test_varargs_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varargs_keywords_ext__test.test_call.TestCallingConventionsStatic.test_varargs_keywords_ext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vardecl__test.test_type_comments.TypeCommentTests.test_vardecl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variable_args__test.test_optparse.TestCallbackVarArgs.test_variable_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variable_dependent__test.test_compile.TestSpecifics.test_variable_dependent_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variable_tzname__test.test_email.test_utils.LocaltimeTests.test_variable_tzname_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_args_annotations_are_correct__test.test_typing.TypeVarTupleTests.test_variadic_args_annotations_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_args_with_ellipsis_annotations_are_correct__test.test_typing.TypeVarTupleTests.test_variadic_args_with_ellipsis_annotations_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_alias_repr_is_correct__test.test_typing.TypeVarTupleTests.test_variadic_class_alias_repr_is_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_arg_ordering_matters__test.test_typing.TypeVarTupleTests.test_variadic_class_arg_ordering_matters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_arg_typevartuple_identity_matters__test.test_typing.TypeVarTupleTests.test_variadic_class_arg_typevartuple_identity_matters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_args_are_correct__test.test_typing.TypeVarTupleTests.test_variadic_class_args_are_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_definition_using_concrete_types_fails__test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_concrete_types_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_definition_using_packed_typevartuple_fails__test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_packed_typevartuple_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_origin_is_correct__test.test_typing.TypeVarTupleTests.test_variadic_class_origin_is_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_repr_is_correct__test.test_typing.TypeVarTupleTests.test_variadic_class_repr_is_correct_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_same_args_results_in_equalty__test.test_typing.TypeVarTupleTests.test_variadic_class_same_args_results_in_equalty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_with_2_typevars_accepts_2_or_more_args__test.test_typing.TypeVarTupleTests.test_variadic_class_with_2_typevars_accepts_2_or_more_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_class_with_duplicate_typevartuples_fails__test.test_typing.TypeVarTupleTests.test_variadic_class_with_duplicate_typevartuples_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variadic_parameters__test.test_typing.GenericAliasSubstitutionTests.test_variadic_parameters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variant_bool__test.test_ctypes.test_wintypes.WinTypesTest.test_variant_bool_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_variants__test.test_import.SinglephaseInitTests.test_variants_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_various___class___pathologies__test.test_super.TestSuper.test_various___class___pathologies_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_various_input_types__test.test_statistics.TestGeometricMean.test_various_input_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varkw__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varkw__test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varkw__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varkw_only__test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varkw_only__test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_varkw_only__test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw_only_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vars__test.test_builtin.BuiltinTest.test_vars_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall__test.test_call.FastCallTests.test_vectorcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall__test.test_call.TestPEP590.test_vectorcall_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall_dict__test.test_call.FastCallTests.test_vectorcall_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall_flag__test.test_call.TestPEP590.test_vectorcall_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall_limited_incoming__test.test_call.TestPEP590.test_vectorcall_limited_incoming_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall_limited_outgoing__test.test_call.TestPEP590.test_vectorcall_limited_outgoing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall_limited_outgoing_method__test.test_call.TestPEP590.test_vectorcall_limited_outgoing_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vectorcall_override__test.test_call.TestPEP590.test_vectorcall_override_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_venv_same_path__test.test_venv.BasicTest.test_venv_same_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_venv_scheme__test.test_sysconfig.TestSysConfig.test_venv_scheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verbose3__test.test_regrtest.ArgsTestCase.test_verbose3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verbose3__test.test_regrtest.ParseArgsTestCase.test_verbose3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verbose3_huntrleaks__test.test_regrtest.ParseArgsTestCase.test_verbose3_huntrleaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verbose__test.test_cmd_line.CmdLineTest.test_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verbose__test.test_regrtest.ParseArgsTestCase.test_verbose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verify_flags__test.test_ssl.ContextTests.test_verify_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verify_mode_protocol__test.test_ssl.ContextTests.test_verify_mode_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verifyflags__test.test_ssl.TestEnumerations.test_verifyflags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_verifymode__test.test_ssl.TestEnumerations.test_verifymode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version__test.test_argparse.TestOptionalsHelpVersionActions.test_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version__test.test_cmd_line.CmdLineTest.test_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version__test.test_ensurepip.TestPackages.test_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version__test.test_optparse.TestVersion.test_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version__test.test_platform.PlatformTest.test_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_action__test.test_argparse.TestOptionalsHelpVersionActions.test_version_action_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_api_data__test.test_capi.test_misc.Test_testcapi.test_version_api_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_argument__test.test_marshal.BugsTestCase.test_version_argument_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_bogus__test.test_httpservers.BaseHTTPServerTestCase.test_version_bogus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_digits__test.test_httpservers.BaseHTTPServerTestCase.test_version_digits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_egg_info_file__test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_format__test.test_argparse.TestOptionalsHelpVersionActions.test_version_format_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_invalid__test.test_httpservers.BaseHTTPServerTestCase.test_version_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_missing_params__test.test_argparse.TestInvalidArgumentConstructors.test_version_missing_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_no_dir__test.test_ensurepip.TestPackages.test_version_no_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_no_help__test.test_argparse.TestOptionalsHelpVersionActions.test_version_no_help_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_none__test.test_httpservers.BaseHTTPServerTestCase.test_version_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_none_get__test.test_httpservers.BaseHTTPServerTestCase.test_version_none_get_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_version_signs_and_underscores__test.test_httpservers.BaseHTTPServerTestCase.test_version_signs_and_underscores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_very_large_function__test.test_sys_settrace.SkipLineEventsTraceTestCase.test_very_large_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_very_large_function__test.test_sys_settrace.TestLinesAfterTraceStarted.test_very_large_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_very_large_function__test.test_sys_settrace.TestSetLocalTrace.test_very_large_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_very_large_function__test.test_sys_settrace.TraceOpcodesTestCase.test_very_large_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_very_large_function__test.test_sys_settrace.TraceTestCase.test_very_large_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_very_long_line_end_offset__test.test_compile.TestSourcePositions.test_very_long_line_end_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vfork_used_when_expected__test.test_subprocess.POSIXProcessTestCase.test_vfork_used_when_expected__'strace_not_found_or_not_working_as_expected.'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_vformat_recursion_limit__test.test_string.ModuleTest.test_vformat_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vice_versa__test.test_ctypes.test_structures.TestRecursiveStructure.test_vice_versa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vicious_descriptor_nonsense__test.test_descr.ClassPropertiesAndMethods.test_vicious_descriptor_nonsense_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_views__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_views_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_views__test.test_ordered_dict.CPythonOrderedDictTests.test_views_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_views__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_views_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_views__test.test_ordered_dict.PurePythonOrderedDictTests.test_views_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_views__test.test_types.MappingProxyTests.test_views_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_views_mapping__test.test_dict.DictTest.test_views_mapping_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vilnius_1941_fromutc__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vilnius_1941_fromutc__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_fromutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vilnius_1941_toutc__test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_toutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vilnius_1941_toutc__test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_toutc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_virtualClassAttributeWithOneMeta__test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_virtualClassAttributeWithTwoMeta__test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_visible__test.test_mailbox.TestBabylMessage.test_visible_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_void__test.test_ctypes.test_cfuncs.CFunctions.test_void_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_voidcmd__test.test_ftplib.TestFTPClass.test_voidcmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_voidcmd__test.test_ftplib.TestTLS_FTPClassMixin.test_voidcmd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_voidresult__test.test_ctypes.test_functions.FunctionTestCase.test_voidresult_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_von_mises_large_kappa__test.test_random.TestDistributions.test_von_mises_large_kappa_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_von_mises_range__test.test_random.TestDistributions.test_von_mises_range_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vsBuiltinSort__test.test_bisect.TestInsortC.test_vsBuiltinSort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vsBuiltinSort__test.test_bisect.TestInsortPython.test_vsBuiltinSort_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_vs_other_type_call__test.test_monitoring.TestLoadSuperAttr.test_vs_other_type_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_big5_ignore__test.test_argparse.TestFileTypeRepr.test_w_big5_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_code_invalid__test.test_capi.test_misc.Test_testcapi.test_w_code_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_dest_close_fails__test.test_shutil.TestCopyFile.test_w_dest_close_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_dest_open_fails__test.test_shutil.TestCopyFile.test_w_dest_open_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_source_close_fails__test.test_shutil.TestCopyFile.test_w_source_close_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_source_open_fails__test.test_shutil.TestCopyFile.test_w_source_open_fails_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_w_star__test.test_capi.test_getargs.Bytes_TestCase.test_w_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait3_rusage_initialized__test.test_wait3.Wait3Test.test_wait3_rusage_initialized_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.fork_wait.ForkWait.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_locks.ConditionTests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_locks.EventTests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_fork1.ForkTest.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_multiprocessing_fork.test_misc.TestWait.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_regrtest.ArgsTestCase.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_regrtest.ParseArgsTestCase.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_subprocess.ProcessTestCase.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_subprocess.ProcessTestCaseNoPoll.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_wait3.Wait3Test.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait__test.test_wait4.Wait4Test.test_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_already_called_success__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_already_called_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_cancel__test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_cancel__test.test_asyncio.test_locks.EventTests.test_wait_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_cancel_after_notify__test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_after_notify_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_cancel_contested__test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_contested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_closed__test.test_asyncio.test_events.TestAbstractServer.test_wait_closed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_closed_basic__test.test_asyncio.test_server.TestServer2.test_wait_closed_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_closed_on_close__test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_closed_on_close_with_unread_data__test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_with_unread_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_closed_race__test.test_asyncio.test_server.TestServer2.test_wait_closed_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_concurrent_complete__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_concurrent_complete_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_duplicate_coroutines__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_duplicate_coroutines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_errors__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_completed__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_completed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_first_exception_in_wait__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_in_wait_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for__test.test_asyncio.test_locks.ConditionTests.test_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_blocking__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_cancel_suppressed__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancel_suppressed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_cancellation_race_condition__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancellation_race_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_issue86296__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_issue86296_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_race_condition__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_race_condition_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_reraises_exception_during_cancellation__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_reraises_exception_during_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_threads__test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_wait_for_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_threads__test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_wait_for_threads__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_for_threads__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_wait_for_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_threads__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_wait_for_threads__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_for_threads__test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_threads__test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_wait_for_threads__'test_not_appropriate_for_threads'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_for_timeout_less_then_0_or_0__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_timeout_less_then_0_or_0_future_done__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_future_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_unacquired__test.test_asyncio.test_locks.ConditionTests.test_wait_for_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_waits_for_task_cancellation__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_for_waits_for_task_cancellation_w_timeout_0__test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation_w_timeout_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_generator__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_generator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_integer__test.test_multiprocessing_fork.test_misc.TestWait.test_wait_integer__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_integer__test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_integer__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_integer__test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_invalid_args__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_invalid_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_negative_timeout__test.test_subprocess.ProcessTestCase.test_wait_negative_timeout__'need_subprocess._winapi'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_negative_timeout__test.test_subprocess.ProcessTestCaseNoPoll.test_wait_negative_timeout__'need_subprocess._winapi'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_on_set__test.test_asyncio.test_locks.EventTests.test_wait_on_set_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_really_done__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_really_done_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_result__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_wait_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_slow__test.test_multiprocessing_fork.test_misc.TestWait.test_wait_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_slow__test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_slow__test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_socket__test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_socket__test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_socket__test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_socket_slow__test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_socket_slow__test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_socket_slow__test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_timeout__test.test_multiprocessing_fork.test_misc.TestWait.test_wait_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_timeout__test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_timeout__test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout__\"resource_'walltime'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wait_timeout__test.test_subprocess.ProcessTestCase.test_wait_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_timeout__test.test_subprocess.ProcessTestCaseNoPoll.test_wait_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_unacquired__test.test_asyncio.test_locks.ConditionTests.test_wait_unacquired_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_any_call_global_timeout__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_global_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_any_call_kw__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_kw_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_any_call_positional__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_positional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_any_call_with_instance_timeout__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_instance_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_any_call_with_success__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_called_global_timeout__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_global_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_called_instance_timeout__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_instance_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_called_method_timeout__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_method_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_until_called_success__test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_success_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_when_sigchild_ignored__test.test_subprocess.POSIXProcessTestCase.test_wait_when_sigchild_ignored_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_exception__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_iterator_of_tasks__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_iterator_of_tasks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wait_with_timeout__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waiter_cancelled__test.test_asyncio.test_timeouts.TimeoutTests.test_waiter_cancelled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor__test.test_threading.ConditionTests.test_waitfor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitfor_timeout__test.test_threading.ConditionTests.test_waitfor_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitid__test.test_posix.PosixTester.test_waitid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitpid__test.test_os.PidTests.test_waitpid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitpid_windows__test.test_os.PidTests.test_waitpid_windows__'win32-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_waitstatus_to_exitcode__test.test_os.PidTests.test_waitstatus_to_exitcode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitstatus_to_exitcode_kill__test.test_os.PidTests.test_waitstatus_to_exitcode_kill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_waitstatus_to_exitcode_windows__test.test_os.PidTests.test_waitstatus_to_exitcode_windows__'win32-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wakeup_fd_during__test.test_signal.WakeupSignalTests.test_wakeup_fd_during_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wakeup_fd_early__test.test_signal.WakeupSignalTests.test_wakeup_fd_early_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wakeup_write_error__test.test_signal.WakeupSignalTests.test_wakeup_write_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_os.BytesFwalkTests.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_os.BytesWalkTests.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_os.FwalkTests.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_os.WalkTests.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_pathlib.test_pathlib.PathTest.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_above_recursion_limit_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_above_recursion_limit__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_above_recursion_limit__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_bad_dir2__test.test_os.BytesFwalkTests.test_walk_bad_dir2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir2__test.test_os.BytesWalkTests.test_walk_bad_dir2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir2__test.test_os.FwalkTests.test_walk_bad_dir2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir2__test.test_os.WalkTests.test_walk_bad_dir2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_os.BytesFwalkTests.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_os.BytesWalkTests.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_os.FwalkTests.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_os.WalkTests.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_pathlib.test_pathlib.PathTest.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bad_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bad_dir__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bad_dir__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_os.BytesFwalkTests.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_os.BytesWalkTests.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_os.FwalkTests.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_os.WalkTests.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_pathlib.test_pathlib.PathTest.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bottom_up__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_bottom_up__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_bottom_up_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_follow_symlinks__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_follow_symlinks__test.test_pathlib.test_pathlib.PathTest.test_walk_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_follow_symlinks__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_follow_symlinks__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_follow_symlinks__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_follow_symlinks__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_follow_symlinks__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_follow_symlinks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_many_open_files__test.test_os.BytesWalkTests.test_walk_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_many_open_files__test.test_os.WalkTests.test_walk_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_many_open_files__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_many_open_files__test.test_pathlib.test_pathlib.PathTest.test_walk_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_many_open_files__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_many_open_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_many_open_files__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_many_open_files__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_named_pipe2__test.test_os.BytesFwalkTests.test_walk_named_pipe2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe2__test.test_os.BytesWalkTests.test_walk_named_pipe2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe2__test.test_os.FwalkTests.test_walk_named_pipe2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe2__test.test_os.WalkTests.test_walk_named_pipe2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe__test.test_os.BytesFwalkTests.test_walk_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe__test.test_os.BytesWalkTests.test_walk_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe__test.test_os.FwalkTests.test_walk_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_named_pipe__test.test_os.WalkTests.test_walk_named_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_packages_raises_on_string_or_bytes_input__test.test_pkgutil.PkgutilTests.test_walk_packages_raises_on_string_or_bytes_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_os.BytesFwalkTests.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_os.BytesWalkTests.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_os.FwalkTests.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_os.WalkTests.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_pathlib.test_pathlib.PathTest.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_prune__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_prune__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_prune__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_prune_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_stack__test.test_traceback.TestStack.test_walk_stack_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink__test.test_os.BytesFwalkTests.test_walk_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink__test.test_os.BytesWalkTests.test_walk_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink__test.test_os.FwalkTests.test_walk_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink__test.test_os.WalkTests.test_walk_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink_location__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_symlink_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink_location__test.test_pathlib.test_pathlib.PathTest.test_walk_symlink_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink_location__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_symlink_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_symlink_location__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_symlink_location__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_symlink_location__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_symlink_location__'requires_symlinks'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_symlink_location__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_symlink_location_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_tb__test.test_traceback.TestStack.test_walk_tb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_os.BytesFwalkTests.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_os.BytesWalkTests.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_os.FwalkTests.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_os.WalkTests.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_pathlib.test_pathlib.PathTest.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_pathlib.test_pathlib.PosixPathTest.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_topdown__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walk_topdown__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_topdown_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walkpackages_filesys__test.test_pkgutil.PkgutilTests.test_walkpackages_filesys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_walrus__test.test_fstring.TestCase.test_walrus_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wanted_dirs__test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_during_finalization__test.test_capi.test_exceptions.Test_Exceptions.test_warn_during_finalization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_explicit_non_ascii_filename__test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_explicit_non_ascii_filename__test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_explicit_type_errors__test.test_warnings.CWarnTests.test_warn_explicit_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_explicit_type_errors__test.test_warnings.PyWarnTests.test_warn_explicit_type_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_missed_comma__test.test_grammar.GrammarTests.test_warn_missed_comma_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_nonstandard_types__test.test_warnings.CWarnTests.test_warn_nonstandard_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_nonstandard_types__test.test_warnings.PyWarnTests.test_warn_nonstandard_types_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_on_dealloc__test.test_io.CMiscIOTest.test_warn_on_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_on_dealloc__test.test_io.PyMiscIOTest.test_warn_on_dealloc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_on_dealloc_fd__test.test_io.CMiscIOTest.test_warn_on_dealloc_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_on_dealloc_fd__test.test_io.PyMiscIOTest.test_warn_on_dealloc_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_on_full_buffer__test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_when_package_and_spec_disagree__test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_when_package_and_spec_disagree__test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_when_using___name____test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_when_using___name____test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name___": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warn_with_stacklevel__test.test_capi.test_exceptions.Test_Exceptions.test_warn_with_stacklevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_codeop.CodeopTests.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_logging.BasicConfigTest.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_logging.ModuleLevelMiscTest.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_sqlite3.test_dbapi.ModuleTests.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_warnings._DeprecatedTest.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_xml_etree.BoolTest.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning__test.test_xml_etree_c.BoolTest.test_warning_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning_classes__test.test_warnings.CWarnTests.test_warning_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning_classes__test.test_warnings.PyWarnTests.test_warning_classes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warning_notimplemented__test.test_builtin.BuiltinTest.test_warning_notimplemented_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings__test.test_codecs.EscapeDecodeTest.test_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings__test.test_fnmatch.FnmatchTestCase.test_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings__test.test_logging.WarningsTest.test_warnings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings_bootstrap__test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings_filter_precedence__test.test_cmd_line.CmdLineTest.test_warnings_filter_precedence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_warnings_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings_no_handlers__test.test_logging.WarningsTest.test_warnings_no_handlers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warnings_on_cleanup__test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warns__test.test_asyncio.test_subprocess.MultiLoopChildWatcherTests.test_warns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_warns_on_subclassing__test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_warns_on_subclassing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_non_dict__test.test_capi.test_watchers.TestDictWatchers.test_watch_non_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_non_type__test.test_capi.test_watchers.TestTypeWatchers.test_watch_non_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_out_of_range_watcher_id__test.test_capi.test_watchers.TestDictWatchers.test_watch_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_out_of_range_watcher_id__test.test_capi.test_watchers.TestTypeWatchers.test_watch_out_of_range_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_type__test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_type_subclass__test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_unassigned_watcher_id__test.test_capi.test_watchers.TestDictWatchers.test_watch_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watch_unassigned_watcher_id__test.test_capi.test_watchers.TestTypeWatchers.test_watch_unassigned_watcher_id_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_watcher_raises_error__test.test_capi.test_watchers.TestFuncWatchers.test_watcher_raises_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wb_1__test.test_argparse.TestFileTypeRepr.test_wb_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wbits__test.test_zlib.CompressObjectTestCase.test_wbits_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_pickling.PickleTest_0.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_pickling.PickleTest_1.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_pickling.PickleTest_2.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_pickling.PickleTest_3.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_pickling.PickleTest_4.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_pickling.PickleTest_5.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar__test.test_ctypes.test_strings.WStringTestCase.test_wchar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_p__test.test_ctypes.test_cast.Test.test_wchar_p_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_parm__test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_wchar_parm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_parm__test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_wchar_parm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_parm__test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_wchar_parm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_parm__test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_wchar_parm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_parm__test.test_ctypes.test_functions.FunctionTestCase.test_wchar_parm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_ptr__test.test_ctypes.test_slicing.SlicesTestCase.test_wchar_ptr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wchar_result__test.test_ctypes.test_functions.FunctionTestCase.test_wchar_result_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wcslen__test.test_ctypes.test_unicode.StringTestCase.test_wcslen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wcslen__test.test_ctypes.test_unicode.UnicodeTestCase.test_wcslen_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_destroy_and_mutate_while_iterating__test.test_weakset.TestWeakSet.test_weak_destroy_and_mutate_while_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_destroy_while_iterating__test.test_weakset.TestWeakSet.test_weak_destroy_while_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_bad_delitem__test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_cascading_deletes__test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_delitem__test.test_weakref.MappingTestCase.test_weak_keyed_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_dict_popitem__test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_dict_setdefault__test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_dict_update__test.test_weakref.MappingTestCase.test_weak_keyed_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_iters__test.test_weakref.MappingTestCase.test_weak_keyed_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_len_cycles__test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_len_race__test.test_weakref.MappingTestCase.test_weak_keyed_len_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keyed_union_operators__test.test_weakref.MappingTestCase.test_weak_keyed_union_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keys__test.test_weakref.MappingTestCase.test_weak_keys_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_keys_destroy_while_iterating__test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_consistency__test.test_weakref.MappingTestCase.test_weak_valued_consistency_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_delitem__test.test_weakref.MappingTestCase.test_weak_valued_delitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_dict_popitem__test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_dict_setdefault__test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_dict_update__test.test_weakref.MappingTestCase.test_weak_valued_dict_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_iters__test.test_weakref.MappingTestCase.test_weak_valued_iters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_len_cycles__test.test_weakref.MappingTestCase.test_weak_valued_len_cycles_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_len_race__test.test_weakref.MappingTestCase.test_weak_valued_len_race_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_valued_union_operators__test.test_weakref.MappingTestCase.test_weak_valued_union_operators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_values__test.test_weakref.MappingTestCase.test_weak_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weak_values_destroy_while_iterating__test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.ByteTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.DoubleTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.FloatTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.IntTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.LongLongTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.LongTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.ShortTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UCS4Test.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UnicodeTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UnsignedByteTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UnsignedIntTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UnsignedLongLongTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UnsignedLongTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_array.UnsignedShortTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_deque.TestSubclass.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_functools.TestPartialC.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_functools.TestPartialCSubclass.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_functools.TestPartialPy.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_functools.TestPartialPySubclass.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_genericalias.BaseTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_ipaddress.AddressTestCase_v4.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_ipaddress.AddressTestCase_v6.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_memoryview.ArrayMemorySliceSliceTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_memoryview.ArrayMemorySliceTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_memoryview.ArrayMemoryviewTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_memoryview.BytesMemorySliceSliceTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_memoryview.BytesMemorySliceTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_memoryview.BytesMemoryviewTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_mmap.MmapTests.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_module.ModuleTests.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_re.ReTests.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_set.TestSet.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_set.TestSetSubclass.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_socket.GeneralModuleTests.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_typing.CollectionsCallableTests.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_typing.TypingCallableTests.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_xml_etree.BasicElementTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref__test.test_xml_etree_c.BasicElementTest.test_weakref_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_all__test.test_typing.GenericTests.test_weakref_all_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_capi__test.test_capi.test_misc.Test_testcapi.test_weakref_capi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_clearing__test.test_io.CBufferedRWPairTest.test_weakref_clearing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_clearing__test.test_io.PyBufferedRWPairTest.test_weakref_clearing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_thread.LockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_threading.CRLockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_threading.ConditionAsRLockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_threading.LockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_deleted__test.test_threading.PyRLockTests.test_weakref_deleted_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_thread.LockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_threading.CRLockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_threading.ConditionAsRLockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_threading.LockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_exists__test.test_threading.PyRLockTests.test_weakref_exists_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_list_is_not_traversed__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_list_is_not_traversed__test.test_ordered_dict.CPythonOrderedDictTests.test_weakref_list_is_not_traversed_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_module_has_signatures__test.test_inspect.test_inspect.TestSignatureDefinitions.test_weakref_module_has_signatures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_segfault__test.test_descr.ClassPropertiesAndMethods.test_weakref_segfault_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_slot_make_dataclass__test.test_dataclasses.TestSlots.test_weakref_slot_make_dataclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_slot_normal_base_weakref_slot__test.test_dataclasses.TestSlots.test_weakref_slot_normal_base_weakref_slot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_slot_subclass_no_weakref_slot__test.test_dataclasses.TestSlots.test_weakref_slot_subclass_no_weakref_slot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_slot_subclass_weakref_slot__test.test_dataclasses.TestSlots.test_weakref_slot_subclass_weakref_slot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakref_slot_without_slot__test.test_dataclasses.TestSlots.test_weakref_slot_without_slot_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakrefs__test.test_descr.ClassPropertiesAndMethods.test_weakrefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weakrefs__test.test_type_params.TypeParamsWeakRefTest.test_weakrefs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_week_0__test.test_strptime.CalculationTests.test_week_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_week_of_year_and_day_of_week_calculation__test.test_strptime.CalculationTests.test_week_of_year_and_day_of_week_calculation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestDateTimeTZ_Fast.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestDateTimeTZ_Pure.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestDateTime_Fast.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestDateTime_Pure.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestDate_Fast.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestDate_Pure.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestSubclassDateTime_Fast.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.datetimetester.TestSubclassDateTime_Pure.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.test_strptime.LocaleTime_Tests.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday__test.test_strptime.StrptimeTests.test_weekday_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weekday_locale__test.test_strptime.StrptimeTests.test_weekday_locale___locale='ja_JP'__\"no_locale_'ja_JP'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_weights__test.test_statistics.TestFMean.test_weights_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_attribute_position_regressions__test.test_compile.TestSourcePositions.test_weird_attribute_position_regressions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_chars_in_unquoted_attribute_values__test.test_htmlparser.AttributesTestCase.test_weird_chars_in_unquoted_attribute_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConfigParserTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConfigParserTestCaseNoValue.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.ConvertersTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.CopyTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.MultilineValuesTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.RawConfigParserTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.SortedTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_errors__test.test_configparser.StrictTestCase.test_weird_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_floats__test.test_json.test_enum.TestCEnum.test_weird_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_floats__test.test_json.test_enum.TestPyEnum.test_weird_floats_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_metadata__test.test_gettext.WeirdMetadataTest.test_weird_metadata_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_str_subclass2__test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_weird_str_subclass__test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_when__test.test_asyncio.test_events.TimerTests.test_when_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whence__test.test_interpreters.test_api.InterpreterObjectTests.test_whence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whence__test.test_interpreters.test_api.LowLevelTests.test_whence_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whichdb__test.test_dbm.WhichDBTestCase.test_whichdb_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whichdb_ndbm__test.test_dbm.WhichDBTestCase.test_whichdb_ndbm_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whichdb_sqlite3__test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whichdb_sqlite3_existing_db__test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3_existing_db_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_while__test.test_ast.test_ast.ASTValidatorTests.test_while_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_while__test.test_grammar.GrammarTests.test_while_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_while_else__test.test_compile.TestStackSizeStability.test_while_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_while_else__test.test_unparse.UnparseTestCase.test_while_else_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_while_one__test.test_peepholer.TestTranforms.test_while_one_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace__test.test_float.HexFloatTestCase.test_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace__test.test_textwrap.ShortenTestCase.test_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace__test.test_textwrap.WrapTestCase.test_whitespace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_continuation__test.test_email.test_email.TestParsers.test_whitespace_continuation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_continuation_last_header__test.test_email.test_email.TestParsers.test_whitespace_continuation_last_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_header__test.test_email.test_email.TestHeader.test_whitespace_header_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_keeper__test.test_email.test_email.TestHeader.test_whitespace_keeper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_keeper_unicode_2__test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_keeper_unicode__test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_whitespace_substitution__test.test_strptime.TimeRETests.test_whitespace_substitution_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_why_are_getters_waiting__test.test_asyncio.test_queues.QueueGetTests.test_why_are_getters_waiting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_why_are_putters_waiting__test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wide_char_separator_decimal_point__test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point__\"inappropriate_decimal_point_separator__'.'_not_'\\\\u066b'_\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wide_char_separator_decimal_point__test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point__\"inappropriate_decimal_point_separator__'.'_not_'\\\\u066b'_\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wide_characters_unicode_with_problematic_byte_offset__test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wide_characters_unicode_with_problematic_byte_offset__test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wide_characters_unicode_with_problematic_byte_offset__test.test_traceback.PurePythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_widechar__test.test_capi.test_misc.Test_testcapi.test_widechar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_widechar__test.test_capi.test_misc.Test_testlimitedcapi.test_widechar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_widechar__test.test_memoryio.CStringIOTest.test_widechar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_width__test.test_pprint.QueryTestCase.test_width_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_width_too_small_for_placeholder__test.test_textwrap.ShortenTestCase.test_width_too_small_for_placeholder_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_widths__test.test_dis.DisTests.test_widths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_widths__test.test_dis.DisWithFileTests.test_widths_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wildcard_makes_remaining_patterns_unreachable_0__test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wildcard_makes_remaining_patterns_unreachable_1__test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wildcard_makes_remaining_patterns_unreachable_2__test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wildcard_makes_remaining_patterns_unreachable_3__test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wildcard_makes_remaining_patterns_unreachable_4__test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wildcard_makes_remaining_patterns_unreachable_5__test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_willclose__test.test_urllib.urlopen_HttpTests.test_willclose_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win32_duplicate_envs__test.test_subprocess.ProcessTestCase.test_win32_duplicate_envs__'Windows_only_issue'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win32_duplicate_envs__test.test_subprocess.ProcessTestCaseNoPoll.test_win32_duplicate_envs__'Windows_only_issue'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win32_invalid_env__test.test_subprocess.ProcessTestCase.test_win32_invalid_env__'Windows_only_issue'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win32_invalid_env__test.test_subprocess.ProcessTestCaseNoPoll.test_win32_invalid_env__'Windows_only_issue'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win32_mkdir_700__test.test_os.MakedirTests.test_win32_mkdir_700__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win32_ver__test.test_platform.PlatformTest.test_win32_ver__'This_test_only_makes_sense_on_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win32_ver_on_non_windows__test.test_platform.PlatformTest.test_win32_ver_on_non_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_clear_function__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_error_on_create__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_error_value_return__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_exception_in_finalize__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_exception_in_method__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_impl__test.test_shutil.TestCopyFileObj.test_win_impl__'Windows_only'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win_missing_finalize__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_missing_method__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_path_needs_curdir__test.test_shutil.TestWhich.test_win_path_needs_curdir__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win_path_needs_curdir__test.test_shutil.TestWhichBytes.test_win_path_needs_curdir__'test_specific_to_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_win_redefine_function__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_win_sum_int__test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_winapi_createnamedpipe__test.test_audit.AuditTest.test_winapi_createnamedpipe__\"No_module_named_'_winapi'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_windll_getnode__test.test_uuid.TestInternalsWithExtModule.test_windll_getnode__'requires_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_windows_colon__test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_windows_colon_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_windows_error__test.test_exception_hierarchy.AttributesTest.test_windows_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_windows_feature_macros__test.test_stable_abi_ctypes.TestStableABIAvailability.test_windows_feature_macros__'Windows_specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_winerror__test.test_ctypes.test_win32.TestWinError.test_winerror__'Windows-specific_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_winreg__test.test_audit.AuditTest.test_winreg__\"No_module_named_'winreg'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_winreg_proxy_bypass__test.test_urllib2.HandlerTests.test_winreg_proxy_bypass__'only_relevant_for_Windows'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_10__test.test_coroutines.CoroutineTest.test_with_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_11__test.test_coroutines.CoroutineTest.test_with_11_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_12__test.test_coroutines.CoroutineTest.test_with_12_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_13__test.test_coroutines.CoroutineTest.test_with_13_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_1__test.test_coroutines.CoroutineTest.test_with_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_2__test.test_coroutines.CoroutineTest.test_with_2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_3__test.test_coroutines.CoroutineTest.test_with_3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_4__test.test_coroutines.CoroutineTest.test_with_4_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_5__test.test_coroutines.CoroutineTest.test_with_5_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_6__test.test_coroutines.CoroutineTest.test_with_6_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_7__test.test_coroutines.CoroutineTest.test_with_7_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_8__test.test_coroutines.CoroutineTest.test_with_8_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_9__test.test_coroutines.CoroutineTest.test_with_9_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_ast.test_ast.ASTValidatorTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_compile.TestStackSizeStability.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_shelve.TestCase.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_thread.LockTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_threading.BoundedSemaphoreTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_threading.CRLockTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_threading.ConditionAsRLockTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_threading.LockTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_threading.PyRLockTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_threading.SemaphoreTests.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with__test.test_urllib_response.TestResponse.test_with_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_a_commas_and_an_underscore_in_format_specifier__test.test_format.FormatTest.test_with_a_commas_and_an_underscore_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_a_commas_and_an_underscore_in_format_specifier__test.test_fstring.TestCase.test_with_a_commas_and_an_underscore_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_an_underscore_and_a_comma_in_format_specifier__test.test_format.FormatTest.test_with_an_underscore_and_a_comma_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_an_underscore_and_a_comma_in_format_specifier__test.test_fstring.TestCase.test_with_an_underscore_and_a_comma_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_args__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_as__test.test_unparse.UnparseTestCase.test_with_as_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_background_threads_still_running__test.test_interpreters.test_api.TestInterpreterExec.test_with_background_threads_still_running_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_bound_and_unbound_methods__test.test_functools.TestPartialC.test_with_bound_and_unbound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_bound_and_unbound_methods__test.test_functools.TestPartialCSubclass.test_with_bound_and_unbound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_bound_and_unbound_methods__test.test_functools.TestPartialPy.test_with_bound_and_unbound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_bound_and_unbound_methods__test.test_functools.TestPartialPySubclass.test_with_bound_and_unbound_methods_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_branches__test.test_sys_settrace.TestSetLocalTrace.test_with_branches_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_bytearray__test.test_hmac.ConstructorTestCase.test_with_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_closure__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_comment__test.test_inspect.test_inspect.TestBuggyCases.test_with_comment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_comment_instead_of_docstring__test.test_inspect.test_inspect.TestBuggyCases.test_with_comment_instead_of_docstring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_continue_1_0__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_0_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_continue_1_1__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_continue_rejected__test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_rejected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_data__test.test_zipfile.test_core.StripExtraTests.test_with_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_default__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_errors_addCleanUp__test.test_unittest.test_runner.TestClassCleanup.test_with_errors_addCleanUp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_errors_in_addClassCleanup__test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addClassCleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_errors_in_addClassCleanup_and_setUps__test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_addClassCleanup_and_setUps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_errors_in_addCleanup__test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addCleanup_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_errors_in_addModuleCleanup_and_setUps__test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addModuleCleanup_and_setUps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_errors_in_tearDownClass__test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_tearDownClass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_fallback__test.test_hmac.TestVectorsTestCase.test_with_fallback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_files__test.test_py_compile.PyCompileCLITestCase.test_with_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_ioerror_in_acquire__test.test_logging.ShutdownTest.test_with_ioerror_in_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_ioerror_in_close__test.test_logging.ShutdownTest.test_with_ioerror_in_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_ioerror_in_flush__test.test_logging.ShutdownTest.test_with_ioerror_in_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_kwarg_default__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_kwargs__test.test__interpchannels.ChannelIDTests.test_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_kwargs__test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_memoryview_msg__test.test_hmac.ConstructorTestCase.test_with_memoryview_msg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_method_arg__test.test_urllib.RequestTests.test_with_method_arg_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PurePathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_empty__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PurePathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_seps__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_seps__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PathTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_name_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_only_background_threads__test.test_interpreters.test_api.TestInterpreterIsRunning.test_with_only_background_threads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_open__test.test_gzip.TestGzip.test_with_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_open__test.test_io.CIOTest.test_with_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_open__test.test_io.PyIOTest.test_with_open_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_other_error_in_acquire_with_raise__test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_other_error_in_acquire_without_raise__test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_other_error_in_close_with_raise__test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_other_error_in_close_without_raise__test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_other_error_in_flush_with_raise__test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_other_error_in_flush_without_raise__test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_path__test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_path__test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_pathlike_filename__test.test_lzma.OpenTestCase.test_with_pathlike_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_pip__test.test_venv.EnsurePipTest.test_with_pip__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_prototype__test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_with_prototype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_reinit_reloaded__test.test_import.SinglephaseInitTests.test_with_reinit_reloaded_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_reraise1__test.test_raise.TestRaise.test_with_reraise1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_reraise2__test.test_raise.TestRaise.test_with_reraise2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_restart__test.test_monitoring.TestLineAndInstructionEvents.test_with_restart_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments__test.test_pathlib.test_pathlib.PathTest.test_with_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments__test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PurePathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_segments_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_segments_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_sha256_module__test.test_hmac.ConstructorTestCase.test_with_sha256_module__'need__sha256'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_shared__test.test__interpreters.RunStringTests.test_with_shared_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_simple__test.test_unparse.UnparseTestCase.test_with_simple_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_QUIT_failure__test.test_smtplib.SMTPSimTests.test_with_statement_QUIT_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement__test.test_ftplib.TestFTPClass.test_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement__test.test_ftplib.TestTLS_FTPClassMixin.test_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement__test.test_grammar.GrammarTests.test_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement__test.test_smtplib.SMTPSimTests.test_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement__test.test_unittest.testmock.testwith.WithTest.test_with_statement_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_as__test.test_unittest.testmock.testwith.WithTest.test_with_statement_as_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_exception__test.test_unittest.testmock.testwith.WithTest.test_with_statement_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_imbricated__test.test_unittest.testmock.testwith.WithTest.test_with_statement_imbricated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_many_context_managers__test.test_syntax.SyntaxTestCase.test_with_statement_many_context_managers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_nested__test.test_unittest.testmock.testwith.WithTest.test_with_statement_nested_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_same_attribute__test.test_unittest.testmock.testwith.WithTest.test_with_statement_same_attribute_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statement_specified__test.test_unittest.testmock.testwith.WithTest.test_with_statement_specified_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statements_gc1__test.test_decimal.CContextWithStatement.test_with_statements_gc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statements_gc1__test.test_decimal.PyContextWithStatement.test_with_statements_gc1_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statements_gc2__test.test_decimal.CContextWithStatement.test_with_statements_gc2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statements_gc2__test.test_decimal.PyContextWithStatement.test_with_statements_gc2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statements_gc3__test.test_decimal.CContextWithStatement.test_with_statements_gc3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_statements_gc3__test.test_decimal.PyContextWithStatement.test_with_statements_gc3_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_empty__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_seps__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_seps__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_seps_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_stem_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_str_key__test.test_hmac.ConstructorTestCase.test_with_str_key_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_str_update__test.test_hmac.UpdateTestCase.test_with_str_update_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_common__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_common__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_common_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_empty__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_empty__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_invalid__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_invalid__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PathTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_windows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_windows__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_suffix_windows__test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_windows__'requires_Windows-flavoured_path_class'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_with_two_commas_in_format_specifier__test.test_format.FormatTest.test_with_two_commas_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_two_commas_in_format_specifier__test.test_fstring.TestCase.test_with_two_commas_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_two_items__test.test_unparse.UnparseTestCase.test_with_two_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_two_underscore_in_format_specifier__test.test_format.FormatTest.test_with_two_underscore_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_two_underscore_in_format_specifier__test.test_fstring.TestCase.test_with_two_underscore_in_format_specifier_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_unpacking__test.test_augassign.AugAssignTest.test_with_unpacking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_unquoted_attributes__test.test_htmlparser.AttributesTestCase.test_with_unquoted_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_unused_items__test.test__interpchannels.ChannelReleaseTests.test_with_unused_items_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_valueerror_in_acquire__test.test_logging.ShutdownTest.test_with_valueerror_in_acquire_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_valueerror_in_close__test.test_logging.ShutdownTest.test_with_valueerror_in_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_valueerror_in_flush__test.test_logging.ShutdownTest.test_with_valueerror_in_flush_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_with_weights__test.test_statistics.TestHarmonicMean.test_with_weights_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_withmodule__test.test_hmac.ConstructorTestCase.test_withmodule_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_without_flags__test.test_re.PatternReprTests.test_without_flags_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_without_pos__test.test_pickletools.GenopsTests.test_without_pos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_without_prototype__test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_without_prototype_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_without_siginterrupt__test.test_signal.SiginterruptTest.test_without_siginterrupt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_withoutscheme__test.test_urlparse.UrlParseTestCase.test_withoutscheme_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_withstmt__test.test_type_comments.TypeCommentTests.test_withstmt_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_withtext__test.test_hmac.ConstructorTestCase.test_withtext_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wmi_exec_query__test.test_audit.AuditTest.test_wmi_exec_query__\"No_module_named_'_wmi'\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_word_boundaries__test.test_re.ReTests.test_word_boundaries_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_worker_decode_error__test.test_regrtest.ArgsTestCase.test_worker_decode_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_worker_finalization_via_atexit_handler_of_multiprocessing__test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_worker_finalization_via_atexit_handler_of_multiprocessing__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_worker_finalization_via_atexit_handler_of_multiprocessing__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_worker_output_on_failure__test.test_regrtest.ArgsTestCase.test_worker_output_on_failure_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_workers__test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_workers__test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_workers_available_cores__test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_workers_available_cores__test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_works_with_init_subclass__test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_works_with_result_without_startTestRun_stopTestRun__test.test_unittest.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_columns__test.test_optparse.TestHelp.test_wrap_columns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future__test.test_asyncio.test_futures.DuckTests.test_wrap_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_cancel2__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_cancel2__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_cancel2__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_cancel__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_cancel__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_cancel__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_future__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_future__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_future__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_use_global_loop__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_use_global_loop__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_use_global_loop__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_use_running_loop__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_use_running_loop__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_use_running_loop__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_without_loop__test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_without_loop__test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_future_without_loop__test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_lenfunc_bad_cast__test.test_descr.OperatorsTest.test_wrap_lenfunc_bad_cast_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_short_1line__test.test_textwrap.WrapTestCase.test_wrap_short_1line_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_short__test.test_textwrap.WrapTestCase.test_wrap_short_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrap_spec__test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_decorator__test.test_inspect.test_inspect.TestDecorators.test_wrapped_decorator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_descriptor__test.test_inspect.test_inspect.TestUnwrap.test_wrapped_descriptor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_exception__test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_wrapped_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_unconnected__test.test_ssl.BasicSocketTests.test_wrapped_unconnected_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapped_url__test.test_urllib2.RequestTests.test_wrapped_url_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapper_object__test.test_types.CoroutineTests.test_wrapper_object_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapper_segfault__test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault__\"resource_'cpu'_is_not_enabled\"": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.BaseTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.ByteArrayTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.BytesTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.ListTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.NewSeqTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.StringTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrappers__test.test_index.TupleTestCase.test_wrappers_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrapping_attributes__test.test_functools.TestSingleDispatch.test_wrapping_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wraps_attributes__test.test_unittest.testmock.testmock.MockTest.test_wraps_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wraps_call_with_nondefault_return_value__test.test_unittest.testmock.testmock.MockTest.test_wraps_call_with_nondefault_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wraps_calls__test.test_unittest.testmock.testmock.MockTest.test_wraps_calls_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wraps_coroutine__test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_coroutine_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wraps_normal_function__test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_normal_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wraps_prevents_automatic_creation_of_mocks__test.test_unittest.testmock.testmock.MockTest.test_wraps_prevents_automatic_creation_of_mocks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writable__test.test_lzma.FileTestCase.test_writable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writable_readonly__test.test_memoryview.ArrayMemorySliceSliceTest.test_writable_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_writable_readonly__test.test_memoryview.ArrayMemorySliceTest.test_writable_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_writable_readonly__test.test_memoryview.ArrayMemoryviewTest.test_writable_readonly__'no_read-only_type_to_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_writable_readonly__test.test_memoryview.BytesMemorySliceSliceTest.test_writable_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writable_readonly__test.test_memoryview.BytesMemorySliceTest.test_writable_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writable_readonly__test.test_memoryview.BytesMemoryviewTest.test_writable_readonly_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_10__test.test_lzma.FileTestCase.test_write_10_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_codecs.StreamRecoderTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConfigParserTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConfigParserTestCaseNoInterpolation.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConfigParserTestCaseNoValue.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.ConvertersTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.CopyTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.MultilineValuesTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.RawConfigParserTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.SortedTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_configparser.StrictTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_csv.TestLeaks.test_write__'requires_sys.gettotalrefcount__'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write__test.test_dict.GeneralMappingTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_dict.SubclassMappingTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_frame.FrameLocalsProxyMappingTests.test_write__'Unlike_a_mapping:_del_proxy[key]_fails'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write__test.test_gzip.TestGzip.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_io.CBufferedRWPairTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_io.CBufferedRandomTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_io.CBufferedWriterTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_io.PyBufferedRWPairTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_io.PyBufferedRandomTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_io.PyBufferedWriterTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_lzma.FileTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_memoryio.CBytesIOTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_memoryio.CStringIOTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_memoryio.PyBytesIOTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_memoryio.PyStringIOTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_ordered_dict.CPythonGeneralMappingTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_ordered_dict.CPythonSubclassMappingTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_ordered_dict.PurePythonGeneralMappingTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_ordered_dict.PurePythonSubclassMappingTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_os.EnvironTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_os.FileTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_os.TestInvalidFD.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto0File_dumbShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto0File_gnuShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto0File_ndbmShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto0File_sqlite3Shelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto0MemShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto1File_dumbShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto1File_gnuShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto1File_ndbmShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto1File_sqlite3Shelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto1MemShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto2File_dumbShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto2File_gnuShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto2File_ndbmShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto2File_sqlite3Shelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto2MemShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto3File_dumbShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto3File_gnuShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto3File_ndbmShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto3File_sqlite3Shelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto3MemShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto4File_dumbShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto4File_gnuShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto4File_ndbmShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto4File_sqlite3Shelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto4MemShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto5File_dumbShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto5File_gnuShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto5File_ndbmShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto5File_sqlite3Shelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_shelve.TestProto5MemShelve.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_userdict.UserDictTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_wave.WavePCM16Test.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_wave.WavePCM24ExtTest.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_wave.WavePCM24Test.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_wave.WavePCM32Test.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_wave.WavePCM8Test.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_weakref.WeakKeyDictionaryTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_weakref.WeakValueDictionaryTestCase.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write__test.test_zipfile.test_core.UnseekableTests.test_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_close__test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_close__test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_close__test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_close__test.test_zipfile.test_core.StoredWriterTests.test_write_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_closing__test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_read__test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_readahead__test.test_io.CBufferedRandomTest.test_write_after_readahead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_after_readahead__test.test_io.PyBufferedRandomTest.test_write_after_readahead_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_again__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_again_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_and_rewind__test.test_io.CBufferedRandomTest.test_write_and_rewind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_and_rewind__test.test_io.CBufferedWriterTest.test_write_and_rewind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_and_rewind__test.test_io.PyBufferedRandomTest.test_write_and_rewind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_and_rewind__test.test_io.PyBufferedWriterTest.test_write_and_rewind_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_append__test.test_lzma.FileTestCase.test_write_append_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_append_to_file__test.test_lzma.FileTestCase.test_write_append_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_arg_valid__test.test_csv.Test_Csv.test_write_arg_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_array__test.test_gzip.TestGzip.test_write_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_array__test.test_wave.WavePCM16Test.test_write_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_array__test.test_wave.WavePCM24ExtTest.test_write_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_array__test.test_wave.WavePCM24Test.test_write_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_array__test.test_wave.WavePCM32Test.test_write_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_array__test.test_wave.WavePCM8Test.test_write_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bad_args__test.test_lzma.FileTestCase.test_write_bad_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bigfield__test.test_csv.Test_Csv.test_write_bigfield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_buffer__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_buffer__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_buffer_after_close__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_gzip.TestGzip.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_wave.WavePCM16Test.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_wave.WavePCM24ExtTest.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_wave.WavePCM24Test.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_wave.WavePCM32Test.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_bytearray__test.test_wave.WavePCM8Test.test_write_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_close__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_closing__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_contains__test.test_dbm_dumb.DumbDBMTestCase.test_write_contains_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_context_manager_calls_close__test.test_wave.WavePCM16Test.test_write_context_manager_calls_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_context_manager_calls_close__test.test_wave.WavePCM24ExtTest.test_write_context_manager_calls_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_context_manager_calls_close__test.test_wave.WavePCM24Test.test_write_context_manager_calls_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_context_manager_calls_close__test.test_wave.WavePCM32Test.test_write_context_manager_calls_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_context_manager_calls_close__test.test_wave.WavePCM8Test.test_write_context_manager_calls_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_deprecations__test.test_wave.MiscTestCase.test_write_deprecations_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_dir__test.test_zipfile.test_core.TestWithDirectory.test_write_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_empty_fields__test.test_csv.Test_Csv.test_write_empty_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_empty_fields_space_delimiter__test.test_csv.Test_Csv.test_write_empty_fields_space_delimiter_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_after_close__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_after_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_buffer__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_buffer__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_buffer_write_pipe__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_write_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_duplex_pipe__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_duplex_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_pending__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof_pending_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_eof_write_pipe__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_write_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_err__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_err_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_error_on_close__test.test_io.CBufferedRandomTest.test_write_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_error_on_close__test.test_io.CBufferedWriterTest.test_write_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_error_on_close__test.test_io.PyBufferedRandomTest.test_write_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_error_on_close__test.test_io.PyBufferedWriterTest.test_write_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_escape__test.test_csv.Test_Csv.test_write_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_escape_fieldsep__test.test_csv.TestQuotedEscapedExcel.test_write_escape_fieldsep_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_exception__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_field_not_in_field_names_ignore__test.test_csv.TestDictFields.test_write_field_not_in_field_names_ignore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_field_not_in_field_names_raise__test.test_csv.TestDictFields.test_write_field_not_in_field_names_raise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_fields_not_in_fieldnames__test.test_csv.TestDictFields.test_write_fields_not_in_fieldnames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_filtered_python_package__test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_incompatible_type__test.test_gzip.TestGzip.test_write_incompatible_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_iterable__test.test_csv.Test_Csv.test_write_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_lineterminator__test.test_csv.Test_Csv.test_write_lineterminator_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_long_to_file__test.test_marshal.CAPI_TestCase.test_write_long_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_gzip.TestGzip.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_wave.WavePCM16Test.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_wave.WavePCM24ExtTest.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_wave.WavePCM24Test.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_wave.WavePCM32Test.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_memoryview__test.test_wave.WavePCM8Test.test_write_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_more__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_more_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_multiple_dict_rows__test.test_csv.TestDictFields.test_write_multiple_dict_rows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_no_data__test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_no_data__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_no_data__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_no_fields__test.test_csv.TestDictFields.test_write_no_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_non_blocking__test.test_io.CBufferedRandomTest.test_write_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_non_blocking__test.test_io.CBufferedWriterTest.test_write_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_non_blocking__test.test_io.PyBufferedRandomTest.test_write_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_non_blocking__test.test_io.PyBufferedWriterTest.test_write_non_blocking_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_non_pyfile__test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_number_fields__test.test_tarfile.MiscTest.test_write_number_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_object_to_file__test.test_marshal.CAPI_TestCase.test_write_object_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_overflow__test.test_io.CBufferedRandomTest.test_write_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_overflow__test.test_io.CBufferedWriterTest.test_write_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_overflow__test.test_io.PyBufferedRandomTest.test_write_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_overflow__test.test_io.PyBufferedWriterTest.test_write_overflow_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_params__test.test_wave.WavePCM16Test.test_write_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_params__test.test_wave.WavePCM24ExtTest.test_write_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_params__test.test_wave.WavePCM24Test.test_write_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_params__test.test_wave.WavePCM32Test.test_write_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_params__test.test_wave.WavePCM8Test.test_write_params_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_partial__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_partial__test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_partial_bytearray__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_bytearray_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_partial_memoryview__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_memoryview_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_partial_none__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pathlike__test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_perf_map_entry__test.test_perfmaps.TestPerfMapWriting.test_write_perf_map_entry_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pipe__test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pipe__test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pipe__test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pipe_disconnect_on_close__test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe_disconnect_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pipe_disconnect_on_close__test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe_disconnect_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pipe_disconnect_on_close__test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pty__test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pty__test.test_asyncio.test_events.PollEventLoopTests.test_write_pty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pty__test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pyfile__test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_pyfile_bad_syntax__test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_python_directory__test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_python_directory_filtered__test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_python_package__test.test_zipfile.test_core.PyZipFileTests.test_write_python_package_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_quoting__test.test_csv.Test_Csv.test_write_quoting_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_read_append__test.test_readline.TestHistoryManipulation.test_write_read_append__'Skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write_read_limited_history__test.test_readline.TestHistoryManipulation.test_write_read_limited_history__'Skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write_read_limited_history__test.test_readline.TestReadline.test_write_read_limited_history__'Skipping_problematic_test'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write_read_with_pathlike_file__test.test_gzip.TestGzip.test_write_read_with_pathlike_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_readline_races__test.test_io.CIOTest.test_write_readline_races_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_readline_races__test.test_io.PyIOTest.test_write_readline_races_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_readonly_file__test.test_dbm_gnu.TestGdbm.test_write_readonly_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_readonly_file__test.test_dbm_ndbm.DbmTestCase.test_write_readonly_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready_closing__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_closing_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready_exception__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready_no_data__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready_partial__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready_partial_none__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_ready_tryagain__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_returning_the_number_of_bytes_written__test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_rewind_write__test.test_io.CBufferedRandomTest.test_write_rewind_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_rewind_write__test.test_io.PyBufferedRandomTest.test_write_rewind_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_seek_write__test.test_gzip.TestGzip.test_write_seek_write_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_sendmsg_OSError__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_OSError_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_sendmsg_full__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_sendmsg_half_buffer__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_half_buffer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_sendmsg_no_data__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_no_data_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_sendmsg_partial__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_sequential__test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_shebang_to_fileobj__test.test_zipapp.ZipAppTest.test_write_shebang_to_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_simple_dict__test.test_csv.TestDictFields.test_write_simple_dict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_str__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_str_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_text_with_newlines__test.test_pathlib.test_pathlib.PathSubclassTest.test_write_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_text_with_newlines__test.test_pathlib.test_pathlib.PathTest.test_write_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_text_with_newlines__test.test_pathlib.test_pathlib.PosixPathTest.test_write_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_text_with_newlines__test.test_pathlib.test_pathlib.WindowsPathTest.test_write_text_with_newlines__'test_requires_a_Windows-compatible_system'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write_text_with_newlines__test.test_pathlib.test_pathlib_abc.DummyPathTest.test_write_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_text_with_newlines__test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_write_text_with_newlines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_binary_file__test.test_xml_etree.IOTest.test_write_to_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_binary_file__test.test_xml_etree_c.IOTest.test_write_to_binary_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_binary_file_with_bom__test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_binary_file_with_bom__test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_binary_file_with_encoding__test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_binary_file_with_encoding__test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_bytesio__test.test_xml_etree.IOTest.test_write_to_bytesio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_bytesio__test.test_xml_etree_c.IOTest.test_write_to_bytesio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_file__test.test_lzma.FileTestCase.test_write_to_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_file_with_bytes_filename__test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_filename__test.test_xml_etree.IOTest.test_write_to_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_filename__test.test_xml_etree_c.IOTest.test_write_to_filename_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_filename_as_unicode__test.test_xml_etree.IOTest.test_write_to_filename_as_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_filename_as_unicode__test.test_xml_etree_c.IOTest.test_write_to_filename_as_unicode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_filename_with_encoding__test.test_xml_etree.IOTest.test_write_to_filename_with_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_filename_with_encoding__test.test_xml_etree_c.IOTest.test_write_to_filename_with_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_fileobj__test.test_lzma.FileTestCase.test_write_to_fileobj_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_fileobj_with_int_name__test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_self__test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_write_to_self_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_self_exception__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_exception_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_self_tryagain__test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_stringio__test.test_xml_etree.IOTest.test_write_to_stringio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_stringio__test.test_xml_etree_c.IOTest.test_write_to_stringio_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_text_file__test.test_xml_etree.IOTest.test_write_to_text_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_text_file__test.test_xml_etree_c.IOTest.test_write_to_text_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_user_binary_writer__test.test_xml_etree.IOTest.test_write_to_user_binary_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_user_binary_writer__test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_user_binary_writer_with_bom__test.test_xml_etree.IOTest.test_write_to_user_binary_writer_with_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_user_binary_writer_with_bom__test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer_with_bom_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_user_text_writer__test.test_xml_etree.IOTest.test_write_to_user_text_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_to_user_text_writer__test.test_xml_etree_c.IOTest.test_write_to_user_text_writer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_tryagain__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_tryagain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_unicode_filenames__test.test_zipfile.test_core.OtherTests.test_write_unicode_filenames_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_while_reading__test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_windows_console__test.test_os.FileTests.test_write_windows_console__'test_specific_to_the_Windows_console'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_write_with_hidden__test.test_frame.TestFrameLocals.test_write_with_hidden_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_with_metadata_encoding__test.test_zipfile.test_core.EncodedMetadataTests.test_write_with_metadata_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_with_optimization__test.test_zipfile.test_core.PyZipFileTests.test_write_with_optimization_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_write_write_read__test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writeable__test.test_io.CBufferedRWPairTest.test_writeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writeable__test.test_io.PyBufferedRWPairTest.test_writeable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writeback_also_writes_immediately__test.test_shelve.TestCase.test_writeback_also_writes_immediately_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writefile__test.test_xml_etree.ElementTreeTest.test_writefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writefile__test.test_xml_etree_c.ElementTreeTest.test_writefile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writeheader_return_value__test.test_csv.TestDictFields.test_writeheader_return_value_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_asyncio.test_transports.TransportTests.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_codecs.StreamRecoderTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_io.CBufferedRandomTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_io.CBufferedWriterTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_io.CTextIOWrapperTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_io.PyBufferedRandomTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_io.PyBufferedWriterTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_io.PyTextIOWrapperTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_iter.TestCase.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_lzma.FileTestCase.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_memoryio.CBytesIOTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_memoryio.CStringIOTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_memoryio.PyBytesIOTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_memoryio.PyStringIOTest.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines__test.test_tempfile.TestSpooledTemporaryFile.test_writelines_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_io.CBufferedRandomTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_io.CBufferedWriterTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_io.CTextIOWrapperTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_io.PyBufferedRandomTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_io.PyBufferedWriterTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_io.PyTextIOWrapperTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_memoryio.CBytesIOTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_memoryio.CStringIOTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_memoryio.PyBytesIOTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_error__test.test_memoryio.PyStringIOTest.test_writelines_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_fast_path__test.test_tempfile.TestSpooledTemporaryFile.test_writelines_fast_path_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_pauses_protocol__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_pauses_protocol_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_rollover__test.test_tempfile.TestSpooledTemporaryFile.test_writelines_rollover_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_send_full__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_send_partial__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_sendmsg_full__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_full_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_sendmsg_partial__test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_partial_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_sequential__test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_userlist__test.test_io.CBufferedRandomTest.test_writelines_userlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_userlist__test.test_io.CBufferedWriterTest.test_writelines_userlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_userlist__test.test_io.CTextIOWrapperTest.test_writelines_userlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_userlist__test.test_io.PyBufferedRandomTest.test_writelines_userlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_userlist__test.test_io.PyBufferedWriterTest.test_writelines_userlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writelines_userlist__test.test_io.PyTextIOWrapperTest.test_writelines_userlist_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_arg_valid__test.test_csv.Test_Csv.test_writer_arg_valid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_attrs__test.test_csv.Test_Csv.test_writer_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_callback__test.test_asyncio.test_events.EPollEventLoopTests.test_writer_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_callback__test.test_asyncio.test_events.PollEventLoopTests.test_writer_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_callback__test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_close_error_on_close__test.test_io.CBufferedRWPairTest.test_writer_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_close_error_on_close__test.test_io.PyBufferedRWPairTest.test_writer_close_error_on_close_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_dialect_attrs__test.test_csv.Test_Csv.test_writer_dialect_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writer_kw_attrs__test.test_csv.Test_Csv.test_writer_kw_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writerows__test.test_csv.Test_Csv.test_writerows_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writerows_errors__test.test_csv.Test_Csv.test_writerows_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writerows_with_none__test.test_csv.Test_Csv.test_writerows_with_none_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes__test.test_io.CBufferedRandomTest.test_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes__test.test_io.CBufferedWriterTest.test_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes__test.test_io.PyBufferedRandomTest.test_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes__test.test_io.PyBufferedWriterTest.test_writes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_flushes__test.test_io.CBufferedRandomTest.test_writes_and_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_flushes__test.test_io.CBufferedWriterTest.test_writes_and_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_flushes__test.test_io.PyBufferedRandomTest.test_writes_and_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_flushes__test.test_io.PyBufferedWriterTest.test_writes_and_flushes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_peek__test.test_io.CBufferedRandomTest.test_writes_and_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_peek__test.test_io.PyBufferedRandomTest.test_writes_and_peek_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_read1s__test.test_io.CBufferedRandomTest.test_writes_and_read1s_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_read1s__test.test_io.PyBufferedRandomTest.test_writes_and_read1s_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_readintos__test.test_io.CBufferedRandomTest.test_writes_and_readintos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_readintos__test.test_io.PyBufferedRandomTest.test_writes_and_readintos_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_reads__test.test_io.CBufferedRandomTest.test_writes_and_reads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_reads__test.test_io.PyBufferedRandomTest.test_writes_and_reads_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_seeks__test.test_io.CBufferedRandomTest.test_writes_and_seeks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_seeks__test.test_io.CBufferedWriterTest.test_writes_and_seeks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_seeks__test.test_io.PyBufferedRandomTest.test_writes_and_seeks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_seeks__test.test_io.PyBufferedWriterTest.test_writes_and_seeks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_truncates__test.test_io.CBufferedRandomTest.test_writes_and_truncates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_truncates__test.test_io.CBufferedWriterTest.test_writes_and_truncates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_truncates__test.test_io.PyBufferedRandomTest.test_writes_and_truncates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_and_truncates__test.test_io.PyBufferedWriterTest.test_writes_and_truncates_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_before_communicate__test.test_subprocess.ProcessTestCase.test_writes_before_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writes_before_communicate__test.test_subprocess.ProcessTestCaseNoPoll.test_writes_before_communicate_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr__test.test_zipfile.test_core.UnseekableTests.test_writestr_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compression__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compression__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compression__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compression__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compresslevel__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compresslevel__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compresslevel__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_compresslevel__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_dir__test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_extended_local_header_issue1202__test.test_zipfile.test_core.OtherTests.test_writestr_extended_local_header_issue1202_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestr_permissions__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestring__test.test_xml_etree.ElementTreeTest.test_writestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writestring__test.test_xml_etree_c.ElementTreeTest.test_writestring_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writev__test.test_os.TestInvalidFD.test_writev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writev__test.test_posix.PosixTester.test_writev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writev_overflow_32bits__test.test_posix.PosixTester.test_writev_overflow_32bits__'test_is_only_meaningful_on_32-bit_builds'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_writing_errors__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writing_errors__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writing_errors__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writing_errors__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_writing_in_place__test.test_json.test_tool.TestTool.test_writing_in_place_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_args__test.test_types.CoroutineTests.test_wrong_args_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_argument_subparsers_no_destination_error__test.test_argparse.TestAddSubparsers.test_wrong_argument_subparsers_no_destination_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_class_slot_wrapper__test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_compresslevels__test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_cursor_callable__test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_domain__test.test_http_cookiejar.CookieTests.test_wrong_domain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_enum_in_call__test.test_enum.TestSpecial.test_wrong_enum_in_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_enum_in_mixed_call__test.test_enum.TestSpecial.test_wrong_enum_in_mixed_call_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_format_input_raises__test.test_email.test__encoded_words.TestDecode.test_wrong_format_input_raises_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_inheritance_order__test.test_enum.TestSpecial.test_wrong_inheritance_order_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_newobj_class__test.test_pickle.CPicklingErrorTests.test_wrong_newobj_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_newobj_class__test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_newobj_ex_class__test.test_pickle.CPicklingErrorTests.test_wrong_newobj_ex_class__'only_verified_in_the_Python_implementation'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_wrong_newobj_ex_class__test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_ex_class_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_object_lookup_error__test.test_pickle.CPicklingErrorTests.test_wrong_object_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_object_lookup_error__test.test_pickle.PyPicklingErrorTests.test_wrong_object_lookup_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_size__test.test_pyexpat.ChardataBufferTest.test_wrong_size_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wrong_type_parents__test.test_argparse.TestParentParsers.test_wrong_type_parents_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wsgi_input__test.test_wsgiref.IntegrationTests.test_wsgi_input_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_wstring_at__test.test_ctypes.test_memfunctions.MemFunctionsTest.test_wstring_at_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_x_from_bytes__test.test_mailbox.TestMessageConversion.test_x_from_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_x_mode__test.test_bz2.OpenTest.test_x_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_x_mode__test.test_lzma.OpenTestCase.test_x_mode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_x_to_invalid__test.test_mailbox.TestMessageConversion.test_x_to_invalid_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_x_to_plain__test.test_mailbox.TestMessageConversion.test_x_to_plain_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xdecref_doesnt_leak__test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xdev__test.test_cmd_line.CmdLineTest.test_xdev_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude__test.test_xml_etree.XIncludeTest.test_xinclude_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude__test.test_xml_etree_c.XIncludeTest.test_xinclude_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude_default__test.test_xml_etree.XIncludeTest.test_xinclude_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude_default__test.test_xml_etree_c.XIncludeTest.test_xinclude_default_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude_failures__test.test_xml_etree.XIncludeTest.test_xinclude_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude_failures__test.test_xml_etree_c.XIncludeTest.test_xinclude_failures_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude_repeated__test.test_xml_etree.XIncludeTest.test_xinclude_repeated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xinclude_repeated__test.test_xml_etree_c.XIncludeTest.test_xinclude_repeated_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xincref_doesnt_leak__test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xjust_int_error__test.test_bytes.ByteArrayTest.test_xjust_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xjust_int_error__test.test_bytes.BytesTest.test_xjust_int_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xml__test.test_regrtest.ArgsTestCase.test_xml_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree.C14NTest.test_xml_c14n2__[out_inNsContent_c14nPrefixQnameXpathElem_PrefixRewrite=sequential,QNameAware=Element,XPathElement_]_'QName_rewriting_in_XPath_text_is_not_supported_in_out_inNsContent_c14nPrefixQnameXpathElem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree.C14NTest.test_xml_c14n2__[out_inNsContent_c14nQnameXpathElem_QNameAware=Element,XPathElement_]_'QName_rewriting_in_XPath_text_is_not_supported_in_out_inNsContent_c14nQnameXpathElem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree.C14NTest.test_xml_c14n2__[out_inNsRedecl_c14nDefault__]_'Redeclared_namespace_handling_is_not_supported_in_out_inNsRedecl_c14nDefault'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree.C14NTest.test_xml_c14n2__[out_inNsSuperfluous_c14nDefault__]_'Redeclared_namespace_handling_is_not_supported_in_out_inNsSuperfluous_c14nDefault'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree_c.C14NTest.test_xml_c14n2__[out_inNsContent_c14nPrefixQnameXpathElem_PrefixRewrite=sequential,QNameAware=Element,XPathElement_]_'QName_rewriting_in_XPath_text_is_not_supported_in_out_inNsContent_c14nPrefixQnameXpathElem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree_c.C14NTest.test_xml_c14n2__[out_inNsContent_c14nQnameXpathElem_QNameAware=Element,XPathElement_]_'QName_rewriting_in_XPath_text_is_not_supported_in_out_inNsContent_c14nQnameXpathElem'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree_c.C14NTest.test_xml_c14n2__[out_inNsRedecl_c14nDefault__]_'Redeclared_namespace_handling_is_not_supported_in_out_inNsRedecl_c14nDefault'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_c14n2__test.test_xml_etree_c.C14NTest.test_xml_c14n2__[out_inNsSuperfluous_c14nDefault__]_'Redeclared_namespace_handling_is_not_supported_in_out_inNsSuperfluous_c14nDefault'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xml_encodings__test.test_plistlib.TestPlistlib.test_xml_encodings_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xml_plist_with_entity_decl__test.test_plistlib.TestPlistlib.test_xml_plist_with_entity_decl_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharnamereplace__test.test_codeccallbacks.CodecCallbackTest.test_xmlcharnamereplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_cn.Test_GB18030.test_xmlcharrefreplace__'encoding_contains_full_ISO_10646_map'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_cn.Test_GB2312.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_cn.Test_GBK.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_cn.Test_HZ.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_hk.Test_Big5HKSCS.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_iso2022.Test_ISO2022_JP.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_iso2022.Test_ISO2022_KR.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_CP932.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_EUC_JISX0213.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_EUC_JIS_2004.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_SJISX0213.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_SJIS_2004.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_jp.Test_SJIS_COMPAT.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_kr.Test_CP949.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_kr.Test_EUCKR.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_kr.Test_JOHAB.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefreplace__test.test_codecencodings_tw.Test_Big5.test_xmlcharrefreplace_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlcharrefvalues__test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefvalues_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_attr_escape__test.test_sax.BytesXmlgenTest.test_xmlgen_attr_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_attr_escape__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_attr_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_attr_escape__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_attr_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_attr_escape__test.test_sax.StringXmlgenTest.test_xmlgen_attr_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_attr_escape__test.test_sax.WriterXmlgenTest.test_xmlgen_attr_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic__test.test_sax.BytesXmlgenTest.test_xmlgen_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic__test.test_sax.StringXmlgenTest.test_xmlgen_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic__test.test_sax.WriterXmlgenTest.test_xmlgen_basic_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic_empty__test.test_sax.BytesXmlgenTest.test_xmlgen_basic_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic_empty__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic_empty__test.test_sax.StringXmlgenTest.test_xmlgen_basic_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_basic_empty__test.test_sax.WriterXmlgenTest.test_xmlgen_basic_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content__test.test_sax.BytesXmlgenTest.test_xmlgen_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content__test.test_sax.StringXmlgenTest.test_xmlgen_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content__test.test_sax.WriterXmlgenTest.test_xmlgen_content_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_empty__test.test_sax.BytesXmlgenTest.test_xmlgen_content_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_empty__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_empty__test.test_sax.StringXmlgenTest.test_xmlgen_content_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_empty__test.test_sax.WriterXmlgenTest.test_xmlgen_content_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_escape__test.test_sax.BytesXmlgenTest.test_xmlgen_content_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_escape__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_escape__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_escape__test.test_sax.StringXmlgenTest.test_xmlgen_content_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_content_escape__test.test_sax.WriterXmlgenTest.test_xmlgen_content_escape_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding__test.test_sax.BytesXmlgenTest.test_xmlgen_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding__test.test_sax.StringXmlgenTest.test_xmlgen_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding__test.test_sax.WriterXmlgenTest.test_xmlgen_encoding_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding_bytes__test.test_sax.BytesXmlgenTest.test_xmlgen_encoding_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding_bytes__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding_bytes__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding_bytes__test.test_sax.StringXmlgenTest.test_xmlgen_encoding_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_encoding_bytes__test.test_sax.WriterXmlgenTest.test_xmlgen_encoding_bytes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_fragment__test.test_sax.BytesXmlgenTest.test_xmlgen_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_fragment__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_fragment__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_fragment__test.test_sax.StringXmlgenTest.test_xmlgen_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_fragment__test.test_sax.WriterXmlgenTest.test_xmlgen_fragment_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable__test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable__test.test_sax.StringXmlgenTest.test_xmlgen_ignorable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable__test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable_empty__test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable_empty__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable_empty__test.test_sax.StringXmlgenTest.test_xmlgen_ignorable_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ignorable_empty__test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns__test.test_sax.BytesXmlgenTest.test_xmlgen_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns__test.test_sax.StringXmlgenTest.test_xmlgen_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns__test.test_sax.WriterXmlgenTest.test_xmlgen_ns_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns_empty__test.test_sax.BytesXmlgenTest.test_xmlgen_ns_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns_empty__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns_empty__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns_empty__test.test_sax.StringXmlgenTest.test_xmlgen_ns_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_ns_empty__test.test_sax.WriterXmlgenTest.test_xmlgen_ns_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_pi__test.test_sax.BytesXmlgenTest.test_xmlgen_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_pi__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_pi__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_pi__test.test_sax.StringXmlgenTest.test_xmlgen_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_pi__test.test_sax.WriterXmlgenTest.test_xmlgen_pi_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_unencodable__test.test_sax.BytesXmlgenTest.test_xmlgen_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_unencodable__test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_unencodable__test.test_sax.StreamWriterXmlgenTest.test_xmlgen_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlgen_unencodable__test.test_sax.WriterXmlgenTest.test_xmlgen_unencodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlpullparser_leaks__test.test_xml_etree_c.MiscTests.test_xmlpullparser_leaks_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xmlrpcserver_has_use_builtin_types_flag__test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xoption__test.test_utf8_mode.UTF8ModeTests.test_xoption_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xoption_frozen_modules__test.test_cmd_line.CmdLineTest.test_xoption_frozen_modules_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xoptions__test.test_cmd_line.CmdLineTest.test_xoptions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_decimal.CIBMTestCases.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_decimal.PyIBMTestCases.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_enum.OldTestFlag.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_enum.OldTestIntFlag.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_set.TestFrozenSet.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_set.TestFrozenSetSubclass.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_set.TestSet.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_set.TestSetSubclass.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor__test.test_weakset.TestWeakSet.test_xor_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Set.test_xor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor_with_mutation__test.test_set.TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xor_with_mutation__test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xpath_tokenizer__test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xpath_tokenizer__test.test_xml_etree_c.ElementTreeTest.test_xpath_tokenizer_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xstar_type__test.test_tarfile.Bz2MiscReadTest.test_xstar_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xstar_type__test.test_tarfile.GzipMiscReadTest.test_xstar_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xstar_type__test.test_tarfile.LzmaMiscReadTest.test_xstar_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xstar_type__test.test_tarfile.MiscReadTest.test_xstar_type_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxo_attributes__test.test_xxlimited.TestXXLimited.test_xxo_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxo_attributes__test.test_xxlimited.TestXXLimited35.test_xxo_attributes_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxo_demo__test.test_xxlimited.TestXXLimited.test_xxo_demo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxo_demo__test.test_xxlimited.TestXXLimited35.test_xxo_demo_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxo_new__test.test_xxlimited.TestXXLimited.test_xxo_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxo_new__test.test_xxlimited.TestXXLimited35.test_xxo_new_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_xxx__test.test_ctypes.test_internals.ObjectsTestCase.test_xxx_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_y_1900__test.test_strftime.Y1900Tests.test_y_1900_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_y__test.test_capi.test_getargs.Bytes_TestCase.test_y_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_y_after_1900__test.test_strftime.Y1900Tests.test_y_after_1900_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_y_before_1900__test.test_strftime.Y1900Tests.test_y_before_1900_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_y_hash__test.test_capi.test_getargs.Bytes_TestCase.test_y_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_y_star__test.test_capi.test_getargs.Bytes_TestCase.test_y_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yaml_linkage__test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_yaml_linkage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yaml_linkage__test.test_ordered_dict.CPythonOrderedDictTests.test_yaml_linkage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yaml_linkage__test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_yaml_linkage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yaml_linkage__test.test_ordered_dict.PurePythonOrderedDictTests.test_yaml_linkage_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_year_2038_mtime_compilation__test.test_compileall.CompileallTestsWithSourceEpoch.test_year_2038_mtime_compilation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_year_2038_mtime_compilation__test.test_compileall.CompileallTestsWithoutSourceEpoch.test_year_2038_mtime_compilation_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_year__test.test_strptime.StrptimeTests.test_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_year__test.test_time.TestAsctime4dyear.test_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_year__test.test_time.TestStrftime4dyear.test_year_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yeardatescalendar__test.test_calendar.OutputTestCase.test_yeardatescalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yeardayscalendar__test.test_calendar.OutputTestCase.test_yeardayscalendar_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yet_more_evil_still_undecodable__test.test_compile.TestSpecifics.test_yet_more_evil_still_undecodable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield__test.test_ast.test_ast.ASTValidatorTests.test_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield__test.test_fstring.TestCase.test_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield__test.test_grammar.GrammarTests.test_yield_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_await__test.test_ast.test_ast.EndPositionTests.test_yield_await_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_from_empty__test.test_yield_from.TestPEP380Operation.test_yield_from_empty_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_from_twice__test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_from_twice__test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_from_twice__test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_future_passes_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_future_passes_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_in_comprehensions__test.test_grammar.GrammarTests.test_yield_in_comprehensions_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_in_nested_try_excepts__test.test_exceptions.ExceptionTests.test_yield_in_nested_try_excepts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_outside_function__test.test_syntax.SyntaxTestCase.test_yield_outside_function_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_reraise__test.test_raise.TestRaise.test_yield_reraise_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_send__test.test_fstring.TestCase.test_yield_send_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yield_wait_does_not_shield_cancel__test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yields_correct_dir_fd__test.test_os.BytesFwalkTests.test_yields_correct_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yields_correct_dir_fd__test.test_os.FwalkTests.test_yields_correct_dir_fd_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yiq_roundtrip__test.test_colorsys.ColorsysTest.test_yiq_roundtrip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_yiq_values__test.test_colorsys.ColorsysTest.test_yiq_values_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_z85decode__test.test_base64.BaseXYTestCase.test_z85decode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_z85decode_errors__test.test_base64.BaseXYTestCase.test_z85decode_errors_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_z85encode__test.test_base64.BaseXYTestCase.test_z85encode_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_z__test.test_capi.test_getargs.String_TestCase.test_z_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_z_hash__test.test_capi.test_getargs.String_TestCase.test_z_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_z_star__test.test_capi.test_getargs.String_TestCase.test_z_star_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero__test.test_statistics.TestHarmonicMean.test_zero_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_align_no_fields__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_no_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_align_with_fields__test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_with_fields_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_byte_files__test.test_fileinput.FileInputTests.test_zero_byte_files_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_division__test.test_types.TypesTests.test_zero_division_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_fields_typeddicts__test.test_typing.TypedDictTests.test_zero_fields_typeddicts_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_length__test.test_ctypes.test_arrays.ArrayTestCase.test_zero_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_length__test.test_pyexpat.NamespaceSeparatorTest.test_zero_length_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_or_more_optional__test.test_argparse.TestParseKnownArgs.test_zero_or_more_optional_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_padded_file__test.test_gzip.TestGzip.test_zero_padded_file_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_timeout__test.test_asyncio.test_waitfor.WaitForShieldTests.test_zero_timeout_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_tolerance__test.test_cmath.IsCloseTests.test_zero_tolerance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zero_tolerance__test.test_math.IsCloseTests.test_zero_tolerance_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zeroinputs__test.test_random.TestDistributions.test_zeroinputs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zerosized_array__test.test_ctypes.test_varsize_struct.VarSizeTest.test_zerosized_array_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zeroth_month__test.test_calendar.MonthRangeTestCase.test_zeroth_month_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zerowidth__test.test_re.ReTests.test_zerowidth_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_bigmem.BytearrayTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_bigmem.BytesTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_bigmem.StrTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_bytes.ByteArrayAsStringTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_bytes.BytesAsStringTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_str.StrTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zfill__test.test_userstring.UserStringTest.test_zfill_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip__test.test_builtin.BuiltinTest.test_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip__test.test_itertools.TestBasicOps.test_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip__test.test_itertools.TestExamples.test_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip__test.test_itertools.TestGC.test_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip__test.test_itertools.TestVariousIteratorArgs.test_zip_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_bad_iterable__test.test_builtin.BuiltinTest.test_zip_bad_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_entry_points__test.test_importlib.metadata.test_zip.TestEgg.test_zip_entry_points_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_entry_points__test.test_importlib.metadata.test_zip.TestZip.test_zip_entry_points_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_longest__test.test_itertools.TestExamples.test_zip_longest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_longest__test.test_itertools.TestGC.test_zip_longest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_longest_bad_iterable__test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_longest_pickling__test.test_itertools.TestBasicOps.test_zip_longest_pickling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_longest_result_gc__test.test_itertools.TestBasicOps.test_zip_longest_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_longest_tuple_reuse__test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_pickle__test.test_builtin.BuiltinTest.test_zip_pickle_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_pickle_strict__test.test_builtin.BuiltinTest.test_zip_pickle_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_pickle_strict_fail__test.test_builtin.BuiltinTest.test_zip_pickle_strict_fail_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_result_gc__test.test_builtin.BuiltinTest.test_zip_result_gc_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_strict__test.test_builtin.BuiltinTest.test_zip_strict_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_strict_error_handling__test.test_builtin.BuiltinTest.test_zip_strict_error_handling_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_strict_error_handling_stopiteration__test.test_builtin.BuiltinTest.test_zip_strict_error_handling_stopiteration_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_strict_iterators__test.test_builtin.BuiltinTest.test_zip_strict_iterators_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_tuple_reuse__test.test_itertools.TestBasicOps.test_zip_tuple_reuse_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_version__test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_version__test.test_importlib.metadata.test_zip.TestZip.test_zip_version_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_version_does_not_match__test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_does_not_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zip_version_does_not_match__test.test_importlib.metadata.test_zip.TestZip.test_zip_version_does_not_match_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipapp__test.test_pdb.PdbTestCase.test_zipapp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipextfile_attrs__test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipextfile_attrs__test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipextfile_attrs__test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipextfile_attrs__test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile__test.test_cmd_line_script.CmdLineTest.test_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile__test.test_runpy.RunPathTestCase.test_zipfile_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled__test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled__test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled__test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled__test.test_runpy.RunPathTestCase.test_zipfile_compiled_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled_checked_hash__test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_checked_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled_timestamp__test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_timestamp_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_compiled_unchecked_hash__test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_unchecked_hash_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_error__test.test_cmd_line_script.CmdLineTest.test_zipfile_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_error__test.test_runpy.RunPathTestCase.test_zipfile_error_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipfile_vs_zip__test.test_shutil.TestArchives.test_zipfile_vs_zip__'Need_the_zip_command_to_run'": {
    "status": "SKIPPED"
   },
   "ptestresult.python3.test_ziplongest__test.test_itertools.TestBasicOps.test_ziplongest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_ziplongest__test.test_itertools.TestVariousIteratorArgs.test_ziplongest_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipwritefile_attrs__test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipwritefile_attrs__test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipwritefile_attrs__test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zipwritefile_attrs__test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zlib_error_does_not_leak__test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zlib_error_does_not_leak__test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zlib_error_does_not_leak__test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zlib_error_does_not_leak__test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zombie_fast_process_del__test.test_subprocess.POSIXProcessTestCase.test_zombie_fast_process_del_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zones__test.datetimetester.TestDateTimeTZ_Fast.test_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zones__test.datetimetester.TestDateTimeTZ_Pure.test_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zones__test.datetimetester.TestTimeTZ_Fast.test_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zones__test.datetimetester.TestTimeTZ_Pure.test_zones_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zscore__test.test_statistics.TestNormalDistC.test_zscore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.test_zscore__test.test_statistics.TestNormalDistPython.test_zscore_": {
    "status": "PASSED"
   },
   "ptestresult.python3.tests_tuple_arg_ordering_matters__test.test_typing.TypeVarTupleTests.tests_tuple_arg_ordering_matters_": {
    "status": "PASSED"
   },
   "ptestresult.python3.testsixtofour__test.test_ipaddress.IpaddrUnitTest.testsixtofour_": {
    "status": "PASSED"
   },
   "ptestresult.python3.tp_version_tag_should_be_unique_assuming_no_overflow,_even_after": {
    "status": "PASSED"
   },
   "ptestresult.python3.type_set_bases_must_be_aware_that_type->tp_mro_can_be_NULL.": {
    "status": "PASSED"
   },
   "ptestresult.python3.type_set_bases_must_check_for_an_inheritance_cycle_not_only_through": {
    "status": "PASSED"
   },
   "ptestresult.python3.type_set_bases_must_check_for_reentrancy_upon_finishing_its_job": {
    "status": "PASSED"
   },
   "ptestresult.python3.zipfile.Path_should_be_constructable_from_a_path-like_object": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/python3/ptest\n== CPython 3.13.4 (main, Jun 3 2025, 15:34:24) [GCC 15.1.0]\n== Linux-6.12.31-yocto-standard-x86_64-with-glibc2.41 little-endian\n== Python build: release shared\n== cwd: /var/volatile/tmp/test_python_worker_405\u00e6\n== CPU count: 4\n== encodings: locale=ANSI_X3.4-1968 FS=utf-8\n== resources: all test resources are disabled, use -u option to unskip tests\n\nUsing random seed: 1742560536\n0:00:00 load avg: 0.00 Run 480 tests in parallel using 4 worker processes\n0:00:00 load avg: 0.00 [  1/480] test.test_asyncio.test_buffered_proto passed\nSKIP: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests.test_buffered_proto_create_connection) 'Windows only'\nPASS: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests.test_buffered_proto_create_connection)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.003s\n\nOK (skipped=1)\n0:00:00 load avg: 0.00 [  2/480] test.test_asyncio.test_context passed\nPASS: test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest.test_asyncio_task_decimal_context)\n\n----------------------------------------------------------------------\nRan 1 test in 0.202s\n\nOK\n0:00:01 load avg: 0.16 [  3/480] test.test_asyncio.test_futures passed\nPASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)\nPASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)\nPASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)\nPASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback)\nPASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback)\nPASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_evil_call_soon_list_mutation)\nPASS: test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback)\nPASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)\nPASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)\nPASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)\nPASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)\nPASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)\nPASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init)\nPASS: test_callbacks_copy (test.test_asyncio.test_futures.CFutureTests.test_callbacks_copy)\nPASS: test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel)\nPASS: test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop)\nPASS: test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state)\nPASS: test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception)\nPASS: test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class)\nPASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter)\nPASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter)\nPASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_exception_refcycles)\nPASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_result_refcycles)\nPASS: test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect)\nPASS: test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault)\nPASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved)\nPASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug)\nPASS: test_future_iter_get_referents_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_iter_get_referents_segfault)\nPASS: test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw)\nPASS: test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr)\nPASS: test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback)\nPASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args)\nPASS: test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias)\nPASS: test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state)\nPASS: test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture)\nPASS: test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter)\nPASS: test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback)\nPASS: test_result (test.test_asyncio.test_futures.CFutureTests.test_result)\nPASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled)\nPASS: test_stop_iteration_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_exception)\nPASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_subclass_exception)\nPASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned)\nPASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved)\nPASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved)\nPASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel)\nPASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved)\nPASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved)\nPASS: test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized)\nPASS: test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future)\nPASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel)\nPASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2)\nPASS: test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future)\nPASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop)\nPASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop)\nPASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop)\nPASS: test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice)\nPASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)\nPASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)\nPASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)\nPASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback)\nPASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback)\nPASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_evil_call_soon_list_mutation)\nPASS: test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback)\nPASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)\nPASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)\nPASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)\nPASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)\nPASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)\nPASS: test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel)\nPASS: test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop)\nPASS: test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state)\nPASS: test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception)\nPASS: test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class)\nPASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter)\nPASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter)\nPASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_exception_refcycles)\nPASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_result_refcycles)\nPASS: test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect)\nPASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved)\nPASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug)\nPASS: test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw)\nPASS: test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr)\nPASS: test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback)\nPASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args)\nPASS: test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias)\nPASS: test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state)\nPASS: test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture)\nPASS: test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter)\nPASS: test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback)\nPASS: test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result)\nPASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled)\nPASS: test_stop_iteration_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_exception)\nPASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_subclass_exception)\nPASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned)\nPASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved)\nPASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved)\nPASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel)\nPASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved)\nPASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved)\nPASS: test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized)\nPASS: test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future)\nPASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel)\nPASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2)\nPASS: test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future)\nPASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop)\nPASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop)\nPASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop)\nPASS: test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice)\nPASS: test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future)\nPASS: test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future)\nPASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)\nPASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)\nPASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)\nPASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback)\nPASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback)\nPASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_evil_call_soon_list_mutation)\nPASS: test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback)\nPASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)\nPASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)\nPASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)\nPASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)\nPASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)\nPASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init)\nPASS: test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel)\nPASS: test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop)\nPASS: test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state)\nPASS: test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception)\nPASS: test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class)\nPASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter)\nPASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter)\nPASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_exception_refcycles)\nPASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_result_refcycles)\nPASS: test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect)\nPASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved)\nPASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug)\nPASS: test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw)\nPASS: test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr)\nPASS: test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback)\nPASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args)\nPASS: test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias)\nPASS: test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state)\nPASS: test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture)\nPASS: test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter)\nPASS: test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback)\nPASS: test_result (test.test_asyncio.test_futures.PyFutureTests.test_result)\nPASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled)\nPASS: test_stop_iteration_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_exception)\nPASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_subclass_exception)\nPASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned)\nPASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved)\nPASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved)\nPASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel)\nPASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved)\nPASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved)\nPASS: test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized)\nPASS: test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future)\nPASS: test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel)\nPASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2)\nPASS: test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future)\nPASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop)\nPASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop)\nPASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop)\nPASS: test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice)\n\n----------------------------------------------------------------------\nRan 181 tests in 0.829s\n\nOK\n0:00:02 load avg: 0.16 [  4/480] test.test_asyncio.test_base_events passed\nPASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle)\nPASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle)\nPASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once)\nPASS: test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup)\nPASS: test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle)\nPASS: test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc)\nPASS: test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread)\nPASS: test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later)\nPASS: test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays)\nPASS: test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon)\nPASS: test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable)\nPASS: test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread)\nPASS: test_close (test.test_asyncio.test_base_events.BaseEventLoopTests.test_close)\nPASS: test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory)\nPASS: test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory)\nPASS: test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task)\nPASS: test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro)\nPASS: test_custom_run_forever_integration (test.test_asyncio.test_base_events.BaseEventLoopTests.test_custom_run_forever_integration)\nPASS: test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken)\nPASS: test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback)\nPASS: test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro)\nPASS: test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug)\nPASS: test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented)\nPASS: test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt)\nPASS: test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped)\nPASS: test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once)\nPASS: test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception)\nPASS: test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop)\nPASS: test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_orphan_future_close_loop)\nPASS: test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error)\nPASS: test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug)\nPASS: test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor)\nPASS: test_set_default_executor_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error)\nPASS: test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken)\nPASS: test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom)\nPASS: test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid)\nPASS: test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory)\nPASS: test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid)\nPASS: test_shutdown_default_executor_timeout (test.test_asyncio.test_base_events.BaseEventLoopTests.test_shutdown_default_executor_timeout)\nPASS: test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at)\nPASS: test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception)\nPASS: test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry)\nPASS: test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine)\nPASS: test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth)\nPASS: test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err)\nPASS: test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock)\nPASS: test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr)\nPASS: test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope)\nPASS: test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple)\nPASS: test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors)\nPASS: test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr)\nPASS: test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo)\nPASS: test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock)\nPASS: test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton)\nPASS: test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr)\nPASS: test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors)\nPASS: test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name)\nPASS: test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default)\nPASS: test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors)\nPASS: test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket)\nPASS: test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout)\nPASS: test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock)\nPASS: test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error)\nPASS: test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast)\nPASS: test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind)\nPASS: test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err)\nPASS: test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix)\nPASS: test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr)\nPASS: test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo)\nPASS: test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family)\nPASS: test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily)\nPASS: test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport)\nPASS: test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock)\nPASS: test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts)\nPASS: test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix)\nPASS: test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err)\nPASS: test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts)\nPASS: test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock)\nPASS: test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind)\nPASS: test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host)\nPASS: test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock)\nPASS: test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6)\nPASS: test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo)\nPASS: test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock)\nPASS: test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport)\nPASS: test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined)\nPASS: test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket)\nPASS: test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype)\nPASS: test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock)\nPASS: test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo)\nPASS: test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks)\nPASS: test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info)\nPASS: test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton)\nPASS: test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types)\nPASS: test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure)\nPASS: test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket)\nPASS: test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count)\nPASS: test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset)\nPASS: test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file)\nPASS: test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket)\nPASS: test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count)\nPASS: test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset)\nPASS: test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback)\nPASS: test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count)\nPASS: test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback)\nPASS: test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop)\nPASS: test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay)\n\n----------------------------------------------------------------------\nRan 111 tests in 1.193s\n\nOK\n0:00:02 load avg: 0.16 [  5/480] test.test_asyncio.test_futures2 passed\nPASS: test_future_traceback (test.test_asyncio.test_futures2.CFutureTests.test_future_traceback)\nPASS: test_handle_exc_handler_correct_context (test.test_asyncio.test_futures2.CFutureTests.test_handle_exc_handler_correct_context)\nPASS: test_task_exc_handler_correct_context (test.test_asyncio.test_futures2.CFutureTests.test_task_exc_handler_correct_context)\nPASS: test_recursive_repr_for_pending_tasks (test.test_asyncio.test_futures2.FutureReprTests.test_recursive_repr_for_pending_tasks)\nPASS: test_future_traceback (test.test_asyncio.test_futures2.PyFutureTests.test_future_traceback)\nPASS: test_handle_exc_handler_correct_context (test.test_asyncio.test_futures2.PyFutureTests.test_handle_exc_handler_correct_context)\nPASS: test_task_exc_handler_correct_context (test.test_asyncio.test_futures2.PyFutureTests.test_task_exc_handler_correct_context)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.013s\n\nOK\n0:00:02 load avg: 0.16 [  6/480] test.test_asyncio.test_pep492 passed\nPASS: test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests.test_async_def_coroutines)\nPASS: test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests.test_debug_mode_manages_coroutine_origin_tracking)\nPASS: test_double_await (test.test_asyncio.test_pep492.CoroutineTests.test_double_await)\nPASS: test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine)\nPASS: test_iscoroutine_generator (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine_generator)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutinefunction)\nPASS: test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack)\nPASS: test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine)\nPASS: test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with)\nPASS: test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await)\nPASS: test_readline (test.test_asyncio.test_pep492.StreamReaderTests.test_readline)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.153s\n\nOK\n0:00:02 load avg: 0.16 [  7/480] test.test_asyncio.test_proactor_events passed\nPASS: test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close)\nPASS: test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe)\nPASS: test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server)\nPASS: test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_cancel)\nPASS: test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_ctor)\nPASS: test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading)\nPASS: test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_aborted)\nPASS: test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_data)\nPASS: test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_no_data)\nPASS: test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing)\nPASS: test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_aborted)\nPASS: test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading)\nPASS: test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_exception)\nPASS: test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_fut)\nPASS: test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_datagram_transport)\nPASS: test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_socket_transport)\nPASS: test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_process_events)\nPASS: test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_stop_serving)\nPASS: test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_write_to_self)\nPASS: test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_closing)\nPASS: test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received)\nPASS: test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_connection)\nPASS: test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_exception)\nPASS: test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_fatal_error_connected)\nPASS: test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto)\nPASS: test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer)\nPASS: test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_bytearray)\nPASS: test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_memoryview)\nPASS: test_sendto_buffer_nodata (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_nodata)\nPASS: test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_bytearray)\nPASS: test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_closing)\nPASS: test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_connected_addr)\nPASS: test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received)\nPASS: test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_connected)\nPASS: test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_exception)\nPASS: test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_memoryview)\nPASS: test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_no_data)\nPASS: test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_str)\nSKIP: test_blocking_socket (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_blocking_socket) 'Proactor is supported on Windows only'\nSKIP: test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer) 'Proactor is supported on Windows only'\nSKIP: test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file) 'Proactor is supported on Windows only'\nSKIP: test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file) 'Proactor is supported on Windows only'\nPASS: test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_abort)\nPASS: test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_call_connection_lost)\nPASS: test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close)\nPASS: test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_buffer)\nPASS: test_close_invalid_sockobj (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_invalid_sockobj)\nPASS: test_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_protocol_connection_lost_once)\nPASS: test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_write_fut)\nPASS: test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_ctor)\nPASS: test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_dont_pause_writing)\nPASS: test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error)\nPASS: test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_2)\nPASS: test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close)\nPASS: test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_idempotent)\nPASS: test_force_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_protocol_connection_lost_once)\nPASS: test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading)\nPASS: test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted)\nPASS: test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_closing)\nPASS: test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_is_fatal)\nPASS: test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_conn_reset_lost)\nPASS: test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_data)\nPASS: test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_exception)\nPASS: test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_no_data)\nPASS: test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing)\nPASS: test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_closing)\nPASS: test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_err)\nPASS: test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_force_close)\nPASS: test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_stop)\nPASS: test_pause_reading_connection_made (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_reading_connection_made)\nPASS: test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_reading)\nPASS: test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_writing)\nPASS: test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_2write)\nPASS: test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_3write)\nPASS: test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write)\nPASS: test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof)\nPASS: test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer)\nPASS: test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_write_pipe)\nPASS: test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_duplex_pipe)\nPASS: test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_write_pipe)\nPASS: test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_more)\nPASS: test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_no_data)\n\n----------------------------------------------------------------------\nRan 82 tests in 0.091s\n\nOK (skipped=4)\n0:00:02 load avg: 0.16 [  8/480] test.test_asyncio.test_protocols passed\nPASS: test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_base_protocol)\nPASS: test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_buffered_protocol)\nPASS: test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_datagram_protocol)\nPASS: test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_protocol)\nPASS: test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_subprocess_protocol)\n\n----------------------------------------------------------------------\nRan 5 tests in 0.000s\n\nOK\n0:00:02 load avg: 0.16 [  9/480] test.test_asyncio.test_locks passed\nPASS: test_abort_barrier (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier)\nPASS: test_abort_barrier_when_exception (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception)\nPASS: test_abort_barrier_when_exception_then_resetting (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_then_resetting)\nPASS: test_abort_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_tasks_half_draining_half_blocking)\nPASS: test_barrier (test.test_asyncio.test_locks.BarrierTests.test_barrier)\nPASS: test_barrier_parties (test.test_asyncio.test_locks.BarrierTests.test_barrier_parties)\nPASS: test_blocking_tasks_while_draining (test.test_asyncio.test_locks.BarrierTests.test_blocking_tasks_while_draining)\nPASS: test_context_manager (test.test_asyncio.test_locks.BarrierTests.test_context_manager)\nPASS: test_draining_state (test.test_asyncio.test_locks.BarrierTests.test_draining_state)\nPASS: test_filling_one_task (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task)\nPASS: test_filling_one_task_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_twice)\nPASS: test_filling_task_by_task (test.test_asyncio.test_locks.BarrierTests.test_filling_task_by_task)\nPASS: test_filling_tasks_cancel_one (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_cancel_one)\nPASS: test_filling_tasks_check_return_value (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_check_return_value)\nPASS: test_filling_tasks_wait_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_wait_twice)\nPASS: test_repr (test.test_asyncio.test_locks.BarrierTests.test_repr)\nPASS: test_reset_barrier (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier)\nPASS: test_reset_barrier_when_tasks_half_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining)\nPASS: test_reset_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_half_blocking)\nPASS: test_reset_barrier_while_tasks_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_draining)\nPASS: test_reset_barrier_while_tasks_waiting (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting)\nPASS: test_reset_barrier_while_tasks_waiting_and_waiting_again (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_and_waiting_again)\nPASS: test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests.test_ambiguous_loops)\nPASS: test_cancelled_error_re_aquire (test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_re_aquire)\nPASS: test_cancelled_error_wakeup (test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_wakeup)\nPASS: test_cancelled_wakeup (test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup)\nPASS: test_cancelled_wakeup_relock (test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup_relock)\nPASS: test_context_manager (test.test_asyncio.test_locks.ConditionTests.test_context_manager)\nPASS: test_explicit_lock (test.test_asyncio.test_locks.ConditionTests.test_explicit_lock)\nPASS: test_notify (test.test_asyncio.test_locks.ConditionTests.test_notify)\nPASS: test_notify_all (test.test_asyncio.test_locks.ConditionTests.test_notify_all)\nPASS: test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_all_unacquired)\nPASS: test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_unacquired)\nPASS: test_repr (test.test_asyncio.test_locks.ConditionTests.test_repr)\nPASS: test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests.test_timeout_in_block)\nPASS: test_wait (test.test_asyncio.test_locks.ConditionTests.test_wait)\nPASS: test_wait_cancel (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel)\nPASS: test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_after_notify)\nPASS: test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_contested)\nPASS: test_wait_for (test.test_asyncio.test_locks.ConditionTests.test_wait_for)\nPASS: test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_for_unacquired)\nPASS: test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_unacquired)\nPASS: test_clear (test.test_asyncio.test_locks.EventTests.test_clear)\nPASS: test_clear_with_waiters (test.test_asyncio.test_locks.EventTests.test_clear_with_waiters)\nPASS: test_repr (test.test_asyncio.test_locks.EventTests.test_repr)\nPASS: test_wait (test.test_asyncio.test_locks.EventTests.test_wait)\nPASS: test_wait_cancel (test.test_asyncio.test_locks.EventTests.test_wait_cancel)\nPASS: test_wait_on_set (test.test_asyncio.test_locks.EventTests.test_wait_on_set)\nPASS: test_acquire (test.test_asyncio.test_locks.LockTests.test_acquire)\nPASS: test_acquire_cancel (test.test_asyncio.test_locks.LockTests.test_acquire_cancel)\nPASS: test_cancel_race (test.test_asyncio.test_locks.LockTests.test_cancel_race)\nPASS: test_cancel_release_race (test.test_asyncio.test_locks.LockTests.test_cancel_release_race)\nPASS: test_context_manager (test.test_asyncio.test_locks.LockTests.test_context_manager)\nPASS: test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests.test_finished_waiter_cancelled)\nPASS: test_lock (test.test_asyncio.test_locks.LockTests.test_lock)\nPASS: test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests.test_lock_by_with_statement)\nPASS: test_lock_doesnt_accept_loop_parameter (test.test_asyncio.test_locks.LockTests.test_lock_doesnt_accept_loop_parameter)\nPASS: test_release_no_waiters (test.test_asyncio.test_locks.LockTests.test_release_no_waiters)\nPASS: test_release_not_acquired (test.test_asyncio.test_locks.LockTests.test_release_not_acquired)\nPASS: test_repr (test.test_asyncio.test_locks.LockTests.test_repr)\nPASS: test_acquire (test.test_asyncio.test_locks.SemaphoreTests.test_acquire)\nPASS: test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel)\nPASS: test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_before_awoken)\nPASS: test_acquire_fifo_order (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order)\nPASS: test_acquire_fifo_order_2 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_2)\nPASS: test_acquire_fifo_order_3 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_3)\nPASS: test_acquire_fifo_order_4 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_4)\nPASS: test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_hang)\nPASS: test_acquire_no_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_no_hang)\nPASS: test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests.test_initial_value_zero)\nPASS: test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests.test_release_no_waiters)\nPASS: test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests.test_release_not_acquired)\nPASS: test_repr (test.test_asyncio.test_locks.SemaphoreTests.test_repr)\nPASS: test_semaphore (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore)\nPASS: test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_value)\n\n----------------------------------------------------------------------\nRan 75 tests in 0.811s\n\nOK\n0:00:03 load avg: 0.16 [ 10/480] test.test_asyncio.test_queues passed\nPASS: test_format (test.test_asyncio.test_queues.LifoQueueJoinTests.test_format)\nPASS: test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests.test_join_empty_queue)\nPASS: test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done)\nPASS: test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_underflow)\nPASS: test_format (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_format)\nPASS: test_shutdown_empty (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_empty)\nPASS: test_shutdown_immediate (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate)\nPASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate_with_unfinished)\nPASS: test_shutdown_nonempty (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_nonempty)\nPASS: test_order (test.test_asyncio.test_queues.LifoQueueTests.test_order)\nPASS: test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_format)\nPASS: test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_join_empty_queue)\nPASS: test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done)\nPASS: test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_underflow)\nPASS: test_format (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_format)\nPASS: test_shutdown_empty (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_empty)\nPASS: test_shutdown_immediate (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate)\nPASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate_with_unfinished)\nPASS: test_shutdown_nonempty (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_nonempty)\nPASS: test_order (test.test_asyncio.test_queues.PriorityQueueTests.test_order)\nPASS: test_empty (test.test_asyncio.test_queues.QueueBasicTests.test_empty)\nPASS: test_full (test.test_asyncio.test_queues.QueueBasicTests.test_full)\nPASS: test_generic_alias (test.test_asyncio.test_queues.QueueBasicTests.test_generic_alias)\nPASS: test_maxsize (test.test_asyncio.test_queues.QueueBasicTests.test_maxsize)\nPASS: test_order (test.test_asyncio.test_queues.QueueBasicTests.test_order)\nPASS: test_repr (test.test_asyncio.test_queues.QueueBasicTests.test_repr)\nPASS: test_str (test.test_asyncio.test_queues.QueueBasicTests.test_str)\nPASS: test_blocking_get (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get)\nPASS: test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_wait)\nPASS: test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests.test_cancelled_getters_not_being_held_in_self_getters)\nPASS: test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests.test_get_cancelled_race)\nPASS: test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_putters)\nPASS: test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_waiting_putters)\nPASS: test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get)\nPASS: test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_exception)\nPASS: test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests.test_why_are_getters_waiting)\nPASS: test_format (test.test_asyncio.test_queues.QueueJoinTests.test_format)\nPASS: test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests.test_join_empty_queue)\nPASS: test_task_done (test.test_asyncio.test_queues.QueueJoinTests.test_task_done)\nPASS: test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests.test_task_done_underflow)\nPASS: test_blocking_put (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put)\nPASS: test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_wait)\nPASS: test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_put_silence_value_error_exception)\nPASS: test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_puts_not_being_held_in_self_putters)\nPASS: test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests.test_float_maxsize)\nPASS: test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_many_pending_readers)\nPASS: test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_one_pending_reader)\nPASS: test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put)\nPASS: test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_exception)\nPASS: test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests.test_put_cancel_drop)\nPASS: test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled)\nPASS: test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race)\nPASS: test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters)\nPASS: test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting)\nPASS: test_format (test.test_asyncio.test_queues.QueueShutdownTests.test_format)\nPASS: test_shutdown_empty (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_empty)\nPASS: test_shutdown_immediate (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate)\nPASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate_with_unfinished)\nPASS: test_shutdown_nonempty (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_nonempty)\n\n----------------------------------------------------------------------\nRan 59 tests in 0.258s\n\nOK\n0:00:03 load avg: 0.16 [ 11/480] test.test_asyncio.test_selector_events passed\nPASS: test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_multiple)\nPASS: test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader)\nPASS: test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing)\nPASS: test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_writer)\nPASS: test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer)\nPASS: test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_existing)\nPASS: test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close)\nPASS: test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_no_selector)\nPASS: test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_socket_transport)\nPASS: test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport_without_ssl_error)\nPASS: test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read)\nPASS: test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_cancelled)\nPASS: test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write)\nPASS: test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_cancelled)\nPASS: test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_exception)\nPASS: test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_tryagain)\nPASS: test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader)\nPASS: test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_read_write)\nPASS: test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_unknown)\nPASS: test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer)\nPASS: test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_read_write)\nPASS: test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_unknown)\nPASS: test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_sock_connect_resolve_using_socket_params)\nPASS: test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_exception)\nPASS: test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_tryagain)\nPASS: test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected)\nPASS: test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_custom_error)\nPASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready)\nPASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_err)\nPASS: test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_oserr)\nPASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_tryagain)\nPASS: test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto)\nPASS: test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer)\nPASS: test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_bytearray)\nPASS: test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_memoryview)\nPASS: test_sendto_buffer_nodata (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_nodata)\nPASS: test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_bytearray)\nPASS: test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_closing)\nPASS: test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_connected_addr)\nPASS: test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received)\nPASS: test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_connected)\nPASS: test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_exception)\nPASS: test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_memoryview)\nPASS: test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_no_data)\nPASS: test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready)\nPASS: test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_closing)\nPASS: test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received)\nPASS: test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_connection)\nPASS: test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_exception)\nPASS: test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_no_data)\nPASS: test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_tryagain)\nPASS: test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_str)\nPASS: test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_tryagain)\nPASS: test_transport_inheritance (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_transport_inheritance)\nPASS: test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_buffer_updated_error)\nPASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_ctor)\nPASS: test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_error)\nPASS: test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_zerosized)\nPASS: test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_proto_type_switch)\nPASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_eof_received_error)\nPASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready)\nPASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_conn_reset)\nPASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof)\nPASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_keep_open)\nPASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_err)\nPASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain)\nPASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_interrupted)\nPASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor)\nPASS: test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_with_waiter)\nPASS: test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_data_received_error)\nPASS: test_pause_reading_connection_made (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_reading_connection_made)\nPASS: test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_resume_reading)\nPASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_eof_received_error)\nPASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready)\nPASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_conn_reset)\nPASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof)\nPASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_keep_open)\nPASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_err)\nPASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain)\nPASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_interrupted)\nPASS: test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_transport_close_remove_writer)\nPASS: test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write)\nPASS: test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer)\nPASS: test_write_buffer_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer_after_close)\nPASS: test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_bytearray)\nPASS: test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_closing)\nPASS: test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof)\nPASS: test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_after_close)\nPASS: test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_buffer)\nPASS: test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_exception)\nPASS: test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_memoryview)\nPASS: test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_no_data)\nPASS: test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial)\nPASS: test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_bytearray)\nPASS: test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_memoryview)\nPASS: test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_none)\nPASS: test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready)\nPASS: test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_closing)\nPASS: test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_exception)\nPASS: test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_no_data)\nPASS: test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial)\nPASS: test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_none)\nPASS: test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_tryagain)\nPASS: test_write_sendmsg_OSError (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_OSError)\nPASS: test_write_sendmsg_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_full)\nPASS: test_write_sendmsg_half_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_half_buffer)\nPASS: test_write_sendmsg_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_no_data)\nPASS: test_write_sendmsg_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_partial)\nPASS: test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_str)\nPASS: test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_tryagain)\nPASS: test_writelines_pauses_protocol (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_pauses_protocol)\nPASS: test_writelines_send_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_full)\nPASS: test_writelines_send_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_partial)\nPASS: test_writelines_sendmsg_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_full)\nPASS: test_writelines_sendmsg_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_partial)\nPASS: test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests.test__add_reader)\nPASS: test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests.test_abort)\nPASS: test_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close)\nPASS: test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_write_buffer)\nPASS: test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests.test_connection_lost)\nPASS: test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests.test_ctor)\nPASS: test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error)\nPASS: test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception)\nPASS: test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close)\n\n----------------------------------------------------------------------\nRan 124 tests in 0.122s\n\nOK\n0:00:03 load avg: 0.16 [ 12/480] test.test_asyncio.test_runners passed\nPASS: test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks)\nPASS: test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors)\nPASS: test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug)\nPASS: test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop)\nPASS: test_asyncio_run_loop_factory (test.test_asyncio.test_runners.RunTests.test_asyncio_run_loop_factory)\nPASS: test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro)\nPASS: test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises)\nPASS: test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_reports_hanging_tasks_errors)\nPASS: test_asyncio_run_return (test.test_asyncio.test_runners.RunTests.test_asyncio_run_return)\nPASS: test_asyncio_run_set_event_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_set_event_loop)\nPASS: test_asyncio_run_without_uncancel (test.test_asyncio.test_runners.RunTests.test_asyncio_run_without_uncancel)\nPASS: test_loop_factory_default_event_loop (test.test_asyncio.test_runners.RunTests.test_loop_factory_default_event_loop)\nPASS: test_custom_factory (test.test_asyncio.test_runners.RunnerTests.test_custom_factory)\nPASS: test_debug (test.test_asyncio.test_runners.RunnerTests.test_debug)\nPASS: test_double_close (test.test_asyncio.test_runners.RunnerTests.test_double_close)\nPASS: test_explicit_close (test.test_asyncio.test_runners.RunnerTests.test_explicit_close)\nPASS: test_interrupt_call_soon (test.test_asyncio.test_runners.RunnerTests.test_interrupt_call_soon)\nPASS: test_interrupt_cancelled_task (test.test_asyncio.test_runners.RunnerTests.test_interrupt_cancelled_task)\nPASS: test_interrupt_wait (test.test_asyncio.test_runners.RunnerTests.test_interrupt_wait)\nPASS: test_no_repr_is_call_on_the_task_result (test.test_asyncio.test_runners.RunnerTests.test_no_repr_is_call_on_the_task_result)\nPASS: test_non_debug (test.test_asyncio.test_runners.RunnerTests.test_non_debug)\nPASS: test_recursive_run (test.test_asyncio.test_runners.RunnerTests.test_recursive_run)\nPASS: test_run (test.test_asyncio.test_runners.RunnerTests.test_run)\nPASS: test_run_future (test.test_asyncio.test_runners.RunnerTests.test_run_future)\nPASS: test_run_keeps_context (test.test_asyncio.test_runners.RunnerTests.test_run_keeps_context)\nPASS: test_run_non_coro (test.test_asyncio.test_runners.RunnerTests.test_run_non_coro)\nPASS: test_second_with_block_raises (test.test_asyncio.test_runners.RunnerTests.test_second_with_block_raises)\nPASS: test_set_event_loop_called_once (test.test_asyncio.test_runners.RunnerTests.test_set_event_loop_called_once)\nPASS: test_signal_install_not_supported_ok (test.test_asyncio.test_runners.RunnerTests.test_signal_install_not_supported_ok)\n\n----------------------------------------------------------------------\nRan 29 tests in 0.217s\n\nOK\n0:00:03 load avg: 0.16 [ 13/480] test.test_asyncio.test_server passed\nSKIP: test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1) 'Windows only'\nPASS: test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_server_1)\nPASS: test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1)\nPASS: test_abort_clients (test.test_asyncio.test_server.TestServer2.test_abort_clients)\nPASS: test_close_clients (test.test_asyncio.test_server.TestServer2.test_close_clients)\nPASS: test_wait_closed_basic (test.test_asyncio.test_server.TestServer2.test_wait_closed_basic)\nPASS: test_wait_closed_race (test.test_asyncio.test_server.TestServer2.test_wait_closed_race)\nPASS: test_unix_server_addr_cleanup (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_addr_cleanup)\nPASS: test_unix_server_cleanup_gone (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_gone)\nPASS: test_unix_server_cleanup_prevented (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_prevented)\nPASS: test_unix_server_cleanup_replaced (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_replaced)\nPASS: test_unix_server_sock_cleanup (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_sock_cleanup)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.237s\n\nOK (skipped=1)\n0:00:04 load avg: 0.16 [ 14/480] test.test_asyncio.test_sendfile passed\nPASS: test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile)\nPASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_after_receiving)\nPASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_for_closing_transp)\nPASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_fallback)\nPASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_unsupported_native)\nPASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)\nPASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_not_supported)\nPASS: test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_partial)\nPASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_pre_and_post_data)\nPASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_prevents_bare_write)\nPASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl)\nPASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)\nPASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_partial)\nPASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_pre_and_post_data)\nPASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_mix_with_regular_send)\nPASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_success)\nPASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_with_offset_and_count)\nPASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_zero_size)\nPASS: test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile)\nPASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_after_receiving)\nPASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_for_closing_transp)\nPASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_fallback)\nPASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_unsupported_native)\nPASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)\nPASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_not_supported)\nPASS: test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_partial)\nPASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_pre_and_post_data)\nPASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_prevents_bare_write)\nPASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl)\nPASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)\nPASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_partial)\nPASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_pre_and_post_data)\nPASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_mix_with_regular_send)\nPASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_success)\nPASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_with_offset_and_count)\nPASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_zero_size)\nPASS: test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile)\nPASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving)\nPASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp)\nPASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback)\nPASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native)\nPASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)\nPASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported)\nPASS: test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial)\nPASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data)\nPASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write)\nPASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl)\nPASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)\nPASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial)\nPASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data)\nPASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send)\nPASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success)\nPASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count)\nPASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size)\n\n----------------------------------------------------------------------\nRan 60 tests in 1.530s\n\nOK\n0:00:05 load avg: 0.16 [ 15/480] test.test_asyncio.test_sock_lowlevel passed\nPASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_cancel_sock_accept)\nPASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_create_connection_sock)\nPASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content)\nPASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content_recvinto)\nPASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom)\nPASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom_into)\nPASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sendto_blocking)\nPASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_accept)\nPASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_connect_racing)\nPASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_fail)\nPASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_ops)\nPASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_racing)\nPASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_unix_sock_client_ops)\nPASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_cancel_sock_accept)\nPASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_create_connection_sock)\nPASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content)\nPASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content_recvinto)\nPASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom)\nPASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom_into)\nPASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sendto_blocking)\nPASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_accept)\nPASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_connect_racing)\nPASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_fail)\nPASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_ops)\nPASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_racing)\nPASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_unix_sock_client_ops)\nPASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept)\nPASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_create_connection_sock)\nPASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content)\nPASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_recvinto)\nPASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom)\nPASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_into)\nPASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sendto_blocking)\nPASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_accept)\nPASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_connect_racing)\nPASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_fail)\nPASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops)\nPASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing)\nPASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops)\n\n----------------------------------------------------------------------\nRan 39 tests in 1.625s\n\nOK\n0:00:06 load avg: 0.16 [ 16/480] test.test_asyncio.test_eager_task_factory passed\nPASS: test_all_tasks_with_blocking (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_blocking)\nPASS: test_all_tasks_with_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion)\nPASS: test_await_future_during_eager_step (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_await_future_during_eager_step)\nPASS: test_block_after_eager_step (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_block_after_eager_step)\nPASS: test_cancellation_after_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion)\nPASS: test_cancellation_after_eager_step_blocks (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks)\nPASS: test_context_vars (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_context_vars)\nPASS: test_current_task (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_current_task)\nPASS: test_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_completion)\nPASS: test_eager_task_factory_set (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_task_factory_set)\nPASS: test_issue105987 (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue105987)\nPASS: test_issue122332 (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue122332)\nPASS: test_name (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_name)\nPASS: test_staggered_race_with_eager_tasks (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks)\nPASS: test_staggered_race_with_eager_tasks_no_delay (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_taskgroups)\nPASS: test_all_tasks_with_blocking (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_blocking)\nPASS: test_all_tasks_with_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion)\nPASS: test_await_future_during_eager_step (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_await_future_during_eager_step)\nPASS: test_block_after_eager_step (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_block_after_eager_step)\nPASS: test_cancellation_after_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion)\nPASS: test_cancellation_after_eager_step_blocks (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks)\nPASS: test_context_vars (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_context_vars)\nPASS: test_current_task (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_current_task)\nPASS: test_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_completion)\nPASS: test_eager_task_factory_set (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_task_factory_set)\nPASS: test_staggered_race_with_eager_tasks (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks)\nPASS: test_staggered_race_with_eager_tasks_no_delay (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay)\n\n----------------------------------------------------------------------\nRan 45 tests in 5.397s\n\nOK\n0:00:06 load avg: 0.16 [ 17/480] test.test_asyncio.test_staggered passed\nPASS: test_cancelled (test.test_asyncio.test_staggered.StaggeredTests.test_cancelled)\nPASS: test_empty (test.test_asyncio.test_staggered.StaggeredTests.test_empty)\nPASS: test_first_error_second_successful (test.test_asyncio.test_staggered.StaggeredTests.test_first_error_second_successful)\nPASS: test_first_timeout_second_successful (test.test_asyncio.test_staggered.StaggeredTests.test_first_timeout_second_successful)\nPASS: test_multiple_winners (test.test_asyncio.test_staggered.StaggeredTests.test_multiple_winners)\nPASS: test_none_successful (test.test_asyncio.test_staggered.StaggeredTests.test_none_successful)\nPASS: test_one_successful (test.test_asyncio.test_staggered.StaggeredTests.test_one_successful)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.321s\n\nOK\n0:00:06 load avg: 0.16 [ 18/480] test.test_asyncio.test_events passed\nPASS: test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented)\nPASS: test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async)\nPASS: test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_add_fds_after_closing)\nPASS: test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests.test_add_signal_handler)\nPASS: test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty)\nPASS: test_call_later (test.test_asyncio.test_events.EPollEventLoopTests.test_call_later)\nPASS: test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon)\nPASS: test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe)\nPASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_same_thread)\nPASS: test_close (test.test_asyncio.test_events.EPollEventLoopTests.test_close)\nPASS: test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests.test_close_running_event_loop)\nPASS: test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket)\nPASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)\nPASS: test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection)\nPASS: test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr)\nPASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_in_use)\nPASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_nomatch_family)\nPASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_skip_different_family)\nPASS: test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint)\nPASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_ipv6)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_sock)\nPASS: test_create_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server)\nPASS: test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_addr_in_use)\nPASS: test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_dual_stack)\nPASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv4)\nPASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv6)\nPASS: test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_reuse_port)\nPASS: test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_sock)\nPASS: test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl)\nPASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_match_failed)\nPASS: test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verified)\nPASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verify_failed)\nPASS: test_create_server_trsock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_trsock)\nPASS: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_connection)\nPASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_unix_connection)\nPASS: test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_connection)\nPASS: test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server)\nPASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_path_socket_error)\nPASS: test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl)\nPASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verified)\nPASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verify_failed)\nPASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.EPollEventLoopTests.test_datagram_send_to_non_listening_address)\nPASS: test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests.test_internal_fds)\nPASS: test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests.test_prompt_cancellation)\nPASS: test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pipe)\nPASS: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output)\nPASS: test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_reader_callback)\nPASS: test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_remove_fds_after_closing)\nPASS: test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor)\nPASS: test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor_cancel)\nPASS: test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete)\nPASS: test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_nesting)\nPASS: test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_stopped)\nPASS: test_server_close (test.test_asyncio.test_events.EPollEventLoopTests.test_server_close)\nPASS: test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_args)\nPASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_while_selecting)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_ssl_connect_accepted_socket)\nPASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_after_finish)\nPASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_client_stream)\nPASS: test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exitcode)\nPASS: test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_interactive)\nPASS: test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_kill)\nPASS: test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_send_signal)\nPASS: test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr)\nPASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr_redirect_to_stdout)\nPASS: test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_terminate)\nPASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_wait_no_same_group)\nPASS: test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests.test_timeout_rounding)\nPASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests.test_unclosed_pipe_transport)\nPASS: test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe)\nPASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe_disconnect_on_close)\nPASS: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty)\nPASS: test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_writer_callback)\nPASS: test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception)\nPASS: test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting)\nPASS: test_handle (test.test_asyncio.test_events.HandleTests.test_handle)\nPASS: test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr)\nPASS: test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug)\nPASS: test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback)\nPASS: test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref)\nPASS: test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy)\nPASS: test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop)\nPASS: test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none)\nPASS: test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_calls_set_event_loop)\nPASS: test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy)\nPASS: test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread)\nPASS: test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop)\nPASS: test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop)\nPASS: test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy)\nPASS: test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_add_fds_after_closing)\nPASS: test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests.test_add_signal_handler)\nPASS: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty)\nPASS: test_call_later (test.test_asyncio.test_events.PollEventLoopTests.test_call_later)\nPASS: test_call_soon (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon)\nPASS: test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe)\nPASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_same_thread)\nPASS: test_close (test.test_asyncio.test_events.PollEventLoopTests.test_close)\nPASS: test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests.test_close_running_event_loop)\nPASS: test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket)\nPASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)\nPASS: test_create_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection)\nPASS: test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr)\nPASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_in_use)\nPASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_nomatch_family)\nPASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_skip_different_family)\nPASS: test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint)\nPASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_ipv6)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_sock)\nPASS: test_create_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_server)\nPASS: test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_addr_in_use)\nPASS: test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_dual_stack)\nPASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv4)\nPASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv6)\nPASS: test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_reuse_port)\nPASS: test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_sock)\nPASS: test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl)\nPASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_match_failed)\nPASS: test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verified)\nPASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verify_failed)\nPASS: test_create_server_trsock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_trsock)\nPASS: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_connection)\nPASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_unix_connection)\nPASS: test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_connection)\nPASS: test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server)\nPASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_path_socket_error)\nPASS: test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl)\nPASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verified)\nPASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verify_failed)\nPASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.PollEventLoopTests.test_datagram_send_to_non_listening_address)\nPASS: test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests.test_internal_fds)\nPASS: test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests.test_prompt_cancellation)\nPASS: test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_read_pipe)\nPASS: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output)\nPASS: test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests.test_reader_callback)\nPASS: test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_remove_fds_after_closing)\nPASS: test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor)\nPASS: test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor_cancel)\nPASS: test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete)\nPASS: test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_nesting)\nPASS: test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_stopped)\nPASS: test_server_close (test.test_asyncio.test_events.PollEventLoopTests.test_server_close)\nPASS: test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_args)\nPASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_while_selecting)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_ssl_connect_accepted_socket)\nPASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_after_finish)\nPASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_client_stream)\nPASS: test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exitcode)\nPASS: test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_interactive)\nPASS: test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_kill)\nPASS: test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_send_signal)\nPASS: test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr)\nPASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr_redirect_to_stdout)\nPASS: test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_terminate)\nPASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_wait_no_same_group)\nPASS: test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests.test_timeout_rounding)\nPASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests.test_unclosed_pipe_transport)\nPASS: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe)\nPASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe_disconnect_on_close)\nPASS: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty)\nPASS: test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests.test_writer_callback)\nPASS: test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing)\nPASS: test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler)\nPASS: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty)\nPASS: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later)\nPASS: test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon)\nPASS: test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe)\nPASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread)\nPASS: test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close)\nPASS: test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop)\nPASS: test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket)\nPASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)\nPASS: test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection)\nPASS: test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr)\nPASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use)\nPASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family)\nPASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family)\nPASS: test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint)\nPASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock)\nPASS: test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server)\nPASS: test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use)\nPASS: test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack)\nPASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4)\nPASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6)\nPASS: test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port)\nPASS: test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock)\nPASS: test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl)\nPASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed)\nPASS: test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified)\nPASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed)\nPASS: test_create_server_trsock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_trsock)\nPASS: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection)\nPASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection)\nPASS: test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection)\nPASS: test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server)\nPASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error)\nPASS: test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl)\nPASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified)\nPASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed)\nPASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address)\nPASS: test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds)\nPASS: test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation)\nPASS: test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe)\nPASS: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output)\nPASS: test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback)\nPASS: test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing)\nPASS: test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor)\nPASS: test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel)\nPASS: test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete)\nPASS: test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting)\nPASS: test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped)\nPASS: test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close)\nPASS: test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args)\nPASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket)\nPASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_after_finish)\nPASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_client_stream)\nPASS: test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exitcode)\nPASS: test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_interactive)\nPASS: test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_kill)\nPASS: test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_send_signal)\nPASS: test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr)\nPASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr_redirect_to_stdout)\nPASS: test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_terminate)\nPASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_wait_no_same_group)\nPASS: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding)\nPASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport)\nPASS: test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe)\nPASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close)\nPASS: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty)\nPASS: test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback)\nPASS: test_close (test.test_asyncio.test_events.TestAbstractServer.test_close)\nPASS: test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop)\nPASS: test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed)\nPASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_new_process)\nPASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop)\nPASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2)\nPASS: test_get_running_loop_already_running (test.test_asyncio.test_events.TestCGetEventLoop.test_get_running_loop_already_running)\nPASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_new_process)\nPASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop)\nPASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2)\nPASS: test_get_running_loop_already_running (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_running_loop_already_running)\nPASS: test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop)\nPASS: test_hash (test.test_asyncio.test_events.TimerTests.test_hash)\nPASS: test_timer (test.test_asyncio.test_events.TimerTests.test_timer)\nPASS: test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison)\nPASS: test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr)\nPASS: test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug)\nPASS: test_when (test.test_asyncio.test_events.TimerTests.test_when)\n\n----------------------------------------------------------------------\nRan 261 tests in 5.743s\n\nOK\n0:00:07 load avg: 0.23 [ 19/480] test.test_asyncio.test_streams passed\nPASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable)\nPASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable)\nPASS: test___repr__ (test.test_asyncio.test_streams.StreamTests.test___repr__)\nPASS: test___repr__data (test.test_asyncio.test_streams.StreamTests.test___repr__data)\nPASS: test___repr__eof (test.test_asyncio.test_streams.StreamTests.test___repr__eof)\nPASS: test___repr__exception (test.test_asyncio.test_streams.StreamTests.test___repr__exception)\nPASS: test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests.test___repr__nondefault_limit)\nPASS: test___repr__transport (test.test_asyncio.test_streams.StreamTests.test___repr__transport)\nPASS: test___repr__waiter (test.test_asyncio.test_streams.StreamTests.test___repr__waiter)\nPASS: test_async_writer_api (test.test_asyncio.test_streams.StreamTests.test_async_writer_api)\nPASS: test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests.test_async_writer_api_exception_after_close)\nPASS: test_at_eof (test.test_asyncio.test_streams.StreamTests.test_at_eof)\nPASS: test_drain_raises (test.test_asyncio.test_streams.StreamTests.test_drain_raises)\nPASS: test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests.test_eof_feed_when_closing_writer)\nPASS: test_exception (test.test_asyncio.test_streams.StreamTests.test_exception)\nPASS: test_exception_cancel (test.test_asyncio.test_streams.StreamTests.test_exception_cancel)\nPASS: test_exception_waiter (test.test_asyncio.test_streams.StreamTests.test_exception_waiter)\nPASS: test_feed_empty_data (test.test_asyncio.test_streams.StreamTests.test_feed_empty_data)\nPASS: test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests.test_feed_nonempty_data)\nPASS: test_invalid_limit (test.test_asyncio.test_streams.StreamTests.test_invalid_limit)\nPASS: test_loop_is_closed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_loop_is_closed_resource_warnings)\nPASS: test_multiple_drain (test.test_asyncio.test_streams.StreamTests.test_multiple_drain)\nPASS: test_open_connection (test.test_asyncio.test_streams.StreamTests.test_open_connection)\nPASS: test_open_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_connection_error)\nPASS: test_open_connection_happy_eyeball_refcycles (test.test_asyncio.test_streams.StreamTests.test_open_connection_happy_eyeball_refcycles)\nPASS: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_connection_no_loop_ssl)\nPASS: test_open_unix_connection (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection)\nPASS: test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_error)\nPASS: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_no_loop_ssl)\nPASS: test_read (test.test_asyncio.test_streams.StreamTests.test_read)\nPASS: test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests.test_read_all_from_pipe_reader)\nPASS: test_read_eof (test.test_asyncio.test_streams.StreamTests.test_read_eof)\nPASS: test_read_exception (test.test_asyncio.test_streams.StreamTests.test_read_exception)\nPASS: test_read_limit (test.test_asyncio.test_streams.StreamTests.test_read_limit)\nPASS: test_read_line_breaks (test.test_asyncio.test_streams.StreamTests.test_read_line_breaks)\nPASS: test_read_until_eof (test.test_asyncio.test_streams.StreamTests.test_read_until_eof)\nPASS: test_read_zero (test.test_asyncio.test_streams.StreamTests.test_read_zero)\nPASS: test_readexactly (test.test_asyncio.test_streams.StreamTests.test_readexactly)\nPASS: test_readexactly_eof (test.test_asyncio.test_streams.StreamTests.test_readexactly_eof)\nPASS: test_readexactly_exception (test.test_asyncio.test_streams.StreamTests.test_readexactly_exception)\nPASS: test_readexactly_limit (test.test_asyncio.test_streams.StreamTests.test_readexactly_limit)\nPASS: test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests.test_readexactly_zero_or_less)\nPASS: test_readline (test.test_asyncio.test_streams.StreamTests.test_readline)\nPASS: test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests.test_readline_empty_eof)\nPASS: test_readline_eof (test.test_asyncio.test_streams.StreamTests.test_readline_eof)\nPASS: test_readline_exception (test.test_asyncio.test_streams.StreamTests.test_readline_exception)\nPASS: test_readline_limit (test.test_asyncio.test_streams.StreamTests.test_readline_limit)\nPASS: test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests.test_readline_limit_with_existing_data)\nPASS: test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests.test_readline_nolimit_nowait)\nPASS: test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests.test_readline_read_byte_count)\nPASS: test_readuntil_bytearray (test.test_asyncio.test_streams.StreamTests.test_readuntil_bytearray)\nPASS: test_readuntil_eof (test.test_asyncio.test_streams.StreamTests.test_readuntil_eof)\nPASS: test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests.test_readuntil_limit_found_sep)\nPASS: test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks)\nPASS: test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_1)\nPASS: test_readuntil_multi_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator)\nPASS: test_readuntil_multi_separator_limit (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_limit)\nPASS: test_readuntil_multi_separator_negative_offset (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_negative_offset)\nPASS: test_readuntil_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_separator)\nPASS: test_start_server (test.test_asyncio.test_streams.StreamTests.test_start_server)\nPASS: test_start_tls (test.test_asyncio.test_streams.StreamTests.test_start_tls)\nPASS: test_start_unix_server (test.test_asyncio.test_streams.StreamTests.test_start_unix_server)\nPASS: test_streamreader_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_global_loop)\nPASS: test_streamreader_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_running_loop)\nPASS: test_streamreader_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_without_loop)\nPASS: test_streamreaderprotocol_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_global_loop)\nPASS: test_streamreaderprotocol_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_running_loop)\nPASS: test_streamreaderprotocol_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_without_loop)\nPASS: test_unclosed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_resource_warnings)\nPASS: test_unclosed_server_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_server_resource_warnings)\nPASS: test_unhandled_cancel (test.test_asyncio.test_streams.StreamTests.test_unhandled_cancel)\nPASS: test_unhandled_exception (test.test_asyncio.test_streams.StreamTests.test_unhandled_exception)\nPASS: test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close)\nPASS: test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_with_unread_data)\n\n----------------------------------------------------------------------\nRan 74 tests in 0.571s\n\nOK\n0:00:09 load avg: 0.23 [ 20/480] test.test_asyncio.test_sslproto passed\nSKIP: test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data) 'Windows only'\nSKIP: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak) 'Windows only'\nSKIP: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate) 'Windows only'\nSKIP: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake) 'Windows only'\nSKIP: test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout) 'Windows only'\nSKIP: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1) 'Windows only'\nSKIP: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl) 'Windows only'\nSKIP: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1) 'Windows only'\nSKIP: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1) 'Windows only'\nSKIP: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel) 'Windows only'\nSKIP: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args) 'Windows only'\nPASS: test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data)\nPASS: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_memory_leak)\nPASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate)\nPASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake)\nPASS: test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout)\nPASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1)\nPASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_corrupted_ssl)\nPASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1)\nPASS: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1)\nPASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel)\nPASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args)\nPASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake)\nPASS: test_close_during_ssl_over_ssl (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_ssl_over_ssl)\nPASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost)\nPASS: test_connection_lost_when_busy (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost_when_busy)\nPASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing)\nPASS: test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter)\nPASS: test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error)\nPASS: test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection)\nPASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative)\nPASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero)\nPASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol)\nPASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing)\n\n----------------------------------------------------------------------\nRan 34 tests in 4.309s\n\nOK (skipped=11)\n0:00:13 load avg: 0.21 [ 21/480] test.test_asyncio.test_ssl passed\nPASS: test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket)\nPASS: test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning)\nPASS: test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak)\nPASS: test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1)\nPASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate)\nPASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake)\nSKIP: test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) 'not enough memory: 2.2G minimum needed'\nSKIP: test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) 'not enough memory: 2.2G minimum needed'\nPASS: test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown)\nPASS: test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak)\nPASS: test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data)\nPASS: test_remote_shutdown_receives_trailing_data_on_slow_socket (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket)\nPASS: test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly)\nPASS: test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak)\nPASS: test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket)\nPASS: test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost)\nPASS: test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout)\nPASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1)\nPASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl)\nPASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1)\nPASS: test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1)\nPASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel)\n\n----------------------------------------------------------------------\nRan 23 tests in 8.181s\n\nOK (skipped=2)\n0:00:13 load avg: 0.21 [ 22/480] test.test_asyncio.test_threads passed\nPASS: test_to_thread (test.test_asyncio.test_threads.ToThreadTests.test_to_thread)\nPASS: test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs)\nPASS: test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent)\nPASS: test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars)\nPASS: test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception)\nPASS: test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.023s\n\nOK\n0:00:13 load avg: 0.21 [ 23/480] test.test_asyncio.test_timeouts passed\nPASS: test_cancel_in_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_cancel_in_timeout_after_cancellation)\nPASS: test_foreign_cancel_doesnt_timeout_if_not_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_cancel_doesnt_timeout_if_not_expired)\nPASS: test_foreign_exception_on_timeout (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout)\nPASS: test_foreign_exception_on_timeout_2 (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout_2)\nPASS: test_foreign_exception_passed (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_passed)\nPASS: test_nested_timeout_in_finally (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeout_in_finally)\nPASS: test_nested_timeouts (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts)\nPASS: test_nested_timeouts_concurrent (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_concurrent)\nPASS: test_nested_timeouts_loop_busy (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_loop_busy)\nPASS: test_outer_task_is_not_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_outer_task_is_not_cancelled)\nPASS: test_repr_active (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_active)\nPASS: test_repr_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_disabled)\nPASS: test_repr_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_expired)\nPASS: test_repr_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_finished)\nPASS: test_reschedule (test.test_asyncio.test_timeouts.TimeoutTests.test_reschedule)\nPASS: test_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_after_cancellation)\nPASS: test_timeout_already_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_already_entered)\nPASS: test_timeout_at_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_basic)\nPASS: test_timeout_at_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_disabled)\nPASS: test_timeout_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_basic)\nPASS: test_timeout_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_disabled)\nPASS: test_timeout_double_enter (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_double_enter)\nPASS: test_timeout_exception_context (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_exception_context)\nPASS: test_timeout_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expired)\nPASS: test_timeout_expiring (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expiring)\nPASS: test_timeout_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_finished)\nPASS: test_timeout_in_the_past_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_in_the_past_sleep_zero)\nPASS: test_timeout_not_called (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_called)\nPASS: test_timeout_not_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_entered)\nPASS: test_timeout_taskgroup (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_taskgroup)\nPASS: test_timeout_without_task (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_without_task)\nPASS: test_timeout_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero)\nPASS: test_timeout_zero_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_sleep_zero)\nPASS: test_waiter_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_waiter_cancelled)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.376s\n\nOK\n0:00:14 load avg: 0.21 [ 24/480] test.test_asyncio.test_transports passed\nPASS: test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests.test_ctor_extra_is_none)\nPASS: test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests.test_dgram_not_implemented)\nPASS: test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests.test_flowcontrol_mixin_set_write_limits)\nPASS: test_get_extra_info (test.test_asyncio.test_transports.TransportTests.test_get_extra_info)\nPASS: test_not_implemented (test.test_asyncio.test_transports.TransportTests.test_not_implemented)\nPASS: test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests.test_subprocess_transport_not_implemented)\nPASS: test_writelines (test.test_asyncio.test_transports.TransportTests.test_writelines)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.001s\n\nOK\n0:00:14 load avg: 0.21 [ 25/480] test.test_asyncio.test_unix_events passed\nPASS: test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_not_implemented)\nPASS: test_warns_on_subclassing (test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_warns_on_subclassing)\nPASS: test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests.test_not_implemented)\nPASS: test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_close)\nPASS: test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_create_watcher)\nPASS: test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_remove_child_handler)\nPASS: test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop)\nPASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop_race_condition)\nPASS: test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld)\nPASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_child_reaped_elsewhere)\nPASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_race_condition)\nPASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_remove_handler)\nPASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_replace_handler)\nPASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children)\nPASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children_terminating_together)\nPASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unhandled_exception)\nPASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_pid_during_registration)\nPASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_status)\nPASS: test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests.test_child_watcher_replace_mainloop_existing)\nPASS: test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_after_set)\nPASS: test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_thread)\nPASS: test_get_default_child_watcher (test.test_asyncio.test_unix_events.PolicyTests.test_get_default_child_watcher)\nPASS: test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_close)\nPASS: test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_create_watcher)\nPASS: test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_remove_child_handler)\nPASS: test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop)\nPASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop_race_condition)\nPASS: test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld)\nPASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_child_reaped_elsewhere)\nPASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_race_condition)\nPASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_remove_handler)\nPASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_replace_handler)\nPASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children)\nPASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children_terminating_together)\nPASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unhandled_exception)\nPASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_pid_during_registration)\nPASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_status)\nPASS: test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler)\nPASS: test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_coroutine_error)\nPASS: test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error)\nPASS: test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error2)\nPASS: test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error3)\nPASS: test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_setup_error)\nPASS: test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_check_signal)\nPASS: test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close)\nPASS: test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close_on_finalizing)\nPASS: test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_cancelled_handler)\nPASS: test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_no_handler)\nPASS: test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler)\nPASS: test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_2)\nPASS: test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_cleanup_error)\nPASS: test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error)\nPASS: test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error2)\nPASS: test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_blocking_error)\nPASS: test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel1)\nPASS: test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel2)\nPASS: test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_exception)\nPASS: test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer)\nPASS: test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file)\nPASS: test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_available)\nPASS: test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file)\nPASS: test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_first_call)\nPASS: test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_next_call)\nPASS: test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nopath_nosock)\nPASS: test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nossl_serverhost)\nPASS: test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_inetsock)\nPASS: test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_sock)\nPASS: test_create_unix_connection_pathlike (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_pathlike)\nPASS: test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_noserverhost)\nPASS: test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_timeout_with_plain_sock)\nPASS: test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_bind_error)\nPASS: test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_nonsock)\nPASS: test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_sock)\nPASS: test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_nopath_nosock)\nPASS: test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_dgram)\nPASS: test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_inetsock)\nPASS: test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_stream_bittype)\nPASS: test_create_unix_server_pathlike (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_pathlike)\nPASS: test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_bool)\nPASS: test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_timeout_with_plain_sock)\nPASS: test_fork_asyncio_run (test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run)\nPASS: test_fork_asyncio_subprocess (test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess)\nPASS: test_fork_not_share_event_loop (test.test_asyncio.test_unix_events.TestFork.test_fork_not_share_event_loop)\nPASS: test_fork_signal_handling (test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling)\nPASS: test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_invalid_argument)\nPASS: test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_or_writer_transport_fd)\nPASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost)\nPASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost_with_err)\nPASS: test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__close)\nPASS: test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready)\nPASS: test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_blocked)\nPASS: test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_eof)\nPASS: test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_error)\nPASS: test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close)\nPASS: test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close_already_closing)\nPASS: test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_ctor)\nPASS: test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading)\nPASS: test_pause_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_closed_pipe)\nPASS: test_pause_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_paused_pipe)\nPASS: test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading)\nPASS: test_resume_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_closed_pipe)\nPASS: test_resume_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_paused_pipe)\nPASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost)\nPASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost_with_err)\nPASS: test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__read_ready)\nPASS: test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready)\nPASS: test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_again)\nPASS: test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_closing)\nPASS: test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_empty)\nPASS: test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_err)\nPASS: test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_partial)\nPASS: test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_abort)\nPASS: test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_can_write_eof)\nPASS: test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close)\nPASS: test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close_closing)\nPASS: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_ctor)\nPASS: test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write)\nPASS: test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_again)\nPASS: test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_buffer)\nPASS: test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_close)\nPASS: test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof)\nPASS: test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof_pending)\nPASS: test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_err)\nPASS: test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_no_data)\nPASS: test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_partial)\n\n----------------------------------------------------------------------\nRan 125 tests in 0.440s\n\nOK\n0:00:15 load avg: 0.21 [ 26/480] test.test_asyncio.test_waitfor passed\nPASS: test_asyncio_wait_for_cancelled (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_cancelled)\nPASS: test_asyncio_wait_for_timeout (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_timeout)\nPASS: test_cancel_blocking_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_blocking_wait_for)\nPASS: test_cancel_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_wait_for)\nPASS: test_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for)\nPASS: test_wait_for_blocking (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_blocking)\nPASS: test_wait_for_cancel_suppressed (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancel_suppressed)\nPASS: test_wait_for_cancellation_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancellation_race_condition)\nPASS: test_wait_for_issue86296 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_issue86296)\nPASS: test_wait_for_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_race_condition)\nPASS: test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_reraises_exception_during_cancellation)\nPASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0)\nPASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started)\nPASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_future_done)\nPASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation)\nPASS: test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation_w_timeout_0)\nPASS: test_none_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_none_timeout)\nPASS: test_shielded_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_shielded_timeout)\nPASS: test_zero_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_zero_timeout)\n\n----------------------------------------------------------------------\nRan 19 tests in 0.996s\n\nOK\n0:00:15 load avg: 0.21 [ 27/480] test.test_asyncio.test_windows_events skipped\ntest.test_asyncio.test_windows_events skipped -- Windows only\n0:00:15 load avg: 0.21 [ 28/480] test.test_asyncio.test_windows_utils skipped\ntest.test_asyncio.test_windows_utils skipped -- Windows only\n0:00:19 load avg: 0.27 [ 29/480] test.test_asyncio.test_taskgroups passed\nPASS: test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancel_children_on_child_error)\nPASS: test_cancellation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation)\nPASS: test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_does_not_leak_out_of_tg)\nPASS: test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancelling_level_preserved)\nPASS: test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancels_task_if_created_during_creation)\nPASS: test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_coro_closed_when_tg_closed)\nPASS: test_error_and_cancel (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_error_and_cancel)\ntest_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_base_error)\nPASS: Test that TaskGroup deletes self._base_error\ntest_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_direct)\nPASS: Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup\ntest_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_errors)\nPASS: Test that TaskGroup deletes self._errors, and __aexit__ args\ntest_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task)\nPASS: Test that TaskGroup deletes self._parent_task\ntest_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task_wr)\nPASS: Test that TaskGroup deletes self._parent_task and create_task() deletes task\ntest_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_propagate_cancellation_error)\nPASS: Test that TaskGroup deletes propagate_cancellation_error\nPASS: test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_nested_groups_both_cancelled)\nPASS: test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_01)\nPASS: test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_02)\nPASS: test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_03)\nPASS: test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_04)\nPASS: test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_07)\nPASS: test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_08)\nPASS: test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_09)\nPASS: test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_10)\nPASS: test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_11)\nPASS: test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_12)\nPASS: test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_13)\nPASS: test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_14)\nPASS: test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_15)\nPASS: test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_16)\nPASS: test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_17)\nPASS: test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_18)\nPASS: test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_19)\nPASS: test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20)\nPASS: test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20a)\nPASS: test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_21a)\nPASS: test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_22)\nPASS: test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_23)\nPASS: test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_24)\nPASS: test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_25)\nPASS: test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_already_entered)\nPASS: test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_context_manager_exit_raises)\nPASS: test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_double_enter)\nPASS: test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_finished)\nPASS: test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_no_create_task_after_failure)\nPASS: test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_not_entered)\nPASS: test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_context)\nPASS: test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_name)\nPASS: test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_without_parent_task)\nPASS: test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error)\nPASS: test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation)\nPASS: test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_does_not_leak_out_of_tg)\nPASS: test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancelling_level_preserved)\nPASS: test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancels_task_if_created_during_creation)\nPASS: test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestTaskGroup.test_coro_closed_when_tg_closed)\nPASS: test_error_and_cancel (test.test_asyncio.test_taskgroups.TestTaskGroup.test_error_and_cancel)\ntest_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error)\nPASS: Test that TaskGroup deletes self._base_error\ntest_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct)\nPASS: Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup\ntest_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_errors)\nPASS: Test that TaskGroup deletes self._errors, and __aexit__ args\ntest_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task)\nPASS: Test that TaskGroup deletes self._parent_task\ntest_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task_wr)\nPASS: Test that TaskGroup deletes self._parent_task and create_task() deletes task\ntest_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error)\nPASS: Test that TaskGroup deletes propagate_cancellation_error\nPASS: test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestTaskGroup.test_nested_groups_both_cancelled)\nPASS: test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01)\nPASS: test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02)\nPASS: test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03)\nPASS: test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04)\nPASS: test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07)\nPASS: test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08)\nPASS: test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09)\nPASS: test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10)\nPASS: test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11)\nPASS: test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12)\nPASS: test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13)\nPASS: test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14)\nPASS: test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15)\nPASS: test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16)\nPASS: test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17)\nPASS: test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18)\nPASS: test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19)\nPASS: test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20)\nPASS: test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a)\nPASS: test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a)\nPASS: test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22)\nPASS: test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23)\nPASS: test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24)\nPASS: test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25)\nPASS: test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered)\nPASS: test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises)\nPASS: test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter)\nPASS: test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished)\nPASS: test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure)\nPASS: test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered)\nPASS: test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context)\nPASS: test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name)\nPASS: test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task)\n\n----------------------------------------------------------------------\nRan 94 tests in 12.217s\n\nOK\n0:00:19 load avg: 0.27 [ 30/480] test.test_concurrent_futures.test_deadlock passed\nSKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'\nSKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'\nSKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'\nSKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'\nSKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'\nSKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'\nSKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'\nSKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'\nSKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'\nSKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'\nSKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'\nSKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'\nSKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'\nSKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'\nSKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'\nSKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'\nSKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'\nSKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'\nSKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'\nSKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'\nSKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'\nSKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'\nSKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'\nSKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'\n\n----------------------------------------------------------------------\nRan 48 tests in 0.008s\n\nOK (skipped=48)\n0:00:21 load avg: 0.27 [ 31/480] test.test_asyncio.test_subprocess passed\nPASS: test_create_subprocess_fails_with_inactive_watcher (test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher)\nPASS: test_create_subprocess_with_pidfd (test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_with_pidfd)\nPASS: test_warns (test.test_asyncio.test_subprocess.MultiLoopChildWatcherTests.test_warns)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_terminate)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_terminate)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_terminate)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate)\nPASS: test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited)\nPASS: test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr)\n\n----------------------------------------------------------------------\nRan 145 tests in 14.541s\n\nOK\n0:00:22 load avg: 0.41 [ 32/480] test.test_concurrent_futures.test_future passed\nPASS: test_cancel (test.test_concurrent_futures.test_future.FutureTests.test_cancel)\nPASS: test_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_cancelled)\nPASS: test_done (test.test_concurrent_futures.test_future.FutureTests.test_done)\nPASS: test_done_callback_already_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled)\nPASS: test_done_callback_already_failed (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed)\nPASS: test_done_callback_already_successful (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_successful)\nPASS: test_done_callback_raises (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises)\nPASS: test_done_callback_raises_already_succeeded (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_already_succeeded)\nPASS: test_done_callback_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_cancel)\nPASS: test_done_callback_with_exception (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_exception)\nPASS: test_done_callback_with_result (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_result)\nPASS: test_exception_with_success (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_success)\nPASS: test_exception_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_timeout)\nPASS: test_multiple_set_exception (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_exception)\nPASS: test_multiple_set_result (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_result)\nPASS: test_repr (test.test_concurrent_futures.test_future.FutureTests.test_repr)\nPASS: test_result_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_result_with_cancel)\nPASS: test_result_with_success (test.test_concurrent_futures.test_future.FutureTests.test_result_with_success)\nPASS: test_result_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_result_with_timeout)\nPASS: test_running (test.test_concurrent_futures.test_future.FutureTests.test_running)\n\n----------------------------------------------------------------------\nRan 20 tests in 3.016s\n\nOK\n0:00:23 load avg: 0.41 [ 33/480] test.test_concurrent_futures.test_init passed\ntest_forkserver (test.test_concurrent_futures.test_init.FailingInitializerResourcesTest.test_forkserver) ... 0.29s ok\ntest_spawn (test.test_concurrent_futures.test_init.FailingInitializerResourcesTest.test_spawn) ... 0.28s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkFailingInitializerTest.test_initializer) ... 0.11s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkInitializerTest.test_initializer) ... 0.01s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverFailingInitializerTest.test_initializer) ... 0.21s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverInitializerTest.test_initializer) ... 0.23s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnFailingInitializerTest.test_initializer) ... 0.34s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnInitializerTest.test_initializer) ... 0.21s ok\ntest_initializer (test.test_concurrent_futures.test_init.ThreadPoolFailingInitializerTest.test_initializer) ... 0.10s ok\ntest_initializer (test.test_concurrent_futures.test_init.ThreadPoolInitializerTest.test_initializer) ... 0.00s ok\n\n----------------------------------------------------------------------\nRan 10 tests in 1.834s\n\nOK\n0:00:23 load avg: 0.41 [ 34/480] test.test_concurrent_futures.test_shutdown passed\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_cancel_futures_wait_false (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures_wait_false) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_thread_names_assigned (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_assigned) 'skipping problematic test'\nSKIP: test_thread_names_default (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_default) 'skipping problematic test'\nSKIP: test_threads_terminate (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_threads_terminate) 'skipping problematic test'\n\n----------------------------------------------------------------------\nRan 47 tests in 0.006s\n\nOK (skipped=47)\n0:00:23 load avg: 0.41 [ 35/480] test.test_concurrent_futures.test_thread_pool passed\ntest_default_workers (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers) ... 0.00s ok\ntest_executor_map_current_future_cancel (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... 0.00s ok\ntest_free_reference (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference) ... 0.05s ok\nSKIP: test_hang_global_shutdown_lock (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) \"resource 'cpu' is not enabled\"\ntest_idle_thread_reuse (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse) ... 0.00s ok\ntest_map (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map) ... 0.00s ok\ntest_map_exception (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception) ... 0.00s ok\ntest_map_submits_without_iteration (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration)\nTests verifying issue 11777. ... 0.00s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\ntest_max_workers_negative (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative) ... 0.00s ok\ntest_no_stale_references (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_no_stale_references) ... 0.00s ok\ntest_process_fork_from_a_threadpool (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_process_fork_from_a_threadpool) ... 0.00s ok\ntest_saturation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation) ... 0.00s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... 0.00s ok\ntest_submit (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit) ... 0.00s ok\ntest_submit_keyword (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit_keyword) ... 0.00s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.00s ok\n\n----------------------------------------------------------------------\nRan 17 tests in 0.062s\n\nOK (skipped=2)\n0:00:24 load avg: 0.41 [ 36/480] test.test_asyncio.test_tasks passed\nPASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop)\nPASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_implicit)\nPASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_with_implicit_loop)\nPASS: test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task)\nPASS: test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_failure)\nPASS: test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task)\nPASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure1)\nPASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure2)\nPASS: test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_1)\nPASS: test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_2)\nPASS: test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_3)\nPASS: test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task)\nPASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_not_registered)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_del__log_destroy_pending_segfault)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nSKIP: test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_refleaks_in_task___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_exception_causes_invalid_state)\nPASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_result_causes_invalid_state)\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests.test_foobar)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests.test_cancellation_broadcast)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_without_loop)\nPASS: test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests.test_duplicate_coroutines)\nPASS: test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests.test_env_var_debug)\nPASS: test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests.test_exception_marking)\nPASS: test_issue46672 (test.test_asyncio.test_tasks.CoroutineGatherTests.test_issue46672)\nPASS: test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests.test_one_exception)\nPASS: test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_result_exception_success)\nPASS: test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests.test_return_exceptions)\nPASS: test_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_success)\nPASS: test_constructor_empty_sequence_use_global_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_global_loop)\nPASS: test_constructor_empty_sequence_use_running_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_running_loop)\nPASS: test_constructor_empty_sequence_without_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_without_loop)\nPASS: test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_heterogenous_futures)\nPASS: test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_homogenous_futures)\nPASS: test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests.test_env_var_debug)\nPASS: test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_one_cancellation)\nPASS: test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests.test_one_exception)\nPASS: test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_one_cancellation)\nPASS: test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_success)\nPASS: test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests.test_return_exceptions)\nPASS: test_success (test.test_asyncio.test_tasks.FutureGatherTests.test_success)\nPASS: test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests.test_asyncio_module_compiled)\nPASS: test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests.test_future_subclass)\nPASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop)\nPASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_implicit)\nPASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_with_implicit_loop)\nPASS: test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task)\nPASS: test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_failure)\nPASS: test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task)\nPASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure1)\nPASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure2)\nPASS: test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_1)\nPASS: test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_2)\nPASS: test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_3)\nPASS: test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task)\nPASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_not_registered)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_exception_causes_invalid_state)\nPASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_result_causes_invalid_state)\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)\ntest_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe)\nPASS: Test coroutine submission from a thread to an event loop.\ntest_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_cancelled)\nPASS: Test coroutine submission from a thread to an event loop\ntest_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_factory_exception)\nPASS: Test coroutine submission from a thread to an event loop\ntest_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_exception)\nPASS: Test coroutine submission from a thread to an event loop\ntest_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_timeout)\nPASS: Test coroutine submission from a thread to an event loop\nPASS: test_sleep_zero (test.test_asyncio.test_tasks.SleepTests.test_sleep_zero)\n\n----------------------------------------------------------------------\nRan 985 tests in 14.285s\n\nOK (skipped=1)\n0:00:24 load avg: 0.41 [ 37/480] test.test_future_stmt.test_future passed\nPASS: test_annotation_with_complex_target (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotation_with_complex_target)\nPASS: test_annotations (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations)\nPASS: test_annotations_forbidden (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_forbidden)\nPASS: test_annotations_symbol_table_pass (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_symbol_table_pass)\nPASS: test_fstring_debug_annotations (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_fstring_debug_annotations)\nPASS: test_get_type_hints_on_func_with_variadic_arg (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_get_type_hints_on_func_with_variadic_arg)\nPASS: test_infinity_numbers (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_infinity_numbers)\nPASS: test_ensure_flags_dont_clash (test.test_future_stmt.test_future.FutureTest.test_ensure_flags_dont_clash)\nPASS: test_future_dotted_import (test.test_future_stmt.test_future.FutureTest.test_future_dotted_import)\nPASS: test_future_import_braces (test.test_future_stmt.test_future.FutureTest.test_future_import_braces)\nPASS: test_future_import_not_on_top (test.test_future_stmt.test_future.FutureTest.test_future_import_not_on_top)\nPASS: test_future_import_star (test.test_future_stmt.test_future.FutureTest.test_future_import_star)\nPASS: test_future_import_with_extra_string (test.test_future_stmt.test_future.FutureTest.test_future_import_with_extra_string)\nPASS: test_future_multiple_features (test.test_future_stmt.test_future.FutureTest.test_future_multiple_features)\nPASS: test_future_multiple_imports (test.test_future_stmt.test_future.FutureTest.test_future_multiple_imports)\nPASS: test_future_single_import (test.test_future_stmt.test_future.FutureTest.test_future_single_import)\nPASS: test_import_nested_scope_twice (test.test_future_stmt.test_future.FutureTest.test_import_nested_scope_twice)\nPASS: test_module_with_future_import_not_on_top (test.test_future_stmt.test_future.FutureTest.test_module_with_future_import_not_on_top)\nPASS: test_multiple_import_statements_on_same_line (test.test_future_stmt.test_future.FutureTest.test_multiple_import_statements_on_same_line)\nPASS: test_nested_scope (test.test_future_stmt.test_future.FutureTest.test_nested_scope)\nPASS: test_syntactical_future_repl (test.test_future_stmt.test_future.FutureTest.test_syntactical_future_repl)\nPASS: test_unicode_literals_exec (test.test_future_stmt.test_future.FutureTest.test_unicode_literals_exec)\nPASS: test_unknown_future_flag (test.test_future_stmt.test_future.FutureTest.test_unknown_future_flag)\n\n----------------------------------------------------------------------\nRan 23 tests in 0.100s\n\nOK\n0:00:24 load avg: 0.41 [ 38/480] test.test_future_stmt.test_future_flags passed\nPASS: test_attributes (test.test_future_stmt.test_future_flags.FutureTest.test_attributes)\nPASS: test_names (test.test_future_stmt.test_future_flags.FutureTest.test_names)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 39/480] test.test_future_stmt.test_future_multiple_features passed\nPASS: test_print_function (test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_print_function)\nPASS: test_unicode_literals (test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_unicode_literals)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 40/480] test.test_future_stmt.test_future_multiple_imports passed\nPASS: test_unicode_literals (test.test_future_stmt.test_future_multiple_imports.Tests.test_unicode_literals)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 41/480] test.test_future_stmt.test_future_single_import passed\nPASS: test_floor_div_operator (test.test_future_stmt.test_future_single_import.TestFuture.test_floor_div_operator)\nPASS: test_nested_scopes (test.test_future_stmt.test_future_single_import.TestFuture.test_nested_scopes)\nPASS: test_true_div_as_default (test.test_future_stmt.test_future_single_import.TestFuture.test_true_div_as_default)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 42/480] test.test_gdb.test_backtrace skipped\ntest.test_gdb.test_backtrace skipped -- test_gdb only works on source builds at the moment.\n0:00:24 load avg: 0.41 [ 43/480] test.test_gdb.test_cfunction skipped\ntest.test_gdb.test_cfunction skipped -- test_gdb only works on source builds at the moment.\n0:00:25 load avg: 0.41 [ 44/480] test.test_gdb.test_cfunction_full skipped\ntest.test_gdb.test_cfunction_full skipped -- test_gdb only works on source builds at the moment.\n0:00:25 load avg: 0.41 [ 45/480] test.test_gdb.test_misc skipped\ntest.test_gdb.test_misc skipped -- test_gdb only works on source builds at the moment.\n0:00:25 load avg: 0.41 [ 46/480] test.test_gdb.test_pretty_print skipped\ntest.test_gdb.test_pretty_print skipped -- test_gdb only works on source builds at the moment.\n0:00:26 load avg: 0.41 [ 47/480] test.test_inspect.test_inspect passed\nPASS: test__all__ (test.test_inspect.test_inspect.IsTestBase.test__all__)\nPASS: test_class_async_method (test.test_inspect.test_inspect.TestBlockComments.test_class_async_method)\nPASS: test_class_method (test.test_inspect.test_inspect.TestBlockComments.test_class_method)\nPASS: test_toplevel_class (test.test_inspect.test_inspect.TestBlockComments.test_toplevel_class)\nPASS: test_signature_bound_arguments_apply_defaults (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_apply_defaults)\nPASS: test_signature_bound_arguments_arguments_type (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_arguments_type)\nPASS: test_signature_bound_arguments_equality (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_equality)\nPASS: test_signature_bound_arguments_pickle (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_pickle)\nPASS: test_signature_bound_arguments_repr (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_repr)\nPASS: test_signature_bound_arguments_unhashable (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_unhashable)\nPASS: test_class_decorator (test.test_inspect.test_inspect.TestBuggyCases.test_class_decorator)\nPASS: test_class_definition_in_multiline_comment (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_comment)\nPASS: test_class_definition_in_multiline_string_definition (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_string_definition)\nPASS: test_class_definition_same_name_diff_methods (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_same_name_diff_methods)\nPASS: test_class_inside_conditional (test.test_inspect.test_inspect.TestBuggyCases.test_class_inside_conditional)\nPASS: test_class_with_method_from_other_module (test.test_inspect.test_inspect.TestBuggyCases.test_class_with_method_from_other_module)\nPASS: test_findsource_binary (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_binary)\nPASS: test_findsource_code_in_linecache (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_code_in_linecache)\nPASS: test_findsource_on_class_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_class_with_out_of_bounds_lineno)\nPASS: test_findsource_on_func_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_func_with_out_of_bounds_lineno)\nPASS: test_findsource_without_filename (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_without_filename)\nPASS: test_getsource_on_class_code_object (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_class_code_object)\nPASS: test_getsource_on_method (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_method)\nPASS: test_method_in_dynamic_class (test.test_inspect.test_inspect.TestBuggyCases.test_method_in_dynamic_class)\nPASS: test_multiline_sig (test.test_inspect.test_inspect.TestBuggyCases.test_multiline_sig)\nPASS: test_multiple_children_classes (test.test_inspect.test_inspect.TestBuggyCases.test_multiple_children_classes)\nPASS: test_nested_class (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class)\nPASS: test_nested_class_definition (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition)\nPASS: test_nested_class_definition_indented_string (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_indented_string)\nPASS: test_nested_class_definition_inside_async_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_async_function)\nPASS: test_nested_class_definition_inside_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_function)\nPASS: test_nested_func (test.test_inspect.test_inspect.TestBuggyCases.test_nested_func)\nPASS: test_one_liner_dedent_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_dedent_non_name)\nPASS: test_one_liner_followed_by_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_followed_by_non_name)\nPASS: test_with_comment (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment)\nPASS: test_with_comment_instead_of_docstring (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment_instead_of_docstring)\nPASS: test_argspec_api_ignores_wrapped (test.test_inspect.test_inspect.TestClassesAndFunctions.test_argspec_api_ignores_wrapped)\nPASS: test_classify_DynamicClassAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_DynamicClassAttribute)\nPASS: test_classify_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute)\nPASS: test_classify_VirtualAttribute_multi_classes (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_multi_classes)\nPASS: test_classify_builtin_types (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_builtin_types)\nPASS: test_classify_class_attrs_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_class_attrs_with_buggy_dir)\nPASS: test_classify_metaclass_class_attribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_metaclass_class_attribute)\nPASS: test_classify_newstyle (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_newstyle)\nPASS: test_classify_overrides_bool (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_overrides_bool)\nPASS: test_get_annotations_with_stock_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stock_annotations)\nPASS: test_get_annotations_with_stringized_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stringized_annotations)\nPASS: test_getfullargspec (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec)\nPASS: test_getfullargspec_builtin_func (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func)\nPASS: test_getfullargspec_builtin_func_no_signature (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_no_signature)\nPASS: test_getfullargspec_builtin_methods (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_methods)\nPASS: test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_definition_order_preserved_on_kwonly)\nPASS: test_getfullargspec_signature_annos (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_annos)\nPASS: test_getfullargspec_signature_attr (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_attr)\nPASS: test_getmembers_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_VirtualAttribute)\nPASS: test_getmembers_custom_broken_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_broken_dir)\nPASS: test_getmembers_custom_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_dir)\nPASS: test_getmembers_custom_duplicated_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_duplicated_dir)\nPASS: test_getmembers_descriptors (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_descriptors)\nPASS: test_getmembers_method (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_method)\nPASS: test_getmembers_static (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_static)\nPASS: test_getmembers_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_with_buggy_dir)\nPASS: test_newstyle_mro (test.test_inspect.test_inspect.TestClassesAndFunctions.test_newstyle_mro)\nPASS: test_pep695_generic_class_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations)\nPASS: test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_and_local_shadowing)\nPASS: test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_function_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations)\nPASS: test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_method_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations)\nPASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars)\nPASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generics_with_future_annotations_nested_in_function (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generics_with_future_annotations_nested_in_function)\nPASS: test_parens_in_decorator (test.test_inspect.test_inspect.TestComplexDecorator.test_parens_in_decorator)\nPASS: test_decorator_with_lambda (test.test_inspect.test_inspect.TestDecorators.test_decorator_with_lambda)\nPASS: test_getsource_unwrap (test.test_inspect.test_inspect.TestDecorators.test_getsource_unwrap)\nPASS: test_replacing_decorator (test.test_inspect.test_inspect.TestDecorators.test_replacing_decorator)\nPASS: test_wrapped_decorator (test.test_inspect.test_inspect.TestDecorators.test_wrapped_decorator)\nPASS: test_typing_replacement (test.test_inspect.test_inspect.TestFormatAnnotation.test_typing_replacement)\nPASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_exhaustion)\nPASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_immediate_exception)\nPASS: test_created (test.test_inspect.test_inspect.TestGetAsyncGenState.test_created)\nPASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetAsyncGenState.test_easy_debugging)\nPASS: test_getasyncgenlocals (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals)\nPASS: test_getasyncgenlocals_empty (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_empty)\nPASS: test_getasyncgenlocals_error (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_error)\nPASS: test_running (test.test_inspect.test_inspect.TestGetAsyncGenState.test_running)\nPASS: test_suspended (test.test_inspect.test_inspect.TestGetAsyncGenState.test_suspended)\nPASS: test_attribute_same_name_as_global_var (test.test_inspect.test_inspect.TestGetClosureVars.test_attribute_same_name_as_global_var)\nPASS: test_builtins_as_dict (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_dict)\nPASS: test_builtins_as_module (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_module)\nPASS: test_builtins_fallback (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_fallback)\nPASS: test_generator_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_generator_closure)\nPASS: test_getclosurevars_empty (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_empty)\nPASS: test_getclosurevars_error (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_error)\nPASS: test_method_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_method_closure)\nPASS: test_name_resolution (test.test_inspect.test_inspect.TestGetClosureVars.test_name_resolution)\nPASS: test_nonlocal_vars (test.test_inspect.test_inspect.TestGetClosureVars.test_nonlocal_vars)\nPASS: test_closed_after_close (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_close)\nPASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_exhaustion)\nPASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_immediate_exception)\nPASS: test_created (test.test_inspect.test_inspect.TestGetCoroutineState.test_created)\nPASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetCoroutineState.test_easy_debugging)\nPASS: test_getcoroutinelocals (test.test_inspect.test_inspect.TestGetCoroutineState.test_getcoroutinelocals)\nPASS: test_suspended (test.test_inspect.test_inspect.TestGetCoroutineState.test_suspended)\nPASS: test_closed_after_close (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_close)\nPASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_exhaustion)\nPASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_immediate_exception)\nPASS: test_created (test.test_inspect.test_inspect.TestGetGeneratorState.test_created)\nPASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetGeneratorState.test_easy_debugging)\nPASS: test_getgeneratorlocals (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals)\nPASS: test_getgeneratorlocals_empty (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_empty)\nPASS: test_getgeneratorlocals_error (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_error)\nPASS: test_running (test.test_inspect.test_inspect.TestGetGeneratorState.test_running)\nPASS: test_suspended (test.test_inspect.test_inspect.TestGetGeneratorState.test_suspended)\nPASS: test_basic (test.test_inspect.test_inspect.TestGetattrStatic.test_basic)\nPASS: test_cache_does_not_cause_classes_to_persist (test.test_inspect.test_inspect.TestGetattrStatic.test_cache_does_not_cause_classes_to_persist)\nPASS: test_classAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classAttribute)\nPASS: test_classVirtualAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classVirtualAttribute)\nPASS: test_class_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_class_as_property)\nPASS: test_custom___getattr__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattr__)\nPASS: test_custom___getattribute__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattribute__)\nPASS: test_custom_object_dict (test.test_inspect.test_inspect.TestGetattrStatic.test_custom_object_dict)\nPASS: test_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor)\nPASS: test_descriptor_raises_AttributeError (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor_raises_AttributeError)\nPASS: test_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_dict_as_property)\nPASS: test_inherited (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited)\nPASS: test_inherited_classattribute (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_classattribute)\nPASS: test_inherited_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_slots)\nPASS: test_instance_attr (test.test_inspect.test_inspect.TestGetattrStatic.test_instance_attr)\nPASS: test_metaclass (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass)\nPASS: test_metaclass_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_dict_as_property)\nPASS: test_metaclass_with_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_descriptor)\nPASS: test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_metaclass_with_dict_as_property)\nPASS: test_module (test.test_inspect.test_inspect.TestGetattrStatic.test_module)\nPASS: test_mro_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_mro_as_property)\nPASS: test_mutated_mro (test.test_inspect.test_inspect.TestGetattrStatic.test_mutated_mro)\nPASS: test_no_dict_no_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots)\nPASS: test_no_dict_no_slots_instance_member (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots_instance_member)\nPASS: test_property (test.test_inspect.test_inspect.TestGetattrStatic.test_property)\nPASS: test_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_slots)\nPASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_errors)\nPASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_keyword_only)\nPASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_multiple_features)\nPASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_plain)\nPASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varargs)\nPASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw)\nPASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw_only)\nPASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsMethods.test_errors)\nPASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_keyword_only)\nPASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsMethods.test_multiple_features)\nPASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsMethods.test_plain)\nPASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varargs)\nPASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw)\nPASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw_only)\nPASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_errors)\nPASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_keyword_only)\nPASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_multiple_features)\nPASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_plain)\nPASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varargs)\nPASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw)\nPASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw_only)\nPASS: test_getclasses_interactive (test.test_inspect.test_inspect.TestGetsourceInteractive.test_getclasses_interactive)\nPASS: test_getsource_stdlib_abc (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_abc)\nPASS: test_getsource_stdlib_collections_abc (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_collections_abc)\nPASS: test_getsource_stdlib_decimal (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_decimal)\nPASS: test_getsource_stdlib_tomllib (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_tomllib)\nPASS: test_range_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_toplevel_frame)\nPASS: test_range_traceback_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_traceback_toplevel_frame)\nPASS: test__all__ (test.test_inspect.test_inspect.TestInterpreterStack.test__all__)\nPASS: test_abuse_done (test.test_inspect.test_inspect.TestInterpreterStack.test_abuse_done)\nPASS: test_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_frame)\nPASS: test_previous_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_previous_frame)\nPASS: test_stack (test.test_inspect.test_inspect.TestInterpreterStack.test_stack)\nPASS: test_trace (test.test_inspect.test_inspect.TestInterpreterStack.test_trace)\nPASS: test_custom_descriptors (test.test_inspect.test_inspect.TestIsDataDescriptor.test_custom_descriptors)\nPASS: test_functions (test.test_inspect.test_inspect.TestIsDataDescriptor.test_functions)\nPASS: test_property (test.test_inspect.test_inspect.TestIsDataDescriptor.test_property)\nPASS: test_slot (test.test_inspect.test_inspect.TestIsDataDescriptor.test_slot)\nPASS: test_builtin_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_builtin_descriptors)\nPASS: test_custom_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_custom_descriptors)\nPASS: test_descriptor_being_a_class (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_descriptor_being_a_class)\nPASS: test_non_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_non_descriptors)\nPASS: test_builtins (test.test_inspect.test_inspect.TestMain.test_builtins)\nPASS: test_custom_getattr (test.test_inspect.test_inspect.TestMain.test_custom_getattr)\nPASS: test_details (test.test_inspect.test_inspect.TestMain.test_details)\nPASS: test_only_source (test.test_inspect.test_inspect.TestMain.test_only_source)\nPASS: test_qualname_source (test.test_inspect.test_inspect.TestMain.test_qualname_source)\nPASS: test_class (test.test_inspect.test_inspect.TestNoEOL.test_class)\nPASS: test_anonymous (test.test_inspect.test_inspect.TestOneliners.test_anonymous)\nPASS: test_dataclass (test.test_inspect.test_inspect.TestOneliners.test_dataclass)\nPASS: test_enum (test.test_inspect.test_inspect.TestOneliners.test_enum)\nPASS: test_lambda_in_list (test.test_inspect.test_inspect.TestOneliners.test_lambda_in_list)\nPASS: test_manyargs (test.test_inspect.test_inspect.TestOneliners.test_manyargs)\nPASS: test_namedtuple (test.test_inspect.test_inspect.TestOneliners.test_namedtuple)\nPASS: test_nested_lambda (test.test_inspect.test_inspect.TestOneliners.test_nested_lambda)\nPASS: test_oneline_lambda (test.test_inspect.test_inspect.TestOneliners.test_oneline_lambda)\nPASS: test_onelinefunc (test.test_inspect.test_inspect.TestOneliners.test_onelinefunc)\nPASS: test_parenthesized_multiline_lambda (test.test_inspect.test_inspect.TestOneliners.test_parenthesized_multiline_lambda)\nPASS: test_post_line_parenthesized_lambda (test.test_inspect.test_inspect.TestOneliners.test_post_line_parenthesized_lambda)\nPASS: test_threeline_lambda (test.test_inspect.test_inspect.TestOneliners.test_threeline_lambda)\nPASS: test_twoline_indented_lambda (test.test_inspect.test_inspect.TestOneliners.test_twoline_indented_lambda)\nPASS: test_twolinefunc (test.test_inspect.test_inspect.TestOneliners.test_twolinefunc)\nPASS: test_typeddict (test.test_inspect.test_inspect.TestOneliners.test_typeddict)\nPASS: test_signature_parameter_equality (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_equality)\nPASS: test_signature_parameter_hashable (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_hashable)\nPASS: test_signature_parameter_immutability (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_immutability)\nPASS: test_signature_parameter_implicit (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_implicit)\nPASS: test_signature_parameter_kinds (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_kinds)\nPASS: test_signature_parameter_object (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_object)\nPASS: test_signature_parameter_positional_only (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_positional_only)\nPASS: test_signature_parameter_replace (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_replace)\nPASS: test__all__ (test.test_inspect.test_inspect.TestPredicates.test__all__)\nPASS: test_excluding_predicates (test.test_inspect.test_inspect.TestPredicates.test_excluding_predicates)\nPASS: test_get_slot_members (test.test_inspect.test_inspect.TestPredicates.test_get_slot_members)\nPASS: test_isabstract (test.test_inspect.test_inspect.TestPredicates.test_isabstract)\nPASS: test_isabstract_during_init_subclass (test.test_inspect.test_inspect.TestPredicates.test_isabstract_during_init_subclass)\nPASS: test_isawaitable (test.test_inspect.test_inspect.TestPredicates.test_isawaitable)\nPASS: test_isclass (test.test_inspect.test_inspect.TestPredicates.test_isclass)\nPASS: test_iscoroutine (test.test_inspect.test_inspect.TestPredicates.test_iscoroutine)\nPASS: test_isroutine (test.test_inspect.test_inspect.TestPredicates.test_isroutine)\nPASS: test_isroutine_singledispatch (test.test_inspect.test_inspect.TestPredicates.test_isroutine_singledispatch)\nPASS: test_getsource_reload (test.test_inspect.test_inspect.TestReload.test_getsource_reload)\nPASS: test_getsource (test.test_inspect.test_inspect.TestRepl.test_getsource)\nPASS: test_c_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_c_cleandoc)\nPASS: test_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_cleandoc)\nPASS: test_finddoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_finddoc)\nPASS: test_getclasses (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getclasses)\nPASS: test_getcomments (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getcomments)\nPASS: test_getdoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc)\nPASS: test_getdoc_inherited (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc_inherited)\nPASS: test_getfile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile)\nPASS: test_getfile_broken_repr (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_broken_repr)\nPASS: test_getfile_builtin_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_class)\nPASS: test_getfile_builtin_function_or_method (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_function_or_method)\nPASS: test_getfile_builtin_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_module)\nPASS: test_getfile_class_without_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_class_without_module)\nPASS: test_getframeinfo_get_first_line (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getframeinfo_get_first_line)\nPASS: test_getfunctions (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfunctions)\nPASS: test_getmodule (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule)\nPASS: test_getmodule_file_not_found (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_file_not_found)\nPASS: test_getmodule_recursion (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_recursion)\nPASS: test_getsource (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource)\nPASS: test_getsource_empty_file (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_empty_file)\nPASS: test_getsource_on_class_without_firstlineno (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_class_without_firstlineno)\nPASS: test_getsource_on_code_object (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_code_object)\nPASS: test_getsource_on_generated_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_generated_class)\nPASS: test_getsourcefile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsourcefile)\ntest_proceed_with_fake_filename (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_proceed_with_fake_filename)\nPASS: doctest monkeypatches linecache to enable inspection\nPASS: test_signature_bind_args_and_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_kwargs)\nPASS: test_signature_bind_args_and_varargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_varargs)\nPASS: test_signature_bind_arguments (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_arguments)\nPASS: test_signature_bind_empty (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_empty)\nPASS: test_signature_bind_implicit_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_implicit_arg)\nPASS: test_signature_bind_just_args (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_args)\nPASS: test_signature_bind_just_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_kwargs)\nPASS: test_signature_bind_kwonly (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_kwonly)\nPASS: test_signature_bind_positional_only (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_positional_only)\nPASS: test_signature_bind_posonly_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_posonly_kwargs)\nPASS: test_signature_bind_var (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_var)\nPASS: test_signature_bind_vararg_name (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_vararg_name)\nPASS: test_signature_bind_varargs_order (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_varargs_order)\nPASS: test_signature_bind_with_self_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_with_self_arg)\nPASS: test_abc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_abc_module_has_signatures)\nPASS: test_atexit_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_atexit_module_has_signatures)\nPASS: test_base_class_have_text_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_base_class_have_text_signature)\nPASS: test_builtins_have_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_builtins_have_signatures)\nPASS: test_codecs_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_codecs_module_has_signatures)\nPASS: test_collections_abc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_abc_module_has_signatures)\nPASS: test_collections_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_module_has_signatures)\nPASS: test_errno_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_errno_module_has_signatures)\nPASS: test_faulthandler_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_faulthandler_module_has_signatures)\nPASS: test_functools_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_functools_module_has_signatures)\nPASS: test_gc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_gc_module_has_signatures)\nPASS: test_io_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_io_module_has_signatures)\nPASS: test_itertools_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_itertools_module_has_signatures)\nPASS: test_locale_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_locale_module_has_signatures)\nPASS: test_marshal_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_marshal_module_has_signatures)\nPASS: test_operator_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_operator_module_has_signatures)\nPASS: test_os_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_os_module_has_signatures)\nPASS: test_pwd_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_pwd_module_has_signatures)\nPASS: test_python_function_override_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_python_function_override_signature)\nPASS: test_re_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_re_module_has_signatures)\nPASS: test_signal_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_signal_module_has_signatures)\nPASS: test_stat_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_stat_module_has_signatures)\nPASS: test_string_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_string_module_has_signatures)\nPASS: test_symtable_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_symtable_module_has_signatures)\nPASS: test_sys_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_sys_module_has_signatures)\nPASS: test_sysconfig_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_sysconfig_module_has_signatures)\nPASS: test_thread_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_thread_module_has_signatures)\nPASS: test_threading_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_threading_module_has_signatures)\nPASS: test_time_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_time_module_has_signatures)\nPASS: test_tokenize_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_tokenize_module_has_signatures)\nPASS: test_tracemalloc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_tracemalloc_module_has_signatures)\nPASS: test_types_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_types_module_has_signatures)\nPASS: test_typing_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_typing_module_has_signatures)\nPASS: test_warnings_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_warnings_module_has_signatures)\nPASS: test_weakref_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_weakref_module_has_signatures)\nPASS: test_signater_parameters_is_ordered (test.test_inspect.test_inspect.TestSignatureObject.test_signater_parameters_is_ordered)\nPASS: test_signature_annotations_with_local_namespaces (test.test_inspect.test_inspect.TestSignatureObject.test_signature_annotations_with_local_namespaces)\nPASS: test_signature_as_callable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_callable)\nPASS: test_signature_as_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_str)\nPASS: test_signature_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_definition_order_preserved_on_kwonly)\nPASS: test_signature_equality (test.test_inspect.test_inspect.TestSignatureObject.test_signature_equality)\nPASS: test_signature_eval_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_eval_str)\nPASS: test_signature_format (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format)\nPASS: test_signature_format_all_arg_types (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format_all_arg_types)\nPASS: test_signature_from_callable_builtin_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_builtin_obj)\nPASS: test_signature_from_callable_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_class)\nPASS: test_signature_from_callable_python_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_python_obj)\nPASS: test_signature_from_functionlike_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_functionlike_object)\nPASS: test_signature_functionlike_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_functionlike_class)\nPASS: test_signature_hashable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_hashable)\nPASS: test_signature_immutability (test.test_inspect.test_inspect.TestSignatureObject.test_signature_immutability)\nPASS: test_signature_none_annotation (test.test_inspect.test_inspect.TestSignatureObject.test_signature_none_annotation)\nPASS: test_signature_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object)\nPASS: test_signature_object_pickle (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object_pickle)\nPASS: test_signature_on_builtin_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtin_class)\nPASS: test_signature_on_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins)\nPASS: test_signature_on_builtins_no_signature (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins_no_signature)\nPASS: test_signature_on_callable_objects (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects)\nPASS: test_signature_on_callable_objects_with_text_signature_attr (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects_with_text_signature_attr)\nPASS: test_signature_on_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class)\nPASS: test_signature_on_class_with_decorated_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_decorated_new)\nPASS: test_signature_on_class_with_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_init)\nPASS: test_signature_on_class_with_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_new)\nPASS: test_signature_on_class_without_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_without_init)\nPASS: test_signature_on_classmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_classmethod)\nPASS: test_signature_on_complex_args (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_complex_args)\nPASS: test_signature_on_decorated (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated)\nPASS: test_signature_on_decorated_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated_builtins)\nPASS: test_signature_on_derived_classes (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_derived_classes)\nPASS: test_signature_on_fake_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_fake_partialmethod)\nPASS: test_signature_on_generic_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_generic_subclass)\nPASS: test_signature_on_lambdas (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_lambdas)\nPASS: test_signature_on_mangled_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mangled_parameters)\nPASS: test_signature_on_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_method)\nPASS: test_signature_on_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mocks)\nPASS: test_signature_on_noarg (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noarg)\nPASS: test_signature_on_non_comparable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_comparable)\nPASS: test_signature_on_non_function (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_function)\nPASS: test_signature_on_noncallable_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noncallable_mocks)\nPASS: test_signature_on_partial (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partial)\nPASS: test_signature_on_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partialmethod)\nPASS: test_signature_on_staticmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_staticmethod)\nPASS: test_signature_on_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_subclass)\nPASS: test_signature_on_wargs (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wargs)\nPASS: test_signature_on_wkwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wkwonly)\nPASS: test_signature_on_wrapper (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wrapper)\nPASS: test_signature_parsing_with_defaults (test.test_inspect.test_inspect.TestSignatureObject.test_signature_parsing_with_defaults)\nPASS: test_signature_replace_anno (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_anno)\nPASS: test_signature_replace_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_parameters)\nPASS: test_signature_replaced (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replaced)\nPASS: test_signature_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str)\nPASS: test_signature_str_positional_only (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str_positional_only)\nPASS: test_signature_without_self (test.test_inspect.test_inspect.TestSignatureObject.test_signature_without_self)\nPASS: test_signature_wrapped_bound_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_wrapped_bound_method)\nPASS: test_signature_strip_non_python_syntax (test.test_inspect.test_inspect.TestSignaturePrivateHelpers.test_signature_strip_non_python_syntax)\nPASS: test_cycle (test.test_inspect.test_inspect.TestUnwrap.test_cycle)\nPASS: test_recursion_limit (test.test_inspect.test_inspect.TestUnwrap.test_recursion_limit)\nPASS: test_stop (test.test_inspect.test_inspect.TestUnwrap.test_stop)\nPASS: test_unhashable (test.test_inspect.test_inspect.TestUnwrap.test_unhashable)\nPASS: test_unwrap_one (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_one)\nPASS: test_unwrap_several (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_several)\nPASS: test_wrapped_descriptor (test.test_inspect.test_inspect.TestUnwrap.test_wrapped_descriptor)\n\n----------------------------------------------------------------------\nRan 364 tests in 0.733s\n\nOK\n0:00:26 load avg: 0.41 [ 48/480] test.test_concurrent_futures.test_wait passed\ntest_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_20369) ... 0.02s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_all_completed) ... 0.01s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed) ... 0.02s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed_some_already_completed) ... 0.01s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception) ... 0.02s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_one_already_failed) ... 0.01s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_some_already_complete) ... 0.01s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_timeout) ... 0.07s ok\ntest_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_20369) ... 0.17s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_all_completed) ... 0.10s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed) ... 0.10s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed_some_already_completed) ... 0.09s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception) ... 0.12s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_one_already_failed) ... 0.09s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_some_already_complete) ... 0.09s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_timeout) ... 0.10s ok\ntest_20369 (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_20369) ... 0.15s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_all_completed) ... 0.20s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed) ... 0.19s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed_some_already_completed) ... 0.17s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception) ... 0.32s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_one_already_failed) ... 0.16s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_some_already_complete) ... 0.18s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_timeout) ... 0.15s ok\ntest_20369 (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_20369) ... 0.00s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_all_completed) ... 0.00s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed) ... 0.00s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed_some_already_completed) ... 0.00s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception) ... 0.00s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_one_already_failed) ... 0.00s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_some_already_complete) ... 0.00s ok\ntest_pending_calls_race (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_pending_calls_race) ... 0.00s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_timeout) ... 0.05s ok\n\n----------------------------------------------------------------------\nRan 33 tests in 2.645s\n\nOK\n0:00:29 load avg: 0.78 [ 49/480] test.test_concurrent_futures.test_process_pool passed\ntest_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_free_reference) ... 0.07s ok\nSKIP: test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_multiple) 'Incompatible with the fork start method.'\nSKIP: 0.01s test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_one) 'Incompatible with the fork start method.'\n0.01s test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_killed_child) ... 0.02s ok\ntest_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map) ... 0.02s ok\ntest_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_chunksize) ... 0.02s ok\ntest_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_exception) ... 0.03s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\nSKIP: test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_early_shutdown) 'Incompatible with the fork start method.'\n0.01s test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.00s ok\ntest_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.00s ok\ntest_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_negative) ... 0.01s ok\nSKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'\ntest_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_no_stale_references) ... 0.01s ok\ntest_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_python_finalization_error) ... 0.01s ok\ntest_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.05s ok\ntest_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_saturation) ... 0.03s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.06s ok\ntest_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit) ... 0.01s ok\ntest_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit_keyword) ... 0.01s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.01s ok\ntest_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_traceback) ... 0.01s ok\ntest_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_free_reference) ... 0.19s ok\ntest_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.14s ok\ntest_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.08s ok\ntest_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_killed_child) ... 0.05s ok\ntest_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map) ... 0.14s ok\ntest_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_chunksize) ... 0.10s ok\ntest_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_exception) ... 0.10s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\ntest_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.18s ok\ntest_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.12s ok\ntest_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.04s ok\ntest_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_negative) ... 0.04s ok\nSKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'\ntest_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_no_stale_references) ... 0.09s ok\ntest_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_python_finalization_error) ... 0.05s ok\ntest_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.15s ok\ntest_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_saturation) ... 0.14s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.11s ok\ntest_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit) ... 0.09s ok\ntest_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit_keyword) ... 0.10s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.09s ok\ntest_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_traceback) ... 0.09s ok\ntest_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_free_reference) ... 0.32s ok\ntest_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.20s ok\ntest_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.16s ok\ntest_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child) ... 0.08s ok\ntest_map (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map) ... 0.21s ok\ntest_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize) ... 0.27s ok\ntest_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_exception) ... 0.18s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\ntest_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.32s ok\ntest_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.24s ok\ntest_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.08s ok\ntest_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_negative) ... 0.10s ok\nSKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'\ntest_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_no_stale_references) ... 0.19s ok\ntest_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_python_finalization_error) ... 0.09s ok\ntest_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.27s ok\ntest_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_saturation) ... 0.22s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.18s ok\ntest_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit) ... 0.16s ok\ntest_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit_keyword) ... 0.14s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.19s ok\ntest_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_traceback) ... 0.16s ok\n\n----------------------------------------------------------------------\nRan 66 tests in 6.298s\n\nOK (skipped=9)\n0:00:29 load avg: 0.78 [ 50/480] test.test_concurrent_futures.test_as_completed passed\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... 0.01s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... 2.01s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... 0.09s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.01s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_no_timeout) ... 0.01s ok\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... 0.10s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... 2.14s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... 0.15s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.13s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... 0.13s ok\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... 0.08s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... 2.22s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... 0.15s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.18s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... 0.23s ok\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures) ... 2.00s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... 0.08s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.00s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout) ... 0.00s ok\n\n----------------------------------------------------------------------\nRan 20 tests in 13.784s\n\nOK\n0:00:34 load avg: 0.80 [ 51/480] test.test_multiprocessing_fork.test_misc passed\nPASS: test_challengeresponse (test.test_multiprocessing_fork.test_misc.ChallengeResponseTest.test_challengeresponse)\nPASS: test__all__ (test.test_multiprocessing_fork.test_misc.MiscTestCase.test__all__)\nPASS: test_forked_thread_not_started (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_forked_thread_not_started)\nPASS: test_large_pool (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_large_pool)\nSKIP: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) \"start_method='fork', not 'spawn'; avoids redundant testing.\"\nPASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.test_misc.OtherTest.test_answer_challenge_auth_failure)\nPASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.test_misc.OtherTest.test_deliver_challenge_auth_failure)\nPASS: test_semlock_subclass (test.test_multiprocessing_fork.test_misc.SemLockTests.test_semlock_subclass)\nPASS: test_closefd (test.test_multiprocessing_fork.test_misc.TestCloseFds.test_closefd)\nPASS: test_flags (test.test_multiprocessing_fork.test_misc.TestFlags.test_flags)\nPASS: test_lock (test.test_multiprocessing_fork.test_misc.TestForkAwareThreadLock.test_lock)\nPASS: test_ignore (test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore)\nPASS: test_ignore_listener (test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore_listener)\nPASS: test_manager_initializer (test.test_multiprocessing_fork.test_misc.TestInitializers.test_manager_initializer)\nPASS: test_pool_initializer (test.test_multiprocessing_fork.test_misc.TestInitializers.test_pool_initializer)\nSKIP: test_only_run_in_spawn_testsuite (test.test_multiprocessing_fork.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) 'only run in test_multiprocessing_spawn.'\nPASS: test_invalid_family (test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family)\nSKIP: test_invalid_family_win32 (test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'\nPASS: test_invalid_handles (test.test_multiprocessing_fork.test_misc.TestInvalidHandle.test_invalid_handles)\nPASS: test_dispatch (test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_dispatch)\nPASS: test_queue_get (test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_queue_get)\nSKIP: test_global_named_resource_spawn (test.test_multiprocessing_fork.test_misc.TestNamedResource.test_global_named_resource_spawn) \"start_method='fork', not 'spawn'; spawn specific test.\"\nPASS: test_noforkbomb (test.test_multiprocessing_fork.test_misc.TestNoForkBomb.test_noforkbomb)\nPASS: test_release_unused_processes (test.test_multiprocessing_fork.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)\nPASS: test_resource_tracker (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker)\nPASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)\ntest_resource_tracker_exit_code (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_exit_code)\nPASS: Test the exit code of the resource tracker.\nPASS: test_resource_tracker_reused (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_reused)\nPASS: test_resource_tracker_sigint (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigint)\nPASS: test_resource_tracker_sigkill (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigkill)\nPASS: test_resource_tracker_sigterm (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigterm)\nPASS: test_too_long_name_resource (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_too_long_name_resource)\nPASS: test_close (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_close)\nPASS: test_closed (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_closed)\nPASS: test_empty (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty)\nPASS: test_empty_exceptions (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty_exceptions)\nPASS: test_context (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context)\nPASS: test_context_check_module_types (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context_check_module_types)\nPASS: test_get_all (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_get_all)\nSKIP: test_mixed_startmethod (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_mixed_startmethod) \"start_method='fork', not 'spawn'; avoids redundant testing.\"\nPASS: test_nested_startmethod (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_nested_startmethod)\nSKIP: test_preload_resources (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_preload_resources) \"test only relevant for 'forkserver' method\"\nPASS: test_set_get (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_set_get)\nPASS: test_flushing (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_flushing)\nPASS: test_pool_in_process (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)\nPASS: test_queue_in_process (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)\nPASS: test_array (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_array)\nPASS: test_barrier (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_barrier)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_bounded_semaphore)\nPASS: test_condition (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_condition)\nPASS: test_dict (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_dict)\nPASS: test_event (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_event)\nPASS: test_joinable_queue (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_joinable_queue)\nPASS: test_list (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_list)\nPASS: test_lock (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_lock)\nPASS: test_namespace (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_namespace)\nPASS: test_pool (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_pool)\nPASS: test_queue (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_queue)\nPASS: test_rlock (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_rlock)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_semaphore)\nPASS: test_value (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_value)\nPASS: test_timeout (test.test_multiprocessing_fork.test_misc.TestTimeouts.test_timeout)\nPASS: test_neg_timeout (test.test_multiprocessing_fork.test_misc.TestWait.test_neg_timeout)\nPASS: test_wait (test.test_multiprocessing_fork.test_misc.TestWait.test_wait)\nSKIP: test_wait_integer (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_integer) \"resource 'walltime' is not enabled\"\nPASS: test_wait_slow (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_slow)\nPASS: test_wait_socket (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket)\nPASS: test_wait_socket_slow (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket_slow)\nSKIP: test_wait_timeout (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_timeout) \"resource 'walltime' is not enabled\"\nPASS: test_import (test.test_multiprocessing_fork.test_misc._TestImportStar.test_import)\n\n----------------------------------------------------------------------\nRan 70 tests in 7.730s\n\nOK (skipped=8)\n0:00:34 load avg: 0.80 [ 52/480] test.test_multiprocessing_fork.test_manager passed\ntest_abort (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_single_thread)\nSKIP: test_thousand (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'\ntest_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor_timeout)\nPASS: test_dict (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict)\nPASS: test_dict_iter (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_iter)\nPASS: test_dict_proxy_nested (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_proxy_nested)\nPASS: test_list (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list)\nPASS: test_list_iter (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_iter)\nPASS: test_list_proxy_in_list (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_proxy_in_list)\nPASS: test_namespace (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_namespace)\nPASS: test_nested_queue (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_nested_queue)\nPASS: test_event (test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_repr)\nPASS: test_lock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'\nSKIP: test_repr_rlock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'\nPASS: test_rlock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_fork.test_manager.WithManagerTestManagerRestart.test_rapid_restart)\nPASS: test_mymanager (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager)\nPASS: test_mymanager_context (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context)\nPASS: test_mymanager_context_prestarted (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)\nPASS: test_apply (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_empty_iterable)\nSKIP: test_enter (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'\nPASS: test_imap (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap)\nSKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_imap_unordered (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered)\nSKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_make_pool (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_chunksize)\nSKIP: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_map_no_failfast (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_release_task_refs)\nSKIP: test_resource_warning (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'\nPASS: test_starmap (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_wrapped_exception)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'\nPASS: test_task_done (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_timeout)\nPASS: test_remote (test.test_multiprocessing_fork.test_manager.WithManagerTestRemoteManager.test_remote)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'\n\n----------------------------------------------------------------------\nRan 77 tests in 8.202s\n\nOK (skipped=12)\n0:00:42 load avg: 0.91 [ 53/480] test.test_multiprocessing_fork.test_threads passed\ntest_abort (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_duplex_false)\nSKIP: test_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'\nSKIP: test_large_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'\nSKIP: test_missing_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'\nSKIP: test_sendbytes (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'\nPASS: test_spawn_close (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_repr)\nPASS: test_issue14725 (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'\nSKIP: test_repr_rlock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'\nPASS: test_rlock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_fork.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)\nPASS: test_boundaries (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_strings)\nPASS: test_apply (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_no_failfast)\nSKIP: test_map_unplicklable (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'\nPASS: test_release_task_refs (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_wrapped_exception)\nSKIP: test_active_children (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'\nSKIP: test_close (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'\nPASS: test_cpu_count (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_cpu_count)\nSKIP: test_current (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'\nSKIP: test_daemon_argument (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'\nSKIP: test_kill (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'\nPASS: test_lose_target_ref (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nSKIP: test_parent_process (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'\nSKIP: test_parent_process_attributes (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'\nPASS: test_process (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process)\nSKIP: test_process_mainthread_native_id (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'\nPASS: test_recursion (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_recursion)\nSKIP: test_sentinel (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'\nSKIP: test_set_executable (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'\nSKIP: test_terminate (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'\nSKIP: test_wait_for_threads (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'\nPASS: test_task_done (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'\n\n----------------------------------------------------------------------\nRan 103 tests in 12.313s\n\nOK (skipped=28)\n0:00:44 load avg: 0.91 [ 54/480] test.test_multiprocessing_forkserver.test_misc passed\nPASS: test_challengeresponse (test.test_multiprocessing_forkserver.test_misc.ChallengeResponseTest.test_challengeresponse)\nPASS: test__all__ (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test__all__)\nSKIP: test_forked_thread_not_started (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_forked_thread_not_started) 'fork specific test'\nPASS: test_large_pool (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool)\nSKIP: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) \"start_method='forkserver', not 'spawn'; avoids redundant testing.\"\nPASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.test_misc.OtherTest.test_answer_challenge_auth_failure)\nPASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.test_misc.OtherTest.test_deliver_challenge_auth_failure)\nPASS: test_semlock_subclass (test.test_multiprocessing_forkserver.test_misc.SemLockTests.test_semlock_subclass)\nPASS: test_closefd (test.test_multiprocessing_forkserver.test_misc.TestCloseFds.test_closefd)\nPASS: test_flags (test.test_multiprocessing_forkserver.test_misc.TestFlags.test_flags)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_misc.TestForkAwareThreadLock.test_lock)\nPASS: test_ignore (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore)\nPASS: test_ignore_listener (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore_listener)\nPASS: test_manager_initializer (test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_manager_initializer)\nPASS: test_pool_initializer (test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_pool_initializer)\nSKIP: test_only_run_in_spawn_testsuite (test.test_multiprocessing_forkserver.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) 'only run in test_multiprocessing_spawn.'\nPASS: test_invalid_family (test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family)\nSKIP: test_invalid_family_win32 (test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'\nPASS: test_invalid_handles (test.test_multiprocessing_forkserver.test_misc.TestInvalidHandle.test_invalid_handles)\nPASS: test_dispatch (test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_dispatch)\nPASS: test_queue_get (test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_queue_get)\nSKIP: test_global_named_resource_spawn (test.test_multiprocessing_forkserver.test_misc.TestNamedResource.test_global_named_resource_spawn) \"start_method='forkserver', not 'spawn'; spawn specific test.\"\nPASS: test_noforkbomb (test.test_multiprocessing_forkserver.test_misc.TestNoForkBomb.test_noforkbomb)\nPASS: test_release_unused_processes (test.test_multiprocessing_forkserver.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)\nPASS: test_resource_tracker (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker)\nPASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)\ntest_resource_tracker_exit_code (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_exit_code)\nPASS: Test the exit code of the resource tracker.\nPASS: test_resource_tracker_reused (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_reused)\nPASS: test_resource_tracker_sigint (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigint)\nPASS: test_resource_tracker_sigkill (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigkill)\nPASS: test_resource_tracker_sigterm (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigterm)\nPASS: test_too_long_name_resource (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_too_long_name_resource)\nPASS: test_close (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_close)\nPASS: test_closed (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_closed)\nPASS: test_empty (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty)\nPASS: test_empty_exceptions (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty_exceptions)\nPASS: test_context (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context)\nPASS: test_context_check_module_types (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context_check_module_types)\nPASS: test_get_all (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_get_all)\nSKIP: test_mixed_startmethod (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_mixed_startmethod) \"start_method='forkserver', not 'spawn'; avoids redundant testing.\"\nPASS: test_nested_startmethod (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_nested_startmethod)\nPASS: test_preload_resources (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_preload_resources)\nPASS: test_set_get (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_set_get)\nPASS: test_flushing (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_flushing)\nPASS: test_pool_in_process (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)\nPASS: test_queue_in_process (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)\nPASS: test_array (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_array)\nPASS: test_barrier (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_barrier)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_bounded_semaphore)\nPASS: test_condition (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_condition)\nPASS: test_dict (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_dict)\nPASS: test_event (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_event)\nPASS: test_joinable_queue (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_joinable_queue)\nPASS: test_list (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_list)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_lock)\nPASS: test_namespace (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_namespace)\nPASS: test_pool (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_pool)\nPASS: test_queue (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_queue)\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_rlock)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_semaphore)\nPASS: test_value (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_value)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_misc.TestTimeouts.test_timeout)\nPASS: test_neg_timeout (test.test_multiprocessing_forkserver.test_misc.TestWait.test_neg_timeout)\nPASS: test_wait (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait)\nSKIP: test_wait_integer (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_integer) \"resource 'walltime' is not enabled\"\nPASS: test_wait_slow (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_slow)\nPASS: test_wait_socket (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket)\nPASS: test_wait_socket_slow (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket_slow)\nSKIP: test_wait_timeout (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_timeout) \"resource 'walltime' is not enabled\"\nPASS: test_import (test.test_multiprocessing_forkserver.test_misc._TestImportStar.test_import)\n\n----------------------------------------------------------------------\nRan 70 tests in 10.132s\n\nOK (skipped=8)\n0:00:44 load avg: 0.91 [ 55/480] test.test_multiprocessing_forkserver.test_manager passed\ntest_abort (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_single_thread)\nSKIP: test_thousand (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'\ntest_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor_timeout)\nPASS: test_dict (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict)\nPASS: test_dict_iter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_iter)\nPASS: test_dict_proxy_nested (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_proxy_nested)\nPASS: test_list (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list)\nPASS: test_list_iter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_iter)\nPASS: test_list_proxy_in_list (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_proxy_in_list)\nPASS: test_namespace (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_namespace)\nPASS: test_nested_queue (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_nested_queue)\nPASS: test_event (test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_repr)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'\nSKIP: test_repr_rlock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_manager.WithManagerTestManagerRestart.test_rapid_restart)\nPASS: test_mymanager (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager)\nPASS: test_mymanager_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context)\nPASS: test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)\nPASS: test_apply (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_empty_iterable)\nSKIP: test_enter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'\nPASS: test_imap (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap)\nSKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered)\nSKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_make_pool (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_chunksize)\nSKIP: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_release_task_refs)\nSKIP: test_resource_warning (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'\nPASS: test_starmap (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_wrapped_exception)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'\nPASS: test_task_done (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_timeout)\nPASS: test_remote (test.test_multiprocessing_forkserver.test_manager.WithManagerTestRemoteManager.test_remote)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'\n\n----------------------------------------------------------------------\nRan 77 tests in 10.568s\n\nOK (skipped=12)\n0:00:47 load avg: 1.00 [ 56/480] test.test_multiprocessing_fork.test_processes passed\nPASS: test_array (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array)\nPASS: test_array_from_size (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array_from_size)\nPASS: test_getobj_getlock_obj (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)\nPASS: test_rawarray (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_rawarray)\nPASS: test_atexit (test.test_multiprocessing_fork.test_processes.WithProcessesTestAtExit.test_atexit)\ntest_abort (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_duplex_false)\nPASS: test_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_fd_transfer)\nPASS: test_large_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_large_fd_transfer)\nPASS: test_missing_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)\nPASS: test_sendbytes (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_sendbytes)\nPASS: test_spawn_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_repr)\nPASS: test_finalize (test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_finalize)\nSKIP: test_thread_safety (test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_thread_safety) \"resource 'cpu' is not enabled\"\nPASS: test_free_from_gc (test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_free_from_gc)\nPASS: test_heap (test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_heap)\nPASS: test_abstract_socket (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_abstract_socket)\nPASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_context)\nPASS: test_empty_authkey (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey)\nPASS: test_multiple_bind (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_multiple_bind)\nPASS: test_issue14725 (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock_context)\nPASS: test_repr_lock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_lock)\nPASS: test_repr_rlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_rlock)\nPASS: test_rlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_rlock)\nPASS: test_enable_logging (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_enable_logging)\nPASS: test_filename (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_filename)\nPASS: test_level (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_level)\nPASS: test_rapid_restart (test.test_multiprocessing_fork.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)\nPASS: test_access (test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_access)\nPASS: test_pickling (test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_pickling)\nPASS: test_boundaries (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_strings)\nPASS: test_poll_eintr (test.test_multiprocessing_fork.test_processes.WithProcessesTestPollEintr.test_poll_eintr)\nPASS: test_apply (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_wrapped_exception)\nPASS: test_async_error_callback (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)\nPASS: test_unpickleable_result (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)\nPASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)\nPASS: test_pool_worker_lifetime (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)\nPASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)\nPASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)\nSKIP: test_active_children (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_child_fd_inflation) 'test not appropriate for fork'\nPASS: test_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_close)\nPASS: test_cpu_count (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_cpu_count)\nPASS: test_current (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_current)\nPASS: test_daemon_argument (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_daemon_argument)\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigint) 'test not appropriate for fork'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) 'test not appropriate for fork'\nPASS: test_kill (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_kill)\nPASS: test_lose_target_ref (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nPASS: test_parent_process (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process)\nPASS: test_parent_process_attributes (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process_attributes)\nPASS: test_process (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process)\nPASS: test_process_mainthread_native_id (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)\nPASS: test_recursion (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_recursion)\nPASS: test_sentinel (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_sentinel)\nPASS: test_set_executable (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_set_executable)\nPASS: test_terminate (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_terminate)\nPASS: test_wait_for_threads (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_wait_for_threads)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_put)\nSKIP: test_qsize (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'\nPASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)\nPASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)\nPASS: test_task_done (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_semaphore)\nPASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_timeout)\nPASS: test_copy (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_copy)\nPASS: test_sharedctypes (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)\nPASS: test_synchronize (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_synchronize)\nPASS: test_invalid_shared_memory_creation (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)\nPASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)\nPASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)\nPASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)\nPASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)\nPASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)\nPASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)\nPASS: test_shared_memory_across_processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)\nPASS: test_shared_memory_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)\nPASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)\nPASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)\nPASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)\nPASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)\nPASS: test_shared_memory_recreate (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)\nPASS: test_shared_memory_tracking (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)\nPASS: test_shared_memory_untracking (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)\nPASS: test_stderr_flush (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)\nPASS: test_subclassing (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)\nPASS: test_sys_exit (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)\nPASS: test_getobj_getlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_getobj_getlock)\nPASS: test_rawvalue (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_rawvalue)\nPASS: test_value (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_value)\n\n----------------------------------------------------------------------\nRan 153 tests in 17.957s\n\nOK (skipped=9)\n0:00:57 load avg: 1.00 [ 57/480] test.test_multiprocessing_forkserver.test_threads passed\ntest_abort (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_duplex_false)\nSKIP: test_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'\nSKIP: test_large_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'\nSKIP: test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'\nSKIP: test_sendbytes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'\nPASS: test_spawn_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_repr)\nPASS: test_issue14725 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'\nSKIP: test_repr_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)\nPASS: test_boundaries (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_strings)\nPASS: test_apply (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_no_failfast)\nSKIP: test_map_unplicklable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'\nPASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_wrapped_exception)\nSKIP: test_active_children (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'\nSKIP: test_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'\nPASS: test_cpu_count (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_cpu_count)\nSKIP: test_current (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'\nSKIP: test_daemon_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'\nSKIP: test_kill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'\nPASS: test_lose_target_ref (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nSKIP: test_parent_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'\nSKIP: test_parent_process_attributes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'\nPASS: test_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process)\nSKIP: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'\nPASS: test_recursion (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_recursion)\nSKIP: test_sentinel (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'\nSKIP: test_set_executable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'\nSKIP: test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'\nSKIP: test_wait_for_threads (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'\nPASS: test_task_done (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'\n\n----------------------------------------------------------------------\nRan 103 tests in 12.543s\n\nOK (skipped=28)\n0:00:57 load avg: 1.00 [ 58/480] test.test_multiprocessing_spawn.test_manager passed\ntest_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread)\nSKIP: test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'\ntest_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout)\nPASS: test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict)\nPASS: test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter)\nPASS: test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested)\nPASS: test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list)\nPASS: test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter)\nPASS: test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list)\nPASS: test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace)\nPASS: test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue)\nPASS: test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr)\nPASS: test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'\nSKIP: test_repr_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'\nPASS: test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart)\nPASS: test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager)\nPASS: test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context)\nPASS: test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)\nPASS: test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable)\nSKIP: test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'\nPASS: test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap)\nSKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered)\nSKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize)\nSKIP: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs)\nSKIP: test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'\nPASS: test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'\nPASS: test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout)\nPASS: test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'\n\n----------------------------------------------------------------------\nRan 77 tests in 12.754s\n\nOK (skipped=12)\n0:01:01 load avg: 1.00 [ 59/480] test.test_multiprocessing_spawn.test_misc passed\nPASS: test_challengeresponse (test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse)\nPASS: test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__)\nSKIP: test_forked_thread_not_started (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started) 'fork specific test'\nPASS: test_large_pool (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool)\nPASS: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import)\nPASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure)\nPASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure)\nPASS: test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass)\nPASS: test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd)\nPASS: test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags)\nPASS: test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock)\nPASS: test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore)\nPASS: test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener)\nPASS: test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer)\nPASS: test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer)\nPASS: test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite)\nPASS: test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family)\nSKIP: test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'\nPASS: test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles)\nPASS: test_dispatch (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch)\nPASS: test_queue_get (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get)\nPASS: test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn)\nPASS: test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb)\nPASS: test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)\nPASS: test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker)\nPASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)\ntest_resource_tracker_exit_code (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_exit_code)\nPASS: Test the exit code of the resource tracker.\nPASS: test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused)\nPASS: test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint)\nPASS: test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill)\nPASS: test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm)\nPASS: test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource)\nPASS: test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close)\nPASS: test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed)\nPASS: test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty)\nPASS: test_empty_exceptions (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions)\nPASS: test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context)\nPASS: test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types)\nPASS: test_get_all (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all)\nPASS: test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod)\nPASS: test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod)\nSKIP: test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources) \"test only relevant for 'forkserver' method\"\nPASS: test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get)\nPASS: test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing)\nPASS: test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)\nPASS: test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)\nPASS: test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array)\nPASS: test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore)\nPASS: test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition)\nPASS: test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict)\nPASS: test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event)\nPASS: test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue)\nPASS: test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list)\nPASS: test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock)\nPASS: test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace)\nPASS: test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool)\nPASS: test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue)\nPASS: test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore)\nPASS: test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout)\nPASS: test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout)\nPASS: test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait)\nSKIP: test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) \"resource 'walltime' is not enabled\"\nPASS: test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow)\nPASS: test_wait_socket (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket)\nPASS: test_wait_socket_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow)\nSKIP: test_wait_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout) \"resource 'walltime' is not enabled\"\nPASS: test_import (test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import)\n\n----------------------------------------------------------------------\nRan 70 tests in 13.708s\n\nOK (skipped=5)\n0:01:03 load avg: 1.08 [ 60/480] test.test_pydoc.test_pydoc passed\nPASS: test__future__imports (test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports)\nPASS: test_allmethods (test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods)\ntest_builtin_no_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_no_child)\nPASS: Tests help on builtin object which have no child classes.\ntest_builtin_on_metaclasses (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_on_metaclasses)\nPASS: Tests help on metaclasses.\ntest_builtin_with_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_child)\nPASS: Tests help on builtin object which have only child classes.\ntest_builtin_with_grandchild (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_grandchild)\nPASS: Tests help on builtin classes which have grandchild classes.\ntest_builtin_with_more_than_four_children (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children)\nPASS: Tests help on builtin object which have more than four child classes.\nPASS: test_fail_help_cli (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli)\nPASS: test_fail_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect)\nPASS: test_fail_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic)\nPASS: test_fail_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect)\nPASS: test_getpager_with_stdin_none (test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none)\nPASS: test_help_output_pager (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager)\nPASS: test_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect)\nPASS: test_help_output_redirect_various_requests (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests)\nPASS: test_html_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc)\nPASS: test_input_strip (test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip)\nPASS: test_is_package_when_is_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package)\nPASS: test_is_package_when_not_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package)\nPASS: test_issue8225 (test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225)\nPASS: test_lambda_with_return_and_params_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation)\nPASS: test_lambda_with_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation)\nPASS: test_lambda_without_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation)\nPASS: test_long_signatures (test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures)\nPASS: test_method_aliases (test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases)\nPASS: test_mixed_case_module_names_are_lower_cased (test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased)\nPASS: test_namedtuple_fields (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields)\nPASS: test_namedtuple_public_underscore (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore)\nPASS: test_non_str_name (test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name)\nPASS: test_not_ascii (test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii)\nPASS: test_not_here (test.test_pydoc.test_pydoc.PydocDocTest.test_not_here)\nPASS: test_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic)\nPASS: test_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect)\nPASS: test_source_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis)\nPASS: test_splitdoc_with_description (test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description)\nPASS: test_stripid (test.test_pydoc.test_pydoc.PydocDocTest.test_stripid)\nPASS: test_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis)\nPASS: test_synopsis_sourceless (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless)\nPASS: test_synopsis_sourceless_empty_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc)\nPASS: test_text_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc)\nPASS: test_text_enum_member_with_value_zero (test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero)\nPASS: test_html_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class)\nPASS: test_html_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class)\nPASS: test_html_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module)\nPASS: test_text_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class)\nPASS: test_text_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class)\nPASS: test_text_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module)\nPASS: test_apropos_empty_doc (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc)\nPASS: test_apropos_with_bad_package (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package)\nPASS: test_apropos_with_unreadable_dir (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir)\nPASS: test_badimport (test.test_pydoc.test_pydoc.PydocImportTest.test_badimport)\nPASS: test_importfile (test.test_pydoc.test_pydoc.PydocImportTest.test_importfile)\nSKIP: test_modules (test.test_pydoc.test_pydoc.PydocImportTest.test_modules) 'causes undesirable side-effects (#20128)'\nSKIP: test_modules_search (test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search) 'causes undesirable side-effects (#20128)'\nSKIP: test_modules_search_builtin (test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search_builtin) 'some buildbots are not cooperating (#20128)'\nPASS: test_url_search_package_error (test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error)\nPASS: test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server)\nPASS: test_content_type_err (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err)\nPASS: test_url_requests (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests)\nPASS: test_DynamicClassAttribute (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute)\nPASS: test_buggy_dir (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir)\nPASS: test_resolve_false (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false)\nPASS: test_virtualClassAttributeWithOneMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta)\nPASS: test_virtualClassAttributeWithTwoMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta)\nPASS: test_async_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation)\nPASS: test_async_generator_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation)\nPASS: test_bound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs)\nPASS: test_bound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o)\nPASS: test_bound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default)\nPASS: test_bound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method)\nPASS: test_bound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o)\nPASS: test_bound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs)\nPASS: test_bound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o)\nPASS: test_bound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default)\nPASS: test_bound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method)\nPASS: test_builtin (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin)\nPASS: test_builtin_staticmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default)\nPASS: test_class (test.test_pydoc.test_pydoc.TestDescriptions.test_class)\nPASS: test_classmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod)\nPASS: test_custom_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor)\nPASS: test_custom_non_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor)\nPASS: test_dict_attr_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor)\nPASS: test_field_order_for_named_tuples (test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples)\nPASS: test_generic_alias (test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias)\nPASS: test_getset_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor)\nPASS: test_html_for_https_links (test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links)\nPASS: test_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor)\nPASS: test_module (test.test_pydoc.test_pydoc.TestDescriptions.test_module)\nPASS: test_module_level_callable (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable)\nPASS: test_module_level_callable_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs)\nPASS: test_module_level_callable_o (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o)\nPASS: test_module_level_callable_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default)\nPASS: test_module_none (test.test_pydoc.test_pydoc.TestDescriptions.test_module_none)\nPASS: test_namedtuple_field_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor)\nPASS: test_overridden_text_signature (test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature)\nPASS: test_property (test.test_pydoc.test_pydoc.TestDescriptions.test_property)\nPASS: test_slot_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor)\nPASS: test_special_form (test.test_pydoc.test_pydoc.TestDescriptions.test_special_form)\nPASS: test_staticmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod)\nPASS: test_structseq_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor)\nPASS: test_typing_pydoc (test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc)\nPASS: test_unbound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs)\nPASS: test_unbound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o)\nPASS: test_unbound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default)\nPASS: test_unbound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method)\nPASS: test_unbound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o)\nPASS: test_unbound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs)\nPASS: test_unbound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o)\nPASS: test_unbound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default)\nPASS: test_unbound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method)\nPASS: test_union_type (test.test_pydoc.test_pydoc.TestDescriptions.test_union_type)\nPASS: test_keywords (test.test_pydoc.test_pydoc.TestHelper.test_keywords)\nPASS: test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir)\nPASS: test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir)\nPASS: test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir)\nPASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included)\n\n----------------------------------------------------------------------\nRan 116 tests in 1.980s\n\nOK (skipped=3)\n0:01:04 load avg: 1.08 [ 61/480] test___all__ passed\ntest_all (test.test___all__.AllTest.test_all) ... Check __hello__\nCheck __phello__\nCheck __phello__.spam\nCheck _aix_support\nCheck _android_support\nCheck _apple_support\nCheck _collections_abc\nCheck _colorize\nCheck _compat_pickle\nCheck _compression\nCheck _ios_support\nCheck _markupbase\nCheck _opcode_metadata\nCheck _osx_support\nCheck _py_abc\nCheck _pydatetime\nCheck _pydecimal\nCheck _pyio\nCheck _pylong\nCheck _pyrepl\nCheck _pyrepl.__main__\nCheck _pyrepl._minimal_curses\nCheck _pyrepl._threading_handler\nCheck _pyrepl.base_eventqueue\nCheck _pyrepl.commands\nCheck _pyrepl.completing_reader\nCheck _pyrepl.console\nCheck _pyrepl.curses\nCheck _pyrepl.fancy_termios\nCheck _pyrepl.historical_reader\nCheck _pyrepl.input\nCheck _pyrepl.keymap\nCheck _pyrepl.main\nCheck _pyrepl.pager\nCheck _pyrepl.reader\nCheck _pyrepl.readline\nCheck _pyrepl.simple_interact\nCheck _pyrepl.trace\nCheck _pyrepl.types\nCheck _pyrepl.unix_console\nCheck _pyrepl.unix_eventqueue\nCheck _pyrepl.utils\nCheck _pyrepl.windows_console\nCheck _pyrepl.windows_eventqueue\nCheck _sitebuiltins\nCheck _strptime\nCheck _sysconfigdata__linux_x86_64-linux-gnu\nCheck _threading_local\nCheck _weakrefset\nCheck abc\nCheck antigravity\nCheck argparse\nCheck ast\nCheck asyncio\nCheck asyncio.__main__\nCheck asyncio.base_events\nCheck asyncio.base_futures\nCheck asyncio.base_subprocess\nCheck asyncio.base_tasks\nCheck asyncio.constants\nCheck asyncio.coroutines\nCheck asyncio.events\nCheck asyncio.exceptions\nCheck asyncio.format_helpers\nCheck asyncio.futures\nCheck asyncio.locks\nCheck asyncio.log\nCheck asyncio.mixins\nCheck asyncio.proactor_events\nCheck asyncio.protocols\nCheck asyncio.queues\nCheck asyncio.runners\nCheck asyncio.selector_events\nCheck asyncio.sslproto\nCheck asyncio.staggered\nCheck asyncio.streams\nCheck asyncio.subprocess\nCheck asyncio.taskgroups\nCheck asyncio.tasks\nCheck asyncio.threads\nCheck asyncio.timeouts\nCheck asyncio.transports\nCheck asyncio.trsock\nCheck asyncio.unix_events\nCheck asyncio.windows_events\nCheck asyncio.windows_utils\nCheck base64\nCheck bdb\nCheck bisect\nCheck bz2\nCheck cProfile\nCheck calendar\nCheck cmd\nCheck code\nCheck codecs\nCheck codeop\nCheck collections\nCheck colorsys\nCheck compileall\nCheck concurrent\nCheck concurrent.futures\nCheck concurrent.futures._base\nCheck concurrent.futures.process\nCheck concurrent.futures.thread\nCheck configparser\nCheck contextlib\nCheck contextvars\nCheck copy\nCheck copyreg\nCheck csv\nCheck ctypes\nCheck ctypes._aix\nCheck ctypes._endian\nCheck ctypes.macholib\nCheck ctypes.macholib.dyld\nCheck ctypes.macholib.dylib\nCheck ctypes.macholib.framework\nCheck ctypes.util\nCheck ctypes.wintypes\nCheck curses\nCheck curses.ascii\nCheck curses.has_key\nCheck curses.panel\nCheck curses.textpad\nCheck dataclasses\nCheck datetime\nCheck dbm\nCheck dbm.dumb\nCheck dbm.gnu\nCheck dbm.ndbm\nCheck dbm.sqlite3\nCheck decimal\nCheck difflib\nCheck dis\nCheck doctest\nCheck email\nCheck email._encoded_words\nCheck email._header_value_parser\nCheck email._parseaddr\nCheck email._policybase\nCheck email.base64mime\nCheck email.charset\nCheck email.contentmanager\nCheck email.encoders\nCheck email.errors\nCheck email.feedparser\nCheck email.generator\nCheck email.header\nCheck email.headerregistry\nCheck email.iterators\nCheck email.message\nCheck email.mime\nCheck email.mime.application\nCheck email.mime.audio\nCheck email.mime.base\nCheck email.mime.image\nCheck email.mime.message\nCheck email.mime.multipart\nCheck email.mime.nonmultipart\nCheck email.mime.text\nCheck email.parser\nCheck email.policy\nCheck email.quoprimime\nCheck email.utils\nCheck encodings\nCheck encodings.aliases\nCheck encodings.ascii\nCheck encodings.base64_codec\nCheck encodings.big5\nCheck encodings.big5hkscs\nCheck encodings.bz2_codec\nCheck encodings.charmap\nCheck encodings.cp037\nCheck encodings.cp1006\nCheck encodings.cp1026\nCheck encodings.cp1125\nCheck encodings.cp1140\nCheck encodings.cp1250\nCheck encodings.cp1251\nCheck encodings.cp1252\nCheck encodings.cp1253\nCheck encodings.cp1254\nCheck encodings.cp1255\nCheck encodings.cp1256\nCheck encodings.cp1257\nCheck encodings.cp1258\nCheck encodings.cp273\nCheck encodings.cp424\nCheck encodings.cp437\nCheck encodings.cp500\nCheck encodings.cp720\nCheck encodings.cp737\nCheck encodings.cp775\nCheck encodings.cp850\nCheck encodings.cp852\nCheck encodings.cp855\nCheck encodings.cp856\nCheck encodings.cp857\nCheck encodings.cp858\nCheck encodings.cp860\nCheck encodings.cp861\nCheck encodings.cp862\nCheck encodings.cp863\nCheck encodings.cp864\nCheck encodings.cp865\nCheck encodings.cp866\nCheck encodings.cp869\nCheck encodings.cp874\nCheck encodings.cp875\nCheck encodings.cp932\nCheck encodings.cp949\nCheck encodings.cp950\nCheck encodings.euc_jis_2004\nCheck encodings.euc_jisx0213\nCheck encodings.euc_jp\nCheck encodings.euc_kr\nCheck encodings.gb18030\nCheck encodings.gb2312\nCheck encodings.gbk\nCheck encodings.hex_codec\nCheck encodings.hp_roman8\nCheck encodings.hz\nCheck encodings.idna\nCheck encodings.iso2022_jp\nCheck encodings.iso2022_jp_1\nCheck encodings.iso2022_jp_2\nCheck encodings.iso2022_jp_2004\nCheck encodings.iso2022_jp_3\nCheck encodings.iso2022_jp_ext\nCheck encodings.iso2022_kr\nCheck encodings.iso8859_1\nCheck encodings.iso8859_10\nCheck encodings.iso8859_11\nCheck encodings.iso8859_13\nCheck encodings.iso8859_14\nCheck encodings.iso8859_15\nCheck encodings.iso8859_16\nCheck encodings.iso8859_2\nCheck encodings.iso8859_3\nCheck encodings.iso8859_4\nCheck encodings.iso8859_5\nCheck encodings.iso8859_6\nCheck encodings.iso8859_7\nCheck encodings.iso8859_8\nCheck encodings.iso8859_9\nCheck encodings.johab\nCheck encodings.koi8_r\nCheck encodings.koi8_t\nCheck encodings.koi8_u\nCheck encodings.kz1048\nCheck encodings.latin_1\nCheck encodings.mac_arabic\nCheck encodings.mac_croatian\nCheck encodings.mac_cyrillic\nCheck encodings.mac_farsi\nCheck encodings.mac_greek\nCheck encodings.mac_iceland\nCheck encodings.mac_latin2\nCheck encodings.mac_roman\nCheck encodings.mac_romanian\nCheck encodings.mac_turkish\nCheck encodings.mbcs\nCheck encodings.oem\nCheck encodings.palmos\nCheck encodings.ptcp154\nCheck encodings.punycode\nCheck encodings.quopri_codec\nCheck encodings.raw_unicode_escape\nCheck encodings.rot_13\nCheck encodings.shift_jis\nCheck encodings.shift_jis_2004\nCheck encodings.shift_jisx0213\nCheck encodings.tis_620\nCheck encodings.undefined\nCheck encodings.unicode_escape\nCheck encodings.utf_16\nCheck encodings.utf_16_be\nCheck encodings.utf_16_le\nCheck encodings.utf_32\nCheck encodings.utf_32_be\nCheck encodings.utf_32_le\nCheck encodings.utf_7\nCheck encodings.utf_8\nCheck encodings.utf_8_sig\nCheck encodings.uu_codec\nCheck encodings.zlib_codec\nCheck ensurepip\nCheck ensurepip.__main__\nCheck ensurepip._uninstall\nCheck enum\nCheck filecmp\nCheck fileinput\nCheck fnmatch\nCheck fractions\nCheck ftplib\nCheck functools\nCheck genericpath\nCheck getopt\nCheck getpass\nCheck gettext\nCheck glob\nCheck graphlib\nCheck gzip\nCheck hashlib\nCheck heapq\nCheck hmac\nCheck html\nCheck html.entities\nCheck html.parser\nCheck http\nCheck http.client\nCheck http.cookiejar\nCheck http.cookies\nCheck http.server\nCheck idlelib\nCheck idlelib.__main__\nCheck idlelib.autocomplete\nCheck idlelib.autocomplete_w\nCheck idlelib.autoexpand\nCheck idlelib.browser\nCheck idlelib.calltip\nCheck idlelib.calltip_w\nCheck idlelib.codecontext\nCheck idlelib.colorizer\nCheck idlelib.config\nCheck idlelib.config_key\nCheck idlelib.configdialog\nCheck idlelib.debugger\nCheck idlelib.debugger_r\nCheck idlelib.debugobj\nCheck idlelib.debugobj_r\nCheck idlelib.delegator\nCheck idlelib.dynoption\nCheck idlelib.editor\nCheck idlelib.filelist\nCheck idlelib.format\nCheck idlelib.grep\nCheck idlelib.help\nCheck idlelib.help_about\nCheck idlelib.history\nCheck idlelib.hyperparser\nCheck idlelib.idle\nCheck idlelib.idle_test\nCheck idlelib.idle_test.htest\nCheck idlelib.idle_test.mock_idle\nCheck idlelib.idle_test.mock_tk\nCheck idlelib.idle_test.template\nCheck idlelib.idle_test.test_autocomplete\nCheck idlelib.idle_test.test_autocomplete_w\nCheck idlelib.idle_test.test_autoexpand\nCheck idlelib.idle_test.test_browser\nCheck idlelib.idle_test.test_calltip\nCheck idlelib.idle_test.test_calltip_w\nCheck idlelib.idle_test.test_codecontext\nCheck idlelib.idle_test.test_colorizer\nCheck idlelib.idle_test.test_config\nCheck idlelib.idle_test.test_config_key\nCheck idlelib.idle_test.test_configdialog\nCheck idlelib.idle_test.test_debugger\nCheck idlelib.idle_test.test_debugger_r\nCheck idlelib.idle_test.test_debugobj\nCheck idlelib.idle_test.test_debugobj_r\nCheck idlelib.idle_test.test_delegator\nCheck idlelib.idle_test.test_editmenu\nCheck idlelib.idle_test.test_editor\nCheck idlelib.idle_test.test_filelist\nCheck idlelib.idle_test.test_format\nCheck idlelib.idle_test.test_grep\nCheck idlelib.idle_test.test_help\nCheck idlelib.idle_test.test_help_about\nCheck idlelib.idle_test.test_history\nCheck idlelib.idle_test.test_hyperparser\nCheck idlelib.idle_test.test_iomenu\nCheck idlelib.idle_test.test_macosx\nCheck idlelib.idle_test.test_mainmenu\nCheck idlelib.idle_test.test_multicall\nCheck idlelib.idle_test.test_outwin\nCheck idlelib.idle_test.test_parenmatch\nCheck idlelib.idle_test.test_pathbrowser\nCheck idlelib.idle_test.test_percolator\nCheck idlelib.idle_test.test_pyparse\nCheck idlelib.idle_test.test_pyshell\nCheck idlelib.idle_test.test_query\nCheck idlelib.idle_test.test_redirector\nCheck idlelib.idle_test.test_replace\nCheck idlelib.idle_test.test_rpc\nCheck idlelib.idle_test.test_run\nCheck idlelib.idle_test.test_runscript\nCheck idlelib.idle_test.test_scrolledlist\nCheck idlelib.idle_test.test_search\nCheck idlelib.idle_test.test_searchbase\nCheck idlelib.idle_test.test_searchengine\nCheck idlelib.idle_test.test_sidebar\nCheck idlelib.idle_test.test_squeezer\nCheck idlelib.idle_test.test_stackviewer\nCheck idlelib.idle_test.test_statusbar\nCheck idlelib.idle_test.test_text\nCheck idlelib.idle_test.test_textview\nCheck idlelib.idle_test.test_tooltip\nCheck idlelib.idle_test.test_tree\nCheck idlelib.idle_test.test_undo\nCheck idlelib.idle_test.test_util\nCheck idlelib.idle_test.test_warning\nCheck idlelib.idle_test.test_window\nCheck idlelib.idle_test.test_zoomheight\nCheck idlelib.idle_test.test_zzdummy\nCheck idlelib.idle_test.tkinter_testing_utils\nCheck idlelib.iomenu\nCheck idlelib.macosx\nCheck idlelib.mainmenu\nCheck idlelib.multicall\nCheck idlelib.outwin\nCheck idlelib.parenmatch\nCheck idlelib.pathbrowser\nCheck idlelib.percolator\nCheck idlelib.pyparse\nCheck idlelib.pyshell\nCheck idlelib.query\nCheck idlelib.redirector\nCheck idlelib.replace\nCheck idlelib.rpc\nCheck idlelib.run\nCheck idlelib.runscript\nCheck idlelib.scrolledlist\nCheck idlelib.search\nCheck idlelib.searchbase\nCheck idlelib.searchengine\nCheck idlelib.sidebar\nCheck idlelib.squeezer\nCheck idlelib.stackviewer\nCheck idlelib.statusbar\nCheck idlelib.textview\nCheck idlelib.tooltip\nCheck idlelib.tree\nCheck idlelib.undo\nCheck idlelib.util\nCheck idlelib.window\nCheck idlelib.zoomheight\nCheck idlelib.zzdummy\nCheck imaplib\nCheck importlib\nCheck importlib._abc\nCheck importlib._bootstrap\nCheck importlib._bootstrap_external\nCheck importlib.abc\nCheck importlib.machinery\nCheck importlib.metadata\nCheck importlib.metadata._adapters\nCheck importlib.metadata._collections\nCheck importlib.metadata._functools\nCheck importlib.metadata._itertools\nCheck importlib.metadata._meta\nCheck importlib.metadata._text\nCheck importlib.metadata.diagnose\nCheck importlib.readers\nCheck importlib.resources\nCheck importlib.resources._adapters\nCheck importlib.resources._common\nCheck importlib.resources._functional\nCheck importlib.resources._itertools\nCheck importlib.resources.abc\nCheck importlib.resources.readers\nCheck importlib.resources.simple\nCheck importlib.simple\nCheck importlib.util\nCheck inspect\nCheck io\nCheck ipaddress\nCheck json\nCheck json.decoder\nCheck json.encoder\nCheck json.scanner\nCheck json.tool\nCheck keyword\nCheck linecache\nCheck locale\nCheck logging\nCheck logging.config\nCheck logging.handlers\nCheck lzma\nCheck mailbox\nCheck mimetypes\nCheck modulefinder\nCheck multiprocessing\nCheck multiprocessing.connection\nCheck multiprocessing.context\nCheck multiprocessing.dummy\nCheck multiprocessing.dummy.connection\nCheck multiprocessing.forkserver\nCheck multiprocessing.heap\nCheck multiprocessing.managers\nCheck multiprocessing.pool\nCheck multiprocessing.popen_fork\nCheck multiprocessing.popen_forkserver\nCheck multiprocessing.popen_spawn_posix\nCheck multiprocessing.popen_spawn_win32\nCheck multiprocessing.process\nCheck multiprocessing.queues\nCheck multiprocessing.reduction\nCheck multiprocessing.resource_sharer\nCheck multiprocessing.resource_tracker\nCheck multiprocessing.shared_memory\nCheck multiprocessing.sharedctypes\nCheck multiprocessing.spawn\nCheck multiprocessing.synchronize\nCheck multiprocessing.util\nCheck netrc\nCheck ntpath\nCheck nturl2path\nCheck numbers\nCheck opcode\nCheck operator\nCheck optparse\nCheck os\nCheck pathlib\nCheck pathlib._abc\nCheck pathlib._local\nCheck pdb\nCheck pickle\nCheck pickletools\nCheck pkgutil\nCheck platform\nCheck plistlib\nCheck poplib\nCheck posixpath\nCheck pprint\nCheck profile\nCheck pstats\nCheck pty\nCheck py_compile\nCheck pyclbr\nCheck pydoc\nCheck pydoc_data\nCheck pydoc_data.topics\nCheck queue\nCheck quopri\nCheck random\nCheck re\nCheck re._casefix\nCheck re._compiler\nCheck re._constants\nCheck re._parser\nCheck reprlib\nCheck rlcompleter\nCheck runpy\nCheck sched\nCheck secrets\nCheck selectors\nCheck shelve\nCheck shlex\nCheck shutil\nCheck signal\nCheck site\nCheck smtplib\nCheck socket\nCheck socketserver\nCheck sqlite3\nCheck sqlite3.__main__\nCheck sqlite3.dbapi2\nCheck sqlite3.dump\nCheck sre_compile\nCheck sre_constants\nCheck sre_parse\nCheck ssl\nCheck stat\nCheck statistics\nCheck string\nCheck stringprep\nCheck struct\nCheck subprocess\nCheck symtable\nCheck sysconfig\nCheck sysconfig.__main__\nCheck tabnanny\nCheck tarfile\nCheck tempfile\nCheck test\nCheck test.__main__\nCheck test._test_atexit\nCheck test._test_eintr\nCheck test._test_embed_set_config\nCheck test._test_embed_structseq\nCheck test._test_monitoring_shutdown\nCheck test._test_multiprocessing\nCheck test._test_venv_multiprocessing\nCheck test.archiver_tests\nCheck test.audiotests\nCheck test.audit-tests\nCheck test.autotest\nCheck test.bisect_cmd\nCheck test.cov\nCheck test.curses_tests\nCheck test.datetimetester\nCheck test.dis_module\nCheck test.encoded_modules\nCheck test.encoded_modules.module_iso_8859_1\nCheck test.encoded_modules.module_koi8_r\nCheck test.fork_wait\nCheck test.leakers\nCheck test.leakers.test_ctypes\nCheck test.leakers.test_selftype\nCheck test.libregrtest\nCheck test.libregrtest.cmdline\nCheck test.libregrtest.filter\nCheck test.libregrtest.findtests\nCheck test.libregrtest.logger\nCheck test.libregrtest.main\nCheck test.libregrtest.pgo\nCheck test.libregrtest.refleak\nCheck test.libregrtest.result\nCheck test.libregrtest.results\nCheck test.libregrtest.run_workers\nCheck test.libregrtest.runtests\nCheck test.libregrtest.save_env\nCheck test.libregrtest.setup\nCheck test.libregrtest.single\nCheck test.libregrtest.testresult\nCheck test.libregrtest.tsan\nCheck test.libregrtest.utils\nCheck test.libregrtest.win_utils\nCheck test.libregrtest.worker\nCheck test.list_tests\nCheck test.lock_tests\nCheck test.mapping_tests\nCheck test.memory_watchdog\nCheck test.mock_socket\nCheck test.mp_fork_bomb\nCheck test.mp_preload\nCheck test.multibytecodec_support\nCheck test.pickletester\nCheck test.profilee\nCheck test.pyclbr_input\nCheck test.pythoninfo\nCheck test.re_tests\nCheck test.regrtest\nCheck test.relimport\nCheck test.reperf\nCheck test.seq_tests\nCheck test.signalinterproctester\nCheck test.ssl_servers\nCheck test.ssltests\nCheck test.string_tests\nCheck test.support\nCheck test.support._hypothesis_stubs\nCheck test.support._hypothesis_stubs._helpers\nCheck test.support._hypothesis_stubs.strategies\nCheck test.support.ast_helper\nCheck test.support.asynchat\nCheck test.support.asyncore\nCheck test.support.bytecode_helper\nCheck test.support.hashlib_helper\nCheck test.support.hypothesis_helper\nCheck test.support.i18n_helper\nCheck test.support.import_helper\nCheck test.support.interpreters\nCheck test.support.interpreters._crossinterp\nCheck test.support.interpreters.channels\nCheck test.support.interpreters.queues\nCheck test.support.logging_helper\nCheck test.support.numbers\nCheck test.support.os_helper\nCheck test.support.pty_helper\nCheck test.support.refleak_helper\nCheck test.support.script_helper\nCheck test.support.smtpd\nCheck test.support.socket_helper\nCheck test.support.testcase\nCheck test.support.threading_helper\nCheck test.support.venv\nCheck test.support.warnings_helper\nCheck test.test___all__\nCheck test.test__colorize\nCheck test.test__interpchannels\nCheck test.test__interpreters\nCheck test.test__locale\nCheck test.test__opcode\nCheck test.test__osx_support\nCheck test.test_abc\nCheck test.test_abstract_numbers\nCheck test.test_android\nCheck test.test_apple\nCheck test.test_argparse\nCheck test.test_array\nCheck test.test_asdl_parser\nCheck test.test_ast\nCheck test.test_ast.snippets\nCheck test.test_ast.test_ast\nCheck test.test_ast.utils\nCheck test.test_asyncgen\nCheck test.test_asyncio\nCheck test.test_asyncio.__main__\nCheck test.test_asyncio.echo\nCheck test.test_asyncio.echo2\nCheck test.test_asyncio.echo3\nCheck test.test_asyncio.functional\nCheck test.test_asyncio.test_base_events\nCheck test.test_asyncio.test_buffered_proto\nCheck test.test_asyncio.test_context\nCheck test.test_asyncio.test_eager_task_factory\nCheck test.test_asyncio.test_events\nCheck test.test_asyncio.test_futures\nCheck test.test_asyncio.test_futures2\nCheck test.test_asyncio.test_locks\nCheck test.test_asyncio.test_pep492\nCheck test.test_asyncio.test_proactor_events\nCheck test.test_asyncio.test_protocols\nCheck test.test_asyncio.test_queues\nCheck test.test_asyncio.test_runners\nCheck test.test_asyncio.test_selector_events\nCheck test.test_asyncio.test_sendfile\nCheck test.test_asyncio.test_server\nCheck test.test_asyncio.test_sock_lowlevel\nCheck test.test_asyncio.test_ssl\nCheck test.test_asyncio.test_sslproto\nCheck test.test_asyncio.test_staggered\nCheck test.test_asyncio.test_streams\nCheck test.test_asyncio.test_subprocess\nCheck test.test_asyncio.test_taskgroups\nCheck test.test_asyncio.test_tasks\nCheck test.test_asyncio.test_threads\nCheck test.test_asyncio.test_timeouts\nCheck test.test_asyncio.test_transports\nCheck test.test_asyncio.test_unix_events\nCheck test.test_asyncio.test_waitfor\nCheck test.test_asyncio.test_windows_events\nCheck test.test_asyncio.test_windows_utils\nCheck test.test_asyncio.utils\nCheck test.test_atexit\nCheck test.test_audit\nCheck test.test_augassign\nCheck test.test_base64\nCheck test.test_baseexception\nCheck test.test_bdb\nCheck test.test_bigaddrspace\nCheck test.test_bigmem\nCheck test.test_binascii\nCheck test.test_binop\nCheck test.test_bisect\nCheck test.test_bool\nCheck test.test_buffer\nCheck test.test_bufio\nCheck test.test_builtin\nCheck test.test_bytes\nCheck test.test_bz2\nCheck test.test_c_locale_coercion\nCheck test.test_calendar\nCheck test.test_call\nCheck test.test_capi\nCheck test.test_capi.__main__\nCheck test.test_capi.check_config\nCheck test.test_capi.test_abstract\nCheck test.test_capi.test_bytearray\nCheck test.test_capi.test_bytes\nCheck test.test_capi.test_codecs\nCheck test.test_capi.test_complex\nCheck test.test_capi.test_dict\nCheck test.test_capi.test_eval\nCheck test.test_capi.test_eval_code_ex\nCheck test.test_capi.test_exceptions\nCheck test.test_capi.test_file\nCheck test.test_capi.test_float\nCheck test.test_capi.test_getargs\nCheck test.test_capi.test_hash\nCheck test.test_capi.test_immortal\nCheck test.test_capi.test_import\nCheck test.test_capi.test_list\nCheck test.test_capi.test_long\nCheck test.test_capi.test_mem\nCheck test.test_capi.test_misc\nCheck test.test_capi.test_number\nCheck test.test_capi.test_object\nCheck test.test_capi.test_opt\nCheck test.test_capi.test_pyatomic\nCheck test.test_capi.test_run\nCheck test.test_capi.test_set\nCheck test.test_capi.test_structmembers\nCheck test.test_capi.test_sys\nCheck test.test_capi.test_time\nCheck test.test_capi.test_tuple\nCheck test.test_capi.test_unicode\nCheck test.test_capi.test_watchers\nCheck test.test_cext\nCheck test.test_cext.setup\nCheck test.test_charmapcodec\nCheck test.test_class\nCheck test.test_clinic\nCheck test.test_cmath\nCheck test.test_cmd\nCheck test.test_cmd_line\nCheck test.test_cmd_line_script\nCheck test.test_code\nCheck test.test_code_module\nCheck test.test_codeccallbacks\nCheck test.test_codecencodings_cn\nCheck test.test_codecencodings_hk\nCheck test.test_codecencodings_iso2022\nCheck test.test_codecencodings_jp\nCheck test.test_codecencodings_kr\nCheck test.test_codecencodings_tw\nCheck test.test_codecmaps_cn\nCheck test.test_codecmaps_hk\nCheck test.test_codecmaps_jp\nCheck test.test_codecmaps_kr\nCheck test.test_codecmaps_tw\nCheck test.test_codecs\nCheck test.test_codeop\nCheck test.test_collections\nCheck test.test_colorsys\nCheck test.test_compare\nCheck test.test_compile\nCheck test.test_compileall\nCheck test.test_compiler_assemble\nCheck test.test_compiler_codegen\nCheck test.test_complex\nCheck test.test_concurrent_futures\nCheck test.test_concurrent_futures.executor\nCheck test.test_concurrent_futures.test_as_completed\nCheck test.test_concurrent_futures.test_deadlock\nCheck test.test_concurrent_futures.test_future\nCheck test.test_concurrent_futures.test_init\nCheck test.test_concurrent_futures.test_process_pool\nCheck test.test_concurrent_futures.test_shutdown\nCheck test.test_concurrent_futures.test_thread_pool\nCheck test.test_concurrent_futures.test_wait\nCheck test.test_concurrent_futures.util\nCheck test.test_configparser\nCheck test.test_contains\nCheck test.test_context\nCheck test.test_contextlib\nCheck test.test_contextlib_async\nCheck test.test_copy\nCheck test.test_copyreg\nCheck test.test_coroutines\nCheck test.test_cppext\nCheck test.test_cppext.setup\nCheck test.test_cprofile\nCheck test.test_csv\nCheck test.test_ctypes\nCheck test.test_ctypes.__main__\nCheck test.test_ctypes._support\nCheck test.test_ctypes.test_aligned_structures\nCheck test.test_ctypes.test_anon\nCheck test.test_ctypes.test_array_in_pointer\nCheck test.test_ctypes.test_arrays\nCheck test.test_ctypes.test_as_parameter\nCheck test.test_ctypes.test_bitfields\nCheck test.test_ctypes.test_buffers\nCheck test.test_ctypes.test_bytes\nCheck test.test_ctypes.test_byteswap\nCheck test.test_ctypes.test_c_simple_type_meta\nCheck test.test_ctypes.test_callbacks\nCheck test.test_ctypes.test_cast\nCheck test.test_ctypes.test_cfuncs\nCheck test.test_ctypes.test_checkretval\nCheck test.test_ctypes.test_delattr\nCheck test.test_ctypes.test_dlerror\nCheck test.test_ctypes.test_errno\nCheck test.test_ctypes.test_find\nCheck test.test_ctypes.test_frombuffer\nCheck test.test_ctypes.test_funcptr\nCheck test.test_ctypes.test_functions\nCheck test.test_ctypes.test_incomplete\nCheck test.test_ctypes.test_init\nCheck test.test_ctypes.test_internals\nCheck test.test_ctypes.test_keeprefs\nCheck test.test_ctypes.test_libc\nCheck test.test_ctypes.test_loading\nCheck test.test_ctypes.test_macholib\nCheck test.test_ctypes.test_memfunctions\nCheck test.test_ctypes.test_numbers\nCheck test.test_ctypes.test_objects\nCheck test.test_ctypes.test_parameters\nCheck test.test_ctypes.test_pep3118\nCheck test.test_ctypes.test_pickling\nCheck test.test_ctypes.test_pointers\nCheck test.test_ctypes.test_prototypes\nCheck test.test_ctypes.test_python_api\nCheck test.test_ctypes.test_random_things\nCheck test.test_ctypes.test_refcounts\nCheck test.test_ctypes.test_repr\nCheck test.test_ctypes.test_returnfuncptrs\nCheck test.test_ctypes.test_simplesubclasses\nCheck test.test_ctypes.test_sizes\nCheck test.test_ctypes.test_slicing\nCheck test.test_ctypes.test_stringptr\nCheck test.test_ctypes.test_strings\nCheck test.test_ctypes.test_struct_fields\nCheck test.test_ctypes.test_structures\nCheck test.test_ctypes.test_unaligned_structures\nCheck test.test_ctypes.test_unicode\nCheck test.test_ctypes.test_unions\nCheck test.test_ctypes.test_values\nCheck test.test_ctypes.test_varsize_struct\nCheck test.test_ctypes.test_win32\nCheck test.test_ctypes.test_win32_com_foreign_func\nCheck test.test_ctypes.test_wintypes\nCheck test.test_curses\nCheck test.test_dataclasses\nCheck test.test_dataclasses.dataclass_module_1\nCheck test.test_dataclasses.dataclass_module_1_str\nCheck test.test_dataclasses.dataclass_module_2\nCheck test.test_dataclasses.dataclass_module_2_str\nCheck test.test_dataclasses.dataclass_textanno\nCheck test.test_datetime\nCheck test.test_dbm\nCheck test.test_dbm_dumb\nCheck test.test_dbm_gnu\nCheck test.test_dbm_ndbm\nCheck test.test_dbm_sqlite3\nCheck test.test_decimal\nCheck test.test_decorators\nCheck test.test_defaultdict\nCheck test.test_deque\nCheck test.test_descr\nCheck test.test_descrtut\nCheck test.test_devpoll\nCheck test.test_dict\nCheck test.test_dict_version\nCheck test.test_dictcomps\nCheck test.test_dictviews\nCheck test.test_difflib\nCheck test.test_dis\nCheck test.test_doctest\nCheck test.test_doctest.decorator_mod\nCheck test.test_doctest.doctest_aliases\nCheck test.test_doctest.doctest_lineno\nCheck test.test_doctest.sample_doctest\nCheck test.test_doctest.sample_doctest_errors\nCheck test.test_doctest.sample_doctest_no_docstrings\nCheck test.test_doctest.sample_doctest_no_doctests\nCheck test.test_doctest.sample_doctest_skip\nCheck test.test_doctest.test_doctest\nCheck test.test_doctest.test_doctest2\nCheck test.test_docxmlrpc\nCheck test.test_dtrace\nCheck test.test_dynamic\nCheck test.test_dynamicclassattribute\nCheck test.test_eintr\nCheck test.test_email\nCheck test.test_email.__main__\nCheck test.test_email.test__encoded_words\nCheck test.test_email.test__header_value_parser\nCheck test.test_email.test_asian_codecs\nCheck test.test_email.test_contentmanager\nCheck test.test_email.test_defect_handling\nCheck test.test_email.test_email\nCheck test.test_email.test_generator\nCheck test.test_email.test_headerregistry\nCheck test.test_email.test_inversion\nCheck test.test_email.test_message\nCheck test.test_email.test_parser\nCheck test.test_email.test_pickleable\nCheck test.test_email.test_policy\nCheck test.test_email.test_utils\nCheck test.test_email.torture_test\nCheck test.test_embed\nCheck test.test_ensurepip\nCheck test.test_enum\nCheck test.test_enumerate\nCheck test.test_eof\nCheck test.test_epoll\nCheck test.test_errno\nCheck test.test_except_star\nCheck test.test_exception_group\nCheck test.test_exception_hierarchy\nCheck test.test_exception_variations\nCheck test.test_exceptions\nCheck test.test_extcall\nCheck test.test_external_inspection\nCheck test.test_faulthandler\nCheck test.test_fcntl\nCheck test.test_file\nCheck test.test_file_eintr\nCheck test.test_filecmp\nCheck test.test_fileinput\nCheck test.test_fileio\nCheck test.test_fileutils\nCheck test.test_finalization\nCheck test.test_float\nCheck test.test_flufl\nCheck test.test_fnmatch\nCheck test.test_fork1\nCheck test.test_format\nCheck test.test_fractions\nCheck test.test_frame\nCheck test.test_free_threading\nCheck test.test_free_threading.test_code\nCheck test.test_free_threading.test_dict\nCheck test.test_free_threading.test_func_annotations\nCheck test.test_free_threading.test_gc\nCheck test.test_free_threading.test_list\nCheck test.test_free_threading.test_monitoring\nCheck test.test_free_threading.test_set\nCheck test.test_free_threading.test_slots\nCheck test.test_free_threading.test_str\nCheck test.test_free_threading.test_tokenize\nCheck test.test_free_threading.test_type\nCheck test.test_frozen\nCheck test.test_fstring\nCheck test.test_ftplib\nCheck test.test_funcattrs\nCheck test.test_functools\nCheck test.test_future_stmt\nCheck test.test_future_stmt.badsyntax_future\nCheck test.test_future_stmt.import_nested_scope_twice\nCheck test.test_future_stmt.nested_scope\nCheck test.test_future_stmt.test_future\nCheck test.test_future_stmt.test_future_flags\nCheck test.test_future_stmt.test_future_multiple_features\nCheck test.test_future_stmt.test_future_multiple_imports\nCheck test.test_future_stmt.test_future_single_import\nCheck test.test_gc\nCheck test.test_gdb\nCheck test.test_gdb.gdb_sample\nCheck test.test_gdb.test_backtrace\nCheck test.test_gdb.test_cfunction\nCheck test.test_gdb.test_cfunction_full\nCheck test.test_gdb.test_misc\nCheck test.test_gdb.test_pretty_print\nCheck test.test_gdb.util\nCheck test.test_generated_cases\nCheck test.test_generator_stop\nCheck test.test_generators\nCheck test.test_genericalias\nCheck test.test_genericclass\nCheck test.test_genericpath\nCheck test.test_genexps\nCheck test.test_getopt\nCheck test.test_getpass\nCheck test.test_getpath\nCheck test.test_gettext\nCheck test.test_glob\nCheck test.test_global\nCheck test.test_grammar\nCheck test.test_graphlib\nCheck test.test_grp\nCheck test.test_gzip\nCheck test.test_hash\nCheck test.test_hashlib\nCheck test.test_heapq\nCheck test.test_hmac\nCheck test.test_html\nCheck test.test_htmlparser\nCheck test.test_http_cookiejar\nCheck test.test_http_cookies\nCheck test.test_httplib\nCheck test.test_httpservers\nCheck test.test_idle\nCheck test.test_imaplib\nCheck test.test_import\nCheck test.test_import.__main__\nCheck test.test_importlib\nCheck test.test_importlib.__main__\nCheck test.test_importlib.abc\nCheck test.test_importlib.builtin\nCheck test.test_importlib.builtin.__main__\nCheck test.test_importlib.builtin.test_finder\nCheck test.test_importlib.builtin.test_loader\nCheck test.test_importlib.extension\nCheck test.test_importlib.extension.__main__\nCheck test.test_importlib.extension._test_nonmodule_cases\nCheck test.test_importlib.extension.test_case_sensitivity\nCheck test.test_importlib.extension.test_finder\nCheck test.test_importlib.extension.test_loader\nCheck test.test_importlib.extension.test_path_hook\nCheck test.test_importlib.frozen\nCheck test.test_importlib.frozen.__main__\nCheck test.test_importlib.frozen.test_finder\nCheck test.test_importlib.frozen.test_loader\nCheck test.test_importlib.import_\nCheck test.test_importlib.import_.__main__\nCheck test.test_importlib.import_.test___loader__\nCheck test.test_importlib.import_.test___package__\nCheck test.test_importlib.import_.test_api\nCheck test.test_importlib.import_.test_caching\nCheck test.test_importlib.import_.test_fromlist\nCheck test.test_importlib.import_.test_helpers\nCheck test.test_importlib.import_.test_meta_path\nCheck test.test_importlib.import_.test_packages\nCheck test.test_importlib.import_.test_path\nCheck test.test_importlib.import_.test_relative_imports\nCheck test.test_importlib.metadata\nCheck test.test_importlib.metadata._context\nCheck test.test_importlib.metadata._path\nCheck test.test_importlib.metadata.data\nCheck test.test_importlib.metadata.fixtures\nCheck test.test_importlib.metadata.stubs\nCheck test.test_importlib.metadata.test_api\nCheck test.test_importlib.metadata.test_main\nCheck test.test_importlib.metadata.test_zip\nCheck test.test_importlib.resources\nCheck test.test_importlib.resources._path\nCheck test.test_importlib.resources.test_compatibilty_files\nCheck test.test_importlib.resources.test_contents\nCheck test.test_importlib.resources.test_custom\nCheck test.test_importlib.resources.test_files\nCheck test.test_importlib.resources.test_functional\nCheck test.test_importlib.resources.test_open\nCheck test.test_importlib.resources.test_path\nCheck test.test_importlib.resources.test_read\nCheck test.test_importlib.resources.test_reader\nCheck test.test_importlib.resources.test_resource\nCheck test.test_importlib.resources.util\nCheck test.test_importlib.resources.zip\nCheck test.test_importlib.source\nCheck test.test_importlib.source.__main__\nCheck test.test_importlib.source.test_case_sensitivity\nCheck test.test_importlib.source.test_file_loader\nCheck test.test_importlib.source.test_finder\nCheck test.test_importlib.source.test_path_hook\nCheck test.test_importlib.source.test_source_encoding\nCheck test.test_importlib.test_abc\nCheck test.test_importlib.test_api\nCheck test.test_importlib.test_lazy\nCheck test.test_importlib.test_locks\nCheck test.test_importlib.test_namespace_pkgs\nCheck test.test_importlib.test_pkg_import\nCheck test.test_importlib.test_spec\nCheck test.test_importlib.test_threaded_import\nCheck test.test_importlib.test_util\nCheck test.test_importlib.test_windows\nCheck test.test_importlib.threaded_import_hangers\nCheck test.test_importlib.util\nCheck test.test_index\nCheck test.test_inspect\nCheck test.test_inspect.inspect_fodder\nCheck test.test_inspect.inspect_fodder2\nCheck test.test_inspect.inspect_stock_annotations\nCheck test.test_inspect.inspect_stringized_annotations\nCheck test.test_inspect.inspect_stringized_annotations_2\nCheck test.test_inspect.inspect_stringized_annotations_pep695\nCheck test.test_inspect.test_inspect\nCheck test.test_int\nCheck test.test_int_literal\nCheck test.test_interpreters\nCheck test.test_interpreters.__main__\nCheck test.test_interpreters.test_api\nCheck test.test_interpreters.test_channels\nCheck test.test_interpreters.test_lifecycle\nCheck test.test_interpreters.test_queues\nCheck test.test_interpreters.test_stress\nCheck test.test_interpreters.utils\nCheck test.test_io\nCheck test.test_ioctl\nCheck test.test_ipaddress\nCheck test.test_isinstance\nCheck test.test_iter\nCheck test.test_iterlen\nCheck test.test_itertools\nCheck test.test_json\nCheck test.test_json.__main__\nCheck test.test_json.test_decode\nCheck test.test_json.test_default\nCheck test.test_json.test_dump\nCheck test.test_json.test_encode_basestring_ascii\nCheck test.test_json.test_enum\nCheck test.test_json.test_fail\nCheck test.test_json.test_float\nCheck test.test_json.test_indent\nCheck test.test_json.test_pass1\nCheck test.test_json.test_pass2\nCheck test.test_json.test_pass3\nCheck test.test_json.test_recursion\nCheck test.test_json.test_scanstring\nCheck test.test_json.test_separators\nCheck test.test_json.test_speedups\nCheck test.test_json.test_tool\nCheck test.test_json.test_unicode\nCheck test.test_keyword\nCheck test.test_keywordonlyarg\nCheck test.test_kqueue\nCheck test.test_largefile\nCheck test.test_launcher\nCheck test.test_linecache\nCheck test.test_list\nCheck test.test_listcomps\nCheck test.test_lltrace\nCheck test.test_locale\nCheck test.test_logging\nCheck test.test_long\nCheck test.test_longexp\nCheck test.test_lzma\nCheck test.test_mailbox\nCheck test.test_marshal\nCheck test.test_math\nCheck test.test_math_property\nCheck test.test_memoryio\nCheck test.test_memoryview\nCheck test.test_metaclass\nCheck test.test_mimetypes\nCheck test.test_minidom\nCheck test.test_mmap\nCheck test.test_module\nCheck test.test_module.bad_getattr\nCheck test.test_module.bad_getattr2\nCheck test.test_module.bad_getattr3\nCheck test.test_module.final_a\nCheck test.test_module.final_b\nCheck test.test_module.good_getattr\nCheck test.test_modulefinder\nCheck test.test_monitoring\nCheck test.test_msvcrt\nCheck test.test_multibytecodec\nCheck test.test_multiprocessing_fork\nCheck test.test_multiprocessing_fork.test_manager\nCheck test.test_multiprocessing_fork.test_misc\nCheck test.test_multiprocessing_fork.test_processes\nCheck test.test_multiprocessing_fork.test_threads\nCheck test.test_multiprocessing_forkserver\nCheck test.test_multiprocessing_forkserver.test_manager\nCheck test.test_multiprocessing_forkserver.test_misc\nCheck test.test_multiprocessing_forkserver.test_processes\nCheck test.test_multiprocessing_forkserver.test_threads\nCheck test.test_multiprocessing_main_handling\nCheck test.test_multiprocessing_spawn\nCheck test.test_multiprocessing_spawn.test_manager\nCheck test.test_multiprocessing_spawn.test_misc\nCheck test.test_multiprocessing_spawn.test_processes\nCheck test.test_multiprocessing_spawn.test_threads\nCheck test.test_named_expressions\nCheck test.test_netrc\nCheck test.test_ntpath\nCheck test.test_numeric_tower\nCheck test.test_opcache\nCheck test.test_opcodes\nCheck test.test_openpty\nCheck test.test_operator\nCheck test.test_optimizer\nCheck test.test_optparse\nCheck test.test_ordered_dict\nCheck test.test_os\nCheck test.test_osx_env\nCheck test.test_pathlib\nCheck test.test_pathlib.test_pathlib\nCheck test.test_pathlib.test_pathlib_abc\nCheck test.test_patma\nCheck test.test_pdb\nCheck test.test_peepholer\nCheck test.test_peg_generator\nCheck test.test_peg_generator.__main__\nCheck test.test_peg_generator.test_c_parser\nCheck test.test_peg_generator.test_first_sets\nCheck test.test_peg_generator.test_grammar_validator\nCheck test.test_peg_generator.test_pegen\nCheck test.test_pep646_syntax\nCheck test.test_perf_profiler\nCheck test.test_perfmaps\nCheck test.test_pickle\nCheck test.test_picklebuffer\nCheck test.test_pickletools\nCheck test.test_pkg\nCheck test.test_pkgutil\nCheck test.test_platform\nCheck test.test_plistlib\nCheck test.test_poll\nCheck test.test_popen\nCheck test.test_poplib\nCheck test.test_positional_only_arg\nCheck test.test_posix\nCheck test.test_posixpath\nCheck test.test_pow\nCheck test.test_pprint\nCheck test.test_print\nCheck test.test_profile\nCheck test.test_property\nCheck test.test_pstats\nCheck test.test_pty\nCheck test.test_pulldom\nCheck test.test_pwd\nCheck test.test_py_compile\nCheck test.test_pyclbr\nCheck test.test_pydoc\nCheck test.test_pydoc.module_none\nCheck test.test_pydoc.pydoc_mod\nCheck test.test_pydoc.pydocfodder\nCheck test.test_pydoc.test_pydoc\nCheck test.test_pyexpat\nCheck test.test_pyrepl\nCheck test.test_pyrepl.__main__\nCheck test.test_pyrepl.support\nCheck test.test_pyrepl.test_eventqueue\nCheck test.test_pyrepl.test_input\nCheck test.test_pyrepl.test_interact\nCheck test.test_pyrepl.test_keymap\nCheck test.test_pyrepl.test_pyrepl\nCheck test.test_pyrepl.test_reader\nCheck test.test_pyrepl.test_unix_console\nCheck test.test_pyrepl.test_utils\nCheck test.test_pyrepl.test_windows_console\nCheck test.test_queue\nCheck test.test_quopri\nCheck test.test_raise\nCheck test.test_random\nCheck test.test_range\nCheck test.test_re\nCheck test.test_readline\nCheck test.test_regrtest\nCheck test.test_repl\nCheck test.test_reprlib\nCheck test.test_resource\nCheck test.test_richcmp\nCheck test.test_rlcompleter\nCheck test.test_robotparser\nCheck test.test_runpy\nCheck test.test_sax\nCheck test.test_sched\nCheck test.test_scope\nCheck test.test_script_helper\nCheck test.test_secrets\nCheck test.test_select\nCheck test.test_selectors\nCheck test.test_set\nCheck test.test_setcomps\nCheck test.test_shelve\nCheck test.test_shlex\nCheck test.test_shutil\nCheck test.test_signal\nCheck test.test_site\nCheck test.test_slice\nCheck test.test_smtplib\nCheck test.test_smtpnet\nCheck test.test_socket\nCheck test.test_socketserver\nCheck test.test_sort\nCheck test.test_source_encoding\nCheck test.test_sqlite3\nCheck test.test_sqlite3.__main__\nCheck test.test_sqlite3.test_backup\nCheck test.test_sqlite3.test_cli\nCheck test.test_sqlite3.test_dbapi\nCheck test.test_sqlite3.test_dump\nCheck test.test_sqlite3.test_factory\nCheck test.test_sqlite3.test_hooks\nCheck test.test_sqlite3.test_regression\nCheck test.test_sqlite3.test_transactions\nCheck test.test_sqlite3.test_types\nCheck test.test_sqlite3.test_userfunctions\nCheck test.test_sqlite3.util\nCheck test.test_ssl\nCheck test.test_stable_abi_ctypes\nCheck test.test_startfile\nCheck test.test_stat\nCheck test.test_statistics\nCheck test.test_str\nCheck test.test_strftime\nCheck test.test_string\nCheck test.test_string_literals\nCheck test.test_stringprep\nCheck test.test_strptime\nCheck test.test_strtod\nCheck test.test_struct\nCheck test.test_structseq\nCheck test.test_subclassinit\nCheck test.test_subprocess\nCheck test.test_sundry\nCheck test.test_super\nCheck test.test_support\nCheck test.test_symtable\nCheck test.test_syntax\nCheck test.test_sys\nCheck test.test_sys_setprofile\nCheck test.test_sys_settrace\nCheck test.test_sysconfig\nCheck test.test_syslog\nCheck test.test_tabnanny\nCheck test.test_tarfile\nCheck test.test_tcl\nCheck test.test_tempfile\nCheck test.test_termios\nCheck test.test_textwrap\nCheck test.test_thread\nCheck test.test_threadedtempfile\nCheck test.test_threading\nCheck test.test_threading_local\nCheck test.test_threadsignals\nCheck test.test_time\nCheck test.test_timeit\nCheck test.test_timeout\nCheck test.test_tkinter\nCheck test.test_tkinter.__main__\nCheck test.test_tkinter.support\nCheck test.test_tkinter.test_colorchooser\nCheck test.test_tkinter.test_font\nCheck test.test_tkinter.test_geometry_managers\nCheck test.test_tkinter.test_images\nCheck test.test_tkinter.test_loadtk\nCheck test.test_tkinter.test_messagebox\nCheck test.test_tkinter.test_misc\nCheck test.test_tkinter.test_simpledialog\nCheck test.test_tkinter.test_text\nCheck test.test_tkinter.test_variables\nCheck test.test_tkinter.test_widgets\nCheck test.test_tkinter.widget_tests\nCheck test.test_tokenize\nCheck test.test_tomllib\nCheck test.test_tomllib.__main__\nCheck test.test_tomllib.burntsushi\nCheck test.test_tomllib.test_data\nCheck test.test_tomllib.test_error\nCheck test.test_tomllib.test_misc\nCheck test.test_tools\nCheck test.test_tools.__main__\nCheck test.test_tools.test_freeze\nCheck test.test_tools.test_i18n\nCheck test.test_tools.test_makefile\nCheck test.test_tools.test_makeunicodedata\nCheck test.test_tools.test_msgfmt\nCheck test.test_tools.test_reindent\nCheck test.test_tools.test_sundry\nCheck test.test_trace\nCheck test.test_traceback\nCheck test.test_tracemalloc\nCheck test.test_ttk\nCheck test.test_ttk.__main__\nCheck test.test_ttk.test_extensions\nCheck test.test_ttk.test_style\nCheck test.test_ttk.test_widgets\nCheck test.test_ttk_textonly\nCheck test.test_tty\nCheck test.test_tuple\nCheck test.test_turtle\nCheck test.test_type_aliases\nCheck test.test_type_annotations\nCheck test.test_type_cache\nCheck test.test_type_comments\nCheck test.test_type_params\nCheck test.test_typechecks\nCheck test.test_types\nCheck test.test_typing\nCheck test.test_ucn\nCheck test.test_unary\nCheck test.test_unicode_file\nCheck test.test_unicode_file_functions\nCheck test.test_unicode_identifiers\nCheck test.test_unicodedata\nCheck test.test_unittest\nCheck test.test_unittest.__main__\nCheck test.test_unittest._test_warnings\nCheck test.test_unittest.dummy\nCheck test.test_unittest.support\nCheck test.test_unittest.test_assertions\nCheck test.test_unittest.test_async_case\nCheck test.test_unittest.test_break\nCheck test.test_unittest.test_case\nCheck test.test_unittest.test_discovery\nCheck test.test_unittest.test_functiontestcase\nCheck test.test_unittest.test_loader\nCheck test.test_unittest.test_program\nCheck test.test_unittest.test_result\nCheck test.test_unittest.test_runner\nCheck test.test_unittest.test_setups\nCheck test.test_unittest.test_skipping\nCheck test.test_unittest.test_suite\nCheck test.test_unittest.test_util\nCheck test.test_unittest.testmock\nCheck test.test_unittest.testmock.__main__\nCheck test.test_unittest.testmock.support\nCheck test.test_unittest.testmock.testasync\nCheck test.test_unittest.testmock.testcallable\nCheck test.test_unittest.testmock.testhelpers\nCheck test.test_unittest.testmock.testmagicmethods\nCheck test.test_unittest.testmock.testmock\nCheck test.test_unittest.testmock.testpatch\nCheck test.test_unittest.testmock.testsealable\nCheck test.test_unittest.testmock.testsentinel\nCheck test.test_unittest.testmock.testthreadingmock\nCheck test.test_unittest.testmock.testwith\nCheck test.test_univnewlines\nCheck test.test_unpack\nCheck test.test_unpack_ex\nCheck test.test_unparse\nCheck test.test_urllib\nCheck test.test_urllib2\nCheck test.test_urllib2_localnet\nCheck test.test_urllib2net\nCheck test.test_urllib_response\nCheck test.test_urllibnet\nCheck test.test_urlparse\nCheck test.test_userdict\nCheck test.test_userlist\nCheck test.test_userstring\nCheck test.test_utf8_mode\nCheck test.test_utf8source\nCheck test.test_uuid\nCheck test.test_venv\nCheck test.test_wait3\nCheck test.test_wait4\nCheck test.test_warnings\nCheck test.test_warnings.__main__\nCheck test.test_wave\nCheck test.test_weakref\nCheck test.test_weakset\nCheck test.test_webbrowser\nCheck test.test_winapi\nCheck test.test_winconsoleio\nCheck test.test_winreg\nCheck test.test_winsound\nCheck test.test_with\nCheck test.test_wmi\nCheck test.test_wsgiref\nCheck test.test_xml_dom_minicompat\nCheck test.test_xml_dom_xmlbuilder\nCheck test.test_xml_etree\nCheck test.test_xml_etree_c\nCheck test.test_xmlrpc\nCheck test.test_xxlimited\nCheck test.test_xxtestfuzz\nCheck test.test_yield_from\nCheck test.test_zipapp\nCheck test.test_zipfile\nCheck test.test_zipfile.__main__\nCheck test.test_zipfile._path\nCheck test.test_zipfile._path._functools\nCheck test.test_zipfile._path._itertools\nCheck test.test_zipfile._path._support\nCheck test.test_zipfile._path._test_params\nCheck test.test_zipfile._path.test_complexity\nCheck test.test_zipfile._path.test_path\nCheck test.test_zipfile._path.write-alpharep\nCheck test.test_zipfile.test_core\nCheck test.test_zipfile64\nCheck test.test_zipimport\nCheck test.test_zipimport_support\nCheck test.test_zlib\nCheck test.test_zoneinfo\nCheck test.test_zoneinfo.__main__\nCheck test.test_zoneinfo._support\nCheck test.test_zoneinfo.test_zoneinfo\nCheck test.test_zoneinfo.test_zoneinfo_property\nCheck test.testcodec\nCheck test.tf_inherit_check\nCheck test.tokenizedata\nCheck test.tokenizedata.bad_coding\nCheck test.tokenizedata.bad_coding2\nCheck test.tokenizedata.badsyntax_3131\nCheck test.tokenizedata.badsyntax_pep3120\nCheck test.tokenizedata.coding20731\nCheck test.tracedmodules\nCheck test.tracedmodules.testmod\nCheck test.typinganndata\nCheck test.typinganndata._typed_dict_helper\nCheck test.typinganndata.ann_module\nCheck test.typinganndata.ann_module2\nCheck test.typinganndata.ann_module3\nCheck test.typinganndata.ann_module4\nCheck test.typinganndata.ann_module5\nCheck test.typinganndata.ann_module6\nCheck test.typinganndata.ann_module695\nCheck test.typinganndata.ann_module7\nCheck test.typinganndata.ann_module8\nCheck test.typinganndata.ann_module9\nCheck test.typinganndata.mod_generics_cache\nCheck test.win_console_handler\nCheck test.xmltests\nCheck textwrap\nCheck this\nCheck threading\nCheck timeit\nCheck tkinter\nCheck tkinter.__main__\nCheck tkinter.colorchooser\nCheck tkinter.commondialog\nCheck tkinter.constants\nCheck tkinter.dialog\nCheck tkinter.dnd\nCheck tkinter.filedialog\nCheck tkinter.font\nCheck tkinter.messagebox\nCheck tkinter.scrolledtext\nCheck tkinter.simpledialog\nCheck tkinter.ttk\nCheck token\nCheck tokenize\nCheck tomllib\nCheck tomllib._parser\nCheck tomllib._re\nCheck tomllib._types\nCheck trace\nCheck traceback\nCheck tracemalloc\nCheck tty\nCheck turtle\nCheck turtledemo\nCheck turtledemo.__main__\nCheck turtledemo.bytedesign\nCheck turtledemo.chaos\nCheck turtledemo.clock\nCheck turtledemo.colormixer\nCheck turtledemo.forest\nCheck turtledemo.fractalcurves\nCheck turtledemo.lindenmayer\nCheck turtledemo.minimal_hanoi\nCheck turtledemo.nim\nCheck turtledemo.paint\nCheck turtledemo.peace\nCheck turtledemo.penrose\nCheck turtledemo.planet_and_moon\nCheck turtledemo.rosette\nCheck turtledemo.round_dance\nCheck turtledemo.sorting_animate\nCheck turtledemo.tree\nCheck turtledemo.two_canvases\nCheck turtledemo.yinyang\nCheck types\nCheck typing\nCheck unittest\nCheck unittest.__main__\nCheck unittest._log\nCheck unittest.async_case\nCheck unittest.case\nCheck unittest.loader\nCheck unittest.main\nCheck unittest.mock\nCheck unittest.result\nCheck unittest.runner\nCheck unittest.signals\nCheck unittest.suite\nCheck unittest.util\nCheck urllib\nCheck urllib.error\nCheck urllib.parse\nCheck urllib.request\nCheck urllib.response\nCheck urllib.robotparser\nCheck uuid\nCheck venv\nCheck venv.__main__\nCheck warnings\nCheck wave\nCheck weakref\nCheck webbrowser\nCheck wsgiref\nCheck wsgiref.handlers\nCheck wsgiref.headers\nCheck wsgiref.simple_server\nCheck wsgiref.types\nCheck wsgiref.util\nCheck wsgiref.validate\nCheck xml\nCheck xml.dom\nCheck xml.dom.NodeFilter\nCheck xml.dom.domreg\nCheck xml.dom.expatbuilder\nCheck xml.dom.minicompat\nCheck xml.dom.minidom\nCheck xml.dom.pulldom\nCheck xml.dom.xmlbuilder\nCheck xml.etree\nCheck xml.etree.ElementInclude\nCheck xml.etree.ElementPath\nCheck xml.etree.ElementTree\nCheck xml.etree.cElementTree\nCheck xml.parsers\nCheck xml.parsers.expat\nCheck xml.sax\nCheck xml.sax._exceptions\nCheck xml.sax.expatreader\nCheck xml.sax.handler\nCheck xml.sax.saxutils\nCheck xml.sax.xmlreader\nCheck xmlrpc\nCheck xmlrpc.client\nCheck xmlrpc.server\nCheck zipapp\nCheck zipfile\nCheck zipfile.__main__\nCheck zipfile._path\nCheck zipfile._path.glob\nCheck zipimport\nCheck zoneinfo\nCheck zoneinfo._common\nCheck zoneinfo._tzpath\nCheck zoneinfo._zoneinfo\nFollowing modules have no __all__ and have been ignored: ['__hello__', '__phello__', '__phello__.spam', '_aix_support', '_android_support', '_apple_support', '_colorize', '_compat_pickle', '_compression', '_ios_support', '_markupbase', '_opcode_metadata', '_py_abc', '_pylong', '_pyrepl', '_pyrepl.__main__', '_pyrepl._minimal_curses', '_pyrepl._threading_handler', '_pyrepl.base_eventqueue', '_pyrepl.commands', '_pyrepl.completing_reader', '_pyrepl.console', '_pyrepl.curses', '_pyrepl.fancy_termios', '_pyrepl.historical_reader', '_pyrepl.input', '_pyrepl.keymap', '_pyrepl.main', '_pyrepl.pager', '_pyrepl.reader', '_pyrepl.simple_interact', '_pyrepl.trace', '_pyrepl.types', '_pyrepl.unix_console', '_pyrepl.unix_eventqueue', '_pyrepl.utils', '_pyrepl.windows_console', '_pyrepl.windows_eventqueue', '_sitebuiltins', '_sysconfigdata__linux_x86_64-linux-gnu', 'abc', 'antigravity', 'ast', 'asyncio.__main__', 'asyncio.base_subprocess', 'asyncio.base_tasks', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.log', 'asyncio.mixins', 'asyncio.sslproto', 'asyncio.trsock', 'bisect', 'concurrent', 'concurrent.futures._base', 'concurrent.futures.process', 'concurrent.futures.thread', 'ctypes', 'ctypes._aix', 'ctypes._endian', 'ctypes.macholib', 'ctypes.util', 'ctypes.wintypes', 'curses', 'curses.ascii', 'curses.has_key', 'curses.panel', 'curses.textpad', 'dbm.gnu', 'dbm.ndbm', 'dbm.sqlite3', 'decimal', 'email._header_value_parser', 'email.contentmanager', 'email.errors', 'email.headerregistry', 'email.mime', 'encodings', 'encodings.aliases', 'encodings.ascii', 'encodings.base64_codec', 'encodings.big5', 'encodings.big5hkscs', 'encodings.bz2_codec', 'encodings.charmap', 'encodings.cp037', 'encodings.cp1006', 'encodings.cp1026', 'encodings.cp1125', 'encodings.cp1140', 'encodings.cp1250', 'encodings.cp1251', 'encodings.cp1252', 'encodings.cp1253', 'encodings.cp1254', 'encodings.cp1255', 'encodings.cp1256', 'encodings.cp1257', 'encodings.cp1258', 'encodings.cp273', 'encodings.cp424', 'encodings.cp437', 'encodings.cp500', 'encodings.cp720', 'encodings.cp737', 'encodings.cp775', 'encodings.cp850', 'encodings.cp852', 'encodings.cp855', 'encodings.cp856', 'encodings.cp857', 'encodings.cp858', 'encodings.cp860', 'encodings.cp861', 'encodings.cp862', 'encodings.cp863', 'encodings.cp864', 'encodings.cp865', 'encodings.cp866', 'encodings.cp869', 'encodings.cp874', 'encodings.cp875', 'encodings.cp932', 'encodings.cp949', 'encodings.cp950', 'encodings.euc_jis_2004', 'encodings.euc_jisx0213', 'encodings.euc_jp', 'encodings.euc_kr', 'encodings.gb18030', 'encodings.gb2312', 'encodings.gbk', 'encodings.hex_codec', 'encodings.hp_roman8', 'encodings.hz', 'encodings.idna', 'encodings.iso2022_jp', 'encodings.iso2022_jp_1', 'encodings.iso2022_jp_2', 'encodings.iso2022_jp_2004', 'encodings.iso2022_jp_3', 'encodings.iso2022_jp_ext', 'encodings.iso2022_kr', 'encodings.iso8859_1', 'encodings.iso8859_10', 'encodings.iso8859_11', 'encodings.iso8859_13', 'encodings.iso8859_14', 'encodings.iso8859_15', 'encodings.iso8859_16', 'encodings.iso8859_2', 'encodings.iso8859_3', 'encodings.iso8859_4', 'encodings.iso8859_5', 'encodings.iso8859_6', 'encodings.iso8859_7', 'encodings.iso8859_8', 'encodings.iso8859_9', 'encodings.johab', 'encodings.koi8_r', 'encodings.koi8_t', 'encodings.koi8_u', 'encodings.kz1048', 'encodings.latin_1', 'encodings.mac_arabic', 'encodings.mac_croatian', 'encodings.mac_cyrillic', 'encodings.mac_farsi', 'encodings.mac_greek', 'encodings.mac_iceland', 'encodings.mac_latin2', 'encodings.mac_roman', 'encodings.mac_romanian', 'encodings.mac_turkish', 'encodings.mbcs', 'encodings.oem', 'encodings.palmos', 'encodings.ptcp154', 'encodings.punycode', 'encodings.quopri_codec', 'encodings.raw_unicode_escape', 'encodings.rot_13', 'encodings.shift_jis', 'encodings.shift_jis_2004', 'encodings.shift_jisx0213', 'encodings.tis_620', 'encodings.undefined', 'encodings.unicode_escape', 'encodings.utf_16', 'encodings.utf_16_be', 'encodings.utf_16_le', 'encodings.utf_32', 'encodings.utf_32_be', 'encodings.utf_32_le', 'encodings.utf_7', 'encodings.utf_8', 'encodings.utf_8_sig', 'encodings.uu_codec', 'encodings.zlib_codec', 'ensurepip.__main__', 'ensurepip._uninstall', 'hmac', 'idlelib', 'idlelib.__main__', 'idlelib.autocomplete_w', 'idlelib.autoexpand', 'idlelib.browser', 'idlelib.calltip', 'idlelib.calltip_w', 'idlelib.codecontext', 'idlelib.colorizer', 'idlelib.config', 'idlelib.config_key', 'idlelib.configdialog', 'idlelib.debugger', 'idlelib.debugger_r', 'idlelib.debugobj', 'idlelib.debugobj_r', 'idlelib.delegator', 'idlelib.dynoption', 'idlelib.editor', 'idlelib.filelist', 'idlelib.format', 'idlelib.grep', 'idlelib.help', 'idlelib.help_about', 'idlelib.history', 'idlelib.hyperparser', 'idlelib.idle', 'idlelib.idle_test', 'idlelib.idle_test.htest', 'idlelib.idle_test.mock_idle', 'idlelib.idle_test.mock_tk', 'idlelib.idle_test.template', 'idlelib.idle_test.test_autocomplete_w', 'idlelib.idle_test.test_autoexpand', 'idlelib.idle_test.test_browser', 'idlelib.idle_test.test_calltip', 'idlelib.idle_test.test_calltip_w', 'idlelib.idle_test.test_codecontext', 'idlelib.idle_test.test_colorizer', 'idlelib.idle_test.test_config', 'idlelib.idle_test.test_config_key', 'idlelib.idle_test.test_configdialog', 'idlelib.idle_test.test_debugger', 'idlelib.idle_test.test_debugger_r', 'idlelib.idle_test.test_debugobj', 'idlelib.idle_test.test_debugobj_r', 'idlelib.idle_test.test_delegator', 'idlelib.idle_test.test_editmenu', 'idlelib.idle_test.test_editor', 'idlelib.idle_test.test_filelist', 'idlelib.idle_test.test_format', 'idlelib.idle_test.test_grep', 'idlelib.idle_test.test_help', 'idlelib.idle_test.test_help_about', 'idlelib.idle_test.test_history', 'idlelib.idle_test.test_hyperparser', 'idlelib.idle_test.test_iomenu', 'idlelib.idle_test.test_macosx', 'idlelib.idle_test.test_mainmenu', 'idlelib.idle_test.test_multicall', 'idlelib.idle_test.test_outwin', 'idlelib.idle_test.test_parenmatch', 'idlelib.idle_test.test_pathbrowser', 'idlelib.idle_test.test_percolator', 'idlelib.idle_test.test_pyparse', 'idlelib.idle_test.test_pyshell', 'idlelib.idle_test.test_query', 'idlelib.idle_test.test_redirector', 'idlelib.idle_test.test_replace', 'idlelib.idle_test.test_rpc', 'idlelib.idle_test.test_run', 'idlelib.idle_test.test_runscript', 'idlelib.idle_test.test_scrolledlist', 'idlelib.idle_test.test_search', 'idlelib.idle_test.test_searchbase', 'idlelib.idle_test.test_searchengine', 'idlelib.idle_test.test_sidebar', 'idlelib.idle_test.test_squeezer', 'idlelib.idle_test.test_stackviewer', 'idlelib.idle_test.test_statusbar', 'idlelib.idle_test.test_text', 'idlelib.idle_test.test_textview', 'idlelib.idle_test.test_tooltip', 'idlelib.idle_test.test_tree', 'idlelib.idle_test.test_undo', 'idlelib.idle_test.test_util', 'idlelib.idle_test.test_warning', 'idlelib.idle_test.test_window', 'idlelib.idle_test.test_zoomheight', 'idlelib.idle_test.test_zzdummy', 'idlelib.idle_test.tkinter_testing_utils', 'idlelib.iomenu', 'idlelib.macosx', 'idlelib.mainmenu', 'idlelib.multicall', 'idlelib.outwin', 'idlelib.parenmatch', 'idlelib.pathbrowser', 'idlelib.percolator', 'idlelib.pyparse', 'idlelib.pyshell', 'idlelib.query', 'idlelib.redirector', 'idlelib.replace', 'idlelib.rpc', 'idlelib.run', 'idlelib.runscript', 'idlelib.scrolledlist', 'idlelib.search', 'idlelib.searchbase', 'idlelib.searchengine', 'idlelib.sidebar', 'idlelib.squeezer', 'idlelib.stackviewer', 'idlelib.statusbar', 'idlelib.textview', 'idlelib.tooltip', 'idlelib.tree', 'idlelib.undo', 'idlelib.util', 'idlelib.window', 'idlelib.zoomheight', 'idlelib.zzdummy', 'importlib._abc', 'importlib._bootstrap', 'importlib._bootstrap_external', 'importlib.machinery', 'importlib.metadata._adapters', 'importlib.metadata._collections', 'importlib.metadata._functools', 'importlib.metadata._itertools', 'importlib.metadata._meta', 'importlib.metadata._text', 'importlib.metadata.diagnose', 'importlib.resources._adapters', 'importlib.resources._common', 'importlib.resources._functional', 'importlib.resources._itertools', 'importlib.resources.readers', 'importlib.resources.simple', 'importlib.util', 'ipaddress', 'json.encoder', 'json.tool', 'logging.config', 'logging.handlers', 'modulefinder', 'nturl2path', 'platform', 'pydoc_data', 'pydoc_data.topics', 're._casefix', 're._compiler', 're._constants', 're._parser', 'selectors', 'signal', 'site', 'sqlite3', 'sqlite3.__main__', 'sqlite3.dbapi2', 'sqlite3.dump', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'stringprep', 'sysconfig.__main__', 'test', 'test.__main__', 'test._test_atexit', 'test._test_eintr', 'test._test_embed_set_config', 'test._test_embed_structseq', 'test._test_monitoring_shutdown', 'test._test_multiprocessing', 'test._test_venv_multiprocessing', 'test.archiver_tests', 'test.audiotests', 'test.audit-tests', 'test.autotest', 'test.bisect_cmd', 'test.cov', 'test.curses_tests', 'test.datetimetester', 'test.dis_module', 'test.encoded_modules', 'test.encoded_modules.module_iso_8859_1', 'test.encoded_modules.module_koi8_r', 'test.fork_wait', 'test.leakers', 'test.leakers.test_ctypes', 'test.leakers.test_selftype', 'test.libregrtest', 'test.libregrtest.cmdline', 'test.libregrtest.filter', 'test.libregrtest.findtests', 'test.libregrtest.logger', 'test.libregrtest.main', 'test.libregrtest.pgo', 'test.libregrtest.refleak', 'test.libregrtest.result', 'test.libregrtest.results', 'test.libregrtest.run_workers', 'test.libregrtest.runtests', 'test.libregrtest.save_env', 'test.libregrtest.setup', 'test.libregrtest.single', 'test.libregrtest.testresult', 'test.libregrtest.tsan', 'test.libregrtest.utils', 'test.libregrtest.win_utils', 'test.libregrtest.worker', 'test.list_tests', 'test.lock_tests', 'test.mapping_tests', 'test.memory_watchdog', 'test.mock_socket', 'test.mp_fork_bomb', 'test.mp_preload', 'test.multibytecodec_support', 'test.pickletester', 'test.profilee', 'test.pyclbr_input', 'test.pythoninfo', 'test.re_tests', 'test.regrtest', 'test.relimport', 'test.reperf', 'test.seq_tests', 'test.signalinterproctester', 'test.ssl_servers', 'test.ssltests', 'test.string_tests', 'test.support._hypothesis_stubs._helpers', 'test.support.ast_helper', 'test.support.asynchat', 'test.support.asyncore', 'test.support.bytecode_helper', 'test.support.hashlib_helper', 'test.support.hypothesis_helper', 'test.support.i18n_helper', 'test.support.import_helper', 'test.support.interpreters._crossinterp', 'test.support.logging_helper', 'test.support.numbers', 'test.support.os_helper', 'test.support.pty_helper', 'test.support.refleak_helper', 'test.support.script_helper', 'test.support.socket_helper', 'test.support.testcase', 'test.support.threading_helper', 'test.support.venv', 'test.support.warnings_helper', 'test.test___all__', 'test.test__colorize', 'test.test__interpchannels', 'test.test__interpreters', 'test.test__locale', 'test.test__opcode', 'test.test__osx_support', 'test.test_abc', 'test.test_abstract_numbers', 'test.test_android', 'test.test_apple', 'test.test_argparse', 'test.test_array', 'test.test_asdl_parser', 'test.test_ast', 'test.test_ast.snippets', 'test.test_ast.test_ast', 'test.test_ast.utils', 'test.test_asyncgen', 'test.test_asyncio', 'test.test_asyncio.__main__', 'test.test_asyncio.echo', 'test.test_asyncio.echo2', 'test.test_asyncio.echo3', 'test.test_asyncio.functional', 'test.test_asyncio.test_base_events', 'test.test_asyncio.test_buffered_proto', 'test.test_asyncio.test_context', 'test.test_asyncio.test_eager_task_factory', 'test.test_asyncio.test_events', 'test.test_asyncio.test_futures', 'test.test_asyncio.test_futures2', 'test.test_asyncio.test_locks', 'test.test_asyncio.test_pep492', 'test.test_asyncio.test_proactor_events', 'test.test_asyncio.test_protocols', 'test.test_asyncio.test_queues', 'test.test_asyncio.test_runners', 'test.test_asyncio.test_selector_events', 'test.test_asyncio.test_sendfile', 'test.test_asyncio.test_server', 'test.test_asyncio.test_sock_lowlevel', 'test.test_asyncio.test_ssl', 'test.test_asyncio.test_sslproto', 'test.test_asyncio.test_staggered', 'test.test_asyncio.test_streams', 'test.test_asyncio.test_subprocess', 'test.test_asyncio.test_taskgroups', 'test.test_asyncio.test_tasks', 'test.test_asyncio.test_threads', 'test.test_asyncio.test_timeouts', 'test.test_asyncio.test_transports', 'test.test_asyncio.test_unix_events', 'test.test_asyncio.test_waitfor', 'test.test_asyncio.test_windows_events', 'test.test_asyncio.test_windows_utils', 'test.test_asyncio.utils', 'test.test_atexit', 'test.test_audit', 'test.test_augassign', 'test.test_base64', 'test.test_baseexception', 'test.test_bdb', 'test.test_bigaddrspace', 'test.test_bigmem', 'test.test_binascii', 'test.test_binop', 'test.test_bisect', 'test.test_bool', 'test.test_buffer', 'test.test_bufio', 'test.test_builtin', 'test.test_bytes', 'test.test_bz2', 'test.test_c_locale_coercion', 'test.test_calendar', 'test.test_call', 'test.test_capi', 'test.test_capi.__main__', 'test.test_capi.check_config', 'test.test_capi.test_abstract', 'test.test_capi.test_bytearray', 'test.test_capi.test_bytes', 'test.test_capi.test_codecs', 'test.test_capi.test_complex', 'test.test_capi.test_dict', 'test.test_capi.test_eval', 'test.test_capi.test_eval_code_ex', 'test.test_capi.test_exceptions', 'test.test_capi.test_file', 'test.test_capi.test_float', 'test.test_capi.test_getargs', 'test.test_capi.test_hash', 'test.test_capi.test_immortal', 'test.test_capi.test_import', 'test.test_capi.test_list', 'test.test_capi.test_long', 'test.test_capi.test_mem', 'test.test_capi.test_misc', 'test.test_capi.test_number', 'test.test_capi.test_object', 'test.test_capi.test_opt', 'test.test_capi.test_pyatomic', 'test.test_capi.test_run', 'test.test_capi.test_set', 'test.test_capi.test_structmembers', 'test.test_capi.test_sys', 'test.test_capi.test_time', 'test.test_capi.test_tuple', 'test.test_capi.test_unicode', 'test.test_capi.test_watchers', 'test.test_cext', 'test.test_cext.setup', 'test.test_charmapcodec', 'test.test_class', 'test.test_clinic', 'test.test_cmath', 'test.test_cmd', 'test.test_cmd_line', 'test.test_cmd_line_script', 'test.test_code', 'test.test_code_module', 'test.test_codeccallbacks', 'test.test_codecencodings_cn', 'test.test_codecencodings_hk', 'test.test_codecencodings_iso2022', 'test.test_codecencodings_jp', 'test.test_codecencodings_kr', 'test.test_codecencodings_tw', 'test.test_codecmaps_cn', 'test.test_codecmaps_hk', 'test.test_codecmaps_jp', 'test.test_codecmaps_kr', 'test.test_codecmaps_tw', 'test.test_codecs', 'test.test_codeop', 'test.test_collections', 'test.test_colorsys', 'test.test_compare', 'test.test_compile', 'test.test_compileall', 'test.test_compiler_assemble', 'test.test_compiler_codegen', 'test.test_complex', 'test.test_concurrent_futures', 'test.test_concurrent_futures.executor', 'test.test_concurrent_futures.test_as_completed', 'test.test_concurrent_futures.test_deadlock', 'test.test_concurrent_futures.test_future', 'test.test_concurrent_futures.test_init', 'test.test_concurrent_futures.test_process_pool', 'test.test_concurrent_futures.test_shutdown', 'test.test_concurrent_futures.test_thread_pool', 'test.test_concurrent_futures.test_wait', 'test.test_concurrent_futures.util', 'test.test_configparser', 'test.test_contains', 'test.test_context', 'test.test_contextlib', 'test.test_contextlib_async', 'test.test_copy', 'test.test_copyreg', 'test.test_coroutines', 'test.test_cppext', 'test.test_cppext.setup', 'test.test_cprofile', 'test.test_csv', 'test.test_ctypes', 'test.test_ctypes.__main__', 'test.test_ctypes._support', 'test.test_ctypes.test_aligned_structures', 'test.test_ctypes.test_anon', 'test.test_ctypes.test_array_in_pointer', 'test.test_ctypes.test_arrays', 'test.test_ctypes.test_as_parameter', 'test.test_ctypes.test_bitfields', 'test.test_ctypes.test_buffers', 'test.test_ctypes.test_bytes', 'test.test_ctypes.test_byteswap', 'test.test_ctypes.test_c_simple_type_meta', 'test.test_ctypes.test_callbacks', 'test.test_ctypes.test_cast', 'test.test_ctypes.test_cfuncs', 'test.test_ctypes.test_checkretval', 'test.test_ctypes.test_delattr', 'test.test_ctypes.test_dlerror', 'test.test_ctypes.test_errno', 'test.test_ctypes.test_find', 'test.test_ctypes.test_frombuffer', 'test.test_ctypes.test_funcptr', 'test.test_ctypes.test_functions', 'test.test_ctypes.test_incomplete', 'test.test_ctypes.test_init', 'test.test_ctypes.test_internals', 'test.test_ctypes.test_keeprefs', 'test.test_ctypes.test_libc', 'test.test_ctypes.test_loading', 'test.test_ctypes.test_macholib', 'test.test_ctypes.test_memfunctions', 'test.test_ctypes.test_numbers', 'test.test_ctypes.test_objects', 'test.test_ctypes.test_parameters', 'test.test_ctypes.test_pep3118', 'test.test_ctypes.test_pickling', 'test.test_ctypes.test_pointers', 'test.test_ctypes.test_prototypes', 'test.test_ctypes.test_python_api', 'test.test_ctypes.test_random_things', 'test.test_ctypes.test_refcounts', 'test.test_ctypes.test_repr', 'test.test_ctypes.test_returnfuncptrs', 'test.test_ctypes.test_simplesubclasses', 'test.test_ctypes.test_sizes', 'test.test_ctypes.test_slicing', 'test.test_ctypes.test_stringptr', 'test.test_ctypes.test_strings', 'test.test_ctypes.test_struct_fields', 'test.test_ctypes.test_structures', 'test.test_ctypes.test_unaligned_structures', 'test.test_ctypes.test_unicode', 'test.test_ctypes.test_unions', 'test.test_ctypes.test_values', 'test.test_ctypes.test_varsize_struct', 'test.test_ctypes.test_win32', 'test.test_ctypes.test_win32_com_foreign_func', 'test.test_ctypes.test_wintypes', 'test.test_curses', 'test.test_dataclasses', 'test.test_dataclasses.dataclass_module_1', 'test.test_dataclasses.dataclass_module_1_str', 'test.test_dataclasses.dataclass_module_2', 'test.test_dataclasses.dataclass_module_2_str', 'test.test_dataclasses.dataclass_textanno', 'test.test_datetime', 'test.test_dbm', 'test.test_dbm_dumb', 'test.test_dbm_gnu', 'test.test_dbm_ndbm', 'test.test_dbm_sqlite3', 'test.test_decimal', 'test.test_decorators', 'test.test_defaultdict', 'test.test_deque', 'test.test_descr', 'test.test_descrtut', 'test.test_devpoll', 'test.test_dict', 'test.test_dict_version', 'test.test_dictcomps', 'test.test_dictviews', 'test.test_difflib', 'test.test_dis', 'test.test_doctest', 'test.test_doctest.decorator_mod', 'test.test_doctest.doctest_aliases', 'test.test_doctest.doctest_lineno', 'test.test_doctest.sample_doctest', 'test.test_doctest.sample_doctest_errors', 'test.test_doctest.sample_doctest_no_docstrings', 'test.test_doctest.sample_doctest_no_doctests', 'test.test_doctest.sample_doctest_skip', 'test.test_doctest.test_doctest', 'test.test_doctest.test_doctest2', 'test.test_docxmlrpc', 'test.test_dtrace', 'test.test_dynamic', 'test.test_dynamicclassattribute', 'test.test_eintr', 'test.test_email', 'test.test_email.__main__', 'test.test_email.test__encoded_words', 'test.test_email.test__header_value_parser', 'test.test_email.test_asian_codecs', 'test.test_email.test_contentmanager', 'test.test_email.test_defect_handling', 'test.test_email.test_email', 'test.test_email.test_generator', 'test.test_email.test_headerregistry', 'test.test_email.test_inversion', 'test.test_email.test_message', 'test.test_email.test_parser', 'test.test_email.test_pickleable', 'test.test_email.test_policy', 'test.test_email.test_utils', 'test.test_email.torture_test', 'test.test_embed', 'test.test_ensurepip', 'test.test_enum', 'test.test_enumerate', 'test.test_eof', 'test.test_epoll', 'test.test_errno', 'test.test_except_star', 'test.test_exception_group', 'test.test_exception_hierarchy', 'test.test_exception_variations', 'test.test_exceptions', 'test.test_extcall', 'test.test_external_inspection', 'test.test_faulthandler', 'test.test_fcntl', 'test.test_file', 'test.test_file_eintr', 'test.test_filecmp', 'test.test_fileinput', 'test.test_fileio', 'test.test_fileutils', 'test.test_finalization', 'test.test_float', 'test.test_flufl', 'test.test_fnmatch', 'test.test_fork1', 'test.test_format', 'test.test_fractions', 'test.test_frame', 'test.test_free_threading', 'test.test_free_threading.test_code', 'test.test_free_threading.test_dict', 'test.test_free_threading.test_func_annotations', 'test.test_free_threading.test_gc', 'test.test_free_threading.test_list', 'test.test_free_threading.test_monitoring', 'test.test_free_threading.test_set', 'test.test_free_threading.test_slots', 'test.test_free_threading.test_str', 'test.test_free_threading.test_tokenize', 'test.test_free_threading.test_type', 'test.test_frozen', 'test.test_fstring', 'test.test_ftplib', 'test.test_funcattrs', 'test.test_functools', 'test.test_future_stmt', 'test.test_future_stmt.badsyntax_future', 'test.test_future_stmt.import_nested_scope_twice', 'test.test_future_stmt.nested_scope', 'test.test_future_stmt.test_future', 'test.test_future_stmt.test_future_flags', 'test.test_future_stmt.test_future_multiple_features', 'test.test_future_stmt.test_future_multiple_imports', 'test.test_future_stmt.test_future_single_import', 'test.test_gc', 'test.test_gdb', 'test.test_gdb.gdb_sample', 'test.test_gdb.test_backtrace', 'test.test_gdb.test_cfunction', 'test.test_gdb.test_cfunction_full', 'test.test_gdb.test_misc', 'test.test_gdb.test_pretty_print', 'test.test_gdb.util', 'test.test_generated_cases', 'test.test_generator_stop', 'test.test_generators', 'test.test_genericalias', 'test.test_genericclass', 'test.test_genericpath', 'test.test_genexps', 'test.test_getopt', 'test.test_getpass', 'test.test_getpath', 'test.test_gettext', 'test.test_glob', 'test.test_global', 'test.test_grammar', 'test.test_graphlib', 'test.test_grp', 'test.test_gzip', 'test.test_hash', 'test.test_hashlib', 'test.test_heapq', 'test.test_hmac', 'test.test_html', 'test.test_htmlparser', 'test.test_http_cookiejar', 'test.test_http_cookies', 'test.test_httplib', 'test.test_httpservers', 'test.test_idle', 'test.test_imaplib', 'test.test_import', 'test.test_import.__main__', 'test.test_importlib', 'test.test_importlib.__main__', 'test.test_importlib.abc', 'test.test_importlib.builtin', 'test.test_importlib.builtin.__main__', 'test.test_importlib.builtin.test_finder', 'test.test_importlib.builtin.test_loader', 'test.test_importlib.extension', 'test.test_importlib.extension.__main__', 'test.test_importlib.extension._test_nonmodule_cases', 'test.test_importlib.extension.test_case_sensitivity', 'test.test_importlib.extension.test_finder', 'test.test_importlib.extension.test_loader', 'test.test_importlib.extension.test_path_hook', 'test.test_importlib.frozen', 'test.test_importlib.frozen.__main__', 'test.test_importlib.frozen.test_finder', 'test.test_importlib.frozen.test_loader', 'test.test_importlib.import_', 'test.test_importlib.import_.__main__', 'test.test_importlib.import_.test___loader__', 'test.test_importlib.import_.test___package__', 'test.test_importlib.import_.test_api', 'test.test_importlib.import_.test_caching', 'test.test_importlib.import_.test_fromlist', 'test.test_importlib.import_.test_helpers', 'test.test_importlib.import_.test_meta_path', 'test.test_importlib.import_.test_packages', 'test.test_importlib.import_.test_path', 'test.test_importlib.import_.test_relative_imports', 'test.test_importlib.metadata', 'test.test_importlib.metadata._context', 'test.test_importlib.metadata._path', 'test.test_importlib.metadata.data', 'test.test_importlib.metadata.fixtures', 'test.test_importlib.metadata.stubs', 'test.test_importlib.metadata.test_api', 'test.test_importlib.metadata.test_main', 'test.test_importlib.metadata.test_zip', 'test.test_importlib.resources', 'test.test_importlib.resources._path', 'test.test_importlib.resources.test_compatibilty_files', 'test.test_importlib.resources.test_contents', 'test.test_importlib.resources.test_custom', 'test.test_importlib.resources.test_files', 'test.test_importlib.resources.test_functional', 'test.test_importlib.resources.test_open', 'test.test_importlib.resources.test_path', 'test.test_importlib.resources.test_read', 'test.test_importlib.resources.test_reader', 'test.test_importlib.resources.test_resource', 'test.test_importlib.resources.util', 'test.test_importlib.resources.zip', 'test.test_importlib.source', 'test.test_importlib.source.__main__', 'test.test_importlib.source.test_case_sensitivity', 'test.test_importlib.source.test_file_loader', 'test.test_importlib.source.test_finder', 'test.test_importlib.source.test_path_hook', 'test.test_importlib.source.test_source_encoding', 'test.test_importlib.test_abc', 'test.test_importlib.test_api', 'test.test_importlib.test_lazy', 'test.test_importlib.test_locks', 'test.test_importlib.test_namespace_pkgs', 'test.test_importlib.test_pkg_import', 'test.test_importlib.test_spec', 'test.test_importlib.test_threaded_import', 'test.test_importlib.test_util', 'test.test_importlib.test_windows', 'test.test_importlib.threaded_import_hangers', 'test.test_importlib.util', 'test.test_index', 'test.test_inspect', 'test.test_inspect.inspect_fodder', 'test.test_inspect.inspect_fodder2', 'test.test_inspect.inspect_stock_annotations', 'test.test_inspect.inspect_stringized_annotations', 'test.test_inspect.inspect_stringized_annotations_2', 'test.test_inspect.inspect_stringized_annotations_pep695', 'test.test_inspect.test_inspect', 'test.test_int', 'test.test_int_literal', 'test.test_interpreters', 'test.test_interpreters.__main__', 'test.test_interpreters.test_api', 'test.test_interpreters.test_channels', 'test.test_interpreters.test_lifecycle', 'test.test_interpreters.test_queues', 'test.test_interpreters.test_stress', 'test.test_interpreters.utils', 'test.test_io', 'test.test_ioctl', 'test.test_ipaddress', 'test.test_isinstance', 'test.test_iter', 'test.test_iterlen', 'test.test_itertools', 'test.test_json', 'test.test_json.__main__', 'test.test_json.test_decode', 'test.test_json.test_default', 'test.test_json.test_dump', 'test.test_json.test_encode_basestring_ascii', 'test.test_json.test_enum', 'test.test_json.test_fail', 'test.test_json.test_float', 'test.test_json.test_indent', 'test.test_json.test_pass1', 'test.test_json.test_pass2', 'test.test_json.test_pass3', 'test.test_json.test_recursion', 'test.test_json.test_scanstring', 'test.test_json.test_separators', 'test.test_json.test_speedups', 'test.test_json.test_tool', 'test.test_json.test_unicode', 'test.test_keyword', 'test.test_keywordonlyarg', 'test.test_kqueue', 'test.test_largefile', 'test.test_launcher', 'test.test_linecache', 'test.test_list', 'test.test_listcomps', 'test.test_lltrace', 'test.test_locale', 'test.test_logging', 'test.test_long', 'test.test_longexp', 'test.test_lzma', 'test.test_mailbox', 'test.test_marshal', 'test.test_math', 'test.test_math_property', 'test.test_memoryio', 'test.test_memoryview', 'test.test_metaclass', 'test.test_mimetypes', 'test.test_minidom', 'test.test_mmap', 'test.test_module', 'test.test_module.bad_getattr', 'test.test_module.bad_getattr2', 'test.test_module.bad_getattr3', 'test.test_module.final_a', 'test.test_module.final_b', 'test.test_module.good_getattr', 'test.test_modulefinder', 'test.test_monitoring', 'test.test_msvcrt', 'test.test_multibytecodec', 'test.test_multiprocessing_fork', 'test.test_multiprocessing_fork.test_manager', 'test.test_multiprocessing_fork.test_misc', 'test.test_multiprocessing_fork.test_processes', 'test.test_multiprocessing_fork.test_threads', 'test.test_multiprocessing_forkserver', 'test.test_multiprocessing_forkserver.test_manager', 'test.test_multiprocessing_forkserver.test_misc', 'test.test_multiprocessing_forkserver.test_processes', 'test.test_multiprocessing_forkserver.test_threads', 'test.test_multiprocessing_main_handling', 'test.test_multiprocessing_spawn', 'test.test_multiprocessing_spawn.test_manager', 'test.test_multiprocessing_spawn.test_misc', 'test.test_multiprocessing_spawn.test_processes', 'test.test_multiprocessing_spawn.test_threads', 'test.test_named_expressions', 'test.test_netrc', 'test.test_ntpath', 'test.test_numeric_tower', 'test.test_opcache', 'test.test_opcodes', 'test.test_openpty', 'test.test_operator', 'test.test_optimizer', 'test.test_optparse', 'test.test_ordered_dict', 'test.test_os', 'test.test_osx_env', 'test.test_pathlib', 'test.test_pathlib.test_pathlib', 'test.test_pathlib.test_pathlib_abc', 'test.test_patma', 'test.test_pdb', 'test.test_peepholer', 'test.test_peg_generator', 'test.test_peg_generator.__main__', 'test.test_peg_generator.test_c_parser', 'test.test_peg_generator.test_first_sets', 'test.test_peg_generator.test_grammar_validator', 'test.test_peg_generator.test_pegen', 'test.test_pep646_syntax', 'test.test_perf_profiler', 'test.test_perfmaps', 'test.test_pickle', 'test.test_picklebuffer', 'test.test_pickletools', 'test.test_pkg', 'test.test_pkgutil', 'test.test_platform', 'test.test_plistlib', 'test.test_poll', 'test.test_popen', 'test.test_poplib', 'test.test_positional_only_arg', 'test.test_posix', 'test.test_posixpath', 'test.test_pow', 'test.test_pprint', 'test.test_print', 'test.test_profile', 'test.test_property', 'test.test_pstats', 'test.test_pty', 'test.test_pulldom', 'test.test_pwd', 'test.test_py_compile', 'test.test_pyclbr', 'test.test_pydoc', 'test.test_pydoc.module_none', 'test.test_pydoc.pydoc_mod', 'test.test_pydoc.pydocfodder', 'test.test_pydoc.test_pydoc', 'test.test_pyexpat', 'test.test_pyrepl', 'test.test_pyrepl.__main__', 'test.test_pyrepl.support', 'test.test_pyrepl.test_eventqueue', 'test.test_pyrepl.test_input', 'test.test_pyrepl.test_interact', 'test.test_pyrepl.test_keymap', 'test.test_pyrepl.test_pyrepl', 'test.test_pyrepl.test_reader', 'test.test_pyrepl.test_unix_console', 'test.test_pyrepl.test_utils', 'test.test_pyrepl.test_windows_console', 'test.test_queue', 'test.test_quopri', 'test.test_raise', 'test.test_random', 'test.test_range', 'test.test_re', 'test.test_readline', 'test.test_regrtest', 'test.test_repl', 'test.test_reprlib', 'test.test_resource', 'test.test_richcmp', 'test.test_rlcompleter', 'test.test_robotparser', 'test.test_runpy', 'test.test_sax', 'test.test_sched', 'test.test_scope', 'test.test_script_helper', 'test.test_secrets', 'test.test_select', 'test.test_selectors', 'test.test_set', 'test.test_setcomps', 'test.test_shelve', 'test.test_shlex', 'test.test_shutil', 'test.test_signal', 'test.test_site', 'test.test_slice', 'test.test_smtplib', 'test.test_smtpnet', 'test.test_socket', 'test.test_sort', 'test.test_source_encoding', 'test.test_sqlite3', 'test.test_sqlite3.__main__', 'test.test_sqlite3.test_backup', 'test.test_sqlite3.test_cli', 'test.test_sqlite3.test_dbapi', 'test.test_sqlite3.test_dump', 'test.test_sqlite3.test_factory', 'test.test_sqlite3.test_hooks', 'test.test_sqlite3.test_regression', 'test.test_sqlite3.test_transactions', 'test.test_sqlite3.test_types', 'test.test_sqlite3.test_userfunctions', 'test.test_sqlite3.util', 'test.test_ssl', 'test.test_stable_abi_ctypes', 'test.test_startfile', 'test.test_stat', 'test.test_statistics', 'test.test_str', 'test.test_strftime', 'test.test_string', 'test.test_string_literals', 'test.test_stringprep', 'test.test_strptime', 'test.test_strtod', 'test.test_struct', 'test.test_structseq', 'test.test_subclassinit', 'test.test_subprocess', 'test.test_sundry', 'test.test_super', 'test.test_support', 'test.test_symtable', 'test.test_syntax', 'test.test_sys', 'test.test_sys_setprofile', 'test.test_sys_settrace', 'test.test_sysconfig', 'test.test_syslog', 'test.test_tabnanny', 'test.test_tarfile', 'test.test_tcl', 'test.test_tempfile', 'test.test_termios', 'test.test_textwrap', 'test.test_thread', 'test.test_threadedtempfile', 'test.test_threading', 'test.test_threading_local', 'test.test_threadsignals', 'test.test_time', 'test.test_timeit', 'test.test_timeout', 'test.test_tkinter', 'test.test_tkinter.__main__', 'test.test_tkinter.support', 'test.test_tkinter.test_colorchooser', 'test.test_tkinter.test_font', 'test.test_tkinter.test_geometry_managers', 'test.test_tkinter.test_images', 'test.test_tkinter.test_loadtk', 'test.test_tkinter.test_messagebox', 'test.test_tkinter.test_simpledialog', 'test.test_tkinter.test_text', 'test.test_tkinter.test_variables', 'test.test_tkinter.test_widgets', 'test.test_tkinter.widget_tests', 'test.test_tokenize', 'test.test_tomllib.__main__', 'test.test_tomllib.burntsushi', 'test.test_tomllib.test_data', 'test.test_tomllib.test_error', 'test.test_tomllib.test_misc', 'test.test_tools', 'test.test_tools.__main__', 'test.test_tools.test_freeze', 'test.test_tools.test_i18n', 'test.test_tools.test_makefile', 'test.test_tools.test_makeunicodedata', 'test.test_tools.test_msgfmt', 'test.test_tools.test_reindent', 'test.test_tools.test_sundry', 'test.test_trace', 'test.test_traceback', 'test.test_tracemalloc', 'test.test_ttk', 'test.test_ttk.__main__', 'test.test_ttk.test_extensions', 'test.test_ttk.test_style', 'test.test_ttk.test_widgets', 'test.test_ttk_textonly', 'test.test_tty', 'test.test_tuple', 'test.test_turtle', 'test.test_type_aliases', 'test.test_type_annotations', 'test.test_type_cache', 'test.test_type_comments', 'test.test_type_params', 'test.test_typechecks', 'test.test_types', 'test.test_typing', 'test.test_ucn', 'test.test_unary', 'test.test_unicode_file', 'test.test_unicode_file_functions', 'test.test_unicode_identifiers', 'test.test_unicodedata', 'test.test_unittest', 'test.test_unittest.__main__', 'test.test_unittest._test_warnings', 'test.test_unittest.dummy', 'test.test_unittest.support', 'test.test_unittest.test_assertions', 'test.test_unittest.test_async_case', 'test.test_unittest.test_break', 'test.test_unittest.test_case', 'test.test_unittest.test_discovery', 'test.test_unittest.test_functiontestcase', 'test.test_unittest.test_loader', 'test.test_unittest.test_program', 'test.test_unittest.test_result', 'test.test_unittest.test_runner', 'test.test_unittest.test_setups', 'test.test_unittest.test_skipping', 'test.test_unittest.test_suite', 'test.test_unittest.test_util', 'test.test_unittest.testmock', 'test.test_unittest.testmock.__main__', 'test.test_unittest.testmock.support', 'test.test_unittest.testmock.testasync', 'test.test_unittest.testmock.testcallable', 'test.test_unittest.testmock.testhelpers', 'test.test_unittest.testmock.testmagicmethods', 'test.test_unittest.testmock.testmock', 'test.test_unittest.testmock.testpatch', 'test.test_unittest.testmock.testsealable', 'test.test_unittest.testmock.testsentinel', 'test.test_unittest.testmock.testthreadingmock', 'test.test_unittest.testmock.testwith', 'test.test_univnewlines', 'test.test_unpack', 'test.test_unpack_ex', 'test.test_unparse', 'test.test_urllib', 'test.test_urllib2', 'test.test_urllib2_localnet', 'test.test_urllib2net', 'test.test_urllib_response', 'test.test_urllibnet', 'test.test_urlparse', 'test.test_userdict', 'test.test_userlist', 'test.test_userstring', 'test.test_utf8_mode', 'test.test_utf8source', 'test.test_uuid', 'test.test_venv', 'test.test_wait3', 'test.test_wait4', 'test.test_warnings', 'test.test_warnings.__main__', 'test.test_wave', 'test.test_weakref', 'test.test_weakset', 'test.test_webbrowser', 'test.test_winapi', 'test.test_winconsoleio', 'test.test_winreg', 'test.test_winsound', 'test.test_with', 'test.test_wmi', 'test.test_wsgiref', 'test.test_xml_dom_minicompat', 'test.test_xml_dom_xmlbuilder', 'test.test_xml_etree', 'test.test_xml_etree_c', 'test.test_xmlrpc', 'test.test_xxlimited', 'test.test_xxtestfuzz', 'test.test_yield_from', 'test.test_zipapp', 'test.test_zipfile', 'test.test_zipfile.__main__', 'test.test_zipfile._path', 'test.test_zipfile._path._functools', 'test.test_zipfile._path._itertools', 'test.test_zipfile._path._support', 'test.test_zipfile._path._test_params', 'test.test_zipfile._path.test_complexity', 'test.test_zipfile._path.test_path', 'test.test_zipfile._path.write-alpharep', 'test.test_zipfile.test_core', 'test.test_zipfile64', 'test.test_zipimport', 'test.test_zipimport_support', 'test.test_zlib', 'test.test_zoneinfo', 'test.test_zoneinfo.__main__', 'test.test_zoneinfo._support', 'test.test_zoneinfo.test_zoneinfo', 'test.test_zoneinfo.test_zoneinfo_property', 'test.testcodec', 'test.tf_inherit_check', 'test.tokenizedata', 'test.tokenizedata.bad_coding', 'test.tokenizedata.bad_coding2', 'test.tokenizedata.badsyntax_3131', 'test.tokenizedata.badsyntax_pep3120', 'test.tokenizedata.coding20731', 'test.tracedmodules', 'test.tracedmodules.testmod', 'test.typinganndata', 'test.typinganndata._typed_dict_helper', 'test.typinganndata.ann_module', 'test.typinganndata.ann_module2', 'test.typinganndata.ann_module3', 'test.typinganndata.ann_module4', 'test.typinganndata.ann_module5', 'test.typinganndata.ann_module6', 'test.typinganndata.ann_module695', 'test.typinganndata.ann_module7', 'test.typinganndata.ann_module8', 'test.typinganndata.ann_module9', 'test.typinganndata.mod_generics_cache', 'test.win_console_handler', 'test.xmltests', 'this', 'tkinter.__main__', 'tkinter.constants', 'tkinter.simpledialog', 'tomllib._parser', 'tomllib._re', 'tomllib._types', 'tracemalloc', 'turtledemo', 'turtledemo.__main__', 'turtledemo.bytedesign', 'turtledemo.chaos', 'turtledemo.clock', 'turtledemo.colormixer', 'turtledemo.forest', 'turtledemo.fractalcurves', 'turtledemo.lindenmayer', 'turtledemo.minimal_hanoi', 'turtledemo.nim', 'turtledemo.paint', 'turtledemo.peace', 'turtledemo.penrose', 'turtledemo.planet_and_moon', 'turtledemo.rosette', 'turtledemo.round_dance', 'turtledemo.sorting_animate', 'turtledemo.tree', 'turtledemo.two_canvases', 'turtledemo.yinyang', 'unittest.__main__', 'unittest._log', 'unittest.async_case', 'unittest.case', 'unittest.loader', 'unittest.main', 'unittest.result', 'unittest.runner', 'unittest.signals', 'unittest.suite', 'unittest.util', 'urllib', 'uuid', 'venv', 'venv.__main__', 'wsgiref', 'wsgiref.headers', 'xml.dom', 'xml.dom.NodeFilter', 'xml.dom.domreg', 'xml.dom.expatbuilder', 'xml.dom.minidom', 'xml.dom.pulldom', 'xml.etree', 'xml.etree.ElementInclude', 'xml.etree.ElementPath', 'xml.etree.cElementTree', 'xml.parsers', 'xml.parsers.expat', 'xml.sax', 'xml.sax._exceptions', 'xml.sax.expatreader', 'xml.sax.handler', 'xml.sax.saxutils', 'xml.sax.xmlreader', 'xmlrpc', 'xmlrpc.client', 'xmlrpc.server', 'zipfile.__main__', 'zipfile._path.glob', 'zoneinfo._common', 'zoneinfo._tzpath', 'zoneinfo._zoneinfo']\nFollowing modules failed to be imported: ['asyncio.windows_events', 'asyncio.windows_utils', 'idlelib.autocomplete', 'idlelib.idle_test.test_autocomplete', 'multiprocessing.popen_spawn_win32', 'test.test_socketserver', 'test.test_tkinter.test_misc', 'tkinter', 'tkinter.colorchooser', 'tkinter.commondialog', 'tkinter.dialog', 'tkinter.dnd', 'tkinter.filedialog', 'tkinter.font', 'tkinter.messagebox', 'tkinter.scrolledtext', 'tkinter.ttk', 'turtle']\nok\n\n----------------------------------------------------------------------\nRan 1 test in 0.520s\n\nOK\n0:01:04 load avg: 1.08 [ 62/480] test__colorize passed\nPASS: test_colorized_detection_checks_for_environment_variables (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_environment_variables)\nPASS: test_colorized_detection_checks_for_file (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_file)\nPASS: test_colorized_detection_checks_for_std_streams (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_std_streams)\nSKIP: test_colorized_detection_checks_on_windows (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_on_windows) 'requires Windows'\n\n----------------------------------------------------------------------\nRan 4 tests in 0.004s\n\nOK (skipped=1)\n0:01:05 load avg: 1.08 [ 63/480] test__interpchannels passed\nPASS: test_bad_id (test.test__interpchannels.ChannelIDTests.test_bad_id)\nPASS: test_bad_kwargs (test.test__interpchannels.ChannelIDTests.test_bad_kwargs)\nPASS: test_coerce_id (test.test__interpchannels.ChannelIDTests.test_coerce_id)\nPASS: test_default_kwargs (test.test__interpchannels.ChannelIDTests.test_default_kwargs)\nPASS: test_does_not_exist (test.test__interpchannels.ChannelIDTests.test_does_not_exist)\nPASS: test_equality (test.test__interpchannels.ChannelIDTests.test_equality)\nPASS: test_repr (test.test__interpchannels.ChannelIDTests.test_repr)\nPASS: test_shareable (test.test__interpchannels.ChannelIDTests.test_shareable)\nPASS: test_str (test.test__interpchannels.ChannelIDTests.test_str)\nPASS: test_with_kwargs (test.test__interpchannels.ChannelIDTests.test_with_kwargs)\nPASS: test_by_unassociated_interp (test.test__interpchannels.ChannelReleaseTests.test_by_unassociated_interp)\nPASS: test_close_if_unassociated (test.test__interpchannels.ChannelReleaseTests.test_close_if_unassociated)\nPASS: test_multiple_times (test.test__interpchannels.ChannelReleaseTests.test_multiple_times)\nPASS: test_multiple_users (test.test__interpchannels.ChannelReleaseTests.test_multiple_users)\nPASS: test_never_used (test.test__interpchannels.ChannelReleaseTests.test_never_used)\nPASS: test_no_kwargs (test.test__interpchannels.ChannelReleaseTests.test_no_kwargs)\nPASS: test_partially (test.test__interpchannels.ChannelReleaseTests.test_partially)\nPASS: test_single_user (test.test__interpchannels.ChannelReleaseTests.test_single_user)\nPASS: test_used_multiple_times_by_single_user (test.test__interpchannels.ChannelReleaseTests.test_used_multiple_times_by_single_user)\nPASS: test_with_unused_items (test.test__interpchannels.ChannelReleaseTests.test_with_unused_items)\nPASS: test_allowed_types (test.test__interpchannels.ChannelTests.test_allowed_types)\ntest_channel_list_interpreters_basic (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_basic)\nPASS: Test basic listing channel _interpreters.\ntest_channel_list_interpreters_closed (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_closed)\nPASS: Test listing channel interpreters with a closed channel.\ntest_channel_list_interpreters_closed_send_end (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_closed_send_end)\nPASS: Test listing channel interpreters with a channel's send end closed.\ntest_channel_list_interpreters_destroyed (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_destroyed)\nPASS: Test listing channel interpreters with a destroyed interpreter.\nPASS: test_channel_list_interpreters_invalid_args (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_args)\nPASS: test_channel_list_interpreters_invalid_channel (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_channel)\ntest_channel_list_interpreters_multiple (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_multiple)\nPASS: Test listing interpreters for a channel with many associations.\ntest_channel_list_interpreters_none (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_none)\nPASS: Test listing interpreters for a channel with no associations.\ntest_channel_list_interpreters_released (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_released)\nPASS: Test listing channel interpreters with a released channel.\nPASS: test_close_both_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_forced)\nPASS: test_close_both_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_unforced)\nPASS: test_close_by_unassociated_interp (test.test__interpchannels.ChannelTests.test_close_by_unassociated_interp)\nPASS: test_close_defaults_with_unused_items (test.test__interpchannels.ChannelTests.test_close_defaults_with_unused_items)\nPASS: test_close_empty (test.test__interpchannels.ChannelTests.test_close_empty)\nPASS: test_close_multiple_times (test.test__interpchannels.ChannelTests.test_close_multiple_times)\nPASS: test_close_multiple_users (test.test__interpchannels.ChannelTests.test_close_multiple_users)\nPASS: test_close_never_used (test.test__interpchannels.ChannelTests.test_close_never_used)\nPASS: test_close_recv_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_forced)\nPASS: test_close_recv_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_unforced)\nPASS: test_close_send_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_forced)\nPASS: test_close_send_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_unforced)\nPASS: test_close_single_user (test.test__interpchannels.ChannelTests.test_close_single_user)\nPASS: test_close_used_multiple_times_by_single_user (test.test__interpchannels.ChannelTests.test_close_used_multiple_times_by_single_user)\nPASS: test_create_cid (test.test__interpchannels.ChannelTests.test_create_cid)\nPASS: test_ids_global (test.test__interpchannels.ChannelTests.test_ids_global)\nPASS: test_recv_default (test.test__interpchannels.ChannelTests.test_recv_default)\nPASS: test_recv_empty (test.test__interpchannels.ChannelTests.test_recv_empty)\nPASS: test_recv_not_found (test.test__interpchannels.ChannelTests.test_recv_not_found)\nPASS: test_recv_sending_interp_destroyed (test.test__interpchannels.ChannelTests.test_recv_sending_interp_destroyed)\nSKIP: test_run_string_arg_resolved (test.test__interpchannels.ChannelTests.test_run_string_arg_resolved) 'disabled until high-level channels exist'\nPASS: test_run_string_arg_unresolved (test.test__interpchannels.ChannelTests.test_run_string_arg_unresolved)\nPASS: test_send_blocking_no_wait (test.test__interpchannels.ChannelTests.test_send_blocking_no_wait)\nPASS: test_send_blocking_waiting (test.test__interpchannels.ChannelTests.test_send_blocking_waiting)\nPASS: test_send_buffer (test.test__interpchannels.ChannelTests.test_send_buffer)\nPASS: test_send_buffer_blocking_no_wait (test.test__interpchannels.ChannelTests.test_send_buffer_blocking_no_wait)\nPASS: test_send_buffer_blocking_waiting (test.test__interpchannels.ChannelTests.test_send_buffer_blocking_waiting)\nSKIP: test_send_buffer_closed_while_waiting (test.test__interpchannels.ChannelTests.test_send_buffer_closed_while_waiting) 'temporarily skipped due to refleaks'\nSKIP: test_send_buffer_timeout (test.test__interpchannels.ChannelTests.test_send_buffer_timeout) 'temporarily skipped due to refleaks'\nPASS: test_send_closed_while_waiting (test.test__interpchannels.ChannelTests.test_send_closed_while_waiting)\nPASS: test_send_not_found (test.test__interpchannels.ChannelTests.test_send_not_found)\nPASS: test_send_recv_different_interpreters (test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters)\nPASS: test_send_recv_different_interpreters_and_threads (test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters_and_threads)\nPASS: test_send_recv_different_threads (test.test__interpchannels.ChannelTests.test_send_recv_different_threads)\nPASS: test_send_recv_main (test.test__interpchannels.ChannelTests.test_send_recv_main)\nPASS: test_send_recv_same_interpreter (test.test__interpchannels.ChannelTests.test_send_recv_same_interpreter)\nPASS: test_send_timeout (test.test__interpchannels.ChannelTests.test_send_timeout)\nPASS: test_sequential_ids (test.test__interpchannels.ChannelTests.test_sequential_ids)\nSKIP: test_close (test.test__interpchannels.ExhaustiveChannelTests.test_close) 'these tests take several hours to run'\nSKIP: test_force_close (test.test__interpchannels.ExhaustiveChannelTests.test_force_close) 'these tests take several hours to run'\n\n----------------------------------------------------------------------\nRan 70 tests in 0.779s\n\nOK (skipped=5)\n0:01:05 load avg: 1.08 [ 64/480] test__interpreters passed\nPASS: test_invalid_shared_encoding (test.test__interpreters.CommonTests.test_invalid_shared_encoding)\nPASS: test_signatures (test.test__interpreters.CommonTests.test_signatures)\nPASS: test_after_destroy_all (test.test__interpreters.CreateTests.test_after_destroy_all)\nPASS: test_after_destroy_some (test.test__interpreters.CreateTests.test_after_destroy_some)\nPASS: test_in_main (test.test__interpreters.CreateTests.test_in_main)\nPASS: test_in_subinterpreter (test.test__interpreters.CreateTests.test_in_subinterpreter)\nPASS: test_in_thread (test.test__interpreters.CreateTests.test_in_thread)\nPASS: test_in_threaded_subinterpreter (test.test__interpreters.CreateTests.test_in_threaded_subinterpreter)\nSKIP: test_unique_id (test.test__interpreters.CreateTests.test_unique_id) 'enable this test when working on pystate.c'\nPASS: test_all (test.test__interpreters.DestroyTests.test_all)\nPASS: test_already_destroyed (test.test__interpreters.DestroyTests.test_already_destroyed)\nPASS: test_bad_id (test.test__interpreters.DestroyTests.test_bad_id)\nPASS: test_does_not_exist (test.test__interpreters.DestroyTests.test_does_not_exist)\nPASS: test_from_current (test.test__interpreters.DestroyTests.test_from_current)\nPASS: test_from_other_thread (test.test__interpreters.DestroyTests.test_from_other_thread)\nPASS: test_from_sibling (test.test__interpreters.DestroyTests.test_from_sibling)\nPASS: test_main (test.test__interpreters.DestroyTests.test_main)\nPASS: test_one (test.test__interpreters.DestroyTests.test_one)\nPASS: test_still_running (test.test__interpreters.DestroyTests.test_still_running)\nPASS: test_main (test.test__interpreters.GetCurrentTests.test_main)\nPASS: test_subinterpreter (test.test__interpreters.GetCurrentTests.test_subinterpreter)\nPASS: test_from_main (test.test__interpreters.GetMainTests.test_from_main)\nPASS: test_from_subinterpreter (test.test__interpreters.GetMainTests.test_from_subinterpreter)\nPASS: test_already_destroyed (test.test__interpreters.IsRunningTests.test_already_destroyed)\nPASS: test_bad_id (test.test__interpreters.IsRunningTests.test_bad_id)\nPASS: test_does_not_exist (test.test__interpreters.IsRunningTests.test_does_not_exist)\nPASS: test_from_subinterpreter (test.test__interpreters.IsRunningTests.test_from_subinterpreter)\nPASS: test_main (test.test__interpreters.IsRunningTests.test_main)\nSKIP: test_subinterpreter (test.test__interpreters.IsRunningTests.test_subinterpreter) 'Fails on FreeBSD'\nPASS: test_default_shareables (test.test__interpreters.IsShareableTests.test_default_shareables)\nPASS: test_not_shareable (test.test__interpreters.IsShareableTests.test_not_shareable)\nPASS: test_after_creating (test.test__interpreters.ListAllTests.test_after_creating)\nPASS: test_after_destroying (test.test__interpreters.ListAllTests.test_after_destroying)\nPASS: test_initial (test.test__interpreters.ListAllTests.test_initial)\nPASS: test_import_in_interpreter (test.test__interpreters.ModuleTests.test_import_in_interpreter)\nPASS: test_AttributeError (test.test__interpreters.RunFailedTests.test_AttributeError)\nPASS: test_ExceptionGroup (test.test__interpreters.RunFailedTests.test_ExceptionGroup)\nPASS: test_NameError (test.test__interpreters.RunFailedTests.test_NameError)\nPASS: test_exit (test.test__interpreters.RunFailedTests.test_exit)\nPASS: test_invalid_syntax (test.test__interpreters.RunFailedTests.test_invalid_syntax)\nPASS: test_plain_exception (test.test__interpreters.RunFailedTests.test_plain_exception)\nPASS: test_user_defined_exception (test.test__interpreters.RunFailedTests.test_user_defined_exception)\nPASS: test_args (test.test__interpreters.RunFuncTests.test_args)\nPASS: test_closure (test.test__interpreters.RunFuncTests.test_closure)\nPASS: test_code_object (test.test__interpreters.RunFuncTests.test_code_object)\nPASS: test_in_thread (test.test__interpreters.RunFuncTests.test_in_thread)\ntest_return_value (test.test__interpreters.RunFuncTests.test_return_value) ... expected failure\nPASS: test_success (test.test__interpreters.RunFuncTests.test_success)\nPASS: test_already_running (test.test__interpreters.RunStringTests.test_already_running)\nPASS: test_bad_id (test.test__interpreters.RunStringTests.test_bad_id)\nPASS: test_bad_script (test.test__interpreters.RunStringTests.test_bad_script)\nPASS: test_bytes_for_script (test.test__interpreters.RunStringTests.test_bytes_for_script)\nPASS: test_create_daemon_thread (test.test__interpreters.RunStringTests.test_create_daemon_thread)\nPASS: test_create_thread (test.test__interpreters.RunStringTests.test_create_thread)\nPASS: test_does_not_exist (test.test__interpreters.RunStringTests.test_does_not_exist)\nPASS: test_error_id (test.test__interpreters.RunStringTests.test_error_id)\nPASS: test_execution_namespace_is_main (test.test__interpreters.RunStringTests.test_execution_namespace_is_main)\nPASS: test_fork (test.test__interpreters.RunStringTests.test_fork)\nPASS: test_in_thread (test.test__interpreters.RunStringTests.test_in_thread)\nPASS: test_main_reused (test.test__interpreters.RunStringTests.test_main_reused)\nPASS: test_os_exec (test.test__interpreters.RunStringTests.test_os_exec)\nPASS: test_shareable_types (test.test__interpreters.RunStringTests.test_shareable_types)\nPASS: test_shared_overwrites (test.test__interpreters.RunStringTests.test_shared_overwrites)\nPASS: test_shared_overwrites_default_vars (test.test__interpreters.RunStringTests.test_shared_overwrites_default_vars)\nSKIP: test_still_running_at_exit (test.test__interpreters.RunStringTests.test_still_running_at_exit) 'blocking forever'\nPASS: test_str_subclass_string (test.test__interpreters.RunStringTests.test_str_subclass_string)\nPASS: test_success (test.test__interpreters.RunStringTests.test_success)\nPASS: test_with_shared (test.test__interpreters.RunStringTests.test_with_shared)\nPASS: test_bool (test.test__interpreters.ShareableTypeTests.test_bool)\nPASS: test_bytes (test.test__interpreters.ShareableTypeTests.test_bytes)\nPASS: test_float (test.test__interpreters.ShareableTypeTests.test_float)\nPASS: test_int (test.test__interpreters.ShareableTypeTests.test_int)\nPASS: test_non_shareable_int (test.test__interpreters.ShareableTypeTests.test_non_shareable_int)\nPASS: test_singletons (test.test__interpreters.ShareableTypeTests.test_singletons)\nPASS: test_strs (test.test__interpreters.ShareableTypeTests.test_strs)\nPASS: test_tuple (test.test__interpreters.ShareableTypeTests.test_tuple)\nPASS: test_tuples_containing_non_shareable_types (test.test__interpreters.ShareableTypeTests.test_tuples_containing_non_shareable_types)\nPASS: test_types (test.test__interpreters.ShareableTypeTests.test_types)\n\n----------------------------------------------------------------------\nRan 78 tests in 0.748s\n\nOK (skipped=3, expected failures=1)\n0:01:05 load avg: 1.08 [ 65/480] test__locale passed\ntest_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) ... \nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_UY') \"no locale 'es_UY'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fi_FI') \"no locale 'fi_FI'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_CO') \"no locale 'es_CO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='pt_PT') \"no locale 'pt_PT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='it_IT') \"no locale 'it_IT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='et_EE') \"no locale 'et_EE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_PY') \"no locale 'es_PY'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='no_NO') \"no locale 'no_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nl_NL') \"no locale 'nl_NL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='lv_LV') \"no locale 'lv_LV'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='el_GR') \"no locale 'el_GR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='be_BY') \"no locale 'be_BY'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_BE') \"no locale 'fr_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ro_RO') \"no locale 'ro_RO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ru_UA') \"no locale 'ru_UA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ru_RU') \"no locale 'ru_RU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_VE') \"no locale 'es_VE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ca_ES') \"no locale 'ca_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='se_NO') \"no locale 'se_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_EC') \"no locale 'es_EC'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='id_ID') \"no locale 'id_ID'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ka_GE') \"no locale 'ka_GE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_CL') \"no locale 'es_CL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='wa_BE') \"no locale 'wa_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='hu_HU') \"no locale 'hu_HU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='lt_LT') \"no locale 'lt_LT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sl_SI') \"no locale 'sl_SI'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='hr_HR') \"no locale 'hr_HR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_AR') \"no locale 'es_AR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_ES') \"no locale 'es_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='oc_FR') \"no locale 'oc_FR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='gl_ES') \"no locale 'gl_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='bg_BG') \"no locale 'bg_BG'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='is_IS') \"no locale 'is_IS'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='mk_MK') \"no locale 'mk_MK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='de_AT') \"no locale 'de_AT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='pt_BR') \"no locale 'pt_BR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='da_DK') \"no locale 'da_DK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nn_NO') \"no locale 'nn_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='cs_CZ') \"no locale 'cs_CZ'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='de_LU') \"no locale 'de_LU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_BO') \"no locale 'es_BO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sq_AL') \"no locale 'sq_AL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sk_SK') \"no locale 'sk_SK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_CH') \"no locale 'fr_CH'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sr_YU') \"no locale 'sr_YU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nl_BE') \"no locale 'nl_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sv_FI') \"no locale 'sv_FI'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='pl_PL') \"no locale 'pl_PL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_CA') \"no locale 'fr_CA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fo_FO') \"no locale 'fo_FO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='bs_BA') \"no locale 'bs_BA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_LU') \"no locale 'fr_LU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='kl_GL') \"no locale 'kl_GL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fa_IR') \"no locale 'fa_IR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='de_BE') \"no locale 'de_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sv_SE') \"no locale 'sv_SE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='it_CH') \"no locale 'it_CH'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='uk_UA') \"no locale 'uk_UA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='vi_VN') \"no locale 'vi_VN'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='af_ZA') \"no locale 'af_ZA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nb_NO') \"no locale 'nb_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='en_DK') \"no locale 'en_DK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='tg_TJ') \"no locale 'tg_TJ'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ps_AF') \"no locale 'ps_AF'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_FR.ISO8859-1') \"no locale 'fr_FR.ISO8859-1'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_FR.ISO8859-15@euro') \"no locale 'fr_FR.ISO8859-15@euro'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ru_RU.KOI8-R') \"no locale 'ru_RU.KOI8-R'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ko_KR.eucKR') \"no locale 'ko_KR.eucKR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ja_JP.UTF-8') \"no locale 'ja_JP.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='lzh_TW.UTF-8') \"no locale 'lzh_TW.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='my_MM.UTF-8') \"no locale 'my_MM.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='or_IN.UTF-8') \"no locale 'or_IN.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='shn_MM.UTF-8') \"no locale 'shn_MM.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ar_AE.UTF-8') \"no locale 'ar_AE.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='bn_IN.UTF-8') \"no locale 'bn_IN.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='mr_IN.UTF-8') \"no locale 'mr_IN.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='th_TH.TIS620') \"no locale 'th_TH.TIS620'\"\ntest_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) ... \nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_UY') \"no locale 'es_UY'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fi_FI') \"no locale 'fi_FI'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_CO') \"no locale 'es_CO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='pt_PT') \"no locale 'pt_PT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='it_IT') \"no locale 'it_IT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='et_EE') \"no locale 'et_EE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_PY') \"no locale 'es_PY'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='no_NO') \"no locale 'no_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nl_NL') \"no locale 'nl_NL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='lv_LV') \"no locale 'lv_LV'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='el_GR') \"no locale 'el_GR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='be_BY') \"no locale 'be_BY'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_BE') \"no locale 'fr_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ro_RO') \"no locale 'ro_RO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ru_UA') \"no locale 'ru_UA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ru_RU') \"no locale 'ru_RU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_VE') \"no locale 'es_VE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ca_ES') \"no locale 'ca_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='se_NO') \"no locale 'se_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_EC') \"no locale 'es_EC'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='id_ID') \"no locale 'id_ID'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ka_GE') \"no locale 'ka_GE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_CL') \"no locale 'es_CL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='wa_BE') \"no locale 'wa_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='hu_HU') \"no locale 'hu_HU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='lt_LT') \"no locale 'lt_LT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sl_SI') \"no locale 'sl_SI'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='hr_HR') \"no locale 'hr_HR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_AR') \"no locale 'es_AR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_ES') \"no locale 'es_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='oc_FR') \"no locale 'oc_FR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='gl_ES') \"no locale 'gl_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='bg_BG') \"no locale 'bg_BG'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='is_IS') \"no locale 'is_IS'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='mk_MK') \"no locale 'mk_MK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='de_AT') \"no locale 'de_AT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='pt_BR') \"no locale 'pt_BR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='da_DK') \"no locale 'da_DK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nn_NO') \"no locale 'nn_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='cs_CZ') \"no locale 'cs_CZ'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='de_LU') \"no locale 'de_LU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_BO') \"no locale 'es_BO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sq_AL') \"no locale 'sq_AL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sk_SK') \"no locale 'sk_SK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_CH') \"no locale 'fr_CH'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sr_YU') \"no locale 'sr_YU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nl_BE') \"no locale 'nl_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sv_FI') \"no locale 'sv_FI'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='pl_PL') \"no locale 'pl_PL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_CA') \"no locale 'fr_CA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fo_FO') \"no locale 'fo_FO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='bs_BA') \"no locale 'bs_BA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_LU') \"no locale 'fr_LU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='kl_GL') \"no locale 'kl_GL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fa_IR') \"no locale 'fa_IR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='de_BE') \"no locale 'de_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sv_SE') \"no locale 'sv_SE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='it_CH') \"no locale 'it_CH'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='uk_UA') \"no locale 'uk_UA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='vi_VN') \"no locale 'vi_VN'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='af_ZA') \"no locale 'af_ZA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nb_NO') \"no locale 'nb_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='en_DK') \"no locale 'en_DK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='tg_TJ') \"no locale 'tg_TJ'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ps_AF') \"no locale 'ps_AF'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_FR.ISO8859-1') \"no locale 'fr_FR.ISO8859-1'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_FR.ISO8859-15@euro') \"no locale 'fr_FR.ISO8859-15@euro'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ru_RU.KOI8-R') \"no locale 'ru_RU.KOI8-R'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ko_KR.eucKR') \"no locale 'ko_KR.eucKR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ja_JP.UTF-8') \"no locale 'ja_JP.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='lzh_TW.UTF-8') \"no locale 'lzh_TW.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='my_MM.UTF-8') \"no locale 'my_MM.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='or_IN.UTF-8') \"no locale 'or_IN.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='shn_MM.UTF-8') \"no locale 'shn_MM.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ar_AE.UTF-8') \"no locale 'ar_AE.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='bn_IN.UTF-8') \"no locale 'bn_IN.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='mr_IN.UTF-8') \"no locale 'mr_IN.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='th_TH.TIS620') \"no locale 'th_TH.TIS620'\"\nPASS: test_float_parsing (test.test__locale._LocaleTests.test_float_parsing)\nPASS: test_lc_numeric_basic (test.test__locale._LocaleTests.test_lc_numeric_basic)\nPASS: test_lc_numeric_localeconv (test.test__locale._LocaleTests.test_lc_numeric_localeconv)\nPASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests.test_lc_numeric_nl_langinfo)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.005s\n\nOK (skipped=160)\n0:01:06 load avg: 1.08 [ 66/480] test__opcode passed\nPASS: test_invalid_opcodes (test.test__opcode.OpListTests.test_invalid_opcodes)\nPASS: test_is_valid (test.test__opcode.OpListTests.test_is_valid)\nPASS: test_oplists (test.test__opcode.OpListTests.test_oplists)\nPASS: test_specialization_stats (test.test__opcode.SpecializationStatsTests.test_specialization_stats)\nPASS: test_stack_effect (test.test__opcode.StackEffectTests.test_stack_effect)\nPASS: test_stack_effect_jump (test.test__opcode.StackEffectTests.test_stack_effect_jump)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.003s\n\nOK\n0:01:06 load avg: 1.08 [ 67/480] test__osx_support passed\nSKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk) 'requires OS X'\nSKIP: test__check_for_unavailable_sdk_alternate (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk_alternate) 'requires OS X'\nSKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport.test__find_appropriate_compiler) 'requires OS X'\nSKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport.test__find_build_tool) 'requires OS X'\nSKIP: test__find_executable (test.test__osx_support.Test_OSXSupport.test__find_executable) 'requires OS X'\nSKIP: test__get_system_version (test.test__osx_support.Test_OSXSupport.test__get_system_version) 'requires OS X'\nSKIP: test__override_all_archs (test.test__osx_support.Test_OSXSupport.test__override_all_archs) 'requires OS X'\nSKIP: test__read_output (test.test__osx_support.Test_OSXSupport.test__read_output) 'requires OS X'\nSKIP: test__remove_original_values (test.test__osx_support.Test_OSXSupport.test__remove_original_values) 'requires OS X'\nSKIP: test__remove_universal_flags (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags) 'requires OS X'\nSKIP: test__remove_universal_flags_alternate (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags_alternate) 'requires OS X'\nSKIP: test__remove_unsupported_archs (test.test__osx_support.Test_OSXSupport.test__remove_unsupported_archs) 'requires OS X'\nSKIP: test__save_modified_value (test.test__osx_support.Test_OSXSupport.test__save_modified_value) 'requires OS X'\nSKIP: test__save_modified_value_unchanged (test.test__osx_support.Test_OSXSupport.test__save_modified_value_unchanged) 'requires OS X'\nSKIP: test__supports_universal_builds (test.test__osx_support.Test_OSXSupport.test__supports_universal_builds) 'requires OS X'\nSKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport.test_get_platform_osx) 'requires OS X'\n\n----------------------------------------------------------------------\nRan 16 tests in 0.000s\n\nOK (skipped=16)\n0:01:06 load avg: 1.08 [ 68/480] test_abc passed\nPASS: test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass)\nPASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass)\nPASS: test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass)\nPASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass)\nPASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__)\nPASS: test_ABC_helper (test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics)\nPASS: test_abstractmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics)\nPASS: test_abstractmethod_integration (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics)\nPASS: test_all_new_methods_are_called (test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called)\nPASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod)\nPASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod)\nPASS: test_isinstance_invalidation (test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation)\nPASS: test_issubclass_bad_arguments (test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments)\nPASS: test_metaclass_abc (test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc)\nPASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods)\nPASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod)\nPASS: test_register_as_class_deco (test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco)\nPASS: test_register_non_class (test.test_abc.test_factory.<locals>.TestABC.test_register_non_class)\nPASS: test_registration_basics (test.test_abc.test_factory.<locals>.TestABC.test_registration_basics)\nPASS: test_registration_builtins (test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins)\nPASS: test_registration_edge_cases (test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases)\nPASS: test_registration_transitiveness (test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness)\nPASS: test_subclasshook (test.test_abc.test_factory.<locals>.TestABC.test_subclasshook)\nPASS: test_tricky_new_works (test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works)\nPASS: test_update_as_decorator (test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator)\nPASS: test_update_del (test.test_abc.test_factory.<locals>.TestABC.test_update_del)\nPASS: test_update_del_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation)\nPASS: test_update_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_implementation)\nPASS: test_update_layered_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation)\nPASS: test_update_multi_inheritance (test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance)\nPASS: test_update_new_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods)\nPASS: test_update_non_abc (test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc)\nPASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__)\nPASS: test_ABC_helper (test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics)\nPASS: test_abstractmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics)\nPASS: test_abstractmethod_integration (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics)\nPASS: test_all_new_methods_are_called (test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called)\nPASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod)\nPASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod)\nPASS: test_isinstance_invalidation (test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation)\nPASS: test_issubclass_bad_arguments (test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments)\nPASS: test_metaclass_abc (test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc)\nPASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods)\nPASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod)\nPASS: test_register_as_class_deco (test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco)\nPASS: test_register_non_class (test.test_abc.test_factory.<locals>.TestABC.test_register_non_class)\nPASS: test_registration_basics (test.test_abc.test_factory.<locals>.TestABC.test_registration_basics)\nPASS: test_registration_builtins (test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins)\nPASS: test_registration_edge_cases (test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases)\nPASS: test_registration_transitiveness (test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness)\nPASS: test_subclasshook (test.test_abc.test_factory.<locals>.TestABC.test_subclasshook)\nPASS: test_tricky_new_works (test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works)\nPASS: test_update_as_decorator (test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator)\nPASS: test_update_del (test.test_abc.test_factory.<locals>.TestABC.test_update_del)\nPASS: test_update_del_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation)\nPASS: test_update_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_implementation)\nPASS: test_update_layered_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation)\nPASS: test_update_multi_inheritance (test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance)\nPASS: test_update_new_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods)\nPASS: test_update_non_abc (test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.006s\n\nOK\n0:01:06 load avg: 1.08 [ 69/480] test_abstract_numbers passed\nPASS: test_complex (test.test_abstract_numbers.TestNumbers.test_complex)\nPASS: test_float (test.test_abstract_numbers.TestNumbers.test_float)\nPASS: test_int (test.test_abstract_numbers.TestNumbers.test_int)\nPASS: test_complex (test.test_abstract_numbers.TestNumbersDefaultMethods.test_complex)\nPASS: test_integral (test.test_abstract_numbers.TestNumbersDefaultMethods.test_integral)\nPASS: test_rational (test.test_abstract_numbers.TestNumbersDefaultMethods.test_rational)\nPASS: test_real (test.test_abstract_numbers.TestNumbersDefaultMethods.test_real)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.001s\n\nOK\n0:01:06 load avg: 1.08 [ 70/480] test_android skipped\ntest_android skipped -- Android-specific\n0:01:06 load avg: 1.08 [ 71/480] test_apple skipped\ntest_apple skipped -- iOS-specific\n0:01:07 load avg: 1.07 [ 72/480] test_argparse passed\nPASS: test_skip_invalid_stderr (test.test_argparse.StdStreamTest.test_skip_invalid_stderr)\nPASS: test_skip_invalid_stdout (test.test_argparse.StdStreamTest.test_skip_invalid_stdout)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestActionExtend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestActionExtend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestActionExtend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestActionExtend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestActionExtend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestActionExtend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestActionExtend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestActionExtend.test_successes_one_group_sysargs)\nPASS: test (test.test_argparse.TestActionRegistration.test)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_sysargs)\nPASS: test_dest (test.test_argparse.TestActionsReturned.test_dest)\nPASS: test_misc (test.test_argparse.TestActionsReturned.test_misc)\nPASS: test_nargs_1_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length0)\nPASS: test_nargs_1_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length1)\nPASS: test_nargs_1_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length2)\nPASS: test_nargs_1_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length3)\nPASS: test_nargs_1_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_string)\nPASS: test_nargs_2_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length0)\nPASS: test_nargs_2_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length1)\nPASS: test_nargs_2_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length2)\nPASS: test_nargs_2_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length3)\nPASS: test_nargs_2_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_string)\nPASS: test_nargs_3_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length0)\nPASS: test_nargs_3_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length1)\nPASS: test_nargs_3_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length2)\nPASS: test_nargs_3_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length3)\nPASS: test_nargs_3_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_string)\nPASS: test_nargs_None_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length0)\nPASS: test_nargs_None_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length1)\nPASS: test_nargs_None_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length2)\nPASS: test_nargs_None_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length3)\nPASS: test_nargs_None_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_string)\nPASS: test_nargs_oneormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length0)\nPASS: test_nargs_oneormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length1)\nPASS: test_nargs_oneormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length2)\nPASS: test_nargs_oneormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length3)\nPASS: test_nargs_oneormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_string)\nPASS: test_nargs_optional_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length0)\nPASS: test_nargs_optional_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length1)\nPASS: test_nargs_optional_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length2)\nPASS: test_nargs_optional_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length3)\nPASS: test_nargs_optional_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_string)\nPASS: test_nargs_parser_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length0)\nPASS: test_nargs_parser_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length1)\nPASS: test_nargs_parser_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length2)\nPASS: test_nargs_parser_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length3)\nPASS: test_nargs_parser_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_string)\nPASS: test_nargs_remainder_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length0)\nPASS: test_nargs_remainder_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length1)\nPASS: test_nargs_remainder_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length2)\nPASS: test_nargs_remainder_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length3)\nPASS: test_nargs_remainder_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_string)\nPASS: test_nargs_zeroormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length0)\nPASS: test_nargs_zeroormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length1)\nPASS: test_nargs_zeroormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length2)\nPASS: test_nargs_zeroormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length3)\nPASS: test_nargs_zeroormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_string)\nPASS: test_abbreviation (test.test_argparse.TestAddSubparsers.test_abbreviation)\nPASS: test_alias_help (test.test_argparse.TestAddSubparsers.test_alias_help)\nPASS: test_alias_invocation (test.test_argparse.TestAddSubparsers.test_alias_invocation)\nPASS: test_dest (test.test_argparse.TestAddSubparsers.test_dest)\nPASS: test_error_alias_invocation (test.test_argparse.TestAddSubparsers.test_error_alias_invocation)\nPASS: test_help (test.test_argparse.TestAddSubparsers.test_help)\nPASS: test_help_alternate_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_alternate_prefix_chars)\nPASS: test_help_blank (test.test_argparse.TestAddSubparsers.test_help_blank)\nPASS: test_help_extra_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_extra_prefix_chars)\nPASS: test_help_non_breaking_spaces (test.test_argparse.TestAddSubparsers.test_help_non_breaking_spaces)\nPASS: test_optional_subparsers (test.test_argparse.TestAddSubparsers.test_optional_subparsers)\nPASS: test_parse_args (test.test_argparse.TestAddSubparsers.test_parse_args)\nPASS: test_parse_args_failures (test.test_argparse.TestAddSubparsers.test_parse_args_failures)\nPASS: test_parse_known_args (test.test_argparse.TestAddSubparsers.test_parse_known_args)\nPASS: test_parse_known_args_to_class_namespace (test.test_argparse.TestAddSubparsers.test_parse_known_args_to_class_namespace)\nPASS: test_parse_known_args_with_single_dash_option (test.test_argparse.TestAddSubparsers.test_parse_known_args_with_single_dash_option)\nPASS: test_parser_command_help (test.test_argparse.TestAddSubparsers.test_parser_command_help)\nPASS: test_required_subparsers_default (test.test_argparse.TestAddSubparsers.test_required_subparsers_default)\nPASS: test_required_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_required_subparsers_no_destination_error)\nPASS: test_required_subparsers_via_attribute (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_attribute)\nPASS: test_required_subparsers_via_kwarg (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_kwarg)\nPASS: test_subparser1_help (test.test_argparse.TestAddSubparsers.test_subparser1_help)\nPASS: test_subparser2_help (test.test_argparse.TestAddSubparsers.test_subparser2_help)\nPASS: test_subparser_title_help (test.test_argparse.TestAddSubparsers.test_subparser_title_help)\nPASS: test_wrong_argument_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_wrong_argument_subparsers_no_destination_error)\nPASS: test_argument_error (test.test_argparse.TestArgumentError.test_argument_error)\nPASS: test_argument_type_error (test.test_argparse.TestArgumentTypeError.test_argument_type_error)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_sysargs)\nPASS: test_const (test.test_argparse.TestBooleanOptionalAction.test_const)\nPASS: test_deprecated_init_kw (test.test_argparse.TestBooleanOptionalAction.test_deprecated_init_kw)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_sysargs)\nPASS: test_bad_type (test.test_argparse.TestConflictHandling.test_bad_type)\nPASS: test_conflict_error (test.test_argparse.TestConflictHandling.test_conflict_error)\nPASS: test_resolve_error (test.test_argparse.TestConflictHandling.test_resolve_error)\nPASS: test_subparser_conflict (test.test_argparse.TestConflictHandling.test_subparser_conflict)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_sysargs)\nPASS: test_deprecated_arguments (test.test_argparse.TestDeprecatedArguments.test_deprecated_arguments)\nPASS: test_deprecated_boolean_option (test.test_argparse.TestDeprecatedArguments.test_deprecated_boolean_option)\nPASS: test_deprecated_option (test.test_argparse.TestDeprecatedArguments.test_deprecated_option)\nPASS: test_deprecated_subparser (test.test_argparse.TestDeprecatedArguments.test_deprecated_subparser)\nPASS: test_deprecated_varargument (test.test_argparse.TestDeprecatedArguments.test_deprecated_varargument)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_sysargs)\nPASS: test_multiple_argument_option (test.test_argparse.TestDoubleDash.test_multiple_argument_option)\nPASS: test_multiple_double_dashes (test.test_argparse.TestDoubleDash.test_multiple_double_dashes)\nPASS: test_remainder (test.test_argparse.TestDoubleDash.test_remainder)\nPASS: test_single_argument_option (test.test_argparse.TestDoubleDash.test_single_argument_option)\nPASS: test_subparser (test.test_argparse.TestDoubleDash.test_subparser)\nPASS: test_subparser_after_multiple_argument_option (test.test_argparse.TestDoubleDash.test_subparser_after_multiple_argument_option)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs)\nPASS: test_argparse_module_encoding (test.test_argparse.TestEncoding.test_argparse_module_encoding)\nPASS: test_test_argparse_module_encoding (test.test_argparse.TestEncoding.test_test_argparse_module_encoding)\nPASS: test_ambiguous_option (test.test_argparse.TestExitOnError.test_ambiguous_option)\nPASS: test_conflicting_mutually_exclusive_args_optional_with_metavar (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_optional_with_metavar)\nPASS: test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1 (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1)\nPASS: test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2 (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2)\nPASS: test_exit_on_error_with_bad_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_bad_args)\nPASS: test_exit_on_error_with_good_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_good_args)\nPASS: test_os_error (test.test_argparse.TestExitOnError.test_os_error)\nPASS: test_required_args (test.test_argparse.TestExitOnError.test_required_args)\nPASS: test_required_args_n (test.test_argparse.TestExitOnError.test_required_args_n)\nPASS: test_required_args_n_with_metavar (test.test_argparse.TestExitOnError.test_required_args_n_with_metavar)\nPASS: test_required_args_one_or_more (test.test_argparse.TestExitOnError.test_required_args_one_or_more)\nPASS: test_required_args_one_or_more_with_metavar (test.test_argparse.TestExitOnError.test_required_args_one_or_more_with_metavar)\nPASS: test_required_args_optional (test.test_argparse.TestExitOnError.test_required_args_optional)\nPASS: test_required_args_remainder (test.test_argparse.TestExitOnError.test_required_args_remainder)\nPASS: test_required_args_with_metavar (test.test_argparse.TestExitOnError.test_required_args_with_metavar)\nPASS: test_required_args_zero_or_more (test.test_argparse.TestExitOnError.test_required_args_zero_or_more)\nPASS: test_required_mutually_exclusive_args (test.test_argparse.TestExitOnError.test_required_mutually_exclusive_args)\nPASS: test_unrecognized_args (test.test_argparse.TestExitOnError.test_unrecognized_args)\nPASS: test_unrecognized_intermixed_args (test.test_argparse.TestExitOnError.test_unrecognized_intermixed_args)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_sysargs)\nPASS: test (test.test_argparse.TestFileTypeMissingInitialization.test)\nPASS: test_invalid_file_type (test.test_argparse.TestFileTypeOpenArgs.test_invalid_file_type)\nPASS: test_open_args (test.test_argparse.TestFileTypeOpenArgs.test_open_args)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeR.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeR.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeR.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeR.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_sysargs)\nPASS: test_r (test.test_argparse.TestFileTypeRepr.test_r)\nPASS: test_r_1_replace (test.test_argparse.TestFileTypeRepr.test_r_1_replace)\nPASS: test_r_latin (test.test_argparse.TestFileTypeRepr.test_r_latin)\nPASS: test_w_big5_ignore (test.test_argparse.TestFileTypeRepr.test_w_big5_ignore)\nPASS: test_wb_1 (test.test_argparse.TestFileTypeRepr.test_wb_1)\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeW.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeW.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeW.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeW.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeX.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeX.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeX.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeX.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_get_default (test.test_argparse.TestGetDefault.test_get_default)\nPASS: test_format_help (test.test_argparse.TestHelpAlternatePrefixChars.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpArgumentDefaults.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpArgumentDefaults.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpArgumentDefaults.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpArgumentDefaults.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpBiggerOptionals.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionals.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionals.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpBiggerOptionals.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpBiggerPositionals.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpBiggerPositionals.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpBiggerPositionals.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpBiggerPositionals.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpNoHelpOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpNoHelpOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpNoHelpOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpNoHelpOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpNone.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpNone.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpNone.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpNone.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpNone.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpNone.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpOnlyUserGroups.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpOnlyUserGroups.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpRawDescription.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpRawDescription.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpRawDescription.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpRawDescription.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpRawDescription.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpRawDescription.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpRawText.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpRawText.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpRawText.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpRawText.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpRawText.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpRawText.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpReformatting.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpReformatting.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpReformatting.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpReformatting.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpReformatting.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpReformatting.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpRequiredOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpRequiredOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpRequiredOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpRequiredOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpRequiredOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpRequiredOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSubparsersOrdering.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSubparsersOrdering.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressPositional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressPositional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressPositional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressPositional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressPositional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressPositional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressUsage.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressUsage.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressUsage.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressUsage.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressUsage.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressUsage.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpTupleMetavarOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpTupleMetavarOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpTupleMetavarPositional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpTupleMetavarPositional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsage.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsage.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsage.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsage.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsage.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsage.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageLongProg.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageLongProg.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProg.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProg.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageLongProg.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageLongProg.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_usage)\nPASS: test_parent_help (test.test_argparse.TestHelpUsageLongSubparserCommand.test_parent_help)\nPASS: test_format_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_usage)\nPASS: test_all_suppressed_mutex_followed_by_long_arg (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_followed_by_long_arg)\nPASS: test_all_suppressed_mutex_with_optional_nargs (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_with_optional_nargs)\nPASS: test_empty_metavar_required_arg (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_empty_metavar_required_arg)\nPASS: test_long_mutex_groups_wrap (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_long_mutex_groups_wrap)\nPASS: test_nested_mutex_groups (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_nested_mutex_groups)\nPASS: test_newline_in_metavar (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_newline_in_metavar)\nPASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageWithParentheses.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageWithParentheses.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVariableExpansion.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVariableExpansion.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansion.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansion.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVariableExpansion.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVariableExpansion.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVersionAction.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVersionAction.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVersionAction.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVersionAction.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVersionAction.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVersionAction.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVersionActionSuppress.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVersionActionSuppress.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpWrappingLongNames.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpWrappingLongNames.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpWrappingLongNames.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpWrappingLongNames.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpWrappingShortNames.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpWrappingShortNames.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpWrappingShortNames.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpWrappingShortNames.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_usage)\nPASS: test (test.test_argparse.TestImportStar.test)\nPASS: test_all_exports_everything_but_modules (test.test_argparse.TestImportStar.test_all_exports_everything_but_modules)\nPASS: test_basic (test.test_argparse.TestIntermixedArgs.test_basic)\nPASS: test_invalid_args (test.test_argparse.TestIntermixedArgs.test_invalid_args)\nPASS: test_remainder (test.test_argparse.TestIntermixedArgs.test_remainder)\nPASS: test_required_exclusive (test.test_argparse.TestIntermixedArgs.test_required_exclusive)\nPASS: test_required_exclusive_with_positional (test.test_argparse.TestIntermixedArgs.test_required_exclusive_with_positional)\nPASS: test_missing_argument_name_in_message (test.test_argparse.TestIntermixedMessageContentError.test_missing_argument_name_in_message)\nPASS: test_invalid_type (test.test_argparse.TestInvalidAction.test_invalid_type)\nPASS: test_modified_invalid_action (test.test_argparse.TestInvalidAction.test_modified_invalid_action)\nPASS: test_invalid_action (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_action)\nPASS: test_invalid_keyword_arguments (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_keyword_arguments)\nPASS: test_invalid_option_strings (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_option_strings)\nPASS: test_invalid_prefix (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_prefix)\nPASS: test_invalid_type (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_type)\nPASS: test_missing_destination (test.test_argparse.TestInvalidArgumentConstructors.test_missing_destination)\nPASS: test_more_than_one_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_more_than_one_argument_actions)\nPASS: test_multiple_dest (test.test_argparse.TestInvalidArgumentConstructors.test_multiple_dest)\nPASS: test_no_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_actions)\nPASS: test_no_argument_no_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_no_const_actions)\nPASS: test_parsers_action_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_parsers_action_missing_params)\nPASS: test_required_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_required_const_actions)\nPASS: test_required_positional (test.test_argparse.TestInvalidArgumentConstructors.test_required_positional)\nPASS: test_user_defined_action (test.test_argparse.TestInvalidArgumentConstructors.test_user_defined_action)\nPASS: test_version_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_version_missing_params)\nPASS: test_nargs_alphabetic (test.test_argparse.TestInvalidNargs.test_nargs_alphabetic)\nPASS: test_nargs_zero (test.test_argparse.TestInvalidNargs.test_nargs_zero)\nPASS: test_missing_argument_name_in_message (test.test_argparse.TestMessageContentError.test_missing_argument_name_in_message)\nPASS: test_optional_optional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_optional_not_in_message)\nPASS: test_optional_positional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_positional_not_in_message)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_required)\nPASS: test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_empty_group)\nPASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help)\nPASS: test_help_subparser_all_mutually_exclusive_group_members_suppressed (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help_subparser_all_mutually_exclusive_group_members_suppressed)\nPASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument)\nPASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument_group)\nPASS: test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_empty_group)\nPASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help)\nPASS: test_help_subparser_all_mutually_exclusive_group_members_suppressed (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help_subparser_all_mutually_exclusive_group_members_suppressed)\nPASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument)\nPASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument_group)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveNested.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveNested.test_help_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_required)\nPASS: test_constructor (test.test_argparse.TestNamespace.test_constructor)\nPASS: test_equality (test.test_argparse.TestNamespace.test_equality)\nPASS: test_equality_returns_notimplemented (test.test_argparse.TestNamespace.test_equality_returns_notimplemented)\nPASS: test_empty (test.test_argparse.TestNamespaceContainsSimple.test_empty)\nPASS: test_non_empty (test.test_argparse.TestNamespaceContainsSimple.test_non_empty)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionLike.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionLike.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionLike.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionLike.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionLike.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionLike.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionLike.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionLike.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_sysargs)\nPASS: test_alternate_help_version (test.test_argparse.TestOptionalsHelpVersionActions.test_alternate_help_version)\nPASS: test_help_version_extra_arguments (test.test_argparse.TestOptionalsHelpVersionActions.test_help_version_extra_arguments)\nPASS: test_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_no_help)\nPASS: test_version (test.test_argparse.TestOptionalsHelpVersionActions.test_version)\nPASS: test_version_action (test.test_argparse.TestOptionalsHelpVersionActions.test_version_action)\nPASS: test_version_format (test.test_argparse.TestOptionalsHelpVersionActions.test_version_format)\nPASS: test_version_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_version_no_help)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_sysargs)\nPASS: test_conflicting_parents (test.test_argparse.TestParentParsers.test_conflicting_parents)\nPASS: test_conflicting_parents_mutex (test.test_argparse.TestParentParsers.test_conflicting_parents_mutex)\nPASS: test_groups_parents (test.test_argparse.TestParentParsers.test_groups_parents)\nPASS: test_multiple_parents (test.test_argparse.TestParentParsers.test_multiple_parents)\nPASS: test_multiple_parents_mutex (test.test_argparse.TestParentParsers.test_multiple_parents_mutex)\nPASS: test_mutex_groups_parents (test.test_argparse.TestParentParsers.test_mutex_groups_parents)\nPASS: test_parent_help (test.test_argparse.TestParentParsers.test_parent_help)\nPASS: test_same_argument_name_parents (test.test_argparse.TestParentParsers.test_same_argument_name_parents)\nPASS: test_single_granparent_mutex (test.test_argparse.TestParentParsers.test_single_granparent_mutex)\nPASS: test_single_parent (test.test_argparse.TestParentParsers.test_single_parent)\nPASS: test_single_parent_mutex (test.test_argparse.TestParentParsers.test_single_parent_mutex)\nPASS: test_subparser_parents (test.test_argparse.TestParentParsers.test_subparser_parents)\nPASS: test_subparser_parents_mutex (test.test_argparse.TestParentParsers.test_subparser_parents_mutex)\nPASS: test_wrong_type_parents (test.test_argparse.TestParentParsers.test_wrong_type_parents)\nPASS: test_arguments_list (test.test_argparse.TestParseKnownArgs.test_arguments_list)\nPASS: test_arguments_list_positional (test.test_argparse.TestParseKnownArgs.test_arguments_list_positional)\nPASS: test_arguments_tuple (test.test_argparse.TestParseKnownArgs.test_arguments_tuple)\nPASS: test_arguments_tuple_positional (test.test_argparse.TestParseKnownArgs.test_arguments_tuple_positional)\nPASS: test_mixed (test.test_argparse.TestParseKnownArgs.test_mixed)\nPASS: test_optionals (test.test_argparse.TestParseKnownArgs.test_optionals)\nPASS: test_zero_or_more_optional (test.test_argparse.TestParseKnownArgs.test_zero_or_more_optional)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefault42.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefault42.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefault42.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefault42.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_sysargs)\nPASS: test_group_first (test.test_argparse.TestPositionalsGroups.test_group_first)\nPASS: test_interleaved_groups (test.test_argparse.TestPositionalsGroups.test_interleaved_groups)\nPASS: test_nongroup_first (test.test_argparse.TestPositionalsGroups.test_nongroup_first)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_sysargs)\nPASS: test_set_defaults_no_args (test.test_argparse.TestSetDefaults.test_set_defaults_no_args)\nPASS: test_set_defaults_on_parent_and_subparser (test.test_argparse.TestSetDefaults.test_set_defaults_on_parent_and_subparser)\nPASS: test_set_defaults_parents (test.test_argparse.TestSetDefaults.test_set_defaults_parents)\nPASS: test_set_defaults_same_as_add_argument (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument)\nPASS: test_set_defaults_same_as_add_argument_group (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument_group)\nPASS: test_set_defaults_subparsers (test.test_argparse.TestSetDefaults.test_set_defaults_subparsers)\nPASS: test_set_defaults_with_args (test.test_argparse.TestSetDefaults.test_set_defaults_with_args)\nPASS: test_format_help (test.test_argparse.TestShortColumns.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestShortColumns.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestShortColumns.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestShortColumns.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestShortColumns.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestShortColumns.test_print_usage)\nPASS: test_help_message_contains_enum_choices (test.test_argparse.TestStrEnumChoices.test_help_message_contains_enum_choices)\nPASS: test_invalid_enum_value_raises_error (test.test_argparse.TestStrEnumChoices.test_invalid_enum_value_raises_error)\nPASS: test_parse_enum_value (test.test_argparse.TestStrEnumChoices.test_parse_enum_value)\nPASS: test_argument (test.test_argparse.TestStrings.test_argument)\nPASS: test_namespace (test.test_argparse.TestStrings.test_namespace)\nPASS: test_namespace_kwargs_and_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_kwargs_and_starkwargs_notidentifier)\nPASS: test_namespace_starkwargs_identifier (test.test_argparse.TestStrings.test_namespace_starkwargs_identifier)\nPASS: test_namespace_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_starkwargs_notidentifier)\nPASS: test_optional (test.test_argparse.TestStrings.test_optional)\nPASS: test_parser (test.test_argparse.TestStrings.test_parser)\nSKIP: test_translations (test.test_argparse.TestTranslations.test_translations) 'i18n directory could not be found'\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestTypeCallable.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeCallable.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestTypeCallable.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeCallable.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_sysargs)\nPASS: test_type_function_call_only_once (test.test_argparse.TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once)\nPASS: test_issue_15906 (test.test_argparse.TestTypeFunctionCalledOnDefault.test_issue_15906)\nPASS: test_no_double_type_conversion_of_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default)\nPASS: test_type_function_call_with_non_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default)\nPASS: test_type_function_call_with_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default)\nPASS: test (test.test_argparse.TestTypeRegistration.test)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_sysargs)\nPASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar.test_help_with_metavar)\n\n----------------------------------------------------------------------\nRan 1844 tests in 0.607s\n\nOK (skipped=49)\n0:01:07 load avg: 1.07 [ 73/480] test_array passed\nPASS: test_error (test.test_array.ArrayReconstructorTest.test_error)\nPASS: test_numbers (test.test_array.ArrayReconstructorTest.test_numbers)\nPASS: test_unicode (test.test_array.ArrayReconstructorTest.test_unicode)\nPASS: test_add (test.test_array.ByteTest.test_add)\nPASS: test_assignment (test.test_array.ByteTest.test_assignment)\nPASS: test_buffer (test.test_array.ByteTest.test_buffer)\nPASS: test_buffer_info (test.test_array.ByteTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.ByteTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.ByteTest.test_byteswap)\nPASS: test_clear (test.test_array.ByteTest.test_clear)\nPASS: test_cmp (test.test_array.ByteTest.test_cmp)\nPASS: test_constructor (test.test_array.ByteTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.ByteTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.ByteTest.test_copy)\nPASS: test_count (test.test_array.ByteTest.test_count)\nPASS: test_coveritertraverse (test.test_array.ByteTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.ByteTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.ByteTest.test_deepcopy)\nPASS: test_delitem (test.test_array.ByteTest.test_delitem)\nPASS: test_delslice (test.test_array.ByteTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.ByteTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.ByteTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.ByteTest.test_extend)\nPASS: test_extended_getslice (test.test_array.ByteTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.ByteTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.ByteTest.test_extslice)\nPASS: test_filewrite (test.test_array.ByteTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.ByteTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.ByteTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.ByteTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.ByteTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.ByteTest.test_getitem)\nPASS: test_getslice (test.test_array.ByteTest.test_getslice)\nPASS: test_iadd (test.test_array.ByteTest.test_iadd)\nPASS: test_imul (test.test_array.ByteTest.test_imul)\nPASS: test_index (test.test_array.ByteTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.ByteTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.ByteTest.test_insert)\nPASS: test_iterationcontains (test.test_array.ByteTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.ByteTest.test_iterator_pickle)\nPASS: test_len (test.test_array.ByteTest.test_len)\nPASS: test_mul (test.test_array.ByteTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.ByteTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.ByteTest.test_overflow)\nPASS: test_pickle (test.test_array.ByteTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.ByteTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.ByteTest.test_pop)\nPASS: test_reduce_ex (test.test_array.ByteTest.test_reduce_ex)\nPASS: test_remove (test.test_array.ByteTest.test_remove)\nPASS: test_repr (test.test_array.ByteTest.test_repr)\nPASS: test_reverse (test.test_array.ByteTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.ByteTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.ByteTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.ByteTest.test_setitem)\nPASS: test_setslice (test.test_array.ByteTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.ByteTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.ByteTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.ByteTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.ByteTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.ByteTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.ByteTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.ByteTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.ByteTest.test_tofromlist)\nPASS: test_type_error (test.test_array.ByteTest.test_type_error)\nPASS: test_weakref (test.test_array.ByteTest.test_weakref)\nPASS: test_add (test.test_array.DoubleTest.test_add)\nPASS: test_alloc_overflow (test.test_array.DoubleTest.test_alloc_overflow)\nPASS: test_assignment (test.test_array.DoubleTest.test_assignment)\nPASS: test_buffer (test.test_array.DoubleTest.test_buffer)\nPASS: test_buffer_info (test.test_array.DoubleTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.DoubleTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.DoubleTest.test_byteswap)\nPASS: test_clear (test.test_array.DoubleTest.test_clear)\nPASS: test_cmp (test.test_array.DoubleTest.test_cmp)\nPASS: test_constructor (test.test_array.DoubleTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.DoubleTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.DoubleTest.test_copy)\nPASS: test_count (test.test_array.DoubleTest.test_count)\nPASS: test_coveritertraverse (test.test_array.DoubleTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.DoubleTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.DoubleTest.test_deepcopy)\nPASS: test_delitem (test.test_array.DoubleTest.test_delitem)\nPASS: test_delslice (test.test_array.DoubleTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.DoubleTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.DoubleTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.DoubleTest.test_extend)\nPASS: test_extended_getslice (test.test_array.DoubleTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.DoubleTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.DoubleTest.test_extslice)\nPASS: test_filewrite (test.test_array.DoubleTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.DoubleTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.DoubleTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.DoubleTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.DoubleTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.DoubleTest.test_getitem)\nPASS: test_getslice (test.test_array.DoubleTest.test_getslice)\nPASS: test_iadd (test.test_array.DoubleTest.test_iadd)\nPASS: test_imul (test.test_array.DoubleTest.test_imul)\nPASS: test_index (test.test_array.DoubleTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.DoubleTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.DoubleTest.test_insert)\nPASS: test_iterationcontains (test.test_array.DoubleTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.DoubleTest.test_iterator_pickle)\nPASS: test_len (test.test_array.DoubleTest.test_len)\nPASS: test_mul (test.test_array.DoubleTest.test_mul)\nPASS: test_nan (test.test_array.DoubleTest.test_nan)\nPASS: test_obsolete_write_lock (test.test_array.DoubleTest.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.DoubleTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.DoubleTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.DoubleTest.test_pop)\nPASS: test_reduce_ex (test.test_array.DoubleTest.test_reduce_ex)\nPASS: test_remove (test.test_array.DoubleTest.test_remove)\nPASS: test_repr (test.test_array.DoubleTest.test_repr)\nPASS: test_reverse (test.test_array.DoubleTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.DoubleTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.DoubleTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.DoubleTest.test_setitem)\nPASS: test_setslice (test.test_array.DoubleTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.DoubleTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.DoubleTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.DoubleTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.DoubleTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.DoubleTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.DoubleTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.DoubleTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.DoubleTest.test_tofromlist)\nPASS: test_weakref (test.test_array.DoubleTest.test_weakref)\nPASS: test_add (test.test_array.FloatTest.test_add)\nPASS: test_assignment (test.test_array.FloatTest.test_assignment)\nPASS: test_buffer (test.test_array.FloatTest.test_buffer)\nPASS: test_buffer_info (test.test_array.FloatTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.FloatTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.FloatTest.test_byteswap)\nPASS: test_clear (test.test_array.FloatTest.test_clear)\nPASS: test_cmp (test.test_array.FloatTest.test_cmp)\nPASS: test_constructor (test.test_array.FloatTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.FloatTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.FloatTest.test_copy)\nPASS: test_count (test.test_array.FloatTest.test_count)\nPASS: test_coveritertraverse (test.test_array.FloatTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.FloatTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.FloatTest.test_deepcopy)\nPASS: test_delitem (test.test_array.FloatTest.test_delitem)\nPASS: test_delslice (test.test_array.FloatTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.FloatTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.FloatTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.FloatTest.test_extend)\nPASS: test_extended_getslice (test.test_array.FloatTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.FloatTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.FloatTest.test_extslice)\nPASS: test_filewrite (test.test_array.FloatTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.FloatTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.FloatTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.FloatTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.FloatTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.FloatTest.test_getitem)\nPASS: test_getslice (test.test_array.FloatTest.test_getslice)\nPASS: test_iadd (test.test_array.FloatTest.test_iadd)\nPASS: test_imul (test.test_array.FloatTest.test_imul)\nPASS: test_index (test.test_array.FloatTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.FloatTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.FloatTest.test_insert)\nPASS: test_iterationcontains (test.test_array.FloatTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.FloatTest.test_iterator_pickle)\nPASS: test_len (test.test_array.FloatTest.test_len)\nPASS: test_mul (test.test_array.FloatTest.test_mul)\nPASS: test_nan (test.test_array.FloatTest.test_nan)\nPASS: test_obsolete_write_lock (test.test_array.FloatTest.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.FloatTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.FloatTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.FloatTest.test_pop)\nPASS: test_reduce_ex (test.test_array.FloatTest.test_reduce_ex)\nPASS: test_remove (test.test_array.FloatTest.test_remove)\nPASS: test_repr (test.test_array.FloatTest.test_repr)\nPASS: test_reverse (test.test_array.FloatTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.FloatTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.FloatTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.FloatTest.test_setitem)\nPASS: test_setslice (test.test_array.FloatTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.FloatTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.FloatTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.FloatTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.FloatTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.FloatTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.FloatTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.FloatTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.FloatTest.test_tofromlist)\nPASS: test_weakref (test.test_array.FloatTest.test_weakref)\nPASS: test_add (test.test_array.IntTest.test_add)\nPASS: test_assignment (test.test_array.IntTest.test_assignment)\nPASS: test_buffer (test.test_array.IntTest.test_buffer)\nPASS: test_buffer_info (test.test_array.IntTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.IntTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.IntTest.test_byteswap)\nPASS: test_clear (test.test_array.IntTest.test_clear)\nPASS: test_cmp (test.test_array.IntTest.test_cmp)\nPASS: test_constructor (test.test_array.IntTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.IntTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.IntTest.test_copy)\nPASS: test_count (test.test_array.IntTest.test_count)\nPASS: test_coveritertraverse (test.test_array.IntTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.IntTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.IntTest.test_deepcopy)\nPASS: test_delitem (test.test_array.IntTest.test_delitem)\nPASS: test_delslice (test.test_array.IntTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.IntTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.IntTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.IntTest.test_extend)\nPASS: test_extended_getslice (test.test_array.IntTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.IntTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.IntTest.test_extslice)\nPASS: test_filewrite (test.test_array.IntTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.IntTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.IntTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.IntTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.IntTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.IntTest.test_getitem)\nPASS: test_getslice (test.test_array.IntTest.test_getslice)\nPASS: test_iadd (test.test_array.IntTest.test_iadd)\nPASS: test_imul (test.test_array.IntTest.test_imul)\nPASS: test_index (test.test_array.IntTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.IntTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.IntTest.test_insert)\nPASS: test_iterationcontains (test.test_array.IntTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.IntTest.test_iterator_pickle)\nPASS: test_len (test.test_array.IntTest.test_len)\nPASS: test_mul (test.test_array.IntTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.IntTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.IntTest.test_overflow)\nPASS: test_pickle (test.test_array.IntTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.IntTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.IntTest.test_pop)\nPASS: test_reduce_ex (test.test_array.IntTest.test_reduce_ex)\nPASS: test_remove (test.test_array.IntTest.test_remove)\nPASS: test_repr (test.test_array.IntTest.test_repr)\nPASS: test_reverse (test.test_array.IntTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.IntTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.IntTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.IntTest.test_setitem)\nPASS: test_setslice (test.test_array.IntTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.IntTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.IntTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.IntTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.IntTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.IntTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.IntTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.IntTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.IntTest.test_tofromlist)\nPASS: test_type_error (test.test_array.IntTest.test_type_error)\nPASS: test_weakref (test.test_array.IntTest.test_weakref)\nPASS: test_access (test.test_array.LargeArrayTest.test_access)\nPASS: test_append (test.test_array.LargeArrayTest.test_append)\nPASS: test_count (test.test_array.LargeArrayTest.test_count)\nPASS: test_example_data (test.test_array.LargeArrayTest.test_example_data)\nPASS: test_extend (test.test_array.LargeArrayTest.test_extend)\nPASS: test_frombytes (test.test_array.LargeArrayTest.test_frombytes)\nPASS: test_fromlist (test.test_array.LargeArrayTest.test_fromlist)\nPASS: test_gh_128961 (test.test_array.LargeArrayTest.test_gh_128961)\nPASS: test_index (test.test_array.LargeArrayTest.test_index)\nPASS: test_insert (test.test_array.LargeArrayTest.test_insert)\nPASS: test_pop (test.test_array.LargeArrayTest.test_pop)\nPASS: test_remove (test.test_array.LargeArrayTest.test_remove)\nPASS: test_reverse (test.test_array.LargeArrayTest.test_reverse)\nPASS: test_slice (test.test_array.LargeArrayTest.test_slice)\nPASS: test_tolist (test.test_array.LargeArrayTest.test_tolist)\nPASS: test_add (test.test_array.LongLongTest.test_add)\nPASS: test_assignment (test.test_array.LongLongTest.test_assignment)\nPASS: test_buffer (test.test_array.LongLongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.LongLongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.LongLongTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.LongLongTest.test_byteswap)\nPASS: test_clear (test.test_array.LongLongTest.test_clear)\nPASS: test_cmp (test.test_array.LongLongTest.test_cmp)\nPASS: test_constructor (test.test_array.LongLongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.LongLongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.LongLongTest.test_copy)\nPASS: test_count (test.test_array.LongLongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.LongLongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.LongLongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.LongLongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.LongLongTest.test_delitem)\nPASS: test_delslice (test.test_array.LongLongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.LongLongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.LongLongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.LongLongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.LongLongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.LongLongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.LongLongTest.test_extslice)\nPASS: test_filewrite (test.test_array.LongLongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.LongLongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.LongLongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.LongLongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.LongLongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.LongLongTest.test_getitem)\nPASS: test_getslice (test.test_array.LongLongTest.test_getslice)\nPASS: test_iadd (test.test_array.LongLongTest.test_iadd)\nPASS: test_imul (test.test_array.LongLongTest.test_imul)\nPASS: test_index (test.test_array.LongLongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.LongLongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.LongLongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.LongLongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.LongLongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.LongLongTest.test_len)\nPASS: test_mul (test.test_array.LongLongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.LongLongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.LongLongTest.test_overflow)\nPASS: test_pickle (test.test_array.LongLongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.LongLongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.LongLongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.LongLongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.LongLongTest.test_remove)\nPASS: test_repr (test.test_array.LongLongTest.test_repr)\nPASS: test_reverse (test.test_array.LongLongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.LongLongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.LongLongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.LongLongTest.test_setitem)\nPASS: test_setslice (test.test_array.LongLongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.LongLongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.LongLongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.LongLongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.LongLongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.LongLongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.LongLongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.LongLongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.LongLongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.LongLongTest.test_type_error)\nPASS: test_weakref (test.test_array.LongLongTest.test_weakref)\nPASS: test_add (test.test_array.LongTest.test_add)\nPASS: test_assignment (test.test_array.LongTest.test_assignment)\nPASS: test_buffer (test.test_array.LongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.LongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.LongTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.LongTest.test_byteswap)\nPASS: test_clear (test.test_array.LongTest.test_clear)\nPASS: test_cmp (test.test_array.LongTest.test_cmp)\nPASS: test_constructor (test.test_array.LongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.LongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.LongTest.test_copy)\nPASS: test_count (test.test_array.LongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.LongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.LongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.LongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.LongTest.test_delitem)\nPASS: test_delslice (test.test_array.LongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.LongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.LongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.LongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.LongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.LongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.LongTest.test_extslice)\nPASS: test_filewrite (test.test_array.LongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.LongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.LongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.LongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.LongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.LongTest.test_getitem)\nPASS: test_getslice (test.test_array.LongTest.test_getslice)\nPASS: test_iadd (test.test_array.LongTest.test_iadd)\nPASS: test_imul (test.test_array.LongTest.test_imul)\nPASS: test_index (test.test_array.LongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.LongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.LongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.LongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.LongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.LongTest.test_len)\nPASS: test_mul (test.test_array.LongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.LongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.LongTest.test_overflow)\nPASS: test_pickle (test.test_array.LongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.LongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.LongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.LongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.LongTest.test_remove)\nPASS: test_repr (test.test_array.LongTest.test_repr)\nPASS: test_reverse (test.test_array.LongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.LongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.LongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.LongTest.test_setitem)\nPASS: test_setslice (test.test_array.LongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.LongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.LongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.LongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.LongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.LongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.LongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.LongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.LongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.LongTest.test_type_error)\nPASS: test_weakref (test.test_array.LongTest.test_weakref)\nPASS: test_array_is_sequence (test.test_array.MiscTest.test_array_is_sequence)\nPASS: test_bad_constructor (test.test_array.MiscTest.test_bad_constructor)\nPASS: test_disallow_instantiation (test.test_array.MiscTest.test_disallow_instantiation)\nPASS: test_empty (test.test_array.MiscTest.test_empty)\nPASS: test_immutable (test.test_array.MiscTest.test_immutable)\nPASS: test_add (test.test_array.ShortTest.test_add)\nPASS: test_assignment (test.test_array.ShortTest.test_assignment)\nPASS: test_buffer (test.test_array.ShortTest.test_buffer)\nPASS: test_buffer_info (test.test_array.ShortTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.ShortTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.ShortTest.test_byteswap)\nPASS: test_clear (test.test_array.ShortTest.test_clear)\nPASS: test_cmp (test.test_array.ShortTest.test_cmp)\nPASS: test_constructor (test.test_array.ShortTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.ShortTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.ShortTest.test_copy)\nPASS: test_count (test.test_array.ShortTest.test_count)\nPASS: test_coveritertraverse (test.test_array.ShortTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.ShortTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.ShortTest.test_deepcopy)\nPASS: test_delitem (test.test_array.ShortTest.test_delitem)\nPASS: test_delslice (test.test_array.ShortTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.ShortTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.ShortTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.ShortTest.test_extend)\nPASS: test_extended_getslice (test.test_array.ShortTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.ShortTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.ShortTest.test_extslice)\nPASS: test_filewrite (test.test_array.ShortTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.ShortTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.ShortTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.ShortTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.ShortTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.ShortTest.test_getitem)\nPASS: test_getslice (test.test_array.ShortTest.test_getslice)\nPASS: test_iadd (test.test_array.ShortTest.test_iadd)\nPASS: test_imul (test.test_array.ShortTest.test_imul)\nPASS: test_index (test.test_array.ShortTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.ShortTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.ShortTest.test_insert)\nPASS: test_iterationcontains (test.test_array.ShortTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.ShortTest.test_iterator_pickle)\nPASS: test_len (test.test_array.ShortTest.test_len)\nPASS: test_mul (test.test_array.ShortTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.ShortTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.ShortTest.test_overflow)\nPASS: test_pickle (test.test_array.ShortTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.ShortTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.ShortTest.test_pop)\nPASS: test_reduce_ex (test.test_array.ShortTest.test_reduce_ex)\nPASS: test_remove (test.test_array.ShortTest.test_remove)\nPASS: test_repr (test.test_array.ShortTest.test_repr)\nPASS: test_reverse (test.test_array.ShortTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.ShortTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.ShortTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.ShortTest.test_setitem)\nPASS: test_setslice (test.test_array.ShortTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.ShortTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.ShortTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.ShortTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.ShortTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.ShortTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.ShortTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.ShortTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.ShortTest.test_tofromlist)\nPASS: test_type_error (test.test_array.ShortTest.test_type_error)\nPASS: test_weakref (test.test_array.ShortTest.test_weakref)\nPASS: test_add (test.test_array.UCS4Test.test_add)\nPASS: test_buffer (test.test_array.UCS4Test.test_buffer)\nPASS: test_buffer_info (test.test_array.UCS4Test.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UCS4Test.test_bug_782369)\nPASS: test_byteswap (test.test_array.UCS4Test.test_byteswap)\nPASS: test_clear (test.test_array.UCS4Test.test_clear)\nPASS: test_cmp (test.test_array.UCS4Test.test_cmp)\nPASS: test_constructor (test.test_array.UCS4Test.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UCS4Test.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UCS4Test.test_copy)\nPASS: test_count (test.test_array.UCS4Test.test_count)\nPASS: test_coveritertraverse (test.test_array.UCS4Test.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UCS4Test.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UCS4Test.test_deepcopy)\nPASS: test_delitem (test.test_array.UCS4Test.test_delitem)\nPASS: test_exhausted_iterator (test.test_array.UCS4Test.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UCS4Test.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UCS4Test.test_extend)\nPASS: test_extended_getslice (test.test_array.UCS4Test.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UCS4Test.test_extended_set_del_slice)\nPASS: test_filewrite (test.test_array.UCS4Test.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UCS4Test.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UCS4Test.test_fromarray)\nPASS: test_fromfile_ioerror (test.test_array.UCS4Test.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UCS4Test.test_getitem)\nPASS: test_getslice (test.test_array.UCS4Test.test_getslice)\nPASS: test_iadd (test.test_array.UCS4Test.test_iadd)\nPASS: test_imul (test.test_array.UCS4Test.test_imul)\nPASS: test_index (test.test_array.UCS4Test.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UCS4Test.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UCS4Test.test_insert)\nPASS: test_issue17223 (test.test_array.UCS4Test.test_issue17223)\nPASS: test_iterator_pickle (test.test_array.UCS4Test.test_iterator_pickle)\nPASS: test_len (test.test_array.UCS4Test.test_len)\nPASS: test_mul (test.test_array.UCS4Test.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UCS4Test.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.UCS4Test.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UCS4Test.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UCS4Test.test_pop)\nPASS: test_reduce_ex (test.test_array.UCS4Test.test_reduce_ex)\nPASS: test_remove (test.test_array.UCS4Test.test_remove)\nPASS: test_repr (test.test_array.UCS4Test.test_repr)\nPASS: test_reverse (test.test_array.UCS4Test.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UCS4Test.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UCS4Test.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UCS4Test.test_setitem)\nPASS: test_setslice (test.test_array.UCS4Test.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UCS4Test.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UCS4Test.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UCS4Test.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UCS4Test.test_subclass_with_kwargs)\nPASS: test_tofrombytes (test.test_array.UCS4Test.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UCS4Test.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UCS4Test.test_tofromlist)\nPASS: test_typecode_u_deprecation (test.test_array.UCS4Test.test_typecode_u_deprecation)\nPASS: test_unicode (test.test_array.UCS4Test.test_unicode)\nPASS: test_weakref (test.test_array.UCS4Test.test_weakref)\nPASS: test_add (test.test_array.UnicodeTest.test_add)\nPASS: test_buffer (test.test_array.UnicodeTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnicodeTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnicodeTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.UnicodeTest.test_byteswap)\nPASS: test_clear (test.test_array.UnicodeTest.test_clear)\nPASS: test_cmp (test.test_array.UnicodeTest.test_cmp)\nPASS: test_constructor (test.test_array.UnicodeTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnicodeTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnicodeTest.test_copy)\nPASS: test_count (test.test_array.UnicodeTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnicodeTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnicodeTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnicodeTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnicodeTest.test_delitem)\nPASS: test_exhausted_iterator (test.test_array.UnicodeTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnicodeTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnicodeTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnicodeTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnicodeTest.test_extended_set_del_slice)\nPASS: test_filewrite (test.test_array.UnicodeTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnicodeTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnicodeTest.test_fromarray)\nPASS: test_fromfile_ioerror (test.test_array.UnicodeTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnicodeTest.test_getitem)\nPASS: test_getslice (test.test_array.UnicodeTest.test_getslice)\nPASS: test_iadd (test.test_array.UnicodeTest.test_iadd)\nPASS: test_imul (test.test_array.UnicodeTest.test_imul)\nPASS: test_index (test.test_array.UnicodeTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnicodeTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnicodeTest.test_insert)\nPASS: test_issue17223 (test.test_array.UnicodeTest.test_issue17223)\nPASS: test_iterator_pickle (test.test_array.UnicodeTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnicodeTest.test_len)\nPASS: test_mul (test.test_array.UnicodeTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnicodeTest.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.UnicodeTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnicodeTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnicodeTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnicodeTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnicodeTest.test_remove)\nPASS: test_repr (test.test_array.UnicodeTest.test_repr)\nPASS: test_reverse (test.test_array.UnicodeTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnicodeTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnicodeTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnicodeTest.test_setitem)\nPASS: test_setslice (test.test_array.UnicodeTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnicodeTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnicodeTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnicodeTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnicodeTest.test_subclass_with_kwargs)\nPASS: test_tofrombytes (test.test_array.UnicodeTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnicodeTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnicodeTest.test_tofromlist)\nPASS: test_typecode_u_deprecation (test.test_array.UnicodeTest.test_typecode_u_deprecation)\nPASS: test_unicode (test.test_array.UnicodeTest.test_unicode)\nPASS: test_weakref (test.test_array.UnicodeTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedByteTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedByteTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedByteTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedByteTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedByteTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedByteTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedByteTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedByteTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedByteTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedByteTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedByteTest.test_copy)\nPASS: test_count (test.test_array.UnsignedByteTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedByteTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedByteTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedByteTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedByteTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedByteTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedByteTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedByteTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedByteTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedByteTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedByteTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedByteTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedByteTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedByteTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedByteTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedByteTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedByteTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedByteTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedByteTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedByteTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedByteTest.test_imul)\nPASS: test_index (test.test_array.UnsignedByteTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedByteTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedByteTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedByteTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedByteTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedByteTest.test_len)\nPASS: test_mul (test.test_array.UnsignedByteTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedByteTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedByteTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedByteTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedByteTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedByteTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedByteTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedByteTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedByteTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedByteTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedByteTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedByteTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedByteTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedByteTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedByteTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedByteTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedByteTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedByteTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedByteTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedByteTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedByteTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedByteTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedByteTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedByteTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedIntTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedIntTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedIntTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedIntTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedIntTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedIntTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedIntTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedIntTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedIntTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedIntTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedIntTest.test_copy)\nPASS: test_count (test.test_array.UnsignedIntTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedIntTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedIntTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedIntTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedIntTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedIntTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedIntTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedIntTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedIntTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedIntTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedIntTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedIntTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedIntTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedIntTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedIntTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedIntTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedIntTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedIntTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedIntTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedIntTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedIntTest.test_imul)\nPASS: test_index (test.test_array.UnsignedIntTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedIntTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedIntTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedIntTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedIntTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedIntTest.test_len)\nPASS: test_mul (test.test_array.UnsignedIntTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedIntTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedIntTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedIntTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedIntTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedIntTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedIntTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedIntTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedIntTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedIntTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedIntTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedIntTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedIntTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedIntTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedIntTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedIntTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedIntTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedIntTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedIntTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedIntTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedIntTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedIntTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedIntTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedIntTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedLongLongTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedLongLongTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedLongLongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedLongLongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedLongLongTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedLongLongTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedLongLongTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedLongLongTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedLongLongTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedLongLongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedLongLongTest.test_copy)\nPASS: test_count (test.test_array.UnsignedLongLongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedLongLongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedLongLongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedLongLongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedLongLongTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedLongLongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedLongLongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedLongLongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedLongLongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedLongLongTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedLongLongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedLongLongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedLongLongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedLongLongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedLongLongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedLongLongTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedLongLongTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedLongLongTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedLongLongTest.test_imul)\nPASS: test_index (test.test_array.UnsignedLongLongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedLongLongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedLongLongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedLongLongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedLongLongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedLongLongTest.test_len)\nPASS: test_mul (test.test_array.UnsignedLongLongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedLongLongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedLongLongTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedLongLongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedLongLongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedLongLongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedLongLongTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedLongLongTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedLongLongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedLongLongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedLongLongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedLongLongTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedLongLongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedLongLongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedLongLongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedLongLongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedLongLongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedLongLongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedLongLongTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedLongLongTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedLongTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedLongTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedLongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedLongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedLongTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedLongTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedLongTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedLongTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedLongTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedLongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedLongTest.test_copy)\nPASS: test_count (test.test_array.UnsignedLongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedLongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedLongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedLongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedLongTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedLongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedLongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedLongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedLongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedLongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedLongTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedLongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedLongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedLongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedLongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedLongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedLongTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedLongTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedLongTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedLongTest.test_imul)\nPASS: test_index (test.test_array.UnsignedLongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedLongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedLongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedLongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedLongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedLongTest.test_len)\nPASS: test_mul (test.test_array.UnsignedLongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedLongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedLongTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedLongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedLongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedLongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedLongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedLongTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedLongTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedLongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedLongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedLongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedLongTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedLongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedLongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedLongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedLongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedLongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedLongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedLongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedLongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedLongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedLongTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedLongTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedShortTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedShortTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedShortTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedShortTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedShortTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedShortTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedShortTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedShortTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedShortTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedShortTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedShortTest.test_copy)\nPASS: test_count (test.test_array.UnsignedShortTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedShortTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedShortTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedShortTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedShortTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedShortTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedShortTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedShortTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedShortTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedShortTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedShortTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedShortTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedShortTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedShortTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedShortTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedShortTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedShortTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedShortTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedShortTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedShortTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedShortTest.test_imul)\nPASS: test_index (test.test_array.UnsignedShortTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedShortTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedShortTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedShortTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedShortTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedShortTest.test_len)\nPASS: test_mul (test.test_array.UnsignedShortTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedShortTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedShortTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedShortTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedShortTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedShortTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedShortTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedShortTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedShortTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedShortTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedShortTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedShortTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedShortTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedShortTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedShortTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedShortTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedShortTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedShortTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedShortTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedShortTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedShortTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedShortTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedShortTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedShortTest.test_weakref)\n\n----------------------------------------------------------------------\nRan 885 tests in 0.391s\n\nOK\n0:01:07 load avg: 1.07 [ 74/480] test_asdl_parser skipped\ntest_asdl_parser skipped -- test irrelevant for an installed Python\n0:01:08 load avg: 1.07 [ 75/480] test_ast passed\nPASS: test_FunctionDef (test.test_ast.test_ast.ASTConstructorTests.test_FunctionDef)\nPASS: test_complete_field_types (test.test_ast.test_ast.ASTConstructorTests.test_complete_field_types)\nPASS: test_custom_attributes (test.test_ast.test_ast.ASTConstructorTests.test_custom_attributes)\nPASS: test_custom_subclass_with_no_fields (test.test_ast.test_ast.ASTConstructorTests.test_custom_subclass_with_no_fields)\nPASS: test_expr_context (test.test_ast.test_ast.ASTConstructorTests.test_expr_context)\nPASS: test_fields_and_types (test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types)\nPASS: test_fields_and_types_no_default (test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types_no_default)\nPASS: test_fields_but_no_field_types (test.test_ast.test_ast.ASTConstructorTests.test_fields_but_no_field_types)\nPASS: test_incomplete_field_types (test.test_ast.test_ast.ASTConstructorTests.test_incomplete_field_types)\nPASS: test_bad_integer (test.test_ast.test_ast.ASTHelpers_Test.test_bad_integer)\nPASS: test_copy_location (test.test_ast.test_ast.ASTHelpers_Test.test_copy_location)\nPASS: test_dump (test.test_ast.test_ast.ASTHelpers_Test.test_dump)\nPASS: test_dump_incomplete (test.test_ast.test_ast.ASTHelpers_Test.test_dump_incomplete)\nPASS: test_dump_indent (test.test_ast.test_ast.ASTHelpers_Test.test_dump_indent)\nPASS: test_dump_show_empty (test.test_ast.test_ast.ASTHelpers_Test.test_dump_show_empty)\nPASS: test_elif_stmt_start_position (test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position)\nPASS: test_elif_stmt_start_position_with_else (test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position_with_else)\nPASS: test_fix_missing_locations (test.test_ast.test_ast.ASTHelpers_Test.test_fix_missing_locations)\nPASS: test_get_docstring (test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring)\nPASS: test_get_docstring_none (test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring_none)\nPASS: test_increment_lineno (test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno)\nPASS: test_increment_lineno_on_module (test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno_on_module)\nPASS: test_iter_child_nodes (test.test_ast.test_ast.ASTHelpers_Test.test_iter_child_nodes)\nPASS: test_iter_fields (test.test_ast.test_ast.ASTHelpers_Test.test_iter_fields)\nPASS: test_level_as_none (test.test_ast.test_ast.ASTHelpers_Test.test_level_as_none)\nPASS: test_literal_eval (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval)\nPASS: test_literal_eval_complex (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_complex)\nPASS: test_literal_eval_malformed_dict_nodes (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_dict_nodes)\nPASS: test_literal_eval_malformed_lineno (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_lineno)\nPASS: test_literal_eval_str_int_limit (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_str_int_limit)\nPASS: test_literal_eval_syntax_errors (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_syntax_errors)\nPASS: test_literal_eval_trailing_ws (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_trailing_ws)\nPASS: test_multi_line_docstring_col_offset_and_lineno_issue16806 (test.test_ast.test_ast.ASTHelpers_Test.test_multi_line_docstring_col_offset_and_lineno_issue16806)\nPASS: test_parse (test.test_ast.test_ast.ASTHelpers_Test.test_parse)\nPASS: test_parse_in_error (test.test_ast.test_ast.ASTHelpers_Test.test_parse_in_error)\nPASS: test_recursion_direct (test.test_ast.test_ast.ASTHelpers_Test.test_recursion_direct)\nPASS: test_recursion_indirect (test.test_ast.test_ast.ASTHelpers_Test.test_recursion_indirect)\nPASS: test_starred_expr_end_position_within_call (test.test_ast.test_ast.ASTHelpers_Test.test_starred_expr_end_position_within_call)\nPASS: test_cli_file_input (test.test_ast.test_ast.ASTMainTests.test_cli_file_input)\nPASS: test_folding_binop (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_binop)\nPASS: test_folding_comparator (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_comparator)\nPASS: test_folding_format (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_format)\nPASS: test_folding_iter (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_iter)\nPASS: test_folding_not (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_not)\nPASS: test_folding_subscript (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_subscript)\nPASS: test_folding_tuple (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_tuple)\nPASS: test_folding_type_param_in_class_def (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_class_def)\nPASS: test_folding_type_param_in_function_def (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_function_def)\nPASS: test_folding_type_param_in_type_alias (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_type_alias)\nPASS: test_folding_unaryop (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_unaryop)\nPASS: test_assert (test.test_ast.test_ast.ASTValidatorTests.test_assert)\nPASS: test_assign (test.test_ast.test_ast.ASTValidatorTests.test_assign)\nPASS: test_attribute (test.test_ast.test_ast.ASTValidatorTests.test_attribute)\nPASS: test_augassign (test.test_ast.test_ast.ASTValidatorTests.test_augassign)\nPASS: test_boolop (test.test_ast.test_ast.ASTValidatorTests.test_boolop)\nPASS: test_call (test.test_ast.test_ast.ASTValidatorTests.test_call)\nPASS: test_classdef (test.test_ast.test_ast.ASTValidatorTests.test_classdef)\nPASS: test_compare (test.test_ast.test_ast.ASTValidatorTests.test_compare)\nPASS: test_delete (test.test_ast.test_ast.ASTValidatorTests.test_delete)\nPASS: test_dict (test.test_ast.test_ast.ASTValidatorTests.test_dict)\nPASS: test_dictcomp (test.test_ast.test_ast.ASTValidatorTests.test_dictcomp)\nPASS: test_expr (test.test_ast.test_ast.ASTValidatorTests.test_expr)\nPASS: test_for (test.test_ast.test_ast.ASTValidatorTests.test_for)\nPASS: test_funcdef (test.test_ast.test_ast.ASTValidatorTests.test_funcdef)\nPASS: test_funcdef_pattern_matching (test.test_ast.test_ast.ASTValidatorTests.test_funcdef_pattern_matching)\nPASS: test_generatorexp (test.test_ast.test_ast.ASTValidatorTests.test_generatorexp)\nPASS: test_global (test.test_ast.test_ast.ASTValidatorTests.test_global)\nPASS: test_if (test.test_ast.test_ast.ASTValidatorTests.test_if)\nPASS: test_ifexp (test.test_ast.test_ast.ASTValidatorTests.test_ifexp)\nPASS: test_import (test.test_ast.test_ast.ASTValidatorTests.test_import)\nPASS: test_importfrom (test.test_ast.test_ast.ASTValidatorTests.test_importfrom)\nPASS: test_lambda (test.test_ast.test_ast.ASTValidatorTests.test_lambda)\nPASS: test_list (test.test_ast.test_ast.ASTValidatorTests.test_list)\nPASS: test_listcomp (test.test_ast.test_ast.ASTValidatorTests.test_listcomp)\nPASS: test_match_validation_pattern (test.test_ast.test_ast.ASTValidatorTests.test_match_validation_pattern)\nPASS: test_module (test.test_ast.test_ast.ASTValidatorTests.test_module)\nPASS: test_nameconstant (test.test_ast.test_ast.ASTValidatorTests.test_nameconstant)\nPASS: test_nonlocal (test.test_ast.test_ast.ASTValidatorTests.test_nonlocal)\nPASS: test_num (test.test_ast.test_ast.ASTValidatorTests.test_num)\nPASS: test_raise (test.test_ast.test_ast.ASTValidatorTests.test_raise)\nPASS: test_set (test.test_ast.test_ast.ASTValidatorTests.test_set)\nPASS: test_setcomp (test.test_ast.test_ast.ASTValidatorTests.test_setcomp)\nPASS: test_starred (test.test_ast.test_ast.ASTValidatorTests.test_starred)\nSKIP: test_stdlib_validates (test.test_ast.test_ast.ASTValidatorTests.test_stdlib_validates) \"resource 'cpu' is not enabled\"\nPASS: test_subscript (test.test_ast.test_ast.ASTValidatorTests.test_subscript)\nPASS: test_try (test.test_ast.test_ast.ASTValidatorTests.test_try)\nPASS: test_try_star (test.test_ast.test_ast.ASTValidatorTests.test_try_star)\nPASS: test_tuple (test.test_ast.test_ast.ASTValidatorTests.test_tuple)\nPASS: test_unaryop (test.test_ast.test_ast.ASTValidatorTests.test_unaryop)\nPASS: test_while (test.test_ast.test_ast.ASTValidatorTests.test_while)\nPASS: test_with (test.test_ast.test_ast.ASTValidatorTests.test_with)\nPASS: test_yield (test.test_ast.test_ast.ASTValidatorTests.test_yield)\nPASS: test_AST_fields_NULL_check (test.test_ast.test_ast.AST_Tests.test_AST_fields_NULL_check)\nPASS: test_AST_garbage_collection (test.test_ast.test_ast.AST_Tests.test_AST_garbage_collection)\nPASS: test_AST_objects (test.test_ast.test_ast.AST_Tests.test_AST_objects)\nPASS: test_alias (test.test_ast.test_ast.AST_Tests.test_alias)\nPASS: test_arguments (test.test_ast.test_ast.AST_Tests.test_arguments)\nPASS: test_assignment_expression_feature_version (test.test_ast.test_ast.AST_Tests.test_assignment_expression_feature_version)\nPASS: test_ast_asdl_signature (test.test_ast.test_ast.AST_Tests.test_ast_asdl_signature)\nPASS: test_ast_recursion_limit (test.test_ast.test_ast.AST_Tests.test_ast_recursion_limit)\nPASS: test_ast_validation (test.test_ast.test_ast.AST_Tests.test_ast_validation)\nPASS: test_base_classes (test.test_ast.test_ast.AST_Tests.test_base_classes)\nPASS: test_classattrs (test.test_ast.test_ast.AST_Tests.test_classattrs)\nPASS: test_classattrs_deprecated (test.test_ast.test_ast.AST_Tests.test_classattrs_deprecated)\nPASS: test_compilation_of_ast_nodes_with_default_end_position_values (test.test_ast.test_ast.AST_Tests.test_compilation_of_ast_nodes_with_default_end_position_values)\nPASS: test_conditional_context_managers_parse_with_low_feature_version (test.test_ast.test_ast.AST_Tests.test_conditional_context_managers_parse_with_low_feature_version)\nPASS: test_constant_as_name (test.test_ast.test_ast.AST_Tests.test_constant_as_name)\nPASS: test_constant_as_unicode_name (test.test_ast.test_ast.AST_Tests.test_constant_as_unicode_name)\nPASS: test_constant_subclasses (test.test_ast.test_ast.AST_Tests.test_constant_subclasses)\nPASS: test_constant_subclasses_deprecated (test.test_ast.test_ast.AST_Tests.test_constant_subclasses_deprecated)\nPASS: test_empty_yield_from (test.test_ast.test_ast.AST_Tests.test_empty_yield_from)\nPASS: test_exception_groups_feature_version (test.test_ast.test_ast.AST_Tests.test_exception_groups_feature_version)\nPASS: test_field_attr_existence (test.test_ast.test_ast.AST_Tests.test_field_attr_existence)\nPASS: test_field_attr_existence_deprecated (test.test_ast.test_ast.AST_Tests.test_field_attr_existence_deprecated)\nPASS: test_field_attr_writable (test.test_ast.test_ast.AST_Tests.test_field_attr_writable)\nPASS: test_field_attr_writable_deprecated (test.test_ast.test_ast.AST_Tests.test_field_attr_writable_deprecated)\nPASS: test_from_import (test.test_ast.test_ast.AST_Tests.test_from_import)\nPASS: test_import_deprecated (test.test_ast.test_ast.AST_Tests.test_import_deprecated)\nPASS: test_invalid_constant (test.test_ast.test_ast.AST_Tests.test_invalid_constant)\nPASS: test_invalid_identifier (test.test_ast.test_ast.AST_Tests.test_invalid_identifier)\nPASS: test_invalid_major_feature_version (test.test_ast.test_ast.AST_Tests.test_invalid_major_feature_version)\nPASS: test_invalid_position_information (test.test_ast.test_ast.AST_Tests.test_invalid_position_information)\nPASS: test_invalid_sum (test.test_ast.test_ast.AST_Tests.test_invalid_sum)\nPASS: test_isinstance (test.test_ast.test_ast.AST_Tests.test_isinstance)\nPASS: test_issue18374_binop_col_offset (test.test_ast.test_ast.AST_Tests.test_issue18374_binop_col_offset)\nPASS: test_issue31592 (test.test_ast.test_ast.AST_Tests.test_issue31592)\nPASS: test_issue39579_dotted_name_end_col_offset (test.test_ast.test_ast.AST_Tests.test_issue39579_dotted_name_end_col_offset)\nPASS: test_module (test.test_ast.test_ast.AST_Tests.test_module)\nPASS: test_negative_locations_for_compile (test.test_ast.test_ast.AST_Tests.test_negative_locations_for_compile)\nPASS: test_no_fields (test.test_ast.test_ast.AST_Tests.test_no_fields)\nPASS: test_nodeclasses (test.test_ast.test_ast.AST_Tests.test_nodeclasses)\nPASS: test_non_interned_future_from_ast (test.test_ast.test_ast.AST_Tests.test_non_interned_future_from_ast)\nPASS: test_none_checks (test.test_ast.test_ast.AST_Tests.test_none_checks)\nPASS: test_null_bytes (test.test_ast.test_ast.AST_Tests.test_null_bytes)\nPASS: test_optimization_levels__debug__ (test.test_ast.test_ast.AST_Tests.test_optimization_levels__debug__)\nPASS: test_optimization_levels_const_folding (test.test_ast.test_ast.AST_Tests.test_optimization_levels_const_folding)\nPASS: test_positional_only_feature_version (test.test_ast.test_ast.AST_Tests.test_positional_only_feature_version)\nPASS: test_precedence_enum (test.test_ast.test_ast.AST_Tests.test_precedence_enum)\nPASS: test_realtype (test.test_ast.test_ast.AST_Tests.test_realtype)\nPASS: test_slice (test.test_ast.test_ast.AST_Tests.test_slice)\nPASS: test_snippets (test.test_ast.test_ast.AST_Tests.test_snippets)\nPASS: test_type_params_default_feature_version (test.test_ast.test_ast.AST_Tests.test_type_params_default_feature_version)\nPASS: test_type_params_feature_version (test.test_ast.test_ast.AST_Tests.test_type_params_feature_version)\nPASS: test_assign_to_constant (test.test_ast.test_ast.ConstantTests.test_assign_to_constant)\nPASS: test_get_docstring (test.test_ast.test_ast.ConstantTests.test_get_docstring)\nPASS: test_literal_eval (test.test_ast.test_ast.ConstantTests.test_literal_eval)\nPASS: test_load_const (test.test_ast.test_ast.ConstantTests.test_load_const)\nPASS: test_singletons (test.test_ast.test_ast.ConstantTests.test_singletons)\nPASS: test_string_kind (test.test_ast.test_ast.ConstantTests.test_string_kind)\nPASS: test_validation (test.test_ast.test_ast.ConstantTests.test_validation)\nPASS: test_values (test.test_ast.test_ast.ConstantTests.test_values)\nPASS: test_copy_with_parents (test.test_ast.test_ast.CopyTests.test_copy_with_parents)\nPASS: test_pickling (test.test_ast.test_ast.CopyTests.test_pickling)\nPASS: test_attribute_spaces (test.test_ast.test_ast.EndPositionTests.test_attribute_spaces)\nPASS: test_binop (test.test_ast.test_ast.EndPositionTests.test_binop)\nPASS: test_boolop (test.test_ast.test_ast.EndPositionTests.test_boolop)\nPASS: test_call (test.test_ast.test_ast.EndPositionTests.test_call)\nPASS: test_call_noargs (test.test_ast.test_ast.EndPositionTests.test_call_noargs)\nPASS: test_class_def (test.test_ast.test_ast.EndPositionTests.test_class_def)\nPASS: test_class_kw (test.test_ast.test_ast.EndPositionTests.test_class_kw)\nPASS: test_comprehensions (test.test_ast.test_ast.EndPositionTests.test_comprehensions)\nPASS: test_continued_str (test.test_ast.test_ast.EndPositionTests.test_continued_str)\nPASS: test_displays (test.test_ast.test_ast.EndPositionTests.test_displays)\nPASS: test_fstring (test.test_ast.test_ast.EndPositionTests.test_fstring)\nPASS: test_fstring_multi_line (test.test_ast.test_ast.EndPositionTests.test_fstring_multi_line)\nPASS: test_func_def (test.test_ast.test_ast.EndPositionTests.test_func_def)\nPASS: test_import_from_multi_line (test.test_ast.test_ast.EndPositionTests.test_import_from_multi_line)\nPASS: test_lambda (test.test_ast.test_ast.EndPositionTests.test_lambda)\nPASS: test_multi_line_str (test.test_ast.test_ast.EndPositionTests.test_multi_line_str)\nPASS: test_redundant_parenthesis (test.test_ast.test_ast.EndPositionTests.test_redundant_parenthesis)\nPASS: test_slices (test.test_ast.test_ast.EndPositionTests.test_slices)\nPASS: test_source_segment_endings (test.test_ast.test_ast.EndPositionTests.test_source_segment_endings)\nPASS: test_source_segment_missing_info (test.test_ast.test_ast.EndPositionTests.test_source_segment_missing_info)\nPASS: test_source_segment_multi (test.test_ast.test_ast.EndPositionTests.test_source_segment_multi)\nPASS: test_source_segment_newlines (test.test_ast.test_ast.EndPositionTests.test_source_segment_newlines)\nPASS: test_source_segment_padded (test.test_ast.test_ast.EndPositionTests.test_source_segment_padded)\nPASS: test_source_segment_tabs (test.test_ast.test_ast.EndPositionTests.test_source_segment_tabs)\nPASS: test_suites (test.test_ast.test_ast.EndPositionTests.test_suites)\nPASS: test_trailers_with_redundant_parenthesis (test.test_ast.test_ast.EndPositionTests.test_trailers_with_redundant_parenthesis)\nPASS: test_tuples (test.test_ast.test_ast.EndPositionTests.test_tuples)\nPASS: test_yield_await (test.test_ast.test_ast.EndPositionTests.test_yield_await)\nPASS: test_reload_module (test.test_ast.test_ast.ModuleStateTests.test_reload_module)\nPASS: test_subinterpreter (test.test_ast.test_ast.ModuleStateTests.test_subinterpreter)\nPASS: test_sys_modules (test.test_ast.test_ast.ModuleStateTests.test_sys_modules)\nPASS: test_node_mutate (test.test_ast.test_ast.NodeTransformerTests.test_node_mutate)\nPASS: test_node_remove_from_list (test.test_ast.test_ast.NodeTransformerTests.test_node_remove_from_list)\nPASS: test_node_remove_single (test.test_ast.test_ast.NodeTransformerTests.test_node_remove_single)\nPASS: test_node_replace (test.test_ast.test_ast.NodeTransformerTests.test_node_replace)\nPASS: test_node_return_list (test.test_ast.test_ast.NodeTransformerTests.test_node_return_list)\nPASS: test_old_constant_nodes (test.test_ast.test_ast.NodeTransformerTests.test_old_constant_nodes)\nPASS: test_old_constant_nodes (test.test_ast.test_ast.NodeVisitorTests.test_old_constant_nodes)\n\n----------------------------------------------------------------------\nRan 191 tests in 0.703s\n\nOK (skipped=1)\n0:01:09 load avg: 1.07 [ 76/480] test.test_multiprocessing_forkserver.test_processes passed\nPASS: test_array (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array)\nPASS: test_array_from_size (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array_from_size)\nPASS: test_getobj_getlock_obj (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)\nPASS: test_rawarray (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_rawarray)\nPASS: test_atexit (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestAtExit.test_atexit)\ntest_abort (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_duplex_false)\nPASS: test_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_fd_transfer)\nPASS: test_large_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_large_fd_transfer)\nPASS: test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)\nPASS: test_sendbytes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_sendbytes)\nPASS: test_spawn_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_repr)\nPASS: test_finalize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_finalize)\nSKIP: test_thread_safety (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_thread_safety) \"resource 'cpu' is not enabled\"\nPASS: test_free_from_gc (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_free_from_gc)\nPASS: test_heap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_heap)\nPASS: test_abstract_socket (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_abstract_socket)\nPASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_context)\nPASS: test_empty_authkey (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey)\nPASS: test_multiple_bind (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_multiple_bind)\nPASS: test_issue14725 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock_context)\nPASS: test_repr_lock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_lock)\nPASS: test_repr_rlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_rlock)\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_rlock)\nPASS: test_enable_logging (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_enable_logging)\nPASS: test_filename (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_filename)\nPASS: test_level (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_level)\nPASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)\nPASS: test_access (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_access)\nPASS: test_pickling (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_pickling)\nPASS: test_boundaries (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_strings)\nPASS: test_poll_eintr (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPollEintr.test_poll_eintr)\nPASS: test_apply (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_wrapped_exception)\nPASS: test_async_error_callback (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)\nPASS: test_unpickleable_result (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)\nPASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)\nPASS: test_pool_worker_lifetime (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)\nPASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)\nPASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)\nSKIP: test_active_children (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nPASS: test_child_fd_inflation (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_child_fd_inflation)\nPASS: test_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_close)\nPASS: test_cpu_count (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_cpu_count)\nPASS: test_current (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_current)\nPASS: test_daemon_argument (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_daemon_argument)\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)\nPASS: test_forkserver_sigint (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigint)\nPASS: test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigkill)\nPASS: test_kill (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_kill)\nPASS: test_lose_target_ref (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nPASS: test_parent_process (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process)\nPASS: test_parent_process_attributes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process_attributes)\nPASS: test_process (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process)\nPASS: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)\nPASS: test_recursion (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_recursion)\nPASS: test_sentinel (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_sentinel)\nPASS: test_set_executable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_set_executable)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_terminate)\nPASS: test_wait_for_threads (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_wait_for_threads)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_put)\nSKIP: test_qsize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'\nPASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)\nPASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)\nPASS: test_task_done (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_semaphore)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_timeout)\nPASS: test_copy (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_copy)\nPASS: test_sharedctypes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)\nPASS: test_synchronize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_synchronize)\nPASS: test_invalid_shared_memory_creation (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)\nPASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)\nPASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)\nPASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)\nPASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)\nPASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)\nPASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)\nPASS: test_shared_memory_across_processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)\nPASS: test_shared_memory_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)\nPASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)\nPASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)\nPASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)\nPASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)\nPASS: test_shared_memory_recreate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)\nPASS: test_shared_memory_tracking (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)\nPASS: test_shared_memory_untracking (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)\nPASS: test_child_sys_path (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path)\nPASS: test_forkserver_preload_imports_sys_path (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path)\nPASS: test_stderr_flush (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)\nPASS: test_subclassing (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)\nPASS: test_sys_exit (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)\nPASS: test_getobj_getlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_getobj_getlock)\nPASS: test_rawvalue (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_rawvalue)\nPASS: test_value (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_value)\n\n----------------------------------------------------------------------\nRan 155 tests in 26.620s\n\nOK (skipped=6)\n0:01:09 load avg: 1.07 [ 77/480] test_atexit passed\nPASS: test_atexit_instances (test.test_atexit.FunctionalTest.test_atexit_instances)\nPASS: test_shutdown (test.test_atexit.FunctionalTest.test_shutdown)\ntest_general (test.test_atexit.GeneralTest.test_general) ... \n===== script _test_atexit.py ======\nPASS: test_atexit_with_unregistered_function (__main__.GeneralTest.test_atexit_with_unregistered_function)\nPASS: test_badargs (__main__.GeneralTest.test_badargs)\nPASS: test_bound_methods (__main__.GeneralTest.test_bound_methods)\nPASS: test_clear (__main__.GeneralTest.test_clear)\nPASS: test_exit (__main__.GeneralTest.test_exit)\nPASS: test_order (__main__.GeneralTest.test_order)\nPASS: test_raise (__main__.GeneralTest.test_raise)\nPASS: test_raise_unnormalized (__main__.GeneralTest.test_raise_unnormalized)\nPASS: test_stress (__main__.GeneralTest.test_stress)\nPASS: test_unregister (__main__.GeneralTest.test_unregister)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.000s\n\nOK\n===== script _test_atexit.py completed: exit code 0 ======\nok\nPASS: test_callback_on_subinterpreter_teardown (test.test_atexit.SubinterpreterTest.test_callback_on_subinterpreter_teardown)\nPASS: test_callbacks_leak (test.test_atexit.SubinterpreterTest.test_callbacks_leak)\nPASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.175s\n\nOK\n0:01:09 load avg: 1.07 [ 78/480] test_asyncgen passed\nPASS: test_aiter_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_bad_args)\nPASS: test_aiter_idempotent (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_idempotent)\nPASS: test_anext_await_raises (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_await_raises)\nPASS: test_anext_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_args)\nPASS: test_anext_bad_await (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_await)\nPASS: test_anext_iter (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_iter)\nPASS: test_anext_return_generator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_generator)\nPASS: test_anext_return_iterator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_iterator)\nPASS: test_async_gen_aclose_after_exhaustion (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_after_exhaustion)\nPASS: test_async_gen_aclose_compatible_with_get_stack (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_compatible_with_get_stack)\nPASS: test_async_gen_aclose_twice_with_different_coros (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_twice_with_different_coros)\nPASS: test_async_gen_aiter (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter)\nPASS: test_async_gen_aiter_class (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_class)\nPASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_01)\nPASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_02)\nPASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03)\nPASS: test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_06)\nPASS: test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_07)\nPASS: test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_08)\nPASS: test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_10)\nPASS: test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_11)\nPASS: test_async_gen_asyncio_aclose_12 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_12)\nPASS: test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04)\nPASS: test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_05)\nPASS: test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_06)\nPASS: test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_stopiteration)\nPASS: test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple)\nPASS: test_async_gen_asyncio_anext_tuple_no_exceptions (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple_no_exceptions)\nPASS: test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_01)\nPASS: test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_02)\nPASS: test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_03)\nPASS: test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_01)\nPASS: test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_02)\nPASS: test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_03)\nPASS: test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_stopiteration)\nPASS: test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_tuple)\nPASS: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09)\nPASS: test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_01)\nPASS: test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_02)\nPASS: test_async_gen_asyncio_shutdown_exception_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_01)\nPASS: test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02)\nPASS: test_async_gen_await_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_aclose_coro_twice)\nPASS: test_async_gen_await_same_anext_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_anext_coro_twice)\nPASS: test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_01)\nPASS: test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_02)\nPASS: test_async_gen_throw_custom_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_aclose_coro_twice)\nPASS: test_async_gen_throw_custom_same_athrow_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_athrow_coro_twice)\nPASS: test_async_gen_throw_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_same_aclose_coro_twice)\nPASS: test_async_generator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_async_generator_anext)\nPASS: test_asyncgen_nonstarted_hooks_are_cancellable (test.test_asyncgen.AsyncGenAsyncioTest.test_asyncgen_nonstarted_hooks_are_cancellable)\nPASS: test_python_async_iterator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_anext)\nPASS: test_python_async_iterator_types_coroutine_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext)\nPASS: test_sync_anext_raises_exception (test.test_asyncgen.AsyncGenAsyncioTest.test_sync_anext_raises_exception)\nPASS: test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_01)\nPASS: test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_02)\nPASS: test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_03)\nPASS: test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_04)\nPASS: test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_05)\nPASS: test_async_gen_3_arg_deprecation_warning (test.test_asyncgen.AsyncGenTest.test_async_gen_3_arg_deprecation_warning)\nPASS: test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_api_01)\nPASS: test_async_gen_asend_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_close_runtime_error)\nPASS: test_async_gen_asend_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_send)\nPASS: test_async_gen_asend_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_throw)\nPASS: test_async_gen_athrow_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_close_runtime_error)\nPASS: test_async_gen_athrow_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_send)\nPASS: test_async_gen_athrow_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_throw)\nPASS: test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_03)\nPASS: test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_04)\nPASS: test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_05)\nPASS: test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_06)\nPASS: test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_07)\nPASS: test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_08)\nPASS: test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_09)\nPASS: test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_10)\nPASS: test_async_gen_exception_11 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_11)\nPASS: test_async_gen_exception_12 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_12)\nPASS: test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_01)\nPASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_02)\nPASS: test_aclose (test.test_asyncgen.TestUnawaitedWarnings.test_aclose)\nPASS: test_aclose_throw (test.test_asyncgen.TestUnawaitedWarnings.test_aclose_throw)\nPASS: test_asend (test.test_asyncgen.TestUnawaitedWarnings.test_asend)\nPASS: test_asend_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_asend_send_already_running)\nPASS: test_athrow (test.test_asyncgen.TestUnawaitedWarnings.test_athrow)\nPASS: test_athrow_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_athrow_send_already_running)\n\n----------------------------------------------------------------------\nRan 84 tests in 0.765s\n\nOK\n0:01:09 load avg: 1.07 [ 79/480] test_augassign passed\nPASS: testBasic (test.test_augassign.AugAssignTest.testBasic)\nPASS: testCustomMethods1 (test.test_augassign.AugAssignTest.testCustomMethods1)\nPASS: testCustomMethods2 (test.test_augassign.AugAssignTest.testCustomMethods2)\nPASS: testInDict (test.test_augassign.AugAssignTest.testInDict)\nPASS: testInList (test.test_augassign.AugAssignTest.testInList)\nPASS: testSequences (test.test_augassign.AugAssignTest.testSequences)\nPASS: test_with_unpacking (test.test_augassign.AugAssignTest.test_with_unpacking)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.000s\n\nOK\n0:01:09 load avg: 1.07 [ 80/480] test_base64 passed\nPASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase.test_ErrorHeritage)\nPASS: test_RFC4648_test_cases (test.test_base64.BaseXYTestCase.test_RFC4648_test_cases)\nPASS: test_a85_padding (test.test_base64.BaseXYTestCase.test_a85_padding)\nPASS: test_a85decode (test.test_base64.BaseXYTestCase.test_a85decode)\nPASS: test_a85decode_errors (test.test_base64.BaseXYTestCase.test_a85decode_errors)\nPASS: test_a85encode (test.test_base64.BaseXYTestCase.test_a85encode)\nPASS: test_b16decode (test.test_base64.BaseXYTestCase.test_b16decode)\nPASS: test_b16encode (test.test_base64.BaseXYTestCase.test_b16encode)\nPASS: test_b32decode (test.test_base64.BaseXYTestCase.test_b32decode)\nPASS: test_b32decode_casefold (test.test_base64.BaseXYTestCase.test_b32decode_casefold)\nPASS: test_b32decode_error (test.test_base64.BaseXYTestCase.test_b32decode_error)\nPASS: test_b32encode (test.test_base64.BaseXYTestCase.test_b32encode)\nPASS: test_b32hexdecode (test.test_base64.BaseXYTestCase.test_b32hexdecode)\nPASS: test_b32hexdecode_error (test.test_base64.BaseXYTestCase.test_b32hexdecode_error)\nPASS: test_b32hexdecode_other_types (test.test_base64.BaseXYTestCase.test_b32hexdecode_other_types)\nPASS: test_b32hexencode (test.test_base64.BaseXYTestCase.test_b32hexencode)\nPASS: test_b32hexencode_other_types (test.test_base64.BaseXYTestCase.test_b32hexencode_other_types)\nPASS: test_b64decode (test.test_base64.BaseXYTestCase.test_b64decode)\nPASS: test_b64decode_invalid_chars (test.test_base64.BaseXYTestCase.test_b64decode_invalid_chars)\nPASS: test_b64decode_padding_error (test.test_base64.BaseXYTestCase.test_b64decode_padding_error)\nPASS: test_b64encode (test.test_base64.BaseXYTestCase.test_b64encode)\nPASS: test_b85_padding (test.test_base64.BaseXYTestCase.test_b85_padding)\nPASS: test_b85decode (test.test_base64.BaseXYTestCase.test_b85decode)\nPASS: test_b85decode_errors (test.test_base64.BaseXYTestCase.test_b85decode_errors)\nPASS: test_b85encode (test.test_base64.BaseXYTestCase.test_b85encode)\nPASS: test_decode_nonascii_str (test.test_base64.BaseXYTestCase.test_decode_nonascii_str)\nPASS: test_z85decode (test.test_base64.BaseXYTestCase.test_z85decode)\nPASS: test_z85decode_errors (test.test_base64.BaseXYTestCase.test_z85decode_errors)\nPASS: test_z85encode (test.test_base64.BaseXYTestCase.test_z85encode)\nPASS: test_decode (test.test_base64.LegacyBase64TestCase.test_decode)\nPASS: test_decodebytes (test.test_base64.LegacyBase64TestCase.test_decodebytes)\nPASS: test_encode (test.test_base64.LegacyBase64TestCase.test_encode)\nPASS: test_encodebytes (test.test_base64.LegacyBase64TestCase.test_encodebytes)\nPASS: test_decode (test.test_base64.TestMain.test_decode)\nPASS: test_encode_file (test.test_base64.TestMain.test_encode_file)\nPASS: test_encode_from_stdin (test.test_base64.TestMain.test_encode_from_stdin)\nPASS: test_prints_usage_with_help_flag (test.test_base64.TestMain.test_prints_usage_with_help_flag)\nPASS: test_prints_usage_with_invalid_flag (test.test_base64.TestMain.test_prints_usage_with_invalid_flag)\n\n----------------------------------------------------------------------\nRan 38 tests in 0.122s\n\nOK\n0:01:09 load avg: 1.07 [ 81/480] test_baseexception passed\nPASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests.test_builtins_new_style)\nPASS: test_inheritance (test.test_baseexception.ExceptionClassTests.test_inheritance)\nPASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests.test_interface_multi_arg)\nPASS: test_interface_no_arg (test.test_baseexception.ExceptionClassTests.test_interface_no_arg)\nPASS: test_interface_single_arg (test.test_baseexception.ExceptionClassTests.test_interface_single_arg)\nPASS: test_setstate_refcount_no_crash (test.test_baseexception.ExceptionClassTests.test_setstate_refcount_no_crash)\nPASS: test_catch_BaseException_instance (test.test_baseexception.UsageTests.test_catch_BaseException_instance)\nPASS: test_catch_non_BaseException (test.test_baseexception.UsageTests.test_catch_non_BaseException)\nPASS: test_catch_string (test.test_baseexception.UsageTests.test_catch_string)\nPASS: test_raise_new_style_non_exception (test.test_baseexception.UsageTests.test_raise_new_style_non_exception)\nPASS: test_raise_string (test.test_baseexception.UsageTests.test_raise_string)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:01:09 load avg: 1.07 [ 82/480] test_bdb passed\nPASS: test_bp_after_last_statement (test.test_bdb.BreakpointTestCase.test_bp_after_last_statement)\nPASS: test_bp_condition (test.test_bdb.BreakpointTestCase.test_bp_condition)\nPASS: test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase.test_bp_exception_on_condition_evaluation)\nPASS: test_bp_ignore_count (test.test_bdb.BreakpointTestCase.test_bp_ignore_count)\nPASS: test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase.test_bp_on_non_existent_module)\nPASS: test_clear_at_no_bp (test.test_bdb.BreakpointTestCase.test_clear_at_no_bp)\nPASS: test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase.test_clear_two_bp_on_same_line)\nPASS: test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase.test_disabled_temporary_bp)\nPASS: test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase.test_ignore_count_on_disabled_bp)\nPASS: test_load_bps_from_previous_Bdb_instance (test.test_bdb.BreakpointTestCase.test_load_bps_from_previous_Bdb_instance)\nPASS: test_temporary_bp (test.test_bdb.BreakpointTestCase.test_temporary_bp)\nPASS: test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase.test_next_command_in_generator_for_loop)\nPASS: test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_next_command_in_generator_with_subiterator)\nPASS: test_next_to_botframe (test.test_bdb.IssuesTestCase.test_next_to_botframe)\nPASS: test_next_until_return_in_generator (test.test_bdb.IssuesTestCase.test_next_until_return_in_generator)\nPASS: test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_return_command_in_generator_with_subiterator)\nPASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase.test_step_at_return_with_no_trace_in_caller)\nPASS: test_run_step (test.test_bdb.RunTestCase.test_run_step)\nPASS: test_runeval_step (test.test_bdb.RunTestCase.test_runeval_step)\nPASS: test_down (test.test_bdb.StateTestCase.test_down)\nPASS: test_next (test.test_bdb.StateTestCase.test_next)\nPASS: test_next_in_caller_frame (test.test_bdb.StateTestCase.test_next_in_caller_frame)\nPASS: test_next_on_plain_statement (test.test_bdb.StateTestCase.test_next_on_plain_statement)\nPASS: test_next_over_import (test.test_bdb.StateTestCase.test_next_over_import)\nPASS: test_return (test.test_bdb.StateTestCase.test_return)\nPASS: test_return_in_caller_frame (test.test_bdb.StateTestCase.test_return_in_caller_frame)\nPASS: test_skip (test.test_bdb.StateTestCase.test_skip)\nPASS: test_skip_with_no_name_module (test.test_bdb.StateTestCase.test_skip_with_no_name_module)\nPASS: test_step (test.test_bdb.StateTestCase.test_step)\nPASS: test_step_next_on_last_statement (test.test_bdb.StateTestCase.test_step_next_on_last_statement)\nPASS: test_stepinstr (test.test_bdb.StateTestCase.test_stepinstr)\nPASS: test_until (test.test_bdb.StateTestCase.test_until)\nPASS: test_until_in_caller_frame (test.test_bdb.StateTestCase.test_until_in_caller_frame)\nPASS: test_until_with_too_large_count (test.test_bdb.StateTestCase.test_until_with_too_large_count)\nPASS: test_up (test.test_bdb.StateTestCase.test_up)\nPASS: test_format_stack_entry_no_lineno (test.test_bdb.TestRegressions.test_format_stack_entry_no_lineno)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.031s\n\nOK\n0:01:10 load avg: 1.07 [ 83/480] test_bigaddrspace passed\nSKIP: test_concat (test.test_bigaddrspace.BytesTest.test_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest.test_optimized_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_repeat (test.test_bigaddrspace.BytesTest.test_repeat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_concat (test.test_bigaddrspace.StrTest.test_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_optimized_concat (test.test_bigaddrspace.StrTest.test_optimized_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_repeat (test.test_bigaddrspace.StrTest.test_repeat) 'not enough memory: 8589934592.0G minimum needed'\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK (skipped=6)\n0:01:10 load avg: 1.07 [ 84/480] test_bigmem passed\nPASS: test_capitalize (test.test_bigmem.BytearrayTest.test_capitalize)\nPASS: test_center (test.test_bigmem.BytearrayTest.test_center)\nPASS: test_compare (test.test_bigmem.BytearrayTest.test_compare)\nPASS: test_concat (test.test_bigmem.BytearrayTest.test_concat)\nPASS: test_contains (test.test_bigmem.BytearrayTest.test_contains)\nPASS: test_count (test.test_bigmem.BytearrayTest.test_count)\nPASS: test_decode (test.test_bigmem.BytearrayTest.test_decode)\nPASS: test_endswith (test.test_bigmem.BytearrayTest.test_endswith)\nPASS: test_expandtabs (test.test_bigmem.BytearrayTest.test_expandtabs)\nPASS: test_find (test.test_bigmem.BytearrayTest.test_find)\nPASS: test_index (test.test_bigmem.BytearrayTest.test_index)\nPASS: test_isalnum (test.test_bigmem.BytearrayTest.test_isalnum)\nPASS: test_isalpha (test.test_bigmem.BytearrayTest.test_isalpha)\nPASS: test_isdigit (test.test_bigmem.BytearrayTest.test_isdigit)\nPASS: test_islower (test.test_bigmem.BytearrayTest.test_islower)\nPASS: test_isspace (test.test_bigmem.BytearrayTest.test_isspace)\nPASS: test_istitle (test.test_bigmem.BytearrayTest.test_istitle)\nPASS: test_isupper (test.test_bigmem.BytearrayTest.test_isupper)\nPASS: test_join (test.test_bigmem.BytearrayTest.test_join)\nPASS: test_ljust (test.test_bigmem.BytearrayTest.test_ljust)\nPASS: test_lower (test.test_bigmem.BytearrayTest.test_lower)\nPASS: test_lstrip (test.test_bigmem.BytearrayTest.test_lstrip)\nPASS: test_repeat (test.test_bigmem.BytearrayTest.test_repeat)\nPASS: test_replace (test.test_bigmem.BytearrayTest.test_replace)\nPASS: test_rfind (test.test_bigmem.BytearrayTest.test_rfind)\nPASS: test_rindex (test.test_bigmem.BytearrayTest.test_rindex)\nPASS: test_rjust (test.test_bigmem.BytearrayTest.test_rjust)\nPASS: test_rstrip (test.test_bigmem.BytearrayTest.test_rstrip)\nPASS: test_slice_and_getitem (test.test_bigmem.BytearrayTest.test_slice_and_getitem)\nPASS: test_split_small (test.test_bigmem.BytearrayTest.test_split_small)\nPASS: test_splitlines (test.test_bigmem.BytearrayTest.test_splitlines)\nPASS: test_startswith (test.test_bigmem.BytearrayTest.test_startswith)\nPASS: test_strip (test.test_bigmem.BytearrayTest.test_strip)\nPASS: test_swapcase (test.test_bigmem.BytearrayTest.test_swapcase)\nPASS: test_title (test.test_bigmem.BytearrayTest.test_title)\nPASS: test_translate (test.test_bigmem.BytearrayTest.test_translate)\nPASS: test_upper (test.test_bigmem.BytearrayTest.test_upper)\nPASS: test_zfill (test.test_bigmem.BytearrayTest.test_zfill)\nPASS: test_capitalize (test.test_bigmem.BytesTest.test_capitalize)\nPASS: test_center (test.test_bigmem.BytesTest.test_center)\nPASS: test_compare (test.test_bigmem.BytesTest.test_compare)\nPASS: test_concat (test.test_bigmem.BytesTest.test_concat)\nPASS: test_contains (test.test_bigmem.BytesTest.test_contains)\nPASS: test_count (test.test_bigmem.BytesTest.test_count)\nPASS: test_decode (test.test_bigmem.BytesTest.test_decode)\nPASS: test_endswith (test.test_bigmem.BytesTest.test_endswith)\nPASS: test_expandtabs (test.test_bigmem.BytesTest.test_expandtabs)\nPASS: test_find (test.test_bigmem.BytesTest.test_find)\nPASS: test_hash (test.test_bigmem.BytesTest.test_hash)\nPASS: test_index (test.test_bigmem.BytesTest.test_index)\nPASS: test_isalnum (test.test_bigmem.BytesTest.test_isalnum)\nPASS: test_isalpha (test.test_bigmem.BytesTest.test_isalpha)\nPASS: test_isdigit (test.test_bigmem.BytesTest.test_isdigit)\nPASS: test_islower (test.test_bigmem.BytesTest.test_islower)\nPASS: test_isspace (test.test_bigmem.BytesTest.test_isspace)\nPASS: test_istitle (test.test_bigmem.BytesTest.test_istitle)\nPASS: test_isupper (test.test_bigmem.BytesTest.test_isupper)\nPASS: test_join (test.test_bigmem.BytesTest.test_join)\nPASS: test_ljust (test.test_bigmem.BytesTest.test_ljust)\nPASS: test_lower (test.test_bigmem.BytesTest.test_lower)\nPASS: test_lstrip (test.test_bigmem.BytesTest.test_lstrip)\nPASS: test_repeat (test.test_bigmem.BytesTest.test_repeat)\nPASS: test_replace (test.test_bigmem.BytesTest.test_replace)\nPASS: test_rfind (test.test_bigmem.BytesTest.test_rfind)\nPASS: test_rindex (test.test_bigmem.BytesTest.test_rindex)\nPASS: test_rjust (test.test_bigmem.BytesTest.test_rjust)\nPASS: test_rstrip (test.test_bigmem.BytesTest.test_rstrip)\nPASS: test_slice_and_getitem (test.test_bigmem.BytesTest.test_slice_and_getitem)\nPASS: test_split_large (test.test_bigmem.BytesTest.test_split_large)\nPASS: test_split_small (test.test_bigmem.BytesTest.test_split_small)\nPASS: test_splitlines (test.test_bigmem.BytesTest.test_splitlines)\nPASS: test_startswith (test.test_bigmem.BytesTest.test_startswith)\nPASS: test_strip (test.test_bigmem.BytesTest.test_strip)\nPASS: test_swapcase (test.test_bigmem.BytesTest.test_swapcase)\nPASS: test_title (test.test_bigmem.BytesTest.test_title)\nPASS: test_translate (test.test_bigmem.BytesTest.test_translate)\nPASS: test_upper (test.test_bigmem.BytesTest.test_upper)\nPASS: test_zfill (test.test_bigmem.BytesTest.test_zfill)\nPASS: test_dict (test.test_bigmem.DictTest.test_dict)\nPASS: test_append (test.test_bigmem.ListTest.test_append)\nPASS: test_compare (test.test_bigmem.ListTest.test_compare)\nPASS: test_concat_large (test.test_bigmem.ListTest.test_concat_large)\nPASS: test_concat_small (test.test_bigmem.ListTest.test_concat_small)\nPASS: test_contains (test.test_bigmem.ListTest.test_contains)\nPASS: test_count (test.test_bigmem.ListTest.test_count)\nPASS: test_extend_large (test.test_bigmem.ListTest.test_extend_large)\nPASS: test_extend_small (test.test_bigmem.ListTest.test_extend_small)\nPASS: test_hash (test.test_bigmem.ListTest.test_hash)\nPASS: test_index (test.test_bigmem.ListTest.test_index)\nPASS: test_index_and_slice (test.test_bigmem.ListTest.test_index_and_slice)\nPASS: test_inplace_concat_large (test.test_bigmem.ListTest.test_inplace_concat_large)\nPASS: test_inplace_concat_small (test.test_bigmem.ListTest.test_inplace_concat_small)\nPASS: test_inplace_repeat_large (test.test_bigmem.ListTest.test_inplace_repeat_large)\nPASS: test_inplace_repeat_small (test.test_bigmem.ListTest.test_inplace_repeat_small)\nPASS: test_insert (test.test_bigmem.ListTest.test_insert)\nPASS: test_pop (test.test_bigmem.ListTest.test_pop)\nPASS: test_remove (test.test_bigmem.ListTest.test_remove)\nPASS: test_repeat_large (test.test_bigmem.ListTest.test_repeat_large)\nPASS: test_repeat_small (test.test_bigmem.ListTest.test_repeat_small)\nPASS: test_repr_large (test.test_bigmem.ListTest.test_repr_large)\nPASS: test_repr_small (test.test_bigmem.ListTest.test_repr_small)\nPASS: test_reverse (test.test_bigmem.ListTest.test_reverse)\nPASS: test_sort (test.test_bigmem.ListTest.test_sort)\nPASS: test_capitalize (test.test_bigmem.StrTest.test_capitalize)\nPASS: test_center (test.test_bigmem.StrTest.test_center)\nPASS: test_compare (test.test_bigmem.StrTest.test_compare)\nPASS: test_concat (test.test_bigmem.StrTest.test_concat)\nPASS: test_contains (test.test_bigmem.StrTest.test_contains)\nPASS: test_count (test.test_bigmem.StrTest.test_count)\nPASS: test_encode (test.test_bigmem.StrTest.test_encode)\nPASS: test_encode_ascii (test.test_bigmem.StrTest.test_encode_ascii)\nPASS: test_encode_raw_unicode_escape (test.test_bigmem.StrTest.test_encode_raw_unicode_escape)\nPASS: test_encode_utf32 (test.test_bigmem.StrTest.test_encode_utf32)\nPASS: test_encode_utf7 (test.test_bigmem.StrTest.test_encode_utf7)\nPASS: test_endswith (test.test_bigmem.StrTest.test_endswith)\nPASS: test_expandtabs (test.test_bigmem.StrTest.test_expandtabs)\nPASS: test_find (test.test_bigmem.StrTest.test_find)\nPASS: test_format (test.test_bigmem.StrTest.test_format)\nPASS: test_hash (test.test_bigmem.StrTest.test_hash)\nPASS: test_index (test.test_bigmem.StrTest.test_index)\nPASS: test_isalnum (test.test_bigmem.StrTest.test_isalnum)\nPASS: test_isalpha (test.test_bigmem.StrTest.test_isalpha)\nPASS: test_isdigit (test.test_bigmem.StrTest.test_isdigit)\nPASS: test_islower (test.test_bigmem.StrTest.test_islower)\nPASS: test_isspace (test.test_bigmem.StrTest.test_isspace)\nPASS: test_istitle (test.test_bigmem.StrTest.test_istitle)\nPASS: test_isupper (test.test_bigmem.StrTest.test_isupper)\nPASS: test_join (test.test_bigmem.StrTest.test_join)\nPASS: test_ljust (test.test_bigmem.StrTest.test_ljust)\nPASS: test_lower (test.test_bigmem.StrTest.test_lower)\nPASS: test_lstrip (test.test_bigmem.StrTest.test_lstrip)\nPASS: test_repeat (test.test_bigmem.StrTest.test_repeat)\nPASS: test_replace (test.test_bigmem.StrTest.test_replace)\nPASS: test_repr_large (test.test_bigmem.StrTest.test_repr_large)\nPASS: test_repr_small (test.test_bigmem.StrTest.test_repr_small)\nPASS: test_rfind (test.test_bigmem.StrTest.test_rfind)\nPASS: test_rindex (test.test_bigmem.StrTest.test_rindex)\nPASS: test_rjust (test.test_bigmem.StrTest.test_rjust)\nPASS: test_rstrip (test.test_bigmem.StrTest.test_rstrip)\nPASS: test_slice_and_getitem (test.test_bigmem.StrTest.test_slice_and_getitem)\nPASS: test_split_large (test.test_bigmem.StrTest.test_split_large)\nPASS: test_split_small (test.test_bigmem.StrTest.test_split_small)\nPASS: test_splitlines (test.test_bigmem.StrTest.test_splitlines)\nPASS: test_startswith (test.test_bigmem.StrTest.test_startswith)\nPASS: test_strip (test.test_bigmem.StrTest.test_strip)\nPASS: test_swapcase (test.test_bigmem.StrTest.test_swapcase)\nPASS: test_title (test.test_bigmem.StrTest.test_title)\nPASS: test_translate (test.test_bigmem.StrTest.test_translate)\nPASS: test_unicode_repr (test.test_bigmem.StrTest.test_unicode_repr)\nPASS: test_unicode_repr_wide (test.test_bigmem.StrTest.test_unicode_repr_wide)\nPASS: test_upper (test.test_bigmem.StrTest.test_upper)\nPASS: test_zfill (test.test_bigmem.StrTest.test_zfill)\nPASS: test_compare (test.test_bigmem.TupleTest.test_compare)\nPASS: test_concat_large (test.test_bigmem.TupleTest.test_concat_large)\nPASS: test_concat_small (test.test_bigmem.TupleTest.test_concat_small)\nPASS: test_contains (test.test_bigmem.TupleTest.test_contains)\nPASS: test_from_2G_generator (test.test_bigmem.TupleTest.test_from_2G_generator)\nPASS: test_from_almost_2G_generator (test.test_bigmem.TupleTest.test_from_almost_2G_generator)\nPASS: test_hash (test.test_bigmem.TupleTest.test_hash)\nPASS: test_index_and_slice (test.test_bigmem.TupleTest.test_index_and_slice)\nPASS: test_repeat_large (test.test_bigmem.TupleTest.test_repeat_large)\nPASS: test_repeat_large_2 (test.test_bigmem.TupleTest.test_repeat_large_2)\nPASS: test_repeat_small (test.test_bigmem.TupleTest.test_repeat_small)\nPASS: test_repr_large (test.test_bigmem.TupleTest.test_repr_large)\nPASS: test_repr_small (test.test_bigmem.TupleTest.test_repr_small)\n\n----------------------------------------------------------------------\nRan 165 tests in 0.012s\n\nOK\n0:01:10 load avg: 1.07 [ 85/480] test_binascii passed\nPASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.ArrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.ArrayBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.ArrayBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.ArrayBinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.ArrayBinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.ArrayBinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.ArrayBinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.ArrayBinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.ArrayBinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.ArrayBinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.ArrayBinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.ArrayBinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.ArrayBinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.ArrayBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.ArrayBinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.ArrayBinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.ArrayBinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.ArrayBinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.ArrayBinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.ArrayBinASCIITest.test_uu)\nPASS: test_b2a_base64_newline (test.test_binascii.BinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.BinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.BinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.BinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.BinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.BinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.BinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.BinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.BinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.BinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.BinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.BinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.BinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.BinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.BinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.BinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.BinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.BinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.BinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.BinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.BinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.BinASCIITest.test_uu)\nPASS: test_b2a_base64_newline (test.test_binascii.BytearrayBinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.BytearrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.BytearrayBinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.BytearrayBinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.BytearrayBinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.BytearrayBinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.BytearrayBinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.BytearrayBinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.BytearrayBinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.BytearrayBinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.BytearrayBinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.BytearrayBinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.BytearrayBinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.BytearrayBinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.BytearrayBinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.BytearrayBinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.BytearrayBinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.BytearrayBinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.BytearrayBinASCIITest.test_uu)\nSKIP: test_big_buffer (test.test_binascii.ChecksumBigBufferTestCase.test_big_buffer) 'not enough memory: 4.0G minimum needed'\nPASS: test_b2a_base64_newline (test.test_binascii.MemoryviewBinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.MemoryviewBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.MemoryviewBinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.MemoryviewBinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.MemoryviewBinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.MemoryviewBinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.MemoryviewBinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.MemoryviewBinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.MemoryviewBinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.MemoryviewBinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.MemoryviewBinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.MemoryviewBinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.MemoryviewBinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.MemoryviewBinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.MemoryviewBinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.MemoryviewBinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.MemoryviewBinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.MemoryviewBinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.MemoryviewBinASCIITest.test_uu)\n\n----------------------------------------------------------------------\nRan 89 tests in 0.006s\n\nOK (skipped=17)\n0:01:10 load avg: 1.07 [ 86/480] test_binop passed\nPASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests.test_fallback_ne_blocking)\nPASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests.test_fallback_rmethod_blocking)\nPASS: test_comparison_orders (test.test_binop.OperationOrderTests.test_comparison_orders)\nPASS: test_add (test.test_binop.RatTestCase.test_add)\nPASS: test_constructor (test.test_binop.RatTestCase.test_constructor)\nPASS: test_div (test.test_binop.RatTestCase.test_div)\nPASS: test_eq (test.test_binop.RatTestCase.test_eq)\nPASS: test_floordiv (test.test_binop.RatTestCase.test_floordiv)\nPASS: test_gcd (test.test_binop.RatTestCase.test_gcd)\nPASS: test_mul (test.test_binop.RatTestCase.test_mul)\nPASS: test_sub (test.test_binop.RatTestCase.test_sub)\nPASS: test_true_div (test.test_binop.RatTestCase.test_true_div)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.001s\n\nOK\n0:01:10 load avg: 1.07 [ 87/480] test_bisect passed\nPASS: test_backcompatibility (test.test_bisect.TestBisectC.test_backcompatibility)\nPASS: test_insort (test.test_bisect.TestBisectC.test_insort)\nPASS: test_insort_keynotNone (test.test_bisect.TestBisectC.test_insort_keynotNone)\nPASS: test_keyword_args (test.test_bisect.TestBisectC.test_keyword_args)\nPASS: test_large_pyrange (test.test_bisect.TestBisectC.test_large_pyrange)\nPASS: test_large_range (test.test_bisect.TestBisectC.test_large_range)\nPASS: test_lookups_with_key_function (test.test_bisect.TestBisectC.test_lookups_with_key_function)\nPASS: test_lt_returns_non_bool (test.test_bisect.TestBisectC.test_lt_returns_non_bool)\nPASS: test_lt_returns_notimplemented (test.test_bisect.TestBisectC.test_lt_returns_notimplemented)\nPASS: test_negative_lo (test.test_bisect.TestBisectC.test_negative_lo)\nPASS: test_optionalSlicing (test.test_bisect.TestBisectC.test_optionalSlicing)\nPASS: test_precomputed (test.test_bisect.TestBisectC.test_precomputed)\nPASS: test_random (test.test_bisect.TestBisectC.test_random)\nPASS: test_backcompatibility (test.test_bisect.TestBisectPython.test_backcompatibility)\nPASS: test_insort (test.test_bisect.TestBisectPython.test_insort)\nPASS: test_insort_keynotNone (test.test_bisect.TestBisectPython.test_insort_keynotNone)\nPASS: test_keyword_args (test.test_bisect.TestBisectPython.test_keyword_args)\nPASS: test_large_pyrange (test.test_bisect.TestBisectPython.test_large_pyrange)\nPASS: test_large_range (test.test_bisect.TestBisectPython.test_large_range)\nPASS: test_lookups_with_key_function (test.test_bisect.TestBisectPython.test_lookups_with_key_function)\nPASS: test_lt_returns_non_bool (test.test_bisect.TestBisectPython.test_lt_returns_non_bool)\nPASS: test_lt_returns_notimplemented (test.test_bisect.TestBisectPython.test_lt_returns_notimplemented)\nPASS: test_negative_lo (test.test_bisect.TestBisectPython.test_negative_lo)\nPASS: test_optionalSlicing (test.test_bisect.TestBisectPython.test_optionalSlicing)\nPASS: test_precomputed (test.test_bisect.TestBisectPython.test_precomputed)\nPASS: test_random (test.test_bisect.TestBisectPython.test_random)\nPASS: test_colors (test.test_bisect.TestDocExampleC.test_colors)\nPASS: test_grades (test.test_bisect.TestDocExampleC.test_grades)\nPASS: test_colors (test.test_bisect.TestDocExamplePython.test_colors)\nPASS: test_grades (test.test_bisect.TestDocExamplePython.test_grades)\nPASS: test_arg_parsing (test.test_bisect.TestErrorHandlingC.test_arg_parsing)\nPASS: test_cmp_err (test.test_bisect.TestErrorHandlingC.test_cmp_err)\nPASS: test_get_only (test.test_bisect.TestErrorHandlingC.test_get_only)\nPASS: test_len_only (test.test_bisect.TestErrorHandlingC.test_len_only)\nPASS: test_non_sequence (test.test_bisect.TestErrorHandlingC.test_non_sequence)\nPASS: test_arg_parsing (test.test_bisect.TestErrorHandlingPython.test_arg_parsing)\nPASS: test_cmp_err (test.test_bisect.TestErrorHandlingPython.test_cmp_err)\nPASS: test_get_only (test.test_bisect.TestErrorHandlingPython.test_get_only)\nPASS: test_len_only (test.test_bisect.TestErrorHandlingPython.test_len_only)\nPASS: test_non_sequence (test.test_bisect.TestErrorHandlingPython.test_non_sequence)\nPASS: test_backcompatibility (test.test_bisect.TestInsortC.test_backcompatibility)\nPASS: test_listDerived (test.test_bisect.TestInsortC.test_listDerived)\nPASS: test_vsBuiltinSort (test.test_bisect.TestInsortC.test_vsBuiltinSort)\nPASS: test_backcompatibility (test.test_bisect.TestInsortPython.test_backcompatibility)\nPASS: test_listDerived (test.test_bisect.TestInsortPython.test_listDerived)\nPASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython.test_vsBuiltinSort)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.008s\n\nOK\n0:01:10 load avg: 1.07 [ 88/480] test_bool passed\nPASS: test_blocked (test.test_bool.BoolTest.test_blocked)\nPASS: test_bool_called_at_least_once (test.test_bool.BoolTest.test_bool_called_at_least_once)\nPASS: test_bool_new (test.test_bool.BoolTest.test_bool_new)\nPASS: test_boolean (test.test_bool.BoolTest.test_boolean)\nPASS: test_callable (test.test_bool.BoolTest.test_callable)\nPASS: test_complex (test.test_bool.BoolTest.test_complex)\nPASS: test_contains (test.test_bool.BoolTest.test_contains)\nPASS: test_convert (test.test_bool.BoolTest.test_convert)\nPASS: test_convert_to_bool (test.test_bool.BoolTest.test_convert_to_bool)\nPASS: test_fileclosed (test.test_bool.BoolTest.test_fileclosed)\nPASS: test_float (test.test_bool.BoolTest.test_float)\nPASS: test_format (test.test_bool.BoolTest.test_format)\nPASS: test_from_bytes (test.test_bool.BoolTest.test_from_bytes)\nPASS: test_hasattr (test.test_bool.BoolTest.test_hasattr)\nPASS: test_int (test.test_bool.BoolTest.test_int)\nPASS: test_interpreter_convert_to_bool_raises (test.test_bool.BoolTest.test_interpreter_convert_to_bool_raises)\nPASS: test_isinstance (test.test_bool.BoolTest.test_isinstance)\nPASS: test_issubclass (test.test_bool.BoolTest.test_issubclass)\nPASS: test_keyword_args (test.test_bool.BoolTest.test_keyword_args)\nPASS: test_marshal (test.test_bool.BoolTest.test_marshal)\nPASS: test_math (test.test_bool.BoolTest.test_math)\nPASS: test_operator (test.test_bool.BoolTest.test_operator)\nPASS: test_pickle (test.test_bool.BoolTest.test_pickle)\nPASS: test_picklevalues (test.test_bool.BoolTest.test_picklevalues)\nPASS: test_real_and_imag (test.test_bool.BoolTest.test_real_and_imag)\nPASS: test_repr (test.test_bool.BoolTest.test_repr)\nPASS: test_sane_len (test.test_bool.BoolTest.test_sane_len)\nPASS: test_str (test.test_bool.BoolTest.test_str)\nPASS: test_string (test.test_bool.BoolTest.test_string)\nPASS: test_subclass (test.test_bool.BoolTest.test_subclass)\nPASS: test_types (test.test_bool.BoolTest.test_types)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.003s\n\nOK\n0:01:10 load avg: 1.07 [ 89/480] test_audit passed\nPASS: test_assert_unicode (test.test_audit.AuditTest.test_assert_unicode)\nPASS: test_basic (test.test_audit.AuditTest.test_basic)\nPASS: test_block_add_hook (test.test_audit.AuditTest.test_block_add_hook)\nPASS: test_block_add_hook_baseexception (test.test_audit.AuditTest.test_block_add_hook_baseexception)\nPASS: test_cantrace (test.test_audit.AuditTest.test_cantrace)\nPASS: test_excepthook (test.test_audit.AuditTest.test_excepthook)\ntest_gc (test.test_audit.AuditTest.test_gc) ... ('gc.get_objects', ' ', '1')\n('gc.get_referrers', ' ', '(<object object at 0x7fe2b16bc730>,)')\n('gc.get_referents', ' ', '([<object object at 0x7fe2b16bc730>],)')\nok\nSKIP: test_http (test.test_audit.AuditTest.test_http) \"resource 'network' is not enabled\"\nPASS: test_marshal (test.test_audit.AuditTest.test_marshal)\nPASS: test_mmap (test.test_audit.AuditTest.test_mmap)\nPASS: test_monkeypatch (test.test_audit.AuditTest.test_monkeypatch)\nPASS: test_not_in_gc (test.test_audit.AuditTest.test_not_in_gc)\nPASS: test_open (test.test_audit.AuditTest.test_open)\nPASS: test_pickle (test.test_audit.AuditTest.test_pickle)\ntest_socket (test.test_audit.AuditTest.test_socket) ... ('socket.gethostname', '', '')\n('socket.__new__', ' ', '<socket.socket fd=-1, family=0, type=0, proto=0> 2 1 0')\n('socket.bind', ' ', \"<socket.socket fd=3, family=2, type=1, proto=0, laddr=('0.0.0.0', 0)> ('127.0.0.1', 8080)\")\nok\ntest_sqlite3 (test.test_audit.AuditTest.test_sqlite3) ... ('sqlite3.connect', ' ', \"(':memory:',)\")\n('sqlite3.connect/handle', ' ', '(<sqlite3.Connection object at 0x7fb5e62bc8b0>,)')\n('sqlite3.connect', ' ', \"(':memory:',)\")\n('sqlite3.connect/handle', ' ', '(<sqlite3.Connection object at 0x7fb5e62bcc70>,)')\nok\ntest_sys_getframe (test.test_audit.AuditTest.test_sys_getframe) ... ('sys._getframe', ' ', 'test_sys_getframe')\nok\ntest_sys_getframemodulename (test.test_audit.AuditTest.test_sys_getframemodulename) ... ('sys._getframemodulename', ' ', '0')\nok\ntest_sys_monitoring_register_callback (test.test_audit.AuditTest.test_sys_monitoring_register_callback) ... ('sys.monitoring.register_callback', ' ', '(None,)')\nok\ntest_syslog (test.test_audit.AuditTest.test_syslog) ... Events:\n  ('syslog.openlog', ' ', 'python 0 8')\n  ('syslog.syslog', ' ', '6 test')\n  ('syslog.setlogmask', ' ', '7')\n  ('syslog.closelog', '', '')\n  ('syslog.syslog', ' ', '6 test2')\n  ('syslog.openlog', ' ', 'audit-tests.py 0 8')\n  ('syslog.openlog', ' ', 'audit-tests.py 8 128')\n  ('syslog.openlog', ' ', 'None 0 8')\n  ('syslog.closelog', '', '')\nok\ntest_threading (test.test_audit.AuditTest.test_threading) ... ('_thread.start_new_thread', ' ', '(<test_func>, (), None)')\n('test.test_func', ' ', '()')\n('_thread.start_joinable_thread', ' ', '(<test_func>, 1, None)')\n('test.test_func', ' ', '()')\nok\ntest_time (test.test_audit.AuditTest.test_time) ... ('time.sleep', ' ', '0')\n('time.sleep', ' ', '0.0625')\n('time.sleep', ' ', '-1')\nok\ntest_time_fail (test.test_audit.AuditTest.test_time_fail) ... Traceback (most recent call last):\n  File \"/usr/lib/python3.13/test/audit-tests.py\", line 595, in <module>\n    globals()[test](*sys.argv[2:])\n    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.13/test/audit-tests.py\", line 549, in test_time\n    time.sleep(0)\n    ~~~~~~~~~~^^^\n  File \"/usr/lib/python3.13/test/audit-tests.py\", line 546, in hook\n    raise AssertionError('hook failed')\nAssertionError: hook failed\nok\nPASS: test_unraisablehook (test.test_audit.AuditTest.test_unraisablehook)\nSKIP: test_winapi_createnamedpipe (test.test_audit.AuditTest.test_winapi_createnamedpipe) \"No module named '_winapi'\"\nSKIP: test_winreg (test.test_audit.AuditTest.test_winreg) \"No module named 'winreg'\"\nSKIP: test_wmi_exec_query (test.test_audit.AuditTest.test_wmi_exec_query) \"No module named '_wmi'\"\n\n----------------------------------------------------------------------\nRan 27 tests in 1.178s\n\nOK (skipped=4)\n0:01:10 load avg: 1.07 [ 90/480] test.test_multiprocessing_spawn.test_threads passed\ntest_abort (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_duplex_false)\nSKIP: test_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'\nSKIP: test_large_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'\nSKIP: test_missing_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'\nSKIP: test_sendbytes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'\nPASS: test_spawn_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_repr)\nPASS: test_issue14725 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'\nSKIP: test_repr_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'\nPASS: test_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_spawn.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)\nPASS: test_boundaries (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_strings)\nPASS: test_apply (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_no_failfast)\nSKIP: test_map_unplicklable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'\nPASS: test_release_task_refs (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_wrapped_exception)\nSKIP: test_active_children (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'\nSKIP: test_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'\nPASS: test_cpu_count (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_cpu_count)\nSKIP: test_current (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'\nSKIP: test_daemon_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'\nSKIP: test_kill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'\nPASS: test_lose_target_ref (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nSKIP: test_parent_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'\nSKIP: test_parent_process_attributes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'\nPASS: test_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process)\nSKIP: test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'\nPASS: test_recursion (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_recursion)\nSKIP: test_sentinel (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'\nSKIP: test_set_executable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'\nSKIP: test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'\nSKIP: test_wait_for_threads (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'\nPASS: test_task_done (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'\n\n----------------------------------------------------------------------\nRan 103 tests in 12.694s\n\nOK (skipped=28)\n0:01:10 load avg: 1.07 [ 91/480] test_bufio passed\nPASS: test_nullpat (test.test_bufio.CBufferSizeTest.test_nullpat)\nPASS: test_primepat (test.test_bufio.CBufferSizeTest.test_primepat)\nPASS: test_nullpat (test.test_bufio.PyBufferSizeTest.test_nullpat)\nPASS: test_primepat (test.test_bufio.PyBufferSizeTest.test_primepat)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.125s\n\nOK\n0:01:10 load avg: 1.07 [ 92/480] test_builtin passed\nPASS: test___ne__ (test.test_builtin.BuiltinTest.test___ne__)\nPASS: test_abs (test.test_builtin.BuiltinTest.test_abs)\nPASS: test_all (test.test_builtin.BuiltinTest.test_all)\nPASS: test_any (test.test_builtin.BuiltinTest.test_any)\nPASS: test_ascii (test.test_builtin.BuiltinTest.test_ascii)\nPASS: test_bin (test.test_builtin.BuiltinTest.test_bin)\nPASS: test_bug_27936 (test.test_builtin.BuiltinTest.test_bug_27936)\nPASS: test_bytearray_extend_error (test.test_builtin.BuiltinTest.test_bytearray_extend_error)\nPASS: test_bytearray_join_with_custom_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_custom_iterator)\nPASS: test_bytearray_join_with_misbehaving_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_misbehaving_iterator)\nPASS: test_bytearray_translate (test.test_builtin.BuiltinTest.test_bytearray_translate)\nPASS: test_callable (test.test_builtin.BuiltinTest.test_callable)\nPASS: test_chr (test.test_builtin.BuiltinTest.test_chr)\nPASS: test_cmp (test.test_builtin.BuiltinTest.test_cmp)\nPASS: test_compile (test.test_builtin.BuiltinTest.test_compile)\nPASS: test_compile_ast (test.test_builtin.BuiltinTest.test_compile_ast)\ntest_compile_async_generator (test.test_builtin.BuiltinTest.test_compile_async_generator)\nPASS: With the PyCF_ALLOW_TOP_LEVEL_AWAIT flag added in 3.8, we want to\ntest_compile_top_level_await (test.test_builtin.BuiltinTest.test_compile_top_level_await)\nPASS: Test whether code some top level await can be compiled.\nPASS: test_compile_top_level_await_invalid_cases (test.test_builtin.BuiltinTest.test_compile_top_level_await_invalid_cases)\ntest_compile_top_level_await_no_coro (test.test_builtin.BuiltinTest.test_compile_top_level_await_no_coro)\nPASS: Make sure top level non-await codes get the correct coroutine flags\nPASS: test_construct_singletons (test.test_builtin.BuiltinTest.test_construct_singletons)\nPASS: test_delattr (test.test_builtin.BuiltinTest.test_delattr)\nPASS: test_dir (test.test_builtin.BuiltinTest.test_dir)\nPASS: test_divmod (test.test_builtin.BuiltinTest.test_divmod)\nPASS: test_eval (test.test_builtin.BuiltinTest.test_eval)\nPASS: test_eval_builtins_mapping (test.test_builtin.BuiltinTest.test_eval_builtins_mapping)\nPASS: test_eval_builtins_mapping_reduce (test.test_builtin.BuiltinTest.test_eval_builtins_mapping_reduce)\nPASS: test_eval_kwargs (test.test_builtin.BuiltinTest.test_eval_kwargs)\nPASS: test_exec (test.test_builtin.BuiltinTest.test_exec)\nPASS: test_exec_builtins_mapping_import (test.test_builtin.BuiltinTest.test_exec_builtins_mapping_import)\nPASS: test_exec_closure (test.test_builtin.BuiltinTest.test_exec_closure)\nPASS: test_exec_globals (test.test_builtin.BuiltinTest.test_exec_globals)\nPASS: test_exec_globals_dict_subclass (test.test_builtin.BuiltinTest.test_exec_globals_dict_subclass)\nPASS: test_exec_globals_error_on_get (test.test_builtin.BuiltinTest.test_exec_globals_error_on_get)\nPASS: test_exec_globals_frozen (test.test_builtin.BuiltinTest.test_exec_globals_frozen)\nPASS: test_exec_kwargs (test.test_builtin.BuiltinTest.test_exec_kwargs)\nPASS: test_exec_redirected (test.test_builtin.BuiltinTest.test_exec_redirected)\nPASS: test_filter (test.test_builtin.BuiltinTest.test_filter)\nSKIP: test_filter_dealloc (test.test_builtin.BuiltinTest.test_filter_dealloc) \"resource 'cpu' is not enabled\"\nPASS: test_filter_pickle (test.test_builtin.BuiltinTest.test_filter_pickle)\nPASS: test_format (test.test_builtin.BuiltinTest.test_format)\nPASS: test_general_eval (test.test_builtin.BuiltinTest.test_general_eval)\nPASS: test_getattr (test.test_builtin.BuiltinTest.test_getattr)\nPASS: test_hasattr (test.test_builtin.BuiltinTest.test_hasattr)\nPASS: test_hash (test.test_builtin.BuiltinTest.test_hash)\nPASS: test_hex (test.test_builtin.BuiltinTest.test_hex)\nPASS: test_id (test.test_builtin.BuiltinTest.test_id)\nPASS: test_import (test.test_builtin.BuiltinTest.test_import)\nPASS: test_input (test.test_builtin.BuiltinTest.test_input)\nPASS: test_input_gh130163 (test.test_builtin.BuiltinTest.test_input_gh130163)\nPASS: test_isinstance (test.test_builtin.BuiltinTest.test_isinstance)\nPASS: test_issubclass (test.test_builtin.BuiltinTest.test_issubclass)\nPASS: test_iter (test.test_builtin.BuiltinTest.test_iter)\nPASS: test_len (test.test_builtin.BuiltinTest.test_len)\nPASS: test_map (test.test_builtin.BuiltinTest.test_map)\nPASS: test_map_pickle (test.test_builtin.BuiltinTest.test_map_pickle)\nPASS: test_max (test.test_builtin.BuiltinTest.test_max)\nPASS: test_min (test.test_builtin.BuiltinTest.test_min)\nPASS: test_neg (test.test_builtin.BuiltinTest.test_neg)\nPASS: test_next (test.test_builtin.BuiltinTest.test_next)\nPASS: test_oct (test.test_builtin.BuiltinTest.test_oct)\nPASS: test_open (test.test_builtin.BuiltinTest.test_open)\nSKIP: test_open_default_encoding (test.test_builtin.BuiltinTest.test_open_default_encoding) 'utf-8 mode is enabled'\nPASS: test_open_non_inheritable (test.test_builtin.BuiltinTest.test_open_non_inheritable)\nPASS: test_ord (test.test_builtin.BuiltinTest.test_ord)\nPASS: test_pow (test.test_builtin.BuiltinTest.test_pow)\nPASS: test_repr (test.test_builtin.BuiltinTest.test_repr)\nPASS: test_round (test.test_builtin.BuiltinTest.test_round)\nPASS: test_round_large (test.test_builtin.BuiltinTest.test_round_large)\nPASS: test_setattr (test.test_builtin.BuiltinTest.test_setattr)\nPASS: test_singleton_attribute_access (test.test_builtin.BuiltinTest.test_singleton_attribute_access)\nPASS: test_sum (test.test_builtin.BuiltinTest.test_sum)\nPASS: test_sum_accuracy (test.test_builtin.BuiltinTest.test_sum_accuracy)\nPASS: test_type (test.test_builtin.BuiltinTest.test_type)\nPASS: test_vars (test.test_builtin.BuiltinTest.test_vars)\nPASS: test_warning_notimplemented (test.test_builtin.BuiltinTest.test_warning_notimplemented)\nPASS: test_zip (test.test_builtin.BuiltinTest.test_zip)\nPASS: test_zip_bad_iterable (test.test_builtin.BuiltinTest.test_zip_bad_iterable)\nPASS: test_zip_pickle (test.test_builtin.BuiltinTest.test_zip_pickle)\nPASS: test_zip_pickle_strict (test.test_builtin.BuiltinTest.test_zip_pickle_strict)\nPASS: test_zip_pickle_strict_fail (test.test_builtin.BuiltinTest.test_zip_pickle_strict_fail)\nPASS: test_zip_result_gc (test.test_builtin.BuiltinTest.test_zip_result_gc)\nPASS: test_zip_strict (test.test_builtin.BuiltinTest.test_zip_strict)\nPASS: test_zip_strict_error_handling (test.test_builtin.BuiltinTest.test_zip_strict_error_handling)\nPASS: test_zip_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_zip_strict_error_handling_stopiteration)\nPASS: test_zip_strict_iterators (test.test_builtin.BuiltinTest.test_zip_strict_iterators)\nPASS: test_immortals (test.test_builtin.ImmortalTests.test_immortals)\nPASS: test_list_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_list_repeat_respect_immortality)\nPASS: test_tuple_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_tuple_repeat_respect_immortality)\nSKIP: test_input_no_stdout_fileno (test.test_builtin.PtyTests.test_input_no_stdout_fileno) 'Test may fail under heavy load'\nSKIP: test_input_tty (test.test_builtin.PtyTests.test_input_tty) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_non_ascii (test.test_builtin.PtyTests.test_input_tty_non_ascii) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_nondecodable_input (test.test_builtin.PtyTests.test_input_tty_nondecodable_input) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_nonencodable_prompt (test.test_builtin.PtyTests.test_input_tty_nonencodable_prompt) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_null_in_prompt (test.test_builtin.PtyTests.test_input_tty_null_in_prompt) 'stdin and stdout must be ttys'\nPASS: test_cleanup (test.test_builtin.ShutdownTest.test_cleanup)\nPASS: test_breakpoint (test.test_builtin.TestBreakpoint.test_breakpoint)\nPASS: test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords)\nPASS: test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset)\nPASS: test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_set)\nPASS: test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint.test_breakpoint_with_passthru_error)\nPASS: test_envar_good_path_builtin (test.test_builtin.TestBreakpoint.test_envar_good_path_builtin)\nPASS: test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint.test_envar_good_path_empty_string)\nPASS: test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint.test_envar_good_path_noop_0)\nPASS: test_envar_good_path_other (test.test_builtin.TestBreakpoint.test_envar_good_path_other)\nPASS: test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint.test_envar_ignored_when_hook_is_set)\nPASS: test_envar_unimportable (test.test_builtin.TestBreakpoint.test_envar_unimportable)\nPASS: test_runtime_error_when_hook_is_lost (test.test_builtin.TestBreakpoint.test_runtime_error_when_hook_is_lost)\nPASS: test_bad_arguments (test.test_builtin.TestSorted.test_bad_arguments)\nPASS: test_baddecorator (test.test_builtin.TestSorted.test_baddecorator)\nPASS: test_basic (test.test_builtin.TestSorted.test_basic)\nPASS: test_inputtypes (test.test_builtin.TestSorted.test_inputtypes)\nPASS: test_bad_args (test.test_builtin.TestType.test_bad_args)\nPASS: test_bad_slots (test.test_builtin.TestType.test_bad_slots)\nPASS: test_namespace_order (test.test_builtin.TestType.test_namespace_order)\nPASS: test_new_type (test.test_builtin.TestType.test_new_type)\nPASS: test_type_doc (test.test_builtin.TestType.test_type_doc)\nPASS: test_type_firstlineno (test.test_builtin.TestType.test_type_firstlineno)\nPASS: test_type_name (test.test_builtin.TestType.test_type_name)\nPASS: test_type_nokwargs (test.test_builtin.TestType.test_type_nokwargs)\nPASS: test_type_qualname (test.test_builtin.TestType.test_type_qualname)\nPASS: test_type_typeparams (test.test_builtin.TestType.test_type_typeparams)\nbin (builtins)\nPASS: Doctest: builtins.bin\nhex (builtins.bytearray)\nPASS: Doctest: builtins.bytearray.hex\nhex (builtins.bytes)\nPASS: Doctest: builtins.bytes.hex\nas_integer_ratio (builtins.float)\nPASS: Doctest: builtins.float.as_integer_ratio\nfromhex (builtins.float)\nPASS: Doctest: builtins.float.fromhex\nhex (builtins.float)\nPASS: Doctest: builtins.float.hex\nhex (builtins)\nPASS: Doctest: builtins.hex\nint (builtins)\nPASS: Doctest: builtins.int\nas_integer_ratio (builtins.int)\nPASS: Doctest: builtins.int.as_integer_ratio\nbit_count (builtins.int)\nPASS: Doctest: builtins.int.bit_count\nbit_length (builtins.int)\nPASS: Doctest: builtins.int.bit_length\nhex (builtins.memoryview)\nPASS: Doctest: builtins.memoryview.hex\noct (builtins)\nPASS: Doctest: builtins.oct\nzip (builtins)\nPASS: Doctest: builtins.zip\n\n----------------------------------------------------------------------\nRan 137 tests in 0.096s\n\nOK (skipped=9)\n0:01:11 load avg: 1.07 [ 93/480] test_buffer passed\nPASS: test_bytearray_release_buffer_read_flag (test.test_buffer.TestBufferProtocol.test_bytearray_release_buffer_read_flag)\nPASS: test_flags_overflow (test.test_buffer.TestBufferProtocol.test_flags_overflow)\nPASS: test_issue_7385 (test.test_buffer.TestBufferProtocol.test_issue_7385)\nPASS: test_memoryview_array (test.test_buffer.TestBufferProtocol.test_memoryview_array)\nPASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol.test_memoryview_assign)\nPASS: test_memoryview_cast (test.test_buffer.TestBufferProtocol.test_memoryview_cast)\nSKIP: test_memoryview_cast_1D_ND (test.test_buffer.TestBufferProtocol.test_memoryview_cast_1D_ND) \"resource 'cpu' is not enabled\"\nPASS: test_memoryview_cast_invalid (test.test_buffer.TestBufferProtocol.test_memoryview_cast_invalid)\nPASS: test_memoryview_cast_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_shape)\nPASS: test_memoryview_cast_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_strides)\nPASS: test_memoryview_check_released (test.test_buffer.TestBufferProtocol.test_memoryview_check_released)\nPASS: test_memoryview_compare_multidim_c (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_c)\nPASS: test_memoryview_compare_multidim_fortran (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_fortran)\nPASS: test_memoryview_compare_multidim_mixed (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_mixed)\nPASS: test_memoryview_compare_multidim_suboffsets (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_suboffsets)\nPASS: test_memoryview_compare_multidim_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_shape)\nPASS: test_memoryview_compare_multidim_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_strides)\nPASS: test_memoryview_compare_ndim_one (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_one)\nPASS: test_memoryview_compare_ndim_zero (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_zero)\nPASS: test_memoryview_compare_not_equal (test.test_buffer.TestBufferProtocol.test_memoryview_compare_not_equal)\nPASS: test_memoryview_compare_random_formats (test.test_buffer.TestBufferProtocol.test_memoryview_compare_random_formats)\nPASS: test_memoryview_compare_special_cases (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases)\nPASS: test_memoryview_compare_special_cases_deprecated_u_type_code (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases_deprecated_u_type_code)\nPASS: test_memoryview_compare_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_shape)\nPASS: test_memoryview_compare_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_strides)\nPASS: test_memoryview_construction (test.test_buffer.TestBufferProtocol.test_memoryview_construction)\nPASS: test_memoryview_from_static_exporter (test.test_buffer.TestBufferProtocol.test_memoryview_from_static_exporter)\nPASS: test_memoryview_get_contiguous (test.test_buffer.TestBufferProtocol.test_memoryview_get_contiguous)\nPASS: test_memoryview_getbuffer_undefined (test.test_buffer.TestBufferProtocol.test_memoryview_getbuffer_undefined)\nPASS: test_memoryview_hash (test.test_buffer.TestBufferProtocol.test_memoryview_hash)\nPASS: test_memoryview_index (test.test_buffer.TestBufferProtocol.test_memoryview_index)\nPASS: test_memoryview_redirect (test.test_buffer.TestBufferProtocol.test_memoryview_redirect)\nPASS: test_memoryview_release (test.test_buffer.TestBufferProtocol.test_memoryview_release)\nPASS: test_memoryview_repr (test.test_buffer.TestBufferProtocol.test_memoryview_repr)\nPASS: test_memoryview_sequence (test.test_buffer.TestBufferProtocol.test_memoryview_sequence)\nPASS: test_memoryview_serializing (test.test_buffer.TestBufferProtocol.test_memoryview_serializing)\nPASS: test_memoryview_sizeof (test.test_buffer.TestBufferProtocol.test_memoryview_sizeof)\nPASS: test_memoryview_slice (test.test_buffer.TestBufferProtocol.test_memoryview_slice)\nPASS: test_memoryview_struct_module (test.test_buffer.TestBufferProtocol.test_memoryview_struct_module)\nPASS: test_memoryview_tobytes (test.test_buffer.TestBufferProtocol.test_memoryview_tobytes)\nPASS: test_memoryview_tolist (test.test_buffer.TestBufferProtocol.test_memoryview_tolist)\nPASS: test_ndarray_cmp_contig (test.test_buffer.TestBufferProtocol.test_ndarray_cmp_contig)\nPASS: test_ndarray_exceptions (test.test_buffer.TestBufferProtocol.test_ndarray_exceptions)\nPASS: test_ndarray_format_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_format_scalar)\nPASS: test_ndarray_format_shape (test.test_buffer.TestBufferProtocol.test_ndarray_format_shape)\nPASS: test_ndarray_format_strides (test.test_buffer.TestBufferProtocol.test_ndarray_format_strides)\nPASS: test_ndarray_fortran (test.test_buffer.TestBufferProtocol.test_ndarray_fortran)\nPASS: test_ndarray_get_pointer (test.test_buffer.TestBufferProtocol.test_ndarray_get_pointer)\nSKIP: test_ndarray_getbuf (test.test_buffer.TestBufferProtocol.test_ndarray_getbuf) \"resource 'cpu' is not enabled\"\nPASS: test_ndarray_hash (test.test_buffer.TestBufferProtocol.test_ndarray_hash)\nPASS: test_ndarray_index_getitem_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_multidim)\nPASS: test_ndarray_index_getitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_single)\nPASS: test_ndarray_index_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_index_invalid)\nPASS: test_ndarray_index_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_index_null_strides)\nPASS: test_ndarray_index_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_index_scalar)\nPASS: test_ndarray_index_setitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_setitem_single)\nPASS: test_ndarray_linked_list (test.test_buffer.TestBufferProtocol.test_ndarray_linked_list)\nPASS: test_ndarray_memoryview_from_buffer (test.test_buffer.TestBufferProtocol.test_ndarray_memoryview_from_buffer)\nPASS: test_ndarray_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_multidim)\nPASS: test_ndarray_offset (test.test_buffer.TestBufferProtocol.test_ndarray_offset)\nPASS: test_ndarray_random (test.test_buffer.TestBufferProtocol.test_ndarray_random)\nPASS: test_ndarray_random_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_random_invalid)\nPASS: test_ndarray_random_slice_assign (test.test_buffer.TestBufferProtocol.test_ndarray_random_slice_assign)\nPASS: test_ndarray_re_export (test.test_buffer.TestBufferProtocol.test_ndarray_re_export)\nPASS: test_ndarray_sequence (test.test_buffer.TestBufferProtocol.test_ndarray_sequence)\nPASS: test_ndarray_slice_assign_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_multidim)\nPASS: test_ndarray_slice_assign_single (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_single)\nPASS: test_ndarray_slice_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_slice_invalid)\nPASS: test_ndarray_slice_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim)\nPASS: test_ndarray_slice_redundant_suboffsets (test.test_buffer.TestBufferProtocol.test_ndarray_slice_redundant_suboffsets)\nPASS: test_ndarray_slice_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_slice_zero_shape)\nPASS: test_ndarray_tolist_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_tolist_null_strides)\nPASS: test_ndarray_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_zero_shape)\nPASS: test_ndarray_zero_strides (test.test_buffer.TestBufferProtocol.test_ndarray_zero_strides)\nPASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol.test_py_buffer_to_contiguous)\nPASS: test_pybuffer_size_from_format (test.test_buffer.TestBufferProtocol.test_pybuffer_size_from_format)\nPASS: test_bad_buffer_method (test.test_buffer.TestPythonBufferProtocol.test_bad_buffer_method)\nPASS: test_basic (test.test_buffer.TestPythonBufferProtocol.test_basic)\nPASS: test_buffer_flags (test.test_buffer.TestPythonBufferProtocol.test_buffer_flags)\nPASS: test_c_buffer (test.test_buffer.TestPythonBufferProtocol.test_c_buffer)\nPASS: test_c_buffer_invalid_flags (test.test_buffer.TestPythonBufferProtocol.test_c_buffer_invalid_flags)\nPASS: test_c_fill_buffer_invalid_flags (test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_invalid_flags)\nPASS: test_c_fill_buffer_readonly_and_writable (test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_readonly_and_writable)\nPASS: test_call_builtins (test.test_buffer.TestPythonBufferProtocol.test_call_builtins)\nPASS: test_inherit_but_return_something_else (test.test_buffer.TestPythonBufferProtocol.test_inherit_but_return_something_else)\nPASS: test_inheritance (test.test_buffer.TestPythonBufferProtocol.test_inheritance)\nPASS: test_inheritance_releasebuffer (test.test_buffer.TestPythonBufferProtocol.test_inheritance_releasebuffer)\nPASS: test_multiple_inheritance_buffer_last (test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last)\nPASS: test_multiple_inheritance_buffer_last_raising (test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last_raising)\nPASS: test_override_only_release (test.test_buffer.TestPythonBufferProtocol.test_override_only_release)\nPASS: test_release_buffer (test.test_buffer.TestPythonBufferProtocol.test_release_buffer)\nPASS: test_release_buffer_with_exception_set (test.test_buffer.TestPythonBufferProtocol.test_release_buffer_with_exception_set)\nPASS: test_release_saves_reference (test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference)\nPASS: test_release_saves_reference_no_subclassing (test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference_no_subclassing)\nPASS: test_same_buffer_returned (test.test_buffer.TestPythonBufferProtocol.test_same_buffer_returned)\n\n----------------------------------------------------------------------\nRan 95 tests in 0.546s\n\nOK (skipped=2)\n0:01:11 load avg: 1.07 [ 94/480] test_bz2 passed\nPASS: testCompress (test.test_bz2.BZ2CompressorTest.testCompress)\nPASS: testCompress4G (test.test_bz2.BZ2CompressorTest.testCompress4G)\nPASS: testCompressChunks10 (test.test_bz2.BZ2CompressorTest.testCompressChunks10)\nPASS: testCompressEmptyString (test.test_bz2.BZ2CompressorTest.testCompressEmptyString)\nPASS: testPickle (test.test_bz2.BZ2CompressorTest.testPickle)\nPASS: testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress)\nPASS: testDecompress4G (test.test_bz2.BZ2DecompressorTest.testDecompress4G)\nPASS: testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10)\nPASS: testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData)\nPASS: testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize)\nPASS: testEOFError (test.test_bz2.BZ2DecompressorTest.testEOFError)\nPASS: testPickle (test.test_bz2.BZ2DecompressorTest.testPickle)\nPASS: test_Constructor (test.test_bz2.BZ2DecompressorTest.test_Constructor)\nPASS: test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1)\nPASS: test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2)\nPASS: test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3)\nPASS: test_failure (test.test_bz2.BZ2DecompressorTest.test_failure)\nSKIP: test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_uninitialized_BZ2Decompressor_crash (test.test_bz2.BZ2DecompressorTest.test_uninitialized_BZ2Decompressor_crash)\nPASS: testAppend (test.test_bz2.BZ2FileTest.testAppend)\nPASS: testBadArgs (test.test_bz2.BZ2FileTest.testBadArgs)\nPASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock)\nPASS: testContextProtocol (test.test_bz2.BZ2FileTest.testContextProtocol)\ntestDecompressLimited (test.test_bz2.BZ2FileTest.testDecompressLimited)\nPASS: Decompressed data buffering should be limited\nPASS: testFileno (test.test_bz2.BZ2FileTest.testFileno)\nPASS: testIterator (test.test_bz2.BZ2FileTest.testIterator)\nPASS: testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream)\nPASS: testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads)\nPASS: testMultiStreamOrdering (test.test_bz2.BZ2FileTest.testMultiStreamOrdering)\nPASS: testOpenBytesFilename (test.test_bz2.BZ2FileTest.testOpenBytesFilename)\nPASS: testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel)\nPASS: testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName)\nPASS: testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName)\nPASS: testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName)\nPASS: testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename)\nPASS: testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent)\nPASS: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename)\nPASS: testPeek (test.test_bz2.BZ2FileTest.testPeek)\nPASS: testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO)\nPASS: testRead (test.test_bz2.BZ2FileTest.testRead)\nPASS: testRead0 (test.test_bz2.BZ2FileTest.testRead0)\nPASS: testRead100 (test.test_bz2.BZ2FileTest.testRead100)\nPASS: testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile)\nPASS: testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO)\nPASS: testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10)\nPASS: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream)\nPASS: testReadInto (test.test_bz2.BZ2FileTest.testReadInto)\nPASS: testReadLine (test.test_bz2.BZ2FileTest.testReadLine)\nPASS: testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream)\nPASS: testReadLines (test.test_bz2.BZ2FileTest.testReadLines)\nPASS: testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream)\nPASS: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream)\nPASS: testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream)\nPASS: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk)\nPASS: testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk)\nPASS: testReadable (test.test_bz2.BZ2FileTest.testReadable)\nPASS: testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline)\nPASS: testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards)\nPASS: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams)\nPASS: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO)\nPASS: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd)\nPASS: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams)\nPASS: testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward)\nPASS: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams)\nPASS: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO)\nPASS: testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd)\nPASS: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream)\nPASS: testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice)\nPASS: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream)\nPASS: testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart)\nPASS: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream)\nPASS: testSeekable (test.test_bz2.BZ2FileTest.testSeekable)\nPASS: testThreading (test.test_bz2.BZ2FileTest.testThreading)\nPASS: testWritable (test.test_bz2.BZ2FileTest.testWritable)\nPASS: testWrite (test.test_bz2.BZ2FileTest.testWrite)\nPASS: testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO)\nPASS: testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10)\nPASS: testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines)\nPASS: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile)\nPASS: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel)\nPASS: test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439)\nPASS: test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated)\nPASS: testCompress (test.test_bz2.CompressDecompressTest.testCompress)\nPASS: testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString)\nPASS: testDecompress (test.test_bz2.CompressDecompressTest.testDecompress)\nPASS: testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData)\nPASS: testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty)\nPASS: testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete)\nPASS: testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream)\nPASS: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk)\nPASS: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString)\nPASS: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk)\nPASS: test_bad_params (test.test_bz2.OpenTest.test_bad_params)\nPASS: test_binary_modes (test.test_bz2.OpenTest.test_binary_modes)\nPASS: test_encoding (test.test_bz2.OpenTest.test_encoding)\nPASS: test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler)\nPASS: test_fileobj (test.test_bz2.OpenTest.test_fileobj)\nPASS: test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes)\nPASS: test_newline (test.test_bz2.OpenTest.test_newline)\nPASS: test_text_modes (test.test_bz2.OpenTest.test_text_modes)\nPASS: test_x_mode (test.test_bz2.OpenTest.test_x_mode)\n\n----------------------------------------------------------------------\nRan 101 tests in 0.426s\n\nOK (skipped=1)\n0:01:11 load avg: 1.23 [ 95/480] test_c_locale_coercion passed\nAVAILABLE_TARGETS = []\nEXPECTED_C_LOCALE_EQUIVALENTS = ['C', 'invalid.ascii', 'POSIX']\nEXPECTED_C_LOCALE_STREAM_ENCODING = 'ascii'\nEXPECTED_C_LOCALE_FS_ENCODING = 'ascii'\nEXPECT_COERCION_IN_DEFAULT_LOCALE = True\n_C_UTF8_LOCALES = ('C.UTF-8', 'C.utf8', 'UTF-8')\n_check_nl_langinfo_CODESET = False\nPASS: test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests.test_LC_ALL_set_to_C)\nPASS: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_set)\nPASS: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_zero)\nSKIP: test_PYTHONCOERCECLOCALE_set_to_one (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_one) 'test requires LC_CTYPE locale different than C'\nPASS: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_warn)\nPASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_zero)\nSKIP: setUpClass (test.test_c_locale_coercion.LocaleConfigurationTests) 'No C-with-UTF-8 locale available'\n\n----------------------------------------------------------------------\nRan 6 tests in 0.751s\n\nOK (skipped=2)\n0:01:12 load avg: 1.23 [ 96/480] test_call passed\nPASS: test_module_not_callable_no_suggestion_0 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_0)\nPASS: test_module_not_callable_no_suggestion_1 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_1)\nPASS: test_module_not_callable_no_suggestion_2 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_2)\nPASS: test_module_not_callable_no_suggestion_3 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_3)\nPASS: test_module_not_callable_suggestion (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_suggestion)\nPASS: test_object_not_callable (test.test_call.CFunctionCallsErrorMessages.test_object_not_callable)\nPASS: test_oldargs0_1 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1)\nPASS: test_oldargs0_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1_kw)\nPASS: test_oldargs0_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2)\nPASS: test_oldargs0_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2_kw)\nPASS: test_oldargs1_0 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0)\nPASS: test_oldargs1_0_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0_kw)\nPASS: test_oldargs1_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_1_kw)\nPASS: test_oldargs1_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2)\nPASS: test_oldargs1_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2_kw)\nPASS: test_varargs0 (test.test_call.CFunctionCallsErrorMessages.test_varargs0)\nPASS: test_varargs10_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs10_kw)\nPASS: test_varargs11_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs11_kw)\nPASS: test_varargs12_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs12_kw)\nPASS: test_varargs13_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs13_kw)\nPASS: test_varargs14_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs14_kw)\nPASS: test_varargs15_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs15_kw)\nPASS: test_varargs16_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs16_kw)\nPASS: test_varargs17_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs17_kw)\nPASS: test_varargs18_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs18_kw)\nPASS: test_varargs19_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs19_kw)\nPASS: test_varargs1_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs1_kw)\nPASS: test_varargs1max (test.test_call.CFunctionCallsErrorMessages.test_varargs1max)\nPASS: test_varargs1min (test.test_call.CFunctionCallsErrorMessages.test_varargs1min)\nPASS: test_varargs2 (test.test_call.CFunctionCallsErrorMessages.test_varargs2)\nPASS: test_varargs2_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs2_kw)\nPASS: test_varargs2max (test.test_call.CFunctionCallsErrorMessages.test_varargs2max)\nPASS: test_varargs2min (test.test_call.CFunctionCallsErrorMessages.test_varargs2min)\nPASS: test_varargs3 (test.test_call.CFunctionCallsErrorMessages.test_varargs3)\nPASS: test_varargs3_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs3_kw)\nPASS: test_varargs4_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs4_kw)\nPASS: test_varargs5_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs5_kw)\nPASS: test_varargs6_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs6_kw)\nPASS: test_varargs7_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs7_kw)\nPASS: test_varargs8_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs8_kw)\nPASS: test_varargs9_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs9_kw)\nPASS: test_fastcall_clearing_dict (test.test_call.FastCallTests.test_fastcall_clearing_dict)\nPASS: test_vectorcall (test.test_call.FastCallTests.test_vectorcall)\nPASS: test_vectorcall_dict (test.test_call.FastCallTests.test_vectorcall_dict)\nPASS: test_frames_are_popped_after_failed_calls (test.test_call.FunctionCalls.test_frames_are_popped_after_failed_calls)\nPASS: test_kwargs_order (test.test_call.FunctionCalls.test_kwargs_order)\nPASS: test_cfunction_call (test.test_call.TestCAPI.test_cfunction_call)\nPASS: test_fastcall (test.test_call.TestCallingConventions.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventions.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventions.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventions.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventions.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventions.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventions.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventions.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventions.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventions.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventions.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventions.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventions.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventions.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventions.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventions.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventions.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventions.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventions.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventions.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventions.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventions.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventions.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsClass.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClass.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsClass.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClass.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClass.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsClass.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClass.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClass.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClass.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClass.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsClass.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsClass.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClass.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsClass.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsClass.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClass.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsClass.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsClass.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsClass.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClass.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsClass.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsClass.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClass.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsClassInstance.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClassInstance.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsClassInstance.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsClassInstance.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsClassInstance.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClassInstance.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsClassInstance.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsClassInstance.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsClassInstance.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsInstance.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsInstance.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsInstance.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsInstance.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsInstance.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsInstance.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsInstance.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsInstance.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsInstance.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsInstance.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsInstance.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsInstance.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsInstance.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsInstance.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsInstance.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsInstance.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsInstance.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsInstance.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsStatic.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsStatic.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsStatic.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsStatic.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsStatic.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsStatic.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsStatic.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsStatic.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsStatic.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsStatic.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsStatic.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsStatic.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsStatic.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsStatic.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsStatic.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsStatic.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsStatic.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsStatic.test_varargs_keywords_ext)\nPASS: test_unexpected_keyword_suggestion_kinds (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_kinds)\nPASS: test_unexpected_keyword_suggestion_valid_positions (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_valid_positions)\nPASS: test_unexpected_keyword_suggestion_via_getargs (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_via_getargs)\nPASS: test_missing_arguments (test.test_call.TestErrorMessagesUseQualifiedName.test_missing_arguments)\nPASS: test_multiple_values (test.test_call.TestErrorMessagesUseQualifiedName.test_multiple_values)\nPASS: test_positional_only_passed_as_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_positional_only_passed_as_keyword)\nPASS: test_too_many_positional (test.test_call.TestErrorMessagesUseQualifiedName.test_too_many_positional)\nPASS: test_unexpected_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_unexpected_keyword)\nPASS: test_function_with_many_args (test.test_call.TestFunctionWithManyArgs.test_function_with_many_args)\nPASS: test_method_descriptor_flag (test.test_call.TestPEP590.test_method_descriptor_flag)\nPASS: test_setvectorcall (test.test_call.TestPEP590.test_setvectorcall)\nPASS: test_setvectorcall_load_attr_specialization_deopt (test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_deopt)\nPASS: test_setvectorcall_load_attr_specialization_skip (test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_skip)\nPASS: test_vectorcall (test.test_call.TestPEP590.test_vectorcall)\nPASS: test_vectorcall_flag (test.test_call.TestPEP590.test_vectorcall_flag)\nPASS: test_vectorcall_limited_incoming (test.test_call.TestPEP590.test_vectorcall_limited_incoming)\nPASS: test_vectorcall_limited_outgoing (test.test_call.TestPEP590.test_vectorcall_limited_outgoing)\nPASS: test_vectorcall_limited_outgoing_method (test.test_call.TestPEP590.test_vectorcall_limited_outgoing_method)\nPASS: test_vectorcall_override (test.test_call.TestPEP590.test_vectorcall_override)\ntest_vectorcall_override_on_mutable_class (test.test_call.TestPEP590.test_vectorcall_override_on_mutable_class)\nPASS: Setting __call__ should disable vectorcall\ntest_vectorcall_override_with_subclass (test.test_call.TestPEP590.test_vectorcall_override_with_subclass)\nPASS: Setting __call__ on a superclass should disable vectorcall\nPASS: test_super_deep (test.test_call.TestRecursion.test_super_deep)\n\n----------------------------------------------------------------------\nRan 184 tests in 0.175s\n\nOK\n0:01:12 load avg: 1.23 [ 97/480] test_bytes passed\nSKIP: test_compare (test.test_bytes.AssortedBytesTest.test_compare) 'BytesWarning is needed for this test: use -bb option'\nPASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest.test_compare_bytes_to_bytearray)\nPASS: test_doc (test.test_bytes.AssortedBytesTest.test_doc)\nPASS: test_format (test.test_bytes.AssortedBytesTest.test_format)\nPASS: test_from_bytearray (test.test_bytes.AssortedBytesTest.test_from_bytearray)\nPASS: test_literal (test.test_bytes.AssortedBytesTest.test_literal)\nPASS: test_repr_str (test.test_bytes.AssortedBytesTest.test_repr_str)\nPASS: test_return_self (test.test_bytes.AssortedBytesTest.test_return_self)\nPASS: test_rsplit_bytearray (test.test_bytes.AssortedBytesTest.test_rsplit_bytearray)\nPASS: test_split_bytearray (test.test_bytes.AssortedBytesTest.test_split_bytearray)\nPASS: test_to_str (test.test_bytes.AssortedBytesTest.test_to_str)\nPASS: test_adaptive_find (test.test_bytes.ByteArrayAsStringTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_bytes.ByteArrayAsStringTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_bytes.ByteArrayAsStringTest.test_additional_split)\nPASS: test_capitalize (test.test_bytes.ByteArrayAsStringTest.test_capitalize)\nPASS: test_center (test.test_bytes.ByteArrayAsStringTest.test_center)\nPASS: test_count (test.test_bytes.ByteArrayAsStringTest.test_count)\nPASS: test_count_keyword (test.test_bytes.ByteArrayAsStringTest.test_count_keyword)\nPASS: test_expandtabs (test.test_bytes.ByteArrayAsStringTest.test_expandtabs)\nPASS: test_find (test.test_bytes.ByteArrayAsStringTest.test_find)\nPASS: test_find_many_lengths (test.test_bytes.ByteArrayAsStringTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_bytes.ByteArrayAsStringTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_bytes.ByteArrayAsStringTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_bytes.ByteArrayAsStringTest.test_find_with_memory)\nPASS: test_fixtype (test.test_bytes.ByteArrayAsStringTest.test_fixtype)\nPASS: test_index (test.test_bytes.ByteArrayAsStringTest.test_index)\nPASS: test_isalnum (test.test_bytes.ByteArrayAsStringTest.test_isalnum)\nPASS: test_isalpha (test.test_bytes.ByteArrayAsStringTest.test_isalpha)\nPASS: test_isascii (test.test_bytes.ByteArrayAsStringTest.test_isascii)\nPASS: test_isdigit (test.test_bytes.ByteArrayAsStringTest.test_isdigit)\nPASS: test_islower (test.test_bytes.ByteArrayAsStringTest.test_islower)\nPASS: test_isspace (test.test_bytes.ByteArrayAsStringTest.test_isspace)\nPASS: test_istitle (test.test_bytes.ByteArrayAsStringTest.test_istitle)\nPASS: test_isupper (test.test_bytes.ByteArrayAsStringTest.test_isupper)\nPASS: test_ljust (test.test_bytes.ByteArrayAsStringTest.test_ljust)\nPASS: test_lower (test.test_bytes.ByteArrayAsStringTest.test_lower)\nPASS: test_removeprefix (test.test_bytes.ByteArrayAsStringTest.test_removeprefix)\nPASS: test_removesuffix (test.test_bytes.ByteArrayAsStringTest.test_removesuffix)\nPASS: test_replace (test.test_bytes.ByteArrayAsStringTest.test_replace)\nSKIP: test_replace_overflow (test.test_bytes.ByteArrayAsStringTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_bytes.ByteArrayAsStringTest.test_replace_uses_two_way_maxcount)\nPASS: test_rfind (test.test_bytes.ByteArrayAsStringTest.test_rfind)\nPASS: test_rindex (test.test_bytes.ByteArrayAsStringTest.test_rindex)\nPASS: test_rjust (test.test_bytes.ByteArrayAsStringTest.test_rjust)\nPASS: test_rsplit (test.test_bytes.ByteArrayAsStringTest.test_rsplit)\nPASS: test_split (test.test_bytes.ByteArrayAsStringTest.test_split)\nPASS: test_splitlines (test.test_bytes.ByteArrayAsStringTest.test_splitlines)\nPASS: test_strip (test.test_bytes.ByteArrayAsStringTest.test_strip)\nPASS: test_strip_whitespace (test.test_bytes.ByteArrayAsStringTest.test_strip_whitespace)\nPASS: test_swapcase (test.test_bytes.ByteArrayAsStringTest.test_swapcase)\nPASS: test_title (test.test_bytes.ByteArrayAsStringTest.test_title)\nPASS: test_upper (test.test_bytes.ByteArrayAsStringTest.test_upper)\nPASS: test_zfill (test.test_bytes.ByteArrayAsStringTest.test_zfill)\nPASS: test_basic (test.test_bytes.ByteArraySubclassTest.test_basic)\nPASS: test_copy (test.test_bytes.ByteArraySubclassTest.test_copy)\nPASS: test_fromhex (test.test_bytes.ByteArraySubclassTest.test_fromhex)\nPASS: test_init_override (test.test_bytes.ByteArraySubclassTest.test_init_override)\nPASS: test_join (test.test_bytes.ByteArraySubclassTest.test_join)\nPASS: test_pickle (test.test_bytes.ByteArraySubclassTest.test_pickle)\nPASS: test_basic (test.test_bytes.ByteArraySubclassWithSlotsTest.test_basic)\nPASS: test_copy (test.test_bytes.ByteArraySubclassWithSlotsTest.test_copy)\nPASS: test_fromhex (test.test_bytes.ByteArraySubclassWithSlotsTest.test_fromhex)\nPASS: test_join (test.test_bytes.ByteArraySubclassWithSlotsTest.test_join)\nPASS: test_pickle (test.test_bytes.ByteArraySubclassWithSlotsTest.test_pickle)\nPASS: test_alloc (test.test_bytes.ByteArrayTest.test_alloc)\nPASS: test_append (test.test_bytes.ByteArrayTest.test_append)\nPASS: test_basics (test.test_bytes.ByteArrayTest.test_basics)\nPASS: test_bytearray_api (test.test_bytes.ByteArrayTest.test_bytearray_api)\nPASS: test_center (test.test_bytes.ByteArrayTest.test_center)\nPASS: test_check_encoding_errors (test.test_bytes.ByteArrayTest.test_check_encoding_errors)\nPASS: test_clear (test.test_bytes.ByteArrayTest.test_clear)\nPASS: test_compare (test.test_bytes.ByteArrayTest.test_compare)\nPASS: test_compare_to_str (test.test_bytes.ByteArrayTest.test_compare_to_str)\nPASS: test_concat (test.test_bytes.ByteArrayTest.test_concat)\nPASS: test_constructor_exceptions (test.test_bytes.ByteArrayTest.test_constructor_exceptions)\nSKIP: test_constructor_overflow (test.test_bytes.ByteArrayTest.test_constructor_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_constructor_type_errors (test.test_bytes.ByteArrayTest.test_constructor_type_errors)\nPASS: test_constructor_value_errors (test.test_bytes.ByteArrayTest.test_constructor_value_errors)\nPASS: test_contains (test.test_bytes.ByteArrayTest.test_contains)\nPASS: test_copied (test.test_bytes.ByteArrayTest.test_copied)\nPASS: test_copy (test.test_bytes.ByteArrayTest.test_copy)\nPASS: test_count (test.test_bytes.ByteArrayTest.test_count)\nPASS: test_decode (test.test_bytes.ByteArrayTest.test_decode)\nPASS: test_del_expand (test.test_bytes.ByteArrayTest.test_del_expand)\nPASS: test_delitem (test.test_bytes.ByteArrayTest.test_delitem)\nPASS: test_empty_sequence (test.test_bytes.ByteArrayTest.test_empty_sequence)\nPASS: test_encoding (test.test_bytes.ByteArrayTest.test_encoding)\nPASS: test_endswith (test.test_bytes.ByteArrayTest.test_endswith)\nPASS: test_exhausted_iterator (test.test_bytes.ByteArrayTest.test_exhausted_iterator)\nPASS: test_extend (test.test_bytes.ByteArrayTest.test_extend)\nPASS: test_extended_getslice (test.test_bytes.ByteArrayTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_bytes.ByteArrayTest.test_extended_set_del_slice)\nPASS: test_fifo_overrun (test.test_bytes.ByteArrayTest.test_fifo_overrun)\nPASS: test_find (test.test_bytes.ByteArrayTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_bytes.ByteArrayTest.test_find_etc_raise_correct_error_messages)\nPASS: test_free_after_iterating (test.test_bytes.ByteArrayTest.test_free_after_iterating)\nPASS: test_from_buffer (test.test_bytes.ByteArrayTest.test_from_buffer)\nPASS: test_from_index (test.test_bytes.ByteArrayTest.test_from_index)\nPASS: test_from_int (test.test_bytes.ByteArrayTest.test_from_int)\nPASS: test_from_iterable (test.test_bytes.ByteArrayTest.test_from_iterable)\nPASS: test_from_list (test.test_bytes.ByteArrayTest.test_from_list)\nPASS: test_from_mutating_list (test.test_bytes.ByteArrayTest.test_from_mutating_list)\nPASS: test_from_ssize (test.test_bytes.ByteArrayTest.test_from_ssize)\nPASS: test_from_tuple (test.test_bytes.ByteArrayTest.test_from_tuple)\nPASS: test_fromhex (test.test_bytes.ByteArrayTest.test_fromhex)\nPASS: test_getitem_error (test.test_bytes.ByteArrayTest.test_getitem_error)\nPASS: test_getslice (test.test_bytes.ByteArrayTest.test_getslice)\nPASS: test_hex (test.test_bytes.ByteArrayTest.test_hex)\nPASS: test_hex_separator_basics (test.test_bytes.ByteArrayTest.test_hex_separator_basics)\nPASS: test_hex_separator_five_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_five_bytes)\nPASS: test_hex_separator_six_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_six_bytes)\nPASS: test_iconcat (test.test_bytes.ByteArrayTest.test_iconcat)\nPASS: test_imod (test.test_bytes.ByteArrayTest.test_imod)\nPASS: test_index (test.test_bytes.ByteArrayTest.test_index)\nPASS: test_init_alloc (test.test_bytes.ByteArrayTest.test_init_alloc)\nPASS: test_insert (test.test_bytes.ByteArrayTest.test_insert)\nPASS: test_integer_arguments_out_of_byte_range (test.test_bytes.ByteArrayTest.test_integer_arguments_out_of_byte_range)\nPASS: test_irepeat (test.test_bytes.ByteArrayTest.test_irepeat)\nPASS: test_irepeat_1char (test.test_bytes.ByteArrayTest.test_irepeat_1char)\nPASS: test_iterator_length_hint (test.test_bytes.ByteArrayTest.test_iterator_length_hint)\nPASS: test_iterator_pickling (test.test_bytes.ByteArrayTest.test_iterator_pickling)\nPASS: test_iterator_pickling2 (test.test_bytes.ByteArrayTest.test_iterator_pickling2)\nPASS: test_join (test.test_bytes.ByteArrayTest.test_join)\nPASS: test_ljust (test.test_bytes.ByteArrayTest.test_ljust)\nPASS: test_maketrans (test.test_bytes.ByteArrayTest.test_maketrans)\nPASS: test_mod (test.test_bytes.ByteArrayTest.test_mod)\nPASS: test_mutating_index (test.test_bytes.ByteArrayTest.test_mutating_index)\nPASS: test_nohash (test.test_bytes.ByteArrayTest.test_nohash)\nPASS: test_none_arguments (test.test_bytes.ByteArrayTest.test_none_arguments)\nPASS: test_nosort (test.test_bytes.ByteArrayTest.test_nosort)\nPASS: test_obsolete_write_lock (test.test_bytes.ByteArrayTest.test_obsolete_write_lock)\nPASS: test_ord (test.test_bytes.ByteArrayTest.test_ord)\nPASS: test_partition (test.test_bytes.ByteArrayTest.test_partition)\nPASS: test_partition_bytearray_doesnt_share_nullstring (test.test_bytes.ByteArrayTest.test_partition_bytearray_doesnt_share_nullstring)\nPASS: test_partition_int_error (test.test_bytes.ByteArrayTest.test_partition_int_error)\nPASS: test_partition_string_error (test.test_bytes.ByteArrayTest.test_partition_string_error)\nPASS: test_pickling (test.test_bytes.ByteArrayTest.test_pickling)\nPASS: test_pop (test.test_bytes.ByteArrayTest.test_pop)\nPASS: test_regexps (test.test_bytes.ByteArrayTest.test_regexps)\nPASS: test_remove (test.test_bytes.ByteArrayTest.test_remove)\nPASS: test_repeat (test.test_bytes.ByteArrayTest.test_repeat)\nPASS: test_repeat_1char (test.test_bytes.ByteArrayTest.test_repeat_1char)\nPASS: test_repeat_after_setslice (test.test_bytes.ByteArrayTest.test_repeat_after_setslice)\nPASS: test_replace (test.test_bytes.ByteArrayTest.test_replace)\nPASS: test_replace_int_error (test.test_bytes.ByteArrayTest.test_replace_int_error)\nPASS: test_resize_forbidden (test.test_bytes.ByteArrayTest.test_resize_forbidden)\nPASS: test_reverse (test.test_bytes.ByteArrayTest.test_reverse)\nPASS: test_reversed (test.test_bytes.ByteArrayTest.test_reversed)\nPASS: test_rfind (test.test_bytes.ByteArrayTest.test_rfind)\nPASS: test_rindex (test.test_bytes.ByteArrayTest.test_rindex)\nPASS: test_rjust (test.test_bytes.ByteArrayTest.test_rjust)\nPASS: test_rmod (test.test_bytes.ByteArrayTest.test_rmod)\nPASS: test_rpartition (test.test_bytes.ByteArrayTest.test_rpartition)\nPASS: test_rsplit_unicodewhitespace (test.test_bytes.ByteArrayTest.test_rsplit_unicodewhitespace)\nPASS: test_setitem (test.test_bytes.ByteArrayTest.test_setitem)\nPASS: test_setitem_error (test.test_bytes.ByteArrayTest.test_setitem_error)\nPASS: test_setslice (test.test_bytes.ByteArrayTest.test_setslice)\nPASS: test_setslice_extend (test.test_bytes.ByteArrayTest.test_setslice_extend)\nPASS: test_setslice_trap (test.test_bytes.ByteArrayTest.test_setslice_trap)\nPASS: test_split_int_error (test.test_bytes.ByteArrayTest.test_split_int_error)\nPASS: test_split_string_error (test.test_bytes.ByteArrayTest.test_split_string_error)\nPASS: test_split_unicodewhitespace (test.test_bytes.ByteArrayTest.test_split_unicodewhitespace)\nPASS: test_sq_item (test.test_bytes.ByteArrayTest.test_sq_item)\nPASS: test_startswith (test.test_bytes.ByteArrayTest.test_startswith)\nPASS: test_strip_bytearray (test.test_bytes.ByteArrayTest.test_strip_bytearray)\nPASS: test_strip_int_error (test.test_bytes.ByteArrayTest.test_strip_int_error)\nPASS: test_strip_string_error (test.test_bytes.ByteArrayTest.test_strip_string_error)\nPASS: test_translate (test.test_bytes.ByteArrayTest.test_translate)\nPASS: test_xjust_int_error (test.test_bytes.ByteArrayTest.test_xjust_int_error)\nPASS: test_returns_new_copy (test.test_bytes.BytearrayPEP3137Test.test_returns_new_copy)\nPASS: test_adaptive_find (test.test_bytes.BytesAsStringTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_bytes.BytesAsStringTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_bytes.BytesAsStringTest.test_additional_split)\nPASS: test_capitalize (test.test_bytes.BytesAsStringTest.test_capitalize)\nPASS: test_center (test.test_bytes.BytesAsStringTest.test_center)\nPASS: test_count (test.test_bytes.BytesAsStringTest.test_count)\nPASS: test_count_keyword (test.test_bytes.BytesAsStringTest.test_count_keyword)\nPASS: test_expandtabs (test.test_bytes.BytesAsStringTest.test_expandtabs)\nPASS: test_find (test.test_bytes.BytesAsStringTest.test_find)\nPASS: test_find_many_lengths (test.test_bytes.BytesAsStringTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_bytes.BytesAsStringTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_bytes.BytesAsStringTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_bytes.BytesAsStringTest.test_find_with_memory)\nPASS: test_fixtype (test.test_bytes.BytesAsStringTest.test_fixtype)\nPASS: test_index (test.test_bytes.BytesAsStringTest.test_index)\nPASS: test_isalnum (test.test_bytes.BytesAsStringTest.test_isalnum)\nPASS: test_isalpha (test.test_bytes.BytesAsStringTest.test_isalpha)\nPASS: test_isascii (test.test_bytes.BytesAsStringTest.test_isascii)\nPASS: test_isdigit (test.test_bytes.BytesAsStringTest.test_isdigit)\nPASS: test_islower (test.test_bytes.BytesAsStringTest.test_islower)\nPASS: test_isspace (test.test_bytes.BytesAsStringTest.test_isspace)\nPASS: test_istitle (test.test_bytes.BytesAsStringTest.test_istitle)\nPASS: test_isupper (test.test_bytes.BytesAsStringTest.test_isupper)\nPASS: test_ljust (test.test_bytes.BytesAsStringTest.test_ljust)\nPASS: test_lower (test.test_bytes.BytesAsStringTest.test_lower)\nPASS: test_removeprefix (test.test_bytes.BytesAsStringTest.test_removeprefix)\nPASS: test_removesuffix (test.test_bytes.BytesAsStringTest.test_removesuffix)\nPASS: test_replace (test.test_bytes.BytesAsStringTest.test_replace)\nSKIP: test_replace_overflow (test.test_bytes.BytesAsStringTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_bytes.BytesAsStringTest.test_replace_uses_two_way_maxcount)\nPASS: test_rfind (test.test_bytes.BytesAsStringTest.test_rfind)\nPASS: test_rindex (test.test_bytes.BytesAsStringTest.test_rindex)\nPASS: test_rjust (test.test_bytes.BytesAsStringTest.test_rjust)\nPASS: test_rsplit (test.test_bytes.BytesAsStringTest.test_rsplit)\nPASS: test_split (test.test_bytes.BytesAsStringTest.test_split)\nPASS: test_splitlines (test.test_bytes.BytesAsStringTest.test_splitlines)\nPASS: test_strip (test.test_bytes.BytesAsStringTest.test_strip)\nPASS: test_strip_whitespace (test.test_bytes.BytesAsStringTest.test_strip_whitespace)\nPASS: test_swapcase (test.test_bytes.BytesAsStringTest.test_swapcase)\nPASS: test_title (test.test_bytes.BytesAsStringTest.test_title)\nPASS: test_upper (test.test_bytes.BytesAsStringTest.test_upper)\nPASS: test_zfill (test.test_bytes.BytesAsStringTest.test_zfill)\nPASS: test_basic (test.test_bytes.BytesSubclassTest.test_basic)\nPASS: test_copy (test.test_bytes.BytesSubclassTest.test_copy)\nPASS: test_fromhex (test.test_bytes.BytesSubclassTest.test_fromhex)\nPASS: test_join (test.test_bytes.BytesSubclassTest.test_join)\nPASS: test_pickle (test.test_bytes.BytesSubclassTest.test_pickle)\nPASS: test__bytes__ (test.test_bytes.BytesTest.test__bytes__)\nPASS: test_basics (test.test_bytes.BytesTest.test_basics)\nPASS: test_buffer_is_readonly (test.test_bytes.BytesTest.test_buffer_is_readonly)\nPASS: test_bytes_blocking (test.test_bytes.BytesTest.test_bytes_blocking)\nPASS: test_center (test.test_bytes.BytesTest.test_center)\nPASS: test_check_encoding_errors (test.test_bytes.BytesTest.test_check_encoding_errors)\nPASS: test_compare (test.test_bytes.BytesTest.test_compare)\nPASS: test_compare_to_str (test.test_bytes.BytesTest.test_compare_to_str)\nPASS: test_concat (test.test_bytes.BytesTest.test_concat)\nPASS: test_constructor_exceptions (test.test_bytes.BytesTest.test_constructor_exceptions)\nSKIP: test_constructor_overflow (test.test_bytes.BytesTest.test_constructor_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_constructor_type_errors (test.test_bytes.BytesTest.test_constructor_type_errors)\nPASS: test_constructor_value_errors (test.test_bytes.BytesTest.test_constructor_value_errors)\nPASS: test_contains (test.test_bytes.BytesTest.test_contains)\nPASS: test_copy (test.test_bytes.BytesTest.test_copy)\nPASS: test_count (test.test_bytes.BytesTest.test_count)\nPASS: test_custom (test.test_bytes.BytesTest.test_custom)\nPASS: test_decode (test.test_bytes.BytesTest.test_decode)\nPASS: test_empty_sequence (test.test_bytes.BytesTest.test_empty_sequence)\nPASS: test_encoding (test.test_bytes.BytesTest.test_encoding)\nPASS: test_endswith (test.test_bytes.BytesTest.test_endswith)\nPASS: test_extended_getslice (test.test_bytes.BytesTest.test_extended_getslice)\nPASS: test_find (test.test_bytes.BytesTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_bytes.BytesTest.test_find_etc_raise_correct_error_messages)\nPASS: test_free_after_iterating (test.test_bytes.BytesTest.test_free_after_iterating)\nPASS: test_from_buffer (test.test_bytes.BytesTest.test_from_buffer)\nPASS: test_from_format (test.test_bytes.BytesTest.test_from_format)\nPASS: test_from_index (test.test_bytes.BytesTest.test_from_index)\nPASS: test_from_int (test.test_bytes.BytesTest.test_from_int)\nPASS: test_from_iterable (test.test_bytes.BytesTest.test_from_iterable)\nPASS: test_from_list (test.test_bytes.BytesTest.test_from_list)\nPASS: test_from_mutating_list (test.test_bytes.BytesTest.test_from_mutating_list)\nPASS: test_from_ssize (test.test_bytes.BytesTest.test_from_ssize)\nPASS: test_from_tuple (test.test_bytes.BytesTest.test_from_tuple)\nPASS: test_fromhex (test.test_bytes.BytesTest.test_fromhex)\nPASS: test_getitem_error (test.test_bytes.BytesTest.test_getitem_error)\nPASS: test_getslice (test.test_bytes.BytesTest.test_getslice)\nPASS: test_hex (test.test_bytes.BytesTest.test_hex)\nPASS: test_hex_separator_basics (test.test_bytes.BytesTest.test_hex_separator_basics)\nPASS: test_hex_separator_five_bytes (test.test_bytes.BytesTest.test_hex_separator_five_bytes)\nPASS: test_hex_separator_six_bytes (test.test_bytes.BytesTest.test_hex_separator_six_bytes)\nPASS: test_imod (test.test_bytes.BytesTest.test_imod)\nPASS: test_index (test.test_bytes.BytesTest.test_index)\nPASS: test_integer_arguments_out_of_byte_range (test.test_bytes.BytesTest.test_integer_arguments_out_of_byte_range)\nPASS: test_iterator_pickling (test.test_bytes.BytesTest.test_iterator_pickling)\nPASS: test_join (test.test_bytes.BytesTest.test_join)\nPASS: test_ljust (test.test_bytes.BytesTest.test_ljust)\nPASS: test_maketrans (test.test_bytes.BytesTest.test_maketrans)\nPASS: test_mod (test.test_bytes.BytesTest.test_mod)\nPASS: test_none_arguments (test.test_bytes.BytesTest.test_none_arguments)\nPASS: test_ord (test.test_bytes.BytesTest.test_ord)\nPASS: test_partition (test.test_bytes.BytesTest.test_partition)\nPASS: test_partition_int_error (test.test_bytes.BytesTest.test_partition_int_error)\nPASS: test_partition_string_error (test.test_bytes.BytesTest.test_partition_string_error)\nPASS: test_pickling (test.test_bytes.BytesTest.test_pickling)\nPASS: test_repeat (test.test_bytes.BytesTest.test_repeat)\nPASS: test_repeat_1char (test.test_bytes.BytesTest.test_repeat_1char)\nPASS: test_repeat_id_preserving (test.test_bytes.BytesTest.test_repeat_id_preserving)\nPASS: test_replace (test.test_bytes.BytesTest.test_replace)\nPASS: test_replace_int_error (test.test_bytes.BytesTest.test_replace_int_error)\nPASS: test_reversed (test.test_bytes.BytesTest.test_reversed)\nPASS: test_rfind (test.test_bytes.BytesTest.test_rfind)\nPASS: test_rindex (test.test_bytes.BytesTest.test_rindex)\nPASS: test_rjust (test.test_bytes.BytesTest.test_rjust)\nPASS: test_rmod (test.test_bytes.BytesTest.test_rmod)\nPASS: test_rpartition (test.test_bytes.BytesTest.test_rpartition)\nPASS: test_rsplit_unicodewhitespace (test.test_bytes.BytesTest.test_rsplit_unicodewhitespace)\nPASS: test_split_int_error (test.test_bytes.BytesTest.test_split_int_error)\nPASS: test_split_string_error (test.test_bytes.BytesTest.test_split_string_error)\nPASS: test_split_unicodewhitespace (test.test_bytes.BytesTest.test_split_unicodewhitespace)\nPASS: test_sq_item (test.test_bytes.BytesTest.test_sq_item)\nPASS: test_startswith (test.test_bytes.BytesTest.test_startswith)\nPASS: test_strip_bytearray (test.test_bytes.BytesTest.test_strip_bytearray)\nPASS: test_strip_int_error (test.test_bytes.BytesTest.test_strip_int_error)\nPASS: test_strip_string_error (test.test_bytes.BytesTest.test_strip_string_error)\nPASS: test_translate (test.test_bytes.BytesTest.test_translate)\nPASS: test_xjust_int_error (test.test_bytes.BytesTest.test_xjust_int_error)\n\n----------------------------------------------------------------------\nRan 294 tests in 1.303s\n\nOK (skipped=5)\n0:01:12 load avg: 1.23 [ 98/480] test_cext passed\nSKIP: test_build (test.test_cext.TestExt.test_build) \"resource 'cpu' is not enabled\"\nSKIP: test_build_c11 (test.test_cext.TestExt.test_build_c11) \"resource 'cpu' is not enabled\"\nSKIP: test_build_c99 (test.test_cext.TestExt.test_build_c99) \"resource 'cpu' is not enabled\"\nSKIP: test_build_limited (test.test_cext.TestExt.test_build_limited) \"resource 'cpu' is not enabled\"\nSKIP: test_build_limited_c11 (test.test_cext.TestExt.test_build_limited_c11) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 5 tests in 0.000s\n\nOK (skipped=5)\n0:01:12 load avg: 1.23 [ 99/480] test_charmapcodec passed\nPASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest.test_constructorx)\nPASS: test_constructory (test.test_charmapcodec.CharmapCodecTest.test_constructory)\nPASS: test_encodex (test.test_charmapcodec.CharmapCodecTest.test_encodex)\nPASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest.test_maptoundefined)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:12 load avg: 1.23 [100/480] test_class passed\nPASS: testBadTypeReturned (test.test_class.ClassTests.testBadTypeReturned)\nPASS: testBinaryOps (test.test_class.ClassTests.testBinaryOps)\nPASS: testClassCallRecursionLimit (test.test_class.ClassTests.testClassCallRecursionLimit)\nPASS: testClassWithExtCall (test.test_class.ClassTests.testClassWithExtCall)\nPASS: testConstructorErrorMessages (test.test_class.ClassTests.testConstructorErrorMessages)\nPASS: testDel (test.test_class.ClassTests.testDel)\nPASS: testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests.testForExceptionsRaisedInInstanceGetattr2)\nPASS: testGetSetAndDel (test.test_class.ClassTests.testGetSetAndDel)\nPASS: testHasAttrString (test.test_class.ClassTests.testHasAttrString)\nPASS: testHashComparisonOfMethods (test.test_class.ClassTests.testHashComparisonOfMethods)\nPASS: testHashStuff (test.test_class.ClassTests.testHashStuff)\nPASS: testInit (test.test_class.ClassTests.testInit)\nPASS: testListAndDictOps (test.test_class.ClassTests.testListAndDictOps)\nPASS: testMetaclassCallOptimization (test.test_class.ClassTests.testMetaclassCallOptimization)\nPASS: testMisc (test.test_class.ClassTests.testMisc)\nPASS: testObjectAttributeAccessErrorMessages (test.test_class.ClassTests.testObjectAttributeAccessErrorMessages)\nPASS: testPredefinedAttrs (test.test_class.ClassTests.testPredefinedAttrs)\nPASS: testSFBug532646 (test.test_class.ClassTests.testSFBug532646)\nPASS: testSetattrNonStringName (test.test_class.ClassTests.testSetattrNonStringName)\nPASS: testSetattrWrapperNameIntern (test.test_class.ClassTests.testSetattrWrapperNameIntern)\nPASS: testTypeAttributeAccessErrorMessages (test.test_class.ClassTests.testTypeAttributeAccessErrorMessages)\nPASS: testUnaryOps (test.test_class.ClassTests.testUnaryOps)\ntest_bug_117750 (test.test_class.TestInlineValues.test_bug_117750)\nPASS: Aborted on 3.13a6\nPASS: test_detach_materialized_dict_no_memory (test.test_class.TestInlineValues.test_detach_materialized_dict_no_memory)\nPASS: test_flags (test.test_class.TestInlineValues.test_flags)\nPASS: test_has_inline_values (test.test_class.TestInlineValues.test_has_inline_values)\nPASS: test_inspect_dict (test.test_class.TestInlineValues.test_inspect_dict)\nPASS: test_instances (test.test_class.TestInlineValues.test_instances)\nPASS: test_many_attributes (test.test_class.TestInlineValues.test_many_attributes)\nPASS: test_many_attributes_with_dict (test.test_class.TestInlineValues.test_many_attributes_with_dict)\nPASS: test_rematerialize_object_dict (test.test_class.TestInlineValues.test_rematerialize_object_dict)\nPASS: test_store_attr_deleted_dict (test.test_class.TestInlineValues.test_store_attr_deleted_dict)\ntest_store_attr_type_cache (test.test_class.TestInlineValues.test_store_attr_type_cache)\nPASS: Verifies that the type cache doesn't provide a value which  is\nPASS: test_update_dict (test.test_class.TestInlineValues.test_update_dict)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.088s\n\nOK\n0:01:12 load avg: 1.23 [101/480] test_clinic skipped\ntest_clinic skipped -- clinic directory could not be found\n0:01:12 load avg: 1.23 [102/480] test_calendar passed\nPASS: test_days (test.test_calendar.CalendarTestCase.test_days)\nPASS: test_deprecation_warning (test.test_calendar.CalendarTestCase.test_deprecation_warning)\nPASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase.test_enumerate_weekdays)\nPASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase.test_illegal_weekday_reported)\nPASS: test_isleap (test.test_calendar.CalendarTestCase.test_isleap)\nPASS: test_itermonthdays (test.test_calendar.CalendarTestCase.test_itermonthdays)\nPASS: test_itermonthdays2 (test.test_calendar.CalendarTestCase.test_itermonthdays2)\nPASS: test_itermonthdays3 (test.test_calendar.CalendarTestCase.test_itermonthdays3)\nPASS: test_itermonthdays4 (test.test_calendar.CalendarTestCase.test_itermonthdays4)\nPASS: test_iterweekdays (test.test_calendar.CalendarTestCase.test_iterweekdays)\nPASS: test_locale_calendar_formatmonthname (test.test_calendar.CalendarTestCase.test_locale_calendar_formatmonthname)\nPASS: test_locale_calendar_formatweekday (test.test_calendar.CalendarTestCase.test_locale_calendar_formatweekday)\nPASS: test_locale_calendars_reset_locale_properly (test.test_calendar.CalendarTestCase.test_locale_calendars_reset_locale_properly)\nPASS: test_locale_html_calendar (test.test_calendar.CalendarTestCase.test_locale_html_calendar)\nPASS: test_locale_html_calendar_custom_css_class_month_name (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_month_name)\nPASS: test_locale_html_calendar_custom_css_class_weekday (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_weekday)\nPASS: test_locale_text_calendar (test.test_calendar.CalendarTestCase.test_locale_text_calendar)\nPASS: test_months (test.test_calendar.CalendarTestCase.test_months)\nPASS: test_setfirstweekday (test.test_calendar.CalendarTestCase.test_setfirstweekday)\nPASS: test_help (test.test_calendar.CommandLineTestCase.test_help)\nPASS: test_html_output_current_year (test.test_calendar.CommandLineTestCase.test_html_output_current_year)\nPASS: test_html_output_year_css (test.test_calendar.CommandLineTestCase.test_html_output_year_css)\nPASS: test_html_output_year_encoding (test.test_calendar.CommandLineTestCase.test_html_output_year_encoding)\nPASS: test_illegal_arguments (test.test_calendar.CommandLineTestCase.test_illegal_arguments)\nPASS: test_option_encoding (test.test_calendar.CommandLineTestCase.test_option_encoding)\nPASS: test_option_lines (test.test_calendar.CommandLineTestCase.test_option_lines)\nPASS: test_option_locale (test.test_calendar.CommandLineTestCase.test_option_locale)\nPASS: test_option_months (test.test_calendar.CommandLineTestCase.test_option_months)\nPASS: test_option_spacing (test.test_calendar.CommandLineTestCase.test_option_spacing)\nPASS: test_option_type (test.test_calendar.CommandLineTestCase.test_option_type)\nPASS: test_option_width (test.test_calendar.CommandLineTestCase.test_option_width)\nPASS: test_output_current_year (test.test_calendar.CommandLineTestCase.test_output_current_year)\nPASS: test_output_month (test.test_calendar.CommandLineTestCase.test_output_month)\nPASS: test_output_year (test.test_calendar.CommandLineTestCase.test_output_year)\nPASS: test_no_leapdays (test.test_calendar.LeapdaysTestCase.test_no_leapdays)\nPASS: test_no_leapdays_upper_boundary (test.test_calendar.LeapdaysTestCase.test_no_leapdays_upper_boundary)\nPASS: test_no_range (test.test_calendar.LeapdaysTestCase.test_no_range)\nPASS: test_one_leapday_lower_boundary (test.test_calendar.LeapdaysTestCase.test_one_leapday_lower_boundary)\nPASS: test_several_leapyears_in_range (test.test_calendar.LeapdaysTestCase.test_several_leapyears_in_range)\nPASS: test__all__ (test.test_calendar.MiscTestCase.test__all__)\nPASS: test_april (test.test_calendar.MondayTestCase.test_april)\nPASS: test_december (test.test_calendar.MondayTestCase.test_december)\nPASS: test_february (test.test_calendar.MondayTestCase.test_february)\nPASS: test_december (test.test_calendar.MonthRangeTestCase.test_december)\nPASS: test_february_leap (test.test_calendar.MonthRangeTestCase.test_february_leap)\nPASS: test_february_nonleap (test.test_calendar.MonthRangeTestCase.test_february_nonleap)\nPASS: test_illegal_month_reported (test.test_calendar.MonthRangeTestCase.test_illegal_month_reported)\nPASS: test_january (test.test_calendar.MonthRangeTestCase.test_january)\nPASS: test_thirteenth_month (test.test_calendar.MonthRangeTestCase.test_thirteenth_month)\nPASS: test_zeroth_month (test.test_calendar.MonthRangeTestCase.test_zeroth_month)\nPASS: test_format (test.test_calendar.OutputTestCase.test_format)\nPASS: test_formatmonth (test.test_calendar.OutputTestCase.test_formatmonth)\nPASS: test_formatmonth_with_invalid_month (test.test_calendar.OutputTestCase.test_formatmonth_with_invalid_month)\nPASS: test_formatmonthname_with_year (test.test_calendar.OutputTestCase.test_formatmonthname_with_year)\nPASS: test_formatmonthname_without_year (test.test_calendar.OutputTestCase.test_formatmonthname_without_year)\nPASS: test_formatweekheader_long (test.test_calendar.OutputTestCase.test_formatweekheader_long)\nPASS: test_formatweekheader_short (test.test_calendar.OutputTestCase.test_formatweekheader_short)\nPASS: test_output (test.test_calendar.OutputTestCase.test_output)\nPASS: test_output_htmlcalendar_encoding_ascii (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_ascii)\nPASS: test_output_htmlcalendar_encoding_default (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_default)\nPASS: test_output_htmlcalendar_encoding_utf8 (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_utf8)\nPASS: test_output_textcalendar (test.test_calendar.OutputTestCase.test_output_textcalendar)\nPASS: test_prmonth (test.test_calendar.OutputTestCase.test_prmonth)\nPASS: test_prweek (test.test_calendar.OutputTestCase.test_prweek)\nPASS: test_pryear (test.test_calendar.OutputTestCase.test_pryear)\nPASS: test_yeardatescalendar (test.test_calendar.OutputTestCase.test_yeardatescalendar)\nPASS: test_yeardayscalendar (test.test_calendar.OutputTestCase.test_yeardayscalendar)\nPASS: test_april (test.test_calendar.SundayTestCase.test_april)\nPASS: test_december (test.test_calendar.SundayTestCase.test_december)\nPASS: test_february (test.test_calendar.SundayTestCase.test_february)\nPASS: test_format_year (test.test_calendar.TestSubClassingCase.test_format_year)\nPASS: test_format_year_head (test.test_calendar.TestSubClassingCase.test_format_year_head)\nPASS: test_formatmonth (test.test_calendar.TestSubClassingCase.test_formatmonth)\nPASS: test_formatmonth_with_invalid_month (test.test_calendar.TestSubClassingCase.test_formatmonth_with_invalid_month)\nPASS: test_formatmonthname (test.test_calendar.TestSubClassingCase.test_formatmonthname)\nPASS: test_formatweek (test.test_calendar.TestSubClassingCase.test_formatweek)\nPASS: test_formatweek_head (test.test_calendar.TestSubClassingCase.test_formatweek_head)\nPASS: test_timegm (test.test_calendar.TimegmTestCase.test_timegm)\n\n----------------------------------------------------------------------\nRan 78 tests in 1.105s\n\nOK\n0:01:12 load avg: 1.23 [103/480] test_cmath passed\nPASS: testAtanSign (test.test_cmath.CMathTests.testAtanSign)\nPASS: testAtanhSign (test.test_cmath.CMathTests.testAtanhSign)\nPASS: testTanhSign (test.test_cmath.CMathTests.testTanhSign)\nPASS: test_abs (test.test_cmath.CMathTests.test_abs)\nPASS: test_abs_overflows (test.test_cmath.CMathTests.test_abs_overflows)\nPASS: test_cmath_matches_math (test.test_cmath.CMathTests.test_cmath_matches_math)\nPASS: test_constants (test.test_cmath.CMathTests.test_constants)\nPASS: test_infinity_and_nan_constants (test.test_cmath.CMathTests.test_infinity_and_nan_constants)\nPASS: test_input_type (test.test_cmath.CMathTests.test_input_type)\nPASS: test_isfinite (test.test_cmath.CMathTests.test_isfinite)\nPASS: test_isinf (test.test_cmath.CMathTests.test_isinf)\nPASS: test_isnan (test.test_cmath.CMathTests.test_isnan)\nPASS: test_phase (test.test_cmath.CMathTests.test_phase)\nPASS: test_polar (test.test_cmath.CMathTests.test_polar)\nPASS: test_polar_errno (test.test_cmath.CMathTests.test_polar_errno)\nPASS: test_rect (test.test_cmath.CMathTests.test_rect)\nPASS: test_specific_values (test.test_cmath.CMathTests.test_specific_values)\nPASS: test_user_object (test.test_cmath.CMathTests.test_user_object)\nPASS: test_asymmetry (test.test_cmath.IsCloseTests.test_asymmetry)\nPASS: test_complex_near_zero (test.test_cmath.IsCloseTests.test_complex_near_zero)\nPASS: test_complex_special (test.test_cmath.IsCloseTests.test_complex_special)\nPASS: test_complex_values (test.test_cmath.IsCloseTests.test_complex_values)\nPASS: test_decimals (test.test_cmath.IsCloseTests.test_decimals)\nPASS: test_eight_decimal_places (test.test_cmath.IsCloseTests.test_eight_decimal_places)\nPASS: test_fractions (test.test_cmath.IsCloseTests.test_fractions)\nPASS: test_identical (test.test_cmath.IsCloseTests.test_identical)\nPASS: test_identical_infinite (test.test_cmath.IsCloseTests.test_identical_infinite)\nPASS: test_inf_ninf_nan (test.test_cmath.IsCloseTests.test_inf_ninf_nan)\nPASS: test_integers (test.test_cmath.IsCloseTests.test_integers)\nPASS: test_near_zero (test.test_cmath.IsCloseTests.test_near_zero)\nPASS: test_negative_tolerances (test.test_cmath.IsCloseTests.test_negative_tolerances)\nPASS: test_reject_complex_tolerances (test.test_cmath.IsCloseTests.test_reject_complex_tolerances)\nPASS: test_zero_tolerance (test.test_cmath.IsCloseTests.test_zero_tolerance)\n\n----------------------------------------------------------------------\nRan 33 tests in 0.017s\n\nOK\n0:01:12 load avg: 1.23 [104/480] test_cmd passed\nPASS: test_basic_completion (test.test_cmd.CmdTestReadline.test_basic_completion)\nPASS: test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl)\nPASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput.test_input_reset_at_EOF)\nCmdPrintExceptionClass (test.test_cmd)\nPASS: Doctest: test.test_cmd.CmdPrintExceptionClass\nsamplecmdclass (test.test_cmd)\nPASS: Doctest: test.test_cmd.samplecmdclass\n\n----------------------------------------------------------------------\nRan 5 tests in 0.030s\n\nOK\n0:01:14 load avg: 1.23 [105/480] test_cmd_line_script passed\nPASS: test_basic_script (test.test_cmd_line_script.CmdLineTest.test_basic_script)\nPASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_direct_execution)\nPASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_module_execution)\nPASS: test_dash_c_loader (test.test_cmd_line_script.CmdLineTest.test_dash_c_loader)\nPASS: test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest.test_dash_m_bad_pyc)\nPASS: test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest.test_dash_m_error_code_is_one)\nPASS: test_dash_m_errors (test.test_cmd_line_script.CmdLineTest.test_dash_m_errors)\nPASS: test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_init_traceback)\nPASS: test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_main_traceback)\nPASS: test_directory (test.test_cmd_line_script.CmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_cmd_line_script.CmdLineTest.test_directory_compiled)\nPASS: test_directory_error (test.test_cmd_line_script.CmdLineTest.test_directory_error)\nPASS: test_hint_when_triying_to_import_a_py_file (test.test_cmd_line_script.CmdLineTest.test_hint_when_triying_to_import_a_py_file)\nPASS: test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest.test_issue20500_exit_with_exception_value)\nPASS: test_issue20884 (test.test_cmd_line_script.CmdLineTest.test_issue20884)\nPASS: test_issue8202 (test.test_cmd_line_script.CmdLineTest.test_issue8202)\nPASS: test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_c_file_ignored)\nPASS: test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_m_file_ignored)\nPASS: test_module_in_package (test.test_cmd_line_script.CmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii)\nPASS: test_nonexisting_script (test.test_cmd_line_script.CmdLineTest.test_nonexisting_script)\nPASS: test_package (test.test_cmd_line_script.CmdLineTest.test_package)\nPASS: test_package_compiled (test.test_cmd_line_script.CmdLineTest.test_package_compiled)\nPASS: test_package_error (test.test_cmd_line_script.CmdLineTest.test_package_error)\nPASS: test_package_recursion (test.test_cmd_line_script.CmdLineTest.test_package_recursion)\nPASS: test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest.test_pep_409_verbiage)\nPASS: test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush)\nPASS: test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_separate_stderr)\nPASS: test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush)\nPASS: test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_separate_stderr)\nPASS: test_script_abspath (test.test_cmd_line_script.CmdLineTest.test_script_abspath)\nPASS: test_script_as_dev_fd (test.test_cmd_line_script.CmdLineTest.test_script_as_dev_fd)\nPASS: test_script_compiled (test.test_cmd_line_script.CmdLineTest.test_script_compiled)\nPASS: test_source_lines_are_shown_when_running_source (test.test_cmd_line_script.CmdLineTest.test_source_lines_are_shown_when_running_source)\nPASS: test_stdin_loader (test.test_cmd_line_script.CmdLineTest.test_stdin_loader)\nPASS: test_syntaxerror_does_not_crash (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_does_not_crash)\nPASS: test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_indented_caret_position)\nPASS: test_syntaxerror_invalid_escape_sequence_multi_line (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_invalid_escape_sequence_multi_line)\nPASS: test_syntaxerror_multi_line_fstring (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_multi_line_fstring)\nPASS: test_syntaxerror_null_bytes (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes)\nPASS: test_syntaxerror_null_bytes_in_multiline_string (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_in_multiline_string)\nPASS: test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_unindented_caret_position)\nPASS: test_zipfile (test.test_cmd_line_script.CmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled_checked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_checked_hash)\nPASS: test_zipfile_compiled_timestamp (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_timestamp)\nPASS: test_zipfile_compiled_unchecked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_unchecked_hash)\nPASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest.test_zipfile_error)\n\n----------------------------------------------------------------------\nRan 49 tests in 1.699s\n\nOK\n0:01:14 load avg: 1.23 [106/480] test_code passed\nPASS: test_bad_index (test.test_code.CoExtra.test_bad_index)\nPASS: test_free_called (test.test_code.CoExtra.test_free_called)\nPASS: test_free_different_thread (test.test_code.CoExtra.test_free_different_thread)\nPASS: test_get_non_code (test.test_code.CoExtra.test_get_non_code)\nPASS: test_get_set (test.test_code.CoExtra.test_get_set)\nSKIP: test_interned_constants (test.test_code.CodeConstsTest.test_interned_constants) 'does not intern all constants'\nPASS: test_interned_string (test.test_code.CodeConstsTest.test_interned_string)\nPASS: test_interned_string_default (test.test_code.CodeConstsTest.test_interned_string_default)\nPASS: test_interned_string_in_frozenset (test.test_code.CodeConstsTest.test_interned_string_in_frozenset)\nPASS: test_interned_string_in_tuple (test.test_code.CodeConstsTest.test_interned_string_in_tuple)\nPASS: test_interned_string_with_null (test.test_code.CodeConstsTest.test_interned_string_with_null)\nPASS: test_unusual_constants (test.test_code.CodeConstsTest.test_unusual_constants)\nPASS: test_code_new_empty (test.test_code.CodeLocationTest.test_code_new_empty)\nPASS: test_lines (test.test_code.CodeLocationTest.test_lines)\nPASS: test_positions (test.test_code.CodeLocationTest.test_positions)\nPASS: test_closure_injection (test.test_code.CodeTest.test_closure_injection)\nPASS: test_co_lnotab_is_deprecated (test.test_code.CodeTest.test_co_lnotab_is_deprecated)\nPASS: test_co_positions_artificial_instructions (test.test_code.CodeTest.test_co_positions_artificial_instructions)\nPASS: test_co_positions_empty_linetable (test.test_code.CodeTest.test_co_positions_empty_linetable)\ntest_code_equal_with_instrumentation (test.test_code.CodeTest.test_code_equal_with_instrumentation)\nPASS: GH-109052\nPASS: test_code_equality (test.test_code.CodeTest.test_code_equality)\nPASS: test_code_hash_uses_bytecode (test.test_code.CodeTest.test_code_hash_uses_bytecode)\nPASS: test_code_hash_uses_firstlineno (test.test_code.CodeTest.test_code_hash_uses_firstlineno)\nPASS: test_code_hash_uses_order (test.test_code.CodeTest.test_code_hash_uses_order)\nPASS: test_constructor (test.test_code.CodeTest.test_constructor)\nPASS: test_empty_linetable (test.test_code.CodeTest.test_empty_linetable)\nPASS: test_endline_and_columntable_none_when_no_debug_ranges (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges)\nPASS: test_endline_and_columntable_none_when_no_debug_ranges_env (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges_env)\nPASS: test_invalid_bytecode (test.test_code.CodeTest.test_invalid_bytecode)\nPASS: test_newempty (test.test_code.CodeTest.test_newempty)\nPASS: test_nlocals_mismatch (test.test_code.CodeTest.test_nlocals_mismatch)\nPASS: test_qualname (test.test_code.CodeTest.test_qualname)\nPASS: test_replace (test.test_code.CodeTest.test_replace)\nPASS: test_shrinking_localsplus (test.test_code.CodeTest.test_shrinking_localsplus)\nPASS: test_basic (test.test_code.CodeWeakRefTest.test_basic)\ntest_code (test)\nPASS: Doctest: test.test_code\n\n----------------------------------------------------------------------\nRan 36 tests in 0.073s\n\nOK (skipped=1)\n0:01:14 load avg: 1.23 [107/480] test_cmd_line passed\nSKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest.test_argv0_normalization) 'bpo-32457 only applies on Windows'\nPASS: test_builtin_input (test.test_cmd_line.CmdLineTest.test_builtin_input)\nPASS: test_closed_stdout (test.test_cmd_line.CmdLineTest.test_closed_stdout)\nPASS: test_coding (test.test_cmd_line.CmdLineTest.test_coding)\nPASS: test_cpu_count (test.test_cmd_line.CmdLineTest.test_cpu_count)\nPASS: test_cpu_count_default (test.test_cmd_line.CmdLineTest.test_cpu_count_default)\nPASS: test_del___main__ (test.test_cmd_line.CmdLineTest.test_del___main__)\nPASS: test_directories (test.test_cmd_line.CmdLineTest.test_directories)\nPASS: test_displayhook_unencodable (test.test_cmd_line.CmdLineTest.test_displayhook_unencodable)\nPASS: test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest.test_empty_PYTHONPATH_issue16309)\nPASS: test_env_var_frozen_modules (test.test_cmd_line.CmdLineTest.test_env_var_frozen_modules)\nPASS: test_hash_randomization (test.test_cmd_line.CmdLineTest.test_hash_randomization)\nPASS: test_help (test.test_cmd_line.CmdLineTest.test_help)\nPASS: test_help_all (test.test_cmd_line.CmdLineTest.test_help_all)\nPASS: test_help_env (test.test_cmd_line.CmdLineTest.test_help_env)\nPASS: test_help_xoptions (test.test_cmd_line.CmdLineTest.test_help_xoptions)\nPASS: test_int_max_str_digits (test.test_cmd_line.CmdLineTest.test_int_max_str_digits)\nPASS: test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest.test_invalid_utf8_arg)\nPASS: test_isolatedmode (test.test_cmd_line.CmdLineTest.test_isolatedmode)\nPASS: test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest.test_large_PYTHONPATH)\nPASS: test_no_std_streams (test.test_cmd_line.CmdLineTest.test_no_std_streams)\nPASS: test_no_stderr (test.test_cmd_line.CmdLineTest.test_no_stderr)\nPASS: test_no_stdin (test.test_cmd_line.CmdLineTest.test_no_stdin)\nPASS: test_no_stdout (test.test_cmd_line.CmdLineTest.test_no_stdout)\nPASS: test_non_ascii (test.test_cmd_line.CmdLineTest.test_non_ascii)\nPASS: test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest.test_non_interactive_output_buffering)\nPASS: test_optimize (test.test_cmd_line.CmdLineTest.test_optimize)\nSKIP: test_osx_android_utf8 (test.test_cmd_line.CmdLineTest.test_osx_android_utf8) 'test specific to Mac OS X and Android'\nPASS: test_output_newline (test.test_cmd_line.CmdLineTest.test_output_newline)\nPASS: test_parsing_error (test.test_cmd_line.CmdLineTest.test_parsing_error)\nPASS: test_python_gil (test.test_cmd_line.CmdLineTest.test_python_gil)\nPASS: test_pythondevmode_env (test.test_cmd_line.CmdLineTest.test_pythondevmode_env)\nPASS: test_pythonmalloc (test.test_cmd_line.CmdLineTest.test_pythonmalloc)\nPASS: test_relativedir_bug46421 (test.test_cmd_line.CmdLineTest.test_relativedir_bug46421)\nPASS: test_run_code (test.test_cmd_line.CmdLineTest.test_run_code)\nPASS: test_run_module (test.test_cmd_line.CmdLineTest.test_run_module)\nPASS: test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest.test_run_module_bug1764407)\nPASS: test_set_pycache_prefix (test.test_cmd_line.CmdLineTest.test_set_pycache_prefix)\nPASS: test_showrefcount (test.test_cmd_line.CmdLineTest.test_showrefcount)\nPASS: test_site_flag (test.test_cmd_line.CmdLineTest.test_site_flag)\nPASS: test_stdin_readline (test.test_cmd_line.CmdLineTest.test_stdin_readline)\nPASS: test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown)\nPASS: test_sys_flags_set (test.test_cmd_line.CmdLineTest.test_sys_flags_set)\nPASS: test_unbuffered_input (test.test_cmd_line.CmdLineTest.test_unbuffered_input)\nPASS: test_unbuffered_output (test.test_cmd_line.CmdLineTest.test_unbuffered_output)\nPASS: test_undecodable_code (test.test_cmd_line.CmdLineTest.test_undecodable_code)\nPASS: test_unknown_options (test.test_cmd_line.CmdLineTest.test_unknown_options)\nPASS: test_unmached_quote (test.test_cmd_line.CmdLineTest.test_unmached_quote)\nPASS: test_verbose (test.test_cmd_line.CmdLineTest.test_verbose)\nPASS: test_version (test.test_cmd_line.CmdLineTest.test_version)\nPASS: test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest.test_warnings_filter_precedence)\nPASS: test_xdev (test.test_cmd_line.CmdLineTest.test_xdev)\nPASS: test_xoption_frozen_modules (test.test_cmd_line.CmdLineTest.test_xoption_frozen_modules)\nPASS: test_xoptions (test.test_cmd_line.CmdLineTest.test_xoptions)\nPASS: test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONHASHSEED)\nPASS: test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONPATH)\nPASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest.test_sys_flags_not_set)\nPASS: test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests.test_decoding_error_at_the_end_of_the_line)\nPASS: test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests.test_tokenizer_error_with_stdin)\n\n----------------------------------------------------------------------\nRan 59 tests in 1.903s\n\nOK (skipped=2)\n0:01:14 load avg: 1.23 [108/480] test_codeccallbacks passed\nPASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest.test_backslashescape)\nPASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodbackslashreplaceexceptions)\nPASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodignoreexceptions)\nPASS: test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodnamereplaceexceptions)\nPASS: test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodreplaceexceptions)\nPASS: test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodstrictexceptions)\nPASS: test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogateescapeexceptions)\nPASS: test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogatepassexceptions)\nPASS: test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodxmlcharrefreplaceexceptions)\nPASS: test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest.test_badhandlerresults)\nPASS: test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest.test_badlookupcall)\nPASS: test_badregistercall (test.test_codeccallbacks.CodecCallbackTest.test_badregistercall)\nPASS: test_bug828737 (test.test_codeccallbacks.CodecCallbackTest.test_bug828737)\nPASS: test_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_callbacks)\nPASS: test_charmapencode (test.test_codeccallbacks.CodecCallbackTest.test_charmapencode)\nPASS: test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_crashing_decode_handler)\nPASS: test_decodehelper (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper)\nPASS: test_decodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_bug36819)\nPASS: test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_decoding_callbacks)\nPASS: test_encode_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_bytes_replacement)\nPASS: test_encode_nonascii_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_nonascii_replacement)\nPASS: test_encode_odd_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_odd_bytes_replacement)\nPASS: test_encode_unencodable_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_unencodable_replacement)\nPASS: test_encodehelper (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper)\nPASS: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819)\nPASS: test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest.test_fake_error_class)\nPASS: test_longstrings (test.test_codeccallbacks.CodecCallbackTest.test_longstrings)\nPASS: test_lookup (test.test_codeccallbacks.CodecCallbackTest.test_lookup)\nPASS: test_mutating_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler)\nPASS: test_mutating_decode_handler_unicode_escape (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler_unicode_escape)\nPASS: test_nameescape (test.test_codeccallbacks.CodecCallbackTest.test_nameescape)\nPASS: test_translatehelper (test.test_codeccallbacks.CodecCallbackTest.test_translatehelper)\nPASS: test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodedecodeerror)\nPASS: test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodeencodeerror)\nPASS: test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodetranslateerror)\nPASS: test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest.test_uninamereplace)\nPASS: test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest.test_unknownhandler)\nPASS: test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharnamereplace)\nPASS: test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace)\nPASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefvalues)\n\n----------------------------------------------------------------------\nRan 40 tests in 0.012s\n\nOK\n0:01:14 load avg: 1.23 [109/480] test_code_module passed\nPASS: test_banner (test.test_code_module.TestInteractiveConsole.test_banner)\nPASS: test_cause_tb (test.test_code_module.TestInteractiveConsole.test_cause_tb)\nPASS: test_console_stderr (test.test_code_module.TestInteractiveConsole.test_console_stderr)\nPASS: test_context_tb (test.test_code_module.TestInteractiveConsole.test_context_tb)\nPASS: test_exit_msg (test.test_code_module.TestInteractiveConsole.test_exit_msg)\nPASS: test_indentation_error (test.test_code_module.TestInteractiveConsole.test_indentation_error)\nPASS: test_ps1 (test.test_code_module.TestInteractiveConsole.test_ps1)\nPASS: test_ps2 (test.test_code_module.TestInteractiveConsole.test_ps2)\nPASS: test_syntax_error (test.test_code_module.TestInteractiveConsole.test_syntax_error)\nPASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole.test_sysexcepthook)\nPASS: test_sysexcepthook_crashing_doesnt_close_repl (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_crashing_doesnt_close_repl)\nPASS: test_sysexcepthook_indentation_error (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_indentation_error)\nPASS: test_sysexcepthook_raising_BaseException (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_BaseException)\nPASS: test_sysexcepthook_raising_SystemExit_gets_through (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_SystemExit_gets_through)\nPASS: test_sysexcepthook_syntax_error (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_syntax_error)\nPASS: test_unicode_error (test.test_code_module.TestInteractiveConsole.test_unicode_error)\nPASS: test_exit (test.test_code_module.TestInteractiveConsoleLocalExit.test_exit)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.042s\n\nOK\n0:01:14 load avg: 1.23 [110/480] test_codecencodings_hk passed\nPASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.005s\n\nOK\n0:01:14 load avg: 1.23 [111/480] test_codecencodings_cn passed\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB18030.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB18030.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB18030.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB18030.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB18030.test_chunkcoding)\nSKIP: test_customreplace_encode (test.test_codecencodings_cn.Test_GB18030.test_customreplace_encode) 'encoding contains full ISO 10646 map'\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_GB18030.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB18030.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_GB18030.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_GB18030.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB18030.test_streamwriter_reset_no_pending)\nSKIP: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB18030.test_xmlcharrefreplace) 'encoding contains full ISO 10646 map'\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB2312.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB2312.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB2312.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB2312.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB2312.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB2312.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GB2312.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_GB2312.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB2312.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_GB2312.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_GB2312.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB2312.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB2312.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_GBK.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GBK.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GBK.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GBK.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_GBK.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GBK.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GBK.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_GBK.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GBK.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_GBK.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GBK.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_GBK.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_GBK.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GBK.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GBK.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_HZ.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_HZ.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_HZ.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_HZ.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_HZ.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_HZ.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_HZ.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_HZ.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_cn.Test_HZ.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_HZ.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_HZ.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_HZ.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_HZ.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_HZ.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.061s\n\nOK (skipped=2)\n0:01:15 load avg: 1.23 [112/480] test_codecencodings_iso2022 passed\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_wrong_objects)\nSKIP: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding) 'iso2022_kr.txt cannot be used to test \"chunk coding\"'\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 90 tests in 0.103s\n\nOK (skipped=1)\n0:01:15 load avg: 1.23 [113/480] test_codecencodings_jp passed\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_CP932.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_CP932.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_CP932.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_CP932.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_CP932.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_CP932.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 126 tests in 0.148s\n\nOK\n0:01:15 load avg: 1.23 [114/480] test_codecencodings_kr passed\nPASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_CP949.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_kr.Test_CP949.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_CP949.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_CP949.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_kr.Test_CP949.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_kr.Test_CP949.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_kr.Test_CP949.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_CP949.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_kr.Test_CP949.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_kr.Test_CP949.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_CP949.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_CP949.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_EUCKR.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_EUCKR.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_EUCKR.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_kr.Test_EUCKR.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_kr.Test_EUCKR.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_kr.Test_EUCKR.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_kr.Test_EUCKR.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_EUCKR.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_JOHAB.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_JOHAB.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_JOHAB.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_kr.Test_JOHAB.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_kr.Test_JOHAB.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_kr.Test_JOHAB.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_kr.Test_JOHAB.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 54 tests in 0.067s\n\nOK\n0:01:15 load avg: 1.23 [115/480] test_codecencodings_tw passed\nPASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_tw.Test_Big5.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_tw.Test_Big5.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_tw.Test_Big5.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_tw.Test_Big5.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_tw.Test_Big5.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_tw.Test_Big5.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_tw.Test_Big5.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_tw.Test_Big5.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_tw.Test_Big5.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_tw.Test_Big5.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_tw.Test_Big5.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.015s\n\nOK\n0:01:15 load avg: 1.23 [116/480] test_codecmaps_cn passed\nSKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_cn.TestGB2312Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_cn.TestGB2312Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB2312Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_cn.TestGBKMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_cn.TestGBKMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 9 tests in 0.004s\n\nOK (skipped=9)\n0:01:15 load avg: 1.23 [117/480] test_codecmaps_hk passed\nSKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 3 tests in 0.004s\n\nOK (skipped=3)\n0:01:15 load avg: 1.23 [118/480] test_codecmaps_kr passed\nSKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_kr.TestJOHABMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_kr.TestJOHABMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 9 tests in 0.004s\n\nOK (skipped=9)\n0:01:15 load avg: 1.23 [119/480] test_codecmaps_jp passed\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 15 tests in 0.004s\n\nOK (skipped=15)\n0:01:15 load avg: 1.23 [120/480] test_codecmaps_tw passed\nSKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_tw.TestCP950Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_tw.TestCP950Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 6 tests in 0.004s\n\nOK (skipped=6)\n0:01:15 load avg: 1.23 [121/480] test_codeop passed\nPASS: test_filename (test.test_codeop.CodeopTests.test_filename)\nPASS: test_incomplete (test.test_codeop.CodeopTests.test_incomplete)\nPASS: test_incomplete_warning (test.test_codeop.CodeopTests.test_incomplete_warning)\nPASS: test_invalid (test.test_codeop.CodeopTests.test_invalid)\nPASS: test_invalid_exec (test.test_codeop.CodeopTests.test_invalid_exec)\nPASS: test_invalid_warning (test.test_codeop.CodeopTests.test_invalid_warning)\nPASS: test_syntax_errors (test.test_codeop.CodeopTests.test_syntax_errors)\nPASS: test_valid (test.test_codeop.CodeopTests.test_valid)\nPASS: test_warning (test.test_codeop.CodeopTests.test_warning)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.005s\n\nOK\n0:01:16 load avg: 1.23 [122/480] test_codecs passed\nPASS: test_decode (test.test_codecs.ASCIITest.test_decode)\nPASS: test_decode_error (test.test_codecs.ASCIITest.test_decode_error)\nPASS: test_encode (test.test_codecs.ASCIITest.test_encode)\nPASS: test_encode_error (test.test_codecs.ASCIITest.test_encode_error)\nPASS: test_encode_surrogateescape_error (test.test_codecs.ASCIITest.test_encode_surrogateescape_error)\nPASS: test_bad_decode_args (test.test_codecs.BasicUnicodeTest.test_bad_decode_args)\nPASS: test_bad_encode_args (test.test_codecs.BasicUnicodeTest.test_bad_encode_args)\nPASS: test_basics (test.test_codecs.BasicUnicodeTest.test_basics)\nPASS: test_basics_capi (test.test_codecs.BasicUnicodeTest.test_basics_capi)\nPASS: test_decoder_state (test.test_codecs.BasicUnicodeTest.test_decoder_state)\nPASS: test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest.test_encoding_map_type_initialized)\nPASS: test_seek (test.test_codecs.BasicUnicodeTest.test_seek)\nPASS: test_seek0 (test.test_codecs.BomTest.test_seek0)\nPASS: test_decode_with_int2int_map (test.test_codecs.CharmapTest.test_decode_with_int2int_map)\nPASS: test_decode_with_int2str_map (test.test_codecs.CharmapTest.test_decode_with_int2str_map)\nPASS: test_decode_with_string_map (test.test_codecs.CharmapTest.test_decode_with_string_map)\nSKIP: test_code_page_decode_flags (test.test_codecs.CodePageTest.test_code_page_decode_flags) 'code pages are specific to Windows'\nSKIP: test_code_page_name (test.test_codecs.CodePageTest.test_code_page_name) 'code pages are specific to Windows'\nSKIP: test_cp1252 (test.test_codecs.CodePageTest.test_cp1252) 'code pages are specific to Windows'\nSKIP: test_cp932 (test.test_codecs.CodePageTest.test_cp932) 'code pages are specific to Windows'\nSKIP: test_cp_utf7 (test.test_codecs.CodePageTest.test_cp_utf7) 'code pages are specific to Windows'\nSKIP: test_incremental (test.test_codecs.CodePageTest.test_incremental) 'code pages are specific to Windows'\nSKIP: test_invalid_code_page (test.test_codecs.CodePageTest.test_invalid_code_page) 'code pages are specific to Windows'\nSKIP: test_large_input (test.test_codecs.CodePageTest.test_large_input) 'code pages are specific to Windows'\nSKIP: test_large_utf8_input (test.test_codecs.CodePageTest.test_large_utf8_input) 'code pages are specific to Windows'\nSKIP: test_mbcs_alias (test.test_codecs.CodePageTest.test_mbcs_alias) 'code pages are specific to Windows'\nSKIP: test_multibyte_encoding (test.test_codecs.CodePageTest.test_multibyte_encoding) 'code pages are specific to Windows'\nPASS: test_codecs_lookup (test.test_codecs.CodecNameNormalizationTest.test_codecs_lookup)\nPASS: test_encodings_normalize_encoding (test.test_codecs.CodecNameNormalizationTest.test_encodings_normalize_encoding)\nPASS: test_all (test.test_codecs.CodecsModuleTest.test_all)\nPASS: test_copy (test.test_codecs.CodecsModuleTest.test_copy)\nPASS: test_decode (test.test_codecs.CodecsModuleTest.test_decode)\nPASS: test_deepcopy (test.test_codecs.CodecsModuleTest.test_deepcopy)\nPASS: test_encode (test.test_codecs.CodecsModuleTest.test_encode)\nPASS: test_file_closes_if_lookup_error_raised (test.test_codecs.CodecsModuleTest.test_file_closes_if_lookup_error_raised)\nPASS: test_getdecoder (test.test_codecs.CodecsModuleTest.test_getdecoder)\nPASS: test_getencoder (test.test_codecs.CodecsModuleTest.test_getencoder)\nPASS: test_getreader (test.test_codecs.CodecsModuleTest.test_getreader)\nPASS: test_getwriter (test.test_codecs.CodecsModuleTest.test_getwriter)\nPASS: test_lookup (test.test_codecs.CodecsModuleTest.test_lookup)\nPASS: test_lookup_issue1813 (test.test_codecs.CodecsModuleTest.test_lookup_issue1813)\nPASS: test_open (test.test_codecs.CodecsModuleTest.test_open)\nPASS: test_pickle (test.test_codecs.CodecsModuleTest.test_pickle)\nPASS: test_register (test.test_codecs.CodecsModuleTest.test_register)\nPASS: test_undefined (test.test_codecs.CodecsModuleTest.test_undefined)\nPASS: test_unregister (test.test_codecs.CodecsModuleTest.test_unregister)\nPASS: test_basic (test.test_codecs.EncodedFileTest.test_basic)\nPASS: test_empty (test.test_codecs.EscapeDecodeTest.test_empty)\nPASS: test_errors (test.test_codecs.EscapeDecodeTest.test_errors)\nPASS: test_escape (test.test_codecs.EscapeDecodeTest.test_escape)\nPASS: test_raw (test.test_codecs.EscapeDecodeTest.test_raw)\nPASS: test_warnings (test.test_codecs.EscapeDecodeTest.test_warnings)\nPASS: test_escape_encode (test.test_codecs.EscapeEncodeTest.test_escape_encode)\nPASS: test_codec_lookup_failure (test.test_codecs.ExceptionNotesTest.test_codec_lookup_failure)\nPASS: test_init_override (test.test_codecs.ExceptionNotesTest.test_init_override)\nPASS: test_instance_attribute (test.test_codecs.ExceptionNotesTest.test_instance_attribute)\nPASS: test_multiple_args (test.test_codecs.ExceptionNotesTest.test_multiple_args)\nPASS: test_new_override (test.test_codecs.ExceptionNotesTest.test_new_override)\nPASS: test_non_str_arg (test.test_codecs.ExceptionNotesTest.test_non_str_arg)\nPASS: test_raise_by_type (test.test_codecs.ExceptionNotesTest.test_raise_by_type)\nPASS: test_raise_by_value (test.test_codecs.ExceptionNotesTest.test_raise_by_value)\nPASS: test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionNotesTest.test_raise_grandchild_subclass_exact_size)\nPASS: test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionNotesTest.test_raise_subclass_with_weakref_support)\nPASS: test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionNotesTest.test_unflagged_non_text_codec_handling)\nPASS: test_builtin_decode (test.test_codecs.IDNACodecTest.test_builtin_decode)\nPASS: test_builtin_decode_invalid (test.test_codecs.IDNACodecTest.test_builtin_decode_invalid)\nPASS: test_builtin_decode_length_limit (test.test_codecs.IDNACodecTest.test_builtin_decode_length_limit)\nPASS: test_builtin_encode (test.test_codecs.IDNACodecTest.test_builtin_encode)\nPASS: test_builtin_encode_invalid (test.test_codecs.IDNACodecTest.test_builtin_encode_invalid)\ntest_errors (test.test_codecs.IDNACodecTest.test_errors)\nPASS: Only supports \"strict\" error handler\nPASS: test_incremental_decode (test.test_codecs.IDNACodecTest.test_incremental_decode)\nPASS: test_incremental_decode_invalid (test.test_codecs.IDNACodecTest.test_incremental_decode_invalid)\nPASS: test_incremental_encode (test.test_codecs.IDNACodecTest.test_incremental_encode)\nPASS: test_incremental_encode_invalid (test.test_codecs.IDNACodecTest.test_incremental_encode_invalid)\nPASS: test_stream (test.test_codecs.IDNACodecTest.test_stream)\nPASS: test_decode (test.test_codecs.Latin1Test.test_decode)\nPASS: test_encode (test.test_codecs.Latin1Test.test_encode)\nPASS: test_encode_errors (test.test_codecs.Latin1Test.test_encode_errors)\nPASS: test_encode_surrogateescape_error (test.test_codecs.Latin1Test.test_encode_surrogateescape_error)\nPASS: test_decode_strict (test.test_codecs.LocaleCodecTest.test_decode_strict)\nPASS: test_decode_surrogateescape (test.test_codecs.LocaleCodecTest.test_decode_surrogateescape)\nPASS: test_decode_surrogatepass (test.test_codecs.LocaleCodecTest.test_decode_surrogatepass)\nPASS: test_decode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_decode_unsupported_error_handler)\nPASS: test_encode_strict (test.test_codecs.LocaleCodecTest.test_encode_strict)\nPASS: test_encode_surrogateescape (test.test_codecs.LocaleCodecTest.test_encode_surrogateescape)\nPASS: test_encode_surrogatepass (test.test_codecs.LocaleCodecTest.test_encode_surrogatepass)\nPASS: test_encode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_encode_unsupported_error_handler)\nPASS: test_nameprep (test.test_codecs.NameprepTest.test_nameprep)\nPASS: test_decode (test.test_codecs.PunycodeTest.test_decode)\nPASS: test_decode_invalid (test.test_codecs.PunycodeTest.test_decode_invalid)\nPASS: test_encode (test.test_codecs.PunycodeTest.test_encode)\nPASS: test_bug1098990_a (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.RawUnicodeEscapeTest.test_bug1175396)\nPASS: test_decode_errors (test.test_codecs.RawUnicodeEscapeTest.test_decode_errors)\nPASS: test_empty (test.test_codecs.RawUnicodeEscapeTest.test_empty)\nPASS: test_escape_decode (test.test_codecs.RawUnicodeEscapeTest.test_escape_decode)\nPASS: test_escape_encode (test.test_codecs.RawUnicodeEscapeTest.test_escape_encode)\nPASS: test_incremental_surrogatepass (test.test_codecs.RawUnicodeEscapeTest.test_incremental_surrogatepass)\nPASS: test_mixed_readline_and_read (test.test_codecs.RawUnicodeEscapeTest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.RawUnicodeEscapeTest.test_partial)\nPASS: test_raw_decode (test.test_codecs.RawUnicodeEscapeTest.test_raw_decode)\nPASS: test_raw_encode (test.test_codecs.RawUnicodeEscapeTest.test_raw_encode)\nPASS: test_readline (test.test_codecs.RawUnicodeEscapeTest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.RawUnicodeEscapeTest.test_readlinequeue)\nPASS: test_array (test.test_codecs.ReadBufferTest.test_array)\nPASS: test_bad_args (test.test_codecs.ReadBufferTest.test_bad_args)\nPASS: test_empty (test.test_codecs.ReadBufferTest.test_empty)\nPASS: test_decode (test.test_codecs.Rot13Test.test_decode)\nPASS: test_encode (test.test_codecs.Rot13Test.test_encode)\nPASS: test_incremental_decode (test.test_codecs.Rot13Test.test_incremental_decode)\nPASS: test_incremental_encode (test.test_codecs.Rot13Test.test_incremental_encode)\nPASS: test_rot13_func (test.test_codecs.Rot13UtilTest.test_rot13_func)\nPASS: test_copy (test.test_codecs.StreamReaderTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamReaderTest.test_pickle)\nPASS: test_readlines (test.test_codecs.StreamReaderTest.test_readlines)\nPASS: test_copy (test.test_codecs.StreamReaderWriterTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamReaderWriterTest.test_pickle)\nPASS: test_copy (test.test_codecs.StreamRecoderTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamRecoderTest.test_pickle)\nPASS: test_seeking_read (test.test_codecs.StreamRecoderTest.test_seeking_read)\nPASS: test_seeking_write (test.test_codecs.StreamRecoderTest.test_seeking_write)\nPASS: test_write (test.test_codecs.StreamRecoderTest.test_write)\nPASS: test_writelines (test.test_codecs.StreamRecoderTest.test_writelines)\nPASS: test_copy (test.test_codecs.StreamWriterTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamWriterTest.test_pickle)\nPASS: test_ascii (test.test_codecs.SurrogateEscapeTest.test_ascii)\nPASS: test_charmap (test.test_codecs.SurrogateEscapeTest.test_charmap)\nPASS: test_latin1 (test.test_codecs.SurrogateEscapeTest.test_latin1)\nPASS: test_utf8 (test.test_codecs.SurrogateEscapeTest.test_utf8)\nPASS: test_aliases (test.test_codecs.TransformCodecTest.test_aliases)\nPASS: test_basics (test.test_codecs.TransformCodecTest.test_basics)\nPASS: test_binary_to_text_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_binary_transforms)\nPASS: test_binary_to_text_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_text_transforms)\nPASS: test_buffer_api_usage (test.test_codecs.TransformCodecTest.test_buffer_api_usage)\nPASS: test_custom_hex_error_is_noted (test.test_codecs.TransformCodecTest.test_custom_hex_error_is_noted)\nPASS: test_custom_zlib_error_is_noted (test.test_codecs.TransformCodecTest.test_custom_zlib_error_is_noted)\nPASS: test_quopri_stateless (test.test_codecs.TransformCodecTest.test_quopri_stateless)\nPASS: test_read (test.test_codecs.TransformCodecTest.test_read)\nPASS: test_readline (test.test_codecs.TransformCodecTest.test_readline)\nPASS: test_text_to_binary_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_binary_transforms)\nPASS: test_text_to_binary_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_text_transforms)\nPASS: test_uu_invalid (test.test_codecs.TransformCodecTest.test_uu_invalid)\nPASS: test_decode_unicode (test.test_codecs.TypesTest.test_decode_unicode)\nPASS: test_unicode_escape (test.test_codecs.TypesTest.test_unicode_escape)\nPASS: test_bug1098990_a (test.test_codecs.UTF16BETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF16BETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF16BETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF16BETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF16BETest.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF16BETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF16BETest.test_mixed_readline_and_read)\nPASS: test_nonbmp (test.test_codecs.UTF16BETest.test_nonbmp)\nPASS: test_partial (test.test_codecs.UTF16BETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF16BETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF16BETest.test_readlinequeue)\nPASS: test_bad_args (test.test_codecs.UTF16ExTest.test_bad_args)\nPASS: test_errors (test.test_codecs.UTF16ExTest.test_errors)\nPASS: test_bug1098990_a (test.test_codecs.UTF16LETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF16LETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF16LETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF16LETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF16LETest.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF16LETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF16LETest.test_mixed_readline_and_read)\nPASS: test_nonbmp (test.test_codecs.UTF16LETest.test_nonbmp)\nPASS: test_partial (test.test_codecs.UTF16LETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF16LETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF16LETest.test_readlinequeue)\nPASS: test_badbom (test.test_codecs.UTF16Test.test_badbom)\nPASS: test_bug1098990_a (test.test_codecs.UTF16Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF16Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF16Test.test_bug1175396)\nPASS: test_bug691291 (test.test_codecs.UTF16Test.test_bug691291)\nPASS: test_decoder_state (test.test_codecs.UTF16Test.test_decoder_state)\nPASS: test_errors (test.test_codecs.UTF16Test.test_errors)\nPASS: test_handlers (test.test_codecs.UTF16Test.test_handlers)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF16Test.test_incremental_surrogatepass)\nPASS: test_invalid_modes (test.test_codecs.UTF16Test.test_invalid_modes)\nPASS: test_lone_surrogates (test.test_codecs.UTF16Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF16Test.test_mixed_readline_and_read)\nPASS: test_only_one_bom (test.test_codecs.UTF16Test.test_only_one_bom)\nPASS: test_partial (test.test_codecs.UTF16Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF16Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF16Test.test_readlinequeue)\nPASS: test_bug1098990_a (test.test_codecs.UTF32BETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF32BETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF32BETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF32BETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF32BETest.test_incremental_surrogatepass)\nPASS: test_issue8941 (test.test_codecs.UTF32BETest.test_issue8941)\nPASS: test_lone_surrogates (test.test_codecs.UTF32BETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF32BETest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF32BETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF32BETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF32BETest.test_readlinequeue)\nPASS: test_simple (test.test_codecs.UTF32BETest.test_simple)\nPASS: test_bug1098990_a (test.test_codecs.UTF32LETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF32LETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF32LETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF32LETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF32LETest.test_incremental_surrogatepass)\nPASS: test_issue8941 (test.test_codecs.UTF32LETest.test_issue8941)\nPASS: test_lone_surrogates (test.test_codecs.UTF32LETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF32LETest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF32LETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF32LETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF32LETest.test_readlinequeue)\nPASS: test_simple (test.test_codecs.UTF32LETest.test_simple)\nPASS: test_badbom (test.test_codecs.UTF32Test.test_badbom)\nPASS: test_bug1098990_a (test.test_codecs.UTF32Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF32Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF32Test.test_bug1175396)\nPASS: test_decoder_state (test.test_codecs.UTF32Test.test_decoder_state)\nPASS: test_errors (test.test_codecs.UTF32Test.test_errors)\nPASS: test_handlers (test.test_codecs.UTF32Test.test_handlers)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF32Test.test_incremental_surrogatepass)\nPASS: test_issue8941 (test.test_codecs.UTF32Test.test_issue8941)\nPASS: test_lone_surrogates (test.test_codecs.UTF32Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF32Test.test_mixed_readline_and_read)\nPASS: test_only_one_bom (test.test_codecs.UTF32Test.test_only_one_bom)\nPASS: test_partial (test.test_codecs.UTF32Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF32Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF32Test.test_readlinequeue)\nPASS: test_ascii (test.test_codecs.UTF7Test.test_ascii)\nPASS: test_bug1098990_a (test.test_codecs.UTF7Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF7Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF7Test.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF7Test.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF7Test.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF7Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF7Test.test_mixed_readline_and_read)\nPASS: test_nonbmp (test.test_codecs.UTF7Test.test_nonbmp)\nPASS: test_partial (test.test_codecs.UTF7Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF7Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF7Test.test_readlinequeue)\nPASS: test_bom (test.test_codecs.UTF8SigTest.test_bom)\nPASS: test_bug1098990_a (test.test_codecs.UTF8SigTest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF8SigTest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF8SigTest.test_bug1175396)\nPASS: test_bug1601501 (test.test_codecs.UTF8SigTest.test_bug1601501)\nPASS: test_decode_error (test.test_codecs.UTF8SigTest.test_decode_error)\nPASS: test_decoder_state (test.test_codecs.UTF8SigTest.test_decoder_state)\nPASS: test_incremental_errors (test.test_codecs.UTF8SigTest.test_incremental_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF8SigTest.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF8SigTest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF8SigTest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF8SigTest.test_partial)\nPASS: test_readline (test.test_codecs.UTF8SigTest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF8SigTest.test_readlinequeue)\nPASS: test_stream_bare (test.test_codecs.UTF8SigTest.test_stream_bare)\nPASS: test_stream_bom (test.test_codecs.UTF8SigTest.test_stream_bom)\nPASS: test_surrogatepass_handler (test.test_codecs.UTF8SigTest.test_surrogatepass_handler)\nPASS: test_bug1098990_a (test.test_codecs.UTF8Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF8Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF8Test.test_bug1175396)\nPASS: test_decode_error (test.test_codecs.UTF8Test.test_decode_error)\nPASS: test_decoder_state (test.test_codecs.UTF8Test.test_decoder_state)\nPASS: test_incremental_errors (test.test_codecs.UTF8Test.test_incremental_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF8Test.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF8Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF8Test.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF8Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF8Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF8Test.test_readlinequeue)\nPASS: test_surrogatepass_handler (test.test_codecs.UTF8Test.test_surrogatepass_handler)\nPASS: test_bug1098990_a (test.test_codecs.UnicodeEscapeTest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UnicodeEscapeTest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UnicodeEscapeTest.test_bug1175396)\nPASS: test_decode_errors (test.test_codecs.UnicodeEscapeTest.test_decode_errors)\nPASS: test_decode_warnings (test.test_codecs.UnicodeEscapeTest.test_decode_warnings)\nPASS: test_empty (test.test_codecs.UnicodeEscapeTest.test_empty)\nPASS: test_escape_decode (test.test_codecs.UnicodeEscapeTest.test_escape_decode)\nPASS: test_escape_encode (test.test_codecs.UnicodeEscapeTest.test_escape_encode)\nPASS: test_incremental_surrogatepass (test.test_codecs.UnicodeEscapeTest.test_incremental_surrogatepass)\nPASS: test_mixed_readline_and_read (test.test_codecs.UnicodeEscapeTest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UnicodeEscapeTest.test_partial)\nPASS: test_raw_decode (test.test_codecs.UnicodeEscapeTest.test_raw_decode)\nPASS: test_raw_encode (test.test_codecs.UnicodeEscapeTest.test_raw_encode)\nPASS: test_readline (test.test_codecs.UnicodeEscapeTest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UnicodeEscapeTest.test_readlinequeue)\nPASS: test_encodedfile (test.test_codecs.WithStmtTest.test_encodedfile)\nPASS: test_streamreaderwriter (test.test_codecs.WithStmtTest.test_streamreaderwriter)\n\n----------------------------------------------------------------------\nRan 283 tests in 0.331s\n\nOK (skipped=11)\n0:01:16 load avg: 1.23 [123/480] test_collections passed\nPASS: test_basics (test.test_collections.TestChainMap.test_basics)\nPASS: test_bool (test.test_collections.TestChainMap.test_bool)\nPASS: test_constructor (test.test_collections.TestChainMap.test_constructor)\nPASS: test_dict_coercion (test.test_collections.TestChainMap.test_dict_coercion)\nPASS: test_iter_not_calling_getitem_on_maps (test.test_collections.TestChainMap.test_iter_not_calling_getitem_on_maps)\nPASS: test_missing (test.test_collections.TestChainMap.test_missing)\ntest_new_child (test.test_collections.TestChainMap.test_new_child)\nPASS: Tests for changes for issue #16613.\nPASS: test_order_preservation (test.test_collections.TestChainMap.test_order_preservation)\nPASS: test_ordering (test.test_collections.TestChainMap.test_ordering)\nPASS: test_union_operators (test.test_collections.TestChainMap.test_union_operators)\nPASS: test_Buffer (test.test_collections.TestCollectionABCs.test_Buffer)\nPASS: test_ByteString (test.test_collections.TestCollectionABCs.test_ByteString)\nPASS: test_Mapping (test.test_collections.TestCollectionABCs.test_Mapping)\nPASS: test_MutableMapping (test.test_collections.TestCollectionABCs.test_MutableMapping)\nPASS: test_MutableMapping_subclass (test.test_collections.TestCollectionABCs.test_MutableMapping_subclass)\nPASS: test_MutableSequence (test.test_collections.TestCollectionABCs.test_MutableSequence)\nPASS: test_MutableSequence_mixins (test.test_collections.TestCollectionABCs.test_MutableSequence_mixins)\nPASS: test_MutableSet (test.test_collections.TestCollectionABCs.test_MutableSet)\nPASS: test_Sequence (test.test_collections.TestCollectionABCs.test_Sequence)\nPASS: test_Sequence_mixins (test.test_collections.TestCollectionABCs.test_Sequence_mixins)\nPASS: test_Set (test.test_collections.TestCollectionABCs.test_Set)\ntest_Set_from_iterable (test.test_collections.TestCollectionABCs.test_Set_from_iterable)\nPASS: Verify _from_iterable overridden to an instance method works.\nPASS: test_Set_hash_matches_frozenset (test.test_collections.TestCollectionABCs.test_Set_hash_matches_frozenset)\nPASS: test_Set_interoperability_with_real_sets (test.test_collections.TestCollectionABCs.test_Set_interoperability_with_real_sets)\nPASS: test_arithmetic_Set (test.test_collections.TestCollectionABCs.test_arithmetic_Set)\nPASS: test_equality_Set (test.test_collections.TestCollectionABCs.test_equality_Set)\nPASS: test_hash_Set (test.test_collections.TestCollectionABCs.test_hash_Set)\nPASS: test_illegal_patma_flags (test.test_collections.TestCollectionABCs.test_illegal_patma_flags)\nPASS: test_isdisjoint_Set (test.test_collections.TestCollectionABCs.test_isdisjoint_Set)\nPASS: test_issue16373 (test.test_collections.TestCollectionABCs.test_issue16373)\nPASS: test_issue26915 (test.test_collections.TestCollectionABCs.test_issue26915)\nPASS: test_issue8750 (test.test_collections.TestCollectionABCs.test_issue8750)\nPASS: test_issue_4920 (test.test_collections.TestCollectionABCs.test_issue_4920)\nPASS: test_issue_5647 (test.test_collections.TestCollectionABCs.test_issue_5647)\nPASS: test_basics (test.test_collections.TestCounter.test_basics)\nPASS: test_conversions (test.test_collections.TestCounter.test_conversions)\nPASS: test_copy_subclass (test.test_collections.TestCounter.test_copy_subclass)\nPASS: test_copying (test.test_collections.TestCounter.test_copying)\nPASS: test_eq (test.test_collections.TestCounter.test_eq)\nPASS: test_ge (test.test_collections.TestCounter.test_ge)\nPASS: test_gt (test.test_collections.TestCounter.test_gt)\nPASS: test_helper_function (test.test_collections.TestCounter.test_helper_function)\nPASS: test_init (test.test_collections.TestCounter.test_init)\nPASS: test_inplace_operations (test.test_collections.TestCounter.test_inplace_operations)\nPASS: test_invariant_for_the_in_operator (test.test_collections.TestCounter.test_invariant_for_the_in_operator)\nPASS: test_le (test.test_collections.TestCounter.test_le)\nPASS: test_lt (test.test_collections.TestCounter.test_lt)\nPASS: test_multiset_operations (test.test_collections.TestCounter.test_multiset_operations)\nPASS: test_multiset_operations_equivalent_to_set_operations (test.test_collections.TestCounter.test_multiset_operations_equivalent_to_set_operations)\nPASS: test_order_preservation (test.test_collections.TestCounter.test_order_preservation)\nPASS: test_repr_nonsortable (test.test_collections.TestCounter.test_repr_nonsortable)\nPASS: test_subtract (test.test_collections.TestCounter.test_subtract)\nPASS: test_total (test.test_collections.TestCounter.test_total)\nPASS: test_unary (test.test_collections.TestCounter.test_unary)\nPASS: test_update (test.test_collections.TestCounter.test_update)\nPASS: test_copy (test.test_collections.TestNamedTuple.test_copy)\nPASS: test_defaults (test.test_collections.TestNamedTuple.test_defaults)\nPASS: test_factory (test.test_collections.TestNamedTuple.test_factory)\nPASS: test_factory_doc_attr (test.test_collections.TestNamedTuple.test_factory_doc_attr)\nPASS: test_field_descriptor (test.test_collections.TestNamedTuple.test_field_descriptor)\nPASS: test_field_doc (test.test_collections.TestNamedTuple.test_field_doc)\nPASS: test_field_doc_reuse (test.test_collections.TestNamedTuple.test_field_doc_reuse)\nPASS: test_field_repr (test.test_collections.TestNamedTuple.test_field_repr)\nPASS: test_instance (test.test_collections.TestNamedTuple.test_instance)\nPASS: test_keyword_only_arguments (test.test_collections.TestNamedTuple.test_keyword_only_arguments)\nSKIP: test_large_size (test.test_collections.TestNamedTuple.test_large_size) \"resource 'cpu' is not enabled\"\nPASS: test_match_args (test.test_collections.TestNamedTuple.test_match_args)\nPASS: test_module_parameter (test.test_collections.TestNamedTuple.test_module_parameter)\nPASS: test_name_conflicts (test.test_collections.TestNamedTuple.test_name_conflicts)\nPASS: test_name_fixer (test.test_collections.TestNamedTuple.test_name_fixer)\nPASS: test_namedtuple_subclass_issue_24931 (test.test_collections.TestNamedTuple.test_namedtuple_subclass_issue_24931)\nPASS: test_new_builtins_issue_43102 (test.test_collections.TestNamedTuple.test_new_builtins_issue_43102)\nPASS: test_non_generic_subscript (test.test_collections.TestNamedTuple.test_non_generic_subscript)\nPASS: test_odd_sizes (test.test_collections.TestNamedTuple.test_odd_sizes)\nPASS: test_pickle (test.test_collections.TestNamedTuple.test_pickle)\nPASS: test_readonly (test.test_collections.TestNamedTuple.test_readonly)\nPASS: test_repr (test.test_collections.TestNamedTuple.test_repr)\nPASS: test_tupleness (test.test_collections.TestNamedTuple.test_tupleness)\nPASS: test_AsyncGenerator (test.test_collections.TestOneTrickPonyABCs.test_AsyncGenerator)\nPASS: test_AsyncIterable (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterable)\nPASS: test_AsyncIterator (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterator)\nPASS: test_Awaitable (test.test_collections.TestOneTrickPonyABCs.test_Awaitable)\nPASS: test_Callable (test.test_collections.TestOneTrickPonyABCs.test_Callable)\nPASS: test_Collection (test.test_collections.TestOneTrickPonyABCs.test_Collection)\nPASS: test_Container (test.test_collections.TestOneTrickPonyABCs.test_Container)\nPASS: test_Coroutine (test.test_collections.TestOneTrickPonyABCs.test_Coroutine)\nPASS: test_Generator (test.test_collections.TestOneTrickPonyABCs.test_Generator)\nPASS: test_Hashable (test.test_collections.TestOneTrickPonyABCs.test_Hashable)\nPASS: test_Iterable (test.test_collections.TestOneTrickPonyABCs.test_Iterable)\nPASS: test_Iterator (test.test_collections.TestOneTrickPonyABCs.test_Iterator)\nPASS: test_Reversible (test.test_collections.TestOneTrickPonyABCs.test_Reversible)\nPASS: test_Sized (test.test_collections.TestOneTrickPonyABCs.test_Sized)\nPASS: test_direct_subclassing (test.test_collections.TestOneTrickPonyABCs.test_direct_subclassing)\nPASS: test_registration (test.test_collections.TestOneTrickPonyABCs.test_registration)\nPASS: test_dict_copy (test.test_collections.TestUserObjects.test_dict_copy)\nPASS: test_dict_missing (test.test_collections.TestUserObjects.test_dict_missing)\nPASS: test_dict_protocol (test.test_collections.TestUserObjects.test_dict_protocol)\nPASS: test_list_copy (test.test_collections.TestUserObjects.test_list_copy)\nPASS: test_list_protocol (test.test_collections.TestUserObjects.test_list_protocol)\nPASS: test_str_protocol (test.test_collections.TestUserObjects.test_str_protocol)\nCounter (collections)\nPASS: Doctest: collections.Counter\n__add__ (collections.Counter)\nPASS: Doctest: collections.Counter.__add__\n__and__ (collections.Counter)\nPASS: Doctest: collections.Counter.__and__\n__iadd__ (collections.Counter)\nPASS: Doctest: collections.Counter.__iadd__\n__iand__ (collections.Counter)\nPASS: Doctest: collections.Counter.__iand__\n__init__ (collections.Counter)\nPASS: Doctest: collections.Counter.__init__\n__ior__ (collections.Counter)\nPASS: Doctest: collections.Counter.__ior__\n__isub__ (collections.Counter)\nPASS: Doctest: collections.Counter.__isub__\n__or__ (collections.Counter)\nPASS: Doctest: collections.Counter.__or__\n__sub__ (collections.Counter)\nPASS: Doctest: collections.Counter.__sub__\nelements (collections.Counter)\nPASS: Doctest: collections.Counter.elements\nmost_common (collections.Counter)\nPASS: Doctest: collections.Counter.most_common\nsubtract (collections.Counter)\nPASS: Doctest: collections.Counter.subtract\nupdate (collections.Counter)\nPASS: Doctest: collections.Counter.update\nnamedtuple (collections)\nPASS: Doctest: collections.namedtuple\n\n----------------------------------------------------------------------\nRan 115 tests in 0.204s\n\nOK (skipped=1)\n0:01:16 load avg: 1.23 [124/480] test_colorsys passed\nPASS: test_hls_nearwhite (test.test_colorsys.ColorsysTest.test_hls_nearwhite)\nPASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest.test_hls_roundtrip)\nPASS: test_hls_values (test.test_colorsys.ColorsysTest.test_hls_values)\nPASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest.test_hsv_roundtrip)\nPASS: test_hsv_values (test.test_colorsys.ColorsysTest.test_hsv_values)\nPASS: test_yiq_roundtrip (test.test_colorsys.ColorsysTest.test_yiq_roundtrip)\nPASS: test_yiq_values (test.test_colorsys.ColorsysTest.test_yiq_values)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.002s\n\nOK\n0:01:16 load avg: 1.23 [125/480] test_compare passed\ntest_bytes (test.test_compare.ComparisonFullTest.test_bytes)\nPASS: Compare bytes and bytearray.\ntest_comp_classes_different (test.test_compare.ComparisonFullTest.test_comp_classes_different)\nPASS: Compare different-class instances with comparison methods.\ntest_comp_classes_same (test.test_compare.ComparisonFullTest.test_comp_classes_same)\nPASS: Compare same-class instances with comparison methods.\ntest_mappings (test.test_compare.ComparisonFullTest.test_mappings)\nPASS: Compare dict.\ntest_numbers (test.test_compare.ComparisonFullTest.test_numbers)\nPASS: Compare number types.\ntest_objects (test.test_compare.ComparisonFullTest.test_objects)\nPASS: Compare instances of type 'object'.\ntest_sequences (test.test_compare.ComparisonFullTest.test_sequences)\nPASS: Compare list, tuple, and range.\ntest_sets (test.test_compare.ComparisonFullTest.test_sets)\nPASS: Compare set and frozenset.\ntest_str_subclass (test.test_compare.ComparisonFullTest.test_str_subclass)\nPASS: Compare instances of str and a subclass.\nPASS: test_comparisons (test.test_compare.ComparisonSimpleTest.test_comparisons)\nPASS: test_id_comparisons (test.test_compare.ComparisonSimpleTest.test_id_comparisons)\nPASS: test_issue_1393 (test.test_compare.ComparisonSimpleTest.test_issue_1393)\nPASS: test_ne_defaults_to_not_eq (test.test_compare.ComparisonSimpleTest.test_ne_defaults_to_not_eq)\ntest_ne_high_priority (test.test_compare.ComparisonSimpleTest.test_ne_high_priority)\nPASS: object.__ne__() should allow reflected __ne__() to be tried\ntest_ne_low_priority (test.test_compare.ComparisonSimpleTest.test_ne_low_priority)\nPASS: object.__ne__() should not invoke reflected __eq__()\ntest_other_delegation (test.test_compare.ComparisonSimpleTest.test_other_delegation)\nPASS: No default delegation between operations except __ne__()\n\n----------------------------------------------------------------------\nRan 16 tests in 0.007s\n\nOK\n0:01:17 load avg: 1.29 [126/480] test_capi passed\nPASS: test_mapping_check (test.test_capi.test_abstract.CAPITest.test_mapping_check)\nPASS: test_mapping_delitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring)\nPASS: test_mapping_getitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring)\nPASS: test_mapping_getoptionalitem (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitem)\nPASS: test_mapping_getoptionalitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitemstring)\nPASS: test_mapping_haskey (test.test_capi.test_abstract.CAPITest.test_mapping_haskey)\nPASS: test_mapping_haskeystring (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring)\nPASS: test_mapping_haskeystringwitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystringwitherror)\nPASS: test_mapping_haskeywitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeywitherror)\nPASS: test_mapping_keys_valuesitems (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems)\nPASS: test_mapping_keys_valuesitems_bad_arg (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg)\nPASS: test_mapping_setitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring)\nPASS: test_mapping_size (test.test_capi.test_abstract.CAPITest.test_mapping_size)\nPASS: test_object_ascii (test.test_capi.test_abstract.CAPITest.test_object_ascii)\nPASS: test_object_bytes (test.test_capi.test_abstract.CAPITest.test_object_bytes)\nPASS: test_object_delattr (test.test_capi.test_abstract.CAPITest.test_object_delattr)\nPASS: test_object_delattrstring (test.test_capi.test_abstract.CAPITest.test_object_delattrstring)\nPASS: test_object_delitem (test.test_capi.test_abstract.CAPITest.test_object_delitem)\nPASS: test_object_generichash (test.test_capi.test_abstract.CAPITest.test_object_generichash)\nPASS: test_object_getattr (test.test_capi.test_abstract.CAPITest.test_object_getattr)\nPASS: test_object_getattrstring (test.test_capi.test_abstract.CAPITest.test_object_getattrstring)\nPASS: test_object_getitem (test.test_capi.test_abstract.CAPITest.test_object_getitem)\nPASS: test_object_getoptionalattr (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattr)\nPASS: test_object_getoptionalattrstring (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattrstring)\nPASS: test_object_hasattr (test.test_capi.test_abstract.CAPITest.test_object_hasattr)\nPASS: test_object_hasattrstring (test.test_capi.test_abstract.CAPITest.test_object_hasattrstring)\nPASS: test_object_hasattrstringwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrstringwitherror)\nPASS: test_object_hasattrwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrwitherror)\nPASS: test_object_repr (test.test_capi.test_abstract.CAPITest.test_object_repr)\nPASS: test_object_setattr (test.test_capi.test_abstract.CAPITest.test_object_setattr)\nPASS: test_object_setattrstring (test.test_capi.test_abstract.CAPITest.test_object_setattrstring)\nPASS: test_object_setitem (test.test_capi.test_abstract.CAPITest.test_object_setitem)\nPASS: test_object_str (test.test_capi.test_abstract.CAPITest.test_object_str)\nPASS: test_sequence_check (test.test_capi.test_abstract.CAPITest.test_sequence_check)\nPASS: test_sequence_concat (test.test_capi.test_abstract.CAPITest.test_sequence_concat)\nPASS: test_sequence_contains (test.test_capi.test_abstract.CAPITest.test_sequence_contains)\nPASS: test_sequence_count (test.test_capi.test_abstract.CAPITest.test_sequence_count)\nPASS: test_sequence_delitem (test.test_capi.test_abstract.CAPITest.test_sequence_delitem)\nPASS: test_sequence_delslice (test.test_capi.test_abstract.CAPITest.test_sequence_delslice)\nPASS: test_sequence_getitem (test.test_capi.test_abstract.CAPITest.test_sequence_getitem)\nPASS: test_sequence_index (test.test_capi.test_abstract.CAPITest.test_sequence_index)\nPASS: test_sequence_inplaceconcat (test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat)\nPASS: test_sequence_inplacerepeat (test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat)\nPASS: test_sequence_list (test.test_capi.test_abstract.CAPITest.test_sequence_list)\nPASS: test_sequence_repeat (test.test_capi.test_abstract.CAPITest.test_sequence_repeat)\nPASS: test_sequence_setitem (test.test_capi.test_abstract.CAPITest.test_sequence_setitem)\nPASS: test_sequence_setslice (test.test_capi.test_abstract.CAPITest.test_sequence_setslice)\nPASS: test_sequence_size (test.test_capi.test_abstract.CAPITest.test_sequence_size)\nPASS: test_sequence_tuple (test.test_capi.test_abstract.CAPITest.test_sequence_tuple)\ntest_asstring (test.test_capi.test_bytearray.CAPITest.test_asstring)\nPASS: Test PyByteArray_AsString()\nPASS: test_check (test.test_capi.test_bytearray.CAPITest.test_check)\nPASS: test_checkexact (test.test_capi.test_bytearray.CAPITest.test_checkexact)\ntest_concat (test.test_capi.test_bytearray.CAPITest.test_concat)\nPASS: Test PyByteArray_Concat()\nPASS: test_fromobject (test.test_capi.test_bytearray.CAPITest.test_fromobject)\nPASS: test_fromstringandsize (test.test_capi.test_bytearray.CAPITest.test_fromstringandsize)\ntest_resize (test.test_capi.test_bytearray.CAPITest.test_resize)\nPASS: Test PyByteArray_Resize()\nPASS: test_size (test.test_capi.test_bytearray.CAPITest.test_size)\ntest_asstring (test.test_capi.test_bytes.CAPITest.test_asstring)\nPASS: Test PyBytes_AsString()\ntest_asstringandsize (test.test_capi.test_bytes.CAPITest.test_asstringandsize)\nPASS: Test PyBytes_AsStringAndSize()\nPASS: test_check (test.test_capi.test_bytes.CAPITest.test_check)\nPASS: test_checkexact (test.test_capi.test_bytes.CAPITest.test_checkexact)\ntest_concat (test.test_capi.test_bytes.CAPITest.test_concat)\nPASS: Test PyBytes_Concat()\ntest_concatanddel (test.test_capi.test_bytes.CAPITest.test_concatanddel)\nPASS: Test PyBytes_ConcatAndDel()\ntest_decodeescape (test.test_capi.test_bytes.CAPITest.test_decodeescape)\nPASS: Test PyBytes_DecodeEscape()\nPASS: test_fromobject (test.test_capi.test_bytes.CAPITest.test_fromobject)\nPASS: test_fromstring (test.test_capi.test_bytes.CAPITest.test_fromstring)\nPASS: test_fromstringandsize (test.test_capi.test_bytes.CAPITest.test_fromstringandsize)\nPASS: test_repr (test.test_capi.test_bytes.CAPITest.test_repr)\ntest_resize (test.test_capi.test_bytes.CAPITest.test_resize)\nPASS: Test _PyBytes_Resize()\nPASS: test_size (test.test_capi.test_bytes.CAPITest.test_size)\ntest_asasciistring (test.test_capi.test_codecs.CAPITest.test_asasciistring)\nPASS: Test PyUnicode_AsASCIIString()\ntest_ascharmapstring (test.test_capi.test_codecs.CAPITest.test_ascharmapstring)\nPASS: Test PyUnicode_AsCharmapString()\ntest_asencodedstring (test.test_capi.test_codecs.CAPITest.test_asencodedstring)\nPASS: Test PyUnicode_AsEncodedString()\ntest_aslatin1string (test.test_capi.test_codecs.CAPITest.test_aslatin1string)\nPASS: Test PyUnicode_AsLatin1String()\ntest_asrawunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asrawunicodeescapestring)\nPASS: Test PyUnicode_AsRawUnicodeEscapeString()\ntest_asunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asunicodeescapestring)\nPASS: Test PyUnicode_AsUnicodeEscapeString()\ntest_asutf16string (test.test_capi.test_codecs.CAPITest.test_asutf16string)\nPASS: Test PyUnicode_AsUTF16String()\ntest_asutf32string (test.test_capi.test_codecs.CAPITest.test_asutf32string)\nPASS: Test PyUnicode_AsUTF32String()\ntest_asutf8string (test.test_capi.test_codecs.CAPITest.test_asutf8string)\nPASS: Test PyUnicode_AsUTF8String()\ntest_decode (test.test_capi.test_codecs.CAPITest.test_decode)\nPASS: Test PyUnicode_Decode()\ntest_decodeascii (test.test_capi.test_codecs.CAPITest.test_decodeascii)\nPASS: Test PyUnicode_DecodeASCII()\ntest_decodecharmap (test.test_capi.test_codecs.CAPITest.test_decodecharmap)\nPASS: Test PyUnicode_DecodeCharmap()\ntest_decodelatin1 (test.test_capi.test_codecs.CAPITest.test_decodelatin1)\nPASS: Test PyUnicode_DecodeLatin1()\ntest_decoderawunicodeescape (test.test_capi.test_codecs.CAPITest.test_decoderawunicodeescape)\nPASS: Test PyUnicode_DecodeRawUnicodeEscape()\ntest_decodeunicodeescape (test.test_capi.test_codecs.CAPITest.test_decodeunicodeescape)\nPASS: Test PyUnicode_DecodeUnicodeEscape()\ntest_decodeutf16 (test.test_capi.test_codecs.CAPITest.test_decodeutf16)\nPASS: Test PyUnicode_DecodeUTF16()\ntest_decodeutf16stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf16stateful)\nPASS: Test PyUnicode_DecodeUTF16Stateful()\ntest_decodeutf32 (test.test_capi.test_codecs.CAPITest.test_decodeutf32)\nPASS: Test PyUnicode_DecodeUTF8()\ntest_decodeutf32stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf32stateful)\nPASS: Test PyUnicode_DecodeUTF32Stateful()\ntest_decodeutf8 (test.test_capi.test_codecs.CAPITest.test_decodeutf8)\nPASS: Test PyUnicode_DecodeUTF8()\ntest_decodeutf8stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf8stateful)\nPASS: Test PyUnicode_DecodeUTF8Stateful()\ntest_fromencodedobject (test.test_capi.test_codecs.CAPITest.test_fromencodedobject)\nPASS: Test PyUnicode_FromEncodedObject()\nPASS: test_asccomplex (test.test_capi.test_complex.CAPIComplexTest.test_asccomplex)\nPASS: test_check (test.test_capi.test_complex.CAPIComplexTest.test_check)\nPASS: test_checkexact (test.test_capi.test_complex.CAPIComplexTest.test_checkexact)\nPASS: test_fromccomplex (test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex)\nPASS: test_fromdoubles (test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles)\nPASS: test_imagasdouble (test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble)\nPASS: test_py_c_abs (test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs)\nPASS: test_py_c_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff)\nPASS: test_py_c_neg (test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg)\nPASS: test_py_c_pow (test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow)\nPASS: test_py_c_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod)\nPASS: test_py_c_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot)\nPASS: test_py_c_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum)\nPASS: test_realasdouble (test.test_capi.test_complex.CAPIComplexTest.test_realasdouble)\nPASS: test_dict_check (test.test_capi.test_dict.CAPITest.test_dict_check)\nPASS: test_dict_checkexact (test.test_capi.test_dict.CAPITest.test_dict_checkexact)\nPASS: test_dict_clear (test.test_capi.test_dict.CAPITest.test_dict_clear)\nPASS: test_dict_contains (test.test_capi.test_dict.CAPITest.test_dict_contains)\nPASS: test_dict_contains_string (test.test_capi.test_dict.CAPITest.test_dict_contains_string)\nPASS: test_dict_copy (test.test_capi.test_dict.CAPITest.test_dict_copy)\nPASS: test_dict_delitem (test.test_capi.test_dict.CAPITest.test_dict_delitem)\nPASS: test_dict_delitemstring (test.test_capi.test_dict.CAPITest.test_dict_delitemstring)\nPASS: test_dict_getitem (test.test_capi.test_dict.CAPITest.test_dict_getitem)\nPASS: test_dict_getitemref (test.test_capi.test_dict.CAPITest.test_dict_getitemref)\nPASS: test_dict_getitemstring (test.test_capi.test_dict.CAPITest.test_dict_getitemstring)\nPASS: test_dict_getitemstringref (test.test_capi.test_dict.CAPITest.test_dict_getitemstringref)\nPASS: test_dict_getitemwitherror (test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror)\nPASS: test_dict_keys_valuesitems_bad_arg (test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg)\nPASS: test_dict_merge (test.test_capi.test_dict.CAPITest.test_dict_merge)\nPASS: test_dict_mergefromseq2 (test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2)\nPASS: test_dict_new (test.test_capi.test_dict.CAPITest.test_dict_new)\nPASS: test_dict_next (test.test_capi.test_dict.CAPITest.test_dict_next)\nPASS: test_dict_pop (test.test_capi.test_dict.CAPITest.test_dict_pop)\nPASS: test_dict_popstring (test.test_capi.test_dict.CAPITest.test_dict_popstring)\nPASS: test_dict_setdefault (test.test_capi.test_dict.CAPITest.test_dict_setdefault)\nPASS: test_dict_setdefaultref (test.test_capi.test_dict.CAPITest.test_dict_setdefaultref)\nPASS: test_dict_setitem (test.test_capi.test_dict.CAPITest.test_dict_setitem)\nPASS: test_dict_setitemstring (test.test_capi.test_dict.CAPITest.test_dict_setitemstring)\nPASS: test_dict_size (test.test_capi.test_dict.CAPITest.test_dict_size)\nPASS: test_dict_update (test.test_capi.test_dict.CAPITest.test_dict_update)\nPASS: test_dictproxy_new (test.test_capi.test_dict.CAPITest.test_dictproxy_new)\nPASS: test_mapping_keys_valuesitems (test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems)\nPASS: test_eval_get_func_desc (test.test_capi.test_eval.Tests.test_eval_get_func_desc)\nPASS: test_eval_get_func_name (test.test_capi.test_eval.Tests.test_eval_get_func_name)\nPASS: test_eval_get_recursion_limit (test.test_capi.test_eval.Tests.test_eval_get_recursion_limit)\nPASS: test_eval_getbuiltins (test.test_capi.test_eval.Tests.test_eval_getbuiltins)\nPASS: test_eval_getframe (test.test_capi.test_eval.Tests.test_eval_getframe)\nPASS: test_eval_getframe_builtins (test.test_capi.test_eval.Tests.test_eval_getframe_builtins)\nPASS: test_eval_getframe_globals (test.test_capi.test_eval.Tests.test_eval_getframe_globals)\nPASS: test_eval_getframe_locals (test.test_capi.test_eval.Tests.test_eval_getframe_locals)\nPASS: test_eval_getglobals (test.test_capi.test_eval.Tests.test_eval_getglobals)\nPASS: test_eval_getlocals (test.test_capi.test_eval.Tests.test_eval_getlocals)\nPASS: test_eval_set_recursion_limit (test.test_capi.test_eval.Tests.test_eval_set_recursion_limit)\nPASS: test_custom_locals (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals)\nPASS: test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple)\nPASS: test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args)\nPASS: test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure)\nPASS: test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default)\nPASS: test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default)\nPASS: test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs)\nPASS: test_err_formatunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_formatunraisable)\nPASS: test_err_restore (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore)\nPASS: test_err_set_raised (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised)\nPASS: test_err_writeunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable)\ntest_format (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_format)\nPASS: Test PyErr_Format()\nPASS: test_set_object (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object)\nPASS: test_set_object_and_fetch (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch)\ntest_set_string (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_string)\nPASS: Test PyErr_SetString()\ntest_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename)\nPASS: Test PyErr_SetFromErrnoWithFilename()\nPASS: test_exc_info (test.test_capi.test_exceptions.Test_Exceptions.test_exc_info)\nPASS: test_exception (test.test_capi.test_exceptions.Test_Exceptions.test_exception)\nPASS: test_warn_during_finalization (test.test_capi.test_exceptions.Test_Exceptions.test_warn_during_finalization)\nPASS: test_warn_with_stacklevel (test.test_capi.test_exceptions.Test_Exceptions.test_warn_with_stacklevel)\nPASS: test_fatal_error (test.test_capi.test_exceptions.Test_FatalError.test_fatal_error)\nPASS: test_invalid_args (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args)\nPASS: test_nothing_to_reraise (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise)\nPASS: test_raise_orig_parts (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts)\nPASS: test_raise_with_new_exceptions (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions)\nPASS: test_reraise_orig (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig)\nPASS: test_pyfile_fromfd (test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd)\nPASS: test_pyfile_getline (test.test_capi.test_file.CAPIFileTest.test_pyfile_getline)\nPASS: test_pyfile_newstdprinter (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter)\nPASS: test_pyfile_newstdprinter_write (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write)\nPASS: test_pyfile_writeobject (test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject)\nPASS: test_pyfile_writestring (test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring)\nPASS: test_pyobject_asfiledescriptor (test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor)\nPASS: test_asdouble (test.test_capi.test_float.CAPIFloatTest.test_asdouble)\nPASS: test_check (test.test_capi.test_float.CAPIFloatTest.test_check)\nPASS: test_checkexact (test.test_capi.test_float.CAPIFloatTest.test_checkexact)\nPASS: test_fromdouble (test.test_capi.test_float.CAPIFloatTest.test_fromdouble)\nPASS: test_fromstring (test.test_capi.test_float.CAPIFloatTest.test_fromstring)\nPASS: test_getinfo (test.test_capi.test_float.CAPIFloatTest.test_getinfo)\nPASS: test_getmax (test.test_capi.test_float.CAPIFloatTest.test_getmax)\nPASS: test_getmin (test.test_capi.test_float.CAPIFloatTest.test_getmin)\nPASS: test_pack (test.test_capi.test_float.CAPIFloatTest.test_pack)\nPASS: test_pack_unpack_roundtrip (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip)\nPASS: test_unpack (test.test_capi.test_float.CAPIFloatTest.test_unpack)\nPASS: test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p)\nPASS: test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c)\nPASS: test_getargs_empty (test.test_capi.test_getargs.Bytes_TestCase.test_getargs_empty)\nPASS: test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star)\nPASS: test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y)\nPASS: test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash)\nPASS: test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star)\nPASS: test_D (test.test_capi.test_getargs.Float_TestCase.test_D)\nPASS: test_d (test.test_capi.test_getargs.Float_TestCase.test_d)\nPASS: test_f (test.test_capi.test_getargs.Float_TestCase.test_f)\nPASS: test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding)\nPASS: test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword)\nPASS: test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args)\nPASS: test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args)\nPASS: test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args)\nPASS: test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args)\nPASS: test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args)\nPASS: test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword)\nPASS: test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args)\nPASS: test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass)\nPASS: test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2)\nPASS: test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword)\nPASS: test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args)\nPASS: test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs)\nPASS: test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args)\nPASS: test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args)\nPASS: test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args)\nPASS: test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args)\nPASS: test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword)\nPASS: test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args)\nPASS: test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K)\nPASS: test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L)\nPASS: test_S (test.test_capi.test_getargs.Object_TestCase.test_S)\nPASS: test_U (test.test_capi.test_getargs.Object_TestCase.test_U)\nPASS: test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y)\nPASS: test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use)\nPASS: test_basic (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic)\nPASS: test_gh_119213 (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_gh_119213)\nPASS: test_nested_tuple (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nested_tuple)\nPASS: test_nonascii_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nonascii_keywords)\nPASS: test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords)\nPASS: test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only)\nPASS: test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword)\nPASS: test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args)\nPASS: test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args)\nPASS: test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args)\nPASS: test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args)\nPASS: test_h (test.test_capi.test_getargs.Signed_TestCase.test_h)\nPASS: test_i (test.test_capi.test_getargs.Signed_TestCase.test_i)\nPASS: test_l (test.test_capi.test_getargs.Signed_TestCase.test_l)\nPASS: test_n (test.test_capi.test_getargs.Signed_TestCase.test_n)\ntest_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem)\nPASS: If this test failed, you probably added a new \"format unit\"\nPASS: test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix)\nPASS: test_C (test.test_capi.test_getargs.String_TestCase.test_C)\nPASS: test_es (test.test_capi.test_getargs.String_TestCase.test_es)\nPASS: test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash)\nPASS: test_et (test.test_capi.test_getargs.String_TestCase.test_et)\nPASS: test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash)\nPASS: test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args)\nPASS: test_s (test.test_capi.test_getargs.String_TestCase.test_s)\nPASS: test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash)\nPASS: test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star)\nPASS: test_z (test.test_capi.test_getargs.String_TestCase.test_z)\nPASS: test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash)\nPASS: test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star)\nPASS: test (test.test_capi.test_getargs.Test6012.test)\nPASS: test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args)\nPASS: test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple)\nPASS: test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B)\nPASS: test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H)\nPASS: test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I)\nPASS: test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b)\nPASS: test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k)\nPASS: test_hash_getfuncdef (test.test_capi.test_hash.CAPITest.test_hash_getfuncdef)\nPASS: test_hash_pointer (test.test_capi.test_hash.CAPITest.test_hash_pointer)\nPASS: test_immortal_builtins (test.test_capi.test_immortal.TestCAPI.test_immortal_builtins)\nPASS: test_immortal_small_ints (test.test_capi.test_immortal.TestCAPI.test_immortal_small_ints)\nPASS: test_addmodule (test.test_capi.test_import.ImportTests.test_addmodule)\nPASS: test_addmoduleobject (test.test_capi.test_import.ImportTests.test_addmoduleobject)\nPASS: test_addmoduleref (test.test_capi.test_import.ImportTests.test_addmoduleref)\nPASS: test_executecodemodule (test.test_capi.test_import.ImportTests.test_executecodemodule)\nPASS: test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex)\nPASS: test_executecodemoduleobject (test.test_capi.test_import.ImportTests.test_executecodemoduleobject)\nPASS: test_executecodemodulewithpathnames (test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames)\nPASS: test_getmagicnumber (test.test_capi.test_import.ImportTests.test_getmagicnumber)\nPASS: test_getmagictag (test.test_capi.test_import.ImportTests.test_getmagictag)\nPASS: test_getmodule (test.test_capi.test_import.ImportTests.test_getmodule)\nPASS: test_getmoduledict (test.test_capi.test_import.ImportTests.test_getmoduledict)\nPASS: test_import (test.test_capi.test_import.ImportTests.test_import)\nPASS: test_importfrozenmodule (test.test_capi.test_import.ImportTests.test_importfrozenmodule)\nPASS: test_importfrozenmoduleobject (test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject)\nPASS: test_importmodule (test.test_capi.test_import.ImportTests.test_importmodule)\nPASS: test_importmoduleex (test.test_capi.test_import.ImportTests.test_importmoduleex)\nPASS: test_importmodulelevel (test.test_capi.test_import.ImportTests.test_importmodulelevel)\nPASS: test_importmodulelevelobject (test.test_capi.test_import.ImportTests.test_importmodulelevelobject)\nPASS: test_importmodulenoblock (test.test_capi.test_import.ImportTests.test_importmodulenoblock)\nPASS: test_check (test.test_capi.test_list.CAPITest.test_check)\nPASS: test_list_append (test.test_capi.test_list.CAPITest.test_list_append)\nPASS: test_list_astuple (test.test_capi.test_list.CAPITest.test_list_astuple)\nPASS: test_list_check_exact (test.test_capi.test_list.CAPITest.test_list_check_exact)\nPASS: test_list_clear (test.test_capi.test_list.CAPITest.test_list_clear)\nPASS: test_list_extend (test.test_capi.test_list.CAPITest.test_list_extend)\nPASS: test_list_get_item (test.test_capi.test_list.CAPITest.test_list_get_item)\nPASS: test_list_get_item_ref (test.test_capi.test_list.CAPITest.test_list_get_item_ref)\nPASS: test_list_get_size (test.test_capi.test_list.CAPITest.test_list_get_size)\nPASS: test_list_getitem (test.test_capi.test_list.CAPITest.test_list_getitem)\nPASS: test_list_getslice (test.test_capi.test_list.CAPITest.test_list_getslice)\nPASS: test_list_insert (test.test_capi.test_list.CAPITest.test_list_insert)\nPASS: test_list_new (test.test_capi.test_list.CAPITest.test_list_new)\nPASS: test_list_reverse (test.test_capi.test_list.CAPITest.test_list_reverse)\nPASS: test_list_set_item (test.test_capi.test_list.CAPITest.test_list_set_item)\nPASS: test_list_setitem (test.test_capi.test_list.CAPITest.test_list_setitem)\nPASS: test_list_setslice (test.test_capi.test_list.CAPITest.test_list_setslice)\nPASS: test_list_size (test.test_capi.test_list.CAPITest.test_list_size)\nPASS: test_list_sort (test.test_capi.test_list.CAPITest.test_list_sort)\nPASS: test_compact (test.test_capi.test_long.LongTests.test_compact)\nPASS: test_compact_known (test.test_capi.test_long.LongTests.test_compact_known)\nPASS: test_long_as_size_t (test.test_capi.test_long.LongTests.test_long_as_size_t)\nPASS: test_long_as_ssize_t (test.test_capi.test_long.LongTests.test_long_as_ssize_t)\nPASS: test_long_asdouble (test.test_capi.test_long.LongTests.test_long_asdouble)\nPASS: test_long_asint (test.test_capi.test_long.LongTests.test_long_asint)\nPASS: test_long_aslong (test.test_capi.test_long.LongTests.test_long_aslong)\nPASS: test_long_aslongandoverflow (test.test_capi.test_long.LongTests.test_long_aslongandoverflow)\nPASS: test_long_aslonglong (test.test_capi.test_long.LongTests.test_long_aslonglong)\nPASS: test_long_aslonglongandoverflow (test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow)\ntest_long_asnativebytes (test.test_capi.test_long.LongTests.test_long_asnativebytes) ... SIZEOF_SIZE=8\nMAX_SSIZE=7FFFFFFFFFFFFFFF\nMAX_USIZE=FFFFFFFFFFFFFFFF\nok\nPASS: test_long_asnativebytes_fuzz (test.test_capi.test_long.LongTests.test_long_asnativebytes_fuzz)\nPASS: test_long_aspid (test.test_capi.test_long.LongTests.test_long_aspid)\nPASS: test_long_aspid_limited (test.test_capi.test_long.LongTests.test_long_aspid_limited)\nPASS: test_long_asunsignedlong (test.test_capi.test_long.LongTests.test_long_asunsignedlong)\nPASS: test_long_asunsignedlonglong (test.test_capi.test_long.LongTests.test_long_asunsignedlonglong)\nPASS: test_long_asunsignedlonglongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask)\nPASS: test_long_asunsignedlongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlongmask)\nPASS: test_long_asvoidptr (test.test_capi.test_long.LongTests.test_long_asvoidptr)\nPASS: test_long_check (test.test_capi.test_long.LongTests.test_long_check)\nPASS: test_long_checkexact (test.test_capi.test_long.LongTests.test_long_checkexact)\nPASS: test_long_fromdouble (test.test_capi.test_long.LongTests.test_long_fromdouble)\nPASS: test_long_fromnativebytes (test.test_capi.test_long.LongTests.test_long_fromnativebytes)\nPASS: test_long_fromstring (test.test_capi.test_long.LongTests.test_long_fromstring)\nPASS: test_long_fromunicodeobject (test.test_capi.test_long.LongTests.test_long_fromunicodeobject)\nPASS: test_long_fromvoidptr (test.test_capi.test_long.LongTests.test_long_fromvoidptr)\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory)\nSKIP: test_api_misuse (test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse) 'need Py_DEBUG'\nSKIP: test_buffer_overflow (test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow) 'need Py_DEBUG'\nSKIP: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil) 'need Py_DEBUG'\nSKIP: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) 'need Py_DEBUG'\nSKIP: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed) 'need Py_DEBUG'\nSKIP: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil) 'need Py_DEBUG'\nSKIP: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed) 'need Py_DEBUG'\nSKIP: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) 'need Py_DEBUG'\nSKIP: test_set_nomemory (test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory) 'need Py_DEBUG'\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory)\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemMimallocDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemMimallocDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemMimallocDebugTests.test_set_nomemory)\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory)\nPASS: test_tp_bases_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_bases_is_set)\nPASS: test_tp_mro_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_mro_is_set)\nPASS: test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString)\nPASS: test_buildvalue (test.test_capi.test_misc.CAPITest.test_buildvalue)\nPASS: test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N)\nPASS: test_buildvalue_ints (test.test_capi.test_misc.CAPITest.test_buildvalue_ints)\nPASS: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once)\nPASS: test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once)\nPASS: test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow)\nPASS: test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication)\nPASS: test_clear_managed_dict (test.test_capi.test_misc.CAPITest.test_clear_managed_dict)\nSKIP: test_decref_freed_object (test.test_capi.test_misc.CAPITest.test_decref_freed_object) 'need _testcapi.decref_freed_object()'\nPASS: test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing)\nPASS: test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols)\nPASS: test_function_get_code (test.test_capi.test_misc.CAPITest.test_function_get_code)\nPASS: test_function_get_defaults (test.test_capi.test_misc.CAPITest.test_function_get_defaults)\nPASS: test_function_get_globals (test.test_capi.test_misc.CAPITest.test_function_get_globals)\nPASS: test_function_get_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_get_kw_defaults)\nPASS: test_function_get_module (test.test_capi.test_misc.CAPITest.test_function_get_module)\nPASS: test_function_set_defaults (test.test_capi.test_misc.CAPITest.test_function_set_defaults)\nPASS: test_function_set_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_set_kw_defaults)\nPASS: test_gen_get_code (test.test_capi.test_misc.CAPITest.test_gen_get_code)\nPASS: test_get_type_name (test.test_capi.test_misc.CAPITest.test_get_type_name)\nPASS: test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error)\nPASS: test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature)\nPASS: test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer)\nPASS: test_heaptype_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass)\nPASS: test_heaptype_with_custom_metaclass_custom_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new)\nPASS: test_heaptype_with_custom_metaclass_deprecation (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_deprecation)\nPASS: test_heaptype_with_custom_metaclass_null_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new)\nPASS: test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict)\nPASS: test_heaptype_with_managed_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict)\nPASS: test_heaptype_with_managed_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref)\nPASS: test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict)\nPASS: test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro)\nPASS: test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref)\nPASS: test_immutable_type_with_mutable_base (test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base)\nPASS: test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod)\nPASS: test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer)\nPASS: test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict)\nPASS: test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin)\nSKIP: test_negative_refcount (test.test_capi.test_misc.CAPITest.test_negative_refcount) 'need _testcapi.negative_refcount()'\nPASS: test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop)\nPASS: test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc)\nPASS: test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase)\nPASS: test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null)\nPASS: test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null)\nPASS: test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null)\nPASS: test_pytype_fromspec_with_repeated_slots (test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots)\nPASS: test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error)\nPASS: test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error)\nPASS: test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array)\nPASS: test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once)\nPASS: test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once)\nPASS: test_sublclassing_managed_both (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both)\nPASS: test_sublclassing_managed_dict (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict)\nPASS: test_sublclassing_managed_weakref (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref)\nPASS: test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec)\nSKIP: test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) \"resource 'cpu' is not enabled\"\nSKIP: test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) \"resource 'cpu' is not enabled\"\nPASS: test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass)\nPASS: test_unstable_gc_new_with_extra_data (test.test_capi.test_misc.CAPITest.test_unstable_gc_new_with_extra_data)\nPASS: test_get_config (test.test_capi.test_misc.InterpreterConfigTests.test_get_config)\nPASS: test_interp_init (test.test_capi.test_misc.InterpreterConfigTests.test_interp_init)\nPASS: test_predefined_config (test.test_capi.test_misc.InterpreterConfigTests.test_predefined_config)\nPASS: test_update_from_dict (test.test_capi.test_misc.InterpreterConfigTests.test_update_from_dict)\nPASS: test_conversion_bad (test.test_capi.test_misc.InterpreterIDTests.test_conversion_bad)\nPASS: test_conversion_coerced (test.test_capi.test_misc.InterpreterIDTests.test_conversion_coerced)\nPASS: test_conversion_from_interpreter (test.test_capi.test_misc.InterpreterIDTests.test_conversion_from_interpreter)\nPASS: test_conversion_int (test.test_capi.test_misc.InterpreterIDTests.test_conversion_int)\nPASS: test_linked_lifecycle_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_does_not_exist)\nPASS: test_linked_lifecycle_incref_link (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_incref_link)\nPASS: test_linked_lifecycle_initial (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_initial)\nPASS: test_linked_lifecycle_link_incref_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_decref)\nPASS: test_linked_lifecycle_link_incref_unlink_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_unlink_decref)\nPASS: test_linked_lifecycle_link_unlink (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_unlink)\nPASS: test_linked_lifecycle_never_linked (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_never_linked)\nPASS: test_lookup_destroyed (test.test_capi.test_misc.InterpreterIDTests.test_lookup_destroyed)\nPASS: test_lookup_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_lookup_does_not_exist)\nPASS: test_lookup_exists (test.test_capi.test_misc.InterpreterIDTests.test_lookup_exists)\ntest_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings)\nPASS: The config with which an interpreter is created corresponds\ntest_module_state_shared_in_global (test.test_capi.test_misc.SubinterpreterTest.test_module_state_shared_in_global)\nPASS: bpo-44050: Extension module state should be shared between interpreters\ntest_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception)\nPASS: Exceptions saved in global module state get shared between\ntest_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check)\nPASS: PyInterpreterConfig.check_multi_interp_extensions can be overridden\nPASS: test_py_config_isoloated_per_interpreter (test.test_capi.test_misc.SubinterpreterTest.test_py_config_isoloated_per_interpreter)\nPASS: test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps)\nPASS: test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features)\nPASS: test_ceval_decref (test.test_capi.test_misc.TestCEval.test_ceval_decref)\ntest_HeapCCollection (test.test_capi.test_misc.TestHeapTypeRelative.test_HeapCCollection)\nPASS: Make sure HeapCCollection works properly by itself\nPASS: test_function_get_closure (test.test_capi.test_misc.TestHeapTypeRelative.test_function_get_closure)\nPASS: test_function_get_closure_error (test.test_capi.test_misc.TestHeapTypeRelative.test_function_get_closure_error)\nPASS: test_function_set_closure (test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure)\nPASS: test_function_set_closure_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_errors)\nPASS: test_function_set_closure_none (test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_none)\ntest_heaptype_inherit_itemsize (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_inherit_itemsize)\nPASS: Test HeapCCollection subclasses work properly\nPASS: test_heaptype_invalid_inheritance (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_invalid_inheritance)\ntest_heaptype_relative_members (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members)\nPASS: Test HeapCCollection subclasses work properly\nPASS: test_heaptype_relative_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members_errors)\nPASS: test_heaptype_relative_sizes (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_sizes)\ntest_pyobject_getitemdata_error (test.test_capi.test_misc.TestHeapTypeRelative.test_pyobject_getitemdata_error)\nPASS: Test PyObject_GetItemData fails on unsupported types\nPASS: test_code (test.test_capi.test_misc.TestInternalFrameApi.test_code)\nPASS: test_lasti (test.test_capi.test_misc.TestInternalFrameApi.test_lasti)\nPASS: test_line (test.test_capi.test_misc.TestInternalFrameApi.test_line)\nPASS: test_isolated_subinterpreter (test.test_capi.test_misc.TestPendingCalls.test_isolated_subinterpreter)\nPASS: test_main_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_non_threaded)\nPASS: test_main_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_threaded)\nPASS: test_many_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_many_subthreads_can_handle_pending_calls)\nPASS: test_max_pending (test.test_capi.test_misc.TestPendingCalls.test_max_pending)\nPASS: test_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_subthreads_can_handle_pending_calls)\nSKIP: test_py_thread_id (test.test_capi.test_misc.TestPyThreadId.test_py_thread_id) 'need Py_GIL_DISABLED'\nPASS: test_pytype_ready_always_sets_tp_type (test.test_capi.test_misc.TestStaticTypes.test_pytype_ready_always_sets_tp_type)\nPASS: test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock)\nPASS: test_gilstate_matches_current (test.test_capi.test_misc.TestThreadState.test_gilstate_matches_current)\nPASS: test_thread_gilstate_in_clear (test.test_capi.test_misc.TestThreadState.test_thread_gilstate_in_clear)\nPASS: test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state)\nPASS: test_get_module_bad_def (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def)\nPASS: test_get_module_static_in_mro (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro)\ntest_state_access (test.test_capi.test_misc.Test_ModuleStateAccess.test_state_access)\nPASS: Checks methods defined with and without argument clinic\ntest_subclass_get_module (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module)\nPASS: PyType_GetModule for defining_class\nPASS: test_subclass_get_module_with_super (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super)\nPASS: test_inlined_binary_subscr (test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr)\nPASS: test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call)\nPASS: test_inlined_call_function_ex (test.test_capi.test_misc.Test_Pep523API.test_inlined_call_function_ex)\nPASS: test_inlined_for_iter (test.test_capi.test_misc.Test_Pep523API.test_inlined_for_iter)\nPASS: test_inlined_load_attr (test.test_capi.test_misc.Test_Pep523API.test_inlined_load_attr)\nPASS: test_inlined_send (test.test_capi.test_misc.Test_Pep523API.test_inlined_send)\nPASS: test_lock_basic (test.test_capi.test_misc.Test_PyLock.test_lock_basic)\nPASS: test_lock_benchmark (test.test_capi.test_misc.Test_PyLock.test_lock_benchmark)\nPASS: test_lock_counter (test.test_capi.test_misc.Test_PyLock.test_lock_counter)\nPASS: test_lock_counter_slow (test.test_capi.test_misc.Test_PyLock.test_lock_counter_slow)\nPASS: test_lock_once (test.test_capi.test_misc.Test_PyLock.test_lock_once)\nPASS: test_lock_recursive (test.test_capi.test_misc.Test_PyLock.test_lock_recursive)\nPASS: test_lock_rwlock (test.test_capi.test_misc.Test_PyLock.test_lock_rwlock)\nPASS: test_lock_two_threads (test.test_capi.test_misc.Test_PyLock.test_lock_two_threads)\nPASS: test_atexit (test.test_capi.test_misc.Test_testcapi.test_atexit)\nPASS: test_atomic_add_int (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int)\nPASS: test_atomic_add_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int16)\nPASS: test_atomic_add_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int32)\nPASS: test_atomic_add_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int64)\nPASS: test_atomic_add_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int8)\nPASS: test_atomic_add_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_intptr)\nPASS: test_atomic_add_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_add_ssize)\nPASS: test_atomic_add_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint)\nPASS: test_atomic_add_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint16)\nPASS: test_atomic_add_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint32)\nPASS: test_atomic_add_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint64)\nPASS: test_atomic_add_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint8)\nPASS: test_atomic_add_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uintptr)\nPASS: test_atomic_and_or_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint16)\nPASS: test_atomic_and_or_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint32)\nPASS: test_atomic_and_or_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint64)\nPASS: test_atomic_and_or_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint8)\nPASS: test_atomic_and_or_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uintptr)\nPASS: test_atomic_compare_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int)\nPASS: test_atomic_compare_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int16)\nPASS: test_atomic_compare_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int32)\nPASS: test_atomic_compare_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int64)\nPASS: test_atomic_compare_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int8)\nPASS: test_atomic_compare_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_intptr)\nPASS: test_atomic_compare_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ptr)\nPASS: test_atomic_compare_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ssize)\nPASS: test_atomic_compare_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint)\nPASS: test_atomic_compare_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint16)\nPASS: test_atomic_compare_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint32)\nPASS: test_atomic_compare_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint64)\nPASS: test_atomic_compare_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint8)\nPASS: test_atomic_compare_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uintptr)\nPASS: test_atomic_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int)\nPASS: test_atomic_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int16)\nPASS: test_atomic_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int32)\nPASS: test_atomic_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int64)\nPASS: test_atomic_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int8)\nPASS: test_atomic_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_intptr)\nPASS: test_atomic_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ptr)\nPASS: test_atomic_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ssize)\nPASS: test_atomic_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint)\nPASS: test_atomic_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint16)\nPASS: test_atomic_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint32)\nPASS: test_atomic_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint64)\nPASS: test_atomic_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint8)\nPASS: test_atomic_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uintptr)\nPASS: test_atomic_fences (test.test_capi.test_misc.Test_testcapi.test_atomic_fences)\nPASS: test_atomic_load_store_int (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int)\nPASS: test_atomic_load_store_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int16)\nPASS: test_atomic_load_store_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int32)\nPASS: test_atomic_load_store_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int64)\nPASS: test_atomic_load_store_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int8)\nPASS: test_atomic_load_store_int_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int_release_acquire)\nPASS: test_atomic_load_store_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_intptr)\nPASS: test_atomic_load_store_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ptr)\nPASS: test_atomic_load_store_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ssize)\nPASS: test_atomic_load_store_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint)\nPASS: test_atomic_load_store_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint16)\nPASS: test_atomic_load_store_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint32)\nPASS: test_atomic_load_store_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint64)\nPASS: test_atomic_load_store_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint8)\nPASS: test_atomic_load_store_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uintptr)\nPASS: test_atomic_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_release_acquire)\nPASS: test_buildvalue_N (test.test_capi.test_misc.Test_testcapi.test_buildvalue_N)\nPASS: test_capsule (test.test_capi.test_misc.Test_testcapi.test_capsule)\nPASS: test_code_api (test.test_capi.test_misc.Test_testcapi.test_code_api)\nPASS: test_code_extra (test.test_capi.test_misc.Test_testcapi.test_code_extra)\nPASS: test_config (test.test_capi.test_misc.Test_testcapi.test_config)\nPASS: test_critical_sections (test.test_capi.test_misc.Test_testcapi.test_critical_sections)\nPASS: test_current_tstate_matches (test.test_capi.test_misc.Test_testcapi.test_current_tstate_matches)\nPASS: test_datetime_capi (test.test_capi.test_misc.Test_testcapi.test_datetime_capi)\nPASS: test_decref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak)\nPASS: test_dict_iteration (test.test_capi.test_misc.Test_testcapi.test_dict_iteration)\nPASS: test_from_contiguous (test.test_capi.test_misc.Test_testcapi.test_from_contiguous)\nPASS: test_from_spec_invalid_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_invalid_metatype_inheritance)\nPASS: test_from_spec_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_metatype_inheritance)\nPASS: test_gc_control (test.test_capi.test_misc.Test_testcapi.test_gc_control)\nPASS: test_gc_visit_objects_basic (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_basic)\nPASS: test_gc_visit_objects_exit_early (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_exit_early)\nPASS: test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots)\nPASS: test_get_type_dict (test.test_capi.test_misc.Test_testcapi.test_get_type_dict)\nPASS: test_immortal_builtins (test.test_capi.test_misc.Test_testcapi.test_immortal_builtins)\nPASS: test_immortal_small_ints (test.test_capi.test_misc.Test_testcapi.test_immortal_small_ints)\nPASS: test_incref_decref_API (test.test_capi.test_misc.Test_testcapi.test_incref_decref_API)\nPASS: test_incref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak)\nPASS: test_lazy_hash_inheritance (test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance)\nPASS: test_list_api (test.test_capi.test_misc.Test_testcapi.test_list_api)\nPASS: test_macros (test.test_capi.test_misc.Test_testcapi.test_macros)\nPASS: test_pep3118_obsolete_write_locks (test.test_capi.test_misc.Test_testcapi.test_pep3118_obsolete_write_locks)\nPASS: test_py_clear (test.test_capi.test_misc.Test_testcapi.test_py_clear)\nPASS: test_py_is_funcs (test.test_capi.test_misc.Test_testcapi.test_py_is_funcs)\nPASS: test_py_is_macros (test.test_capi.test_misc.Test_testcapi.test_py_is_macros)\nPASS: test_py_setref (test.test_capi.test_misc.Test_testcapi.test_py_setref)\nPASS: test_pymem_alloc0 (test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0)\nPASS: test_pymem_setallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setallocators)\nPASS: test_pymem_setrawallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setrawallocators)\nPASS: test_pyobject_new (test.test_capi.test_misc.Test_testcapi.test_pyobject_new)\nPASS: test_pyobject_setallocators (test.test_capi.test_misc.Test_testcapi.test_pyobject_setallocators)\nPASS: test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state)\nPASS: test_refcount_funcs (test.test_capi.test_misc.Test_testcapi.test_refcount_funcs)\nPASS: test_refcount_macros (test.test_capi.test_misc.Test_testcapi.test_refcount_macros)\nPASS: test_reftracer (test.test_capi.test_misc.Test_testcapi.test_reftracer)\nPASS: test_set_type_size (test.test_capi.test_misc.Test_testcapi.test_set_type_size)\nPASS: test_sizeof_c_types (test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types)\nPASS: test_string_to_double (test.test_capi.test_misc.Test_testcapi.test_string_to_double)\nPASS: test_structseq_newtype_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak)\nPASS: test_structseq_newtype_null_descr_doc (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc)\nPASS: test_tstate_capi (test.test_capi.test_misc.Test_testcapi.test_tstate_capi)\nPASS: test_type_from_ephemeral_spec (test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec)\nPASS: test_version_api_data (test.test_capi.test_misc.Test_testcapi.test_version_api_data)\nPASS: test_w_code_invalid (test.test_capi.test_misc.Test_testcapi.test_w_code_invalid)\nPASS: test_weakref_capi (test.test_capi.test_misc.Test_testcapi.test_weakref_capi)\nPASS: test_widechar (test.test_capi.test_misc.Test_testcapi.test_widechar)\ntest_with_docstring (test.test_capi.test_misc.Test_testcapi.test_with_docstring)\nPASS: This is a pretty normal docstring.\nPASS: test_xdecref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak)\nPASS: test_xincref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak)\nPASS: test_bit_length (test.test_capi.test_misc.Test_testinternalcapi.test_bit_length)\nPASS: test_bswap (test.test_capi.test_misc.Test_testinternalcapi.test_bswap)\nPASS: test_bytes_find (test.test_capi.test_misc.Test_testinternalcapi.test_bytes_find)\nPASS: test_critical_sections (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections)\nPASS: test_critical_sections_gc (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_gc)\nPASS: test_critical_sections_nest (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_nest)\nPASS: test_critical_sections_suspend (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_suspend)\nPASS: test_critical_sections_threads (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_threads)\nPASS: test_edit_cost (test.test_capi.test_misc.Test_testinternalcapi.test_edit_cost)\nPASS: test_hashtable (test.test_capi.test_misc.Test_testinternalcapi.test_hashtable)\nPASS: test_long_numbits (test.test_capi.test_misc.Test_testinternalcapi.test_long_numbits)\nPASS: test_popcount (test.test_capi.test_misc.Test_testinternalcapi.test_popcount)\nPASS: test_tstate_capi (test.test_capi.test_misc.Test_testinternalcapi.test_tstate_capi)\nPASS: test_PyOS_mystricmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystricmp)\nPASS: test_PyOS_mystrnicmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystrnicmp)\nPASS: test_alignof_max_align_t (test.test_capi.test_misc.Test_testlimitedcapi.test_alignof_max_align_t)\nPASS: test_constants (test.test_capi.test_misc.Test_testlimitedcapi.test_constants)\nPASS: test_frozenset_add_in_capi (test.test_capi.test_misc.Test_testlimitedcapi.test_frozenset_add_in_capi)\ntest_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_and_overflow)\nPASS: Test the PyLong_AsLongAndOverflow API.\nPASS: test_long_api (test.test_capi.test_misc.Test_testlimitedcapi.test_long_api)\nPASS: test_long_as_double (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_double)\ntest_long_as_size_t (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_size_t)\nPASS: Test the PyLong_As{Size,Ssize}_t API.\nPASS: test_long_as_unsigned_long_long_mask (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_unsigned_long_long_mask)\ntest_long_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_long_and_overflow)\nPASS: Test the PyLong_AsLongLongAndOverflow API.\nPASS: test_longlong_api (test.test_capi.test_misc.Test_testlimitedcapi.test_longlong_api)\nPASS: test_string_from_format (test.test_capi.test_misc.Test_testlimitedcapi.test_string_from_format)\nPASS: test_unicode_compare_with_ascii (test.test_capi.test_misc.Test_testlimitedcapi.test_unicode_compare_with_ascii)\nPASS: test_widechar (test.test_capi.test_misc.Test_testlimitedcapi.test_widechar)\nPASS: test_asssizet (test.test_capi.test_number.CAPITest.test_asssizet)\nPASS: test_binary_ops (test.test_capi.test_number.CAPITest.test_binary_ops)\nPASS: test_check (test.test_capi.test_number.CAPITest.test_check)\nPASS: test_float (test.test_capi.test_number.CAPITest.test_float)\nPASS: test_index (test.test_capi.test_number.CAPITest.test_index)\nPASS: test_long (test.test_capi.test_number.CAPITest.test_long)\nPASS: test_misc_add (test.test_capi.test_number.CAPITest.test_misc_add)\nPASS: test_misc_multiply (test.test_capi.test_number.CAPITest.test_misc_multiply)\nPASS: test_misc_power (test.test_capi.test_number.CAPITest.test_misc_power)\nPASS: test_rshift_print (test.test_capi.test_number.CAPITest.test_rshift_print)\nPASS: test_tobase (test.test_capi.test_number.CAPITest.test_tobase)\nPASS: test_unary_ops (test.test_capi.test_number.CAPITest.test_unary_ops)\ntest_ClearWeakRefsNoCallbacks (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks)\nPASS: Ensure PyUnstable_Object_ClearWeakRefsNoCallbacks works\ntest_ClearWeakRefsNoCallbacks_no_weakref_support (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks_no_weakref_support)\nPASS: Don't fail on objects that don't support weakrefs\nPASS: test_get_constant (test.test_capi.test_object.GetConstantTest.test_get_constant)\nPASS: test_get_constant_borrowed (test.test_capi.test_object.GetConstantTest.test_get_constant_borrowed)\nPASS: testPyObjectPrintNULL (test.test_capi.test_object.PrintTest.testPyObjectPrintNULL)\nPASS: testPyObjectPrintNoRefObject (test.test_capi.test_object.PrintTest.testPyObjectPrintNoRefObject)\nPASS: testPyObjectPrintOSError (test.test_capi.test_object.PrintTest.testPyObjectPrintOSError)\nPASS: testPyObjectPrintObject (test.test_capi.test_object.PrintTest.testPyObjectPrintObject)\nSKIP: test_invalidate_object (test.test_capi.test_opt.TestExecutorInvalidation.test_invalidate_object) 'Requires optimizer infrastructure'\nSKIP: test_sys__clear_internal_caches (test.test_capi.test_opt.TestExecutorInvalidation.test_sys__clear_internal_caches) 'Requires optimizer infrastructure'\nSKIP: test_uop_optimizer_invalidation (test.test_capi.test_opt.TestExecutorInvalidation.test_uop_optimizer_invalidation) 'Requires optimizer infrastructure'\nSKIP: test_code_restore_for_ENTER_EXECUTOR (test.test_capi.test_opt.TestOptimizerAPI.test_code_restore_for_ENTER_EXECUTOR) 'Requires optimizer infrastructure'\nSKIP: test_counter_optimizer (test.test_capi.test_opt.TestOptimizerAPI.test_counter_optimizer) 'Requires optimizer infrastructure'\nSKIP: test_get_set_optimizer (test.test_capi.test_opt.TestOptimizerAPI.test_get_set_optimizer) 'Requires optimizer infrastructure'\ntest_long_loop (test.test_capi.test_opt.TestOptimizerAPI.test_long_loop)\nSKIP: Check that we aren't confused by EXTENDED_ARG 'Requires optimizer infrastructure'\nSKIP: test_new_counter_optimizer_dealloc (test.test_capi.test_opt.TestOptimizerAPI.test_new_counter_optimizer_dealloc) 'Requires optimizer infrastructure'\nSKIP: test_basic_loop (test.test_capi.test_opt.TestUops.test_basic_loop) 'Requires optimizer infrastructure'\nSKIP: test_branch_taken (test.test_capi.test_opt.TestUops.test_branch_taken) 'Requires optimizer infrastructure'\nSKIP: test_call_py_exact_args (test.test_capi.test_opt.TestUops.test_call_py_exact_args) 'Requires optimizer infrastructure'\nSKIP: test_confidence_score (test.test_capi.test_opt.TestUops.test_confidence_score) 'Requires optimizer infrastructure'\ntest_extended_arg (test.test_capi.test_opt.TestUops.test_extended_arg)\nSKIP: Check EXTENDED_ARG handling in superblock creation 'Requires optimizer infrastructure'\nSKIP: test_for_iter_list (test.test_capi.test_opt.TestUops.test_for_iter_list) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_range (test.test_capi.test_opt.TestUops.test_for_iter_range) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_tier_two (test.test_capi.test_opt.TestUops.test_for_iter_tier_two) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_tuple (test.test_capi.test_opt.TestUops.test_for_iter_tuple) 'Requires optimizer infrastructure'\nSKIP: test_jump_backward (test.test_capi.test_opt.TestUops.test_jump_backward) 'Requires optimizer infrastructure'\nSKIP: test_jump_forward (test.test_capi.test_opt.TestUops.test_jump_forward) 'Requires optimizer infrastructure'\nSKIP: test_list_edge_case (test.test_capi.test_opt.TestUops.test_list_edge_case) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_false (test.test_capi.test_opt.TestUops.test_pop_jump_if_false) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_none) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_not_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_not_none) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_true (test.test_capi.test_opt.TestUops.test_pop_jump_if_true) 'Requires optimizer infrastructure'\nSKIP: test_unspecialized_unpack (test.test_capi.test_opt.TestUops.test_unspecialized_unpack) 'Requires optimizer infrastructure'\nSKIP: test_add_unicode_propagation (test.test_capi.test_opt.TestUopsOptimization.test_add_unicode_propagation) 'Requires optimizer infrastructure'\nSKIP: test_call_py_exact_args (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args) 'Requires optimizer infrastructure'\nSKIP: test_call_py_exact_args_disappearing (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args_disappearing) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_large_framesize (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_large_framesize) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_nested (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_nested) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_recursion (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_recursion) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_sequential (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_sequential) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_several_calls (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_several_calls_different_order (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls_different_order) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_complex (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_complex) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_float (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_float_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float_partial) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_int (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_int_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int_partial) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_unicode (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_unicode) 'Requires optimizer infrastructure'\nSKIP: test_comprehension (test.test_capi.test_opt.TestUopsOptimization.test_comprehension) 'Requires optimizer infrastructure'\nSKIP: test_float_add_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_add_constant_propagation) 'Requires optimizer infrastructure'\nSKIP: test_float_multiply_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_multiply_constant_propagation) 'Requires optimizer infrastructure'\nSKIP: test_float_subtract_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_subtract_constant_propagation) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_gen (test.test_capi.test_opt.TestUopsOptimization.test_for_iter_gen) 'Requires optimizer infrastructure'\nSKIP: test_int_impure_region (test.test_capi.test_opt.TestUopsOptimization.test_int_impure_region) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagate_through_range (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagate_through_range) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagation (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagation_from_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_from_frame) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagation_through_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_through_frame) 'Requires optimizer infrastructure'\nSKIP: test_int_value_numbering (test.test_capi.test_opt.TestUopsOptimization.test_int_value_numbering) 'Requires optimizer infrastructure'\nSKIP: test_many_nested (test.test_capi.test_opt.TestUopsOptimization.test_many_nested) 'Requires optimizer infrastructure'\nSKIP: test_modified_local_is_seen_by_optimized_code (test.test_capi.test_opt.TestUopsOptimization.test_modified_local_is_seen_by_optimized_code) 'Requires optimizer infrastructure'\nSKIP: test_promote_globals_to_constants (test.test_capi.test_opt.TestUopsOptimization.test_promote_globals_to_constants) 'Requires optimizer infrastructure'\nSKIP: test_return_generator (test.test_capi.test_opt.TestUopsOptimization.test_return_generator) 'Requires optimizer infrastructure'\nSKIP: test_type_inconsistency (test.test_capi.test_opt.TestUopsOptimization.test_type_inconsistency) 'Requires optimizer infrastructure'\nPASS: test_atomic_add_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int)\nPASS: test_atomic_add_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int16)\nPASS: test_atomic_add_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int32)\nPASS: test_atomic_add_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int64)\nPASS: test_atomic_add_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int8)\nPASS: test_atomic_add_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_intptr)\nPASS: test_atomic_add_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_ssize)\nPASS: test_atomic_add_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint)\nPASS: test_atomic_add_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint16)\nPASS: test_atomic_add_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint32)\nPASS: test_atomic_add_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint64)\nPASS: test_atomic_add_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint8)\nPASS: test_atomic_add_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uintptr)\nPASS: test_atomic_and_or_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint16)\nPASS: test_atomic_and_or_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint32)\nPASS: test_atomic_and_or_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint64)\nPASS: test_atomic_and_or_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint8)\nPASS: test_atomic_and_or_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uintptr)\nPASS: test_atomic_compare_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int)\nPASS: test_atomic_compare_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int16)\nPASS: test_atomic_compare_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int32)\nPASS: test_atomic_compare_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int64)\nPASS: test_atomic_compare_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int8)\nPASS: test_atomic_compare_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_intptr)\nPASS: test_atomic_compare_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ptr)\nPASS: test_atomic_compare_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ssize)\nPASS: test_atomic_compare_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint)\nPASS: test_atomic_compare_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint16)\nPASS: test_atomic_compare_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint32)\nPASS: test_atomic_compare_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint64)\nPASS: test_atomic_compare_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint8)\nPASS: test_atomic_compare_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uintptr)\nPASS: test_atomic_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int)\nPASS: test_atomic_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int16)\nPASS: test_atomic_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int32)\nPASS: test_atomic_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int64)\nPASS: test_atomic_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int8)\nPASS: test_atomic_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_intptr)\nPASS: test_atomic_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ptr)\nPASS: test_atomic_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ssize)\nPASS: test_atomic_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint)\nPASS: test_atomic_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint16)\nPASS: test_atomic_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint32)\nPASS: test_atomic_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint64)\nPASS: test_atomic_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint8)\nPASS: test_atomic_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uintptr)\nPASS: test_atomic_fences (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_fences)\nPASS: test_atomic_load_store_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int)\nPASS: test_atomic_load_store_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int16)\nPASS: test_atomic_load_store_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int32)\nPASS: test_atomic_load_store_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int64)\nPASS: test_atomic_load_store_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int8)\nPASS: test_atomic_load_store_int_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int_release_acquire)\nPASS: test_atomic_load_store_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_intptr)\nPASS: test_atomic_load_store_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ptr)\nPASS: test_atomic_load_store_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ssize)\nPASS: test_atomic_load_store_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint)\nPASS: test_atomic_load_store_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint16)\nPASS: test_atomic_load_store_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint32)\nPASS: test_atomic_load_store_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint64)\nPASS: test_atomic_load_store_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint8)\nPASS: test_atomic_load_store_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uintptr)\nPASS: test_atomic_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_release_acquire)\nPASS: test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags)\nPASS: test_run_fileexflags_with_undecodable_filename (test.test_capi.test_run.CAPITest.test_run_fileexflags_with_undecodable_filename)\nPASS: test_run_stringflags (test.test_capi.test_run.CAPITest.test_run_stringflags)\nPASS: test_set_next_entry (test.test_capi.test_set.TestInternalCAPI.test_set_next_entry)\nPASS: test_set_update (test.test_capi.test_set.TestInternalCAPI.test_set_update)\nPASS: test_add (test.test_capi.test_set.TestSetCAPI.test_add)\nPASS: test_anyset_check (test.test_capi.test_set.TestSetCAPI.test_anyset_check)\nPASS: test_anyset_check_exact (test.test_capi.test_set.TestSetCAPI.test_anyset_check_exact)\nPASS: test_clear (test.test_capi.test_set.TestSetCAPI.test_clear)\nPASS: test_discard (test.test_capi.test_set.TestSetCAPI.test_discard)\nPASS: test_frozenset_check (test.test_capi.test_set.TestSetCAPI.test_frozenset_check)\nPASS: test_frozenset_check_exact (test.test_capi.test_set.TestSetCAPI.test_frozenset_check_exact)\nPASS: test_frozenset_new (test.test_capi.test_set.TestSetCAPI.test_frozenset_new)\nPASS: test_pop (test.test_capi.test_set.TestSetCAPI.test_pop)\nPASS: test_set_check (test.test_capi.test_set.TestSetCAPI.test_set_check)\nPASS: test_set_check_exact (test.test_capi.test_set.TestSetCAPI.test_set_check_exact)\nPASS: test_set_contains (test.test_capi.test_set.TestSetCAPI.test_set_contains)\nPASS: test_set_get_size (test.test_capi.test_set.TestSetCAPI.test_set_get_size)\nPASS: test_set_new (test.test_capi.test_set.TestSetCAPI.test_set_new)\nPASS: test_set_size (test.test_capi.test_set.TestSetCAPI.test_set_size)\nPASS: test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bad_assignments)\nPASS: test_bool (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bool)\nPASS: test_byte (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_byte)\nPASS: test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_inplace_string)\nPASS: test_int (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_int)\nPASS: test_long (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_long)\nPASS: test_longlong (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_longlong)\nPASS: test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_py_ssize_t)\nPASS: test_short (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_short)\nPASS: test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bad_assignments)\nPASS: test_bool (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bool)\nPASS: test_byte (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_byte)\nPASS: test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_inplace_string)\nPASS: test_int (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_int)\nPASS: test_long (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_long)\nPASS: test_longlong (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_longlong)\nPASS: test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_py_ssize_t)\nPASS: test_short (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_short)\nPASS: test_sys_formatstderr (test.test_capi.test_sys.CAPITest.test_sys_formatstderr)\nPASS: test_sys_formatstdout (test.test_capi.test_sys.CAPITest.test_sys_formatstdout)\nPASS: test_sys_getobject (test.test_capi.test_sys.CAPITest.test_sys_getobject)\nPASS: test_sys_getxoptions (test.test_capi.test_sys.CAPITest.test_sys_getxoptions)\nPASS: test_sys_setobject (test.test_capi.test_sys.CAPITest.test_sys_setobject)\nPASS: test_sys_writestderr (test.test_capi.test_sys.CAPITest.test_sys_writestderr)\nPASS: test_sys_writestdout (test.test_capi.test_sys.CAPITest.test_sys_writestdout)\nPASS: test_assecondsdouble (test.test_capi.test_time.CAPITest.test_assecondsdouble)\nPASS: test_min_max (test.test_capi.test_time.CAPITest.test_min_max)\nPASS: test_monotonic (test.test_capi.test_time.CAPITest.test_monotonic)\nPASS: test_perf_counter (test.test_capi.test_time.CAPITest.test_perf_counter)\nPASS: test_time (test.test_capi.test_time.CAPITest.test_time)\nPASS: test__tuple_resize (test.test_capi.test_tuple.CAPITest.test__tuple_resize)\nPASS: test_check (test.test_capi.test_tuple.CAPITest.test_check)\nPASS: test_tuple_checkexact (test.test_capi.test_tuple.CAPITest.test_tuple_checkexact)\nPASS: test_tuple_get_item (test.test_capi.test_tuple.CAPITest.test_tuple_get_item)\nPASS: test_tuple_get_size (test.test_capi.test_tuple.CAPITest.test_tuple_get_size)\nPASS: test_tuple_getitem (test.test_capi.test_tuple.CAPITest.test_tuple_getitem)\nPASS: test_tuple_getslice (test.test_capi.test_tuple.CAPITest.test_tuple_getslice)\nPASS: test_tuple_new (test.test_capi.test_tuple.CAPITest.test_tuple_new)\nPASS: test_tuple_pack (test.test_capi.test_tuple.CAPITest.test_tuple_pack)\nPASS: test_tuple_set_item (test.test_capi.test_tuple.CAPITest.test_tuple_set_item)\nPASS: test_tuple_setitem (test.test_capi.test_tuple.CAPITest.test_tuple_setitem)\nPASS: test_tuple_size (test.test_capi.test_tuple.CAPITest.test_tuple_size)\ntest_append (test.test_capi.test_unicode.CAPITest.test_append)\nPASS: Test PyUnicode_Append()\ntest_appendanddel (test.test_capi.test_unicode.CAPITest.test_appendanddel)\nPASS: Test PyUnicode_AppendAndDel()\ntest_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4)\nPASS: Test PyUnicode_AsUCS4()\ntest_asucs4copy (test.test_capi.test_unicode.CAPITest.test_asucs4copy)\nPASS: Test PyUnicode_AsUCS4Copy()\ntest_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8)\nPASS: Test PyUnicode_AsUTF8()\ntest_asutf8_race (test.test_capi.test_unicode.CAPITest.test_asutf8_race)\nPASS: Test that there's no race condition in PyUnicode_AsUTF8()\ntest_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize)\nPASS: Test PyUnicode_AsUTF8AndSize()\ntest_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar)\nPASS: Test PyUnicode_AsWideChar()\ntest_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring)\nPASS: Test PyUnicode_AsWideCharString()\ntest_compare (test.test_capi.test_unicode.CAPITest.test_compare)\nPASS: Test PyUnicode_Compare()\ntest_comparewithasciistring (test.test_capi.test_unicode.CAPITest.test_comparewithasciistring)\nPASS: Test PyUnicode_CompareWithASCIIString()\ntest_concat (test.test_capi.test_unicode.CAPITest.test_concat)\nPASS: Test PyUnicode_Concat()\ntest_contains (test.test_capi.test_unicode.CAPITest.test_contains)\nPASS: Test PyUnicode_Contains()\ntest_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters)\nPASS: Test PyUnicode_CopyCharacters()\ntest_count (test.test_capi.test_unicode.CAPITest.test_count)\nPASS: Test PyUnicode_Count()\nPASS: test_equaltoutf8 (test.test_capi.test_unicode.CAPITest.test_equaltoutf8)\nPASS: test_equaltoutf8andsize (test.test_capi.test_unicode.CAPITest.test_equaltoutf8andsize)\ntest_fill (test.test_capi.test_unicode.CAPITest.test_fill)\nPASS: Test PyUnicode_Fill()\ntest_find (test.test_capi.test_unicode.CAPITest.test_find)\nPASS: Test PyUnicode_Find()\ntest_findchar (test.test_capi.test_unicode.CAPITest.test_findchar)\nPASS: Test PyUnicode_FindChar()\ntest_format (test.test_capi.test_unicode.CAPITest.test_format)\nPASS: Test PyUnicode_Format()\ntest_from_format (test.test_capi.test_unicode.CAPITest.test_from_format)\nPASS: Test PyUnicode_FromFormat()\ntest_fromkindanddata (test.test_capi.test_unicode.CAPITest.test_fromkindanddata)\nPASS: Test PyUnicode_FromKindAndData()\ntest_fromobject (test.test_capi.test_unicode.CAPITest.test_fromobject)\nPASS: Test PyUnicode_FromObject()\ntest_fromordinal (test.test_capi.test_unicode.CAPITest.test_fromordinal)\nPASS: Test PyUnicode_FromOrdinal()\ntest_fromstring (test.test_capi.test_unicode.CAPITest.test_fromstring)\nPASS: Test PyUnicode_FromString()\ntest_fromstringandsize (test.test_capi.test_unicode.CAPITest.test_fromstringandsize)\nPASS: Test PyUnicode_FromStringAndSize()\ntest_fromwidechar (test.test_capi.test_unicode.CAPITest.test_fromwidechar)\nPASS: Test PyUnicode_FromWideChar()\ntest_getdefaultencoding (test.test_capi.test_unicode.CAPITest.test_getdefaultencoding)\nPASS: Test PyUnicode_GetDefaultEncoding()\ntest_getlength (test.test_capi.test_unicode.CAPITest.test_getlength)\nPASS: Test PyUnicode_GetLength()\ntest_internfromstring (test.test_capi.test_unicode.CAPITest.test_internfromstring)\nPASS: Test PyUnicode_InternFromString()\ntest_interninplace (test.test_capi.test_unicode.CAPITest.test_interninplace)\nPASS: Test PyUnicode_InternInPlace()\ntest_isidentifier (test.test_capi.test_unicode.CAPITest.test_isidentifier)\nPASS: Test PyUnicode_IsIdentifier()\ntest_join (test.test_capi.test_unicode.CAPITest.test_join)\nPASS: Test PyUnicode_Join()\ntest_new (test.test_capi.test_unicode.CAPITest.test_new)\nPASS: Test PyUnicode_New()\ntest_partition (test.test_capi.test_unicode.CAPITest.test_partition)\nPASS: Test PyUnicode_Partition()\nPASS: test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug)\ntest_readchar (test.test_capi.test_unicode.CAPITest.test_readchar)\nPASS: Test PyUnicode_ReadChar()\ntest_replace (test.test_capi.test_unicode.CAPITest.test_replace)\nPASS: Test PyUnicode_Replace()\ntest_resize (test.test_capi.test_unicode.CAPITest.test_resize)\nPASS: Test PyUnicode_Resize()\ntest_richcompare (test.test_capi.test_unicode.CAPITest.test_richcompare)\nPASS: Test PyUnicode_RichCompare()\ntest_rpartition (test.test_capi.test_unicode.CAPITest.test_rpartition)\nPASS: Test PyUnicode_RPartition()\ntest_rsplit (test.test_capi.test_unicode.CAPITest.test_rsplit)\nPASS: Test PyUnicode_RSplit()\ntest_split (test.test_capi.test_unicode.CAPITest.test_split)\nPASS: Test PyUnicode_Split()\ntest_splitlines (test.test_capi.test_unicode.CAPITest.test_splitlines)\nPASS: Test PyUnicode_SplitLines()\ntest_substring (test.test_capi.test_unicode.CAPITest.test_substring)\nPASS: Test PyUnicode_Substring()\ntest_tailmatch (test.test_capi.test_unicode.CAPITest.test_tailmatch)\nPASS: Test PyUnicode_Tailmatch()\ntest_transform_decimal_and_space (test.test_capi.test_unicode.CAPITest.test_transform_decimal_and_space)\nPASS: Test _PyUnicode_TransformDecimalAndSpaceToASCII()\ntest_translate (test.test_capi.test_unicode.CAPITest.test_translate)\nPASS: Test PyUnicode_Translate()\ntest_writechar (test.test_capi.test_unicode.CAPITest.test_writechar)\nPASS: Test PyUnicode_WriteChar()\nPASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestCodeObjectWatchers.test_allocate_too_many_watchers)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_unassigned_watcher_id)\nPASS: test_code_object_events_dispatched (test.test_capi.test_watchers.TestCodeObjectWatchers.test_code_object_events_dispatched)\nPASS: test_dealloc_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_dealloc_error)\nPASS: test_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_error)\nPASS: test_clear (test.test_capi.test_watchers.TestDictWatchers.test_clear)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_unassigned_watcher_id)\nPASS: test_clone (test.test_capi.test_watchers.TestDictWatchers.test_clone)\nPASS: test_dealloc (test.test_capi.test_watchers.TestDictWatchers.test_dealloc)\nPASS: test_dealloc_error (test.test_capi.test_watchers.TestDictWatchers.test_dealloc_error)\nPASS: test_del (test.test_capi.test_watchers.TestDictWatchers.test_del)\nPASS: test_error (test.test_capi.test_watchers.TestDictWatchers.test_error)\nPASS: test_no_event_if_not_watched (test.test_capi.test_watchers.TestDictWatchers.test_no_event_if_not_watched)\nPASS: test_object_dict (test.test_capi.test_watchers.TestDictWatchers.test_object_dict)\nPASS: test_pop (test.test_capi.test_watchers.TestDictWatchers.test_pop)\nPASS: test_set_existing_item (test.test_capi.test_watchers.TestDictWatchers.test_set_existing_item)\nPASS: test_set_new_item (test.test_capi.test_watchers.TestDictWatchers.test_set_new_item)\nPASS: test_two_watchers (test.test_capi.test_watchers.TestDictWatchers.test_two_watchers)\nPASS: test_unwatch (test.test_capi.test_watchers.TestDictWatchers.test_unwatch)\nPASS: test_unwatch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_non_dict)\nPASS: test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_out_of_range_watcher_id)\nPASS: test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_unassigned_watcher_id)\nPASS: test_watch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_watch_non_dict)\nPASS: test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_out_of_range_watcher_id)\nPASS: test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_unassigned_watcher_id)\nPASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_allocate_too_many_watchers)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_unassigned_watcher_id)\nPASS: test_dealloc_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_dealloc_watcher_raises_error)\nPASS: test_func_events_dispatched (test.test_capi.test_watchers.TestFuncWatchers.test_func_events_dispatched)\nPASS: test_multiple_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_multiple_watchers)\nPASS: test_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_watcher_raises_error)\nPASS: test_all_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_all_watchers)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_unassigned_watcher_id)\nPASS: test_clear_watcher (test.test_capi.test_watchers.TestTypeWatchers.test_clear_watcher)\nPASS: test_error (test.test_capi.test_watchers.TestTypeWatchers.test_error)\nPASS: test_event_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_event_aggregation)\nPASS: test_lookup_resets_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_lookup_resets_aggregation)\nPASS: test_no_more_ids_available (test.test_capi.test_watchers.TestTypeWatchers.test_no_more_ids_available)\nPASS: test_two_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_two_watchers)\nPASS: test_unwatch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_non_type)\nPASS: test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_out_of_range_watcher_id)\nPASS: test_unwatch_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_type)\nPASS: test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_unassigned_watcher_id)\nPASS: test_watch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_non_type)\nPASS: test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_out_of_range_watcher_id)\nPASS: test_watch_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type)\nPASS: test_watch_type_subclass (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_subclass)\nPASS: test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_unassigned_watcher_id)\n\n----------------------------------------------------------------------\nRan 957 tests in 5.142s\n\nOK (skipped=70)\n0:01:17 load avg: 1.29 [127/480] test_compiler_assemble passed\nPASS: test_exception_table (test.test_compiler_assemble.IsolatedAssembleTests.test_exception_table)\nPASS: test_expression_with_pseudo_instruction_load_closure (test.test_compiler_assemble.IsolatedAssembleTests.test_expression_with_pseudo_instruction_load_closure)\nPASS: test_simple_expr (test.test_compiler_assemble.IsolatedAssembleTests.test_simple_expr)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.001s\n\nOK\n0:01:17 load avg: 1.29 [128/480] test_compiler_codegen passed\nPASS: test_for_loop (test.test_compiler_codegen.IsolatedCodeGenTests.test_for_loop)\nPASS: test_function (test.test_compiler_codegen.IsolatedCodeGenTests.test_function)\nPASS: test_if_expression (test.test_compiler_codegen.IsolatedCodeGenTests.test_if_expression)\nPASS: test_nested_functions (test.test_compiler_codegen.IsolatedCodeGenTests.test_nested_functions)\nPASS: test_syntax_error__return_not_in_function (test.test_compiler_codegen.IsolatedCodeGenTests.test_syntax_error__return_not_in_function)\n\n----------------------------------------------------------------------\nRan 5 tests in 0.001s\n\nOK\n0:01:17 load avg: 1.29 [129/480] test_complex passed\nPASS: test___complex__ (test.test_complex.ComplexTest.test___complex__)\nPASS: test_abs (test.test_complex.ComplexTest.test_abs)\nPASS: test_add (test.test_complex.ComplexTest.test_add)\nPASS: test_boolcontext (test.test_complex.ComplexTest.test_boolcontext)\nPASS: test_conjugate (test.test_complex.ComplexTest.test_conjugate)\nPASS: test_constructor (test.test_complex.ComplexTest.test_constructor)\nPASS: test_constructor_from_string (test.test_complex.ComplexTest.test_constructor_from_string)\nPASS: test_constructor_negative_nans_from_string (test.test_complex.ComplexTest.test_constructor_negative_nans_from_string)\nPASS: test_constructor_special_numbers (test.test_complex.ComplexTest.test_constructor_special_numbers)\nPASS: test_divmod (test.test_complex.ComplexTest.test_divmod)\nPASS: test_divmod_zero_division (test.test_complex.ComplexTest.test_divmod_zero_division)\nPASS: test_floordiv (test.test_complex.ComplexTest.test_floordiv)\nPASS: test_floordiv_zero_division (test.test_complex.ComplexTest.test_floordiv_zero_division)\nPASS: test_format (test.test_complex.ComplexTest.test_format)\nPASS: test_getnewargs (test.test_complex.ComplexTest.test_getnewargs)\nPASS: test_hash (test.test_complex.ComplexTest.test_hash)\nPASS: test_mod (test.test_complex.ComplexTest.test_mod)\nPASS: test_mod_zero_division (test.test_complex.ComplexTest.test_mod_zero_division)\nPASS: test_mul (test.test_complex.ComplexTest.test_mul)\nPASS: test_neg (test.test_complex.ComplexTest.test_neg)\nPASS: test_negated_imaginary_literal (test.test_complex.ComplexTest.test_negated_imaginary_literal)\nPASS: test_negative_zero_repr_str (test.test_complex.ComplexTest.test_negative_zero_repr_str)\nPASS: test_overflow (test.test_complex.ComplexTest.test_overflow)\nPASS: test_plus_minus_0j (test.test_complex.ComplexTest.test_plus_minus_0j)\nPASS: test_pos (test.test_complex.ComplexTest.test_pos)\nPASS: test_pow (test.test_complex.ComplexTest.test_pow)\nPASS: test_pow_with_small_integer_exponents (test.test_complex.ComplexTest.test_pow_with_small_integer_exponents)\nPASS: test_repr_roundtrip (test.test_complex.ComplexTest.test_repr_roundtrip)\nPASS: test_repr_str (test.test_complex.ComplexTest.test_repr_str)\nPASS: test_richcompare (test.test_complex.ComplexTest.test_richcompare)\nPASS: test_richcompare_boundaries (test.test_complex.ComplexTest.test_richcompare_boundaries)\nPASS: test_sub (test.test_complex.ComplexTest.test_sub)\nPASS: test_truediv (test.test_complex.ComplexTest.test_truediv)\nPASS: test_truediv_zero_division (test.test_complex.ComplexTest.test_truediv_zero_division)\nPASS: test_underscores (test.test_complex.ComplexTest.test_underscores)\n\n----------------------------------------------------------------------\nRan 35 tests in 0.051s\n\nOK\n0:01:18 load avg: 1.29 [130/480] test_configparser passed\nPASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase.test_converters_at_init)\nPASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase.test_inheritance)\nPASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase.test_instance_assignment)\nPASS: test_comment_handling (test.test_configparser.CompatibleTestCase.test_comment_handling)\nPASS: test_explicit_none (test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none)\nPASS: test_interpolation_with_allow_no_value (test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCase.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCase.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCase.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCase.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCase.test_interpolation_missing_value)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCase.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.ConfigParserTestCase.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCase.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCase.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCase.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCase.test_write)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity)\nPASS: test_case_sensitivity_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_basic)\nPASS: test_case_sensitivity_conflicts (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_conflicts)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_default_case_sensitivity)\nPASS: test_endless_loop (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_endless_loop)\nPASS: test_extended_interpolation (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_extended_interpolation)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_invalid_multiline_value)\nPASS: test_other_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_other_errors)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_setitem)\nPASS: test_strange_options (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_strange_options)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_write)\nPASS: test_error_on_wrong_type_for_interpolation (test.test_configparser.ConfigParserTestCaseInvalidInterpolationType.test_error_on_wrong_type_for_interpolation)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_default_case_sensitivity)\nPASS: test_empty_case (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_empty_case)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_invalid_multiline_value)\nPASS: test_no_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_no_interpolation)\nPASS: test_none_as_default_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_none_as_default_interpolation)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_write)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNoValue.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNoValue.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoValue.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoValue.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNoValue.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCaseNoValue.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNoValue.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation_missing_value)\nSKIP: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoValue.test_invalid_multiline_value) 'if no_value is allowed, ParsingError is not raised'\nPASS: test_items (test.test_configparser.ConfigParserTestCaseNoValue.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoValue.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path)\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoValue.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNoValue.test_write)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation_missing_value)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path)\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_write)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation_missing_value)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_query_errors)\nSKIP: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) 'incompatible format'\nSKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) 'incompatible format'\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_write)\nPASS: test_cfgparser_dot_3 (test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3)\nPASS: test_unicode_failure (test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure)\nPASS: test_basic (test.test_configparser.ConvertersTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConvertersTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConvertersTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConvertersTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConvertersTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConvertersTestCase.test_clear)\nPASS: test_converters (test.test_configparser.ConvertersTestCase.test_converters)\nPASS: test_default_case_sensitivity (test.test_configparser.ConvertersTestCase.test_default_case_sensitivity)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConvertersTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.ConvertersTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.ConvertersTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConvertersTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConvertersTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConvertersTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.ConvertersTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConvertersTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConvertersTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.ConvertersTestCase.test_write)\nPASS: test_basic (test.test_configparser.CopyTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.CopyTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.CopyTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.CopyTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.CopyTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.CopyTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.CopyTestCase.test_default_case_sensitivity)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.CopyTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.CopyTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.CopyTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.CopyTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.CopyTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.CopyTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.CopyTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.CopyTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.CopyTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.CopyTestCase.test_write)\nPASS: test_duplicate_option_error (test.test_configparser.CoverageOneHundredTestCase.test_duplicate_option_error)\nPASS: test_inconsistent_converters_state (test.test_configparser.CoverageOneHundredTestCase.test_inconsistent_converters_state)\nPASS: test_interpolation_depth_error (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_depth_error)\nPASS: test_interpolation_validation (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_validation)\nPASS: test_parsing_error (test.test_configparser.CoverageOneHundredTestCase.test_parsing_error)\nPASS: test_sectionproxy_repr (test.test_configparser.CoverageOneHundredTestCase.test_sectionproxy_repr)\nPASS: test_get_basic_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_basic_interpolation)\nPASS: test_get_extended_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_extended_interpolation)\nPASS: test_missing_options (test.test_configparser.ExceptionContextTestCase.test_missing_options)\nPASS: test_missing_section (test.test_configparser.ExceptionContextTestCase.test_missing_section)\nPASS: test_remove_option (test.test_configparser.ExceptionContextTestCase.test_remove_option)\nPASS: test_duplicateoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicateoptionerror)\nPASS: test_duplicatesectionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicatesectionerror)\nPASS: test_error (test.test_configparser.ExceptionPicklingTestCase.test_error)\nPASS: test_interpolationdeptherror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationdeptherror)\nPASS: test_interpolationerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationerror)\nPASS: test_interpolationmissingoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationmissingoptionerror)\nPASS: test_interpolationsyntaxerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationsyntaxerror)\nPASS: test_missingsectionheadererror (test.test_configparser.ExceptionPicklingTestCase.test_missingsectionheadererror)\nPASS: test_nooptionerror (test.test_configparser.ExceptionPicklingTestCase.test_nooptionerror)\nPASS: test_nosectionerror (test.test_configparser.ExceptionPicklingTestCase.test_nosectionerror)\nPASS: test_parsingerror (test.test_configparser.ExceptionPicklingTestCase.test_parsingerror)\nPASS: test_stripping (test.test_configparser.InlineCommentStrippingTestCase.test_stripping)\nPASS: test_none_as_value_stringified (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified)\nPASS: test_none_as_value_stringified_raw (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified_raw)\nPASS: test__all__ (test.test_configparser.MiscTestCase.test__all__)\nPASS: test_basic (test.test_configparser.MultilineValuesTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.MultilineValuesTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.MultilineValuesTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.MultilineValuesTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_default_case_sensitivity)\nPASS: test_dominating_multiline_values (test.test_configparser.MultilineValuesTestCase.test_dominating_multiline_values)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.MultilineValuesTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.MultilineValuesTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.MultilineValuesTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.MultilineValuesTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.MultilineValuesTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.MultilineValuesTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.MultilineValuesTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.MultilineValuesTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.MultilineValuesTestCase.test_write)\nPASS: test_explicit_none (test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none)\nPASS: test_interpolation_with_allow_no_value (test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value)\nPASS: test_basic (test.test_configparser.RawConfigParserTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.RawConfigParserTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.RawConfigParserTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.RawConfigParserTestCase.test_defaults_keyword)\nPASS: bpo-23835 legacy behavior for RawConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.RawConfigParserTestCase.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.RawConfigParserTestCase.test_interpolation)\nPASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCase.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.RawConfigParserTestCase.test_items)\nPASS: test_parse_errors (test.test_configparser.RawConfigParserTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.RawConfigParserTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.RawConfigParserTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCase.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.RawConfigParserTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.RawConfigParserTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.RawConfigParserTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.RawConfigParserTestCase.test_write)\nPASS: test_basic (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword)\nPASS: bpo-23835 legacy behavior for RawConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_interpolation)\nPASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_items)\nPASS: test_parse_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors)\nPASS: test_popitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_popitem)\nPASS: test_query_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_query_errors)\nSKIP: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) 'incompatible format'\nSKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) 'incompatible format'\nPASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_string_types)\nPASS: test_setitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_setitem)\nPASS: test_weird_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_weird_errors)\nPASS: test_write (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_write)\nPASS: test_reading (test.test_configparser.RawConfigParserTestSambaConf.test_reading)\nPASS: test_file (test.test_configparser.ReadFileTestCase.test_file)\nPASS: test_iterable (test.test_configparser.ReadFileTestCase.test_iterable)\nPASS: test_keys_without_value_with_extra_whitespace (test.test_configparser.ReadFileTestCase.test_keys_without_value_with_extra_whitespace)\ntest_readline_generator (test.test_configparser.ReadFileTestCase.test_readline_generator)\nPASS: Issue #11670.\ntest_source_as_bytes (test.test_configparser.ReadFileTestCase.test_source_as_bytes)\nPASS: Issue #18260.\nPASS: test_multiple_configs (test.test_configparser.SectionlessTestCase.test_multiple_configs)\nPASS: test_no_first_section (test.test_configparser.SectionlessTestCase.test_no_first_section)\nPASS: test_no_section (test.test_configparser.SectionlessTestCase.test_no_section)\nPASS: test_basic (test.test_configparser.SortedTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.SortedTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.SortedTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.SortedTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.SortedTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.SortedTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.SortedTestCase.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.SortedTestCase.test_defaults_keyword)\nPASS: bpo-23835 legacy behavior for RawConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.SortedTestCase.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.SortedTestCase.test_interpolation)\nPASS: test_invalid_multiline_value (test.test_configparser.SortedTestCase.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.SortedTestCase.test_items)\nPASS: test_parse_errors (test.test_configparser.SortedTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.SortedTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.SortedTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.SortedTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_nonstring_types (test.test_configparser.SortedTestCase.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.SortedTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.SortedTestCase.test_setitem)\nPASS: test_sorted (test.test_configparser.SortedTestCase.test_sorted)\nPASS: test_weird_errors (test.test_configparser.SortedTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.SortedTestCase.test_write)\nPASS: test_basic (test.test_configparser.StrictTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.StrictTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.StrictTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.StrictTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.StrictTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.StrictTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.StrictTestCase.test_default_case_sensitivity)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.StrictTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.StrictTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.StrictTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.StrictTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.StrictTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.StrictTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.StrictTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.StrictTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.StrictTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.StrictTestCase.test_write)\n\n----------------------------------------------------------------------\nRan 336 tests in 0.235s\n\nOK (skipped=5)\n0:01:18 load avg: 1.29 [131/480] test_contains passed\nPASS: test_block_fallback (test.test_contains.TestContains.test_block_fallback)\nPASS: test_builtin_sequence_types (test.test_contains.TestContains.test_builtin_sequence_types)\nPASS: test_common_tests (test.test_contains.TestContains.test_common_tests)\nPASS: test_nonreflexive (test.test_contains.TestContains.test_nonreflexive)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n0:01:18 load avg: 1.29 [132/480] test_context passed\nPASS: test_context_copy_1 (test.test_context.ContextTest.test_context_copy_1)\nPASS: test_context_get_context_1 (test.test_context.ContextTest.test_context_get_context_1)\nPASS: test_context_getset_1 (test.test_context.ContextTest.test_context_getset_1)\nPASS: test_context_getset_2 (test.test_context.ContextTest.test_context_getset_2)\nPASS: test_context_getset_3 (test.test_context.ContextTest.test_context_getset_3)\nPASS: test_context_getset_4 (test.test_context.ContextTest.test_context_getset_4)\nPASS: test_context_getset_5 (test.test_context.ContextTest.test_context_getset_5)\nPASS: test_context_new_1 (test.test_context.ContextTest.test_context_new_1)\nPASS: test_context_new_unhashable_str_subclass (test.test_context.ContextTest.test_context_new_unhashable_str_subclass)\nPASS: test_context_run_1 (test.test_context.ContextTest.test_context_run_1)\nPASS: test_context_run_2 (test.test_context.ContextTest.test_context_run_2)\nPASS: test_context_run_3 (test.test_context.ContextTest.test_context_run_3)\nPASS: test_context_run_4 (test.test_context.ContextTest.test_context_run_4)\nPASS: test_context_run_5 (test.test_context.ContextTest.test_context_run_5)\nPASS: test_context_run_6 (test.test_context.ContextTest.test_context_run_6)\nPASS: test_context_run_7 (test.test_context.ContextTest.test_context_run_7)\nPASS: test_context_subclassing_1 (test.test_context.ContextTest.test_context_subclassing_1)\nPASS: test_context_threads_1 (test.test_context.ContextTest.test_context_threads_1)\nPASS: test_context_typerrors_1 (test.test_context.ContextTest.test_context_typerrors_1)\nPASS: test_context_var_new_1 (test.test_context.ContextTest.test_context_var_new_1)\nPASS: test_context_var_repr_1 (test.test_context.ContextTest.test_context_var_repr_1)\nPASS: test_hamt_basics_1 (test.test_context.HamtTest.test_hamt_basics_1)\nPASS: test_hamt_basics_2 (test.test_context.HamtTest.test_hamt_basics_2)\nPASS: test_hamt_basics_3 (test.test_context.HamtTest.test_hamt_basics_3)\nPASS: test_hamt_basics_4 (test.test_context.HamtTest.test_hamt_basics_4)\nPASS: test_hamt_collision_1 (test.test_context.HamtTest.test_hamt_collision_1)\nPASS: test_hamt_collision_3 (test.test_context.HamtTest.test_hamt_collision_3)\nPASS: test_hamt_delete_1 (test.test_context.HamtTest.test_hamt_delete_1)\nPASS: test_hamt_delete_2 (test.test_context.HamtTest.test_hamt_delete_2)\nPASS: test_hamt_delete_3 (test.test_context.HamtTest.test_hamt_delete_3)\nPASS: test_hamt_delete_4 (test.test_context.HamtTest.test_hamt_delete_4)\nPASS: test_hamt_delete_5 (test.test_context.HamtTest.test_hamt_delete_5)\nPASS: test_hamt_eq_1 (test.test_context.HamtTest.test_hamt_eq_1)\nPASS: test_hamt_eq_2 (test.test_context.HamtTest.test_hamt_eq_2)\nPASS: test_hamt_gc_1 (test.test_context.HamtTest.test_hamt_gc_1)\nPASS: test_hamt_gc_2 (test.test_context.HamtTest.test_hamt_gc_2)\nPASS: test_hamt_getitem_1 (test.test_context.HamtTest.test_hamt_getitem_1)\nPASS: test_hamt_in_1 (test.test_context.HamtTest.test_hamt_in_1)\nPASS: test_hamt_items_1 (test.test_context.HamtTest.test_hamt_items_1)\nPASS: test_hamt_items_2 (test.test_context.HamtTest.test_hamt_items_2)\nPASS: test_hamt_items_3 (test.test_context.HamtTest.test_hamt_items_3)\nPASS: test_hamt_keys_1 (test.test_context.HamtTest.test_hamt_keys_1)\nSKIP: test_hamt_stress (test.test_context.HamtTest.test_hamt_stress) \"resource 'cpu' is not enabled\"\nPASS: test_hashkey_helper_1 (test.test_context.HamtTest.test_hashkey_helper_1)\n\n----------------------------------------------------------------------\nRan 44 tests in 0.391s\n\nOK (skipped=1)\n0:01:18 load avg: 1.29 [133/480] test_contextlib passed\nPASS: test_closing (test.test_contextlib.ClosingTestCase.test_closing)\nPASS: test_closing_error (test.test_contextlib.ClosingTestCase.test_closing_error)\nPASS: test_instance_docs (test.test_contextlib.ClosingTestCase.test_instance_docs)\nPASS: test_contextmanager_attribs (test.test_contextlib.ContextManagerTestCase.test_contextmanager_attribs)\nPASS: test_contextmanager_do_not_unchain_non_stopiteration_exceptions (test.test_contextlib.ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions)\nPASS: test_contextmanager_doc_attrib (test.test_contextlib.ContextManagerTestCase.test_contextmanager_doc_attrib)\nPASS: test_contextmanager_except (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except)\nPASS: test_contextmanager_except_pep479 (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_pep479)\nPASS: test_contextmanager_except_stopiter (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_stopiter)\nPASS: test_contextmanager_finally (test.test_contextlib.ContextManagerTestCase.test_contextmanager_finally)\nPASS: test_contextmanager_no_reraise (test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise)\nPASS: test_contextmanager_non_normalised (test.test_contextlib.ContextManagerTestCase.test_contextmanager_non_normalised)\nPASS: test_contextmanager_plain (test.test_contextlib.ContextManagerTestCase.test_contextmanager_plain)\nPASS: test_contextmanager_traceback (test.test_contextlib.ContextManagerTestCase.test_contextmanager_traceback)\nPASS: test_contextmanager_trap_no_yield (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_no_yield)\nPASS: test_contextmanager_trap_second_yield (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_second_yield)\nPASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_yield_after_throw)\nPASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib.ContextManagerTestCase.test_contextmanager_wrap_runtimeerror)\nPASS: test_instance_docstring_given_cm_docstring (test.test_contextlib.ContextManagerTestCase.test_instance_docstring_given_cm_docstring)\nPASS: test_keywords (test.test_contextlib.ContextManagerTestCase.test_keywords)\nPASS: test_nokeepref (test.test_contextlib.ContextManagerTestCase.test_nokeepref)\nPASS: test_param_errors (test.test_contextlib.ContextManagerTestCase.test_param_errors)\nPASS: test_recursive (test.test_contextlib.ContextManagerTestCase.test_recursive)\nPASS: testWithOpen (test.test_contextlib.FileContextTestCase.testWithOpen)\nPASS: testWithBoundedSemaphore (test.test_contextlib.LockContextTestCase.testWithBoundedSemaphore)\nPASS: testWithCondition (test.test_contextlib.LockContextTestCase.testWithCondition)\nPASS: testWithLock (test.test_contextlib.LockContextTestCase.testWithLock)\nPASS: testWithRLock (test.test_contextlib.LockContextTestCase.testWithRLock)\nPASS: testWithSemaphore (test.test_contextlib.LockContextTestCase.testWithSemaphore)\nPASS: test_nullcontext (test.test_contextlib.NullcontextTestCase.test_nullcontext)\nPASS: test_enter (test.test_contextlib.TestAbstractContextManager.test_enter)\nPASS: test_exit_is_abstract (test.test_contextlib.TestAbstractContextManager.test_exit_is_abstract)\nPASS: test_slots (test.test_contextlib.TestAbstractContextManager.test_slots)\nPASS: test_structural_subclassing (test.test_contextlib.TestAbstractContextManager.test_structural_subclassing)\nPASS: test_exception (test.test_contextlib.TestChdir.test_exception)\nPASS: test_reentrant (test.test_contextlib.TestChdir.test_reentrant)\nPASS: test_simple (test.test_contextlib.TestChdir.test_simple)\nPASS: test_contextdecorator (test.test_contextlib.TestContextDecorator.test_contextdecorator)\nPASS: test_contextdecorator_as_mixin (test.test_contextlib.TestContextDecorator.test_contextdecorator_as_mixin)\nPASS: test_contextdecorator_with_exception (test.test_contextlib.TestContextDecorator.test_contextdecorator_with_exception)\nPASS: test_contextmanager_as_decorator (test.test_contextlib.TestContextDecorator.test_contextmanager_as_decorator)\nPASS: test_decorating_method (test.test_contextlib.TestContextDecorator.test_decorating_method)\nPASS: test_decorator (test.test_contextlib.TestContextDecorator.test_decorator)\nPASS: test_decorator_with_exception (test.test_contextlib.TestContextDecorator.test_decorator_with_exception)\nPASS: test_instance_docs (test.test_contextlib.TestContextDecorator.test_instance_docs)\nPASS: test_typo_enter (test.test_contextlib.TestContextDecorator.test_typo_enter)\nPASS: test_typo_exit (test.test_contextlib.TestContextDecorator.test_typo_exit)\nPASS: test_body_exception_suppress (test.test_contextlib.TestExitStack.test_body_exception_suppress)\nPASS: test_callback (test.test_contextlib.TestExitStack.test_callback)\nPASS: test_close (test.test_contextlib.TestExitStack.test_close)\nPASS: test_dont_reraise_RuntimeError (test.test_contextlib.TestExitStack.test_dont_reraise_RuntimeError)\nPASS: test_enter_context (test.test_contextlib.TestExitStack.test_enter_context)\nPASS: test_enter_context_errors (test.test_contextlib.TestExitStack.test_enter_context_errors)\nPASS: test_excessive_nesting (test.test_contextlib.TestExitStack.test_excessive_nesting)\nPASS: test_exit_exception_chaining (test.test_contextlib.TestExitStack.test_exit_exception_chaining)\nPASS: test_exit_exception_chaining_reference (test.test_contextlib.TestExitStack.test_exit_exception_chaining_reference)\nPASS: test_exit_exception_chaining_suppress (test.test_contextlib.TestExitStack.test_exit_exception_chaining_suppress)\nPASS: test_exit_exception_explicit_none_context (test.test_contextlib.TestExitStack.test_exit_exception_explicit_none_context)\nPASS: test_exit_exception_non_suppressing (test.test_contextlib.TestExitStack.test_exit_exception_non_suppressing)\nPASS: test_exit_exception_traceback (test.test_contextlib.TestExitStack.test_exit_exception_traceback)\nPASS: test_exit_exception_with_correct_context (test.test_contextlib.TestExitStack.test_exit_exception_with_correct_context)\nPASS: test_exit_exception_with_existing_context (test.test_contextlib.TestExitStack.test_exit_exception_with_existing_context)\nPASS: test_exit_raise (test.test_contextlib.TestExitStack.test_exit_raise)\nPASS: test_exit_suppress (test.test_contextlib.TestExitStack.test_exit_suppress)\nPASS: test_instance_bypass (test.test_contextlib.TestExitStack.test_instance_bypass)\nPASS: test_instance_docs (test.test_contextlib.TestExitStack.test_instance_docs)\nPASS: test_no_resources (test.test_contextlib.TestExitStack.test_no_resources)\nPASS: test_pop_all (test.test_contextlib.TestExitStack.test_pop_all)\nPASS: test_push (test.test_contextlib.TestExitStack.test_push)\nPASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStderr.test_cm_is_reentrant)\nPASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStderr.test_cm_is_reusable)\nPASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStderr.test_enter_result_is_target)\nPASS: test_instance_docs (test.test_contextlib.TestRedirectStderr.test_instance_docs)\nPASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStderr.test_no_redirect_in_init)\nPASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStderr.test_redirect_to_string_io)\nPASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStdout.test_cm_is_reentrant)\nPASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStdout.test_cm_is_reusable)\nPASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStdout.test_enter_result_is_target)\nPASS: test_instance_docs (test.test_contextlib.TestRedirectStdout.test_instance_docs)\nPASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStdout.test_no_redirect_in_init)\nPASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStdout.test_redirect_to_string_io)\nPASS: test_cm_is_reentrant (test.test_contextlib.TestSuppress.test_cm_is_reentrant)\nPASS: test_exact_exception (test.test_contextlib.TestSuppress.test_exact_exception)\nPASS: test_exception_groups (test.test_contextlib.TestSuppress.test_exception_groups)\nPASS: test_exception_hierarchy (test.test_contextlib.TestSuppress.test_exception_hierarchy)\nPASS: test_instance_docs (test.test_contextlib.TestSuppress.test_instance_docs)\nPASS: test_multiple_exception_args (test.test_contextlib.TestSuppress.test_multiple_exception_args)\nPASS: test_no_args (test.test_contextlib.TestSuppress.test_no_args)\nPASS: test_no_exception (test.test_contextlib.TestSuppress.test_no_exception)\nPASS: test_no_result_from_enter (test.test_contextlib.TestSuppress.test_no_result_from_enter)\nPASS: test_other_exception (test.test_contextlib.TestSuppress.test_other_exception)\n\n----------------------------------------------------------------------\nRan 91 tests in 0.049s\n\nOK\n0:01:19 load avg: 1.29 [134/480] test_contextlib_async passed\nPASS: test_aclosing (test.test_contextlib_async.AclosingTestCase.test_aclosing)\nPASS: test_aclosing_bpo41229 (test.test_contextlib_async.AclosingTestCase.test_aclosing_bpo41229)\nPASS: test_aclosing_error (test.test_contextlib_async.AclosingTestCase.test_aclosing_error)\nPASS: test_instance_docs (test.test_contextlib_async.AclosingTestCase.test_instance_docs)\nPASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_attribs)\nPASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_doc_attrib)\nPASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except)\nPASS: test_contextmanager_except_stopiter (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_stopiter)\nPASS: test_contextmanager_finally (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_finally)\nPASS: test_contextmanager_no_reraise (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise)\nPASS: test_contextmanager_non_normalised (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised)\nPASS: test_contextmanager_plain (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain)\nPASS: test_contextmanager_traceback (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback)\nPASS: test_contextmanager_trap_no_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield)\nPASS: test_contextmanager_trap_second_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield)\nPASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw)\nPASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_wrap_runtimeerror)\nPASS: test_decorating_method (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorating_method)\nPASS: test_decorator (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator)\nPASS: test_decorator_with_exception (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_with_exception)\nPASS: test_instance_docstring_given_cm_docstring (test.test_contextlib_async.AsyncContextManagerTestCase.test_instance_docstring_given_cm_docstring)\nPASS: test_keywords (test.test_contextlib_async.AsyncContextManagerTestCase.test_keywords)\nPASS: test_recursive (test.test_contextlib_async.AsyncContextManagerTestCase.test_recursive)\nPASS: test_async_gen_propagates_generator_exit (test.test_contextlib_async.TestAbstractAsyncContextManager.test_async_gen_propagates_generator_exit)\nPASS: test_enter (test.test_contextlib_async.TestAbstractAsyncContextManager.test_enter)\nPASS: test_exit_is_abstract (test.test_contextlib_async.TestAbstractAsyncContextManager.test_exit_is_abstract)\nPASS: test_slots (test.test_contextlib_async.TestAbstractAsyncContextManager.test_slots)\nPASS: test_structural_subclassing (test.test_contextlib_async.TestAbstractAsyncContextManager.test_structural_subclassing)\nPASS: test_async_callback (test.test_contextlib_async.TestAsyncExitStack.test_async_callback)\nPASS: test_async_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_chaining)\nPASS: test_async_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_explicit_none_context)\nPASS: test_async_push (test.test_contextlib_async.TestAsyncExitStack.test_async_push)\nPASS: test_body_exception_suppress (test.test_contextlib_async.TestAsyncExitStack.test_body_exception_suppress)\nPASS: test_callback (test.test_contextlib_async.TestAsyncExitStack.test_callback)\nPASS: test_close (test.test_contextlib_async.TestAsyncExitStack.test_close)\nPASS: test_dont_reraise_RuntimeError (test.test_contextlib_async.TestAsyncExitStack.test_dont_reraise_RuntimeError)\nPASS: test_enter_async_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context)\nPASS: test_enter_async_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context_errors)\nPASS: test_enter_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_context)\nPASS: test_enter_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_context_errors)\nPASS: test_excessive_nesting (test.test_contextlib_async.TestAsyncExitStack.test_excessive_nesting)\nPASS: test_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining)\nPASS: test_exit_exception_chaining_reference (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_reference)\nPASS: test_exit_exception_chaining_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_suppress)\nPASS: test_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_explicit_none_context)\nPASS: test_exit_exception_non_suppressing (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_non_suppressing)\nPASS: test_exit_exception_traceback (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_traceback)\nPASS: test_exit_exception_with_correct_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_correct_context)\nPASS: test_exit_exception_with_existing_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_existing_context)\nPASS: test_exit_raise (test.test_contextlib_async.TestAsyncExitStack.test_exit_raise)\nPASS: test_exit_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_suppress)\nPASS: test_instance_bypass (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass)\nPASS: test_instance_bypass_async (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass_async)\nPASS: test_instance_docs (test.test_contextlib_async.TestAsyncExitStack.test_instance_docs)\nPASS: test_no_resources (test.test_contextlib_async.TestAsyncExitStack.test_no_resources)\nPASS: test_pop_all (test.test_contextlib_async.TestAsyncExitStack.test_pop_all)\nPASS: test_push (test.test_contextlib_async.TestAsyncExitStack.test_push)\nPASS: test_async_nullcontext (test.test_contextlib_async.TestAsyncNullcontext.test_async_nullcontext)\n\n----------------------------------------------------------------------\nRan 58 tests in 0.144s\n\nOK\n0:01:19 load avg: 1.29 [135/480] test_copy passed\nPASS: test__all__ (test.test_copy.MiscTestCase.test__all__)\nPASS: test_copy_atomic (test.test_copy.TestCopy.test_copy_atomic)\nPASS: test_copy_basic (test.test_copy.TestCopy.test_copy_basic)\nPASS: test_copy_bytearray (test.test_copy.TestCopy.test_copy_bytearray)\nPASS: test_copy_cant (test.test_copy.TestCopy.test_copy_cant)\nPASS: test_copy_copy (test.test_copy.TestCopy.test_copy_copy)\nPASS: test_copy_dict (test.test_copy.TestCopy.test_copy_dict)\nPASS: test_copy_frozenset (test.test_copy.TestCopy.test_copy_frozenset)\nPASS: test_copy_function (test.test_copy.TestCopy.test_copy_function)\nPASS: test_copy_inst_copy (test.test_copy.TestCopy.test_copy_inst_copy)\nPASS: test_copy_inst_getinitargs (test.test_copy.TestCopy.test_copy_inst_getinitargs)\nPASS: test_copy_inst_getnewargs (test.test_copy.TestCopy.test_copy_inst_getnewargs)\nPASS: test_copy_inst_getnewargs_ex (test.test_copy.TestCopy.test_copy_inst_getnewargs_ex)\nPASS: test_copy_inst_getstate (test.test_copy.TestCopy.test_copy_inst_getstate)\nPASS: test_copy_inst_getstate_setstate (test.test_copy.TestCopy.test_copy_inst_getstate_setstate)\nPASS: test_copy_inst_setstate (test.test_copy.TestCopy.test_copy_inst_setstate)\nPASS: test_copy_inst_vanilla (test.test_copy.TestCopy.test_copy_inst_vanilla)\nPASS: test_copy_list (test.test_copy.TestCopy.test_copy_list)\nPASS: test_copy_list_subclass (test.test_copy.TestCopy.test_copy_list_subclass)\nPASS: test_copy_reduce (test.test_copy.TestCopy.test_copy_reduce)\nPASS: test_copy_reduce_ex (test.test_copy.TestCopy.test_copy_reduce_ex)\nPASS: test_copy_registry (test.test_copy.TestCopy.test_copy_registry)\nPASS: test_copy_set (test.test_copy.TestCopy.test_copy_set)\nPASS: test_copy_slots (test.test_copy.TestCopy.test_copy_slots)\nPASS: test_copy_tuple (test.test_copy.TestCopy.test_copy_tuple)\nPASS: test_copy_tuple_subclass (test.test_copy.TestCopy.test_copy_tuple_subclass)\nPASS: test_copy_weakkeydict (test.test_copy.TestCopy.test_copy_weakkeydict)\nPASS: test_copy_weakref (test.test_copy.TestCopy.test_copy_weakref)\nPASS: test_copy_weakvaluedict (test.test_copy.TestCopy.test_copy_weakvaluedict)\nPASS: test_deepcopy_atomic (test.test_copy.TestCopy.test_deepcopy_atomic)\nPASS: test_deepcopy_basic (test.test_copy.TestCopy.test_deepcopy_basic)\nPASS: test_deepcopy_bound_method (test.test_copy.TestCopy.test_deepcopy_bound_method)\nPASS: test_deepcopy_cant (test.test_copy.TestCopy.test_deepcopy_cant)\nPASS: test_deepcopy_deepcopy (test.test_copy.TestCopy.test_deepcopy_deepcopy)\nPASS: test_deepcopy_dict (test.test_copy.TestCopy.test_deepcopy_dict)\nPASS: test_deepcopy_dict_subclass (test.test_copy.TestCopy.test_deepcopy_dict_subclass)\nPASS: test_deepcopy_dont_memo_immutable (test.test_copy.TestCopy.test_deepcopy_dont_memo_immutable)\nPASS: test_deepcopy_empty_tuple (test.test_copy.TestCopy.test_deepcopy_empty_tuple)\nPASS: test_deepcopy_function (test.test_copy.TestCopy.test_deepcopy_function)\nPASS: test_deepcopy_inst_deepcopy (test.test_copy.TestCopy.test_deepcopy_inst_deepcopy)\nPASS: test_deepcopy_inst_getinitargs (test.test_copy.TestCopy.test_deepcopy_inst_getinitargs)\nPASS: test_deepcopy_inst_getnewargs (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs)\nPASS: test_deepcopy_inst_getnewargs_ex (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs_ex)\nPASS: test_deepcopy_inst_getstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate)\nPASS: test_deepcopy_inst_getstate_setstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate_setstate)\nPASS: test_deepcopy_inst_setstate (test.test_copy.TestCopy.test_deepcopy_inst_setstate)\nPASS: test_deepcopy_inst_vanilla (test.test_copy.TestCopy.test_deepcopy_inst_vanilla)\nPASS: test_deepcopy_issubclass (test.test_copy.TestCopy.test_deepcopy_issubclass)\nPASS: test_deepcopy_keepalive (test.test_copy.TestCopy.test_deepcopy_keepalive)\nPASS: test_deepcopy_list (test.test_copy.TestCopy.test_deepcopy_list)\nPASS: test_deepcopy_list_subclass (test.test_copy.TestCopy.test_deepcopy_list_subclass)\nPASS: test_deepcopy_memo (test.test_copy.TestCopy.test_deepcopy_memo)\nPASS: test_deepcopy_reduce (test.test_copy.TestCopy.test_deepcopy_reduce)\nPASS: test_deepcopy_reduce_ex (test.test_copy.TestCopy.test_deepcopy_reduce_ex)\nPASS: test_deepcopy_reflexive_dict (test.test_copy.TestCopy.test_deepcopy_reflexive_dict)\nPASS: test_deepcopy_reflexive_inst (test.test_copy.TestCopy.test_deepcopy_reflexive_inst)\nPASS: test_deepcopy_reflexive_list (test.test_copy.TestCopy.test_deepcopy_reflexive_list)\nPASS: test_deepcopy_reflexive_tuple (test.test_copy.TestCopy.test_deepcopy_reflexive_tuple)\nPASS: test_deepcopy_registry (test.test_copy.TestCopy.test_deepcopy_registry)\nPASS: test_deepcopy_slots (test.test_copy.TestCopy.test_deepcopy_slots)\nPASS: test_deepcopy_tuple (test.test_copy.TestCopy.test_deepcopy_tuple)\nPASS: test_deepcopy_tuple_of_immutables (test.test_copy.TestCopy.test_deepcopy_tuple_of_immutables)\nPASS: test_deepcopy_tuple_subclass (test.test_copy.TestCopy.test_deepcopy_tuple_subclass)\nPASS: test_deepcopy_weakkeydict (test.test_copy.TestCopy.test_deepcopy_weakkeydict)\nPASS: test_deepcopy_weakref (test.test_copy.TestCopy.test_deepcopy_weakref)\nPASS: test_deepcopy_weakvaluedict (test.test_copy.TestCopy.test_deepcopy_weakvaluedict)\nPASS: test_exceptions (test.test_copy.TestCopy.test_exceptions)\nPASS: test_getstate_exc (test.test_copy.TestCopy.test_getstate_exc)\nPASS: test_reconstruct_nostate (test.test_copy.TestCopy.test_reconstruct_nostate)\nPASS: test_reconstruct_reflexive (test.test_copy.TestCopy.test_reconstruct_reflexive)\nPASS: test_reconstruct_state (test.test_copy.TestCopy.test_reconstruct_state)\nPASS: test_reconstruct_state_setstate (test.test_copy.TestCopy.test_reconstruct_state_setstate)\nPASS: test_reconstruct_string (test.test_copy.TestCopy.test_reconstruct_string)\nPASS: test_reduce_4tuple (test.test_copy.TestCopy.test_reduce_4tuple)\nPASS: test_reduce_5tuple (test.test_copy.TestCopy.test_reduce_5tuple)\nPASS: test_reduce_6tuple (test.test_copy.TestCopy.test_reduce_6tuple)\nPASS: test_reduce_6tuple_none (test.test_copy.TestCopy.test_reduce_6tuple_none)\nPASS: test_dataclass (test.test_copy.TestReplace.test_dataclass)\nPASS: test_namedtuple (test.test_copy.TestReplace.test_namedtuple)\nPASS: test_replace_method (test.test_copy.TestReplace.test_replace_method)\nPASS: test_unsupported (test.test_copy.TestReplace.test_unsupported)\n\n----------------------------------------------------------------------\nRan 81 tests in 0.034s\n\nOK\n0:01:19 load avg: 1.29 [136/480] test_copyreg passed\nPASS: test_bool (test.test_copyreg.CopyRegTestCase.test_bool)\nPASS: test_class (test.test_copyreg.CopyRegTestCase.test_class)\nPASS: test_extension_registry (test.test_copyreg.CopyRegTestCase.test_extension_registry)\nPASS: test_noncallable_constructor (test.test_copyreg.CopyRegTestCase.test_noncallable_constructor)\nPASS: test_noncallable_reduce (test.test_copyreg.CopyRegTestCase.test_noncallable_reduce)\nPASS: test_slotnames (test.test_copyreg.CopyRegTestCase.test_slotnames)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:01:19 load avg: 1.29 [137/480] test_coroutines passed\nPASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_1)\nPASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_2)\nPASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_3)\nPASS: test_badsyntax_4 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_4)\nPASS: test_tp_await_1 (test.test_coroutines.CAPITest.test_tp_await_1)\nPASS: test_tp_await_2 (test.test_coroutines.CAPITest.test_tp_await_2)\nPASS: test_tp_await_3 (test.test_coroutines.CAPITest.test_tp_await_3)\nPASS: test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest.test_asyncio_1)\nPASS: test_await_1 (test.test_coroutines.CoroutineTest.test_await_1)\nPASS: test_await_10 (test.test_coroutines.CoroutineTest.test_await_10)\nPASS: test_await_11 (test.test_coroutines.CoroutineTest.test_await_11)\nPASS: test_await_12 (test.test_coroutines.CoroutineTest.test_await_12)\nPASS: test_await_13 (test.test_coroutines.CoroutineTest.test_await_13)\nPASS: test_await_14 (test.test_coroutines.CoroutineTest.test_await_14)\nPASS: test_await_15 (test.test_coroutines.CoroutineTest.test_await_15)\nPASS: test_await_16 (test.test_coroutines.CoroutineTest.test_await_16)\nPASS: test_await_2 (test.test_coroutines.CoroutineTest.test_await_2)\nPASS: test_await_3 (test.test_coroutines.CoroutineTest.test_await_3)\nPASS: test_await_4 (test.test_coroutines.CoroutineTest.test_await_4)\nPASS: test_await_5 (test.test_coroutines.CoroutineTest.test_await_5)\nPASS: test_await_6 (test.test_coroutines.CoroutineTest.test_await_6)\nPASS: test_await_7 (test.test_coroutines.CoroutineTest.test_await_7)\nPASS: test_await_8 (test.test_coroutines.CoroutineTest.test_await_8)\nPASS: test_await_9 (test.test_coroutines.CoroutineTest.test_await_9)\ntest_bpo_45813_1 (test.test_coroutines.CoroutineTest.test_bpo_45813_1)\nPASS: This would crash the interpreter in 3.11a2\ntest_bpo_45813_2 (test.test_coroutines.CoroutineTest.test_bpo_45813_2)\nPASS: This would crash the interpreter in 3.11a2\nPASS: test_call_aiter_once_in_comprehension (test.test_coroutines.CoroutineTest.test_call_aiter_once_in_comprehension)\nPASS: test_comp_1 (test.test_coroutines.CoroutineTest.test_comp_1)\nPASS: test_comp_10 (test.test_coroutines.CoroutineTest.test_comp_10)\nPASS: test_comp_2 (test.test_coroutines.CoroutineTest.test_comp_2)\nPASS: test_comp_3 (test.test_coroutines.CoroutineTest.test_comp_3)\nPASS: test_comp_4 (test.test_coroutines.CoroutineTest.test_comp_4)\nPASS: test_comp_4_2 (test.test_coroutines.CoroutineTest.test_comp_4_2)\nPASS: test_comp_5 (test.test_coroutines.CoroutineTest.test_comp_5)\nPASS: test_comp_6 (test.test_coroutines.CoroutineTest.test_comp_6)\nPASS: test_comp_7 (test.test_coroutines.CoroutineTest.test_comp_7)\nPASS: test_comp_8 (test.test_coroutines.CoroutineTest.test_comp_8)\nPASS: test_comp_9 (test.test_coroutines.CoroutineTest.test_comp_9)\nPASS: test_copy (test.test_coroutines.CoroutineTest.test_copy)\nPASS: test_coro_wrapper_send_stop_iterator (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_stop_iterator)\nPASS: test_coro_wrapper_send_tuple (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_tuple)\nPASS: test_corotype_1 (test.test_coroutines.CoroutineTest.test_corotype_1)\nPASS: test_cr_await (test.test_coroutines.CoroutineTest.test_cr_await)\nPASS: test_cr_frame_after_close (test.test_coroutines.CoroutineTest.test_cr_frame_after_close)\nPASS: test_fatal_coro_warning (test.test_coroutines.CoroutineTest.test_fatal_coro_warning)\nPASS: test_for_1 (test.test_coroutines.CoroutineTest.test_for_1)\nPASS: test_for_11 (test.test_coroutines.CoroutineTest.test_for_11)\nPASS: test_for_2 (test.test_coroutines.CoroutineTest.test_for_2)\nPASS: test_for_3 (test.test_coroutines.CoroutineTest.test_for_3)\nPASS: test_for_4 (test.test_coroutines.CoroutineTest.test_for_4)\nPASS: test_for_6 (test.test_coroutines.CoroutineTest.test_for_6)\nPASS: test_for_7 (test.test_coroutines.CoroutineTest.test_for_7)\nPASS: test_for_8 (test.test_coroutines.CoroutineTest.test_for_8)\nPASS: test_for_assign_raising_stop_async_iteration (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration)\nPASS: test_for_assign_raising_stop_async_iteration_2 (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_2)\nPASS: test_for_stop_iteration (test.test_coroutines.CoroutineTest.test_for_stop_iteration)\nPASS: test_for_tuple (test.test_coroutines.CoroutineTest.test_for_tuple)\nPASS: test_func_1 (test.test_coroutines.CoroutineTest.test_func_1)\nPASS: test_func_10 (test.test_coroutines.CoroutineTest.test_func_10)\nPASS: test_func_11 (test.test_coroutines.CoroutineTest.test_func_11)\nPASS: test_func_12 (test.test_coroutines.CoroutineTest.test_func_12)\nPASS: test_func_13 (test.test_coroutines.CoroutineTest.test_func_13)\nPASS: test_func_14 (test.test_coroutines.CoroutineTest.test_func_14)\nPASS: test_func_15 (test.test_coroutines.CoroutineTest.test_func_15)\nPASS: test_func_16 (test.test_coroutines.CoroutineTest.test_func_16)\nPASS: test_func_17 (test.test_coroutines.CoroutineTest.test_func_17)\nPASS: test_func_18 (test.test_coroutines.CoroutineTest.test_func_18)\nPASS: test_func_19 (test.test_coroutines.CoroutineTest.test_func_19)\nPASS: test_func_2 (test.test_coroutines.CoroutineTest.test_func_2)\nPASS: test_func_3 (test.test_coroutines.CoroutineTest.test_func_3)\nPASS: test_func_4 (test.test_coroutines.CoroutineTest.test_func_4)\nPASS: test_func_5 (test.test_coroutines.CoroutineTest.test_func_5)\nPASS: test_func_6 (test.test_coroutines.CoroutineTest.test_func_6)\nPASS: test_func_7 (test.test_coroutines.CoroutineTest.test_func_7)\nPASS: test_func_8 (test.test_coroutines.CoroutineTest.test_func_8)\nPASS: test_func_9 (test.test_coroutines.CoroutineTest.test_func_9)\nPASS: test_gen_1 (test.test_coroutines.CoroutineTest.test_gen_1)\nPASS: test_nested_comp (test.test_coroutines.CoroutineTest.test_nested_comp)\nPASS: test_pickle (test.test_coroutines.CoroutineTest.test_pickle)\nPASS: test_stack_in_coroutine_throw (test.test_coroutines.CoroutineTest.test_stack_in_coroutine_throw)\nPASS: test_with_1 (test.test_coroutines.CoroutineTest.test_with_1)\nPASS: test_with_10 (test.test_coroutines.CoroutineTest.test_with_10)\nPASS: test_with_11 (test.test_coroutines.CoroutineTest.test_with_11)\nPASS: test_with_12 (test.test_coroutines.CoroutineTest.test_with_12)\nPASS: test_with_13 (test.test_coroutines.CoroutineTest.test_with_13)\nPASS: test_with_2 (test.test_coroutines.CoroutineTest.test_with_2)\nPASS: test_with_3 (test.test_coroutines.CoroutineTest.test_with_3)\nPASS: test_with_4 (test.test_coroutines.CoroutineTest.test_with_4)\nPASS: test_with_5 (test.test_coroutines.CoroutineTest.test_with_5)\nPASS: test_with_6 (test.test_coroutines.CoroutineTest.test_with_6)\nPASS: test_with_7 (test.test_coroutines.CoroutineTest.test_with_7)\nPASS: test_with_8 (test.test_coroutines.CoroutineTest.test_with_8)\nPASS: test_with_9 (test.test_coroutines.CoroutineTest.test_with_9)\nPASS: test_origin_tracking (test.test_coroutines.OriginTrackingTest.test_origin_tracking)\nPASS: test_origin_tracking_warning (test.test_coroutines.OriginTrackingTest.test_origin_tracking_warning)\nPASS: test_unawaited_warning_when_module_broken (test.test_coroutines.OriginTrackingTest.test_unawaited_warning_when_module_broken)\nPASS: test_oneline_defs (test.test_coroutines.TokenizerRegrTest.test_oneline_defs)\nPASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarningDuringShutdownTest.test_unawaited_warning_during_shutdown)\n\n----------------------------------------------------------------------\nRan 98 tests in 0.246s\n\nOK\n0:01:19 load avg: 1.29 [138/480] test_cppext passed\nSKIP: test_build (test.test_cppext.TestCPPExt.test_build) \"resource 'cpu' is not enabled\"\nSKIP: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) \"resource 'cpu' is not enabled\"\nSKIP: test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) \"resource 'cpu' is not enabled\"\nSKIP: test_build_cpp14 (test.test_cppext.TestCPPExt.test_build_cpp14) \"resource 'cpu' is not enabled\"\nSKIP: test_build_limited (test.test_cppext.TestCPPExt.test_build_limited) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 5 tests in 0.000s\n\nOK (skipped=5)\n0:01:20 load avg: 1.29 [139/480] test_cprofile passed\nPASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest.test_bad_counter_during_dealloc)\nPASS: test_bad_descriptor (test.test_cprofile.CProfileTest.test_bad_descriptor)\nPASS: test_calling_conventions (test.test_cprofile.CProfileTest.test_calling_conventions)\nPASS: test_cprofile (test.test_cprofile.CProfileTest.test_cprofile)\nPASS: test_crash_with_not_enough_args (test.test_cprofile.CProfileTest.test_crash_with_not_enough_args)\nPASS: test_evil_external_timer (test.test_cprofile.CProfileTest.test_evil_external_timer)\nPASS: test_output_file_when_changing_directory (test.test_cprofile.CProfileTest.test_output_file_when_changing_directory)\nPASS: test_profile_as_context_manager (test.test_cprofile.CProfileTest.test_profile_as_context_manager)\nPASS: test_profile_enable_disable (test.test_cprofile.CProfileTest.test_profile_enable_disable)\nPASS: test_run (test.test_cprofile.CProfileTest.test_run)\nPASS: test_run_profile_as_module (test.test_cprofile.CProfileTest.test_run_profile_as_module)\nPASS: test_run_with_sort_by_values (test.test_cprofile.CProfileTest.test_run_with_sort_by_values)\nPASS: test_runctx (test.test_cprofile.CProfileTest.test_runctx)\nPASS: test_second_profiler (test.test_cprofile.CProfileTest.test_second_profiler)\ntest_throw (test.test_cprofile.CProfileTest.test_throw)\nPASS: gh-106152\nPASS: test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions)\nPASS: test_cprofile (test.test_profile.ProfileTest.test_cprofile)\nPASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory)\nPASS: test_run (test.test_profile.ProfileTest.test_run)\nPASS: test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module)\nPASS: test_run_with_sort_by_values (test.test_profile.ProfileTest.test_run_with_sort_by_values)\nPASS: test_runctx (test.test_profile.ProfileTest.test_runctx)\nPASS: test_sort (test.test_cprofile.TestCommandLine.test_sort)\n\n----------------------------------------------------------------------\nRan 23 tests in 0.431s\n\nOK\n0:01:20 load avg: 1.29 [140/480] test_compile passed\nPASS: test_and (test.test_compile.TestExpressionStackSize.test_and)\nPASS: test_and_or (test.test_compile.TestExpressionStackSize.test_and_or)\nPASS: test_binop (test.test_compile.TestExpressionStackSize.test_binop)\nPASS: test_chained_comparison (test.test_compile.TestExpressionStackSize.test_chained_comparison)\nPASS: test_dict (test.test_compile.TestExpressionStackSize.test_dict)\nPASS: test_func_and (test.test_compile.TestExpressionStackSize.test_func_and)\nPASS: test_func_args (test.test_compile.TestExpressionStackSize.test_func_args)\nPASS: test_func_kwargs (test.test_compile.TestExpressionStackSize.test_func_kwargs)\nPASS: test_if_else (test.test_compile.TestExpressionStackSize.test_if_else)\nPASS: test_list (test.test_compile.TestExpressionStackSize.test_list)\nPASS: test_meth_args (test.test_compile.TestExpressionStackSize.test_meth_args)\nPASS: test_meth_kwargs (test.test_compile.TestExpressionStackSize.test_meth_kwargs)\nPASS: test_or (test.test_compile.TestExpressionStackSize.test_or)\nPASS: test_set (test.test_compile.TestExpressionStackSize.test_set)\nPASS: test_stack_3050 (test.test_compile.TestExpressionStackSize.test_stack_3050)\nPASS: test_stack_3050_2 (test.test_compile.TestExpressionStackSize.test_stack_3050_2)\nPASS: test_tuple (test.test_compile.TestExpressionStackSize.test_tuple)\nPASS: test_basics (test.test_compile.TestInstructionSequence.test_basics)\nPASS: test_nested (test.test_compile.TestInstructionSequence.test_nested)\nPASS: test_static_attributes_are_sorted (test.test_compile.TestInstructionSequence.test_static_attributes_are_sorted)\nPASS: test_attribute_augassign (test.test_compile.TestSourcePositions.test_attribute_augassign)\nPASS: test_attribute_del (test.test_compile.TestSourcePositions.test_attribute_del)\nPASS: test_attribute_load (test.test_compile.TestSourcePositions.test_attribute_load)\nPASS: test_attribute_store (test.test_compile.TestSourcePositions.test_attribute_store)\nPASS: test_column_offset_deduplication (test.test_compile.TestSourcePositions.test_column_offset_deduplication)\nPASS: test_compiles_to_extended_op_arg (test.test_compile.TestSourcePositions.test_compiles_to_extended_op_arg)\nPASS: test_complex_single_line_expression (test.test_compile.TestSourcePositions.test_complex_single_line_expression)\nPASS: test_lambda_return_position (test.test_compile.TestSourcePositions.test_lambda_return_position)\nPASS: test_load_super_attr (test.test_compile.TestSourcePositions.test_load_super_attr)\nPASS: test_matchcase_class (test.test_compile.TestSourcePositions.test_matchcase_class)\nPASS: test_matchcase_mapping (test.test_compile.TestSourcePositions.test_matchcase_mapping)\nPASS: test_matchcase_mapping_wildcard (test.test_compile.TestSourcePositions.test_matchcase_mapping_wildcard)\nPASS: test_matchcase_or (test.test_compile.TestSourcePositions.test_matchcase_or)\nPASS: test_matchcase_sequence (test.test_compile.TestSourcePositions.test_matchcase_sequence)\nPASS: test_matchcase_sequence_wildcard (test.test_compile.TestSourcePositions.test_matchcase_sequence_wildcard)\nPASS: test_method_call (test.test_compile.TestSourcePositions.test_method_call)\nPASS: test_multiline_assert (test.test_compile.TestSourcePositions.test_multiline_assert)\nPASS: test_multiline_assert_rewritten_as_method_call (test.test_compile.TestSourcePositions.test_multiline_assert_rewritten_as_method_call)\nPASS: test_multiline_async_dict_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_dict_comprehension)\nPASS: test_multiline_async_generator_expression (test.test_compile.TestSourcePositions.test_multiline_async_generator_expression)\nPASS: test_multiline_async_list_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_list_comprehension)\nPASS: test_multiline_async_set_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_set_comprehension)\nPASS: test_multiline_boolean_expression (test.test_compile.TestSourcePositions.test_multiline_boolean_expression)\nPASS: test_multiline_dict_comprehension (test.test_compile.TestSourcePositions.test_multiline_dict_comprehension)\nPASS: test_multiline_expression (test.test_compile.TestSourcePositions.test_multiline_expression)\nPASS: test_multiline_generator_expression (test.test_compile.TestSourcePositions.test_multiline_generator_expression)\nPASS: test_multiline_list_comprehension (test.test_compile.TestSourcePositions.test_multiline_list_comprehension)\nPASS: test_multiline_set_comprehension (test.test_compile.TestSourcePositions.test_multiline_set_comprehension)\nPASS: test_push_null_load_global_positions (test.test_compile.TestSourcePositions.test_push_null_load_global_positions)\nPASS: test_return_in_with_positions (test.test_compile.TestSourcePositions.test_return_in_with_positions)\nPASS: test_simple_assignment (test.test_compile.TestSourcePositions.test_simple_assignment)\nPASS: test_very_long_line_end_offset (test.test_compile.TestSourcePositions.test_very_long_line_end_offset)\nPASS: test_weird_attribute_position_regressions (test.test_compile.TestSourcePositions.test_weird_attribute_position_regressions)\nPASS: test_32_63_bit_values (test.test_compile.TestSpecifics.test_32_63_bit_values)\nPASS: test_annotation_limit (test.test_compile.TestSpecifics.test_annotation_limit)\nPASS: test_apply_static_swaps (test.test_compile.TestSpecifics.test_apply_static_swaps)\nPASS: test_apply_static_swaps_2 (test.test_compile.TestSpecifics.test_apply_static_swaps_2)\nPASS: test_apply_static_swaps_3 (test.test_compile.TestSpecifics.test_apply_static_swaps_3)\nPASS: test_argument_handling (test.test_compile.TestSpecifics.test_argument_handling)\nPASS: test_argument_order (test.test_compile.TestSpecifics.test_argument_order)\nPASS: test_bad_single_statement (test.test_compile.TestSpecifics.test_bad_single_statement)\nPASS: test_big_dict_literal (test.test_compile.TestSpecifics.test_big_dict_literal)\nPASS: test_cold_block_moved_to_end (test.test_compile.TestSpecifics.test_cold_block_moved_to_end)\nPASS: test_compare_positions (test.test_compile.TestSpecifics.test_compare_positions)\nPASS: test_compile_ast (test.test_compile.TestSpecifics.test_compile_ast)\nPASS: test_compile_filename (test.test_compile.TestSpecifics.test_compile_filename)\nPASS: test_compile_invalid_namedexpr (test.test_compile.TestSpecifics.test_compile_invalid_namedexpr)\nPASS: test_compile_invalid_typealias (test.test_compile.TestSpecifics.test_compile_invalid_typealias)\nPASS: test_compile_redundant_jump_after_convert_pseudo_ops (test.test_compile.TestSpecifics.test_compile_redundant_jump_after_convert_pseudo_ops)\nPASS: test_compile_redundant_jumps_and_nops_after_moving_cold_blocks (test.test_compile.TestSpecifics.test_compile_redundant_jumps_and_nops_after_moving_cold_blocks)\nPASS: test_compile_warning_in_finally (test.test_compile.TestSpecifics.test_compile_warning_in_finally)\nPASS: test_compile_warnings (test.test_compile.TestSpecifics.test_compile_warnings)\nPASS: test_compiler_recursion_limit (test.test_compile.TestSpecifics.test_compiler_recursion_limit)\nPASS: test_condition_expression_with_dead_blocks_compiles (test.test_compile.TestSpecifics.test_condition_expression_with_dead_blocks_compiles)\nPASS: test_condition_expression_with_redundant_comparisons_compiles (test.test_compile.TestSpecifics.test_condition_expression_with_redundant_comparisons_compiles)\nPASS: test_consts_in_conditionals (test.test_compile.TestSpecifics.test_consts_in_conditionals)\nPASS: test_dead_blocks_do_not_generate_bytecode (test.test_compile.TestSpecifics.test_dead_blocks_do_not_generate_bytecode)\nPASS: test_dead_code_with_except_handler_compiles (test.test_compile.TestSpecifics.test_dead_code_with_except_handler_compiles)\nPASS: test_debug_assignment (test.test_compile.TestSpecifics.test_debug_assignment)\nPASS: test_dict_evaluation_order (test.test_compile.TestSpecifics.test_dict_evaluation_order)\nPASS: test_docstring (test.test_compile.TestSpecifics.test_docstring)\nPASS: test_docstring_omitted (test.test_compile.TestSpecifics.test_docstring_omitted)\nPASS: test_dont_merge_constants (test.test_compile.TestSpecifics.test_dont_merge_constants)\nPASS: test_duplicate_global_local (test.test_compile.TestSpecifics.test_duplicate_global_local)\nPASS: test_duplicated_small_exit_block (test.test_compile.TestSpecifics.test_duplicated_small_exit_block)\nPASS: test_empty (test.test_compile.TestSpecifics.test_empty)\nPASS: test_encoding (test.test_compile.TestSpecifics.test_encoding)\nPASS: test_exec_with_general_mapping_for_locals (test.test_compile.TestSpecifics.test_exec_with_general_mapping_for_locals)\nPASS: test_extended_arg (test.test_compile.TestSpecifics.test_extended_arg)\nPASS: test_false_while_loop (test.test_compile.TestSpecifics.test_false_while_loop)\nPASS: test_float_literals (test.test_compile.TestSpecifics.test_float_literals)\nPASS: test_for_distinct_code_objects (test.test_compile.TestSpecifics.test_for_distinct_code_objects)\nPASS: test_global_declaration_in_except_used_in_else (test.test_compile.TestSpecifics.test_global_declaration_in_except_used_in_else)\nPASS: test_if_expression_expression_empty_block (test.test_compile.TestSpecifics.test_if_expression_expression_empty_block)\nPASS: test_import (test.test_compile.TestSpecifics.test_import)\nPASS: test_imported_load_method (test.test_compile.TestSpecifics.test_imported_load_method)\nPASS: test_indentation (test.test_compile.TestSpecifics.test_indentation)\nPASS: test_int_literals_too_long (test.test_compile.TestSpecifics.test_int_literals_too_long)\nPASS: test_lambda_doc (test.test_compile.TestSpecifics.test_lambda_doc)\nPASS: test_leading_newlines (test.test_compile.TestSpecifics.test_leading_newlines)\nPASS: test_line_number_genexp (test.test_compile.TestSpecifics.test_line_number_genexp)\nPASS: test_line_number_implicit_return_after_async_for (test.test_compile.TestSpecifics.test_line_number_implicit_return_after_async_for)\nPASS: test_line_number_synthetic_jump_multiple_predecessors (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors)\nPASS: test_line_number_synthetic_jump_multiple_predecessors_more_nested (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_more_nested)\nPASS: test_line_number_synthetic_jump_multiple_predecessors_nested (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_nested)\nPASS: test_lineno_after_implicit_return (test.test_compile.TestSpecifics.test_lineno_after_implicit_return)\nPASS: test_lineno_after_no_code (test.test_compile.TestSpecifics.test_lineno_after_no_code)\nPASS: test_lineno_attribute (test.test_compile.TestSpecifics.test_lineno_attribute)\nPASS: test_lineno_of_backward_jump_conditional_in_loop (test.test_compile.TestSpecifics.test_lineno_of_backward_jump_conditional_in_loop)\nPASS: test_lineno_procedure_call (test.test_compile.TestSpecifics.test_lineno_procedure_call)\nPASS: test_literals_with_leading_zeroes (test.test_compile.TestSpecifics.test_literals_with_leading_zeroes)\nPASS: test_mangling (test.test_compile.TestSpecifics.test_mangling)\nPASS: test_merge_code_attrs (test.test_compile.TestSpecifics.test_merge_code_attrs)\nPASS: test_merge_constants (test.test_compile.TestSpecifics.test_merge_constants)\nPASS: test_multi_line_lambda_as_argument (test.test_compile.TestSpecifics.test_multi_line_lambda_as_argument)\nPASS: test_no_ending_newline (test.test_compile.TestSpecifics.test_no_ending_newline)\nPASS: test_no_wraparound_jump (test.test_compile.TestSpecifics.test_no_wraparound_jump)\nPASS: test_none_assignment (test.test_compile.TestSpecifics.test_none_assignment)\nPASS: test_none_keyword_arg (test.test_compile.TestSpecifics.test_none_keyword_arg)\nPASS: test_null_terminated (test.test_compile.TestSpecifics.test_null_terminated)\nPASS: test_other_newlines (test.test_compile.TestSpecifics.test_other_newlines)\nPASS: test_particularly_evil_undecodable (test.test_compile.TestSpecifics.test_particularly_evil_undecodable)\nPASS: test_path_like_objects (test.test_compile.TestSpecifics.test_path_like_objects)\ntest_peephole_opt_unreachable_code_array_access_in_bounds (test.test_compile.TestSpecifics.test_peephole_opt_unreachable_code_array_access_in_bounds)\nPASS: Regression test for issue35193 when run under clang msan.\nPASS: test_redundant_jump_in_if_else_break (test.test_compile.TestSpecifics.test_redundant_jump_in_if_else_break)\nPASS: test_regression_gh_120225 (test.test_compile.TestSpecifics.test_regression_gh_120225)\nPASS: test_remove_empty_basic_block_with_jump_target_label (test.test_compile.TestSpecifics.test_remove_empty_basic_block_with_jump_target_label)\nPASS: test_remove_redundant_nop_edge_case (test.test_compile.TestSpecifics.test_remove_redundant_nop_edge_case)\nPASS: test_remove_unused_consts (test.test_compile.TestSpecifics.test_remove_unused_consts)\nPASS: test_remove_unused_consts_extended_args (test.test_compile.TestSpecifics.test_remove_unused_consts_extended_args)\nPASS: test_remove_unused_consts_no_docstring (test.test_compile.TestSpecifics.test_remove_unused_consts_no_docstring)\nPASS: test_same_filename_used (test.test_compile.TestSpecifics.test_same_filename_used)\nPASS: test_sequence_unpacking_error (test.test_compile.TestSpecifics.test_sequence_unpacking_error)\nPASS: test_single_statement (test.test_compile.TestSpecifics.test_single_statement)\nSKIP: test_stack_overflow (test.test_compile.TestSpecifics.test_stack_overflow) \"resource 'cpu' is not enabled\"\nPASS: test_strip_unused_None (test.test_compile.TestSpecifics.test_strip_unused_None)\nPASS: test_subscripts (test.test_compile.TestSpecifics.test_subscripts)\nPASS: test_syntax_error (test.test_compile.TestSpecifics.test_syntax_error)\nPASS: test_try_except_in_while_with_chained_condition_compiles (test.test_compile.TestSpecifics.test_try_except_in_while_with_chained_condition_compiles)\nPASS: test_unary_minus (test.test_compile.TestSpecifics.test_unary_minus)\nPASS: test_uses_slice_instructions (test.test_compile.TestSpecifics.test_uses_slice_instructions)\nPASS: test_variable_dependent (test.test_compile.TestSpecifics.test_variable_dependent)\nPASS: test_yet_more_evil_still_undecodable (test.test_compile.TestSpecifics.test_yet_more_evil_still_undecodable)\nPASS: test_async_for (test.test_compile.TestStackSizeStability.test_async_for)\nPASS: test_async_for_else (test.test_compile.TestStackSizeStability.test_async_for_else)\nPASS: test_async_with (test.test_compile.TestStackSizeStability.test_async_with)\nPASS: test_for (test.test_compile.TestStackSizeStability.test_for)\nPASS: test_for_break_continue (test.test_compile.TestStackSizeStability.test_for_break_continue)\nPASS: test_for_break_continue_inside_async_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_async_with_block)\nPASS: test_for_break_continue_inside_except_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_except_block)\nPASS: test_for_break_continue_inside_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_finally_block)\nPASS: test_for_break_continue_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_try_finally_block)\nPASS: test_for_break_continue_inside_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_with_block)\nPASS: test_for_else (test.test_compile.TestStackSizeStability.test_for_else)\nPASS: test_if (test.test_compile.TestStackSizeStability.test_if)\nPASS: test_if_else (test.test_compile.TestStackSizeStability.test_if_else)\nPASS: test_return_inside_async_with_block (test.test_compile.TestStackSizeStability.test_return_inside_async_with_block)\nPASS: test_return_inside_except_block (test.test_compile.TestStackSizeStability.test_return_inside_except_block)\nPASS: test_return_inside_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_finally_block)\nPASS: test_return_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_try_finally_block)\nPASS: test_return_inside_with_block (test.test_compile.TestStackSizeStability.test_return_inside_with_block)\nPASS: test_try_except_as (test.test_compile.TestStackSizeStability.test_try_except_as)\nPASS: test_try_except_bare (test.test_compile.TestStackSizeStability.test_try_except_bare)\nPASS: test_try_except_qualified (test.test_compile.TestStackSizeStability.test_try_except_qualified)\nPASS: test_try_except_star_as (test.test_compile.TestStackSizeStability.test_try_except_star_as)\nPASS: test_try_except_star_finally (test.test_compile.TestStackSizeStability.test_try_except_star_finally)\nPASS: test_try_except_star_qualified (test.test_compile.TestStackSizeStability.test_try_except_star_qualified)\nPASS: test_try_finally (test.test_compile.TestStackSizeStability.test_try_finally)\nPASS: test_while_else (test.test_compile.TestStackSizeStability.test_while_else)\nPASS: test_with (test.test_compile.TestStackSizeStability.test_with)\nPASS: test_basic (test.test_compile.TestStaticAttributes.test_basic)\nPASS: test_nested_class (test.test_compile.TestStaticAttributes.test_nested_class)\nPASS: test_nested_function (test.test_compile.TestStaticAttributes.test_nested_function)\nPASS: test_subclass (test.test_compile.TestStaticAttributes.test_subclass)\n\n----------------------------------------------------------------------\nRan 174 tests in 4.221s\n\nOK (skipped=1)\n0:01:20 load avg: 1.29 [141/480] test_csv passed\nPASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest.test_ordered_dict_reader)\nPASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest.test_ordering_for_the_dict_reader_and_writer)\nPASS: test__all__ (test.test_csv.MiscTestCase.test__all__)\nPASS: test_disallow_instantiation (test.test_csv.MiscTestCase.test_disallow_instantiation)\nPASS: test_subclassable (test.test_csv.MiscTestCase.test_subclassable)\nPASS: test_char_write (test.test_csv.TestArrayWrites.test_char_write)\nPASS: test_double_write (test.test_csv.TestArrayWrites.test_double_write)\nPASS: test_float_write (test.test_csv.TestArrayWrites.test_float_write)\nPASS: test_int_write (test.test_csv.TestArrayWrites.test_int_write)\nPASS: test_blankline (test.test_csv.TestDialectExcel.test_blankline)\nPASS: test_dubious_quote (test.test_csv.TestDialectExcel.test_dubious_quote)\nPASS: test_empty_fields (test.test_csv.TestDialectExcel.test_empty_fields)\nPASS: test_inline_quote (test.test_csv.TestDialectExcel.test_inline_quote)\nPASS: test_inline_quotes (test.test_csv.TestDialectExcel.test_inline_quotes)\nPASS: test_lone_quote (test.test_csv.TestDialectExcel.test_lone_quote)\nPASS: test_newlines (test.test_csv.TestDialectExcel.test_newlines)\nPASS: test_null (test.test_csv.TestDialectExcel.test_null)\nPASS: test_quote_and_quote (test.test_csv.TestDialectExcel.test_quote_and_quote)\nPASS: test_quote_fieldsep (test.test_csv.TestDialectExcel.test_quote_fieldsep)\nPASS: test_quoted (test.test_csv.TestDialectExcel.test_quoted)\nPASS: test_quoted_nl (test.test_csv.TestDialectExcel.test_quoted_nl)\nPASS: test_quoted_quote (test.test_csv.TestDialectExcel.test_quoted_quote)\nPASS: test_quoted_quotes (test.test_csv.TestDialectExcel.test_quoted_quotes)\nPASS: test_quotes (test.test_csv.TestDialectExcel.test_quotes)\nPASS: test_quotes_and_more (test.test_csv.TestDialectExcel.test_quotes_and_more)\nPASS: test_simple (test.test_csv.TestDialectExcel.test_simple)\nPASS: test_simple_writer (test.test_csv.TestDialectExcel.test_simple_writer)\nPASS: test_single (test.test_csv.TestDialectExcel.test_single)\nPASS: test_single_quoted_quote (test.test_csv.TestDialectExcel.test_single_quoted_quote)\nPASS: test_single_writer (test.test_csv.TestDialectExcel.test_single_writer)\nPASS: test_singlequoted (test.test_csv.TestDialectExcel.test_singlequoted)\nPASS: test_singlequoted_left_empty (test.test_csv.TestDialectExcel.test_singlequoted_left_empty)\nPASS: test_singlequoted_right_empty (test.test_csv.TestDialectExcel.test_singlequoted_right_empty)\nPASS: test_space_and_quote (test.test_csv.TestDialectExcel.test_space_and_quote)\nPASS: test_copy (test.test_csv.TestDialectRegistry.test_copy)\nPASS: test_dialect_apply (test.test_csv.TestDialectRegistry.test_dialect_apply)\nPASS: test_incomplete_dialect (test.test_csv.TestDialectRegistry.test_incomplete_dialect)\nPASS: test_pickle (test.test_csv.TestDialectRegistry.test_pickle)\nPASS: test_register_kwargs (test.test_csv.TestDialectRegistry.test_register_kwargs)\nPASS: test_register_kwargs_override (test.test_csv.TestDialectRegistry.test_register_kwargs_override)\nPASS: test_registry (test.test_csv.TestDialectRegistry.test_registry)\nPASS: test_registry_badargs (test.test_csv.TestDialectRegistry.test_registry_badargs)\nPASS: test_space_dialect (test.test_csv.TestDialectRegistry.test_space_dialect)\nPASS: test_simple_reader (test.test_csv.TestDialectUnix.test_simple_reader)\nPASS: test_simple_writer (test.test_csv.TestDialectUnix.test_simple_writer)\nPASS: test_delimiter (test.test_csv.TestDialectValidity.test_delimiter)\nPASS: test_escapechar (test.test_csv.TestDialectValidity.test_escapechar)\nPASS: test_invalid_chars (test.test_csv.TestDialectValidity.test_invalid_chars)\nPASS: test_lineterminator (test.test_csv.TestDialectValidity.test_lineterminator)\nPASS: test_quoting (test.test_csv.TestDialectValidity.test_quoting)\nPASS: test_dict_reader_fieldnames_accepts_iter (test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_iter)\nPASS: test_dict_reader_fieldnames_accepts_list (test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_list)\nPASS: test_dict_reader_fieldnames_is_optional (test.test_csv.TestDictFields.test_dict_reader_fieldnames_is_optional)\nPASS: test_dict_writer_fieldnames_accepts_list (test.test_csv.TestDictFields.test_dict_writer_fieldnames_accepts_list)\nPASS: test_dict_writer_fieldnames_rejects_iter (test.test_csv.TestDictFields.test_dict_writer_fieldnames_rejects_iter)\nPASS: test_read_dict_fieldnames_chain (test.test_csv.TestDictFields.test_read_dict_fieldnames_chain)\nPASS: test_read_dict_fieldnames_from_file (test.test_csv.TestDictFields.test_read_dict_fieldnames_from_file)\nPASS: test_read_dict_fields (test.test_csv.TestDictFields.test_read_dict_fields)\nPASS: test_read_dict_no_fieldnames (test.test_csv.TestDictFields.test_read_dict_no_fieldnames)\nPASS: test_read_long (test.test_csv.TestDictFields.test_read_long)\nPASS: test_read_long_with_rest (test.test_csv.TestDictFields.test_read_long_with_rest)\nPASS: test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields.test_read_long_with_rest_no_fieldnames)\nPASS: test_read_multi (test.test_csv.TestDictFields.test_read_multi)\nPASS: test_read_semi_sep (test.test_csv.TestDictFields.test_read_semi_sep)\nPASS: test_read_short (test.test_csv.TestDictFields.test_read_short)\nPASS: test_read_with_blanks (test.test_csv.TestDictFields.test_read_with_blanks)\nPASS: test_typo_in_extrasaction_raises_error (test.test_csv.TestDictFields.test_typo_in_extrasaction_raises_error)\nPASS: test_write_field_not_in_field_names_ignore (test.test_csv.TestDictFields.test_write_field_not_in_field_names_ignore)\nPASS: test_write_field_not_in_field_names_raise (test.test_csv.TestDictFields.test_write_field_not_in_field_names_raise)\nPASS: test_write_fields_not_in_fieldnames (test.test_csv.TestDictFields.test_write_fields_not_in_fieldnames)\nPASS: test_write_multiple_dict_rows (test.test_csv.TestDictFields.test_write_multiple_dict_rows)\nPASS: test_write_no_fields (test.test_csv.TestDictFields.test_write_no_fields)\nPASS: test_write_simple_dict (test.test_csv.TestDictFields.test_write_simple_dict)\nPASS: test_writeheader_return_value (test.test_csv.TestDictFields.test_writeheader_return_value)\nPASS: test_escape_fieldsep (test.test_csv.TestEscapedExcel.test_escape_fieldsep)\nPASS: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel.test_read_escape_fieldsep)\nSKIP: test_create_read (test.test_csv.TestLeaks.test_create_read) 'requires sys.gettotalrefcount()'\nSKIP: test_create_write (test.test_csv.TestLeaks.test_create_write) 'requires sys.gettotalrefcount()'\nSKIP: test_read (test.test_csv.TestLeaks.test_read) 'requires sys.gettotalrefcount()'\nSKIP: test_write (test.test_csv.TestLeaks.test_write) 'requires sys.gettotalrefcount()'\nPASS: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_read_escape_fieldsep)\nPASS: test_write_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_write_escape_fieldsep)\nPASS: test_delimiters (test.test_csv.TestSniffer.test_delimiters)\nPASS: test_doublequote (test.test_csv.TestSniffer.test_doublequote)\nPASS: test_guess_quote_and_delimiter (test.test_csv.TestSniffer.test_guess_quote_and_delimiter)\nPASS: test_has_header (test.test_csv.TestSniffer.test_has_header)\nPASS: test_has_header_regex_special_delimiter (test.test_csv.TestSniffer.test_has_header_regex_special_delimiter)\ntest_has_header_strings (test.test_csv.TestSniffer.test_has_header_strings)\nPASS: More to document existing (unexpected?) behavior than anything else.\nPASS: test_issue43625 (test.test_csv.TestSniffer.test_issue43625)\nPASS: test_sniff (test.test_csv.TestSniffer.test_sniff)\nPASS: test_unicode_read (test.test_csv.TestUnicode.test_unicode_read)\nPASS: test_unicode_write (test.test_csv.TestUnicode.test_unicode_write)\nPASS: test_read_bigfield (test.test_csv.Test_Csv.test_read_bigfield)\nPASS: test_read_delimiter (test.test_csv.Test_Csv.test_read_delimiter)\nPASS: test_read_eof (test.test_csv.Test_Csv.test_read_eof)\nPASS: test_read_eol (test.test_csv.Test_Csv.test_read_eol)\nPASS: test_read_escape (test.test_csv.Test_Csv.test_read_escape)\nPASS: test_read_linenum (test.test_csv.Test_Csv.test_read_linenum)\nPASS: test_read_nul (test.test_csv.Test_Csv.test_read_nul)\nPASS: test_read_oddinputs (test.test_csv.Test_Csv.test_read_oddinputs)\nPASS: test_read_quoting (test.test_csv.Test_Csv.test_read_quoting)\nPASS: test_read_skipinitialspace (test.test_csv.Test_Csv.test_read_skipinitialspace)\nPASS: test_read_space_delimiter (test.test_csv.Test_Csv.test_read_space_delimiter)\nPASS: test_reader_arg_valid (test.test_csv.Test_Csv.test_reader_arg_valid)\nPASS: test_reader_attrs (test.test_csv.Test_Csv.test_reader_attrs)\nPASS: test_reader_dialect_attrs (test.test_csv.Test_Csv.test_reader_dialect_attrs)\nPASS: test_reader_kw_attrs (test.test_csv.Test_Csv.test_reader_kw_attrs)\nPASS: test_roundtrip_escaped_unquoted_newlines (test.test_csv.Test_Csv.test_roundtrip_escaped_unquoted_newlines)\nPASS: test_roundtrip_quoteed_newlines (test.test_csv.Test_Csv.test_roundtrip_quoteed_newlines)\nPASS: test_write_arg_valid (test.test_csv.Test_Csv.test_write_arg_valid)\nPASS: test_write_bigfield (test.test_csv.Test_Csv.test_write_bigfield)\nPASS: test_write_empty_fields (test.test_csv.Test_Csv.test_write_empty_fields)\nPASS: test_write_empty_fields_space_delimiter (test.test_csv.Test_Csv.test_write_empty_fields_space_delimiter)\nPASS: test_write_escape (test.test_csv.Test_Csv.test_write_escape)\nPASS: test_write_iterable (test.test_csv.Test_Csv.test_write_iterable)\nPASS: test_write_lineterminator (test.test_csv.Test_Csv.test_write_lineterminator)\nPASS: test_write_quoting (test.test_csv.Test_Csv.test_write_quoting)\nPASS: test_writer_arg_valid (test.test_csv.Test_Csv.test_writer_arg_valid)\nPASS: test_writer_attrs (test.test_csv.Test_Csv.test_writer_attrs)\nPASS: test_writer_dialect_attrs (test.test_csv.Test_Csv.test_writer_dialect_attrs)\nPASS: test_writer_kw_attrs (test.test_csv.Test_Csv.test_writer_kw_attrs)\nPASS: test_writerows (test.test_csv.Test_Csv.test_writerows)\nPASS: test_writerows_errors (test.test_csv.Test_Csv.test_writerows_errors)\nPASS: test_writerows_with_none (test.test_csv.Test_Csv.test_writerows_with_none)\n\n----------------------------------------------------------------------\nRan 124 tests in 0.019s\n\nOK (skipped=4)\n0:01:20 load avg: 1.29 [142/480] test_curses skipped (resource denied)\ntest_curses skipped -- Use of the 'curses' resource not enabled\n0:01:20 load avg: 1.29 [143/480] test_dataclasses passed\nPASS: test_abc_implementation (test.test_dataclasses.TestAbstract.test_abc_implementation)\nPASS: test_maintain_abc (test.test_dataclasses.TestAbstract.test_maintain_abc)\nPASS: test_0_field_compare (test.test_dataclasses.TestCase.test_0_field_compare)\nPASS: test_1_field_compare (test.test_dataclasses.TestCase.test_1_field_compare)\nPASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase.test_alternate_classmethod_constructor)\nPASS: test_class_attrs (test.test_dataclasses.TestCase.test_class_attrs)\nPASS: test_class_marker (test.test_dataclasses.TestCase.test_class_marker)\nPASS: test_class_var (test.test_dataclasses.TestCase.test_class_var)\nPASS: test_class_var_default_factory (test.test_dataclasses.TestCase.test_class_var_default_factory)\nPASS: test_class_var_frozen (test.test_dataclasses.TestCase.test_class_var_frozen)\nPASS: test_class_var_no_default (test.test_dataclasses.TestCase.test_class_var_no_default)\nPASS: test_class_var_with_default (test.test_dataclasses.TestCase.test_class_var_with_default)\nPASS: test_classvar_default_factory (test.test_dataclasses.TestCase.test_classvar_default_factory)\nPASS: test_clean_traceback_from_fields_exception (test.test_dataclasses.TestCase.test_clean_traceback_from_fields_exception)\nPASS: test_compare_subclasses (test.test_dataclasses.TestCase.test_compare_subclasses)\nPASS: test_dataclass_params_repr (test.test_dataclasses.TestCase.test_dataclass_params_repr)\nPASS: test_dataclass_params_signature (test.test_dataclasses.TestCase.test_dataclass_params_signature)\nPASS: test_dataclasses_pickleable (test.test_dataclasses.TestCase.test_dataclasses_pickleable)\nPASS: test_dataclasses_qualnames (test.test_dataclasses.TestCase.test_dataclasses_qualnames)\nPASS: test_default_factory (test.test_dataclasses.TestCase.test_default_factory)\nPASS: test_default_factory_derived (test.test_dataclasses.TestCase.test_default_factory_derived)\nPASS: test_default_factory_not_called_if_value_given (test.test_dataclasses.TestCase.test_default_factory_not_called_if_value_given)\nPASS: test_default_factory_with_no_init (test.test_dataclasses.TestCase.test_default_factory_with_no_init)\nPASS: test_deliberately_mutable_defaults (test.test_dataclasses.TestCase.test_deliberately_mutable_defaults)\nPASS: test_disallowed_mutable_defaults (test.test_dataclasses.TestCase.test_disallowed_mutable_defaults)\nPASS: test_dont_include_other_annotations (test.test_dataclasses.TestCase.test_dont_include_other_annotations)\nPASS: test_dynamic_class_creation (test.test_dataclasses.TestCase.test_dynamic_class_creation)\nPASS: test_dynamic_class_creation_using_field (test.test_dataclasses.TestCase.test_dynamic_class_creation_using_field)\nPASS: test_eq_order (test.test_dataclasses.TestCase.test_eq_order)\nPASS: test_field_default (test.test_dataclasses.TestCase.test_field_default)\nPASS: test_field_default_default_factory_error (test.test_dataclasses.TestCase.test_field_default_default_factory_error)\nPASS: test_field_metadata_custom_mapping (test.test_dataclasses.TestCase.test_field_metadata_custom_mapping)\nPASS: test_field_metadata_default (test.test_dataclasses.TestCase.test_field_metadata_default)\nPASS: test_field_metadata_mapping (test.test_dataclasses.TestCase.test_field_metadata_mapping)\nPASS: test_field_named_BUILTINS_frozen (test.test_dataclasses.TestCase.test_field_named_BUILTINS_frozen)\nPASS: test_field_named_like_builtin (test.test_dataclasses.TestCase.test_field_named_like_builtin)\nPASS: test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase.test_field_named_like_builtin_frozen)\nPASS: test_field_named_object (test.test_dataclasses.TestCase.test_field_named_object)\nPASS: test_field_named_object_frozen (test.test_dataclasses.TestCase.test_field_named_object_frozen)\nPASS: test_field_named_self (test.test_dataclasses.TestCase.test_field_named_self)\nPASS: test_field_no_default (test.test_dataclasses.TestCase.test_field_no_default)\nPASS: test_field_order (test.test_dataclasses.TestCase.test_field_order)\nPASS: test_field_recursive_repr (test.test_dataclasses.TestCase.test_field_recursive_repr)\nPASS: test_field_repr (test.test_dataclasses.TestCase.test_field_repr)\nPASS: test_field_with_special_single_underscore_names (test.test_dataclasses.TestCase.test_field_with_special_single_underscore_names)\nPASS: test_function_annotations (test.test_dataclasses.TestCase.test_function_annotations)\nPASS: test_generic_dataclasses (test.test_dataclasses.TestCase.test_generic_dataclasses)\nPASS: test_generic_dynamic (test.test_dataclasses.TestCase.test_generic_dynamic)\nPASS: test_generic_extending (test.test_dataclasses.TestCase.test_generic_extending)\nPASS: test_hash_field_rules (test.test_dataclasses.TestCase.test_hash_field_rules)\nPASS: test_helper_asdict (test.test_dataclasses.TestCase.test_helper_asdict)\nPASS: test_helper_asdict_builtin_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_containers)\nPASS: test_helper_asdict_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_object_containers)\nPASS: test_helper_asdict_copy_values (test.test_dataclasses.TestCase.test_helper_asdict_copy_values)\nPASS: test_helper_asdict_defaultdict (test.test_dataclasses.TestCase.test_helper_asdict_defaultdict)\nPASS: test_helper_asdict_factory (test.test_dataclasses.TestCase.test_helper_asdict_factory)\nPASS: test_helper_asdict_namedtuple (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple)\nPASS: test_helper_asdict_namedtuple_derived (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_derived)\nPASS: test_helper_asdict_namedtuple_key (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_key)\nPASS: test_helper_asdict_nested (test.test_dataclasses.TestCase.test_helper_asdict_nested)\nPASS: test_helper_asdict_raises_on_classes (test.test_dataclasses.TestCase.test_helper_asdict_raises_on_classes)\nPASS: test_helper_astuple (test.test_dataclasses.TestCase.test_helper_astuple)\nPASS: test_helper_astuple_builtin_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_containers)\nPASS: test_helper_astuple_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_object_containers)\nPASS: test_helper_astuple_copy_values (test.test_dataclasses.TestCase.test_helper_astuple_copy_values)\nPASS: test_helper_astuple_defaultdict (test.test_dataclasses.TestCase.test_helper_astuple_defaultdict)\nPASS: test_helper_astuple_factory (test.test_dataclasses.TestCase.test_helper_astuple_factory)\nPASS: test_helper_astuple_namedtuple (test.test_dataclasses.TestCase.test_helper_astuple_namedtuple)\nPASS: test_helper_astuple_nested (test.test_dataclasses.TestCase.test_helper_astuple_nested)\nPASS: test_helper_astuple_raises_on_classes (test.test_dataclasses.TestCase.test_helper_astuple_raises_on_classes)\nPASS: test_helper_fields_exception (test.test_dataclasses.TestCase.test_helper_fields_exception)\nPASS: test_helper_fields_with_class_instance (test.test_dataclasses.TestCase.test_helper_fields_with_class_instance)\nPASS: test_init_false_no_default (test.test_dataclasses.TestCase.test_init_false_no_default)\nPASS: test_init_in_order (test.test_dataclasses.TestCase.test_init_in_order)\nPASS: test_init_var (test.test_dataclasses.TestCase.test_init_var)\nPASS: test_init_var_default_factory (test.test_dataclasses.TestCase.test_init_var_default_factory)\nPASS: test_init_var_inheritance (test.test_dataclasses.TestCase.test_init_var_inheritance)\nPASS: test_init_var_name_shadowing (test.test_dataclasses.TestCase.test_init_var_name_shadowing)\nPASS: test_init_var_no_default (test.test_dataclasses.TestCase.test_init_var_no_default)\nPASS: test_init_var_preserve_type (test.test_dataclasses.TestCase.test_init_var_preserve_type)\nPASS: test_init_var_with_default (test.test_dataclasses.TestCase.test_init_var_with_default)\nPASS: test_intermediate_non_dataclass (test.test_dataclasses.TestCase.test_intermediate_non_dataclass)\nPASS: test_is_dataclass (test.test_dataclasses.TestCase.test_is_dataclass)\nPASS: test_is_dataclass_genericalias (test.test_dataclasses.TestCase.test_is_dataclass_genericalias)\nPASS: test_is_dataclass_inheritance (test.test_dataclasses.TestCase.test_is_dataclass_inheritance)\nPASS: test_is_dataclass_when_getattr_always_returns (test.test_dataclasses.TestCase.test_is_dataclass_when_getattr_always_returns)\nPASS: test_items_in_dicts (test.test_dataclasses.TestCase.test_items_in_dicts)\nPASS: test_missing_default (test.test_dataclasses.TestCase.test_missing_default)\nPASS: test_missing_default_factory (test.test_dataclasses.TestCase.test_missing_default_factory)\nPASS: test_missing_repr (test.test_dataclasses.TestCase.test_missing_repr)\nPASS: test_named_init_params (test.test_dataclasses.TestCase.test_named_init_params)\nPASS: test_no_fields (test.test_dataclasses.TestCase.test_no_fields)\nPASS: test_no_fields_but_member_variable (test.test_dataclasses.TestCase.test_no_fields_but_member_variable)\nPASS: test_no_options (test.test_dataclasses.TestCase.test_no_options)\nPASS: test_no_unhashable_default (test.test_dataclasses.TestCase.test_no_unhashable_default)\nPASS: test_not_in_compare (test.test_dataclasses.TestCase.test_not_in_compare)\nPASS: test_not_in_repr (test.test_dataclasses.TestCase.test_not_in_repr)\nPASS: test_not_other_dataclass (test.test_dataclasses.TestCase.test_not_other_dataclass)\nPASS: test_not_tuple (test.test_dataclasses.TestCase.test_not_tuple)\nPASS: test_one_field_no_default (test.test_dataclasses.TestCase.test_one_field_no_default)\nPASS: test_overwrite_fields_in_derived_class (test.test_dataclasses.TestCase.test_overwrite_fields_in_derived_class)\nPASS: test_overwrite_hash (test.test_dataclasses.TestCase.test_overwrite_hash)\nPASS: test_post_init (test.test_dataclasses.TestCase.test_post_init)\nPASS: test_post_init_classmethod (test.test_dataclasses.TestCase.test_post_init_classmethod)\nPASS: test_post_init_not_auto_added (test.test_dataclasses.TestCase.test_post_init_not_auto_added)\nPASS: test_post_init_staticmethod (test.test_dataclasses.TestCase.test_post_init_staticmethod)\nPASS: test_post_init_super (test.test_dataclasses.TestCase.test_post_init_super)\nPASS: test_recursive_annotation (test.test_dataclasses.TestCase.test_recursive_annotation)\nPASS: test_simple_compare (test.test_dataclasses.TestCase.test_simple_compare)\nPASS: test_two_fields_one_default (test.test_dataclasses.TestCase.test_two_fields_one_default)\nPASS: test_default_value (test.test_dataclasses.TestDescriptors.test_default_value)\nPASS: test_getting_field_calls_get (test.test_dataclasses.TestDescriptors.test_getting_field_calls_get)\nPASS: test_init_calls_set (test.test_dataclasses.TestDescriptors.test_init_calls_set)\nPASS: test_lookup_on_class (test.test_dataclasses.TestDescriptors.test_lookup_on_class)\nPASS: test_lookup_on_instance (test.test_dataclasses.TestDescriptors.test_lookup_on_instance)\nPASS: test_no_default_value (test.test_dataclasses.TestDescriptors.test_no_default_value)\nPASS: test_non_descriptor (test.test_dataclasses.TestDescriptors.test_non_descriptor)\nPASS: test_set_name (test.test_dataclasses.TestDescriptors.test_set_name)\nPASS: test_setting_field_calls_set (test.test_dataclasses.TestDescriptors.test_setting_field_calls_set)\nPASS: test_setting_uninitialized_descriptor_field (test.test_dataclasses.TestDescriptors.test_setting_uninitialized_descriptor_field)\nPASS: test_docstring_deque_field (test.test_dataclasses.TestDocString.test_docstring_deque_field)\nPASS: test_docstring_deque_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_deque_field_with_default_factory)\nPASS: test_docstring_list_field (test.test_dataclasses.TestDocString.test_docstring_list_field)\nPASS: test_docstring_list_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_list_field_with_default_factory)\nPASS: test_docstring_no_fields (test.test_dataclasses.TestDocString.test_docstring_no_fields)\nPASS: test_docstring_one_field (test.test_dataclasses.TestDocString.test_docstring_one_field)\nPASS: test_docstring_one_field_with_default (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default)\nPASS: test_docstring_one_field_with_default_none (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default_none)\nPASS: test_docstring_three_fields (test.test_dataclasses.TestDocString.test_docstring_three_fields)\nPASS: test_docstring_two_fields (test.test_dataclasses.TestDocString.test_docstring_two_fields)\nPASS: test_docstring_with_no_signature (test.test_dataclasses.TestDocString.test_docstring_with_no_signature)\nPASS: test_existing_docstring_not_overridden (test.test_dataclasses.TestDocString.test_existing_docstring_not_overridden)\nPASS: test_no_eq (test.test_dataclasses.TestEq.test_no_eq)\nPASS: test_overwriting_eq (test.test_dataclasses.TestEq.test_overwriting_eq)\nPASS: test_recursive_eq (test.test_dataclasses.TestEq.test_recursive_eq)\nPASS: test_field_without_annotation (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation)\nPASS: test_field_without_annotation_but_annotation_in_base (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base)\nPASS: test_field_without_annotation_but_annotation_in_base_not_dataclass (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base_not_dataclass)\nPASS: test_frozen (test.test_dataclasses.TestFrozen.test_frozen)\nPASS: test_frozen_deepcopy_with_slots (test.test_dataclasses.TestFrozen.test_frozen_deepcopy_with_slots)\nPASS: test_frozen_deepcopy_without_slots (test.test_dataclasses.TestFrozen.test_frozen_deepcopy_without_slots)\nPASS: test_frozen_empty (test.test_dataclasses.TestFrozen.test_frozen_empty)\nPASS: test_frozen_hash (test.test_dataclasses.TestFrozen.test_frozen_hash)\nPASS: test_inherit (test.test_dataclasses.TestFrozen.test_inherit)\nPASS: test_inherit_from_normal_class (test.test_dataclasses.TestFrozen.test_inherit_from_normal_class)\nPASS: test_inherit_frozen_from_nonfrozen (test.test_dataclasses.TestFrozen.test_inherit_frozen_from_nonfrozen)\nPASS: test_inherit_frozen_mutliple_inheritance (test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance)\nPASS: test_inherit_frozen_mutliple_inheritance_regular_mixins (test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance_regular_mixins)\nPASS: test_inherit_nonfrozen_from_empty (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty)\nPASS: test_inherit_nonfrozen_from_empty_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty_frozen)\nPASS: test_inherit_nonfrozen_from_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_frozen)\nPASS: test_multiple_frozen_dataclasses_inheritance (test.test_dataclasses.TestFrozen.test_multiple_frozen_dataclasses_inheritance)\nPASS: test_non_frozen_normal_derived (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived)\nPASS: test_non_frozen_normal_derived_from_empty_frozen (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived_from_empty_frozen)\nPASS: test_overwriting_frozen (test.test_dataclasses.TestFrozen.test_overwriting_frozen)\nPASS: test_0_field_hash (test.test_dataclasses.TestHash.test_0_field_hash)\nPASS: test_1_field_hash (test.test_dataclasses.TestHash.test_1_field_hash)\nPASS: test_eq_only (test.test_dataclasses.TestHash.test_eq_only)\nPASS: test_hash_no_args (test.test_dataclasses.TestHash.test_hash_no_args)\nPASS: test_hash_rules (test.test_dataclasses.TestHash.test_hash_rules)\nPASS: test_unsafe_hash (test.test_dataclasses.TestHash.test_unsafe_hash)\nPASS: test_base_has_init (test.test_dataclasses.TestInit.test_base_has_init)\nPASS: test_inherit_from_protocol (test.test_dataclasses.TestInit.test_inherit_from_protocol)\nPASS: test_no_init (test.test_dataclasses.TestInit.test_no_init)\nPASS: test_overwriting_init (test.test_dataclasses.TestInit.test_overwriting_init)\nPASS: test_KW_ONLY (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY)\nPASS: test_KW_ONLY_as_string (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_as_string)\nPASS: test_KW_ONLY_twice (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_twice)\nPASS: test_defaults (test.test_dataclasses.TestKeywordArgs.test_defaults)\nPASS: test_field_marked_as_kwonly (test.test_dataclasses.TestKeywordArgs.test_field_marked_as_kwonly)\nPASS: test_make_dataclass (test.test_dataclasses.TestKeywordArgs.test_make_dataclass)\nPASS: test_match_args (test.test_dataclasses.TestKeywordArgs.test_match_args)\nPASS: test_no_classvar_kwarg (test.test_dataclasses.TestKeywordArgs.test_no_classvar_kwarg)\nPASS: test_post_init (test.test_dataclasses.TestKeywordArgs.test_post_init)\nPASS: test_base (test.test_dataclasses.TestMakeDataclass.test_base)\nPASS: test_base_dataclass (test.test_dataclasses.TestMakeDataclass.test_base_dataclass)\nPASS: test_cannot_be_pickled (test.test_dataclasses.TestMakeDataclass.test_cannot_be_pickled)\nPASS: test_class_var (test.test_dataclasses.TestMakeDataclass.test_class_var)\nPASS: test_duplicate_field_names (test.test_dataclasses.TestMakeDataclass.test_duplicate_field_names)\nPASS: test_funny_class_names_names (test.test_dataclasses.TestMakeDataclass.test_funny_class_names_names)\nPASS: test_init_var (test.test_dataclasses.TestMakeDataclass.test_init_var)\nPASS: test_invalid_type_specification (test.test_dataclasses.TestMakeDataclass.test_invalid_type_specification)\nPASS: test_keyword_field_names (test.test_dataclasses.TestMakeDataclass.test_keyword_field_names)\nPASS: test_module_attr (test.test_dataclasses.TestMakeDataclass.test_module_attr)\nPASS: test_no_mutate_namespace (test.test_dataclasses.TestMakeDataclass.test_no_mutate_namespace)\nPASS: test_no_types (test.test_dataclasses.TestMakeDataclass.test_no_types)\nPASS: test_non_identifier_field_names (test.test_dataclasses.TestMakeDataclass.test_non_identifier_field_names)\nPASS: test_other_params (test.test_dataclasses.TestMakeDataclass.test_other_params)\nPASS: test_pickle_support (test.test_dataclasses.TestMakeDataclass.test_pickle_support)\nPASS: test_simple (test.test_dataclasses.TestMakeDataclass.test_simple)\nPASS: test_underscore_field_names (test.test_dataclasses.TestMakeDataclass.test_underscore_field_names)\nPASS: test_bpo_43764 (test.test_dataclasses.TestMatchArgs.test_bpo_43764)\nPASS: test_explicit_match_args (test.test_dataclasses.TestMatchArgs.test_explicit_match_args)\nPASS: test_make_dataclasses (test.test_dataclasses.TestMatchArgs.test_make_dataclasses)\nPASS: test_match_args (test.test_dataclasses.TestMatchArgs.test_match_args)\nPASS: test_match_args_argument (test.test_dataclasses.TestMatchArgs.test_match_args_argument)\nPASS: test_functools_total_ordering (test.test_dataclasses.TestOrdering.test_functools_total_ordering)\nPASS: test_no_order (test.test_dataclasses.TestOrdering.test_no_order)\nPASS: test_overwriting_order (test.test_dataclasses.TestOrdering.test_overwriting_order)\nPASS: test (test.test_dataclasses.TestReplace.test)\nPASS: test_classvar (test.test_dataclasses.TestReplace.test_classvar)\nPASS: test_frozen (test.test_dataclasses.TestReplace.test_frozen)\nPASS: test_initvar_is_specified (test.test_dataclasses.TestReplace.test_initvar_is_specified)\nPASS: test_initvar_with_default_value (test.test_dataclasses.TestReplace.test_initvar_with_default_value)\nPASS: test_invalid_field_name (test.test_dataclasses.TestReplace.test_invalid_field_name)\nPASS: test_invalid_object (test.test_dataclasses.TestReplace.test_invalid_object)\nPASS: test_no_init (test.test_dataclasses.TestReplace.test_no_init)\nPASS: test_recursive_repr (test.test_dataclasses.TestReplace.test_recursive_repr)\nPASS: test_recursive_repr_indirection (test.test_dataclasses.TestReplace.test_recursive_repr_indirection)\nPASS: test_recursive_repr_indirection_two (test.test_dataclasses.TestReplace.test_recursive_repr_indirection_two)\nPASS: test_recursive_repr_misc_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_misc_attrs)\nPASS: test_recursive_repr_two_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_two_attrs)\nPASS: test_no_repr (test.test_dataclasses.TestRepr.test_no_repr)\nPASS: test_overwriting_repr (test.test_dataclasses.TestRepr.test_overwriting_repr)\nPASS: test_repr (test.test_dataclasses.TestRepr.test_repr)\nPASS: test_add_slots_when_slots_exists (test.test_dataclasses.TestSlots.test_add_slots_when_slots_exists)\nPASS: test_cant_inherit_from_iterator_slots (test.test_dataclasses.TestSlots.test_cant_inherit_from_iterator_slots)\nPASS: test_dataclass_derived_generic (test.test_dataclasses.TestSlots.test_dataclass_derived_generic)\nPASS: test_dataclass_derived_generic_from_base (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_base)\nPASS: test_dataclass_derived_generic_from_slotted_base (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base)\nPASS: test_dataclass_derived_generic_from_slotted_base_with_weakref (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base_with_weakref)\nPASS: test_dataclass_derived_weakref_slot (test.test_dataclasses.TestSlots.test_dataclass_derived_weakref_slot)\nPASS: test_dataclass_slot_dict (test.test_dataclasses.TestSlots.test_dataclass_slot_dict)\nPASS: test_dataclass_slot_dict_ctype (test.test_dataclasses.TestSlots.test_dataclass_slot_dict_ctype)\nPASS: test_derived_added_field (test.test_dataclasses.TestSlots.test_derived_added_field)\nPASS: test_frozen_pickle (test.test_dataclasses.TestSlots.test_frozen_pickle)\nPASS: test_frozen_slots_pickle_custom_state (test.test_dataclasses.TestSlots.test_frozen_slots_pickle_custom_state)\nPASS: test_generated_slots (test.test_dataclasses.TestSlots.test_generated_slots)\nPASS: test_generated_slots_value (test.test_dataclasses.TestSlots.test_generated_slots_value)\nPASS: test_returns_new_class (test.test_dataclasses.TestSlots.test_returns_new_class)\nPASS: test_simple (test.test_dataclasses.TestSlots.test_simple)\nPASS: test_slots_no_weakref (test.test_dataclasses.TestSlots.test_slots_no_weakref)\nPASS: test_slots_weakref (test.test_dataclasses.TestSlots.test_slots_weakref)\nPASS: test_slots_weakref_base_str (test.test_dataclasses.TestSlots.test_slots_weakref_base_str)\nPASS: test_slots_weakref_base_tuple (test.test_dataclasses.TestSlots.test_slots_weakref_base_tuple)\nPASS: test_slots_with_default_factory_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_factory_no_init)\nPASS: test_slots_with_default_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_no_init)\nPASS: test_slots_with_wrong_init_subclass (test.test_dataclasses.TestSlots.test_slots_with_wrong_init_subclass)\nPASS: test_weakref_slot_make_dataclass (test.test_dataclasses.TestSlots.test_weakref_slot_make_dataclass)\nPASS: test_weakref_slot_normal_base_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_normal_base_weakref_slot)\nPASS: test_weakref_slot_subclass_no_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_no_weakref_slot)\nPASS: test_weakref_slot_subclass_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_weakref_slot)\nPASS: test_weakref_slot_without_slot (test.test_dataclasses.TestSlots.test_weakref_slot_without_slot)\nPASS: test_classvar (test.test_dataclasses.TestStringAnnotations.test_classvar)\nPASS: test_classvar_module_level_import (test.test_dataclasses.TestStringAnnotations.test_classvar_module_level_import)\nPASS: test_initvar (test.test_dataclasses.TestStringAnnotations.test_initvar)\nPASS: test_isnt_classvar (test.test_dataclasses.TestStringAnnotations.test_isnt_classvar)\nPASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations.test_isnt_initvar)\nPASS: test_text_annotations (test.test_dataclasses.TestStringAnnotations.test_text_annotations)\n\n----------------------------------------------------------------------\nRan 249 tests in 0.181s\n\nOK\n0:01:21 load avg: 1.29 [144/480] test_ctypes passed\nPASS: test_aligned_packed_structures (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_packed_structures)\nPASS: test_aligned_string (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_string)\nPASS: test_aligned_struct_in_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_struct_in_union)\nPASS: test_aligned_structures (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_structures)\nPASS: test_aligned_subclasses (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_subclasses)\nPASS: test_aligned_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_union)\nPASS: test_larger_aligned_subclassed_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_larger_aligned_subclassed_union)\nPASS: test_negative_align (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_negative_align)\nPASS: test_oversized_structure (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_oversized_structure)\nPASS: test_smaller_aligned_subclassed_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_smaller_aligned_subclassed_union)\nPASS: test_zero_align_no_fields (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_no_fields)\nPASS: test_zero_align_with_fields (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_with_fields)\nPASS: test_anon (test.test_ctypes.test_anon.AnonTest.test_anon)\nPASS: test_anon_nonmember (test.test_ctypes.test_anon.AnonTest.test_anon_nonmember)\nPASS: test_anon_nonseq (test.test_ctypes.test_anon.AnonTest.test_anon_nonseq)\nPASS: test_issue31490 (test.test_ctypes.test_anon.AnonTest.test_issue31490)\nPASS: test_nested (test.test_ctypes.test_anon.AnonTest.test_nested)\nPASS: test (test.test_ctypes.test_array_in_pointer.Test.test)\nPASS: test_2 (test.test_ctypes.test_array_in_pointer.Test.test_2)\nPASS: test_bad_length (test.test_ctypes.test_arrays.ArrayTestCase.test_bad_length)\nPASS: test_bad_subclass (test.test_ctypes.test_arrays.ArrayTestCase.test_bad_subclass)\nPASS: test_bpo36504_signed_int_overflow (test.test_ctypes.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow)\nPASS: test_cache (test.test_ctypes.test_arrays.ArrayTestCase.test_cache)\nPASS: test_classcache (test.test_ctypes.test_arrays.ArrayTestCase.test_classcache)\nPASS: test_empty_element_array (test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_array)\nPASS: test_empty_element_struct (test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_struct)\nPASS: test_from_address (test.test_ctypes.test_arrays.ArrayTestCase.test_from_address)\nPASS: test_from_addressW (test.test_ctypes.test_arrays.ArrayTestCase.test_from_addressW)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_arrays.ArrayTestCase.test_inheritance_hierarchy)\nSKIP: test_large_array (test.test_ctypes.test_arrays.ArrayTestCase.test_large_array) 'not enough memory: 2.0G minimum needed'\nPASS: test_metaclass_details (test.test_ctypes.test_arrays.ArrayTestCase.test_metaclass_details)\nPASS: test_numeric_arrays (test.test_ctypes.test_arrays.ArrayTestCase.test_numeric_arrays)\nPASS: test_simple (test.test_ctypes.test_arrays.ArrayTestCase.test_simple)\nPASS: test_step_overflow (test.test_ctypes.test_arrays.ArrayTestCase.test_step_overflow)\nPASS: test_subclass (test.test_ctypes.test_arrays.ArrayTestCase.test_subclass)\nPASS: test_type_flags (test.test_ctypes.test_arrays.ArrayTestCase.test_type_flags)\nPASS: test_zero_length (test.test_ctypes.test_arrays.ArrayTestCase.test_zero_length)\nPASS: test_byval (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_wchar_parm)\nPASS: test_byval (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_wchar_parm)\nPASS: test_byval (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_wchar_parm)\nPASS: test_byval (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_wchar_parm)\nPASS: test_anon_bitfields (test.test_ctypes.test_bitfields.BitFieldTest.test_anon_bitfields)\nPASS: test_c_wchar (test.test_ctypes.test_bitfields.BitFieldTest.test_c_wchar)\nPASS: test_longlong (test.test_ctypes.test_bitfields.BitFieldTest.test_longlong)\nPASS: test_mixed_1 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_1)\nPASS: test_mixed_2 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_2)\nPASS: test_mixed_3 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_3)\nPASS: test_mixed_4 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_4)\nPASS: test_multi_bitfields_size (test.test_ctypes.test_bitfields.BitFieldTest.test_multi_bitfields_size)\nPASS: test_nonint_types (test.test_ctypes.test_bitfields.BitFieldTest.test_nonint_types)\nPASS: test_signed (test.test_ctypes.test_bitfields.BitFieldTest.test_signed)\nPASS: test_single_bitfield_size (test.test_ctypes.test_bitfields.BitFieldTest.test_single_bitfield_size)\nPASS: test_uint32 (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32)\nPASS: test_uint32_swap_big_endian (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_big_endian)\nPASS: test_uint32_swap_little_endian (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_little_endian)\nPASS: test_uint64 (test.test_ctypes.test_bitfields.BitFieldTest.test_uint64)\nPASS: test_ulonglong (test.test_ctypes.test_bitfields.BitFieldTest.test_ulonglong)\nPASS: test_unsigned (test.test_ctypes.test_bitfields.BitFieldTest.test_unsigned)\nPASS: test_ints (test.test_ctypes.test_bitfields.C_Test.test_ints)\nPASS: test_shorts (test.test_ctypes.test_bitfields.C_Test.test_shorts)\nPASS: test_buffer (test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer)\nPASS: test_buffer_interface (test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer_interface)\nPASS: test_create_unicode_buffer_non_bmp (test.test_ctypes.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp)\nPASS: test_unicode_buffer (test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_buffer)\nPASS: test_unicode_conversion (test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_conversion)\nSKIP: test_BSTR (test.test_ctypes.test_bytes.BytesTest.test_BSTR) 'Windows-specific test'\nPASS: test_c_char (test.test_ctypes.test_bytes.BytesTest.test_c_char)\nPASS: test_c_char_p (test.test_ctypes.test_bytes.BytesTest.test_c_char_p)\nPASS: test_c_wchar (test.test_ctypes.test_bytes.BytesTest.test_c_wchar)\nPASS: test_c_wchar_p (test.test_ctypes.test_bytes.BytesTest.test_c_wchar_p)\nPASS: test_struct (test.test_ctypes.test_bytes.BytesTest.test_struct)\nPASS: test_struct_W (test.test_ctypes.test_bytes.BytesTest.test_struct_W)\nPASS: test_build_struct_union_opposite_system_byteorder (test.test_ctypes.test_byteswap.Test.test_build_struct_union_opposite_system_byteorder)\nPASS: test_endian_double (test.test_ctypes.test_byteswap.Test.test_endian_double)\nPASS: test_endian_float (test.test_ctypes.test_byteswap.Test.test_endian_float)\nPASS: test_endian_int (test.test_ctypes.test_byteswap.Test.test_endian_int)\nPASS: test_endian_longlong (test.test_ctypes.test_byteswap.Test.test_endian_longlong)\nPASS: test_endian_other (test.test_ctypes.test_byteswap.Test.test_endian_other)\nPASS: test_endian_short (test.test_ctypes.test_byteswap.Test.test_endian_short)\nPASS: test_slots (test.test_ctypes.test_byteswap.Test.test_slots)\nPASS: test_struct_field_alignment (test.test_ctypes.test_byteswap.Test.test_struct_field_alignment)\nPASS: test_struct_fields_unsupported_byte_order (test.test_ctypes.test_byteswap.Test.test_struct_fields_unsupported_byte_order)\nPASS: test_struct_struct (test.test_ctypes.test_byteswap.Test.test_struct_struct)\nPASS: test_unaligned_native_struct_fields (test.test_ctypes.test_byteswap.Test.test_unaligned_native_struct_fields)\nPASS: test_unaligned_nonnative_struct_fields (test.test_ctypes.test_byteswap.Test.test_unaligned_nonnative_struct_fields)\nPASS: test_union_fields_unsupported_byte_order (test.test_ctypes.test_byteswap.Test.test_union_fields_unsupported_byte_order)\nPASS: test_union_struct (test.test_ctypes.test_byteswap.Test.test_union_struct)\nPASS: test_creating_pointer_in_dunder_init_1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_1)\nPASS: test_creating_pointer_in_dunder_init_2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_2)\nPASS: test_creating_pointer_in_dunder_new_1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_1)\nPASS: test_creating_pointer_in_dunder_new_2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_2)\nPASS: test_byte (test.test_ctypes.test_callbacks.Callbacks.test_byte)\nPASS: test_char (test.test_ctypes.test_callbacks.Callbacks.test_char)\nPASS: test_double (test.test_ctypes.test_callbacks.Callbacks.test_double)\nPASS: test_float (test.test_ctypes.test_callbacks.Callbacks.test_float)\nSKIP: test_i38748_stackCorruption (test.test_ctypes.test_callbacks.Callbacks.test_i38748_stackCorruption) 'ctypes.WINFUNCTYPE is required'\nPASS: test_int (test.test_ctypes.test_callbacks.Callbacks.test_int)\nPASS: test_issue12483 (test.test_ctypes.test_callbacks.Callbacks.test_issue12483)\nPASS: test_issue_7959 (test.test_ctypes.test_callbacks.Callbacks.test_issue_7959)\nPASS: test_long (test.test_ctypes.test_callbacks.Callbacks.test_long)\nPASS: test_longdouble (test.test_ctypes.test_callbacks.Callbacks.test_longdouble)\nPASS: test_longlong (test.test_ctypes.test_callbacks.Callbacks.test_longlong)\nPASS: test_pyobject (test.test_ctypes.test_callbacks.Callbacks.test_pyobject)\nPASS: test_short (test.test_ctypes.test_callbacks.Callbacks.test_short)\nPASS: test_ubyte (test.test_ctypes.test_callbacks.Callbacks.test_ubyte)\nPASS: test_uint (test.test_ctypes.test_callbacks.Callbacks.test_uint)\nPASS: test_ulong (test.test_ctypes.test_callbacks.Callbacks.test_ulong)\nPASS: test_ulonglong (test.test_ctypes.test_callbacks.Callbacks.test_ulonglong)\nPASS: test_unsupported_restype_1 (test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_1)\nPASS: test_unsupported_restype_2 (test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_2)\nPASS: test_ushort (test.test_ctypes.test_callbacks.Callbacks.test_ushort)\nPASS: test_callback_large_struct (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_large_struct)\nPASS: test_callback_register_double (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_double)\nPASS: test_callback_register_int (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_int)\nPASS: test_callback_too_many_args (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_too_many_args)\nPASS: test_convert_result_error (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_convert_result_error)\nPASS: test_integrate (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_integrate)\nPASS: test_issue_8959_a (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_a)\nSKIP: test_issue_8959_b (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b) 'ctypes.WINFUNCTYPE is required'\nPASS: test_address2pointer (test.test_ctypes.test_cast.Test.test_address2pointer)\nPASS: test_array2pointer (test.test_ctypes.test_cast.Test.test_array2pointer)\nPASS: test_bad_type_arg (test.test_ctypes.test_cast.Test.test_bad_type_arg)\nPASS: test_char_p (test.test_ctypes.test_cast.Test.test_char_p)\nPASS: test_other (test.test_ctypes.test_cast.Test.test_other)\nPASS: test_p2a_objects (test.test_ctypes.test_cast.Test.test_p2a_objects)\nPASS: test_wchar_p (test.test_ctypes.test_cast.Test.test_wchar_p)\nPASS: test_byte (test.test_ctypes.test_cfuncs.CFunctions.test_byte)\nPASS: test_byte_plus (test.test_ctypes.test_cfuncs.CFunctions.test_byte_plus)\nPASS: test_callwithresult (test.test_ctypes.test_cfuncs.CFunctions.test_callwithresult)\nPASS: test_double (test.test_ctypes.test_cfuncs.CFunctions.test_double)\nPASS: test_double_plus (test.test_ctypes.test_cfuncs.CFunctions.test_double_plus)\nPASS: test_float (test.test_ctypes.test_cfuncs.CFunctions.test_float)\nPASS: test_float_plus (test.test_ctypes.test_cfuncs.CFunctions.test_float_plus)\nPASS: test_int (test.test_ctypes.test_cfuncs.CFunctions.test_int)\nPASS: test_int_plus (test.test_ctypes.test_cfuncs.CFunctions.test_int_plus)\nPASS: test_long (test.test_ctypes.test_cfuncs.CFunctions.test_long)\nPASS: test_long_plus (test.test_ctypes.test_cfuncs.CFunctions.test_long_plus)\nPASS: test_longdouble (test.test_ctypes.test_cfuncs.CFunctions.test_longdouble)\nPASS: test_longdouble_plus (test.test_ctypes.test_cfuncs.CFunctions.test_longdouble_plus)\nPASS: test_longlong (test.test_ctypes.test_cfuncs.CFunctions.test_longlong)\nPASS: test_longlong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_longlong_plus)\nPASS: test_short (test.test_ctypes.test_cfuncs.CFunctions.test_short)\nPASS: test_short_plus (test.test_ctypes.test_cfuncs.CFunctions.test_short_plus)\nPASS: test_ubyte (test.test_ctypes.test_cfuncs.CFunctions.test_ubyte)\nPASS: test_ubyte_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ubyte_plus)\nPASS: test_uint (test.test_ctypes.test_cfuncs.CFunctions.test_uint)\nPASS: test_uint_plus (test.test_ctypes.test_cfuncs.CFunctions.test_uint_plus)\nPASS: test_ulong (test.test_ctypes.test_cfuncs.CFunctions.test_ulong)\nPASS: test_ulong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ulong_plus)\nPASS: test_ulonglong (test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong)\nPASS: test_ulonglong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong_plus)\nPASS: test_ushort (test.test_ctypes.test_cfuncs.CFunctions.test_ushort)\nPASS: test_ushort_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ushort_plus)\nPASS: test_void (test.test_ctypes.test_cfuncs.CFunctions.test_void)\nPASS: test_checkretval (test.test_ctypes.test_checkretval.Test.test_checkretval)\nSKIP: test_oledll (test.test_ctypes.test_checkretval.Test.test_oledll) 'ctypes.oledll is required'\nPASS: test_chararray (test.test_ctypes.test_delattr.TestCase.test_chararray)\nPASS: test_simple (test.test_ctypes.test_delattr.TestCase.test_simple)\nPASS: test_struct (test.test_ctypes.test_delattr.TestCase.test_struct)\nPASS: test_localized_error_dlopen (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlopen)\nPASS: test_localized_error_dlsym (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlsym)\nPASS: test_localized_error_from_dll (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_from_dll)\nPASS: test_localized_error_in_dll (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_in_dll)\nPASS: test_null_dlsym (test.test_ctypes.test_dlerror.TestNullDlsym.test_null_dlsym)\nSKIP: test_GetLastError (test.test_ctypes.test_errno.Test.test_GetLastError) 'Test specific to Windows'\nPASS: test_open (test.test_ctypes.test_errno.Test.test_open)\nSKIP: test_find (test.test_ctypes.test_find.FindLibraryAndroid.test_find) 'Test only valid for Android'\nSKIP: test_find_library_with_gcc (test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_gcc) 'Needs IMAGE_FEATURE += \"tools-sdk\"'\nSKIP: test_find_library_with_ld (test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_ld) 'Needs IMAGE_FEATURE += \"tools-sdk\"'\nPASS: test_find_on_libpath (test.test_ctypes.test_find.FindLibraryLinux.test_find_on_libpath)\nPASS: test_gh114257 (test.test_ctypes.test_find.FindLibraryLinux.test_gh114257)\nOpenGL libraries:\n\t ('GL', None)\n\t ('GLU', None)\n\t ('gle', None)\nSKIP: test_gl (test.test_ctypes.test_find.Test_OpenGL_libs.test_gl) 'lib_gl not available'\nSKIP: test_gle (test.test_ctypes.test_find.Test_OpenGL_libs.test_gle) 'lib_gle not available'\nSKIP: test_glu (test.test_ctypes.test_find.Test_OpenGL_libs.test_glu) 'lib_glu not available'\nPASS: test_shell_injection (test.test_ctypes.test_find.Test_OpenGL_libs.test_shell_injection)\nPASS: test_abstract (test.test_ctypes.test_frombuffer.Test.test_abstract)\nPASS: test_fortran_contiguous (test.test_ctypes.test_frombuffer.Test.test_fortran_contiguous)\nPASS: test_from_buffer (test.test_ctypes.test_frombuffer.Test.test_from_buffer)\nPASS: test_from_buffer_copy (test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy)\nPASS: test_from_buffer_copy_with_offset (test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy_with_offset)\nPASS: test_from_buffer_memoryview (test.test_ctypes.test_frombuffer.Test.test_from_buffer_memoryview)\nPASS: test_from_buffer_with_offset (test.test_ctypes.test_frombuffer.Test.test_from_buffer_with_offset)\nPASS: test_abstract (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_abstract)\nPASS: test_basic (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_basic)\nPASS: test_dllfunctions (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_dllfunctions)\nPASS: test_first (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_first)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_inheritance_hierarchy)\nPASS: test_metaclass_details (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_metaclass_details)\nPASS: test_structures (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_structures)\nPASS: test_type_flags (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_type_flags)\nPASS: test_byval (test.test_ctypes.test_functions.FunctionTestCase.test_byval)\ntest_c_char_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_char_p_parm)\nPASS: Test the error message when converting an incompatible type to c_char_p.\nPASS: test_c_char_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_char_parm)\ntest_c_void_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_void_p_parm)\nPASS: Test the error message when converting an incompatible type to c_void_p.\ntest_c_wchar_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_wchar_p_parm)\nPASS: Test the error message when converting an incompatible type to c_wchar_p.\nPASS: test_callbacks (test.test_ctypes.test_functions.FunctionTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_functions.FunctionTestCase.test_callbacks_2)\nPASS: test_doubleresult (test.test_ctypes.test_functions.FunctionTestCase.test_doubleresult)\nPASS: test_errors (test.test_ctypes.test_functions.FunctionTestCase.test_errors)\nPASS: test_floatresult (test.test_ctypes.test_functions.FunctionTestCase.test_floatresult)\nPASS: test_intresult (test.test_ctypes.test_functions.FunctionTestCase.test_intresult)\nPASS: test_longdoubleresult (test.test_ctypes.test_functions.FunctionTestCase.test_longdoubleresult)\nPASS: test_longlong_callbacks (test.test_ctypes.test_functions.FunctionTestCase.test_longlong_callbacks)\nPASS: test_longlongresult (test.test_ctypes.test_functions.FunctionTestCase.test_longlongresult)\nPASS: test_mro (test.test_ctypes.test_functions.FunctionTestCase.test_mro)\nPASS: test_pointers (test.test_ctypes.test_functions.FunctionTestCase.test_pointers)\nPASS: test_sf1651235 (test.test_ctypes.test_functions.FunctionTestCase.test_sf1651235)\nPASS: test_shorts (test.test_ctypes.test_functions.FunctionTestCase.test_shorts)\nPASS: test_stringresult (test.test_ctypes.test_functions.FunctionTestCase.test_stringresult)\nPASS: test_struct_return_2H (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H)\nSKIP: test_struct_return_2H_stdcall (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H_stdcall) 'Windows-specific test'\nPASS: test_struct_return_8H (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H)\nSKIP: test_struct_return_8H_stdcall (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H_stdcall) 'Windows-specific test'\nPASS: test_voidresult (test.test_ctypes.test_functions.FunctionTestCase.test_voidresult)\nPASS: test_wchar_parm (test.test_ctypes.test_functions.FunctionTestCase.test_wchar_parm)\nPASS: test_wchar_result (test.test_ctypes.test_functions.FunctionTestCase.test_wchar_result)\nPASS: test_deprecation (test.test_ctypes.test_incomplete.TestSetPointerType.test_deprecation)\nPASS: test_incomplete_example (test.test_ctypes.test_incomplete.TestSetPointerType.test_incomplete_example)\nPASS: test_get (test.test_ctypes.test_init.InitTest.test_get)\nPASS: test_c_char_p (test.test_ctypes.test_internals.ObjectsTestCase.test_c_char_p)\nPASS: test_embedded_structs (test.test_ctypes.test_internals.ObjectsTestCase.test_embedded_structs)\nPASS: test_ints (test.test_ctypes.test_internals.ObjectsTestCase.test_ints)\nPASS: test_ptr_struct (test.test_ctypes.test_internals.ObjectsTestCase.test_ptr_struct)\nPASS: test_simple_struct (test.test_ctypes.test_internals.ObjectsTestCase.test_simple_struct)\nPASS: test_xxx (test.test_ctypes.test_internals.ObjectsTestCase.test_xxx)\nPASS: test_cint_array (test.test_ctypes.test_keeprefs.ArrayTestCase.test_cint_array)\nPASS: test_p_cint (test.test_ctypes.test_keeprefs.PointerTestCase.test_p_cint)\nPASS: test (test.test_ctypes.test_keeprefs.PointerToStructure.test)\nPASS: test_ccharp (test.test_ctypes.test_keeprefs.SimpleTestCase.test_ccharp)\nPASS: test_cint (test.test_ctypes.test_keeprefs.SimpleTestCase.test_cint)\nPASS: test_ccharp_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_ccharp_struct)\nPASS: test_cint_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_cint_struct)\nPASS: test_struct_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_struct_struct)\nPASS: test_qsort (test.test_ctypes.test_libc.LibTest.test_qsort)\nPASS: test_sqrt (test.test_ctypes.test_libc.LibTest.test_sqrt)\nlibc_name is libc.so.6\nSKIP: test_1703286_A (test.test_ctypes.test_loading.LoaderTest.test_1703286_A) 'Windows-specific test'\nSKIP: test_1703286_B (test.test_ctypes.test_loading.LoaderTest.test_1703286_B) 'Windows-specific test'\nPASS: test_find (test.test_ctypes.test_loading.LoaderTest.test_find)\nPASS: test_load (test.test_ctypes.test_loading.LoaderTest.test_load)\nSKIP: test_load_dll_with_flags (test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags) 'test specific to Windows'\nSKIP: test_load_hasattr (test.test_ctypes.test_loading.LoaderTest.test_load_hasattr) 'test specific to Windows'\nSKIP: test_load_library (test.test_ctypes.test_loading.LoaderTest.test_load_library) 'test specific to Windows'\nSKIP: test_load_ordinal_functions (test.test_ctypes.test_loading.LoaderTest.test_load_ordinal_functions) 'test specific to Windows'\nPASS: test_load_version (test.test_ctypes.test_loading.LoaderTest.test_load_version)\nSKIP: test_find (test.test_ctypes.test_macholib.MachOTest.test_find) 'OSX-specific test'\nSKIP: test_framework_info (test.test_ctypes.test_macholib.MachOTest.test_framework_info) 'OSX-specific test'\nSKIP: test_info (test.test_ctypes.test_macholib.MachOTest.test_info) 'OSX-specific test'\nPASS: test_cast (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_cast)\nPASS: test_memmove (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memmove)\nPASS: test_memset (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memset)\nPASS: test_overflow (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_overflow)\nPASS: test_string_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_string_at)\nPASS: test_wstring_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_wstring_at)\nPASS: test_alignments (test.test_ctypes.test_numbers.NumberTestCase.test_alignments)\nPASS: test_bool_values (test.test_ctypes.test_numbers.NumberTestCase.test_bool_values)\nPASS: test_byref (test.test_ctypes.test_numbers.NumberTestCase.test_byref)\nPASS: test_char_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_char_from_address)\nPASS: test_default_init (test.test_ctypes.test_numbers.NumberTestCase.test_default_init)\nPASS: test_float_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_float_from_address)\nPASS: test_float_overflow (test.test_ctypes.test_numbers.NumberTestCase.test_float_overflow)\nPASS: test_floats (test.test_ctypes.test_numbers.NumberTestCase.test_floats)\nPASS: test_from_param (test.test_ctypes.test_numbers.NumberTestCase.test_from_param)\nPASS: test_init (test.test_ctypes.test_numbers.NumberTestCase.test_init)\nPASS: test_int_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_int_from_address)\nPASS: test_integers (test.test_ctypes.test_numbers.NumberTestCase.test_integers)\nPASS: test_signed_values (test.test_ctypes.test_numbers.NumberTestCase.test_signed_values)\nPASS: test_sizes (test.test_ctypes.test_numbers.NumberTestCase.test_sizes)\nPASS: test_typeerror (test.test_ctypes.test_numbers.NumberTestCase.test_typeerror)\nPASS: test_unsigned_values (test.test_ctypes.test_numbers.NumberTestCase.test_unsigned_values)\ntest_objects (test.test_ctypes)\nPASS: Doctest: test.test_ctypes.test_objects\nPASS: test_abstract (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_abstract)\nPASS: test_array_pointers (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_array_pointers)\nPASS: test_byref_pointer (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointer)\nPASS: test_byref_pointerpointer (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointerpointer)\nPASS: test_c_char (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_char)\nPASS: test_c_wchar (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_wchar)\nPASS: test_cstrings (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cstrings)\nPASS: test_cw_strings (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cw_strings)\nPASS: test_from_param_result_refcount (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_from_param_result_refcount)\nPASS: test_int_pointers (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_int_pointers)\nPASS: test_issue31311 (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_issue31311)\nPASS: test_noctypes_argtype (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_noctypes_argtype)\nPASS: test_parameter_repr (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_parameter_repr)\nPASS: test_subclasses (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses)\nPASS: test_subclasses_c_wchar_p (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses_c_wchar_p)\nPASS: test_endian_types (test.test_ctypes.test_pep3118.Test.test_endian_types)\nPASS: test_native_types (test.test_ctypes.test_pep3118.Test.test_native_types)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_0.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_0.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_0.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_0.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_1.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_1.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_1.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_1.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_2.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_2.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_2.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_2.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_3.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_3.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_3.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_3.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_4.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_4.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_4.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_4.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_5.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_5.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_5.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_5.test_wchar)\nPASS: test_abstract (test.test_ctypes.test_pointers.PointersTestCase.test_abstract)\nPASS: test_basic (test.test_ctypes.test_pointers.PointersTestCase.test_basic)\nPASS: test_basics (test.test_ctypes.test_pointers.PointersTestCase.test_basics)\nPASS: test_bug_1467852 (test.test_ctypes.test_pointers.PointersTestCase.test_bug_1467852)\nPASS: test_c_void_p (test.test_ctypes.test_pointers.PointersTestCase.test_c_void_p)\nPASS: test_callbacks_with_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_callbacks_with_pointers)\nPASS: test_change_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_change_pointers)\ntest_charpp (test.test_ctypes.test_pointers.PointersTestCase.test_charpp)\nPASS: Test that a character pointer-to-pointer is correctly passed\nPASS: test_from_address (test.test_ctypes.test_pointers.PointersTestCase.test_from_address)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_pointers.PointersTestCase.test_inheritance_hierarchy)\nPASS: test_metaclass_details (test.test_ctypes.test_pointers.PointersTestCase.test_metaclass_details)\nPASS: test_other (test.test_ctypes.test_pointers.PointersTestCase.test_other)\nPASS: test_pass_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_pass_pointers)\nPASS: test_pointer_crash (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_crash)\nPASS: test_pointer_type_name (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_name)\nPASS: test_pointer_type_str_name (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_str_name)\nPASS: test_pointers_bool (test.test_ctypes.test_pointers.PointersTestCase.test_pointers_bool)\nPASS: test_repeated_set_type (test.test_ctypes.test_pointers.PointersTestCase.test_repeated_set_type)\nPASS: test_type_flags (test.test_ctypes.test_pointers.PointersTestCase.test_type_flags)\nPASS: test (test.test_ctypes.test_prototypes.ArrayTest.test)\nPASS: test_POINTER_c_char_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_POINTER_c_char_arg)\nPASS: test_c_char_p_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_char_p_arg)\nPASS: test_c_void_p_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg)\nPASS: test_c_void_p_arg_with_c_wchar_p (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg_with_c_wchar_p)\nPASS: test_instance (test.test_ctypes.test_prototypes.CharPointersTestCase.test_instance)\nPASS: test_int_pointer_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_int_pointer_arg)\nPASS: test_paramflags (test.test_ctypes.test_prototypes.CharPointersTestCase.test_paramflags)\nPASS: test_POINTER_c_wchar_arg (test.test_ctypes.test_prototypes.WCharPointersTestCase.test_POINTER_c_wchar_arg)\nPASS: test_c_wchar_p_arg (test.test_ctypes.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg)\nPASS: test_PyBytes_FromStringAndSize (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize)\nPASS: test_PyLong_Long (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyLong_Long)\nPASS: test_PyOS_snprintf (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyOS_snprintf)\nPASS: test_PyObj_FromPtr (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyObj_FromPtr)\nPASS: test_PyString_FromString (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyString_FromString)\nPASS: test_pyobject_repr (test.test_ctypes.test_python_api.PythonAPITestCase.test_pyobject_repr)\nPASS: test_FloatDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_FloatDivisionError)\nPASS: test_IntegerDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_IntegerDivisionError)\nPASS: test_TypeErrorDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_TypeErrorDivisionError)\nPASS: test_ValueError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_ValueError)\nSKIP: test (test.test_ctypes.test_random_things.call_function_TestCase.test) 'Windows-specific test'\nPASS: test_callback (test.test_ctypes.test_refcounts.AnotherLeak.test_callback)\nPASS: test_callback_py_object_none_return (test.test_ctypes.test_refcounts.AnotherLeak.test_callback_py_object_none_return)\nPASS: test_finalize (test.test_ctypes.test_refcounts.ModuleIsolationTest.test_finalize)\nPASS: test_restype_py_object_with_null_return (test.test_ctypes.test_refcounts.PyObjectRestypeTest.test_restype_py_object_with_null_return)\nPASS: test_1 (test.test_ctypes.test_refcounts.RefcountTestCase.test_1)\nPASS: test_refcount (test.test_ctypes.test_refcounts.RefcountTestCase.test_refcount)\nPASS: test_char (test.test_ctypes.test_repr.ReprTest.test_char)\nPASS: test_numbers (test.test_ctypes.test_repr.ReprTest.test_numbers)\nPASS: test_from_dll (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll)\nPASS: test_from_dll_refcount (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_refcount)\nPASS: test_with_prototype (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_with_prototype)\nPASS: test_without_prototype (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_without_prototype)\nPASS: test_compare (test.test_ctypes.test_simplesubclasses.Test.test_compare)\nPASS: test_ignore_retval (test.test_ctypes.test_simplesubclasses.Test.test_ignore_retval)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_simplesubclasses.Test.test_inheritance_hierarchy)\nPASS: test_int_callback (test.test_ctypes.test_simplesubclasses.Test.test_int_callback)\nPASS: test_int_struct (test.test_ctypes.test_simplesubclasses.Test.test_int_struct)\nPASS: test_metaclass_details (test.test_ctypes.test_simplesubclasses.Test.test_metaclass_details)\nPASS: test_swapped_type_creation (test.test_ctypes.test_simplesubclasses.Test.test_swapped_type_creation)\nPASS: test_type_flags (test.test_ctypes.test_simplesubclasses.Test.test_type_flags)\nPASS: test_16 (test.test_ctypes.test_sizes.SizesTestCase.test_16)\nPASS: test_32 (test.test_ctypes.test_sizes.SizesTestCase.test_32)\nPASS: test_64 (test.test_ctypes.test_sizes.SizesTestCase.test_64)\nPASS: test_8 (test.test_ctypes.test_sizes.SizesTestCase.test_8)\nPASS: test_size_t (test.test_ctypes.test_sizes.SizesTestCase.test_size_t)\nPASS: test_ssize_t (test.test_ctypes.test_sizes.SizesTestCase.test_ssize_t)\nPASS: test_time_t (test.test_ctypes.test_sizes.SizesTestCase.test_time_t)\nPASS: test_char_array (test.test_ctypes.test_slicing.SlicesTestCase.test_char_array)\nPASS: test_char_ptr (test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr)\nPASS: test_char_ptr_with_free (test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr_with_free)\nPASS: test_getslice_cint (test.test_ctypes.test_slicing.SlicesTestCase.test_getslice_cint)\nPASS: test_setslice_cint (test.test_ctypes.test_slicing.SlicesTestCase.test_setslice_cint)\nPASS: test_wchar_ptr (test.test_ctypes.test_slicing.SlicesTestCase.test_wchar_ptr)\nPASS: test__POINTER_c_char (test.test_ctypes.test_stringptr.StringPtrTestCase.test__POINTER_c_char)\nPASS: test__c_char_p (test.test_ctypes.test_stringptr.StringPtrTestCase.test__c_char_p)\nPASS: test_functions (test.test_ctypes.test_stringptr.StringPtrTestCase.test_functions)\nPASS: test (test.test_ctypes.test_strings.StringArrayTestCase.test)\nPASS: test_create_string_buffer_raw (test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_raw)\nPASS: test_create_string_buffer_value (test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_value)\nPASS: test_del_segfault (test.test_ctypes.test_strings.StringArrayTestCase.test_del_segfault)\nPASS: test_param_1 (test.test_ctypes.test_strings.StringArrayTestCase.test_param_1)\nPASS: test_param_2 (test.test_ctypes.test_strings.StringArrayTestCase.test_param_2)\nPASS: test (test.test_ctypes.test_strings.WStringArrayTestCase.test)\nPASS: test_nonbmp (test.test_ctypes.test_strings.WStringArrayTestCase.test_nonbmp)\nPASS: test_basic_wstrings (test.test_ctypes.test_strings.WStringTestCase.test_basic_wstrings)\nPASS: test_toolong (test.test_ctypes.test_strings.WStringTestCase.test_toolong)\nPASS: test_wchar (test.test_ctypes.test_strings.WStringTestCase.test_wchar)\nPASS: test_1_A (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_A)\nPASS: test_1_B (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_B)\nPASS: test_2 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_2)\nPASS: test_3 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_3)\nPASS: test_4 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_4)\nPASS: test_5 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_5)\nPASS: test_6 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_6)\nPASS: test___get__ (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___get__)\nPASS: test___set__ (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___set__)\nPASS: test_cfield_inheritance_hierarchy (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_inheritance_hierarchy)\nPASS: test_cfield_type_flags (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_type_flags)\nPASS: test_gh99275 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_gh99275)\nPASS: test_max_field_size_gh126937 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_max_field_size_gh126937)\nPASS: test (test.test_ctypes.test_structures.PointerMemberTestCase.test)\nPASS: test_none_to_pointer_fields (test.test_ctypes.test_structures.PointerMemberTestCase.test_none_to_pointer_fields)\nPASS: test_38368 (test.test_ctypes.test_structures.StructureTestCase.test_38368)\nPASS: test_abstract_class (test.test_ctypes.test_structures.StructureTestCase.test_abstract_class)\nPASS: test_array_in_struct (test.test_ctypes.test_structures.StructureTestCase.test_array_in_struct)\nSKIP: test_bitfield_by_value (test.test_ctypes.test_structures.StructureTestCase.test_bitfield_by_value) 'Test disabled for now - see bpo-16575/bpo-16576'\nPASS: test_conflicting_initializers (test.test_ctypes.test_structures.StructureTestCase.test_conflicting_initializers)\nPASS: test_empty (test.test_ctypes.test_structures.StructureTestCase.test_empty)\nPASS: test_fields (test.test_ctypes.test_structures.StructureTestCase.test_fields)\nPASS: test_huge_field_name (test.test_ctypes.test_structures.StructureTestCase.test_huge_field_name)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_structures.StructureTestCase.test_inheritance_hierarchy)\nPASS: test_init_errors (test.test_ctypes.test_structures.StructureTestCase.test_init_errors)\nPASS: test_initializers (test.test_ctypes.test_structures.StructureTestCase.test_initializers)\nPASS: test_intarray_fields (test.test_ctypes.test_structures.StructureTestCase.test_intarray_fields)\nPASS: test_invalid_field_types (test.test_ctypes.test_structures.StructureTestCase.test_invalid_field_types)\nPASS: test_invalid_name (test.test_ctypes.test_structures.StructureTestCase.test_invalid_name)\nPASS: test_issue18060_a (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_a)\nPASS: test_issue18060_b (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_b)\nPASS: test_issue18060_c (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_c)\nPASS: test_keyword_initializers (test.test_ctypes.test_structures.StructureTestCase.test_keyword_initializers)\nPASS: test_metaclass_details (test.test_ctypes.test_structures.StructureTestCase.test_metaclass_details)\nPASS: test_methods (test.test_ctypes.test_structures.StructureTestCase.test_methods)\nPASS: test_nested_initializers (test.test_ctypes.test_structures.StructureTestCase.test_nested_initializers)\nPASS: test_packed (test.test_ctypes.test_structures.StructureTestCase.test_packed)\nPASS: test_packed_c_limits (test.test_ctypes.test_structures.StructureTestCase.test_packed_c_limits)\nPASS: test_pass_by_value (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value)\nPASS: test_pass_by_value_finalizer (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_finalizer)\nPASS: test_pass_by_value_in_register (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_in_register)\nPASS: test_positional_args (test.test_ctypes.test_structures.StructureTestCase.test_positional_args)\nPASS: test_simple_structs (test.test_ctypes.test_structures.StructureTestCase.test_simple_structs)\nPASS: test_struct_alignment (test.test_ctypes.test_structures.StructureTestCase.test_struct_alignment)\nPASS: test_structures_with_wchar (test.test_ctypes.test_structures.StructureTestCase.test_structures_with_wchar)\nPASS: test_type_flags (test.test_ctypes.test_structures.StructureTestCase.test_type_flags)\nSKIP: test_union_by_value (test.test_ctypes.test_structures.StructureTestCase.test_union_by_value) 'Test disabled for now - see bpo-16575/bpo-16576'\nPASS: test_unions (test.test_ctypes.test_structures.StructureTestCase.test_unions)\nPASS: test_subclass (test.test_ctypes.test_structures.SubclassesTest.test_subclass)\nPASS: test_subclass_delayed (test.test_ctypes.test_structures.SubclassesTest.test_subclass_delayed)\nPASS: test_contains_itself (test.test_ctypes.test_structures.TestRecursiveStructure.test_contains_itself)\nPASS: test_vice_versa (test.test_ctypes.test_structures.TestRecursiveStructure.test_vice_versa)\nPASS: test_native (test.test_ctypes.test_unaligned_structures.TestStructures.test_native)\nPASS: test_swapped (test.test_ctypes.test_unaligned_structures.TestStructures.test_swapped)\nPASS: test_buffers (test.test_ctypes.test_unicode.StringTestCase.test_buffers)\nPASS: test_embedded_null (test.test_ctypes.test_unicode.StringTestCase.test_embedded_null)\nPASS: test_func (test.test_ctypes.test_unicode.StringTestCase.test_func)\nPASS: test_wcslen (test.test_ctypes.test_unicode.StringTestCase.test_wcslen)\nPASS: test_buffers (test.test_ctypes.test_unicode.UnicodeTestCase.test_buffers)\nPASS: test_embedded_null (test.test_ctypes.test_unicode.UnicodeTestCase.test_embedded_null)\nPASS: test_wcslen (test.test_ctypes.test_unicode.UnicodeTestCase.test_wcslen)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_unions.ArrayTestCase.test_inheritance_hierarchy)\nPASS: test_metaclass_details (test.test_ctypes.test_unions.ArrayTestCase.test_metaclass_details)\nPASS: test_type_flags (test.test_ctypes.test_unions.ArrayTestCase.test_type_flags)\nPASS: test_frozentable (test.test_ctypes.test_values.PythonValuesTestCase.test_frozentable)\nPASS: test_optimizeflag (test.test_ctypes.test_values.PythonValuesTestCase.test_optimizeflag)\nPASS: test_undefined (test.test_ctypes.test_values.PythonValuesTestCase.test_undefined)\nPASS: test_an_integer (test.test_ctypes.test_values.ValuesTestCase.test_an_integer)\nPASS: test_undefined (test.test_ctypes.test_values.ValuesTestCase.test_undefined)\nPASS: test_array_invalid_length (test.test_ctypes.test_varsize_struct.VarSizeTest.test_array_invalid_length)\nPASS: test_resize (test.test_ctypes.test_varsize_struct.VarSizeTest.test_resize)\nPASS: test_zerosized_array (test.test_ctypes.test_varsize_struct.VarSizeTest.test_zerosized_array)\nSKIP: test_SEH (test.test_ctypes.test_win32.FunctionCallTestCase.test_SEH) 'Windows-specific test'\nSKIP: test_noargs (test.test_ctypes.test_win32.FunctionCallTestCase.test_noargs) 'Windows-specific test'\nSKIP: test_sizes (test.test_ctypes.test_win32.ReturnStructSizesTestCase.test_sizes) 'Windows-specific test'\nPASS: test_struct_by_value (test.test_ctypes.test_win32.Structures.test_struct_by_value)\nSKIP: test_winerror (test.test_ctypes.test_win32.TestWinError.test_winerror) 'Windows-specific test'\nSKIP: test_COMError (test.test_ctypes.test_win32.TestWintypes.test_COMError) 'Windows-specific test'\nSKIP: test_HWND (test.test_ctypes.test_win32.TestWintypes.test_HWND) 'Windows-specific test'\nSKIP: test_PARAM (test.test_ctypes.test_win32.TestWintypes.test_PARAM) 'Windows-specific test'\nSKIP: test.test_ctypes.test_win32_com_foreign_func (unittest.loader.ModuleSkipped.test.test_ctypes.test_win32_com_foreign_func) 'Windows-specific test'\nPASS: test_signedness (test.test_ctypes.test_wintypes.WinTypesTest.test_signedness)\nPASS: test_variant_bool (test.test_ctypes.test_wintypes.WinTypesTest.test_variant_bool)\n\n----------------------------------------------------------------------\nRan 517 tests in 0.466s\n\nOK (skipped=34)\n0:01:21 load avg: 1.29 [145/480] test_dbm passed\nPASS: test_anydbm_access (test.test_dbm.TestCase_dumb.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_dumb.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_dumb.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_dumb.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_dumb.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_dumb.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_dumb.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_dumb.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_dumb.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_dumb.test_error)\nPASS: test_keys (test.test_dbm.TestCase_dumb.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_dumb.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path_bytes)\nPASS: test_anydbm_access (test.test_dbm.TestCase_gnu.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_gnu.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_gnu.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_gnu.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_gnu.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_gnu.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_gnu.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_gnu.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_gnu.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_gnu.test_error)\nPASS: test_keys (test.test_dbm.TestCase_gnu.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_gnu.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path_bytes)\nPASS: test_anydbm_access (test.test_dbm.TestCase_ndbm.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_ndbm.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_ndbm.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_ndbm.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_ndbm.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_ndbm.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_ndbm.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_ndbm.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_ndbm.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_ndbm.test_error)\nPASS: test_keys (test.test_dbm.TestCase_ndbm.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_ndbm.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path_bytes)\nPASS: test_anydbm_access (test.test_dbm.TestCase_sqlite3.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_sqlite3.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_sqlite3.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_sqlite3.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_sqlite3.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_sqlite3.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_sqlite3.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_sqlite3.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_sqlite3.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_sqlite3.test_error)\nPASS: test_keys (test.test_dbm.TestCase_sqlite3.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_sqlite3.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path_bytes)\nPASS: test_whichdb (test.test_dbm.WhichDBTestCase.test_whichdb)\nPASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase.test_whichdb_ndbm)\nPASS: test_whichdb_sqlite3 (test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3)\nPASS: test_whichdb_sqlite3_existing_db (test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3_existing_db)\n\n----------------------------------------------------------------------\nRan 60 tests in 0.019s\n\nOK\n0:01:21 load avg: 1.29 [146/480] test_dbm_dumb passed\nPASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase.test_check_closed)\nPASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase.test_close_twice)\nPASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase.test_context_manager)\nPASS: test_create_new (test.test_dbm_dumb.DumbDBMTestCase.test_create_new)\nPASS: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation)\nPASS: test_dumbdbm_creation_mode (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation_mode)\nPASS: test_dumbdbm_keys (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys)\nPASS: test_dumbdbm_modification (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification)\nPASS: test_dumbdbm_read (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read)\nPASS: test_eval (test.test_dbm_dumb.DumbDBMTestCase.test_eval)\nPASS: test_invalid_flag (test.test_dbm_dumb.DumbDBMTestCase.test_invalid_flag)\nPASS: test_line_endings (test.test_dbm_dumb.DumbDBMTestCase.test_line_endings)\nPASS: test_missing_data (test.test_dbm_dumb.DumbDBMTestCase.test_missing_data)\nPASS: test_missing_index (test.test_dbm_dumb.DumbDBMTestCase.test_missing_index)\nPASS: test_nonascii_filename (test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename)\nPASS: test_open_with_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_bytes_path)\nPASS: test_open_with_pathlib_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_bytes_path)\nPASS: test_open_with_pathlib_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_path)\nPASS: test_random (test.test_dbm_dumb.DumbDBMTestCase.test_random)\nPASS: test_readonly_files (test.test_dbm_dumb.DumbDBMTestCase.test_readonly_files)\nPASS: test_str_read (test.test_dbm_dumb.DumbDBMTestCase.test_str_read)\nPASS: test_str_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains)\nPASS: test_sync_empty_unmodified (test.test_dbm_dumb.DumbDBMTestCase.test_sync_empty_unmodified)\nPASS: test_sync_nonempty_unmodified (test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified)\nPASS: test_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_write_contains)\nPASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read)\n\n----------------------------------------------------------------------\nRan 26 tests in 0.018s\n\nOK\n0:01:21 load avg: 1.29 [147/480] test_dbm_gnu passed\ngdbm version: (1, 24, 0)\nPASS: test_bool_empty (test.test_dbm_gnu.TestGdbm.test_bool_empty)\nPASS: test_bool_not_empty (test.test_dbm_gnu.TestGdbm.test_bool_not_empty)\nPASS: test_bool_on_closed_db_raises (test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises)\nPASS: test_bytes (test.test_dbm_gnu.TestGdbm.test_bytes)\nPASS: test_clear (test.test_dbm_gnu.TestGdbm.test_clear)\nPASS: test_context_manager (test.test_dbm_gnu.TestGdbm.test_context_manager)\nPASS: test_disallow_instantiation (test.test_dbm_gnu.TestGdbm.test_disallow_instantiation)\nPASS: test_error_conditions (test.test_dbm_gnu.TestGdbm.test_error_conditions)\nPASS: test_flags (test.test_dbm_gnu.TestGdbm.test_flags)\nPASS: test_key_methods (test.test_dbm_gnu.TestGdbm.test_key_methods)\nPASS: test_localized_error (test.test_dbm_gnu.TestGdbm.test_localized_error)\nPASS: test_nonascii_filename (test.test_dbm_gnu.TestGdbm.test_nonascii_filename)\nPASS: test_nonexisting_file (test.test_dbm_gnu.TestGdbm.test_nonexisting_file)\nPASS: test_open_with_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path)\nPASS: test_open_with_pathlib_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path)\nPASS: test_open_with_pathlib_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path)\nPASS: test_reorganize (test.test_dbm_gnu.TestGdbm.test_reorganize)\nPASS: test_unicode (test.test_dbm_gnu.TestGdbm.test_unicode)\nPASS: test_write_readonly_file (test.test_dbm_gnu.TestGdbm.test_write_readonly_file)\n\n----------------------------------------------------------------------\nRan 19 tests in 0.001s\n\nOK\n0:01:21 load avg: 1.29 [148/480] test_dbm_ndbm passed\nPASS: test_bool_empty (test.test_dbm_ndbm.DbmTestCase.test_bool_empty)\nPASS: test_bool_not_empty (test.test_dbm_ndbm.DbmTestCase.test_bool_not_empty)\nPASS: test_bool_on_closed_db_raises (test.test_dbm_ndbm.DbmTestCase.test_bool_on_closed_db_raises)\nPASS: test_bytes (test.test_dbm_ndbm.DbmTestCase.test_bytes)\nPASS: test_clear (test.test_dbm_ndbm.DbmTestCase.test_clear)\nPASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase.test_context_manager)\nPASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase.test_empty_value)\nPASS: test_keys (test.test_dbm_ndbm.DbmTestCase.test_keys)\nPASS: test_modes (test.test_dbm_ndbm.DbmTestCase.test_modes)\nPASS: test_nonascii_filename (test.test_dbm_ndbm.DbmTestCase.test_nonascii_filename)\nPASS: test_nonexisting_file (test.test_dbm_ndbm.DbmTestCase.test_nonexisting_file)\nPASS: test_open_with_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_bytes_path)\nPASS: test_open_with_pathlib_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_bytes_path)\nPASS: test_open_with_pathlib_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_path)\nPASS: test_unicode (test.test_dbm_ndbm.DbmTestCase.test_unicode)\nPASS: test_write_readonly_file (test.test_dbm_ndbm.DbmTestCase.test_write_readonly_file)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.001s\n\nOK\n0:01:21 load avg: 1.29 [149/480] test_dbm_sqlite3 passed\nPASS: test_corrupt_force_new (test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_force_new)\nPASS: test_corrupt_readwrite (test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_readwrite)\nPASS: test_datatypes_keys (test.test_dbm_sqlite3.DataTypes.test_datatypes_keys)\nPASS: test_datatypes_replace_coerced (test.test_dbm_sqlite3.DataTypes.test_datatypes_replace_coerced)\nPASS: test_datatypes_values (test.test_dbm_sqlite3.DataTypes.test_datatypes_values)\nPASS: test_misuse_double_close (test.test_dbm_sqlite3.Misuse.test_misuse_double_close)\nPASS: test_misuse_double_create (test.test_dbm_sqlite3.Misuse.test_misuse_double_create)\nPASS: test_misuse_double_delete (test.test_dbm_sqlite3.Misuse.test_misuse_double_delete)\nPASS: test_misuse_empty_filename (test.test_dbm_sqlite3.Misuse.test_misuse_empty_filename)\nPASS: test_misuse_invalid_flag (test.test_dbm_sqlite3.Misuse.test_misuse_invalid_flag)\nPASS: test_misuse_invalid_key (test.test_dbm_sqlite3.Misuse.test_misuse_invalid_key)\nPASS: test_misuse_iter_close1 (test.test_dbm_sqlite3.Misuse.test_misuse_iter_close1)\nPASS: test_misuse_iter_close2 (test.test_dbm_sqlite3.Misuse.test_misuse_iter_close2)\nPASS: test_misuse_reinit (test.test_dbm_sqlite3.Misuse.test_misuse_reinit)\nPASS: test_misuse_use_after_close (test.test_dbm_sqlite3.Misuse.test_misuse_use_after_close)\nPASS: test_readonly_delete (test.test_dbm_sqlite3.ReadOnly.test_readonly_delete)\nPASS: test_readonly_iter (test.test_dbm_sqlite3.ReadOnly.test_readonly_iter)\nPASS: test_readonly_keys (test.test_dbm_sqlite3.ReadOnly.test_readonly_keys)\nPASS: test_readonly_read (test.test_dbm_sqlite3.ReadOnly.test_readonly_read)\nPASS: test_readonly_write (test.test_dbm_sqlite3.ReadOnly.test_readonly_write)\nPASS: test_readwrite_delete (test.test_dbm_sqlite3.ReadWrite.test_readwrite_delete)\nPASS: test_readwrite_null_key (test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_key)\nPASS: test_readwrite_null_value (test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_value)\nPASS: test_readwrite_unique_key (test.test_dbm_sqlite3.ReadWrite.test_readwrite_unique_key)\nPASS: test_uri_substitutions (test.test_dbm_sqlite3.URI.test_uri_substitutions)\nSKIP: test_uri_windows (test.test_dbm_sqlite3.URI.test_uri_windows) 'requires Windows'\n\n----------------------------------------------------------------------\nRan 26 tests in 0.020s\n\nOK (skipped=1)\n0:01:21 load avg: 1.51 [150/480] test_compileall passed\nPASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible)\nPASS: test_d_compile_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_compile_error)\nPASS: test_d_runtime_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_runtime_error)\nPASS: test_force (test.test_compileall.CommandLineTestsNoSourceEpoch.test_force)\nPASS: test_hardlink (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink)\nPASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink_bad_args)\nPASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsNoSourceEpoch.test_ignore_symlink_destination)\nPASS: test_include_bad_file (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_bad_file)\nPASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_no_arg)\nPASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_with_arg)\nPASS: test_include_on_stdin (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_on_stdin)\nPASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsNoSourceEpoch.test_invalid_arg_produces_message)\nPASS: test_legacy_paths (test.test_compileall.CommandLineTestsNoSourceEpoch.test_legacy_paths)\nPASS: test_multiple_dirs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_dirs)\nPASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_optimization_levels)\nPASS: test_multiple_runs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_runs)\nPASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_compiles_path)\nSKIP: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag) \"resource 'cpu' is not enabled\"\nSKIP: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag) \"resource 'cpu' is not enabled\"\nPASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_doubleoptimize)\nPASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_normal)\nPASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_optimize)\nPASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pyc_invalidation_mode)\nPASS: test_quiet (test.test_compileall.CommandLineTestsNoSourceEpoch.test_quiet)\nPASS: test_recursion_control (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_control)\nPASS: test_recursion_limit (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_limit)\nPASS: test_regexp (test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp)\nPASS: test_silent (test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent)\nPASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend)\nPASS: test_symlink_loop (test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop)\nPASS: test_workers (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers)\nPASS: test_workers_available_cores (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores)\nPASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible)\nPASS: test_d_compile_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error)\nPASS: test_d_runtime_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error)\nPASS: test_force (test.test_compileall.CommandLineTestsWithSourceEpoch.test_force)\nPASS: test_hardlink (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink)\nPASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink_bad_args)\nPASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsWithSourceEpoch.test_ignore_symlink_destination)\nPASS: test_include_bad_file (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_bad_file)\nPASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_no_arg)\nPASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_with_arg)\nPASS: test_include_on_stdin (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_on_stdin)\nPASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsWithSourceEpoch.test_invalid_arg_produces_message)\nPASS: test_legacy_paths (test.test_compileall.CommandLineTestsWithSourceEpoch.test_legacy_paths)\nPASS: test_multiple_dirs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_dirs)\nPASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_optimization_levels)\nPASS: test_multiple_runs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_runs)\nPASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_compiles_path)\nSKIP: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_force_flag) \"resource 'cpu' is not enabled\"\nSKIP: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag) \"resource 'cpu' is not enabled\"\nPASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_doubleoptimize)\nPASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_normal)\nPASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_optimize)\nPASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pyc_invalidation_mode)\nPASS: test_quiet (test.test_compileall.CommandLineTestsWithSourceEpoch.test_quiet)\nPASS: test_recursion_control (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_control)\nPASS: test_recursion_limit (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_limit)\nPASS: test_regexp (test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp)\nPASS: test_silent (test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent)\nPASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsWithSourceEpoch.test_strip_and_prepend)\nPASS: test_symlink_loop (test.test_compileall.CommandLineTestsWithSourceEpoch.test_symlink_loop)\nPASS: test_workers (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers)\nPASS: test_workers_available_cores (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores)\nPASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_maxlevels)\nPASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike)\nPASS: test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_prependdir)\nPASS: test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_stripdir)\nPASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_encoding_fallback)\nPASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike)\nPASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_ddir)\nPASS: test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_prependdir)\nPASS: test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_stripdir)\nPASS: test_compile_files (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_files)\nPASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_missing_multiprocessing)\nPASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_one_worker)\nPASS: test_compile_path (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_path)\nPASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_pool_called)\nPASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_cpu_count)\nPASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_non_positive)\ntest_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_multiple_workers)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_only_one_worker)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_multiple_workers)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\ntest_ddir_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_only_one_worker)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\nPASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithSourceEpoch.test_ignore_symlink_destination)\nPASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithSourceEpoch.test_larger_than_32_bit_times)\nSKIP: test_magic_number (test.test_compileall.CompileallTestsWithSourceEpoch.test_magic_number) 'SOURCE_DATE_EPOCH is set'\nSKIP: test_mtime (test.test_compileall.CompileallTestsWithSourceEpoch.test_mtime) 'SOURCE_DATE_EPOCH is set'\nPASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithSourceEpoch.test_multiple_optimization_levels)\nPASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithSourceEpoch.test_no_pycache_in_non_package)\nPASS: test_optimize (test.test_compileall.CompileallTestsWithSourceEpoch.test_optimize)\nPASS: test_prepend_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_prepend_only)\nPASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_and_prepend)\nPASS: test_strip_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only)\nPASS: test_strip_only_invalid (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only_invalid)\nPASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_prepend_and_ddir)\nPASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithSourceEpoch.test_year_2038_mtime_compilation)\nPASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_maxlevels)\nPASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike)\nPASS: test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_prependdir)\nPASS: test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_stripdir)\nPASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_encoding_fallback)\nPASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike)\nPASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_ddir)\nPASS: test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_prependdir)\nPASS: test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_stripdir)\nPASS: test_compile_files (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_files)\nPASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_missing_multiprocessing)\nPASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_one_worker)\nPASS: test_compile_path (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_path)\nPASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_pool_called)\nPASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_cpu_count)\nPASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_non_positive)\ntest_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_multiple_workers)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_only_one_worker)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_multiple_workers)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\ntest_ddir_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_only_one_worker)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\nPASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ignore_symlink_destination)\nPASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_larger_than_32_bit_times)\nPASS: test_magic_number (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_magic_number)\nPASS: test_mtime (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_mtime)\nPASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_multiple_optimization_levels)\nPASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_no_pycache_in_non_package)\nPASS: test_optimize (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_optimize)\nPASS: test_prepend_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_prepend_only)\nPASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_and_prepend)\nPASS: test_strip_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only)\nPASS: test_strip_only_invalid (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only_invalid)\nPASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_prepend_and_ddir)\nPASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_year_2038_mtime_compilation)\nPASS: test_error (test.test_compileall.EncodingTest.test_error)\nPASS: test_bad_args (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_bad_args)\nPASS: test_disabled (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_disabled)\nPASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_duplicated_levels)\nPASS: test_hardlink (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_hardlink)\nPASS: test_import (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_import)\nPASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_only_two_levels)\nPASS: test_recompilation (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_recompilation)\nPASS: test_bad_args (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_bad_args)\nPASS: test_disabled (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_disabled)\nPASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_duplicated_levels)\nPASS: test_hardlink (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_hardlink)\nPASS: test_import (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_import)\nPASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_only_two_levels)\nPASS: test_recompilation (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_recompilation)\n\n----------------------------------------------------------------------\nRan 145 tests in 5.666s\n\nOK (skipped=6)\n0:01:22 load avg: 1.51 [151/480] test_decorators passed\nPASS: test_double (test.test_decorators.TestClassDecorators.test_double)\nPASS: test_order (test.test_decorators.TestClassDecorators.test_order)\nPASS: test_simple (test.test_decorators.TestClassDecorators.test_simple)\nPASS: test_argforms (test.test_decorators.TestDecorators.test_argforms)\nPASS: test_bound_function_inside_classmethod (test.test_decorators.TestDecorators.test_bound_function_inside_classmethod)\nPASS: test_classmethod (test.test_decorators.TestDecorators.test_classmethod)\nPASS: test_dbcheck (test.test_decorators.TestDecorators.test_dbcheck)\nPASS: test_dotted (test.test_decorators.TestDecorators.test_dotted)\nPASS: test_double (test.test_decorators.TestDecorators.test_double)\nPASS: test_errors (test.test_decorators.TestDecorators.test_errors)\nPASS: test_eval_order (test.test_decorators.TestDecorators.test_eval_order)\nPASS: test_expressions (test.test_decorators.TestDecorators.test_expressions)\nPASS: test_memoize (test.test_decorators.TestDecorators.test_memoize)\nPASS: test_order (test.test_decorators.TestDecorators.test_order)\nPASS: test_single (test.test_decorators.TestDecorators.test_single)\nPASS: test_staticmethod (test.test_decorators.TestDecorators.test_staticmethod)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.002s\n\nOK\n0:01:22 load avg: 1.51 [152/480] test_defaultdict passed\nPASS: test_basic (test.test_defaultdict.TestDefaultDict.test_basic)\nPASS: test_callable_arg (test.test_defaultdict.TestDefaultDict.test_callable_arg)\nPASS: test_copy (test.test_defaultdict.TestDefaultDict.test_copy)\nPASS: test_deep_copy (test.test_defaultdict.TestDefaultDict.test_deep_copy)\nPASS: test_keyerror_without_factory (test.test_defaultdict.TestDefaultDict.test_keyerror_without_factory)\nPASS: test_missing (test.test_defaultdict.TestDefaultDict.test_missing)\nPASS: test_pickling (test.test_defaultdict.TestDefaultDict.test_pickling)\nPASS: test_recursive_repr (test.test_defaultdict.TestDefaultDict.test_recursive_repr)\nPASS: test_repr (test.test_defaultdict.TestDefaultDict.test_repr)\nPASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict.test_shallow_copy)\nPASS: test_union (test.test_defaultdict.TestDefaultDict.test_union)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:01:22 load avg: 1.51 [153/480] test_deque passed\nPASS: test_add (test.test_deque.TestBasic.test_add)\nPASS: test_basics (test.test_deque.TestBasic.test_basics)\nPASS: test_big_queue_popleft (test.test_deque.TestBasic.test_big_queue_popleft)\nPASS: test_big_queue_popright (test.test_deque.TestBasic.test_big_queue_popright)\nPASS: test_big_stack_left (test.test_deque.TestBasic.test_big_stack_left)\nPASS: test_big_stack_right (test.test_deque.TestBasic.test_big_stack_right)\nPASS: test_clear (test.test_deque.TestBasic.test_clear)\nPASS: test_comparisons (test.test_deque.TestBasic.test_comparisons)\nPASS: test_container_iterator (test.test_deque.TestBasic.test_container_iterator)\nPASS: test_contains (test.test_deque.TestBasic.test_contains)\nPASS: test_contains_count_index_stop_crashes (test.test_deque.TestBasic.test_contains_count_index_stop_crashes)\nPASS: test_copy (test.test_deque.TestBasic.test_copy)\nPASS: test_copy_method (test.test_deque.TestBasic.test_copy_method)\nPASS: test_count (test.test_deque.TestBasic.test_count)\nPASS: test_deepcopy (test.test_deque.TestBasic.test_deepcopy)\nPASS: test_delitem (test.test_deque.TestBasic.test_delitem)\nPASS: test_extend (test.test_deque.TestBasic.test_extend)\nPASS: test_extendleft (test.test_deque.TestBasic.test_extendleft)\nPASS: test_gc_doesnt_blowup (test.test_deque.TestBasic.test_gc_doesnt_blowup)\nPASS: test_getitem (test.test_deque.TestBasic.test_getitem)\nPASS: test_hash (test.test_deque.TestBasic.test_hash)\nPASS: test_iadd (test.test_deque.TestBasic.test_iadd)\nPASS: test_imul (test.test_deque.TestBasic.test_imul)\nPASS: test_index (test.test_deque.TestBasic.test_index)\nPASS: test_index_bug_24913 (test.test_deque.TestBasic.test_index_bug_24913)\nPASS: test_init (test.test_deque.TestBasic.test_init)\nPASS: test_insert (test.test_deque.TestBasic.test_insert)\nPASS: test_insert_bug_26194 (test.test_deque.TestBasic.test_insert_bug_26194)\nPASS: test_iterator_pickle (test.test_deque.TestBasic.test_iterator_pickle)\nPASS: test_len (test.test_deque.TestBasic.test_len)\nPASS: test_long_steadystate_queue_popleft (test.test_deque.TestBasic.test_long_steadystate_queue_popleft)\nPASS: test_long_steadystate_queue_popright (test.test_deque.TestBasic.test_long_steadystate_queue_popright)\nPASS: test_maxlen (test.test_deque.TestBasic.test_maxlen)\nPASS: test_maxlen_attribute (test.test_deque.TestBasic.test_maxlen_attribute)\nPASS: test_maxlen_zero (test.test_deque.TestBasic.test_maxlen_zero)\nPASS: test_mul (test.test_deque.TestBasic.test_mul)\nPASS: test_pickle (test.test_deque.TestBasic.test_pickle)\nPASS: test_pickle_recursive (test.test_deque.TestBasic.test_pickle_recursive)\nPASS: test_remove (test.test_deque.TestBasic.test_remove)\nPASS: test_repr (test.test_deque.TestBasic.test_repr)\nPASS: test_reverse (test.test_deque.TestBasic.test_reverse)\nPASS: test_reversed (test.test_deque.TestBasic.test_reversed)\nPASS: test_reversed_new (test.test_deque.TestBasic.test_reversed_new)\nPASS: test_rotate (test.test_deque.TestBasic.test_rotate)\nPASS: test_roundtrip_iter_init (test.test_deque.TestBasic.test_roundtrip_iter_init)\nPASS: test_setitem (test.test_deque.TestBasic.test_setitem)\nPASS: test_sizeof (test.test_deque.TestBasic.test_sizeof)\nPASS: test_underflow (test.test_deque.TestBasic.test_underflow)\nPASS: test_addmul (test.test_deque.TestSequence.test_addmul)\nPASS: test_bigrepeat (test.test_deque.TestSequence.test_bigrepeat)\nPASS: test_constructors (test.test_deque.TestSequence.test_constructors)\nPASS: test_contains (test.test_deque.TestSequence.test_contains)\nPASS: test_contains_fake (test.test_deque.TestSequence.test_contains_fake)\nPASS: test_contains_order (test.test_deque.TestSequence.test_contains_order)\nPASS: test_count (test.test_deque.TestSequence.test_count)\nSKIP: test_free_after_iterating (test.test_deque.TestSequence.test_free_after_iterating) \"Exhausted deque iterator doesn't free a deque\"\nPASS: test_getitem (test.test_deque.TestSequence.test_getitem)\nPASS: test_getitemoverwriteiter (test.test_deque.TestSequence.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_deque.TestSequence.test_getslice)\nPASS: test_iadd (test.test_deque.TestSequence.test_iadd)\nPASS: test_imul (test.test_deque.TestSequence.test_imul)\nPASS: test_index (test.test_deque.TestSequence.test_index)\nPASS: test_len (test.test_deque.TestSequence.test_len)\nPASS: test_minmax (test.test_deque.TestSequence.test_minmax)\nPASS: test_pickle (test.test_deque.TestSequence.test_pickle)\nPASS: test_repeat (test.test_deque.TestSequence.test_repeat)\nPASS: test_subscript (test.test_deque.TestSequence.test_subscript)\nPASS: test_truth (test.test_deque.TestSequence.test_truth)\nPASS: test_basics (test.test_deque.TestSubclass.test_basics)\nPASS: test_bug_31608 (test.test_deque.TestSubclass.test_bug_31608)\nPASS: test_copy_pickle (test.test_deque.TestSubclass.test_copy_pickle)\nPASS: test_pickle_recursive (test.test_deque.TestSubclass.test_pickle_recursive)\nPASS: test_strange_subclass (test.test_deque.TestSubclass.test_strange_subclass)\nPASS: test_weakref (test.test_deque.TestSubclass.test_weakref)\nPASS: test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs)\nPASS: test_constructor (test.test_deque.TestVariousIteratorArgs.test_constructor)\nPASS: test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data)\nPASS: test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque)\nlibreftest (test.test_deque.__test__)\nPASS: Doctest: test.test_deque.__test__.libreftest\n\n----------------------------------------------------------------------\nRan 79 tests in 0.496s\n\nOK (skipped=1)\n0:01:23 load avg: 1.51 [154/480] test_decimal passed\nPASS: test_addition (test.test_decimal.CArithmeticOperatorsTest.test_addition)\nPASS: test_copy_sign (test.test_decimal.CArithmeticOperatorsTest.test_copy_sign)\nPASS: test_division (test.test_decimal.CArithmeticOperatorsTest.test_division)\nPASS: test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module)\nPASS: test_floor_division (test.test_decimal.CArithmeticOperatorsTest.test_floor_division)\nPASS: test_module (test.test_decimal.CArithmeticOperatorsTest.test_module)\nPASS: test_multiplication (test.test_decimal.CArithmeticOperatorsTest.test_multiplication)\nPASS: test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons)\nPASS: test_powering (test.test_decimal.CArithmeticOperatorsTest.test_powering)\nPASS: test_subtraction (test.test_decimal.CArithmeticOperatorsTest.test_subtraction)\nPASS: test_unary_operators (test.test_decimal.CArithmeticOperatorsTest.test_unary_operators)\nPASS: test__clamp (test.test_decimal.CContextAPItests.test__clamp)\nPASS: test_abs (test.test_decimal.CContextAPItests.test_abs)\nPASS: test_add (test.test_decimal.CContextAPItests.test_add)\nPASS: test_compare (test.test_decimal.CContextAPItests.test_compare)\nPASS: test_compare_signal (test.test_decimal.CContextAPItests.test_compare_signal)\nPASS: test_compare_total (test.test_decimal.CContextAPItests.test_compare_total)\nPASS: test_compare_total_mag (test.test_decimal.CContextAPItests.test_compare_total_mag)\nPASS: test_copy (test.test_decimal.CContextAPItests.test_copy)\nPASS: test_copy_abs (test.test_decimal.CContextAPItests.test_copy_abs)\nPASS: test_copy_decimal (test.test_decimal.CContextAPItests.test_copy_decimal)\nPASS: test_copy_negate (test.test_decimal.CContextAPItests.test_copy_negate)\nPASS: test_copy_sign (test.test_decimal.CContextAPItests.test_copy_sign)\nPASS: test_divide (test.test_decimal.CContextAPItests.test_divide)\nPASS: test_divide_int (test.test_decimal.CContextAPItests.test_divide_int)\nPASS: test_divmod (test.test_decimal.CContextAPItests.test_divmod)\nPASS: test_equality_with_other_types (test.test_decimal.CContextAPItests.test_equality_with_other_types)\nPASS: test_exp (test.test_decimal.CContextAPItests.test_exp)\nPASS: test_fma (test.test_decimal.CContextAPItests.test_fma)\nPASS: test_is_finite (test.test_decimal.CContextAPItests.test_is_finite)\nPASS: test_is_infinite (test.test_decimal.CContextAPItests.test_is_infinite)\nPASS: test_is_nan (test.test_decimal.CContextAPItests.test_is_nan)\nPASS: test_is_normal (test.test_decimal.CContextAPItests.test_is_normal)\nPASS: test_is_qnan (test.test_decimal.CContextAPItests.test_is_qnan)\nPASS: test_is_signed (test.test_decimal.CContextAPItests.test_is_signed)\nPASS: test_is_snan (test.test_decimal.CContextAPItests.test_is_snan)\nPASS: test_is_subnormal (test.test_decimal.CContextAPItests.test_is_subnormal)\nPASS: test_is_zero (test.test_decimal.CContextAPItests.test_is_zero)\nPASS: test_ln (test.test_decimal.CContextAPItests.test_ln)\nPASS: test_log10 (test.test_decimal.CContextAPItests.test_log10)\nPASS: test_logb (test.test_decimal.CContextAPItests.test_logb)\nPASS: test_logical_and (test.test_decimal.CContextAPItests.test_logical_and)\nPASS: test_logical_invert (test.test_decimal.CContextAPItests.test_logical_invert)\nPASS: test_logical_or (test.test_decimal.CContextAPItests.test_logical_or)\nPASS: test_logical_xor (test.test_decimal.CContextAPItests.test_logical_xor)\nPASS: test_max (test.test_decimal.CContextAPItests.test_max)\nPASS: test_max_mag (test.test_decimal.CContextAPItests.test_max_mag)\nPASS: test_min (test.test_decimal.CContextAPItests.test_min)\nPASS: test_min_mag (test.test_decimal.CContextAPItests.test_min_mag)\nPASS: test_minus (test.test_decimal.CContextAPItests.test_minus)\nPASS: test_multiply (test.test_decimal.CContextAPItests.test_multiply)\nPASS: test_next_minus (test.test_decimal.CContextAPItests.test_next_minus)\nPASS: test_next_plus (test.test_decimal.CContextAPItests.test_next_plus)\nPASS: test_next_toward (test.test_decimal.CContextAPItests.test_next_toward)\nPASS: test_none_args (test.test_decimal.CContextAPItests.test_none_args)\nPASS: test_normalize (test.test_decimal.CContextAPItests.test_normalize)\nPASS: test_number_class (test.test_decimal.CContextAPItests.test_number_class)\nPASS: test_pickle (test.test_decimal.CContextAPItests.test_pickle)\nPASS: test_plus (test.test_decimal.CContextAPItests.test_plus)\nPASS: test_power (test.test_decimal.CContextAPItests.test_power)\nPASS: test_quantize (test.test_decimal.CContextAPItests.test_quantize)\nPASS: test_remainder (test.test_decimal.CContextAPItests.test_remainder)\nPASS: test_remainder_near (test.test_decimal.CContextAPItests.test_remainder_near)\nPASS: test_rotate (test.test_decimal.CContextAPItests.test_rotate)\nPASS: test_same_quantum (test.test_decimal.CContextAPItests.test_same_quantum)\nPASS: test_scaleb (test.test_decimal.CContextAPItests.test_scaleb)\nPASS: test_shift (test.test_decimal.CContextAPItests.test_shift)\nPASS: test_sqrt (test.test_decimal.CContextAPItests.test_sqrt)\nPASS: test_subtract (test.test_decimal.CContextAPItests.test_subtract)\nPASS: test_to_eng_string (test.test_decimal.CContextAPItests.test_to_eng_string)\nPASS: test_to_integral_exact (test.test_decimal.CContextAPItests.test_to_integral_exact)\nPASS: test_to_integral_value (test.test_decimal.CContextAPItests.test_to_integral_value)\nPASS: test_to_sci_string (test.test_decimal.CContextAPItests.test_to_sci_string)\nPASS: test_flag_comparisons (test.test_decimal.CContextFlags.test_flag_comparisons)\nPASS: test_flags_irrelevant (test.test_decimal.CContextFlags.test_flags_irrelevant)\nPASS: test_float_comparison (test.test_decimal.CContextFlags.test_float_comparison)\nPASS: test_float_operation (test.test_decimal.CContextFlags.test_float_operation)\nPASS: test_float_operation_default (test.test_decimal.CContextFlags.test_float_operation_default)\nPASS: test_invalid_context (test.test_decimal.CContextInputValidation.test_invalid_context)\nPASS: test_context_subclassing (test.test_decimal.CContextSubclassing.test_context_subclassing)\nPASS: test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument)\nPASS: test_localcontext (test.test_decimal.CContextWithStatement.test_localcontext)\nPASS: test_localcontext_kwargs (test.test_decimal.CContextWithStatement.test_localcontext_kwargs)\nPASS: test_localcontextarg (test.test_decimal.CContextWithStatement.test_localcontextarg)\nPASS: test_nested_with_statements (test.test_decimal.CContextWithStatement.test_nested_with_statements)\nPASS: test_with_statements_gc1 (test.test_decimal.CContextWithStatement.test_with_statements_gc1)\nPASS: test_with_statements_gc2 (test.test_decimal.CContextWithStatement.test_with_statements_gc2)\nPASS: test_with_statements_gc3 (test.test_decimal.CContextWithStatement.test_with_statements_gc3)\nPASS: test_adjusted (test.test_decimal.CCoverage.test_adjusted)\nPASS: test_canonical (test.test_decimal.CCoverage.test_canonical)\nPASS: test_context_repr (test.test_decimal.CCoverage.test_context_repr)\nPASS: test_copy (test.test_decimal.CCoverage.test_copy)\nPASS: test_create_decimal (test.test_decimal.CCoverage.test_create_decimal)\nPASS: test_divmod (test.test_decimal.CCoverage.test_divmod)\nPASS: test_implicit_context (test.test_decimal.CCoverage.test_implicit_context)\nPASS: test_int (test.test_decimal.CCoverage.test_int)\nPASS: test_power (test.test_decimal.CCoverage.test_power)\nPASS: test_quantize (test.test_decimal.CCoverage.test_quantize)\nPASS: test_radix (test.test_decimal.CCoverage.test_radix)\nPASS: test_rop (test.test_decimal.CCoverage.test_rop)\nPASS: test_round (test.test_decimal.CCoverage.test_round)\nPASS: test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal)\nPASS: test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float)\nPASS: test_explicit_empty (test.test_decimal.CExplicitConstructionTest.test_explicit_empty)\nPASS: test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal)\nPASS: test_explicit_from_None (test.test_decimal.CExplicitConstructionTest.test_explicit_from_None)\nPASS: test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool)\nPASS: test_explicit_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_from_float)\nPASS: test_explicit_from_int (test.test_decimal.CExplicitConstructionTest.test_explicit_from_int)\nPASS: test_explicit_from_list (test.test_decimal.CExplicitConstructionTest.test_explicit_from_list)\nPASS: test_explicit_from_string (test.test_decimal.CExplicitConstructionTest.test_explicit_from_string)\nPASS: test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples)\nPASS: test_unicode_digits (test.test_decimal.CExplicitConstructionTest.test_unicode_digits)\nPASS: test_decimal_from_float_argument_type (test.test_decimal.CFormatTest.test_decimal_from_float_argument_type)\nPASS: test_deprecated_N_format (test.test_decimal.CFormatTest.test_deprecated_N_format)\nPASS: test_formatting (test.test_decimal.CFormatTest.test_formatting)\nPASS: test_n_format (test.test_decimal.CFormatTest.test_n_format)\nPASS: test_negative_zero_bad_format (test.test_decimal.CFormatTest.test_negative_zero_bad_format)\nPASS: test_negative_zero_format_directed_rounding (test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding)\nSKIP: test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point) \"inappropriate decimal point separator ('.' not '\\\\u066b')\"\nSKIP: test_c_context (test.test_decimal.CFunctionality.test_c_context) 'test requires build with -DEXTRA_FUNCTIONALITY'\nSKIP: test_c_ieee_context (test.test_decimal.CFunctionality.test_c_ieee_context) 'test requires build with -DEXTRA_FUNCTIONALITY'\nSKIP: test_constants (test.test_decimal.CFunctionality.test_constants) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal)\nPASS: test_implicit_from_None (test.test_decimal.CImplicitConstructionTest.test_implicit_from_None)\nPASS: test_implicit_from_float (test.test_decimal.CImplicitConstructionTest.test_implicit_from_float)\nPASS: test_implicit_from_int (test.test_decimal.CImplicitConstructionTest.test_implicit_from_int)\nPASS: test_implicit_from_string (test.test_decimal.CImplicitConstructionTest.test_implicit_from_string)\nPASS: test_rop (test.test_decimal.CImplicitConstructionTest.test_rop)\nPASS: test_abc (test.test_decimal.CPythonAPItests.test_abc)\nPASS: test_complex (test.test_decimal.CPythonAPItests.test_complex)\nPASS: test_create_decimal_from_float (test.test_decimal.CPythonAPItests.test_create_decimal_from_float)\nPASS: test_exception_hierarchy (test.test_decimal.CPythonAPItests.test_exception_hierarchy)\nPASS: test_from_float (test.test_decimal.CPythonAPItests.test_from_float)\nPASS: test_int (test.test_decimal.CPythonAPItests.test_int)\nPASS: test_named_parameters (test.test_decimal.CPythonAPItests.test_named_parameters)\nPASS: test_pickle (test.test_decimal.CPythonAPItests.test_pickle)\nPASS: test_quantize (test.test_decimal.CPythonAPItests.test_quantize)\nPASS: test_small_ints (test.test_decimal.CPythonAPItests.test_small_ints)\nPASS: test_trunc (test.test_decimal.CPythonAPItests.test_trunc)\nPASS: test_context_templates (test.test_decimal.CSpecialContexts.test_context_templates)\nPASS: test_default_context (test.test_decimal.CSpecialContexts.test_default_context)\nPASS: test_threading (test.test_decimal.CThreadingTest.test_threading)\nPASS: test_as_integer_ratio (test.test_decimal.CUsabilityTest.test_as_integer_ratio)\nPASS: test_as_nonzero (test.test_decimal.CUsabilityTest.test_as_nonzero)\nPASS: test_as_tuple (test.test_decimal.CUsabilityTest.test_as_tuple)\nPASS: test_comparison_operators (test.test_decimal.CUsabilityTest.test_comparison_operators)\nPASS: test_conversions_from_int (test.test_decimal.CUsabilityTest.test_conversions_from_int)\nPASS: test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods)\nPASS: test_decimal_complex_comparison (test.test_decimal.CUsabilityTest.test_decimal_complex_comparison)\nPASS: test_decimal_float_comparison (test.test_decimal.CUsabilityTest.test_decimal_float_comparison)\nPASS: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison)\nPASS: test_eval_round_trip (test.test_decimal.CUsabilityTest.test_eval_round_trip)\nPASS: test_hash_method (test.test_decimal.CUsabilityTest.test_hash_method)\nPASS: test_hash_method_nan (test.test_decimal.CUsabilityTest.test_hash_method_nan)\nPASS: test_implicit_context (test.test_decimal.CUsabilityTest.test_implicit_context)\nPASS: test_min_and_max_methods (test.test_decimal.CUsabilityTest.test_min_and_max_methods)\nPASS: test_nan_to_float (test.test_decimal.CUsabilityTest.test_nan_to_float)\nPASS: test_none_args (test.test_decimal.CUsabilityTest.test_none_args)\nPASS: test_snan_to_float (test.test_decimal.CUsabilityTest.test_snan_to_float)\nPASS: test_subclassing (test.test_decimal.CUsabilityTest.test_subclassing)\nPASS: test_tonum_methods (test.test_decimal.CUsabilityTest.test_tonum_methods)\nPASS: test_tostring_methods (test.test_decimal.CUsabilityTest.test_tostring_methods)\nPASS: test_bignum (test.test_decimal.CWhitebox.test_bignum)\nPASS: test_c_context_errors (test.test_decimal.CWhitebox.test_c_context_errors)\nSKIP: test_c_context_errors_extra (test.test_decimal.CWhitebox.test_c_context_errors_extra) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_c_context_repr (test.test_decimal.CWhitebox.test_c_context_repr)\nSKIP: test_c_context_templates (test.test_decimal.CWhitebox.test_c_context_templates) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_c_disallow_instantiation (test.test_decimal.CWhitebox.test_c_disallow_instantiation)\nPASS: test_c_format (test.test_decimal.CWhitebox.test_c_format)\nPASS: test_c_funcs (test.test_decimal.CWhitebox.test_c_funcs)\nPASS: test_c_immutable_types (test.test_decimal.CWhitebox.test_c_immutable_types)\nPASS: test_c_input_restriction (test.test_decimal.CWhitebox.test_c_input_restriction)\nPASS: test_c_integral (test.test_decimal.CWhitebox.test_c_integral)\nPASS: test_c_round (test.test_decimal.CWhitebox.test_c_round)\nSKIP: test_c_signal_dict (test.test_decimal.CWhitebox.test_c_signal_dict) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_c_signaldict_segfault (test.test_decimal.CWhitebox.test_c_signaldict_segfault)\nPASS: test_c_valid_context (test.test_decimal.CWhitebox.test_c_valid_context)\nSKIP: test_c_valid_context_extra (test.test_decimal.CWhitebox.test_c_valid_context_extra) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_exact_conversion (test.test_decimal.CWhitebox.test_exact_conversion)\nPASS: test_format_fallback_capitals (test.test_decimal.CWhitebox.test_format_fallback_capitals)\nPASS: test_format_fallback_rounding (test.test_decimal.CWhitebox.test_format_fallback_rounding)\nPASS: test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple)\nPASS: test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods)\nPASS: test_invalid_construction (test.test_decimal.CWhitebox.test_invalid_construction)\nPASS: test_invalid_override (test.test_decimal.CWhitebox.test_invalid_override)\nPASS: test_rounding_strings_interned (test.test_decimal.CWhitebox.test_rounding_strings_interned)\nPASS: test_sizeof (test.test_decimal.CWhitebox.test_sizeof)\nPASS: test_va_args_exceptions (test.test_decimal.CWhitebox.test_va_args_exceptions)\nPASS: test_context_attributes (test.test_decimal.CheckAttributes.test_context_attributes)\nPASS: test_decimal_attributes (test.test_decimal.CheckAttributes.test_decimal_attributes)\nPASS: test_module_attributes (test.test_decimal.CheckAttributes.test_module_attributes)\nPASS: test_addition (test.test_decimal.PyArithmeticOperatorsTest.test_addition)\nPASS: test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign)\nPASS: test_division (test.test_decimal.PyArithmeticOperatorsTest.test_division)\nPASS: test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module)\nPASS: test_floor_division (test.test_decimal.PyArithmeticOperatorsTest.test_floor_division)\nPASS: test_module (test.test_decimal.PyArithmeticOperatorsTest.test_module)\nPASS: test_multiplication (test.test_decimal.PyArithmeticOperatorsTest.test_multiplication)\nPASS: test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons)\nPASS: test_powering (test.test_decimal.PyArithmeticOperatorsTest.test_powering)\nPASS: test_subtraction (test.test_decimal.PyArithmeticOperatorsTest.test_subtraction)\nPASS: test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators)\nPASS: test__clamp (test.test_decimal.PyContextAPItests.test__clamp)\nPASS: test_abs (test.test_decimal.PyContextAPItests.test_abs)\nPASS: test_add (test.test_decimal.PyContextAPItests.test_add)\nPASS: test_compare (test.test_decimal.PyContextAPItests.test_compare)\nPASS: test_compare_signal (test.test_decimal.PyContextAPItests.test_compare_signal)\nPASS: test_compare_total (test.test_decimal.PyContextAPItests.test_compare_total)\nPASS: test_compare_total_mag (test.test_decimal.PyContextAPItests.test_compare_total_mag)\nPASS: test_copy (test.test_decimal.PyContextAPItests.test_copy)\nPASS: test_copy_abs (test.test_decimal.PyContextAPItests.test_copy_abs)\nPASS: test_copy_decimal (test.test_decimal.PyContextAPItests.test_copy_decimal)\nPASS: test_copy_negate (test.test_decimal.PyContextAPItests.test_copy_negate)\nPASS: test_copy_sign (test.test_decimal.PyContextAPItests.test_copy_sign)\nPASS: test_divide (test.test_decimal.PyContextAPItests.test_divide)\nPASS: test_divide_int (test.test_decimal.PyContextAPItests.test_divide_int)\nPASS: test_divmod (test.test_decimal.PyContextAPItests.test_divmod)\nPASS: test_equality_with_other_types (test.test_decimal.PyContextAPItests.test_equality_with_other_types)\nPASS: test_exp (test.test_decimal.PyContextAPItests.test_exp)\nPASS: test_fma (test.test_decimal.PyContextAPItests.test_fma)\nPASS: test_is_finite (test.test_decimal.PyContextAPItests.test_is_finite)\nPASS: test_is_infinite (test.test_decimal.PyContextAPItests.test_is_infinite)\nPASS: test_is_nan (test.test_decimal.PyContextAPItests.test_is_nan)\nPASS: test_is_normal (test.test_decimal.PyContextAPItests.test_is_normal)\nPASS: test_is_qnan (test.test_decimal.PyContextAPItests.test_is_qnan)\nPASS: test_is_signed (test.test_decimal.PyContextAPItests.test_is_signed)\nPASS: test_is_snan (test.test_decimal.PyContextAPItests.test_is_snan)\nPASS: test_is_subnormal (test.test_decimal.PyContextAPItests.test_is_subnormal)\nPASS: test_is_zero (test.test_decimal.PyContextAPItests.test_is_zero)\nPASS: test_ln (test.test_decimal.PyContextAPItests.test_ln)\nPASS: test_log10 (test.test_decimal.PyContextAPItests.test_log10)\nPASS: test_logb (test.test_decimal.PyContextAPItests.test_logb)\nPASS: test_logical_and (test.test_decimal.PyContextAPItests.test_logical_and)\nPASS: test_logical_invert (test.test_decimal.PyContextAPItests.test_logical_invert)\nPASS: test_logical_or (test.test_decimal.PyContextAPItests.test_logical_or)\nPASS: test_logical_xor (test.test_decimal.PyContextAPItests.test_logical_xor)\nPASS: test_max (test.test_decimal.PyContextAPItests.test_max)\nPASS: test_max_mag (test.test_decimal.PyContextAPItests.test_max_mag)\nPASS: test_min (test.test_decimal.PyContextAPItests.test_min)\nPASS: test_min_mag (test.test_decimal.PyContextAPItests.test_min_mag)\nPASS: test_minus (test.test_decimal.PyContextAPItests.test_minus)\nPASS: test_multiply (test.test_decimal.PyContextAPItests.test_multiply)\nPASS: test_next_minus (test.test_decimal.PyContextAPItests.test_next_minus)\nPASS: test_next_plus (test.test_decimal.PyContextAPItests.test_next_plus)\nPASS: test_next_toward (test.test_decimal.PyContextAPItests.test_next_toward)\nPASS: test_none_args (test.test_decimal.PyContextAPItests.test_none_args)\nPASS: test_normalize (test.test_decimal.PyContextAPItests.test_normalize)\nPASS: test_number_class (test.test_decimal.PyContextAPItests.test_number_class)\nPASS: test_pickle (test.test_decimal.PyContextAPItests.test_pickle)\nPASS: test_plus (test.test_decimal.PyContextAPItests.test_plus)\nPASS: test_power (test.test_decimal.PyContextAPItests.test_power)\nPASS: test_quantize (test.test_decimal.PyContextAPItests.test_quantize)\nPASS: test_remainder (test.test_decimal.PyContextAPItests.test_remainder)\nPASS: test_remainder_near (test.test_decimal.PyContextAPItests.test_remainder_near)\nPASS: test_rotate (test.test_decimal.PyContextAPItests.test_rotate)\nPASS: test_same_quantum (test.test_decimal.PyContextAPItests.test_same_quantum)\nPASS: test_scaleb (test.test_decimal.PyContextAPItests.test_scaleb)\nPASS: test_shift (test.test_decimal.PyContextAPItests.test_shift)\nPASS: test_sqrt (test.test_decimal.PyContextAPItests.test_sqrt)\nPASS: test_subtract (test.test_decimal.PyContextAPItests.test_subtract)\nPASS: test_to_eng_string (test.test_decimal.PyContextAPItests.test_to_eng_string)\nPASS: test_to_integral_exact (test.test_decimal.PyContextAPItests.test_to_integral_exact)\nPASS: test_to_integral_value (test.test_decimal.PyContextAPItests.test_to_integral_value)\nPASS: test_to_sci_string (test.test_decimal.PyContextAPItests.test_to_sci_string)\nPASS: test_flag_comparisons (test.test_decimal.PyContextFlags.test_flag_comparisons)\nPASS: test_flags_irrelevant (test.test_decimal.PyContextFlags.test_flags_irrelevant)\nPASS: test_float_comparison (test.test_decimal.PyContextFlags.test_float_comparison)\nPASS: test_float_operation (test.test_decimal.PyContextFlags.test_float_operation)\nPASS: test_float_operation_default (test.test_decimal.PyContextFlags.test_float_operation_default)\nPASS: test_invalid_context (test.test_decimal.PyContextInputValidation.test_invalid_context)\nPASS: test_context_subclassing (test.test_decimal.PyContextSubclassing.test_context_subclassing)\nPASS: test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument)\nPASS: test_localcontext (test.test_decimal.PyContextWithStatement.test_localcontext)\nPASS: test_localcontext_kwargs (test.test_decimal.PyContextWithStatement.test_localcontext_kwargs)\nPASS: test_localcontextarg (test.test_decimal.PyContextWithStatement.test_localcontextarg)\nPASS: test_nested_with_statements (test.test_decimal.PyContextWithStatement.test_nested_with_statements)\nPASS: test_with_statements_gc1 (test.test_decimal.PyContextWithStatement.test_with_statements_gc1)\nPASS: test_with_statements_gc2 (test.test_decimal.PyContextWithStatement.test_with_statements_gc2)\nPASS: test_with_statements_gc3 (test.test_decimal.PyContextWithStatement.test_with_statements_gc3)\nPASS: test_adjusted (test.test_decimal.PyCoverage.test_adjusted)\nPASS: test_canonical (test.test_decimal.PyCoverage.test_canonical)\nPASS: test_context_repr (test.test_decimal.PyCoverage.test_context_repr)\nPASS: test_copy (test.test_decimal.PyCoverage.test_copy)\nPASS: test_create_decimal (test.test_decimal.PyCoverage.test_create_decimal)\nPASS: test_divmod (test.test_decimal.PyCoverage.test_divmod)\nPASS: test_implicit_context (test.test_decimal.PyCoverage.test_implicit_context)\nPASS: test_int (test.test_decimal.PyCoverage.test_int)\nPASS: test_power (test.test_decimal.PyCoverage.test_power)\nPASS: test_quantize (test.test_decimal.PyCoverage.test_quantize)\nPASS: test_radix (test.test_decimal.PyCoverage.test_radix)\nPASS: test_rop (test.test_decimal.PyCoverage.test_rop)\nPASS: test_round (test.test_decimal.PyCoverage.test_round)\nPASS: test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal)\nPASS: test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float)\nPASS: test_explicit_empty (test.test_decimal.PyExplicitConstructionTest.test_explicit_empty)\nPASS: test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal)\nPASS: test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None)\nPASS: test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool)\nPASS: test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float)\nPASS: test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int)\nPASS: test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list)\nPASS: test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string)\nPASS: test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples)\nPASS: test_unicode_digits (test.test_decimal.PyExplicitConstructionTest.test_unicode_digits)\nPASS: test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type)\nPASS: test_deprecated_N_format (test.test_decimal.PyFormatTest.test_deprecated_N_format)\nPASS: test_formatting (test.test_decimal.PyFormatTest.test_formatting)\nPASS: test_n_format (test.test_decimal.PyFormatTest.test_n_format)\nPASS: test_negative_zero_bad_format (test.test_decimal.PyFormatTest.test_negative_zero_bad_format)\nPASS: test_negative_zero_format_directed_rounding (test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding)\nSKIP: test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point) \"inappropriate decimal point separator ('.' not '\\\\u066b')\"\nPASS: test_py_alternate_formatting (test.test_decimal.PyFunctionality.test_py_alternate_formatting)\nPASS: test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal)\nPASS: test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None)\nPASS: test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float)\nPASS: test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int)\nPASS: test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string)\nPASS: test_rop (test.test_decimal.PyImplicitConstructionTest.test_rop)\nPASS: test_abc (test.test_decimal.PyPythonAPItests.test_abc)\nPASS: test_complex (test.test_decimal.PyPythonAPItests.test_complex)\nPASS: test_create_decimal_from_float (test.test_decimal.PyPythonAPItests.test_create_decimal_from_float)\nPASS: test_exception_hierarchy (test.test_decimal.PyPythonAPItests.test_exception_hierarchy)\nPASS: test_from_float (test.test_decimal.PyPythonAPItests.test_from_float)\nPASS: test_int (test.test_decimal.PyPythonAPItests.test_int)\nPASS: test_named_parameters (test.test_decimal.PyPythonAPItests.test_named_parameters)\nPASS: test_pickle (test.test_decimal.PyPythonAPItests.test_pickle)\nPASS: test_quantize (test.test_decimal.PyPythonAPItests.test_quantize)\nPASS: test_small_ints (test.test_decimal.PyPythonAPItests.test_small_ints)\nPASS: test_trunc (test.test_decimal.PyPythonAPItests.test_trunc)\nPASS: test_context_templates (test.test_decimal.PySpecialContexts.test_context_templates)\nPASS: test_default_context (test.test_decimal.PySpecialContexts.test_default_context)\nPASS: test_threading (test.test_decimal.PyThreadingTest.test_threading)\nPASS: test_as_integer_ratio (test.test_decimal.PyUsabilityTest.test_as_integer_ratio)\nPASS: test_as_nonzero (test.test_decimal.PyUsabilityTest.test_as_nonzero)\nPASS: test_as_tuple (test.test_decimal.PyUsabilityTest.test_as_tuple)\nPASS: test_comparison_operators (test.test_decimal.PyUsabilityTest.test_comparison_operators)\nPASS: test_conversions_from_int (test.test_decimal.PyUsabilityTest.test_conversions_from_int)\nPASS: test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods)\nPASS: test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison)\nPASS: test_decimal_float_comparison (test.test_decimal.PyUsabilityTest.test_decimal_float_comparison)\nPASS: test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison)\nPASS: test_eval_round_trip (test.test_decimal.PyUsabilityTest.test_eval_round_trip)\nPASS: test_hash_method (test.test_decimal.PyUsabilityTest.test_hash_method)\nPASS: test_hash_method_nan (test.test_decimal.PyUsabilityTest.test_hash_method_nan)\nPASS: test_implicit_context (test.test_decimal.PyUsabilityTest.test_implicit_context)\nPASS: test_min_and_max_methods (test.test_decimal.PyUsabilityTest.test_min_and_max_methods)\nPASS: test_nan_to_float (test.test_decimal.PyUsabilityTest.test_nan_to_float)\nPASS: test_none_args (test.test_decimal.PyUsabilityTest.test_none_args)\nPASS: test_snan_to_float (test.test_decimal.PyUsabilityTest.test_snan_to_float)\nPASS: test_subclassing (test.test_decimal.PyUsabilityTest.test_subclassing)\nPASS: test_tonum_methods (test.test_decimal.PyUsabilityTest.test_tonum_methods)\nPASS: test_tostring_methods (test.test_decimal.PyUsabilityTest.test_tostring_methods)\nPASS: test_py__round (test.test_decimal.PyWhitebox.test_py__round)\nPASS: test_py_decimal_id (test.test_decimal.PyWhitebox.test_py_decimal_id)\nPASS: test_py_exact_power (test.test_decimal.PyWhitebox.test_py_exact_power)\nPASS: test_py_immutability_operations (test.test_decimal.PyWhitebox.test_py_immutability_operations)\nPASS: test_py_rescale (test.test_decimal.PyWhitebox.test_py_rescale)\nPASS: test_inspect_module (test.test_decimal.SignatureTest.test_inspect_module)\nPASS: test_inspect_types (test.test_decimal.SignatureTest.test_inspect_types)\nPASS: test_abs (test.test_decimal.CIBMTestCases.test_abs)\nPASS: test_add (test.test_decimal.CIBMTestCases.test_add)\nPASS: test_and (test.test_decimal.CIBMTestCases.test_and)\nPASS: test_base (test.test_decimal.CIBMTestCases.test_base)\nPASS: test_clamp (test.test_decimal.CIBMTestCases.test_clamp)\nPASS: test_class (test.test_decimal.CIBMTestCases.test_class)\nPASS: test_compare (test.test_decimal.CIBMTestCases.test_compare)\nPASS: test_comparetotal (test.test_decimal.CIBMTestCases.test_comparetotal)\nPASS: test_comparetotmag (test.test_decimal.CIBMTestCases.test_comparetotmag)\nPASS: test_copy (test.test_decimal.CIBMTestCases.test_copy)\nPASS: test_copyabs (test.test_decimal.CIBMTestCases.test_copyabs)\nPASS: test_copynegate (test.test_decimal.CIBMTestCases.test_copynegate)\nPASS: test_copysign (test.test_decimal.CIBMTestCases.test_copysign)\nPASS: test_ddAbs (test.test_decimal.CIBMTestCases.test_ddAbs)\nPASS: test_ddAdd (test.test_decimal.CIBMTestCases.test_ddAdd)\nPASS: test_ddAnd (test.test_decimal.CIBMTestCases.test_ddAnd)\nPASS: test_ddBase (test.test_decimal.CIBMTestCases.test_ddBase)\nPASS: test_ddCanonical (test.test_decimal.CIBMTestCases.test_ddCanonical)\nPASS: test_ddClass (test.test_decimal.CIBMTestCases.test_ddClass)\nPASS: test_ddCompare (test.test_decimal.CIBMTestCases.test_ddCompare)\nPASS: test_ddCompareSig (test.test_decimal.CIBMTestCases.test_ddCompareSig)\nPASS: test_ddCompareTotal (test.test_decimal.CIBMTestCases.test_ddCompareTotal)\nPASS: test_ddCompareTotalMag (test.test_decimal.CIBMTestCases.test_ddCompareTotalMag)\nPASS: test_ddCopy (test.test_decimal.CIBMTestCases.test_ddCopy)\nPASS: test_ddCopyAbs (test.test_decimal.CIBMTestCases.test_ddCopyAbs)\nPASS: test_ddCopyNegate (test.test_decimal.CIBMTestCases.test_ddCopyNegate)\nPASS: test_ddCopySign (test.test_decimal.CIBMTestCases.test_ddCopySign)\nPASS: test_ddDivide (test.test_decimal.CIBMTestCases.test_ddDivide)\nPASS: test_ddDivideInt (test.test_decimal.CIBMTestCases.test_ddDivideInt)\nPASS: test_ddEncode (test.test_decimal.CIBMTestCases.test_ddEncode)\nPASS: test_ddFMA (test.test_decimal.CIBMTestCases.test_ddFMA)\nPASS: test_ddInvert (test.test_decimal.CIBMTestCases.test_ddInvert)\nPASS: test_ddLogB (test.test_decimal.CIBMTestCases.test_ddLogB)\nPASS: test_ddMax (test.test_decimal.CIBMTestCases.test_ddMax)\nPASS: test_ddMaxMag (test.test_decimal.CIBMTestCases.test_ddMaxMag)\nPASS: test_ddMin (test.test_decimal.CIBMTestCases.test_ddMin)\nPASS: test_ddMinMag (test.test_decimal.CIBMTestCases.test_ddMinMag)\nPASS: test_ddMinus (test.test_decimal.CIBMTestCases.test_ddMinus)\nPASS: test_ddMultiply (test.test_decimal.CIBMTestCases.test_ddMultiply)\nPASS: test_ddNextMinus (test.test_decimal.CIBMTestCases.test_ddNextMinus)\nPASS: test_ddNextPlus (test.test_decimal.CIBMTestCases.test_ddNextPlus)\nPASS: test_ddNextToward (test.test_decimal.CIBMTestCases.test_ddNextToward)\nPASS: test_ddOr (test.test_decimal.CIBMTestCases.test_ddOr)\nPASS: test_ddPlus (test.test_decimal.CIBMTestCases.test_ddPlus)\nPASS: test_ddQuantize (test.test_decimal.CIBMTestCases.test_ddQuantize)\nPASS: test_ddReduce (test.test_decimal.CIBMTestCases.test_ddReduce)\nPASS: test_ddRemainder (test.test_decimal.CIBMTestCases.test_ddRemainder)\nPASS: test_ddRemainderNear (test.test_decimal.CIBMTestCases.test_ddRemainderNear)\nPASS: test_ddRotate (test.test_decimal.CIBMTestCases.test_ddRotate)\nPASS: test_ddSameQuantum (test.test_decimal.CIBMTestCases.test_ddSameQuantum)\nPASS: test_ddScaleB (test.test_decimal.CIBMTestCases.test_ddScaleB)\nPASS: test_ddShift (test.test_decimal.CIBMTestCases.test_ddShift)\nPASS: test_ddSubtract (test.test_decimal.CIBMTestCases.test_ddSubtract)\nPASS: test_ddToIntegral (test.test_decimal.CIBMTestCases.test_ddToIntegral)\nPASS: test_ddXor (test.test_decimal.CIBMTestCases.test_ddXor)\nPASS: test_decDouble (test.test_decimal.CIBMTestCases.test_decDouble)\nPASS: test_decQuad (test.test_decimal.CIBMTestCases.test_decQuad)\nPASS: test_decSingle (test.test_decimal.CIBMTestCases.test_decSingle)\nPASS: test_divide (test.test_decimal.CIBMTestCases.test_divide)\nPASS: test_divideint (test.test_decimal.CIBMTestCases.test_divideint)\nPASS: test_dqAbs (test.test_decimal.CIBMTestCases.test_dqAbs)\nPASS: test_dqAdd (test.test_decimal.CIBMTestCases.test_dqAdd)\nPASS: test_dqAnd (test.test_decimal.CIBMTestCases.test_dqAnd)\nPASS: test_dqBase (test.test_decimal.CIBMTestCases.test_dqBase)\nPASS: test_dqCanonical (test.test_decimal.CIBMTestCases.test_dqCanonical)\nPASS: test_dqClass (test.test_decimal.CIBMTestCases.test_dqClass)\nPASS: test_dqCompare (test.test_decimal.CIBMTestCases.test_dqCompare)\nPASS: test_dqCompareSig (test.test_decimal.CIBMTestCases.test_dqCompareSig)\nPASS: test_dqCompareTotal (test.test_decimal.CIBMTestCases.test_dqCompareTotal)\nPASS: test_dqCompareTotalMag (test.test_decimal.CIBMTestCases.test_dqCompareTotalMag)\nPASS: test_dqCopy (test.test_decimal.CIBMTestCases.test_dqCopy)\nPASS: test_dqCopyAbs (test.test_decimal.CIBMTestCases.test_dqCopyAbs)\nPASS: test_dqCopyNegate (test.test_decimal.CIBMTestCases.test_dqCopyNegate)\nPASS: test_dqCopySign (test.test_decimal.CIBMTestCases.test_dqCopySign)\nPASS: test_dqDivide (test.test_decimal.CIBMTestCases.test_dqDivide)\nPASS: test_dqDivideInt (test.test_decimal.CIBMTestCases.test_dqDivideInt)\nPASS: test_dqEncode (test.test_decimal.CIBMTestCases.test_dqEncode)\nPASS: test_dqFMA (test.test_decimal.CIBMTestCases.test_dqFMA)\nPASS: test_dqInvert (test.test_decimal.CIBMTestCases.test_dqInvert)\nPASS: test_dqLogB (test.test_decimal.CIBMTestCases.test_dqLogB)\nPASS: test_dqMax (test.test_decimal.CIBMTestCases.test_dqMax)\nPASS: test_dqMaxMag (test.test_decimal.CIBMTestCases.test_dqMaxMag)\nPASS: test_dqMin (test.test_decimal.CIBMTestCases.test_dqMin)\nPASS: test_dqMinMag (test.test_decimal.CIBMTestCases.test_dqMinMag)\nPASS: test_dqMinus (test.test_decimal.CIBMTestCases.test_dqMinus)\nPASS: test_dqMultiply (test.test_decimal.CIBMTestCases.test_dqMultiply)\nPASS: test_dqNextMinus (test.test_decimal.CIBMTestCases.test_dqNextMinus)\nPASS: test_dqNextPlus (test.test_decimal.CIBMTestCases.test_dqNextPlus)\nPASS: test_dqNextToward (test.test_decimal.CIBMTestCases.test_dqNextToward)\nPASS: test_dqOr (test.test_decimal.CIBMTestCases.test_dqOr)\nPASS: test_dqPlus (test.test_decimal.CIBMTestCases.test_dqPlus)\nPASS: test_dqQuantize (test.test_decimal.CIBMTestCases.test_dqQuantize)\nPASS: test_dqReduce (test.test_decimal.CIBMTestCases.test_dqReduce)\nPASS: test_dqRemainder (test.test_decimal.CIBMTestCases.test_dqRemainder)\nPASS: test_dqRemainderNear (test.test_decimal.CIBMTestCases.test_dqRemainderNear)\nPASS: test_dqRotate (test.test_decimal.CIBMTestCases.test_dqRotate)\nPASS: test_dqSameQuantum (test.test_decimal.CIBMTestCases.test_dqSameQuantum)\nPASS: test_dqScaleB (test.test_decimal.CIBMTestCases.test_dqScaleB)\nPASS: test_dqShift (test.test_decimal.CIBMTestCases.test_dqShift)\nPASS: test_dqSubtract (test.test_decimal.CIBMTestCases.test_dqSubtract)\nPASS: test_dqToIntegral (test.test_decimal.CIBMTestCases.test_dqToIntegral)\nPASS: test_dqXor (test.test_decimal.CIBMTestCases.test_dqXor)\nPASS: test_dsBase (test.test_decimal.CIBMTestCases.test_dsBase)\nPASS: test_dsEncode (test.test_decimal.CIBMTestCases.test_dsEncode)\nPASS: test_exp (test.test_decimal.CIBMTestCases.test_exp)\nPASS: test_extra (test.test_decimal.CIBMTestCases.test_extra)\nPASS: test_fma (test.test_decimal.CIBMTestCases.test_fma)\nPASS: test_inexact (test.test_decimal.CIBMTestCases.test_inexact)\nPASS: test_invert (test.test_decimal.CIBMTestCases.test_invert)\nPASS: test_ln (test.test_decimal.CIBMTestCases.test_ln)\nPASS: test_log10 (test.test_decimal.CIBMTestCases.test_log10)\nPASS: test_logb (test.test_decimal.CIBMTestCases.test_logb)\nPASS: test_max (test.test_decimal.CIBMTestCases.test_max)\nPASS: test_maxmag (test.test_decimal.CIBMTestCases.test_maxmag)\nPASS: test_min (test.test_decimal.CIBMTestCases.test_min)\nPASS: test_minmag (test.test_decimal.CIBMTestCases.test_minmag)\nPASS: test_minus (test.test_decimal.CIBMTestCases.test_minus)\nPASS: test_multiply (test.test_decimal.CIBMTestCases.test_multiply)\nPASS: test_nextminus (test.test_decimal.CIBMTestCases.test_nextminus)\nPASS: test_nextplus (test.test_decimal.CIBMTestCases.test_nextplus)\nPASS: test_nexttoward (test.test_decimal.CIBMTestCases.test_nexttoward)\nPASS: test_or (test.test_decimal.CIBMTestCases.test_or)\nPASS: test_plus (test.test_decimal.CIBMTestCases.test_plus)\nPASS: test_power (test.test_decimal.CIBMTestCases.test_power)\nPASS: test_powersqrt (test.test_decimal.CIBMTestCases.test_powersqrt)\nPASS: test_quantize (test.test_decimal.CIBMTestCases.test_quantize)\nPASS: test_randomBound32 (test.test_decimal.CIBMTestCases.test_randomBound32)\nPASS: test_randoms (test.test_decimal.CIBMTestCases.test_randoms)\nPASS: test_reduce (test.test_decimal.CIBMTestCases.test_reduce)\nPASS: test_remainder (test.test_decimal.CIBMTestCases.test_remainder)\nPASS: test_remainderNear (test.test_decimal.CIBMTestCases.test_remainderNear)\nPASS: test_rescale (test.test_decimal.CIBMTestCases.test_rescale)\nPASS: test_rotate (test.test_decimal.CIBMTestCases.test_rotate)\nPASS: test_rounding (test.test_decimal.CIBMTestCases.test_rounding)\nPASS: test_samequantum (test.test_decimal.CIBMTestCases.test_samequantum)\nPASS: test_scaleb (test.test_decimal.CIBMTestCases.test_scaleb)\nPASS: test_shift (test.test_decimal.CIBMTestCases.test_shift)\nPASS: test_squareroot (test.test_decimal.CIBMTestCases.test_squareroot)\nPASS: test_subtract (test.test_decimal.CIBMTestCases.test_subtract)\nPASS: test_testall (test.test_decimal.CIBMTestCases.test_testall)\nPASS: test_tointegral (test.test_decimal.CIBMTestCases.test_tointegral)\nPASS: test_tointegralx (test.test_decimal.CIBMTestCases.test_tointegralx)\nPASS: test_xor (test.test_decimal.CIBMTestCases.test_xor)\nPASS: test_abs (test.test_decimal.PyIBMTestCases.test_abs)\nPASS: test_add (test.test_decimal.PyIBMTestCases.test_add)\nPASS: test_and (test.test_decimal.PyIBMTestCases.test_and)\nPASS: test_base (test.test_decimal.PyIBMTestCases.test_base)\nPASS: test_clamp (test.test_decimal.PyIBMTestCases.test_clamp)\nPASS: test_class (test.test_decimal.PyIBMTestCases.test_class)\nPASS: test_compare (test.test_decimal.PyIBMTestCases.test_compare)\nPASS: test_comparetotal (test.test_decimal.PyIBMTestCases.test_comparetotal)\nPASS: test_comparetotmag (test.test_decimal.PyIBMTestCases.test_comparetotmag)\nPASS: test_copy (test.test_decimal.PyIBMTestCases.test_copy)\nPASS: test_copyabs (test.test_decimal.PyIBMTestCases.test_copyabs)\nPASS: test_copynegate (test.test_decimal.PyIBMTestCases.test_copynegate)\nPASS: test_copysign (test.test_decimal.PyIBMTestCases.test_copysign)\nPASS: test_ddAbs (test.test_decimal.PyIBMTestCases.test_ddAbs)\nPASS: test_ddAdd (test.test_decimal.PyIBMTestCases.test_ddAdd)\nPASS: test_ddAnd (test.test_decimal.PyIBMTestCases.test_ddAnd)\nPASS: test_ddBase (test.test_decimal.PyIBMTestCases.test_ddBase)\nPASS: test_ddCanonical (test.test_decimal.PyIBMTestCases.test_ddCanonical)\nPASS: test_ddClass (test.test_decimal.PyIBMTestCases.test_ddClass)\nPASS: test_ddCompare (test.test_decimal.PyIBMTestCases.test_ddCompare)\nPASS: test_ddCompareSig (test.test_decimal.PyIBMTestCases.test_ddCompareSig)\nPASS: test_ddCompareTotal (test.test_decimal.PyIBMTestCases.test_ddCompareTotal)\nPASS: test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag)\nPASS: test_ddCopy (test.test_decimal.PyIBMTestCases.test_ddCopy)\nPASS: test_ddCopyAbs (test.test_decimal.PyIBMTestCases.test_ddCopyAbs)\nPASS: test_ddCopyNegate (test.test_decimal.PyIBMTestCases.test_ddCopyNegate)\nPASS: test_ddCopySign (test.test_decimal.PyIBMTestCases.test_ddCopySign)\nPASS: test_ddDivide (test.test_decimal.PyIBMTestCases.test_ddDivide)\nPASS: test_ddDivideInt (test.test_decimal.PyIBMTestCases.test_ddDivideInt)\nPASS: test_ddEncode (test.test_decimal.PyIBMTestCases.test_ddEncode)\nPASS: test_ddFMA (test.test_decimal.PyIBMTestCases.test_ddFMA)\nPASS: test_ddInvert (test.test_decimal.PyIBMTestCases.test_ddInvert)\nPASS: test_ddLogB (test.test_decimal.PyIBMTestCases.test_ddLogB)\nPASS: test_ddMax (test.test_decimal.PyIBMTestCases.test_ddMax)\nPASS: test_ddMaxMag (test.test_decimal.PyIBMTestCases.test_ddMaxMag)\nPASS: test_ddMin (test.test_decimal.PyIBMTestCases.test_ddMin)\nPASS: test_ddMinMag (test.test_decimal.PyIBMTestCases.test_ddMinMag)\nPASS: test_ddMinus (test.test_decimal.PyIBMTestCases.test_ddMinus)\nPASS: test_ddMultiply (test.test_decimal.PyIBMTestCases.test_ddMultiply)\nPASS: test_ddNextMinus (test.test_decimal.PyIBMTestCases.test_ddNextMinus)\nPASS: test_ddNextPlus (test.test_decimal.PyIBMTestCases.test_ddNextPlus)\nPASS: test_ddNextToward (test.test_decimal.PyIBMTestCases.test_ddNextToward)\nPASS: test_ddOr (test.test_decimal.PyIBMTestCases.test_ddOr)\nPASS: test_ddPlus (test.test_decimal.PyIBMTestCases.test_ddPlus)\nPASS: test_ddQuantize (test.test_decimal.PyIBMTestCases.test_ddQuantize)\nPASS: test_ddReduce (test.test_decimal.PyIBMTestCases.test_ddReduce)\nPASS: test_ddRemainder (test.test_decimal.PyIBMTestCases.test_ddRemainder)\nPASS: test_ddRemainderNear (test.test_decimal.PyIBMTestCases.test_ddRemainderNear)\nPASS: test_ddRotate (test.test_decimal.PyIBMTestCases.test_ddRotate)\nPASS: test_ddSameQuantum (test.test_decimal.PyIBMTestCases.test_ddSameQuantum)\nPASS: test_ddScaleB (test.test_decimal.PyIBMTestCases.test_ddScaleB)\nPASS: test_ddShift (test.test_decimal.PyIBMTestCases.test_ddShift)\nPASS: test_ddSubtract (test.test_decimal.PyIBMTestCases.test_ddSubtract)\nPASS: test_ddToIntegral (test.test_decimal.PyIBMTestCases.test_ddToIntegral)\nPASS: test_ddXor (test.test_decimal.PyIBMTestCases.test_ddXor)\nPASS: test_decDouble (test.test_decimal.PyIBMTestCases.test_decDouble)\nPASS: test_decQuad (test.test_decimal.PyIBMTestCases.test_decQuad)\nPASS: test_decSingle (test.test_decimal.PyIBMTestCases.test_decSingle)\nPASS: test_divide (test.test_decimal.PyIBMTestCases.test_divide)\nPASS: test_divideint (test.test_decimal.PyIBMTestCases.test_divideint)\nPASS: test_dqAbs (test.test_decimal.PyIBMTestCases.test_dqAbs)\nPASS: test_dqAdd (test.test_decimal.PyIBMTestCases.test_dqAdd)\nPASS: test_dqAnd (test.test_decimal.PyIBMTestCases.test_dqAnd)\nPASS: test_dqBase (test.test_decimal.PyIBMTestCases.test_dqBase)\nPASS: test_dqCanonical (test.test_decimal.PyIBMTestCases.test_dqCanonical)\nPASS: test_dqClass (test.test_decimal.PyIBMTestCases.test_dqClass)\nPASS: test_dqCompare (test.test_decimal.PyIBMTestCases.test_dqCompare)\nPASS: test_dqCompareSig (test.test_decimal.PyIBMTestCases.test_dqCompareSig)\nPASS: test_dqCompareTotal (test.test_decimal.PyIBMTestCases.test_dqCompareTotal)\nPASS: test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag)\nPASS: test_dqCopy (test.test_decimal.PyIBMTestCases.test_dqCopy)\nPASS: test_dqCopyAbs (test.test_decimal.PyIBMTestCases.test_dqCopyAbs)\nPASS: test_dqCopyNegate (test.test_decimal.PyIBMTestCases.test_dqCopyNegate)\nPASS: test_dqCopySign (test.test_decimal.PyIBMTestCases.test_dqCopySign)\nPASS: test_dqDivide (test.test_decimal.PyIBMTestCases.test_dqDivide)\nPASS: test_dqDivideInt (test.test_decimal.PyIBMTestCases.test_dqDivideInt)\nPASS: test_dqEncode (test.test_decimal.PyIBMTestCases.test_dqEncode)\nPASS: test_dqFMA (test.test_decimal.PyIBMTestCases.test_dqFMA)\nPASS: test_dqInvert (test.test_decimal.PyIBMTestCases.test_dqInvert)\nPASS: test_dqLogB (test.test_decimal.PyIBMTestCases.test_dqLogB)\nPASS: test_dqMax (test.test_decimal.PyIBMTestCases.test_dqMax)\nPASS: test_dqMaxMag (test.test_decimal.PyIBMTestCases.test_dqMaxMag)\nPASS: test_dqMin (test.test_decimal.PyIBMTestCases.test_dqMin)\nPASS: test_dqMinMag (test.test_decimal.PyIBMTestCases.test_dqMinMag)\nPASS: test_dqMinus (test.test_decimal.PyIBMTestCases.test_dqMinus)\nPASS: test_dqMultiply (test.test_decimal.PyIBMTestCases.test_dqMultiply)\nPASS: test_dqNextMinus (test.test_decimal.PyIBMTestCases.test_dqNextMinus)\nPASS: test_dqNextPlus (test.test_decimal.PyIBMTestCases.test_dqNextPlus)\nPASS: test_dqNextToward (test.test_decimal.PyIBMTestCases.test_dqNextToward)\nPASS: test_dqOr (test.test_decimal.PyIBMTestCases.test_dqOr)\nPASS: test_dqPlus (test.test_decimal.PyIBMTestCases.test_dqPlus)\nPASS: test_dqQuantize (test.test_decimal.PyIBMTestCases.test_dqQuantize)\nPASS: test_dqReduce (test.test_decimal.PyIBMTestCases.test_dqReduce)\nPASS: test_dqRemainder (test.test_decimal.PyIBMTestCases.test_dqRemainder)\nPASS: test_dqRemainderNear (test.test_decimal.PyIBMTestCases.test_dqRemainderNear)\nPASS: test_dqRotate (test.test_decimal.PyIBMTestCases.test_dqRotate)\nPASS: test_dqSameQuantum (test.test_decimal.PyIBMTestCases.test_dqSameQuantum)\nPASS: test_dqScaleB (test.test_decimal.PyIBMTestCases.test_dqScaleB)\nPASS: test_dqShift (test.test_decimal.PyIBMTestCases.test_dqShift)\nPASS: test_dqSubtract (test.test_decimal.PyIBMTestCases.test_dqSubtract)\nPASS: test_dqToIntegral (test.test_decimal.PyIBMTestCases.test_dqToIntegral)\nPASS: test_dqXor (test.test_decimal.PyIBMTestCases.test_dqXor)\nPASS: test_dsBase (test.test_decimal.PyIBMTestCases.test_dsBase)\nPASS: test_dsEncode (test.test_decimal.PyIBMTestCases.test_dsEncode)\nPASS: test_exp (test.test_decimal.PyIBMTestCases.test_exp)\nPASS: test_extra (test.test_decimal.PyIBMTestCases.test_extra)\nPASS: test_fma (test.test_decimal.PyIBMTestCases.test_fma)\nPASS: test_inexact (test.test_decimal.PyIBMTestCases.test_inexact)\nPASS: test_invert (test.test_decimal.PyIBMTestCases.test_invert)\nPASS: test_ln (test.test_decimal.PyIBMTestCases.test_ln)\nPASS: test_log10 (test.test_decimal.PyIBMTestCases.test_log10)\nPASS: test_logb (test.test_decimal.PyIBMTestCases.test_logb)\nPASS: test_max (test.test_decimal.PyIBMTestCases.test_max)\nPASS: test_maxmag (test.test_decimal.PyIBMTestCases.test_maxmag)\nPASS: test_min (test.test_decimal.PyIBMTestCases.test_min)\nPASS: test_minmag (test.test_decimal.PyIBMTestCases.test_minmag)\nPASS: test_minus (test.test_decimal.PyIBMTestCases.test_minus)\nPASS: test_multiply (test.test_decimal.PyIBMTestCases.test_multiply)\nPASS: test_nextminus (test.test_decimal.PyIBMTestCases.test_nextminus)\nPASS: test_nextplus (test.test_decimal.PyIBMTestCases.test_nextplus)\nPASS: test_nexttoward (test.test_decimal.PyIBMTestCases.test_nexttoward)\nPASS: test_or (test.test_decimal.PyIBMTestCases.test_or)\nPASS: test_plus (test.test_decimal.PyIBMTestCases.test_plus)\nPASS: test_power (test.test_decimal.PyIBMTestCases.test_power)\nPASS: test_powersqrt (test.test_decimal.PyIBMTestCases.test_powersqrt)\nPASS: test_quantize (test.test_decimal.PyIBMTestCases.test_quantize)\nPASS: test_randomBound32 (test.test_decimal.PyIBMTestCases.test_randomBound32)\nPASS: test_randoms (test.test_decimal.PyIBMTestCases.test_randoms)\nPASS: test_reduce (test.test_decimal.PyIBMTestCases.test_reduce)\nPASS: test_remainder (test.test_decimal.PyIBMTestCases.test_remainder)\nPASS: test_remainderNear (test.test_decimal.PyIBMTestCases.test_remainderNear)\nPASS: test_rescale (test.test_decimal.PyIBMTestCases.test_rescale)\nPASS: test_rotate (test.test_decimal.PyIBMTestCases.test_rotate)\nPASS: test_rounding (test.test_decimal.PyIBMTestCases.test_rounding)\nPASS: test_samequantum (test.test_decimal.PyIBMTestCases.test_samequantum)\nPASS: test_scaleb (test.test_decimal.PyIBMTestCases.test_scaleb)\nPASS: test_shift (test.test_decimal.PyIBMTestCases.test_shift)\nPASS: test_squareroot (test.test_decimal.PyIBMTestCases.test_squareroot)\nPASS: test_subtract (test.test_decimal.PyIBMTestCases.test_subtract)\nPASS: test_testall (test.test_decimal.PyIBMTestCases.test_testall)\nPASS: test_tointegral (test.test_decimal.PyIBMTestCases.test_tointegral)\nPASS: test_tointegralx (test.test_decimal.PyIBMTestCases.test_tointegralx)\nPASS: test_xor (test.test_decimal.PyIBMTestCases.test_xor)\ndecimal ()\nPASS: Doctest: decimal\nContext (decimal)\nPASS: Doctest: decimal.Context\ncompare_total (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.compare_total\ncopy_sign (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.copy_sign\nfma (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.fma\nfrom_float (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.from_float\nquantize (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.quantize\ndecimal ()\nPASS: Doctest: decimal\nabs (decimal.Context)\nPASS: Doctest: decimal.Context.abs\nadd (decimal.Context)\nPASS: Doctest: decimal.Context.add\ncanonical (decimal.Context)\nPASS: Doctest: decimal.Context.canonical\ncompare (decimal.Context)\nPASS: Doctest: decimal.Context.compare\ncompare_signal (decimal.Context)\nPASS: Doctest: decimal.Context.compare_signal\ncompare_total (decimal.Context)\nPASS: Doctest: decimal.Context.compare_total\ncopy_abs (decimal.Context)\nPASS: Doctest: decimal.Context.copy_abs\ncopy_decimal (decimal.Context)\nPASS: Doctest: decimal.Context.copy_decimal\ncopy_negate (decimal.Context)\nPASS: Doctest: decimal.Context.copy_negate\ncopy_sign (decimal.Context)\nPASS: Doctest: decimal.Context.copy_sign\ncreate_decimal_from_float (decimal.Context)\nPASS: Doctest: decimal.Context.create_decimal_from_float\ndivide (decimal.Context)\nPASS: Doctest: decimal.Context.divide\ndivide_int (decimal.Context)\nPASS: Doctest: decimal.Context.divide_int\ndivmod (decimal.Context)\nPASS: Doctest: decimal.Context.divmod\nexp (decimal.Context)\nPASS: Doctest: decimal.Context.exp\nfma (decimal.Context)\nPASS: Doctest: decimal.Context.fma\nis_canonical (decimal.Context)\nPASS: Doctest: decimal.Context.is_canonical\nis_finite (decimal.Context)\nPASS: Doctest: decimal.Context.is_finite\nis_infinite (decimal.Context)\nPASS: Doctest: decimal.Context.is_infinite\nis_nan (decimal.Context)\nPASS: Doctest: decimal.Context.is_nan\nis_normal (decimal.Context)\nPASS: Doctest: decimal.Context.is_normal\nis_qnan (decimal.Context)\nPASS: Doctest: decimal.Context.is_qnan\nis_signed (decimal.Context)\nPASS: Doctest: decimal.Context.is_signed\nis_snan (decimal.Context)\nPASS: Doctest: decimal.Context.is_snan\nis_subnormal (decimal.Context)\nPASS: Doctest: decimal.Context.is_subnormal\nis_zero (decimal.Context)\nPASS: Doctest: decimal.Context.is_zero\nln (decimal.Context)\nPASS: Doctest: decimal.Context.ln\nlog10 (decimal.Context)\nPASS: Doctest: decimal.Context.log10\nlogb (decimal.Context)\nPASS: Doctest: decimal.Context.logb\nlogical_and (decimal.Context)\nPASS: Doctest: decimal.Context.logical_and\nlogical_invert (decimal.Context)\nPASS: Doctest: decimal.Context.logical_invert\nlogical_or (decimal.Context)\nPASS: Doctest: decimal.Context.logical_or\nlogical_xor (decimal.Context)\nPASS: Doctest: decimal.Context.logical_xor\nmax (decimal.Context)\nPASS: Doctest: decimal.Context.max\nmax_mag (decimal.Context)\nPASS: Doctest: decimal.Context.max_mag\nmin (decimal.Context)\nPASS: Doctest: decimal.Context.min\nmin_mag (decimal.Context)\nPASS: Doctest: decimal.Context.min_mag\nminus (decimal.Context)\nPASS: Doctest: decimal.Context.minus\nmultiply (decimal.Context)\nPASS: Doctest: decimal.Context.multiply\nnext_minus (decimal.Context)\nPASS: Doctest: decimal.Context.next_minus\nnext_plus (decimal.Context)\nPASS: Doctest: decimal.Context.next_plus\nnext_toward (decimal.Context)\nPASS: Doctest: decimal.Context.next_toward\nnormalize (decimal.Context)\nPASS: Doctest: decimal.Context.normalize\nnumber_class (decimal.Context)\nPASS: Doctest: decimal.Context.number_class\nplus (decimal.Context)\nPASS: Doctest: decimal.Context.plus\npower (decimal.Context)\nPASS: Doctest: decimal.Context.power\nquantize (decimal.Context)\nPASS: Doctest: decimal.Context.quantize\nradix (decimal.Context)\nPASS: Doctest: decimal.Context.radix\nremainder (decimal.Context)\nPASS: Doctest: decimal.Context.remainder\nremainder_near (decimal.Context)\nPASS: Doctest: decimal.Context.remainder_near\nrotate (decimal.Context)\nPASS: Doctest: decimal.Context.rotate\nsame_quantum (decimal.Context)\nPASS: Doctest: decimal.Context.same_quantum\nscaleb (decimal.Context)\nPASS: Doctest: decimal.Context.scaleb\nshift (decimal.Context)\nPASS: Doctest: decimal.Context.shift\nsqrt (decimal.Context)\nPASS: Doctest: decimal.Context.sqrt\nsubtract (decimal.Context)\nPASS: Doctest: decimal.Context.subtract\nto_eng_string (decimal.Context)\nPASS: Doctest: decimal.Context.to_eng_string\nto_integral_exact (decimal.Context)\nPASS: Doctest: decimal.Context.to_integral_exact\nto_integral_value (decimal.Context)\nPASS: Doctest: decimal.Context.to_integral_value\n__new__ (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.__new__\n__round__ (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.__round__\nas_integer_ratio (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.as_integer_ratio\nfrom_float (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.from_float\n_decimal_lshift_exact (decimal)\nPASS: Doctest: decimal._decimal_lshift_exact\nlocalcontext (decimal)\nPASS: Doctest: decimal.localcontext\n\n----------------------------------------------------------------------\nRan 719 tests in 1.353s\n\nOK (skipped=9)\n0:01:23 load avg: 1.51 [155/480] test_descr passed\nPASS: test_pytype_long_ready (test.test_descr.AAAPTypesLongInitTest.test_pytype_long_ready)\nPASS: test_abstractmethods (test.test_descr.ClassPropertiesAndMethods.test_abstractmethods)\nPASS: test_altmro (test.test_descr.ClassPropertiesAndMethods.test_altmro)\nPASS: test_assign_slice (test.test_descr.ClassPropertiesAndMethods.test_assign_slice)\nPASS: test_attr_raise_through_property (test.test_descr.ClassPropertiesAndMethods.test_attr_raise_through_property)\ntest_bad_new (test.test_descr.ClassPropertiesAndMethods.test_bad_new) ... expected failure\nPASS: test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods.test_basic_inheritance)\nPASS: test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods.test_binary_operator_override)\nPASS: test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods.test_bound_method_repr)\nPASS: test_bpo25750 (test.test_descr.ClassPropertiesAndMethods.test_bpo25750)\nPASS: test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods.test_buffer_inheritance)\nPASS: test_builtin_bases (test.test_descr.ClassPropertiesAndMethods.test_builtin_bases)\nPASS: test_builtin_function_or_method (test.test_descr.ClassPropertiesAndMethods.test_builtin_function_or_method)\nPASS: test_carloverre (test.test_descr.ClassPropertiesAndMethods.test_carloverre)\nPASS: test_carloverre_multi_inherit_invalid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid)\nPASS: test_carloverre_multi_inherit_valid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_valid)\nPASS: test_classic (test.test_descr.ClassPropertiesAndMethods.test_classic)\nPASS: test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods.test_classic_comparisons)\nPASS: test_classmethods (test.test_descr.ClassPropertiesAndMethods.test_classmethods)\nPASS: test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_classmethods_in_c)\nPASS: test_compattr (test.test_descr.ClassPropertiesAndMethods.test_compattr)\nPASS: test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods.test_consistency_with_epg)\nPASS: test_copy_setstate (test.test_descr.ClassPropertiesAndMethods.test_copy_setstate)\nPASS: test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict)\nPASS: test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods.test_deepcopy_recursive)\nPASS: test_delete_hook (test.test_descr.ClassPropertiesAndMethods.test_delete_hook)\nPASS: test_descrdoc (test.test_descr.ClassPropertiesAndMethods.test_descrdoc)\nPASS: test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods.test_diamond_inheritance)\nPASS: test_dict_constructors (test.test_descr.ClassPropertiesAndMethods.test_dict_constructors)\nPASS: test_dir (test.test_descr.ClassPropertiesAndMethods.test_dir)\nPASS: test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods.test_doc_descriptor)\nPASS: test_dynamics (test.test_descr.ClassPropertiesAndMethods.test_dynamics)\nPASS: test_errors (test.test_descr.ClassPropertiesAndMethods.test_errors)\nPASS: test_evil_type_name (test.test_descr.ClassPropertiesAndMethods.test_evil_type_name)\nPASS: test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods.test_ex5_from_c3_switch)\nPASS: test_file_fault (test.test_descr.ClassPropertiesAndMethods.test_file_fault)\nPASS: test_funny_new (test.test_descr.ClassPropertiesAndMethods.test_funny_new)\nPASS: test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods.test_getattr_hooks)\nPASS: test_gh55664 (test.test_descr.ClassPropertiesAndMethods.test_gh55664)\nPASS: test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods.test_hash_inheritance)\nPASS: test_imul_bug (test.test_descr.ClassPropertiesAndMethods.test_imul_bug)\nPASS: test_init (test.test_descr.ClassPropertiesAndMethods.test_init)\nPASS: test_instance_method_get_behavior (test.test_descr.ClassPropertiesAndMethods.test_instance_method_get_behavior)\nPASS: test_ipow (test.test_descr.ClassPropertiesAndMethods.test_ipow)\nPASS: test_ipow_exception_text (test.test_descr.ClassPropertiesAndMethods.test_ipow_exception_text)\nPASS: test_ipow_returns_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_ipow_returns_not_implemented)\nPASS: test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods.test_isinst_isclass)\nPASS: test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods.test_keyword_arguments)\nPASS: test_keywords (test.test_descr.ClassPropertiesAndMethods.test_keywords)\nPASS: test_load_attr_extended_arg (test.test_descr.ClassPropertiesAndMethods.test_load_attr_extended_arg)\nPASS: test_metaclass (test.test_descr.ClassPropertiesAndMethods.test_metaclass)\nPASS: test_meth_class_get (test.test_descr.ClassPropertiesAndMethods.test_meth_class_get)\nPASS: test_method_wrapper (test.test_descr.ClassPropertiesAndMethods.test_method_wrapper)\nPASS: test_methods (test.test_descr.ClassPropertiesAndMethods.test_methods)\nPASS: test_methods_in_c (test.test_descr.ClassPropertiesAndMethods.test_methods_in_c)\nPASS: test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods.test_mixing_slot_wrappers)\nPASS: test_module_subclasses (test.test_descr.ClassPropertiesAndMethods.test_module_subclasses)\nPASS: test_monotonicity (test.test_descr.ClassPropertiesAndMethods.test_monotonicity)\nPASS: test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods.test_mro_disagreement)\nPASS: test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_multiple_inheritance)\nPASS: test_mutable_bases (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases)\nPASS: test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict)\nPASS: test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro)\nPASS: test_mutable_names (test.test_descr.ClassPropertiesAndMethods.test_mutable_names)\nPASS: test_newslots (test.test_descr.ClassPropertiesAndMethods.test_newslots)\nPASS: test_no_ipow (test.test_descr.ClassPropertiesAndMethods.test_no_ipow)\nPASS: test_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_not_implemented)\nPASS: test_object_class (test.test_descr.ClassPropertiesAndMethods.test_object_class)\nPASS: test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes)\nPASS: test_object_new (test.test_descr.ClassPropertiesAndMethods.test_object_new)\nPASS: test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods.test_object_new_and_init_with_parameters)\nPASS: test_overloading (test.test_descr.ClassPropertiesAndMethods.test_overloading)\nPASS: test_properties (test.test_descr.ClassPropertiesAndMethods.test_properties)\nPASS: test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods.test_properties_doc_attrib)\nPASS: test_properties_plus (test.test_descr.ClassPropertiesAndMethods.test_properties_plus)\nPASS: test_proxy_call (test.test_descr.ClassPropertiesAndMethods.test_proxy_call)\nPASS: test_proxy_super (test.test_descr.ClassPropertiesAndMethods.test_proxy_super)\nPASS: test_python_dicts (test.test_descr.ClassPropertiesAndMethods.test_python_dicts)\nPASS: test_python_lists (test.test_descr.ClassPropertiesAndMethods.test_python_lists)\nPASS: test_qualname (test.test_descr.ClassPropertiesAndMethods.test_qualname)\nPASS: test_qualname_dict (test.test_descr.ClassPropertiesAndMethods.test_qualname_dict)\nPASS: test_recursive_call (test.test_descr.ClassPropertiesAndMethods.test_recursive_call)\nSKIP: test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_classmethod___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nSKIP: test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_remove_subclass (test.test_descr.ClassPropertiesAndMethods.test_remove_subclass)\nPASS: test_repr_as_str (test.test_descr.ClassPropertiesAndMethods.test_repr_as_str)\nPASS: test_repr_with_module_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_repr_with_module_str_subclass)\ntest_restored_object_new (test.test_descr.ClassPropertiesAndMethods.test_restored_object_new) ... expected failure\nPASS: test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods.test_rich_comparisons)\nPASS: test_rmul (test.test_descr.ClassPropertiesAndMethods.test_rmul)\nPASS: test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get)\nPASS: test_set_class (test.test_descr.ClassPropertiesAndMethods.test_set_class)\nPASS: test_set_dict (test.test_descr.ClassPropertiesAndMethods.test_set_dict)\nPASS: test_set_doc (test.test_descr.ClassPropertiesAndMethods.test_set_doc)\nPASS: test_slices (test.test_descr.ClassPropertiesAndMethods.test_slices)\nPASS: test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable)\nPASS: test_slots (test.test_descr.ClassPropertiesAndMethods.test_slots)\nPASS: test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor)\nPASS: test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance)\nPASS: test_slots_special (test.test_descr.ClassPropertiesAndMethods.test_slots_special)\nPASS: test_slots_special2 (test.test_descr.ClassPropertiesAndMethods.test_slots_special2)\nPASS: test_slots_trash (test.test_descr.ClassPropertiesAndMethods.test_slots_trash)\nPASS: test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup)\nPASS: test_special_unbound_method_types (test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types)\nPASS: test_specialized_method_calls_check_types (test.test_descr.ClassPropertiesAndMethods.test_specialized_method_calls_check_types)\nPASS: test_specials (test.test_descr.ClassPropertiesAndMethods.test_specials)\nPASS: test_staticmethods (test.test_descr.ClassPropertiesAndMethods.test_staticmethods)\nPASS: test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_staticmethods_in_c)\nPASS: test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_str_of_str_subclass)\nPASS: test_str_operations (test.test_descr.ClassPropertiesAndMethods.test_str_operations)\nPASS: test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key)\nPASS: test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation)\nPASS: test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods.test_subclass_right_op)\nPASS: test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors)\nPASS: test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection)\nPASS: test_supers (test.test_descr.ClassPropertiesAndMethods.test_supers)\nPASS: test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault)\nPASS: test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods.test_type___getattribute__)\nPASS: test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules)\nPASS: test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods.test_unsubclassable_types)\nPASS: test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods.test_vicious_descriptor_nonsense)\nPASS: test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods.test_weakref_segfault)\nPASS: test_weakrefs (test.test_descr.ClassPropertiesAndMethods.test_weakrefs)\nSKIP: test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault) \"resource 'cpu' is not enabled\"\nPASS: test_wrong_class_slot_wrapper (test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper)\nPASS: test_dict_type_with_metaclass (test.test_descr.DictProxyTests.test_dict_type_with_metaclass)\nPASS: test_iter_items (test.test_descr.DictProxyTests.test_iter_items)\nPASS: test_iter_keys (test.test_descr.DictProxyTests.test_iter_keys)\nPASS: test_iter_values (test.test_descr.DictProxyTests.test_iter_values)\nPASS: test_repr (test.test_descr.DictProxyTests.test_repr)\nPASS: test_type_lookup_mro_reference (test.test_descr.MiscTests.test_type_lookup_mro_reference)\ntest_disappearing_custom_mro (test.test_descr.MroTest.test_disappearing_custom_mro)\nPASS: gh-92112: A custom mro() returning a result conflicting with\ntest_incomplete_extend (test.test_descr.MroTest.test_incomplete_extend)\nPASS: Extending an uninitialized type with type->tp_mro == NULL must\ntest_incomplete_set_bases_on_self (test.test_descr.MroTest.test_incomplete_set_bases_on_self)\nPASS: type_set_bases must be aware that type->tp_mro can be NULL.\ntest_incomplete_super (test.test_descr.MroTest.test_incomplete_super)\nPASS: Attribute lookup on a super object must be aware that\ntest_reent_set_bases_on_base (test.test_descr.MroTest.test_reent_set_bases_on_base)\nPASS: Deep reentrancy must not over-decref old_mro.\ntest_reent_set_bases_on_direct_base (test.test_descr.MroTest.test_reent_set_bases_on_direct_base)\nPASS: Similar to test_reent_set_bases_on_base, but may crash differently.\ntest_reent_set_bases_tp_base_cycle (test.test_descr.MroTest.test_reent_set_bases_tp_base_cycle)\nPASS: type_set_bases must check for an inheritance cycle not only through\ntest_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest.test_tp_subclasses_cycle_error_return_path)\nPASS: The same as test_tp_subclasses_cycle_in_update_slots, but tests\ntest_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest.test_tp_subclasses_cycle_in_update_slots)\nPASS: type_set_bases must check for reentrancy upon finishing its job\nPASS: test_complexes (test.test_descr.OperatorsTest.test_complexes)\nPASS: test_dicts (test.test_descr.OperatorsTest.test_dicts)\nPASS: test_explicit_reverse_methods (test.test_descr.OperatorsTest.test_explicit_reverse_methods)\nPASS: test_floats (test.test_descr.OperatorsTest.test_floats)\nPASS: test_ints (test.test_descr.OperatorsTest.test_ints)\nPASS: test_lists (test.test_descr.OperatorsTest.test_lists)\nPASS: test_spam_dicts (test.test_descr.OperatorsTest.test_spam_dicts)\nPASS: test_spam_lists (test.test_descr.OperatorsTest.test_spam_lists)\nPASS: test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest.test_wrap_lenfunc_bad_cast)\nPASS: test_issue24097 (test.test_descr.PicklingTests.test_issue24097)\nPASS: test_object_reduce (test.test_descr.PicklingTests.test_object_reduce)\nPASS: test_pickle_slots (test.test_descr.PicklingTests.test_pickle_slots)\nPASS: test_reduce (test.test_descr.PicklingTests.test_reduce)\nPASS: test_reduce_copying (test.test_descr.PicklingTests.test_reduce_copying)\nPASS: test_special_method_lookup (test.test_descr.PicklingTests.test_special_method_lookup)\nPASS: test_subclasses (test.test_descr.SharedKeyTests.test_subclasses)\n\n----------------------------------------------------------------------\nRan 156 tests in 0.243s\n\nOK (skipped=3, expected failures=2)\n0:01:23 load avg: 1.51 [156/480] test_devpoll skipped\ntest_devpoll skipped -- test works only on Solaris OS family\n0:01:23 load avg: 1.51 [157/480] test_descrtut passed\ntut1 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut1\ntut2 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut2\ntut3 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut3\ntut4 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut4\ntut5 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut5\ntut6 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut6\ntut7 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut7\ntut8 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut8\n\n----------------------------------------------------------------------\nRan 8 tests in 0.005s\n\nOK\n0:01:23 load avg: 1.51 [158/480] test_dict_version passed\nPASS: test_clear (test.test_dict_version.DictSubtypeVersionTests.test_clear)\nPASS: test_constructor (test.test_dict_version.DictSubtypeVersionTests.test_constructor)\nPASS: test_copy (test.test_dict_version.DictSubtypeVersionTests.test_copy)\nPASS: test_delitem (test.test_dict_version.DictSubtypeVersionTests.test_delitem)\nPASS: test_pop (test.test_dict_version.DictSubtypeVersionTests.test_pop)\nPASS: test_popitem (test.test_dict_version.DictSubtypeVersionTests.test_popitem)\nPASS: test_setdefault (test.test_dict_version.DictSubtypeVersionTests.test_setdefault)\nPASS: test_setitem (test.test_dict_version.DictSubtypeVersionTests.test_setitem)\nPASS: test_setitem_equal (test.test_dict_version.DictSubtypeVersionTests.test_setitem_equal)\nPASS: test_setitem_same_value (test.test_dict_version.DictSubtypeVersionTests.test_setitem_same_value)\nPASS: test_update (test.test_dict_version.DictSubtypeVersionTests.test_update)\nPASS: test_clear (test.test_dict_version.DictVersionTests.test_clear)\nPASS: test_constructor (test.test_dict_version.DictVersionTests.test_constructor)\nPASS: test_copy (test.test_dict_version.DictVersionTests.test_copy)\nPASS: test_delitem (test.test_dict_version.DictVersionTests.test_delitem)\nPASS: test_pop (test.test_dict_version.DictVersionTests.test_pop)\nPASS: test_popitem (test.test_dict_version.DictVersionTests.test_popitem)\nPASS: test_setdefault (test.test_dict_version.DictVersionTests.test_setdefault)\nPASS: test_setitem (test.test_dict_version.DictVersionTests.test_setitem)\nPASS: test_setitem_equal (test.test_dict_version.DictVersionTests.test_setitem_equal)\nPASS: test_setitem_same_value (test.test_dict_version.DictVersionTests.test_setitem_same_value)\nPASS: test_update (test.test_dict_version.DictVersionTests.test_update)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.001s\n\nOK\n0:01:23 load avg: 1.51 [159/480] test_dictcomps passed\nPASS: test_assignment_idiom_in_comprehensions (test.test_dictcomps.DictComprehensionTest.test_assignment_idiom_in_comprehensions)\nPASS: test_basics (test.test_dictcomps.DictComprehensionTest.test_basics)\nPASS: test_evaluation_order (test.test_dictcomps.DictComprehensionTest.test_evaluation_order)\nPASS: test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations)\nPASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest.test_global_visibility)\nPASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest.test_illegal_assignment)\nPASS: test_local_visibility (test.test_dictcomps.DictComprehensionTest.test_local_visibility)\nPASS: test_scope_isolation (test.test_dictcomps.DictComprehensionTest.test_scope_isolation)\nPASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest.test_scope_isolation_from_global)\nPASS: test_star_expression (test.test_dictcomps.DictComprehensionTest.test_star_expression)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.001s\n\nOK\n0:01:23 load avg: 1.51 [160/480] test_dictviews passed\nPASS: test_abc_registry (test.test_dictviews.DictSetTest.test_abc_registry)\nPASS: test_compare_error (test.test_dictviews.DictSetTest.test_compare_error)\nPASS: test_constructors_not_callable (test.test_dictviews.DictSetTest.test_constructors_not_callable)\nPASS: test_copy (test.test_dictviews.DictSetTest.test_copy)\nPASS: test_deeply_nested_repr (test.test_dictviews.DictSetTest.test_deeply_nested_repr)\nPASS: test_dict_items (test.test_dictviews.DictSetTest.test_dict_items)\nPASS: test_dict_keys (test.test_dictviews.DictSetTest.test_dict_keys)\nPASS: test_dict_mixed_keys_items (test.test_dictviews.DictSetTest.test_dict_mixed_keys_items)\nPASS: test_dict_repr (test.test_dictviews.DictSetTest.test_dict_repr)\nPASS: test_dict_values (test.test_dictviews.DictSetTest.test_dict_values)\nPASS: test_items_set_operations (test.test_dictviews.DictSetTest.test_items_set_operations)\nPASS: test_keys_set_operations (test.test_dictviews.DictSetTest.test_keys_set_operations)\nPASS: test_pickle (test.test_dictviews.DictSetTest.test_pickle)\nPASS: test_recursive_repr (test.test_dictviews.DictSetTest.test_recursive_repr)\nPASS: test_set_operations_with_iterator (test.test_dictviews.DictSetTest.test_set_operations_with_iterator)\nPASS: test_set_operations_with_noniterable (test.test_dictviews.DictSetTest.test_set_operations_with_noniterable)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.021s\n\nOK\n0:01:23 load avg: 1.51 [161/480] test_dict passed\nPASS: test_getitem_knownhash (test.test_dict.CAPITest.test_getitem_knownhash)\nPASS: test_bad_key (test.test_dict.DictTest.test_bad_key)\nPASS: test_bool (test.test_dict.DictTest.test_bool)\nPASS: test_clear (test.test_dict.DictTest.test_clear)\nPASS: test_constructor (test.test_dict.DictTest.test_constructor)\nPASS: test_container_iterator (test.test_dict.DictTest.test_container_iterator)\nPASS: test_contains (test.test_dict.DictTest.test_contains)\nPASS: test_copy (test.test_dict.DictTest.test_copy)\nPASS: test_copy_fuzz (test.test_dict.DictTest.test_copy_fuzz)\nPASS: test_copy_maintains_tracking (test.test_dict.DictTest.test_copy_maintains_tracking)\nPASS: test_copy_noncompact (test.test_dict.DictTest.test_copy_noncompact)\nPASS: test_dict_contain_use_after_free (test.test_dict.DictTest.test_dict_contain_use_after_free)\nPASS: test_dict_copy_order (test.test_dict.DictTest.test_dict_copy_order)\nPASS: test_dict_items_result_gc (test.test_dict.DictTest.test_dict_items_result_gc)\nPASS: test_dict_items_result_gc_reversed (test.test_dict.DictTest.test_dict_items_result_gc_reversed)\nPASS: test_dictitems_contains_use_after_free (test.test_dict.DictTest.test_dictitems_contains_use_after_free)\nPASS: test_dictview_mixed_set_operations (test.test_dict.DictTest.test_dictview_mixed_set_operations)\nPASS: test_dictview_set_operations_on_items (test.test_dict.DictTest.test_dictview_set_operations_on_items)\nPASS: test_dictview_set_operations_on_keys (test.test_dict.DictTest.test_dictview_set_operations_on_keys)\nPASS: test_empty_presized_dict_in_freelist (test.test_dict.DictTest.test_empty_presized_dict_in_freelist)\nPASS: test_eq (test.test_dict.DictTest.test_eq)\nPASS: test_equal_operator_modifying_operand (test.test_dict.DictTest.test_equal_operator_modifying_operand)\nPASS: test_errors_in_view_containment_check (test.test_dict.DictTest.test_errors_in_view_containment_check)\nPASS: test_free_after_iterating (test.test_dict.DictTest.test_free_after_iterating)\nPASS: test_fromkeys (test.test_dict.DictTest.test_fromkeys)\nPASS: test_fromkeys_operator_modifying_dict_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_dict_operand)\nPASS: test_fromkeys_operator_modifying_set_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_set_operand)\nPASS: test_get (test.test_dict.DictTest.test_get)\nPASS: test_getitem (test.test_dict.DictTest.test_getitem)\nPASS: test_init_use_after_free (test.test_dict.DictTest.test_init_use_after_free)\nPASS: test_instance_dict_getattr_str_subclass (test.test_dict.DictTest.test_instance_dict_getattr_str_subclass)\nPASS: test_invalid_keyword_arguments (test.test_dict.DictTest.test_invalid_keyword_arguments)\nPASS: test_itemiterator_pickling (test.test_dict.DictTest.test_itemiterator_pickling)\nPASS: test_items (test.test_dict.DictTest.test_items)\nPASS: test_items_symmetric_difference (test.test_dict.DictTest.test_items_symmetric_difference)\nPASS: test_iterator_pickling (test.test_dict.DictTest.test_iterator_pickling)\nPASS: test_keys (test.test_dict.DictTest.test_keys)\nPASS: test_keys_contained (test.test_dict.DictTest.test_keys_contained)\nPASS: test_len (test.test_dict.DictTest.test_len)\nPASS: test_literal_constructor (test.test_dict.DictTest.test_literal_constructor)\nPASS: test_merge_and_mutate (test.test_dict.DictTest.test_merge_and_mutate)\nPASS: test_merge_operator (test.test_dict.DictTest.test_merge_operator)\nPASS: test_missing (test.test_dict.DictTest.test_missing)\nPASS: test_mutating_iteration (test.test_dict.DictTest.test_mutating_iteration)\nPASS: test_mutating_iteration_delete (test.test_dict.DictTest.test_mutating_iteration_delete)\nPASS: test_mutating_iteration_delete_over_items (test.test_dict.DictTest.test_mutating_iteration_delete_over_items)\nPASS: test_mutating_iteration_delete_over_values (test.test_dict.DictTest.test_mutating_iteration_delete_over_values)\nPASS: test_mutating_lookup (test.test_dict.DictTest.test_mutating_lookup)\nPASS: test_object_set_item_single_instance_non_str_key (test.test_dict.DictTest.test_object_set_item_single_instance_non_str_key)\nPASS: test_oob_indexing_dictiter_iternextitem (test.test_dict.DictTest.test_oob_indexing_dictiter_iternextitem)\nPASS: test_pop (test.test_dict.DictTest.test_pop)\nPASS: test_popitem (test.test_dict.DictTest.test_popitem)\nPASS: test_reentrant_insertion (test.test_dict.DictTest.test_reentrant_insertion)\nPASS: test_repr (test.test_dict.DictTest.test_repr)\nPASS: test_repr_deep (test.test_dict.DictTest.test_repr_deep)\nPASS: test_resize1 (test.test_dict.DictTest.test_resize1)\nPASS: test_resize2 (test.test_dict.DictTest.test_resize2)\nPASS: test_reverse_iterator_for_empty_dict (test.test_dict.DictTest.test_reverse_iterator_for_empty_dict)\nPASS: test_reverse_iterator_for_shared_shared_dicts (test.test_dict.DictTest.test_reverse_iterator_for_shared_shared_dicts)\nPASS: test_reversed (test.test_dict.DictTest.test_reversed)\nPASS: test_reverseitemiterator_pickling (test.test_dict.DictTest.test_reverseitemiterator_pickling)\nPASS: test_reverseiterator_pickling (test.test_dict.DictTest.test_reverseiterator_pickling)\nPASS: test_reversevaluesiterator_pickling (test.test_dict.DictTest.test_reversevaluesiterator_pickling)\nPASS: test_setdefault (test.test_dict.DictTest.test_setdefault)\nPASS: test_setdefault_atomic (test.test_dict.DictTest.test_setdefault_atomic)\nPASS: test_setitem_atomic_at_resize (test.test_dict.DictTest.test_setitem_atomic_at_resize)\ntest_splittable_del (test.test_dict.DictTest.test_splittable_del)\nPASS: split table must be combined when del d[k]\nPASS: test_splittable_pop (test.test_dict.DictTest.test_splittable_pop)\ntest_splittable_pop_pending (test.test_dict.DictTest.test_splittable_pop_pending)\nPASS: pop a pending key in a split table should not crash\ntest_splittable_popitem (test.test_dict.DictTest.test_splittable_popitem)\nPASS: split table must be combined when d.popitem()\ntest_splittable_setdefault (test.test_dict.DictTest.test_splittable_setdefault)\nPASS: split table must keep correct insertion\ntest_splittable_to_generic_combinedtable (test.test_dict.DictTest.test_splittable_to_generic_combinedtable)\nPASS: split table must be correctly resized and converted to generic combined table\ntest_splittable_update (test.test_dict.DictTest.test_splittable_update)\nPASS: dict.update(other) must preserve order in other.\nPASS: test_store_evilattr (test.test_dict.DictTest.test_store_evilattr)\nPASS: test_str_nonstr (test.test_dict.DictTest.test_str_nonstr)\nPASS: test_string_keys_can_track_values (test.test_dict.DictTest.test_string_keys_can_track_values)\nPASS: test_track_dynamic (test.test_dict.DictTest.test_track_dynamic)\nPASS: test_track_lazy_instance_dicts (test.test_dict.DictTest.test_track_lazy_instance_dicts)\nPASS: test_track_literals (test.test_dict.DictTest.test_track_literals)\nPASS: test_track_subtypes (test.test_dict.DictTest.test_track_subtypes)\nPASS: test_tuple_keyerror (test.test_dict.DictTest.test_tuple_keyerror)\nPASS: test_update (test.test_dict.DictTest.test_update)\nPASS: test_values (test.test_dict.DictTest.test_values)\nPASS: test_valuesiterator_pickling (test.test_dict.DictTest.test_valuesiterator_pickling)\nPASS: test_views_mapping (test.test_dict.DictTest.test_views_mapping)\nPASS: test_bool (test.test_dict.GeneralMappingTests.test_bool)\nPASS: test_constructor (test.test_dict.GeneralMappingTests.test_constructor)\nPASS: test_get (test.test_dict.GeneralMappingTests.test_get)\nPASS: test_getitem (test.test_dict.GeneralMappingTests.test_getitem)\nPASS: test_items (test.test_dict.GeneralMappingTests.test_items)\nPASS: test_keys (test.test_dict.GeneralMappingTests.test_keys)\nPASS: test_len (test.test_dict.GeneralMappingTests.test_len)\nPASS: test_pop (test.test_dict.GeneralMappingTests.test_pop)\nPASS: test_popitem (test.test_dict.GeneralMappingTests.test_popitem)\nPASS: test_read (test.test_dict.GeneralMappingTests.test_read)\nPASS: test_setdefault (test.test_dict.GeneralMappingTests.test_setdefault)\nPASS: test_update (test.test_dict.GeneralMappingTests.test_update)\nPASS: test_values (test.test_dict.GeneralMappingTests.test_values)\nPASS: test_write (test.test_dict.GeneralMappingTests.test_write)\nPASS: test_bool (test.test_dict.SubclassMappingTests.test_bool)\nPASS: test_constructor (test.test_dict.SubclassMappingTests.test_constructor)\nPASS: test_get (test.test_dict.SubclassMappingTests.test_get)\nPASS: test_getitem (test.test_dict.SubclassMappingTests.test_getitem)\nPASS: test_items (test.test_dict.SubclassMappingTests.test_items)\nPASS: test_keys (test.test_dict.SubclassMappingTests.test_keys)\nPASS: test_len (test.test_dict.SubclassMappingTests.test_len)\nPASS: test_pop (test.test_dict.SubclassMappingTests.test_pop)\nPASS: test_popitem (test.test_dict.SubclassMappingTests.test_popitem)\nPASS: test_read (test.test_dict.SubclassMappingTests.test_read)\nPASS: test_setdefault (test.test_dict.SubclassMappingTests.test_setdefault)\nPASS: test_update (test.test_dict.SubclassMappingTests.test_update)\nPASS: test_values (test.test_dict.SubclassMappingTests.test_values)\nPASS: test_write (test.test_dict.SubclassMappingTests.test_write)\n\n----------------------------------------------------------------------\nRan 113 tests in 0.207s\n\nOK\n0:01:23 load avg: 1.51 [162/480] test_datetime passed\nSKIP: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DATE_GET) 'Not relevant in pure Python'\nSKIP: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DELTA_GET) 'Not relevant in pure Python'\nSKIP: test_PyDateTime_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_GET) 'Not relevant in pure Python'\nSKIP: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_TIME_GET) 'Not relevant in pure Python'\nSKIP: test_check_date (test.datetimetester.CapiTest_Pure.test_check_date) 'Not relevant in pure Python'\nSKIP: test_check_datetime (test.datetimetester.CapiTest_Pure.test_check_datetime) 'Not relevant in pure Python'\nSKIP: test_check_delta (test.datetimetester.CapiTest_Pure.test_check_delta) 'Not relevant in pure Python'\nSKIP: test_check_time (test.datetimetester.CapiTest_Pure.test_check_time) 'Not relevant in pure Python'\nSKIP: test_check_tzinfo (test.datetimetester.CapiTest_Pure.test_check_tzinfo) 'Not relevant in pure Python'\nSKIP: test_date_from_date (test.datetimetester.CapiTest_Pure.test_date_from_date) 'Not relevant in pure Python'\nSKIP: test_date_from_timestamp (test.datetimetester.CapiTest_Pure.test_date_from_timestamp) 'Not relevant in pure Python'\nSKIP: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtime) 'Not relevant in pure Python'\nSKIP: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtimeandfold) 'Not relevant in pure Python'\nSKIP: test_datetime_from_timestamp (test.datetimetester.CapiTest_Pure.test_datetime_from_timestamp) 'Not relevant in pure Python'\nSKIP: test_delta_from_dsu (test.datetimetester.CapiTest_Pure.test_delta_from_dsu) 'Not relevant in pure Python'\nSKIP: test_time_from_time (test.datetimetester.CapiTest_Pure.test_time_from_time) 'Not relevant in pure Python'\nSKIP: test_time_from_timeandfold (test.datetimetester.CapiTest_Pure.test_time_from_timeandfold) 'Not relevant in pure Python'\nSKIP: test_timezones_capi (test.datetimetester.CapiTest_Pure.test_timezones_capi) 'Not relevant in pure Python'\nSKIP: test_timezones_offset_zero (test.datetimetester.CapiTest_Pure.test_timezones_offset_zero) 'Not relevant in pure Python'\nSKIP: test_type_check_in_subinterp (test.datetimetester.CapiTest_Pure.test_type_check_in_subinterp) 'Not relevant in pure Python'\nSKIP: test_utc_capi (test.datetimetester.CapiTest_Pure.test_utc_capi) 'Not relevant in pure Python'\nSKIP: test_gh_120161 (test.datetimetester.ExtensionModuleTests_Pure.test_gh_120161) 'Not relevant in pure Python'\nSKIP: test_update_type_cache (test.datetimetester.ExtensionModuleTests_Pure.test_update_type_cache) 'Not relevant in pure Python'\nPASS: test_folds (test.datetimetester.IranTest_Pure.test_folds)\nPASS: test_gaps (test.datetimetester.IranTest_Pure.test_gaps)\nPASS: test_system_transitions (test.datetimetester.IranTest_Pure.test_system_transitions)\nPASS: test_check_arg_types (test.datetimetester.Oddballs_Pure.test_check_arg_types)\nPASS: test_date_datetime_comparison (test.datetimetester.Oddballs_Pure.test_date_datetime_comparison)\nPASS: test_extra_attributes (test.datetimetester.Oddballs_Pure.test_extra_attributes)\nPASS: test_backdoor_resistance (test.datetimetester.TestDate_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDate_Pure.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestDate_Pure.test_bool)\nPASS: test_compare (test.datetimetester.TestDate_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDate_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDate_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestDate_Pure.test_ctime)\nPASS: test_extreme_ordinals (test.datetimetester.TestDate_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDate_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDate_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDate_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDate_Pure.test_fromisoformat)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDate_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDate_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Pure.test_fromisoformat_subclass)\nPASS: test_fromtimestamp (test.datetimetester.TestDate_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDate_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Pure.test_insane_fromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDate_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDate_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDate_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDate_Pure.test_isoformat)\nPASS: test_mixed_compare (test.datetimetester.TestDate_Pure.test_mixed_compare)\nPASS: test_ordinal_conversions (test.datetimetester.TestDate_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDate_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDate_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDate_Pure.test_pickling_subclass_date)\nPASS: test_replace (test.datetimetester.TestDate_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDate_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDate_Pure.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDate_Pure.test_strftime)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_y2k (test.datetimetester.TestDate_Pure.test_strftime_y2k)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_date (test.datetimetester.TestDate_Pure.test_subclass_date)\nPASS: test_subclass_replace (test.datetimetester.TestDate_Pure.test_subclass_replace)\nPASS: test_timetuple (test.datetimetester.TestDate_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestDate_Pure.test_today)\nPASS: test_weekday (test.datetimetester.TestDate_Pure.test_weekday)\nPASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure.test_delta_non_days_ignored)\nPASS: test_astimezone (test.datetimetester.TestDateTime_Pure.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDateTime_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTime_Pure.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTime_Pure.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTime_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTime_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTime_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTime_Pure.test_ctime)\nPASS: test_extract (test.datetimetester.TestDateTime_Pure.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTime_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTime_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTime_Pure.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTime_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTime_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTime_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTime_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTime_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Pure.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Pure.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTime_Pure.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestDateTime_Pure.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTime_Pure.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTime_Pure.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTime_Pure.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTime_Pure.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTime_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTime_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTime_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTime_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTime_Pure.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTime_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTime_Pure.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTime_Pure.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTime_Pure.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTime_Pure.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Pure.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTime_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestDateTime_Pure.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTime_Pure.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTime_Pure.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTime_Pure.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTime_Pure.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTime_Pure.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTime_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTime_Pure.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTime_Pure.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestDateTime_Pure.test_weekday)\nPASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure.test_argument_passing)\nPASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone)\nPASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_eastern)\nPASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_near_fold)\nPASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_utc)\nPASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure.test_aware_compare)\nPASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure.test_aware_subtract)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTimeTZ_Pure.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTimeTZ_Pure.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTimeTZ_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTimeTZ_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_ctime)\nPASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_even_more_compare)\nPASS: test_extract (test.datetimetester.TestDateTimeTZ_Pure.test_extract)\nPASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_hashes)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTimeTZ_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure.test_mixed_compare)\nPASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_more_astimezone)\nPASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTimeTZ_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTimeTZ_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTimeTZ_Pure.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetime)\nPASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetimetz)\nPASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTimeTZ_Pure.test_today)\nPASS: test_trivial (test.datetimetester.TestDateTimeTZ_Pure.test_trivial)\nPASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure.test_tz_aware_arithmetic)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure.test_tz_independent_comparing)\nPASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_classes)\nPASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_fromtimestamp)\nPASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_isoformat)\nPASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_now)\nPASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_timetuple)\nPASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcfromtimestamp)\nPASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcnow)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure.test_utc_offset_out_of_bounds)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_utcnow)\nPASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure.test_utctimetuple)\nPASS: test_weekday (test.datetimetester.TestDateTimeTZ_Pure.test_weekday)\nPASS: test_zones (test.datetimetester.TestDateTimeTZ_Pure.test_zones)\nPASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_astimezone)\nPASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_comparison)\nPASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_constructors)\nPASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_dst)\nPASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp)\nSKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_low_fold_detection)\nPASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromutc)\nPASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash)\nPASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_aware)\nPASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_member)\nPASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_fold)\nPASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_gap)\nPASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_regular)\nPASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_pickle_fold)\nPASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_replace)\nPASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_repr)\nPASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp)\nSKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_utcoffset)\nPASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_fromutc)\nPASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_toutc)\ntest_all (test.datetimetester.TestModule_Pure.test_all)\nPASS: Test that __all__ only points to valid attributes.\nPASS: test_constants (test.datetimetester.TestModule_Pure.test_constants)\nPASS: test_divide_and_round (test.datetimetester.TestModule_Pure.test_divide_and_round)\nSKIP: test_name_cleanup (test.datetimetester.TestModule_Pure.test_name_cleanup) 'Only run for Fast C implementation'\nPASS: test_utc_alias (test.datetimetester.TestModule_Pure.test_utc_alias)\nPASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Pure.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestSubclassDateTime_Pure.test_bool)\nPASS: test_combine (test.datetimetester.TestSubclassDateTime_Pure.test_combine)\nPASS: test_compare (test.datetimetester.TestSubclassDateTime_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestSubclassDateTime_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_ctime)\nPASS: test_extract (test.datetimetester.TestSubclassDateTime_Pure.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestSubclassDateTime_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Pure.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestSubclassDateTime_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestSubclassDateTime_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure.test_resolution_info)\nSKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure.test_roundtrip) 'not appropriate for subclasses'\nPASS: test_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestSubclassDateTime_Pure.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestSubclassDateTime_Pure.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Pure.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestSubclassDateTime_Pure.test_weekday)\nPASS: test_issue23600 (test.datetimetester.TestTZInfo_Pure.test_issue23600)\nPASS: test_non_abstractness (test.datetimetester.TestTZInfo_Pure.test_non_abstractness)\nPASS: test_normal (test.datetimetester.TestTZInfo_Pure.test_normal)\nPASS: test_pickling_base (test.datetimetester.TestTZInfo_Pure.test_pickling_base)\nPASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Pure.test_pickling_subclass)\nPASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure.test_refcnt_crash_bug_22044)\nPASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Pure.test_subclass_must_override)\nPASS: test_1653736 (test.datetimetester.TestTime_Pure.test_1653736)\nPASS: test_backdoor_resistance (test.datetimetester.TestTime_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestTime_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTime_Pure.test_bool)\nPASS: test_comparing (test.datetimetester.TestTime_Pure.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTime_Pure.test_compat_unpickle)\nPASS: test_format (test.datetimetester.TestTime_Pure.test_format)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTime_Pure.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTime_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTime_Pure.test_isoformat_timezone)\nPASS: test_pickling (test.datetimetester.TestTime_Pure.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTime_Pure.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTime_Pure.test_replace)\nPASS: test_repr (test.datetimetester.TestTime_Pure.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTime_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTime_Pure.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTime_Pure.test_str)\nPASS: test_strftime (test.datetimetester.TestTime_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTime_Pure.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTime_Pure.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTime_Pure.test_subclass_time)\nPASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Pure.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestTimeDelta_Pure.test_bool)\nPASS: test_carries (test.datetimetester.TestTimeDelta_Pure.test_carries)\nPASS: test_compare (test.datetimetester.TestTimeDelta_Pure.test_compare)\nPASS: test_computations (test.datetimetester.TestTimeDelta_Pure.test_computations)\nPASS: test_constructor (test.datetimetester.TestTimeDelta_Pure.test_constructor)\nPASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure.test_disallowed_computations)\nPASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Pure.test_disallowed_special)\nPASS: test_division (test.datetimetester.TestTimeDelta_Pure.test_division)\nPASS: test_divmod (test.datetimetester.TestTimeDelta_Pure.test_divmod)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTimeDelta_Pure.test_hash_equality)\nPASS: test_issue31293 (test.datetimetester.TestTimeDelta_Pure.test_issue31293)\nPASS: test_issue31752 (test.datetimetester.TestTimeDelta_Pure.test_issue31752)\nPASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Pure.test_massive_normalization)\nPASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure.test_microsecond_rounding)\nPASS: test_overflow (test.datetimetester.TestTimeDelta_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestTimeDelta_Pure.test_pickling)\nPASS: test_remainder (test.datetimetester.TestTimeDelta_Pure.test_remainder)\nPASS: test_repr (test.datetimetester.TestTimeDelta_Pure.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeDelta_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeDelta_Pure.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeDelta_Pure.test_str)\nPASS: test_subclass_date (test.datetimetester.TestTimeDelta_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Pure.test_subclass_datetime)\nPASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure.test_subclass_timedelta)\nPASS: test_total_seconds (test.datetimetester.TestTimeDelta_Pure.test_total_seconds)\nPASS: test_1653736 (test.datetimetester.TestTimeTZ_Pure.test_1653736)\nPASS: test_argument_passing (test.datetimetester.TestTimeTZ_Pure.test_argument_passing)\nPASS: test_aware_compare (test.datetimetester.TestTimeTZ_Pure.test_aware_compare)\nPASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTimeTZ_Pure.test_bool)\nPASS: test_comparing (test.datetimetester.TestTimeTZ_Pure.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure.test_compat_unpickle)\nPASS: test_empty (test.datetimetester.TestTimeTZ_Pure.test_empty)\nPASS: test_format (test.datetimetester.TestTimeTZ_Pure.test_format)\nPASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat)\nPASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fractions)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_time_examples)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timezone)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure.test_hash_edge_cases)\nPASS: test_hash_equality (test.datetimetester.TestTimeTZ_Pure.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTimeTZ_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_isoformat_timezone)\nPASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Pure.test_mixed_compare)\nPASS: test_more_bool (test.datetimetester.TestTimeTZ_Pure.test_more_bool)\nPASS: test_pickling (test.datetimetester.TestTimeTZ_Pure.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTimeTZ_Pure.test_replace)\nPASS: test_repr (test.datetimetester.TestTimeTZ_Pure.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeTZ_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeTZ_Pure.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeTZ_Pure.test_str)\nPASS: test_strftime (test.datetimetester.TestTimeTZ_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTimeTZ_Pure.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Pure.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_subclass_time)\nPASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure.test_subclass_timetz)\nPASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_tzinfo_classes)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure.test_utc_offset_out_of_bounds)\nPASS: test_zones (test.datetimetester.TestTimeTZ_Pure.test_zones)\nPASS: test_aware_datetime (test.datetimetester.TestTimeZone_Pure.test_aware_datetime)\nPASS: test_cannot_subclass (test.datetimetester.TestTimeZone_Pure.test_cannot_subclass)\nPASS: test_class_members (test.datetimetester.TestTimeZone_Pure.test_class_members)\nPASS: test_comparison (test.datetimetester.TestTimeZone_Pure.test_comparison)\nPASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Pure.test_comparison_with_tzinfo)\nPASS: test_constructor (test.datetimetester.TestTimeZone_Pure.test_constructor)\nPASS: test_copy (test.datetimetester.TestTimeZone_Pure.test_copy)\nPASS: test_deepcopy (test.datetimetester.TestTimeZone_Pure.test_deepcopy)\nPASS: test_dst (test.datetimetester.TestTimeZone_Pure.test_dst)\nPASS: test_fromutc (test.datetimetester.TestTimeZone_Pure.test_fromutc)\nPASS: test_inheritance (test.datetimetester.TestTimeZone_Pure.test_inheritance)\nPASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Pure.test_offset_boundaries)\nPASS: test_pickle (test.datetimetester.TestTimeZone_Pure.test_pickle)\nPASS: test_repr (test.datetimetester.TestTimeZone_Pure.test_repr)\nPASS: test_str (test.datetimetester.TestTimeZone_Pure.test_str)\nPASS: test_tzname (test.datetimetester.TestTimeZone_Pure.test_tzname)\nPASS: test_utcoffset (test.datetimetester.TestTimeZone_Pure.test_utcoffset)\nPASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure.test_bogus_dst)\nPASS: test_easy (test.datetimetester.TestTimezoneConversions_Pure.test_easy)\nPASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Pure.test_fromutc)\nPASS: test_tricky (test.datetimetester.TestTimezoneConversions_Pure.test_tricky)\nPASS: test_folds (test.datetimetester.ZoneInfoTest_Pure.test_folds)\nPASS: test_gaps (test.datetimetester.ZoneInfoTest_Pure.test_gaps)\nPASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Pure.test_system_transitions)\nPASS: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DATE_GET)\nPASS: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DELTA_GET)\nPASS: test_PyDateTime_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_GET)\nPASS: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_TIME_GET)\nPASS: test_check_date (test.datetimetester.CapiTest_Fast.test_check_date)\nPASS: test_check_datetime (test.datetimetester.CapiTest_Fast.test_check_datetime)\nPASS: test_check_delta (test.datetimetester.CapiTest_Fast.test_check_delta)\nPASS: test_check_time (test.datetimetester.CapiTest_Fast.test_check_time)\nPASS: test_check_tzinfo (test.datetimetester.CapiTest_Fast.test_check_tzinfo)\nPASS: test_date_from_date (test.datetimetester.CapiTest_Fast.test_date_from_date)\nPASS: test_date_from_timestamp (test.datetimetester.CapiTest_Fast.test_date_from_timestamp)\nPASS: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtime)\nPASS: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtimeandfold)\nPASS: test_datetime_from_timestamp (test.datetimetester.CapiTest_Fast.test_datetime_from_timestamp)\nPASS: test_delta_from_dsu (test.datetimetester.CapiTest_Fast.test_delta_from_dsu)\nPASS: test_time_from_time (test.datetimetester.CapiTest_Fast.test_time_from_time)\nPASS: test_time_from_timeandfold (test.datetimetester.CapiTest_Fast.test_time_from_timeandfold)\nPASS: test_timezones_capi (test.datetimetester.CapiTest_Fast.test_timezones_capi)\nPASS: test_timezones_offset_zero (test.datetimetester.CapiTest_Fast.test_timezones_offset_zero)\nPASS: test_type_check_in_subinterp (test.datetimetester.CapiTest_Fast.test_type_check_in_subinterp)\nPASS: test_utc_capi (test.datetimetester.CapiTest_Fast.test_utc_capi)\nPASS: test_gh_120161 (test.datetimetester.ExtensionModuleTests_Fast.test_gh_120161)\nPASS: test_update_type_cache (test.datetimetester.ExtensionModuleTests_Fast.test_update_type_cache)\nPASS: test_folds (test.datetimetester.IranTest_Fast.test_folds)\nPASS: test_gaps (test.datetimetester.IranTest_Fast.test_gaps)\nPASS: test_system_transitions (test.datetimetester.IranTest_Fast.test_system_transitions)\nPASS: test_check_arg_types (test.datetimetester.Oddballs_Fast.test_check_arg_types)\nPASS: test_date_datetime_comparison (test.datetimetester.Oddballs_Fast.test_date_datetime_comparison)\nPASS: test_extra_attributes (test.datetimetester.Oddballs_Fast.test_extra_attributes)\nPASS: test_backdoor_resistance (test.datetimetester.TestDate_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDate_Fast.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestDate_Fast.test_bool)\nPASS: test_compare (test.datetimetester.TestDate_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDate_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDate_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestDate_Fast.test_ctime)\nPASS: test_extreme_ordinals (test.datetimetester.TestDate_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDate_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDate_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDate_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDate_Fast.test_fromisoformat)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDate_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDate_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Fast.test_fromisoformat_subclass)\nPASS: test_fromtimestamp (test.datetimetester.TestDate_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDate_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Fast.test_insane_fromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDate_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDate_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDate_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDate_Fast.test_isoformat)\nPASS: test_mixed_compare (test.datetimetester.TestDate_Fast.test_mixed_compare)\nPASS: test_ordinal_conversions (test.datetimetester.TestDate_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDate_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDate_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDate_Fast.test_pickling_subclass_date)\nPASS: test_replace (test.datetimetester.TestDate_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDate_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDate_Fast.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDate_Fast.test_strftime)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_y2k (test.datetimetester.TestDate_Fast.test_strftime_y2k)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_date (test.datetimetester.TestDate_Fast.test_subclass_date)\nPASS: test_subclass_replace (test.datetimetester.TestDate_Fast.test_subclass_replace)\nPASS: test_timetuple (test.datetimetester.TestDate_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestDate_Fast.test_today)\nPASS: test_weekday (test.datetimetester.TestDate_Fast.test_weekday)\nPASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Fast.test_delta_non_days_ignored)\nPASS: test_astimezone (test.datetimetester.TestDateTime_Fast.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDateTime_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTime_Fast.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTime_Fast.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTime_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTime_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTime_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTime_Fast.test_ctime)\nPASS: test_extract (test.datetimetester.TestDateTime_Fast.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTime_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTime_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTime_Fast.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Fast.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Fast.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Fast.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTime_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTime_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTime_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTime_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTime_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Fast.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Fast.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTime_Fast.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestDateTime_Fast.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTime_Fast.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTime_Fast.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTime_Fast.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTime_Fast.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTime_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTime_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTime_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTime_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTime_Fast.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTime_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTime_Fast.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Fast.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTime_Fast.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTime_Fast.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTime_Fast.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Fast.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTime_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestDateTime_Fast.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTime_Fast.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTime_Fast.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTime_Fast.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTime_Fast.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTime_Fast.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTime_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTime_Fast.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Fast.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTime_Fast.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestDateTime_Fast.test_weekday)\nPASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Fast.test_argument_passing)\nPASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone)\nPASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_eastern)\nPASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_near_fold)\nPASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_utc)\nPASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Fast.test_aware_compare)\nPASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Fast.test_aware_subtract)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Fast.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTimeTZ_Fast.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTimeTZ_Fast.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTimeTZ_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTimeTZ_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_ctime)\nPASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_even_more_compare)\nPASS: test_extract (test.datetimetester.TestDateTimeTZ_Fast.test_extract)\nPASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_hashes)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTimeTZ_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Fast.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Fast.test_mixed_compare)\nPASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_more_astimezone)\nPASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTimeTZ_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTimeTZ_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Fast.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTimeTZ_Fast.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetime)\nPASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetimetz)\nPASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTimeTZ_Fast.test_today)\nPASS: test_trivial (test.datetimetester.TestDateTimeTZ_Fast.test_trivial)\nPASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Fast.test_tz_aware_arithmetic)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Fast.test_tz_independent_comparing)\nPASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_classes)\nPASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_fromtimestamp)\nPASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_isoformat)\nPASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_now)\nPASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_timetuple)\nPASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcfromtimestamp)\nPASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcnow)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Fast.test_utc_offset_out_of_bounds)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_utcnow)\nPASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Fast.test_utctimetuple)\nPASS: test_weekday (test.datetimetester.TestDateTimeTZ_Fast.test_weekday)\nPASS: test_zones (test.datetimetester.TestDateTimeTZ_Fast.test_zones)\nPASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_astimezone)\nPASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_comparison)\nPASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_constructors)\nPASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_dst)\nPASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp)\nSKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_low_fold_detection)\nPASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromutc)\nPASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash)\nPASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash_aware)\nPASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_member)\nPASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_fold)\nPASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_gap)\nPASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_regular)\nPASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_pickle_fold)\nPASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_replace)\nPASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_repr)\nPASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp)\nSKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_utcoffset)\nPASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_fromutc)\nPASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_toutc)\ntest_all (test.datetimetester.TestModule_Fast.test_all)\nPASS: Test that __all__ only points to valid attributes.\nPASS: test_constants (test.datetimetester.TestModule_Fast.test_constants)\nSKIP: test_divide_and_round (test.datetimetester.TestModule_Fast.test_divide_and_round) 'Only run for Pure Python implementation'\nPASS: test_name_cleanup (test.datetimetester.TestModule_Fast.test_name_cleanup)\nPASS: test_utc_alias (test.datetimetester.TestModule_Fast.test_utc_alias)\nPASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Fast.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestSubclassDateTime_Fast.test_bool)\nPASS: test_combine (test.datetimetester.TestSubclassDateTime_Fast.test_combine)\nPASS: test_compare (test.datetimetester.TestSubclassDateTime_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestSubclassDateTime_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_ctime)\nPASS: test_extract (test.datetimetester.TestSubclassDateTime_Fast.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestSubclassDateTime_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Fast.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Fast.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Fast.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestSubclassDateTime_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestSubclassDateTime_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Fast.test_resolution_info)\nSKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Fast.test_roundtrip) 'not appropriate for subclasses'\nPASS: test_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestSubclassDateTime_Fast.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestSubclassDateTime_Fast.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Fast.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Fast.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestSubclassDateTime_Fast.test_weekday)\nPASS: test_issue23600 (test.datetimetester.TestTZInfo_Fast.test_issue23600)\nPASS: test_non_abstractness (test.datetimetester.TestTZInfo_Fast.test_non_abstractness)\nPASS: test_normal (test.datetimetester.TestTZInfo_Fast.test_normal)\nPASS: test_pickling_base (test.datetimetester.TestTZInfo_Fast.test_pickling_base)\nPASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Fast.test_pickling_subclass)\nPASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Fast.test_refcnt_crash_bug_22044)\nPASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Fast.test_subclass_must_override)\nPASS: test_1653736 (test.datetimetester.TestTime_Fast.test_1653736)\nPASS: test_backdoor_resistance (test.datetimetester.TestTime_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestTime_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTime_Fast.test_bool)\nPASS: test_comparing (test.datetimetester.TestTime_Fast.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTime_Fast.test_compat_unpickle)\nPASS: test_format (test.datetimetester.TestTime_Fast.test_format)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTime_Fast.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTime_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTime_Fast.test_isoformat_timezone)\nPASS: test_pickling (test.datetimetester.TestTime_Fast.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTime_Fast.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTime_Fast.test_replace)\nPASS: test_repr (test.datetimetester.TestTime_Fast.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTime_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTime_Fast.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTime_Fast.test_str)\nPASS: test_strftime (test.datetimetester.TestTime_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTime_Fast.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTime_Fast.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTime_Fast.test_subclass_time)\nPASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Fast.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestTimeDelta_Fast.test_bool)\nPASS: test_carries (test.datetimetester.TestTimeDelta_Fast.test_carries)\nPASS: test_compare (test.datetimetester.TestTimeDelta_Fast.test_compare)\nPASS: test_computations (test.datetimetester.TestTimeDelta_Fast.test_computations)\nPASS: test_constructor (test.datetimetester.TestTimeDelta_Fast.test_constructor)\nPASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Fast.test_disallowed_computations)\nPASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Fast.test_disallowed_special)\nPASS: test_division (test.datetimetester.TestTimeDelta_Fast.test_division)\nPASS: test_divmod (test.datetimetester.TestTimeDelta_Fast.test_divmod)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTimeDelta_Fast.test_hash_equality)\nPASS: test_issue31293 (test.datetimetester.TestTimeDelta_Fast.test_issue31293)\nPASS: test_issue31752 (test.datetimetester.TestTimeDelta_Fast.test_issue31752)\nPASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Fast.test_massive_normalization)\nPASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Fast.test_microsecond_rounding)\nPASS: test_overflow (test.datetimetester.TestTimeDelta_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestTimeDelta_Fast.test_pickling)\nPASS: test_remainder (test.datetimetester.TestTimeDelta_Fast.test_remainder)\nPASS: test_repr (test.datetimetester.TestTimeDelta_Fast.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeDelta_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeDelta_Fast.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeDelta_Fast.test_str)\nPASS: test_subclass_date (test.datetimetester.TestTimeDelta_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Fast.test_subclass_datetime)\nPASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Fast.test_subclass_timedelta)\nPASS: test_total_seconds (test.datetimetester.TestTimeDelta_Fast.test_total_seconds)\nPASS: test_1653736 (test.datetimetester.TestTimeTZ_Fast.test_1653736)\nPASS: test_argument_passing (test.datetimetester.TestTimeTZ_Fast.test_argument_passing)\nPASS: test_aware_compare (test.datetimetester.TestTimeTZ_Fast.test_aware_compare)\nPASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Fast.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTimeTZ_Fast.test_bool)\nPASS: test_comparing (test.datetimetester.TestTimeTZ_Fast.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Fast.test_compat_unpickle)\nPASS: test_empty (test.datetimetester.TestTimeTZ_Fast.test_empty)\nPASS: test_format (test.datetimetester.TestTimeTZ_Fast.test_format)\nPASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat)\nPASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fractions)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_time_examples)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timezone)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Fast.test_hash_edge_cases)\nPASS: test_hash_equality (test.datetimetester.TestTimeTZ_Fast.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTimeTZ_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_isoformat_timezone)\nPASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Fast.test_mixed_compare)\nPASS: test_more_bool (test.datetimetester.TestTimeTZ_Fast.test_more_bool)\nPASS: test_pickling (test.datetimetester.TestTimeTZ_Fast.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTimeTZ_Fast.test_replace)\nPASS: test_repr (test.datetimetester.TestTimeTZ_Fast.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeTZ_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeTZ_Fast.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeTZ_Fast.test_str)\nPASS: test_strftime (test.datetimetester.TestTimeTZ_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTimeTZ_Fast.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Fast.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_subclass_time)\nPASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Fast.test_subclass_timetz)\nPASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_tzinfo_classes)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Fast.test_utc_offset_out_of_bounds)\nPASS: test_zones (test.datetimetester.TestTimeTZ_Fast.test_zones)\nPASS: test_aware_datetime (test.datetimetester.TestTimeZone_Fast.test_aware_datetime)\nPASS: test_cannot_subclass (test.datetimetester.TestTimeZone_Fast.test_cannot_subclass)\nPASS: test_class_members (test.datetimetester.TestTimeZone_Fast.test_class_members)\nPASS: test_comparison (test.datetimetester.TestTimeZone_Fast.test_comparison)\nPASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Fast.test_comparison_with_tzinfo)\nPASS: test_constructor (test.datetimetester.TestTimeZone_Fast.test_constructor)\nPASS: test_copy (test.datetimetester.TestTimeZone_Fast.test_copy)\nPASS: test_deepcopy (test.datetimetester.TestTimeZone_Fast.test_deepcopy)\nPASS: test_dst (test.datetimetester.TestTimeZone_Fast.test_dst)\nPASS: test_fromutc (test.datetimetester.TestTimeZone_Fast.test_fromutc)\nPASS: test_inheritance (test.datetimetester.TestTimeZone_Fast.test_inheritance)\nPASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Fast.test_offset_boundaries)\nPASS: test_pickle (test.datetimetester.TestTimeZone_Fast.test_pickle)\nPASS: test_repr (test.datetimetester.TestTimeZone_Fast.test_repr)\nPASS: test_str (test.datetimetester.TestTimeZone_Fast.test_str)\nPASS: test_tzname (test.datetimetester.TestTimeZone_Fast.test_tzname)\nPASS: test_utcoffset (test.datetimetester.TestTimeZone_Fast.test_utcoffset)\nPASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Fast.test_bogus_dst)\nPASS: test_easy (test.datetimetester.TestTimezoneConversions_Fast.test_easy)\nPASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Fast.test_fromutc)\nPASS: test_tricky (test.datetimetester.TestTimezoneConversions_Fast.test_tricky)\nPASS: test_folds (test.datetimetester.ZoneInfoTest_Fast.test_folds)\nPASS: test_gaps (test.datetimetester.ZoneInfoTest_Fast.test_gaps)\nPASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast.test_system_transitions)\n\n----------------------------------------------------------------------\nRan 1036 tests in 2.394s\n\nOK (skipped=31)\n0:01:23 load avg: 1.51 [163/480] test_dis passed\nPASS: test_bytecode_co_positions (test.test_dis.BytecodeTests.test_bytecode_co_positions)\nPASS: test_disassembled (test.test_dis.BytecodeTests.test_disassembled)\nPASS: test_explicit_first_line (test.test_dis.BytecodeTests.test_explicit_first_line)\nPASS: test_from_traceback (test.test_dis.BytecodeTests.test_from_traceback)\nPASS: test_from_traceback_dis (test.test_dis.BytecodeTests.test_from_traceback_dis)\nPASS: test_info (test.test_dis.BytecodeTests.test_info)\nPASS: test_instantiation (test.test_dis.BytecodeTests.test_instantiation)\nPASS: test_iteration (test.test_dis.BytecodeTests.test_iteration)\nPASS: test_source_line_in_disassembly (test.test_dis.BytecodeTests.test_source_line_in_disassembly)\nPASS: test_code_info (test.test_dis.CodeInfoTests.test_code_info)\nPASS: test_code_info_object (test.test_dis.CodeInfoTests.test_code_info_object)\nPASS: test_pretty_flags_no_flags (test.test_dis.CodeInfoTests.test_pretty_flags_no_flags)\nPASS: test_show_code (test.test_dis.CodeInfoTests.test_show_code)\nPASS: test__try_compile_no_context_exc_on_error (test.test_dis.DisTests.test__try_compile_no_context_exc_on_error)\nPASS: test_big_linenos (test.test_dis.DisTests.test_big_linenos)\nPASS: test_binary_specialize (test.test_dis.DisTests.test_binary_specialize)\nPASS: test_boundaries (test.test_dis.DisTests.test_boundaries)\nPASS: test_bug_1333982 (test.test_dis.DisTests.test_bug_1333982)\nPASS: test_bug_42562 (test.test_dis.DisTests.test_bug_42562)\nPASS: test_bug_45757 (test.test_dis.DisTests.test_bug_45757)\nPASS: test_bug_46724 (test.test_dis.DisTests.test_bug_46724)\nPASS: test_bug_708901 (test.test_dis.DisTests.test_bug_708901)\nPASS: test_call_specialize (test.test_dis.DisTests.test_call_specialize)\nPASS: test_dis (test.test_dis.DisTests.test_dis)\nPASS: test_dis_none (test.test_dis.DisTests.test_dis_none)\nPASS: test_dis_object (test.test_dis.DisTests.test_dis_object)\nPASS: test_dis_traceback (test.test_dis.DisTests.test_dis_traceback)\nPASS: test_dis_with_offsets (test.test_dis.DisTests.test_dis_with_offsets)\nPASS: test_disassemble_async_generator (test.test_dis.DisTests.test_disassemble_async_generator)\nPASS: test_disassemble_asyncwith (test.test_dis.DisTests.test_disassemble_asyncwith)\nPASS: test_disassemble_bytes (test.test_dis.DisTests.test_disassemble_bytes)\nPASS: test_disassemble_class (test.test_dis.DisTests.test_disassemble_class)\nPASS: test_disassemble_class_method (test.test_dis.DisTests.test_disassemble_class_method)\nPASS: test_disassemble_coroutine (test.test_dis.DisTests.test_disassemble_coroutine)\nPASS: test_disassemble_fstring (test.test_dis.DisTests.test_disassemble_fstring)\nPASS: test_disassemble_generator (test.test_dis.DisTests.test_disassemble_generator)\nPASS: test_disassemble_instance_method (test.test_dis.DisTests.test_disassemble_instance_method)\nPASS: test_disassemble_instance_method_bytes (test.test_dis.DisTests.test_disassemble_instance_method_bytes)\nPASS: test_disassemble_recursive (test.test_dis.DisTests.test_disassemble_recursive)\nPASS: test_disassemble_static_method (test.test_dis.DisTests.test_disassemble_static_method)\nPASS: test_disassemble_str (test.test_dis.DisTests.test_disassemble_str)\nPASS: test_disassemble_try_finally (test.test_dis.DisTests.test_disassemble_try_finally)\nPASS: test_disassemble_with (test.test_dis.DisTests.test_disassemble_with)\nPASS: test_extended_arg_quick (test.test_dis.DisTests.test_extended_arg_quick)\nPASS: test_intrinsic_1 (test.test_dis.DisTests.test_intrinsic_1)\nPASS: test_intrinsic_2 (test.test_dis.DisTests.test_intrinsic_2)\nPASS: test_kw_names (test.test_dis.DisTests.test_kw_names)\nPASS: test_load_attr_specialize (test.test_dis.DisTests.test_load_attr_specialize)\nPASS: test_loop_quicken (test.test_dis.DisTests.test_loop_quicken)\nPASS: test_opmap (test.test_dis.DisTests.test_opmap)\nPASS: test_opname (test.test_dis.DisTests.test_opname)\nPASS: test_show_caches (test.test_dis.DisTests.test_show_caches)\ntest_show_currinstr_with_cache (test.test_dis.DisTests.test_show_currinstr_with_cache)\nPASS: Make sure that with lasti pointing to CACHE, it still shows the current\nPASS: test_super_instructions (test.test_dis.DisTests.test_super_instructions)\nPASS: test_widths (test.test_dis.DisTests.test_widths)\nPASS: test__try_compile_no_context_exc_on_error (test.test_dis.DisWithFileTests.test__try_compile_no_context_exc_on_error)\nPASS: test_big_linenos (test.test_dis.DisWithFileTests.test_big_linenos)\nPASS: test_binary_specialize (test.test_dis.DisWithFileTests.test_binary_specialize)\nPASS: test_boundaries (test.test_dis.DisWithFileTests.test_boundaries)\nPASS: test_bug_1333982 (test.test_dis.DisWithFileTests.test_bug_1333982)\nPASS: test_bug_42562 (test.test_dis.DisWithFileTests.test_bug_42562)\nPASS: test_bug_45757 (test.test_dis.DisWithFileTests.test_bug_45757)\nPASS: test_bug_46724 (test.test_dis.DisWithFileTests.test_bug_46724)\nPASS: test_bug_708901 (test.test_dis.DisWithFileTests.test_bug_708901)\nPASS: test_call_specialize (test.test_dis.DisWithFileTests.test_call_specialize)\nPASS: test_dis (test.test_dis.DisWithFileTests.test_dis)\nPASS: test_dis_none (test.test_dis.DisWithFileTests.test_dis_none)\nPASS: test_dis_object (test.test_dis.DisWithFileTests.test_dis_object)\nPASS: test_dis_traceback (test.test_dis.DisWithFileTests.test_dis_traceback)\nPASS: test_dis_with_offsets (test.test_dis.DisWithFileTests.test_dis_with_offsets)\nPASS: test_disassemble_async_generator (test.test_dis.DisWithFileTests.test_disassemble_async_generator)\nPASS: test_disassemble_asyncwith (test.test_dis.DisWithFileTests.test_disassemble_asyncwith)\nPASS: test_disassemble_bytes (test.test_dis.DisWithFileTests.test_disassemble_bytes)\nPASS: test_disassemble_class (test.test_dis.DisWithFileTests.test_disassemble_class)\nPASS: test_disassemble_class_method (test.test_dis.DisWithFileTests.test_disassemble_class_method)\nPASS: test_disassemble_coroutine (test.test_dis.DisWithFileTests.test_disassemble_coroutine)\nPASS: test_disassemble_fstring (test.test_dis.DisWithFileTests.test_disassemble_fstring)\nPASS: test_disassemble_generator (test.test_dis.DisWithFileTests.test_disassemble_generator)\nPASS: test_disassemble_instance_method (test.test_dis.DisWithFileTests.test_disassemble_instance_method)\nPASS: test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes)\nPASS: test_disassemble_recursive (test.test_dis.DisWithFileTests.test_disassemble_recursive)\nPASS: test_disassemble_static_method (test.test_dis.DisWithFileTests.test_disassemble_static_method)\nPASS: test_disassemble_str (test.test_dis.DisWithFileTests.test_disassemble_str)\nPASS: test_disassemble_try_finally (test.test_dis.DisWithFileTests.test_disassemble_try_finally)\nPASS: test_disassemble_with (test.test_dis.DisWithFileTests.test_disassemble_with)\nPASS: test_extended_arg_quick (test.test_dis.DisWithFileTests.test_extended_arg_quick)\nPASS: test_intrinsic_1 (test.test_dis.DisWithFileTests.test_intrinsic_1)\nPASS: test_intrinsic_2 (test.test_dis.DisWithFileTests.test_intrinsic_2)\nPASS: test_kw_names (test.test_dis.DisWithFileTests.test_kw_names)\nPASS: test_load_attr_specialize (test.test_dis.DisWithFileTests.test_load_attr_specialize)\nPASS: test_loop_quicken (test.test_dis.DisWithFileTests.test_loop_quicken)\nPASS: test_opmap (test.test_dis.DisWithFileTests.test_opmap)\nPASS: test_opname (test.test_dis.DisWithFileTests.test_opname)\nPASS: test_show_caches (test.test_dis.DisWithFileTests.test_show_caches)\ntest_show_currinstr_with_cache (test.test_dis.DisWithFileTests.test_show_currinstr_with_cache)\nPASS: Make sure that with lasti pointing to CACHE, it still shows the current\nPASS: test_super_instructions (test.test_dis.DisWithFileTests.test_super_instructions)\nPASS: test_widths (test.test_dis.DisWithFileTests.test_widths)\nPASS: test_argval_argrepr (test.test_dis.InstructionTests.test_argval_argrepr)\nPASS: test_baseopname_and_baseopcode (test.test_dis.InstructionTests.test_baseopname_and_baseopcode)\nPASS: test_cache_offset_and_end_offset (test.test_dis.InstructionTests.test_cache_offset_and_end_offset)\nPASS: test_co_positions (test.test_dis.InstructionTests.test_co_positions)\nPASS: test_co_positions_missing_info (test.test_dis.InstructionTests.test_co_positions_missing_info)\nPASS: test_co_positions_with_lots_of_caches (test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches)\nPASS: test_custom_arg_resolver (test.test_dis.InstructionTests.test_custom_arg_resolver)\nPASS: test_default_first_line (test.test_dis.InstructionTests.test_default_first_line)\nPASS: test_doubly_nested (test.test_dis.InstructionTests.test_doubly_nested)\nPASS: test_first_line_set_to_None (test.test_dis.InstructionTests.test_first_line_set_to_None)\nPASS: test_instruction_str (test.test_dis.InstructionTests.test_instruction_str)\nPASS: test_jump_target (test.test_dis.InstructionTests.test_jump_target)\nPASS: test_jumpy (test.test_dis.InstructionTests.test_jumpy)\nPASS: test_nested (test.test_dis.InstructionTests.test_nested)\nPASS: test_oparg_alias (test.test_dis.InstructionTests.test_oparg_alias)\nPASS: test_outer (test.test_dis.InstructionTests.test_outer)\nPASS: test_show_caches_with_label (test.test_dis.InstructionTests.test_show_caches_with_label)\nPASS: test_start_offset (test.test_dis.InstructionTests.test_start_offset)\nPASS: test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode)\nPASS: test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode)\nPASS: test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode)\nPASS: test_invocation (test.test_dis.TestDisCLI.test_invocation)\nPASS: test_show_cache (test.test_dis.TestDisCLI.test_show_cache)\nPASS: test_show_offsets (test.test_dis.TestDisCLI.test_show_offsets)\nPASS: test_distb_empty (test.test_dis.TestDisTraceback.test_distb_empty)\nPASS: test_distb_explicit_arg (test.test_dis.TestDisTraceback.test_distb_explicit_arg)\nPASS: test_distb_last_traceback (test.test_dis.TestDisTraceback.test_distb_last_traceback)\nPASS: test_distb_empty (test.test_dis.TestDisTracebackWithFile.test_distb_empty)\nPASS: test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg)\nPASS: test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback)\nPASS: test__find_imports (test.test_dis.TestFinderMethods.test__find_imports)\nPASS: test__find_store_names (test.test_dis.TestFinderMethods.test__find_store_names)\nPASS: test_findlabels (test.test_dis.TestFinderMethods.test_findlabels)\nPASS: test_findlinestarts (test.test_dis.TestFinderMethods.test_findlinestarts)\n\n----------------------------------------------------------------------\nRan 131 tests in 0.292s\n\nOK\n0:01:23 load avg: 1.51 [164/480] test_difflib passed\nPASS: test_one_insert_homogenous_sequence (test.test_difflib.TestAutojunk.test_one_insert_homogenous_sequence)\nPASS: test_byte_content (test.test_difflib.TestBytes.test_byte_content)\nPASS: test_byte_filenames (test.test_difflib.TestBytes.test_byte_filenames)\nPASS: test_mixed_types_content (test.test_difflib.TestBytes.test_mixed_types_content)\nPASS: test_mixed_types_dates (test.test_difflib.TestBytes.test_mixed_types_dates)\nPASS: test_mixed_types_filenames (test.test_difflib.TestBytes.test_mixed_types_filenames)\nPASS: test_default_args (test.test_difflib.TestFindLongest.test_default_args)\nPASS: test_longest_match_with_popular_chars (test.test_difflib.TestFindLongest.test_longest_match_with_popular_chars)\nPASS: test_is_character_junk_false (test.test_difflib.TestJunkAPIs.test_is_character_junk_false)\nPASS: test_is_character_junk_true (test.test_difflib.TestJunkAPIs.test_is_character_junk_true)\nPASS: test_is_line_junk_REDOS (test.test_difflib.TestJunkAPIs.test_is_line_junk_REDOS)\nPASS: test_is_line_junk_false (test.test_difflib.TestJunkAPIs.test_is_line_junk_false)\nPASS: test_is_line_junk_true (test.test_difflib.TestJunkAPIs.test_is_line_junk_true)\nPASS: test_no_trailing_tab_on_empty_filedate (test.test_difflib.TestOutputFormat.test_no_trailing_tab_on_empty_filedate)\nPASS: test_range_format_context (test.test_difflib.TestOutputFormat.test_range_format_context)\nPASS: test_range_format_unified (test.test_difflib.TestOutputFormat.test_range_format_unified)\nPASS: test_tab_delimiter (test.test_difflib.TestOutputFormat.test_tab_delimiter)\nPASS: test_added_tab_hint (test.test_difflib.TestSFbugs.test_added_tab_hint)\nPASS: test_comparing_empty_lists (test.test_difflib.TestSFbugs.test_comparing_empty_lists)\nPASS: test_hint_indented_properly_with_tabs (test.test_difflib.TestSFbugs.test_hint_indented_properly_with_tabs)\nPASS: test_matching_blocks_cache (test.test_difflib.TestSFbugs.test_matching_blocks_cache)\nPASS: test_mdiff_catch_stop_iteration (test.test_difflib.TestSFbugs.test_mdiff_catch_stop_iteration)\nPASS: test_ratio_for_null_seqn (test.test_difflib.TestSFbugs.test_ratio_for_null_seqn)\nPASS: test_html_diff (test.test_difflib.TestSFpatches.test_html_diff)\nPASS: test_make_file_default_charset (test.test_difflib.TestSFpatches.test_make_file_default_charset)\nPASS: test_make_file_iso88591_charset (test.test_difflib.TestSFpatches.test_make_file_iso88591_charset)\nPASS: test_make_file_usascii_charset_with_nonascii_input (test.test_difflib.TestSFpatches.test_make_file_usascii_charset_with_nonascii_input)\nPASS: test_recursion_limit (test.test_difflib.TestSFpatches.test_recursion_limit)\nPASS: test_bjunk (test.test_difflib.TestWithAscii.test_bjunk)\nPASS: test_one_delete (test.test_difflib.TestWithAscii.test_one_delete)\nPASS: test_one_insert (test.test_difflib.TestWithAscii.test_one_insert)\nDiffer (difflib)\nPASS: Doctest: difflib.Differ\n_fancy_replace (difflib.Differ)\nPASS: Doctest: difflib.Differ._fancy_replace\n_qformat (difflib.Differ)\nPASS: Doctest: difflib.Differ._qformat\ncompare (difflib.Differ)\nPASS: Doctest: difflib.Differ.compare\nIS_CHARACTER_JUNK (difflib)\nPASS: Doctest: difflib.IS_CHARACTER_JUNK\nIS_LINE_JUNK (difflib)\nPASS: Doctest: difflib.IS_LINE_JUNK\nSequenceMatcher (difflib)\nPASS: Doctest: difflib.SequenceMatcher\nfind_longest_match (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.find_longest_match\nget_grouped_opcodes (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.get_grouped_opcodes\nget_matching_blocks (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.get_matching_blocks\nget_opcodes (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.get_opcodes\nratio (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.ratio\nset_seq1 (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.set_seq1\nset_seq2 (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.set_seq2\nset_seqs (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.set_seqs\ncontext_diff (difflib)\nPASS: Doctest: difflib.context_diff\nget_close_matches (difflib)\nPASS: Doctest: difflib.get_close_matches\nndiff (difflib)\nPASS: Doctest: difflib.ndiff\nrestore (difflib)\nPASS: Doctest: difflib.restore\nunified_diff (difflib)\nPASS: Doctest: difflib.unified_diff\n\n----------------------------------------------------------------------\nRan 51 tests in 0.324s\n\nOK\n0:01:23 load avg: 1.51 [165/480] test_dtrace passed\nSKIP: setUpClass (test.test_dtrace.CheckDtraceProbes) 'CPython must be configured with the --with-dtrace option.'\nSKIP: setUpClass (test.test_dtrace.DTraceNormalTests) \"dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'\"\nSKIP: setUpClass (test.test_dtrace.DTraceOptimizedTests) \"dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'\"\nSKIP: setUpClass (test.test_dtrace.SystemTapNormalTests) \"stap(1) failed: [Errno 2] No such file or directory: 'stap'\"\nSKIP: setUpClass (test.test_dtrace.SystemTapOptimizedTests) \"stap(1) failed: [Errno 2] No such file or directory: 'stap'\"\n\n----------------------------------------------------------------------\nRan 0 tests in 0.001s\n\nOK (skipped=5)\n0:01:23 load avg: 1.51 [166/480] test_dynamic passed\nPASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_eval)\nPASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_exec)\nPASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_between_calls)\nPASS: test_cannot_replace_builtins_dict_while_active (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_while_active)\nPASS: test_eval_gives_lambda_custom_globals (test.test_dynamic.RebindBuiltinsTests.test_eval_gives_lambda_custom_globals)\nPASS: test_globals_shadow_builtins (test.test_dynamic.RebindBuiltinsTests.test_globals_shadow_builtins)\nPASS: test_load_global_specialization_failure_keeps_oparg (test.test_dynamic.RebindBuiltinsTests.test_load_global_specialization_failure_keeps_oparg)\nPASS: test_modify_builtins (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins)\nPASS: test_modify_builtins_from_leaf_function (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_from_leaf_function)\nPASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_while_generator_active)\nPASS: test_after_specialization (test.test_dynamic.TestTracing.test_after_specialization)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.004s\n\nOK\n0:01:24 load avg: 1.51 [167/480] test_dynamicclassattribute passed\nPASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests.test_docstring_copy)\nPASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_new_getter_new_docstring)\nPASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_setter_copies_getter_docstring)\nSKIP: test_slots_docstring_copy_exception (test.test_dynamicclassattribute.PropertySubclassTests.test_slots_docstring_copy_exception) '__doc__ is already present, __slots__ will have no effect'\nPASS: test_abstract_virtual (test.test_dynamicclassattribute.PropertyTests.test_abstract_virtual)\nPASS: test_property___isabstractmethod__descriptor (test.test_dynamicclassattribute.PropertyTests.test_property___isabstractmethod__descriptor)\nPASS: test_property_decorator_baseclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass)\nPASS: test_property_decorator_baseclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass_doc)\nPASS: test_property_decorator_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_doc)\nPASS: test_property_decorator_subclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass)\nPASS: test_property_decorator_subclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass_doc)\nPASS: test_property_getter_doc_override (test.test_dynamicclassattribute.PropertyTests.test_property_getter_doc_override)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.001s\n\nOK (skipped=1)\n0:01:24 load avg: 1.51 [168/480] test_eintr passed\nSKIP: test_all (test.test_eintr.EINTRTests.test_all) \"resource 'walltime' is not enabled\"\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK (skipped=1)\n0:01:24 load avg: 1.51 [169/480] test_doctest passed\nPASS: test_run (test.test_doctest.test_doctest.TestDocTest.test_run)\nPASS: test_empty_namespace_package (test.test_doctest.test_doctest.TestDocTestFinder.test_empty_namespace_package)\nPASS: test_issue35753 (test.test_doctest.test_doctest.TestDocTestFinder.test_issue35753)\nDebugRunner (doctest)\nPASS: Doctest: doctest.DebugRunner\ndebug (doctest.DocTestCase)\nPASS: Doctest: doctest.DocTestCase.debug\nDocTestRunner (doctest)\nPASS: Doctest: doctest.DocTestRunner\n_TestClass (doctest)\nPASS: Doctest: doctest._TestClass\n__init__ (doctest._TestClass)\nPASS: Doctest: doctest._TestClass.__init__\nget (doctest._TestClass)\nPASS: Doctest: doctest._TestClass.get\nsquare (doctest._TestClass)\nPASS: Doctest: doctest._TestClass.square\nblank lines (doctest.__test__)\nPASS: Doctest: doctest.__test__.blank lines\nbool-int equivalence (doctest.__test__)\nPASS: Doctest: doctest.__test__.bool-int equivalence\nellipsis (doctest.__test__)\nPASS: Doctest: doctest.__test__.ellipsis\nstring (doctest.__test__)\nPASS: Doctest: doctest.__test__.string\nwhitespace normalization (doctest.__test__)\nPASS: Doctest: doctest.__test__.whitespace normalization\n_ellipsis_match (doctest)\nPASS: Doctest: doctest._ellipsis_match\nscript_from_examples (doctest)\nPASS: Doctest: doctest.script_from_examples\nset_unittest_reportflags (doctest)\nPASS: Doctest: doctest.set_unittest_reportflags\nSampleClass (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass\nNestedClass (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.NestedClass\n__init__ (test.test_doctest.test_doctest.SampleClass.NestedClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.NestedClass.__init__\n__init__ (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.__init__\na_cached_property (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_cached_property\na_classmethod (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_classmethod\na_property (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_property\na_staticmethod (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_staticmethod\ndouble (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.double\nget (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.get\nsetter (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.setter\nSampleNewStyleClass (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass\n__init__ (test.test_doctest.test_doctest.SampleNewStyleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.__init__\ndouble (test.test_doctest.test_doctest.SampleNewStyleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.double\nget (test.test_doctest.test_doctest.SampleNewStyleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.get\nsample_func (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.sample_func\ntest_CLI (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_CLI\ntest_DocFileSuite (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocFileSuite\ntest_DocFileSuite_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocFileSuite_errors\ntest_DocTest (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTest\nbasics (test.test_doctest.test_doctest.test_DocTestFinder)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestFinder.basics\nnon_Python_modules (test.test_doctest.test_doctest.test_DocTestFinder)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestFinder.non_Python_modules\ntest_DocTestParser (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestParser\nbasics (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.basics\ndisplayhook (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.displayhook\nexceptions (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.exceptions\noption_directives (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.option_directives\noptionflags (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.optionflags\nverbose_flag (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.verbose_flag\ntest_DocTestSuite (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestSuite\ntest_DocTestSuite_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestSuite_errors\ntest_Example (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_Example\ntest_debug (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_debug\ntest_exception_with_multiple_notes (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_exception_with_multiple_notes\ntest_exception_with_note (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_exception_with_note\ntest_lineendings (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_lineendings\ntest_look_in_unwrapped (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_look_in_unwrapped\ntest_no_trailing_whitespace_stripping (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_no_trailing_whitespace_stripping\ntest_pdb_set_trace (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_pdb_set_trace\ntest_pdb_set_trace_nested (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_pdb_set_trace_nested\ntest_run_doctestsuite_multiple_times (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_run_doctestsuite_multiple_times\ntest_syntax_error_subclass_from_stdlib (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_subclass_from_stdlib\ntest_syntax_error_with_incorrect_expected_note (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_with_incorrect_expected_note\ntest_syntax_error_with_note (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_with_note\ntest_testfile (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testfile\ntest_testfile_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testfile_errors\ntest_testmod (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testmod\ntest_testmod_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testmod_errors\ntest_testsource (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testsource\ntest_trailing_space_in_test (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_trailing_space_in_test\ntest_unicode (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_unicode\ntest_unittest_reportflags (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_unittest_reportflags\ntest_wrapped_c_func (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_wrapped_c_func\nwrapped (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.wrapped\nPASS: test_testmod (test.test_doctest.test_doctest2.Test.test_testmod)\n\n----------------------------------------------------------------------\nRan 73 tests in 0.728s\n\nOK\n0:01:24 load avg: 1.51 [170/480] test_embed passed\nSKIP: test_audit (test.test_embed.AuditingTests.test_audit) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_command (test.test_embed.AuditingTests.test_audit_run_command) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_file (test.test_embed.AuditingTests.test_audit_run_file) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_interactivehook (test.test_embed.AuditingTests.test_audit_run_interactivehook) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_startup (test.test_embed.AuditingTests.test_audit_run_startup) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_stdin (test.test_embed.AuditingTests.test_audit_run_stdin) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_subinterpreter (test.test_embed.AuditingTests.test_audit_subinterpreter) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_tuple (test.test_embed.AuditingTests.test_audit_tuple) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_get_incomplete_frame (test.test_embed.AuditingTests.test_get_incomplete_frame) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_open_code_hook (test.test_embed.AuditingTests.test_open_code_hook) \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_bpo20891 (test.test_embed.EmbeddingTests.test_bpo20891)\nSKIP: bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_datetime_reset_strptime (test.test_embed.EmbeddingTests.test_datetime_reset_strptime) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_finalize_structseq (test.test_embed.EmbeddingTests.test_finalize_structseq) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests.test_forced_io_encoding) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_getargs_reset_static_parser (test.test_embed.EmbeddingTests.test_getargs_reset_static_parser) \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_initialize_pymain (test.test_embed.EmbeddingTests.test_initialize_pymain)\nSKIP: bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_initialize_twice (test.test_embed.EmbeddingTests.test_initialize_twice)\nSKIP: bpo-33932: Calling Py_Initialize() twice should do nothing (and not \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_pre_initialization_api (test.test_embed.EmbeddingTests.test_pre_initialization_api)\nSKIP: Checks some key parts of the C-API that need to work before the runtime \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_pre_initialization_sys_options (test.test_embed.EmbeddingTests.test_pre_initialization_sys_options)\nSKIP: Checks that sys.warnoptions and sys._xoptions can be set before the \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_repeated_init_and_inittab (test.test_embed.EmbeddingTests.test_repeated_init_and_inittab) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_run_main (test.test_embed.EmbeddingTests.test_run_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_run_main_loop (test.test_embed.EmbeddingTests.test_run_main_loop) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_simple_initialization_api (test.test_embed.EmbeddingTests.test_simple_initialization_api) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE (test.test_embed.EmbeddingTests.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_static_types_inherited_slots (test.test_embed.EmbeddingTests.test_static_types_inherited_slots) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_subinterps_different_ids (test.test_embed.EmbeddingTests.test_subinterps_different_ids) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_subinterps_distinct_state (test.test_embed.EmbeddingTests.test_subinterps_distinct_state) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_subinterps_main (test.test_embed.EmbeddingTests.test_subinterps_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_ucnhash_capi_reset (test.test_embed.EmbeddingTests.test_ucnhash_capi_reset) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_get_argc_argv (test.test_embed.InitConfigTests.test_get_argc_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_getpath_abspath_win32 (test.test_embed.InitConfigTests.test_getpath_abspath_win32) 'specific to Windows'\nSKIP: test_global_pathconfig (test.test_embed.InitConfigTests.test_global_pathconfig) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_compat_config (test.test_embed.InitConfigTests.test_init_compat_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_compat_env (test.test_embed.InitConfigTests.test_init_compat_env) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_default_config (test.test_embed.InitConfigTests.test_init_default_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_dev_mode (test.test_embed.InitConfigTests.test_init_dev_mode) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_dont_configure_locale (test.test_embed.InitConfigTests.test_init_dont_configure_locale) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_dont_parse_argv (test.test_embed.InitConfigTests.test_init_dont_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_env_dev_mode (test.test_embed.InitConfigTests.test_init_env_dev_mode) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_from_config (test.test_embed.InitConfigTests.test_init_from_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_global_config (test.test_embed.InitConfigTests.test_init_global_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_in_background_thread (test.test_embed.InitConfigTests.test_init_in_background_thread) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_is_python_build_with_home (test.test_embed.InitConfigTests.test_init_is_python_build_with_home) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_isolated_config (test.test_embed.InitConfigTests.test_init_isolated_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_isolated_flag (test.test_embed.InitConfigTests.test_init_isolated_flag) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_main (test.test_embed.InitConfigTests.test_init_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_main_interpreter_settings (test.test_embed.InitConfigTests.test_init_main_interpreter_settings) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_parse_argv (test.test_embed.InitConfigTests.test_init_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_pybuilddir (test.test_embed.InitConfigTests.test_init_pybuilddir) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_pybuilddir_win32 (test.test_embed.InitConfigTests.test_init_pybuilddir_win32) 'See test_init_pybuilddir'\nSKIP: test_init_python_config (test.test_embed.InitConfigTests.test_init_python_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_python_env (test.test_embed.InitConfigTests.test_init_python_env) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_pyvenv_cfg (test.test_embed.InitConfigTests.test_init_pyvenv_cfg) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_read_set (test.test_embed.InitConfigTests.test_init_read_set) 'as of 3.11 this test no longer works because path calculations do not occur on read'\nSKIP: test_init_run_main (test.test_embed.InitConfigTests.test_init_run_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_set_config (test.test_embed.InitConfigTests.test_init_set_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_setpath (test.test_embed.InitConfigTests.test_init_setpath) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_setpath_config (test.test_embed.InitConfigTests.test_init_setpath_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_setpythonhome (test.test_embed.InitConfigTests.test_init_setpythonhome) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_sys_add (test.test_embed.InitConfigTests.test_init_sys_add) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_use_frozen_modules (test.test_embed.InitConfigTests.test_init_use_frozen_modules) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_warnoptions (test.test_embed.InitConfigTests.test_init_warnoptions) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_compat_config (test.test_embed.InitConfigTests.test_preinit_compat_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_dont_parse_argv (test.test_embed.InitConfigTests.test_preinit_dont_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_isolated1 (test.test_embed.InitConfigTests.test_preinit_isolated1) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_isolated2 (test.test_embed.InitConfigTests.test_preinit_isolated2) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_isolated_config (test.test_embed.InitConfigTests.test_preinit_isolated_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_parse_argv (test.test_embed.InitConfigTests.test_preinit_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_python_config (test.test_embed.InitConfigTests.test_preinit_python_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_frozenmain (test.test_embed.MiscTests.test_frozenmain) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_no_memleak (test.test_embed.MiscTests.test_no_memleak) '-X showrefcount requires a Python debug build'\nSKIP: test_presite (test.test_embed.MiscTests.test_presite) '-X presite requires a Python debug build'\nSKIP: test_unicode_id_init (test.test_embed.MiscTests.test_unicode_id_init) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nPASS: test_set_config (test.test_embed.SetConfigTests.test_set_config)\n\n----------------------------------------------------------------------\nRan 75 tests in 0.052s\n\nOK (skipped=74)\n0:01:24 load avg: 1.51 [171/480] test_ensurepip passed\nPASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict)\nPASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping)\nPASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install)\nPASS: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip)\nPASS: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install)\nPASS: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root)\nPASS: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade)\nPASS: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user)\nPASS: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1)\nPASS: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2)\nPASS: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3)\nPASS: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled)\nPASS: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed)\nPASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping)\nPASS: test_bootstrap_version (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrap_version)\nPASS: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code)\nPASS: test_selected_wheel_path_no_dir (test.test_ensurepip.TestPackages.test_selected_wheel_path_no_dir)\nPASS: test_selected_wheel_path_with_dir (test.test_ensurepip.TestPackages.test_selected_wheel_path_with_dir)\nPASS: test_version (test.test_ensurepip.TestPackages.test_version)\nPASS: test_version_no_dir (test.test_ensurepip.TestPackages.test_version_no_dir)\nPASS: test_pip_config_file_disabled (test.test_ensurepip.TestUninstall.test_pip_config_file_disabled)\nPASS: test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed)\nPASS: test_uninstall (test.test_ensurepip.TestUninstall.test_uninstall)\nPASS: test_uninstall_skipped_when_not_installed (test.test_ensurepip.TestUninstall.test_uninstall_skipped_when_not_installed)\nPASS: test_uninstall_skipped_with_warning_for_wrong_version (test.test_ensurepip.TestUninstall.test_uninstall_skipped_with_warning_for_wrong_version)\nPASS: test_uninstall_with_verbosity_1 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_1)\nPASS: test_uninstall_with_verbosity_2 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_2)\nPASS: test_uninstall_with_verbosity_3 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_3)\nPASS: test_basic_uninstall (test.test_ensurepip.TestUninstallationMainFunction.test_basic_uninstall)\nPASS: test_uninstall_error_code (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_error_code)\nPASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_version)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.021s\n\nOK\n0:01:25 load avg: 1.51 [172/480] test_email passed\nPASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode.test_b_case_ignored)\nPASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_ignored_with_defect)\nPASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_incorrect_padding)\nPASS: test_b_padding_defect (test.test_email.test__encoded_words.TestDecode.test_b_padding_defect)\nPASS: test_b_undecodable_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_undecodable_bytes_ignored_with_defect)\nPASS: test_invalid_character_in_charset (test.test_email.test__encoded_words.TestDecode.test_invalid_character_in_charset)\nPASS: test_non_trivial_q (test.test_email.test__encoded_words.TestDecode.test_non_trivial_q)\nPASS: test_nonnull_lang (test.test_email.test__encoded_words.TestDecode.test_nonnull_lang)\nPASS: test_q_case_ignored (test.test_email.test__encoded_words.TestDecode.test_q_case_ignored)\nPASS: test_q_escaped_bytes_preserved (test.test_email.test__encoded_words.TestDecode.test_q_escaped_bytes_preserved)\nPASS: test_q_nonascii (test.test_email.test__encoded_words.TestDecode.test_q_nonascii)\nPASS: test_simple_b (test.test_email.test__encoded_words.TestDecode.test_simple_b)\nPASS: test_simple_q (test.test_email.test__encoded_words.TestDecode.test_simple_q)\nPASS: test_unknown_8bit_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_8bit_charset)\nPASS: test_unknown_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_charset)\nPASS: test_wrong_format_input_raises (test.test_email.test__encoded_words.TestDecode.test_wrong_format_input_raises)\nPASS: test_invalid_character (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character)\nPASS: test_invalid_character_and_bad_padding (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character_and_bad_padding)\nPASS: test_invalid_length (test.test_email.test__encoded_words.TestDecodeB.test_invalid_length)\nPASS: test_missing_padding (test.test_email.test__encoded_words.TestDecodeB.test_missing_padding)\nPASS: test_simple (test.test_email.test__encoded_words.TestDecodeB.test_simple)\nPASS: test_no_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_no_encoded)\nPASS: test_run_of_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_run_of_encoded)\nPASS: test_spaces (test.test_email.test__encoded_words.TestDecodeQ.test_spaces)\nPASS: test_auto_b_if_enough_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_enough_unsafe)\nPASS: test_auto_b_if_long_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_long_unsafe)\nPASS: test_auto_q (test.test_email.test__encoded_words.TestEncode.test_auto_q)\nPASS: test_auto_q_if_long_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_long_mostly_safe)\nPASS: test_auto_q_if_short_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_short_mostly_safe)\nPASS: test_b (test.test_email.test__encoded_words.TestEncode.test_b)\nPASS: test_lang (test.test_email.test__encoded_words.TestEncode.test_lang)\nPASS: test_q (test.test_email.test__encoded_words.TestEncode.test_q)\nPASS: test_unknown_8bit (test.test_email.test__encoded_words.TestEncode.test_unknown_8bit)\nPASS: test_utf8_default (test.test_email.test__encoded_words.TestEncode.test_utf8_default)\nPASS: test_padding (test.test_email.test__encoded_words.TestEncodeB.test_padding)\nPASS: test_simple (test.test_email.test__encoded_words.TestEncodeB.test_simple)\nPASS: test_all_safe (test.test_email.test__encoded_words.TestEncodeQ.test_all_safe)\nPASS: test_run_of_encodables (test.test_email.test__encoded_words.TestEncodeQ.test_run_of_encodables)\nPASS: test_spaces (test.test_email.test__encoded_words.TestEncodeQ.test_spaces)\nPASS: test_address_list_folding_at_commas (test.test_email.test__header_value_parser.TestFolding.test_address_list_folding_at_commas)\nPASS: test_address_list_with_list_separator_after_fold (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_list_separator_after_fold)\nPASS: test_address_list_with_specials_in_encoded_word (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_encoded_word)\nPASS: test_address_list_with_specials_in_long_quoted_string (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_long_quoted_string)\nPASS: test_address_list_with_unicode_names (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names)\nPASS: test_address_list_with_unicode_names_in_quotes (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names_in_quotes)\nPASS: test_ascii_after_unknown_not_combined (test.test_email.test__header_value_parser.TestFolding.test_ascii_after_unknown_not_combined)\nPASS: test_ews_combined_before_wrap (test.test_email.test__header_value_parser.TestFolding.test_ews_combined_before_wrap)\nPASS: test_long_filename_attachment (test.test_email.test__header_value_parser.TestFolding.test_long_filename_attachment)\nPASS: test_one_ew_on_each_of_two_wrapped_lines (test.test_email.test__header_value_parser.TestFolding.test_one_ew_on_each_of_two_wrapped_lines)\nPASS: test_overlong_encodeable_is_wrapped (test.test_email.test__header_value_parser.TestFolding.test_overlong_encodeable_is_wrapped)\nPASS: test_simple_address (test.test_email.test__header_value_parser.TestFolding.test_simple_address)\nPASS: test_simple_unstructured_folded (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_folded)\nPASS: test_simple_unstructured_no_folds (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_no_folds)\nPASS: test_split_at_whitespace_after_header_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_after_header_before_long_token)\nPASS: test_split_at_whitespace_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_before_long_token)\nPASS: test_unicode_after_unknown_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unicode_after_unknown_not_combined)\nPASS: test_unknown_after_ascii_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_ascii_not_combined)\nPASS: test_unknown_after_unicode_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unicode_not_combined)\nPASS: test_unknown_after_unknown (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unknown)\nPASS: test_unstructured_with_unicode_no_folds (test.test_email.test__header_value_parser.TestFolding.test_unstructured_with_unicode_no_folds)\nPASS: test__wsp_splitter_one_word (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_one_word)\nPASS: test__wsp_splitter_two_words (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_two_words)\nPASS: test__wsp_splitter_ws_runs (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_ws_runs)\nPASS: test_encoded_word_inside_quotes (test.test_email.test__header_value_parser.TestParser.test_encoded_word_inside_quotes)\nPASS: test_get_addr_spec_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_dot_atom)\nPASS: test_get_addr_spec_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_ends_at_special)\nPASS: test_get_addr_spec_multiple_domains (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_multiple_domains)\nPASS: test_get_addr_spec_normal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_normal)\nPASS: test_get_addr_spec_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_quoted_strings_in_atom_list)\nPASS: test_get_addr_spec_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_cfws)\nPASS: test_get_addr_spec_with_doamin_literal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_doamin_literal)\nPASS: test_get_addr_spec_with_qouoted_string_and_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_qouoted_string_and_cfws)\nPASS: test_get_address_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_complex)\nPASS: test_get_address_empty_group (test.test_email.test__header_value_parser.TestParser.test_get_address_empty_group)\nPASS: test_get_address_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_address_ends_at_special)\nPASS: test_get_address_group (test.test_email.test__header_value_parser.TestParser.test_get_address_group)\nPASS: test_get_address_invalid_mailbox_invalid (test.test_email.test__header_value_parser.TestParser.test_get_address_invalid_mailbox_invalid)\nPASS: test_get_address_list_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_address_list_CFWS)\nPASS: test_get_address_list_group_and_mailboxes (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_and_mailboxes)\nPASS: test_get_address_list_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_empty)\nPASS: test_get_address_list_group_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_simple)\nPASS: test_get_address_list_mailboxes_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_complex)\nPASS: test_get_address_list_mailboxes_invalid_addresses (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_invalid_addresses)\nPASS: test_get_address_list_mailboxes_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_simple)\nPASS: test_get_address_list_mailboxes_two_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_two_simple)\nPASS: test_get_address_quoted_local_part (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_local_part)\nPASS: test_get_address_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_strings_in_atom_list)\nPASS: test_get_address_rfc2047_display_name (test.test_email.test__header_value_parser.TestParser.test_get_address_rfc2047_display_name)\nPASS: test_get_address_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_simple)\nPASS: test_get_angle_addr_empty (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty)\nPASS: test_get_angle_addr_empty_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty_raise)\nPASS: test_get_angle_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_ends_at_special)\nPASS: test_get_angle_addr_internal_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_internal_cfws)\nPASS: test_get_angle_addr_left_angle_only_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_left_angle_only_raise)\nPASS: test_get_angle_addr_missing_closing_angle (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle)\nPASS: test_get_angle_addr_missing_closing_angle_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle_with_cfws)\nPASS: test_get_angle_addr_no_angle_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_before_special_raises)\nPASS: test_get_angle_addr_no_angle_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raise)\nPASS: test_get_angle_addr_no_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raises)\nPASS: test_get_angle_addr_obs_route (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_obs_route)\nPASS: test_get_angle_addr_qs_and_domain_literal (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_and_domain_literal)\nPASS: test_get_angle_addr_qs_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_only_quotes)\nPASS: test_get_angle_addr_simple (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_simple)\nPASS: test_get_angle_addr_special_after_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_special_after_angle_raises)\nPASS: test_get_angle_addr_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_with_cfws)\nPASS: test_get_atext_all_atext (test.test_email.test__header_value_parser.TestParser.test_get_atext_all_atext)\nPASS: test_get_atext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_atext_following_wsp_preserved)\nPASS: test_get_atext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_atext_non_printables)\nPASS: test_get_atext_only (test.test_email.test__header_value_parser.TestParser.test_get_atext_only)\nPASS: test_get_atext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_atext_two_words_gets_first)\nPASS: test_get_atext_up_to_special (test.test_email.test__header_value_parser.TestParser.test_get_atext_up_to_special)\nPASS: test_get_atom_atom_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_noncfws)\nPASS: test_get_atom_atom_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_special)\nPASS: test_get_atom_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_header_ends_in_comment)\nPASS: test_get_atom_no_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom)\nPASS: test_get_atom_no_atom_before_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom_before_special)\nPASS: test_get_atom_non_printable_in_atext (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_atext)\nPASS: test_get_atom_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_comment)\nPASS: test_get_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_atom_only)\nPASS: test_get_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_rfc2047_atom)\nPASS: test_get_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_comments_and_wsp)\nPASS: test_get_atom_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_multiple_comments)\nPASS: test_get_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_wsp)\nPASS: test_get_bare_quoted_string_empty_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_empty_quotes)\nPASS: test_get_bare_quoted_string_end_dquote_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_end_dquote_mid_word)\nPASS: test_get_bare_quoted_string_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_following_wsp_preserved)\nPASS: test_get_bare_quoted_string_missing_endquotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_missing_endquotes)\nPASS: test_get_bare_quoted_string_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words)\nPASS: test_get_bare_quoted_string_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words_wsp_preserved)\nPASS: test_get_bare_quoted_string_must_start_with_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_must_start_with_dquote)\nPASS: test_get_bare_quoted_string_no_end_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_no_end_dquote)\nPASS: test_get_bare_quoted_string_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_non_printables)\nPASS: test_get_bare_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only)\nPASS: test_get_bare_quoted_string_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only_quotes)\nPASS: test_get_bare_quoted_string_quoted_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_quoted_dquote)\nPASS: test_get_cfws_ends_at_non_leader (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_leader)\nPASS: test_get_cfws_ends_at_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_printable)\nPASS: test_get_cfws_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_header_ends_in_comment)\nPASS: test_get_cfws_multiple_nested_comments (test.test_email.test__header_value_parser.TestParser.test_get_cfws_multiple_nested_comments)\nPASS: test_get_cfws_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_non_printable_in_comment)\nPASS: test_get_cfws_only_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_comment)\nPASS: test_get_cfws_only_mixed (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_mixed)\nPASS: test_get_cfws_only_ws (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_ws)\nPASS: test_get_comment_empty_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_empty_comment)\nPASS: test_get_comment_end_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_comment_end_paren_mid_word)\nPASS: test_get_comment_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_following_wsp_preserved)\nPASS: test_get_comment_missing_end_of_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_missing_end_of_nesting)\nPASS: test_get_comment_multiple_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_nesting)\nPASS: test_get_comment_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words)\nPASS: test_get_comment_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words_wsp_preserved)\nPASS: test_get_comment_must_start_with_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_must_start_with_paren)\nPASS: test_get_comment_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment)\nPASS: test_get_comment_nested_comment_wsp (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment_wsp)\nPASS: test_get_comment_no_end_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_no_end_paren)\nPASS: test_get_comment_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_comment_non_printable)\nPASS: test_get_comment_only (test.test_email.test__header_value_parser.TestParser.test_get_comment_only)\nPASS: test_get_comment_qs_in_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_qs_in_nested_comment)\nPASS: test_get_comment_quoted_parens (test.test_email.test__header_value_parser.TestParser.test_get_comment_quoted_parens)\nPASS: test_get_display_name_complex1 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex1)\nPASS: test_get_display_name_complex2 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex2)\nPASS: test_get_display_name_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_ending_with_obsolete)\nPASS: test_get_display_name_for_invalid_address_field (test.test_email.test__header_value_parser.TestParser.test_get_display_name_for_invalid_address_field)\nPASS: test_get_display_name_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_obsolete)\nPASS: test_get_display_name_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_display_name_pharse_must_start_with_word)\nPASS: test_get_display_name_simple (test.test_email.test__header_value_parser.TestParser.test_get_display_name_simple)\nPASS: test_get_domain_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_only)\nPASS: test_get_domain_domain_literal_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws)\nPASS: test_get_domain_domain_literal_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws_ends_at_special)\nPASS: test_get_domain_domain_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_with_cfws_ends_at_special)\nPASS: test_get_domain_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_empty_raises)\nPASS: test_get_domain_literal_bad_dtext_char_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_bad_dtext_char_before_special_raises)\nPASS: test_get_domain_literal_no_start_char_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_before_special_raises)\nPASS: test_get_domain_literal_no_start_char_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_raises)\nPASS: test_get_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_only)\nPASS: test_get_domain_literal_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_internal_ws)\nPASS: test_get_domain_literal_with_surrounding_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_surrounding_cfws)\nPASS: test_get_domain_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_atom_raises)\nPASS: test_get_domain_no_non_cfws_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_non_cfws_raises)\nPASS: test_get_domain_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_domain_obsolete)\nPASS: test_get_domain_regular_domain_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_regular_domain_only)\nPASS: test_get_domain_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_with_cfws)\nPASS: test_get_dot_atom_leading_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_leading_dot_raises)\nPASS: test_get_dot_atom_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_no_atom_raises)\nPASS: test_get_dot_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_only)\nPASS: test_get_dot_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_rfc2047_atom)\nPASS: test_get_dot_atom_space_ends_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_space_ends_dot_atom)\nPASS: test_get_dot_atom_text (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text)\nPASS: test_get_dot_atom_text_lone_atom_is_valid (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_lone_atom_is_valid)\nPASS: test_get_dot_atom_text_raises_on_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_dot)\nPASS: test_get_dot_atom_text_raises_on_leading_non_atext (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_non_atext)\nPASS: test_get_dot_atom_text_raises_on_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_trailing_dot)\nPASS: test_get_dot_atom_text_trailing_text_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_text_preserved)\nPASS: test_get_dot_atom_text_trailing_ws_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_ws_preserved)\nPASS: test_get_dot_atom_trailing_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_trailing_dot_raises)\nPASS: test_get_dot_atom_two_dots_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_two_dots_raises)\nPASS: test_get_dot_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_comments_and_wsp)\nPASS: test_get_dot_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_wsp)\nPASS: test_get_dtext_all_dtext (test.test_email.test__header_value_parser.TestParser.test_get_dtext_all_dtext)\nPASS: test_get_dtext_close_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_mid_word)\nPASS: test_get_dtext_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_only)\nPASS: test_get_dtext_empty (test.test_email.test__header_value_parser.TestParser.test_get_dtext_empty)\nPASS: test_get_dtext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_following_wsp_preserved)\nPASS: test_get_dtext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_dtext_non_printables)\nPASS: test_get_dtext_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_only)\nPASS: test_get_dtext_open_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_mid_word)\nPASS: test_get_dtext_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_only)\nPASS: test_get_dtext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_dtext_two_words_gets_first)\nPASS: test_get_dtext_up_to_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_close_bracket_only)\nPASS: test_get_dtext_up_to_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_open_bracket_only)\nPASS: test_get_dtext_with_qp (test.test_email.test__header_value_parser.TestParser.test_get_dtext_with_qp)\nPASS: test_get_dtext_wsp_before_close_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_close_bracket_preserved)\nPASS: test_get_dtext_wsp_before_open_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_open_bracket_preserved)\nPASS: test_get_encoded_word_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first)\nPASS: test_get_encoded_word_gets_first_even_if_no_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first_even_if_no_space)\nPASS: test_get_encoded_word_internal_spaces (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_internal_spaces)\nPASS: test_get_encoded_word_invalid_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_invalid_cte)\nPASS: test_get_encoded_word_lang_default_is_blank (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_lang_default_is_blank)\nPASS: test_get_encoded_word_leading_internal_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_leading_internal_space)\nPASS: test_get_encoded_word_missing_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_end_raises)\nPASS: test_get_encoded_word_missing_middle_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_middle_raises)\nPASS: test_get_encoded_word_missing_start_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_start_raises)\nPASS: test_get_encoded_word_non_printable_defect (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_non_printable_defect)\nPASS: test_get_encoded_word_quopri_utf_escape_follows_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_quopri_utf_escape_follows_cte)\nPASS: test_get_encoded_word_sets_extra_attributes (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_sets_extra_attributes)\nPASS: test_get_encoded_word_valid_ew (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_valid_ew)\nPASS: test_get_fws_only (test.test_email.test__header_value_parser.TestParser.test_get_fws_only)\nPASS: test_get_fws_space (test.test_email.test__header_value_parser.TestParser.test_get_fws_space)\nPASS: test_get_fws_ws_run (test.test_email.test__header_value_parser.TestParser.test_get_fws_ws_run)\nPASS: test_get_group_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_cfws_only)\nPASS: test_get_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_group_empty)\nPASS: test_get_group_list_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_list_cfws_only)\nPASS: test_get_group_list_comment_only_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_list_comment_only_invalid)\nPASS: test_get_group_list_mailbox_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_mailbox_list)\nPASS: test_get_group_list_obs_group_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_obs_group_list)\nPASS: test_get_group_missing_final_semicol (test.test_email.test__header_value_parser.TestParser.test_get_group_missing_final_semicol)\nPASS: test_get_group_mixed_list (test.test_email.test__header_value_parser.TestParser.test_get_group_mixed_list)\nPASS: test_get_group_null_addr_spec (test.test_email.test__header_value_parser.TestParser.test_get_group_null_addr_spec)\nPASS: test_get_group_one_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_one_invalid)\nPASS: test_get_group_single_mailbox (test.test_email.test__header_value_parser.TestParser.test_get_group_single_mailbox)\nPASS: test_get_local_part_complex_obsolete_1 (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_1)\nPASS: test_get_local_part_complex_obsolete_invalid (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_invalid)\nPASS: test_get_local_part_double_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_double_dot_raises)\nPASS: test_get_local_part_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_empty_raises)\nPASS: test_get_local_part_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot)\nPASS: test_get_local_part_leading_dot_after_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot_after_ws)\nPASS: test_get_local_part_no_part_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_no_part_raises)\nPASS: test_get_local_part_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_strings_in_atom_list)\nPASS: test_get_local_part_quoted_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_cfws)\nPASS: test_get_local_part_quoted_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_whitespace)\nPASS: test_get_local_part_simple (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple)\nPASS: test_get_local_part_simple_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_obsolete)\nPASS: test_get_local_part_simple_quoted (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_quoted)\nPASS: test_get_local_part_special_instead_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_special_instead_raises)\nPASS: test_get_local_part_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot)\nPASS: test_get_local_part_trailing_dot_with_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot_with_ws)\nPASS: test_get_local_part_unicode_defect (test.test_email.test__header_value_parser.TestParser.test_get_local_part_unicode_defect)\nPASS: test_get_local_part_valid_and_invalid_qp_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_local_part_valid_and_invalid_qp_in_atom_list)\nPASS: test_get_local_part_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_cfws)\nPASS: test_get_local_part_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_dot)\nPASS: test_get_local_part_with_quoted_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_quoted_dot)\nPASS: test_get_local_part_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_whitespace)\nPASS: test_get_mailbox_addr_spec_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_addr_spec_only)\nPASS: test_get_mailbox_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_angle_addr_only)\nPASS: test_get_mailbox_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_ends_at_special)\nPASS: test_get_mailbox_list_empty_list_element (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_empty_list_element)\nPASS: test_get_mailbox_list_junk_after_valid_address (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_junk_after_valid_address)\nPASS: test_get_mailbox_list_only_empty_elements (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_only_empty_elements)\nPASS: test_get_mailbox_list_single_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_single_addr)\nPASS: test_get_mailbox_list_two_complex (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_complex)\nPASS: test_get_mailbox_list_two_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_name_addr)\nPASS: test_get_mailbox_list_two_simple_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_simple_addr)\nPASS: test_get_mailbox_list_unparseable_mailbox_null (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_unparseable_mailbox_null)\nPASS: test_get_mailbox_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_name_addr)\nPASS: test_get_mailbox_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_quoted_strings_in_atom_list)\nPASS: test_get_msg_id_empty (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty)\nPASS: test_get_msg_id_empty_id_left (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_left)\nPASS: test_get_msg_id_empty_id_right (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_right)\nPASS: test_get_msg_id_invalid_expected_msg_id_not_found (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_invalid_expected_msg_id_not_found)\nPASS: test_get_msg_id_no_angle_end (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_end)\nPASS: test_get_msg_id_no_angle_start (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_start)\nPASS: test_get_msg_id_no_id_right (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right)\nPASS: test_get_msg_id_no_id_right_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right_part)\nPASS: test_get_msg_id_non_folding_literal_domain (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_non_folding_literal_domain)\nPASS: test_get_msg_id_obsolete_domain_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_domain_part)\nPASS: test_get_msg_id_obsolete_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_local)\nPASS: test_get_msg_id_valid (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_valid)\nPASS: test_get_msg_id_with_brackets (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_with_brackets)\nPASS: test_get_msg_id_ws_only_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_ws_only_local)\nPASS: test_get_name_addr_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_angle_addr_only)\nPASS: test_get_name_addr_atom_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name)\nPASS: test_get_name_addr_atom_name_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name_with_cfws)\nPASS: test_get_name_addr_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_empty_raises)\nPASS: test_get_name_addr_ending_with_dot_without_space (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ending_with_dot_without_space)\nPASS: test_get_name_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ends_at_special)\nPASS: test_get_name_addr_name_with_cfws_and_dots (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_name_with_cfws_and_dots)\nPASS: test_get_name_addr_no_angle_after_display_name_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_angle_after_display_name_raises)\nPASS: test_get_name_addr_no_content_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_before_special_raises)\nPASS: test_get_name_addr_no_content_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_raises)\nPASS: test_get_name_addr_qs_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_qs_name)\nPASS: test_get_name_addr_starting_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_starting_with_dot)\nPASS: test_get_name_addr_with_route (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_with_route)\nPASS: test_get_obs_route_complex (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_complex)\nPASS: test_get_obs_route_no_domain_after_at_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises)\nPASS: test_get_obs_route_no_domain_after_at_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises2)\nPASS: test_get_obs_route_no_route_before_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises)\nPASS: test_get_obs_route_no_route_before_end_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises2)\nPASS: test_get_obs_route_no_route_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises)\nPASS: test_get_obs_route_no_route_before_special_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises2)\nPASS: test_get_obs_route_simple (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_simple)\nPASS: test_get_phrase_complex (test.test_email.test__header_value_parser.TestParser.test_get_phrase_complex)\nPASS: test_get_phrase_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_ending_with_obsolete)\nPASS: test_get_phrase_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_obsolete)\nPASS: test_get_phrase_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_phrase_pharse_must_start_with_word)\nPASS: test_get_phrase_simple (test.test_email.test__header_value_parser.TestParser.test_get_phrase_simple)\nPASS: test_get_qcontent_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_all_printables)\nPASS: test_get_qcontent_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_close_paren_mid_word)\nPASS: test_get_qcontent_empty (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_empty)\nPASS: test_get_qcontent_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_following_wsp_preserved)\nPASS: test_get_qcontent_no_end_char (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_no_end_char)\nPASS: test_get_qcontent_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_non_printables)\nPASS: test_get_qcontent_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_only)\nPASS: test_get_qcontent_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_two_words_gets_first)\nPASS: test_get_qcontent_up_to_dquote_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_up_to_dquote_only)\nPASS: test_get_qcontent_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_wsp_before_close_paren_preserved)\nPASS: test_get_qp_ctext_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_all_printables)\nPASS: test_get_qp_ctext_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_mid_word)\nPASS: test_get_qp_ctext_close_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_only)\nPASS: test_get_qp_ctext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_following_wsp_preserved)\nPASS: test_get_qp_ctext_no_end_char (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_no_end_char)\nPASS: test_get_qp_ctext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_non_printables)\nPASS: test_get_qp_ctext_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_only)\nPASS: test_get_qp_ctext_open_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_mid_word)\nPASS: test_get_qp_ctext_open_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_only)\nPASS: test_get_qp_ctext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_two_words_gets_first)\nPASS: test_get_qp_ctext_up_to_close_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_close_paren_only)\nPASS: test_get_qp_ctext_up_to_open_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_open_paren_only)\nPASS: test_get_qp_ctext_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_close_paren_preserved)\nPASS: test_get_qp_ctext_wsp_before_open_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_open_paren_preserved)\nPASS: test_get_quoted_string_cfws_only_raises (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_cfws_only_raises)\nPASS: test_get_quoted_string_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_comment)\nPASS: test_get_quoted_string_header_ends_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_qcontent)\nPASS: test_get_quoted_string_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_internal_ws)\nPASS: test_get_quoted_string_no_quoted_string (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_no_quoted_string)\nPASS: test_get_quoted_string_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_comment)\nPASS: test_get_quoted_string_non_printable_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_qcontent)\nPASS: test_get_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_only)\nPASS: test_get_quoted_string_qs_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_qs_ends_at_noncfws)\nPASS: test_get_quoted_string_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_comments_and_wsp)\nPASS: test_get_quoted_string_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_multiple_comments)\nPASS: test_get_quoted_string_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_wsp)\nPASS: test_get_unstructured_ew_with_internal_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_leading_ws)\nPASS: test_get_unstructured_ew_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_ws)\nPASS: test_get_unstructured_ew_without_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_leading_whitespace)\nPASS: test_get_unstructured_ew_without_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_trailing_whitespace)\nPASS: test_get_unstructured_invalid_base64_character (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character)\nPASS: test_get_unstructured_invalid_base64_character_and_bad_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character_and_bad_padding)\nPASS: test_get_unstructured_invalid_base64_length (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_length)\nPASS: test_get_unstructured_invalid_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew)\nPASS: test_get_unstructured_invalid_ew2 (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew2)\nPASS: test_get_unstructured_invalid_ew_cte (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew_cte)\nPASS: test_get_unstructured_leading_and_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_and_trailing_whitespace)\nPASS: test_get_unstructured_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_whitespace)\nPASS: test_get_unstructured_missing_base64_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_missing_base64_padding)\nPASS: test_get_unstructured_no_whitespace_between_ews (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_no_whitespace_between_ews)\nPASS: test_get_unstructured_normal_phrase (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase)\nPASS: test_get_unstructured_normal_phrase_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase_with_whitespace)\nPASS: test_get_unstructured_null (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_null)\nPASS: test_get_unstructured_one_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_ew_trailing_ws)\nPASS: test_get_unstructured_one_valid_ew_no_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_no_ws)\nPASS: test_get_unstructured_one_valid_ew_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_trailing_text)\nPASS: test_get_unstructured_one_word (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_word)\nPASS: test_get_unstructured_phrase_with_ew_in_middle_of_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_in_middle_of_text)\nPASS: test_get_unstructured_phrase_with_ew_with_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_with_leading_ws)\nPASS: test_get_unstructured_phrase_with_two_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew)\nPASS: test_get_unstructured_phrase_with_two_ew_extra_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_extra_ws)\nPASS: test_get_unstructured_phrase_with_two_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_trailing_ws)\nPASS: test_get_unstructured_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_trailing_whitespace)\nPASS: test_get_unstructured_two_ew_extra_ws_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_two_ew_extra_ws_trailing_text)\nPASS: test_get_unstructured_undecodable_bytes (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes)\nPASS: test_get_unstructured_undecodable_bytes_in_EW (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes_in_EW)\nPASS: test_get_unstructured_without_trailing_whitespace_hang_case (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_without_trailing_whitespace_hang_case)\nPASS: test_get_word_all_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_word_all_CFWS)\nPASS: test_get_word_atom_yields_atom (test.test_email.test__header_value_parser.TestParser.test_get_word_atom_yields_atom)\nPASS: test_get_word_ends_at_dot (test.test_email.test__header_value_parser.TestParser.test_get_word_ends_at_dot)\nPASS: test_get_word_qs_yields_qs (test.test_email.test__header_value_parser.TestParser.test_get_word_qs_yields_qs)\nPASS: test_invalid_content_disposition (test.test_email.test__header_value_parser.TestParser.test_invalid_content_disposition)\nPASS: test_invalid_content_transfer_encoding (test.test_email.test__header_value_parser.TestParser.test_invalid_content_transfer_encoding)\nPASS: test_parse_invalid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_invalid_message_id)\nPASS: test_parse_message_id_with_remaining (test.test_email.test__header_value_parser.TestParser.test_parse_message_id_with_remaining)\nPASS: test_parse_valid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_valid_message_id)\nPASS: test_EWWhiteSpaceTerminal (test.test_email.test__header_value_parser.TestTokens.test_EWWhiteSpaceTerminal)\nPASS: test_value_duplicate_and_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_and_missing_split_value)\nPASS: test_value_duplicate_in_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_in_split_value)\nPASS: test_value_duplicate_key (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key)\nPASS: test_value_duplicate_key_with_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value)\nPASS: test_value_duplicate_key_with_split_value_other_order (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value_other_order)\nPASS: test_value_duplicate_with_broken_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_with_broken_split_value)\nPASS: test_value_extra_dquote (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_extra_dquote)\nPASS: test_value_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_missing_split_value)\nPASS: test_value_multiple_keys (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_multiple_keys)\nPASS: test_value_simple (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_simple)\nPASS: test_value_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_split_value)\nPASS: test_value_RFC_2045_2 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_2)\nPASS: test_value_RFC_2045_3 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_3)\nPASS: test_value_RFC_2045_4 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_4)\nPASS: test_value_empty (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_empty)\nPASS: test_value_rfc_2045_1 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_rfc_2045_1)\nPASS: test_japanese_codecs (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_japanese_codecs)\nPASS: test_payload_encoding (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding)\nPASS: test_payload_encoding_utf8 (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding_utf8)\nPASS: test_get_content_key_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_full_type)\nPASS: test_get_content_key_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_maintype_only)\nPASS: test_get_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_null_key)\nPASS: test_get_content_key_order_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_full_type)\nPASS: test_get_content_key_order_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_maintype_only)\nPASS: test_get_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_null_key)\nPASS: test_get_content_raises_if_unknown_mimetype_and_no_default (test.test_email.test_contentmanager.TestContentManager.test_get_content_raises_if_unknown_mimetype_and_no_default)\nPASS: test_set_content_calls_clear_content (test.test_email.test_contentmanager.TestContentManager.test_set_content_calls_clear_content)\nPASS: test_set_content_key_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_full_path)\nPASS: test_set_content_key_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_name)\nPASS: test_set_content_key_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_qualname)\nPASS: test_set_content_key_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_type)\nPASS: test_set_content_key_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_full_path)\nPASS: test_set_content_key_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_name)\nPASS: test_set_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_null_key)\nPASS: test_set_content_key_order_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_full_path)\nPASS: test_set_content_key_order_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_name)\nPASS: test_set_content_key_order_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_qualname)\nPASS: test_set_content_key_order_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_type)\nPASS: test_set_content_key_order_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_full_path)\nPASS: test_set_content_key_order_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_name)\nPASS: test_set_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_null_key)\nPASS: test_set_content_key_order_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_qualname)\nPASS: test_set_content_key_order_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_full_path)\nPASS: test_set_content_key_order_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_name)\nPASS: test_set_content_key_order_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_type)\nPASS: test_set_content_key_order_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_type)\nPASS: test_set_content_key_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_qualname)\nPASS: test_set_content_key_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_full_path)\nPASS: test_set_content_key_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_name)\nPASS: test_set_content_key_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_type)\nPASS: test_set_content_key_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_type)\nPASS: test_set_content_raises_if_called_on_multipart (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_called_on_multipart)\nPASS: test_set_content_raises_if_unknown_type_and_no_default (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_unknown_type_and_no_default)\nPASS: test_cid_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_application_octet_stream)\nPASS: test_cid_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_image_jpeg)\nPASS: test_cid_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_external_body)\nPASS: test_cid_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_rfc822)\nPASS: test_cid_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_html)\nPASS: test_cid_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_plain)\nPASS: test_disposition_inline_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_application_octet_stream)\nPASS: test_disposition_inline_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_image_jpeg)\nPASS: test_disposition_inline_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_external_body)\nPASS: test_disposition_inline_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_rfc822)\nPASS: test_disposition_inline_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_html)\nPASS: test_disposition_inline_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_plain)\nPASS: test_get_message_non_rfc822_or_external_body_yields_bytes (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_non_rfc822_or_external_body_yields_bytes)\nPASS: test_get_message_rfc822_and_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_rfc822_and_external_body)\nPASS: test_get_non_text (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text)\nPASS: test_get_non_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text_invalid_keyword)\nPASS: test_get_raises_on_multipart (test.test_email.test_contentmanager.TestRawDataManager.test_get_raises_on_multipart)\nPASS: test_get_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_html)\nPASS: test_get_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_invalid_keyword)\nPASS: test_get_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain)\nPASS: test_get_text_plain_bad_utf8_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable)\nPASS: test_get_text_plain_bad_utf8_quoted_printable_ignore_errors (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable_ignore_errors)\nPASS: test_get_text_plain_latin1 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1)\nPASS: test_get_text_plain_latin1_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1_quoted_printable)\nPASS: test_get_text_plain_utf8_base64 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64)\nPASS: test_get_text_plain_utf8_base64_recoverable_bad_CTE_data (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64_recoverable_bad_CTE_data)\nPASS: test_header_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_application_octet_stream)\nPASS: test_header_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_image_jpeg)\nPASS: test_header_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_external_body)\nPASS: test_header_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_rfc822)\nPASS: test_header_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_html)\nPASS: test_header_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_plain)\nPASS: test_non_ascii_filename_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_application_octet_stream)\nPASS: test_non_ascii_filename_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_image_jpeg)\nPASS: test_non_ascii_filename_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_external_body)\nPASS: test_non_ascii_filename_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_rfc822)\nPASS: test_non_ascii_filename_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_html)\nPASS: test_non_ascii_filename_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_plain)\nPASS: test_params_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_application_octet_stream)\nPASS: test_params_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_image_jpeg)\nPASS: test_params_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_external_body)\nPASS: test_params_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_rfc822)\nPASS: test_params_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_html)\nPASS: test_params_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_plain)\nPASS: test_set_application_octet_stream_with_8bit_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_application_octet_stream_with_8bit_cte)\nPASS: test_set_audio_aif_with_quoted_printable_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_audio_aif_with_quoted_printable_cte)\nPASS: test_set_content_bytes_cte_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_content_bytes_cte_7bit)\nPASS: test_set_disposition_attachment (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_attachment)\nPASS: test_set_disposition_foo (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_foo)\nPASS: test_set_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_inline)\nPASS: test_set_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename)\nPASS: test_set_filename_and_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename_and_disposition_inline)\nPASS: test_set_headers_from_header_objects (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_header_objects)\nPASS: test_set_headers_from_strings (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_strings)\nPASS: test_set_headers_with_defective_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_header_header_raises)\nPASS: test_set_headers_with_defective_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_string_header_raises)\nPASS: test_set_headers_with_invalid_duplicate_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_header_header_raises)\nPASS: test_set_headers_with_invalid_duplicate_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_string_header_raises)\nPASS: test_set_image_jpg (test.test_email.test_contentmanager.TestRawDataManager.test_set_image_jpg)\nPASS: test_set_message (test.test_email.test_contentmanager.TestRawDataManager.test_set_message)\nPASS: test_set_message_invalid_cte_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_invalid_cte_raises)\nPASS: test_set_message_with_non_ascii_and_coercion_to_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_with_non_ascii_and_coercion_to_7bit)\nPASS: test_set_non_ascii_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_non_ascii_filename)\nPASS: test_set_text_11_lines_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_maximal_non_ascii_heuristics)\nPASS: test_set_text_11_lines_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_minimal_non_ascii_heuristics)\nPASS: test_set_text_11_lines_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_maximal_non_ascii_heuristics)\nPASS: test_set_text_charset_latin_1 (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_charset_latin_1)\nPASS: test_set_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_html)\nPASS: test_set_text_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_maximal_non_ascii_heuristics)\nPASS: test_set_text_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_minimal_non_ascii_heuristics)\nPASS: test_set_text_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_maximal_non_ascii_heuristics)\nPASS: test_set_text_non_ascii_with_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_charset_ascii_raises)\nPASS: test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises)\nPASS: test_set_text_non_ascii_with_cte_7bit_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_raises)\nPASS: test_set_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain)\nPASS: test_set_text_plain_long_line_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_long_line_heuristics)\nPASS: test_set_text_plain_null (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_null)\nPASS: test_set_text_short_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_short_line_minimal_non_ascii_heuristics)\nPASS: test_set_video_mpeg_with_binary_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_video_mpeg_with_binary_cte)\nPASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_bad_padding_in_base64_payload)\nPASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectCapture.test_first_line_is_continuation_header)\nPASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_chars_in_base64_payload)\nPASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_length_of_base64_payload)\nPASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectCapture.test_lying_multipart)\nPASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_ending_boundary)\nPASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectCapture.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_valid_cte_no_defect)\nPASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectCapture.test_same_boundary_inner_outer)\nPASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_bad_padding_in_base64_payload)\nPASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectDetection.test_first_line_is_continuation_header)\nPASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_chars_in_base64_payload)\nPASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_length_of_base64_payload)\nPASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectDetection.test_lying_multipart)\nPASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_ending_boundary)\nPASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectDetection.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_valid_cte_no_defect)\nPASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectDetection.test_same_boundary_inner_outer)\nPASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_bad_padding_in_base64_payload)\nPASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectRaising.test_first_line_is_continuation_header)\nPASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_chars_in_base64_payload)\nPASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_length_of_base64_payload)\nPASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectRaising.test_lying_multipart)\nPASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_ending_boundary)\nPASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectRaising.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_valid_cte_no_defect)\nPASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectRaising.test_same_boundary_inner_outer)\nPASS: test_8bit_in_base64_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_base64_body)\nPASS: test_8bit_in_quopri_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_quopri_body)\nPASS: test_8bit_in_uuencode_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_uuencode_body)\nPASS: test_8bit_multipart (test.test_email.test_email.Test8BitBytesHandling.test_8bit_multipart)\nPASS: test_bytes_feedparser (test.test_email.test_email.Test8BitBytesHandling.test_bytes_feedparser)\nPASS: test_bytes_generator (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator)\nPASS: test_bytes_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_b_encoding_linesep)\nPASS: test_bytes_generator_handles_None_body (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_handles_None_body)\nPASS: test_bytes_generator_with_unix_from (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_with_unix_from)\nPASS: test_crlf_flatten (test.test_email.test_email.Test8BitBytesHandling.test_crlf_flatten)\nPASS: test_decoded_generator_emits_unicode_body (test.test_email.test_email.Test8BitBytesHandling.test_decoded_generator_emits_unicode_body)\nPASS: test_del_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_del_rfc2231_params_with_8bit)\nPASS: test_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_generator_b_encoding_linesep)\nPASS: test_generator_handles_8bit (test.test_email.test_email.Test8BitBytesHandling.test_generator_handles_8bit)\nPASS: test_get_8bit_header (test.test_email.test_email.Test8BitBytesHandling.test_get_8bit_header)\nPASS: test_get_all_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_get_all_with_8bit_headers)\nPASS: test_get_content_type_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_content_type_with_8bit)\nPASS: test_get_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_params_with_8bit)\nPASS: test_get_payload_with_8bit_cte_header (test.test_email.test_email.Test8BitBytesHandling.test_get_payload_with_8bit_cte_header)\nPASS: test_get_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_rfc2231_params_with_8bit)\nPASS: test_invalid_8bit_in_non_8bit_cte_uses_replace (test.test_email.test_email.Test8BitBytesHandling.test_invalid_8bit_in_non_8bit_cte_uses_replace)\nPASS: test_items_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_items_with_8bit_headers)\nPASS: test_known_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_known_8bit_CTE)\nPASS: test_message_from_binary_file (test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file)\nPASS: test_print_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_print_8bit_headers)\nPASS: test_rfc2231_charset_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_rfc2231_charset_8bit_CTE)\nPASS: test_set_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_set_rfc2231_params_with_8bit)\nPASS: test_str_generator_should_not_mutate_msg_when_handling_8bit (test.test_email.test_email.Test8BitBytesHandling.test_str_generator_should_not_mutate_msg_when_handling_8bit)\nPASS: test_string_generator_reencodes_to_quopri_when_appropriate (test.test_email.test_email.Test8BitBytesHandling.test_string_generator_reencodes_to_quopri_when_appropriate)\nPASS: test_unknown_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_unknown_8bit_CTE)\nPASS: test_values_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_values_with_8bit_headers)\nPASS: test_decode (test.test_email.test_email.TestBase64.test_decode)\nPASS: test_encode (test.test_email.test_email.TestBase64.test_encode)\nPASS: test_header_encode (test.test_email.test_email.TestBase64.test_header_encode)\nPASS: test_len (test.test_email.test_email.TestBase64.test_len)\nPASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest)\nPASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest_with_part_headers)\nPASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_content_type)\nPASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_dsn)\nPASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_long_header)\nPASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_delivery_status)\nPASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_external_body_idempotent)\nPASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_signed_idempotent)\nPASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_mixed_with_image)\nPASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_more_rfc2231_parameters)\nPASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_no_parts)\nPASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_one_part)\nPASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_report)\nPASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_nested_multipart_mixeds)\nPASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_no_start_boundary)\nPASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_text_message)\nPASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_untyped_message)\nPASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parser)\nPASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_preamble_epilogue)\nPASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_rfc2231_charset)\nPASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_simple_multipart)\nPASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_text_plain_in_a_multipart_digest)\nPASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest)\nPASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest_with_part_headers)\nPASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_content_type)\nPASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_dsn)\nPASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_long_header)\nPASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_delivery_status)\nPASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_external_body_idempotent)\nPASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_signed_idempotent)\nPASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_mixed_with_image)\nPASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_more_rfc2231_parameters)\nPASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_no_parts)\nPASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_one_part)\nPASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_report)\nPASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_nested_multipart_mixeds)\nPASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_no_start_boundary)\nPASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_text_message)\nPASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_untyped_message)\nPASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parser)\nPASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_preamble_epilogue)\nPASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_rfc2231_charset)\nPASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_simple_multipart)\nPASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_text_plain_in_a_multipart_digest)\nPASS: test_body_encode (test.test_email.test_email.TestCharset.test_body_encode)\nPASS: test_codec_encodeable (test.test_email.test_email.TestCharset.test_codec_encodeable)\nPASS: test_unicode_charset_name (test.test_email.test_email.TestCharset.test_unicode_charset_name)\nPASS: test_EncodersEncode_base64 (test.test_email.test_email.TestEncoders.test_EncodersEncode_base64)\nPASS: test_default_cte (test.test_email.test_email.TestEncoders.test_default_cte)\nPASS: test_encode7or8bit (test.test_email.test_email.TestEncoders.test_encode7or8bit)\nPASS: test_encode_empty_payload (test.test_email.test_email.TestEncoders.test_encode_empty_payload)\nPASS: test_qp_encode_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_latin1)\nPASS: test_qp_encode_non_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_non_latin1)\nPASS: test_empty_header_name_handled (test.test_email.test_email.TestFeedParsers.test_empty_header_name_handled)\nPASS: test_long_lines (test.test_email.test_email.TestFeedParsers.test_long_lines)\nPASS: test_newlines (test.test_email.test_email.TestFeedParsers.test_newlines)\nPASS: test_dont_mangle_from (test.test_email.test_email.TestFromMangling.test_dont_mangle_from)\nPASS: test_mangle_from_in_preamble_and_epilog (test.test_email.test_email.TestFromMangling.test_mangle_from_in_preamble_and_epilog)\nPASS: test_mangled_from (test.test_email.test_email.TestFromMangling.test_mangled_from)\nPASS: test_mangled_from_with_bad_bytes (test.test_email.test_email.TestFromMangling.test_mangled_from_with_bad_bytes)\nPASS: test_multipart_with_bad_bytes_in_cte (test.test_email.test_email.TestFromMangling.test_multipart_with_bad_bytes_in_cte)\nPASS: test_bad_8bit_header (test.test_email.test_email.TestHeader.test_bad_8bit_header)\nPASS: test_base64_splittable (test.test_email.test_email.TestHeader.test_base64_splittable)\nPASS: test_broken_base64_header (test.test_email.test_email.TestHeader.test_broken_base64_header)\nPASS: test_empty_header_encode (test.test_email.test_email.TestHeader.test_empty_header_encode)\nPASS: test_encode_preserves_leading_ws_on_value (test.test_email.test_email.TestHeader.test_encode_preserves_leading_ws_on_value)\nPASS: test_encoded_adjacent_nonencoded (test.test_email.test_email.TestHeader.test_encoded_adjacent_nonencoded)\nPASS: test_escaped_8bit_header (test.test_email.test_email.TestHeader.test_escaped_8bit_header)\nPASS: test_explicit_maxlinelen (test.test_email.test_email.TestHeader.test_explicit_maxlinelen)\nPASS: test_flatten_header_with_no_value (test.test_email.test_email.TestHeader.test_flatten_header_with_no_value)\nPASS: test_header_ctor_default_args (test.test_email.test_email.TestHeader.test_header_ctor_default_args)\nPASS: test_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_header_handles_binary_unknown8bit)\nPASS: test_header_needs_no_decoding (test.test_email.test_email.TestHeader.test_header_needs_no_decoding)\nPASS: test_long (test.test_email.test_email.TestHeader.test_long)\nPASS: test_make_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_make_header_handles_binary_unknown8bit)\nPASS: test_modify_returned_list_does_not_change_header (test.test_email.test_email.TestHeader.test_modify_returned_list_does_not_change_header)\nPASS: test_multilingual (test.test_email.test_email.TestHeader.test_multilingual)\nPASS: test_quopri_splittable (test.test_email.test_email.TestHeader.test_quopri_splittable)\nPASS: test_shift_jis_charset (test.test_email.test_email.TestHeader.test_shift_jis_charset)\nPASS: test_simple (test.test_email.test_email.TestHeader.test_simple)\nPASS: test_simple_surprise (test.test_email.test_email.TestHeader.test_simple_surprise)\nPASS: test_string_charset (test.test_email.test_email.TestHeader.test_string_charset)\nPASS: test_us_ascii_header (test.test_email.test_email.TestHeader.test_us_ascii_header)\nPASS: test_utf8_shortest (test.test_email.test_email.TestHeader.test_utf8_shortest)\nPASS: test_whitespace_header (test.test_email.test_email.TestHeader.test_whitespace_header)\nPASS: test_whitespace_keeper (test.test_email.test_email.TestHeader.test_whitespace_keeper)\nPASS: test_HeaderRegistry (test.test_email.test_email.TestHeaderRegistry.test_HeaderRegistry)\nPASS: test_MIME_digest (test.test_email.test_email.TestIdempotent.test_MIME_digest)\nPASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestIdempotent.test_MIME_digest_with_part_headers)\nPASS: test_content_type (test.test_email.test_email.TestIdempotent.test_content_type)\nPASS: test_dsn (test.test_email.test_email.TestIdempotent.test_dsn)\nPASS: test_long_header (test.test_email.test_email.TestIdempotent.test_long_header)\nPASS: test_message_delivery_status (test.test_email.test_email.TestIdempotent.test_message_delivery_status)\nPASS: test_message_external_body_idempotent (test.test_email.test_email.TestIdempotent.test_message_external_body_idempotent)\nPASS: test_message_signed_idempotent (test.test_email.test_email.TestIdempotent.test_message_signed_idempotent)\nPASS: test_mixed_with_image (test.test_email.test_email.TestIdempotent.test_mixed_with_image)\nPASS: test_more_rfc2231_parameters (test.test_email.test_email.TestIdempotent.test_more_rfc2231_parameters)\nPASS: test_multipart_no_parts (test.test_email.test_email.TestIdempotent.test_multipart_no_parts)\nPASS: test_multipart_one_part (test.test_email.test_email.TestIdempotent.test_multipart_one_part)\nPASS: test_multipart_report (test.test_email.test_email.TestIdempotent.test_multipart_report)\nPASS: test_nested_multipart_mixeds (test.test_email.test_email.TestIdempotent.test_nested_multipart_mixeds)\nPASS: test_no_start_boundary (test.test_email.test_email.TestIdempotent.test_no_start_boundary)\nPASS: test_parse_text_message (test.test_email.test_email.TestIdempotent.test_parse_text_message)\nPASS: test_parse_untyped_message (test.test_email.test_email.TestIdempotent.test_parse_untyped_message)\nPASS: test_parser (test.test_email.test_email.TestIdempotent.test_parser)\nPASS: test_preamble_epilogue (test.test_email.test_email.TestIdempotent.test_preamble_epilogue)\nPASS: test_rfc2231_charset (test.test_email.test_email.TestIdempotent.test_rfc2231_charset)\nPASS: test_simple_multipart (test.test_email.test_email.TestIdempotent.test_simple_multipart)\nPASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestIdempotent.test_text_plain_in_a_multipart_digest)\nPASS: test_body_line_iterator (test.test_email.test_email.TestIterators.test_body_line_iterator)\ntest_pushCR_LF (test.test_email.test_email.TestIterators.test_pushCR_LF)\nPASS: FeedParser BufferedSubFile.push() assumed it received complete\nPASS: test_push_random (test.test_email.test_email.TestIterators.test_push_random)\nPASS: test_typed_subpart_iterator (test.test_email.test_email.TestIterators.test_typed_subpart_iterator)\nPASS: test_typed_subpart_iterator_default_type (test.test_email.test_email.TestIterators.test_typed_subpart_iterator_default_type)\nPASS: test_another_long_almost_unsplittable_header (test.test_email.test_email.TestLongHeaders.test_another_long_almost_unsplittable_header)\nPASS: test_another_long_multiline_header (test.test_email.test_email.TestLongHeaders.test_another_long_multiline_header)\nPASS: test_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_header_encode_with_different_output_charset)\nPASS: test_header_splitter (test.test_email.test_email.TestLongHeaders.test_header_splitter)\nPASS: test_last_split_chunk_does_not_fit (test.test_email.test_email.TestLongHeaders.test_last_split_chunk_does_not_fit)\nPASS: test_leading_splittable_in_the_middle_just_before_overlong_last_part (test.test_email.test_email.TestLongHeaders.test_leading_splittable_in_the_middle_just_before_overlong_last_part)\nPASS: test_long_8bit_header (test.test_email.test_email.TestLongHeaders.test_long_8bit_header)\nPASS: test_long_8bit_header_no_charset (test.test_email.test_email.TestLongHeaders.test_long_8bit_header_no_charset)\nPASS: test_long_field_name (test.test_email.test_email.TestLongHeaders.test_long_field_name)\nPASS: test_long_header_encode (test.test_email.test_email.TestLongHeaders.test_long_header_encode)\nPASS: test_long_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_different_output_charset)\nPASS: test_long_header_encode_with_tab_continuation (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation)\nPASS: test_long_header_encode_with_tab_continuation_is_just_a_hint (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation_is_just_a_hint)\nPASS: test_long_header_with_multiple_sequential_split_chars (test.test_email.test_email.TestLongHeaders.test_long_header_with_multiple_sequential_split_chars)\nPASS: test_long_header_with_whitespace_runs (test.test_email.test_email.TestLongHeaders.test_long_header_with_whitespace_runs)\nPASS: test_long_line_after_append (test.test_email.test_email.TestLongHeaders.test_long_line_after_append)\nPASS: test_long_lines_with_different_header (test.test_email.test_email.TestLongHeaders.test_long_lines_with_different_header)\nPASS: test_long_nonstring (test.test_email.test_email.TestLongHeaders.test_long_nonstring)\nPASS: test_long_received_header (test.test_email.test_email.TestLongHeaders.test_long_received_header)\nPASS: test_long_rfc2047_header_with_embedded_fws (test.test_email.test_email.TestLongHeaders.test_long_rfc2047_header_with_embedded_fws)\nPASS: test_long_run_with_semi_header_splitter (test.test_email.test_email.TestLongHeaders.test_long_run_with_semi_header_splitter)\nPASS: test_long_to_header (test.test_email.test_email.TestLongHeaders.test_long_to_header)\nPASS: test_long_unbreakable_lines_with_continuation (test.test_email.test_email.TestLongHeaders.test_long_unbreakable_lines_with_continuation)\nPASS: test_multiline_with_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_last_part_followed_by_split_point)\nPASS: test_multiline_with_overlong_parts_separated_by_two_split_points (test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_parts_separated_by_two_split_points)\nPASS: test_multiple_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_multiple_splittable_leading_char_followed_by_overlong_unsplittable)\nPASS: test_no_semis_header_splitter (test.test_email.test_email.TestLongHeaders.test_no_semis_header_splitter)\nPASS: test_no_split_long_header (test.test_email.test_email.TestLongHeaders.test_no_split_long_header)\nPASS: test_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_overlong_last_part_followed_by_split_point)\nPASS: test_shorter_line_with_append (test.test_email.test_email.TestLongHeaders.test_shorter_line_with_append)\nPASS: test_split_long_continuation (test.test_email.test_email.TestLongHeaders.test_split_long_continuation)\nPASS: test_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_splittable_leading_char_followed_by_overlong_unsplittable)\nPASS: test_splitter_split_on_punctuation_only_if_fws (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws)\nPASS: test_splitter_split_on_punctuation_only_if_fws_with_header (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws_with_header)\nPASS: test_splitting_first_line_only_is_long (test.test_email.test_email.TestLongHeaders.test_splitting_first_line_only_is_long)\nPASS: test_splitting_multiple_long_lines (test.test_email.test_email.TestLongHeaders.test_splitting_multiple_long_lines)\nPASS: test_string_headerinst_eq (test.test_email.test_email.TestLongHeaders.test_string_headerinst_eq)\nPASS: test_trailing_splittable_on_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable)\nPASS: test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable)\nPASS: test_binary_body_with_encode_7or8bit (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_7or8bit)\nPASS: test_binary_body_with_encode_base64 (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_base64)\nPASS: test_binary_body_with_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_noop)\nPASS: test_binary_body_with_encode_quopri (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_quopri)\nPASS: test_binary_body_with_unicode_linend_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_unicode_linend_encode_noop)\nPASS: test_body (test.test_email.test_email.TestMIMEApplication.test_body)\nPASS: test_headers (test.test_email.test_email.TestMIMEApplication.test_headers)\nPASS: test_add_header (test.test_email.test_email.TestMIMEAudio.test_add_header)\nPASS: test_checkSetMinor (test.test_email.test_email.TestMIMEAudio.test_checkSetMinor)\nPASS: test_encoding (test.test_email.test_email.TestMIMEAudio.test_encoding)\nPASS: test_guess_minor_type (test.test_email.test_email.TestMIMEAudio.test_guess_minor_type)\nPASS: test_add_header (test.test_email.test_email.TestMIMEImage.test_add_header)\nPASS: test_checkSetMinor (test.test_email.test_email.TestMIMEImage.test_checkSetMinor)\nPASS: test_encoding (test.test_email.test_email.TestMIMEImage.test_encoding)\nPASS: test_guess_minor_type (test.test_email.test_email.TestMIMEImage.test_guess_minor_type)\nPASS: test_bad_multipart (test.test_email.test_email.TestMIMEMessage.test_bad_multipart)\nPASS: test_default_multipart_constructor (test.test_email.test_email.TestMIMEMessage.test_default_multipart_constructor)\nPASS: test_default_type (test.test_email.test_email.TestMIMEMessage.test_default_type)\nPASS: test_default_type_non_parsed (test.test_email.test_email.TestMIMEMessage.test_default_type_non_parsed)\nPASS: test_default_type_with_explicit_container_type (test.test_email.test_email.TestMIMEMessage.test_default_type_with_explicit_container_type)\nPASS: test_dsn (test.test_email.test_email.TestMIMEMessage.test_dsn)\nPASS: test_epilogue (test.test_email.test_email.TestMIMEMessage.test_epilogue)\nPASS: test_generate (test.test_email.test_email.TestMIMEMessage.test_generate)\nPASS: test_mime_attachments_in_constructor (test.test_email.test_email.TestMIMEMessage.test_mime_attachments_in_constructor)\nPASS: test_multipart_custom_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_custom_policy)\nPASS: test_multipart_default_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_default_policy)\nPASS: test_no_nl_preamble (test.test_email.test_email.TestMIMEMessage.test_no_nl_preamble)\nPASS: test_parse_message_rfc822 (test.test_email.test_email.TestMIMEMessage.test_parse_message_rfc822)\nPASS: test_type_error (test.test_email.test_email.TestMIMEMessage.test_type_error)\nPASS: test_valid_argument (test.test_email.test_email.TestMIMEMessage.test_valid_argument)\nPASS: test_7bit_input (test.test_email.test_email.TestMIMEText.test_7bit_input)\nPASS: test_7bit_input_no_charset (test.test_email.test_email.TestMIMEText.test_7bit_input_no_charset)\nPASS: test_charset (test.test_email.test_email.TestMIMEText.test_charset)\nPASS: test_payload (test.test_email.test_email.TestMIMEText.test_payload)\nPASS: test_types (test.test_email.test_email.TestMIMEText.test_types)\nPASS: test_utf8_input (test.test_email.test_email.TestMIMEText.test_utf8_input)\nSKIP: test_utf8_input_no_charset (test.test_email.test_email.TestMIMEText.test_utf8_input_no_charset) \"can't fix because of backward compat in email5, will fix in email6\"\nPASS: test__contains__ (test.test_email.test_email.TestMessageAPI.test__contains__)\nPASS: test_add_header_with_name_only_param (test.test_email.test_email.TestMessageAPI.test_add_header_with_name_only_param)\nPASS: test_add_header_with_no_value (test.test_email.test_email.TestMessageAPI.test_add_header_with_no_value)\nPASS: test_as_bytes (test.test_email.test_email.TestMessageAPI.test_as_bytes)\nPASS: test_as_bytes_policy (test.test_email.test_email.TestMessageAPI.test_as_bytes_policy)\nPASS: test_as_string (test.test_email.test_email.TestMessageAPI.test_as_string)\nPASS: test_as_string_policy (test.test_email.test_email.TestMessageAPI.test_as_string_policy)\nPASS: test_ascii_add_header (test.test_email.test_email.TestMessageAPI.test_ascii_add_header)\nPASS: test_ascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_ascii_add_header_with_tspecial)\nPASS: test_attach_when_payload_is_string (test.test_email.test_email.TestMessageAPI.test_attach_when_payload_is_string)\nPASS: test_bad_param (test.test_email.test_email.TestMessageAPI.test_bad_param)\nPASS: test_binary_base64_payload (test.test_email.test_email.TestMessageAPI.test_binary_base64_payload)\nPASS: test_binary_quopri_payload (test.test_email.test_email.TestMessageAPI.test_binary_quopri_payload)\nPASS: test_binary_uuencode_payload (test.test_email.test_email.TestMessageAPI.test_binary_uuencode_payload)\nPASS: test_bogus_filename (test.test_email.test_email.TestMessageAPI.test_bogus_filename)\nPASS: test_broken_base64_payload (test.test_email.test_email.TestMessageAPI.test_broken_base64_payload)\nPASS: test_broken_unicode_payload (test.test_email.test_email.TestMessageAPI.test_broken_unicode_payload)\nPASS: test_byte_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_byte_message_rfc822_only)\nPASS: test_decoded_generator (test.test_email.test_email.TestMessageAPI.test_decoded_generator)\nPASS: test_del_nonexistent_param (test.test_email.test_email.TestMessageAPI.test_del_nonexistent_param)\nPASS: test_del_param (test.test_email.test_email.TestMessageAPI.test_del_param)\nPASS: test_del_param_on_nonexistent_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_nonexistent_header)\nPASS: test_del_param_on_other_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_other_header)\nPASS: test_embedded_header_via_Header_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_Header_rejected)\nPASS: test_embedded_header_via_string_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_string_rejected)\nPASS: test_field_containment (test.test_email.test_email.TestMessageAPI.test_field_containment)\nPASS: test_get_all (test.test_email.test_email.TestMessageAPI.test_get_all)\nPASS: test_get_boundary (test.test_email.test_email.TestMessageAPI.test_get_boundary)\nPASS: test_get_charsets (test.test_email.test_email.TestMessageAPI.test_get_charsets)\nPASS: test_get_content_disposition (test.test_email.test_email.TestMessageAPI.test_get_content_disposition)\nPASS: test_get_content_maintype_error (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_error)\nPASS: test_get_content_maintype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_explicit)\nPASS: test_get_content_maintype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_implicit)\nPASS: test_get_content_maintype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_explicit)\nPASS: test_get_content_maintype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_implicit)\nPASS: test_get_content_maintype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing)\nPASS: test_get_content_maintype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing_with_default_type)\nPASS: test_get_content_subtype_error (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_error)\nPASS: test_get_content_subtype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_explicit)\nPASS: test_get_content_subtype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_implicit)\nPASS: test_get_content_subtype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_explicit)\nPASS: test_get_content_subtype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_implicit)\nPASS: test_get_content_subtype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing)\nPASS: test_get_content_subtype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing_with_default_type)\nPASS: test_get_content_type_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_explicit)\nPASS: test_get_content_type_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_implicit)\nPASS: test_get_content_type_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_explicit)\nPASS: test_get_content_type_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_implicit)\nPASS: test_get_content_type_missing (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing)\nPASS: test_get_content_type_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing_with_default_type)\nPASS: test_get_decoded_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_payload)\nPASS: test_get_decoded_uu_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_uu_payload)\nPASS: test_get_filename (test.test_email.test_email.TestMessageAPI.test_get_filename)\nPASS: test_get_filename_with_name_parameter (test.test_email.test_email.TestMessageAPI.test_get_filename_with_name_parameter)\nPASS: test_get_param (test.test_email.test_email.TestMessageAPI.test_get_param)\nPASS: test_get_param_funky_continuation_lines (test.test_email.test_email.TestMessageAPI.test_get_param_funky_continuation_lines)\nPASS: test_get_param_liberal (test.test_email.test_email.TestMessageAPI.test_get_param_liberal)\nPASS: test_get_param_with_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_quotes)\nPASS: test_get_param_with_semis_in_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_semis_in_quotes)\nPASS: test_get_params (test.test_email.test_email.TestMessageAPI.test_get_params)\nPASS: test_get_payload_n_raises_on_non_multipart (test.test_email.test_email.TestMessageAPI.test_get_payload_n_raises_on_non_multipart)\nPASS: test_getset_charset (test.test_email.test_email.TestMessageAPI.test_getset_charset)\nPASS: test_make_boundary (test.test_email.test_email.TestMessageAPI.test_make_boundary)\nPASS: test_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_message_rfc822_only)\nPASS: test_missing_boundary (test.test_email.test_email.TestMessageAPI.test_missing_boundary)\nPASS: test_missing_filename (test.test_email.test_email.TestMessageAPI.test_missing_filename)\nPASS: test_noascii_add_header (test.test_email.test_email.TestMessageAPI.test_noascii_add_header)\nPASS: test_nonascii_add_header_via_triple (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_via_triple)\nPASS: test_nonascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_with_tspecial)\nPASS: test_nonascii_as_string_with_ascii_charset (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_with_ascii_charset)\nPASS: test_nonascii_as_string_without_content_type_and_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_content_type_and_cte)\nPASS: test_nonascii_as_string_without_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_cte)\nPASS: test_questionable_bytes_payload (test.test_email.test_email.TestMessageAPI.test_questionable_bytes_payload)\nPASS: test_replace_header (test.test_email.test_email.TestMessageAPI.test_replace_header)\nPASS: test_set_boundary (test.test_email.test_email.TestMessageAPI.test_set_boundary)\nPASS: test_set_charset_from_string (test.test_email.test_email.TestMessageAPI.test_set_charset_from_string)\nPASS: test_set_param (test.test_email.test_email.TestMessageAPI.test_set_param)\nPASS: test_set_payload_to_list (test.test_email.test_email.TestMessageAPI.test_set_payload_to_list)\nPASS: test_set_payload_with_8bit_data_and_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset)\nPASS: test_set_payload_with_8bit_data_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset_body_encoding_none)\nPASS: test_set_payload_with_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_charset)\nPASS: test_set_payload_with_non_ascii_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI.test_set_payload_with_non_ascii_and_charset_body_encoding_none)\nPASS: test_set_type (test.test_email.test_email.TestMessageAPI.test_set_type)\nPASS: test_set_type_on_other_header (test.test_email.test_email.TestMessageAPI.test_set_type_on_other_header)\nPASS: test_string_payload_with_base64_cte (test.test_email.test_email.TestMessageAPI.test_string_payload_with_base64_cte)\nPASS: test_unicode_body_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_body_defaults_to_utf8_encoding)\nPASS: test_unicode_header_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_header_defaults_to_utf8_encoding)\nPASS: test_BytesGenerator_linend (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend)\nPASS: test_BytesGenerator_linend_with_non_ascii (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend_with_non_ascii)\nPASS: test_Generator_linend (test.test_email.test_email.TestMiscellaneous.test_Generator_linend)\nPASS: test__all__ (test.test_email.test_email.TestMiscellaneous.test__all__)\nPASS: test_accepts_any_charset_like_object (test.test_email.test_email.TestMiscellaneous.test_accepts_any_charset_like_object)\nPASS: test_charset_richcomparisons (test.test_email.test_email.TestMiscellaneous.test_charset_richcomparisons)\nPASS: test_charsets_case_insensitive (test.test_email.test_email.TestMiscellaneous.test_charsets_case_insensitive)\nPASS: test_check_parenthesis (test.test_email.test_email.TestMiscellaneous.test_check_parenthesis)\nPASS: test_custom_message_does_not_require_arguments (test.test_email.test_email.TestMiscellaneous.test_custom_message_does_not_require_arguments)\nPASS: test_escape_backslashes (test.test_email.test_email.TestMiscellaneous.test_escape_backslashes)\nPASS: test_escape_dump (test.test_email.test_email.TestMiscellaneous.test_escape_dump)\nPASS: test_formataddr_does_not_quote_parens_in_quoted_string (test.test_email.test_email.TestMiscellaneous.test_formataddr_does_not_quote_parens_in_quoted_string)\nPASS: test_formatdate (test.test_email.test_email.TestMiscellaneous.test_formatdate)\nPASS: test_formatdate_localtime (test.test_email.test_email.TestMiscellaneous.test_formatdate_localtime)\nPASS: test_formatdate_usegmt (test.test_email.test_email.TestMiscellaneous.test_formatdate_usegmt)\nPASS: test_get_body_encoding_with_bogus_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_bogus_charset)\nPASS: test_get_body_encoding_with_uppercase_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_uppercase_charset)\nPASS: test_getaddresses (test.test_email.test_email.TestMiscellaneous.test_getaddresses)\ntest_getaddresses_comma_in_name (test.test_email.test_email.TestMiscellaneous.test_getaddresses_comma_in_name)\nPASS: GH-106669 regression test.\ntest_getaddresses_embedded_comment (test.test_email.test_email.TestMiscellaneous.test_getaddresses_embedded_comment)\nPASS: Test proper handling of a nested comment\ntest_getaddresses_header_obj (test.test_email.test_email.TestMiscellaneous.test_getaddresses_header_obj)\nPASS: Test the handling of a Header object.\nPASS: test_getaddresses_nasty (test.test_email.test_email.TestMiscellaneous.test_getaddresses_nasty)\nPASS: test_invalid_charset_like_object_raises_error (test.test_email.test_email.TestMiscellaneous.test_invalid_charset_like_object_raises_error)\nPASS: test_iter_escaped_chars (test.test_email.test_email.TestMiscellaneous.test_iter_escaped_chars)\nSKIP: test_make_msgid_collisions (test.test_email.test_email.TestMiscellaneous.test_make_msgid_collisions) \"resource 'cpu' is not enabled\"\nPASS: test_make_msgid_default_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_default_domain)\nPASS: test_make_msgid_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_domain)\nPASS: test_make_msgid_idstring (test.test_email.test_email.TestMiscellaneous.test_make_msgid_idstring)\nPASS: test_message_from_file (test.test_email.test_email.TestMiscellaneous.test_message_from_file)\nPASS: test_message_from_file_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_file_with_class)\nPASS: test_message_from_string (test.test_email.test_email.TestMiscellaneous.test_message_from_string)\nPASS: test_message_from_string_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_string_with_class)\nPASS: test_mime_classes_policy_argument (test.test_email.test_email.TestMiscellaneous.test_mime_classes_policy_argument)\nPASS: test_mktime_tz (test.test_email.test_email.TestMiscellaneous.test_mktime_tz)\nPASS: test_multiline_from_comment (test.test_email.test_email.TestMiscellaneous.test_multiline_from_comment)\nPASS: test_name_with_dot (test.test_email.test_email.TestMiscellaneous.test_name_with_dot)\nPASS: test_noquote_dump (test.test_email.test_email.TestMiscellaneous.test_noquote_dump)\nPASS: test_parseaddr_empty (test.test_email.test_email.TestMiscellaneous.test_parseaddr_empty)\nPASS: test_parseaddr_multiple_domains (test.test_email.test_email.TestMiscellaneous.test_parseaddr_multiple_domains)\nPASS: test_parseaddr_preserves_quoted_pairs_in_addresses (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_quoted_pairs_in_addresses)\nPASS: test_parseaddr_preserves_spaces_in_local_part (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_spaces_in_local_part)\nPASS: test_parsedate_acceptable_to_time_functions (test.test_email.test_email.TestMiscellaneous.test_parsedate_acceptable_to_time_functions)\nPASS: test_parsedate_accepts_time_with_dots (test.test_email.test_email.TestMiscellaneous.test_parsedate_accepts_time_with_dots)\nPASS: test_parsedate_compact (test.test_email.test_email.TestMiscellaneous.test_parsedate_compact)\nPASS: test_parsedate_dot_time_delimiter (test.test_email.test_email.TestMiscellaneous.test_parsedate_dot_time_delimiter)\nPASS: test_parsedate_no_dayofweek (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_dayofweek)\nPASS: test_parsedate_no_seconds (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_seconds)\nPASS: test_parsedate_no_space_before_negative_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_negative_offset)\nPASS: test_parsedate_no_space_before_positive_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_positive_offset)\nPASS: test_parsedate_returns_None_for_invalid_strings (test.test_email.test_email.TestMiscellaneous.test_parsedate_returns_None_for_invalid_strings)\nPASS: test_parsedate_rfc_850 (test.test_email.test_email.TestMiscellaneous.test_parsedate_rfc_850)\ntest_parsedate_y2k (test.test_email.test_email.TestMiscellaneous.test_parsedate_y2k)\nPASS: Test for parsing a date with a two-digit year.\ntest_parsing_errors (test.test_email.test_email.TestMiscellaneous.test_parsing_errors)\nPASS: Test for parsing errors from CVE-2023-27043 and CVE-2019-16056\nPASS: test_partial_falls_inside_message_delivery_status (test.test_email.test_email.TestMiscellaneous.test_partial_falls_inside_message_delivery_status)\nPASS: test_quote_dump (test.test_email.test_email.TestMiscellaneous.test_quote_dump)\nPASS: test_quotes_unicode_names (test.test_email.test_email.TestMiscellaneous.test_quotes_unicode_names)\nPASS: test_strip_quoted_realnames (test.test_email.test_email.TestMiscellaneous.test_strip_quoted_realnames)\nPASS: test_unicode_address_raises_error (test.test_email.test_email.TestMiscellaneous.test_unicode_address_raises_error)\nPASS: test_utils_quote_unquote (test.test_email.test_email.TestMiscellaneous.test_utils_quote_unquote)\nPASS: test_boundary_in_non_multipart (test.test_email.test_email.TestMultipart.test_boundary_in_non_multipart)\nPASS: test_boundary_with_leading_space (test.test_email.test_email.TestMultipart.test_boundary_with_leading_space)\nPASS: test_boundary_without_trailing_newline (test.test_email.test_email.TestMultipart.test_boundary_without_trailing_newline)\nPASS: test_double_boundary (test.test_email.test_email.TestMultipart.test_double_boundary)\nPASS: test_empty_multipart_idempotent (test.test_email.test_email.TestMultipart.test_empty_multipart_idempotent)\nPASS: test_hierarchy (test.test_email.test_email.TestMultipart.test_hierarchy)\nPASS: test_message_external_body (test.test_email.test_email.TestMultipart.test_message_external_body)\nPASS: test_mimebase_custom_policy (test.test_email.test_email.TestMultipart.test_mimebase_custom_policy)\nPASS: test_mimebase_default_policy (test.test_email.test_email.TestMultipart.test_mimebase_default_policy)\nPASS: test_nested_inner_contains_outer_boundary (test.test_email.test_email.TestMultipart.test_nested_inner_contains_outer_boundary)\nPASS: test_nested_with_same_boundary (test.test_email.test_email.TestMultipart.test_nested_with_same_boundary)\nPASS: test_no_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_empty_epilogue)\nPASS: test_no_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_none_epilogue)\nPASS: test_one_part_in_a_multipart (test.test_email.test_email.TestMultipart.test_one_part_in_a_multipart)\nPASS: test_seq_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_epilogue)\nPASS: test_seq_parts_in_a_multipart_with_empty_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_preamble)\nPASS: test_seq_parts_in_a_multipart_with_nl_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_nl_epilogue)\nPASS: test_seq_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_epilogue)\nPASS: test_seq_parts_in_a_multipart_with_none_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_preamble)\nPASS: test_first_line_is_continuation_header (test.test_email.test_email.TestNonConformant.test_first_line_is_continuation_header)\nPASS: test_invalid_content_type (test.test_email.test_email.TestNonConformant.test_invalid_content_type)\nPASS: test_lying_multipart (test.test_email.test_email.TestNonConformant.test_lying_multipart)\nPASS: test_missing_header_body_separator (test.test_email.test_email.TestNonConformant.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_email.TestNonConformant.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_email.TestNonConformant.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_email.TestNonConformant.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_email.TestNonConformant.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_email.TestNonConformant.test_multipart_valid_cte_no_defect)\nPASS: test_no_separating_blank_line (test.test_email.test_email.TestNonConformant.test_no_separating_blank_line)\nPASS: test_no_start_boundary (test.test_email.test_email.TestNonConformant.test_no_start_boundary)\nPASS: test_parse_missing_minor_type (test.test_email.test_email.TestNonConformant.test_parse_missing_minor_type)\nPASS: test_same_boundary_inner_outer (test.test_email.test_email.TestNonConformant.test_same_boundary_inner_outer)\nPASS: test_string_payload_with_extra_space_after_cte (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte)\nPASS: test_string_payload_with_extra_space_after_cte_compat32 (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte_compat32)\nPASS: test_string_payload_with_extra_text_after_cte (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_text_after_cte)\nPASS: test_attach_raises_exception (test.test_email.test_email.TestNonMultipart.test_attach_raises_exception)\nPASS: test_nonmultipart_is_not_multipart (test.test_email.test_email.TestNonMultipart.test_nonmultipart_is_not_multipart)\nPASS: test_CRLFLF_at_end_of_part (test.test_email.test_email.TestParsers.test_CRLFLF_at_end_of_part)\nPASS: test_bytes_header_parser (test.test_email.test_email.TestParsers.test_bytes_header_parser)\nPASS: test_bytes_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_does_not_close_file)\nPASS: test_bytes_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_on_exception_does_not_close_file)\nPASS: test_crlf_flatten (test.test_email.test_email.TestParsers.test_crlf_flatten)\nPASS: test_crlf_separation (test.test_email.test_email.TestParsers.test_crlf_separation)\nPASS: test_header_parser (test.test_email.test_email.TestParsers.test_header_parser)\nPASS: test_header_parser_multipart_is_valid (test.test_email.test_email.TestParsers.test_header_parser_multipart_is_valid)\nPASS: test_multipart_digest_with_extra_mime_headers (test.test_email.test_email.TestParsers.test_multipart_digest_with_extra_mime_headers)\nPASS: test_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_does_not_close_file)\nPASS: test_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_on_exception_does_not_close_file)\nPASS: test_rfc2822_header_syntax (test.test_email.test_email.TestParsers.test_rfc2822_header_syntax)\nPASS: test_rfc2822_one_character_header (test.test_email.test_email.TestParsers.test_rfc2822_one_character_header)\nPASS: test_rfc2822_space_not_allowed_in_header (test.test_email.test_email.TestParsers.test_rfc2822_space_not_allowed_in_header)\nPASS: test_strip_line_feed_and_carriage_return_in_headers (test.test_email.test_email.TestParsers.test_strip_line_feed_and_carriage_return_in_headers)\nPASS: test_three_lines (test.test_email.test_email.TestParsers.test_three_lines)\nPASS: test_whitespace_continuation (test.test_email.test_email.TestParsers.test_whitespace_continuation)\nPASS: test_whitespace_continuation_last_header (test.test_email.test_email.TestParsers.test_whitespace_continuation_last_header)\nPASS: test_body_quopri_len (test.test_email.test_email.TestQuopri.test_body_quopri_len)\nPASS: test_decode_false_quoting (test.test_email.test_email.TestQuopri.test_decode_false_quoting)\nPASS: test_decode_lowercase_quoting (test.test_email.test_email.TestQuopri.test_decode_lowercase_quoting)\nPASS: test_decode_multiple_spaces (test.test_email.test_email.TestQuopri.test_decode_multiple_spaces)\nPASS: test_decode_null_line_null_word (test.test_email.test_email.TestQuopri.test_decode_null_line_null_word)\nPASS: test_decode_null_word (test.test_email.test_email.TestQuopri.test_decode_null_word)\nPASS: test_decode_one_line (test.test_email.test_email.TestQuopri.test_decode_one_line)\nPASS: test_decode_one_line_cr (test.test_email.test_email.TestQuopri.test_decode_one_line_cr)\nPASS: test_decode_one_line_crnl (test.test_email.test_email.TestQuopri.test_decode_one_line_crnl)\nPASS: test_decode_one_line_lf (test.test_email.test_email.TestQuopri.test_decode_one_line_lf)\nPASS: test_decode_one_line_nl (test.test_email.test_email.TestQuopri.test_decode_one_line_nl)\nPASS: test_decode_one_line_one_word (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word)\nPASS: test_decode_one_line_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word_eol)\nPASS: test_decode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_one_line_trailing_spaces)\nPASS: test_decode_one_long_line (test.test_email.test_email.TestQuopri.test_decode_one_long_line)\nPASS: test_decode_one_space (test.test_email.test_email.TestQuopri.test_decode_one_space)\nPASS: test_decode_one_word (test.test_email.test_email.TestQuopri.test_decode_one_word)\nPASS: test_decode_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_word_eol)\nPASS: test_decode_quoted_word (test.test_email.test_email.TestQuopri.test_decode_quoted_word)\nPASS: test_decode_soft_line_break (test.test_email.test_email.TestQuopri.test_decode_soft_line_break)\nPASS: test_decode_two_lines (test.test_email.test_email.TestQuopri.test_decode_two_lines)\nPASS: test_decode_two_lines_eol (test.test_email.test_email.TestQuopri.test_decode_two_lines_eol)\nPASS: test_decode_two_lines_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_two_lines_trailing_spaces)\nPASS: test_decode_uppercase_quoting (test.test_email.test_email.TestQuopri.test_decode_uppercase_quoting)\nPASS: test_encode (test.test_email.test_email.TestQuopri.test_encode)\nPASS: test_encode_maxlinelen_too_small (test.test_email.test_email.TestQuopri.test_encode_maxlinelen_too_small)\nPASS: test_encode_null (test.test_email.test_email.TestQuopri.test_encode_null)\nPASS: test_encode_null_lines (test.test_email.test_email.TestQuopri.test_encode_null_lines)\nPASS: test_encode_one_line (test.test_email.test_email.TestQuopri.test_encode_one_line)\nPASS: test_encode_one_line_crlf (test.test_email.test_email.TestQuopri.test_encode_one_line_crlf)\nPASS: test_encode_one_line_eol (test.test_email.test_email.TestQuopri.test_encode_one_line_eol)\nPASS: test_encode_one_line_eol_after_non_ascii (test.test_email.test_email.TestQuopri.test_encode_one_line_eol_after_non_ascii)\nPASS: test_encode_one_line_one_space (test.test_email.test_email.TestQuopri.test_encode_one_line_one_space)\nPASS: test_encode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_spaces)\nPASS: test_encode_one_line_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_tab)\nPASS: test_encode_one_long_line (test.test_email.test_email.TestQuopri.test_encode_one_long_line)\nPASS: test_encode_one_long_string (test.test_email.test_email.TestQuopri.test_encode_one_long_string)\nPASS: test_encode_one_space (test.test_email.test_email.TestQuopri.test_encode_one_space)\nPASS: test_encode_one_very_long_line (test.test_email.test_email.TestQuopri.test_encode_one_very_long_line)\nPASS: test_encode_one_word_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_spaces)\nPASS: test_encode_one_word_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_tab)\nPASS: test_encode_quoted_equals (test.test_email.test_email.TestQuopri.test_encode_quoted_equals)\nPASS: test_encode_shortest_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_shortest_maxlinelen)\nPASS: test_encode_trailing_space_at_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_at_maxlinelen)\nPASS: test_encode_trailing_space_before_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_before_maxlinelen)\nPASS: test_encode_trailing_space_beyond_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_beyond_maxlinelen)\nPASS: test_encode_two_lines_one_space (test.test_email.test_email.TestQuopri.test_encode_two_lines_one_space)\nPASS: test_encode_whitespace_lines (test.test_email.test_email.TestQuopri.test_encode_whitespace_lines)\nPASS: test_header_decode_non_ascii (test.test_email.test_email.TestQuopri.test_header_decode_non_ascii)\nPASS: test_header_decode_null (test.test_email.test_email.TestQuopri.test_header_decode_null)\nPASS: test_header_decode_one_word (test.test_email.test_email.TestQuopri.test_header_decode_one_word)\nPASS: test_header_decode_re_bug_18380 (test.test_email.test_email.TestQuopri.test_header_decode_re_bug_18380)\nPASS: test_header_decode_two_lines (test.test_email.test_email.TestQuopri.test_header_decode_two_lines)\nPASS: test_header_encode_alt_charset (test.test_email.test_email.TestQuopri.test_header_encode_alt_charset)\nPASS: test_header_encode_non_ascii (test.test_email.test_email.TestQuopri.test_header_encode_non_ascii)\nPASS: test_header_encode_null (test.test_email.test_email.TestQuopri.test_header_encode_null)\nPASS: test_header_encode_one_word (test.test_email.test_email.TestQuopri.test_header_encode_one_word)\nPASS: test_header_encode_two_lines (test.test_email.test_email.TestQuopri.test_header_encode_two_lines)\nPASS: test_header_quopri_len (test.test_email.test_email.TestQuopri.test_header_quopri_len)\nPASS: test_quopri_body_check (test.test_email.test_email.TestQuopri.test_quopri_body_check)\nPASS: test_quopri_header_check (test.test_email.test_email.TestQuopri.test_quopri_header_check)\nPASS: test_quote_unquote_idempotent (test.test_email.test_email.TestQuopri.test_quote_unquote_idempotent)\nPASS: test_multiline_header (test.test_email.test_email.TestRFC2047.test_multiline_header)\nPASS: test_rfc2047_B_bad_padding (test.test_email.test_email.TestRFC2047.test_rfc2047_B_bad_padding)\nPASS: test_rfc2047_Q_invalid_digits (test.test_email.test_email.TestRFC2047.test_rfc2047_Q_invalid_digits)\nPASS: test_rfc2047_missing_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_missing_whitespace)\nPASS: test_rfc2047_multiline (test.test_email.test_email.TestRFC2047.test_rfc2047_multiline)\nPASS: test_rfc2047_rfc2047_1 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_1)\nPASS: test_rfc2047_rfc2047_2 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_2)\nPASS: test_rfc2047_rfc2047_3 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_3)\nPASS: test_rfc2047_rfc2047_4 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_4)\nPASS: test_rfc2047_rfc2047_5a (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5a)\nPASS: test_rfc2047_rfc2047_5b (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5b)\nPASS: test_rfc2047_rfc2047_6 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_6)\nPASS: test_rfc2047_rfc2047_7 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_7)\nPASS: test_rfc2047_with_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_with_whitespace)\nPASS: test_whitespace_keeper_unicode (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode)\nPASS: test_whitespace_keeper_unicode_2 (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode_2)\nPASS: test_del_param (test.test_email.test_email.TestRFC2231.test_del_param)\nPASS: test_get_param (test.test_email.test_email.TestRFC2231.test_get_param)\nPASS: test_rfc2231_bad_character_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_charset)\nPASS: test_rfc2231_bad_character_in_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_encoding)\nPASS: test_rfc2231_bad_character_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_filename)\nPASS: test_rfc2231_bad_encoding_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_charset)\nPASS: test_rfc2231_bad_encoding_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_filename)\nPASS: test_rfc2231_encoded_then_unencoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_encoded_then_unencoded_segments)\nPASS: test_rfc2231_get_content_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_get_content_charset)\nPASS: test_rfc2231_missing_tick (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick)\nPASS: test_rfc2231_missing_tick_with_encoded_non_ascii (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick_with_encoded_non_ascii)\nPASS: test_rfc2231_no_extended_values (test.test_email.test_email.TestRFC2231.test_rfc2231_no_extended_values)\nPASS: test_rfc2231_no_language_or_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset)\nPASS: test_rfc2231_no_language_or_charset_in_boundary (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_boundary)\nPASS: test_rfc2231_no_language_or_charset_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_charset)\nPASS: test_rfc2231_no_language_or_charset_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename)\nPASS: test_rfc2231_no_language_or_charset_in_filename_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename_encoded)\nPASS: test_rfc2231_parse_extra_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_extra_quoting)\nPASS: test_rfc2231_parse_rfc_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_rfc_quoting)\nPASS: test_rfc2231_partly_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_encoded)\nPASS: test_rfc2231_partly_nonencoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_nonencoded)\nPASS: test_rfc2231_single_tick_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename)\nPASS: test_rfc2231_single_tick_in_filename_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename_extended)\nPASS: test_rfc2231_tick_attack (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack)\nPASS: test_rfc2231_tick_attack_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack_extended)\nPASS: test_rfc2231_unencoded_then_encoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_unencoded_then_encoded_segments)\nPASS: test_rfc2231_unknown_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_unknown_encoding)\nPASS: test_set_param (test.test_email.test_email.TestRFC2231.test_set_param)\nPASS: test_set_param_requote (test.test_email.test_email.TestRFC2231.test_set_param_requote)\nPASS: test_should_not_hang_on_invalid_ew_messages (test.test_email.test_email.TestRFC2231.test_should_not_hang_on_invalid_ew_messages)\nPASS: test_long_headers_as_string (test.test_email.test_email.TestSigned.test_long_headers_as_string)\nPASS: test_long_headers_as_string_maxheaderlen (test.test_email.test_email.TestSigned.test_long_headers_as_string_maxheaderlen)\nPASS: test_long_headers_flatten (test.test_email.test_email.TestSigned.test_long_headers_flatten)\nPASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestBytesGenerator.test_compat32_max_line_length_does_not_fold_when_none)\nPASS: test_crlf_control_via_policy (test.test_email.test_generator.TestBytesGenerator.test_crlf_control_via_policy)\nPASS: test_cte_type_7bit_handles_unknown_8bit (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_handles_unknown_8bit)\nPASS: test_cte_type_7bit_transforms_8bit_cte (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_transforms_8bit_cte)\nPASS: test_defaults_handle_spaces_at_start_of_continuation_line (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_continuation_line)\nPASS: test_defaults_handle_spaces_at_start_of_subject (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_subject)\nPASS: test_defaults_handle_spaces_between_encoded_words_when_folded (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_between_encoded_words_when_folded)\nPASS: test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle)\nPASS: test_flatten_control_linesep (test.test_email.test_generator.TestBytesGenerator.test_flatten_control_linesep)\nPASS: test_flatten_linesep (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep)\nPASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep_overrides_policy)\nPASS: test_keep_encoded_newlines (test.test_email.test_generator.TestBytesGenerator.test_keep_encoded_newlines)\nPASS: test_keep_long_encoded_newlines (test.test_email.test_generator.TestBytesGenerator.test_keep_long_encoded_newlines)\nPASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_0)\nPASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_100)\nPASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_20)\nPASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_40)\nPASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_0)\nPASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_100)\nPASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_20)\nPASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_40)\nPASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_0)\nPASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_100)\nPASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_20)\nPASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_40)\nPASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_0)\nPASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_100)\nPASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_20)\nPASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_40)\nPASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_0)\nPASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_100)\nPASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_20)\nPASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_40)\nPASS: test_rfc2231_wrapping (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping)\nPASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow)\nPASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestBytesGenerator.test_set_mangle_from_via_policy)\nPASS: test_smtp_policy (test.test_email.test_generator.TestBytesGenerator.test_smtp_policy)\nPASS: test_smtputf8_policy (test.test_email.test_generator.TestBytesGenerator.test_smtputf8_policy)\nPASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestGenerator.test_compat32_max_line_length_does_not_fold_when_none)\nPASS: test_crlf_control_via_policy (test.test_email.test_generator.TestGenerator.test_crlf_control_via_policy)\nPASS: test_flatten_control_linesep (test.test_email.test_generator.TestGenerator.test_flatten_control_linesep)\nPASS: test_flatten_linesep (test.test_email.test_generator.TestGenerator.test_flatten_linesep)\nPASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestGenerator.test_flatten_linesep_overrides_policy)\nPASS: test_flatten_unicode_linesep (test.test_email.test_generator.TestGenerator.test_flatten_unicode_linesep)\nPASS: test_keep_encoded_newlines (test.test_email.test_generator.TestGenerator.test_keep_encoded_newlines)\nPASS: test_keep_long_encoded_newlines (test.test_email.test_generator.TestGenerator.test_keep_long_encoded_newlines)\nPASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_0)\nPASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_100)\nPASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_20)\nPASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_40)\nPASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_0)\nPASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_100)\nPASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_20)\nPASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_40)\nPASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_0)\nPASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_100)\nPASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_20)\nPASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_40)\nPASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_0)\nPASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_100)\nPASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_20)\nPASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_40)\nPASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_0)\nPASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_100)\nPASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_20)\nPASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_40)\nPASS: test_rfc2231_wrapping (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping)\nPASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow)\nPASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestGenerator.test_set_mangle_from_via_policy)\ntest_verify_generated_headers (test.test_email.test_generator.TestGenerator.test_verify_generated_headers)\nPASS: gh-121650: by default the generator prevents header injection\nPASS: test_address_addr_spec_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_domain_raises)\nPASS: test_address_addr_spec_and_username_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_and_domain_raises)\nPASS: test_address_addr_spec_and_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_raises)\nPASS: test_address_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_comparison)\nPASS: test_address_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_display_name_ro)\nPASS: test_address_domain_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_domain_ro)\nPASS: test_address_from_addr_spec (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_addr_spec)\nPASS: test_address_from_username_domain (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_username_domain)\nPASS: test_address_username_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_username_ro)\nPASS: test_address_with_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_with_no_display_name)\nPASS: test_bad_addr_sepc_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_bad_addr_sepc_raises)\nPASS: test_crlf_in_constructor_args_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_crlf_in_constructor_args_raises)\nPASS: test_display_name_blanks_not_quoted (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_blanks_not_quoted)\nPASS: test_display_name_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_only)\nPASS: test_display_name_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_quoting)\nPASS: test_domain_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_domain_only)\nPASS: test_empty_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group)\nPASS: test_empty_group_list (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group_list)\nPASS: test_group_addresses_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_addresses_ro)\nPASS: test_group_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_comparison)\nPASS: test_group_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_display_name_ro)\nPASS: test_group_with_addresses (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses)\nPASS: test_group_with_addresses_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses_no_display_name)\nPASS: test_group_with_one_address_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_one_address_no_display_name)\nPASS: test_il8n (test.test_email.test_headerregistry.TestAddressAndGroup.test_il8n)\nPASS: test_non_ascii_username_in_addr_spec_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_non_ascii_username_in_addr_spec_raises)\nPASS: test_null_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_address)\nPASS: test_null_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_group)\nPASS: test_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_quoting)\nPASS: test_set_message_header_from_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_address)\nPASS: test_set_message_header_from_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_group)\nPASS: test_space_in_addr_spec_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_space_in_addr_spec_username_raises)\nPASS: test_username_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_username_only)\nPASS: test_address_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_address_only)\nPASS: test_address_empty (test.test_email.test_headerregistry.TestAddressHeader.test_address_empty)\nPASS: test_address_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_escapes_in_local_part)\nPASS: test_address_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_quoted_strings_in_local_part)\nPASS: test_address_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_and_address)\nPASS: test_address_name_ending_with_dot_without_space (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_ending_with_dot_without_space)\nPASS: test_address_name_starting_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_starting_with_dot)\nPASS: test_address_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_with_dot)\nPASS: test_address_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_backslashes_in_name)\nPASS: test_address_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_local_part)\nPASS: test_address_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_parens_in_name)\nPASS: test_address_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_strings_in_local_part)\nPASS: test_address_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_read_only)\nPASS: test_address_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_phrase_is_decoded)\nPASS: test_address_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_quoted_string_is_decoded)\nPASS: test_address_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_is_decoded)\nPASS: test_address_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_around_dots_in_local_part_removed)\nPASS: test_address_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_in_unquoted_local_part_collapsed)\nPASS: test_addresses_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_read_only)\nPASS: test_addresses_types (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_types)\nPASS: test_complex_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_complex_address_list)\nPASS: test_group_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_group_address_only)\nPASS: test_group_empty (test.test_email.test_headerregistry.TestAddressHeader.test_group_empty)\nPASS: test_group_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_escapes_in_local_part)\nPASS: test_group_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_quoted_strings_in_local_part)\nPASS: test_group_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_and_address)\nPASS: test_group_name_ending_with_dot_without_space (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_ending_with_dot_without_space)\nPASS: test_group_name_starting_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_starting_with_dot)\nPASS: test_group_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_with_dot)\nPASS: test_group_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_backslashes_in_name)\nPASS: test_group_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_local_part)\nPASS: test_group_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_parens_in_name)\nPASS: test_group_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_strings_in_local_part)\nPASS: test_group_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_phrase_is_decoded)\nPASS: test_group_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_quoted_string_is_decoded)\nPASS: test_group_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_is_decoded)\nPASS: test_group_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_around_dots_in_local_part_removed)\nPASS: test_group_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_in_unquoted_local_part_collapsed)\nPASS: test_groups_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_groups_read_only)\nPASS: test_groups_types (test.test_email.test_headerregistry.TestAddressHeader.test_groups_types)\nPASS: test_set_from_Address (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address)\nPASS: test_set_from_Address_and_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_and_Group_list)\nPASS: test_set_from_Address_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_list)\nPASS: test_set_from_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Group_list)\nPASS: test_simple_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_simple_address_list)\nPASS: test_defects_is_tuple (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_is_tuple)\nPASS: test_defects_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_read_only)\nPASS: test_has_name (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_has_name)\nPASS: test_name_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_name_read_only)\nPASS: test_str (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_str)\nPASS: test_substr (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_substr)\nPASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_1)\nPASS: test_value_RFC_2183_2 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_2)\nPASS: test_value_invalid_parameter_value_with_fws_between_ew (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_parameter_value_with_fws_between_ew)\nPASS: test_value_invalid_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value)\nPASS: test_value_invalid_value_with_params (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value_with_params)\nPASS: test_value_no_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_no_value)\nPASS: test_value_parameter_value_with_fws_between_tokens (test.test_email.test_headerregistry.TestContentDisposition.test_value_parameter_value_with_fws_between_tokens)\nPASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_RFC_2183_1)\nPASS: test_value_extra_space_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_extra_space_after_cte)\nPASS: test_value_junk_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_junk_after_cte)\nPASS: test_value_no_value (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_no_value)\nPASS: test_value_RFC_2045_1 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_1)\nPASS: test_value_RFC_2045_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_2)\nPASS: test_value_RFC_2045_3 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_3)\nPASS: test_value_bad_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_bad_params)\nPASS: test_value_capitalized_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset)\nPASS: test_value_capitalized_charset_param_name_and_comment (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset_param_name_and_comment)\nPASS: test_value_cfws_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_cfws_in_content_type)\nPASS: test_value_charset_param (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_charset_param)\nPASS: test_value_double_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_double_quotes_inside_quotes)\nPASS: test_value_junk_text_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_junk_text_in_content_type)\nPASS: test_value_lots_of_mime_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_lots_of_mime_params)\nPASS: test_value_mixed_case_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_mixed_case_content_type)\nPASS: test_value_no_slash_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_slash_in_content_type)\nPASS: test_value_no_subtype_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_subtype_in_content_type)\nPASS: test_value_non_ascii_in_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_in_params)\nPASS: test_value_non_ascii_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_rfc2231_value)\nPASS: test_value_param_value_with_tspecials (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_value_with_tspecials)\nPASS: test_value_param_with_extra_quoted_whitespace (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_with_extra_quoted_whitespace)\nPASS: test_value_quotes_inside_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_quotes_inside_rfc2231_value)\nPASS: test_value_rfc2231_bad_character_in_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_bad_character_in_charset_parameter_value)\nPASS: test_value_rfc2231_encoded_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_charset)\nPASS: test_value_rfc2231_encoded_no_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_charset)\nPASS: test_value_rfc2231_encoded_no_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_double_quotes)\nPASS: test_value_rfc2231_encoded_then_unencoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_then_unencoded_segments)\nPASS: test_value_rfc2231_encoded_with_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_with_double_quotes)\nPASS: test_value_rfc2231_folded_segments_correctly_formatted (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_folded_segments_correctly_formatted)\nPASS: test_value_rfc2231_no_language_or_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_no_language_or_charset)\nPASS: test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value)\nPASS: test_value_rfc2231_partly_encoded (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded)\nPASS: test_value_rfc2231_partly_encoded_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded_2)\nPASS: test_value_rfc2231_quoted_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_quoted_unencoded_then_encoded_segments)\nPASS: test_value_rfc2231_segmented_normal_values (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_segmented_normal_values)\nPASS: test_value_rfc2231_single_quote_in_non_encoded_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_non_encoded_value)\nPASS: test_value_rfc2231_single_quote_in_value_with_charset_and_lang (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_value_with_charset_and_lang)\nPASS: test_value_rfc2231_single_quote_inside_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_inside_double_quotes)\nPASS: test_value_rfc2231_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unencoded_then_encoded_segments)\nPASS: test_value_rfc2231_unknown_charset_treated_as_ascii (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unknown_charset_treated_as_ascii)\nPASS: test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value)\nPASS: test_value_semis_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_semis_inside_quotes)\nPASS: test_value_single_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_single_quotes_inside_quotes)\nPASS: test_value_spaces_around_param_equals (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_param_equals)\nPASS: test_value_spaces_around_semis (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_semis)\nPASS: test_value_spaces_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_in_content_type)\nPASS: test_value_too_many_slashes_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_too_many_slashes_in_content_type)\nPASS: test_value_unknown_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_charset)\nPASS: test_value_unknown_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_content_type)\nPASS: test_value_unquoted_param_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unquoted_param_value)\nPASS: test_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_date_header_properties)\nPASS: test_datetime_read_only (test.test_email.test_headerregistry.TestDateHeader.test_datetime_read_only)\nPASS: test_invalid_date_format (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_format)\nPASS: test_invalid_date_value (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_value)\nPASS: test_no_value_is_defect (test.test_email.test_headerregistry.TestDateHeader.test_no_value_is_defect)\nPASS: test_parse_date (test.test_email.test_headerregistry.TestDateHeader.test_parse_date)\nPASS: test_resent_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_resent_date_header_properties)\nPASS: test_set_date_header_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_date_header_from_datetime)\nPASS: test_set_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_from_datetime)\ntest_address_display_names (test.test_email.test_headerregistry.TestFolding.test_address_display_names)\nPASS: Test the folding and encoding of address headers.\nPASS: test_fold_address_list (test.test_email.test_headerregistry.TestFolding.test_fold_address_list)\nPASS: test_fold_date_header (test.test_email.test_headerregistry.TestFolding.test_fold_date_header)\nPASS: test_fold_overlong_words_using_RFC2047 (test.test_email.test_headerregistry.TestFolding.test_fold_overlong_words_using_RFC2047)\nPASS: test_fold_unstructured_short (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_short)\nPASS: test_fold_unstructured_single_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_single_word)\nPASS: test_fold_unstructured_with_commas (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_commas)\nPASS: test_fold_unstructured_with_overlong_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_overlong_word)\nPASS: test_fold_unstructured_with_slightly_long_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_slightly_long_word)\nPASS: test_fold_unstructured_with_two_overlong_words (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_two_overlong_words)\nPASS: test_long_unstructured (test.test_email.test_headerregistry.TestFolding.test_long_unstructured)\nPASS: test_message_id_header_is_not_folded (test.test_email.test_headerregistry.TestFolding.test_message_id_header_is_not_folded)\nPASS: test_short_unstructured (test.test_email.test_headerregistry.TestFolding.test_short_unstructured)\nPASS: test_unstructured_short_max_line_length (test.test_email.test_headerregistry.TestFolding.test_unstructured_short_max_line_length)\nPASS: test_arbitrary_name_unstructured (test.test_email.test_headerregistry.TestHeaderRegistry.test_arbitrary_name_unstructured)\nPASS: test_dont_use_default_map (test.test_email.test_headerregistry.TestHeaderRegistry.test_dont_use_default_map)\nPASS: test_map_to_type (test.test_email.test_headerregistry.TestHeaderRegistry.test_map_to_type)\nPASS: test_name_case_ignored (test.test_email.test_headerregistry.TestHeaderRegistry.test_name_case_ignored)\nPASS: test_override_default_base_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_base_class)\nPASS: test_override_default_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class)\nPASS: test_override_default_class_only_overrides_default (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class_only_overrides_default)\nPASS: test_MIME_Version_1_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_1_1)\nPASS: test_MIME_Version_2_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_1)\nPASS: test_MIME_Version_2_x (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_x)\nPASS: test_MIME_Version_RFC_2045_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_1)\nPASS: test_MIME_Version_RFC_2045_2 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_2)\nPASS: test_MIME_Version_RFC_2045_3 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_3)\nPASS: test_MIME_Version_RFC_2045_4 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_4)\nPASS: test_MIME_Version_foo (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_foo)\nPASS: test_MIME_Version_leading_trailing_whitespace_ignored (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_leading_trailing_whitespace_ignored)\nPASS: test_MIME_Version_missing (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_missing)\nPASS: test_MIME_Version_non_comment_garbage_after (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_after)\nPASS: test_MIME_Version_non_comment_garbage_before (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_before)\nPASS: test_MIME_Version_non_comment_garbage_inside (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_inside)\nPASS: test_MIME_Version_two_periods (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_two_periods)\nPASS: test_MIME_Version_whitespace (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_whitespace)\nPASS: test_value_rfc2047_gb2312_base64 (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_gb2312_base64)\nPASS: test_value_rfc2047_quopri_with_regular_text (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_quopri_with_regular_text)\nPASS: test_value_rfc2047_simple_nonascii_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_nonascii_quopri)\nPASS: test_value_rfc2047_simple_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_quopri)\nPASS: test_body_base64_text (test.test_email.test_inversion.TestInversion.test_body_base64_text)\nPASS: test_body_plain_text (test.test_email.test_inversion.TestInversion.test_body_plain_text)\nPASS: test_body_qp_text (test.test_email.test_inversion.TestInversion.test_body_qp_text)\nPASS: test_input_header_with_invalid_date (test.test_email.test_inversion.TestInversion.test_input_header_with_invalid_date)\nPASS: test_input_header_with_one_space_body (test.test_email.test_inversion.TestInversion.test_input_header_with_one_space_body)\nPASS: test_error_on_setitem_if_max_count_exceeded (test.test_email.test_message.Test.test_error_on_setitem_if_max_count_exceeded)\nPASS: test_rfc2043_auto_decoded_and_emailmessage_used (test.test_email.test_message.Test.test_rfc2043_auto_decoded_and_emailmessage_used)\nPASS: test_add_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_add_alternative_alternative_)\nPASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_alternative_mixed_raises)\nPASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_no_content_succeeds)\nPASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_none_succeeds)\nPASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_plain_succeeds)\nPASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_related_succeeds)\nPASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_alternative_succeeds)\nPASS: test_add_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_add_mixed_mixed_)\nPASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_no_content_succeeds)\nPASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_none_succeeds)\nPASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_plain_succeeds)\nPASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_related_succeeds)\nPASS: test_add_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_add_related_alternative_raises)\nPASS: test_add_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_related_mixed_raises)\nPASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_no_content_succeeds)\nPASS: test_add_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_none_succeeds)\nPASS: test_add_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_plain_succeeds)\nPASS: test_add_related_related_ (test.test_email.test_message.TestEmailMessage.test_add_related_related_)\nPASS: test_as_string_allows_maxheaderlen (test.test_email.test_message.TestEmailMessage.test_as_string_allows_maxheaderlen)\nPASS: test_as_string_unixform (test.test_email.test_message.TestEmailMessage.test_as_string_unixform)\nPASS: test_as_string_uses_max_header_length_by_default (test.test_email.test_message.TestEmailMessage.test_as_string_uses_max_header_length_by_default)\nPASS: test_clear_content_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_content_empty_message)\nPASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_inline_mixed)\nPASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_mixed)\nPASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_message_rfc822)\nPASS: test_clear_content_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_content_mime_non_text)\nPASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_alternative_plain_related)\nPASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html)\nPASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_text_message_rfc822)\nPASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_content_non_mime_plain)\nPASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_alternative)\nPASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_attachment_mixed)\nPASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_mixed)\nPASS: test_clear_content_related (test.test_email.test_message.TestEmailMessage.test_clear_content_related)\nPASS: test_clear_content_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_content_related_with_start)\nPASS: test_clear_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_empty_message)\nPASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_inline_mixed)\nPASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_mixed)\nPASS: test_clear_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_message_rfc822)\nPASS: test_clear_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_mime_non_text)\nPASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_mixed_alternative_plain_related)\nPASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html)\nPASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_mixed_text_message_rfc822)\nPASS: test_clear_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_non_mime_plain)\nPASS: test_clear_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_alternative)\nPASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_attachment_mixed)\nPASS: test_clear_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_mixed)\nPASS: test_clear_related (test.test_email.test_message.TestEmailMessage.test_clear_related)\nPASS: test_clear_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_related_with_start)\nPASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_default_content_manager_for_add_comes_from_policy)\nPASS: test_folding_with_long_nospace_compat32_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_compat32_policy_1)\nPASS: test_folding_with_long_nospace_default_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_default_policy_1)\nPASS: test_folding_with_long_nospace_http_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_http_policy_1)\nPASS: test_folding_with_long_nospace_smtp_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_smtp_policy_1)\nPASS: test_folding_with_short_nospace_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_short_nospace_1)\nPASS: test_folding_with_utf8_encoding_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_1)\nPASS: test_folding_with_utf8_encoding_2 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_2)\nPASS: test_folding_with_utf8_encoding_3 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_3)\nPASS: test_folding_with_utf8_encoding_4 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_4)\nPASS: test_folding_with_utf8_encoding_5 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_5)\nPASS: test_folding_with_utf8_encoding_6 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_6)\nPASS: test_folding_with_utf8_encoding_7 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_7)\nPASS: test_folding_with_utf8_encoding_8 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_8)\nPASS: test_get_body_empty_message (test.test_email.test_message.TestEmailMessage.test_get_body_empty_message)\nPASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_inline_mixed)\nPASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_mixed)\ntest_get_body_malformed (test.test_email.test_message.TestEmailMessage.test_get_body_malformed)\nPASS: test for bpo-42892\nPASS: test_get_body_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_message_rfc822)\nPASS: test_get_body_mime_non_text (test.test_email.test_message.TestEmailMessage.test_get_body_mime_non_text)\nPASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_alternative_plain_related)\nPASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html)\nPASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_text_message_rfc822)\nPASS: test_get_body_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_get_body_non_mime_plain)\nPASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_alternative)\nPASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_attachment_mixed)\nPASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_mixed)\nPASS: test_get_body_related (test.test_email.test_message.TestEmailMessage.test_get_body_related)\nPASS: test_get_body_related_with_start (test.test_email.test_message.TestEmailMessage.test_get_body_related_with_start)\nPASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_get_content_default_cm_comes_from_policy)\nPASS: test_get_content_with_cm (test.test_email.test_message.TestEmailMessage.test_get_content_with_cm)\nPASS: test_gh_94606_good_surrogateescape (test.test_email.test_message.TestEmailMessage.test_gh_94606_good_surrogateescape)\nPASS: test_gh_94606_out_of_range_surrogate (test.test_email.test_message.TestEmailMessage.test_gh_94606_out_of_range_surrogate)\nPASS: test_gh_94606_string_with_utf8 (test.test_email.test_message.TestEmailMessage.test_gh_94606_string_with_utf8)\nPASS: test_gh_94606_surrogate_and_utf8 (test.test_email.test_message.TestEmailMessage.test_gh_94606_surrogate_and_utf8)\nPASS: test_is_attachment (test.test_email.test_message.TestEmailMessage.test_is_attachment)\nPASS: test_iter_attachment_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_attachment_empty_message)\nPASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_inline_mixed)\nPASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_mixed)\nPASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_message_rfc822)\nPASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mime_non_text)\nPASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_alternative_plain_related)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_text_message_rfc822)\nPASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_attachment_non_mime_plain)\nPASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_alternative)\nPASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_attachment_mixed)\nPASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_mixed)\nPASS: test_iter_attachment_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related)\nPASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related_with_start)\nPASS: test_iter_attachments_mutation (test.test_email.test_message.TestEmailMessage.test_iter_attachments_mutation)\nPASS: test_iter_parts_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_parts_empty_message)\nPASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_inline_mixed)\nPASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_mixed)\nPASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_message_rfc822)\nPASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_parts_mime_non_text)\nPASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_alternative_plain_related)\nPASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html)\nPASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_text_message_rfc822)\nPASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_parts_non_mime_plain)\nPASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_alternative)\nPASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_attachment_mixed)\nPASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_mixed)\nPASS: test_iter_parts_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_related)\nPASS: test_iter_parts_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_parts_related_with_start)\nPASS: test_make_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_alternative_alternative_)\nPASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_alternative_mixed_raises)\nPASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_no_content_succeeds)\nPASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_none_succeeds)\nPASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_plain_succeeds)\nPASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_related_succeeds)\nPASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_alternative_succeeds)\nPASS: test_make_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_mixed_mixed_)\nPASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_no_content_succeeds)\nPASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_none_succeeds)\nPASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_plain_succeeds)\nPASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_related_succeeds)\nPASS: test_make_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_related_alternative_raises)\nPASS: test_make_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_related_mixed_raises)\nPASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_no_content_succeeds)\nPASS: test_make_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_none_succeeds)\nPASS: test_make_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_plain_succeeds)\nPASS: test_make_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_related_related_)\nPASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_alternative_)\nPASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_mixed_raises)\nPASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_no_content_succeeds)\nPASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_none_succeeds)\nPASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_plain_succeeds)\nPASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_related_succeeds)\nPASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_alternative_succeeds)\nPASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_mixed_)\nPASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_no_content_succeeds)\nPASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_none_succeeds)\nPASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_plain_succeeds)\nPASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_related_succeeds)\nPASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_alternative_raises)\nPASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_mixed_raises)\nPASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_no_content_succeeds)\nPASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_none_succeeds)\nPASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_plain_succeeds)\nPASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_related_)\nPASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestEmailMessage.test_policy_on_part_made_by_make_comes_from_message)\nPASS: test_set_content_adds_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_adds_MIME_Version)\nPASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_set_content_default_cm_comes_from_policy)\nPASS: test_set_content_does_not_duplicate_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_does_not_duplicate_MIME_Version)\nPASS: test_set_content_with_cm (test.test_email.test_message.TestEmailMessage.test_set_content_with_cm)\nPASS: test_str_defaults_to_policy_max_line_length (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_policy_max_line_length)\nPASS: test_str_defaults_to_utf8 (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_utf8)\nPASS: test_add_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_add_alternative_alternative_)\nPASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_alternative_mixed_raises)\nPASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_no_content_succeeds)\nPASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_none_succeeds)\nPASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_plain_succeeds)\nPASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_related_succeeds)\nPASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_alternative_succeeds)\nPASS: test_add_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_add_mixed_mixed_)\nPASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_no_content_succeeds)\nPASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_none_succeeds)\nPASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_plain_succeeds)\nPASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_related_succeeds)\nPASS: test_add_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_add_related_alternative_raises)\nPASS: test_add_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_related_mixed_raises)\nPASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_no_content_succeeds)\nPASS: test_add_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_none_succeeds)\nPASS: test_add_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_plain_succeeds)\nPASS: test_add_related_related_ (test.test_email.test_message.TestMIMEPart.test_add_related_related_)\nPASS: test_clear_content_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_content_empty_message)\nPASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_inline_mixed)\nPASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_mixed)\nPASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_message_rfc822)\nPASS: test_clear_content_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_content_mime_non_text)\nPASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_alternative_plain_related)\nPASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html)\nPASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_text_message_rfc822)\nPASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_content_non_mime_plain)\nPASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_alternative)\nPASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_attachment_mixed)\nPASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_mixed)\nPASS: test_clear_content_related (test.test_email.test_message.TestMIMEPart.test_clear_content_related)\nPASS: test_clear_content_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_content_related_with_start)\nPASS: test_clear_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_empty_message)\nPASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_inline_mixed)\nPASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_mixed)\nPASS: test_clear_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_message_rfc822)\nPASS: test_clear_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_mime_non_text)\nPASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_mixed_alternative_plain_related)\nPASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html)\nPASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_mixed_text_message_rfc822)\nPASS: test_clear_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_non_mime_plain)\nPASS: test_clear_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_alternative)\nPASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_attachment_mixed)\nPASS: test_clear_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_mixed)\nPASS: test_clear_related (test.test_email.test_message.TestMIMEPart.test_clear_related)\nPASS: test_clear_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_related_with_start)\nPASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_default_content_manager_for_add_comes_from_policy)\nPASS: test_get_body_empty_message (test.test_email.test_message.TestMIMEPart.test_get_body_empty_message)\nPASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_inline_mixed)\nPASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_mixed)\nPASS: test_get_body_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_message_rfc822)\nPASS: test_get_body_mime_non_text (test.test_email.test_message.TestMIMEPart.test_get_body_mime_non_text)\nPASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_alternative_plain_related)\nPASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html)\nPASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_text_message_rfc822)\nPASS: test_get_body_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_get_body_non_mime_plain)\nPASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_alternative)\nPASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_attachment_mixed)\nPASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_mixed)\nPASS: test_get_body_related (test.test_email.test_message.TestMIMEPart.test_get_body_related)\nPASS: test_get_body_related_with_start (test.test_email.test_message.TestMIMEPart.test_get_body_related_with_start)\nPASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_get_content_default_cm_comes_from_policy)\nPASS: test_get_content_with_cm (test.test_email.test_message.TestMIMEPart.test_get_content_with_cm)\nPASS: test_gh_94606_good_surrogateescape (test.test_email.test_message.TestMIMEPart.test_gh_94606_good_surrogateescape)\nPASS: test_gh_94606_out_of_range_surrogate (test.test_email.test_message.TestMIMEPart.test_gh_94606_out_of_range_surrogate)\nPASS: test_gh_94606_string_with_utf8 (test.test_email.test_message.TestMIMEPart.test_gh_94606_string_with_utf8)\nPASS: test_gh_94606_surrogate_and_utf8 (test.test_email.test_message.TestMIMEPart.test_gh_94606_surrogate_and_utf8)\nPASS: test_is_attachment (test.test_email.test_message.TestMIMEPart.test_is_attachment)\nPASS: test_iter_attachment_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_attachment_empty_message)\nPASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_inline_mixed)\nPASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_mixed)\nPASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_message_rfc822)\nPASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mime_non_text)\nPASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_alternative_plain_related)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_text_message_rfc822)\nPASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_attachment_non_mime_plain)\nPASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_alternative)\nPASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_attachment_mixed)\nPASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_mixed)\nPASS: test_iter_attachment_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related)\nPASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related_with_start)\nPASS: test_iter_attachments_mutation (test.test_email.test_message.TestMIMEPart.test_iter_attachments_mutation)\nPASS: test_iter_parts_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_parts_empty_message)\nPASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_inline_mixed)\nPASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_mixed)\nPASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_message_rfc822)\nPASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_parts_mime_non_text)\nPASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_alternative_plain_related)\nPASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html)\nPASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_text_message_rfc822)\nPASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_parts_non_mime_plain)\nPASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_alternative)\nPASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_attachment_mixed)\nPASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_mixed)\nPASS: test_iter_parts_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_related)\nPASS: test_iter_parts_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_parts_related_with_start)\nPASS: test_make_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_alternative_alternative_)\nPASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_alternative_mixed_raises)\nPASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_no_content_succeeds)\nPASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_none_succeeds)\nPASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_plain_succeeds)\nPASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_related_succeeds)\nPASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_alternative_succeeds)\nPASS: test_make_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_mixed_mixed_)\nPASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_no_content_succeeds)\nPASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_none_succeeds)\nPASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_plain_succeeds)\nPASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_related_succeeds)\nPASS: test_make_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_related_alternative_raises)\nPASS: test_make_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_related_mixed_raises)\nPASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_no_content_succeeds)\nPASS: test_make_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_none_succeeds)\nPASS: test_make_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_plain_succeeds)\nPASS: test_make_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_related_related_)\nPASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_alternative_)\nPASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_mixed_raises)\nPASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_no_content_succeeds)\nPASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_none_succeeds)\nPASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_plain_succeeds)\nPASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_related_succeeds)\nPASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_alternative_succeeds)\nPASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_mixed_)\nPASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_no_content_succeeds)\nPASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_none_succeeds)\nPASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_plain_succeeds)\nPASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_related_succeeds)\nPASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_alternative_raises)\nPASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_mixed_raises)\nPASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_no_content_succeeds)\nPASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_none_succeeds)\nPASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_plain_succeeds)\nPASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_related_)\nPASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestMIMEPart.test_policy_on_part_made_by_make_comes_from_message)\nPASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_set_content_default_cm_comes_from_policy)\nPASS: test_set_content_does_not_add_MIME_Version (test.test_email.test_message.TestMIMEPart.test_set_content_does_not_add_MIME_Version)\nPASS: test_set_content_with_cm (test.test_email.test_message.TestMIMEPart.test_set_content_with_cm)\nPASS: test_string_payload_with_multipart_content_type (test.test_email.test_message.TestMIMEPart.test_string_payload_with_multipart_content_type)\nPASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestBytesParser.test_custom_message_factory_on_policy)\nPASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestBytesParser.test_factory_arg_overrides_policy)\nPASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestBytesParser.test_only_split_on_cr_lf)\nPASS: test_custom_message_gets_policy_if_possible_from_file (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_file)\nPASS: test_custom_message_gets_policy_if_possible_from_string (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_string)\nPASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestParser.test_custom_message_factory_on_policy)\nPASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestParser.test_factory_arg_overrides_policy)\nPASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestParser.test_only_split_on_cr_lf)\nPASS: test_deepcopy_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_date)\nPASS: test_deepcopy_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_from)\nPASS: test_deepcopy_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_subject)\nPASS: test_deepcopy_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_to)\nPASS: test_pickle_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_date)\nPASS: test_pickle_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_from)\nPASS: test_pickle_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_subject)\nPASS: test_pickle_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_to)\nPASS: test_deepcopy_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_created)\nPASS: test_deepcopy_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_parsed)\nPASS: test_pickle_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_created)\nPASS: test_pickle_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_parsed)\nPASS: test_abc (test.test_email.test_policy.PolicyAPITests.test_abc)\nPASS: test_adding_default_policies_preserves_default_factory (test.test_email.test_policy.PolicyAPITests.test_adding_default_policies_preserves_default_factory)\nPASS: test_all_attributes_covered (test.test_email.test_policy.PolicyAPITests.test_all_attributes_covered)\nPASS: test_clone_copies_factory (test.test_email.test_policy.PolicyAPITests.test_clone_copies_factory)\nPASS: test_default_header_factory (test.test_email.test_policy.PolicyAPITests.test_default_header_factory)\nPASS: test_defaults (test.test_email.test_policy.PolicyAPITests.test_defaults)\nPASS: test_each_Policy_gets_unique_factory (test.test_email.test_policy.PolicyAPITests.test_each_Policy_gets_unique_factory)\nPASS: test_fold_utf8 (test.test_email.test_policy.PolicyAPITests.test_fold_utf8)\nPASS: test_fold_zero_max_line_length (test.test_email.test_policy.PolicyAPITests.test_fold_zero_max_line_length)\nPASS: test_handle_defect_raises_on_strict (test.test_email.test_policy.PolicyAPITests.test_handle_defect_raises_on_strict)\nPASS: test_handle_defect_registers_defect (test.test_email.test_policy.PolicyAPITests.test_handle_defect_registers_defect)\nPASS: test_new_factory_overrides_default (test.test_email.test_policy.PolicyAPITests.test_new_factory_overrides_default)\nPASS: test_non_ascii_chars_do_not_cause_inf_loop (test.test_email.test_policy.PolicyAPITests.test_non_ascii_chars_do_not_cause_inf_loop)\nPASS: test_overridden_register_defect_still_raises (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_still_raises)\nPASS: test_overridden_register_defect_works (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_works)\nPASS: test_policy_addition (test.test_email.test_policy.PolicyAPITests.test_policy_addition)\nPASS: test_policy_is_immutable (test.test_email.test_policy.PolicyAPITests.test_policy_is_immutable)\nPASS: test_register_defect (test.test_email.test_policy.PolicyAPITests.test_register_defect)\nPASS: test_reject_non_policy_keyword_when_called (test.test_email.test_policy.PolicyAPITests.test_reject_non_policy_keyword_when_called)\nPASS: test_set_policy_attrs_when_cloned (test.test_email.test_policy.PolicyAPITests.test_set_policy_attrs_when_cloned)\nPASS: test_short_maxlen_error (test.test_email.test_policy.PolicyAPITests.test_short_maxlen_error)\ntest_verify_generated_headers (test.test_email.test_policy.PolicyAPITests.test_verify_generated_headers)\nPASS: Turning protection off allows header injection\nPASS: test_header_store_parse_rejects_newlines (test.test_email.test_policy.TestConcretePolicies.test_header_store_parse_rejects_newlines)\nPASS: test_bytes_parser (test.test_email.test_policy.TestPolicyPropagation.test_bytes_parser)\nPASS: test_message_from_binary_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_binary_file)\nPASS: test_message_from_bytes (test.test_email.test_policy.TestPolicyPropagation.test_message_from_bytes)\nPASS: test_message_from_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_file)\nPASS: test_message_from_string (test.test_email.test_policy.TestPolicyPropagation.test_message_from_string)\nPASS: test_message_policy_propagates_to_generator (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_propagates_to_generator)\nPASS: test_message_policy_used_by_as_string (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_used_by_as_string)\nPASS: test_parser (test.test_email.test_policy.TestPolicyPropagation.test_parser)\nPASS: test_parser_propagates_policy_to_message (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_message)\nPASS: test_parser_propagates_policy_to_sub_messages (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_sub_messages)\nPASS: test_aware_datetime (test.test_email.test_utils.DateTimeTests.test_aware_datetime)\nPASS: test_naive_datetime (test.test_email.test_utils.DateTimeTests.test_naive_datetime)\nPASS: test_parsedate_to_datetime (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime)\nPASS: test_parsedate_to_datetime_naive (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_naive)\nPASS: test_parsedate_to_datetime_with_invalid_raises_valueerror (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_with_invalid_raises_valueerror)\nPASS: test_usegmt (test.test_email.test_utils.DateTimeTests.test_usegmt)\nPASS: test_usegmt_with_naive_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_naive_datetime_raises)\nPASS: test_usegmt_with_non_utc_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_non_utc_datetime_raises)\nPASS: test_isdst_deprecation (test.test_email.test_utils.LocaltimeTests.test_isdst_deprecation)\nPASS: test_localtime_daylight_false_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_false)\nPASS: test_localtime_daylight_false_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_true)\nPASS: test_localtime_daylight_true_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_false)\nPASS: test_localtime_daylight_true_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_true)\nPASS: test_localtime_epoch_notz_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_false)\nPASS: test_localtime_epoch_notz_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_true)\nPASS: test_localtime_epoch_utc_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_false)\nPASS: test_localtime_epoch_utc_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_true)\nPASS: test_localtime_is_tz_aware_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_false)\nPASS: test_localtime_is_tz_aware_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_true)\nPASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests.test_variable_tzname)\n\n----------------------------------------------------------------------\nRan 1745 tests in 0.875s\n\nOK (skipped=2)\n0:01:25 load avg: 1.51 [173/480] test_enum passed\nPASS: test__all__ (test.test_enum.MiscTestCase.test__all__)\nPASS: test_doc_1 (test.test_enum.MiscTestCase.test_doc_1)\nPASS: test_doc_2 (test.test_enum.MiscTestCase.test_doc_2)\nPASS: test_doc_3 (test.test_enum.MiscTestCase.test_doc_3)\nPASS: test_doc_4 (test.test_enum.MiscTestCase.test_doc_4)\nPASS: test_aliases (test.test_enum.OldTestFlag.test_aliases)\nPASS: test_and (test.test_enum.OldTestFlag.test_and)\nPASS: test_auto_number (test.test_enum.OldTestFlag.test_auto_number)\nPASS: test_auto_number_garbage (test.test_enum.OldTestFlag.test_auto_number_garbage)\nPASS: test_bool (test.test_enum.OldTestFlag.test_bool)\nPASS: test_boundary (test.test_enum.OldTestFlag.test_boundary)\nPASS: test_contains_tf (test.test_enum.OldTestFlag.test_contains_tf)\nPASS: test_duplicate_auto (test.test_enum.OldTestFlag.test_duplicate_auto)\nPASS: test_init_subclass (test.test_enum.OldTestFlag.test_init_subclass)\nPASS: test_iter (test.test_enum.OldTestFlag.test_iter)\nPASS: test_member_contains (test.test_enum.OldTestFlag.test_member_contains)\nPASS: test_member_iter (test.test_enum.OldTestFlag.test_member_iter)\nPASS: test_member_length (test.test_enum.OldTestFlag.test_member_length)\nPASS: test_multiple_mixin (test.test_enum.OldTestFlag.test_multiple_mixin)\nPASS: test_number_reset_and_order_cleanup (test.test_enum.OldTestFlag.test_number_reset_and_order_cleanup)\nPASS: test_or (test.test_enum.OldTestFlag.test_or)\nPASS: test_pickle (test.test_enum.OldTestFlag.test_pickle)\nPASS: test_programatic_function_from_dict (test.test_enum.OldTestFlag.test_programatic_function_from_dict)\nPASS: test_programatic_function_iterable (test.test_enum.OldTestFlag.test_programatic_function_iterable)\nPASS: test_programatic_function_string (test.test_enum.OldTestFlag.test_programatic_function_string)\nPASS: test_programatic_function_string_list (test.test_enum.OldTestFlag.test_programatic_function_string_list)\nPASS: test_programatic_function_string_with_start (test.test_enum.OldTestFlag.test_programatic_function_string_with_start)\nPASS: test_unique_composite (test.test_enum.OldTestFlag.test_unique_composite)\nPASS: test_xor (test.test_enum.OldTestFlag.test_xor)\nPASS: test_aliases (test.test_enum.OldTestIntFlag.test_aliases)\nPASS: test_and (test.test_enum.OldTestIntFlag.test_and)\nPASS: test_bool (test.test_enum.OldTestIntFlag.test_bool)\nPASS: test_boundary (test.test_enum.OldTestIntFlag.test_boundary)\nPASS: test_contains_tf (test.test_enum.OldTestIntFlag.test_contains_tf)\nPASS: test_format (test.test_enum.OldTestIntFlag.test_format)\nPASS: test_global_enum_str (test.test_enum.OldTestIntFlag.test_global_enum_str)\nPASS: test_global_repr_conform1 (test.test_enum.OldTestIntFlag.test_global_repr_conform1)\nPASS: test_global_repr_keep (test.test_enum.OldTestIntFlag.test_global_repr_keep)\nPASS: test_invert (test.test_enum.OldTestIntFlag.test_invert)\nPASS: test_iter (test.test_enum.OldTestIntFlag.test_iter)\nPASS: test_member_contains (test.test_enum.OldTestIntFlag.test_member_contains)\nPASS: test_member_iter (test.test_enum.OldTestIntFlag.test_member_iter)\nPASS: test_member_length (test.test_enum.OldTestIntFlag.test_member_length)\nPASS: test_multiple_mixin (test.test_enum.OldTestIntFlag.test_multiple_mixin)\nPASS: test_or (test.test_enum.OldTestIntFlag.test_or)\nPASS: test_programatic_function_from_dict (test.test_enum.OldTestIntFlag.test_programatic_function_from_dict)\nPASS: test_programatic_function_from_empty_list (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_list)\nPASS: test_programatic_function_from_empty_tuple (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_tuple)\nPASS: test_programatic_function_iterable (test.test_enum.OldTestIntFlag.test_programatic_function_iterable)\nPASS: test_programatic_function_string (test.test_enum.OldTestIntFlag.test_programatic_function_string)\nPASS: test_programatic_function_string_list (test.test_enum.OldTestIntFlag.test_programatic_function_string_list)\nPASS: test_programatic_function_string_with_start (test.test_enum.OldTestIntFlag.test_programatic_function_string_with_start)\nPASS: test_type (test.test_enum.OldTestIntFlag.test_type)\nPASS: test_unique_composite (test.test_enum.OldTestIntFlag.test_unique_composite)\nPASS: test_xor (test.test_enum.OldTestIntFlag.test_xor)\nPASS: test_convert_complex (test.test_enum.TestConvert.test_convert_complex)\nPASS: test_convert_int (test.test_enum.TestConvert.test_convert_int)\nPASS: test_convert_raise (test.test_enum.TestConvert.test_convert_raise)\nPASS: test_convert_repr_and_str (test.test_enum.TestConvert.test_convert_repr_and_str)\nPASS: test_convert_str (test.test_enum.TestConvert.test_convert_str)\nPASS: test_convert_uncomparable (test.test_enum.TestConvert.test_convert_uncomparable)\nPASS: test_convert_value_lookup_priority (test.test_enum.TestConvert.test_convert_value_lookup_priority)\nPASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings.test_empty_string)\nPASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_character_string)\nPASS: test_non_latin_number_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_number_string)\ntest_enum_dict_in_metaclass (test.test_enum.TestEnumDict.test_enum_dict_in_metaclass)\nPASS: Test that EnumDict is usable as a class namespace\ntest_enum_dict_standalone (test.test_enum.TestEnumDict.test_enum_dict_standalone)\nPASS: Test that EnumDict is usable on its own\nPASS: test_dunder (test.test_enum.TestHelpers.test_dunder)\nPASS: test_is_descriptor (test.test_enum.TestHelpers.test_is_descriptor)\nPASS: test_is_private (test.test_enum.TestHelpers.test_is_private)\nPASS: test_iter_bits_lsb (test.test_enum.TestHelpers.test_iter_bits_lsb)\nPASS: test_sunder (test.test_enum.TestHelpers.test_sunder)\nPASS: test_attribute_deletion (test.test_enum.TestIntEnumClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntEnumClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntEnumClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntEnumClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntEnumClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntEnumClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntEnumClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntEnumClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntEnumClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestIntEnumClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntEnumClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntEnumClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntEnumClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntEnumClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntEnumClass.test_format)\nPASS: test_format_specs (test.test_enum.TestIntEnumClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntEnumClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntEnumClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntEnumClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntEnumClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntEnumClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntEnumClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestIntEnumClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntEnumClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntEnumClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntEnumClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntEnumClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntEnumClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntEnumClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntEnumClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntEnumClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntEnumClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntEnumClass.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestIntEnumClass.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestIntEnumClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestIntEnumFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntEnumFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntEnumFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntEnumFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntEnumFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntEnumFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntEnumFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntEnumFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntEnumFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestIntEnumFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntEnumFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntEnumFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntEnumFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntEnumFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntEnumFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestIntEnumFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntEnumFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntEnumFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntEnumFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntEnumFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntEnumFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntEnumFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestIntEnumFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntEnumFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntEnumFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntEnumFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntEnumFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntEnumFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntEnumFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntEnumFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntEnumFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntEnumFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntEnumFunction.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestIntEnumFunction.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestIntEnumFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestIntFlagClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntFlagClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntFlagClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntFlagClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntFlagClass.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestIntFlagClass.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntFlagClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntFlagClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntFlagClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntFlagClass.test_copy_member)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlagClass.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestIntFlagClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntFlagClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntFlagClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntFlagClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntFlagClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntFlagClass.test_format)\nPASS: test_format_specs (test.test_enum.TestIntFlagClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntFlagClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntFlagClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntFlagClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntFlagClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntFlagClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntFlagClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestIntFlagClass.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestIntFlagClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntFlagClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntFlagClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntFlagClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntFlagClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntFlagClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntFlagClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntFlagClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntFlagClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntFlagClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntFlagClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestIntFlagClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestIntFlagFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntFlagFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntFlagFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntFlagFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntFlagFunction.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestIntFlagFunction.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntFlagFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntFlagFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntFlagFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntFlagFunction.test_copy_member)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlagFunction.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestIntFlagFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntFlagFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntFlagFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntFlagFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntFlagFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntFlagFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestIntFlagFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntFlagFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntFlagFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntFlagFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntFlagFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntFlagFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntFlagFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestIntFlagFunction.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestIntFlagFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntFlagFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntFlagFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntFlagFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntFlagFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntFlagFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntFlagFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntFlagFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntFlagFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntFlagFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntFlagFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestIntFlagFunction.test_str)\nPASS: test_auto_garbage_corrected_fail (test.test_enum.TestInternals.test_auto_garbage_corrected_fail)\nSKIP: test_auto_garbage_corrected_ok (test.test_enum.TestInternals.test_auto_garbage_corrected_ok) 'mixed types with auto() no longer supported'\nPASS: test_auto_garbage_fail (test.test_enum.TestInternals.test_auto_garbage_fail)\nSKIP: test_auto_garbage_ok (test.test_enum.TestInternals.test_auto_garbage_ok) 'mixed types with auto() no longer supported'\nPASS: test_auto_name (test.test_enum.TestInternals.test_auto_name)\nPASS: test_auto_name_inherit (test.test_enum.TestInternals.test_auto_name_inherit)\nPASS: test_auto_number (test.test_enum.TestInternals.test_auto_number)\nPASS: test_auto_order (test.test_enum.TestInternals.test_auto_order)\nPASS: test_auto_order_wierd (test.test_enum.TestInternals.test_auto_order_wierd)\nPASS: test_auto_with_aliases (test.test_enum.TestInternals.test_auto_with_aliases)\nPASS: test_dunder (test.test_enum.TestInternals.test_dunder)\nPASS: test_duplicate_auto (test.test_enum.TestInternals.test_duplicate_auto)\nPASS: test_is_private (test.test_enum.TestInternals.test_is_private)\nPASS: test_multiple_auto_on_line (test.test_enum.TestInternals.test_multiple_auto_on_line)\nPASS: test_sunder (test.test_enum.TestInternals.test_sunder)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalDateClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalDateClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalDateClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalDateClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalDateClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalDateClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalDateClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalDateClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalDateClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalDateClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalDateClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalDateClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalDateClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalDateClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalDateClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalDateClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalDateClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalDateClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalDateClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalDateClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalDateClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalDateClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalDateClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalDateClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalDateClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalDateClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalDateClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalDateClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalDateClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalDateClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalDateClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalDateClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalDateClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalDateClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalDateFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalDateFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalDateFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalDateFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalDateFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalDateFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalDateFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalDateFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalDateFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalDateFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalDateFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalDateFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalDateFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalDateFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalDateFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalDateFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalDateFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalDateFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalDateFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalDateFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalDateFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalDateFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalDateFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalDateFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalDateFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalDateFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalDateFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalDateFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalDateFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalDateFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalDateFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalDateFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalDateFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalDateFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalFloatClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalFloatClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalFloatClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalFloatClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalFloatClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalFloatClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalFloatClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalFloatClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalFloatClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalFloatClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalFloatClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalFloatClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalFloatClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalFloatClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalFloatClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalFloatClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalFloatClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalFloatClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalFloatClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalFloatClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalFloatClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalFloatClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalFloatClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalFloatClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalFloatClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalFloatClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalFloatClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalFloatClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalFloatClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalFloatClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalFloatClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalFloatClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalFloatClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalFloatClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalFloatFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalFloatFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalFloatFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalFloatFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalFloatFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalFloatFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalFloatFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalFloatFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalFloatFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalFloatFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalFloatFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalFloatFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalFloatFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalFloatFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalFloatFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalFloatFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalFloatFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalFloatFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalFloatFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalFloatFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalFloatFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalFloatFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalFloatFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalFloatFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalFloatFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalFloatFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalFloatFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalFloatFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalFloatFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalFloatFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedDateClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedDateClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedDateClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedDateClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedDateClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedDateClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedDateClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedDateClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedDateClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedDateClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedDateClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedDateClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedDateClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedDateClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedDateClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedDateClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedDateClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedDateClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedDateClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedDateClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedDateClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedDateClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedDateClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedDateClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedDateClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedDateClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedDateClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedDateClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedDateClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedDateClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedDateClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedDateClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedDateFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedDateFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedDateFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedDateFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedDateFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedDateFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedDateFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedDateFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedDateFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedDateFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedDateFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedDateFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedDateFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedDateFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedDateFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedDateFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedDateFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedDateFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedDateFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedDateFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedDateFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedDateFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedDateFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedDateFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedDateFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedDateFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedDateFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedDateFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedDateFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedDateFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedDateFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedDateFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedFloatClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedFloatClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedFloatClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedFloatClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedFloatClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedFloatClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedFloatClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedFloatClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedFloatClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedFloatClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedFloatClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedFloatClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedFloatClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedFloatClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedFloatClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedFloatClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedFloatClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedFloatClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedFloatClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedFloatClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedFloatClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedFloatClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedFloatClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedFloatClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedFloatClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedFloatClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedFloatClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedFloatClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedFloatClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedFloatClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedFloatClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedFloatClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedFloatFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedFloatFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedFloatFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedFloatFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedFloatFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedFloatFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedFloatFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedFloatFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedFloatFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedFloatFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedFloatFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedFloatFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedFloatFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedFloatFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedFloatFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedFloatFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedFloatFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedFloatFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedFloatFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedFloatFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedFloatFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedFloatFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedFloatFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedFloatFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedFloatFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedFloatFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedFloatFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedFloatFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedFloatFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedFloatFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedFloatFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedFloatFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedIntClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntFlagClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntFlagClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntFlagClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntFlagClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntFlagClass.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestMixedIntFlagClass.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFlagClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntFlagClass.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlagClass.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntFlagClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntFlagClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFlagClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFlagClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFlagClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntFlagClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntFlagClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntFlagClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntFlagClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntFlagClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntFlagClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlagClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntFlagClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestMixedIntFlagClass.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestMixedIntFlagClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntFlagClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntFlagClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlagClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntFlagClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntFlagClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFlagClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntFlagClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntFlagFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntFlagFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntFlagFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntFlagFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntFlagFunction.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestMixedIntFlagFunction.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFlagFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntFlagFunction.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlagFunction.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntFlagFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntFlagFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFlagFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFlagFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFlagFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntFlagFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntFlagFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntFlagFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntFlagFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntFlagFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntFlagFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlagFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntFlagFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestMixedIntFlagFunction.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestMixedIntFlagFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntFlagFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntFlagFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntFlagFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFlagFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntFlagFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedIntFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedStrClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedStrClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedStrClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedStrClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedStrClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedStrClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedStrClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedStrClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedStrClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedStrClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedStrClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedStrClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedStrClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedStrClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedStrClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedStrClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedStrClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedStrClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedStrClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedStrClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedStrClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedStrClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedStrClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedStrClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedStrClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedStrClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedStrClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedStrClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedStrClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedStrClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedStrClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedStrClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedStrFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedStrFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedStrFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedStrFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedStrFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedStrFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedStrFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedStrFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedStrFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedStrFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedStrFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedStrFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedStrFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedStrFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedStrFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedStrFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedStrFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedStrFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedStrFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedStrFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedStrFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedStrFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedStrFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedStrFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedStrFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedStrFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedStrFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedStrFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedStrFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedStrFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedStrFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedStrFunction.test_str)\nPASS: test_enum_has_extra_members (test.test_enum.TestOrder.test_enum_has_extra_members)\nPASS: test_enum_has_extra_members_with_aliases (test.test_enum.TestOrder.test_enum_has_extra_members_with_aliases)\nPASS: test_order_has_extra_members (test.test_enum.TestOrder.test_order_has_extra_members)\nPASS: test_order_has_extra_members_with_aliases (test.test_enum.TestOrder.test_order_has_extra_members_with_aliases)\nPASS: test_same_members (test.test_enum.TestOrder.test_same_members)\nPASS: test_same_members_with_aliases (test.test_enum.TestOrder.test_same_members_with_aliases)\nPASS: test_same_members_wrong_order (test.test_enum.TestOrder.test_same_members_wrong_order)\nPASS: test_attribute_deletion (test.test_enum.TestPlainEnumClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainEnumClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainEnumClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainEnumClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainEnumClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainEnumClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainEnumClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestPlainEnumClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainEnumClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainEnumClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainEnumClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainEnumClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainEnumClass.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainEnumClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainEnumClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainEnumClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainEnumClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainEnumClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainEnumClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestPlainEnumClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestPlainEnumClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainEnumClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainEnumClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainEnumClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainEnumClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainEnumClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainEnumClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainEnumClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainEnumClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainEnumClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainEnumClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainEnumClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestPlainEnumFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainEnumFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainEnumFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainEnumFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainEnumFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainEnumFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainEnumFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestPlainEnumFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainEnumFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainEnumFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainEnumFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainEnumFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainEnumFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainEnumFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainEnumFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainEnumFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainEnumFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainEnumFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainEnumFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestPlainEnumFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestPlainEnumFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainEnumFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainEnumFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainEnumFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainEnumFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainEnumFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainEnumFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainEnumFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainEnumFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainEnumFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainEnumFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainEnumFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestPlainFlagClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainFlagClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainFlagClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainFlagClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainFlagClass.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestPlainFlagClass.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainFlagClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainFlagClass.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlagClass.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestPlainFlagClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainFlagClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainFlagClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainFlagClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainFlagClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainFlagClass.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainFlagClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainFlagClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainFlagClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainFlagClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainFlagClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainFlagClass.test_multiple_superclasses_repr)\nPASS: test_none_member (test.test_enum.TestPlainFlagClass.test_none_member)\ntest_object_str_override (test.test_enum.TestPlainFlagClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestPlainFlagClass.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestPlainFlagClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainFlagClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainFlagClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainFlagClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainFlagClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainFlagClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainFlagClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainFlagClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainFlagClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainFlagClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainFlagClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainFlagClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestPlainFlagFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainFlagFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainFlagFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainFlagFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainFlagFunction.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestPlainFlagFunction.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainFlagFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainFlagFunction.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlagFunction.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestPlainFlagFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainFlagFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainFlagFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainFlagFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainFlagFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainFlagFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainFlagFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainFlagFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainFlagFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainFlagFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainFlagFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainFlagFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestPlainFlagFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestPlainFlagFunction.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestPlainFlagFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainFlagFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainFlagFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainFlagFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainFlagFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainFlagFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainFlagFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainFlagFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainFlagFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainFlagFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainFlagFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainFlagFunction.test_str)\nPASS: test_add_alias (test.test_enum.TestSpecial.test_add_alias)\nPASS: test_add_value_alias_after_creation (test.test_enum.TestSpecial.test_add_value_alias_after_creation)\nPASS: test_add_value_alias_during_creation (test.test_enum.TestSpecial.test_add_value_alias_during_creation)\nPASS: test_bool (test.test_enum.TestSpecial.test_bool)\nPASS: test_comparisons (test.test_enum.TestSpecial.test_comparisons)\nPASS: test_conflicting_types_resolved_in_new (test.test_enum.TestSpecial.test_conflicting_types_resolved_in_new)\nPASS: test_contains_different_types_same_members (test.test_enum.TestSpecial.test_contains_different_types_same_members)\nPASS: test_contains_does_not_call_missing (test.test_enum.TestSpecial.test_contains_does_not_call_missing)\nPASS: test_contains_name_and_value_overlap (test.test_enum.TestSpecial.test_contains_name_and_value_overlap)\nPASS: test_custom_flag_bitwise (test.test_enum.TestSpecial.test_custom_flag_bitwise)\nPASS: test_custom_strenum (test.test_enum.TestSpecial.test_custom_strenum)\nPASS: test_default_missing_no_chained_exception (test.test_enum.TestSpecial.test_default_missing_no_chained_exception)\nSKIP: test_dir_with_custom_dunders (test.test_enum.TestSpecial.test_dir_with_custom_dunders) 'to-do list'\nPASS: test_duplicate_name_error (test.test_enum.TestSpecial.test_duplicate_name_error)\nPASS: test_duplicate_values_give_unique_enum_items (test.test_enum.TestSpecial.test_duplicate_values_give_unique_enum_items)\nPASS: test_dynamic_members_with_static_methods (test.test_enum.TestSpecial.test_dynamic_members_with_static_methods)\nPASS: test_empty_globals (test.test_enum.TestSpecial.test_empty_globals)\nPASS: test_empty_names (test.test_enum.TestSpecial.test_empty_names)\nPASS: test_enum_function_with_qualname (test.test_enum.TestSpecial.test_enum_function_with_qualname)\nPASS: test_enum_of_generic_aliases (test.test_enum.TestSpecial.test_enum_of_generic_aliases)\ntest_enum_of_types (test.test_enum.TestSpecial.test_enum_of_types)\nPASS: Support using Enum to refer to types deliberately.\ntest_enum_of_types_with_nonmember (test.test_enum.TestSpecial.test_enum_of_types_with_nonmember)\nPASS: Support using Enum to refer to types deliberately.\nPASS: test_enum_with_value_name (test.test_enum.TestSpecial.test_enum_with_value_name)\nPASS: test_equality (test.test_enum.TestSpecial.test_equality)\nPASS: test_exclude_methods (test.test_enum.TestSpecial.test_exclude_methods)\nPASS: test_extending (test.test_enum.TestSpecial.test_extending)\nPASS: test_extending2 (test.test_enum.TestSpecial.test_extending2)\nPASS: test_extending3 (test.test_enum.TestSpecial.test_extending3)\nPASS: test_extra_member_creation (test.test_enum.TestSpecial.test_extra_member_creation)\nPASS: test_flag_with_custom_new (test.test_enum.TestSpecial.test_flag_with_custom_new)\nPASS: test_floatenum_fromhex (test.test_enum.TestSpecial.test_floatenum_fromhex)\nPASS: test_flufl_enum (test.test_enum.TestSpecial.test_flufl_enum)\nPASS: test_getattr_dunder (test.test_enum.TestSpecial.test_getattr_dunder)\nPASS: test_getattr_getitem (test.test_enum.TestSpecial.test_getattr_getitem)\nPASS: test_ignore (test.test_enum.TestSpecial.test_ignore)\nPASS: test_inherited_data_type (test.test_enum.TestSpecial.test_inherited_data_type)\nPASS: test_inherited_new_from_enhanced_enum (test.test_enum.TestSpecial.test_inherited_new_from_enhanced_enum)\nPASS: test_inherited_new_from_mixed_enum (test.test_enum.TestSpecial.test_inherited_new_from_mixed_enum)\nPASS: test_init (test.test_enum.TestSpecial.test_init)\nPASS: test_init_exception (test.test_enum.TestSpecial.test_init_exception)\nPASS: test_int_flags_copy (test.test_enum.TestSpecial.test_int_flags_copy)\nPASS: test_intenum_from_bytes (test.test_enum.TestSpecial.test_intenum_from_bytes)\nPASS: test_intenum_transitivity (test.test_enum.TestSpecial.test_intenum_transitivity)\nPASS: test_introspection (test.test_enum.TestSpecial.test_introspection)\nPASS: test_iteration_order (test.test_enum.TestSpecial.test_iteration_order)\nPASS: test_member_from_member_access (test.test_enum.TestSpecial.test_member_from_member_access)\nPASS: test_missing_exceptions_reset (test.test_enum.TestSpecial.test_missing_exceptions_reset)\nPASS: test_missing_override (test.test_enum.TestSpecial.test_missing_override)\nPASS: test_missing_value_error (test.test_enum.TestSpecial.test_missing_value_error)\nPASS: test_mixed_enum_in_call_1 (test.test_enum.TestSpecial.test_mixed_enum_in_call_1)\nPASS: test_mixed_enum_in_call_2 (test.test_enum.TestSpecial.test_mixed_enum_in_call_2)\nPASS: test_multiple_inherited_mixin (test.test_enum.TestSpecial.test_multiple_inherited_mixin)\nPASS: test_multiple_mixin (test.test_enum.TestSpecial.test_multiple_mixin)\nPASS: test_multiple_mixin_inherited (test.test_enum.TestSpecial.test_multiple_mixin_inherited)\nPASS: test_multiple_mixin_mro (test.test_enum.TestSpecial.test_multiple_mixin_mro)\nPASS: test_multiple_mixin_with_common_data_type (test.test_enum.TestSpecial.test_multiple_mixin_with_common_data_type)\nPASS: test_namedtuple_as_value (test.test_enum.TestSpecial.test_namedtuple_as_value)\ntest_nested_classes_in_enum_are_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_members)\nSKIP: Check for warnings pre-3.13 'inner classes are not members'\ntest_nested_classes_in_enum_are_not_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members)\nPASS: Support locally-defined nested classes.\ntest_nested_classes_in_enum_with_member (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_member)\nPASS: Support locally-defined nested classes.\nPASS: test_nested_classes_in_enum_with_nonmember (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_nonmember)\nPASS: test_no_duplicates (test.test_enum.TestSpecial.test_no_duplicates)\nPASS: test_no_members (test.test_enum.TestSpecial.test_no_members)\nPASS: test_no_such_enum_member (test.test_enum.TestSpecial.test_no_such_enum_member)\nPASS: test_nonhash_value (test.test_enum.TestSpecial.test_nonhash_value)\nPASS: test_nonhashable_matches_hashable (test.test_enum.TestSpecial.test_nonhashable_matches_hashable)\nPASS: test_ordered_mixin (test.test_enum.TestSpecial.test_ordered_mixin)\nPASS: test_partial (test.test_enum.TestSpecial.test_partial)\nPASS: test_pickle_by_name (test.test_enum.TestSpecial.test_pickle_by_name)\nPASS: test_pickle_enum (test.test_enum.TestSpecial.test_pickle_enum)\nPASS: test_pickle_enum_function (test.test_enum.TestSpecial.test_pickle_enum_function)\nPASS: test_pickle_enum_function_with_module (test.test_enum.TestSpecial.test_pickle_enum_function_with_module)\nPASS: test_pickle_explodes (test.test_enum.TestSpecial.test_pickle_explodes)\nPASS: test_pickle_float (test.test_enum.TestSpecial.test_pickle_float)\nPASS: test_pickle_int (test.test_enum.TestSpecial.test_pickle_int)\nPASS: test_pickle_nested_class (test.test_enum.TestSpecial.test_pickle_nested_class)\nPASS: test_private_variable_is_normal_attribute (test.test_enum.TestSpecial.test_private_variable_is_normal_attribute)\nPASS: test_programmatic_function_is_value_call (test.test_enum.TestSpecial.test_programmatic_function_is_value_call)\nPASS: test_programmatic_function_string_list_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_list_with_start)\nPASS: test_programmatic_function_string_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_with_start)\nPASS: test_programmatic_function_type (test.test_enum.TestSpecial.test_programmatic_function_type)\nPASS: test_programmatic_function_type_from_subclass (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass)\nPASS: test_programmatic_function_type_from_subclass_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass_with_start)\nPASS: test_programmatic_function_type_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_with_start)\nPASS: test_raise_custom_error_on_creation (test.test_enum.TestSpecial.test_raise_custom_error_on_creation)\nPASS: test_repr_and_str_with_no_init_mixin (test.test_enum.TestSpecial.test_repr_and_str_with_no_init_mixin)\ntest_repr_with_dataclass (test.test_enum.TestSpecial.test_repr_with_dataclass)\nPASS: ensure dataclass-mixin has correct repr()\nPASS: test_repr_with_init_mixin (test.test_enum.TestSpecial.test_repr_with_init_mixin)\nPASS: test_reserved_sunder_error (test.test_enum.TestSpecial.test_reserved_sunder_error)\nPASS: test_second_tuple_item_is_falsey (test.test_enum.TestSpecial.test_second_tuple_item_is_falsey)\nPASS: test_strenum (test.test_enum.TestSpecial.test_strenum)\nPASS: test_string_enum (test.test_enum.TestSpecial.test_string_enum)\nPASS: test_subclass_duplicate_name (test.test_enum.TestSpecial.test_subclass_duplicate_name)\nPASS: test_subclass_duplicate_name_dynamic (test.test_enum.TestSpecial.test_subclass_duplicate_name_dynamic)\nPASS: test_subclasses_with_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_with_direct_pickle_support)\nPASS: test_subclasses_with_getnewargs (test.test_enum.TestSpecial.test_subclasses_with_getnewargs)\nPASS: test_subclasses_with_getnewargs_ex (test.test_enum.TestSpecial.test_subclasses_with_getnewargs_ex)\nPASS: test_subclasses_with_reduce (test.test_enum.TestSpecial.test_subclasses_with_reduce)\nPASS: test_subclasses_with_reduce_ex (test.test_enum.TestSpecial.test_subclasses_with_reduce_ex)\nPASS: test_subclasses_without_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_without_direct_pickle_support)\nPASS: test_subclassing (test.test_enum.TestSpecial.test_subclassing)\nPASS: test_too_many_data_types (test.test_enum.TestSpecial.test_too_many_data_types)\nPASS: test_tuple_subclass (test.test_enum.TestSpecial.test_tuple_subclass)\nPASS: test_tuple_subclass_with_auto_1 (test.test_enum.TestSpecial.test_tuple_subclass_with_auto_1)\nPASS: test_tuple_subclass_with_auto_2 (test.test_enum.TestSpecial.test_tuple_subclass_with_auto_2)\nPASS: test_using_members_as_nonmember (test.test_enum.TestSpecial.test_using_members_as_nonmember)\nPASS: test_value_backup_assign (test.test_enum.TestSpecial.test_value_backup_assign)\nPASS: test_wrong_enum_in_call (test.test_enum.TestSpecial.test_wrong_enum_in_call)\nPASS: test_wrong_enum_in_mixed_call (test.test_enum.TestSpecial.test_wrong_enum_in_mixed_call)\nPASS: test_wrong_inheritance_order (test.test_enum.TestSpecial.test_wrong_inheritance_order)\nPASS: test_inspect_classify_class_attrs (test.test_enum.TestStdLib.test_inspect_classify_class_attrs)\nPASS: test_inspect_getmembers (test.test_enum.TestStdLib.test_inspect_getmembers)\nPASS: test_inspect_signatures (test.test_enum.TestStdLib.test_inspect_signatures)\nPASS: test_pydoc (test.test_enum.TestStdLib.test_pydoc)\nPASS: test_test_simple_enum (test.test_enum.TestStdLib.test_test_simple_enum)\nPASS: test_attribute_deletion (test.test_enum.TestStrEnumClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestStrEnumClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestStrEnumClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestStrEnumClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestStrEnumClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestStrEnumClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestStrEnumClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestStrEnumClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestStrEnumClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestStrEnumClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestStrEnumClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestStrEnumClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestStrEnumClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestStrEnumClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestStrEnumClass.test_format)\nPASS: test_format_specs (test.test_enum.TestStrEnumClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestStrEnumClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestStrEnumClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestStrEnumClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestStrEnumClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestStrEnumClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestStrEnumClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestStrEnumClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestStrEnumClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestStrEnumClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestStrEnumClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestStrEnumClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestStrEnumClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestStrEnumClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestStrEnumClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestStrEnumClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestStrEnumClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestStrEnumClass.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestStrEnumClass.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestStrEnumClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestStrEnumFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestStrEnumFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestStrEnumFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestStrEnumFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestStrEnumFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestStrEnumFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestStrEnumFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestStrEnumFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestStrEnumFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestStrEnumFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestStrEnumFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestStrEnumFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestStrEnumFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestStrEnumFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestStrEnumFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestStrEnumFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestStrEnumFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestStrEnumFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestStrEnumFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestStrEnumFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestStrEnumFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestStrEnumFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestStrEnumFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestStrEnumFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestStrEnumFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestStrEnumFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestStrEnumFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestStrEnumFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestStrEnumFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestStrEnumFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestStrEnumFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestStrEnumFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestStrEnumFunction.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestStrEnumFunction.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestStrEnumFunction.test_str)\nPASS: test_unique_clean (test.test_enum.TestUnique.test_unique_clean)\nPASS: test_unique_dirty (test.test_enum.TestUnique.test_unique_dirty)\nPASS: test_unique_with_name (test.test_enum.TestUnique.test_unique_with_name)\nPASS: test_composite (test.test_enum.TestVerify.test_composite)\nPASS: test_continuous (test.test_enum.TestVerify.test_continuous)\nPASS: test_negative_alias (test.test_enum.TestVerify.test_negative_alias)\nPASS: test_unique_clean (test.test_enum.TestVerify.test_unique_clean)\nPASS: test_unique_dirty (test.test_enum.TestVerify.test_unique_dirty)\nPASS: test_unique_with_name (test.test_enum.TestVerify.test_unique_with_name)\nEnum (enum)\nPASS: Doctest: enum.Enum\n_simple_enum (enum)\nPASS: Doctest: enum._simple_enum\n_test_simple_enum (enum)\nPASS: Doctest: enum._test_simple_enum\nbin (enum)\nPASS: Doctest: enum.bin\n\n----------------------------------------------------------------------\nRan 1081 tests in 0.555s\n\nOK (skipped=4)\n0:01:25 load avg: 1.51 [174/480] test_enumerate passed\nPASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.EnumerateStartTestCase.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.EnumerateStartTestCase.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.EnumerateStartTestCase.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.EnumerateStartTestCase.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.EnumerateStartTestCase.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.EnumerateStartTestCase.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.EnumerateStartTestCase.test_noniterable)\nPASS: test_pickle (test.test_enumerate.EnumerateStartTestCase.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.EnumerateStartTestCase.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.EnumerateTestCase.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.EnumerateTestCase.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.EnumerateTestCase.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.EnumerateTestCase.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.EnumerateTestCase.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.EnumerateTestCase.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.EnumerateTestCase.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.EnumerateTestCase.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.EnumerateTestCase.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.EnumerateTestCase.test_noniterable)\nPASS: test_pickle (test.test_enumerate.EnumerateTestCase.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.EnumerateTestCase.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.SubclassTestCase.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.SubclassTestCase.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.SubclassTestCase.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.SubclassTestCase.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.SubclassTestCase.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.SubclassTestCase.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.SubclassTestCase.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.SubclassTestCase.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.SubclassTestCase.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.SubclassTestCase.test_noniterable)\nPASS: test_pickle (test.test_enumerate.SubclassTestCase.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.SubclassTestCase.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.TestBig.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestBig.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestBig.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestBig.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestBig.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestBig.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestBig.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestBig.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestBig.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestBig.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestBig.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestBig.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.TestEmpty.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestEmpty.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestEmpty.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestEmpty.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestEmpty.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestEmpty.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestEmpty.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestEmpty.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestEmpty.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestEmpty.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestEmpty.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestEmpty.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.TestLongStart.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestLongStart.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestLongStart.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestLongStart.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestLongStart.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestLongStart.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestLongStart.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestLongStart.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestLongStart.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestLongStart.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestLongStart.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestLongStart.test_tuple_reuse)\nPASS: test_args (test.test_enumerate.TestReversed.test_args)\nPASS: test_bug1229429 (test.test_enumerate.TestReversed.test_bug1229429)\nPASS: test_gc (test.test_enumerate.TestReversed.test_gc)\nPASS: test_len (test.test_enumerate.TestReversed.test_len)\nPASS: test_objmethods (test.test_enumerate.TestReversed.test_objmethods)\nPASS: test_pickle (test.test_enumerate.TestReversed.test_pickle)\nPASS: test_range_optimization (test.test_enumerate.TestReversed.test_range_optimization)\nPASS: test_simple (test.test_enumerate.TestReversed.test_simple)\nPASS: test_argumentcheck (test.test_enumerate.TestStart.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestStart.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestStart.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestStart.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestStart.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestStart.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestStart.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestStart.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestStart.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestStart.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestStart.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestStart.test_tuple_reuse)\n\n----------------------------------------------------------------------\nRan 92 tests in 0.058s\n\nOK\n0:01:25 load avg: 1.51 [175/480] test_epoll passed\nPASS: test_add (test.test_epoll.TestEPoll.test_add)\nPASS: test_badcreate (test.test_epoll.TestEPoll.test_badcreate)\nPASS: test_close (test.test_epoll.TestEPoll.test_close)\nPASS: test_context_manager (test.test_epoll.TestEPoll.test_context_manager)\nPASS: test_control_and_wait (test.test_epoll.TestEPoll.test_control_and_wait)\nPASS: test_create (test.test_epoll.TestEPoll.test_create)\nPASS: test_errors (test.test_epoll.TestEPoll.test_errors)\nPASS: test_fd_non_inheritable (test.test_epoll.TestEPoll.test_fd_non_inheritable)\nPASS: test_fromfd (test.test_epoll.TestEPoll.test_fromfd)\nPASS: test_unregister_closed (test.test_epoll.TestEPoll.test_unregister_closed)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.101s\n\nOK\n0:01:25 load avg: 1.51 [176/480] test_eof passed\nPASS: test_EOFS (test.test_eof.EOFTestCase.test_EOFS)\nPASS: test_EOFS_with_file (test.test_eof.EOFTestCase.test_EOFS_with_file)\nPASS: test_EOF_single_quote (test.test_eof.EOFTestCase.test_EOF_single_quote)\nPASS: test_eof_with_line_continuation (test.test_eof.EOFTestCase.test_eof_with_line_continuation)\ntest_line_continuation_EOF (test.test_eof.EOFTestCase.test_line_continuation_EOF)\nPASS: A continuation at the end of input must be an error; bpo2180.\ntest_line_continuation_EOF_from_file_bpo2180 (test.test_eof.EOFTestCase.test_line_continuation_EOF_from_file_bpo2180)\nPASS: Ensure tok_nextc() does not add too many ending newlines.\n\n----------------------------------------------------------------------\nRan 6 tests in 0.212s\n\nOK\n0:01:25 load avg: 1.51 [177/480] test_errno passed\nPASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests.test_for_improper_attributes)\nPASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests.test_using_errorcode)\nPASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests.test_attributes_in_errorcode)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:01:25 load avg: 1.51 [178/480] test_except_star passed\nPASS: test_break_continue_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_continue_in_except_star_block_valid)\nPASS: test_break_in_except_star (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_in_except_star)\nPASS: test_continue_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_continue_in_except_star_block_invalid)\nPASS: test_return_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_invalid)\nPASS: test_return_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_valid)\nPASS: test_sys_exception_restored (test.test_except_star.TestExceptStarCleanup.test_sys_exception_restored)\nPASS: test_except_star_EG_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_except_star_EG_subclass)\nPASS: test_exception_group_subclass_with_bad_split_func (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_exception_group_subclass_with_bad_split_func)\nPASS: test_falsy_exception_group_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_falsy_exception_group_subclass)\nPASS: test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_named)\nPASS: test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_unnamed)\nPASS: test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_named)\nPASS: test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_unnamed)\nPASS: test_raise_named (test.test_except_star.TestExceptStarRaise.test_raise_named)\nPASS: test_raise_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_unnamed)\nPASS: test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_named)\nPASS: test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_unnamed)\nPASS: test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_named)\nPASS: test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_unnamed)\nPASS: test_raise_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_named)\nPASS: test_raise_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_unnamed)\nPASS: test_reraise_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_all_named)\nPASS: test_reraise_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_all_unnamed)\nPASS: test_reraise_partial_handle_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_all_unnamed)\nPASS: test_reraise_partial_handle_some_named (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_named)\nPASS: test_reraise_partial_handle_some_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_unnamed)\nPASS: test_reraise_plain_exception_named (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_named)\nPASS: test_reraise_plain_exception_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_unnamed)\nPASS: test_reraise_some_handle_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_some_handle_all_named)\nPASS: test_empty_groups_removed (test.test_except_star.TestExceptStarSplitSemantics.test_empty_groups_removed)\nPASS: test_exception_group_except_star_Exception_not_wrapped (test.test_except_star.TestExceptStarSplitSemantics.test_exception_group_except_star_Exception_not_wrapped)\nPASS: test_first_match_wins_named (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_named)\nPASS: test_first_match_wins_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_unnamed)\nPASS: test_match__supertype (test.test_except_star.TestExceptStarSplitSemantics.test_match__supertype)\nPASS: test_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type)\nPASS: test_match_single_type_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_nested)\nPASS: test_match_single_type_partial_match (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_partial_match)\nPASS: test_match_type_tuple_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_type_tuple_nested)\nPASS: test_multiple_matches_named (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_named)\nPASS: test_multiple_matches_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_unnamed)\nPASS: test_naked_exception_matched_wrapped1 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped1)\nPASS: test_naked_exception_matched_wrapped2 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped2)\nPASS: test_nested_except_stars (test.test_except_star.TestExceptStarSplitSemantics.test_nested_except_stars)\nPASS: test_nested_in_loop (test.test_except_star.TestExceptStarSplitSemantics.test_nested_in_loop)\nPASS: test_no_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_no_match_single_type)\nPASS: test_plain_exception_not_matched (test.test_except_star.TestExceptStarSplitSemantics.test_plain_exception_not_matched)\nPASS: test_singleton_groups_are_kept (test.test_except_star.TestExceptStarSplitSemantics.test_singleton_groups_are_kept)\nPASS: test_catch_all_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_all_unhashable_exception_group_subclass)\nPASS: test_catch_none_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_none_unhashable_exception_group_subclass)\nPASS: test_catch_some_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_some_unhashable_exception_group_subclass)\nPASS: test_reraise_unhashable_eg (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_reraise_unhashable_eg)\nPASS: test_catch_everything_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_everything_unhashable_leaf)\nPASS: test_catch_nothing_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_nothing_unhashable_leaf)\nPASS: test_catch_unhashable_leaf_exception (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_unhashable_leaf_exception)\nPASS: test_propagate_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_propagate_unhashable_leaf)\nPASS: test_reraise_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_reraise_unhashable_leaf)\nPASS: test_except_star_ExceptionGroup_is_runtime_error_single (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_single)\nPASS: test_except_star_ExceptionGroup_is_runtime_error_tuple (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_tuple)\nPASS: test_except_star_invalid_exception_type (test.test_except_star.TestInvalidExceptStar.test_except_star_invalid_exception_type)\nPASS: test_mixed_except_and_except_star_is_syntax_error (test.test_except_star.TestInvalidExceptStar.test_mixed_except_and_except_star_is_syntax_error)\n\n----------------------------------------------------------------------\nRan 60 tests in 0.004s\n\nOK\n0:01:25 load avg: 1.51 [179/480] test_exception_hierarchy passed\nPASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest.test_blockingioerror)\nSKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest.test_errno_translation) 'Windows-specific test'\nPASS: test_posix_error (test.test_exception_hierarchy.AttributesTest.test_posix_error)\nPASS: test_windows_error (test.test_exception_hierarchy.AttributesTest.test_windows_error)\nPASS: test_errno_mapping (test.test_exception_hierarchy.ExplicitSubclassingTest.test_errno_mapping)\nPASS: test_init_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_kwdargs)\nPASS: test_init_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_new_overridden)\nPASS: test_init_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_overridden)\nPASS: test_init_standalone (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_standalone)\nPASS: test_new_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_kwdargs)\nPASS: test_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_overridden)\nPASS: test_builtin_errors (test.test_exception_hierarchy.HierarchyTest.test_builtin_errors)\nPASS: test_errno_mapping (test.test_exception_hierarchy.HierarchyTest.test_errno_mapping)\nPASS: test_select_error (test.test_exception_hierarchy.HierarchyTest.test_select_error)\nPASS: test_socket_errors (test.test_exception_hierarchy.HierarchyTest.test_socket_errors)\nPASS: test_try_except (test.test_exception_hierarchy.HierarchyTest.test_try_except)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.001s\n\nOK (skipped=1)\n0:01:25 load avg: 1.51 [180/480] test_exception_group passed\nPASS: test_bad_EG_construction__bad_excs_sequence (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_excs_sequence)\nPASS: test_bad_EG_construction__bad_message (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_message)\nPASS: test_bad_EG_construction__nested_non_exceptions (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__nested_non_exceptions)\nPASS: test_bad_EG_construction__too_many_args (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__too_many_args)\nPASS: test_deep_split (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_split)\nPASS: test_deep_subgroup (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_subgroup)\nPASS: test_basics_ExceptionGroup_fields (test.test_exception_group.ExceptionGroupFields.test_basics_ExceptionGroup_fields)\nPASS: test_fields_are_readonly (test.test_exception_group.ExceptionGroupFields.test_fields_are_readonly)\nPASS: test_basics_split_by_predicate__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__match)\nPASS: test_basics_split_by_predicate__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__no_match)\nPASS: test_basics_split_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__passthrough)\nPASS: test_basics_split_by_type__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__match)\nPASS: test_basics_split_by_type__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__no_match)\nPASS: test_basics_split_by_type__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__passthrough)\nPASS: test_basics_subgroup_by_predicate__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__match)\nPASS: test_basics_subgroup_by_predicate__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__no_match)\nPASS: test_basics_subgroup_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__passthrough)\nPASS: test_basics_subgroup_by_type__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__match)\nPASS: test_basics_subgroup_by_type__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__no_match)\nPASS: test_basics_subgroup_by_type__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__passthrough)\nPASS: test_basics_subgroup_split__bad_arg_type (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_split__bad_arg_type)\nPASS: test_BEG_and_E_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_BEG_and_E_subclass_does_not_wrap_base_exceptions)\nPASS: test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception (test.test_exception_group.InstanceCreation.test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception)\nPASS: test_BEG_subclass_wraps_anything (test.test_exception_group.InstanceCreation.test_BEG_subclass_wraps_anything)\nPASS: test_BEG_wraps_BaseException__creates_BEG (test.test_exception_group.InstanceCreation.test_BEG_wraps_BaseException__creates_BEG)\nPASS: test_BEG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_BEG_wraps_Exceptions__creates_EG)\nPASS: test_EG_and_specific_subclass_can_wrap_any_nonbase_exception (test.test_exception_group.InstanceCreation.test_EG_and_specific_subclass_can_wrap_any_nonbase_exception)\nPASS: test_EG_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_does_not_wrap_base_exceptions)\nPASS: test_EG_subclass_wraps_non_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_wraps_non_base_exceptions)\nPASS: test_EG_wraps_BaseException__raises_TypeError (test.test_exception_group.InstanceCreation.test_EG_wraps_BaseException__raises_TypeError)\nPASS: test_EG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_EG_wraps_Exceptions__creates_EG)\nPASS: test_leaf_generator (test.test_exception_group.LeafGeneratorTest.test_leaf_generator)\nPASS: test_iteration_full_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_iteration_full_tracebacks)\nPASS: test_nested_exception_group_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_exception_group_tracebacks)\nPASS: test_nested_group_chaining (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_chaining)\nPASS: test_nested_group_matches_template (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_matches_template)\nPASS: test_drive_invalid_return_value (test.test_exception_group.NestedExceptionGroupSplitTest.test_drive_invalid_return_value)\nPASS: test_split_BaseExceptionGroup (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_BaseExceptionGroup)\nPASS: test_split_by_type (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_by_type)\nPASS: test_split_copies_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_copies_notes)\nPASS: test_split_does_not_copy_non_sequence_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_does_not_copy_non_sequence_notes)\nPASS: test_split_BaseExceptionGroup_subclass_no_derive_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_BaseExceptionGroup_subclass_no_derive_new_override)\nPASS: test_split_ExceptionGroup_subclass_derive_and_new_overrides (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_derive_and_new_overrides)\nPASS: test_split_ExceptionGroup_subclass_no_derive_no_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_no_derive_no_new_override)\nPASS: test_BaseExceptionGroup (test.test_exception_group.StrAndReprTests.test_BaseExceptionGroup)\nPASS: test_ExceptionGroup (test.test_exception_group.StrAndReprTests.test_ExceptionGroup)\nPASS: test_custom_exception (test.test_exception_group.StrAndReprTests.test_custom_exception)\nPASS: test_exception_group_is_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_is_generic_type)\nPASS: test_exception_group_types (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_types)\nPASS: test_exception_is_not_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_is_not_generic_type)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.017s\n\nOK\n0:01:25 load avg: 1.51 [181/480] test_exception_variations passed\nPASS: test_nested (test.test_exception_variations.ExceptStarTestCases.test_nested)\nPASS: test_nested_else (test.test_exception_variations.ExceptStarTestCases.test_nested_else)\nPASS: test_nested_else_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed1)\nPASS: test_nested_else_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed2)\nPASS: test_nested_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed1)\nPASS: test_nested_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed2)\nPASS: test_try_except (test.test_exception_variations.ExceptStarTestCases.test_try_except)\nPASS: test_try_except_else (test.test_exception_variations.ExceptStarTestCases.test_try_except_else)\nPASS: test_try_except_else_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally)\nPASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally_no_exception)\nPASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_no_exception)\nPASS: test_try_except_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally)\nPASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally_no_exception)\nPASS: test_try_except_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_no_exception)\nPASS: test_try_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_finally_no_exception)\nPASS: test_nested (test.test_exception_variations.ExceptTestCases.test_nested)\nPASS: test_nested_else (test.test_exception_variations.ExceptTestCases.test_nested_else)\nPASS: test_nested_exception_in_else (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_else)\nPASS: test_nested_exception_in_except (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_except)\nPASS: test_nested_exception_in_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_no_exception)\nPASS: test_nested_exception_in_finally_with_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_with_exception)\nPASS: test_try_except (test.test_exception_variations.ExceptTestCases.test_try_except)\nPASS: test_try_except_else (test.test_exception_variations.ExceptTestCases.test_try_except_else)\nPASS: test_try_except_else_finally (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally)\nPASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally_no_exception)\nPASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_no_exception)\nPASS: test_try_except_finally (test.test_exception_variations.ExceptTestCases.test_try_except_finally)\nPASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_finally_no_exception)\nPASS: test_try_except_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_no_exception)\nPASS: test_try_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_finally_no_exception)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.001s\n\nOK\n0:01:25 load avg: 1.51 [182/480] test_extcall passed\ntest_extcall (test)\nPASS: Doctest: test.test_extcall\n\n----------------------------------------------------------------------\nRan 1 test in 0.021s\n\nOK\n0:01:26 load avg: 1.51 [183/480] test_external_inspection passed\nPASS: test_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace)\nPASS: test_self_trace (test.test_external_inspection.TestGetStackTrace.test_self_trace)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.019s\n\nOK\n0:01:26 load avg: 1.51 [184/480] test_docxmlrpc passed\ntest_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_annotations)\nPASS: Test that annotations works as expected\ntest_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolink_dotted_methods)\nPASS: Test that selfdot values are made strong automatically in the\ntest_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolinking)\nPASS: Test that the server correctly automatically wraps references to\nPASS: test_get_css (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_get_css)\nPASS: test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_invalid_get_response)\ntest_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_lambda)\nPASS: Test that lambda functionality stays the same.  The output produced\nPASS: test_server_title_escape (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_server_title_escape)\ntest_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_system_methods)\nPASS: Test the presence of three consecutive system.* methods.\nPASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_valid_get_response)\n\n----------------------------------------------------------------------\nRan 9 tests in 2.527s\n\nOK\n0:01:26 load avg: 1.51 [185/480] test_fcntl passed\nPASS: test_bad_fd (test.test_fcntl.TestFcntl.test_bad_fd)\nPASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl.test_fcntl_64_bit)\nPASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl.test_fcntl_bad_file)\nPASS: test_fcntl_bad_file_overflow (test.test_fcntl.TestFcntl.test_fcntl_bad_file_overflow)\nSKIP: test_fcntl_f_getpath (test.test_fcntl.TestFcntl.test_fcntl_f_getpath) 'F_GETPATH is only available on macos'\nPASS: test_fcntl_f_pipesize (test.test_fcntl.TestFcntl.test_fcntl_f_pipesize)\ntest_fcntl_file_descriptor (test.test_fcntl.TestFcntl.test_fcntl_file_descriptor) ... Status from fcntl with O_NONBLOCK:  0\nstruct.pack:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nString from fcntl with F_SETLKW:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nok\ntest_fcntl_fileno (test.test_fcntl.TestFcntl.test_fcntl_fileno) ... Status from fcntl with O_NONBLOCK:  0\nstruct.pack:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nString from fcntl with F_SETLKW:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nok\nPASS: test_flock (test.test_fcntl.TestFcntl.test_flock)\nPASS: test_flock_overflow (test.test_fcntl.TestFcntl.test_flock_overflow)\nPASS: test_lockf_exclusive (test.test_fcntl.TestFcntl.test_lockf_exclusive)\nPASS: test_lockf_share (test.test_fcntl.TestFcntl.test_lockf_share)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.153s\n\nOK (skipped=1)\n0:01:26 load avg: 1.63 [186/480] test_file passed\nPASS: testAttributes (test.test_file.CAutoFileTests.testAttributes)\nPASS: testErrors (test.test_file.CAutoFileTests.testErrors)\nPASS: testMethods (test.test_file.CAutoFileTests.testMethods)\nPASS: testReadWhenWriting (test.test_file.CAutoFileTests.testReadWhenWriting)\nPASS: testReadinto (test.test_file.CAutoFileTests.testReadinto)\nPASS: testReadinto_text (test.test_file.CAutoFileTests.testReadinto_text)\nPASS: testWeakRefs (test.test_file.CAutoFileTests.testWeakRefs)\nPASS: testWritelinesIntegers (test.test_file.CAutoFileTests.testWritelinesIntegers)\nPASS: testWritelinesIntegersUserList (test.test_file.CAutoFileTests.testWritelinesIntegersUserList)\nPASS: testWritelinesNonString (test.test_file.CAutoFileTests.testWritelinesNonString)\nPASS: testWritelinesUserList (test.test_file.CAutoFileTests.testWritelinesUserList)\nPASS: testBadModeArgument (test.test_file.COtherFileTests.testBadModeArgument)\nPASS: testIteration (test.test_file.COtherFileTests.testIteration)\nPASS: testModeStrings (test.test_file.COtherFileTests.testModeStrings)\nPASS: testSetBufferSize (test.test_file.COtherFileTests.testSetBufferSize)\nPASS: testStdin (test.test_file.COtherFileTests.testStdin)\nPASS: testTruncateOnWindows (test.test_file.COtherFileTests.testTruncateOnWindows)\nPASS: testAttributes (test.test_file.PyAutoFileTests.testAttributes)\nPASS: testErrors (test.test_file.PyAutoFileTests.testErrors)\nPASS: testMethods (test.test_file.PyAutoFileTests.testMethods)\nPASS: testReadWhenWriting (test.test_file.PyAutoFileTests.testReadWhenWriting)\nPASS: testReadinto (test.test_file.PyAutoFileTests.testReadinto)\nPASS: testReadinto_text (test.test_file.PyAutoFileTests.testReadinto_text)\nPASS: testWeakRefs (test.test_file.PyAutoFileTests.testWeakRefs)\nPASS: testWritelinesIntegers (test.test_file.PyAutoFileTests.testWritelinesIntegers)\nPASS: testWritelinesIntegersUserList (test.test_file.PyAutoFileTests.testWritelinesIntegersUserList)\nPASS: testWritelinesNonString (test.test_file.PyAutoFileTests.testWritelinesNonString)\nPASS: testWritelinesUserList (test.test_file.PyAutoFileTests.testWritelinesUserList)\nPASS: testBadModeArgument (test.test_file.PyOtherFileTests.testBadModeArgument)\nPASS: testIteration (test.test_file.PyOtherFileTests.testIteration)\nPASS: testModeStrings (test.test_file.PyOtherFileTests.testModeStrings)\nPASS: testSetBufferSize (test.test_file.PyOtherFileTests.testSetBufferSize)\nPASS: testStdin (test.test_file.PyOtherFileTests.testStdin)\nPASS: testTruncateOnWindows (test.test_file.PyOtherFileTests.testTruncateOnWindows)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.042s\n\nOK\n0:01:27 load avg: 1.63 [187/480] test_exceptions passed\nPASS: test_assertion_error_location (test.test_exceptions.AssertionErrorTests.test_assertion_error_location)\nPASS: test_multiline_not_highlighted (test.test_exceptions.AssertionErrorTests.test_multiline_not_highlighted)\nPASS: test_attributes (test.test_exceptions.AttributeErrorTests.test_attributes)\nPASS: test_getattr_has_name_and_obj (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj)\nPASS: test_getattr_has_name_and_obj_for_method (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_for_method)\nPASS: testAttributes (test.test_exceptions.ExceptionTests.testAttributes)\nPASS: testChainingAttrs (test.test_exceptions.ExceptionTests.testChainingAttrs)\nPASS: testChainingDescriptors (test.test_exceptions.ExceptionTests.testChainingDescriptors)\nPASS: testExceptionCleanupState (test.test_exceptions.ExceptionTests.testExceptionCleanupState)\nPASS: testInfiniteRecursion (test.test_exceptions.ExceptionTests.testInfiniteRecursion)\nPASS: testInvalidTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback)\nPASS: testKeywordArgs (test.test_exceptions.ExceptionTests.testKeywordArgs)\nSKIP: testMemoryErrorBigSource (test.test_exceptions.ExceptionTests.testMemoryErrorBigSource) \"resource 'cpu' is not enabled\"\nPASS: testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr)\nPASS: testRaising (test.test_exceptions.ExceptionTests.testRaising)\nPASS: testSettingException (test.test_exceptions.ExceptionTests.testSettingException)\nPASS: testSyntaxErrorMessage (test.test_exceptions.ExceptionTests.testSyntaxErrorMessage)\nPASS: testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests.testSyntaxErrorMissingParens)\nPASS: testSyntaxErrorOffset (test.test_exceptions.ExceptionTests.testSyntaxErrorOffset)\nPASS: testWithTraceback (test.test_exceptions.ExceptionTests.testWithTraceback)\nPASS: test_3114 (test.test_exceptions.ExceptionTests.test_3114)\nPASS: test_MemoryError (test.test_exceptions.ExceptionTests.test_MemoryError)\nPASS: test_WindowsError (test.test_exceptions.ExceptionTests.test_WindowsError)\nPASS: test_assert_shadowing (test.test_exceptions.ExceptionTests.test_assert_shadowing)\nPASS: test_badisinstance (test.test_exceptions.ExceptionTests.test_badisinstance)\nPASS: test_context_of_exception_in_else_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_else_and_finally)\nPASS: test_context_of_exception_in_except_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_except_and_finally)\nPASS: test_context_of_exception_in_try_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_try_and_finally)\nPASS: test_errno_ENOTDIR (test.test_exceptions.ExceptionTests.test_errno_ENOTDIR)\nPASS: test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests.test_error_offset_continuation_characters)\nPASS: test_exception_cleanup_names (test.test_exceptions.ExceptionTests.test_exception_cleanup_names)\nPASS: test_exception_cleanup_names2 (test.test_exceptions.ExceptionTests.test_exception_cleanup_names2)\nPASS: test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope)\nPASS: test_exception_with_doc (test.test_exceptions.ExceptionTests.test_exception_with_doc)\nPASS: test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_close_cleanup_exc_state)\nPASS: test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_del_cleanup_exc_state)\nPASS: test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc)\nPASS: test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc2)\nPASS: test_generator_finalizing_and_sys_exception (test.test_exceptions.ExceptionTests.test_generator_finalizing_and_sys_exception)\nPASS: test_generator_leaking (test.test_exceptions.ExceptionTests.test_generator_leaking)\nPASS: test_generator_leaking2 (test.test_exceptions.ExceptionTests.test_generator_leaking2)\nPASS: test_generator_leaking3 (test.test_exceptions.ExceptionTests.test_generator_leaking3)\nPASS: test_generator_leaking4 (test.test_exceptions.ExceptionTests.test_generator_leaking4)\nPASS: test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_next_cleanup_exc_state)\nPASS: test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_send_cleanup_exc_state)\nPASS: test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_throw_cleanup_exc_state)\nPASS: test_invalid_delattr (test.test_exceptions.ExceptionTests.test_invalid_delattr)\nPASS: test_invalid_setattr (test.test_exceptions.ExceptionTests.test_invalid_setattr)\nPASS: test_invalid_setstate (test.test_exceptions.ExceptionTests.test_invalid_setstate)\nPASS: test_memory_error_cleanup (test.test_exceptions.ExceptionTests.test_memory_error_cleanup)\nPASS: test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests.test_memory_error_in_PyErr_PrintEx)\nPASS: test_memory_error_in_subinterp (test.test_exceptions.ExceptionTests.test_memory_error_in_subinterp)\nPASS: test_memory_error_subclasses (test.test_exceptions.ExceptionTests.test_memory_error_subclasses)\nPASS: test_no_hang_on_context_chain_cycle1 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle1)\nPASS: test_no_hang_on_context_chain_cycle2 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle2)\nPASS: test_no_hang_on_context_chain_cycle3 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle3)\nPASS: test_notes (test.test_exceptions.ExceptionTests.test_notes)\nPASS: test_raise_does_not_create_context_chain_cycle (test.test_exceptions.ExceptionTests.test_raise_does_not_create_context_chain_cycle)\nPASS: test_raise_in_generator (test.test_exceptions.ExceptionTests.test_raise_in_generator)\nPASS: test_recursion_error_cleanup (test.test_exceptions.ExceptionTests.test_recursion_error_cleanup)\nPASS: test_recursion_in_except_handler (test.test_exceptions.ExceptionTests.test_recursion_in_except_handler)\nPASS: test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_exception)\nPASS: test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_infinite_exception)\nPASS: test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests.test_recursion_normalizing_with_no_memory)\nPASS: test_setstate (test.test_exceptions.ExceptionTests.test_setstate)\nPASS: test_str (test.test_exceptions.ExceptionTests.test_str)\nSKIP: test_trashcan_recursion (test.test_exceptions.ExceptionTests.test_trashcan_recursion) \"resource 'cpu' is not enabled\"\nPASS: test_unhandled (test.test_exceptions.ExceptionTests.test_unhandled)\nPASS: test_unicode_change_attributes (test.test_exceptions.ExceptionTests.test_unicode_change_attributes)\nPASS: test_unicode_error_str_does_not_crash (test.test_exceptions.ExceptionTests.test_unicode_error_str_does_not_crash)\nPASS: test_unicode_errors_no_object (test.test_exceptions.ExceptionTests.test_unicode_errors_no_object)\nPASS: test_unraisable (test.test_exceptions.ExceptionTests.test_unraisable)\ntest_windows_message (test.test_exceptions.ExceptionTests.test_windows_message)\nSKIP: Should fill in unknown error code in Windows error message 'test specific to Windows'\nPASS: test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests.test_yield_in_nested_try_excepts)\nPASS: test_attributes (test.test_exceptions.ImportErrorTests.test_attributes)\nPASS: test_copy_pickle (test.test_exceptions.ImportErrorTests.test_copy_pickle)\nPASS: test_non_str_argument (test.test_exceptions.ImportErrorTests.test_non_str_argument)\nPASS: test_reset_attributes (test.test_exceptions.ImportErrorTests.test_reset_attributes)\nPASS: test_gh_111654 (test.test_exceptions.NameErrorTests.test_gh_111654)\nPASS: test_issue45826 (test.test_exceptions.NameErrorTests.test_issue45826)\nPASS: test_issue45826_focused (test.test_exceptions.NameErrorTests.test_issue45826_focused)\nPASS: test_name_error_has_name (test.test_exceptions.NameErrorTests.test_name_error_has_name)\nPASS: test_lineno_after_other_except (test.test_exceptions.PEP626Tests.test_lineno_after_other_except)\nPASS: test_lineno_after_raise_in_except (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_except)\nPASS: test_lineno_after_raise_in_with_exit (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_with_exit)\nPASS: test_lineno_after_raise_simple (test.test_exceptions.PEP626Tests.test_lineno_after_raise_simple)\nPASS: test_lineno_after_with (test.test_exceptions.PEP626Tests.test_lineno_after_with)\nPASS: test_lineno_in_finally_except (test.test_exceptions.PEP626Tests.test_lineno_in_finally_except)\nPASS: test_lineno_in_finally_normal (test.test_exceptions.PEP626Tests.test_lineno_in_finally_normal)\nPASS: test_lineno_in_named_except (test.test_exceptions.PEP626Tests.test_lineno_in_named_except)\nPASS: test_lineno_in_try (test.test_exceptions.PEP626Tests.test_lineno_in_try)\nPASS: test_missing_lineno_shows_as_none (test.test_exceptions.PEP626Tests.test_missing_lineno_shows_as_none)\nPASS: test_attributes_new_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_new_constructor)\nPASS: test_attributes_old_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_old_constructor)\nPASS: test_encodings (test.test_exceptions.SyntaxErrorTests.test_encodings)\nPASS: test_file_source (test.test_exceptions.SyntaxErrorTests.test_file_source)\nPASS: test_incorrect_constructor (test.test_exceptions.SyntaxErrorTests.test_incorrect_constructor)\nPASS: test_non_utf8 (test.test_exceptions.SyntaxErrorTests.test_non_utf8)\nPASS: test_range_of_offsets (test.test_exceptions.SyntaxErrorTests.test_range_of_offsets)\nPASS: test_string_source (test.test_exceptions.SyntaxErrorTests.test_string_source)\nPASS: test_subclass (test.test_exceptions.SyntaxErrorTests.test_subclass)\nPASS: test_except_star_invalid_exception_type (test.test_exceptions.TestInvalidExceptionMatcher.test_except_star_invalid_exception_type)\n\n----------------------------------------------------------------------\nRan 102 tests in 1.192s\n\nOK (skipped=3)\n0:01:27 load avg: 1.63 [188/480] test_filecmp passed\nPASS: test_cmpfiles (test.test_filecmp.DirCompareTestCase.test_cmpfiles)\nPASS: test_cmpfiles_invalid_names (test.test_filecmp.DirCompareTestCase.test_cmpfiles_invalid_names)\nPASS: test_default_ignores (test.test_filecmp.DirCompareTestCase.test_default_ignores)\nPASS: test_dircmp_different_directories (test.test_filecmp.DirCompareTestCase.test_dircmp_different_directories)\nPASS: test_dircmp_different_file (test.test_filecmp.DirCompareTestCase.test_dircmp_different_file)\nPASS: test_dircmp_identical_directories (test.test_filecmp.DirCompareTestCase.test_dircmp_identical_directories)\nPASS: test_dircmp_invalid_names (test.test_filecmp.DirCompareTestCase.test_dircmp_invalid_names)\nPASS: test_dircmp_no_shallow_different_file (test.test_filecmp.DirCompareTestCase.test_dircmp_no_shallow_different_file)\nPASS: test_dircmp_shallow_is_keyword_only (test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_is_keyword_only)\nPASS: test_dircmp_shallow_same_file (test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_same_file)\ntest_dircmp_subdirs_type (test.test_filecmp.DirCompareTestCase.test_dircmp_subdirs_type)\nPASS: Check that dircmp.subdirs respects subclassing.\nPASS: test_report_full_closure (test.test_filecmp.DirCompareTestCase.test_report_full_closure)\nPASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase.test_report_partial_closure)\nPASS: test_cache_clear (test.test_filecmp.FileCompareTestCase.test_cache_clear)\nPASS: test_different (test.test_filecmp.FileCompareTestCase.test_different)\nPASS: test_matching (test.test_filecmp.FileCompareTestCase.test_matching)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.012s\n\nOK\n0:01:27 load avg: 1.63 [189/480] test_fileinput passed\ntest_buffer_sizes (test.test_fileinput.BufferSizesTests.test_buffer_sizes) ... 1. Simple iteration\n2. Status variables\n3. Nextfile\n4. Stdin\n5. Boundary conditions\n6. Inplace\nok\nPASS: test_close_on_exception (test.test_fileinput.FileInputTests.test_close_on_exception)\nPASS: test_context_manager (test.test_fileinput.FileInputTests.test_context_manager)\nPASS: test_detached_stdin_binary_mode (test.test_fileinput.FileInputTests.test_detached_stdin_binary_mode)\nPASS: test_empty_files_list_specified_to_constructor (test.test_fileinput.FileInputTests.test_empty_files_list_specified_to_constructor)\nPASS: test_file_hook_backward_compatibility (test.test_fileinput.FileInputTests.test_file_hook_backward_compatibility)\nPASS: test_file_opening_hook (test.test_fileinput.FileInputTests.test_file_opening_hook)\nPASS: test_fileno (test.test_fileinput.FileInputTests.test_fileno)\nPASS: test_fileno_when_ValueError_raised (test.test_fileinput.FileInputTests.test_fileno_when_ValueError_raised)\nPASS: test_files_that_dont_end_with_newline (test.test_fileinput.FileInputTests.test_files_that_dont_end_with_newline)\nPASS: test_inplace_binary_write_mode (test.test_fileinput.FileInputTests.test_inplace_binary_write_mode)\nPASS: test_inplace_encoding_errors (test.test_fileinput.FileInputTests.test_inplace_encoding_errors)\nPASS: test_invalid_opening_mode (test.test_fileinput.FileInputTests.test_invalid_opening_mode)\nPASS: test_iteration_buffering (test.test_fileinput.FileInputTests.test_iteration_buffering)\ntest_nextfile_oserror_deleting_backup (test.test_fileinput.FileInputTests.test_nextfile_oserror_deleting_backup)\nPASS: Tests invoking FileInput.nextfile() when the attempt to delete\nPASS: test_pathlike_file (test.test_fileinput.FileInputTests.test_pathlike_file)\nPASS: test_pathlike_file_inplace (test.test_fileinput.FileInputTests.test_pathlike_file_inplace)\nPASS: test_readline (test.test_fileinput.FileInputTests.test_readline)\nPASS: test_readline_binary_mode (test.test_fileinput.FileInputTests.test_readline_binary_mode)\nPASS: test_readline_buffering (test.test_fileinput.FileInputTests.test_readline_buffering)\ntest_readline_os_chmod_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_chmod_raises_OSError)\nPASS: Tests invoking FileInput.readline() when os.chmod() raises OSError.\ntest_readline_os_fstat_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_fstat_raises_OSError)\nPASS: Tests invoking FileInput.readline() when os.fstat() raises OSError.\nPASS: test_stdin_binary_mode (test.test_fileinput.FileInputTests.test_stdin_binary_mode)\nPASS: test_zero_byte_files (test.test_fileinput.FileInputTests.test_zero_byte_files)\nPASS: test_all (test.test_fileinput.MiscTest.test_all)\ntest_state_is_None (test.test_fileinput.Test_fileinput_close.test_state_is_None)\nPASS: Tests that fileinput.close() does nothing if fileinput._state\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_close.test_state_is_not_None)\nPASS: Tests that fileinput.close() invokes close() on fileinput._state\ntest_state_is_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_None)\nPASS: Tests fileinput.filelineno() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_not_None)\nPASS: Tests fileinput.filelineno() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_filename.test_state_is_None)\nPASS: Tests fileinput.filename() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_filename.test_state_is_not_None)\nPASS: Tests fileinput.filename() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_None)\nPASS: Tests fileinput.fileno() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_not_None)\nPASS: Tests fileinput.fileno() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_None)\nPASS: Tests invoking fileinput.input() when fileinput._state is None\ntest_state_is_not_None_and_state_file_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_not_None_and_state_file_is_None)\nPASS: Tests invoking fileinput.input() when fileinput._state is not None\ntest_state_is_not_None_and_state_file_is_not_None (test.test_fileinput.Test_fileinput_input.test_state_is_not_None_and_state_file_is_not_None)\nPASS: Tests invoking fileinput.input() when fileinput._state is not None\ntest_state_is_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_None)\nPASS: Tests fileinput.isfirstline() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_not_None)\nPASS: Tests fileinput.isfirstline() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_None)\nPASS: Tests fileinput.isstdin() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_not_None)\nPASS: Tests fileinput.isstdin() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_None)\nPASS: Tests fileinput.lineno() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_not_None)\nPASS: Tests fileinput.lineno() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_None)\nPASS: Tests fileinput.nextfile() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_not_None)\nPASS: Tests fileinput.nextfile() when fileinput._state is not None.\nPASS: test_binary_mode_encoding (test.test_fileinput.Test_hook_compressed.test_binary_mode_encoding)\nPASS: test_blah_ext (test.test_fileinput.Test_hook_compressed.test_blah_ext)\nPASS: test_bz2_ext_builtin (test.test_fileinput.Test_hook_compressed.test_bz2_ext_builtin)\nPASS: test_bz2_ext_fake (test.test_fileinput.Test_hook_compressed.test_bz2_ext_fake)\nPASS: test_empty_string (test.test_fileinput.Test_hook_compressed.test_empty_string)\nPASS: test_gz_ext_builtin (test.test_fileinput.Test_hook_compressed.test_gz_ext_builtin)\nPASS: test_gz_ext_fake (test.test_fileinput.Test_hook_compressed.test_gz_ext_fake)\nPASS: test_gz_with_encoding_fake (test.test_fileinput.Test_hook_compressed.test_gz_with_encoding_fake)\nPASS: test_no_ext (test.test_fileinput.Test_hook_compressed.test_no_ext)\nPASS: test_text_mode_encoding (test.test_fileinput.Test_hook_compressed.test_text_mode_encoding)\nPASS: test (test.test_fileinput.Test_hook_encoded.test)\nPASS: test_errors (test.test_fileinput.Test_hook_encoded.test_errors)\nPASS: test_modes (test.test_fileinput.Test_hook_encoded.test_modes)\n\n----------------------------------------------------------------------\nRan 57 tests in 0.005s\n\nOK\n0:01:27 load avg: 1.63 [190/480] test_fileio passed\nPASS: testAttributes (test.test_fileio.CAutoFileTests.testAttributes)\nPASS: testBlksize (test.test_fileio.CAutoFileTests.testBlksize)\nPASS: testErrnoOnClose (test.test_fileio.CAutoFileTests.testErrnoOnClose)\nPASS: testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno)\nPASS: testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty)\nPASS: testErrnoOnClosedRead (test.test_fileio.CAutoFileTests.testErrnoOnClosedRead)\nPASS: testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable)\nPASS: testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall)\nPASS: testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto)\nPASS: testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek)\nPASS: testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable)\nPASS: testErrnoOnClosedTell (test.test_fileio.CAutoFileTests.testErrnoOnClosedTell)\nPASS: testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate)\nPASS: testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable)\nPASS: testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite)\nPASS: testErrors (test.test_fileio.CAutoFileTests.testErrors)\nPASS: testMethods (test.test_fileio.CAutoFileTests.testMethods)\nPASS: testOpenDirFD (test.test_fileio.CAutoFileTests.testOpenDirFD)\nPASS: testOpendir (test.test_fileio.CAutoFileTests.testOpendir)\nPASS: testReadintoByteArray (test.test_fileio.CAutoFileTests.testReadintoByteArray)\nPASS: testRecursiveRepr (test.test_fileio.CAutoFileTests.testRecursiveRepr)\nPASS: testRepr (test.test_fileio.CAutoFileTests.testRepr)\nPASS: testReprNoCloseFD (test.test_fileio.CAutoFileTests.testReprNoCloseFD)\nPASS: testSeekTell (test.test_fileio.CAutoFileTests.testSeekTell)\nPASS: testWeakRefs (test.test_fileio.CAutoFileTests.testWeakRefs)\nPASS: testWritelinesError (test.test_fileio.CAutoFileTests.testWritelinesError)\nPASS: testWritelinesList (test.test_fileio.CAutoFileTests.testWritelinesList)\nPASS: testWritelinesUserList (test.test_fileio.CAutoFileTests.testWritelinesUserList)\nPASS: test_none_args (test.test_fileio.CAutoFileTests.test_none_args)\nPASS: test_reject (test.test_fileio.CAutoFileTests.test_reject)\nPASS: test_subclass_repr (test.test_fileio.CAutoFileTests.test_subclass_repr)\nPASS: testAbles (test.test_fileio.COtherFileTests.testAbles)\nPASS: testAppend (test.test_fileio.COtherFileTests.testAppend)\nPASS: testBadModeArgument (test.test_fileio.COtherFileTests.testBadModeArgument)\nPASS: testBooleanFd (test.test_fileio.COtherFileTests.testBooleanFd)\nPASS: testBytesOpen (test.test_fileio.COtherFileTests.testBytesOpen)\nPASS: testConstructorHandlesNULChars (test.test_fileio.COtherFileTests.testConstructorHandlesNULChars)\nPASS: testInvalidFd (test.test_fileio.COtherFileTests.testInvalidFd)\nPASS: testInvalidFd_overflow (test.test_fileio.COtherFileTests.testInvalidFd_overflow)\nPASS: testInvalidInit (test.test_fileio.COtherFileTests.testInvalidInit)\nPASS: testInvalidModeStrings (test.test_fileio.COtherFileTests.testInvalidModeStrings)\nPASS: testModeStrings (test.test_fileio.COtherFileTests.testModeStrings)\nPASS: testTruncate (test.test_fileio.COtherFileTests.testTruncate)\nPASS: testTruncateOnWindows (test.test_fileio.COtherFileTests.testTruncateOnWindows)\nPASS: testUnclosedFDOnException (test.test_fileio.COtherFileTests.testUnclosedFDOnException)\nPASS: testUnicodeOpen (test.test_fileio.COtherFileTests.testUnicodeOpen)\nPASS: testUtf8BytesOpen (test.test_fileio.COtherFileTests.testUtf8BytesOpen)\nPASS: testWarnings (test.test_fileio.COtherFileTests.testWarnings)\nPASS: test_open_code (test.test_fileio.COtherFileTests.test_open_code)\nPASS: testAttributes (test.test_fileio.PyAutoFileTests.testAttributes)\nPASS: testBlksize (test.test_fileio.PyAutoFileTests.testBlksize)\nPASS: testErrnoOnClose (test.test_fileio.PyAutoFileTests.testErrnoOnClose)\nPASS: testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno)\nPASS: testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty)\nPASS: testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead)\nPASS: testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable)\nPASS: testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall)\nPASS: testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto)\nPASS: testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek)\nPASS: testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable)\nPASS: testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell)\nPASS: testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate)\nPASS: testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable)\nPASS: testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite)\nPASS: testErrors (test.test_fileio.PyAutoFileTests.testErrors)\nPASS: testMethods (test.test_fileio.PyAutoFileTests.testMethods)\nPASS: testOpenDirFD (test.test_fileio.PyAutoFileTests.testOpenDirFD)\nPASS: testOpendir (test.test_fileio.PyAutoFileTests.testOpendir)\nPASS: testReadintoByteArray (test.test_fileio.PyAutoFileTests.testReadintoByteArray)\nPASS: testRecursiveRepr (test.test_fileio.PyAutoFileTests.testRecursiveRepr)\nPASS: testRepr (test.test_fileio.PyAutoFileTests.testRepr)\nPASS: testReprNoCloseFD (test.test_fileio.PyAutoFileTests.testReprNoCloseFD)\nPASS: testSeekTell (test.test_fileio.PyAutoFileTests.testSeekTell)\nPASS: testWeakRefs (test.test_fileio.PyAutoFileTests.testWeakRefs)\nPASS: testWritelinesError (test.test_fileio.PyAutoFileTests.testWritelinesError)\nPASS: testWritelinesList (test.test_fileio.PyAutoFileTests.testWritelinesList)\nPASS: testWritelinesUserList (test.test_fileio.PyAutoFileTests.testWritelinesUserList)\nPASS: test_none_args (test.test_fileio.PyAutoFileTests.test_none_args)\nPASS: test_reject (test.test_fileio.PyAutoFileTests.test_reject)\nPASS: test_subclass_repr (test.test_fileio.PyAutoFileTests.test_subclass_repr)\nPASS: testAbles (test.test_fileio.PyOtherFileTests.testAbles)\nPASS: testAppend (test.test_fileio.PyOtherFileTests.testAppend)\nPASS: testBadModeArgument (test.test_fileio.PyOtherFileTests.testBadModeArgument)\nPASS: testBooleanFd (test.test_fileio.PyOtherFileTests.testBooleanFd)\nPASS: testBytesOpen (test.test_fileio.PyOtherFileTests.testBytesOpen)\nPASS: testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars)\nPASS: testInvalidFd (test.test_fileio.PyOtherFileTests.testInvalidFd)\nPASS: testInvalidInit (test.test_fileio.PyOtherFileTests.testInvalidInit)\nPASS: testInvalidModeStrings (test.test_fileio.PyOtherFileTests.testInvalidModeStrings)\nPASS: testModeStrings (test.test_fileio.PyOtherFileTests.testModeStrings)\nPASS: testTruncate (test.test_fileio.PyOtherFileTests.testTruncate)\nPASS: testTruncateOnWindows (test.test_fileio.PyOtherFileTests.testTruncateOnWindows)\nPASS: testUnclosedFDOnException (test.test_fileio.PyOtherFileTests.testUnclosedFDOnException)\nPASS: testUnicodeOpen (test.test_fileio.PyOtherFileTests.testUnicodeOpen)\nPASS: testUtf8BytesOpen (test.test_fileio.PyOtherFileTests.testUtf8BytesOpen)\nPASS: testWarnings (test.test_fileio.PyOtherFileTests.testWarnings)\nPASS: test_open_code (test.test_fileio.PyOtherFileTests.test_open_code)\n\n----------------------------------------------------------------------\nRan 97 tests in 0.015s\n\nOK\n0:01:27 load avg: 1.63 [191/480] test_fileutils passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.1 sec)\nPASS: test_capi_normalize_path (test.test_fileutils.PathTests.test_capi_normalize_path)\n\n----------------------------------------------------------------------\nRan 1 test in 0.017s\n\nOK\n0:01:27 load avg: 1.63 [192/480] test_finalization passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.3 sec)\nPASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_one)\nPASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_three)\nPASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_two)\nPASS: test_heterogenous_suicidal_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_one)\nPASS: test_heterogenous_suicidal_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_two)\nPASS: test_homogenous (test.test_finalization.CycleChainFinalizationTest.test_homogenous)\nPASS: test_homogenous_resurrect (test.test_finalization.CycleChainFinalizationTest.test_homogenous_resurrect)\nPASS: test_homogenous_suicidal (test.test_finalization.CycleChainFinalizationTest.test_homogenous_suicidal)\nPASS: test_legacy (test.test_finalization.LegacyFinalizationTest.test_legacy)\nPASS: test_legacy_resurrect (test.test_finalization.LegacyFinalizationTest.test_legacy_resurrect)\nPASS: test_legacy_self_cycle (test.test_finalization.LegacyFinalizationTest.test_legacy_self_cycle)\nPASS: test_simple (test.test_finalization.SelfCycleFinalizationTest.test_simple)\nPASS: test_simple_resurrect (test.test_finalization.SelfCycleFinalizationTest.test_simple_resurrect)\nPASS: test_simple_suicide (test.test_finalization.SelfCycleFinalizationTest.test_simple_suicide)\nPASS: test_non_gc (test.test_finalization.SimpleFinalizationTest.test_non_gc)\nPASS: test_non_gc_resurrect (test.test_finalization.SimpleFinalizationTest.test_non_gc_resurrect)\nPASS: test_simple (test.test_finalization.SimpleFinalizationTest.test_simple)\nPASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest.test_simple_resurrect)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.103s\n\nOK\n0:01:27 load avg: 1.63 [193/480] test_float passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.4 sec)\nPASS: test_getformat (test.test_float.FormatFunctionsTestCase.test_getformat)\nPASS: test_format (test.test_float.FormatTestCase.test_format)\nPASS: test_format_testfile (test.test_float.FormatTestCase.test_format_testfile)\nPASS: test_issue35560 (test.test_float.FormatTestCase.test_issue35560)\nPASS: test_issue5864 (test.test_float.FormatTestCase.test_issue5864)\nPASS: test_error_message (test.test_float.GeneralFloatCases.test_error_message)\nPASS: test_float (test.test_float.GeneralFloatCases.test_float)\nPASS: test_float_ceil (test.test_float.GeneralFloatCases.test_float_ceil)\nPASS: test_float_containment (test.test_float.GeneralFloatCases.test_float_containment)\nPASS: test_float_floor (test.test_float.GeneralFloatCases.test_float_floor)\nPASS: test_float_memoryview (test.test_float.GeneralFloatCases.test_float_memoryview)\nPASS: test_float_mod (test.test_float.GeneralFloatCases.test_float_mod)\nPASS: test_float_pow (test.test_float.GeneralFloatCases.test_float_pow)\nPASS: test_float_with_comma (test.test_float.GeneralFloatCases.test_float_with_comma)\nPASS: test_floatasratio (test.test_float.GeneralFloatCases.test_floatasratio)\nPASS: test_floatconversion (test.test_float.GeneralFloatCases.test_floatconversion)\nPASS: test_hash (test.test_float.GeneralFloatCases.test_hash)\nPASS: test_hash_nan (test.test_float.GeneralFloatCases.test_hash_nan)\nPASS: test_is_integer (test.test_float.GeneralFloatCases.test_is_integer)\nPASS: test_keyword_args (test.test_float.GeneralFloatCases.test_keyword_args)\nPASS: test_keywords_in_subclass (test.test_float.GeneralFloatCases.test_keywords_in_subclass)\nPASS: test_noargs (test.test_float.GeneralFloatCases.test_noargs)\nPASS: test_non_numeric_input_types (test.test_float.GeneralFloatCases.test_non_numeric_input_types)\nPASS: test_underscores (test.test_float.GeneralFloatCases.test_underscores)\nPASS: test_ends (test.test_float.HexFloatTestCase.test_ends)\nPASS: test_from_hex (test.test_float.HexFloatTestCase.test_from_hex)\nPASS: test_invalid_inputs (test.test_float.HexFloatTestCase.test_invalid_inputs)\nPASS: test_roundtrip (test.test_float.HexFloatTestCase.test_roundtrip)\nPASS: test_subclass (test.test_float.HexFloatTestCase.test_subclass)\nPASS: test_whitespace (test.test_float.HexFloatTestCase.test_whitespace)\nPASS: test_double_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_double_specials_do_unpack)\nPASS: test_float_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_float_specials_do_unpack)\nPASS: test_serialized_float_rounding (test.test_float.IEEEFormatTestCase.test_serialized_float_rounding)\nPASS: test_inf_as_str (test.test_float.InfNanTest.test_inf_as_str)\nPASS: test_inf_from_str (test.test_float.InfNanTest.test_inf_from_str)\nPASS: test_inf_signs (test.test_float.InfNanTest.test_inf_signs)\nPASS: test_nan_as_str (test.test_float.InfNanTest.test_nan_as_str)\nPASS: test_nan_from_str (test.test_float.InfNanTest.test_nan_from_str)\nPASS: test_nan_signs (test.test_float.InfNanTest.test_nan_signs)\nPASS: test_repr (test.test_float.ReprTestCase.test_repr)\nPASS: test_short_repr (test.test_float.ReprTestCase.test_short_repr)\nPASS: test_None_ndigits (test.test_float.RoundTestCase.test_None_ndigits)\nPASS: test_format_specials (test.test_float.RoundTestCase.test_format_specials)\nPASS: test_inf_nan (test.test_float.RoundTestCase.test_inf_nan)\nPASS: test_inf_nan_ndigits (test.test_float.RoundTestCase.test_inf_nan_ndigits)\nPASS: test_large_n (test.test_float.RoundTestCase.test_large_n)\nPASS: test_matches_float_format (test.test_float.RoundTestCase.test_matches_float_format)\nPASS: test_overflow (test.test_float.RoundTestCase.test_overflow)\nPASS: test_previous_round_bugs (test.test_float.RoundTestCase.test_previous_round_bugs)\nPASS: test_small_n (test.test_float.RoundTestCase.test_small_n)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.058s\n\nOK\n0:01:27 load avg: 1.63 [194/480] test_flufl passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.5 sec)\nPASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests.test_barry_as_bdfl)\nPASS: test_barry_as_bdfl_look_ma_with_no_compiler_flags (test.test_flufl.FLUFLTests.test_barry_as_bdfl_look_ma_with_no_compiler_flags)\nPASS: test_barry_as_bdfl_relative_import (test.test_flufl.FLUFLTests.test_barry_as_bdfl_relative_import)\nPASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests.test_guido_as_bdfl)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:27 load avg: 1.63 [195/480] test_fnmatch passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.6 sec)\nPASS: test_case (test.test_fnmatch.FilterTestCase.test_case)\nPASS: test_filter (test.test_fnmatch.FilterTestCase.test_filter)\nPASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase.test_mix_bytes_str)\nPASS: test_sep (test.test_fnmatch.FilterTestCase.test_sep)\nPASS: test_bytes (test.test_fnmatch.FnmatchTestCase.test_bytes)\nPASS: test_case (test.test_fnmatch.FnmatchTestCase.test_case)\nPASS: test_char_set (test.test_fnmatch.FnmatchTestCase.test_char_set)\nPASS: test_fnmatch (test.test_fnmatch.FnmatchTestCase.test_fnmatch)\nPASS: test_fnmatchcase (test.test_fnmatch.FnmatchTestCase.test_fnmatchcase)\nPASS: test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase.test_mix_bytes_str)\nPASS: test_range (test.test_fnmatch.FnmatchTestCase.test_range)\nPASS: test_sep (test.test_fnmatch.FnmatchTestCase.test_sep)\nPASS: test_sep_in_char_set (test.test_fnmatch.FnmatchTestCase.test_sep_in_char_set)\nPASS: test_sep_in_range (test.test_fnmatch.FnmatchTestCase.test_sep_in_range)\nPASS: test_slow_fnmatch (test.test_fnmatch.FnmatchTestCase.test_slow_fnmatch)\nPASS: test_warnings (test.test_fnmatch.FnmatchTestCase.test_warnings)\nPASS: test_translate (test.test_fnmatch.TranslateTestCase.test_translate)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.008s\n\nOK\n0:01:27 load avg: 1.63 [196/480] test.test_multiprocessing_spawn.test_processes passed (30.6 sec)\nPASS: test_array (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array)\nPASS: test_array_from_size (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size)\nPASS: test_getobj_getlock_obj (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)\nPASS: test_rawarray (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray)\nPASS: test_atexit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestAtExit.test_atexit)\ntest_abort (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false)\nPASS: test_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer)\nPASS: test_large_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer)\nPASS: test_missing_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)\nPASS: test_sendbytes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes)\nPASS: test_spawn_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr)\nPASS: test_finalize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize)\nSKIP: test_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) \"resource 'cpu' is not enabled\"\nPASS: test_free_from_gc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc)\nPASS: test_heap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap)\nPASS: test_abstract_socket (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket)\nPASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context)\nPASS: test_empty_authkey (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey)\nPASS: test_multiple_bind (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind)\nPASS: test_issue14725 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context)\nPASS: test_repr_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_lock)\nPASS: test_repr_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock)\nPASS: test_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock)\nPASS: test_enable_logging (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging)\nPASS: test_filename (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename)\nPASS: test_level (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level)\nPASS: test_rapid_restart (test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)\nPASS: test_access (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access)\nPASS: test_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling)\nPASS: test_boundaries (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings)\nPASS: test_poll_eintr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr)\nPASS: test_apply (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception)\nPASS: test_async_error_callback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)\nPASS: test_unpickleable_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)\nPASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)\nPASS: test_pool_worker_lifetime (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)\nPASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)\nPASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)\nSKIP: test_active_children (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nPASS: test_child_fd_inflation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation)\nPASS: test_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close)\nPASS: test_cpu_count (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count)\nPASS: test_current (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current)\nPASS: test_daemon_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument)\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint) 'test not appropriate for spawn'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) 'test not appropriate for spawn'\nPASS: test_kill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill)\nPASS: test_lose_target_ref (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nPASS: test_parent_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process)\nPASS: test_parent_process_attributes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes)\nPASS: test_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process)\nPASS: test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)\nPASS: test_recursion (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion)\nPASS: test_sentinel (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel)\nPASS: test_set_executable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate)\nPASS: test_wait_for_threads (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put)\nSKIP: test_qsize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'\nPASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)\nPASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)\nPASS: test_task_done (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout)\nPASS: test_copy (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy)\nPASS: test_sharedctypes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)\nPASS: test_synchronize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize)\nPASS: test_invalid_shared_memory_creation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)\nPASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)\nPASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)\nPASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)\nPASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)\nPASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)\nPASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)\nPASS: test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)\nPASS: test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)\nPASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)\nPASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)\nPASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)\nPASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)\nPASS: test_shared_memory_recreate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)\nPASS: test_shared_memory_tracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)\nPASS: test_shared_memory_untracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)\nPASS: test_child_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path)\nSKIP: test_forkserver_preload_imports_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path) 'forkserver specific test.'\nPASS: test_stderr_flush (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)\nPASS: test_subclassing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)\nPASS: test_sys_exit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)\nPASS: test_getobj_getlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock)\nPASS: test_rawvalue (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue)\nPASS: test_value (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value)\n\n----------------------------------------------------------------------\nRan 155 tests in 30.516s\n\nOK (skipped=9)\n0:01:28 load avg: 1.63 [197/480] test_format passed\nPASS: test_better_error_message_format (test.test_format.FormatTest.test_better_error_message_format)\ntest_bytes_and_bytearray_format (test.test_format.FormatTest.test_bytes_and_bytearray_format) ... b'%c' % (7,) =? b'\\x07' ... yes\nbytearray(b'%c') % (7,) =? bytearray(b'\\x07') ... yes\nb'%c' % (b'Z',) =? b'Z' ... yes\nbytearray(b'%c') % (b'Z',) =? bytearray(b'Z') ... yes\nb'%c' % (bytearray(b'Z'),) =? b'Z' ... yes\nbytearray(b'%c') % (bytearray(b'Z'),) =? bytearray(b'Z') ... yes\nb'%5c' % (65,) =? b'    A' ... yes\nbytearray(b'%5c') % (65,) =? bytearray(b'    A') ... yes\nb'%-5c' % (65,) =? b'A    ' ... yes\nbytearray(b'%-5c') % (65,) =? bytearray(b'A    ') ... yes\nb'%b' % (b'abc',) =? b'abc' ... yes\nbytearray(b'%b') % (b'abc',) =? bytearray(b'abc') ... yes\nb'%b' % (bytearray(b'def'),) =? b'def' ... yes\nbytearray(b'%b') % (bytearray(b'def'),) =? bytearray(b'def') ... yes\nb'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? b'123' ... yes\nbytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? bytearray(b'123') ... yes\nb'%b' % (<memory at 0x7ff719b4b940>,) =? b'abc' ... yes\nbytearray(b'%b') % (<memory at 0x7ff719b4b940>,) =? bytearray(b'abc') ... yes\nb'%s' % (b'abc',) =? b'abc' ... yes\nbytearray(b'%s') % (b'abc',) =? bytearray(b'abc') ... yes\nb'%s' % (bytearray(b'def'),) =? b'def' ... yes\nbytearray(b'%s') % (bytearray(b'def'),) =? bytearray(b'def') ... yes\nb'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? b'123' ... yes\nbytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? bytearray(b'123') ... yes\nb'%s' % (<memory at 0x7ff719b4b940>,) =? b'abc' ... yes\nbytearray(b'%s') % (<memory at 0x7ff719b4b940>,) =? bytearray(b'abc') ... yes\nb'%a' % (3.14,) =? b'3.14' ... yes\nbytearray(b'%a') % (3.14,) =? bytearray(b'3.14') ... yes\nb'%a' % (b'ghi',) =? b\"b'ghi'\" ... yes\nbytearray(b'%a') % (b'ghi',) =? bytearray(b\"b\\'ghi\\'\") ... yes\nb'%a' % ('jkl',) =? b\"'jkl'\" ... yes\nbytearray(b'%a') % ('jkl',) =? bytearray(b\"\\'jkl\\'\") ... yes\nb'%a' % ('\\u0544',) =? b\"'\\\\u0544'\" ... yes\nbytearray(b'%a') % ('\\u0544',) =? bytearray(b\"\\'\\\\u0544\\'\") ... yes\nb'%r' % (3.14,) =? b'3.14' ... yes\nbytearray(b'%r') % (3.14,) =? bytearray(b'3.14') ... yes\nb'%r' % (b'ghi',) =? b\"b'ghi'\" ... yes\nbytearray(b'%r') % (b'ghi',) =? bytearray(b\"b\\'ghi\\'\") ... yes\nb'%r' % ('jkl',) =? b\"'jkl'\" ... yes\nbytearray(b'%r') % ('jkl',) =? bytearray(b\"\\'jkl\\'\") ... yes\nb'%r' % ('\\u0544',) =? b\"'\\\\u0544'\" ... yes\nbytearray(b'%r') % ('\\u0544',) =? bytearray(b\"\\'\\\\u0544\\'\") ... yes\nTesting exceptions\nb'%g' % '1' works? ... yes\nb'%g' % b'1' works? ... yes\nb'no format' % 7 works? ... yes\nb'no format' % b'1' works? ... yes\nb'no format' % bytearray(b'1') works? ... yes\nb'%c' % -1 works? ... yes\nb'%c' % 256 works? ... yes\nb'%c' % 340282366920938463463374607431768211456 works? ... yes\nb'%c' % b'Za' works? ... yes\nb'%c' % 'Y' works? ... yes\nb'%c' % 3.14 works? ... yes\nb'%b' % 'Xc' works? ... yes\nb'%s' % 'Wd' works? ... yes\nok\ntest_common_format (test.test_format.FormatTest.test_common_format) ... '%%' % () =? '%' ... yes\nb'%%' % () =? b'%' ... yes\nbytearray(b'%%') % () =? bytearray(b'%') ... yes\n'%.1d' % (1,) =? '1' ... yes\nb'%.1d' % (1,) =? b'1' ... yes\nbytearray(b'%.1d') % (1,) =? bytearray(b'1') ... yes\n'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine)\nb'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine)\nbytearray(b'%.*d') % (9223372036854775807, 1) works? ... overflow (this is fine)\n'%.100d' % (1,) =? '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nb'%.100d' % (1,) =? b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nbytearray(b'%.100d') % (1,) =? bytearray(b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes\n'%#.117x' % (1,) =? '0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nb'%#.117x' % (1,) =? b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nbytearray(b'%#.117x') % (1,) =? bytearray(b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes\n'%#.118x' % (1,) =? '0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nb'%#.118x' % (1,) =? b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nbytearray(b'%#.118x') % (1,) =? bytearray(b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes\n'%f' % (1.0,) =? '1.000000' ... yes\nb'%f' % (1.0,) =? b'1.000000' ... yes\nbytearray(b'%f') % (1.0,) =? bytearray(b'1.000000') ... yes\n'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes\nb'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes\nbytearray(b'%#.*g') % (109, -3.3333333333333334e+48) works? ... yes\n'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes\nb'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes\nbytearray(b'%#.*g') % (110, -3.3333333333333334e+48) works? ... yes\n'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes\n'%12.*f' % (123456, 1.0) works? ... yes\nb'%12.*f' % (123456, 1.0) works? ... yes\nbytearray(b'%12.*f') % (123456, 1.0) works? ... yes\n'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes\n'%#.*G' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*G' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*G') % (110, -3.333333333333333e+99) works? ... yes\n'%#.*f' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*f' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*f') % (110, -3.333333333333333e+99) works? ... yes\n'%#.*F' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*F' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*F') % (110, -3.333333333333333e+99) works? ... yes\n'%x' % 10 =? 'a' ... yes\nb'%x' % (10,) =? b'a' ... yes\nbytearray(b'%x') % (10,) =? bytearray(b'a') ... yes\n'%x' % 100000000000 =? '174876e800' ... yes\nb'%x' % (100000000000,) =? b'174876e800' ... yes\nbytearray(b'%x') % (100000000000,) =? bytearray(b'174876e800') ... yes\n'%o' % 10 =? '12' ... yes\nb'%o' % (10,) =? b'12' ... yes\nbytearray(b'%o') % (10,) =? bytearray(b'12') ... yes\n'%o' % 100000000000 =? '1351035564000' ... yes\nb'%o' % (100000000000,) =? b'1351035564000' ... yes\nbytearray(b'%o') % (100000000000,) =? bytearray(b'1351035564000') ... yes\n'%d' % 10 =? '10' ... yes\nb'%d' % (10,) =? b'10' ... yes\nbytearray(b'%d') % (10,) =? bytearray(b'10') ... yes\n'%d' % 100000000000 =? '100000000000' ... yes\nb'%d' % (100000000000,) =? b'100000000000' ... yes\nbytearray(b'%d') % (100000000000,) =? bytearray(b'100000000000') ... yes\n'%d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes\nb'%d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes\nbytearray(b'%d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes\n'%d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes\nb'%d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes\nbytearray(b'%d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes\n'%5d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes\nb'%5d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes\nbytearray(b'%5d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes\n'%31d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes\nb'%31d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes\nbytearray(b'%31d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes\n'%32d' % -123456789012345678901234567890 =? ' -123456789012345678901234567890' ... yes\nb'%32d' % (-123456789012345678901234567890,) =? b' -123456789012345678901234567890' ... yes\nbytearray(b'%32d') % (-123456789012345678901234567890,) =? bytearray(b' -123456789012345678901234567890') ... yes\n'%-32d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes\nb'%-32d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes\nbytearray(b'%-32d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes\n'%032d' % -123456789012345678901234567890 =? '-0123456789012345678901234567890' ... yes\nb'%032d' % (-123456789012345678901234567890,) =? b'-0123456789012345678901234567890' ... yes\nbytearray(b'%032d') % (-123456789012345678901234567890,) =? bytearray(b'-0123456789012345678901234567890') ... yes\n'%-032d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes\nb'%-032d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes\nbytearray(b'%-032d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes\n'%034d' % -123456789012345678901234567890 =? '-000123456789012345678901234567890' ... yes\nb'%034d' % (-123456789012345678901234567890,) =? b'-000123456789012345678901234567890' ... yes\nbytearray(b'%034d') % (-123456789012345678901234567890,) =? bytearray(b'-000123456789012345678901234567890') ... yes\n'%034d' % 123456789012345678901234567890 =? '0000123456789012345678901234567890' ... yes\nb'%034d' % (123456789012345678901234567890,) =? b'0000123456789012345678901234567890' ... yes\nbytearray(b'%034d') % (123456789012345678901234567890,) =? bytearray(b'0000123456789012345678901234567890') ... yes\n'%0+34d' % 123456789012345678901234567890 =? '+000123456789012345678901234567890' ... yes\nb'%0+34d' % (123456789012345678901234567890,) =? b'+000123456789012345678901234567890' ... yes\nbytearray(b'%0+34d') % (123456789012345678901234567890,) =? bytearray(b'+000123456789012345678901234567890') ... yes\n'%+34d' % 123456789012345678901234567890 =? '   +123456789012345678901234567890' ... yes\nb'%+34d' % (123456789012345678901234567890,) =? b'   +123456789012345678901234567890' ... yes\nbytearray(b'%+34d') % (123456789012345678901234567890,) =? bytearray(b'   +123456789012345678901234567890') ... yes\n'%34d' % 123456789012345678901234567890 =? '    123456789012345678901234567890' ... yes\nb'%34d' % (123456789012345678901234567890,) =? b'    123456789012345678901234567890' ... yes\nbytearray(b'%34d') % (123456789012345678901234567890,) =? bytearray(b'    123456789012345678901234567890') ... yes\n'%.2d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes\nb'%.2d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes\nbytearray(b'%.2d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes\n'%.30d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes\nb'%.30d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes\nbytearray(b'%.30d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes\n'%.31d' % 123456789012345678901234567890 =? '0123456789012345678901234567890' ... yes\nb'%.31d' % (123456789012345678901234567890,) =? b'0123456789012345678901234567890' ... yes\nbytearray(b'%.31d') % (123456789012345678901234567890,) =? bytearray(b'0123456789012345678901234567890') ... yes\n'%32.31d' % 123456789012345678901234567890 =? ' 0123456789012345678901234567890' ... yes\nb'%32.31d' % (123456789012345678901234567890,) =? b' 0123456789012345678901234567890' ... yes\nbytearray(b'%32.31d') % (123456789012345678901234567890,) =? bytearray(b' 0123456789012345678901234567890') ... yes\n'%d' % 1.2345678901234568e+29 =? '123456________________________' ... yes\nb'%d' % (1.2345678901234568e+29,) =? b'123456________________________' ... yes\nbytearray(b'%d') % (1.2345678901234568e+29,) =? bytearray(b'123456________________________') ... yes\n'%x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes\nb'%x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes\nbytearray(b'%x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes\n'%x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes\nb'%x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes\nbytearray(b'%x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes\n'%5x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes\nb'%5x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes\nbytearray(b'%5x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes\n'%22x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes\nb'%22x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes\nbytearray(b'%22x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes\n'%23x' % -1375488932362216742658885 =? ' -1234567890abcdef12345' ... yes\nb'%23x' % (-1375488932362216742658885,) =? b' -1234567890abcdef12345' ... yes\nbytearray(b'%23x') % (-1375488932362216742658885,) =? bytearray(b' -1234567890abcdef12345') ... yes\n'%-23x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes\nb'%-23x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes\nbytearray(b'%-23x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes\n'%023x' % -1375488932362216742658885 =? '-01234567890abcdef12345' ... yes\nb'%023x' % (-1375488932362216742658885,) =? b'-01234567890abcdef12345' ... yes\nbytearray(b'%023x') % (-1375488932362216742658885,) =? bytearray(b'-01234567890abcdef12345') ... yes\n'%-023x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes\nb'%-023x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes\nbytearray(b'%-023x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes\n'%025x' % -1375488932362216742658885 =? '-0001234567890abcdef12345' ... yes\nb'%025x' % (-1375488932362216742658885,) =? b'-0001234567890abcdef12345' ... yes\nbytearray(b'%025x') % (-1375488932362216742658885,) =? bytearray(b'-0001234567890abcdef12345') ... yes\n'%025x' % 1375488932362216742658885 =? '00001234567890abcdef12345' ... yes\nb'%025x' % (1375488932362216742658885,) =? b'00001234567890abcdef12345' ... yes\nbytearray(b'%025x') % (1375488932362216742658885,) =? bytearray(b'00001234567890abcdef12345') ... yes\n'%0+25x' % 1375488932362216742658885 =? '+0001234567890abcdef12345' ... yes\nb'%0+25x' % (1375488932362216742658885,) =? b'+0001234567890abcdef12345' ... yes\nbytearray(b'%0+25x') % (1375488932362216742658885,) =? bytearray(b'+0001234567890abcdef12345') ... yes\n'%+25x' % 1375488932362216742658885 =? '   +1234567890abcdef12345' ... yes\nb'%+25x' % (1375488932362216742658885,) =? b'   +1234567890abcdef12345' ... yes\nbytearray(b'%+25x') % (1375488932362216742658885,) =? bytearray(b'   +1234567890abcdef12345') ... yes\n'%25x' % 1375488932362216742658885 =? '    1234567890abcdef12345' ... yes\nb'%25x' % (1375488932362216742658885,) =? b'    1234567890abcdef12345' ... yes\nbytearray(b'%25x') % (1375488932362216742658885,) =? bytearray(b'    1234567890abcdef12345') ... yes\n'%.2x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes\nb'%.2x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes\nbytearray(b'%.2x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes\n'%.21x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes\nb'%.21x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes\nbytearray(b'%.21x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes\n'%.22x' % 1375488932362216742658885 =? '01234567890abcdef12345' ... yes\nb'%.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345' ... yes\nbytearray(b'%.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345') ... yes\n'%23.22x' % 1375488932362216742658885 =? ' 01234567890abcdef12345' ... yes\nb'%23.22x' % (1375488932362216742658885,) =? b' 01234567890abcdef12345' ... yes\nbytearray(b'%23.22x') % (1375488932362216742658885,) =? bytearray(b' 01234567890abcdef12345') ... yes\n'%-23.22x' % 1375488932362216742658885 =? '01234567890abcdef12345 ' ... yes\nb'%-23.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345 ' ... yes\nbytearray(b'%-23.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345 ') ... yes\n'%X' % 1375488932362216742658885 =? '1234567890ABCDEF12345' ... yes\nb'%X' % (1375488932362216742658885,) =? b'1234567890ABCDEF12345' ... yes\nbytearray(b'%X') % (1375488932362216742658885,) =? bytearray(b'1234567890ABCDEF12345') ... yes\n'%#X' % 1375488932362216742658885 =? '0X1234567890ABCDEF12345' ... yes\nb'%#X' % (1375488932362216742658885,) =? b'0X1234567890ABCDEF12345' ... yes\nbytearray(b'%#X') % (1375488932362216742658885,) =? bytearray(b'0X1234567890ABCDEF12345') ... yes\n'%#x' % 1375488932362216742658885 =? '0x1234567890abcdef12345' ... yes\nb'%#x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345' ... yes\nbytearray(b'%#x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345') ... yes\n'%#x' % -1375488932362216742658885 =? '-0x1234567890abcdef12345' ... yes\nb'%#x' % (-1375488932362216742658885,) =? b'-0x1234567890abcdef12345' ... yes\nbytearray(b'%#x') % (-1375488932362216742658885,) =? bytearray(b'-0x1234567890abcdef12345') ... yes\n'%#27x' % 1375488932362216742658885 =? '    0x1234567890abcdef12345' ... yes\nb'%#27x' % (1375488932362216742658885,) =? b'    0x1234567890abcdef12345' ... yes\nbytearray(b'%#27x') % (1375488932362216742658885,) =? bytearray(b'    0x1234567890abcdef12345') ... yes\n'%#-27x' % 1375488932362216742658885 =? '0x1234567890abcdef12345    ' ... yes\nb'%#-27x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345    ' ... yes\nbytearray(b'%#-27x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345    ') ... yes\n'%#027x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes\nb'%#027x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes\nbytearray(b'%#027x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes\n'%#.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345' ... yes\nb'%#.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345' ... yes\nbytearray(b'%#.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345') ... yes\n'%#.23x' % -1375488932362216742658885 =? '-0x001234567890abcdef12345' ... yes\nb'%#.23x' % (-1375488932362216742658885,) =? b'-0x001234567890abcdef12345' ... yes\nbytearray(b'%#.23x') % (-1375488932362216742658885,) =? bytearray(b'-0x001234567890abcdef12345') ... yes\n'%#27.23x' % 1375488932362216742658885 =? '  0x001234567890abcdef12345' ... yes\nb'%#27.23x' % (1375488932362216742658885,) =? b'  0x001234567890abcdef12345' ... yes\nbytearray(b'%#27.23x') % (1375488932362216742658885,) =? bytearray(b'  0x001234567890abcdef12345') ... yes\n'%#-27.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345  ' ... yes\nb'%#-27.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345  ' ... yes\nbytearray(b'%#-27.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345  ') ... yes\n'%#027.23x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes\nb'%#027.23x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes\nbytearray(b'%#027.23x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes\n'%#+.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345' ... yes\nb'%#+.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345' ... yes\nbytearray(b'%#+.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345') ... yes\n'%# .23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345' ... yes\nb'%# .23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345' ... yes\nbytearray(b'%# .23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345') ... yes\n'%#+.23X' % 1375488932362216742658885 =? '+0X001234567890ABCDEF12345' ... yes\nb'%#+.23X' % (1375488932362216742658885,) =? b'+0X001234567890ABCDEF12345' ... yes\nbytearray(b'%#+.23X') % (1375488932362216742658885,) =? bytearray(b'+0X001234567890ABCDEF12345') ... yes\n'%#+027.23X' % 1375488932362216742658885 =? '+0X0001234567890ABCDEF12345' ... yes\nb'%#+027.23X' % (1375488932362216742658885,) =? b'+0X0001234567890ABCDEF12345' ... yes\nbytearray(b'%#+027.23X') % (1375488932362216742658885,) =? bytearray(b'+0X0001234567890ABCDEF12345') ... yes\n'%# 027.23X' % 1375488932362216742658885 =? ' 0X0001234567890ABCDEF12345' ... yes\nb'%# 027.23X' % (1375488932362216742658885,) =? b' 0X0001234567890ABCDEF12345' ... yes\nbytearray(b'%# 027.23X') % (1375488932362216742658885,) =? bytearray(b' 0X0001234567890ABCDEF12345') ... yes\n'%#+27.23X' % 1375488932362216742658885 =? ' +0X001234567890ABCDEF12345' ... yes\nb'%#+27.23X' % (1375488932362216742658885,) =? b' +0X001234567890ABCDEF12345' ... yes\nbytearray(b'%#+27.23X') % (1375488932362216742658885,) =? bytearray(b' +0X001234567890ABCDEF12345') ... yes\n'%#-+27.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345 ' ... yes\nb'%#-+27.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345 ' ... yes\nbytearray(b'%#-+27.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345 ') ... yes\n'%#- 27.23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345 ' ... yes\nb'%#- 27.23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345 ' ... yes\nbytearray(b'%#- 27.23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345 ') ... yes\n'%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes\nb'%o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes\nbytearray(b'%o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes\n'%5o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes\nb'%5o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes\nbytearray(b'%5o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes\n'%33o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes\nb'%33o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes\nbytearray(b'%33o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes\n'%34o' % -12935167030485801517351291832 =? ' -12345670123456701234567012345670' ... yes\nb'%34o' % (-12935167030485801517351291832,) =? b' -12345670123456701234567012345670' ... yes\nbytearray(b'%34o') % (-12935167030485801517351291832,) =? bytearray(b' -12345670123456701234567012345670') ... yes\n'%-34o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes\nb'%-34o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes\nbytearray(b'%-34o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes\n'%034o' % -12935167030485801517351291832 =? '-012345670123456701234567012345670' ... yes\nb'%034o' % (-12935167030485801517351291832,) =? b'-012345670123456701234567012345670' ... yes\nbytearray(b'%034o') % (-12935167030485801517351291832,) =? bytearray(b'-012345670123456701234567012345670') ... yes\n'%-034o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes\nb'%-034o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes\nbytearray(b'%-034o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes\n'%036o' % -12935167030485801517351291832 =? '-00012345670123456701234567012345670' ... yes\nb'%036o' % (-12935167030485801517351291832,) =? b'-00012345670123456701234567012345670' ... yes\nbytearray(b'%036o') % (-12935167030485801517351291832,) =? bytearray(b'-00012345670123456701234567012345670') ... yes\n'%036o' % 12935167030485801517351291832 =? '000012345670123456701234567012345670' ... yes\nb'%036o' % (12935167030485801517351291832,) =? b'000012345670123456701234567012345670' ... yes\nbytearray(b'%036o') % (12935167030485801517351291832,) =? bytearray(b'000012345670123456701234567012345670') ... yes\n'%0+36o' % 12935167030485801517351291832 =? '+00012345670123456701234567012345670' ... yes\nb'%0+36o' % (12935167030485801517351291832,) =? b'+00012345670123456701234567012345670' ... yes\nbytearray(b'%0+36o') % (12935167030485801517351291832,) =? bytearray(b'+00012345670123456701234567012345670') ... yes\n'%+36o' % 12935167030485801517351291832 =? '   +12345670123456701234567012345670' ... yes\nb'%+36o' % (12935167030485801517351291832,) =? b'   +12345670123456701234567012345670' ... yes\nbytearray(b'%+36o') % (12935167030485801517351291832,) =? bytearray(b'   +12345670123456701234567012345670') ... yes\n'%36o' % 12935167030485801517351291832 =? '    12345670123456701234567012345670' ... yes\nb'%36o' % (12935167030485801517351291832,) =? b'    12345670123456701234567012345670' ... yes\nbytearray(b'%36o') % (12935167030485801517351291832,) =? bytearray(b'    12345670123456701234567012345670') ... yes\n'%.2o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%.2o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%.2o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%.32o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%.32o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%.32o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes\nb'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes\nbytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes\n'%34.33o' % 12935167030485801517351291832 =? ' 012345670123456701234567012345670' ... yes\nb'%34.33o' % (12935167030485801517351291832,) =? b' 012345670123456701234567012345670' ... yes\nbytearray(b'%34.33o') % (12935167030485801517351291832,) =? bytearray(b' 012345670123456701234567012345670') ... yes\n'%-34.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670 ' ... yes\nb'%-34.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670 ' ... yes\nbytearray(b'%-34.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670 ') ... yes\n'%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%#o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes\nb'%#o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes\nbytearray(b'%#o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes\n'%#o' % -12935167030485801517351291832 =? '-0o12345670123456701234567012345670' ... yes\nb'%#o' % (-12935167030485801517351291832,) =? b'-0o12345670123456701234567012345670' ... yes\nbytearray(b'%#o') % (-12935167030485801517351291832,) =? bytearray(b'-0o12345670123456701234567012345670') ... yes\n'%#38o' % 12935167030485801517351291832 =? '    0o12345670123456701234567012345670' ... yes\nb'%#38o' % (12935167030485801517351291832,) =? b'    0o12345670123456701234567012345670' ... yes\nbytearray(b'%#38o') % (12935167030485801517351291832,) =? bytearray(b'    0o12345670123456701234567012345670') ... yes\n'%#-38o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670    ' ... yes\nb'%#-38o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670    ' ... yes\nbytearray(b'%#-38o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670    ') ... yes\n'%#038o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes\nb'%#038o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes\nbytearray(b'%#038o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes\n'%#.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670' ... yes\nb'%#.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670') ... yes\n'%#.34o' % -12935167030485801517351291832 =? '-0o0012345670123456701234567012345670' ... yes\nb'%#.34o' % (-12935167030485801517351291832,) =? b'-0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#.34o') % (-12935167030485801517351291832,) =? bytearray(b'-0o0012345670123456701234567012345670') ... yes\n'%#38.34o' % 12935167030485801517351291832 =? '  0o0012345670123456701234567012345670' ... yes\nb'%#38.34o' % (12935167030485801517351291832,) =? b'  0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#38.34o') % (12935167030485801517351291832,) =? bytearray(b'  0o0012345670123456701234567012345670') ... yes\n'%#-38.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670  ' ... yes\nb'%#-38.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670  ' ... yes\nbytearray(b'%#-38.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670  ') ... yes\n'%#038.34o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes\nb'%#038.34o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes\nbytearray(b'%#038.34o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes\n'%#+.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670' ... yes\nb'%#+.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#+.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670') ... yes\n'%# .34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670' ... yes\nb'%# .34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670' ... yes\nbytearray(b'%# .34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670') ... yes\n'%#+38.34o' % 12935167030485801517351291832 =? ' +0o0012345670123456701234567012345670' ... yes\nb'%#+38.34o' % (12935167030485801517351291832,) =? b' +0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#+38.34o') % (12935167030485801517351291832,) =? bytearray(b' +0o0012345670123456701234567012345670') ... yes\n'%#-+38.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670 ' ... yes\nb'%#-+38.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670 ' ... yes\nbytearray(b'%#-+38.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670 ') ... yes\n'%#- 38.34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670 ' ... yes\nb'%#- 38.34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670 ' ... yes\nbytearray(b'%#- 38.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670 ') ... yes\n'%#+038.34o' % 12935167030485801517351291832 =? '+0o00012345670123456701234567012345670' ... yes\nb'%#+038.34o' % (12935167030485801517351291832,) =? b'+0o00012345670123456701234567012345670' ... yes\nbytearray(b'%#+038.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o00012345670123456701234567012345670') ... yes\n'%# 038.34o' % 12935167030485801517351291832 =? ' 0o00012345670123456701234567012345670' ... yes\nb'%# 038.34o' % (12935167030485801517351291832,) =? b' 0o00012345670123456701234567012345670' ... yes\nbytearray(b'%# 038.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o00012345670123456701234567012345670') ... yes\n'%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes\nb'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes\nbytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes\n'%#.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes\nb'%#.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes\nbytearray(b'%#.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes\n'%#.32o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes\nb'%#.32o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes\nbytearray(b'%#.32o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes\n'%035.33o' % 12935167030485801517351291832 =? '00012345670123456701234567012345670' ... yes\nb'%035.33o' % (12935167030485801517351291832,) =? b'00012345670123456701234567012345670' ... yes\nbytearray(b'%035.33o') % (12935167030485801517351291832,) =? bytearray(b'00012345670123456701234567012345670') ... yes\n'%0#35.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes\nb'%0#35.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes\nbytearray(b'%0#35.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes\n'%d' % 42 =? '42' ... yes\nb'%d' % (42,) =? b'42' ... yes\nbytearray(b'%d') % (42,) =? bytearray(b'42') ... yes\n'%d' % -42 =? '-42' ... yes\nb'%d' % (-42,) =? b'-42' ... yes\nbytearray(b'%d') % (-42,) =? bytearray(b'-42') ... yes\n'%d' % 42.0 =? '42' ... yes\nb'%d' % (42.0,) =? b'42' ... yes\nbytearray(b'%d') % (42.0,) =? bytearray(b'42') ... yes\n'%#x' % 1 =? '0x1' ... yes\nb'%#x' % (1,) =? b'0x1' ... yes\nbytearray(b'%#x') % (1,) =? bytearray(b'0x1') ... yes\n'%#X' % 1 =? '0X1' ... yes\nb'%#X' % (1,) =? b'0X1' ... yes\nbytearray(b'%#X') % (1,) =? bytearray(b'0X1') ... yes\n'%#o' % 1 =? '0o1' ... yes\nb'%#o' % (1,) =? b'0o1' ... yes\nbytearray(b'%#o') % (1,) =? bytearray(b'0o1') ... yes\n'%#o' % 0 =? '0o0' ... yes\nb'%#o' % (0,) =? b'0o0' ... yes\nbytearray(b'%#o') % (0,) =? bytearray(b'0o0') ... yes\n'%o' % 0 =? '0' ... yes\nb'%o' % (0,) =? b'0' ... yes\nbytearray(b'%o') % (0,) =? bytearray(b'0') ... yes\n'%d' % 0 =? '0' ... yes\nb'%d' % (0,) =? b'0' ... yes\nbytearray(b'%d') % (0,) =? bytearray(b'0') ... yes\n'%#x' % 0 =? '0x0' ... yes\nb'%#x' % (0,) =? b'0x0' ... yes\nbytearray(b'%#x') % (0,) =? bytearray(b'0x0') ... yes\n'%#X' % 0 =? '0X0' ... yes\nb'%#X' % (0,) =? b'0X0' ... yes\nbytearray(b'%#X') % (0,) =? bytearray(b'0X0') ... yes\n'%x' % 66 =? '42' ... yes\nb'%x' % (66,) =? b'42' ... yes\nbytearray(b'%x') % (66,) =? bytearray(b'42') ... yes\n'%x' % -66 =? '-42' ... yes\nb'%x' % (-66,) =? b'-42' ... yes\nbytearray(b'%x') % (-66,) =? bytearray(b'-42') ... yes\n'%o' % 34 =? '42' ... yes\nb'%o' % (34,) =? b'42' ... yes\nbytearray(b'%o') % (34,) =? bytearray(b'42') ... yes\n'%o' % -34 =? '-42' ... yes\nb'%o' % (-34,) =? b'-42' ... yes\nbytearray(b'%o') % (-34,) =? bytearray(b'-42') ... yes\n'%g' % 1.1 =? '1.1' ... yes\nb'%g' % (1.1,) =? b'1.1' ... yes\nbytearray(b'%g') % (1.1,) =? bytearray(b'1.1') ... yes\n'%#g' % 1.1 =? '1.10000' ... yes\nb'%#g' % (1.1,) =? b'1.10000' ... yes\nbytearray(b'%#g') % (1.1,) =? bytearray(b'1.10000') ... yes\nTesting exceptions\n'%' % () works? ... yes\nb'%' % () works? ... yes\n'% %s' % 1 works? ... yes\nb'% %s' % 1 works? ... yes\n'%d' % '1' works? ... yes\nb'%d' % '1' works? ... yes\n'%d' % b'1' works? ... yes\nb'%d' % b'1' works? ... yes\n'%x' % '1' works? ... yes\nb'%x' % '1' works? ... yes\n'%x' % 3.14 works? ... yes\nb'%x' % 3.14 works? ... yes\nok\nPASS: test_g_format_has_no_trailing_zeros (test.test_format.FormatTest.test_g_format_has_no_trailing_zeros)\nPASS: test_locale (test.test_format.FormatTest.test_locale)\nPASS: test_negative_zero (test.test_format.FormatTest.test_negative_zero)\ntest_non_ascii (test.test_format.FormatTest.test_non_ascii) ... '\\u20ac=%f' % (1.0,) =? '\\u20ac=1.000000' ... yes\nok\ntest_nul (test.test_format.FormatTest.test_nul) ... 'a\\x00b' % () =? 'a\\x00b' ... yes\nb'a\\x00b' % () =? b'a\\x00b' ... yes\nbytearray(b'a\\x00b') % () =? bytearray(b'a\\x00b') ... yes\n'a%cb' % (0,) =? 'a\\x00b' ... yes\nb'a%cb' % (0,) =? b'a\\x00b' ... yes\nbytearray(b'a%cb') % (0,) =? bytearray(b'a\\x00b') ... yes\n'a%sb' % ('c\\x00d',) =? 'ac\\x00db' ... yes\nb'a%sb' % (b'c\\x00d',) =? b'ac\\x00db' ... yes\nbytearray(b'a%sb') % (b'c\\x00d',) =? bytearray(b'ac\\x00db') ... yes\nok\nPASS: test_optimisations (test.test_format.FormatTest.test_optimisations)\nPASS: test_precision (test.test_format.FormatTest.test_precision)\nPASS: test_precision_c_limits (test.test_format.FormatTest.test_precision_c_limits)\nPASS: test_specifier_z_error (test.test_format.FormatTest.test_specifier_z_error)\ntest_str_format (test.test_format.FormatTest.test_str_format) ... '%r' % '\\u0378' =? \"'\\\\u0378'\" ... yes\n'%a' % '\\u0378' =? \"'\\\\u0378'\" ... yes\n'%r' % '\\u0374' =? \"'\\u0374'\" ... yes\n'%a' % '\\u0374' =? \"'\\\\u0374'\" ... yes\nTesting exceptions\n'abc %b' % 1 works? ... yes\n'%g' % '1' works? ... yes\n'no format' % '1' works? ... yes\n'%c' % -1 works? ... yes\n'%c' % 1114112 works? ... yes\n'%c' % 3.14 works? ... yes\n'%c' % 'ab' works? ... yes\n'%c' % b'x' works? ... yes\nok\nPASS: test_unicode_in_error_message (test.test_format.FormatTest.test_unicode_in_error_message)\nPASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_format.FormatTest.test_with_a_commas_and_an_underscore_in_format_specifier)\nPASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_format.FormatTest.test_with_an_underscore_and_a_comma_in_format_specifier)\nPASS: test_with_two_commas_in_format_specifier (test.test_format.FormatTest.test_with_two_commas_in_format_specifier)\nPASS: test_with_two_underscore_in_format_specifier (test.test_format.FormatTest.test_with_two_underscore_in_format_specifier)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.005s\n\nOK\n0:01:28 load avg: 1.63 [198/480] test_fractions passed\nPASS: testApproximateCos1 (test.test_fractions.FractionTest.testApproximateCos1)\nPASS: testApproximatePi (test.test_fractions.FractionTest.testApproximatePi)\nPASS: testArithmetic (test.test_fractions.FractionTest.testArithmetic)\nPASS: testBigComplexComparisons (test.test_fractions.FractionTest.testBigComplexComparisons)\nPASS: testBigFloatComparisons (test.test_fractions.FractionTest.testBigFloatComparisons)\nPASS: testBoolGuarateesBoolReturn (test.test_fractions.FractionTest.testBoolGuarateesBoolReturn)\nPASS: testComparisons (test.test_fractions.FractionTest.testComparisons)\nPASS: testComparisonsDummyFloat (test.test_fractions.FractionTest.testComparisonsDummyFloat)\nPASS: testComparisonsDummyRational (test.test_fractions.FractionTest.testComparisonsDummyRational)\nPASS: testConversions (test.test_fractions.FractionTest.testConversions)\nPASS: testFromDecimal (test.test_fractions.FractionTest.testFromDecimal)\nPASS: testFromFloat (test.test_fractions.FractionTest.testFromFloat)\nPASS: testFromString (test.test_fractions.FractionTest.testFromString)\nPASS: testHash (test.test_fractions.FractionTest.testHash)\nPASS: testImmutable (test.test_fractions.FractionTest.testImmutable)\nPASS: testInit (test.test_fractions.FractionTest.testInit)\nPASS: testInitFromDecimal (test.test_fractions.FractionTest.testInitFromDecimal)\nPASS: testInitFromFloat (test.test_fractions.FractionTest.testInitFromFloat)\nPASS: testIntGuaranteesIntReturn (test.test_fractions.FractionTest.testIntGuaranteesIntReturn)\nPASS: testLargeArithmetic (test.test_fractions.FractionTest.testLargeArithmetic)\nPASS: testLimitDenominator (test.test_fractions.FractionTest.testLimitDenominator)\nPASS: testMixedArithmetic (test.test_fractions.FractionTest.testMixedArithmetic)\nPASS: testMixedDivision (test.test_fractions.FractionTest.testMixedDivision)\nPASS: testMixedEqual (test.test_fractions.FractionTest.testMixedEqual)\nPASS: testMixedIntegerDivision (test.test_fractions.FractionTest.testMixedIntegerDivision)\nPASS: testMixedLess (test.test_fractions.FractionTest.testMixedLess)\nPASS: testMixedLessEqual (test.test_fractions.FractionTest.testMixedLessEqual)\nPASS: testMixedMultiplication (test.test_fractions.FractionTest.testMixedMultiplication)\nPASS: testMixedPower (test.test_fractions.FractionTest.testMixedPower)\nPASS: testMixingWithDecimal (test.test_fractions.FractionTest.testMixingWithDecimal)\nPASS: testRound (test.test_fractions.FractionTest.testRound)\nPASS: testStringification (test.test_fractions.FractionTest.testStringification)\nPASS: testSupportsInt (test.test_fractions.FractionTest.testSupportsInt)\nPASS: test_as_integer_ratio (test.test_fractions.FractionTest.test_as_integer_ratio)\nPASS: test_complex_handling (test.test_fractions.FractionTest.test_complex_handling)\nPASS: test_copy_deepcopy_pickle (test.test_fractions.FractionTest.test_copy_deepcopy_pickle)\nPASS: test_float_format_testfile (test.test_fractions.FractionTest.test_float_format_testfile)\nPASS: test_format_e_presentation_type (test.test_fractions.FractionTest.test_format_e_presentation_type)\nPASS: test_format_f_presentation_type (test.test_fractions.FractionTest.test_format_f_presentation_type)\nPASS: test_format_g_presentation_type (test.test_fractions.FractionTest.test_format_g_presentation_type)\nPASS: test_format_no_presentation_type (test.test_fractions.FractionTest.test_format_no_presentation_type)\nPASS: test_int_subclass (test.test_fractions.FractionTest.test_int_subclass)\nPASS: test_invalid_formats (test.test_fractions.FractionTest.test_invalid_formats)\nPASS: test_is_integer (test.test_fractions.FractionTest.test_is_integer)\nPASS: test_limit_int (test.test_fractions.FractionTest.test_limit_int)\nPASS: test_slots (test.test_fractions.FractionTest.test_slots)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.017s\n\nOK\n0:01:28 load avg: 1.63 [199/480] test_frame passed\nPASS: test_clear_does_not_clear_specials (test.test_frame.ClearTest.test_clear_does_not_clear_specials)\nPASS: test_clear_executing (test.test_frame.ClearTest.test_clear_executing)\nPASS: test_clear_executing_generator (test.test_frame.ClearTest.test_clear_executing_generator)\nPASS: test_clear_generator (test.test_frame.ClearTest.test_clear_generator)\nPASS: test_clear_locals (test.test_frame.ClearTest.test_clear_locals)\nPASS: test_clear_locals_after_f_locals_access (test.test_frame.ClearTest.test_clear_locals_after_f_locals_access)\nPASS: test_clear_refcycles (test.test_frame.ClearTest.test_clear_refcycles)\nPASS: test_lineno_with_tracing (test.test_frame.ClearTest.test_lineno_with_tracing)\nPASS: test_clear_locals (test.test_frame.FrameAttrsTest.test_clear_locals)\nPASS: test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault)\nPASS: test_locals_clear_locals (test.test_frame.FrameAttrsTest.test_locals_clear_locals)\nPASS: test_bool (test.test_frame.FrameLocalsProxyMappingTests.test_bool)\nSKIP: test_clear (test.test_frame.FrameLocalsProxyMappingTests.test_clear) 'Unlike a mapping: no proxy.clear'\nSKIP: test_constructor (test.test_frame.FrameLocalsProxyMappingTests.test_constructor) 'Locals proxies for different frames never compare as equal'\nPASS: test_contains (test.test_frame.FrameLocalsProxyMappingTests.test_contains)\nPASS: test_copy (test.test_frame.FrameLocalsProxyMappingTests.test_copy)\nSKIP: test_eq (test.test_frame.FrameLocalsProxyMappingTests.test_eq) 'Locals proxies for different frames never compare as equal'\nSKIP: test_fromkeys (test.test_frame.FrameLocalsProxyMappingTests.test_fromkeys) 'Unlike a mapping: no proxy.fromkeys'\nPASS: test_get (test.test_frame.FrameLocalsProxyMappingTests.test_get)\nPASS: test_getitem (test.test_frame.FrameLocalsProxyMappingTests.test_getitem)\nPASS: test_items (test.test_frame.FrameLocalsProxyMappingTests.test_items)\nPASS: test_keys (test.test_frame.FrameLocalsProxyMappingTests.test_keys)\nPASS: test_len (test.test_frame.FrameLocalsProxyMappingTests.test_len)\nPASS: test_mutatingiteration (test.test_frame.FrameLocalsProxyMappingTests.test_mutatingiteration)\nSKIP: test_pop (test.test_frame.FrameLocalsProxyMappingTests.test_pop) 'Unlike a mapping: no proxy.pop'\nSKIP: test_popitem (test.test_frame.FrameLocalsProxyMappingTests.test_popitem) 'Unlike a mapping: no proxy.popitem'\nPASS: test_read (test.test_frame.FrameLocalsProxyMappingTests.test_read)\nPASS: test_repr (test.test_frame.FrameLocalsProxyMappingTests.test_repr)\nPASS: test_repr_deep (test.test_frame.FrameLocalsProxyMappingTests.test_repr_deep)\nPASS: test_setdefault (test.test_frame.FrameLocalsProxyMappingTests.test_setdefault)\nSKIP: test_update (test.test_frame.FrameLocalsProxyMappingTests.test_update) 'Unlike a mapping: no proxy.update'\nPASS: test_values (test.test_frame.FrameLocalsProxyMappingTests.test_values)\nSKIP: test_write (test.test_frame.FrameLocalsProxyMappingTests.test_write) 'Unlike a mapping: del proxy[key] fails'\nPASS: test_repr (test.test_frame.ReprTest.test_repr)\ntest_frame_fback_api (test.test_frame.TestCAPI.test_frame_fback_api)\nPASS: Test that accessing `f_back` does not cause a segmentation fault on\nPASS: test_frame_get_generator (test.test_frame.TestCAPI.test_frame_get_generator)\nPASS: test_frame_getters (test.test_frame.TestCAPI.test_frame_getters)\nPASS: test_getvar (test.test_frame.TestCAPI.test_getvar)\nPASS: test_basic (test.test_frame.TestFrameCApi.test_basic)\nPASS: test_as_dict (test.test_frame.TestFrameLocals.test_as_dict)\nPASS: test_as_number (test.test_frame.TestFrameLocals.test_as_number)\nPASS: test_closure (test.test_frame.TestFrameLocals.test_closure)\nPASS: test_closure_with_inline_comprehension (test.test_frame.TestFrameLocals.test_closure_with_inline_comprehension)\nPASS: test_constructor (test.test_frame.TestFrameLocals.test_constructor)\nPASS: test_copy (test.test_frame.TestFrameLocals.test_copy)\nPASS: test_delete (test.test_frame.TestFrameLocals.test_delete)\nPASS: test_is_mapping (test.test_frame.TestFrameLocals.test_is_mapping)\nPASS: test_local_objects (test.test_frame.TestFrameLocals.test_local_objects)\nPASS: test_non_string_key (test.test_frame.TestFrameLocals.test_non_string_key)\nPASS: test_proxy_key_stringlikes_ftrst_write (test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_ftrst_write)\nPASS: test_proxy_key_stringlikes_overwrite (test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_overwrite)\nPASS: test_proxy_key_unhashables (test.test_frame.TestFrameLocals.test_proxy_key_unhashables)\nPASS: test_repr (test.test_frame.TestFrameLocals.test_repr)\nPASS: test_scope (test.test_frame.TestFrameLocals.test_scope)\nPASS: test_sizeof (test.test_frame.TestFrameLocals.test_sizeof)\nPASS: test_unsupport (test.test_frame.TestFrameLocals.test_unsupport)\nPASS: test_update_with_self (test.test_frame.TestFrameLocals.test_update_with_self)\nPASS: test_write_with_hidden (test.test_frame.TestFrameLocals.test_write_with_hidden)\nPASS: test_entry_frames_are_invisible_during_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_entry_frames_are_invisible_during_teardown)\nPASS: test_issue95818 (test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818)\nPASS: test_sneaky_frame_object_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown)\n\n----------------------------------------------------------------------\nRan 61 tests in 0.082s\n\nOK (skipped=8)\n0:01:28 load avg: 1.63 [200/480] test_free_threading skipped\ntest_free_threading skipped -- GIL enabled\n0:01:28 load avg: 1.63 [201/480] test_file_eintr passed\ntest_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readall)\nPASS: BufferedReader.read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readall)\nPASS: readall() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readall)\nPASS: read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readall)\nPASS: BufferedReader.read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readall)\nPASS: readall() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readall)\nPASS: read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\n\n----------------------------------------------------------------------\nRan 18 tests in 1.528s\n\nOK\n0:01:28 load avg: 1.63 [202/480] test_frozen passed\nPASS: test_frozen (test.test_frozen.TestFrozen.test_frozen)\nPASS: test_frozen_submodule_in_unfrozen_package (test.test_frozen.TestFrozen.test_frozen_submodule_in_unfrozen_package)\nPASS: test_unfrozen_submodule_in_frozen_package (test.test_frozen.TestFrozen.test_unfrozen_submodule_in_frozen_package)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.001s\n\nOK\n0:01:29 load avg: 1.63 [203/480] test_fstring passed\nPASS: test__format__lookup (test.test_fstring.TestCase.test__format__lookup)\nPASS: test_arguments (test.test_fstring.TestCase.test_arguments)\nPASS: test_assignment (test.test_fstring.TestCase.test_assignment)\nPASS: test_ast (test.test_fstring.TestCase.test_ast)\nPASS: test_ast_compile_time_concat (test.test_fstring.TestCase.test_ast_compile_time_concat)\nPASS: test_ast_fstring_empty_format_spec (test.test_fstring.TestCase.test_ast_fstring_empty_format_spec)\nPASS: test_ast_fstring_format_spec (test.test_fstring.TestCase.test_ast_fstring_format_spec)\nPASS: test_ast_line_numbers (test.test_fstring.TestCase.test_ast_line_numbers)\nPASS: test_ast_line_numbers_duplicate_expression (test.test_fstring.TestCase.test_ast_line_numbers_duplicate_expression)\nPASS: test_ast_line_numbers_multiline_fstring (test.test_fstring.TestCase.test_ast_line_numbers_multiline_fstring)\nPASS: test_ast_line_numbers_multiple_formattedvalues (test.test_fstring.TestCase.test_ast_line_numbers_multiple_formattedvalues)\nPASS: test_ast_line_numbers_nested (test.test_fstring.TestCase.test_ast_line_numbers_nested)\nPASS: test_ast_line_numbers_with_parentheses (test.test_fstring.TestCase.test_ast_line_numbers_with_parentheses)\nPASS: test_ast_numbers_fstring_with_formatting (test.test_fstring.TestCase.test_ast_numbers_fstring_with_formatting)\nPASS: test_backslash_char (test.test_fstring.TestCase.test_backslash_char)\nPASS: test_backslashes_in_expression_part (test.test_fstring.TestCase.test_backslashes_in_expression_part)\nPASS: test_backslashes_in_string_part (test.test_fstring.TestCase.test_backslashes_in_string_part)\nPASS: test_call (test.test_fstring.TestCase.test_call)\nPASS: test_closure (test.test_fstring.TestCase.test_closure)\nPASS: test_comments (test.test_fstring.TestCase.test_comments)\nPASS: test_compile_time_concat (test.test_fstring.TestCase.test_compile_time_concat)\nPASS: test_compile_time_concat_errors (test.test_fstring.TestCase.test_compile_time_concat_errors)\nPASS: test_conversions (test.test_fstring.TestCase.test_conversions)\nPASS: test_custom_format_specifier (test.test_fstring.TestCase.test_custom_format_specifier)\nPASS: test_debug_conversion (test.test_fstring.TestCase.test_debug_conversion)\nPASS: test_debug_expressions_are_raw_strings (test.test_fstring.TestCase.test_debug_expressions_are_raw_strings)\nPASS: test_debug_in_file (test.test_fstring.TestCase.test_debug_in_file)\nPASS: test_del (test.test_fstring.TestCase.test_del)\nPASS: test_dict (test.test_fstring.TestCase.test_dict)\nPASS: test_docstring (test.test_fstring.TestCase.test_docstring)\nPASS: test_double_braces (test.test_fstring.TestCase.test_double_braces)\nPASS: test_empty_format_specifier (test.test_fstring.TestCase.test_empty_format_specifier)\nPASS: test_equal_equal (test.test_fstring.TestCase.test_equal_equal)\nPASS: test_errors (test.test_fstring.TestCase.test_errors)\nPASS: test_expressions_with_triple_quoted_strings (test.test_fstring.TestCase.test_expressions_with_triple_quoted_strings)\nPASS: test_filename_in_syntaxerror (test.test_fstring.TestCase.test_filename_in_syntaxerror)\nPASS: test_format_specifier_expressions (test.test_fstring.TestCase.test_format_specifier_expressions)\nPASS: test_fstring_backslash_before_double_bracket (test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket)\nPASS: test_fstring_backslash_before_double_bracket_warns_once (test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket_warns_once)\nPASS: test_fstring_backslash_prefix_raw (test.test_fstring.TestCase.test_fstring_backslash_prefix_raw)\nPASS: test_fstring_format_spec_greedy_matching (test.test_fstring.TestCase.test_fstring_format_spec_greedy_matching)\nPASS: test_fstring_nested_too_deeply (test.test_fstring.TestCase.test_fstring_nested_too_deeply)\nPASS: test_fstring_without_formatting_bytecode (test.test_fstring.TestCase.test_fstring_without_formatting_bytecode)\nPASS: test_gh129093 (test.test_fstring.TestCase.test_gh129093)\nPASS: test_global (test.test_fstring.TestCase.test_global)\nPASS: test_if_conditional (test.test_fstring.TestCase.test_if_conditional)\nPASS: test_invalid_backslashes_inside_fstring_context (test.test_fstring.TestCase.test_invalid_backslashes_inside_fstring_context)\nPASS: test_invalid_string_prefixes (test.test_fstring.TestCase.test_invalid_string_prefixes)\nPASS: test_invalid_syntax_error_message (test.test_fstring.TestCase.test_invalid_syntax_error_message)\nPASS: test_lambda (test.test_fstring.TestCase.test_lambda)\nPASS: test_leading_trailing_spaces (test.test_fstring.TestCase.test_leading_trailing_spaces)\nPASS: test_literal (test.test_fstring.TestCase.test_literal)\nPASS: test_literal_eval (test.test_fstring.TestCase.test_literal_eval)\nPASS: test_locals (test.test_fstring.TestCase.test_locals)\nPASS: test_loop (test.test_fstring.TestCase.test_loop)\nPASS: test_many_expressions (test.test_fstring.TestCase.test_many_expressions)\nPASS: test_misformed_unicode_character_name (test.test_fstring.TestCase.test_misformed_unicode_character_name)\nPASS: test_mismatched_braces (test.test_fstring.TestCase.test_mismatched_braces)\nPASS: test_mismatched_parens (test.test_fstring.TestCase.test_mismatched_parens)\nPASS: test_missing_expression (test.test_fstring.TestCase.test_missing_expression)\nPASS: test_missing_format_spec (test.test_fstring.TestCase.test_missing_format_spec)\nPASS: test_missing_variable (test.test_fstring.TestCase.test_missing_variable)\nPASS: test_multiple_vars (test.test_fstring.TestCase.test_multiple_vars)\nPASS: test_nested_fstrings (test.test_fstring.TestCase.test_nested_fstrings)\nPASS: test_newlines_before_syntax_error (test.test_fstring.TestCase.test_newlines_before_syntax_error)\nPASS: test_newlines_in_expressions (test.test_fstring.TestCase.test_newlines_in_expressions)\nPASS: test_newlines_in_format_specifiers (test.test_fstring.TestCase.test_newlines_in_format_specifiers)\ntest_no_escapes_for_braces (test.test_fstring.TestCase.test_no_escapes_for_braces)\nPASS: Only literal curly braces begin an expression.\nPASS: test_not_closing_quotes (test.test_fstring.TestCase.test_not_closing_quotes)\nPASS: test_not_equal (test.test_fstring.TestCase.test_not_equal)\nPASS: test_parens_in_expressions (test.test_fstring.TestCase.test_parens_in_expressions)\nPASS: test_roundtrip_raw_quotes (test.test_fstring.TestCase.test_roundtrip_raw_quotes)\nPASS: test_shadowed_global (test.test_fstring.TestCase.test_shadowed_global)\nPASS: test_side_effect_order (test.test_fstring.TestCase.test_side_effect_order)\nPASS: test_str_format_differences (test.test_fstring.TestCase.test_str_format_differences)\nPASS: test_syntax_error_after_debug (test.test_fstring.TestCase.test_syntax_error_after_debug)\nPASS: test_syntax_error_for_starred_expressions (test.test_fstring.TestCase.test_syntax_error_for_starred_expressions)\nPASS: test_syntax_error_in_nested_fstring (test.test_fstring.TestCase.test_syntax_error_in_nested_fstring)\nPASS: test_syntax_warning_infinite_recursion_in_file (test.test_fstring.TestCase.test_syntax_warning_infinite_recursion_in_file)\nPASS: test_unterminated_string (test.test_fstring.TestCase.test_unterminated_string)\nPASS: test_valid_prefixes (test.test_fstring.TestCase.test_valid_prefixes)\nPASS: test_walrus (test.test_fstring.TestCase.test_walrus)\nPASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_a_commas_and_an_underscore_in_format_specifier)\nPASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_fstring.TestCase.test_with_an_underscore_and_a_comma_in_format_specifier)\nPASS: test_with_two_commas_in_format_specifier (test.test_fstring.TestCase.test_with_two_commas_in_format_specifier)\nPASS: test_with_two_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_two_underscore_in_format_specifier)\nPASS: test_yield (test.test_fstring.TestCase.test_yield)\nPASS: test_yield_send (test.test_fstring.TestCase.test_yield_send)\n\n----------------------------------------------------------------------\nRan 88 tests in 0.986s\n\nOK\n0:01:29 load avg: 1.63 [204/480] test_funcattrs passed\nPASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_delete_unknown_attr)\nPASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_set_attr)\nPASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_unset_attr)\nPASS: test_builtin__qualname__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__qualname__)\nPASS: test_builtin__self__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__self__)\nPASS: test_comparison (test.test_funcattrs.CellTest.test_comparison)\nPASS: test_delete___dict__ (test.test_funcattrs.FunctionDictsTest.test_delete___dict__)\nPASS: test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest.test_func_as_dict_key)\nPASS: test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_invalid)\nPASS: test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_valid)\nPASS: test_unassigned_dict (test.test_funcattrs.FunctionDictsTest.test_unassigned_dict)\nPASS: test_delete_docstring (test.test_funcattrs.FunctionDocstringTest.test_delete_docstring)\nPASS: test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest.test_set_docstring_attr)\nPASS: test___builtins__ (test.test_funcattrs.FunctionPropertiesTest.test___builtins__)\nPASS: test___closure__ (test.test_funcattrs.FunctionPropertiesTest.test___closure__)\nPASS: test___code__ (test.test_funcattrs.FunctionPropertiesTest.test___code__)\nPASS: test___globals__ (test.test_funcattrs.FunctionPropertiesTest.test___globals__)\nPASS: test___name__ (test.test_funcattrs.FunctionPropertiesTest.test___name__)\nPASS: test___qualname__ (test.test_funcattrs.FunctionPropertiesTest.test___qualname__)\nPASS: test___type_params__ (test.test_funcattrs.FunctionPropertiesTest.test___type_params__)\nPASS: test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest.test_blank_func_defaults)\nPASS: test_cell_new (test.test_funcattrs.FunctionPropertiesTest.test_cell_new)\nPASS: test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest.test_copying___code__)\nPASS: test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest.test_dir_includes_correct_attrs)\nPASS: test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest.test_duplicate_function_equality)\nPASS: test_empty_cell (test.test_funcattrs.FunctionPropertiesTest.test_empty_cell)\nPASS: test_func_default_args (test.test_funcattrs.FunctionPropertiesTest.test_func_default_args)\nPASS: test_invalid___code___assignment (test.test_funcattrs.FunctionPropertiesTest.test_invalid___code___assignment)\nPASS: test_module (test.test_funcattrs.FunctionPropertiesTest.test_module)\nPASS: test_set_cell (test.test_funcattrs.FunctionPropertiesTest.test_set_cell)\nPASS: test___class__ (test.test_funcattrs.InstancemethodAttrTest.test___class__)\nPASS: test___func__ (test.test_funcattrs.InstancemethodAttrTest.test___func__)\nPASS: test___func___non_method (test.test_funcattrs.InstancemethodAttrTest.test___func___non_method)\nPASS: test___self__ (test.test_funcattrs.InstancemethodAttrTest.test___self__)\nPASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest.test_func_attribute)\n\n----------------------------------------------------------------------\nRan 35 tests in 0.002s\n\nOK\n0:01:29 load avg: 1.63 [205/480] test_functools passed\nPASS: test_cache (test.test_functools.TestCacheC.test_cache)\nPASS: test_cache (test.test_functools.TestCachePy.test_cache)\nPASS: test_access_from_class (test.test_functools.TestCachedProperty.test_access_from_class)\nPASS: test_cached (test.test_functools.TestCachedProperty.test_cached)\nPASS: test_cached_attribute_name_differs_from_func_name (test.test_functools.TestCachedProperty.test_cached_attribute_name_differs_from_func_name)\nPASS: test_doc (test.test_functools.TestCachedProperty.test_doc)\nPASS: test_immutable_dict (test.test_functools.TestCachedProperty.test_immutable_dict)\nPASS: test_module (test.test_functools.TestCachedProperty.test_module)\nPASS: test_object_with_slots (test.test_functools.TestCachedProperty.test_object_with_slots)\ntest_reuse_different_names (test.test_functools.TestCachedProperty.test_reuse_different_names)\nPASS: Disallow this case because decorated function a would not be cached.\ntest_reuse_same_name (test.test_functools.TestCachedProperty.test_reuse_same_name)\nPASS: Reusing a cached_property on different classes under the same name is OK.\nPASS: test_set_name_not_called (test.test_functools.TestCachedProperty.test_set_name_not_called)\ntest_subclass_with___set__ (test.test_functools.TestCachedProperty.test_subclass_with___set__)\nPASS: Caching still works for a subclass defining __set__.\nPASS: test_bad_cmp (test.test_functools.TestCmpToKeyC.test_bad_cmp)\nPASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC.test_cmp_to_key)\nPASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC.test_cmp_to_key_arguments)\nPASS: test_cmp_to_signature (test.test_functools.TestCmpToKeyC.test_cmp_to_signature)\nPASS: test_disallow_instantiation (test.test_functools.TestCmpToKeyC.test_disallow_instantiation)\nPASS: test_hash (test.test_functools.TestCmpToKeyC.test_hash)\nPASS: test_obj_field (test.test_functools.TestCmpToKeyC.test_obj_field)\nPASS: test_sort_int (test.test_functools.TestCmpToKeyC.test_sort_int)\nPASS: test_sort_int_str (test.test_functools.TestCmpToKeyC.test_sort_int_str)\nPASS: test_bad_cmp (test.test_functools.TestCmpToKeyPy.test_bad_cmp)\nPASS: test_cmp_to_key (test.test_functools.TestCmpToKeyPy.test_cmp_to_key)\nPASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyPy.test_cmp_to_key_arguments)\nPASS: test_cmp_to_signature (test.test_functools.TestCmpToKeyPy.test_cmp_to_signature)\nPASS: test_hash (test.test_functools.TestCmpToKeyPy.test_hash)\nPASS: test_obj_field (test.test_functools.TestCmpToKeyPy.test_obj_field)\nPASS: test_sort_int (test.test_functools.TestCmpToKeyPy.test_sort_int)\nPASS: test_sort_int_str (test.test_functools.TestCmpToKeyPy.test_sort_int_str)\nPASS: test_common_signatures (test.test_functools.TestLRUC.test_common_signatures)\nPASS: test_copy (test.test_functools.TestLRUC.test_copy)\nPASS: test_deepcopy (test.test_functools.TestLRUC.test_deepcopy)\nPASS: test_kwargs_order (test.test_functools.TestLRUC.test_kwargs_order)\nPASS: test_lru (test.test_functools.TestLRUC.test_lru)\nPASS: test_lru_bug_35780 (test.test_functools.TestLRUC.test_lru_bug_35780)\nPASS: test_lru_bug_36650 (test.test_functools.TestLRUC.test_lru_bug_36650)\nPASS: test_lru_cache_decoration (test.test_functools.TestLRUC.test_lru_cache_decoration)\nPASS: test_lru_cache_parameters (test.test_functools.TestLRUC.test_lru_cache_parameters)\nPASS: test_lru_cache_threaded (test.test_functools.TestLRUC.test_lru_cache_threaded)\nPASS: test_lru_cache_threaded2 (test.test_functools.TestLRUC.test_lru_cache_threaded2)\nPASS: test_lru_cache_threaded3 (test.test_functools.TestLRUC.test_lru_cache_threaded3)\nPASS: test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUC.test_lru_cache_typed_is_not_recursive)\nPASS: test_lru_cache_weakrefable (test.test_functools.TestLRUC.test_lru_cache_weakrefable)\nPASS: test_lru_hash_only_once (test.test_functools.TestLRUC.test_lru_hash_only_once)\nPASS: test_lru_method (test.test_functools.TestLRUC.test_lru_method)\nPASS: test_lru_no_args (test.test_functools.TestLRUC.test_lru_no_args)\nPASS: test_lru_recursion (test.test_functools.TestLRUC.test_lru_recursion)\nPASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUC.test_lru_reentrancy_with_len)\nPASS: test_lru_star_arg_handling (test.test_functools.TestLRUC.test_lru_star_arg_handling)\nPASS: test_lru_type_error (test.test_functools.TestLRUC.test_lru_type_error)\nPASS: test_lru_with_exceptions (test.test_functools.TestLRUC.test_lru_with_exceptions)\nPASS: test_lru_with_keyword_args (test.test_functools.TestLRUC.test_lru_with_keyword_args)\nPASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUC.test_lru_with_keyword_args_maxsize_none)\nPASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUC.test_lru_with_maxsize_negative)\nPASS: test_lru_with_maxsize_none (test.test_functools.TestLRUC.test_lru_with_maxsize_none)\nPASS: test_lru_with_types (test.test_functools.TestLRUC.test_lru_with_types)\nPASS: test_need_for_rlock (test.test_functools.TestLRUC.test_need_for_rlock)\nPASS: test_pickle (test.test_functools.TestLRUC.test_pickle)\nPASS: test_common_signatures (test.test_functools.TestLRUPy.test_common_signatures)\nPASS: test_copy (test.test_functools.TestLRUPy.test_copy)\nPASS: test_deepcopy (test.test_functools.TestLRUPy.test_deepcopy)\nPASS: test_kwargs_order (test.test_functools.TestLRUPy.test_kwargs_order)\nPASS: test_lru (test.test_functools.TestLRUPy.test_lru)\nPASS: test_lru_bug_35780 (test.test_functools.TestLRUPy.test_lru_bug_35780)\nPASS: test_lru_bug_36650 (test.test_functools.TestLRUPy.test_lru_bug_36650)\nPASS: test_lru_cache_decoration (test.test_functools.TestLRUPy.test_lru_cache_decoration)\nPASS: test_lru_cache_parameters (test.test_functools.TestLRUPy.test_lru_cache_parameters)\nPASS: test_lru_cache_threaded (test.test_functools.TestLRUPy.test_lru_cache_threaded)\nPASS: test_lru_cache_threaded2 (test.test_functools.TestLRUPy.test_lru_cache_threaded2)\nPASS: test_lru_cache_threaded3 (test.test_functools.TestLRUPy.test_lru_cache_threaded3)\nPASS: test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUPy.test_lru_cache_typed_is_not_recursive)\nPASS: test_lru_cache_weakrefable (test.test_functools.TestLRUPy.test_lru_cache_weakrefable)\nPASS: test_lru_hash_only_once (test.test_functools.TestLRUPy.test_lru_hash_only_once)\nPASS: test_lru_method (test.test_functools.TestLRUPy.test_lru_method)\nPASS: test_lru_no_args (test.test_functools.TestLRUPy.test_lru_no_args)\nPASS: test_lru_recursion (test.test_functools.TestLRUPy.test_lru_recursion)\nPASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUPy.test_lru_reentrancy_with_len)\nPASS: test_lru_star_arg_handling (test.test_functools.TestLRUPy.test_lru_star_arg_handling)\nPASS: test_lru_type_error (test.test_functools.TestLRUPy.test_lru_type_error)\nPASS: test_lru_with_exceptions (test.test_functools.TestLRUPy.test_lru_with_exceptions)\nPASS: test_lru_with_keyword_args (test.test_functools.TestLRUPy.test_lru_with_keyword_args)\nPASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_keyword_args_maxsize_none)\nPASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUPy.test_lru_with_maxsize_negative)\nPASS: test_lru_with_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_maxsize_none)\nPASS: test_lru_with_types (test.test_functools.TestLRUPy.test_lru_with_types)\nPASS: test_need_for_rlock (test.test_functools.TestLRUPy.test_need_for_rlock)\nPASS: test_pickle (test.test_functools.TestLRUPy.test_pickle)\nPASS: test_arg_combinations (test.test_functools.TestPartialC.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialC.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialC.test_attributes)\nPASS: test_attributes_unwritable (test.test_functools.TestPartialC.test_attributes_unwritable)\nPASS: test_basic_examples (test.test_functools.TestPartialC.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialC.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialC.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialC.test_error_propagation)\nPASS: test_keystr_replaces_value (test.test_functools.TestPartialC.test_keystr_replaces_value)\nPASS: test_keyword (test.test_functools.TestPartialC.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialC.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialC.test_kwargs_copy)\nPASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialC.test_manually_adding_non_string_keyword)\nPASS: test_nested_optimization (test.test_functools.TestPartialC.test_nested_optimization)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialC.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialC.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialC.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialC.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialC.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialC.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialC.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialC.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialC.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialC.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialC.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialC.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialC.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialC.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialC.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialC.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialC.test_with_bound_and_unbound_methods)\nPASS: test_arg_combinations (test.test_functools.TestPartialCSubclass.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialCSubclass.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialCSubclass.test_attributes)\nPASS: test_attributes_unwritable (test.test_functools.TestPartialCSubclass.test_attributes_unwritable)\nPASS: test_basic_examples (test.test_functools.TestPartialCSubclass.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialCSubclass.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialCSubclass.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialCSubclass.test_error_propagation)\nPASS: test_keystr_replaces_value (test.test_functools.TestPartialCSubclass.test_keystr_replaces_value)\nPASS: test_keyword (test.test_functools.TestPartialCSubclass.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialCSubclass.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialCSubclass.test_kwargs_copy)\nPASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialCSubclass.test_manually_adding_non_string_keyword)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialCSubclass.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialCSubclass.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialCSubclass.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialCSubclass.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialCSubclass.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialCSubclass.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialCSubclass.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialCSubclass.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialCSubclass.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialCSubclass.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialCSubclass.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialCSubclass.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialCSubclass.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialCSubclass.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialCSubclass.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialCSubclass.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialCSubclass.test_with_bound_and_unbound_methods)\nPASS: test_abstract (test.test_functools.TestPartialMethod.test_abstract)\nPASS: test_arg_combinations (test.test_functools.TestPartialMethod.test_arg_combinations)\nPASS: test_bound_method_introspection (test.test_functools.TestPartialMethod.test_bound_method_introspection)\nPASS: test_descriptors (test.test_functools.TestPartialMethod.test_descriptors)\nPASS: test_invalid_args (test.test_functools.TestPartialMethod.test_invalid_args)\nPASS: test_nested (test.test_functools.TestPartialMethod.test_nested)\nPASS: test_over_partial (test.test_functools.TestPartialMethod.test_over_partial)\nPASS: test_overriding_keywords (test.test_functools.TestPartialMethod.test_overriding_keywords)\nPASS: test_positional_only (test.test_functools.TestPartialMethod.test_positional_only)\nPASS: test_repr (test.test_functools.TestPartialMethod.test_repr)\nPASS: test_unbound_method_retrieval (test.test_functools.TestPartialMethod.test_unbound_method_retrieval)\nPASS: test_arg_combinations (test.test_functools.TestPartialPy.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialPy.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialPy.test_attributes)\nPASS: test_basic_examples (test.test_functools.TestPartialPy.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialPy.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialPy.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialPy.test_error_propagation)\nPASS: test_keyword (test.test_functools.TestPartialPy.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialPy.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialPy.test_kwargs_copy)\nPASS: test_nested_optimization (test.test_functools.TestPartialPy.test_nested_optimization)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialPy.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPy.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialPy.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialPy.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialPy.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialPy.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialPy.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPy.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialPy.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialPy.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialPy.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialPy.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialPy.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialPy.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialPy.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialPy.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPy.test_with_bound_and_unbound_methods)\nPASS: test_arg_combinations (test.test_functools.TestPartialPySubclass.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialPySubclass.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialPySubclass.test_attributes)\nPASS: test_basic_examples (test.test_functools.TestPartialPySubclass.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialPySubclass.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialPySubclass.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialPySubclass.test_error_propagation)\nPASS: test_keyword (test.test_functools.TestPartialPySubclass.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialPySubclass.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialPySubclass.test_kwargs_copy)\nPASS: test_nested_optimization (test.test_functools.TestPartialPySubclass.test_nested_optimization)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialPySubclass.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPySubclass.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialPySubclass.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialPySubclass.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialPySubclass.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialPySubclass.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialPySubclass.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPySubclass.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialPySubclass.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialPySubclass.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialPySubclass.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialPySubclass.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialPySubclass.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialPySubclass.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialPySubclass.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialPySubclass.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPySubclass.test_with_bound_and_unbound_methods)\nPASS: test_iterator_usage (test.test_functools.TestReduceC.test_iterator_usage)\nPASS: test_reduce (test.test_functools.TestReduceC.test_reduce)\nPASS: test_iterator_usage (test.test_functools.TestReducePy.test_iterator_usage)\nPASS: test_reduce (test.test_functools.TestReducePy.test_reduce)\nPASS: test_abstractmethod_register (test.test_functools.TestSingleDispatch.test_abstractmethod_register)\nPASS: test_annotations (test.test_functools.TestSingleDispatch.test_annotations)\nPASS: test_assignment_behavior (test.test_functools.TestSingleDispatch.test_assignment_behavior)\nPASS: test_c3_abc (test.test_functools.TestSingleDispatch.test_c3_abc)\nPASS: test_c_classes (test.test_functools.TestSingleDispatch.test_c_classes)\nPASS: test_cache_invalidation (test.test_functools.TestSingleDispatch.test_cache_invalidation)\nPASS: test_callable_register (test.test_functools.TestSingleDispatch.test_callable_register)\nPASS: test_classmethod_register (test.test_functools.TestSingleDispatch.test_classmethod_register)\nPASS: test_classmethod_slotted_class (test.test_functools.TestSingleDispatch.test_classmethod_slotted_class)\nPASS: test_classmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_classmethod_type_ann_register)\nPASS: test_compose_mro (test.test_functools.TestSingleDispatch.test_compose_mro)\nPASS: test_double_wrapped_methods (test.test_functools.TestSingleDispatch.test_double_wrapped_methods)\nPASS: test_false_meta (test.test_functools.TestSingleDispatch.test_false_meta)\nPASS: test_invalid_positional_argument (test.test_functools.TestSingleDispatch.test_invalid_positional_argument)\nPASS: test_invalid_positional_argument_singledispatchmethod (test.test_functools.TestSingleDispatch.test_invalid_positional_argument_singledispatchmethod)\nPASS: test_invalid_registrations (test.test_functools.TestSingleDispatch.test_invalid_registrations)\nPASS: test_method_bad_hash (test.test_functools.TestSingleDispatch.test_method_bad_hash)\nPASS: test_method_equal_instances (test.test_functools.TestSingleDispatch.test_method_equal_instances)\nPASS: test_method_no_reference_loops (test.test_functools.TestSingleDispatch.test_method_no_reference_loops)\nPASS: test_method_register (test.test_functools.TestSingleDispatch.test_method_register)\nPASS: test_method_signatures (test.test_functools.TestSingleDispatch.test_method_signatures)\nPASS: test_method_wrapping_attributes (test.test_functools.TestSingleDispatch.test_method_wrapping_attributes)\nPASS: test_mro (test.test_functools.TestSingleDispatch.test_mro)\nPASS: test_mro_conflicts (test.test_functools.TestSingleDispatch.test_mro_conflicts)\nPASS: test_register_abc (test.test_functools.TestSingleDispatch.test_register_abc)\nPASS: test_register_decorator (test.test_functools.TestSingleDispatch.test_register_decorator)\nPASS: test_register_genericalias (test.test_functools.TestSingleDispatch.test_register_genericalias)\nPASS: test_register_genericalias_annotation (test.test_functools.TestSingleDispatch.test_register_genericalias_annotation)\nPASS: test_register_genericalias_decorator (test.test_functools.TestSingleDispatch.test_register_genericalias_decorator)\nPASS: test_signatures (test.test_functools.TestSingleDispatch.test_signatures)\nPASS: test_simple_overloads (test.test_functools.TestSingleDispatch.test_simple_overloads)\nPASS: test_slotted_class (test.test_functools.TestSingleDispatch.test_slotted_class)\nPASS: test_staticmethod_register (test.test_functools.TestSingleDispatch.test_staticmethod_register)\nPASS: test_staticmethod_slotted_class (test.test_functools.TestSingleDispatch.test_staticmethod_slotted_class)\nPASS: test_staticmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_staticmethod_type_ann_register)\nPASS: test_type_ann_register (test.test_functools.TestSingleDispatch.test_type_ann_register)\nPASS: test_union (test.test_functools.TestSingleDispatch.test_union)\nPASS: test_union_None (test.test_functools.TestSingleDispatch.test_union_None)\nPASS: test_union_conflict (test.test_functools.TestSingleDispatch.test_union_conflict)\nPASS: test_wrapping_attributes (test.test_functools.TestSingleDispatch.test_wrapping_attributes)\nPASS: test_no_operations_defined (test.test_functools.TestTotalOrdering.test_no_operations_defined)\nPASS: test_notimplemented (test.test_functools.TestTotalOrdering.test_notimplemented)\nPASS: test_pickle (test.test_functools.TestTotalOrdering.test_pickle)\nPASS: test_total_ordering_for_metaclasses_issue_44605 (test.test_functools.TestTotalOrdering.test_total_ordering_for_metaclasses_issue_44605)\nPASS: test_total_ordering_ge (test.test_functools.TestTotalOrdering.test_total_ordering_ge)\nPASS: test_total_ordering_gt (test.test_functools.TestTotalOrdering.test_total_ordering_gt)\nPASS: test_total_ordering_le (test.test_functools.TestTotalOrdering.test_total_ordering_le)\nPASS: test_total_ordering_lt (test.test_functools.TestTotalOrdering.test_total_ordering_lt)\nPASS: test_total_ordering_no_overwrite (test.test_functools.TestTotalOrdering.test_total_ordering_no_overwrite)\nPASS: test_type_error_when_not_implemented (test.test_functools.TestTotalOrdering.test_type_error_when_not_implemented)\nPASS: test_builtin_update (test.test_functools.TestUpdateWrapper.test_builtin_update)\nPASS: test_default_update (test.test_functools.TestUpdateWrapper.test_default_update)\nPASS: test_default_update_doc (test.test_functools.TestUpdateWrapper.test_default_update_doc)\nPASS: test_missing_attributes (test.test_functools.TestUpdateWrapper.test_missing_attributes)\nPASS: test_no_update (test.test_functools.TestUpdateWrapper.test_no_update)\nPASS: test_selective_update (test.test_functools.TestUpdateWrapper.test_selective_update)\nPASS: test_update_type_wrapper (test.test_functools.TestUpdateWrapper.test_update_type_wrapper)\nPASS: test_builtin_update (test.test_functools.TestWraps.test_builtin_update)\nPASS: test_default_update (test.test_functools.TestWraps.test_default_update)\nPASS: test_default_update_doc (test.test_functools.TestWraps.test_default_update_doc)\nPASS: test_missing_attributes (test.test_functools.TestWraps.test_missing_attributes)\nPASS: test_no_update (test.test_functools.TestWraps.test_no_update)\nPASS: test_selective_update (test.test_functools.TestWraps.test_selective_update)\nPASS: test_update_type_wrapper (test.test_functools.TestWraps.test_update_type_wrapper)\n\n----------------------------------------------------------------------\nRan 284 tests in 0.220s\n\nOK\n0:01:31 load avg: 1.63 [206/480] test_gc passed\nPASS: test_collect (test.test_gc.GCCallbackTests.test_collect)\nPASS: test_collect_garbage (test.test_gc.GCCallbackTests.test_collect_garbage)\nPASS: test_collect_generation (test.test_gc.GCCallbackTests.test_collect_generation)\nSKIP: test_refcount_errors (test.test_gc.GCCallbackTests.test_refcount_errors) 'built with -NDEBUG'\nPASS: test_boom (test.test_gc.GCTests.test_boom)\nPASS: test_boom2 (test.test_gc.GCTests.test_boom2)\nPASS: test_bug1055820b (test.test_gc.GCTests.test_bug1055820b)\nPASS: test_bug21435 (test.test_gc.GCTests.test_bug21435)\nPASS: test_class (test.test_gc.GCTests.test_class)\nPASS: test_collect_generations (test.test_gc.GCTests.test_collect_generations)\nPASS: test_deferred_refcount_frozen (test.test_gc.GCTests.test_deferred_refcount_frozen)\nPASS: test_del (test.test_gc.GCTests.test_del)\nPASS: test_del_newclass (test.test_gc.GCTests.test_del_newclass)\nPASS: test_dict (test.test_gc.GCTests.test_dict)\nPASS: test_frame (test.test_gc.GCTests.test_frame)\nPASS: test_freeze (test.test_gc.GCTests.test_freeze)\nPASS: test_function (test.test_gc.GCTests.test_function)\nPASS: test_function_tp_clear_leaves_consistent_state (test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state)\nPASS: test_garbage_at_shutdown (test.test_gc.GCTests.test_garbage_at_shutdown)\nPASS: test_gc_main_module_at_shutdown (test.test_gc.GCTests.test_gc_main_module_at_shutdown)\nPASS: test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown)\nPASS: test_get_count (test.test_gc.GCTests.test_get_count)\nPASS: test_get_objects (test.test_gc.GCTests.test_get_objects)\nPASS: test_get_objects_arguments (test.test_gc.GCTests.test_get_objects_arguments)\nPASS: test_get_objects_during_gc (test.test_gc.GCTests.test_get_objects_during_gc)\nPASS: test_get_objects_generations (test.test_gc.GCTests.test_get_objects_generations)\nPASS: test_get_referents (test.test_gc.GCTests.test_get_referents)\nPASS: test_get_referents_on_capsule (test.test_gc.GCTests.test_get_referents_on_capsule)\nPASS: test_get_stats (test.test_gc.GCTests.test_get_stats)\nPASS: test_global_del_SystemExit (test.test_gc.GCTests.test_global_del_SystemExit)\nPASS: test_instance (test.test_gc.GCTests.test_instance)\nPASS: test_is_finalized (test.test_gc.GCTests.test_is_finalized)\nPASS: test_is_tracked (test.test_gc.GCTests.test_is_tracked)\nPASS: test_legacy_finalizer (test.test_gc.GCTests.test_legacy_finalizer)\nPASS: test_legacy_finalizer_newclass (test.test_gc.GCTests.test_legacy_finalizer_newclass)\nPASS: test_list (test.test_gc.GCTests.test_list)\nPASS: test_method (test.test_gc.GCTests.test_method)\nPASS: test_newinstance (test.test_gc.GCTests.test_newinstance)\nPASS: test_newstyleclass (test.test_gc.GCTests.test_newstyleclass)\nPASS: test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects)\nPASS: test_resurrection_is_transitive (test.test_gc.GCTests.test_resurrection_is_transitive)\nPASS: test_resurrection_only_happens_once_per_object (test.test_gc.GCTests.test_resurrection_only_happens_once_per_object)\nPASS: test_saveall (test.test_gc.GCTests.test_saveall)\nPASS: test_trash_weakref_clear (test.test_gc.GCTests.test_trash_weakref_clear)\nPASS: test_trashcan (test.test_gc.GCTests.test_trashcan)\nPASS: test_trashcan_threads (test.test_gc.GCTests.test_trashcan_threads)\nPASS: test_traverse_frozen_objects (test.test_gc.GCTests.test_traverse_frozen_objects)\nPASS: test_tuple (test.test_gc.GCTests.test_tuple)\nPASS: test_bug1055820c (test.test_gc.GCTogglingTests.test_bug1055820c)\nPASS: test_bug1055820d (test.test_gc.GCTogglingTests.test_bug1055820d)\nPASS: test_indirect_calls_with_gc_disabled (test.test_gc.GCTogglingTests.test_indirect_calls_with_gc_disabled)\nPASS: test_ast_fini (test.test_gc.PythonFinalizationTests.test_ast_fini)\nrestoring automatic collection\n\n----------------------------------------------------------------------\nRan 52 tests in 1.473s\n\nOK (skipped=1)\n0:01:31 load avg: 1.63 [207/480] test_generated_cases skipped\ntest_generated_cases skipped -- cases_generator directory could not be found\n0:01:31 load avg: 1.58 [208/480] test_generator_stop passed\nPASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping)\nPASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping_context)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK\n0:01:31 load avg: 1.58 [209/480] test_generators passed\nPASS: test_except_gen_except (test.test_generators.ExceptionTest.test_except_gen_except)\nPASS: test_except_next (test.test_generators.ExceptionTest.test_except_next)\nPASS: test_except_throw (test.test_generators.ExceptionTest.test_except_throw)\nPASS: test_except_throw_bad_exception (test.test_generators.ExceptionTest.test_except_throw_bad_exception)\nPASS: test_except_throw_exception_context (test.test_generators.ExceptionTest.test_except_throw_exception_context)\nPASS: test_gen_3_arg_deprecation_warning (test.test_generators.ExceptionTest.test_gen_3_arg_deprecation_warning)\nPASS: test_nested_gen_except_loop (test.test_generators.ExceptionTest.test_nested_gen_except_loop)\nPASS: test_return_stopiteration (test.test_generators.ExceptionTest.test_return_stopiteration)\nPASS: test_return_tuple (test.test_generators.ExceptionTest.test_return_tuple)\nPASS: test_stopiteration_error (test.test_generators.ExceptionTest.test_stopiteration_error)\nPASS: test_tutorial_stopiteration (test.test_generators.ExceptionTest.test_tutorial_stopiteration)\nPASS: test_frame_resurrect (test.test_generators.FinalizationTest.test_frame_resurrect)\nPASS: test_lambda_generator (test.test_generators.FinalizationTest.test_lambda_generator)\nPASS: test_refcycle (test.test_generators.FinalizationTest.test_refcycle)\nPASS: test_close_closed (test.test_generators.GeneratorCloseTest.test_close_closed)\nPASS: test_close_exhausted (test.test_generators.GeneratorCloseTest.test_close_exhausted)\nPASS: test_close_no_return_value (test.test_generators.GeneratorCloseTest.test_close_no_return_value)\nPASS: test_close_not_catching_exit (test.test_generators.GeneratorCloseTest.test_close_not_catching_exit)\nPASS: test_close_not_started (test.test_generators.GeneratorCloseTest.test_close_not_started)\nPASS: test_close_raises (test.test_generators.GeneratorCloseTest.test_close_raises)\nPASS: test_close_releases_frame_locals (test.test_generators.GeneratorCloseTest.test_close_releases_frame_locals)\nPASS: test_close_return_value (test.test_generators.GeneratorCloseTest.test_close_return_value)\nPASS: test_send_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_send_with_yield_from)\nPASS: test_throw_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from)\nPASS: test_ag_frame_f_back (test.test_generators.GeneratorTest.test_ag_frame_f_back)\nPASS: test_copy (test.test_generators.GeneratorTest.test_copy)\nPASS: test_cr_frame_f_back (test.test_generators.GeneratorTest.test_cr_frame_f_back)\nPASS: test_genexpr_only_calls_dunder_iter_once (test.test_generators.GeneratorTest.test_genexpr_only_calls_dunder_iter_once)\nPASS: test_gi_frame_f_back (test.test_generators.GeneratorTest.test_gi_frame_f_back)\nPASS: test_handle_frame_object_in_creation (test.test_generators.GeneratorTest.test_handle_frame_object_in_creation)\nPASS: test_issue103488 (test.test_generators.GeneratorTest.test_issue103488)\nPASS: test_name (test.test_generators.GeneratorTest.test_name)\nPASS: test_pickle (test.test_generators.GeneratorTest.test_pickle)\nPASS: test_send_non_none_to_new_gen (test.test_generators.GeneratorTest.test_send_non_none_to_new_gen)\nPASS: test_exception_context_with_yield (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield)\nPASS: test_exception_context_with_yield_from (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from)\nPASS: test_exception_context_with_yield_from_with_context_cycle (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_with_context_cycle)\nPASS: test_exception_context_with_yield_inside_generator (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_inside_generator)\nPASS: test_throw_after_none_exc_type (test.test_generators.GeneratorThrowTest.test_throw_after_none_exc_type)\nPASS: test_modify_f_locals (test.test_generators.ModifyUnderlyingIterableTest.test_modify_f_locals)\nPASS: test_new_gen_from_gi_code (test.test_generators.ModifyUnderlyingIterableTest.test_new_gen_from_gi_code)\nPASS: test_raise_and_yield_from (test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from)\nPASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests.test_generator_gi_yieldfrom)\nconjoin (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.conjoin\ncoroutine (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.coroutine\nemail (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.email\nfun (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.fun\npep (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.pep\nrefleaks (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.refleaks\nsyntax (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.syntax\ntut (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.tut\nweakref (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.weakref\n\n----------------------------------------------------------------------\nRan 52 tests in 0.060s\n\nOK\n0:01:32 load avg: 1.58 [210/480] test_genericalias passed\nPASS: test_calling_next_twice_raises_stopiteration (test.test_genericalias.BaseTest.test_calling_next_twice_raises_stopiteration)\nPASS: test_class_methods (test.test_genericalias.BaseTest.test_class_methods)\nPASS: test_copy (test.test_genericalias.BaseTest.test_copy)\nPASS: test_del_iter (test.test_genericalias.BaseTest.test_del_iter)\nPASS: test_dir (test.test_genericalias.BaseTest.test_dir)\nPASS: test_equality (test.test_genericalias.BaseTest.test_equality)\nPASS: test_exposed_type (test.test_genericalias.BaseTest.test_exposed_type)\nPASS: test_generic_subclass (test.test_genericalias.BaseTest.test_generic_subclass)\nPASS: test_instantiate (test.test_genericalias.BaseTest.test_instantiate)\nPASS: test_isinstance (test.test_genericalias.BaseTest.test_isinstance)\nPASS: test_issubclass (test.test_genericalias.BaseTest.test_issubclass)\nPASS: test_iter_creates_starred_tuple (test.test_genericalias.BaseTest.test_iter_creates_starred_tuple)\nPASS: test_no_chaining (test.test_genericalias.BaseTest.test_no_chaining)\nPASS: test_no_kwargs (test.test_genericalias.BaseTest.test_no_kwargs)\nPASS: test_parameter_chaining (test.test_genericalias.BaseTest.test_parameter_chaining)\nPASS: test_parameters (test.test_genericalias.BaseTest.test_parameters)\nPASS: test_pickle (test.test_genericalias.BaseTest.test_pickle)\nPASS: test_repr (test.test_genericalias.BaseTest.test_repr)\nPASS: test_subclassing (test.test_genericalias.BaseTest.test_subclassing)\nPASS: test_subclassing_types_genericalias (test.test_genericalias.BaseTest.test_subclassing_types_genericalias)\nPASS: test_subscriptable (test.test_genericalias.BaseTest.test_subscriptable)\nPASS: test_type_generic (test.test_genericalias.BaseTest.test_type_generic)\nPASS: test_type_subclass_generic (test.test_genericalias.BaseTest.test_type_subclass_generic)\nPASS: test_unbound_methods (test.test_genericalias.BaseTest.test_unbound_methods)\nPASS: test_union (test.test_genericalias.BaseTest.test_union)\nPASS: test_union_generic (test.test_genericalias.BaseTest.test_union_generic)\nPASS: test_unpack (test.test_genericalias.BaseTest.test_unpack)\nPASS: test_unsubscriptable (test.test_genericalias.BaseTest.test_unsubscriptable)\nPASS: test_weakref (test.test_genericalias.BaseTest.test_weakref)\nPASS: test_cannot_iterate (test.test_genericalias.TypeIterationTests.test_cannot_iterate)\nPASS: test_is_not_instance_of_iterable (test.test_genericalias.TypeIterationTests.test_is_not_instance_of_iterable)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.008s\n\nOK\n0:01:32 load avg: 1.58 [211/480] test_genericclass passed\nPASS: test_c_class (test.test_genericclass.CAPITest.test_c_class)\nPASS: test_class_getitem (test.test_genericclass.TestClassGetitem.test_class_getitem)\nPASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem.test_class_getitem_classmethod)\nPASS: test_class_getitem_errors (test.test_genericclass.TestClassGetitem.test_class_getitem_errors)\nPASS: test_class_getitem_errors_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_errors_2)\nPASS: test_class_getitem_format (test.test_genericclass.TestClassGetitem.test_class_getitem_format)\nPASS: test_class_getitem_inheritance (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance)\nPASS: test_class_getitem_inheritance_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance_2)\nPASS: test_class_getitem_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass)\nPASS: test_class_getitem_metaclass_first (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass_first)\nPASS: test_class_getitem_patched (test.test_genericclass.TestClassGetitem.test_class_getitem_patched)\nPASS: test_class_getitem_with_builtins (test.test_genericclass.TestClassGetitem.test_class_getitem_with_builtins)\nPASS: test_class_getitem_with_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_with_metaclass)\nPASS: test_mro_entry (test.test_genericclass.TestMROEntry.test_mro_entry)\nPASS: test_mro_entry_errors (test.test_genericclass.TestMROEntry.test_mro_entry_errors)\nPASS: test_mro_entry_errors_2 (test.test_genericclass.TestMROEntry.test_mro_entry_errors_2)\nPASS: test_mro_entry_metaclass (test.test_genericclass.TestMROEntry.test_mro_entry_metaclass)\nPASS: test_mro_entry_none (test.test_genericclass.TestMROEntry.test_mro_entry_none)\nPASS: test_mro_entry_signature (test.test_genericclass.TestMROEntry.test_mro_entry_signature)\nPASS: test_mro_entry_type_call (test.test_genericclass.TestMROEntry.test_mro_entry_type_call)\nPASS: test_mro_entry_with_builtins (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins)\nPASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins_2)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.002s\n\nOK\n0:01:32 load avg: 1.58 [212/480] test_genericpath passed\nPASS: test_path_commonprefix (test.test_genericpath.PathLikeTests.test_path_commonprefix)\nPASS: test_path_exists (test.test_genericpath.PathLikeTests.test_path_exists)\nPASS: test_path_getctime (test.test_genericpath.PathLikeTests.test_path_getctime)\nPASS: test_path_getmtime (test.test_genericpath.PathLikeTests.test_path_getmtime)\nPASS: test_path_getsize (test.test_genericpath.PathLikeTests.test_path_getsize)\nPASS: test_path_isdir (test.test_genericpath.PathLikeTests.test_path_isdir)\nPASS: test_path_isfile (test.test_genericpath.PathLikeTests.test_path_isfile)\nPASS: test_path_samefile (test.test_genericpath.PathLikeTests.test_path_samefile)\nPASS: test_commonprefix (test.test_genericpath.TestGenericTest.test_commonprefix)\nPASS: test_exists (test.test_genericpath.TestGenericTest.test_exists)\nPASS: test_exists_bool (test.test_genericpath.TestGenericTest.test_exists_bool)\nPASS: test_exists_fd (test.test_genericpath.TestGenericTest.test_exists_fd)\nPASS: test_filetime (test.test_genericpath.TestGenericTest.test_filetime)\nPASS: test_getsize (test.test_genericpath.TestGenericTest.test_getsize)\nPASS: test_invalid_paths (test.test_genericpath.TestGenericTest.test_invalid_paths)\nPASS: test_isdir (test.test_genericpath.TestGenericTest.test_isdir)\nPASS: test_isfile (test.test_genericpath.TestGenericTest.test_isfile)\nPASS: test_no_argument (test.test_genericpath.TestGenericTest.test_no_argument)\nPASS: test_samefile (test.test_genericpath.TestGenericTest.test_samefile)\nPASS: test_samefile_on_link (test.test_genericpath.TestGenericTest.test_samefile_on_link)\nPASS: test_samefile_on_symlink (test.test_genericpath.TestGenericTest.test_samefile_on_symlink)\nPASS: test_sameopenfile (test.test_genericpath.TestGenericTest.test_sameopenfile)\nPASS: test_samestat (test.test_genericpath.TestGenericTest.test_samestat)\nPASS: test_samestat_on_link (test.test_genericpath.TestGenericTest.test_samestat_on_link)\nPASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest.test_samestat_on_symlink)\n\n----------------------------------------------------------------------\nRan 25 tests in 0.002s\n\nOK\n0:01:32 load avg: 1.58 [213/480] test_genexps passed\ndoctests (test.test_genexps.__test__)\nPASS: Doctest: test.test_genexps.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.006s\n\nOK\n0:01:32 load avg: 1.58 [214/480] test_getopt passed\nPASS: test_do_longs (test.test_getopt.GetoptTests.test_do_longs)\nPASS: test_do_shorts (test.test_getopt.GetoptTests.test_do_shorts)\nPASS: test_getopt (test.test_getopt.GetoptTests.test_getopt)\nPASS: test_gnu_getopt (test.test_getopt.GetoptTests.test_gnu_getopt)\nPASS: test_issue4629 (test.test_getopt.GetoptTests.test_issue4629)\nPASS: test_long_has_args (test.test_getopt.GetoptTests.test_long_has_args)\nPASS: test_short_has_arg (test.test_getopt.GetoptTests.test_short_has_arg)\nSKIP: test_translations (test.test_getopt.TestTranslations.test_translations) 'i18n directory could not be found'\ntest_libref_examples (test.test_getopt)\nPASS: Doctest: test.test_getopt.test_libref_examples\n\n----------------------------------------------------------------------\nRan 9 tests in 0.001s\n\nOK (skipped=1)\n0:01:32 load avg: 1.58 [215/480] test_getpass passed\nPASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest.test_username_falls_back_to_pwd)\nPASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest.test_username_priorities_of_env_values)\nPASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest.test_username_takes_username_from_env)\nPASS: test_flushes_stream_after_prompt (test.test_getpass.GetpassRawinputTest.test_flushes_stream_after_prompt)\nPASS: test_raises_on_empty_input (test.test_getpass.GetpassRawinputTest.test_raises_on_empty_input)\nPASS: test_trims_trailing_newline (test.test_getpass.GetpassRawinputTest.test_trims_trailing_newline)\nPASS: test_uses_stderr_as_default (test.test_getpass.GetpassRawinputTest.test_uses_stderr_as_default)\nPASS: test_uses_stdin_as_default_input (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_default_input)\nPASS: test_uses_stdin_as_different_locale (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_different_locale)\nPASS: test_falls_back_to_fallback_if_termios_raises (test.test_getpass.UnixGetpassTest.test_falls_back_to_fallback_if_termios_raises)\nPASS: test_falls_back_to_stdin (test.test_getpass.UnixGetpassTest.test_falls_back_to_stdin)\nPASS: test_flushes_stream_after_input (test.test_getpass.UnixGetpassTest.test_flushes_stream_after_input)\nPASS: test_resets_termios (test.test_getpass.UnixGetpassTest.test_resets_termios)\nPASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest.test_uses_tty_directly)\n\n----------------------------------------------------------------------\nRan 14 tests in 0.012s\n\nOK\n0:01:32 load avg: 1.58 [216/480] test_getpath passed\ntest_alt_framework_macos (test.test_getpath.MockGetPathTests.test_alt_framework_macos)\nTest framework layout on macOS with alternate framework name ... Read link from /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Modules/Setup.local is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.executable              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'\nconfig.module_search_paths     +['/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython'\nconfig.stdlib_dir              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin'\nok\ntest_buildpath_posix (test.test_getpath.MockGetPathTests.test_buildpath_posix)\nTest an in-build-tree layout on POSIX. ... Read link from /home/cpython/python\nCheck if /home/cpython/Lib/os.py is a file\nconfig.base_exec_prefix        +'/usr/local'\nconfig.base_executable         +'/home/cpython/python'\nconfig.base_prefix             +'/usr/local'\nconfig.exec_prefix             +'/usr/local'\nconfig.executable              +'/home/cpython/python'\nconfig.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.linux-x86_64-9.8']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/home/cpython/build/lib.linux-x86_64-9.8'\nconfig.prefix                  +'/usr/local'\nconfig.program_name            +'/home/cpython/python'\nconfig.stdlib_dir              +'/home/cpython/Lib'\nglobal.build_prefix    +'/home/cpython'\nglobal.executable_dir  +'/home/cpython'\nglobal.real_executable +'/home/cpython/python'\nok\ntest_buildtree_pythonhome_win32 (test.test_getpath.MockGetPathTests.test_buildtree_pythonhome_win32)\nTest an out-of-build-tree layout on Windows with PYTHONHOME override. ... Read link from C:\\Out\\python.exe\nconfig.base_exec_prefix        +'C:\\\\CPython'\nconfig.base_executable         +'C:\\\\Out\\\\python.exe'\nconfig.base_prefix             +'C:\\\\CPython'\nconfig.exec_prefix             +'C:\\\\CPython'\nconfig.executable              +'C:\\\\Out\\\\python.exe'\nconfig.home                    +'C:\\\\CPython'\nconfig.module_search_paths     +['C:\\\\Out\\\\python98.zip', 'C:\\\\Out', 'C:\\\\CPython\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Out'\nconfig.prefix                  +'C:\\\\CPython'\nconfig.program_name            +'C:\\\\Out\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\CPython\\\\Lib'\nglobal.build_prefix   +'C:\\\\'\nglobal.executable_dir +'C:\\\\Out'\nok\ntest_buildtree_win32 (test.test_getpath.MockGetPathTests.test_buildtree_win32)\nTest an in-build-tree layout on Windows. ... Read link from C:\\CPython\\PCbuild\\amd64\\python.exe\nconfig.base_exec_prefix        +'C:\\\\CPython'\nconfig.base_executable         +'C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python.exe'\nconfig.base_prefix             +'C:\\\\CPython'\nconfig.exec_prefix             +'C:\\\\CPython'\nconfig.executable              +'C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python98.zip', 'C:\\\\CPython\\\\PCbuild\\\\amd64', 'C:\\\\CPython\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nconfig.prefix                  +'C:\\\\CPython'\nconfig.program_name            +'C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\CPython\\\\Lib'\nglobal.build_prefix   +'C:\\\\CPython'\nglobal.executable_dir +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nok\ntest_custom_platlibdir_posix (test.test_getpath.MockGetPathTests.test_custom_platlibdir_posix)\nTest an install with custom platlibdir on *nix ... Read link from /linkfrom/python\nCheck if /linkfrom/Modules/Setup.local is a file\nCheck if /linkfrom/lib64/python98.zip is a file\nCheck if /linkfrom/lib64/python9.8/os.py is a file\nCheck if /linkfrom/lib64/python9.8/os.pyc is a file\nCheck if /usr/lib64/python9.8/os.py is a file\nCheck if /linkfrom/lib64/python9.8/lib-dynload is a dir\nCould not find platform dependent libraries <exec_prefix>\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/lib64/python98.zip', '/usr/lib64/python9.8', '/usr/lib64/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib64'\nconfig.platstdlib_dir          +'/usr/lib64/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'/linkfrom/python'\nconfig.stdlib_dir              +'/usr/lib64/python9.8'\nglobal.executable_dir  +'/linkfrom'\nglobal.real_executable +'/linkfrom/python'\nok\ntest_explicitly_set_stdlib_dir (test.test_getpath.MockGetPathTests.test_explicitly_set_stdlib_dir)\nTest the explicitly set stdlib_dir in the config is respected. ... Check if /usr/bin/python is an xfile\nCheck if /Absolute/Modules/Setup.local is a file\nCheck if /Absolute/lib/python98.zip is a file\nCheck if /Absolute/lib/python9.8/os.py is a file\nCheck if /Absolute/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/lib/python9.8/os.pyc is a file\nCould not find platform independent libraries <prefix>\nCheck if /Absolute/lib/python9.8/lib-dynload is a dir\nCould not find platform dependent libraries <exec_prefix>\nconfig.base_exec_prefix        +'/usr'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +''\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/custom_stdlib_dir', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nglobal.executable_dir +'/Absolute'\nok\ntest_framework_macos (test.test_getpath.MockGetPathTests.test_framework_macos)\nTest framework layout on macOS ... Read link from /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Modules/Setup.local is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.executable              +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'\nconfig.module_search_paths     +['/Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python'\nconfig.stdlib_dir              +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/Python.framework/Versions/9.8/bin'\nok\ntest_no_dlls_win32 (test.test_getpath.MockGetPathTests.test_no_dlls_win32)\nTest a layout on Windows with no DLLs directory. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\Python\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python', 'C:\\\\Python\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nok\ntest_normal_posix (test.test_getpath.MockGetPathTests.test_normal_posix)\nTest a 'standard' install layout on *nix ... Check if /usr/bin/python is an xfile\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/usr/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python'\nok\ntest_normal_win32 (test.test_getpath.MockGetPathTests.test_normal_win32)\nTest a 'standard' install layout on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\Python\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nok\ntest_registry_win32 (test.test_getpath.MockGetPathTests.test_registry_win32)\nTest registry lookup on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nOpenKeyEx(HKCU, SOFTWARE\\Python\\PythonCore\\9.8-XY\\PythonPath)\nOpenKeyEx(HKLM, SOFTWARE\\Python\\PythonCore\\9.8-XY\\PythonPath)\nEnumKey(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath, 0)\nQueryValue(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath, path1)\nEnumKey(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath, 1)\nCloseKey(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath)\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\Python\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'path1-dir', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nRead link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nglobal.base_exec_prefix             +'C:\\\\Python'\nglobal.base_prefix                  +'C:\\\\Python'\nglobal.pythonpath                   -['C:\\\\Python\\\\python98.zip', 'path1-dir', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\n                                    +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nglobal.search_up                    -<function search_up at 0x7f71377c3600>\n                                    +<function search_up at 0x7f71377c3740>\nglobal.stdlib_dir_was_set_in_config +True\nglobal.use_environment              -1\n                                    +0\nok\ntest_symlink_buildpath_macos (test.test_getpath.MockGetPathTests.test_symlink_buildpath_macos)\nTest an in-build-tree layout via symlink on macOS. ... Read link from /linkfrom/python\nRead link from /home/cpython/python\nCheck if /home/cpython/Lib/os.py is a file\nconfig.base_exec_prefix        +'/usr/local'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr/local'\nconfig.exec_prefix             +'/usr/local'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.macos-9.8']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/home/cpython/build/lib.macos-9.8'\nconfig.prefix                  +'/usr/local'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/home/cpython/Lib'\nglobal.build_prefix    +'/home/cpython'\nglobal.executable_dir  +'/home/cpython'\nglobal.real_executable -'/linkfrom/python'\n                       +'/home/cpython/python'\nok\ntest_symlink_buildpath_posix (test.test_getpath.MockGetPathTests.test_symlink_buildpath_posix)\nTest an in-build-tree layout on POSIX. ... Read link from /linkfrom/python\nRead link from /home/cpython/python\nCheck if /home/cpython/Lib/os.py is a file\nconfig.base_exec_prefix        +'/usr/local'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr/local'\nconfig.exec_prefix             +'/usr/local'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.linux-x86_64-9.8']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/home/cpython/build/lib.linux-x86_64-9.8'\nconfig.prefix                  +'/usr/local'\nconfig.program_name            +'/linkfrom/python'\nconfig.stdlib_dir              +'/home/cpython/Lib'\nglobal.build_prefix    +'/home/cpython'\nglobal.executable_dir  +'/home/cpython'\nglobal.real_executable +'/home/cpython/python'\nok\ntest_symlink_buildtree_win32 (test.test_getpath.MockGetPathTests.test_symlink_buildtree_win32)\nTest an in-build-tree layout via symlink on Windows. ... Read link from C:\\CPython\\PCbuild\\amd64\\python.exe\nconfig.base_exec_prefix        +'C:\\\\CPython'\nconfig.base_executable         +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.base_prefix             +'C:\\\\CPython'\nconfig.exec_prefix             +'C:\\\\CPython'\nconfig.executable              +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python98.zip', 'C:\\\\CPython\\\\PCbuild\\\\amd64', 'C:\\\\CPython\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nconfig.prefix                  +'C:\\\\CPython'\nconfig.program_name            +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\CPython\\\\Lib'\nglobal.build_prefix   +'C:\\\\CPython'\nglobal.executable_dir +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nok\ntest_symlink_normal_macos (test.test_getpath.MockGetPathTests.test_symlink_normal_macos)\nTest a 'standard' install layout via symlink on macOS ... Read link from /linkfrom/python\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable -'/linkfrom/python'\n                       +'/usr/bin/python'\nok\ntest_symlink_normal_posix (test.test_getpath.MockGetPathTests.test_symlink_normal_posix)\nTest a 'standard' install layout via symlink on *nix ... Read link from /linkfrom/python\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'/linkfrom/python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python'\nok\ntest_symlink_normal_win32 (test.test_getpath.MockGetPathTests.test_symlink_normal_win32)\nTest a 'standard' install layout via symlink on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nok\ntest_venv_alt_framework_macos (test.test_getpath.MockGetPathTests.test_venv_alt_framework_macos)\nTest a venv layout on macOS using a framework build ... Read link from /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/Modules/Setup.local is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.executable              +'/tmp/workdir/venv/bin/python'\nconfig.module_search_paths     +['/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython'\nconfig.stdlib_dir              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin'\nglobal.venv_prefix    +'/tmp/workdir/venv'\nok\ntest_venv_changed_name_copy_posix (test.test_getpath.MockGetPathTests.test_venv_changed_name_copy_posix)\nTest a venv --copies layout on *nix that lacks a distributed 'python' ... Check if /venv/bin/python is an xfile\nRead link from /venv/bin/python\nCheck if /usr/bin/python is a file\nCheck if /usr/bin/python9 is a file\nRead link from /usr/bin/python9\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python9'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python9'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_changed_name_posix (test.test_getpath.MockGetPathTests.test_venv_changed_name_posix)\nTest a venv layout on *nix. ... Check if /venv/bin/python is an xfile\nRead link from /venv/bin/python\nRead link from /usr/bin/python3\nRead link from /usr/bin/python3\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python3'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python3'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_framework_macos (test.test_getpath.MockGetPathTests.test_venv_framework_macos)\nTest a venv layout on macOS using a framework build ... Read link from /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/bin/Modules/Setup.local is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.executable              +'/tmp/workdir/venv/bin/python'\nconfig.module_search_paths     +['/Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python'\nconfig.stdlib_dir              +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/Python.framework/Versions/9.8/bin'\nglobal.venv_prefix    +'/tmp/workdir/venv'\nok\ntest_venv_macos (test.test_getpath.MockGetPathTests.test_venv_macos)\nTest a venv layout on macOS. ... Read link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/framework/Python9.8/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'/usr/bin/python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir +'/usr/bin'\nglobal.venv_prefix    +'/framework/Python9.8'\nok\ntest_venv_non_installed_zip_path_posix (test.test_getpath.MockGetPathTests.test_venv_non_installed_zip_path_posix)\nTest a venv created from non-installed python has correct zip path. ... Read link from /venv/bin/python\nRead link from /path/to/non-installed/bin/python\nRead link from /path/to/non-installed/bin/python\nCheck if /path/to/non-installed/Modules/Setup.local is a file\nCheck if /path/to/non-installed/lib/python98.zip is a file\nCheck if /path/to/lib/python98.zip is a file\nCheck if /path/lib/python98.zip is a file\nCheck if /path/to/non-installed/lib/python9.8/os.py is a file\nCheck if /path/to/non-installed/lib/python9.8/lib-dynload is a dir\nCheck if /path/to/non-installed/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/path/to/non-installed'\nconfig.base_executable         +'/path/to/non-installed/bin/python'\nconfig.base_prefix             +'/path/to/non-installed'\nconfig.exec_prefix             +'/path/to/non-installed'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/path/to/non-installed/lib/python98.zip', '/path/to/non-installed/lib/python9.8', '/path/to/non-installed/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/path/to/non-installed/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/path/to/non-installed'\nconfig.program_name            +'/venv/bin/python'\nconfig.stdlib_dir              +'/path/to/non-installed/lib/python9.8'\nglobal.executable_dir  +'/path/to/non-installed'\nglobal.real_executable +'/path/to/non-installed/bin/python'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_posix (test.test_getpath.MockGetPathTests.test_venv_posix)\nTest a venv layout on *nix. ... Check if /venv/bin/python is an xfile\nRead link from /venv/bin/python\nCheck if /usr/bin/python is a file\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_win32 (test.test_getpath.MockGetPathTests.test_venv_win32)\nTest a venv layout on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\venv\\\\Scripts\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nglobal.venv_prefix    +'C:\\\\venv'\nok\n\n----------------------------------------------------------------------\nRan 25 tests in 0.008s\n\nOK\n0:01:32 load avg: 1.58 [217/480] test_gettext passed\nPASS: test_expand_lang (test.test_gettext.ExpandLangTestCase.test_expand_lang)\nPASS: test_gnu_translations_fallback (test.test_gettext.FallbackTestCase.test_gnu_translations_fallback)\nPASS: test_nested_fallbacks (test.test_gettext.FallbackTestCase.test_nested_fallbacks)\nPASS: test_null_translations_fallback (test.test_gettext.FallbackTestCase.test_null_translations_fallback)\nPASS: test_find_all (test.test_gettext.FindTestCase.test_find_all)\nPASS: test_find_deduplication (test.test_gettext.FindTestCase.test_find_deduplication)\nPASS: test_find_with_c (test.test_gettext.FindTestCase.test_find_with_c)\nPASS: test_find_with_env_vars (test.test_gettext.FindTestCase.test_find_with_env_vars)\nPASS: test_find_with_languages (test.test_gettext.FindTestCase.test_find_with_languages)\nPASS: test_find_with_no_lang (test.test_gettext.FindTestCase.test_find_with_no_lang)\ntest_ignore_comments_in_headers_issue36239 (test.test_gettext.GNUTranslationParsingTest.test_ignore_comments_in_headers_issue36239)\nPASS: Checks that comments like:\nPASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest.test_plural_form_error_issue17898)\nPASS: test_plural_context_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms)\nPASS: test_plural_context_forms_null_translations (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms_null_translations)\nPASS: test_plural_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms)\nPASS: test_plural_forms_null_translations (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms_null_translations)\nPASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_wrong_context_forms)\nPASS: test_plural_context_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_context_forms)\nPASS: test_plural_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_forms)\nPASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_wrong_context_forms)\nPASS: test_plural_context_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms)\nPASS: test_plural_context_forms_wrong_domain (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms_wrong_domain)\nPASS: test_plural_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms)\nPASS: test_plural_forms_wrong_domain (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms_wrong_domain)\nPASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_wrong_context_forms)\nPASS: test_cache (test.test_gettext.GettextCacheTestCase.test_cache)\nPASS: test_double_quotes (test.test_gettext.GettextTestCase1.test_double_quotes)\nPASS: test_multiline_strings (test.test_gettext.GettextTestCase1.test_multiline_strings)\nPASS: test_some_translations (test.test_gettext.GettextTestCase1.test_some_translations)\nPASS: test_some_translations_with_context (test.test_gettext.GettextTestCase1.test_some_translations_with_context)\nPASS: test_the_alternative_interface (test.test_gettext.GettextTestCase1.test_the_alternative_interface)\nPASS: test_triple_double_quotes (test.test_gettext.GettextTestCase1.test_triple_double_quotes)\nPASS: test_triple_single_quotes (test.test_gettext.GettextTestCase1.test_triple_single_quotes)\nPASS: test_bad_magic_number (test.test_gettext.GettextTestCase2.test_bad_magic_number)\nPASS: test_bad_major_version (test.test_gettext.GettextTestCase2.test_bad_major_version)\nPASS: test_bad_minor_version (test.test_gettext.GettextTestCase2.test_bad_minor_version)\nPASS: test_big_endian_file (test.test_gettext.GettextTestCase2.test_big_endian_file)\nPASS: test_bindtextdomain (test.test_gettext.GettextTestCase2.test_bindtextdomain)\nPASS: test_corrupt_file (test.test_gettext.GettextTestCase2.test_corrupt_file)\nPASS: test_double_quotes (test.test_gettext.GettextTestCase2.test_double_quotes)\nPASS: test_multiline_strings (test.test_gettext.GettextTestCase2.test_multiline_strings)\nPASS: test_some_translations (test.test_gettext.GettextTestCase2.test_some_translations)\nPASS: test_some_translations_with_context (test.test_gettext.GettextTestCase2.test_some_translations_with_context)\nPASS: test_some_translations_with_context_and_domain (test.test_gettext.GettextTestCase2.test_some_translations_with_context_and_domain)\nPASS: test_textdomain (test.test_gettext.GettextTestCase2.test_textdomain)\nPASS: test_triple_double_quotes (test.test_gettext.GettextTestCase2.test_triple_double_quotes)\nPASS: test_triple_single_quotes (test.test_gettext.GettextTestCase2.test_triple_single_quotes)\nPASS: test__all__ (test.test_gettext.MiscTestCase.test__all__)\nPASS: test_ar (test.test_gettext.PluralFormsInternalTestCase.test_ar)\nPASS: test_chained_comparison (test.test_gettext.PluralFormsInternalTestCase.test_chained_comparison)\nPASS: test_cs (test.test_gettext.PluralFormsInternalTestCase.test_cs)\nPASS: test_de (test.test_gettext.PluralFormsInternalTestCase.test_de)\nPASS: test_decimal_number (test.test_gettext.PluralFormsInternalTestCase.test_decimal_number)\nPASS: test_division (test.test_gettext.PluralFormsInternalTestCase.test_division)\nPASS: test_fr (test.test_gettext.PluralFormsInternalTestCase.test_fr)\nPASS: test_gd (test.test_gettext.PluralFormsInternalTestCase.test_gd)\nPASS: test_gd2 (test.test_gettext.PluralFormsInternalTestCase.test_gd2)\nPASS: test_invalid_syntax (test.test_gettext.PluralFormsInternalTestCase.test_invalid_syntax)\nPASS: test_ja (test.test_gettext.PluralFormsInternalTestCase.test_ja)\nPASS: test_lt (test.test_gettext.PluralFormsInternalTestCase.test_lt)\nPASS: test_lv (test.test_gettext.PluralFormsInternalTestCase.test_lv)\nPASS: test_negation (test.test_gettext.PluralFormsInternalTestCase.test_negation)\nPASS: test_nested_condition_operator (test.test_gettext.PluralFormsInternalTestCase.test_nested_condition_operator)\nPASS: test_pl (test.test_gettext.PluralFormsInternalTestCase.test_pl)\nPASS: test_plural_number (test.test_gettext.PluralFormsInternalTestCase.test_plural_number)\nPASS: test_ro (test.test_gettext.PluralFormsInternalTestCase.test_ro)\nPASS: test_ru (test.test_gettext.PluralFormsInternalTestCase.test_ru)\nPASS: test_security (test.test_gettext.PluralFormsInternalTestCase.test_security)\nPASS: test_sl (test.test_gettext.PluralFormsInternalTestCase.test_sl)\nPASS: test_unicode_context_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_context_msgid)\nPASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgid)\nPASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr)\nPASS: test_unicode_msgstr_with_context (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr_with_context)\nPASS: test_unicode_context_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_context_msgstr)\nPASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgid)\nPASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgstr)\nPASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest.test_weird_metadata)\n\n----------------------------------------------------------------------\nRan 77 tests in 0.021s\n\nOK\n0:01:32 load avg: 1.58 [218/480] test_glob passed\nPASS: test_escape (test.test_glob.GlobTests.test_escape)\nSKIP: test_escape_windows (test.test_glob.GlobTests.test_escape_windows) 'Win32 specific test'\nPASS: test_glob0 (test.test_glob.GlobTests.test_glob0)\nPASS: test_glob1 (test.test_glob.GlobTests.test_glob1)\nPASS: test_glob_broken_symlinks (test.test_glob.GlobTests.test_glob_broken_symlinks)\nPASS: test_glob_bytes_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_bytes_directory_with_trailing_slash)\nPASS: test_glob_directory_names (test.test_glob.GlobTests.test_glob_directory_names)\nPASS: test_glob_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_directory_with_trailing_slash)\nPASS: test_glob_empty_pattern (test.test_glob.GlobTests.test_glob_empty_pattern)\nPASS: test_glob_literal (test.test_glob.GlobTests.test_glob_literal)\nSKIP: test_glob_magic_in_drive (test.test_glob.GlobTests.test_glob_magic_in_drive) 'Win32 specific test'\nPASS: test_glob_many_open_files (test.test_glob.GlobTests.test_glob_many_open_files)\nPASS: test_glob_named_pipe (test.test_glob.GlobTests.test_glob_named_pipe)\nPASS: test_glob_nested_directory (test.test_glob.GlobTests.test_glob_nested_directory)\nPASS: test_glob_non_directory (test.test_glob.GlobTests.test_glob_non_directory)\nPASS: test_glob_one_directory (test.test_glob.GlobTests.test_glob_one_directory)\nPASS: test_glob_symlinks (test.test_glob.GlobTests.test_glob_symlinks)\nPASS: test_hidden_glob (test.test_glob.GlobTests.test_hidden_glob)\nPASS: test_recursive_glob (test.test_glob.GlobTests.test_recursive_glob)\nPASS: test_translate (test.test_glob.GlobTests.test_translate)\nPASS: test_translate_include_hidden (test.test_glob.GlobTests.test_translate_include_hidden)\nPASS: test_translate_matching (test.test_glob.GlobTests.test_translate_matching)\nPASS: test_translate_recursive (test.test_glob.GlobTests.test_translate_recursive)\nPASS: test_translate_seps (test.test_glob.GlobTests.test_translate_seps)\nSKIP: test_selflink (test.test_glob.SymlinkLoopGlobTests.test_selflink) 'flaky test'\n\n----------------------------------------------------------------------\nRan 25 tests in 0.101s\n\nOK (skipped=3)\n0:01:33 load avg: 1.58 [219/480] test_global passed\nPASS: test1 (test.test_global.GlobalTests.test1)\nPASS: test2 (test.test_global.GlobalTests.test2)\nPASS: test3 (test.test_global.GlobalTests.test3)\nPASS: test4 (test.test_global.GlobalTests.test4)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:33 load avg: 1.58 [220/480] test_grammar passed\nPASS: test_additive_ops (test.test_grammar.GrammarTests.test_additive_ops)\nPASS: test_annotations_inheritance (test.test_grammar.GrammarTests.test_annotations_inheritance)\nPASS: test_assert (test.test_grammar.GrammarTests.test_assert)\nPASS: test_assert_failures (test.test_grammar.GrammarTests.test_assert_failures)\nPASS: test_assert_syntax_warnings (test.test_grammar.GrammarTests.test_assert_syntax_warnings)\nPASS: test_assert_warning_promotes_to_syntax_error (test.test_grammar.GrammarTests.test_assert_warning_promotes_to_syntax_error)\nPASS: test_async_await (test.test_grammar.GrammarTests.test_async_await)\nPASS: test_async_for (test.test_grammar.GrammarTests.test_async_for)\nPASS: test_async_with (test.test_grammar.GrammarTests.test_async_with)\nPASS: test_atoms (test.test_grammar.GrammarTests.test_atoms)\nPASS: test_binary_mask_ops (test.test_grammar.GrammarTests.test_binary_mask_ops)\nPASS: test_break_continue_loop (test.test_grammar.GrammarTests.test_break_continue_loop)\nPASS: test_break_in_finally (test.test_grammar.GrammarTests.test_break_in_finally)\nPASS: test_break_in_finally_after_return (test.test_grammar.GrammarTests.test_break_in_finally_after_return)\nPASS: test_break_stmt (test.test_grammar.GrammarTests.test_break_stmt)\nPASS: test_classdef (test.test_grammar.GrammarTests.test_classdef)\nPASS: test_comparison (test.test_grammar.GrammarTests.test_comparison)\nPASS: test_comparison_is_literal (test.test_grammar.GrammarTests.test_comparison_is_literal)\nPASS: test_complex_lambda (test.test_grammar.GrammarTests.test_complex_lambda)\nPASS: test_comprehension_specials (test.test_grammar.GrammarTests.test_comprehension_specials)\nPASS: test_continue_in_finally (test.test_grammar.GrammarTests.test_continue_in_finally)\nPASS: test_continue_in_finally_after_return (test.test_grammar.GrammarTests.test_continue_in_finally_after_return)\nPASS: test_continue_stmt (test.test_grammar.GrammarTests.test_continue_stmt)\nPASS: test_del_stmt (test.test_grammar.GrammarTests.test_del_stmt)\nPASS: test_dictcomps (test.test_grammar.GrammarTests.test_dictcomps)\nPASS: test_eval_input (test.test_grammar.GrammarTests.test_eval_input)\nPASS: test_expr_stmt (test.test_grammar.GrammarTests.test_expr_stmt)\nPASS: test_for (test.test_grammar.GrammarTests.test_for)\nPASS: test_former_statements_refer_to_builtins (test.test_grammar.GrammarTests.test_former_statements_refer_to_builtins)\nPASS: test_funcdef (test.test_grammar.GrammarTests.test_funcdef)\nPASS: test_genexps (test.test_grammar.GrammarTests.test_genexps)\nPASS: test_global (test.test_grammar.GrammarTests.test_global)\nPASS: test_if (test.test_grammar.GrammarTests.test_if)\nPASS: test_if_else_expr (test.test_grammar.GrammarTests.test_if_else_expr)\nPASS: test_import (test.test_grammar.GrammarTests.test_import)\nPASS: test_lambdef (test.test_grammar.GrammarTests.test_lambdef)\nPASS: test_listcomps (test.test_grammar.GrammarTests.test_listcomps)\nPASS: test_matrix_mul (test.test_grammar.GrammarTests.test_matrix_mul)\nPASS: test_multiplicative_ops (test.test_grammar.GrammarTests.test_multiplicative_ops)\nPASS: test_nonlocal (test.test_grammar.GrammarTests.test_nonlocal)\nPASS: test_paren_evaluation (test.test_grammar.GrammarTests.test_paren_evaluation)\nPASS: test_pass_stmt (test.test_grammar.GrammarTests.test_pass_stmt)\nPASS: test_raise (test.test_grammar.GrammarTests.test_raise)\nPASS: test_return (test.test_grammar.GrammarTests.test_return)\nPASS: test_return_in_finally (test.test_grammar.GrammarTests.test_return_in_finally)\nPASS: test_selectors (test.test_grammar.GrammarTests.test_selectors)\nPASS: test_shift_ops (test.test_grammar.GrammarTests.test_shift_ops)\nPASS: test_simple_stmt (test.test_grammar.GrammarTests.test_simple_stmt)\nPASS: test_suite (test.test_grammar.GrammarTests.test_suite)\nPASS: test_test (test.test_grammar.GrammarTests.test_test)\nPASS: test_try (test.test_grammar.GrammarTests.test_try)\nPASS: test_try_star (test.test_grammar.GrammarTests.test_try_star)\nPASS: test_unary_ops (test.test_grammar.GrammarTests.test_unary_ops)\nPASS: test_var_annot_basic_semantics (test.test_grammar.GrammarTests.test_var_annot_basic_semantics)\nPASS: test_var_annot_basics (test.test_grammar.GrammarTests.test_var_annot_basics)\nPASS: test_var_annot_custom_maps (test.test_grammar.GrammarTests.test_var_annot_custom_maps)\nPASS: test_var_annot_in_module (test.test_grammar.GrammarTests.test_var_annot_in_module)\nPASS: test_var_annot_metaclass_semantics (test.test_grammar.GrammarTests.test_var_annot_metaclass_semantics)\nPASS: test_var_annot_module_semantics (test.test_grammar.GrammarTests.test_var_annot_module_semantics)\nPASS: test_var_annot_refleak (test.test_grammar.GrammarTests.test_var_annot_refleak)\nPASS: test_var_annot_rhs (test.test_grammar.GrammarTests.test_var_annot_rhs)\nPASS: test_var_annot_simple_exec (test.test_grammar.GrammarTests.test_var_annot_simple_exec)\nPASS: test_var_annot_syntax_errors (test.test_grammar.GrammarTests.test_var_annot_syntax_errors)\nPASS: test_warn_missed_comma (test.test_grammar.GrammarTests.test_warn_missed_comma)\nPASS: test_while (test.test_grammar.GrammarTests.test_while)\nPASS: test_with_statement (test.test_grammar.GrammarTests.test_with_statement)\nPASS: test_yield (test.test_grammar.GrammarTests.test_yield)\nPASS: test_yield_in_comprehensions (test.test_grammar.GrammarTests.test_yield_in_comprehensions)\nPASS: test_backslash (test.test_grammar.TokenTests.test_backslash)\nPASS: test_bad_numerical_literals (test.test_grammar.TokenTests.test_bad_numerical_literals)\nPASS: test_ellipsis (test.test_grammar.TokenTests.test_ellipsis)\nPASS: test_end_of_numerical_literals (test.test_grammar.TokenTests.test_end_of_numerical_literals)\nPASS: test_eof_error (test.test_grammar.TokenTests.test_eof_error)\nPASS: test_float_exponent_tokenization (test.test_grammar.TokenTests.test_float_exponent_tokenization)\nPASS: test_floats (test.test_grammar.TokenTests.test_floats)\nPASS: test_long_integers (test.test_grammar.TokenTests.test_long_integers)\nPASS: test_plain_integers (test.test_grammar.TokenTests.test_plain_integers)\nPASS: test_string_literals (test.test_grammar.TokenTests.test_string_literals)\nPASS: test_underscore_literals (test.test_grammar.TokenTests.test_underscore_literals)\n\n----------------------------------------------------------------------\nRan 79 tests in 0.015s\n\nOK\n0:01:33 load avg: 1.58 [221/480] test_fork1 passed\ntest_nested_import_lock_fork (test.test_fork1.ForkTest.test_nested_import_lock_fork)\nPASS: Check fork() in main thread works while the main thread is doing an import\ntest_threaded_import_lock_fork (test.test_fork1.ForkTest.test_threaded_import_lock_fork)\nPASS: Check fork() in main thread works while a subthread is doing an import\nPASS: test_wait (test.test_fork1.ForkTest.test_wait)\nPASS: test_wait (test.fork_wait.ForkWait.test_wait)\n\n----------------------------------------------------------------------\nRan 4 tests in 5.078s\n\nOK\n0:01:33 load avg: 1.58 [222/480] test_grp passed\nPASS: test_errors (test.test_grp.GroupDatabaseTestCase.test_errors)\nPASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase.test_noninteger_gid)\nPASS: test_values (test.test_grp.GroupDatabaseTestCase.test_values)\nPASS: test_values_extended (test.test_grp.GroupDatabaseTestCase.test_values_extended)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:33 load avg: 1.58 [223/480] test_graphlib passed\nPASS: test_add_dependencies_for_same_node_incrementally (test.test_graphlib.TestTopologicalSort.test_add_dependencies_for_same_node_incrementally)\nPASS: test_calls_before_prepare (test.test_graphlib.TestTopologicalSort.test_calls_before_prepare)\nPASS: test_cycle (test.test_graphlib.TestTopologicalSort.test_cycle)\nPASS: test_done (test.test_graphlib.TestTopologicalSort.test_done)\nPASS: test_empty (test.test_graphlib.TestTopologicalSort.test_empty)\nPASS: test_graph_with_iterables (test.test_graphlib.TestTopologicalSort.test_graph_with_iterables)\nPASS: test_invalid_nodes_in_done (test.test_graphlib.TestTopologicalSort.test_invalid_nodes_in_done)\nPASS: test_is_active (test.test_graphlib.TestTopologicalSort.test_is_active)\nPASS: test_no_dependencies (test.test_graphlib.TestTopologicalSort.test_no_dependencies)\nPASS: test_not_hashable_nodes (test.test_graphlib.TestTopologicalSort.test_not_hashable_nodes)\nPASS: test_order_of_insertion_does_not_matter_between_groups (test.test_graphlib.TestTopologicalSort.test_order_of_insertion_does_not_matter_between_groups)\nPASS: test_prepare_multiple_times (test.test_graphlib.TestTopologicalSort.test_prepare_multiple_times)\nPASS: test_simple_cases (test.test_graphlib.TestTopologicalSort.test_simple_cases)\nPASS: test_static_order_does_not_change_with_the_hash_seed (test.test_graphlib.TestTopologicalSort.test_static_order_does_not_change_with_the_hash_seed)\nPASS: test_the_node_multiple_times (test.test_graphlib.TestTopologicalSort.test_the_node_multiple_times)\n\n----------------------------------------------------------------------\nRan 15 tests in 0.033s\n\nOK\n0:01:33 load avg: 1.58 [224/480] test_hash passed\nPASS: test_empty_string (test.test_hash.BytesHashRandomizationTests.test_empty_string)\nPASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_fixed_hash)\nPASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_long_fixed_hash)\nPASS: test_null_hash (test.test_hash.BytesHashRandomizationTests.test_null_hash)\nPASS: test_randomized_hash (test.test_hash.BytesHashRandomizationTests.test_randomized_hash)\nPASS: test_randomized_hash (test.test_hash.DatetimeDateTests.test_randomized_hash)\nPASS: test_randomized_hash (test.test_hash.DatetimeDatetimeTests.test_randomized_hash)\nPASS: test_randomized_hash (test.test_hash.DatetimeTimeTests.test_randomized_hash)\nPASS: test_hashes (test.test_hash.HashBuiltinsTestCase.test_hashes)\nPASS: test_hash_distribution (test.test_hash.HashDistributionTestCase.test_hash_distribution)\nPASS: test_coerced_floats (test.test_hash.HashEqualityTestCase.test_coerced_floats)\nPASS: test_coerced_integers (test.test_hash.HashEqualityTestCase.test_coerced_integers)\nPASS: test_numeric_literals (test.test_hash.HashEqualityTestCase.test_numeric_literals)\nPASS: test_unaligned_buffers (test.test_hash.HashEqualityTestCase.test_unaligned_buffers)\nPASS: test_default_hash (test.test_hash.HashInheritanceTestCase.test_default_hash)\nPASS: test_error_hash (test.test_hash.HashInheritanceTestCase.test_error_hash)\nPASS: test_fixed_hash (test.test_hash.HashInheritanceTestCase.test_fixed_hash)\nPASS: test_hashable (test.test_hash.HashInheritanceTestCase.test_hashable)\nPASS: test_not_hashable (test.test_hash.HashInheritanceTestCase.test_not_hashable)\nPASS: test_empty_string (test.test_hash.MemoryviewHashRandomizationTests.test_empty_string)\nPASS: test_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_fixed_hash)\nPASS: test_long_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_long_fixed_hash)\nPASS: test_null_hash (test.test_hash.MemoryviewHashRandomizationTests.test_null_hash)\nPASS: test_randomized_hash (test.test_hash.MemoryviewHashRandomizationTests.test_randomized_hash)\nPASS: test_empty_string (test.test_hash.StrHashRandomizationTests.test_empty_string)\nPASS: test_fixed_hash (test.test_hash.StrHashRandomizationTests.test_fixed_hash)\nPASS: test_long_fixed_hash (test.test_hash.StrHashRandomizationTests.test_long_fixed_hash)\nPASS: test_null_hash (test.test_hash.StrHashRandomizationTests.test_null_hash)\nPASS: test_randomized_hash (test.test_hash.StrHashRandomizationTests.test_randomized_hash)\nPASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests.test_ucs2_string)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.263s\n\nOK\n0:01:33 load avg: 1.58 [225/480] test_gzip passed\nPASS: test_compress_fast_best_are_exclusive (test.test_gzip.TestCommandLine.test_compress_fast_best_are_exclusive)\nPASS: test_compress_infile_outfile (test.test_gzip.TestCommandLine.test_compress_infile_outfile)\nPASS: test_compress_infile_outfile_default (test.test_gzip.TestCommandLine.test_compress_infile_outfile_default)\nPASS: test_compress_stdin_outfile (test.test_gzip.TestCommandLine.test_compress_stdin_outfile)\nPASS: test_decompress_cannot_have_flags_compression (test.test_gzip.TestCommandLine.test_decompress_cannot_have_flags_compression)\nPASS: test_decompress_infile_outfile (test.test_gzip.TestCommandLine.test_decompress_infile_outfile)\nPASS: test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine.test_decompress_infile_outfile_error)\nPASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine.test_decompress_stdin_stdout)\nPASS: test_1647484 (test.test_gzip.TestGzip.test_1647484)\nPASS: test_append (test.test_gzip.TestGzip.test_append)\nPASS: test_bad_gzip_file (test.test_gzip.TestGzip.test_bad_gzip_file)\nPASS: test_buffered_reader (test.test_gzip.TestGzip.test_buffered_reader)\nPASS: test_bytes_filename (test.test_gzip.TestGzip.test_bytes_filename)\nPASS: test_compress (test.test_gzip.TestGzip.test_compress)\nPASS: test_compress_correct_level (test.test_gzip.TestGzip.test_compress_correct_level)\nPASS: test_compress_mtime (test.test_gzip.TestGzip.test_compress_mtime)\nPASS: test_compresslevel_metadata (test.test_gzip.TestGzip.test_compresslevel_metadata)\nPASS: test_decompress (test.test_gzip.TestGzip.test_decompress)\ntest_decompress_limited (test.test_gzip.TestGzip.test_decompress_limited)\nPASS: Decompressed data buffering should be limited\nPASS: test_decompress_missing_trailer (test.test_gzip.TestGzip.test_decompress_missing_trailer)\nPASS: test_decompress_truncated_trailer (test.test_gzip.TestGzip.test_decompress_truncated_trailer)\nPASS: test_exclusive_write (test.test_gzip.TestGzip.test_exclusive_write)\nPASS: test_fileobj_and_filename (test.test_gzip.TestGzip.test_fileobj_and_filename)\nPASS: test_fileobj_from_fdopen (test.test_gzip.TestGzip.test_fileobj_from_fdopen)\nPASS: test_fileobj_mode (test.test_gzip.TestGzip.test_fileobj_mode)\nPASS: test_fileobj_with_name (test.test_gzip.TestGzip.test_fileobj_with_name)\nPASS: test_fileobj_without_name (test.test_gzip.TestGzip.test_fileobj_without_name)\nPASS: test_flush_flushes_compressor (test.test_gzip.TestGzip.test_flush_flushes_compressor)\nPASS: test_flush_modes (test.test_gzip.TestGzip.test_flush_modes)\nPASS: test_gzip_BadGzipFile_exception (test.test_gzip.TestGzip.test_gzip_BadGzipFile_exception)\nPASS: test_io_on_closed_object (test.test_gzip.TestGzip.test_io_on_closed_object)\nPASS: test_issue112346 (test.test_gzip.TestGzip.test_issue112346)\nPASS: test_issue44439 (test.test_gzip.TestGzip.test_issue44439)\nPASS: test_many_append (test.test_gzip.TestGzip.test_many_append)\nPASS: test_metadata (test.test_gzip.TestGzip.test_metadata)\nPASS: test_metadata_ascii_name (test.test_gzip.TestGzip.test_metadata_ascii_name)\nPASS: test_mode (test.test_gzip.TestGzip.test_mode)\nPASS: test_mtime (test.test_gzip.TestGzip.test_mtime)\nPASS: test_non_seekable_file (test.test_gzip.TestGzip.test_non_seekable_file)\nPASS: test_paddedfile_getattr (test.test_gzip.TestGzip.test_paddedfile_getattr)\nPASS: test_peek (test.test_gzip.TestGzip.test_peek)\nPASS: test_prepend_error (test.test_gzip.TestGzip.test_prepend_error)\nPASS: test_read (test.test_gzip.TestGzip.test_read)\nPASS: test_read1 (test.test_gzip.TestGzip.test_read1)\nPASS: test_read_large (test.test_gzip.TestGzip.test_read_large)\nPASS: test_read_truncated (test.test_gzip.TestGzip.test_read_truncated)\nPASS: test_read_with_extra (test.test_gzip.TestGzip.test_read_with_extra)\nPASS: test_readline (test.test_gzip.TestGzip.test_readline)\nPASS: test_readlines (test.test_gzip.TestGzip.test_readlines)\nPASS: test_refloop_unraisable (test.test_gzip.TestGzip.test_refloop_unraisable)\nPASS: test_seek_read (test.test_gzip.TestGzip.test_seek_read)\nPASS: test_seek_whence (test.test_gzip.TestGzip.test_seek_whence)\nPASS: test_seek_write (test.test_gzip.TestGzip.test_seek_write)\nPASS: test_textio_readlines (test.test_gzip.TestGzip.test_textio_readlines)\nPASS: test_with_open (test.test_gzip.TestGzip.test_with_open)\nPASS: test_write (test.test_gzip.TestGzip.test_write)\nPASS: test_write_array (test.test_gzip.TestGzip.test_write_array)\nPASS: test_write_bytearray (test.test_gzip.TestGzip.test_write_bytearray)\nPASS: test_write_incompatible_type (test.test_gzip.TestGzip.test_write_incompatible_type)\nPASS: test_write_memoryview (test.test_gzip.TestGzip.test_write_memoryview)\nPASS: test_write_read_with_pathlike_file (test.test_gzip.TestGzip.test_write_read_with_pathlike_file)\nPASS: test_write_seek_write (test.test_gzip.TestGzip.test_write_seek_write)\nPASS: test_zero_padded_file (test.test_gzip.TestGzip.test_zero_padded_file)\nPASS: test_bad_params (test.test_gzip.TestOpen.test_bad_params)\nPASS: test_binary_modes (test.test_gzip.TestOpen.test_binary_modes)\nPASS: test_encoding (test.test_gzip.TestOpen.test_encoding)\nPASS: test_encoding_error_handler (test.test_gzip.TestOpen.test_encoding_error_handler)\nPASS: test_fileobj (test.test_gzip.TestOpen.test_fileobj)\nPASS: test_implicit_binary_modes (test.test_gzip.TestOpen.test_implicit_binary_modes)\nPASS: test_newline (test.test_gzip.TestOpen.test_newline)\nPASS: test_pathlike_file (test.test_gzip.TestOpen.test_pathlike_file)\nPASS: test_text_modes (test.test_gzip.TestOpen.test_text_modes)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.275s\n\nOK\n0:01:33 load avg: 1.58 [226/480] test_heapq passed\nPASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC.test_arg_parsing)\nPASS: test_cmp_err (test.test_heapq.TestErrorHandlingC.test_cmp_err)\nPASS: test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap)\nPASS: test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap_two_heaps)\nPASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap)\nPASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap)\nPASS: test_iterable_args (test.test_heapq.TestErrorHandlingC.test_iterable_args)\nPASS: test_len_only (test.test_heapq.TestErrorHandlingC.test_len_only)\nPASS: test_non_sequence (test.test_heapq.TestErrorHandlingC.test_non_sequence)\nPASS: test_arg_parsing (test.test_heapq.TestErrorHandlingPython.test_arg_parsing)\nPASS: test_cmp_err (test.test_heapq.TestErrorHandlingPython.test_cmp_err)\nPASS: test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap)\nPASS: test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap_two_heaps)\nPASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap)\nPASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap)\nPASS: test_iterable_args (test.test_heapq.TestErrorHandlingPython.test_iterable_args)\nPASS: test_len_only (test.test_heapq.TestErrorHandlingPython.test_len_only)\nPASS: test_non_sequence (test.test_heapq.TestErrorHandlingPython.test_non_sequence)\nPASS: test_comparison_operator (test.test_heapq.TestHeapC.test_comparison_operator)\nPASS: test_empty_merges (test.test_heapq.TestHeapC.test_empty_merges)\nPASS: test_heapify (test.test_heapq.TestHeapC.test_heapify)\nPASS: test_heappop_max (test.test_heapq.TestHeapC.test_heappop_max)\nPASS: test_heappushpop (test.test_heapq.TestHeapC.test_heappushpop)\nPASS: test_heapsort (test.test_heapq.TestHeapC.test_heapsort)\nPASS: test_merge (test.test_heapq.TestHeapC.test_merge)\nPASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error)\nPASS: test_merge_stability (test.test_heapq.TestHeapC.test_merge_stability)\nPASS: test_naive_nbest (test.test_heapq.TestHeapC.test_naive_nbest)\nPASS: test_nbest (test.test_heapq.TestHeapC.test_nbest)\nPASS: test_nbest_with_pushpop (test.test_heapq.TestHeapC.test_nbest_with_pushpop)\nPASS: test_nlargest (test.test_heapq.TestHeapC.test_nlargest)\nPASS: test_nsmallest (test.test_heapq.TestHeapC.test_nsmallest)\nPASS: test_push_pop (test.test_heapq.TestHeapC.test_push_pop)\nPASS: test_comparison_operator (test.test_heapq.TestHeapPython.test_comparison_operator)\nPASS: test_empty_merges (test.test_heapq.TestHeapPython.test_empty_merges)\nPASS: test_heapify (test.test_heapq.TestHeapPython.test_heapify)\nPASS: test_heappop_max (test.test_heapq.TestHeapPython.test_heappop_max)\nPASS: test_heappushpop (test.test_heapq.TestHeapPython.test_heappushpop)\nPASS: test_heapsort (test.test_heapq.TestHeapPython.test_heapsort)\nPASS: test_merge (test.test_heapq.TestHeapPython.test_merge)\nPASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error)\nPASS: test_merge_stability (test.test_heapq.TestHeapPython.test_merge_stability)\nPASS: test_naive_nbest (test.test_heapq.TestHeapPython.test_naive_nbest)\nPASS: test_nbest (test.test_heapq.TestHeapPython.test_nbest)\nPASS: test_nbest_with_pushpop (test.test_heapq.TestHeapPython.test_nbest_with_pushpop)\nPASS: test_nlargest (test.test_heapq.TestHeapPython.test_nlargest)\nPASS: test_nsmallest (test.test_heapq.TestHeapPython.test_nsmallest)\nPASS: test_push_pop (test.test_heapq.TestHeapPython.test_push_pop)\nPASS: test_c_functions (test.test_heapq.TestModules.test_c_functions)\nPASS: test_py_functions (test.test_heapq.TestModules.test_py_functions)\nmerge ()\nPASS: Doctest: merge\n\n----------------------------------------------------------------------\nRan 51 tests in 0.213s\n\nOK\n0:01:33 load avg: 1.58 [227/480] test_hmac passed\nPASS: test_hmac_compare_digest (test.test_hmac.CompareDigestTestCase.test_hmac_compare_digest)\nPASS: test_openssl_compare_digest (test.test_hmac.CompareDigestTestCase.test_openssl_compare_digest)\nPASS: test_operator_compare_digest (test.test_hmac.CompareDigestTestCase.test_operator_compare_digest)\nPASS: test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase.test_dot_new_with_str_key)\nPASS: test_internal_types (test.test_hmac.ConstructorTestCase.test_internal_types)\nPASS: test_normal (test.test_hmac.ConstructorTestCase.test_normal)\nPASS: test_with_bytearray (test.test_hmac.ConstructorTestCase.test_with_bytearray)\nPASS: test_with_memoryview_msg (test.test_hmac.ConstructorTestCase.test_with_memoryview_msg)\nSKIP: test_with_sha256_module (test.test_hmac.ConstructorTestCase.test_with_sha256_module) 'need _sha256'\nPASS: test_with_str_key (test.test_hmac.ConstructorTestCase.test_with_str_key)\nPASS: test_withmodule (test.test_hmac.ConstructorTestCase.test_withmodule)\nPASS: test_withtext (test.test_hmac.ConstructorTestCase.test_withtext)\nPASS: test_attributes_old (test.test_hmac.CopyTestCase.test_attributes_old)\nPASS: test_equality (test.test_hmac.CopyTestCase.test_equality)\nPASS: test_equality_new (test.test_hmac.CopyTestCase.test_equality_new)\nPASS: test_realcopy_hmac (test.test_hmac.CopyTestCase.test_realcopy_hmac)\nPASS: test_realcopy_old (test.test_hmac.CopyTestCase.test_realcopy_old)\nPASS: test_exercise_all_methods (test.test_hmac.SanityTestCase.test_exercise_all_methods)\nPASS: test_legacy_block_size_warnings (test.test_hmac.TestVectorsTestCase.test_legacy_block_size_warnings)\nPASS: test_md5_vectors (test.test_hmac.TestVectorsTestCase.test_md5_vectors)\nPASS: test_sha224_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha224_rfc4231)\nPASS: test_sha256_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha256_rfc4231)\nPASS: test_sha384_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha384_rfc4231)\nPASS: test_sha512_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha512_rfc4231)\nPASS: test_sha_vectors (test.test_hmac.TestVectorsTestCase.test_sha_vectors)\ntest_with_digestmod_no_default (test.test_hmac.TestVectorsTestCase.test_with_digestmod_no_default)\nPASS: The digestmod parameter is required as of Python 3.8.\nPASS: test_with_fallback (test.test_hmac.TestVectorsTestCase.test_with_fallback)\nPASS: test_with_str_update (test.test_hmac.UpdateTestCase.test_with_str_update)\n\n----------------------------------------------------------------------\nRan 28 tests in 0.004s\n\nOK (skipped=1)\n0:01:33 load avg: 1.58 [228/480] test_hashlib passed\nPASS: test_algorithms_available (test.test_hashlib.HashLibTestCase.test_algorithms_available)\nPASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase.test_algorithms_guaranteed)\nPASS: test_blake2b (test.test_hashlib.HashLibTestCase.test_blake2b)\nSKIP: test_blake2b_vectors (test.test_hashlib.HashLibTestCase.test_blake2b_vectors) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_blake2s (test.test_hashlib.HashLibTestCase.test_blake2s)\nSKIP: test_blake2s_vectors (test.test_hashlib.HashLibTestCase.test_blake2s_vectors) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_blocksize_and_name (test.test_hashlib.HashLibTestCase.test_blocksize_and_name)\nPASS: test_blocksize_name_blake2 (test.test_hashlib.HashLibTestCase.test_blocksize_name_blake2)\nPASS: test_blocksize_name_sha3 (test.test_hashlib.HashLibTestCase.test_blocksize_name_sha3)\nPASS: test_case_blake2b_0 (test.test_hashlib.HashLibTestCase.test_case_blake2b_0)\nPASS: test_case_blake2b_1 (test.test_hashlib.HashLibTestCase.test_case_blake2b_1)\nPASS: test_case_blake2b_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2b_all_parameters)\nPASS: test_case_blake2s_0 (test.test_hashlib.HashLibTestCase.test_case_blake2s_0)\nPASS: test_case_blake2s_1 (test.test_hashlib.HashLibTestCase.test_case_blake2s_1)\nPASS: test_case_blake2s_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2s_all_parameters)\nPASS: test_case_md5_0 (test.test_hashlib.HashLibTestCase.test_case_md5_0)\nPASS: test_case_md5_1 (test.test_hashlib.HashLibTestCase.test_case_md5_1)\nPASS: test_case_md5_2 (test.test_hashlib.HashLibTestCase.test_case_md5_2)\nSKIP: test_case_md5_huge (test.test_hashlib.HashLibTestCase.test_case_md5_huge) 'not enough memory: 4.0G minimum needed'\nSKIP: test_case_md5_uintmax (test.test_hashlib.HashLibTestCase.test_case_md5_uintmax) 'not enough memory: 4.0G minimum needed'\nPASS: test_case_sha1_0 (test.test_hashlib.HashLibTestCase.test_case_sha1_0)\nPASS: test_case_sha1_1 (test.test_hashlib.HashLibTestCase.test_case_sha1_1)\nPASS: test_case_sha1_2 (test.test_hashlib.HashLibTestCase.test_case_sha1_2)\nPASS: test_case_sha1_3 (test.test_hashlib.HashLibTestCase.test_case_sha1_3)\nPASS: test_case_sha224_0 (test.test_hashlib.HashLibTestCase.test_case_sha224_0)\nPASS: test_case_sha224_1 (test.test_hashlib.HashLibTestCase.test_case_sha224_1)\nPASS: test_case_sha224_2 (test.test_hashlib.HashLibTestCase.test_case_sha224_2)\nPASS: test_case_sha224_3 (test.test_hashlib.HashLibTestCase.test_case_sha224_3)\nPASS: test_case_sha256_0 (test.test_hashlib.HashLibTestCase.test_case_sha256_0)\nPASS: test_case_sha256_1 (test.test_hashlib.HashLibTestCase.test_case_sha256_1)\nPASS: test_case_sha256_2 (test.test_hashlib.HashLibTestCase.test_case_sha256_2)\nPASS: test_case_sha256_3 (test.test_hashlib.HashLibTestCase.test_case_sha256_3)\nPASS: test_case_sha384_0 (test.test_hashlib.HashLibTestCase.test_case_sha384_0)\nPASS: test_case_sha384_1 (test.test_hashlib.HashLibTestCase.test_case_sha384_1)\nPASS: test_case_sha384_2 (test.test_hashlib.HashLibTestCase.test_case_sha384_2)\nPASS: test_case_sha384_3 (test.test_hashlib.HashLibTestCase.test_case_sha384_3)\nPASS: test_case_sha3_224_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_224_0)\nSKIP: test_case_sha3_224_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_224_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha3_256_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_256_0)\nSKIP: test_case_sha3_256_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_256_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha3_384_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_384_0)\nSKIP: test_case_sha3_384_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_384_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha3_512_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_512_0)\nSKIP: test_case_sha3_512_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_512_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha512_0 (test.test_hashlib.HashLibTestCase.test_case_sha512_0)\nPASS: test_case_sha512_1 (test.test_hashlib.HashLibTestCase.test_case_sha512_1)\nPASS: test_case_sha512_2 (test.test_hashlib.HashLibTestCase.test_case_sha512_2)\nPASS: test_case_sha512_3 (test.test_hashlib.HashLibTestCase.test_case_sha512_3)\nSKIP: test_case_shake128_vector (test.test_hashlib.HashLibTestCase.test_case_shake128_vector) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_case_shake256_vector (test.test_hashlib.HashLibTestCase.test_case_shake256_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_shake_128_0 (test.test_hashlib.HashLibTestCase.test_case_shake_128_0)\nPASS: test_case_shake_256_0 (test.test_hashlib.HashLibTestCase.test_case_shake_256_0)\nPASS: test_clinic_signature (test.test_hashlib.HashLibTestCase.test_clinic_signature)\nPASS: test_clinic_signature_errors (test.test_hashlib.HashLibTestCase.test_clinic_signature_errors)\nPASS: test_digest_length_overflow (test.test_hashlib.HashLibTestCase.test_digest_length_overflow)\nPASS: test_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_disallow_instantiation)\nPASS: test_extra_sha3 (test.test_hashlib.HashLibTestCase.test_extra_sha3)\nPASS: test_get_builtin_constructor (test.test_hashlib.HashLibTestCase.test_get_builtin_constructor)\nPASS: test_get_fips_mode (test.test_hashlib.HashLibTestCase.test_get_fips_mode)\nPASS: test_gil (test.test_hashlib.HashLibTestCase.test_gil)\nPASS: test_hash_array (test.test_hashlib.HashLibTestCase.test_hash_array)\nPASS: test_hash_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_hash_disallow_instantiation)\nPASS: test_hexdigest (test.test_hashlib.HashLibTestCase.test_hexdigest)\nPASS: test_large_update (test.test_hashlib.HashLibTestCase.test_large_update)\nPASS: test_name_attribute (test.test_hashlib.HashLibTestCase.test_name_attribute)\nPASS: test_new_upper_to_lower (test.test_hashlib.HashLibTestCase.test_new_upper_to_lower)\nPASS: test_no_unicode (test.test_hashlib.HashLibTestCase.test_no_unicode)\nPASS: test_no_unicode_blake2 (test.test_hashlib.HashLibTestCase.test_no_unicode_blake2)\nPASS: test_no_unicode_sha3 (test.test_hashlib.HashLibTestCase.test_no_unicode_sha3)\nPASS: test_readonly_types (test.test_hashlib.HashLibTestCase.test_readonly_types)\nSKIP: test_sha256_update_over_4gb (test.test_hashlib.HashLibTestCase.test_sha256_update_over_4gb) \"resource 'cpu' is not enabled\"\nSKIP: test_sha3_256_update_over_4gb (test.test_hashlib.HashLibTestCase.test_sha3_256_update_over_4gb) \"resource 'cpu' is not enabled\"\nPASS: test_threaded_hashing (test.test_hashlib.HashLibTestCase.test_threaded_hashing)\nPASS: test_unknown_hash (test.test_hashlib.HashLibTestCase.test_unknown_hash)\nPASS: test_usedforsecurity_false (test.test_hashlib.HashLibTestCase.test_usedforsecurity_false)\nPASS: test_usedforsecurity_true (test.test_hashlib.HashLibTestCase.test_usedforsecurity_true)\nPASS: test_file_digest (test.test_hashlib.KDFTests.test_file_digest)\nPASS: test_normalized_name (test.test_hashlib.KDFTests.test_normalized_name)\nPASS: test_pbkdf2_hmac_c (test.test_hashlib.KDFTests.test_pbkdf2_hmac_c)\nPASS: test_scrypt (test.test_hashlib.KDFTests.test_scrypt)\n\n----------------------------------------------------------------------\nRan 80 tests in 0.322s\n\nOK (skipped=12)\n0:01:34 load avg: 1.58 [229/480] test_html passed\nPASS: test_escape (test.test_html.HtmlTests.test_escape)\nPASS: test_unescape (test.test_html.HtmlTests.test_unescape)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.002s\n\nOK\n0:01:34 load avg: 1.58 [230/480] test_htmlparser passed\nPASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_adjacent_attributes)\nPASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase.test_attr_entity_replacement)\nPASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase.test_attr_funky_names)\nPASS: test_attr_funky_names2 (test.test_htmlparser.AttributesTestCase.test_attr_funky_names2)\nPASS: test_attr_nonascii (test.test_htmlparser.AttributesTestCase.test_attr_nonascii)\nPASS: test_attr_syntax (test.test_htmlparser.AttributesTestCase.test_attr_syntax)\nPASS: test_attr_values (test.test_htmlparser.AttributesTestCase.test_attr_values)\nPASS: test_comma_between_attributes (test.test_htmlparser.AttributesTestCase.test_comma_between_attributes)\nPASS: test_end_tag_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_end_tag_in_attribute_value)\nPASS: test_entities_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_entities_in_attribute_value)\nPASS: test_entityrefs_in_attributes (test.test_htmlparser.AttributesTestCase.test_entityrefs_in_attributes)\nPASS: test_javascript_attribute_value (test.test_htmlparser.AttributesTestCase.test_javascript_attribute_value)\nPASS: test_malformed_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_adjacent_attributes)\nPASS: test_malformed_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_attributes)\nPASS: test_missing_attribute_value (test.test_htmlparser.AttributesTestCase.test_missing_attribute_value)\nPASS: test_weird_chars_in_unquoted_attribute_values (test.test_htmlparser.AttributesTestCase.test_weird_chars_in_unquoted_attribute_values)\nPASS: test_with_unquoted_attributes (test.test_htmlparser.AttributesTestCase.test_with_unquoted_attributes)\nPASS: test_EOF_in_cdata (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_cdata)\nPASS: test_EOF_in_charref (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_charref)\nPASS: test_EOF_in_comments_or_decls (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_comments_or_decls)\nPASS: test_bad_nesting (test.test_htmlparser.HTMLParserTestCase.test_bad_nesting)\nPASS: test_bare_ampersands (test.test_htmlparser.HTMLParserTestCase.test_bare_ampersands)\nPASS: test_bare_pointy_brackets (test.test_htmlparser.HTMLParserTestCase.test_bare_pointy_brackets)\nPASS: test_bogus_comments (test.test_htmlparser.HTMLParserTestCase.test_bogus_comments)\nPASS: test_broken_condcoms (test.test_htmlparser.HTMLParserTestCase.test_broken_condcoms)\nPASS: test_broken_invalid_end_tag (test.test_htmlparser.HTMLParserTestCase.test_broken_invalid_end_tag)\nPASS: test_buffer_artefacts (test.test_htmlparser.HTMLParserTestCase.test_buffer_artefacts)\nPASS: test_cdata_content (test.test_htmlparser.HTMLParserTestCase.test_cdata_content)\nPASS: test_cdata_declarations (test.test_htmlparser.HTMLParserTestCase.test_cdata_declarations)\nPASS: test_cdata_declarations_multiline (test.test_htmlparser.HTMLParserTestCase.test_cdata_declarations_multiline)\nPASS: test_cdata_with_closing_tags (test.test_htmlparser.HTMLParserTestCase.test_cdata_with_closing_tags)\nPASS: test_comments (test.test_htmlparser.HTMLParserTestCase.test_comments)\nPASS: test_condcoms (test.test_htmlparser.HTMLParserTestCase.test_condcoms)\nPASS: test_convert_charrefs (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs)\nPASS: test_convert_charrefs_dropped_text (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_dropped_text)\nPASS: test_convert_charrefs_in_attribute_values (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_in_attribute_values)\nPASS: test_correct_detection_of_start_tags (test.test_htmlparser.HTMLParserTestCase.test_correct_detection_of_start_tags)\nPASS: test_declaration_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_declaration_junk_chars)\nPASS: test_get_starttag_text (test.test_htmlparser.HTMLParserTestCase.test_get_starttag_text)\nPASS: test_illegal_declarations (test.test_htmlparser.HTMLParserTestCase.test_illegal_declarations)\nPASS: test_invalid_end_tags (test.test_htmlparser.HTMLParserTestCase.test_invalid_end_tags)\nPASS: test_malformatted_charref (test.test_htmlparser.HTMLParserTestCase.test_malformatted_charref)\nPASS: test_processing_instruction_only (test.test_htmlparser.HTMLParserTestCase.test_processing_instruction_only)\nPASS: test_simple_html (test.test_htmlparser.HTMLParserTestCase.test_simple_html)\nPASS: test_slashes_in_starttag (test.test_htmlparser.HTMLParserTestCase.test_slashes_in_starttag)\nPASS: test_startendtag (test.test_htmlparser.HTMLParserTestCase.test_startendtag)\nPASS: test_starttag_end_boundary (test.test_htmlparser.HTMLParserTestCase.test_starttag_end_boundary)\nPASS: test_starttag_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_starttag_junk_chars)\nPASS: test_tolerant_parsing (test.test_htmlparser.HTMLParserTestCase.test_tolerant_parsing)\nPASS: test_unclosed_entityref (test.test_htmlparser.HTMLParserTestCase.test_unclosed_entityref)\nPASS: test_valid_doctypes (test.test_htmlparser.HTMLParserTestCase.test_valid_doctypes)\nPASS: test_base_class_methods_called (test.test_htmlparser.TestInheritance.test_base_class_methods_called)\n\n----------------------------------------------------------------------\nRan 52 tests in 0.019s\n\nOK\n0:01:34 load avg: 1.58 [231/480] test_http_cookies passed\nPASS: test_basic (test.test_http_cookies.CookieTests.test_basic)\nPASS: test_comment_quoting (test.test_http_cookies.CookieTests.test_comment_quoting)\nPASS: test_extended_encode (test.test_http_cookies.CookieTests.test_extended_encode)\nPASS: test_extra_spaces (test.test_http_cookies.CookieTests.test_extra_spaces)\nPASS: test_illegal_chars (test.test_http_cookies.CookieTests.test_illegal_chars)\nPASS: test_invalid_cookies (test.test_http_cookies.CookieTests.test_invalid_cookies)\nPASS: test_load (test.test_http_cookies.CookieTests.test_load)\nPASS: test_obsolete_rfc850_date_format (test.test_http_cookies.CookieTests.test_obsolete_rfc850_date_format)\nPASS: test_pickle (test.test_http_cookies.CookieTests.test_pickle)\nPASS: test_quoted_meta (test.test_http_cookies.CookieTests.test_quoted_meta)\nPASS: test_samesite_attrs (test.test_http_cookies.CookieTests.test_samesite_attrs)\nPASS: test_secure_httponly_false_if_not_present (test.test_http_cookies.CookieTests.test_secure_httponly_false_if_not_present)\nPASS: test_secure_httponly_true_if_have_value (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_have_value)\nPASS: test_secure_httponly_true_if_present (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_present)\nPASS: test_set_secure_httponly_attrs (test.test_http_cookies.CookieTests.test_set_secure_httponly_attrs)\nPASS: test_special_attrs (test.test_http_cookies.CookieTests.test_special_attrs)\nPASS: test_unquote (test.test_http_cookies.CookieTests.test_unquote)\nSKIP: test_unquote_large (test.test_http_cookies.CookieTests.test_unquote_large) \"resource 'cpu' is not enabled\"\nPASS: test_copy (test.test_http_cookies.MorselTests.test_copy)\nPASS: test_defaults (test.test_http_cookies.MorselTests.test_defaults)\nPASS: test_eq (test.test_http_cookies.MorselTests.test_eq)\nPASS: test_pickle (test.test_http_cookies.MorselTests.test_pickle)\nPASS: test_repr (test.test_http_cookies.MorselTests.test_repr)\nPASS: test_reserved_keys (test.test_http_cookies.MorselTests.test_reserved_keys)\nPASS: test_set_properties (test.test_http_cookies.MorselTests.test_set_properties)\nPASS: test_setdefault (test.test_http_cookies.MorselTests.test_setdefault)\nPASS: test_setitem (test.test_http_cookies.MorselTests.test_setitem)\nPASS: test_setter (test.test_http_cookies.MorselTests.test_setter)\nPASS: test_update (test.test_http_cookies.MorselTests.test_update)\ncookies (http)\nPASS: Doctest: http.cookies\n\n----------------------------------------------------------------------\nRan 30 tests in 0.006s\n\nOK (skipped=1)\n0:01:34 load avg: 1.58 [232/480] test_http_cookiejar passed\nPASS: test_Cookie_iterator (test.test_http_cookiejar.CookieTests.test_Cookie_iterator)\nPASS: test_bad_cookie_header (test.test_http_cookiejar.CookieTests.test_bad_cookie_header)\nPASS: test_custom_secure_protocols (test.test_http_cookiejar.CookieTests.test_custom_secure_protocols)\nPASS: test_default_path (test.test_http_cookiejar.CookieTests.test_default_path)\nPASS: test_default_path_with_query (test.test_http_cookiejar.CookieTests.test_default_path_with_query)\nPASS: test_domain_allow (test.test_http_cookiejar.CookieTests.test_domain_allow)\nPASS: test_domain_block (test.test_http_cookiejar.CookieTests.test_domain_block)\nPASS: test_domain_match (test.test_http_cookiejar.CookieTests.test_domain_match)\nPASS: test_domain_mirror (test.test_http_cookiejar.CookieTests.test_domain_mirror)\nPASS: test_domain_return_ok (test.test_http_cookiejar.CookieTests.test_domain_return_ok)\nPASS: test_escape_path (test.test_http_cookiejar.CookieTests.test_escape_path)\nPASS: test_evil_local_domain (test.test_http_cookiejar.CookieTests.test_evil_local_domain)\nPASS: test_evil_local_domain_2 (test.test_http_cookiejar.CookieTests.test_evil_local_domain_2)\nPASS: test_evil_nonlocal_domain (test.test_http_cookiejar.CookieTests.test_evil_nonlocal_domain)\nPASS: test_expires (test.test_http_cookiejar.CookieTests.test_expires)\nPASS: test_is_HDN (test.test_http_cookiejar.CookieTests.test_is_HDN)\nPASS: test_localhost_domain (test.test_http_cookiejar.CookieTests.test_localhost_domain)\nPASS: test_localhost_domain_contents (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents)\nPASS: test_localhost_domain_contents_2 (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents_2)\nPASS: test_missing_final_slash (test.test_http_cookiejar.CookieTests.test_missing_final_slash)\nPASS: test_missing_value (test.test_http_cookiejar.CookieTests.test_missing_value)\nPASS: test_no_return_comment (test.test_http_cookiejar.CookieTests.test_no_return_comment)\nPASS: test_ns_parser (test.test_http_cookiejar.CookieTests.test_ns_parser)\nPASS: test_ns_parser_special_names (test.test_http_cookiejar.CookieTests.test_ns_parser_special_names)\nPASS: test_parse_ns_headers (test.test_http_cookiejar.CookieTests.test_parse_ns_headers)\nPASS: test_path_mirror (test.test_http_cookiejar.CookieTests.test_path_mirror)\nPASS: test_path_prefix_match (test.test_http_cookiejar.CookieTests.test_path_prefix_match)\nPASS: test_port_mirror (test.test_http_cookiejar.CookieTests.test_port_mirror)\nPASS: test_quote_cookie_value (test.test_http_cookiejar.CookieTests.test_quote_cookie_value)\nPASS: test_reach (test.test_http_cookiejar.CookieTests.test_reach)\nPASS: test_request_host (test.test_http_cookiejar.CookieTests.test_request_host)\nPASS: test_request_path (test.test_http_cookiejar.CookieTests.test_request_path)\nPASS: test_request_port (test.test_http_cookiejar.CookieTests.test_request_port)\nPASS: test_rfc2109_handling (test.test_http_cookiejar.CookieTests.test_rfc2109_handling)\nPASS: test_secure (test.test_http_cookiejar.CookieTests.test_secure)\nPASS: test_secure_block (test.test_http_cookiejar.CookieTests.test_secure_block)\nPASS: test_strict_domain (test.test_http_cookiejar.CookieTests.test_strict_domain)\nPASS: test_two_component_domain_ns (test.test_http_cookiejar.CookieTests.test_two_component_domain_ns)\nPASS: test_two_component_domain_rfc2965 (test.test_http_cookiejar.CookieTests.test_two_component_domain_rfc2965)\nPASS: test_wrong_domain (test.test_http_cookiejar.CookieTests.test_wrong_domain)\nPASS: test_http2time (test.test_http_cookiejar.DateTimeTests.test_http2time)\nPASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests.test_http2time_formats)\nPASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests.test_http2time_garbage)\nPASS: test_http2time_redos_regression_actually_completes (test.test_http_cookiejar.DateTimeTests.test_http2time_redos_regression_actually_completes)\nPASS: test_iso2time (test.test_http_cookiejar.DateTimeTests.test_iso2time)\nPASS: test_iso2time_formats (test.test_http_cookiejar.DateTimeTests.test_iso2time_formats)\nPASS: test_iso2time_garbage (test.test_http_cookiejar.DateTimeTests.test_iso2time_garbage)\nPASS: test_iso2time_performance_regression (test.test_http_cookiejar.DateTimeTests.test_iso2time_performance_regression)\nPASS: test_time2isoz (test.test_http_cookiejar.DateTimeTests.test_time2isoz)\nPASS: test_time2netscape (test.test_http_cookiejar.DateTimeTests.test_time2netscape)\nPASS: test_bad_magic (test.test_http_cookiejar.FileCookieJarTests.test_bad_magic)\nPASS: test_constructor_with_none (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_none)\nPASS: test_constructor_with_other_types (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_other_types)\nPASS: test_constructor_with_path_like (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_path_like)\nPASS: test_constructor_with_str (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_str)\nPASS: test_cookie_files_are_truncated (test.test_http_cookiejar.FileCookieJarTests.test_cookie_files_are_truncated)\nPASS: test_lwp_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_lwp_filepermissions)\nPASS: test_lwp_valueless_cookie (test.test_http_cookiejar.FileCookieJarTests.test_lwp_valueless_cookie)\nPASS: test_mozilla_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_mozilla_filepermissions)\nPASS: test_join_header_words (test.test_http_cookiejar.HeaderTests.test_join_header_words)\nPASS: test_parse_ns_headers (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers)\nPASS: test_parse_ns_headers_special_names (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_special_names)\nPASS: test_parse_ns_headers_version (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_version)\nPASS: test_roundtrip (test.test_http_cookiejar.HeaderTests.test_roundtrip)\nPASS: test_split_header_words (test.test_http_cookiejar.HeaderTests.test_split_header_words)\nPASS: test_empty_path (test.test_http_cookiejar.LWPCookieTests.test_empty_path)\nPASS: test_ietf_example_1 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_1)\nPASS: test_ietf_example_2 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_2)\nPASS: test_intranet_domains_2965 (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_2965)\nPASS: test_intranet_domains_ns (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_ns)\nPASS: test_mozilla (test.test_http_cookiejar.LWPCookieTests.test_mozilla)\nPASS: test_netscape_example_1 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_1)\nPASS: test_netscape_example_2 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_2)\nPASS: test_netscape_misc (test.test_http_cookiejar.LWPCookieTests.test_netscape_misc)\nPASS: test_rejection (test.test_http_cookiejar.LWPCookieTests.test_rejection)\nPASS: test_session_cookies (test.test_http_cookiejar.LWPCookieTests.test_session_cookies)\nPASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests.test_url_encoding)\n\n----------------------------------------------------------------------\nRan 77 tests in 0.258s\n\nOK\n0:01:34 load avg: 1.58 [233/480] test_httplib passed\nPASS: test_bad_status_repr (test.test_httplib.BasicTest.test_bad_status_repr)\ntest_blocksize_request (test.test_httplib.BasicTest.test_blocksize_request)\nPASS: Check that request() respects the configured block size.\ntest_blocksize_send (test.test_httplib.BasicTest.test_blocksize_send)\nPASS: Check that send() respects the configured block size.\nPASS: test_chunked (test.test_httplib.BasicTest.test_chunked)\nPASS: test_chunked_extension (test.test_httplib.BasicTest.test_chunked_extension)\nPASS: test_chunked_head (test.test_httplib.BasicTest.test_chunked_head)\ntest_chunked_missing_end (test.test_httplib.BasicTest.test_chunked_missing_end)\nPASS: some servers may serve up a short chunked encoding stream\ntest_chunked_sync (test.test_httplib.BasicTest.test_chunked_sync)\nPASS: Check that we don't read past the end of the chunked-encoding stream\ntest_chunked_trailers (test.test_httplib.BasicTest.test_chunked_trailers)\nPASS: See that trailers are read and ignored\ntest_content_length_sync (test.test_httplib.BasicTest.test_content_length_sync)\nPASS: Check that we don't read past the end of the Content-Length stream\nPASS: test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status)\nPASS: test_early_eof (test.test_httplib.BasicTest.test_early_eof)\nPASS: test_epipe (test.test_httplib.BasicTest.test_epipe)\nPASS: test_error_leak (test.test_httplib.BasicTest.test_error_leak)\nPASS: test_host_port (test.test_httplib.BasicTest.test_host_port)\ntest_httpstatus_category (test.test_httplib.BasicTest.test_httpstatus_category)\nPASS: Checks that the statuses belong to the standard categories\ntest_httpstatus_range (test.test_httplib.BasicTest.test_httpstatus_range)\nPASS: Checks that the statuses are in the 100-599 range\nPASS: test_incomplete_read (test.test_httplib.BasicTest.test_incomplete_read)\nPASS: test_mixed_reads (test.test_httplib.BasicTest.test_mixed_reads)\nPASS: test_negative_content_length (test.test_httplib.BasicTest.test_negative_content_length)\nPASS: test_overflowing_chunked_line (test.test_httplib.BasicTest.test_overflowing_chunked_line)\nPASS: test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest.test_overflowing_header_limit_after_100)\nPASS: test_overflowing_header_line (test.test_httplib.BasicTest.test_overflowing_header_line)\nPASS: test_overflowing_status_line (test.test_httplib.BasicTest.test_overflowing_status_line)\nPASS: test_partial_readintos (test.test_httplib.BasicTest.test_partial_readintos)\nPASS: test_partial_readintos_incomplete_body (test.test_httplib.BasicTest.test_partial_readintos_incomplete_body)\nPASS: test_partial_readintos_no_content_length (test.test_httplib.BasicTest.test_partial_readintos_no_content_length)\nPASS: test_partial_readintos_past_end (test.test_httplib.BasicTest.test_partial_readintos_past_end)\nPASS: test_partial_reads (test.test_httplib.BasicTest.test_partial_reads)\nPASS: test_partial_reads_incomplete_body (test.test_httplib.BasicTest.test_partial_reads_incomplete_body)\nPASS: test_partial_reads_no_content_length (test.test_httplib.BasicTest.test_partial_reads_no_content_length)\nPASS: test_partial_reads_past_end (test.test_httplib.BasicTest.test_partial_reads_past_end)\ntest_putrequest_override_domain_validation (test.test_httplib.BasicTest.test_putrequest_override_domain_validation)\nPASS: It should be possible to override the default validation\ntest_putrequest_override_encoding (test.test_httplib.BasicTest.test_putrequest_override_encoding)\nPASS: It should be possible to override the default encoding\nPASS: test_putrequest_override_host_validation (test.test_httplib.BasicTest.test_putrequest_override_host_validation)\nPASS: test_read1_bound_content_length (test.test_httplib.BasicTest.test_read1_bound_content_length)\nPASS: test_read1_content_length (test.test_httplib.BasicTest.test_read1_content_length)\nPASS: test_read_head (test.test_httplib.BasicTest.test_read_head)\nPASS: test_readinto_chunked (test.test_httplib.BasicTest.test_readinto_chunked)\nPASS: test_readinto_chunked_head (test.test_httplib.BasicTest.test_readinto_chunked_head)\nPASS: test_readinto_head (test.test_httplib.BasicTest.test_readinto_head)\nPASS: test_readline_bound_content_length (test.test_httplib.BasicTest.test_readline_bound_content_length)\nPASS: test_readlines_content_length (test.test_httplib.BasicTest.test_readlines_content_length)\nPASS: test_response_fileno (test.test_httplib.BasicTest.test_response_fileno)\nPASS: test_response_headers (test.test_httplib.BasicTest.test_response_headers)\nPASS: test_send (test.test_httplib.BasicTest.test_send)\nPASS: test_send_file (test.test_httplib.BasicTest.test_send_file)\nPASS: test_send_iter (test.test_httplib.BasicTest.test_send_iter)\nPASS: test_send_type_error (test.test_httplib.BasicTest.test_send_type_error)\nPASS: test_send_updating_file (test.test_httplib.BasicTest.test_send_updating_file)\nPASS: test_simple_httpstatus (test.test_httplib.BasicTest.test_simple_httpstatus)\nPASS: test_status_lines (test.test_httplib.BasicTest.test_status_lines)\nPASS: test_too_many_headers (test.test_httplib.BasicTest.test_too_many_headers)\nPASS: test_peek (test.test_httplib.ExtendedReadTest.test_peek)\nPASS: test_peek_0 (test.test_httplib.ExtendedReadTest.test_peek_0)\nPASS: test_read1 (test.test_httplib.ExtendedReadTest.test_read1)\nPASS: test_read1_0 (test.test_httplib.ExtendedReadTest.test_read1_0)\nPASS: test_read1_bounded (test.test_httplib.ExtendedReadTest.test_read1_bounded)\nPASS: test_read1_unbounded (test.test_httplib.ExtendedReadTest.test_read1_unbounded)\nPASS: test_readline (test.test_httplib.ExtendedReadTest.test_readline)\nPASS: test_readline_without_limit (test.test_httplib.ExtendedReadTest.test_readline_without_limit)\nPASS: test_peek (test.test_httplib.ExtendedReadTestChunked.test_peek)\nPASS: test_peek_0 (test.test_httplib.ExtendedReadTestChunked.test_peek_0)\nPASS: test_read1 (test.test_httplib.ExtendedReadTestChunked.test_read1)\nPASS: test_read1_0 (test.test_httplib.ExtendedReadTestChunked.test_read1_0)\nPASS: test_read1_bounded (test.test_httplib.ExtendedReadTestChunked.test_read1_bounded)\nPASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded)\nPASS: test_readline (test.test_httplib.ExtendedReadTestChunked.test_readline)\nPASS: test_readline_without_limit (test.test_httplib.ExtendedReadTestChunked.test_readline_without_limit)\nPASS: test_peek (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek)\nPASS: test_peek_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_0)\nPASS: test_read1 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1)\nPASS: test_read1_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_0)\nPASS: test_read1_bounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_bounded)\nPASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_unbounded)\nPASS: test_readline (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline)\nPASS: test_readline_without_limit (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_without_limit)\nPASS: test_getting_header (test.test_httplib.HTTPResponseTest.test_getting_header)\nPASS: test_getting_header_defaultint (test.test_httplib.HTTPResponseTest.test_getting_header_defaultint)\nPASS: test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default)\nPASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default)\nPASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default)\nPASS: test_attributes (test.test_httplib.HTTPSTest.test_attributes)\nPASS: test_host_port (test.test_httplib.HTTPSTest.test_host_port)\ntest_local_bad_hostname (test.test_httplib.HTTPSTest.test_local_bad_hostname) ... Got an error:\n[SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\nGot an error:\n[SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\n server (('127.0.0.1', 40895):40895 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] code 404, message File not found\n server (('127.0.0.1', 40895):40895 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] \"GET /nonexistent HTTP/1.1\" 404 -\nstopping HTTPS server\njoining HTTPS thread\nok\ntest_local_good_hostname (test.test_httplib.HTTPSTest.test_local_good_hostname) ...  server (('127.0.0.1', 44973):44973 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] code 404, message File not found\n server (('127.0.0.1', 44973):44973 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] \"GET /nonexistent HTTP/1.1\" 404 -\nstopping HTTPS server\njoining HTTPS thread\nok\ntest_local_unknown_cert (test.test_httplib.HTTPSTest.test_local_unknown_cert) ... stopping HTTPS server\nGot an error:\n[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\njoining HTTPS thread\nok\nSKIP: test_networked (test.test_httplib.HTTPSTest.test_networked) \"Use of the 'network' resource not enabled\"\nSKIP: test_networked_bad_cert (test.test_httplib.HTTPSTest.test_networked_bad_cert) \"resource 'walltime' is not enabled\"\nSKIP: test_networked_good_cert (test.test_httplib.HTTPSTest.test_networked_good_cert) \"Use of the 'network' resource not enabled\"\nSKIP: test_networked_noverification (test.test_httplib.HTTPSTest.test_networked_noverification) \"Use of the 'network' resource not enabled\"\nSKIP: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert) \"Use of the 'network' resource not enabled\"\nPASS: test_tls13_pha (test.test_httplib.HTTPSTest.test_tls13_pha)\nPASS: test_auto_headers (test.test_httplib.HeaderTests.test_auto_headers)\nPASS: test_content_length_0 (test.test_httplib.HeaderTests.test_content_length_0)\nPASS: test_headers_debuglevel (test.test_httplib.HeaderTests.test_headers_debuglevel)\nPASS: test_invalid_headers (test.test_httplib.HeaderTests.test_invalid_headers)\nPASS: test_ipv6host_header (test.test_httplib.HeaderTests.test_ipv6host_header)\nPASS: test_malformed_headers_coped_with (test.test_httplib.HeaderTests.test_malformed_headers_coped_with)\nPASS: test_parse_all_octets (test.test_httplib.HeaderTests.test_parse_all_octets)\nPASS: test_putheader (test.test_httplib.HeaderTests.test_putheader)\nPASS: test_invalid_method_names (test.test_httplib.HttpMethodTests.test_invalid_method_names)\nPASS: test_all (test.test_httplib.OfflineTest.test_all)\nPASS: test_client_constants (test.test_httplib.OfflineTest.test_client_constants)\nPASS: test_responses (test.test_httplib.OfflineTest.test_responses)\nPASS: test_100_close (test.test_httplib.PersistenceTest.test_100_close)\nPASS: test_disconnected (test.test_httplib.PersistenceTest.test_disconnected)\nPASS: test_reuse_reconnect (test.test_httplib.PersistenceTest.test_reuse_reconnect)\nPASS: test_ascii_body (test.test_httplib.RequestBodyTest.test_ascii_body)\nPASS: test_binary_file_body (test.test_httplib.RequestBodyTest.test_binary_file_body)\nPASS: test_bytes_body (test.test_httplib.RequestBodyTest.test_bytes_body)\nPASS: test_latin1_body (test.test_httplib.RequestBodyTest.test_latin1_body)\nPASS: test_list_body (test.test_httplib.RequestBodyTest.test_list_body)\nPASS: test_manual_content_length (test.test_httplib.RequestBodyTest.test_manual_content_length)\nPASS: test_text_file_body (test.test_httplib.RequestBodyTest.test_text_file_body)\nPASS: testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress)\nPASS: testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress)\nPASS: testTimeoutAttribute (test.test_httplib.TimeoutTest.testTimeoutAttribute)\nPASS: test_empty_body (test.test_httplib.TransferEncodingTest.test_empty_body)\nPASS: test_endheaders_chunked (test.test_httplib.TransferEncodingTest.test_endheaders_chunked)\nPASS: test_explicit_headers (test.test_httplib.TransferEncodingTest.test_explicit_headers)\nPASS: test_request (test.test_httplib.TransferEncodingTest.test_request)\nPASS: test_connect_put_request (test.test_httplib.TunnelTests.test_connect_put_request)\nPASS: test_connect_put_request_ipv6 (test.test_httplib.TunnelTests.test_connect_put_request_ipv6)\nPASS: test_connect_put_request_ipv6_port (test.test_httplib.TunnelTests.test_connect_put_request_ipv6_port)\nPASS: test_connect_with_tunnel (test.test_httplib.TunnelTests.test_connect_with_tunnel)\nPASS: test_connect_with_tunnel_different_host (test.test_httplib.TunnelTests.test_connect_with_tunnel_different_host)\nPASS: test_connect_with_tunnel_idna (test.test_httplib.TunnelTests.test_connect_with_tunnel_idna)\nPASS: test_connect_with_tunnel_with_default_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_default_port)\nPASS: test_connect_with_tunnel_with_different_host_header (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_different_host_header)\nPASS: test_connect_with_tunnel_with_nonstandard_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_nonstandard_port)\nPASS: test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect)\nPASS: test_no_proxy_response_headers (test.test_httplib.TunnelTests.test_no_proxy_response_headers)\nPASS: test_proxy_response_headers (test.test_httplib.TunnelTests.test_proxy_response_headers)\nPASS: test_set_tunnel_host_port_headers_add_host_missing (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_add_host_missing)\nPASS: test_set_tunnel_host_port_headers_set_host_different (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_different)\nPASS: test_set_tunnel_host_port_headers_set_host_identical (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_identical)\ntest_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests.test_tunnel_connect_single_send_connection_setup)\nPASS: Regresstion test for https://bugs.python.org/issue43332.\nPASS: test_tunnel_debuglog (test.test_httplib.TunnelTests.test_tunnel_debuglog)\nPASS: test_tunnel_leak (test.test_httplib.TunnelTests.test_tunnel_leak)\n\n----------------------------------------------------------------------\nRan 140 tests in 0.180s\n\nOK (skipped=5)\n0:01:34 load avg: 1.58 [234/480] test_idle skipped\ntest_idle skipped -- No module named '_tkinter'\n0:01:35 load avg: 1.58 [235/480] test_ftplib passed\nPASS: test__all__ (test.test_ftplib.MiscTestCase.test__all__)\nPASS: test_abort (test.test_ftplib.TestFTPClass.test_abort)\nPASS: test_acct (test.test_ftplib.TestFTPClass.test_acct)\nPASS: test_all_errors (test.test_ftplib.TestFTPClass.test_all_errors)\nPASS: test_cwd (test.test_ftplib.TestFTPClass.test_cwd)\nPASS: test_delete (test.test_ftplib.TestFTPClass.test_delete)\nPASS: test_dir (test.test_ftplib.TestFTPClass.test_dir)\nPASS: test_encoding_param (test.test_ftplib.TestFTPClass.test_encoding_param)\nPASS: test_exceptions (test.test_ftplib.TestFTPClass.test_exceptions)\nPASS: test_getwelcome (test.test_ftplib.TestFTPClass.test_getwelcome)\nPASS: test_line_too_long (test.test_ftplib.TestFTPClass.test_line_too_long)\nPASS: test_login (test.test_ftplib.TestFTPClass.test_login)\nPASS: test_makepasv (test.test_ftplib.TestFTPClass.test_makepasv)\ntest_makepasv_issue43285_security_disabled (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_disabled)\nPASS: Test the opt-in to the old vulnerable behavior.\nPASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_enabled_default)\nPASS: test_makeport (test.test_ftplib.TestFTPClass.test_makeport)\nPASS: test_mkd (test.test_ftplib.TestFTPClass.test_mkd)\nPASS: test_mlsd (test.test_ftplib.TestFTPClass.test_mlsd)\nPASS: test_nlst (test.test_ftplib.TestFTPClass.test_nlst)\nPASS: test_parse257 (test.test_ftplib.TestFTPClass.test_parse257)\nPASS: test_pwd (test.test_ftplib.TestFTPClass.test_pwd)\nPASS: test_quit (test.test_ftplib.TestFTPClass.test_quit)\nPASS: test_rename (test.test_ftplib.TestFTPClass.test_rename)\nPASS: test_retrbinary (test.test_ftplib.TestFTPClass.test_retrbinary)\nPASS: test_retrbinary_rest (test.test_ftplib.TestFTPClass.test_retrbinary_rest)\nPASS: test_retrlines (test.test_ftplib.TestFTPClass.test_retrlines)\nPASS: test_retrlines_too_long (test.test_ftplib.TestFTPClass.test_retrlines_too_long)\nPASS: test_rmd (test.test_ftplib.TestFTPClass.test_rmd)\nPASS: test_sanitize (test.test_ftplib.TestFTPClass.test_sanitize)\nPASS: test_set_pasv (test.test_ftplib.TestFTPClass.test_set_pasv)\nPASS: test_size (test.test_ftplib.TestFTPClass.test_size)\nPASS: test_source_address (test.test_ftplib.TestFTPClass.test_source_address)\nPASS: test_source_address_passive_connection (test.test_ftplib.TestFTPClass.test_source_address_passive_connection)\nPASS: test_storbinary (test.test_ftplib.TestFTPClass.test_storbinary)\nPASS: test_storbinary_rest (test.test_ftplib.TestFTPClass.test_storbinary_rest)\nSKIP: test_storlines (test.test_ftplib.TestFTPClass.test_storlines) 'timing related test, dependent on load'\nPASS: test_storlines_too_long (test.test_ftplib.TestFTPClass.test_storlines_too_long)\nPASS: test_voidcmd (test.test_ftplib.TestFTPClass.test_voidcmd)\nPASS: test_with_statement (test.test_ftplib.TestFTPClass.test_with_statement)\nPASS: test_af (test.test_ftplib.TestIPv6Environment.test_af)\nPASS: test_makepasv (test.test_ftplib.TestIPv6Environment.test_makepasv)\nPASS: test_makeport (test.test_ftplib.TestIPv6Environment.test_makeport)\nPASS: test_transfer (test.test_ftplib.TestIPv6Environment.test_transfer)\nPASS: test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass.test_auth_issued_twice)\nPASS: test_ccc (test.test_ftplib.TestTLS_FTPClass.test_ccc)\nSKIP: test_check_hostname (test.test_ftplib.TestTLS_FTPClass.test_check_hostname) 'FIXME: bpo-32706'\nPASS: test_context (test.test_ftplib.TestTLS_FTPClass.test_context)\nPASS: test_control_connection (test.test_ftplib.TestTLS_FTPClass.test_control_connection)\nPASS: test_data_connection (test.test_ftplib.TestTLS_FTPClass.test_data_connection)\nPASS: test_login (test.test_ftplib.TestTLS_FTPClass.test_login)\nPASS: test_abort (test.test_ftplib.TestTLS_FTPClassMixin.test_abort)\nPASS: test_acct (test.test_ftplib.TestTLS_FTPClassMixin.test_acct)\nPASS: test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin.test_all_errors)\nPASS: test_cwd (test.test_ftplib.TestTLS_FTPClassMixin.test_cwd)\nPASS: test_delete (test.test_ftplib.TestTLS_FTPClassMixin.test_delete)\nPASS: test_dir (test.test_ftplib.TestTLS_FTPClassMixin.test_dir)\nPASS: test_encoding_param (test.test_ftplib.TestTLS_FTPClassMixin.test_encoding_param)\nPASS: test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin.test_exceptions)\nPASS: test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin.test_getwelcome)\nPASS: test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_line_too_long)\nPASS: test_login (test.test_ftplib.TestTLS_FTPClassMixin.test_login)\nPASS: test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv)\ntest_makepasv_issue43285_security_disabled (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_disabled)\nPASS: Test the opt-in to the old vulnerable behavior.\nPASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_enabled_default)\nPASS: test_makeport (test.test_ftplib.TestTLS_FTPClassMixin.test_makeport)\nPASS: test_mkd (test.test_ftplib.TestTLS_FTPClassMixin.test_mkd)\nPASS: test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin.test_mlsd)\nPASS: test_nlst (test.test_ftplib.TestTLS_FTPClassMixin.test_nlst)\nPASS: test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin.test_parse257)\nPASS: test_pwd (test.test_ftplib.TestTLS_FTPClassMixin.test_pwd)\nPASS: test_quit (test.test_ftplib.TestTLS_FTPClassMixin.test_quit)\nPASS: test_rename (test.test_ftplib.TestTLS_FTPClassMixin.test_rename)\nPASS: test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary)\nPASS: test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary_rest)\nPASS: test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines)\nPASS: test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines_too_long)\nPASS: test_rmd (test.test_ftplib.TestTLS_FTPClassMixin.test_rmd)\nPASS: test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin.test_sanitize)\nPASS: test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin.test_set_pasv)\nPASS: test_size (test.test_ftplib.TestTLS_FTPClassMixin.test_size)\nPASS: test_source_address (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address)\nPASS: test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address_passive_connection)\nPASS: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary)\nPASS: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary_rest)\nSKIP: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines) 'timing related test, dependent on load'\nPASS: test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines_too_long)\nPASS: test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin.test_voidcmd)\nPASS: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin.test_with_statement)\nPASS: testTimeoutConnect (test.test_ftplib.TestTimeouts.testTimeoutConnect)\nPASS: testTimeoutDefault (test.test_ftplib.TestTimeouts.testTimeoutDefault)\nPASS: testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts.testTimeoutDifferentOrder)\nPASS: testTimeoutDirectAccess (test.test_ftplib.TestTimeouts.testTimeoutDirectAccess)\nPASS: testTimeoutNone (test.test_ftplib.TestTimeouts.testTimeoutNone)\nPASS: testTimeoutValue (test.test_ftplib.TestTimeouts.testTimeoutValue)\n\n----------------------------------------------------------------------\nRan 94 tests in 6.642s\n\nOK (skipped=3)\n0:01:35 load avg: 1.58 [236/480] test_httpservers passed\nPASS: test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_close_connection)\nPASS: test_date_time_string (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_date_time_string)\nPASS: test_extra_space (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_extra_space)\nPASS: test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_error)\nPASS: test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_header)\nPASS: test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_response_only)\nPASS: test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_length)\nPASS: test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_unbuffered_when_continue)\nPASS: test_html_escape_on_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_html_escape_on_error)\nPASS: test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_0_9)\nPASS: test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_0)\nPASS: test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_1)\nPASS: test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_request_length)\nPASS: test_too_many_headers (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_too_many_headers)\nPASS: test_unprintable_not_logged (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_unprintable_not_logged)\nPASS: test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_0)\nPASS: test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_1)\nPASS: test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_rejected)\nPASS: test_command (test.test_httpservers.BaseHTTPServerTestCase.test_command)\nPASS: test_error_content_length (test.test_httpservers.BaseHTTPServerTestCase.test_error_content_length)\nPASS: test_handler (test.test_httpservers.BaseHTTPServerTestCase.test_handler)\nPASS: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_head_via_send_error)\nPASS: test_header_close (test.test_httpservers.BaseHTTPServerTestCase.test_header_close)\nPASS: test_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_header_keep_alive)\nPASS: test_internal_key_error (test.test_httpservers.BaseHTTPServerTestCase.test_internal_key_error)\nPASS: test_latin1_header (test.test_httpservers.BaseHTTPServerTestCase.test_latin1_header)\nPASS: test_major_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_major_version_number_too_long)\nPASS: test_minor_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_minor_version_number_too_long)\nPASS: test_request_line_trimming (test.test_httpservers.BaseHTTPServerTestCase.test_request_line_trimming)\nPASS: test_return_custom_status (test.test_httpservers.BaseHTTPServerTestCase.test_return_custom_status)\nPASS: test_return_explain_error (test.test_httpservers.BaseHTTPServerTestCase.test_return_explain_error)\nPASS: test_return_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_return_header_keep_alive)\nPASS: test_send_blank (test.test_httpservers.BaseHTTPServerTestCase.test_send_blank)\nPASS: test_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_send_error)\nPASS: test_version_bogus (test.test_httpservers.BaseHTTPServerTestCase.test_version_bogus)\nPASS: test_version_digits (test.test_httpservers.BaseHTTPServerTestCase.test_version_digits)\nPASS: test_version_invalid (test.test_httpservers.BaseHTTPServerTestCase.test_version_invalid)\nPASS: test_version_none (test.test_httpservers.BaseHTTPServerTestCase.test_version_none)\nPASS: test_version_none_get (test.test_httpservers.BaseHTTPServerTestCase.test_version_none_get)\nPASS: test_version_signs_and_underscores (test.test_httpservers.BaseHTTPServerTestCase.test_version_signs_and_underscores)\nSKIP: test_accept (test.test_httpservers.CGIHTTPServerTestCase.test_accept) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_authorization (test.test_httpservers.CGIHTTPServerTestCase.test_authorization) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_cgi_path_in_sub_directories (test.test_httpservers.CGIHTTPServerTestCase.test_cgi_path_in_sub_directories) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase.test_headers_and_content) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase.test_invaliduri) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_issue19435 (test.test_httpservers.CGIHTTPServerTestCase.test_issue19435) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_nested_cgi_path_issue21323 (test.test_httpservers.CGIHTTPServerTestCase.test_nested_cgi_path_issue21323) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_no_leading_slash (test.test_httpservers.CGIHTTPServerTestCase.test_no_leading_slash) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_os_environ_is_not_altered (test.test_httpservers.CGIHTTPServerTestCase.test_os_environ_is_not_altered) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_post (test.test_httpservers.CGIHTTPServerTestCase.test_post) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_query_with_continuous_slashes (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_continuous_slashes) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_query_with_multiple_question_mark (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_multiple_question_mark) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_url_collapse_path (test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_urlquote_decoding_in_cgi_check (test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check) \"This test can't be run reliably as root (issue #13308).\"\nPASS: test_all (test.test_httpservers.MiscTestCase.test_all)\nPASS: test_err (test.test_httpservers.RequestHandlerLoggingTestCase.test_err)\nPASS: test_get (test.test_httpservers.RequestHandlerLoggingTestCase.test_get)\nPASS: test_server_test_ipv4 (test.test_httpservers.ScriptTestCase.test_server_test_ipv4)\nPASS: test_server_test_ipv6 (test.test_httpservers.ScriptTestCase.test_server_test_ipv6)\nPASS: test_server_test_localhost (test.test_httpservers.ScriptTestCase.test_server_test_localhost)\nPASS: test_server_test_unspec (test.test_httpservers.ScriptTestCase.test_server_test_unspec)\nPASS: test_query_arguments (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_query_arguments)\nPASS: test_start_with_double_slash (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_start_with_double_slash)\nPASS: test_windows_colon (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_windows_colon)\ntest_browser_cache (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache)\nPASS: Check that when a request to /test is sent with the request header\nPASS: test_browser_cache_file_changed (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_file_changed)\nPASS: test_browser_cache_with_If_None_Match_header (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_with_If_None_Match_header)\nPASS: test_get (test.test_httpservers.SimpleHTTPServerTestCase.test_get)\ntest_get_dir_redirect_location_domain_injection_bug (test.test_httpservers.SimpleHTTPServerTestCase.test_get_dir_redirect_location_domain_injection_bug)\nPASS: Ensure //evil.co/..%2f../../X does not put //evil.co/ in Location.\nPASS: test_head (test.test_httpservers.SimpleHTTPServerTestCase.test_head)\nPASS: test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase.test_invalid_requests)\ntest_last_modified (test.test_httpservers.SimpleHTTPServerTestCase.test_last_modified)\nPASS: Checks that the datetime returned in Last-Modified response header\nPASS: test_list_dir_escape_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_dirname)\nPASS: test_list_dir_escape_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_filename)\nPASS: test_list_dir_nonascii_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_dirname)\nPASS: test_list_dir_nonascii_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_filename)\nPASS: test_list_dir_undecodable_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname)\nPASS: test_list_dir_undecodable_dirname2 (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname2)\nPASS: test_list_dir_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_filename)\nPASS: test_list_dir_unencodable_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_dirname)\nPASS: test_list_dir_unencodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_filename)\nPASS: test_list_dir_with_query_and_fragment (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_with_query_and_fragment)\nPASS: test_path_without_leading_slash (test.test_httpservers.SimpleHTTPServerTestCase.test_path_without_leading_slash)\n\n----------------------------------------------------------------------\nRan 83 tests in 1.084s\n\nOK (skipped=14)\n0:01:37 load avg: 1.53 [237/480] test_importlib passed\nPASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module)\nPASS: test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module)\nPASS: test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package)\nPASS: test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin)\nPASS: test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported)\nPASS: test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable)\nPASS: test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package)\nPASS: test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin)\nPASS: test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported)\nPASS: test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable)\nSKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) 'requires a case-insensitive filesystem'\nSKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) 'requires a case-insensitive filesystem'\nSKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) 'requires a case-insensitive filesystem'\nSKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) 'requires a case-insensitive filesystem'\nPASS: test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure)\nPASS: test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module)\nPASS: test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure)\nPASS: test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module)\nPASS: test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality)\nPASS: test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality)\nPASS: test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package)\nPASS: test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API)\nPASS: test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable)\nPASS: test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules)\nPASS: test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality)\nPASS: test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name)\nPASS: test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule)\nPASS: test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice)\nPASS: test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module)\nPASS: test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii)\nPASS: test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload)\nPASS: test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii)\nPASS: test_module (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_module)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_nonascii)\ntest_nonmodule_cases (test.test_importlib.extension.test_loader.NonModuleExtensionTests.test_nonmodule_cases) ... \n===== script _test_nonmodule_cases.py ======\nPASS: test_nonmodule_with_methods (__main__.Frozen_NonModuleExtensionTests.test_nonmodule_with_methods)\nPASS: test_null_slots (__main__.Frozen_NonModuleExtensionTests.test_null_slots)\nPASS: test_nonmodule_with_methods (__main__.Source_NonModuleExtensionTests.test_nonmodule_with_methods)\nPASS: test_null_slots (__main__.Source_NonModuleExtensionTests.test_null_slots)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n===== script _test_nonmodule_cases.py completed: exit code 0 ======\nok\nPASS: test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality)\nPASS: test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality)\nPASS: test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package)\nPASS: test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API)\nPASS: test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable)\nPASS: test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules)\nPASS: test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality)\nPASS: test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name)\nPASS: test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule)\nPASS: test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice)\nPASS: test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module)\nPASS: test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii)\nPASS: test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload)\nPASS: test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii)\nPASS: test_module (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_module)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_nonascii)\nPASS: test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success)\nPASS: test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success)\nPASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module)\nPASS: test_not_using_frozen (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen)\nPASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package)\nPASS: test_path_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored)\nPASS: test_target_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored)\nPASS: test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module)\nPASS: test_not_using_frozen (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen)\nPASS: test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package)\nPASS: test_path_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored)\nPASS: test_target_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored)\nPASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent)\nPASS: test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module)\nPASS: test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect_through_spec)\nPASS: test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package)\nPASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable)\nPASS: test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure)\nPASS: test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package)\nPASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent)\nPASS: test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module)\nPASS: test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect_through_spec)\nPASS: test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package)\nPASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable)\nPASS: test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure)\nPASS: test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package)\nPASS: test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__)\nPASS: test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__)\nPASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__)\nPASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__)\nPASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__)\nPASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback)\nPASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__)\nPASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__)\nPASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree)\nPASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__)\nPASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package)\nPASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule)\nPASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level)\nPASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__)\nPASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__)\nPASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__)\nPASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback)\nPASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__)\nPASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__)\nPASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree)\nPASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError)\nPASS: test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache)\nPASS: test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache)\nPASS: test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache)\nPASS: test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache)\nPASS: test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader)\nPASS: test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute)\nPASS: test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist)\nPASS: test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache)\nPASS: test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache)\nPASS: test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string)\nPASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple)\nPASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type)\nPASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all)\nPASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package)\nPASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError)\nPASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package)\nPASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all)\nPASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object)\nPASS: test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object)\nPASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all)\nPASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others)\nPASS: test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star)\nPASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import)\nPASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import)\nPASS: test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string)\nPASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple)\nPASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type)\nPASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all)\nPASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package)\nPASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError)\nPASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package)\nPASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all)\nPASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object)\nPASS: test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object)\nPASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all)\nPASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others)\nPASS: test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star)\nPASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import)\nPASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import)\nPASS: test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_but_spec)\nPASS: test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_source)\nPASS: test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_sourceless)\nPASS: test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_but_spec)\nPASS: test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_source)\nPASS: test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_sourceless)\nPASS: test_gh86298_loader_and_spec_loader_disagree (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_and_spec_loader_disagree)\nPASS: test_gh86298_loader_is_none_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_no_spec)\nPASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_is_none)\nPASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_loader_is_none)\nPASS: test_gh86298_no_loader_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec)\nPASS: test_gh86298_no_loader_and_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_loader)\nPASS: test_gh86298_no_loader_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_spec_is_none)\nPASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_with_spec_loader_okay)\nPASS: test_gh86298_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec)\nPASS: test_gh86298_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_loader)\nPASS: test_gh86298_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_spec_is_none)\nPASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path)\nPASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path)\nPASS: test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing)\nPASS: test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty)\nPASS: test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called)\nPASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path)\nPASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path)\nPASS: test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing)\nPASS: test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty)\nPASS: test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called)\nPASS: test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent)\nPASS: test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent)\nPASS: test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package)\nPASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects)\nPASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child)\nPASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child)\nPASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child)\nPASS: test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent)\nPASS: test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent)\nPASS: test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package)\nPASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects)\nPASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child)\nPASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child)\nPASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path)\nPASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path)\nPASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec)\nPASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module)\nPASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import)\nPASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0)\nPASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package)\nPASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist)\nPASS: test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_malicious_relative_import)\nPASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module)\nPASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package)\nPASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module)\nPASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package)\nPASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals)\nPASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package)\nPASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute)\nPASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module)\nPASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package)\nPASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module)\nPASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import)\nPASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0)\nPASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package)\nPASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist)\nPASS: test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_malicious_relative_import)\nPASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module)\nPASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package)\nPASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module)\nPASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package)\nPASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals)\nPASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package)\nPASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute)\nPASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module)\nPASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package)\nPASS: test_as_json (test.test_importlib.metadata.test_api.APITests.test_as_json)\nPASS: test_as_json_egg_info (test.test_importlib.metadata.test_api.APITests.test_as_json_egg_info)\nPASS: test_as_json_odd_case (test.test_importlib.metadata.test_api.APITests.test_as_json_odd_case)\nPASS: test_entry_points (test.test_importlib.metadata.test_api.APITests.test_entry_points)\nPASS: test_entry_points_allows_no_attributes (test.test_importlib.metadata.test_api.APITests.test_entry_points_allows_no_attributes)\nPASS: test_entry_points_distribution (test.test_importlib.metadata.test_api.APITests.test_entry_points_distribution)\nPASS: test_entry_points_missing_group (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_group)\nPASS: test_entry_points_missing_name (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_name)\ntest_entry_points_unique_packages_normalized (test.test_importlib.metadata.test_api.APITests.test_entry_points_unique_packages_normalized)\nPASS: Entry points should only be exposed for the first package\nPASS: test_file_hash_repr (test.test_importlib.metadata.test_api.APITests.test_file_hash_repr)\nPASS: test_files_dist_info (test.test_importlib.metadata.test_api.APITests.test_files_dist_info)\nPASS: test_files_egg_info (test.test_importlib.metadata.test_api.APITests.test_files_egg_info)\nPASS: test_for_name_does_not_exist (test.test_importlib.metadata.test_api.APITests.test_for_name_does_not_exist)\nPASS: test_for_top_level (test.test_importlib.metadata.test_api.APITests.test_for_top_level)\ntest_get_key (test.test_importlib.metadata.test_api.APITests.test_get_key)\nPASS: Getting a key gets the key.\ntest_get_missing_key (test.test_importlib.metadata.test_api.APITests.test_get_missing_key)\nPASS: Requesting a missing key will return None.\nPASS: test_metadata_for_this_package (test.test_importlib.metadata.test_api.APITests.test_metadata_for_this_package)\ntest_missing_key_legacy (test.test_importlib.metadata.test_api.APITests.test_missing_key_legacy)\nPASS: Requesting a missing key will still return None, but warn.\nPASS: test_more_complex_deps_requires_text (test.test_importlib.metadata.test_api.APITests.test_more_complex_deps_requires_text)\nPASS: test_name_normalization (test.test_importlib.metadata.test_api.APITests.test_name_normalization)\nPASS: test_prefix_not_matched (test.test_importlib.metadata.test_api.APITests.test_prefix_not_matched)\nPASS: test_read_text (test.test_importlib.metadata.test_api.APITests.test_read_text)\nPASS: test_requires_dist_info (test.test_importlib.metadata.test_api.APITests.test_requires_dist_info)\nPASS: test_requires_egg_info (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info)\nPASS: test_requires_egg_info_empty (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_empty)\nPASS: test_requires_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_file)\nPASS: test_retrieves_version_of_distinfo_pkg (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_distinfo_pkg)\nPASS: test_retrieves_version_of_self (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self)\nPASS: test_version_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file)\nPASS: test_invalidate_cache (test.test_importlib.metadata.test_api.InvalidateCache.test_invalidate_cache)\nPASS: test_name_normalization (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization)\nPASS: test_name_normalization_versionless_egg_info (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_versionless_egg_info)\ntest_distribution_at_pathlib (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_pathlib)\nPASS: Demonstrate how to load metadata direct from a directory.\nPASS: test_distribution_at_str (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_str)\nPASS: test_find_distributions_specified_path (test.test_importlib.metadata.test_api.OffSysPathTests.test_find_distributions_specified_path)\nPASS: test_abc_enforced (test.test_importlib.metadata.test_main.BasicTests.test_abc_enforced)\nPASS: test_for_name_does_not_exist (test.test_importlib.metadata.test_main.BasicTests.test_for_name_does_not_exist)\nPASS: test_invalid_inputs_to_from_name (test.test_importlib.metadata.test_main.BasicTests.test_invalid_inputs_to_from_name)\ntest_package_not_found_mentions_metadata (test.test_importlib.metadata.test_main.BasicTests.test_package_not_found_mentions_metadata)\nPASS: When a package is not found, that could indicate that the\nPASS: test_retrieves_version_of_self (test.test_importlib.metadata.test_main.BasicTests.test_retrieves_version_of_self)\nPASS: test_egg (test.test_importlib.metadata.test_main.DirectoryTest.test_egg)\nPASS: test_egg_info (test.test_importlib.metadata.test_main.DirectoryTest.test_egg_info)\ntest_interleaved_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_interleaved_discovery)\nPASS: Ensure interleaved searches are safe.\nPASS: test_invalid_usage (test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage)\nPASS: test_package_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery)\nPASS: test_origin (test.test_importlib.metadata.test_main.EditableDistributionTest.test_origin)\ntest_unicode_dir_on_sys_path (test.test_importlib.metadata.test_main.FileSystem.test_unicode_dir_on_sys_path)\nPASS: Ensure a Unicode subdirectory of a directory on sys.path\nPASS: test_entrypoint_with_colon_in_name (test.test_importlib.metadata.test_main.ImportTests.test_entrypoint_with_colon_in_name)\nPASS: test_import_nonexistent_module (test.test_importlib.metadata.test_main.ImportTests.test_import_nonexistent_module)\nPASS: test_resolve (test.test_importlib.metadata.test_main.ImportTests.test_resolve)\nPASS: test_resolve_without_attr (test.test_importlib.metadata.test_main.ImportTests.test_resolve_without_attr)\ntest_discovery (test.test_importlib.metadata.test_main.InaccessibleSysPath.test_discovery)\nSKIP: Discovering distributions should succeed even if 'pyfakefs not available'\ntest_discovery (test.test_importlib.metadata.test_main.MissingSysPath.test_discovery)\nPASS: Discovering distributions should succeed even if\ntest_dashes_in_dist_name_found_as_underscores (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores)\nPASS: For a package with a dash in the name, the dist-info metadata\ntest_dist_name_found_as_any_case (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dist_name_found_as_any_case)\nPASS: Ensure the metadata loads when queried with any case.\ntest_unique_distributions (test.test_importlib.metadata.test_main.NameNormalizationTests.test_unique_distributions)\nPASS: Two distributions varying only by non-normalized name on\nPASS: test_metadata_loads (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads)\nPASS: test_metadata_loads_egg_info (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_egg_info)\ntest_packages_distributions_on_eggs (test.test_importlib.metadata.test_main.PackagesDistributionsEggTest.test_packages_distributions_on_eggs)\nPASS: Test old-style egg packages with a variation of 'top_level.txt',\nPASS: test_packages_distributions_example (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example)\ntest_packages_distributions_example2 (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2)\nPASS: Test packages_distributions on a wheel built\ntest_packages_distributions_all_module_types (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_all_module_types)\nPASS: Test top-level modules detected on a package without 'top-level.txt'.\ntest_packages_distributions_neither_toplevel_nor_files (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files)\nPASS: Test a package built without 'top-level.txt' or a file list.\ntest_packages_distributions_symlinked_top_level (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_symlinked_top_level)\nPASS: Distribution is resolvable from a simple top-level symlink in RECORD.\nPASS: test_attr (test.test_importlib.metadata.test_main.TestEntryPoints.test_attr)\nPASS: test_entry_point_pickleable (test.test_importlib.metadata.test_main.TestEntryPoints.test_entry_point_pickleable)\ntest_hashable (test.test_importlib.metadata.test_main.TestEntryPoints.test_hashable)\nPASS: EntryPoints should be hashable\ntest_immutable (test.test_importlib.metadata.test_main.TestEntryPoints.test_immutable)\nPASS: EntryPoints should be immutable\nPASS: test_module (test.test_importlib.metadata.test_main.TestEntryPoints.test_module)\ntest_positional_args (test.test_importlib.metadata.test_main.TestEntryPoints.test_positional_args)\nPASS: Capture legacy (namedtuple) construction, discouraged.\nPASS: test_repr (test.test_importlib.metadata.test_main.TestEntryPoints.test_repr)\ntest_sortable (test.test_importlib.metadata.test_main.TestEntryPoints.test_sortable)\nPASS: EntryPoint objects are sortable, but result is undefined.\nPASS: test_case_insensitive (test.test_importlib.metadata.test_zip.TestEgg.test_case_insensitive)\nPASS: test_files (test.test_importlib.metadata.test_zip.TestEgg.test_files)\nPASS: test_missing_metadata (test.test_importlib.metadata.test_zip.TestEgg.test_missing_metadata)\nPASS: test_normalized_name (test.test_importlib.metadata.test_zip.TestEgg.test_normalized_name)\nPASS: test_one_distribution (test.test_importlib.metadata.test_zip.TestEgg.test_one_distribution)\nPASS: test_zip_entry_points (test.test_importlib.metadata.test_zip.TestEgg.test_zip_entry_points)\nPASS: test_zip_version (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version)\nPASS: test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_does_not_match)\nPASS: test_case_insensitive (test.test_importlib.metadata.test_zip.TestZip.test_case_insensitive)\nPASS: test_files (test.test_importlib.metadata.test_zip.TestZip.test_files)\nPASS: test_missing_metadata (test.test_importlib.metadata.test_zip.TestZip.test_missing_metadata)\nPASS: test_one_distribution (test.test_importlib.metadata.test_zip.TestZip.test_one_distribution)\nPASS: test_zip_entry_points (test.test_importlib.metadata.test_zip.TestZip.test_zip_entry_points)\nPASS: test_zip_version (test.test_importlib.metadata.test_zip.TestZip.test_zip_version)\nPASS: test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestZip.test_zip_version_does_not_match)\nPASS: test_spec_path_joinpath (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath)\nPASS: test_child_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is)\nPASS: test_child_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter)\nPASS: test_child_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name)\nPASS: test_child_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open)\nPASS: test_open_invalid_mode (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode)\nPASS: test_orphan_path_invalid (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid)\nPASS: test_orphan_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is)\nPASS: test_orphan_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter)\nPASS: test_orphan_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name)\nPASS: test_orphan_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open)\nPASS: test_spec_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is)\nPASS: test_spec_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter)\nPASS: test_spec_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name)\nPASS: test_spec_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open)\nPASS: test_wrap_spec (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec)\nPASS: test_contents (test.test_importlib.resources.test_contents.ContentsDiskTests.test_contents)\nPASS: test_contents (test.test_importlib.resources.test_contents.ContentsNamespaceTests.test_contents)\nPASS: test_contents (test.test_importlib.resources.test_contents.ContentsZipTests.test_contents)\nPASS: test_custom_loader (test.test_importlib.resources.test_custom.CustomTraversableResourcesTests.test_custom_loader)\ntest_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_package)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_submodule)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_package)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_submodule)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_module_resources (test.test_importlib.resources.test_files.ModuleFilesDiskTests.test_module_resources)\nPASS: A module can have resources found adjacent to the module.\ntest_module_resources (test.test_importlib.resources.test_files.ModuleFilesZipTests.test_module_resources)\nPASS: A module can have resources found adjacent to the module.\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenDiskTests.test_joinpath_with_multiple_args)\ntest_old_parameter (test.test_importlib.resources.test_files.OpenDiskTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenDiskTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenDiskTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenDiskTests.test_traversable)\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceTests.test_joinpath_with_multiple_args)\ntest_non_paths_in_dunder_path (test.test_importlib.resources.test_files.OpenNamespaceTests.test_non_paths_in_dunder_path)\nPASS: Non-path items in a namespace package's ``__path__`` are ignored.\ntest_old_parameter (test.test_importlib.resources.test_files.OpenNamespaceTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenNamespaceTests.test_traversable)\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_joinpath_with_multiple_args)\ntest_old_parameter (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_traversable)\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenZipTests.test_joinpath_with_multiple_args)\ntest_old_parameter (test.test_importlib.resources.test_files.OpenZipTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenZipTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenZipTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenZipTests.test_traversable)\nPASS: test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_common_errors)\nPASS: test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_contents)\nPASS: test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_is_resource)\nPASS: test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_binary)\nPASS: test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_text)\nPASS: test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_path)\nPASS: test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_binary)\nPASS: test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_text)\nPASS: test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_text_errors)\nPASS: test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_common_errors)\nPASS: test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_contents)\nPASS: test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_is_resource)\nPASS: test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_binary)\nPASS: test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_text)\nPASS: test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_path)\nPASS: test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_binary)\nPASS: test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_text)\nPASS: test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_text_errors)\nPASS: test_extant_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonBinaryTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader)\nPASS: test_extant_path (test.test_importlib.resources.test_open.CommonTextTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonTextTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_open.CommonTextTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_open.CommonTextTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_open.CommonTextTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_open.CommonTextTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_open.CommonTextTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader)\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_extant_path (test.test_importlib.resources.test_path.CommonTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_path.CommonTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_path.CommonTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_path.CommonTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_path.CommonTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_path.CommonTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_path.CommonTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_path.CommonTests.test_useless_loader)\nPASS: test_natural_path (test.test_importlib.resources.test_path.PathDiskTests.test_natural_path)\ntest_reading (test.test_importlib.resources.test_path.PathDiskTests.test_reading)\nPASS: Path should be readable and a pathlib.Path instance.\ntest_reading (test.test_importlib.resources.test_path.PathMemoryTests.test_reading)\nPASS: Path should be readable and a pathlib.Path instance.\ntest_reading (test.test_importlib.resources.test_path.PathZipTests.test_reading)\nPASS: Path should be readable and a pathlib.Path instance.\ntest_remove_in_context_manager (test.test_importlib.resources.test_path.PathZipTests.test_remove_in_context_manager)\nPASS: It is not an error if the file that was temporarily stashed on the\nPASS: test_extant_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonBinaryTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_read.CommonBinaryTests.test_useless_loader)\nPASS: test_extant_path (test.test_importlib.resources.test_read.CommonTextTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonTextTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_read.CommonTextTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_read.CommonTextTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_read.CommonTextTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_read.CommonTextTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_read.CommonTextTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_read.CommonTextTests.test_useless_loader)\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadDiskTests.test_read_bytes)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_bytes)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_bytes)\nPASS: test_read_submodule_resource (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_by_name)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadZipTests.test_read_bytes)\nPASS: test_read_submodule_resource (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_by_name)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_init_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_file)\nPASS: test_init_no_paths (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_no_paths)\nPASS: test_is_dir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_dir)\nPASS: test_is_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_file)\nPASS: test_iterdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir)\nPASS: test_iterdir_duplicate (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_duplicate)\nPASS: test_join_path (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path)\nPASS: test_join_path_common_subdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_common_subdir)\nPASS: test_join_path_compound (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_compound)\nPASS: test_name (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_name)\nPASS: test_open_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_open_file)\nPASS: test_repr (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_repr)\nPASS: test_files (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_files)\nPASS: test_init_error (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_init_error)\nPASS: test_resource_path (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_resource_path)\nSKIP: test_as_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) 'Desired but not supported.'\ntest_entered_path_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open)\nPASS: Mimic what certifi does on import to make its bundle\nPASS: test_is_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open)\nPASS: test_is_file_failure_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open)\nPASS: test_iterdir_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open)\nPASS: test_read_binary_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open)\nPASS: test_read_text_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open)\ntest_package_has_no_reader_fallback (test.test_importlib.resources.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback)\nPASS: Test odd ball packages which:\nPASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_dir)\nPASS: test_is_file_exists (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_exists)\nPASS: test_is_file_missing (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_missing)\nPASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_is_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_read_submodule_resource_by_name)\nPASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents)\nPASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_by_name)\nPASS: test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents)\nPASS: test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_by_name)\nPASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_is_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_read_submodule_resource_by_name)\nPASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents)\nPASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_by_name)\nPASS: test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents)\nPASS: test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_by_name)\nPASS: test_as_file_directory (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_as_file_directory)\nPASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_is_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name)\nPASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents)\nPASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name)\ntest_unrelated_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest02.test_unrelated_contents)\nPASS: Test thata zip with two unrelated subpackages return\nPASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_dir)\nPASS: test_is_file (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_file)\nPASS: test_resource_contents (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_contents)\nPASS: test_resource_missing (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_missing)\nPASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_dir)\nPASS: test_is_file_exists (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_exists)\nPASS: test_is_file_missing (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_missing)\nSKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) 'requires a case-insensitive filesystem'\nSKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) 'requires a case-insensitive filesystem'\nSKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) 'requires a case-insensitive filesystem'\nSKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) 'requires a case-insensitive filesystem'\nPASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax)\nPASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc)\nPASS: test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality)\nPASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir)\nPASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API)\nPASS: test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality)\nPASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent)\nPASS: test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API)\nPASS: test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module)\nPASS: test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse)\nPASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc)\nPASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc)\nPASS: test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package)\nPASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure)\nPASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow)\nPASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc)\nPASS: test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax)\nPASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc)\nPASS: test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality)\nPASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir)\nPASS: test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API)\nPASS: test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality)\nPASS: test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent)\nPASS: test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API)\nPASS: test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module)\nPASS: test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse)\nPASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc)\nPASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc)\nPASS: test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package)\nPASS: test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure)\nPASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow)\nPASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc)\nPASS: test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable)\nPASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax)\nPASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc)\nPASS: test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality)\nPASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir)\nPASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API)\nPASS: test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality)\nPASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent)\nPASS: test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API)\nPASS: test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module)\nPASS: test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse)\nPASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc)\nPASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc)\nPASS: test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package)\nPASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure)\nPASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow)\nPASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc)\nPASS: test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module)\nPASS: test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string)\nPASS: test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success)\nPASS: test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string)\nPASS: test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf)\nPASS: test_deprecated_attr_ResourceReader (test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_ResourceReader)\nPASS: test_deprecated_attr_Traversable (test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_Traversable)\nPASS: test_deprecated_attr_TraversableResources (test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_TraversableResources)\nPASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses)\nPASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError)\nPASS: test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None)\nPASS: test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned)\nPASS: test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes)\nPASS: test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path)\nPASS: test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path)\nPASS: test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses)\nPASS: test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module)\nPASS: test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module)\nPASS: test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr)\nPASS: test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh)\nPASS: test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches)\nPASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target)\nPASS: test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec)\nPASS: test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses)\nPASS: test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses)\nPASS: test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic)\nPASS: test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp)\nPASS: test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything)\nPASS: test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode)\nPASS: test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode)\nPASS: test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data)\nPASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses)\nPASS: test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source)\nPASS: test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines)\nPASS: test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source)\nPASS: test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding)\nPASS: test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package)\nPASS: test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module)\nPASS: test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings)\nPASS: test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code)\nPASS: test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module)\nPASS: test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module)\nPASS: test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr)\nPASS: test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic)\nPASS: test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp)\nPASS: test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything)\nPASS: test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode)\nPASS: test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode)\nPASS: test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data)\nPASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions)\nPASS: test_deprecated_attr_ResourceReader (test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_ResourceReader)\nPASS: test_deprecated_attr_Traversable (test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_Traversable)\nPASS: test_deprecated_attr_TraversableResources (test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_TraversableResources)\nPASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses)\nPASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError)\nPASS: test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None)\nPASS: test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned)\nPASS: test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes)\nPASS: test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path)\nPASS: test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path)\nPASS: test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses)\nPASS: test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh)\nPASS: test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches)\nPASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target)\nPASS: test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec)\nPASS: test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses)\nPASS: test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses)\nPASS: test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source)\nPASS: test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines)\nPASS: test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source)\nPASS: test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding)\nPASS: test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package)\nPASS: test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module)\nPASS: test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings)\nPASS: test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code)\nPASS: test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib)\nPASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing)\nPASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success)\nPASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path)\nPASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set)\nPASS: test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package)\nPASS: test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import)\nPASS: test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import)\nPASS: test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once)\nPASS: test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import)\nPASS: test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package)\nPASS: test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import)\nPASS: test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called)\nPASS: test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking)\nPASS: test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec)\nPASS: test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced)\nPASS: test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced)\nPASS: test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed)\nPASS: test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader)\nPASS: test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules)\nPASS: test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed)\nPASS: test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule)\nPASS: test_reload_traceback_with_non_str (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_traceback_with_non_str)\nPASS: test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__)\nPASS: test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__)\nPASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing)\nPASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success)\nPASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path)\nPASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set)\nPASS: test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package)\nPASS: test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import)\nPASS: test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import)\nPASS: test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once)\nPASS: test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import)\nPASS: test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package)\nPASS: test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import)\nPASS: test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called)\nPASS: test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking)\nPASS: test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec)\nPASS: test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced)\nPASS: test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced)\nPASS: test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed)\nPASS: test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader)\nPASS: test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules)\nPASS: test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed)\nPASS: test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule)\nPASS: test_reload_traceback_with_non_str (test.test_importlib.test_api.Source_ReloadTests.test_reload_traceback_with_non_str)\nPASS: test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__)\nPASS: test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__)\nPASS: test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init)\nPASS: test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation)\nPASS: test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged)\nPASS: test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr)\nPASS: test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr)\nPASS: test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e)\nPASS: test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init)\nPASS: test_lazy_module_type_override (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_module_type_override)\nPASS: test_lazy_self_referential_modules (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules)\nPASS: test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys)\nPASS: test_module_load_race (test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race)\nPASS: test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error)\nPASS: test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr)\nPASS: test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr)\nPASS: test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr)\nPASS: test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock)\nPASS: test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock)\nPASS: test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks)\nPASS: test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime)\nPASS: test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor)\nPASS: test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread)\nPASS: test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire)\nPASS: test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired)\nPASS: test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak)\nPASS: test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists)\nPASS: test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock)\nPASS: test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock)\nPASS: test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks)\nPASS: test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime)\nPASS: test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor)\nPASS: test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread)\nPASS: test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire)\nPASS: test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired)\nPASS: test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak)\nPASS: test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports)\nPASS: test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails)\nPASS: test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds)\nPASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path)\nPASS: test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence)\nPASS: test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc)\nPASS: test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency)\nPASS: test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency)\nPASS: test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable)\nPASS: test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other)\nPASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports)\nPASS: test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports)\nPASS: test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins)\nPASS: test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again)\nPASS: test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package)\nPASS: test_simple_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_repr)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package)\ntest_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory) ... expected failure\nPASS: test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory)\nPASS: test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics)\nPASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default)\nPASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix)\nPASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location)\nPASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location)\nPASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename)\nPASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename)\nPASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg)\nPASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path)\nPASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default)\nPASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package)\nPASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package)\nPASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package)\nPASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty)\nPASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none)\nPASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty)\nPASS: test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default)\nPASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package)\nPASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader)\nPASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false)\nPASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader)\nPASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true)\nPASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader)\nPASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false)\nPASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true)\nPASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin)\nPASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package)\nPASS: test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec)\nPASS: test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load)\nPASS: test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed)\nPASS: test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed)\nPASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable)\nPASS: test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced)\nPASS: test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload)\nPASS: test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes)\nPASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs)\nPASS: test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified)\nPASS: test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin)\nPASS: test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set)\nPASS: test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source)\nPASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag)\nPASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix)\nPASS: test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless)\nPASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location)\nPASS: test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default)\nPASS: test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false)\nPASS: test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true)\nPASS: test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader)\nPASS: test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality)\nPASS: test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location)\nPASS: test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter)\nPASS: test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality)\nPASS: test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete)\nPASS: test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package)\nPASS: test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package)\nPASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default)\nPASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix)\nPASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location)\nPASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location)\nPASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename)\nPASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename)\nPASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg)\nPASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path)\nPASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default)\nPASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package)\nPASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package)\nPASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package)\nPASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty)\nPASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none)\nPASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty)\nPASS: test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default)\nPASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package)\nPASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader)\nPASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false)\nPASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader)\nPASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true)\nPASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader)\nPASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false)\nPASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true)\nPASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin)\nPASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package)\nPASS: test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec)\nPASS: test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load)\nPASS: test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed)\nPASS: test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed)\nPASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable)\nPASS: test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced)\nPASS: test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload)\nPASS: test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes)\nPASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs)\nPASS: test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified)\nPASS: test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin)\nPASS: test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set)\nPASS: test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source)\nPASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag)\nPASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix)\nPASS: test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless)\nPASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location)\nPASS: test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default)\nPASS: test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false)\nPASS: test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true)\nPASS: test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader)\nPASS: test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality)\nPASS: test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location)\nPASS: test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter)\nPASS: test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality)\nPASS: test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete)\nPASS: test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package)\nPASS: test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package)\nPASS: test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports)\nSKIP: test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) 'not enough memory: 1.8G minimum needed'\nPASS: test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers)\nSKIP: test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) 'not enough memory: 1.8G minimum needed'\nSKIP: test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) 'not enough memory: 3.7G minimum needed'\nSKIP: test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) 'not enough memory: 3.7G minimum needed'\nSKIP: test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) 'not enough memory: 3.7G minimum needed'\nPASS: test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import)\nPASS: test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines)\nPASS: test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default)\nPASS: test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module)\nPASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package)\nPASS: test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule)\nPASS: test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module)\nPASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported)\nPASS: test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing)\nPASS: test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success)\nPASS: test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None)\nPASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set)\nPASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__)\nPASS: test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn)\nPASS: test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length)\nPASS: test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__)\nPASS: test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__)\nPASS: test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__)\nPASS: test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__)\nPASS: test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__)\nPASS: test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__)\nPASS: test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__)\nPASS: test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module)\nPASS: test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None)\nPASS: test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module)\nPASS: test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source)\nPASS: test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd)\nPASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override)\nPASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set)\nPASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag)\nPASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot)\nPASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None)\nPASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string)\nPASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set)\nPASS: test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override)\nPASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg)\nPASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix)\nPASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative)\nSKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) 'test meaningful only where os.altsep is defined'\nPASS: test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache)\nPASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path)\nPASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix)\nPASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization)\nPASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__)\nPASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag)\nPASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash)\nPASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt)\nPASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode)\nPASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix)\nPASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg)\nPASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots)\nPASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots)\nPASS: test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute)\nPASS: test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package)\nPASS: test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape)\nPASS: test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package)\nPASS: test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package)\nPASS: test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package)\nPASS: test_complete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_complete_multi_phase_init_module)\nPASS: test_incomplete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_incomplete_multi_phase_init_module)\nPASS: test_single_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_single_phase_init_module)\nPASS: test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number)\nPASS: test_atomic_write_should_notice_incomplete_writes (test.test_importlib.test_util.MiscTests.test_atomic_write_should_notice_incomplete_writes)\nPASS: test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines)\nPASS: test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default)\nPASS: test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module)\nPASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package)\nPASS: test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule)\nPASS: test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module)\nPASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported)\nPASS: test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing)\nPASS: test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success)\nPASS: test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None)\nPASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set)\nPASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__)\nPASS: test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn)\nPASS: test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length)\nPASS: test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__)\nPASS: test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__)\nPASS: test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__)\nPASS: test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__)\nPASS: test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__)\nPASS: test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__)\nPASS: test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__)\nPASS: test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module)\nPASS: test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None)\nPASS: test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module)\nPASS: test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source)\nPASS: test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd)\nPASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override)\nPASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set)\nPASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag)\nPASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot)\nPASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None)\nPASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string)\nPASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set)\nPASS: test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override)\nPASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg)\nPASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix)\nPASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative)\nSKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) 'test meaningful only where os.altsep is defined'\nPASS: test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache)\nPASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path)\nPASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix)\nPASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization)\nPASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__)\nPASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag)\nPASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash)\nPASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt)\nPASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode)\nPASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix)\nPASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg)\nPASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots)\nPASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots)\nPASS: test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute)\nPASS: test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package)\nPASS: test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape)\nPASS: test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package)\nPASS: test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package)\nPASS: test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package)\nSKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped.test.test_importlib.test_windows) \"No module named 'winreg'\"\n\n----------------------------------------------------------------------\nRan 1333 tests in 1.981s\n\nOK (skipped=18, expected failures=1)\n0:01:38 load avg: 1.53 [238/480] test_index passed\nPASS: test_basic (test.test_index.BaseTestCase.test_basic)\nPASS: test_error (test.test_index.BaseTestCase.test_error)\nPASS: test_index_returns_int_subclass (test.test_index.BaseTestCase.test_index_returns_int_subclass)\nPASS: test_int_subclass_with_index (test.test_index.BaseTestCase.test_int_subclass_with_index)\nPASS: test_slice (test.test_index.BaseTestCase.test_slice)\nPASS: test_subclasses (test.test_index.BaseTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.BaseTestCase.test_wrappers)\nPASS: test_error (test.test_index.ByteArrayTestCase.test_error)\nPASS: test_index (test.test_index.ByteArrayTestCase.test_index)\nPASS: test_repeat (test.test_index.ByteArrayTestCase.test_repeat)\nPASS: test_slice (test.test_index.ByteArrayTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.ByteArrayTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.ByteArrayTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.ByteArrayTestCase.test_wrappers)\nPASS: test_error (test.test_index.BytesTestCase.test_error)\nPASS: test_index (test.test_index.BytesTestCase.test_index)\nPASS: test_repeat (test.test_index.BytesTestCase.test_repeat)\nPASS: test_slice (test.test_index.BytesTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.BytesTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.BytesTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.BytesTestCase.test_wrappers)\nPASS: test_error (test.test_index.ListTestCase.test_error)\nPASS: test_index (test.test_index.ListTestCase.test_index)\nPASS: test_inplace_repeat (test.test_index.ListTestCase.test_inplace_repeat)\nPASS: test_repeat (test.test_index.ListTestCase.test_repeat)\nPASS: test_setdelitem (test.test_index.ListTestCase.test_setdelitem)\nPASS: test_slice (test.test_index.ListTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.ListTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.ListTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.ListTestCase.test_wrappers)\nPASS: test_error (test.test_index.NewSeqTestCase.test_error)\nPASS: test_index (test.test_index.NewSeqTestCase.test_index)\nPASS: test_repeat (test.test_index.NewSeqTestCase.test_repeat)\nPASS: test_slice (test.test_index.NewSeqTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.NewSeqTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.NewSeqTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.NewSeqTestCase.test_wrappers)\nPASS: test_getitem (test.test_index.OverflowTestCase.test_getitem)\nPASS: test_large_longs (test.test_index.OverflowTestCase.test_large_longs)\nPASS: test_sequence_repeat (test.test_index.OverflowTestCase.test_sequence_repeat)\nPASS: test_range (test.test_index.RangeTestCase.test_range)\nPASS: test_error (test.test_index.StringTestCase.test_error)\nPASS: test_index (test.test_index.StringTestCase.test_index)\nPASS: test_repeat (test.test_index.StringTestCase.test_repeat)\nPASS: test_slice (test.test_index.StringTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.StringTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.StringTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.StringTestCase.test_wrappers)\nPASS: test_error (test.test_index.TupleTestCase.test_error)\nPASS: test_index (test.test_index.TupleTestCase.test_index)\nPASS: test_repeat (test.test_index.TupleTestCase.test_repeat)\nPASS: test_slice (test.test_index.TupleTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.TupleTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.TupleTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.TupleTestCase.test_wrappers)\n\n----------------------------------------------------------------------\nRan 55 tests in 0.002s\n\nOK\n0:01:38 load avg: 1.53 [239/480] test_int passed\ntest_denial_of_service_prevented_int_to_str (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\ntest_denial_of_service_prevented_str_to_int (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\nPASS: test_disabled_limit (test.test_int.IntStrDigitLimitsTests.test_disabled_limit)\nPASS: test_int_from_other_bases (test.test_int.IntStrDigitLimitsTests.test_int_from_other_bases)\nPASS: test_int_max_str_digits_is_per_interpreter (test.test_int.IntStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter)\nPASS: test_max_str_digits (test.test_int.IntStrDigitLimitsTests.test_max_str_digits)\ntest_max_str_digits_edge_cases (test.test_int.IntStrDigitLimitsTests.test_max_str_digits_edge_cases)\nPASS: Ignore the +/- sign and space padding.\ntest_power_of_two_bases_unlimited (test.test_int.IntStrDigitLimitsTests.test_power_of_two_bases_unlimited)\nPASS: The limit does not apply to power of 2 bases.\nPASS: test_sign_not_counted (test.test_int.IntStrDigitLimitsTests.test_sign_not_counted)\nPASS: test_underscores_ignored (test.test_int.IntStrDigitLimitsTests.test_underscores_ignored)\ntest_denial_of_service_prevented_int_to_str (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\ntest_denial_of_service_prevented_str_to_int (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\nPASS: test_disabled_limit (test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit)\nPASS: test_int_from_other_bases (test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases)\nPASS: test_int_max_str_digits_is_per_interpreter (test.test_int.IntSubclassStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter)\nPASS: test_max_str_digits (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits)\ntest_max_str_digits_edge_cases (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits_edge_cases)\nPASS: Ignore the +/- sign and space padding.\ntest_power_of_two_bases_unlimited (test.test_int.IntSubclassStrDigitLimitsTests.test_power_of_two_bases_unlimited)\nPASS: The limit does not apply to power of 2 bases.\nPASS: test_sign_not_counted (test.test_int.IntSubclassStrDigitLimitsTests.test_sign_not_counted)\nPASS: test_underscores_ignored (test.test_int.IntSubclassStrDigitLimitsTests.test_underscores_ignored)\nPASS: test_basic (test.test_int.IntTestCases.test_basic)\nPASS: test_error_message (test.test_int.IntTestCases.test_error_message)\ntest_int_base_bad_types (test.test_int.IntTestCases.test_int_base_bad_types)\nPASS: Not integer types are not valid bases; issue16772.\nPASS: test_int_base_indexable (test.test_int.IntTestCases.test_int_base_indexable)\ntest_int_base_limits (test.test_int.IntTestCases.test_int_base_limits)\nPASS: Testing the supported limits of the int() base parameter.\nPASS: test_int_memoryview (test.test_int.IntTestCases.test_int_memoryview)\nPASS: test_int_returns_int_subclass (test.test_int.IntTestCases.test_int_returns_int_subclass)\nPASS: test_int_subclass_with_index (test.test_int.IntTestCases.test_int_subclass_with_index)\nPASS: test_int_subclass_with_int (test.test_int.IntTestCases.test_int_subclass_with_int)\nPASS: test_intconversion (test.test_int.IntTestCases.test_intconversion)\nPASS: test_invalid_signs (test.test_int.IntTestCases.test_invalid_signs)\nPASS: test_issue31619 (test.test_int.IntTestCases.test_issue31619)\nPASS: test_keyword_args (test.test_int.IntTestCases.test_keyword_args)\nPASS: test_no_args (test.test_int.IntTestCases.test_no_args)\nPASS: test_non_numeric_input_types (test.test_int.IntTestCases.test_non_numeric_input_types)\nPASS: test_small_ints (test.test_int.IntTestCases.test_small_ints)\nPASS: test_string_float (test.test_int.IntTestCases.test_string_float)\nPASS: test_underscores (test.test_int.IntTestCases.test_underscores)\nPASS: test_unicode (test.test_int.IntTestCases.test_unicode)\nPASS: test_pylong_int_divmod (test.test_int.PyLongModuleTests.test_pylong_int_divmod)\nPASS: test_pylong_int_to_decimal (test.test_int.PyLongModuleTests.test_pylong_int_to_decimal)\nSKIP: test_pylong_int_to_decimal_2 (test.test_int.PyLongModuleTests.test_pylong_int_to_decimal_2) \"resource 'cpu' is not enabled\"\nPASS: test_pylong_misbehavior_error_path_from_str (test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_from_str)\nPASS: test_pylong_misbehavior_error_path_to_str (test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_to_str)\nPASS: test_pylong_roundtrip (test.test_int.PyLongModuleTests.test_pylong_roundtrip)\nPASS: test_pylong_str_to_int (test.test_int.PyLongModuleTests.test_pylong_str_to_int)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.342s\n\nOK (skipped=1)\n0:01:38 load avg: 1.53 [240/480] test_import passed\nPASS: test_absolute_circular_submodule (test.test_import.CircularImportTests.test_absolute_circular_submodule)\nPASS: test_binding (test.test_import.CircularImportTests.test_binding)\nPASS: test_circular_from_import (test.test_import.CircularImportTests.test_circular_from_import)\nPASS: test_circular_import (test.test_import.CircularImportTests.test_circular_import)\nPASS: test_crossreference1 (test.test_import.CircularImportTests.test_crossreference1)\nPASS: test_crossreference2 (test.test_import.CircularImportTests.test_crossreference2)\nPASS: test_direct (test.test_import.CircularImportTests.test_direct)\nPASS: test_indirect (test.test_import.CircularImportTests.test_indirect)\nPASS: test_rebinding (test.test_import.CircularImportTests.test_rebinding)\nPASS: test_singlephase_circular (test.test_import.CircularImportTests.test_singlephase_circular)\nPASS: test_subpackage (test.test_import.CircularImportTests.test_subpackage)\nPASS: test_unwritable_module (test.test_import.CircularImportTests.test_unwritable_module)\nPASS: test_cached_mode_issue_2051 (test.test_import.FilePermissionTests.test_cached_mode_issue_2051)\nPASS: test_cached_readonly (test.test_import.FilePermissionTests.test_cached_readonly)\nPASS: test_creation_mode (test.test_import.FilePermissionTests.test_creation_mode)\nPASS: test_pyc_always_writable (test.test_import.FilePermissionTests.test_pyc_always_writable)\nPASS: test_get_sourcefile (test.test_import.GetSourcefileTests.test_get_sourcefile)\nPASS: test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext)\nPASS: test_get_sourcefile_no_source (test.test_import.GetSourcefileTests.test_get_sourcefile_no_source)\nPASS: test_bogus_fromlist (test.test_import.ImportTests.test_bogus_fromlist)\nPASS: test_case_sensitivity (test.test_import.ImportTests.test_case_sensitivity)\nPASS: test_concurrency (test.test_import.ImportTests.test_concurrency)\nPASS: test_create_dynamic_null (test.test_import.ImportTests.test_create_dynamic_null)\nPASS: test_delete_builtins_import (test.test_import.ImportTests.test_delete_builtins_import)\nSKIP: test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) 'Windows-specific'\nPASS: test_double_const (test.test_import.ImportTests.test_double_const)\nPASS: test_failing_import_sticks (test.test_import.ImportTests.test_failing_import_sticks)\nPASS: test_failing_reload (test.test_import.ImportTests.test_failing_reload)\nPASS: test_file_to_source (test.test_import.ImportTests.test_file_to_source)\nPASS: test_from_import_AttributeError (test.test_import.ImportTests.test_from_import_AttributeError)\nPASS: test_from_import_message_for_existing_module (test.test_import.ImportTests.test_from_import_message_for_existing_module)\nPASS: test_from_import_message_for_nonexistent_module (test.test_import.ImportTests.test_from_import_message_for_nonexistent_module)\nPASS: test_from_import_missing_attr_has_name (test.test_import.ImportTests.test_from_import_missing_attr_has_name)\nPASS: test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path)\nPASS: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path)\nPASS: test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical)\nPASS: test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError)\nPASS: test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError)\nPASS: test_from_import_star_invalid_type (test.test_import.ImportTests.test_from_import_star_invalid_type)\nPASS: test_frozen_module_from_import_error (test.test_import.ImportTests.test_frozen_module_from_import_error)\nPASS: test_import (test.test_import.ImportTests.test_import)\nPASS: test_import_by_filename (test.test_import.ImportTests.test_import_by_filename)\nPASS: test_import_in_del_does_not_crash (test.test_import.ImportTests.test_import_in_del_does_not_crash)\nPASS: test_import_name_binding (test.test_import.ImportTests.test_import_name_binding)\nPASS: test_import_raises_ModuleNotFoundError (test.test_import.ImportTests.test_import_raises_ModuleNotFoundError)\nPASS: test_issue105979 (test.test_import.ImportTests.test_issue105979)\nPASS: test_issue31286 (test.test_import.ImportTests.test_issue31286)\nPASS: test_issue31492 (test.test_import.ImportTests.test_issue31492)\nPASS: test_module_with_large_stack (test.test_import.ImportTests.test_module_with_large_stack)\nPASS: test_non_module_from_import_error (test.test_import.ImportTests.test_non_module_from_import_error)\nPASS: test_package_shadowing_stdlib_module (test.test_import.ImportTests.test_package_shadowing_stdlib_module)\nPASS: test_script_maybe_not_shadowing_third_party (test.test_import.ImportTests.test_script_maybe_not_shadowing_third_party)\nPASS: test_script_shadowing_stdlib (test.test_import.ImportTests.test_script_shadowing_stdlib)\nPASS: test_script_shadowing_stdlib_cwd_failure (test.test_import.ImportTests.test_script_shadowing_stdlib_cwd_failure)\nPASS: test_script_shadowing_stdlib_edge_cases (test.test_import.ImportTests.test_script_shadowing_stdlib_edge_cases)\nPASS: test_script_shadowing_stdlib_sys_path_modification (test.test_import.ImportTests.test_script_shadowing_stdlib_sys_path_modification)\nPASS: test_script_shadowing_third_party (test.test_import.ImportTests.test_script_shadowing_third_party)\nPASS: test_timestamp_overflow (test.test_import.ImportTests.test_timestamp_overflow)\nPASS: test_broken_from (test.test_import.ImportTracebackTests.test_broken_from)\nPASS: test_broken_parent (test.test_import.ImportTracebackTests.test_broken_parent)\nPASS: test_broken_parent_from (test.test_import.ImportTracebackTests.test_broken_parent_from)\nPASS: test_broken_submodule (test.test_import.ImportTracebackTests.test_broken_submodule)\nPASS: test_exec_failure (test.test_import.ImportTracebackTests.test_exec_failure)\nPASS: test_exec_failure_nested (test.test_import.ImportTracebackTests.test_exec_failure_nested)\nPASS: test_import_bug (test.test_import.ImportTracebackTests.test_import_bug)\nPASS: test_nonexistent_module (test.test_import.ImportTracebackTests.test_nonexistent_module)\nPASS: test_nonexistent_module_nested (test.test_import.ImportTracebackTests.test_nonexistent_module_nested)\nPASS: test_syntax_error (test.test_import.ImportTracebackTests.test_syntax_error)\nPASS: test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename)\nPASS: test_frozen_importlib (test.test_import.ImportlibBootstrapTests.test_frozen_importlib)\nPASS: test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external)\nPASS: test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap)\nPASS: test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one)\nPASS: test_override_builtin (test.test_import.OverridingImportBuiltinTests.test_override_builtin)\nSKIP: test_UNC_path (test.test_import.PathsTests.test_UNC_path) 'Windows-specific'\nPASS: test_trailing_slash (test.test_import.PathsTests.test_trailing_slash)\nPASS: test_basics (test.test_import.PycRewritingTests.test_basics)\nPASS: test_foreign_code (test.test_import.PycRewritingTests.test_foreign_code)\nPASS: test_incorrect_code_name (test.test_import.PycRewritingTests.test_incorrect_code_name)\nPASS: test_module_without_source (test.test_import.PycRewritingTests.test_module_without_source)\nPASS: test___cached__ (test.test_import.PycacheTests.test___cached__)\nPASS: test___cached___legacy_pyc (test.test_import.PycacheTests.test___cached___legacy_pyc)\nPASS: test_import_pyc_path (test.test_import.PycacheTests.test_import_pyc_path)\nPASS: test_missing_source (test.test_import.PycacheTests.test_missing_source)\nPASS: test_missing_source_legacy (test.test_import.PycacheTests.test_missing_source_legacy)\nPASS: test_package___cached__ (test.test_import.PycacheTests.test_package___cached__)\nPASS: test_package___cached___from_pyc (test.test_import.PycacheTests.test_package___cached___from_pyc)\nPASS: test_recompute_pyc_same_second (test.test_import.PycacheTests.test_recompute_pyc_same_second)\nSKIP: test_unwritable_directory (test.test_import.PycacheTests.test_unwritable_directory) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_absolute_import_without_future (test.test_import.RelativeImportTests.test_absolute_import_without_future)\nPASS: test_import_from_non_package (test.test_import.RelativeImportTests.test_import_from_non_package)\nPASS: test_import_from_unloaded_package (test.test_import.RelativeImportTests.test_import_from_unloaded_package)\nPASS: test_issue3221 (test.test_import.RelativeImportTests.test_issue3221)\nPASS: test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global)\nPASS: test_rebinding (test.test_import.RelativeImportTests.test_rebinding)\nPASS: test_rebinding2 (test.test_import.RelativeImportTests.test_rebinding2)\nPASS: test_relimport_star (test.test_import.RelativeImportTests.test_relimport_star)\nPASS: test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset)\nPASS: test_basic_multiple_interpreters_main_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_main_no_reset)\nPASS: test_basic_multiple_interpreters_reset_each (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_reset_each)\nPASS: test_basic_reloaded (test.test_import.SinglephaseInitTests.test_basic_reloaded)\nPASS: test_check_state_first (test.test_import.SinglephaseInitTests.test_check_state_first)\nPASS: test_cleared_globals (test.test_import.SinglephaseInitTests.test_cleared_globals)\nPASS: test_variants (test.test_import.SinglephaseInitTests.test_variants)\nPASS: test_with_reinit_reloaded (test.test_import.SinglephaseInitTests.test_with_reinit_reloaded)\nPASS: test_builtin_compat (test.test_import.SubinterpImportTests.test_builtin_compat)\nPASS: test_disallowed_reimport (test.test_import.SubinterpImportTests.test_disallowed_reimport)\nPASS: test_frozen_compat (test.test_import.SubinterpImportTests.test_frozen_compat)\nPASS: test_isolated_config (test.test_import.SubinterpImportTests.test_isolated_config)\nPASS: test_multi_init_extension_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_compat)\nPASS: test_multi_init_extension_non_isolated_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_non_isolated_compat)\nPASS: test_multi_init_extension_per_interpreter_gil_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_per_interpreter_gil_compat)\nPASS: test_python_compat (test.test_import.SubinterpImportTests.test_python_compat)\nPASS: test_single_init_extension_compat (test.test_import.SubinterpImportTests.test_single_init_extension_compat)\nPASS: test_singlephase_check_with_setting_and_override (test.test_import.SubinterpImportTests.test_singlephase_check_with_setting_and_override)\nPASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable)\n\n----------------------------------------------------------------------\nRan 116 tests in 3.138s\n\nOK (skipped=3)\n0:01:38 load avg: 1.53 [241/480] test_int_literal passed\nPASS: test_bin_baseline (test.test_int_literal.TestHexOctBin.test_bin_baseline)\nPASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin.test_bin_unsigned)\nPASS: test_hex_baseline (test.test_int_literal.TestHexOctBin.test_hex_baseline)\nPASS: test_hex_unsigned (test.test_int_literal.TestHexOctBin.test_hex_unsigned)\nPASS: test_oct_baseline (test.test_int_literal.TestHexOctBin.test_oct_baseline)\nPASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin.test_oct_unsigned)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:01:39 load avg: 1.53 [242/480] test_faulthandler passed\nPASS: test_cancel_later_without_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_cancel_later_without_dump_traceback_later)\nPASS: test_disable (test.test_faulthandler.FaultHandlerTests.test_disable)\nSKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests.test_disable_windows_exc_handler) 'specific to Windows'\nPASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests.test_disabled_by_default)\nPASS: test_dump_ext_modules (test.test_faulthandler.FaultHandlerTests.test_dump_ext_modules)\nPASS: test_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_dump_traceback)\nPASS: test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_fd)\nPASS: test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_file)\nPASS: test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later)\nPASS: test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_cancel)\nPASS: test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_fd)\nPASS: test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_file)\nPASS: test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_repeat)\nSKIP: test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_twice) \"resource 'walltime' is not enabled\"\nPASS: test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads)\nPASS: test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads_file)\nPASS: test_enable_fd (test.test_faulthandler.FaultHandlerTests.test_enable_fd)\nPASS: test_enable_file (test.test_faulthandler.FaultHandlerTests.test_enable_file)\nPASS: test_enable_single_thread (test.test_faulthandler.FaultHandlerTests.test_enable_single_thread)\nPASS: test_env_var (test.test_faulthandler.FaultHandlerTests.test_env_var)\nPASS: test_fatal_error (test.test_faulthandler.FaultHandlerTests.test_fatal_error)\nPASS: test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests.test_fatal_error_c_thread)\nPASS: test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests.test_fatal_error_without_gil)\nSKIP: test_free_threaded_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_free_threaded_dump_traceback) 'only meaningful if the GIL is disabled'\nPASS: test_gc (test.test_faulthandler.FaultHandlerTests.test_gc)\nPASS: test_gil_released (test.test_faulthandler.FaultHandlerTests.test_gil_released)\nSKIP: test_ignore_exception (test.test_faulthandler.FaultHandlerTests.test_ignore_exception) 'specific to Windows'\nPASS: test_is_enabled (test.test_faulthandler.FaultHandlerTests.test_is_enabled)\nSKIP: test_raise_exception (test.test_faulthandler.FaultHandlerTests.test_raise_exception) 'specific to Windows'\nSKIP: test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests.test_raise_nonfatal_exception) 'specific to Windows'\nPASS: test_read_null (test.test_faulthandler.FaultHandlerTests.test_read_null)\nPASS: test_register (test.test_faulthandler.FaultHandlerTests.test_register)\nPASS: test_register_chain (test.test_faulthandler.FaultHandlerTests.test_register_chain)\nPASS: test_register_fd (test.test_faulthandler.FaultHandlerTests.test_register_fd)\nPASS: test_register_file (test.test_faulthandler.FaultHandlerTests.test_register_file)\nPASS: test_register_threads (test.test_faulthandler.FaultHandlerTests.test_register_threads)\nPASS: test_sigabrt (test.test_faulthandler.FaultHandlerTests.test_sigabrt)\nPASS: test_sigbus (test.test_faulthandler.FaultHandlerTests.test_sigbus)\nPASS: test_sigfpe (test.test_faulthandler.FaultHandlerTests.test_sigfpe)\nPASS: test_sigill (test.test_faulthandler.FaultHandlerTests.test_sigill)\nPASS: test_sigsegv (test.test_faulthandler.FaultHandlerTests.test_sigsegv)\nPASS: test_stack_overflow (test.test_faulthandler.FaultHandlerTests.test_stack_overflow)\nPASS: test_stderr_None (test.test_faulthandler.FaultHandlerTests.test_stderr_None)\nPASS: test_sys_xoptions (test.test_faulthandler.FaultHandlerTests.test_sys_xoptions)\nPASS: test_truncate (test.test_faulthandler.FaultHandlerTests.test_truncate)\nPASS: test_unregister (test.test_faulthandler.FaultHandlerTests.test_unregister)\n\n----------------------------------------------------------------------\nRan 46 tests in 13.042s\n\nOK (skipped=6)\n0:01:39 load avg: 1.53 [243/480] test_ioctl passed\nPASS: test_bad_fd (test.test_ioctl.IoctlTestsPty.test_bad_fd)\nPASS: test_ioctl_clear_input_or_output (test.test_ioctl.IoctlTestsPty.test_ioctl_clear_input_or_output)\nPASS: test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTestsPty.test_ioctl_signed_unsigned_code_param)\nPASS: test_ioctl_suspend_and_resume_output (test.test_ioctl.IoctlTestsPty.test_ioctl_suspend_and_resume_output)\nSKIP: setUpClass (test.test_ioctl.IoctlTestsTty) 'Unable to open /dev/tty'\n\n----------------------------------------------------------------------\nRan 4 tests in 0.501s\n\nOK (skipped=1)\n0:01:39 load avg: 1.53 [244/480] test_ipaddress passed\nPASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4.test_bad_address_split)\nPASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4.test_bad_packed_length)\nPASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4.test_empty_address)\nPASS: test_empty_octet (test.test_ipaddress.AddressTestCase_v4.test_empty_octet)\nPASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v4.test_floats_rejected)\nPASS: test_format (test.test_ipaddress.AddressTestCase_v4.test_format)\nPASS: test_int (test.test_ipaddress.AddressTestCase_v4.test_int)\nPASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v4.test_invalid_characters)\nPASS: test_ipv6_mapped (test.test_ipaddress.AddressTestCase_v4.test_ipv6_mapped)\nPASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v4.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_negative_ints_rejected)\nPASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v4.test_network_passed_as_address)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v4.test_not_an_index_issue15559)\nPASS: test_octet_length (test.test_ipaddress.AddressTestCase_v4.test_octet_length)\nPASS: test_octet_limit (test.test_ipaddress.AddressTestCase_v4.test_octet_limit)\nPASS: test_packed (test.test_ipaddress.AddressTestCase_v4.test_packed)\nPASS: test_pickle (test.test_ipaddress.AddressTestCase_v4.test_pickle)\nPASS: test_weakref (test.test_ipaddress.AddressTestCase_v4.test_weakref)\nPASS: test_bad_address_split_v6_leading_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_leading_colon)\nPASS: test_bad_address_split_v6_not_enough_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_not_enough_parts)\nPASS: test_bad_address_split_v6_repeated_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_repeated_double_colon)\nPASS: test_bad_address_split_v6_too_long (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_long)\nPASS: test_bad_address_split_v6_too_many_colons (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_colons)\nPASS: test_bad_address_split_v6_too_many_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts)\nPASS: test_bad_address_split_v6_too_many_parts_with_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts_with_double_colon)\nPASS: test_bad_address_split_v6_trailing_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_trailing_colon)\nPASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v6.test_bad_packed_length)\nPASS: test_bad_v4_part_in (test.test_ipaddress.AddressTestCase_v6.test_bad_v4_part_in)\nPASS: test_blank_scope_id (test.test_ipaddress.AddressTestCase_v6.test_blank_scope_id)\nPASS: test_copy (test.test_ipaddress.AddressTestCase_v6.test_copy)\nPASS: test_empty_address (test.test_ipaddress.AddressTestCase_v6.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v6.test_floats_rejected)\nPASS: test_format (test.test_ipaddress.AddressTestCase_v6.test_format)\nPASS: test_int (test.test_ipaddress.AddressTestCase_v6.test_int)\nPASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v6.test_invalid_characters)\nPASS: test_invalid_scope_id_with_percent (test.test_ipaddress.AddressTestCase_v6.test_invalid_scope_id_with_percent)\nPASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v6.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_negative_ints_rejected)\nPASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v6.test_network_passed_as_address)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v6.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.AddressTestCase_v6.test_packed)\nPASS: test_part_length (test.test_ipaddress.AddressTestCase_v6.test_part_length)\nPASS: test_pickle (test.test_ipaddress.AddressTestCase_v6.test_pickle)\nPASS: test_weakref (test.test_ipaddress.AddressTestCase_v6.test_weakref)\nPASS: test_containment (test.test_ipaddress.ComparisonTests.test_containment)\nPASS: test_foreign_type_equality (test.test_ipaddress.ComparisonTests.test_foreign_type_equality)\nPASS: test_foreign_type_ordering (test.test_ipaddress.ComparisonTests.test_foreign_type_ordering)\nPASS: test_incompatible_versions (test.test_ipaddress.ComparisonTests.test_incompatible_versions)\nPASS: test_mixed_type_equality (test.test_ipaddress.ComparisonTests.test_mixed_type_equality)\nPASS: test_mixed_type_key (test.test_ipaddress.ComparisonTests.test_mixed_type_key)\nPASS: test_mixed_type_ordering (test.test_ipaddress.ComparisonTests.test_mixed_type_ordering)\nPASS: test_same_type_equality (test.test_ipaddress.ComparisonTests.test_same_type_equality)\nPASS: test_same_type_ordering (test.test_ipaddress.ComparisonTests.test_same_type_ordering)\nPASS: test_scoped_ipv6_equality (test.test_ipaddress.ComparisonTests.test_scoped_ipv6_equality)\nPASS: test_v4_with_v6_scoped_equality (test.test_ipaddress.ComparisonTests.test_v4_with_v6_scoped_equality)\nPASS: test_ip_address (test.test_ipaddress.FactoryFunctionErrors.test_ip_address)\nPASS: test_ip_interface (test.test_ipaddress.FactoryFunctionErrors.test_ip_interface)\nPASS: test_ip_network (test.test_ipaddress.FactoryFunctionErrors.test_ip_network)\nPASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v4.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v4.test_bad_packed_length)\nPASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v4.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.InterfaceTestCase_v4.test_int)\nPASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v4.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v4.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v4.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.InterfaceTestCase_v4.test_packed)\nPASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v4.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_split_netmask)\nPASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_valid_netmask)\nPASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v6.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v6.test_bad_packed_length)\nPASS: test_blank_scope_id (test.test_ipaddress.InterfaceTestCase_v6.test_blank_scope_id)\nPASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v6.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.InterfaceTestCase_v6.test_int)\nPASS: test_invalid_scope_id_with_percent (test.test_ipaddress.InterfaceTestCase_v6.test_invalid_scope_id_with_percent)\nPASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v6.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v6.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v6.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.InterfaceTestCase_v6.test_packed)\nPASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v6.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_split_netmask)\nPASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_valid_netmask)\nPASS: testAddrExclude (test.test_ipaddress.IpaddrUnitTest.testAddrExclude)\nPASS: testAddressComparison (test.test_ipaddress.IpaddrUnitTest.testAddressComparison)\nPASS: testAddressIntMath (test.test_ipaddress.IpaddrUnitTest.testAddressIntMath)\nPASS: testCollapsing (test.test_ipaddress.IpaddrUnitTest.testCollapsing)\nPASS: testCompressIPv6Address (test.test_ipaddress.IpaddrUnitTest.testCompressIPv6Address)\nPASS: testContains (test.test_ipaddress.IpaddrUnitTest.testContains)\nPASS: testCopyConstructor (test.test_ipaddress.IpaddrUnitTest.testCopyConstructor)\nPASS: testEmbeddedIpv4 (test.test_ipaddress.IpaddrUnitTest.testEmbeddedIpv4)\nPASS: testEqual (test.test_ipaddress.IpaddrUnitTest.testEqual)\nPASS: testExplodeShortHandIpStr (test.test_ipaddress.IpaddrUnitTest.testExplodeShortHandIpStr)\nPASS: testFancySubnetting (test.test_ipaddress.IpaddrUnitTest.testFancySubnetting)\nPASS: testForceVersion (test.test_ipaddress.IpaddrUnitTest.testForceVersion)\nPASS: testGetBroadcast (test.test_ipaddress.IpaddrUnitTest.testGetBroadcast)\nPASS: testGetIp (test.test_ipaddress.IpaddrUnitTest.testGetIp)\nPASS: testGetNetmask (test.test_ipaddress.IpaddrUnitTest.testGetNetmask)\nPASS: testGetNetwork (test.test_ipaddress.IpaddrUnitTest.testGetNetwork)\nPASS: testGetNum_Addresses (test.test_ipaddress.IpaddrUnitTest.testGetNum_Addresses)\nPASS: testGetPrefixlen (test.test_ipaddress.IpaddrUnitTest.testGetPrefixlen)\nPASS: testGetScopeId (test.test_ipaddress.IpaddrUnitTest.testGetScopeId)\nPASS: testGetSubnetForSingle128 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle128)\nPASS: testGetSubnetForSingle32 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle32)\nPASS: testGetSubnets (test.test_ipaddress.IpaddrUnitTest.testGetSubnets)\nPASS: testGetSubnets3 (test.test_ipaddress.IpaddrUnitTest.testGetSubnets3)\nPASS: testGetSupernet (test.test_ipaddress.IpaddrUnitTest.testGetSupernet)\nPASS: testGetSupernet3 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet3)\nPASS: testGetSupernet4 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet4)\nPASS: testGetitem (test.test_ipaddress.IpaddrUnitTest.testGetitem)\nPASS: testHash (test.test_ipaddress.IpaddrUnitTest.testHash)\nPASS: testHosts (test.test_ipaddress.IpaddrUnitTest.testHosts)\nPASS: testIPBases (test.test_ipaddress.IpaddrUnitTest.testIPBases)\nPASS: testIPVersion (test.test_ipaddress.IpaddrUnitTest.testIPVersion)\nPASS: testIPv4Net (test.test_ipaddress.IpaddrUnitTest.testIPv4Net)\nPASS: testIPv4NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv4NetworkHelpers)\nPASS: testIPv4Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv4Tuple)\nPASS: testIPv6AddressTooLarge (test.test_ipaddress.IpaddrUnitTest.testIPv6AddressTooLarge)\nPASS: testIPv6IPv4MappedStringRepresentation (test.test_ipaddress.IpaddrUnitTest.testIPv6IPv4MappedStringRepresentation)\nPASS: testIPv6NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv6NetworkHelpers)\nPASS: testIPv6Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv6Tuple)\nPASS: testIntRepresentation (test.test_ipaddress.IpaddrUnitTest.testIntRepresentation)\nPASS: testInterfaceComparison (test.test_ipaddress.IpaddrUnitTest.testInterfaceComparison)\nPASS: testInternals (test.test_ipaddress.IpaddrUnitTest.testInternals)\nPASS: testInvalidIntToBytes (test.test_ipaddress.IpaddrUnitTest.testInvalidIntToBytes)\nPASS: testIpFromInt (test.test_ipaddress.IpaddrUnitTest.testIpFromInt)\nPASS: testIpFromPacked (test.test_ipaddress.IpaddrUnitTest.testIpFromPacked)\nPASS: testIpType (test.test_ipaddress.IpaddrUnitTest.testIpType)\nPASS: testIpv4Mapped (test.test_ipaddress.IpaddrUnitTest.testIpv4Mapped)\nPASS: testIpv4MappedLoopbackCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedLoopbackCheck)\nPASS: testIpv4MappedPrivateCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedPrivateCheck)\nPASS: testIpv4MappedProperties (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedProperties)\nPASS: testMaxPrefixLength (test.test_ipaddress.IpaddrUnitTest.testMaxPrefixLength)\nPASS: testNetworkComparison (test.test_ipaddress.IpaddrUnitTest.testNetworkComparison)\nPASS: testNetworkElementCaching (test.test_ipaddress.IpaddrUnitTest.testNetworkElementCaching)\nPASS: testNetworkV4HashCollisions (test.test_ipaddress.IpaddrUnitTest.testNetworkV4HashCollisions)\nPASS: testNetworkV6HashCollisions (test.test_ipaddress.IpaddrUnitTest.testNetworkV6HashCollisions)\nPASS: testNotEqual (test.test_ipaddress.IpaddrUnitTest.testNotEqual)\nPASS: testNth (test.test_ipaddress.IpaddrUnitTest.testNth)\nPASS: testOverlaps (test.test_ipaddress.IpaddrUnitTest.testOverlaps)\nPASS: testPacked (test.test_ipaddress.IpaddrUnitTest.testPacked)\nPASS: testPrivateNetworks (test.test_ipaddress.IpaddrUnitTest.testPrivateNetworks)\nPASS: testRepr (test.test_ipaddress.IpaddrUnitTest.testRepr)\nPASS: testReservedIpv4 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv4)\nPASS: testReservedIpv6 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv6)\nPASS: testReversePointer (test.test_ipaddress.IpaddrUnitTest.testReversePointer)\nPASS: testSlash0Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash0Constructor)\nPASS: testSlash128Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash128Constructor)\nPASS: testSlash32Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash32Constructor)\nPASS: testStrictNetworks (test.test_ipaddress.IpaddrUnitTest.testStrictNetworks)\nPASS: testSubnet2 (test.test_ipaddress.IpaddrUnitTest.testSubnet2)\nPASS: testSubnetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForLargeCidrDiff)\nPASS: testSubnetFailsForNegativeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForNegativeCidrDiff)\nPASS: testSummarizing (test.test_ipaddress.IpaddrUnitTest.testSummarizing)\nPASS: testSupernetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSupernetFailsForLargeCidrDiff)\nPASS: testTeredo (test.test_ipaddress.IpaddrUnitTest.testTeredo)\nPASS: testV4HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV4HashIsNotConstant)\nPASS: testV6HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV6HashIsNotConstant)\nPASS: testWithStar (test.test_ipaddress.IpaddrUnitTest.testWithStar)\nPASS: testZeroNetmask (test.test_ipaddress.IpaddrUnitTest.testZeroNetmask)\nPASS: testsixtofour (test.test_ipaddress.IpaddrUnitTest.testsixtofour)\nPASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v4.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v4.test_bad_packed_length)\nPASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v4.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v4.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.NetworkTestCase_v4.test_int)\nPASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v4.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v4.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v4.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.NetworkTestCase_v4.test_packed)\nPASS: test_pickle (test.test_ipaddress.NetworkTestCase_v4.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v4.test_split_netmask)\nPASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of)\nPASS: test_subnet_of_mixed_types (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of_mixed_types)\nPASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v4.test_supernet_of)\nPASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v4.test_valid_netmask)\nPASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v6.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v6.test_bad_packed_length)\nPASS: test_blank_scope_id (test.test_ipaddress.NetworkTestCase_v6.test_blank_scope_id)\nPASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v6.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v6.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.NetworkTestCase_v6.test_int)\nPASS: test_invalid_scope_id_with_percent (test.test_ipaddress.NetworkTestCase_v6.test_invalid_scope_id_with_percent)\nPASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v6.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v6.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v6.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.NetworkTestCase_v6.test_packed)\nPASS: test_pickle (test.test_ipaddress.NetworkTestCase_v6.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v6.test_split_netmask)\nPASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v6.test_subnet_of)\nPASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v6.test_supernet_of)\nPASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6.test_valid_netmask)\n\n----------------------------------------------------------------------\nRan 211 tests in 0.052s\n\nOK\n0:01:40 load avg: 1.53 [245/480] test_isinstance passed\nPASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error)\nPASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions.test_class_has_no_bases)\nPASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_dont_mask_non_attribute_error)\nPASS: test_isinstance_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error)\nPASS: test_mask_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_mask_attribute_error)\ntest_infinite_cycle_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_cycle_in_bases)\nPASS: Regression test for bpo-30570.\nPASS: test_infinite_recursion_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_in_bases)\ntest_infinite_recursion_via_bases_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_via_bases_tuple)\nPASS: Regression test for bpo-30570.\ntest_infinitely_many_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinitely_many_bases)\nPASS: Regression test for bpo-30570.\nPASS: test_isinstance_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_abstract)\nPASS: test_isinstance_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_normal)\nPASS: test_isinstance_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_recursion_limit)\nPASS: test_isinstance_with_or_union (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_with_or_union)\nPASS: test_issubclass_refcount_handling (test.test_isinstance.TestIsInstanceIsSubclass.test_issubclass_refcount_handling)\nPASS: test_subclass_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_abstract)\nPASS: test_subclass_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_normal)\nPASS: test_subclass_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_recursion_limit)\nPASS: test_subclass_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_tuple)\nPASS: test_subclass_with_union (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_with_union)\nPASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error)\nPASS: test_dont_mask_non_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg)\nPASS: test_mask_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error)\nPASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg)\n\n----------------------------------------------------------------------\nRan 23 tests in 0.354s\n\nOK\n0:01:40 load avg: 1.53 [246/480] test_iter passed\nPASS: test_3720 (test.test_iter.TestCase.test_3720)\nPASS: test_builtin_filter (test.test_iter.TestCase.test_builtin_filter)\nPASS: test_builtin_list (test.test_iter.TestCase.test_builtin_list)\nPASS: test_builtin_map (test.test_iter.TestCase.test_builtin_map)\nPASS: test_builtin_max_min (test.test_iter.TestCase.test_builtin_max_min)\nPASS: test_builtin_tuple (test.test_iter.TestCase.test_builtin_tuple)\nPASS: test_builtin_zip (test.test_iter.TestCase.test_builtin_zip)\nPASS: test_countOf (test.test_iter.TestCase.test_countOf)\nPASS: test_error_iter (test.test_iter.TestCase.test_error_iter)\nPASS: test_exception_function (test.test_iter.TestCase.test_exception_function)\nPASS: test_exception_locations (test.test_iter.TestCase.test_exception_locations)\nPASS: test_exception_sequence (test.test_iter.TestCase.test_exception_sequence)\nPASS: test_extending_list_with_iterator_does_not_segfault (test.test_iter.TestCase.test_extending_list_with_iterator_does_not_segfault)\nPASS: test_free_after_iterating (test.test_iter.TestCase.test_free_after_iterating)\nPASS: test_in_and_not_in (test.test_iter.TestCase.test_in_and_not_in)\nPASS: test_indexOf (test.test_iter.TestCase.test_indexOf)\nPASS: test_iter_basic (test.test_iter.TestCase.test_iter_basic)\nPASS: test_iter_big_range (test.test_iter.TestCase.test_iter_big_range)\nPASS: test_iter_callable (test.test_iter.TestCase.test_iter_callable)\nPASS: test_iter_class_for (test.test_iter.TestCase.test_iter_class_for)\nPASS: test_iter_class_iter (test.test_iter.TestCase.test_iter_class_iter)\nPASS: test_iter_dict (test.test_iter.TestCase.test_iter_dict)\nPASS: test_iter_empty (test.test_iter.TestCase.test_iter_empty)\nPASS: test_iter_file (test.test_iter.TestCase.test_iter_file)\nPASS: test_iter_for_loop (test.test_iter.TestCase.test_iter_for_loop)\nPASS: test_iter_function (test.test_iter.TestCase.test_iter_function)\nPASS: test_iter_function_concealing_reentrant_exhaustion (test.test_iter.TestCase.test_iter_function_concealing_reentrant_exhaustion)\nPASS: test_iter_function_stop (test.test_iter.TestCase.test_iter_function_stop)\nPASS: test_iter_idempotency (test.test_iter.TestCase.test_iter_idempotency)\nPASS: test_iter_independence (test.test_iter.TestCase.test_iter_independence)\nPASS: test_iter_neg_setstate (test.test_iter.TestCase.test_iter_neg_setstate)\nPASS: test_iter_overflow (test.test_iter.TestCase.test_iter_overflow)\nPASS: test_iter_range (test.test_iter.TestCase.test_iter_range)\nPASS: test_iter_string (test.test_iter.TestCase.test_iter_string)\nPASS: test_iter_tuple (test.test_iter.TestCase.test_iter_tuple)\nPASS: test_mutating_seq_class_exhausted_iter (test.test_iter.TestCase.test_mutating_seq_class_exhausted_iter)\nPASS: test_mutating_seq_class_iter_pickle (test.test_iter.TestCase.test_mutating_seq_class_iter_pickle)\nPASS: test_nested_comprehensions_for (test.test_iter.TestCase.test_nested_comprehensions_for)\nPASS: test_nested_comprehensions_iter (test.test_iter.TestCase.test_nested_comprehensions_iter)\nPASS: test_new_style_iter_class (test.test_iter.TestCase.test_new_style_iter_class)\nPASS: test_reduce_mutating_builtins_iter (test.test_iter.TestCase.test_reduce_mutating_builtins_iter)\nPASS: test_ref_counting_behavior (test.test_iter.TestCase.test_ref_counting_behavior)\nPASS: test_seq_class_for (test.test_iter.TestCase.test_seq_class_for)\nPASS: test_seq_class_iter (test.test_iter.TestCase.test_seq_class_iter)\nPASS: test_sinkstate_callable (test.test_iter.TestCase.test_sinkstate_callable)\nPASS: test_sinkstate_dict (test.test_iter.TestCase.test_sinkstate_dict)\nPASS: test_sinkstate_enumerate (test.test_iter.TestCase.test_sinkstate_enumerate)\nPASS: test_sinkstate_list (test.test_iter.TestCase.test_sinkstate_list)\nPASS: test_sinkstate_range (test.test_iter.TestCase.test_sinkstate_range)\nPASS: test_sinkstate_sequence (test.test_iter.TestCase.test_sinkstate_sequence)\nPASS: test_sinkstate_string (test.test_iter.TestCase.test_sinkstate_string)\nPASS: test_sinkstate_tuple (test.test_iter.TestCase.test_sinkstate_tuple)\nPASS: test_sinkstate_yield (test.test_iter.TestCase.test_sinkstate_yield)\nPASS: test_stop_sequence (test.test_iter.TestCase.test_stop_sequence)\nPASS: test_unicode_join_endcase (test.test_iter.TestCase.test_unicode_join_endcase)\nPASS: test_unpack_iter (test.test_iter.TestCase.test_unpack_iter)\nPASS: test_writelines (test.test_iter.TestCase.test_writelines)\n\n----------------------------------------------------------------------\nRan 57 tests in 0.015s\n\nOK\n0:01:40 load avg: 1.53 [247/480] test_iterlen passed\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDeque.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDeque.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDequeReversed.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDictItems.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDictItems.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDictKeys.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDictKeys.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDictValues.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDictValues.test_invariant)\nPASS: test_invalid_hint (test.test_iterlen.TestLengthHintExceptions.test_invalid_hint)\nPASS: test_issue1242657 (test.test_iterlen.TestLengthHintExceptions.test_issue1242657)\nPASS: test_invariant (test.test_iterlen.TestList.test_invariant)\nPASS: test_mutation (test.test_iterlen.TestList.test_mutation)\nPASS: test_invariant (test.test_iterlen.TestListReversed.test_invariant)\nPASS: test_mutation (test.test_iterlen.TestListReversed.test_mutation)\nPASS: test_invariant (test.test_iterlen.TestRepeat.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestSet.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestSet.test_invariant)\nPASS: test_invariant (test.test_iterlen.TestTuple.test_invariant)\nPASS: test_invariant (test.test_iterlen.TestXrange.test_invariant)\nPASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed.test_invariant)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.001s\n\nOK\n0:01:41 load avg: 1.49 [248/480] test_itertools passed\nPASS: test_repeat (test.test_itertools.LengthTransparency.test_repeat)\nPASS: test_repeat_with_negative_times (test.test_itertools.LengthTransparency.test_repeat_with_negative_times)\nPASS: test_issue30347_1 (test.test_itertools.RegressionTests.test_issue30347_1)\nPASS: test_issue30347_2 (test.test_itertools.RegressionTests.test_issue30347_2)\nSKIP: test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables) \"resource 'cpu' is not enabled\"\nPASS: test_sf_793826 (test.test_itertools.RegressionTests.test_sf_793826)\nPASS: test_sf_950057 (test.test_itertools.RegressionTests.test_sf_950057)\nPASS: test_combinations_sizeof (test.test_itertools.SizeofTest.test_combinations_sizeof)\nPASS: test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof)\nPASS: test_permutations_sizeof (test.test_itertools.SizeofTest.test_permutations_sizeof)\nPASS: test_product_sizeof (test.test_itertools.SizeofTest.test_product_sizeof)\nPASS: test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass)\nPASS: test_StopIteration (test.test_itertools.TestBasicOps.test_StopIteration)\nPASS: test_accumulate (test.test_itertools.TestBasicOps.test_accumulate)\nPASS: test_batched (test.test_itertools.TestBasicOps.test_batched)\nPASS: test_bug_7244 (test.test_itertools.TestBasicOps.test_bug_7244)\nPASS: test_chain (test.test_itertools.TestBasicOps.test_chain)\nPASS: test_chain_from_iterable (test.test_itertools.TestBasicOps.test_chain_from_iterable)\nPASS: test_chain_reducible (test.test_itertools.TestBasicOps.test_chain_reducible)\nPASS: test_chain_setstate (test.test_itertools.TestBasicOps.test_chain_setstate)\nPASS: test_combinations (test.test_itertools.TestBasicOps.test_combinations)\nSKIP: test_combinations_overflow (test.test_itertools.TestBasicOps.test_combinations_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_combinations_result_gc (test.test_itertools.TestBasicOps.test_combinations_result_gc)\nPASS: test_combinations_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_tuple_reuse)\nPASS: test_combinations_with_replacement (test.test_itertools.TestBasicOps.test_combinations_with_replacement)\nSKIP: test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps.test_combinations_with_replacement_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_combinations_with_replacement_result_gc (test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc)\nPASS: test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse)\nPASS: test_combinatorics (test.test_itertools.TestBasicOps.test_combinatorics)\nPASS: test_compress (test.test_itertools.TestBasicOps.test_compress)\nPASS: test_count (test.test_itertools.TestBasicOps.test_count)\nPASS: test_count_threading (test.test_itertools.TestBasicOps.test_count_threading)\nPASS: test_count_with_step (test.test_itertools.TestBasicOps.test_count_with_step)\nPASS: test_count_with_step_threading (test.test_itertools.TestBasicOps.test_count_with_step_threading)\nPASS: test_cycle (test.test_itertools.TestBasicOps.test_cycle)\nPASS: test_cycle_copy_pickle (test.test_itertools.TestBasicOps.test_cycle_copy_pickle)\nPASS: test_cycle_setstate (test.test_itertools.TestBasicOps.test_cycle_setstate)\nPASS: test_cycle_unpickle_compat (test.test_itertools.TestBasicOps.test_cycle_unpickle_compat)\nPASS: test_dropwhile (test.test_itertools.TestBasicOps.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestBasicOps.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestBasicOps.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestBasicOps.test_groupby)\nPASS: test_immutable_types (test.test_itertools.TestBasicOps.test_immutable_types)\nPASS: test_islice (test.test_itertools.TestBasicOps.test_islice)\nPASS: test_map (test.test_itertools.TestBasicOps.test_map)\nPASS: test_pairwise (test.test_itertools.TestBasicOps.test_pairwise)\nPASS: test_pairwise_reenter (test.test_itertools.TestBasicOps.test_pairwise_reenter)\nPASS: test_pairwise_reenter2 (test.test_itertools.TestBasicOps.test_pairwise_reenter2)\nPASS: test_pairwise_result_gc (test.test_itertools.TestBasicOps.test_pairwise_result_gc)\nPASS: test_permutations (test.test_itertools.TestBasicOps.test_permutations)\nSKIP: test_permutations_overflow (test.test_itertools.TestBasicOps.test_permutations_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_permutations_result_gc (test.test_itertools.TestBasicOps.test_permutations_result_gc)\nPASS: test_permutations_tuple_reuse (test.test_itertools.TestBasicOps.test_permutations_tuple_reuse)\nPASS: test_product (test.test_itertools.TestBasicOps.test_product)\nPASS: test_product_issue_25021 (test.test_itertools.TestBasicOps.test_product_issue_25021)\nSKIP: test_product_overflow (test.test_itertools.TestBasicOps.test_product_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_product_pickling (test.test_itertools.TestBasicOps.test_product_pickling)\nPASS: test_product_result_gc (test.test_itertools.TestBasicOps.test_product_result_gc)\nPASS: test_product_tuple_reuse (test.test_itertools.TestBasicOps.test_product_tuple_reuse)\nPASS: test_repeat (test.test_itertools.TestBasicOps.test_repeat)\nPASS: test_repeat_with_negative_times (test.test_itertools.TestBasicOps.test_repeat_with_negative_times)\nPASS: test_starmap (test.test_itertools.TestBasicOps.test_starmap)\nPASS: test_takewhile (test.test_itertools.TestBasicOps.test_takewhile)\nPASS: test_tee (test.test_itertools.TestBasicOps.test_tee)\nPASS: test_tee_concurrent (test.test_itertools.TestBasicOps.test_tee_concurrent)\nPASS: test_tee_dealloc_segfault (test.test_itertools.TestBasicOps.test_tee_dealloc_segfault)\nPASS: test_tee_del_backward (test.test_itertools.TestBasicOps.test_tee_del_backward)\nPASS: test_tee_reenter (test.test_itertools.TestBasicOps.test_tee_reenter)\nPASS: test_zip (test.test_itertools.TestBasicOps.test_zip)\nPASS: test_zip_longest_bad_iterable (test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable)\nPASS: test_zip_longest_pickling (test.test_itertools.TestBasicOps.test_zip_longest_pickling)\nPASS: test_zip_longest_result_gc (test.test_itertools.TestBasicOps.test_zip_longest_result_gc)\nPASS: test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse)\nPASS: test_zip_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_tuple_reuse)\nPASS: test_ziplongest (test.test_itertools.TestBasicOps.test_ziplongest)\nPASS: test_accumulate (test.test_itertools.TestExamples.test_accumulate)\nPASS: test_accumulate_reducible (test.test_itertools.TestExamples.test_accumulate_reducible)\nPASS: test_accumulate_reducible_none (test.test_itertools.TestExamples.test_accumulate_reducible_none)\nPASS: test_chain (test.test_itertools.TestExamples.test_chain)\nPASS: test_chain_from_iterable (test.test_itertools.TestExamples.test_chain_from_iterable)\nPASS: test_combinations (test.test_itertools.TestExamples.test_combinations)\nPASS: test_combinations_with_replacement (test.test_itertools.TestExamples.test_combinations_with_replacement)\nPASS: test_compress (test.test_itertools.TestExamples.test_compress)\nPASS: test_count (test.test_itertools.TestExamples.test_count)\nPASS: test_cycle (test.test_itertools.TestExamples.test_cycle)\nPASS: test_dropwhile (test.test_itertools.TestExamples.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestExamples.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestExamples.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestExamples.test_groupby)\nPASS: test_islice (test.test_itertools.TestExamples.test_islice)\nPASS: test_map (test.test_itertools.TestExamples.test_map)\nPASS: test_permutations (test.test_itertools.TestExamples.test_permutations)\nPASS: test_product (test.test_itertools.TestExamples.test_product)\nPASS: test_repeat (test.test_itertools.TestExamples.test_repeat)\nPASS: test_stapmap (test.test_itertools.TestExamples.test_stapmap)\nPASS: test_takewhile (test.test_itertools.TestExamples.test_takewhile)\nPASS: test_zip (test.test_itertools.TestExamples.test_zip)\nPASS: test_zip_longest (test.test_itertools.TestExamples.test_zip_longest)\nPASS: test_accumulate (test.test_itertools.TestGC.test_accumulate)\nPASS: test_batched (test.test_itertools.TestGC.test_batched)\nPASS: test_chain (test.test_itertools.TestGC.test_chain)\nPASS: test_chain_from_iterable (test.test_itertools.TestGC.test_chain_from_iterable)\nPASS: test_combinations (test.test_itertools.TestGC.test_combinations)\nPASS: test_combinations_with_replacement (test.test_itertools.TestGC.test_combinations_with_replacement)\nPASS: test_compress (test.test_itertools.TestGC.test_compress)\nPASS: test_count (test.test_itertools.TestGC.test_count)\nPASS: test_cycle (test.test_itertools.TestGC.test_cycle)\nPASS: test_dropwhile (test.test_itertools.TestGC.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestGC.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestGC.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestGC.test_groupby)\nPASS: test_islice (test.test_itertools.TestGC.test_islice)\nPASS: test_issue2246 (test.test_itertools.TestGC.test_issue2246)\nPASS: test_map (test.test_itertools.TestGC.test_map)\nPASS: test_pairwise (test.test_itertools.TestGC.test_pairwise)\nPASS: test_permutations (test.test_itertools.TestGC.test_permutations)\nPASS: test_product (test.test_itertools.TestGC.test_product)\nPASS: test_repeat (test.test_itertools.TestGC.test_repeat)\nPASS: test_starmap (test.test_itertools.TestGC.test_starmap)\nPASS: test_takewhile (test.test_itertools.TestGC.test_takewhile)\nPASS: test_zip (test.test_itertools.TestGC.test_zip)\nPASS: test_zip_longest (test.test_itertools.TestGC.test_zip_longest)\nPASS: test_batched_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_batched_recipe)\nPASS: test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe)\nPASS: test_tee_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_tee_recipe)\nPASS: test_accumulate (test.test_itertools.TestVariousIteratorArgs.test_accumulate)\nPASS: test_batched (test.test_itertools.TestVariousIteratorArgs.test_batched)\nPASS: test_chain (test.test_itertools.TestVariousIteratorArgs.test_chain)\nPASS: test_compress (test.test_itertools.TestVariousIteratorArgs.test_compress)\nPASS: test_cycle (test.test_itertools.TestVariousIteratorArgs.test_cycle)\nPASS: test_dropwhile (test.test_itertools.TestVariousIteratorArgs.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestVariousIteratorArgs.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestVariousIteratorArgs.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestVariousIteratorArgs.test_groupby)\nPASS: test_islice (test.test_itertools.TestVariousIteratorArgs.test_islice)\nPASS: test_map (test.test_itertools.TestVariousIteratorArgs.test_map)\nPASS: test_pairwise (test.test_itertools.TestVariousIteratorArgs.test_pairwise)\nPASS: test_product (test.test_itertools.TestVariousIteratorArgs.test_product)\nPASS: test_starmap (test.test_itertools.TestVariousIteratorArgs.test_starmap)\nPASS: test_takewhile (test.test_itertools.TestVariousIteratorArgs.test_takewhile)\nPASS: test_tee (test.test_itertools.TestVariousIteratorArgs.test_tee)\nPASS: test_zip (test.test_itertools.TestVariousIteratorArgs.test_zip)\nPASS: test_ziplongest (test.test_itertools.TestVariousIteratorArgs.test_ziplongest)\nbatched (itertools)\nPASS: Doctest: itertools.batched\n\n----------------------------------------------------------------------\nRan 144 tests in 1.258s\n\nOK (skipped=5)\n0:01:42 load avg: 1.49 [249/480] test_json passed\njson ()\nPASS: Doctest: json\nencode (json.encoder.JSONEncoder)\nPASS: Doctest: json.encoder.JSONEncoder.encode\nPASS: test_pyjson (test.test_json.TestPyTest.test_pyjson)\nPASS: test_cjson (test.test_json.TestCTest.test_cjson)\njson ()\nPASS: Doctest: json\nencode (json.encoder.JSONEncoder)\nPASS: Doctest: json.encoder.JSONEncoder.encode\nPASS: test_pyjson (test.test_json.TestPyTest.test_pyjson)\nPASS: test_cjson (test.test_json.TestCTest.test_cjson)\nPASS: test_bytes (test.test_json.test_decode.TestCDecode.test_bytes)\nPASS: test_constant_invalid_case (test.test_json.test_decode.TestCDecode.test_constant_invalid_case)\nPASS: test_decimal (test.test_json.test_decode.TestCDecode.test_decimal)\nPASS: test_decoder_optimizations (test.test_json.test_decode.TestCDecode.test_decoder_optimizations)\nPASS: test_empty_objects (test.test_json.test_decode.TestCDecode.test_empty_objects)\nPASS: test_extra_data (test.test_json.test_decode.TestCDecode.test_extra_data)\nPASS: test_float (test.test_json.test_decode.TestCDecode.test_float)\nPASS: test_invalid_escape (test.test_json.test_decode.TestCDecode.test_invalid_escape)\nPASS: test_invalid_input_type (test.test_json.test_decode.TestCDecode.test_invalid_input_type)\nPASS: test_keys_reuse (test.test_json.test_decode.TestCDecode.test_keys_reuse)\nPASS: test_limit_int (test.test_json.test_decode.TestCDecode.test_limit_int)\nPASS: test_negative_index (test.test_json.test_decode.TestCDecode.test_negative_index)\nPASS: test_nonascii_digits_rejected (test.test_json.test_decode.TestCDecode.test_nonascii_digits_rejected)\nPASS: test_object_pairs_hook (test.test_json.test_decode.TestCDecode.test_object_pairs_hook)\nPASS: test_parse_constant (test.test_json.test_decode.TestCDecode.test_parse_constant)\nPASS: test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom)\nPASS: test_bytes (test.test_json.test_decode.TestPyDecode.test_bytes)\nPASS: test_constant_invalid_case (test.test_json.test_decode.TestPyDecode.test_constant_invalid_case)\nPASS: test_decimal (test.test_json.test_decode.TestPyDecode.test_decimal)\nPASS: test_decoder_optimizations (test.test_json.test_decode.TestPyDecode.test_decoder_optimizations)\nPASS: test_empty_objects (test.test_json.test_decode.TestPyDecode.test_empty_objects)\nPASS: test_extra_data (test.test_json.test_decode.TestPyDecode.test_extra_data)\nPASS: test_float (test.test_json.test_decode.TestPyDecode.test_float)\nPASS: test_invalid_escape (test.test_json.test_decode.TestPyDecode.test_invalid_escape)\nPASS: test_invalid_input_type (test.test_json.test_decode.TestPyDecode.test_invalid_input_type)\nPASS: test_keys_reuse (test.test_json.test_decode.TestPyDecode.test_keys_reuse)\nPASS: test_limit_int (test.test_json.test_decode.TestPyDecode.test_limit_int)\nPASS: test_negative_index (test.test_json.test_decode.TestPyDecode.test_negative_index)\nPASS: test_nonascii_digits_rejected (test.test_json.test_decode.TestPyDecode.test_nonascii_digits_rejected)\nPASS: test_object_pairs_hook (test.test_json.test_decode.TestPyDecode.test_object_pairs_hook)\nPASS: test_parse_constant (test.test_json.test_decode.TestPyDecode.test_parse_constant)\nPASS: test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom)\nPASS: test_default (test.test_json.test_default.TestCDefault.test_default)\nPASS: test_ordereddict (test.test_json.test_default.TestCDefault.test_ordereddict)\nPASS: test_default (test.test_json.test_default.TestPyDefault.test_default)\nPASS: test_ordereddict (test.test_json.test_default.TestPyDefault.test_ordereddict)\nPASS: test_dump (test.test_json.test_dump.TestCDump.test_dump)\nPASS: test_dump_skipkeys (test.test_json.test_dump.TestCDump.test_dump_skipkeys)\nPASS: test_dumps (test.test_json.test_dump.TestCDump.test_dumps)\nPASS: test_encode_evil_dict (test.test_json.test_dump.TestCDump.test_encode_evil_dict)\nPASS: test_encode_mutated (test.test_json.test_dump.TestCDump.test_encode_mutated)\nPASS: test_encode_truefalse (test.test_json.test_dump.TestCDump.test_encode_truefalse)\nPASS: test_large_list (test.test_json.test_dump.TestCDump.test_large_list)\nPASS: test_dump (test.test_json.test_dump.TestPyDump.test_dump)\nPASS: test_dump_skipkeys (test.test_json.test_dump.TestPyDump.test_dump_skipkeys)\nPASS: test_dumps (test.test_json.test_dump.TestPyDump.test_dumps)\nPASS: test_encode_evil_dict (test.test_json.test_dump.TestPyDump.test_encode_evil_dict)\nPASS: test_encode_mutated (test.test_json.test_dump.TestPyDump.test_encode_mutated)\nPASS: test_encode_truefalse (test.test_json.test_dump.TestPyDump.test_encode_truefalse)\nPASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii)\nPASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict)\nSKIP: test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict)\nPASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii)\nPASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict)\nPASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict)\nPASS: test_dict_keys (test.test_json.test_enum.TestCEnum.test_dict_keys)\nPASS: test_dict_values (test.test_json.test_enum.TestCEnum.test_dict_values)\nPASS: test_floats (test.test_json.test_enum.TestCEnum.test_floats)\nPASS: test_ints (test.test_json.test_enum.TestCEnum.test_ints)\nPASS: test_list (test.test_json.test_enum.TestCEnum.test_list)\nPASS: test_weird_floats (test.test_json.test_enum.TestCEnum.test_weird_floats)\nPASS: test_dict_keys (test.test_json.test_enum.TestPyEnum.test_dict_keys)\nPASS: test_dict_values (test.test_json.test_enum.TestPyEnum.test_dict_values)\nPASS: test_floats (test.test_json.test_enum.TestPyEnum.test_floats)\nPASS: test_ints (test.test_json.test_enum.TestPyEnum.test_ints)\nPASS: test_list (test.test_json.test_enum.TestPyEnum.test_list)\nPASS: test_weird_floats (test.test_json.test_enum.TestPyEnum.test_weird_floats)\nPASS: test_extra_data (test.test_json.test_fail.TestCFail.test_extra_data)\nPASS: test_failures (test.test_json.test_fail.TestCFail.test_failures)\nPASS: test_linecol (test.test_json.test_fail.TestCFail.test_linecol)\nPASS: test_non_string_keys_dict (test.test_json.test_fail.TestCFail.test_non_string_keys_dict)\nPASS: test_not_serializable (test.test_json.test_fail.TestCFail.test_not_serializable)\nPASS: test_truncated_input (test.test_json.test_fail.TestCFail.test_truncated_input)\nPASS: test_unexpected_data (test.test_json.test_fail.TestCFail.test_unexpected_data)\nPASS: test_extra_data (test.test_json.test_fail.TestPyFail.test_extra_data)\nPASS: test_failures (test.test_json.test_fail.TestPyFail.test_failures)\nPASS: test_linecol (test.test_json.test_fail.TestPyFail.test_linecol)\nPASS: test_non_string_keys_dict (test.test_json.test_fail.TestPyFail.test_non_string_keys_dict)\nPASS: test_not_serializable (test.test_json.test_fail.TestPyFail.test_not_serializable)\nPASS: test_truncated_input (test.test_json.test_fail.TestPyFail.test_truncated_input)\nPASS: test_unexpected_data (test.test_json.test_fail.TestPyFail.test_unexpected_data)\nPASS: test_allow_nan (test.test_json.test_float.TestCFloat.test_allow_nan)\nPASS: test_floats (test.test_json.test_float.TestCFloat.test_floats)\nPASS: test_ints (test.test_json.test_float.TestCFloat.test_ints)\nPASS: test_out_of_range (test.test_json.test_float.TestCFloat.test_out_of_range)\nPASS: test_allow_nan (test.test_json.test_float.TestPyFloat.test_allow_nan)\nPASS: test_floats (test.test_json.test_float.TestPyFloat.test_floats)\nPASS: test_ints (test.test_json.test_float.TestPyFloat.test_ints)\nPASS: test_out_of_range (test.test_json.test_float.TestPyFloat.test_out_of_range)\nPASS: test_indent (test.test_json.test_indent.TestCIndent.test_indent)\nPASS: test_indent0 (test.test_json.test_indent.TestCIndent.test_indent0)\nPASS: test_indent (test.test_json.test_indent.TestPyIndent.test_indent)\nPASS: test_indent0 (test.test_json.test_indent.TestPyIndent.test_indent0)\nPASS: test_parse (test.test_json.test_pass1.TestCPass1.test_parse)\nPASS: test_parse (test.test_json.test_pass1.TestPyPass1.test_parse)\nPASS: test_parse (test.test_json.test_pass2.TestCPass2.test_parse)\nPASS: test_parse (test.test_json.test_pass2.TestPyPass2.test_parse)\nPASS: test_parse (test.test_json.test_pass3.TestCPass3.test_parse)\nPASS: test_parse (test.test_json.test_pass3.TestPyPass3.test_parse)\nPASS: test_defaultrecursion (test.test_json.test_recursion.TestCRecursion.test_defaultrecursion)\nPASS: test_dictrecursion (test.test_json.test_recursion.TestCRecursion.test_dictrecursion)\nPASS: test_endless_recursion (test.test_json.test_recursion.TestCRecursion.test_endless_recursion)\nPASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding)\nSKIP: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding) \"resource 'cpu' is not enabled\"\nPASS: test_listrecursion (test.test_json.test_recursion.TestCRecursion.test_listrecursion)\nPASS: test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion)\nPASS: test_dictrecursion (test.test_json.test_recursion.TestPyRecursion.test_dictrecursion)\nPASS: test_endless_recursion (test.test_json.test_recursion.TestPyRecursion.test_endless_recursion)\nPASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding)\nSKIP: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding) \"resource 'cpu' is not enabled\"\nPASS: test_listrecursion (test.test_json.test_recursion.TestPyRecursion.test_listrecursion)\nPASS: test_bad_escapes (test.test_json.test_scanstring.TestCScanstring.test_bad_escapes)\nPASS: test_overflow (test.test_json.test_scanstring.TestCScanstring.test_overflow)\nPASS: test_scanstring (test.test_json.test_scanstring.TestCScanstring.test_scanstring)\nPASS: test_surrogates (test.test_json.test_scanstring.TestCScanstring.test_surrogates)\nPASS: test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes)\nPASS: test_overflow (test.test_json.test_scanstring.TestPyScanstring.test_overflow)\nPASS: test_scanstring (test.test_json.test_scanstring.TestPyScanstring.test_scanstring)\nPASS: test_surrogates (test.test_json.test_scanstring.TestPyScanstring.test_surrogates)\nPASS: test_illegal_separators (test.test_json.test_separators.TestCSeparators.test_illegal_separators)\nPASS: test_separators (test.test_json.test_separators.TestCSeparators.test_separators)\nPASS: test_illegal_separators (test.test_json.test_separators.TestPySeparators.test_illegal_separators)\nPASS: test_separators (test.test_json.test_separators.TestPySeparators.test_separators)\nPASS: test_bad_bool_args (test.test_json.test_speedups.TestDecode.test_bad_bool_args)\nPASS: test_make_scanner (test.test_json.test_speedups.TestDecode.test_make_scanner)\nPASS: test_bad_bool_args (test.test_json.test_speedups.TestEncode.test_bad_bool_args)\nPASS: test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder)\nPASS: test_bad_str_encoder (test.test_json.test_speedups.TestEncode.test_bad_str_encoder)\nPASS: test_make_encoder (test.test_json.test_speedups.TestEncode.test_make_encoder)\nPASS: test_unsortable_keys (test.test_json.test_speedups.TestEncode.test_unsortable_keys)\nPASS: test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii)\nPASS: test_scanstring (test.test_json.test_speedups.TestSpeedups.test_scanstring)\nPASS: test_broken_pipe_error (test.test_json.test_tool.TestTool.test_broken_pipe_error)\nPASS: test_compact (test.test_json.test_tool.TestTool.test_compact)\nPASS: test_ensure_ascii_default (test.test_json.test_tool.TestTool.test_ensure_ascii_default)\nPASS: test_help_flag (test.test_json.test_tool.TestTool.test_help_flag)\nPASS: test_indent (test.test_json.test_tool.TestTool.test_indent)\nPASS: test_infile_outfile (test.test_json.test_tool.TestTool.test_infile_outfile)\nPASS: test_infile_stdout (test.test_json.test_tool.TestTool.test_infile_stdout)\nPASS: test_jsonlines (test.test_json.test_tool.TestTool.test_jsonlines)\nPASS: test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag)\nPASS: test_no_indent (test.test_json.test_tool.TestTool.test_no_indent)\nPASS: test_non_ascii_infile (test.test_json.test_tool.TestTool.test_non_ascii_infile)\nPASS: test_sort_keys_flag (test.test_json.test_tool.TestTool.test_sort_keys_flag)\nPASS: test_stdin_stdout (test.test_json.test_tool.TestTool.test_stdin_stdout)\nPASS: test_tab (test.test_json.test_tool.TestTool.test_tab)\nPASS: test_writing_in_place (test.test_json.test_tool.TestTool.test_writing_in_place)\nPASS: test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode)\nPASS: test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode)\nPASS: test_bytes_decode (test.test_json.test_unicode.TestCUnicode.test_bytes_decode)\nPASS: test_bytes_encode (test.test_json.test_unicode.TestCUnicode.test_bytes_encode)\nPASS: test_encoding3 (test.test_json.test_unicode.TestCUnicode.test_encoding3)\nPASS: test_encoding4 (test.test_json.test_unicode.TestCUnicode.test_encoding4)\nPASS: test_encoding5 (test.test_json.test_unicode.TestCUnicode.test_encoding5)\nPASS: test_encoding6 (test.test_json.test_unicode.TestCUnicode.test_encoding6)\nPASS: test_encoding7 (test.test_json.test_unicode.TestCUnicode.test_encoding7)\nPASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode)\nPASS: test_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_unicode_decode)\nPASS: test_unicode_preservation (test.test_json.test_unicode.TestCUnicode.test_unicode_preservation)\nPASS: test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode)\nPASS: test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode)\nPASS: test_bytes_decode (test.test_json.test_unicode.TestPyUnicode.test_bytes_decode)\nPASS: test_bytes_encode (test.test_json.test_unicode.TestPyUnicode.test_bytes_encode)\nPASS: test_encoding3 (test.test_json.test_unicode.TestPyUnicode.test_encoding3)\nPASS: test_encoding4 (test.test_json.test_unicode.TestPyUnicode.test_encoding4)\nPASS: test_encoding5 (test.test_json.test_unicode.TestPyUnicode.test_encoding5)\nPASS: test_encoding6 (test.test_json.test_unicode.TestPyUnicode.test_encoding6)\nPASS: test_encoding7 (test.test_json.test_unicode.TestPyUnicode.test_encoding7)\nPASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode)\nPASS: test_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_unicode_decode)\nPASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation)\n\n----------------------------------------------------------------------\nRan 180 tests in 0.859s\n\nOK (skipped=3)\n0:01:42 load avg: 1.49 [250/480] test_keyword passed\nPASS: test_all_keywords_fail_to_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_keywords_fail_to_be_used_as_names)\nPASS: test_all_soft_keywords_can_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_soft_keywords_can_be_used_as_names)\nPASS: test_async_and_await_are_keywords (test.test_keyword.Test_iskeyword.test_async_and_await_are_keywords)\nPASS: test_changing_the_kwlist_does_not_affect_iskeyword (test.test_keyword.Test_iskeyword.test_changing_the_kwlist_does_not_affect_iskeyword)\nPASS: test_changing_the_softkwlist_does_not_affect_issoftkeyword (test.test_keyword.Test_iskeyword.test_changing_the_softkwlist_does_not_affect_issoftkeyword)\nPASS: test_keywords_are_sorted (test.test_keyword.Test_iskeyword.test_keywords_are_sorted)\nPASS: test_none_value_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_none_value_is_not_a_keyword)\nPASS: test_soft_keywords (test.test_keyword.Test_iskeyword.test_soft_keywords)\nPASS: test_softkeywords_are_sorted (test.test_keyword.Test_iskeyword.test_softkeywords_are_sorted)\nPASS: test_true_is_a_keyword (test.test_keyword.Test_iskeyword.test_true_is_a_keyword)\nPASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_uppercase_true_is_not_a_keyword)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:01:43 load avg: 1.49 [251/480] test_keywordonlyarg passed\nPASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testFunctionCall)\nPASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testKwDefaults)\nPASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testRaiseErrorFuncallWithUnexpectedKeywordArgument)\nPASS: testSyntaxErrorForFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionCall)\nPASS: testSyntaxErrorForFunctionDefinition (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionDefinition)\nPASS: testSyntaxForManyArguments (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxForManyArguments)\nPASS: testTooManyPositionalErrorMessage (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testTooManyPositionalErrorMessage)\nPASS: test_default_evaluation_order (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_default_evaluation_order)\nPASS: test_issue13343 (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_issue13343)\nPASS: test_kwonly_methods (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_kwonly_methods)\nPASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_mangling)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:01:43 load avg: 1.49 [252/480] test_kqueue skipped\ntest_kqueue skipped -- test works only on BSD\n0:01:43 load avg: 1.49 [253/480] test_largefile passed\nSKIP: test_large_read (test.test_largefile.CLargeFileTest.test_large_read) 'not enough memory: 4.7G minimum needed'\nPASS: test_lseek (test.test_largefile.CLargeFileTest.test_lseek)\nPASS: test_osstat (test.test_largefile.CLargeFileTest.test_osstat)\nPASS: test_seek_read (test.test_largefile.CLargeFileTest.test_seek_read)\nSKIP: test_seek_readall (test.test_largefile.CLargeFileTest.test_seek_readall) 'not enough memory: 4.7G minimum needed'\nPASS: test_seekable (test.test_largefile.CLargeFileTest.test_seekable)\nPASS: test_truncate (test.test_largefile.CLargeFileTest.test_truncate)\nSKIP: test_large_read (test.test_largefile.PyLargeFileTest.test_large_read) 'not enough memory: 4.7G minimum needed'\nPASS: test_lseek (test.test_largefile.PyLargeFileTest.test_lseek)\nPASS: test_osstat (test.test_largefile.PyLargeFileTest.test_osstat)\nPASS: test_seek_read (test.test_largefile.PyLargeFileTest.test_seek_read)\nSKIP: test_seek_readall (test.test_largefile.PyLargeFileTest.test_seek_readall) 'not enough memory: 4.7G minimum needed'\nPASS: test_seekable (test.test_largefile.PyLargeFileTest.test_seekable)\nPASS: test_truncate (test.test_largefile.PyLargeFileTest.test_truncate)\nSKIP: test_it (test.test_largefile.TestCopyfile.test_it) 'required 5960 MiB of free disk space'\nSKIP: test_it (test.test_largefile.TestSocketSendfile.test_it) 'required 5960 MiB of free disk space'\n\n----------------------------------------------------------------------\nRan 16 tests in 0.002s\n\nOK (skipped=6)\n0:01:43 load avg: 1.49 [254/480] test_launcher skipped\ntest_launcher skipped -- test only applies to Windows\n0:01:43 load avg: 1.49 [255/480] test_linecache passed\nPASS: test_getline (test.test_linecache.BadUnicode_NoDeclaration.test_getline)\nPASS: test_getlines (test.test_linecache.BadUnicode_NoDeclaration.test_getlines)\nPASS: test_getline (test.test_linecache.BadUnicode_WithDeclaration.test_getline)\nPASS: test_getlines (test.test_linecache.BadUnicode_WithDeclaration.test_getlines)\nPASS: test_getline (test.test_linecache.EmptyFile.test_getline)\nPASS: test_getlines (test.test_linecache.EmptyFile.test_getlines)\nPASS: test_getline (test.test_linecache.GoodUnicode.test_getline)\nPASS: test_getlines (test.test_linecache.GoodUnicode.test_getlines)\nPASS: test_checkcache_for_deleted_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file)\nPASS: test_checkcache_for_modified_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file)\nPASS: test_checkcache_with_no_parameter (test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter)\nPASS: test_checkcache (test.test_linecache.LineCacheTests.test_checkcache)\nPASS: test_clearcache (test.test_linecache.LineCacheTests.test_clearcache)\nPASS: test_getline (test.test_linecache.LineCacheTests.test_getline)\nPASS: test_invalid_names (test.test_linecache.LineCacheTests.test_invalid_names)\nPASS: test_lazycache_already_cached (test.test_linecache.LineCacheTests.test_lazycache_already_cached)\nPASS: test_lazycache_bad_filename (test.test_linecache.LineCacheTests.test_lazycache_bad_filename)\nPASS: test_lazycache_check (test.test_linecache.LineCacheTests.test_lazycache_check)\nPASS: test_lazycache_no_globals (test.test_linecache.LineCacheTests.test_lazycache_no_globals)\nPASS: test_lazycache_provide_after_failed_lookup (test.test_linecache.LineCacheTests.test_lazycache_provide_after_failed_lookup)\nPASS: test_lazycache_smoke (test.test_linecache.LineCacheTests.test_lazycache_smoke)\nPASS: test_linecache_python_string (test.test_linecache.LineCacheTests.test_linecache_python_string)\nPASS: test_loader (test.test_linecache.LineCacheTests.test_loader)\nPASS: test_memoryerror (test.test_linecache.LineCacheTests.test_memoryerror)\nPASS: test_no_ending_newline (test.test_linecache.LineCacheTests.test_no_ending_newline)\nPASS: test_getline (test.test_linecache.SingleEmptyLine.test_getline)\nPASS: test_getlines (test.test_linecache.SingleEmptyLine.test_getlines)\n\n----------------------------------------------------------------------\nRan 27 tests in 0.034s\n\nOK\n0:01:43 load avg: 1.49 [256/480] test_list passed\nPASS: test_addmul (test.test_list.ListTest.test_addmul)\nPASS: test_append (test.test_list.ListTest.test_append)\nPASS: test_basic (test.test_list.ListTest.test_basic)\nPASS: test_bigrepeat (test.test_list.ListTest.test_bigrepeat)\nPASS: test_clear (test.test_list.ListTest.test_clear)\nPASS: test_constructor_exception_handling (test.test_list.ListTest.test_constructor_exception_handling)\nPASS: test_constructors (test.test_list.ListTest.test_constructors)\nPASS: test_contains (test.test_list.ListTest.test_contains)\nPASS: test_contains_fake (test.test_list.ListTest.test_contains_fake)\nPASS: test_contains_order (test.test_list.ListTest.test_contains_order)\nPASS: test_copy (test.test_list.ListTest.test_copy)\nPASS: test_count (test.test_list.ListTest.test_count)\nPASS: test_count_index_remove_crashes (test.test_list.ListTest.test_count_index_remove_crashes)\nPASS: test_delitem (test.test_list.ListTest.test_delitem)\nPASS: test_delslice (test.test_list.ListTest.test_delslice)\nPASS: test_deopt_from_append_list (test.test_list.ListTest.test_deopt_from_append_list)\nPASS: test_empty_slice (test.test_list.ListTest.test_empty_slice)\nPASS: test_equal_operator_modifying_operand (test.test_list.ListTest.test_equal_operator_modifying_operand)\nPASS: test_exhausted_iterator (test.test_list.ListTest.test_exhausted_iterator)\nPASS: test_extend (test.test_list.ListTest.test_extend)\nPASS: test_extendedslicing (test.test_list.ListTest.test_extendedslicing)\nPASS: test_free_after_iterating (test.test_list.ListTest.test_free_after_iterating)\nPASS: test_getitem (test.test_list.ListTest.test_getitem)\nPASS: test_getitem_error (test.test_list.ListTest.test_getitem_error)\nPASS: test_getitemoverwriteiter (test.test_list.ListTest.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_list.ListTest.test_getslice)\nPASS: test_iadd (test.test_list.ListTest.test_iadd)\nPASS: test_identity (test.test_list.ListTest.test_identity)\nPASS: test_imul (test.test_list.ListTest.test_imul)\nPASS: test_index (test.test_list.ListTest.test_index)\nPASS: test_init (test.test_list.ListTest.test_init)\nPASS: test_insert (test.test_list.ListTest.test_insert)\nPASS: test_iterator_pickle (test.test_list.ListTest.test_iterator_pickle)\nPASS: test_keyword_args (test.test_list.ListTest.test_keyword_args)\nPASS: test_keywords_in_subclass (test.test_list.ListTest.test_keywords_in_subclass)\nPASS: test_len (test.test_list.ListTest.test_len)\nPASS: test_list_index_modifing_operand (test.test_list.ListTest.test_list_index_modifing_operand)\nPASS: test_list_resize_overflow (test.test_list.ListTest.test_list_resize_overflow)\nPASS: test_lt_operator_modifying_operand (test.test_list.ListTest.test_lt_operator_modifying_operand)\nPASS: test_minmax (test.test_list.ListTest.test_minmax)\nPASS: test_no_comdat_folding (test.test_list.ListTest.test_no_comdat_folding)\nPASS: test_overflow (test.test_list.ListTest.test_overflow)\nPASS: test_pickle (test.test_list.ListTest.test_pickle)\nPASS: test_pop (test.test_list.ListTest.test_pop)\nPASS: test_preallocation (test.test_list.ListTest.test_preallocation)\nPASS: test_remove (test.test_list.ListTest.test_remove)\nPASS: test_repeat (test.test_list.ListTest.test_repeat)\nPASS: test_repr (test.test_list.ListTest.test_repr)\nPASS: test_repr_deep (test.test_list.ListTest.test_repr_deep)\nPASS: test_repr_large (test.test_list.ListTest.test_repr_large)\nPASS: test_repr_mutate (test.test_list.ListTest.test_repr_mutate)\nPASS: test_reverse (test.test_list.ListTest.test_reverse)\nPASS: test_reversed (test.test_list.ListTest.test_reversed)\nPASS: test_reversed_pickle (test.test_list.ListTest.test_reversed_pickle)\nPASS: test_set_subscript (test.test_list.ListTest.test_set_subscript)\nPASS: test_setitem (test.test_list.ListTest.test_setitem)\nPASS: test_setitem_error (test.test_list.ListTest.test_setitem_error)\nPASS: test_setslice (test.test_list.ListTest.test_setslice)\nPASS: test_slice (test.test_list.ListTest.test_slice)\nPASS: test_slice_assign_iterator (test.test_list.ListTest.test_slice_assign_iterator)\nPASS: test_sort (test.test_list.ListTest.test_sort)\nPASS: test_step_overflow (test.test_list.ListTest.test_step_overflow)\nPASS: test_subscript (test.test_list.ListTest.test_subscript)\nPASS: test_tier2_invalidates_iterator (test.test_list.ListTest.test_tier2_invalidates_iterator)\nPASS: test_truth (test.test_list.ListTest.test_truth)\n\n----------------------------------------------------------------------\nRan 65 tests in 0.138s\n\nOK\n0:01:43 load avg: 1.49 [257/480] test_interpreters passed\nPASS: test_after_destroy_all (test.test_interpreters.test_api.CreateTests.test_after_destroy_all)\nPASS: test_after_destroy_some (test.test_interpreters.test_api.CreateTests.test_after_destroy_some)\nPASS: test_in_main (test.test_interpreters.test_api.CreateTests.test_in_main)\nPASS: test_in_subinterpreter (test.test_interpreters.test_api.CreateTests.test_in_subinterpreter)\nPASS: test_in_thread (test.test_interpreters.test_api.CreateTests.test_in_thread)\nPASS: test_created_with_capi (test.test_interpreters.test_api.GetCurrentTests.test_created_with_capi)\nPASS: test_idempotent (test.test_interpreters.test_api.GetCurrentTests.test_idempotent)\nPASS: test_main (test.test_interpreters.test_api.GetCurrentTests.test_main)\nPASS: test_subinterpreter (test.test_interpreters.test_api.GetCurrentTests.test_subinterpreter)\nPASS: test_current (test.test_interpreters.test_api.GetMainTests.test_current)\nPASS: test_id (test.test_interpreters.test_api.GetMainTests.test_id)\nPASS: test_idempotent (test.test_interpreters.test_api.GetMainTests.test_idempotent)\nPASS: test_equality (test.test_interpreters.test_api.InterpreterObjectTests.test_equality)\nPASS: test_hashable (test.test_interpreters.test_api.InterpreterObjectTests.test_hashable)\nPASS: test_id_readonly (test.test_interpreters.test_api.InterpreterObjectTests.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_api.InterpreterObjectTests.test_id_type)\nPASS: test_idempotent (test.test_interpreters.test_api.InterpreterObjectTests.test_idempotent)\nPASS: test_init_bad_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_bad_id)\nPASS: test_init_does_not_exist (test.test_interpreters.test_api.InterpreterObjectTests.test_init_does_not_exist)\nPASS: test_init_int (test.test_interpreters.test_api.InterpreterObjectTests.test_init_int)\nPASS: test_init_interpreter_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_interpreter_id)\nPASS: test_init_unsupported (test.test_interpreters.test_api.InterpreterObjectTests.test_init_unsupported)\nPASS: test_pickle (test.test_interpreters.test_api.InterpreterObjectTests.test_pickle)\nPASS: test_whence (test.test_interpreters.test_api.InterpreterObjectTests.test_whence)\nPASS: test_after_creating (test.test_interpreters.test_api.ListAllTests.test_after_creating)\nPASS: test_after_destroying (test.test_interpreters.test_api.ListAllTests.test_after_destroying)\nPASS: test_created_with_capi (test.test_interpreters.test_api.ListAllTests.test_created_with_capi)\nPASS: test_idempotent (test.test_interpreters.test_api.ListAllTests.test_idempotent)\nPASS: test_initial (test.test_interpreters.test_api.ListAllTests.test_initial)\nPASS: test_call (test.test_interpreters.test_api.LowLevelTests.test_call)\nPASS: test_create (test.test_interpreters.test_api.LowLevelTests.test_create)\nPASS: test_destroy (test.test_interpreters.test_api.LowLevelTests.test_destroy)\nPASS: test_exec (test.test_interpreters.test_api.LowLevelTests.test_exec)\nPASS: test_get_config (test.test_interpreters.test_api.LowLevelTests.test_get_config)\nPASS: test_get_current (test.test_interpreters.test_api.LowLevelTests.test_get_current)\nPASS: test_get_main (test.test_interpreters.test_api.LowLevelTests.test_get_main)\nPASS: test_is_running (test.test_interpreters.test_api.LowLevelTests.test_is_running)\nPASS: test_list_all (test.test_interpreters.test_api.LowLevelTests.test_list_all)\nPASS: test_new_config (test.test_interpreters.test_api.LowLevelTests.test_new_config)\nPASS: test_set___main___attrs (test.test_interpreters.test_api.LowLevelTests.test_set___main___attrs)\nPASS: test_whence (test.test_interpreters.test_api.LowLevelTests.test_whence)\nPASS: test_queue_aliases (test.test_interpreters.test_api.ModuleTests.test_queue_aliases)\nPASS: test_call (test.test_interpreters.test_api.TestInterpreterCall.test_call)\nPASS: test_call_in_thread (test.test_interpreters.test_api.TestInterpreterCall.test_call_in_thread)\nPASS: test_all (test.test_interpreters.test_api.TestInterpreterClose.test_all)\nPASS: test_already_destroyed (test.test_interpreters.test_api.TestInterpreterClose.test_already_destroyed)\nPASS: test_basic (test.test_interpreters.test_api.TestInterpreterClose.test_basic)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterClose.test_created_with_capi)\nPASS: test_from_current (test.test_interpreters.test_api.TestInterpreterClose.test_from_current)\nPASS: test_from_other_thread (test.test_interpreters.test_api.TestInterpreterClose.test_from_other_thread)\nPASS: test_from_sibling (test.test_interpreters.test_api.TestInterpreterClose.test_from_sibling)\nPASS: test_main (test.test_interpreters.test_api.TestInterpreterClose.test_main)\nSKIP: test_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_still_running) 'Fails on FreeBSD'\nPASS: test_subthreads_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_subthreads_still_running)\nSKIP: test_already_running (test.test_interpreters.test_api.TestInterpreterExec.test_already_running) 'Fails on FreeBSD'\nPASS: test_bad_script (test.test_interpreters.test_api.TestInterpreterExec.test_bad_script)\nPASS: test_bytes_for_script (test.test_interpreters.test_api.TestInterpreterExec.test_bytes_for_script)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterExec.test_created_with_capi)\nPASS: test_display_preserved_exception (test.test_interpreters.test_api.TestInterpreterExec.test_display_preserved_exception)\nPASS: test_failure (test.test_interpreters.test_api.TestInterpreterExec.test_failure)\nPASS: test_fork (test.test_interpreters.test_api.TestInterpreterExec.test_fork)\nPASS: test_in_thread (test.test_interpreters.test_api.TestInterpreterExec.test_in_thread)\nPASS: test_success (test.test_interpreters.test_api.TestInterpreterExec.test_success)\nPASS: test_with_background_threads_still_running (test.test_interpreters.test_api.TestInterpreterExec.test_with_background_threads_still_running)\nPASS: test_already_destroyed (test.test_interpreters.test_api.TestInterpreterIsRunning.test_already_destroyed)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterIsRunning.test_created_with_capi)\nPASS: test_finished (test.test_interpreters.test_api.TestInterpreterIsRunning.test_finished)\nPASS: test_from_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_from_subinterpreter)\nPASS: test_main (test.test_interpreters.test_api.TestInterpreterIsRunning.test_main)\nSKIP: test_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_subinterpreter) 'Fails on FreeBSD'\nPASS: test_with_only_background_threads (test.test_interpreters.test_api.TestInterpreterIsRunning.test_with_only_background_threads)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_created_with_capi)\nPASS: test_dict (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict)\nPASS: test_dict_and_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_and_kwargs)\nPASS: test_empty (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_empty)\nPASS: test_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_kwargs)\nPASS: test_not_shareable (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_not_shareable)\nPASS: test_running (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_running)\nPASS: test_tuple (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_tuple)\nPASS: test_default_shareables (test.test_interpreters.test_api.TestIsShareable.test_default_shareables)\nPASS: test_not_shareable (test.test_interpreters.test_api.TestIsShareable.test_not_shareable)\nPASS: test_highlevel_reloaded (test.test_interpreters.test_channels.LowLevelTests.test_highlevel_reloaded)\nPASS: test_create (test.test_interpreters.test_channels.TestChannels.test_create)\nPASS: test_is_closed (test.test_interpreters.test_channels.TestChannels.test_is_closed)\nPASS: test_list_all (test.test_interpreters.test_channels.TestChannels.test_list_all)\nPASS: test_shareable (test.test_interpreters.test_channels.TestChannels.test_shareable)\nPASS: test_custom_id (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_custom_id)\nPASS: test_equality (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_equality)\nPASS: test_id_readonly (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_type)\nPASS: test_pickle (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_pickle)\nPASS: test_custom_id (test.test_interpreters.test_channels.TestSendChannelAttrs.test_custom_id)\nPASS: test_equality (test.test_interpreters.test_channels.TestSendChannelAttrs.test_equality)\nPASS: test_id_readonly (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_type)\nPASS: test_pickle (test.test_interpreters.test_channels.TestSendChannelAttrs.test_pickle)\nPASS: test_recv_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_channel_does_not_exist)\nPASS: test_recv_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_channel_does_not_exist)\nPASS: test_recv_nowait_default (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_default)\nPASS: test_recv_nowait_empty (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_empty)\nPASS: test_recv_timeout (test.test_interpreters.test_channels.TestSendRecv.test_recv_timeout)\nPASS: test_send_buffer (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer)\nPASS: test_send_buffer_nowait (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_nowait)\nPASS: test_send_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_channel_does_not_exist)\nPASS: test_send_cleared_with_subinterpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter)\nPASS: test_send_cleared_with_subinterpreter_mixed (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_mixed)\nPASS: test_send_cleared_with_subinterpreter_multiple (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_multiple)\nPASS: test_send_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_nowait_channel_does_not_exist)\nSKIP: test_send_recv_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_interpreters) 'broken (see BPO-...)'\nPASS: test_send_recv_different_threads (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_threads)\nPASS: test_send_recv_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_main)\nSKIP: test_send_recv_nowait_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_different_interpreters) 'broken (see BPO-...)'\nPASS: test_send_recv_nowait_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main)\nPASS: test_send_recv_nowait_main_with_default (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_with_default)\nPASS: test_send_recv_nowait_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_same_interpreter)\nPASS: test_send_recv_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_same_interpreter)\nPASS: test_gh_109793 (test.test_interpreters.test_lifecycle.FinalizationTests.test_gh_109793)\nPASS: test_sys_path_0 (test.test_interpreters.test_lifecycle.StartupTests.test_sys_path_0)\nPASS: test_bind_release (test.test_interpreters.test_queues.LowLevelTests.test_bind_release)\nPASS: test_create_destroy (test.test_interpreters.test_queues.LowLevelTests.test_create_destroy)\nPASS: test_highlevel_reloaded (test.test_interpreters.test_queues.LowLevelTests.test_highlevel_reloaded)\nPASS: test_not_destroyed (test.test_interpreters.test_queues.LowLevelTests.test_not_destroyed)\nPASS: test_create (test.test_interpreters.test_queues.QueueTests.test_create)\nPASS: test_custom_id (test.test_interpreters.test_queues.QueueTests.test_custom_id)\nPASS: test_equality (test.test_interpreters.test_queues.QueueTests.test_equality)\nPASS: test_hashable (test.test_interpreters.test_queues.QueueTests.test_hashable)\nPASS: test_id_readonly (test.test_interpreters.test_queues.QueueTests.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_queues.QueueTests.test_id_type)\nPASS: test_maxsize_readonly (test.test_interpreters.test_queues.QueueTests.test_maxsize_readonly)\nPASS: test_pickle (test.test_interpreters.test_queues.QueueTests.test_pickle)\nPASS: test_shareable (test.test_interpreters.test_queues.QueueTests.test_shareable)\nPASS: test_empty (test.test_interpreters.test_queues.TestQueueOps.test_empty)\nPASS: test_full (test.test_interpreters.test_queues.TestQueueOps.test_full)\nPASS: test_get_nowait (test.test_interpreters.test_queues.TestQueueOps.test_get_nowait)\nPASS: test_get_timeout (test.test_interpreters.test_queues.TestQueueOps.test_get_timeout)\nPASS: test_put_cleared_with_subinterpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter)\nPASS: test_put_cleared_with_subinterpreter_mixed (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_mixed)\nPASS: test_put_cleared_with_subinterpreter_multiple (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_multiple)\nPASS: test_put_get_default_not_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_get_default_not_syncobj)\nPASS: test_put_get_default_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_get_default_syncobj)\nPASS: test_put_get_different_interpreters (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_interpreters)\nPASS: test_put_get_different_threads (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_threads)\nPASS: test_put_get_main (test.test_interpreters.test_queues.TestQueueOps.test_put_get_main)\nPASS: test_put_get_same_interpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_get_same_interpreter)\nPASS: test_put_not_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_not_syncobj)\nPASS: test_put_nowait (test.test_interpreters.test_queues.TestQueueOps.test_put_nowait)\nPASS: test_put_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_syncobj)\nPASS: test_put_timeout (test.test_interpreters.test_queues.TestQueueOps.test_put_timeout)\nPASS: test_qsize (test.test_interpreters.test_queues.TestQueueOps.test_qsize)\nSKIP: test_create_many_sequential (test.test_interpreters.test_stress.StressTests.test_create_many_sequential) \"resource 'cpu' is not enabled\"\nSKIP: test_create_many_threaded (test.test_interpreters.test_stress.StressTests.test_create_many_threaded) 'not enough memory: 6.2G minimum needed'\nSKIP: test_many_threads_running_interp_in_other_interp (test.test_interpreters.test_stress.StressTests.test_many_threads_running_interp_in_other_interp) 'not enough memory: 6.6G minimum needed'\n\n----------------------------------------------------------------------\nRan 152 tests in 5.061s\n\nOK (skipped=8)\n0:01:43 load avg: 1.49 [258/480] test_listcomps passed\nPASS: test_assign_to_comp_iter_var_in_outer_function (test.test_listcomps.ListComprehensionTest.test_assign_to_comp_iter_var_in_outer_function)\nPASS: test_assignment_expression (test.test_listcomps.ListComprehensionTest.test_assignment_expression)\nPASS: test_cell_in_nested_comprehension (test.test_listcomps.ListComprehensionTest.test_cell_in_nested_comprehension)\nPASS: test_cell_inner_free_outer (test.test_listcomps.ListComprehensionTest.test_cell_inner_free_outer)\nPASS: test_class_scope_free_var_with_class_cell (test.test_listcomps.ListComprehensionTest.test_class_scope_free_var_with_class_cell)\nPASS: test_closure_can_jump_over_comp_scope (test.test_listcomps.ListComprehensionTest.test_closure_can_jump_over_comp_scope)\nPASS: test_code_replace (test.test_listcomps.ListComprehensionTest.test_code_replace)\nPASS: test_code_replace_extended_arg (test.test_listcomps.ListComprehensionTest.test_code_replace_extended_arg)\nPASS: test_comp_in_try_except (test.test_listcomps.ListComprehensionTest.test_comp_in_try_except)\nPASS: test_comp_in_try_finally (test.test_listcomps.ListComprehensionTest.test_comp_in_try_finally)\nPASS: test_dunder_name (test.test_listcomps.ListComprehensionTest.test_dunder_name)\nPASS: test_exception_in_post_comp_call (test.test_listcomps.ListComprehensionTest.test_exception_in_post_comp_call)\nPASS: test_exception_locations (test.test_listcomps.ListComprehensionTest.test_exception_locations)\nPASS: test_explicit_global (test.test_listcomps.ListComprehensionTest.test_explicit_global)\nPASS: test_explicit_global_2 (test.test_listcomps.ListComprehensionTest.test_explicit_global_2)\nPASS: test_explicit_global_3 (test.test_listcomps.ListComprehensionTest.test_explicit_global_3)\nPASS: test_frame_locals (test.test_listcomps.ListComprehensionTest.test_frame_locals)\nPASS: test_free_inner_cell_outer (test.test_listcomps.ListComprehensionTest.test_free_inner_cell_outer)\nPASS: test_free_var_in_comp_child (test.test_listcomps.ListComprehensionTest.test_free_var_in_comp_child)\nPASS: test_global_in_class_scope (test.test_listcomps.ListComprehensionTest.test_global_in_class_scope)\nPASS: test_global_outside_cellvar_inside_plus_freevar (test.test_listcomps.ListComprehensionTest.test_global_outside_cellvar_inside_plus_freevar)\nPASS: test_in_class_scope_inside_function_1 (test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_1)\nPASS: test_in_class_scope_inside_function_2 (test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_2)\nPASS: test_in_class_scope_with_global (test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_global)\nPASS: test_in_class_scope_with_nonlocal (test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_nonlocal)\nPASS: test_inner_cell_shadows_outer (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer)\nPASS: test_inner_cell_shadows_outer_no_store (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_no_store)\nPASS: test_inner_cell_shadows_outer_redefined (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_redefined)\nPASS: test_introspecting_frame_locals (test.test_listcomps.ListComprehensionTest.test_introspecting_frame_locals)\nPASS: test_iter_var_available_in_locals (test.test_listcomps.ListComprehensionTest.test_iter_var_available_in_locals)\nPASS: test_lambda_in_iter (test.test_listcomps.ListComprehensionTest.test_lambda_in_iter)\nPASS: test_lambdas_with_free_var (test.test_listcomps.ListComprehensionTest.test_lambdas_with_free_var)\nPASS: test_lambdas_with_iteration_var_as_default (test.test_listcomps.ListComprehensionTest.test_lambdas_with_iteration_var_as_default)\nPASS: test_multiple_comprehension_name_reuse (test.test_listcomps.ListComprehensionTest.test_multiple_comprehension_name_reuse)\nPASS: test_name_error_in_class_scope (test.test_listcomps.ListComprehensionTest.test_name_error_in_class_scope)\nPASS: test_nameerror (test.test_listcomps.ListComprehensionTest.test_nameerror)\nPASS: test_nested (test.test_listcomps.ListComprehensionTest.test_nested)\nPASS: test_nested_2 (test.test_listcomps.ListComprehensionTest.test_nested_2)\nPASS: test_nested_3 (test.test_listcomps.ListComprehensionTest.test_nested_3)\nPASS: test_nested_4 (test.test_listcomps.ListComprehensionTest.test_nested_4)\nPASS: test_nested_free (test.test_listcomps.ListComprehensionTest.test_nested_free)\nPASS: test_nested_free_var_in_expr (test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_expr)\nPASS: test_nested_free_var_in_iter (test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_iter)\nPASS: test_nested_free_var_not_bound_in_outer_comp (test.test_listcomps.ListComprehensionTest.test_nested_free_var_not_bound_in_outer_comp)\nPASS: test_nested_has_free_var (test.test_listcomps.ListComprehensionTest.test_nested_has_free_var)\nPASS: test_nested_listcomp_in_lambda (test.test_listcomps.ListComprehensionTest.test_nested_listcomp_in_lambda)\nPASS: test_no_leakage_to_locals (test.test_listcomps.ListComprehensionTest.test_no_leakage_to_locals)\nPASS: test_only_calls_dunder_iter_once (test.test_listcomps.ListComprehensionTest.test_only_calls_dunder_iter_once)\nPASS: test_references___class__ (test.test_listcomps.ListComprehensionTest.test_references___class__)\nPASS: test_references___class___defined (test.test_listcomps.ListComprehensionTest.test_references___class___defined)\nPASS: test_references___class___enclosing (test.test_listcomps.ListComprehensionTest.test_references___class___enclosing)\nPASS: test_references_super (test.test_listcomps.ListComprehensionTest.test_references_super)\nPASS: test_shadow_comp_iterable_name (test.test_listcomps.ListComprehensionTest.test_shadow_comp_iterable_name)\nPASS: test_shadow_with_free_and_local (test.test_listcomps.ListComprehensionTest.test_shadow_with_free_and_local)\nPASS: test_shadows_outer_cell (test.test_listcomps.ListComprehensionTest.test_shadows_outer_cell)\nPASS: test_super_and_class_cell_in_sibling_comps (test.test_listcomps.ListComprehensionTest.test_super_and_class_cell_in_sibling_comps)\nPASS: test_unbound_local_after_comprehension (test.test_listcomps.ListComprehensionTest.test_unbound_local_after_comprehension)\nPASS: test_unbound_local_inside_comprehension (test.test_listcomps.ListComprehensionTest.test_unbound_local_inside_comprehension)\ndoctests (test.test_listcomps.__test__)\nPASS: Doctest: test.test_listcomps.__test__.doctests\n\n----------------------------------------------------------------------\nRan 59 tests in 0.041s\n\nOK\n0:01:43 load avg: 1.49 [259/480] test_lltrace passed\nSKIP: test_lltrace (test.test_lltrace.TestLLTrace.test_lltrace) 'lltrace requires Py_DEBUG'\nSKIP: test_lltrace_different_module (test.test_lltrace.TestLLTrace.test_lltrace_different_module) 'lltrace requires Py_DEBUG'\nSKIP: test_lltrace_does_not_crash_on_subscript_operator (test.test_lltrace.TestLLTrace.test_lltrace_does_not_crash_on_subscript_operator) 'lltrace requires Py_DEBUG'\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK (skipped=3)\n0:01:43 load avg: 1.49 [260/480] test_locale passed\nPASS: test_c (test.test_locale.NormalizeTest.test_c)\nPASS: test_devanagari_modifier (test.test_locale.NormalizeTest.test_devanagari_modifier)\nPASS: test_empty (test.test_locale.NormalizeTest.test_empty)\nPASS: test_english (test.test_locale.NormalizeTest.test_english)\nPASS: test_euc_encoding (test.test_locale.NormalizeTest.test_euc_encoding)\nPASS: test_euro_modifier (test.test_locale.NormalizeTest.test_euro_modifier)\nPASS: test_hyphenated_encoding (test.test_locale.NormalizeTest.test_hyphenated_encoding)\nPASS: test_japanese (test.test_locale.NormalizeTest.test_japanese)\nPASS: test_latin_modifier (test.test_locale.NormalizeTest.test_latin_modifier)\nPASS: test_locale_alias (test.test_locale.NormalizeTest.test_locale_alias)\nPASS: test_valencia_modifier (test.test_locale.NormalizeTest.test_valencia_modifier)\nPASS: test_atof (test.test_locale.TestCDelocalizeTest.test_atof)\nPASS: test_atoi (test.test_locale.TestCDelocalizeTest.test_atoi)\nPASS: test_delocalize (test.test_locale.TestCDelocalizeTest.test_delocalize)\nPASS: test_localize (test.test_locale.TestCLocalize.test_localize)\nPASS: test_grouping (test.test_locale.TestCNumberFormatting.test_grouping)\nPASS: test_grouping_and_padding (test.test_locale.TestCNumberFormatting.test_grouping_and_padding)\nPASS: test_strcoll (test.test_locale.TestCollation.test_strcoll)\nPASS: test_strxfrm (test.test_locale.TestCollation.test_strxfrm)\nSKIP: test_strcoll (test.test_locale.TestEnUSCollation.test_strcoll) 'encoding not suitable'\nSKIP: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation.test_strcoll_with_diacritic) 'encoding not suitable'\nSKIP: test_strxfrm (test.test_locale.TestEnUSCollation.test_strxfrm) 'encoding not suitable'\nSKIP: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation.test_strxfrm_with_diacritic) 'encoding not suitable'\nPASS: test_atof (test.test_locale.TestEnUSDelocalize.test_atof)\nPASS: test_atoi (test.test_locale.TestEnUSDelocalize.test_atoi)\nPASS: test_delocalize (test.test_locale.TestEnUSDelocalize.test_delocalize)\nPASS: test_localize (test.test_locale.TestEnUSLocalize.test_localize)\nPASS: test_complex_formatting (test.test_locale.TestEnUSNumberFormatting.test_complex_formatting)\nPASS: test_currency (test.test_locale.TestEnUSNumberFormatting.test_currency)\nPASS: test_grouping (test.test_locale.TestEnUSNumberFormatting.test_grouping)\nPASS: test_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting.test_grouping_and_padding)\nPASS: test_integer_grouping (test.test_locale.TestEnUSNumberFormatting.test_integer_grouping)\nPASS: test_integer_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting.test_integer_grouping_and_padding)\nPASS: test_padding (test.test_locale.TestEnUSNumberFormatting.test_padding)\nPASS: test_simple (test.test_locale.TestEnUSNumberFormatting.test_simple)\nPASS: test_currency (test.test_locale.TestFrFRNumberFormatting.test_currency)\nPASS: test_decimal_point (test.test_locale.TestFrFRNumberFormatting.test_decimal_point)\nPASS: test_grouping (test.test_locale.TestFrFRNumberFormatting.test_grouping)\nPASS: test_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting.test_grouping_and_padding)\nPASS: test_integer_grouping (test.test_locale.TestFrFRNumberFormatting.test_integer_grouping)\nPASS: test_integer_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting.test_integer_grouping_and_padding)\nPASS: test_mapping (test.test_locale.TestLocaleFormatString.test_mapping)\nPASS: test_percent_escape (test.test_locale.TestLocaleFormatString.test_percent_escape)\nPASS: test_defaults_UTF8 (test.test_locale.TestMiscellaneous.test_defaults_UTF8)\nPASS: test_getencoding (test.test_locale.TestMiscellaneous.test_getencoding)\nPASS: test_getencoding_fallback (test.test_locale.TestMiscellaneous.test_getencoding_fallback)\nPASS: test_getpreferredencoding (test.test_locale.TestMiscellaneous.test_getpreferredencoding)\nSKIP: test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous.test_getsetlocale_issue1813) ... testing with ('tr_TR', 'ISO8859-9')... skipped \"setlocale(LC_CTYPE, ('tr_TR', 'ISO8859-9')) failed: Error('unsupported locale setting')\"\nPASS: test_invalid_iterable_in_localetuple (test.test_locale.TestMiscellaneous.test_invalid_iterable_in_localetuple)\nPASS: test_invalid_locale_format_in_localetuple (test.test_locale.TestMiscellaneous.test_invalid_locale_format_in_localetuple)\nPASS: test_setlocale_category (test.test_locale.TestMiscellaneous.test_setlocale_category)\nPASS: test_strcoll_3303 (test.test_locale.TestMiscellaneous.test_strcoll_3303)\nPASS: test_complex_formatting (test.test_locale.TestNumberFormatting.test_complex_formatting) ... testing with 'en_US.UTF-8'... ok\nPASS: test_grouping (test.test_locale.TestNumberFormatting.test_grouping) ... testing with 'en_US.UTF-8'... ok\nPASS: test_grouping_and_padding (test.test_locale.TestNumberFormatting.test_grouping_and_padding) ... testing with 'en_US.UTF-8'... ok\nPASS: test_integer_grouping (test.test_locale.TestNumberFormatting.test_integer_grouping) ... testing with 'en_US.UTF-8'... ok\nPASS: test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting.test_integer_grouping_and_padding) ... testing with 'en_US.UTF-8'... ok\nPASS: test_padding (test.test_locale.TestNumberFormatting.test_padding) ... testing with 'en_US.UTF-8'... ok\nPASS: test_simple (test.test_locale.TestNumberFormatting.test_simple) ... testing with 'en_US.UTF-8'... ok\nPASS: test_atof (test.test_locale.TestfrFRDelocalizeTest.test_atof)\nPASS: test_atoi (test.test_locale.TestfrFRDelocalizeTest.test_atoi)\nPASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest.test_delocalize)\nPASS: test_localize (test.test_locale.TestfrFRLocalize.test_localize)\n\n----------------------------------------------------------------------\nRan 63 tests in 0.008s\n\nOK (skipped=5)\n0:01:44 load avg: 1.49 [261/480] test_long passed\nPASS: test___sizeof__ (test.test_long.LongTest.test___sizeof__)\nPASS: test__format__ (test.test_long.LongTest.test__format__)\nPASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest.test_access_to_nonexistent_digit_0)\nPASS: test_as_integer_ratio (test.test_long.LongTest.test_as_integer_ratio)\nPASS: test_big_lshift (test.test_long.LongTest.test_big_lshift)\nPASS: test_big_rshift (test.test_long.LongTest.test_big_rshift)\nPASS: test_bit_count (test.test_long.LongTest.test_bit_count)\nPASS: test_bit_length (test.test_long.LongTest.test_bit_length)\nPASS: test_bitop_identities (test.test_long.LongTest.test_bitop_identities)\nPASS: test_conversion (test.test_long.LongTest.test_conversion)\nPASS: test_correctly_rounded_true_division (test.test_long.LongTest.test_correctly_rounded_true_division)\nPASS: test_division (test.test_long.LongTest.test_division)\nPASS: test_divmod_uses_cached_small_ints (test.test_long.LongTest.test_divmod_uses_cached_small_ints)\nPASS: test_float_conversion (test.test_long.LongTest.test_float_conversion)\nPASS: test_float_overflow (test.test_long.LongTest.test_float_overflow)\nPASS: test_floordiv (test.test_long.LongTest.test_floordiv)\nPASS: test_format (test.test_long.LongTest.test_format)\nPASS: test_from_bytes (test.test_long.LongTest.test_from_bytes)\nPASS: test_from_bytes_small (test.test_long.LongTest.test_from_bytes_small)\nSKIP: test_huge_lshift (test.test_long.LongTest.test_huge_lshift) 'not enough memory: 2290649224.5G minimum needed'\nPASS: test_huge_lshift_of_zero (test.test_long.LongTest.test_huge_lshift_of_zero)\nPASS: test_huge_rshift (test.test_long.LongTest.test_huge_rshift)\nSKIP: test_huge_rshift_of_huge (test.test_long.LongTest.test_huge_rshift_of_huge) 'not enough memory: 1145324612.3G minimum needed'\nPASS: test_is_integer (test.test_long.LongTest.test_is_integer)\nPASS: test_karatsuba (test.test_long.LongTest.test_karatsuba)\nPASS: test_logs (test.test_long.LongTest.test_logs)\nPASS: test_long (test.test_long.LongTest.test_long)\nPASS: test_lshift_of_zero (test.test_long.LongTest.test_lshift_of_zero)\nPASS: test_medium_lshift (test.test_long.LongTest.test_medium_lshift)\nPASS: test_medium_rshift (test.test_long.LongTest.test_medium_rshift)\nPASS: test_mixed_compares (test.test_long.LongTest.test_mixed_compares)\nPASS: test_mod_division (test.test_long.LongTest.test_mod_division)\nPASS: test_nan_inf (test.test_long.LongTest.test_nan_inf)\nPASS: test_negative_shift_count (test.test_long.LongTest.test_negative_shift_count)\nPASS: test_pow_uses_cached_small_ints (test.test_long.LongTest.test_pow_uses_cached_small_ints)\nPASS: test_round (test.test_long.LongTest.test_round)\nPASS: test_shift_bool (test.test_long.LongTest.test_shift_bool)\nPASS: test_small_ints (test.test_long.LongTest.test_small_ints)\nPASS: test_small_ints_in_huge_calculation (test.test_long.LongTest.test_small_ints_in_huge_calculation)\nPASS: test_small_lshift (test.test_long.LongTest.test_small_lshift)\nPASS: test_small_rshift (test.test_long.LongTest.test_small_rshift)\nPASS: test_square (test.test_long.LongTest.test_square)\nPASS: test_to_bytes (test.test_long.LongTest.test_to_bytes)\nPASS: test_true_division (test.test_long.LongTest.test_true_division)\n\n----------------------------------------------------------------------\nRan 44 tests in 0.964s\n\nOK (skipped=2)\n0:01:45 load avg: 1.49 [262/480] test_longexp passed\nPASS: test_longexp (test.test_longexp.LongExpText.test_longexp)\n\n----------------------------------------------------------------------\nRan 1 test in 0.090s\n\nOK\n0:01:45 load avg: 1.49 [263/480] test_lzma passed\nPASS: test_bad_args (test.test_lzma.CompressDecompressFunctionTestCase.test_bad_args)\nPASS: test_decompress_bad_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_bad_input)\nPASS: test_decompress_good_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_good_input)\nPASS: test_decompress_incomplete_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_incomplete_input)\nPASS: test_decompress_memlimit (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_memlimit)\nPASS: test_decompress_multistream (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream)\nPASS: test_decompress_multistream_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream_trailing_junk)\nPASS: test_decompress_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_trailing_junk)\nPASS: test_roundtrip (test.test_lzma.CompressDecompressFunctionTestCase.test_roundtrip)\nPASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase.test_bad_filter_spec)\nPASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_compressor_bigmem)\nPASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_after_eof)\nPASS: test_decompressor_alone (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_alone)\nPASS: test_decompressor_auto (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_auto)\nPASS: test_decompressor_bad_input (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bad_input)\nPASS: test_decompressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bigmem)\nPASS: test_decompressor_bug_28275 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bug_28275)\nPASS: test_decompressor_chunks (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks)\nPASS: test_decompressor_chunks_empty (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_empty)\nPASS: test_decompressor_chunks_maxsize (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_maxsize)\nPASS: test_decompressor_inputbuf_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_1)\nPASS: test_decompressor_inputbuf_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_2)\nPASS: test_decompressor_inputbuf_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_3)\nPASS: test_decompressor_memlimit (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_memlimit)\nPASS: test_decompressor_multistream (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_multistream)\nPASS: test_decompressor_raw_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_1)\nPASS: test_decompressor_raw_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_2)\nPASS: test_decompressor_raw_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_3)\nPASS: test_decompressor_raw_4 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_4)\nPASS: test_decompressor_unused_data (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_unused_data)\nPASS: test_decompressor_xz (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_xz)\nPASS: test_pickle (test.test_lzma.CompressorDecompressorTestCase.test_pickle)\nSKIP: test_refleaks_in_decompressor___init__ (test.test_lzma.CompressorDecompressorTestCase.test_refleaks_in_decompressor___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_roundtrip_alone (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_alone)\nPASS: test_roundtrip_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_chunks)\nPASS: test_roundtrip_empty_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_empty_chunks)\nPASS: test_roundtrip_raw (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw)\nPASS: test_roundtrip_raw_empty (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw_empty)\nPASS: test_roundtrip_xz (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_xz)\nPASS: test_simple_bad_args (test.test_lzma.CompressorDecompressorTestCase.test_simple_bad_args)\nPASS: test_uninitialized_LZMADecompressor_crash (test.test_lzma.CompressorDecompressorTestCase.test_uninitialized_LZMADecompressor_crash)\nPASS: test_close (test.test_lzma.FileTestCase.test_close)\nPASS: test_closed (test.test_lzma.FileTestCase.test_closed)\ntest_decompress_limited (test.test_lzma.FileTestCase.test_decompress_limited)\nPASS: Decompressed data buffering should be limited\nPASS: test_fileno (test.test_lzma.FileTestCase.test_fileno)\nPASS: test_init (test.test_lzma.FileTestCase.test_init)\nPASS: test_init_bad_check (test.test_lzma.FileTestCase.test_init_bad_check)\nPASS: test_init_bad_filter_spec (test.test_lzma.FileTestCase.test_init_bad_filter_spec)\nPASS: test_init_bad_mode (test.test_lzma.FileTestCase.test_init_bad_mode)\nPASS: test_init_bad_preset (test.test_lzma.FileTestCase.test_init_bad_preset)\nPASS: test_init_mode (test.test_lzma.FileTestCase.test_init_mode)\nPASS: test_init_with_PathLike_filename (test.test_lzma.FileTestCase.test_init_with_PathLike_filename)\nPASS: test_init_with_filename (test.test_lzma.FileTestCase.test_init_with_filename)\nPASS: test_init_with_preset_and_filters (test.test_lzma.FileTestCase.test_init_with_preset_and_filters)\nPASS: test_init_with_x_mode (test.test_lzma.FileTestCase.test_init_with_x_mode)\nPASS: test_issue21872 (test.test_lzma.FileTestCase.test_issue21872)\nPASS: test_issue44439 (test.test_lzma.FileTestCase.test_issue44439)\nPASS: test_iterator (test.test_lzma.FileTestCase.test_iterator)\nPASS: test_peek (test.test_lzma.FileTestCase.test_peek)\nPASS: test_peek_bad_args (test.test_lzma.FileTestCase.test_peek_bad_args)\nPASS: test_read (test.test_lzma.FileTestCase.test_read)\nPASS: test_read1 (test.test_lzma.FileTestCase.test_read1)\nPASS: test_read1_0 (test.test_lzma.FileTestCase.test_read1_0)\nPASS: test_read1_10 (test.test_lzma.FileTestCase.test_read1_10)\nPASS: test_read1_bad_args (test.test_lzma.FileTestCase.test_read1_bad_args)\nPASS: test_read1_multistream (test.test_lzma.FileTestCase.test_read1_multistream)\nPASS: test_read_0 (test.test_lzma.FileTestCase.test_read_0)\nPASS: test_read_10 (test.test_lzma.FileTestCase.test_read_10)\nPASS: test_read_bad_args (test.test_lzma.FileTestCase.test_read_bad_args)\nPASS: test_read_bad_data (test.test_lzma.FileTestCase.test_read_bad_data)\nPASS: test_read_from_file (test.test_lzma.FileTestCase.test_read_from_file)\nPASS: test_read_from_file_with_bytes_filename (test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename)\nPASS: test_read_from_fileobj (test.test_lzma.FileTestCase.test_read_from_fileobj)\nPASS: test_read_from_fileobj_with_int_name (test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name)\nPASS: test_read_incomplete (test.test_lzma.FileTestCase.test_read_incomplete)\nPASS: test_read_multistream (test.test_lzma.FileTestCase.test_read_multistream)\nPASS: test_read_multistream_buffer_size_aligned (test.test_lzma.FileTestCase.test_read_multistream_buffer_size_aligned)\nPASS: test_read_multistream_trailing_junk (test.test_lzma.FileTestCase.test_read_multistream_trailing_junk)\nPASS: test_read_trailing_junk (test.test_lzma.FileTestCase.test_read_trailing_junk)\nPASS: test_read_truncated (test.test_lzma.FileTestCase.test_read_truncated)\nPASS: test_readable (test.test_lzma.FileTestCase.test_readable)\nPASS: test_readline (test.test_lzma.FileTestCase.test_readline)\nPASS: test_readlines (test.test_lzma.FileTestCase.test_readlines)\nPASS: test_seek_backward (test.test_lzma.FileTestCase.test_seek_backward)\nPASS: test_seek_backward_across_streams (test.test_lzma.FileTestCase.test_seek_backward_across_streams)\nPASS: test_seek_backward_relative_to_end (test.test_lzma.FileTestCase.test_seek_backward_relative_to_end)\nPASS: test_seek_bad_args (test.test_lzma.FileTestCase.test_seek_bad_args)\nPASS: test_seek_forward (test.test_lzma.FileTestCase.test_seek_forward)\nPASS: test_seek_forward_across_streams (test.test_lzma.FileTestCase.test_seek_forward_across_streams)\nPASS: test_seek_forward_relative_to_current (test.test_lzma.FileTestCase.test_seek_forward_relative_to_current)\nPASS: test_seek_forward_relative_to_end (test.test_lzma.FileTestCase.test_seek_forward_relative_to_end)\nPASS: test_seek_past_end (test.test_lzma.FileTestCase.test_seek_past_end)\nPASS: test_seek_past_start (test.test_lzma.FileTestCase.test_seek_past_start)\nPASS: test_seekable (test.test_lzma.FileTestCase.test_seekable)\nPASS: test_tell (test.test_lzma.FileTestCase.test_tell)\nPASS: test_tell_bad_args (test.test_lzma.FileTestCase.test_tell_bad_args)\nPASS: test_writable (test.test_lzma.FileTestCase.test_writable)\nPASS: test_write (test.test_lzma.FileTestCase.test_write)\nPASS: test_write_10 (test.test_lzma.FileTestCase.test_write_10)\nPASS: test_write_append (test.test_lzma.FileTestCase.test_write_append)\nPASS: test_write_append_to_file (test.test_lzma.FileTestCase.test_write_append_to_file)\nPASS: test_write_bad_args (test.test_lzma.FileTestCase.test_write_bad_args)\nPASS: test_write_to_file (test.test_lzma.FileTestCase.test_write_to_file)\nPASS: test_write_to_file_with_bytes_filename (test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename)\nPASS: test_write_to_fileobj (test.test_lzma.FileTestCase.test_write_to_fileobj)\nPASS: test_write_to_fileobj_with_int_name (test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name)\nPASS: test_writelines (test.test_lzma.FileTestCase.test_writelines)\nPASS: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__decode_filter_properties)\nPASS: test__encode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__encode_filter_properties)\nPASS: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase.test_filter_properties_roundtrip)\nPASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase.test_is_check_supported)\nPASS: test_bad_params (test.test_lzma.OpenTestCase.test_bad_params)\nPASS: test_binary_modes (test.test_lzma.OpenTestCase.test_binary_modes)\nPASS: test_encoding (test.test_lzma.OpenTestCase.test_encoding)\nPASS: test_encoding_error_handler (test.test_lzma.OpenTestCase.test_encoding_error_handler)\nPASS: test_filename (test.test_lzma.OpenTestCase.test_filename)\nPASS: test_format_and_filters (test.test_lzma.OpenTestCase.test_format_and_filters)\nPASS: test_newline (test.test_lzma.OpenTestCase.test_newline)\nPASS: test_text_modes (test.test_lzma.OpenTestCase.test_text_modes)\nPASS: test_with_pathlike_filename (test.test_lzma.OpenTestCase.test_with_pathlike_filename)\nPASS: test_x_mode (test.test_lzma.OpenTestCase.test_x_mode)\n\n----------------------------------------------------------------------\nRan 121 tests in 0.123s\n\nOK (skipped=1)\n0:01:45 load avg: 1.49 [264/480] test_mailbox passed\ntest_empty_maildir (test.test_mailbox.MaildirTestCase.test_empty_maildir)\nPASS: Test an empty maildir mailbox\nPASS: test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both)\nPASS: test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur)\nPASS: test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new)\nPASS: test__all__ (test.test_mailbox.MiscTestCase.test__all__)\nPASS: test_add (test.test_mailbox.TestBabyl.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestBabyl.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestBabyl.test_add_StringIO_warns)\nPASS: test_add_binary_file (test.test_mailbox.TestBabyl.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestBabyl.test_add_binary_nonascii_file)\nPASS: test_add_doesnt_rewrite (test.test_mailbox.TestBabyl.test_add_doesnt_rewrite)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestBabyl.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestBabyl.test_clear)\nPASS: test_close (test.test_mailbox.TestBabyl.test_close)\nPASS: test_contains (test.test_mailbox.TestBabyl.test_contains)\nPASS: test_delitem (test.test_mailbox.TestBabyl.test_delitem)\nPASS: test_discard (test.test_mailbox.TestBabyl.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestBabyl.test_dump_message)\nPASS: test_flush (test.test_mailbox.TestBabyl.test_flush)\nPASS: test_get (test.test_mailbox.TestBabyl.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestBabyl.test_get_bytes)\nPASS: test_get_file (test.test_mailbox.TestBabyl.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice)\nPASS: test_get_message (test.test_mailbox.TestBabyl.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestBabyl.test_get_string)\nPASS: test_getitem (test.test_mailbox.TestBabyl.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestBabyl.test_items)\nPASS: test_iter (test.test_mailbox.TestBabyl.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestBabyl.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestBabyl.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestBabyl.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestBabyl.test_keys)\nPASS: test_labels (test.test_mailbox.TestBabyl.test_labels)\nPASS: test_len (test.test_mailbox.TestBabyl.test_len)\nPASS: test_lock_unlock (test.test_mailbox.TestBabyl.test_lock_unlock)\nPASS: test_ownership_after_flush (test.test_mailbox.TestBabyl.test_ownership_after_flush)\nPASS: test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush)\nPASS: test_pop (test.test_mailbox.TestBabyl.test_pop)\nPASS: test_popitem (test.test_mailbox.TestBabyl.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestBabyl.test_popitem_and_flush_twice)\nPASS: test_remove (test.test_mailbox.TestBabyl.test_remove)\nPASS: test_set_item (test.test_mailbox.TestBabyl.test_set_item)\nPASS: test_update (test.test_mailbox.TestBabyl.test_update)\nPASS: test_values (test.test_mailbox.TestBabyl.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestBabylMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestBabylMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestBabylMessage.test_explain_to)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestBabylMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestBabylMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestBabylMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestBabylMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestBabylMessage.test_initialize_with_string)\nPASS: test_labels (test.test_mailbox.TestBabylMessage.test_labels)\nPASS: test_visible (test.test_mailbox.TestBabylMessage.test_visible)\nPASS: test_closing_fd (test.test_mailbox.TestFakeMailBox.test_closing_fd)\nPASS: test_add (test.test_mailbox.TestMH.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMH.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMH.test_add_StringIO_warns)\nPASS: test_add_and_remove_folders (test.test_mailbox.TestMH.test_add_and_remove_folders)\nPASS: test_add_binary_file (test.test_mailbox.TestMH.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMH.test_add_binary_nonascii_file)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMH.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMH.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestMH.test_clear)\nPASS: test_close (test.test_mailbox.TestMH.test_close)\nPASS: test_contains (test.test_mailbox.TestMH.test_contains)\nPASS: test_delitem (test.test_mailbox.TestMH.test_delitem)\nPASS: test_discard (test.test_mailbox.TestMH.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMH.test_dump_message)\nPASS: test_flush (test.test_mailbox.TestMH.test_flush)\nPASS: test_get (test.test_mailbox.TestMH.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestMH.test_get_bytes)\nPASS: test_get_file (test.test_mailbox.TestMH.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMH.test_get_file_can_be_closed_twice)\nPASS: test_get_folder (test.test_mailbox.TestMH.test_get_folder)\nPASS: test_get_message (test.test_mailbox.TestMH.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMH.test_get_string)\nPASS: test_getitem (test.test_mailbox.TestMH.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string)\nPASS: test_issue2625 (test.test_mailbox.TestMH.test_issue2625)\nPASS: test_issue7627 (test.test_mailbox.TestMH.test_issue7627)\nPASS: test_items (test.test_mailbox.TestMH.test_items)\nPASS: test_iter (test.test_mailbox.TestMH.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMH.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMH.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMH.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMH.test_keys)\nPASS: test_len (test.test_mailbox.TestMH.test_len)\nPASS: test_list_folders (test.test_mailbox.TestMH.test_list_folders)\nPASS: test_lock_unlock (test.test_mailbox.TestMH.test_lock_unlock)\nPASS: test_lock_unlock_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file)\nPASS: test_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_no_dot_mh_sequences_file)\nPASS: test_pack (test.test_mailbox.TestMH.test_pack)\nPASS: test_pop (test.test_mailbox.TestMH.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMH.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMH.test_popitem_and_flush_twice)\nPASS: test_remove (test.test_mailbox.TestMH.test_remove)\nPASS: test_sequences (test.test_mailbox.TestMH.test_sequences)\nPASS: test_set_item (test.test_mailbox.TestMH.test_set_item)\nPASS: test_update (test.test_mailbox.TestMH.test_update)\nPASS: test_values (test.test_mailbox.TestMH.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMHMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMHMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMHMessage.test_explain_to)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMHMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMHMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMHMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMHMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMHMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMHMessage.test_initialize_with_string)\nPASS: test_sequences (test.test_mailbox.TestMHMessage.test_sequences)\nPASS: test_add (test.test_mailbox.TestMMDF.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMMDF.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMMDF.test_add_StringIO_warns)\nPASS: test_add_and_close (test.test_mailbox.TestMMDF.test_add_and_close)\nPASS: test_add_binary_file (test.test_mailbox.TestMMDF.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMMDF.test_add_binary_nonascii_file)\nPASS: test_add_doesnt_rewrite (test.test_mailbox.TestMMDF.test_add_doesnt_rewrite)\nPASS: test_add_from_bytes (test.test_mailbox.TestMMDF.test_add_from_bytes)\nPASS: test_add_from_string (test.test_mailbox.TestMMDF.test_add_from_string)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header)\nPASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMMDF.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestMMDF.test_clear)\nPASS: test_close (test.test_mailbox.TestMMDF.test_close)\nPASS: test_contains (test.test_mailbox.TestMMDF.test_contains)\nPASS: test_delitem (test.test_mailbox.TestMMDF.test_delitem)\nPASS: test_discard (test.test_mailbox.TestMMDF.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMMDF.test_dump_message)\nPASS: test_flush (test.test_mailbox.TestMMDF.test_flush)\nPASS: test_get (test.test_mailbox.TestMMDF.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestMMDF.test_get_bytes)\nPASS: test_get_bytes_from (test.test_mailbox.TestMMDF.test_get_bytes_from)\nPASS: test_get_file (test.test_mailbox.TestMMDF.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice)\nPASS: test_get_message (test.test_mailbox.TestMMDF.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMMDF.test_get_string)\nPASS: test_get_string_from (test.test_mailbox.TestMMDF.test_get_string_from)\nPASS: test_getitem (test.test_mailbox.TestMMDF.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestMMDF.test_items)\nPASS: test_iter (test.test_mailbox.TestMMDF.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMMDF.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMMDF.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMMDF.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMMDF.test_keys)\nPASS: test_len (test.test_mailbox.TestMMDF.test_len)\nPASS: test_lock_conflict (test.test_mailbox.TestMMDF.test_lock_conflict)\nPASS: test_lock_unlock (test.test_mailbox.TestMMDF.test_lock_unlock)\nPASS: test_open_close_open (test.test_mailbox.TestMMDF.test_open_close_open)\nPASS: test_ownership_after_flush (test.test_mailbox.TestMMDF.test_ownership_after_flush)\nPASS: test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush)\nPASS: test_pop (test.test_mailbox.TestMMDF.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMMDF.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMMDF.test_popitem_and_flush_twice)\nPASS: test_relock (test.test_mailbox.TestMMDF.test_relock)\nPASS: test_remove (test.test_mailbox.TestMMDF.test_remove)\nPASS: test_set_item (test.test_mailbox.TestMMDF.test_set_item)\nPASS: test_update (test.test_mailbox.TestMMDF.test_update)\nPASS: test_values (test.test_mailbox.TestMMDF.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMMDFMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMMDFMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMMDFMessage.test_explain_to)\nPASS: test_flags (test.test_mailbox.TestMMDFMessage.test_flags)\nPASS: test_from (test.test_mailbox.TestMMDFMessage.test_from)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMMDFMessage.test_initialize_with_string)\nPASS: test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage.test_initialize_with_unixfrom)\nPASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass.test_notimplemented)\nPASS: test_add (test.test_mailbox.TestMaildir.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMaildir.test_add_8bit_body)\nPASS: test_add_MM (test.test_mailbox.TestMaildir.test_add_MM)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMaildir.test_add_StringIO_warns)\nPASS: test_add_and_remove_folders (test.test_mailbox.TestMaildir.test_add_and_remove_folders)\nPASS: test_add_binary_file (test.test_mailbox.TestMaildir.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMaildir.test_add_binary_nonascii_file)\nPASS: test_add_flag (test.test_mailbox.TestMaildir.test_add_flag)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMaildir.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clean (test.test_mailbox.TestMaildir.test_clean)\nPASS: test_clear (test.test_mailbox.TestMaildir.test_clear)\nPASS: test_close (test.test_mailbox.TestMaildir.test_close)\nPASS: test_consistent_factory (test.test_mailbox.TestMaildir.test_consistent_factory)\nPASS: test_contains (test.test_mailbox.TestMaildir.test_contains)\nPASS: test_create_tmp (test.test_mailbox.TestMaildir.test_create_tmp)\nPASS: test_delitem (test.test_mailbox.TestMaildir.test_delitem)\nPASS: test_directory_in_folder (test.test_mailbox.TestMaildir.test_directory_in_folder)\nPASS: test_discard (test.test_mailbox.TestMaildir.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMaildir.test_dump_message)\nPASS: test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions)\nPASS: test_filename_leading_dot (test.test_mailbox.TestMaildir.test_filename_leading_dot)\nPASS: test_flush (test.test_mailbox.TestMaildir.test_flush)\nPASS: test_folder (test.test_mailbox.TestMaildir.test_folder)\nPASS: test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms)\nPASS: test_get (test.test_mailbox.TestMaildir.test_get)\nPASS: test_get_MM (test.test_mailbox.TestMaildir.test_get_MM)\nPASS: test_get_bytes (test.test_mailbox.TestMaildir.test_get_bytes)\nPASS: test_get_file (test.test_mailbox.TestMaildir.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice)\nPASS: test_get_flags (test.test_mailbox.TestMaildir.test_get_flags)\nPASS: test_get_folder (test.test_mailbox.TestMaildir.test_get_folder)\nPASS: test_get_info (test.test_mailbox.TestMaildir.test_get_info)\nPASS: test_get_message (test.test_mailbox.TestMaildir.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMaildir.test_get_string)\nPASS: test_getitem (test.test_mailbox.TestMaildir.test_getitem)\nPASS: test_initialize_existing (test.test_mailbox.TestMaildir.test_initialize_existing)\nPASS: test_initialize_new (test.test_mailbox.TestMaildir.test_initialize_new)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestMaildir.test_items)\nPASS: test_iter (test.test_mailbox.TestMaildir.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMaildir.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMaildir.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMaildir.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMaildir.test_keys)\nPASS: test_len (test.test_mailbox.TestMaildir.test_len)\nPASS: test_list_folders (test.test_mailbox.TestMaildir.test_list_folders)\nPASS: test_lock_unlock (test.test_mailbox.TestMaildir.test_lock_unlock)\nPASS: test_lookup (test.test_mailbox.TestMaildir.test_lookup)\nPASS: test_pop (test.test_mailbox.TestMaildir.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMaildir.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMaildir.test_popitem_and_flush_twice)\nPASS: test_refresh (test.test_mailbox.TestMaildir.test_refresh)\nPASS: test_refresh_after_safety_period (test.test_mailbox.TestMaildir.test_refresh_after_safety_period)\nPASS: test_remove (test.test_mailbox.TestMaildir.test_remove)\nPASS: test_remove_flag (test.test_mailbox.TestMaildir.test_remove_flag)\nPASS: test_reread (test.test_mailbox.TestMaildir.test_reread)\nPASS: test_set_MM (test.test_mailbox.TestMaildir.test_set_MM)\nPASS: test_set_flags (test.test_mailbox.TestMaildir.test_set_flags)\nPASS: test_set_info (test.test_mailbox.TestMaildir.test_set_info)\nPASS: test_set_item (test.test_mailbox.TestMaildir.test_set_item)\nPASS: test_update (test.test_mailbox.TestMaildir.test_update)\nPASS: test_values (test.test_mailbox.TestMaildir.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMaildirMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMaildirMessage.test_become_message)\nPASS: test_date (test.test_mailbox.TestMaildirMessage.test_date)\nPASS: test_explain_to (test.test_mailbox.TestMaildirMessage.test_explain_to)\nPASS: test_flags (test.test_mailbox.TestMaildirMessage.test_flags)\nPASS: test_info (test.test_mailbox.TestMaildirMessage.test_info)\nPASS: test_info_and_flags (test.test_mailbox.TestMaildirMessage.test_info_and_flags)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMaildirMessage.test_initialize_with_string)\nPASS: test_subdir (test.test_mailbox.TestMaildirMessage.test_subdir)\nPASS: test_add (test.test_mailbox.TestMbox.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMbox.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMbox.test_add_StringIO_warns)\nPASS: test_add_and_close (test.test_mailbox.TestMbox.test_add_and_close)\nPASS: test_add_binary_file (test.test_mailbox.TestMbox.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMbox.test_add_binary_nonascii_file)\nPASS: test_add_doesnt_rewrite (test.test_mailbox.TestMbox.test_add_doesnt_rewrite)\nPASS: test_add_from_bytes (test.test_mailbox.TestMbox.test_add_from_bytes)\nPASS: test_add_from_string (test.test_mailbox.TestMbox.test_add_from_string)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header)\nPASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMbox.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestMbox.test_clear)\nPASS: test_close (test.test_mailbox.TestMbox.test_close)\nPASS: test_contains (test.test_mailbox.TestMbox.test_contains)\nPASS: test_delitem (test.test_mailbox.TestMbox.test_delitem)\nPASS: test_discard (test.test_mailbox.TestMbox.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMbox.test_dump_message)\nPASS: test_file_perms (test.test_mailbox.TestMbox.test_file_perms)\nPASS: test_flush (test.test_mailbox.TestMbox.test_flush)\nPASS: test_get (test.test_mailbox.TestMbox.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestMbox.test_get_bytes)\nPASS: test_get_bytes_from (test.test_mailbox.TestMbox.test_get_bytes_from)\nPASS: test_get_file (test.test_mailbox.TestMbox.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice)\nPASS: test_get_message (test.test_mailbox.TestMbox.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMbox.test_get_string)\nPASS: test_get_string_from (test.test_mailbox.TestMbox.test_get_string_from)\nPASS: test_getitem (test.test_mailbox.TestMbox.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestMbox.test_items)\nPASS: test_iter (test.test_mailbox.TestMbox.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMbox.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMbox.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMbox.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMbox.test_keys)\nPASS: test_len (test.test_mailbox.TestMbox.test_len)\nPASS: test_lock_conflict (test.test_mailbox.TestMbox.test_lock_conflict)\nPASS: test_lock_unlock (test.test_mailbox.TestMbox.test_lock_unlock)\nPASS: test_message_separator (test.test_mailbox.TestMbox.test_message_separator)\nPASS: test_open_close_open (test.test_mailbox.TestMbox.test_open_close_open)\nPASS: test_ownership_after_flush (test.test_mailbox.TestMbox.test_ownership_after_flush)\nPASS: test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush)\nPASS: test_pop (test.test_mailbox.TestMbox.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMbox.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMbox.test_popitem_and_flush_twice)\nPASS: test_relock (test.test_mailbox.TestMbox.test_relock)\nPASS: test_remove (test.test_mailbox.TestMbox.test_remove)\nPASS: test_set_item (test.test_mailbox.TestMbox.test_set_item)\nPASS: test_terminating_newline (test.test_mailbox.TestMbox.test_terminating_newline)\nPASS: test_update (test.test_mailbox.TestMbox.test_update)\nPASS: test_values (test.test_mailbox.TestMbox.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMboxMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMboxMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMboxMessage.test_explain_to)\nPASS: test_flags (test.test_mailbox.TestMboxMessage.test_flags)\nPASS: test_from (test.test_mailbox.TestMboxMessage.test_from)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMboxMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMboxMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMboxMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMboxMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMboxMessage.test_initialize_with_string)\nPASS: test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage.test_initialize_with_unixfrom)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMessage.test_explain_to)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMessage.test_initialize_with_string)\nPASS: test_babyl_to_babyl (test.test_mailbox.TestMessageConversion.test_babyl_to_babyl)\nPASS: test_babyl_to_maildir (test.test_mailbox.TestMessageConversion.test_babyl_to_maildir)\nPASS: test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_babyl_to_mboxmmdf)\nPASS: test_babyl_to_mh (test.test_mailbox.TestMessageConversion.test_babyl_to_mh)\nPASS: test_maildir_to_babyl (test.test_mailbox.TestMessageConversion.test_maildir_to_babyl)\nPASS: test_maildir_to_maildir (test.test_mailbox.TestMessageConversion.test_maildir_to_maildir)\nPASS: test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_maildir_to_mboxmmdf)\nPASS: test_maildir_to_mh (test.test_mailbox.TestMessageConversion.test_maildir_to_mh)\nPASS: test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_babyl)\nPASS: test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_maildir)\nPASS: test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mboxmmdf)\nPASS: test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mh)\nPASS: test_mh_to_babyl (test.test_mailbox.TestMessageConversion.test_mh_to_babyl)\nPASS: test_mh_to_maildir (test.test_mailbox.TestMessageConversion.test_mh_to_maildir)\nPASS: test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mh_to_mboxmmdf)\nPASS: test_mh_to_mh (test.test_mailbox.TestMessageConversion.test_mh_to_mh)\nPASS: test_plain_to_x (test.test_mailbox.TestMessageConversion.test_plain_to_x)\nPASS: test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion.test_type_specific_attributes_removed_on_conversion)\nPASS: test_x_from_bytes (test.test_mailbox.TestMessageConversion.test_x_from_bytes)\nPASS: test_x_to_invalid (test.test_mailbox.TestMessageConversion.test_x_to_invalid)\nPASS: test_x_to_plain (test.test_mailbox.TestMessageConversion.test_x_to_plain)\nPASS: test_close (test.test_mailbox.TestPartialFile.test_close)\nPASS: test_initialize (test.test_mailbox.TestPartialFile.test_initialize)\nPASS: test_iteration (test.test_mailbox.TestPartialFile.test_iteration)\nPASS: test_read (test.test_mailbox.TestPartialFile.test_read)\nPASS: test_readline (test.test_mailbox.TestPartialFile.test_readline)\nPASS: test_readlines (test.test_mailbox.TestPartialFile.test_readlines)\nPASS: test_seek_and_tell (test.test_mailbox.TestPartialFile.test_seek_and_tell)\nPASS: test_close (test.test_mailbox.TestProxyFile.test_close)\nPASS: test_initialize (test.test_mailbox.TestProxyFile.test_initialize)\nPASS: test_iteration (test.test_mailbox.TestProxyFile.test_iteration)\nPASS: test_read (test.test_mailbox.TestProxyFile.test_read)\nPASS: test_readline (test.test_mailbox.TestProxyFile.test_readline)\nPASS: test_readlines (test.test_mailbox.TestProxyFile.test_readlines)\nPASS: test_seek_and_tell (test.test_mailbox.TestProxyFile.test_seek_and_tell)\n\n----------------------------------------------------------------------\nRan 376 tests in 0.216s\n\nOK\n0:01:46 load avg: 1.49 [265/480] test_marshal passed\nPASS: test_array (test.test_marshal.BufferTestCase.test_array)\nPASS: test_bytearray (test.test_marshal.BufferTestCase.test_bytearray)\nPASS: test_memoryview (test.test_marshal.BufferTestCase.test_memoryview)\nPASS: test_bad_reader (test.test_marshal.BugsTestCase.test_bad_reader)\nPASS: test_bug_5888452 (test.test_marshal.BugsTestCase.test_bug_5888452)\nPASS: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets)\nPASS: test_eof (test.test_marshal.BugsTestCase.test_eof)\nPASS: test_exact_type_match (test.test_marshal.BugsTestCase.test_exact_type_match)\nPASS: test_fuzz (test.test_marshal.BugsTestCase.test_fuzz)\nPASS: test_invalid_longs (test.test_marshal.BugsTestCase.test_invalid_longs)\nPASS: test_large_marshal (test.test_marshal.BugsTestCase.test_large_marshal)\nPASS: test_loads_recursion (test.test_marshal.BugsTestCase.test_loads_recursion)\nPASS: test_loads_reject_unicode_strings (test.test_marshal.BugsTestCase.test_loads_reject_unicode_strings)\nPASS: test_multiple_dumps_and_loads (test.test_marshal.BugsTestCase.test_multiple_dumps_and_loads)\nPASS: test_patch_873224 (test.test_marshal.BugsTestCase.test_patch_873224)\nPASS: test_recursion_limit (test.test_marshal.BugsTestCase.test_recursion_limit)\nPASS: test_version_argument (test.test_marshal.BugsTestCase.test_version_argument)\nPASS: test_read_last_object_from_file (test.test_marshal.CAPI_TestCase.test_read_last_object_from_file)\nPASS: test_read_long_from_file (test.test_marshal.CAPI_TestCase.test_read_long_from_file)\nPASS: test_read_object_from_file (test.test_marshal.CAPI_TestCase.test_read_object_from_file)\nPASS: test_read_short_from_file (test.test_marshal.CAPI_TestCase.test_read_short_from_file)\nPASS: test_write_long_to_file (test.test_marshal.CAPI_TestCase.test_write_long_to_file)\nPASS: test_write_object_to_file (test.test_marshal.CAPI_TestCase.test_write_object_to_file)\nPASS: test_code (test.test_marshal.CodeTestCase.test_code)\nPASS: test_different_filenames (test.test_marshal.CodeTestCase.test_different_filenames)\nPASS: test_many_codeobjects (test.test_marshal.CodeTestCase.test_many_codeobjects)\nPASS: test_minimal_linetable_with_no_debug_ranges (test.test_marshal.CodeTestCase.test_minimal_linetable_with_no_debug_ranges)\nPASS: test_no_allow_code (test.test_marshal.CodeTestCase.test_no_allow_code)\nPASS: test_same_filename_used (test.test_marshal.CodeTestCase.test_same_filename_used)\nPASS: test0To3 (test.test_marshal.CompatibilityTestCase.test0To3)\nPASS: test1To3 (test.test_marshal.CompatibilityTestCase.test1To3)\nPASS: test2To3 (test.test_marshal.CompatibilityTestCase.test2To3)\nPASS: test3To3 (test.test_marshal.CompatibilityTestCase.test3To3)\nPASS: test_dict (test.test_marshal.ContainerTestCase.test_dict)\nPASS: test_list (test.test_marshal.ContainerTestCase.test_list)\nPASS: test_sets (test.test_marshal.ContainerTestCase.test_sets)\nPASS: test_tuple (test.test_marshal.ContainerTestCase.test_tuple)\nPASS: test_exceptions (test.test_marshal.ExceptionTestCase.test_exceptions)\nPASS: test_floats (test.test_marshal.FloatTestCase.test_floats)\nPASS: testBytes (test.test_marshal.InstancingTestCase.testBytes)\nPASS: testDict (test.test_marshal.InstancingTestCase.testDict)\nPASS: testFloat (test.test_marshal.InstancingTestCase.testFloat)\nPASS: testFrozenSet (test.test_marshal.InstancingTestCase.testFrozenSet)\nPASS: testInt (test.test_marshal.InstancingTestCase.testInt)\nPASS: testList (test.test_marshal.InstancingTestCase.testList)\nPASS: testModule (test.test_marshal.InstancingTestCase.testModule)\nPASS: testRecursion (test.test_marshal.InstancingTestCase.testRecursion)\nPASS: testSet (test.test_marshal.InstancingTestCase.testSet)\nPASS: testStr (test.test_marshal.InstancingTestCase.testStr)\nPASS: testTuple (test.test_marshal.InstancingTestCase.testTuple)\nPASS: test_bool (test.test_marshal.IntTestCase.test_bool)\nPASS: test_int64 (test.test_marshal.IntTestCase.test_int64)\nPASS: test_ints (test.test_marshal.IntTestCase.test_ints)\nPASS: testIntern (test.test_marshal.InterningTestCase.testIntern)\nPASS: testNoIntern (test.test_marshal.InterningTestCase.testNoIntern)\nSKIP: test_bytearray (test.test_marshal.LargeValuesTestCase.test_bytearray) 'not enough memory: 4.0G minimum needed'\nSKIP: test_bytes (test.test_marshal.LargeValuesTestCase.test_bytes) 'not enough memory: 4.0G minimum needed'\nSKIP: test_frozenset (test.test_marshal.LargeValuesTestCase.test_frozenset) 'not enough memory: 256.0G minimum needed'\nSKIP: test_list (test.test_marshal.LargeValuesTestCase.test_list) 'not enough memory: 18.0G minimum needed'\nSKIP: test_set (test.test_marshal.LargeValuesTestCase.test_set) 'not enough memory: 256.0G minimum needed'\nSKIP: test_str (test.test_marshal.LargeValuesTestCase.test_str) 'not enough memory: 4.0G minimum needed'\nSKIP: test_tuple (test.test_marshal.LargeValuesTestCase.test_tuple) 'not enough memory: 18.0G minimum needed'\nPASS: test_bytes (test.test_marshal.StringTestCase.test_bytes)\nPASS: test_string (test.test_marshal.StringTestCase.test_string)\nPASS: test_unicode (test.test_marshal.StringTestCase.test_unicode)\n\n----------------------------------------------------------------------\nRan 65 tests in 0.398s\n\nOK (skipped=7)\n0:01:46 load avg: 1.49 [266/480] test_imaplib passed\nPASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message)\ntest_aborted_authentication (test.test_imaplib.NewIMAPSSLTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'OEJN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'OEJN0 OK CAPABILITY completed'\nGOT: b'OEJN1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'OEJN1 NO [AUTHENTICATIONFAILED] aborted'\nok\ntest_bad_auth_name (test.test_imaplib.NewIMAPSSLTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CECM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CECM0 OK CAPABILITY completed'\nGOT: b'CECM1 AUTHENTICATE METHOD'\nSENT: b'CECM1 NO unrecognized authentication type METHOD'\nok\ntest_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DKIJ0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'\nSENT: b'DKIJ0 OK CAPABILITY completed'\nGOT: b'DKIJ1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DKIJ1 OK FAKEAUTH successful'\nGOT: b'DKIJ2 ENABLE UTF8=ACCEPT'\nSENT: b'DKIJ2 OK ENABLE successful'\nGOT: b'DKIJ3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'DKIJ3 OK okay'\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_raises_error_if_not_supported) ... SENT: b'* OK IMAP4rev1'\nGOT: b'NPGL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'NPGL0 OK CAPABILITY completed'\nGOT: b'NPGL1 LOGIN user \"pass\"'\nSENT: b'NPGL1 OK LOGIN completed'\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_no_capability) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JNFA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JNFA0 OK CAPABILITY completed'\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_not_AUTH) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DHEE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'DHEE0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'KDBD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'KDBD0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'MCGO0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'MCGO0 OK CAPABILITY completed'\nGOT: b'MCGO1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'MCGO1 OK LOGOUT completed'\nSENT: b'* OK IMAP4rev1'\nGOT: b'CHEE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CHEE0 OK CAPABILITY completed'\nGOT: b'CHEE1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CHEE1 OK LOGOUT completed'\nok\ntest_invalid_authentication (test.test_imaplib.NewIMAPSSLTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DKCD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DKCD0 OK CAPABILITY completed'\nGOT: b'DKCD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DKCD1 NO [AUTHENTICATIONFAILED] invalid'\nok\ntest_line_termination (test.test_imaplib.NewIMAPSSLTests.test_line_termination) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CAOD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'CAOD0 OK CAPABILITY completed'\nok\nPASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests.test_linetoolong)\ntest_login (test.test_imaplib.NewIMAPSSLTests.test_login) ... SENT: b'* OK IMAP4rev1'\nGOT: b'FKJM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FKJM0 OK CAPABILITY completed'\nGOT: b'FKJM1 LOGIN user \"pass\"'\nSENT: b'FKJM1 OK LOGIN completed'\nok\ntest_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PKMM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'PKMM0 OK CAPABILITY completed'\nGOT: b'PKMM1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'PKMM1 OK CRAM-MD5 successful'\nok\ntest_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JKFI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'JKFI0 OK CAPABILITY completed'\nGOT: b'JKFI1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'JKFI1 OK CRAM-MD5 successful'\nok\ntest_logout (test.test_imaplib.NewIMAPSSLTests.test_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JFKD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JFKD0 OK CAPABILITY completed'\nGOT: b'JFKD1 LOGIN user \"pass\"'\nSENT: b'JFKD1 OK LOGIN completed'\nGOT: b'JFKD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'JFKD2 OK LOGOUT completed'\nok\ntest_lsub (test.test_imaplib.NewIMAPSSLTests.test_lsub) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CNMD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CNMD0 OK CAPABILITY completed'\nGOT: b'CNMD1 LOGIN user \"pass\"'\nSENT: b'CNMD1 OK LOGIN completed'\nGOT: b'CNMD2 LSUB \"\" *'\nSENT: b'* LSUB () \".\" directoryA'\nSENT: b'CNMD2 OK LSUB completed'\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests.test_search_disallows_charset_in_utf8_mode) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BMEB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'BMEB0 OK CAPABILITY completed'\nGOT: b'BMEB1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'BMEB1 OK FAKEAUTH successful'\nGOT: b'BMEB2 ENABLE UTF8=ACCEPT'\nSENT: b'BMEB2 OK ENABLE successful'\nok\ntest_simple_with_statement (test.test_imaplib.NewIMAPSSLTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'GDBD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'GDBD0 OK CAPABILITY completed'\nGOT: b'GDBD1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GDBD1 OK LOGOUT completed'\nok\nPASS: test_ssl_raises (test.test_imaplib.NewIMAPSSLTests.test_ssl_raises)\ntest_ssl_verified (test.test_imaplib.NewIMAPSSLTests.test_ssl_verified) ... SENT: b'* OK IMAP4rev1'\nGOT: b'KADH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'KADH0 OK CAPABILITY completed'\nok\ntest_unselect (test.test_imaplib.NewIMAPSSLTests.test_unselect) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JDFN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JDFN0 OK CAPABILITY completed'\nGOT: b'JDFN1 LOGIN user \"pass\"'\nSENT: b'JDFN1 OK LOGIN completed'\nGOT: b'JDFN2 SELECT INBOX'\nSENT: b'* 2 EXISTS'\nSENT: b'JDFN2 OK [READ-WRITE] SELECT completed.'\nGOT: b'JDFN3 UNSELECT'\nSENT: b'JDFN3 OK Returned to authenticated state. (Success)'\nok\ntest_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'MIIN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'MIIN0 OK CAPABILITY completed'\nGOT: b'MIIN1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'MIIN1 OK FAKEAUTH successful'\nok\ntest_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CHDF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CHDF0 OK CAPABILITY completed'\nGOT: b'CHDF1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'CHDF1 OK FAKEAUTH successful'\nok\ntest_with_statement (test.test_imaplib.NewIMAPSSLTests.test_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'EGOA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EGOA0 OK CAPABILITY completed'\nGOT: b'EGOA1 LOGIN user \"pass\"'\nSENT: b'EGOA1 OK LOGIN completed'\nGOT: b'EGOA2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EGOA2 OK LOGOUT completed'\nok\ntest_with_statement_logout (test.test_imaplib.NewIMAPSSLTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'FKAG0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FKAG0 OK CAPABILITY completed'\nGOT: b'FKAG1 LOGIN user \"pass\"'\nSENT: b'FKAG1 OK LOGIN completed'\nGOT: b'FKAG2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FKAG2 OK LOGOUT completed'\nok\nPASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message)\ntest_aborted_authentication (test.test_imaplib.NewIMAPTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'IBHC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'IBHC0 OK CAPABILITY completed'\nGOT: b'IBHC1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'IBHC1 NO [AUTHENTICATIONFAILED] aborted'\nok\ntest_bad_auth_name (test.test_imaplib.NewIMAPTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BBFN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BBFN0 OK CAPABILITY completed'\nGOT: b'BBFN1 AUTHENTICATE METHOD'\nSENT: b'BBFN1 NO unrecognized authentication type METHOD'\nok\ntest_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BBIE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'\nSENT: b'BBIE0 OK CAPABILITY completed'\nGOT: b'BBIE1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'BBIE1 OK FAKEAUTH successful'\nGOT: b'BBIE2 ENABLE UTF8=ACCEPT'\nSENT: b'BBIE2 OK ENABLE successful'\nGOT: b'BBIE3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'BBIE3 OK okay'\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests.test_enable_UTF8_raises_error_if_not_supported) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DNCE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DNCE0 OK CAPABILITY completed'\nGOT: b'DNCE1 LOGIN user \"pass\"'\nSENT: b'DNCE1 OK LOGIN completed'\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_no_capability) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PEIN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PEIN0 OK CAPABILITY completed'\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_not_AUTH) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JLFF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'JLFF0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BMDG0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BMDG0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HKEE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HKEE0 OK CAPABILITY completed'\nGOT: b'HKEE1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'HKEE1 OK LOGOUT completed'\nSENT: b'* OK IMAP4rev1'\nGOT: b'GCMA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'GCMA0 OK CAPABILITY completed'\nGOT: b'GCMA1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GCMA1 OK LOGOUT completed'\nok\ntest_invalid_authentication (test.test_imaplib.NewIMAPTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DCBK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DCBK0 OK CAPABILITY completed'\nGOT: b'DCBK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DCBK1 NO [AUTHENTICATIONFAILED] invalid'\nok\ntest_line_termination (test.test_imaplib.NewIMAPTests.test_line_termination) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DNPH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'DNPH0 OK CAPABILITY completed'\nok\nPASS: test_linetoolong (test.test_imaplib.NewIMAPTests.test_linetoolong)\ntest_login (test.test_imaplib.NewIMAPTests.test_login) ... SENT: b'* OK IMAP4rev1'\nGOT: b'LDLL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'LDLL0 OK CAPABILITY completed'\nGOT: b'LDLL1 LOGIN user \"pass\"'\nSENT: b'LDLL1 OK LOGIN completed'\nok\ntest_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'OJPI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'OJPI0 OK CAPABILITY completed'\nGOT: b'OJPI1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'OJPI1 OK CRAM-MD5 successful'\nok\ntest_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests.test_login_cram_md5_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HPBN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'HPBN0 OK CAPABILITY completed'\nGOT: b'HPBN1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'HPBN1 OK CRAM-MD5 successful'\nok\ntest_logout (test.test_imaplib.NewIMAPTests.test_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'EFDC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EFDC0 OK CAPABILITY completed'\nGOT: b'EFDC1 LOGIN user \"pass\"'\nSENT: b'EFDC1 OK LOGIN completed'\nGOT: b'EFDC2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EFDC2 OK LOGOUT completed'\nok\ntest_lsub (test.test_imaplib.NewIMAPTests.test_lsub) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PPBN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PPBN0 OK CAPABILITY completed'\nGOT: b'PPBN1 LOGIN user \"pass\"'\nSENT: b'PPBN1 OK LOGIN completed'\nGOT: b'PPBN2 LSUB \"\" *'\nSENT: b'* LSUB () \".\" directoryA'\nSENT: b'PPBN2 OK LSUB completed'\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests.test_search_disallows_charset_in_utf8_mode) ... SENT: b'* OK IMAP4rev1'\nGOT: b'OIII0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'OIII0 OK CAPABILITY completed'\nGOT: b'OIII1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'OIII1 OK FAKEAUTH successful'\nGOT: b'OIII2 ENABLE UTF8=ACCEPT'\nSENT: b'OIII2 OK ENABLE successful'\nok\ntest_simple_with_statement (test.test_imaplib.NewIMAPTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PING0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PING0 OK CAPABILITY completed'\nGOT: b'PING1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'PING1 OK LOGOUT completed'\nok\ntest_unselect (test.test_imaplib.NewIMAPTests.test_unselect) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HDNB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HDNB0 OK CAPABILITY completed'\nGOT: b'HDNB1 LOGIN user \"pass\"'\nSENT: b'HDNB1 OK LOGIN completed'\nGOT: b'HDNB2 SELECT INBOX'\nSENT: b'* 2 EXISTS'\nSENT: b'HDNB2 OK [READ-WRITE] SELECT completed.'\nGOT: b'HDNB3 UNSELECT'\nSENT: b'HDNB3 OK Returned to authenticated state. (Success)'\nok\ntest_valid_authentication_bytes (test.test_imaplib.NewIMAPTests.test_valid_authentication_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HODD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HODD0 OK CAPABILITY completed'\nGOT: b'HODD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'HODD1 OK FAKEAUTH successful'\nok\ntest_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'ONIK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'ONIK0 OK CAPABILITY completed'\nGOT: b'ONIK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'ONIK1 OK FAKEAUTH successful'\nok\ntest_with_statement (test.test_imaplib.NewIMAPTests.test_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'NKMH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'NKMH0 OK CAPABILITY completed'\nGOT: b'NKMH1 LOGIN user \"pass\"'\nSENT: b'NKMH1 OK LOGIN completed'\nGOT: b'NKMH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'NKMH2 OK LOGOUT completed'\nok\ntest_with_statement_logout (test.test_imaplib.NewIMAPTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'INGM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'INGM0 OK CAPABILITY completed'\nGOT: b'INGM1 LOGIN user \"pass\"'\nSENT: b'INGM1 OK LOGIN completed'\nGOT: b'INGM2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'INGM2 OK LOGOUT completed'\nok\nPASS: test_Internaldate2tuple (test.test_imaplib.TestImaplib.test_Internaldate2tuple)\nPASS: test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941)\nPASS: test_Time2Internaldate (test.test_imaplib.TestImaplib.test_Time2Internaldate)\nPASS: test_imap4_host_default_value (test.test_imaplib.TestImaplib.test_imap4_host_default_value)\nPASS: test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result)\ntest_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BOMD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BOMD0 OK CAPABILITY completed'\nGOT: b'BOMD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'BOMD1 NO [AUTHENTICATIONFAILED] aborted'\nGOT: b'BOMD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BOMD2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'LDFD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'LDFD0 OK CAPABILITY completed'\nGOT: b'LDFD1 AUTHENTICATE METHOD'\nSENT: b'LDFD1 NO unrecognized authentication type METHOD'\nGOT: b'LDFD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nwaiting for server\nSENT: b'LDFD2 OK LOGOUT completed'\ndone\nok\ntest_bracket_flags (test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BNMD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BNMD0 OK CAPABILITY completed'\nGOT: b'BNMD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'BNMD1 OK FAKEAUTH successful'\nGOT: b'BNMD2 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft)'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\*)] Flags permitted.'\nSENT: b'BNMD2 OK [READ-WRITE] SELECT completed.'\nGOT: b'BNMD3 STORE 1 +FLAGS ([test])'\nSENT: b'* 1 FETCH (FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test]))'\nSENT: b'BNMD3 OK STORE completed.'\nGOT: b'BNMD4 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test])'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test] \\\\*)] Flags permitted.'\nSENT: b'BNMD4 OK [READ-WRITE] SELECT completed.'\nGOT: b'BNMD5 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BNMD5 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_connect (test.test_imaplib.ThreadedNetworkedTests.test_connect) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BAPH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BAPH0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_dump_ur (test.test_imaplib.ThreadedNetworkedTests.test_dump_ur) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'CIBB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CIBB0 OK CAPABILITY completed'\nGOT: b'CIBB1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CIBB1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'MFNK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'MFNK0 OK CAPABILITY completed'\nGOT: b'MFNK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'MFNK1 OK FAKEAUTH successful'\nGOT: b'MFNK2 ENABLE UTF8=ACCEPT'\nSENT: b'MFNK2 OK ENABLE successful'\nGOT: b'MFNK3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'MFNK3 OK okay'\nGOT: b'MFNK4 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'MFNK4 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'EOCA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EOCA0 OK CAPABILITY completed'\nGOT: b'EOCA1 LOGIN user \"pass\"'\nSENT: b'EOCA1 OK LOGIN completed'\nGOT: b'EOCA2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EOCA2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'NKPF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'NKPF0 OK CAPABILITY completed'\nGOT: b'NKPF1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'NKPF1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_not_AUTH) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BEKB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'BEKB0 OK CAPABILITY completed'\nGOT: b'BEKB1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BEKB1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FGMC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FGMC0 OK CAPABILITY completed'\nGOT: b'FGMC1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'FGMC1 NO [AUTHENTICATIONFAILED] invalid'\nGOT: b'FGMC2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FGMC2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_issue5949 (test.test_imaplib.ThreadedNetworkedTests.test_issue5949) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_issue5949.<locals>.EOFHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_line_termination (test.test_imaplib.ThreadedNetworkedTests.test_line_termination) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'NGKE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'NGKE0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_linetoolong (test.test_imaplib.ThreadedNetworkedTests.test_linetoolong) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_linetoolong.<locals>.TooLongHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'CGMC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'CGMC0 OK CAPABILITY completed'\nGOT: b'CGMC1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'CGMC1 OK CRAM-MD5 successful'\nGOT: b'CGMC2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CGMC2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'IDMF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'IDMF0 OK CAPABILITY completed'\nGOT: b'IDMF1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'IDMF1 OK CRAM-MD5 successful'\nGOT: b'IDMF2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'IDMF2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests.test_search_disallows_charset_in_utf8_mode) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'DDAM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'DDAM0 OK CAPABILITY completed'\nGOT: b'DDAM1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DDAM1 OK FAKEAUTH successful'\nGOT: b'DDAM2 ENABLE UTF8=ACCEPT'\nSENT: b'DDAM2 OK ENABLE successful'\nGOT: b'DDAM3 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'DDAM3 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_simple_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'JODD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JODD0 OK CAPABILITY completed'\nGOT: b'JODD1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'JODD1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {32768}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {65536}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {131072}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {262144}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {524288}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1048576}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2097152}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4194304}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8388608}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {16777216}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {33554432}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {67108864}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {134217728}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {268435456}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {536870912}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1073741824}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2147483648}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4294967296}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8589934592}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17179869184}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {34359738368}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {68719476736}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {137438953472}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {274877906944}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {549755813888}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1099511627776}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2199023255552}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4398046511104}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8796093022208}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17592186044416}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {35184372088832}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {70368744177664}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {140737488355328}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {281474976710656}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {562949953421312}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1125899906842624}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2251799813685248}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4503599627370496}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9007199254740992}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {18014398509481984}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {36028797018963968}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {72057594037927936}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {144115188075855872}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {288230376151711744}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {576460752303423488}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1152921504606846976}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2305843009213693952}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4611686018427387904}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9223372036854775808}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\nok\ntest_valid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FDFD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FDFD0 OK CAPABILITY completed'\nGOT: b'FDFD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'FDFD1 OK FAKEAUTH successful'\nGOT: b'FDFD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FDFD2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'GLCI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'GLCI0 OK CAPABILITY completed'\nGOT: b'GLCI1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'GLCI1 OK FAKEAUTH successful'\nGOT: b'GLCI2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GLCI2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'KHDL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'KHDL0 OK CAPABILITY completed'\nGOT: b'KHDL1 LOGIN user \"pass\"'\nSENT: b'KHDL1 OK LOGIN completed'\nGOT: b'KHDL2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nwaiting for server\nSENT: b'KHDL2 OK LOGOUT completed'\ndone\nok\ntest_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests.test_with_statement_logout) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'IGHN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'IGHN0 OK CAPABILITY completed'\nGOT: b'IGHN1 LOGIN user \"pass\"'\nSENT: b'IGHN1 OK LOGIN completed'\nGOT: b'IGHN2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'IGHN2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_aborted_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'HPEI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HPEI0 OK CAPABILITY completed'\nGOT: b'HPEI1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'HPEI1 NO [AUTHENTICATIONFAILED] aborted'\nGOT: b'HPEI2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'HPEI2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bad_auth_name) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'EOFM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EOFM0 OK CAPABILITY completed'\nGOT: b'EOFM1 AUTHENTICATE METHOD'\nSENT: b'EOFM1 NO unrecognized authentication type METHOD'\nGOT: b'EOFM2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EOFM2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bracket_flags) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'IMCJ0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'IMCJ0 OK CAPABILITY completed'\nGOT: b'IMCJ1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'IMCJ1 OK FAKEAUTH successful'\nGOT: b'IMCJ2 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft)'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\*)] Flags permitted.'\nSENT: b'IMCJ2 OK [READ-WRITE] SELECT completed.'\nGOT: b'IMCJ3 STORE 1 +FLAGS ([test])'\nSENT: b'* 1 FETCH (FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test]))'\nSENT: b'IMCJ3 OK STORE completed.'\nGOT: b'IMCJ4 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test])'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test] \\\\*)] Flags permitted.'\nSENT: b'IMCJ4 OK [READ-WRITE] SELECT completed.'\nGOT: b'IMCJ5 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'IMCJ5 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_connect (test.test_imaplib.ThreadedNetworkedTestsSSL.test_connect) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'JDCB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JDCB0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_dump_ur (test.test_imaplib.ThreadedNetworkedTestsSSL.test_dump_ur) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BOMN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BOMN0 OK CAPABILITY completed'\nGOT: b'BOMN1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BOMN1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_True_append) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'POJK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'POJK0 OK CAPABILITY completed'\nGOT: b'POJK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'POJK1 OK FAKEAUTH successful'\nGOT: b'POJK2 ENABLE UTF8=ACCEPT'\nSENT: b'POJK2 OK ENABLE successful'\nGOT: b'POJK3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'POJK3 OK okay'\nGOT: b'POJK4 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'POJK4 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_raises_error_if_not_supported) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FKPJ0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FKPJ0 OK CAPABILITY completed'\nGOT: b'FKPJ1 LOGIN user \"pass\"'\nSENT: b'FKPJ1 OK LOGIN completed'\nGOT: b'FKPJ2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FKPJ2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_no_capability) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'GAJC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'GAJC0 OK CAPABILITY completed'\nGOT: b'GAJC1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nwaiting for server\nSENT: b'GAJC1 OK LOGOUT completed'\ndone\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_not_AUTH) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FMIP0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'FMIP0 OK CAPABILITY completed'\nGOT: b'FMIP1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FMIP1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_invalid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'NOIH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'NOIH0 OK CAPABILITY completed'\nGOT: b'NOIH1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'NOIH1 NO [AUTHENTICATIONFAILED] invalid'\nGOT: b'NOIH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'NOIH2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_issue5949) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_issue5949.<locals>.EOFHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL.test_line_termination) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'MKHH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'MKHH0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_linetoolong.<locals>.TooLongHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_login_cram_md5) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'CJDK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'CJDK0 OK CAPABILITY completed'\nGOT: b'CJDK1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'CJDK1 OK CRAM-MD5 successful'\nGOT: b'CJDK2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CJDK2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'LLMH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'LLMH0 OK CAPABILITY completed'\nGOT: b'LLMH1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'LLMH1 OK CRAM-MD5 successful'\nGOT: b'LLMH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'LLMH2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL.test_search_disallows_charset_in_utf8_mode) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'GDCI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'GDCI0 OK CAPABILITY completed'\nGOT: b'GDCI1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'GDCI1 OK FAKEAUTH successful'\nGOT: b'GDCI2 ENABLE UTF8=ACCEPT'\nSENT: b'GDCI2 OK ENABLE successful'\nGOT: b'GDCI3 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GDCI3 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_simple_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'PGHL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PGHL0 OK CAPABILITY completed'\nGOT: b'PGHL1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'PGHL1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL.test_ssl_verified) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'LAMP0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'LAMP0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTestsSSL.test_truncated_large_literal) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {32768}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {65536}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {131072}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {262144}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {524288}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1048576}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2097152}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4194304}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8388608}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {16777216}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {33554432}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {67108864}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {134217728}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {268435456}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {536870912}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1073741824}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2147483648}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4294967296}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8589934592}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17179869184}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {34359738368}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {68719476736}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {137438953472}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {274877906944}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {549755813888}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1099511627776}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2199023255552}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4398046511104}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8796093022208}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17592186044416}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {35184372088832}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {70368744177664}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {140737488355328}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {281474976710656}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {562949953421312}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1125899906842624}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2251799813685248}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4503599627370496}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9007199254740992}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {18014398509481984}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {36028797018963968}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {72057594037927936}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {144115188075855872}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {288230376151711744}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {576460752303423488}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1152921504606846976}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2305843009213693952}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4611686018427387904}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9223372036854775808}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\nok\ntest_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_valid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'DKHL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DKHL0 OK CAPABILITY completed'\nGOT: b'DKHL1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DKHL1 OK FAKEAUTH successful'\nGOT: b'DKHL2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'DKHL2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FNAF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FNAF0 OK CAPABILITY completed'\nGOT: b'FNAF1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'FNAF1 OK FAKEAUTH successful'\nGOT: b'FNAF2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FNAF2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'HOMF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HOMF0 OK CAPABILITY completed'\nGOT: b'HOMF1 LOGIN user \"pass\"'\nSENT: b'HOMF1 OK LOGIN completed'\nGOT: b'HOMF2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'HOMF2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement_logout) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'EMFH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EMFH0 OK CAPABILITY completed'\nGOT: b'EMFH1 LOGIN user \"pass\"'\nSENT: b'EMFH1 OK LOGIN completed'\nGOT: b'EMFH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EMFH2 OK LOGOUT completed'\nwaiting for server\ndone\nok\n\n----------------------------------------------------------------------\nRan 96 tests in 11.614s\n\nOK\n0:01:46 load avg: 1.49 [267/480] test_math_property passed\nSKIP: test_addition_commutes (test.test_math_property.NextafterTests.test_addition_commutes) 'Hypothesis required for property test with no specified examples'\nSKIP: test_count (test.test_math_property.NextafterTests.test_count) 'Hypothesis required for property test with no specified examples'\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK (skipped=2)\n0:01:46 load avg: 1.49 [268/480] test_memoryio passed\nPASS: testInit (test.test_memoryio.CBytesIOTest.testInit)\nPASS: testRead (test.test_memoryio.CBytesIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.CBytesIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.CBytesIOTest.testSeek)\nPASS: testTell (test.test_memoryio.CBytesIOTest.testTell)\nPASS: test_bytes_array (test.test_memoryio.CBytesIOTest.test_bytes_array)\nPASS: test_cow_mutable (test.test_memoryio.CBytesIOTest.test_cow_mutable)\nPASS: test_cow_setstate (test.test_memoryio.CBytesIOTest.test_cow_setstate)\nPASS: test_cow_truncate (test.test_memoryio.CBytesIOTest.test_cow_truncate)\nPASS: test_cow_write (test.test_memoryio.CBytesIOTest.test_cow_write)\nPASS: test_detach (test.test_memoryio.CBytesIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.CBytesIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.CBytesIOTest.test_flush)\nPASS: test_getbuffer (test.test_memoryio.CBytesIOTest.test_getbuffer)\nPASS: test_getbuffer_empty (test.test_memoryio.CBytesIOTest.test_getbuffer_empty)\nPASS: test_getbuffer_gc_collect (test.test_memoryio.CBytesIOTest.test_getbuffer_gc_collect)\nPASS: test_getstate (test.test_memoryio.CBytesIOTest.test_getstate)\nPASS: test_getvalue (test.test_memoryio.CBytesIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.CBytesIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.CBytesIOTest.test_instance_dict_leak)\nPASS: test_issue5449 (test.test_memoryio.CBytesIOTest.test_issue5449)\nPASS: test_iterator (test.test_memoryio.CBytesIOTest.test_iterator)\nPASS: test_overseek (test.test_memoryio.CBytesIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.CBytesIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.CBytesIOTest.test_read)\nPASS: test_read1 (test.test_memoryio.CBytesIOTest.test_read1)\nPASS: test_readinto (test.test_memoryio.CBytesIOTest.test_readinto)\nPASS: test_readline (test.test_memoryio.CBytesIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.CBytesIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.CBytesIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.CBytesIOTest.test_seek)\nPASS: test_setstate (test.test_memoryio.CBytesIOTest.test_setstate)\nPASS: test_sizeof (test.test_memoryio.CBytesIOTest.test_sizeof)\nPASS: test_subclassing (test.test_memoryio.CBytesIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.CBytesIOTest.test_tell)\nPASS: test_truncate (test.test_memoryio.CBytesIOTest.test_truncate)\nPASS: test_unicode (test.test_memoryio.CBytesIOTest.test_unicode)\nPASS: test_write (test.test_memoryio.CBytesIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.CBytesIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.CBytesIOTest.test_writelines_error)\nPASS: test_issue5265 (test.test_memoryio.CStringIOPickleTest.test_issue5265)\nPASS: test_newline_argument (test.test_memoryio.CStringIOPickleTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.CStringIOPickleTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.CStringIOPickleTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.CStringIOPickleTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.CStringIOPickleTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.CStringIOPickleTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.CStringIOPickleTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.CStringIOPickleTest.test_newlines_property)\nPASS: test_relative_seek (test.test_memoryio.CStringIOPickleTest.test_relative_seek)\nPASS: test_textio_properties (test.test_memoryio.CStringIOPickleTest.test_textio_properties)\nPASS: testInit (test.test_memoryio.CStringIOTest.testInit)\nPASS: testRead (test.test_memoryio.CStringIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.CStringIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.CStringIOTest.testSeek)\nPASS: testTell (test.test_memoryio.CStringIOTest.testTell)\nPASS: test_detach (test.test_memoryio.CStringIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.CStringIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.CStringIOTest.test_flush)\nPASS: test_getstate (test.test_memoryio.CStringIOTest.test_getstate)\nPASS: test_getvalue (test.test_memoryio.CStringIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.CStringIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.CStringIOTest.test_instance_dict_leak)\nPASS: test_issue5265 (test.test_memoryio.CStringIOTest.test_issue5265)\nPASS: test_iterator (test.test_memoryio.CStringIOTest.test_iterator)\nPASS: test_lone_surrogates (test.test_memoryio.CStringIOTest.test_lone_surrogates)\nPASS: test_newline_argument (test.test_memoryio.CStringIOTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.CStringIOTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.CStringIOTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.CStringIOTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.CStringIOTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.CStringIOTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.CStringIOTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.CStringIOTest.test_newlines_property)\nPASS: test_overseek (test.test_memoryio.CStringIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.CStringIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.CStringIOTest.test_read)\nPASS: test_readline (test.test_memoryio.CStringIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.CStringIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.CStringIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.CStringIOTest.test_seek)\nPASS: test_setstate (test.test_memoryio.CStringIOTest.test_setstate)\nPASS: test_subclassing (test.test_memoryio.CStringIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.CStringIOTest.test_tell)\nPASS: test_textio_properties (test.test_memoryio.CStringIOTest.test_textio_properties)\nPASS: test_truncate (test.test_memoryio.CStringIOTest.test_truncate)\nPASS: test_widechar (test.test_memoryio.CStringIOTest.test_widechar)\nPASS: test_write (test.test_memoryio.CStringIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.CStringIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.CStringIOTest.test_writelines_error)\nPASS: testInit (test.test_memoryio.PyBytesIOTest.testInit)\nPASS: testRead (test.test_memoryio.PyBytesIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.PyBytesIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.PyBytesIOTest.testSeek)\nPASS: testTell (test.test_memoryio.PyBytesIOTest.testTell)\nPASS: test_bytes_array (test.test_memoryio.PyBytesIOTest.test_bytes_array)\nPASS: test_detach (test.test_memoryio.PyBytesIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.PyBytesIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.PyBytesIOTest.test_flush)\nPASS: test_getbuffer (test.test_memoryio.PyBytesIOTest.test_getbuffer)\nPASS: test_getbuffer_empty (test.test_memoryio.PyBytesIOTest.test_getbuffer_empty)\nPASS: test_getbuffer_gc_collect (test.test_memoryio.PyBytesIOTest.test_getbuffer_gc_collect)\nPASS: test_getvalue (test.test_memoryio.PyBytesIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.PyBytesIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.PyBytesIOTest.test_instance_dict_leak)\nPASS: test_issue5449 (test.test_memoryio.PyBytesIOTest.test_issue5449)\nPASS: test_iterator (test.test_memoryio.PyBytesIOTest.test_iterator)\nPASS: test_overseek (test.test_memoryio.PyBytesIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.PyBytesIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.PyBytesIOTest.test_read)\nPASS: test_read1 (test.test_memoryio.PyBytesIOTest.test_read1)\nPASS: test_readinto (test.test_memoryio.PyBytesIOTest.test_readinto)\nPASS: test_readline (test.test_memoryio.PyBytesIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.PyBytesIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.PyBytesIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.PyBytesIOTest.test_seek)\nPASS: test_subclassing (test.test_memoryio.PyBytesIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.PyBytesIOTest.test_tell)\nPASS: test_truncate (test.test_memoryio.PyBytesIOTest.test_truncate)\nPASS: test_unicode (test.test_memoryio.PyBytesIOTest.test_unicode)\nPASS: test_write (test.test_memoryio.PyBytesIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.PyBytesIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.PyBytesIOTest.test_writelines_error)\nPASS: test_issue5265 (test.test_memoryio.PyStringIOPickleTest.test_issue5265)\nPASS: test_newline_argument (test.test_memoryio.PyStringIOPickleTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.PyStringIOPickleTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.PyStringIOPickleTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.PyStringIOPickleTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.PyStringIOPickleTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.PyStringIOPickleTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.PyStringIOPickleTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.PyStringIOPickleTest.test_newlines_property)\nPASS: test_relative_seek (test.test_memoryio.PyStringIOPickleTest.test_relative_seek)\nPASS: test_textio_properties (test.test_memoryio.PyStringIOPickleTest.test_textio_properties)\nPASS: testInit (test.test_memoryio.PyStringIOTest.testInit)\nPASS: testRead (test.test_memoryio.PyStringIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.PyStringIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.PyStringIOTest.testSeek)\nPASS: testTell (test.test_memoryio.PyStringIOTest.testTell)\nPASS: test_detach (test.test_memoryio.PyStringIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.PyStringIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.PyStringIOTest.test_flush)\nPASS: test_getvalue (test.test_memoryio.PyStringIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.PyStringIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.PyStringIOTest.test_instance_dict_leak)\nPASS: test_issue5265 (test.test_memoryio.PyStringIOTest.test_issue5265)\nPASS: test_iterator (test.test_memoryio.PyStringIOTest.test_iterator)\nPASS: test_lone_surrogates (test.test_memoryio.PyStringIOTest.test_lone_surrogates)\nPASS: test_newline_argument (test.test_memoryio.PyStringIOTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.PyStringIOTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.PyStringIOTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.PyStringIOTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.PyStringIOTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.PyStringIOTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.PyStringIOTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.PyStringIOTest.test_newlines_property)\nPASS: test_overseek (test.test_memoryio.PyStringIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.PyStringIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.PyStringIOTest.test_read)\nPASS: test_readline (test.test_memoryio.PyStringIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.PyStringIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.PyStringIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.PyStringIOTest.test_seek)\nPASS: test_subclassing (test.test_memoryio.PyStringIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.PyStringIOTest.test_tell)\nPASS: test_textio_properties (test.test_memoryio.PyStringIOTest.test_textio_properties)\nPASS: test_truncate (test.test_memoryio.PyStringIOTest.test_truncate)\nPASS: test_write (test.test_memoryio.PyStringIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.PyStringIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.PyStringIOTest.test_writelines_error)\n\n----------------------------------------------------------------------\nRan 170 tests in 0.023s\n\nOK\n0:01:46 load avg: 1.53 [269/480] test_memoryview passed\nSKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_readonly) 'no read-only type to test'\nPASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceSliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.ArrayMemorySliceSliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuf_fail)\nSKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'\nPASS: test_getitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_getitem)\nSKIP: test_hash (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash) 'no read-only type to test'\nPASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceSliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.ArrayMemorySliceSliceTest.test_iter)\nPASS: test_release (test.test_memoryview.ArrayMemorySliceSliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.ArrayMemorySliceSliceTest.test_reversed)\nSKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_readonly) 'no read-only type to test'\nPASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.ArrayMemorySliceSliceTest.test_tobytes)\nSKIP: test_tolist (test.test_memoryview.ArrayMemorySliceSliceTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'\nPASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.ArrayMemorySliceSliceTest.test_weakref)\nSKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_writable_readonly) 'no read-only type to test'\nSKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceTest.test_attributes_readonly) 'no read-only type to test'\nPASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.ArrayMemorySliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.ArrayMemorySliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.ArrayMemorySliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceTest.test_getbuf_fail)\nSKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'\nPASS: test_getitem (test.test_memoryview.ArrayMemorySliceTest.test_getitem)\nSKIP: test_hash (test.test_memoryview.ArrayMemorySliceTest.test_hash) 'no read-only type to test'\nPASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.ArrayMemorySliceTest.test_iter)\nPASS: test_refs (test.test_memoryview.ArrayMemorySliceTest.test_refs)\nPASS: test_release (test.test_memoryview.ArrayMemorySliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.ArrayMemorySliceTest.test_reversed)\nSKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceTest.test_setitem_readonly) 'no read-only type to test'\nPASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.ArrayMemorySliceTest.test_tobytes)\nSKIP: test_tolist (test.test_memoryview.ArrayMemorySliceTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'\nPASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.ArrayMemorySliceTest.test_weakref)\nSKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceTest.test_writable_readonly) 'no read-only type to test'\nPASS: test_array_assign (test.test_memoryview.ArrayMemoryviewTest.test_array_assign)\nSKIP: test_attributes_readonly (test.test_memoryview.ArrayMemoryviewTest.test_attributes_readonly) 'no read-only type to test'\nPASS: test_attributes_writable (test.test_memoryview.ArrayMemoryviewTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.ArrayMemoryviewTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.ArrayMemoryviewTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.ArrayMemoryviewTest.test_delitem)\nPASS: test_gc (test.test_memoryview.ArrayMemoryviewTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.ArrayMemoryviewTest.test_getbuf_fail)\nSKIP: test_getbuffer (test.test_memoryview.ArrayMemoryviewTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'\nPASS: test_getitem (test.test_memoryview.ArrayMemoryviewTest.test_getitem)\nSKIP: test_hash (test.test_memoryview.ArrayMemoryviewTest.test_hash) 'no read-only type to test'\nPASS: test_hash_writable (test.test_memoryview.ArrayMemoryviewTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.ArrayMemoryviewTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.ArrayMemoryviewTest.test_iter)\nPASS: test_release (test.test_memoryview.ArrayMemoryviewTest.test_release)\nPASS: test_reversed (test.test_memoryview.ArrayMemoryviewTest.test_reversed)\nSKIP: test_setitem_readonly (test.test_memoryview.ArrayMemoryviewTest.test_setitem_readonly) 'no read-only type to test'\nPASS: test_setitem_writable (test.test_memoryview.ArrayMemoryviewTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.ArrayMemoryviewTest.test_tobytes)\nSKIP: test_tolist (test.test_memoryview.ArrayMemoryviewTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'\nPASS: test_toreadonly (test.test_memoryview.ArrayMemoryviewTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.ArrayMemoryviewTest.test_weakref)\nSKIP: test_writable_readonly (test.test_memoryview.ArrayMemoryviewTest.test_writable_readonly) 'no read-only type to test'\nPASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_readonly)\nPASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.BytesMemorySliceSliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.BytesMemorySliceSliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.BytesMemorySliceSliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.BytesMemorySliceSliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuf_fail)\nPASS: test_getbuffer (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuffer)\nPASS: test_getitem (test.test_memoryview.BytesMemorySliceSliceTest.test_getitem)\nPASS: test_hash (test.test_memoryview.BytesMemorySliceSliceTest.test_hash)\nPASS: test_hash_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.BytesMemorySliceSliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.BytesMemorySliceSliceTest.test_iter)\nPASS: test_release (test.test_memoryview.BytesMemorySliceSliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.BytesMemorySliceSliceTest.test_reversed)\nPASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_readonly)\nPASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.BytesMemorySliceSliceTest.test_tobytes)\nPASS: test_tolist (test.test_memoryview.BytesMemorySliceSliceTest.test_tolist)\nPASS: test_toreadonly (test.test_memoryview.BytesMemorySliceSliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.BytesMemorySliceSliceTest.test_weakref)\nPASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_writable_readonly)\nPASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceTest.test_attributes_readonly)\nPASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.BytesMemorySliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.BytesMemorySliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.BytesMemorySliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.BytesMemorySliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceTest.test_getbuf_fail)\nPASS: test_getbuffer (test.test_memoryview.BytesMemorySliceTest.test_getbuffer)\nPASS: test_getitem (test.test_memoryview.BytesMemorySliceTest.test_getitem)\nPASS: test_hash (test.test_memoryview.BytesMemorySliceTest.test_hash)\nPASS: test_hash_writable (test.test_memoryview.BytesMemorySliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.BytesMemorySliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.BytesMemorySliceTest.test_iter)\nPASS: test_refs (test.test_memoryview.BytesMemorySliceTest.test_refs)\nPASS: test_release (test.test_memoryview.BytesMemorySliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.BytesMemorySliceTest.test_reversed)\nPASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceTest.test_setitem_readonly)\nPASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.BytesMemorySliceTest.test_tobytes)\nPASS: test_tolist (test.test_memoryview.BytesMemorySliceTest.test_tolist)\nPASS: test_toreadonly (test.test_memoryview.BytesMemorySliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.BytesMemorySliceTest.test_weakref)\nPASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceTest.test_writable_readonly)\nPASS: test_attributes_readonly (test.test_memoryview.BytesMemoryviewTest.test_attributes_readonly)\nPASS: test_attributes_writable (test.test_memoryview.BytesMemoryviewTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.BytesMemoryviewTest.test_compare)\nPASS: test_constructor (test.test_memoryview.BytesMemoryviewTest.test_constructor)\nPASS: test_contextmanager (test.test_memoryview.BytesMemoryviewTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.BytesMemoryviewTest.test_delitem)\nPASS: test_gc (test.test_memoryview.BytesMemoryviewTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.BytesMemoryviewTest.test_getbuf_fail)\nPASS: test_getbuffer (test.test_memoryview.BytesMemoryviewTest.test_getbuffer)\nPASS: test_getitem (test.test_memoryview.BytesMemoryviewTest.test_getitem)\nPASS: test_hash (test.test_memoryview.BytesMemoryviewTest.test_hash)\nPASS: test_hash_writable (test.test_memoryview.BytesMemoryviewTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.BytesMemoryviewTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.BytesMemoryviewTest.test_iter)\nPASS: test_release (test.test_memoryview.BytesMemoryviewTest.test_release)\nPASS: test_reversed (test.test_memoryview.BytesMemoryviewTest.test_reversed)\nPASS: test_setitem_readonly (test.test_memoryview.BytesMemoryviewTest.test_setitem_readonly)\nPASS: test_setitem_writable (test.test_memoryview.BytesMemoryviewTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.BytesMemoryviewTest.test_tobytes)\nPASS: test_tolist (test.test_memoryview.BytesMemoryviewTest.test_tolist)\nPASS: test_toreadonly (test.test_memoryview.BytesMemoryviewTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.BytesMemoryviewTest.test_weakref)\nPASS: test_writable_readonly (test.test_memoryview.BytesMemoryviewTest.test_writable_readonly)\nPASS: test_buffer_reference_loop (test.test_memoryview.OtherTest.test_buffer_reference_loop)\nPASS: test_copy (test.test_memoryview.OtherTest.test_copy)\nPASS: test_ctypes_cast (test.test_memoryview.OtherTest.test_ctypes_cast)\nPASS: test_half_float (test.test_memoryview.OtherTest.test_half_float)\nPASS: test_memoryview_hex (test.test_memoryview.OtherTest.test_memoryview_hex)\nPASS: test_pickle (test.test_memoryview.OtherTest.test_pickle)\nPASS: test_picklebuffer_reference_loop (test.test_memoryview.OtherTest.test_picklebuffer_reference_loop)\nPASS: test_use_released_memory (test.test_memoryview.OtherTest.test_use_released_memory)\n\n----------------------------------------------------------------------\nRan 144 tests in 0.067s\n\nOK (skipped=18)\n0:01:46 load avg: 1.53 [270/480] test_metaclass passed\ndoctests (test.test_metaclass.__test__)\nPASS: Doctest: test.test_metaclass.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.004s\n\nOK\n0:01:47 load avg: 1.53 [271/480] test_mimetypes passed\nPASS: test_bytes_path (test.test_mimetypes.MimeTypesTestCase.test_bytes_path)\nPASS: test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity)\nPASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase.test_data_urls)\nPASS: test_default_data (test.test_mimetypes.MimeTypesTestCase.test_default_data)\nPASS: test_encoding (test.test_mimetypes.MimeTypesTestCase.test_encoding)\nPASS: test_file_parsing (test.test_mimetypes.MimeTypesTestCase.test_file_parsing)\nPASS: test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters)\nPASS: test_guess_all_types (test.test_mimetypes.MimeTypesTestCase.test_guess_all_types)\nPASS: test_guess_known_extensions (test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions)\nPASS: test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes)\nPASS: test_init_stability (test.test_mimetypes.MimeTypesTestCase.test_init_stability)\nPASS: test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api)\nPASS: test_non_standard_types (test.test_mimetypes.MimeTypesTestCase.test_non_standard_types)\nPASS: test_path_like_ob (test.test_mimetypes.MimeTypesTestCase.test_path_like_ob)\nPASS: test_preferred_extension (test.test_mimetypes.MimeTypesTestCase.test_preferred_extension)\nPASS: test_read_mime_types (test.test_mimetypes.MimeTypesTestCase.test_read_mime_types)\nPASS: test_url (test.test_mimetypes.MimeTypesTestCase.test_url)\nPASS: test_guess_extension (test.test_mimetypes.MimetypesCliTestCase.test_guess_extension)\nPASS: test_guess_type (test.test_mimetypes.MimetypesCliTestCase.test_guess_type)\nPASS: test_help_option (test.test_mimetypes.MimetypesCliTestCase.test_help_option)\nPASS: test_invalid_option (test.test_mimetypes.MimetypesCliTestCase.test_invalid_option)\nPASS: test__all__ (test.test_mimetypes.MiscTestCase.test__all__)\nSKIP: test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator) 'Windows only'\nSKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing) 'Windows only'\n\n----------------------------------------------------------------------\nRan 24 tests in 0.006s\n\nOK (skipped=2)\n0:01:47 load avg: 1.53 [272/480] test_minidom passed\nPASS: testAAA (test.test_minidom.MinidomTest.testAAA)\nPASS: testAAB (test.test_minidom.MinidomTest.testAAB)\nPASS: testAddAttr (test.test_minidom.MinidomTest.testAddAttr)\nPASS: testAltNewline (test.test_minidom.MinidomTest.testAltNewline)\nPASS: testAppendChild (test.test_minidom.MinidomTest.testAppendChild)\nPASS: testAppendChildFragment (test.test_minidom.MinidomTest.testAppendChildFragment)\nPASS: testAttrListItem (test.test_minidom.MinidomTest.testAttrListItem)\nPASS: testAttrListItemNS (test.test_minidom.MinidomTest.testAttrListItemNS)\nPASS: testAttrListItems (test.test_minidom.MinidomTest.testAttrListItems)\nPASS: testAttrListKeys (test.test_minidom.MinidomTest.testAttrListKeys)\nPASS: testAttrListKeysNS (test.test_minidom.MinidomTest.testAttrListKeysNS)\nPASS: testAttrListLength (test.test_minidom.MinidomTest.testAttrListLength)\nPASS: testAttrListValues (test.test_minidom.MinidomTest.testAttrListValues)\nPASS: testAttrList__getitem__ (test.test_minidom.MinidomTest.testAttrList__getitem__)\nPASS: testAttrList__setitem__ (test.test_minidom.MinidomTest.testAttrList__setitem__)\nPASS: testAttrModeSetsNonOptionalAttrs (test.test_minidom.MinidomTest.testAttrModeSetsNonOptionalAttrs)\nPASS: testAttrModeSetsParamsAsAttrs (test.test_minidom.MinidomTest.testAttrModeSetsParamsAsAttrs)\nPASS: testAttributeRepr (test.test_minidom.MinidomTest.testAttributeRepr)\nPASS: testBug0777884 (test.test_minidom.MinidomTest.testBug0777884)\nPASS: testBug1433694 (test.test_minidom.MinidomTest.testBug1433694)\nPASS: testChangeAttr (test.test_minidom.MinidomTest.testChangeAttr)\nPASS: testChildNodes (test.test_minidom.MinidomTest.testChildNodes)\nPASS: testCloneAttributeDeep (test.test_minidom.MinidomTest.testCloneAttributeDeep)\nPASS: testCloneAttributeShallow (test.test_minidom.MinidomTest.testCloneAttributeShallow)\nPASS: testCloneDocumentDeep (test.test_minidom.MinidomTest.testCloneDocumentDeep)\nPASS: testCloneDocumentShallow (test.test_minidom.MinidomTest.testCloneDocumentShallow)\nPASS: testCloneDocumentTypeDeepNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepNotOk)\nPASS: testCloneDocumentTypeDeepOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepOk)\nPASS: testCloneDocumentTypeShallowNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowNotOk)\nPASS: testCloneDocumentTypeShallowOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowOk)\nPASS: testCloneElementDeep (test.test_minidom.MinidomTest.testCloneElementDeep)\nPASS: testCloneElementShallow (test.test_minidom.MinidomTest.testCloneElementShallow)\nPASS: testCloneNodeEntity (test.test_minidom.MinidomTest.testCloneNodeEntity)\nPASS: testClonePIDeep (test.test_minidom.MinidomTest.testClonePIDeep)\nPASS: testClonePIShallow (test.test_minidom.MinidomTest.testClonePIShallow)\nPASS: testComment (test.test_minidom.MinidomTest.testComment)\nPASS: testContext (test.test_minidom.MinidomTest.testContext)\nPASS: testCreateAttributeNS (test.test_minidom.MinidomTest.testCreateAttributeNS)\nPASS: testCreateElementNS (test.test_minidom.MinidomTest.testCreateElementNS)\nPASS: testDeepcopiedDocument (test.test_minidom.MinidomTest.testDeepcopiedDocument)\nPASS: testDeleteAttr (test.test_minidom.MinidomTest.testDeleteAttr)\nPASS: testDocRemoveChild (test.test_minidom.MinidomTest.testDocRemoveChild)\nPASS: testDocumentAsyncAttr (test.test_minidom.MinidomTest.testDocumentAsyncAttr)\nPASS: testDocumentElement (test.test_minidom.MinidomTest.testDocumentElement)\nPASS: testElement (test.test_minidom.MinidomTest.testElement)\nPASS: testElementReprAndStr (test.test_minidom.MinidomTest.testElementReprAndStr)\nPASS: testElementReprAndStrUnicode (test.test_minidom.MinidomTest.testElementReprAndStrUnicode)\nPASS: testElementReprAndStrUnicodeNS (test.test_minidom.MinidomTest.testElementReprAndStrUnicodeNS)\nPASS: testEmptyXMLNSValue (test.test_minidom.MinidomTest.testEmptyXMLNSValue)\nPASS: testEncodings (test.test_minidom.MinidomTest.testEncodings)\nPASS: testExceptionOnSpacesInXMLNSValue (test.test_minidom.MinidomTest.testExceptionOnSpacesInXMLNSValue)\nPASS: testFirstChild (test.test_minidom.MinidomTest.testFirstChild)\nPASS: testGetAttrList (test.test_minidom.MinidomTest.testGetAttrList)\nPASS: testGetAttrValues (test.test_minidom.MinidomTest.testGetAttrValues)\nPASS: testGetAttribute (test.test_minidom.MinidomTest.testGetAttribute)\nPASS: testGetAttributeNS (test.test_minidom.MinidomTest.testGetAttributeNS)\nPASS: testGetAttributeNode (test.test_minidom.MinidomTest.testGetAttributeNode)\nPASS: testGetElementsByTagName (test.test_minidom.MinidomTest.testGetElementsByTagName)\nPASS: testGetElementsByTagNameNS (test.test_minidom.MinidomTest.testGetElementsByTagNameNS)\nPASS: testGetEmptyNodeListFromElementsByTagNameNS (test.test_minidom.MinidomTest.testGetEmptyNodeListFromElementsByTagNameNS)\nPASS: testHasAttribute (test.test_minidom.MinidomTest.testHasAttribute)\nPASS: testHasChildNodes (test.test_minidom.MinidomTest.testHasChildNodes)\nPASS: testImportDocumentDeep (test.test_minidom.MinidomTest.testImportDocumentDeep)\nPASS: testImportDocumentShallow (test.test_minidom.MinidomTest.testImportDocumentShallow)\nPASS: testImportDocumentTypeDeep (test.test_minidom.MinidomTest.testImportDocumentTypeDeep)\nPASS: testImportDocumentTypeShallow (test.test_minidom.MinidomTest.testImportDocumentTypeShallow)\nPASS: testInsertBefore (test.test_minidom.MinidomTest.testInsertBefore)\nPASS: testInsertBeforeFragment (test.test_minidom.MinidomTest.testInsertBeforeFragment)\nPASS: testLegalChildren (test.test_minidom.MinidomTest.testLegalChildren)\nPASS: testNamedNodeMapSetItem (test.test_minidom.MinidomTest.testNamedNodeMapSetItem)\nPASS: testNodeListItem (test.test_minidom.MinidomTest.testNodeListItem)\nPASS: testNonZero (test.test_minidom.MinidomTest.testNonZero)\nPASS: testNormalize (test.test_minidom.MinidomTest.testNormalize)\nPASS: testNormalizeCombineAndNextSibling (test.test_minidom.MinidomTest.testNormalizeCombineAndNextSibling)\nPASS: testNormalizeDeleteAndCombine (test.test_minidom.MinidomTest.testNormalizeDeleteAndCombine)\nPASS: testNormalizeDeleteWithNextSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithNextSibling)\nPASS: testNormalizeDeleteWithPrevSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithPrevSibling)\nPASS: testNormalizeDeleteWithTwoNonTextSiblings (test.test_minidom.MinidomTest.testNormalizeDeleteWithTwoNonTextSiblings)\nPASS: testNormalizeRecursion (test.test_minidom.MinidomTest.testNormalizeRecursion)\nPASS: testParents (test.test_minidom.MinidomTest.testParents)\nPASS: testParse (test.test_minidom.MinidomTest.testParse)\nPASS: testParseAttributeNamespaces (test.test_minidom.MinidomTest.testParseAttributeNamespaces)\nPASS: testParseAttributes (test.test_minidom.MinidomTest.testParseAttributes)\nPASS: testParseElement (test.test_minidom.MinidomTest.testParseElement)\nPASS: testParseElementNamespaces (test.test_minidom.MinidomTest.testParseElementNamespaces)\nPASS: testParseFromBinaryFile (test.test_minidom.MinidomTest.testParseFromBinaryFile)\nPASS: testParseFromTextFile (test.test_minidom.MinidomTest.testParseFromTextFile)\nPASS: testParseProcessingInstructions (test.test_minidom.MinidomTest.testParseProcessingInstructions)\nPASS: testParseString (test.test_minidom.MinidomTest.testParseString)\nPASS: testPatch1094164 (test.test_minidom.MinidomTest.testPatch1094164)\nPASS: testPickledDocument (test.test_minidom.MinidomTest.testPickledDocument)\nPASS: testProcessingInstruction (test.test_minidom.MinidomTest.testProcessingInstruction)\nPASS: testProcessingInstructionNameError (test.test_minidom.MinidomTest.testProcessingInstructionNameError)\nPASS: testProcessingInstructionRepr (test.test_minidom.MinidomTest.testProcessingInstructionRepr)\nPASS: testRemoveAttr (test.test_minidom.MinidomTest.testRemoveAttr)\nPASS: testRemoveAttrNS (test.test_minidom.MinidomTest.testRemoveAttrNS)\nPASS: testRemoveAttributeNode (test.test_minidom.MinidomTest.testRemoveAttributeNode)\nPASS: testRemoveNamedItem (test.test_minidom.MinidomTest.testRemoveNamedItem)\nPASS: testRemoveNamedItemNS (test.test_minidom.MinidomTest.testRemoveNamedItemNS)\nPASS: testRenameAttribute (test.test_minidom.MinidomTest.testRenameAttribute)\nPASS: testRenameElement (test.test_minidom.MinidomTest.testRenameElement)\nPASS: testRenameOther (test.test_minidom.MinidomTest.testRenameOther)\nPASS: testReplaceChildFragment (test.test_minidom.MinidomTest.testReplaceChildFragment)\nPASS: testReplaceWholeText (test.test_minidom.MinidomTest.testReplaceWholeText)\nPASS: testSchemaType (test.test_minidom.MinidomTest.testSchemaType)\nPASS: testSerializeCommentNodeWithDoubleHyphen (test.test_minidom.MinidomTest.testSerializeCommentNodeWithDoubleHyphen)\nPASS: testSetAttrValueandNodeValue (test.test_minidom.MinidomTest.testSetAttrValueandNodeValue)\nPASS: testSetIdAttribute (test.test_minidom.MinidomTest.testSetIdAttribute)\nPASS: testSetIdAttributeNS (test.test_minidom.MinidomTest.testSetIdAttributeNS)\nPASS: testSetIdAttributeNode (test.test_minidom.MinidomTest.testSetIdAttributeNode)\nPASS: testSiblings (test.test_minidom.MinidomTest.testSiblings)\nPASS: testStandalone (test.test_minidom.MinidomTest.testStandalone)\nPASS: testTextRepr (test.test_minidom.MinidomTest.testTextRepr)\nPASS: testTooManyDocumentElements (test.test_minidom.MinidomTest.testTooManyDocumentElements)\nPASS: testUnlink (test.test_minidom.MinidomTest.testUnlink)\nPASS: testUserData (test.test_minidom.MinidomTest.testUserData)\nPASS: testWholeText (test.test_minidom.MinidomTest.testWholeText)\nPASS: testWriteText (test.test_minidom.MinidomTest.testWriteText)\nPASS: testWriteXML (test.test_minidom.MinidomTest.testWriteXML)\nPASS: test_cdata_parsing (test.test_minidom.MinidomTest.test_cdata_parsing)\nPASS: test_minidom_attribute_order (test.test_minidom.MinidomTest.test_minidom_attribute_order)\nPASS: test_toprettyxml_preserves_content_of_text_node (test.test_minidom.MinidomTest.test_toprettyxml_preserves_content_of_text_node)\nPASS: test_toprettyxml_with_adjacent_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_adjacent_text_nodes)\nPASS: test_toprettyxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toprettyxml_with_attributes_ordered)\nPASS: test_toprettyxml_with_cdata (test.test_minidom.MinidomTest.test_toprettyxml_with_cdata)\nPASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_text_nodes)\nPASS: test_toxml_quote_attrib (test.test_minidom.MinidomTest.test_toxml_quote_attrib)\nPASS: test_toxml_quote_text (test.test_minidom.MinidomTest.test_toxml_quote_text)\nPASS: test_toxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toxml_with_attributes_ordered)\n\n----------------------------------------------------------------------\nRan 129 tests in 0.011s\n\nOK\n0:01:47 load avg: 1.53 [273/480] test_math passed\nPASS: test_fma_infinities (test.test_math.FMATests.test_fma_infinities)\nPASS: test_fma_nan_results (test.test_math.FMATests.test_fma_nan_results)\nPASS: test_fma_overflow (test.test_math.FMATests.test_fma_overflow)\nPASS: test_fma_single_round (test.test_math.FMATests.test_fma_single_round)\nPASS: test_fma_zero_result (test.test_math.FMATests.test_fma_zero_result)\nPASS: test_random (test.test_math.FMATests.test_random)\nPASS: test_asymmetry (test.test_math.IsCloseTests.test_asymmetry)\nPASS: test_decimals (test.test_math.IsCloseTests.test_decimals)\nPASS: test_eight_decimal_places (test.test_math.IsCloseTests.test_eight_decimal_places)\nPASS: test_fractions (test.test_math.IsCloseTests.test_fractions)\nPASS: test_identical (test.test_math.IsCloseTests.test_identical)\nPASS: test_identical_infinite (test.test_math.IsCloseTests.test_identical_infinite)\nPASS: test_inf_ninf_nan (test.test_math.IsCloseTests.test_inf_ninf_nan)\nPASS: test_integers (test.test_math.IsCloseTests.test_integers)\nPASS: test_near_zero (test.test_math.IsCloseTests.test_near_zero)\nPASS: test_negative_tolerances (test.test_math.IsCloseTests.test_negative_tolerances)\nPASS: test_zero_tolerance (test.test_math.IsCloseTests.test_zero_tolerance)\nPASS: testAcos (test.test_math.MathTests.testAcos)\nPASS: testAcosh (test.test_math.MathTests.testAcosh)\nPASS: testAsin (test.test_math.MathTests.testAsin)\nPASS: testAsinh (test.test_math.MathTests.testAsinh)\nPASS: testAtan (test.test_math.MathTests.testAtan)\nPASS: testAtan2 (test.test_math.MathTests.testAtan2)\nPASS: testAtanh (test.test_math.MathTests.testAtanh)\nPASS: testCbrt (test.test_math.MathTests.testCbrt)\nPASS: testCeil (test.test_math.MathTests.testCeil)\nPASS: testComb (test.test_math.MathTests.testComb)\nPASS: testConstants (test.test_math.MathTests.testConstants)\nPASS: testCopysign (test.test_math.MathTests.testCopysign)\nPASS: testCos (test.test_math.MathTests.testCos)\nPASS: testCosh (test.test_math.MathTests.testCosh)\nPASS: testDegrees (test.test_math.MathTests.testDegrees)\nPASS: testDist (test.test_math.MathTests.testDist)\nPASS: testExp (test.test_math.MathTests.testExp)\nPASS: testExp2 (test.test_math.MathTests.testExp2)\nPASS: testFabs (test.test_math.MathTests.testFabs)\nPASS: testFactorial (test.test_math.MathTests.testFactorial)\nPASS: testFactorialHugeInputs (test.test_math.MathTests.testFactorialHugeInputs)\nPASS: testFactorialNonIntegers (test.test_math.MathTests.testFactorialNonIntegers)\nPASS: testFloor (test.test_math.MathTests.testFloor)\nPASS: testFmod (test.test_math.MathTests.testFmod)\nPASS: testFrexp (test.test_math.MathTests.testFrexp)\nPASS: testFsum (test.test_math.MathTests.testFsum)\nPASS: testGcd (test.test_math.MathTests.testGcd)\nPASS: testHypot (test.test_math.MathTests.testHypot)\nPASS: testHypotAccuracy (test.test_math.MathTests.testHypotAccuracy)\nPASS: testIsfinite (test.test_math.MathTests.testIsfinite)\nPASS: testIsinf (test.test_math.MathTests.testIsinf)\nPASS: testIsnan (test.test_math.MathTests.testIsnan)\nPASS: testIsqrt (test.test_math.MathTests.testIsqrt)\nPASS: testLdexp (test.test_math.MathTests.testLdexp)\nPASS: testLdexp_denormal (test.test_math.MathTests.testLdexp_denormal)\nPASS: testLog (test.test_math.MathTests.testLog)\nPASS: testLog10 (test.test_math.MathTests.testLog10)\nPASS: testLog1p (test.test_math.MathTests.testLog1p)\nPASS: testLog2 (test.test_math.MathTests.testLog2)\nPASS: testLog2Exact (test.test_math.MathTests.testLog2Exact)\nPASS: testModf (test.test_math.MathTests.testModf)\nPASS: testPerm (test.test_math.MathTests.testPerm)\nPASS: testPow (test.test_math.MathTests.testPow)\nPASS: testRadians (test.test_math.MathTests.testRadians)\nPASS: testRemainder (test.test_math.MathTests.testRemainder)\nPASS: testSin (test.test_math.MathTests.testSin)\nPASS: testSinh (test.test_math.MathTests.testSinh)\nPASS: testSqrt (test.test_math.MathTests.testSqrt)\nPASS: testSumProd (test.test_math.MathTests.testSumProd)\nPASS: testTan (test.test_math.MathTests.testTan)\nPASS: testTanh (test.test_math.MathTests.testTanh)\nPASS: testTanhSign (test.test_math.MathTests.testTanhSign)\nPASS: test_exceptions (test.test_math.MathTests.test_exceptions)\nPASS: test_inf_constant (test.test_math.MathTests.test_inf_constant)\nPASS: test_input_exceptions (test.test_math.MathTests.test_input_exceptions)\nPASS: test_issue39871 (test.test_math.MathTests.test_issue39871)\nPASS: test_lcm (test.test_math.MathTests.test_lcm)\nPASS: test_math_dist_leak (test.test_math.MathTests.test_math_dist_leak)\nPASS: test_mtestfile (test.test_math.MathTests.test_mtestfile)\nPASS: test_nan_constant (test.test_math.MathTests.test_nan_constant)\nPASS: test_nextafter (test.test_math.MathTests.test_nextafter)\nPASS: test_prod (test.test_math.MathTests.test_prod)\nPASS: test_sumprod_accuracy (test.test_math.MathTests.test_sumprod_accuracy)\nSKIP: test_sumprod_extended_precision_accuracy (test.test_math.MathTests.test_sumprod_extended_precision_accuracy) \"resource 'cpu' is not enabled\"\nSKIP: test_sumprod_stress (test.test_math.MathTests.test_sumprod_stress) \"resource 'cpu' is not enabled\"\nPASS: test_testfile (test.test_math.MathTests.test_testfile)\nPASS: test_trunc (test.test_math.MathTests.test_trunc)\nPASS: test_ulp (test.test_math.MathTests.test_ulp)\n/usr/lib/python3.13/test/mathdata/ieee754.txt\nPASS: Doctest: ieee754.txt\n\n----------------------------------------------------------------------\nRan 86 tests in 0.945s\n\nOK (skipped=2)\n0:01:47 load avg: 1.53 [274/480] test_mmap passed\nPASS: test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB)\nPASS: test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB)\nPASS: test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize)\nPASS: test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset)\nPASS: test_access_parameter (test.test_mmap.MmapTests.test_access_parameter)\nSKIP: test_access_violations (test.test_mmap.MmapTests.test_access_violations) 'requires Windows'\nPASS: test_anonymous (test.test_mmap.MmapTests.test_anonymous)\nPASS: test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc)\nPASS: test_basic (test.test_mmap.MmapTests.test_basic)\nPASS: test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception)\nPASS: test_context_manager (test.test_mmap.MmapTests.test_context_manager)\nPASS: test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception)\nSKIP: test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) 'requires Windows'\nPASS: test_double_close (test.test_mmap.MmapTests.test_double_close)\nPASS: test_empty_file (test.test_mmap.MmapTests.test_empty_file)\nPASS: test_entire_file (test.test_mmap.MmapTests.test_entire_file)\nPASS: test_error (test.test_mmap.MmapTests.test_error)\nPASS: test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice)\nPASS: test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer)\nPASS: test_find_end (test.test_mmap.MmapTests.test_find_end)\nPASS: test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value)\nSKIP: test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) 'requires Windows'\nPASS: test_io_methods (test.test_mmap.MmapTests.test_io_methods)\nPASS: test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset)\nPASS: test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset)\nPASS: test_madvise (test.test_mmap.MmapTests.test_madvise)\ntest_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios)\nPASS: gh-103987: Test that mmap objects raise ValueError\nPASS: test_move (test.test_mmap.MmapTests.test_move)\nSKIP: test_no_trackfd_parameter_on_windows (test.test_mmap.MmapTests.test_no_trackfd_parameter_on_windows) 'trackfd only fails on Windows'\nPASS: test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte)\nPASS: test_offset (test.test_mmap.MmapTests.test_offset)\nPASS: test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly)\nPASS: test_read_all (test.test_mmap.MmapTests.test_read_all)\nPASS: test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg)\nPASS: test_repr (test.test_mmap.MmapTests.test_repr)\ntest_resize_down_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_down_when_mapped_to_pagefile)\nSKIP: If the mmap is backed by the pagefile ensure a resize down up can happen 'requires Windows'\ntest_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere)\nSKIP: If more than one mapping is held against a named file on Windows, neither 'requires Windows'\nPASS: test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos)\ntest_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping)\nSKIP: If a more than one mapping exists of the same name, none of them can 'requires Windows'\ntest_resize_up_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_up_when_mapped_to_pagefile)\nSKIP: If the mmap is backed by the pagefile ensure a resize up can happen 'requires Windows'\nPASS: test_rfind (test.test_mmap.MmapTests.test_rfind)\nSKIP: test_sizeof (test.test_mmap.MmapTests.test_sizeof) 'requires Windows'\nPASS: test_subclass (test.test_mmap.MmapTests.test_subclass)\nSKIP: test_tagname (test.test_mmap.MmapTests.test_tagname) 'requires Windows'\nPASS: test_tougher_find (test.test_mmap.MmapTests.test_tougher_find)\nPASS: test_trackfd_neg1 (test.test_mmap.MmapTests.test_trackfd_neg1)\nPASS: test_trackfd_parameter (test.test_mmap.MmapTests.test_trackfd_parameter)\nPASS: test_weakref (test.test_mmap.MmapTests.test_weakref)\nPASS: test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.041s\n\nOK (skipped=10)\n0:01:47 load avg: 1.53 [275/480] test_module passed\nPASS: test_annotations_are_created_correctly (test.test_module.ModuleTests.test_annotations_are_created_correctly)\nPASS: test_annotations_getset_raises (test.test_module.ModuleTests.test_annotations_getset_raises)\nPASS: test_ascii_docstring (test.test_module.ModuleTests.test_ascii_docstring)\nPASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests.test_clear_dict_in_ref_cycle)\nPASS: test_descriptor_errors_propagate (test.test_module.ModuleTests.test_descriptor_errors_propagate)\nPASS: test_dont_clear_dict (test.test_module.ModuleTests.test_dont_clear_dict)\nPASS: test_lazy_create_annotations (test.test_module.ModuleTests.test_lazy_create_annotations)\nPASS: test_missing_getattr (test.test_module.ModuleTests.test_missing_getattr)\nPASS: test_module_dir (test.test_module.ModuleTests.test_module_dir)\nPASS: test_module_dir_errors (test.test_module.ModuleTests.test_module_dir_errors)\nPASS: test_module_finalization_at_shutdown (test.test_module.ModuleTests.test_module_finalization_at_shutdown)\nPASS: test_module_getattr (test.test_module.ModuleTests.test_module_getattr)\nPASS: test_module_getattr_errors (test.test_module.ModuleTests.test_module_getattr_errors)\nPASS: test_module_getattr_tricky (test.test_module.ModuleTests.test_module_getattr_tricky)\nPASS: test_module_repr_builtin (test.test_module.ModuleTests.test_module_repr_builtin)\nPASS: test_module_repr_minimal (test.test_module.ModuleTests.test_module_repr_minimal)\nPASS: test_module_repr_source (test.test_module.ModuleTests.test_module_repr_source)\nPASS: test_module_repr_with_bare_loader (test.test_module.ModuleTests.test_module_repr_with_bare_loader)\nPASS: test_module_repr_with_bare_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_bare_loader_and_filename)\nPASS: test_module_repr_with_bare_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_bare_loader_but_no_name)\nPASS: test_module_repr_with_fake_namespace_package (test.test_module.ModuleTests.test_module_repr_with_fake_namespace_package)\nPASS: test_module_repr_with_filename_only (test.test_module.ModuleTests.test_module_repr_with_filename_only)\nPASS: test_module_repr_with_full_loader (test.test_module.ModuleTests.test_module_repr_with_full_loader)\nPASS: test_module_repr_with_full_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_full_loader_and_filename)\nPASS: test_module_repr_with_full_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_full_loader_but_no_name)\nPASS: test_module_repr_with_loader_as_None (test.test_module.ModuleTests.test_module_repr_with_loader_as_None)\nPASS: test_module_repr_with_name (test.test_module.ModuleTests.test_module_repr_with_name)\nPASS: test_module_repr_with_name_and_filename (test.test_module.ModuleTests.test_module_repr_with_name_and_filename)\nPASS: test_module_repr_with_namespace_package (test.test_module.ModuleTests.test_module_repr_with_namespace_package)\nPASS: test_module_repr_with_namespace_package_and_custom_loader (test.test_module.ModuleTests.test_module_repr_with_namespace_package_and_custom_loader)\nPASS: test_no_docstring (test.test_module.ModuleTests.test_no_docstring)\nPASS: test_reinit (test.test_module.ModuleTests.test_reinit)\nPASS: test_repeated_attribute_pops (test.test_module.ModuleTests.test_repeated_attribute_pops)\nPASS: test_setting_annotations (test.test_module.ModuleTests.test_setting_annotations)\nPASS: test_subclass_with_slots (test.test_module.ModuleTests.test_subclass_with_slots)\nPASS: test_unicode_docstring (test.test_module.ModuleTests.test_unicode_docstring)\nPASS: test_uninitialized (test.test_module.ModuleTests.test_uninitialized)\nPASS: test_uninitialized_missing_getattr (test.test_module.ModuleTests.test_uninitialized_missing_getattr)\nPASS: test_weakref (test.test_module.ModuleTests.test_weakref)\n\n----------------------------------------------------------------------\nRan 39 tests in 0.086s\n\nOK\n0:01:47 load avg: 1.53 [276/480] test_modulefinder passed\nPASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest.test_absolute_imports)\nPASS: test_bytecode (test.test_modulefinder.ModuleFinderTest.test_bytecode)\nPASS: test_coding_default_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_default_utf8)\nPASS: test_coding_explicit_cp1252 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_cp1252)\nPASS: test_coding_explicit_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_utf8)\nPASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest.test_extended_opargs)\nPASS: test_load_module_api (test.test_modulefinder.ModuleFinderTest.test_load_module_api)\nPASS: test_maybe (test.test_modulefinder.ModuleFinderTest.test_maybe)\nPASS: test_maybe_new (test.test_modulefinder.ModuleFinderTest.test_maybe_new)\nPASS: test_package (test.test_modulefinder.ModuleFinderTest.test_package)\nPASS: test_relative_imports (test.test_modulefinder.ModuleFinderTest.test_relative_imports)\nPASS: test_relative_imports_2 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_2)\nPASS: test_relative_imports_3 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_3)\nPASS: test_relative_imports_4 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_4)\nPASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest.test_replace_paths)\nPASS: test_same_name_as_bad (test.test_modulefinder.ModuleFinderTest.test_same_name_as_bad)\nPASS: test_syntax_error (test.test_modulefinder.ModuleFinderTest.test_syntax_error)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.132s\n\nOK\n0:01:47 load avg: 1.53 [277/480] test_msvcrt skipped\ntest_msvcrt skipped -- windows related tests\n0:01:47 load avg: 1.53 [278/480] test_monitoring passed\nPASS: test_async_for (test.test_monitoring.ExceptionMonitoringTest.test_async_for)\nPASS: test_explicit_reraise (test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise)\nPASS: test_explicit_reraise_named (test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise_named)\nPASS: test_implicit_reraise (test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise)\nPASS: test_implicit_reraise_named (test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise_named)\nPASS: test_implicit_stop_iteration (test.test_monitoring.ExceptionMonitoringTest.test_implicit_stop_iteration)\nPASS: test_no_unwind_for_shim_frame (test.test_monitoring.ExceptionMonitoringTest.test_no_unwind_for_shim_frame)\nPASS: test_simple_try_except (test.test_monitoring.ExceptionMonitoringTest.test_simple_try_except)\nPASS: test_throw (test.test_monitoring.ExceptionMonitoringTest.test_throw)\nPASS: test_try_finally (test.test_monitoring.ExceptionMonitoringTest.test_try_finally)\nPASS: test_branch (test.test_monitoring.LineMonitoringTest.test_branch)\nPASS: test_generator_with_line (test.test_monitoring.LineMonitoringTest.test_generator_with_line)\nPASS: test_linear (test.test_monitoring.LineMonitoringTest.test_linear)\nPASS: test_lines_loop (test.test_monitoring.LineMonitoringTest.test_lines_loop)\nPASS: test_lines_single (test.test_monitoring.LineMonitoringTest.test_lines_single)\nPASS: test_lines_two (test.test_monitoring.LineMonitoringTest.test_lines_two)\nPASS: test_try_except (test.test_monitoring.LineMonitoringTest.test_try_except)\nPASS: test_has_objects (test.test_monitoring.MonitoringBasicTest.test_has_objects)\nPASS: test_tool (test.test_monitoring.MonitoringBasicTest.test_tool)\nPASS: test_c_return_count (test.test_monitoring.MonitoringCountTest.test_c_return_count)\nPASS: test_call_count (test.test_monitoring.MonitoringCountTest.test_call_count)\nPASS: test_resume_count (test.test_monitoring.MonitoringCountTest.test_resume_count)\nPASS: test_return_count (test.test_monitoring.MonitoringCountTest.test_return_count)\nPASS: test_start_count (test.test_monitoring.MonitoringCountTest.test_start_count)\nPASS: test_caught (test.test_monitoring.MonitoringEventsTest.test_caught)\nPASS: test_just_call (test.test_monitoring.MonitoringEventsTest.test_just_call)\nPASS: test_just_pass (test.test_monitoring.MonitoringEventsTest.test_just_pass)\nPASS: test_just_raise (test.test_monitoring.MonitoringEventsTest.test_just_raise)\nPASS: test_nested_call (test.test_monitoring.MonitoringEventsTest.test_nested_call)\nPASS: test_disable (test.test_monitoring.MontoringDisableAndRestartTest.test_disable)\nPASS: test_restart (test.test_monitoring.MontoringDisableAndRestartTest.test_restart)\nPASS: test_three_same (test.test_monitoring.MultipleMonitorsTest.test_three_same)\nPASS: test_two_different (test.test_monitoring.MultipleMonitorsTest.test_two_different)\nPASS: test_two_same (test.test_monitoring.MultipleMonitorsTest.test_two_same)\nPASS: test_two_with_disable (test.test_monitoring.MultipleMonitorsTest.test_two_with_disable)\ntest_with_instruction_event (test.test_monitoring.MultipleMonitorsTest.test_with_instruction_event)\nPASS: Test that the second tool can set events with instruction events set by the first tool.\nPASS: test_balanced (test.test_monitoring.SimulateProfileTest.test_balanced)\nPASS: test_frame_stack (test.test_monitoring.SimulateProfileTest.test_frame_stack)\nPASS: test_except_star (test.test_monitoring.TestBranchAndJumpEvents.test_except_star)\nPASS: test_loop (test.test_monitoring.TestBranchAndJumpEvents.test_loop)\nPASS: test_disable_event (test.test_monitoring.TestCApiEventGeneration.test_disable_event)\nPASS: test_enter_scope_two_events (test.test_monitoring.TestCApiEventGeneration.test_enter_scope_two_events)\nPASS: test_fire_event (test.test_monitoring.TestCApiEventGeneration.test_fire_event)\nPASS: test_fire_event_failing_callback (test.test_monitoring.TestCApiEventGeneration.test_fire_event_failing_callback)\nPASS: test_missing_exception (test.test_monitoring.TestCApiEventGeneration.test_missing_exception)\nPASS: test_disable_illegal_events (test.test_monitoring.TestDisable.test_disable_illegal_events)\nPASS: test_disable_legal_events (test.test_monitoring.TestDisable.test_disable_legal_events)\nPASS: test_call_then_instruction (test.test_monitoring.TestInstallIncrementally.test_call_then_instruction)\nPASS: test_instruction_then_call (test.test_monitoring.TestInstallIncrementally.test_instruction_then_call)\nPASS: test_instruction_then_line (test.test_monitoring.TestInstallIncrementally.test_instruction_then_line)\nPASS: test_line_then_instruction (test.test_monitoring.TestInstallIncrementally.test_line_then_instruction)\nPASS: test_c_call (test.test_monitoring.TestLineAndInstructionEvents.test_c_call)\nPASS: test_simple (test.test_monitoring.TestLineAndInstructionEvents.test_simple)\nPASS: test_try_except (test.test_monitoring.TestLineAndInstructionEvents.test_try_except)\ntest_turn_off_only_instruction (test.test_monitoring.TestLineAndInstructionEvents.test_turn_off_only_instruction)\nPASS: LINE events should be recorded after INSTRUCTION event is turned off\nPASS: test_with_restart (test.test_monitoring.TestLineAndInstructionEvents.test_with_restart)\nPASS: test_attr (test.test_monitoring.TestLoadSuperAttr.test_attr)\nPASS: test_method_call (test.test_monitoring.TestLoadSuperAttr.test_method_call)\nPASS: test_method_call_error (test.test_monitoring.TestLoadSuperAttr.test_method_call_error)\nPASS: test_vs_other_type_call (test.test_monitoring.TestLoadSuperAttr.test_vs_other_type_call)\nPASS: test_c_call (test.test_monitoring.TestLocalEvents.test_c_call)\nPASS: test_set_non_local_event (test.test_monitoring.TestLocalEvents.test_set_non_local_event)\nPASS: test_simple (test.test_monitoring.TestLocalEvents.test_simple)\nPASS: test_try_except (test.test_monitoring.TestLocalEvents.test_try_except)\nPASS: test_c_call (test.test_monitoring.TestManyEvents.test_c_call)\nPASS: test_simple (test.test_monitoring.TestManyEvents.test_simple)\nPASS: test_try_except (test.test_monitoring.TestManyEvents.test_try_except)\ntest_monitoring_live_at_shutdown (test.test_monitoring.TestMonitoringAtShutdown.test_monitoring_live_at_shutdown) ... \n===== script _test_monitoring_shutdown.py ======\n===== script _test_monitoring_shutdown.py completed: exit code 0 ======\nok\nPASS: test_for_loop (test.test_monitoring.TestOptimizer.test_for_loop)\nPASS: test_105162 (test.test_monitoring.TestRegressions.test_105162)\nPASS: test_108390 (test.test_monitoring.TestRegressions.test_108390)\nPASS: test_call_function_ex (test.test_monitoring.TestRegressions.test_call_function_ex)\nPASS: test_gh108976 (test.test_monitoring.TestRegressions.test_gh108976)\nPASS: test_instruction_explicit_callback (test.test_monitoring.TestRegressions.test_instruction_explicit_callback)\nPASS: test_global (test.test_monitoring.TestSetGetEvents.test_global)\nPASS: test_local (test.test_monitoring.TestSetGetEvents.test_local)\nPASS: test_monitoring_already_opimized_loop (test.test_monitoring.TestTier2Optimizer.test_monitoring_already_opimized_loop)\nPASS: test_get_local_events_uninitialized (test.test_monitoring.TestUninitialized.test_get_local_events_uninitialized)\n\n----------------------------------------------------------------------\nRan 78 tests in 0.029s\n\nOK\n0:01:47 load avg: 1.53 [279/480] test_multibytecodec passed\nPASS: test_encode (test.test_multibytecodec.TestHZStateful.test_encode)\nPASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful.test_incrementalencoder)\nPASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful.test_incrementalencoder_final)\nPASS: test_encode (test.test_multibytecodec.TestStateful.test_encode)\nPASS: test_incrementalencoder (test.test_multibytecodec.TestStateful.test_incrementalencoder)\nPASS: test_incrementalencoder_final (test.test_multibytecodec.TestStateful.test_incrementalencoder_final)\nSKIP: test_bug1572832 (test.test_multibytecodec.Test_ISO2022.test_bug1572832) \"resource 'cpu' is not enabled\"\nPASS: test_g2 (test.test_multibytecodec.Test_ISO2022.test_g2)\nPASS: test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022.test_iso2022_jp_g0)\nPASS: test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs)\nPASS: test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_keep_buffer)\nPASS: test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder.test_decode_unicode)\nPASS: test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder.test_iso2022)\nPASS: test_setstate_validates_input (test.test_multibytecodec.Test_IncrementalDecoder.test_setstate_validates_input)\nPASS: test_state_methods (test.test_multibytecodec.Test_IncrementalDecoder.test_state_methods)\nPASS: test_getstate_returns_expected_value (test.test_multibytecodec.Test_IncrementalEncoder.test_getstate_returns_expected_value)\nPASS: test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder.test_issue5640)\nPASS: test_setstate_validates_input_bytes (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_bytes)\nPASS: test_setstate_validates_input_size (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_size)\nPASS: test_state_methods_with_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_buffer_state)\nPASS: test_state_methods_with_non_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_non_buffer_state)\nPASS: test_stateful (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful)\nPASS: test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_keep_buffer)\nPASS: test_stateless (test.test_multibytecodec.Test_IncrementalEncoder.test_stateless)\nPASS: test_subinterp (test.test_multibytecodec.Test_IncrementalEncoder.test_subinterp)\nPASS: test_codingspec (test.test_multibytecodec.Test_MultibyteCodec.test_codingspec)\nPASS: test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec.test_decode_unicode)\nPASS: test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_custom_ignore)\nPASS: test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_longindex)\nPASS: test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec.test_init_segfault)\nPASS: test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec.test_nullcoding)\nPASS: test_str_decode (test.test_multibytecodec.Test_MultibyteCodec.test_str_decode)\nPASS: test_bug1728403 (test.test_multibytecodec.Test_StreamReader.test_bug1728403)\nPASS: test_gb18030 (test.test_multibytecodec.Test_StreamWriter.test_gb18030)\nPASS: test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter.test_streamwriter_strwrite)\nPASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter.test_utf_8)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.015s\n\nOK (skipped=1)\n0:01:47 load avg: 1.53 [280/480] test_named_expressions passed\nPASS: test_named_expression_assignment_01 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_01)\nPASS: test_named_expression_assignment_02 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_02)\nPASS: test_named_expression_assignment_03 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_03)\nPASS: test_named_expression_assignment_04 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_04)\nPASS: test_named_expression_assignment_05 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_05)\nPASS: test_named_expression_assignment_06 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_06)\nPASS: test_named_expression_assignment_07 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_07)\nPASS: test_named_expression_assignment_08 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_08)\nPASS: test_named_expression_assignment_09 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_09)\nPASS: test_named_expression_assignment_10 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_10)\nPASS: test_named_expression_assignment_11 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_11)\nPASS: test_named_expression_assignment_12 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_12)\nPASS: test_named_expression_assignment_13 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_13)\ntest_named_expression_assignment_14 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_14)\nPASS: Where all variables are positive integers, and a is at least as large\nPASS: test_named_expression_assignment_15 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_15)\nPASS: test_named_expression_assignment_16 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_16)\nPASS: test_named_expression_assignment_17 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_17)\nPASS: test_named_expression_assignment_18 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_18)\nPASS: test_named_expression_invalid_01 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_01)\nPASS: test_named_expression_invalid_02 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_02)\nPASS: test_named_expression_invalid_03 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_03)\nPASS: test_named_expression_invalid_04 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_04)\nPASS: test_named_expression_invalid_06 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_06)\nPASS: test_named_expression_invalid_07 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_07)\nPASS: test_named_expression_invalid_08 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_08)\nPASS: test_named_expression_invalid_09 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_09)\nPASS: test_named_expression_invalid_10 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_10)\nPASS: test_named_expression_invalid_11 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_11)\nPASS: test_named_expression_invalid_12 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_12)\nPASS: test_named_expression_invalid_13 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_13)\nPASS: test_named_expression_invalid_14 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_14)\nPASS: test_named_expression_invalid_15 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_15)\nPASS: test_named_expression_invalid_16 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_16)\nPASS: test_named_expression_invalid_17 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_17)\nPASS: test_named_expression_invalid_dict_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_dict_comprehension_iterable_expression)\nPASS: test_named_expression_invalid_in_class_body (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_in_class_body)\nPASS: test_named_expression_invalid_list_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_list_comprehension_iterable_expression)\nPASS: test_named_expression_invalid_mangled_class_variables (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_mangled_class_variables)\nPASS: test_named_expression_invalid_rebinding_dict_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_inner_loop)\nPASS: test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable)\nPASS: test_named_expression_invalid_rebinding_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_iteration_variable)\nPASS: test_named_expression_invalid_rebinding_list_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_inner_loop)\nPASS: test_named_expression_invalid_rebinding_list_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_iteration_variable)\nPASS: test_named_expression_invalid_rebinding_set_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_inner_loop)\nPASS: test_named_expression_invalid_rebinding_set_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_iteration_variable)\nPASS: test_named_expression_invalid_set_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_set_comprehension_iterable_expression)\nPASS: test_named_expression_valid_rebinding_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_valid_rebinding_iteration_variable)\nPASS: test_named_expression_global_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope)\nPASS: test_named_expression_global_scope_no_global_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope_no_global_keyword)\nPASS: test_named_expression_nonlocal_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope)\nPASS: test_named_expression_nonlocal_scope_no_nonlocal_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope_no_nonlocal_keyword)\nPASS: test_named_expression_scope_01 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_01)\nPASS: test_named_expression_scope_02 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_02)\nPASS: test_named_expression_scope_03 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_03)\nPASS: test_named_expression_scope_04 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_04)\nPASS: test_named_expression_scope_05 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_05)\nPASS: test_named_expression_scope_06 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_06)\nPASS: test_named_expression_scope_07 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_07)\nPASS: test_named_expression_scope_08 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_08)\nPASS: test_named_expression_scope_09 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_09)\nPASS: test_named_expression_scope_10 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_10)\nPASS: test_named_expression_scope_11 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_11)\nPASS: test_named_expression_scope_17 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_17)\nPASS: test_named_expression_scope_18 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_18)\nPASS: test_named_expression_scope_19 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_19)\nPASS: test_named_expression_scope_20 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_20)\nPASS: test_named_expression_scope_21 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_21)\nPASS: test_named_expression_scope_22 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_22)\nPASS: test_named_expression_scope_23 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_23)\nPASS: test_named_expression_scope_24 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_24)\nPASS: test_named_expression_scope_25 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_25)\nPASS: test_named_expression_scope_in_genexp (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_in_genexp)\nPASS: test_named_expression_scope_mangled_names (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_mangled_names)\nPASS: test_named_expression_variable_reuse_in_comprehensions (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_variable_reuse_in_comprehensions)\n\n----------------------------------------------------------------------\nRan 74 tests in 0.013s\n\nOK\n0:01:47 load avg: 1.53 [281/480] test_netrc passed\nPASS: test_comment_after_machine_line (test.test_netrc.NetrcTestCase.test_comment_after_machine_line)\nPASS: test_comment_after_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_hash_only)\nPASS: test_comment_after_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_no_space)\nPASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line)\nPASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_no_space)\nPASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_pass_has_hash)\nPASS: test_comment_before_machine_line (test.test_netrc.NetrcTestCase.test_comment_before_machine_line)\nPASS: test_comment_before_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_hash_only)\nPASS: test_comment_before_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_no_space)\nPASS: test_invalid_tokens (test.test_netrc.NetrcTestCase.test_invalid_tokens)\nPASS: test_macros (test.test_netrc.NetrcTestCase.test_macros)\nPASS: test_optional_tokens (test.test_netrc.NetrcTestCase.test_optional_tokens)\nPASS: test_security (test.test_netrc.NetrcTestCase.test_security)\nPASS: test_token_value_escape (test.test_netrc.NetrcTestCase.test_token_value_escape)\nPASS: test_token_value_internal_hash (test.test_netrc.NetrcTestCase.test_token_value_internal_hash)\nPASS: test_token_value_leading_hash (test.test_netrc.NetrcTestCase.test_token_value_leading_hash)\nPASS: test_token_value_non_ascii (test.test_netrc.NetrcTestCase.test_token_value_non_ascii)\nPASS: test_token_value_quotes (test.test_netrc.NetrcTestCase.test_token_value_quotes)\nPASS: test_token_value_trailing_hash (test.test_netrc.NetrcTestCase.test_token_value_trailing_hash)\nPASS: test_token_value_whitespace (test.test_netrc.NetrcTestCase.test_token_value_whitespace)\nPASS: test_toplevel_non_ordered_tokens (test.test_netrc.NetrcTestCase.test_toplevel_non_ordered_tokens)\nPASS: test_toplevel_tokens (test.test_netrc.NetrcTestCase.test_toplevel_tokens)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.004s\n\nOK\n0:01:47 load avg: 1.53 [282/480] test_ntpath passed\nPASS: test_abspath (test.test_ntpath.NtCommonTest.test_abspath)\nPASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest.test_abspath_issue3426)\nPASS: test_commonprefix (test.test_ntpath.NtCommonTest.test_commonprefix)\nPASS: test_exists (test.test_ntpath.NtCommonTest.test_exists)\nPASS: test_exists_bool (test.test_ntpath.NtCommonTest.test_exists_bool)\nPASS: test_exists_fd (test.test_ntpath.NtCommonTest.test_exists_fd)\nPASS: test_expandvars (test.test_ntpath.NtCommonTest.test_expandvars)\nPASS: test_expandvars_nonascii (test.test_ntpath.NtCommonTest.test_expandvars_nonascii)\nPASS: test_filetime (test.test_ntpath.NtCommonTest.test_filetime)\nPASS: test_getsize (test.test_ntpath.NtCommonTest.test_getsize)\nPASS: test_import (test.test_ntpath.NtCommonTest.test_import)\nPASS: test_isdir (test.test_ntpath.NtCommonTest.test_isdir)\nPASS: test_isfile (test.test_ntpath.NtCommonTest.test_isfile)\nPASS: test_join_errors (test.test_ntpath.NtCommonTest.test_join_errors)\nPASS: test_no_argument (test.test_ntpath.NtCommonTest.test_no_argument)\nPASS: test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath)\nPASS: test_normcase (test.test_ntpath.NtCommonTest.test_normcase)\nPASS: test_normpath_issue106242 (test.test_ntpath.NtCommonTest.test_normpath_issue106242)\nPASS: test_normpath_issue5827 (test.test_ntpath.NtCommonTest.test_normpath_issue5827)\nPASS: test_realpath (test.test_ntpath.NtCommonTest.test_realpath)\nPASS: test_relpath_errors (test.test_ntpath.NtCommonTest.test_relpath_errors)\nPASS: test_samefile (test.test_ntpath.NtCommonTest.test_samefile)\nPASS: test_samefile_on_link (test.test_ntpath.NtCommonTest.test_samefile_on_link)\nPASS: test_samefile_on_symlink (test.test_ntpath.NtCommonTest.test_samefile_on_symlink)\nPASS: test_sameopenfile (test.test_ntpath.NtCommonTest.test_sameopenfile)\nPASS: test_samestat (test.test_ntpath.NtCommonTest.test_samestat)\nPASS: test_samestat_on_link (test.test_ntpath.NtCommonTest.test_samestat_on_link)\nPASS: test_samestat_on_symlink (test.test_ntpath.NtCommonTest.test_samestat_on_symlink)\nPASS: test_splitdrive (test.test_ntpath.NtCommonTest.test_splitdrive)\nPASS: test_path_abspath (test.test_ntpath.PathLikeTests.test_path_abspath)\nPASS: test_path_basename (test.test_ntpath.PathLikeTests.test_path_basename)\nPASS: test_path_commonpath (test.test_ntpath.PathLikeTests.test_path_commonpath)\nPASS: test_path_dirname (test.test_ntpath.PathLikeTests.test_path_dirname)\nPASS: test_path_expanduser (test.test_ntpath.PathLikeTests.test_path_expanduser)\nPASS: test_path_expandvars (test.test_ntpath.PathLikeTests.test_path_expandvars)\nPASS: test_path_isabs (test.test_ntpath.PathLikeTests.test_path_isabs)\nPASS: test_path_isdir (test.test_ntpath.PathLikeTests.test_path_isdir)\nPASS: test_path_islink (test.test_ntpath.PathLikeTests.test_path_islink)\nPASS: test_path_ismount (test.test_ntpath.PathLikeTests.test_path_ismount)\nPASS: test_path_join (test.test_ntpath.PathLikeTests.test_path_join)\nPASS: test_path_lexists (test.test_ntpath.PathLikeTests.test_path_lexists)\nPASS: test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase)\nPASS: test_path_normpath (test.test_ntpath.PathLikeTests.test_path_normpath)\nPASS: test_path_realpath (test.test_ntpath.PathLikeTests.test_path_realpath)\nPASS: test_path_relpath (test.test_ntpath.PathLikeTests.test_path_relpath)\nPASS: test_path_split (test.test_ntpath.PathLikeTests.test_path_split)\nPASS: test_path_splitdrive (test.test_ntpath.PathLikeTests.test_path_splitdrive)\nPASS: test_path_splitext (test.test_ntpath.PathLikeTests.test_path_splitext)\nPASS: test_path_splitroot (test.test_ntpath.PathLikeTests.test_path_splitroot)\nSKIP: test_abspath (test.test_ntpath.TestNtpath.test_abspath) \"abspath requires 'nt' module\"\nPASS: test_abspath_invalid_paths (test.test_ntpath.TestNtpath.test_abspath_invalid_paths)\nPASS: test_commonpath (test.test_ntpath.TestNtpath.test_commonpath)\nPASS: test_commonprefix (test.test_ntpath.TestNtpath.test_commonprefix)\nSKIP: test_con_device (test.test_ntpath.TestNtpath.test_con_device) 'windows only'\nPASS: test_expanduser (test.test_ntpath.TestNtpath.test_expanduser)\nPASS: test_expandvars (test.test_ntpath.TestNtpath.test_expandvars)\nPASS: test_expandvars_nonascii (test.test_ntpath.TestNtpath.test_expandvars_nonascii)\nSKIP: test_fast_paths_in_use (test.test_ntpath.TestNtpath.test_fast_paths_in_use) 'Fast paths are only for win32'\nPASS: test_isabs (test.test_ntpath.TestNtpath.test_isabs)\nSKIP: test_isdevdrive (test.test_ntpath.TestNtpath.test_isdevdrive) 'Dev Drives only exist on Win32'\nPASS: test_isdevdrive_fallback (test.test_ntpath.TestNtpath.test_isdevdrive_fallback)\nPASS: test_isfile_anonymous_pipe (test.test_ntpath.TestNtpath.test_isfile_anonymous_pipe)\nSKIP: test_isfile_driveletter (test.test_ntpath.TestNtpath.test_isfile_driveletter) 'drive letters are a windows concept'\nPASS: test_isfile_invalid_paths (test.test_ntpath.TestNtpath.test_isfile_invalid_paths)\nSKIP: test_isfile_named_pipe (test.test_ntpath.TestNtpath.test_isfile_named_pipe) 'windows only'\nSKIP: test_isjunction (test.test_ntpath.TestNtpath.test_isjunction) 'Can only test junctions with creation on win32.'\nPASS: test_ismount (test.test_ntpath.TestNtpath.test_ismount)\nPASS: test_ismount_invalid_paths (test.test_ntpath.TestNtpath.test_ismount_invalid_paths)\nPASS: test_isreserved (test.test_ntpath.TestNtpath.test_isreserved)\nPASS: test_join (test.test_ntpath.TestNtpath.test_join)\nPASS: test_normcase (test.test_ntpath.TestNtpath.test_normcase)\nPASS: test_normcase_invalid_paths (test.test_ntpath.TestNtpath.test_normcase_invalid_paths)\nPASS: test_normpath (test.test_ntpath.TestNtpath.test_normpath)\nPASS: test_normpath_invalid_paths (test.test_ntpath.TestNtpath.test_normpath_invalid_paths)\nSKIP: test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) \"OS helpers require 'nt' module\"\nSKIP: test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) 'need _getfinalpathname'\nSKIP: test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) 'need _getfinalpathname'\nPASS: test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir)\nPASS: test_realpath_curdir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_curdir_missing_ok)\nPASS: test_realpath_curdir_strict (test.test_ntpath.TestNtpath.test_realpath_curdir_strict)\nSKIP: test_realpath_cwd (test.test_ntpath.TestNtpath.test_realpath_cwd) 'need _getfinalpathname'\nSKIP: test_realpath_invalid_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_paths) 'need _getfinalpathname'\nSKIP: test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) 'need _getfinalpathname'\nSKIP: test_realpath_nul (test.test_ntpath.TestNtpath.test_realpath_nul) 'need _getfinalpathname'\nPASS: test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir)\nPASS: test_realpath_pardir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_pardir_missing_ok)\nPASS: test_realpath_pardir_strict (test.test_ntpath.TestNtpath.test_realpath_pardir_strict)\nSKIP: test_realpath_permission (test.test_ntpath.TestNtpath.test_realpath_permission) 'need _getfinalpathname'\nSKIP: test_realpath_relative (test.test_ntpath.TestNtpath.test_realpath_relative) 'need _getfinalpathname'\nSKIP: test_realpath_strict (test.test_ntpath.TestNtpath.test_realpath_strict) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_loops (test.test_ntpath.TestNtpath.test_realpath_symlink_loops) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_loops_raise (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_raise) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_prefix (test.test_ntpath.TestNtpath.test_realpath_symlink_prefix) 'need _getfinalpathname'\nPASS: test_relpath (test.test_ntpath.TestNtpath.test_relpath)\nPASS: test_sameopenfile (test.test_ntpath.TestNtpath.test_sameopenfile)\nPASS: test_split (test.test_ntpath.TestNtpath.test_split)\nPASS: test_split_invalid_paths (test.test_ntpath.TestNtpath.test_split_invalid_paths)\nPASS: test_splitdrive (test.test_ntpath.TestNtpath.test_splitdrive)\nPASS: test_splitdrive_invalid_paths (test.test_ntpath.TestNtpath.test_splitdrive_invalid_paths)\nPASS: test_splitext (test.test_ntpath.TestNtpath.test_splitext)\nPASS: test_splitroot (test.test_ntpath.TestNtpath.test_splitroot)\nPASS: test_splitroot_invalid_paths (test.test_ntpath.TestNtpath.test_splitroot_invalid_paths)\n\n----------------------------------------------------------------------\nRan 103 tests in 0.042s\n\nOK (skipped=21)\n0:01:48 load avg: 1.53 [283/480] test_numeric_tower passed\nPASS: test_complex (test.test_numeric_tower.ComparisonTest.test_complex)\nPASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest.test_mixed_comparisons)\nPASS: test_binary_floats (test.test_numeric_tower.HashTest.test_binary_floats)\nPASS: test_bools (test.test_numeric_tower.HashTest.test_bools)\nPASS: test_complex (test.test_numeric_tower.HashTest.test_complex)\nPASS: test_decimals (test.test_numeric_tower.HashTest.test_decimals)\nPASS: test_fractions (test.test_numeric_tower.HashTest.test_fractions)\nPASS: test_hash_normalization (test.test_numeric_tower.HashTest.test_hash_normalization)\nPASS: test_integers (test.test_numeric_tower.HashTest.test_integers)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.038s\n\nOK\n0:01:48 load avg: 1.53 [284/480] test_opcache passed\nPASS: test_assign_init_code (test.test_opcache.TestCallCache.test_assign_init_code)\nPASS: test_too_many_defaults_0 (test.test_opcache.TestCallCache.test_too_many_defaults_0)\nPASS: test_too_many_defaults_1 (test.test_opcache.TestCallCache.test_too_many_defaults_1)\nPASS: test_too_many_defaults_2 (test.test_opcache.TestCallCache.test_too_many_defaults_2)\nPASS: test_dict_dematerialization (test.test_opcache.TestInstanceDict.test_dict_dematerialization)\nPASS: test_dict_dematerialization_copy (test.test_opcache.TestInstanceDict.test_dict_dematerialization_copy)\nPASS: test_dict_dematerialization_multiple_refs (test.test_opcache.TestInstanceDict.test_dict_dematerialization_multiple_refs)\nPASS: test_dict_dematerialization_pickle (test.test_opcache.TestInstanceDict.test_dict_dematerialization_pickle)\nPASS: test_dict_dematerialization_subclass (test.test_opcache.TestInstanceDict.test_dict_dematerialization_subclass)\nPASS: test_dict_materialization (test.test_opcache.TestInstanceDict.test_dict_materialization)\nPASS: test_store_attr_with_hint (test.test_opcache.TestInstanceDict.test_store_attr_with_hint)\nPASS: test_values_on_instance (test.test_opcache.TestInstanceDict.test_values_on_instance)\nPASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_descriptor_added_after_optimization)\nPASS: test_load_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_load_borrowed_slot_should_not_crash)\nPASS: test_load_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error)\nPASS: test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization)\nPASS: test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization)\nPASS: test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute)\nPASS: test_metaclass_getattribute (test.test_opcache.TestLoadAttrCache.test_metaclass_getattribute)\nPASS: test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization)\nPASS: test_metaclass_swap (test.test_opcache.TestLoadAttrCache.test_metaclass_swap)\nPASS: test_store_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_store_borrowed_slot_should_not_crash)\nPASS: test_store_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error)\nPASS: test_type_descriptor_shadows_attribute_getset (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset)\nPASS: test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_member)\nPASS: test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_method)\nPASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_descriptor_added_after_optimization)\nPASS: test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization)\nPASS: test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization)\nPASS: test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute)\nPASS: test_metaclass_getattribute (test.test_opcache.TestLoadMethodCache.test_metaclass_getattribute)\nPASS: test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization)\nPASS: test_metaclass_swap (test.test_opcache.TestLoadMethodCache.test_metaclass_swap)\nPASS: test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_member)\nPASS: test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_method)\nPASS: test_descriptor_not_double_executed_on_spec_fail (test.test_opcache.TestLoadSuperAttrCache.test_descriptor_not_double_executed_on_spec_fail)\nPASS: test_binary_subscr_getitem (test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_getitem)\nPASS: test_binary_subscr_list_int (test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_list_int)\nPASS: test_for_iter_gen (test.test_opcache.TestRacesDoNotCrash.test_for_iter_gen)\nPASS: test_for_iter_list (test.test_opcache.TestRacesDoNotCrash.test_for_iter_list)\nPASS: test_load_attr_class (test.test_opcache.TestRacesDoNotCrash.test_load_attr_class)\nPASS: test_load_attr_getattribute_overridden (test.test_opcache.TestRacesDoNotCrash.test_load_attr_getattribute_overridden)\nPASS: test_load_attr_instance_value (test.test_opcache.TestRacesDoNotCrash.test_load_attr_instance_value)\nPASS: test_load_attr_method_lazy_dict (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_lazy_dict)\nPASS: test_load_attr_method_no_dict (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_no_dict)\nPASS: test_load_attr_method_with_values (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_with_values)\nPASS: test_load_attr_module (test.test_opcache.TestRacesDoNotCrash.test_load_attr_module)\nPASS: test_load_attr_property (test.test_opcache.TestRacesDoNotCrash.test_load_attr_property)\nPASS: test_load_attr_with_hint (test.test_opcache.TestRacesDoNotCrash.test_load_attr_with_hint)\nPASS: test_load_global_module (test.test_opcache.TestRacesDoNotCrash.test_load_global_module)\nPASS: test_store_attr_instance_value (test.test_opcache.TestRacesDoNotCrash.test_store_attr_instance_value)\nPASS: test_store_attr_with_hint (test.test_opcache.TestRacesDoNotCrash.test_store_attr_with_hint)\nPASS: test_store_subscr_list_int (test.test_opcache.TestRacesDoNotCrash.test_store_subscr_list_int)\nPASS: test_unpack_sequence_list (test.test_opcache.TestRacesDoNotCrash.test_unpack_sequence_list)\n\n----------------------------------------------------------------------\nRan 54 tests in 0.294s\n\nOK\n0:01:48 load avg: 1.53 [285/480] test_opcodes passed\nPASS: test_compare_function_objects (test.test_opcodes.OpcodeTest.test_compare_function_objects)\nPASS: test_default_annotations_exist (test.test_opcodes.OpcodeTest.test_default_annotations_exist)\nPASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest.test_do_not_recreate_annotations)\nPASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest.test_modulo_of_string_subclasses)\nPASS: test_raise_class_exceptions (test.test_opcodes.OpcodeTest.test_raise_class_exceptions)\nPASS: test_setup_annotations_line (test.test_opcodes.OpcodeTest.test_setup_annotations_line)\nPASS: test_try_inside_for_loop (test.test_opcodes.OpcodeTest.test_try_inside_for_loop)\nPASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest.test_use_existing_annotations)\n\n----------------------------------------------------------------------\nRan 8 tests in 0.001s\n\nOK\n0:01:48 load avg: 1.53 [286/480] test_openpty passed\nPASS: test (test.test_openpty.OpenptyTest.test)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:01:48 load avg: 1.53 [287/480] test_operator passed\nPASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase.test_methodcaller)\nPASS: test___all__ (test.test_operator.COperatorTestCase.test___all__)\nPASS: test_abs (test.test_operator.COperatorTestCase.test_abs)\nPASS: test_add (test.test_operator.COperatorTestCase.test_add)\nPASS: test_attrgetter (test.test_operator.COperatorTestCase.test_attrgetter)\nPASS: test_attrgetter_signature (test.test_operator.COperatorTestCase.test_attrgetter_signature)\nPASS: test_bitwise_and (test.test_operator.COperatorTestCase.test_bitwise_and)\nPASS: test_bitwise_or (test.test_operator.COperatorTestCase.test_bitwise_or)\nPASS: test_bitwise_xor (test.test_operator.COperatorTestCase.test_bitwise_xor)\nPASS: test_call (test.test_operator.COperatorTestCase.test_call)\nPASS: test_concat (test.test_operator.COperatorTestCase.test_concat)\nPASS: test_contains (test.test_operator.COperatorTestCase.test_contains)\nPASS: test_countOf (test.test_operator.COperatorTestCase.test_countOf)\nPASS: test_delitem (test.test_operator.COperatorTestCase.test_delitem)\nPASS: test_dunder_is_original (test.test_operator.COperatorTestCase.test_dunder_is_original)\nPASS: test_eq (test.test_operator.COperatorTestCase.test_eq)\nPASS: test_floordiv (test.test_operator.COperatorTestCase.test_floordiv)\nPASS: test_ge (test.test_operator.COperatorTestCase.test_ge)\nPASS: test_getitem (test.test_operator.COperatorTestCase.test_getitem)\nPASS: test_gt (test.test_operator.COperatorTestCase.test_gt)\nPASS: test_iconcat_without_getitem (test.test_operator.COperatorTestCase.test_iconcat_without_getitem)\nPASS: test_index (test.test_operator.COperatorTestCase.test_index)\nPASS: test_indexOf (test.test_operator.COperatorTestCase.test_indexOf)\nPASS: test_inplace (test.test_operator.COperatorTestCase.test_inplace)\nPASS: test_invert (test.test_operator.COperatorTestCase.test_invert)\nPASS: test_is (test.test_operator.COperatorTestCase.test_is)\nPASS: test_is_not (test.test_operator.COperatorTestCase.test_is_not)\nPASS: test_itemgetter (test.test_operator.COperatorTestCase.test_itemgetter)\nPASS: test_itemgetter_signature (test.test_operator.COperatorTestCase.test_itemgetter_signature)\nPASS: test_le (test.test_operator.COperatorTestCase.test_le)\nPASS: test_length_hint (test.test_operator.COperatorTestCase.test_length_hint)\nPASS: test_lshift (test.test_operator.COperatorTestCase.test_lshift)\nPASS: test_lt (test.test_operator.COperatorTestCase.test_lt)\nPASS: test_matmul (test.test_operator.COperatorTestCase.test_matmul)\nPASS: test_methodcaller (test.test_operator.COperatorTestCase.test_methodcaller)\nPASS: test_methodcaller_signature (test.test_operator.COperatorTestCase.test_methodcaller_signature)\nPASS: test_mod (test.test_operator.COperatorTestCase.test_mod)\nPASS: test_mul (test.test_operator.COperatorTestCase.test_mul)\nPASS: test_ne (test.test_operator.COperatorTestCase.test_ne)\nPASS: test_neg (test.test_operator.COperatorTestCase.test_neg)\nPASS: test_not_ (test.test_operator.COperatorTestCase.test_not_)\nPASS: test_pos (test.test_operator.COperatorTestCase.test_pos)\nPASS: test_pow (test.test_operator.COperatorTestCase.test_pow)\nPASS: test_rshift (test.test_operator.COperatorTestCase.test_rshift)\nPASS: test_setitem (test.test_operator.COperatorTestCase.test_setitem)\nPASS: test_sub (test.test_operator.COperatorTestCase.test_sub)\nPASS: test_truediv (test.test_operator.COperatorTestCase.test_truediv)\nPASS: test_truth (test.test_operator.COperatorTestCase.test_truth)\nPASS: test_attrgetter (test.test_operator.CPyOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.CPyOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.CPyOperatorPickleTestCase.test_methodcaller)\nPASS: test_attrgetter (test.test_operator.PyCOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.PyCOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.PyCOperatorPickleTestCase.test_methodcaller)\nPASS: test___all__ (test.test_operator.PyOperatorTestCase.test___all__)\nPASS: test_abs (test.test_operator.PyOperatorTestCase.test_abs)\nPASS: test_add (test.test_operator.PyOperatorTestCase.test_add)\nPASS: test_attrgetter (test.test_operator.PyOperatorTestCase.test_attrgetter)\nPASS: test_attrgetter_signature (test.test_operator.PyOperatorTestCase.test_attrgetter_signature)\nPASS: test_bitwise_and (test.test_operator.PyOperatorTestCase.test_bitwise_and)\nPASS: test_bitwise_or (test.test_operator.PyOperatorTestCase.test_bitwise_or)\nPASS: test_bitwise_xor (test.test_operator.PyOperatorTestCase.test_bitwise_xor)\nPASS: test_call (test.test_operator.PyOperatorTestCase.test_call)\nPASS: test_concat (test.test_operator.PyOperatorTestCase.test_concat)\nPASS: test_contains (test.test_operator.PyOperatorTestCase.test_contains)\nPASS: test_countOf (test.test_operator.PyOperatorTestCase.test_countOf)\nPASS: test_delitem (test.test_operator.PyOperatorTestCase.test_delitem)\nPASS: test_dunder_is_original (test.test_operator.PyOperatorTestCase.test_dunder_is_original)\nPASS: test_eq (test.test_operator.PyOperatorTestCase.test_eq)\nPASS: test_floordiv (test.test_operator.PyOperatorTestCase.test_floordiv)\nPASS: test_ge (test.test_operator.PyOperatorTestCase.test_ge)\nPASS: test_getitem (test.test_operator.PyOperatorTestCase.test_getitem)\nPASS: test_gt (test.test_operator.PyOperatorTestCase.test_gt)\nPASS: test_iconcat_without_getitem (test.test_operator.PyOperatorTestCase.test_iconcat_without_getitem)\nPASS: test_index (test.test_operator.PyOperatorTestCase.test_index)\nPASS: test_indexOf (test.test_operator.PyOperatorTestCase.test_indexOf)\nPASS: test_inplace (test.test_operator.PyOperatorTestCase.test_inplace)\nPASS: test_invert (test.test_operator.PyOperatorTestCase.test_invert)\nPASS: test_is (test.test_operator.PyOperatorTestCase.test_is)\nPASS: test_is_not (test.test_operator.PyOperatorTestCase.test_is_not)\nPASS: test_itemgetter (test.test_operator.PyOperatorTestCase.test_itemgetter)\nPASS: test_itemgetter_signature (test.test_operator.PyOperatorTestCase.test_itemgetter_signature)\nPASS: test_le (test.test_operator.PyOperatorTestCase.test_le)\nPASS: test_length_hint (test.test_operator.PyOperatorTestCase.test_length_hint)\nPASS: test_lshift (test.test_operator.PyOperatorTestCase.test_lshift)\nPASS: test_lt (test.test_operator.PyOperatorTestCase.test_lt)\nPASS: test_matmul (test.test_operator.PyOperatorTestCase.test_matmul)\nPASS: test_methodcaller (test.test_operator.PyOperatorTestCase.test_methodcaller)\nPASS: test_methodcaller_signature (test.test_operator.PyOperatorTestCase.test_methodcaller_signature)\nPASS: test_mod (test.test_operator.PyOperatorTestCase.test_mod)\nPASS: test_mul (test.test_operator.PyOperatorTestCase.test_mul)\nPASS: test_ne (test.test_operator.PyOperatorTestCase.test_ne)\nPASS: test_neg (test.test_operator.PyOperatorTestCase.test_neg)\nPASS: test_not_ (test.test_operator.PyOperatorTestCase.test_not_)\nPASS: test_pos (test.test_operator.PyOperatorTestCase.test_pos)\nPASS: test_pow (test.test_operator.PyOperatorTestCase.test_pow)\nPASS: test_rshift (test.test_operator.PyOperatorTestCase.test_rshift)\nPASS: test_setitem (test.test_operator.PyOperatorTestCase.test_setitem)\nPASS: test_sub (test.test_operator.PyOperatorTestCase.test_sub)\nPASS: test_truediv (test.test_operator.PyOperatorTestCase.test_truediv)\nPASS: test_truth (test.test_operator.PyOperatorTestCase.test_truth)\nPASS: test_attrgetter (test.test_operator.PyPyOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.PyPyOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase.test_methodcaller)\n\n----------------------------------------------------------------------\nRan 106 tests in 0.009s\n\nOK\n0:01:48 load avg: 1.53 [288/480] test_optimizer passed\nSKIP: test_optimizer_symbols (test.test_optimizer.TestOptimizerSymbols.test_optimizer_symbols) 'requires _testinternalcapi.uop_symbols_test'\nPASS: test_builtin_dict (test.test_optimizer.TestRareEventCounters.test_builtin_dict)\nPASS: test_func_modification (test.test_optimizer.TestRareEventCounters.test_func_modification)\nPASS: test_set_bases (test.test_optimizer.TestRareEventCounters.test_set_bases)\nPASS: test_set_class (test.test_optimizer.TestRareEventCounters.test_set_class)\nPASS: test_set_eval_frame_func (test.test_optimizer.TestRareEventCounters.test_set_eval_frame_func)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK (skipped=1)\n0:01:48 load avg: 1.53 [289/480] test_optparse passed\nPASS: test__all__ (test.test_optparse.MiscTestCase.test__all__)\nPASS: test_bool_default (test.test_optparse.TestBool.test_bool_default)\nPASS: test_bool_false (test.test_optparse.TestBool.test_bool_false)\nPASS: test_bool_flicker_on_and_off (test.test_optparse.TestBool.test_bool_flicker_on_and_off)\nPASS: test_bool_true (test.test_optparse.TestBool.test_bool_true)\nPASS: test_callback (test.test_optparse.TestCallback.test_callback)\nPASS: test_callback_help (test.test_optparse.TestCallback.test_callback_help)\nPASS: test_abbrev_callback_expansion (test.test_optparse.TestCallbackCheckAbbrev.test_abbrev_callback_expansion)\nPASS: test_callback_extra_args (test.test_optparse.TestCallbackExtraArgs.test_callback_extra_args)\nPASS: test_many_args (test.test_optparse.TestCallbackManyArgs.test_many_args)\nPASS: test_callback_meddle_args (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args)\nPASS: test_callback_meddle_args_separator (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args_separator)\nPASS: test_consume_separator_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_consume_separator_stop_at_option)\nPASS: test_positional_arg_and_variable_args (test.test_optparse.TestCallbackVarArgs.test_positional_arg_and_variable_args)\nPASS: test_stop_at_invalid_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_invalid_option)\nPASS: test_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_option)\nPASS: test_variable_args (test.test_optparse.TestCallbackVarArgs.test_variable_args)\nPASS: test_add_choice_option (test.test_optparse.TestChoice.test_add_choice_option)\nPASS: test_invalid_choice (test.test_optparse.TestChoice.test_invalid_choice)\nPASS: test_valid_choice (test.test_optparse.TestChoice.test_valid_choice)\nPASS: test_conflict_error (test.test_optparse.TestConflict.test_conflict_error)\nPASS: test_conflict_error_group (test.test_optparse.TestConflict.test_conflict_error_group)\nPASS: test_no_such_conflict_handler (test.test_optparse.TestConflict.test_no_such_conflict_handler)\nPASS: test_conflict_override_args (test.test_optparse.TestConflictOverride.test_conflict_override_args)\nPASS: test_conflict_override_help (test.test_optparse.TestConflictOverride.test_conflict_override_help)\nPASS: test_conflict_override_opts (test.test_optparse.TestConflictOverride.test_conflict_override_opts)\nPASS: test_conflict_resolve (test.test_optparse.TestConflictResolve.test_conflict_resolve)\nPASS: test_conflict_resolve_help (test.test_optparse.TestConflictResolve.test_conflict_resolve_help)\nPASS: test_conflict_resolve_long_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opt)\nPASS: test_conflict_resolve_long_opts (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opts)\nPASS: test_conflict_resolve_short_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_short_opt)\nPASS: test_conflict_default (test.test_optparse.TestConflictingDefaults.test_conflict_default)\nPASS: test_conflict_default_none (test.test_optparse.TestConflictingDefaults.test_conflict_default_none)\nPASS: test_count_interspersed_args (test.test_optparse.TestCount.test_count_interspersed_args)\nPASS: test_count_no_interspersed_args (test.test_optparse.TestCount.test_count_no_interspersed_args)\nPASS: test_count_no_such_option (test.test_optparse.TestCount.test_count_no_such_option)\nPASS: test_count_one (test.test_optparse.TestCount.test_count_one)\nPASS: test_count_option_no_value (test.test_optparse.TestCount.test_count_option_no_value)\nPASS: test_count_override_amount (test.test_optparse.TestCount.test_count_override_amount)\nPASS: test_count_override_quiet (test.test_optparse.TestCount.test_count_override_quiet)\nPASS: test_count_overriding (test.test_optparse.TestCount.test_count_overriding)\nPASS: test_count_overriding_default (test.test_optparse.TestCount.test_count_overriding_default)\nPASS: test_count_three (test.test_optparse.TestCount.test_count_three)\nPASS: test_count_three_apart (test.test_optparse.TestCount.test_count_three_apart)\nPASS: test_count_with_default (test.test_optparse.TestCount.test_count_with_default)\nPASS: test_empty (test.test_optparse.TestCount.test_empty)\nPASS: test_basic_defaults (test.test_optparse.TestDefaultValues.test_basic_defaults)\nPASS: test_mixed_defaults_post (test.test_optparse.TestDefaultValues.test_mixed_defaults_post)\nPASS: test_mixed_defaults_pre (test.test_optparse.TestDefaultValues.test_mixed_defaults_pre)\nPASS: test_process_default (test.test_optparse.TestDefaultValues.test_process_default)\nPASS: test_alt_expand (test.test_optparse.TestExpandDefaults.test_alt_expand)\nPASS: test_default_none_1 (test.test_optparse.TestExpandDefaults.test_default_none_1)\nPASS: test_default_none_2 (test.test_optparse.TestExpandDefaults.test_default_none_2)\nPASS: test_float_default (test.test_optparse.TestExpandDefaults.test_float_default)\nPASS: test_no_default (test.test_optparse.TestExpandDefaults.test_no_default)\nPASS: test_no_expand (test.test_optparse.TestExpandDefaults.test_no_expand)\nPASS: test_option_default (test.test_optparse.TestExpandDefaults.test_option_default)\nPASS: test_parser_default_1 (test.test_optparse.TestExpandDefaults.test_parser_default_1)\nPASS: test_parser_default_2 (test.test_optparse.TestExpandDefaults.test_parser_default_2)\nPASS: test_extend_add_action (test.test_optparse.TestExtendAddActions.test_extend_add_action)\nPASS: test_extend_add_action_normal (test.test_optparse.TestExtendAddActions.test_extend_add_action_normal)\nPASS: test_filetype_noexist (test.test_optparse.TestExtendAddTypes.test_filetype_noexist)\nPASS: test_filetype_notfile (test.test_optparse.TestExtendAddTypes.test_filetype_notfile)\nPASS: test_filetype_ok (test.test_optparse.TestExtendAddTypes.test_filetype_ok)\nPASS: test_help (test.test_optparse.TestHelp.test_help)\nPASS: test_help_description_groups (test.test_optparse.TestHelp.test_help_description_groups)\nPASS: test_help_long_opts_first (test.test_optparse.TestHelp.test_help_long_opts_first)\nPASS: test_help_old_usage (test.test_optparse.TestHelp.test_help_old_usage)\nPASS: test_help_title_formatter (test.test_optparse.TestHelp.test_help_title_formatter)\nPASS: test_help_unicode (test.test_optparse.TestHelp.test_help_unicode)\nPASS: test_help_unicode_description (test.test_optparse.TestHelp.test_help_unicode_description)\nPASS: test_wrap_columns (test.test_optparse.TestHelp.test_wrap_columns)\nPASS: test_match_abbrev (test.test_optparse.TestMatchAbbrev.test_match_abbrev)\nPASS: test_match_abbrev_error (test.test_optparse.TestMatchAbbrev.test_match_abbrev_error)\nPASS: test_nargs_invalid_float_value (test.test_optparse.TestMultipleArgs.test_nargs_invalid_float_value)\nPASS: test_nargs_long_opt (test.test_optparse.TestMultipleArgs.test_nargs_long_opt)\nPASS: test_nargs_required_values (test.test_optparse.TestMultipleArgs.test_nargs_required_values)\nPASS: test_nargs_with_positional_args (test.test_optparse.TestMultipleArgs.test_nargs_with_positional_args)\nPASS: test_nargs_append (test.test_optparse.TestMultipleArgsAppend.test_nargs_append)\nPASS: test_nargs_append_const (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_const)\nPASS: test_nargs_append_required_values (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_required_values)\nPASS: test_nargs_append_simple (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_simple)\nPASS: test_action_invalid (test.test_optparse.TestOptionChecks.test_action_invalid)\nPASS: test_attr_invalid (test.test_optparse.TestOptionChecks.test_attr_invalid)\nPASS: test_bad_choices_list (test.test_optparse.TestOptionChecks.test_bad_choices_list)\nPASS: test_callback_args_no_tuple (test.test_optparse.TestOptionChecks.test_callback_args_no_tuple)\nPASS: test_callback_kwargs_no_dict (test.test_optparse.TestOptionChecks.test_callback_kwargs_no_dict)\nPASS: test_callback_not_callable (test.test_optparse.TestOptionChecks.test_callback_not_callable)\nPASS: test_no_callback_args_for_action (test.test_optparse.TestOptionChecks.test_no_callback_args_for_action)\nPASS: test_no_callback_for_action (test.test_optparse.TestOptionChecks.test_no_callback_for_action)\nPASS: test_no_callback_kwargs_for_action (test.test_optparse.TestOptionChecks.test_no_callback_kwargs_for_action)\nPASS: test_no_choices_for_type (test.test_optparse.TestOptionChecks.test_no_choices_for_type)\nPASS: test_no_choices_list (test.test_optparse.TestOptionChecks.test_no_choices_list)\nPASS: test_no_const_for_action (test.test_optparse.TestOptionChecks.test_no_const_for_action)\nPASS: test_no_nargs_for_action (test.test_optparse.TestOptionChecks.test_no_nargs_for_action)\nPASS: test_no_single_dash (test.test_optparse.TestOptionChecks.test_no_single_dash)\nPASS: test_no_type_for_action (test.test_optparse.TestOptionChecks.test_no_type_for_action)\nPASS: test_opt_string_empty (test.test_optparse.TestOptionChecks.test_opt_string_empty)\nPASS: test_opt_string_long_invalid (test.test_optparse.TestOptionChecks.test_opt_string_long_invalid)\nPASS: test_opt_string_short_invalid (test.test_optparse.TestOptionChecks.test_opt_string_short_invalid)\nPASS: test_opt_string_too_short (test.test_optparse.TestOptionChecks.test_opt_string_too_short)\nPASS: test_type_invalid (test.test_optparse.TestOptionChecks.test_type_invalid)\nPASS: test_add_group_invalid_arguments (test.test_optparse.TestOptionGroup.test_add_group_invalid_arguments)\nPASS: test_add_group_no_group (test.test_optparse.TestOptionGroup.test_add_group_no_group)\nPASS: test_add_group_wrong_parser (test.test_optparse.TestOptionGroup.test_add_group_wrong_parser)\nPASS: test_group_manipulate (test.test_optparse.TestOptionGroup.test_group_manipulate)\nPASS: test_option_group_create_instance (test.test_optparse.TestOptionGroup.test_option_group_create_instance)\nPASS: test_add_option_invalid_arguments (test.test_optparse.TestOptionParser.test_add_option_invalid_arguments)\nPASS: test_add_option_no_Option (test.test_optparse.TestOptionParser.test_add_option_no_Option)\nPASS: test_get_option (test.test_optparse.TestOptionParser.test_get_option)\nPASS: test_get_option_equals (test.test_optparse.TestOptionParser.test_get_option_equals)\nPASS: test_has_option (test.test_optparse.TestOptionParser.test_has_option)\nPASS: test_refleak (test.test_optparse.TestOptionParser.test_refleak)\nPASS: test_remove_long_opt (test.test_optparse.TestOptionParser.test_remove_long_opt)\nPASS: test_remove_nonexistent (test.test_optparse.TestOptionParser.test_remove_nonexistent)\nPASS: test_remove_short_opt (test.test_optparse.TestOptionParser.test_remove_short_opt)\nPASS: test_basics (test.test_optparse.TestOptionValues.test_basics)\nPASS: test_numeric_options (test.test_optparse.TestParseNumber.test_numeric_options)\nPASS: test_parse_num_fail (test.test_optparse.TestParseNumber.test_parse_num_fail)\nPASS: test_parse_num_ok (test.test_optparse.TestParseNumber.test_parse_num_ok)\nPASS: test_custom_progname (test.test_optparse.TestProgName.test_custom_progname)\nPASS: test_default_progname (test.test_optparse.TestProgName.test_default_progname)\nPASS: test_abbrev_long_option (test.test_optparse.TestStandard.test_abbrev_long_option)\nPASS: test_ambiguous_option (test.test_optparse.TestStandard.test_ambiguous_option)\nPASS: test_combined_single_invalid_option (test.test_optparse.TestStandard.test_combined_single_invalid_option)\nPASS: test_defaults (test.test_optparse.TestStandard.test_defaults)\nPASS: test_empty (test.test_optparse.TestStandard.test_empty)\nPASS: test_hyphen_becomes_positional_arg (test.test_optparse.TestStandard.test_hyphen_becomes_positional_arg)\nPASS: test_invalid_integer (test.test_optparse.TestStandard.test_invalid_integer)\nPASS: test_long_invalid_integer (test.test_optparse.TestStandard.test_long_invalid_integer)\nPASS: test_long_option_append (test.test_optparse.TestStandard.test_long_option_append)\nPASS: test_long_option_argument_joined (test.test_optparse.TestStandard.test_long_option_argument_joined)\nPASS: test_long_option_argument_split (test.test_optparse.TestStandard.test_long_option_argument_split)\nPASS: test_long_option_short_option (test.test_optparse.TestStandard.test_long_option_short_option)\nPASS: test_no_append_versus_append (test.test_optparse.TestStandard.test_no_append_versus_append)\nPASS: test_no_such_option (test.test_optparse.TestStandard.test_no_such_option)\nPASS: test_option_argument_joined (test.test_optparse.TestStandard.test_option_argument_joined)\nPASS: test_option_argument_joined_integer (test.test_optparse.TestStandard.test_option_argument_joined_integer)\nPASS: test_option_argument_split (test.test_optparse.TestStandard.test_option_argument_split)\nPASS: test_option_argument_split_negative_integer (test.test_optparse.TestStandard.test_option_argument_split_negative_integer)\nPASS: test_option_consumes_optionlike_string (test.test_optparse.TestStandard.test_option_consumes_optionlike_string)\nPASS: test_required_value (test.test_optparse.TestStandard.test_required_value)\nPASS: test_short_and_long_option_split (test.test_optparse.TestStandard.test_short_and_long_option_split)\nPASS: test_short_option_consumes_separator (test.test_optparse.TestStandard.test_short_option_consumes_separator)\nPASS: test_short_option_joined_and_separator (test.test_optparse.TestStandard.test_short_option_joined_and_separator)\nPASS: test_short_option_split_long_option_append (test.test_optparse.TestStandard.test_short_option_split_long_option_append)\nPASS: test_short_option_split_one_positional_arg (test.test_optparse.TestStandard.test_short_option_split_one_positional_arg)\nPASS: test_shortopt_empty_longopt_append (test.test_optparse.TestStandard.test_shortopt_empty_longopt_append)\nSKIP: test_translations (test.test_optparse.TestTranslations.test_translations) 'i18n directory could not be found'\nPASS: test_str_aliases_string (test.test_optparse.TestTypeAliases.test_str_aliases_string)\nPASS: test_type_object (test.test_optparse.TestTypeAliases.test_type_object)\nPASS: test_no_version (test.test_optparse.TestVersion.test_no_version)\nPASS: test_version (test.test_optparse.TestVersion.test_version)\n\n----------------------------------------------------------------------\nRan 153 tests in 0.012s\n\nOK (skipped=1)\n0:01:49 load avg: 1.53 [290/480] test_ordered_dict passed\nPASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests.test_clear)\nPASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests.test_detect_deletion_during_iteration)\nPASS: test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.CPythonBuiltinDictTests.test_init)\nPASS: test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_override_update)\nPASS: test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_popitem)\nPASS: test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests.test_reinsert)\nPASS: test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_setitem)\nPASS: test_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_update)\nPASS: test_bool (test.test_ordered_dict.CPythonGeneralMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.CPythonGeneralMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.CPythonGeneralMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.CPythonGeneralMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.CPythonGeneralMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.CPythonGeneralMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.CPythonGeneralMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.CPythonGeneralMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.CPythonGeneralMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.CPythonGeneralMappingTests.test_write)\nPASS: test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_468)\nPASS: test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_calls)\nPASS: test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear)\nPASS: test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key)\nPASS: test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear)\nPASS: test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key)\nPASS: test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq)\nPASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_empty)\nPASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_pickling)\nPASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_key_change_during_iteration)\nPASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof)\nPASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_exact)\nPASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_update)\nPASS: test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_views)\nPASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed)\nPASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_yaml_linkage)\nPASS: test_468 (test.test_ordered_dict.CPythonOrderedDictTests.test_468)\nPASS: test_abc (test.test_ordered_dict.CPythonOrderedDictTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.CPythonOrderedDictTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.CPythonOrderedDictTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.CPythonOrderedDictTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests.test_init_calls)\nPASS: test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear)\nPASS: test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key)\nPASS: test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_clear)\nPASS: test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key)\nPASS: test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq)\nPASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_empty)\nPASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_pickling)\nPASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_key_change_during_iteration)\nPASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.CPythonOrderedDictTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.CPythonOrderedDictTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof)\nPASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_exact)\nPASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.CPythonOrderedDictTests.test_update)\nPASS: test_views (test.test_ordered_dict.CPythonOrderedDictTests.test_views)\nPASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictTests.test_weakref_list_is_not_traversed)\nPASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests.test_yaml_linkage)\nPASS: test_copying (test.test_ordered_dict.CPythonOrderedDictWithSlotsCopyingTests.test_copying)\nPASS: test_bool (test.test_ordered_dict.CPythonSubclassMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.CPythonSubclassMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.CPythonSubclassMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.CPythonSubclassMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.CPythonSubclassMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.CPythonSubclassMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.CPythonSubclassMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.CPythonSubclassMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.CPythonSubclassMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.CPythonSubclassMappingTests.test_write)\nPASS: test_add_after_full (test.test_ordered_dict.CSimpleLRUCacheTests.test_add_after_full)\nPASS: test_change_order_on_get (test.test_ordered_dict.CSimpleLRUCacheTests.test_change_order_on_get)\nPASS: test_pop (test.test_ordered_dict.CSimpleLRUCacheTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CSimpleLRUCacheTests.test_popitem)\nPASS: test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.PurePythonGeneralMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.PurePythonGeneralMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.PurePythonGeneralMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.PurePythonGeneralMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.PurePythonGeneralMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.PurePythonGeneralMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.PurePythonGeneralMappingTests.test_write)\nPASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_468)\nPASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_calls)\nPASS: test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error)\nPASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_empty)\nPASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sizeof)\nPASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_update)\nPASS: test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_views)\nPASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_yaml_linkage)\nPASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictTests.test_468)\nPASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests.test_init_calls)\nPASS: test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue119004_attribute_error)\nPASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_empty)\nPASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests.test_sizeof)\nPASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_update)\nPASS: test_views (test.test_ordered_dict.PurePythonOrderedDictTests.test_views)\nPASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests.test_yaml_linkage)\nPASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictWithSlotsCopyingTests.test_copying)\nPASS: test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.PurePythonSubclassMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.PurePythonSubclassMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.PurePythonSubclassMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.PurePythonSubclassMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.PurePythonSubclassMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.PurePythonSubclassMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests.test_write)\nPASS: test_add_after_full (test.test_ordered_dict.PySimpleLRUCacheTests.test_add_after_full)\nPASS: test_change_order_on_get (test.test_ordered_dict.PySimpleLRUCacheTests.test_change_order_on_get)\nPASS: test_pop (test.test_ordered_dict.PySimpleLRUCacheTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PySimpleLRUCacheTests.test_popitem)\n\n----------------------------------------------------------------------\nRan 295 tests in 0.164s\n\nOK\n0:01:49 load avg: 1.53 [291/480] test_io passed\nPASS: test_BufferedIOBase_destructor (test.test_io.CIOTest.test_BufferedIOBase_destructor)\nPASS: test_BufferedIOBase_readinto (test.test_io.CIOTest.test_BufferedIOBase_readinto)\nPASS: test_IOBase_destructor (test.test_io.CIOTest.test_IOBase_destructor)\nPASS: test_IOBase_finalize (test.test_io.CIOTest.test_IOBase_finalize)\nPASS: test_RawIOBase_destructor (test.test_io.CIOTest.test_RawIOBase_destructor)\nPASS: test_RawIOBase_read (test.test_io.CIOTest.test_RawIOBase_read)\nPASS: test_RawIOBase_readall (test.test_io.CIOTest.test_RawIOBase_readall)\nPASS: test_TextIOBase_destructor (test.test_io.CIOTest.test_TextIOBase_destructor)\nPASS: test_append_mode_tell (test.test_io.CIOTest.test_append_mode_tell)\nPASS: test_array_writes (test.test_io.CIOTest.test_array_writes)\nPASS: test_bad_opener_negative_1 (test.test_io.CIOTest.test_bad_opener_negative_1)\nPASS: test_bad_opener_other_negative (test.test_io.CIOTest.test_bad_opener_other_negative)\nPASS: test_buffered_file_io (test.test_io.CIOTest.test_buffered_file_io)\nPASS: test_buffered_readinto_mixin (test.test_io.CIOTest.test_buffered_readinto_mixin)\nPASS: test_close_assert (test.test_io.CIOTest.test_close_assert)\nPASS: test_close_flushes (test.test_io.CIOTest.test_close_flushes)\nPASS: test_closefd (test.test_io.CIOTest.test_closefd)\nPASS: test_closefd_attr (test.test_io.CIOTest.test_closefd_attr)\nPASS: test_destructor (test.test_io.CIOTest.test_destructor)\nPASS: test_fileio_closefd (test.test_io.CIOTest.test_fileio_closefd)\nPASS: test_flush_error_on_close (test.test_io.CIOTest.test_flush_error_on_close)\nPASS: test_fspath_support (test.test_io.CIOTest.test_fspath_support)\nPASS: test_garbage_collection (test.test_io.CIOTest.test_garbage_collection)\nPASS: test_invalid_newline (test.test_io.CIOTest.test_invalid_newline)\nPASS: test_invalid_operations (test.test_io.CIOTest.test_invalid_operations)\nPASS: test_large_file_ops (test.test_io.CIOTest.test_large_file_ops)\nPASS: test_multi_close (test.test_io.CIOTest.test_multi_close)\nPASS: test_next_nonsizeable (test.test_io.CIOTest.test_next_nonsizeable)\nPASS: test_no_closefd_with_filename (test.test_io.CIOTest.test_no_closefd_with_filename)\nPASS: test_nonbuffered_textio (test.test_io.CIOTest.test_nonbuffered_textio)\nPASS: test_open_handles_NUL_chars (test.test_io.CIOTest.test_open_handles_NUL_chars)\nPASS: test_opener (test.test_io.CIOTest.test_opener)\nPASS: test_opener_invalid_fd (test.test_io.CIOTest.test_opener_invalid_fd)\nPASS: test_optional_abilities (test.test_io.CIOTest.test_optional_abilities)\nPASS: test_raw_bytes_io (test.test_io.CIOTest.test_raw_bytes_io)\nPASS: test_raw_file_io (test.test_io.CIOTest.test_raw_file_io)\nPASS: test_read_closed (test.test_io.CIOTest.test_read_closed)\nPASS: test_readline (test.test_io.CIOTest.test_readline)\nPASS: test_readline_nonsizeable (test.test_io.CIOTest.test_readline_nonsizeable)\nPASS: test_types_have_dict (test.test_io.CIOTest.test_types_have_dict)\nSKIP: test_unbounded_file (test.test_io.CIOTest.test_unbounded_file) 'test can only run in a 32-bit address space'\nPASS: test_with_open (test.test_io.CIOTest.test_with_open)\nPASS: test_write_readline_races (test.test_io.CIOTest.test_write_readline_races)\nPASS: test_BufferedIOBase_destructor (test.test_io.PyIOTest.test_BufferedIOBase_destructor)\nPASS: test_BufferedIOBase_readinto (test.test_io.PyIOTest.test_BufferedIOBase_readinto)\nPASS: test_IOBase_destructor (test.test_io.PyIOTest.test_IOBase_destructor)\nPASS: test_RawIOBase_destructor (test.test_io.PyIOTest.test_RawIOBase_destructor)\nPASS: test_RawIOBase_read (test.test_io.PyIOTest.test_RawIOBase_read)\nPASS: test_RawIOBase_readall (test.test_io.PyIOTest.test_RawIOBase_readall)\nPASS: test_TextIOBase_destructor (test.test_io.PyIOTest.test_TextIOBase_destructor)\nPASS: test_append_mode_tell (test.test_io.PyIOTest.test_append_mode_tell)\nPASS: test_array_writes (test.test_io.PyIOTest.test_array_writes)\nPASS: test_bad_opener_negative_1 (test.test_io.PyIOTest.test_bad_opener_negative_1)\nPASS: test_bad_opener_other_negative (test.test_io.PyIOTest.test_bad_opener_other_negative)\nPASS: test_buffered_file_io (test.test_io.PyIOTest.test_buffered_file_io)\nPASS: test_buffered_readinto_mixin (test.test_io.PyIOTest.test_buffered_readinto_mixin)\nPASS: test_close_assert (test.test_io.PyIOTest.test_close_assert)\nPASS: test_close_flushes (test.test_io.PyIOTest.test_close_flushes)\nPASS: test_closefd (test.test_io.PyIOTest.test_closefd)\nPASS: test_closefd_attr (test.test_io.PyIOTest.test_closefd_attr)\nPASS: test_destructor (test.test_io.PyIOTest.test_destructor)\nPASS: test_fileio_closefd (test.test_io.PyIOTest.test_fileio_closefd)\nPASS: test_flush_error_on_close (test.test_io.PyIOTest.test_flush_error_on_close)\nPASS: test_fspath_support (test.test_io.PyIOTest.test_fspath_support)\nPASS: test_garbage_collection (test.test_io.PyIOTest.test_garbage_collection)\nPASS: test_invalid_newline (test.test_io.PyIOTest.test_invalid_newline)\nPASS: test_invalid_operations (test.test_io.PyIOTest.test_invalid_operations)\nPASS: test_large_file_ops (test.test_io.PyIOTest.test_large_file_ops)\nPASS: test_multi_close (test.test_io.PyIOTest.test_multi_close)\nPASS: test_next_nonsizeable (test.test_io.PyIOTest.test_next_nonsizeable)\nPASS: test_no_closefd_with_filename (test.test_io.PyIOTest.test_no_closefd_with_filename)\nPASS: test_nonbuffered_textio (test.test_io.PyIOTest.test_nonbuffered_textio)\nPASS: test_open_handles_NUL_chars (test.test_io.PyIOTest.test_open_handles_NUL_chars)\nPASS: test_opener (test.test_io.PyIOTest.test_opener)\nPASS: test_opener_invalid_fd (test.test_io.PyIOTest.test_opener_invalid_fd)\nPASS: test_optional_abilities (test.test_io.PyIOTest.test_optional_abilities)\nPASS: test_raw_bytes_io (test.test_io.PyIOTest.test_raw_bytes_io)\nPASS: test_raw_file_io (test.test_io.PyIOTest.test_raw_file_io)\nPASS: test_read_closed (test.test_io.PyIOTest.test_read_closed)\nPASS: test_readline (test.test_io.PyIOTest.test_readline)\nPASS: test_readline_nonsizeable (test.test_io.PyIOTest.test_readline_nonsizeable)\nPASS: test_types_have_dict (test.test_io.PyIOTest.test_types_have_dict)\nSKIP: test_unbounded_file (test.test_io.PyIOTest.test_unbounded_file) 'test can only run in a 32-bit address space'\nPASS: test_with_open (test.test_io.PyIOTest.test_with_open)\nPASS: test_write_readline_races (test.test_io.PyIOTest.test_write_readline_races)\ntest_RawIOBase_io_in_pyio_match (test.test_io.APIMismatchTest.test_RawIOBase_io_in_pyio_match)\nPASS: Test that pyio RawIOBase class has all c RawIOBase methods\ntest_RawIOBase_pyio_in_io_match (test.test_io.APIMismatchTest.test_RawIOBase_pyio_in_io_match)\nPASS: Test that c RawIOBase class has all pyio RawIOBase methods\nPASS: test_args_error (test.test_io.CBufferedReaderTest.test_args_error)\nPASS: test_bad_readinto_type (test.test_io.CBufferedReaderTest.test_bad_readinto_type)\nPASS: test_bad_readinto_value (test.test_io.CBufferedReaderTest.test_bad_readinto_value)\nPASS: test_buffer_freeing (test.test_io.CBufferedReaderTest.test_buffer_freeing)\nPASS: test_buffering (test.test_io.CBufferedReaderTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.CBufferedReaderTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CBufferedReaderTest.test_constructor)\nPASS: test_context_manager (test.test_io.CBufferedReaderTest.test_context_manager)\nPASS: test_detach (test.test_io.CBufferedReaderTest.test_detach)\nPASS: test_error_through_destructor (test.test_io.CBufferedReaderTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.CBufferedReaderTest.test_fileno)\nPASS: test_flush_error_on_close (test.test_io.CBufferedReaderTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CBufferedReaderTest.test_garbage_collection)\nPASS: test_initialization (test.test_io.CBufferedReaderTest.test_initialization)\nPASS: test_invalid_args (test.test_io.CBufferedReaderTest.test_invalid_args)\nPASS: test_misbehaved_io (test.test_io.CBufferedReaderTest.test_misbehaved_io)\nPASS: test_misbehaved_io_read (test.test_io.CBufferedReaderTest.test_misbehaved_io_read)\nPASS: test_multi_close (test.test_io.CBufferedReaderTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.CBufferedReaderTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedReaderTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CBufferedReaderTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CBufferedReaderTest.test_pickling_subclass)\nPASS: test_read (test.test_io.CBufferedReaderTest.test_read)\nPASS: test_read1 (test.test_io.CBufferedReaderTest.test_read1)\nPASS: test_read1_arbitrary (test.test_io.CBufferedReaderTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.CBufferedReaderTest.test_read_all)\nPASS: test_read_non_blocking (test.test_io.CBufferedReaderTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.CBufferedReaderTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.CBufferedReaderTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.CBufferedReaderTest.test_readinto)\nPASS: test_readinto1 (test.test_io.CBufferedReaderTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.CBufferedReaderTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.CBufferedReaderTest.test_readinto_array)\nPASS: test_readlines (test.test_io.CBufferedReaderTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.CBufferedReaderTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.CBufferedReaderTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CBufferedReaderTest.test_repr)\nPASS: test_seek_character_device_file (test.test_io.CBufferedReaderTest.test_seek_character_device_file)\nPASS: test_sizeof (test.test_io.CBufferedReaderTest.test_sizeof)\nPASS: test_tell_character_device_file (test.test_io.CBufferedReaderTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.CBufferedReaderTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate_on_read_only (test.test_io.CBufferedReaderTest.test_truncate_on_read_only)\nPASS: test_uninitialized (test.test_io.CBufferedReaderTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.CBufferedReaderTest.test_unseekable)\nPASS: test_buffering (test.test_io.PyBufferedReaderTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.PyBufferedReaderTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyBufferedReaderTest.test_constructor)\nPASS: test_context_manager (test.test_io.PyBufferedReaderTest.test_context_manager)\nPASS: test_detach (test.test_io.PyBufferedReaderTest.test_detach)\nPASS: test_error_through_destructor (test.test_io.PyBufferedReaderTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.PyBufferedReaderTest.test_fileno)\nPASS: test_flush_error_on_close (test.test_io.PyBufferedReaderTest.test_flush_error_on_close)\nPASS: test_invalid_args (test.test_io.PyBufferedReaderTest.test_invalid_args)\nPASS: test_misbehaved_io (test.test_io.PyBufferedReaderTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.PyBufferedReaderTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.PyBufferedReaderTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedReaderTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyBufferedReaderTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyBufferedReaderTest.test_pickling_subclass)\nPASS: test_read (test.test_io.PyBufferedReaderTest.test_read)\nPASS: test_read1 (test.test_io.PyBufferedReaderTest.test_read1)\nPASS: test_read1_arbitrary (test.test_io.PyBufferedReaderTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.PyBufferedReaderTest.test_read_all)\nPASS: test_read_non_blocking (test.test_io.PyBufferedReaderTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.PyBufferedReaderTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.PyBufferedReaderTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.PyBufferedReaderTest.test_readinto)\nPASS: test_readinto1 (test.test_io.PyBufferedReaderTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.PyBufferedReaderTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.PyBufferedReaderTest.test_readinto_array)\nPASS: test_readlines (test.test_io.PyBufferedReaderTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.PyBufferedReaderTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.PyBufferedReaderTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyBufferedReaderTest.test_repr)\nPASS: test_seek_character_device_file (test.test_io.PyBufferedReaderTest.test_seek_character_device_file)\nPASS: test_tell_character_device_file (test.test_io.PyBufferedReaderTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.PyBufferedReaderTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate_on_read_only (test.test_io.PyBufferedReaderTest.test_truncate_on_read_only)\nPASS: test_uninitialized (test.test_io.PyBufferedReaderTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.PyBufferedReaderTest.test_unseekable)\nPASS: test_args_error (test.test_io.CBufferedWriterTest.test_args_error)\nPASS: test_buffer_freeing (test.test_io.CBufferedWriterTest.test_buffer_freeing)\nPASS: test_close_error_on_close (test.test_io.CBufferedWriterTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CBufferedWriterTest.test_constructor)\nPASS: test_context_manager (test.test_io.CBufferedWriterTest.test_context_manager)\nPASS: test_destructor (test.test_io.CBufferedWriterTest.test_destructor)\nPASS: test_detach (test.test_io.CBufferedWriterTest.test_detach)\nPASS: test_detach_flush (test.test_io.CBufferedWriterTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.CBufferedWriterTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.CBufferedWriterTest.test_fileno)\nPASS: test_flush (test.test_io.CBufferedWriterTest.test_flush)\nPASS: test_flush_error_on_close (test.test_io.CBufferedWriterTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CBufferedWriterTest.test_garbage_collection)\nPASS: test_initialization (test.test_io.CBufferedWriterTest.test_initialization)\nPASS: test_invalid_args (test.test_io.CBufferedWriterTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.CBufferedWriterTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.CBufferedWriterTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.CBufferedWriterTest.test_multi_close)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedWriterTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CBufferedWriterTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CBufferedWriterTest.test_pickling_subclass)\nPASS: test_readonly_attributes (test.test_io.CBufferedWriterTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.CBufferedWriterTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CBufferedWriterTest.test_repr)\nPASS: test_sizeof (test.test_io.CBufferedWriterTest.test_sizeof)\nPASS: test_slow_close_from_thread (test.test_io.CBufferedWriterTest.test_slow_close_from_thread)\nSKIP: test_threads (test.test_io.CBufferedWriterTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.CBufferedWriterTest.test_truncate)\nPASS: test_truncate_after_write (test.test_io.CBufferedWriterTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.CBufferedWriterTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.CBufferedWriterTest.test_unseekable)\nPASS: test_write (test.test_io.CBufferedWriterTest.test_write)\nPASS: test_write_and_rewind (test.test_io.CBufferedWriterTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.CBufferedWriterTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.CBufferedWriterTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.CBufferedWriterTest.test_write_overflow)\nPASS: test_writelines (test.test_io.CBufferedWriterTest.test_writelines)\nPASS: test_writelines_error (test.test_io.CBufferedWriterTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.CBufferedWriterTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.CBufferedWriterTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.CBufferedWriterTest.test_writes_and_flushes)\nPASS: test_writes_and_seeks (test.test_io.CBufferedWriterTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.CBufferedWriterTest.test_writes_and_truncates)\nPASS: test_close_error_on_close (test.test_io.PyBufferedWriterTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyBufferedWriterTest.test_constructor)\nPASS: test_context_manager (test.test_io.PyBufferedWriterTest.test_context_manager)\nPASS: test_destructor (test.test_io.PyBufferedWriterTest.test_destructor)\nPASS: test_detach (test.test_io.PyBufferedWriterTest.test_detach)\nPASS: test_detach_flush (test.test_io.PyBufferedWriterTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.PyBufferedWriterTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.PyBufferedWriterTest.test_fileno)\nPASS: test_flush (test.test_io.PyBufferedWriterTest.test_flush)\nPASS: test_flush_error_on_close (test.test_io.PyBufferedWriterTest.test_flush_error_on_close)\nPASS: test_invalid_args (test.test_io.PyBufferedWriterTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.PyBufferedWriterTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.PyBufferedWriterTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.PyBufferedWriterTest.test_multi_close)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedWriterTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyBufferedWriterTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyBufferedWriterTest.test_pickling_subclass)\nPASS: test_readonly_attributes (test.test_io.PyBufferedWriterTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.PyBufferedWriterTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyBufferedWriterTest.test_repr)\nPASS: test_slow_close_from_thread (test.test_io.PyBufferedWriterTest.test_slow_close_from_thread)\nSKIP: test_threads (test.test_io.PyBufferedWriterTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.PyBufferedWriterTest.test_truncate)\nPASS: test_truncate_after_write (test.test_io.PyBufferedWriterTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.PyBufferedWriterTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.PyBufferedWriterTest.test_unseekable)\nPASS: test_write (test.test_io.PyBufferedWriterTest.test_write)\nPASS: test_write_and_rewind (test.test_io.PyBufferedWriterTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.PyBufferedWriterTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.PyBufferedWriterTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.PyBufferedWriterTest.test_write_overflow)\nPASS: test_writelines (test.test_io.PyBufferedWriterTest.test_writelines)\nPASS: test_writelines_error (test.test_io.PyBufferedWriterTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.PyBufferedWriterTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.PyBufferedWriterTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.PyBufferedWriterTest.test_writes_and_flushes)\nPASS: test_writes_and_seeks (test.test_io.PyBufferedWriterTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.PyBufferedWriterTest.test_writes_and_truncates)\nPASS: test_close_and_closed (test.test_io.CBufferedRWPairTest.test_close_and_closed)\nPASS: test_constructor (test.test_io.CBufferedRWPairTest.test_constructor)\nPASS: test_constructor_max_buffer_size_removal (test.test_io.CBufferedRWPairTest.test_constructor_max_buffer_size_removal)\nPASS: test_constructor_with_not_readable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_readable)\nPASS: test_constructor_with_not_writeable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_writeable)\nPASS: test_detach (test.test_io.CBufferedRWPairTest.test_detach)\nPASS: test_isatty (test.test_io.CBufferedRWPairTest.test_isatty)\nPASS: test_peek (test.test_io.CBufferedRWPairTest.test_peek)\nPASS: test_read (test.test_io.CBufferedRWPairTest.test_read)\nPASS: test_read1 (test.test_io.CBufferedRWPairTest.test_read1)\nPASS: test_readable (test.test_io.CBufferedRWPairTest.test_readable)\nPASS: test_reader_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_close_error_on_close)\nPASS: test_reader_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_writer_close_error_on_close)\nPASS: test_readinto (test.test_io.CBufferedRWPairTest.test_readinto)\nPASS: test_readlines (test.test_io.CBufferedRWPairTest.test_readlines)\nPASS: test_seekable (test.test_io.CBufferedRWPairTest.test_seekable)\nPASS: test_uninitialized (test.test_io.CBufferedRWPairTest.test_uninitialized)\nPASS: test_weakref_clearing (test.test_io.CBufferedRWPairTest.test_weakref_clearing)\nPASS: test_write (test.test_io.CBufferedRWPairTest.test_write)\nPASS: test_writeable (test.test_io.CBufferedRWPairTest.test_writeable)\nPASS: test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_writer_close_error_on_close)\nPASS: test_close_and_closed (test.test_io.PyBufferedRWPairTest.test_close_and_closed)\nPASS: test_constructor (test.test_io.PyBufferedRWPairTest.test_constructor)\nPASS: test_constructor_max_buffer_size_removal (test.test_io.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal)\nPASS: test_constructor_with_not_readable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_readable)\nPASS: test_constructor_with_not_writeable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_writeable)\nPASS: test_detach (test.test_io.PyBufferedRWPairTest.test_detach)\nPASS: test_isatty (test.test_io.PyBufferedRWPairTest.test_isatty)\nPASS: test_peek (test.test_io.PyBufferedRWPairTest.test_peek)\nPASS: test_read (test.test_io.PyBufferedRWPairTest.test_read)\nPASS: test_read1 (test.test_io.PyBufferedRWPairTest.test_read1)\nPASS: test_readable (test.test_io.PyBufferedRWPairTest.test_readable)\nPASS: test_reader_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_close_error_on_close)\nPASS: test_reader_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_writer_close_error_on_close)\nPASS: test_readinto (test.test_io.PyBufferedRWPairTest.test_readinto)\nPASS: test_readlines (test.test_io.PyBufferedRWPairTest.test_readlines)\nPASS: test_seekable (test.test_io.PyBufferedRWPairTest.test_seekable)\nPASS: test_uninitialized (test.test_io.PyBufferedRWPairTest.test_uninitialized)\nPASS: test_weakref_clearing (test.test_io.PyBufferedRWPairTest.test_weakref_clearing)\nPASS: test_write (test.test_io.PyBufferedRWPairTest.test_write)\nPASS: test_writeable (test.test_io.PyBufferedRWPairTest.test_writeable)\nPASS: test_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_writer_close_error_on_close)\nPASS: test_args_error (test.test_io.CBufferedRandomTest.test_args_error)\nPASS: test_buffer_freeing (test.test_io.CBufferedRandomTest.test_buffer_freeing)\nPASS: test_buffering (test.test_io.CBufferedRandomTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.CBufferedRandomTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CBufferedRandomTest.test_constructor)\nPASS: test_context_manager (test.test_io.CBufferedRandomTest.test_context_manager)\nPASS: test_destructor (test.test_io.CBufferedRandomTest.test_destructor)\nPASS: test_detach (test.test_io.CBufferedRandomTest.test_detach)\nPASS: test_detach_flush (test.test_io.CBufferedRandomTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.CBufferedRandomTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.CBufferedRandomTest.test_fileno)\nPASS: test_flush (test.test_io.CBufferedRandomTest.test_flush)\nPASS: test_flush_and_peek (test.test_io.CBufferedRandomTest.test_flush_and_peek)\nPASS: test_flush_and_read (test.test_io.CBufferedRandomTest.test_flush_and_read)\nPASS: test_flush_and_readinto (test.test_io.CBufferedRandomTest.test_flush_and_readinto)\nPASS: test_flush_and_write (test.test_io.CBufferedRandomTest.test_flush_and_write)\nPASS: test_flush_error_on_close (test.test_io.CBufferedRandomTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CBufferedRandomTest.test_garbage_collection)\nPASS: test_interleaved_read_write (test.test_io.CBufferedRandomTest.test_interleaved_read_write)\nPASS: test_interleaved_readline_write (test.test_io.CBufferedRandomTest.test_interleaved_readline_write)\nPASS: test_invalid_args (test.test_io.CBufferedRandomTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.CBufferedRandomTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.CBufferedRandomTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.CBufferedRandomTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.CBufferedRandomTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedRandomTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CBufferedRandomTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CBufferedRandomTest.test_pickling_subclass)\nPASS: test_read (test.test_io.CBufferedRandomTest.test_read)\nPASS: test_read1 (test.test_io.CBufferedRandomTest.test_read1)\nPASS: test_read1_after_write (test.test_io.CBufferedRandomTest.test_read1_after_write)\nPASS: test_read1_arbitrary (test.test_io.CBufferedRandomTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.CBufferedRandomTest.test_read_all)\nPASS: test_read_and_write (test.test_io.CBufferedRandomTest.test_read_and_write)\nPASS: test_read_non_blocking (test.test_io.CBufferedRandomTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.CBufferedRandomTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.CBufferedRandomTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.CBufferedRandomTest.test_readinto)\nPASS: test_readinto1 (test.test_io.CBufferedRandomTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.CBufferedRandomTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.CBufferedRandomTest.test_readinto_array)\nPASS: test_readlines (test.test_io.CBufferedRandomTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.CBufferedRandomTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.CBufferedRandomTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CBufferedRandomTest.test_repr)\nPASS: test_seek_and_tell (test.test_io.CBufferedRandomTest.test_seek_and_tell)\nPASS: test_seek_character_device_file (test.test_io.CBufferedRandomTest.test_seek_character_device_file)\nPASS: test_sizeof (test.test_io.CBufferedRandomTest.test_sizeof)\nPASS: test_slow_close_from_thread (test.test_io.CBufferedRandomTest.test_slow_close_from_thread)\nPASS: test_tell_character_device_file (test.test_io.CBufferedRandomTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.CBufferedRandomTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.CBufferedRandomTest.test_truncate)\nPASS: test_truncate_after_read_or_write (test.test_io.CBufferedRandomTest.test_truncate_after_read_or_write)\nPASS: test_truncate_after_write (test.test_io.CBufferedRandomTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.CBufferedRandomTest.test_uninitialized)\nPASS: test_write (test.test_io.CBufferedRandomTest.test_write)\nPASS: test_write_after_readahead (test.test_io.CBufferedRandomTest.test_write_after_readahead)\nPASS: test_write_and_rewind (test.test_io.CBufferedRandomTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.CBufferedRandomTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.CBufferedRandomTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.CBufferedRandomTest.test_write_overflow)\nPASS: test_write_rewind_write (test.test_io.CBufferedRandomTest.test_write_rewind_write)\nPASS: test_writelines (test.test_io.CBufferedRandomTest.test_writelines)\nPASS: test_writelines_error (test.test_io.CBufferedRandomTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.CBufferedRandomTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.CBufferedRandomTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.CBufferedRandomTest.test_writes_and_flushes)\nPASS: test_writes_and_peek (test.test_io.CBufferedRandomTest.test_writes_and_peek)\nPASS: test_writes_and_read1s (test.test_io.CBufferedRandomTest.test_writes_and_read1s)\nPASS: test_writes_and_readintos (test.test_io.CBufferedRandomTest.test_writes_and_readintos)\nPASS: test_writes_and_reads (test.test_io.CBufferedRandomTest.test_writes_and_reads)\nPASS: test_writes_and_seeks (test.test_io.CBufferedRandomTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.CBufferedRandomTest.test_writes_and_truncates)\nPASS: test_buffering (test.test_io.PyBufferedRandomTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.PyBufferedRandomTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyBufferedRandomTest.test_constructor)\nPASS: test_context_manager (test.test_io.PyBufferedRandomTest.test_context_manager)\nPASS: test_destructor (test.test_io.PyBufferedRandomTest.test_destructor)\nPASS: test_detach (test.test_io.PyBufferedRandomTest.test_detach)\nPASS: test_detach_flush (test.test_io.PyBufferedRandomTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.PyBufferedRandomTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.PyBufferedRandomTest.test_fileno)\nPASS: test_flush (test.test_io.PyBufferedRandomTest.test_flush)\nPASS: test_flush_and_peek (test.test_io.PyBufferedRandomTest.test_flush_and_peek)\nPASS: test_flush_and_read (test.test_io.PyBufferedRandomTest.test_flush_and_read)\nPASS: test_flush_and_readinto (test.test_io.PyBufferedRandomTest.test_flush_and_readinto)\nPASS: test_flush_and_write (test.test_io.PyBufferedRandomTest.test_flush_and_write)\nPASS: test_flush_error_on_close (test.test_io.PyBufferedRandomTest.test_flush_error_on_close)\nPASS: test_interleaved_read_write (test.test_io.PyBufferedRandomTest.test_interleaved_read_write)\nPASS: test_interleaved_readline_write (test.test_io.PyBufferedRandomTest.test_interleaved_readline_write)\nPASS: test_invalid_args (test.test_io.PyBufferedRandomTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.PyBufferedRandomTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.PyBufferedRandomTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.PyBufferedRandomTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.PyBufferedRandomTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedRandomTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyBufferedRandomTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyBufferedRandomTest.test_pickling_subclass)\nPASS: test_read (test.test_io.PyBufferedRandomTest.test_read)\nPASS: test_read1 (test.test_io.PyBufferedRandomTest.test_read1)\nPASS: test_read1_after_write (test.test_io.PyBufferedRandomTest.test_read1_after_write)\nPASS: test_read1_arbitrary (test.test_io.PyBufferedRandomTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.PyBufferedRandomTest.test_read_all)\nPASS: test_read_and_write (test.test_io.PyBufferedRandomTest.test_read_and_write)\nPASS: test_read_non_blocking (test.test_io.PyBufferedRandomTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.PyBufferedRandomTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.PyBufferedRandomTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.PyBufferedRandomTest.test_readinto)\nPASS: test_readinto1 (test.test_io.PyBufferedRandomTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.PyBufferedRandomTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.PyBufferedRandomTest.test_readinto_array)\nPASS: test_readlines (test.test_io.PyBufferedRandomTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.PyBufferedRandomTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.PyBufferedRandomTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyBufferedRandomTest.test_repr)\nPASS: test_seek_and_tell (test.test_io.PyBufferedRandomTest.test_seek_and_tell)\nPASS: test_seek_character_device_file (test.test_io.PyBufferedRandomTest.test_seek_character_device_file)\nPASS: test_slow_close_from_thread (test.test_io.PyBufferedRandomTest.test_slow_close_from_thread)\nPASS: test_tell_character_device_file (test.test_io.PyBufferedRandomTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.PyBufferedRandomTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.PyBufferedRandomTest.test_truncate)\nPASS: test_truncate_after_read_or_write (test.test_io.PyBufferedRandomTest.test_truncate_after_read_or_write)\nPASS: test_truncate_after_write (test.test_io.PyBufferedRandomTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.PyBufferedRandomTest.test_uninitialized)\nPASS: test_write (test.test_io.PyBufferedRandomTest.test_write)\nPASS: test_write_after_readahead (test.test_io.PyBufferedRandomTest.test_write_after_readahead)\nPASS: test_write_and_rewind (test.test_io.PyBufferedRandomTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.PyBufferedRandomTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.PyBufferedRandomTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.PyBufferedRandomTest.test_write_overflow)\nPASS: test_write_rewind_write (test.test_io.PyBufferedRandomTest.test_write_rewind_write)\nPASS: test_writelines (test.test_io.PyBufferedRandomTest.test_writelines)\nPASS: test_writelines_error (test.test_io.PyBufferedRandomTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.PyBufferedRandomTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.PyBufferedRandomTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.PyBufferedRandomTest.test_writes_and_flushes)\nPASS: test_writes_and_peek (test.test_io.PyBufferedRandomTest.test_writes_and_peek)\nPASS: test_writes_and_read1s (test.test_io.PyBufferedRandomTest.test_writes_and_read1s)\nPASS: test_writes_and_readintos (test.test_io.PyBufferedRandomTest.test_writes_and_readintos)\nPASS: test_writes_and_reads (test.test_io.PyBufferedRandomTest.test_writes_and_reads)\nPASS: test_writes_and_seeks (test.test_io.PyBufferedRandomTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.PyBufferedRandomTest.test_writes_and_truncates)\nPASS: test_decoder (test.test_io.StatefulIncrementalDecoderTest.test_decoder)\nPASS: test_newline_bytes (test.test_io.CIncrementalNewlineDecoderTest.test_newline_bytes)\nPASS: test_newline_decoder (test.test_io.CIncrementalNewlineDecoderTest.test_newline_decoder)\nPASS: test_translate (test.test_io.CIncrementalNewlineDecoderTest.test_translate)\nPASS: test_uninitialized (test.test_io.CIncrementalNewlineDecoderTest.test_uninitialized)\nPASS: test_newline_bytes (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_bytes)\nPASS: test_newline_decoder (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_decoder)\nPASS: test_translate (test.test_io.PyIncrementalNewlineDecoderTest.test_translate)\nPASS: test_append_bom (test.test_io.CTextIOWrapperTest.test_append_bom)\nPASS: test_basic_io (test.test_io.CTextIOWrapperTest.test_basic_io)\nPASS: test_bufio_write_through (test.test_io.CTextIOWrapperTest.test_bufio_write_through)\nPASS: test_close_error_on_close (test.test_io.CTextIOWrapperTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CTextIOWrapperTest.test_constructor)\nPASS: test_create_at_shutdown_with_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_with_encoding)\nPASS: test_create_at_shutdown_without_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_without_encoding)\nSKIP: test_default_encoding (test.test_io.CTextIOWrapperTest.test_default_encoding) 'utf-8 mode is enabled'\nPASS: test_del__CHUNK_SIZE_SystemError (test.test_io.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError)\nPASS: test_destructor (test.test_io.CTextIOWrapperTest.test_destructor)\nPASS: test_detach (test.test_io.CTextIOWrapperTest.test_detach)\nPASS: test_encoded_writes (test.test_io.CTextIOWrapperTest.test_encoded_writes)\nPASS: test_encoding (test.test_io.CTextIOWrapperTest.test_encoding)\nPASS: test_encoding_errors_reading (test.test_io.CTextIOWrapperTest.test_encoding_errors_reading)\nPASS: test_encoding_errors_writing (test.test_io.CTextIOWrapperTest.test_encoding_errors_writing)\nPASS: test_error_through_destructor (test.test_io.CTextIOWrapperTest.test_error_through_destructor)\nPASS: test_errors_property (test.test_io.CTextIOWrapperTest.test_errors_property)\nPASS: test_flush_error_on_close (test.test_io.CTextIOWrapperTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CTextIOWrapperTest.test_garbage_collection)\nPASS: test_illegal_decoder (test.test_io.CTextIOWrapperTest.test_illegal_decoder)\nPASS: test_illegal_encoder (test.test_io.CTextIOWrapperTest.test_illegal_encoder)\nPASS: test_initialization (test.test_io.CTextIOWrapperTest.test_initialization)\nPASS: test_internal_buffer_size (test.test_io.CTextIOWrapperTest.test_internal_buffer_size)\nPASS: test_issue119506 (test.test_io.CTextIOWrapperTest.test_issue119506)\nPASS: test_issue1395_1 (test.test_io.CTextIOWrapperTest.test_issue1395_1)\nPASS: test_issue1395_2 (test.test_io.CTextIOWrapperTest.test_issue1395_2)\nPASS: test_issue1395_3 (test.test_io.CTextIOWrapperTest.test_issue1395_3)\nPASS: test_issue1395_4 (test.test_io.CTextIOWrapperTest.test_issue1395_4)\nPASS: test_issue1395_5 (test.test_io.CTextIOWrapperTest.test_issue1395_5)\nPASS: test_issue2282 (test.test_io.CTextIOWrapperTest.test_issue2282)\nPASS: test_issue22849 (test.test_io.CTextIOWrapperTest.test_issue22849)\nPASS: test_issue25862 (test.test_io.CTextIOWrapperTest.test_issue25862)\nPASS: test_issue35928 (test.test_io.CTextIOWrapperTest.test_issue35928)\nPASS: test_line_buffering (test.test_io.CTextIOWrapperTest.test_line_buffering)\nPASS: test_multi_close (test.test_io.CTextIOWrapperTest.test_multi_close)\nPASS: test_multibyte_seek_and_tell (test.test_io.CTextIOWrapperTest.test_multibyte_seek_and_tell)\nPASS: test_newlines (test.test_io.CTextIOWrapperTest.test_newlines)\nPASS: test_newlines_input (test.test_io.CTextIOWrapperTest.test_newlines_input)\nPASS: test_newlines_output (test.test_io.CTextIOWrapperTest.test_newlines_output)\nPASS: test_non_text_encoding_codecs_are_rejected (test.test_io.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CTextIOWrapperTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CTextIOWrapperTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CTextIOWrapperTest.test_pickling_subclass)\nPASS: test_rawio (test.test_io.CTextIOWrapperTest.test_rawio)\nPASS: test_rawio_write_through (test.test_io.CTextIOWrapperTest.test_rawio_write_through)\nPASS: test_read_by_chunk (test.test_io.CTextIOWrapperTest.test_read_by_chunk)\nPASS: test_read_byteslike (test.test_io.CTextIOWrapperTest.test_read_byteslike)\nPASS: test_read_nonbytes (test.test_io.CTextIOWrapperTest.test_read_nonbytes)\nPASS: test_read_one_by_one (test.test_io.CTextIOWrapperTest.test_read_one_by_one)\nPASS: test_readlines (test.test_io.CTextIOWrapperTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.CTextIOWrapperTest.test_readonly_attributes)\nPASS: test_reconfigure_defaults (test.test_io.CTextIOWrapperTest.test_reconfigure_defaults)\nPASS: test_reconfigure_encoding_read (test.test_io.CTextIOWrapperTest.test_reconfigure_encoding_read)\nPASS: test_reconfigure_errors (test.test_io.CTextIOWrapperTest.test_reconfigure_errors)\nPASS: test_reconfigure_line_buffering (test.test_io.CTextIOWrapperTest.test_reconfigure_line_buffering)\nPASS: test_reconfigure_locale (test.test_io.CTextIOWrapperTest.test_reconfigure_locale)\nPASS: test_reconfigure_newline (test.test_io.CTextIOWrapperTest.test_reconfigure_newline)\nPASS: test_reconfigure_write (test.test_io.CTextIOWrapperTest.test_reconfigure_write)\nPASS: test_reconfigure_write_fromascii (test.test_io.CTextIOWrapperTest.test_reconfigure_write_fromascii)\nPASS: test_reconfigure_write_non_seekable (test.test_io.CTextIOWrapperTest.test_reconfigure_write_non_seekable)\nPASS: test_reconfigure_write_through (test.test_io.CTextIOWrapperTest.test_reconfigure_write_through)\nPASS: test_recursive_repr (test.test_io.CTextIOWrapperTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CTextIOWrapperTest.test_repr)\nPASS: test_rwpair_cleared_before_textio (test.test_io.CTextIOWrapperTest.test_rwpair_cleared_before_textio)\nPASS: test_seek_and_tell (test.test_io.CTextIOWrapperTest.test_seek_and_tell)\nPASS: test_seek_append_bom (test.test_io.CTextIOWrapperTest.test_seek_append_bom)\nPASS: test_seek_bom (test.test_io.CTextIOWrapperTest.test_seek_bom)\nPASS: test_seek_with_encoder_state (test.test_io.CTextIOWrapperTest.test_seek_with_encoder_state)\nPASS: test_seeking (test.test_io.CTextIOWrapperTest.test_seeking)\nPASS: test_seeking_too (test.test_io.CTextIOWrapperTest.test_seeking_too)\nPASS: test_subclass_repr (test.test_io.CTextIOWrapperTest.test_subclass_repr)\nPASS: test_telling (test.test_io.CTextIOWrapperTest.test_telling)\nPASS: test_threads_write (test.test_io.CTextIOWrapperTest.test_threads_write)\nPASS: test_uninitialized (test.test_io.CTextIOWrapperTest.test_uninitialized)\nPASS: test_unreadable (test.test_io.CTextIOWrapperTest.test_unreadable)\nPASS: test_unseekable (test.test_io.CTextIOWrapperTest.test_unseekable)\nPASS: test_writelines (test.test_io.CTextIOWrapperTest.test_writelines)\nPASS: test_writelines_error (test.test_io.CTextIOWrapperTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.CTextIOWrapperTest.test_writelines_userlist)\nPASS: test_append_bom (test.test_io.PyTextIOWrapperTest.test_append_bom)\nPASS: test_basic_io (test.test_io.PyTextIOWrapperTest.test_basic_io)\nPASS: test_bufio_write_through (test.test_io.PyTextIOWrapperTest.test_bufio_write_through)\nPASS: test_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyTextIOWrapperTest.test_constructor)\nPASS: test_create_at_shutdown_with_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding)\nPASS: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding)\nSKIP: test_default_encoding (test.test_io.PyTextIOWrapperTest.test_default_encoding) 'utf-8 mode is enabled'\nPASS: test_destructor (test.test_io.PyTextIOWrapperTest.test_destructor)\nPASS: test_detach (test.test_io.PyTextIOWrapperTest.test_detach)\nPASS: test_encoded_writes (test.test_io.PyTextIOWrapperTest.test_encoded_writes)\nPASS: test_encoding (test.test_io.PyTextIOWrapperTest.test_encoding)\nPASS: test_encoding_errors_reading (test.test_io.PyTextIOWrapperTest.test_encoding_errors_reading)\nPASS: test_encoding_errors_writing (test.test_io.PyTextIOWrapperTest.test_encoding_errors_writing)\nPASS: test_error_through_destructor (test.test_io.PyTextIOWrapperTest.test_error_through_destructor)\nPASS: test_errors_property (test.test_io.PyTextIOWrapperTest.test_errors_property)\nPASS: test_flush_error_on_close (test.test_io.PyTextIOWrapperTest.test_flush_error_on_close)\nPASS: test_illegal_decoder (test.test_io.PyTextIOWrapperTest.test_illegal_decoder)\nPASS: test_illegal_encoder (test.test_io.PyTextIOWrapperTest.test_illegal_encoder)\nPASS: test_issue1395_1 (test.test_io.PyTextIOWrapperTest.test_issue1395_1)\nPASS: test_issue1395_2 (test.test_io.PyTextIOWrapperTest.test_issue1395_2)\nPASS: test_issue1395_3 (test.test_io.PyTextIOWrapperTest.test_issue1395_3)\nPASS: test_issue1395_4 (test.test_io.PyTextIOWrapperTest.test_issue1395_4)\nPASS: test_issue1395_5 (test.test_io.PyTextIOWrapperTest.test_issue1395_5)\nPASS: test_issue2282 (test.test_io.PyTextIOWrapperTest.test_issue2282)\nPASS: test_issue22849 (test.test_io.PyTextIOWrapperTest.test_issue22849)\nPASS: test_issue25862 (test.test_io.PyTextIOWrapperTest.test_issue25862)\nPASS: test_issue35928 (test.test_io.PyTextIOWrapperTest.test_issue35928)\nPASS: test_line_buffering (test.test_io.PyTextIOWrapperTest.test_line_buffering)\nPASS: test_multi_close (test.test_io.PyTextIOWrapperTest.test_multi_close)\nPASS: test_multibyte_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_multibyte_seek_and_tell)\nPASS: test_newlines (test.test_io.PyTextIOWrapperTest.test_newlines)\nPASS: test_newlines_input (test.test_io.PyTextIOWrapperTest.test_newlines_input)\nPASS: test_newlines_output (test.test_io.PyTextIOWrapperTest.test_newlines_output)\nPASS: test_non_text_encoding_codecs_are_rejected (test.test_io.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyTextIOWrapperTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyTextIOWrapperTest.test_pickling_subclass)\nPASS: test_rawio (test.test_io.PyTextIOWrapperTest.test_rawio)\nPASS: test_rawio_write_through (test.test_io.PyTextIOWrapperTest.test_rawio_write_through)\nPASS: test_read_by_chunk (test.test_io.PyTextIOWrapperTest.test_read_by_chunk)\nPASS: test_read_byteslike (test.test_io.PyTextIOWrapperTest.test_read_byteslike)\nPASS: test_read_nonbytes (test.test_io.PyTextIOWrapperTest.test_read_nonbytes)\nPASS: test_read_one_by_one (test.test_io.PyTextIOWrapperTest.test_read_one_by_one)\nPASS: test_readlines (test.test_io.PyTextIOWrapperTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.PyTextIOWrapperTest.test_readonly_attributes)\nPASS: test_reconfigure_defaults (test.test_io.PyTextIOWrapperTest.test_reconfigure_defaults)\nPASS: test_reconfigure_encoding_read (test.test_io.PyTextIOWrapperTest.test_reconfigure_encoding_read)\nPASS: test_reconfigure_errors (test.test_io.PyTextIOWrapperTest.test_reconfigure_errors)\nPASS: test_reconfigure_line_buffering (test.test_io.PyTextIOWrapperTest.test_reconfigure_line_buffering)\nPASS: test_reconfigure_locale (test.test_io.PyTextIOWrapperTest.test_reconfigure_locale)\nPASS: test_reconfigure_newline (test.test_io.PyTextIOWrapperTest.test_reconfigure_newline)\nPASS: test_reconfigure_write (test.test_io.PyTextIOWrapperTest.test_reconfigure_write)\nPASS: test_reconfigure_write_fromascii (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_fromascii)\nPASS: test_reconfigure_write_non_seekable (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_non_seekable)\nPASS: test_reconfigure_write_through (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_through)\nPASS: test_recursive_repr (test.test_io.PyTextIOWrapperTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyTextIOWrapperTest.test_repr)\nPASS: test_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_seek_and_tell)\nPASS: test_seek_append_bom (test.test_io.PyTextIOWrapperTest.test_seek_append_bom)\nPASS: test_seek_bom (test.test_io.PyTextIOWrapperTest.test_seek_bom)\nPASS: test_seek_with_encoder_state (test.test_io.PyTextIOWrapperTest.test_seek_with_encoder_state)\nPASS: test_seeking (test.test_io.PyTextIOWrapperTest.test_seeking)\nPASS: test_seeking_too (test.test_io.PyTextIOWrapperTest.test_seeking_too)\nPASS: test_subclass_repr (test.test_io.PyTextIOWrapperTest.test_subclass_repr)\nPASS: test_telling (test.test_io.PyTextIOWrapperTest.test_telling)\nPASS: test_threads_write (test.test_io.PyTextIOWrapperTest.test_threads_write)\nPASS: test_uninitialized (test.test_io.PyTextIOWrapperTest.test_uninitialized)\nPASS: test_unreadable (test.test_io.PyTextIOWrapperTest.test_unreadable)\nPASS: test_unseekable (test.test_io.PyTextIOWrapperTest.test_unseekable)\nPASS: test_writelines (test.test_io.PyTextIOWrapperTest.test_writelines)\nPASS: test_writelines_error (test.test_io.PyTextIOWrapperTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.PyTextIOWrapperTest.test_writelines_userlist)\nPASS: test___all__ (test.test_io.CMiscIOTest.test___all__)\nPASS: test_abc_inheritance (test.test_io.CMiscIOTest.test_abc_inheritance)\nPASS: test_abc_inheritance_official (test.test_io.CMiscIOTest.test_abc_inheritance_official)\nPASS: test_abcs (test.test_io.CMiscIOTest.test_abcs)\nPASS: test_attributes (test.test_io.CMiscIOTest.test_attributes)\nPASS: test_blockingioerror (test.test_io.CMiscIOTest.test_blockingioerror)\nPASS: test_check_encoding_errors (test.test_io.CMiscIOTest.test_check_encoding_errors)\nPASS: test_check_encoding_warning (test.test_io.CMiscIOTest.test_check_encoding_warning)\nPASS: test_create_fail (test.test_io.CMiscIOTest.test_create_fail)\nPASS: test_create_writes (test.test_io.CMiscIOTest.test_create_writes)\nSKIP: test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) \"resource 'walltime' is not enabled\"\nSKIP: test_daemon_threads_shutdown_stdout_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) \"resource 'walltime' is not enabled\"\nPASS: test_io_after_close (test.test_io.CMiscIOTest.test_io_after_close)\nPASS: test_nonblock_pipe_write_bigbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_bigbuf)\nPASS: test_nonblock_pipe_write_smallbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_smallbuf)\nPASS: test_open_allargs (test.test_io.CMiscIOTest.test_open_allargs)\nPASS: test_open_pipe_with_append (test.test_io.CMiscIOTest.test_open_pipe_with_append)\nPASS: test_pickling (test.test_io.CMiscIOTest.test_pickling)\nPASS: test_readinto_buffer_overflow (test.test_io.CMiscIOTest.test_readinto_buffer_overflow)\nPASS: test_removed_u_mode (test.test_io.CMiscIOTest.test_removed_u_mode)\nPASS: test_text_encoding (test.test_io.CMiscIOTest.test_text_encoding)\nPASS: test_warn_on_dealloc (test.test_io.CMiscIOTest.test_warn_on_dealloc)\nPASS: test_warn_on_dealloc_fd (test.test_io.CMiscIOTest.test_warn_on_dealloc_fd)\nPASS: test___all__ (test.test_io.PyMiscIOTest.test___all__)\nPASS: test_abc_inheritance (test.test_io.PyMiscIOTest.test_abc_inheritance)\nPASS: test_abc_inheritance_official (test.test_io.PyMiscIOTest.test_abc_inheritance_official)\nPASS: test_abcs (test.test_io.PyMiscIOTest.test_abcs)\nPASS: test_attributes (test.test_io.PyMiscIOTest.test_attributes)\nPASS: test_blockingioerror (test.test_io.PyMiscIOTest.test_blockingioerror)\nPASS: test_check_encoding_errors (test.test_io.PyMiscIOTest.test_check_encoding_errors)\nPASS: test_check_encoding_warning (test.test_io.PyMiscIOTest.test_check_encoding_warning)\nPASS: test_create_fail (test.test_io.PyMiscIOTest.test_create_fail)\nPASS: test_create_writes (test.test_io.PyMiscIOTest.test_create_writes)\nPASS: test_io_after_close (test.test_io.PyMiscIOTest.test_io_after_close)\nPASS: test_nonblock_pipe_write_bigbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_bigbuf)\nPASS: test_nonblock_pipe_write_smallbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_smallbuf)\nPASS: test_open_allargs (test.test_io.PyMiscIOTest.test_open_allargs)\nPASS: test_open_pipe_with_append (test.test_io.PyMiscIOTest.test_open_pipe_with_append)\nPASS: test_pickling (test.test_io.PyMiscIOTest.test_pickling)\nPASS: test_removed_u_mode (test.test_io.PyMiscIOTest.test_removed_u_mode)\nPASS: test_text_encoding (test.test_io.PyMiscIOTest.test_text_encoding)\nPASS: test_warn_on_dealloc (test.test_io.PyMiscIOTest.test_warn_on_dealloc)\nPASS: test_warn_on_dealloc_fd (test.test_io.PyMiscIOTest.test_warn_on_dealloc_fd)\nSKIP: test_interrupted_read_retry_buffered (test.test_io.CSignalsTest.test_interrupted_read_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_read_retry_text (test.test_io.CSignalsTest.test_interrupted_read_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_buffered (test.test_io.CSignalsTest.test_interrupted_write_buffered)\nSKIP: test_interrupted_write_retry_buffered (test.test_io.CSignalsTest.test_interrupted_write_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_write_retry_text (test.test_io.CSignalsTest.test_interrupted_write_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_text (test.test_io.CSignalsTest.test_interrupted_write_text)\nPASS: test_interrupted_write_unbuffered (test.test_io.CSignalsTest.test_interrupted_write_unbuffered)\nPASS: test_reentrant_write_buffered (test.test_io.CSignalsTest.test_reentrant_write_buffered)\nPASS: test_reentrant_write_text (test.test_io.CSignalsTest.test_reentrant_write_text)\nSKIP: test_interrupted_read_retry_buffered (test.test_io.PySignalsTest.test_interrupted_read_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_read_retry_text (test.test_io.PySignalsTest.test_interrupted_read_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_buffered (test.test_io.PySignalsTest.test_interrupted_write_buffered)\nSKIP: test_interrupted_write_retry_buffered (test.test_io.PySignalsTest.test_interrupted_write_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_write_retry_text (test.test_io.PySignalsTest.test_interrupted_write_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_text (test.test_io.PySignalsTest.test_interrupted_write_text)\nPASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest.test_interrupted_write_unbuffered)\nPASS: test_class_hierarchy (test.test_io.TestIOCTypes.test_class_hierarchy)\nPASS: test_disallow_instantiation (test.test_io.TestIOCTypes.test_disallow_instantiation)\nPASS: test_immutable_types (test.test_io.TestIOCTypes.test_immutable_types)\nPASS: test_stringio_setstate (test.test_io.TestIOCTypes.test_stringio_setstate)\nPASS: test_subclassing (test.test_io.TestIOCTypes.test_subclassing)\n\n----------------------------------------------------------------------\nRan 656 tests in 10.584s\n\nOK (skipped=20)\n0:01:49 load avg: 1.53 [292/480] test_osx_env passed\nSKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase.test_pythonexecutable_sets_sys_executable) 'unnecessary on this platform'\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK (skipped=1)\n0:01:50 load avg: 1.53 [293/480] test_pathlib passed\nPASS: test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv)\nPASS: test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv)\nPASS: test_absolute_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common)\nPASS: test_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix)\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message)\nPASS: test_chmod (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod)\nPASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib.PathSubclassTest.test_exists)\nPASS: test_expanduser_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common)\nPASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix)\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix)\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix)\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_common)\nPASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_common)\nPASS: test_glob_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern)\nPASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink)\nPASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files)\nPASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_group (test.test_pathlib.test_pathlib.PathSubclassTest.test_group)\nPASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks)\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows) 'requires Windows-flavoured path class'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'\nPASS: test_hardlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to)\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported) 'os.link() is present'\nPASS: test_home (test.test_pathlib.test_pathlib.PathSubclassTest.test_home)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false)\nPASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true)\nPASS: test_is_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false)\nPASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true)\nPASS: test_is_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount)\nPASS: test_is_mount_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_root)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated)\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false)\nPASS: test_is_socket_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_matches_pathbase_api (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_pathbase_api)\nPASS: test_mkdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir)\nPASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation)\nPASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok)\nPASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root)\nPASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent)\nPASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file)\nPASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents)\nPASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file)\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common)\nPASS: test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode)\nPASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_owner (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner)\nPASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks)\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_deprecated)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common)\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_rename (test.test_pathlib.test_pathlib.PathSubclassTest.test_rename)\nPASS: test_replace (test.test_pathlib.test_pathlib.PathSubclassTest.test_replace)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common)\nPASS: test_resolve_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop)\nPASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671)\nPASS: test_resolve_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root)\nPASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_rmdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_symlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to)\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported) 'os.symlink() is present'\nPASS: test_touch_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common)\nPASS: test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode)\nPASS: test_touch_nochange (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange)\nPASS: test_unlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink)\nPASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok)\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser) 'path parser is supported'\nPASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bad_dir)\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_follow_symlinks)\nPASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_many_open_files)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib.PathSubclassTest.test_write_text_with_newlines)\nPASS: test_absolute_common (test.test_pathlib.test_pathlib.PathTest.test_absolute_common)\nPASS: test_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_absolute_posix)\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message)\nPASS: test_chmod (test.test_pathlib.test_pathlib.PathTest.test_chmod)\nPASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib.PathTest.test_exists)\nPASS: test_expanduser_common (test.test_pathlib.test_pathlib.PathTest.test_expanduser_common)\nPASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix)\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix)\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix)\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PathTest.test_full_match_common)\nPASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib.PathTest.test_glob_common)\nPASS: test_glob_dot (test.test_pathlib.test_pathlib.PathTest.test_glob_dot)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern)\nPASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink)\nPASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files)\nPASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib.PathTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib.PathTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.PathTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_group (test.test_pathlib.test_pathlib.PathTest.test_group)\nPASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks)\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.PathTest.test_group_windows) 'requires Windows-flavoured path class'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'\nPASS: test_hardlink_to (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to)\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported) 'os.link() is present'\nPASS: test_home (test.test_pathlib.test_pathlib.PathTest.test_home)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false)\nPASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true)\nPASS: test_is_dir (test.test_pathlib.test_pathlib.PathTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false)\nPASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true)\nPASS: test_is_file (test.test_pathlib.test_pathlib.PathTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction (test.test_pathlib.test_pathlib.PathTest.test_is_junction)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount)\nPASS: test_is_mount_root (test.test_pathlib.test_pathlib.PathTest.test_is_mount_root)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated)\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib.PathTest.test_is_socket_false)\nPASS: test_is_socket_true (test.test_pathlib.test_pathlib.PathTest.test_is_socket_true)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib.PathTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib.PathTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib.PathTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib.PathTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_matches_pathbase_api (test.test_pathlib.test_pathlib.PathTest.test_matches_pathbase_api)\nPASS: test_mkdir (test.test_pathlib.test_pathlib.PathTest.test_mkdir)\nPASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation)\nPASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok)\nPASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root)\nPASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent)\nPASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file)\nPASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents)\nPASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file)\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib.PathTest.test_open_common)\nPASS: test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode)\nPASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_owner (test.test_pathlib.test_pathlib.PathTest.test_owner)\nPASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks)\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.PathTest.test_owner_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_deprecated)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PathTest.test_pickling_common)\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib.PathTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib.PathTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib.PathTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib.PathTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_rename (test.test_pathlib.test_pathlib.PathTest.test_rename)\nPASS: test_replace (test.test_pathlib.test_pathlib.PathTest.test_replace)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips)\nPASS: test_resolve_common (test.test_pathlib.test_pathlib.PathTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib.PathTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib.PathTest.test_resolve_loop)\nPASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671)\nPASS: test_resolve_root (test.test_pathlib.test_pathlib.PathTest.test_resolve_root)\nPASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib.PathTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PathTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_rmdir (test.test_pathlib.test_pathlib.PathTest.test_rmdir)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib.PathTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib.PathTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_symlink_to (test.test_pathlib.test_pathlib.PathTest.test_symlink_to)\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported) 'os.symlink() is present'\nPASS: test_touch_common (test.test_pathlib.test_pathlib.PathTest.test_touch_common)\nPASS: test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode)\nPASS: test_touch_nochange (test.test_pathlib.test_pathlib.PathTest.test_touch_nochange)\nPASS: test_unlink (test.test_pathlib.test_pathlib.PathTest.test_unlink)\nPASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok)\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser) 'path parser is supported'\nPASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PathTest.test_walk_bad_dir)\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib.PathTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_walk_follow_symlinks)\nPASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_walk_many_open_files)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib.PathTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PathTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib.PathTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments (test.test_pathlib.test_pathlib.PathTest.test_with_segments)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib.PathTest.test_write_text_with_newlines)\nPASS: test_absolute_common (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common)\nPASS: test_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix)\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message)\nPASS: test_chmod (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod)\nPASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PosixPathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib.PosixPathTest.test_exists)\nPASS: test_expanduser_common (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common)\nPASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix)\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix)\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix)\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_common)\nPASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_common)\nPASS: test_glob_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern)\nPASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink)\nPASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files)\nPASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_group (test.test_pathlib.test_pathlib.PosixPathTest.test_group)\nPASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks)\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows) 'requires Windows-flavoured path class'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'\nPASS: test_hardlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to)\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported) 'os.link() is present'\nPASS: test_home (test.test_pathlib.test_pathlib.PosixPathTest.test_home)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false)\nPASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true)\nPASS: test_is_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false)\nPASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true)\nPASS: test_is_file (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount)\nPASS: test_is_mount_root (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount_root)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PosixPathTest.test_is_reserved_deprecated)\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false)\nPASS: test_is_socket_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PosixPathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_matches_pathbase_api (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_pathbase_api)\nPASS: test_mkdir (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir)\nPASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation)\nPASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok)\nPASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root)\nPASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent)\nPASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file)\nPASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents)\nPASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file)\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PosixPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib.PosixPathTest.test_open_common)\nPASS: test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode)\nPASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_owner (test.test_pathlib.test_pathlib.PosixPathTest.test_owner)\nPASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks)\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_deprecated)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common)\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib.PosixPathTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_rename (test.test_pathlib.test_pathlib.PosixPathTest.test_rename)\nPASS: test_replace (test.test_pathlib.test_pathlib.PosixPathTest.test_replace)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips)\nPASS: test_resolve_common (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop)\nPASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671)\nPASS: test_resolve_root (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root)\nPASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_rmdir (test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PosixPathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib.PosixPathTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib.PosixPathTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_symlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to)\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported) 'os.symlink() is present'\nPASS: test_touch_common (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common)\nPASS: test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode)\nPASS: test_touch_nochange (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange)\nPASS: test_unlink (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink)\nPASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok)\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser) 'path parser is supported'\nPASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bad_dir)\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_follow_symlinks)\nPASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_many_open_files)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib.PosixPathTest.test_write_text_with_newlines)\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PurePathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PurePathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PurePathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PurePathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PurePathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PurePathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PurePathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PurePathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PurePathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PurePathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PurePathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PurePathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PurePathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PurePathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PurePathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PurePathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PurePathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PurePathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PurePathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PurePathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PurePathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PurePathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PurePathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PurePathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PurePathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_common)\nPASS: test_anchor_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_windows)\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common)\nSKIP: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii) 'requires POSIX-flavoured path class'\nSKIP: test_as_uri_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix) 'requires POSIX-flavoured path class'\nPASS: test_as_uri_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows)\nPASS: test_bytes (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested)\nPASS: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested)\nSKIP: test_div_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_posix) 'requires POSIX-flavoured path class'\nPASS: test_div_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_windows)\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common)\nPASS: test_drive_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows)\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common)\nSKIP: test_eq_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix) 'requires POSIX-flavoured path class'\nPASS: test_eq_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows)\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences)\nPASS: test_equivalences_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows)\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_common)\nSKIP: test_is_absolute_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix) 'requires POSIX-flavoured path class'\nPASS: test_is_absolute_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_several_args)\nPASS: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows)\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested)\nSKIP: test_join_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_posix) 'requires POSIX-flavoured path class'\nPASS: test_join_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_windows)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty)\nSKIP: test_match_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix) 'requires POSIX-flavoured path class'\nPASS: test_match_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows)\nPASS: test_name_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty)\nPASS: test_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_windows)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common)\nPASS: test_ordering_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows)\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_common)\nPASS: test_parent_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_windows)\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_common)\nPASS: test_parents_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_windows)\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common)\nSKIP: test_parse_path_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix) 'requires POSIX-flavoured path class'\nPASS: test_parse_path_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows)\nSKIP: test_parse_windows_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path) 'requires POSIX-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_interning)\nPASS: test_parts_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_windows)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_several_args)\nPASS: test_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common)\nSKIP: test_root_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix) 'requires POSIX-flavoured path class'\nPASS: test_root_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty)\nPASS: test_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_windows)\nPASS: test_str_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common)\nPASS: test_str_subclass_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows)\nPASS: test_str_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows)\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_common)\nPASS: test_suffix_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_windows)\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_common)\nPASS: test_suffixes_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_windows)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_seps)\nPASS: test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_seps)\nPASS: test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows)\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_invalid)\nPASS: test_with_suffix_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_windows)\nSKIP: test_absolute_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common) 'test requires a Windows-compatible system'\nSKIP: test_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix) 'test requires a Windows-compatible system'\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows) 'test requires a Windows-compatible system'\nSKIP: test_anchor_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_common) 'test requires a Windows-compatible system'\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_windows) 'test requires a Windows-compatible system'\nSKIP: test_as_bytes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common) 'test requires a Windows-compatible system'\nSKIP: test_as_posix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows) 'test requires a Windows-compatible system'\nSKIP: test_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes) 'test requires a Windows-compatible system'\nSKIP: test_bytes_exc_message (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message) 'test requires a Windows-compatible system'\nSKIP: test_chmod (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod) 'test requires a Windows-compatible system'\nSKIP: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) 'test requires a Windows-compatible system'\nSKIP: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) 'test requires a Windows-compatible system'\nSKIP: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) 'test requires a Windows-compatible system'\nSKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) 'test requires a Windows-compatible system'\nSKIP: test_concrete_class (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class) 'test requires a Windows-compatible system'\nSKIP: test_concrete_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser) 'test requires a Windows-compatible system'\nSKIP: test_constructor_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_common) 'test requires a Windows-compatible system'\nSKIP: test_constructor_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested) 'test requires a Windows-compatible system'\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour) 'test requires a Windows-compatible system'\nSKIP: test_cwd (test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd) 'test requires a Windows-compatible system'\nSKIP: test_different_parsers_unequal (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal) 'test requires a Windows-compatible system'\nSKIP: test_different_parsers_unordered (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered) 'test requires a Windows-compatible system'\nSKIP: test_div_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_common) 'test requires a Windows-compatible system'\nSKIP: test_div_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested) 'test requires a Windows-compatible system'\nSKIP: test_div_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_posix) 'test requires a Windows-compatible system'\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_windows) 'test requires a Windows-compatible system'\nSKIP: test_drive_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common) 'test requires a Windows-compatible system'\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows) 'test requires a Windows-compatible system'\nSKIP: test_empty_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path) 'test requires a Windows-compatible system'\nSKIP: test_eq_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common) 'test requires a Windows-compatible system'\nSKIP: test_eq_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix) 'test requires a Windows-compatible system'\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows) 'test requires a Windows-compatible system'\nSKIP: test_equivalences (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences) 'test requires a Windows-compatible system'\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows) 'test requires a Windows-compatible system'\nSKIP: test_exists (test.test_pathlib.test_pathlib.WindowsPathTest.test_exists) 'test requires a Windows-compatible system'\nSKIP: test_expanduser_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common) 'test requires a Windows-compatible system'\nSKIP: test_expanduser_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix) 'test requires a Windows-compatible system'\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows) 'test requires a Windows-compatible system'\nSKIP: test_fspath_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common) 'test requires a Windows-compatible system'\nSKIP: test_full_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_common) 'test requires a Windows-compatible system'\nSKIP: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) 'test requires a Windows-compatible system'\nSKIP: test_glob_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive) 'test requires a Windows-compatible system'\nSKIP: test_glob_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_common) 'test requires a Windows-compatible system'\nSKIP: test_glob_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot) 'test requires a Windows-compatible system'\nSKIP: test_glob_dotdot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot) 'test requires a Windows-compatible system'\nSKIP: test_glob_empty_pattern (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern) 'test requires a Windows-compatible system'\nSKIP: test_glob_inaccessible (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible) 'test requires a Windows-compatible system'\nSKIP: test_glob_long_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink) 'test requires a Windows-compatible system'\nSKIP: test_glob_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files) 'test requires a Windows-compatible system'\nSKIP: test_glob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike) 'test requires a Windows-compatible system'\nSKIP: test_glob_permissions (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions) 'test requires a Windows-compatible system'\nSKIP: test_glob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix) 'test requires a Windows-compatible system'\nSKIP: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common) 'test requires a Windows-compatible system'\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows) 'test requires a Windows-compatible system'\nSKIP: test_group (test.test_pathlib.test_pathlib.WindowsPathTest.test_group) 'test requires a Windows-compatible system'\nSKIP: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows) 'test requires a Windows-compatible system'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor) 'test requires a Windows-compatible system'\nSKIP: test_hardlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to) 'test requires a Windows-compatible system'\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported) 'test requires a Windows-compatible system'\nSKIP: test_home (test.test_pathlib.test_pathlib.WindowsPathTest.test_home) 'test requires a Windows-compatible system'\nSKIP: test_is_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix) 'test requires a Windows-compatible system'\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows) 'test requires a Windows-compatible system'\nSKIP: test_is_block_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false) 'test requires a Windows-compatible system'\nSKIP: test_is_char_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false) 'test requires a Windows-compatible system'\nSKIP: test_is_char_device_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true) 'test requires a Windows-compatible system'\nSKIP: test_is_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir) 'test requires a Windows-compatible system'\nSKIP: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_is_fifo_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false) 'test requires a Windows-compatible system'\nSKIP: test_is_fifo_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true) 'test requires a Windows-compatible system'\nSKIP: test_is_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file) 'test requires a Windows-compatible system'\nSKIP: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_is_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction) 'test requires a Windows-compatible system'\nSKIP: test_is_junction_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false) 'test requires a Windows-compatible system'\nSKIP: test_is_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) 'test requires a Windows-compatible system'\nSKIP: test_is_mount_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount_root) 'test requires a Windows-compatible system'\nSKIP: test_is_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common) 'test requires a Windows-compatible system'\nSKIP: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_several_args) 'test requires a Windows-compatible system'\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows) 'test requires a Windows-compatible system'\nSKIP: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_reserved_deprecated) 'test requires a Windows-compatible system'\nSKIP: test_is_socket_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false) 'test requires a Windows-compatible system'\nSKIP: test_is_socket_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true) 'test requires a Windows-compatible system'\nSKIP: test_is_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink) 'test requires a Windows-compatible system'\nSKIP: test_iterdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir) 'test requires a Windows-compatible system'\nSKIP: test_iterdir_nodir (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_nodir) 'test requires a Windows-compatible system'\nSKIP: test_iterdir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink) 'test requires a Windows-compatible system'\nSKIP: test_join_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_common) 'test requires a Windows-compatible system'\nSKIP: test_join_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested) 'test requires a Windows-compatible system'\nSKIP: test_join_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_posix) 'test requires a Windows-compatible system'\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_windows) 'test requires a Windows-compatible system'\nSKIP: test_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat) 'test requires a Windows-compatible system'\nSKIP: test_lstat_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink) 'test requires a Windows-compatible system'\nSKIP: test_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common) 'test requires a Windows-compatible system'\nSKIP: test_match_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty) 'test requires a Windows-compatible system'\nSKIP: test_match_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix) 'test requires a Windows-compatible system'\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows) 'test requires a Windows-compatible system'\nSKIP: test_matches_pathbase_api (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_pathbase_api) 'test requires a Windows-compatible system'\nSKIP: test_mkdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_parents (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) 'test requires a Windows-compatible system'\nSKIP: test_name_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_common) 'test requires a Windows-compatible system'\nSKIP: test_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty) 'test requires a Windows-compatible system'\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_windows) 'test requires a Windows-compatible system'\nSKIP: test_open_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common) 'test requires a Windows-compatible system'\nSKIP: test_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) 'test requires a Windows-compatible system'\nSKIP: test_open_unbuffered (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered) 'test requires a Windows-compatible system'\nSKIP: test_ordering_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common) 'test requires a Windows-compatible system'\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows) 'test requires a Windows-compatible system'\nSKIP: test_owner (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner) 'test requires a Windows-compatible system'\nSKIP: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows) 'test requires a Windows-compatible system'\nSKIP: test_parent_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_common) 'test requires a Windows-compatible system'\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_windows) 'test requires a Windows-compatible system'\nSKIP: test_parents_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_common) 'test requires a Windows-compatible system'\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_windows) 'test requires a Windows-compatible system'\nSKIP: test_parse_path_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common) 'test requires a Windows-compatible system'\nSKIP: test_parse_path_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix) 'test requires a Windows-compatible system'\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows) 'test requires a Windows-compatible system'\nSKIP: test_parse_windows_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path) 'test requires a Windows-compatible system'\nSKIP: test_parts_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_common) 'test requires a Windows-compatible system'\nSKIP: test_parts_interning (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_interning) 'test requires a Windows-compatible system'\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_windows) 'test requires a Windows-compatible system'\nSKIP: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_deprecated) 'test requires a Windows-compatible system'\nSKIP: test_pickling_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common) 'test requires a Windows-compatible system'\nSKIP: test_read_text_with_newlines (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_text_with_newlines) 'test requires a Windows-compatible system'\nSKIP: test_read_write_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_bytes) 'test requires a Windows-compatible system'\nSKIP: test_read_write_text (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_text) 'test requires a Windows-compatible system'\nSKIP: test_readlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink) 'test requires a Windows-compatible system'\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported) 'test requires a Windows-compatible system'\nSKIP: test_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common) 'test requires a Windows-compatible system'\nSKIP: test_relative_to_several_args (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_several_args) 'test requires a Windows-compatible system'\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows) 'test requires a Windows-compatible system'\nSKIP: test_rename (test.test_pathlib.test_pathlib.WindowsPathTest.test_rename) 'test requires a Windows-compatible system'\nSKIP: test_replace (test.test_pathlib.test_pathlib.WindowsPathTest.test_replace) 'test requires a Windows-compatible system'\nSKIP: test_repr_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common) 'test requires a Windows-compatible system'\nSKIP: test_repr_roundtrips (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips) 'test requires a Windows-compatible system'\nSKIP: test_resolve_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common) 'test requires a Windows-compatible system'\nSKIP: test_resolve_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot) 'test requires a Windows-compatible system'\nSKIP: test_resolve_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop) 'test requires a Windows-compatible system'\nSKIP: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) 'test requires a Windows-compatible system'\nSKIP: test_resolve_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root) 'test requires a Windows-compatible system'\nSKIP: test_rglob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike) 'test requires a Windows-compatible system'\nSKIP: test_rglob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix) 'test requires a Windows-compatible system'\nSKIP: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common) 'test requires a Windows-compatible system'\nSKIP: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false) 'test requires a Windows-compatible system'\nSKIP: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) 'test requires a Windows-compatible system'\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows) 'test requires a Windows-compatible system'\nSKIP: test_rmdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir) 'test requires a Windows-compatible system'\nSKIP: test_root_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common) 'test requires a Windows-compatible system'\nSKIP: test_root_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix) 'test requires a Windows-compatible system'\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows) 'test requires a Windows-compatible system'\nSKIP: test_samefile (test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile) 'test requires a Windows-compatible system'\nSKIP: test_stat (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat) 'test requires a Windows-compatible system'\nSKIP: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) 'test requires a Windows-compatible system'\nSKIP: test_stem_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_common) 'test requires a Windows-compatible system'\nSKIP: test_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty) 'test requires a Windows-compatible system'\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_windows) 'test requires a Windows-compatible system'\nSKIP: test_str_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common) 'test requires a Windows-compatible system'\nSKIP: test_str_subclass_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common) 'test requires a Windows-compatible system'\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows) 'test requires a Windows-compatible system'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows) 'test requires a Windows-compatible system'\nSKIP: test_suffix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_common) 'test requires a Windows-compatible system'\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_windows) 'test requires a Windows-compatible system'\nSKIP: test_suffixes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_common) 'test requires a Windows-compatible system'\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_windows) 'test requires a Windows-compatible system'\nSKIP: test_symlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to) 'test requires a Windows-compatible system'\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported) 'test requires a Windows-compatible system'\nSKIP: test_touch_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common) 'test requires a Windows-compatible system'\nSKIP: test_touch_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode) 'test requires a Windows-compatible system'\nSKIP: test_touch_nochange (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange) 'test requires a Windows-compatible system'\nSKIP: test_unlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink) 'test requires a Windows-compatible system'\nSKIP: test_unlink_missing_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok) 'test requires a Windows-compatible system'\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser) 'test requires a Windows-compatible system'\nSKIP: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_above_recursion_limit) 'test requires a Windows-compatible system'\nSKIP: test_walk_bad_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bad_dir) 'test requires a Windows-compatible system'\nSKIP: test_walk_bottom_up (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bottom_up) 'test requires a Windows-compatible system'\nSKIP: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_walk_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_many_open_files) 'test requires a Windows-compatible system'\nSKIP: test_walk_prune (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_prune) 'test requires a Windows-compatible system'\nSKIP: test_walk_symlink_location (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_symlink_location) 'test requires a Windows-compatible system'\nSKIP: test_walk_topdown (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_topdown) 'test requires a Windows-compatible system'\nSKIP: test_with_name_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_common) 'test requires a Windows-compatible system'\nSKIP: test_with_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty) 'test requires a Windows-compatible system'\nSKIP: test_with_name_seps (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_seps) 'test requires a Windows-compatible system'\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows) 'test requires a Windows-compatible system'\nSKIP: test_with_segments (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments) 'test requires a Windows-compatible system'\nSKIP: test_with_segments_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments_common) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_common) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_seps (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_seps) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_common) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_empty) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_invalid (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_invalid) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_windows) 'test requires a Windows-compatible system'\nSKIP: test_write_text_with_newlines (test.test_pathlib.test_pathlib.WindowsPathTest.test_write_text_with_newlines) 'test requires a Windows-compatible system'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_as_posix_common)\nPASS: test_bytes (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_bytes)\nSKIP: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_absolute) 'requires symlinks'\nSKIP: test_complex_symlinks_relative (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative) 'requires symlinks'\nSKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative_dot_dot) 'requires symlinks'\nPASS: test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_constructor_common)\nPASS: test_div_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_common)\nPASS: test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_exists)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_full_match_common)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_common)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_empty_pattern)\nSKIP: test_glob_long_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_long_symlink) 'requires symlinks'\nSKIP: test_glob_permissions (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_permissions) 'requires symlinks'\nPASS: test_glob_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_posix)\nSKIP: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_recurse_symlinks_common) 'requires symlinks'\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_char_device_false)\nPASS: test_is_dir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_fifo_false)\nPASS: test_is_file (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_mount)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_common)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_socket_false)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_nodir)\nSKIP: test_iterdir_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_symlink) 'requires symlinks'\nPASS: test_join_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_common)\nPASS: test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_windows) 'requires Windows-flavoured path class'\nSKIP: test_lstat (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat) 'requires symlinks'\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_open_common)\nPASS: test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_common)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_text)\nSKIP: test_readlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink) 'requires symlinks'\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_common)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nSKIP: test_resolve_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_common) 'requires symlinks'\nSKIP: test_resolve_dot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_dot) 'requires symlinks'\nSKIP: test_resolve_loop (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_loop) 'requires symlinks'\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_posix)\nSKIP: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_common) 'requires symlinks'\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_false)\nSKIP: test_rglob_symlink_loop (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_symlink_loop) 'requires symlinks'\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_root_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat)\nSKIP: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks) 'requires symlinks'\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_bottom_up)\nSKIP: test_walk_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_follow_symlinks) 'requires symlinks'\nPASS: test_walk_prune (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_prune)\nSKIP: test_walk_symlink_location (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_symlink_location) 'requires symlinks'\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_write_text_with_newlines)\nPASS: test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_as_posix_common)\nPASS: test_bytes (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_bytes)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_constructor_common)\nPASS: test_div_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_common)\nPASS: test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_exists)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_full_match_common)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_common)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_empty_pattern)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_long_symlink)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_char_device_false)\nPASS: test_is_dir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_fifo_false)\nPASS: test_is_file (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_mount)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_common)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_socket_false)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_common)\nPASS: test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_open_common)\nPASS: test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_common)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_common)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_resolve_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_loop)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_root_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_follow_symlinks)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_write_text_with_newlines)\nPASS: test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_as_posix_common)\nPASS: test_bytes (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_bytes)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_constructor_common)\nPASS: test_div_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_common)\nPASS: test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_common)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_join_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_common)\nPASS: test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_common)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_common)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_root_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_unsupported_operation (test.test_pathlib.test_pathlib_abc.ParserBaseTest.test_unsupported_operation)\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_bytes_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_uri_common)\nPASS: test_fspath_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_fspath_common)\nPASS: test_magic_methods (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_magic_methods)\nPASS: test_parser (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_parser)\nPASS: test_unsupported_operation (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation)\nPASS: test_unsupported_operation_pure (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation_pure)\nPASS: test_magic_methods (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_magic_methods)\nPASS: test_parser (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_parser)\nPASS: test_unsupported_operation_pure (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_unsupported_operation_pure)\nPASS: test_is_notimplemented (test.test_pathlib.test_pathlib_abc.UnsupportedOperationTest.test_is_notimplemented)\n\n----------------------------------------------------------------------\nRan 1518 tests in 1.193s\n\nOK (skipped=511)\n0:01:50 load avg: 1.53 [294/480] test_patma passed\nPASS: test_refleaks (test.test_patma.TestCompiler.test_refleaks)\nPASS: test_late_registration_mapping (test.test_patma.TestInheritance.test_late_registration_mapping)\nPASS: test_late_registration_sequence (test.test_patma.TestInheritance.test_late_registration_sequence)\nPASS: test_multiple_inheritance_mapping (test.test_patma.TestInheritance.test_multiple_inheritance_mapping)\nPASS: test_multiple_inheritance_sequence (test.test_patma.TestInheritance.test_multiple_inheritance_sequence)\nPASS: test_patma_000 (test.test_patma.TestPatma.test_patma_000)\nPASS: test_patma_001 (test.test_patma.TestPatma.test_patma_001)\nPASS: test_patma_002 (test.test_patma.TestPatma.test_patma_002)\nPASS: test_patma_003 (test.test_patma.TestPatma.test_patma_003)\nPASS: test_patma_004 (test.test_patma.TestPatma.test_patma_004)\nPASS: test_patma_005 (test.test_patma.TestPatma.test_patma_005)\nPASS: test_patma_006 (test.test_patma.TestPatma.test_patma_006)\nPASS: test_patma_007 (test.test_patma.TestPatma.test_patma_007)\nPASS: test_patma_008 (test.test_patma.TestPatma.test_patma_008)\nPASS: test_patma_009 (test.test_patma.TestPatma.test_patma_009)\nPASS: test_patma_010 (test.test_patma.TestPatma.test_patma_010)\nPASS: test_patma_011 (test.test_patma.TestPatma.test_patma_011)\nPASS: test_patma_012 (test.test_patma.TestPatma.test_patma_012)\nPASS: test_patma_013 (test.test_patma.TestPatma.test_patma_013)\nPASS: test_patma_014 (test.test_patma.TestPatma.test_patma_014)\nPASS: test_patma_015 (test.test_patma.TestPatma.test_patma_015)\nPASS: test_patma_016 (test.test_patma.TestPatma.test_patma_016)\nPASS: test_patma_017 (test.test_patma.TestPatma.test_patma_017)\nPASS: test_patma_018 (test.test_patma.TestPatma.test_patma_018)\nPASS: test_patma_019 (test.test_patma.TestPatma.test_patma_019)\nPASS: test_patma_020 (test.test_patma.TestPatma.test_patma_020)\nPASS: test_patma_021 (test.test_patma.TestPatma.test_patma_021)\nPASS: test_patma_022 (test.test_patma.TestPatma.test_patma_022)\nPASS: test_patma_023 (test.test_patma.TestPatma.test_patma_023)\nPASS: test_patma_024 (test.test_patma.TestPatma.test_patma_024)\nPASS: test_patma_025 (test.test_patma.TestPatma.test_patma_025)\nPASS: test_patma_026 (test.test_patma.TestPatma.test_patma_026)\nPASS: test_patma_027 (test.test_patma.TestPatma.test_patma_027)\nPASS: test_patma_028 (test.test_patma.TestPatma.test_patma_028)\nPASS: test_patma_029 (test.test_patma.TestPatma.test_patma_029)\nPASS: test_patma_030 (test.test_patma.TestPatma.test_patma_030)\nPASS: test_patma_031 (test.test_patma.TestPatma.test_patma_031)\nPASS: test_patma_032 (test.test_patma.TestPatma.test_patma_032)\nPASS: test_patma_033 (test.test_patma.TestPatma.test_patma_033)\nPASS: test_patma_034 (test.test_patma.TestPatma.test_patma_034)\nPASS: test_patma_035 (test.test_patma.TestPatma.test_patma_035)\nPASS: test_patma_036 (test.test_patma.TestPatma.test_patma_036)\nPASS: test_patma_037 (test.test_patma.TestPatma.test_patma_037)\nPASS: test_patma_038 (test.test_patma.TestPatma.test_patma_038)\nPASS: test_patma_039 (test.test_patma.TestPatma.test_patma_039)\nPASS: test_patma_040 (test.test_patma.TestPatma.test_patma_040)\nPASS: test_patma_041 (test.test_patma.TestPatma.test_patma_041)\nPASS: test_patma_042 (test.test_patma.TestPatma.test_patma_042)\nPASS: test_patma_043 (test.test_patma.TestPatma.test_patma_043)\nPASS: test_patma_044 (test.test_patma.TestPatma.test_patma_044)\nPASS: test_patma_045 (test.test_patma.TestPatma.test_patma_045)\nPASS: test_patma_046 (test.test_patma.TestPatma.test_patma_046)\nPASS: test_patma_047 (test.test_patma.TestPatma.test_patma_047)\nPASS: test_patma_048 (test.test_patma.TestPatma.test_patma_048)\nPASS: test_patma_049 (test.test_patma.TestPatma.test_patma_049)\nPASS: test_patma_050 (test.test_patma.TestPatma.test_patma_050)\nPASS: test_patma_051 (test.test_patma.TestPatma.test_patma_051)\nPASS: test_patma_052 (test.test_patma.TestPatma.test_patma_052)\nPASS: test_patma_053 (test.test_patma.TestPatma.test_patma_053)\nPASS: test_patma_054 (test.test_patma.TestPatma.test_patma_054)\nPASS: test_patma_055 (test.test_patma.TestPatma.test_patma_055)\nPASS: test_patma_056 (test.test_patma.TestPatma.test_patma_056)\nPASS: test_patma_057 (test.test_patma.TestPatma.test_patma_057)\nPASS: test_patma_058 (test.test_patma.TestPatma.test_patma_058)\nPASS: test_patma_059 (test.test_patma.TestPatma.test_patma_059)\nPASS: test_patma_060 (test.test_patma.TestPatma.test_patma_060)\nPASS: test_patma_061 (test.test_patma.TestPatma.test_patma_061)\nPASS: test_patma_062 (test.test_patma.TestPatma.test_patma_062)\nPASS: test_patma_063 (test.test_patma.TestPatma.test_patma_063)\nPASS: test_patma_064 (test.test_patma.TestPatma.test_patma_064)\nPASS: test_patma_065 (test.test_patma.TestPatma.test_patma_065)\nPASS: test_patma_066 (test.test_patma.TestPatma.test_patma_066)\nPASS: test_patma_067 (test.test_patma.TestPatma.test_patma_067)\nPASS: test_patma_068 (test.test_patma.TestPatma.test_patma_068)\nPASS: test_patma_069 (test.test_patma.TestPatma.test_patma_069)\nPASS: test_patma_070 (test.test_patma.TestPatma.test_patma_070)\nPASS: test_patma_071 (test.test_patma.TestPatma.test_patma_071)\nPASS: test_patma_072 (test.test_patma.TestPatma.test_patma_072)\nPASS: test_patma_073 (test.test_patma.TestPatma.test_patma_073)\nPASS: test_patma_074 (test.test_patma.TestPatma.test_patma_074)\nPASS: test_patma_075 (test.test_patma.TestPatma.test_patma_075)\nPASS: test_patma_076 (test.test_patma.TestPatma.test_patma_076)\nPASS: test_patma_077 (test.test_patma.TestPatma.test_patma_077)\nPASS: test_patma_078 (test.test_patma.TestPatma.test_patma_078)\nPASS: test_patma_079 (test.test_patma.TestPatma.test_patma_079)\nPASS: test_patma_080 (test.test_patma.TestPatma.test_patma_080)\nPASS: test_patma_081 (test.test_patma.TestPatma.test_patma_081)\nPASS: test_patma_082 (test.test_patma.TestPatma.test_patma_082)\nPASS: test_patma_083 (test.test_patma.TestPatma.test_patma_083)\nPASS: test_patma_084 (test.test_patma.TestPatma.test_patma_084)\nPASS: test_patma_085 (test.test_patma.TestPatma.test_patma_085)\nPASS: test_patma_086 (test.test_patma.TestPatma.test_patma_086)\nPASS: test_patma_087 (test.test_patma.TestPatma.test_patma_087)\nPASS: test_patma_088 (test.test_patma.TestPatma.test_patma_088)\nPASS: test_patma_089 (test.test_patma.TestPatma.test_patma_089)\nPASS: test_patma_090 (test.test_patma.TestPatma.test_patma_090)\nPASS: test_patma_091 (test.test_patma.TestPatma.test_patma_091)\nPASS: test_patma_092 (test.test_patma.TestPatma.test_patma_092)\nPASS: test_patma_093 (test.test_patma.TestPatma.test_patma_093)\nPASS: test_patma_094 (test.test_patma.TestPatma.test_patma_094)\nPASS: test_patma_095 (test.test_patma.TestPatma.test_patma_095)\nPASS: test_patma_096 (test.test_patma.TestPatma.test_patma_096)\nPASS: test_patma_097 (test.test_patma.TestPatma.test_patma_097)\nPASS: test_patma_098 (test.test_patma.TestPatma.test_patma_098)\nPASS: test_patma_099 (test.test_patma.TestPatma.test_patma_099)\nPASS: test_patma_100 (test.test_patma.TestPatma.test_patma_100)\nPASS: test_patma_101 (test.test_patma.TestPatma.test_patma_101)\nPASS: test_patma_102 (test.test_patma.TestPatma.test_patma_102)\nPASS: test_patma_103 (test.test_patma.TestPatma.test_patma_103)\nPASS: test_patma_104 (test.test_patma.TestPatma.test_patma_104)\nPASS: test_patma_105 (test.test_patma.TestPatma.test_patma_105)\nPASS: test_patma_106 (test.test_patma.TestPatma.test_patma_106)\nPASS: test_patma_107 (test.test_patma.TestPatma.test_patma_107)\nPASS: test_patma_108 (test.test_patma.TestPatma.test_patma_108)\nPASS: test_patma_109 (test.test_patma.TestPatma.test_patma_109)\nPASS: test_patma_110 (test.test_patma.TestPatma.test_patma_110)\nPASS: test_patma_111 (test.test_patma.TestPatma.test_patma_111)\nPASS: test_patma_112 (test.test_patma.TestPatma.test_patma_112)\nPASS: test_patma_113 (test.test_patma.TestPatma.test_patma_113)\nPASS: test_patma_114 (test.test_patma.TestPatma.test_patma_114)\nPASS: test_patma_115 (test.test_patma.TestPatma.test_patma_115)\nPASS: test_patma_116 (test.test_patma.TestPatma.test_patma_116)\nPASS: test_patma_117 (test.test_patma.TestPatma.test_patma_117)\nPASS: test_patma_118 (test.test_patma.TestPatma.test_patma_118)\nPASS: test_patma_119 (test.test_patma.TestPatma.test_patma_119)\nPASS: test_patma_120 (test.test_patma.TestPatma.test_patma_120)\nPASS: test_patma_121 (test.test_patma.TestPatma.test_patma_121)\nPASS: test_patma_122 (test.test_patma.TestPatma.test_patma_122)\nPASS: test_patma_123 (test.test_patma.TestPatma.test_patma_123)\nPASS: test_patma_124 (test.test_patma.TestPatma.test_patma_124)\nPASS: test_patma_125 (test.test_patma.TestPatma.test_patma_125)\nPASS: test_patma_126 (test.test_patma.TestPatma.test_patma_126)\nPASS: test_patma_127 (test.test_patma.TestPatma.test_patma_127)\nPASS: test_patma_128 (test.test_patma.TestPatma.test_patma_128)\nPASS: test_patma_129 (test.test_patma.TestPatma.test_patma_129)\nPASS: test_patma_130 (test.test_patma.TestPatma.test_patma_130)\nPASS: test_patma_131 (test.test_patma.TestPatma.test_patma_131)\nPASS: test_patma_132 (test.test_patma.TestPatma.test_patma_132)\nPASS: test_patma_133 (test.test_patma.TestPatma.test_patma_133)\nPASS: test_patma_134 (test.test_patma.TestPatma.test_patma_134)\nPASS: test_patma_135 (test.test_patma.TestPatma.test_patma_135)\nPASS: test_patma_136 (test.test_patma.TestPatma.test_patma_136)\nPASS: test_patma_137 (test.test_patma.TestPatma.test_patma_137)\nPASS: test_patma_138 (test.test_patma.TestPatma.test_patma_138)\nPASS: test_patma_139 (test.test_patma.TestPatma.test_patma_139)\nPASS: test_patma_140 (test.test_patma.TestPatma.test_patma_140)\nPASS: test_patma_141 (test.test_patma.TestPatma.test_patma_141)\nPASS: test_patma_142 (test.test_patma.TestPatma.test_patma_142)\nPASS: test_patma_143 (test.test_patma.TestPatma.test_patma_143)\nPASS: test_patma_144 (test.test_patma.TestPatma.test_patma_144)\nPASS: test_patma_145 (test.test_patma.TestPatma.test_patma_145)\nPASS: test_patma_146 (test.test_patma.TestPatma.test_patma_146)\nPASS: test_patma_147 (test.test_patma.TestPatma.test_patma_147)\nPASS: test_patma_148 (test.test_patma.TestPatma.test_patma_148)\nPASS: test_patma_149 (test.test_patma.TestPatma.test_patma_149)\nPASS: test_patma_150 (test.test_patma.TestPatma.test_patma_150)\nPASS: test_patma_151 (test.test_patma.TestPatma.test_patma_151)\nPASS: test_patma_152 (test.test_patma.TestPatma.test_patma_152)\nPASS: test_patma_153 (test.test_patma.TestPatma.test_patma_153)\nPASS: test_patma_154 (test.test_patma.TestPatma.test_patma_154)\nPASS: test_patma_155 (test.test_patma.TestPatma.test_patma_155)\nPASS: test_patma_156 (test.test_patma.TestPatma.test_patma_156)\nPASS: test_patma_157 (test.test_patma.TestPatma.test_patma_157)\nPASS: test_patma_158 (test.test_patma.TestPatma.test_patma_158)\nPASS: test_patma_159 (test.test_patma.TestPatma.test_patma_159)\nPASS: test_patma_160 (test.test_patma.TestPatma.test_patma_160)\nPASS: test_patma_161 (test.test_patma.TestPatma.test_patma_161)\nPASS: test_patma_162 (test.test_patma.TestPatma.test_patma_162)\nPASS: test_patma_163 (test.test_patma.TestPatma.test_patma_163)\nPASS: test_patma_164 (test.test_patma.TestPatma.test_patma_164)\nPASS: test_patma_165 (test.test_patma.TestPatma.test_patma_165)\nPASS: test_patma_166 (test.test_patma.TestPatma.test_patma_166)\nPASS: test_patma_167 (test.test_patma.TestPatma.test_patma_167)\nPASS: test_patma_168 (test.test_patma.TestPatma.test_patma_168)\nPASS: test_patma_169 (test.test_patma.TestPatma.test_patma_169)\nPASS: test_patma_170 (test.test_patma.TestPatma.test_patma_170)\nPASS: test_patma_171 (test.test_patma.TestPatma.test_patma_171)\nPASS: test_patma_172 (test.test_patma.TestPatma.test_patma_172)\nPASS: test_patma_173 (test.test_patma.TestPatma.test_patma_173)\nPASS: test_patma_174 (test.test_patma.TestPatma.test_patma_174)\nPASS: test_patma_175 (test.test_patma.TestPatma.test_patma_175)\nPASS: test_patma_176 (test.test_patma.TestPatma.test_patma_176)\nPASS: test_patma_177 (test.test_patma.TestPatma.test_patma_177)\nPASS: test_patma_178 (test.test_patma.TestPatma.test_patma_178)\nPASS: test_patma_179 (test.test_patma.TestPatma.test_patma_179)\nPASS: test_patma_180 (test.test_patma.TestPatma.test_patma_180)\nPASS: test_patma_181 (test.test_patma.TestPatma.test_patma_181)\nPASS: test_patma_182 (test.test_patma.TestPatma.test_patma_182)\nPASS: test_patma_183 (test.test_patma.TestPatma.test_patma_183)\nPASS: test_patma_184 (test.test_patma.TestPatma.test_patma_184)\nPASS: test_patma_185 (test.test_patma.TestPatma.test_patma_185)\nPASS: test_patma_186 (test.test_patma.TestPatma.test_patma_186)\nPASS: test_patma_187 (test.test_patma.TestPatma.test_patma_187)\nPASS: test_patma_188 (test.test_patma.TestPatma.test_patma_188)\nPASS: test_patma_189 (test.test_patma.TestPatma.test_patma_189)\nPASS: test_patma_190 (test.test_patma.TestPatma.test_patma_190)\nPASS: test_patma_191 (test.test_patma.TestPatma.test_patma_191)\nPASS: test_patma_192 (test.test_patma.TestPatma.test_patma_192)\nPASS: test_patma_193 (test.test_patma.TestPatma.test_patma_193)\nPASS: test_patma_194 (test.test_patma.TestPatma.test_patma_194)\nPASS: test_patma_195 (test.test_patma.TestPatma.test_patma_195)\nPASS: test_patma_196 (test.test_patma.TestPatma.test_patma_196)\nPASS: test_patma_197 (test.test_patma.TestPatma.test_patma_197)\nPASS: test_patma_198 (test.test_patma.TestPatma.test_patma_198)\nPASS: test_patma_199 (test.test_patma.TestPatma.test_patma_199)\nPASS: test_patma_200 (test.test_patma.TestPatma.test_patma_200)\nPASS: test_patma_201 (test.test_patma.TestPatma.test_patma_201)\nPASS: test_patma_202 (test.test_patma.TestPatma.test_patma_202)\nPASS: test_patma_203 (test.test_patma.TestPatma.test_patma_203)\nPASS: test_patma_204 (test.test_patma.TestPatma.test_patma_204)\nPASS: test_patma_205 (test.test_patma.TestPatma.test_patma_205)\nPASS: test_patma_206 (test.test_patma.TestPatma.test_patma_206)\nPASS: test_patma_207 (test.test_patma.TestPatma.test_patma_207)\nPASS: test_patma_208 (test.test_patma.TestPatma.test_patma_208)\nPASS: test_patma_209 (test.test_patma.TestPatma.test_patma_209)\nPASS: test_patma_210 (test.test_patma.TestPatma.test_patma_210)\nPASS: test_patma_211 (test.test_patma.TestPatma.test_patma_211)\nPASS: test_patma_212 (test.test_patma.TestPatma.test_patma_212)\nPASS: test_patma_213 (test.test_patma.TestPatma.test_patma_213)\nPASS: test_patma_214 (test.test_patma.TestPatma.test_patma_214)\nPASS: test_patma_215 (test.test_patma.TestPatma.test_patma_215)\nPASS: test_patma_216 (test.test_patma.TestPatma.test_patma_216)\nPASS: test_patma_217 (test.test_patma.TestPatma.test_patma_217)\nPASS: test_patma_218 (test.test_patma.TestPatma.test_patma_218)\nPASS: test_patma_219 (test.test_patma.TestPatma.test_patma_219)\nPASS: test_patma_220 (test.test_patma.TestPatma.test_patma_220)\nPASS: test_patma_221 (test.test_patma.TestPatma.test_patma_221)\nPASS: test_patma_222 (test.test_patma.TestPatma.test_patma_222)\nPASS: test_patma_223 (test.test_patma.TestPatma.test_patma_223)\nPASS: test_patma_224 (test.test_patma.TestPatma.test_patma_224)\nPASS: test_patma_225 (test.test_patma.TestPatma.test_patma_225)\nPASS: test_patma_226 (test.test_patma.TestPatma.test_patma_226)\nPASS: test_patma_227 (test.test_patma.TestPatma.test_patma_227)\nPASS: test_patma_228 (test.test_patma.TestPatma.test_patma_228)\nPASS: test_patma_229 (test.test_patma.TestPatma.test_patma_229)\nPASS: test_patma_230 (test.test_patma.TestPatma.test_patma_230)\nPASS: test_patma_231 (test.test_patma.TestPatma.test_patma_231)\nPASS: test_patma_232 (test.test_patma.TestPatma.test_patma_232)\nPASS: test_patma_233 (test.test_patma.TestPatma.test_patma_233)\nPASS: test_patma_234 (test.test_patma.TestPatma.test_patma_234)\nPASS: test_patma_235 (test.test_patma.TestPatma.test_patma_235)\nPASS: test_patma_236 (test.test_patma.TestPatma.test_patma_236)\nPASS: test_patma_237 (test.test_patma.TestPatma.test_patma_237)\nPASS: test_patma_238 (test.test_patma.TestPatma.test_patma_238)\nPASS: test_patma_239 (test.test_patma.TestPatma.test_patma_239)\nPASS: test_patma_240 (test.test_patma.TestPatma.test_patma_240)\nPASS: test_patma_241 (test.test_patma.TestPatma.test_patma_241)\nPASS: test_patma_242 (test.test_patma.TestPatma.test_patma_242)\nPASS: test_patma_243 (test.test_patma.TestPatma.test_patma_243)\nPASS: test_patma_244 (test.test_patma.TestPatma.test_patma_244)\nPASS: test_patma_245 (test.test_patma.TestPatma.test_patma_245)\nPASS: test_patma_246 (test.test_patma.TestPatma.test_patma_246)\nPASS: test_patma_247 (test.test_patma.TestPatma.test_patma_247)\nPASS: test_patma_248 (test.test_patma.TestPatma.test_patma_248)\nPASS: test_patma_249 (test.test_patma.TestPatma.test_patma_249)\nPASS: test_patma_250 (test.test_patma.TestPatma.test_patma_250)\nPASS: test_patma_251 (test.test_patma.TestPatma.test_patma_251)\nPASS: test_patma_252 (test.test_patma.TestPatma.test_patma_252)\nPASS: test_patma_253 (test.test_patma.TestPatma.test_patma_253)\nPASS: test_patma_254 (test.test_patma.TestPatma.test_patma_254)\nPASS: test_patma_255 (test.test_patma.TestPatma.test_patma_255)\nPASS: test_patma_generic_protocol (test.test_patma.TestPatma.test_patma_generic_protocol)\nPASS: test_patma_protocol_with_match_args (test.test_patma.TestPatma.test_patma_protocol_with_match_args)\nPASS: test_patma_runtime_checkable_protocol (test.test_patma.TestPatma.test_patma_runtime_checkable_protocol)\nPASS: test_jump_threading (test.test_patma.TestSourceLocations.test_jump_threading)\nPASS: test_alternative_patterns_bind_different_names_0 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_0)\nPASS: test_alternative_patterns_bind_different_names_1 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_1)\nPASS: test_attribute_name_repeated_in_class_pattern (test.test_patma.TestSyntaxErrors.test_attribute_name_repeated_in_class_pattern)\nPASS: test_imaginary_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_0)\nPASS: test_imaginary_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_1)\nPASS: test_invalid_syntax_0 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_0)\nPASS: test_invalid_syntax_1 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_1)\nPASS: test_invalid_syntax_2 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_2)\nPASS: test_invalid_syntax_3 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_3)\nPASS: test_len1_tuple_sequence_pattern_comma (test.test_patma.TestSyntaxErrors.test_len1_tuple_sequence_pattern_comma)\nPASS: test_mapping_pattern_duplicate_key (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key)\nPASS: test_mapping_pattern_duplicate_key_edge_case0 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case0)\nPASS: test_mapping_pattern_duplicate_key_edge_case1 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case1)\nPASS: test_mapping_pattern_duplicate_key_edge_case2 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case2)\nPASS: test_mapping_pattern_duplicate_key_edge_case3 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case3)\nPASS: test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups (test.test_patma.TestSyntaxErrors.test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups)\nPASS: test_multiple_assignments_to_name_in_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_0)\nPASS: test_multiple_assignments_to_name_in_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_1)\nPASS: test_multiple_assignments_to_name_in_pattern_2 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_2)\nPASS: test_multiple_assignments_to_name_in_pattern_3 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_3)\nPASS: test_multiple_assignments_to_name_in_pattern_4 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_4)\nPASS: test_multiple_assignments_to_name_in_pattern_5 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_5)\nPASS: test_multiple_starred_names_in_sequence_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_0)\nPASS: test_multiple_starred_names_in_sequence_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_1)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_0)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_1)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_2)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_3)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_4)\nPASS: test_patterns_may_only_match_literals_and_attribute_lookups_0 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_0)\nPASS: test_patterns_may_only_match_literals_and_attribute_lookups_1 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_1)\nPASS: test_real_number_multiple_ops (test.test_patma.TestSyntaxErrors.test_real_number_multiple_ops)\nPASS: test_real_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_0)\nPASS: test_real_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_1)\nPASS: test_real_number_required_in_complex_literal_2 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_2)\nPASS: test_real_number_required_in_complex_literal_3 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_3)\nPASS: test_real_number_wrong_ops (test.test_patma.TestSyntaxErrors.test_real_number_wrong_ops)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_0)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_1)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_2)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_3)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_4)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_5 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_5)\nPASS: test_default_capture (test.test_patma.TestTracing.test_default_capture)\nPASS: test_default_wildcard (test.test_patma.TestTracing.test_default_wildcard)\nPASS: test_no_default (test.test_patma.TestTracing.test_no_default)\nPASS: test_only_default_capture (test.test_patma.TestTracing.test_only_default_capture)\nPASS: test_only_default_wildcard (test.test_patma.TestTracing.test_only_default_wildcard)\nPASS: test_parser_deeply_nested_patterns (test.test_patma.TestTracing.test_parser_deeply_nested_patterns)\nPASS: test_unreachable_code (test.test_patma.TestTracing.test_unreachable_code)\nPASS: test_accepts_positional_subpatterns_0 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_0)\nPASS: test_accepts_positional_subpatterns_1 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_1)\nPASS: test_class_pattern_not_type (test.test_patma.TestTypeErrors.test_class_pattern_not_type)\nPASS: test_got_multiple_subpatterns_for_attribute_0 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_0)\nPASS: test_got_multiple_subpatterns_for_attribute_1 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_1)\nPASS: test_match_args_elements_must_be_strings (test.test_patma.TestTypeErrors.test_match_args_elements_must_be_strings)\nPASS: test_match_args_must_be_a_tuple_0 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_0)\nPASS: test_match_args_must_be_a_tuple_1 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_1)\nPASS: test_match_args_must_be_a_tuple_2 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_2)\nPASS: test_positional_patterns_with_regular_protocol (test.test_patma.TestTypeErrors.test_positional_patterns_with_regular_protocol)\nPASS: test_regular_protocol (test.test_patma.TestTypeErrors.test_regular_protocol)\nPASS: test_mapping_pattern_checks_duplicate_key_1 (test.test_patma.TestValueErrors.test_mapping_pattern_checks_duplicate_key_1)\n\n----------------------------------------------------------------------\nRan 327 tests in 0.036s\n\nOK\n0:01:52 load avg: 1.49 [295/480] test_multiprocessing_main_handling passed\nPASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script_no_suffix)\nPASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory_compiled)\nPASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_ipython_workaround)\nPASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package)\nPASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package_compiled)\nPASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_script_compiled)\nPASS: test_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile_compiled)\nPASS: test_basic_script (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script_no_suffix)\nPASS: test_directory (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory_compiled)\nPASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_ipython_workaround)\nPASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package)\nPASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package_compiled)\nPASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_script_compiled)\nPASS: test_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile_compiled)\nPASS: test_basic_script (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script_no_suffix)\nPASS: test_directory (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory_compiled)\nPASS: test_ipython_workaround (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_ipython_workaround)\nPASS: test_module_in_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package)\nPASS: test_package_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package_compiled)\nPASS: test_script_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_script_compiled)\nPASS: test_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile_compiled)\n\n----------------------------------------------------------------------\nRan 39 tests in 5.212s\n\nOK\n0:01:53 load avg: 1.49 [296/480] test_peepholer passed\nPASS: test_conditional_jump_backward_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_const_condition)\nPASS: test_conditional_jump_backward_non_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_non_const_condition)\nPASS: test_conditional_jump_forward_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_const_condition)\nPASS: test_conditional_jump_forward_non_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_non_const_condition)\nPASS: test_dead_store_elimination_in_same_lineno (test.test_peepholer.DirectCfgOptimizerTests.test_dead_store_elimination_in_same_lineno)\nPASS: test_except_handler_label (test.test_peepholer.DirectCfgOptimizerTests.test_except_handler_label)\nPASS: test_no_dead_store_elimination_in_different_lineno (test.test_peepholer.DirectCfgOptimizerTests.test_no_dead_store_elimination_in_different_lineno)\nPASS: test_no_unsafe_static_swap (test.test_peepholer.DirectCfgOptimizerTests.test_no_unsafe_static_swap)\nPASS: test_unconditional_jump_threading (test.test_peepholer.DirectCfgOptimizerTests.test_unconditional_jump_threading)\nPASS: test_bpo_42057 (test.test_peepholer.TestBuglets.test_bpo_42057)\nPASS: test_bpo_45773_pop_jump_if_false (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_false)\nPASS: test_bpo_45773_pop_jump_if_true (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_true)\nPASS: test_bug_11510 (test.test_peepholer.TestBuglets.test_bug_11510)\nPASS: test_initializing_local_does_not_add_check (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_initializing_local_does_not_add_check)\nPASS: test_load_fast_known_because_already_loaded (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_already_loaded)\nPASS: test_load_fast_known_because_parameter (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_parameter)\nPASS: test_load_fast_known_multiple_branches (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_multiple_branches)\nPASS: test_load_fast_known_simple (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_simple)\nPASS: test_load_fast_too_many_locals (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_too_many_locals)\nPASS: test_load_fast_unknown_after_error (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error)\nPASS: test_load_fast_unknown_after_error_2 (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error_2)\nPASS: test_load_fast_unknown_because_del (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_because_del)\nPASS: test_load_fast_unknown_simple (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_simple)\nPASS: test_modifying_local_does_not_add_check (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_modifying_local_does_not_add_check)\nPASS: test_setting_lineno_no_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_no_undefined)\nPASS: test_setting_lineno_one_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_one_undefined)\nPASS: test_setting_lineno_two_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_two_undefined)\nPASS: test_assignment_idiom_in_comprehensions (test.test_peepholer.TestTranforms.test_assignment_idiom_in_comprehensions)\nPASS: test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms.test_binary_subscr_on_unicode)\nPASS: test_condition_with_binop_with_bools (test.test_peepholer.TestTranforms.test_condition_with_binop_with_bools)\nPASS: test_constant_folding (test.test_peepholer.TestTranforms.test_constant_folding)\nPASS: test_elim_extra_return (test.test_peepholer.TestTranforms.test_elim_extra_return)\nPASS: test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms.test_elim_inversion_of_is_or_in)\nPASS: test_elim_jump_after_return1 (test.test_peepholer.TestTranforms.test_elim_jump_after_return1)\nPASS: test_elim_jump_to_return (test.test_peepholer.TestTranforms.test_elim_jump_to_return)\nPASS: test_elim_jump_to_uncond_jump (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump)\nPASS: test_elim_jump_to_uncond_jump2 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump2)\nPASS: test_elim_jump_to_uncond_jump3 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump3)\nPASS: test_elim_jump_to_uncond_jump4 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump4)\nPASS: test_folding_of_binops_on_constants (test.test_peepholer.TestTranforms.test_folding_of_binops_on_constants)\nPASS: test_folding_of_lists_of_constants (test.test_peepholer.TestTranforms.test_folding_of_lists_of_constants)\nPASS: test_folding_of_sets_of_constants (test.test_peepholer.TestTranforms.test_folding_of_sets_of_constants)\nPASS: test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms.test_folding_of_tuples_of_constants)\nPASS: test_folding_of_unaryops_on_constants (test.test_peepholer.TestTranforms.test_folding_of_unaryops_on_constants)\nSKIP: test_format_combinations (test.test_peepholer.TestTranforms.test_format_combinations) \"resource 'cpu' is not enabled\"\nPASS: test_format_errors (test.test_peepholer.TestTranforms.test_format_errors)\nPASS: test_format_misc (test.test_peepholer.TestTranforms.test_format_misc)\nPASS: test_global_as_constant (test.test_peepholer.TestTranforms.test_global_as_constant)\nPASS: test_if_with_if_expression (test.test_peepholer.TestTranforms.test_if_with_if_expression)\nPASS: test_in_literal_list (test.test_peepholer.TestTranforms.test_in_literal_list)\nPASS: test_iterate_literal_list (test.test_peepholer.TestTranforms.test_iterate_literal_list)\nPASS: test_make_function_doesnt_bail (test.test_peepholer.TestTranforms.test_make_function_doesnt_bail)\nPASS: test_pack_unpack (test.test_peepholer.TestTranforms.test_pack_unpack)\nPASS: test_static_swaps_match_class (test.test_peepholer.TestTranforms.test_static_swaps_match_class)\nPASS: test_static_swaps_match_mapping (test.test_peepholer.TestTranforms.test_static_swaps_match_mapping)\nPASS: test_static_swaps_match_sequence (test.test_peepholer.TestTranforms.test_static_swaps_match_sequence)\nPASS: test_static_swaps_unpack_three (test.test_peepholer.TestTranforms.test_static_swaps_unpack_three)\nPASS: test_static_swaps_unpack_two (test.test_peepholer.TestTranforms.test_static_swaps_unpack_two)\nPASS: test_trailing_nops (test.test_peepholer.TestTranforms.test_trailing_nops)\nPASS: test_unot (test.test_peepholer.TestTranforms.test_unot)\nPASS: test_while_one (test.test_peepholer.TestTranforms.test_while_one)\n\n----------------------------------------------------------------------\nRan 61 tests in 0.142s\n\nOK (skipped=1)\n0:01:53 load avg: 1.49 [297/480] test_peg_generator skipped (resource denied)\ntest_peg_generator skipped -- Use of the 'cpu' resource not enabled\n0:01:53 load avg: 1.49 [298/480] test_pep646_syntax passed\ndoctests (test.test_pep646_syntax.__test__)\nPASS: Doctest: test.test_pep646_syntax.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.004s\n\nOK\n0:01:53 load avg: 1.49 [299/480] test_perf_profiler passed\nSKIP: test_pre_fork_compile (test.test_perf_profiler.TestPerfProfiler.test_pre_fork_compile) \"perf command doesn't work\"\nSKIP: test_python_calls_appear_in_the_stack_if_perf_activated (test.test_perf_profiler.TestPerfProfiler.test_python_calls_appear_in_the_stack_if_perf_activated) \"perf command doesn't work\"\nSKIP: test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated (test.test_perf_profiler.TestPerfProfiler.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated) \"perf command doesn't work\"\nSKIP: test_python_calls_appear_in_the_stack_if_perf_activated (test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated) \"perf command doesn't work\"\nSKIP: test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated (test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated) \"perf command doesn't work\"\nPASS: test_sys_api (test.test_perf_profiler.TestPerfTrampoline.test_sys_api)\nPASS: test_sys_api_get_status (test.test_perf_profiler.TestPerfTrampoline.test_sys_api_get_status)\nPASS: test_sys_api_with_existing_trampoline (test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_existing_trampoline)\nPASS: test_sys_api_with_invalid_trampoline (test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_invalid_trampoline)\nPASS: test_trampoline_works (test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works)\nPASS: test_trampoline_works_with_forks (test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works_with_forks)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.158s\n\nOK (skipped=5)\n0:01:53 load avg: 1.49 [300/480] test_perfmaps passed\nPASS: test_write_perf_map_entry (test.test_perfmaps.TestPerfMapWriting.test_write_perf_map_entry)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:01:55 load avg: 1.49 [301/480] test_pdb passed\nPASS: test_checkline_after_reset (test.test_pdb.ChecklineTests.test_checkline_after_reset)\nPASS: test_checkline_before_debugging (test.test_pdb.ChecklineTests.test_checkline_before_debugging)\nPASS: test_checkline_is_not_executable (test.test_pdb.ChecklineTests.test_checkline_is_not_executable)\nPASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase.test_blocks_at_first_code_line)\nPASS: test_breakpoint (test.test_pdb.PdbTestCase.test_breakpoint)\nPASS: test_dir_as_script (test.test_pdb.PdbTestCase.test_dir_as_script)\nPASS: test_empty_file (test.test_pdb.PdbTestCase.test_empty_file)\nPASS: test_errors_in_command (test.test_pdb.PdbTestCase.test_errors_in_command)\nPASS: test_file_modified_after_execution (test.test_pdb.PdbTestCase.test_file_modified_after_execution)\nPASS: test_file_modified_after_execution_with_multiple_instances (test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_multiple_instances)\nPASS: test_file_modified_after_execution_with_restart (test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_restart)\nPASS: test_find_function_empty_file (test.test_pdb.PdbTestCase.test_find_function_empty_file)\nPASS: test_find_function_first_executable_line (test.test_pdb.PdbTestCase.test_find_function_first_executable_line)\nPASS: test_find_function_found (test.test_pdb.PdbTestCase.test_find_function_found)\nPASS: test_find_function_found_with_bom (test.test_pdb.PdbTestCase.test_find_function_found_with_bom)\nPASS: test_find_function_found_with_encoding_cookie (test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie)\nPASS: test_gh_93696_frozen_list (test.test_pdb.PdbTestCase.test_gh_93696_frozen_list)\nPASS: test_gh_94215_crash (test.test_pdb.PdbTestCase.test_gh_94215_crash)\nPASS: test_header (test.test_pdb.PdbTestCase.test_header)\nPASS: test_invalid_cmd_line_options (test.test_pdb.PdbTestCase.test_invalid_cmd_line_options)\nPASS: test_issue13120 (test.test_pdb.PdbTestCase.test_issue13120)\nPASS: test_issue13183 (test.test_pdb.PdbTestCase.test_issue13183)\nPASS: test_issue16180 (test.test_pdb.PdbTestCase.test_issue16180)\nPASS: test_issue26053 (test.test_pdb.PdbTestCase.test_issue26053)\ntest_issue34266 (test.test_pdb.PdbTestCase.test_issue34266)\nPASS: do_run handles exceptions from parsing its arg\nPASS: test_issue36250 (test.test_pdb.PdbTestCase.test_issue36250)\nPASS: test_issue42383 (test.test_pdb.PdbTestCase.test_issue42383)\ntest_issue42384 (test.test_pdb.PdbTestCase.test_issue42384)\nPASS: When running `python foo.py` sys.path[0] is an absolute path. `python -m pdb foo.py` should behave the same\ntest_issue42384_symlink (test.test_pdb.PdbTestCase.test_issue42384_symlink)\nPASS: When running `python foo.py` sys.path[0] resolves symlinks. `python -m pdb foo.py` should behave the same\nPASS: test_issue46434 (test.test_pdb.PdbTestCase.test_issue46434)\nPASS: test_issue58956 (test.test_pdb.PdbTestCase.test_issue58956)\nPASS: test_issue7964 (test.test_pdb.PdbTestCase.test_issue7964)\nPASS: test_issue84583 (test.test_pdb.PdbTestCase.test_issue84583)\nPASS: test_module_is_run_as_main (test.test_pdb.PdbTestCase.test_module_is_run_as_main)\nPASS: test_module_without_a_main (test.test_pdb.PdbTestCase.test_module_without_a_main)\nPASS: test_non_utf8_encoding (test.test_pdb.PdbTestCase.test_non_utf8_encoding)\nPASS: test_nonexistent_module (test.test_pdb.PdbTestCase.test_nonexistent_module)\nPASS: test_package_without_a_main (test.test_pdb.PdbTestCase.test_package_without_a_main)\nPASS: test_pdbrc_alias (test.test_pdb.PdbTestCase.test_pdbrc_alias)\nPASS: test_pdbrc_basic (test.test_pdb.PdbTestCase.test_pdbrc_basic)\nPASS: test_pdbrc_commands (test.test_pdb.PdbTestCase.test_pdbrc_commands)\ntest_pdbrc_empty_line (test.test_pdb.PdbTestCase.test_pdbrc_empty_line)\nPASS: Test that empty lines in .pdbrc are ignored.\nPASS: test_pdbrc_semicolon (test.test_pdb.PdbTestCase.test_pdbrc_semicolon)\nPASS: test_post_mortem_restart (test.test_pdb.PdbTestCase.test_post_mortem_restart)\nPASS: test_readrc_homedir (test.test_pdb.PdbTestCase.test_readrc_homedir)\nPASS: test_readrc_kwarg (test.test_pdb.PdbTestCase.test_readrc_kwarg)\nPASS: test_relative_imports (test.test_pdb.PdbTestCase.test_relative_imports)\nPASS: test_relative_imports_on_plain_module (test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module)\nPASS: test_run_module (test.test_pdb.PdbTestCase.test_run_module)\nPASS: test_run_module_with_args (test.test_pdb.PdbTestCase.test_run_module_with_args)\nPASS: test_run_pdb_with_pdb (test.test_pdb.PdbTestCase.test_run_pdb_with_pdb)\nPASS: test_run_script_with_args (test.test_pdb.PdbTestCase.test_run_script_with_args)\ntest_safe_path (test.test_pdb.PdbTestCase.test_safe_path)\nPASS: With safe_path set, pdb should not mangle sys.path[0]\nPASS: test_spec (test.test_pdb.PdbTestCase.test_spec)\nPASS: test_step_into_botframe (test.test_pdb.PdbTestCase.test_step_into_botframe)\nPASS: test_zipapp (test.test_pdb.PdbTestCase.test_zipapp)\nSKIP: setUpClass (test.test_pdb.PdbTestReadline) 'libedit readline is not supported for pdb'\ntest_convenience_variables (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_convenience_variables\ntest_list_commands (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_list_commands\ntest_next_until_return_at_return_event (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_next_until_return_at_return_event\ntest_pdb_alias_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_alias_command\ntest_pdb_ambiguous_statements (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_ambiguous_statements\ntest_pdb_basic_commands (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_basic_commands\ntest_pdb_breakpoint_commands (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoint_commands\ntest_pdb_breakpoint_on_annotated_function_def (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoint_on_annotated_function_def\ntest_pdb_breakpoint_with_filename (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoint_with_filename\ntest_pdb_breakpoints_preserved_across_interactive_sessions (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions\ntest_pdb_closure (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_closure\ntest_pdb_continue_in_bottomframe (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_continue_in_bottomframe\ntest_pdb_display_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_display_command\ntest_pdb_displayhook (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_displayhook\ntest_pdb_empty_line (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_empty_line\ntest_pdb_f_trace_lines (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_f_trace_lines\ntest_pdb_frame_refleak (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_frame_refleak\ntest_pdb_function_break (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_function_break\ntest_pdb_interact_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_interact_command\ntest_pdb_invalid_arg (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_invalid_arg\ntest_pdb_issue_20766 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_20766\ntest_pdb_issue_43318 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_43318\ntest_pdb_issue_gh_101517 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_101517\ntest_pdb_issue_gh_101673 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_101673\ntest_pdb_issue_gh_103225 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_103225\ntest_pdb_issue_gh_108976 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_108976\ntest_pdb_issue_gh_127321 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_127321\ntest_pdb_issue_gh_65052 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_65052\ntest_pdb_issue_gh_80731 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_80731\ntest_pdb_issue_gh_91742 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_91742\ntest_pdb_issue_gh_94215 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_94215\ntest_pdb_multiline_statement (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_multiline_statement\ntest_pdb_next_command_for_asyncgen (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen\ntest_pdb_next_command_for_coroutine (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_for_coroutine\ntest_pdb_next_command_for_generator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_for_generator\ntest_pdb_next_command_in_generator_for_loop (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop\ntest_pdb_next_command_subiterator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_subiterator\ntest_pdb_pp_repr_exc (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_pp_repr_exc\ntest_pdb_return_command_for_coroutine (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_return_command_for_coroutine\ntest_pdb_return_command_for_generator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_return_command_for_generator\ntest_pdb_return_to_different_file (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_return_to_different_file\ntest_pdb_run_with_code_object (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_run_with_code_object\ntest_pdb_run_with_incorrect_argument (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument\ntest_pdb_show_attribute_and_item (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_show_attribute_and_item\ntest_pdb_skip_modules (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_skip_modules\ntest_pdb_skip_modules_with_callback (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_skip_modules_with_callback\ntest_pdb_until_command_for_coroutine (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_until_command_for_coroutine\ntest_pdb_until_command_for_generator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_until_command_for_generator\ntest_pdb_whatis_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_whatis_command\ntest_pdb_where_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_where_command\ntest_post_mortem (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem\ntest_post_mortem_cause_no_context (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_cause_no_context\ntest_post_mortem_chained (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_chained\ntest_post_mortem_complex (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_complex\ntest_post_mortem_context_of_the_cause (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_context_of_the_cause\ntest_post_mortem_from_no_stack (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_from_no_stack\ntest_post_mortem_from_none (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_from_none\ntest_post_mortem_single_no_stack (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_single_no_stack\n\n----------------------------------------------------------------------\nRan 114 tests in 4.496s\n\nOK (skipped=1)\n0:01:55 load avg: 1.49 [302/480] test_picklebuffer passed\nPASS: test_basics (test.test_picklebuffer.PickleBufferTest.test_basics)\nPASS: test_constructor_failure (test.test_picklebuffer.PickleBufferTest.test_constructor_failure)\nPASS: test_cycle (test.test_picklebuffer.PickleBufferTest.test_cycle)\nPASS: test_ndarray_2d (test.test_picklebuffer.PickleBufferTest.test_ndarray_2d)\nPASS: test_raw (test.test_picklebuffer.PickleBufferTest.test_raw)\nPASS: test_raw_ndarray (test.test_picklebuffer.PickleBufferTest.test_raw_ndarray)\nPASS: test_raw_non_contiguous (test.test_picklebuffer.PickleBufferTest.test_raw_non_contiguous)\nPASS: test_raw_released (test.test_picklebuffer.PickleBufferTest.test_raw_released)\nPASS: test_release (test.test_picklebuffer.PickleBufferTest.test_release)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.002s\n\nOK\n0:01:55 load avg: 1.49 [303/480] test_pickletools passed\nPASS: test_annotate (test.test_pickletools.DisTests.test_annotate)\nPASS: test_binstring (test.test_pickletools.DisTests.test_binstring)\nPASS: test_get (test.test_pickletools.DisTests.test_get)\nPASS: test_get_without_put (test.test_pickletools.DisTests.test_get_without_put)\nPASS: test_global (test.test_pickletools.DisTests.test_global)\nPASS: test_indentlevel (test.test_pickletools.DisTests.test_indentlevel)\nPASS: test_inst (test.test_pickletools.DisTests.test_inst)\nPASS: test_mark (test.test_pickletools.DisTests.test_mark)\nPASS: test_mark_pop (test.test_pickletools.DisTests.test_mark_pop)\nPASS: test_mark_without_pos (test.test_pickletools.DisTests.test_mark_without_pos)\nPASS: test_memo (test.test_pickletools.DisTests.test_memo)\nPASS: test_no_mark (test.test_pickletools.DisTests.test_no_mark)\nPASS: test_no_stop (test.test_pickletools.DisTests.test_no_stop)\nPASS: test_persid (test.test_pickletools.DisTests.test_persid)\nPASS: test_put (test.test_pickletools.DisTests.test_put)\nPASS: test_put_empty_stack (test.test_pickletools.DisTests.test_put_empty_stack)\nPASS: test_put_markobject (test.test_pickletools.DisTests.test_put_markobject)\nPASS: test_put_redefined (test.test_pickletools.DisTests.test_put_redefined)\nPASS: test_short_binstring (test.test_pickletools.DisTests.test_short_binstring)\nPASS: test_stop_not_empty_stack (test.test_pickletools.DisTests.test_stop_not_empty_stack)\nPASS: test_string (test.test_pickletools.DisTests.test_string)\nPASS: test_string_without_quotes (test.test_pickletools.DisTests.test_string_without_quotes)\nPASS: test_too_small_stack (test.test_pickletools.DisTests.test_too_small_stack)\nPASS: test_truncated_data (test.test_pickletools.DisTests.test_truncated_data)\nPASS: test_unknown_opcode (test.test_pickletools.DisTests.test_unknown_opcode)\nPASS: test_from_file (test.test_pickletools.GenopsTests.test_from_file)\nPASS: test_genops (test.test_pickletools.GenopsTests.test_genops)\nPASS: test_no_stop (test.test_pickletools.GenopsTests.test_no_stop)\nPASS: test_truncated_data (test.test_pickletools.GenopsTests.test_truncated_data)\nPASS: test_unknown_opcode (test.test_pickletools.GenopsTests.test_unknown_opcode)\nPASS: test_unknown_opcode_without_pos (test.test_pickletools.GenopsTests.test_unknown_opcode_without_pos)\nPASS: test_without_pos (test.test_pickletools.GenopsTests.test_without_pos)\nPASS: test__all__ (test.test_pickletools.MiscTestCase.test__all__)\nPASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickletools.OptimizedPickleTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickletools.OptimizedPickleTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickletools.OptimizedPickleTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickletools.OptimizedPickleTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickletools.OptimizedPickleTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickletools.OptimizedPickleTests.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickletools.OptimizedPickleTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickletools.OptimizedPickleTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickletools.OptimizedPickleTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickletools.OptimizedPickleTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickletools.OptimizedPickleTests.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickletools.OptimizedPickleTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickletools.OptimizedPickleTests.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickletools.OptimizedPickleTests.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickletools.OptimizedPickleTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickletools.OptimizedPickleTests.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickletools.OptimizedPickleTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickletools.OptimizedPickleTests.test_float)\nPASS: test_float_format (test.test_pickletools.OptimizedPickleTests.test_float_format)\nPASS: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickletools.OptimizedPickleTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickletools.OptimizedPickleTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickletools.OptimizedPickleTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickletools.OptimizedPickleTests.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickletools.OptimizedPickleTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickletools.OptimizedPickleTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickletools.OptimizedPickleTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickletools.OptimizedPickleTests.test_ints)\nPASS: test_large_pickles (test.test_pickletools.OptimizedPickleTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickletools.OptimizedPickleTests.test_list_chunking)\nPASS: test_long (test.test_pickletools.OptimizedPickleTests.test_long)\nPASS: test_long1 (test.test_pickletools.OptimizedPickleTests.test_long1)\nPASS: test_long4 (test.test_pickletools.OptimizedPickleTests.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickletools.OptimizedPickleTests.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickletools.OptimizedPickleTests.test_metaclass)\nPASS: test_misc (test.test_pickletools.OptimizedPickleTests.test_misc)\nPASS: test_nested_names (test.test_pickletools.OptimizedPickleTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickletools.OptimizedPickleTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickletools.OptimizedPickleTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickletools.OptimizedPickleTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickletools.OptimizedPickleTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickletools.OptimizedPickleTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickletools.OptimizedPickleTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickletools.OptimizedPickleTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickletools.OptimizedPickleTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickletools.OptimizedPickleTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickletools.OptimizedPickleTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optimize_binput_and_memoize (test.test_pickletools.OptimizedPickleTests.test_optimize_binput_and_memoize)\nPASS: test_optimize_long_binget (test.test_pickletools.OptimizedPickleTests.test_optimize_long_binget)\nPASS: test_optional_frames (test.test_pickletools.OptimizedPickleTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickletools.OptimizedPickleTests.test_pickle_setstate_None)\nPASS: test_proto (test.test_pickletools.OptimizedPickleTests.test_proto)\nPASS: test_py_methods (test.test_pickletools.OptimizedPickleTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickletools.OptimizedPickleTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickletools.OptimizedPickleTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickletools.OptimizedPickleTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickletools.OptimizedPickleTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickletools.OptimizedPickleTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickletools.OptimizedPickleTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickletools.OptimizedPickleTests.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickletools.OptimizedPickleTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickletools.OptimizedPickleTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickletools.OptimizedPickleTests.test_singleton_types)\nPASS: test_singletons (test.test_pickletools.OptimizedPickleTests.test_singletons)\nPASS: test_structseq (test.test_pickletools.OptimizedPickleTests.test_structseq)\nPASS: test_unicode (test.test_pickletools.OptimizedPickleTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickletools.OptimizedPickleTests.test_unicode_memoization)\ndisassembler_memo_test (pickletools.__test__)\nPASS: Doctest: pickletools.__test__.disassembler_memo_test\ndisassembler_test (pickletools.__test__)\nPASS: Doctest: pickletools.__test__.disassembler_test\nread_bytearray8 (pickletools)\nPASS: Doctest: pickletools.read_bytearray8\nread_bytes1 (pickletools)\nPASS: Doctest: pickletools.read_bytes1\nread_bytes4 (pickletools)\nPASS: Doctest: pickletools.read_bytes4\nread_bytes8 (pickletools)\nPASS: Doctest: pickletools.read_bytes8\nread_decimalnl_long (pickletools)\nPASS: Doctest: pickletools.read_decimalnl_long\nread_decimalnl_short (pickletools)\nPASS: Doctest: pickletools.read_decimalnl_short\nread_float8 (pickletools)\nPASS: Doctest: pickletools.read_float8\nread_floatnl (pickletools)\nPASS: Doctest: pickletools.read_floatnl\nread_int4 (pickletools)\nPASS: Doctest: pickletools.read_int4\nread_long1 (pickletools)\nPASS: Doctest: pickletools.read_long1\nread_long4 (pickletools)\nPASS: Doctest: pickletools.read_long4\nread_string1 (pickletools)\nPASS: Doctest: pickletools.read_string1\nread_string4 (pickletools)\nPASS: Doctest: pickletools.read_string4\nread_stringnl (pickletools)\nPASS: Doctest: pickletools.read_stringnl\nread_stringnl_noescape_pair (pickletools)\nPASS: Doctest: pickletools.read_stringnl_noescape_pair\nread_uint1 (pickletools)\nPASS: Doctest: pickletools.read_uint1\nread_uint2 (pickletools)\nPASS: Doctest: pickletools.read_uint2\nread_uint4 (pickletools)\nPASS: Doctest: pickletools.read_uint4\nread_uint8 (pickletools)\nPASS: Doctest: pickletools.read_uint8\nread_unicodestring1 (pickletools)\nPASS: Doctest: pickletools.read_unicodestring1\nread_unicodestring4 (pickletools)\nPASS: Doctest: pickletools.read_unicodestring4\nread_unicodestring8 (pickletools)\nPASS: Doctest: pickletools.read_unicodestring8\nread_unicodestringnl (pickletools)\nPASS: Doctest: pickletools.read_unicodestringnl\n\n----------------------------------------------------------------------\nRan 166 tests in 0.258s\n\nOK (skipped=2)\n0:01:55 load avg: 1.49 [304/480] test_pkg passed\nPASS: test_1 (test.test_pkg.TestPkg.test_1)\nPASS: test_2 (test.test_pkg.TestPkg.test_2)\nPASS: test_3 (test.test_pkg.TestPkg.test_3)\nPASS: test_4 (test.test_pkg.TestPkg.test_4)\nPASS: test_5 (test.test_pkg.TestPkg.test_5)\nPASS: test_6 (test.test_pkg.TestPkg.test_6)\nPASS: test_7 (test.test_pkg.TestPkg.test_7)\nPASS: test_8 (test.test_pkg.TestPkg.test_8)\n\n----------------------------------------------------------------------\nRan 8 tests in 0.007s\n\nOK\n0:01:56 load avg: 1.49 [305/480] test_logging passed\nPASS: test_critical (test.test_logging.BasicConfigTest.test_critical)\nPASS: test_datefmt (test.test_logging.BasicConfigTest.test_datefmt)\nPASS: test_debug (test.test_logging.BasicConfigTest.test_debug)\nPASS: test_encoding (test.test_logging.BasicConfigTest.test_encoding)\nPASS: test_encoding_errors (test.test_logging.BasicConfigTest.test_encoding_errors)\nPASS: test_encoding_errors_default (test.test_logging.BasicConfigTest.test_encoding_errors_default)\nPASS: test_encoding_errors_none (test.test_logging.BasicConfigTest.test_encoding_errors_none)\nPASS: test_error (test.test_logging.BasicConfigTest.test_error)\nPASS: test_filemode (test.test_logging.BasicConfigTest.test_filemode)\nPASS: test_filename (test.test_logging.BasicConfigTest.test_filename)\nPASS: test_force (test.test_logging.BasicConfigTest.test_force)\nPASS: test_format (test.test_logging.BasicConfigTest.test_format)\nPASS: test_handlers (test.test_logging.BasicConfigTest.test_handlers)\nPASS: test_incompatible (test.test_logging.BasicConfigTest.test_incompatible)\nPASS: test_info (test.test_logging.BasicConfigTest.test_info)\nPASS: test_level (test.test_logging.BasicConfigTest.test_level)\nPASS: test_log (test.test_logging.BasicConfigTest.test_log)\nPASS: test_log_taskName (test.test_logging.BasicConfigTest.test_log_taskName)\nPASS: test_no_kwargs (test.test_logging.BasicConfigTest.test_no_kwargs)\nPASS: test_stream (test.test_logging.BasicConfigTest.test_stream)\nPASS: test_strformatstyle (test.test_logging.BasicConfigTest.test_strformatstyle)\nPASS: test_stringtemplatestyle (test.test_logging.BasicConfigTest.test_stringtemplatestyle)\nPASS: test_style (test.test_logging.BasicConfigTest.test_style)\nPASS: test_warning (test.test_logging.BasicConfigTest.test_warning)\nPASS: test_callable_filter (test.test_logging.BasicFilterTest.test_callable_filter)\nPASS: test_empty_filter (test.test_logging.BasicFilterTest.test_empty_filter)\nPASS: test_filter (test.test_logging.BasicFilterTest.test_filter)\nPASS: test_custom (test.test_logging.BufferingFormatterTest.test_custom)\nPASS: test_default (test.test_logging.BufferingFormatterTest.test_default)\nPASS: test_flat (test.test_logging.BuiltinLevelsTest.test_flat)\nPASS: test_issue27935 (test.test_logging.BuiltinLevelsTest.test_issue27935)\nPASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest.test_nested_explicit)\nPASS: test_nested_inherited (test.test_logging.BuiltinLevelsTest.test_nested_inherited)\nPASS: test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent)\ntest_regression_22386 (test.test_logging.BuiltinLevelsTest.test_regression_22386)\nPASS: See issue #22386 for more information.\ntest_regression_29220 (test.test_logging.BuiltinLevelsTest.test_regression_29220)\nPASS: See issue #29220 for more information.\nPASS: test_child_loggers (test.test_logging.ChildLoggerTest.test_child_loggers)\nPASS: test_get_children (test.test_logging.ChildLoggerTest.test_get_children)\nPASS: test_111615 (test.test_logging.ConfigDictTest.test_111615)\nPASS: test_90195 (test.test_logging.ConfigDictTest.test_90195)\nPASS: test_bad_format (test.test_logging.ConfigDictTest.test_bad_format)\nPASS: test_bad_format_with_dollar_style (test.test_logging.ConfigDictTest.test_bad_format_with_dollar_style)\nPASS: test_baseconfig (test.test_logging.ConfigDictTest.test_baseconfig)\nPASS: test_config0_ok (test.test_logging.ConfigDictTest.test_config0_ok)\nPASS: test_config11_ok (test.test_logging.ConfigDictTest.test_config11_ok)\nPASS: test_config12_failure (test.test_logging.ConfigDictTest.test_config12_failure)\nPASS: test_config13_failure (test.test_logging.ConfigDictTest.test_config13_failure)\nPASS: test_config14_ok (test.test_logging.ConfigDictTest.test_config14_ok)\nPASS: test_config15_ok (test.test_logging.ConfigDictTest.test_config15_ok)\nPASS: test_config16_ok (test.test_logging.ConfigDictTest.test_config16_ok)\nPASS: test_config17_ok (test.test_logging.ConfigDictTest.test_config17_ok)\nPASS: test_config18_ok (test.test_logging.ConfigDictTest.test_config18_ok)\nPASS: test_config1_ok (test.test_logging.ConfigDictTest.test_config1_ok)\nPASS: test_config2_failure (test.test_logging.ConfigDictTest.test_config2_failure)\nPASS: test_config2a_failure (test.test_logging.ConfigDictTest.test_config2a_failure)\nPASS: test_config2b_failure (test.test_logging.ConfigDictTest.test_config2b_failure)\nPASS: test_config3_failure (test.test_logging.ConfigDictTest.test_config3_failure)\nPASS: test_config4_ok (test.test_logging.ConfigDictTest.test_config4_ok)\nPASS: test_config4a_ok (test.test_logging.ConfigDictTest.test_config4a_ok)\nPASS: test_config5_ok (test.test_logging.ConfigDictTest.test_config5_ok)\nPASS: test_config6_failure (test.test_logging.ConfigDictTest.test_config6_failure)\nPASS: test_config7_ok (test.test_logging.ConfigDictTest.test_config7_ok)\nPASS: test_config_10_ok (test.test_logging.ConfigDictTest.test_config_10_ok)\nPASS: test_config_8_ok (test.test_logging.ConfigDictTest.test_config_8_ok)\nPASS: test_config_8a_ok (test.test_logging.ConfigDictTest.test_config_8a_ok)\nPASS: test_config_9_ok (test.test_logging.ConfigDictTest.test_config_9_ok)\nPASS: test_config_callable_filter_works (test.test_logging.ConfigDictTest.test_config_callable_filter_works)\nPASS: test_config_filter_method_works (test.test_logging.ConfigDictTest.test_config_filter_method_works)\nPASS: test_config_filter_works (test.test_logging.ConfigDictTest.test_config_filter_works)\nPASS: test_config_queue_handler (test.test_logging.ConfigDictTest.test_config_queue_handler)\nPASS: test_config_queue_handler_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_does_not_create_multiprocessing_manager)\nPASS: test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager)\nSKIP: test_config_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context) 'requires a debug build for testing assertions in multiprocessing'\nSKIP: test_config_reject_simple_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_reject_simple_queue_handler_multiprocessing_context) 'requires a debug build for testing assertions in multiprocessing'\nPASS: test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate)\nPASS: test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2)\nPASS: test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt)\nPASS: test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3)\nPASS: test_custom_formatter_function_with_defaults (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_defaults)\nPASS: test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate)\nPASS: test_deadlock_in_queue (test.test_logging.ConfigDictTest.test_deadlock_in_queue)\nPASS: test_invalid_type_raises (test.test_logging.ConfigDictTest.test_invalid_type_raises)\nPASS: test_kwargs_passing (test.test_logging.ConfigDictTest.test_kwargs_passing)\nPASS: test_listen_config_10_ok (test.test_logging.ConfigDictTest.test_listen_config_10_ok)\nPASS: test_listen_config_1_ok (test.test_logging.ConfigDictTest.test_listen_config_1_ok)\nPASS: test_listen_verify (test.test_logging.ConfigDictTest.test_listen_verify)\nPASS: test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues)\nPASS: test_namedtuple (test.test_logging.ConfigDictTest.test_namedtuple)\nPASS: test_recursion_in_custom_handler (test.test_logging.ConfigDictTest.test_recursion_in_custom_handler)\nPASS: test_thread_supression_noninterference (test.test_logging.ConfigDictTest.test_thread_supression_noninterference)\nPASS: test_config0_ok (test.test_logging.ConfigFileTest.test_config0_ok)\nPASS: test_config0_using_cp_ok (test.test_logging.ConfigFileTest.test_config0_using_cp_ok)\nPASS: test_config1_ok (test.test_logging.ConfigFileTest.test_config1_ok)\nPASS: test_config2_failure (test.test_logging.ConfigFileTest.test_config2_failure)\nPASS: test_config3_failure (test.test_logging.ConfigFileTest.test_config3_failure)\nPASS: test_config4_ok (test.test_logging.ConfigFileTest.test_config4_ok)\nPASS: test_config5_ok (test.test_logging.ConfigFileTest.test_config5_ok)\nPASS: test_config6_ok (test.test_logging.ConfigFileTest.test_config6_ok)\nPASS: test_config7_ok (test.test_logging.ConfigFileTest.test_config7_ok)\nPASS: test_config8_ok (test.test_logging.ConfigFileTest.test_config8_ok)\nPASS: test_config9_ok (test.test_logging.ConfigFileTest.test_config9_ok)\nPASS: test_config_set_handler_names (test.test_logging.ConfigFileTest.test_config_set_handler_names)\ntest_defaults_do_no_interpolation (test.test_logging.ConfigFileTest.test_defaults_do_no_interpolation)\nPASS: bpo-33802 defaults should not get interpolated\nPASS: test_exception_if_confg_file_is_empty (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty)\nPASS: test_exception_if_confg_file_is_invalid (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid)\nPASS: test_exception_if_config_file_does_not_exist (test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist)\nPASS: test_logger_disabling (test.test_logging.ConfigFileTest.test_logger_disabling)\nPASS: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter)\nPASS: test_handler_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_replaces_record)\nPASS: test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter)\nPASS: test_logging_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_logging_filter_replaces_record)\nPASS: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters)\nPASS: test_output (test.test_logging.DatagramHandlerTest.test_output)\nPASS: test_encoding_cyrillic_unicode (test.test_logging.EncodingTest.test_encoding_cyrillic_unicode)\nPASS: test_encoding_plain_file (test.test_logging.EncodingTest.test_encoding_plain_file)\nPASS: test_formatting (test.test_logging.ExceptionTest.test_formatting)\nPASS: test_delay (test.test_logging.FileHandlerTest.test_delay)\nPASS: test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode)\nPASS: test_braces (test.test_logging.FormatterTest.test_braces)\nPASS: test_default_msec_format_none (test.test_logging.FormatterTest.test_default_msec_format_none)\nPASS: test_defaults_parameter (test.test_logging.FormatterTest.test_defaults_parameter)\nPASS: test_dollars (test.test_logging.FormatterTest.test_dollars)\nPASS: test_format_validate (test.test_logging.FormatterTest.test_format_validate)\nPASS: test_invalid_style (test.test_logging.FormatterTest.test_invalid_style)\nPASS: test_issue_89047 (test.test_logging.FormatterTest.test_issue_89047)\nPASS: test_msecs_has_no_floating_point_precision_loss (test.test_logging.FormatterTest.test_msecs_has_no_floating_point_precision_loss)\nPASS: test_percent (test.test_logging.FormatterTest.test_percent)\nPASS: test_relativeCreated_has_higher_precision (test.test_logging.FormatterTest.test_relativeCreated_has_higher_precision)\nPASS: test_time (test.test_logging.FormatterTest.test_time)\nPASS: test_output (test.test_logging.HTTPHandlerTest.test_output)\nPASS: test_builtin_handlers (test.test_logging.HandlerTest.test_builtin_handlers)\nPASS: test_name (test.test_logging.HandlerTest.test_name)\ntest_pathlike_objects (test.test_logging.HandlerTest.test_pathlike_objects)\nPASS: Test that path-like objects are accepted as filename arguments to handlers.\ntest_post_fork_child_no_deadlock (test.test_logging.HandlerTest.test_post_fork_child_no_deadlock)\nPASS: Ensure child logging locks are not held; bpo-6721 & bpo-36533.\nSKIP: test_race (test.test_logging.HandlerTest.test_race) \"resource 'walltime' is not enabled\"\nPASS: test_output (test.test_logging.IPv6SysLogHandlerTest.test_output)\nPASS: test_udp_reconnection (test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection)\nPASS: test_last_resort (test.test_logging.LastResortTest.test_last_resort)\nPASS: test_logrecord_class (test.test_logging.LogRecordFactoryTest.test_logrecord_class)\nPASS: test_dict_arg (test.test_logging.LogRecordTest.test_dict_arg)\nPASS: test_multiprocessing (test.test_logging.LogRecordTest.test_multiprocessing)\nPASS: test_optional (test.test_logging.LogRecordTest.test_optional)\nPASS: test_str_rep (test.test_logging.LogRecordTest.test_str_rep)\nPASS: test_taskName_with_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_with_asyncio_imported)\nPASS: test_taskName_without_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_without_asyncio_imported)\nPASS: test_critical (test.test_logging.LoggerAdapterTest.test_critical)\nPASS: test_exception (test.test_logging.LoggerAdapterTest.test_exception)\nPASS: test_exception_excinfo (test.test_logging.LoggerAdapterTest.test_exception_excinfo)\nPASS: test_extra_in_records (test.test_logging.LoggerAdapterTest.test_extra_in_records)\nPASS: test_extra_merged (test.test_logging.LoggerAdapterTest.test_extra_merged)\nPASS: test_extra_merged_log_call_has_precedence (test.test_logging.LoggerAdapterTest.test_extra_merged_log_call_has_precedence)\nPASS: test_extra_not_merged_by_default (test.test_logging.LoggerAdapterTest.test_extra_not_merged_by_default)\nPASS: test_find_caller_with_stacklevel (test.test_logging.LoggerAdapterTest.test_find_caller_with_stacklevel)\nPASS: test_has_handlers (test.test_logging.LoggerAdapterTest.test_has_handlers)\nPASS: test_is_enabled_for (test.test_logging.LoggerAdapterTest.test_is_enabled_for)\nPASS: test_nested (test.test_logging.LoggerAdapterTest.test_nested)\nPASS: test_nested_styled_adapter (test.test_logging.LoggerAdapterTest.test_nested_styled_adapter)\nPASS: test_styled_adapter (test.test_logging.LoggerAdapterTest.test_styled_adapter)\nPASS: test_caching (test.test_logging.LoggerTest.test_caching)\nPASS: test_exception (test.test_logging.LoggerTest.test_exception)\nPASS: test_find_caller_with_stack_info (test.test_logging.LoggerTest.test_find_caller_with_stack_info)\nPASS: test_find_caller_with_stacklevel (test.test_logging.LoggerTest.test_find_caller_with_stacklevel)\nPASS: test_has_handlers (test.test_logging.LoggerTest.test_has_handlers)\nPASS: test_has_handlers_no_propagate (test.test_logging.LoggerTest.test_has_handlers_no_propagate)\nPASS: test_invalid_names (test.test_logging.LoggerTest.test_invalid_names)\nPASS: test_is_enabled_for (test.test_logging.LoggerTest.test_is_enabled_for)\nPASS: test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger)\nPASS: test_log_invalid_level_no_raise (test.test_logging.LoggerTest.test_log_invalid_level_no_raise)\nPASS: test_log_invalid_level_with_raise (test.test_logging.LoggerTest.test_log_invalid_level_with_raise)\nPASS: test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite)\nPASS: test_make_record_with_extra_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_overwrite)\nPASS: test_pickling (test.test_logging.LoggerTest.test_pickling)\nPASS: test_root_logger_aliases (test.test_logging.LoggerTest.test_root_logger_aliases)\nPASS: test_set_invalid_level (test.test_logging.LoggerTest.test_set_invalid_level)\nPASS: test_manager_loggerclass (test.test_logging.ManagerTest.test_manager_loggerclass)\nPASS: test_set_log_record_factory (test.test_logging.ManagerTest.test_set_log_record_factory)\nPASS: test_flush (test.test_logging.MemoryHandlerTest.test_flush)\ntest_flush_on_close (test.test_logging.MemoryHandlerTest.test_flush_on_close)\nPASS: Test that the flush-on-close configuration works as expected.\nPASS: test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush)\ntest_shutdown_flush_on_close (test.test_logging.MemoryHandlerTest.test_shutdown_flush_on_close)\nPASS: Test that the flush-on-close configuration is respected by the\nPASS: test_persistent_loggers (test.test_logging.MemoryTest.test_persistent_loggers)\nPASS: test__all__ (test.test_logging.MiscTestCase.test__all__)\nPASS: test_critical (test.test_logging.ModuleLevelMiscTest.test_critical)\nPASS: test_debug (test.test_logging.ModuleLevelMiscTest.test_debug)\nPASS: test_disable (test.test_logging.ModuleLevelMiscTest.test_disable)\nPASS: test_error (test.test_logging.ModuleLevelMiscTest.test_error)\nPASS: test_get_level_names_mapping (test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping)\nPASS: test_info (test.test_logging.ModuleLevelMiscTest.test_info)\nPASS: test_log (test.test_logging.ModuleLevelMiscTest.test_log)\nPASS: test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown)\nPASS: test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open)\nPASS: test_recursion_error (test.test_logging.ModuleLevelMiscTest.test_recursion_error)\nPASS: test_set_logger_class (test.test_logging.ModuleLevelMiscTest.test_set_logger_class)\nPASS: test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache)\nPASS: test_warning (test.test_logging.ModuleLevelMiscTest.test_warning)\nSKIP: test_basic (test.test_logging.NTEventLogHandlerTest.test_basic) 'win32evtlog/win32evtlogutil/pywintypes required for this test.'\nPASS: test_formatting (test.test_logging.QueueHandlerTest.test_formatting)\nPASS: test_queue_handler (test.test_logging.QueueHandlerTest.test_queue_handler)\nPASS: test_queue_listener (test.test_logging.QueueHandlerTest.test_queue_listener)\nPASS: test_queue_listener_multi_start (test.test_logging.QueueHandlerTest.test_queue_listener_multi_start)\nPASS: test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler)\nPASS: test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers)\nPASS: test_calls_task_done_after_stop (test.test_logging.QueueListenerTest.test_calls_task_done_after_stop)\nPASS: test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue)\nPASS: test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue)\ntest_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest.test_no_messages_in_queue_after_stop)\nPASS: Five messages are logged then the QueueListener is stopped. This\nPASS: test_file_created (test.test_logging.RotatingFileHandlerTest.test_file_created)\nPASS: test_max_bytes (test.test_logging.RotatingFileHandlerTest.test_max_bytes)\nPASS: test_max_bytes_delay (test.test_logging.RotatingFileHandlerTest.test_max_bytes_delay)\nPASS: test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance)\nPASS: test_rollover_filenames (test.test_logging.RotatingFileHandlerTest.test_rollover_filenames)\nPASS: test_rotator (test.test_logging.RotatingFileHandlerTest.test_rotator)\nPASS: test_should_not_rollover (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover)\nPASS: test_should_not_rollover_non_file (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_non_file)\nPASS: test_should_rollover (test.test_logging.RotatingFileHandlerTest.test_should_rollover)\nPASS: test_basic (test.test_logging.SMTPHandlerTest.test_basic)\nPASS: test_no_failure (test.test_logging.ShutdownTest.test_no_failure)\nPASS: test_with_ioerror_in_acquire (test.test_logging.ShutdownTest.test_with_ioerror_in_acquire)\nPASS: test_with_ioerror_in_close (test.test_logging.ShutdownTest.test_with_ioerror_in_close)\nPASS: test_with_ioerror_in_flush (test.test_logging.ShutdownTest.test_with_ioerror_in_flush)\nPASS: test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise)\nPASS: test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise)\nPASS: test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise)\nPASS: test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise)\nPASS: test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise)\nPASS: test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise)\nPASS: test_with_valueerror_in_acquire (test.test_logging.ShutdownTest.test_with_valueerror_in_acquire)\nPASS: test_with_valueerror_in_close (test.test_logging.ShutdownTest.test_with_valueerror_in_close)\nPASS: test_with_valueerror_in_flush (test.test_logging.ShutdownTest.test_with_valueerror_in_flush)\nPASS: test_noserver (test.test_logging.SocketHandlerTest.test_noserver)\nPASS: test_output (test.test_logging.SocketHandlerTest.test_output)\nPASS: test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name)\nPASS: test_error_handling (test.test_logging.StreamHandlerTest.test_error_handling)\ntest_stream_setting (test.test_logging.StreamHandlerTest.test_stream_setting)\nPASS: Test setting the handler's stream\nPASS: test_output (test.test_logging.SysLogHandlerTest.test_output)\nPASS: test_udp_reconnection (test.test_logging.SysLogHandlerTest.test_udp_reconnection)\nPASS: test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete)\nPASS: test_compute_files_to_delete_same_filename_different_extensions (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_same_filename_different_extensions)\nPASS: test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D)\nPASS: test_compute_rollover_D_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_interval)\nPASS: test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H)\nPASS: test_compute_rollover_H_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_interval)\nPASS: test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M)\nPASS: test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT)\nPASS: test_compute_rollover_MIDNIGHT_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_interval)\nPASS: test_compute_rollover_MIDNIGHT_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local)\nPASS: test_compute_rollover_MIDNIGHT_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_interval)\nPASS: test_compute_rollover_M_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_interval)\nPASS: test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S)\nPASS: test_compute_rollover_S_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_interval)\nPASS: test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0)\nPASS: test_compute_rollover_W0_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_interval)\nPASS: test_compute_rollover_W6_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local)\nPASS: test_compute_rollover_W6_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_interval)\nPASS: test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime)\nPASS: test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime)\nPASS: test_invalid (test.test_logging.TimedRotatingFileHandlerTest.test_invalid)\nPASS: test_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_rollover)\nPASS: test_rollover_at_midnight (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight)\nPASS: test_rollover_at_weekday (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday)\nPASS: test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover)\nPASS: test_output (test.test_logging.UnixDatagramHandlerTest.test_output)\nPASS: test_noserver (test.test_logging.UnixSocketHandlerTest.test_noserver)\nPASS: test_output (test.test_logging.UnixSocketHandlerTest.test_output)\nPASS: test_output (test.test_logging.UnixSysLogHandlerTest.test_output)\nPASS: test_udp_reconnection (test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection)\nPASS: test_warnings (test.test_logging.WarningsTest.test_warnings)\nPASS: test_warnings_no_handlers (test.test_logging.WarningsTest.test_warnings_no_handlers)\n\n----------------------------------------------------------------------\nRan 268 tests in 12.074s\n\nOK (skipped=4)\n0:01:56 load avg: 1.49 [306/480] test_pkgutil passed\nPASS: test_extend_path_argument_types (test.test_pkgutil.ExtendPathTests.test_extend_path_argument_types)\nPASS: test_extend_path_pkg_files (test.test_pkgutil.ExtendPathTests.test_extend_path_pkg_files)\nPASS: test_iter_importers (test.test_pkgutil.ExtendPathTests.test_iter_importers)\nPASS: test_mixed_namespace (test.test_pkgutil.ExtendPathTests.test_mixed_namespace)\nPASS: test_simple (test.test_pkgutil.ExtendPathTests.test_simple)\nPASS: test_find_loader_is_deprecated (test.test_pkgutil.ImportlibMigrationTests.test_find_loader_is_deprecated)\nPASS: test_find_loader_missing_module (test.test_pkgutil.ImportlibMigrationTests.test_find_loader_missing_module)\nPASS: test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_get_importer_avoids_emulation)\nPASS: test_get_loader_None_in_sys_modules (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_None_in_sys_modules)\nPASS: test_get_loader_handles_missing_loader_attribute (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_loader_attribute)\nPASS: test_get_loader_handles_missing_spec_attribute (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_spec_attribute)\nPASS: test_get_loader_handles_spec_attribute_none (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_spec_attribute_none)\nPASS: test_get_loader_is_deprecated (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_is_deprecated)\nPASS: test_issue44061 (test.test_pkgutil.ImportlibMigrationTests.test_issue44061)\nPASS: test_iter_importers_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_iter_importers_avoids_emulation)\nPASS: test_nested (test.test_pkgutil.NestedNamespacePackageTest.test_nested)\nPASS: test_alreadyloaded (test.test_pkgutil.PkgutilPEP302Tests.test_alreadyloaded)\nPASS: test_getdata_pep302 (test.test_pkgutil.PkgutilPEP302Tests.test_getdata_pep302)\nPASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests.test_getdata_filesys)\nPASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests.test_getdata_zipfile)\nPASS: test_issue44061_iter_modules (test.test_pkgutil.PkgutilTests.test_issue44061_iter_modules)\nPASS: test_name_resolution (test.test_pkgutil.PkgutilTests.test_name_resolution)\nPASS: test_name_resolution_import_rebinding (test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding)\nPASS: test_name_resolution_import_rebinding2 (test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding2)\nPASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests.test_unreadable_dir_on_syspath)\nPASS: test_walk_packages_raises_on_string_or_bytes_input (test.test_pkgutil.PkgutilTests.test_walk_packages_raises_on_string_or_bytes_input)\nPASS: test_walkpackages_filesys (test.test_pkgutil.PkgutilTests.test_walkpackages_filesys)\ntest_walkpackages_zipfile (test.test_pkgutil.PkgutilTests.test_walkpackages_zipfile)\nPASS: Tests the same as test_walkpackages_filesys, only with a zip file.\n\n----------------------------------------------------------------------\nRan 28 tests in 0.020s\n\nOK\n0:01:56 load avg: 1.49 [307/480] test_platform passed\nPASS: test__comparable_version (test.test_platform.PlatformTest.test__comparable_version)\nPASS: test_android_ver (test.test_platform.PlatformTest.test_android_ver)\nPASS: test_architecture (test.test_platform.PlatformTest.test_architecture)\nPASS: test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink)\nPASS: test_freedesktop_os_release (test.test_platform.PlatformTest.test_freedesktop_os_release)\nPASS: test_ios_ver (test.test_platform.PlatformTest.test_ios_ver)\nPASS: test_java_ver (test.test_platform.PlatformTest.test_java_ver)\nPASS: test_libc_ver (test.test_platform.PlatformTest.test_libc_ver)\nPASS: test_mac_ver (test.test_platform.PlatformTest.test_mac_ver)\nSKIP: test_mac_ver_with_fork (test.test_platform.PlatformTest.test_mac_ver_with_fork) 'OSX only test'\nPASS: test_machine (test.test_platform.PlatformTest.test_machine)\nPASS: test_macos (test.test_platform.PlatformTest.test_macos)\nPASS: test_node (test.test_platform.PlatformTest.test_node)\nPASS: test_parse_os_release (test.test_platform.PlatformTest.test_parse_os_release)\nPASS: test_platform (test.test_platform.PlatformTest.test_platform)\nPASS: test_processor (test.test_platform.PlatformTest.test_processor)\nPASS: test_release (test.test_platform.PlatformTest.test_release)\nPASS: test_sys_version (test.test_platform.PlatformTest.test_sys_version)\nPASS: test_system (test.test_platform.PlatformTest.test_system)\nPASS: test_system_alias (test.test_platform.PlatformTest.test_system_alias)\nPASS: test_uname (test.test_platform.PlatformTest.test_uname)\nPASS: test_uname_asdict (test.test_platform.PlatformTest.test_uname_asdict)\nPASS: test_uname_cast_to_tuple (test.test_platform.PlatformTest.test_uname_cast_to_tuple)\nPASS: test_uname_copy (test.test_platform.PlatformTest.test_uname_copy)\nPASS: test_uname_fields (test.test_platform.PlatformTest.test_uname_fields)\nPASS: test_uname_pickle (test.test_platform.PlatformTest.test_uname_pickle)\ntest_uname_processor (test.test_platform.PlatformTest.test_uname_processor)\nPASS: On some systems, the processor must match the output\nPASS: test_uname_replace (test.test_platform.PlatformTest.test_uname_replace)\nPASS: test_uname_slices (test.test_platform.PlatformTest.test_uname_slices)\nSKIP: test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432) 'windows only test'\nSKIP: test_uname_win32_without_wmi (test.test_platform.PlatformTest.test_uname_win32_without_wmi) 'windows only test'\nPASS: test_version (test.test_platform.PlatformTest.test_version)\nSKIP: test_win32_ver (test.test_platform.PlatformTest.test_win32_ver) 'This test only makes sense on Windows'\nPASS: test_win32_ver_on_non_windows (test.test_platform.PlatformTest.test_win32_ver_on_non_windows)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.054s\n\nOK (skipped=4)\n0:01:56 load avg: 1.49 [308/480] test_pickle passed\nPASS: test_class_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.CChainDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_instance_dispatch_table)\nPASS: test_class_dispatch_table (test.test_pickle.CDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.CDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.CDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.CDispatchTableTests.test_instance_dispatch_table)\nPASS: test_appends_on_non_lists (test.test_pickle.CDumpPickle_LoadPickle.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.CDumpPickle_LoadPickle.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.CDumpPickle_LoadPickle.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.CDumpPickle_LoadPickle.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.CDumpPickle_LoadPickle.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.CDumpPickle_LoadPickle.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.CDumpPickle_LoadPickle.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.CDumpPickle_LoadPickle.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.CDumpPickle_LoadPickle.test_float)\nPASS: test_float_format (test.test_pickle.CDumpPickle_LoadPickle.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CDumpPickle_LoadPickle.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.CDumpPickle_LoadPickle.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.CDumpPickle_LoadPickle.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.CDumpPickle_LoadPickle.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.CDumpPickle_LoadPickle.test_ints)\nPASS: test_large_pickles (test.test_pickle.CDumpPickle_LoadPickle.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_list_chunking)\nPASS: test_long (test.test_pickle.CDumpPickle_LoadPickle.test_long)\nPASS: test_long1 (test.test_pickle.CDumpPickle_LoadPickle.test_long1)\nPASS: test_long4 (test.test_pickle.CDumpPickle_LoadPickle.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.CDumpPickle_LoadPickle.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.CDumpPickle_LoadPickle.test_metaclass)\nPASS: test_misc (test.test_pickle.CDumpPickle_LoadPickle.test_misc)\nPASS: test_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.CDumpPickle_LoadPickle.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.CDumpPickle_LoadPickle.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.CDumpPickle_LoadPickle.test_proto)\nPASS: test_py_methods (test.test_pickle.CDumpPickle_LoadPickle.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.CDumpPickle_LoadPickle.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.CDumpPickle_LoadPickle.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.CDumpPickle_LoadPickle.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.CDumpPickle_LoadPickle.test_singleton_types)\nPASS: test_singletons (test.test_pickle.CDumpPickle_LoadPickle.test_singletons)\nPASS: test_structseq (test.test_pickle.CDumpPickle_LoadPickle.test_structseq)\nPASS: test_unicode (test.test_pickle.CDumpPickle_LoadPickle.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_memoization)\nPASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.CIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak)\nPASS: test_pickler_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_pickler_instance_attribute)\nPASS: test_pickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_pickler_reference_cycle)\nPASS: test_pickler_super (test.test_pickle.CIdPersPicklerTests.test_pickler_super)\nPASS: test_pickler_super_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_pickler_super_instance_attribute)\nPASS: test_protocol0_is_ascii_only (test.test_pickle.CIdPersPicklerTests.test_protocol0_is_ascii_only)\nPASS: test_return_correct_type (test.test_pickle.CIdPersPicklerTests.test_return_correct_type)\nPASS: test_unpickler_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_unpickler_instance_attribute)\nPASS: test_unpickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_unpickler_reference_cycle)\nPASS: test_unpickler_super (test.test_pickle.CIdPersPicklerTests.test_unpickler_super)\nPASS: test_unpickler_super_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_unpickler_super_instance_attribute)\nPASS: test_persistence (test.test_pickle.CPersPicklerTests.test_persistence)\nPASS: test_bad_init (test.test_pickle.CPickleTests.test_bad_init)\nPASS: test_callapi (test.test_pickle.CPickleTests.test_callapi)\nPASS: test_dump_closed_file (test.test_pickle.CPickleTests.test_dump_closed_file)\nPASS: test_dump_load_oob_buffers (test.test_pickle.CPickleTests.test_dump_load_oob_buffers)\nPASS: test_dump_text_file (test.test_pickle.CPickleTests.test_dump_text_file)\nPASS: test_dumps_loads_oob_buffers (test.test_pickle.CPickleTests.test_dumps_loads_oob_buffers)\nPASS: test_highest_protocol (test.test_pickle.CPickleTests.test_highest_protocol)\nPASS: test_incomplete_input (test.test_pickle.CPickleTests.test_incomplete_input)\nPASS: test_load_closed_file (test.test_pickle.CPickleTests.test_load_closed_file)\nPASS: test_load_from_and_dump_to_file (test.test_pickle.CPickleTests.test_load_from_and_dump_to_file)\nPASS: test_pickler_bad_file (test.test_pickle.CPickleTests.test_pickler_bad_file)\nPASS: test_unpickler_bad_file (test.test_pickle.CPickleTests.test_unpickler_bad_file)\nPASS: test_pickler_hook (test.test_pickle.CPicklerHookTests.test_pickler_hook)\nPASS: test_reducer_override_no_reference_cycle (test.test_pickle.CPicklerHookTests.test_reducer_override_no_reference_cycle)\nPASS: test_appends_on_non_lists (test.test_pickle.CPicklerTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.CPicklerTests.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.CPicklerTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.CPicklerTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.CPicklerTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.CPicklerTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.CPicklerTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.CPicklerTests.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.CPicklerTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.CPicklerTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.CPicklerTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.CPicklerTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.CPicklerTests.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.CPicklerTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.CPicklerTests.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.CPicklerTests.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.CPicklerTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.CPicklerTests.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.CPicklerTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.CPicklerTests.test_float)\nPASS: test_float_format (test.test_pickle.CPicklerTests.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CPicklerTests.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.CPicklerTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.CPicklerTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.CPicklerTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.CPicklerTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.CPicklerTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.CPicklerTests.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.CPicklerTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.CPicklerTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.CPicklerTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.CPicklerTests.test_ints)\nPASS: test_large_pickles (test.test_pickle.CPicklerTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.CPicklerTests.test_list_chunking)\nPASS: test_long (test.test_pickle.CPicklerTests.test_long)\nPASS: test_long1 (test.test_pickle.CPicklerTests.test_long1)\nPASS: test_long4 (test.test_pickle.CPicklerTests.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.CPicklerTests.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.CPicklerTests.test_metaclass)\nPASS: test_misc (test.test_pickle.CPicklerTests.test_misc)\nPASS: test_nested_names (test.test_pickle.CPicklerTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.CPicklerTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.CPicklerTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.CPicklerTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.CPicklerTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.CPicklerTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.CPicklerTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.CPicklerTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.CPicklerTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.CPicklerTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CPicklerTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.CPicklerTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.CPicklerTests.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.CPicklerTests.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.CPicklerTests.test_proto)\nPASS: test_py_methods (test.test_pickle.CPicklerTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.CPicklerTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.CPicklerTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.CPicklerTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.CPicklerTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.CPicklerTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.CPicklerTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.CPicklerTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.CPicklerTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.CPicklerTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.CPicklerTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.CPicklerTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.CPicklerTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.CPicklerTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.CPicklerTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.CPicklerTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.CPicklerTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.CPicklerTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CPicklerTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.CPicklerTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.CPicklerTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.CPicklerTests.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.CPicklerTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.CPicklerTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.CPicklerTests.test_singleton_types)\nPASS: test_singletons (test.test_pickle.CPicklerTests.test_singletons)\nPASS: test_structseq (test.test_pickle.CPicklerTests.test_structseq)\nPASS: test_unicode (test.test_pickle.CPicklerTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.CPicklerTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.CPicklerTests.test_unicode_memoization)\nPASS: test_clear_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_clear_pickler_memo)\nPASS: test_issue18339 (test.test_pickle.CPicklerUnpicklerObjectTests.test_issue18339)\nPASS: test_multiple_unpicklings_minimal (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal)\nPASS: test_multiple_unpicklings_seekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable)\nPASS: test_multiple_unpicklings_unseekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable)\nPASS: test_pickle_invalid_reducer_override (test.test_pickle.CPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override)\nPASS: test_priming_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_pickler_memo)\nPASS: test_priming_unpickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_unpickler_memo)\nPASS: test_reusing_unpickler_objects (test.test_pickle.CPicklerUnpicklerObjectTests.test_reusing_unpickler_objects)\nPASS: test_unpickling_buffering_readline (test.test_pickle.CPicklerUnpicklerObjectTests.test_unpickling_buffering_readline)\nPASS: test_bad_ext_code (test.test_pickle.CPicklingErrorTests.test_bad_ext_code)\nPASS: test_bad_getattr (test.test_pickle.CPicklingErrorTests.test_bad_getattr)\nPASS: test_bad_newobj_args (test.test_pickle.CPicklingErrorTests.test_bad_newobj_args)\nPASS: test_bad_newobj_class (test.test_pickle.CPicklingErrorTests.test_bad_newobj_class)\nPASS: test_bad_newobj_ex__class (test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex__class)\nPASS: test_bad_newobj_ex_args (test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex_args)\nPASS: test_bad_object_dict_items (test.test_pickle.CPicklingErrorTests.test_bad_object_dict_items)\nPASS: test_bad_object_list_items (test.test_pickle.CPicklingErrorTests.test_bad_object_list_items)\nPASS: test_bad_reconstructor (test.test_pickle.CPicklingErrorTests.test_bad_reconstructor)\nPASS: test_bad_reconstructor_args (test.test_pickle.CPicklingErrorTests.test_bad_reconstructor_args)\nPASS: test_bad_reduce_result (test.test_pickle.CPicklingErrorTests.test_bad_reduce_result)\nPASS: test_bad_state_setter (test.test_pickle.CPicklingErrorTests.test_bad_state_setter)\nPASS: test_buffer_callback_error (test.test_pickle.CPicklingErrorTests.test_buffer_callback_error)\nPASS: test_evil_pickler_mutating_collection (test.test_pickle.CPicklingErrorTests.test_evil_pickler_mutating_collection)\nPASS: test_global_lookup_error (test.test_pickle.CPicklingErrorTests.test_global_lookup_error)\nPASS: test_local_lookup_error (test.test_pickle.CPicklingErrorTests.test_local_lookup_error)\nPASS: test_nested_lookup_error (test.test_pickle.CPicklingErrorTests.test_nested_lookup_error)\nPASS: test_non_continuous_buffer (test.test_pickle.CPicklingErrorTests.test_non_continuous_buffer)\nPASS: test_nonencodable_global_name_error (test.test_pickle.CPicklingErrorTests.test_nonencodable_global_name_error)\nPASS: test_nonencodable_module_name_error (test.test_pickle.CPicklingErrorTests.test_nonencodable_module_name_error)\nPASS: test_picklebuffer_error (test.test_pickle.CPicklingErrorTests.test_picklebuffer_error)\nPASS: test_reduce_None (test.test_pickle.CPicklingErrorTests.test_reduce_None)\nPASS: test_reduce_ex_None (test.test_pickle.CPicklingErrorTests.test_reduce_ex_None)\nPASS: test_unpickleable_dict_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_dict_items)\nPASS: test_unpickleable_frozenset_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_frozenset_items)\nPASS: test_unpickleable_list_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_list_items)\nPASS: test_unpickleable_newobj_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_args)\nPASS: test_unpickleable_newobj_class (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_class)\nPASS: test_unpickleable_newobj_ex_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_args)\nPASS: test_unpickleable_newobj_ex_class (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_class)\nPASS: test_unpickleable_newobj_ex_kwargs (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_kwargs)\nPASS: test_unpickleable_object_dict_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_object_dict_items)\nPASS: test_unpickleable_object_list_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_object_list_items)\nPASS: test_unpickleable_reconstructor (test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor)\nPASS: test_unpickleable_reconstructor_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor_args)\nPASS: test_unpickleable_set_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_set_items)\nPASS: test_unpickleable_state (test.test_pickle.CPicklingErrorTests.test_unpickleable_state)\nPASS: test_unpickleable_state_setter (test.test_pickle.CPicklingErrorTests.test_unpickleable_state_setter)\nPASS: test_unpickleable_state_with_state_setter (test.test_pickle.CPicklingErrorTests.test_unpickleable_state_with_state_setter)\nPASS: test_unpickleable_tuple_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_tuple_items)\nPASS: test_wrong_newobj_class (test.test_pickle.CPicklingErrorTests.test_wrong_newobj_class)\nSKIP: test_wrong_newobj_ex_class (test.test_pickle.CPicklingErrorTests.test_wrong_newobj_ex_class) 'only verified in the Python implementation'\nPASS: test_wrong_object_lookup_error (test.test_pickle.CPicklingErrorTests.test_wrong_object_lookup_error)\nPASS: test_bad_ext_code (test.test_pickle.CUnpicklerTests.test_bad_ext_code)\nPASS: test_bad_ext_inverted_registry (test.test_pickle.CUnpicklerTests.test_bad_ext_inverted_registry)\nPASS: test_bad_mark (test.test_pickle.CUnpicklerTests.test_bad_mark)\nPASS: test_bad_newobj (test.test_pickle.CUnpicklerTests.test_bad_newobj)\nPASS: test_bad_newobj_ex (test.test_pickle.CUnpicklerTests.test_bad_newobj_ex)\nPASS: test_bad_reduce (test.test_pickle.CUnpicklerTests.test_bad_reduce)\nPASS: test_bad_stack (test.test_pickle.CUnpicklerTests.test_bad_stack)\nPASS: test_bad_state (test.test_pickle.CUnpicklerTests.test_bad_state)\nPASS: test_badly_escaped_string (test.test_pickle.CUnpicklerTests.test_badly_escaped_string)\nPASS: test_badly_quoted_string (test.test_pickle.CUnpicklerTests.test_badly_quoted_string)\nPASS: test_binbytes (test.test_pickle.CUnpicklerTests.test_binbytes)\nPASS: test_binbytes8 (test.test_pickle.CUnpicklerTests.test_binbytes8)\nPASS: test_binget (test.test_pickle.CUnpicklerTests.test_binget)\nPASS: test_binunicode8 (test.test_pickle.CUnpicklerTests.test_binunicode8)\nPASS: test_bytearray8 (test.test_pickle.CUnpicklerTests.test_bytearray8)\nPASS: test_compat_unpickle (test.test_pickle.CUnpicklerTests.test_compat_unpickle)\nPASS: test_constants (test.test_pickle.CUnpicklerTests.test_constants)\nPASS: test_correctly_quoted_string (test.test_pickle.CUnpicklerTests.test_correctly_quoted_string)\nPASS: test_custom_find_class (test.test_pickle.CUnpicklerTests.test_custom_find_class)\nPASS: test_dup (test.test_pickle.CUnpicklerTests.test_dup)\nPASS: test_empty_bytestring (test.test_pickle.CUnpicklerTests.test_empty_bytestring)\nPASS: test_find_class (test.test_pickle.CUnpicklerTests.test_find_class)\nPASS: test_frame_readline (test.test_pickle.CUnpicklerTests.test_frame_readline)\nPASS: test_get (test.test_pickle.CUnpicklerTests.test_get)\nSKIP: test_large_32b_binbytes8 (test.test_pickle.CUnpicklerTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_binunicode8 (test.test_pickle.CUnpicklerTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_bytearray8 (test.test_pickle.CUnpicklerTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'\nPASS: test_load_classic_instance (test.test_pickle.CUnpicklerTests.test_load_classic_instance)\nPASS: test_load_from_data0 (test.test_pickle.CUnpicklerTests.test_load_from_data0)\nPASS: test_load_from_data1 (test.test_pickle.CUnpicklerTests.test_load_from_data1)\nPASS: test_load_from_data2 (test.test_pickle.CUnpicklerTests.test_load_from_data2)\nPASS: test_load_from_data3 (test.test_pickle.CUnpicklerTests.test_load_from_data3)\nPASS: test_load_from_data4 (test.test_pickle.CUnpicklerTests.test_load_from_data4)\nPASS: test_load_global (test.test_pickle.CUnpicklerTests.test_load_global)\nPASS: test_load_long_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_long_python2_str_as_bytes)\nPASS: test_load_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_python2_str_as_bytes)\nPASS: test_load_python2_unicode_as_str (test.test_pickle.CUnpicklerTests.test_load_python2_unicode_as_str)\nPASS: test_load_stack_global (test.test_pickle.CUnpicklerTests.test_load_stack_global)\nPASS: test_long_binget (test.test_pickle.CUnpicklerTests.test_long_binget)\nPASS: test_maxint64 (test.test_pickle.CUnpicklerTests.test_maxint64)\nPASS: test_misc_get (test.test_pickle.CUnpicklerTests.test_misc_get)\nSKIP: test_negative_32b_binbytes (test.test_pickle.CUnpicklerTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binput (test.test_pickle.CUnpicklerTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binunicode (test.test_pickle.CUnpicklerTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'\nPASS: test_negative_put (test.test_pickle.CUnpicklerTests.test_negative_put)\nPASS: test_short_binbytes (test.test_pickle.CUnpicklerTests.test_short_binbytes)\nPASS: test_short_binunicode (test.test_pickle.CUnpicklerTests.test_short_binunicode)\nPASS: test_truncated_data (test.test_pickle.CUnpicklerTests.test_truncated_data)\nPASS: test_unpickle_from_2x (test.test_pickle.CUnpicklerTests.test_unpickle_from_2x)\nPASS: test_unpickle_module_race (test.test_pickle.CUnpicklerTests.test_unpickle_module_race)\nPASS: test_exceptions (test.test_pickle.CompatPickleTests.test_exceptions)\ntest_import (test.test_pickle.CompatPickleTests.test_import) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_dummy_thread'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'dbm.bsd'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'winreg'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nok\ntest_import_mapping (test.test_pickle.CompatPickleTests.test_import_mapping) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'winreg'\nNo module named '_dummy_thread'\nNo module named 'dbm.bsd'\nok\nPASS: test_multiprocessing_exceptions (test.test_pickle.CompatPickleTests.test_multiprocessing_exceptions)\ntest_name_mapping (test.test_pickle.CompatPickleTests.test_name_mapping) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nok\ntest_reverse_import_mapping (test.test_pickle.CompatPickleTests.test_reverse_import_mapping) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'winreg'\nNo module named 'winreg'\nNo module named '_dummy_thread'\nNo module named '_dummy_thread'\nNo module named 'dbm.bsd'\nNo module named 'dbm.bsd'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nok\nPASS: test_reverse_name_mapping (test.test_pickle.CompatPickleTests.test_reverse_name_mapping)\nPASS: test_appends_on_non_lists (test.test_pickle.DumpPickle_CLoadPickle.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.DumpPickle_CLoadPickle.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.DumpPickle_CLoadPickle.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.DumpPickle_CLoadPickle.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.DumpPickle_CLoadPickle.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.DumpPickle_CLoadPickle.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.DumpPickle_CLoadPickle.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.DumpPickle_CLoadPickle.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.DumpPickle_CLoadPickle.test_float)\nPASS: test_float_format (test.test_pickle.DumpPickle_CLoadPickle.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.DumpPickle_CLoadPickle.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.DumpPickle_CLoadPickle.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.DumpPickle_CLoadPickle.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.DumpPickle_CLoadPickle.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.DumpPickle_CLoadPickle.test_ints)\nPASS: test_large_pickles (test.test_pickle.DumpPickle_CLoadPickle.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_list_chunking)\nPASS: test_long (test.test_pickle.DumpPickle_CLoadPickle.test_long)\nPASS: test_long1 (test.test_pickle.DumpPickle_CLoadPickle.test_long1)\nPASS: test_long4 (test.test_pickle.DumpPickle_CLoadPickle.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.DumpPickle_CLoadPickle.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.DumpPickle_CLoadPickle.test_metaclass)\nPASS: test_misc (test.test_pickle.DumpPickle_CLoadPickle.test_misc)\nPASS: test_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.DumpPickle_CLoadPickle.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.DumpPickle_CLoadPickle.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.DumpPickle_CLoadPickle.test_proto)\nPASS: test_py_methods (test.test_pickle.DumpPickle_CLoadPickle.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.DumpPickle_CLoadPickle.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.DumpPickle_CLoadPickle.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.DumpPickle_CLoadPickle.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.DumpPickle_CLoadPickle.test_singleton_types)\nPASS: test_singletons (test.test_pickle.DumpPickle_CLoadPickle.test_singletons)\nPASS: test_structseq (test.test_pickle.DumpPickle_CLoadPickle.test_structseq)\nPASS: test_unicode (test.test_pickle.DumpPickle_CLoadPickle.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_memoization)\nPASS: test_have_gc (test.test_pickle.HeapTypesTests.test_have_gc)\nPASS: test_immutable (test.test_pickle.HeapTypesTests.test_immutable)\nPASS: test_appends_on_non_lists (test.test_pickle.InMemoryPickleTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.InMemoryPickleTests.test_attribute_name_interning)\nPASS: test_bad_ext_code (test.test_pickle.InMemoryPickleTests.test_bad_ext_code)\nPASS: test_bad_ext_inverted_registry (test.test_pickle.InMemoryPickleTests.test_bad_ext_inverted_registry)\nPASS: test_bad_mark (test.test_pickle.InMemoryPickleTests.test_bad_mark)\nPASS: test_bad_newobj (test.test_pickle.InMemoryPickleTests.test_bad_newobj)\nPASS: test_bad_newobj_ex (test.test_pickle.InMemoryPickleTests.test_bad_newobj_ex)\nPASS: test_bad_reduce (test.test_pickle.InMemoryPickleTests.test_bad_reduce)\nPASS: test_bad_stack (test.test_pickle.InMemoryPickleTests.test_bad_stack)\nPASS: test_bad_state (test.test_pickle.InMemoryPickleTests.test_bad_state)\nPASS: test_badly_escaped_string (test.test_pickle.InMemoryPickleTests.test_badly_escaped_string)\nPASS: test_badly_quoted_string (test.test_pickle.InMemoryPickleTests.test_badly_quoted_string)\nPASS: test_binbytes (test.test_pickle.InMemoryPickleTests.test_binbytes)\nPASS: test_binbytes8 (test.test_pickle.InMemoryPickleTests.test_binbytes8)\nPASS: test_binget (test.test_pickle.InMemoryPickleTests.test_binget)\nPASS: test_binunicode8 (test.test_pickle.InMemoryPickleTests.test_binunicode8)\nPASS: test_buffers_error (test.test_pickle.InMemoryPickleTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.InMemoryPickleTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.InMemoryPickleTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.InMemoryPickleTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.InMemoryPickleTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.InMemoryPickleTests.test_bytearray)\nPASS: test_bytearray8 (test.test_pickle.InMemoryPickleTests.test_bytearray8)\nPASS: test_bytearray_memoization (test.test_pickle.InMemoryPickleTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.InMemoryPickleTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.InMemoryPickleTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.InMemoryPickleTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.InMemoryPickleTests.test_compat_pickle)\nPASS: test_compat_unpickle (test.test_pickle.InMemoryPickleTests.test_compat_unpickle)\nPASS: test_complex_newobj (test.test_pickle.InMemoryPickleTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.InMemoryPickleTests.test_complex_newobj_ex)\nPASS: test_constants (test.test_pickle.InMemoryPickleTests.test_constants)\nPASS: test_correctly_quoted_string (test.test_pickle.InMemoryPickleTests.test_correctly_quoted_string)\nPASS: test_dict_chunking (test.test_pickle.InMemoryPickleTests.test_dict_chunking)\nPASS: test_dup (test.test_pickle.InMemoryPickleTests.test_dup)\nPASS: test_dynamic_class (test.test_pickle.InMemoryPickleTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.InMemoryPickleTests.test_ellipsis)\nPASS: test_empty_bytestring (test.test_pickle.InMemoryPickleTests.test_empty_bytestring)\nPASS: test_evil_class_mutating_dict (test.test_pickle.InMemoryPickleTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.InMemoryPickleTests.test_float)\nPASS: test_float_format (test.test_pickle.InMemoryPickleTests.test_float_format)\nPASS: test_frame_readline (test.test_pickle.InMemoryPickleTests.test_frame_readline)\nPASS: test_framing_large_objects (test.test_pickle.InMemoryPickleTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.InMemoryPickleTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_get (test.test_pickle.InMemoryPickleTests.test_get)\nPASS: test_getinitargs (test.test_pickle.InMemoryPickleTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.InMemoryPickleTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.InMemoryPickleTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.InMemoryPickleTests.test_global_ext4)\nSKIP: test_huge_bytes_32b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_32b) 'not enough memory: 5.0G minimum needed'\nSKIP: test_huge_bytes_64b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_64b) 'not enough memory: 10.0G minimum needed'\nSKIP: test_huge_long_32b (test.test_pickle.InMemoryPickleTests.test_huge_long_32b) 'not enough memory: 7.2G minimum needed'\nSKIP: test_huge_str_32b (test.test_pickle.InMemoryPickleTests.test_huge_str_32b) 'not enough memory: 16.0G minimum needed'\nSKIP: test_huge_str_64b (test.test_pickle.InMemoryPickleTests.test_huge_str_64b) 'not enough memory: 32.0G minimum needed'\nPASS: test_in_band_buffers (test.test_pickle.InMemoryPickleTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.InMemoryPickleTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.InMemoryPickleTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.InMemoryPickleTests.test_ints)\nSKIP: test_large_32b_binbytes8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_binunicode8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_bytearray8 (test.test_pickle.InMemoryPickleTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'\nPASS: test_large_pickles (test.test_pickle.InMemoryPickleTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.InMemoryPickleTests.test_list_chunking)\nPASS: test_load_classic_instance (test.test_pickle.InMemoryPickleTests.test_load_classic_instance)\nPASS: test_load_from_data0 (test.test_pickle.InMemoryPickleTests.test_load_from_data0)\nPASS: test_load_from_data1 (test.test_pickle.InMemoryPickleTests.test_load_from_data1)\nPASS: test_load_from_data2 (test.test_pickle.InMemoryPickleTests.test_load_from_data2)\nPASS: test_load_from_data3 (test.test_pickle.InMemoryPickleTests.test_load_from_data3)\nPASS: test_load_from_data4 (test.test_pickle.InMemoryPickleTests.test_load_from_data4)\nPASS: test_load_global (test.test_pickle.InMemoryPickleTests.test_load_global)\nPASS: test_load_long_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_long_python2_str_as_bytes)\nPASS: test_load_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_python2_str_as_bytes)\nPASS: test_load_python2_unicode_as_str (test.test_pickle.InMemoryPickleTests.test_load_python2_unicode_as_str)\nPASS: test_load_stack_global (test.test_pickle.InMemoryPickleTests.test_load_stack_global)\nPASS: test_long (test.test_pickle.InMemoryPickleTests.test_long)\nPASS: test_long1 (test.test_pickle.InMemoryPickleTests.test_long1)\nPASS: test_long4 (test.test_pickle.InMemoryPickleTests.test_long4)\nPASS: test_long_binget (test.test_pickle.InMemoryPickleTests.test_long_binget)\nPASS: test_many_puts_and_gets (test.test_pickle.InMemoryPickleTests.test_many_puts_and_gets)\nPASS: test_maxint64 (test.test_pickle.InMemoryPickleTests.test_maxint64)\nPASS: test_metaclass (test.test_pickle.InMemoryPickleTests.test_metaclass)\nPASS: test_misc (test.test_pickle.InMemoryPickleTests.test_misc)\nPASS: test_misc_get (test.test_pickle.InMemoryPickleTests.test_misc_get)\nSKIP: test_negative_32b_binbytes (test.test_pickle.InMemoryPickleTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binput (test.test_pickle.InMemoryPickleTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binunicode (test.test_pickle.InMemoryPickleTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'\nPASS: test_negative_put (test.test_pickle.InMemoryPickleTests.test_negative_put)\nPASS: test_nested_names (test.test_pickle.InMemoryPickleTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.InMemoryPickleTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.InMemoryPickleTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.InMemoryPickleTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.InMemoryPickleTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.InMemoryPickleTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.InMemoryPickleTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.InMemoryPickleTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.InMemoryPickleTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.InMemoryPickleTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.InMemoryPickleTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.InMemoryPickleTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.InMemoryPickleTests.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.InMemoryPickleTests.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.InMemoryPickleTests.test_proto)\nPASS: test_py_methods (test.test_pickle.InMemoryPickleTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.InMemoryPickleTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.InMemoryPickleTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.InMemoryPickleTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.InMemoryPickleTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.InMemoryPickleTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.InMemoryPickleTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.InMemoryPickleTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.InMemoryPickleTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.InMemoryPickleTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.InMemoryPickleTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.InMemoryPickleTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.InMemoryPickleTests.test_setitems_on_non_dicts)\nPASS: test_short_binbytes (test.test_pickle.InMemoryPickleTests.test_short_binbytes)\nPASS: test_short_binunicode (test.test_pickle.InMemoryPickleTests.test_short_binunicode)\nPASS: test_short_tuples (test.test_pickle.InMemoryPickleTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.InMemoryPickleTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.InMemoryPickleTests.test_singleton_types)\nPASS: test_singletons (test.test_pickle.InMemoryPickleTests.test_singletons)\nPASS: test_structseq (test.test_pickle.InMemoryPickleTests.test_structseq)\nPASS: test_truncated_data (test.test_pickle.InMemoryPickleTests.test_truncated_data)\nPASS: test_unicode (test.test_pickle.InMemoryPickleTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.InMemoryPickleTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.InMemoryPickleTests.test_unicode_memoization)\nPASS: test_unpickle_from_2x (test.test_pickle.InMemoryPickleTests.test_unpickle_from_2x)\nPASS: test_unpickle_module_race (test.test_pickle.InMemoryPickleTests.test_unpickle_module_race)\nPASS: test_class_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.PyChainDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_instance_dispatch_table)\nPASS: test_class_dispatch_table (test.test_pickle.PyDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.PyDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.PyDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.PyDispatchTableTests.test_instance_dispatch_table)\nPASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.PyIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak)\nPASS: test_pickler_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_pickler_instance_attribute)\nPASS: test_pickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_pickler_reference_cycle)\nPASS: test_pickler_super (test.test_pickle.PyIdPersPicklerTests.test_pickler_super)\nPASS: test_pickler_super_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_pickler_super_instance_attribute)\nPASS: test_protocol0_is_ascii_only (test.test_pickle.PyIdPersPicklerTests.test_protocol0_is_ascii_only)\nPASS: test_return_correct_type (test.test_pickle.PyIdPersPicklerTests.test_return_correct_type)\nPASS: test_unpickler_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_unpickler_instance_attribute)\nPASS: test_unpickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_unpickler_reference_cycle)\nPASS: test_unpickler_super (test.test_pickle.PyIdPersPicklerTests.test_unpickler_super)\nPASS: test_unpickler_super_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_unpickler_super_instance_attribute)\nPASS: test_persistence (test.test_pickle.PyPersPicklerTests.test_persistence)\nPASS: test_bad_init (test.test_pickle.PyPickleTests.test_bad_init)\nPASS: test_callapi (test.test_pickle.PyPickleTests.test_callapi)\nPASS: test_dump_closed_file (test.test_pickle.PyPickleTests.test_dump_closed_file)\nPASS: test_dump_load_oob_buffers (test.test_pickle.PyPickleTests.test_dump_load_oob_buffers)\nPASS: test_dump_text_file (test.test_pickle.PyPickleTests.test_dump_text_file)\nPASS: test_dumps_loads_oob_buffers (test.test_pickle.PyPickleTests.test_dumps_loads_oob_buffers)\nPASS: test_highest_protocol (test.test_pickle.PyPickleTests.test_highest_protocol)\nPASS: test_incomplete_input (test.test_pickle.PyPickleTests.test_incomplete_input)\nPASS: test_load_closed_file (test.test_pickle.PyPickleTests.test_load_closed_file)\nPASS: test_load_from_and_dump_to_file (test.test_pickle.PyPickleTests.test_load_from_and_dump_to_file)\nPASS: test_pickler_bad_file (test.test_pickle.PyPickleTests.test_pickler_bad_file)\nPASS: test_unpickler_bad_file (test.test_pickle.PyPickleTests.test_unpickler_bad_file)\nPASS: test_pickler_hook (test.test_pickle.PyPicklerHookTests.test_pickler_hook)\nPASS: test_reducer_override_no_reference_cycle (test.test_pickle.PyPicklerHookTests.test_reducer_override_no_reference_cycle)\nPASS: test_appends_on_non_lists (test.test_pickle.PyPicklerTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.PyPicklerTests.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.PyPicklerTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.PyPicklerTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.PyPicklerTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.PyPicklerTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.PyPicklerTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.PyPicklerTests.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.PyPicklerTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.PyPicklerTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.PyPicklerTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.PyPicklerTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.PyPicklerTests.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.PyPicklerTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.PyPicklerTests.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.PyPicklerTests.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.PyPicklerTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.PyPicklerTests.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.PyPicklerTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.PyPicklerTests.test_float)\nPASS: test_float_format (test.test_pickle.PyPicklerTests.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.PyPicklerTests.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.PyPicklerTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.PyPicklerTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.PyPicklerTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.PyPicklerTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.PyPicklerTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.PyPicklerTests.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.PyPicklerTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.PyPicklerTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.PyPicklerTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.PyPicklerTests.test_ints)\nPASS: test_large_pickles (test.test_pickle.PyPicklerTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.PyPicklerTests.test_list_chunking)\nPASS: test_long (test.test_pickle.PyPicklerTests.test_long)\nPASS: test_long1 (test.test_pickle.PyPicklerTests.test_long1)\nPASS: test_long4 (test.test_pickle.PyPicklerTests.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.PyPicklerTests.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.PyPicklerTests.test_metaclass)\nPASS: test_misc (test.test_pickle.PyPicklerTests.test_misc)\nPASS: test_nested_names (test.test_pickle.PyPicklerTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.PyPicklerTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.PyPicklerTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.PyPicklerTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.PyPicklerTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.PyPicklerTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.PyPicklerTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.PyPicklerTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.PyPicklerTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.PyPicklerTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.PyPicklerTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.PyPicklerTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.PyPicklerTests.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.PyPicklerTests.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.PyPicklerTests.test_proto)\nPASS: test_py_methods (test.test_pickle.PyPicklerTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.PyPicklerTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.PyPicklerTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.PyPicklerTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.PyPicklerTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.PyPicklerTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.PyPicklerTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.PyPicklerTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.PyPicklerTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.PyPicklerTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.PyPicklerTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.PyPicklerTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.PyPicklerTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.PyPicklerTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.PyPicklerTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.PyPicklerTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.PyPicklerTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.PyPicklerTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.PyPicklerTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.PyPicklerTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.PyPicklerTests.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.PyPicklerTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.PyPicklerTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.PyPicklerTests.test_singleton_types)\nPASS: test_singletons (test.test_pickle.PyPicklerTests.test_singletons)\nPASS: test_structseq (test.test_pickle.PyPicklerTests.test_structseq)\nPASS: test_unicode (test.test_pickle.PyPicklerTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.PyPicklerTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.PyPicklerTests.test_unicode_memoization)\nPASS: test_clear_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_clear_pickler_memo)\nPASS: test_multiple_unpicklings_minimal (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal)\nPASS: test_multiple_unpicklings_seekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable)\nPASS: test_multiple_unpicklings_unseekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable)\nPASS: test_pickle_invalid_reducer_override (test.test_pickle.PyPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override)\nPASS: test_priming_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_pickler_memo)\nPASS: test_priming_unpickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_unpickler_memo)\nPASS: test_reusing_unpickler_objects (test.test_pickle.PyPicklerUnpicklerObjectTests.test_reusing_unpickler_objects)\nPASS: test_unpickling_buffering_readline (test.test_pickle.PyPicklerUnpicklerObjectTests.test_unpickling_buffering_readline)\nPASS: test_bad_ext_code (test.test_pickle.PyPicklingErrorTests.test_bad_ext_code)\nPASS: test_bad_getattr (test.test_pickle.PyPicklingErrorTests.test_bad_getattr)\nPASS: test_bad_newobj_args (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_args)\nPASS: test_bad_newobj_class (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_class)\nPASS: test_bad_newobj_ex__class (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex__class)\nPASS: test_bad_newobj_ex_args (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex_args)\nPASS: test_bad_object_dict_items (test.test_pickle.PyPicklingErrorTests.test_bad_object_dict_items)\nPASS: test_bad_object_list_items (test.test_pickle.PyPicklingErrorTests.test_bad_object_list_items)\nPASS: test_bad_reconstructor (test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor)\nPASS: test_bad_reconstructor_args (test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor_args)\nPASS: test_bad_reduce_result (test.test_pickle.PyPicklingErrorTests.test_bad_reduce_result)\nSKIP: test_bad_state_setter (test.test_pickle.PyPicklingErrorTests.test_bad_state_setter) 'only verified in the C implementation'\nPASS: test_buffer_callback_error (test.test_pickle.PyPicklingErrorTests.test_buffer_callback_error)\nPASS: test_evil_pickler_mutating_collection (test.test_pickle.PyPicklingErrorTests.test_evil_pickler_mutating_collection)\nPASS: test_global_lookup_error (test.test_pickle.PyPicklingErrorTests.test_global_lookup_error)\nPASS: test_local_lookup_error (test.test_pickle.PyPicklingErrorTests.test_local_lookup_error)\nPASS: test_nested_lookup_error (test.test_pickle.PyPicklingErrorTests.test_nested_lookup_error)\nPASS: test_non_continuous_buffer (test.test_pickle.PyPicklingErrorTests.test_non_continuous_buffer)\nPASS: test_nonencodable_global_name_error (test.test_pickle.PyPicklingErrorTests.test_nonencodable_global_name_error)\nPASS: test_nonencodable_module_name_error (test.test_pickle.PyPicklingErrorTests.test_nonencodable_module_name_error)\nPASS: test_picklebuffer_error (test.test_pickle.PyPicklingErrorTests.test_picklebuffer_error)\nPASS: test_reduce_None (test.test_pickle.PyPicklingErrorTests.test_reduce_None)\nPASS: test_reduce_ex_None (test.test_pickle.PyPicklingErrorTests.test_reduce_ex_None)\nPASS: test_unpickleable_dict_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_dict_items)\nPASS: test_unpickleable_frozenset_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_frozenset_items)\nPASS: test_unpickleable_list_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_list_items)\nPASS: test_unpickleable_newobj_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_args)\nPASS: test_unpickleable_newobj_class (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_class)\nPASS: test_unpickleable_newobj_ex_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_args)\nPASS: test_unpickleable_newobj_ex_class (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_class)\nPASS: test_unpickleable_newobj_ex_kwargs (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_kwargs)\nPASS: test_unpickleable_object_dict_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_dict_items)\nPASS: test_unpickleable_object_list_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_list_items)\nPASS: test_unpickleable_reconstructor (test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor)\nPASS: test_unpickleable_reconstructor_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor_args)\nPASS: test_unpickleable_set_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_set_items)\nPASS: test_unpickleable_state (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state)\nPASS: test_unpickleable_state_setter (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_setter)\nPASS: test_unpickleable_state_with_state_setter (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_with_state_setter)\nPASS: test_unpickleable_tuple_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_tuple_items)\nPASS: test_wrong_newobj_class (test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_class)\nPASS: test_wrong_newobj_ex_class (test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_ex_class)\nPASS: test_wrong_object_lookup_error (test.test_pickle.PyPicklingErrorTests.test_wrong_object_lookup_error)\nPASS: test_bad_ext_code (test.test_pickle.PyUnpicklerTests.test_bad_ext_code)\nPASS: test_bad_ext_inverted_registry (test.test_pickle.PyUnpicklerTests.test_bad_ext_inverted_registry)\nPASS: test_bad_mark (test.test_pickle.PyUnpicklerTests.test_bad_mark)\nPASS: test_bad_newobj (test.test_pickle.PyUnpicklerTests.test_bad_newobj)\nPASS: test_bad_newobj_ex (test.test_pickle.PyUnpicklerTests.test_bad_newobj_ex)\nPASS: test_bad_reduce (test.test_pickle.PyUnpicklerTests.test_bad_reduce)\nPASS: test_bad_stack (test.test_pickle.PyUnpicklerTests.test_bad_stack)\nPASS: test_bad_state (test.test_pickle.PyUnpicklerTests.test_bad_state)\nPASS: test_badly_escaped_string (test.test_pickle.PyUnpicklerTests.test_badly_escaped_string)\nPASS: test_badly_quoted_string (test.test_pickle.PyUnpicklerTests.test_badly_quoted_string)\nPASS: test_binbytes (test.test_pickle.PyUnpicklerTests.test_binbytes)\nPASS: test_binbytes8 (test.test_pickle.PyUnpicklerTests.test_binbytes8)\nPASS: test_binget (test.test_pickle.PyUnpicklerTests.test_binget)\nPASS: test_binunicode8 (test.test_pickle.PyUnpicklerTests.test_binunicode8)\nPASS: test_bytearray8 (test.test_pickle.PyUnpicklerTests.test_bytearray8)\nPASS: test_compat_unpickle (test.test_pickle.PyUnpicklerTests.test_compat_unpickle)\nPASS: test_constants (test.test_pickle.PyUnpicklerTests.test_constants)\nPASS: test_correctly_quoted_string (test.test_pickle.PyUnpicklerTests.test_correctly_quoted_string)\nPASS: test_custom_find_class (test.test_pickle.PyUnpicklerTests.test_custom_find_class)\nPASS: test_dup (test.test_pickle.PyUnpicklerTests.test_dup)\nPASS: test_empty_bytestring (test.test_pickle.PyUnpicklerTests.test_empty_bytestring)\nPASS: test_find_class (test.test_pickle.PyUnpicklerTests.test_find_class)\nPASS: test_frame_readline (test.test_pickle.PyUnpicklerTests.test_frame_readline)\nPASS: test_get (test.test_pickle.PyUnpicklerTests.test_get)\nSKIP: test_large_32b_binbytes8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_binunicode8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_bytearray8 (test.test_pickle.PyUnpicklerTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'\nPASS: test_load_classic_instance (test.test_pickle.PyUnpicklerTests.test_load_classic_instance)\nPASS: test_load_from_data0 (test.test_pickle.PyUnpicklerTests.test_load_from_data0)\nPASS: test_load_from_data1 (test.test_pickle.PyUnpicklerTests.test_load_from_data1)\nPASS: test_load_from_data2 (test.test_pickle.PyUnpicklerTests.test_load_from_data2)\nPASS: test_load_from_data3 (test.test_pickle.PyUnpicklerTests.test_load_from_data3)\nPASS: test_load_from_data4 (test.test_pickle.PyUnpicklerTests.test_load_from_data4)\nPASS: test_load_global (test.test_pickle.PyUnpicklerTests.test_load_global)\nPASS: test_load_long_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_long_python2_str_as_bytes)\nPASS: test_load_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_python2_str_as_bytes)\nPASS: test_load_python2_unicode_as_str (test.test_pickle.PyUnpicklerTests.test_load_python2_unicode_as_str)\nPASS: test_load_stack_global (test.test_pickle.PyUnpicklerTests.test_load_stack_global)\nPASS: test_long_binget (test.test_pickle.PyUnpicklerTests.test_long_binget)\nPASS: test_maxint64 (test.test_pickle.PyUnpicklerTests.test_maxint64)\nPASS: test_misc_get (test.test_pickle.PyUnpicklerTests.test_misc_get)\nSKIP: test_negative_32b_binbytes (test.test_pickle.PyUnpicklerTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binput (test.test_pickle.PyUnpicklerTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binunicode (test.test_pickle.PyUnpicklerTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'\nPASS: test_negative_put (test.test_pickle.PyUnpicklerTests.test_negative_put)\nPASS: test_short_binbytes (test.test_pickle.PyUnpicklerTests.test_short_binbytes)\nPASS: test_short_binunicode (test.test_pickle.PyUnpicklerTests.test_short_binunicode)\nPASS: test_truncated_data (test.test_pickle.PyUnpicklerTests.test_truncated_data)\nPASS: test_unpickle_from_2x (test.test_pickle.PyUnpicklerTests.test_unpickle_from_2x)\nPASS: test_unpickle_module_race (test.test_pickle.PyUnpicklerTests.test_unpickle_module_race)\nPASS: test_pickler (test.test_pickle.SizeofTests.test_pickler)\nPASS: test_unpickler (test.test_pickle.SizeofTests.test_unpickler)\ndecode_long (pickle)\nPASS: Doctest: pickle.decode_long\nencode_long (pickle)\nPASS: Doctest: pickle.encode_long\n\n----------------------------------------------------------------------\nRan 878 tests in 2.547s\n\nOK (skipped=35)\n0:01:56 load avg: 1.49 [309/480] test_plistlib passed\nPASS: test__all__ (test.test_plistlib.MiscTestCase.test__all__)\nPASS: test_cycles (test.test_plistlib.TestBinaryPlistlib.test_cycles)\nPASS: test_deep_nesting (test.test_plistlib.TestBinaryPlistlib.test_deep_nesting)\nPASS: test_dump_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestBinaryPlistlib.test_dump_aware_datetime_without_aware_datetime_option)\nPASS: test_dump_duplicates (test.test_plistlib.TestBinaryPlistlib.test_dump_duplicates)\nPASS: test_dump_utc_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestBinaryPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option)\nPASS: test_identity (test.test_plistlib.TestBinaryPlistlib.test_identity)\nPASS: test_invalid_binary (test.test_plistlib.TestBinaryPlistlib.test_invalid_binary)\nPASS: test_large_timestamp (test.test_plistlib.TestBinaryPlistlib.test_large_timestamp)\nPASS: test_load_aware_datetime (test.test_plistlib.TestBinaryPlistlib.test_load_aware_datetime)\nPASS: test_load_int (test.test_plistlib.TestBinaryPlistlib.test_load_int)\nPASS: test_load_singletons (test.test_plistlib.TestBinaryPlistlib.test_load_singletons)\nPASS: test_nonstandard_refs_size (test.test_plistlib.TestBinaryPlistlib.test_nonstandard_refs_size)\nPASS: test_unsupported (test.test_plistlib.TestBinaryPlistlib.test_unsupported)\nPASS: test_keyed_archive_data (test.test_plistlib.TestKeyedArchive.test_keyed_archive_data)\nPASS: test_appleformatting (test.test_plistlib.TestPlistlib.test_appleformatting)\nPASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib.test_appleformattingfromliteral)\nPASS: test_bytearray (test.test_plistlib.TestPlistlib.test_bytearray)\nPASS: test_bytes (test.test_plistlib.TestPlistlib.test_bytes)\nPASS: test_bytesio (test.test_plistlib.TestPlistlib.test_bytesio)\nPASS: test_controlcharacters (test.test_plistlib.TestPlistlib.test_controlcharacters)\nPASS: test_create (test.test_plistlib.TestPlistlib.test_create)\nPASS: test_dict_members (test.test_plistlib.TestPlistlib.test_dict_members)\nPASS: test_dump_aware_datetime (test.test_plistlib.TestPlistlib.test_dump_aware_datetime)\nPASS: test_dump_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_aware_datetime_without_aware_datetime_option)\nPASS: test_dump_invalid_format (test.test_plistlib.TestPlistlib.test_dump_invalid_format)\nPASS: test_dump_naive_datetime_with_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_naive_datetime_with_aware_datetime_option)\nPASS: test_dump_utc_aware_datetime (test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime)\nPASS: test_dump_utc_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option)\nPASS: test_indentation_array (test.test_plistlib.TestPlistlib.test_indentation_array)\nPASS: test_indentation_dict (test.test_plistlib.TestPlistlib.test_indentation_dict)\nPASS: test_indentation_dict_mix (test.test_plistlib.TestPlistlib.test_indentation_dict_mix)\nPASS: test_int (test.test_plistlib.TestPlistlib.test_int)\nPASS: test_integer_notations (test.test_plistlib.TestPlistlib.test_integer_notations)\nPASS: test_invalid_type (test.test_plistlib.TestPlistlib.test_invalid_type)\nPASS: test_invalid_uid (test.test_plistlib.TestPlistlib.test_invalid_uid)\nPASS: test_invalidarray (test.test_plistlib.TestPlistlib.test_invalidarray)\nPASS: test_invaliddict (test.test_plistlib.TestPlistlib.test_invaliddict)\nPASS: test_invalidinteger (test.test_plistlib.TestPlistlib.test_invalidinteger)\nPASS: test_invalidreal (test.test_plistlib.TestPlistlib.test_invalidreal)\nPASS: test_io (test.test_plistlib.TestPlistlib.test_io)\nPASS: test_keys_no_string (test.test_plistlib.TestPlistlib.test_keys_no_string)\nPASS: test_keysort (test.test_plistlib.TestPlistlib.test_keysort)\nPASS: test_keysort_bytesio (test.test_plistlib.TestPlistlib.test_keysort_bytesio)\nPASS: test_list_members (test.test_plistlib.TestPlistlib.test_list_members)\nPASS: test_load_aware_datetime (test.test_plistlib.TestPlistlib.test_load_aware_datetime)\nPASS: test_load_invalid_file (test.test_plistlib.TestPlistlib.test_load_invalid_file)\nPASS: test_loads_str_with_binary_fmt (test.test_plistlib.TestPlistlib.test_loads_str_with_binary_fmt)\nPASS: test_loads_str_with_xml_fmt (test.test_plistlib.TestPlistlib.test_loads_str_with_xml_fmt)\nPASS: test_lone_surrogates (test.test_plistlib.TestPlistlib.test_lone_surrogates)\nPASS: test_modified_uid_huge (test.test_plistlib.TestPlistlib.test_modified_uid_huge)\nPASS: test_modified_uid_negative (test.test_plistlib.TestPlistlib.test_modified_uid_negative)\nPASS: test_non_bmp_characters (test.test_plistlib.TestPlistlib.test_non_bmp_characters)\nPASS: test_nondictroot (test.test_plistlib.TestPlistlib.test_nondictroot)\nPASS: test_skipkeys (test.test_plistlib.TestPlistlib.test_skipkeys)\nPASS: test_tuple_members (test.test_plistlib.TestPlistlib.test_tuple_members)\nPASS: test_uid (test.test_plistlib.TestPlistlib.test_uid)\nPASS: test_uid_copy (test.test_plistlib.TestPlistlib.test_uid_copy)\nPASS: test_uid_data (test.test_plistlib.TestPlistlib.test_uid_data)\nPASS: test_uid_eq (test.test_plistlib.TestPlistlib.test_uid_eq)\nPASS: test_uid_hash (test.test_plistlib.TestPlistlib.test_uid_hash)\nPASS: test_uid_index (test.test_plistlib.TestPlistlib.test_uid_index)\nPASS: test_uid_pickle (test.test_plistlib.TestPlistlib.test_uid_pickle)\nPASS: test_uid_repr (test.test_plistlib.TestPlistlib.test_uid_repr)\nPASS: test_xml_encodings (test.test_plistlib.TestPlistlib.test_xml_encodings)\nPASS: test_xml_plist_with_entity_decl (test.test_plistlib.TestPlistlib.test_xml_plist_with_entity_decl)\nSKIP: test_lint_status (test.test_plistlib.TestPlutil.test_lint_status) 'plutil utility is for Mac os'\nSKIP: test_octal_and_hex (test.test_plistlib.TestPlutil.test_octal_and_hex) 'plutil utility is for Mac os'\n\n----------------------------------------------------------------------\nRan 68 tests in 0.067s\n\nOK (skipped=2)\n0:01:56 load avg: 1.49 [310/480] test_popen passed\nPASS: test_contextmanager (test.test_popen.PopenTest.test_contextmanager)\nPASS: test_iterating (test.test_popen.PopenTest.test_iterating)\nPASS: test_keywords (test.test_popen.PopenTest.test_keywords)\nPASS: test_popen (test.test_popen.PopenTest.test_popen)\nPASS: test_return_code (test.test_popen.PopenTest.test_return_code)\n\n----------------------------------------------------------------------\nRan 5 tests in 0.034s\n\nOK\n0:01:56 load avg: 1.49 [311/480] test_positional_only_arg passed\nPASS: test_annotations_constant_fold (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_constant_fold)\nPASS: test_annotations_in_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_in_closures)\nPASS: test_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_async)\nPASS: test_change_default_pos_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_change_default_pos_only)\nPASS: test_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_closures)\nPASS: test_generator (test.test_positional_only_arg.PositionalOnlyTestCase.test_generator)\nPASS: test_invalid_syntax_errors (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors)\nPASS: test_invalid_syntax_errors_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors_async)\nPASS: test_invalid_syntax_lambda (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_lambda)\nPASS: test_lambdas (test.test_positional_only_arg.PositionalOnlyTestCase.test_lambdas)\nPASS: test_mangling (test.test_positional_only_arg.PositionalOnlyTestCase.test_mangling)\nPASS: test_module_function (test.test_positional_only_arg.PositionalOnlyTestCase.test_module_function)\nPASS: test_no_standard_args_usage (test.test_positional_only_arg.PositionalOnlyTestCase.test_no_standard_args_usage)\nPASS: test_optional_positional_only_args (test.test_positional_only_arg.PositionalOnlyTestCase.test_optional_positional_only_args)\nPASS: test_pos_only_call_via_unpacking (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_call_via_unpacking)\nPASS: test_pos_only_definition (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_definition)\nPASS: test_positional_only_and_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_arg_invalid_calls)\nPASS: test_positional_only_and_kwonlyargs_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_kwonlyargs_invalid_calls)\nPASS: test_positional_only_and_optional_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_optional_arg_invalid_calls)\nPASS: test_positional_only_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_invalid_calls)\nPASS: test_positional_only_with_optional_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_with_optional_invalid_calls)\nPASS: test_posonly_methods (test.test_positional_only_arg.PositionalOnlyTestCase.test_posonly_methods)\nPASS: test_same_keyword_as_positional_with_kwargs (test.test_positional_only_arg.PositionalOnlyTestCase.test_same_keyword_as_positional_with_kwargs)\nPASS: test_serialization (test.test_positional_only_arg.PositionalOnlyTestCase.test_serialization)\nPASS: test_super (test.test_positional_only_arg.PositionalOnlyTestCase.test_super)\nPASS: test_syntax_for_many_positional_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_syntax_for_many_positional_only)\nPASS: test_too_many_arguments (test.test_positional_only_arg.PositionalOnlyTestCase.test_too_many_arguments)\nPASS: test_use_positional_as_keyword (test.test_positional_only_arg.PositionalOnlyTestCase.test_use_positional_as_keyword)\n\n----------------------------------------------------------------------\nRan 28 tests in 0.004s\n\nOK\n0:01:57 load avg: 1.45 [312/480] test_poll passed\nPASS: test_poll1 (test.test_poll.PollTests.test_poll1)\nSKIP: test_poll2 (test.test_poll.PollTests.test_poll2) \"resource 'walltime' is not enabled\"\nPASS: test_poll3 (test.test_poll.PollTests.test_poll3)\nPASS: test_poll_blocks_with_negative_ms (test.test_poll.PollTests.test_poll_blocks_with_negative_ms)\nPASS: test_poll_c_limits (test.test_poll.PollTests.test_poll_c_limits)\nPASS: test_poll_unit_tests (test.test_poll.PollTests.test_poll_unit_tests)\nPASS: test_threaded_poll (test.test_poll.PollTests.test_threaded_poll)\n\n----------------------------------------------------------------------\nRan 7 tests in 1.105s\n\nOK (skipped=1)\n0:01:57 load avg: 1.45 [313/480] test_posix passed\nPASS: test_unshare_setns (test.test_posix.NamespacesTests.test_unshare_setns)\nPASS: test_initgroups (test.test_posix.PosixGroupsTester.test_initgroups)\nPASS: test_setgroups (test.test_posix.PosixGroupsTester.test_setgroups)\nPASS: testNoArgFunctions (test.test_posix.PosixTester.testNoArgFunctions)\nPASS: test_access (test.test_posix.PosixTester.test_access)\nPASS: test_chdir (test.test_posix.PosixTester.test_chdir)\nSKIP: test_chflags (test.test_posix.PosixTester.test_chflags) 'test needs os.chflags()'\nPASS: test_chmod_dir (test.test_posix.PosixTester.test_chmod_dir)\nPASS: test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink)\nPASS: test_chmod_file (test.test_posix.PosixTester.test_chmod_file)\nPASS: test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink)\nPASS: test_chown (test.test_posix.PosixTester.test_chown)\nPASS: test_cld_xxxx_constants (test.test_posix.PosixTester.test_cld_xxxx_constants)\nPASS: test_confstr (test.test_posix.PosixTester.test_confstr)\nPASS: test_dup (test.test_posix.PosixTester.test_dup)\nPASS: test_dup2 (test.test_posix.PosixTester.test_dup2)\nPASS: test_environ (test.test_posix.PosixTester.test_environ)\nPASS: test_fchmod_file (test.test_posix.PosixTester.test_fchmod_file)\nPASS: test_fchown (test.test_posix.PosixTester.test_fchown)\nPASS: test_fexecve (test.test_posix.PosixTester.test_fexecve)\nPASS: test_fs_holes (test.test_posix.PosixTester.test_fs_holes)\nPASS: test_fstat (test.test_posix.PosixTester.test_fstat)\nPASS: test_fstatvfs (test.test_posix.PosixTester.test_fstatvfs)\nPASS: test_ftruncate (test.test_posix.PosixTester.test_ftruncate)\nPASS: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester.test_get_and_set_scheduler_and_param)\nPASS: test_getcwd_long_pathnames (test.test_posix.PosixTester.test_getcwd_long_pathnames)\nPASS: test_getgrouplist (test.test_posix.PosixTester.test_getgrouplist)\nPASS: test_getgroups (test.test_posix.PosixTester.test_getgroups)\nPASS: test_getresgid (test.test_posix.PosixTester.test_getresgid)\nPASS: test_getresuid (test.test_posix.PosixTester.test_getresuid)\nPASS: test_initgroups (test.test_posix.PosixTester.test_initgroups)\nSKIP: test_lchflags_regular_file (test.test_posix.PosixTester.test_lchflags_regular_file) 'test needs os.lchflags()'\nSKIP: test_lchflags_symlink (test.test_posix.PosixTester.test_lchflags_symlink) 'test needs os.lchflags()'\nSKIP: test_lchmod_dir (test.test_posix.PosixTester.test_lchmod_dir) 'test needs os.lchmod()'\nSKIP: test_lchmod_dir_symlink (test.test_posix.PosixTester.test_lchmod_dir_symlink) 'test needs os.lchmod()'\nSKIP: test_lchmod_file (test.test_posix.PosixTester.test_lchmod_file) 'test needs os.lchmod()'\nSKIP: test_lchmod_file_symlink (test.test_posix.PosixTester.test_lchmod_file_symlink) 'test needs os.lchmod()'\nPASS: test_lchown (test.test_posix.PosixTester.test_lchown)\nPASS: test_listdir (test.test_posix.PosixTester.test_listdir)\nPASS: test_listdir_bytes (test.test_posix.PosixTester.test_listdir_bytes)\nPASS: test_listdir_bytes_like (test.test_posix.PosixTester.test_listdir_bytes_like)\nPASS: test_listdir_default (test.test_posix.PosixTester.test_listdir_default)\nPASS: test_listdir_fd (test.test_posix.PosixTester.test_listdir_fd)\nPASS: test_lockf (test.test_posix.PosixTester.test_lockf)\nPASS: test_makedev (test.test_posix.PosixTester.test_makedev)\nPASS: test_mkfifo (test.test_posix.PosixTester.test_mkfifo)\nPASS: test_mknod (test.test_posix.PosixTester.test_mknod)\nPASS: test_oscloexec (test.test_posix.PosixTester.test_oscloexec)\nSKIP: test_osexlock (test.test_posix.PosixTester.test_osexlock) 'test needs posix.O_EXLOCK'\nSKIP: test_osshlock (test.test_posix.PosixTester.test_osshlock) 'test needs posix.O_SHLOCK'\ntest_path_error2 (test.test_posix.PosixTester.test_path_error2)\nPASS: Test functions that call path_error2(), providing two filenames in their exceptions.\nPASS: test_path_with_null_byte (test.test_posix.PosixTester.test_path_with_null_byte)\nPASS: test_path_with_null_character (test.test_posix.PosixTester.test_path_with_null_character)\nPASS: test_pidfd_open (test.test_posix.PosixTester.test_pidfd_open)\nPASS: test_pipe (test.test_posix.PosixTester.test_pipe)\nPASS: test_pipe2 (test.test_posix.PosixTester.test_pipe2)\nPASS: test_pipe2_c_limits (test.test_posix.PosixTester.test_pipe2_c_limits)\nPASS: test_posix_fadvise (test.test_posix.PosixTester.test_posix_fadvise)\nPASS: test_posix_fadvise_errno (test.test_posix.PosixTester.test_posix_fadvise_errno)\nPASS: test_posix_fallocate (test.test_posix.PosixTester.test_posix_fallocate)\nPASS: test_posix_fallocate_errno (test.test_posix.PosixTester.test_posix_fallocate_errno)\nPASS: test_pread (test.test_posix.PosixTester.test_pread)\nPASS: test_preadv (test.test_posix.PosixTester.test_preadv)\nPASS: test_preadv_flags (test.test_posix.PosixTester.test_preadv_flags)\nSKIP: test_preadv_overflow_32bits (test.test_posix.PosixTester.test_preadv_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_putenv (test.test_posix.PosixTester.test_putenv)\nPASS: test_pwrite (test.test_posix.PosixTester.test_pwrite)\nPASS: test_pwritev (test.test_posix.PosixTester.test_pwritev)\nSKIP: test_pwritev_flags (test.test_posix.PosixTester.test_pwritev_flags) 'test needs os.RWF_SYNC'\nSKIP: test_pwritev_overflow_32bits (test.test_posix.PosixTester.test_pwritev_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_readv (test.test_posix.PosixTester.test_readv)\nSKIP: test_readv_overflow_32bits (test.test_posix.PosixTester.test_readv_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_register_at_fork (test.test_posix.PosixTester.test_register_at_fork)\nPASS: test_rtld_constants (test.test_posix.PosixTester.test_rtld_constants)\nPASS: test_sched_getaffinity (test.test_posix.PosixTester.test_sched_getaffinity)\nPASS: test_sched_param (test.test_posix.PosixTester.test_sched_param)\nPASS: test_sched_priority (test.test_posix.PosixTester.test_sched_priority)\nPASS: test_sched_rr_get_interval (test.test_posix.PosixTester.test_sched_rr_get_interval)\nPASS: test_sched_setaffinity (test.test_posix.PosixTester.test_sched_setaffinity)\nPASS: test_sched_yield (test.test_posix.PosixTester.test_sched_yield)\nPASS: test_setresgid (test.test_posix.PosixTester.test_setresgid)\nPASS: test_setresgid_exception (test.test_posix.PosixTester.test_setresgid_exception)\nPASS: test_setresuid (test.test_posix.PosixTester.test_setresuid)\nPASS: test_setresuid_exception (test.test_posix.PosixTester.test_setresuid_exception)\nPASS: test_stat (test.test_posix.PosixTester.test_stat)\nPASS: test_statvfs (test.test_posix.PosixTester.test_statvfs)\nPASS: test_strerror (test.test_posix.PosixTester.test_strerror)\nPASS: test_sysconf (test.test_posix.PosixTester.test_sysconf)\nPASS: test_truncate (test.test_posix.PosixTester.test_truncate)\nPASS: test_umask (test.test_posix.PosixTester.test_umask)\nPASS: test_utime (test.test_posix.PosixTester.test_utime)\nPASS: test_utime_nofollow_symlinks (test.test_posix.PosixTester.test_utime_nofollow_symlinks)\nPASS: test_utime_with_fd (test.test_posix.PosixTester.test_utime_with_fd)\nPASS: test_waitid (test.test_posix.PosixTester.test_waitid)\nPASS: test_writev (test.test_posix.PosixTester.test_writev)\nSKIP: test_writev_overflow_32bits (test.test_posix.PosixTester.test_writev_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_access_dir_fd (test.test_posix.TestPosixDirFd.test_access_dir_fd)\nPASS: test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd)\nPASS: test_chown_dir_fd (test.test_posix.TestPosixDirFd.test_chown_dir_fd)\nPASS: test_link_dir_fd (test.test_posix.TestPosixDirFd.test_link_dir_fd)\nPASS: test_mkdir_dir_fd (test.test_posix.TestPosixDirFd.test_mkdir_dir_fd)\nPASS: test_mkfifo_dir_fd (test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd)\nPASS: test_mknod_dir_fd (test.test_posix.TestPosixDirFd.test_mknod_dir_fd)\nPASS: test_open_dir_fd (test.test_posix.TestPosixDirFd.test_open_dir_fd)\nPASS: test_readlink_dir_fd (test.test_posix.TestPosixDirFd.test_readlink_dir_fd)\nPASS: test_rename_dir_fd (test.test_posix.TestPosixDirFd.test_rename_dir_fd)\nPASS: test_stat_dir_fd (test.test_posix.TestPosixDirFd.test_stat_dir_fd)\nPASS: test_symlink_dir_fd (test.test_posix.TestPosixDirFd.test_symlink_dir_fd)\nPASS: test_unlink_dir_fd (test.test_posix.TestPosixDirFd.test_unlink_dir_fd)\nPASS: test_utime_dir_fd (test.test_posix.TestPosixDirFd.test_utime_dir_fd)\nPASS: test_bad_file_actions (test.test_posix.TestPosixSpawn.test_bad_file_actions)\nPASS: test_close_file (test.test_posix.TestPosixSpawn.test_close_file)\nPASS: test_dup2 (test.test_posix.TestPosixSpawn.test_dup2)\nPASS: test_empty_file_actions (test.test_posix.TestPosixSpawn.test_empty_file_actions)\nPASS: test_multiple_file_actions (test.test_posix.TestPosixSpawn.test_multiple_file_actions)\nPASS: test_no_such_executable (test.test_posix.TestPosixSpawn.test_no_such_executable)\nPASS: test_none_file_actions (test.test_posix.TestPosixSpawn.test_none_file_actions)\nPASS: test_open_file (test.test_posix.TestPosixSpawn.test_open_file)\nPASS: test_resetids (test.test_posix.TestPosixSpawn.test_resetids)\nPASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawn.test_resetids_explicit_default)\nPASS: test_returns_pid (test.test_posix.TestPosixSpawn.test_returns_pid)\nPASS: test_setpgroup (test.test_posix.TestPosixSpawn.test_setpgroup)\nPASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn.test_setpgroup_wrong_type)\nPASS: test_setscheduler_only_param (test.test_posix.TestPosixSpawn.test_setscheduler_only_param)\nPASS: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn.test_setscheduler_with_policy)\nPASS: test_setsid (test.test_posix.TestPosixSpawn.test_setsid)\nPASS: test_setsigdef (test.test_posix.TestPosixSpawn.test_setsigdef)\nPASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn.test_setsigdef_wrong_type)\nPASS: test_setsigmask (test.test_posix.TestPosixSpawn.test_setsigmask)\nPASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn.test_setsigmask_wrong_type)\nPASS: test_specify_environment (test.test_posix.TestPosixSpawn.test_specify_environment)\nPASS: test_bad_file_actions (test.test_posix.TestPosixSpawnP.test_bad_file_actions)\nPASS: test_close_file (test.test_posix.TestPosixSpawnP.test_close_file)\nPASS: test_dup2 (test.test_posix.TestPosixSpawnP.test_dup2)\nPASS: test_empty_file_actions (test.test_posix.TestPosixSpawnP.test_empty_file_actions)\nPASS: test_multiple_file_actions (test.test_posix.TestPosixSpawnP.test_multiple_file_actions)\nPASS: test_no_such_executable (test.test_posix.TestPosixSpawnP.test_no_such_executable)\nPASS: test_none_file_actions (test.test_posix.TestPosixSpawnP.test_none_file_actions)\nPASS: test_open_file (test.test_posix.TestPosixSpawnP.test_open_file)\nPASS: test_posix_spawnp (test.test_posix.TestPosixSpawnP.test_posix_spawnp)\nPASS: test_resetids (test.test_posix.TestPosixSpawnP.test_resetids)\nPASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawnP.test_resetids_explicit_default)\nPASS: test_returns_pid (test.test_posix.TestPosixSpawnP.test_returns_pid)\nPASS: test_setpgroup (test.test_posix.TestPosixSpawnP.test_setpgroup)\nPASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP.test_setpgroup_wrong_type)\nPASS: test_setscheduler_only_param (test.test_posix.TestPosixSpawnP.test_setscheduler_only_param)\nPASS: test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP.test_setscheduler_with_policy)\nPASS: test_setsid (test.test_posix.TestPosixSpawnP.test_setsid)\nPASS: test_setsigdef (test.test_posix.TestPosixSpawnP.test_setsigdef)\nPASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigdef_wrong_type)\nPASS: test_setsigmask (test.test_posix.TestPosixSpawnP.test_setsigmask)\nPASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigmask_wrong_type)\nPASS: test_specify_environment (test.test_posix.TestPosixSpawnP.test_specify_environment)\nSKIP: test_access (test.test_posix.TestPosixWeaklinking.test_access) 'test weak linking on macOS'\nSKIP: test_chmod (test.test_posix.TestPosixWeaklinking.test_chmod) 'test weak linking on macOS'\nSKIP: test_chown (test.test_posix.TestPosixWeaklinking.test_chown) 'test weak linking on macOS'\nSKIP: test_link (test.test_posix.TestPosixWeaklinking.test_link) 'test weak linking on macOS'\nSKIP: test_listdir_scandir (test.test_posix.TestPosixWeaklinking.test_listdir_scandir) 'test weak linking on macOS'\nSKIP: test_mkdir (test.test_posix.TestPosixWeaklinking.test_mkdir) 'test weak linking on macOS'\nSKIP: test_mkfifo (test.test_posix.TestPosixWeaklinking.test_mkfifo) 'test weak linking on macOS'\nSKIP: test_mknod (test.test_posix.TestPosixWeaklinking.test_mknod) 'test weak linking on macOS'\nSKIP: test_open (test.test_posix.TestPosixWeaklinking.test_open) 'test weak linking on macOS'\nSKIP: test_ptsname_r (test.test_posix.TestPosixWeaklinking.test_ptsname_r) 'test weak linking on macOS'\nSKIP: test_pwritev (test.test_posix.TestPosixWeaklinking.test_pwritev) 'test weak linking on macOS'\nSKIP: test_readlink (test.test_posix.TestPosixWeaklinking.test_readlink) 'test weak linking on macOS'\nSKIP: test_rename_replace (test.test_posix.TestPosixWeaklinking.test_rename_replace) 'test weak linking on macOS'\nSKIP: test_stat (test.test_posix.TestPosixWeaklinking.test_stat) 'test weak linking on macOS'\nSKIP: test_symlink (test.test_posix.TestPosixWeaklinking.test_symlink) 'test weak linking on macOS'\nSKIP: test_unlink_rmdir (test.test_posix.TestPosixWeaklinking.test_unlink_rmdir) 'test weak linking on macOS'\nSKIP: test_utime (test.test_posix.TestPosixWeaklinking.test_utime) 'test weak linking on macOS'\n\n----------------------------------------------------------------------\nRan 170 tests in 0.883s\n\nOK (skipped=31)\n0:01:57 load avg: 1.45 [314/480] test_posixpath passed\nPASS: test_path_abspath (test.test_posixpath.PathLikeTests.test_path_abspath)\nPASS: test_path_basename (test.test_posixpath.PathLikeTests.test_path_basename)\nPASS: test_path_commonpath (test.test_posixpath.PathLikeTests.test_path_commonpath)\nPASS: test_path_dirname (test.test_posixpath.PathLikeTests.test_path_dirname)\nPASS: test_path_expanduser (test.test_posixpath.PathLikeTests.test_path_expanduser)\nPASS: test_path_expandvars (test.test_posixpath.PathLikeTests.test_path_expandvars)\nPASS: test_path_isabs (test.test_posixpath.PathLikeTests.test_path_isabs)\nPASS: test_path_islink (test.test_posixpath.PathLikeTests.test_path_islink)\nPASS: test_path_ismount (test.test_posixpath.PathLikeTests.test_path_ismount)\nPASS: test_path_join (test.test_posixpath.PathLikeTests.test_path_join)\nPASS: test_path_lexists (test.test_posixpath.PathLikeTests.test_path_lexists)\nPASS: test_path_normcase (test.test_posixpath.PathLikeTests.test_path_normcase)\nPASS: test_path_normpath (test.test_posixpath.PathLikeTests.test_path_normpath)\nPASS: test_path_realpath (test.test_posixpath.PathLikeTests.test_path_realpath)\nPASS: test_path_relpath (test.test_posixpath.PathLikeTests.test_path_relpath)\nPASS: test_path_split (test.test_posixpath.PathLikeTests.test_path_split)\nPASS: test_path_splitdrive (test.test_posixpath.PathLikeTests.test_path_splitdrive)\nPASS: test_path_splitext (test.test_posixpath.PathLikeTests.test_path_splitext)\nPASS: test_path_splitroot (test.test_posixpath.PathLikeTests.test_path_splitroot)\nPASS: test_abspath (test.test_posixpath.PosixCommonTest.test_abspath)\nPASS: test_abspath_issue3426 (test.test_posixpath.PosixCommonTest.test_abspath_issue3426)\nPASS: test_commonprefix (test.test_posixpath.PosixCommonTest.test_commonprefix)\nPASS: test_exists (test.test_posixpath.PosixCommonTest.test_exists)\nPASS: test_exists_bool (test.test_posixpath.PosixCommonTest.test_exists_bool)\nPASS: test_exists_fd (test.test_posixpath.PosixCommonTest.test_exists_fd)\nPASS: test_expandvars (test.test_posixpath.PosixCommonTest.test_expandvars)\nPASS: test_expandvars_nonascii (test.test_posixpath.PosixCommonTest.test_expandvars_nonascii)\nPASS: test_filetime (test.test_posixpath.PosixCommonTest.test_filetime)\nPASS: test_getsize (test.test_posixpath.PosixCommonTest.test_getsize)\nPASS: test_import (test.test_posixpath.PosixCommonTest.test_import)\nPASS: test_isdir (test.test_posixpath.PosixCommonTest.test_isdir)\nPASS: test_isfile (test.test_posixpath.PosixCommonTest.test_isfile)\nPASS: test_join_errors (test.test_posixpath.PosixCommonTest.test_join_errors)\nPASS: test_no_argument (test.test_posixpath.PosixCommonTest.test_no_argument)\nPASS: test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath)\nPASS: test_normcase (test.test_posixpath.PosixCommonTest.test_normcase)\nPASS: test_normpath_issue106242 (test.test_posixpath.PosixCommonTest.test_normpath_issue106242)\nPASS: test_normpath_issue5827 (test.test_posixpath.PosixCommonTest.test_normpath_issue5827)\nPASS: test_realpath (test.test_posixpath.PosixCommonTest.test_realpath)\nPASS: test_relpath_errors (test.test_posixpath.PosixCommonTest.test_relpath_errors)\nPASS: test_samefile (test.test_posixpath.PosixCommonTest.test_samefile)\nPASS: test_samefile_on_link (test.test_posixpath.PosixCommonTest.test_samefile_on_link)\nPASS: test_samefile_on_symlink (test.test_posixpath.PosixCommonTest.test_samefile_on_symlink)\nPASS: test_sameopenfile (test.test_posixpath.PosixCommonTest.test_sameopenfile)\nPASS: test_samestat (test.test_posixpath.PosixCommonTest.test_samestat)\nPASS: test_samestat_on_link (test.test_posixpath.PosixCommonTest.test_samestat_on_link)\nPASS: test_samestat_on_symlink (test.test_posixpath.PosixCommonTest.test_samestat_on_symlink)\nPASS: test_splitdrive (test.test_posixpath.PosixCommonTest.test_splitdrive)\nPASS: test_basename (test.test_posixpath.PosixPathTest.test_basename)\nPASS: test_commonpath (test.test_posixpath.PosixPathTest.test_commonpath)\nPASS: test_dirname (test.test_posixpath.PosixPathTest.test_dirname)\nPASS: test_expanduser (test.test_posixpath.PosixPathTest.test_expanduser)\nPASS: test_expanduser_home_envvar (test.test_posixpath.PosixPathTest.test_expanduser_home_envvar)\nPASS: test_expanduser_pwd (test.test_posixpath.PosixPathTest.test_expanduser_pwd)\nPASS: test_expanduser_pwd2 (test.test_posixpath.PosixPathTest.test_expanduser_pwd2)\nPASS: test_fast_paths_in_use (test.test_posixpath.PosixPathTest.test_fast_paths_in_use)\nPASS: test_isabs (test.test_posixpath.PosixPathTest.test_isabs)\nPASS: test_isjunction (test.test_posixpath.PosixPathTest.test_isjunction)\nPASS: test_islink (test.test_posixpath.PosixPathTest.test_islink)\nPASS: test_islink_invalid_paths (test.test_posixpath.PosixPathTest.test_islink_invalid_paths)\nPASS: test_ismount (test.test_posixpath.PosixPathTest.test_ismount)\nPASS: test_ismount_different_device (test.test_posixpath.PosixPathTest.test_ismount_different_device)\nPASS: test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable)\nPASS: test_ismount_invalid_paths (test.test_posixpath.PosixPathTest.test_ismount_invalid_paths)\nPASS: test_ismount_non_existent (test.test_posixpath.PosixPathTest.test_ismount_non_existent)\nPASS: test_ismount_symlinks (test.test_posixpath.PosixPathTest.test_ismount_symlinks)\nPASS: test_join (test.test_posixpath.PosixPathTest.test_join)\nPASS: test_normpath (test.test_posixpath.PosixPathTest.test_normpath)\nPASS: test_realpath_basic (test.test_posixpath.PosixPathTest.test_realpath_basic)\nPASS: test_realpath_curdir (test.test_posixpath.PosixPathTest.test_realpath_curdir)\nPASS: test_realpath_deep_recursion (test.test_posixpath.PosixPathTest.test_realpath_deep_recursion)\nPASS: test_realpath_invalid_paths (test.test_posixpath.PosixPathTest.test_realpath_invalid_paths)\nPASS: test_realpath_missing_pardir (test.test_posixpath.PosixPathTest.test_realpath_missing_pardir)\nPASS: test_realpath_nonterminal_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_file)\nPASS: test_realpath_nonterminal_symlink_to_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_file)\nPASS: test_realpath_nonterminal_symlink_to_symlinks_to_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_symlinks_to_file)\nPASS: test_realpath_pardir (test.test_posixpath.PosixPathTest.test_realpath_pardir)\nPASS: test_realpath_relative (test.test_posixpath.PosixPathTest.test_realpath_relative)\nPASS: test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks)\nPASS: test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing)\nPASS: test_realpath_resolve_first (test.test_posixpath.PosixPathTest.test_realpath_resolve_first)\nPASS: test_realpath_resolve_parents (test.test_posixpath.PosixPathTest.test_realpath_resolve_parents)\nPASS: test_realpath_strict (test.test_posixpath.PosixPathTest.test_realpath_strict)\nPASS: test_realpath_symlink_loops (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops)\nPASS: test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict)\nSKIP: test_realpath_unreadable_directory (test.test_posixpath.PosixPathTest.test_realpath_unreadable_directory) 'Cannot block permissions'\nSKIP: test_realpath_unreadable_symlink (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink) \"Can't set symlink permissions\"\nSKIP: test_realpath_unreadable_symlink_strict (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink_strict) \"Can't set symlink permissions\"\nPASS: test_relpath (test.test_posixpath.PosixPathTest.test_relpath)\nPASS: test_relpath_bytes (test.test_posixpath.PosixPathTest.test_relpath_bytes)\nPASS: test_split (test.test_posixpath.PosixPathTest.test_split)\nPASS: test_splitext (test.test_posixpath.PosixPathTest.test_splitext)\nPASS: test_splitroot (test.test_posixpath.PosixPathTest.test_splitroot)\n\n----------------------------------------------------------------------\nRan 93 tests in 0.034s\n\nOK (skipped=3)\n0:01:57 load avg: 1.45 [315/480] test_pprint passed\nPASS: test_basic (test.test_pprint.QueryTestCase.test_basic)\nPASS: test_basic_line_wrap (test.test_pprint.QueryTestCase.test_basic_line_wrap)\nPASS: test_bytearray_wrap (test.test_pprint.QueryTestCase.test_bytearray_wrap)\nPASS: test_bytes_wrap (test.test_pprint.QueryTestCase.test_bytes_wrap)\nPASS: test_chainmap (test.test_pprint.QueryTestCase.test_chainmap)\nPASS: test_compact (test.test_pprint.QueryTestCase.test_compact)\nPASS: test_compact_width (test.test_pprint.QueryTestCase.test_compact_width)\nPASS: test_container_repr_override_called (test.test_pprint.QueryTestCase.test_container_repr_override_called)\nPASS: test_counter (test.test_pprint.QueryTestCase.test_counter)\nPASS: test_cyclic_dataclass (test.test_pprint.QueryTestCase.test_cyclic_dataclass)\nPASS: test_dataclass_no_repr (test.test_pprint.QueryTestCase.test_dataclass_no_repr)\nPASS: test_dataclass_with_repr (test.test_pprint.QueryTestCase.test_dataclass_with_repr)\nPASS: test_default_dict (test.test_pprint.QueryTestCase.test_default_dict)\nPASS: test_depth (test.test_pprint.QueryTestCase.test_depth)\nPASS: test_deque (test.test_pprint.QueryTestCase.test_deque)\nPASS: test_empty_dataclass (test.test_pprint.QueryTestCase.test_empty_dataclass)\nPASS: test_empty_simple_namespace (test.test_pprint.QueryTestCase.test_empty_simple_namespace)\nPASS: test_init (test.test_pprint.QueryTestCase.test_init)\nPASS: test_integer (test.test_pprint.QueryTestCase.test_integer)\nPASS: test_knotted (test.test_pprint.QueryTestCase.test_knotted)\nPASS: test_larger_dataclass (test.test_pprint.QueryTestCase.test_larger_dataclass)\nPASS: test_mapping_proxy (test.test_pprint.QueryTestCase.test_mapping_proxy)\nPASS: test_nested_indentations (test.test_pprint.QueryTestCase.test_nested_indentations)\nPASS: test_ordered_dict (test.test_pprint.QueryTestCase.test_ordered_dict)\nPASS: test_recursive_dataclass (test.test_pprint.QueryTestCase.test_recursive_dataclass)\nPASS: test_same_as_repr (test.test_pprint.QueryTestCase.test_same_as_repr)\nPASS: test_set_of_sets_reprs (test.test_pprint.QueryTestCase.test_set_of_sets_reprs)\nPASS: test_set_reprs (test.test_pprint.QueryTestCase.test_set_reprs)\nPASS: test_simple_namespace (test.test_pprint.QueryTestCase.test_simple_namespace)\nPASS: test_simple_namespace_subclass (test.test_pprint.QueryTestCase.test_simple_namespace_subclass)\nPASS: test_small_dataclass (test.test_pprint.QueryTestCase.test_small_dataclass)\nPASS: test_small_simple_namespace (test.test_pprint.QueryTestCase.test_small_simple_namespace)\nPASS: test_sort_dict (test.test_pprint.QueryTestCase.test_sort_dict)\nPASS: test_sort_orderable_and_unorderable_values (test.test_pprint.QueryTestCase.test_sort_orderable_and_unorderable_values)\nPASS: test_sort_unorderable_values (test.test_pprint.QueryTestCase.test_sort_unorderable_values)\nPASS: test_sorted_dict (test.test_pprint.QueryTestCase.test_sorted_dict)\nPASS: test_stdout_is_None (test.test_pprint.QueryTestCase.test_stdout_is_None)\nPASS: test_str_wrap (test.test_pprint.QueryTestCase.test_str_wrap)\nPASS: test_subclassing (test.test_pprint.QueryTestCase.test_subclassing)\nPASS: test_unreadable (test.test_pprint.QueryTestCase.test_unreadable)\nPASS: test_user_dict (test.test_pprint.QueryTestCase.test_user_dict)\nPASS: test_user_list (test.test_pprint.QueryTestCase.test_user_list)\nPASS: test_user_string (test.test_pprint.QueryTestCase.test_user_string)\nPASS: test_width (test.test_pprint.QueryTestCase.test_width)\n\n----------------------------------------------------------------------\nRan 44 tests in 0.032s\n\nOK\n0:01:57 load avg: 1.45 [316/480] test_print passed\nPASS: test_gh130163 (test.test_print.TestPrint.test_gh130163)\nPASS: test_print (test.test_print.TestPrint.test_print)\nPASS: test_print_flush (test.test_print.TestPrint.test_print_flush)\nPASS: test_normal_string (test.test_print.TestPy2MigrationHint.test_normal_string)\nPASS: test_stream_redirection_hint_for_py2_migration (test.test_print.TestPy2MigrationHint.test_stream_redirection_hint_for_py2_migration)\nPASS: test_string_in_loop_on_same_line (test.test_print.TestPy2MigrationHint.test_string_in_loop_on_same_line)\nPASS: test_string_with_excessive_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_excessive_whitespace)\nPASS: test_string_with_leading_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_leading_whitespace)\nPASS: test_string_with_semicolon (test.test_print.TestPy2MigrationHint.test_string_with_semicolon)\nPASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint.test_string_with_soft_space)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.005s\n\nOK\n0:01:57 load avg: 1.45 [317/480] test_pow passed\nPASS: test_big_exp (test.test_pow.PowTest.test_big_exp)\nPASS: test_bug643260 (test.test_pow.PowTest.test_bug643260)\nPASS: test_bug705231 (test.test_pow.PowTest.test_bug705231)\nPASS: test_negative_exponent (test.test_pow.PowTest.test_negative_exponent)\nPASS: test_other (test.test_pow.PowTest.test_other)\nPASS: test_powfloat (test.test_pow.PowTest.test_powfloat)\nPASS: test_powint (test.test_pow.PowTest.test_powint)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.355s\n\nOK\n0:01:57 load avg: 1.45 [318/480] test_property passed\nPASS: test_docstring_copy (test.test_property.PropertySubclassTests.test_docstring_copy)\ntest_docstring_copy2 (test.test_property.PropertySubclassTests.test_docstring_copy2)\nPASS: Property tries to provide the best docstring it finds for its instances.\nPASS: test_issue41287 (test.test_property.PropertySubclassTests.test_issue41287)\nPASS: test_prefer_explicit_doc (test.test_property.PropertySubclassTests.test_prefer_explicit_doc)\nPASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests.test_property_new_getter_new_docstring)\nPASS: test_property_no_doc_on_getter (test.test_property.PropertySubclassTests.test_property_no_doc_on_getter)\nPASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests.test_property_setter_copies_getter_docstring)\nPASS: test_property_with_slots_and_doc_slot_docstring_present (test.test_property.PropertySubclassTests.test_property_with_slots_and_doc_slot_docstring_present)\nPASS: test_property_with_slots_docstring_silently_dropped (test.test_property.PropertySubclassTests.test_property_with_slots_docstring_silently_dropped)\nPASS: test_property_with_slots_no_docstring (test.test_property.PropertySubclassTests.test_property_with_slots_no_docstring)\nPASS: test_slots_docstring_copy_exception (test.test_property.PropertySubclassTests.test_slots_docstring_copy_exception)\nSKIP: test_gh_115618 (test.test_property.PropertyTests.test_gh_115618) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_property___isabstractmethod__descriptor (test.test_property.PropertyTests.test_property___isabstractmethod__descriptor)\nPASS: test_property_builtin_doc_writable (test.test_property.PropertyTests.test_property_builtin_doc_writable)\nPASS: test_property_decorator_baseclass (test.test_property.PropertyTests.test_property_decorator_baseclass)\nPASS: test_property_decorator_baseclass_doc (test.test_property.PropertyTests.test_property_decorator_baseclass_doc)\nPASS: test_property_decorator_doc (test.test_property.PropertyTests.test_property_decorator_doc)\nPASS: test_property_decorator_doc_writable (test.test_property.PropertyTests.test_property_decorator_doc_writable)\nPASS: test_property_decorator_subclass (test.test_property.PropertyTests.test_property_decorator_subclass)\nPASS: test_property_decorator_subclass_doc (test.test_property.PropertyTests.test_property_decorator_subclass_doc)\nPASS: test_property_getter_doc_override (test.test_property.PropertyTests.test_property_getter_doc_override)\nPASS: test_property_name (test.test_property.PropertyTests.test_property_name)\nPASS: test_property_set_name_incorrect_args (test.test_property.PropertyTests.test_property_set_name_incorrect_args)\nPASS: test_property_setname_on_property_subclass (test.test_property.PropertyTests.test_property_setname_on_property_subclass)\nSKIP: test_refleaks_in___init__ (test.test_property.PropertyTests.test_refleaks_in___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_del_property (test.test_property.PropertyUnreachableAttributeNoName.test_del_property)\nPASS: test_get_property (test.test_property.PropertyUnreachableAttributeNoName.test_get_property)\nPASS: test_set_property (test.test_property.PropertyUnreachableAttributeNoName.test_set_property)\nPASS: test_del_property (test.test_property.PropertyUnreachableAttributeWithName.test_del_property)\nPASS: test_get_property (test.test_property.PropertyUnreachableAttributeWithName.test_get_property)\nPASS: test_set_property (test.test_property.PropertyUnreachableAttributeWithName.test_set_property)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.002s\n\nOK (skipped=2)\n0:01:58 load avg: 1.45 [319/480] test_profile passed\nPASS: test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions)\nPASS: test_cprofile (test.test_profile.ProfileTest.test_cprofile)\nPASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory)\nPASS: test_run (test.test_profile.ProfileTest.test_run)\nPASS: test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module)\nPASS: test_run_with_sort_by_values (test.test_profile.ProfileTest.test_run_with_sort_by_values)\nPASS: test_runctx (test.test_profile.ProfileTest.test_runctx)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.195s\n\nOK\n0:01:58 load avg: 1.45 [320/480] test_pstats passed\nPASS: test_combine_results (test.test_pstats.AddCallersTestCase.test_combine_results)\nPASS: test_SortKey_enum (test.test_pstats.StatsTestCase.test_SortKey_enum)\nPASS: test_add (test.test_pstats.StatsTestCase.test_add)\nPASS: test_dump_and_load_works_correctly (test.test_pstats.StatsTestCase.test_dump_and_load_works_correctly)\nPASS: test_get_stats_profile (test.test_pstats.StatsTestCase.test_get_stats_profile)\nPASS: test_load_equivalent_to_init (test.test_pstats.StatsTestCase.test_load_equivalent_to_init)\nPASS: test_loading_wrong_types (test.test_pstats.StatsTestCase.test_loading_wrong_types)\nPASS: test_sort_starts_mix (test.test_pstats.StatsTestCase.test_sort_starts_mix)\nPASS: test_sort_stats_enum (test.test_pstats.StatsTestCase.test_sort_stats_enum)\nPASS: test_sort_stats_int (test.test_pstats.StatsTestCase.test_sort_stats_int)\nPASS: test_sort_stats_partial (test.test_pstats.StatsTestCase.test_sort_stats_partial)\nPASS: test_sort_stats_string (test.test_pstats.StatsTestCase.test_sort_stats_string)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.052s\n\nOK\n0:01:58 load avg: 1.45 [321/480] test_pulldom passed\ntest_comment (test.test_pulldom.PullDOMTestCase.test_comment)\nPullDOM does not receive \"comment\" events. ... expected failure\ntest_end_document (test.test_pulldom.PullDOMTestCase.test_end_document)\nPullDOM does not receive \"end-document\" events. ... expected failure\ntest_expandItem (test.test_pulldom.PullDOMTestCase.test_expandItem)\nPASS: Ensure expandItem works as expected.\nPASS: test_external_ges_default (test.test_pulldom.PullDOMTestCase.test_external_ges_default)\ntest_parse (test.test_pulldom.PullDOMTestCase.test_parse)\nPASS: Minimal test of DOMEventStream.parse()\ntest_parse_semantics (test.test_pulldom.PullDOMTestCase.test_parse_semantics)\nPASS: Test DOMEventStream parsing semantics.\ntestSAX2DOM (test.test_pulldom.SAX2DOMTestCase.testSAX2DOM)\nPASS: Ensure SAX2DOM expands nodes as expected.\ntest_basic (test.test_pulldom.SAX2DOMTestCase.test_basic)\nPASS: Ensure SAX2DOM can parse from a stream.\ntest_sax2dom_fail (test.test_pulldom.ThoroughTestCase.test_sax2dom_fail)\nSAX2DOM can\"t handle a PI before the root element. ... expected failure\ntest_thorough_parse (test.test_pulldom.ThoroughTestCase.test_thorough_parse)\nPASS: Test some of the hard-to-reach parts of PullDOM.\ntest_thorough_sax2dom (test.test_pulldom.ThoroughTestCase.test_thorough_sax2dom)\nPASS: Test some of the hard-to-reach parts of SAX2DOM.\n\n----------------------------------------------------------------------\nRan 11 tests in 0.024s\n\nOK (expected failures=3)\n0:01:58 load avg: 1.45 [322/480] test_pty passed\ntest_fork (test.test_pty.PtyTest.test_fork) ... calling pty.fork()\nWaiting for child (12363) to finish.\nIn child, calling os.setsid()\nGood: OSError was raised.\nChild (12363) exited with code 4 (status 1024).\nok\ntest_master_read (test.test_pty.PtyTest.test_master_read) ... Calling pty.openpty()\nGot master_fd '3', slave_fd '4'\nClosing slave_fd\nReading from master_fd\nok\ntest_openpty (test.test_pty.PtyTest.test_openpty) ... Setting pty.STDIN_FILENO window size.\noriginal size: (row, col) = (0, 0)\ntarget size: (row, col) = (1, 1)\nCalling pty.openpty()\nGot master_fd=3, slave_fd=4, slave_name=None\nexpected failure\nPASS: test_spawn_doesnt_hang (test.test_pty.PtyTest.test_spawn_doesnt_hang)\ntest__copy_to_each (test.test_pty.SmallPtyTests.test__copy_to_each)\nPASS: Test the normal data case on both master_fd and stdin.\ntest__restore_tty_mode_normal_return (test.test_pty.SmallPtyTests.test__restore_tty_mode_normal_return)\nPASS: Test that spawn resets the tty mode no when _copy returns normally.\n\n----------------------------------------------------------------------\nRan 6 tests in 0.023s\n\nOK (expected failures=1)\n0:01:58 load avg: 1.45 [323/480] test_pwd passed\nPASS: test_errors (test.test_pwd.PwdTest.test_errors)\nPASS: test_values (test.test_pwd.PwdTest.test_values)\nPASS: test_values_extended (test.test_pwd.PwdTest.test_values_extended)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.001s\n\nOK\n0:01:58 load avg: 1.45 [324/480] test_py_compile passed\nPASS: test_bad_syntax (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax)\nPASS: test_bad_syntax_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax_with_quiet)\nPASS: test_file_not_exists (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists)\nPASS: test_file_not_exists_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists_with_quiet)\nPASS: test_stdin (test.test_py_compile.PyCompileCLITestCase.test_stdin)\nPASS: test_with_files (test.test_py_compile.PyCompileCLITestCase.test_with_files)\nPASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_absolute_path)\nPASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_bad_coding)\nPASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cache_path)\nPASS: test_cwd (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cwd)\nPASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_nonregular_files)\nPASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_symlinks)\nPASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_double_dot_no_clobber)\nSKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_exceptions_propagate) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_invalidation_mode)\nPASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_optimization_path)\nPASS: test_quiet (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_quiet)\nPASS: test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_relative_path)\nPASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_source_date_epoch)\nPASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_absolute_path)\nPASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_bad_coding)\nPASS: test_cache_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cache_path)\nPASS: test_cwd (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cwd)\nPASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_nonregular_files)\nPASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_symlinks)\nPASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_double_dot_no_clobber)\nSKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_exceptions_propagate) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_invalidation_mode)\nPASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_optimization_path)\nPASS: test_quiet (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_quiet)\nPASS: test_relative_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_relative_path)\nPASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_source_date_epoch)\n\n----------------------------------------------------------------------\nRan 32 tests in 0.209s\n\nOK (skipped=2)\n0:01:58 load avg: 1.45 [325/480] test_pyexpat passed\nPASS: test1 (test.test_pyexpat.BufferTextTest.test1)\nPASS: test2 (test.test_pyexpat.BufferTextTest.test2)\nPASS: test3 (test.test_pyexpat.BufferTextTest.test3)\nPASS: test4 (test.test_pyexpat.BufferTextTest.test4)\nPASS: test5 (test.test_pyexpat.BufferTextTest.test5)\nPASS: test6 (test.test_pyexpat.BufferTextTest.test6)\nPASS: test7 (test.test_pyexpat.BufferTextTest.test7)\nPASS: test_buffering_enabled (test.test_pyexpat.BufferTextTest.test_buffering_enabled)\nPASS: test_default_to_disabled (test.test_pyexpat.BufferTextTest.test_default_to_disabled)\nPASS: test_1000_bytes (test.test_pyexpat.ChardataBufferTest.test_1000_bytes)\nPASS: test_1025_bytes (test.test_pyexpat.ChardataBufferTest.test_1025_bytes)\nPASS: test_change_size_1 (test.test_pyexpat.ChardataBufferTest.test_change_size_1)\nPASS: test_change_size_2 (test.test_pyexpat.ChardataBufferTest.test_change_size_2)\nPASS: test_disabling_buffer (test.test_pyexpat.ChardataBufferTest.test_disabling_buffer)\nPASS: test_unchanged_size (test.test_pyexpat.ChardataBufferTest.test_unchanged_size)\nPASS: test_wrong_size (test.test_pyexpat.ChardataBufferTest.test_wrong_size)\nPASS: test_codes (test.test_pyexpat.ErrorMessageTest.test_codes)\nPASS: test_expaterror (test.test_pyexpat.ErrorMessageTest.test_expaterror)\ntest_ignore_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests.test_ignore_use_foreign_dtd)\nPASS: If UseForeignDTD is passed True and a document with an external\ntest_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests.test_use_foreign_dtd)\nPASS: If UseForeignDTD is passed True and a document without an external\nPASS: test_exception (test.test_pyexpat.HandlerExceptionTest.test_exception)\nPASS: test (test.test_pyexpat.InterningTest.test)\nPASS: test_issue9402 (test.test_pyexpat.InterningTest.test_issue9402)\nPASS: test1 (test.test_pyexpat.MalformedInputTest.test1)\nPASS: test2 (test.test_pyexpat.MalformedInputTest.test2)\nPASS: test_illegal (test.test_pyexpat.NamespaceSeparatorTest.test_illegal)\nPASS: test_legal (test.test_pyexpat.NamespaceSeparatorTest.test_legal)\nPASS: test_zero_length (test.test_pyexpat.NamespaceSeparatorTest.test_zero_length)\nPASS: test_parse_again (test.test_pyexpat.ParseTest.test_parse_again)\nPASS: test_parse_bytes (test.test_pyexpat.ParseTest.test_parse_bytes)\nPASS: test_parse_file (test.test_pyexpat.ParseTest.test_parse_file)\nPASS: test_parse_str (test.test_pyexpat.ParseTest.test_parse_str)\nPASS: test (test.test_pyexpat.PositionTest.test)\nPASS: test_getter_setter_round_trip (test.test_pyexpat.ReparseDeferralTest.test_getter_setter_round_trip)\nPASS: test_reparse_deferral_disabled (test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_disabled)\nPASS: test_reparse_deferral_enabled (test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_enabled)\nPASS: test_buffer_text (test.test_pyexpat.SetAttributeTest.test_buffer_text)\nPASS: test_invalid_attributes (test.test_pyexpat.SetAttributeTest.test_invalid_attributes)\nPASS: test_namespace_prefixes (test.test_pyexpat.SetAttributeTest.test_namespace_prefixes)\nPASS: test_ordered_attributes (test.test_pyexpat.SetAttributeTest.test_ordered_attributes)\nPASS: test_specified_attributes (test.test_pyexpat.SetAttributeTest.test_specified_attributes)\nPASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test.test_parse_only_xml_data)\n\n----------------------------------------------------------------------\nRan 42 tests in 0.003s\n\nOK\n0:01:58 load avg: 1.45 [326/480] test_pyrepl skipped (resource denied)\ntest_pyrepl skipped -- Use of the 'curses' resource not enabled\n0:01:58 load avg: 1.45 [327/480] test_pyclbr passed\nPASS: test_cases (test.test_pyclbr.PyclbrTest.test_cases)\nPASS: test_easy (test.test_pyclbr.PyclbrTest.test_easy)\nPASS: test_nested (test.test_pyclbr.PyclbrTest.test_nested)\nPASS: test_others (test.test_pyclbr.PyclbrTest.test_others)\nPASS: test_dotted_name_not_a_package (test.test_pyclbr.ReadmoduleTests.test_dotted_name_not_a_package)\nPASS: test_module_has_no_spec (test.test_pyclbr.ReadmoduleTests.test_module_has_no_spec)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.447s\n\nOK\n0:01:58 load avg: 1.45 [328/480] test_quopri passed\nPASS: test_decode (test.test_quopri.QuopriTestCase.test_decode)\nPASS: test_decode_header (test.test_quopri.QuopriTestCase.test_decode_header)\nPASS: test_decodestring (test.test_quopri.QuopriTestCase.test_decodestring)\nPASS: test_decodestring_double_equals (test.test_quopri.QuopriTestCase.test_decodestring_double_equals)\nPASS: test_embedded_ws (test.test_quopri.QuopriTestCase.test_embedded_ws)\nPASS: test_encode (test.test_quopri.QuopriTestCase.test_encode)\nPASS: test_encode_header (test.test_quopri.QuopriTestCase.test_encode_header)\nPASS: test_encodestring (test.test_quopri.QuopriTestCase.test_encodestring)\nPASS: test_idempotent_string (test.test_quopri.QuopriTestCase.test_idempotent_string)\nPASS: test_scriptdecode (test.test_quopri.QuopriTestCase.test_scriptdecode)\nPASS: test_scriptencode (test.test_quopri.QuopriTestCase.test_scriptencode)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.082s\n\nOK\n0:01:59 load avg: 1.45 [329/480] test_raise passed\nPASS: testCauseSyntax (test.test_raise.TestCause.testCauseSyntax)\nPASS: test_class_cause (test.test_raise.TestCause.test_class_cause)\nPASS: test_class_cause_nonexception_result (test.test_raise.TestCause.test_class_cause_nonexception_result)\nPASS: test_erroneous_cause (test.test_raise.TestCause.test_erroneous_cause)\nPASS: test_instance_cause (test.test_raise.TestCause.test_instance_cause)\nPASS: test_invalid_cause (test.test_raise.TestCause.test_invalid_cause)\nPASS: test_3118 (test.test_raise.TestContext.test_3118)\nPASS: test_3611 (test.test_raise.TestContext.test_3611)\nPASS: test_c_exception_context (test.test_raise.TestContext.test_c_exception_context)\nPASS: test_c_exception_raise (test.test_raise.TestContext.test_c_exception_raise)\nPASS: test_class_context_class_raise (test.test_raise.TestContext.test_class_context_class_raise)\nPASS: test_class_context_instance_raise (test.test_raise.TestContext.test_class_context_instance_raise)\nPASS: test_context_manager (test.test_raise.TestContext.test_context_manager)\nPASS: test_cycle_broken (test.test_raise.TestContext.test_cycle_broken)\nPASS: test_instance_context_instance_raise (test.test_raise.TestContext.test_instance_context_instance_raise)\nPASS: test_noraise_finally (test.test_raise.TestContext.test_noraise_finally)\nPASS: test_not_last (test.test_raise.TestContext.test_not_last)\nPASS: test_raise_finally (test.test_raise.TestContext.test_raise_finally)\nPASS: test_reraise_cycle_broken (test.test_raise.TestContext.test_reraise_cycle_broken)\nPASS: test_assert_with_tuple_arg (test.test_raise.TestRaise.test_assert_with_tuple_arg)\nPASS: test_erroneous_exception (test.test_raise.TestRaise.test_erroneous_exception)\nPASS: test_except_reraise (test.test_raise.TestRaise.test_except_reraise)\nPASS: test_finally_reraise (test.test_raise.TestRaise.test_finally_reraise)\nPASS: test_invalid_reraise (test.test_raise.TestRaise.test_invalid_reraise)\nPASS: test_nested_reraise (test.test_raise.TestRaise.test_nested_reraise)\nPASS: test_new_returns_invalid_instance (test.test_raise.TestRaise.test_new_returns_invalid_instance)\nPASS: test_raise_from_None (test.test_raise.TestRaise.test_raise_from_None)\nPASS: test_reraise (test.test_raise.TestRaise.test_reraise)\nPASS: test_with_reraise1 (test.test_raise.TestRaise.test_with_reraise1)\nPASS: test_with_reraise2 (test.test_raise.TestRaise.test_with_reraise2)\nPASS: test_yield_reraise (test.test_raise.TestRaise.test_yield_reraise)\nPASS: test_strings (test.test_raise.TestRemovedFunctionality.test_strings)\nPASS: test_tuples (test.test_raise.TestRemovedFunctionality.test_tuples)\nPASS: test_accepts_traceback (test.test_raise.TestTraceback.test_accepts_traceback)\nPASS: test_sets_traceback (test.test_raise.TestTraceback.test_sets_traceback)\nPASS: test_attrs (test.test_raise.TestTracebackType.test_attrs)\nPASS: test_constructor (test.test_raise.TestTracebackType.test_constructor)\n\n----------------------------------------------------------------------\nRan 37 tests in 0.003s\n\nOK\n0:02:00 load avg: 1.45 [330/480] test_random passed\nPASS: test_main (test.test_random.CommandLineTest.test_main)\nPASS: test_parse_args (test.test_random.CommandLineTest.test_parse_args)\nPASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps.test_53_bits_per_float)\nPASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps.test_autoseed)\nPASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps.test_bigrand)\nPASS: test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps.test_bigrand_ranges)\nPASS: test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps.test_bug_1727780)\nPASS: test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps.test_bug_27706)\nPASS: test_bug_31478 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31478)\nPASS: test_bug_31482 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31482)\nPASS: test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps.test_bug_9025)\nPASS: test_choice (test.test_random.MersenneTwister_TestBasicOps.test_choice)\nPASS: test_choice_with_numpy (test.test_random.MersenneTwister_TestBasicOps.test_choice_with_numpy)\nPASS: test_choices (test.test_random.MersenneTwister_TestBasicOps.test_choices)\nPASS: test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps.test_choices_algorithms)\nPASS: test_choices_infinite_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_infinite_total)\nPASS: test_choices_negative_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_negative_total)\nPASS: test_choices_subnormal (test.test_random.MersenneTwister_TestBasicOps.test_choices_subnormal)\nPASS: test_choices_with_all_zero_weights (test.test_random.MersenneTwister_TestBasicOps.test_choices_with_all_zero_weights)\nPASS: test_gauss (test.test_random.MersenneTwister_TestBasicOps.test_gauss)\nPASS: test_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits)\nPASS: test_getrandbits_2G_bits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_2G_bits)\nSKIP: test_getrandbits_4G_bits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_4G_bits) 'not enough memory: 1.0G minimum needed'\nPASS: test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps.test_guaranteed_stable)\nPASS: test_long_seed (test.test_random.MersenneTwister_TestBasicOps.test_long_seed)\nPASS: test_mu_sigma_default_args (test.test_random.MersenneTwister_TestBasicOps.test_mu_sigma_default_args)\nPASS: test_pickling (test.test_random.MersenneTwister_TestBasicOps.test_pickling)\nPASS: test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_logic)\nPASS: test_randbelow_without_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_without_getrandbits)\nPASS: test_randbytes (test.test_random.MersenneTwister_TestBasicOps.test_randbytes)\nSKIP: test_randbytes_256M (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_256M) 'not enough memory: 1.0G minimum needed'\nPASS: test_randbytes_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_getrandbits)\nPASS: test_randrange_bug_1590891 (test.test_random.MersenneTwister_TestBasicOps.test_randrange_bug_1590891)\nPASS: test_randrange_uses_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randrange_uses_getrandbits)\nPASS: test_rangelimits (test.test_random.MersenneTwister_TestBasicOps.test_rangelimits)\nPASS: test_referenceImplementation (test.test_random.MersenneTwister_TestBasicOps.test_referenceImplementation)\nPASS: test_sample (test.test_random.MersenneTwister_TestBasicOps.test_sample)\nPASS: test_sample_counts_equivalence (test.test_random.MersenneTwister_TestBasicOps.test_sample_counts_equivalence)\nPASS: test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps.test_sample_distribution)\nPASS: test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps.test_sample_inputs)\nPASS: test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_dicts)\nPASS: test_sample_on_seqsets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_seqsets)\nPASS: test_sample_on_sets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_sets)\nPASS: test_sample_with_counts (test.test_random.MersenneTwister_TestBasicOps.test_sample_with_counts)\nPASS: test_saverestore (test.test_random.MersenneTwister_TestBasicOps.test_saverestore)\nPASS: test_seed_no_mutate_bug_44018 (test.test_random.MersenneTwister_TestBasicOps.test_seed_no_mutate_bug_44018)\nPASS: test_seed_when_randomness_source_not_found (test.test_random.MersenneTwister_TestBasicOps.test_seed_when_randomness_source_not_found)\nPASS: test_seedargs (test.test_random.MersenneTwister_TestBasicOps.test_seedargs)\nPASS: test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_first_arg)\nPASS: test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_middle_arg)\nPASS: test_shuffle (test.test_random.MersenneTwister_TestBasicOps.test_shuffle)\nPASS: test_strong_reference_implementation (test.test_random.MersenneTwister_TestBasicOps.test_strong_reference_implementation)\nPASS: test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps.test_53_bits_per_float)\nPASS: test_autoseed (test.test_random.SystemRandom_TestBasicOps.test_autoseed)\nPASS: test_bigrand (test.test_random.SystemRandom_TestBasicOps.test_bigrand)\nPASS: test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps.test_bigrand_ranges)\nPASS: test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps.test_bug_1727780)\nPASS: test_bug_9025 (test.test_random.SystemRandom_TestBasicOps.test_bug_9025)\nPASS: test_choice (test.test_random.SystemRandom_TestBasicOps.test_choice)\nPASS: test_choice_with_numpy (test.test_random.SystemRandom_TestBasicOps.test_choice_with_numpy)\nPASS: test_choices (test.test_random.SystemRandom_TestBasicOps.test_choices)\nPASS: test_choices_infinite_total (test.test_random.SystemRandom_TestBasicOps.test_choices_infinite_total)\nPASS: test_choices_negative_total (test.test_random.SystemRandom_TestBasicOps.test_choices_negative_total)\nPASS: test_choices_subnormal (test.test_random.SystemRandom_TestBasicOps.test_choices_subnormal)\nPASS: test_choices_with_all_zero_weights (test.test_random.SystemRandom_TestBasicOps.test_choices_with_all_zero_weights)\nPASS: test_gauss (test.test_random.SystemRandom_TestBasicOps.test_gauss)\nPASS: test_getrandbits (test.test_random.SystemRandom_TestBasicOps.test_getrandbits)\nPASS: test_mu_sigma_default_args (test.test_random.SystemRandom_TestBasicOps.test_mu_sigma_default_args)\nPASS: test_pickling (test.test_random.SystemRandom_TestBasicOps.test_pickling)\nPASS: test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps.test_randbelow_logic)\nPASS: test_randbytes (test.test_random.SystemRandom_TestBasicOps.test_randbytes)\nPASS: test_randrange_errors (test.test_random.SystemRandom_TestBasicOps.test_randrange_errors)\nPASS: test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_nonunit_step)\nPASS: test_randrange_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_step)\nPASS: test_rangelimits (test.test_random.SystemRandom_TestBasicOps.test_rangelimits)\nPASS: test_sample (test.test_random.SystemRandom_TestBasicOps.test_sample)\nPASS: test_sample_distribution (test.test_random.SystemRandom_TestBasicOps.test_sample_distribution)\nPASS: test_sample_inputs (test.test_random.SystemRandom_TestBasicOps.test_sample_inputs)\nPASS: test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps.test_sample_on_dicts)\nPASS: test_sample_on_seqsets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_seqsets)\nPASS: test_sample_on_sets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_sets)\nPASS: test_sample_with_counts (test.test_random.SystemRandom_TestBasicOps.test_sample_with_counts)\nPASS: test_saverestore (test.test_random.SystemRandom_TestBasicOps.test_saverestore)\nPASS: test_seed_no_mutate_bug_44018 (test.test_random.SystemRandom_TestBasicOps.test_seed_no_mutate_bug_44018)\nPASS: test_seed_when_randomness_source_not_found (test.test_random.SystemRandom_TestBasicOps.test_seed_when_randomness_source_not_found)\nPASS: test_seedargs (test.test_random.SystemRandom_TestBasicOps.test_seedargs)\nPASS: test_shuffle (test.test_random.SystemRandom_TestBasicOps.test_shuffle)\nPASS: test_avg_std (test.test_random.TestDistributions.test_avg_std)\nPASS: test_betavariate_return_zero (test.test_random.TestDistributions.test_betavariate_return_zero)\nPASS: test_binomialvariate (test.test_random.TestDistributions.test_binomialvariate)\nPASS: test_constant (test.test_random.TestDistributions.test_constant)\nPASS: test_gammavariate_alpha_between_zero_and_one (test.test_random.TestDistributions.test_gammavariate_alpha_between_zero_and_one)\nPASS: test_gammavariate_alpha_equal_one (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one)\nPASS: test_gammavariate_alpha_equal_one_equals_expovariate (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one_equals_expovariate)\nPASS: test_gammavariate_alpha_greater_one (test.test_random.TestDistributions.test_gammavariate_alpha_greater_one)\nPASS: test_gammavariate_errors (test.test_random.TestDistributions.test_gammavariate_errors)\nPASS: test_von_mises_large_kappa (test.test_random.TestDistributions.test_von_mises_large_kappa)\nPASS: test_von_mises_range (test.test_random.TestDistributions.test_von_mises_range)\nPASS: test_zeroinputs (test.test_random.TestDistributions.test_zeroinputs)\nPASS: testMagicConstants (test.test_random.TestModule.testMagicConstants)\nPASS: test__all__ (test.test_random.TestModule.test__all__)\nPASS: test_after_fork (test.test_random.TestModule.test_after_fork)\nPASS: test_random_subclass_with_kwargs (test.test_random.TestRandomSubclassing.test_random_subclass_with_kwargs)\nPASS: test_subclasses_overriding_methods (test.test_random.TestRandomSubclassing.test_subclasses_overriding_methods)\nPASS: test_bug_41052 (test.test_random.TestRawMersenneTwister.test_bug_41052)\nPASS: test_bug_42008 (test.test_random.TestRawMersenneTwister.test_bug_42008)\n\n----------------------------------------------------------------------\nRan 106 tests in 1.019s\n\nOK (skipped=2)\n0:02:00 load avg: 1.45 [331/480] test_range passed\nPASS: test_attributes (test.test_range.RangeTest.test_attributes)\nPASS: test_comparison (test.test_range.RangeTest.test_comparison)\nPASS: test_contains (test.test_range.RangeTest.test_contains)\nPASS: test_count (test.test_range.RangeTest.test_count)\nPASS: test_empty (test.test_range.RangeTest.test_empty)\nPASS: test_exhausted_iterator_pickling (test.test_range.RangeTest.test_exhausted_iterator_pickling)\nPASS: test_index (test.test_range.RangeTest.test_index)\nPASS: test_invalid_invocation (test.test_range.RangeTest.test_invalid_invocation)\nPASS: test_issue11845 (test.test_range.RangeTest.test_issue11845)\nPASS: test_iterator_pickling (test.test_range.RangeTest.test_iterator_pickling)\nPASS: test_iterator_pickling_overflowing_index (test.test_range.RangeTest.test_iterator_pickling_overflowing_index)\nPASS: test_iterator_setstate (test.test_range.RangeTest.test_iterator_setstate)\nPASS: test_iterator_unpickle_compat (test.test_range.RangeTest.test_iterator_unpickle_compat)\nPASS: test_large_exhausted_iterator_pickling (test.test_range.RangeTest.test_large_exhausted_iterator_pickling)\nPASS: test_large_operands (test.test_range.RangeTest.test_large_operands)\nPASS: test_large_range (test.test_range.RangeTest.test_large_range)\nPASS: test_odd_bug (test.test_range.RangeTest.test_odd_bug)\nPASS: test_pickling (test.test_range.RangeTest.test_pickling)\nPASS: test_range (test.test_range.RangeTest.test_range)\nPASS: test_range_constructor_error_messages (test.test_range.RangeTest.test_range_constructor_error_messages)\nPASS: test_range_iterators (test.test_range.RangeTest.test_range_iterators)\nPASS: test_range_iterators_invocation (test.test_range.RangeTest.test_range_iterators_invocation)\nPASS: test_repr (test.test_range.RangeTest.test_repr)\nPASS: test_reverse_iteration (test.test_range.RangeTest.test_reverse_iteration)\nPASS: test_slice (test.test_range.RangeTest.test_slice)\nPASS: test_strided_limits (test.test_range.RangeTest.test_strided_limits)\nPASS: test_types (test.test_range.RangeTest.test_types)\nPASS: test_user_index_method (test.test_range.RangeTest.test_user_index_method)\n\n----------------------------------------------------------------------\nRan 28 tests in 0.257s\n\nOK\n0:02:00 load avg: 1.45 [332/480] test_re passed\nPASS: test_atomic_group (test.test_re.DebugTests.test_atomic_group)\nPASS: test_debug_flag (test.test_re.DebugTests.test_debug_flag)\nPASS: test_possesive_repeat (test.test_re.DebugTests.test_possesive_repeat)\nPASS: test_possesive_repeat_one (test.test_re.DebugTests.test_possesive_repeat_one)\ntest_re_benchmarks (test.test_re.ExternalTests.test_re_benchmarks)\nPASS: re_tests benchmarks\ntest_re_tests (test.test_re.ExternalTests.test_re_tests)\nPASS: re_tests test suite\nPASS: test_case_helpers (test.test_re.ImplementationTest.test_case_helpers)\nPASS: test_dealloc (test.test_re.ImplementationTest.test_dealloc)\nPASS: test_deprecated_modules (test.test_re.ImplementationTest.test_deprecated_modules)\nPASS: test_disallow_instantiation (test.test_re.ImplementationTest.test_disallow_instantiation)\nPASS: test_immutable (test.test_re.ImplementationTest.test_immutable)\nPASS: test_overlap_table (test.test_re.ImplementationTest.test_overlap_table)\nPASS: test_repeat_minmax_overflow_maxrepeat (test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat)\nPASS: test_signedness (test.test_re.ImplementationTest.test_signedness)\nPASS: test_sre_template_invalid_group_index (test.test_re.ImplementationTest.test_sre_template_invalid_group_index)\nPASS: test_bytes (test.test_re.PatternReprTests.test_bytes)\nPASS: test_flags_repr (test.test_re.PatternReprTests.test_flags_repr)\nPASS: test_inline_flags (test.test_re.PatternReprTests.test_inline_flags)\nPASS: test_locale (test.test_re.PatternReprTests.test_locale)\nPASS: test_long_pattern (test.test_re.PatternReprTests.test_long_pattern)\nPASS: test_multiple_flags (test.test_re.PatternReprTests.test_multiple_flags)\nPASS: test_quotes (test.test_re.PatternReprTests.test_quotes)\nPASS: test_single_flag (test.test_re.PatternReprTests.test_single_flag)\nPASS: test_unicode_flag (test.test_re.PatternReprTests.test_unicode_flag)\nPASS: test_unknown_flags (test.test_re.PatternReprTests.test_unknown_flags)\nPASS: test_without_flags (test.test_re.PatternReprTests.test_without_flags)\nPASS: test_ASSERT_NOT_mark_bug (test.test_re.ReTests.test_ASSERT_NOT_mark_bug)\nPASS: test_MARK_PUSH_macro_bug (test.test_re.ReTests.test_MARK_PUSH_macro_bug)\nPASS: test_MIN_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug)\nPASS: test_MIN_UNTIL_mark_bug (test.test_re.ReTests.test_MIN_UNTIL_mark_bug)\nPASS: test_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_REPEAT_ONE_mark_bug)\nPASS: test_anyall (test.test_re.ReTests.test_anyall)\nPASS: test_ascii_and_unicode_flag (test.test_re.ReTests.test_ascii_and_unicode_flag)\ntest_atomic_grouping (test.test_re.ReTests.test_atomic_grouping)\nPASS: Test Atomic Grouping\nPASS: test_backref_group_name_in_exception (test.test_re.ReTests.test_backref_group_name_in_exception)\nPASS: test_basic_re_sub (test.test_re.ReTests.test_basic_re_sub)\nPASS: test_big_codesize (test.test_re.ReTests.test_big_codesize)\nPASS: test_bigcharset (test.test_re.ReTests.test_bigcharset)\ntest_branching (test.test_re.ReTests.test_branching)\nPASS: Test Branching\nPASS: test_bug_113254 (test.test_re.ReTests.test_bug_113254)\nPASS: test_bug_114660 (test.test_re.ReTests.test_bug_114660)\nPASS: test_bug_117612 (test.test_re.ReTests.test_bug_117612)\nPASS: test_bug_1661 (test.test_re.ReTests.test_bug_1661)\nPASS: test_bug_16688 (test.test_re.ReTests.test_bug_16688)\nPASS: test_bug_20998 (test.test_re.ReTests.test_bug_20998)\nPASS: test_bug_2537 (test.test_re.ReTests.test_bug_2537)\nPASS: test_bug_29444 (test.test_re.ReTests.test_bug_29444)\nPASS: test_bug_34294 (test.test_re.ReTests.test_bug_34294)\nPASS: test_bug_3629 (test.test_re.ReTests.test_bug_3629)\nPASS: test_bug_40736 (test.test_re.ReTests.test_bug_40736)\nPASS: test_bug_418626 (test.test_re.ReTests.test_bug_418626)\nPASS: test_bug_448951 (test.test_re.ReTests.test_bug_448951)\nPASS: test_bug_449000 (test.test_re.ReTests.test_bug_449000)\nPASS: test_bug_449964 (test.test_re.ReTests.test_bug_449964)\nPASS: test_bug_527371 (test.test_re.ReTests.test_bug_527371)\nPASS: test_bug_581080 (test.test_re.ReTests.test_bug_581080)\nPASS: test_bug_612074 (test.test_re.ReTests.test_bug_612074)\nPASS: test_bug_6509 (test.test_re.ReTests.test_bug_6509)\nPASS: test_bug_6561 (test.test_re.ReTests.test_bug_6561)\nPASS: test_bug_725106 (test.test_re.ReTests.test_bug_725106)\nPASS: test_bug_725149 (test.test_re.ReTests.test_bug_725149)\nPASS: test_bug_764548 (test.test_re.ReTests.test_bug_764548)\nPASS: test_bug_817234 (test.test_re.ReTests.test_bug_817234)\nPASS: test_bug_926075 (test.test_re.ReTests.test_bug_926075)\nPASS: test_bug_931848 (test.test_re.ReTests.test_bug_931848)\nPASS: test_bug_gh100061 (test.test_re.ReTests.test_bug_gh100061)\nPASS: test_bug_gh101955 (test.test_re.ReTests.test_bug_gh101955)\nPASS: test_bug_gh91616 (test.test_re.ReTests.test_bug_gh91616)\nPASS: test_bytes_str_mixing (test.test_re.ReTests.test_bytes_str_mixing)\nPASS: test_category (test.test_re.ReTests.test_category)\nPASS: test_character_set_any (test.test_re.ReTests.test_character_set_any)\nPASS: test_character_set_errors (test.test_re.ReTests.test_character_set_errors)\nPASS: test_character_set_none (test.test_re.ReTests.test_character_set_none)\nPASS: test_comments (test.test_re.ReTests.test_comments)\nPASS: test_compile (test.test_re.ReTests.test_compile)\nPASS: test_constants (test.test_re.ReTests.test_constants)\nPASS: test_copying (test.test_re.ReTests.test_copying)\ntest_dollar_matches_twice (test.test_re.ReTests.test_dollar_matches_twice)\nPASS: Test that $ does not include \\n\nPASS: test_empty_array (test.test_re.ReTests.test_empty_array)\nPASS: test_enum (test.test_re.ReTests.test_enum)\nPASS: test_error (test.test_re.ReTests.test_error)\nPASS: test_error_is_PatternError_alias (test.test_re.ReTests.test_error_is_PatternError_alias)\nPASS: test_expand (test.test_re.ReTests.test_expand)\nPASS: test_fail (test.test_re.ReTests.test_fail)\nPASS: test_findall_atomic_grouping (test.test_re.ReTests.test_findall_atomic_grouping)\nPASS: test_findall_possessive_quantifiers (test.test_re.ReTests.test_findall_possessive_quantifiers)\nPASS: test_finditer (test.test_re.ReTests.test_finditer)\nPASS: test_flags (test.test_re.ReTests.test_flags)\nPASS: test_fullmatch_atomic_grouping (test.test_re.ReTests.test_fullmatch_atomic_grouping)\nPASS: test_fullmatch_possessive_quantifiers (test.test_re.ReTests.test_fullmatch_possessive_quantifiers)\nPASS: test_getattr (test.test_re.ReTests.test_getattr)\nPASS: test_group (test.test_re.ReTests.test_group)\nPASS: test_group_name_in_exception (test.test_re.ReTests.test_group_name_in_exception)\nPASS: test_groupdict (test.test_re.ReTests.test_groupdict)\nPASS: test_ignore_case (test.test_re.ReTests.test_ignore_case)\nPASS: test_ignore_case_range (test.test_re.ReTests.test_ignore_case_range)\nPASS: test_ignore_case_set (test.test_re.ReTests.test_ignore_case_set)\nPASS: test_ignore_spaces (test.test_re.ReTests.test_ignore_spaces)\nPASS: test_inline_flags (test.test_re.ReTests.test_inline_flags)\nPASS: test_issue17998 (test.test_re.ReTests.test_issue17998)\nPASS: test_keep_buffer (test.test_re.ReTests.test_keep_buffer)\nPASS: test_keyword_parameters (test.test_re.ReTests.test_keyword_parameters)\nPASS: test_large_search (test.test_re.ReTests.test_large_search)\nPASS: test_large_subn (test.test_re.ReTests.test_large_subn)\nSKIP: test_locale_caching (test.test_re.ReTests.test_locale_caching) 'test needs en_US.iso88591 locale'\nSKIP: test_locale_compiled (test.test_re.ReTests.test_locale_compiled) 'test needs en_US.iso88591 locale'\nPASS: test_locale_flag (test.test_re.ReTests.test_locale_flag)\nPASS: test_look_behind_overflow (test.test_re.ReTests.test_look_behind_overflow)\nPASS: test_lookahead (test.test_re.ReTests.test_lookahead)\nPASS: test_lookbehind (test.test_re.ReTests.test_lookbehind)\nPASS: test_match_getitem (test.test_re.ReTests.test_match_getitem)\nPASS: test_match_repr (test.test_re.ReTests.test_match_repr)\nSKIP: test_memory_leaks (test.test_re.ReTests.test_memory_leaks) 'requires debug build'\nPASS: test_misc_errors (test.test_re.ReTests.test_misc_errors)\nPASS: test_misuse_flags (test.test_re.ReTests.test_misuse_flags)\nPASS: test_multiple_repeat (test.test_re.ReTests.test_multiple_repeat)\nPASS: test_named_unicode_escapes (test.test_re.ReTests.test_named_unicode_escapes)\nPASS: test_not_literal (test.test_re.ReTests.test_not_literal)\nPASS: test_nothing_to_repeat (test.test_re.ReTests.test_nothing_to_repeat)\nPASS: test_other_escapes (test.test_re.ReTests.test_other_escapes)\nPASS: test_pattern_compare (test.test_re.ReTests.test_pattern_compare)\nPASS: test_pattern_compare_bytes (test.test_re.ReTests.test_pattern_compare_bytes)\nPASS: test_pickling (test.test_re.ReTests.test_pickling)\ntest_possessive_quantifiers (test.test_re.ReTests.test_possessive_quantifiers)\nPASS: Test Possessive Quantifiers\nPASS: test_possible_set_operations (test.test_re.ReTests.test_possible_set_operations)\nPASS: test_qualified_re_split (test.test_re.ReTests.test_qualified_re_split)\nPASS: test_qualified_re_sub (test.test_re.ReTests.test_qualified_re_sub)\nPASS: test_re_escape (test.test_re.ReTests.test_re_escape)\nPASS: test_re_escape_bytes (test.test_re.ReTests.test_re_escape_bytes)\nPASS: test_re_escape_non_ascii (test.test_re.ReTests.test_re_escape_non_ascii)\nPASS: test_re_escape_non_ascii_bytes (test.test_re.ReTests.test_re_escape_non_ascii_bytes)\nPASS: test_re_findall (test.test_re.ReTests.test_re_findall)\nPASS: test_re_fullmatch (test.test_re.ReTests.test_re_fullmatch)\nPASS: test_re_groupref (test.test_re.ReTests.test_re_groupref)\nPASS: test_re_groupref_exists (test.test_re.ReTests.test_re_groupref_exists)\nPASS: test_re_groupref_exists_errors (test.test_re.ReTests.test_re_groupref_exists_errors)\nPASS: test_re_groupref_exists_validation_bug (test.test_re.ReTests.test_re_groupref_exists_validation_bug)\nPASS: test_re_groupref_overflow (test.test_re.ReTests.test_re_groupref_overflow)\nPASS: test_re_match (test.test_re.ReTests.test_re_match)\nPASS: test_re_split (test.test_re.ReTests.test_re_split)\nPASS: test_re_subn (test.test_re.ReTests.test_re_subn)\nPASS: test_regression_gh94675 (test.test_re.ReTests.test_regression_gh94675)\nPASS: test_repeat_minmax (test.test_re.ReTests.test_repeat_minmax)\nPASS: test_repeat_minmax_overflow (test.test_re.ReTests.test_repeat_minmax_overflow)\nPASS: test_scanner (test.test_re.ReTests.test_scanner)\nPASS: test_scoped_flags (test.test_re.ReTests.test_scoped_flags)\nSKIP: test_search_anchor_at_beginning (test.test_re.ReTests.test_search_anchor_at_beginning) \"resource 'cpu' is not enabled\"\nPASS: test_search_coverage (test.test_re.ReTests.test_search_coverage)\nPASS: test_search_dot_unicode (test.test_re.ReTests.test_search_dot_unicode)\nPASS: test_search_star_plus (test.test_re.ReTests.test_search_star_plus)\nPASS: test_special_escapes (test.test_re.ReTests.test_special_escapes)\nPASS: test_sre_byte_class_literals (test.test_re.ReTests.test_sre_byte_class_literals)\nPASS: test_sre_byte_literals (test.test_re.ReTests.test_sre_byte_literals)\nPASS: test_sre_character_class_literals (test.test_re.ReTests.test_sre_character_class_literals)\nPASS: test_sre_character_literals (test.test_re.ReTests.test_sre_character_literals)\nPASS: test_stack_overflow (test.test_re.ReTests.test_stack_overflow)\nPASS: test_sub_template_numeric_escape (test.test_re.ReTests.test_sub_template_numeric_escape)\nPASS: test_symbolic_groups (test.test_re.ReTests.test_symbolic_groups)\nPASS: test_symbolic_groups_errors (test.test_re.ReTests.test_symbolic_groups_errors)\nPASS: test_symbolic_refs (test.test_re.ReTests.test_symbolic_refs)\nPASS: test_symbolic_refs_errors (test.test_re.ReTests.test_symbolic_refs_errors)\nPASS: test_unlimited_zero_width_repeat (test.test_re.ReTests.test_unlimited_zero_width_repeat)\nPASS: test_weakref (test.test_re.ReTests.test_weakref)\nPASS: test_word_boundaries (test.test_re.ReTests.test_word_boundaries)\nPASS: test_zerowidth (test.test_re.ReTests.test_zerowidth)\n\n----------------------------------------------------------------------\nRan 165 tests in 0.267s\n\nOK (skipped=4)\n0:02:01 load avg: 1.45 [333/480] test_readline passed\nreadline version: 0x402\nreadline runtime version: 0x402\nreadline library version: 'EditLine wrapper'\nuse libedit emulation? True\nPASS: testHistoryUpdates (test.test_readline.TestHistoryManipulation.testHistoryUpdates)\nSKIP: test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history) \"Locale cannot encode test data: 'locale' codec can't encode character '\\\\xe9' in position 4: encoding error\"\nSKIP: test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) 'Skipping problematic test'\nSKIP: test_write_read_limited_history (test.test_readline.TestHistoryManipulation.test_write_read_limited_history) 'Skipping problematic test'\nPASS: test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled)\nPASS: test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled)\nPASS: test_backend (test.test_readline.TestReadline.test_backend)\ntest_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe)\nPASS: gh-123321: readline should be thread-safe and not crash\nSKIP: test_history_size (test.test_readline.TestReadline.test_history_size) 'this readline version does not support history-size'\nPASS: test_init (test.test_readline.TestReadline.test_init)\nSKIP: test_nonascii (test.test_readline.TestReadline.test_nonascii) \"the LC_CTYPE locale is 'C'\"\nPASS: test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims)\nSKIP: test_write_read_limited_history (test.test_readline.TestReadline.test_write_read_limited_history) 'Skipping problematic test'\n\n----------------------------------------------------------------------\nRan 13 tests in 0.149s\n\nOK (skipped=6)\n0:02:01 load avg: 1.45 [334/480] test_os passed\nPASS: test_blocking (test.test_os.BlockingTests.test_blocking)\nPASS: test_compare_to_walk (test.test_os.BytesFwalkTests.test_compare_to_walk)\nPASS: test_dir_fd (test.test_os.BytesFwalkTests.test_dir_fd)\nPASS: test_fd_finalization (test.test_os.BytesFwalkTests.test_fd_finalization)\nPASS: test_fd_leak (test.test_os.BytesFwalkTests.test_fd_leak)\nPASS: test_file_like_path (test.test_os.BytesFwalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.BytesFwalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.BytesFwalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.BytesFwalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.BytesFwalkTests.test_walk_bottom_up)\nPASS: test_walk_named_pipe (test.test_os.BytesFwalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.BytesFwalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.BytesFwalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.BytesFwalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.BytesFwalkTests.test_walk_topdown)\nPASS: test_yields_correct_dir_fd (test.test_os.BytesFwalkTests.test_yields_correct_dir_fd)\nPASS: test_file_like_path (test.test_os.BytesWalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.BytesWalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.BytesWalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.BytesWalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.BytesWalkTests.test_walk_bottom_up)\nPASS: test_walk_many_open_files (test.test_os.BytesWalkTests.test_walk_many_open_files)\nPASS: test_walk_named_pipe (test.test_os.BytesWalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.BytesWalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.BytesWalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.BytesWalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.BytesWalkTests.test_walk_topdown)\nPASS: test_cpu_count (test.test_os.CPUCountTests.test_cpu_count)\nPASS: test_process_cpu_count (test.test_os.CPUCountTests.test_process_cpu_count)\nPASS: test_process_cpu_count_affinity (test.test_os.CPUCountTests.test_process_cpu_count_affinity)\nSKIP: test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) 'test needs at least 2 groups'\nPASS: test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index)\nPASS: test_chown_with_root (test.test_os.ChownFileTests.test_chown_with_root)\nSKIP: test_chown_without_permission (test.test_os.ChownFileTests.test_chown_without_permission) 'test needs non-root account and more than one user'\nPASS: test_devnull (test.test_os.DevNullTests.test_devnull)\nPASS: test_bad_fd (test.test_os.DeviceEncodingTests.test_bad_fd)\nPASS: test_device_encoding (test.test_os.DeviceEncodingTests.test_device_encoding)\ntest___repr__ (test.test_os.EnvironTests.test___repr__)\nPASS: Check that the repr() of os.environ looks like environ({...}).\nPASS: test_bool (test.test_os.EnvironTests.test_bool)\nPASS: test_constructor (test.test_os.EnvironTests.test_constructor)\nPASS: test_environb (test.test_os.EnvironTests.test_environb)\nPASS: test_get (test.test_os.EnvironTests.test_get)\nPASS: test_get_exec_path (test.test_os.EnvironTests.test_get_exec_path)\nPASS: test_getitem (test.test_os.EnvironTests.test_getitem)\nPASS: test_ior_operator (test.test_os.EnvironTests.test_ior_operator)\nPASS: test_ior_operator_invalid_dicts (test.test_os.EnvironTests.test_ior_operator_invalid_dicts)\nPASS: test_ior_operator_key_value_iterable (test.test_os.EnvironTests.test_ior_operator_key_value_iterable)\nPASS: test_items (test.test_os.EnvironTests.test_items)\nPASS: test_iter_error_when_changing_os_environ (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ)\nPASS: test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items)\nPASS: test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values)\nPASS: test_key_type (test.test_os.EnvironTests.test_key_type)\nPASS: test_keys (test.test_os.EnvironTests.test_keys)\nPASS: test_keyvalue_types (test.test_os.EnvironTests.test_keyvalue_types)\nPASS: test_len (test.test_os.EnvironTests.test_len)\nPASS: test_or_operator (test.test_os.EnvironTests.test_or_operator)\nPASS: test_os_popen_iter (test.test_os.EnvironTests.test_os_popen_iter)\nPASS: test_pop (test.test_os.EnvironTests.test_pop)\nPASS: test_popitem (test.test_os.EnvironTests.test_popitem)\nPASS: test_putenv_unsetenv (test.test_os.EnvironTests.test_putenv_unsetenv)\nPASS: test_putenv_unsetenv_error (test.test_os.EnvironTests.test_putenv_unsetenv_error)\nPASS: test_read (test.test_os.EnvironTests.test_read)\nPASS: test_ror_operator (test.test_os.EnvironTests.test_ror_operator)\nPASS: test_setdefault (test.test_os.EnvironTests.test_setdefault)\nPASS: test_update (test.test_os.EnvironTests.test_update)\nPASS: test_update2 (test.test_os.EnvironTests.test_update2)\nPASS: test_values (test.test_os.EnvironTests.test_values)\nPASS: test_write (test.test_os.EnvironTests.test_write)\nPASS: test_eventfd_initval (test.test_os.EventfdTests.test_eventfd_initval)\nPASS: test_eventfd_select (test.test_os.EventfdTests.test_eventfd_select)\nPASS: test_eventfd_semaphore (test.test_os.EventfdTests.test_eventfd_semaphore)\nPASS: test_execv_with_bad_arglist (test.test_os.ExecTests.test_execv_with_bad_arglist)\nPASS: test_execve_invalid_env (test.test_os.ExecTests.test_execve_invalid_env)\nSKIP: test_execve_with_empty_path (test.test_os.ExecTests.test_execve_with_empty_path) 'Win32-specific test'\nPASS: test_execvpe_with_bad_arglist (test.test_os.ExecTests.test_execvpe_with_bad_arglist)\nPASS: test_execvpe_with_bad_program (test.test_os.ExecTests.test_execvpe_with_bad_program)\nPASS: test_internal_execvpe_str (test.test_os.ExecTests.test_internal_execvpe_str)\nPASS: test_os_all (test.test_os.ExportsTests.test_os_all)\nPASS: test_fds (test.test_os.ExtendedAttributeTests.test_fds)\nPASS: test_lpath (test.test_os.ExtendedAttributeTests.test_lpath)\nPASS: test_simple (test.test_os.ExtendedAttributeTests.test_simple)\nPASS: test_dup (test.test_os.FDInheritanceTests.test_dup)\nPASS: test_dup2 (test.test_os.FDInheritanceTests.test_dup2)\nSKIP: test_dup_nul (test.test_os.FDInheritanceTests.test_dup_nul) 'win32-specific test'\nPASS: test_dup_standard_stream (test.test_os.FDInheritanceTests.test_dup_standard_stream)\nPASS: test_get_inheritable_cloexec (test.test_os.FDInheritanceTests.test_get_inheritable_cloexec)\nPASS: test_get_set_inheritable (test.test_os.FDInheritanceTests.test_get_set_inheritable)\nPASS: test_get_set_inheritable_badf (test.test_os.FDInheritanceTests.test_get_set_inheritable_badf)\nPASS: test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests.test_get_set_inheritable_o_path)\nPASS: test_open (test.test_os.FDInheritanceTests.test_open)\nPASS: test_pipe (test.test_os.FDInheritanceTests.test_pipe)\nPASS: test_set_inheritable_cloexec (test.test_os.FDInheritanceTests.test_set_inheritable_cloexec)\nPASS: test_identity (test.test_os.FSEncodingTests.test_identity)\nPASS: test_nop (test.test_os.FSEncodingTests.test_nop)\nPASS: test_access (test.test_os.FileTests.test_access)\nPASS: test_closerange (test.test_os.FileTests.test_closerange)\nPASS: test_copy_file_range (test.test_os.FileTests.test_copy_file_range)\nPASS: test_copy_file_range_invalid_values (test.test_os.FileTests.test_copy_file_range_invalid_values)\nPASS: test_copy_file_range_offset (test.test_os.FileTests.test_copy_file_range_offset)\nPASS: test_fdopen (test.test_os.FileTests.test_fdopen)\nSKIP: test_large_read (test.test_os.FileTests.test_large_read) 'not enough memory: 2.0G minimum needed'\nPASS: test_open_keywords (test.test_os.FileTests.test_open_keywords)\nPASS: test_read (test.test_os.FileTests.test_read)\nPASS: test_rename (test.test_os.FileTests.test_rename)\nPASS: test_replace (test.test_os.FileTests.test_replace)\nPASS: test_splice (test.test_os.FileTests.test_splice)\nPASS: test_splice_invalid_values (test.test_os.FileTests.test_splice_invalid_values)\nPASS: test_splice_offset_in (test.test_os.FileTests.test_splice_offset_in)\nPASS: test_splice_offset_out (test.test_os.FileTests.test_splice_offset_out)\nPASS: test_symlink_keywords (test.test_os.FileTests.test_symlink_keywords)\nPASS: test_write (test.test_os.FileTests.test_write)\nSKIP: test_write_windows_console (test.test_os.FileTests.test_write_windows_console) 'test specific to the Windows console'\nPASS: test_fork (test.test_os.ForkTests.test_fork)\nPASS: test_fork_at_finalization (test.test_os.ForkTests.test_fork_at_finalization)\nPASS: test_fork_warns_when_non_python_thread_exists (test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists)\nPASS: test_compare_to_walk (test.test_os.FwalkTests.test_compare_to_walk)\nPASS: test_dir_fd (test.test_os.FwalkTests.test_dir_fd)\nPASS: test_fd_finalization (test.test_os.FwalkTests.test_fd_finalization)\nPASS: test_fd_leak (test.test_os.FwalkTests.test_fd_leak)\nPASS: test_file_like_path (test.test_os.FwalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.FwalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.FwalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.FwalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.FwalkTests.test_walk_bottom_up)\nPASS: test_walk_named_pipe (test.test_os.FwalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.FwalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.FwalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.FwalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.FwalkTests.test_walk_topdown)\nPASS: test_yields_correct_dir_fd (test.test_os.FwalkTests.test_yields_correct_dir_fd)\nPASS: test_getrandom0 (test.test_os.GetRandomTests.test_getrandom0)\nPASS: test_getrandom_nonblock (test.test_os.GetRandomTests.test_getrandom_nonblock)\nPASS: test_getrandom_random (test.test_os.GetRandomTests.test_getrandom_random)\nPASS: test_getrandom_type (test.test_os.GetRandomTests.test_getrandom_type)\nPASS: test_getrandom_value (test.test_os.GetRandomTests.test_getrandom_value)\nPASS: test_link (test.test_os.LinkTests.test_link)\nPASS: test_link_bytes (test.test_os.LinkTests.test_link_bytes)\nPASS: test_unicode_name (test.test_os.LinkTests.test_unicode_name)\nSKIP: test_getlogin (test.test_os.LoginTests.test_getlogin) 'Skip due to platform/environment differences on *NIX buildbots'\nPASS: test_exist_ok_existing_directory (test.test_os.MakedirTests.test_exist_ok_existing_directory)\nPASS: test_exist_ok_existing_regular_file (test.test_os.MakedirTests.test_exist_ok_existing_regular_file)\nPASS: test_exist_ok_s_isgid_directory (test.test_os.MakedirTests.test_exist_ok_s_isgid_directory)\nPASS: test_makedir (test.test_os.MakedirTests.test_makedir)\nPASS: test_mode (test.test_os.MakedirTests.test_mode)\nSKIP: test_win32_mkdir_700 (test.test_os.MakedirTests.test_win32_mkdir_700) 'requires Windows'\nPASS: test_memfd_create (test.test_os.MemfdCreateTests.test_memfd_create)\nPASS: test_getcwd (test.test_os.MiscTests.test_getcwd)\ntest_getcwd_long_path (test.test_os.MiscTests.test_getcwd_long_path) ... Tested current directory length: 2000\nok\nPASS: test_getcwdb (test.test_os.MiscTests.test_getcwdb)\ntest_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests.test_directory_link_nonlocal)\nPASS: The symlink target should resolve relative to the link, not relative\nPASS: test_oserror_filename (test.test_os.OSErrorTests.test_oserror_filename)\nPASS: test_path_t_converter (test.test_os.PathTConverterTests.test_path_t_converter)\nPASS: test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests.test_path_t_converter_and_custom_class)\nPASS: test_listdir (test.test_os.Pep383Tests.test_listdir)\nPASS: test_open (test.test_os.Pep383Tests.test_open)\nPASS: test_stat (test.test_os.Pep383Tests.test_stat)\nPASS: test_statvfs (test.test_os.Pep383Tests.test_statvfs)\nPASS: test_getppid (test.test_os.PidTests.test_getppid)\nPASS: test_waitpid (test.test_os.PidTests.test_waitpid)\nSKIP: test_waitpid_windows (test.test_os.PidTests.test_waitpid_windows) 'win32-specific test'\nPASS: test_waitstatus_to_exitcode (test.test_os.PidTests.test_waitstatus_to_exitcode)\nPASS: test_waitstatus_to_exitcode_kill (test.test_os.PidTests.test_waitstatus_to_exitcode_kill)\nSKIP: test_waitstatus_to_exitcode_windows (test.test_os.PidTests.test_waitstatus_to_exitcode_windows) 'win32-specific test'\nPASS: test_setegid (test.test_os.PosixUidGidTests.test_setegid)\nPASS: test_seteuid (test.test_os.PosixUidGidTests.test_seteuid)\nPASS: test_setgid (test.test_os.PosixUidGidTests.test_setgid)\nPASS: test_setregid (test.test_os.PosixUidGidTests.test_setregid)\nPASS: test_setregid_neg1 (test.test_os.PosixUidGidTests.test_setregid_neg1)\nPASS: test_setreuid (test.test_os.PosixUidGidTests.test_setreuid)\nPASS: test_setreuid_neg1 (test.test_os.PosixUidGidTests.test_setreuid_neg1)\nPASS: test_setuid (test.test_os.PosixUidGidTests.test_setuid)\nPASS: test_set_get_priority (test.test_os.ProgramPriorityTests.test_set_get_priority)\nPASS: test_open_via_ptsname (test.test_os.PseudoterminalTests.test_open_via_ptsname)\nPASS: test_openpty (test.test_os.PseudoterminalTests.test_openpty)\nPASS: test_pipe_spawnl (test.test_os.PseudoterminalTests.test_pipe_spawnl)\nPASS: test_posix_pty_functions (test.test_os.PseudoterminalTests.test_posix_pty_functions)\nPASS: test_bytes (test.test_os.ReadlinkTests.test_bytes)\nPASS: test_missing_link (test.test_os.ReadlinkTests.test_missing_link)\nPASS: test_not_symlink (test.test_os.ReadlinkTests.test_not_symlink)\nPASS: test_pathlike (test.test_os.ReadlinkTests.test_pathlike)\nPASS: test_pathlike_bytes (test.test_os.ReadlinkTests.test_pathlike_bytes)\nPASS: test_remove_all (test.test_os.RemoveDirsTests.test_remove_all)\nPASS: test_remove_nothing (test.test_os.RemoveDirsTests.test_remove_nothing)\nPASS: test_remove_partial (test.test_os.RemoveDirsTests.test_remove_partial)\nPASS: test_nowait (test.test_os.SpawnTests.test_nowait)\nPASS: test_spawnl (test.test_os.SpawnTests.test_spawnl)\nPASS: test_spawnl_noargs (test.test_os.SpawnTests.test_spawnl_noargs)\nPASS: test_spawnle (test.test_os.SpawnTests.test_spawnle)\nPASS: test_spawnle_noargs (test.test_os.SpawnTests.test_spawnle_noargs)\nPASS: test_spawnlp (test.test_os.SpawnTests.test_spawnlp)\nPASS: test_spawnlpe (test.test_os.SpawnTests.test_spawnlpe)\nPASS: test_spawnv (test.test_os.SpawnTests.test_spawnv)\nPASS: test_spawnv_noargs (test.test_os.SpawnTests.test_spawnv_noargs)\nPASS: test_spawnve (test.test_os.SpawnTests.test_spawnve)\nPASS: test_spawnve_bytes (test.test_os.SpawnTests.test_spawnve_bytes)\nPASS: test_spawnve_invalid_env (test.test_os.SpawnTests.test_spawnve_invalid_env)\nPASS: test_spawnve_noargs (test.test_os.SpawnTests.test_spawnve_noargs)\nPASS: test_spawnvp (test.test_os.SpawnTests.test_spawnvp)\nPASS: test_spawnvpe (test.test_os.SpawnTests.test_spawnvpe)\nPASS: test_spawnvpe_invalid_env (test.test_os.SpawnTests.test_spawnvpe_invalid_env)\nSKIP: test_15261 (test.test_os.StatAttributeTests.test_15261) 'Win32 specific tests'\nSKIP: test_1686475 (test.test_os.StatAttributeTests.test_1686475) 'Win32 specific tests'\nSKIP: test_access_denied (test.test_os.StatAttributeTests.test_access_denied) 'Win32 specific tests'\nSKIP: test_file_attributes (test.test_os.StatAttributeTests.test_file_attributes) 'st_file_attributes is Win32 specific'\nPASS: test_stat_attributes (test.test_os.StatAttributeTests.test_stat_attributes)\nPASS: test_stat_attributes_bytes (test.test_os.StatAttributeTests.test_stat_attributes_bytes)\nSKIP: test_stat_block_device (test.test_os.StatAttributeTests.test_stat_block_device) 'Win32 specific tests'\nPASS: test_stat_result_pickle (test.test_os.StatAttributeTests.test_stat_result_pickle)\nPASS: test_statvfs_attributes (test.test_os.StatAttributeTests.test_statvfs_attributes)\nPASS: test_statvfs_result_pickle (test.test_os.StatAttributeTests.test_statvfs_result_pickle)\ntest_does_not_crash (test.test_os.TermsizeTests.test_does_not_crash)\nSKIP: Check if get_terminal_size() returns a meaningful value. 'failed to query terminal size'\ntest_stty_match (test.test_os.TermsizeTests.test_stty_match)\nPASS: Check if stty returns the same results\ntest_windows_fd (test.test_os.TermsizeTests.test_windows_fd)\nSKIP: Check if get_terminal_size() returns a meaningful value in Windows 'Windows specific test'\nPASS: test_uninstantiable (test.test_os.TestDirEntry.test_uninstantiable)\nPASS: test_unpickable (test.test_os.TestDirEntry.test_unpickable)\nPASS: test_blocking (test.test_os.TestInvalidFD.test_blocking)\nPASS: test_closerange (test.test_os.TestInvalidFD.test_closerange)\nPASS: test_dup (test.test_os.TestInvalidFD.test_dup)\nPASS: test_dup2 (test.test_os.TestInvalidFD.test_dup2)\nPASS: test_dup2_negative_fd (test.test_os.TestInvalidFD.test_dup2_negative_fd)\nPASS: test_fchdir (test.test_os.TestInvalidFD.test_fchdir)\nPASS: test_fchmod (test.test_os.TestInvalidFD.test_fchmod)\nPASS: test_fchown (test.test_os.TestInvalidFD.test_fchown)\nPASS: test_fdatasync (test.test_os.TestInvalidFD.test_fdatasync)\nPASS: test_fdopen (test.test_os.TestInvalidFD.test_fdopen)\nPASS: test_fpathconf (test.test_os.TestInvalidFD.test_fpathconf)\nPASS: test_fstat (test.test_os.TestInvalidFD.test_fstat)\nPASS: test_fstatvfs (test.test_os.TestInvalidFD.test_fstatvfs)\nPASS: test_fsync (test.test_os.TestInvalidFD.test_fsync)\nPASS: test_ftruncate (test.test_os.TestInvalidFD.test_ftruncate)\nPASS: test_inheritable (test.test_os.TestInvalidFD.test_inheritable)\nPASS: test_isatty (test.test_os.TestInvalidFD.test_isatty)\nPASS: test_lseek (test.test_os.TestInvalidFD.test_lseek)\nPASS: test_read (test.test_os.TestInvalidFD.test_read)\nPASS: test_readv (test.test_os.TestInvalidFD.test_readv)\nPASS: test_tcgetpgrp (test.test_os.TestInvalidFD.test_tcgetpgrp)\nPASS: test_tcsetpgrpt (test.test_os.TestInvalidFD.test_tcsetpgrpt)\nPASS: test_ttyname (test.test_os.TestInvalidFD.test_ttyname)\nPASS: test_write (test.test_os.TestInvalidFD.test_write)\nPASS: test_writev (test.test_os.TestInvalidFD.test_writev)\nPASS: test_argument_required (test.test_os.TestPEP519.test_argument_required)\nPASS: test_bad_pathlike (test.test_os.TestPEP519.test_bad_pathlike)\nPASS: test_fsencode_fsdecode (test.test_os.TestPEP519.test_fsencode_fsdecode)\nPASS: test_fspath_set_to_None (test.test_os.TestPEP519.test_fspath_set_to_None)\nPASS: test_garbage_in_exception_out (test.test_os.TestPEP519.test_garbage_in_exception_out)\nPASS: test_pathlike (test.test_os.TestPEP519.test_pathlike)\nPASS: test_pathlike_class_getitem (test.test_os.TestPEP519.test_pathlike_class_getitem)\nPASS: test_pathlike_subclass_slots (test.test_os.TestPEP519.test_pathlike_subclass_slots)\nPASS: test_pathlike_subclasshook (test.test_os.TestPEP519.test_pathlike_subclasshook)\nPASS: test_return_bytes (test.test_os.TestPEP519.test_return_bytes)\nPASS: test_return_string (test.test_os.TestPEP519.test_return_string)\nPASS: test_argument_required (test.test_os.TestPEP519PurePython.test_argument_required)\nPASS: test_bad_pathlike (test.test_os.TestPEP519PurePython.test_bad_pathlike)\nPASS: test_fsencode_fsdecode (test.test_os.TestPEP519PurePython.test_fsencode_fsdecode)\nPASS: test_fspath_set_to_None (test.test_os.TestPEP519PurePython.test_fspath_set_to_None)\nPASS: test_garbage_in_exception_out (test.test_os.TestPEP519PurePython.test_garbage_in_exception_out)\nPASS: test_pathlike (test.test_os.TestPEP519PurePython.test_pathlike)\nPASS: test_pathlike_class_getitem (test.test_os.TestPEP519PurePython.test_pathlike_class_getitem)\nPASS: test_pathlike_subclass_slots (test.test_os.TestPEP519PurePython.test_pathlike_subclass_slots)\nPASS: test_pathlike_subclasshook (test.test_os.TestPEP519PurePython.test_pathlike_subclasshook)\nPASS: test_return_bytes (test.test_os.TestPEP519PurePython.test_return_bytes)\nPASS: test_return_string (test.test_os.TestPEP519PurePython.test_return_string)\nPASS: test_attributes (test.test_os.TestScandir.test_attributes)\nSKIP: test_attributes_junctions (test.test_os.TestScandir.test_attributes_junctions) 'Can only test junctions with creation on win32.'\nPASS: test_bad_path_type (test.test_os.TestScandir.test_bad_path_type)\nPASS: test_broken_symlink (test.test_os.TestScandir.test_broken_symlink)\nPASS: test_bytes (test.test_os.TestScandir.test_bytes)\nPASS: test_bytes_like (test.test_os.TestScandir.test_bytes_like)\nPASS: test_close (test.test_os.TestScandir.test_close)\nPASS: test_consume_iterator_twice (test.test_os.TestScandir.test_consume_iterator_twice)\nPASS: test_context_manager (test.test_os.TestScandir.test_context_manager)\nPASS: test_context_manager_close (test.test_os.TestScandir.test_context_manager_close)\nPASS: test_context_manager_exception (test.test_os.TestScandir.test_context_manager_exception)\nPASS: test_current_directory (test.test_os.TestScandir.test_current_directory)\nPASS: test_empty_path (test.test_os.TestScandir.test_empty_path)\nPASS: test_fd (test.test_os.TestScandir.test_fd)\nPASS: test_fspath_protocol (test.test_os.TestScandir.test_fspath_protocol)\nPASS: test_fspath_protocol_bytes (test.test_os.TestScandir.test_fspath_protocol_bytes)\nPASS: test_removed_dir (test.test_os.TestScandir.test_removed_dir)\nPASS: test_removed_file (test.test_os.TestScandir.test_removed_file)\nPASS: test_repr (test.test_os.TestScandir.test_repr)\nPASS: test_resource_warning (test.test_os.TestScandir.test_resource_warning)\nPASS: test_uninstantiable (test.test_os.TestScandir.test_uninstantiable)\nPASS: test_unpickable (test.test_os.TestScandir.test_unpickable)\nSKIP: test_flags (test.test_os.TestSendfile.test_flags) 'requires headers and trailers support'\nSKIP: test_headers (test.test_os.TestSendfile.test_headers) 'requires headers and trailers support'\nSKIP: test_headers_overflow_32bits (test.test_os.TestSendfile.test_headers_overflow_32bits) 'requires headers and trailers support'\nPASS: test_invalid_offset (test.test_os.TestSendfile.test_invalid_offset)\nPASS: test_keywords (test.test_os.TestSendfile.test_keywords)\nPASS: test_offset_overflow (test.test_os.TestSendfile.test_offset_overflow)\nPASS: test_send_at_certain_offset (test.test_os.TestSendfile.test_send_at_certain_offset)\nPASS: test_send_whole_file (test.test_os.TestSendfile.test_send_whole_file)\nSKIP: test_trailers (test.test_os.TestSendfile.test_trailers) 'requires headers and trailers support'\nSKIP: test_trailers_overflow_32bits (test.test_os.TestSendfile.test_trailers_overflow_32bits) 'requires headers and trailers support'\nPASS: test_timerfd_TFD_TIMER_ABSTIME (test.test_os.TimerfdTests.test_timerfd_TFD_TIMER_ABSTIME)\nPASS: test_timerfd_initval (test.test_os.TimerfdTests.test_timerfd_initval)\nPASS: test_timerfd_interval (test.test_os.TimerfdTests.test_timerfd_interval)\nPASS: test_timerfd_negative (test.test_os.TimerfdTests.test_timerfd_negative)\nPASS: test_timerfd_non_blocking (test.test_os.TimerfdTests.test_timerfd_non_blocking)\nPASS: test_timerfd_ns_TFD_TIMER_ABSTIME (test.test_os.TimerfdTests.test_timerfd_ns_TFD_TIMER_ABSTIME)\nPASS: test_timerfd_ns_initval (test.test_os.TimerfdTests.test_timerfd_ns_initval)\nPASS: test_timerfd_ns_interval (test.test_os.TimerfdTests.test_timerfd_ns_interval)\nPASS: test_timerfd_ns_poll (test.test_os.TimerfdTests.test_timerfd_ns_poll)\nPASS: test_timerfd_ns_select (test.test_os.TimerfdTests.test_timerfd_ns_select)\nPASS: test_timerfd_poll (test.test_os.TimerfdTests.test_timerfd_poll)\nPASS: test_timerfd_select (test.test_os.TimerfdTests.test_timerfd_select)\nPASS: test_times (test.test_os.TimesTests.test_times)\nSKIP: test_urandom_failure (test.test_os.URandomFDTests.test_urandom_failure) 'os.random() does not use a file descriptor'\nSKIP: test_urandom_fd_closed (test.test_os.URandomFDTests.test_urandom_fd_closed) 'os.random() does not use a file descriptor'\nSKIP: test_urandom_fd_reopened (test.test_os.URandomFDTests.test_urandom_fd_reopened) 'os.random() does not use a file descriptor'\nPASS: test_urandom_length (test.test_os.URandomTests.test_urandom_length)\nPASS: test_urandom_subprocess (test.test_os.URandomTests.test_urandom_subprocess)\nPASS: test_urandom_value (test.test_os.URandomTests.test_urandom_value)\nPASS: test_issue31577 (test.test_os.UtimeTests.test_issue31577)\nSKIP: test_large_time (test.test_os.UtimeTests.test_large_time) 'requires NTFS'\nPASS: test_utime (test.test_os.UtimeTests.test_utime)\nPASS: test_utime_by_indexed (test.test_os.UtimeTests.test_utime_by_indexed)\nPASS: test_utime_by_times (test.test_os.UtimeTests.test_utime_by_times)\nPASS: test_utime_current (test.test_os.UtimeTests.test_utime_current)\nPASS: test_utime_current_old (test.test_os.UtimeTests.test_utime_current_old)\nPASS: test_utime_dir_fd (test.test_os.UtimeTests.test_utime_dir_fd)\nPASS: test_utime_directory (test.test_os.UtimeTests.test_utime_directory)\nPASS: test_utime_fd (test.test_os.UtimeTests.test_utime_fd)\nPASS: test_utime_invalid_arguments (test.test_os.UtimeTests.test_utime_invalid_arguments)\nPASS: test_utime_nofollow_symlinks (test.test_os.UtimeTests.test_utime_nofollow_symlinks)\nPASS: test_utime_nonexistent (test.test_os.UtimeTests.test_utime_nonexistent)\nPASS: test_file_like_path (test.test_os.WalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.WalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.WalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.WalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.WalkTests.test_walk_bottom_up)\nPASS: test_walk_many_open_files (test.test_os.WalkTests.test_walk_many_open_files)\nPASS: test_walk_named_pipe (test.test_os.WalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.WalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.WalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.WalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.WalkTests.test_walk_topdown)\nSKIP: test_chdir (test.test_os.Win32ErrorTests.test_chdir) 'Win32 specific tests'\nSKIP: test_chmod (test.test_os.Win32ErrorTests.test_chmod) 'Win32 specific tests'\nSKIP: test_mkdir (test.test_os.Win32ErrorTests.test_mkdir) 'Win32 specific tests'\nSKIP: test_remove (test.test_os.Win32ErrorTests.test_remove) 'Win32 specific tests'\nSKIP: test_rename (test.test_os.Win32ErrorTests.test_rename) 'Win32 specific tests'\nSKIP: test_utime (test.test_os.Win32ErrorTests.test_utime) 'Win32 specific tests'\nSKIP: test_create_junction (test.test_os.Win32JunctionTests.test_create_junction) 'Win32 specific tests'\nSKIP: test_unlink_removes_junction (test.test_os.Win32JunctionTests.test_unlink_removes_junction) 'Win32 specific tests'\nSKIP: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT) 'Win32 specific tests'\nSKIP: test_CTRL_C_EVENT (test.test_os.Win32KillTests.test_CTRL_C_EVENT) 'Win32 specific tests'\nSKIP: test_kill_int (test.test_os.Win32KillTests.test_kill_int) 'Win32 specific tests'\nSKIP: test_kill_sigterm (test.test_os.Win32KillTests.test_kill_sigterm) 'Win32 specific tests'\ntest_listdir_extended_path (test.test_os.Win32ListdirTests.test_listdir_extended_path)\nSKIP: Test when the path starts with '\\\\?\\'. 'Win32 specific tests'\ntest_listdir_no_extended_path (test.test_os.Win32ListdirTests.test_listdir_no_extended_path)\nSKIP: Test when the path is not an \"extended\" path. 'Win32 specific tests'\nSKIP: test_listdrives (test.test_os.Win32ListdriveTests.test_listdrives) 'NT specific tests'\nSKIP: test_listmounts (test.test_os.Win32ListdriveTests.test_listmounts) 'NT specific tests'\nSKIP: test_listvolumes (test.test_os.Win32ListdriveTests.test_listvolumes) 'NT specific tests'\nSKIP: test_getfinalpathname_handles (test.test_os.Win32NtTests.test_getfinalpathname_handles) 'Win32 specific tests'\nSKIP: test_stat_inaccessible_file (test.test_os.Win32NtTests.test_stat_inaccessible_file) 'Win32 specific tests'\nSKIP: test_stat_unlink_race (test.test_os.Win32NtTests.test_stat_unlink_race) 'Win32 specific tests'\nSKIP: test_12084 (test.test_os.Win32SymlinkTests.test_12084) 'Win32 specific tests'\nSKIP: test_29248 (test.test_os.Win32SymlinkTests.test_29248) 'Win32 specific tests'\nSKIP: test_appexeclink (test.test_os.Win32SymlinkTests.test_appexeclink) 'Win32 specific tests'\nSKIP: test_buffer_overflow (test.test_os.Win32SymlinkTests.test_buffer_overflow) 'Win32 specific tests'\nSKIP: test_directory_link (test.test_os.Win32SymlinkTests.test_directory_link) 'Win32 specific tests'\nSKIP: test_file_link (test.test_os.Win32SymlinkTests.test_file_link) 'Win32 specific tests'\nSKIP: test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_isdir_on_directory_link_to_missing_target) 'Win32 specific tests'\nSKIP: test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_remove_directory_link_to_missing_target) 'Win32 specific tests'\nSKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target) 'Win32 specific tests'\n\n----------------------------------------------------------------------\nRan 366 tests in 12.520s\n\nOK (skipped=56)\n0:02:02 load avg: 1.49 [335/480] test_repl passed\nPASS: test_multiple_statements_fail_early (test.test_repl.TestAsyncioREPL.test_multiple_statements_fail_early)\nPASS: test_toplevel_contextvars_async (test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_async)\nPASS: test_toplevel_contextvars_sync (test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_sync)\nPASS: test_asyncio_repl_is_ok (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok)\nPASS: test_asyncio_repl_reaches_python_startup_script (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_reaches_python_startup_script)\nPASS: test_close_stdin (test.test_repl.TestInteractiveInterpreter.test_close_stdin)\nPASS: test_interactive_source_is_in_linecache (test.test_repl.TestInteractiveInterpreter.test_interactive_source_is_in_linecache)\nPASS: test_interactive_traceback_reporting (test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting)\nPASS: test_interactive_traceback_reporting_multiple_input (test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting_multiple_input)\nPASS: test_multiline_string_parsing (test.test_repl.TestInteractiveInterpreter.test_multiline_string_parsing)\nPASS: test_no_memory (test.test_repl.TestInteractiveInterpreter.test_no_memory)\nPASS: test_runsource_show_syntax_error_location (test.test_repl.TestInteractiveInterpreter.test_runsource_show_syntax_error_location)\nPASS: test_interactive_syntax_error_correct_line (test.test_repl.TestInteractiveModeSyntaxErrors.test_interactive_syntax_error_correct_line)\n\n----------------------------------------------------------------------\nRan 13 tests in 0.579s\n\nOK\n0:02:02 load avg: 1.49 [336/480] test_reprlib passed\nSKIP: test_builtin_function (test.test_reprlib.LongReprTest.test_builtin_function) 'needs a built-in function with a really long name'\nPASS: test_class (test.test_reprlib.LongReprTest.test_class)\nPASS: test_instance (test.test_reprlib.LongReprTest.test_instance)\nPASS: test_method (test.test_reprlib.LongReprTest.test_method)\nPASS: test_module (test.test_reprlib.LongReprTest.test_module)\nSKIP: test_object (test.test_reprlib.LongReprTest.test_object) 'need a suitable object'\nPASS: test_type (test.test_reprlib.LongReprTest.test_type)\nPASS: test_builtin_function (test.test_reprlib.ReprTests.test_builtin_function)\nPASS: test_cell (test.test_reprlib.ReprTests.test_cell)\nPASS: test_container (test.test_reprlib.ReprTests.test_container)\nPASS: test_custom_repr (test.test_reprlib.ReprTests.test_custom_repr)\nPASS: test_custom_repr_class_with_spaces (test.test_reprlib.ReprTests.test_custom_repr_class_with_spaces)\nPASS: test_descriptors (test.test_reprlib.ReprTests.test_descriptors)\nPASS: test_frozenset (test.test_reprlib.ReprTests.test_frozenset)\nPASS: test_init_kwargs (test.test_reprlib.ReprTests.test_init_kwargs)\nPASS: test_instance (test.test_reprlib.ReprTests.test_instance)\nPASS: test_invalid_indent (test.test_reprlib.ReprTests.test_invalid_indent)\nPASS: test_lambda (test.test_reprlib.ReprTests.test_lambda)\nPASS: test_nesting (test.test_reprlib.ReprTests.test_nesting)\nPASS: test_numbers (test.test_reprlib.ReprTests.test_numbers)\nPASS: test_range (test.test_reprlib.ReprTests.test_range)\nPASS: test_set_literal (test.test_reprlib.ReprTests.test_set_literal)\nPASS: test_shadowed_builtin (test.test_reprlib.ReprTests.test_shadowed_builtin)\nPASS: test_shadowed_stdlib_array (test.test_reprlib.ReprTests.test_shadowed_stdlib_array)\nPASS: test_string (test.test_reprlib.ReprTests.test_string)\nPASS: test_tuple (test.test_reprlib.ReprTests.test_tuple)\nPASS: test_unsortable (test.test_reprlib.ReprTests.test_unsortable)\nPASS: test_valid_indent (test.test_reprlib.ReprTests.test_valid_indent)\nPASS: test__type_params__ (test.test_reprlib.TestRecursiveRepr.test__type_params__)\nPASS: test__wrapped__ (test.test_reprlib.TestRecursiveRepr.test__wrapped__)\nPASS: test_assigned_attributes (test.test_reprlib.TestRecursiveRepr.test_assigned_attributes)\nPASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr.test_recursive_repr)\n\n----------------------------------------------------------------------\nRan 32 tests in 0.012s\n\nOK (skipped=2)\n0:02:02 load avg: 1.49 [337/480] test_poplib passed\nPASS: test_apop_REDOS (test.test_poplib.TestPOP3Class.test_apop_REDOS)\nPASS: test_apop_normal (test.test_poplib.TestPOP3Class.test_apop_normal)\nPASS: test_capa (test.test_poplib.TestPOP3Class.test_capa)\nPASS: test_dele (test.test_poplib.TestPOP3Class.test_dele)\nPASS: test_exceptions (test.test_poplib.TestPOP3Class.test_exceptions)\nPASS: test_getwelcome (test.test_poplib.TestPOP3Class.test_getwelcome)\nPASS: test_list (test.test_poplib.TestPOP3Class.test_list)\nPASS: test_noop (test.test_poplib.TestPOP3Class.test_noop)\nPASS: test_pass_ (test.test_poplib.TestPOP3Class.test_pass_)\nPASS: test_quit (test.test_poplib.TestPOP3Class.test_quit)\nPASS: test_retr (test.test_poplib.TestPOP3Class.test_retr)\nPASS: test_rpop (test.test_poplib.TestPOP3Class.test_rpop)\nPASS: test_stat (test.test_poplib.TestPOP3Class.test_stat)\nPASS: test_stls (test.test_poplib.TestPOP3Class.test_stls)\nPASS: test_stls_capa (test.test_poplib.TestPOP3Class.test_stls_capa)\nPASS: test_stls_context (test.test_poplib.TestPOP3Class.test_stls_context)\nPASS: test_too_long_lines (test.test_poplib.TestPOP3Class.test_too_long_lines)\nPASS: test_top (test.test_poplib.TestPOP3Class.test_top)\nPASS: test_uidl (test.test_poplib.TestPOP3Class.test_uidl)\nPASS: test_user (test.test_poplib.TestPOP3Class.test_user)\nPASS: test_utf8 (test.test_poplib.TestPOP3Class.test_utf8)\nPASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported)\nPASS: test__all__ (test.test_poplib.TestPOP3_SSLClass.test__all__)\nPASS: test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS)\nPASS: test_apop_normal (test.test_poplib.TestPOP3_SSLClass.test_apop_normal)\nPASS: test_capa (test.test_poplib.TestPOP3_SSLClass.test_capa)\nPASS: test_context (test.test_poplib.TestPOP3_SSLClass.test_context)\nPASS: test_dele (test.test_poplib.TestPOP3_SSLClass.test_dele)\nPASS: test_exceptions (test.test_poplib.TestPOP3_SSLClass.test_exceptions)\nPASS: test_getwelcome (test.test_poplib.TestPOP3_SSLClass.test_getwelcome)\nPASS: test_list (test.test_poplib.TestPOP3_SSLClass.test_list)\nPASS: test_noop (test.test_poplib.TestPOP3_SSLClass.test_noop)\nPASS: test_pass_ (test.test_poplib.TestPOP3_SSLClass.test_pass_)\nPASS: test_quit (test.test_poplib.TestPOP3_SSLClass.test_quit)\nPASS: test_retr (test.test_poplib.TestPOP3_SSLClass.test_retr)\nPASS: test_rpop (test.test_poplib.TestPOP3_SSLClass.test_rpop)\nPASS: test_stat (test.test_poplib.TestPOP3_SSLClass.test_stat)\nPASS: test_stls (test.test_poplib.TestPOP3_SSLClass.test_stls)\nPASS: test_stls_capa (test.test_poplib.TestPOP3_SSLClass.test_stls_capa)\nPASS: test_stls_context (test.test_poplib.TestPOP3_SSLClass.test_stls_context)\nPASS: test_too_long_lines (test.test_poplib.TestPOP3_SSLClass.test_too_long_lines)\nPASS: test_top (test.test_poplib.TestPOP3_SSLClass.test_top)\nPASS: test_uidl (test.test_poplib.TestPOP3_SSLClass.test_uidl)\nPASS: test_user (test.test_poplib.TestPOP3_SSLClass.test_user)\nPASS: test_utf8 (test.test_poplib.TestPOP3_SSLClass.test_utf8)\nPASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported)\nPASS: test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS)\nPASS: test_apop_normal (test.test_poplib.TestPOP3_TLSClass.test_apop_normal)\nPASS: test_capa (test.test_poplib.TestPOP3_TLSClass.test_capa)\nPASS: test_dele (test.test_poplib.TestPOP3_TLSClass.test_dele)\nPASS: test_exceptions (test.test_poplib.TestPOP3_TLSClass.test_exceptions)\nPASS: test_getwelcome (test.test_poplib.TestPOP3_TLSClass.test_getwelcome)\nPASS: test_list (test.test_poplib.TestPOP3_TLSClass.test_list)\nPASS: test_noop (test.test_poplib.TestPOP3_TLSClass.test_noop)\nPASS: test_pass_ (test.test_poplib.TestPOP3_TLSClass.test_pass_)\nPASS: test_quit (test.test_poplib.TestPOP3_TLSClass.test_quit)\nPASS: test_retr (test.test_poplib.TestPOP3_TLSClass.test_retr)\nPASS: test_rpop (test.test_poplib.TestPOP3_TLSClass.test_rpop)\nPASS: test_stat (test.test_poplib.TestPOP3_TLSClass.test_stat)\nPASS: test_stls (test.test_poplib.TestPOP3_TLSClass.test_stls)\nPASS: test_stls_capa (test.test_poplib.TestPOP3_TLSClass.test_stls_capa)\nPASS: test_stls_context (test.test_poplib.TestPOP3_TLSClass.test_stls_context)\nPASS: test_too_long_lines (test.test_poplib.TestPOP3_TLSClass.test_too_long_lines)\nPASS: test_top (test.test_poplib.TestPOP3_TLSClass.test_top)\nPASS: test_uidl (test.test_poplib.TestPOP3_TLSClass.test_uidl)\nPASS: test_user (test.test_poplib.TestPOP3_TLSClass.test_user)\nPASS: test_utf8 (test.test_poplib.TestPOP3_TLSClass.test_utf8)\nPASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported)\nPASS: testTimeoutDefault (test.test_poplib.TestTimeouts.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_poplib.TestTimeouts.testTimeoutNone)\nPASS: testTimeoutValue (test.test_poplib.TestTimeouts.testTimeoutValue)\n\n----------------------------------------------------------------------\nRan 71 tests in 6.227s\n\nOK\n0:02:02 load avg: 1.49 [338/480] test_resource passed\nPASS: test_args (test.test_resource.ResourceTest.test_args)\nPASS: test_freebsd_contants (test.test_resource.ResourceTest.test_freebsd_contants)\nPASS: test_fsize_enforced (test.test_resource.ResourceTest.test_fsize_enforced)\nPASS: test_fsize_ismax (test.test_resource.ResourceTest.test_fsize_ismax)\nPASS: test_fsize_toobig (test.test_resource.ResourceTest.test_fsize_toobig)\nPASS: test_getrusage (test.test_resource.ResourceTest.test_getrusage)\nPASS: test_linux_constants (test.test_resource.ResourceTest.test_linux_constants)\nPASS: test_pagesize (test.test_resource.ResourceTest.test_pagesize)\nPASS: test_prlimit (test.test_resource.ResourceTest.test_prlimit)\nPASS: test_prlimit_refcount (test.test_resource.ResourceTest.test_prlimit_refcount)\nPASS: test_setrusage_refcount (test.test_resource.ResourceTest.test_setrusage_refcount)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.059s\n\nOK\n0:02:02 load avg: 1.49 [339/480] test_richcmp passed\nPASS: test_dicts (test.test_richcmp.DictTest.test_dicts)\nPASS: test_badentry (test.test_richcmp.ListTest.test_badentry)\nPASS: test_coverage (test.test_richcmp.ListTest.test_coverage)\nPASS: test_goodentry (test.test_richcmp.ListTest.test_goodentry)\nPASS: test_exception_message (test.test_richcmp.MiscTest.test_exception_message)\nPASS: test_misbehavin (test.test_richcmp.MiscTest.test_misbehavin)\nPASS: test_not (test.test_richcmp.MiscTest.test_not)\nPASS: test_recursion (test.test_richcmp.MiscTest.test_recursion)\nPASS: test_basic (test.test_richcmp.NumberTest.test_basic)\nPASS: test_values (test.test_richcmp.NumberTest.test_values)\nPASS: test_mixed (test.test_richcmp.VectorTest.test_mixed)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:02:02 load avg: 1.49 [340/480] test_rlcompleter passed\ntest_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches) ...         ok\ntest_complete (test.test_rlcompleter.TestRlcompleter.test_complete) ...                 ok\ntest_duplicate_globals (test.test_rlcompleter.TestRlcompleter.test_duplicate_globals) ...                         ok\ntest_excessive_getattr (test.test_rlcompleter.TestRlcompleter.test_excessive_getattr)\nEnsure getattr() is invoked no more than once per attribute ...                                 ok\ntest_global_matches (test.test_rlcompleter.TestRlcompleter.test_global_matches) ...                                         ok\ntest_namespace (test.test_rlcompleter.TestRlcompleter.test_namespace) ...                                                 ok\ntest_property_method_not_called (test.test_rlcompleter.TestRlcompleter.test_property_method_not_called) ...                                                         ok\ntest_uncreated_attr (test.test_rlcompleter.TestRlcompleter.test_uncreated_attr) ...                                                                 ok\n\n----------------------------------------------------------------------\nRan 8 tests in 0.011s\n\nOK\n0:02:02 load avg: 1.49 [341/480] test_robotparser passed\nPASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.CrawlDelayAndRequestRateTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.CrawlDelayAndRequestRateTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.DefaultEntryTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.DefaultEntryTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.DefaultEntryTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.DefaultEntryTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.DifferentAgentTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.DifferentAgentTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.DifferentAgentTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.DifferentAgentTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.DisallowQueryStringTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.DisallowQueryStringTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.DisallowQueryStringTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.EmptyFileTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.EmptyFileTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.EmptyFileTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.EmptyFileTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.EmptyQueryStringTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.EmptyQueryStringTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.EmptyQueryStringTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.GoogleURLOrderingTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.GoogleURLOrderingTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.GoogleURLOrderingTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.InvalidCrawlDelayTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.InvalidCrawlDelayTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.InvalidCrawlDelayTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.InvalidRequestRateTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.InvalidRequestRateTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.InvalidRequestRateTest.test_site_maps)\nSKIP: setUpClass (test.test_robotparser.NetworkTestCase) \"Use of the 'network' resource not enabled\"\nPASS: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase.testPasswordProtectedSite)\nPASS: test_bad_urls (test.test_robotparser.RejectAllRobotsTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.RejectAllRobotsTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.RejectAllRobotsTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.SitemapTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.SitemapTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.SitemapTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.StringFormattingTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.StringFormattingTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.StringFormattingTest.test_site_maps)\nPASS: test_string_formatting (test.test_robotparser.StringFormattingTest.test_string_formatting)\nPASS: test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.UserAgentOrderingTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UserAgentOrderingTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UserAgentOrderingTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.UserAgentWildcardTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UserAgentWildcardTest.test_site_maps)\n\n----------------------------------------------------------------------\nRan 60 tests in 0.008s\n\nOK (skipped=1)\n0:02:02 load avg: 1.49 [342/480] test_sax passed\nPASS: test_1463026_1 (test.test_sax.BytesXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.BytesXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.BytesXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.BytesXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.BytesXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.BytesXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.BytesXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.BytesXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.BytesXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.BytesXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.BytesXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.BytesXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.BytesXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.BytesXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest.test_xmlgen_unencodable)\nPASS: test_handlers (test.test_sax.CDATAHandlerTest.test_handlers)\nPASS: test_expat_incomplete (test.test_sax.ErrorReportingTest.test_expat_incomplete)\nPASS: test_expat_inpsource_location (test.test_sax.ErrorReportingTest.test_expat_inpsource_location)\nPASS: test_sax_parse_exception_str (test.test_sax.ErrorReportingTest.test_sax_parse_exception_str)\nPASS: test_expat_attrs_empty (test.test_sax.ExpatReaderTest.test_expat_attrs_empty)\nPASS: test_expat_attrs_wattr (test.test_sax.ExpatReaderTest.test_expat_attrs_wattr)\nPASS: test_expat_binary_file (test.test_sax.ExpatReaderTest.test_expat_binary_file)\nPASS: test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_bytes_name)\nPASS: test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_int_name)\nPASS: test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii)\nPASS: test_expat_dtdhandler (test.test_sax.ExpatReaderTest.test_expat_dtdhandler)\nPASS: test_expat_entityresolver_default (test.test_sax.ExpatReaderTest.test_expat_entityresolver_default)\nPASS: test_expat_entityresolver_enabled (test.test_sax.ExpatReaderTest.test_expat_entityresolver_enabled)\nPASS: test_expat_external_dtd_default (test.test_sax.ExpatReaderTest.test_expat_external_dtd_default)\nPASS: test_expat_external_dtd_enabled (test.test_sax.ExpatReaderTest.test_expat_external_dtd_enabled)\nPASS: test_expat_incremental (test.test_sax.ExpatReaderTest.test_expat_incremental)\nPASS: test_expat_incremental_reset (test.test_sax.ExpatReaderTest.test_expat_incremental_reset)\nPASS: test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_byte_stream)\nPASS: test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_character_stream)\nPASS: test_expat_inpsource_filename (test.test_sax.ExpatReaderTest.test_expat_inpsource_filename)\nPASS: test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid)\nPASS: test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_nonascii)\nPASS: test_expat_locator_noinfo (test.test_sax.ExpatReaderTest.test_expat_locator_noinfo)\nPASS: test_expat_locator_withinfo (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo)\nPASS: test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_nonascii)\nPASS: test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest.test_expat_nsattrs_empty)\nPASS: test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest.test_expat_nsattrs_wattr)\nPASS: test_expat_text_file (test.test_sax.ExpatReaderTest.test_expat_text_file)\nPASS: test_flush_reparse_deferral_disabled (test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_disabled)\nPASS: test_flush_reparse_deferral_enabled (test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_enabled)\nPASS: test_handlers (test.test_sax.LexicalHandlerTest.test_handlers)\nPASS: test_make_parser2 (test.test_sax.MakeParserTest.test_make_parser2)\nPASS: test_make_parser3 (test.test_sax.MakeParserTest.test_make_parser3)\nPASS: test_make_parser4 (test.test_sax.MakeParserTest.test_make_parser4)\nPASS: test_make_parser5 (test.test_sax.MakeParserTest.test_make_parser5)\nPASS: test_parseString_bytes (test.test_sax.ParseTest.test_parseString_bytes)\nPASS: test_parseString_text (test.test_sax.ParseTest.test_parseString_text)\nPASS: test_parse_InputSource (test.test_sax.ParseTest.test_parse_InputSource)\nPASS: test_parse_bytes (test.test_sax.ParseTest.test_parse_bytes)\nPASS: test_parse_close_source (test.test_sax.ParseTest.test_parse_close_source)\nPASS: test_parse_path_object (test.test_sax.ParseTest.test_parse_path_object)\nPASS: test_parse_text (test.test_sax.ParseTest.test_parse_text)\nPASS: test_binary_file (test.test_sax.PrepareInputSourceTest.test_binary_file)\nPASS: test_byte_stream (test.test_sax.PrepareInputSourceTest.test_byte_stream)\nPASS: test_character_stream (test.test_sax.PrepareInputSourceTest.test_character_stream)\nPASS: test_path_objects (test.test_sax.PrepareInputSourceTest.test_path_objects)\nPASS: test_string (test.test_sax.PrepareInputSourceTest.test_string)\nPASS: test_system_id (test.test_sax.PrepareInputSourceTest.test_system_id)\nPASS: test_text_file (test.test_sax.PrepareInputSourceTest.test_text_file)\nPASS: test_double_quoteattr (test.test_sax.SaxutilsTest.test_double_quoteattr)\nPASS: test_escape_all (test.test_sax.SaxutilsTest.test_escape_all)\nPASS: test_escape_basic (test.test_sax.SaxutilsTest.test_escape_basic)\nPASS: test_escape_extra (test.test_sax.SaxutilsTest.test_escape_extra)\nPASS: test_make_parser (test.test_sax.SaxutilsTest.test_make_parser)\nPASS: test_quoteattr_basic (test.test_sax.SaxutilsTest.test_quoteattr_basic)\nPASS: test_single_double_quoteattr (test.test_sax.SaxutilsTest.test_single_double_quoteattr)\nPASS: test_single_quoteattr (test.test_sax.SaxutilsTest.test_single_quoteattr)\nPASS: test_unescape_all (test.test_sax.SaxutilsTest.test_unescape_all)\nPASS: test_unescape_amp_extra (test.test_sax.SaxutilsTest.test_unescape_amp_extra)\nPASS: test_unescape_basic (test.test_sax.SaxutilsTest.test_unescape_basic)\nPASS: test_unescape_extra (test.test_sax.SaxutilsTest.test_unescape_extra)\nPASS: test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_unencodable)\nPASS: test_1463026_1 (test.test_sax.StreamWriterXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.StreamWriterXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.StreamWriterXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.StreamWriterXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.StreamWriterXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.StreamWriterXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_unencodable)\nPASS: test_1463026_1 (test.test_sax.StringXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.StringXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.StringXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.StringXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.StringXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.StringXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.StringXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.StringXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.StringXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.StringXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.StringXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.StringXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.StringXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.StringXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.StringXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.StringXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.StringXmlgenTest.test_xmlgen_pi)\nPASS: test_1463026_1 (test.test_sax.WriterXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.WriterXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.WriterXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.WriterXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.WriterXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.WriterXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.WriterXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.WriterXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.WriterXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.WriterXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.WriterXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.WriterXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.WriterXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.WriterXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest.test_xmlgen_unencodable)\nPASS: test_filter_basic (test.test_sax.XMLFilterBaseTest.test_filter_basic)\nPASS: test_attrs_empty (test.test_sax.XmlReaderTest.test_attrs_empty)\nPASS: test_attrs_wattr (test.test_sax.XmlReaderTest.test_attrs_wattr)\nPASS: test_nsattrs_empty (test.test_sax.XmlReaderTest.test_nsattrs_empty)\nPASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest.test_nsattrs_wattr)\n\n----------------------------------------------------------------------\nRan 185 tests in 0.020s\n\nOK\n0:02:03 load avg: 1.49 [343/480] test_runpy passed\nPASS: test_run_code (test.test_runpy.ExecutionLayerTestCase.test_run_code)\nPASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase.test_run_module_code)\nPASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase.test_explicit_relative_import)\nPASS: test_invalid_names (test.test_runpy.RunModuleTestCase.test_invalid_names)\nPASS: test_library_module (test.test_runpy.RunModuleTestCase.test_library_module)\nPASS: test_main_relative_import (test.test_runpy.RunModuleTestCase.test_main_relative_import)\nPASS: test_package_imported_no_warning (test.test_runpy.RunModuleTestCase.test_package_imported_no_warning)\nPASS: test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase.test_pkgutil_walk_packages)\nPASS: test_run_module (test.test_runpy.RunModuleTestCase.test_run_module)\nPASS: test_run_module_alter_sys (test.test_runpy.RunModuleTestCase.test_run_module_alter_sys)\nPASS: test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_module_in_namespace_package)\nPASS: test_run_name (test.test_runpy.RunModuleTestCase.test_run_name)\nPASS: test_run_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package)\nPASS: test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package)\nPASS: test_run_package (test.test_runpy.RunModuleTestCase.test_run_package)\nPASS: test_run_package_alter_sys (test.test_runpy.RunModuleTestCase.test_run_package_alter_sys)\nPASS: test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_package_in_namespace_package)\nPASS: test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase.test_run_package_init_exceptions)\nPASS: test_submodule_imported_warning (test.test_runpy.RunModuleTestCase.test_submodule_imported_warning)\nPASS: test_basic_script (test.test_runpy.RunPathTestCase.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_runpy.RunPathTestCase.test_basic_script_no_suffix)\nPASS: test_basic_script_with_pathlike_object (test.test_runpy.RunPathTestCase.test_basic_script_with_pathlike_object)\nPASS: test_directory (test.test_runpy.RunPathTestCase.test_directory)\nPASS: test_directory_compiled (test.test_runpy.RunPathTestCase.test_directory_compiled)\nPASS: test_directory_error (test.test_runpy.RunPathTestCase.test_directory_error)\nPASS: test_encoding (test.test_runpy.RunPathTestCase.test_encoding)\nSKIP: test_main_recursion_error (test.test_runpy.RunPathTestCase.test_main_recursion_error) \"resource 'cpu' is not enabled\"\nPASS: test_script_compiled (test.test_runpy.RunPathTestCase.test_script_compiled)\nPASS: test_zipfile (test.test_runpy.RunPathTestCase.test_zipfile)\nPASS: test_zipfile_compiled (test.test_runpy.RunPathTestCase.test_zipfile_compiled)\nPASS: test_zipfile_error (test.test_runpy.RunPathTestCase.test_zipfile_error)\nPASS: test_pymain_run_command (test.test_runpy.TestExit.test_pymain_run_command)\nPASS: test_pymain_run_command_run_module (test.test_runpy.TestExit.test_pymain_run_command_run_module)\nPASS: test_pymain_run_file (test.test_runpy.TestExit.test_pymain_run_file)\nPASS: test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module)\nPASS: test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main)\nPASS: test_pymain_run_module (test.test_runpy.TestExit.test_pymain_run_module)\nPASS: test_pymain_run_stdin (test.test_runpy.TestExit.test_pymain_run_stdin)\n\n----------------------------------------------------------------------\nRan 38 tests in 0.253s\n\nOK (skipped=1)\n0:02:03 load avg: 1.49 [344/480] test_scope passed\nPASS: testBoundAndFree (test.test_scope.ScopeTests.testBoundAndFree)\nPASS: testCellIsArgAndEscapes (test.test_scope.ScopeTests.testCellIsArgAndEscapes)\nPASS: testCellIsKwonlyArg (test.test_scope.ScopeTests.testCellIsKwonlyArg)\nPASS: testCellIsLocalAndEscapes (test.test_scope.ScopeTests.testCellIsLocalAndEscapes)\nPASS: testCellLeak (test.test_scope.ScopeTests.testCellLeak)\nPASS: testClassAndGlobal (test.test_scope.ScopeTests.testClassAndGlobal)\nPASS: testClassNamespaceOverridesClosure (test.test_scope.ScopeTests.testClassNamespaceOverridesClosure)\nPASS: testComplexDefinitions (test.test_scope.ScopeTests.testComplexDefinitions)\nPASS: testEvalExecFreeVars (test.test_scope.ScopeTests.testEvalExecFreeVars)\nPASS: testEvalFreeVars (test.test_scope.ScopeTests.testEvalFreeVars)\nPASS: testExtraNesting (test.test_scope.ScopeTests.testExtraNesting)\nPASS: testFreeVarInMethod (test.test_scope.ScopeTests.testFreeVarInMethod)\nPASS: testFreeingCell (test.test_scope.ScopeTests.testFreeingCell)\nPASS: testGlobalInParallelNestedFunctions (test.test_scope.ScopeTests.testGlobalInParallelNestedFunctions)\nPASS: testInteractionWithTraceFunc (test.test_scope.ScopeTests.testInteractionWithTraceFunc)\nPASS: testLambdas (test.test_scope.ScopeTests.testLambdas)\nPASS: testLeaks (test.test_scope.ScopeTests.testLeaks)\nPASS: testListCompLocalVars (test.test_scope.ScopeTests.testListCompLocalVars)\nPASS: testLocalsClass (test.test_scope.ScopeTests.testLocalsClass)\nPASS: testLocalsClass_WithTrace (test.test_scope.ScopeTests.testLocalsClass_WithTrace)\nPASS: testLocalsFunction (test.test_scope.ScopeTests.testLocalsFunction)\nPASS: testMixedFreevarsAndCellvars (test.test_scope.ScopeTests.testMixedFreevarsAndCellvars)\nPASS: testNearestEnclosingScope (test.test_scope.ScopeTests.testNearestEnclosingScope)\nPASS: testNestedNonLocal (test.test_scope.ScopeTests.testNestedNonLocal)\nPASS: testNestingGlobalNoFree (test.test_scope.ScopeTests.testNestingGlobalNoFree)\nPASS: testNestingPlusFreeRefToGlobal (test.test_scope.ScopeTests.testNestingPlusFreeRefToGlobal)\nPASS: testNestingThroughClass (test.test_scope.ScopeTests.testNestingThroughClass)\nPASS: testNonLocalClass (test.test_scope.ScopeTests.testNonLocalClass)\nPASS: testNonLocalFunction (test.test_scope.ScopeTests.testNonLocalFunction)\nPASS: testNonLocalGenerator (test.test_scope.ScopeTests.testNonLocalGenerator)\nPASS: testNonLocalMethod (test.test_scope.ScopeTests.testNonLocalMethod)\nPASS: testRecursion (test.test_scope.ScopeTests.testRecursion)\nPASS: testScopeOfGlobalStmt (test.test_scope.ScopeTests.testScopeOfGlobalStmt)\nPASS: testSimpleAndRebinding (test.test_scope.ScopeTests.testSimpleAndRebinding)\nPASS: testSimpleNesting (test.test_scope.ScopeTests.testSimpleNesting)\nPASS: testTopIsNotSignificant (test.test_scope.ScopeTests.testTopIsNotSignificant)\nPASS: testUnboundLocal (test.test_scope.ScopeTests.testUnboundLocal)\nPASS: testUnboundLocal_AfterDel (test.test_scope.ScopeTests.testUnboundLocal_AfterDel)\nPASS: testUnboundLocal_AugAssign (test.test_scope.ScopeTests.testUnboundLocal_AugAssign)\nPASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests.testUnoptimizedNamespaces)\nPASS: test_multiple_nesting (test.test_scope.ScopeTests.test_multiple_nesting)\n\n----------------------------------------------------------------------\nRan 41 tests in 0.011s\n\nOK\n0:02:03 load avg: 1.49 [345/480] test_script_helper passed\nPASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper.test_assert_python_failure)\nPASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper.test_assert_python_failure_raises)\nPASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper.test_assert_python_isolated_when_env_not_required)\ntest_assert_python_not_isolated_when_env_is_required (test.test_script_helper.TestScriptHelper.test_assert_python_not_isolated_when_env_is_required)\nPASS: Ensure that -I is not passed when the environment is required.\nPASS: test_assert_python_ok (test.test_script_helper.TestScriptHelper.test_assert_python_ok)\nPASS: test_assert_python_ok_raises (test.test_script_helper.TestScriptHelper.test_assert_python_ok_raises)\nPASS: test_interpreter_requires_environment_details (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_details)\nPASS: test_interpreter_requires_environment_false (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_false)\nPASS: test_interpreter_requires_environment_true (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_true)\nPASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhome)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.104s\n\nOK\n0:02:03 load avg: 1.49 [346/480] test_secrets passed\nPASS: test_bad_types (test.test_secrets.Compare_Digest_Tests.test_bad_types)\nPASS: test_bool (test.test_secrets.Compare_Digest_Tests.test_bool)\nPASS: test_equal (test.test_secrets.Compare_Digest_Tests.test_equal)\nPASS: test_unequal (test.test_secrets.Compare_Digest_Tests.test_unequal)\nPASS: test_choice (test.test_secrets.Random_Tests.test_choice)\nPASS: test_randbelow (test.test_secrets.Random_Tests.test_randbelow)\nPASS: test_randbits (test.test_secrets.Random_Tests.test_randbits)\nPASS: test_token_bytes (test.test_secrets.Token_Tests.test_token_bytes)\nPASS: test_token_defaults (test.test_secrets.Token_Tests.test_token_defaults)\nPASS: test_token_hex (test.test_secrets.Token_Tests.test_token_hex)\nPASS: test_token_urlsafe (test.test_secrets.Token_Tests.test_token_urlsafe)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:02:03 load avg: 1.49 [347/480] test_sched passed\nPASS: test_args_kwargs (test.test_sched.TestCase.test_args_kwargs)\nPASS: test_cancel (test.test_sched.TestCase.test_cancel)\nPASS: test_cancel_concurrent (test.test_sched.TestCase.test_cancel_concurrent)\nPASS: test_cancel_correct_event (test.test_sched.TestCase.test_cancel_correct_event)\nPASS: test_empty (test.test_sched.TestCase.test_empty)\nPASS: test_enter (test.test_sched.TestCase.test_enter)\nPASS: test_enter_concurrent (test.test_sched.TestCase.test_enter_concurrent)\nPASS: test_enterabs (test.test_sched.TestCase.test_enterabs)\nPASS: test_priority (test.test_sched.TestCase.test_priority)\nPASS: test_queue (test.test_sched.TestCase.test_queue)\nPASS: test_run_non_blocking (test.test_sched.TestCase.test_run_non_blocking)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.545s\n\nOK\n0:02:05 load avg: 1.49 [348/480] test_select passed\nPASS: test_disallow_instantiation (test.test_select.SelectTestCase.test_disallow_instantiation)\nPASS: test_errno (test.test_select.SelectTestCase.test_errno)\nPASS: test_error_conditions (test.test_select.SelectTestCase.test_error_conditions)\nPASS: test_returned_list_identity (test.test_select.SelectTestCase.test_returned_list_identity)\ntest_select (test.test_select.SelectTestCase.test_select) ... timeout = 0\ntimeout = 1\nb'testing...\\n'\ntimeout = 2\nb'testing...\\n'\ntimeout = 4\nb'testing...\\n'\ntimeout = 8\nb'testing...\\n'\ntimeout = 16\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb''\nEOF\nok\nPASS: test_select_mutated (test.test_select.SelectTestCase.test_select_mutated)\n\n----------------------------------------------------------------------\nRan 6 tests in 1.523s\n\nOK\n0:02:06 load avg: 2.09 [349/480] test_set passed\nPASS: test_copy (test.test_set.TestBasicOpsBytes.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsBytes.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsBytes.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsBytes.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsBytes.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsBytes.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsBytes.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsBytes.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsBytes.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsBytes.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsBytes.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsBytes.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsBytes.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsBytes.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsBytes.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsBytes.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsBytes.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsBytes.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsBytes.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsBytes.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsBytes.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsEmpty.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsEmpty.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsEmpty.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsEmpty.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsEmpty.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsEmpty.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsEmpty.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsEmpty.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsEmpty.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsEmpty.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsEmpty.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsEmpty.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsEmpty.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsEmpty.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsEmpty.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsEmpty.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsEmpty.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsEmpty.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsEmpty.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsEmpty.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsMixedStringBytes.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsMixedStringBytes.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsMixedStringBytes.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsMixedStringBytes.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsMixedStringBytes.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsMixedStringBytes.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsMixedStringBytes.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsMixedStringBytes.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsMixedStringBytes.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsMixedStringBytes.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsMixedStringBytes.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsMixedStringBytes.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsMixedStringBytes.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsSingleton.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsSingleton.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsSingleton.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsSingleton.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsSingleton.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsSingleton.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsSingleton.test_equivalent_equality)\nPASS: test_in (test.test_set.TestBasicOpsSingleton.test_in)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsSingleton.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsSingleton.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsSingleton.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsSingleton.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsSingleton.test_length)\nPASS: test_not_in (test.test_set.TestBasicOpsSingleton.test_not_in)\nPASS: test_pickling (test.test_set.TestBasicOpsSingleton.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsSingleton.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsSingleton.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsSingleton.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsSingleton.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsSingleton.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsSingleton.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsSingleton.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsString.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsString.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsString.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsString.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsString.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsString.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsString.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsString.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsString.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsString.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsString.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsString.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsString.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsString.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsString.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsString.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsString.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsString.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsString.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsString.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsString.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsString.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsTriple.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsTriple.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsTriple.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsTriple.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTriple.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTriple.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsTriple.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsTriple.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsTriple.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTriple.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsTriple.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsTriple.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsTriple.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsTriple.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsTriple.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsTriple.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsTriple.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsTriple.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsTriple.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTriple.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsTriple.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsTriple.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsTuple.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsTuple.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsTuple.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsTuple.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTuple.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTuple.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsTuple.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsTuple.test_equivalent_equality)\nPASS: test_in (test.test_set.TestBasicOpsTuple.test_in)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsTuple.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTuple.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsTuple.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsTuple.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsTuple.test_length)\nPASS: test_not_in (test.test_set.TestBasicOpsTuple.test_not_in)\nPASS: test_pickling (test.test_set.TestBasicOpsTuple.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsTuple.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsTuple.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsTuple.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsTuple.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsTuple.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTuple.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsTuple.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsTuple.test_union_empty)\nPASS: test_eq (test.test_set.TestBinaryOps.test_eq)\nPASS: test_intersection_non_overlap (test.test_set.TestBinaryOps.test_intersection_non_overlap)\nPASS: test_intersection_overlap (test.test_set.TestBinaryOps.test_intersection_overlap)\nPASS: test_intersection_subset (test.test_set.TestBinaryOps.test_intersection_subset)\nPASS: test_intersection_superset (test.test_set.TestBinaryOps.test_intersection_superset)\nPASS: test_isdisjoint_non_overlap (test.test_set.TestBinaryOps.test_isdisjoint_non_overlap)\nPASS: test_isdisjoint_overlap (test.test_set.TestBinaryOps.test_isdisjoint_overlap)\nPASS: test_isdisjoint_subset (test.test_set.TestBinaryOps.test_isdisjoint_subset)\nPASS: test_isdisjoint_superset (test.test_set.TestBinaryOps.test_isdisjoint_superset)\nPASS: test_sym_difference_non_overlap (test.test_set.TestBinaryOps.test_sym_difference_non_overlap)\nPASS: test_sym_difference_overlap (test.test_set.TestBinaryOps.test_sym_difference_overlap)\nPASS: test_sym_difference_subset (test.test_set.TestBinaryOps.test_sym_difference_subset)\nPASS: test_sym_difference_superset (test.test_set.TestBinaryOps.test_sym_difference_superset)\nPASS: test_union_non_overlap (test.test_set.TestBinaryOps.test_union_non_overlap)\nPASS: test_union_overlap (test.test_set.TestBinaryOps.test_union_overlap)\nPASS: test_union_subset (test.test_set.TestBinaryOps.test_union_subset)\nPASS: test_union_superset (test.test_set.TestBinaryOps.test_union_superset)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_xor_with_mutation)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation)\nPASS: test_copy (test.test_set.TestCopyingEmpty.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingEmpty.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingNested.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingNested.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingSingleton.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingSingleton.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingTriple.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingTriple.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingTuple.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingTuple.test_deep_copy)\nPASS: test_changingSizeWhileIterating (test.test_set.TestExceptionPropagation.test_changingSizeWhileIterating)\nPASS: test_instanceWithException (test.test_set.TestExceptionPropagation.test_instanceWithException)\nPASS: test_instancesWithoutException (test.test_set.TestExceptionPropagation.test_instancesWithoutException)\nPASS: test_and (test.test_set.TestFrozenSet.test_and)\nPASS: test_badcmp (test.test_set.TestFrozenSet.test_badcmp)\nPASS: test_constructor_identity (test.test_set.TestFrozenSet.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestFrozenSet.test_container_iterator)\nPASS: test_contains (test.test_set.TestFrozenSet.test_contains)\nPASS: test_copy (test.test_set.TestFrozenSet.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestFrozenSet.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestFrozenSet.test_deepcopy)\nPASS: test_difference (test.test_set.TestFrozenSet.test_difference)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSet.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestFrozenSet.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestFrozenSet.test_free_after_iterating)\nPASS: test_frozen_as_dictkey (test.test_set.TestFrozenSet.test_frozen_as_dictkey)\nPASS: test_gc (test.test_set.TestFrozenSet.test_gc)\nPASS: test_hash (test.test_set.TestFrozenSet.test_hash)\nPASS: test_hash_caching (test.test_set.TestFrozenSet.test_hash_caching)\nPASS: test_hash_effectiveness (test.test_set.TestFrozenSet.test_hash_effectiveness)\nPASS: test_init (test.test_set.TestFrozenSet.test_init)\nPASS: test_intersection (test.test_set.TestFrozenSet.test_intersection)\nPASS: test_isdisjoint (test.test_set.TestFrozenSet.test_isdisjoint)\nPASS: test_iterator_pickling (test.test_set.TestFrozenSet.test_iterator_pickling)\nPASS: test_len (test.test_set.TestFrozenSet.test_len)\nPASS: test_new_or_init (test.test_set.TestFrozenSet.test_new_or_init)\nPASS: test_or (test.test_set.TestFrozenSet.test_or)\nPASS: test_pickling (test.test_set.TestFrozenSet.test_pickling)\nPASS: test_setOfFrozensets (test.test_set.TestFrozenSet.test_setOfFrozensets)\nPASS: test_sub (test.test_set.TestFrozenSet.test_sub)\nPASS: test_sub_and_super (test.test_set.TestFrozenSet.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSet.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestFrozenSet.test_symmetric_difference)\nPASS: test_union (test.test_set.TestFrozenSet.test_union)\nPASS: test_uniquification (test.test_set.TestFrozenSet.test_uniquification)\nPASS: test_xor (test.test_set.TestFrozenSet.test_xor)\nPASS: test_and (test.test_set.TestFrozenSetSubclass.test_and)\nPASS: test_badcmp (test.test_set.TestFrozenSetSubclass.test_badcmp)\nPASS: test_constructor_identity (test.test_set.TestFrozenSetSubclass.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestFrozenSetSubclass.test_container_iterator)\nPASS: test_contains (test.test_set.TestFrozenSetSubclass.test_contains)\nPASS: test_copy (test.test_set.TestFrozenSetSubclass.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestFrozenSetSubclass.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestFrozenSetSubclass.test_deepcopy)\nPASS: test_difference (test.test_set.TestFrozenSetSubclass.test_difference)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSetSubclass.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestFrozenSetSubclass.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestFrozenSetSubclass.test_free_after_iterating)\nPASS: test_frozen_as_dictkey (test.test_set.TestFrozenSetSubclass.test_frozen_as_dictkey)\nPASS: test_gc (test.test_set.TestFrozenSetSubclass.test_gc)\nPASS: test_hash (test.test_set.TestFrozenSetSubclass.test_hash)\nPASS: test_hash_caching (test.test_set.TestFrozenSetSubclass.test_hash_caching)\nPASS: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass.test_hash_effectiveness)\nPASS: test_init (test.test_set.TestFrozenSetSubclass.test_init)\nPASS: test_intersection (test.test_set.TestFrozenSetSubclass.test_intersection)\nPASS: test_isdisjoint (test.test_set.TestFrozenSetSubclass.test_isdisjoint)\nPASS: test_iterator_pickling (test.test_set.TestFrozenSetSubclass.test_iterator_pickling)\nPASS: test_keywords_in_subclass (test.test_set.TestFrozenSetSubclass.test_keywords_in_subclass)\nPASS: test_len (test.test_set.TestFrozenSetSubclass.test_len)\nPASS: test_nested_empty_constructor (test.test_set.TestFrozenSetSubclass.test_nested_empty_constructor)\nPASS: test_new_or_init (test.test_set.TestFrozenSetSubclass.test_new_or_init)\nPASS: test_or (test.test_set.TestFrozenSetSubclass.test_or)\nPASS: test_pickling (test.test_set.TestFrozenSetSubclass.test_pickling)\nPASS: test_setOfFrozensets (test.test_set.TestFrozenSetSubclass.test_setOfFrozensets)\nPASS: test_singleton_empty_frozenset (test.test_set.TestFrozenSetSubclass.test_singleton_empty_frozenset)\nPASS: test_sub (test.test_set.TestFrozenSetSubclass.test_sub)\nPASS: test_sub_and_super (test.test_set.TestFrozenSetSubclass.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSetSubclass.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestFrozenSetSubclass.test_symmetric_difference)\nPASS: test_union (test.test_set.TestFrozenSetSubclass.test_union)\nPASS: test_uniquification (test.test_set.TestFrozenSetSubclass.test_uniquification)\nPASS: test_xor (test.test_set.TestFrozenSetSubclass.test_xor)\nPASS: test_pickling (test.test_set.TestFrozenSetSubclassWithSlots.test_pickling)\nPASS: test_cube (test.test_set.TestGraphs.test_cube)\nPASS: test_cuboctahedron (test.test_set.TestGraphs.test_cuboctahedron)\nPASS: test_binopsVsSubsets (test.test_set.TestIdentities.test_binopsVsSubsets)\nPASS: test_commutativity (test.test_set.TestIdentities.test_commutativity)\nPASS: test_exclusion (test.test_set.TestIdentities.test_exclusion)\nPASS: test_summations (test.test_set.TestIdentities.test_summations)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_update_with_mutation)\nPASS: test_add_absent (test.test_set.TestMutate.test_add_absent)\nPASS: test_add_present (test.test_set.TestMutate.test_add_present)\nPASS: test_add_until_full (test.test_set.TestMutate.test_add_until_full)\nPASS: test_clear (test.test_set.TestMutate.test_clear)\nPASS: test_discard_absent (test.test_set.TestMutate.test_discard_absent)\nPASS: test_discard_present (test.test_set.TestMutate.test_discard_present)\nPASS: test_pop (test.test_set.TestMutate.test_pop)\nPASS: test_remove_absent (test.test_set.TestMutate.test_remove_absent)\nPASS: test_remove_present (test.test_set.TestMutate.test_remove_present)\nPASS: test_remove_until_empty (test.test_set.TestMutate.test_remove_until_empty)\nPASS: test_update_empty_tuple (test.test_set.TestMutate.test_update_empty_tuple)\nPASS: test_update_unit_tuple_non_overlap (test.test_set.TestMutate.test_update_unit_tuple_non_overlap)\nPASS: test_update_unit_tuple_overlap (test.test_set.TestMutate.test_update_unit_tuple_overlap)\nPASS: test_difference (test.test_set.TestOnlySetsDict.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsDict.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsDict.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsDict.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsDict.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsDict.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsDict.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsDict.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsDict.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsDict.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsDict.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsDict.test_union)\nPASS: test_update (test.test_set.TestOnlySetsDict.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsDict.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsGenerator.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsGenerator.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsGenerator.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsGenerator.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsGenerator.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsGenerator.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsGenerator.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsGenerator.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsGenerator.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsGenerator.test_union)\nPASS: test_update (test.test_set.TestOnlySetsGenerator.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsGenerator.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsNumeric.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsNumeric.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsNumeric.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsNumeric.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsNumeric.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsNumeric.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsNumeric.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsNumeric.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsNumeric.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsNumeric.test_union)\nPASS: test_update (test.test_set.TestOnlySetsNumeric.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsNumeric.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsOperator.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsOperator.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsOperator.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsOperator.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsOperator.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsOperator.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsOperator.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsOperator.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsOperator.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsOperator.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsOperator.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsOperator.test_union)\nPASS: test_update (test.test_set.TestOnlySetsOperator.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsOperator.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsString.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsString.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsString.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsString.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsString.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsString.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsString.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsString.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsString.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsString.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsString.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsString.test_union)\nPASS: test_update (test.test_set.TestOnlySetsString.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsString.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsTuple.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsTuple.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsTuple.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsTuple.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsTuple.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsTuple.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsTuple.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsTuple.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsTuple.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsTuple.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsTuple.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsTuple.test_union)\nPASS: test_update (test.test_set.TestOnlySetsTuple.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsTuple.test_update_operator)\nPASS: test_add (test.test_set.TestSet.test_add)\nPASS: test_and (test.test_set.TestSet.test_and)\nPASS: test_badcmp (test.test_set.TestSet.test_badcmp)\nPASS: test_clear (test.test_set.TestSet.test_clear)\nPASS: test_constructor_identity (test.test_set.TestSet.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestSet.test_container_iterator)\nPASS: test_contains (test.test_set.TestSet.test_contains)\nPASS: test_copy (test.test_set.TestSet.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestSet.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestSet.test_deepcopy)\nPASS: test_difference (test.test_set.TestSet.test_difference)\nPASS: test_difference_update (test.test_set.TestSet.test_difference_update)\nPASS: test_discard (test.test_set.TestSet.test_discard)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestSet.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestSet.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestSet.test_free_after_iterating)\nPASS: test_gc (test.test_set.TestSet.test_gc)\nPASS: test_hash (test.test_set.TestSet.test_hash)\nPASS: test_iand (test.test_set.TestSet.test_iand)\nPASS: test_init (test.test_set.TestSet.test_init)\nPASS: test_inplace_on_self (test.test_set.TestSet.test_inplace_on_self)\nPASS: test_intersection (test.test_set.TestSet.test_intersection)\nPASS: test_intersection_update (test.test_set.TestSet.test_intersection_update)\nPASS: test_ior (test.test_set.TestSet.test_ior)\nPASS: test_isdisjoint (test.test_set.TestSet.test_isdisjoint)\nPASS: test_isub (test.test_set.TestSet.test_isub)\nPASS: test_iterator_pickling (test.test_set.TestSet.test_iterator_pickling)\nPASS: test_ixor (test.test_set.TestSet.test_ixor)\nPASS: test_len (test.test_set.TestSet.test_len)\nPASS: test_new_or_init (test.test_set.TestSet.test_new_or_init)\nPASS: test_or (test.test_set.TestSet.test_or)\nPASS: test_pickling (test.test_set.TestSet.test_pickling)\nPASS: test_pop (test.test_set.TestSet.test_pop)\nPASS: test_remove (test.test_set.TestSet.test_remove)\nPASS: test_remove_keyerror_set (test.test_set.TestSet.test_remove_keyerror_set)\nPASS: test_remove_keyerror_unpacking (test.test_set.TestSet.test_remove_keyerror_unpacking)\nPASS: test_rich_compare (test.test_set.TestSet.test_rich_compare)\nPASS: test_setOfFrozensets (test.test_set.TestSet.test_setOfFrozensets)\nPASS: test_set_literal (test.test_set.TestSet.test_set_literal)\nPASS: test_set_literal_evaluation_order (test.test_set.TestSet.test_set_literal_evaluation_order)\nPASS: test_set_literal_insertion_order (test.test_set.TestSet.test_set_literal_insertion_order)\nPASS: test_sub (test.test_set.TestSet.test_sub)\nPASS: test_sub_and_super (test.test_set.TestSet.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestSet.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestSet.test_symmetric_difference)\nPASS: test_symmetric_difference_update (test.test_set.TestSet.test_symmetric_difference_update)\nPASS: test_union (test.test_set.TestSet.test_union)\nPASS: test_uniquification (test.test_set.TestSet.test_uniquification)\nPASS: test_update (test.test_set.TestSet.test_update)\nPASS: test_weakref (test.test_set.TestSet.test_weakref)\nPASS: test_xor (test.test_set.TestSet.test_xor)\nPASS: test_constructor (test.test_set.TestSetOfSets.test_constructor)\nPASS: test_add (test.test_set.TestSetSubclass.test_add)\nPASS: test_and (test.test_set.TestSetSubclass.test_and)\nPASS: test_badcmp (test.test_set.TestSetSubclass.test_badcmp)\nPASS: test_clear (test.test_set.TestSetSubclass.test_clear)\nPASS: test_constructor_identity (test.test_set.TestSetSubclass.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestSetSubclass.test_container_iterator)\nPASS: test_contains (test.test_set.TestSetSubclass.test_contains)\nPASS: test_copy (test.test_set.TestSetSubclass.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestSetSubclass.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestSetSubclass.test_deepcopy)\nPASS: test_difference (test.test_set.TestSetSubclass.test_difference)\nPASS: test_difference_update (test.test_set.TestSetSubclass.test_difference_update)\nPASS: test_discard (test.test_set.TestSetSubclass.test_discard)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclass.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestSetSubclass.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestSetSubclass.test_free_after_iterating)\nPASS: test_gc (test.test_set.TestSetSubclass.test_gc)\nPASS: test_hash (test.test_set.TestSetSubclass.test_hash)\nPASS: test_iand (test.test_set.TestSetSubclass.test_iand)\nPASS: test_init (test.test_set.TestSetSubclass.test_init)\nPASS: test_inplace_on_self (test.test_set.TestSetSubclass.test_inplace_on_self)\nPASS: test_intersection (test.test_set.TestSetSubclass.test_intersection)\nPASS: test_intersection_update (test.test_set.TestSetSubclass.test_intersection_update)\nPASS: test_ior (test.test_set.TestSetSubclass.test_ior)\nPASS: test_isdisjoint (test.test_set.TestSetSubclass.test_isdisjoint)\nPASS: test_isub (test.test_set.TestSetSubclass.test_isub)\nPASS: test_iterator_pickling (test.test_set.TestSetSubclass.test_iterator_pickling)\nPASS: test_ixor (test.test_set.TestSetSubclass.test_ixor)\nPASS: test_keywords_in_subclass (test.test_set.TestSetSubclass.test_keywords_in_subclass)\nPASS: test_len (test.test_set.TestSetSubclass.test_len)\nPASS: test_new_or_init (test.test_set.TestSetSubclass.test_new_or_init)\nPASS: test_or (test.test_set.TestSetSubclass.test_or)\nPASS: test_pickling (test.test_set.TestSetSubclass.test_pickling)\nPASS: test_pop (test.test_set.TestSetSubclass.test_pop)\nPASS: test_remove (test.test_set.TestSetSubclass.test_remove)\nPASS: test_remove_keyerror_set (test.test_set.TestSetSubclass.test_remove_keyerror_set)\nPASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclass.test_remove_keyerror_unpacking)\nPASS: test_rich_compare (test.test_set.TestSetSubclass.test_rich_compare)\nPASS: test_setOfFrozensets (test.test_set.TestSetSubclass.test_setOfFrozensets)\nPASS: test_set_literal (test.test_set.TestSetSubclass.test_set_literal)\nPASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclass.test_set_literal_evaluation_order)\nPASS: test_set_literal_insertion_order (test.test_set.TestSetSubclass.test_set_literal_insertion_order)\nPASS: test_sub (test.test_set.TestSetSubclass.test_sub)\nPASS: test_sub_and_super (test.test_set.TestSetSubclass.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclass.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestSetSubclass.test_symmetric_difference)\nPASS: test_symmetric_difference_update (test.test_set.TestSetSubclass.test_symmetric_difference_update)\nPASS: test_union (test.test_set.TestSetSubclass.test_union)\nPASS: test_uniquification (test.test_set.TestSetSubclass.test_uniquification)\nPASS: test_update (test.test_set.TestSetSubclass.test_update)\nPASS: test_weakref (test.test_set.TestSetSubclass.test_weakref)\nPASS: test_xor (test.test_set.TestSetSubclass.test_xor)\nPASS: test_pickling (test.test_set.TestSetSubclassWithSlots.test_pickling)\nPASS: test_issubset (test.test_set.TestSubsetEmptyNonEmpty.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetEqualEmpty.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetEqualNonEmpty.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetNonOverlap.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetPartial.test_issubset)\nPASS: test_difference_method_call (test.test_set.TestUpdateOps.test_difference_method_call)\nPASS: test_difference_non_overlap (test.test_set.TestUpdateOps.test_difference_non_overlap)\nPASS: test_difference_overlap (test.test_set.TestUpdateOps.test_difference_overlap)\nPASS: test_difference_subset (test.test_set.TestUpdateOps.test_difference_subset)\nPASS: test_difference_superset (test.test_set.TestUpdateOps.test_difference_superset)\nPASS: test_intersection_method_call (test.test_set.TestUpdateOps.test_intersection_method_call)\nPASS: test_intersection_non_overlap (test.test_set.TestUpdateOps.test_intersection_non_overlap)\nPASS: test_intersection_overlap (test.test_set.TestUpdateOps.test_intersection_overlap)\nPASS: test_intersection_subset (test.test_set.TestUpdateOps.test_intersection_subset)\nPASS: test_intersection_superset (test.test_set.TestUpdateOps.test_intersection_superset)\nPASS: test_sym_difference_method_call (test.test_set.TestUpdateOps.test_sym_difference_method_call)\nPASS: test_sym_difference_non_overlap (test.test_set.TestUpdateOps.test_sym_difference_non_overlap)\nPASS: test_sym_difference_overlap (test.test_set.TestUpdateOps.test_sym_difference_overlap)\nPASS: test_sym_difference_subset (test.test_set.TestUpdateOps.test_sym_difference_subset)\nPASS: test_sym_difference_superset (test.test_set.TestUpdateOps.test_sym_difference_superset)\nPASS: test_union_method_call (test.test_set.TestUpdateOps.test_union_method_call)\nPASS: test_union_non_overlap (test.test_set.TestUpdateOps.test_union_non_overlap)\nPASS: test_union_overlap (test.test_set.TestUpdateOps.test_union_overlap)\nPASS: test_union_subset (test.test_set.TestUpdateOps.test_union_subset)\nPASS: test_union_superset (test.test_set.TestUpdateOps.test_union_superset)\nPASS: test_constructor (test.test_set.TestVariousIteratorArgs.test_constructor)\nPASS: test_inline_methods (test.test_set.TestVariousIteratorArgs.test_inline_methods)\nPASS: test_inplace_methods (test.test_set.TestVariousIteratorArgs.test_inplace_methods)\nPASS: test_8420_set_merge (test.test_set.TestWeirdBugs.test_8420_set_merge)\nPASS: test_iter_and_mutate (test.test_set.TestWeirdBugs.test_iter_and_mutate)\nPASS: test_merge_and_mutate (test.test_set.TestWeirdBugs.test_merge_and_mutate)\n\n----------------------------------------------------------------------\nRan 623 tests in 1.633s\n\nOK\n0:02:06 load avg: 2.09 [350/480] test_queue passed\nPASS: test_failing_queue (test.test_queue.CFailingQueueTest.test_failing_queue)\nPASS: test_basic (test.test_queue.CLifoQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.CLifoQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.CLifoQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.CLifoQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.CLifoQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.CLifoQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.CLifoQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.CLifoQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.CLifoQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.CLifoQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.CLifoQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.CLifoQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.CLifoQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.CLifoQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.CLifoQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.CLifoQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.CLifoQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.CLifoQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.CLifoQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.CLifoQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.CPriorityQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.CPriorityQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.CPriorityQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.CPriorityQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.CPriorityQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.CPriorityQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.CPriorityQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.CPriorityQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.CPriorityQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.CPriorityQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.CPriorityQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.CPriorityQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.CPriorityQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.CPriorityQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.CPriorityQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.CPriorityQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.CQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.CQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.CQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.CQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.CQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.CQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.CQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.CQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.CQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.CQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.CQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.CQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.CQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.CQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.CQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.CQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.CQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.CQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.CQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.CQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.CSimpleQueueTest.test_basic)\nPASS: test_is_default (test.test_queue.CSimpleQueueTest.test_is_default)\nSKIP: test_many_threads (test.test_queue.CSimpleQueueTest.test_many_threads) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_nonblock (test.test_queue.CSimpleQueueTest.test_many_threads_nonblock) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_timeout (test.test_queue.CSimpleQueueTest.test_many_threads_timeout) 'not enough memory: 4.9G minimum needed'\nPASS: test_negative_timeout_raises_exception (test.test_queue.CSimpleQueueTest.test_negative_timeout_raises_exception)\nPASS: test_order (test.test_queue.CSimpleQueueTest.test_order)\nPASS: test_reentrancy (test.test_queue.CSimpleQueueTest.test_reentrancy)\nPASS: test_references (test.test_queue.CSimpleQueueTest.test_references)\nPASS: test_failing_queue (test.test_queue.PyFailingQueueTest.test_failing_queue)\nPASS: test_basic (test.test_queue.PyLifoQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.PyLifoQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.PyLifoQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.PyLifoQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.PyLifoQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.PyLifoQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.PyLifoQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.PyLifoQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.PyLifoQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.PyLifoQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.PyLifoQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.PyLifoQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.PyLifoQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.PyLifoQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.PyLifoQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.PyLifoQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.PyPriorityQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.PyPriorityQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.PyPriorityQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.PyPriorityQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.PyPriorityQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.PyPriorityQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.PyPriorityQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.PyPriorityQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.PyPriorityQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.PyPriorityQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.PyPriorityQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.PyPriorityQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.PyPriorityQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.PyPriorityQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.PyPriorityQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.PyQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.PyQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.PyQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.PyQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.PyQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.PyQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.PyQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.PyQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.PyQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.PyQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.PyQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.PyQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.PyQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.PyQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.PyQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.PyQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.PyQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.PyQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.PyQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.PyQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.PySimpleQueueTest.test_basic)\nSKIP: test_many_threads (test.test_queue.PySimpleQueueTest.test_many_threads) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_nonblock (test.test_queue.PySimpleQueueTest.test_many_threads_nonblock) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_timeout (test.test_queue.PySimpleQueueTest.test_many_threads_timeout) 'not enough memory: 4.9G minimum needed'\nPASS: test_negative_timeout_raises_exception (test.test_queue.PySimpleQueueTest.test_negative_timeout_raises_exception)\nPASS: test_order (test.test_queue.PySimpleQueueTest.test_order)\nPASS: test_references (test.test_queue.PySimpleQueueTest.test_references)\n\n----------------------------------------------------------------------\nRan 162 tests in 8.152s\n\nOK (skipped=6)\n0:02:06 load avg: 2.09 [351/480] test_setcomps passed\nPASS: test_exception_locations (test.test_setcomps.SetComprehensionTest.test_exception_locations)\ndoctests (test.test_setcomps.__test__)\nPASS: Doctest: test.test_setcomps.__test__.doctests\n\n----------------------------------------------------------------------\nRan 2 tests in 0.004s\n\nOK\n0:02:07 load avg: 2.09 [352/480] test_shlex passed\ntestCompat (test.test_shlex.ShlexTest.testCompat)\nPASS: Test compatibility interface\ntestEmptyStringHandling (test.test_shlex.ShlexTest.testEmptyStringHandling)\nPASS: Test that parsing of empty strings is correctly handled.\nPASS: testJoin (test.test_shlex.ShlexTest.testJoin)\nPASS: testJoinRoundtrip (test.test_shlex.ShlexTest.testJoinRoundtrip)\nPASS: testPunctuationCharsReadOnly (test.test_shlex.ShlexTest.testPunctuationCharsReadOnly)\ntestPunctuationInWordChars (test.test_shlex.ShlexTest.testPunctuationInWordChars)\nPASS: Test that any punctuation chars are removed from wordchars\ntestPunctuationWithPosix (test.test_shlex.ShlexTest.testPunctuationWithPosix)\nPASS: Test that punctuation_chars and posix behave correctly together.\ntestPunctuationWithWhitespaceSplit (test.test_shlex.ShlexTest.testPunctuationWithWhitespaceSplit)\nPASS: Test that with whitespace_split, behaviour is as expected\nPASS: testQuote (test.test_shlex.ShlexTest.testQuote)\nPASS: testSplitNone (test.test_shlex.ShlexTest.testSplitNone)\ntestSplitPosix (test.test_shlex.ShlexTest.testSplitPosix)\nPASS: Test data splitting with posix parser\ntestSyntaxSplitAmpersandAndPipe (test.test_shlex.ShlexTest.testSyntaxSplitAmpersandAndPipe)\nPASS: Test handling of syntax splitting of &, |\ntestSyntaxSplitCustom (test.test_shlex.ShlexTest.testSyntaxSplitCustom)\nPASS: Test handling of syntax splitting with custom chars\ntestSyntaxSplitParen (test.test_shlex.ShlexTest.testSyntaxSplitParen)\nPASS: Test handling of syntax splitting of ()\ntestSyntaxSplitRedirect (test.test_shlex.ShlexTest.testSyntaxSplitRedirect)\nPASS: Test handling of syntax splitting of >\ntestSyntaxSplitSemicolon (test.test_shlex.ShlexTest.testSyntaxSplitSemicolon)\nPASS: Test handling of syntax splitting of ;\ntestTokenTypes (test.test_shlex.ShlexTest.testTokenTypes)\nPASS: Test that tokens are split with types as expected.\ntestUnicodeHandling (test.test_shlex.ShlexTest.testUnicodeHandling)\nPASS: Test punctuation_chars and whitespace_split handle unicode.\n\n----------------------------------------------------------------------\nRan 18 tests in 0.006s\n\nOK\n0:02:07 load avg: 2.09 [353/480] test_shelve passed\nPASS: test_ascii_file_shelf (test.test_shelve.TestCase.test_ascii_file_shelf)\nPASS: test_binary_file_shelf (test.test_shelve.TestCase.test_binary_file_shelf)\nPASS: test_bytes_path_file_shelf (test.test_shelve.TestCase.test_bytes_path_file_shelf)\nPASS: test_close (test.test_shelve.TestCase.test_close)\nPASS: test_default_protocol (test.test_shelve.TestCase.test_default_protocol)\nPASS: test_in_memory_shelf (test.test_shelve.TestCase.test_in_memory_shelf)\nPASS: test_keyencoding (test.test_shelve.TestCase.test_keyencoding)\nPASS: test_mutable_entry (test.test_shelve.TestCase.test_mutable_entry)\nPASS: test_open_template (test.test_shelve.TestCase.test_open_template)\nPASS: test_pathlib_bytes_path_file_shelf (test.test_shelve.TestCase.test_pathlib_bytes_path_file_shelf)\nPASS: test_pathlib_path_file_shelf (test.test_shelve.TestCase.test_pathlib_path_file_shelf)\nPASS: test_proto2_file_shelf (test.test_shelve.TestCase.test_proto2_file_shelf)\nPASS: test_with (test.test_shelve.TestCase.test_with)\nPASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase.test_writeback_also_writes_immediately)\nPASS: test_bool (test.test_shelve.TestProto0File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5MemShelve.test_write)\n\n----------------------------------------------------------------------\nRan 434 tests in 0.147s\n\nOK\n0:02:07 load avg: 2.09 [354/480] test_shutil passed\nPASS: test_module_all_attribute (test.test_shutil.PublicAPITests.test_module_all_attribute)\nPASS: test_make_archive (test.test_shutil.TestArchives.test_make_archive)\nPASS: test_make_archive_cwd (test.test_shutil.TestArchives.test_make_archive_cwd)\nPASS: test_make_archive_cwd_default (test.test_shutil.TestArchives.test_make_archive_cwd_default)\nPASS: test_make_archive_cwd_supports_root_dir (test.test_shutil.TestArchives.test_make_archive_cwd_supports_root_dir)\nPASS: test_make_archive_owner_group (test.test_shutil.TestArchives.test_make_archive_owner_group)\nPASS: test_make_tarfile (test.test_shutil.TestArchives.test_make_tarfile)\nPASS: test_make_tarfile_in_curdir (test.test_shutil.TestArchives.test_make_tarfile_in_curdir)\nPASS: test_make_tarfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir)\nPASS: test_make_tarfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_tarfile_with_explicit_curdir)\nPASS: test_make_tarfile_without_rootdir (test.test_shutil.TestArchives.test_make_tarfile_without_rootdir)\nPASS: test_make_zipfile (test.test_shutil.TestArchives.test_make_zipfile)\nPASS: test_make_zipfile_in_curdir (test.test_shutil.TestArchives.test_make_zipfile_in_curdir)\nPASS: test_make_zipfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir)\nPASS: test_make_zipfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_zipfile_with_explicit_curdir)\nPASS: test_make_zipfile_without_rootdir (test.test_shutil.TestArchives.test_make_zipfile_without_rootdir)\nPASS: test_register_archive_format (test.test_shutil.TestArchives.test_register_archive_format)\nPASS: test_tarfile_root_owner (test.test_shutil.TestArchives.test_tarfile_root_owner)\nPASS: test_tarfile_vs_tar (test.test_shutil.TestArchives.test_tarfile_vs_tar)\nPASS: test_unpack_archive_bztar (test.test_shutil.TestArchives.test_unpack_archive_bztar)\nPASS: test_unpack_archive_gztar (test.test_shutil.TestArchives.test_unpack_archive_gztar)\nPASS: test_unpack_archive_tar (test.test_shutil.TestArchives.test_unpack_archive_tar)\nPASS: test_unpack_archive_xztar (test.test_shutil.TestArchives.test_unpack_archive_xztar)\nPASS: test_unpack_archive_zip (test.test_shutil.TestArchives.test_unpack_archive_zip)\nPASS: test_unpack_registry (test.test_shutil.TestArchives.test_unpack_registry)\nPASS: test_unzip_zipfile (test.test_shutil.TestArchives.test_unzip_zipfile)\nSKIP: test_zipfile_vs_zip (test.test_shutil.TestArchives.test_zipfile_vs_zip) 'Need the zip command to run'\nPASS: test_copy (test.test_shutil.TestCopy.test_copy)\nPASS: test_copy2 (test.test_shutil.TestCopy.test_copy2)\nPASS: test_copy2_dir (test.test_shutil.TestCopy.test_copy2_dir)\nPASS: test_copy2_symlinks (test.test_shutil.TestCopy.test_copy2_symlinks)\nPASS: test_copy2_xattr (test.test_shutil.TestCopy.test_copy2_xattr)\nPASS: test_copy_dir (test.test_shutil.TestCopy.test_copy_dir)\nPASS: test_copy_return_value (test.test_shutil.TestCopy.test_copy_return_value)\nPASS: test_copy_symlinks (test.test_shutil.TestCopy.test_copy_symlinks)\nPASS: test_copyfile_copy_dir (test.test_shutil.TestCopy.test_copyfile_copy_dir)\nPASS: test_copyfile_named_pipe (test.test_shutil.TestCopy.test_copyfile_named_pipe)\nPASS: test_copyfile_nonexistent_dir (test.test_shutil.TestCopy.test_copyfile_nonexistent_dir)\nPASS: test_copyfile_return_value (test.test_shutil.TestCopy.test_copyfile_return_value)\nPASS: test_copyfile_same_file (test.test_shutil.TestCopy.test_copyfile_same_file)\nPASS: test_copyfile_symlinks (test.test_shutil.TestCopy.test_copyfile_symlinks)\nPASS: test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks)\nSKIP: test_copymode_symlink_to_symlink (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink) 'requires os.lchmod'\nPASS: test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod)\nSKIP: test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors) 'requires os.chflags, EOPNOTSUPP & ENOTSUP'\nPASS: test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks)\nPASS: test_copyxattr (test.test_shutil.TestCopy.test_copyxattr)\nPASS: test_copyxattr_symlinks (test.test_shutil.TestCopy.test_copyxattr_symlinks)\nPASS: test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself)\nPASS: test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself)\nPASS: test_w_dest_close_fails (test.test_shutil.TestCopyFile.test_w_dest_close_fails)\nPASS: test_w_dest_open_fails (test.test_shutil.TestCopyFile.test_w_dest_open_fails)\nPASS: test_w_source_close_fails (test.test_shutil.TestCopyFile.test_w_source_close_fails)\nPASS: test_w_source_open_fails (test.test_shutil.TestCopyFile.test_w_source_open_fails)\nPASS: test_content (test.test_shutil.TestCopyFileObj.test_content)\nPASS: test_file_not_closed (test.test_shutil.TestCopyFileObj.test_file_not_closed)\nPASS: test_file_offset (test.test_shutil.TestCopyFileObj.test_file_offset)\nSKIP: test_win_impl (test.test_shutil.TestCopyFileObj.test_win_impl) 'Windows only'\nPASS: test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore)\nPASS: test_copytree_custom_copy_function (test.test_shutil.TestCopyTree.test_copytree_custom_copy_function)\nPASS: test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks)\nPASS: test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok)\nPASS: test_copytree_named_pipe (test.test_shutil.TestCopyTree.test_copytree_named_pipe)\nPASS: test_copytree_retains_permissions (test.test_shutil.TestCopyTree.test_copytree_retains_permissions)\nPASS: test_copytree_return_value (test.test_shutil.TestCopyTree.test_copytree_return_value)\nPASS: test_copytree_simple (test.test_shutil.TestCopyTree.test_copytree_simple)\nPASS: test_copytree_special_func (test.test_shutil.TestCopyTree.test_copytree_special_func)\nPASS: test_copytree_subdirectory (test.test_shutil.TestCopyTree.test_copytree_subdirectory)\nPASS: test_copytree_symlink_dir (test.test_shutil.TestCopyTree.test_copytree_symlink_dir)\nPASS: test_copytree_symlinks (test.test_shutil.TestCopyTree.test_copytree_symlinks)\nPASS: test_copytree_winerror (test.test_shutil.TestCopyTree.test_copytree_winerror)\nPASS: test_copytree_with_exclude (test.test_shutil.TestCopyTree.test_copytree_with_exclude)\nPASS: test_bad_environ (test.test_shutil.TestGetTerminalSize.test_bad_environ)\ntest_does_not_crash (test.test_shutil.TestGetTerminalSize.test_does_not_crash)\nPASS: Check if get_terminal_size() returns a meaningful value.\nPASS: test_fallback (test.test_shutil.TestGetTerminalSize.test_fallback)\ntest_os_environ_first (test.test_shutil.TestGetTerminalSize.test_os_environ_first)\nPASS: Check if environment variables have precedence\ntest_stty_match (test.test_shutil.TestGetTerminalSize.test_stty_match)\nSKIP: Check if stty returns the same results ignoring env 'not on tty'\nPASS: test_chown (test.test_shutil.TestMisc.test_chown)\nPASS: test_disk_usage (test.test_shutil.TestMisc.test_disk_usage)\nPASS: test_destinsrc_false_negative (test.test_shutil.TestMove.test_destinsrc_false_negative)\nPASS: test_destinsrc_false_positive (test.test_shutil.TestMove.test_destinsrc_false_positive)\nPASS: test_dont_move_dir_in_itself (test.test_shutil.TestMove.test_dont_move_dir_in_itself)\nPASS: test_existing_file_inside_dest_dir (test.test_shutil.TestMove.test_existing_file_inside_dest_dir)\nPASS: test_move_as_rename_return_value (test.test_shutil.TestMove.test_move_as_rename_return_value)\nPASS: test_move_dangling_symlink (test.test_shutil.TestMove.test_move_dangling_symlink)\nPASS: test_move_dir (test.test_shutil.TestMove.test_move_dir)\nSKIP: test_move_dir_altsep_to_dir (test.test_shutil.TestMove.test_move_dir_altsep_to_dir) 'requires os.path.altsep'\nPASS: test_move_dir_caseinsensitive (test.test_shutil.TestMove.test_move_dir_caseinsensitive)\nPASS: test_move_dir_other_fs (test.test_shutil.TestMove.test_move_dir_other_fs)\nSKIP: test_move_dir_permission_denied (test.test_shutil.TestMove.test_move_dir_permission_denied) 'requires lchflags'\nPASS: test_move_dir_sep_to_dir (test.test_shutil.TestMove.test_move_dir_sep_to_dir)\nPASS: test_move_dir_special_function (test.test_shutil.TestMove.test_move_dir_special_function)\nPASS: test_move_dir_symlink (test.test_shutil.TestMove.test_move_dir_symlink)\nPASS: test_move_dir_to_dir (test.test_shutil.TestMove.test_move_dir_to_dir)\nPASS: test_move_dir_to_dir_other_fs (test.test_shutil.TestMove.test_move_dir_to_dir_other_fs)\nPASS: test_move_file (test.test_shutil.TestMove.test_move_file)\nPASS: test_move_file_other_fs (test.test_shutil.TestMove.test_move_file_other_fs)\nPASS: test_move_file_special_function (test.test_shutil.TestMove.test_move_file_special_function)\nPASS: test_move_file_symlink (test.test_shutil.TestMove.test_move_file_symlink)\nPASS: test_move_file_symlink_to_dir (test.test_shutil.TestMove.test_move_file_symlink_to_dir)\nPASS: test_move_file_to_dir (test.test_shutil.TestMove.test_move_file_to_dir)\nPASS: test_move_file_to_dir_other_fs (test.test_shutil.TestMove.test_move_file_to_dir_other_fs)\nPASS: test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst)\nPASS: test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src)\nPASS: test_move_return_value (test.test_shutil.TestMove.test_move_return_value)\nPASS: test_move_symlink_to_dir_into_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir)\nPASS: test_move_symlink_to_dir_into_symlink_to_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir)\nSKIP: test_both_onerror_and_onexc (test.test_shutil.TestRmTree.test_both_onerror_and_onexc) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_on_error (test.test_shutil.TestRmTree.test_on_error) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_on_exc (test.test_shutil.TestRmTree.test_on_exc) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_rmtree_above_recursion_limit (test.test_shutil.TestRmTree.test_rmtree_above_recursion_limit)\nSKIP: test_rmtree_deleted_race_condition (test.test_shutil.TestRmTree.test_rmtree_deleted_race_condition) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat)\nPASS: test_rmtree_dont_delete_file (test.test_shutil.TestRmTree.test_rmtree_dont_delete_file)\nPASS: test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors)\nPASS: test_rmtree_errors_onerror (test.test_shutil.TestRmTree.test_rmtree_errors_onerror)\nPASS: test_rmtree_errors_onexc (test.test_shutil.TestRmTree.test_rmtree_errors_onexc)\nPASS: test_rmtree_fails_on_close (test.test_shutil.TestRmTree.test_rmtree_fails_on_close)\nSKIP: test_rmtree_fails_on_junctions_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onerror) 'only relevant on Windows'\nSKIP: test_rmtree_fails_on_junctions_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onexc) 'only relevant on Windows'\nPASS: test_rmtree_fails_on_symlink_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onerror)\nPASS: test_rmtree_fails_on_symlink_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onexc)\nSKIP: test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) 'only relevant on Windows'\nPASS: test_rmtree_on_named_pipe (test.test_shutil.TestRmTree.test_rmtree_on_named_pipe)\nPASS: test_rmtree_on_symlink (test.test_shutil.TestRmTree.test_rmtree_on_symlink)\nPASS: test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available)\nPASS: test_rmtree_with_dir_fd (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd)\nSKIP: test_rmtree_with_dir_fd_unsupported (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported) 'dir_fd is supported'\nPASS: test_rmtree_works_on_bytes (test.test_shutil.TestRmTree.test_rmtree_works_on_bytes)\nSKIP: test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) 'only relevant on Windows'\nPASS: test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks)\nPASS: test_absolute_cmd (test.test_shutil.TestWhich.test_absolute_cmd)\nPASS: test_basic (test.test_shutil.TestWhich.test_basic)\nPASS: test_cwd_non_win32 (test.test_shutil.TestWhich.test_cwd_non_win32)\nSKIP: test_cwd_win32 (test.test_shutil.TestWhich.test_cwd_win32) 'test is for win32'\nSKIP: test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhich.test_cwd_win32_added_before_all_other_path) 'test is for win32'\nSKIP: test_dir_order_with_pathext_extension (test.test_shutil.TestWhich.test_dir_order_with_pathext_extension) 'test specific to Windows'\nSKIP: test_dir_order_without_pathext_extension (test.test_shutil.TestWhich.test_dir_order_without_pathext_extension) 'test specific to Windows'\nPASS: test_empty_path (test.test_shutil.TestWhich.test_empty_path)\nPASS: test_empty_path_no_PATH (test.test_shutil.TestWhich.test_empty_path_no_PATH)\nPASS: test_environ_path (test.test_shutil.TestWhich.test_environ_path)\nPASS: test_environ_path_cwd (test.test_shutil.TestWhich.test_environ_path_cwd)\nPASS: test_environ_path_empty (test.test_shutil.TestWhich.test_environ_path_empty)\nPASS: test_environ_path_missing (test.test_shutil.TestWhich.test_environ_path_missing)\nSKIP: test_non_matching_mode (test.test_shutil.TestWhich.test_non_matching_mode) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_nonexistent_file (test.test_shutil.TestWhich.test_nonexistent_file)\nSKIP: test_pathext (test.test_shutil.TestWhich.test_pathext) 'test specific to Windows'\nSKIP: test_pathext_applied_on_files_in_path (test.test_shutil.TestWhich.test_pathext_applied_on_files_in_path) 'test specific to Windows'\nSKIP: test_pathext_checking (test.test_shutil.TestWhich.test_pathext_checking) 'pathext check is Windows-only'\nSKIP: test_pathext_extension_ends_with_dot (test.test_shutil.TestWhich.test_pathext_extension_ends_with_dot) 'test specific to Windows'\nSKIP: test_pathext_with_empty_str (test.test_shutil.TestWhich.test_pathext_with_empty_str) 'test specific to Windows'\nSKIP: test_pathext_with_multidot_extension (test.test_shutil.TestWhich.test_pathext_with_multidot_extension) 'test specific to Windows'\nSKIP: test_pathext_with_null_extension (test.test_shutil.TestWhich.test_pathext_with_null_extension) 'test specific to Windows'\nPASS: test_relative_cmd (test.test_shutil.TestWhich.test_relative_cmd)\nPASS: test_relative_path (test.test_shutil.TestWhich.test_relative_path)\nSKIP: test_same_dir_with_pathext_extension (test.test_shutil.TestWhich.test_same_dir_with_pathext_extension) 'test specific to Windows'\nSKIP: test_same_dir_without_pathext_extension (test.test_shutil.TestWhich.test_same_dir_without_pathext_extension) 'test specific to Windows'\nSKIP: test_win_path_needs_curdir (test.test_shutil.TestWhich.test_win_path_needs_curdir) 'test specific to Windows'\nPASS: test_absolute_cmd (test.test_shutil.TestWhichBytes.test_absolute_cmd)\nPASS: test_basic (test.test_shutil.TestWhichBytes.test_basic)\nPASS: test_cwd_non_win32 (test.test_shutil.TestWhichBytes.test_cwd_non_win32)\nSKIP: test_cwd_win32 (test.test_shutil.TestWhichBytes.test_cwd_win32) 'test is for win32'\nSKIP: test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhichBytes.test_cwd_win32_added_before_all_other_path) 'test is for win32'\nSKIP: test_dir_order_with_pathext_extension (test.test_shutil.TestWhichBytes.test_dir_order_with_pathext_extension) 'test specific to Windows'\nSKIP: test_dir_order_without_pathext_extension (test.test_shutil.TestWhichBytes.test_dir_order_without_pathext_extension) 'test specific to Windows'\nPASS: test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path)\nPASS: test_empty_path_no_PATH (test.test_shutil.TestWhichBytes.test_empty_path_no_PATH)\nPASS: test_environ_path (test.test_shutil.TestWhichBytes.test_environ_path)\nPASS: test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd)\nPASS: test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty)\nPASS: test_environ_path_missing (test.test_shutil.TestWhichBytes.test_environ_path_missing)\nSKIP: test_non_matching_mode (test.test_shutil.TestWhichBytes.test_non_matching_mode) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_nonexistent_file (test.test_shutil.TestWhichBytes.test_nonexistent_file)\nSKIP: test_pathext (test.test_shutil.TestWhichBytes.test_pathext) 'test specific to Windows'\nSKIP: test_pathext_applied_on_files_in_path (test.test_shutil.TestWhichBytes.test_pathext_applied_on_files_in_path) 'test specific to Windows'\nSKIP: test_pathext_checking (test.test_shutil.TestWhichBytes.test_pathext_checking) 'pathext check is Windows-only'\nSKIP: test_pathext_extension_ends_with_dot (test.test_shutil.TestWhichBytes.test_pathext_extension_ends_with_dot) 'test specific to Windows'\nSKIP: test_pathext_with_empty_str (test.test_shutil.TestWhichBytes.test_pathext_with_empty_str) 'test specific to Windows'\nSKIP: test_pathext_with_multidot_extension (test.test_shutil.TestWhichBytes.test_pathext_with_multidot_extension) 'test specific to Windows'\nSKIP: test_pathext_with_null_extension (test.test_shutil.TestWhichBytes.test_pathext_with_null_extension) 'test specific to Windows'\nPASS: test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd)\nPASS: test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path)\nSKIP: test_same_dir_with_pathext_extension (test.test_shutil.TestWhichBytes.test_same_dir_with_pathext_extension) 'test specific to Windows'\nSKIP: test_same_dir_without_pathext_extension (test.test_shutil.TestWhichBytes.test_same_dir_without_pathext_extension) 'test specific to Windows'\nSKIP: test_win_path_needs_curdir (test.test_shutil.TestWhichBytes.test_win_path_needs_curdir) 'test specific to Windows'\nSKIP: test_empty_file (test.test_shutil.TestZeroCopyMACOS.test_empty_file) 'macOS only'\nSKIP: test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call) 'macOS only'\nSKIP: test_filesystem_full (test.test_shutil.TestZeroCopyMACOS.test_filesystem_full) 'macOS only'\nSKIP: test_non_existent_src (test.test_shutil.TestZeroCopyMACOS.test_non_existent_src) 'macOS only'\nSKIP: test_regular_copy (test.test_shutil.TestZeroCopyMACOS.test_regular_copy) 'macOS only'\nSKIP: test_same_file (test.test_shutil.TestZeroCopyMACOS.test_same_file) 'macOS only'\nSKIP: test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception) 'macOS only'\nPASS: test_big_chunk (test.test_shutil.TestZeroCopySendfile.test_big_chunk)\nPASS: test_blocksize_arg (test.test_shutil.TestZeroCopySendfile.test_blocksize_arg)\nPASS: test_cant_get_size (test.test_shutil.TestZeroCopySendfile.test_cant_get_size)\nPASS: test_empty_file (test.test_shutil.TestZeroCopySendfile.test_empty_file)\nPASS: test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call)\nPASS: test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call)\nPASS: test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported)\nPASS: test_filesystem_full (test.test_shutil.TestZeroCopySendfile.test_filesystem_full)\nPASS: test_non_existent_src (test.test_shutil.TestZeroCopySendfile.test_non_existent_src)\nPASS: test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst)\nPASS: test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src)\nPASS: test_regular_copy (test.test_shutil.TestZeroCopySendfile.test_regular_copy)\nPASS: test_same_file (test.test_shutil.TestZeroCopySendfile.test_same_file)\nPASS: test_small_chunks (test.test_shutil.TestZeroCopySendfile.test_small_chunks)\nPASS: test_unhandled_exception (test.test_shutil.TestZeroCopySendfile.test_unhandled_exception)\n\n----------------------------------------------------------------------\nRan 207 tests in 0.281s\n\nOK (skipped=53)\n0:02:07 load avg: 2.09 [355/480] test_site passed\nPASS: test__getuserbase (test.test_site.HelperFunctionsTests.test__getuserbase)\nPASS: test_addpackage (test.test_site.HelperFunctionsTests.test_addpackage)\nPASS: test_addpackage_empty_lines (test.test_site.HelperFunctionsTests.test_addpackage_empty_lines)\nPASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec)\nPASS: test_addpackage_import_bad_pth_file (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file)\nPASS: test_addpackage_import_bad_syntax (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax)\nPASS: test_addsitedir (test.test_site.HelperFunctionsTests.test_addsitedir)\nPASS: test_addsitedir_dotfile (test.test_site.HelperFunctionsTests.test_addsitedir_dotfile)\nSKIP: test_addsitedir_hidden_file_attribute (test.test_site.HelperFunctionsTests.test_addsitedir_hidden_file_attribute) 'test needs Windows'\nSKIP: test_addsitedir_hidden_flags (test.test_site.HelperFunctionsTests.test_addsitedir_hidden_flags) 'test needs os.chflags()'\nPASS: test_get_path (test.test_site.HelperFunctionsTests.test_get_path)\nPASS: test_gethistoryfile (test.test_site.HelperFunctionsTests.test_gethistoryfile)\nPASS: test_getsitepackages (test.test_site.HelperFunctionsTests.test_getsitepackages)\nPASS: test_getuserbase (test.test_site.HelperFunctionsTests.test_getuserbase)\nPASS: test_getusersitepackages (test.test_site.HelperFunctionsTests.test_getusersitepackages)\nPASS: test_init_pathinfo (test.test_site.HelperFunctionsTests.test_init_pathinfo)\nPASS: test_makepath (test.test_site.HelperFunctionsTests.test_makepath)\nPASS: test_no_home_directory (test.test_site.HelperFunctionsTests.test_no_home_directory)\nPASS: test_s_option (test.test_site.HelperFunctionsTests.test_s_option)\nPASS: test_trace (test.test_site.HelperFunctionsTests.test_trace)\ntest_abs_paths_cached_None (test.test_site.ImportSideEffectTests.test_abs_paths_cached_None)\nPASS: Test for __cached__ is None.\nSKIP: test_add_build_dir (test.test_site.ImportSideEffectTests.test_add_build_dir) 'test not implemented'\nPASS: test_customization_modules_on_startup (test.test_site.ImportSideEffectTests.test_customization_modules_on_startup)\nSKIP: test_license_exists_at_url (test.test_site.ImportSideEffectTests.test_license_exists_at_url) \"resource 'network' is not enabled\"\nPASS: test_no_duplicate_paths (test.test_site.ImportSideEffectTests.test_no_duplicate_paths)\nPASS: test_setting_copyright (test.test_site.ImportSideEffectTests.test_setting_copyright)\nPASS: test_setting_help (test.test_site.ImportSideEffectTests.test_setting_help)\nPASS: test_setting_quit (test.test_site.ImportSideEffectTests.test_setting_quit)\nPASS: test_sitecustomize_executed (test.test_site.ImportSideEffectTests.test_sitecustomize_executed)\nPASS: test_startup_imports (test.test_site.StartupImportTests.test_startup_imports)\nPASS: test_startup_interactivehook (test.test_site.StartupImportTests.test_startup_interactivehook)\nPASS: test_startup_interactivehook_isolated (test.test_site.StartupImportTests.test_startup_interactivehook_isolated)\nPASS: test_startup_interactivehook_isolated_explicit (test.test_site.StartupImportTests.test_startup_interactivehook_isolated_explicit)\nPASS: test_underpth_basic (test.test_site._pthFileTests.test_underpth_basic)\nSKIP: test_underpth_dll_file (test.test_site._pthFileTests.test_underpth_dll_file) 'library ._pth file not supported on this platform'\nPASS: test_underpth_file (test.test_site._pthFileTests.test_underpth_file)\nPASS: test_underpth_nosite_file (test.test_site._pthFileTests.test_underpth_nosite_file)\n\n----------------------------------------------------------------------\nRan 37 tests in 0.225s\n\nOK (skipped=5)\n0:02:07 load avg: 2.09 [356/480] test_slice passed\nPASS: test_cmp (test.test_slice.SliceTest.test_cmp)\nPASS: test_constructor (test.test_slice.SliceTest.test_constructor)\nPASS: test_copy (test.test_slice.SliceTest.test_copy)\nPASS: test_cycle (test.test_slice.SliceTest.test_cycle)\nPASS: test_deepcopy (test.test_slice.SliceTest.test_deepcopy)\nPASS: test_hash (test.test_slice.SliceTest.test_hash)\nPASS: test_indices (test.test_slice.SliceTest.test_indices)\nPASS: test_members (test.test_slice.SliceTest.test_members)\nPASS: test_pickle (test.test_slice.SliceTest.test_pickle)\nPASS: test_repr (test.test_slice.SliceTest.test_repr)\nPASS: test_setslice_without_getslice (test.test_slice.SliceTest.test_setslice_without_getslice)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.029s\n\nOK\n0:02:09 load avg: 2.09 [357/480] test_smtplib passed\nPASS: testFailingHELO (test.test_smtplib.BadHELOServerTests.testFailingHELO)\nPASS: testBasic (test.test_smtplib.DebuggingServerTests.testBasic)\nPASS: testELHO (test.test_smtplib.DebuggingServerTests.testELHO)\nPASS: testEXPNNotImplemented (test.test_smtplib.DebuggingServerTests.testEXPNNotImplemented)\nPASS: testHELP (test.test_smtplib.DebuggingServerTests.testHELP)\nPASS: testNOOP (test.test_smtplib.DebuggingServerTests.testNOOP)\nPASS: testRSET (test.test_smtplib.DebuggingServerTests.testRSET)\nPASS: testSecondHELO (test.test_smtplib.DebuggingServerTests.testSecondHELO)\nPASS: testSend (test.test_smtplib.DebuggingServerTests.testSend)\nPASS: testSendBinary (test.test_smtplib.DebuggingServerTests.testSendBinary)\nPASS: testSendMessage (test.test_smtplib.DebuggingServerTests.testSendMessage)\nPASS: testSendMessageMultipleResentRaises (test.test_smtplib.DebuggingServerTests.testSendMessageMultipleResentRaises)\nPASS: testSendMessageResent (test.test_smtplib.DebuggingServerTests.testSendMessageResent)\nPASS: testSendMessageWithAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithAddresses)\nPASS: testSendMessageWithMultipleFrom (test.test_smtplib.DebuggingServerTests.testSendMessageWithMultipleFrom)\nPASS: testSendMessageWithSomeAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSomeAddresses)\nPASS: testSendMessageWithSpecifiedAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSpecifiedAddresses)\nPASS: testSendNeedingDotQuote (test.test_smtplib.DebuggingServerTests.testSendNeedingDotQuote)\nPASS: testSendNullSender (test.test_smtplib.DebuggingServerTests.testSendNullSender)\nPASS: testSourceAddress (test.test_smtplib.DebuggingServerTests.testSourceAddress)\nPASS: testVRFY (test.test_smtplib.DebuggingServerTests.testVRFY)\nPASS: test_issue43124_escape_localhostname (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_localhostname)\nPASS: test_issue43124_escape_options (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_options)\nPASS: test_issue43124_putcmd_escapes_newline (test.test_smtplib.DebuggingServerTests.test_issue43124_putcmd_escapes_newline)\nPASS: testSendMessage (test.test_smtplib.DefaultArgumentsTests.testSendMessage)\nPASS: testSendMessageWithMailOptions (test.test_smtplib.DefaultArgumentsTests.testSendMessageWithMailOptions)\nPASS: testBasic1 (test.test_smtplib.LMTPGeneralTests.testBasic1)\nPASS: testBasic2 (test.test_smtplib.LMTPGeneralTests.testBasic2)\nPASS: testLocalHostName (test.test_smtplib.LMTPGeneralTests.testLocalHostName)\nPASS: testQuoteData (test.test_smtplib.LMTPGeneralTests.testQuoteData)\nPASS: testSourceAddress (test.test_smtplib.LMTPGeneralTests.testSourceAddress)\nPASS: testTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_smtplib.LMTPGeneralTests.testTimeoutNone)\nPASS: testTimeoutValue (test.test_smtplib.LMTPGeneralTests.testTimeoutValue)\nPASS: testTimeoutZero (test.test_smtplib.LMTPGeneralTests.testTimeoutZero)\nPASS: testUnixDomainSocketTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testUnixDomainSocketTimeoutDefault)\nPASS: test_debuglevel (test.test_smtplib.LMTPGeneralTests.test_debuglevel)\nPASS: test_debuglevel_2 (test.test_smtplib.LMTPGeneralTests.test_debuglevel_2)\nPASS: testNonnumericPort (test.test_smtplib.NonConnectingTests.testNonnumericPort)\nPASS: testNotConnected (test.test_smtplib.NonConnectingTests.testNotConnected)\nPASS: testSockAttributeExists (test.test_smtplib.NonConnectingTests.testSockAttributeExists)\nPASS: testAUTH_PLAIN_initial_response_auth (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth)\nPASS: testAUTH_PLAIN_initial_response_login (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login)\nPASS: testBasic1 (test.test_smtplib.SMTPGeneralTests.testBasic1)\nPASS: testBasic2 (test.test_smtplib.SMTPGeneralTests.testBasic2)\nPASS: testLocalHostName (test.test_smtplib.SMTPGeneralTests.testLocalHostName)\nPASS: testQuoteData (test.test_smtplib.SMTPGeneralTests.testQuoteData)\nPASS: testSourceAddress (test.test_smtplib.SMTPGeneralTests.testSourceAddress)\nPASS: testTimeoutDefault (test.test_smtplib.SMTPGeneralTests.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_smtplib.SMTPGeneralTests.testTimeoutNone)\nPASS: testTimeoutValue (test.test_smtplib.SMTPGeneralTests.testTimeoutValue)\nPASS: testTimeoutZero (test.test_smtplib.SMTPGeneralTests.testTimeoutZero)\nPASS: test_debuglevel (test.test_smtplib.SMTPGeneralTests.test_debuglevel)\nPASS: test_debuglevel_2 (test.test_smtplib.SMTPGeneralTests.test_debuglevel_2)\nPASS: testAUTH_BUGGY (test.test_smtplib.SMTPSimTests.testAUTH_BUGGY)\nPASS: testAUTH_CRAM_MD5 (test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5)\nPASS: testAUTH_LOGIN (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN)\nPASS: testAUTH_LOGIN_initial_response_notok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_notok)\nPASS: testAUTH_LOGIN_initial_response_ok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_ok)\nPASS: testAUTH_PLAIN (test.test_smtplib.SMTPSimTests.testAUTH_PLAIN)\nPASS: testAUTH_multiple (test.test_smtplib.SMTPSimTests.testAUTH_multiple)\nPASS: testBasic (test.test_smtplib.SMTPSimTests.testBasic)\nPASS: testEHLO (test.test_smtplib.SMTPSimTests.testEHLO)\nPASS: testEXPN (test.test_smtplib.SMTPSimTests.testEXPN)\nPASS: testVRFY (test.test_smtplib.SMTPSimTests.testVRFY)\nPASS: test_421_from_data_cmd (test.test_smtplib.SMTPSimTests.test_421_from_data_cmd)\nPASS: test_421_from_mail_cmd (test.test_smtplib.SMTPSimTests.test_421_from_mail_cmd)\nPASS: test_421_from_rcpt_cmd (test.test_smtplib.SMTPSimTests.test_421_from_rcpt_cmd)\nPASS: test__rest_from_mail_cmd (test.test_smtplib.SMTPSimTests.test__rest_from_mail_cmd)\nPASS: test_auth_function (test.test_smtplib.SMTPSimTests.test_auth_function)\nPASS: test_lowercase_mail_from_rcpt_to (test.test_smtplib.SMTPSimTests.test_lowercase_mail_from_rcpt_to)\nPASS: test_name_field_not_included_in_envelop_addresses (test.test_smtplib.SMTPSimTests.test_name_field_not_included_in_envelop_addresses)\nPASS: test_quit_resets_greeting (test.test_smtplib.SMTPSimTests.test_quit_resets_greeting)\nPASS: test_send_message_error_on_non_ascii_addrs_if_no_smtputf8 (test.test_smtplib.SMTPSimTests.test_send_message_error_on_non_ascii_addrs_if_no_smtputf8)\nPASS: test_send_unicode_without_SMTPUTF8 (test.test_smtplib.SMTPSimTests.test_send_unicode_without_SMTPUTF8)\nPASS: test_smtputf8_NotSupportedError_if_no_server_support (test.test_smtplib.SMTPSimTests.test_smtputf8_NotSupportedError_if_no_server_support)\nPASS: test_with_statement (test.test_smtplib.SMTPSimTests.test_with_statement)\nPASS: test_with_statement_QUIT_failure (test.test_smtplib.SMTPSimTests.test_with_statement_QUIT_failure)\nPASS: test_send_message_uses_smtputf8_if_addrs_non_ascii (test.test_smtplib.SMTPUTF8SimTests.test_send_message_uses_smtputf8_if_addrs_non_ascii)\nPASS: test_send_unicode_with_SMTPUTF8_via_low_level_API (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_low_level_API)\nPASS: test_send_unicode_with_SMTPUTF8_via_sendmail (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_sendmail)\nPASS: test_test_server_supports_extensions (test.test_smtplib.SMTPUTF8SimTests.test_test_server_supports_extensions)\nPASS: testLineTooLong (test.test_smtplib.TooLongLineTests.testLineTooLong)\n\n----------------------------------------------------------------------\nRan 83 tests in 1.106s\n\nOK\n0:02:09 load avg: 2.09 [358/480] test_smtpnet skipped (resource denied)\ntest_smtpnet skipped -- Use of the 'network' resource not enabled\n0:02:13 load avg: 1.92 [359/480] test_regrtest passed\nPASS: test_add_python_opts (test.test_regrtest.ArgsTestCase.test_add_python_opts)\nPASS: test_cleanup (test.test_regrtest.ArgsTestCase.test_cleanup)\nPASS: test_coverage (test.test_regrtest.ArgsTestCase.test_coverage)\nPASS: test_crashed (test.test_regrtest.ArgsTestCase.test_crashed)\nPASS: test_doctest (test.test_regrtest.ArgsTestCase.test_doctest)\nPASS: test_env_changed (test.test_regrtest.ArgsTestCase.test_env_changed)\nPASS: test_failing_test (test.test_regrtest.ArgsTestCase.test_failing_test)\nPASS: test_forever (test.test_regrtest.ArgsTestCase.test_forever)\nPASS: test_fromfile (test.test_regrtest.ArgsTestCase.test_fromfile)\nSKIP: test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks) 'need a debug build'\nSKIP: test_huntrleaks_bisect (test.test_regrtest.ArgsTestCase.test_huntrleaks_bisect) 'need a debug build'\nSKIP: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak) 'need a debug build'\nSKIP: test_huntrleaks_mp (test.test_regrtest.ArgsTestCase.test_huntrleaks_mp) 'need a debug build'\nPASS: test_ignorefile (test.test_regrtest.ArgsTestCase.test_ignorefile)\nPASS: test_interrupted (test.test_regrtest.ArgsTestCase.test_interrupted)\nPASS: test_leak_tmp_file (test.test_regrtest.ArgsTestCase.test_leak_tmp_file)\nPASS: test_list_cases (test.test_regrtest.ArgsTestCase.test_list_cases)\nPASS: test_list_tests (test.test_regrtest.ArgsTestCase.test_list_tests)\nPASS: test_matchfile (test.test_regrtest.ArgsTestCase.test_matchfile)\nPASS: test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout)\nPASS: test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not)\nPASS: test_no_tests_ran (test.test_regrtest.ArgsTestCase.test_no_tests_ran)\nPASS: test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent)\nPASS: test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip)\nPASS: test_print_warning (test.test_regrtest.ArgsTestCase.test_print_warning)\nPASS: test_python_command (test.test_regrtest.ArgsTestCase.test_python_command)\nPASS: test_random (test.test_regrtest.ArgsTestCase.test_random)\nPASS: test_random_seed (test.test_regrtest.ArgsTestCase.test_random_seed)\nPASS: test_random_seed_workers (test.test_regrtest.ArgsTestCase.test_random_seed_workers)\nPASS: test_rerun_async_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure)\nPASS: test_rerun_async_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure)\nPASS: test_rerun_fail (test.test_regrtest.ArgsTestCase.test_rerun_fail)\nPASS: test_rerun_setup_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure)\nPASS: test_rerun_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure)\nPASS: test_rerun_setup_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure)\nPASS: test_rerun_success (test.test_regrtest.ArgsTestCase.test_rerun_success)\nPASS: test_rerun_teardown_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure)\nPASS: test_rerun_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure)\nPASS: test_rerun_teardown_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure)\nPASS: test_resources (test.test_regrtest.ArgsTestCase.test_resources)\nPASS: test_skip (test.test_regrtest.ArgsTestCase.test_skip)\nPASS: test_slowest (test.test_regrtest.ArgsTestCase.test_slowest)\nPASS: test_slowest_interrupted (test.test_regrtest.ArgsTestCase.test_slowest_interrupted)\nPASS: test_success (test.test_regrtest.ArgsTestCase.test_success)\nPASS: test_threading_excepthook (test.test_regrtest.ArgsTestCase.test_threading_excepthook)\nPASS: test_uncollectable (test.test_regrtest.ArgsTestCase.test_uncollectable)\nPASS: test_unicode_guard_env (test.test_regrtest.ArgsTestCase.test_unicode_guard_env)\nPASS: test_unload_tests (test.test_regrtest.ArgsTestCase.test_unload_tests)\nPASS: test_unraisable_exc (test.test_regrtest.ArgsTestCase.test_unraisable_exc)\nPASS: test_verbose3 (test.test_regrtest.ArgsTestCase.test_verbose3)\nPASS: test_wait (test.test_regrtest.ArgsTestCase.test_wait)\nPASS: test_worker_decode_error (test.test_regrtest.ArgsTestCase.test_worker_decode_error)\nPASS: test_worker_output_on_failure (test.test_regrtest.ArgsTestCase.test_worker_output_on_failure)\nPASS: test_xml (test.test_regrtest.ArgsTestCase.test_xml)\ntest_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests.test_finds_expected_number_of_tests)\nPASS: Check that regrtest appears to find the expected set of tests.\nPASS: test_arg (test.test_regrtest.ParseArgsTestCase.test_arg)\nPASS: test_arg_option_arg (test.test_regrtest.ParseArgsTestCase.test_arg_option_arg)\nPASS: test_bisect (test.test_regrtest.ParseArgsTestCase.test_bisect)\nSKIP: test_coverage_mp (test.test_regrtest.ParseArgsTestCase.test_coverage_mp) 'need a debug build'\nPASS: test_coverage_sequential (test.test_regrtest.ParseArgsTestCase.test_coverage_sequential)\nPASS: test_coverdir (test.test_regrtest.ParseArgsTestCase.test_coverdir)\nPASS: test_dont_add_python_opts (test.test_regrtest.ParseArgsTestCase.test_dont_add_python_opts)\nPASS: test_exclude (test.test_regrtest.ParseArgsTestCase.test_exclude)\nPASS: test_failfast (test.test_regrtest.ParseArgsTestCase.test_failfast)\nPASS: test_fast_ci (test.test_regrtest.ParseArgsTestCase.test_fast_ci)\nPASS: test_fast_ci_python_cmd (test.test_regrtest.ParseArgsTestCase.test_fast_ci_python_cmd)\nPASS: test_fast_ci_resource (test.test_regrtest.ParseArgsTestCase.test_fast_ci_resource)\nPASS: test_forever (test.test_regrtest.ParseArgsTestCase.test_forever)\nPASS: test_fromfile (test.test_regrtest.ParseArgsTestCase.test_fromfile)\nPASS: test_header (test.test_regrtest.ParseArgsTestCase.test_header)\nPASS: test_help (test.test_regrtest.ParseArgsTestCase.test_help)\nPASS: test_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_huntrleaks)\nPASS: test_long_option__partial (test.test_regrtest.ParseArgsTestCase.test_long_option__partial)\nPASS: test_match (test.test_regrtest.ParseArgsTestCase.test_match)\nPASS: test_memlimit (test.test_regrtest.ParseArgsTestCase.test_memlimit)\nPASS: test_multiprocess (test.test_regrtest.ParseArgsTestCase.test_multiprocess)\nPASS: test_nocoverdir (test.test_regrtest.ParseArgsTestCase.test_nocoverdir)\nPASS: test_nowindows (test.test_regrtest.ParseArgsTestCase.test_nowindows)\nPASS: test_option_and_arg (test.test_regrtest.ParseArgsTestCase.test_option_and_arg)\nPASS: test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value)\nPASS: test_quiet (test.test_regrtest.ParseArgsTestCase.test_quiet)\nPASS: test_randomize (test.test_regrtest.ParseArgsTestCase.test_randomize)\nPASS: test_randseed (test.test_regrtest.ParseArgsTestCase.test_randseed)\nPASS: test_rerun (test.test_regrtest.ParseArgsTestCase.test_rerun)\nPASS: test_runleaks (test.test_regrtest.ParseArgsTestCase.test_runleaks)\nPASS: test_single (test.test_regrtest.ParseArgsTestCase.test_single)\nPASS: test_single_process (test.test_regrtest.ParseArgsTestCase.test_single_process)\nPASS: test_slow_ci (test.test_regrtest.ParseArgsTestCase.test_slow_ci)\nPASS: test_slowest (test.test_regrtest.ParseArgsTestCase.test_slowest)\nPASS: test_start (test.test_regrtest.ParseArgsTestCase.test_start)\nPASS: test_testdir (test.test_regrtest.ParseArgsTestCase.test_testdir)\nPASS: test_threshold (test.test_regrtest.ParseArgsTestCase.test_threshold)\nPASS: test_timeout (test.test_regrtest.ParseArgsTestCase.test_timeout)\nPASS: test_two_options (test.test_regrtest.ParseArgsTestCase.test_two_options)\nPASS: test_unknown_option (test.test_regrtest.ParseArgsTestCase.test_unknown_option)\nPASS: test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument)\nPASS: test_use (test.test_regrtest.ParseArgsTestCase.test_use)\nPASS: test_verbose (test.test_regrtest.ParseArgsTestCase.test_verbose)\nPASS: test_verbose3 (test.test_regrtest.ParseArgsTestCase.test_verbose3)\nPASS: test_verbose3_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_verbose3_huntrleaks)\nPASS: test_wait (test.test_regrtest.ParseArgsTestCase.test_wait)\nPASS: test_module_autotest (test.test_regrtest.ProgramsTestCase.test_module_autotest)\nPASS: test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest)\nPASS: test_module_regrtest (test.test_regrtest.ProgramsTestCase.test_module_regrtest)\nPASS: test_module_test (test.test_regrtest.ProgramsTestCase.test_module_test)\nSKIP: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase.test_pcbuild_rt) 'Windows only'\nPASS: test_script_autotest (test.test_regrtest.ProgramsTestCase.test_script_autotest)\nPASS: test_script_regrtest (test.test_regrtest.ProgramsTestCase.test_script_regrtest)\nSKIP: test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test) 'test.bat script is not installed'\nPASS: test_format_duration (test.test_regrtest.TestUtils.test_format_duration)\nPASS: test_format_resources (test.test_regrtest.TestUtils.test_format_resources)\nPASS: test_get_signal_name (test.test_regrtest.TestUtils.test_get_signal_name)\nPASS: test_match_test (test.test_regrtest.TestUtils.test_match_test)\nPASS: test_normalize_test_name (test.test_regrtest.TestUtils.test_normalize_test_name)\nPASS: test_sanitize_xml (test.test_regrtest.TestUtils.test_sanitize_xml)\n\n----------------------------------------------------------------------\nRan 115 tests in 11.960s\n\nOK (skipped=7)\n0:02:13 load avg: 1.92 [360/480] test_socketserver skipped (resource denied)\ntest_socketserver skipped -- Use of the 'network' resource not enabled\n0:02:13 load avg: 1.92 [361/480] test_sort passed\ntestStressfully (test.test_sort.TestBase.testStressfully) ... Testing size 0\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 1\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 2\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 3\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 3\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 4\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 5\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 7\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 8\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 9\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 15\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 16\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 17\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 31\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 32\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 33\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 63\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(12) Complains(29)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 64\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 65\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 127\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(64) Complains(52)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 128\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 129\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(118) Complains(108)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 255\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(220) Complains(237)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 256\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 257\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(183) Complains(186)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 511\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(356) Complains(323)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 512\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(234) Complains(268)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 513\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(183) Complains(30)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 10\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 100\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(81) Complains(32)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 1000\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(547) Complains(827)\n    checking exception during sort left some permutation\n    checking stability\nok\nPASS: test_small_stability (test.test_sort.TestBase.test_small_stability)\nPASS: test_bug453523 (test.test_sort.TestBugs.test_bug453523)\nPASS: test_undetected_mutation (test.test_sort.TestBugs.test_undetected_mutation)\nPASS: test_baddecorator (test.test_sort.TestDecorateSortUndecorate.test_baddecorator)\nPASS: test_decorated (test.test_sort.TestDecorateSortUndecorate.test_decorated)\nPASS: test_key_with_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_exception)\nPASS: test_key_with_mutating_del (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del)\nPASS: test_key_with_mutating_del_and_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del_and_exception)\nPASS: test_key_with_mutation (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutation)\nPASS: test_reverse (test.test_sort.TestDecorateSortUndecorate.test_reverse)\nPASS: test_reverse_stability (test.test_sort.TestDecorateSortUndecorate.test_reverse_stability)\nPASS: test_stability (test.test_sort.TestDecorateSortUndecorate.test_stability)\nPASS: test_none_in_tuples (test.test_sort.TestOptimizedCompares.test_none_in_tuples)\nPASS: test_not_all_tuples (test.test_sort.TestOptimizedCompares.test_not_all_tuples)\nPASS: test_safe_object_compare (test.test_sort.TestOptimizedCompares.test_safe_object_compare)\nPASS: test_unsafe_float_compare (test.test_sort.TestOptimizedCompares.test_unsafe_float_compare)\nPASS: test_unsafe_latin_compare (test.test_sort.TestOptimizedCompares.test_unsafe_latin_compare)\nPASS: test_unsafe_long_compare (test.test_sort.TestOptimizedCompares.test_unsafe_long_compare)\nPASS: test_unsafe_object_compare (test.test_sort.TestOptimizedCompares.test_unsafe_object_compare)\nPASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares.test_unsafe_tuple_compare)\n\n----------------------------------------------------------------------\nRan 21 tests in 0.102s\n\nOK\n0:02:13 load avg: 1.92 [362/480] test_source_encoding passed\nPASS: test_crcrcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf)\nPASS: test_crcrcrlf2 (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf2)\nPASS: test_crcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrlf)\nPASS: test_crlf (test.test_source_encoding.BytesSourceEncodingTest.test_crlf)\nPASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest.test_default_coding)\nPASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_line)\nPASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_same_line)\nPASS: test_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_coding_line)\nPASS: test_first_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_non_utf8_coding_line)\nPASS: test_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_coding_line)\nPASS: test_second_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_non_utf8_coding_line)\nPASS: test_third_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_third_coding_line)\nPASS: test_utf8_bom (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom)\nPASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_utf8_coding_line)\nPASS: test_crcrcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf)\nPASS: test_crcrcrlf2 (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf2)\nPASS: test_crcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrlf)\nPASS: test_crlf (test.test_source_encoding.FileSourceEncodingTest.test_crlf)\nPASS: test_default_coding (test.test_source_encoding.FileSourceEncodingTest.test_default_coding)\nPASS: test_double_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_line)\nPASS: test_double_coding_same_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_same_line)\nPASS: test_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_coding_line)\nPASS: test_first_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_non_utf8_coding_line)\nPASS: test_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_coding_line)\nPASS: test_second_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_non_utf8_coding_line)\nPASS: test_third_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_third_coding_line)\nPASS: test_utf8_bom (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom)\nPASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_utf8_coding_line)\nPASS: test_20731 (test.test_source_encoding.MiscSourceEncodingTest.test_20731)\nPASS: test_bad_coding (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding)\nPASS: test_bad_coding2 (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding2)\nPASS: test_compilestring (test.test_source_encoding.MiscSourceEncodingTest.test_compilestring)\nPASS: test_error_from_string (test.test_source_encoding.MiscSourceEncodingTest.test_error_from_string)\nPASS: test_error_message (test.test_source_encoding.MiscSourceEncodingTest.test_error_message)\nPASS: test_exec_valid_coding (test.test_source_encoding.MiscSourceEncodingTest.test_exec_valid_coding)\nPASS: test_file_parse (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse)\nPASS: test_file_parse_error_multiline (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline)\nPASS: test_import_encoded_module (test.test_source_encoding.MiscSourceEncodingTest.test_import_encoded_module)\nPASS: test_issue2301 (test.test_source_encoding.MiscSourceEncodingTest.test_issue2301)\nPASS: test_issue3297 (test.test_source_encoding.MiscSourceEncodingTest.test_issue3297)\nPASS: test_issue4626 (test.test_source_encoding.MiscSourceEncodingTest.test_issue4626)\nPASS: test_issue7820 (test.test_source_encoding.MiscSourceEncodingTest.test_issue7820)\nPASS: test_tokenizer_fstring_warning_in_first_line (test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line)\nSKIP: test_invalid_utf8 (test.test_source_encoding.UTF8ValidatorTest.test_invalid_utf8) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 44 tests in 0.348s\n\nOK (skipped=1)\n0:02:14 load avg: 1.92 [363/480] test_sqlite3 passed\ntest_sqlite3: testing with SQLite version 3.48.0\nPASS: test_bad_source_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection)\nPASS: test_bad_target (test.test_sqlite3.test_backup.BackupTests.test_bad_target)\nPASS: test_bad_target_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection)\nPASS: test_bad_target_filename (test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename)\nPASS: test_bad_target_in_transaction (test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction)\nPASS: test_bad_target_same_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection)\nPASS: test_database_source_name (test.test_sqlite3.test_backup.BackupTests.test_database_source_name)\nPASS: test_failing_progress (test.test_sqlite3.test_backup.BackupTests.test_failing_progress)\nPASS: test_keyword_only_args (test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args)\nPASS: test_modifying_progress (test.test_sqlite3.test_backup.BackupTests.test_modifying_progress)\nPASS: test_non_callable_progress (test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress)\nPASS: test_progress (test.test_sqlite3.test_backup.BackupTests.test_progress)\nPASS: test_progress_all_pages_at_once_1 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1)\nPASS: test_progress_all_pages_at_once_2 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2)\nPASS: test_simple (test.test_sqlite3.test_backup.BackupTests.test_simple)\nPASS: test_cli_execute_incomplete_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_incomplete_sql)\nPASS: test_cli_execute_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_sql)\nPASS: test_cli_execute_too_much_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_too_much_sql)\nPASS: test_cli_help (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_help)\nPASS: test_cli_on_disk_db (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db)\nPASS: test_cli_version (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_version)\nPASS: test_interact (test.test_sqlite3.test_cli.InteractiveSession.test_interact)\nPASS: test_interact_incomplete_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_incomplete_multiline_sql)\nPASS: test_interact_invalid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_invalid_sql)\nPASS: test_interact_on_disk_file (test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file)\nPASS: test_interact_quit (test.test_sqlite3.test_cli.InteractiveSession.test_interact_quit)\nPASS: test_interact_valid_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_multiline_sql)\nPASS: test_interact_valid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_sql)\nPASS: test_interact_version (test.test_sqlite3.test_cli.InteractiveSession.test_interact_version)\nPASS: test_blob_32bit_rowid (test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid)\nPASS: test_blob_closed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed)\nPASS: test_blob_closed_db_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read)\nPASS: test_blob_context_manager (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager)\nPASS: test_blob_context_manager_reraise_exceptions (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions)\nPASS: test_blob_get_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice)\nPASS: test_blob_get_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item)\nPASS: test_blob_get_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error)\nPASS: test_blob_get_item_error_bigint (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error_bigint)\nPASS: test_blob_get_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice)\nPASS: test_blob_get_slice_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index)\nPASS: test_blob_get_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip)\nPASS: test_blob_is_a_blob (test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob)\nPASS: test_blob_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_length)\nPASS: test_blob_mapping_invalid_index_type (test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type)\nPASS: test_blob_open_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error)\nPASS: test_blob_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read)\nPASS: test_blob_read_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset)\nPASS: test_blob_read_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset)\nPASS: test_blob_read_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed)\nPASS: test_blob_read_oversized (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized)\nPASS: test_blob_seek_and_tell (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell)\nPASS: test_blob_seek_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error)\nPASS: test_blob_seek_overflow_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_overflow_error)\nPASS: test_blob_sequence_not_supported (test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported)\nPASS: test_blob_set_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice)\nPASS: test_blob_set_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item)\nPASS: test_blob_set_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error)\nPASS: test_blob_set_item_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index)\nPASS: test_blob_set_item_with_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset)\nPASS: test_blob_set_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice)\nPASS: test_blob_set_slice_buffer_object (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object)\nPASS: test_blob_set_slice_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error)\nPASS: test_blob_set_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip)\nPASS: test_blob_write (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write)\nPASS: test_blob_write_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset)\nPASS: test_blob_write_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset)\nPASS: test_blob_write_error_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length)\nPASS: test_blob_write_error_readonly (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly)\nPASS: test_blob_write_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed)\nPASS: test_closed_call (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call)\nPASS: test_closed_con_commit (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit)\nPASS: test_closed_con_cursor (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor)\nPASS: test_closed_con_rollback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback)\nPASS: test_closed_create_aggregate (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate)\nPASS: test_closed_create_function (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function)\nPASS: test_closed_cur_execute (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute)\nPASS: test_closed_set_authorizer (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer)\nPASS: test_closed_set_progress_callback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback)\nPASS: test_closed (test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed)\nPASS: test_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_close)\nPASS: test_commit (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit)\ntest_commit_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_after_no_changes)\nPASS: A commit should also work when no changes were made to the database.\nPASS: test_connect_positional_arguments (test.test_sqlite3.test_dbapi.ConnectionTests.test_connect_positional_arguments)\nPASS: test_connection_bad_limit_category (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category)\nPASS: test_connection_bad_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit)\nPASS: test_connection_config (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_config)\nPASS: test_connection_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions)\nPASS: test_connection_init_bad_isolation_level (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level)\nPASS: test_connection_init_good_isolation_levels (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels)\nPASS: test_connection_limits (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits)\nPASS: test_connection_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit)\nPASS: test_connection_resource_warning (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_resource_warning)\nPASS: test_connection_signature (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_signature)\nPASS: test_cursor (test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor)\nPASS: test_drop_unused_refs (test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs)\nPASS: test_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions)\nPASS: test_failed_open (test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open)\nPASS: test_in_transaction (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction)\nPASS: test_in_transaction_ro (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro)\nPASS: test_interrupt (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt)\nPASS: test_interrupt_on_closed_db (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db)\nPASS: test_rollback (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback)\ntest_rollback_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_after_no_changes)\nPASS: A rollback should also work when no changes were made to the database.\nPASS: test_use_after_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close)\nPASS: test_binary (test.test_sqlite3.test_dbapi.ConstructorTests.test_binary)\nPASS: test_date (test.test_sqlite3.test_dbapi.ConstructorTests.test_date)\nPASS: test_date_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks)\nPASS: test_time (test.test_sqlite3.test_dbapi.ConstructorTests.test_time)\nPASS: test_time_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks)\nPASS: test_timestamp (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp)\nPASS: test_timestamp_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks)\nPASS: test_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_array_size)\nPASS: test_close (test.test_sqlite3.test_dbapi.CursorTests.test_close)\nPASS: test_column_count (test.test_sqlite3.test_dbapi.CursorTests.test_column_count)\nPASS: test_cursor_connection (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection)\nPASS: test_cursor_wrong_class (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class)\nPASS: test_execute_arg_float (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float)\nPASS: test_execute_arg_int (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int)\nPASS: test_execute_arg_string (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string)\nPASS: test_execute_arg_string_with_zero_byte (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte)\nPASS: test_execute_dict_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping)\nPASS: test_execute_dict_mapping_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping)\nPASS: test_execute_dict_mapping_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args)\nPASS: test_execute_dict_mapping_too_little_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args)\nPASS: test_execute_dict_mapping_unnamed (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed)\nPASS: test_execute_illegal_sql (test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql)\nPASS: test_execute_indexed_nameless_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_indexed_nameless_params)\nPASS: test_execute_many_generator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator)\nPASS: test_execute_many_iterator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator)\nPASS: test_execute_many_not_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable)\nPASS: test_execute_many_select (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select)\nPASS: test_execute_many_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence)\nPASS: test_execute_many_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg)\nPASS: test_execute_multiple_statements (test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements)\nPASS: test_execute_named_param_and_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_named_param_and_sequence)\nPASS: test_execute_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args)\nPASS: test_execute_non_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable)\nPASS: test_execute_param_list (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list)\nPASS: test_execute_param_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence)\nPASS: test_execute_param_sequence_bad_len (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len)\nPASS: test_execute_too_many_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params)\nPASS: test_execute_with_appended_comments (test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments)\nPASS: test_execute_wrong_no_of_args1 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1)\nPASS: test_execute_wrong_no_of_args2 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2)\nPASS: test_execute_wrong_no_of_args3 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3)\nPASS: test_execute_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg)\nPASS: test_fetch_iter (test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter)\nPASS: test_fetchall (test.test_sqlite3.test_dbapi.CursorTests.test_fetchall)\nPASS: test_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany)\ntest_fetchmany_kw_arg (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_kw_arg)\nPASS: Checks if fetchmany works with keyword arguments\nPASS: test_fetchone (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone)\nPASS: test_fetchone_no_statement (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement)\nPASS: test_last_row_id_insert_o_r (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r)\nPASS: test_last_row_id_on_ignore (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore)\ntest_last_row_id_on_replace (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_replace)\nPASS: INSERT OR REPLACE and REPLACE INTO should produce the same behavior.\nPASS: test_rowcount_execute (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute)\nPASS: test_rowcount_executemany (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany)\nPASS: test_rowcount_prefixed_with_comment (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment)\ntest_rowcount_select (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_select)\nPASS: pysqlite does not know the rowcount of SELECT statements, because we\nPASS: test_rowcount_update_returning (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning)\nPASS: test_rowcount_vaccuum (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum)\nPASS: test_same_query_in_multiple_cursors (test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors)\nPASS: test_setinputsizes (test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes)\nPASS: test_setoutputsize (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize)\nPASS: test_setoutputsize_no_column (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column)\nPASS: test_total_changes (test.test_sqlite3.test_dbapi.CursorTests.test_total_changes)\nPASS: test_wrong_cursor_callable (test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable)\nPASS: test_connection_execute (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute)\nPASS: test_connection_executemany (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany)\nPASS: test_connection_executescript (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript)\nPASS: test_cursor_executescript_as_bytes (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes)\nPASS: test_cursor_executescript_too_large_script (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script)\nPASS: test_cursor_executescript_tx_control (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control)\nPASS: test_cursor_executescript_with_null_characters (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters)\nPASS: test_cursor_executescript_with_surrogates (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates)\nPASS: test_script_error_normal (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal)\nPASS: test_script_string_sql (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql)\nPASS: test_script_syntax_error (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error)\nPASS: test_api_level (test.test_sqlite3.test_dbapi.ModuleTests.test_api_level)\nPASS: test_complete_statement (test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement)\nPASS: test_data_error (test.test_sqlite3.test_dbapi.ModuleTests.test_data_error)\nPASS: test_database_error (test.test_sqlite3.test_dbapi.ModuleTests.test_database_error)\nPASS: test_deprecated_version (test.test_sqlite3.test_dbapi.ModuleTests.test_deprecated_version)\nPASS: test_disallow_instantiation (test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation)\nPASS: test_error (test.test_sqlite3.test_dbapi.ModuleTests.test_error)\nPASS: test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception)\nPASS: test_extended_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception)\nPASS: test_integrity_error (test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error)\nPASS: test_interface_error (test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error)\nPASS: test_internal_error (test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error)\nPASS: test_module_constants (test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants)\nPASS: test_not_supported_error (test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error)\nPASS: test_operational_error (test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error)\nPASS: test_param_style (test.test_sqlite3.test_dbapi.ModuleTests.test_param_style)\nPASS: test_programming_error (test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error)\nPASS: test_thread_safety (test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety)\nPASS: test_warning (test.test_sqlite3.test_dbapi.ModuleTests.test_warning)\nPASS: test_ctx_mgr_rollback_if_commit_failed (test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed)\nPASS: test_database_keyword (test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword)\nPASS: test_factory_database_arg (test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg)\nPASS: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri)\nPASS: test_open_unquoted_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri)\nPASS: test_open_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri)\nPASS: test_open_uri_readonly (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly)\ntest_open_with_path_like_object (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_path_like_object)\nPASS: Checks that we can successfully connect to a database using an object that\nPASS: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path)\nPASS: test_row_equality (test.test_sqlite3.test_dbapi.RowTests.test_row_equality)\nPASS: test_row_getitem (test.test_sqlite3.test_dbapi.RowTests.test_row_getitem)\nPASS: test_row_is_a_sequence (test.test_sqlite3.test_dbapi.RowTests.test_row_is_a_sequence)\nPASS: test_row_keys (test.test_sqlite3.test_dbapi.RowTests.test_row_keys)\nPASS: test_row_length (test.test_sqlite3.test_dbapi.RowTests.test_row_length)\nPASS: test_row_no_description (test.test_sqlite3.test_dbapi.RowTests.test_row_no_description)\nPASS: test_deserialize_corrupt_database (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database)\nPASS: test_deserialize_wrong_args (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args)\nPASS: test_serialize_deserialize (test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize)\nPASS: test_on_conflict_abort_raises_with_explicit_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions)\nPASS: test_on_conflict_abort_raises_without_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions)\nPASS: test_on_conflict_fail (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail)\nPASS: test_on_conflict_ignore (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore)\nPASS: test_on_conflict_replace (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace)\nPASS: test_on_conflict_rollback_with_explicit_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction)\nPASS: test_on_conflict_rollback_without_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction)\nPASS: test_check_connection_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread)\nPASS: test_check_cursor_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread)\nPASS: test_dont_check_same_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread)\nPASS: test_uninit_operations (test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations)\nPASS: test_dump_autoincrement (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement)\nPASS: test_dump_autoincrement_create_new_db (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db)\nPASS: test_dump_custom_row_factory (test.test_sqlite3.test_dump.DumpTests.test_dump_custom_row_factory)\nPASS: test_dump_virtual_tables (test.test_sqlite3.test_dump.DumpTests.test_dump_virtual_tables)\nPASS: test_table_dump (test.test_sqlite3.test_dump.DumpTests.test_table_dump)\nPASS: test_table_dump_filter (test.test_sqlite3.test_dump.DumpTests.test_table_dump_filter)\nPASS: test_unorderable_row (test.test_sqlite3.test_dump.DumpTests.test_unorderable_row)\nPASS: test_connection_factories (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories)\nPASS: test_connection_factory_as_positional_arg (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg)\nPASS: test_connection_factory_relayed_call (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call)\nPASS: test_invalid_factory (test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory)\nPASS: test_is_instance (test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance)\nPASS: test_custom_factory (test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory)\nPASS: test_fake_cursor_class (test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class)\nPASS: test_sqlite_row_as_dict (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict)\nPASS: test_sqlite_row_as_sequence (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence)\nPASS: test_sqlite_row_as_tuple (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple)\nPASS: test_sqlite_row_hash_cmp (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp)\nPASS: test_sqlite_row_index (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index)\nPASS: test_sqlite_row_index_unicode (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode)\nPASS: test_sqlite_row_iter (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter)\nPASS: test_sqlite_row_keys (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_keys)\nPASS: test_sqlite_row_slice (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice)\nPASS: test_is_produced_by_factory (test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory)\nPASS: test_custom (test.test_sqlite3.test_factory.TextFactoryTests.test_custom)\nPASS: test_string (test.test_sqlite3.test_factory.TextFactoryTests.test_string)\nPASS: test_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_unicode)\nPASS: test_bytearray (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray)\nPASS: test_bytes (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes)\nPASS: test_custom (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom)\nPASS: test_string (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string)\nPASS: test_collation_is_used (test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used)\ntest_collation_register_twice (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_twice)\nPASS: Register two different collation functions under the same name.\nPASS: test_collation_returns_large_integer (test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer)\nPASS: test_create_collation_bad_upper (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper)\nPASS: test_create_collation_not_ascii (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii)\nPASS: test_create_collation_not_callable (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable)\nPASS: test_create_collation_not_string (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string)\ntest_deregister_collation (test.test_sqlite3.test_hooks.CollationTests.test_deregister_collation)\nPASS: Register a collation, then deregister it. Make sure an error is raised if we try\ntest_cancel_operation (test.test_sqlite3.test_hooks.ProgressTests.test_cancel_operation)\nPASS: Test that returning a non-zero value stops the operation in progress.\ntest_clear_handler (test.test_sqlite3.test_hooks.ProgressTests.test_clear_handler)\nPASS: Test that setting the progress handler to None clears the previously set handler.\nPASS: test_error_in_progress_handler (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler)\nPASS: test_error_in_progress_handler_result (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result)\ntest_opcode_count (test.test_sqlite3.test_hooks.ProgressTests.test_opcode_count)\nPASS: Test that the opcode argument is respected.\nPASS: test_progress_handler_keyword_args (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_keyword_args)\ntest_progress_handler_used (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_used)\nPASS: Test that the progress handler is invoked once it is set.\ntest_clear_trace_callback (test.test_sqlite3.test_hooks.TraceCallbackTests.test_clear_trace_callback)\nPASS: Test that setting the trace callback to None clears the previously set callback.\nPASS: test_trace_bad_handler (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler)\nPASS: test_trace_callback_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content)\ntest_trace_callback_used (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_used)\nPASS: Test that the trace callback is invoked once it is set.\nPASS: test_trace_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql)\nPASS: test_trace_keyword_args (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_keyword_args)\nPASS: test_trace_too_much_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql)\ntest_unicode_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_unicode_content)\nPASS: Test that the statement can contain unicode literals.\nPASS: test_recursive_cursor_close (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close)\nPASS: test_recursive_cursor_init (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init)\nPASS: test_recursive_cursor_iter (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter)\ntest_auto_commit (test.test_sqlite3.test_regression.RegressionTests.test_auto_commit)\nPASS: Verifies that creating a connection in autocommit mode works.\nPASS: test_bind_mutating_list (test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list)\ntest_bpo31770 (test.test_sqlite3.test_regression.RegressionTests.test_bpo31770)\nPASS: The interpreter shouldn't crash in case Cursor.__init__() is called\nPASS: test_bpo37347 (test.test_sqlite3.test_regression.RegressionTests.test_bpo37347)\nPASS: test_collation (test.test_sqlite3.test_regression.RegressionTests.test_collation)\nPASS: test_column_name_with_spaces (test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces)\ntest_commit_cursor_reset (test.test_sqlite3.test_regression.RegressionTests.test_commit_cursor_reset)\nPASS: Connection.commit() did reset cursors, which made sqlite3\ntest_connection_call (test.test_sqlite3.test_regression.RegressionTests.test_connection_call)\nPASS: Call a connection with a non-string SQL request: check error handling\ntest_connection_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_connection_constructor_call_check)\nPASS: Verifies that connection methods check whether base class __init__ was\ntest_convert_timestamp_microsecond_padding (test.test_sqlite3.test_regression.RegressionTests.test_convert_timestamp_microsecond_padding)\nPASS: http://bugs.python.org/issue14720\ntest_cursor_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_cursor_constructor_call_check)\nPASS: Verifies that cursor methods check whether base class __init__ was\nPASS: test_del_isolation_level_segfault (test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault)\ntest_empty_statement (test.test_sqlite3.test_regression.RegressionTests.test_empty_statement)\nPASS: pysqlite used to segfault with SQLite versions 3.5.x. These return NULL\nPASS: test_error_msg_decode_error (test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error)\nPASS: test_executescript_step_through_select (test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select)\nPASS: test_invalid_isolation_level_type (test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type)\nPASS: test_large_sql (test.test_sqlite3.test_regression.RegressionTests.test_large_sql)\nPASS: test_null_character (test.test_sqlite3.test_regression.RegressionTests.test_null_character)\nPASS: test_on_conflict_rollback (test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback)\ntest_pragma_autocommit (test.test_sqlite3.test_regression.RegressionTests.test_pragma_autocommit)\nPASS: Verifies that running a PRAGMA statement that does an autocommit does\nPASS: test_pragma_schema_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version)\nPASS: test_pragma_user_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version)\ntest_recursive_cursor_use (test.test_sqlite3.test_regression.RegressionTests.test_recursive_cursor_use)\nPASS: http://bugs.python.org/issue10811\ntest_register_adapter (test.test_sqlite3.test_regression.RegressionTests.test_register_adapter)\nPASS: See issue 3312.\nPASS: test_return_empty_bytestring (test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring)\nPASS: test_set_isolation_level (test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level)\nPASS: test_statement_finalization_on_close_db (test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db)\nPASS: test_statement_reset (test.test_sqlite3.test_regression.RegressionTests.test_statement_reset)\ntest_str_subclass (test.test_sqlite3.test_regression.RegressionTests.test_str_subclass)\nPASS: The Python 3.0 port of the module didn't cope with values of subclasses of str.\nPASS: test_surrogates (test.test_sqlite3.test_regression.RegressionTests.test_surrogates)\nPASS: test_table_lock_cursor_dealloc (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc)\nPASS: test_table_lock_cursor_non_readonly_select (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select)\nPASS: test_table_lock_cursor_replace_stmt (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt)\ntest_type_map_usage (test.test_sqlite3.test_regression.RegressionTests.test_type_map_usage)\nPASS: pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling\ntest_workaround_for_buggy_sqlite_transfer_bindings (test.test_sqlite3.test_regression.RegressionTests.test_workaround_for_buggy_sqlite_transfer_bindings)\nPASS: pysqlite would crash with older SQLite versions unless\nPASS: test_autocommit_compat_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_ctx_mgr)\nPASS: test_autocommit_compat_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_executescript)\nPASS: test_autocommit_default (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_default)\nPASS: test_autocommit_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled)\nPASS: test_autocommit_disabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_ctx_mgr)\nPASS: test_autocommit_disabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_executescript)\nPASS: test_autocommit_disabled_implicit_rollback (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_rollback)\nPASS: test_autocommit_disabled_implicit_shutdown (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_shutdown)\nPASS: test_autocommit_disabled_then_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_then_enabled)\nPASS: test_autocommit_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled)\nPASS: test_autocommit_enabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_ctx_mgr)\nPASS: test_autocommit_enabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_executescript)\nPASS: test_autocommit_enabled_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_then_disabled)\nPASS: test_autocommit_enabled_txn_ctl (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_txn_ctl)\nPASS: test_autocommit_explicit_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_explicit_then_disabled)\nPASS: test_autocommit_setget (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget)\nPASS: test_autocommit_setget_invalid (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget_invalid)\nPASS: test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin)\nPASS: test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default)\nPASS: test_isolation_level_deferred (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred)\nPASS: test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive)\nPASS: test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate)\nPASS: test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none)\nPASS: test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin)\nPASS: test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default)\nPASS: test_isolation_level_deferrred (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred)\nPASS: test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive)\nPASS: test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate)\nPASS: test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none)\nPASS: test_no_duplicate_rows_after_rollback_close_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor)\nPASS: test_no_duplicate_rows_after_rollback_del_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor)\nPASS: test_no_duplicate_rows_after_rollback_new_query (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query)\nPASS: test_drop_table (test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table)\nPASS: test_pragma (test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma)\nPASS: test_delete_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction)\nPASS: test_dml_does_not_auto_commit_before (test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before)\nPASS: test_insert_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction)\nPASS: test_locking (test.test_sqlite3.test_transactions.TransactionTests.test_locking)\nPASS: test_multiple_cursors_and_iternext (test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext)\nPASS: test_raise_timeout (test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout)\nPASS: test_replace_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction)\ntest_rollback_cursor_consistency (test.test_sqlite3.test_transactions.TransactionTests.test_rollback_cursor_consistency)\nPASS: Check that cursors behave correctly after rollback.\nPASS: test_toggle_auto_commit (test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit)\nPASS: test_update_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction)\nPASS: test_ddl_does_not_autostart_transaction (test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction)\nPASS: test_immediate_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl)\nPASS: test_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl)\nPASS: test_binary_input_for_converter (test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter)\nPASS: test_case_in_converter_name (test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name)\nPASS: test_col_name (test.test_sqlite3.test_types.ColNamesTests.test_col_name)\nPASS: test_cursor_description_insert (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert)\ntest_cursor_description_no_row (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_no_row)\nPASS: cursor.description should at least provide the column name(s), even if\ntest_decl_type_not_used (test.test_sqlite3.test_types.ColNamesTests.test_decl_type_not_used)\nPASS: Assures that the declared type is not used when PARSE_DECLTYPES\nPASS: test_none (test.test_sqlite3.test_types.ColNamesTests.test_none)\nPASS: test_cursor_description_cte (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte)\nPASS: test_cursor_description_cte_multiple_columns (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns)\nPASS: test_cursor_description_cte_simple (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple)\nPASS: test_date_time_sub_seconds (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds)\nPASS: test_date_time_sub_seconds_floating_point (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point)\nPASS: test_sql_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp)\nPASS: test_sqlite_date (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date)\nPASS: test_sqlite_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp)\nPASS: test_blob (test.test_sqlite3.test_types.DeclTypesTests.test_blob)\nPASS: test_bool (test.test_sqlite3.test_types.DeclTypesTests.test_bool)\nPASS: test_convert_zero_sized_blob (test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob)\nPASS: test_error_in_conform (test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform)\nPASS: test_float (test.test_sqlite3.test_types.DeclTypesTests.test_float)\nPASS: test_foo (test.test_sqlite3.test_types.DeclTypesTests.test_foo)\nPASS: test_large_int (test.test_sqlite3.test_types.DeclTypesTests.test_large_int)\nPASS: test_number1 (test.test_sqlite3.test_types.DeclTypesTests.test_number1)\ntest_number2 (test.test_sqlite3.test_types.DeclTypesTests.test_number2)\nPASS: Checks whether converter names are cut off at '(' characters\nPASS: test_small_int (test.test_sqlite3.test_types.DeclTypesTests.test_small_int)\nPASS: test_string (test.test_sqlite3.test_types.DeclTypesTests.test_string)\nPASS: test_unicode (test.test_sqlite3.test_types.DeclTypesTests.test_unicode)\nPASS: test_unsupported_dict (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict)\nPASS: test_unsupported_seq (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq)\nPASS: test_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt)\nPASS: test_adapt_alt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt)\nPASS: test_caster_is_used (test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used)\nPASS: test_custom_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto)\nPASS: test_defect_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto)\nPASS: test_defect_self_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt)\nPASS: test_missing_adapter (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter)\nPASS: test_missing_protocol (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol)\nPASS: test_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_blob)\nPASS: test_float (test.test_sqlite3.test_types.SqliteTypeTests.test_float)\nPASS: test_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_large_int)\nPASS: test_small_int (test.test_sqlite3.test_types.SqliteTypeTests.test_small_int)\nPASS: test_string (test.test_sqlite3.test_types.SqliteTypeTests.test_string)\nPASS: test_string_with_null_character (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character)\nPASS: test_string_with_surrogates (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates)\nSKIP: test_too_large_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob) 'not enough memory: 6.0G minimum needed'\nPASS: test_too_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int)\nSKIP: test_too_large_string (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string) 'not enough memory: 8.0G minimum needed'\nPASS: test_unicode_execute (test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute)\nPASS: test_agg_keyword_args (test.test_sqlite3.test_userfunctions.AggregateTests.test_agg_keyword_args)\nPASS: test_aggr_check_aggr_sum (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum)\nPASS: test_aggr_check_param_blob (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob)\nPASS: test_aggr_check_param_float (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float)\nPASS: test_aggr_check_param_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int)\nPASS: test_aggr_check_param_none (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none)\nPASS: test_aggr_check_param_str (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str)\nPASS: test_aggr_check_params_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int)\nPASS: test_aggr_error_on_create (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create)\nPASS: test_aggr_exception_in_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize)\nPASS: test_aggr_exception_in_init (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init)\nPASS: test_aggr_exception_in_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step)\nPASS: test_aggr_no_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize)\nPASS: test_aggr_no_match (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match)\nPASS: test_aggr_no_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step)\nPASS: test_aggr_text (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access)\nPASS: test_any_arguments (test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments)\nPASS: test_empty_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob)\nPASS: test_func_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic)\nPASS: test_func_deterministic_keyword_only (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only)\nPASS: test_func_error_on_create (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create)\nPASS: test_func_exception (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception)\nPASS: test_func_keyword_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_keyword_args)\nPASS: test_func_memory_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error)\nPASS: test_func_non_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic)\nPASS: test_func_overflow_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error)\nPASS: test_func_params (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params)\nPASS: test_func_ref_count (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count)\nPASS: test_func_return_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob)\nPASS: test_func_return_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float)\nPASS: test_func_return_illegal_value (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value)\nPASS: test_func_return_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int)\nPASS: test_func_return_long_long (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long)\nPASS: test_func_return_nan (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan)\nPASS: test_func_return_null (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null)\nPASS: test_func_return_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text)\nPASS: test_func_return_text_with_null_char (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char)\nPASS: test_func_return_text_with_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates)\nSKIP: test_func_return_too_large_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob) 'not enough memory: 4.0G minimum needed'\nPASS: test_func_return_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int)\nSKIP: test_func_return_too_large_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text) 'not enough memory: 6.0G minimum needed'\nPASS: test_func_return_unicode (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode)\nPASS: test_func_too_many_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args)\nPASS: test_function_destructor_via_gc (test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc)\nPASS: test_nan_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float)\nPASS: test_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob)\nPASS: test_param_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates)\nPASS: test_return_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob)\nPASS: test_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int)\nPASS: test_win_clear_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function)\nPASS: test_win_error_on_create (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create)\nPASS: test_win_error_value_return (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return)\nPASS: test_win_exception_in_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize)\nPASS: test_win_exception_in_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method)\nPASS: test_win_missing_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize)\nPASS: test_win_missing_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method)\nPASS: test_win_redefine_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function)\nPASS: test_win_sum_int (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int)\n\n----------------------------------------------------------------------\nRan 487 tests in 0.194s\n\nOK (skipped=4)\n0:02:17 load avg: 1.85 [364/480] test_selectors passed\nPASS: test_close (test.test_selectors.DefaultSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.DefaultSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.DefaultSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.DefaultSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.DefaultSelectorTestCase.test_modify)\nPASS: test_modify_unregister (test.test_selectors.DefaultSelectorTestCase.test_modify_unregister)\nPASS: test_register (test.test_selectors.DefaultSelectorTestCase.test_register)\nPASS: test_select (test.test_selectors.DefaultSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.DefaultSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.DefaultSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.DefaultSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.DefaultSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_socket_close)\nSKIP: test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase.test_above_fd_setsize) 'Test needs selectors.DevpollSelector'\nSKIP: test_close (test.test_selectors.DevpollSelectorTestCase.test_close) 'Test needs selectors.DevpollSelector'\nSKIP: test_context_manager (test.test_selectors.DevpollSelectorTestCase.test_context_manager) 'Test needs selectors.DevpollSelector'\nSKIP: test_empty_select (test.test_selectors.DevpollSelectorTestCase.test_empty_select) 'Test needs selectors.DevpollSelector'\nSKIP: test_fileno (test.test_selectors.DevpollSelectorTestCase.test_fileno) 'Test needs selectors.DevpollSelector'\nSKIP: test_get_key (test.test_selectors.DevpollSelectorTestCase.test_get_key) 'Test needs selectors.DevpollSelector'\nSKIP: test_get_map (test.test_selectors.DevpollSelectorTestCase.test_get_map) 'Test needs selectors.DevpollSelector'\nSKIP: test_modify (test.test_selectors.DevpollSelectorTestCase.test_modify) 'Test needs selectors.DevpollSelector'\nSKIP: test_modify_unregister (test.test_selectors.DevpollSelectorTestCase.test_modify_unregister) 'Test needs selectors.DevpollSelector'\nSKIP: test_register (test.test_selectors.DevpollSelectorTestCase.test_register) 'Test needs selectors.DevpollSelector'\nSKIP: test_select (test.test_selectors.DevpollSelectorTestCase.test_select) 'Test needs selectors.DevpollSelector'\nSKIP: test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_exc) 'Test needs selectors.DevpollSelector'\nSKIP: test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_noraise) 'Test needs selectors.DevpollSelector'\nSKIP: test_select_read_write (test.test_selectors.DevpollSelectorTestCase.test_select_read_write) 'Test needs selectors.DevpollSelector'\nSKIP: test_selector (test.test_selectors.DevpollSelectorTestCase.test_selector) 'Test needs selectors.DevpollSelector'\nSKIP: test_timeout (test.test_selectors.DevpollSelectorTestCase.test_timeout) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister (test.test_selectors.DevpollSelectorTestCase.test_unregister) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close_and_reuse) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_socket_close) 'Test needs selectors.DevpollSelector'\nSKIP: test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase.test_above_fd_setsize) \"resource 'cpu' is not enabled\"\nPASS: test_close (test.test_selectors.EpollSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.EpollSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.EpollSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.EpollSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.EpollSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.EpollSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.EpollSelectorTestCase.test_modify)\nPASS: test_modify_unregister (test.test_selectors.EpollSelectorTestCase.test_modify_unregister)\nPASS: test_register (test.test_selectors.EpollSelectorTestCase.test_register)\nPASS: test_register_file (test.test_selectors.EpollSelectorTestCase.test_register_file)\nPASS: test_select (test.test_selectors.EpollSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.EpollSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.EpollSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.EpollSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.EpollSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_socket_close)\nSKIP: test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase.test_above_fd_setsize) 'Test needs selectors.KqueueSelector)'\nSKIP: test_close (test.test_selectors.KqueueSelectorTestCase.test_close) 'Test needs selectors.KqueueSelector)'\nSKIP: test_context_manager (test.test_selectors.KqueueSelectorTestCase.test_context_manager) 'Test needs selectors.KqueueSelector)'\nSKIP: test_empty_select (test.test_selectors.KqueueSelectorTestCase.test_empty_select) 'Test needs selectors.KqueueSelector)'\nSKIP: test_empty_select_timeout (test.test_selectors.KqueueSelectorTestCase.test_empty_select_timeout) 'Test needs selectors.KqueueSelector)'\nSKIP: test_fileno (test.test_selectors.KqueueSelectorTestCase.test_fileno) 'Test needs selectors.KqueueSelector)'\nSKIP: test_get_key (test.test_selectors.KqueueSelectorTestCase.test_get_key) 'Test needs selectors.KqueueSelector)'\nSKIP: test_get_map (test.test_selectors.KqueueSelectorTestCase.test_get_map) 'Test needs selectors.KqueueSelector)'\nSKIP: test_modify (test.test_selectors.KqueueSelectorTestCase.test_modify) 'Test needs selectors.KqueueSelector)'\nSKIP: test_modify_unregister (test.test_selectors.KqueueSelectorTestCase.test_modify_unregister) 'Test needs selectors.KqueueSelector)'\nSKIP: test_register (test.test_selectors.KqueueSelectorTestCase.test_register) 'Test needs selectors.KqueueSelector)'\nSKIP: test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase.test_register_bad_fd) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select (test.test_selectors.KqueueSelectorTestCase.test_select) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_exc) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_noraise) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select_read_write (test.test_selectors.KqueueSelectorTestCase.test_select_read_write) 'Test needs selectors.KqueueSelector)'\nSKIP: test_selector (test.test_selectors.KqueueSelectorTestCase.test_selector) 'Test needs selectors.KqueueSelector)'\nSKIP: test_timeout (test.test_selectors.KqueueSelectorTestCase.test_timeout) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister (test.test_selectors.KqueueSelectorTestCase.test_unregister) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close_and_reuse) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_socket_close) 'Test needs selectors.KqueueSelector)'\nSKIP: test_above_fd_setsize (test.test_selectors.PollSelectorTestCase.test_above_fd_setsize) \"resource 'cpu' is not enabled\"\nPASS: test_close (test.test_selectors.PollSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.PollSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.PollSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.PollSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.PollSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.PollSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.PollSelectorTestCase.test_modify)\nPASS: test_modify_unregister (test.test_selectors.PollSelectorTestCase.test_modify_unregister)\nPASS: test_register (test.test_selectors.PollSelectorTestCase.test_register)\nPASS: test_select (test.test_selectors.PollSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.PollSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.PollSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.PollSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.PollSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_socket_close)\nPASS: test_close (test.test_selectors.SelectSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.SelectSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.SelectSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.SelectSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.SelectSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.SelectSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.SelectSelectorTestCase.test_modify)\nSKIP: test_modify_unregister (test.test_selectors.SelectSelectorTestCase.test_modify_unregister) ''\nPASS: test_register (test.test_selectors.SelectSelectorTestCase.test_register)\nPASS: test_select (test.test_selectors.SelectSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.SelectSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.SelectSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.SelectSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.SelectSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_socket_close)\n\n----------------------------------------------------------------------\nRan 121 tests in 14.022s\n\nOK (skipped=45)\n0:02:17 load avg: 1.85 [365/480] test_stable_abi_ctypes passed\nPASS: test_available_symbols (test.test_stable_abi_ctypes.TestStableABIAvailability.test_available_symbols)\nPASS: test_feature_macros (test.test_stable_abi_ctypes.TestStableABIAvailability.test_feature_macros)\nSKIP: test_windows_feature_macros (test.test_stable_abi_ctypes.TestStableABIAvailability.test_windows_feature_macros) 'Windows specific test'\n\n----------------------------------------------------------------------\nRan 3 tests in 0.006s\n\nOK (skipped=1)\n0:02:17 load avg: 1.85 [366/480] test_startfile skipped\ntest_startfile skipped -- object <module 'os' (frozen)> has no attribute 'startfile'\n0:02:18 load avg: 1.85 [367/480] test_stat passed\nPASS: test_devices (test.test_stat.TestFilemodeCStat.test_devices)\nPASS: test_directory (test.test_stat.TestFilemodeCStat.test_directory)\nPASS: test_fifo (test.test_stat.TestFilemodeCStat.test_fifo)\nSKIP: test_file_attribute_constants (test.test_stat.TestFilemodeCStat.test_file_attribute_constants) 'FILE_ATTRIBUTE_* constants are Win32 specific'\nPASS: test_flags_consistent (test.test_stat.TestFilemodeCStat.test_flags_consistent)\nPASS: test_link (test.test_stat.TestFilemodeCStat.test_link)\nSKIP: test_macosx_attribute_values (test.test_stat.TestFilemodeCStat.test_macosx_attribute_values) 'macOS system check'\nPASS: test_mode (test.test_stat.TestFilemodeCStat.test_mode)\nPASS: test_module_attributes (test.test_stat.TestFilemodeCStat.test_module_attributes)\nPASS: test_socket (test.test_stat.TestFilemodeCStat.test_socket)\nPASS: test_devices (test.test_stat.TestFilemodePyStat.test_devices)\nPASS: test_directory (test.test_stat.TestFilemodePyStat.test_directory)\nPASS: test_fifo (test.test_stat.TestFilemodePyStat.test_fifo)\nSKIP: test_file_attribute_constants (test.test_stat.TestFilemodePyStat.test_file_attribute_constants) 'FILE_ATTRIBUTE_* constants are Win32 specific'\nPASS: test_flags_consistent (test.test_stat.TestFilemodePyStat.test_flags_consistent)\nPASS: test_link (test.test_stat.TestFilemodePyStat.test_link)\nSKIP: test_macosx_attribute_values (test.test_stat.TestFilemodePyStat.test_macosx_attribute_values) 'macOS system check'\nPASS: test_mode (test.test_stat.TestFilemodePyStat.test_mode)\nPASS: test_module_attributes (test.test_stat.TestFilemodePyStat.test_module_attributes)\nPASS: test_socket (test.test_stat.TestFilemodePyStat.test_socket)\n\n----------------------------------------------------------------------\nRan 20 tests in 0.001s\n\nOK (skipped=4)\n0:02:18 load avg: 1.85 [368/480] test_statistics passed\nPASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute)\nPASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute_decimals)\nPASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_both)\nPASS: test_exactly_equal_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_decimals)\nPASS: test_exactly_equal_floats (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_floats)\nPASS: test_exactly_equal_fractions (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_fractions)\nPASS: test_exactly_equal_ints (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_ints)\nPASS: test_exactly_equal_relative (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_relative)\nPASS: test_approx_equal_absolute_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_decimals)\nPASS: test_approx_equal_absolute_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_floats)\nPASS: test_approx_equal_absolute_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_fractions)\nPASS: test_approx_equal_absolute_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_ints)\nPASS: test_approx_equal_both1 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both1)\nPASS: test_approx_equal_both2 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both2)\nPASS: test_approx_equal_both3 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both3)\nPASS: test_approx_equal_both4 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both4)\nPASS: test_approx_equal_relative_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_decimals)\nPASS: test_approx_equal_relative_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_floats)\nPASS: test_approx_equal_relative_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_fractions)\nPASS: test_approx_equal_relative_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_ints)\nPASS: test_cross_zero (test.test_statistics.ApproxEqualInexactTest.test_cross_zero)\nPASS: test_decimal_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_decimal_zeroes)\nPASS: test_float_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_float_zeroes)\nPASS: test_inf (test.test_statistics.ApproxEqualSpecialsTest.test_inf)\nPASS: test_nan (test.test_statistics.ApproxEqualSpecialsTest.test_nan)\nPASS: test_relative_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_relative_symmetry)\nPASS: test_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_symmetry)\nPASS: test_exactly_unequal_decimals (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_decimals)\nPASS: test_exactly_unequal_floats (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_floats)\nPASS: test_exactly_unequal_fractions (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_fractions)\nPASS: test_exactly_unequal_ints (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_ints)\nPASS: test_bool (test.test_statistics.CoerceTest.test_bool)\nPASS: test_decimal (test.test_statistics.CoerceTest.test_decimal)\nPASS: test_float (test.test_statistics.CoerceTest.test_float)\nPASS: test_fraction (test.test_statistics.CoerceTest.test_fraction)\nPASS: test_incompatible_types (test.test_statistics.CoerceTest.test_incompatible_types)\nPASS: test_int (test.test_statistics.CoerceTest.test_int)\nPASS: test_non_numeric_types (test.test_statistics.CoerceTest.test_non_numeric_types)\nPASS: test_decimal (test.test_statistics.ConvertTest.test_decimal)\nPASS: test_float (test.test_statistics.ConvertTest.test_float)\nPASS: test_fraction (test.test_statistics.ConvertTest.test_fraction)\nPASS: test_inf (test.test_statistics.ConvertTest.test_inf)\nPASS: test_int (test.test_statistics.ConvertTest.test_int)\nPASS: test_invalid_input_type (test.test_statistics.ConvertTest.test_invalid_input_type)\nPASS: test_nan (test.test_statistics.ConvertTest.test_nan)\nPASS: test_infinity (test.test_statistics.DecimalToRatioTest.test_infinity)\nPASS: test_nan (test.test_statistics.DecimalToRatioTest.test_nan)\nPASS: test_negative_exponent (test.test_statistics.DecimalToRatioTest.test_negative_exponent)\nPASS: test_positive_exponent (test.test_statistics.DecimalToRatioTest.test_positive_exponent)\nPASS: test_regression_20536 (test.test_statistics.DecimalToRatioTest.test_regression_20536)\nPASS: test_sign (test.test_statistics.DecimalToRatioTest.test_sign)\nPASS: test_decimal (test.test_statistics.ExactRatioTest.test_decimal)\nPASS: test_decimal_nan (test.test_statistics.ExactRatioTest.test_decimal_nan)\nPASS: test_float (test.test_statistics.ExactRatioTest.test_float)\nPASS: test_float_nan (test.test_statistics.ExactRatioTest.test_float_nan)\nPASS: test_fraction (test.test_statistics.ExactRatioTest.test_fraction)\nPASS: test_inf (test.test_statistics.ExactRatioTest.test_inf)\nPASS: test_int (test.test_statistics.ExactRatioTest.test_int)\nPASS: test_error_msg (test.test_statistics.FailNegTest.test_error_msg)\nPASS: test_negatives_raise (test.test_statistics.FailNegTest.test_negatives_raise)\nPASS: test_pass_through (test.test_statistics.FailNegTest.test_pass_through)\nPASS: test_check_all (test.test_statistics.GlobalsTest.test_check_all)\nPASS: test_meta (test.test_statistics.GlobalsTest.test_meta)\nPASS: test_finite (test.test_statistics.IsFiniteTest.test_finite)\nPASS: test_infinity (test.test_statistics.IsFiniteTest.test_infinity)\nPASS: test_nan (test.test_statistics.IsFiniteTest.test_nan)\nPASS: test_has_exception (test.test_statistics.StatisticsErrorTest.test_has_exception)\nPASS: test_decimal_basiccontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_basiccontext_mismatched_infs_to_nan)\nPASS: test_decimal_extendedcontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_extendedcontext_mismatched_infs_to_nan)\nPASS: test_decimal_inf (test.test_statistics.SumSpecialValues.test_decimal_inf)\nPASS: test_decimal_snan_raises (test.test_statistics.SumSpecialValues.test_decimal_snan_raises)\nPASS: test_float_inf (test.test_statistics.SumSpecialValues.test_float_inf)\nPASS: test_float_mismatched_infs (test.test_statistics.SumSpecialValues.test_float_mismatched_infs)\nPASS: test_nan (test.test_statistics.SumSpecialValues.test_nan)\nPASS: test_torture (test.test_statistics.SumTortureTest.test_torture)\nPASS: test_bad_rel (test.test_statistics.TestApproxEqualErrors.test_bad_rel)\nPASS: test_bad_tol (test.test_statistics.TestApproxEqualErrors.test_bad_tol)\nPASS: test_small_sample_error (test.test_statistics.TestBivariateStatistics.test_small_sample_error)\nPASS: test_unequal_size_error (test.test_statistics.TestBivariateStatistics.test_unequal_size_error)\nPASS: test_correlation_spearman (test.test_statistics.TestCorrelationAndCovariance.test_correlation_spearman)\nPASS: test_different_scales (test.test_statistics.TestCorrelationAndCovariance.test_different_scales)\nPASS: test_results (test.test_statistics.TestCorrelationAndCovariance.test_results)\nPASS: test_sqrtprod_helper_function_fundamentals (test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_fundamentals)\nPASS: test_sqrtprod_helper_function_improved_accuracy (test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_improved_accuracy)\nPASS: test_basics (test.test_statistics.TestFMean.test_basics)\nPASS: test_error_cases (test.test_statistics.TestFMean.test_error_cases)\nPASS: test_special_values (test.test_statistics.TestFMean.test_special_values)\nPASS: test_weights (test.test_statistics.TestFMean.test_weights)\nPASS: test_basics (test.test_statistics.TestGeometricMean.test_basics)\nPASS: test_big_and_small (test.test_statistics.TestGeometricMean.test_big_and_small)\nPASS: test_error_cases (test.test_statistics.TestGeometricMean.test_error_cases)\nPASS: test_mixed_int_and_float (test.test_statistics.TestGeometricMean.test_mixed_int_and_float)\nPASS: test_special_values (test.test_statistics.TestGeometricMean.test_special_values)\nPASS: test_various_input_types (test.test_statistics.TestGeometricMean.test_various_input_types)\nPASS: test_bad_arg_types (test.test_statistics.TestHarmonicMean.test_bad_arg_types)\nPASS: test_decimals_exact (test.test_statistics.TestHarmonicMean.test_decimals_exact)\nPASS: test_doubled_data (test.test_statistics.TestHarmonicMean.test_doubled_data)\nPASS: test_empty_data (test.test_statistics.TestHarmonicMean.test_empty_data)\nPASS: test_floats_exact (test.test_statistics.TestHarmonicMean.test_floats_exact)\nPASS: test_fractions (test.test_statistics.TestHarmonicMean.test_fractions)\nPASS: test_inf (test.test_statistics.TestHarmonicMean.test_inf)\nPASS: test_ints (test.test_statistics.TestHarmonicMean.test_ints)\nPASS: test_invalid_type_error (test.test_statistics.TestHarmonicMean.test_invalid_type_error)\nPASS: test_multiply_data_points (test.test_statistics.TestHarmonicMean.test_multiply_data_points)\nPASS: test_nan (test.test_statistics.TestHarmonicMean.test_nan)\nPASS: test_negative_error (test.test_statistics.TestHarmonicMean.test_negative_error)\nPASS: test_no_args (test.test_statistics.TestHarmonicMean.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestHarmonicMean.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestHarmonicMean.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestHarmonicMean.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestHarmonicMean.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestHarmonicMean.test_single_value)\nPASS: test_singleton_lists (test.test_statistics.TestHarmonicMean.test_singleton_lists)\nPASS: test_type_of_data_collection (test.test_statistics.TestHarmonicMean.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestHarmonicMean.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestHarmonicMean.test_types_conserved)\nPASS: test_with_weights (test.test_statistics.TestHarmonicMean.test_with_weights)\nPASS: test_zero (test.test_statistics.TestHarmonicMean.test_zero)\nSKIP: test_kde (test.test_statistics.TestKDE.test_kde) \"resource 'cpu' is not enabled\"\nPASS: test_kde_kernel_invcdfs (test.test_statistics.TestKDE.test_kde_kernel_invcdfs)\nSKIP: test_kde_random (test.test_statistics.TestKDE.test_kde_random) \"resource 'cpu' is not enabled\"\nPASS: test_constant_input_error (test.test_statistics.TestLinearRegression.test_constant_input_error)\nPASS: test_float_output (test.test_statistics.TestLinearRegression.test_float_output)\nPASS: test_proportional (test.test_statistics.TestLinearRegression.test_proportional)\nPASS: test_results (test.test_statistics.TestLinearRegression.test_results)\nPASS: test_bad_arg_types (test.test_statistics.TestMean.test_bad_arg_types)\nPASS: test_big_data (test.test_statistics.TestMean.test_big_data)\nPASS: test_decimals (test.test_statistics.TestMean.test_decimals)\nPASS: test_doubled_data (test.test_statistics.TestMean.test_doubled_data)\nPASS: test_empty_data (test.test_statistics.TestMean.test_empty_data)\nPASS: test_floats (test.test_statistics.TestMean.test_floats)\nPASS: test_fractions (test.test_statistics.TestMean.test_fractions)\nPASS: test_inf (test.test_statistics.TestMean.test_inf)\nPASS: test_ints (test.test_statistics.TestMean.test_ints)\nPASS: test_mismatched_infs (test.test_statistics.TestMean.test_mismatched_infs)\nPASS: test_nan (test.test_statistics.TestMean.test_nan)\nPASS: test_no_args (test.test_statistics.TestMean.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMean.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMean.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMean.test_range_data)\nPASS: test_regression_20561 (test.test_statistics.TestMean.test_regression_20561)\nPASS: test_regression_25177 (test.test_statistics.TestMean.test_regression_25177)\nPASS: test_repeated_single_value (test.test_statistics.TestMean.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMean.test_single_value)\nPASS: test_torture_pep (test.test_statistics.TestMean.test_torture_pep)\nPASS: test_type_of_data_collection (test.test_statistics.TestMean.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMean.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMean.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMedian.test_bad_arg_types)\nPASS: test_empty_data (test.test_statistics.TestMedian.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedian.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedian.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedian.test_even_ints)\nPASS: test_no_args (test.test_statistics.TestMedian.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedian.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedian.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedian.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedian.test_odd_ints)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedian.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedian.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedian.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedian.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedian.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedian.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMedianDataType.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMedianGrouped.test_bad_arg_types)\nPASS: test_data_type_error (test.test_statistics.TestMedianGrouped.test_data_type_error)\nPASS: test_empty_data (test.test_statistics.TestMedianGrouped.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedianGrouped.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedianGrouped.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedianGrouped.test_even_ints)\nPASS: test_even_number_repeated (test.test_statistics.TestMedianGrouped.test_even_number_repeated)\nPASS: test_interval (test.test_statistics.TestMedianGrouped.test_interval)\nPASS: test_no_args (test.test_statistics.TestMedianGrouped.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedianGrouped.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedianGrouped.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedianGrouped.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedianGrouped.test_odd_ints)\nPASS: test_odd_number_repeated (test.test_statistics.TestMedianGrouped.test_odd_number_repeated)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedianGrouped.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedianGrouped.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedianGrouped.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedianGrouped.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedianGrouped.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedianGrouped.test_type_of_data_element)\nPASS: test_bad_arg_types (test.test_statistics.TestMedianHigh.test_bad_arg_types)\nPASS: test_empty_data (test.test_statistics.TestMedianHigh.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedianHigh.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedianHigh.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedianHigh.test_even_ints)\nPASS: test_no_args (test.test_statistics.TestMedianHigh.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedianHigh.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedianHigh.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedianHigh.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedianHigh.test_odd_ints)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedianHigh.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedianHigh.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedianHigh.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedianHigh.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedianHigh.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedianHigh.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMedianHigh.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMedianLow.test_bad_arg_types)\nPASS: test_empty_data (test.test_statistics.TestMedianLow.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedianLow.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedianLow.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedianLow.test_even_ints)\nPASS: test_no_args (test.test_statistics.TestMedianLow.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedianLow.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedianLow.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedianLow.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedianLow.test_odd_ints)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedianLow.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedianLow.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedianLow.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedianLow.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedianLow.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedianLow.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMedianLow.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMode.test_bad_arg_types)\nPASS: test_bimodal_data (test.test_statistics.TestMode.test_bimodal_data)\nPASS: test_counter_data (test.test_statistics.TestMode.test_counter_data)\nPASS: test_discrete_data (test.test_statistics.TestMode.test_discrete_data)\nPASS: test_empty_data (test.test_statistics.TestMode.test_empty_data)\nPASS: test_no_args (test.test_statistics.TestMode.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMode.test_no_inplace_modifications)\nPASS: test_nominal_data (test.test_statistics.TestMode.test_nominal_data)\nPASS: test_none_data (test.test_statistics.TestMode.test_none_data)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMode.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMode.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMode.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMode.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMode.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMode.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMode.test_types_conserved)\nPASS: test_unique_data (test.test_statistics.TestMode.test_unique_data)\nPASS: test_c_functions (test.test_statistics.TestModules.test_c_functions)\nPASS: test_py_functions (test.test_statistics.TestModules.test_py_functions)\nPASS: test_basics (test.test_statistics.TestMultiMode.test_basics)\nPASS: test_alternative_constructor (test.test_statistics.TestNormalDistC.test_alternative_constructor)\nPASS: test_cdf (test.test_statistics.TestNormalDistC.test_cdf)\nPASS: test_copy (test.test_statistics.TestNormalDistC.test_copy)\nPASS: test_equality (test.test_statistics.TestNormalDistC.test_equality)\nPASS: test_hashability (test.test_statistics.TestNormalDistC.test_hashability)\nPASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistC.test_instantiation_and_attributes)\nSKIP: test_inv_cdf (test.test_statistics.TestNormalDistC.test_inv_cdf) \"resource 'cpu' is not enabled\"\nPASS: test_overlap (test.test_statistics.TestNormalDistC.test_overlap)\nPASS: test_pdf (test.test_statistics.TestNormalDistC.test_pdf)\nPASS: test_pickle (test.test_statistics.TestNormalDistC.test_pickle)\nPASS: test_properties (test.test_statistics.TestNormalDistC.test_properties)\nPASS: test_quantiles (test.test_statistics.TestNormalDistC.test_quantiles)\nPASS: test_repr (test.test_statistics.TestNormalDistC.test_repr)\nPASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistC.test_same_type_addition_and_subtraction)\nPASS: test_sample_generation (test.test_statistics.TestNormalDistC.test_sample_generation)\nPASS: test_slots (test.test_statistics.TestNormalDistC.test_slots)\nPASS: test_translation_and_scaling (test.test_statistics.TestNormalDistC.test_translation_and_scaling)\nPASS: test_unary_operations (test.test_statistics.TestNormalDistC.test_unary_operations)\nPASS: test_zscore (test.test_statistics.TestNormalDistC.test_zscore)\nPASS: test_alternative_constructor (test.test_statistics.TestNormalDistPython.test_alternative_constructor)\nPASS: test_cdf (test.test_statistics.TestNormalDistPython.test_cdf)\nPASS: test_copy (test.test_statistics.TestNormalDistPython.test_copy)\nPASS: test_equality (test.test_statistics.TestNormalDistPython.test_equality)\nPASS: test_hashability (test.test_statistics.TestNormalDistPython.test_hashability)\nPASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistPython.test_instantiation_and_attributes)\nSKIP: test_inv_cdf (test.test_statistics.TestNormalDistPython.test_inv_cdf) \"resource 'cpu' is not enabled\"\nPASS: test_overlap (test.test_statistics.TestNormalDistPython.test_overlap)\nPASS: test_pdf (test.test_statistics.TestNormalDistPython.test_pdf)\nPASS: test_pickle (test.test_statistics.TestNormalDistPython.test_pickle)\nPASS: test_properties (test.test_statistics.TestNormalDistPython.test_properties)\nPASS: test_quantiles (test.test_statistics.TestNormalDistPython.test_quantiles)\nPASS: test_repr (test.test_statistics.TestNormalDistPython.test_repr)\nPASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistPython.test_same_type_addition_and_subtraction)\nPASS: test_sample_generation (test.test_statistics.TestNormalDistPython.test_sample_generation)\nPASS: test_slots (test.test_statistics.TestNormalDistPython.test_slots)\nPASS: test_translation_and_scaling (test.test_statistics.TestNormalDistPython.test_translation_and_scaling)\nPASS: test_unary_operations (test.test_statistics.TestNormalDistPython.test_unary_operations)\nPASS: test_zscore (test.test_statistics.TestNormalDistPython.test_zscore)\nPASS: test_error_msg_numeric (test.test_statistics.TestNumericTestCase.test_error_msg_numeric)\nPASS: test_error_msg_sequence (test.test_statistics.TestNumericTestCase.test_error_msg_sequence)\nPASS: test_numerictestcase_is_testcase (test.test_statistics.TestNumericTestCase.test_numerictestcase_is_testcase)\nPASS: test_bad_arg_types (test.test_statistics.TestPStdev.test_bad_arg_types)\nPASS: test_center_not_at_mean (test.test_statistics.TestPStdev.test_center_not_at_mean)\nPASS: test_compare_to_variance (test.test_statistics.TestPStdev.test_compare_to_variance)\nPASS: test_domain_error_regression (test.test_statistics.TestPStdev.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestPStdev.test_empty_data)\nPASS: test_iter_list_same (test.test_statistics.TestPStdev.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestPStdev.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestPStdev.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestPStdev.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestPStdev.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestPStdev.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestPStdev.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestPStdev.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestPStdev.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestPStdev.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestPStdev.test_type_of_data_element)\nPASS: test_accuracy_bug_20499 (test.test_statistics.TestPVariance.test_accuracy_bug_20499)\nPASS: test_bad_arg_types (test.test_statistics.TestPVariance.test_bad_arg_types)\nPASS: test_decimals (test.test_statistics.TestPVariance.test_decimals)\nPASS: test_domain_error_regression (test.test_statistics.TestPVariance.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestPVariance.test_empty_data)\nPASS: test_exact_uniform (test.test_statistics.TestPVariance.test_exact_uniform)\nPASS: test_fractions (test.test_statistics.TestPVariance.test_fractions)\nPASS: test_ints (test.test_statistics.TestPVariance.test_ints)\nPASS: test_iter_list_same (test.test_statistics.TestPVariance.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestPVariance.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestPVariance.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestPVariance.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestPVariance.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestPVariance.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestPVariance.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestPVariance.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestPVariance.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestPVariance.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestPVariance.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestPVariance.test_types_conserved)\nPASS: test_equal_inputs (test.test_statistics.TestQuantiles.test_equal_inputs)\nPASS: test_equal_sized_groups (test.test_statistics.TestQuantiles.test_equal_sized_groups)\nPASS: test_error_cases (test.test_statistics.TestQuantiles.test_error_cases)\nPASS: test_specific_cases (test.test_statistics.TestQuantiles.test_specific_cases)\nPASS: test_specific_cases_inclusive (test.test_statistics.TestQuantiles.test_specific_cases_inclusive)\nPASS: testZeroes (test.test_statistics.TestSign.testZeroes)\nPASS: test_decimal_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_decimal_sqrt_of_frac)\nSKIP: test_float_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_float_sqrt_of_frac) \"resource 'cpu' is not enabled\"\nPASS: test_integer_sqrt_of_frac_rto (test.test_statistics.TestSqrtHelpers.test_integer_sqrt_of_frac_rto)\nPASS: test_bad_arg_types (test.test_statistics.TestStdev.test_bad_arg_types)\nPASS: test_center_not_at_mean (test.test_statistics.TestStdev.test_center_not_at_mean)\nPASS: test_compare_to_variance (test.test_statistics.TestStdev.test_compare_to_variance)\nPASS: test_domain_error_regression (test.test_statistics.TestStdev.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestStdev.test_empty_data)\nPASS: test_iter_list_same (test.test_statistics.TestStdev.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestStdev.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestStdev.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestStdev.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestStdev.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestStdev.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestStdev.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestStdev.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestStdev.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestStdev.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestStdev.test_type_of_data_element)\nPASS: test_bytes_fail (test.test_statistics.TestSum.test_bytes_fail)\nPASS: test_compare_with_math_fsum (test.test_statistics.TestSum.test_compare_with_math_fsum)\nPASS: test_decimals (test.test_statistics.TestSum.test_decimals)\nPASS: test_empty_data (test.test_statistics.TestSum.test_empty_data)\nPASS: test_floats (test.test_statistics.TestSum.test_floats)\nPASS: test_fractions (test.test_statistics.TestSum.test_fractions)\nPASS: test_ints (test.test_statistics.TestSum.test_ints)\nPASS: test_mixed_sum (test.test_statistics.TestSum.test_mixed_sum)\nPASS: test_strings_fail (test.test_statistics.TestSum.test_strings_fail)\nPASS: test_accuracy_bug_20499 (test.test_statistics.TestVariance.test_accuracy_bug_20499)\nPASS: test_bad_arg_types (test.test_statistics.TestVariance.test_bad_arg_types)\nPASS: test_center_not_at_mean (test.test_statistics.TestVariance.test_center_not_at_mean)\nPASS: test_decimals (test.test_statistics.TestVariance.test_decimals)\nPASS: test_domain_error_regression (test.test_statistics.TestVariance.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestVariance.test_empty_data)\nPASS: test_fractions (test.test_statistics.TestVariance.test_fractions)\nPASS: test_ints (test.test_statistics.TestVariance.test_ints)\nPASS: test_iter_list_same (test.test_statistics.TestVariance.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestVariance.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestVariance.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestVariance.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestVariance.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestVariance.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestVariance.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestVariance.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestVariance.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestVariance.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestVariance.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestVariance.test_types_conserved)\nassertApproxEqual (test.test_statistics.NumericTestCase)\nPASS: Doctest: test.test_statistics.NumericTestCase.assertApproxEqual\n_DoNothing (test.test_statistics)\nPASS: Doctest: test.test_statistics._DoNothing\n_calc_errors (test.test_statistics)\nPASS: Doctest: test.test_statistics._calc_errors\n_nan_equal (test.test_statistics)\nPASS: Doctest: test.test_statistics._nan_equal\napprox_equal (test.test_statistics)\nPASS: Doctest: test.test_statistics.approx_equal\nstatistics ()\nPASS: Doctest: statistics\noverlap (statistics.NormalDist)\nPASS: Doctest: statistics.NormalDist.overlap\n_exact_ratio (statistics)\nPASS: Doctest: statistics._exact_ratio\n_rank (statistics)\nPASS: Doctest: statistics._rank\n_sum (statistics)\nPASS: Doctest: statistics._sum\ncorrelation (statistics)\nPASS: Doctest: statistics.correlation\ncovariance (statistics)\nPASS: Doctest: statistics.covariance\nfmean (statistics)\nPASS: Doctest: statistics.fmean\ngeometric_mean (statistics)\nPASS: Doctest: statistics.geometric_mean\nharmonic_mean (statistics)\nPASS: Doctest: statistics.harmonic_mean\nkde (statistics)\nPASS: Doctest: statistics.kde\nkde_random (statistics)\nPASS: Doctest: statistics.kde_random\nlinear_regression (statistics)\nPASS: Doctest: statistics.linear_regression\nmean (statistics)\nPASS: Doctest: statistics.mean\nmedian (statistics)\nPASS: Doctest: statistics.median\nmedian_grouped (statistics)\nPASS: Doctest: statistics.median_grouped\nmedian_high (statistics)\nPASS: Doctest: statistics.median_high\nmedian_low (statistics)\nPASS: Doctest: statistics.median_low\nmode (statistics)\nPASS: Doctest: statistics.mode\nmultimode (statistics)\nPASS: Doctest: statistics.multimode\npstdev (statistics)\nPASS: Doctest: statistics.pstdev\npvariance (statistics)\nPASS: Doctest: statistics.pvariance\nstdev (statistics)\nPASS: Doctest: statistics.stdev\nvariance (statistics)\nPASS: Doctest: statistics.variance\n\n----------------------------------------------------------------------\nRan 399 tests in 0.788s\n\nOK (skipped=5)\n0:02:19 load avg: 1.85 [369/480] test_str passed\nPASS: test___contains__ (test.test_str.StrTest.test___contains__)\nPASS: test_adaptive_find (test.test_str.StrTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_str.StrTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_str.StrTest.test_additional_split)\nPASS: test_ascii (test.test_str.StrTest.test_ascii)\nPASS: test_bug1001011 (test.test_str.StrTest.test_bug1001011)\nPASS: test_bytes_comparison (test.test_str.StrTest.test_bytes_comparison)\nPASS: test_capitalize (test.test_str.StrTest.test_capitalize)\nPASS: test_capitalize_nonascii (test.test_str.StrTest.test_capitalize_nonascii)\nSKIP: test_case_operation_overflow (test.test_str.StrTest.test_case_operation_overflow) 'requires 32-bit system'\nPASS: test_casefold (test.test_str.StrTest.test_casefold)\nPASS: test_center (test.test_str.StrTest.test_center)\nPASS: test_check_encoding_errors (test.test_str.StrTest.test_check_encoding_errors)\nPASS: test_codecs (test.test_str.StrTest.test_codecs)\nPASS: test_codecs_charmap (test.test_str.StrTest.test_codecs_charmap)\nPASS: test_codecs_errors (test.test_str.StrTest.test_codecs_errors)\nPASS: test_codecs_idna (test.test_str.StrTest.test_codecs_idna)\nPASS: test_codecs_utf7 (test.test_str.StrTest.test_codecs_utf7)\nPASS: test_codecs_utf8 (test.test_str.StrTest.test_codecs_utf8)\nPASS: test_compare (test.test_str.StrTest.test_compare)\nPASS: test_comparison (test.test_str.StrTest.test_comparison)\nPASS: test_concatenation (test.test_str.StrTest.test_concatenation)\nPASS: test_constructor (test.test_str.StrTest.test_constructor)\ntest_constructor_defaults (test.test_str.StrTest.test_constructor_defaults)\nPASS: Check the constructor argument defaults.\ntest_constructor_keyword_args (test.test_str.StrTest.test_constructor_keyword_args)\nPASS: Pass various keyword argument combinations to the constructor.\nPASS: test_contains (test.test_str.StrTest.test_contains)\nPASS: test_conversion (test.test_str.StrTest.test_conversion)\nPASS: test_count (test.test_str.StrTest.test_count)\nPASS: test_count_keyword (test.test_str.StrTest.test_count_keyword)\nPASS: test_endswith (test.test_str.StrTest.test_endswith)\nPASS: test_exhausted_iterator (test.test_str.StrTest.test_exhausted_iterator)\nPASS: test_expandtabs (test.test_str.StrTest.test_expandtabs)\nPASS: test_expandtabs_optimization (test.test_str.StrTest.test_expandtabs_optimization)\nSKIP: test_expandtabs_overflows_gracefully (test.test_str.StrTest.test_expandtabs_overflows_gracefully) 'only applies to 32-bit platforms'\nPASS: test_extended_getslice (test.test_str.StrTest.test_extended_getslice)\nPASS: test_find (test.test_str.StrTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_str.StrTest.test_find_etc_raise_correct_error_messages)\nPASS: test_find_many_lengths (test.test_str.StrTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_str.StrTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_str.StrTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_str.StrTest.test_find_with_memory)\nPASS: test_fixtype (test.test_str.StrTest.test_fixtype)\nPASS: test_floatformatting (test.test_str.StrTest.test_floatformatting)\nPASS: test_format (test.test_str.StrTest.test_format)\nPASS: test_format_auto_numbering (test.test_str.StrTest.test_format_auto_numbering)\nPASS: test_format_float (test.test_str.StrTest.test_format_float)\nPASS: test_format_huge_item_number (test.test_str.StrTest.test_format_huge_item_number)\nPASS: test_format_huge_precision (test.test_str.StrTest.test_format_huge_precision)\nPASS: test_format_huge_width (test.test_str.StrTest.test_format_huge_width)\nPASS: test_format_map (test.test_str.StrTest.test_format_map)\nPASS: test_format_subclass (test.test_str.StrTest.test_format_subclass)\nPASS: test_formatting (test.test_str.StrTest.test_formatting)\nPASS: test_formatting_c_limits (test.test_str.StrTest.test_formatting_c_limits)\nPASS: test_formatting_huge_precision (test.test_str.StrTest.test_formatting_huge_precision)\nPASS: test_formatting_huge_precision_c_limits (test.test_str.StrTest.test_formatting_huge_precision_c_limits)\nPASS: test_formatting_huge_width (test.test_str.StrTest.test_formatting_huge_width)\nPASS: test_formatting_with_enum (test.test_str.StrTest.test_formatting_with_enum)\nPASS: test_free_after_iterating (test.test_str.StrTest.test_free_after_iterating)\nPASS: test_getnewargs (test.test_str.StrTest.test_getnewargs)\nPASS: test_hash (test.test_str.StrTest.test_hash)\nPASS: test_index (test.test_str.StrTest.test_index)\nPASS: test_inplace_rewrites (test.test_str.StrTest.test_inplace_rewrites)\ntest_invalid_cb_for_2bytes_seq (test.test_str.StrTest.test_invalid_cb_for_2bytes_seq)\nPASS: Test that an 'invalid continuation byte' error is raised when the\ntest_invalid_cb_for_3bytes_seq (test.test_str.StrTest.test_invalid_cb_for_3bytes_seq)\nPASS: Test that an 'invalid continuation byte' error is raised when the\ntest_invalid_cb_for_4bytes_seq (test.test_str.StrTest.test_invalid_cb_for_4bytes_seq)\nPASS: Test that an 'invalid continuation byte' error is raised when the\ntest_invalid_start_byte (test.test_str.StrTest.test_invalid_start_byte)\nPASS: Test that an 'invalid start byte' error is raised when the first byte\nPASS: test_isalnum (test.test_str.StrTest.test_isalnum)\nPASS: test_isalpha (test.test_str.StrTest.test_isalpha)\nPASS: test_isascii (test.test_str.StrTest.test_isascii)\nPASS: test_isdecimal (test.test_str.StrTest.test_isdecimal)\nPASS: test_isdigit (test.test_str.StrTest.test_isdigit)\nPASS: test_isidentifier (test.test_str.StrTest.test_isidentifier)\nPASS: test_islower (test.test_str.StrTest.test_islower)\nPASS: test_isnumeric (test.test_str.StrTest.test_isnumeric)\nPASS: test_isprintable (test.test_str.StrTest.test_isprintable)\nSKIP: test_isprintable_invariant (test.test_str.StrTest.test_isprintable_invariant) \"resource 'cpu' is not enabled\"\nPASS: test_isspace (test.test_str.StrTest.test_isspace)\nSKIP: test_isspace_invariant (test.test_str.StrTest.test_isspace_invariant) \"resource 'cpu' is not enabled\"\nPASS: test_issue127903 (test.test_str.StrTest.test_issue127903)\nPASS: test_issue18183 (test.test_str.StrTest.test_issue18183)\nPASS: test_issue28598_strsubclass_rhs (test.test_str.StrTest.test_issue28598_strsubclass_rhs)\nPASS: test_issue8271 (test.test_str.StrTest.test_issue8271)\nPASS: test_istitle (test.test_str.StrTest.test_istitle)\nPASS: test_isupper (test.test_str.StrTest.test_isupper)\nPASS: test_iteration (test.test_str.StrTest.test_iteration)\nPASS: test_iterators (test.test_str.StrTest.test_iterators)\nPASS: test_iterators_invocation (test.test_str.StrTest.test_iterators_invocation)\nPASS: test_join (test.test_str.StrTest.test_join)\nSKIP: test_join_overflow (test.test_str.StrTest.test_join_overflow) 'needs too much memory on a 64-bit platform'\nPASS: test_literals (test.test_str.StrTest.test_literals)\nPASS: test_ljust (test.test_str.StrTest.test_ljust)\nPASS: test_lower (test.test_str.StrTest.test_lower)\nPASS: test_maketrans_translate (test.test_str.StrTest.test_maketrans_translate)\nPASS: test_mul (test.test_str.StrTest.test_mul)\nPASS: test_none_arguments (test.test_str.StrTest.test_none_arguments)\nPASS: test_partition (test.test_str.StrTest.test_partition)\nPASS: test_pickle_iterator (test.test_str.StrTest.test_pickle_iterator)\nPASS: test_printable_repr (test.test_str.StrTest.test_printable_repr)\nPASS: test_raiseMemError (test.test_str.StrTest.test_raiseMemError)\nPASS: test_removeprefix (test.test_str.StrTest.test_removeprefix)\nPASS: test_removesuffix (test.test_str.StrTest.test_removesuffix)\nPASS: test_repeat_id_preserving (test.test_str.StrTest.test_repeat_id_preserving)\nPASS: test_replace (test.test_str.StrTest.test_replace)\nPASS: test_replace_id (test.test_str.StrTest.test_replace_id)\nSKIP: test_replace_overflow (test.test_str.StrTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_str.StrTest.test_replace_uses_two_way_maxcount)\nPASS: test_repr (test.test_str.StrTest.test_repr)\nPASS: test_rfind (test.test_str.StrTest.test_rfind)\nPASS: test_rindex (test.test_str.StrTest.test_rindex)\nPASS: test_rjust (test.test_str.StrTest.test_rjust)\nPASS: test_rpartition (test.test_str.StrTest.test_rpartition)\nPASS: test_rsplit (test.test_str.StrTest.test_rsplit)\nPASS: test_slice (test.test_str.StrTest.test_slice)\nPASS: test_split (test.test_str.StrTest.test_split)\nPASS: test_splitlines (test.test_str.StrTest.test_splitlines)\nPASS: test_startswith (test.test_str.StrTest.test_startswith)\nPASS: test_startswith_endswith_errors (test.test_str.StrTest.test_startswith_endswith_errors)\nPASS: test_str_invalid_call (test.test_str.StrTest.test_str_invalid_call)\nPASS: test_strip (test.test_str.StrTest.test_strip)\nPASS: test_strip_whitespace (test.test_str.StrTest.test_strip_whitespace)\nPASS: test_subclass_add (test.test_str.StrTest.test_subclass_add)\nPASS: test_subscript (test.test_str.StrTest.test_subscript)\nPASS: test_surrogates (test.test_str.StrTest.test_surrogates)\nPASS: test_swapcase (test.test_str.StrTest.test_swapcase)\nPASS: test_title (test.test_str.StrTest.test_title)\nPASS: test_ucs4 (test.test_str.StrTest.test_ucs4)\ntest_unexpected_end_of_data (test.test_str.StrTest.test_unexpected_end_of_data)\nPASS: Test that an 'unexpected end of data' error is raised when the string\nPASS: test_unicode_repr (test.test_str.StrTest.test_unicode_repr)\nPASS: test_upper (test.test_str.StrTest.test_upper)\nPASS: test_utf8_decode_invalid_sequences (test.test_str.StrTest.test_utf8_decode_invalid_sequences)\nPASS: test_utf8_decode_valid_sequences (test.test_str.StrTest.test_utf8_decode_valid_sequences)\nPASS: test_zfill (test.test_str.StrTest.test_zfill)\nPASS: test_formatter_field_name_split (test.test_str.StringModuleTest.test_formatter_field_name_split)\nPASS: test_formatter_parser (test.test_str.StringModuleTest.test_formatter_parser)\nPASS: test_str_subclass_attr (test.test_str.StringModuleTest.test_str_subclass_attr)\n\n----------------------------------------------------------------------\nRan 135 tests in 0.675s\n\nOK (skipped=6)\n0:02:19 load avg: 1.85 [370/480] test_strftime passed\ntest_strftime (test.test_strftime.StrftimeTest.test_strftime) ... strftime test for Mon Jun 16 11:37:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nStrftime test, platform: linux, Python version: 3.13.4\nstrftime test for Thu Feb 22 22:02:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Feb 23 21:03:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Feb 24 20:04:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Feb 25 19:05:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Feb 26 18:06:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Feb 27 17:08:05 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Feb 28 16:09:14 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Feb 29 15:10:23 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar  1 14:11:32 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Mar 01 14:11:32 2024, but got Fri Mar  1 14:11:32 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar  2 13:12:41 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Mar 02 13:12:41 2024, but got Sat Mar  2 13:12:41 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar  3 12:13:50 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Mar 03 12:13:50 2024, but got Sun Mar  3 12:13:50 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar  4 11:14:59 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Mar 04 11:14:59 2024, but got Mon Mar  4 11:14:59 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar  5 10:16:08 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Mar 05 10:16:08 2024, but got Tue Mar  5 10:16:08 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar  6 09:17:17 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Mar 06 09:17:17 2024, but got Wed Mar  6 09:17:17 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar  7 08:18:26 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Mar 07 08:18:26 2024, but got Thu Mar  7 08:18:26 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar  8 07:19:35 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Mar 08 07:19:35 2024, but got Fri Mar  8 07:19:35 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar  9 06:20:44 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Mar 09 06:20:44 2024, but got Sat Mar  9 06:20:44 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 10 05:21:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 11 04:23:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 12 03:24:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 13 02:25:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 14 01:26:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 15 00:27:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 15 23:28:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 16 22:29:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue May 28 19:57:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed May 29 18:58:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu May 30 17:59:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri May 31 17:00:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun  1 16:01:56 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jun 01 16:01:56 2024, but got Sat Jun  1 16:01:56 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun  2 15:03:05 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jun 02 15:03:05 2024, but got Sun Jun  2 15:03:05 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun  3 14:04:14 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jun 03 14:04:14 2024, but got Mon Jun  3 14:04:14 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun  4 13:05:23 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jun 04 13:05:23 2024, but got Tue Jun  4 13:05:23 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun  5 12:06:32 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jun 05 12:06:32 2024, but got Wed Jun  5 12:06:32 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun  6 11:07:41 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jun 06 11:07:41 2024, but got Thu Jun  6 11:07:41 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun  7 10:08:50 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jun 07 10:08:50 2024, but got Fri Jun  7 10:08:50 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun  8 09:09:59 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jun 08 09:09:59 2024, but got Sat Jun  8 09:09:59 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun  9 08:11:08 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jun 09 08:11:08 2024, but got Sun Jun  9 08:11:08 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 10 07:12:17 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 11 06:13:26 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 12 05:14:35 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 13 04:15:44 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 14 03:16:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun 15 02:18:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun 16 01:19:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 17 00:20:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 17 23:21:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 18 22:22:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 19 21:23:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 20 20:24:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep  1 17:52:20 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Sep 01 17:52:20 2024, but got Sun Sep  1 17:52:20 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep  2 16:53:29 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Sep 02 16:53:29 2024, but got Mon Sep  2 16:53:29 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep  3 15:54:38 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Sep 03 15:54:38 2024, but got Tue Sep  3 15:54:38 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep  4 14:55:47 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Sep 04 14:55:47 2024, but got Wed Sep  4 14:55:47 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep  5 13:56:56 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Sep 05 13:56:56 2024, but got Thu Sep  5 13:56:56 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep  6 12:58:05 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Sep 06 12:58:05 2024, but got Fri Sep  6 12:58:05 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep  7 11:59:14 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Sep 07 11:59:14 2024, but got Sat Sep  7 11:59:14 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep  8 11:00:23 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Sep 08 11:00:23 2024, but got Sun Sep  8 11:00:23 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep  9 10:01:32 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Sep 09 10:01:32 2024, but got Mon Sep  9 10:01:32 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 10 09:02:41 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep 11 08:03:50 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 12 07:04:59 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep 13 06:06:08 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 14 05:07:17 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 15 04:08:26 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 16 03:09:35 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 17 02:10:44 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep 18 01:11:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 19 00:13:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 19 23:14:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep 20 22:15:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 21 21:16:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 22 20:17:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 23 19:18:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 24 18:19:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec  6 15:47:20 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Dec 06 15:47:20 2024, but got Fri Dec  6 15:47:20 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec  7 14:48:29 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Dec 07 14:48:29 2024, but got Sat Dec  7 14:48:29 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec  8 13:49:38 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Dec 08 13:49:38 2024, but got Sun Dec  8 13:49:38 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec  9 12:50:47 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Dec 09 12:50:47 2024, but got Mon Dec  9 12:50:47 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 10 11:51:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 11 10:53:05 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 12 09:54:14 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 13 08:55:23 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 14 07:56:32 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 15 06:57:41 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec 16 05:58:50 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 17 04:59:59 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 18 04:01:08 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 19 03:02:17 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 20 02:03:26 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 21 01:04:35 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 22 00:05:44 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 22 23:06:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec 23 22:08:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 24 21:09:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 25 20:10:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 26 19:11:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 27 18:12:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 28 17:13:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 29 16:14:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 12 13:42:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 13 12:43:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 14 11:44:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 15 10:45:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 16 09:46:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 17 08:48:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 18 07:49:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 19 06:50:23 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 20 05:51:32 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 21 04:52:41 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 22 03:53:50 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 23 02:54:59 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 24 01:56:08 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 25 00:57:17 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 25 23:58:26 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 26 22:59:35 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 27 22:00:44 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 28 21:01:53 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 29 20:03:02 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 30 19:04:11 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 31 18:05:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr  1 17:06:29 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Apr 01 17:06:29 2025, but got Tue Apr  1 17:06:29 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr  2 16:07:38 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Apr 02 16:07:38 2025, but got Wed Apr  2 16:07:38 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr  3 15:08:47 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Apr 03 15:08:47 2025, but got Thu Apr  3 15:08:47 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr  4 14:09:56 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Apr 04 14:09:56 2025, but got Fri Apr  4 14:09:56 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 16 11:37:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 17 10:38:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 18 09:39:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 19 08:40:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 20 07:41:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun 21 06:43:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun 22 05:44:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 23 04:45:23 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 24 03:46:32 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 25 02:47:41 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 26 01:48:50 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 27 00:49:59 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 27 23:51:08 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun 28 22:52:17 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun 29 21:53:26 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 30 20:54:35 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul  1 19:55:44 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jul 01 19:55:44 2025, but got Tue Jul  1 19:55:44 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  2 18:56:53 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 02 18:56:53 2025, but got Wed Jul  2 18:56:53 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul  3 17:58:02 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jul 03 17:58:02 2025, but got Thu Jul  3 17:58:02 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul  4 16:59:11 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jul 04 16:59:11 2025, but got Fri Jul  4 16:59:11 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul  5 16:00:20 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jul 05 16:00:20 2025, but got Sat Jul  5 16:00:20 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul  6 15:01:29 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jul 06 15:01:29 2025, but got Sun Jul  6 15:01:29 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul  7 14:02:38 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jul 07 14:02:38 2025, but got Mon Jul  7 14:02:38 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul  8 13:03:47 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jul 08 13:03:47 2025, but got Tue Jul  8 13:03:47 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  9 12:04:56 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 09 12:04:56 2025, but got Wed Jul  9 12:04:56 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 20 09:32:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 21 08:33:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 22 07:34:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 23 06:35:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep 24 05:36:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 25 04:38:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep 26 03:39:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 27 02:40:23 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 28 01:41:32 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 29 00:42:41 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 29 23:43:50 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 30 22:44:59 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Oct  1 21:46:08 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Oct 01 21:46:08 2025, but got Wed Oct  1 21:46:08 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Oct  2 20:47:17 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Oct 02 20:47:17 2025, but got Thu Oct  2 20:47:17 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Oct  3 19:48:26 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Oct 03 19:48:26 2025, but got Fri Oct  3 19:48:26 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Oct  4 18:49:35 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Oct 04 18:49:35 2025, but got Sat Oct  4 18:49:35 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Oct  5 17:50:44 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Oct 05 17:50:44 2025, but got Sun Oct  5 17:50:44 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Oct  6 16:51:53 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Oct 06 16:51:53 2025, but got Mon Oct  6 16:51:53 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Oct  7 15:53:02 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Oct 07 15:53:02 2025, but got Tue Oct  7 15:53:02 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Oct  8 14:54:11 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Oct 08 14:54:11 2025, but got Wed Oct  8 14:54:11 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Oct  9 13:55:20 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Oct 09 13:55:20 2025, but got Thu Oct  9 13:55:20 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Oct 10 12:56:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Oct 11 11:57:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Oct 12 10:58:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Oct 13 09:59:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 25 07:27:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 26 06:28:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 27 05:29:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 28 04:30:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec 29 03:31:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 30 02:33:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 31 01:34:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan  1 00:35:23 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jan 01 00:35:23 2026, but got Thu Jan  1 00:35:23 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan  1 23:36:32 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jan 01 23:36:32 2026, but got Thu Jan  1 23:36:32 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jan  2 22:37:41 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jan 02 22:37:41 2026, but got Fri Jan  2 22:37:41 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jan  3 21:38:50 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jan 03 21:38:50 2026, but got Sat Jan  3 21:38:50 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jan  4 20:39:59 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jan 04 20:39:59 2026, but got Sun Jan  4 20:39:59 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jan  5 19:41:08 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jan 05 19:41:08 2026, but got Mon Jan  5 19:41:08 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jan  6 18:42:17 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jan 06 18:42:17 2026, but got Tue Jan  6 18:42:17 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jan  7 17:43:26 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jan 07 17:43:26 2026, but got Wed Jan  7 17:43:26 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan  8 16:44:35 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jan 08 16:44:35 2026, but got Thu Jan  8 16:44:35 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jan  9 15:45:44 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jan 09 15:45:44 2026, but got Fri Jan  9 15:45:44 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jan 10 14:46:53 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jan 11 13:48:02 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jan 12 12:49:11 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jan 13 11:50:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jan 14 10:51:29 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan 15 09:52:38 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jan 16 08:53:47 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jan 17 07:54:56 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 31 05:22:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr  1 04:23:29 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Apr 01 04:23:29 2026, but got Wed Apr  1 04:23:29 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr  2 03:24:38 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Apr 02 03:24:38 2026, but got Thu Apr  2 03:24:38 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr  3 02:25:47 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Apr 03 02:25:47 2026, but got Fri Apr  3 02:25:47 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Apr  4 01:26:56 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Apr 04 01:26:56 2026, but got Sat Apr  4 01:26:56 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr  5 00:28:05 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Apr 05 00:28:05 2026, but got Sun Apr  5 00:28:05 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr  5 23:29:14 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Apr 05 23:29:14 2026, but got Sun Apr  5 23:29:14 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Apr  6 22:30:23 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Apr 06 22:30:23 2026, but got Mon Apr  6 22:30:23 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr  7 21:31:32 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Apr 07 21:31:32 2026, but got Tue Apr  7 21:31:32 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr  8 20:32:41 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Apr 08 20:32:41 2026, but got Wed Apr  8 20:32:41 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr  9 19:33:50 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Apr 09 19:33:50 2026, but got Thu Apr  9 19:33:50 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr 10 18:34:59 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Apr 11 17:36:08 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr 12 16:37:17 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Apr 13 15:38:26 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr 14 14:39:35 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr 15 13:40:44 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr 16 12:41:53 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr 17 11:43:02 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Apr 18 10:44:11 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr 19 09:45:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Apr 20 08:46:29 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr 21 07:47:38 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr 22 06:48:47 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr 23 05:49:56 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul  5 03:17:20 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jul 05 03:17:20 2026, but got Sun Jul  5 03:17:20 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul  6 02:18:29 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jul 06 02:18:29 2026, but got Mon Jul  6 02:18:29 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul  7 01:19:38 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jul 07 01:19:38 2026, but got Tue Jul  7 01:19:38 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  8 00:20:47 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 08 00:20:47 2026, but got Wed Jul  8 00:20:47 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  8 23:21:56 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 08 23:21:56 2026, but got Wed Jul  8 23:21:56 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul  9 22:23:05 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jul 09 22:23:05 2026, but got Thu Jul  9 22:23:05 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul 10 21:24:14 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul 11 20:25:23 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul 12 19:26:32 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul 13 18:27:41 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul 14 17:28:50 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul 15 16:29:59 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul 16 15:31:08 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul 17 14:32:17 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul 18 13:33:26 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul 19 12:34:35 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul 20 11:35:44 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul 21 10:36:53 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul 22 09:38:02 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul 23 08:39:11 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul 24 07:40:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul 25 06:41:29 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul 26 05:42:38 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul 27 04:43:47 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul 28 03:44:56 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nok\nPASS: test_y_1900 (test.test_strftime.Y1900Tests.test_y_1900)\nPASS: test_y_after_1900 (test.test_strftime.Y1900Tests.test_y_after_1900)\nPASS: test_y_before_1900 (test.test_strftime.Y1900Tests.test_y_before_1900)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.070s\n\nOK\n0:02:19 load avg: 1.85 [371/480] test_string passed\nPASS: test_attrs (test.test_string.ModuleTest.test_attrs)\nPASS: test_auto_numbering (test.test_string.ModuleTest.test_auto_numbering)\nPASS: test_basic_formatter (test.test_string.ModuleTest.test_basic_formatter)\nPASS: test_capwords (test.test_string.ModuleTest.test_capwords)\nPASS: test_check_unused_args (test.test_string.ModuleTest.test_check_unused_args)\nPASS: test_conversion_specifiers (test.test_string.ModuleTest.test_conversion_specifiers)\nPASS: test_format_keyword_arguments (test.test_string.ModuleTest.test_format_keyword_arguments)\nPASS: test_index_lookup (test.test_string.ModuleTest.test_index_lookup)\nPASS: test_name_lookup (test.test_string.ModuleTest.test_name_lookup)\nPASS: test_override_convert_field (test.test_string.ModuleTest.test_override_convert_field)\nPASS: test_override_format_field (test.test_string.ModuleTest.test_override_format_field)\nPASS: test_override_get_value (test.test_string.ModuleTest.test_override_get_value)\nPASS: test_override_parse (test.test_string.ModuleTest.test_override_parse)\nPASS: test_vformat_recursion_limit (test.test_string.ModuleTest.test_vformat_recursion_limit)\nPASS: test_SafeTemplate (test.test_string.TestTemplate.test_SafeTemplate)\nPASS: test_braced_override (test.test_string.TestTemplate.test_braced_override)\nPASS: test_braced_override_safe (test.test_string.TestTemplate.test_braced_override_safe)\nPASS: test_delimiter_override (test.test_string.TestTemplate.test_delimiter_override)\nPASS: test_escapes (test.test_string.TestTemplate.test_escapes)\nPASS: test_flags_override (test.test_string.TestTemplate.test_flags_override)\nPASS: test_get_identifiers (test.test_string.TestTemplate.test_get_identifiers)\nPASS: test_idpattern_override (test.test_string.TestTemplate.test_idpattern_override)\nPASS: test_idpattern_override_inside_outside (test.test_string.TestTemplate.test_idpattern_override_inside_outside)\nPASS: test_idpattern_override_inside_outside_invalid_unbraced (test.test_string.TestTemplate.test_idpattern_override_inside_outside_invalid_unbraced)\nPASS: test_invalid_placeholders (test.test_string.TestTemplate.test_invalid_placeholders)\nPASS: test_invalid_with_no_lines (test.test_string.TestTemplate.test_invalid_with_no_lines)\nPASS: test_is_valid (test.test_string.TestTemplate.test_is_valid)\nPASS: test_keyword_arguments (test.test_string.TestTemplate.test_keyword_arguments)\nPASS: test_keyword_arguments_safe (test.test_string.TestTemplate.test_keyword_arguments_safe)\nPASS: test_pattern_override (test.test_string.TestTemplate.test_pattern_override)\nPASS: test_percents (test.test_string.TestTemplate.test_percents)\nPASS: test_regular_templates (test.test_string.TestTemplate.test_regular_templates)\nPASS: test_regular_templates_with_braces (test.test_string.TestTemplate.test_regular_templates_with_braces)\nPASS: test_regular_templates_with_non_letters (test.test_string.TestTemplate.test_regular_templates_with_non_letters)\nPASS: test_regular_templates_with_upper_case (test.test_string.TestTemplate.test_regular_templates_with_upper_case)\nPASS: test_stringification (test.test_string.TestTemplate.test_stringification)\nPASS: test_tupleargs (test.test_string.TestTemplate.test_tupleargs)\nPASS: test_unicode_values (test.test_string.TestTemplate.test_unicode_values)\n\n----------------------------------------------------------------------\nRan 38 tests in 0.005s\n\nOK\n0:02:20 load avg: 1.85 [372/480] test_string_literals passed\nPASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals.test_eval_bytes_incomplete)\nPASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_escape)\nPASS: test_eval_bytes_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_octal_escape)\nPASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals.test_eval_bytes_normal)\nPASS: test_eval_bytes_raw (test.test_string_literals.TestLiterals.test_eval_bytes_raw)\nPASS: test_eval_str_incomplete (test.test_string_literals.TestLiterals.test_eval_str_incomplete)\nPASS: test_eval_str_invalid_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_escape)\nPASS: test_eval_str_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_octal_escape)\nPASS: test_eval_str_normal (test.test_string_literals.TestLiterals.test_eval_str_normal)\nPASS: test_eval_str_raw (test.test_string_literals.TestLiterals.test_eval_str_raw)\nPASS: test_eval_str_u (test.test_string_literals.TestLiterals.test_eval_str_u)\nPASS: test_file_iso_8859_1 (test.test_string_literals.TestLiterals.test_file_iso_8859_1)\nPASS: test_file_latin9 (test.test_string_literals.TestLiterals.test_file_latin9)\nPASS: test_file_latin_1 (test.test_string_literals.TestLiterals.test_file_latin_1)\nPASS: test_file_utf8 (test.test_string_literals.TestLiterals.test_file_utf8)\nPASS: test_file_utf_8 (test.test_string_literals.TestLiterals.test_file_utf_8)\nPASS: test_file_utf_8_error (test.test_string_literals.TestLiterals.test_file_utf_8_error)\nPASS: test_invalid_escape_locations_with_offset (test.test_string_literals.TestLiterals.test_invalid_escape_locations_with_offset)\nPASS: test_template (test.test_string_literals.TestLiterals.test_template)\nPASS: test_uppercase_prefixes (test.test_string_literals.TestLiterals.test_uppercase_prefixes)\n\n----------------------------------------------------------------------\nRan 20 tests in 0.025s\n\nOK\n0:02:20 load avg: 1.85 [373/480] test_stringprep passed\nPASS: test (test.test_stringprep.StringprepTests.test)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:02:20 load avg: 1.85 [374/480] test_strptime passed\nPASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests.test_TimeRE_recreation_locale)\nPASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests.test_TimeRE_recreation_timezone)\nPASS: test_new_localetime (test.test_strptime.CacheTests.test_new_localetime)\nPASS: test_regex_cleanup (test.test_strptime.CacheTests.test_regex_cleanup)\nPASS: test_time_re_recreation (test.test_strptime.CacheTests.test_time_re_recreation)\nPASS: test_day_of_week_calculation (test.test_strptime.CalculationTests.test_day_of_week_calculation)\nPASS: test_gregorian_calculation (test.test_strptime.CalculationTests.test_gregorian_calculation)\nPASS: test_julian_calculation (test.test_strptime.CalculationTests.test_julian_calculation)\nPASS: test_week_0 (test.test_strptime.CalculationTests.test_week_0)\nPASS: test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests.test_week_of_year_and_day_of_week_calculation)\nPASS: test_all_julian_days (test.test_strptime.JulianTests.test_all_julian_days)\nPASS: test_am_pm (test.test_strptime.LocaleTime_Tests.test_am_pm)\nPASS: test_date_time (test.test_strptime.LocaleTime_Tests.test_date_time)\nPASS: test_lang (test.test_strptime.LocaleTime_Tests.test_lang)\nPASS: test_month (test.test_strptime.LocaleTime_Tests.test_month)\nPASS: test_timezone (test.test_strptime.LocaleTime_Tests.test_timezone)\nPASS: test_weekday (test.test_strptime.LocaleTime_Tests.test_weekday)\nPASS: test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests.test_twelve_noon_midnight)\nPASS: test_ValueError (test.test_strptime.StrptimeTests.test_ValueError)\nPASS: test_bad_offset (test.test_strptime.StrptimeTests.test_bad_offset)\nSKIP: test_bad_timezone (test.test_strptime.StrptimeTests.test_bad_timezone) 'need non-UTC/GMT timezone'\nPASS: test_caseinsensitive (test.test_strptime.StrptimeTests.test_caseinsensitive)\ntest_date_locale (test.test_strptime.StrptimeTests.test_date_locale) ... \nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='he_IL') \"no locale 'he_IL'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='az_IR') \"no locale 'az_IR'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='or_IN') \"no locale 'or_IN'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='shn_MM') \"no locale 'shn_MM'\"\ntest_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) ... \nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='shn_MM') \"no locale 'shn_MM'\"\ntest_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) ... \nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='he_IL') \"no locale 'he_IL'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='mfe_MU') \"no locale 'mfe_MU'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='yo_NG') \"no locale 'yo_NG'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='csb_PL') \"no locale 'csb_PL'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='gez_ET') \"no locale 'gez_ET'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='brx_IN') \"no locale 'brx_IN'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='or_IN') \"no locale 'or_IN'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='shn_MM') \"no locale 'shn_MM'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='az_IR') \"no locale 'az_IR'\"\ntest_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) ... \nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='he_IL') \"no locale 'he_IL'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='mfe_MU') \"no locale 'mfe_MU'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='yo_NG') \"no locale 'yo_NG'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='csb_PL') \"no locale 'csb_PL'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='gez_ET') \"no locale 'gez_ET'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='brx_IN') \"no locale 'brx_IN'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='shn_MM') \"no locale 'shn_MM'\"\nPASS: test_day (test.test_strptime.StrptimeTests.test_day)\nPASS: test_defaults (test.test_strptime.StrptimeTests.test_defaults)\nPASS: test_escaping (test.test_strptime.StrptimeTests.test_escaping)\nPASS: test_feb29_on_leap_year_without_year (test.test_strptime.StrptimeTests.test_feb29_on_leap_year_without_year)\nPASS: test_fraction (test.test_strptime.StrptimeTests.test_fraction)\nPASS: test_hour (test.test_strptime.StrptimeTests.test_hour)\ntest_hour_locale (test.test_strptime.StrptimeTests.test_hour_locale) ... \nSKIP:   test_hour_locale (test.test_strptime.StrptimeTests.test_hour_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nPASS: test_julian (test.test_strptime.StrptimeTests.test_julian)\nPASS: test_mar1_comes_after_feb29_even_when_omitting_the_year (test.test_strptime.StrptimeTests.test_mar1_comes_after_feb29_even_when_omitting_the_year)\nPASS: test_minute (test.test_strptime.StrptimeTests.test_minute)\nPASS: test_month (test.test_strptime.StrptimeTests.test_month)\ntest_month_locale (test.test_strptime.StrptimeTests.test_month_locale) ... \nSKIP:   test_month_locale (test.test_strptime.StrptimeTests.test_month_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_month_locale (test.test_strptime.StrptimeTests.test_month_locale) (locale='he_IL') \"no locale 'he_IL'\"\nPASS: test_offset (test.test_strptime.StrptimeTests.test_offset)\nPASS: test_percent (test.test_strptime.StrptimeTests.test_percent)\nPASS: test_second (test.test_strptime.StrptimeTests.test_second)\nPASS: test_strptime_exception_context (test.test_strptime.StrptimeTests.test_strptime_exception_context)\ntest_time_locale (test.test_strptime.StrptimeTests.test_time_locale) ... \nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='aa_ET') \"no locale 'aa_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='am_ET') \"no locale 'am_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='az_IR') \"no locale 'az_IR'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='byn_ER') \"no locale 'byn_ER'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='fa_IR') \"no locale 'fa_IR'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='gez_ET') \"no locale 'gez_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='om_ET') \"no locale 'om_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='or_IN') \"no locale 'or_IN'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='shn_MM') \"no locale 'shn_MM'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='sid_ET') \"no locale 'sid_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='so_SO') \"no locale 'so_SO'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='ti_ET') \"no locale 'ti_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='tig_ER') \"no locale 'tig_ER'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='wal_ET') \"no locale 'wal_ET'\"\nPASS: test_timezone (test.test_strptime.StrptimeTests.test_timezone)\nPASS: test_unconverteddata (test.test_strptime.StrptimeTests.test_unconverteddata)\nPASS: test_weekday (test.test_strptime.StrptimeTests.test_weekday)\ntest_weekday_locale (test.test_strptime.StrptimeTests.test_weekday_locale) ... \nSKIP:   test_weekday_locale (test.test_strptime.StrptimeTests.test_weekday_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nPASS: test_year (test.test_strptime.StrptimeTests.test_year)\nPASS: test_blankpattern (test.test_strptime.TimeRETests.test_blankpattern)\nPASS: test_compile (test.test_strptime.TimeRETests.test_compile)\nPASS: test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests.test_locale_data_w_regex_metacharacters)\nPASS: test_matching_with_escapes (test.test_strptime.TimeRETests.test_matching_with_escapes)\nPASS: test_pattern (test.test_strptime.TimeRETests.test_pattern)\nPASS: test_pattern_escaping (test.test_strptime.TimeRETests.test_pattern_escaping)\nPASS: test_whitespace_substitution (test.test_strptime.TimeRETests.test_whitespace_substitution)\nPASS: test_basic (test.test_strptime.getlang_Tests.test_basic)\n\n----------------------------------------------------------------------\nRan 56 tests in 0.040s\n\nOK (skipped=59)\n0:02:20 load avg: 1.85 [375/480] test_strtod passed\nPASS: test_bigcomp (test.test_strtod.StrtodTests.test_bigcomp)\nPASS: test_boundaries (test.test_strtod.StrtodTests.test_boundaries)\nPASS: test_halfway_cases (test.test_strtod.StrtodTests.test_halfway_cases)\nPASS: test_large_exponents (test.test_strtod.StrtodTests.test_large_exponents)\nSKIP: test_oversized_digit_strings (test.test_strtod.StrtodTests.test_oversized_digit_strings) 'not enough memory: 6.0G minimum needed'\nPASS: test_parsing (test.test_strtod.StrtodTests.test_parsing)\nPASS: test_particular (test.test_strtod.StrtodTests.test_particular)\nPASS: test_short_halfway_cases (test.test_strtod.StrtodTests.test_short_halfway_cases)\nPASS: test_underflow_boundary (test.test_strtod.StrtodTests.test_underflow_boundary)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.248s\n\nOK (skipped=1)\n0:02:20 load avg: 1.85 [376/480] test_struct passed\nPASS: test_1530559 (test.test_struct.StructTest.test_1530559)\nPASS: test_705836 (test.test_struct.StructTest.test_705836)\nPASS: test_Struct_reinitialization (test.test_struct.StructTest.test_Struct_reinitialization)\nPASS: test__sizeof__ (test.test_struct.StructTest.test__sizeof__)\nPASS: test__struct_reference_cycle_cleaned_up (test.test_struct.StructTest.test__struct_reference_cycle_cleaned_up)\nPASS: test__struct_types_immutable (test.test_struct.StructTest.test__struct_types_immutable)\nPASS: test_bool (test.test_struct.StructTest.test_bool)\nPASS: test_boundary_error_message (test.test_struct.StructTest.test_boundary_error_message)\nPASS: test_boundary_error_message_with_large_offset (test.test_struct.StructTest.test_boundary_error_message_with_large_offset)\nPASS: test_boundary_error_message_with_negative_offset (test.test_struct.StructTest.test_boundary_error_message_with_negative_offset)\nPASS: test_calcsize (test.test_struct.StructTest.test_calcsize)\nPASS: test_consistence (test.test_struct.StructTest.test_consistence)\nPASS: test_count_overflow (test.test_struct.StructTest.test_count_overflow)\nPASS: test_format_attr (test.test_struct.StructTest.test_format_attr)\nPASS: test_integers (test.test_struct.StructTest.test_integers)\nPASS: test_isbigendian (test.test_struct.StructTest.test_isbigendian)\nPASS: test_issue29802 (test.test_struct.StructTest.test_issue29802)\nPASS: test_issue35714 (test.test_struct.StructTest.test_issue35714)\nPASS: test_issue98248 (test.test_struct.StructTest.test_issue98248)\nPASS: test_issue98248_error_propagation (test.test_struct.StructTest.test_issue98248_error_propagation)\nPASS: test_nN_code (test.test_struct.StructTest.test_nN_code)\nPASS: test_new_features (test.test_struct.StructTest.test_new_features)\nPASS: test_p_code (test.test_struct.StructTest.test_p_code)\nPASS: test_pack_into (test.test_struct.StructTest.test_pack_into)\nPASS: test_pack_into_fn (test.test_struct.StructTest.test_pack_into_fn)\nPASS: test_repr (test.test_struct.StructTest.test_repr)\nPASS: test_struct_cleans_up_at_runtime_shutdown (test.test_struct.StructTest.test_struct_cleans_up_at_runtime_shutdown)\nPASS: test_struct_subclass_instantiation (test.test_struct.StructTest.test_struct_subclass_instantiation)\nPASS: test_trailing_counter (test.test_struct.StructTest.test_trailing_counter)\nPASS: test_transitiveness (test.test_struct.StructTest.test_transitiveness)\nPASS: test_unpack_from (test.test_struct.StructTest.test_unpack_from)\nPASS: test_unpack_with_buffer (test.test_struct.StructTest.test_unpack_with_buffer)\nPASS: test_arbitrary_buffer (test.test_struct.UnpackIteratorTest.test_arbitrary_buffer)\nPASS: test_construct (test.test_struct.UnpackIteratorTest.test_construct)\nPASS: test_half_float (test.test_struct.UnpackIteratorTest.test_half_float)\nPASS: test_iterate (test.test_struct.UnpackIteratorTest.test_iterate)\nPASS: test_length_hint (test.test_struct.UnpackIteratorTest.test_length_hint)\nPASS: test_module_func (test.test_struct.UnpackIteratorTest.test_module_func)\nPASS: test_uninstantiable (test.test_struct.UnpackIteratorTest.test_uninstantiable)\n\n----------------------------------------------------------------------\nRan 39 tests in 0.213s\n\nOK\n0:02:21 load avg: 1.85 [377/480] test_structseq passed\nPASS: test_cmp (test.test_structseq.StructSeqTest.test_cmp)\nPASS: test_concat (test.test_structseq.StructSeqTest.test_concat)\nPASS: test_constructor (test.test_structseq.StructSeqTest.test_constructor)\nPASS: test_constructor_with_duplicate_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_fields)\nPASS: test_constructor_with_duplicate_unnamed_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_unnamed_fields)\nPASS: test_constructor_with_unknown_fields (test.test_structseq.StructSeqTest.test_constructor_with_unknown_fields)\nPASS: test_contains (test.test_structseq.StructSeqTest.test_contains)\nPASS: test_copy_replace_all_fields_visible (test.test_structseq.StructSeqTest.test_copy_replace_all_fields_visible)\nPASS: test_copy_replace_with_invisible_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_invisible_fields)\nPASS: test_copy_replace_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_unnamed_fields)\nPASS: test_copying (test.test_structseq.StructSeqTest.test_copying)\nPASS: test_copying_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields)\nPASS: test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple)\nPASS: test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice)\nPASS: test_fields (test.test_structseq.StructSeqTest.test_fields)\nPASS: test_hash (test.test_structseq.StructSeqTest.test_hash)\nPASS: test_match_args (test.test_structseq.StructSeqTest.test_match_args)\nPASS: test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields)\nPASS: test_pickling (test.test_structseq.StructSeqTest.test_pickling)\nPASS: test_pickling_with_unnamed_fields (test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields)\nPASS: test_reference_cycle (test.test_structseq.StructSeqTest.test_reference_cycle)\nPASS: test_repeat (test.test_structseq.StructSeqTest.test_repeat)\nPASS: test_repr (test.test_structseq.StructSeqTest.test_repr)\nPASS: test_tuple (test.test_structseq.StructSeqTest.test_tuple)\n\n----------------------------------------------------------------------\nRan 24 tests in 0.052s\n\nOK\n0:02:21 load avg: 1.85 [378/480] test_subclassinit passed\nPASS: test_errors (test.test_subclassinit.Test.test_errors)\nPASS: test_errors_changed_pep487 (test.test_subclassinit.Test.test_errors_changed_pep487)\nPASS: test_init_subclass (test.test_subclassinit.Test.test_init_subclass)\nPASS: test_init_subclass_diamond (test.test_subclassinit.Test.test_init_subclass_diamond)\nPASS: test_init_subclass_dict (test.test_subclassinit.Test.test_init_subclass_dict)\nPASS: test_init_subclass_error (test.test_subclassinit.Test.test_init_subclass_error)\nPASS: test_init_subclass_kwargs (test.test_subclassinit.Test.test_init_subclass_kwargs)\nPASS: test_init_subclass_skipped (test.test_subclassinit.Test.test_init_subclass_skipped)\nPASS: test_init_subclass_wrong (test.test_subclassinit.Test.test_init_subclass_wrong)\nPASS: test_set_name (test.test_subclassinit.Test.test_set_name)\nPASS: test_set_name_error (test.test_subclassinit.Test.test_set_name_error)\nPASS: test_set_name_init_subclass (test.test_subclassinit.Test.test_set_name_init_subclass)\nPASS: test_set_name_lookup (test.test_subclassinit.Test.test_set_name_lookup)\nPASS: test_set_name_metaclass (test.test_subclassinit.Test.test_set_name_metaclass)\nPASS: test_set_name_modifying_dict (test.test_subclassinit.Test.test_set_name_modifying_dict)\nPASS: test_set_name_wrong (test.test_subclassinit.Test.test_set_name_wrong)\nPASS: test_type (test.test_subclassinit.Test.test_type)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.001s\n\nOK\n0:02:26 load avg: 1.70 [379/480] test_ssl passed\ntest_ssl: testing with 'OpenSSL 3.5.0 8 Apr 2025' (3, 5, 0, 0, 0)\n          under 'Linux-6.12.31-yocto-standard-x86_64-with-glibc2.41'\n          HAS_SNI = True\n          OP_ALL = 0x80000050\n          OP_NO_TLSv1_1 = 0x10000000\nPASS: test_DER_to_PEM (test.test_ssl.BasicSocketTests.test_DER_to_PEM)\nPASS: test_asn1object (test.test_ssl.BasicSocketTests.test_asn1object)\nPASS: test_cert_time_to_seconds (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds)\nSKIP: test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale) 'locale-specific month name needs to be different from C locale'\nSKIP: test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone) 'local time needs to be different from UTC'\nPASS: test_connect_ex_error (test.test_ssl.BasicSocketTests.test_connect_ex_error)\nPASS: test_constants (test.test_ssl.BasicSocketTests.test_constants)\nPASS: test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn)\ntest_empty_cert (test.test_ssl.BasicSocketTests.test_empty_cert)\nPASS: Wrapping with an empty cert file\nSKIP: test_enum_certificates (test.test_ssl.BasicSocketTests.test_enum_certificates) 'Windows specific'\nSKIP: test_enum_crls (test.test_ssl.BasicSocketTests.test_enum_crls) 'Windows specific'\nPASS: test_get_default_verify_paths (test.test_ssl.BasicSocketTests.test_get_default_verify_paths)\ntest_malformed_cert (test.test_ssl.BasicSocketTests.test_malformed_cert)\nPASS: Wrapping with a badly formatted certificate (syntax error)\ntest_malformed_key (test.test_ssl.BasicSocketTests.test_malformed_key)\nPASS: Wrapping with a badly formatted key (syntax error)\nPASS: test_openssl111_deprecations (test.test_ssl.BasicSocketTests.test_openssl111_deprecations)\nPASS: test_openssl_version (test.test_ssl.BasicSocketTests.test_openssl_version)\nPASS: test_options (test.test_ssl.BasicSocketTests.test_options)\nPASS: test_parse_all_sans (test.test_ssl.BasicSocketTests.test_parse_all_sans)\ntest_parse_cert (test.test_ssl.BasicSocketTests.test_parse_cert) ... \n{'OCSP': ('http://ocsp.verisign.com',),\n 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',),\n 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',),\n 'issuer': ((('countryName', 'US'),),\n            (('organizationName', 'VeriSign, Inc.'),),\n            (('organizationalUnitName', 'VeriSign Trust Network'),),\n            (('organizationalUnitName',\n              'Terms of use at https://www.verisign.com/rpa (c)10'),),\n            (('commonName', 'VeriSign Class 3 International Server CA - G3'),)),\n 'notAfter': 'Sep 20 23:59:59 2012 GMT',\n 'notBefore': 'Sep 21 00:00:00 2011 GMT',\n 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A',\n 'subject': ((('countryName', 'FI'),),\n             (('stateOrProvinceName', 'Espoo'),),\n             (('localityName', 'Espoo'),),\n             (('organizationName', 'Nokia'),),\n             (('organizationalUnitName', 'BI'),),\n             (('commonName', 'projects.developer.nokia.com'),)),\n 'subjectAltName': (('DNS', 'projects.developer.nokia.com'),\n                    ('DNS', 'projects.forum.nokia.com')),\n 'version': 3}\nok\ntest_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2013_4238) ... \n{'issuer': ((('countryName', 'US'),),\n            (('stateOrProvinceName', 'Oregon'),),\n            (('localityName', 'Beaverton'),),\n            (('organizationName', 'Python Software Foundation'),),\n            (('organizationalUnitName', 'Python Core Development'),),\n            (('commonName', 'null.python.org\\x00example.org'),),\n            (('emailAddress', 'python-dev@python.org'),)),\n 'notAfter': 'Aug  7 13:12:52 2013 GMT',\n 'notBefore': 'Aug  7 13:11:52 2013 GMT',\n 'serialNumber': '00',\n 'subject': ((('countryName', 'US'),),\n             (('stateOrProvinceName', 'Oregon'),),\n             (('localityName', 'Beaverton'),),\n             (('organizationName', 'Python Software Foundation'),),\n             (('organizationalUnitName', 'Python Core Development'),),\n             (('commonName', 'null.python.org\\x00example.org'),),\n             (('emailAddress', 'python-dev@python.org'),)),\n 'subjectAltName': (('DNS', 'altnull.python.org\\x00example.com'),\n                    ('email', 'null@python.org\\x00user@example.org'),\n                    ('URI', 'http://null.python.org\\x00http://example.org'),\n                    ('IP Address', '192.0.2.1'),\n                    ('IP Address', '2001:DB8:0:0:0:0:0:1')),\n 'version': 3}\nok\ntest_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2019_5010) ... \n{'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)),\n 'notAfter': 'Jun 14 18:00:58 2028 GMT',\n 'notBefore': 'Jun 18 18:00:58 2018 GMT',\n 'serialNumber': '02',\n 'subject': ((('countryName', 'UK'),),\n             (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)),\n 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),),\n 'version': 3}\nok\nPASS: test_private_init (test.test_ssl.BasicSocketTests.test_private_init)\nPASS: test_purpose_enum (test.test_ssl.BasicSocketTests.test_purpose_enum)\ntest_random (test.test_ssl.BasicSocketTests.test_random) ... \n RAND_status is 1 (sufficient randomness)\nok\ntest_read_write_zero (test.test_ssl.BasicSocketTests.test_read_write_zero) ...  server:  new connection from ('127.0.0.1', 33870)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33870)\nok\nPASS: test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle)\nPASS: test_server_side (test.test_ssl.BasicSocketTests.test_server_side)\nPASS: test_ssl_types (test.test_ssl.BasicSocketTests.test_ssl_types)\nPASS: test_str_for_enums (test.test_ssl.BasicSocketTests.test_str_for_enums)\nPASS: test_timeout (test.test_ssl.BasicSocketTests.test_timeout)\nPASS: test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding)\nPASS: test_unknown_channel_binding (test.test_ssl.BasicSocketTests.test_unknown_channel_binding)\nPASS: test_unsupported_dtls (test.test_ssl.BasicSocketTests.test_unsupported_dtls)\nPASS: test_wrapped_unconnected (test.test_ssl.BasicSocketTests.test_wrapped_unconnected)\nPASS: test__create_stdlib_context (test.test_ssl.ContextTests.test__create_stdlib_context)\nPASS: test_cert_store_stats (test.test_ssl.ContextTests.test_cert_store_stats)\nPASS: test_check_hostname (test.test_ssl.ContextTests.test_check_hostname)\nPASS: test_ciphers (test.test_ssl.ContextTests.test_ciphers)\nPASS: test_constructor (test.test_ssl.ContextTests.test_constructor)\nPASS: test_context_client_server (test.test_ssl.ContextTests.test_context_client_server)\nPASS: test_context_custom_class (test.test_ssl.ContextTests.test_context_custom_class)\nPASS: test_create_default_context (test.test_ssl.ContextTests.test_create_default_context)\nPASS: test_get_ca_certs (test.test_ssl.ContextTests.test_get_ca_certs)\nPASS: test_get_ciphers (test.test_ssl.ContextTests.test_get_ciphers)\nPASS: test_hostname_checks_common_name (test.test_ssl.ContextTests.test_hostname_checks_common_name)\nPASS: test_load_cert_chain (test.test_ssl.ContextTests.test_load_cert_chain)\nPASS: test_load_default_certs (test.test_ssl.ContextTests.test_load_default_certs)\nPASS: test_load_default_certs_env (test.test_ssl.ContextTests.test_load_default_certs_env)\nSKIP: test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) 'Windows specific'\nPASS: test_load_dh_params (test.test_ssl.ContextTests.test_load_dh_params)\nPASS: test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata)\nPASS: test_load_verify_locations (test.test_ssl.ContextTests.test_load_verify_locations)\nPASS: test_min_max_version (test.test_ssl.ContextTests.test_min_max_version)\nPASS: test_num_tickest (test.test_ssl.ContextTests.test_num_tickest)\nPASS: test_options (test.test_ssl.ContextTests.test_options)\nPASS: test_python_ciphers (test.test_ssl.ContextTests.test_python_ciphers)\nPASS: test_security_level (test.test_ssl.ContextTests.test_security_level)\nPASS: test_session_stats (test.test_ssl.ContextTests.test_session_stats)\nPASS: test_set_default_verify_paths (test.test_ssl.ContextTests.test_set_default_verify_paths)\nPASS: test_set_ecdh_curve (test.test_ssl.ContextTests.test_set_ecdh_curve)\nPASS: test_sni_callback (test.test_ssl.ContextTests.test_sni_callback)\nPASS: test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle)\nPASS: test_verify_flags (test.test_ssl.ContextTests.test_verify_flags)\nPASS: test_verify_mode_protocol (test.test_ssl.ContextTests.test_verify_mode_protocol)\nPASS: test_buffer_types (test.test_ssl.MemoryBIOTests.test_buffer_types)\nPASS: test_eof (test.test_ssl.MemoryBIOTests.test_eof)\nPASS: test_error_types (test.test_ssl.MemoryBIOTests.test_error_types)\nPASS: test_pending (test.test_ssl.MemoryBIOTests.test_pending)\nPASS: test_read_write (test.test_ssl.MemoryBIOTests.test_read_write)\nSKIP: test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6) \"resource 'network' is not enabled\"\nSKIP: test_timeout_connect_ex (test.test_ssl.NetworkedTests.test_timeout_connect_ex) \"resource 'network' is not enabled\"\nPASS: test_bad_server_hostname (test.test_ssl.SSLErrorTests.test_bad_server_hostname)\nPASS: test_lib_reason (test.test_ssl.SSLErrorTests.test_lib_reason)\nPASS: test_str (test.test_ssl.SSLErrorTests.test_str)\nPASS: test_subclass (test.test_ssl.SSLErrorTests.test_subclass)\nPASS: test_private_init (test.test_ssl.SSLObjectTests.test_private_init)\nPASS: test_unwrap (test.test_ssl.SSLObjectTests.test_unwrap)\ntest_bio_handshake (test.test_ssl.SimpleBackgroundTests.test_bio_handshake) ...  server:  new connection from ('127.0.0.1', 46224)\nNeeded 2 calls to complete do_handshake().\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nNeeded 4 calls to complete unwrap().\nok\ntest_bio_read_write_data (test.test_ssl.SimpleBackgroundTests.test_bio_read_write_data) ...  server:  new connection from ('127.0.0.1', 41254)\nNeeded 2 calls to complete do_handshake().\nNeeded 1 calls to complete write().\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nNeeded 4 calls to complete read().\nNeeded 2 calls to complete unwrap().\n connection timeout TimeoutError('timed out')\nok\ntest_ciphers (test.test_ssl.SimpleBackgroundTests.test_ciphers) ...  server:  new connection from ('127.0.0.1', 49054)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 49054)\n server:  new connection from ('127.0.0.1', 49064)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 49064)\n connection timeout TimeoutError('timed out')\nok\ntest_connect (test.test_ssl.SimpleBackgroundTests.test_connect) ...  server:  new connection from ('127.0.0.1', 60000)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 60000)\n server:  new connection from ('127.0.0.1', 60012)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 60012)\nok\ntest_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata) ...  server:  new connection from ('127.0.0.1', 42820)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 42820)\n server:  new connection from ('127.0.0.1', 42832)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 42832)\nok\ntest_connect_capath (test.test_ssl.SimpleBackgroundTests.test_connect_capath) ...  server:  new connection from ('127.0.0.1', 34662)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34662)\n server:  new connection from ('127.0.0.1', 34666)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34666)\nok\ntest_connect_ex (test.test_ssl.SimpleBackgroundTests.test_connect_ex) ...  server:  new connection from ('127.0.0.1', 35682)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 35682)\nok\ntest_connect_fail (test.test_ssl.SimpleBackgroundTests.test_connect_fail) ...  server:  new connection from ('127.0.0.1', 43850)\n\n server:  bad connection attempt from ('127.0.0.1', 43850):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\ntest_connect_with_context (test.test_ssl.SimpleBackgroundTests.test_connect_with_context) ...  server:  new connection from ('127.0.0.1', 54972)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 54972)\n server:  new connection from ('127.0.0.1', 54986)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 54986)\n server:  new connection from ('127.0.0.1', 54988)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 54988)\nok\ntest_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_fail) ...  server:  new connection from ('127.0.0.1', 44946)\n\n server:  bad connection attempt from ('127.0.0.1', 44946):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\ntest_context_setget (test.test_ssl.SimpleBackgroundTests.test_context_setget) ...  server:  new connection from ('127.0.0.1', 41154)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 41154)\nok\ntest_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests.test_get_ca_certs_capath) ...  server:  new connection from ('127.0.0.1', 43550)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 43550)\nok\ntest_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ...  server:  new connection from ('127.0.0.1', 33714)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33714)\n server:  new connection from ('127.0.0.1', 33720)\n\nVerified certificate for localhost:39665 is\n-----BEGIN CERTIFICATE-----\nMIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV\nBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW\nMBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx\nNDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj\nMCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv\nY2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAKAqKHEL7aDt\n3swl8hQF8VaK4zDGDRaF3E/IZTMwCN7FsQ4ejSiOe3E90f0phHCIpEpv2OebNenY\nIpOGoFgkh62r/cthmnhu8Mn+FUIv17iOq7WX7B30OSqEpnr1voLX93XYkAq8LlMh\nP79vsSCVhTwow3HZY7krEgl5WlfryOfj1i1TODSFPRCJePh66BsOTUvV/33GC+Qd\npVZVDGLowU1Ycmr/FdRvwT+F39Dehp03UFcxaX0/joPhH5gYpBB1kWTAQmxuqKMW\n9ZZs6hrPtMXF/yfSrrXrzTdpct9paKR8RcufOcS8qju/ISK+1P/LXg2b5KJHedLo\nTTIO3yCZ4d1odyuZBP7JDrI05gMJx95gz6sG685Qc+52MzLSTwr/Qg+MOjQoBy0o\n8fRRVvIMEwoN0ZDb4uFEUuwZceUP1vTk/GGpNQt7ct4ropn6K4Zta3BUtovlLjZa\nIIBhc1KETUqjRDvC6ACKmlcJ/5pY/dbH1lOux+IMFsh+djmaV90b3QIDAQABo4IB\nwDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV\nHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E\nFgQUP7HpT6C+MGY+ChjID0caTzRqD0IwfQYDVR0jBHYwdIAU8+yUjvKOMMSOaMK/\njmoZwMGfdmWhUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m\ndHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst\ngJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0\nY2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw\nAYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD\nVR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0\nY2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAMo0usXQzycxMtYN\nJzC42xfftzmnu7E7hsQx/fur22MazJCruU6rNEkMXow+cKOnay+nmiV7AVoYlkh2\n+DZ4dPq8fWh/5cqmnXvccr2jJVEXaOjp1wKGLH0WfLXcRLIK4/fJM6NRNoO81HDN\nhJGfBrot0gUKZcPZVQmouAlpu5OGwrfCkHR8v/BdvA5jE4zr+g/x+uUScE0M64wu\nokJCAAQP/PkfQZxjePBmk7KPLuiTHFDLLX+2uldvUmLXOQsJgqumU03MBT4Z8NTA\nzqmtEM65ceSP8lo8Zbrcy+AEkCulFaZ92tyjtbe8oN4wTmTLFw06oFLSZzuiOgDV\nOaphdVKf/pvA6KBpr6izox0KQFIE5z3AAJZfKzMGDDD20xhy7jjQZNMAhjfsT+k4\nSeYB/6KafNxq08uoulj7w4Z4R/EGpkXnU96ZHYHmvGN0RnxwI1cpYHCazG8AjsK/\nanN9brBi5twTGrn+D8LRBqF5Yn+2MKkD0EdXJdtIENHP+32sPQ==\n-----END CERTIFICATE-----\n\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33720)\nok\ntest_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_fail) ...  server:  new connection from ('127.0.0.1', 36538)\n[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1028)\n\n server:  bad connection attempt from ('127.0.0.1', 36538):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\ntest_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ...  server:  new connection from ('127.0.0.1', 39450)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 39450)\n server:  new connection from ('127.0.0.1', 39456)\n\nVerified certificate for localhost:48201 is\n-----BEGIN CERTIFICATE-----\nMIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV\nBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW\nMBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx\nNDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj\nMCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv\nY2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAKAqKHEL7aDt\n3swl8hQF8VaK4zDGDRaF3E/IZTMwCN7FsQ4ejSiOe3E90f0phHCIpEpv2OebNenY\nIpOGoFgkh62r/cthmnhu8Mn+FUIv17iOq7WX7B30OSqEpnr1voLX93XYkAq8LlMh\nP79vsSCVhTwow3HZY7krEgl5WlfryOfj1i1TODSFPRCJePh66BsOTUvV/33GC+Qd\npVZVDGLowU1Ycmr/FdRvwT+F39Dehp03UFcxaX0/joPhH5gYpBB1kWTAQmxuqKMW\n9ZZs6hrPtMXF/yfSrrXrzTdpct9paKR8RcufOcS8qju/ISK+1P/LXg2b5KJHedLo\nTTIO3yCZ4d1odyuZBP7JDrI05gMJx95gz6sG685Qc+52MzLSTwr/Qg+MOjQoBy0o\n8fRRVvIMEwoN0ZDb4uFEUuwZceUP1vTk/GGpNQt7ct4ropn6K4Zta3BUtovlLjZa\nIIBhc1KETUqjRDvC6ACKmlcJ/5pY/dbH1lOux+IMFsh+djmaV90b3QIDAQABo4IB\nwDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV\nHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E\nFgQUP7HpT6C+MGY+ChjID0caTzRqD0IwfQYDVR0jBHYwdIAU8+yUjvKOMMSOaMK/\njmoZwMGfdmWhUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m\ndHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst\ngJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0\nY2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw\nAYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD\nVR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0\nY2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAMo0usXQzycxMtYN\nJzC42xfftzmnu7E7hsQx/fur22MazJCruU6rNEkMXow+cKOnay+nmiV7AVoYlkh2\n+DZ4dPq8fWh/5cqmnXvccr2jJVEXaOjp1wKGLH0WfLXcRLIK4/fJM6NRNoO81HDN\nhJGfBrot0gUKZcPZVQmouAlpu5OGwrfCkHR8v/BdvA5jE4zr+g/x+uUScE0M64wu\nokJCAAQP/PkfQZxjePBmk7KPLuiTHFDLLX+2uldvUmLXOQsJgqumU03MBT4Z8NTA\nzqmtEM65ceSP8lo8Zbrcy+AEkCulFaZ92tyjtbe8oN4wTmTLFw06oFLSZzuiOgDV\nOaphdVKf/pvA6KBpr6izox0KQFIE5z3AAJZfKzMGDDD20xhy7jjQZNMAhjfsT+k4\nSeYB/6KafNxq08uoulj7w4Z4R/EGpkXnU96ZHYHmvGN0RnxwI1cpYHCazG8AjsK/\nanN9brBi5twTGrn+D8LRBqF5Yn+2MKkD0EdXJdtIENHP+32sPQ==\n-----END CERTIFICATE-----\n\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 39456)\nok\ntest_get_server_certificate_timeout (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_timeout) ...  server:  new connection from ('127.0.0.1', 39180)\n\n server:  bad connection attempt from ('127.0.0.1', 39180):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1028)\nok\ntest_makefile_close (test.test_ssl.SimpleBackgroundTests.test_makefile_close) ...  server:  new connection from ('127.0.0.1', 59480)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 59480)\nok\ntest_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests.test_non_blocking_connect_ex) ...  server:  new connection from ('127.0.0.1', 38528)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 38528)\nok\ntest_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests.test_non_blocking_handshake) ...  server:  new connection from ('127.0.0.1', 53056)\n\nNeeded 2 calls to do_handshake() to establish session.\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 53056)\nok\ntest_transport_eof (test.test_ssl.SimpleBackgroundTests.test_transport_eof) ...  server:  new connection from ('127.0.0.1', 52934)\nNeeded 2 calls to complete do_handshake().\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 52934)\nok\nPASS: test_alertdescription (test.test_ssl.TestEnumerations.test_alertdescription)\nPASS: test_options (test.test_ssl.TestEnumerations.test_options)\nPASS: test_sslerrornumber (test.test_ssl.TestEnumerations.test_sslerrornumber)\nPASS: test_sslmethod (test.test_ssl.TestEnumerations.test_sslmethod)\nPASS: test_tlsalerttype (test.test_ssl.TestEnumerations.test_tlsalerttype)\nPASS: test_tlscontenttype (test.test_ssl.TestEnumerations.test_tlscontenttype)\nPASS: test_tlsmessagetype (test.test_ssl.TestEnumerations.test_tlsmessagetype)\nPASS: test_tlsversion (test.test_ssl.TestEnumerations.test_tlsversion)\nPASS: test_verifyflags (test.test_ssl.TestEnumerations.test_verifyflags)\nPASS: test_verifymode (test.test_ssl.TestEnumerations.test_verifymode)\nPASS: test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none)\nPASS: test_certificate_chain (test.test_ssl.TestPostHandshakeAuth.test_certificate_chain)\nPASS: test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client)\nPASS: test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server)\nPASS: test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client)\nPASS: test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server)\nPASS: test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13)\ntest_pha_optional (test.test_ssl.TestPostHandshakeAuth.test_pha_optional) ... \nok\ntest_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_optional_nocert) ... \nok\nPASS: test_pha_required (test.test_ssl.TestPostHandshakeAuth.test_pha_required)\ntest_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_required_nocert) ...  server:  new connection from ('127.0.0.1', 52824)\n client cert is None\n client did not provide a cert\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nTLS: (<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 51331), raddr=('127.0.0.1', 52824)>, 'write', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\\x02t')\nTest server failure:\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2383, in run\n    msg = self.read()\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2360, in read\n    return self.sslconn.read()\n           ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1140, in read\n    return self._sslobj.read(len)\n           ~~~~~~~~~~~~~~~~~^^^^^\n ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2648)\nTLS: (<ssl.SSLSocket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 52824)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\\x02t')\nok\nPASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth.test_pha_setter)\nPASS: test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored)\nPASS: test_preauth_data_to_tls_client (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client)\nPASS: test_preauth_data_to_tls_server (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server)\nPASS: test_keylog_defaults (test.test_ssl.TestSSLDebug.test_keylog_defaults)\nPASS: test_keylog_env (test.test_ssl.TestSSLDebug.test_keylog_env)\nPASS: test_keylog_filename (test.test_ssl.TestSSLDebug.test_keylog_filename)\nPASS: test_msg_callback (test.test_ssl.TestSSLDebug.test_msg_callback)\nPASS: test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577)\nPASS: test_msg_callback_tls12 (test.test_ssl.TestSSLDebug.test_msg_callback_tls12)\ntest_PROTOCOL_TLS (test.test_ssl.ThreadedTests.test_PROTOCOL_TLS)\nConnecting to an SSLv23 server with various client options ... \n PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE\n PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL\n PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED\n PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE\nok\ntest_alpn_protocols (test.test_ssl.ThreadedTests.test_alpn_protocols) ...  server:  new connection from ('127.0.0.1', 44486)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 60722)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 60472)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 33640)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_asyncore_server (test.test_ssl.ThreadedTests.test_asyncore_server)\nCheck the example asyncore integration. ... \n server:  new connection from 127.0.0.1:35964\n client:  sending b'FOO\\n'...\n server:  read b'FOO\\n' from client\n client:  read b'foo\\n'\n client:  closing connection.\n server:  read b'over\\n' from client\n client:  connection closed.\n cleanup: stopping server.\n cleanup: joining server thread.\n server:  closed connection <ssl.SSLSocket [closed] fd=-1, family=2, type=1, proto=0>\n server:  read b'' from client\n cleanup: successfully joined.\nok\ntest_check_hostname (test.test_ssl.ThreadedTests.test_check_hostname) ... \n server:  new connection from ('127.0.0.1', 41190)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 41190)\n server:  new connection from ('127.0.0.1', 57318)\n\n server:  bad connection attempt from ('127.0.0.1', 57318):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\nok\ntest_check_hostname_idn (test.test_ssl.ThreadedTests.test_check_hostname_idn) ... \n server:  new connection from ('127.0.0.1', 47616)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 47616)\n server:  new connection from ('127.0.0.1', 33148)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33148)\n server:  new connection from ('127.0.0.1', 41102)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 41102)\n server:  new connection from ('127.0.0.1', 56264)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 56264)\n server:  new connection from ('127.0.0.1', 33476)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33476)\n server:  new connection from ('127.0.0.1', 36478)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 36478)\n server:  new connection from ('127.0.0.1', 39352)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 39352)\n server:  new connection from ('127.0.0.1', 36506)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 36506)\n server:  new connection from ('127.0.0.1', 54148)\n\n server:  bad connection attempt from ('127.0.0.1', 54148):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\n connection timeout TimeoutError('timed out')\nok\ntest_compression (test.test_ssl.ThreadedTests.test_compression) ...  server:  new connection from ('127.0.0.1', 41494)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n got compression: None\nok\ntest_compression_disabled (test.test_ssl.ThreadedTests.test_compression_disabled) ...  server:  new connection from ('127.0.0.1', 41882)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_crl_check (test.test_ssl.ThreadedTests.test_crl_check) ... \n server:  new connection from ('127.0.0.1', 48442)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 48442)\n server:  new connection from ('127.0.0.1', 40646)\n\n server:  bad connection attempt from ('127.0.0.1', 40646):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\n server:  new connection from ('127.0.0.1', 37382)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 37382)\nok\ntest_default_ecdh_curve (test.test_ssl.ThreadedTests.test_default_ecdh_curve) ...  server:  new connection from ('127.0.0.1', 43002)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\nok\nSKIP: test_dh_params (test.test_ssl.ThreadedTests.test_dh_params) \"libssl doesn't support ephemeral DH\"\nPASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests.test_do_handshake_enotconn)\ntest_dual_rsa_ecc (test.test_ssl.ThreadedTests.test_dual_rsa_ecc) ...  server:  new connection from ('127.0.0.1', 49400)\n server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\nok\ntest_ecc_cert (test.test_ssl.ThreadedTests.test_ecc_cert) ...  server:  new connection from ('127.0.0.1', 59426)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 59426)\nok\ntest_ecdh_curve (test.test_ssl.ThreadedTests.test_ecdh_curve) ...  server:  new connection from ('127.0.0.1', 52034)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 49274)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 51088)\n\n server:  bad connection attempt from ('127.0.0.1', 51088):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1028)\nok\ntest_echo (test.test_ssl.ThreadedTests.test_echo)\nSKIP: Basic test of an SSL client connecting to a server \"resource 'walltime' is not enabled\"\ntest_getpeercert (test.test_ssl.ThreadedTests.test_getpeercert) ... \n{'OCSP': ('http://testca.pythontest.net/testca/ocsp/',),\n 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',),\n 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',),\n 'issuer': ((('countryName', 'XY'),),\n            (('organizationName', 'Python Software Foundation CA'),),\n            (('commonName', 'our-ca-server'),)),\n 'notAfter': 'Oct 28 14:23:16 2037 GMT',\n 'notBefore': 'Aug 29 14:23:16 2018 GMT',\n 'serialNumber': 'CB2D80995A69525C',\n 'subject': ((('countryName', 'XY'),),\n             (('localityName', 'Castle Anthrax'),),\n             (('organizationName', 'Python Software Foundation'),),\n             (('commonName', 'localhost'),)),\n 'subjectAltName': (('DNS', 'localhost'),),\n 'version': 3}\nConnection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256).\nok\nPASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests.test_getpeercert_enotconn)\nPASS: test_handshake_timeout (test.test_ssl.ThreadedTests.test_handshake_timeout)\ntest_hostname_checks_common_name (test.test_ssl.ThreadedTests.test_hostname_checks_common_name) ...  server:  new connection from ('127.0.0.1', 33292)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33292)\n server:  new connection from ('127.0.0.1', 56928)\n\n server:  bad connection attempt from ('127.0.0.1', 56928):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\nok\ntest_legacy_server_connect (test.test_ssl.ThreadedTests.test_legacy_server_connect) ...  server:  new connection from ('127.0.0.1', 54404)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\nSKIP: test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) 'TLSv1 is not available.'\nSKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests.test_min_max_version_sslv3) 'SSLv3 is not available.'\nSKIP: test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) 'TLSv1_1 is not available.'\nSKIP: test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2) 'TLSv1 is not available.'\ntest_no_legacy_server_connect (test.test_ssl.ThreadedTests.test_no_legacy_server_connect) ...  server:  new connection from ('127.0.0.1', 53932)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_no_shared_ciphers (test.test_ssl.ThreadedTests.test_no_shared_ciphers) ...  server:  new connection from ('127.0.0.1', 45020)\n\n server:  bad connection attempt from ('127.0.0.1', 45020):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1028)\nok\ntest_nonblocking_send (test.test_ssl.ThreadedTests.test_nonblocking_send) ...  server:  new connection from ('127.0.0.1', 34894)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34894)\nok\nPASS: test_npn_protocols (test.test_ssl.ThreadedTests.test_npn_protocols)\ntest_protocol_sslv3 (test.test_ssl.ThreadedTests.test_protocol_sslv3)\nSKIP: Connecting to an SSLv3 server with various client options 'SSLv3 is not available.'\ntest_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1)\nSKIP: Connecting to a TLSv1 server with various client options 'TLSv1 is not available.'\ntest_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1)\nSKIP: Connecting to a TLSv1.1 server with various client options. 'TLSv1_1 is not available.'\ntest_protocol_tlsv1_2 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_2)\nConnecting to a TLSv1.2 server with various client options. ... \n PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE\n {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE\n PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE\nok\ntest_psk (test.test_ssl.ThreadedTests.test_psk) ...  server:  new connection from ('127.0.0.1', 39782)\n server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 50258)\n\n server:  bad connection attempt from ('127.0.0.1', 50258):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\n server:  new connection from ('127.0.0.1', 37642)\n server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 59890)\n server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)\nok\ntest_psk_tls1_3 (test.test_ssl.ThreadedTests.test_psk_tls1_3) ...  server:  new connection from ('127.0.0.1', 33508)\n server: connection cipher is now ('TLS_CHACHA20_POLY1305_SHA256', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33508)\nok\nPASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror)\ntest_recv_into_buffer_protocol_len (test.test_ssl.ThreadedTests.test_recv_into_buffer_protocol_len) ...  server:  new connection from ('127.0.0.1', 42406)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_recv_send (test.test_ssl.ThreadedTests.test_recv_send)\nTest recv(), send() and friends. ... \n server:  new connection from ('127.0.0.1', 54844)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_recv_zero (test.test_ssl.ThreadedTests.test_recv_zero) ...  server:  new connection from ('127.0.0.1', 39698)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_rude_shutdown (test.test_ssl.ThreadedTests.test_rude_shutdown)\nPASS: A brutal shutdown of an SSL server should raise an OSError\ntest_selected_alpn_protocol (test.test_ssl.ThreadedTests.test_selected_alpn_protocol) ...  server:  new connection from ('127.0.0.1', 57736)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests.test_selected_alpn_protocol_if_server_uses_alpn) ...  server:  new connection from ('127.0.0.1', 53900)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\nPASS: test_sendfile (test.test_ssl.ThreadedTests.test_sendfile)\nPASS: test_server_accept (test.test_ssl.ThreadedTests.test_server_accept)\ntest_session (test.test_ssl.ThreadedTests.test_session) ...  server:  new connection from ('127.0.0.1', 51404)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 48680)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 59490)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 57418)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n connection timeout TimeoutError('timed out')\nok\nPASS: test_session_handling (test.test_ssl.ThreadedTests.test_session_handling)\ntest_shared_ciphers (test.test_ssl.ThreadedTests.test_shared_ciphers) ...  server:  new connection from ('127.0.0.1', 34530)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_sni_callback (test.test_ssl.ThreadedTests.test_sni_callback) ...  server:  new connection from ('127.0.0.1', 52552)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n server:  new connection from ('127.0.0.1', 44938)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n server:  new connection from ('127.0.0.1', 38938)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\nPASS: test_sni_callback_alert (test.test_ssl.ThreadedTests.test_sni_callback_alert)\nPASS: test_sni_callback_raising (test.test_ssl.ThreadedTests.test_sni_callback_raising)\nPASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type)\ntest_socketserver (test.test_ssl.ThreadedTests.test_socketserver)\nUsing socketserver to create and manage SSL connections. ... \n server (('127.0.0.1', 43731):43731 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:37:25] \"GET /test_ssl.py HTTP/1.1\" 200 -\n client: read 232006 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost:43731>>'\nstopping HTTPS server\njoining HTTPS thread\nok\ntest_ssl_cert_verify_error (test.test_ssl.ThreadedTests.test_ssl_cert_verify_error) ... \n server:  new connection from ('127.0.0.1', 39264)\n\n server:  bad connection attempt from ('127.0.0.1', 39264):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\nSKIP: test_ssl_in_multiple_threads (test.test_ssl.ThreadedTests.test_ssl_in_multiple_threads) 'test is only useful if the GIL is disabled'\ntest_starttls (test.test_ssl.ThreadedTests.test_starttls)\nSwitching from clear text to encrypted and back again. ... \n client:  sending b'msg 1'...\n server:  new connection from ('127.0.0.1', 41628)\n server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...\n client:  read b'msg 1' from server\n client:  sending b'MSG 2'...\n server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)...\n client:  read b'msg 2' from server\n client:  sending b'STARTTLS'...\n server: read STARTTLS from client, sending OK...\n client:  read b'ok' from server, starting TLS...\n client:  sending b'MSG 3'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)...\n client:  read b'msg 3' from server\n client:  sending b'msg 4'...\n server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)...\n client:  read b'msg 4' from server\n client:  sending b'ENDTLS'...\n server: read ENDTLS from client, sending OK...\n client:  read b'ok' from server, ending TLS...\n client:  sending b'msg 5'...\n server: connection is now unencrypted...\n server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)...\n client:  read b'msg 5' from server\n client:  sending b'msg 6'...\n server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)...\n client:  read b'msg 6' from server\n client:  closing connection.\n server: client closed connection\nok\ntest_tls1_3 (test.test_ssl.ThreadedTests.test_tls1_3) ...  server:  new connection from ('127.0.0.1', 34320)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34320)\nok\ntest_tls_unique_channel_binding (test.test_ssl.ThreadedTests.test_tls_unique_channel_binding)\nTest tls-unique channel binding. ... \n server:  new connection from ('127.0.0.1', 42332)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n got channel binding data: b'K\\xbc4\\xd6\\xf0\\xdb\\xfa\\xe4\\x96\\xc6\\x1e\\xbf'\n server:  new connection from ('127.0.0.1', 42346)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\ngot another channel binding data: b'P\\xa4)-\\xf4\\x11a\\xa4\\x05/\\xc5\\xec'\nok\ntest_verify_strict (test.test_ssl.ThreadedTests.test_verify_strict) ...  server:  new connection from ('127.0.0.1', 57596)\n\n server:  bad connection attempt from ('127.0.0.1', 57596):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\n server:  new connection from ('127.0.0.1', 46860)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 46860)\nok\ntest_version_basic (test.test_ssl.ThreadedTests.test_version_basic)\nPASS: Basic tests for SSLSocket.version().\ntest_wrong_cert_tls12 (test.test_ssl.ThreadedTests.test_wrong_cert_tls12)\nConnecting when the server rejects the client's certificate ...  server:  new connection from ('127.0.0.1', 54982)\n\nSSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)')\n\n server:  bad connection attempt from ('127.0.0.1', 54982):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)\nok\ntest_wrong_cert_tls13 (test.test_ssl.ThreadedTests.test_wrong_cert_tls13) ...  server:  new connection from ('127.0.0.1', 52498)\n\n server:  bad connection attempt from ('127.0.0.1', 52498):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)\nok\n\n----------------------------------------------------------------------\nRan 188 tests in 11.813s\n\nOK (skipped=17)\n0:02:26 load avg: 1.70 [380/480] test_sundry passed\nPASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules.test_untested_modules_can_be_imported)\n\n----------------------------------------------------------------------\nRan 1 test in 0.002s\n\nOK\n0:02:26 load avg: 1.70 [381/480] test_super passed\nPASS: test___class___classmethod (test.test_super.TestSuper.test___class___classmethod)\nPASS: test___class___delayed (test.test_super.TestSuper.test___class___delayed)\nPASS: test___class___instancemethod (test.test_super.TestSuper.test___class___instancemethod)\ntest___class___modification_multithreaded (test.test_super.TestSuper.test___class___modification_multithreaded)\nPASS: Note: this test isn't actually testing anything on its own.\nPASS: test___class___mro (test.test_super.TestSuper.test___class___mro)\nPASS: test___class___new (test.test_super.TestSuper.test___class___new)\nPASS: test___class___staticmethod (test.test_super.TestSuper.test___class___staticmethod)\nPASS: test___classcell___expected_behaviour (test.test_super.TestSuper.test___classcell___expected_behaviour)\nPASS: test___classcell___missing (test.test_super.TestSuper.test___classcell___missing)\nPASS: test___classcell___overwrite (test.test_super.TestSuper.test___classcell___overwrite)\nPASS: test___classcell___wrong_cell (test.test_super.TestSuper.test___classcell___wrong_cell)\nPASS: test_attribute_error (test.test_super.TestSuper.test_attribute_error)\nPASS: test_bad_first_arg (test.test_super.TestSuper.test_bad_first_arg)\nPASS: test_basics_working (test.test_super.TestSuper.test_basics_working)\nPASS: test_cell_as_self (test.test_super.TestSuper.test_cell_as_self)\nPASS: test_class_getattr_working (test.test_super.TestSuper.test_class_getattr_working)\nPASS: test_class_methods_still_working (test.test_super.TestSuper.test_class_methods_still_working)\nPASS: test_mixed_staticmethod_hierarchy (test.test_super.TestSuper.test_mixed_staticmethod_hierarchy)\nPASS: test_obscure_super_errors (test.test_super.TestSuper.test_obscure_super_errors)\nPASS: test_reassigned_new (test.test_super.TestSuper.test_reassigned_new)\nPASS: test_shadowed_dynamic (test.test_super.TestSuper.test_shadowed_dynamic)\nPASS: test_shadowed_dynamic_two_arg (test.test_super.TestSuper.test_shadowed_dynamic_two_arg)\nPASS: test_shadowed_global (test.test_super.TestSuper.test_shadowed_global)\nPASS: test_shadowed_local (test.test_super.TestSuper.test_shadowed_local)\nPASS: test_subclass_no_override_working (test.test_super.TestSuper.test_subclass_no_override_working)\nPASS: test_super___class__ (test.test_super.TestSuper.test_super___class__)\nPASS: test_super_argcount (test.test_super.TestSuper.test_super_argcount)\nPASS: test_super_argtype (test.test_super.TestSuper.test_super_argtype)\nPASS: test_super_in_class_methods_working (test.test_super.TestSuper.test_super_in_class_methods_working)\nPASS: test_super_init_leaks (test.test_super.TestSuper.test_super_init_leaks)\nPASS: test_super_subclass___class__ (test.test_super.TestSuper.test_super_subclass___class__)\nPASS: test_super_with_closure (test.test_super.TestSuper.test_super_with_closure)\nPASS: test_supercheck_fail (test.test_super.TestSuper.test_supercheck_fail)\nPASS: test_unbound_method_transfer_working (test.test_super.TestSuper.test_unbound_method_transfer_working)\nPASS: test_unusual_getattro (test.test_super.TestSuper.test_unusual_getattro)\nPASS: test_various___class___pathologies (test.test_super.TestSuper.test_various___class___pathologies)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.012s\n\nOK\n0:02:26 load avg: 1.73 [382/480] test_signal passed\nPASS: test_enums (test.test_signal.GenericTests.test_enums)\nPASS: test_functions_module_attr (test.test_signal.GenericTests.test_functions_module_attr)\nPASS: test_itimer_exc (test.test_signal.ItimerTest.test_itimer_exc)\nPASS: test_itimer_prof (test.test_signal.ItimerTest.test_itimer_prof)\nPASS: test_itimer_real (test.test_signal.ItimerTest.test_itimer_real)\nPASS: test_itimer_virtual (test.test_signal.ItimerTest.test_itimer_virtual)\nPASS: test_setitimer_tiny (test.test_signal.ItimerTest.test_setitimer_tiny)\nPASS: test_pthread_kill (test.test_signal.PendingSignalsTests.test_pthread_kill)\nPASS: test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests.test_pthread_kill_main_thread)\nPASS: test_pthread_sigmask (test.test_signal.PendingSignalsTests.test_pthread_sigmask)\nPASS: test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests.test_pthread_sigmask_arguments)\nPASS: test_pthread_sigmask_valid_signals (test.test_signal.PendingSignalsTests.test_pthread_sigmask_valid_signals)\nPASS: test_sigpending (test.test_signal.PendingSignalsTests.test_sigpending)\nPASS: test_sigpending_empty (test.test_signal.PendingSignalsTests.test_sigpending_empty)\nPASS: test_sigtimedwait (test.test_signal.PendingSignalsTests.test_sigtimedwait)\nPASS: test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_negative_timeout)\nPASS: test_sigtimedwait_poll (test.test_signal.PendingSignalsTests.test_sigtimedwait_poll)\nPASS: test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_timeout)\nPASS: test_sigwait (test.test_signal.PendingSignalsTests.test_sigwait)\nPASS: test_sigwait_thread (test.test_signal.PendingSignalsTests.test_sigwait_thread)\nPASS: test_sigwaitinfo (test.test_signal.PendingSignalsTests.test_sigwaitinfo)\nPASS: test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal)\nPASS: test_getsignal (test.test_signal.PosixTests.test_getsignal)\nPASS: test_interprocess_signal (test.test_signal.PosixTests.test_interprocess_signal)\ntest_keyboard_interrupt_exit_code (test.test_signal.PosixTests.test_keyboard_interrupt_exit_code)\nPASS: KeyboardInterrupt triggers exit via SIGINT.\nPASS: test_no_repr_is_called_on_signal_handler (test.test_signal.PosixTests.test_no_repr_is_called_on_signal_handler)\nPASS: test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests.test_out_of_range_signal_number_raises_error)\nPASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests.test_setting_signal_handler_to_none_raises_error)\nPASS: test_strsignal (test.test_signal.PosixTests.test_strsignal)\nPASS: test_valid_signals (test.test_signal.PosixTests.test_valid_signals)\nPASS: test__thread_interrupt_main (test.test_signal.RaiseSignalTest.test__thread_interrupt_main)\nPASS: test_handler (test.test_signal.RaiseSignalTest.test_handler)\nSKIP: test_invalid_argument (test.test_signal.RaiseSignalTest.test_invalid_argument) 'Windows specific test'\nPASS: test_sigint (test.test_signal.RaiseSignalTest.test_sigint)\nSKIP: test_siginterrupt_off (test.test_signal.SiginterruptTest.test_siginterrupt_off) \"resource 'walltime' is not enabled\"\nPASS: test_siginterrupt_on (test.test_signal.SiginterruptTest.test_siginterrupt_on)\nPASS: test_without_siginterrupt (test.test_signal.SiginterruptTest.test_without_siginterrupt)\ntest_stress_delivery_dependent (test.test_signal.StressTest.test_stress_delivery_dependent)\nThis test uses dependent signal handlers. ... detected median itimer() resolution: 0.000007 s.\nok\ntest_stress_delivery_simultaneous (test.test_signal.StressTest.test_stress_delivery_simultaneous)\nThis test uses simultaneous signal handlers. ... detected median itimer() resolution: 0.000009 s.\nok\nPASS: test_stress_modifying_handlers (test.test_signal.StressTest.test_stress_modifying_handlers)\nPASS: test_invalid_call (test.test_signal.WakeupFDTests.test_invalid_call)\nPASS: test_invalid_fd (test.test_signal.WakeupFDTests.test_invalid_fd)\nPASS: test_invalid_socket (test.test_signal.WakeupFDTests.test_invalid_socket)\nPASS: test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests.test_set_wakeup_fd_blocking)\nPASS: test_set_wakeup_fd_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_result)\nPASS: test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_socket_result)\nPASS: test_pending (test.test_signal.WakeupSignalTests.test_pending)\nPASS: test_signum (test.test_signal.WakeupSignalTests.test_signum)\nPASS: test_wakeup_fd_during (test.test_signal.WakeupSignalTests.test_wakeup_fd_during)\nPASS: test_wakeup_fd_early (test.test_signal.WakeupSignalTests.test_wakeup_fd_early)\nPASS: test_wakeup_write_error (test.test_signal.WakeupSignalTests.test_wakeup_write_error)\nPASS: test_send_error (test.test_signal.WakeupSocketSignalTests.test_send_error)\nPASS: test_socket (test.test_signal.WakeupSocketSignalTests.test_socket)\nPASS: test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer)\nSKIP: test_issue9324 (test.test_signal.WindowsSignalTests.test_issue9324) 'Windows specific'\ntest_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests.test_keyboard_interrupt_exit_code)\nSKIP: KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. 'Windows specific'\nSKIP: test_valid_signals (test.test_signal.WindowsSignalTests.test_valid_signals) 'Windows specific'\n\n----------------------------------------------------------------------\nRan 57 tests in 19.718s\n\nOK (skipped=5)\n0:02:27 load avg: 1.73 [383/480] test_symtable passed\nPASS: test_file (test.test_symtable.CommandLineTest.test_file)\nPASS: test_stdin (test.test_symtable.CommandLineTest.test_stdin)\nPASS: test_annotated (test.test_symtable.SymtableTest.test_annotated)\nPASS: test_assigned (test.test_symtable.SymtableTest.test_assigned)\nPASS: test_bytes (test.test_symtable.SymtableTest.test_bytes)\nPASS: test_children (test.test_symtable.SymtableTest.test_children)\nPASS: test_class_get_methods (test.test_symtable.SymtableTest.test_class_get_methods)\nPASS: test_eval (test.test_symtable.SymtableTest.test_eval)\nPASS: test_exec (test.test_symtable.SymtableTest.test_exec)\nPASS: test_filename_correct (test.test_symtable.SymtableTest.test_filename_correct)\nPASS: test_free (test.test_symtable.SymtableTest.test_free)\nPASS: test_function_info (test.test_symtable.SymtableTest.test_function_info)\nPASS: test_globals (test.test_symtable.SymtableTest.test_globals)\nPASS: test_id (test.test_symtable.SymtableTest.test_id)\nPASS: test_imported (test.test_symtable.SymtableTest.test_imported)\nPASS: test_lineno (test.test_symtable.SymtableTest.test_lineno)\nPASS: test_local (test.test_symtable.SymtableTest.test_local)\nPASS: test_name (test.test_symtable.SymtableTest.test_name)\nPASS: test_namespaces (test.test_symtable.SymtableTest.test_namespaces)\nPASS: test_nested (test.test_symtable.SymtableTest.test_nested)\nPASS: test_nonlocal (test.test_symtable.SymtableTest.test_nonlocal)\nPASS: test_optimized (test.test_symtable.SymtableTest.test_optimized)\nPASS: test_parameters (test.test_symtable.SymtableTest.test_parameters)\nPASS: test_referenced (test.test_symtable.SymtableTest.test_referenced)\nPASS: test_single (test.test_symtable.SymtableTest.test_single)\nPASS: test_symbol_lookup (test.test_symtable.SymtableTest.test_symbol_lookup)\nPASS: test_symbol_repr (test.test_symtable.SymtableTest.test_symbol_repr)\nPASS: test_symtable_entry_repr (test.test_symtable.SymtableTest.test_symtable_entry_repr)\nPASS: test_symtable_repr (test.test_symtable.SymtableTest.test_symtable_repr)\nPASS: test_type (test.test_symtable.SymtableTest.test_type)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.014s\n\nOK\n0:02:27 load avg: 1.73 [384/480] test_syntax passed\nPASS: test_assign_call (test.test_syntax.SyntaxTestCase.test_assign_call)\nPASS: test_assign_del (test.test_syntax.SyntaxTestCase.test_assign_del)\nPASS: test_async_with_statement_many_context_managers (test.test_syntax.SyntaxTestCase.test_async_with_statement_many_context_managers)\nPASS: test_bad_outdent (test.test_syntax.SyntaxTestCase.test_bad_outdent)\nPASS: test_barry_as_flufl_with_syntax_errors (test.test_syntax.SyntaxTestCase.test_barry_as_flufl_with_syntax_errors)\nPASS: test_break_outside_loop (test.test_syntax.SyntaxTestCase.test_break_outside_loop)\nPASS: test_case_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase.test_case_call_does_not_raise_syntax_error)\nPASS: test_continuation_bad_indentation (test.test_syntax.SyntaxTestCase.test_continuation_bad_indentation)\nPASS: test_continue_outside_loop (test.test_syntax.SyntaxTestCase.test_continue_outside_loop)\nPASS: test_curly_brace_after_primary_raises_immediately (test.test_syntax.SyntaxTestCase.test_curly_brace_after_primary_raises_immediately)\nPASS: test_deep_invalid_rule (test.test_syntax.SyntaxTestCase.test_deep_invalid_rule)\nPASS: test_disallowed_type_param_names (test.test_syntax.SyntaxTestCase.test_disallowed_type_param_names)\nPASS: test_empty_line_after_linecont (test.test_syntax.SyntaxTestCase.test_empty_line_after_linecont)\nPASS: test_error_on_parser_stack_overflow (test.test_syntax.SyntaxTestCase.test_error_on_parser_stack_overflow)\nPASS: test_error_parenthesis (test.test_syntax.SyntaxTestCase.test_error_parenthesis)\nPASS: test_error_string_literal (test.test_syntax.SyntaxTestCase.test_error_string_literal)\nPASS: test_except_star_then_except (test.test_syntax.SyntaxTestCase.test_except_star_then_except)\nPASS: test_except_then_except_star (test.test_syntax.SyntaxTestCase.test_except_then_except_star)\nPASS: test_expression_with_assignment (test.test_syntax.SyntaxTestCase.test_expression_with_assignment)\nPASS: test_generator_in_function_call (test.test_syntax.SyntaxTestCase.test_generator_in_function_call)\nPASS: test_global_param_err_first (test.test_syntax.SyntaxTestCase.test_global_param_err_first)\nPASS: test_invalid_line_continuation_error_position (test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_error_position)\nPASS: test_invalid_line_continuation_left_recursive (test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_left_recursive)\nPASS: test_invisible_characters (test.test_syntax.SyntaxTestCase.test_invisible_characters)\nPASS: test_kwargs_last (test.test_syntax.SyntaxTestCase.test_kwargs_last)\nPASS: test_kwargs_last2 (test.test_syntax.SyntaxTestCase.test_kwargs_last2)\nPASS: test_kwargs_last3 (test.test_syntax.SyntaxTestCase.test_kwargs_last3)\nPASS: test_match_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase.test_match_call_does_not_raise_syntax_error)\nPASS: test_multiline_compiler_error_points_to_the_end (test.test_syntax.SyntaxTestCase.test_multiline_compiler_error_points_to_the_end)\nPASS: test_nested_named_except_blocks (test.test_syntax.SyntaxTestCase.test_nested_named_except_blocks)\nPASS: test_no_indent (test.test_syntax.SyntaxTestCase.test_no_indent)\nPASS: test_nonlocal_param_err_first (test.test_syntax.SyntaxTestCase.test_nonlocal_param_err_first)\nPASS: test_return_outside_function (test.test_syntax.SyntaxTestCase.test_return_outside_function)\nPASS: test_syntax_error_on_deeply_nested_blocks (test.test_syntax.SyntaxTestCase.test_syntax_error_on_deeply_nested_blocks)\nPASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase.test_unexpected_indent)\nPASS: test_with_statement_many_context_managers (test.test_syntax.SyntaxTestCase.test_with_statement_many_context_managers)\nPASS: test_yield_outside_function (test.test_syntax.SyntaxTestCase.test_yield_outside_function)\ntest_syntax (test)\nPASS: Doctest: test.test_syntax\n\n----------------------------------------------------------------------\nRan 38 tests in 0.099s\n\nOK\n0:02:27 load avg: 1.73 [385/480] test_support passed\nPASS: test_CleanImport (test.test_support.TestSupport.test_CleanImport)\nPASS: test_DirsOnSysPath (test.test_support.TestSupport.test_DirsOnSysPath)\nPASS: test_HOST (test.test_support.TestSupport.test_HOST)\nSKIP: test_args_from_interpreter_flags (test.test_support.TestSupport.test_args_from_interpreter_flags) \"resource 'cpu' is not enabled\"\nPASS: test_bind_port (test.test_support.TestSupport.test_bind_port)\nPASS: test_captured_stderr (test.test_support.TestSupport.test_captured_stderr)\nPASS: test_captured_stdin (test.test_support.TestSupport.test_captured_stdin)\nPASS: test_captured_stdout (test.test_support.TestSupport.test_captured_stdout)\nPASS: test_change_cwd (test.test_support.TestSupport.test_change_cwd)\ntest_change_cwd__chdir_warning (test.test_support.TestSupport.test_change_cwd__chdir_warning)\nPASS: Check the warning message when os.chdir() fails.\ntest_change_cwd__non_existent_dir (test.test_support.TestSupport.test_change_cwd__non_existent_dir)\nPASS: Test passing a non-existent directory.\ntest_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport.test_change_cwd__non_existent_dir__quiet_true)\nPASS: Test passing a non-existent directory with quiet=True.\nPASS: test_check__all__ (test.test_support.TestSupport.test_check__all__)\nPASS: test_check_syntax_error (test.test_support.TestSupport.test_check_syntax_error)\nSKIP: test_copy_python_src_ignore (test.test_support.TestSupport.test_copy_python_src_ignore) \"cannot access Python source code directory: '/build/path/Python-3.13.4'\"\nPASS: test_detect_api_mismatch (test.test_support.TestSupport.test_detect_api_mismatch)\nPASS: test_detect_api_mismatch__ignore (test.test_support.TestSupport.test_detect_api_mismatch__ignore)\nPASS: test_fd_count (test.test_support.TestSupport.test_fd_count)\nPASS: test_find_unused_port (test.test_support.TestSupport.test_find_unused_port)\nPASS: test_forget (test.test_support.TestSupport.test_forget)\nPASS: test_gc_collect (test.test_support.TestSupport.test_gc_collect)\nPASS: test_get_attribute (test.test_support.TestSupport.test_get_attribute)\nSKIP: test_get_original_stdout (test.test_support.TestSupport.test_get_original_stdout) 'failing buildbots'\nPASS: test_get_recursion_depth (test.test_support.TestSupport.test_get_recursion_depth)\nPASS: test_has_strftime_extensions (test.test_support.TestSupport.test_has_strftime_extensions)\ntest_ignored_deprecations_are_silent (test.test_support.TestSupport.test_ignored_deprecations_are_silent)\nPASS: Test support.ignore_deprecations_from() silences warnings\nPASS: test_import_fresh_module (test.test_support.TestSupport.test_import_fresh_module)\nPASS: test_import_module (test.test_support.TestSupport.test_import_module)\nPASS: test_linked_to_musl (test.test_support.TestSupport.test_linked_to_musl)\nPASS: test_make_bad_fd (test.test_support.TestSupport.test_make_bad_fd)\nPASS: test_optim_args_from_interpreter_flags (test.test_support.TestSupport.test_optim_args_from_interpreter_flags)\nPASS: test_parse_memlimit (test.test_support.TestSupport.test_parse_memlimit)\nPASS: test_print_warning (test.test_support.TestSupport.test_print_warning)\nPASS: test_python_is_optimized (test.test_support.TestSupport.test_python_is_optimized)\nPASS: test_reap_children (test.test_support.TestSupport.test_reap_children)\nPASS: test_recursion (test.test_support.TestSupport.test_recursion)\nPASS: test_rmtree (test.test_support.TestSupport.test_rmtree)\nPASS: test_set_memlimit (test.test_support.TestSupport.test_set_memlimit)\nPASS: test_sortdict (test.test_support.TestSupport.test_sortdict)\nPASS: test_swap_attr (test.test_support.TestSupport.test_swap_attr)\nPASS: test_swap_item (test.test_support.TestSupport.test_swap_item)\nPASS: test_temp_cwd (test.test_support.TestSupport.test_temp_cwd)\ntest_temp_cwd__name_none (test.test_support.TestSupport.test_temp_cwd__name_none)\nPASS: Test passing None to temp_cwd().\ntest_temp_dir (test.test_support.TestSupport.test_temp_dir)\nPASS: Test that temp_dir() creates and destroys its directory.\ntest_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_default)\nPASS: Test passing a directory that already exists.\ntest_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_true)\nPASS: Test passing a directory that already exists with quiet=True.\ntest_temp_dir__forked_child (test.test_support.TestSupport.test_temp_dir__forked_child)\nPASS: Test that a forked child process does not remove the directory.\ntest_temp_dir__path_none (test.test_support.TestSupport.test_temp_dir__path_none)\nPASS: Test passing no path.\nPASS: test_unlink (test.test_support.TestSupport.test_unlink)\nPASS: test_unload (test.test_support.TestSupport.test_unload)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.803s\n\nOK (skipped=3)\n0:02:27 load avg: 1.73 [386/480] test_sys_setprofile passed\nPASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_exception)\nPASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_nested_exception)\nPASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase.test_distant_exception)\nPASS: test_exception (test.test_sys_setprofile.ProfileHookTestCase.test_exception)\nPASS: test_exception_in_except_clause (test.test_sys_setprofile.ProfileHookTestCase.test_exception_in_except_clause)\nPASS: test_exception_propagation (test.test_sys_setprofile.ProfileHookTestCase.test_exception_propagation)\nPASS: test_generator (test.test_sys_setprofile.ProfileHookTestCase.test_generator)\nPASS: test_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_nested_exception)\nPASS: test_raise (test.test_sys_setprofile.ProfileHookTestCase.test_raise)\nPASS: test_raise_reraise (test.test_sys_setprofile.ProfileHookTestCase.test_raise_reraise)\nPASS: test_raise_twice (test.test_sys_setprofile.ProfileHookTestCase.test_raise_twice)\nPASS: test_simple (test.test_sys_setprofile.ProfileHookTestCase.test_simple)\nPASS: test_stop_iteration (test.test_sys_setprofile.ProfileHookTestCase.test_stop_iteration)\nPASS: test_unfinished_generator (test.test_sys_setprofile.ProfileHookTestCase.test_unfinished_generator)\nPASS: test_basic_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_basic_exception)\nPASS: test_caught_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_caught_exception)\nPASS: test_distant_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_distant_exception)\nPASS: test_simple (test.test_sys_setprofile.ProfileSimulatorTestCase.test_simple)\nPASS: test_unbound_method (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method)\nPASS: test_unbound_method_invalid_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_args)\nPASS: test_unbound_method_invalid_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_keyword_args)\nPASS: test_unbound_method_no_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_args)\nPASS: test_unbound_method_no_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_keyword_args)\nPASS: test_method_with_c_function (test.test_sys_setprofile.TestEdgeCases.test_method_with_c_function)\nPASS: test_profile_after_trace_opcodes (test.test_sys_setprofile.TestEdgeCases.test_profile_after_trace_opcodes)\nPASS: test_reentrancy (test.test_sys_setprofile.TestEdgeCases.test_reentrancy)\nPASS: test_same_object (test.test_sys_setprofile.TestEdgeCases.test_same_object)\nPASS: test_empty (test.test_sys_setprofile.TestGetProfile.test_empty)\nPASS: test_setget (test.test_sys_setprofile.TestGetProfile.test_setget)\n\n----------------------------------------------------------------------\nRan 29 tests in 0.002s\n\nOK\n0:02:28 load avg: 1.73 [387/480] test_sys passed\nPASS: test_exc_info_no_exception (test.test_sys.ActiveExceptionTests.test_exc_info_no_exception)\nPASS: test_exc_info_with_exception_instance (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance)\nPASS: test_exc_info_with_exception_type (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type)\nPASS: test_sys_exception_no_exception (test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception)\nPASS: test_sys_exception_with_exception_instance (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance)\nPASS: test_sys_exception_with_exception_type (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type)\nPASS: test_custom_displayhook (test.test_sys.DisplayHookTest.test_custom_displayhook)\nPASS: test_gh130163 (test.test_sys.DisplayHookTest.test_gh130163)\nPASS: test_lost_displayhook (test.test_sys.DisplayHookTest.test_lost_displayhook)\nPASS: test_original_displayhook (test.test_sys.DisplayHookTest.test_original_displayhook)\nPASS: test_excepthook (test.test_sys.ExceptHookTest.test_excepthook)\nPASS: test_excepthook_bytes_filename (test.test_sys.ExceptHookTest.test_excepthook_bytes_filename)\nPASS: test_original_excepthook (test.test_sys.ExceptHookTest.test_original_excepthook)\nPASS: test_asyncgen_hooks (test.test_sys.SizeofTest.test_asyncgen_hooks)\nPASS: test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference)\nPASS: test_default (test.test_sys.SizeofTest.test_default)\nPASS: test_errors (test.test_sys.SizeofTest.test_errors)\nPASS: test_gc_head_size (test.test_sys.SizeofTest.test_gc_head_size)\nPASS: test_objecttypes (test.test_sys.SizeofTest.test_objecttypes)\nPASS: test_pythontypes (test.test_sys.SizeofTest.test_pythontypes)\nPASS: test_slots (test.test_sys.SizeofTest.test_slots)\nPASS: test_43581 (test.test_sys.SysModuleTest.test_43581)\nSKIP: test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding) 'needs sys._enablelegacywindowsfsencoding()'\nPASS: test_attributes (test.test_sys.SysModuleTest.test_attributes)\nPASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape)\nPASS: test_call_tracing (test.test_sys.SysModuleTest.test_call_tracing)\nPASS: test_clear_type_cache (test.test_sys.SysModuleTest.test_clear_type_cache)\nPASS: test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions)\nPASS: test_current_frames (test.test_sys.SysModuleTest.test_current_frames)\nPASS: test_debugmallocstats (test.test_sys.SysModuleTest.test_debugmallocstats)\nPASS: test_disable_gil_abi (test.test_sys.SysModuleTest.test_disable_gil_abi)\nPASS: test_dlopenflags (test.test_sys.SysModuleTest.test_dlopenflags)\nSKIP: test_emscripten_info (test.test_sys.SysModuleTest.test_emscripten_info) 'only available on Emscripten'\nPASS: test_executable (test.test_sys.SysModuleTest.test_executable)\nPASS: test_exit (test.test_sys.SysModuleTest.test_exit)\nPASS: test_exit_codes_under_repl (test.test_sys.SysModuleTest.test_exit_codes_under_repl)\nPASS: test_getallocatedblocks (test.test_sys.SysModuleTest.test_getallocatedblocks)\nSKIP: test_getandroidapilevel (test.test_sys.SysModuleTest.test_getandroidapilevel) 'Android only'\nPASS: test_getdefaultencoding (test.test_sys.SysModuleTest.test_getdefaultencoding)\nPASS: test_getfilesystemencoding (test.test_sys.SysModuleTest.test_getfilesystemencoding)\nPASS: test_getframe (test.test_sys.SysModuleTest.test_getframe)\nPASS: test_getframemodulename (test.test_sys.SysModuleTest.test_getframemodulename)\nSKIP: test_getobjects (test.test_sys.SysModuleTest.test_getobjects) 'need sys.getobjects()'\nPASS: test_getrecursionlimit (test.test_sys.SysModuleTest.test_getrecursionlimit)\nSKIP: test_getwindowsversion (test.test_sys.SysModuleTest.test_getwindowsversion) \"object <module 'sys' (built-in)> has no attribute 'getwindowsversion'\"\nPASS: test_implementation (test.test_sys.SysModuleTest.test_implementation)\nPASS: test_intern (test.test_sys.SysModuleTest.test_intern)\nPASS: test_ioencoding (test.test_sys.SysModuleTest.test_ioencoding)\nPASS: test_ioencoding_nonascii (test.test_sys.SysModuleTest.test_ioencoding_nonascii)\nPASS: test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing)\nPASS: test_is_gil_enabled (test.test_sys.SysModuleTest.test_is_gil_enabled)\nPASS: test_issue20602 (test.test_sys.SysModuleTest.test_issue20602)\nPASS: test_module_names (test.test_sys.SysModuleTest.test_module_names)\nPASS: test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path)\nPASS: test_orig_argv (test.test_sys.SysModuleTest.test_orig_argv)\nPASS: test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape)\nSKIP: test_pystats (test.test_sys.SysModuleTest.test_pystats) 'need Py_STATS build'\nSKIP: test_racing_recursion_limit (test.test_sys.SysModuleTest.test_racing_recursion_limit) 'only meaningful if the GIL is disabled'\nPASS: test_recursionlimit_recovery (test.test_sys.SysModuleTest.test_recursionlimit_recovery)\nPASS: test_refcount (test.test_sys.SysModuleTest.test_refcount)\nPASS: test_setrecursionlimit (test.test_sys.SysModuleTest.test_setrecursionlimit)\nPASS: test_setrecursionlimit_to_depth (test.test_sys.SysModuleTest.test_setrecursionlimit_to_depth)\nPASS: test_stdlib_dir (test.test_sys.SysModuleTest.test_stdlib_dir)\nPASS: test_subinterp_intern_dynamically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_dynamically_allocated)\nPASS: test_subinterp_intern_singleton (test.test_sys.SysModuleTest.test_subinterp_intern_singleton)\nPASS: test_subinterp_intern_statically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_statically_allocated)\nPASS: test_switchinterval (test.test_sys.SysModuleTest.test_switchinterval)\nPASS: test_sys_flags (test.test_sys.SysModuleTest.test_sys_flags)\nPASS: test_sys_flags_no_instantiation (test.test_sys.SysModuleTest.test_sys_flags_no_instantiation)\nSKIP: test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) \"object <module 'sys' (built-in)> has no attribute 'getwindowsversion'\"\nPASS: test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data)\nPASS: test_sys_tracebacklimit (test.test_sys.SysModuleTest.test_sys_tracebacklimit)\nPASS: test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation)\nPASS: test_thread_info (test.test_sys.SysModuleTest.test_thread_info)\nPASS: test_custom_unraisablehook (test.test_sys.UnraisableHookTest.test_custom_unraisablehook)\nPASS: test_custom_unraisablehook_fail (test.test_sys.UnraisableHookTest.test_custom_unraisablehook_fail)\nPASS: test_original_unraisablehook (test.test_sys.UnraisableHookTest.test_original_unraisablehook)\nPASS: test_original_unraisablehook_err (test.test_sys.UnraisableHookTest.test_original_unraisablehook_err)\nPASS: test_original_unraisablehook_exception_qualname (test.test_sys.UnraisableHookTest.test_original_unraisablehook_exception_qualname)\nPASS: test_original_unraisablehook_wrong_type (test.test_sys.UnraisableHookTest.test_original_unraisablehook_wrong_type)\n\n----------------------------------------------------------------------\nRan 80 tests in 0.848s\n\nOK (skipped=8)\n0:02:28 load avg: 1.73 [388/480] test_sys_settrace passed\nPASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase.test_jump_across_async_with)\nPASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase.test_jump_across_with)\nPASS: test_jump_backward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp)\nPASS: test_jump_backward_over_async_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp_v2)\nPASS: test_jump_backward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp)\nPASS: test_jump_backward_over_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp_v2)\nPASS: test_jump_backwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_except_block)\nPASS: test_jump_backwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_finally_block)\nPASS: test_jump_backwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_while_block)\nPASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_async_with_block)\nPASS: test_jump_backwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_except_block)\nPASS: test_jump_backwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_finally_block)\nPASS: test_jump_backwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_with_block)\nPASS: test_jump_between_async_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_async_with_blocks)\nPASS: test_jump_between_except_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks)\nPASS: test_jump_between_except_blocks_2 (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks_2)\nPASS: test_jump_between_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_with_blocks)\nSKIP: test_jump_extended_args_for_iter (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_for_iter) \"resource 'cpu' is not enabled\"\nPASS: test_jump_extended_args_unpack_ex_simple (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_simple)\nPASS: test_jump_extended_args_unpack_ex_tricky (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_tricky)\nPASS: test_jump_forward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_async_listcomp)\nPASS: test_jump_forward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_listcomp)\nPASS: test_jump_forwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_except_block)\nPASS: test_jump_forwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_finally_block)\nPASS: test_jump_forwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_while_block)\nPASS: test_jump_forwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_async_with_block)\nPASS: test_jump_forwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_except_block)\nPASS: test_jump_forwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_finally_block)\nPASS: test_jump_forwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_with_block)\nPASS: test_jump_from_except_to_finally (test.test_sys_settrace.JumpTestCase.test_jump_from_except_to_finally)\nPASS: test_jump_from_yield (test.test_sys_settrace.JumpTestCase.test_jump_from_yield)\nPASS: test_jump_in_nested_finally (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally)\nPASS: test_jump_in_nested_finally_2 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_2)\nPASS: test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_3)\nPASS: test_jump_into_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block)\nPASS: test_jump_into_finally_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block_from_try_block)\nPASS: test_jump_is_none_backwards (test.test_sys_settrace.JumpTestCase.test_jump_is_none_backwards)\nPASS: test_jump_is_none_forwards (test.test_sys_settrace.JumpTestCase.test_jump_is_none_forwards)\nPASS: test_jump_is_not_none_backwards (test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_backwards)\nPASS: test_jump_is_not_none_forwards (test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_forwards)\nPASS: test_jump_or_pop (test.test_sys_settrace.JumpTestCase.test_jump_or_pop)\nPASS: test_jump_out_of_async_for_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_backwards)\nPASS: test_jump_out_of_async_for_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_forwards)\nPASS: test_jump_out_of_async_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_assignment)\nPASS: test_jump_out_of_async_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_finally_block)\nPASS: test_jump_out_of_async_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_for_block)\nPASS: test_jump_out_of_async_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_with_block)\nPASS: test_jump_out_of_bare_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_bare_except_block)\nPASS: test_jump_out_of_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_backwards)\nPASS: test_jump_out_of_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_forwards)\nPASS: test_jump_out_of_complex_nested_blocks (test.test_sys_settrace.JumpTestCase.test_jump_out_of_complex_nested_blocks)\nPASS: test_jump_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_finally_block)\nPASS: test_jump_out_of_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_qualified_except_block)\nPASS: test_jump_out_of_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_assignment)\nPASS: test_jump_out_of_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_finally_block)\nPASS: test_jump_out_of_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_for_block)\nPASS: test_jump_out_of_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_with_block)\nPASS: test_jump_over_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_async_for_block_before_else)\nPASS: test_jump_over_break_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_break_in_try_finally_block)\nPASS: test_jump_over_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_for_block_before_else)\nPASS: test_jump_over_return_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_return_in_try_finally_block)\nPASS: test_jump_over_try_except (test.test_sys_settrace.JumpTestCase.test_jump_over_try_except)\nPASS: test_jump_simple_backwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_backwards)\nPASS: test_jump_simple_forwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_forwards)\nPASS: test_jump_to_codeless_line (test.test_sys_settrace.JumpTestCase.test_jump_to_codeless_line)\nPASS: test_jump_to_firstlineno (test.test_sys_settrace.JumpTestCase.test_jump_to_firstlineno)\nPASS: test_jump_to_same_line (test.test_sys_settrace.JumpTestCase.test_jump_to_same_line)\nPASS: test_jump_with_null_on_stack_load_attr (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_attr)\nPASS: test_jump_with_null_on_stack_load_global (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_global)\nPASS: test_jump_with_null_on_stack_push_null (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_push_null)\nPASS: test_jump_within_except_block (test.test_sys_settrace.JumpTestCase.test_jump_within_except_block)\nPASS: test_large_function (test.test_sys_settrace.JumpTestCase.test_large_function)\nPASS: test_no_jump_backwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_for_block)\nPASS: test_no_jump_backwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_with_block)\nPASS: test_no_jump_backwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_for_block)\nPASS: test_no_jump_backwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_with_block)\nPASS: test_no_jump_forwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_for_block)\nPASS: test_no_jump_forwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_with_block)\nPASS: test_no_jump_forwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_for_block)\nPASS: test_no_jump_forwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_with_block)\nPASS: test_no_jump_from_call (test.test_sys_settrace.JumpTestCase.test_no_jump_from_call)\nPASS: test_no_jump_from_exception_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_exception_event)\nPASS: test_no_jump_from_return_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_return_event)\nPASS: test_no_jump_infinite_while_loop (test.test_sys_settrace.JumpTestCase.test_no_jump_infinite_while_loop)\nPASS: test_no_jump_into_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_async_for_block_before_else)\nPASS: test_no_jump_into_bare_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block)\nPASS: test_no_jump_into_bare_except_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block_from_try_block)\nPASS: test_no_jump_into_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_for_block_before_else)\nPASS: test_no_jump_into_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block)\nPASS: test_no_jump_into_qualified_except_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block_from_try_block)\nPASS: test_no_jump_over_return_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_out_of_finally_block)\nPASS: test_no_jump_over_return_try_finally_in_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_try_finally_in_finally_block)\nPASS: test_no_jump_to_except_1 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_1)\nPASS: test_no_jump_to_except_2 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_2)\nPASS: test_no_jump_to_except_3 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_3)\nPASS: test_no_jump_to_except_4 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_4)\nPASS: test_no_jump_to_non_integers (test.test_sys_settrace.JumpTestCase.test_no_jump_to_non_integers)\nPASS: test_no_jump_too_far_backwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_backwards)\nPASS: test_no_jump_too_far_forwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_forwards)\nPASS: test_no_jump_without_trace_function (test.test_sys_settrace.JumpTestCase.test_no_jump_without_trace_function)\nPASS: test_call (test.test_sys_settrace.RaisingTraceFuncTestCase.test_call)\nPASS: test_exception (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception)\nPASS: test_exception_arguments (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception_arguments)\nPASS: test_line (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line)\nPASS: test_line_event_raises_before_opcode_event (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line_event_raises_before_opcode_event)\nPASS: test_return (test.test_sys_settrace.RaisingTraceFuncTestCase.test_return)\nPASS: test_trash_stack (test.test_sys_settrace.RaisingTraceFuncTestCase.test_trash_stack)\nPASS: test_01_basic (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_very_large_function)\nPASS: test_reentrancy (test.test_sys_settrace.TestEdgeCases.test_reentrancy)\nPASS: test_same_object (test.test_sys_settrace.TestEdgeCases.test_same_object)\nPASS: test_trace_lots_of_globals (test.test_sys_settrace.TestExtendedArgs.test_trace_lots_of_globals)\nPASS: test_trace_unpack_long_sequence (test.test_sys_settrace.TestExtendedArgs.test_trace_unpack_long_sequence)\nPASS: test_01_basic (test.test_sys_settrace.TestLinesAfterTraceStarted.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TestLinesAfterTraceStarted.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TestLinesAfterTraceStarted.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TestLinesAfterTraceStarted.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TestLinesAfterTraceStarted.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TestLinesAfterTraceStarted.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TestLinesAfterTraceStarted.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TestLinesAfterTraceStarted.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TestLinesAfterTraceStarted.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TestLinesAfterTraceStarted.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TestLinesAfterTraceStarted.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TestLinesAfterTraceStarted.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TestLinesAfterTraceStarted.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TestLinesAfterTraceStarted.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TestLinesAfterTraceStarted.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_early_exit_with)\nPASS: test_events (test.test_sys_settrace.TestLinesAfterTraceStarted.test_events)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TestLinesAfterTraceStarted.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TestLinesAfterTraceStarted.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TestLinesAfterTraceStarted.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TestLinesAfterTraceStarted.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TestLinesAfterTraceStarted.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TestLinesAfterTraceStarted.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TestLinesAfterTraceStarted.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TestLinesAfterTraceStarted.test_very_large_function)\nPASS: test_01_basic (test.test_sys_settrace.TestSetLocalTrace.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TestSetLocalTrace.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TestSetLocalTrace.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TestSetLocalTrace.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TestSetLocalTrace.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TestSetLocalTrace.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TestSetLocalTrace.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TestSetLocalTrace.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TestSetLocalTrace.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TestSetLocalTrace.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TestSetLocalTrace.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TestSetLocalTrace.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TestSetLocalTrace.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TestSetLocalTrace.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TestSetLocalTrace.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TestSetLocalTrace.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TestSetLocalTrace.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TestSetLocalTrace.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TestSetLocalTrace.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TestSetLocalTrace.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TestSetLocalTrace.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TestSetLocalTrace.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TestSetLocalTrace.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TestSetLocalTrace.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TestSetLocalTrace.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TestSetLocalTrace.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TestSetLocalTrace.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TestSetLocalTrace.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TestSetLocalTrace.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TestSetLocalTrace.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TestSetLocalTrace.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TestSetLocalTrace.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TestSetLocalTrace.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TestSetLocalTrace.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TestSetLocalTrace.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TestSetLocalTrace.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TestSetLocalTrace.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TestSetLocalTrace.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TestSetLocalTrace.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TestSetLocalTrace.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TestSetLocalTrace.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TestSetLocalTrace.test_very_large_function)\nPASS: test_with_branches (test.test_sys_settrace.TestSetLocalTrace.test_with_branches)\nPASS: test_01_basic (test.test_sys_settrace.TraceOpcodesTestCase.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TraceOpcodesTestCase.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceOpcodesTestCase.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TraceOpcodesTestCase.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TraceOpcodesTestCase.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TraceOpcodesTestCase.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TraceOpcodesTestCase.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TraceOpcodesTestCase.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TraceOpcodesTestCase.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TraceOpcodesTestCase.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TraceOpcodesTestCase.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TraceOpcodesTestCase.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TraceOpcodesTestCase.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TraceOpcodesTestCase.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TraceOpcodesTestCase.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TraceOpcodesTestCase.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceOpcodesTestCase.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TraceOpcodesTestCase.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TraceOpcodesTestCase.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TraceOpcodesTestCase.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceOpcodesTestCase.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TraceOpcodesTestCase.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TraceOpcodesTestCase.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TraceOpcodesTestCase.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceOpcodesTestCase.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceOpcodesTestCase.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TraceOpcodesTestCase.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_testcapi_settrace_error)\ntest_trace_opcodes_after_settrace (test.test_sys_settrace.TraceOpcodesTestCase.test_trace_opcodes_after_settrace)\nPASS: Make sure setting f_trace_opcodes after starting trace works even\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TraceOpcodesTestCase.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TraceOpcodesTestCase.test_very_large_function)\nPASS: test_01_basic (test.test_sys_settrace.TraceTestCase.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TraceTestCase.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TraceTestCase.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TraceTestCase.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TraceTestCase.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceTestCase.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TraceTestCase.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TraceTestCase.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TraceTestCase.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TraceTestCase.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceTestCase.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TraceTestCase.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TraceTestCase.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TraceTestCase.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TraceTestCase.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TraceTestCase.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TraceTestCase.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TraceTestCase.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TraceTestCase.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TraceTestCase.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TraceTestCase.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TraceTestCase.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TraceTestCase.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceTestCase.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TraceTestCase.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TraceTestCase.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TraceTestCase.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TraceTestCase.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TraceTestCase.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TraceTestCase.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TraceTestCase.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TraceTestCase.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TraceTestCase.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TraceTestCase.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceTestCase.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TraceTestCase.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TraceTestCase.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TraceTestCase.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TraceTestCase.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TraceTestCase.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TraceTestCase.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TraceTestCase.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceTestCase.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TraceTestCase.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TraceTestCase.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceTestCase.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceTestCase.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TraceTestCase.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TraceTestCase.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TraceTestCase.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TraceTestCase.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceTestCase.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TraceTestCase.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceTestCase.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TraceTestCase.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TraceTestCase.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TraceTestCase.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TraceTestCase.test_very_large_function)\n\n----------------------------------------------------------------------\nRan 449 tests in 0.697s\n\nOK (skipped=1)\n0:02:28 load avg: 1.73 [389/480] test_sysconfig passed\nPASS: test_is_python_build_check_home (test.test_sysconfig.DeprecationTests.test_is_python_build_check_home)\nPASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename)\nPASS: test_parse_makefile (test.test_sysconfig.MakefileTests.test_parse_makefile)\nPASS: test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars)\nSKIP: test_android_ext_suffix (test.test_sysconfig.TestSysConfig.test_android_ext_suffix) 'Android-specific test'\nPASS: test_config_vars_depend_on_site_initialization (test.test_sysconfig.TestSysConfig.test_config_vars_depend_on_site_initialization)\nPASS: test_config_vars_recalculation_after_site_initialization (test.test_sysconfig.TestSysConfig.test_config_vars_recalculation_after_site_initialization)\nPASS: test_get_config_h_filename (test.test_sysconfig.TestSysConfig.test_get_config_h_filename)\nPASS: test_get_config_vars (test.test_sysconfig.TestSysConfig.test_get_config_vars)\nPASS: test_get_default_scheme (test.test_sysconfig.TestSysConfig.test_get_default_scheme)\nPASS: test_get_path (test.test_sysconfig.TestSysConfig.test_get_path)\nPASS: test_get_path_names (test.test_sysconfig.TestSysConfig.test_get_path_names)\nPASS: test_get_paths (test.test_sysconfig.TestSysConfig.test_get_paths)\nPASS: test_get_platform (test.test_sysconfig.TestSysConfig.test_get_platform)\nPASS: test_get_preferred_schemes (test.test_sysconfig.TestSysConfig.test_get_preferred_schemes)\nPASS: test_get_scheme_names (test.test_sysconfig.TestSysConfig.test_get_scheme_names)\nPASS: test_ldshared_value (test.test_sysconfig.TestSysConfig.test_ldshared_value)\nPASS: test_library (test.test_sysconfig.TestSysConfig.test_library)\nPASS: test_linux_ext_suffix (test.test_sysconfig.TestSysConfig.test_linux_ext_suffix)\nPASS: test_main (test.test_sysconfig.TestSysConfig.test_main)\nPASS: test_nt_venv_scheme (test.test_sysconfig.TestSysConfig.test_nt_venv_scheme)\nSKIP: test_osx_ext_suffix (test.test_sysconfig.TestSysConfig.test_osx_ext_suffix) 'OS X-specific test'\nPASS: test_paths_depend_on_site_initialization (test.test_sysconfig.TestSysConfig.test_paths_depend_on_site_initialization)\nSKIP: test_platform_in_subprocess (test.test_sysconfig.TestSysConfig.test_platform_in_subprocess) 'test only relevant on MacOSX'\nPASS: test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme)\nPASS: test_soabi (test.test_sysconfig.TestSysConfig.test_soabi)\nPASS: test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir)\nPASS: test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd)\nPASS: test_symlink (test.test_sysconfig.TestSysConfig.test_symlink)\nPASS: test_user_similar (test.test_sysconfig.TestSysConfig.test_user_similar)\nPASS: test_venv_scheme (test.test_sysconfig.TestSysConfig.test_venv_scheme)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.207s\n\nOK (skipped=3)\n0:02:28 load avg: 1.73 [390/480] test_syslog passed\nPASS: test_closelog (test.test_syslog.Test.test_closelog)\nPASS: test_log_mask (test.test_syslog.Test.test_log_mask)\nPASS: test_openlog (test.test_syslog.Test.test_openlog)\nPASS: test_openlog_noargs (test.test_syslog.Test.test_openlog_noargs)\nPASS: test_setlogmask (test.test_syslog.Test.test_setlogmask)\nPASS: test_subinterpreter_closelog (test.test_syslog.Test.test_subinterpreter_closelog)\nPASS: test_subinterpreter_openlog (test.test_syslog.Test.test_subinterpreter_openlog)\nPASS: test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog)\nPASS: test_syslog (test.test_syslog.Test.test_syslog)\nPASS: test_syslog_implicit_open (test.test_syslog.Test.test_syslog_implicit_open)\nPASS: test_syslog_threaded (test.test_syslog.Test.test_syslog_threaded)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.136s\n\nOK\n0:02:28 load avg: 1.73 [391/480] test_tabnanny passed\ntest_correct_directory (test.test_tabnanny.TestCheck.test_correct_directory)\nPASS: Directory which contains few error free python source code files.\ntest_correct_directory_verbose (test.test_tabnanny.TestCheck.test_correct_directory_verbose)\nPASS: Directory containing few error free python source code files.\ntest_correct_file (test.test_tabnanny.TestCheck.test_correct_file)\nPASS: A python source code file without any errors.\ntest_errored_directory (test.test_tabnanny.TestCheck.test_errored_directory)\nPASS: Directory containing wrongly indented python source code files.\ntest_when_nannynag_error (test.test_tabnanny.TestCheck.test_when_nannynag_error)\nPASS: A python source code file eligible for raising `tabnanny.NannyNag`.\ntest_when_nannynag_error_verbose (test.test_tabnanny.TestCheck.test_when_nannynag_error_verbose)\nPASS: A python source code file eligible for raising `tabnanny.NannyNag`.\ntest_when_no_file (test.test_tabnanny.TestCheck.test_when_no_file)\nPASS: A python file which does not exist actually in system.\ntest_when_tokenize_tokenerror (test.test_tabnanny.TestCheck.test_when_tokenize_tokenerror)\nPASS: A python source code file eligible for raising 'tokenize.TokenError'.\ntest_when_wrong_indented (test.test_tabnanny.TestCheck.test_when_wrong_indented)\nPASS: A python source code file eligible for raising `IndentationError`.\ntest_command_usage (test.test_tabnanny.TestCommandLine.test_command_usage)\nPASS: Should display usage on no arguments.\ntest_double_verbose_mode (test.test_tabnanny.TestCommandLine.test_double_verbose_mode)\nPASS: Should display detailed error information if double verbose is on.\ntest_quiet_flag (test.test_tabnanny.TestCommandLine.test_quiet_flag)\nPASS: Should display less when quite mode is on.\ntest_verbose_mode (test.test_tabnanny.TestCommandLine.test_verbose_mode)\nPASS: Should display more error information if verbose mode is on.\ntest_with_error_free_file (test.test_tabnanny.TestCommandLine.test_with_error_free_file)\nPASS: Should not display anything if python file is correctly indented.\ntest_with_errored_file (test.test_tabnanny.TestCommandLine.test_with_errored_file)\nPASS: Should displays error when errored python file is given.\ntest_errprint (test.test_tabnanny.TestErrPrint.test_errprint)\nPASS: Asserting result of `tabnanny.errprint()` by giving sample inputs.\ntest_format_witnesses (test.test_tabnanny.TestFormatWitnesses.test_format_witnesses)\nPASS: Asserting formatter result by giving various input samples.\ntest_all_methods (test.test_tabnanny.TestNannyNag.test_all_methods)\nPASS: Asserting behaviour of `tabnanny.NannyNag` exception.\ntest_with_correct_code (test.test_tabnanny.TestProcessTokens.test_with_correct_code)\nPASS: A python source code without any whitespace related problems.\ntest_with_errored_codes_samples (test.test_tabnanny.TestProcessTokens.test_with_errored_codes_samples)\nPASS: A python source code with whitespace related sampled problems.\n\n----------------------------------------------------------------------\nRan 20 tests in 0.124s\n\nOK\n0:02:28 load avg: 1.73 [392/480] test_tcl skipped\ntest_tcl skipped -- No module named '_tkinter'\n0:02:29 load avg: 1.73 [393/480] test_tempfile passed\nPASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list)\nPASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs)\nPASS: test_exports (test.test_tempfile.TestExports.test_exports)\nPASS: test_retval (test.test_tempfile.TestGetCandidateNames.test_retval)\nPASS: test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing)\nPASS: test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind)\nPASS: test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive)\nPASS: test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists)\nPASS: test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable)\nPASS: test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing)\nPASS: test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template)\nPASS: test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template)\nPASS: test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples)\nPASS: test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none)\nPASS: test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib)\nPASS: test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike)\nPASS: test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles)\nPASS: test_basic (test.test_tempfile.TestMkdtemp.test_basic)\nPASS: test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many)\nPASS: test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names)\nPASS: test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory)\nPASS: test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory)\nPASS: test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file)\nPASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts)\nPASS: test_mode (test.test_tempfile.TestMkdtemp.test_mode)\nSKIP: test_mode_win32 (test.test_tempfile.TestMkdtemp.test_mode_win32) 'Only on Windows.'\nPASS: test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory)\nPASS: test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory)\nPASS: test_path_is_absolute (test.test_tempfile.TestMkdtemp.test_path_is_absolute)\nSKIP: test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) \"can't set the directory read-only\"\nPASS: test_basic (test.test_tempfile.TestMkstemp.test_basic)\nPASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names)\nPASS: test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory)\nPASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts)\nPASS: test_basic (test.test_tempfile.TestMkstempInner.test_basic)\nPASS: test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many)\nPASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names)\nPASS: test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory)\nPASS: test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory)\nPASS: test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file)\nPASS: test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode)\nPASS: test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit)\nPASS: test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory)\nPASS: test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory)\nSKIP: test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) \"can't set the directory read-only\"\nSKIP: test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) 'text mode not available'\nPASS: test_basic (test.test_tempfile.TestMktemp.test_basic)\nPASS: test_many (test.test_tempfile.TestMktemp.test_many)\nPASS: test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding)\nPASS: test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode)\nPASS: test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic)\nPASS: test_context_man_not_del_if_delete_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_if_delete_false)\nPASS: test_context_man_not_del_on_close_if_delete_on_close_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_on_close_if_delete_on_close_false)\nPASS: test_context_man_ok_to_delete_manually (test.test_tempfile.TestNamedTemporaryFile.test_context_man_ok_to_delete_manually)\nPASS: test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager)\nPASS: test_correct_finalizer_work_if_already_deleted (test.test_tempfile.TestNamedTemporaryFile.test_correct_finalizer_work_if_already_deleted)\nPASS: test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named)\nPASS: test_del_by_finalizer (test.test_tempfile.TestNamedTemporaryFile.test_del_by_finalizer)\nPASS: test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close)\nPASS: test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close)\nPASS: test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter)\nPASS: test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup)\nPASS: test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close)\nPASS: test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error)\nPASS: test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str)\nPASS: test_many (test.test_tempfile.TestRandomNameSequence.test_many)\nPASS: test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness)\nPASS: test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic)\nPASS: test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods)\nPASS: test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem)\nPASS: test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover)\nPASS: test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover)\nPASS: test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover)\nPASS: test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close)\nPASS: test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file)\nPASS: test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file)\nPASS: test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno)\nPASS: test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface)\nPASS: test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase)\nPASS: test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover)\nPASS: test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover)\nPASS: test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties)\nPASS: test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small)\nPASS: test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse)\nPASS: test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode)\nPASS: test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding)\nPASS: test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter)\nPASS: test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential)\nPASS: test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines)\nPASS: test_writelines_fast_path (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_fast_path)\nPASS: test_writelines_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_rollover)\nPASS: test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential)\nSKIP: test_cleanup_with_symlink_flags (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags) 'requires os.chflags'\nPASS: test_cleanup_with_symlink_modes (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes)\nPASS: test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory)\nSKIP: test_cleanup_with_used_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory) 'Only on Windows.'\nPASS: test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager)\nPASS: test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection)\ntest_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors)\nPASS: Test that ignoring errors works when TemporaryDirectory is gced.\nPASS: test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown)\ntest_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors)\nPASS: Test ignoring errors works when a tempdir is gc'ed on shutdown.\nPASS: test_delete_false (test.test_tempfile.TestTemporaryDirectory.test_delete_false)\nPASS: test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown)\nPASS: test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup)\nSKIP: test_explicit_cleanup_correct_error (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error) 'Only on Windows.'\ntest_explicit_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_ignore_errors)\nPASS: Test that cleanup doesn't return an error when ignoring them.\nSKIP: test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) 'requires os.chflags'\nPASS: test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure)\nPASS: test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes)\nPASS: test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close)\nPASS: test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup)\nPASS: test_bad_encoding (test.test_tempfile.TestTemporaryFile.test_bad_encoding)\nPASS: test_bad_mode (test.test_tempfile.TestTemporaryFile.test_bad_mode)\nPASS: test_basic (test.test_tempfile.TestTemporaryFile.test_basic)\nPASS: test_has_no_name (test.test_tempfile.TestTemporaryFile.test_has_no_name)\nPASS: test_mode_and_encoding (test.test_tempfile.TestTemporaryFile.test_mode_and_encoding)\nPASS: test_multiple_close (test.test_tempfile.TestTemporaryFile.test_multiple_close)\nPASS: test_unexpected_error (test.test_tempfile.TestTemporaryFile.test_unexpected_error)\n\n----------------------------------------------------------------------\nRan 118 tests in 0.309s\n\nOK (skipped=8)\n0:02:29 load avg: 1.73 [394/480] test_termios passed\nPASS: test_tcdrain (test.test_termios.TestFunctions.test_tcdrain)\nPASS: test_tcdrain_errors (test.test_termios.TestFunctions.test_tcdrain_errors)\nPASS: test_tcflow (test.test_termios.TestFunctions.test_tcflow)\nPASS: test_tcflow_errors (test.test_termios.TestFunctions.test_tcflow_errors)\nPASS: test_tcflow_suspend_and_resume_output (test.test_termios.TestFunctions.test_tcflow_suspend_and_resume_output)\nPASS: test_tcflush (test.test_termios.TestFunctions.test_tcflush)\nPASS: test_tcflush_clear_input_or_output (test.test_termios.TestFunctions.test_tcflush_clear_input_or_output)\nPASS: test_tcflush_errors (test.test_termios.TestFunctions.test_tcflush_errors)\nPASS: test_tcgetattr (test.test_termios.TestFunctions.test_tcgetattr)\nPASS: test_tcgetattr_errors (test.test_termios.TestFunctions.test_tcgetattr_errors)\nPASS: test_tcgetwinsize (test.test_termios.TestFunctions.test_tcgetwinsize)\nPASS: test_tcgetwinsize_errors (test.test_termios.TestFunctions.test_tcgetwinsize_errors)\nPASS: test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak)\nPASS: test_tcsendbreak_errors (test.test_termios.TestFunctions.test_tcsendbreak_errors)\nPASS: test_tcsetattr (test.test_termios.TestFunctions.test_tcsetattr)\nPASS: test_tcsetattr_errors (test.test_termios.TestFunctions.test_tcsetattr_errors)\nPASS: test_tcsetwinsize (test.test_termios.TestFunctions.test_tcsetwinsize)\nPASS: test_tcsetwinsize_errors (test.test_termios.TestFunctions.test_tcsetwinsize_errors)\nPASS: test_constants (test.test_termios.TestModule.test_constants)\nPASS: test_exception (test.test_termios.TestModule.test_exception)\n\n----------------------------------------------------------------------\nRan 20 tests in 0.506s\n\nOK\n0:02:29 load avg: 1.73 [395/480] test_textwrap passed\nPASS: test_dedent_declining (test.test_textwrap.DedentTestCase.test_dedent_declining)\nPASS: test_dedent_even (test.test_textwrap.DedentTestCase.test_dedent_even)\nPASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase.test_dedent_nomargin)\nPASS: test_dedent_preserve_internal_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_internal_tabs)\nPASS: test_dedent_preserve_margin_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_margin_tabs)\nPASS: test_dedent_uneven (test.test_textwrap.DedentTestCase.test_dedent_uneven)\nPASS: test_indent_all_lines (test.test_textwrap.IndentTestCase.test_indent_all_lines)\nPASS: test_indent_default (test.test_textwrap.IndentTestCase.test_indent_default)\nPASS: test_indent_empty_lines (test.test_textwrap.IndentTestCase.test_indent_empty_lines)\nPASS: test_indent_explicit_default (test.test_textwrap.IndentTestCase.test_indent_explicit_default)\nPASS: test_indent_no_lines (test.test_textwrap.IndentTestCase.test_indent_no_lines)\nPASS: test_indent_nomargin_all_lines (test.test_textwrap.IndentTestCase.test_indent_nomargin_all_lines)\nPASS: test_indent_nomargin_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_default)\nPASS: test_indent_nomargin_explicit_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_explicit_default)\nPASS: test_roundtrip_mixed (test.test_textwrap.IndentTestCase.test_roundtrip_mixed)\nPASS: test_roundtrip_spaces (test.test_textwrap.IndentTestCase.test_roundtrip_spaces)\nPASS: test_roundtrip_tabs (test.test_textwrap.IndentTestCase.test_roundtrip_tabs)\nPASS: test_fill (test.test_textwrap.IndentTestCases.test_fill)\nPASS: test_initial_indent (test.test_textwrap.IndentTestCases.test_initial_indent)\nPASS: test_subsequent_indent (test.test_textwrap.IndentTestCases.test_subsequent_indent)\nPASS: test_break_long (test.test_textwrap.LongWordTestCase.test_break_long)\nPASS: test_max_lines_long (test.test_textwrap.LongWordTestCase.test_max_lines_long)\nPASS: test_nobreak_long (test.test_textwrap.LongWordTestCase.test_nobreak_long)\nPASS: test_break_long_words_not_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_not_on_hyphen)\nPASS: test_break_long_words_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_on_hyphen)\nPASS: test_break_on_hyphen_but_not_long_words (test.test_textwrap.LongWordWithHyphensTestCase.test_break_on_hyphen_but_not_long_words)\nPASS: test_do_not_break_long_words_or_on_hyphens (test.test_textwrap.LongWordWithHyphensTestCase.test_do_not_break_long_words_or_on_hyphens)\nPASS: test_placeholder (test.test_textwrap.MaxLinesTestCase.test_placeholder)\nPASS: test_placeholder_backtrack (test.test_textwrap.MaxLinesTestCase.test_placeholder_backtrack)\nPASS: test_simple (test.test_textwrap.MaxLinesTestCase.test_simple)\nPASS: test_spaces (test.test_textwrap.MaxLinesTestCase.test_spaces)\nPASS: test_empty_string (test.test_textwrap.ShortenTestCase.test_empty_string)\nPASS: test_first_word_too_long_but_placeholder_fits (test.test_textwrap.ShortenTestCase.test_first_word_too_long_but_placeholder_fits)\nPASS: test_placeholder (test.test_textwrap.ShortenTestCase.test_placeholder)\nPASS: test_simple (test.test_textwrap.ShortenTestCase.test_simple)\nPASS: test_whitespace (test.test_textwrap.ShortenTestCase.test_whitespace)\nPASS: test_width_too_small_for_placeholder (test.test_textwrap.ShortenTestCase.test_width_too_small_for_placeholder)\nPASS: test_bad_width (test.test_textwrap.WrapTestCase.test_bad_width)\nPASS: test_break_on_hyphens (test.test_textwrap.WrapTestCase.test_break_on_hyphens)\nPASS: test_drop_whitespace_false (test.test_textwrap.WrapTestCase.test_drop_whitespace_false)\nPASS: test_drop_whitespace_false_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only)\nPASS: test_drop_whitespace_false_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only_with_indent)\nPASS: test_drop_whitespace_leading_whitespace (test.test_textwrap.WrapTestCase.test_drop_whitespace_leading_whitespace)\nPASS: test_drop_whitespace_whitespace_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_indent)\nPASS: test_drop_whitespace_whitespace_line (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_line)\nPASS: test_drop_whitespace_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only)\nPASS: test_drop_whitespace_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only_with_indent)\nPASS: test_em_dash (test.test_textwrap.WrapTestCase.test_em_dash)\nPASS: test_empty_string (test.test_textwrap.WrapTestCase.test_empty_string)\nPASS: test_empty_string_with_initial_indent (test.test_textwrap.WrapTestCase.test_empty_string_with_initial_indent)\nPASS: test_fix_sentence_endings (test.test_textwrap.WrapTestCase.test_fix_sentence_endings)\nPASS: test_funky_hyphens (test.test_textwrap.WrapTestCase.test_funky_hyphens)\nPASS: test_funky_parens (test.test_textwrap.WrapTestCase.test_funky_parens)\nPASS: test_hyphenated (test.test_textwrap.WrapTestCase.test_hyphenated)\nPASS: test_hyphenated_numbers (test.test_textwrap.WrapTestCase.test_hyphenated_numbers)\nPASS: test_narrow_non_breaking_space (test.test_textwrap.WrapTestCase.test_narrow_non_breaking_space)\nPASS: test_no_split_at_umlaut (test.test_textwrap.WrapTestCase.test_no_split_at_umlaut)\nPASS: test_non_breaking_space (test.test_textwrap.WrapTestCase.test_non_breaking_space)\nPASS: test_punct_hyphens (test.test_textwrap.WrapTestCase.test_punct_hyphens)\nPASS: test_simple (test.test_textwrap.WrapTestCase.test_simple)\nPASS: test_split (test.test_textwrap.WrapTestCase.test_split)\nPASS: test_umlaut_followed_by_dash (test.test_textwrap.WrapTestCase.test_umlaut_followed_by_dash)\nPASS: test_unix_options (test.test_textwrap.WrapTestCase.test_unix_options)\nPASS: test_whitespace (test.test_textwrap.WrapTestCase.test_whitespace)\nPASS: test_wrap_short (test.test_textwrap.WrapTestCase.test_wrap_short)\nPASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase.test_wrap_short_1line)\n\n----------------------------------------------------------------------\nRan 66 tests in 0.005s\n\nOK\n0:02:31 load avg: 1.73 [396/480] test_thread passed\ntest_barrier (test.test_thread.BarrierTest.test_barrier) ... waiting for tasks to end\ntask 0 will run for 0us\ntask 1 will run for 94us\ntask 2 will run for 83us\ntask 0 entering 0\ntask 6 will run for 81us\ntask 5 will run for 98us\ntask 8 will run for 70us\ntask 9 will run for 16us\ntask 4 will run for 27us\ntask 9 entering 0\ntask 3 will run for 92us\ntask 1 entering 0\ntask 2 entering 0\ntask 6 entering 0\ntask 4 entering 0\ntask 7 will run for 15us\ntask 8 entering 0\ntask 5 entering 0\ntask 7 entering 0\ntask 3 entering 0\ntask 3 leaving barrier\ntask 3 will run for 52us\ntask 0 leaving barrier\ntask 0 will run for 0us\ntask 9 leaving barrier\ntask 9 will run for 5us\ntask 3 entering 1\ntask 1 leaving barrier\ntask 1 will run for 56us\ntask 9 entering 1\ntask 0 entering 1\ntask 7 leaving barrier\ntask 7 will run for 72us\ntask 4 leaving barrier\ntask 4 will run for 21us\ntask 8 leaving barrier\ntask 8 will run for 80us\ntask 2 leaving barrier\ntask 2 will run for 1us\ntask 5 leaving barrier\ntask 5 will run for 18us\ntask 1 entering 1\ntask 2 entering 1\ntask 4 entering 1\ntask 7 entering 1\ntask 6 leaving barrier\ntask 6 will run for 54us\ntask 5 entering 1\ntask 8 entering 1\ntask 6 entering 1\ntask 6 leaving barrier\ntask 6 will run for 53us\ntask 3 leaving barrier\ntask 3 will run for 32us\ntask 9 leaving barrier\ntask 9 will run for 18us\ntask 0 leaving barrier\ntask 0 will run for 0us\ntask 1 leaving barrier\ntask 1 will run for 64us\ntask 2 leaving barrier\ntask 2 will run for 43us\ntask 4 leaving barrier\ntask 4 will run for 93us\ntask 7 leaving barrier\ntask 7 will run for 91us\ntask 1 entering 2\ntask 9 entering 2\ntask 2 entering 2\ntask 6 entering 2\ntask 5 leaving barrier\ntask 5 will run for 43us\ntask 8 leaving barrier\ntask 8 will run for 79us\ntask 3 entering 2\ntask 7 entering 2\ntask 0 entering 2\ntask 4 entering 2\ntask 5 entering 2\ntask 8 entering 2\ntask 8 leaving barrier\ntask 6 leaving barrier\ntask 2 leaving barrier\ntask 1 leaving barrier\ntask 9 leaving barrier\ntask 3 leaving barrier\ntask 7 leaving barrier\ntask 0 leaving barrier\ntask 4 leaving barrier\ntask 5 leaving barrier\ntasks done\nok\nPASS: test_acquire_contended (test.test_thread.LockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_thread.LockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_thread.LockTests.test_acquire_release)\nPASS: test_at_fork_reinit (test.test_thread.LockTests.test_at_fork_reinit)\nPASS: test_constructor (test.test_thread.LockTests.test_constructor)\nPASS: test_different_thread (test.test_thread.LockTests.test_different_thread)\nPASS: test_locked_repr (test.test_thread.LockTests.test_locked_repr)\nPASS: test_reacquire (test.test_thread.LockTests.test_reacquire)\nPASS: test_repr (test.test_thread.LockTests.test_repr)\nPASS: test_state_after_timeout (test.test_thread.LockTests.test_state_after_timeout)\nPASS: test_thread_leak (test.test_thread.LockTests.test_thread_leak)\nPASS: test_timeout (test.test_thread.LockTests.test_timeout)\nPASS: test_try_acquire (test.test_thread.LockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_thread.LockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_thread.LockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_thread.LockTests.test_weakref_exists)\nPASS: test_with (test.test_thread.LockTests.test_with)\nPASS: test_forkinthread (test.test_thread.TestForkInThread.test_forkinthread)\nPASS: test__count (test.test_thread.ThreadRunningTests.test__count)\nPASS: test_join_from_self (test.test_thread.ThreadRunningTests.test_join_from_self)\nPASS: test_join_several_times (test.test_thread.ThreadRunningTests.test_join_several_times)\nPASS: test_join_then_self_join (test.test_thread.ThreadRunningTests.test_join_then_self_join)\nPASS: test_join_thread (test.test_thread.ThreadRunningTests.test_join_thread)\nPASS: test_join_thread_already_exited (test.test_thread.ThreadRunningTests.test_join_thread_already_exited)\nPASS: test_join_unstarted (test.test_thread.ThreadRunningTests.test_join_unstarted)\nPASS: test_join_with_timeout (test.test_thread.ThreadRunningTests.test_join_with_timeout)\nPASS: test_joinable_not_joined (test.test_thread.ThreadRunningTests.test_joinable_not_joined)\ntest_nt_and_posix_stack_size (test.test_thread.ThreadRunningTests.test_nt_and_posix_stack_size) ... caught expected ValueError setting stack_size(4096)\nsuccessfully set stack_size(262144)\nsuccessfully set stack_size(1048576)\nsuccessfully set stack_size(0)\ntrying stack_size = (262144)\ncreating task 1\ncreating task 2\ncreating task 3\ncreating task 4\ncreating task 5\ncreating task 6\ncreating task 7\ncreating task 8\ncreating task 9\ncreating task 10\nwaiting for all tasks to complete\ntask 2 will run for 2us\ntask 5 will run for 64us\ntask 4 will run for 0us\ntask 6 will run for 11us\ntask 8 will run for 13us\ntask 9 will run for 45us\ntask 1 will run for 49us\ntask 3 will run for 71us\ntask 10 will run for 56us\ntask 8 done\ntask 9 done\ntask 6 done\ntask 7 will run for 79us\ntask 4 done\ntask 2 done\ntask 5 done\ntask 10 done\ntask 3 done\ntask 1 done\ntask 7 done\nall tasks done\ntrying stack_size = (1048576)\ncreating task 1\ncreating task 2\ncreating task 3\ncreating task 4\ncreating task 5\ncreating task 6\ncreating task 7\ncreating task 8\ncreating task 9\ncreating task 10\nwaiting for all tasks to complete\ntask 3 will run for 4us\ntask 6 will run for 71us\ntask 4 will run for 67us\ntask 7 will run for 9us\ntask 8 will run for 48us\ntask 1 will run for 12us\ntask 2 will run for 24us\ntask 7 done\ntask 6 done\ntask 8 done\ntask 10 will run for 74us\ntask 4 done\ntask 5 will run for 63us\ntask 9 will run for 86us\ntask 1 done\ntask 2 done\ntask 3 done\ntask 10 done\ntask 5 done\ntask 9 done\nall tasks done\nok\nPASS: test_set_done_unstarted (test.test_thread.ThreadRunningTests.test_set_done_unstarted)\nPASS: test_stack_size (test.test_thread.ThreadRunningTests.test_stack_size)\nPASS: test_start_duplicate_handle (test.test_thread.ThreadRunningTests.test_start_duplicate_handle)\nPASS: test_start_with_none_handle (test.test_thread.ThreadRunningTests.test_start_with_none_handle)\ntest_starting_threads (test.test_thread.ThreadRunningTests.test_starting_threads) ... creating task 1\ncreating task 2\ncreating task 3\ncreating task 4\ncreating task 5\ncreating task 6\ncreating task 7\ncreating task 8\ncreating task 9\ncreating task 10\nwaiting for tasks to complete...\ntask 6 will run for 28us\ntask 4 will run for 23us\ntask 8 will run for 98us\ntask 7 will run for 77us\ntask 9 will run for 13us\ntask 5 will run for 46us\ntask 1 will run for 84us\ntask 10 will run for 86us\ntask 3 will run for 83us\ntask 2 will run for 21us\ntask 6 done\ntask 4 done\ntask 9 done\ntask 5 done\ntask 7 done\ntask 8 done\ntask 10 done\ntask 2 done\ntask 1 done\ntask 3 done\nall tasks done\nok\nPASS: test_unraisable_exception (test.test_thread.ThreadRunningTests.test_unraisable_exception)\n\n----------------------------------------------------------------------\nRan 35 tests in 1.282s\n\nOK\n0:02:31 load avg: 1.73 [397/480] test_threadedtempfile passed\nSKIP: test_main (test.test_threadedtempfile.ThreadedTempFileTest.test_main) 'not enough memory: 1.2G minimum needed'\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK (skipped=1)\n0:02:34 load avg: 1.67 [398/480] test_tarfile passed\nPASS: test_empty (test.test_tarfile.AppendTest.test_empty)\nPASS: test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj)\nPASS: test_existing (test.test_tarfile.AppendTest.test_existing)\nPASS: test_fileobj (test.test_tarfile.AppendTest.test_fileobj)\nPASS: test_incomplete (test.test_tarfile.AppendTest.test_incomplete)\nPASS: test_invalid (test.test_tarfile.AppendTest.test_invalid)\nPASS: test_non_existing (test.test_tarfile.AppendTest.test_non_existing)\nPASS: test_null (test.test_tarfile.AppendTest.test_null)\nPASS: test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof)\nPASS: test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage)\nPASS: test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed)\nPASS: test_compression_levels (test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels)\nPASS: test_compression_levels (test.test_tarfile.Bz2CompressWriteTest.test_compression_levels)\nPASS: test_create (test.test_tarfile.Bz2CreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name)\nPASS: test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel)\nPASS: test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj)\nPASS: test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2)\nPASS: test_list (test.test_tarfile.Bz2ListTest.test_list)\nPASS: test_list_members (test.test_tarfile.Bz2ListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose)\nPASS: test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs)\nPASS: test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp)\nPASS: test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak)\nPASS: test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input)\nPASS: test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2)\nPASS: test_stream_mode_no_cache (test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close)\nPASS: test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding)\nPASS: test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160)\nPASS: test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.Bz2WriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.Bz2WriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size)\nPASS: test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use)\nPASS: test_create_command (test.test_tarfile.CommandLineTest.test_create_command)\nPASS: test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed)\nPASS: test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename)\nPASS: test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename)\nPASS: test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose)\nPASS: test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command)\nPASS: test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory)\nPASS: test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter)\nPASS: test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file)\nPASS: test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose)\nPASS: test_list_command (test.test_tarfile.CommandLineTest.test_list_command)\nPASS: test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file)\nPASS: test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose)\nPASS: test_test_command (test.test_tarfile.CommandLineTest.test_test_command)\nPASS: test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file)\nPASS: test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose)\nPASS: test_compresslevel_wrong_modes (test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes)\nPASS: test_wrong_compresslevels (test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels)\nPASS: test_basic (test.test_tarfile.ContextManagerTest.test_basic)\nPASS: test_closed (test.test_tarfile.ContextManagerTest.test_closed)\nPASS: test_eof (test.test_tarfile.ContextManagerTest.test_eof)\nPASS: test_exception (test.test_tarfile.ContextManagerTest.test_exception)\nPASS: test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj)\nPASS: test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof)\nPASS: test_create (test.test_tarfile.CreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.CreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name)\nPASS: test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close)\nPASS: test_create (test.test_tarfile.CreateWithXModeTest.test_create)\nPASS: test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing)\nPASS: test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name)\nPASS: test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj)\nPASS: test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close)\nPASS: test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files)\nPASS: test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset)\nPASS: test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory)\nPASS: test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink)\nPASS: test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname)\nPASS: test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00)\nPASS: test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01)\nPASS: test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10)\nPASS: test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old)\nPASS: test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname)\nPASS: test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header)\nPASS: test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename)\nPASS: test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode)\nPASS: test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument)\nPASS: test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error)\nPASS: test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename)\nPASS: test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename)\nPASS: test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023)\nPASS: test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024)\nPASS: test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025)\nPASS: test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023)\nPASS: test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024)\nPASS: test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025)\nPASS: test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023)\nPASS: test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024)\nPASS: test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025)\nPASS: test_compression_levels (test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels)\nPASS: test_compression_levels (test.test_tarfile.GzCompressWriteTest.test_compression_levels)\nPASS: test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed)\nPASS: runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest)\nPASS: test_create (test.test_tarfile.GzipCreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name)\nPASS: test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel)\nPASS: test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj)\nPASS: test_list (test.test_tarfile.GzipListTest.test_list)\nPASS: test_list_members (test.test_tarfile.GzipListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose)\nPASS: test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs)\nPASS: test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp)\nPASS: test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak)\nPASS: test_stream_mode_no_cache (test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close)\ntest_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked)\nPASS: Ensure the source directory is not included in the tar header\nPASS: test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding)\nPASS: test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160)\nPASS: test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.GzipWriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.GzipWriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.GzipWriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.GzipWriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.GzipWriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.GzipWriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size)\nPASS: test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink)\nPASS: test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice)\nPASS: test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink)\nPASS: test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits)\nPASS: test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits)\nPASS: test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits)\nSKIP: test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) 'requires os.link to be missing'\nSKIP: test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) 'requires os.link to be missing'\nSKIP: test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) 'requires os.link to be missing'\nSKIP: test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) 'requires os.link to be missing'\nPASS: test_list (test.test_tarfile.ListTest.test_list)\nPASS: test_list_members (test.test_tarfile.ListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.ListTest.test_list_verbose)\nPASS: test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed)\nPASS: test_create (test.test_tarfile.LzmaCreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name)\nPASS: test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset)\nPASS: test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj)\nPASS: test_list (test.test_tarfile.LzmaListTest.test_list)\nPASS: test_list_members (test.test_tarfile.LzmaListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose)\nPASS: test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs)\nPASS: test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp)\nPASS: test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak)\nPASS: test_stream_mode_no_cache (test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close)\nPASS: test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding)\nPASS: test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160)\nPASS: test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.LzmaWriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.LzmaWriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size)\nPASS: test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype)\nPASS: test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype)\nPASS: test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype)\nPASS: test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype)\nPASS: test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size)\nPASS: test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype)\nPASS: test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse)\nPASS: test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00)\nPASS: test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01)\nPASS: test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10)\nPASS: test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype)\nPASS: test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts)\nPASS: test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype)\nPASS: test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7)\nPASS: test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse)\nPASS: test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype)\nPASS: test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts)\nPASS: test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname)\nPASS: test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.MiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.MiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.MiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.MiscReadTest.test_extractfile_attrs)\nPASS: test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.MiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.MiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak)\nPASS: test__all__ (test.test_tarfile.MiscTest.test__all__)\nPASS: test_char_fields (test.test_tarfile.MiscTest.test_char_fields)\nPASS: test_deferred_directory_attributes_update (test.test_tarfile.MiscTest.test_deferred_directory_attributes_update)\nPASS: test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits)\nPASS: test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields)\nPASS: test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing)\nPASS: test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname)\nPASS: test_add (test.test_tarfile.NoneInfoTests_Misc.test_add)\nPASS: test_list (test.test_tarfile.NoneInfoTests_Misc.test_list)\nPASS: test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner)\nPASS: test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner)\nPASS: test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner)\nPASS: test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only)\nPASS: test_concurrent_extract_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_dir)\nPASS: test_concurrent_extract_implicit_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir)\nPASS: test_overwrite_broken_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)\nPASS: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_broken_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file)\nPASS: test_overwrite_dir_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir)\nPASS: test_overwrite_dir_as_file (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file)\nPASS: test_overwrite_dir_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir)\nPASS: test_overwrite_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir)\nPASS: test_overwrite_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_file_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir)\nPASS: test_overwrite_file_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_as_file)\nPASS: test_overwrite_file_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir)\nPASS: test_overwrite_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file)\nPASS: test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header)\nPASS: test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename)\nPASS: test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode)\nPASS: test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument)\nPASS: test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename)\nPASS: test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename)\nPASS: test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset)\nPASS: test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory)\nPASS: test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers)\nPASS: test_pax_header_bad_formats (test.test_tarfile.PaxReadTest.test_pax_header_bad_formats)\nPASS: test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields)\nPASS: test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink)\nPASS: test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname)\nPASS: test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname)\nPASS: test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header)\nPASS: test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023)\nPASS: test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024)\nPASS: test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025)\nPASS: test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023)\nPASS: test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024)\nPASS: test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025)\nPASS: test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023)\nPASS: test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024)\nPASS: test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025)\nPASS: test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header)\nPASS: test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header)\nPASS: test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all)\nPASS: test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep)\nPASS: test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal)\nPASS: test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name)\nPASS: test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow)\nPASS: test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.StreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.StreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close)\nPASS: test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding)\nPASS: test_stream_mode_no_cache (test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute)\nPASS: test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink)\nPASS: test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink)\nPASS: test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name)\nPASS: test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file)\nPASS: test_chains (test.test_tarfile.TestExtractionFilters.test_chains)\nPASS: test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class)\nPASS: test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance)\nPASS: test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass)\nPASS: test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string)\nPASS: test_chmod_outside_dir (test.test_tarfile.TestExtractionFilters.test_chmod_outside_dir)\nPASS: test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter)\nPASS: test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter)\nPASS: test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink)\ntest_default_filter_warns (test.test_tarfile.TestExtractionFilters.test_default_filter_warns)\nPASS: Ensure the default filter warns\nPASS: test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel)\nPASS: test_exfiltration_via_symlink (test.test_tarfile.TestExtractionFilters.test_exfiltration_via_symlink)\nPASS: test_extract_unencodable (test.test_tarfile.TestExtractionFilters.test_extract_unencodable)\nPASS: test_filter_unencodable (test.test_tarfile.TestExtractionFilters.test_filter_unencodable)\nPASS: test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter)\nPASS: test_link_fallback_normalizes (test.test_tarfile.TestExtractionFilters.test_link_fallback_normalizes)\nPASS: test_modes (test.test_tarfile.TestExtractionFilters.test_modes)\nPASS: test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink)\nPASS: test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2)\nPASS: test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe)\nPASS: test_realpath_limit_attack (test.test_tarfile.TestExtractionFilters.test_realpath_limit_attack)\nPASS: test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0)\nPASS: test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2)\nPASS: test_sneaky_hardlink_fallback (test.test_tarfile.TestExtractionFilters.test_sneaky_hardlink_fallback)\nPASS: test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files)\nPASS: test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter)\nPASS: test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter)\nPASS: test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160)\nPASS: test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename)\nPASS: test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode)\nPASS: test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument)\nPASS: test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error)\nPASS: test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1)\nPASS: test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2)\nPASS: test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1)\nPASS: test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2)\nPASS: test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3)\nPASS: test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4)\nPASS: test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1)\nPASS: test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2)\nPASS: test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename)\nPASS: test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename)\nPASS: test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.WriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.WriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.WriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.WriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.WriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.WriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.WriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.WriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.WriteTest.test_tar_size)\n\n----------------------------------------------------------------------\nRan 627 tests in 5.693s\n\nOK (skipped=4)\n0:02:34 load avg: 1.67 [399/480] test_threading_local passed\nPASS: test_arguments (test.test_threading_local.PyThreadingLocalTest.test_arguments)\nPASS: test_cycle_collection (test.test_threading_local.PyThreadingLocalTest.test_cycle_collection)\nPASS: test_derived (test.test_threading_local.PyThreadingLocalTest.test_derived)\nPASS: test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest.test_derived_cycle_dealloc)\nPASS: test_dict_attribute (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute)\nPASS: test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute_subclass)\nPASS: test_error (test.test_threading_local.PyThreadingLocalTest.test_error)\nPASS: test_local_refs (test.test_threading_local.PyThreadingLocalTest.test_local_refs)\nPASS: test_threading_local (test.test_threading_local.PyThreadingLocalTest.test_threading_local)\nPASS: test_threading_local_clear_race (test.test_threading_local.PyThreadingLocalTest.test_threading_local_clear_race)\nPASS: test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest.test_threading_local_subclass)\nPASS: test_arguments (test.test_threading_local.ThreadLocalTest.test_arguments)\nPASS: test_cycle_collection (test.test_threading_local.ThreadLocalTest.test_cycle_collection)\nPASS: test_derived (test.test_threading_local.ThreadLocalTest.test_derived)\nPASS: test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest.test_derived_cycle_dealloc)\nPASS: test_dict_attribute (test.test_threading_local.ThreadLocalTest.test_dict_attribute)\nPASS: test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest.test_dict_attribute_subclass)\nPASS: test_error (test.test_threading_local.ThreadLocalTest.test_error)\nPASS: test_local_refs (test.test_threading_local.ThreadLocalTest.test_local_refs)\nPASS: test_threading_local (test.test_threading_local.ThreadLocalTest.test_threading_local)\nPASS: test_threading_local_clear_race (test.test_threading_local.ThreadLocalTest.test_threading_local_clear_race)\nPASS: test_threading_local_subclass (test.test_threading_local.ThreadLocalTest.test_threading_local_subclass)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.231s\n\nOK\n0:02:36 load avg: 1.67 [400/480] test_subprocess passed\nSKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_sequence_with_spaces) 'Windows-specific tests'\nSKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_string_with_spaces) 'Windows-specific tests'\nSKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_sequence_with_spaces) 'Windows-specific tests'\nSKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_string_with_spaces) 'Windows-specific tests'\ntest_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests.test_broken_pipe_cleanup)\nPASS: Broken pipe error should not prevent wait() (Issue 21619)\nPASS: test_communicate_stdin (test.test_subprocess.ContextManagerTests.test_communicate_stdin)\nPASS: test_invalid_args (test.test_subprocess.ContextManagerTests.test_invalid_args)\nPASS: test_pipe (test.test_subprocess.ContextManagerTests.test_pipe)\nPASS: test_returncode (test.test_subprocess.ContextManagerTests.test_returncode)\ntest__all__ (test.test_subprocess.MiscTests.test__all__)\nPASS: Ensure that __all__ is populated properly.\nPASS: test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_call_keyboardinterrupt_no_kill)\nPASS: test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_context_manager_keyboardinterrupt_no_kill)\nPASS: test_getoutput (test.test_subprocess.MiscTests.test_getoutput)\nPASS: test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_run_keyboardinterrupt_no_kill)\nPASS: test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_non_zero)\nPASS: test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_signal)\nPASS: test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_unknown_signal)\nPASS: test__use_vfork (test.test_subprocess.POSIXProcessTestCase.test__use_vfork)\nPASS: test_args_string (test.test_subprocess.POSIXProcessTestCase.test_args_string)\nPASS: test_bytes_program (test.test_subprocess.POSIXProcessTestCase.test_bytes_program)\nPASS: test_call_string (test.test_subprocess.POSIXProcessTestCase.test_call_string)\nPASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_0)\nPASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_1)\nPASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_2)\nPASS: test_close_fds (test.test_subprocess.POSIXProcessTestCase.test_close_fds)\nPASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1)\nPASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_2)\nPASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_2)\nPASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_1_2)\nPASS: test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase.test_close_fds_after_preexec)\ntest_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase.test_close_fds_when_max_fd_is_lowered)\nPASS: Confirm that issue21618 is fixed (may fail under valgrind).\nPASS: test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close)\nPASS: test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_with_timeout)\nPASS: test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_flush)\nPASS: test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_write)\nPASS: test_communicate_repeated_call_after_stdout_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_repeated_call_after_stdout_close)\ntest_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_args_0)\nPASS: Test error in the child raised in the parent for a bad args[0].\ntest_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_executable)\nPASS: Test error in the child raised in the parent for a bad executable.\ntest_exception_cwd (test.test_subprocess.POSIXProcessTestCase.test_exception_cwd)\nPASS: Test error in the child raised in the parent for a bad cwd.\ntest_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_bad_data)\nPASS: Test error passing done through errpipe_write where its not\ntest_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_normal)\nPASS: Test error passing done through errpipe_write in the good case\nPASS: test_extra_groups (test.test_subprocess.POSIXProcessTestCase.test_extra_groups)\nPASS: test_extra_groups_empty_list (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_empty_list)\nPASS: test_extra_groups_invalid_gid_t_values (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_invalid_gid_t_values)\nPASS: test_fork_exec (test.test_subprocess.POSIXProcessTestCase.test_fork_exec)\nPASS: test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase.test_fork_exec_sorted_fd_sanity_check)\nPASS: test_group (test.test_subprocess.POSIXProcessTestCase.test_group)\nSKIP: test_group_error (test.test_subprocess.POSIXProcessTestCase.test_group_error) 'setregid() available on platform'\nPASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase.test_invalid_args)\nPASS: test_kill (test.test_subprocess.POSIXProcessTestCase.test_kill)\nPASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase.test_kill_dead)\nPASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase.test_leak_fast_process_del_killed)\nPASS: test_pass_fds (test.test_subprocess.POSIXProcessTestCase.test_pass_fds)\nPASS: test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_inheritable)\ntest_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_redirected)\nPASS: Regression test for https://bugs.python.org/issue32270.\nPASS: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec)\nPASS: test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_real_tools)\nPASS: test_preexec (test.test_subprocess.POSIXProcessTestCase.test_preexec)\nPASS: test_preexec_at_exit (test.test_subprocess.POSIXProcessTestCase.test_preexec_at_exit)\ntest_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes)\nPASS: Issue16140: Don't double close pipes on preexec error.\nPASS: test_preexec_exception (test.test_subprocess.POSIXProcessTestCase.test_preexec_exception)\nSKIP: test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_fork_failure) 'RLIMIT_NPROC had no effect; probably superuser'\nPASS: test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_gc_module_failure)\nPASS: test_process_group_0 (test.test_subprocess.POSIXProcessTestCase.test_process_group_0)\nPASS: test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase.test_remapping_std_fds)\nPASS: test_restore_signals (test.test_subprocess.POSIXProcessTestCase.test_restore_signals)\nPASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase.test_run_abort)\nPASS: test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase.test_select_unbuffered)\nPASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase.test_send_signal)\nPASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase.test_send_signal_dead)\nPASS: test_send_signal_race (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race)\nPASS: test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race2)\nPASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase.test_shell_sequence)\nPASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase.test_shell_string)\ntest_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase.test_small_errpipe_write_fd)\nPASS: Issue #15798: Popen should work when stdio fds are available.\nPASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase.test_specific_shell)\nPASS: test_start_new_session (test.test_subprocess.POSIXProcessTestCase.test_start_new_session)\nPASS: test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stderr_stdin_are_single_inout_fd)\nPASS: test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stderr_are_single_inout_fd)\nPASS: test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stdin_are_single_inout_fd)\ntest_stopped (test.test_subprocess.POSIXProcessTestCase.test_stopped)\nPASS: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335.\nPASS: test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase.test_surrogates_error_message)\nPASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase.test_swap_fds)\nPASS: test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase.test_swap_std_fds_with_one_closed)\nPASS: test_terminate (test.test_subprocess.POSIXProcessTestCase.test_terminate)\nPASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase.test_terminate_dead)\nPASS: test_umask (test.test_subprocess.POSIXProcessTestCase.test_umask)\nPASS: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase.test_undecodable_env)\nPASS: test_user (test.test_subprocess.POSIXProcessTestCase.test_user)\nSKIP: test_user_error (test.test_subprocess.POSIXProcessTestCase.test_user_error) 'setreuid() available on platform'\nSKIP: test_vfork_used_when_expected (test.test_subprocess.POSIXProcessTestCase.test_vfork_used_when_expected) 'strace not found or not working as expected.'\nPASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase.test_wait_when_sigchild_ignored)\nPASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase.test_zombie_fast_process_del)\nPASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode)\nPASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode)\nPASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCase.test_bufsize_is_none)\nPASS: test_bytes_executable (test.test_subprocess.ProcessTestCase.test_bytes_executable)\nPASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_bytes_executable_replaces_shell)\nPASS: test_call_kwargs (test.test_subprocess.ProcessTestCase.test_call_kwargs)\nPASS: test_call_seq (test.test_subprocess.ProcessTestCase.test_call_seq)\nPASS: test_call_timeout (test.test_subprocess.ProcessTestCase.test_call_timeout)\nPASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase.test_check_call_nonzero)\nPASS: test_check_call_zero (test.test_subprocess.ProcessTestCase.test_check_call_zero)\nPASS: test_check_output (test.test_subprocess.ProcessTestCase.test_check_output)\nPASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_input_arg)\ntest_check_output_input_none (test.test_subprocess.ProcessTestCase.test_check_output_input_none)\nPASS: input=None has a legacy meaning of input='' on check_output.\nPASS: test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCase.test_check_output_input_none_encoding_errors)\nPASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCase.test_check_output_input_none_text)\nPASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCase.test_check_output_input_none_universal_newlines)\nPASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase.test_check_output_nonzero)\nPASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase.test_check_output_stderr)\nPASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg)\nPASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg)\nPASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdout_arg)\nPASS: test_check_output_timeout (test.test_subprocess.ProcessTestCase.test_check_output_timeout)\nPASS: test_class_getitems (test.test_subprocess.ProcessTestCase.test_class_getitems)\nPASS: test_communicate (test.test_subprocess.ProcessTestCase.test_communicate)\nPASS: test_communicate_eintr (test.test_subprocess.ProcessTestCase.test_communicate_eintr)\nPASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase.test_communicate_epipe)\nPASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase.test_communicate_epipe_only_stdin)\nPASS: test_communicate_errors (test.test_subprocess.ProcessTestCase.test_communicate_errors)\nPASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase.test_communicate_pipe_buf)\nPASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase.test_communicate_pipe_fd_leak)\nPASS: test_communicate_returns (test.test_subprocess.ProcessTestCase.test_communicate_returns)\nPASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase.test_communicate_stderr)\nPASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase.test_communicate_stdin)\nPASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase.test_communicate_stdout)\nPASS: test_communicate_timeout (test.test_subprocess.ProcessTestCase.test_communicate_timeout)\nPASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_output)\nPASS: test_cwd (test.test_subprocess.ProcessTestCase.test_cwd)\nPASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_absolute_arg)\nPASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCase.test_cwd_with_bytes)\nPASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase.test_cwd_with_pathlike)\nPASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg)\nPASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable)\nPASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase.test_double_close_on_error)\ntest_empty_env (test.test_subprocess.ProcessTestCase.test_empty_env)\nSKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.'\nPASS: test_env (test.test_subprocess.ProcessTestCase.test_env)\nPASS: test_executable (test.test_subprocess.ProcessTestCase.test_executable)\nPASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_executable_replaces_shell)\nPASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCase.test_executable_takes_precedence)\nPASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase.test_executable_with_cwd)\nPASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase.test_executable_without_cwd)\ntest_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase.test_failed_child_execute_fd_leak)\nPASS: Test for the fork() failure fd leak reported in issue16327.\nPASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase.test_file_not_found_includes_filename)\nPASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase.test_file_not_found_with_bad_cwd)\nPASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase.test_handles_closed_on_exception)\nPASS: test_invalid_args (test.test_subprocess.ProcessTestCase.test_invalid_args)\nPASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase.test_invalid_bufsize)\nPASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase.test_invalid_cmd)\nPASS: test_invalid_env (test.test_subprocess.ProcessTestCase.test_invalid_env)\nPASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCase.test_io_buffered_by_default)\nPASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCase.test_io_unbuffered_works)\nPASS: test_issue8780 (test.test_subprocess.ProcessTestCase.test_issue8780)\nSKIP: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase.test_leaking_fds_on_error) \"resource 'cpu' is not enabled\"\nPASS: test_list2cmdline (test.test_subprocess.ProcessTestCase.test_list2cmdline)\nPASS: test_no_leaking (test.test_subprocess.ProcessTestCase.test_no_leaking)\nSKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase.test_nonexisting_with_pipes) 'need msvcrt.CrtSetReportMode'\nSKIP: test_one_environment_variable (test.test_subprocess.ProcessTestCase.test_one_environment_variable) 'The Python shared library cannot be loaded without some system environments.'\nPASS: test_pathlike_executable (test.test_subprocess.ProcessTestCase.test_pathlike_executable)\nPASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_pathlike_executable_replaces_shell)\nPASS: test_pipesize_default (test.test_subprocess.ProcessTestCase.test_pipesize_default)\nPASS: test_pipesizes (test.test_subprocess.ProcessTestCase.test_pipesizes)\nPASS: test_poll (test.test_subprocess.ProcessTestCase.test_poll)\nPASS: test_repr (test.test_subprocess.ProcessTestCase.test_repr)\nPASS: test_stderr_devnull (test.test_subprocess.ProcessTestCase.test_stderr_devnull)\nPASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase.test_stderr_filedes)\nPASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase.test_stderr_fileobj)\nPASS: test_stderr_none (test.test_subprocess.ProcessTestCase.test_stderr_none)\nPASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stderr_pipe)\nPASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase.test_stderr_redirect_with_no_stdout_redirect)\nPASS: test_stdin_devnull (test.test_subprocess.ProcessTestCase.test_stdin_devnull)\nPASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase.test_stdin_filedes)\nPASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase.test_stdin_fileobj)\nPASS: test_stdin_none (test.test_subprocess.ProcessTestCase.test_stdin_none)\nPASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase.test_stdin_pipe)\nPASS: test_stdout_devnull (test.test_subprocess.ProcessTestCase.test_stdout_devnull)\nPASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase.test_stdout_filedes)\nPASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase.test_stdout_filedes_of_stdout)\nPASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase.test_stdout_fileobj)\nPASS: test_stdout_none (test.test_subprocess.ProcessTestCase.test_stdout_none)\nPASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase.test_stdout_pipe)\nPASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase.test_stdout_stderr_file)\nPASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stdout_stderr_pipe)\ntest_threadsafe_wait (test.test_subprocess.ProcessTestCase.test_threadsafe_wait)\nPASS: Issue21291: Popen.wait() needs to be threadsafe for returncode.\nPASS: test_timeout_exception (test.test_subprocess.ProcessTestCase.test_timeout_exception)\nPASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase.test_universal_newlines_and_text)\nPASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate)\nPASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_encodings)\nPASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_input_none)\nPASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin)\nPASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_stdout_stderr)\nPASS: test_wait (test.test_subprocess.ProcessTestCase.test_wait)\nSKIP: test_wait_negative_timeout (test.test_subprocess.ProcessTestCase.test_wait_negative_timeout) 'need subprocess._winapi'\nPASS: test_wait_timeout (test.test_subprocess.ProcessTestCase.test_wait_timeout)\nSKIP: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCase.test_win32_duplicate_envs) 'Windows only issue'\nSKIP: test_win32_invalid_env (test.test_subprocess.ProcessTestCase.test_win32_invalid_env) 'Windows only issue'\nPASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase.test_writes_before_communicate)\nPASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_binary_mode)\nPASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_text_mode)\nPASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_is_none)\nPASS: test_bytes_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable)\nPASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_replaces_shell)\nPASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll.test_call_kwargs)\nPASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll.test_call_seq)\nPASS: test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_call_timeout)\nPASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_nonzero)\nPASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_zero)\nPASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output)\nPASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_arg)\ntest_check_output_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none)\nPASS: input=None has a legacy meaning of input='' on check_output.\nPASS: test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_encoding_errors)\nPASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_text)\nPASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_universal_newlines)\nPASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_nonzero)\nPASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stderr)\nPASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_arg)\nPASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_with_input_arg)\nPASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdout_arg)\nPASS: test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_timeout)\nPASS: test_class_getitems (test.test_subprocess.ProcessTestCaseNoPoll.test_class_getitems)\nPASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate)\nPASS: test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_eintr)\nPASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe)\nPASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_only_stdin)\nPASS: test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_errors)\nPASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_buf)\nPASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_fd_leak)\nPASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_returns)\nPASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stderr)\nPASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin)\nPASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdout)\nPASS: test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout)\nPASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_output)\nPASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd)\nPASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_absolute_arg)\nPASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_bytes)\nPASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_pathlike)\nPASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg)\nPASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable)\nPASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_double_close_on_error)\ntest_empty_env (test.test_subprocess.ProcessTestCaseNoPoll.test_empty_env)\nSKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.'\nPASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll.test_env)\nPASS: test_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_executable)\nPASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_replaces_shell)\nPASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_takes_precedence)\nPASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_with_cwd)\nPASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd)\ntest_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_failed_child_execute_fd_leak)\nPASS: Test for the fork() failure fd leak reported in issue16327.\nPASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename)\nPASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_with_bad_cwd)\nPASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_handles_closed_on_exception)\nPASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_args)\nPASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_bufsize)\nPASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_cmd)\nPASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_env)\nPASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll.test_io_buffered_by_default)\nPASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll.test_io_unbuffered_works)\nPASS: test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll.test_issue8780)\nSKIP: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_leaking_fds_on_error) \"resource 'cpu' is not enabled\"\nPASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll.test_list2cmdline)\nPASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll.test_no_leaking)\nSKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll.test_nonexisting_with_pipes) 'need msvcrt.CrtSetReportMode'\nSKIP: test_one_environment_variable (test.test_subprocess.ProcessTestCaseNoPoll.test_one_environment_variable) 'The Python shared library cannot be loaded without some system environments.'\nPASS: test_pathlike_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable)\nPASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_replaces_shell)\nPASS: test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default)\nPASS: test_pipesizes (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesizes)\nPASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll.test_poll)\nPASS: test_repr (test.test_subprocess.ProcessTestCaseNoPoll.test_repr)\nPASS: test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_devnull)\nPASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_filedes)\nPASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_fileobj)\nPASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_none)\nPASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_pipe)\nPASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_redirect_with_no_stdout_redirect)\nPASS: test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_devnull)\nPASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_filedes)\nPASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_fileobj)\nPASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_none)\nPASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_pipe)\nPASS: test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_devnull)\nPASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes)\nPASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_of_stdout)\nPASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_fileobj)\nPASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_none)\nPASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_pipe)\nPASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_file)\nPASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_pipe)\ntest_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_threadsafe_wait)\nPASS: Issue21291: Popen.wait() needs to be threadsafe for returncode.\nPASS: test_timeout_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_timeout_exception)\nPASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_and_text)\nPASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate)\nPASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_encodings)\nPASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_input_none)\nPASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin)\nPASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_stdout_stderr)\nPASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_wait)\nSKIP: test_wait_negative_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_negative_timeout) 'need subprocess._winapi'\nPASS: test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_timeout)\nSKIP: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_duplicate_envs) 'Windows only issue'\nSKIP: test_win32_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_invalid_env) 'Windows only issue'\nPASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_writes_before_communicate)\nPASS: test_capture_output (test.test_subprocess.RunFuncTestCase.test_capture_output)\nPASS: test_capture_stderr (test.test_subprocess.RunFuncTestCase.test_capture_stderr)\nPASS: test_capture_stdout (test.test_subprocess.RunFuncTestCase.test_capture_stdout)\nPASS: test_check (test.test_subprocess.RunFuncTestCase.test_check)\nPASS: test_check_output_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_input_arg)\nPASS: test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_arg)\nPASS: test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_with_input_arg)\nPASS: test_check_output_timeout (test.test_subprocess.RunFuncTestCase.test_check_output_timeout)\nPASS: test_check_zero (test.test_subprocess.RunFuncTestCase.test_check_zero)\nPASS: test_encoding_warning (test.test_subprocess.RunFuncTestCase.test_encoding_warning)\nPASS: test_returncode (test.test_subprocess.RunFuncTestCase.test_returncode)\nPASS: test_run_kwargs (test.test_subprocess.RunFuncTestCase.test_run_kwargs)\nSKIP: test_run_with_an_empty_env (test.test_subprocess.RunFuncTestCase.test_run_with_an_empty_env) 'Maybe test trigger a leak on Ubuntu'\nPASS: test_run_with_bytes_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_bytes_path_and_arguments)\nPASS: test_run_with_pathlike_path (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path)\nPASS: test_run_with_pathlike_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_and_arguments)\ntest_run_with_shell_timeout_and_capture_output (test.test_subprocess.RunFuncTestCase.test_run_with_shell_timeout_and_capture_output)\nPASS: Output capturing after a timeout mustn't hang forever on open filehandles.\nPASS: test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stderr_with_capture_output_arg)\nPASS: test_stdout_stdout (test.test_subprocess.RunFuncTestCase.test_stdout_stdout)\nPASS: test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stdout_with_capture_output_arg)\nPASS: test_timeout (test.test_subprocess.RunFuncTestCase.test_timeout)\nSKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase.test_call_string) 'Windows specific tests'\nSKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase.test_close_fds) 'Windows specific tests'\nSKIP: test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio) 'Windows specific tests'\nSKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase.test_creationflags) 'Windows specific tests'\nSKIP: test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase.test_empty_attribute_list) 'Windows specific tests'\nSKIP: test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase.test_empty_handle_list) 'Windows specific tests'\nSKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase.test_invalid_args) 'Windows specific tests'\nSKIP: test_issue31471 (test.test_subprocess.Win32ProcessTestCase.test_issue31471) 'Windows specific tests'\nSKIP: test_kill (test.test_subprocess.Win32ProcessTestCase.test_kill) 'Windows specific tests'\nSKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase.test_kill_dead) 'Windows specific tests'\nSKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase.test_send_signal) 'Windows specific tests'\nSKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase.test_send_signal_dead) 'Windows specific tests'\nSKIP: test_shell_encodings (test.test_subprocess.Win32ProcessTestCase.test_shell_encodings) 'Windows specific tests'\nSKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase.test_shell_sequence) 'Windows specific tests'\nSKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase.test_shell_string) 'Windows specific tests'\nSKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase.test_startupinfo) 'Windows specific tests'\nSKIP: test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_copy) 'Windows specific tests'\nSKIP: test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_keywords) 'Windows specific tests'\nSKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase.test_terminate) 'Windows specific tests'\nSKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase.test_terminate_dead) 'Windows specific tests'\n\n----------------------------------------------------------------------\nRan 344 tests in 15.453s\n\nOK (skipped=43)\n0:02:39 load avg: 1.61 [401/480] test_socket passed (30.2 sec)\nSKIP: testBadHciAddr (test.test_socket.BasicBluetoothTest.testBadHciAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBadL2capAddr (test.test_socket.BasicBluetoothTest.testBadL2capAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBadRfcommAddr (test.test_socket.BasicBluetoothTest.testBadRfcommAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBadScoAddr (test.test_socket.BasicBluetoothTest.testBadScoAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBindBrEdrL2capSocket (test.test_socket.BasicBluetoothTest.testBindBrEdrL2capSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBindHciSocket (test.test_socket.BasicBluetoothTest.testBindHciSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBindRfcommSocket (test.test_socket.BasicBluetoothTest.testBindRfcommSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBindScoSocket (test.test_socket.BasicBluetoothTest.testBindScoSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) 'Bluetooth sockets required for this test.'\nSKIP: testCreateHciSocket (test.test_socket.BasicBluetoothTest.testCreateHciSocket) 'Bluetooth sockets required for this test.'\nSKIP: testCreateL2capSocket (test.test_socket.BasicBluetoothTest.testCreateL2capSocket) 'Bluetooth sockets required for this test.'\nSKIP: testCreateRfcommSocket (test.test_socket.BasicBluetoothTest.testCreateRfcommSocket) 'Bluetooth sockets required for this test.'\nSKIP: testCreateScoSocket (test.test_socket.BasicBluetoothTest.testCreateScoSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) 'SocketCan required for this test.'\nSKIP: testBindAny (test.test_socket.BasicCANTest.testBindAny) 'SocketCan required for this test.'\nSKIP: testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) 'SocketCan required for this test.'\nSKIP: testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) 'SocketCan required for this test.'\nSKIP: testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) 'SocketCan required for this test.'\nSKIP: testFilter (test.test_socket.BasicCANTest.testFilter) 'SocketCan required for this test.'\nSKIP: testLoopback (test.test_socket.BasicCANTest.testLoopback) 'SocketCan required for this test.'\nSKIP: testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) 'SocketCan required for this test.'\nSKIP: testCreateHyperVSocketAddrNotTupleFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrNotTupleOf2StrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrNotTupleOfStrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrVmIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketWithUnknownProtoFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure) 'Hyper-V sockets required for this test.'\nSKIP: testHyperVConstants (test.test_socket.BasicHyperVTest.testHyperVConstants) 'Hyper-V sockets required for this test.'\nSKIP: testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) 'QIPCRTR sockets required for this test.'\nSKIP: testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) 'QIPCRTR sockets required for this test.'\nSKIP: testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) 'QIPCRTR sockets required for this test.'\nSKIP: testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) 'QIPCRTR sockets required for this test.'\nSKIP: testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) 'QIPCRTR sockets required for this test.'\nSKIP: testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) 'QIPCRTR sockets required for this test.'\nSKIP: testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) 'RDS sockets required for this test.'\nSKIP: testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) 'RDS sockets required for this test.'\nSKIP: testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) 'RDS sockets required for this test.'\nPASS: testDefaults (test.test_socket.BasicSocketPairTest.testDefaults)\nPASS: testRecv (test.test_socket.BasicSocketPairTest.testRecv)\nPASS: testSend (test.test_socket.BasicSocketPairTest.testSend)\nPASS: testDetach (test.test_socket.BasicTCPTest.testDetach)\nPASS: testDup (test.test_socket.BasicTCPTest.testDup)\nPASS: testFromFd (test.test_socket.BasicTCPTest.testFromFd)\nPASS: testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv)\nPASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom)\nPASS: testRecv (test.test_socket.BasicTCPTest.testRecv)\nPASS: testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom)\nPASS: testSendAll (test.test_socket.BasicTCPTest.testSendAll)\nPASS: testShutdown (test.test_socket.BasicTCPTest.testShutdown)\nPASS: testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow)\nPASS: testDetach (test.test_socket.BasicTCPTest2.testDetach)\nPASS: testDup (test.test_socket.BasicTCPTest2.testDup)\nPASS: testFromFd (test.test_socket.BasicTCPTest2.testFromFd)\nPASS: testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv)\nPASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom)\nPASS: testRecv (test.test_socket.BasicTCPTest2.testRecv)\nPASS: testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom)\nPASS: testSendAll (test.test_socket.BasicTCPTest2.testSendAll)\nPASS: testShutdown (test.test_socket.BasicTCPTest2.testShutdown)\nPASS: testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow)\nPASS: testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom)\nPASS: testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative)\nPASS: testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv)\nPASS: testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom)\nPASS: testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative)\nPASS: testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv)\nPASS: testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket)\nPASS: testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants)\nPASS: testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize)\nPASS: testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants)\nPASS: testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray)\nPASS: testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray)\nPASS: testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer)\nPASS: testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview)\nPASS: testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer)\nPASS: testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray)\nPASS: testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray)\nPASS: testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview)\nSKIP: testBCM (test.test_socket.CANTest.testBCM) 'SocketCan required for this test.'\nSKIP: testSendFrame (test.test_socket.CANTest.testSendFrame) 'SocketCan required for this test.'\nSKIP: testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) 'SocketCan required for this test.'\nSKIP: testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) 'SocketCan required for this test.'\nPASS: testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN)\nPASS: testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE)\nPASS: testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase)\nPASS: testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose)\nPASS: test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4)\nPASS: test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6)\nPASS: test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4)\nPASS: test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6)\nPASS: test_address (test.test_socket.CreateServerTest.test_address)\nPASS: test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family)\nPASS: test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type)\nPASS: test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default)\nPASS: test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port)\nPASS: testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.FileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead)\nSKIP: test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) 'macOS specific test'\nPASS: testCloseException (test.test_socket.GeneralModuleTests.testCloseException)\nPASS: testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants)\nPASS: testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants)\nPASS: testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout)\nPASS: testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy)\nPASS: testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt)\nPASS: testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo)\nPASS: testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes)\nPASS: testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes)\nPASS: testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString)\nPASS: testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString)\nPASS: testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex)\nPASS: testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash)\nPASS: testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName)\nPASS: testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex)\nPASS: testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes)\nPASS: testNtoH (test.test_socket.GeneralModuleTests.testNtoH)\nPASS: testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors)\nPASS: testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo)\nPASS: testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose)\nPASS: testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors)\nPASS: testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt)\nPASS: testSockName (test.test_socket.GeneralModuleTests.testSockName)\nPASS: testSocketError (test.test_socket.GeneralModuleTests.testSocketError)\nPASS: testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4)\nPASS: testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6)\nSKIP: testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) 'Windows specific'\nPASS: test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject)\nPASS: test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile)\nPASS: test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum)\nPASS: test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum)\nPASS: test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr)\nPASS: test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn)\nPASS: test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo)\nPASS: test_getaddrinfo_int_port_overflow (test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow)\nPASS: test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic)\nSKIP: test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) 'Numeric scope id does not work or undocumented'\nPASS: test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic)\nPASS: test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost)\nPASS: test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo)\nSKIP: test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) 'Numeric scope id does not work or undocumented'\nPASS: test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic)\nPASS: test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg)\nPASS: test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution)\nPASS: test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address)\nSKIP: test_idna (test.test_socket.GeneralModuleTests.test_idna) 'network is not enabled'\nPASS: test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog)\nPASS: test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow)\nPASS: test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode)\nPASS: test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode)\nPASS: test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum)\nPASS: test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio)\nPASS: test_pickle (test.test_socket.GeneralModuleTests.test_pickle)\nPASS: test_repr (test.test_socket.GeneralModuleTests.test_repr)\nPASS: test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted)\nPASS: test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout)\nPASS: test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname)\nSKIP: test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) 'Windows specific'\nSKIP: test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) 'Windows specific'\nPASS: test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close)\nPASS: test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type)\nPASS: test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno)\nPASS: test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float)\nPASS: test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket)\nPASS: test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative)\nPASS: test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types)\nPASS: test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd)\nPASS: test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd)\nPASS: test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods)\nPASS: test_socket_type (test.test_socket.GeneralModuleTests.test_socket_type)\nPASS: test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum)\nPASS: test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums)\nPASS: test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr)\nPASS: test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio)\nPASS: test_weakref (test.test_socket.GeneralModuleTests.test_weakref)\nSKIP: testBind (test.test_socket.ISOTPTest.testBind) 'CAN ISOTP required for this test.'\nSKIP: testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) 'CAN ISOTP required for this test.'\nSKIP: testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) 'CAN ISOTP required for this test.'\nSKIP: testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) 'CAN ISOTP required for this test.'\nSKIP: testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) 'CAN ISOTP required for this test.'\nPASS: test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC)\nPASS: test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable)\nPASS: test_dup (test.test_socket.InheritanceTest.test_dup)\nPASS: test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec)\nPASS: test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable)\nPASS: test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec)\nPASS: test_socketpair (test.test_socket.InheritanceTest.test_socketpair)\nPASS: testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout)\nPASS: testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout)\nPASS: testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout)\nPASS: testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout)\nPASS: testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout)\nPASS: testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout)\nPASS: testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout)\nPASS: testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout)\nPASS: testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout)\nSKIP: testBind (test.test_socket.J1939Test.testBind) 'CAN J1939 required for this test.'\nSKIP: testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) 'CAN J1939 required for this test.'\nSKIP: testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) 'CAN J1939 required for this test.'\nPASS: testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead)\nSKIP: test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) 'AF_ALG required'\nSKIP: test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) 'AF_ALG required'\nSKIP: test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) 'AF_ALG required'\nSKIP: test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) 'AF_ALG required'\nSKIP: test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) 'AF_ALG required'\nSKIP: test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) 'AF_ALG required'\nSKIP: test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) 'AF_ALG required'\nPASS: testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily)\nPASS: testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress)\nPASS: testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone)\nPASS: testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed)\nPASS: testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed)\nPASS: testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout)\nPASS: testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout)\nPASS: test_connect (test.test_socket.NetworkConnectionNoServer.test_connect)\nPASS: test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection)\nPASS: test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors)\nPASS: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout)\nPASS: testAccept (test.test_socket.NonBlockingTCPTests.testAccept)\nPASS: testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking)\nPASS: testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout)\nPASS: testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking)\nPASS: testLargeTimeout (test.test_socket.NonBlockingTCPTests.testLargeTimeout)\nPASS: testRecv (test.test_socket.NonBlockingTCPTests.testRecv)\nPASS: testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking)\nPASS: testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow)\nPASS: test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK)\nPASS: test_injected_authentication_failure (test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure)\nPASS: test_ipv4 (test.test_socket.PurePythonSocketPairTest.test_ipv4)\nPASS: test_ipv6 (test.test_socket.PurePythonSocketPairTest.test_ipv6)\nPASS: test_recv (test.test_socket.PurePythonSocketPairTest.test_recv)\nPASS: test_send (test.test_socket.PurePythonSocketPairTest.test_send)\nSKIP: testPeek (test.test_socket.RDSTest.testPeek) 'RDS sockets required for this test.'\nSKIP: testSelect (test.test_socket.RDSTest.testSelect) 'RDS sockets required for this test.'\nSKIP: testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) 'RDS sockets required for this test.'\nSKIP: testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) 'RDS sockets required for this test.'\nSKIP: testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) 'RDS sockets required for this test.'\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0)\nPASS: testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1)\nPASS: testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int)\nPASS: testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0)\nPASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1)\nPASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1)\nPASS: testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1)\nPASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize)\nPASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN)\nPASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE)\nPASS: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty)\nPASS: testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt)\nPASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle)\nPASS: testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate)\nPASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace)\nPASS: testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple)\nPASS: testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass)\nSKIP: testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0)\nPASS: testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1)\nPASS: testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int)\nPASS: testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0)\nPASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1)\nPASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1)\nPASS: testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1)\nPASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize)\nPASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN)\nPASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE)\nPASS: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty)\nPASS: testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt)\nPASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle)\nPASS: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate)\nPASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace)\nPASS: testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple)\nPASS: testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass)\nSKIP: testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nPASS: testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc)\nPASS: testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds)\nPASS: testCount (test.test_socket.SendfileUsingSendTest.testCount)\nPASS: testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall)\nPASS: testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset)\nPASS: testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend)\nPASS: testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking)\nPASS: testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile)\nPASS: testOffset (test.test_socket.SendfileUsingSendTest.testOffset)\nPASS: testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile)\nPASS: testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout)\nPASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend)\nPASS: test_errors (test.test_socket.SendfileUsingSendTest.test_errors)\nPASS: testCount (test.test_socket.SendfileUsingSendfileTest.testCount)\nPASS: testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall)\nPASS: testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset)\nPASS: testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend)\nPASS: testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking)\nPASS: testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile)\nPASS: testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset)\nPASS: testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile)\nPASS: testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout)\nPASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend)\nPASS: test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors)\nSKIP: testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nPASS: testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator)\nPASS: testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr)\nPASS: testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather)\nPASS: testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout)\nPASS: testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator)\nPASS: testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr)\nPASS: testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather)\nPASS: testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout)\nPASS: testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead)\nPASS: testClose (test.test_socket.TCPCloserTest.testClose)\nPASS: testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout)\nPASS: testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout)\nPASS: testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero)\nSKIP: testRDM (test.test_socket.TIPCTest.testRDM) \"TIPC module is not loaded, please 'sudo modprobe tipc'\"\nSKIP: testStream (test.test_socket.TIPCThreadableTest.testStream) \"TIPC module is not loaded, please 'sudo modprobe tipc'\"\nPASS: testExceptionTree (test.test_socket.TestExceptions.testExceptionTree)\nPASS: test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd)\nPASS: testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind)\nPASS: testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName)\nPASS: testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace)\nPASS: testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName)\nPASS: testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow)\nPASS: testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName)\nSKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) 'requires Windows'\nSKIP: test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) 'macOS specific test'\nSKIP: testShare (test.test_socket.TestSocketSharing.testShare) 'Windows specific'\nSKIP: testShareLength (test.test_socket.TestSocketSharing.testShareLength) 'Windows specific'\nSKIP: testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) 'Windows specific'\nSKIP: testTypes (test.test_socket.TestSocketSharing.testTypes) 'Windows specific'\nPASS: testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr)\nSKIP: testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) 'Linux behavior is tested by TestLinuxAbstractNamespace'\nPASS: testStrAddr (test.test_socket.TestUnixDomain.testStrAddr)\nPASS: testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind)\nPASS: testUnbound (test.test_socket.TestUnixDomain.testUnbound)\nPASS: testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr)\nPASS: testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream)\nPASS: testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero)\nPASS: testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout)\nPASS: testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero)\nPASS: testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout)\nPASS: testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose)\nPASS: testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy)\nPASS: testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead)\nPASS: testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking)\nPASS: testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead)\nPASS: testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline)\nPASS: testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking)\nPASS: testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead)\nPASS: testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead)\nPASS: testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead)\n\n----------------------------------------------------------------------\nRan 740 tests in 30.042s\n\nOK (skipped=119)\n0:02:39 load avg: 1.61 [402/480] test_timeit passed\nPASS: test_autorange (test.test_timeit.TestTimeit.test_autorange)\nPASS: test_autorange_second (test.test_timeit.TestTimeit.test_autorange_second)\nPASS: test_autorange_with_callback (test.test_timeit.TestTimeit.test_autorange_with_callback)\nPASS: test_main_bad_switch (test.test_timeit.TestTimeit.test_main_bad_switch)\nPASS: test_main_exception (test.test_timeit.TestTimeit.test_main_exception)\nPASS: test_main_exception_fixed_reps (test.test_timeit.TestTimeit.test_main_exception_fixed_reps)\nPASS: test_main_fixed_iters (test.test_timeit.TestTimeit.test_main_fixed_iters)\nPASS: test_main_fixed_reps (test.test_timeit.TestTimeit.test_main_fixed_reps)\nPASS: test_main_help (test.test_timeit.TestTimeit.test_main_help)\nPASS: test_main_microseconds (test.test_timeit.TestTimeit.test_main_microseconds)\nPASS: test_main_milliseconds (test.test_timeit.TestTimeit.test_main_milliseconds)\nPASS: test_main_multiple_setups (test.test_timeit.TestTimeit.test_main_multiple_setups)\nPASS: test_main_negative_reps (test.test_timeit.TestTimeit.test_main_negative_reps)\nPASS: test_main_seconds (test.test_timeit.TestTimeit.test_main_seconds)\nPASS: test_main_setup (test.test_timeit.TestTimeit.test_main_setup)\nPASS: test_main_verbose (test.test_timeit.TestTimeit.test_main_verbose)\nPASS: test_main_very_verbose (test.test_timeit.TestTimeit.test_main_very_verbose)\nPASS: test_main_with_time_unit (test.test_timeit.TestTimeit.test_main_with_time_unit)\nPASS: test_print_exc (test.test_timeit.TestTimeit.test_print_exc)\nPASS: test_reindent_empty (test.test_timeit.TestTimeit.test_reindent_empty)\nPASS: test_reindent_multi (test.test_timeit.TestTimeit.test_reindent_multi)\nPASS: test_reindent_multi_empty (test.test_timeit.TestTimeit.test_reindent_multi_empty)\nPASS: test_reindent_single (test.test_timeit.TestTimeit.test_reindent_single)\nPASS: test_repeat_callable_setup (test.test_timeit.TestTimeit.test_repeat_callable_setup)\nPASS: test_repeat_callable_stmt (test.test_timeit.TestTimeit.test_repeat_callable_stmt)\nPASS: test_repeat_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_repeat_callable_stmt_and_setup)\nPASS: test_repeat_few_reps_and_iters (test.test_timeit.TestTimeit.test_repeat_few_reps_and_iters)\nPASS: test_repeat_function_zero_iters (test.test_timeit.TestTimeit.test_repeat_function_zero_iters)\nPASS: test_repeat_function_zero_reps (test.test_timeit.TestTimeit.test_repeat_function_zero_reps)\nPASS: test_repeat_zero_iters (test.test_timeit.TestTimeit.test_repeat_zero_iters)\nPASS: test_repeat_zero_reps (test.test_timeit.TestTimeit.test_repeat_zero_reps)\nPASS: test_timeit_callable_setup (test.test_timeit.TestTimeit.test_timeit_callable_setup)\nPASS: test_timeit_callable_stmt (test.test_timeit.TestTimeit.test_timeit_callable_stmt)\nPASS: test_timeit_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_timeit_callable_stmt_and_setup)\nPASS: test_timeit_few_iters (test.test_timeit.TestTimeit.test_timeit_few_iters)\nPASS: test_timeit_function_zero_iters (test.test_timeit.TestTimeit.test_timeit_function_zero_iters)\nPASS: test_timeit_globals_args (test.test_timeit.TestTimeit.test_timeit_globals_args)\nPASS: test_timeit_zero_iters (test.test_timeit.TestTimeit.test_timeit_zero_iters)\nPASS: test_timer_empty_stmt (test.test_timeit.TestTimeit.test_timer_empty_stmt)\nPASS: test_timer_invalid_setup (test.test_timeit.TestTimeit.test_timer_invalid_setup)\nPASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit.test_timer_invalid_stmt)\n\n----------------------------------------------------------------------\nRan 41 tests in 0.020s\n\nOK\n0:02:39 load avg: 1.61 [403/480] test_time passed\nPASS: test_large_year (test.test_time.TestAsctime4dyear.test_large_year)\nPASS: test_negative (test.test_time.TestAsctime4dyear.test_negative)\nPASS: test_year (test.test_time.TestAsctime4dyear.test_year)\nPASS: test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds)\nPASS: test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds)\nPASS: test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble)\nPASS: test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec)\nPASS: test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp)\nPASS: test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval)\nPASS: test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp)\nPASS: test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds)\nPASS: test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject)\nPASS: test_bug_3061 (test.test_time.TestLocale.test_bug_3061)\nPASS: test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t)\nPASS: test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec)\nPASS: test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval)\nPASS: test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone)\nPASS: test_short_times (test.test_time.TestPytime.test_short_times)\nPASS: test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone)\nPASS: test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear)\nPASS: test_large_year (test.test_time.TestStrftime4dyear.test_large_year)\nPASS: test_negative (test.test_time.TestStrftime4dyear.test_negative)\nPASS: test_year (test.test_time.TestStrftime4dyear.test_year)\nSKIP: test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) 'test weak linking on macOS'\nPASS: test_asctime (test.test_time.TimeTestCase.test_asctime)\nPASS: test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check)\nPASS: test_clock_getres (test.test_time.TimeTestCase.test_clock_getres)\nPASS: test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic)\nPASS: test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime)\nPASS: test_clock_settime (test.test_time.TimeTestCase.test_clock_settime)\nPASS: test_conversions (test.test_time.TimeTestCase.test_conversions)\nPASS: test_ctime (test.test_time.TimeTestCase.test_ctime)\nPASS: test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg)\nPASS: test_data_attributes (test.test_time.TimeTestCase.test_data_attributes)\nPASS: test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero)\nPASS: test_epoch (test.test_time.TimeTestCase.test_epoch)\nPASS: test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info)\nPASS: test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg)\nPASS: test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps)\nPASS: test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure)\nPASS: test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg)\nPASS: test_mktime (test.test_time.TimeTestCase.test_mktime)\nSKIP: test_mktime_error (test.test_time.TimeTestCase.test_mktime_error) 'disabled because of a bug in glibc. Issue #13309'\nPASS: test_monotonic (test.test_time.TimeTestCase.test_monotonic)\nPASS: test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime)\nPASS: test_perf_counter (test.test_time.TimeTestCase.test_perf_counter)\nSKIP: test_process_time (test.test_time.TimeTestCase.test_process_time) 'timing related test, dependent on load'\nPASS: test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid)\nPASS: test_sleep (test.test_time.TimeTestCase.test_sleep)\nPASS: test_sleep_exceptions (test.test_time.TimeTestCase.test_sleep_exceptions)\nPASS: test_strftime (test.test_time.TimeTestCase.test_strftime)\nPASS: test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check)\nPASS: test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check)\nPASS: test_strftime_invalid_format (test.test_time.TimeTestCase.test_strftime_invalid_format)\nPASS: test_strftime_special (test.test_time.TimeTestCase.test_strftime_special)\nPASS: test_strptime (test.test_time.TimeTestCase.test_strptime)\nPASS: test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes)\nPASS: test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context)\nPASS: test_strptime_leap_year (test.test_time.TimeTestCase.test_strptime_leap_year)\nSKIP: test_thread_time (test.test_time.TimeTestCase.test_thread_time) 'timing related test, dependent on load'\nPASS: test_time (test.test_time.TimeTestCase.test_time)\nPASS: test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type)\nPASS: test_tzset (test.test_time.TimeTestCase.test_tzset)\n\n----------------------------------------------------------------------\nRan 63 tests in 2.732s\n\nOK (skipped=4)\n0:02:39 load avg: 1.61 [404/480] test_timeout passed\nSKIP: setUpModule (test.test_timeout) \"Use of the 'network' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 0 tests in 0.000s\n\nOK (skipped=1)\n0:02:39 load avg: 1.61 [405/480] test_threadsignals passed\nPASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals.test_interrupted_timed_acquire)\nPASS: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_lock_acquire_interruption)\nPASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_lock_acquire_retries_on_intr)\nPASS: test_rlock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_rlock_acquire_interruption)\nPASS: test_rlock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_rlock_acquire_retries_on_intr)\nPASS: test_signals (test.test_threadsignals.ThreadSignals.test_signals)\n\n----------------------------------------------------------------------\nRan 6 tests in 4.860s\n\nOK\n0:02:39 load avg: 1.61 [406/480] test_tkinter skipped\ntest_tkinter skipped -- No module named '_tkinter'\n0:02:39 load avg: 1.61 [407/480] test_tomllib passed\nPASS: test_invalid (test.test_tomllib.test_data.TestData.test_invalid)\nPASS: test_valid (test.test_tomllib.test_data.TestData.test_valid)\nPASS: test_invalid_char_quotes (test.test_tomllib.test_error.TestError.test_invalid_char_quotes)\nPASS: test_invalid_parse_float (test.test_tomllib.test_error.TestError.test_invalid_parse_float)\nPASS: test_line_and_col (test.test_tomllib.test_error.TestError.test_line_and_col)\nPASS: test_missing_value (test.test_tomllib.test_error.TestError.test_missing_value)\nPASS: test_module_name (test.test_tomllib.test_error.TestError.test_module_name)\nPASS: test_deepcopy (test.test_tomllib.test_misc.TestMiscellaneous.test_deepcopy)\nPASS: test_incorrect_load (test.test_tomllib.test_misc.TestMiscellaneous.test_incorrect_load)\nPASS: test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit)\nPASS: test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit)\nPASS: test_load (test.test_tomllib.test_misc.TestMiscellaneous.test_load)\nPASS: test_parse_float (test.test_tomllib.test_misc.TestMiscellaneous.test_parse_float)\n\n----------------------------------------------------------------------\nRan 13 tests in 0.008s\n\nOK\n0:02:39 load avg: 1.61 [408/480] test_tools passed\nSKIP: test.test_tools.test_freeze (unittest.loader.ModuleSkipped.test.test_tools.test_freeze) 'freeze directory could not be found'\nSKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped.test.test_tools.test_i18n) 'scripts directory could not be found'\nPASS: test_makefile_test_folders (test.test_tools.test_makefile.TestMakefile.test_makefile_test_folders)\nSKIP: test.test_tools.test_makeunicodedata (unittest.loader.ModuleSkipped.test.test_tools.test_makeunicodedata) 'unicode directory could not be found'\nSKIP: test.test_tools.test_msgfmt (unittest.loader.ModuleSkipped.test.test_tools.test_msgfmt) 'i18n directory could not be found'\nSKIP: test.test_tools.test_reindent (unittest.loader.ModuleSkipped.test.test_tools.test_reindent) 'scripts directory could not be found'\nSKIP: test.test_tools.test_sundry (unittest.loader.ModuleSkipped.test.test_tools.test_sundry) 'scripts directory could not be found'\n\n----------------------------------------------------------------------\nRan 7 tests in 0.006s\n\nOK (skipped=6)\n0:02:39 load avg: 1.61 [409/480] test_tokenize passed\nPASS: test_additive (test.test_tokenize.CTokenizeTest.test_additive)\nPASS: test_async (test.test_tokenize.CTokenizeTest.test_async)\nPASS: test_comparison (test.test_tokenize.CTokenizeTest.test_comparison)\nPASS: test_continuation_lines_indentation (test.test_tokenize.CTokenizeTest.test_continuation_lines_indentation)\nPASS: test_encoding (test.test_tokenize.CTokenizeTest.test_encoding)\nPASS: test_float (test.test_tokenize.CTokenizeTest.test_float)\nPASS: test_function (test.test_tokenize.CTokenizeTest.test_function)\nPASS: test_int (test.test_tokenize.CTokenizeTest.test_int)\nPASS: test_invalid_syntax (test.test_tokenize.CTokenizeTest.test_invalid_syntax)\nPASS: test_max_indent (test.test_tokenize.CTokenizeTest.test_max_indent)\nPASS: test_method (test.test_tokenize.CTokenizeTest.test_method)\nPASS: test_multiplicative (test.test_tokenize.CTokenizeTest.test_multiplicative)\nPASS: test_selector (test.test_tokenize.CTokenizeTest.test_selector)\nPASS: test_string (test.test_tokenize.CTokenizeTest.test_string)\nPASS: test_tabs (test.test_tokenize.CTokenizeTest.test_tabs)\nPASS: test_unary (test.test_tokenize.CTokenizeTest.test_unary)\nPASS: test_unicode (test.test_tokenize.CTokenizeTest.test_unicode)\ntest_newline_at_the_end_of_buffer (test.test_tokenize.CTokenizerBufferTests.test_newline_at_the_end_of_buffer) ... \n===== script foo.py ======\n===== script foo.py completed: exit code 0 ======\nok\nPASS: test_additive (test.test_tokenize.GenerateTokensTest.test_additive)\nPASS: test_async (test.test_tokenize.GenerateTokensTest.test_async)\nPASS: test_basic (test.test_tokenize.GenerateTokensTest.test_basic)\nPASS: test_closing_parenthesis_from_different_line (test.test_tokenize.GenerateTokensTest.test_closing_parenthesis_from_different_line)\nPASS: test_comparison (test.test_tokenize.GenerateTokensTest.test_comparison)\nPASS: test_float (test.test_tokenize.GenerateTokensTest.test_float)\nPASS: test_function (test.test_tokenize.GenerateTokensTest.test_function)\nPASS: test_implicit_newline (test.test_tokenize.GenerateTokensTest.test_implicit_newline)\nPASS: test_int (test.test_tokenize.GenerateTokensTest.test_int)\nPASS: test_invalid_readline (test.test_tokenize.GenerateTokensTest.test_invalid_readline)\nPASS: test_long (test.test_tokenize.GenerateTokensTest.test_long)\nPASS: test_method (test.test_tokenize.GenerateTokensTest.test_method)\nPASS: test_multiline_non_ascii_fstring (test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring)\nPASS: test_multiline_non_ascii_fstring_with_expr (test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring_with_expr)\nPASS: test_multiplicative (test.test_tokenize.GenerateTokensTest.test_multiplicative)\nPASS: test_newline_after_parenthesized_block_with_comment (test.test_tokenize.GenerateTokensTest.test_newline_after_parenthesized_block_with_comment)\nPASS: test_non_ascii_identifiers (test.test_tokenize.GenerateTokensTest.test_non_ascii_identifiers)\nPASS: test_selector (test.test_tokenize.GenerateTokensTest.test_selector)\nPASS: test_shift (test.test_tokenize.GenerateTokensTest.test_shift)\nPASS: test_string (test.test_tokenize.GenerateTokensTest.test_string)\nPASS: test_tabs (test.test_tokenize.GenerateTokensTest.test_tabs)\nPASS: test_unary (test.test_tokenize.GenerateTokensTest.test_unary)\nPASS: test_underscore_literals (test.test_tokenize.GenerateTokensTest.test_underscore_literals)\nPASS: test_unicode (test.test_tokenize.GenerateTokensTest.test_unicode)\nPASS: test_number_followed_by_name (test.test_tokenize.InvalidPythonTests.test_number_followed_by_name)\nPASS: test_number_starting_with_zero (test.test_tokenize.InvalidPythonTests.test_number_starting_with_zero)\nPASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding.test_bom_no_cookie)\nPASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_first_line_no_bom)\nPASS: test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_commented_first_line)\nPASS: test_cookie_second_line_empty_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_empty_first_line)\nPASS: test_cookie_second_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_no_bom)\nPASS: test_cookie_second_line_noncommented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_noncommented_first_line)\nPASS: test_false_encoding (test.test_tokenize.TestDetectEncoding.test_false_encoding)\nPASS: test_filename_in_exception (test.test_tokenize.TestDetectEncoding.test_filename_in_exception)\nPASS: test_latin1_normalization (test.test_tokenize.TestDetectEncoding.test_latin1_normalization)\nPASS: test_matched_bom_and_cookie_first_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_first_line)\nPASS: test_matched_bom_and_cookie_second_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_second_line)\nPASS: test_mismatched_bom_and_cookie_first_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_first_line_raises_syntaxerror)\nPASS: test_mismatched_bom_and_cookie_second_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_second_line_raises_syntaxerror)\nPASS: test_no_bom_no_encoding_cookie (test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie)\nPASS: test_open (test.test_tokenize.TestDetectEncoding.test_open)\nPASS: test_open_error (test.test_tokenize.TestDetectEncoding.test_open_error)\nPASS: test_short_files (test.test_tokenize.TestDetectEncoding.test_short_files)\nPASS: test_syntaxerror_latin1 (test.test_tokenize.TestDetectEncoding.test_syntaxerror_latin1)\nPASS: test_utf8_normalization (test.test_tokenize.TestDetectEncoding.test_utf8_normalization)\nPASS: test___all__ (test.test_tokenize.TestMisc.test___all__)\nPASS: test_decistmt (test.test_tokenize.TestMisc.test_decistmt)\nPASS: test_backslash_continuation (test.test_tokenize.TestRoundtrip.test_backslash_continuation)\nPASS: test_continuation (test.test_tokenize.TestRoundtrip.test_continuation)\ntest_indentation_semantics_retained (test.test_tokenize.TestRoundtrip.test_indentation_semantics_retained)\nPASS: Ensure that although whitespace might be mutated in a roundtrip,\nPASS: test_random_files (test.test_tokenize.TestRoundtrip.test_random_files)\nPASS: test_roundtrip (test.test_tokenize.TestRoundtrip.test_roundtrip)\nPASS: test_string_concatenation (test.test_tokenize.TestRoundtrip.test_string_concatenation)\nPASS: test_comment_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_comment_at_the_end_of_the_source_without_newline)\nPASS: test_exact_type (test.test_tokenize.TestTokenize.test_exact_type)\nPASS: test_invalid_character_in_fstring_middle (test.test_tokenize.TestTokenize.test_invalid_character_in_fstring_middle)\nPASS: test_newline_and_space_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_newline_and_space_at_the_end_of_the_source_without_newline)\nPASS: test_oneline_defs (test.test_tokenize.TestTokenize.test_oneline_defs)\nPASS: test_pathological_trailing_whitespace (test.test_tokenize.TestTokenize.test_pathological_trailing_whitespace)\nPASS: test_tokenize (test.test_tokenize.TestTokenize.test_tokenize)\nPASS: test_bad_coding_cookie (test.test_tokenize.TestTokenizerAdheresToPep0263.test_bad_coding_cookie)\ntest_latin1_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_latin1_coding_cookie_and_utf8_bom)\nPASS: As per PEP 0263, if a file starts with a utf-8 BOM signature, the only\nPASS: test_no_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_no_coding_cookie_and_utf8_bom)\nPASS: test_utf8_coding_cookie_and_no_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_no_utf8_bom)\nPASS: test_utf8_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_utf8_bom)\nPASS: test__tokenize_decodes_with_specified_encoding (test.test_tokenize.Test_Tokenize.test__tokenize_decodes_with_specified_encoding)\nPASS: test_additive (test.test_tokenize.TokenizeTest.test_additive)\nPASS: test_async (test.test_tokenize.TokenizeTest.test_async)\nPASS: test_basic (test.test_tokenize.TokenizeTest.test_basic)\nPASS: test_closing_parenthesis_from_different_line (test.test_tokenize.TokenizeTest.test_closing_parenthesis_from_different_line)\nPASS: test_comparison (test.test_tokenize.TokenizeTest.test_comparison)\nPASS: test_float (test.test_tokenize.TokenizeTest.test_float)\nPASS: test_function (test.test_tokenize.TokenizeTest.test_function)\nPASS: test_implicit_newline (test.test_tokenize.TokenizeTest.test_implicit_newline)\nPASS: test_int (test.test_tokenize.TokenizeTest.test_int)\nPASS: test_invalid_readline (test.test_tokenize.TokenizeTest.test_invalid_readline)\nPASS: test_long (test.test_tokenize.TokenizeTest.test_long)\nPASS: test_method (test.test_tokenize.TokenizeTest.test_method)\nPASS: test_multiline_non_ascii_fstring (test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring)\nPASS: test_multiline_non_ascii_fstring_with_expr (test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring_with_expr)\nPASS: test_multiplicative (test.test_tokenize.TokenizeTest.test_multiplicative)\nPASS: test_newline_after_parenthesized_block_with_comment (test.test_tokenize.TokenizeTest.test_newline_after_parenthesized_block_with_comment)\nPASS: test_non_ascii_identifiers (test.test_tokenize.TokenizeTest.test_non_ascii_identifiers)\nPASS: test_selector (test.test_tokenize.TokenizeTest.test_selector)\nPASS: test_shift (test.test_tokenize.TokenizeTest.test_shift)\nPASS: test_string (test.test_tokenize.TokenizeTest.test_string)\nPASS: test_tabs (test.test_tokenize.TokenizeTest.test_tabs)\nPASS: test_unary (test.test_tokenize.TokenizeTest.test_unary)\nPASS: test_underscore_literals (test.test_tokenize.TokenizeTest.test_underscore_literals)\nPASS: test_unicode (test.test_tokenize.TokenizeTest.test_unicode)\nPASS: test_backslash_continuation (test.test_tokenize.UntokenizeTest.test_backslash_continuation)\nPASS: test_bad_input_order (test.test_tokenize.UntokenizeTest.test_bad_input_order)\nPASS: test_iter_compat (test.test_tokenize.UntokenizeTest.test_iter_compat)\n\n----------------------------------------------------------------------\nRan 111 tests in 0.293s\n\nOK\n0:02:40 load avg: 1.61 [410/480] test_trace passed\nPASS: test_loop_caller_importing (test.test_trace.TestCallers.test_loop_caller_importing)\nPASS: test_count_and_summary (test.test_trace.TestCommandLine.test_count_and_summary)\nPASS: test_failures (test.test_trace.TestCommandLine.test_failures)\nPASS: test_listfuncs_flag_success (test.test_trace.TestCommandLine.test_listfuncs_flag_success)\nPASS: test_run_as_module (test.test_trace.TestCommandLine.test_run_as_module)\nPASS: test_sys_argv_list (test.test_trace.TestCommandLine.test_sys_argv_list)\nSKIP: test_coverage (test.test_trace.TestCoverage.test_coverage) \"resource 'cpu' is not enabled\"\nPASS: test_coverage_ignore (test.test_trace.TestCoverage.test_coverage_ignore)\nPASS: test_coverageresults_update (test.test_trace.TestCoverage.test_coverageresults_update)\nPASS: test_issue9936 (test.test_trace.TestCoverage.test_issue9936)\nPASS: test_cover_files_written_no_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight)\nPASS: test_cover_files_written_with_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight)\nPASS: test_arg_errors (test.test_trace.TestFuncs.test_arg_errors)\nPASS: test_inst_method_calling (test.test_trace.TestFuncs.test_inst_method_calling)\nPASS: test_loop_caller_importing (test.test_trace.TestFuncs.test_loop_caller_importing)\nPASS: test_simple_caller (test.test_trace.TestFuncs.test_simple_caller)\nPASS: test_traced_decorated_function (test.test_trace.TestFuncs.test_traced_decorated_function)\nPASS: test_linear_methods (test.test_trace.TestLineCounts.test_linear_methods)\nPASS: test_trace_func_generator (test.test_trace.TestLineCounts.test_trace_func_generator)\nPASS: test_trace_list_comprehension (test.test_trace.TestLineCounts.test_trace_list_comprehension)\nPASS: test_traced_decorated_function (test.test_trace.TestLineCounts.test_traced_decorated_function)\nPASS: test_traced_func_importing (test.test_trace.TestLineCounts.test_traced_func_importing)\nPASS: test_traced_func_linear (test.test_trace.TestLineCounts.test_traced_func_linear)\nPASS: test_traced_func_loop (test.test_trace.TestLineCounts.test_traced_func_loop)\nPASS: test_exec_counts (test.test_trace.TestRunExecCounts.test_exec_counts)\nPASS: test_no_source_file (test.test_trace.TestTrace.test_no_source_file)\nPASS: test_ignored (test.test_trace.Test_Ignore.test_ignored)\n\n----------------------------------------------------------------------\nRan 27 tests in 0.696s\n\nOK (skipped=1)\n0:02:40 load avg: 1.61 [411/480] test_ttk skipped\ntest_ttk skipped -- No module named '_tkinter'\n0:02:40 load avg: 1.61 [412/480] test_ttk_textonly skipped\ntest_ttk_textonly skipped -- No module named '_tkinter'\n0:02:40 load avg: 1.61 [413/480] test_traceback passed\nPASS: test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame)\nPASS: test_cause (test.test_traceback.CExcReportingTests.test_cause)\nPASS: test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context)\nPASS: test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive)\nPASS: test_context (test.test_traceback.CExcReportingTests.test_context)\nPASS: test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression)\nPASS: test_exception_angle_bracketed_filename (test.test_traceback.CExcReportingTests.test_exception_angle_bracketed_filename)\nPASS: test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__)\nPASS: test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic)\nPASS: test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause)\nPASS: test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context)\nPASS: test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit)\nPASS: test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested)\nPASS: test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit)\nPASS: test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes)\nPASS: test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes)\nPASS: test_exception_group_wrapped_naked (test.test_traceback.CExcReportingTests.test_exception_group_wrapped_naked)\nPASS: test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename)\nPASS: test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode)\nPASS: test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname)\nPASS: test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes)\nPASS: test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes)\nPASS: test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note)\nPASS: test_message_none (test.test_traceback.CExcReportingTests.test_message_none)\nPASS: test_simple (test.test_traceback.CExcReportingTests.test_simple)\nPASS: test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno)\nPASS: test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol)\nPASS: test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets)\nPASS: test_attribute_error_inside_nested_getattr (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr)\nPASS: test_attribute_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_bad_name)\nPASS: test_attribute_error_with_failing_dict (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_failing_dict)\nPASS: test_attribute_error_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates)\nPASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_getattr_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions)\nPASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts)\nPASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_getattr_suggestions_for_same_name (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name)\nPASS: test_getattr_suggestions_invalid_args (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args)\nPASS: test_getattr_suggestions_no_args (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_no_args)\nPASS: test_getattr_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_underscored)\nPASS: test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_import_from_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_with_bad_name)\nPASS: test_import_from_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions)\nPASS: test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces)\nPASS: test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_import_from_suggestions_non_string (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_non_string)\nPASS: test_import_from_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_underscored)\nPASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_name_error_for_private_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules)\nPASS: test_name_error_for_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_stdlib_modules)\nPASS: test_name_error_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions)\nPASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names)\nPASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals)\nPASS: test_name_error_suggestions_from_builtins (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins)\nPASS: test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module)\nPASS: test_name_error_suggestions_from_globals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_globals)\nPASS: test_name_error_suggestions_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates)\nPASS: test_name_error_with_custom_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_custom_exceptions)\nPASS: test_name_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_instance)\nPASS: test_unbound_local_error_does_not_match (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_does_not_match)\nPASS: test_unbound_local_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_instance)\nPASS: test_unbound_local_error_with_side_effect (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect)\nPASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)\nPASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)\nPASS: test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret)\nPASS: test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline)\nPASS: test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript)\nPASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight)\nPASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle)\nPASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)\nPASS: test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group)\nPASS: test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators)\nPASS: test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline)\nPASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)\nPASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)\nPASS: test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char)\nPASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)\nPASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode)\nPASS: test_caret_for_call (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call)\nPASS: test_caret_for_call_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_multiline)\nPASS: test_caret_for_call_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_unicode)\nPASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)\nPASS: test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript)\nPASS: test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_multiline)\nPASS: test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode)\nPASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)\nPASS: test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation)\nPASS: test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression)\nPASS: test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op)\nPASS: test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error)\nPASS: test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct)\nPASS: test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode)\nPASS: test_many_lines (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines)\nPASS: test_many_lines_binary_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_binary_op)\nPASS: test_many_lines_no_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_no_caret)\nPASS: test_memory_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_memory_error)\nPASS: test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a)\nPASS: test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b)\nPASS: test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c)\nPASS: test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided)\nPASS: test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations)\nPASS: test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)\nPASS: test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line)\nPASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)\nPASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)\nPASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)\nPASS: test_basic_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_basic_caret)\nPASS: test_byte_offset_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_multiline)\nPASS: test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript)\nPASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight)\nPASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle)\nPASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)\nPASS: test_caret_exception_group (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_exception_group)\nPASS: test_caret_for_binary_operators (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators)\nPASS: test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline)\nPASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)\nPASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)\nPASS: test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char)\nPASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)\nPASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode)\nPASS: test_caret_for_call (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call)\nPASS: test_caret_for_call_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_multiline)\nPASS: test_caret_for_call_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_unicode)\nPASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)\nPASS: test_caret_for_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript)\nPASS: test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline)\nPASS: test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode)\nPASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)\nPASS: test_caret_in_type_annotation (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_in_type_annotation)\nPASS: test_caret_multiline_expression (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression)\nPASS: test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op)\nPASS: test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error)\nPASS: test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct)\nPASS: test_line_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_line_with_unicode)\nPASS: test_many_lines (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines)\nPASS: test_many_lines_binary_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_binary_op)\nPASS: test_many_lines_no_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_no_caret)\nPASS: test_memory_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_memory_error)\nPASS: test_multiline_method_call_a (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_a)\nPASS: test_multiline_method_call_b (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_b)\nPASS: test_multiline_method_call_c (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_c)\nPASS: test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided)\nPASS: test_specialization_variations (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_specialization_variations)\nPASS: test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error)\nPASS: test_traceback_very_long_line (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line)\nPASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)\nPASS: test_extract_stack (test.test_traceback.LimitTests.test_extract_stack)\nPASS: test_extract_tb (test.test_traceback.LimitTests.test_extract_tb)\nPASS: test_format_exception (test.test_traceback.LimitTests.test_format_exception)\nPASS: test_all (test.test_traceback.MiscTest.test_all)\nPASS: test_levenshtein_distance (test.test_traceback.MiscTest.test_levenshtein_distance)\nSKIP: test_levenshtein_distance_short_circuit (test.test_traceback.MiscTest.test_levenshtein_distance_short_circuit) \"resource 'cpu' is not enabled\"\nPASS: test_suggestions_extension (test.test_traceback.MiscTest.test_suggestions_extension)\nPASS: test_clear (test.test_traceback.MiscTracebackCases.test_clear)\nPASS: test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack)\nPASS: test_attribute_error_inside_nested_getattr (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr)\nPASS: test_attribute_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_bad_name)\nPASS: test_attribute_error_with_failing_dict (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_failing_dict)\nPASS: test_attribute_error_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates)\nPASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_getattr_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions)\nPASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts)\nPASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_getattr_suggestions_for_same_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name)\nPASS: test_getattr_suggestions_invalid_args (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args)\nPASS: test_getattr_suggestions_no_args (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_no_args)\nPASS: test_getattr_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_underscored)\nPASS: test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_import_from_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_with_bad_name)\nPASS: test_import_from_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions)\nPASS: test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces)\nPASS: test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_import_from_suggestions_non_string (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_non_string)\nPASS: test_import_from_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_underscored)\nPASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_name_error_for_private_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules)\nPASS: test_name_error_for_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_stdlib_modules)\nPASS: test_name_error_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions)\nPASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names)\nPASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals)\nPASS: test_name_error_suggestions_from_builtins (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins)\nPASS: test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module)\nPASS: test_name_error_suggestions_from_globals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_globals)\nPASS: test_name_error_suggestions_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates)\nPASS: test_name_error_with_custom_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_custom_exceptions)\nPASS: test_name_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_instance)\nPASS: test_unbound_local_error_does_not_match (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_does_not_match)\nPASS: test_unbound_local_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_instance)\nPASS: test_unbound_local_error_with_side_effect (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect)\nPASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)\nPASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)\nPASS: test_basic_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_basic_caret)\nPASS: test_byte_offset_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_multiline)\nPASS: test_byte_offset_wide_chars_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript)\nPASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight)\nPASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle)\nPASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)\nPASS: test_caret_exception_group (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_exception_group)\nPASS: test_caret_for_binary_operators (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators)\nPASS: test_caret_for_binary_operators_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline)\nPASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)\nPASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)\nPASS: test_caret_for_binary_operators_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char)\nPASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)\nPASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode)\nPASS: test_caret_for_call (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call)\nPASS: test_caret_for_call_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_multiline)\nPASS: test_caret_for_call_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_unicode)\nPASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)\nPASS: test_caret_for_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript)\nPASS: test_caret_for_subscript_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_multiline)\nPASS: test_caret_for_subscript_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_unicode)\nPASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)\nPASS: test_caret_in_type_annotation (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_in_type_annotation)\nPASS: test_caret_multiline_expression (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression)\nPASS: test_caret_multiline_expression_bin_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op)\nPASS: test_caret_multiline_expression_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error)\nPASS: test_decorator_application_lineno_correct (test.test_traceback.PurePythonTracebackErrorCaretTests.test_decorator_application_lineno_correct)\nPASS: test_line_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_line_with_unicode)\nPASS: test_many_lines (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines)\nPASS: test_many_lines_binary_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_binary_op)\nPASS: test_many_lines_no_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_no_caret)\nPASS: test_memory_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_memory_error)\nPASS: test_multiline_method_call_a (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_a)\nPASS: test_multiline_method_call_b (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_b)\nPASS: test_multiline_method_call_c (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_c)\nPASS: test_secondary_caret_not_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_secondary_caret_not_elided)\nPASS: test_specialization_variations (test.test_traceback.PurePythonTracebackErrorCaretTests.test_specialization_variations)\nPASS: test_traceback_specialization_with_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)\nPASS: test_traceback_very_long_line (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line)\nPASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.PurePythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)\nPASS: test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame)\nPASS: test_cause (test.test_traceback.PyExcReportingTests.test_cause)\nPASS: test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context)\nPASS: test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive)\nPASS: test_context (test.test_traceback.PyExcReportingTests.test_context)\nPASS: test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression)\nPASS: test_exception_angle_bracketed_filename (test.test_traceback.PyExcReportingTests.test_exception_angle_bracketed_filename)\nPASS: test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__)\nPASS: test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic)\nPASS: test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause)\nPASS: test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context)\nPASS: test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit)\nPASS: test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested)\nPASS: test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit)\nPASS: test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes)\nPASS: test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes)\nPASS: test_exception_group_wrapped_naked (test.test_traceback.PyExcReportingTests.test_exception_group_wrapped_naked)\nPASS: test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename)\nPASS: test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode)\nPASS: test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname)\nPASS: test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes)\nPASS: test_exception_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes)\nPASS: test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note)\nPASS: test_message_none (test.test_traceback.PyExcReportingTests.test_message_none)\nPASS: test_simple (test.test_traceback.PyExcReportingTests.test_simple)\nPASS: test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno)\nPASS: test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol)\nPASS: test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets)\nPASS: test_colorized_syntax_error (test.test_traceback.TestColorizedTraceback.test_colorized_syntax_error)\nPASS: test_colorized_traceback (test.test_traceback.TestColorizedTraceback.test_colorized_traceback)\nPASS: test_colorized_traceback_from_exception_group (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_from_exception_group)\nPASS: test_colorized_traceback_is_the_default (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_is_the_default)\nPASS: test_exception_group_deep_recursion_capi (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_capi)\nPASS: test_exception_group_deep_recursion_traceback (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_traceback)\nPASS: test_format_stack (test.test_traceback.TestFallbackTracebackFormat.test_format_stack)\nPASS: test_print_exception_bad_type_capi (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_capi)\nPASS: test_print_exception_bad_type_python (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_python)\nPASS: test_print_stack (test.test_traceback.TestFallbackTracebackFormat.test_print_stack)\nPASS: test_recursive_traceback (test.test_traceback.TestFallbackTracebackFormat.test_recursive_traceback)\nPASS: test_stack_format (test.test_traceback.TestFallbackTracebackFormat.test_stack_format)\nPASS: test_traceback_format (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format)\nPASS: test_traceback_format_with_cleared_frames (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_with_cleared_frames)\nPASS: test_unhashable (test.test_traceback.TestFallbackTracebackFormat.test_unhashable)\nPASS: test_basics (test.test_traceback.TestFrame.test_basics)\nPASS: test_explicit_line (test.test_traceback.TestFrame.test_explicit_line)\nPASS: test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines)\nPASS: test_len (test.test_traceback.TestFrame.test_len)\nPASS: test_no_line (test.test_traceback.TestFrame.test_no_line)\nPASS: test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame)\nPASS: test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames)\nPASS: test_extract_stack (test.test_traceback.TestStack.test_extract_stack)\nPASS: test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit)\nPASS: test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines)\nPASS: test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines)\nPASS: test_format_locals (test.test_traceback.TestStack.test_format_locals)\nPASS: test_format_smoke (test.test_traceback.TestStack.test_format_smoke)\nPASS: test_from_list (test.test_traceback.TestStack.test_from_list)\nPASS: test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack)\nPASS: test_locals (test.test_traceback.TestStack.test_locals)\nPASS: test_no_locals (test.test_traceback.TestStack.test_no_locals)\nPASS: test_summary_should_show_carets (test.test_traceback.TestStack.test_summary_should_show_carets)\nPASS: test_walk_stack (test.test_traceback.TestStack.test_walk_stack)\nPASS: test_walk_tb (test.test_traceback.TestStack.test_walk_tb)\nPASS: test_cause (test.test_traceback.TestTracebackException.test_cause)\nPASS: test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause)\nPASS: test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause)\nPASS: test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic)\nPASS: test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal)\nPASS: test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations)\nPASS: test_context (test.test_traceback.TestTracebackException.test_context)\nPASS: test_dont_swallow_cause_or_context_of_falsey_exception (test.test_traceback.TestTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception)\nPASS: test_from_exception (test.test_traceback.TestTracebackException.test_from_exception)\nPASS: test_limit (test.test_traceback.TestTracebackException.test_limit)\nPASS: test_locals (test.test_traceback.TestTracebackException.test_locals)\nPASS: test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain)\nPASS: test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines)\nPASS: test_no_locals (test.test_traceback.TestTracebackException.test_no_locals)\nPASS: test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects)\nPASS: test_no_save_exc_type (test.test_traceback.TestTracebackException.test_no_save_exc_type)\nPASS: test_print (test.test_traceback.TestTracebackException.test_print)\nPASS: test_smoke_builtin (test.test_traceback.TestTracebackException.test_smoke_builtin)\nPASS: test_smoke_user_exception (test.test_traceback.TestTracebackException.test_smoke_user_exception)\nPASS: test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header)\nPASS: test_unhashable (test.test_traceback.TestTracebackException.test_unhashable)\nPASS: test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison)\nPASS: test_dont_swallow_subexceptions_of_falsey_exceptiongroup (test.test_traceback.TestTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup)\nPASS: test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction)\nPASS: test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format)\nPASS: test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only)\nPASS: test_exception_group_format_exception_onlyi_recursive (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive)\nPASS: test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth)\nPASS: test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width)\nPASS: test_exception_group_deep_recursion_capi (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_capi)\nPASS: test_exception_group_deep_recursion_traceback (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_traceback)\nPASS: test_format_stack (test.test_traceback.TestTracebackFormat.test_format_stack)\nPASS: test_print_exception_bad_type_capi (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_capi)\nPASS: test_print_exception_bad_type_python (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_python)\nPASS: test_print_stack (test.test_traceback.TestTracebackFormat.test_print_stack)\nPASS: test_recursive_traceback (test.test_traceback.TestTracebackFormat.test_recursive_traceback)\nPASS: test_stack_format (test.test_traceback.TestTracebackFormat.test_stack_format)\nPASS: test_traceback_format (test.test_traceback.TestTracebackFormat.test_traceback_format)\nPASS: test_traceback_format_with_cleared_frames (test.test_traceback.TestTracebackFormat.test_traceback_format_with_cleared_frames)\nPASS: test_unhashable (test.test_traceback.TestTracebackFormat.test_unhashable)\nPASS: test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation)\nPASS: test_base_exception (test.test_traceback.TracebackCases.test_base_exception)\nPASS: test_caret (test.test_traceback.TracebackCases.test_caret)\nPASS: test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file)\nPASS: test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None)\nPASS: test_format_base_exception_group (test.test_traceback.TracebackCases.test_format_base_exception_group)\nPASS: test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc)\nPASS: test_format_exception_group (test.test_traceback.TracebackCases.test_format_exception_group)\nPASS: test_format_exception_group_explicit_class (test.test_traceback.TracebackCases.test_format_exception_group_explicit_class)\nPASS: test_format_exception_group_multiline2_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline2_messages)\nPASS: test_format_exception_group_multiline_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline_messages)\nPASS: test_format_exception_group_multiple_exceptions (test.test_traceback.TracebackCases.test_format_exception_group_multiple_exceptions)\nPASS: test_format_exception_group_nested_with_notes (test.test_traceback.TracebackCases.test_format_exception_group_nested_with_notes)\nPASS: test_format_exception_group_syntax_error (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error)\nPASS: test_format_exception_group_syntax_error_with_custom_values (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_with_custom_values)\nPASS: test_format_exception_group_with_cause (test.test_traceback.TracebackCases.test_format_exception_group_with_cause)\nPASS: test_format_exception_group_with_note (test.test_traceback.TracebackCases.test_format_exception_group_with_note)\nPASS: test_format_exception_group_with_tracebacks (test.test_traceback.TracebackCases.test_format_exception_group_with_tracebacks)\nPASS: test_format_exception_group_without_show_group (test.test_traceback.TracebackCases.test_format_exception_group_without_show_group)\nPASS: test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__)\nPASS: test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc)\nPASS: test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag)\nPASS: test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback)\nPASS: test_nocaret (test.test_traceback.TracebackCases.test_nocaret)\nPASS: test_print_exception (test.test_traceback.TracebackCases.test_print_exception)\nPASS: test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc)\nPASS: test_print_last (test.test_traceback.TracebackCases.test_print_last)\nPASS: test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit)\nPASS: test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback)\nPASS: test_signatures (test.test_traceback.TracebackCases.test_signatures)\n\n----------------------------------------------------------------------\nRan 364 tests in 0.838s\n\nOK (skipped=1)\n0:02:40 load avg: 1.61 [414/480] test_tty passed\nPASS: test_cfmakecbreak (test.test_tty.TestTty.test_cfmakecbreak)\nPASS: test_cfmakeraw (test.test_tty.TestTty.test_cfmakeraw)\nPASS: test_setcbreak (test.test_tty.TestTty.test_setcbreak)\nPASS: test_setraw (test.test_tty.TestTty.test_setraw)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n0:02:40 load avg: 1.61 [415/480] test_turtle skipped\ntest_turtle skipped -- No module named '_tkinter'\n0:02:40 load avg: 1.61 [416/480] test_type_aliases passed\nPASS: test_attributes_with_exec (test.test_type_aliases.TypeAliasConstructorTest.test_attributes_with_exec)\nPASS: test_basic (test.test_type_aliases.TypeAliasConstructorTest.test_basic)\nPASS: test_errors (test.test_type_aliases.TypeAliasConstructorTest.test_errors)\nPASS: test_generic (test.test_type_aliases.TypeAliasConstructorTest.test_generic)\nPASS: test_keywords (test.test_type_aliases.TypeAliasConstructorTest.test_keywords)\nPASS: test_not_generic (test.test_type_aliases.TypeAliasConstructorTest.test_not_generic)\nPASS: test_pickling (test.test_type_aliases.TypeAliasPickleTest.test_pickling)\nPASS: test_pickling_local (test.test_type_aliases.TypeAliasPickleTest.test_pickling_local)\nPASS: test_immutable (test.test_type_aliases.TypeAliasTypeTest.test_immutable)\nPASS: test_module (test.test_type_aliases.TypeAliasTypeTest.test_module)\nPASS: test_no_subclassing (test.test_type_aliases.TypeAliasTypeTest.test_no_subclassing)\nPASS: test_union (test.test_type_aliases.TypeAliasTypeTest.test_union)\nPASS: test_alias_access_01 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_01)\nPASS: test_alias_access_02 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_02)\nPASS: test_alias_access_03 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_03)\nPASS: test_alias_value_01 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_01)\nPASS: test_alias_value_02 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_02)\nPASS: test_alias_value_03 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_03)\nPASS: test_alias_value_04 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_04)\nPASS: test_raising (test.test_type_aliases.TypeParamsAliasValueTest.test_raising)\nPASS: test_recursive_repr (test.test_type_aliases.TypeParamsAliasValueTest.test_recursive_repr)\nPASS: test_repr (test.test_type_aliases.TypeParamsAliasValueTest.test_repr)\nPASS: test_subscripting (test.test_type_aliases.TypeParamsAliasValueTest.test_subscripting)\nPASS: test_exec_with_unusual_globals (test.test_type_aliases.TypeParamsExoticGlobalsTest.test_exec_with_unusual_globals)\nPASS: test_name_collisions (test.test_type_aliases.TypeParamsInvalidTest.test_name_collisions)\nPASS: test_name_non_collision_02 (test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_02)\nPASS: test_name_non_collision_03 (test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_03)\n\n----------------------------------------------------------------------\nRan 27 tests in 0.004s\n\nOK\n0:02:40 load avg: 1.61 [417/480] test_tracemalloc passed\nPASS: test_late_untrack (test.test_tracemalloc.TestCAPI.test_late_untrack)\nPASS: test_stop_track (test.test_tracemalloc.TestCAPI.test_stop_track)\nPASS: test_stop_untrack (test.test_tracemalloc.TestCAPI.test_stop_untrack)\nPASS: test_tracemalloc_track_race (test.test_tracemalloc.TestCAPI.test_tracemalloc_track_race)\nPASS: test_track (test.test_tracemalloc.TestCAPI.test_track)\nPASS: test_track_already_tracked (test.test_tracemalloc.TestCAPI.test_track_already_tracked)\nPASS: test_track_without_gil (test.test_tracemalloc.TestCAPI.test_track_without_gil)\nPASS: test_untrack (test.test_tracemalloc.TestCAPI.test_untrack)\nPASS: test_untrack_without_gil (test.test_tracemalloc.TestCAPI.test_untrack_without_gil)\nPASS: test_env_limit (test.test_tracemalloc.TestCommandLine.test_env_limit)\nPASS: test_env_var_disabled (test.test_tracemalloc.TestCommandLine.test_env_var_disabled)\nPASS: test_env_var_disabled_by_default (test.test_tracemalloc.TestCommandLine.test_env_var_disabled_by_default)\nPASS: test_env_var_enabled_at_startup (test.test_tracemalloc.TestCommandLine.test_env_var_enabled_at_startup)\ntest_env_var_ignored_with_E (test.test_tracemalloc.TestCommandLine.test_env_var_ignored_with_E)\nPASS: PYTHON* environment variables must be ignored when -E is present.\nPASS: test_env_var_invalid (test.test_tracemalloc.TestCommandLine.test_env_var_invalid)\nPASS: test_pymem_alloc0 (test.test_tracemalloc.TestCommandLine.test_pymem_alloc0)\nPASS: test_sys_xoptions (test.test_tracemalloc.TestCommandLine.test_sys_xoptions)\nPASS: test_sys_xoptions_invalid (test.test_tracemalloc.TestCommandLine.test_sys_xoptions_invalid)\nPASS: test_filter_attributes (test.test_tracemalloc.TestFilters.test_filter_attributes)\nPASS: test_filter_match (test.test_tracemalloc.TestFilters.test_filter_match)\nPASS: test_filter_match_filename (test.test_tracemalloc.TestFilters.test_filter_match_filename)\nPASS: test_filter_match_filename_joker (test.test_tracemalloc.TestFilters.test_filter_match_filename_joker)\nPASS: test_filter_match_trace (test.test_tracemalloc.TestFilters.test_filter_match_trace)\nPASS: test_create_snapshot (test.test_tracemalloc.TestSnapshot.test_create_snapshot)\nPASS: test_filter_traces (test.test_tracemalloc.TestSnapshot.test_filter_traces)\nPASS: test_filter_traces_domain (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain)\nPASS: test_filter_traces_domain_filter (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain_filter)\nPASS: test_format_traceback (test.test_tracemalloc.TestSnapshot.test_format_traceback)\nPASS: test_slices (test.test_tracemalloc.TestSnapshot.test_slices)\nPASS: test_snapshot_group_by_cumulative (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_cumulative)\nPASS: test_snapshot_group_by_file (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_file)\nPASS: test_snapshot_group_by_line (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_line)\nPASS: test_snapshot_group_by_traceback (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_traceback)\nPASS: test_statistic_diff_format (test.test_tracemalloc.TestSnapshot.test_statistic_diff_format)\nPASS: test_statistic_format (test.test_tracemalloc.TestSnapshot.test_statistic_format)\nPASS: test_trace_format (test.test_tracemalloc.TestSnapshot.test_trace_format)\nPASS: test_repr (test.test_tracemalloc.TestTraceback.test_repr)\nPASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled.test_clear_traces)\nPASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled.test_fork)\nPASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_object_traceback)\nPASS: test_get_traced_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_traced_memory)\nPASS: test_get_tracemalloc_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_tracemalloc_memory)\nPASS: test_get_traces (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces)\nPASS: test_get_traces_intern_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces_intern_traceback)\nPASS: test_is_tracing (test.test_tracemalloc.TestTracemallocEnabled.test_is_tracing)\nPASS: test_new_reference (test.test_tracemalloc.TestTracemallocEnabled.test_new_reference)\nPASS: test_no_incomplete_frames (test.test_tracemalloc.TestTracemallocEnabled.test_no_incomplete_frames)\nPASS: test_reset_peak (test.test_tracemalloc.TestTracemallocEnabled.test_reset_peak)\nPASS: test_set_traceback_limit (test.test_tracemalloc.TestTracemallocEnabled.test_set_traceback_limit)\nPASS: test_snapshot (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot)\nPASS: test_snapshot_save_attr (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr)\n\n----------------------------------------------------------------------\nRan 51 tests in 0.838s\n\nOK\n0:02:40 load avg: 1.61 [418/480] test_type_annotations passed\nPASS: test_blocks (test.test_type_annotations.TestSetupAnnotations.test_blocks)\nPASS: test_match (test.test_type_annotations.TestSetupAnnotations.test_match)\nPASS: test_top_level (test.test_type_annotations.TestSetupAnnotations.test_top_level)\nPASS: test_try (test.test_type_annotations.TestSetupAnnotations.test_try)\nPASS: test_try_star (test.test_type_annotations.TestSetupAnnotations.test_try_star)\nPASS: test_annotations_are_created_correctly (test.test_type_annotations.TypeAnnotationTests.test_annotations_are_created_correctly)\nPASS: test_annotations_getset_raises (test.test_type_annotations.TypeAnnotationTests.test_annotations_getset_raises)\nPASS: test_descriptor_still_works (test.test_type_annotations.TypeAnnotationTests.test_descriptor_still_works)\nPASS: test_lazy_create_annotations (test.test_type_annotations.TypeAnnotationTests.test_lazy_create_annotations)\nPASS: test_setting_annotations (test.test_type_annotations.TypeAnnotationTests.test_setting_annotations)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.002s\n\nOK\n0:02:41 load avg: 1.61 [419/480] test_type_cache passed\nPASS: test_119462 (test.test_type_cache.TypeCacheTests.test_119462)\nPASS: test_per_class_limit (test.test_type_cache.TypeCacheTests.test_per_class_limit)\ntest_tp_version_tag_unique (test.test_type_cache.TypeCacheTests.test_tp_version_tag_unique)\nPASS: tp_version_tag should be unique assuming no overflow, even after\ntest_type_assign_specific_version (test.test_type_cache.TypeCacheTests.test_type_assign_specific_version)\nPASS: meta-test for type_assign_specific_version_unsafe\nPASS: test_type_assign_version (test.test_type_cache.TypeCacheTests.test_type_assign_version)\nPASS: test_class_call_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type)\nPASS: test_class_load_attr_specialization_static_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type)\nPASS: test_class_load_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type)\nPASS: test_property_load_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type)\nPASS: test_store_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type)\nPASS: test_to_bool_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:02:41 load avg: 1.61 [420/480] test_type_comments passed\nPASS: test_asynccomp (test.test_type_comments.TypeCommentTests.test_asynccomp)\nPASS: test_asyncdef (test.test_type_comments.TypeCommentTests.test_asyncdef)\nPASS: test_asyncvar (test.test_type_comments.TypeCommentTests.test_asyncvar)\nPASS: test_forstmt (test.test_type_comments.TypeCommentTests.test_forstmt)\nPASS: test_fstring (test.test_type_comments.TypeCommentTests.test_fstring)\nPASS: test_func_type_input (test.test_type_comments.TypeCommentTests.test_func_type_input)\nPASS: test_funcdef (test.test_type_comments.TypeCommentTests.test_funcdef)\nPASS: test_ignores (test.test_type_comments.TypeCommentTests.test_ignores)\ntest_inappropriate_type_comments (test.test_type_comments.TypeCommentTests.test_inappropriate_type_comments)\nPASS: Tests for inappropriately-placed type comments.\nPASS: test_longargs (test.test_type_comments.TypeCommentTests.test_longargs)\nPASS: test_matmul (test.test_type_comments.TypeCommentTests.test_matmul)\nPASS: test_nonasciidef (test.test_type_comments.TypeCommentTests.test_nonasciidef)\nPASS: test_parenthesized_withstmt (test.test_type_comments.TypeCommentTests.test_parenthesized_withstmt)\nPASS: test_redundantdef (test.test_type_comments.TypeCommentTests.test_redundantdef)\nPASS: test_underscorednumber (test.test_type_comments.TypeCommentTests.test_underscorednumber)\nPASS: test_vardecl (test.test_type_comments.TypeCommentTests.test_vardecl)\nPASS: test_withstmt (test.test_type_comments.TypeCommentTests.test_withstmt)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.006s\n\nOK\n0:02:41 load avg: 1.61 [421/480] test_tuple passed\nPASS: test_addmul (test.test_tuple.TupleTest.test_addmul)\nPASS: test_bigrepeat (test.test_tuple.TupleTest.test_bigrepeat)\nPASS: test_bug7466 (test.test_tuple.TupleTest.test_bug7466)\nPASS: test_constructors (test.test_tuple.TupleTest.test_constructors)\nPASS: test_contains (test.test_tuple.TupleTest.test_contains)\nPASS: test_contains_fake (test.test_tuple.TupleTest.test_contains_fake)\nPASS: test_contains_order (test.test_tuple.TupleTest.test_contains_order)\nPASS: test_count (test.test_tuple.TupleTest.test_count)\nPASS: test_free_after_iterating (test.test_tuple.TupleTest.test_free_after_iterating)\nPASS: test_getitem (test.test_tuple.TupleTest.test_getitem)\nPASS: test_getitem_error (test.test_tuple.TupleTest.test_getitem_error)\nPASS: test_getitemoverwriteiter (test.test_tuple.TupleTest.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_tuple.TupleTest.test_getslice)\nPASS: test_hash_exact (test.test_tuple.TupleTest.test_hash_exact)\nPASS: test_hash_optional (test.test_tuple.TupleTest.test_hash_optional)\nPASS: test_iadd (test.test_tuple.TupleTest.test_iadd)\nPASS: test_imul (test.test_tuple.TupleTest.test_imul)\nPASS: test_index (test.test_tuple.TupleTest.test_index)\nPASS: test_iterator_pickle (test.test_tuple.TupleTest.test_iterator_pickle)\nPASS: test_keyword_args (test.test_tuple.TupleTest.test_keyword_args)\nPASS: test_keywords_in_subclass (test.test_tuple.TupleTest.test_keywords_in_subclass)\nPASS: test_len (test.test_tuple.TupleTest.test_len)\nPASS: test_lexicographic_ordering (test.test_tuple.TupleTest.test_lexicographic_ordering)\nPASS: test_minmax (test.test_tuple.TupleTest.test_minmax)\nPASS: test_no_comdat_folding (test.test_tuple.TupleTest.test_no_comdat_folding)\nPASS: test_pickle (test.test_tuple.TupleTest.test_pickle)\nPASS: test_repeat (test.test_tuple.TupleTest.test_repeat)\nPASS: test_repr (test.test_tuple.TupleTest.test_repr)\nPASS: test_repr_large (test.test_tuple.TupleTest.test_repr_large)\nPASS: test_reversed_pickle (test.test_tuple.TupleTest.test_reversed_pickle)\nPASS: test_subscript (test.test_tuple.TupleTest.test_subscript)\nPASS: test_track_dynamic (test.test_tuple.TupleTest.test_track_dynamic)\nPASS: test_track_literals (test.test_tuple.TupleTest.test_track_literals)\nPASS: test_track_subtypes (test.test_tuple.TupleTest.test_track_subtypes)\nPASS: test_truth (test.test_tuple.TupleTest.test_truth)\nPASS: test_tupleresizebug (test.test_tuple.TupleTest.test_tupleresizebug)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.341s\n\nOK\n0:02:41 load avg: 1.61 [422/480] test_typechecks passed\nPASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest.testIsInstanceActual)\nPASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest.testIsInstanceBuiltin)\nPASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest.testIsSubclassActual)\nPASS: testIsSubclassBuiltin (test.test_typechecks.TypeChecksTest.testIsSubclassBuiltin)\nPASS: testIsSubclassInternal (test.test_typechecks.TypeChecksTest.testIsSubclassInternal)\nPASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest.testSubclassBehavior)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:02:41 load avg: 1.61 [423/480] test_type_params passed\nPASS: test_defaults_on_class (test.test_type_params.DefaultsTest.test_defaults_on_class)\nPASS: test_defaults_on_func (test.test_type_params.DefaultsTest.test_defaults_on_func)\nPASS: test_defaults_on_type_alias (test.test_type_params.DefaultsTest.test_defaults_on_type_alias)\nPASS: test_lazy_evaluation (test.test_type_params.DefaultsTest.test_lazy_evaluation)\nPASS: test_nondefault_after_default (test.test_type_params.DefaultsTest.test_nondefault_after_default)\nPASS: test_starred_invalid (test.test_type_params.DefaultsTest.test_starred_invalid)\nPASS: test_starred_typevartuple (test.test_type_params.DefaultsTest.test_starred_typevartuple)\nPASS: test_symtable_key_regression_default (test.test_type_params.DefaultsTest.test_symtable_key_regression_default)\nPASS: test_symtable_key_regression_name (test.test_type_params.DefaultsTest.test_symtable_key_regression_name)\nPASS: test_types_new_class_no_callback (test.test_type_params.DynamicClassTest.test_types_new_class_no_callback)\nPASS: test_types_new_class_with_callback (test.test_type_params.DynamicClassTest.test_types_new_class_with_callback)\nPASS: test_class_access_01 (test.test_type_params.TypeParamsAccessTest.test_class_access_01)\nPASS: test_class_access_02 (test.test_type_params.TypeParamsAccessTest.test_class_access_02)\nPASS: test_class_access_03 (test.test_type_params.TypeParamsAccessTest.test_class_access_03)\nPASS: test_class_base_containing_lambda (test.test_type_params.TypeParamsAccessTest.test_class_base_containing_lambda)\nPASS: test_class_deref (test.test_type_params.TypeParamsAccessTest.test_class_deref)\nPASS: test_class_scope_interaction_01 (test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_01)\nPASS: test_class_scope_interaction_02 (test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_02)\nPASS: test_comprehension_01 (test.test_type_params.TypeParamsAccessTest.test_comprehension_01)\nPASS: test_comprehension_02 (test.test_type_params.TypeParamsAccessTest.test_comprehension_02)\nPASS: test_comprehension_03 (test.test_type_params.TypeParamsAccessTest.test_comprehension_03)\nPASS: test_function_access_01 (test.test_type_params.TypeParamsAccessTest.test_function_access_01)\nPASS: test_function_access_02 (test.test_type_params.TypeParamsAccessTest.test_function_access_02)\nPASS: test_function_access_03 (test.test_type_params.TypeParamsAccessTest.test_function_access_03)\nPASS: test_gen_exp_in_generic_method (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_generic_method)\nPASS: test_gen_exp_in_nested_class (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_class)\nPASS: test_gen_exp_in_nested_generic_class (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_generic_class)\nPASS: test_lambda_in_alias_in_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_class)\nPASS: test_lambda_in_alias_in_generic_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_generic_class)\nPASS: test_lambda_in_generic_alias_in_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_class)\nPASS: test_lambda_in_generic_alias_in_generic_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_generic_class)\nPASS: test_listcomp_in_nested_class (test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_class)\nPASS: test_listcomp_in_nested_generic_class (test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_generic_class)\nPASS: test_method_access_01 (test.test_type_params.TypeParamsAccessTest.test_method_access_01)\nPASS: test_nested_access_01 (test.test_type_params.TypeParamsAccessTest.test_nested_access_01)\nPASS: test_nested_scope_in_generic_alias (test.test_type_params.TypeParamsAccessTest.test_nested_scope_in_generic_alias)\nPASS: test_out_of_scope_01 (test.test_type_params.TypeParamsAccessTest.test_out_of_scope_01)\nPASS: test_out_of_scope_02 (test.test_type_params.TypeParamsAccessTest.test_out_of_scope_02)\nPASS: test_reference_previous_typevar (test.test_type_params.TypeParamsAccessTest.test_reference_previous_typevar)\nPASS: test_shadowing_nonlocal (test.test_type_params.TypeParamsAccessTest.test_shadowing_nonlocal)\nPASS: test_super (test.test_type_params.TypeParamsAccessTest.test_super)\nPASS: test_type_alias_containing_lambda (test.test_type_params.TypeParamsAccessTest.test_type_alias_containing_lambda)\nPASS: test_type_special_case (test.test_type_params.TypeParamsAccessTest.test_type_special_case)\nPASS: test_alias (test.test_type_params.TypeParamsClassScopeTest.test_alias)\nPASS: test_binding_uses_global (test.test_type_params.TypeParamsClassScopeTest.test_binding_uses_global)\nPASS: test_bound (test.test_type_params.TypeParamsClassScopeTest.test_bound)\nPASS: test_explicit_global (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global)\nPASS: test_explicit_global_with_assignment (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_assignment)\nPASS: test_explicit_global_with_no_static_bound (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_no_static_bound)\nPASS: test_explicit_nonlocal (test.test_type_params.TypeParamsClassScopeTest.test_explicit_nonlocal)\nPASS: test_modified_later (test.test_type_params.TypeParamsClassScopeTest.test_modified_later)\nPASS: test_nested_free (test.test_type_params.TypeParamsClassScopeTest.test_nested_free)\nPASS: test_no_binding_uses_nonlocal (test.test_type_params.TypeParamsClassScopeTest.test_no_binding_uses_nonlocal)\nPASS: test_complex_base (test.test_type_params.TypeParamsComplexCallsTest.test_complex_base)\nPASS: test_defaults (test.test_type_params.TypeParamsComplexCallsTest.test_defaults)\nPASS: test_starargs_base (test.test_type_params.TypeParamsComplexCallsTest.test_starargs_base)\nPASS: test_disallowed_expressions (test.test_type_params.TypeParamsInvalidTest.test_disallowed_expressions)\nPASS: test_incorrect_mro_explicit_object (test.test_type_params.TypeParamsInvalidTest.test_incorrect_mro_explicit_object)\nPASS: test_name_collisions (test.test_type_params.TypeParamsInvalidTest.test_name_collisions)\nPASS: test_name_non_collision_02 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_02)\nPASS: test_name_non_collision_03 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_03)\nPASS: test_name_non_collision_04 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_04)\nPASS: test_name_non_collision_05 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_05)\nPASS: test_name_non_collision_06 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_06)\nPASS: test_name_non_collision_07 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_07)\nPASS: test_name_non_collision_08 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_08)\nPASS: test_name_non_collision_10 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_10)\nPASS: test_name_non_collision_13 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_13)\nPASS: test_name_non_collision_9 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_9)\nPASS: test_evaluation_error (test.test_type_params.TypeParamsLazyEvaluationTest.test_evaluation_error)\nPASS: test_qualname (test.test_type_params.TypeParamsLazyEvaluationTest.test_qualname)\nPASS: test_recursive_class (test.test_type_params.TypeParamsLazyEvaluationTest.test_recursive_class)\nPASS: test_mangling (test.test_type_params.TypeParamsManglingTest.test_mangling)\nPASS: test_no_leaky_mangling_in_class (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_class)\nPASS: test_no_leaky_mangling_in_function (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_function)\nPASS: test_no_leaky_mangling_in_module (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_module)\nPASS: test_no_mangling_in_bases (test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_bases)\nPASS: test_no_mangling_in_nested_scopes (test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_nested_scopes)\nPASS: test_type_params_are_mangled (test.test_type_params.TypeParamsManglingTest.test_type_params_are_mangled)\nPASS: test_nonlocal_allowed (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_allowed)\nPASS: test_nonlocal_disallowed_01 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_01)\nPASS: test_nonlocal_disallowed_02 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_02)\nPASS: test_nonlocal_disallowed_03 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_03)\nPASS: test_pickling_classes (test.test_type_params.TypeParamsPickleTest.test_pickling_classes)\nPASS: test_pickling_functions (test.test_type_params.TypeParamsPickleTest.test_pickling_functions)\nPASS: test_broken_class_namespace (test.test_type_params.TypeParamsRuntimeTest.test_broken_class_namespace)\nPASS: test_name_error (test.test_type_params.TypeParamsRuntimeTest.test_name_error)\nPASS: test_traditional_01 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_01)\nPASS: test_traditional_02 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_02)\nPASS: test_traditional_03 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_03)\nPASS: test_typeparams_dunder_class_01 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_01)\nPASS: test_typeparams_dunder_class_02 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_02)\nPASS: test_typeparams_dunder_class_03 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_03)\nPASS: test_typeparams_dunder_function_01 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_01)\nPASS: test_typeparams_dunder_function_02 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_02)\nPASS: test_typeparams_dunder_function_03 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_03)\nPASS: test_paramspec_01 (test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_01)\nPASS: test_paramspec_02 (test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_02)\nPASS: test_typevar_01 (test.test_type_params.TypeParamsTypeVarTest.test_typevar_01)\nPASS: test_typevar_coroutine (test.test_type_params.TypeParamsTypeVarTest.test_typevar_coroutine)\nPASS: test_typevar_generator (test.test_type_params.TypeParamsTypeVarTest.test_typevar_generator)\nPASS: test_typevartuple_01 (test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_01)\nPASS: test_typevartuple_02 (test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_02)\nPASS: test_weakrefs (test.test_type_params.TypeParamsWeakRefTest.test_weakrefs)\n\n----------------------------------------------------------------------\nRan 104 tests in 0.019s\n\nOK\n0:02:41 load avg: 1.61 [424/480] test_ucn passed\nPASS: test_aliases (test.test_ucn.UnicodeNamesTest.test_aliases)\nPASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_aliases_names_in_pua_range)\nPASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest.test_ascii_letters)\nPASS: test_bmp_characters (test.test_ucn.UnicodeNamesTest.test_bmp_characters)\nPASS: test_cjk_unified_ideographs (test.test_ucn.UnicodeNamesTest.test_cjk_unified_ideographs)\nPASS: test_errors (test.test_ucn.UnicodeNamesTest.test_errors)\nPASS: test_general (test.test_ucn.UnicodeNamesTest.test_general)\nPASS: test_hangul_syllables (test.test_ucn.UnicodeNamesTest.test_hangul_syllables)\nSKIP: test_issue16335 (test.test_ucn.UnicodeNamesTest.test_issue16335) 'not enough memory: 12.0G minimum needed'\nPASS: test_misc_symbols (test.test_ucn.UnicodeNamesTest.test_misc_symbols)\nSKIP: test_named_sequences_full (test.test_ucn.UnicodeNamesTest.test_named_sequences_full) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_named_sequences_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_named_sequences_names_in_pua_range)\nPASS: test_named_sequences_sample (test.test_ucn.UnicodeNamesTest.test_named_sequences_sample)\nPASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest.test_strict_error_handling)\n\n----------------------------------------------------------------------\nRan 14 tests in 0.059s\n\nOK (skipped=2)\n0:02:41 load avg: 1.61 [425/480] test_types passed\nPASS: test_bad___prepare__ (test.test_types.ClassCreationTests.test_bad___prepare__)\nPASS: test_get_original_bases (test.test_types.ClassCreationTests.test_get_original_bases)\nPASS: test_metaclass_derivation (test.test_types.ClassCreationTests.test_metaclass_derivation)\nPASS: test_metaclass_new_error (test.test_types.ClassCreationTests.test_metaclass_new_error)\nPASS: test_metaclass_override_callable (test.test_types.ClassCreationTests.test_metaclass_override_callable)\nPASS: test_metaclass_override_function (test.test_types.ClassCreationTests.test_metaclass_override_function)\nPASS: test_new_class_basics (test.test_types.ClassCreationTests.test_new_class_basics)\nPASS: test_new_class_defaults (test.test_types.ClassCreationTests.test_new_class_defaults)\nPASS: test_new_class_exec_body (test.test_types.ClassCreationTests.test_new_class_exec_body)\nPASS: test_new_class_meta (test.test_types.ClassCreationTests.test_new_class_meta)\nPASS: test_new_class_meta_with_base (test.test_types.ClassCreationTests.test_new_class_meta_with_base)\nPASS: test_new_class_metaclass_keywords (test.test_types.ClassCreationTests.test_new_class_metaclass_keywords)\nPASS: test_new_class_subclass (test.test_types.ClassCreationTests.test_new_class_subclass)\nPASS: test_new_class_with_mro_entry (test.test_types.ClassCreationTests.test_new_class_with_mro_entry)\nPASS: test_new_class_with_mro_entry_error (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_error)\nPASS: test_new_class_with_mro_entry_genericalias (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_genericalias)\nPASS: test_new_class_with_mro_entry_multiple (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple)\nPASS: test_new_class_with_mro_entry_multiple_2 (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple_2)\nPASS: test_new_class_with_mro_entry_none (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_none)\nPASS: test_one_argument_type (test.test_types.ClassCreationTests.test_one_argument_type)\nPASS: test_prepare_class (test.test_types.ClassCreationTests.test_prepare_class)\nPASS: test_resolve_bases (test.test_types.ClassCreationTests.test_resolve_bases)\nPASS: test_resolve_bases_with_mro_entry (test.test_types.ClassCreationTests.test_resolve_bases_with_mro_entry)\nPASS: test_tuple_subclass_as_bases (test.test_types.ClassCreationTests.test_tuple_subclass_as_bases)\nPASS: test_async_def (test.test_types.CoroutineTests.test_async_def)\nPASS: test_duck_coro (test.test_types.CoroutineTests.test_duck_coro)\nPASS: test_duck_corogen (test.test_types.CoroutineTests.test_duck_corogen)\nPASS: test_duck_functional_gen (test.test_types.CoroutineTests.test_duck_functional_gen)\nPASS: test_duck_gen (test.test_types.CoroutineTests.test_duck_gen)\nPASS: test_gen (test.test_types.CoroutineTests.test_gen)\nPASS: test_genfunc (test.test_types.CoroutineTests.test_genfunc)\nPASS: test_non_gen_values (test.test_types.CoroutineTests.test_non_gen_values)\nPASS: test_returning_itercoro (test.test_types.CoroutineTests.test_returning_itercoro)\nPASS: test_wrapper_object (test.test_types.CoroutineTests.test_wrapper_object)\nPASS: test_wrong_args (test.test_types.CoroutineTests.test_wrong_args)\nPASS: test_function_type_defaults (test.test_types.FunctionTests.test_function_type_defaults)\nPASS: test_function_type_wrong_defaults (test.test_types.FunctionTests.test_function_type_wrong_defaults)\nPASS: test_chainmap (test.test_types.MappingProxyTests.test_chainmap)\nPASS: test_constructor (test.test_types.MappingProxyTests.test_constructor)\nPASS: test_contains (test.test_types.MappingProxyTests.test_contains)\nPASS: test_copy (test.test_types.MappingProxyTests.test_copy)\nPASS: test_customdict (test.test_types.MappingProxyTests.test_customdict)\nPASS: test_get (test.test_types.MappingProxyTests.test_get)\nPASS: test_hash (test.test_types.MappingProxyTests.test_hash)\nPASS: test_iterators (test.test_types.MappingProxyTests.test_iterators)\nPASS: test_len (test.test_types.MappingProxyTests.test_len)\nPASS: test_methods (test.test_types.MappingProxyTests.test_methods)\nPASS: test_missing (test.test_types.MappingProxyTests.test_missing)\nPASS: test_reversed (test.test_types.MappingProxyTests.test_reversed)\nPASS: test_union (test.test_types.MappingProxyTests.test_union)\nPASS: test_views (test.test_types.MappingProxyTests.test_views)\nPASS: test_as_dict (test.test_types.SimpleNamespaceTests.test_as_dict)\nPASS: test_attrdel (test.test_types.SimpleNamespaceTests.test_attrdel)\nPASS: test_attrget (test.test_types.SimpleNamespaceTests.test_attrget)\nPASS: test_attrset (test.test_types.SimpleNamespaceTests.test_attrset)\nPASS: test_constructor (test.test_types.SimpleNamespaceTests.test_constructor)\nPASS: test_equal (test.test_types.SimpleNamespaceTests.test_equal)\nPASS: test_fake_namespace_compare (test.test_types.SimpleNamespaceTests.test_fake_namespace_compare)\nPASS: test_nested (test.test_types.SimpleNamespaceTests.test_nested)\nPASS: test_pickle (test.test_types.SimpleNamespaceTests.test_pickle)\nPASS: test_recursive (test.test_types.SimpleNamespaceTests.test_recursive)\nPASS: test_recursive_repr (test.test_types.SimpleNamespaceTests.test_recursive_repr)\nPASS: test_replace (test.test_types.SimpleNamespaceTests.test_replace)\nPASS: test_replace_subclass (test.test_types.SimpleNamespaceTests.test_replace_subclass)\nPASS: test_repr (test.test_types.SimpleNamespaceTests.test_repr)\nPASS: test_subclass (test.test_types.SimpleNamespaceTests.test_subclass)\nPASS: test_unbound (test.test_types.SimpleNamespaceTests.test_unbound)\nPASS: test_underlying_dict (test.test_types.SimpleNamespaceTests.test_underlying_dict)\nPASS: test_static_types_inherited_slots (test.test_types.SubinterpreterTests.test_static_types_inherited_slots)\nPASS: test_boolean_ops (test.test_types.TypesTests.test_boolean_ops)\nPASS: test_call_unbound_crash (test.test_types.TypesTests.test_call_unbound_crash)\nPASS: test_capsule_type (test.test_types.TypesTests.test_capsule_type)\nPASS: test_comparisons (test.test_types.TypesTests.test_comparisons)\nPASS: test_dunder_get_signature (test.test_types.TypesTests.test_dunder_get_signature)\nPASS: test_ellipsis_type (test.test_types.TypesTests.test_ellipsis_type)\nPASS: test_float__format__ (test.test_types.TypesTests.test_float__format__)\nPASS: test_float__format__locale (test.test_types.TypesTests.test_float__format__locale)\nPASS: test_float_constructor (test.test_types.TypesTests.test_float_constructor)\nPASS: test_float_to_string (test.test_types.TypesTests.test_float_to_string)\nPASS: test_floats (test.test_types.TypesTests.test_floats)\nPASS: test_format_spec_errors (test.test_types.TypesTests.test_format_spec_errors)\nPASS: test_int__format__ (test.test_types.TypesTests.test_int__format__)\nPASS: test_int__format__locale (test.test_types.TypesTests.test_int__format__locale)\nPASS: test_internal_sizes (test.test_types.TypesTests.test_internal_sizes)\nPASS: test_method_descriptor_crash (test.test_types.TypesTests.test_method_descriptor_crash)\nPASS: test_method_descriptor_types (test.test_types.TypesTests.test_method_descriptor_types)\nPASS: test_method_wrapper_types (test.test_types.TypesTests.test_method_wrapper_types)\nPASS: test_none_type (test.test_types.TypesTests.test_none_type)\nPASS: test_normal_integers (test.test_types.TypesTests.test_normal_integers)\nPASS: test_notimplemented_type (test.test_types.TypesTests.test_notimplemented_type)\nPASS: test_numeric_types (test.test_types.TypesTests.test_numeric_types)\nPASS: test_slot_wrapper_types (test.test_types.TypesTests.test_slot_wrapper_types)\nPASS: test_strings (test.test_types.TypesTests.test_strings)\nPASS: test_traceback_and_frame_types (test.test_types.TypesTests.test_traceback_and_frame_types)\nPASS: test_truth_values (test.test_types.TypesTests.test_truth_values)\nPASS: test_type_function (test.test_types.TypesTests.test_type_function)\nPASS: test_zero_division (test.test_types.TypesTests.test_zero_division)\nPASS: test_bad_instancecheck (test.test_types.UnionTests.test_bad_instancecheck)\nPASS: test_bad_subclasscheck (test.test_types.UnionTests.test_bad_subclasscheck)\nPASS: test_hash (test.test_types.UnionTests.test_hash)\nPASS: test_instancecheck_and_subclasscheck (test.test_types.UnionTests.test_instancecheck_and_subclasscheck)\nPASS: test_instancecheck_and_subclasscheck_order (test.test_types.UnionTests.test_instancecheck_and_subclasscheck_order)\nSKIP: test_or_type_operator_reference_cycle (test.test_types.UnionTests.test_or_type_operator_reference_cycle) 'Cannot get total reference count.'\nPASS: test_or_type_operator_with_Alias (test.test_types.UnionTests.test_or_type_operator_with_Alias)\nPASS: test_or_type_operator_with_IO (test.test_types.UnionTests.test_or_type_operator_with_IO)\nPASS: test_or_type_operator_with_Literal (test.test_types.UnionTests.test_or_type_operator_with_Literal)\nPASS: test_or_type_operator_with_NamedTuple (test.test_types.UnionTests.test_or_type_operator_with_NamedTuple)\nPASS: test_or_type_operator_with_NewType (test.test_types.UnionTests.test_or_type_operator_with_NewType)\nPASS: test_or_type_operator_with_Protocol (test.test_types.UnionTests.test_or_type_operator_with_Protocol)\nPASS: test_or_type_operator_with_SpecialForm (test.test_types.UnionTests.test_or_type_operator_with_SpecialForm)\nPASS: test_or_type_operator_with_TypeVar (test.test_types.UnionTests.test_or_type_operator_with_TypeVar)\nPASS: test_or_type_operator_with_TypedDict (test.test_types.UnionTests.test_or_type_operator_with_TypedDict)\nPASS: test_or_type_operator_with_bad_module (test.test_types.UnionTests.test_or_type_operator_with_bad_module)\nPASS: test_or_type_operator_with_forward (test.test_types.UnionTests.test_or_type_operator_with_forward)\nPASS: test_or_type_operator_with_genericalias (test.test_types.UnionTests.test_or_type_operator_with_genericalias)\nPASS: test_or_type_repr (test.test_types.UnionTests.test_or_type_repr)\nPASS: test_or_types_operator (test.test_types.UnionTests.test_or_types_operator)\nPASS: test_union_args (test.test_types.UnionTests.test_union_args)\nPASS: test_union_copy (test.test_types.UnionTests.test_union_copy)\nPASS: test_union_of_unhashable (test.test_types.UnionTests.test_union_of_unhashable)\nPASS: test_union_parameter_chaining (test.test_types.UnionTests.test_union_parameter_chaining)\nPASS: test_union_parameter_substitution (test.test_types.UnionTests.test_union_parameter_substitution)\nPASS: test_union_parameter_substitution_errors (test.test_types.UnionTests.test_union_parameter_substitution_errors)\nPASS: test_union_pickle (test.test_types.UnionTests.test_union_pickle)\n\n----------------------------------------------------------------------\nRan 124 tests in 0.162s\n\nOK (skipped=1)\n0:02:41 load avg: 1.61 [426/480] test_unary passed\nPASS: test_bad_types (test.test_unary.UnaryOpTestCase.test_bad_types)\nPASS: test_invert (test.test_unary.UnaryOpTestCase.test_invert)\nPASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase.test_negation_of_exponentiation)\nPASS: test_negative (test.test_unary.UnaryOpTestCase.test_negative)\nPASS: test_no_overflow (test.test_unary.UnaryOpTestCase.test_no_overflow)\nPASS: test_positive (test.test_unary.UnaryOpTestCase.test_positive)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:02:41 load avg: 1.61 [427/480] test_typing passed\nPASS: test_all (test.test_typing.AllTests.test_all)\nPASS: test_all_exported_names (test.test_typing.AllTests.test_all_exported_names)\nPASS: test_annotated_cached_with_types (test.test_typing.AnnotatedTests.test_annotated_cached_with_types)\nPASS: test_annotated_in_other_types (test.test_typing.AnnotatedTests.test_annotated_in_other_types)\nPASS: test_annotated_mro (test.test_typing.AnnotatedTests.test_annotated_mro)\nPASS: test_attr_passthrough (test.test_typing.AnnotatedTests.test_attr_passthrough)\nPASS: test_cannot_check_instance (test.test_typing.AnnotatedTests.test_cannot_check_instance)\nPASS: test_cannot_check_subclass (test.test_typing.AnnotatedTests.test_cannot_check_subclass)\nPASS: test_cannot_getattr_typevar (test.test_typing.AnnotatedTests.test_cannot_getattr_typevar)\nPASS: test_cannot_instantiate_forward (test.test_typing.AnnotatedTests.test_cannot_instantiate_forward)\nPASS: test_cannot_instantiate_type_var (test.test_typing.AnnotatedTests.test_cannot_instantiate_type_var)\nPASS: test_cannot_subclass (test.test_typing.AnnotatedTests.test_cannot_subclass)\nPASS: test_deduplicate_from_union (test.test_typing.AnnotatedTests.test_deduplicate_from_union)\nPASS: test_dir (test.test_typing.AnnotatedTests.test_dir)\nPASS: test_flatten (test.test_typing.AnnotatedTests.test_flatten)\nPASS: test_hash_eq (test.test_typing.AnnotatedTests.test_hash_eq)\nPASS: test_instantiate (test.test_typing.AnnotatedTests.test_instantiate)\nPASS: test_instantiate_generic (test.test_typing.AnnotatedTests.test_instantiate_generic)\nPASS: test_instantiate_immutable (test.test_typing.AnnotatedTests.test_instantiate_immutable)\nPASS: test_new (test.test_typing.AnnotatedTests.test_new)\nPASS: test_order_in_union (test.test_typing.AnnotatedTests.test_order_in_union)\nPASS: test_pickle (test.test_typing.AnnotatedTests.test_pickle)\nPASS: test_repr (test.test_typing.AnnotatedTests.test_repr)\nPASS: test_special_form_containment (test.test_typing.AnnotatedTests.test_special_form_containment)\nPASS: test_special_forms_nesting (test.test_typing.AnnotatedTests.test_special_forms_nesting)\nPASS: test_specialize (test.test_typing.AnnotatedTests.test_specialize)\nPASS: test_subst (test.test_typing.AnnotatedTests.test_subst)\nPASS: test_too_few_type_args (test.test_typing.AnnotatedTests.test_too_few_type_args)\nPASS: test_typevar_subst (test.test_typing.AnnotatedTests.test_typevar_subst)\nPASS: test_any_instance_type_error (test.test_typing.AnyTests.test_any_instance_type_error)\nPASS: test_any_works_with_alias (test.test_typing.AnyTests.test_any_works_with_alias)\nPASS: test_can_subclass (test.test_typing.AnyTests.test_can_subclass)\nPASS: test_cannot_instantiate (test.test_typing.AnyTests.test_cannot_instantiate)\nPASS: test_errors (test.test_typing.AnyTests.test_errors)\nPASS: test_multiple_inheritance_with_custom_constructors (test.test_typing.AnyTests.test_multiple_inheritance_with_custom_constructors)\nPASS: test_repr (test.test_typing.AnyTests.test_repr)\nPASS: test_subclassing_with_custom_constructor (test.test_typing.AnyTests.test_subclassing_with_custom_constructor)\nPASS: test_exception (test.test_typing.AssertNeverTests.test_exception)\nPASS: test_basics (test.test_typing.AssertTypeTests.test_basics)\nPASS: test_errors (test.test_typing.AssertTypeTests.test_errors)\nPASS: test_basics (test.test_typing.CastTests.test_basics)\nPASS: test_errors (test.test_typing.CastTests.test_errors)\nPASS: test_basics (test.test_typing.ClassVarTests.test_basics)\nPASS: test_cannot_init (test.test_typing.ClassVarTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.ClassVarTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.ClassVarTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.ClassVarTests.test_repr)\nPASS: test_abstractset (test.test_typing.CollectionsAbcTests.test_abstractset)\nPASS: test_async_generator (test.test_typing.CollectionsAbcTests.test_async_generator)\nPASS: test_async_iterable (test.test_typing.CollectionsAbcTests.test_async_iterable)\nPASS: test_async_iterator (test.test_typing.CollectionsAbcTests.test_async_iterator)\nPASS: test_awaitable (test.test_typing.CollectionsAbcTests.test_awaitable)\nPASS: test_bytestring (test.test_typing.CollectionsAbcTests.test_bytestring)\nPASS: test_chainmap_instantiation (test.test_typing.CollectionsAbcTests.test_chainmap_instantiation)\nPASS: test_chainmap_subclass (test.test_typing.CollectionsAbcTests.test_chainmap_subclass)\nPASS: test_collection (test.test_typing.CollectionsAbcTests.test_collection)\nPASS: test_collections_as_base (test.test_typing.CollectionsAbcTests.test_collections_as_base)\nPASS: test_container (test.test_typing.CollectionsAbcTests.test_container)\nPASS: test_coroutine (test.test_typing.CollectionsAbcTests.test_coroutine)\nPASS: test_counter (test.test_typing.CollectionsAbcTests.test_counter)\nPASS: test_counter_instantiation (test.test_typing.CollectionsAbcTests.test_counter_instantiation)\nPASS: test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_counter_subclass_instantiation)\nPASS: test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests.test_defaultdict_instantiation)\nPASS: test_defaultdict_subclass (test.test_typing.CollectionsAbcTests.test_defaultdict_subclass)\nPASS: test_deque (test.test_typing.CollectionsAbcTests.test_deque)\nPASS: test_deque_instantiation (test.test_typing.CollectionsAbcTests.test_deque_instantiation)\nPASS: test_dict (test.test_typing.CollectionsAbcTests.test_dict)\nPASS: test_dict_subclass (test.test_typing.CollectionsAbcTests.test_dict_subclass)\nPASS: test_dict_subscribe (test.test_typing.CollectionsAbcTests.test_dict_subscribe)\nPASS: test_frozenset (test.test_typing.CollectionsAbcTests.test_frozenset)\nPASS: test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_frozenset_subclass_instantiation)\nPASS: test_generator (test.test_typing.CollectionsAbcTests.test_generator)\nPASS: test_generator_default (test.test_typing.CollectionsAbcTests.test_generator_default)\nPASS: test_hashable (test.test_typing.CollectionsAbcTests.test_hashable)\nPASS: test_iterable (test.test_typing.CollectionsAbcTests.test_iterable)\nPASS: test_iterator (test.test_typing.CollectionsAbcTests.test_iterator)\nPASS: test_list (test.test_typing.CollectionsAbcTests.test_list)\nPASS: test_list_subclass (test.test_typing.CollectionsAbcTests.test_list_subclass)\nPASS: test_mapping (test.test_typing.CollectionsAbcTests.test_mapping)\nPASS: test_mutablemapping (test.test_typing.CollectionsAbcTests.test_mutablemapping)\nPASS: test_mutablesequence (test.test_typing.CollectionsAbcTests.test_mutablesequence)\nPASS: test_mutableset (test.test_typing.CollectionsAbcTests.test_mutableset)\nPASS: test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_async_generator_instantiation)\nPASS: test_no_dict_instantiation (test.test_typing.CollectionsAbcTests.test_no_dict_instantiation)\nPASS: test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests.test_no_frozenset_instantiation)\nPASS: test_no_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_generator_instantiation)\nPASS: test_no_list_instantiation (test.test_typing.CollectionsAbcTests.test_no_list_instantiation)\nPASS: test_no_set_instantiation (test.test_typing.CollectionsAbcTests.test_no_set_instantiation)\nPASS: test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests.test_no_tuple_instantiation)\nPASS: test_or_and_ror (test.test_typing.CollectionsAbcTests.test_or_and_ror)\nPASS: test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests.test_ordereddict_instantiation)\nPASS: test_ordereddict_subclass (test.test_typing.CollectionsAbcTests.test_ordereddict_subclass)\nPASS: test_sequence (test.test_typing.CollectionsAbcTests.test_sequence)\nPASS: test_set (test.test_typing.CollectionsAbcTests.test_set)\nPASS: test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_set_subclass_instantiation)\nPASS: test_sized (test.test_typing.CollectionsAbcTests.test_sized)\nPASS: test_subclassing (test.test_typing.CollectionsAbcTests.test_subclassing)\nPASS: test_subclassing_async_generator (test.test_typing.CollectionsAbcTests.test_subclassing_async_generator)\nPASS: test_subclassing_register (test.test_typing.CollectionsAbcTests.test_subclassing_register)\nPASS: test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests.test_subclassing_subclasshook)\nPASS: test_basic (test.test_typing.CollectionsCallableTests.test_basic)\nPASS: test_callable_instance_type_error (test.test_typing.CollectionsCallableTests.test_callable_instance_type_error)\nPASS: test_callable_instance_works (test.test_typing.CollectionsCallableTests.test_callable_instance_works)\nPASS: test_callable_with_ellipsis (test.test_typing.CollectionsCallableTests.test_callable_with_ellipsis)\nPASS: test_callable_wrong_forms (test.test_typing.CollectionsCallableTests.test_callable_wrong_forms)\nPASS: test_cannot_instantiate (test.test_typing.CollectionsCallableTests.test_cannot_instantiate)\nPASS: test_concatenate (test.test_typing.CollectionsCallableTests.test_concatenate)\nPASS: test_dir (test.test_typing.CollectionsCallableTests.test_dir)\nPASS: test_ellipsis_in_generic (test.test_typing.CollectionsCallableTests.test_ellipsis_in_generic)\nPASS: test_eq_hash (test.test_typing.CollectionsCallableTests.test_eq_hash)\nPASS: test_errors (test.test_typing.CollectionsCallableTests.test_errors)\nPASS: test_nested_paramspec (test.test_typing.CollectionsCallableTests.test_nested_paramspec)\nPASS: test_or_and_ror (test.test_typing.CollectionsCallableTests.test_or_and_ror)\nPASS: test_paramspec (test.test_typing.CollectionsCallableTests.test_paramspec)\nPASS: test_pickle (test.test_typing.CollectionsCallableTests.test_pickle)\nPASS: test_repr (test.test_typing.CollectionsCallableTests.test_repr)\nPASS: test_self_subclass (test.test_typing.CollectionsCallableTests.test_self_subclass)\nPASS: test_type_erasure (test.test_typing.CollectionsCallableTests.test_type_erasure)\nPASS: test_type_subst_error (test.test_typing.CollectionsCallableTests.test_type_subst_error)\nPASS: test_var_substitution (test.test_typing.CollectionsCallableTests.test_var_substitution)\nPASS: test_weakref (test.test_typing.CollectionsCallableTests.test_weakref)\nPASS: test_basics (test.test_typing.ConcatenateTests.test_basics)\nPASS: test_dir (test.test_typing.ConcatenateTests.test_dir)\nPASS: test_invalid_uses (test.test_typing.ConcatenateTests.test_invalid_uses)\nPASS: test_valid_uses (test.test_typing.ConcatenateTests.test_valid_uses)\nPASS: test_var_substitution (test.test_typing.ConcatenateTests.test_var_substitution)\nPASS: test_base_class (test.test_typing.DataclassTransformTests.test_base_class)\nPASS: test_decorator (test.test_typing.DataclassTransformTests.test_decorator)\nPASS: test_metaclass (test.test_typing.DataclassTransformTests.test_metaclass)\nPASS: test_dunder_final (test.test_typing.FinalDecoratorTests.test_dunder_final)\nPASS: test_final_unmodified (test.test_typing.FinalDecoratorTests.test_final_unmodified)\nPASS: test_basics (test.test_typing.FinalTests.test_basics)\nPASS: test_cannot_init (test.test_typing.FinalTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.FinalTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.FinalTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.FinalTests.test_repr)\nPASS: test_basics (test.test_typing.ForwardRefTests.test_basics)\nPASS: test_callable_forward (test.test_typing.ForwardRefTests.test_callable_forward)\nPASS: test_callable_with_ellipsis_forward (test.test_typing.ForwardRefTests.test_callable_with_ellipsis_forward)\nPASS: test_default_globals (test.test_typing.ForwardRefTests.test_default_globals)\nPASS: test_delayed_syntax_error (test.test_typing.ForwardRefTests.test_delayed_syntax_error)\nPASS: test_double_forward (test.test_typing.ForwardRefTests.test_double_forward)\nPASS: test_final_forward_ref (test.test_typing.ForwardRefTests.test_final_forward_ref)\nPASS: test_forward_equality (test.test_typing.ForwardRefTests.test_forward_equality)\nPASS: test_forward_equality_gth (test.test_typing.ForwardRefTests.test_forward_equality_gth)\nPASS: test_forward_equality_hash (test.test_typing.ForwardRefTests.test_forward_equality_hash)\nPASS: test_forward_equality_namespace (test.test_typing.ForwardRefTests.test_forward_equality_namespace)\nPASS: test_forward_recursion_actually (test.test_typing.ForwardRefTests.test_forward_recursion_actually)\nPASS: test_forward_repr (test.test_typing.ForwardRefTests.test_forward_repr)\nPASS: test_forwardref_instance_type_error (test.test_typing.ForwardRefTests.test_forwardref_instance_type_error)\nPASS: test_forwardref_only_str_arg (test.test_typing.ForwardRefTests.test_forwardref_only_str_arg)\nPASS: test_forwardref_subclass_type_error (test.test_typing.ForwardRefTests.test_forwardref_subclass_type_error)\nPASS: test_meta_no_type_check (test.test_typing.ForwardRefTests.test_meta_no_type_check)\nPASS: test_name_error (test.test_typing.ForwardRefTests.test_name_error)\nPASS: test_no_type_check (test.test_typing.ForwardRefTests.test_no_type_check)\nPASS: test_no_type_check_TypeError (test.test_typing.ForwardRefTests.test_no_type_check_TypeError)\nPASS: test_no_type_check_class (test.test_typing.ForwardRefTests.test_no_type_check_class)\nPASS: test_no_type_check_class_and_static_methods (test.test_typing.ForwardRefTests.test_no_type_check_class_and_static_methods)\nPASS: test_no_type_check_foreign_functions (test.test_typing.ForwardRefTests.test_no_type_check_foreign_functions)\nPASS: test_no_type_check_forward_ref_as_string (test.test_typing.ForwardRefTests.test_no_type_check_forward_ref_as_string)\nPASS: test_no_type_check_lambda (test.test_typing.ForwardRefTests.test_no_type_check_lambda)\nPASS: test_no_type_check_nested_types (test.test_typing.ForwardRefTests.test_no_type_check_nested_types)\nPASS: test_no_type_check_no_bases (test.test_typing.ForwardRefTests.test_no_type_check_no_bases)\nPASS: test_no_type_check_other_module (test.test_typing.ForwardRefTests.test_no_type_check_other_module)\nPASS: test_or (test.test_typing.ForwardRefTests.test_or)\nPASS: test_special_forms_forward (test.test_typing.ForwardRefTests.test_special_forms_forward)\nPASS: test_syntax_error (test.test_typing.ForwardRefTests.test_syntax_error)\nPASS: test_syntax_error_empty_string (test.test_typing.ForwardRefTests.test_syntax_error_empty_string)\nPASS: test_tuple_forward (test.test_typing.ForwardRefTests.test_tuple_forward)\nPASS: test_union_forward (test.test_typing.ForwardRefTests.test_union_forward)\nPASS: test_union_forward_recursion (test.test_typing.ForwardRefTests.test_union_forward_recursion)\nPASS: test_one_parameter (test.test_typing.GenericAliasSubstitutionTests.test_one_parameter)\nPASS: test_three_parameters (test.test_typing.GenericAliasSubstitutionTests.test_three_parameters)\nPASS: test_two_parameters (test.test_typing.GenericAliasSubstitutionTests.test_two_parameters)\nPASS: test_variadic_parameters (test.test_typing.GenericAliasSubstitutionTests.test_variadic_parameters)\nPASS: test_abc_bases (test.test_typing.GenericTests.test_abc_bases)\nPASS: test_abc_registry_kept (test.test_typing.GenericTests.test_abc_registry_kept)\nPASS: test_all_repr_eq_any (test.test_typing.GenericTests.test_all_repr_eq_any)\nPASS: test_basics (test.test_typing.GenericTests.test_basics)\nPASS: test_chain_repr (test.test_typing.GenericTests.test_chain_repr)\nPASS: test_complex_subclasses (test.test_typing.GenericTests.test_complex_subclasses)\nPASS: test_copy_and_deepcopy (test.test_typing.GenericTests.test_copy_and_deepcopy)\nPASS: test_copy_generic_instances (test.test_typing.GenericTests.test_copy_generic_instances)\nPASS: test_dict (test.test_typing.GenericTests.test_dict)\nPASS: test_eq_1 (test.test_typing.GenericTests.test_eq_1)\nPASS: test_eq_2 (test.test_typing.GenericTests.test_eq_2)\nPASS: test_errors (test.test_typing.GenericTests.test_errors)\nPASS: test_extended_generic_rules_eq (test.test_typing.GenericTests.test_extended_generic_rules_eq)\nPASS: test_extended_generic_rules_repr (test.test_typing.GenericTests.test_extended_generic_rules_repr)\nPASS: test_extended_generic_rules_subclassing (test.test_typing.GenericTests.test_extended_generic_rules_subclassing)\nPASS: test_fail_with_bare_generic (test.test_typing.GenericTests.test_fail_with_bare_generic)\nPASS: test_fail_with_bare_union (test.test_typing.GenericTests.test_fail_with_bare_union)\nPASS: test_false_subclasses (test.test_typing.GenericTests.test_false_subclasses)\nPASS: test_generic_errors (test.test_typing.GenericTests.test_generic_errors)\nPASS: test_generic_forward_ref (test.test_typing.GenericTests.test_generic_forward_ref)\nPASS: test_generic_hashes (test.test_typing.GenericTests.test_generic_hashes)\nPASS: test_generic_pep585_forward_ref (test.test_typing.GenericTests.test_generic_pep585_forward_ref)\nPASS: test_generic_subclass_checks (test.test_typing.GenericTests.test_generic_subclass_checks)\nPASS: test_immutability_by_copy_and_pickle (test.test_typing.GenericTests.test_immutability_by_copy_and_pickle)\nPASS: test_implicit_any (test.test_typing.GenericTests.test_implicit_any)\nPASS: test_init (test.test_typing.GenericTests.test_init)\nPASS: test_init_subclass (test.test_typing.GenericTests.test_init_subclass)\nPASS: test_init_subclass_super_called (test.test_typing.GenericTests.test_init_subclass_super_called)\nPASS: test_multi_subscr_base (test.test_typing.GenericTests.test_multi_subscr_base)\nPASS: test_multiple_bases (test.test_typing.GenericTests.test_multiple_bases)\nPASS: test_multiple_inheritance (test.test_typing.GenericTests.test_multiple_inheritance)\nPASS: test_multiple_inheritance___mro_entries___returns_non_type (test.test_typing.GenericTests.test_multiple_inheritance___mro_entries___returns_non_type)\nPASS: test_multiple_inheritance_non_type_bad___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_bad___mro_entries__)\nPASS: test_multiple_inheritance_non_type_with___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_with___mro_entries__)\nPASS: test_multiple_inheritance_non_type_without___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_without___mro_entries__)\nPASS: test_multiple_inheritance_special (test.test_typing.GenericTests.test_multiple_inheritance_special)\nPASS: test_multiple_inheritance_with_genericalias (test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias)\nPASS: test_multiple_inheritance_with_genericalias_2 (test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias_2)\nPASS: test_naive_runtime_checks (test.test_typing.GenericTests.test_naive_runtime_checks)\nPASS: test_nested (test.test_typing.GenericTests.test_nested)\nPASS: test_new_no_args (test.test_typing.GenericTests.test_new_no_args)\nPASS: test_new_repr (test.test_typing.GenericTests.test_new_repr)\nPASS: test_new_repr_bare (test.test_typing.GenericTests.test_new_repr_bare)\nPASS: test_new_repr_complex (test.test_typing.GenericTests.test_new_repr_complex)\nPASS: test_new_with_args (test.test_typing.GenericTests.test_new_with_args)\nPASS: test_new_with_args2 (test.test_typing.GenericTests.test_new_with_args2)\nPASS: test_non_generic_subscript (test.test_typing.GenericTests.test_non_generic_subscript)\nPASS: test_orig_bases (test.test_typing.GenericTests.test_orig_bases)\nPASS: test_parameter_detection (test.test_typing.GenericTests.test_parameter_detection)\nPASS: test_parameterized_slots (test.test_typing.GenericTests.test_parameterized_slots)\nPASS: test_parameterized_slots_dict (test.test_typing.GenericTests.test_parameterized_slots_dict)\nPASS: test_pep695_generic_class_with_future_annotations (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations)\nPASS: test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_and_local_shadowing)\nPASS: test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_function_with_future_annotations (test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations)\nPASS: test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_method_with_future_annotations (test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations)\nPASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generics_with_future_annotations_nested_in_function (test.test_typing.GenericTests.test_pep_695_generics_with_future_annotations_nested_in_function)\nPASS: test_pickle (test.test_typing.GenericTests.test_pickle)\nPASS: test_repr (test.test_typing.GenericTests.test_repr)\nPASS: test_repr_2 (test.test_typing.GenericTests.test_repr_2)\nPASS: test_repr_3 (test.test_typing.GenericTests.test_repr_3)\nPASS: test_setattr_exceptions (test.test_typing.GenericTests.test_setattr_exceptions)\nPASS: test_subclass_special_form (test.test_typing.GenericTests.test_subclass_special_form)\nPASS: test_subscript_meta (test.test_typing.GenericTests.test_subscript_meta)\nPASS: test_subscripted_generics_as_proxies (test.test_typing.GenericTests.test_subscripted_generics_as_proxies)\nPASS: test_type_erasure (test.test_typing.GenericTests.test_type_erasure)\nPASS: test_type_erasure_special (test.test_typing.GenericTests.test_type_erasure_special)\nPASS: test_weakref_all (test.test_typing.GenericTests.test_weakref_all)\nPASS: test_forward_ref_and_final (test.test_typing.GetTypeHintTests.test_forward_ref_and_final)\nPASS: test_get_type_hints_ClassVar (test.test_typing.GetTypeHintTests.test_get_type_hints_ClassVar)\nPASS: test_get_type_hints_annotated (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated)\nPASS: test_get_type_hints_annotated_bad_module (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_bad_module)\nPASS: test_get_type_hints_annotated_in_union (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_in_union)\nPASS: test_get_type_hints_annotated_refs (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_refs)\nPASS: test_get_type_hints_annotated_with_none_default (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_with_none_default)\nPASS: test_get_type_hints_bad_module (test.test_typing.GetTypeHintTests.test_get_type_hints_bad_module)\nPASS: test_get_type_hints_classes (test.test_typing.GetTypeHintTests.test_get_type_hints_classes)\nPASS: test_get_type_hints_classes_no_implicit_optional (test.test_typing.GetTypeHintTests.test_get_type_hints_classes_no_implicit_optional)\nPASS: test_get_type_hints_classes_str_annotations (test.test_typing.GetTypeHintTests.test_get_type_hints_classes_str_annotations)\nPASS: test_get_type_hints_collections_abc_callable (test.test_typing.GetTypeHintTests.test_get_type_hints_collections_abc_callable)\nPASS: test_get_type_hints_for_builtins (test.test_typing.GetTypeHintTests.test_get_type_hints_for_builtins)\nPASS: test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintTests.test_get_type_hints_for_object_with_annotations)\nPASS: test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintTests.test_get_type_hints_from_various_objects)\nPASS: test_get_type_hints_modules (test.test_typing.GetTypeHintTests.test_get_type_hints_modules)\nSKIP: test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests.test_get_type_hints_modules_forwardref) 'known bug'\nPASS: test_get_type_hints_typeddict (test.test_typing.GetTypeHintTests.test_get_type_hints_typeddict)\nPASS: test_get_type_hints_wrapped_decoratored_func (test.test_typing.GetTypeHintTests.test_get_type_hints_wrapped_decoratored_func)\nPASS: test_previous_behavior (test.test_typing.GetTypeHintTests.test_previous_behavior)\nPASS: test_respect_no_type_check (test.test_typing.GetTypeHintTests.test_respect_no_type_check)\nPASS: test_top_level_class_var (test.test_typing.GetTypeHintTests.test_top_level_class_var)\nPASS: test_get_args (test.test_typing.GetUtilitiesTestCase.test_get_args)\nPASS: test_get_origin (test.test_typing.GetUtilitiesTestCase.test_get_origin)\nPASS: test_binaryio (test.test_typing.IOTests.test_binaryio)\nPASS: test_io (test.test_typing.IOTests.test_io)\nPASS: test_textio (test.test_typing.IOTests.test_textio)\nPASS: test_collect_parameters (test.test_typing.InternalsTests.test_collect_parameters)\nPASS: test_deprecation_for_no_type_params_passed_to__evaluate (test.test_typing.InternalsTests.test_deprecation_for_no_type_params_passed_to__evaluate)\nPASS: test_alias (test.test_typing.LiteralStringTests.test_alias)\nPASS: test_basics (test.test_typing.LiteralStringTests.test_basics)\nPASS: test_cannot_init (test.test_typing.LiteralStringTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.LiteralStringTests.test_cannot_subclass)\nPASS: test_cannot_subscript (test.test_typing.LiteralStringTests.test_cannot_subscript)\nPASS: test_equality (test.test_typing.LiteralStringTests.test_equality)\nPASS: test_no_isinstance (test.test_typing.LiteralStringTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.LiteralStringTests.test_repr)\nPASS: test_args (test.test_typing.LiteralTests.test_args)\nPASS: test_basics (test.test_typing.LiteralTests.test_basics)\nPASS: test_cannot_init (test.test_typing.LiteralTests.test_cannot_init)\nPASS: test_dir (test.test_typing.LiteralTests.test_dir)\nPASS: test_does_not_flatten_enum (test.test_typing.LiteralTests.test_does_not_flatten_enum)\nPASS: test_enum (test.test_typing.LiteralTests.test_enum)\nPASS: test_equal (test.test_typing.LiteralTests.test_equal)\nPASS: test_flatten (test.test_typing.LiteralTests.test_flatten)\nPASS: test_hash (test.test_typing.LiteralTests.test_hash)\nPASS: test_illegal_parameters_do_not_raise_runtime_errors (test.test_typing.LiteralTests.test_illegal_parameters_do_not_raise_runtime_errors)\nPASS: test_literals_inside_other_types (test.test_typing.LiteralTests.test_literals_inside_other_types)\nPASS: test_no_isinstance_or_issubclass (test.test_typing.LiteralTests.test_no_isinstance_or_issubclass)\nPASS: test_no_multiple_subscripts (test.test_typing.LiteralTests.test_no_multiple_subscripts)\nPASS: test_no_subclassing (test.test_typing.LiteralTests.test_no_subclassing)\nPASS: test_repr (test.test_typing.LiteralTests.test_repr)\nPASS: test_annotation_usage (test.test_typing.NamedTupleTests.test_annotation_usage)\nPASS: test_annotation_usage_with_default (test.test_typing.NamedTupleTests.test_annotation_usage_with_default)\nPASS: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests.test_annotation_usage_with_methods)\nPASS: test_basics (test.test_typing.NamedTupleTests.test_basics)\nPASS: test_copy_and_pickle (test.test_typing.NamedTupleTests.test_copy_and_pickle)\nPASS: test_empty_namedtuple (test.test_typing.NamedTupleTests.test_empty_namedtuple)\nPASS: test_generic (test.test_typing.NamedTupleTests.test_generic)\nPASS: test_generic_pep695 (test.test_typing.NamedTupleTests.test_generic_pep695)\nPASS: test_multiple_inheritance (test.test_typing.NamedTupleTests.test_multiple_inheritance)\nPASS: test_namedtuple_errors (test.test_typing.NamedTupleTests.test_namedtuple_errors)\nPASS: test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests.test_namedtuple_keyword_usage)\nPASS: test_namedtuple_special_keyword_names (test.test_typing.NamedTupleTests.test_namedtuple_special_keyword_names)\nPASS: test_non_generic_subscript (test.test_typing.NamedTupleTests.test_non_generic_subscript)\nPASS: test_orig_bases (test.test_typing.NamedTupleTests.test_orig_bases)\nPASS: test_setname_called_on_values_in_class_dictionary (test.test_typing.NamedTupleTests.test_setname_called_on_values_in_class_dictionary)\nPASS: test_setname_raises_the_same_as_on_other_classes (test.test_typing.NamedTupleTests.test_setname_raises_the_same_as_on_other_classes)\nPASS: test_strange_errors_when_accessing_set_name_itself (test.test_typing.NamedTupleTests.test_strange_errors_when_accessing_set_name_itself)\nPASS: test_cannot_instantiate (test.test_typing.NeverTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.NeverTests.test_cannot_subclass)\nPASS: test_equality (test.test_typing.NeverTests.test_equality)\nPASS: test_get_origin (test.test_typing.NeverTests.test_get_origin)\nPASS: test_get_type_hints (test.test_typing.NeverTests.test_get_type_hints)\nPASS: test_instance_type_error (test.test_typing.NeverTests.test_instance_type_error)\nPASS: test_not_generic (test.test_typing.NeverTests.test_not_generic)\nPASS: test_repr (test.test_typing.NeverTests.test_repr)\nPASS: test_subclass_type_error (test.test_typing.NeverTests.test_subclass_type_error)\nPASS: test_basic (test.test_typing.NewTypeTests.test_basic)\nPASS: test_error_message_when_subclassing (test.test_typing.NewTypeTests.test_error_message_when_subclassing)\nPASS: test_errors (test.test_typing.NewTypeTests.test_errors)\nPASS: test_missing__name__ (test.test_typing.NewTypeTests.test_missing__name__)\nPASS: test_or (test.test_typing.NewTypeTests.test_or)\nPASS: test_pickle (test.test_typing.NewTypeTests.test_pickle)\nPASS: test_repr (test.test_typing.NewTypeTests.test_repr)\nPASS: test_special_attrs (test.test_typing.NewTypeTests.test_special_attrs)\nPASS: test_class (test.test_typing.NoDefaultTests.test_class)\nPASS: test_constructor (test.test_typing.NoDefaultTests.test_constructor)\nPASS: test_doc (test.test_typing.NoDefaultTests.test_doc)\nPASS: test_no_attributes (test.test_typing.NoDefaultTests.test_no_attributes)\nPASS: test_no_call (test.test_typing.NoDefaultTests.test_no_call)\nPASS: test_pickling (test.test_typing.NoDefaultTests.test_pickling)\nPASS: test_repr (test.test_typing.NoDefaultTests.test_repr)\nPASS: test_cannot_instantiate (test.test_typing.NoReturnTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.NoReturnTests.test_cannot_subclass)\nPASS: test_equality (test.test_typing.NoReturnTests.test_equality)\nPASS: test_get_origin (test.test_typing.NoReturnTests.test_get_origin)\nPASS: test_get_type_hints (test.test_typing.NoReturnTests.test_get_type_hints)\nPASS: test_instance_type_error (test.test_typing.NoReturnTests.test_instance_type_error)\nPASS: test_not_equality (test.test_typing.NoReturnTests.test_not_equality)\nPASS: test_not_generic (test.test_typing.NoReturnTests.test_not_generic)\nPASS: test_repr (test.test_typing.NoReturnTests.test_repr)\nPASS: test_subclass_type_error (test.test_typing.NoReturnTests.test_subclass_type_error)\nPASS: test_basics (test.test_typing.NotRequiredTests.test_basics)\nPASS: test_cannot_init (test.test_typing.NotRequiredTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.NotRequiredTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.NotRequiredTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.NotRequiredTests.test_repr)\nPASS: test_async_contextmanager (test.test_typing.OtherABCTests.test_async_contextmanager)\nPASS: test_asynccontextmanager_type_params (test.test_typing.OtherABCTests.test_asynccontextmanager_type_params)\nPASS: test_contextmanager (test.test_typing.OtherABCTests.test_contextmanager)\nPASS: test_contextmanager_type_params (test.test_typing.OtherABCTests.test_contextmanager_type_params)\nPASS: test_overload_fails (test.test_typing.OverloadTests.test_overload_fails)\nPASS: test_overload_on_compiled_functions (test.test_typing.OverloadTests.test_overload_on_compiled_functions)\nPASS: test_overload_registry (test.test_typing.OverloadTests.test_overload_registry)\nPASS: test_overload_registry_repeated (test.test_typing.OverloadTests.test_overload_registry_repeated)\nPASS: test_overload_succeeds (test.test_typing.OverloadTests.test_overload_succeeds)\nPASS: test_multiple_decorators (test.test_typing.OverrideDecoratorTests.test_multiple_decorators)\nPASS: test_override (test.test_typing.OverrideDecoratorTests.test_override)\nPASS: test_property (test.test_typing.OverrideDecoratorTests.test_property)\nPASS: test_silent_failure (test.test_typing.OverrideDecoratorTests.test_silent_failure)\nPASS: test_args_kwargs (test.test_typing.ParamSpecTests.test_args_kwargs)\nPASS: test_bad_var_substitution (test.test_typing.ParamSpecTests.test_bad_var_substitution)\nPASS: test_basic_plain (test.test_typing.ParamSpecTests.test_basic_plain)\nPASS: test_basic_with_exec (test.test_typing.ParamSpecTests.test_basic_with_exec)\nPASS: test_cannot_subclass (test.test_typing.ParamSpecTests.test_cannot_subclass)\nPASS: test_multiple_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_multiple_paramspecs_in_user_generics)\nPASS: test_paramspec_gets_copied (test.test_typing.ParamSpecTests.test_paramspec_gets_copied)\nPASS: test_paramspec_in_nested_generics (test.test_typing.ParamSpecTests.test_paramspec_in_nested_generics)\nPASS: test_stringized (test.test_typing.ParamSpecTests.test_stringized)\nPASS: test_type_var_subst_for_other_type_vars (test.test_typing.ParamSpecTests.test_type_var_subst_for_other_type_vars)\nPASS: test_typevartuple_and_paramspecs_in_generic_aliases (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_generic_aliases)\nPASS: test_typevartuple_and_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_user_generics)\nPASS: test_user_generics (test.test_typing.ParamSpecTests.test_user_generics)\nPASS: test_valid_uses (test.test_typing.ParamSpecTests.test_valid_uses)\nPASS: test_var_substitution (test.test_typing.ParamSpecTests.test_var_substitution)\nPASS: test_basic_protocol (test.test_typing.ProtocolTests.test_basic_protocol)\nPASS: test_builtin_protocol_allowlist (test.test_typing.ProtocolTests.test_builtin_protocol_allowlist)\nPASS: test_bundled_protocol_instance_works (test.test_typing.ProtocolTests.test_bundled_protocol_instance_works)\nPASS: test_cannot_instantiate_abstract (test.test_typing.ProtocolTests.test_cannot_instantiate_abstract)\nPASS: test_collections_protocols_allowed (test.test_typing.ProtocolTests.test_collections_protocols_allowed)\nPASS: test_concrete_class_inheriting_init_from_protocol (test.test_typing.ProtocolTests.test_concrete_class_inheriting_init_from_protocol)\nPASS: test_custom_subclasshook (test.test_typing.ProtocolTests.test_custom_subclasshook)\nPASS: test_custom_subclasshook_2 (test.test_typing.ProtocolTests.test_custom_subclasshook_2)\nPASS: test_defining_generic_protocols (test.test_typing.ProtocolTests.test_defining_generic_protocols)\nPASS: test_defining_generic_protocols_old_style (test.test_typing.ProtocolTests.test_defining_generic_protocols_old_style)\nPASS: test_empty_protocol_decorated_with_final (test.test_typing.ProtocolTests.test_empty_protocol_decorated_with_final)\nPASS: test_everything_implements_empty_protocol (test.test_typing.ProtocolTests.test_everything_implements_empty_protocol)\nPASS: test_function_implements_protocol (test.test_typing.ProtocolTests.test_function_implements_protocol)\nPASS: test_generic_protocols_eq (test.test_typing.ProtocolTests.test_generic_protocols_eq)\nPASS: test_generic_protocols_repr (test.test_typing.ProtocolTests.test_generic_protocols_repr)\nPASS: test_generic_protocols_special_from_generic (test.test_typing.ProtocolTests.test_generic_protocols_special_from_generic)\nPASS: test_generic_protocols_special_from_protocol (test.test_typing.ProtocolTests.test_generic_protocols_special_from_protocol)\nPASS: test_get_protocol_members (test.test_typing.ProtocolTests.test_get_protocol_members)\nPASS: test_implicit_issubclass_between_two_protocols (test.test_typing.ProtocolTests.test_implicit_issubclass_between_two_protocols)\nPASS: test_inheritance_from_object (test.test_typing.ProtocolTests.test_inheritance_from_object)\nPASS: test_init_called (test.test_typing.ProtocolTests.test_init_called)\nPASS: test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta (test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta)\nPASS: test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2 (test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2)\nPASS: test_is_protocol (test.test_typing.ProtocolTests.test_is_protocol)\nPASS: test_isinstance_checks_not_at_whim_of_gc (test.test_typing.ProtocolTests.test_isinstance_checks_not_at_whim_of_gc)\nPASS: test_issubclass_and_isinstance_on_Protocol_itself (test.test_typing.ProtocolTests.test_issubclass_and_isinstance_on_Protocol_itself)\nPASS: test_issubclass_fails_correctly (test.test_typing.ProtocolTests.test_issubclass_fails_correctly)\nPASS: test_new_called (test.test_typing.ProtocolTests.test_new_called)\nPASS: test_no_inheritance_from_nominal (test.test_typing.ProtocolTests.test_no_inheritance_from_nominal)\nPASS: test_no_instantiation (test.test_typing.ProtocolTests.test_no_instantiation)\nPASS: test_no_runtime_deco_on_nominal (test.test_typing.ProtocolTests.test_no_runtime_deco_on_nominal)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance_2 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_2)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance_3 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_3)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance_pep695 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_pep695)\nPASS: test_non_protocol_subclasses (test.test_typing.ProtocolTests.test_non_protocol_subclasses)\nPASS: test_non_runtime_protocol_isinstance_check (test.test_typing.ProtocolTests.test_non_runtime_protocol_isinstance_check)\nPASS: test_none_on_callable_blocks_implementation (test.test_typing.ProtocolTests.test_none_on_callable_blocks_implementation)\nPASS: test_none_on_non_callable_doesnt_block_implementation (test.test_typing.ProtocolTests.test_none_on_non_callable_doesnt_block_implementation)\nPASS: test_none_treated_correctly (test.test_typing.ProtocolTests.test_none_treated_correctly)\nPASS: test_nonruntime_protocol_interaction_with_evil_classproperty (test.test_typing.ProtocolTests.test_nonruntime_protocol_interaction_with_evil_classproperty)\nPASS: test_pep695_generic_protocol_callable_members (test.test_typing.ProtocolTests.test_pep695_generic_protocol_callable_members)\nPASS: test_pep695_generics_can_be_runtime_checkable (test.test_typing.ProtocolTests.test_pep695_generics_can_be_runtime_checkable)\nPASS: test_protocol_checks_after_subscript (test.test_typing.ProtocolTests.test_protocol_checks_after_subscript)\nPASS: test_protocol_decorated_with_final_callable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_callable_members)\nPASS: test_protocol_decorated_with_final_mixed_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_mixed_members)\nPASS: test_protocol_decorated_with_final_noncallable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_noncallable_members)\nPASS: test_protocol_defining_init_does_not_get_overridden (test.test_typing.ProtocolTests.test_protocol_defining_init_does_not_get_overridden)\nPASS: test_protocol_issubclass_error_message (test.test_typing.ProtocolTests.test_protocol_issubclass_error_message)\nPASS: test_protocols_bad_subscripts (test.test_typing.ProtocolTests.test_protocols_bad_subscripts)\nPASS: test_protocols_in_unions (test.test_typing.ProtocolTests.test_protocols_in_unions)\nPASS: test_protocols_isinstance (test.test_typing.ProtocolTests.test_protocols_isinstance)\nPASS: test_protocols_isinstance___slots__ (test.test_typing.ProtocolTests.test_protocols_isinstance___slots__)\nPASS: test_protocols_isinstance_attribute_access_with_side_effects (test.test_typing.ProtocolTests.test_protocols_isinstance_attribute_access_with_side_effects)\nPASS: test_protocols_isinstance_init (test.test_typing.ProtocolTests.test_protocols_isinstance_init)\nPASS: test_protocols_isinstance_monkeypatching (test.test_typing.ProtocolTests.test_protocols_isinstance_monkeypatching)\nPASS: test_protocols_isinstance_not_fooled_by_custom_dir (test.test_typing.ProtocolTests.test_protocols_isinstance_not_fooled_by_custom_dir)\nPASS: test_protocols_isinstance_properties_and_descriptors (test.test_typing.ProtocolTests.test_protocols_isinstance_properties_and_descriptors)\nPASS: test_protocols_isinstance_py36 (test.test_typing.ProtocolTests.test_protocols_isinstance_py36)\nPASS: test_protocols_issubclass (test.test_typing.ProtocolTests.test_protocols_issubclass)\nPASS: test_protocols_issubclass_non_callable (test.test_typing.ProtocolTests.test_protocols_issubclass_non_callable)\nPASS: test_protocols_pickleable (test.test_typing.ProtocolTests.test_protocols_pickleable)\nPASS: test_protocols_support_register (test.test_typing.ProtocolTests.test_protocols_support_register)\nPASS: test_reversible (test.test_typing.ProtocolTests.test_reversible)\nPASS: test_runtime_checkable_generic (test.test_typing.ProtocolTests.test_runtime_checkable_generic)\nPASS: test_runtime_checkable_generic_non_protocol (test.test_typing.ProtocolTests.test_runtime_checkable_generic_non_protocol)\nPASS: test_runtime_checkable_with_match_args (test.test_typing.ProtocolTests.test_runtime_checkable_with_match_args)\nPASS: test_runtime_protocol_interaction_with_evil_classproperty (test.test_typing.ProtocolTests.test_runtime_protocol_interaction_with_evil_classproperty)\nPASS: test_subprotocols_extending (test.test_typing.ProtocolTests.test_subprotocols_extending)\nPASS: test_subprotocols_merging (test.test_typing.ProtocolTests.test_subprotocols_merging)\nPASS: test_super_call_init (test.test_typing.ProtocolTests.test_super_call_init)\nPASS: test_supports_abs (test.test_typing.ProtocolTests.test_supports_abs)\nPASS: test_supports_bytes (test.test_typing.ProtocolTests.test_supports_bytes)\nPASS: test_supports_complex (test.test_typing.ProtocolTests.test_supports_complex)\nPASS: test_supports_float (test.test_typing.ProtocolTests.test_supports_float)\nPASS: test_supports_index (test.test_typing.ProtocolTests.test_supports_index)\nPASS: test_supports_int (test.test_typing.ProtocolTests.test_supports_int)\nPASS: test_supports_round (test.test_typing.ProtocolTests.test_supports_round)\nPASS: test_alias_equality (test.test_typing.RETests.test_alias_equality)\nPASS: test_basics (test.test_typing.RETests.test_basics)\nPASS: test_cannot_subclass (test.test_typing.RETests.test_cannot_subclass)\nPASS: test_errors (test.test_typing.RETests.test_errors)\nPASS: test_repr (test.test_typing.RETests.test_repr)\nPASS: test_basics (test.test_typing.RequiredTests.test_basics)\nPASS: test_cannot_init (test.test_typing.RequiredTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.RequiredTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.RequiredTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.RequiredTests.test_repr)\nPASS: test_reveal_type (test.test_typing.RevealTypeTests.test_reveal_type)\nPASS: test_alias (test.test_typing.SelfTests.test_alias)\nPASS: test_basics (test.test_typing.SelfTests.test_basics)\nPASS: test_cannot_init (test.test_typing.SelfTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.SelfTests.test_cannot_subclass)\nPASS: test_cannot_subscript (test.test_typing.SelfTests.test_cannot_subscript)\nPASS: test_equality (test.test_typing.SelfTests.test_equality)\nPASS: test_no_isinstance (test.test_typing.SelfTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.SelfTests.test_repr)\nPASS: test_genericalias_dir (test.test_typing.SpecialAttrsTests.test_genericalias_dir)\nPASS: test_special_attrs (test.test_typing.SpecialAttrsTests.test_special_attrs)\nPASS: test_special_attrs2 (test.test_typing.SpecialAttrsTests.test_special_attrs2)\nPASS: test_no_duplicates_if_replacement_not_in_templates (test.test_typing.TemplateReplacementTests.test_no_duplicates_if_replacement_not_in_templates)\nPASS: test_two_templates_two_replacements_yields_correct_renders (test.test_typing.TemplateReplacementTests.test_two_templates_two_replacements_yields_correct_renders)\nPASS: test_c_functions (test.test_typing.TestModules.test_c_functions)\nPASS: test_basics (test.test_typing.TupleTests.test_basics)\nPASS: test_equality (test.test_typing.TupleTests.test_equality)\nPASS: test_errors (test.test_typing.TupleTests.test_errors)\nPASS: test_repr (test.test_typing.TupleTests.test_repr)\nPASS: test_tuple_instance_type_error (test.test_typing.TupleTests.test_tuple_instance_type_error)\nPASS: test_tuple_subclass (test.test_typing.TupleTests.test_tuple_subclass)\nPASS: test_cannot_instantiate (test.test_typing.TypeAliasTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.TypeAliasTests.test_cannot_subclass)\nPASS: test_cannot_subscript (test.test_typing.TypeAliasTests.test_cannot_subscript)\nPASS: test_canonical_usage_with_type_comment (test.test_typing.TypeAliasTests.test_canonical_usage_with_type_comment)\nPASS: test_canonical_usage_with_variable_annotation (test.test_typing.TypeAliasTests.test_canonical_usage_with_variable_annotation)\nPASS: test_no_isinstance (test.test_typing.TypeAliasTests.test_no_isinstance)\nPASS: test_no_issubclass (test.test_typing.TypeAliasTests.test_no_issubclass)\nPASS: test_repr (test.test_typing.TypeAliasTests.test_repr)\nPASS: test_stringized_usage (test.test_typing.TypeAliasTests.test_stringized_usage)\nPASS: test_basics (test.test_typing.TypeGuardTests.test_basics)\nPASS: test_cannot_init (test.test_typing.TypeGuardTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.TypeGuardTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.TypeGuardTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.TypeGuardTests.test_repr)\nPASS: test_basics (test.test_typing.TypeIsTests.test_basics)\nPASS: test_cannot_init (test.test_typing.TypeIsTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.TypeIsTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.TypeIsTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.TypeIsTests.test_repr)\nPASS: test_cannot_iterate (test.test_typing.TypeIterationTests.test_cannot_iterate)\nPASS: test_is_not_instance_of_iterable (test.test_typing.TypeIterationTests.test_is_not_instance_of_iterable)\nPASS: test_allow_default_after_non_default_in_alias (test.test_typing.TypeParameterDefaultsTests.test_allow_default_after_non_default_in_alias)\nPASS: test_need_more_params (test.test_typing.TypeParameterDefaultsTests.test_need_more_params)\nPASS: test_no_default_after_non_default (test.test_typing.TypeParameterDefaultsTests.test_no_default_after_non_default)\nPASS: test_no_default_after_typevar_tuple (test.test_typing.TypeParameterDefaultsTests.test_no_default_after_typevar_tuple)\nPASS: test_paramspec (test.test_typing.TypeParameterDefaultsTests.test_paramspec)\nPASS: test_paramspec_and_typevar_specialization (test.test_typing.TypeParameterDefaultsTests.test_paramspec_and_typevar_specialization)\nPASS: test_paramspec_none (test.test_typing.TypeParameterDefaultsTests.test_paramspec_none)\nPASS: test_paramspec_specialization (test.test_typing.TypeParameterDefaultsTests.test_paramspec_specialization)\nPASS: test_pickle (test.test_typing.TypeParameterDefaultsTests.test_pickle)\nPASS: test_typevar (test.test_typing.TypeParameterDefaultsTests.test_typevar)\nPASS: test_typevar_and_paramspec_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevar_and_paramspec_specialization)\nPASS: test_typevar_and_typevartuple_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevar_and_typevartuple_specialization)\nPASS: test_typevar_none (test.test_typing.TypeParameterDefaultsTests.test_typevar_none)\nPASS: test_typevartuple (test.test_typing.TypeParameterDefaultsTests.test_typevartuple)\nPASS: test_typevartuple_none (test.test_typing.TypeParameterDefaultsTests.test_typevartuple_none)\nPASS: test_typevartuple_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevartuple_specialization)\nPASS: test_type_basic (test.test_typing.TypeTests.test_type_basic)\nPASS: test_type_optional (test.test_typing.TypeTests.test_type_optional)\nPASS: test_type_typevar (test.test_typing.TypeTests.test_type_typevar)\nPASS: test_attributes (test.test_typing.TypeVarTests.test_attributes)\nPASS: test_bad_var_substitution (test.test_typing.TypeVarTests.test_bad_var_substitution)\nPASS: test_basic_plain (test.test_typing.TypeVarTests.test_basic_plain)\nPASS: test_basic_with_exec (test.test_typing.TypeVarTests.test_basic_with_exec)\nPASS: test_bound_errors (test.test_typing.TypeVarTests.test_bound_errors)\nPASS: test_cannot_combine_explicit_and_infer (test.test_typing.TypeVarTests.test_cannot_combine_explicit_and_infer)\nPASS: test_cannot_instantiate_vars (test.test_typing.TypeVarTests.test_cannot_instantiate_vars)\nPASS: test_cannot_subclass (test.test_typing.TypeVarTests.test_cannot_subclass)\nPASS: test_constrained_error (test.test_typing.TypeVarTests.test_constrained_error)\nPASS: test_constructor (test.test_typing.TypeVarTests.test_constructor)\nPASS: test_many_weakrefs (test.test_typing.TypeVarTests.test_many_weakrefs)\nPASS: test_missing__name__ (test.test_typing.TypeVarTests.test_missing__name__)\nPASS: test_no_bivariant (test.test_typing.TypeVarTests.test_no_bivariant)\nPASS: test_no_redefinition (test.test_typing.TypeVarTests.test_no_redefinition)\nPASS: test_or (test.test_typing.TypeVarTests.test_or)\nPASS: test_repr (test.test_typing.TypeVarTests.test_repr)\nPASS: test_typevar_instance_type_error (test.test_typing.TypeVarTests.test_typevar_instance_type_error)\nPASS: test_typevar_subclass_type_error (test.test_typing.TypeVarTests.test_typevar_subclass_type_error)\nPASS: test_union_constrained (test.test_typing.TypeVarTests.test_union_constrained)\nPASS: test_union_unique (test.test_typing.TypeVarTests.test_union_unique)\nPASS: test_var_substitution (test.test_typing.TypeVarTests.test_var_substitution)\nPASS: test_pickling_then_unpickling_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_results_in_same_identity)\nPASS: test_pickling_then_unpickling_tuple_with_typevartuple_equality (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_tuple_with_typevartuple_equality)\nPASS: test_pickling_then_unpickling_unpacked_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_unpacked_results_in_same_identity)\nPASS: test_bad_var_substitution (test.test_typing.TypeVarTupleTests.test_bad_var_substitution)\nPASS: test_callable_args_are_correct (test.test_typing.TypeVarTupleTests.test_callable_args_are_correct)\nPASS: test_cannot_call_instance (test.test_typing.TypeVarTupleTests.test_cannot_call_instance)\nPASS: test_cannot_subclass (test.test_typing.TypeVarTupleTests.test_cannot_subclass)\nPASS: test_concatenation_in_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_concatenation_in_variadic_args_annotations_are_correct)\nPASS: test_different_instances_are_different (test.test_typing.TypeVarTupleTests.test_different_instances_are_different)\nPASS: test_exec (test.test_typing.TypeVarTupleTests.test_exec)\nPASS: test_get_type_hints_on_unpack_args (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args)\nPASS: test_get_type_hints_on_unpack_args_string (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args_string)\nPASS: test_instance_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_instance_is_equal_to_itself)\nPASS: test_instance_isinstance_of_typevartuple (test.test_typing.TypeVarTupleTests.test_instance_isinstance_of_typevartuple)\nPASS: test_module (test.test_typing.TypeVarTupleTests.test_module)\nPASS: test_name (test.test_typing.TypeVarTupleTests.test_name)\nPASS: test_parameterised_tuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_parameterised_tuple_is_equal_to_itself)\nPASS: test_repr_is_correct (test.test_typing.TypeVarTupleTests.test_repr_is_correct)\nPASS: test_tuple_args_and_parameters_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_and_parameters_are_correct)\nPASS: test_tuple_args_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_are_correct)\nPASS: test_type_concatenation_in_tuple_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_tuple_argument_list_succeeds)\nPASS: test_type_concatenation_in_variadic_class_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_variadic_class_argument_list_succeeds)\nPASS: test_unpacked_typevartuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_unpacked_typevartuple_is_equal_to_itself)\nPASS: test_var_substitution (test.test_typing.TypeVarTupleTests.test_var_substitution)\nPASS: test_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_annotations_are_correct)\nPASS: test_variadic_args_with_ellipsis_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_with_ellipsis_annotations_are_correct)\nPASS: test_variadic_class_alias_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_alias_repr_is_correct)\nPASS: test_variadic_class_arg_ordering_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_ordering_matters)\nPASS: test_variadic_class_arg_typevartuple_identity_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_typevartuple_identity_matters)\nPASS: test_variadic_class_args_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_args_are_correct)\nPASS: test_variadic_class_definition_using_concrete_types_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_concrete_types_fails)\nPASS: test_variadic_class_definition_using_packed_typevartuple_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_packed_typevartuple_fails)\nPASS: test_variadic_class_origin_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_origin_is_correct)\nPASS: test_variadic_class_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_repr_is_correct)\nPASS: test_variadic_class_same_args_results_in_equalty (test.test_typing.TypeVarTupleTests.test_variadic_class_same_args_results_in_equalty)\nPASS: test_variadic_class_with_2_typevars_accepts_2_or_more_args (test.test_typing.TypeVarTupleTests.test_variadic_class_with_2_typevars_accepts_2_or_more_args)\nPASS: test_variadic_class_with_duplicate_typevartuples_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_with_duplicate_typevartuples_fails)\nPASS: tests_tuple_arg_ordering_matters (test.test_typing.TypeVarTupleTests.tests_tuple_arg_ordering_matters)\nPASS: test_basics_functional_syntax (test.test_typing.TypedDictTests.test_basics_functional_syntax)\nPASS: test_can_make_readonly_key_mutable (test.test_typing.TypedDictTests.test_can_make_readonly_key_mutable)\nPASS: test_cannot_make_mutable_key_readonly (test.test_typing.TypedDictTests.test_cannot_make_mutable_key_readonly)\nPASS: test_combine_qualifiers (test.test_typing.TypedDictTests.test_combine_qualifiers)\nPASS: test_generic_inheritance (test.test_typing.TypedDictTests.test_generic_inheritance)\nPASS: test_get_type_hints (test.test_typing.TypedDictTests.test_get_type_hints)\nPASS: test_get_type_hints_generic (test.test_typing.TypedDictTests.test_get_type_hints_generic)\nPASS: test_implicit_any_inheritance (test.test_typing.TypedDictTests.test_implicit_any_inheritance)\nPASS: test_is_typeddict (test.test_typing.TypedDictTests.test_is_typeddict)\nPASS: test_keys_inheritance (test.test_typing.TypedDictTests.test_keys_inheritance)\nPASS: test_keys_inheritance_with_same_name (test.test_typing.TypedDictTests.test_keys_inheritance_with_same_name)\nPASS: test_multiple_inheritance (test.test_typing.TypedDictTests.test_multiple_inheritance)\nPASS: test_multiple_inheritance_with_same_key (test.test_typing.TypedDictTests.test_multiple_inheritance_with_same_key)\nPASS: test_non_generic_subscript (test.test_typing.TypedDictTests.test_non_generic_subscript)\nPASS: test_optional (test.test_typing.TypedDictTests.test_optional)\nPASS: test_optional_keys (test.test_typing.TypedDictTests.test_optional_keys)\nPASS: test_orig_bases (test.test_typing.TypedDictTests.test_orig_bases)\nPASS: test_pep695_generic_typeddict (test.test_typing.TypedDictTests.test_pep695_generic_typeddict)\nPASS: test_pickle (test.test_typing.TypedDictTests.test_pickle)\nPASS: test_pickle_generic (test.test_typing.TypedDictTests.test_pickle_generic)\nPASS: test_py36_class_syntax_usage (test.test_typing.TypedDictTests.test_py36_class_syntax_usage)\nPASS: test_readonly_inheritance (test.test_typing.TypedDictTests.test_readonly_inheritance)\nPASS: test_required_notrequired_keys (test.test_typing.TypedDictTests.test_required_notrequired_keys)\nPASS: test_total (test.test_typing.TypedDictTests.test_total)\nPASS: test_total_inherits_non_total (test.test_typing.TypedDictTests.test_total_inherits_non_total)\nPASS: test_total_with_assigned_value (test.test_typing.TypedDictTests.test_total_with_assigned_value)\nPASS: test_typeddict_create_errors (test.test_typing.TypedDictTests.test_typeddict_create_errors)\nPASS: test_typeddict_errors (test.test_typing.TypedDictTests.test_typeddict_errors)\nPASS: test_zero_fields_typeddicts (test.test_typing.TypedDictTests.test_zero_fields_typeddicts)\nPASS: test_basic (test.test_typing.TypingCallableTests.test_basic)\nPASS: test_callable_instance_type_error (test.test_typing.TypingCallableTests.test_callable_instance_type_error)\nPASS: test_callable_instance_works (test.test_typing.TypingCallableTests.test_callable_instance_works)\nPASS: test_callable_with_ellipsis (test.test_typing.TypingCallableTests.test_callable_with_ellipsis)\nPASS: test_callable_wrong_forms (test.test_typing.TypingCallableTests.test_callable_wrong_forms)\nPASS: test_cannot_instantiate (test.test_typing.TypingCallableTests.test_cannot_instantiate)\nPASS: test_concatenate (test.test_typing.TypingCallableTests.test_concatenate)\nPASS: test_consistency (test.test_typing.TypingCallableTests.test_consistency)\nPASS: test_dir (test.test_typing.TypingCallableTests.test_dir)\nPASS: test_ellipsis_in_generic (test.test_typing.TypingCallableTests.test_ellipsis_in_generic)\nPASS: test_eq_hash (test.test_typing.TypingCallableTests.test_eq_hash)\nPASS: test_errors (test.test_typing.TypingCallableTests.test_errors)\nPASS: test_nested_paramspec (test.test_typing.TypingCallableTests.test_nested_paramspec)\nPASS: test_or_and_ror (test.test_typing.TypingCallableTests.test_or_and_ror)\nPASS: test_paramspec (test.test_typing.TypingCallableTests.test_paramspec)\nPASS: test_pickle (test.test_typing.TypingCallableTests.test_pickle)\nPASS: test_repr (test.test_typing.TypingCallableTests.test_repr)\nPASS: test_self_subclass (test.test_typing.TypingCallableTests.test_self_subclass)\nPASS: test_type_erasure (test.test_typing.TypingCallableTests.test_type_erasure)\nPASS: test_type_subst_error (test.test_typing.TypingCallableTests.test_type_subst_error)\nPASS: test_var_substitution (test.test_typing.TypingCallableTests.test_var_substitution)\nPASS: test_weakref (test.test_typing.TypingCallableTests.test_weakref)\nPASS: test_base_class_kept (test.test_typing.UnionTests.test_base_class_kept)\nPASS: test_basics (test.test_typing.UnionTests.test_basics)\nPASS: test_cannot_instantiate (test.test_typing.UnionTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.UnionTests.test_cannot_subclass)\nPASS: test_dir (test.test_typing.UnionTests.test_dir)\nPASS: test_empty (test.test_typing.UnionTests.test_empty)\nPASS: test_etree (test.test_typing.UnionTests.test_etree)\nPASS: test_function_repr_union (test.test_typing.UnionTests.test_function_repr_union)\nPASS: test_no_eval_union (test.test_typing.UnionTests.test_no_eval_union)\nPASS: test_optional (test.test_typing.UnionTests.test_optional)\nPASS: test_optional_isinstance (test.test_typing.UnionTests.test_optional_isinstance)\nPASS: test_optional_isinstance_type_error (test.test_typing.UnionTests.test_optional_isinstance_type_error)\nPASS: test_optional_issubclass (test.test_typing.UnionTests.test_optional_issubclass)\nPASS: test_optional_issubclass_type_error (test.test_typing.UnionTests.test_optional_issubclass_type_error)\nPASS: test_repr (test.test_typing.UnionTests.test_repr)\nPASS: test_single_class_disappears (test.test_typing.UnionTests.test_single_class_disappears)\nPASS: test_union_any (test.test_typing.UnionTests.test_union_any)\nPASS: test_union_compare_other (test.test_typing.UnionTests.test_union_compare_other)\nPASS: test_union_generalization (test.test_typing.UnionTests.test_union_generalization)\nPASS: test_union_isinstance (test.test_typing.UnionTests.test_union_isinstance)\nPASS: test_union_isinstance_type_error (test.test_typing.UnionTests.test_union_isinstance_type_error)\nPASS: test_union_issubclass (test.test_typing.UnionTests.test_union_issubclass)\nPASS: test_union_issubclass_type_error (test.test_typing.UnionTests.test_union_issubclass_type_error)\nPASS: test_union_object (test.test_typing.UnionTests.test_union_object)\nPASS: test_union_of_literals (test.test_typing.UnionTests.test_union_of_literals)\nPASS: test_union_of_unhashable (test.test_typing.UnionTests.test_union_of_unhashable)\nPASS: test_union_str_pattern (test.test_typing.UnionTests.test_union_str_pattern)\nPASS: test_union_union (test.test_typing.UnionTests.test_union_union)\nPASS: test_unordered (test.test_typing.UnionTests.test_unordered)\nPASS: test_accepts_single_type (test.test_typing.UnpackTests.test_accepts_single_type)\nPASS: test_builtin_tuple (test.test_typing.UnpackTests.test_builtin_tuple)\nPASS: test_cannot_be_called (test.test_typing.UnpackTests.test_cannot_be_called)\nPASS: test_dir (test.test_typing.UnpackTests.test_dir)\nPASS: test_rejects_multiple_parameterization (test.test_typing.UnpackTests.test_rejects_multiple_parameterization)\nPASS: test_rejects_multiple_types (test.test_typing.UnpackTests.test_rejects_multiple_types)\nPASS: test_unpack_wrong_type (test.test_typing.UnpackTests.test_unpack_wrong_type)\nPASS: test_usage_with_kwargs (test.test_typing.UnpackTests.test_usage_with_kwargs)\nParamSpec (typing)\nPASS: Doctest: typing.ParamSpec\nParamSpecArgs (typing)\nPASS: Doctest: typing.ParamSpecArgs\nParamSpecKwargs (typing)\nPASS: Doctest: typing.ParamSpecKwargs\nTypedDict (typing)\nPASS: Doctest: typing.TypedDict\n_collect_type_parameters (typing)\nPASS: Doctest: typing._collect_type_parameters\n_should_unflatten_callable_args (typing)\nPASS: Doctest: typing._should_unflatten_callable_args\nget_args (typing)\nPASS: Doctest: typing.get_args\nget_origin (typing)\nPASS: Doctest: typing.get_origin\nget_protocol_members (typing)\nPASS: Doctest: typing.get_protocol_members\nis_protocol (typing)\nPASS: Doctest: typing.is_protocol\nis_typeddict (typing)\nPASS: Doctest: typing.is_typeddict\n\n----------------------------------------------------------------------\nRan 688 tests in 0.139s\n\nOK (skipped=1)\n0:02:41 load avg: 1.61 [428/480] test_unicode_file passed\nPASS: test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories)\nPASS: test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.001s\n\nOK\n0:02:41 load avg: 1.61 [429/480] test_unicode_file_functions passed\nPASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFCFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFDFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.017s\n\nOK\n0:02:41 load avg: 1.61 [430/480] test_unicode_identifiers passed\nPASS: test_invalid (test.test_unicode_identifiers.PEP3131Test.test_invalid)\nPASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test.test_non_bmp_normalized)\nPASS: test_valid (test.test_unicode_identifiers.PEP3131Test.test_valid)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:02:41 load avg: 1.61 [431/480] test_univnewlines passed\nPASS: test_read (test.test_univnewlines.CTestCRLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestCRLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestCRLFNewlines.test_seek)\nPASS: test_tell (test.test_univnewlines.CTestCRLFNewlines.test_tell)\nPASS: test_read (test.test_univnewlines.CTestCRNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestCRNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestCRNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestCRNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.CTestLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestLFNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.CTestMixedNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestMixedNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestMixedNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestMixedNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.PyTestCRLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestCRLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestCRLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestCRLFNewlines.test_seek)\nPASS: test_tell (test.test_univnewlines.PyTestCRLFNewlines.test_tell)\nPASS: test_read (test.test_univnewlines.PyTestCRNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestCRNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestCRNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestCRNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.PyTestLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestLFNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.PyTestMixedNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestMixedNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestMixedNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestMixedNewlines.test_seek)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.004s\n\nOK\n0:02:41 load avg: 1.61 [432/480] test_unpack passed\nPASS: test_extended_oparg_not_ignored (test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored)\ndoctests (test.test_unpack.__test__)\nPASS: Doctest: test.test_unpack.__test__.doctests\n\n----------------------------------------------------------------------\nRan 2 tests in 0.005s\n\nOK\n0:02:41 load avg: 1.61 [433/480] test_unpack_ex passed\ndoctests (test.test_unpack_ex.__test__)\nPASS: Doctest: test.test_unpack_ex.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.018s\n\nOK\n0:02:41 load avg: 1.73 [434/480] test_unicodedata passed\nPASS: test_bug_834676 (test.test_unicodedata.NormalizationTest.test_bug_834676)\nPASS: test_edge_cases (test.test_unicodedata.NormalizationTest.test_edge_cases)\nSKIP: test_normalization (test.test_unicodedata.NormalizationTest.test_normalization) \"resource 'network' is not enabled\"\nPASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest.test_bidirectional)\nPASS: test_category (test.test_unicodedata.UnicodeFunctionsTest.test_category)\nPASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest.test_combining)\nPASS: test_decimal (test.test_unicodedata.UnicodeFunctionsTest.test_decimal)\nPASS: test_decomposition (test.test_unicodedata.UnicodeFunctionsTest.test_decomposition)\nPASS: test_digit (test.test_unicodedata.UnicodeFunctionsTest.test_digit)\nPASS: test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width)\nPASS: test_east_asian_width_9_0_changes (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_9_0_changes)\nPASS: test_east_asian_width_unassigned (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_unassigned)\nSKIP: test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest.test_function_checksum) \"resource 'cpu' is not enabled\"\nPASS: test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest.test_issue10254)\nPASS: test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest.test_issue29456)\nPASS: test_lookup_nonexistant (test.test_unicodedata.UnicodeFunctionsTest.test_lookup_nonexistant)\nPASS: test_mirrored (test.test_unicodedata.UnicodeFunctionsTest.test_mirrored)\nSKIP: test_name_inverse_lookup (test.test_unicodedata.UnicodeFunctionsTest.test_name_inverse_lookup) \"resource 'cpu' is not enabled\"\nPASS: test_no_names_in_pua (test.test_unicodedata.UnicodeFunctionsTest.test_no_names_in_pua)\nPASS: test_numeric (test.test_unicodedata.UnicodeFunctionsTest.test_numeric)\nPASS: test_pr29 (test.test_unicodedata.UnicodeFunctionsTest.test_pr29)\nSKIP: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest.test_method_checksum) \"resource 'cpu' is not enabled\"\nPASS: test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest.test_bug_1704793)\nPASS: test_bug_4971 (test.test_unicodedata.UnicodeMiscTest.test_bug_4971)\nSKIP: test_bug_5828 (test.test_unicodedata.UnicodeMiscTest.test_bug_5828) \"resource 'cpu' is not enabled\"\nPASS: test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_decimal_numeric_consistent)\nPASS: test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_digit_numeric_consistent)\nPASS: test_disallow_instantiation (test.test_unicodedata.UnicodeMiscTest.test_disallow_instantiation)\nPASS: test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest.test_failed_import_during_compiling)\nPASS: test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest.test_linebreak_7643)\nPASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest.test_ucd_510)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.451s\n\nOK (skipped=5)\n0:02:42 load avg: 1.73 [435/480] test_urllib passed\nPASS: test_basic (test.test_urllib.Pathname_Tests.test_basic)\nPASS: test_pathname2url_nonascii (test.test_urllib.Pathname_Tests.test_pathname2url_nonascii)\nPASS: test_pathname2url_posix (test.test_urllib.Pathname_Tests.test_pathname2url_posix)\nSKIP: test_pathname2url_win (test.test_urllib.Pathname_Tests.test_pathname2url_win) 'test specific to Windows pathnames.'\nPASS: test_quoting (test.test_urllib.Pathname_Tests.test_quoting)\nPASS: test_url2pathname_nonascii (test.test_urllib.Pathname_Tests.test_url2pathname_nonascii)\nPASS: test_url2pathname_posix (test.test_urllib.Pathname_Tests.test_url2pathname_posix)\nSKIP: test_url2pathname_win (test.test_urllib.Pathname_Tests.test_url2pathname_win) 'test specific to Windows pathnames.'\nPASS: test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests.test_getproxies_environment_keep_no_proxies)\nPASS: test_proxy_bypass_environment_always_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_always_match)\nPASS: test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_host_match)\nPASS: test_proxy_bypass_environment_newline (test.test_urllib.ProxyTests.test_proxy_bypass_environment_newline)\nPASS: test_proxy_cgi_ignore (test.test_urllib.ProxyTests.test_proxy_cgi_ignore)\nPASS: test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv.test_getproxies_environment_prefer_lowercase)\nPASS: test_default_quoting (test.test_urllib.QuotingTests.test_default_quoting)\nPASS: test_default_safe (test.test_urllib.QuotingTests.test_default_safe)\nPASS: test_never_quote (test.test_urllib.QuotingTests.test_never_quote)\nPASS: test_quote_bytes (test.test_urllib.QuotingTests.test_quote_bytes)\nPASS: test_quote_plus_with_unicode (test.test_urllib.QuotingTests.test_quote_plus_with_unicode)\nPASS: test_quote_with_unicode (test.test_urllib.QuotingTests.test_quote_with_unicode)\nPASS: test_quoting_plus (test.test_urllib.QuotingTests.test_quoting_plus)\nPASS: test_quoting_space (test.test_urllib.QuotingTests.test_quoting_space)\nPASS: test_safe (test.test_urllib.QuotingTests.test_safe)\nPASS: test_default_values (test.test_urllib.RequestTests.test_default_values)\nPASS: test_with_method_arg (test.test_urllib.RequestTests.test_with_method_arg)\nPASS: test_local_file_open (test.test_urllib.URLopener_Tests.test_local_file_open)\nPASS: test_quoted_open (test.test_urllib.URLopener_Tests.test_quoted_open)\nPASS: test_urlopener_retrieve_file (test.test_urllib.URLopener_Tests.test_urlopener_retrieve_file)\nPASS: test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests.test_urlopener_retrieve_remote)\nPASS: test_unquote_rejects_none_and_tuple (test.test_urllib.UnquotingTests.test_unquote_rejects_none_and_tuple)\nPASS: test_unquote_to_bytes (test.test_urllib.UnquotingTests.test_unquote_to_bytes)\nPASS: test_unquote_with_unicode (test.test_urllib.UnquotingTests.test_unquote_with_unicode)\nPASS: test_unquoting (test.test_urllib.UnquotingTests.test_unquoting)\nPASS: test_unquoting_badpercent (test.test_urllib.UnquotingTests.test_unquoting_badpercent)\nPASS: test_unquoting_mixed_case (test.test_urllib.UnquotingTests.test_unquoting_mixed_case)\nPASS: test_unquoting_parts (test.test_urllib.UnquotingTests.test_unquoting_parts)\nPASS: test_unquoting_plus (test.test_urllib.UnquotingTests.test_unquoting_plus)\nPASS: test_unquoting_with_bytes_input (test.test_urllib.UnquotingTests.test_unquoting_with_bytes_input)\ntest_thishost (test.test_urllib.Utility_Tests.test_thishost)\nPASS: Test the urllib.request.thishost utility function returns a tuple\nPASS: test_doseq (test.test_urllib.urlencode_Tests.test_doseq)\nPASS: test_empty_sequence (test.test_urllib.urlencode_Tests.test_empty_sequence)\nPASS: test_nonstring_seq_values (test.test_urllib.urlencode_Tests.test_nonstring_seq_values)\nPASS: test_nonstring_values (test.test_urllib.urlencode_Tests.test_nonstring_values)\nPASS: test_quoting (test.test_urllib.urlencode_Tests.test_quoting)\nPASS: test_urlencode_bytes (test.test_urllib.urlencode_Tests.test_urlencode_bytes)\nPASS: test_urlencode_encoding (test.test_urllib.urlencode_Tests.test_urlencode_encoding)\nPASS: test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests.test_urlencode_encoding_doseq)\nPASS: test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests.test_urlencode_encoding_safe_parameter)\nPASS: test_using_mapping (test.test_urllib.urlencode_Tests.test_using_mapping)\nPASS: test_using_sequence (test.test_urllib.urlencode_Tests.test_using_sequence)\nPASS: test_geturl (test.test_urllib.urlopen_DataTests.test_geturl)\nPASS: test_info (test.test_urllib.urlopen_DataTests.test_info)\nPASS: test_interface (test.test_urllib.urlopen_DataTests.test_interface)\nPASS: test_invalid_base64_data (test.test_urllib.urlopen_DataTests.test_invalid_base64_data)\nPASS: test_missing_comma (test.test_urllib.urlopen_DataTests.test_missing_comma)\nPASS: test_read_image (test.test_urllib.urlopen_DataTests.test_read_image)\nPASS: test_read_text (test.test_urllib.urlopen_DataTests.test_read_text)\nPASS: test_read_text_base64 (test.test_urllib.urlopen_DataTests.test_read_text_base64)\nPASS: test_close (test.test_urllib.urlopen_FileTests.test_close)\nPASS: test_fileno (test.test_urllib.urlopen_FileTests.test_fileno)\nPASS: test_getcode (test.test_urllib.urlopen_FileTests.test_getcode)\nPASS: test_geturl (test.test_urllib.urlopen_FileTests.test_geturl)\nPASS: test_headers (test.test_urllib.urlopen_FileTests.test_headers)\nPASS: test_info (test.test_urllib.urlopen_FileTests.test_info)\nPASS: test_interface (test.test_urllib.urlopen_FileTests.test_interface)\nPASS: test_iter (test.test_urllib.urlopen_FileTests.test_iter)\nPASS: test_read (test.test_urllib.urlopen_FileTests.test_read)\nPASS: test_readline (test.test_urllib.urlopen_FileTests.test_readline)\nPASS: test_readlines (test.test_urllib.urlopen_FileTests.test_readlines)\nPASS: test_relativelocalfile (test.test_urllib.urlopen_FileTests.test_relativelocalfile)\nPASS: test_status (test.test_urllib.urlopen_FileTests.test_status)\nPASS: test_url (test.test_urllib.urlopen_FileTests.test_url)\nPASS: test_URLopener_deprecation (test.test_urllib.urlopen_HttpTests.test_URLopener_deprecation)\nPASS: test_empty_socket (test.test_urllib.urlopen_HttpTests.test_empty_socket)\nPASS: test_file_notexists (test.test_urllib.urlopen_HttpTests.test_file_notexists)\nPASS: test_ftp_cache_pruning (test.test_urllib.urlopen_HttpTests.test_ftp_cache_pruning)\nPASS: test_ftp_nohost (test.test_urllib.urlopen_HttpTests.test_ftp_nohost)\nPASS: test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests.test_ftp_nonexisting)\nPASS: test_invalid_redirect (test.test_urllib.urlopen_HttpTests.test_invalid_redirect)\nPASS: test_missing_localfile (test.test_urllib.urlopen_HttpTests.test_missing_localfile)\nPASS: test_read_0_9 (test.test_urllib.urlopen_HttpTests.test_read_0_9)\nPASS: test_read_1_0 (test.test_urllib.urlopen_HttpTests.test_read_1_0)\nPASS: test_read_1_1 (test.test_urllib.urlopen_HttpTests.test_read_1_1)\nPASS: test_read_bogus (test.test_urllib.urlopen_HttpTests.test_read_bogus)\nPASS: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests.test_redirect_limit_independent)\nPASS: test_url_fragment (test.test_urllib.urlopen_HttpTests.test_url_fragment)\nPASS: test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_control_char_rejected)\nPASS: test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_newline_header_injection_rejected)\nPASS: test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_control_char_rejected)\nPASS: test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_newline_header_injection_rejected)\nPASS: test_userpass_inurl (test.test_urllib.urlopen_HttpTests.test_userpass_inurl)\nPASS: test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests.test_userpass_inurl_w_spaces)\nPASS: test_willclose (test.test_urllib.urlopen_HttpTests.test_willclose)\nPASS: test_basic (test.test_urllib.urlretrieve_FileTests.test_basic)\nPASS: test_copy (test.test_urllib.urlretrieve_FileTests.test_copy)\nPASS: test_reporthook (test.test_urllib.urlretrieve_FileTests.test_reporthook)\nPASS: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_0_bytes)\nPASS: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_5_bytes)\nPASS: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes)\nPASS: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError)\nPASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError_without_reporthook)\n\n----------------------------------------------------------------------\nRan 101 tests in 0.033s\n\nOK (skipped=2)\n0:02:42 load avg: 1.73 [436/480] test_unparse passed\nPASS: test_backslash_in_format_spec (test.test_unparse.CosmeticTestCase.test_backslash_in_format_spec)\nPASS: test_class_bases_and_keywords (test.test_unparse.CosmeticTestCase.test_class_bases_and_keywords)\nPASS: test_docstrings (test.test_unparse.CosmeticTestCase.test_docstrings)\nPASS: test_docstrings_negative_cases (test.test_unparse.CosmeticTestCase.test_docstrings_negative_cases)\nPASS: test_fstrings (test.test_unparse.CosmeticTestCase.test_fstrings)\nPASS: test_lambda_parameters (test.test_unparse.CosmeticTestCase.test_lambda_parameters)\nPASS: test_multiquote_joined_string (test.test_unparse.CosmeticTestCase.test_multiquote_joined_string)\nPASS: test_quote_in_format_spec (test.test_unparse.CosmeticTestCase.test_quote_in_format_spec)\nPASS: test_simple_expressions_parens (test.test_unparse.CosmeticTestCase.test_simple_expressions_parens)\nPASS: test_slices (test.test_unparse.CosmeticTestCase.test_slices)\nPASS: test_star_expr_assign_target (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target)\nPASS: test_star_expr_assign_target_multiple (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target_multiple)\nPASS: test_type_params (test.test_unparse.CosmeticTestCase.test_type_params)\nPASS: test_unary_op_factor (test.test_unparse.CosmeticTestCase.test_unary_op_factor)\ntest_files (test.test_unparse.DirectoryTestCase.test_files) ... Testing /usr/lib/python3.13/test/test_zipfile64.py\nTesting /usr/lib/python3.13/pickletools.py\nTesting /usr/lib/python3.13/test/test_plistlib.py\nTesting /usr/lib/python3.13/test/test_embed.py\nTesting /usr/lib/python3.13/test/test_tokenize.py\nTesting /usr/lib/python3.13/test/test_patma.py\nTesting /usr/lib/python3.13/test/test_syntax.py\nTesting /usr/lib/python3.13/test/test_compile.py\nTesting /usr/lib/python3.13/operator.py\nTesting /usr/lib/python3.13/test/test_fstring.py\nTesting /usr/lib/python3.13/test/test_grammar.py\nTesting /usr/lib/python3.13/test/test_type_params.py\nTesting /usr/lib/python3.13/fractions.py\nTesting /usr/lib/python3.13/test/test_scope.py\nTesting /usr/lib/python3.13/test/test_keyword.py\nTesting /usr/lib/python3.13/test/test_asdl_parser.py\nTesting /usr/lib/python3.13/test/test_shelve.py\nok\nPASS: test_async_function (test.test_unparse.ManualASTCreationTestCase.test_async_function)\nPASS: test_async_function_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params)\nPASS: test_async_function_with_type_params_and_default (test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params_and_default)\nPASS: test_class (test.test_unparse.ManualASTCreationTestCase.test_class)\nPASS: test_class_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_class_with_type_params)\nPASS: test_function (test.test_unparse.ManualASTCreationTestCase.test_function)\nPASS: test_function_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params)\nPASS: test_function_with_type_params_and_bound (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_bound)\nPASS: test_function_with_type_params_and_default (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_default)\nPASS: test_annotations (test.test_unparse.UnparseTestCase.test_annotations)\nPASS: test_bytes (test.test_unparse.UnparseTestCase.test_bytes)\nPASS: test_chained_comparisons (test.test_unparse.UnparseTestCase.test_chained_comparisons)\nPASS: test_class_decorators (test.test_unparse.UnparseTestCase.test_class_decorators)\nPASS: test_class_definition (test.test_unparse.UnparseTestCase.test_class_definition)\nPASS: test_constant_tuples (test.test_unparse.UnparseTestCase.test_constant_tuples)\nPASS: test_del_statement (test.test_unparse.UnparseTestCase.test_del_statement)\nPASS: test_dict_comprehension (test.test_unparse.UnparseTestCase.test_dict_comprehension)\nPASS: test_dict_unpacking_in_dict (test.test_unparse.UnparseTestCase.test_dict_unpacking_in_dict)\nPASS: test_docstrings (test.test_unparse.UnparseTestCase.test_docstrings)\nPASS: test_elifs (test.test_unparse.UnparseTestCase.test_elifs)\nPASS: test_empty_set (test.test_unparse.UnparseTestCase.test_empty_set)\nPASS: test_for_else (test.test_unparse.UnparseTestCase.test_for_else)\nPASS: test_fstring_backslash (test.test_unparse.UnparseTestCase.test_fstring_backslash)\nPASS: test_fstrings (test.test_unparse.UnparseTestCase.test_fstrings)\nPASS: test_fstrings_complicated (test.test_unparse.UnparseTestCase.test_fstrings_complicated)\nPASS: test_fstrings_pep701 (test.test_unparse.UnparseTestCase.test_fstrings_pep701)\nPASS: test_fstrings_special_chars (test.test_unparse.UnparseTestCase.test_fstrings_special_chars)\nPASS: test_function_arguments (test.test_unparse.UnparseTestCase.test_function_arguments)\nPASS: test_function_type (test.test_unparse.UnparseTestCase.test_function_type)\nPASS: test_huge_float (test.test_unparse.UnparseTestCase.test_huge_float)\nPASS: test_imaginary_literals (test.test_unparse.UnparseTestCase.test_imaginary_literals)\nPASS: test_import_from_level_none (test.test_unparse.UnparseTestCase.test_import_from_level_none)\nPASS: test_integer_parens (test.test_unparse.UnparseTestCase.test_integer_parens)\nPASS: test_invalid_fstring_value (test.test_unparse.UnparseTestCase.test_invalid_fstring_value)\nPASS: test_invalid_raise (test.test_unparse.UnparseTestCase.test_invalid_raise)\nPASS: test_invalid_yield_from (test.test_unparse.UnparseTestCase.test_invalid_yield_from)\nPASS: test_lambda_parentheses (test.test_unparse.UnparseTestCase.test_lambda_parentheses)\nPASS: test_min_int (test.test_unparse.UnparseTestCase.test_min_int)\nPASS: test_nan (test.test_unparse.UnparseTestCase.test_nan)\nPASS: test_nonlocal (test.test_unparse.UnparseTestCase.test_nonlocal)\nPASS: test_raise_from (test.test_unparse.UnparseTestCase.test_raise_from)\nPASS: test_relative_import (test.test_unparse.UnparseTestCase.test_relative_import)\nPASS: test_set_comprehension (test.test_unparse.UnparseTestCase.test_set_comprehension)\nPASS: test_set_literal (test.test_unparse.UnparseTestCase.test_set_literal)\nPASS: test_shifts (test.test_unparse.UnparseTestCase.test_shifts)\nPASS: test_slices (test.test_unparse.UnparseTestCase.test_slices)\nPASS: test_starred_assignment (test.test_unparse.UnparseTestCase.test_starred_assignment)\nPASS: test_strings (test.test_unparse.UnparseTestCase.test_strings)\nPASS: test_try_except_finally (test.test_unparse.UnparseTestCase.test_try_except_finally)\nPASS: test_try_except_star_finally (test.test_unparse.UnparseTestCase.test_try_except_star_finally)\nPASS: test_type_comments (test.test_unparse.UnparseTestCase.test_type_comments)\nPASS: test_type_ignore (test.test_unparse.UnparseTestCase.test_type_ignore)\nPASS: test_unary_parens (test.test_unparse.UnparseTestCase.test_unary_parens)\nPASS: test_while_else (test.test_unparse.UnparseTestCase.test_while_else)\nPASS: test_with_as (test.test_unparse.UnparseTestCase.test_with_as)\nPASS: test_with_simple (test.test_unparse.UnparseTestCase.test_with_simple)\nPASS: test_with_two_items (test.test_unparse.UnparseTestCase.test_with_two_items)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.493s\n\nOK\n0:02:42 load avg: 1.73 [437/480] test_urllib2 passed\nPASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests.test_basic_and_digest_auth_handlers)\nPASS: test_basic_auth (test.test_urllib2.HandlerTests.test_basic_auth)\nPASS: test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests.test_basic_prior_auth_auto_send)\nPASS: test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests.test_basic_prior_auth_send_after_first_success)\nPASS: test_cookie_redirect (test.test_urllib2.HandlerTests.test_cookie_redirect)\nPASS: test_cookies (test.test_urllib2.HandlerTests.test_cookies)\nPASS: test_errors (test.test_urllib2.HandlerTests.test_errors)\nPASS: test_file (test.test_urllib2.HandlerTests.test_file)\nPASS: test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests.test_fixpath_in_weirdurls)\nPASS: test_ftp (test.test_urllib2.HandlerTests.test_ftp)\nPASS: test_full_url_deleter (test.test_urllib2.HandlerTests.test_full_url_deleter)\nPASS: test_full_url_setter (test.test_urllib2.HandlerTests.test_full_url_setter)\nPASS: test_http (test.test_urllib2.HandlerTests.test_http)\nPASS: test_http_body_array (test.test_urllib2.HandlerTests.test_http_body_array)\nPASS: test_http_body_empty_seq (test.test_urllib2.HandlerTests.test_http_body_empty_seq)\nPASS: test_http_body_file (test.test_urllib2.HandlerTests.test_http_body_file)\nPASS: test_http_body_fileobj (test.test_urllib2.HandlerTests.test_http_body_fileobj)\nPASS: test_http_body_iterable (test.test_urllib2.HandlerTests.test_http_body_iterable)\nPASS: test_http_body_pipe (test.test_urllib2.HandlerTests.test_http_body_pipe)\ntest_http_closed (test.test_urllib2.HandlerTests.test_http_closed)\nPASS: Test the connection is cleaned up when the response is closed\nPASS: test_http_doubleslash (test.test_urllib2.HandlerTests.test_http_doubleslash)\nPASS: test_http_handler_global_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_global_debuglevel)\nPASS: test_http_handler_local_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_local_debuglevel)\nPASS: test_https_handler_global_debuglevel (test.test_urllib2.HandlerTests.test_https_handler_global_debuglevel)\nPASS: test_https_handler_local_debuglevel (test.test_urllib2.HandlerTests.test_https_handler_local_debuglevel)\ntest_invalid_closed (test.test_urllib2.HandlerTests.test_invalid_closed)\nPASS: Test the connection is cleaned up after an invalid response\nPASS: test_invalid_redirect (test.test_urllib2.HandlerTests.test_invalid_redirect)\nSKIP: test_osx_proxy_bypass (test.test_urllib2.HandlerTests.test_osx_proxy_bypass) 'only relevant for OSX'\nPASS: test_proxy (test.test_urllib2.HandlerTests.test_proxy)\nPASS: test_proxy_basic_auth (test.test_urllib2.HandlerTests.test_proxy_basic_auth)\nPASS: test_proxy_https (test.test_urllib2.HandlerTests.test_proxy_https)\nPASS: test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests.test_proxy_https_proxy_authorization)\nPASS: test_proxy_no_proxy (test.test_urllib2.HandlerTests.test_proxy_no_proxy)\nPASS: test_proxy_no_proxy_all (test.test_urllib2.HandlerTests.test_proxy_no_proxy_all)\nPASS: test_redirect (test.test_urllib2.HandlerTests.test_redirect)\nPASS: test_redirect_encoding (test.test_urllib2.HandlerTests.test_redirect_encoding)\nPASS: test_redirect_fragment (test.test_urllib2.HandlerTests.test_redirect_fragment)\nPASS: test_redirect_head_request (test.test_urllib2.HandlerTests.test_redirect_head_request)\nPASS: test_redirect_no_path (test.test_urllib2.HandlerTests.test_redirect_no_path)\nPASS: test_relative_redirect (test.test_urllib2.HandlerTests.test_relative_redirect)\nPASS: test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_basic_handler)\nPASS: test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_digest_handler)\nSKIP: test_winreg_proxy_bypass (test.test_urllib2.HandlerTests.test_winreg_proxy_bypass) 'only relevant for Windows'\ntest_HTTPError_interface (test.test_urllib2.MiscTests.test_HTTPError_interface)\nPASS: Issue 13211 reveals that HTTPError didn't implement the URLError\nPASS: test_build_opener (test.test_urllib2.MiscTests.test_build_opener)\nPASS: test_gh_98778 (test.test_urllib2.MiscTests.test_gh_98778)\nPASS: test_parse_proxy (test.test_urllib2.MiscTests.test_parse_proxy)\nPASS: test_unsupported_algorithm (test.test_urllib2.MiscTests.test_unsupported_algorithm)\nPASS: test_add_non_handler (test.test_urllib2.OpenerDirectorTests.test_add_non_handler)\nPASS: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests.test_badly_named_methods)\nPASS: test_handled (test.test_urllib2.OpenerDirectorTests.test_handled)\nPASS: test_handler_order (test.test_urllib2.OpenerDirectorTests.test_handler_order)\nPASS: test_http_error (test.test_urllib2.OpenerDirectorTests.test_http_error)\nPASS: test_processors (test.test_urllib2.OpenerDirectorTests.test_processors)\nPASS: test_raise (test.test_urllib2.OpenerDirectorTests.test_raise)\nPASS: test_password_manager (test.test_urllib2.RequestHdrsTests.test_password_manager)\ntest_password_manager_default_port (test.test_urllib2.RequestHdrsTests.test_password_manager_default_port)\nPASS: The point to note here is that we can't guess the default port if\ntest_request_headers_dict (test.test_urllib2.RequestHdrsTests.test_request_headers_dict)\nPASS: The Request.headers dictionary is not a documented interface.  It\ntest_request_headers_methods (test.test_urllib2.RequestHdrsTests.test_request_headers_methods)\nPASS: Note the case normalization of header names here, to\nPASS: test_data (test.test_urllib2.RequestTests.test_data)\nPASS: test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_deleting_data_should_remove_content_length)\nPASS: test_get_full_url (test.test_urllib2.RequestTests.test_get_full_url)\nPASS: test_get_host (test.test_urllib2.RequestTests.test_get_host)\nPASS: test_get_host_unquote (test.test_urllib2.RequestTests.test_get_host_unquote)\nPASS: test_get_type (test.test_urllib2.RequestTests.test_get_type)\nPASS: test_method (test.test_urllib2.RequestTests.test_method)\nPASS: test_proxy (test.test_urllib2.RequestTests.test_proxy)\nPASS: test_selector (test.test_urllib2.RequestTests.test_selector)\nPASS: test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_setting_data_should_remove_content_length)\nPASS: test_url_fragment (test.test_urllib2.RequestTests.test_url_fragment)\nPASS: test_url_fullurl_get_full_url (test.test_urllib2.RequestTests.test_url_fullurl_get_full_url)\nPASS: test_wrapped_url (test.test_urllib2.RequestTests.test_wrapped_url)\nPASS: test_URLError_reasonstr (test.test_urllib2.TrivialTests.test_URLError_reasonstr)\nPASS: test___all__ (test.test_urllib2.TrivialTests.test___all__)\nPASS: test_parse_http_list (test.test_urllib2.TrivialTests.test_parse_http_list)\nPASS: test_trivial (test.test_urllib2.TrivialTests.test_trivial)\n\n----------------------------------------------------------------------\nRan 76 tests in 0.069s\n\nOK (skipped=2)\n0:02:42 load avg: 1.73 [438/480] test_urllib2net skipped (resource denied)\ntest_urllib2net skipped -- Use of the 'network' resource not enabled\n0:02:42 load avg: 1.73 [439/480] test_urllib_response passed\nPASS: test_addclosehook (test.test_urllib_response.TestResponse.test_addclosehook)\nPASS: test_addinfo (test.test_urllib_response.TestResponse.test_addinfo)\nPASS: test_addinfourl (test.test_urllib_response.TestResponse.test_addinfourl)\nPASS: test_with (test.test_urllib_response.TestResponse.test_with)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n0:02:42 load avg: 1.73 [440/480] test_urllibnet skipped (resource denied)\ntest_urllibnet skipped -- Use of the 'network' resource not enabled\n0:02:42 load avg: 1.73 [441/480] test_urlparse passed\nPASS: test_Quoter_deprecation (test.test_urlparse.DeprecationTest.test_Quoter_deprecation)\nPASS: test_splitattr_deprecation (test.test_urlparse.DeprecationTest.test_splitattr_deprecation)\nPASS: test_splithost_deprecation (test.test_urlparse.DeprecationTest.test_splithost_deprecation)\nPASS: test_splitnport_deprecation (test.test_urlparse.DeprecationTest.test_splitnport_deprecation)\nPASS: test_splitpasswd_deprecation (test.test_urlparse.DeprecationTest.test_splitpasswd_deprecation)\nPASS: test_splitport_deprecation (test.test_urlparse.DeprecationTest.test_splitport_deprecation)\nPASS: test_splitquery_deprecation (test.test_urlparse.DeprecationTest.test_splitquery_deprecation)\nPASS: test_splittag_deprecation (test.test_urlparse.DeprecationTest.test_splittag_deprecation)\nPASS: test_splittype_deprecation (test.test_urlparse.DeprecationTest.test_splittype_deprecation)\nPASS: test_splituser_deprecation (test.test_urlparse.DeprecationTest.test_splituser_deprecation)\nPASS: test_splitvalue_deprecation (test.test_urlparse.DeprecationTest.test_splitvalue_deprecation)\nPASS: test_to_bytes_deprecation (test.test_urlparse.DeprecationTest.test_to_bytes_deprecation)\nPASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase.test_Quoter_repr)\nPASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase.test_RFC1808)\nPASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase.test_RFC2368)\nPASS: test_RFC2396 (test.test_urlparse.UrlParseTestCase.test_RFC2396)\nPASS: test_RFC2732 (test.test_urlparse.UrlParseTestCase.test_RFC2732)\nPASS: test_RFC3986 (test.test_urlparse.UrlParseTestCase.test_RFC3986)\nPASS: test_all (test.test_urlparse.UrlParseTestCase.test_all)\nPASS: test_anyscheme (test.test_urlparse.UrlParseTestCase.test_anyscheme)\ntest_attributes_bad_port (test.test_urlparse.UrlParseTestCase.test_attributes_bad_port)\nPASS: Check handling of invalid ports.\ntest_attributes_bad_scheme (test.test_urlparse.UrlParseTestCase.test_attributes_bad_scheme)\nPASS: Check handling of invalid schemes.\nPASS: test_attributes_without_netloc (test.test_urlparse.UrlParseTestCase.test_attributes_without_netloc)\nPASS: test_clear_cache_for_code_coverage (test.test_urlparse.UrlParseTestCase.test_clear_cache_for_code_coverage)\nPASS: test_default_scheme (test.test_urlparse.UrlParseTestCase.test_default_scheme)\nPASS: test_http_roundtrips (test.test_urlparse.UrlParseTestCase.test_http_roundtrips)\nPASS: test_invalid_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_invalid_bracketed_hosts)\nPASS: test_issue14072 (test.test_urlparse.UrlParseTestCase.test_issue14072)\nPASS: test_mixed_types_rejected (test.test_urlparse.UrlParseTestCase.test_mixed_types_rejected)\nPASS: test_noslash (test.test_urlparse.UrlParseTestCase.test_noslash)\nPASS: test_parse_fragments (test.test_urlparse.UrlParseTestCase.test_parse_fragments)\nPASS: test_parse_qs_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qs_encoding)\nPASS: test_parse_qs_separator (test.test_urlparse.UrlParseTestCase.test_parse_qs_separator)\nPASS: test_parse_qsl_bytes (test.test_urlparse.UrlParseTestCase.test_parse_qsl_bytes)\nPASS: test_parse_qsl_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qsl_encoding)\nPASS: test_parse_qsl_errors (test.test_urlparse.UrlParseTestCase.test_parse_qsl_errors)\nPASS: test_parse_qsl_false_value (test.test_urlparse.UrlParseTestCase.test_parse_qsl_false_value)\nPASS: test_parse_qsl_max_num_fields (test.test_urlparse.UrlParseTestCase.test_parse_qsl_max_num_fields)\nPASS: test_parse_qsl_separator (test.test_urlparse.UrlParseTestCase.test_parse_qsl_separator)\nPASS: test_port_casting_failure_message (test.test_urlparse.UrlParseTestCase.test_port_casting_failure_message)\nPASS: test_portseparator (test.test_urlparse.UrlParseTestCase.test_portseparator)\nPASS: test_qs (test.test_urlparse.UrlParseTestCase.test_qs)\nPASS: test_qsl (test.test_urlparse.UrlParseTestCase.test_qsl)\nPASS: test_quote_errors (test.test_urlparse.UrlParseTestCase.test_quote_errors)\nPASS: test_quote_from_bytes (test.test_urlparse.UrlParseTestCase.test_quote_from_bytes)\nPASS: test_result_pairs (test.test_urlparse.UrlParseTestCase.test_result_pairs)\nPASS: test_roundtrips (test.test_urlparse.UrlParseTestCase.test_roundtrips)\nPASS: test_roundtrips_normalization (test.test_urlparse.UrlParseTestCase.test_roundtrips_normalization)\nPASS: test_splitting_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_splitting_bracketed_hosts)\nPASS: test_telurl_params (test.test_urlparse.UrlParseTestCase.test_telurl_params)\nPASS: test_unparse_parse (test.test_urlparse.UrlParseTestCase.test_unparse_parse)\nPASS: test_unquote_to_bytes (test.test_urlparse.UrlParseTestCase.test_unquote_to_bytes)\nPASS: test_urldefrag (test.test_urlparse.UrlParseTestCase.test_urldefrag)\nPASS: test_urlencode_quote_via (test.test_urlparse.UrlParseTestCase.test_urlencode_quote_via)\nPASS: test_urlencode_sequences (test.test_urlparse.UrlParseTestCase.test_urlencode_sequences)\nPASS: test_urljoins (test.test_urlparse.UrlParseTestCase.test_urljoins)\ntest_urllib_parse_getattr_failure (test.test_urlparse.UrlParseTestCase.test_urllib_parse_getattr_failure)\nPASS: Test that urllib.parse.__getattr__() fails correctly.\nPASS: test_urlsplit_attributes (test.test_urlparse.UrlParseTestCase.test_urlsplit_attributes)\nPASS: test_urlsplit_normalization (test.test_urlparse.UrlParseTestCase.test_urlsplit_normalization)\nPASS: test_urlsplit_remove_unsafe_bytes (test.test_urlparse.UrlParseTestCase.test_urlsplit_remove_unsafe_bytes)\nPASS: test_urlsplit_scoped_IPv6 (test.test_urlparse.UrlParseTestCase.test_urlsplit_scoped_IPv6)\nPASS: test_urlsplit_strip_url (test.test_urlparse.UrlParseTestCase.test_urlsplit_strip_url)\nPASS: test_usingsys (test.test_urlparse.UrlParseTestCase.test_usingsys)\nPASS: test_withoutscheme (test.test_urlparse.UrlParseTestCase.test_withoutscheme)\nPASS: test_splitattr (test.test_urlparse.Utility_Tests.test_splitattr)\nPASS: test_splithost (test.test_urlparse.Utility_Tests.test_splithost)\nPASS: test_splitnport (test.test_urlparse.Utility_Tests.test_splitnport)\nPASS: test_splitpasswd (test.test_urlparse.Utility_Tests.test_splitpasswd)\nPASS: test_splitport (test.test_urlparse.Utility_Tests.test_splitport)\nPASS: test_splitquery (test.test_urlparse.Utility_Tests.test_splitquery)\nPASS: test_splittag (test.test_urlparse.Utility_Tests.test_splittag)\nPASS: test_splittype (test.test_urlparse.Utility_Tests.test_splittype)\nPASS: test_splituser (test.test_urlparse.Utility_Tests.test_splituser)\nPASS: test_splitvalue (test.test_urlparse.Utility_Tests.test_splitvalue)\nPASS: test_to_bytes (test.test_urlparse.Utility_Tests.test_to_bytes)\nPASS: test_unwrap (test.test_urlparse.Utility_Tests.test_unwrap)\n\n----------------------------------------------------------------------\nRan 76 tests in 0.150s\n\nOK\n0:02:42 load avg: 1.73 [442/480] test_userdict passed\nPASS: test_all (test.test_userdict.UserDictTest.test_all)\nPASS: test_bool (test.test_userdict.UserDictTest.test_bool)\nPASS: test_clear (test.test_userdict.UserDictTest.test_clear)\nPASS: test_constructor (test.test_userdict.UserDictTest.test_constructor)\nPASS: test_contains (test.test_userdict.UserDictTest.test_contains)\nPASS: test_copy (test.test_userdict.UserDictTest.test_copy)\nPASS: test_eq (test.test_userdict.UserDictTest.test_eq)\nPASS: test_fromkeys (test.test_userdict.UserDictTest.test_fromkeys)\nPASS: test_get (test.test_userdict.UserDictTest.test_get)\nPASS: test_getitem (test.test_userdict.UserDictTest.test_getitem)\nPASS: test_init (test.test_userdict.UserDictTest.test_init)\nPASS: test_items (test.test_userdict.UserDictTest.test_items)\nPASS: test_keys (test.test_userdict.UserDictTest.test_keys)\nPASS: test_len (test.test_userdict.UserDictTest.test_len)\nPASS: test_missing (test.test_userdict.UserDictTest.test_missing)\nPASS: test_mutatingiteration (test.test_userdict.UserDictTest.test_mutatingiteration)\nPASS: test_pop (test.test_userdict.UserDictTest.test_pop)\nPASS: test_popitem (test.test_userdict.UserDictTest.test_popitem)\nPASS: test_read (test.test_userdict.UserDictTest.test_read)\nPASS: test_repr (test.test_userdict.UserDictTest.test_repr)\nPASS: test_repr_deep (test.test_userdict.UserDictTest.test_repr_deep)\nPASS: test_setdefault (test.test_userdict.UserDictTest.test_setdefault)\nPASS: test_update (test.test_userdict.UserDictTest.test_update)\nPASS: test_values (test.test_userdict.UserDictTest.test_values)\nPASS: test_write (test.test_userdict.UserDictTest.test_write)\n\n----------------------------------------------------------------------\nRan 25 tests in 0.029s\n\nOK\n0:02:43 load avg: 1.73 [443/480] test_userlist passed\nPASS: test_add_specials (test.test_userlist.UserListTest.test_add_specials)\nPASS: test_addmul (test.test_userlist.UserListTest.test_addmul)\nPASS: test_append (test.test_userlist.UserListTest.test_append)\nPASS: test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat)\nPASS: test_clear (test.test_userlist.UserListTest.test_clear)\nPASS: test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling)\nPASS: test_constructors (test.test_userlist.UserListTest.test_constructors)\nPASS: test_contains (test.test_userlist.UserListTest.test_contains)\nPASS: test_contains_fake (test.test_userlist.UserListTest.test_contains_fake)\nPASS: test_contains_order (test.test_userlist.UserListTest.test_contains_order)\nPASS: test_copy (test.test_userlist.UserListTest.test_copy)\nPASS: test_count (test.test_userlist.UserListTest.test_count)\nPASS: test_delitem (test.test_userlist.UserListTest.test_delitem)\nPASS: test_delslice (test.test_userlist.UserListTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator)\nPASS: test_extend (test.test_userlist.UserListTest.test_extend)\nPASS: test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing)\nPASS: test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating)\nPASS: test_getitem (test.test_userlist.UserListTest.test_getitem)\nPASS: test_getitem_error (test.test_userlist.UserListTest.test_getitem_error)\nPASS: test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_userlist.UserListTest.test_getslice)\nPASS: test_iadd (test.test_userlist.UserListTest.test_iadd)\nPASS: test_imul (test.test_userlist.UserListTest.test_imul)\nPASS: test_index (test.test_userlist.UserListTest.test_index)\nPASS: test_init (test.test_userlist.UserListTest.test_init)\nPASS: test_insert (test.test_userlist.UserListTest.test_insert)\nPASS: test_len (test.test_userlist.UserListTest.test_len)\nPASS: test_minmax (test.test_userlist.UserListTest.test_minmax)\nPASS: test_mixedadd (test.test_userlist.UserListTest.test_mixedadd)\nPASS: test_mixedcmp (test.test_userlist.UserListTest.test_mixedcmp)\nPASS: test_pickle (test.test_userlist.UserListTest.test_pickle)\nPASS: test_pop (test.test_userlist.UserListTest.test_pop)\nPASS: test_radd_specials (test.test_userlist.UserListTest.test_radd_specials)\nPASS: test_remove (test.test_userlist.UserListTest.test_remove)\nPASS: test_repeat (test.test_userlist.UserListTest.test_repeat)\nPASS: test_repr (test.test_userlist.UserListTest.test_repr)\nPASS: test_repr_deep (test.test_userlist.UserListTest.test_repr_deep)\nPASS: test_reverse (test.test_userlist.UserListTest.test_reverse)\nPASS: test_reversed (test.test_userlist.UserListTest.test_reversed)\nPASS: test_set_subscript (test.test_userlist.UserListTest.test_set_subscript)\nPASS: test_setitem (test.test_userlist.UserListTest.test_setitem)\nPASS: test_setitem_error (test.test_userlist.UserListTest.test_setitem_error)\nPASS: test_setslice (test.test_userlist.UserListTest.test_setslice)\nPASS: test_slice (test.test_userlist.UserListTest.test_slice)\nPASS: test_slice_assign_iterator (test.test_userlist.UserListTest.test_slice_assign_iterator)\nPASS: test_slice_type (test.test_userlist.UserListTest.test_slice_type)\nPASS: test_sort (test.test_userlist.UserListTest.test_sort)\nPASS: test_subscript (test.test_userlist.UserListTest.test_subscript)\nPASS: test_truth (test.test_userlist.UserListTest.test_truth)\nPASS: test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy)\n\n----------------------------------------------------------------------\nRan 51 tests in 0.018s\n\nOK\n0:02:43 load avg: 1.73 [444/480] test_userstring passed\nPASS: test___contains__ (test.test_userstring.UserStringTest.test___contains__)\nPASS: test_adaptive_find (test.test_userstring.UserStringTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_userstring.UserStringTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_userstring.UserStringTest.test_additional_split)\nPASS: test_capitalize (test.test_userstring.UserStringTest.test_capitalize)\nPASS: test_capitalize_nonascii (test.test_userstring.UserStringTest.test_capitalize_nonascii)\nPASS: test_center (test.test_userstring.UserStringTest.test_center)\nPASS: test_count (test.test_userstring.UserStringTest.test_count)\nPASS: test_count_keyword (test.test_userstring.UserStringTest.test_count_keyword)\nPASS: test_encode_default_args (test.test_userstring.UserStringTest.test_encode_default_args)\nPASS: test_encode_explicit_none_args (test.test_userstring.UserStringTest.test_encode_explicit_none_args)\nPASS: test_endswith (test.test_userstring.UserStringTest.test_endswith)\nPASS: test_expandtabs (test.test_userstring.UserStringTest.test_expandtabs)\nPASS: test_extended_getslice (test.test_userstring.UserStringTest.test_extended_getslice)\nPASS: test_find (test.test_userstring.UserStringTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_userstring.UserStringTest.test_find_etc_raise_correct_error_messages)\nPASS: test_find_many_lengths (test.test_userstring.UserStringTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_userstring.UserStringTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_userstring.UserStringTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_userstring.UserStringTest.test_find_with_memory)\nPASS: test_fixtype (test.test_userstring.UserStringTest.test_fixtype)\nPASS: test_floatformatting (test.test_userstring.UserStringTest.test_floatformatting)\nPASS: test_formatting (test.test_userstring.UserStringTest.test_formatting)\nPASS: test_formatting_c_limits (test.test_userstring.UserStringTest.test_formatting_c_limits)\nPASS: test_hash (test.test_userstring.UserStringTest.test_hash)\nPASS: test_index (test.test_userstring.UserStringTest.test_index)\nPASS: test_inplace_rewrites (test.test_userstring.UserStringTest.test_inplace_rewrites)\nPASS: test_isalnum (test.test_userstring.UserStringTest.test_isalnum)\nPASS: test_isalpha (test.test_userstring.UserStringTest.test_isalpha)\nPASS: test_isascii (test.test_userstring.UserStringTest.test_isascii)\nPASS: test_isdigit (test.test_userstring.UserStringTest.test_isdigit)\nPASS: test_islower (test.test_userstring.UserStringTest.test_islower)\nPASS: test_isspace (test.test_userstring.UserStringTest.test_isspace)\nPASS: test_istitle (test.test_userstring.UserStringTest.test_istitle)\nPASS: test_isupper (test.test_userstring.UserStringTest.test_isupper)\nPASS: test_join (test.test_userstring.UserStringTest.test_join)\nPASS: test_ljust (test.test_userstring.UserStringTest.test_ljust)\nPASS: test_lower (test.test_userstring.UserStringTest.test_lower)\nPASS: test_mul (test.test_userstring.UserStringTest.test_mul)\nPASS: test_none_arguments (test.test_userstring.UserStringTest.test_none_arguments)\nPASS: test_partition (test.test_userstring.UserStringTest.test_partition)\nPASS: test_removeprefix (test.test_userstring.UserStringTest.test_removeprefix)\nPASS: test_removesuffix (test.test_userstring.UserStringTest.test_removesuffix)\nPASS: test_replace (test.test_userstring.UserStringTest.test_replace)\nSKIP: test_replace_overflow (test.test_userstring.UserStringTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_userstring.UserStringTest.test_replace_uses_two_way_maxcount)\nPASS: test_rfind (test.test_userstring.UserStringTest.test_rfind)\nPASS: test_rindex (test.test_userstring.UserStringTest.test_rindex)\nPASS: test_rjust (test.test_userstring.UserStringTest.test_rjust)\nPASS: test_rmod (test.test_userstring.UserStringTest.test_rmod)\nPASS: test_rpartition (test.test_userstring.UserStringTest.test_rpartition)\nPASS: test_rsplit (test.test_userstring.UserStringTest.test_rsplit)\nPASS: test_slice (test.test_userstring.UserStringTest.test_slice)\nPASS: test_split (test.test_userstring.UserStringTest.test_split)\nPASS: test_splitlines (test.test_userstring.UserStringTest.test_splitlines)\nPASS: test_startswith (test.test_userstring.UserStringTest.test_startswith)\nPASS: test_strip (test.test_userstring.UserStringTest.test_strip)\nPASS: test_strip_whitespace (test.test_userstring.UserStringTest.test_strip_whitespace)\nPASS: test_subscript (test.test_userstring.UserStringTest.test_subscript)\nPASS: test_swapcase (test.test_userstring.UserStringTest.test_swapcase)\nPASS: test_title (test.test_userstring.UserStringTest.test_title)\nPASS: test_upper (test.test_userstring.UserStringTest.test_upper)\nPASS: test_zfill (test.test_userstring.UserStringTest.test_zfill)\n\n----------------------------------------------------------------------\nRan 63 tests in 0.591s\n\nOK (skipped=1)\n0:02:43 load avg: 1.73 [445/480] test_urllib2_localnet passed\nPASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror)\nPASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success)\nPASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror)\nPASS: test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works)\nPASS: test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror)\nPASS: test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror)\nPASS: test_200 (test.test_urllib2_localnet.TestUrlopen.test_200)\nPASS: test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters)\nPASS: test_404 (test.test_urllib2_localnet.TestUrlopen.test_404)\nPASS: test_basic (test.test_urllib2_localnet.TestUrlopen.test_basic)\nPASS: test_chunked (test.test_urllib2_localnet.TestUrlopen.test_chunked)\nPASS: test_geturl (test.test_urllib2_localnet.TestUrlopen.test_geturl)\ntest_https (test.test_urllib2_localnet.TestUrlopen.test_https) ... stopping HTTPS server\njoining HTTPS thread\nok\ntest_https_sni (test.test_urllib2_localnet.TestUrlopen.test_https_sni) ... stopping HTTPS server\njoining HTTPS thread\nok\nPASS: test_info (test.test_urllib2_localnet.TestUrlopen.test_info)\nPASS: test_issue16464 (test.test_urllib2_localnet.TestUrlopen.test_issue16464)\nPASS: test_iteration (test.test_urllib2_localnet.TestUrlopen.test_iteration)\nPASS: test_line_iteration (test.test_urllib2_localnet.TestUrlopen.test_line_iteration)\nPASS: test_redirection (test.test_urllib2_localnet.TestUrlopen.test_redirection)\nPASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen.test_sending_headers)\nPASS: test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel)\n\n----------------------------------------------------------------------\nRan 21 tests in 1.390s\n\nOK\n0:02:43 load avg: 1.73 [446/480] test_utf8source passed\nPASS: test_latin1 (test.test_utf8source.BuiltinCompileTests.test_latin1)\nPASS: test_badsyntax (test.test_utf8source.PEP3120Test.test_badsyntax)\nPASS: test_pep3120 (test.test_utf8source.PEP3120Test.test_pep3120)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:02:44 load avg: 1.73 [447/480] test_uuid passed\nSKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule.test_arp_getnode) 'arp is not used for introspection on this platform'\nPASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithExtModule.test_find_mac_near_keyword)\nPASS: test_find_under_heading (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading)\nPASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading_ipv6)\nSKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule.test_ifconfig_getnode) 'requires ifconfig'\nPASS: test_ip_getnode (test.test_uuid.TestInternalsWithExtModule.test_ip_getnode)\nSKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithExtModule.test_lanscan_getnode) 'lanscan is not used for introspection on this platform'\nSKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithExtModule.test_netstat_getnode) 'netstat is not used for introspection on this platform'\nPASS: test_parse_mac (test.test_uuid.TestInternalsWithExtModule.test_parse_mac)\nPASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithExtModule.test_parse_mac_aix)\nPASS: test_random_getnode (test.test_uuid.TestInternalsWithExtModule.test_random_getnode)\nPASS: test_unix_getnode (test.test_uuid.TestInternalsWithExtModule.test_unix_getnode)\nSKIP: test_windll_getnode (test.test_uuid.TestInternalsWithExtModule.test_windll_getnode) 'requires Windows'\nSKIP: test_arp_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_arp_getnode) 'arp is not used for introspection on this platform'\nPASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithoutExtModule.test_find_mac_near_keyword)\nPASS: test_find_under_heading (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading)\nPASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading_ipv6)\nSKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ifconfig_getnode) 'requires ifconfig'\nPASS: test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ip_getnode)\nSKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_lanscan_getnode) 'lanscan is not used for introspection on this platform'\nSKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_netstat_getnode) 'netstat is not used for introspection on this platform'\nPASS: test_parse_mac (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac)\nPASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac_aix)\nPASS: test_random_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_random_getnode)\nPASS: testIssue8621 (test.test_uuid.TestUUIDWithExtModule.testIssue8621)\nPASS: test_UUID (test.test_uuid.TestUUIDWithExtModule.test_UUID)\nPASS: test_cli_name_required_for_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_cli_name_required_for_uuid3)\nPASS: test_cli_namespace_required_for_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_cli_namespace_required_for_uuid3)\nPASS: test_cli_uuid3_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name)\nPASS: test_cli_uuid4_outputted_with_no_args (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid4_outputted_with_no_args)\nPASS: test_cli_uuid5_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name)\nPASS: test_exceptions (test.test_uuid.TestUUIDWithExtModule.test_exceptions)\nPASS: test_getnode (test.test_uuid.TestUUIDWithExtModule.test_getnode)\nPASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithExtModule.test_pickle_roundtrip)\nPASS: test_safe_uuid_enum (test.test_uuid.TestUUIDWithExtModule.test_safe_uuid_enum)\nPASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithExtModule.test_unpickle_previous_python_versions)\nPASS: test_uuid1 (test.test_uuid.TestUUIDWithExtModule.test_uuid1)\nPASS: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithExtModule.test_uuid1_bogus_return_value)\nPASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithExtModule.test_uuid1_eui64)\nPASS: test_uuid1_is_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_safe)\nPASS: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_unsafe)\nPASS: test_uuid1_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_safe)\nPASS: test_uuid1_time (test.test_uuid.TestUUIDWithExtModule.test_uuid1_time)\nPASS: test_uuid1_unknown (test.test_uuid.TestUUIDWithExtModule.test_uuid1_unknown)\nPASS: test_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_uuid3)\nPASS: test_uuid4 (test.test_uuid.TestUUIDWithExtModule.test_uuid4)\nPASS: test_uuid5 (test.test_uuid.TestUUIDWithExtModule.test_uuid5)\nPASS: test_uuid_weakref (test.test_uuid.TestUUIDWithExtModule.test_uuid_weakref)\nPASS: testIssue8621 (test.test_uuid.TestUUIDWithoutExtModule.testIssue8621)\nPASS: test_UUID (test.test_uuid.TestUUIDWithoutExtModule.test_UUID)\nPASS: test_cli_name_required_for_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_name_required_for_uuid3)\nPASS: test_cli_namespace_required_for_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_namespace_required_for_uuid3)\nPASS: test_cli_uuid3_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name)\nPASS: test_cli_uuid4_outputted_with_no_args (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid4_outputted_with_no_args)\nPASS: test_cli_uuid5_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name)\nPASS: test_exceptions (test.test_uuid.TestUUIDWithoutExtModule.test_exceptions)\nPASS: test_getnode (test.test_uuid.TestUUIDWithoutExtModule.test_getnode)\nPASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithoutExtModule.test_pickle_roundtrip)\nPASS: test_safe_uuid_enum (test.test_uuid.TestUUIDWithoutExtModule.test_safe_uuid_enum)\nPASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithoutExtModule.test_unpickle_previous_python_versions)\nPASS: test_uuid1 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1)\nSKIP: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_bogus_return_value) 'need uuid._generate_time_safe'\nPASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_eui64)\nSKIP: test_uuid1_is_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_safe) 'need uuid._generate_time_safe'\nSKIP: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_unsafe) 'need uuid._generate_time_safe'\nSKIP: test_uuid1_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_safe) 'requires uuid_generate_time_safe(3)'\nPASS: test_uuid1_time (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_time)\nSKIP: test_uuid1_unknown (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_unknown) 'need uuid._generate_time_safe'\nPASS: test_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid3)\nPASS: test_uuid4 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid4)\nPASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid5)\nPASS: test_uuid_weakref (test.test_uuid.TestUUIDWithoutExtModule.test_uuid_weakref)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.049s\n\nOK (skipped=14)\n0:02:44 load avg: 1.73 [448/480] test_utf8_mode passed\nPASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line)\nSKIP: test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) 'sys.stdout is not a TTY'\nPASS: test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var)\nPASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding)\nPASS: test_io (test.test_utf8_mode.UTF8ModeTests.test_io)\nPASS: test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding)\nPASS: test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding)\nPASS: test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level)\nPASS: test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale)\nPASS: test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding)\nPASS: test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio)\nPASS: test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.391s\n\nOK (skipped=1)\n0:02:44 load avg: 1.73 [449/480] test_unittest passed\nPASS: testAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testAlmostEqual)\nPASS: testAssertDictEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertDictEqual)\nPASS: testAssertFalse (test.test_unittest.test_assertions.TestLongMessage.testAssertFalse)\nPASS: testAssertGreater (test.test_unittest.test_assertions.TestLongMessage.testAssertGreater)\nPASS: testAssertGreaterEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertGreaterEqual)\nPASS: testAssertIn (test.test_unittest.test_assertions.TestLongMessage.testAssertIn)\nPASS: testAssertIs (test.test_unittest.test_assertions.TestLongMessage.testAssertIs)\nPASS: testAssertIsNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNone)\nPASS: testAssertIsNot (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNot)\nPASS: testAssertIsNotNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNotNone)\nPASS: testAssertLess (test.test_unittest.test_assertions.TestLongMessage.testAssertLess)\nPASS: testAssertLessEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertLessEqual)\nPASS: testAssertMultiLineEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertMultiLineEqual)\nPASS: testAssertNotIn (test.test_unittest.test_assertions.TestLongMessage.testAssertNotIn)\nPASS: testAssertNotRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertNotRegex)\nPASS: testAssertRaises (test.test_unittest.test_assertions.TestLongMessage.testAssertRaises)\nPASS: testAssertRaisesRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRaisesRegex)\nPASS: testAssertRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRegex)\nPASS: testAssertSequenceEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSequenceEqual)\nPASS: testAssertSetEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSetEqual)\nPASS: testAssertTrue (test.test_unittest.test_assertions.TestLongMessage.testAssertTrue)\nPASS: testAssertWarns (test.test_unittest.test_assertions.TestLongMessage.testAssertWarns)\nPASS: testAssertWarnsRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertWarnsRegex)\nPASS: testDefault (test.test_unittest.test_assertions.TestLongMessage.testDefault)\nPASS: testNotAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testNotAlmostEqual)\nPASS: testNotEqual (test.test_unittest.test_assertions.TestLongMessage.testNotEqual)\nPASS: test_assertNotWarns (test.test_unittest.test_assertions.TestLongMessage.test_assertNotWarns)\nPASS: test_baseAssertEqual (test.test_unittest.test_assertions.TestLongMessage.test_baseAssertEqual)\nPASS: test_formatMessage_unicode_error (test.test_unittest.test_assertions.TestLongMessage.test_formatMessage_unicode_error)\nPASS: test_formatMsg (test.test_unittest.test_assertions.TestLongMessage.test_formatMsg)\nPASS: testAssertNotRegex (test.test_unittest.test_assertions.Test_Assertions.testAssertNotRegex)\nPASS: test_AlmostEqual (test.test_unittest.test_assertions.Test_Assertions.test_AlmostEqual)\nPASS: test_AmostEqualWithDelta (test.test_unittest.test_assertions.Test_Assertions.test_AmostEqualWithDelta)\nPASS: test_assertRaises (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises)\nPASS: test_assertRaises_frames_survival (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival)\nPASS: test_base_exception_from_async_method (test.test_unittest.test_async_case.TestAsyncCase.test_base_exception_from_async_method)\nPASS: test_cancellation_hanging_tasks (test.test_unittest.test_async_case.TestAsyncCase.test_cancellation_hanging_tasks)\nPASS: test_cleanups_interleave_order (test.test_unittest.test_async_case.TestAsyncCase.test_cleanups_interleave_order)\nPASS: test_debug_cleanup_same_loop (test.test_unittest.test_async_case.TestAsyncCase.test_debug_cleanup_same_loop)\nPASS: test_deprecation_of_return_val_from_test (test.test_unittest.test_async_case.TestAsyncCase.test_deprecation_of_return_val_from_test)\nPASS: test_enterAsyncContext (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext)\nPASS: test_enterAsyncContext_arg_errors (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext_arg_errors)\nPASS: test_exception_in_setup (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_setup)\nPASS: test_exception_in_tear_clean_up (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_clean_up)\nPASS: test_exception_in_tear_down (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_down)\nPASS: test_exception_in_test (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_test)\nPASS: test_full_cycle (test.test_unittest.test_async_case.TestAsyncCase.test_full_cycle)\nPASS: test_loop_factory (test.test_unittest.test_async_case.TestAsyncCase.test_loop_factory)\nPASS: test_setup_get_event_loop (test.test_unittest.test_async_case.TestAsyncCase.test_setup_get_event_loop)\nPASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreak.testHandlerReplacedButCalled)\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreak.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreak.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreak.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreak.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreak.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreak.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreak.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreak.testRunner)\nPASS: testSecondInterrupt (test.test_unittest.test_break.TestBreak.testSecondInterrupt)\nPASS: testTwoResults (test.test_unittest.test_break.TestBreak.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreak.testWeakReferences)\nPASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled)\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRunner)\nPASS: testSecondInterrupt (test.test_unittest.test_break.TestBreakDefaultIntHandler.testSecondInterrupt)\nPASS: testTwoResults (test.test_unittest.test_break.TestBreakDefaultIntHandler.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreakDefaultIntHandler.testWeakReferences)\nPASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalDefault.testHandlerReplacedButCalled)\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreakSignalDefault.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreakSignalDefault.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalDefault.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreakSignalDefault.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreakSignalDefault.testRunner)\nPASS: testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalDefault.testSecondInterrupt)\nPASS: testTwoResults (test.test_unittest.test_break.TestBreakSignalDefault.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreakSignalDefault.testWeakReferences)\nSKIP: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalIgnored.testHandlerReplacedButCalled) 'test requires SIGINT to not be ignored'\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreakSignalIgnored.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreakSignalIgnored.testRunner)\nSKIP: testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalIgnored.testSecondInterrupt) 'test requires SIGINT to not be ignored'\nPASS: testTwoResults (test.test_unittest.test_break.TestBreakSignalIgnored.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreakSignalIgnored.testWeakReferences)\nPASS: testAddTypeEqualityFunc (test.test_unittest.test_case.Test_TestCase.testAddTypeEqualityFunc)\nPASS: testAssertCountEqual (test.test_unittest.test_case.Test_TestCase.testAssertCountEqual)\nPASS: testAssertDictEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertDictEqualTruncates)\nPASS: testAssertEqual (test.test_unittest.test_case.Test_TestCase.testAssertEqual)\ntestAssertEqualMultipleLinesMismatchedNewlinesTerminators (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMismatchedNewlinesTerminators)\nPASS: Verifying format of diff output from assertEqual involving strings\ntestAssertEqualMultipleLinesMissingNewlineTerminator (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMissingNewlineTerminator)\nPASS: Verifying format of diff output from assertEqual involving strings\nPASS: testAssertEqualSingleLine (test.test_unittest.test_case.Test_TestCase.testAssertEqualSingleLine)\nPASS: testAssertEqual_diffThreshold (test.test_unittest.test_case.Test_TestCase.testAssertEqual_diffThreshold)\nPASS: testAssertEqual_shorten (test.test_unittest.test_case.Test_TestCase.testAssertEqual_shorten)\ntestAssertEqualwithEmptyString (test.test_unittest.test_case.Test_TestCase.testAssertEqualwithEmptyString)\nPASS: Verify when there is an empty string involved, the diff output\nPASS: testAssertIn (test.test_unittest.test_case.Test_TestCase.testAssertIn)\nPASS: testAssertIs (test.test_unittest.test_case.Test_TestCase.testAssertIs)\nPASS: testAssertIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertIsInstance)\nPASS: testAssertIsNone (test.test_unittest.test_case.Test_TestCase.testAssertIsNone)\nPASS: testAssertIsNot (test.test_unittest.test_case.Test_TestCase.testAssertIsNot)\nPASS: testAssertLogsDefaults (test.test_unittest.test_case.Test_TestCase.testAssertLogsDefaults)\nPASS: testAssertLogsFailureLevelTooHigh (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh)\nPASS: testAssertLogsFailureLevelTooHigh_FilterInRootLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_FilterInRootLogger)\nPASS: testAssertLogsFailureMismatchingLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureMismatchingLogger)\nPASS: testAssertLogsFailureNoLogs (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureNoLogs)\nPASS: testAssertLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLevel)\nPASS: testAssertLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLogger)\nPASS: testAssertLogsTwoMatchingMessages (test.test_unittest.test_case.Test_TestCase.testAssertLogsTwoMatchingMessages)\nPASS: testAssertLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertLogsUnexpectedException)\nPASS: testAssertMultiLineEqual (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqual)\nPASS: testAssertMultiLineEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqualTruncates)\nPASS: testAssertNoLogsDefault (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsDefault)\nPASS: testAssertNoLogsFailureFoundLogs (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailureFoundLogs)\nPASS: testAssertNoLogsFailurePerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLevel)\nPASS: testAssertNoLogsFailurePerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLogger)\nPASS: testAssertNoLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLevel)\nPASS: testAssertNoLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLogger)\nPASS: testAssertNoLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsUnexpectedException)\nPASS: testAssertNoLogsYieldsNone (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsYieldsNone)\nPASS: testAssertNotIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertNotIsInstance)\nPASS: testAssertNotRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertNotRaisesRegex)\nPASS: testAssertRaisesCallable (test.test_unittest.test_case.Test_TestCase.testAssertRaisesCallable)\nPASS: testAssertRaisesContext (test.test_unittest.test_case.Test_TestCase.testAssertRaisesContext)\nPASS: testAssertRaisesExcValue (test.test_unittest.test_case.Test_TestCase.testAssertRaisesExcValue)\nPASS: testAssertRaisesNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesNoExceptionType)\nPASS: testAssertRaisesRefcount (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRefcount)\nPASS: testAssertRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegex)\nPASS: testAssertRaisesRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex)\nPASS: testAssertRaisesRegexMismatch (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexMismatch)\nPASS: testAssertRaisesRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexNoExceptionType)\nPASS: testAssertRegex (test.test_unittest.test_case.Test_TestCase.testAssertRegex)\nPASS: testAssertSequenceEqualMaxDiff (test.test_unittest.test_case.Test_TestCase.testAssertSequenceEqualMaxDiff)\nPASS: testAssertSetEqual (test.test_unittest.test_case.Test_TestCase.testAssertSetEqual)\nPASS: testAssertWarnsCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsCallable)\nPASS: testAssertWarnsContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsContext)\nPASS: testAssertWarnsModifySysModules (test.test_unittest.test_case.Test_TestCase.testAssertWarnsModifySysModules)\nPASS: testAssertWarnsNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsNoExceptionType)\nPASS: testAssertWarnsRegexCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexCallable)\nPASS: testAssertWarnsRegexContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexContext)\nPASS: testAssertWarnsRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex)\nPASS: testAssertWarnsRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexNoExceptionType)\nPASS: testDeepcopy (test.test_unittest.test_case.Test_TestCase.testDeepcopy)\ntestDeprecatedFailMethods (test.test_unittest.test_case.Test_TestCase.testDeprecatedFailMethods)\nPASS: Test that the deprecated fail* methods get removed in 3.12\nPASS: testEquality (test.test_unittest.test_case.Test_TestCase.testEquality)\nPASS: testEqualityBytesWarning (test.test_unittest.test_case.Test_TestCase.testEqualityBytesWarning)\nPASS: testInequality (test.test_unittest.test_case.Test_TestCase.testInequality)\nPASS: testKeyboardInterrupt (test.test_unittest.test_case.Test_TestCase.testKeyboardInterrupt)\nPASS: testNoCycles (test.test_unittest.test_case.Test_TestCase.testNoCycles)\nPASS: testPickle (test.test_unittest.test_case.Test_TestCase.testPickle)\ntestShortDescriptionWhitespaceTrimming (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWhitespaceTrimming)\nPASS: Tests shortDescription() whitespace is trimmed, so that the first\ntestShortDescriptionWithMultiLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithMultiLineDocstring)\nPASS: Tests shortDescription() for a method with a longer docstring.\ntestShortDescriptionWithOneLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithOneLineDocstring)\nPASS: Tests shortDescription() for a method with a docstring.\nPASS: testShortDescriptionWithoutDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithoutDocstring)\nPASS: testSkippingEverywhere (test.test_unittest.test_case.Test_TestCase.testSkippingEverywhere)\nPASS: testSystemExit (test.test_unittest.test_case.Test_TestCase.testSystemExit)\nPASS: testTruncateMessage (test.test_unittest.test_case.Test_TestCase.testTruncateMessage)\nPASS: test_call__invoking_an_instance_delegates_to_run (test.test_unittest.test_case.Test_TestCase.test_call__invoking_an_instance_delegates_to_run)\nPASS: test_countTestCases (test.test_unittest.test_case.Test_TestCase.test_countTestCases)\nPASS: test_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_defaultTestResult)\nPASS: test_deprecation_of_return_val_from_test (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test)\nPASS: test_eq (test.test_unittest.test_case.Test_TestCase.test_eq)\nPASS: test_failureException__default (test.test_unittest.test_case.Test_TestCase.test_failureException__default)\nPASS: test_failureException__subclassing__explicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise)\nPASS: test_failureException__subclassing__implicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise)\nPASS: test_hash (test.test_unittest.test_case.Test_TestCase.test_hash)\nPASS: test_id (test.test_unittest.test_case.Test_TestCase.test_id)\nPASS: test_init__no_test_name (test.test_unittest.test_case.Test_TestCase.test_init__no_test_name)\nPASS: test_init__test_name__invalid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__invalid)\nPASS: test_init__test_name__valid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__valid)\nPASS: test_ne (test.test_unittest.test_case.Test_TestCase.test_ne)\nPASS: test_no_exception_leak (test.test_unittest.test_case.Test_TestCase.test_no_exception_leak)\nPASS: test_run__returns_given_result (test.test_unittest.test_case.Test_TestCase.test_run__returns_given_result)\nPASS: test_run__uses_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_run__uses_defaultTestResult)\nPASS: test_run_call_order__error_in_setUp (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp)\nPASS: test_run_call_order__error_in_setUp_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result)\nPASS: test_run_call_order__error_in_tearDown (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown)\nPASS: test_run_call_order__error_in_tearDown_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result)\nPASS: test_run_call_order__error_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test)\nPASS: test_run_call_order__error_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result)\nPASS: test_run_call_order__failure_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test)\nPASS: test_run_call_order__failure_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result)\nPASS: test_run_call_order__subtests (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests)\nPASS: test_run_call_order__subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_failfast)\nPASS: test_run_call_order__subtests_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_legacy)\nPASS: test_run_call_order__subtests_success (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success)\nPASS: test_run_call_order__subtests_success_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success_legacy)\nPASS: test_run_call_order_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order_default_result)\nPASS: test_setUp (test.test_unittest.test_case.Test_TestCase.test_setUp)\nPASS: test_subtests_debug (test.test_unittest.test_case.Test_TestCase.test_subtests_debug)\nPASS: test_subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_subtests_failfast)\nPASS: test_tearDown (test.test_unittest.test_case.Test_TestCase.test_tearDown)\nPASS: test_command_line_handling_discover_by_default (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default)\nPASS: test_command_line_handling_discover_by_default_with_options (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_with_options)\nPASS: test_command_line_handling_do_discovery_calls_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader)\nPASS: test_command_line_handling_do_discovery_too_many_arguments (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments)\nPASS: test_command_line_handling_do_discovery_uses_default_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader)\nPASS: test_command_line_handling_parseArgs (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_parseArgs)\nPASS: test_detect_module_clash (test.test_unittest.test_discovery.TestDiscovery.test_detect_module_clash)\nPASS: test_discover (test.test_unittest.test_discovery.TestDiscovery.test_discover)\nPASS: test_discover_should_not_persist_top_level_dir_between_calls (test.test_unittest.test_discovery.TestDiscovery.test_discover_should_not_persist_top_level_dir_between_calls)\nPASS: test_discover_start_dir_is_package_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests)\nPASS: test_discover_with_init_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_module_that_raises_SkipTest_on_import)\nPASS: test_discover_with_init_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_modules_that_fail_to_import)\nPASS: test_discover_with_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_module_that_raises_SkipTest_on_import)\nPASS: test_discover_with_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_modules_that_fail_to_import)\nPASS: test_discovery_failed_discovery (test.test_unittest.test_discovery.TestDiscovery.test_discovery_failed_discovery)\nPASS: test_discovery_from_dotted_path (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path)\nPASS: test_discovery_from_dotted_path_builtin_modules (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path_builtin_modules)\nPASS: test_find_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests)\nPASS: test_find_tests_customize_via_package_pattern (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_customize_via_package_pattern)\nPASS: test_find_tests_default_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests)\nPASS: test_find_tests_socket (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_socket)\nPASS: test_find_tests_with_package (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_with_package)\nPASS: test_get_name_from_path (test.test_unittest.test_discovery.TestDiscovery.test_get_name_from_path)\nPASS: test_module_symlink_ok (test.test_unittest.test_discovery.TestDiscovery.test_module_symlink_ok)\nPASS: test_countTestCases (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_countTestCases)\nPASS: test_id (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_id)\nPASS: test_run_call_order__error_in_setUp (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_setUp)\nPASS: test_run_call_order__error_in_tearDown (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_tearDown)\nPASS: test_run_call_order__error_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_test)\nPASS: test_run_call_order__failure_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__failure_in_test)\nPASS: test_shortDescription__no_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__no_docstring)\nPASS: test_shortDescription__singleline_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__singleline_docstring)\nPASS: test___init__ (test.test_unittest.test_loader.Test_TestLoader.test___init__)\nPASS: test_getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames)\nPASS: test_getTestCaseNames__inheritance (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance)\nPASS: test_getTestCaseNames__no_tests (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests)\nPASS: test_getTestCaseNames__not_a_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase)\nPASS: test_getTestCaseNames__testNamePatterns (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns)\nPASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns__attribute_access_regression)\nPASS: test_loadTestsFromModule__TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass)\nPASS: test_loadTestsFromModule__TestCase_subclass_internals (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass_internals)\nPASS: test_loadTestsFromModule__faulty_load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__faulty_load_tests)\nPASS: test_loadTestsFromModule__load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests)\nPASS: test_loadTestsFromModule__no_TestCase_instances (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_instances)\nPASS: test_loadTestsFromModule__no_TestCase_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests)\nPASS: test_loadTestsFromModule__not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module)\nPASS: test_loadTestsFromModule__pattern (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern)\nPASS: test_loadTestsFromName__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance)\nPASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass)\nPASS: test_loadTestsFromName__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestSuite)\nPASS: test_loadTestsFromName__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__wrong_type)\nPASS: test_loadTestsFromName__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__empty_name)\nPASS: test_loadTestsFromName__function_with_different_name_than_method (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method)\nPASS: test_loadTestsFromName__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__malformed_name)\nPASS: test_loadTestsFromName__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__module_not_loaded)\nPASS: test_loadTestsFromName__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass)\nPASS: test_loadTestsFromName__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite)\nPASS: test_loadTestsFromName__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_bad_object)\nPASS: test_loadTestsFromName__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_empty_name)\nPASS: test_loadTestsFromName__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod)\nPASS: test_loadTestsFromName__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_malformed_name)\nPASS: test_loadTestsFromName__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module)\nPASS: test_loadTestsFromName__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod)\nPASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass)\nPASS: test_loadTestsFromName__relative_unknown_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_unknown_name)\nPASS: test_loadTestsFromName__unknown_attr_name_on_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_module)\nPASS: test_loadTestsFromName__unknown_attr_name_on_package (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_package)\nPASS: test_loadTestsFromName__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_module_name)\nPASS: test_loadTestsFromNames__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestCase_instance)\nPASS: test_loadTestsFromNames__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestSuite)\nPASS: test_loadTestsFromNames__callable__call_staticmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod)\nPASS: test_loadTestsFromNames__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__wrong_type)\nPASS: test_loadTestsFromNames__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name)\nPASS: test_loadTestsFromNames__empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_list)\nPASS: test_loadTestsFromNames__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__malformed_name)\nPASS: test_loadTestsFromNames__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__module_not_loaded)\nPASS: test_loadTestsFromNames__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass)\nPASS: test_loadTestsFromNames__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite)\nPASS: test_loadTestsFromNames__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_bad_object)\nPASS: test_loadTestsFromNames__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name)\nPASS: test_loadTestsFromNames__relative_empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_list)\nPASS: test_loadTestsFromNames__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod)\nPASS: test_loadTestsFromNames__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_malformed_name)\nPASS: test_loadTestsFromNames__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module)\nPASS: test_loadTestsFromNames__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod)\nPASS: test_loadTestsFromNames__unknown_attr_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_attr_name)\nPASS: test_loadTestsFromNames__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_module_name)\nPASS: test_loadTestsFromNames__unknown_name_relative_1 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_1)\nPASS: test_loadTestsFromNames__unknown_name_relative_2 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_2)\nPASS: test_loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase)\nPASS: test_loadTestsFromTestCase__TestSuite_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass)\nPASS: test_loadTestsFromTestCase__default_method_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name)\nPASS: test_loadTestsFromTestCase__from_FunctionTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_FunctionTestCase)\nPASS: test_loadTestsFromTestCase__from_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_TestCase)\nPASS: test_loadTestsFromTestCase__no_matches (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches)\nPASS: test_partial_functions (test.test_unittest.test_loader.Test_TestLoader.test_partial_functions)\nPASS: test_sortTestMethodsUsing__None (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None)\nPASS: test_sortTestMethodsUsing__default_value (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__default_value)\nPASS: test_sortTestMethodsUsing__getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames)\nPASS: test_sortTestMethodsUsing__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule)\nPASS: test_sortTestMethodsUsing__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName)\nPASS: test_sortTestMethodsUsing__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames)\nPASS: test_sortTestMethodsUsing__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase)\nPASS: test_suiteClass__default_value (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__default_value)\nPASS: test_suiteClass__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule)\nPASS: test_suiteClass__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName)\nPASS: test_suiteClass__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames)\nPASS: test_suiteClass__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase)\nPASS: test_testMethodPrefix__default_value (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__default_value)\nPASS: test_testMethodPrefix__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule)\nPASS: test_testMethodPrefix__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName)\nPASS: test_testMethodPrefix__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames)\nPASS: test_testMethodPrefix__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase)\nPASS: testBufferCatchFailfast (test.test_unittest.test_program.TestCommandLineArgs.testBufferCatchFailfast)\nPASS: testCatchBreakInstallsHandler (test.test_unittest.test_program.TestCommandLineArgs.testCatchBreakInstallsHandler)\nPASS: testParseArgsAbsolutePathsThatCanBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCanBeConverted)\nPASS: testParseArgsAbsolutePathsThatCannotBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCannotBeConverted)\nPASS: testParseArgsFileNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFileNames)\nPASS: testParseArgsFilePaths (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFilePaths)\nPASS: testParseArgsNonExistentFiles (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsNonExistentFiles)\nPASS: testParseArgsSelectedTestNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsSelectedTestNames)\nPASS: testRunTestsOldRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsOldRunnerClass)\nPASS: testRunTestsRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerClass)\nPASS: testRunTestsRunnerInstance (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerInstance)\nPASS: testSelectedTestNamesFunctionalTest (test.test_unittest.test_program.TestCommandLineArgs.testSelectedTestNamesFunctionalTest)\nPASS: testVerbosity (test.test_unittest.test_program.TestCommandLineArgs.testVerbosity)\ntestWarning (test.test_unittest.test_program.TestCommandLineArgs.testWarning)\nPASS: Test the warnings argument\nPASS: test_locals (test.test_unittest.test_program.TestCommandLineArgs.test_locals)\nPASS: testNoExit (test.test_unittest.test_program.Test_TestProgram.testNoExit)\nPASS: test_Exit (test.test_unittest.test_program.Test_TestProgram.test_Exit)\nPASS: test_ExitAsDefault (test.test_unittest.test_program.Test_TestProgram.test_ExitAsDefault)\nPASS: test_ExitEmptySuite (test.test_unittest.test_program.Test_TestProgram.test_ExitEmptySuite)\nPASS: test_ExitSkippedSuite (test.test_unittest.test_program.Test_TestProgram.test_ExitSkippedSuite)\nPASS: test_NonExit (test.test_unittest.test_program.Test_TestProgram.test_NonExit)\nPASS: test_defaultTest_with_iterable (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_iterable)\nPASS: test_defaultTest_with_string (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_string)\nPASS: test_discovery_from_dotted_path (test.test_unittest.test_program.Test_TestProgram.test_discovery_from_dotted_path)\nPASS: testBufferDoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoClassCleanups)\nPASS: testBufferDoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoCleanups)\nPASS: testBufferDoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoModuleCleanups)\nPASS: testBufferOutputAddErrorOrFailure (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputAddErrorOrFailure)\nPASS: testBufferOutputOff (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputOff)\nPASS: testBufferOutputStartTestAddSuccess (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputStartTestAddSuccess)\nPASS: testBufferSetUp (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp)\nPASS: testBufferSetUpModule (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule)\nPASS: testBufferSetUpModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule_DoModuleCleanups)\nPASS: testBufferSetUp_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp_DoCleanups)\nPASS: testBufferSetupClass (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass)\nPASS: testBufferSetupClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass_DoClassCleanups)\nPASS: testBufferTearDown (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown)\nPASS: testBufferTearDownClass (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass)\nPASS: testBufferTearDownClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass_DoClassCleanups)\nPASS: testBufferTearDownModule (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule)\nPASS: testBufferTearDownModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule_DoModuleCleanups)\nPASS: testBufferTearDown_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown_DoCleanups)\nPASS: testOldResultWithRunner (test.test_unittest.test_result.Test_OldTestResult.testOldResultWithRunner)\nPASS: testOldTestResult (test.test_unittest.test_result.Test_OldTestResult.testOldTestResult)\nPASS: testOldTestResultClass (test.test_unittest.test_result.Test_OldTestResult.testOldTestResultClass)\nPASS: testOldTestTesultSetup (test.test_unittest.test_result.Test_OldTestResult.testOldTestTesultSetup)\nPASS: testFailFast (test.test_unittest.test_result.Test_TestResult.testFailFast)\nPASS: testFailFastSetByRunner (test.test_unittest.test_result.Test_TestResult.testFailFastSetByRunner)\nPASS: testStackFrameTrimming (test.test_unittest.test_result.Test_TestResult.testStackFrameTrimming)\nPASS: test_addError (test.test_unittest.test_result.Test_TestResult.test_addError)\nPASS: test_addError_locals (test.test_unittest.test_result.Test_TestResult.test_addError_locals)\nPASS: test_addFailure (test.test_unittest.test_result.Test_TestResult.test_addFailure)\nPASS: test_addFailure_filter_traceback_frames (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames)\nPASS: test_addFailure_filter_traceback_frames_chained_exception_cycle (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_cycle)\nPASS: test_addFailure_filter_traceback_frames_chained_exception_self_loop (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_self_loop)\nPASS: test_addFailure_filter_traceback_frames_context (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_context)\nPASS: test_addSubTest (test.test_unittest.test_result.Test_TestResult.test_addSubTest)\nPASS: test_addSuccess (test.test_unittest.test_result.Test_TestResult.test_addSuccess)\nPASS: test_init (test.test_unittest.test_result.Test_TestResult.test_init)\nPASS: test_startTest (test.test_unittest.test_result.Test_TestResult.test_startTest)\nPASS: test_startTestRun_stopTestRun (test.test_unittest.test_result.Test_TestResult.test_startTestRun_stopTestRun)\nPASS: test_stop (test.test_unittest.test_result.Test_TestResult.test_stop)\nPASS: test_stopTest (test.test_unittest.test_result.Test_TestResult.test_stopTest)\nPASS: testDotsOutput (test.test_unittest.test_result.Test_TextTestResult.testDotsOutput)\nPASS: testDotsOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestMixed)\nPASS: testDotsOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestSuccess)\nPASS: testDotsOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputTearDownFail)\ntestGetDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithMultiLineDocstring)\nPASS: Tests getDescription() for a method with a longer docstring.\ntestGetDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithOneLineDocstring)\nPASS: Tests getDescription() for a method with a docstring.\nPASS: testGetDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithoutDocstring)\nPASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring)\nPASS: testGetNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetNestedSubTestDescriptionWithoutDocstring)\nPASS: testGetSubTestDescriptionForFalseValues (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionForFalseValues)\ntestGetSubTestDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithMultiLineDocstring)\nPASS: Tests getDescription() for a method with a longer docstring.\ntestGetSubTestDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithOneLineDocstring)\nPASS: Tests getDescription() for a method with a docstring.\nPASS: testGetSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstring)\nPASS: testGetSubTestDescriptionWithoutDocstringAndParams (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstringAndParams)\nPASS: testLongOutput (test.test_unittest.test_result.Test_TextTestResult.testLongOutput)\nPASS: testLongOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestMixed)\nPASS: testLongOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestSuccess)\nPASS: testLongOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testLongOutputTearDownFail)\nPASS: test_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_addClassCleanUp)\nPASS: test_debug_executes_classCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp)\nPASS: test_debug_executes_classCleanUp_when_teardown_exception (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_when_teardown_exception)\nPASS: test_doClassCleanups_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_doClassCleanups_with_errors_addClassCleanUp)\nPASS: test_enterClassContext (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext)\nPASS: test_enterClassContext_arg_errors (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext_arg_errors)\nPASS: test_run_class_cleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp)\nPASS: test_run_class_cleanUp_without_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp_without_tearDownClass)\nPASS: test_run_empty_suite_error_message (test.test_unittest.test_runner.TestClassCleanup.test_run_empty_suite_error_message)\nPASS: test_run_nested_test (test.test_unittest.test_runner.TestClassCleanup.test_run_nested_test)\nPASS: test_run_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_with_errors_addClassCleanUp)\nPASS: test_with_errors_addCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_addCleanUp)\nPASS: test_with_errors_in_addClassCleanup_and_setUps (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_addClassCleanup_and_setUps)\nPASS: test_with_errors_in_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_tearDownClass)\nPASS: testCleanUp (test.test_unittest.test_runner.TestCleanUp.testCleanUp)\nPASS: testCleanUpWithErrors (test.test_unittest.test_runner.TestCleanUp.testCleanUpWithErrors)\nPASS: testCleanupInRun (test.test_unittest.test_runner.TestCleanUp.testCleanupInRun)\nPASS: testTestCaseDebugExecutesCleanups (test.test_unittest.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups)\nPASS: test_enterContext (test.test_unittest.test_runner.TestCleanUp.test_enterContext)\nPASS: test_enterContext_arg_errors (test.test_unittest.test_runner.TestCleanUp.test_enterContext_arg_errors)\nPASS: test_addClassCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addClassCleanup_arg_errors)\nPASS: test_addCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addCleanup_arg_errors)\nPASS: test_addModuleCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addModuleCleanup_arg_errors)\nPASS: test_add_and_do_ModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_add_and_do_ModuleCleanup)\nPASS: test_debug_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_cleanUp_when_teardown_exception)\nPASS: test_debug_module_executes_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_executes_cleanUp)\nPASS: test_doModuleCleanup_with_errors_in_addModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_errors_in_addModuleCleanup)\nPASS: test_enterModuleContext (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext)\nPASS: test_enterModuleContext_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext_arg_errors)\nPASS: test_module_cleanUp_with_multiple_classes (test.test_unittest.test_runner.TestModuleCleanUp.test_module_cleanUp_with_multiple_classes)\nPASS: test_run_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp)\nPASS: test_run_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_when_teardown_exception)\nPASS: test_run_module_cleanUp_without_teardown (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_without_teardown)\nPASS: test_run_multiple_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_multiple_module_cleanUp)\nPASS: test_with_errors_in_addClassCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addClassCleanup)\nPASS: test_with_errors_in_addCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addCleanup)\nPASS: test_with_errors_in_addModuleCleanup_and_setUps (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addModuleCleanup_and_setUps)\nPASS: testBufferAndFailfast (test.test_unittest.test_runner.Test_TextTestRunner.testBufferAndFailfast)\nPASS: testRunnerRegistersResult (test.test_unittest.test_runner.Test_TextTestRunner.testRunnerRegistersResult)\nPASS: testSpecifiedStreamUsed (test.test_unittest.test_runner.Test_TextTestRunner.testSpecifiedStreamUsed)\nPASS: testStdErrLookedUpAtInstantiationTime (test.test_unittest.test_runner.Test_TextTestRunner.testStdErrLookedUpAtInstantiationTime)\nPASS: test_durations (test.test_unittest.test_runner.Test_TextTestRunner.test_durations)\nPASS: test_init (test.test_unittest.test_runner.Test_TextTestRunner.test_init)\nPASS: test_locals (test.test_unittest.test_runner.Test_TextTestRunner.test_locals)\nPASS: test_multiple_inheritance (test.test_unittest.test_runner.Test_TextTestRunner.test_multiple_inheritance)\nPASS: test_pickle_unpickle (test.test_unittest.test_runner.Test_TextTestRunner.test_pickle_unpickle)\nPASS: test_resultclass (test.test_unittest.test_runner.Test_TextTestRunner.test_resultclass)\nPASS: test_startTestRun_stopTestRun_called (test.test_unittest.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called)\ntest_warnings (test.test_unittest.test_runner.Test_TextTestRunner.test_warnings)\nPASS: Check that warnings argument of TextTestRunner correctly affects the\nPASS: test_works_with_result_without_startTestRun_stopTestRun (test.test_unittest.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun)\nPASS: test_class_not_setup_or_torndown_when_skipped (test.test_unittest.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped)\nPASS: test_class_not_torndown_when_setup_fails (test.test_unittest.test_setups.TestSetups.test_class_not_torndown_when_setup_fails)\nPASS: test_error_in_setup_module (test.test_unittest.test_setups.TestSetups.test_error_in_setup_module)\nPASS: test_error_in_setupclass (test.test_unittest.test_setups.TestSetups.test_error_in_setupclass)\nPASS: test_error_in_teardown_class (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_class)\nPASS: test_error_in_teardown_module (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_module)\nPASS: test_setup_class (test.test_unittest.test_setups.TestSetups.test_setup_class)\nPASS: test_setup_module (test.test_unittest.test_setups.TestSetups.test_setup_module)\nPASS: test_setup_teardown_order_with_pathological_suite (test.test_unittest.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite)\nPASS: test_skiptest_in_setupclass (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupclass)\nPASS: test_skiptest_in_setupmodule (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupmodule)\nPASS: test_suite_debug_executes_setups_and_teardowns (test.test_unittest.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns)\nPASS: test_suite_debug_propagates_exceptions (test.test_unittest.test_setups.TestSetups.test_suite_debug_propagates_exceptions)\nPASS: test_teardown_class (test.test_unittest.test_setups.TestSetups.test_teardown_class)\nPASS: test_teardown_class_two_classes (test.test_unittest.test_setups.TestSetups.test_teardown_class_two_classes)\nPASS: test_teardown_module (test.test_unittest.test_setups.TestSetups.test_teardown_module)\nPASS: test_testcase_with_missing_module (test.test_unittest.test_setups.TestSetups.test_testcase_with_missing_module)\nPASS: test_debug_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping)\nPASS: test_debug_skipping_class (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_class)\nPASS: test_debug_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_subtests)\nPASS: test_decorated_skip (test.test_unittest.test_skipping.Test_TestSkipping.test_decorated_skip)\nPASS: test_expected_failure (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure)\nPASS: test_expected_failure_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_fail_in_cleanup)\nPASS: test_expected_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_skip_in_cleanup)\nPASS: test_expected_failure_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_subtests)\nPASS: test_expected_failure_with_wrapped_class (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_class)\nPASS: test_expected_failure_with_wrapped_subclass (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_subclass)\nPASS: test_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_failure_and_skip_in_cleanup)\nPASS: test_skip_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_class)\nPASS: test_skip_doesnt_run_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup)\nPASS: test_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_cleanup)\nPASS: test_skip_in_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_setup)\nPASS: test_skip_non_unittest_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_non_unittest_class)\nPASS: test_skip_without_reason (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_without_reason)\nPASS: test_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping)\nPASS: test_skipping_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_and_fail_in_cleanup)\nPASS: test_skipping_decorators (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_decorators)\nPASS: test_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_subtests)\nPASS: test_unexpected_success (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success)\nPASS: test_unexpected_success_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_fail_in_cleanup)\nPASS: test_unexpected_success_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_skip_in_cleanup)\nPASS: test_unexpected_success_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_subtests)\nPASS: test_addTest__TestCase (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestCase)\nPASS: test_addTest__TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestSuite)\nPASS: test_addTest__casesuiteclass (test.test_unittest.test_suite.Test_TestSuite.test_addTest__casesuiteclass)\nPASS: test_addTest__noncallable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noncallable)\nPASS: test_addTest__noniterable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noniterable)\nPASS: test_addTests (test.test_unittest.test_suite.Test_TestSuite.test_addTests)\nPASS: test_addTests__string (test.test_unittest.test_suite.Test_TestSuite.test_addTests__string)\nPASS: test_basetestsuite (test.test_unittest.test_suite.Test_TestSuite.test_basetestsuite)\nPASS: test_countTestCases_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_nested)\nPASS: test_countTestCases_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_simple)\nPASS: test_countTestCases_zero_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_nested)\nPASS: test_countTestCases_zero_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_simple)\nPASS: test_eq (test.test_unittest.test_suite.Test_TestSuite.test_eq)\nPASS: test_function_in_suite (test.test_unittest.test_suite.Test_TestSuite.test_function_in_suite)\nPASS: test_garbage_collect_test_after_run_BaseTestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite)\nPASS: test_garbage_collect_test_after_run_TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite)\nPASS: test_init__TestSuite_instances_in_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__TestSuite_instances_in_tests)\nPASS: test_init__empty_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__empty_tests)\nPASS: test_init__tests_from_any_iterable (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_from_any_iterable)\nPASS: test_init__tests_optional (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_optional)\nPASS: test_iter (test.test_unittest.test_suite.Test_TestSuite.test_iter)\nPASS: test_ne (test.test_unittest.test_suite.Test_TestSuite.test_ne)\nPASS: test_overriding_call (test.test_unittest.test_suite.Test_TestSuite.test_overriding_call)\nPASS: test_remove_test_at_index (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index)\nPASS: test_remove_test_at_index_not_indexable (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index_not_indexable)\nPASS: test_run (test.test_unittest.test_suite.Test_TestSuite.test_run)\nPASS: test_run__empty_suite (test.test_unittest.test_suite.Test_TestSuite.test_run__empty_suite)\nPASS: test_run__requires_result (test.test_unittest.test_suite.Test_TestSuite.test_run__requires_result)\nPASS: test_safe_repr (test.test_unittest.test_util.TestUtil.test_safe_repr)\nPASS: test_sorted_list_difference (test.test_unittest.test_util.TestUtil.test_sorted_list_difference)\nPASS: test_unorderable_list_difference (test.test_unittest.test_util.TestUtil.test_unorderable_list_difference)\nPASS: test_add_return_value (test.test_unittest.testmock.testasync.AsyncArguments.test_add_return_value)\nPASS: test_add_side_effect_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_coroutine)\nPASS: test_add_side_effect_exception (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception)\nPASS: test_add_side_effect_exception_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception_iterable)\nPASS: test_add_side_effect_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_iterable)\nPASS: test_add_side_effect_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_normal_function)\nPASS: test_await_args_list_order (test.test_unittest.testmock.testasync.AsyncArguments.test_await_args_list_order)\nPASS: test_return_value_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_AsyncMock)\nPASS: test_return_value_awaitable (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_awaitable)\nPASS: test_side_effect_awaitable_values (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_awaitable_values)\nPASS: test_side_effect_is_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_is_AsyncMock)\nPASS: test_wraps_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_coroutine)\nPASS: test_wraps_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_normal_function)\nPASS: test_autospec_checks_signature (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_autospec_checks_signature)\nPASS: test_create_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec)\nPASS: test_create_autospec_instance (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec_instance)\nPASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_is_AsyncMock_patch)\nPASS: test_patch_with_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_patch_with_autospec)\nPASS: test_context_manager_raise_exception_by_default (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_context_manager_raise_exception_by_default)\nPASS: test_mock_customize_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager)\nPASS: test_mock_customize_async_context_manager_with_coroutine (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_with_coroutine)\nPASS: test_mock_supports_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_supports_async_context_manager)\nPASS: test_set_return_value_of_aenter (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_set_return_value_of_aenter)\nPASS: test_aiter_set_return_value (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_aiter_set_return_value)\nPASS: test_mock_aiter_and_anext_asyncmock (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_aiter_and_anext_asyncmock)\nPASS: test_mock_async_for (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_async_for)\nPASS: test_async_magic_methods_return_async_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_async_magic_methods_return_async_mocks)\nPASS: test_asyncmock_has_sync_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_asyncmock_has_sync_magic_methods)\nPASS: test_magic_methods_are_async_functions (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magic_methods_are_async_functions)\nPASS: test_magicmock_has_async_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magicmock_has_async_magic_methods)\nPASS: test_sync_magic_methods_return_magic_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_sync_magic_methods_return_magic_mocks)\nPASS: test_assert_any_wait (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_any_wait)\nPASS: test_assert_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited)\nPASS: test_assert_awaited_but_not_called (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_but_not_called)\nPASS: test_assert_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once)\nPASS: test_assert_awaited_once_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_with)\nPASS: test_assert_awaited_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_with)\nPASS: test_assert_called_and_awaited_at_same_time (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_and_awaited_at_same_time)\nPASS: test_assert_called_but_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited)\nPASS: test_assert_called_once_and_awaited_twice (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_once_and_awaited_twice)\nPASS: test_assert_called_then_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_then_awaited)\nPASS: test_assert_called_twice_and_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once)\nPASS: test_assert_has_awaits_no_order (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_no_order)\nPASS: test_assert_has_awaits_not_matching_spec_error (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_not_matching_spec_error)\nPASS: test_assert_has_awaits_ordered (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_ordered)\nPASS: test_assert_has_calls_not_awaits (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits)\nPASS: test_assert_has_mock_calls_on_async_mock_no_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec)\nPASS: test_assert_has_mock_calls_on_async_mock_with_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec)\nPASS: test_assert_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_not_awaited)\nPASS: test_async_arg_lists (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_arg_lists)\nPASS: test_async_method_calls_recorded (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded)\nPASS: test_awaits_asserts_with_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_any)\nPASS: test_awaits_asserts_with_spec_and_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_spec_and_any)\nPASS: test_future_isfuture (test.test_unittest.testmock.testasync.AsyncMockTest.test_future_isfuture)\nPASS: test_isawaitable (test.test_unittest.testmock.testasync.AsyncMockTest.test_isawaitable)\nPASS: test_iscoroutinefunction_default (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_default)\nPASS: test_iscoroutinefunction_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_function)\nPASS: test_iscoroutinefunction_normal_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_normal_function)\nPASS: test_async_def_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_async_def_cm)\nPASS: test_is_AsyncMock_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_AsyncMock_cm)\nPASS: test_is_async_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_cm)\nPASS: test_is_async_function_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_function_cm)\nPASS: test_patch_dict_async_def (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def)\nPASS: test_patch_dict_async_def_context (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_context)\nPASS: test_async_def_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_async_def_patch)\nPASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch)\nPASS: test_is_AsyncMock_patch_classmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_classmethod)\nPASS: test_is_AsyncMock_patch_staticmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_staticmethod)\nPASS: test_is_async_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_async_patch)\nPASS: test_is_coroutine_function_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_coroutine_function_patch)\nPASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_AsyncMock_patch)\nPASS: test_is_async_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_async_AsyncMock)\nPASS: test_is_child_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_child_AsyncMock)\nPASS: test_magicmock_lambda_spec (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_magicmock_lambda_spec)\nPASS: test_spec_as_normal_kw_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_kw_AsyncMock)\nPASS: test_spec_as_normal_positional_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_positional_AsyncMock)\nPASS: test_spec_async_attributes (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes)\nPASS: test_spec_async_attributes_instance (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes_instance)\nPASS: test_spec_async_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_mock)\nPASS: test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw)\nPASS: test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional)\nPASS: test_spec_normal_methods_on_class (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class)\nPASS: test_spec_normal_methods_on_class_with_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock)\nPASS: test_spec_normal_methods_on_class_with_mock_seal (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_seal)\nPASS: test_spec_parent_not_async_attribute_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_parent_not_async_attribute_is)\nPASS: test_target_async_spec_not (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_async_spec_not)\nPASS: test_target_not_async_spec_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_not_async_spec_is)\nPASS: test_attributes (test.test_unittest.testmock.testcallable.TestCallable.test_attributes)\nPASS: test_create_autospec (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec)\nPASS: test_create_autospec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec_instance)\nPASS: test_hierarchy (test.test_unittest.testmock.testcallable.TestCallable.test_hierarchy)\nPASS: test_non_callable (test.test_unittest.testmock.testcallable.TestCallable.test_non_callable)\nPASS: test_patch_spec (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec)\nPASS: test_patch_spec_callable_class (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_callable_class)\nPASS: test_patch_spec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_instance)\nPASS: test_patch_spec_set (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set)\nPASS: test_patch_spec_set_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set_instance)\nPASS: test_subclasses (test.test_unittest.testmock.testcallable.TestCallable.test_subclasses)\nPASS: test_any (test.test_unittest.testmock.testhelpers.AnyTest.test_any)\nPASS: test_any_and_datetime (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_datetime)\nPASS: test_any_and_spec_set (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_spec_set)\nPASS: test_any_mock_calls_comparison_order (test.test_unittest.testmock.testhelpers.AnyTest.test_any_mock_calls_comparison_order)\nPASS: test_any_no_spec (test.test_unittest.testmock.testhelpers.AnyTest.test_any_no_spec)\nPASS: test_repr (test.test_unittest.testmock.testhelpers.AnyTest.test_repr)\nPASS: test_attribute_call (test.test_unittest.testmock.testhelpers.CallTest.test_attribute_call)\nPASS: test_call (test.test_unittest.testmock.testhelpers.CallTest.test_call)\nPASS: test_call_any (test.test_unittest.testmock.testhelpers.CallTest.test_call_any)\nPASS: test_call_list (test.test_unittest.testmock.testhelpers.CallTest.test_call_list)\nPASS: test_call_ne (test.test_unittest.testmock.testhelpers.CallTest.test_call_ne)\nPASS: test_call_non_tuples (test.test_unittest.testmock.testhelpers.CallTest.test_call_non_tuples)\nPASS: test_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args)\nPASS: test_call_with_args_call_empty_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args_call_empty_name)\nPASS: test_call_with_call (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_call)\nPASS: test_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_kwargs)\nPASS: test_call_with_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_name)\nPASS: test_dunder_call (test.test_unittest.testmock.testhelpers.CallTest.test_dunder_call)\nPASS: test_empty__Call (test.test_unittest.testmock.testhelpers.CallTest.test_empty__Call)\nPASS: test_extended_call (test.test_unittest.testmock.testhelpers.CallTest.test_extended_call)\nPASS: test_extended_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_extended_not_equal)\nPASS: test_named_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_args)\nPASS: test_named_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_kwargs)\nPASS: test_named_empty_call (test.test_unittest.testmock.testhelpers.CallTest.test_named_empty_call)\nPASS: test_nested_calls_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_nested_calls_not_equal)\nPASS: test_repr (test.test_unittest.testmock.testhelpers.CallTest.test_repr)\nPASS: test_two_args_call (test.test_unittest.testmock.testhelpers.CallTest.test_two_args_call)\nPASS: test_attributes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_attributes)\nPASS: test_autospec_data_descriptor (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_data_descriptor)\nPASS: test_autospec_functions_with_self_in_odd_place (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_functions_with_self_in_odd_place)\nPASS: test_autospec_getattr_partial_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_getattr_partial_function)\nPASS: test_autospec_on_bound_builtin_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_on_bound_builtin_function)\nPASS: test_autospec_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_reset_mock)\nPASS: test_autospec_signature_classmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_classmethod)\nPASS: test_autospec_signature_staticmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_staticmethod)\nPASS: test_basic (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_basic)\nPASS: test_builtin_functions_types (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtin_functions_types)\nPASS: test_builtins (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtins)\nPASS: test_class_with_no_init (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_class_with_no_init)\nPASS: test_create_autospec_keyword_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_arguments)\nPASS: test_create_autospec_keyword_only_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_only_arguments)\nPASS: test_create_autospec_none (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_none)\nPASS: test_create_autospec_return_value (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_return_value)\nPASS: test_descriptors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_descriptors)\nPASS: test_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function)\nPASS: test_function_as_instance_attribute (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function_as_instance_attribute)\nPASS: test_inherit (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_inherit)\nPASS: test_magic_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_magic_methods)\nPASS: test_method_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_method_calls)\nPASS: test_mocking_unbound_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_mocking_unbound_methods)\nPASS: test_recursive (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_recursive)\nPASS: test_signature_callable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_callable)\nPASS: test_signature_class (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_class)\nPASS: test_signature_noncallable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_noncallable)\nPASS: test_skip_attributeerrors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_skip_attributeerrors)\nPASS: test_spec_as_list (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_as_list)\nPASS: test_spec_function_assert_any_call (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_any_call)\nPASS: test_spec_function_assert_has_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_has_calls)\nPASS: test_spec_function_no_name (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_no_name)\nPASS: test_spec_function_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_reset_mock)\nPASS: test_spec_has_descriptor_returning_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_descriptor_returning_function)\nPASS: test_spec_has_function_not_in_bases (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_function_not_in_bases)\nPASS: test_spec_inheritance_for_classes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inheritance_for_classes)\nPASS: test_spec_inspect_signature (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature)\nPASS: test_spec_inspect_signature_annotations (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_annotations)\nPASS: test_spec_set (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_set)\nPASS: test_args_list_contains_call_list (test.test_unittest.testmock.testhelpers.TestCallList.test_args_list_contains_call_list)\nPASS: test_call_list_str (test.test_unittest.testmock.testhelpers.TestCallList.test_call_list_str)\nPASS: test_propertymock (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock)\nPASS: test_propertymock_attach (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_attach)\nPASS: test_propertymock_bare (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_bare)\nPASS: test_propertymock_returnvalue (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_returnvalue)\nPASS: test_propertymock_side_effect (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_side_effect)\nPASS: test_call_magic_method (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_call_magic_method)\nPASS: test_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_classmethod)\nPASS: test_non_callable_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_classmethod)\nPASS: test_non_callable_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_staticmethod)\nPASS: test_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_staticmethod)\nPASS: test_type (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_type)\nPASS: test_asyncmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_asyncmock_defaults)\nPASS: test_attributes_and_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_attributes_and_return_value)\nPASS: test_bound_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_bound_methods)\nPASS: test_changing_magic_set_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_changing_magic_set_in_initialization)\nPASS: test_comparison (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_comparison)\nPASS: test_deleting_magic_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_deleting_magic_methods)\nPASS: test_descriptor_from_class (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_descriptor_from_class)\nPASS: test_dict_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dict_methods)\nPASS: test_dir (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dir)\nPASS: test_division (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_division)\nPASS: test_divmod_and_rdivmod (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_divmod_and_rdivmod)\nPASS: test_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_equality)\nPASS: test_hash (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_hash)\nPASS: test_iterable_as_iter_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_iterable_as_iter_return_value)\nPASS: test_len_contains_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_len_contains_iter)\nPASS: test_magic_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_in_initialization)\nPASS: test_magic_method_reset_mock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_reset_mock)\nPASS: test_magic_method_type (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_type)\nPASS: test_magic_method_wrapping (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_wrapping)\nPASS: test_magic_methods_and_spec (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec)\nPASS: test_magic_methods_and_spec_set (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_set)\nPASS: test_magic_methods_are_magic_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_are_magic_mocks)\nPASS: test_magic_methods_fspath (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_fspath)\nPASS: test_magic_methods_isolated_between_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_isolated_between_mocks)\nPASS: test_magic_mock_does_not_reset_magic_returns (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_does_not_reset_magic_returns)\nPASS: test_magic_mock_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_equality)\nPASS: test_magic_mock_resets_manual_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks)\nPASS: test_magic_mock_resets_manual_mocks_empty_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks_empty_iter)\nPASS: test_magicmock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock)\nPASS: test_magicmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_defaults)\nPASS: test_magicmock_del (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_del)\nPASS: test_matmul (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_matmul)\nPASS: test_nonzero (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_nonzero)\nPASS: test_numeric (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_numeric)\nPASS: test_repr (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_repr)\nPASS: test_setting_unsupported_magic_method (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_setting_unsupported_magic_method)\nPASS: test_str (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_str)\nPASS: test__name__ (test.test_unittest.testmock.testmock.MockTest.test__name__)\nPASS: test_adding_child_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_child_mock)\nPASS: test_adding_return_value_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_return_value_mock)\nPASS: test_all (test.test_unittest.testmock.testmock.MockTest.test_all)\nPASS: test_arg_lists (test.test_unittest.testmock.testmock.MockTest.test_arg_lists)\nPASS: test_assert_any_call (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call)\nPASS: test_assert_any_call_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call_with_function_spec)\nPASS: test_assert_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called)\nPASS: test_assert_called_exception_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_exception_message)\nPASS: test_assert_called_once (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once)\nPASS: test_assert_called_once_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message)\nPASS: test_assert_called_once_message_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message_not_called)\nPASS: test_assert_called_once_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with)\nPASS: test_assert_called_once_with_call_list (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_call_list)\nPASS: test_assert_called_once_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_function_spec)\nPASS: test_assert_called_once_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_message)\nPASS: test_assert_called_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with)\nPASS: test_assert_called_with_any (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_any)\nPASS: test_assert_called_with_failure_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_failure_message)\nPASS: test_assert_called_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_function_spec)\nPASS: test_assert_called_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_message)\nPASS: test_assert_called_with_method_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_method_spec)\nPASS: test_assert_has_calls (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls)\nPASS: test_assert_has_calls_any_order (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_any_order)\nPASS: test_assert_has_calls_nested_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_spec)\nPASS: test_assert_has_calls_nested_without_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_without_spec)\nPASS: test_assert_has_calls_not_matching_spec_error (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_not_matching_spec_error)\nPASS: test_assert_has_calls_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_with_function_spec)\nPASS: test_assert_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called)\nPASS: test_assert_not_called_message (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called_message)\nPASS: test_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_attach_mock)\nPASS: test_attach_mock_patch_autospec (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec)\nPASS: test_attach_mock_patch_autospec_signature (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec_signature)\nPASS: test_attach_mock_return_value (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_return_value)\nPASS: test_attribute_access_returns_mocks (test.test_unittest.testmock.testmock.MockTest.test_attribute_access_returns_mocks)\nPASS: test_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_attribute_deletion)\nPASS: test_attributes_have_name_and_parent_set (test.test_unittest.testmock.testmock.MockTest.test_attributes_have_name_and_parent_set)\nPASS: test_autospec_mock (test.test_unittest.testmock.testmock.MockTest.test_autospec_mock)\nPASS: test_autospec_side_effect (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect)\nPASS: test_autospec_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect_exception)\nPASS: test_baseexceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_baseexceptional_side_effect)\nPASS: test_bool_not_called_when_passing_spec_arg (test.test_unittest.testmock.testmock.MockTest.test_bool_not_called_when_passing_spec_arg)\nPASS: test_call (test.test_unittest.testmock.testmock.MockTest.test_call)\nPASS: test_call_args_comparison (test.test_unittest.testmock.testmock.MockTest.test_call_args_comparison)\nPASS: test_call_args_two_tuple (test.test_unittest.testmock.testmock.MockTest.test_call_args_two_tuple)\nPASS: test_calls_equal_with_any (test.test_unittest.testmock.testmock.MockTest.test_calls_equal_with_any)\nPASS: test_change_return_value_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_return_value_via_delegate)\nPASS: test_change_side_effect_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_side_effect_via_delegate)\nPASS: test_child_mock_call_equal (test.test_unittest.testmock.testmock.MockTest.test_child_mock_call_equal)\nPASS: test_class_assignable (test.test_unittest.testmock.testmock.MockTest.test_class_assignable)\nPASS: test_configure_mock (test.test_unittest.testmock.testmock.MockTest.test_configure_mock)\nPASS: test_constructor (test.test_unittest.testmock.testmock.MockTest.test_constructor)\nPASS: test_copy (test.test_unittest.testmock.testmock.MockTest.test_copy)\nPASS: test_create_autospec_classmethod_and_staticmethod (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_classmethod_and_staticmethod)\nPASS: test_create_autospec_correctly_handles_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_correctly_handles_name)\ntest_create_autospec_instance_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_instance_wraps_class)\nPASS: Autospec a class instance with wraps & test if the call is passed\ntest_create_autospec_should_be_configurable_by_kwargs (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_should_be_configurable_by_kwargs)\nPASS: If kwargs are given to configure mock, the function must configure\nPASS: test_create_autospec_with_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_with_name)\ntest_create_autospec_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_class)\nPASS: Autospec a class with wraps & test if the call is passed to the\ntest_create_autospec_wraps_function_type (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_function_type)\nPASS: Autospec a function or a method with wraps & test if the call is\nPASS: test_customize_wrapped_object_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value)\nPASS: test_customize_wrapped_object_with_return_value_and_side_effect (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect)\nPASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect2)\nPASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_default)\nPASS: test_customize_wrapped_object_with_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_exception)\nPASS: test_customize_wrapped_object_with_side_effect_function (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_function)\nPASS: test_customize_wrapped_object_with_side_effect_iterable (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable)\nPASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_with_default)\nPASS: test_decorated_async_methods_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_decorated_async_methods_with_spec_mock)\nPASS: test_dir (test.test_unittest.testmock.testmock.MockTest.test_dir)\nPASS: test_dir_does_not_include_deleted_attributes (test.test_unittest.testmock.testmock.MockTest.test_dir_does_not_include_deleted_attributes)\nPASS: test_dir_from_spec (test.test_unittest.testmock.testmock.MockTest.test_dir_from_spec)\nPASS: test_exceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_exceptional_side_effect)\nPASS: test_explicit_parent (test.test_unittest.testmock.testmock.MockTest.test_explicit_parent)\ntest_explicit_return_value_even_if_mock_wraps_object (test.test_unittest.testmock.testmock.MockTest.test_explicit_return_value_even_if_mock_wraps_object)\nPASS: If the mock has an explicit return_value set then calls are not\nPASS: test_filter_dir (test.test_unittest.testmock.testmock.MockTest.test_filter_dir)\nPASS: test_from_spec (test.test_unittest.testmock.testmock.MockTest.test_from_spec)\nPASS: test_isinstance_under_settrace (test.test_unittest.testmock.testmock.MockTest.test_isinstance_under_settrace)\nPASS: test_magic_method_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_class)\nPASS: test_magic_method_wraps_dict (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_dict)\nPASS: test_magic_methods_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_magic_methods_mock_calls)\nPASS: test_manager_mock (test.test_unittest.testmock.testmock.MockTest.test_manager_mock)\nPASS: test_method_calls_compare_easily (test.test_unittest.testmock.testmock.MockTest.test_method_calls_compare_easily)\nPASS: test_method_calls_recorded (test.test_unittest.testmock.testmock.MockTest.test_method_calls_recorded)\nPASS: test_misspelled_arguments (test.test_unittest.testmock.testmock.MockTest.test_misspelled_arguments)\nPASS: test_mock_add_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec)\nPASS: test_mock_add_spec_magic_methods (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec_magic_methods)\nPASS: test_mock_call_not_equal_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_leaf)\nPASS: test_mock_call_not_equal_non_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf)\nPASS: test_mock_call_not_equal_non_leaf_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_attr)\nPASS: test_mock_call_not_equal_non_leaf_call_versus_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_call_versus_attr)\nPASS: test_mock_call_not_equal_non_leaf_params_different (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_params_different)\nPASS: test_mock_call_repr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr)\nPASS: test_mock_call_repr_loop (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr_loop)\nPASS: test_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_mock_calls)\nPASS: test_mock_calls_contains (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_contains)\nPASS: test_mock_calls_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_create_autospec)\nPASS: test_mock_does_not_raise_on_repeated_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_mock_does_not_raise_on_repeated_attribute_deletion)\nPASS: test_mock_open_after_eof (test.test_unittest.testmock.testmock.MockTest.test_mock_open_after_eof)\nPASS: test_mock_open_alter_readline (test.test_unittest.testmock.testmock.MockTest.test_mock_open_alter_readline)\nPASS: test_mock_open_dunder_iter_issue (test.test_unittest.testmock.testmock.MockTest.test_mock_open_dunder_iter_issue)\nPASS: test_mock_open_next_with_readline_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_mock_open_next_with_readline_with_return_value)\nPASS: test_mock_open_reuse_issue_21750 (test.test_unittest.testmock.testmock.MockTest.test_mock_open_reuse_issue_21750)\nPASS: test_mock_open_using_next (test.test_unittest.testmock.testmock.MockTest.test_mock_open_using_next)\nPASS: test_mock_open_write (test.test_unittest.testmock.testmock.MockTest.test_mock_open_write)\nPASS: test_mock_parents (test.test_unittest.testmock.testmock.MockTest.test_mock_parents)\nPASS: test_mock_raises_when_deleting_nonexistent_attribute (test.test_unittest.testmock.testmock.MockTest.test_mock_raises_when_deleting_nonexistent_attribute)\nPASS: test_mock_safe_with_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_safe_with_spec)\nPASS: test_mock_unsafe (test.test_unittest.testmock.testmock.MockTest.test_mock_unsafe)\nPASS: test_name_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_name_attribute_of_call)\nPASS: test_only_allowed_methods_exist (test.test_unittest.testmock.testmock.MockTest.test_only_allowed_methods_exist)\nPASS: test_ordered_call_signature (test.test_unittest.testmock.testmock.MockTest.test_ordered_call_signature)\nPASS: test_override_tuple_methods (test.test_unittest.testmock.testmock.MockTest.test_override_tuple_methods)\nPASS: test_parent_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_parent_attribute_of_call)\nPASS: test_parent_propagation_with_autospec_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_autospec_attach_mock)\nPASS: test_parent_propagation_with_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_create_autospec)\nPASS: test_property_not_called_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_property_not_called_with_spec_mock)\nPASS: test_repr (test.test_unittest.testmock.testmock.MockTest.test_repr)\nPASS: test_repr_with_spec (test.test_unittest.testmock.testmock.MockTest.test_repr_with_spec)\nPASS: test_reset_mock (test.test_unittest.testmock.testmock.MockTest.test_reset_mock)\nPASS: test_reset_mock_does_not_raise_on_attr_deletion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_does_not_raise_on_attr_deletion)\nPASS: test_reset_mock_on_mock_open_issue_18622 (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_on_mock_open_issue_18622)\nPASS: test_reset_mock_recursion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_recursion)\nPASS: test_reset_return (test.test_unittest.testmock.testmock.MockTest.test_reset_return)\nPASS: test_reset_return_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_sideeffect)\nPASS: test_reset_return_with_children (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children)\nPASS: test_reset_return_with_children_side_effect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children_side_effect)\nPASS: test_reset_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_sideeffect)\nPASS: test_return_value_in_constructor (test.test_unittest.testmock.testmock.MockTest.test_return_value_in_constructor)\nPASS: test_setting_attribute_with_spec_set (test.test_unittest.testmock.testmock.MockTest.test_setting_attribute_with_spec_set)\nPASS: test_setting_call (test.test_unittest.testmock.testmock.MockTest.test_setting_call)\nPASS: test_side_effect (test.test_unittest.testmock.testmock.MockTest.test_side_effect)\nPASS: test_side_effect_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator)\nPASS: test_side_effect_iterator_default (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_default)\nPASS: test_side_effect_iterator_exceptions (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_exceptions)\nPASS: test_side_effect_setting_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_setting_iterator)\nPASS: test_spec_class (test.test_unittest.testmock.testmock.MockTest.test_spec_class)\nPASS: test_spec_class_no_object_base (test.test_unittest.testmock.testmock.MockTest.test_spec_class_no_object_base)\nPASS: test_spec_list_subclass (test.test_unittest.testmock.testmock.MockTest.test_spec_list_subclass)\nPASS: test_subclass_with_properties (test.test_unittest.testmock.testmock.MockTest.test_subclass_with_properties)\nPASS: test_subclassing (test.test_unittest.testmock.testmock.MockTest.test_subclassing)\nPASS: test_wraps_attributes (test.test_unittest.testmock.testmock.MockTest.test_wraps_attributes)\nPASS: test_wraps_call_with_nondefault_return_value (test.test_unittest.testmock.testmock.MockTest.test_wraps_call_with_nondefault_return_value)\nPASS: test_wraps_calls (test.test_unittest.testmock.testmock.MockTest.test_wraps_calls)\nPASS: test_wraps_prevents_automatic_creation_of_mocks (test.test_unittest.testmock.testmock.MockTest.test_wraps_prevents_automatic_creation_of_mocks)\nPASS: test_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_autospec)\nPASS: test_autospec_classmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod)\nPASS: test_autospec_classmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod_signature)\nPASS: test_autospec_function (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_function)\nPASS: test_autospec_inherits (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_inherits)\nPASS: test_autospec_keywords (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_keywords)\nPASS: test_autospec_name (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_name)\nPASS: test_autospec_staticmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod)\nPASS: test_autospec_staticmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod_signature)\nPASS: test_autospec_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_new)\nPASS: test_autospec_with_object (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_object)\nPASS: test_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_callable_spec_as_list)\nPASS: test_cant_set_kwargs_when_passing_a_mock (test.test_unittest.testmock.testpatch.PatchTest.test_cant_set_kwargs_when_passing_a_mock)\nPASS: test_create_and_specs (test.test_unittest.testmock.testpatch.PatchTest.test_create_and_specs)\nPASS: test_dotted_but_module_not_loaded (test.test_unittest.testmock.testpatch.PatchTest.test_dotted_but_module_not_loaded)\nPASS: test_exit_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_exit_idempotent)\nPASS: test_falsey_spec (test.test_unittest.testmock.testpatch.PatchTest.test_falsey_spec)\nPASS: test_get_only_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_only_proxy)\nPASS: test_get_set_delete_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_set_delete_proxy)\nPASS: test_invalid_target (test.test_unittest.testmock.testpatch.PatchTest.test_invalid_target)\nPASS: test_mock_calls_with_patch (test.test_unittest.testmock.testpatch.PatchTest.test_mock_calls_with_patch)\nPASS: test_multiple_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_patchobject)\nPASS: test_multiple_specs (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_specs)\nPASS: test_name_preserved (test.test_unittest.testmock.testpatch.PatchTest.test_name_preserved)\nPASS: test_name_resolution_import_rebinding (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding)\nPASS: test_name_resolution_import_rebinding2 (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding2)\nPASS: test_nested_patch_failure (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_failure)\nPASS: test_nested_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_with_spec_as_list)\nPASS: test_new_callable_class_decorating (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_class_decorating)\nPASS: test_new_callable_create (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_create)\nPASS: test_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_failure)\nPASS: test_new_callable_incompatible_with_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_autospec)\nPASS: test_new_callable_incompatible_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_new)\nPASS: test_new_callable_inherit_for_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_for_mocks)\nPASS: test_new_callable_inherit_non_mock (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_non_mock)\nPASS: test_new_callable_keyword_arguments (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_keyword_arguments)\nPASS: test_new_callable_patch (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch)\nPASS: test_new_callable_patch_object (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch_object)\nPASS: test_new_callable_spec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_spec)\nPASS: test_not_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_not_callable_spec_as_list)\nPASS: test_object_lookup_is_quite_lazy (test.test_unittest.testmock.testpatch.PatchTest.test_object_lookup_is_quite_lazy)\nPASS: test_patch (test.test_unittest.testmock.testpatch.PatchTest.test_patch)\nPASS: test_patch_and_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_and_patch_dict_stopall)\nPASS: test_patch_builtins_without_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_builtins_without_create)\nPASS: test_patch_class_acts_with_spec_is_inherited (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_acts_with_spec_is_inherited)\nPASS: test_patch_class_attribute (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_attribute)\nPASS: test_patch_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_decorator)\nPASS: test_patch_dict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict)\nPASS: test_patch_dict_as_context_manager (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_as_context_manager)\nPASS: test_patch_dict_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_class_decorator)\nPASS: test_patch_dict_decorator_resolution (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_decorator_resolution)\nPASS: test_patch_dict_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_keyword_args)\nPASS: test_patch_dict_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_start_stop)\nPASS: test_patch_dict_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stop_without_start)\nPASS: test_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stopall)\nPASS: test_patch_dict_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_test_prefix)\nPASS: test_patch_dict_with_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_clear)\nPASS: test_patch_dict_with_container_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object)\nPASS: test_patch_dict_with_container_object_and_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_and_clear)\nPASS: test_patch_dict_with_string (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_string)\nPASS: test_patch_imports_lazily (test.test_unittest.testmock.testpatch.PatchTest.test_patch_imports_lazily)\nPASS: test_patch_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_keyword_args)\nPASS: test_patch_local (test.test_unittest.testmock.testpatch.PatchTest.test_patch_local)\nPASS: test_patch_multiple (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple)\nPASS: test_patch_multiple_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create)\nPASS: test_patch_multiple_create_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks)\nPASS: test_patch_multiple_create_mocks_different_order (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_different_order)\nPASS: test_patch_multiple_create_mocks_patcher (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_patcher)\nPASS: test_patch_multiple_decorating_class (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_decorating_class)\nPASS: test_patch_multiple_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_failure)\nPASS: test_patch_multiple_new_callable (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable)\nPASS: test_patch_multiple_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_failure)\nPASS: test_patch_multiple_no_kwargs (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_no_kwargs)\nPASS: test_patch_multiple_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_spec_set)\nPASS: test_patch_multiple_stacked_decorators (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_stacked_decorators)\nPASS: test_patch_multiple_string_subclasses (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_string_subclasses)\nPASS: test_patch_nested_autospec_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_nested_autospec_repr)\nPASS: test_patch_object_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_keyword_args)\nPASS: test_patch_object_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_with_spec_as_boolean)\nPASS: test_patch_orderdict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_orderdict)\nPASS: test_patch_propagates_exc_on_exit (test.test_unittest.testmock.testpatch.PatchTest.test_patch_propagates_exc_on_exit)\nPASS: test_patch_proxy_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_proxy_object)\nPASS: test_patch_slots (test.test_unittest.testmock.testpatch.PatchTest.test_patch_slots)\nPASS: test_patch_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_spec_set)\nPASS: test_patch_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_start_stop)\nPASS: test_patch_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_stopall)\nPASS: test_patch_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_test_prefix)\nPASS: test_patch_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_create_mocks_non_existent_attributes)\nPASS: test_patch_with_exception (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_exception)\nPASS: test_patch_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec)\nPASS: test_patch_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_boolean)\nPASS: test_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_list)\nPASS: test_patch_with_spec_mock_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_mock_repr)\nPASS: test_patch_with_static_methods (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_static_methods)\nPASS: test_patch_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patch_wont_create_by_default)\nPASS: test_patchobject_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_class_decorator)\nPASS: test_patchobject_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_start_stop)\nPASS: test_patchobject_twice (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_twice)\nPASS: test_patchobject_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_create_mocks_non_existent_attributes)\nPASS: test_patchobject_with_default_mock (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_default_mock)\nPASS: test_patchobject_with_none (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_none)\nPASS: test_patchobject_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec)\nPASS: test_patchobject_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec_as_list)\nPASS: test_patchobject_with_string_as_target (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_string_as_target)\nPASS: test_patchobject_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_wont_create_by_default)\nPASS: test_property_setters (test.test_unittest.testmock.testpatch.PatchTest.test_property_setters)\nPASS: test_second_enter_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_enter_failure)\nPASS: test_second_start_after_stop (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_after_stop)\nPASS: test_second_start_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_failure)\nPASS: test_single_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_single_patchobject)\nPASS: test_spec_set_inherit (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_inherit)\nPASS: test_spec_set_true (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_true)\nPASS: test_special_attrs (test.test_unittest.testmock.testpatch.PatchTest.test_special_attrs)\nPASS: test_specs_false_instead_of_none (test.test_unittest.testmock.testpatch.PatchTest.test_specs_false_instead_of_none)\nPASS: test_stop_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_stop_idempotent)\nPASS: test_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_stop_without_start)\nPASS: test_stopall_lifo (test.test_unittest.testmock.testpatch.PatchTest.test_stopall_lifo)\nPASS: test_tracebacks (test.test_unittest.testmock.testpatch.PatchTest.test_tracebacks)\nPASS: test_attribute_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_attribute_chain_is_maintained)\nPASS: test_attributes_return_more_mocks_by_default (test.test_unittest.testmock.testsealable.TestSealable.test_attributes_return_more_mocks_by_default)\nPASS: test_call_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_call_chain_is_maintained)\nPASS: test_call_on_defined_sealed_mock_succeeds (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_defined_sealed_mock_succeeds)\nPASS: test_call_on_sealed_mock_fails (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_sealed_mock_fails)\nPASS: test_existing_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_allowed_after_seal)\nPASS: test_existing_attributes_can_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_can_be_set_on_seal)\nPASS: test_initialized_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_initialized_attributes_allowed_after_seal)\ntest_integration_with_spec_att_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_att_definition)\nPASS: You are not restricted when using mock with spec\ntest_integration_with_spec_method_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition)\nPASS: You need to define the methods, even if they are in the spec\ntest_integration_with_spec_method_definition_respects_spec (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition_respects_spec)\nPASS: You cannot define methods out of the spec\nPASS: test_new_attributes_cannot_be_accessed_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_accessed_on_seal)\nPASS: test_new_attributes_cannot_be_set_on_child_of_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_child_of_seal)\nPASS: test_new_attributes_cannot_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_seal)\nPASS: test_seal_with_autospec (test.test_unittest.testmock.testsealable.TestSealable.test_seal_with_autospec)\nPASS: test_sealed_exception_has_attribute_name (test.test_unittest.testmock.testsealable.TestSealable.test_sealed_exception_has_attribute_name)\nPASS: test_seals_dont_recurse_on_manual_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_dont_recurse_on_manual_attributes)\nPASS: test_seals_recurse_on_added_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_added_attributes)\nPASS: test_seals_recurse_on_magic_methods (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_magic_methods)\nPASS: testBases (test.test_unittest.testmock.testsentinel.SentinelTest.testBases)\nPASS: testCopy (test.test_unittest.testmock.testsentinel.SentinelTest.testCopy)\nPASS: testDEFAULT (test.test_unittest.testmock.testsentinel.SentinelTest.testDEFAULT)\nPASS: testPickle (test.test_unittest.testmock.testsentinel.SentinelTest.testPickle)\nPASS: testSentinelName (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinelName)\nPASS: testSentinels (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinels)\nPASS: test_dynamic_child_mocks_are_threading_mocks (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_are_threading_mocks)\nPASS: test_dynamic_child_mocks_inherit_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_inherit_timeout)\nPASS: test_instance_check (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_instance_check)\nPASS: test_magic_methods_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_magic_methods_success)\nPASS: test_no_name_clash (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_no_name_clash)\nPASS: test_patch (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_patch)\nPASS: test_reset_mock_resets_wait (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_reset_mock_resets_wait)\nPASS: test_side_effect (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_side_effect)\nPASS: test_spec (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_spec)\nPASS: test_wait_already_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_already_called_success)\nPASS: test_wait_until_any_call_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_global_timeout)\nPASS: test_wait_until_any_call_kw (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_kw)\nPASS: test_wait_until_any_call_positional (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_positional)\nPASS: test_wait_until_any_call_with_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_instance_timeout)\nPASS: test_wait_until_any_call_with_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_success)\nPASS: test_wait_until_called_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_global_timeout)\nPASS: test_wait_until_called_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_instance_timeout)\nPASS: test_wait_until_called_method_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_method_timeout)\nPASS: test_wait_until_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_success)\nPASS: test_dunder_iter_data (test.test_unittest.testmock.testwith.TestMockOpen.test_dunder_iter_data)\nPASS: test_explicit_mock (test.test_unittest.testmock.testwith.TestMockOpen.test_explicit_mock)\nPASS: test_interleaved_reads (test.test_unittest.testmock.testwith.TestMockOpen.test_interleaved_reads)\nPASS: test_mock_open (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open)\nPASS: test_mock_open_context_manager (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager)\nPASS: test_mock_open_context_manager_multiple_times (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager_multiple_times)\nPASS: test_mock_open_read_with_argument (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_read_with_argument)\nPASS: test_next_data (test.test_unittest.testmock.testwith.TestMockOpen.test_next_data)\nPASS: test_overriding_return_values (test.test_unittest.testmock.testwith.TestMockOpen.test_overriding_return_values)\nPASS: test_read_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_read_bytes)\nPASS: test_read_data (test.test_unittest.testmock.testwith.TestMockOpen.test_read_data)\nPASS: test_readline_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_bytes)\nPASS: test_readline_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_data)\nPASS: test_readlines_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_bytes)\nPASS: test_readlines_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_data)\nPASS: testContextManagerMocking (test.test_unittest.testmock.testwith.WithTest.testContextManagerMocking)\nPASS: test_context_manager_with_magic_mock (test.test_unittest.testmock.testwith.WithTest.test_context_manager_with_magic_mock)\nPASS: test_dict_context_manager (test.test_unittest.testmock.testwith.WithTest.test_dict_context_manager)\nPASS: test_double_patch_instance_method (test.test_unittest.testmock.testwith.WithTest.test_double_patch_instance_method)\nPASS: test_patch_object_with_statement (test.test_unittest.testmock.testwith.WithTest.test_patch_object_with_statement)\nPASS: test_with_statement (test.test_unittest.testmock.testwith.WithTest.test_with_statement)\nPASS: test_with_statement_as (test.test_unittest.testmock.testwith.WithTest.test_with_statement_as)\nPASS: test_with_statement_exception (test.test_unittest.testmock.testwith.WithTest.test_with_statement_exception)\nPASS: test_with_statement_imbricated (test.test_unittest.testmock.testwith.WithTest.test_with_statement_imbricated)\nPASS: test_with_statement_nested (test.test_unittest.testmock.testwith.WithTest.test_with_statement_nested)\nPASS: test_with_statement_same_attribute (test.test_unittest.testmock.testwith.WithTest.test_with_statement_same_attribute)\nPASS: test_with_statement_specified (test.test_unittest.testmock.testwith.WithTest.test_with_statement_specified)\n\n----------------------------------------------------------------------\nRan 1068 tests in 3.145s\n\nOK (skipped=2)\n0:02:45 load avg: 1.73 [450/480] test_venv passed\ntest_activate_shell_script_has_no_dos_newlines (test.test_venv.BasicTest.test_activate_shell_script_has_no_dos_newlines)\nPASS: Test that the `activate` shell script contains no CR LF.\ntest_cli_with_scm_ignore_files (test.test_venv.BasicTest.test_cli_with_scm_ignore_files)\nPASS: Test that default SCM ignore files are created by default via the CLI.\ntest_cli_without_scm_ignore_files (test.test_venv.BasicTest.test_cli_without_scm_ignore_files)\nPASS: Test that ``--without-scm-ignore-files`` doesn't create SCM ignore files.\nPASS: test_config_file_command_key (test.test_venv.BasicTest.test_config_file_command_key)\ntest_create_scm_ignore_files_empty (test.test_venv.BasicTest.test_create_scm_ignore_files_empty)\nPASS: Test that no default ignore files are created when ``scm_ignore_files``\ntest_create_scm_ignore_files_multiple (test.test_venv.BasicTest.test_create_scm_ignore_files_multiple)\nPASS: Test that ``scm_ignore_files`` can work with multiple SCMs.\nPASS: test_deactivate_with_strict_bash_opts (test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts)\ntest_defaults_with_pathlike (test.test_venv.BasicTest.test_defaults_with_pathlike)\nPASS: Test the create function with default arguments and a path-like path.\ntest_defaults_with_str_path (test.test_venv.BasicTest.test_defaults_with_str_path)\nPASS: Test the create function with default arguments and a str path.\ntest_executable (test.test_venv.BasicTest.test_executable)\nPASS: Test that the sys.executable value is as expected.\ntest_executable_symlinks (test.test_venv.BasicTest.test_executable_symlinks)\nPASS: Test that the sys.executable value is as expected.\ntest_failed_symlink (test.test_venv.BasicTest.test_failed_symlink)\nSKIP: Test handling of failed symlinks on Windows. 'symlinks on Windows'\ntest_isolation (test.test_venv.BasicTest.test_isolation)\nPASS: Test isolation from system site-packages\nSKIP: test_macos_env (test.test_venv.BasicTest.test_macos_env) 'only relevant on macOS'\ntest_multiprocessing (test.test_venv.BasicTest.test_multiprocessing)\nPASS: Test that the multiprocessing is able to spawn.\ntest_multiprocessing_recursion (test.test_venv.BasicTest.test_multiprocessing_recursion)\nPASS: Test that the multiprocessing is able to spawn itself\ntest_overwrite_existing (test.test_venv.BasicTest.test_overwrite_existing)\nPASS: Test creating environment in an existing directory.\ntest_pathsep_error (test.test_venv.BasicTest.test_pathsep_error)\nPASS: Test that venv creation fails when the target directory contains\ntest_prefixes (test.test_venv.BasicTest.test_prefixes)\nPASS: Test that the prefix values are as expected.\nPASS: test_prompt (test.test_venv.BasicTest.test_prompt)\ntest_scm_ignore_files_git (test.test_venv.BasicTest.test_scm_ignore_files_git)\nPASS: Test that a .gitignore file is created when \"git\" is specified.\ntest_special_chars_bash (test.test_venv.BasicTest.test_special_chars_bash)\nPASS: Test that the template strings are quoted properly (bash)\ntest_special_chars_csh (test.test_venv.BasicTest.test_special_chars_csh)\nSKIP: Test that the template strings are quoted properly (csh) 'csh required for this test'\ntest_special_chars_windows (test.test_venv.BasicTest.test_special_chars_windows)\nSKIP: Test that the template strings are quoted properly on Windows 'only relevant on Windows'\ntest_symlinking (test.test_venv.BasicTest.test_symlinking)\nPASS: Test symlinking works as expected\ntest_sysconfig (test.test_venv.BasicTest.test_sysconfig)\nPASS: Test that the sysconfig functions work in a virtual environment.\ntest_sysconfig_symlinks (test.test_venv.BasicTest.test_sysconfig_symlinks)\nPASS: Test that the sysconfig functions work in a virtual environment.\ntest_unicode_in_batch_file (test.test_venv.BasicTest.test_unicode_in_batch_file)\nSKIP: Test handling of Unicode paths 'only relevant on Windows'\nPASS: test_unoverwritable_fails (test.test_venv.BasicTest.test_unoverwritable_fails)\ntest_upgrade (test.test_venv.BasicTest.test_upgrade)\nPASS: Test upgrading an existing environment directory.\nPASS: test_upgrade_dependencies (test.test_venv.BasicTest.test_upgrade_dependencies)\nPASS: test_venv_same_path (test.test_venv.BasicTest.test_venv_same_path)\ntest_venvwlauncher (test.test_venv.BasicTest.test_venvwlauncher)\nSKIP: Test that the GUI launcher runs the GUI python. 'only relevant on Windows'\ntest_zippath_from_non_installed_posix (test.test_venv.BasicTest.test_zippath_from_non_installed_posix)\nPASS: Test that when create venv from non-installed python, the zip path\nPASS: test_devnull (test.test_venv.EnsurePipTest.test_devnull)\nPASS: test_explicit_no_pip (test.test_venv.EnsurePipTest.test_explicit_no_pip)\nPASS: test_no_pip_by_default (test.test_venv.EnsurePipTest.test_no_pip_by_default)\nSKIP: test_with_pip (test.test_venv.EnsurePipTest.test_with_pip) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 38 tests in 0.963s\n\nOK (skipped=7)\n0:02:45 load avg: 1.73 [451/480] test_warnings passed\nPASS: test_issue_8766 (test.test_warnings.BootstrapTest.test_issue_8766)\nPASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults)\nPASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests.test_catch_warnings_recording)\nPASS: test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard)\nPASS: test_catch_warnings_restore (test.test_warnings.CCatchWarningTests.test_catch_warnings_restore)\nPASS: test_check_warnings (test.test_warnings.CCatchWarningTests.test_check_warnings)\nPASS: test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before)\nPASS: test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside)\nPASS: test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings)\nPASS: test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line)\nPASS: test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration)\nPASS: test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line)\nPASS: test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii)\nPASS: test_single_warning (test.test_warnings.CEnvironmentVariableTests.test_single_warning)\nPASS: test_always (test.test_warnings.CFilterTests.test_always)\nPASS: test_always_after_default (test.test_warnings.CFilterTests.test_always_after_default)\nPASS: test_append_duplicate (test.test_warnings.CFilterTests.test_append_duplicate)\nPASS: test_argument_validation (test.test_warnings.CFilterTests.test_argument_validation)\nPASS: test_catchwarnings_with_simplefilter_error (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error)\nPASS: test_catchwarnings_with_simplefilter_ignore (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore)\nPASS: test_default (test.test_warnings.CFilterTests.test_default)\nPASS: test_error (test.test_warnings.CFilterTests.test_error)\nPASS: test_error_after_default (test.test_warnings.CFilterTests.test_error_after_default)\nPASS: test_filterwarnings (test.test_warnings.CFilterTests.test_filterwarnings)\nPASS: test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters)\nPASS: test_ignore (test.test_warnings.CFilterTests.test_ignore)\nPASS: test_ignore_after_default (test.test_warnings.CFilterTests.test_ignore_after_default)\nPASS: test_inheritance (test.test_warnings.CFilterTests.test_inheritance)\nPASS: test_message_matching (test.test_warnings.CFilterTests.test_message_matching)\nPASS: test_module (test.test_warnings.CFilterTests.test_module)\nPASS: test_module_globals (test.test_warnings.CFilterTests.test_module_globals)\nPASS: test_mutate_filter_list (test.test_warnings.CFilterTests.test_mutate_filter_list)\nPASS: test_once (test.test_warnings.CFilterTests.test_once)\nPASS: test_ordering (test.test_warnings.CFilterTests.test_ordering)\nPASS: test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters)\nPASS: test_module_all_attribute (test.test_warnings.CPublicAPITests.test_module_all_attribute)\nPASS: test_import_from_module (test.test_warnings.CWCmdLineTests.test_import_from_module)\nPASS: test_improper_input (test.test_warnings.CWCmdLineTests.test_improper_input)\nPASS: test_accelerated (test.test_warnings.CWarnTests.test_accelerated)\nPASS: test_bad_str (test.test_warnings.CWarnTests.test_bad_str)\nPASS: test_exec_filename (test.test_warnings.CWarnTests.test_exec_filename)\nPASS: test_filename (test.test_warnings.CWarnTests.test_filename)\nPASS: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.CWarnTests.test_gh86298_loader_and_spec_loader_disagree)\nPASS: test_gh86298_loader_is_none_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_no_spec)\nPASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_is_none)\nPASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)\nPASS: test_gh86298_no_loader_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec)\nPASS: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_loader)\nPASS: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_spec_is_none)\nPASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.CWarnTests.test_gh86298_no_loader_with_spec_loader_okay)\nPASS: test_gh86298_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_spec)\nPASS: test_gh86298_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_spec_loader)\nPASS: test_gh86298_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_spec_is_none)\nPASS: test_message (test.test_warnings.CWarnTests.test_message)\nPASS: test_skip_file_prefixes (test.test_warnings.CWarnTests.test_skip_file_prefixes)\nPASS: test_skip_file_prefixes_type_errors (test.test_warnings.CWarnTests.test_skip_file_prefixes_type_errors)\nPASS: test_stacklevel (test.test_warnings.CWarnTests.test_stacklevel)\nPASS: test_stacklevel_import (test.test_warnings.CWarnTests.test_stacklevel_import)\nPASS: test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename)\nPASS: test_warn_explicit_type_errors (test.test_warnings.CWarnTests.test_warn_explicit_type_errors)\nPASS: test_warn_nonstandard_types (test.test_warnings.CWarnTests.test_warn_nonstandard_types)\nPASS: test_warning_classes (test.test_warnings.CWarnTests.test_warning_classes)\nPASS: test_formatwarning (test.test_warnings.CWarningsDisplayTests.test_formatwarning)\nPASS: test_formatwarning_override (test.test_warnings.CWarningsDisplayTests.test_formatwarning_override)\nPASS: test_showwarning (test.test_warnings.CWarningsDisplayTests.test_showwarning)\nPASS: test_category (test.test_warnings.DeprecatedTests.test_category)\nPASS: test_class (test.test_warnings.DeprecatedTests.test_class)\nPASS: test_class_with_inherited_new (test.test_warnings.DeprecatedTests.test_class_with_inherited_new)\nPASS: test_class_with_init (test.test_warnings.DeprecatedTests.test_class_with_init)\nPASS: test_class_with_new (test.test_warnings.DeprecatedTests.test_class_with_new)\nPASS: test_class_with_new_but_no_init (test.test_warnings.DeprecatedTests.test_class_with_new_but_no_init)\nPASS: test_do_not_shadow_user_arguments (test.test_warnings.DeprecatedTests.test_do_not_shadow_user_arguments)\nPASS: test_dunder_deprecated (test.test_warnings.DeprecatedTests.test_dunder_deprecated)\nPASS: test_existing_init_subclass (test.test_warnings.DeprecatedTests.test_existing_init_subclass)\nPASS: test_existing_init_subclass_in_base (test.test_warnings.DeprecatedTests.test_existing_init_subclass_in_base)\nPASS: test_function (test.test_warnings.DeprecatedTests.test_function)\nPASS: test_init_subclass_has_correct_cls (test.test_warnings.DeprecatedTests.test_init_subclass_has_correct_cls)\nPASS: test_init_subclass_with_explicit_classmethod (test.test_warnings.DeprecatedTests.test_init_subclass_with_explicit_classmethod)\nPASS: test_inspect (test.test_warnings.DeprecatedTests.test_inspect)\nPASS: test_inspect_class_signature (test.test_warnings.DeprecatedTests.test_inspect_class_signature)\nPASS: test_method (test.test_warnings.DeprecatedTests.test_method)\nPASS: test_mixin_class (test.test_warnings.DeprecatedTests.test_mixin_class)\nPASS: test_no_retained_references_to_wrapper_instance (test.test_warnings.DeprecatedTests.test_no_retained_references_to_wrapper_instance)\nPASS: test_only_strings_allowed (test.test_warnings.DeprecatedTests.test_only_strings_allowed)\nPASS: test_property (test.test_warnings.DeprecatedTests.test_property)\nPASS: test_turn_off_warnings (test.test_warnings.DeprecatedTests.test_turn_off_warnings)\nPASS: test_finalization (test.test_warnings.FinalizationTest.test_finalization)\nPASS: test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning)\nPASS: test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults)\nPASS: test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording)\nPASS: test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard)\nPASS: test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore)\nPASS: test_check_warnings (test.test_warnings.PyCatchWarningTests.test_check_warnings)\nPASS: test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before)\nPASS: test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside)\nPASS: test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings)\nPASS: test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line)\nPASS: test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration)\nPASS: test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line)\nPASS: test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii)\nPASS: test_single_warning (test.test_warnings.PyEnvironmentVariableTests.test_single_warning)\nPASS: test_always (test.test_warnings.PyFilterTests.test_always)\nPASS: test_always_after_default (test.test_warnings.PyFilterTests.test_always_after_default)\nPASS: test_append_duplicate (test.test_warnings.PyFilterTests.test_append_duplicate)\nPASS: test_argument_validation (test.test_warnings.PyFilterTests.test_argument_validation)\nPASS: test_catchwarnings_with_simplefilter_error (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error)\nPASS: test_catchwarnings_with_simplefilter_ignore (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore)\nPASS: test_default (test.test_warnings.PyFilterTests.test_default)\nPASS: test_error (test.test_warnings.PyFilterTests.test_error)\nPASS: test_error_after_default (test.test_warnings.PyFilterTests.test_error_after_default)\nPASS: test_filterwarnings (test.test_warnings.PyFilterTests.test_filterwarnings)\nPASS: test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters)\nPASS: test_ignore (test.test_warnings.PyFilterTests.test_ignore)\nPASS: test_ignore_after_default (test.test_warnings.PyFilterTests.test_ignore_after_default)\nPASS: test_inheritance (test.test_warnings.PyFilterTests.test_inheritance)\nPASS: test_message_matching (test.test_warnings.PyFilterTests.test_message_matching)\nPASS: test_module (test.test_warnings.PyFilterTests.test_module)\nPASS: test_module_globals (test.test_warnings.PyFilterTests.test_module_globals)\nPASS: test_mutate_filter_list (test.test_warnings.PyFilterTests.test_mutate_filter_list)\nPASS: test_once (test.test_warnings.PyFilterTests.test_once)\nPASS: test_ordering (test.test_warnings.PyFilterTests.test_ordering)\nPASS: test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters)\nPASS: test_module_all_attribute (test.test_warnings.PyPublicAPITests.test_module_all_attribute)\nPASS: test_import_from_module (test.test_warnings.PyWCmdLineTests.test_import_from_module)\nPASS: test_improper_input (test.test_warnings.PyWCmdLineTests.test_improper_input)\nPASS: test_improper_option (test.test_warnings.PyWCmdLineTests.test_improper_option)\nPASS: test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap)\nPASS: test_bad_str (test.test_warnings.PyWarnTests.test_bad_str)\nPASS: test_exec_filename (test.test_warnings.PyWarnTests.test_exec_filename)\nPASS: test_filename (test.test_warnings.PyWarnTests.test_filename)\nPASS: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.PyWarnTests.test_gh86298_loader_and_spec_loader_disagree)\nPASS: test_gh86298_loader_is_none_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_no_spec)\nPASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_is_none)\nPASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)\nPASS: test_gh86298_no_loader_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec)\nPASS: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec_loader)\nPASS: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_spec_is_none)\nPASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.PyWarnTests.test_gh86298_no_loader_with_spec_loader_okay)\nPASS: test_gh86298_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_spec)\nPASS: test_gh86298_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_spec_loader)\nPASS: test_gh86298_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_spec_is_none)\nPASS: test_message (test.test_warnings.PyWarnTests.test_message)\nPASS: test_pure_python (test.test_warnings.PyWarnTests.test_pure_python)\nPASS: test_skip_file_prefixes (test.test_warnings.PyWarnTests.test_skip_file_prefixes)\nPASS: test_skip_file_prefixes_type_errors (test.test_warnings.PyWarnTests.test_skip_file_prefixes_type_errors)\nPASS: test_stacklevel (test.test_warnings.PyWarnTests.test_stacklevel)\nPASS: test_stacklevel_import (test.test_warnings.PyWarnTests.test_stacklevel_import)\nPASS: test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename)\nPASS: test_warn_explicit_type_errors (test.test_warnings.PyWarnTests.test_warn_explicit_type_errors)\nPASS: test_warn_nonstandard_types (test.test_warnings.PyWarnTests.test_warn_nonstandard_types)\nPASS: test_warning_classes (test.test_warnings.PyWarnTests.test_warning_classes)\nPASS: test_formatwarning (test.test_warnings.PyWarningsDisplayTests.test_formatwarning)\nPASS: test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override)\nPASS: test_showwarning (test.test_warnings.PyWarningsDisplayTests.test_showwarning)\nPASS: test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc)\nPASS: test_RuntimeError (test.test_warnings._DeprecatedTest.test_RuntimeError)\nPASS: test_warning (test.test_warnings._DeprecatedTest.test_warning)\nPASS: test_default_action (test.test_warnings._WarningsTests.test_default_action)\nPASS: test_filename_none (test.test_warnings._WarningsTests.test_filename_none)\nPASS: test_filter (test.test_warnings._WarningsTests.test_filter)\nPASS: test_issue31285 (test.test_warnings._WarningsTests.test_issue31285)\nPASS: test_issue31411 (test.test_warnings._WarningsTests.test_issue31411)\nPASS: test_issue31416 (test.test_warnings._WarningsTests.test_issue31416)\nPASS: test_issue31566 (test.test_warnings._WarningsTests.test_issue31566)\nPASS: test_onceregistry (test.test_warnings._WarningsTests.test_onceregistry)\nPASS: test_show_warning_output (test.test_warnings._WarningsTests.test_show_warning_output)\nPASS: test_showwarning_missing (test.test_warnings._WarningsTests.test_showwarning_missing)\nPASS: test_showwarning_not_callable (test.test_warnings._WarningsTests.test_showwarning_not_callable)\nPASS: test_showwarnmsg_missing (test.test_warnings._WarningsTests.test_showwarnmsg_missing)\nPASS: test_stderr_none (test.test_warnings._WarningsTests.test_stderr_none)\n\n----------------------------------------------------------------------\nRan 170 tests in 0.395s\n\nOK\n0:02:45 load avg: 1.73 [452/480] test_wave passed\nPASS: test__all__ (test.test_wave.MiscTestCase.test__all__)\nPASS: test_read_deprecations (test.test_wave.MiscTestCase.test_read_deprecations)\nPASS: test_write_deprecations (test.test_wave.MiscTestCase.test_write_deprecations)\nPASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest.test_read_no_chunks)\nPASS: test_read_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_data_chunk)\nPASS: test_read_no_fmt_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_chunk)\nPASS: test_read_no_fmt_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_no_data_chunk)\nPASS: test_read_no_riff_chunk (test.test_wave.WaveLowLevelTest.test_read_no_riff_chunk)\nPASS: test_read_not_wave (test.test_wave.WaveLowLevelTest.test_read_not_wave)\nPASS: test_read_wrong_form (test.test_wave.WaveLowLevelTest.test_read_wrong_form)\nPASS: test_read_wrong_number_of_channels (test.test_wave.WaveLowLevelTest.test_read_wrong_number_of_channels)\nPASS: test_read_wrong_sample_width (test.test_wave.WaveLowLevelTest.test_read_wrong_sample_width)\nPASS: test_close (test.test_wave.WavePCM16Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM16Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM16Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM16Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM16Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM16Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM16Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM16Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM16Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM16Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM16Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM16Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM16Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM16Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM16Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM16Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM16Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM16Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM16Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM16Test.test_write_params)\nPASS: test_close (test.test_wave.WavePCM24ExtTest.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM24ExtTest.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM24ExtTest.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM24ExtTest.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM24ExtTest.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM24ExtTest.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM24ExtTest.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM24ExtTest.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM24ExtTest.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM24ExtTest.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24ExtTest.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24ExtTest.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM24ExtTest.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM24ExtTest.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM24ExtTest.test_write)\nPASS: test_write_array (test.test_wave.WavePCM24ExtTest.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM24ExtTest.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24ExtTest.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM24ExtTest.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM24ExtTest.test_write_params)\nPASS: test_close (test.test_wave.WavePCM24Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM24Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM24Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM24Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM24Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM24Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM24Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM24Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM24Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM24Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM24Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM24Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM24Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM24Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM24Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM24Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM24Test.test_write_params)\nPASS: test_close (test.test_wave.WavePCM32Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM32Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM32Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM32Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM32Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM32Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM32Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM32Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM32Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM32Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM32Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM32Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM32Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM32Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM32Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM32Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM32Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM32Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM32Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM32Test.test_write_params)\nPASS: test_close (test.test_wave.WavePCM8Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM8Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM8Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM8Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM8Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM8Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM8Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM8Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM8Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM8Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM8Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM8Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM8Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM8Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM8Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM8Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM8Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM8Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM8Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM8Test.test_write_params)\n\n----------------------------------------------------------------------\nRan 112 tests in 0.010s\n\nOK\n0:02:45 load avg: 1.73 [453/480] test_threading passed\nPASS: test_atexit_after_shutdown (test.test_threading.AtexitTests.test_atexit_after_shutdown)\nPASS: test_atexit_called_once (test.test_threading.AtexitTests.test_atexit_called_once)\nPASS: test_atexit_output (test.test_threading.AtexitTests.test_atexit_output)\ntest_abort (test.test_threading.BarrierTests.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_threading.BarrierTests.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_threading.BarrierTests.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_threading.BarrierTests.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_threading.BarrierTests.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\nPASS: test_constructor (test.test_threading.BarrierTests.test_constructor)\ntest_default_timeout (test.test_threading.BarrierTests.test_default_timeout)\nPASS: Test the barrier's default timeout\nPASS: test_repr (test.test_threading.BarrierTests.test_repr)\ntest_reset (test.test_threading.BarrierTests.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_threading.BarrierTests.test_single_thread)\ntest_timeout (test.test_threading.BarrierTests.test_timeout)\nPASS: Test wait(timeout)\ntest_wait_return (test.test_threading.BarrierTests.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_acquire (test.test_threading.BoundedSemaphoreTests.test_acquire)\nPASS: test_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.BoundedSemaphoreTests.test_acquire_destroy)\nPASS: test_acquire_timeout (test.test_threading.BoundedSemaphoreTests.test_acquire_timeout)\nPASS: test_constructor (test.test_threading.BoundedSemaphoreTests.test_constructor)\nPASS: test_default_value (test.test_threading.BoundedSemaphoreTests.test_default_value)\nPASS: test_multirelease (test.test_threading.BoundedSemaphoreTests.test_multirelease)\nPASS: test_release_unacquired (test.test_threading.BoundedSemaphoreTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.BoundedSemaphoreTests.test_repr)\nPASS: test_try_acquire (test.test_threading.BoundedSemaphoreTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_try_acquire_contended)\nPASS: test_with (test.test_threading.BoundedSemaphoreTests.test_with)\nPASS: test__is_owned (test.test_threading.CRLockTests.test__is_owned)\nPASS: test_acquire_contended (test.test_threading.CRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.CRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.CRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_threading.CRLockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.CRLockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.CRLockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.CRLockTests.test_reacquire)\nPASS: test_recursion_count (test.test_threading.CRLockTests.test_recursion_count)\nPASS: test_release_save_unacquired (test.test_threading.CRLockTests.test_release_save_unacquired)\nPASS: test_release_unacquired (test.test_threading.CRLockTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.CRLockTests.test_repr)\nPASS: test_signature (test.test_threading.CRLockTests.test_signature)\nPASS: test_thread_leak (test.test_threading.CRLockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.CRLockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.CRLockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.CRLockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.CRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.CRLockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.CRLockTests.test_with)\nPASS: test__is_owned (test.test_threading.ConditionAsRLockTests.test__is_owned)\nPASS: test_acquire_contended (test.test_threading.ConditionAsRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.ConditionAsRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.ConditionAsRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_threading.ConditionAsRLockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.ConditionAsRLockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.ConditionAsRLockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.ConditionAsRLockTests.test_reacquire)\nSKIP: test_recursion_count (test.test_threading.ConditionAsRLockTests.test_recursion_count) 'Condition does not expose _recursion_count()'\nPASS: test_release_save_unacquired (test.test_threading.ConditionAsRLockTests.test_release_save_unacquired)\nPASS: test_release_unacquired (test.test_threading.ConditionAsRLockTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.ConditionAsRLockTests.test_repr)\nPASS: test_thread_leak (test.test_threading.ConditionAsRLockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.ConditionAsRLockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.ConditionAsRLockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.ConditionAsRLockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.ConditionAsRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.ConditionAsRLockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.ConditionAsRLockTests.test_with)\nPASS: test_acquire (test.test_threading.ConditionTests.test_acquire)\nPASS: test_notify (test.test_threading.ConditionTests.test_notify)\nPASS: test_timeout (test.test_threading.ConditionTests.test_timeout)\nPASS: test_unacquired_notify (test.test_threading.ConditionTests.test_unacquired_notify)\nPASS: test_unacquired_wait (test.test_threading.ConditionTests.test_unacquired_wait)\nPASS: test_waitfor (test.test_threading.ConditionTests.test_waitfor)\nPASS: test_waitfor_timeout (test.test_threading.ConditionTests.test_waitfor_timeout)\nPASS: test_at_fork_reinit (test.test_threading.EventTests.test_at_fork_reinit)\nPASS: test_is_set (test.test_threading.EventTests.test_is_set)\nPASS: test_notify (test.test_threading.EventTests.test_notify)\nPASS: test_repr (test.test_threading.EventTests.test_repr)\nPASS: test_set_and_clear (test.test_threading.EventTests.test_set_and_clear)\nPASS: test_timeout (test.test_threading.EventTests.test_timeout)\nPASS: test_custom_excepthook (test.test_threading.ExceptHookTests.test_custom_excepthook)\nPASS: test_custom_excepthook_fail (test.test_threading.ExceptHookTests.test_custom_excepthook_fail)\nPASS: test_excepthook (test.test_threading.ExceptHookTests.test_excepthook)\nPASS: test_excepthook_thread_None (test.test_threading.ExceptHookTests.test_excepthook_thread_None)\nPASS: test_original_excepthook (test.test_threading.ExceptHookTests.test_original_excepthook)\nPASS: test_system_exit (test.test_threading.ExceptHookTests.test_system_exit)\nPASS: test_can_interrupt_tight_loops (test.test_threading.InterruptMainTests.test_can_interrupt_tight_loops)\nPASS: test_interrupt_main_invalid_signal (test.test_threading.InterruptMainTests.test_interrupt_main_invalid_signal)\nPASS: test_interrupt_main_mainthread (test.test_threading.InterruptMainTests.test_interrupt_main_mainthread)\nPASS: test_interrupt_main_noerror (test.test_threading.InterruptMainTests.test_interrupt_main_noerror)\nPASS: test_interrupt_main_subthread (test.test_threading.InterruptMainTests.test_interrupt_main_subthread)\nPASS: test_interrupt_main_with_signal_handler (test.test_threading.InterruptMainTests.test_interrupt_main_with_signal_handler)\nPASS: test_acquire_contended (test.test_threading.LockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.LockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.LockTests.test_acquire_release)\nPASS: test_at_fork_reinit (test.test_threading.LockTests.test_at_fork_reinit)\nPASS: test_constructor (test.test_threading.LockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.LockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.LockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.LockTests.test_reacquire)\nPASS: test_repr (test.test_threading.LockTests.test_repr)\nPASS: test_state_after_timeout (test.test_threading.LockTests.test_state_after_timeout)\nPASS: test_thread_leak (test.test_threading.LockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.LockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.LockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.LockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.LockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.LockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.LockTests.test_with)\nPASS: test__all__ (test.test_threading.MiscTestCase.test__all__)\nPASS: test__is_owned (test.test_threading.PyRLockTests.test__is_owned)\nPASS: test_acquire_contended (test.test_threading.PyRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.PyRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.PyRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_threading.PyRLockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.PyRLockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.PyRLockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.PyRLockTests.test_reacquire)\nPASS: test_recursion_count (test.test_threading.PyRLockTests.test_recursion_count)\nPASS: test_release_save_unacquired (test.test_threading.PyRLockTests.test_release_save_unacquired)\nPASS: test_release_unacquired (test.test_threading.PyRLockTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.PyRLockTests.test_repr)\nPASS: test_thread_leak (test.test_threading.PyRLockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.PyRLockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.PyRLockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.PyRLockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.PyRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.PyRLockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.PyRLockTests.test_with)\nPASS: test_acquire (test.test_threading.SemaphoreTests.test_acquire)\nPASS: test_acquire_contended (test.test_threading.SemaphoreTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.SemaphoreTests.test_acquire_destroy)\nPASS: test_acquire_timeout (test.test_threading.SemaphoreTests.test_acquire_timeout)\nPASS: test_constructor (test.test_threading.SemaphoreTests.test_constructor)\nPASS: test_default_value (test.test_threading.SemaphoreTests.test_default_value)\nPASS: test_multirelease (test.test_threading.SemaphoreTests.test_multirelease)\nPASS: test_release_unacquired (test.test_threading.SemaphoreTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.SemaphoreTests.test_repr)\nPASS: test_try_acquire (test.test_threading.SemaphoreTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.SemaphoreTests.test_try_acquire_contended)\nPASS: test_with (test.test_threading.SemaphoreTests.test_with)\nPASS: test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests.test_daemon_threads_fatal_error)\nPASS: test_daemon_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_daemon_threads_not_allowed)\nPASS: test_threads_join (test.test_threading.SubinterpThreadingTests.test_threads_join)\nPASS: test_threads_join_2 (test.test_threading.SubinterpThreadingTests.test_threads_join_2)\nPASS: test_threads_join_with_no_main (test.test_threading.SubinterpThreadingTests.test_threads_join_with_no_main)\nPASS: test_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_threads_not_allowed)\nPASS: test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown.test_1_join_on_shutdown)\nPASS: test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process)\nPASS: test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown.test_3_join_in_forked_from_thread)\nSKIP: test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown.test_4_daemon_threads) 'not enough memory: 2.7G minimum needed'\nPASS: test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown.test_clear_threads_states_after_fork)\nPASS: test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown.test_reinit_tls_after_fork)\nPASS: test_thread_from_thread (test.test_threading.ThreadJoinOnShutdown.test_thread_from_thread)\nPASS: test_BoundedSemaphore_limit (test.test_threading.ThreadTests.test_BoundedSemaphore_limit)\ntest_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests.test_PyThreadState_SetAsyncExc) ...     started worker thread\n    trying nonsensical thread id\n    waiting for worker thread to get started\n    verifying worker hasn't exited\n    attempting to raise asynch exception in worker\n    waiting for worker to say it caught the exception\n    all OK -- joining worker\nok\nPASS: test_args_argument (test.test_threading.ThreadTests.test_args_argument)\nPASS: test_boolean_target (test.test_threading.ThreadTests.test_boolean_target)\nPASS: test_daemon_param (test.test_threading.ThreadTests.test_daemon_param)\nPASS: test_dummy_thread_after_fork (test.test_threading.ThreadTests.test_dummy_thread_after_fork)\nPASS: test_enumerate_after_join (test.test_threading.ThreadTests.test_enumerate_after_join)\nPASS: test_finalization_shutdown (test.test_threading.ThreadTests.test_finalization_shutdown)\nPASS: test_finalize_running_thread (test.test_threading.ThreadTests.test_finalize_running_thread)\nPASS: test_finalize_with_trace (test.test_threading.ThreadTests.test_finalize_with_trace)\nPASS: test_foreign_thread (test.test_threading.ThreadTests.test_foreign_thread)\nPASS: test_frame_tstate_tracing (test.test_threading.ThreadTests.test_frame_tstate_tracing)\nPASS: test_getprofile (test.test_threading.ThreadTests.test_getprofile)\nPASS: test_getprofile_all_threads (test.test_threading.ThreadTests.test_getprofile_all_threads)\nPASS: test_gettrace (test.test_threading.ThreadTests.test_gettrace)\nPASS: test_gettrace_all_threads (test.test_threading.ThreadTests.test_gettrace_all_threads)\nPASS: test_ident_of_no_threading_threads (test.test_threading.ThreadTests.test_ident_of_no_threading_threads)\nPASS: test_import_from_another_thread (test.test_threading.ThreadTests.test_import_from_another_thread)\nPASS: test_is_alive_after_fork (test.test_threading.ThreadTests.test_is_alive_after_fork)\nSKIP: test_join_from_multiple_threads (test.test_threading.ThreadTests.test_join_from_multiple_threads) 'not enough memory: 1.4G minimum needed'\nPASS: test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests.test_join_nondaemon_on_shutdown)\nPASS: test_join_with_timeout (test.test_threading.ThreadTests.test_join_with_timeout)\nPASS: test_leak_without_join (test.test_threading.ThreadTests.test_leak_without_join)\nPASS: test_limbo_cleanup (test.test_threading.ThreadTests.test_limbo_cleanup)\nPASS: test_locals_at_exit (test.test_threading.ThreadTests.test_locals_at_exit)\nPASS: test_lock_no_args (test.test_threading.ThreadTests.test_lock_no_args)\nPASS: test_lock_no_subclass (test.test_threading.ThreadTests.test_lock_no_subclass)\nPASS: test_lock_or_none (test.test_threading.ThreadTests.test_lock_or_none)\nPASS: test_main_thread (test.test_threading.ThreadTests.test_main_thread)\nPASS: test_main_thread_after_fork (test.test_threading.ThreadTests.test_main_thread_after_fork)\nPASS: test_main_thread_after_fork_from_dummy_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_dummy_thread)\nPASS: test_main_thread_after_fork_from_foreign_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_foreign_thread)\nPASS: test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_nonmain_thread)\nPASS: test_main_thread_during_shutdown (test.test_threading.ThreadTests.test_main_thread_during_shutdown)\nPASS: test_name (test.test_threading.ThreadTests.test_name)\nPASS: test_native_id_after_fork (test.test_threading.ThreadTests.test_native_id_after_fork)\nPASS: test_no_refcycle_through_target (test.test_threading.ThreadTests.test_no_refcycle_through_target)\nPASS: test_old_threading_api (test.test_threading.ThreadTests.test_old_threading_api)\nPASS: test_repr_daemon (test.test_threading.ThreadTests.test_repr_daemon)\nPASS: test_repr_stopped (test.test_threading.ThreadTests.test_repr_stopped)\nPASS: test_start_new_thread_at_finalization (test.test_threading.ThreadTests.test_start_new_thread_at_finalization)\nSKIP: test_start_new_thread_failed (test.test_threading.ThreadTests.test_start_new_thread_failed) 'RLIMIT_NPROC had no effect; probably superuser'\ntest_various_ops (test.test_threading.ThreadTests.test_various_ops) ... task <thread 0> will run for 94.0 usec\n1 tasks are running\ntask <thread 1> will run for 83.1 usec\n2 tasks are running\ntask <thread 2> will run for 97.6 usec\n3 tasks are runningtask \n<thread 0> done\n<thread 0> is finished. 2 tasks are running\ntask <thread 1> done\n<thread 1> is finished. 1 tasks are running\ntask <thread 3> will run for 81.0 usec\n2 tasks are running\ntask <thread 4> will run for 15.3 usec\n3 tasks are running\ntask <thread 4> done\n<thread 4> is finished. 2 tasks are running\ntask <thread 5> will run for 69.7 usectask <thread 6> will run for 16.5 usec\n3 tasks are running\n\ntask <thread 2> done\n<thread 2> is finished. 2 tasks are running\ntask <thread 6> task <thread 7> will run for 26.6 usectask <thread 3> done\n<thread 3> is finished. 1 tasks are running\ntask <thread 8> will run for 91.7 usec\n2 tasks are running\ntask <thread 9> will run for 52.2 usec\n\nwaiting for all tasks to complete\ntask <thread 8>3 tasks are running\ndone\n<thread 6> is finished. 2 tasks are running\n done\n<thread 8> is finished. 1 tasks are running\n2 tasks are running\ntask <thread 5>3 tasks are running\n done\n<thread 5> is finished. 2 tasks are running\ntasktask <thread 7> done <thread 9> \n<thread 7> is finished. 1 tasks are running\ndone\n<thread 9> is finished. 0 tasks are running\nall tasks done\nok\ntest_various_ops_large_stack (test.test_threading.ThreadTests.test_various_ops_large_stack) ... with 1 MiB thread stack size...\ntask <thread 0> will run for 4.8 usec\n1 tasks are runningtask <thread 1> will run for 56.3 usec\n\ntask <thread 0> done\ntask <thread 2> will run for 72.1 usec2 tasks are running\n\n3 tasks are running\n<thread 0> is finished. 2 tasks are running\ntask <thread 3> will run for 21.4 usec\n3 tasks are running\ntask task <thread 4> will run for 80.1 usec\ntask task <thread 5> will run for 0.5 usec\ntask <thread 3> done\n<thread 3> is finished. 2 tasks are running\n<thread 1> done\n<thread 1> is finished. 1 tasks are running\n2 tasks are running<thread 2> done\ntask <thread 6> will run for 17.6 usec\n\n3 tasks are running\n<thread 2> is finished. 2 tasks are running\n3 tasks are running\ntask <thread 7> will run for 54.4 usec\ntasktask <thread 5> done\n<thread 5> is finished. 2 tasks are running task <thread 8> will run for 53.3 usec\n<thread 4> done\n\ntask <thread 6>task <thread 9> will run for 32.3 usec<thread 4> is finished. 1 tasks are runningwaiting for all tasks to complete\n\n\n 2 tasks are running\ndone\n<thread 6> is finished. 1 tasks are running\n2 tasks are running\n3 task <thread 9> done\ntasks are running\n<thread 9> is finished. 2 tasks are running\ntask <thread 7> done\n<thread 7> is finished. 1 tasks are running\ntask <thread 8> done\n<thread 8> is finished. 0 tasks are running\nall tasks done\nok\ntest_various_ops_small_stack (test.test_threading.ThreadTests.test_various_ops_small_stack) ... with 256 KiB thread stack size...\ntask <thread 0> will run for 18.0 usec\n1 tasks are running\ntask <thread 1> will run for 64.0 usec\n2 task <thread 0> done\ntasks are runningtask <thread 2> will run for 43.4 usec\n\n<thread 0> is finished. 1 tasks are running\ntask <thread 3> will run for 93.4 usec\n2 tasks are running\ntask <thread 1>task <thread 4> will run for 91.0 usec\n done\ntask <thread 2> donetask <thread 5> will run for 43.0 usec\n\ntask <thread 6> will run for 79.2 usec\n3 tasks are running\n<thread 1> is finished. 2 tasks are running\ntask <thread 7> will run for 49.0 usec\n<thread 2> is finished. 1 tasks are running\ntask <thread 3> done\ntask <thread 8> will run for 63.8 usec\n2 tasks are running\ntask <thread 9> will run for 0.4 usec\n3 waiting for all tasks to complete\ntask <thread 4> done\ntasks are running\n<thread 3> is finished. 2 tasks are running\n<thread 4> is finished. 1 tasks are running\n2 tasks are running\ntask <thread 8>3 done\n tasks are running\n<thread 8> is finished. 2 tasks are running\n3 tasks are running\ntask <thread 6> done\n<thread 6> is finished. 2 tasks are running\ntask <thread 7> done\n<thread 7> is finished. 1 tasks are running\n2 tasks are running\ntask <thread 5> done\n<thread 5> is finished. 1 tasks are running\ntask <thread 9> done\n<thread 9> is finished. 0 tasks are running\nall tasks done\nok\nPASS: test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests.test_bare_raise_in_brand_new_thread)\nPASS: test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests.test_daemonize_active_thread)\nPASS: test_joining_current_thread (test.test_threading.ThreadingExceptionTests.test_joining_current_thread)\nPASS: test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests.test_joining_inactive_thread)\nPASS: test_multithread_modify_file_noerror (test.test_threading.ThreadingExceptionTests.test_multithread_modify_file_noerror)\nPASS: test_print_exception (test.test_threading.ThreadingExceptionTests.test_print_exception)\nPASS: test_print_exception_gh_102056 (test.test_threading.ThreadingExceptionTests.test_print_exception_gh_102056)\nPASS: test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_1)\nPASS: test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_2)\nPASS: test_recursion_limit (test.test_threading.ThreadingExceptionTests.test_recursion_limit)\nPASS: test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests.test_releasing_unacquired_lock)\nPASS: test_start_thread_again (test.test_threading.ThreadingExceptionTests.test_start_thread_again)\nPASS: test_init_immutable_default_args (test.test_threading.TimerTests.test_init_immutable_default_args)\n\n----------------------------------------------------------------------\nRan 211 tests in 14.437s\n\nOK (skipped=4)\n0:02:46 load avg: 1.73 [454/480] test_weakset passed\nPASS: test_abc (test.test_weakset.TestWeakSet.test_abc)\nPASS: test_add (test.test_weakset.TestWeakSet.test_add)\nPASS: test_and (test.test_weakset.TestWeakSet.test_and)\nPASS: test_clear (test.test_weakset.TestWeakSet.test_clear)\nPASS: test_constructor_identity (test.test_weakset.TestWeakSet.test_constructor_identity)\nPASS: test_contains (test.test_weakset.TestWeakSet.test_contains)\nPASS: test_copy (test.test_weakset.TestWeakSet.test_copy)\nPASS: test_copying (test.test_weakset.TestWeakSet.test_copying)\nPASS: test_difference (test.test_weakset.TestWeakSet.test_difference)\nPASS: test_difference_update (test.test_weakset.TestWeakSet.test_difference_update)\nPASS: test_discard (test.test_weakset.TestWeakSet.test_discard)\nPASS: test_eq (test.test_weakset.TestWeakSet.test_eq)\nPASS: test_gc (test.test_weakset.TestWeakSet.test_gc)\nPASS: test_gt (test.test_weakset.TestWeakSet.test_gt)\nPASS: test_hash (test.test_weakset.TestWeakSet.test_hash)\nPASS: test_iand (test.test_weakset.TestWeakSet.test_iand)\nPASS: test_init (test.test_weakset.TestWeakSet.test_init)\nPASS: test_inplace_on_self (test.test_weakset.TestWeakSet.test_inplace_on_self)\nPASS: test_intersection (test.test_weakset.TestWeakSet.test_intersection)\nPASS: test_intersection_update (test.test_weakset.TestWeakSet.test_intersection_update)\nPASS: test_ior (test.test_weakset.TestWeakSet.test_ior)\nPASS: test_isdisjoint (test.test_weakset.TestWeakSet.test_isdisjoint)\nPASS: test_isub (test.test_weakset.TestWeakSet.test_isub)\nPASS: test_ixor (test.test_weakset.TestWeakSet.test_ixor)\nPASS: test_len (test.test_weakset.TestWeakSet.test_len)\nPASS: test_len_cycles (test.test_weakset.TestWeakSet.test_len_cycles)\nPASS: test_len_race (test.test_weakset.TestWeakSet.test_len_race)\nPASS: test_lt (test.test_weakset.TestWeakSet.test_lt)\nPASS: test_methods (test.test_weakset.TestWeakSet.test_methods)\nPASS: test_ne (test.test_weakset.TestWeakSet.test_ne)\nPASS: test_new_or_init (test.test_weakset.TestWeakSet.test_new_or_init)\nPASS: test_or (test.test_weakset.TestWeakSet.test_or)\nPASS: test_pop (test.test_weakset.TestWeakSet.test_pop)\nPASS: test_remove (test.test_weakset.TestWeakSet.test_remove)\nPASS: test_repr (test.test_weakset.TestWeakSet.test_repr)\nPASS: test_sub (test.test_weakset.TestWeakSet.test_sub)\nPASS: test_sub_and_super (test.test_weakset.TestWeakSet.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_weakset.TestWeakSet.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_weakset.TestWeakSet.test_symmetric_difference)\nPASS: test_symmetric_difference_update (test.test_weakset.TestWeakSet.test_symmetric_difference_update)\nPASS: test_union (test.test_weakset.TestWeakSet.test_union)\nPASS: test_update (test.test_weakset.TestWeakSet.test_update)\nPASS: test_update_set (test.test_weakset.TestWeakSet.test_update_set)\nPASS: test_weak_destroy_and_mutate_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_and_mutate_while_iterating)\nPASS: test_weak_destroy_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_while_iterating)\nPASS: test_xor (test.test_weakset.TestWeakSet.test_xor)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.037s\n\nOK\n0:02:46 load avg: 1.73 [455/480] test_webbrowser passed\nPASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest.test_open)\nSKIP: test_no_xdg_settings_on_macOS (test.test_webbrowser.BrowserRegistrationTest.test_no_xdg_settings_on_macOS) 'macOS specific test'\nPASS: test_register (test.test_webbrowser.BrowserRegistrationTest.test_register)\nPASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest.test_register_default)\nPASS: test_register_preferred (test.test_webbrowser.BrowserRegistrationTest.test_register_preferred)\nPASS: test_open (test.test_webbrowser.ChromeCommandTest.test_open)\nPASS: test_open_bad_new_parameter (test.test_webbrowser.ChromeCommandTest.test_open_bad_new_parameter)\nPASS: test_open_new (test.test_webbrowser.ChromeCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.ChromeCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.ChromeCommandTest.test_open_with_autoraise_false)\nPASS: test_main (test.test_webbrowser.CliTest.test_main)\nPASS: test_parse_args (test.test_webbrowser.CliTest.test_parse_args)\nPASS: test_parse_args_error (test.test_webbrowser.CliTest.test_parse_args_error)\nPASS: test_open (test.test_webbrowser.ELinksCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.ELinksCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.ELinksCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.ELinksCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.EdgeCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.EdgeCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.EdgeCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.EdgeCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.EpiphanyCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.EpiphanyCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.EpiphanyCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.EpiphanyCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.GenericBrowserCommandTest.test_open)\nSKIP: test_open (test.test_webbrowser.IOSBrowserTest.test_open) 'Test only applicable to iOS'\nSKIP: test_open_new (test.test_webbrowser.IOSBrowserTest.test_open_new) 'Test only applicable to iOS'\nSKIP: test_open_new_tab (test.test_webbrowser.IOSBrowserTest.test_open_new_tab) 'Test only applicable to iOS'\nSKIP: test_open_with_autoraise_false (test.test_webbrowser.IOSBrowserTest.test_open_with_autoraise_false) 'Test only applicable to iOS'\nSKIP: test_environment (test.test_webbrowser.ImportTest.test_environment) 'could not locate runnable browser'\nSKIP: test_environment_preferred (test.test_webbrowser.ImportTest.test_environment_preferred) 'could not locate runnable browser'\nPASS: test_get (test.test_webbrowser.ImportTest.test_get)\nPASS: test_register (test.test_webbrowser.ImportTest.test_register)\nPASS: test_synthesize (test.test_webbrowser.ImportTest.test_synthesize)\nPASS: test_open (test.test_webbrowser.MozillaCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.MozillaCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.MozillaCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.MozillaCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.OperaCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.OperaCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.OperaCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest.test_open_with_autoraise_false)\n\n----------------------------------------------------------------------\nRan 43 tests in 0.017s\n\nOK (skipped=7)\n0:02:46 load avg: 1.73 [456/480] test_winapi skipped\ntest_winapi skipped -- No module named '_winapi'\n0:02:46 load avg: 1.73 [457/480] test_winconsoleio skipped\ntest_winconsoleio skipped -- test only relevant on win32\n0:02:46 load avg: 1.73 [458/480] test_winreg skipped\ntest_winreg skipped -- No module named 'winreg'\n0:02:46 load avg: 1.73 [459/480] test_winsound skipped (resource denied)\ntest_winsound skipped -- Use of the 'audio' resource not enabled\n0:02:46 load avg: 1.73 [460/480] test_with passed\nPASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase.testMultipleComplexTargets)\nPASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase.testSingleComplexTarget)\nPASS: testWithExtendedTargets (test.test_with.AssignmentTargetTestCase.testWithExtendedTargets)\nPASS: testErrorsInBool (test.test_with.ExceptionalTestCase.testErrorsInBool)\nPASS: testExceptionNormalized (test.test_with.ExceptionalTestCase.testExceptionNormalized)\nPASS: testMultipleResourcesInSingleStatement (test.test_with.ExceptionalTestCase.testMultipleResourcesInSingleStatement)\nPASS: testNestedExceptionAfterInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionAfterInnerStatement)\nPASS: testNestedExceptionBeforeInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionBeforeInnerStatement)\nPASS: testNestedSingleStatements (test.test_with.ExceptionalTestCase.testNestedSingleStatements)\nPASS: testRaisedGeneratorExit1 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit1)\nPASS: testRaisedGeneratorExit2 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit2)\nPASS: testRaisedStopIteration1 (test.test_with.ExceptionalTestCase.testRaisedStopIteration1)\nPASS: testRaisedStopIteration2 (test.test_with.ExceptionalTestCase.testRaisedStopIteration2)\nPASS: testRaisedStopIteration3 (test.test_with.ExceptionalTestCase.testRaisedStopIteration3)\nPASS: testSingleResource (test.test_with.ExceptionalTestCase.testSingleResource)\nPASS: testExitFalseDoesntSwallowException (test.test_with.ExitSwallowsExceptionTestCase.testExitFalseDoesntSwallowException)\nPASS: testExitTrueSwallowsException (test.test_with.ExitSwallowsExceptionTestCase.testExitTrueSwallowsException)\nPASS: testAssignmentToNoneError (test.test_with.FailureTestCase.testAssignmentToNoneError)\nPASS: testAssignmentToTupleContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleContainingNoneError)\nPASS: testAssignmentToTupleOnlyContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleOnlyContainingNoneError)\nPASS: testEnterAttributeError1 (test.test_with.FailureTestCase.testEnterAttributeError1)\nPASS: testEnterAttributeError2 (test.test_with.FailureTestCase.testEnterAttributeError2)\nPASS: testEnterThrows (test.test_with.FailureTestCase.testEnterThrows)\nPASS: testExitAttributeError (test.test_with.FailureTestCase.testExitAttributeError)\nPASS: testExitThrows (test.test_with.FailureTestCase.testExitThrows)\nPASS: testNameError (test.test_with.FailureTestCase.testNameError)\nPASS: testMultipleArgBound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgBound)\nPASS: testMultipleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgUnbound)\nPASS: testSingleArgBoundToMultipleElementTupleError (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError)\nPASS: testSingleArgBoundToNonTuple (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToNonTuple)\nPASS: testSingleArgBoundToSingleElementParenthesizedList (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToSingleElementParenthesizedList)\nPASS: testSingleArgInlineGeneratorSyntax (test.test_with.NestedNonexceptionalTestCase.testSingleArgInlineGeneratorSyntax)\nPASS: testSingleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testSingleArgUnbound)\nPASS: testEnterReturnsTuple (test.test_with.NestedWith.testEnterReturnsTuple)\nPASS: testExceptionInEnter (test.test_with.NestedWith.testExceptionInEnter)\nPASS: testExceptionInExit (test.test_with.NestedWith.testExceptionInExit)\nPASS: testExceptionInExprList (test.test_with.NestedWith.testExceptionInExprList)\nPASS: testExceptionLocation (test.test_with.NestedWith.testExceptionLocation)\nPASS: testNoExceptions (test.test_with.NestedWith.testNoExceptions)\nPASS: testWithBreak (test.test_with.NonLocalFlowControlTestCase.testWithBreak)\nPASS: testWithContinue (test.test_with.NonLocalFlowControlTestCase.testWithContinue)\nPASS: testWithRaise (test.test_with.NonLocalFlowControlTestCase.testWithRaise)\nPASS: testWithReturn (test.test_with.NonLocalFlowControlTestCase.testWithReturn)\nPASS: testWithYield (test.test_with.NonLocalFlowControlTestCase.testWithYield)\nPASS: testBoundGenerator (test.test_with.NonexceptionalTestCase.testBoundGenerator)\nPASS: testInlineGeneratorBoundSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundSyntax)\nPASS: testInlineGeneratorBoundToDottedVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToDottedVariable)\nPASS: testInlineGeneratorBoundToExistingVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToExistingVariable)\nPASS: testInlineGeneratorSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorSyntax)\nPASS: testNestedSingleStatements (test.test_with.NonexceptionalTestCase.testNestedSingleStatements)\nPASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase.testUnboundGenerator)\n\n----------------------------------------------------------------------\nRan 51 tests in 0.002s\n\nOK\n0:02:46 load avg: 1.73 [461/480] test_wmi skipped\ntest_wmi skipped -- No module named '_wmi'\n0:02:46 load avg: 1.75 [462/480] test_wsgiref passed\nPASS: testAbstractMethods (test.test_wsgiref.HandlerTests.testAbstractMethods)\nPASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests.testBasicErrorOutput)\nPASS: testBytesData (test.test_wsgiref.HandlerTests.testBytesData)\nPASS: testCGIEnviron (test.test_wsgiref.HandlerTests.testCGIEnviron)\nPASS: testClientConnectionTerminations (test.test_wsgiref.HandlerTests.testClientConnectionTerminations)\nPASS: testCloseOnError (test.test_wsgiref.HandlerTests.testCloseOnError)\nPASS: testContentLength (test.test_wsgiref.HandlerTests.testContentLength)\nPASS: testDontResetInternalStateOnException (test.test_wsgiref.HandlerTests.testDontResetInternalStateOnException)\nPASS: testEnviron (test.test_wsgiref.HandlerTests.testEnviron)\nPASS: testErrorAfterOutput (test.test_wsgiref.HandlerTests.testErrorAfterOutput)\nPASS: testHeaderFormats (test.test_wsgiref.HandlerTests.testHeaderFormats)\nPASS: testPartialWrite (test.test_wsgiref.HandlerTests.testPartialWrite)\nPASS: testScheme (test.test_wsgiref.HandlerTests.testScheme)\nPASS: testExtras (test.test_wsgiref.HeaderTests.testExtras)\nPASS: testMappingInterface (test.test_wsgiref.HeaderTests.testMappingInterface)\nPASS: testRequireList (test.test_wsgiref.HeaderTests.testRequireList)\nPASS: test_bytes_validation (test.test_wsgiref.IntegrationTests.test_bytes_validation)\nPASS: test_cp1252_url (test.test_wsgiref.IntegrationTests.test_cp1252_url)\nPASS: test_environ (test.test_wsgiref.IntegrationTests.test_environ)\nPASS: test_interrupted_write (test.test_wsgiref.IntegrationTests.test_interrupted_write)\nPASS: test_plain_hello (test.test_wsgiref.IntegrationTests.test_plain_hello)\nPASS: test_request_length (test.test_wsgiref.IntegrationTests.test_request_length)\nPASS: test_simple_validation_error (test.test_wsgiref.IntegrationTests.test_simple_validation_error)\nPASS: test_status_validation_errors (test.test_wsgiref.IntegrationTests.test_status_validation_errors)\nPASS: test_validated_hello (test.test_wsgiref.IntegrationTests.test_validated_hello)\nPASS: test_wsgi_input (test.test_wsgiref.IntegrationTests.test_wsgi_input)\nPASS: testAppURIs (test.test_wsgiref.UtilityTests.testAppURIs)\nPASS: testCrossDefaults (test.test_wsgiref.UtilityTests.testCrossDefaults)\nPASS: testDefaults (test.test_wsgiref.UtilityTests.testDefaults)\nPASS: testFileWrapper (test.test_wsgiref.UtilityTests.testFileWrapper)\nPASS: testGuessScheme (test.test_wsgiref.UtilityTests.testGuessScheme)\nPASS: testHopByHop (test.test_wsgiref.UtilityTests.testHopByHop)\nPASS: testNormalizedShifts (test.test_wsgiref.UtilityTests.testNormalizedShifts)\nPASS: testReqURIs (test.test_wsgiref.UtilityTests.testReqURIs)\nPASS: testSimpleShifts (test.test_wsgiref.UtilityTests.testSimpleShifts)\n\n----------------------------------------------------------------------\nRan 35 tests in 0.025s\n\nOK\n0:02:46 load avg: 1.75 [463/480] test_xml_dom_minicompat passed\nPASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___add__)\nPASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd__)\nPASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_item)\nPASS: test_emptynodelist_length (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_length)\nPASS: test_nodelist___add__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___add__)\nPASS: test_nodelist___radd__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___radd__)\nPASS: test_nodelist_copy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_copy)\nPASS: test_nodelist_deepcopy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_deepcopy)\nPASS: test_nodelist_item (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_item)\nPASS: test_nodelist_length (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_length)\nPASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_pickle_roundtrip)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:02:46 load avg: 1.75 [464/480] test_xml_dom_xmlbuilder passed\nPASS: test_builder (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_builder)\nPASS: test_entity_resolver (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_entity_resolver)\nPASS: test_parse_uri (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_uri)\nPASS: test_parse_with_systemId (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_with_systemId)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.006s\n\nOK\n0:02:47 load avg: 1.75 [465/480] test_xml_etree passed\nPASS: test_find_with_error (test.test_xml_etree.BadElementPathTest.test_find_with_error)\nPASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest.test_find_with_mutating)\nPASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest.test_findall_with_error)\nPASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest.test_findall_with_mutating)\nPASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest.test_findtext_with_error)\nPASS: test_findtext_with_falsey_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_falsey_text_attribute)\nPASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest.test_findtext_with_mutating)\nPASS: test_findtext_with_none_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_none_text_attribute)\nPASS: test_ass_subscr (test.test_xml_etree.BadElementTest.test_ass_subscr)\nPASS: test_deepcopy_clear (test.test_xml_etree.BadElementTest.test_deepcopy_clear)\nPASS: test_deepcopy_grow (test.test_xml_etree.BadElementTest.test_deepcopy_grow)\nPASS: test_element_get_tail (test.test_xml_etree.BadElementTest.test_element_get_tail)\nPASS: test_element_get_text (test.test_xml_etree.BadElementTest.test_element_get_text)\nPASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest.test_extend_mutable_list)\nPASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest.test_extend_mutable_list2)\nPASS: test_recursive_repr (test.test_xml_etree.BadElementTest.test_recursive_repr)\nPASS: test_remove_with_clear_assume_existing (test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_existing)\nPASS: test_remove_with_clear_assume_missing (test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_missing)\nPASS: test_remove_with_mutate_root_assume_existing (test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_existing)\nPASS: test_remove_with_mutate_root_assume_missing (test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_missing)\nPASS: test_subscr (test.test_xml_etree.BadElementTest.test_subscr)\nPASS: test_treebuilder_end (test.test_xml_etree.BadElementTest.test_treebuilder_end)\nPASS: test_treebuilder_start (test.test_xml_etree.BadElementTest.test_treebuilder_start)\nPASS: test___copy__ (test.test_xml_etree.BasicElementTest.test___copy__)\nPASS: test___deepcopy__ (test.test_xml_etree.BasicElementTest.test___deepcopy__)\nPASS: test___init__ (test.test_xml_etree.BasicElementTest.test___init__)\nPASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest.test_augmentation_type_errors)\nPASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest.test_cyclic_gc)\nPASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest.test_get_keyword_args)\nPASS: test_pickle (test.test_xml_etree.BasicElementTest.test_pickle)\nPASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest.test_pickle_issue18997)\nPASS: test_weakref (test.test_xml_etree.BasicElementTest.test_weakref)\nPASS: test_warning (test.test_xml_etree.BoolTest.test_warning)\nPASS: test_39495_treebuilder_start (test.test_xml_etree.BugsTest.test_39495_treebuilder_start)\nPASS: test_bug_1534630 (test.test_xml_etree.BugsTest.test_bug_1534630)\nPASS: test_bug_200708_close (test.test_xml_etree.BugsTest.test_bug_200708_close)\nPASS: test_bug_200708_newline (test.test_xml_etree.BugsTest.test_bug_200708_newline)\nPASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest.test_bug_200709_default_namespace)\nPASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest.test_bug_200709_element_comment)\nPASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest.test_bug_200709_element_insert)\nPASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest.test_bug_200709_iter_comment)\nPASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest.test_bug_200709_register_namespace)\nPASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit21)\nPASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit25)\nPASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit28)\nPASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit39)\nPASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit54)\nPASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit55)\nPASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit60)\nPASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit62)\nPASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit63)\nPASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest.test_bug_xmltoolkitX1)\nPASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest.test_expat224_utf8_bug)\nPASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest.test_expat224_utf8_bug_file)\nPASS: test_issue10777 (test.test_xml_etree.BugsTest.test_issue10777)\nPASS: test_issue123213_correct_extend_exception (test.test_xml_etree.BugsTest.test_issue123213_correct_extend_exception)\nPASS: test_issue6233 (test.test_xml_etree.BugsTest.test_issue6233)\nPASS: test_issue6565 (test.test_xml_etree.BugsTest.test_issue6565)\nSKIP: test_lost_elem (test.test_xml_etree.BugsTest.test_lost_elem) 'generators are not reentrant'\nPASS: test_lost_tail (test.test_xml_etree.BugsTest.test_lost_tail)\nPASS: test_lost_text (test.test_xml_etree.BugsTest.test_lost_text)\nPASS: test_c14n_exclusion (test.test_xml_etree.C14NTest.test_c14n_exclusion)\nPASS: test_simple_roundtrip (test.test_xml_etree.C14NTest.test_simple_roundtrip)\ntest_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) ... \nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault'\nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault'\nPASS: test_bad_find (test.test_xml_etree.ElementFindTest.test_bad_find)\nPASS: test_find_simple (test.test_xml_etree.ElementFindTest.test_find_simple)\nPASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest.test_find_through_ElementTree)\nPASS: test_find_xpath (test.test_xml_etree.ElementFindTest.test_find_xpath)\nPASS: test_findall (test.test_xml_etree.ElementFindTest.test_findall)\nPASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest.test_findall_different_nsmaps)\nPASS: test_findall_wildcard (test.test_xml_etree.ElementFindTest.test_findall_wildcard)\nPASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest.test_test_find_with_ns)\nPASS: test_basic (test.test_xml_etree.ElementIterTest.test_basic)\nPASS: test_copy (test.test_xml_etree.ElementIterTest.test_copy)\nPASS: test_corners (test.test_xml_etree.ElementIterTest.test_corners)\nPASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest.test_iter_by_tag)\nPASS: test_pickle (test.test_xml_etree.ElementIterTest.test_pickle)\nPASS: test_delslice (test.test_xml_etree.ElementSlicingTest.test_delslice)\nPASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_negative_steps)\nPASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest.test_getslice_range)\nPASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest.test_getslice_single_index)\nPASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_steps)\nPASS: test_issue123213_setslice_exception (test.test_xml_etree.ElementSlicingTest.test_issue123213_setslice_exception)\nPASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_negative_steps)\nPASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest.test_setslice_range)\nPASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest.test_setslice_single_index)\nPASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_steps)\nPASS: test_attlist_default (test.test_xml_etree.ElementTreeTest.test_attlist_default)\nPASS: test_attrib (test.test_xml_etree.ElementTreeTest.test_attrib)\nPASS: test_cdata (test.test_xml_etree.ElementTreeTest.test_cdata)\nPASS: test_children (test.test_xml_etree.ElementTreeTest.test_children)\nPASS: test_copy (test.test_xml_etree.ElementTreeTest.test_copy)\nPASS: test_custom_builder (test.test_xml_etree.ElementTreeTest.test_custom_builder)\nPASS: test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest.test_custom_builder_only_end_ns)\nPASS: test_doctype_public (test.test_xml_etree.ElementTreeTest.test_doctype_public)\nPASS: test_dump_attribute_order (test.test_xml_etree.ElementTreeTest.test_dump_attribute_order)\nPASS: test_encoding (test.test_xml_etree.ElementTreeTest.test_encoding)\nPASS: test_entity (test.test_xml_etree.ElementTreeTest.test_entity)\nPASS: test_file_init (test.test_xml_etree.ElementTreeTest.test_file_init)\nPASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest.test_html_empty_elems_serialization)\nPASS: test_indent (test.test_xml_etree.ElementTreeTest.test_indent)\nPASS: test_indent_level (test.test_xml_etree.ElementTreeTest.test_indent_level)\nPASS: test_indent_space (test.test_xml_etree.ElementTreeTest.test_indent_space)\nPASS: test_indent_space_caching (test.test_xml_etree.ElementTreeTest.test_indent_space_caching)\nPASS: test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest.test_initialize_parser_without_target)\nPASS: test_interface (test.test_xml_etree.ElementTreeTest.test_interface)\nPASS: test_issue18347 (test.test_xml_etree.ElementTreeTest.test_issue18347)\nPASS: test_iterparse (test.test_xml_etree.ElementTreeTest.test_iterparse)\nPASS: test_iterparse_close (test.test_xml_etree.ElementTreeTest.test_iterparse_close)\nPASS: test_makeelement (test.test_xml_etree.ElementTreeTest.test_makeelement)\nPASS: test_methods (test.test_xml_etree.ElementTreeTest.test_methods)\nPASS: test_namespace (test.test_xml_etree.ElementTreeTest.test_namespace)\nPASS: test_parsefile (test.test_xml_etree.ElementTreeTest.test_parsefile)\nPASS: test_parseliteral (test.test_xml_etree.ElementTreeTest.test_parseliteral)\nPASS: test_path_cache (test.test_xml_etree.ElementTreeTest.test_path_cache)\nPASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest.test_processinginstruction)\nPASS: test_qname (test.test_xml_etree.ElementTreeTest.test_qname)\nPASS: test_set_attribute (test.test_xml_etree.ElementTreeTest.test_set_attribute)\nPASS: test_simpleops (test.test_xml_etree.ElementTreeTest.test_simpleops)\nPASS: test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace)\nPASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_different_namespace)\nPASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_original_no_namespace)\nPASS: test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_no_xml_declaration)\nPASS: test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration)\nPASS: test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_cases)\nPASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding)\nPASS: test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostringlist_default_namespace)\nPASS: test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostringlist_xml_declaration)\nPASS: test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest.test_tree_write_attribute_order)\nPASS: test_writefile (test.test_xml_etree.ElementTreeTest.test_writefile)\nPASS: test_writestring (test.test_xml_etree.ElementTreeTest.test_writestring)\nPASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer)\nPASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_constructor)\nPASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_find)\nPASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_new_method)\nPASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_trivial)\nPASS: test_istype (test.test_xml_etree.ElementTreeTypeTest.test_istype)\nPASS: test_encoding (test.test_xml_etree.IOTest.test_encoding)\nPASS: test_read_from_bytesio (test.test_xml_etree.IOTest.test_read_from_bytesio)\nPASS: test_read_from_stringio (test.test_xml_etree.IOTest.test_read_from_stringio)\nPASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest.test_read_from_user_binary_reader)\nPASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest.test_read_from_user_text_reader)\nPASS: test_short_empty_elements (test.test_xml_etree.IOTest.test_short_empty_elements)\nPASS: test_tostringlist_invariant (test.test_xml_etree.IOTest.test_tostringlist_invariant)\nPASS: test_write_to_binary_file (test.test_xml_etree.IOTest.test_write_to_binary_file)\nPASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom)\nPASS: test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding)\nPASS: test_write_to_bytesio (test.test_xml_etree.IOTest.test_write_to_bytesio)\nPASS: test_write_to_filename (test.test_xml_etree.IOTest.test_write_to_filename)\nPASS: test_write_to_filename_as_unicode (test.test_xml_etree.IOTest.test_write_to_filename_as_unicode)\nPASS: test_write_to_filename_with_encoding (test.test_xml_etree.IOTest.test_write_to_filename_with_encoding)\nPASS: test_write_to_stringio (test.test_xml_etree.IOTest.test_write_to_stringio)\nPASS: test_write_to_text_file (test.test_xml_etree.IOTest.test_write_to_text_file)\nPASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest.test_write_to_user_binary_writer)\nPASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest.test_write_to_user_binary_writer_with_bom)\nPASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest.test_write_to_user_text_writer)\nPASS: test_issue14818 (test.test_xml_etree.KeywordArgsTest.test_issue14818)\nPASS: test_all (test.test_xml_etree.ModuleTest.test_all)\nPASS: test_sanity (test.test_xml_etree.ModuleTest.test_sanity)\nPASS: test_find_with_namespace (test.test_xml_etree.NamespaceParseTest.test_find_with_namespace)\nPASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest.test_correct_import_pyET)\nPASS: test_error_code (test.test_xml_etree.ParseErrorTest.test_error_code)\nPASS: test_error_position (test.test_xml_etree.ParseErrorTest.test_error_position)\nPASS: test_subclass (test.test_xml_etree.ParseErrorTest.test_subclass)\nPASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest.test_builder_lookup_errors)\nPASS: test_doctype (test.test_xml_etree.TreeBuilderTest.test_doctype)\nPASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest.test_dummy_builder)\nPASS: test_element_factory (test.test_xml_etree.TreeBuilderTest.test_element_factory)\nPASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_pure_python_subclass)\nPASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_subclass)\nPASS: test_late_tail (test.test_xml_etree.TreeBuilderTest.test_late_tail)\nPASS: test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest.test_late_tail_mix_pi_comments)\nPASS: test_subclass (test.test_xml_etree.TreeBuilderTest.test_subclass)\nPASS: test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest.test_subclass_comment_pi)\nPASS: test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest.test_treebuilder_comment)\nPASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest.test_treebuilder_elementfactory_none)\nPASS: test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest.test_treebuilder_pi)\nPASS: test_xinclude (test.test_xml_etree.XIncludeTest.test_xinclude)\nPASS: test_xinclude_default (test.test_xml_etree.XIncludeTest.test_xinclude_default)\nPASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest.test_xinclude_failures)\nPASS: test_xinclude_repeated (test.test_xml_etree.XIncludeTest.test_xinclude_repeated)\nPASS: test_constructor_args (test.test_xml_etree.XMLParserTest.test_constructor_args)\nPASS: test_doctype_warning (test.test_xml_etree.XMLParserTest.test_doctype_warning)\ntest_inherited_doctype (test.test_xml_etree.XMLParserTest.test_inherited_doctype)\nPASS: Ensure that ordinary usage is not deprecated (Issue 19176)\nPASS: test_parse_string (test.test_xml_etree.XMLParserTest.test_parse_string)\nPASS: test_subclass (test.test_xml_etree.XMLParserTest.test_subclass)\nPASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest.test_subclass_doctype)\nPASS: test_events (test.test_xml_etree.XMLPullParserTest.test_events)\nPASS: test_events_comment (test.test_xml_etree.XMLPullParserTest.test_events_comment)\nPASS: test_events_pi (test.test_xml_etree.XMLPullParserTest.test_events_pi)\nPASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest.test_events_sequence)\nPASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest.test_feed_while_iterating)\nPASS: test_flush_reparse_deferral_disabled (test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_disabled)\nPASS: test_flush_reparse_deferral_enabled (test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_enabled)\nPASS: test_ns_events (test.test_xml_etree.XMLPullParserTest.test_ns_events)\nPASS: test_ns_events_start (test.test_xml_etree.XMLPullParserTest.test_ns_events_start)\nPASS: test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest.test_ns_events_start_end)\nPASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest.test_simple_xml)\nPASS: test_simple_xml_chunk_1 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_1)\nPASS: test_simple_xml_chunk_22 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_22)\nPASS: test_simple_xml_chunk_5 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_5)\nPASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest.test_simple_xml_with_ns)\nPASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest.test_unknown_event)\n\n----------------------------------------------------------------------\nRan 203 tests in 0.140s\n\nOK (skipped=5)\n0:02:47 load avg: 1.75 [466/480] test_xml_etree_c passed\nPASS: test_find_with_error (test.test_xml_etree_c.BadElementPathTest.test_find_with_error)\nPASS: test_find_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_find_with_mutating)\nPASS: test_findall_with_error (test.test_xml_etree_c.BadElementPathTest.test_findall_with_error)\nPASS: test_findall_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_findall_with_mutating)\nPASS: test_findtext_with_error (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_error)\nPASS: test_findtext_with_falsey_text_attribute (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_falsey_text_attribute)\nPASS: test_findtext_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_mutating)\nPASS: test_findtext_with_none_text_attribute (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_none_text_attribute)\nPASS: test_ass_subscr (test.test_xml_etree_c.BadElementTest.test_ass_subscr)\nPASS: test_deepcopy_clear (test.test_xml_etree_c.BadElementTest.test_deepcopy_clear)\nPASS: test_deepcopy_grow (test.test_xml_etree_c.BadElementTest.test_deepcopy_grow)\nPASS: test_element_get_tail (test.test_xml_etree_c.BadElementTest.test_element_get_tail)\nPASS: test_element_get_text (test.test_xml_etree_c.BadElementTest.test_element_get_text)\nPASS: test_extend_mutable_list (test.test_xml_etree_c.BadElementTest.test_extend_mutable_list)\nPASS: test_extend_mutable_list2 (test.test_xml_etree_c.BadElementTest.test_extend_mutable_list2)\nPASS: test_recursive_repr (test.test_xml_etree_c.BadElementTest.test_recursive_repr)\nPASS: test_remove_with_clear_assume_existing (test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_existing)\nPASS: test_remove_with_clear_assume_missing (test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_missing)\nPASS: test_remove_with_mutate_root_assume_existing (test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_existing)\nPASS: test_remove_with_mutate_root_assume_missing (test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_missing)\nPASS: test_subscr (test.test_xml_etree_c.BadElementTest.test_subscr)\nPASS: test_treebuilder_end (test.test_xml_etree_c.BadElementTest.test_treebuilder_end)\nPASS: test_treebuilder_start (test.test_xml_etree_c.BadElementTest.test_treebuilder_start)\nPASS: test___copy__ (test.test_xml_etree_c.BasicElementTest.test___copy__)\nPASS: test___deepcopy__ (test.test_xml_etree_c.BasicElementTest.test___deepcopy__)\nPASS: test___init__ (test.test_xml_etree_c.BasicElementTest.test___init__)\nPASS: test_augmentation_type_errors (test.test_xml_etree_c.BasicElementTest.test_augmentation_type_errors)\nPASS: test_cyclic_gc (test.test_xml_etree_c.BasicElementTest.test_cyclic_gc)\nPASS: test_get_keyword_args (test.test_xml_etree_c.BasicElementTest.test_get_keyword_args)\nPASS: test_pickle (test.test_xml_etree_c.BasicElementTest.test_pickle)\nPASS: test_pickle_issue18997 (test.test_xml_etree_c.BasicElementTest.test_pickle_issue18997)\nPASS: test_weakref (test.test_xml_etree_c.BasicElementTest.test_weakref)\nPASS: test_warning (test.test_xml_etree_c.BoolTest.test_warning)\nPASS: test_39495_treebuilder_start (test.test_xml_etree_c.BugsTest.test_39495_treebuilder_start)\nPASS: test_bug_1534630 (test.test_xml_etree_c.BugsTest.test_bug_1534630)\nPASS: test_bug_200708_close (test.test_xml_etree_c.BugsTest.test_bug_200708_close)\nPASS: test_bug_200708_newline (test.test_xml_etree_c.BugsTest.test_bug_200708_newline)\nPASS: test_bug_200709_default_namespace (test.test_xml_etree_c.BugsTest.test_bug_200709_default_namespace)\nPASS: test_bug_200709_element_comment (test.test_xml_etree_c.BugsTest.test_bug_200709_element_comment)\nPASS: test_bug_200709_element_insert (test.test_xml_etree_c.BugsTest.test_bug_200709_element_insert)\nPASS: test_bug_200709_iter_comment (test.test_xml_etree_c.BugsTest.test_bug_200709_iter_comment)\nPASS: test_bug_200709_register_namespace (test.test_xml_etree_c.BugsTest.test_bug_200709_register_namespace)\nPASS: test_bug_xmltoolkit21 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit21)\nPASS: test_bug_xmltoolkit25 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit25)\nPASS: test_bug_xmltoolkit28 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit28)\nPASS: test_bug_xmltoolkit39 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit39)\nPASS: test_bug_xmltoolkit54 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit54)\nPASS: test_bug_xmltoolkit55 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit55)\nPASS: test_bug_xmltoolkit60 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit60)\nPASS: test_bug_xmltoolkit62 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit62)\nPASS: test_bug_xmltoolkit63 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit63)\nPASS: test_bug_xmltoolkitX1 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkitX1)\nPASS: test_expat224_utf8_bug (test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug)\nPASS: test_expat224_utf8_bug_file (test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug_file)\nPASS: test_issue10777 (test.test_xml_etree_c.BugsTest.test_issue10777)\nPASS: test_issue123213_correct_extend_exception (test.test_xml_etree_c.BugsTest.test_issue123213_correct_extend_exception)\nPASS: test_issue6233 (test.test_xml_etree_c.BugsTest.test_issue6233)\nPASS: test_issue6565 (test.test_xml_etree_c.BugsTest.test_issue6565)\nPASS: test_lost_elem (test.test_xml_etree_c.BugsTest.test_lost_elem)\nPASS: test_lost_tail (test.test_xml_etree_c.BugsTest.test_lost_tail)\nPASS: test_lost_text (test.test_xml_etree_c.BugsTest.test_lost_text)\nPASS: test_c14n_exclusion (test.test_xml_etree_c.C14NTest.test_c14n_exclusion)\nPASS: test_simple_roundtrip (test.test_xml_etree_c.C14NTest.test_simple_roundtrip)\ntest_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) ... \nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault'\nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault'\nPASS: test_bad_find (test.test_xml_etree_c.ElementFindTest.test_bad_find)\nPASS: test_find_simple (test.test_xml_etree_c.ElementFindTest.test_find_simple)\nPASS: test_find_through_ElementTree (test.test_xml_etree_c.ElementFindTest.test_find_through_ElementTree)\nPASS: test_find_xpath (test.test_xml_etree_c.ElementFindTest.test_find_xpath)\nPASS: test_findall (test.test_xml_etree_c.ElementFindTest.test_findall)\nPASS: test_findall_different_nsmaps (test.test_xml_etree_c.ElementFindTest.test_findall_different_nsmaps)\nPASS: test_findall_wildcard (test.test_xml_etree_c.ElementFindTest.test_findall_wildcard)\nPASS: test_test_find_with_ns (test.test_xml_etree_c.ElementFindTest.test_test_find_with_ns)\nPASS: test_basic (test.test_xml_etree_c.ElementIterTest.test_basic)\nPASS: test_copy (test.test_xml_etree_c.ElementIterTest.test_copy)\nPASS: test_corners (test.test_xml_etree_c.ElementIterTest.test_corners)\nPASS: test_iter_by_tag (test.test_xml_etree_c.ElementIterTest.test_iter_by_tag)\nPASS: test_pickle (test.test_xml_etree_c.ElementIterTest.test_pickle)\nPASS: test_delslice (test.test_xml_etree_c.ElementSlicingTest.test_delslice)\nPASS: test_getslice_negative_steps (test.test_xml_etree_c.ElementSlicingTest.test_getslice_negative_steps)\nPASS: test_getslice_range (test.test_xml_etree_c.ElementSlicingTest.test_getslice_range)\nPASS: test_getslice_single_index (test.test_xml_etree_c.ElementSlicingTest.test_getslice_single_index)\nPASS: test_getslice_steps (test.test_xml_etree_c.ElementSlicingTest.test_getslice_steps)\nPASS: test_issue123213_setslice_exception (test.test_xml_etree_c.ElementSlicingTest.test_issue123213_setslice_exception)\nPASS: test_setslice_negative_steps (test.test_xml_etree_c.ElementSlicingTest.test_setslice_negative_steps)\nPASS: test_setslice_range (test.test_xml_etree_c.ElementSlicingTest.test_setslice_range)\nPASS: test_setslice_single_index (test.test_xml_etree_c.ElementSlicingTest.test_setslice_single_index)\nPASS: test_setslice_steps (test.test_xml_etree_c.ElementSlicingTest.test_setslice_steps)\nPASS: test_attlist_default (test.test_xml_etree_c.ElementTreeTest.test_attlist_default)\nPASS: test_attrib (test.test_xml_etree_c.ElementTreeTest.test_attrib)\nPASS: test_cdata (test.test_xml_etree_c.ElementTreeTest.test_cdata)\nPASS: test_children (test.test_xml_etree_c.ElementTreeTest.test_children)\nPASS: test_copy (test.test_xml_etree_c.ElementTreeTest.test_copy)\nPASS: test_custom_builder (test.test_xml_etree_c.ElementTreeTest.test_custom_builder)\nPASS: test_custom_builder_only_end_ns (test.test_xml_etree_c.ElementTreeTest.test_custom_builder_only_end_ns)\nPASS: test_doctype_public (test.test_xml_etree_c.ElementTreeTest.test_doctype_public)\nPASS: test_dump_attribute_order (test.test_xml_etree_c.ElementTreeTest.test_dump_attribute_order)\nPASS: test_encoding (test.test_xml_etree_c.ElementTreeTest.test_encoding)\nPASS: test_entity (test.test_xml_etree_c.ElementTreeTest.test_entity)\nPASS: test_file_init (test.test_xml_etree_c.ElementTreeTest.test_file_init)\nPASS: test_html_empty_elems_serialization (test.test_xml_etree_c.ElementTreeTest.test_html_empty_elems_serialization)\nPASS: test_indent (test.test_xml_etree_c.ElementTreeTest.test_indent)\nPASS: test_indent_level (test.test_xml_etree_c.ElementTreeTest.test_indent_level)\nPASS: test_indent_space (test.test_xml_etree_c.ElementTreeTest.test_indent_space)\nPASS: test_indent_space_caching (test.test_xml_etree_c.ElementTreeTest.test_indent_space_caching)\nPASS: test_initialize_parser_without_target (test.test_xml_etree_c.ElementTreeTest.test_initialize_parser_without_target)\nPASS: test_interface (test.test_xml_etree_c.ElementTreeTest.test_interface)\nPASS: test_issue18347 (test.test_xml_etree_c.ElementTreeTest.test_issue18347)\nPASS: test_iterparse (test.test_xml_etree_c.ElementTreeTest.test_iterparse)\nPASS: test_iterparse_close (test.test_xml_etree_c.ElementTreeTest.test_iterparse_close)\nPASS: test_makeelement (test.test_xml_etree_c.ElementTreeTest.test_makeelement)\nPASS: test_methods (test.test_xml_etree_c.ElementTreeTest.test_methods)\nPASS: test_namespace (test.test_xml_etree_c.ElementTreeTest.test_namespace)\nPASS: test_parsefile (test.test_xml_etree_c.ElementTreeTest.test_parsefile)\nPASS: test_parseliteral (test.test_xml_etree_c.ElementTreeTest.test_parseliteral)\nPASS: test_path_cache (test.test_xml_etree_c.ElementTreeTest.test_path_cache)\nPASS: test_processinginstruction (test.test_xml_etree_c.ElementTreeTest.test_processinginstruction)\nPASS: test_qname (test.test_xml_etree_c.ElementTreeTest.test_qname)\nPASS: test_set_attribute (test.test_xml_etree_c.ElementTreeTest.test_set_attribute)\nPASS: test_simpleops (test.test_xml_etree_c.ElementTreeTest.test_simpleops)\nPASS: test_tostring_default_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace)\nPASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_different_namespace)\nPASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_original_no_namespace)\nPASS: test_tostring_no_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostring_no_xml_declaration)\nPASS: test_tostring_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration)\nPASS: test_tostring_xml_declaration_cases (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_cases)\nPASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding)\nPASS: test_tostringlist_default_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostringlist_default_namespace)\nPASS: test_tostringlist_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostringlist_xml_declaration)\nPASS: test_tree_write_attribute_order (test.test_xml_etree_c.ElementTreeTest.test_tree_write_attribute_order)\nPASS: test_writefile (test.test_xml_etree_c.ElementTreeTest.test_writefile)\nPASS: test_writestring (test.test_xml_etree_c.ElementTreeTest.test_writestring)\nPASS: test_xpath_tokenizer (test.test_xml_etree_c.ElementTreeTest.test_xpath_tokenizer)\nPASS: test_Element_subclass_constructor (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_constructor)\nPASS: test_Element_subclass_find (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_find)\nPASS: test_Element_subclass_new_method (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_new_method)\nPASS: test_Element_subclass_trivial (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_trivial)\nPASS: test_istype (test.test_xml_etree_c.ElementTreeTypeTest.test_istype)\nPASS: test_encoding (test.test_xml_etree_c.IOTest.test_encoding)\nPASS: test_read_from_bytesio (test.test_xml_etree_c.IOTest.test_read_from_bytesio)\nPASS: test_read_from_stringio (test.test_xml_etree_c.IOTest.test_read_from_stringio)\nPASS: test_read_from_user_binary_reader (test.test_xml_etree_c.IOTest.test_read_from_user_binary_reader)\nPASS: test_read_from_user_text_reader (test.test_xml_etree_c.IOTest.test_read_from_user_text_reader)\nPASS: test_short_empty_elements (test.test_xml_etree_c.IOTest.test_short_empty_elements)\nPASS: test_tostringlist_invariant (test.test_xml_etree_c.IOTest.test_tostringlist_invariant)\nPASS: test_write_to_binary_file (test.test_xml_etree_c.IOTest.test_write_to_binary_file)\nPASS: test_write_to_binary_file_with_bom (test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_bom)\nPASS: test_write_to_binary_file_with_encoding (test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_encoding)\nPASS: test_write_to_bytesio (test.test_xml_etree_c.IOTest.test_write_to_bytesio)\nPASS: test_write_to_filename (test.test_xml_etree_c.IOTest.test_write_to_filename)\nPASS: test_write_to_filename_as_unicode (test.test_xml_etree_c.IOTest.test_write_to_filename_as_unicode)\nPASS: test_write_to_filename_with_encoding (test.test_xml_etree_c.IOTest.test_write_to_filename_with_encoding)\nPASS: test_write_to_stringio (test.test_xml_etree_c.IOTest.test_write_to_stringio)\nPASS: test_write_to_text_file (test.test_xml_etree_c.IOTest.test_write_to_text_file)\nPASS: test_write_to_user_binary_writer (test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer)\nPASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer_with_bom)\nPASS: test_write_to_user_text_writer (test.test_xml_etree_c.IOTest.test_write_to_user_text_writer)\nPASS: test_issue14818 (test.test_xml_etree_c.KeywordArgsTest.test_issue14818)\nPASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests.test_bpo_31728)\nPASS: test_del_attribute (test.test_xml_etree_c.MiscTests.test_del_attribute)\nPASS: test_dict_disappearing_during_get_item (test.test_xml_etree_c.MiscTests.test_dict_disappearing_during_get_item)\nPASS: test_disallow_instantiation (test.test_xml_etree_c.MiscTests.test_disallow_instantiation)\nPASS: test_immutable_types (test.test_xml_etree_c.MiscTests.test_immutable_types)\nPASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests.test_iterparse_leaks)\nSKIP: test_length_overflow (test.test_xml_etree_c.MiscTests.test_length_overflow) 'not enough memory: 2.0G minimum needed'\nPASS: test_parser_ref_cycle (test.test_xml_etree_c.MiscTests.test_parser_ref_cycle)\nPASS: test_setstate_leaks (test.test_xml_etree_c.MiscTests.test_setstate_leaks)\nPASS: test_trashcan (test.test_xml_etree_c.MiscTests.test_trashcan)\nPASS: test_uninitialized_parser (test.test_xml_etree_c.MiscTests.test_uninitialized_parser)\nPASS: test_xmlpullparser_leaks (test.test_xml_etree_c.MiscTests.test_xmlpullparser_leaks)\nPASS: test_all (test.test_xml_etree_c.ModuleTest.test_all)\nPASS: test_sanity (test.test_xml_etree_c.ModuleTest.test_sanity)\nPASS: test_find_with_namespace (test.test_xml_etree_c.NamespaceParseTest.test_find_with_namespace)\nSKIP: setUpClass (test.test_xml_etree_c.NoAcceleratorTest) 'only for the Python version'\nPASS: test_error_code (test.test_xml_etree_c.ParseErrorTest.test_error_code)\nPASS: test_error_position (test.test_xml_etree_c.ParseErrorTest.test_error_position)\nPASS: test_subclass (test.test_xml_etree_c.ParseErrorTest.test_subclass)\nPASS: test_element (test.test_xml_etree_c.SizeofTest.test_element)\nPASS: test_element_with_attrib (test.test_xml_etree_c.SizeofTest.test_element_with_attrib)\nPASS: test_element_with_children (test.test_xml_etree_c.SizeofTest.test_element_with_children)\nPASS: test_correct_import_cET (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET)\nPASS: test_correct_import_cET_alias (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET_alias)\nPASS: test_parser_comes_from_C (test.test_xml_etree_c.TestAcceleratorImported.test_parser_comes_from_C)\nPASS: test_alias_working (test.test_xml_etree_c.TestAliasWorking.test_alias_working)\nPASS: test_builder_lookup_errors (test.test_xml_etree_c.TreeBuilderTest.test_builder_lookup_errors)\nPASS: test_doctype (test.test_xml_etree_c.TreeBuilderTest.test_doctype)\nPASS: test_dummy_builder (test.test_xml_etree_c.TreeBuilderTest.test_dummy_builder)\nPASS: test_element_factory (test.test_xml_etree_c.TreeBuilderTest.test_element_factory)\nPASS: test_element_factory_pure_python_subclass (test.test_xml_etree_c.TreeBuilderTest.test_element_factory_pure_python_subclass)\nPASS: test_element_factory_subclass (test.test_xml_etree_c.TreeBuilderTest.test_element_factory_subclass)\nPASS: test_late_tail (test.test_xml_etree_c.TreeBuilderTest.test_late_tail)\nPASS: test_late_tail_mix_pi_comments (test.test_xml_etree_c.TreeBuilderTest.test_late_tail_mix_pi_comments)\nPASS: test_subclass (test.test_xml_etree_c.TreeBuilderTest.test_subclass)\nPASS: test_subclass_comment_pi (test.test_xml_etree_c.TreeBuilderTest.test_subclass_comment_pi)\nPASS: test_treebuilder_comment (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_comment)\nPASS: test_treebuilder_elementfactory_none (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_elementfactory_none)\nPASS: test_treebuilder_pi (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_pi)\nPASS: test_xinclude (test.test_xml_etree_c.XIncludeTest.test_xinclude)\nPASS: test_xinclude_default (test.test_xml_etree_c.XIncludeTest.test_xinclude_default)\nPASS: test_xinclude_failures (test.test_xml_etree_c.XIncludeTest.test_xinclude_failures)\nPASS: test_xinclude_repeated (test.test_xml_etree_c.XIncludeTest.test_xinclude_repeated)\nPASS: test_constructor_args (test.test_xml_etree_c.XMLParserTest.test_constructor_args)\nPASS: test_doctype_warning (test.test_xml_etree_c.XMLParserTest.test_doctype_warning)\ntest_inherited_doctype (test.test_xml_etree_c.XMLParserTest.test_inherited_doctype)\nPASS: Ensure that ordinary usage is not deprecated (Issue 19176)\nPASS: test_parse_string (test.test_xml_etree_c.XMLParserTest.test_parse_string)\nPASS: test_subclass (test.test_xml_etree_c.XMLParserTest.test_subclass)\nPASS: test_subclass_doctype (test.test_xml_etree_c.XMLParserTest.test_subclass_doctype)\nPASS: test_events (test.test_xml_etree_c.XMLPullParserTest.test_events)\nPASS: test_events_comment (test.test_xml_etree_c.XMLPullParserTest.test_events_comment)\nPASS: test_events_pi (test.test_xml_etree_c.XMLPullParserTest.test_events_pi)\nPASS: test_events_sequence (test.test_xml_etree_c.XMLPullParserTest.test_events_sequence)\nPASS: test_feed_while_iterating (test.test_xml_etree_c.XMLPullParserTest.test_feed_while_iterating)\nSKIP: test_flush_reparse_deferral_disabled (test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_disabled) 'XMLParser.(Get|Set)ReparseDeferralEnabled methods not available in C'\nPASS: test_flush_reparse_deferral_enabled (test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_enabled)\nPASS: test_ns_events (test.test_xml_etree_c.XMLPullParserTest.test_ns_events)\nPASS: test_ns_events_start (test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start)\nPASS: test_ns_events_start_end (test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start_end)\nPASS: test_simple_xml (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml)\nPASS: test_simple_xml_chunk_1 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_1)\nPASS: test_simple_xml_chunk_22 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_22)\nPASS: test_simple_xml_chunk_5 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_5)\nPASS: test_simple_xml_with_ns (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_with_ns)\nPASS: test_unknown_event (test.test_xml_etree_c.XMLPullParserTest.test_unknown_event)\n\n----------------------------------------------------------------------\nRan 221 tests in 0.222s\n\nOK (skipped=7)\n0:02:47 load avg: 1.75 [467/480] test_weakref passed\nPASS: test_all_freed (test.test_weakref.FinalizeTestCase.test_all_freed)\nPASS: test_arg_errors (test.test_weakref.FinalizeTestCase.test_arg_errors)\nPASS: test_atexit (test.test_weakref.FinalizeTestCase.test_atexit)\nPASS: test_finalize (test.test_weakref.FinalizeTestCase.test_finalize)\nPASS: test_order (test.test_weakref.FinalizeTestCase.test_order)\nPASS: test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict)\nPASS: test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict)\nPASS: test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr)\nPASS: test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict)\nPASS: test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict)\nPASS: test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc)\nPASS: test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr)\nPASS: test_remove_closure (test.test_weakref.MappingTestCase.test_remove_closure)\nPASS: test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy)\nSKIP: test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy) \"resource 'cpu' is not enabled\"\nPASS: test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy)\nSKIP: test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy) \"resource 'cpu' is not enabled\"\nPASS: test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency)\nPASS: test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop)\nPASS: test_threaded_weak_valued_setdefault (test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault)\nPASS: test_weak_keyed_bad_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem)\nPASS: test_weak_keyed_cascading_deletes (test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes)\nPASS: test_weak_keyed_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_delitem)\nPASS: test_weak_keyed_dict_popitem (test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem)\nPASS: test_weak_keyed_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault)\nPASS: test_weak_keyed_dict_update (test.test_weakref.MappingTestCase.test_weak_keyed_dict_update)\nPASS: test_weak_keyed_iters (test.test_weakref.MappingTestCase.test_weak_keyed_iters)\nPASS: test_weak_keyed_len_cycles (test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles)\nPASS: test_weak_keyed_len_race (test.test_weakref.MappingTestCase.test_weak_keyed_len_race)\nPASS: test_weak_keyed_union_operators (test.test_weakref.MappingTestCase.test_weak_keyed_union_operators)\nPASS: test_weak_keys (test.test_weakref.MappingTestCase.test_weak_keys)\nPASS: test_weak_keys_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating)\nPASS: test_weak_valued_consistency (test.test_weakref.MappingTestCase.test_weak_valued_consistency)\nPASS: test_weak_valued_delitem (test.test_weakref.MappingTestCase.test_weak_valued_delitem)\nPASS: test_weak_valued_dict_popitem (test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem)\nPASS: test_weak_valued_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault)\nPASS: test_weak_valued_dict_update (test.test_weakref.MappingTestCase.test_weak_valued_dict_update)\nPASS: test_weak_valued_iters (test.test_weakref.MappingTestCase.test_weak_valued_iters)\nPASS: test_weak_valued_len_cycles (test.test_weakref.MappingTestCase.test_weak_valued_len_cycles)\nPASS: test_weak_valued_len_race (test.test_weakref.MappingTestCase.test_weak_valued_len_race)\nPASS: test_weak_valued_union_operators (test.test_weakref.MappingTestCase.test_weak_valued_union_operators)\nPASS: test_weak_values (test.test_weakref.MappingTestCase.test_weak_values)\nPASS: test_weak_values_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating)\nPASS: test_names (test.test_weakref.ModuleTestCase.test_names)\nPASS: test_basic_callback (test.test_weakref.ReferencesTestCase.test_basic_callback)\nPASS: test_basic_proxy (test.test_weakref.ReferencesTestCase.test_basic_proxy)\nPASS: test_basic_ref (test.test_weakref.ReferencesTestCase.test_basic_ref)\nPASS: test_callable_proxy (test.test_weakref.ReferencesTestCase.test_callable_proxy)\nPASS: test_callback_attribute (test.test_weakref.ReferencesTestCase.test_callback_attribute)\nPASS: test_callback_attribute_after_deletion (test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion)\nPASS: test_callback_different_classes (test.test_weakref.ReferencesTestCase.test_callback_different_classes)\nPASS: test_callback_gcs (test.test_weakref.ReferencesTestCase.test_callback_gcs)\nPASS: test_callback_in_cycle (test.test_weakref.ReferencesTestCase.test_callback_in_cycle)\nPASS: test_callback_in_cycle_resurrection (test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection)\nPASS: test_callback_reachable_one_way (test.test_weakref.ReferencesTestCase.test_callback_reachable_one_way)\nPASS: test_callbacks_on_callback (test.test_weakref.ReferencesTestCase.test_callbacks_on_callback)\nPASS: test_callbacks_protected (test.test_weakref.ReferencesTestCase.test_callbacks_protected)\nPASS: test_cfunction (test.test_weakref.ReferencesTestCase.test_cfunction)\nPASS: test_classes (test.test_weakref.ReferencesTestCase.test_classes)\nPASS: test_constructor_kwargs (test.test_weakref.ReferencesTestCase.test_constructor_kwargs)\nPASS: test_equality (test.test_weakref.ReferencesTestCase.test_equality)\nPASS: test_gc_during_proxy_creation (test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation)\nPASS: test_gc_during_ref_creation (test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation)\nPASS: test_getweakrefcount (test.test_weakref.ReferencesTestCase.test_getweakrefcount)\nPASS: test_getweakrefs (test.test_weakref.ReferencesTestCase.test_getweakrefs)\nPASS: test_hashing (test.test_weakref.ReferencesTestCase.test_hashing)\nPASS: test_init (test.test_weakref.ReferencesTestCase.test_init)\nPASS: test_multiple_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_callbacks)\nPASS: test_multiple_selfref_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks)\nPASS: test_newstyle_number_ops (test.test_weakref.ReferencesTestCase.test_newstyle_number_ops)\nPASS: test_no_memory_when_clearing (test.test_weakref.ReferencesTestCase.test_no_memory_when_clearing)\nPASS: test_ordering (test.test_weakref.ReferencesTestCase.test_ordering)\nPASS: test_proxy_bad_next (test.test_weakref.ReferencesTestCase.test_proxy_bad_next)\nPASS: test_proxy_bool (test.test_weakref.ReferencesTestCase.test_proxy_bool)\nPASS: test_proxy_deletion (test.test_weakref.ReferencesTestCase.test_proxy_deletion)\nPASS: test_proxy_div (test.test_weakref.ReferencesTestCase.test_proxy_div)\nPASS: test_proxy_hash (test.test_weakref.ReferencesTestCase.test_proxy_hash)\nPASS: test_proxy_index (test.test_weakref.ReferencesTestCase.test_proxy_index)\nPASS: test_proxy_iter (test.test_weakref.ReferencesTestCase.test_proxy_iter)\nPASS: test_proxy_matmul (test.test_weakref.ReferencesTestCase.test_proxy_matmul)\nPASS: test_proxy_next (test.test_weakref.ReferencesTestCase.test_proxy_next)\nPASS: test_proxy_ref (test.test_weakref.ReferencesTestCase.test_proxy_ref)\nPASS: test_proxy_repr (test.test_weakref.ReferencesTestCase.test_proxy_repr)\nPASS: test_proxy_reuse (test.test_weakref.ReferencesTestCase.test_proxy_reuse)\nPASS: test_proxy_reversed (test.test_weakref.ReferencesTestCase.test_proxy_reversed)\nPASS: test_proxy_unicode (test.test_weakref.ReferencesTestCase.test_proxy_unicode)\nPASS: test_ref_created_during_del (test.test_weakref.ReferencesTestCase.test_ref_created_during_del)\nPASS: test_ref_repr (test.test_weakref.ReferencesTestCase.test_ref_repr)\nPASS: test_ref_reuse (test.test_weakref.ReferencesTestCase.test_ref_reuse)\nPASS: test_repr_failure_gh99184 (test.test_weakref.ReferencesTestCase.test_repr_failure_gh99184)\nPASS: test_set_callback_attribute (test.test_weakref.ReferencesTestCase.test_set_callback_attribute)\nPASS: test_sf_bug_840829 (test.test_weakref.ReferencesTestCase.test_sf_bug_840829)\nPASS: test_shared_proxy_without_callback (test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback)\nPASS: test_shared_ref_without_callback (test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback)\nPASS: test_trashcan_16602 (test.test_weakref.ReferencesTestCase.test_trashcan_16602)\nPASS: test_subclass_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs)\nPASS: test_subclass_refs_dont_conflate_callbacks (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks)\nPASS: test_subclass_refs_dont_replace_standard_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs)\ntest_subclass_refs_with_cycle (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_cycle)\nPASS: Confirm https://bugs.python.org/issue3100 is fixed.\nPASS: test_subclass_refs_with_slots (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots)\nPASS: test_bool (test.test_weakref.WeakKeyDictionaryTestCase.test_bool)\nPASS: test_constructor (test.test_weakref.WeakKeyDictionaryTestCase.test_constructor)\nPASS: test_get (test.test_weakref.WeakKeyDictionaryTestCase.test_get)\nPASS: test_getitem (test.test_weakref.WeakKeyDictionaryTestCase.test_getitem)\nPASS: test_items (test.test_weakref.WeakKeyDictionaryTestCase.test_items)\nPASS: test_keys (test.test_weakref.WeakKeyDictionaryTestCase.test_keys)\nPASS: test_len (test.test_weakref.WeakKeyDictionaryTestCase.test_len)\nPASS: test_pop (test.test_weakref.WeakKeyDictionaryTestCase.test_pop)\nPASS: test_popitem (test.test_weakref.WeakKeyDictionaryTestCase.test_popitem)\nPASS: test_read (test.test_weakref.WeakKeyDictionaryTestCase.test_read)\nPASS: test_setdefault (test.test_weakref.WeakKeyDictionaryTestCase.test_setdefault)\nPASS: test_update (test.test_weakref.WeakKeyDictionaryTestCase.test_update)\nPASS: test_values (test.test_weakref.WeakKeyDictionaryTestCase.test_values)\nPASS: test_write (test.test_weakref.WeakKeyDictionaryTestCase.test_write)\nPASS: test_alive (test.test_weakref.WeakMethodTestCase.test_alive)\nPASS: test_callback_when_method_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead)\nPASS: test_callback_when_object_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead)\nPASS: test_equality (test.test_weakref.WeakMethodTestCase.test_equality)\nPASS: test_hashing (test.test_weakref.WeakMethodTestCase.test_hashing)\nPASS: test_method_dead (test.test_weakref.WeakMethodTestCase.test_method_dead)\nPASS: test_no_cycles (test.test_weakref.WeakMethodTestCase.test_no_cycles)\nPASS: test_object_dead (test.test_weakref.WeakMethodTestCase.test_object_dead)\nPASS: test_bool (test.test_weakref.WeakValueDictionaryTestCase.test_bool)\nPASS: test_constructor (test.test_weakref.WeakValueDictionaryTestCase.test_constructor)\nPASS: test_get (test.test_weakref.WeakValueDictionaryTestCase.test_get)\nPASS: test_getitem (test.test_weakref.WeakValueDictionaryTestCase.test_getitem)\nPASS: test_items (test.test_weakref.WeakValueDictionaryTestCase.test_items)\nPASS: test_keys (test.test_weakref.WeakValueDictionaryTestCase.test_keys)\nPASS: test_len (test.test_weakref.WeakValueDictionaryTestCase.test_len)\nPASS: test_pop (test.test_weakref.WeakValueDictionaryTestCase.test_pop)\nPASS: test_popitem (test.test_weakref.WeakValueDictionaryTestCase.test_popitem)\nPASS: test_read (test.test_weakref.WeakValueDictionaryTestCase.test_read)\nPASS: test_setdefault (test.test_weakref.WeakValueDictionaryTestCase.test_setdefault)\nPASS: test_update (test.test_weakref.WeakValueDictionaryTestCase.test_update)\nPASS: test_values (test.test_weakref.WeakValueDictionaryTestCase.test_values)\nPASS: test_write (test.test_weakref.WeakValueDictionaryTestCase.test_write)\nlibreftest (test.test_weakref.__test__)\nPASS: Doctest: test.test_weakref.__test__.libreftest\n\n----------------------------------------------------------------------\nRan 137 tests in 1.943s\n\nOK (skipped=2)\n0:02:47 load avg: 1.75 [468/480] test_xxlimited passed\nPASS: test_buffer (test.test_xxlimited.TestXXLimited.test_buffer)\nPASS: test_error (test.test_xxlimited.TestXXLimited.test_error)\nPASS: test_foo (test.test_xxlimited.TestXXLimited.test_foo)\nPASS: test_new (test.test_xxlimited.TestXXLimited.test_new)\nPASS: test_str (test.test_xxlimited.TestXXLimited.test_str)\nPASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited.test_xxo_attributes)\nPASS: test_xxo_demo (test.test_xxlimited.TestXXLimited.test_xxo_demo)\nPASS: test_xxo_new (test.test_xxlimited.TestXXLimited.test_xxo_new)\nPASS: test_foo (test.test_xxlimited.TestXXLimited35.test_foo)\nPASS: test_new (test.test_xxlimited.TestXXLimited35.test_new)\nPASS: test_null (test.test_xxlimited.TestXXLimited35.test_null)\nPASS: test_roj (test.test_xxlimited.TestXXLimited35.test_roj)\nPASS: test_str (test.test_xxlimited.TestXXLimited35.test_str)\nPASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited35.test_xxo_attributes)\nPASS: test_xxo_demo (test.test_xxlimited.TestXXLimited35.test_xxo_demo)\nPASS: test_xxo_new (test.test_xxlimited.TestXXLimited35.test_xxo_new)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.000s\n\nOK\n0:02:47 load avg: 1.75 [469/480] test_xmlrpc passed\nPASS: test_decode (test.test_xmlrpc.BinaryTestCase.test_decode)\nPASS: test_default (test.test_xmlrpc.BinaryTestCase.test_default)\nPASS: test_string (test.test_xmlrpc.BinaryTestCase.test_string)\nPASS: test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get)\nPASS: test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response)\nPASS: test_comparison (test.test_xmlrpc.DateTimeTestCase.test_comparison)\nPASS: test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime)\nPASS: test_decode (test.test_xmlrpc.DateTimeTestCase.test_decode)\nPASS: test_default (test.test_xmlrpc.DateTimeTestCase.test_default)\nPASS: test_repr (test.test_xmlrpc.DateTimeTestCase.test_repr)\nPASS: test_time (test.test_xmlrpc.DateTimeTestCase.test_time)\nPASS: test_time_struct (test.test_xmlrpc.DateTimeTestCase.test_time_struct)\nPASS: test_time_tuple (test.test_xmlrpc.DateTimeTestCase.test_time_tuple)\nPASS: test_basic (test.test_xmlrpc.FailingServerTestCase.test_basic)\nPASS: test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info)\nPASS: test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info)\nPASS: test_dotted_attribute (test.test_xmlrpc.FaultTestCase.test_dotted_attribute)\nPASS: test_dump_fault (test.test_xmlrpc.FaultTestCase.test_dump_fault)\nPASS: test_repr (test.test_xmlrpc.FaultTestCase.test_repr)\nPASS: test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request)\nPASS: test_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_gzip_request)\nPASS: test_gzip_response (test.test_xmlrpc.GzipServerTestCase.test_gzip_response)\nPASS: test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit)\nPASS: test_header (test.test_xmlrpc.HeadersServerTestCase.test_header)\nPASS: test_header_empty (test.test_xmlrpc.HeadersServerTestCase.test_header_empty)\nPASS: test_header_items (test.test_xmlrpc.HeadersServerTestCase.test_header_items)\nPASS: test_header_many (test.test_xmlrpc.HeadersServerTestCase.test_header_many)\nPASS: test_header_tuple (test.test_xmlrpc.HeadersServerTestCase.test_header_tuple)\nPASS: test_escape (test.test_xmlrpc.HelperTestCase.test_escape)\nPASS: test_two (test.test_xmlrpc.KeepaliveServerTestCase1.test_two)\nPASS: test_close (test.test_xmlrpc.KeepaliveServerTestCase2.test_close)\nPASS: test_transport (test.test_xmlrpc.KeepaliveServerTestCase2.test_transport)\nSKIP: test_empty_path (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path) \"resource 'walltime' is not enabled\"\nSKIP: test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment) \"resource 'walltime' is not enabled\"\nSKIP: test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query) \"resource 'walltime' is not enabled\"\nSKIP: test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path) \"resource 'walltime' is not enabled\"\nPASS: test_path1 (test.test_xmlrpc.MultiPathServerTestCase.test_path1)\nPASS: test_path2 (test.test_xmlrpc.MultiPathServerTestCase.test_path2)\nSKIP: test_path3 (test.test_xmlrpc.MultiPathServerTestCase.test_path3) \"resource 'walltime' is not enabled\"\nSKIP: test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment) \"resource 'walltime' is not enabled\"\nSKIP: test_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_path_query) \"resource 'walltime' is not enabled\"\nSKIP: test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment) \"resource 'walltime' is not enabled\"\nSKIP: test_root_path (test.test_xmlrpc.MultiPathServerTestCase.test_root_path) \"resource 'walltime' is not enabled\"\nPASS: test_close (test.test_xmlrpc.ServerProxyTestCase.test_close)\nPASS: test_transport (test.test_xmlrpc.ServerProxyTestCase.test_transport)\nPASS: test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding)\nPASS: test_404 (test.test_xmlrpc.SimpleServerTestCase.test_404)\nPASS: test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true)\nPASS: test_client_encoding (test.test_xmlrpc.SimpleServerTestCase.test_client_encoding)\nPASS: test_context_manager (test.test_xmlrpc.SimpleServerTestCase.test_context_manager)\nPASS: test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error)\nPASS: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute)\nPASS: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase.test_introspection1)\nPASS: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase.test_introspection2)\nPASS: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase.test_introspection3)\nPASS: test_introspection4 (test.test_xmlrpc.SimpleServerTestCase.test_introspection4)\nPASS: test_multicall (test.test_xmlrpc.SimpleServerTestCase.test_multicall)\nPASS: test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall)\nPASS: test_nonascii (test.test_xmlrpc.SimpleServerTestCase.test_nonascii)\nPASS: test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname)\nPASS: test_partial_post (test.test_xmlrpc.SimpleServerTestCase.test_partial_post)\nPASS: test_simple1 (test.test_xmlrpc.SimpleServerTestCase.test_simple1)\nPASS: test_unicode_host (test.test_xmlrpc.SimpleServerTestCase.test_unicode_host)\ntest_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func)\nPASS: Calls the registered instance's `_dispatch` function\ntest_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_instance_func)\nPASS: Calls a registered instance attribute as a function\ntest_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_registered_func)\nPASS: Calls explicitly registered function\ntest_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_cannot_locate_func)\nPASS: Calls a function that the dispatcher cannot locate\ntest_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_instance_has_no_func)\nPASS: Attempts to call nonexistent function on a registered instance\ntest_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_registered_func_is_none)\nPASS: Calls explicitly registered function which is None\nPASS: test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag)\nPASS: test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types)\nPASS: test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag)\nPASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912)\nPASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900)\nPASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict)\nPASS: test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime)\nPASS: test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int)\nPASS: test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long)\nPASS: test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes)\nPASS: test_dump_double (test.test_xmlrpc.XMLRPCTestCase.test_dump_double)\nPASS: test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding)\nPASS: test_dump_load (test.test_xmlrpc.XMLRPCTestCase.test_dump_load)\nPASS: test_dump_none (test.test_xmlrpc.XMLRPCTestCase.test_dump_none)\nPASS: test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict)\nPASS: test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq)\nPASS: test_get_host_info (test.test_xmlrpc.XMLRPCTestCase.test_get_host_info)\nPASS: test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect)\nPASS: test_limit_int (test.test_xmlrpc.XMLRPCTestCase.test_limit_int)\nPASS: test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types)\nPASS: test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types)\nPASS: test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported)\nPASS: test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class)\nPASS: test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence)\n\n----------------------------------------------------------------------\nRan 93 tests in 0.171s\n\nOK (skipped=9)\n0:02:47 load avg: 1.75 [470/480] test_xxtestfuzz passed\ntest_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer.test_sample_input_smoke_test)\nPASS: This is only a regression test: Check that it doesn't crash.\n\n----------------------------------------------------------------------\nRan 1 test in 0.003s\n\nOK\n0:02:47 load avg: 1.75 [471/480] test_yield_from passed\nPASS: test_close_and_throw_raise_base_exception (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_base_exception)\nPASS: test_close_and_throw_raise_exception (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_exception)\nPASS: test_close_and_throw_raise_generator_exit (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_generator_exit)\nPASS: test_close_and_throw_raise_stop_iteration (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_stop_iteration)\nPASS: test_close_and_throw_return (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_return)\nPASS: test_close_and_throw_work (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_work)\nPASS: test_close_and_throw_yield (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_yield)\ntest_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation.test_attempted_yield_from_loop)\nPASS: Test attempted yield-from loop\ntest_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation.test_attempting_to_send_to_non_generator)\nPASS: Test attempting to send to non-generator\ntest_broken_getattr_handling (test.test_yield_from.TestPEP380Operation.test_broken_getattr_handling)\nPASS: Test subiterator with a broken getattr implementation\ntest_catching_exception_from_subgen_and_returning (test.test_yield_from.TestPEP380Operation.test_catching_exception_from_subgen_and_returning)\nPASS: Test catching an exception thrown into a\nPASS: test_close_with_cleared_frame (test.test_yield_from.TestPEP380Operation.test_close_with_cleared_frame)\ntest_conversion_of_sendNone_to_next (test.test_yield_from.TestPEP380Operation.test_conversion_of_sendNone_to_next)\nPASS: Test conversion of send(None) to next()\nPASS: test_custom_iterator_return (test.test_yield_from.TestPEP380Operation.test_custom_iterator_return)\ntest_delegating_close (test.test_yield_from.TestPEP380Operation.test_delegating_close)\nPASS: Test delegating 'close'\nPASS: test_delegating_generators_claim_to_be_running (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running)\nPASS: test_delegating_generators_claim_to_be_running_with_close (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_close)\nPASS: test_delegating_generators_claim_to_be_running_with_throw (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_throw)\ntest_delegating_throw (test.test_yield_from.TestPEP380Operation.test_delegating_throw)\nPASS: Test delegating 'throw'\ntest_delegating_throw_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegating_throw_to_non_generator)\nPASS: Test delegating 'throw' to non-generator\ntest_delegation_of_close_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_close_to_non_generator)\nPASS: Test delegation of close() to non-generator\ntest_delegation_of_initial_next_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_initial_next_to_subgenerator)\nPASS: Test delegation of initial next() call to subgenerator\ntest_delegation_of_next_call_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_call_to_subgenerator)\nPASS: Test delegation of next() call to subgenerator\ntest_delegation_of_next_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_to_non_generator)\nPASS: Test delegation of next() to non-generator\ntest_delegation_of_send (test.test_yield_from.TestPEP380Operation.test_delegation_of_send)\nPASS: Test delegation of send()\nPASS: test_delegator_is_visible_to_debugger (test.test_yield_from.TestPEP380Operation.test_delegator_is_visible_to_debugger)\ntest_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_exception_in_initial_next_call)\nPASS: Test exception in initial next() call\nPASS: test_exception_value_crash (test.test_yield_from.TestPEP380Operation.test_exception_value_crash)\ntest_generator_return_value (test.test_yield_from.TestPEP380Operation.test_generator_return_value)\nPASS: Test generator return value\ntest_handing_exception_while_delegating_close (test.test_yield_from.TestPEP380Operation.test_handing_exception_while_delegating_close)\nPASS: Test handling exception while delegating 'close'\ntest_handling_exception_while_delegating_send (test.test_yield_from.TestPEP380Operation.test_handling_exception_while_delegating_send)\nPASS: Test handling exception while delegating 'send'\ntest_next_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_next_and_return_with_value)\nPASS: Test next and return with value\ntest_raising_exception_in_delegated_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_delegated_next_call)\nPASS: Test raising exception in delegated next() call\ntest_raising_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_initial_next_call)\nPASS: Test raising exception in initial next() call\ntest_returning_value_from_delegated_throw (test.test_yield_from.TestPEP380Operation.test_returning_value_from_delegated_throw)\nPASS: Test returning value from delegated 'throw'\ntest_send_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_send_and_return_with_value)\nPASS: Test send and return with value\nPASS: test_send_tuple_with_custom_generator (test.test_yield_from.TestPEP380Operation.test_send_tuple_with_custom_generator)\ntest_throwing_GeneratorExit_into_subgen_that_raises (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_raises)\nPASS: Test throwing GeneratorExit into a subgenerator that\ntest_throwing_GeneratorExit_into_subgen_that_returns (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_returns)\nPASS: Test throwing GeneratorExit into a subgenerator that\ntest_throwing_GeneratorExit_into_subgenerator_that_yields (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgenerator_that_yields)\nPASS: Test throwing GeneratorExit into a subgenerator that\ntest_value_attribute_of_StopIteration_exception (test.test_yield_from.TestPEP380Operation.test_value_attribute_of_StopIteration_exception)\nPASS: Test 'value' attribute of StopIteration exception\nPASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation.test_yield_from_empty)\n\n----------------------------------------------------------------------\nRan 42 tests in 0.013s\n\nOK\n0:02:48 load avg: 1.75 [472/480] test_zipapp passed\nPASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy)\nPASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_change_main)\nPASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_inplace)\nPASS: test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_create)\nPASS: test_info_command (test.test_zipapp.ZipAppCmdlineTest.test_info_command)\nPASS: test_info_error (test.test_zipapp.ZipAppCmdlineTest.test_info_error)\nPASS: test_content_of_copied_archive (test.test_zipapp.ZipAppTest.test_content_of_copied_archive)\nPASS: test_create_archive (test.test_zipapp.ZipAppTest.test_create_archive)\nPASS: test_create_archive_default_target (test.test_zipapp.ZipAppTest.test_create_archive_default_target)\nPASS: test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest.test_create_archive_filter_exclude_dir)\nPASS: test_create_archive_self_insertion (test.test_zipapp.ZipAppTest.test_create_archive_self_insertion)\nPASS: test_create_archive_with_compression (test.test_zipapp.ZipAppTest.test_create_archive_with_compression)\nPASS: test_create_archive_with_filter (test.test_zipapp.ZipAppTest.test_create_archive_with_filter)\nPASS: test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest.test_create_archive_with_pathlib)\nPASS: test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest.test_create_archive_with_subdirs)\nPASS: test_create_sorted_archive (test.test_zipapp.ZipAppTest.test_create_sorted_archive)\nPASS: test_custom_interpreter (test.test_zipapp.ZipAppTest.test_custom_interpreter)\nPASS: test_default_no_shebang (test.test_zipapp.ZipAppTest.test_default_no_shebang)\nPASS: test_main_and_main_py (test.test_zipapp.ZipAppTest.test_main_and_main_py)\nPASS: test_main_only_written_once (test.test_zipapp.ZipAppTest.test_main_only_written_once)\nPASS: test_main_validation (test.test_zipapp.ZipAppTest.test_main_validation)\nPASS: test_main_written (test.test_zipapp.ZipAppTest.test_main_written)\nPASS: test_modify_shebang (test.test_zipapp.ZipAppTest.test_modify_shebang)\nPASS: test_no_main (test.test_zipapp.ZipAppTest.test_no_main)\nPASS: test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest.test_no_shebang_is_not_executable)\nPASS: test_pack_to_fileobj (test.test_zipapp.ZipAppTest.test_pack_to_fileobj)\nPASS: test_read_from_fileobj (test.test_zipapp.ZipAppTest.test_read_from_fileobj)\nPASS: test_read_from_pathlike_obj (test.test_zipapp.ZipAppTest.test_read_from_pathlike_obj)\nPASS: test_read_missing_shebang (test.test_zipapp.ZipAppTest.test_read_missing_shebang)\nPASS: test_read_shebang (test.test_zipapp.ZipAppTest.test_read_shebang)\nPASS: test_remove_shebang (test.test_zipapp.ZipAppTest.test_remove_shebang)\nPASS: test_shebang_is_executable (test.test_zipapp.ZipAppTest.test_shebang_is_executable)\nPASS: test_target_overwrites_source_file (test.test_zipapp.ZipAppTest.test_target_overwrites_source_file)\nPASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest.test_write_shebang_to_fileobj)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.014s\n\nOK\n0:02:48 load avg: 1.75 [473/480] test_zipfile64 skipped (resource denied)\ntest_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run\n0:02:49 load avg: 1.75 [474/480] test_wait3 passed\nPASS: test_wait (test.fork_wait.ForkWait.test_wait)\nPASS: test_wait (test.test_wait3.Wait3Test.test_wait)\nPASS: test_wait3_rusage_initialized (test.test_wait3.Wait3Test.test_wait3_rusage_initialized)\n\n----------------------------------------------------------------------\nRan 3 tests in 5.019s\n\nOK\n0:02:49 load avg: 1.75 [475/480] test_zipimport_support passed\ntest_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_issue4197) ... Contents of '/var/volatile/tmp/test_python_9wnm8a61/tmpb17203k8/test_zip.zip':\nFile Name                                             Modified             Size\ntest_zipped_doctest.py                         2025-06-16 11:37:50       132616\nsample_zipped_doctest.py                       2025-06-16 11:37:50         1045\nsample_zipped_doctest_no_doctests.py           2025-06-16 11:37:50          269\nsample_zipped_doctest_no_docstrings.py         2025-06-16 11:37:50          227\nsample_zipped_doctest_skip.py                  2025-06-16 11:37:50          714\nFinding tests in test_zipped_doctest.SampleClass\nTrying:\n    print(1)\nExpecting:\n    1\nok\nTrying:\n    sc = SampleClass(3)\nExpecting nothing\nok\nTrying:\n    for i in range(10):\n        sc = sc.double()\n        print(' ', sc.get(), sep='', end='')\nExpecting:\n     6 12 24 48 96 192 384 768 1536 3072\nok\ndoctest (test_zipped_doctest) ... 3 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.NestedClass\nTrying:\n    x = SampleClass.NestedClass(5)\nExpecting nothing\nok\nTrying:\n    y = x.square()\nExpecting nothing\nok\nTrying:\n    print(y.get())\nExpecting:\n    25\nok\ndoctest (test_zipped_doctest) ... 3 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.NestedClass.__init__\nTrying:\n    print(SampleClass.NestedClass().get())\nExpecting:\n    0\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.__init__\nTrying:\n    print(SampleClass(12).get())\nExpecting:\n    12\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.a_classmethod\nTrying:\n    print(SampleClass.a_classmethod(10))\nExpecting:\n    12\nok\nTrying:\n    print(SampleClass(0).a_classmethod(10))\nExpecting:\n    12\nok\ndoctest (test_zipped_doctest) ... 2 tests with zero failures\nFinding tests in test_zipped_doctest\nTrying:\n    print(SampleClass(22).a_property)\nExpecting:\n    22\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.a_staticmethod\nTrying:\n    print(SampleClass.a_staticmethod(10))\nExpecting:\n    11\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.double\nTrying:\n    print(SampleClass(12).double().get())\nExpecting:\n    24\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.get\nTrying:\n    print(SampleClass(-5).get())\nExpecting:\n    -5\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass\nTrying:\n    print('1\\n2\\n3')\nExpecting:\n    1\n    2\n    3\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass.__init__\nTrying:\n    print(SampleNewStyleClass(12).get())\nExpecting:\n    12\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass.double\nTrying:\n    print(SampleNewStyleClass(12).double().get())\nExpecting:\n    24\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass.get\nTrying:\n    print(SampleNewStyleClass(-5).get())\nExpecting:\n    -5\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.sample_func\nTrying:\n    print(sample_func(22))\nExpecting:\n    44\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTest\nTrying:\n    docstring = '''\n        >>> print(12)\n        12\n\n    Non-example text.\n\n        >>> print('another\\\\example')\n        another\n        example\n    '''\nExpecting nothing\nok\nTrying:\n    globs = {} # globals to run the test in.\nExpecting nothing\nok\nTrying:\n    parser = doctest.DocTestParser()\nExpecting nothing\nok\nTrying:\n    test = parser.get_doctest(docstring, globs, 'some_test',\n                              'some_file', 20)\nExpecting nothing\nok\nTrying:\n    print(test)\nExpecting:\n    <DocTest some_test from some_file:20 (2 examples)>\nok\nTrying:\n    len(test.examples)\nExpecting:\n    2\nok\nTrying:\n    e1, e2 = test.examples\nExpecting nothing\nok\nTrying:\n    (e1.source, e1.want, e1.lineno)\nExpecting:\n    ('print(12)\\n', '12\\n', 1)\nok\nTrying:\n    (e2.source, e2.want, e2.lineno)\nExpecting:\n    (\"print('another\\\\example')\\n\", 'another\\nexample\\n', 6)\nok\nTrying:\n    (test.name, test.filename, test.lineno)\nExpecting:\n    ('some_test', 'some_file', 20)\nok\nTrying:\n    test.lineno + e1.lineno\nExpecting:\n    21\nok\nTrying:\n    test.lineno + e2.lineno\nExpecting:\n    26\nok\nTrying:\n    docstring = r'''\n          >>> print('bad\\nindentation')\n          bad\n        indentation\n        '''\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation'\nok\nTrying:\n    docstring = r'''\n          >>> print(('bad indentation',\n        ...          2))\n          ('bad', 'indentation')\n        '''\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 2 of the docstring for some_test has inconsistent leading whitespace: '...          2))'\nok\nTrying:\n    docstring = '>>>print(1)\\n1'\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 1 of the docstring for some_test lacks blank after >>>: '>>>print(1)'\nok\nTrying:\n    docstring = '>>> if 1:\\n...print(1)\\n1'\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 2 of the docstring for some_test lacks blank after ...: '...print(1)'\nok\nTrying:\n    docstring = '''\n        >>> print 12\n        12\n    '''\nExpecting nothing\nok\nTrying:\n    test = parser.get_doctest(docstring, globs, 'some_test',\n                              'some_test', 20)\nExpecting nothing\nok\nTrying:\n    same_test = parser.get_doctest(docstring, globs, 'some_test',\n                                   'some_test', 20)\nExpecting nothing\nok\nTrying:\n    test == same_test\nExpecting:\n    True\nok\nTrying:\n    test != same_test\nExpecting:\n    False\nok\nTrying:\n    hash(test) == hash(same_test)\nExpecting:\n    True\nok\nTrying:\n    docstring = '''\n        >>> print 42\n        42\n    '''\nExpecting nothing\nok\nTrying:\n    other_test = parser.get_doctest(docstring, globs, 'other_test',\n                                    'other_file', 10)\nExpecting nothing\nok\nTrying:\n    test == other_test\nExpecting:\n    False\nok\nTrying:\n    test != other_test\nExpecting:\n    True\nok\nTrying:\n    test < other_test\nExpecting:\n    False\nok\nTrying:\n    other_test < test\nExpecting:\n    True\nok\nTrying:\n    no_lineno = parser.get_doctest(docstring, globs, 'some_test',\n                                  'some_test', None)\nExpecting nothing\nok\nTrying:\n    test.lineno is None\nExpecting:\n    False\nok\nTrying:\n    no_lineno.lineno is None\nExpecting:\n    True\nok\nTrying:\n    test < no_lineno\nExpecting:\n    False\nok\nTrying:\n    no_lineno < test\nExpecting:\n    True\nok\nTrying:\n    DocTestCase = doctest.DocTestCase\nExpecting nothing\nok\nTrying:\n    test_case = DocTestCase(test)\nExpecting nothing\nok\nTrying:\n    same_test_case = DocTestCase(same_test)\nExpecting nothing\nok\nTrying:\n    other_test_case = DocTestCase(other_test)\nExpecting nothing\nok\nTrying:\n    test_case == same_test_case\nExpecting:\n    True\nok\nTrying:\n    test_case != same_test_case\nExpecting:\n    False\nok\nTrying:\n    hash(test_case) == hash(same_test_case)\nExpecting:\n    True\nok\nTrying:\n    test == other_test_case\nExpecting:\n    False\nok\nTrying:\n    test != other_test_case\nExpecting:\n    True\nok\ndoctest (test_zipped_doctest) ... 46 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestParser\nTrying:\n    s = '''\n        >>> x, y = 2, 3  # no output expected\n        >>> if 1:\n        ...     print(x)\n        ...     print(y)\n        2\n        3\n\n        Some text.\n        >>> x+y\n        5\n        '''\nExpecting nothing\nok\nTrying:\n    parser = doctest.DocTestParser()\nExpecting nothing\nok\nTrying:\n    for piece in parser.parse(s):\n        if isinstance(piece, doctest.Example):\n            print('Example:', (piece.source, piece.want, piece.lineno))\n        else:\n            print('   Text:', repr(piece))\nExpecting:\n       Text: '\\n'\n    Example: ('x, y = 2, 3  # no output expected\\n', '', 1)\n       Text: ''\n    Example: ('if 1:\\n    print(x)\\n    print(y)\\n', '2\\n3\\n', 2)\n       Text: '\\nSome text.\\n'\n    Example: ('x+y\\n', '5\\n', 9)\n       Text: ''\nok\nTrying:\n    for piece in parser.get_examples(s):\n        print((piece.source, piece.want, piece.lineno))\nExpecting:\n    ('x, y = 2, 3  # no output expected\\n', '', 1)\n    ('if 1:\\n    print(x)\\n    print(y)\\n', '2\\n3\\n', 2)\n    ('x+y\\n', '5\\n', 9)\nok\nTrying:\n    test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5)\nExpecting nothing\nok\nTrying:\n    (test.name, test.filename, test.lineno)\nExpecting:\n    ('name', 'filename', 5)\nok\nTrying:\n    for piece in test.examples:\n        print((piece.source, piece.want, piece.lineno))\nExpecting:\n    ('x, y = 2, 3  # no output expected\\n', '', 1)\n    ('if 1:\\n    print(x)\\n    print(y)\\n', '2\\n3\\n', 2)\n    ('x+y\\n', '5\\n', 9)\nok\ndoctest (test_zipped_doctest) ... 7 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.basics\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x)\n        12\n        >>> x//2\n        6\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x)\n        14\n        >>> x//2\n        6\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=True).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    Trying:\n        x = 12\n    Expecting nothing\n    ok\n    Trying:\n        print(x)\n    Expecting:\n        14\n    **********************************************************************\n    File ..., line 4, in f\n    Failed example:\n        print(x)\n    Expected:\n        14\n    Got:\n        12\n    Trying:\n        x//2\n    Expecting:\n        6\n    ok\n    TestResults(failed=1, attempted=3)\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 9 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.exceptions\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x//0)\n        Traceback (most recent call last):\n        ZeroDivisionError: integer division or modulo by zero\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print('pre-exception output', x//0)\n        pre-exception output\n        Traceback (most recent call last):\n        ZeroDivisionError: integer division or modulo by zero\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 4, in f\n    Failed example:\n        print('pre-exception output', x//0)\n    Exception raised:\n        ...\n        ZeroDivisionError: integer division or modulo by zero\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('multi\\nline\\nmessage')\n        Traceback (most recent call last):\n        ValueError: multi\n        line\n        message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('message')\n        Traceback (most recent call last):\n        ValueError: wrong message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        raise ValueError('message')\n    Expected:\n        Traceback (most recent call last):\n        ValueError: wrong message\n    Got:\n        Traceback (most recent call last):\n        ...\n        ValueError: message\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        ValueError: wrong message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message')\n        Traceback (most recent call last):\n        HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 4, in f\n    Failed example:\n        raise HTTPException('message')\n    Expected:\n        Traceback (most recent call last):\n        HTTPException: message\n    Got:\n        Traceback (most recent call last):\n        ...\n        http.client.HTTPException: message\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message')\n        Traceback (most recent call last):\n        http.client.HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        foo.bar.HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        TypeError: wrong type\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n    Expected:\n        Traceback (most recent call last):\n        TypeError: wrong type\n    Got:\n        Traceback (most recent call last):\n        ...\n        ValueError: message\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        foo.bar.HTTPException\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        foo.bar.HTTPException:\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> 1//0\n        0\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        1//0\n    Exception raised:\n        Traceback (most recent call last):\n        ...\n        ZeroDivisionError: integer division or modulo by zero\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 42 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.option_directives\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # should fail: no ellipsis\n        [0, 1, ..., 9]\n\n        >>> print(list(range(10)))      # doctest: +ELLIPSIS\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # should fail: no ellipsis\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))\n        [0, 1, ..., 9]\n\n        >>> # should fail: no ellipsis\n        >>> print(list(range(10)))      # doctest: -ELLIPSIS\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False,\n                          optionflags=doctest.ELLIPSIS).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 6, in f\n    Failed example:\n        print(list(range(10)))      # doctest: -ELLIPSIS\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail: no ellipsis\n        [0, 1, ..., 9]\n\n        >>> print(list(range(10)))      # doctest: +ELLIPSIS\n        [0, 1, ..., 9]\n\n        >>> print(list(range(10)))      # Should fail: no ellipsis\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail: no ellipsis\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    **********************************************************************\n    File ..., line 8, in f\n    Failed example:\n        print(list(range(10)))      # Should fail: no ellipsis\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=2, attempted=3)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail\n        [0, 1,  ...,   9]\n        >>> print(list(range(10)))      # Should succeed\n        ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE\n        [0, 1,  ...,   9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail\n    Expected:\n        [0, 1,  ...,   9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail\n        [0, 1,  ...,   9]\n        >>> print(list(range(10)))      # Should succeed\n        ... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE\n        [0, 1,  ...,   9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail\n    Expected:\n        [0, 1,  ...,   9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail\n        [0, 1,  ...,   9]\n        >>> print(list(range(10)))      # Should succeed\n        ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE\n        [0, 1,  ...,   9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail\n    Expected:\n        [0, 1,  ...,   9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))\n        ... # doctest: +ELLIPSIS\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    def f(x): r'''\n        >>> for x in range(10): # doctest: +ELLIPSIS\n        ...     print(' ', x, end='', sep='')\n         0 1 2 ... 9\n\n        >>> for x in range(10):\n        ...     print(' ', x, end='', sep='') # doctest: +ELLIPSIS\n         0 1 2 ... 9\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        Should fail (option directive not on the last line):\n            >>> for x in range(10): # doctest: +ELLIPSIS\n            ...     print(x, end=' ') # doctest: +NORMALIZE_WHITESPACE\n            0  1    2...9\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    s = '>>> print(12)  #doctest: +BADOPTION'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION'\nok\nTrying:\n    s = '>>> print(12)  #doctest: ELLIPSIS'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS'\nok\nTrying:\n    s = '>>> # doctest: +ELLIPSIS'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS'\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 36 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.optionflags\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x):\n        '>>> True\\n1\\n'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.DONT_ACCEPT_TRUE_FOR_1\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        True\n    Expected:\n        1\n    Got:\n        True\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        '>>> print(\"a\\\\n\\\\nb\")\\na\\n<BLANKLINE>\\nb\\n'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.DONT_ACCEPT_BLANKLINE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(\"a\\n\\nb\")\n    Expected:\n        a\n        <BLANKLINE>\n        b\n    Got:\n        a\n    <BLANKLINE>\n        b\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        '\\n>>> print(1, 2, 3)\\n  1   2\\n 3'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print(1, 2, 3)\n    Expected:\n          1   2\n         3\n    Got:\n        1 2 3\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.NORMALIZE_WHITESPACE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE\nExpecting:\n    [0,   1,  2,  3,  4,  5,  6,  7,  8,  9,\n    10,  11, 12, 13, 14, 15, 16, 17, 18, 19]\nok\nTrying:\n    def f(x):\n        '>>> print(list(range(15)))\\n[0, 1, 2, ..., 14]\\n'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(15)))\n    Expected:\n        [0, 1, 2, ..., 14]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.ELLIPSIS\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    if 1:\n        for i in range(100):\n            print(i**2, end=' ') #doctest: +ELLIPSIS\n        print('!')\nExpecting:\n    0 1...4...9 16 ... 36 49 64 ... 9801 !\nok\nTrying:\n    if 1:  #doctest: +ELLIPSIS\n        for i in range(20):\n            print(i, end=' ')\n        print(20)\nExpecting:\n    0 1 2 ...1...2...0\nok\nTrying:\n    print(list(range(20))) # doctest:+ELLIPSIS\nExpecting:\n    [0, 1, ..., 18, 19]\nok\nTrying:\n    print(list(range(20))) # doctest: +ELLIPSIS\n                    # doctest: +NORMALIZE_WHITESPACE\nExpecting:\n    [0,    1, ...,   18,    19]\nok\nTrying:\n    import random\nExpecting nothing\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print('\\n'.join('abcdefg'))\n        a\n        B\n        c\n        d\n        f\n        g\n        h\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print('\\n'.join('abcdefg'))\n    Expected:\n        a\n        B\n        c\n        d\n        f\n        g\n        h\n    Got:\n        a\n        b\n        c\n        d\n        e\n        f\n        g\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_UDIFF\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print('\\n'.join('abcdefg'))\n    Differences (unified diff with -expected +actual):\n        @@ -1,7 +1,7 @@\n         a\n        -B\n        +b\n         c\n         d\n        +e\n         f\n         g\n        -h\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_CDIFF\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print('\\n'.join('abcdefg'))\n    Differences (context diff with expected followed by actual):\n        ***************\n        *** 1,7 ****\n          a\n        ! B\n          c\n          d\n          f\n          g\n        - h\n        --- 1,7 ----\n          a\n        ! b\n          c\n          d\n        + e\n          f\n          g\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print(\"a b  c d e f g h i   j k l m\")\n        a b c d e f g h i j k 1 m\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_NDIFF\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print(\"a b  c d e f g h i   j k l m\")\n    Differences (ndiff with -expected +actual):\n        - a b c d e f g h i j k 1 m\n        ?                       ^\n        + a b  c d e f g h i   j k l m\n        ?     +              ++    ^\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print(1) # first success\n        1\n        >>> print(2) # first failure\n        200\n        >>> print(3) # second failure\n        300\n        >>> print(4) # second success\n        4\n        >>> print(5) # third failure\n        500\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_ONLY_FIRST_FAILURE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=3, attempted=5)\nok\nTrying:\n    doctest.DocTestRunner(verbose=True, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    Trying:\n        print(1) # first success\n    Expecting:\n        1\n    ok\n    Trying:\n        print(2) # first failure\n    Expecting:\n        200\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=3, attempted=5)\nok\nTrying:\n    flags = doctest.FAIL_FAST\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    flags = doctest.FAIL_FAST | doctest.REPORT_ONLY_FIRST_FAILURE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print(1) # first success\n        1\n        >>> raise ValueError(2) # first failure\n        200\n        >>> print(3) # second failure\n        300\n        >>> print(4) # second success\n        4\n        >>> print(5) # third failure\n        500\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_ONLY_FIRST_FAILURE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        raise ValueError(2) # first failure\n    Exception raised:\n        ...\n        ValueError: 2\n    TestResults(failed=3, attempted=5)\nok\nTrying:\n    flags = doctest.FAIL_FAST\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        raise ValueError(2) # first failure\n    Exception raised:\n        ...\n        ValueError: 2\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    unlikely = \"UNLIKELY_OPTION_NAME\"\nExpecting nothing\nok\nTrying:\n    unlikely in doctest.OPTIONFLAGS_BY_NAME\nExpecting:\n    False\nok\nTrying:\n    new_flag_value = doctest.register_optionflag(unlikely)\nExpecting nothing\nok\nTrying:\n    unlikely in doctest.OPTIONFLAGS_BY_NAME\nExpecting:\n    True\nok\nTrying:\n    redundant_flag_value = doctest.register_optionflag(unlikely)\nExpecting nothing\nok\nTrying:\n    redundant_flag_value == new_flag_value\nExpecting:\n    True\nok\nTrying:\n    del doctest.OPTIONFLAGS_BY_NAME[unlikely]\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 72 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.verbose_flag\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x)\n        12\n        >>> x//2\n        6\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=True).run(test)\nExpecting:\n    Trying:\n        x = 12\n    Expecting nothing\n    ok\n    Trying:\n        print(x)\n    Expecting:\n        12\n    ok\n    Trying:\n        x//2\n    Expecting:\n        6\n    ok\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    old_argv = sys.argv\nExpecting nothing\nok\nTrying:\n    sys.argv = ['test']\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner().run(test)\nExpecting:\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    sys.argv = ['test', '-v']\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner().run(test)\nExpecting:\n    Trying:\n        x = 12\n    Expecting nothing\n    ok\n    Trying:\n        print(x)\n    Expecting:\n        12\n    ok\n    Trying:\n        x//2\n    Expecting:\n        6\n    ok\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    sys.argv = old_argv\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 9 tests with zero failures\nFinding tests in test_zipped_doctest.test_Example\nTrying:\n    example = doctest.Example('print(1)', '1\\n')\nExpecting nothing\nok\nTrying:\n    (example.source, example.want, example.exc_msg,\n     example.lineno, example.indent, example.options)\nExpecting:\n    ('print(1)\\n', '1\\n', None, 0, 0, {})\nok\nTrying:\n    exc_msg = 'IndexError: pop from an empty list'\nExpecting nothing\nok\nTrying:\n    example = doctest.Example('[].pop()', '', exc_msg,\n                              lineno=5, indent=4,\n                              options={doctest.ELLIPSIS: True})\nExpecting nothing\nok\nTrying:\n    (example.source, example.want, example.exc_msg,\n     example.lineno, example.indent, example.options)\nExpecting:\n    ('[].pop()\\n', '', 'IndexError: pop from an empty list\\n', 5, 4, {8: True})\nok\nTrying:\n    e = doctest.Example('print(1)', '1\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print(1)\\n', '1\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print(1);\\nprint(2)\\n', '1\\n2\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1);\\nprint(2)\\n', '1\\n2\\n')\nok\nTrying:\n    e = doctest.Example('print(1);\\nprint(2)', '1\\n2\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1);\\nprint(2)\\n', '1\\n2\\n')\nok\nTrying:\n    e = doctest.Example('', '')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('\\n', '')\nok\nTrying:\n    e = doctest.Example('print(1)', '1\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print(1)', '1')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print', '')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print\\n', '')\nok\nTrying:\n    exc_msg = 'IndexError: pop from an empty list'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('[].pop()', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'IndexError: pop from an empty list\\n'\nok\nTrying:\n    exc_msg = 'IndexError: pop from an empty list\\n'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('[].pop()', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'IndexError: pop from an empty list\\n'\nok\nTrying:\n    exc_msg = 'ValueError: 1\\n  2'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('raise ValueError(\"1\\n  2\")', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'ValueError: 1\\n  2\\n'\nok\nTrying:\n    exc_msg = 'ValueError: 1\\n  2\\n'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('raise ValueError(\"1\\n  2\")', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'ValueError: 1\\n  2\\n'\nok\nTrying:\n    exc_msg = ''\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('raise X()', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    '\\n'\nok\nTrying:\n    example = doctest.Example('print 1', '1\\n')\nExpecting nothing\nok\nTrying:\n    same_example = doctest.Example('print 1', '1\\n')\nExpecting nothing\nok\nTrying:\n    other_example = doctest.Example('print 42', '42\\n')\nExpecting nothing\nok\nTrying:\n    example == same_example\nExpecting:\n    True\nok\nTrying:\n    example != same_example\nExpecting:\n    False\nok\nTrying:\n    hash(example) == hash(same_example)\nExpecting:\n    True\nok\nTrying:\n    example == other_example\nExpecting:\n    False\nok\nTrying:\n    example != other_example\nExpecting:\n    True\nok\ndoctest (test_zipped_doctest) ... 44 tests with zero failures\nFinding tests in test_zipped_doctest.test_debug\nTrying:\n    s = '''\n        >>> x = 12\n        >>> print(x)\n        12\n        '''\nExpecting nothing\nok\nTrying:\n    real_stdin = sys.stdin\nExpecting nothing\nok\nTrying:\n    sys.stdin = FakeInput(['next', 'print(x)', 'continue'])\nExpecting nothing\nok\nTrying:\n    try: doctest.debug_src(s)\n    finally: sys.stdin = real_stdin\nExpecting:\n    > <string>(1)<module>()\n    (Pdb) next\n    12\n    --Return--\n    > <string>(1)<module>()->None\n    (Pdb) print(x)\n    12\n    (Pdb) continue\nok\ndoctest (test_zipped_doctest) ... 4 tests with zero failures\nFinding tests in test_zipped_doctest.test_testsource\nTrying:\n    import test_zipped_doctest as test_doctest\nExpecting nothing\nok\nTrying:\n    name = 'test_zipped_doctest.sample_func'\nExpecting nothing\nok\nTrying:\n    print(doctest.testsource(test_doctest, name))\nExpecting:\n    # Blah blah\n    #\n    print(sample_func(22))\n    # Expected:\n    ## 44\n    #\n    # Yee ha!\n    <BLANKLINE>\nok\nTrying:\n    name = 'test_zipped_doctest.SampleNewStyleClass'\nExpecting nothing\nok\nTrying:\n    print(doctest.testsource(test_doctest, name))\nExpecting:\n    print('1\\n2\\n3')\n    # Expected:\n    ## 1\n    ## 2\n    ## 3\n    <BLANKLINE>\nok\nTrying:\n    name = 'test_zipped_doctest.SampleClass.a_classmethod'\nExpecting nothing\nok\nTrying:\n    print(doctest.testsource(test_doctest, name))\nExpecting:\n    print(SampleClass.a_classmethod(10))\n    # Expected:\n    ## 12\n    print(SampleClass(0).a_classmethod(10))\n    # Expected:\n    ## 12\n    <BLANKLINE>\nok\ndoctest (test_zipped_doctest) ... 7 tests with zero failures\nFinding tests in test_zipped_doctest.test_trailing_space_in_test\nTrying:\n    x, y = 'foo', ''\nExpecting nothing\nok\nTrying:\n    print(x, y)\nExpecting:\n    foo \nok\ndoctest (test_zipped_doctest) ... 2 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestSuite\nTrying:\n    import unittest\nExpecting nothing\nok\nTrying:\n    import sample_zipped_doctest\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite(sample_zipped_doctest)\nExpecting nothing\nok\nTrying:\n    result = suite.run(unittest.TestResult())\nExpecting nothing\nok\nTrying:\n    result\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    for tst, _ in result.failures:\n        print(tst)\nExpecting:\n    bad (sample_zipped_doctest.__test__)\n    foo (sample_zipped_doctest)\n    test_silly_setup (sample_zipped_doctest)\n    y_is_one (sample_zipped_doctest)\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest')\nExpecting nothing\nok\nTrying:\n    result = suite.run(unittest.TestResult())\nExpecting nothing\nok\nTrying:\n    result\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_no_doctests')\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=0 errors=0 failures=0>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings')\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=0 errors=0 failures=0>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_skip')\nExpecting nothing\nok\nTrying:\n    result = suite.run(unittest.TestResult())\nExpecting nothing\nok\nTrying:\n    result\nExpecting:\n    <unittest.result.TestResult run=6 errors=0 failures=2>\nok\nTrying:\n    len(result.skipped)\nExpecting:\n    2\nok\nTrying:\n    for tst, _ in result.skipped:\n        print(tst)\nExpecting:\n    double_skip (sample_zipped_doctest_skip)\n    single_skip (sample_zipped_doctest_skip)\nok\nTrying:\n    for tst, _ in result.failures:\n        print(tst)\nExpecting:\n    no_skip_fail (sample_zipped_doctest_skip)\n    partial_skip_fail (sample_zipped_doctest_skip)\nok\nTrying:\n    suite = sample_zipped_doctest.test_suite()\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    finder = doctest.DocTestFinder()\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n                             test_finder=finder)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    finder = doctest.DocTestFinder()\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings',\n                             test_finder=finder)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=0 errors=0 failures=0>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest', globs={})\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=5>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n                                 extraglobs={'y': 1})\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=3>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n                         optionflags=doctest.DONT_ACCEPT_BLANKLINE)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=5>\nok\nTrying:\n    def setUp(t):\n        import test_zipped_doctest as test_doctest\n        test_doctest.sillySetup = True\nExpecting nothing\nok\nTrying:\n    def tearDown(t):\n        import test_zipped_doctest as test_doctest\n        del test_doctest.sillySetup\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n         setUp=setUp, tearDown=tearDown)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=3>\nok\nTrying:\n    import test_zipped_doctest as test_doctest\nExpecting nothing\nok\nTrying:\n    test_doctest.sillySetup\nExpecting:\n    Traceback (most recent call last):\n    ...\n    AttributeError: module 'test_zipped_doctest' has no attribute 'sillySetup'\nok\nTrying:\n    def setUp(test):\n        test.globs['y'] = 1\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest', setUp=setUp)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=3>\nok\ndoctest (test_zipped_doctest) ... 42 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestFinder\ndoctest (test_zipped_doctest) ... 0 tests with zero failures\nok\ntest_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_main_issue4197) ... Expected line File \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/script.py\", line 2, in __main__.Test\nGot stdout:\nb'**********************************************************************\\nFile \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/script.py\", line 2, in __main__.Test\\nFailed example:\\n    \\'line 2\\'\\nExpected nothing\\nGot:\\n    \\'line 2\\'\\n**********************************************************************\\n1 item had failures:\\n   1 of   1 in __main__.Test\\n***Test Failed*** 1 failure.\\n'\nExpected line File \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/test_zip.zip/__main__.py\", line 2, in __main__.Test\nGot stdout:\nb'**********************************************************************\\nFile \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/test_zip.zip/__main__.py\", line 2, in __main__.Test\\nFailed example:\\n    \\'line 2\\'\\nExpected nothing\\nGot:\\n    \\'line 2\\'\\n**********************************************************************\\n1 item had failures:\\n   1 of   1 in __main__.Test\\n***Test Failed*** 1 failure.\\n'\nok\nPASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests.test_inspect_getsource_issue4223)\nPASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests.test_pdb_issue4201)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.304s\n\nOK\n0:02:49 load avg: 1.75 [476/480] test_wait4 passed\nPASS: test_wait (test.fork_wait.ForkWait.test_wait)\nPASS: test_wait (test.test_wait4.Wait4Test.test_wait)\n\n----------------------------------------------------------------------\nRan 2 tests in 5.004s\n\nOK\n0:02:50 load avg: 1.75 [477/480] test_zoneinfo passed\nPASS: test_clear_cache (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_clear_cache)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_from_file)\nSKIP: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys_paths) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_zones) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_and_gaps) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_from_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_fromutc_errors) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_key_attribute) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_repr (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_repr) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_str (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_str) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_fixed_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_variable_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_unambiguous) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nPASS: test_extreme_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_extreme_tzstr)\nPASS: test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_invalid_tzstr)\nPASS: test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_from_utc)\nPASS: test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_localized)\nPASS: test_available_timezones (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones)\nPASS: test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones_weirdzone)\ntest_dir_contains_all (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_contains_all)\nPASS: dir(self.module) should at least contain everything in __all__.\ntest_dir_unique (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_unique)\nPASS: Test that there are no duplicates in dir(self.module)\nPASS: test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.CTestModule.test_exclude_posixrules)\nPASS: test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.CTestModule.test_folder_exclusions)\nPASS: test_getattr_error (test.test_zoneinfo.test_zoneinfo.CTestModule.test_getattr_error)\ntest_env_variable (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable)\nPASS: Tests that the environment variable works with reset_tzpath.\nPASS: test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths)\nPASS: test_env_variable_relative_paths_warning_location (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths_warning_location)\nPASS: test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_kwarg)\nPASS: test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_relative_paths)\nPASS: test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_attribute)\nPASS: test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_type_error)\nPASS: test_empty_zone (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_empty_zone)\nPASS: test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_fixed_offset_phantom_transition)\nPASS: test_no_tz_str (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_no_tz_str)\nPASS: test_one_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_transition)\nPASS: test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_zone_dst)\nPASS: test_tz_before_only (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_tz_before_only)\ntest_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_zone_very_large_timestamp)\nPASS: Test when a transition is in the far past or future.\ntest_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_cache_reset_tzpath)\nPASS: Test that the cache persists when tzpath has been changed.\nPASS: test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_explicit_none)\ntest_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_one_key)\nPASS: Tests that you can clear a single key from the cache.\nPASS: test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_two_keys)\nPASS: test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_ephemeral_zones)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_no_cache)\nPASS: test_strong_refs (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_strong_refs)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_zones)\ntest_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fold_mutate)\nPASS: Test that fold isn't mutated when no change is necessary.\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_repr)\ntest_signatures (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_signatures)\nPASS: Ensure that C module has valid method signatures.\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_utc)\nPASS: test_cache_hit (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_hit)\nPASS: test_cache_miss (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_miss)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_from_file)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_no_cache)\nPASS: test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_pickle_after_from_file)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_str)\nPASS: test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_subclass_own_cache)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_zones)\ntest_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fold_mutate)\nPASS: Test that fold isn't mutated when no change is necessary.\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_repr)\ntest_signatures (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_signatures)\nPASS: Ensure that C module has valid method signatures.\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_utc)\nPASS: test_clear_cache (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_clear_cache)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_from_file)\nPASS: test_cache_location (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_cache_location)\nPASS: test_gc_tracked (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_gc_tracked)\nSKIP: test_bad_keys (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys_paths) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_zones (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_zones) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_and_gaps) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_from_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_fromutc_errors) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_key_attribute (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_key_attribute) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_repr (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_repr) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_str (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_str) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_fixed_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_variable_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_unambiguous (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_unambiguous) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nPASS: test_extreme_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_extreme_tzstr)\nPASS: test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_invalid_tzstr)\nPASS: test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_from_utc)\nPASS: test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_localized)\nPASS: test_available_timezones (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones)\nPASS: test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones_weirdzone)\ntest_dir_contains_all (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_contains_all)\nPASS: dir(self.module) should at least contain everything in __all__.\ntest_dir_unique (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_unique)\nPASS: Test that there are no duplicates in dir(self.module)\nPASS: test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.TestModule.test_exclude_posixrules)\nPASS: test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.TestModule.test_folder_exclusions)\nPASS: test_getattr_error (test.test_zoneinfo.test_zoneinfo.TestModule.test_getattr_error)\ntest_env_variable (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable)\nPASS: Tests that the environment variable works with reset_tzpath.\nPASS: test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths)\nPASS: test_env_variable_relative_paths_warning_location (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths_warning_location)\nPASS: test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_kwarg)\nPASS: test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_relative_paths)\nPASS: test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_attribute)\nPASS: test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_type_error)\nPASS: test_empty_zone (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_empty_zone)\nPASS: test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_fixed_offset_phantom_transition)\nPASS: test_no_tz_str (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_no_tz_str)\nPASS: test_one_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_transition)\nPASS: test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_zone_dst)\nPASS: test_tz_before_only (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_tz_before_only)\ntest_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_zone_very_large_timestamp)\nPASS: Test when a transition is in the far past or future.\ntest_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_cache_reset_tzpath)\nPASS: Test that the cache persists when tzpath has been changed.\nPASS: test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_explicit_none)\ntest_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_one_key)\nPASS: Tests that you can clear a single key from the cache.\nPASS: test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_two_keys)\nPASS: test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_ephemeral_zones)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_no_cache)\nPASS: test_strong_refs (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_strong_refs)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_utc)\nPASS: test_cache_hit (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_hit)\nPASS: test_cache_miss (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_miss)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_from_file)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_no_cache)\nPASS: test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_pickle_after_from_file)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_str)\nPASS: test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_subclass_own_cache)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_utc)\nPASS: test_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_cache)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_no_cache)\nPASS: test_pickle_unpickle_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache)\ntest_pickle_unpickle_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_pickle_unpickle_no_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache)\ntest_pickle_unpickle_no_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_key (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_key)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_str)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_utc)\nPASS: test_cross_module_pickle (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_cross_module_pickle)\nPASS: test_same_from_utc (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_from_utc)\nPASS: test_same_offsets_and_names (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_offsets_and_names)\nPASS: test_same_str (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_str)\nPASS: test_same_to_utc (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_to_utc)\nPASS: test_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_cache)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_no_cache)\nPASS: test_pickle_unpickle_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache)\ntest_pickle_unpickle_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_pickle_unpickle_no_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache)\ntest_pickle_unpickle_no_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_key (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_key)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_str)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_utc)\n\n----------------------------------------------------------------------\nRan 239 tests in 0.145s\n\nOK (skipped=26)\n0:02:50 load avg: 1.75 [478/480] test_zlib passed\nSKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase.test_big_buffer) 'not enough memory: 4.0G minimum needed'\nPASS: test_adler32empty (test.test_zlib.ChecksumTestCase.test_adler32empty)\nPASS: test_adler32start (test.test_zlib.ChecksumTestCase.test_adler32start)\nPASS: test_crc32_adler32_unsigned (test.test_zlib.ChecksumTestCase.test_crc32_adler32_unsigned)\nPASS: test_crc32empty (test.test_zlib.ChecksumTestCase.test_crc32empty)\nPASS: test_crc32start (test.test_zlib.ChecksumTestCase.test_crc32start)\nPASS: test_penguins (test.test_zlib.ChecksumTestCase.test_penguins)\nPASS: test_same_as_binascii_crc32 (test.test_zlib.ChecksumTestCase.test_same_as_binascii_crc32)\nPASS: test_64bit_compress (test.test_zlib.CompressObjectTestCase.test_64bit_compress)\nPASS: test_badcompresscopy (test.test_zlib.CompressObjectTestCase.test_badcompresscopy)\nPASS: test_baddecompresscopy (test.test_zlib.CompressObjectTestCase.test_baddecompresscopy)\nPASS: test_big_compress_buffer (test.test_zlib.CompressObjectTestCase.test_big_compress_buffer)\nPASS: test_big_decompress_buffer (test.test_zlib.CompressObjectTestCase.test_big_decompress_buffer)\nPASS: test_clear_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_clear_unconsumed_tail)\nPASS: test_compresscopy (test.test_zlib.CompressObjectTestCase.test_compresscopy)\nPASS: test_compressincremental (test.test_zlib.CompressObjectTestCase.test_compressincremental)\nPASS: test_compressoptions (test.test_zlib.CompressObjectTestCase.test_compressoptions)\nPASS: test_compresspickle (test.test_zlib.CompressObjectTestCase.test_compresspickle)\nPASS: test_decompimax (test.test_zlib.CompressObjectTestCase.test_decompimax)\nPASS: test_decompinc (test.test_zlib.CompressObjectTestCase.test_decompinc)\nPASS: test_decompincflush (test.test_zlib.CompressObjectTestCase.test_decompincflush)\nPASS: test_decompress_eof (test.test_zlib.CompressObjectTestCase.test_decompress_eof)\nPASS: test_decompress_eof_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_eof_incomplete_stream)\nPASS: test_decompress_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_incomplete_stream)\nPASS: test_decompress_raw_with_dictionary (test.test_zlib.CompressObjectTestCase.test_decompress_raw_with_dictionary)\nPASS: test_decompress_unused_data (test.test_zlib.CompressObjectTestCase.test_decompress_unused_data)\nPASS: test_decompresscopy (test.test_zlib.CompressObjectTestCase.test_decompresscopy)\nPASS: test_decompressmaxlen (test.test_zlib.CompressObjectTestCase.test_decompressmaxlen)\nPASS: test_decompressmaxlenflush (test.test_zlib.CompressObjectTestCase.test_decompressmaxlenflush)\nPASS: test_decompresspickle (test.test_zlib.CompressObjectTestCase.test_decompresspickle)\nPASS: test_dictionary (test.test_zlib.CompressObjectTestCase.test_dictionary)\nPASS: test_dictionary_streaming (test.test_zlib.CompressObjectTestCase.test_dictionary_streaming)\nPASS: test_empty_flush (test.test_zlib.CompressObjectTestCase.test_empty_flush)\nPASS: test_flush_custom_length (test.test_zlib.CompressObjectTestCase.test_flush_custom_length)\nPASS: test_flush_large_length (test.test_zlib.CompressObjectTestCase.test_flush_large_length)\nPASS: test_flush_with_freed_input (test.test_zlib.CompressObjectTestCase.test_flush_with_freed_input)\nPASS: test_flushes (test.test_zlib.CompressObjectTestCase.test_flushes)\nPASS: test_keywords (test.test_zlib.CompressObjectTestCase.test_keywords)\nPASS: test_large_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_large_unconsumed_tail)\nPASS: test_large_unused_data (test.test_zlib.CompressObjectTestCase.test_large_unused_data)\nPASS: test_maxlen_custom (test.test_zlib.CompressObjectTestCase.test_maxlen_custom)\nPASS: test_maxlen_large (test.test_zlib.CompressObjectTestCase.test_maxlen_large)\nPASS: test_maxlenmisc (test.test_zlib.CompressObjectTestCase.test_maxlenmisc)\nPASS: test_odd_flush (test.test_zlib.CompressObjectTestCase.test_odd_flush)\nPASS: test_pair (test.test_zlib.CompressObjectTestCase.test_pair)\nPASS: test_wbits (test.test_zlib.CompressObjectTestCase.test_wbits)\nPASS: test_64bit_compress (test.test_zlib.CompressTestCase.test_64bit_compress)\nPASS: test_big_compress_buffer (test.test_zlib.CompressTestCase.test_big_compress_buffer)\nPASS: test_big_decompress_buffer (test.test_zlib.CompressTestCase.test_big_decompress_buffer)\nPASS: test_custom_bufsize (test.test_zlib.CompressTestCase.test_custom_bufsize)\nPASS: test_incomplete_stream (test.test_zlib.CompressTestCase.test_incomplete_stream)\nPASS: test_keywords (test.test_zlib.CompressTestCase.test_keywords)\nPASS: test_large_bufsize (test.test_zlib.CompressTestCase.test_large_bufsize)\nPASS: test_speech (test.test_zlib.CompressTestCase.test_speech)\nPASS: test_speech128 (test.test_zlib.CompressTestCase.test_speech128)\nPASS: test_badargs (test.test_zlib.ExceptionTestCase.test_badargs)\nPASS: test_badcompressobj (test.test_zlib.ExceptionTestCase.test_badcompressobj)\nPASS: test_baddecompressobj (test.test_zlib.ExceptionTestCase.test_baddecompressobj)\nPASS: test_badlevel (test.test_zlib.ExceptionTestCase.test_badlevel)\nPASS: test_decompressobj_badflush (test.test_zlib.ExceptionTestCase.test_decompressobj_badflush)\nPASS: test_disallow_instantiation (test.test_zlib.ExceptionTestCase.test_disallow_instantiation)\nPASS: test_overflow (test.test_zlib.ExceptionTestCase.test_overflow)\nPASS: test_library_version (test.test_zlib.VersionTestCase.test_library_version)\nPASS: testDecompress (test.test_zlib.ZlibDecompressorTest.testDecompress)\nPASS: testDecompress4G (test.test_zlib.ZlibDecompressorTest.testDecompress4G)\nPASS: testDecompressChunks10 (test.test_zlib.ZlibDecompressorTest.testDecompressChunks10)\nPASS: testDecompressUnusedData (test.test_zlib.ZlibDecompressorTest.testDecompressUnusedData)\nPASS: testDecompressorChunksMaxsize (test.test_zlib.ZlibDecompressorTest.testDecompressorChunksMaxsize)\nPASS: testEOFError (test.test_zlib.ZlibDecompressorTest.testEOFError)\nPASS: testPickle (test.test_zlib.ZlibDecompressorTest.testPickle)\nPASS: test_Constructor (test.test_zlib.ZlibDecompressorTest.test_Constructor)\nPASS: test_decompressor_inputbuf_1 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_1)\nPASS: test_decompressor_inputbuf_2 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_2)\nPASS: test_decompressor_inputbuf_3 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_3)\nPASS: test_failure (test.test_zlib.ZlibDecompressorTest.test_failure)\nSKIP: test_refleaks_in___init__ (test.test_zlib.ZlibDecompressorTest.test_refleaks_in___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\n\n----------------------------------------------------------------------\nRan 76 tests in 0.487s\n\nOK (skipped=2)\n0:02:51 load avg: 1.77 [479/480] test_zipfile passed\nSKIP: test.test_zipfile._path.test_complexity (unittest.loader.ModuleSkipped.test.test_zipfile._path.test_complexity) 'Unable to import big_o'\ntest_backslash_not_separator (test.test_zipfile._path.test_path.TestPath.test_backslash_not_separator)\nPASS: In a zip file, backslashes are not separators.\nPASS: test_dir_parent (test.test_zipfile._path.test_path.TestPath.test_dir_parent)\ntest_encoding_warnings (test.test_zipfile._path.test_path.TestPath.test_encoding_warnings)\nSKIP: EncodingWarning must blame the read_text and open calls. 'Requires warn_default_encoding'\nPASS: test_eq_hash (test.test_zipfile._path.test_path.TestPath.test_eq_hash)\ntest_extract_orig_with_implied_dirs (test.test_zipfile._path.test_path.TestPath.test_extract_orig_with_implied_dirs)\nPASS: A zip file wrapped in a Path should extract even with implied dirs.\nPASS: test_filename (test.test_zipfile._path.test_path.TestPath.test_filename)\ntest_getinfo_missing (test.test_zipfile._path.test_path.TestPath.test_getinfo_missing)\nPASS: Validate behavior of getinfo on original zipfile after wrapping.\nPASS: test_glob_chars (test.test_zipfile._path.test_path.TestPath.test_glob_chars)\nPASS: test_glob_dirs (test.test_zipfile._path.test_path.TestPath.test_glob_dirs)\nPASS: test_glob_does_not_overmatch_dot (test.test_zipfile._path.test_path.TestPath.test_glob_does_not_overmatch_dot)\nPASS: test_glob_empty (test.test_zipfile._path.test_path.TestPath.test_glob_empty)\nPASS: test_glob_recursive (test.test_zipfile._path.test_path.TestPath.test_glob_recursive)\nPASS: test_glob_single_char (test.test_zipfile._path.test_path.TestPath.test_glob_single_char)\nPASS: test_glob_subdir (test.test_zipfile._path.test_path.TestPath.test_glob_subdir)\nPASS: test_glob_subdirs (test.test_zipfile._path.test_path.TestPath.test_glob_subdirs)\nPASS: test_inheritance (test.test_zipfile._path.test_path.TestPath.test_inheritance)\nPASS: test_interface (test.test_zipfile._path.test_path.TestPath.test_interface)\nPASS: test_is_file_missing (test.test_zipfile._path.test_path.TestPath.test_is_file_missing)\nPASS: test_is_symlink (test.test_zipfile._path.test_path.TestPath.test_is_symlink)\nPASS: test_iterdir_and_types (test.test_zipfile._path.test_path.TestPath.test_iterdir_and_types)\nPASS: test_iterdir_on_file (test.test_zipfile._path.test_path.TestPath.test_iterdir_on_file)\nPASS: test_joinpath (test.test_zipfile._path.test_path.TestPath.test_joinpath)\ntest_joinpath_constant_time (test.test_zipfile._path.test_path.TestPath.test_joinpath_constant_time)\nPASS: Ensure joinpath on items in zipfile is linear time.\nPASS: test_joinpath_multiple (test.test_zipfile._path.test_path.TestPath.test_joinpath_multiple)\ntest_malformed_paths (test.test_zipfile._path.test_path.TestPath.test_malformed_paths)\nPASS: Path should handle malformed paths gracefully.\nPASS: test_match_and_glob (test.test_zipfile._path.test_path.TestPath.test_match_and_glob)\nPASS: test_missing_dir_parent (test.test_zipfile._path.test_path.TestPath.test_missing_dir_parent)\ntest_mutability (test.test_zipfile._path.test_path.TestPath.test_mutability)\nPASS: If the underlying zipfile is changed, the Path object should\nPASS: test_open (test.test_zipfile._path.test_path.TestPath.test_open)\nPASS: test_open_binary_invalid_args (test.test_zipfile._path.test_path.TestPath.test_open_binary_invalid_args)\nPASS: test_open_encoding_errors (test.test_zipfile._path.test_path.TestPath.test_open_encoding_errors)\nPASS: test_open_encoding_utf16 (test.test_zipfile._path.test_path.TestPath.test_open_encoding_utf16)\ntest_open_extant_directory (test.test_zipfile._path.test_path.TestPath.test_open_extant_directory)\nPASS: Attempting to open a directory raises IsADirectoryError.\ntest_open_missing_directory (test.test_zipfile._path.test_path.TestPath.test_open_missing_directory)\nPASS: Attempting to open a missing directory raises FileNotFoundError.\ntest_open_write (test.test_zipfile._path.test_path.TestPath.test_open_write)\nPASS: If the zipfile is open for write, it should be possible to\nPASS: test_parent (test.test_zipfile._path.test_path.TestPath.test_parent)\ntest_pathlike_construction (test.test_zipfile._path.test_path.TestPath.test_pathlike_construction)\nPASS: zipfile.Path should be constructable from a path-like object\nPASS: test_pickle (test.test_zipfile._path.test_path.TestPath.test_pickle)\nPASS: test_read (test.test_zipfile._path.test_path.TestPath.test_read)\nPASS: test_read_does_not_close (test.test_zipfile._path.test_path.TestPath.test_read_does_not_close)\nPASS: test_relative_to (test.test_zipfile._path.test_path.TestPath.test_relative_to)\ntest_root_name (test.test_zipfile._path.test_path.TestPath.test_root_name)\nPASS: The name of the root should be the name of the zipfile\nPASS: test_root_parent (test.test_zipfile._path.test_path.TestPath.test_root_parent)\ntest_root_unnamed (test.test_zipfile._path.test_path.TestPath.test_root_unnamed)\nPASS: It is an error to attempt to get the name\ntest_stem (test.test_zipfile._path.test_path.TestPath.test_stem)\nPASS: The final path component, without its suffix\nPASS: test_subclass (test.test_zipfile._path.test_path.TestPath.test_subclass)\nPASS: test_subdir_is_dir (test.test_zipfile._path.test_path.TestPath.test_subdir_is_dir)\ntest_suffix (test.test_zipfile._path.test_path.TestPath.test_suffix)\nPASS: The suffix of the root should be the suffix of the zipfile.\nPASS: test_suffix_no_filename (test.test_zipfile._path.test_path.TestPath.test_suffix_no_filename)\ntest_suffixes (test.test_zipfile._path.test_path.TestPath.test_suffixes)\nPASS: The suffix of the root should be the suffix of the zipfile.\nPASS: test_traverse_pathlike (test.test_zipfile._path.test_path.TestPath.test_traverse_pathlike)\nPASS: test_traverse_truediv (test.test_zipfile._path.test_path.TestPath.test_traverse_truediv)\ntest_unsupported_names (test.test_zipfile._path.test_path.TestPath.test_unsupported_names)\nPASS: Path segments with special characters are readable.\ntest_read_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_basic (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic)\nPASS: test_too_many_files (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append)\nPASS: test_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read)\nPASS: test_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic)\nPASS: test_iterlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines)\ntest_low_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_low_compression)\nPASS: Check for cases where compressed data is larger than original.\nPASS: test_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10)\nPASS: test_read_return_size (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile)\nPASS: test_writestr_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writing_errors (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.Bzip2WriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs)\nPASS: test_bad_use (test.test_zipfile.test_core.CommandLineTest.test_bad_use)\nPASS: test_create_command (test.test_zipfile.test_core.CommandLineTest.test_create_command)\nPASS: test_extract_command (test.test_zipfile.test_core.CommandLineTest.test_extract_command)\nPASS: test_list_command (test.test_zipfile.test_core.CommandLineTest.test_list_command)\nPASS: test_test_command (test.test_zipfile.test_core.CommandLineTest.test_test_command)\nPASS: test_bad_password (test.test_zipfile.test_core.DecryptionTests.test_bad_password)\nPASS: test_good_password (test.test_zipfile.test_core.DecryptionTests.test_good_password)\nPASS: test_no_password (test.test_zipfile.test_core.DecryptionTests.test_no_password)\nPASS: test_seek_tell (test.test_zipfile.test_core.DecryptionTests.test_seek_tell)\nPASS: test_unicode_password (test.test_zipfile.test_core.DecryptionTests.test_unicode_password)\ntest_read_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_basic (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic)\nPASS: test_too_many_files (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append)\nPASS: test_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read)\nPASS: test_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic)\nPASS: test_iterlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines)\ntest_low_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_low_compression)\nPASS: Check for cases where compressed data is larger than original.\nPASS: test_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compression)\nPASS: Check that files within a Zip archive can have different\ntest_per_file_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10)\nPASS: test_read_return_size (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile)\nPASS: test_writestr_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writing_errors (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.DeflateWriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs)\nPASS: test_cli_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding)\nPASS: test_cli_with_metadata_encoding_extract (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract)\nPASS: test_read_after_append (test.test_zipfile.test_core.EncodedMetadataTests.test_read_after_append)\nPASS: test_read_with_incorrect_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding)\nPASS: test_read_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_metadata_encoding)\nPASS: test_read_with_unsuitable_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding)\nPASS: test_read_without_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_without_metadata_encoding)\nPASS: test_write_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_write_with_metadata_encoding)\nPASS: test_extract (test.test_zipfile.test_core.ExtractTests.test_extract)\nPASS: test_extract_all (test.test_zipfile.test_core.ExtractTests.test_extract_all)\nPASS: test_extract_all_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target)\nPASS: test_extract_all_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_pathlike)\nPASS: test_extract_hackers_arcnames_common_cases (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_common_cases)\nPASS: test_extract_hackers_arcnames_posix_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_posix_only)\ntest_extract_hackers_arcnames_windows_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_windows_only)\nSKIP: Test combination of path fixing and windows name sanitization. 'Requires \\\\ as path separator.'\nPASS: test_extract_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_with_target)\nPASS: test_extract_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_with_target_pathlike)\nPASS: test_sanitize_windows_name (test.test_zipfile.test_core.ExtractTests.test_sanitize_windows_name)\ntest_read_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_basic (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic)\nPASS: test_too_many_files (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append)\nPASS: test_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read)\nPASS: test_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic)\nPASS: test_iterlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines)\ntest_low_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_low_compression)\nPASS: Check for cases where compressed data is larger than original.\nPASS: test_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10)\nPASS: test_read_return_size (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile)\nPASS: test_writestr_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writing_errors (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.LzmaWriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs)\ntest_bad_compression_mode (test.test_zipfile.test_core.OtherTests.test_bad_compression_mode)\nPASS: Check that bad compression methods passed to ZipFile.open are\ntest_bad_constructor_mode (test.test_zipfile.test_core.OtherTests.test_bad_constructor_mode)\nPASS: Check that bad modes passed to ZipFile constructor are caught.\ntest_bad_open_mode (test.test_zipfile.test_core.OtherTests.test_bad_open_mode)\nPASS: Check that bad modes passed to ZipFile.open are caught.\nPASS: test_change_comment_in_empty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_empty_archive)\nPASS: test_change_comment_in_nonempty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_nonempty_archive)\ntest_close (test.test_zipfile.test_core.OtherTests.test_close)\nPASS: Check that the zipfile is closed after the 'with' block.\nPASS: test_close_erroneous_file (test.test_zipfile.test_core.OtherTests.test_close_erroneous_file)\ntest_close_on_exception (test.test_zipfile.test_core.OtherTests.test_close_on_exception)\nPASS: Check that the zipfile is closed if an exception is raised in the\ntest_closed_zip_raises_ValueError (test.test_zipfile.test_core.OtherTests.test_closed_zip_raises_ValueError)\nPASS: Verify that testzip() doesn't swallow inappropriate exceptions.\ntest_comments (test.test_zipfile.test_core.OtherTests.test_comments)\nPASS: Check that comments on the archive are handled properly.\ntest_create_empty_zipinfo_default_attributes (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_default_attributes)\nPASS: Ensure all required attributes are set.\ntest_create_empty_zipinfo_repr (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_repr)\nPASS: Before bpo-26185, repr() on empty ZipInfo object was failing.\nPASS: test_create_non_existent_file_for_append (test.test_zipfile.test_core.OtherTests.test_create_non_existent_file_for_append)\nPASS: test_create_zipinfo_before_1980 (test.test_zipfile.test_core.OtherTests.test_create_zipinfo_before_1980)\ntest_damaged_zipfile (test.test_zipfile.test_core.OtherTests.test_damaged_zipfile)\nPASS: Check that zipfiles with missing bytes at the end raise BadZipFile.\nPASS: test_decompress_without_3rd_party_library (test.test_zipfile.test_core.OtherTests.test_decompress_without_3rd_party_library)\nPASS: test_empty_file_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_empty_file_raises_BadZipFile)\nPASS: test_empty_zipfile (test.test_zipfile.test_core.OtherTests.test_empty_zipfile)\ntest_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)\nPASS: Test exclusive creating a new zipfile.\nPASS: test_full_overlap_different_names (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names)\nPASS: test_full_overlap_different_names2 (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names2)\nPASS: test_full_overlap_same_name (test.test_zipfile.test_core.OtherTests.test_full_overlap_same_name)\ntest_is_zip_erroneous_file (test.test_zipfile.test_core.OtherTests.test_is_zip_erroneous_file)\nPASS: Check that is_zipfile() correctly identifies non-zip files.\ntest_is_zip_valid_file (test.test_zipfile.test_core.OtherTests.test_is_zip_valid_file)\nPASS: Check that is_zipfile() correctly identifies zip files.\nPASS: test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_negative_central_directory_offset_raises_BadZipFile)\nPASS: test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError)\ntest_null_byte_in_filename (test.test_zipfile.test_core.OtherTests.test_null_byte_in_filename)\nPASS: Check that a filename containing a null byte is properly\nPASS: test_open_conflicting_handles (test.test_zipfile.test_core.OtherTests.test_open_conflicting_handles)\nPASS: test_open_empty_file (test.test_zipfile.test_core.OtherTests.test_open_empty_file)\ntest_open_non_existent_item (test.test_zipfile.test_core.OtherTests.test_open_non_existent_item)\nPASS: Check that attempting to call open() for an item that doesn't\nPASS: test_open_via_zip_info (test.test_zipfile.test_core.OtherTests.test_open_via_zip_info)\nPASS: test_overlap_with_archive_comment (test.test_zipfile.test_core.OtherTests.test_overlap_with_archive_comment)\nPASS: test_overlap_with_central_dir (test.test_zipfile.test_core.OtherTests.test_overlap_with_central_dir)\nPASS: test_quoted_overlap (test.test_zipfile.test_core.OtherTests.test_quoted_overlap)\ntest_read0 (test.test_zipfile.test_core.OtherTests.test_read0)\nPASS: Check that calling read(0) on a ZipExtFile object returns an empty\nPASS: test_read_after_seek (test.test_zipfile.test_core.OtherTests.test_read_after_seek)\nPASS: test_read_after_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_after_write_unicode_filenames)\nPASS: test_read_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_unicode_filenames)\nPASS: test_read_zipfile_containing_unicode_path_extra_field (test.test_zipfile.test_core.OtherTests.test_read_zipfile_containing_unicode_path_extra_field)\nPASS: test_read_zipfile_error (test.test_zipfile.test_core.OtherTests.test_read_zipfile_error)\nPASS: test_read_zipfile_warning (test.test_zipfile.test_core.OtherTests.test_read_zipfile_warning)\nPASS: test_seek_tell (test.test_zipfile.test_core.OtherTests.test_seek_tell)\ntest_struct_sizes (test.test_zipfile.test_core.OtherTests.test_struct_sizes)\nPASS: Check that ZIP internal structure sizes are calculated correctly.\nPASS: test_uncompressed_interleaved_seek_read (test.test_zipfile.test_core.OtherTests.test_uncompressed_interleaved_seek_read)\nPASS: test_unicode_comment (test.test_zipfile.test_core.OtherTests.test_unicode_comment)\nPASS: test_unsupported_compression (test.test_zipfile.test_core.OtherTests.test_unsupported_compression)\nPASS: test_unsupported_version (test.test_zipfile.test_core.OtherTests.test_unsupported_version)\nPASS: test_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_write_unicode_filenames)\nPASS: test_writestr_extended_local_header_issue1202 (test.test_zipfile.test_core.OtherTests.test_writestr_extended_local_header_issue1202)\ntest_zipfile_with_short_extra_field (test.test_zipfile.test_core.OtherTests.test_zipfile_with_short_extra_field)\nPASS: If an extra field in the header is less than 4 bytes, skip it.\nPASS: test_concurrent_extract_dir (test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_dir)\nPASS: test_concurrent_extract_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_implicit_dir)\nPASS: test_overwrite_broken_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)\nPASS: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_broken_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_file_symlink_as_file)\nPASS: test_overwrite_dir_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_dir)\nPASS: test_overwrite_dir_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_file)\nPASS: test_overwrite_dir_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_implicit_dir)\nPASS: test_overwrite_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_dir)\nPASS: test_overwrite_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_file_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_dir)\nPASS: test_overwrite_file_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_file)\nPASS: test_overwrite_file_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_implicit_dir)\nPASS: test_overwrite_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_symlink_as_file)\nPASS: test_write_filtered_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package)\nPASS: test_write_non_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile)\nPASS: test_write_pathlike (test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike)\nPASS: test_write_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile)\nPASS: test_write_pyfile_bad_syntax (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax)\nPASS: test_write_python_directory (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory)\nPASS: test_write_python_directory_filtered (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered)\nPASS: test_write_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_python_package)\nPASS: test_write_with_optimization (test.test_zipfile.test_core.PyZipFileTests.test_write_with_optimization)\ntest_read_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_absolute_arcnames (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames)\nPASS: test_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append)\ntest_bad_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_extra)\nPASS: Missing zip64 extra records raises an exception.\nPASS: test_basic (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic)\ntest_force_zip64 (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_force_zip64)\nPASS: Test that forcing zip64 extensions correctly notes this in the zip file\nPASS: test_generated_valid_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra)\nPASS: test_large_file_exception (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception)\nPASS: test_too_many_files (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append)\ntest_unseekable_zip_known_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize)\nPASS: Test that creating a zip without seeking will use zip64 extensions if the file size is provided up-front\ntest_unseekable_zip_unknown_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_unknown_filesize)\nPASS: Test that creating a zip with/without seeking will raise a RuntimeError if zip64 was required but not used\ntest_zip64_required_not_allowed_fail (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_required_not_allowed_fail)\nPASS: Test that trying to add a large file to a zip that doesn't allow zip64 extensions fails on add\nPASS: test_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read)\nPASS: test_absolute_arcnames (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames)\nPASS: test_add_file_after_2107 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107)\nPASS: test_add_file_before_1980 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980)\nPASS: test_append_to_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file)\ntest_append_to_non_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_non_zip_file)\nPASS: Test appending to an existing file that is not a zipfile.\ntest_append_to_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_zip_file)\nPASS: Test appending to an existing zipfile.\nPASS: test_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic)\nPASS: test_ignores_newline_at_end (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end)\nPASS: test_ignores_stuff_appended_past_comments (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments)\nPASS: test_io_on_closed_zipextfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile)\nPASS: test_iterlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines)\nPASS: test_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10)\nPASS: test_read_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file)\nPASS: test_read_return_size (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile)\ntest_write_default_name (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_default_name)\nPASS: Check that calling ZipFile.write without arcname specified\ntest_write_to_readonly (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_to_readonly)\nPASS: Check that trying to call write() on a readonly ZipFile object\nPASS: test_writestr_compression (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writestr_permissions (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions)\nPASS: test_writing_errors (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.StoredWriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.StoredWriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.StoredWriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs)\nPASS: test_stored_seek_and_read (test.test_zipfile.test_core.StoredZipExtFileRandomReadTest.test_stored_seek_and_read)\nPASS: test_multiples (test.test_zipfile.test_core.StripExtraTests.test_multiples)\nPASS: test_no_data (test.test_zipfile.test_core.StripExtraTests.test_no_data)\nPASS: test_too_short (test.test_zipfile.test_core.StripExtraTests.test_too_short)\nPASS: test_with_data (test.test_zipfile.test_core.StripExtraTests.test_with_data)\nPASS: test_execute_zip2 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip2)\nPASS: test_execute_zip64 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip64)\nPASS: test_read_zip64_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended)\nPASS: test_read_zip_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip_with_exe_prepended)\nPASS: test_bug_6050 (test.test_zipfile.test_core.TestWithDirectory.test_bug_6050)\nPASS: test_create_directory_with_write (test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write)\nPASS: test_extract_dir (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir)\nPASS: test_extract_dir_backslash (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_backslash)\nPASS: test_mkdir (test.test_zipfile.test_core.TestWithDirectory.test_mkdir)\ntest_root_folder_in_zipfile (test.test_zipfile.test_core.TestWithDirectory.test_root_folder_in_zipfile)\nPASS: gh-112795: Some tools or self constructed codes will add '/' folder to\nPASS: test_write_dir (test.test_zipfile.test_core.TestWithDirectory.test_write_dir)\nPASS: test_writestr_dir (test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir)\nPASS: test_different_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file)\nPASS: test_interleaved (test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved)\nPASS: test_many_opens (test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens)\nPASS: test_read_after_close (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close)\nPASS: test_read_after_write (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write)\nPASS: test_same_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file)\nPASS: test_write_after_read (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read)\nPASS: test_write_while_reading (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading)\nPASS: test_open_write (test.test_zipfile.test_core.UnseekableTests.test_open_write)\nPASS: test_write (test.test_zipfile.test_core.UnseekableTests.test_write)\nPASS: test_writestr (test.test_zipfile.test_core.UnseekableTests.test_writestr)\nPASS: test_compresslevel_property (test.test_zipfile.test_core.ZipInfoTests.test_compresslevel_property)\nPASS: test_from_dir (test.test_zipfile.test_core.ZipInfoTests.test_from_dir)\nPASS: test_from_file (test.test_zipfile.test_core.ZipInfoTests.test_from_file)\nPASS: test_from_file_bytes (test.test_zipfile.test_core.ZipInfoTests.test_from_file_bytes)\nPASS: test_from_file_fileno (test.test_zipfile.test_core.ZipInfoTests.test_from_file_fileno)\nPASS: test_from_file_pathlike (test.test_zipfile.test_core.ZipInfoTests.test_from_file_pathlike)\n\n----------------------------------------------------------------------\nRan 339 tests in 3.680s\n\nOK (skipped=3)\n0:02:53 load avg: 1.77 [480/480] test_zipimport passed\nPASS: testBadArgs (test.test_zipimport.BadFileZipImportTestCase.testBadArgs)\nPASS: testEmptyFile (test.test_zipimport.BadFileZipImportTestCase.testEmptyFile)\nPASS: testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase.testEmptyFilename)\nPASS: testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase.testFileUnreadable)\nPASS: testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase.testFilenameTooLong)\nPASS: testNoFile (test.test_zipimport.BadFileZipImportTestCase.testNoFile)\nPASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase.testNotZipFile)\nPASS: test2038MTime (test.test_zipimport.CompressedZipImportTestCase.test2038MTime)\nPASS: testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase.testAFakeZlib)\nPASS: testBadMTime (test.test_zipimport.CompressedZipImportTestCase.testBadMTime)\nPASS: testBadMagic (test.test_zipimport.CompressedZipImportTestCase.testBadMagic)\nPASS: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase.testBadMagic2)\nPASS: testBeginningCruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testBeginningCruftAndComment)\nPASS: testBoth (test.test_zipimport.CompressedZipImportTestCase.testBoth)\nPASS: testBytesPath (test.test_zipimport.CompressedZipImportTestCase.testBytesPath)\nPASS: testComment (test.test_zipimport.CompressedZipImportTestCase.testComment)\nPASS: testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase.testDefaultOptimizationLevel)\nPASS: testDoctestFile (test.test_zipimport.CompressedZipImportTestCase.testDoctestFile)\nPASS: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase.testDoctestSuite)\nPASS: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase.testEmptyPy)\nPASS: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase.testGetCompiledSource)\nPASS: testGetData (test.test_zipimport.CompressedZipImportTestCase.testGetData)\nPASS: testGetSource (test.test_zipimport.CompressedZipImportTestCase.testGetSource)\nPASS: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase.testImport_WithStuff)\nPASS: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase.testImporterAttr)\nPASS: testInvalidateCaches (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCaches)\nPASS: testInvalidateCachesWithMultipleZipimports (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports)\nPASS: testLargestPossibleComment (test.test_zipimport.CompressedZipImportTestCase.testLargestPossibleComment)\nPASS: testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testMixedNamespacePackage)\nPASS: testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackage)\nPASS: testPackage (test.test_zipimport.CompressedZipImportTestCase.testPackage)\nPASS: testPy (test.test_zipimport.CompressedZipImportTestCase.testPy)\nPASS: testPyc (test.test_zipimport.CompressedZipImportTestCase.testPyc)\nPASS: testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testSubNamespacePackage)\nPASS: testSubPackage (test.test_zipimport.CompressedZipImportTestCase.testSubPackage)\nPASS: testTraceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback)\nPASS: testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase.testUncheckedHashBasedPyc)\nPASS: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable)\nPASS: testZip64 (test.test_zipimport.CompressedZipImportTestCase.testZip64)\nPASS: testZip64CruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment)\nSKIP: testZip64LargeFile (test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile) 'test generates files >4294967295 bytes and takes a long time to run'\nPASS: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods)\nPASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory)\nPASS: test_checked_hash_based_change_pyc (test.test_zipimport.CompressedZipImportTestCase.test_checked_hash_based_change_pyc)\nPASS: test2038MTime (test.test_zipimport.UncompressedZipImportTestCase.test2038MTime)\nPASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase.testAFakeZlib)\nPASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase.testBadMTime)\nPASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic)\nPASS: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic2)\nPASS: testBeginningCruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testBeginningCruftAndComment)\nPASS: testBoth (test.test_zipimport.UncompressedZipImportTestCase.testBoth)\nPASS: testBytesPath (test.test_zipimport.UncompressedZipImportTestCase.testBytesPath)\nPASS: testComment (test.test_zipimport.UncompressedZipImportTestCase.testComment)\nPASS: testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase.testDefaultOptimizationLevel)\nPASS: testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase.testDoctestFile)\nPASS: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase.testDoctestSuite)\nPASS: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase.testEmptyPy)\nPASS: testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase.testGetCompiledSource)\nPASS: testGetData (test.test_zipimport.UncompressedZipImportTestCase.testGetData)\nPASS: testGetSource (test.test_zipimport.UncompressedZipImportTestCase.testGetSource)\nPASS: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase.testImport_WithStuff)\nPASS: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase.testImporterAttr)\nPASS: testInvalidateCaches (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCaches)\nPASS: testInvalidateCachesWithMultipleZipimports (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports)\nPASS: testLargestPossibleComment (test.test_zipimport.UncompressedZipImportTestCase.testLargestPossibleComment)\nPASS: testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testMixedNamespacePackage)\nPASS: testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackage)\nPASS: testPackage (test.test_zipimport.UncompressedZipImportTestCase.testPackage)\nPASS: testPy (test.test_zipimport.UncompressedZipImportTestCase.testPy)\nPASS: testPyc (test.test_zipimport.UncompressedZipImportTestCase.testPyc)\nPASS: testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testSubNamespacePackage)\nPASS: testSubPackage (test.test_zipimport.UncompressedZipImportTestCase.testSubPackage)\nPASS: testTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback)\nPASS: testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase.testUncheckedHashBasedPyc)\nPASS: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable)\nPASS: testZip64 (test.test_zipimport.UncompressedZipImportTestCase.testZip64)\nPASS: testZip64CruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment)\nSKIP: testZip64LargeFile (test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile) 'test generates files >4294967295 bytes and takes a long time to run'\nPASS: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods)\nPASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory)\nPASS: test_checked_hash_based_change_pyc (test.test_zipimport.UncompressedZipImportTestCase.test_checked_hash_based_change_pyc)\n\n----------------------------------------------------------------------\nRan 81 tests in 5.584s\n\nOK (skipped=2)\n\n== Tests result: SUCCESS ==\n\n28 tests skipped:\n    test.test_asyncio.test_windows_events\n    test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace\n    test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full\n    test.test_gdb.test_misc test.test_gdb.test_pretty_print\n    test_android test_apple test_asdl_parser test_clinic test_devpoll\n    test_free_threading test_generated_cases test_idle test_kqueue\n    test_launcher test_msvcrt test_startfile test_tcl test_tkinter\n    test_ttk test_ttk_textonly test_turtle test_winapi\n    test_winconsoleio test_winreg test_wmi\n\n9 tests skipped (resource denied):\n    test_curses test_peg_generator test_pyrepl test_smtpnet\n    test_socketserver test_urllib2net test_urllibnet test_winsound\n    test_zipfile64\n\n443 tests OK.\n\nTotal duration: 2 min 53 sec\nTotal tests: run=44,038 skipped=2,303\nTotal test files: run=471/480 skipped=28 resource_denied=9\nResult: SUCCESS\nDURATION: 174\nEND: /usr/lib/python3/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "python3": {
     "duration": "174",
     "log": "START: ptest-runner\n2025-06-16T11:35\n== CPython 3.13.4 (main, Jun 3 2025, 15:34:24) [GCC 15.1.0]\n== Linux-6.12.31-yocto-standard-x86_64-with-glibc2.41 little-endian\n== Python build: release shared\n== cwd: /var/volatile/tmp/test_python_worker_405\u00e6\n== CPU count: 4\n== encodings: locale=ANSI_X3.4-1968 FS=utf-8\n== resources: all test resources are disabled, use -u option to unskip tests\n\nUsing random seed: 1742560536\n0:00:00 load avg: 0.00 Run 480 tests in parallel using 4 worker processes\n0:00:00 load avg: 0.00 [  1/480] test.test_asyncio.test_buffered_proto passed\nSKIP: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests.test_buffered_proto_create_connection) 'Windows only'\nPASS: test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests.test_buffered_proto_create_connection)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.003s\n\nOK (skipped=1)\n0:00:00 load avg: 0.00 [  2/480] test.test_asyncio.test_context passed\nPASS: test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest.test_asyncio_task_decimal_context)\n\n----------------------------------------------------------------------\nRan 1 test in 0.202s\n\nOK\n0:00:01 load avg: 0.16 [  3/480] test.test_asyncio.test_futures passed\nPASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)\nPASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)\nPASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)\nPASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback)\nPASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback)\nPASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_evil_call_soon_list_mutation)\nPASS: test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback)\nPASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)\nPASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)\nPASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)\nPASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)\nPASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)\nPASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init)\nPASS: test_callbacks_copy (test.test_asyncio.test_futures.CFutureTests.test_callbacks_copy)\nPASS: test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel)\nPASS: test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop)\nPASS: test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state)\nPASS: test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception)\nPASS: test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class)\nPASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter)\nPASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter)\nPASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_exception_refcycles)\nPASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CFutureTests.test_future_cancelled_result_refcycles)\nPASS: test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect)\nPASS: test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault)\nPASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved)\nPASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug)\nPASS: test_future_iter_get_referents_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_iter_get_referents_segfault)\nPASS: test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw)\nPASS: test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr)\nPASS: test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback)\nPASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args)\nPASS: test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias)\nPASS: test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state)\nPASS: test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture)\nPASS: test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter)\nPASS: test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback)\nPASS: test_result (test.test_asyncio.test_futures.CFutureTests.test_result)\nPASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled)\nPASS: test_stop_iteration_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_exception)\nPASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CFutureTests.test_stop_iteration_subclass_exception)\nPASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned)\nPASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved)\nPASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved)\nPASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel)\nPASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved)\nPASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved)\nPASS: test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized)\nPASS: test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future)\nPASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel)\nPASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2)\nPASS: test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future)\nPASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop)\nPASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop)\nPASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop)\nPASS: test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice)\nPASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)\nPASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)\nPASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)\nPASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback)\nPASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback)\nPASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_evil_call_soon_list_mutation)\nPASS: test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback)\nPASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)\nPASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)\nPASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)\nPASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)\nPASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)\nPASS: test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel)\nPASS: test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop)\nPASS: test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state)\nPASS: test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception)\nPASS: test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class)\nPASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter)\nPASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter)\nPASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_exception_refcycles)\nPASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancelled_result_refcycles)\nPASS: test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect)\nPASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved)\nPASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug)\nPASS: test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw)\nPASS: test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr)\nPASS: test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback)\nPASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args)\nPASS: test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias)\nPASS: test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state)\nPASS: test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture)\nPASS: test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter)\nPASS: test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback)\nPASS: test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result)\nPASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled)\nPASS: test_stop_iteration_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_exception)\nPASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.CSubFutureTests.test_stop_iteration_subclass_exception)\nPASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned)\nPASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved)\nPASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved)\nPASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel)\nPASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved)\nPASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved)\nPASS: test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized)\nPASS: test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future)\nPASS: test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel)\nPASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2)\nPASS: test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future)\nPASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop)\nPASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop)\nPASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop)\nPASS: test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice)\nPASS: test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future)\nPASS: test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future)\nPASS: test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception)\nPASS: test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result)\nPASS: test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback)\nPASS: test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback)\nPASS: test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback)\nPASS: test_evil_call_soon_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_evil_call_soon_list_mutation)\nPASS: test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback)\nPASS: test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear)\nPASS: test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation)\nPASS: test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1)\nPASS: test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__eq__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__eq__)\nPASS: test_use_after_free_on_fut_callback_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_callback_0_with_evil__getattribute__)\nPASS: test_use_after_free_on_fut_context_0_with_evil__getattribute__ (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_use_after_free_on_fut_context_0_with_evil__getattribute__)\nPASS: test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init)\nPASS: test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel)\nPASS: test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop)\nPASS: test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state)\nPASS: test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception)\nPASS: test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class)\nPASS: test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter)\nPASS: test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter)\nPASS: test_future_cancelled_exception_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_exception_refcycles)\nPASS: test_future_cancelled_result_refcycles (test.test_asyncio.test_futures.PyFutureTests.test_future_cancelled_result_refcycles)\nPASS: test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect)\nPASS: test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved)\nPASS: test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug)\nPASS: test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw)\nPASS: test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr)\nPASS: test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback)\nPASS: test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args)\nPASS: test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias)\nPASS: test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state)\nPASS: test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture)\nPASS: test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter)\nPASS: test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback)\nPASS: test_result (test.test_asyncio.test_futures.PyFutureTests.test_result)\nPASS: test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled)\nPASS: test_stop_iteration_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_exception)\nPASS: test_stop_iteration_subclass_exception (test.test_asyncio.test_futures.PyFutureTests.test_stop_iteration_subclass_exception)\nPASS: test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned)\nPASS: test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved)\nPASS: test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved)\nPASS: test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel)\nPASS: test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved)\nPASS: test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved)\nPASS: test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized)\nPASS: test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future)\nPASS: test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel)\nPASS: test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2)\nPASS: test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future)\nPASS: test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop)\nPASS: test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop)\nPASS: test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop)\nPASS: test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice)\n\n----------------------------------------------------------------------\nRan 181 tests in 0.829s\n\nOK\n0:00:02 load avg: 0.16 [  4/480] test.test_asyncio.test_base_events passed\nPASS: test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle)\nPASS: test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle)\nPASS: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once)\nPASS: test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup)\nPASS: test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle)\nPASS: test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc)\nPASS: test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread)\nPASS: test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later)\nPASS: test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays)\nPASS: test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon)\nPASS: test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable)\nPASS: test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread)\nPASS: test_close (test.test_asyncio.test_base_events.BaseEventLoopTests.test_close)\nPASS: test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory)\nPASS: test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory)\nPASS: test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task)\nPASS: test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro)\nPASS: test_custom_run_forever_integration (test.test_asyncio.test_base_events.BaseEventLoopTests.test_custom_run_forever_integration)\nPASS: test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken)\nPASS: test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback)\nPASS: test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro)\nPASS: test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug)\nPASS: test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented)\nPASS: test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt)\nPASS: test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped)\nPASS: test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once)\nPASS: test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception)\nPASS: test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop)\nPASS: test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop_orphan_future_close_loop)\nPASS: test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error)\nPASS: test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug)\nPASS: test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor)\nPASS: test_set_default_executor_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error)\nPASS: test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken)\nPASS: test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom)\nPASS: test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid)\nPASS: test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory)\nPASS: test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid)\nPASS: test_shutdown_default_executor_timeout (test.test_asyncio.test_base_events.BaseEventLoopTests.test_shutdown_default_executor_timeout)\nPASS: test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at)\nPASS: test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception)\nPASS: test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry)\nPASS: test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine)\nPASS: test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth)\nPASS: test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err)\nPASS: test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock)\nPASS: test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr)\nPASS: test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope)\nPASS: test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple)\nPASS: test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors)\nPASS: test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr)\nPASS: test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo)\nPASS: test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock)\nPASS: test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton)\nPASS: test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr)\nPASS: test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors)\nPASS: test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name)\nPASS: test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default)\nPASS: test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors)\nPASS: test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket)\nPASS: test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout)\nPASS: test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock)\nPASS: test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error)\nPASS: test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast)\nPASS: test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind)\nPASS: test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err)\nPASS: test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix)\nPASS: test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr)\nPASS: test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo)\nPASS: test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family)\nPASS: test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily)\nPASS: test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport)\nPASS: test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock)\nPASS: test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts)\nPASS: test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix)\nPASS: test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err)\nPASS: test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts)\nPASS: test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock)\nPASS: test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind)\nPASS: test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host)\nPASS: test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock)\nPASS: test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6)\nPASS: test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo)\nPASS: test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock)\nPASS: test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport)\nPASS: test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined)\nPASS: test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket)\nPASS: test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype)\nPASS: test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock)\nPASS: test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo)\nPASS: test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks)\nPASS: test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info)\nPASS: test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton)\nPASS: test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types)\nPASS: test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure)\nPASS: test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket)\nPASS: test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count)\nPASS: test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset)\nPASS: test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file)\nPASS: test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket)\nPASS: test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count)\nPASS: test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset)\nPASS: test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback)\nPASS: test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count)\nPASS: test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback)\nPASS: test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop)\nPASS: test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay)\n\n----------------------------------------------------------------------\nRan 111 tests in 1.193s\n\nOK\n0:00:02 load avg: 0.16 [  5/480] test.test_asyncio.test_futures2 passed\nPASS: test_future_traceback (test.test_asyncio.test_futures2.CFutureTests.test_future_traceback)\nPASS: test_handle_exc_handler_correct_context (test.test_asyncio.test_futures2.CFutureTests.test_handle_exc_handler_correct_context)\nPASS: test_task_exc_handler_correct_context (test.test_asyncio.test_futures2.CFutureTests.test_task_exc_handler_correct_context)\nPASS: test_recursive_repr_for_pending_tasks (test.test_asyncio.test_futures2.FutureReprTests.test_recursive_repr_for_pending_tasks)\nPASS: test_future_traceback (test.test_asyncio.test_futures2.PyFutureTests.test_future_traceback)\nPASS: test_handle_exc_handler_correct_context (test.test_asyncio.test_futures2.PyFutureTests.test_handle_exc_handler_correct_context)\nPASS: test_task_exc_handler_correct_context (test.test_asyncio.test_futures2.PyFutureTests.test_task_exc_handler_correct_context)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.013s\n\nOK\n0:00:02 load avg: 0.16 [  6/480] test.test_asyncio.test_pep492 passed\nPASS: test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests.test_async_def_coroutines)\nPASS: test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests.test_debug_mode_manages_coroutine_origin_tracking)\nPASS: test_double_await (test.test_asyncio.test_pep492.CoroutineTests.test_double_await)\nPASS: test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine)\nPASS: test_iscoroutine_generator (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine_generator)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutinefunction)\nPASS: test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack)\nPASS: test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine)\nPASS: test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with)\nPASS: test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await)\nPASS: test_readline (test.test_asyncio.test_pep492.StreamReaderTests.test_readline)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.153s\n\nOK\n0:00:02 load avg: 0.16 [  7/480] test.test_asyncio.test_proactor_events passed\nPASS: test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close)\nPASS: test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe)\nPASS: test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server)\nPASS: test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_cancel)\nPASS: test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_ctor)\nPASS: test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading)\nPASS: test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_aborted)\nPASS: test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_data)\nPASS: test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_no_data)\nPASS: test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing)\nPASS: test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_aborted)\nPASS: test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading)\nPASS: test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_exception)\nPASS: test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_fut)\nPASS: test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_datagram_transport)\nPASS: test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_socket_transport)\nPASS: test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_process_events)\nPASS: test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_stop_serving)\nPASS: test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_write_to_self)\nPASS: test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_closing)\nPASS: test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received)\nPASS: test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_connection)\nPASS: test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_exception)\nPASS: test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_fatal_error_connected)\nPASS: test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto)\nPASS: test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer)\nPASS: test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_bytearray)\nPASS: test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_memoryview)\nPASS: test_sendto_buffer_nodata (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_nodata)\nPASS: test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_bytearray)\nPASS: test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_closing)\nPASS: test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_connected_addr)\nPASS: test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received)\nPASS: test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_connected)\nPASS: test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_exception)\nPASS: test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_memoryview)\nPASS: test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_no_data)\nPASS: test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_str)\nSKIP: test_blocking_socket (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_blocking_socket) 'Proactor is supported on Windows only'\nSKIP: test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer) 'Proactor is supported on Windows only'\nSKIP: test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file) 'Proactor is supported on Windows only'\nSKIP: test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file) 'Proactor is supported on Windows only'\nPASS: test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_abort)\nPASS: test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_call_connection_lost)\nPASS: test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close)\nPASS: test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_buffer)\nPASS: test_close_invalid_sockobj (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_invalid_sockobj)\nPASS: test_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_protocol_connection_lost_once)\nPASS: test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_write_fut)\nPASS: test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_ctor)\nPASS: test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_dont_pause_writing)\nPASS: test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error)\nPASS: test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_2)\nPASS: test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close)\nPASS: test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_idempotent)\nPASS: test_force_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_protocol_connection_lost_once)\nPASS: test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading)\nPASS: test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted)\nPASS: test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_closing)\nPASS: test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_is_fatal)\nPASS: test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_conn_reset_lost)\nPASS: test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_data)\nPASS: test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_exception)\nPASS: test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_no_data)\nPASS: test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing)\nPASS: test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_closing)\nPASS: test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_err)\nPASS: test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_force_close)\nPASS: test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_stop)\nPASS: test_pause_reading_connection_made (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_reading_connection_made)\nPASS: test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_reading)\nPASS: test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_writing)\nPASS: test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_2write)\nPASS: test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_3write)\nPASS: test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write)\nPASS: test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof)\nPASS: test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer)\nPASS: test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_write_pipe)\nPASS: test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_duplex_pipe)\nPASS: test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_write_pipe)\nPASS: test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_more)\nPASS: test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_no_data)\n\n----------------------------------------------------------------------\nRan 82 tests in 0.091s\n\nOK (skipped=4)\n0:00:02 load avg: 0.16 [  8/480] test.test_asyncio.test_protocols passed\nPASS: test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_base_protocol)\nPASS: test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_buffered_protocol)\nPASS: test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_datagram_protocol)\nPASS: test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_protocol)\nPASS: test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_subprocess_protocol)\n\n----------------------------------------------------------------------\nRan 5 tests in 0.000s\n\nOK\n0:00:02 load avg: 0.16 [  9/480] test.test_asyncio.test_locks passed\nPASS: test_abort_barrier (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier)\nPASS: test_abort_barrier_when_exception (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception)\nPASS: test_abort_barrier_when_exception_then_resetting (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_then_resetting)\nPASS: test_abort_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_tasks_half_draining_half_blocking)\nPASS: test_barrier (test.test_asyncio.test_locks.BarrierTests.test_barrier)\nPASS: test_barrier_parties (test.test_asyncio.test_locks.BarrierTests.test_barrier_parties)\nPASS: test_blocking_tasks_while_draining (test.test_asyncio.test_locks.BarrierTests.test_blocking_tasks_while_draining)\nPASS: test_context_manager (test.test_asyncio.test_locks.BarrierTests.test_context_manager)\nPASS: test_draining_state (test.test_asyncio.test_locks.BarrierTests.test_draining_state)\nPASS: test_filling_one_task (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task)\nPASS: test_filling_one_task_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_twice)\nPASS: test_filling_task_by_task (test.test_asyncio.test_locks.BarrierTests.test_filling_task_by_task)\nPASS: test_filling_tasks_cancel_one (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_cancel_one)\nPASS: test_filling_tasks_check_return_value (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_check_return_value)\nPASS: test_filling_tasks_wait_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_wait_twice)\nPASS: test_repr (test.test_asyncio.test_locks.BarrierTests.test_repr)\nPASS: test_reset_barrier (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier)\nPASS: test_reset_barrier_when_tasks_half_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining)\nPASS: test_reset_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_half_blocking)\nPASS: test_reset_barrier_while_tasks_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_draining)\nPASS: test_reset_barrier_while_tasks_waiting (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting)\nPASS: test_reset_barrier_while_tasks_waiting_and_waiting_again (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_and_waiting_again)\nPASS: test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests.test_ambiguous_loops)\nPASS: test_cancelled_error_re_aquire (test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_re_aquire)\nPASS: test_cancelled_error_wakeup (test.test_asyncio.test_locks.ConditionTests.test_cancelled_error_wakeup)\nPASS: test_cancelled_wakeup (test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup)\nPASS: test_cancelled_wakeup_relock (test.test_asyncio.test_locks.ConditionTests.test_cancelled_wakeup_relock)\nPASS: test_context_manager (test.test_asyncio.test_locks.ConditionTests.test_context_manager)\nPASS: test_explicit_lock (test.test_asyncio.test_locks.ConditionTests.test_explicit_lock)\nPASS: test_notify (test.test_asyncio.test_locks.ConditionTests.test_notify)\nPASS: test_notify_all (test.test_asyncio.test_locks.ConditionTests.test_notify_all)\nPASS: test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_all_unacquired)\nPASS: test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_unacquired)\nPASS: test_repr (test.test_asyncio.test_locks.ConditionTests.test_repr)\nPASS: test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests.test_timeout_in_block)\nPASS: test_wait (test.test_asyncio.test_locks.ConditionTests.test_wait)\nPASS: test_wait_cancel (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel)\nPASS: test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_after_notify)\nPASS: test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_contested)\nPASS: test_wait_for (test.test_asyncio.test_locks.ConditionTests.test_wait_for)\nPASS: test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_for_unacquired)\nPASS: test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_unacquired)\nPASS: test_clear (test.test_asyncio.test_locks.EventTests.test_clear)\nPASS: test_clear_with_waiters (test.test_asyncio.test_locks.EventTests.test_clear_with_waiters)\nPASS: test_repr (test.test_asyncio.test_locks.EventTests.test_repr)\nPASS: test_wait (test.test_asyncio.test_locks.EventTests.test_wait)\nPASS: test_wait_cancel (test.test_asyncio.test_locks.EventTests.test_wait_cancel)\nPASS: test_wait_on_set (test.test_asyncio.test_locks.EventTests.test_wait_on_set)\nPASS: test_acquire (test.test_asyncio.test_locks.LockTests.test_acquire)\nPASS: test_acquire_cancel (test.test_asyncio.test_locks.LockTests.test_acquire_cancel)\nPASS: test_cancel_race (test.test_asyncio.test_locks.LockTests.test_cancel_race)\nPASS: test_cancel_release_race (test.test_asyncio.test_locks.LockTests.test_cancel_release_race)\nPASS: test_context_manager (test.test_asyncio.test_locks.LockTests.test_context_manager)\nPASS: test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests.test_finished_waiter_cancelled)\nPASS: test_lock (test.test_asyncio.test_locks.LockTests.test_lock)\nPASS: test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests.test_lock_by_with_statement)\nPASS: test_lock_doesnt_accept_loop_parameter (test.test_asyncio.test_locks.LockTests.test_lock_doesnt_accept_loop_parameter)\nPASS: test_release_no_waiters (test.test_asyncio.test_locks.LockTests.test_release_no_waiters)\nPASS: test_release_not_acquired (test.test_asyncio.test_locks.LockTests.test_release_not_acquired)\nPASS: test_repr (test.test_asyncio.test_locks.LockTests.test_repr)\nPASS: test_acquire (test.test_asyncio.test_locks.SemaphoreTests.test_acquire)\nPASS: test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel)\nPASS: test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_before_awoken)\nPASS: test_acquire_fifo_order (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order)\nPASS: test_acquire_fifo_order_2 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_2)\nPASS: test_acquire_fifo_order_3 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_3)\nPASS: test_acquire_fifo_order_4 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_4)\nPASS: test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_hang)\nPASS: test_acquire_no_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_no_hang)\nPASS: test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests.test_initial_value_zero)\nPASS: test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests.test_release_no_waiters)\nPASS: test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests.test_release_not_acquired)\nPASS: test_repr (test.test_asyncio.test_locks.SemaphoreTests.test_repr)\nPASS: test_semaphore (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore)\nPASS: test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_value)\n\n----------------------------------------------------------------------\nRan 75 tests in 0.811s\n\nOK\n0:00:03 load avg: 0.16 [ 10/480] test.test_asyncio.test_queues passed\nPASS: test_format (test.test_asyncio.test_queues.LifoQueueJoinTests.test_format)\nPASS: test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests.test_join_empty_queue)\nPASS: test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done)\nPASS: test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_underflow)\nPASS: test_format (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_format)\nPASS: test_shutdown_empty (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_empty)\nPASS: test_shutdown_immediate (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate)\nPASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_immediate_with_unfinished)\nPASS: test_shutdown_nonempty (test.test_asyncio.test_queues.LifoQueueShutdownTests.test_shutdown_nonempty)\nPASS: test_order (test.test_asyncio.test_queues.LifoQueueTests.test_order)\nPASS: test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_format)\nPASS: test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_join_empty_queue)\nPASS: test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done)\nPASS: test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_underflow)\nPASS: test_format (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_format)\nPASS: test_shutdown_empty (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_empty)\nPASS: test_shutdown_immediate (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate)\nPASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_immediate_with_unfinished)\nPASS: test_shutdown_nonempty (test.test_asyncio.test_queues.PriorityQueueShutdownTests.test_shutdown_nonempty)\nPASS: test_order (test.test_asyncio.test_queues.PriorityQueueTests.test_order)\nPASS: test_empty (test.test_asyncio.test_queues.QueueBasicTests.test_empty)\nPASS: test_full (test.test_asyncio.test_queues.QueueBasicTests.test_full)\nPASS: test_generic_alias (test.test_asyncio.test_queues.QueueBasicTests.test_generic_alias)\nPASS: test_maxsize (test.test_asyncio.test_queues.QueueBasicTests.test_maxsize)\nPASS: test_order (test.test_asyncio.test_queues.QueueBasicTests.test_order)\nPASS: test_repr (test.test_asyncio.test_queues.QueueBasicTests.test_repr)\nPASS: test_str (test.test_asyncio.test_queues.QueueBasicTests.test_str)\nPASS: test_blocking_get (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get)\nPASS: test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_wait)\nPASS: test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests.test_cancelled_getters_not_being_held_in_self_getters)\nPASS: test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests.test_get_cancelled_race)\nPASS: test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_putters)\nPASS: test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_waiting_putters)\nPASS: test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get)\nPASS: test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_exception)\nPASS: test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests.test_why_are_getters_waiting)\nPASS: test_format (test.test_asyncio.test_queues.QueueJoinTests.test_format)\nPASS: test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests.test_join_empty_queue)\nPASS: test_task_done (test.test_asyncio.test_queues.QueueJoinTests.test_task_done)\nPASS: test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests.test_task_done_underflow)\nPASS: test_blocking_put (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put)\nPASS: test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_wait)\nPASS: test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_put_silence_value_error_exception)\nPASS: test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_puts_not_being_held_in_self_putters)\nPASS: test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests.test_float_maxsize)\nPASS: test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_many_pending_readers)\nPASS: test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_one_pending_reader)\nPASS: test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put)\nPASS: test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_exception)\nPASS: test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests.test_put_cancel_drop)\nPASS: test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled)\nPASS: test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race)\nPASS: test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters)\nPASS: test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting)\nPASS: test_format (test.test_asyncio.test_queues.QueueShutdownTests.test_format)\nPASS: test_shutdown_empty (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_empty)\nPASS: test_shutdown_immediate (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate)\nPASS: test_shutdown_immediate_with_unfinished (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_immediate_with_unfinished)\nPASS: test_shutdown_nonempty (test.test_asyncio.test_queues.QueueShutdownTests.test_shutdown_nonempty)\n\n----------------------------------------------------------------------\nRan 59 tests in 0.258s\n\nOK\n0:00:03 load avg: 0.16 [ 11/480] test.test_asyncio.test_selector_events passed\nPASS: test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_multiple)\nPASS: test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader)\nPASS: test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing)\nPASS: test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_writer)\nPASS: test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer)\nPASS: test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_existing)\nPASS: test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close)\nPASS: test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_no_selector)\nPASS: test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_socket_transport)\nPASS: test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport_without_ssl_error)\nPASS: test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read)\nPASS: test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_cancelled)\nPASS: test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write)\nPASS: test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_cancelled)\nPASS: test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_exception)\nPASS: test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_tryagain)\nPASS: test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader)\nPASS: test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_read_write)\nPASS: test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_unknown)\nPASS: test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer)\nPASS: test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_read_write)\nPASS: test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_unknown)\nPASS: test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_sock_connect_resolve_using_socket_params)\nPASS: test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_exception)\nPASS: test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_tryagain)\nPASS: test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected)\nPASS: test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_custom_error)\nPASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready)\nPASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_err)\nPASS: test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_oserr)\nPASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_tryagain)\nPASS: test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto)\nPASS: test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer)\nPASS: test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_bytearray)\nPASS: test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_memoryview)\nPASS: test_sendto_buffer_nodata (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_nodata)\nPASS: test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_bytearray)\nPASS: test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_closing)\nPASS: test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_connected_addr)\nPASS: test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received)\nPASS: test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_connected)\nPASS: test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_exception)\nPASS: test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_memoryview)\nPASS: test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_no_data)\nPASS: test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready)\nPASS: test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_closing)\nPASS: test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received)\nPASS: test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_connection)\nPASS: test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_exception)\nPASS: test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_no_data)\nPASS: test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_tryagain)\nPASS: test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_str)\nPASS: test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_tryagain)\nPASS: test_transport_inheritance (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_transport_inheritance)\nPASS: test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_buffer_updated_error)\nPASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_ctor)\nPASS: test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_error)\nPASS: test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_zerosized)\nPASS: test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_proto_type_switch)\nPASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_eof_received_error)\nPASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready)\nPASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_conn_reset)\nPASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof)\nPASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_keep_open)\nPASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_err)\nPASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain)\nPASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_interrupted)\nPASS: test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor)\nPASS: test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_with_waiter)\nPASS: test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_data_received_error)\nPASS: test_pause_reading_connection_made (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_reading_connection_made)\nPASS: test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_resume_reading)\nPASS: test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_eof_received_error)\nPASS: test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready)\nPASS: test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_conn_reset)\nPASS: test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof)\nPASS: test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_keep_open)\nPASS: test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_err)\nPASS: test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain)\nPASS: test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_interrupted)\nPASS: test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_transport_close_remove_writer)\nPASS: test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write)\nPASS: test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer)\nPASS: test_write_buffer_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer_after_close)\nPASS: test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_bytearray)\nPASS: test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_closing)\nPASS: test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof)\nPASS: test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_after_close)\nPASS: test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_buffer)\nPASS: test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_exception)\nPASS: test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_memoryview)\nPASS: test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_no_data)\nPASS: test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial)\nPASS: test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_bytearray)\nPASS: test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_memoryview)\nPASS: test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_none)\nPASS: test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready)\nPASS: test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_closing)\nPASS: test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_exception)\nPASS: test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_no_data)\nPASS: test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial)\nPASS: test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_none)\nPASS: test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_tryagain)\nPASS: test_write_sendmsg_OSError (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_OSError)\nPASS: test_write_sendmsg_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_full)\nPASS: test_write_sendmsg_half_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_half_buffer)\nPASS: test_write_sendmsg_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_no_data)\nPASS: test_write_sendmsg_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_sendmsg_partial)\nPASS: test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_str)\nPASS: test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_tryagain)\nPASS: test_writelines_pauses_protocol (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_pauses_protocol)\nPASS: test_writelines_send_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_full)\nPASS: test_writelines_send_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_send_partial)\nPASS: test_writelines_sendmsg_full (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_full)\nPASS: test_writelines_sendmsg_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_writelines_sendmsg_partial)\nPASS: test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests.test__add_reader)\nPASS: test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests.test_abort)\nPASS: test_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close)\nPASS: test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_write_buffer)\nPASS: test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests.test_connection_lost)\nPASS: test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests.test_ctor)\nPASS: test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error)\nPASS: test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception)\nPASS: test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close)\n\n----------------------------------------------------------------------\nRan 124 tests in 0.122s\n\nOK\n0:00:03 load avg: 0.16 [ 12/480] test.test_asyncio.test_runners passed\nPASS: test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks)\nPASS: test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors)\nPASS: test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug)\nPASS: test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop)\nPASS: test_asyncio_run_loop_factory (test.test_asyncio.test_runners.RunTests.test_asyncio_run_loop_factory)\nPASS: test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro)\nPASS: test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises)\nPASS: test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_reports_hanging_tasks_errors)\nPASS: test_asyncio_run_return (test.test_asyncio.test_runners.RunTests.test_asyncio_run_return)\nPASS: test_asyncio_run_set_event_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_set_event_loop)\nPASS: test_asyncio_run_without_uncancel (test.test_asyncio.test_runners.RunTests.test_asyncio_run_without_uncancel)\nPASS: test_loop_factory_default_event_loop (test.test_asyncio.test_runners.RunTests.test_loop_factory_default_event_loop)\nPASS: test_custom_factory (test.test_asyncio.test_runners.RunnerTests.test_custom_factory)\nPASS: test_debug (test.test_asyncio.test_runners.RunnerTests.test_debug)\nPASS: test_double_close (test.test_asyncio.test_runners.RunnerTests.test_double_close)\nPASS: test_explicit_close (test.test_asyncio.test_runners.RunnerTests.test_explicit_close)\nPASS: test_interrupt_call_soon (test.test_asyncio.test_runners.RunnerTests.test_interrupt_call_soon)\nPASS: test_interrupt_cancelled_task (test.test_asyncio.test_runners.RunnerTests.test_interrupt_cancelled_task)\nPASS: test_interrupt_wait (test.test_asyncio.test_runners.RunnerTests.test_interrupt_wait)\nPASS: test_no_repr_is_call_on_the_task_result (test.test_asyncio.test_runners.RunnerTests.test_no_repr_is_call_on_the_task_result)\nPASS: test_non_debug (test.test_asyncio.test_runners.RunnerTests.test_non_debug)\nPASS: test_recursive_run (test.test_asyncio.test_runners.RunnerTests.test_recursive_run)\nPASS: test_run (test.test_asyncio.test_runners.RunnerTests.test_run)\nPASS: test_run_future (test.test_asyncio.test_runners.RunnerTests.test_run_future)\nPASS: test_run_keeps_context (test.test_asyncio.test_runners.RunnerTests.test_run_keeps_context)\nPASS: test_run_non_coro (test.test_asyncio.test_runners.RunnerTests.test_run_non_coro)\nPASS: test_second_with_block_raises (test.test_asyncio.test_runners.RunnerTests.test_second_with_block_raises)\nPASS: test_set_event_loop_called_once (test.test_asyncio.test_runners.RunnerTests.test_set_event_loop_called_once)\nPASS: test_signal_install_not_supported_ok (test.test_asyncio.test_runners.RunnerTests.test_signal_install_not_supported_ok)\n\n----------------------------------------------------------------------\nRan 29 tests in 0.217s\n\nOK\n0:00:03 load avg: 0.16 [ 13/480] test.test_asyncio.test_server passed\nSKIP: test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1) 'Windows only'\nPASS: test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_server_1)\nPASS: test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1)\nPASS: test_abort_clients (test.test_asyncio.test_server.TestServer2.test_abort_clients)\nPASS: test_close_clients (test.test_asyncio.test_server.TestServer2.test_close_clients)\nPASS: test_wait_closed_basic (test.test_asyncio.test_server.TestServer2.test_wait_closed_basic)\nPASS: test_wait_closed_race (test.test_asyncio.test_server.TestServer2.test_wait_closed_race)\nPASS: test_unix_server_addr_cleanup (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_addr_cleanup)\nPASS: test_unix_server_cleanup_gone (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_gone)\nPASS: test_unix_server_cleanup_prevented (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_prevented)\nPASS: test_unix_server_cleanup_replaced (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_cleanup_replaced)\nPASS: test_unix_server_sock_cleanup (test.test_asyncio.test_server.UnixServerCleanupTests.test_unix_server_sock_cleanup)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.237s\n\nOK (skipped=1)\n0:00:04 load avg: 0.16 [ 14/480] test.test_asyncio.test_sendfile passed\nPASS: test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile)\nPASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_after_receiving)\nPASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_for_closing_transp)\nPASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_fallback)\nPASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_unsupported_native)\nPASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)\nPASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_not_supported)\nPASS: test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_partial)\nPASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_pre_and_post_data)\nPASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_prevents_bare_write)\nPASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl)\nPASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)\nPASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_partial)\nPASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_pre_and_post_data)\nPASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_mix_with_regular_send)\nPASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_success)\nPASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_with_offset_and_count)\nPASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_zero_size)\nPASS: test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile)\nPASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_after_receiving)\nPASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_for_closing_transp)\nPASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_fallback)\nPASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_unsupported_native)\nPASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)\nPASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_not_supported)\nPASS: test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_partial)\nPASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_pre_and_post_data)\nPASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_prevents_bare_write)\nPASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl)\nPASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)\nPASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_partial)\nPASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_pre_and_post_data)\nPASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_mix_with_regular_send)\nPASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_success)\nPASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_with_offset_and_count)\nPASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_zero_size)\nPASS: test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile)\nPASS: test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving)\nPASS: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving)\nPASS: test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp)\nPASS: test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback)\nPASS: test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native)\nPASS: test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport)\nPASS: test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported)\nPASS: test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial)\nPASS: test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data)\nPASS: test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write)\nPASS: test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl)\nPASS: test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving)\nPASS: test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial)\nPASS: test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data)\nPASS: test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send)\nPASS: test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success)\nPASS: test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count)\nPASS: test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size)\n\n----------------------------------------------------------------------\nRan 60 tests in 1.530s\n\nOK\n0:00:05 load avg: 0.16 [ 15/480] test.test_asyncio.test_sock_lowlevel passed\nPASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_cancel_sock_accept)\nPASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_create_connection_sock)\nPASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content)\nPASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content_recvinto)\nPASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom)\nPASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom_into)\nPASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sendto_blocking)\nPASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_accept)\nPASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_connect_racing)\nPASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_fail)\nPASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_ops)\nPASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_racing)\nPASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_unix_sock_client_ops)\nPASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_cancel_sock_accept)\nPASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_create_connection_sock)\nPASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content)\nPASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content_recvinto)\nPASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom)\nPASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom_into)\nPASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sendto_blocking)\nPASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_accept)\nPASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_connect_racing)\nPASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_fail)\nPASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_ops)\nPASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_racing)\nPASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_unix_sock_client_ops)\nPASS: test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept)\nPASS: test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_create_connection_sock)\nPASS: test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content)\nPASS: test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_recvinto)\nPASS: test_recvfrom (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom)\nPASS: test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_into)\nPASS: test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sendto_blocking)\nPASS: test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_accept)\nPASS: test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_connect_racing)\nPASS: test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_fail)\nPASS: test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops)\nPASS: test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing)\nPASS: test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops)\n\n----------------------------------------------------------------------\nRan 39 tests in 1.625s\n\nOK\n0:00:06 load avg: 0.16 [ 16/480] test.test_asyncio.test_eager_task_factory passed\nPASS: test_all_tasks_with_blocking (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_blocking)\nPASS: test_all_tasks_with_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion)\nPASS: test_await_future_during_eager_step (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_await_future_during_eager_step)\nPASS: test_block_after_eager_step (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_block_after_eager_step)\nPASS: test_cancellation_after_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion)\nPASS: test_cancellation_after_eager_step_blocks (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks)\nPASS: test_context_vars (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_context_vars)\nPASS: test_current_task (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_current_task)\nPASS: test_eager_completion (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_completion)\nPASS: test_eager_task_factory_set (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_eager_task_factory_set)\nPASS: test_issue105987 (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue105987)\nPASS: test_issue122332 (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_issue122332)\nPASS: test_name (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_name)\nPASS: test_staggered_race_with_eager_tasks (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks)\nPASS: test_staggered_race_with_eager_tasks_no_delay (test.test_asyncio.test_eager_task_factory.CEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerCTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerPyTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.EagerTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.EagerTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerCTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerPyTaskTests.test_recursive_taskgroups)\nPASS: test_awaitables_chain (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_awaitables_chain)\nPASS: test_recursive_gather (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_gather)\nPASS: test_recursive_taskgroups (test.test_asyncio.test_eager_task_factory.NonEagerTests.test_recursive_taskgroups)\nPASS: test_all_tasks_with_blocking (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_blocking)\nPASS: test_all_tasks_with_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_all_tasks_with_eager_completion)\nPASS: test_await_future_during_eager_step (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_await_future_during_eager_step)\nPASS: test_block_after_eager_step (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_block_after_eager_step)\nPASS: test_cancellation_after_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_completion)\nPASS: test_cancellation_after_eager_step_blocks (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_cancellation_after_eager_step_blocks)\nPASS: test_context_vars (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_context_vars)\nPASS: test_current_task (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_current_task)\nPASS: test_eager_completion (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_completion)\nPASS: test_eager_task_factory_set (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_eager_task_factory_set)\nPASS: test_staggered_race_with_eager_tasks (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks)\nPASS: test_staggered_race_with_eager_tasks_no_delay (test.test_asyncio.test_eager_task_factory.PyEagerTaskFactoryLoopTests.test_staggered_race_with_eager_tasks_no_delay)\n\n----------------------------------------------------------------------\nRan 45 tests in 5.397s\n\nOK\n0:00:06 load avg: 0.16 [ 17/480] test.test_asyncio.test_staggered passed\nPASS: test_cancelled (test.test_asyncio.test_staggered.StaggeredTests.test_cancelled)\nPASS: test_empty (test.test_asyncio.test_staggered.StaggeredTests.test_empty)\nPASS: test_first_error_second_successful (test.test_asyncio.test_staggered.StaggeredTests.test_first_error_second_successful)\nPASS: test_first_timeout_second_successful (test.test_asyncio.test_staggered.StaggeredTests.test_first_timeout_second_successful)\nPASS: test_multiple_winners (test.test_asyncio.test_staggered.StaggeredTests.test_multiple_winners)\nPASS: test_none_successful (test.test_asyncio.test_staggered.StaggeredTests.test_none_successful)\nPASS: test_one_successful (test.test_asyncio.test_staggered.StaggeredTests.test_one_successful)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.321s\n\nOK\n0:00:06 load avg: 0.16 [ 18/480] test.test_asyncio.test_events passed\nPASS: test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented)\nPASS: test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async)\nPASS: test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_add_fds_after_closing)\nPASS: test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests.test_add_signal_handler)\nPASS: test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty)\nPASS: test_call_later (test.test_asyncio.test_events.EPollEventLoopTests.test_call_later)\nPASS: test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon)\nPASS: test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe)\nPASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_same_thread)\nPASS: test_close (test.test_asyncio.test_events.EPollEventLoopTests.test_close)\nPASS: test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests.test_close_running_event_loop)\nPASS: test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket)\nPASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)\nPASS: test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection)\nPASS: test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr)\nPASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_in_use)\nPASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_nomatch_family)\nPASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_skip_different_family)\nPASS: test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint)\nPASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_ipv6)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_sock)\nPASS: test_create_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server)\nPASS: test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_addr_in_use)\nPASS: test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_dual_stack)\nPASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv4)\nPASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv6)\nPASS: test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_reuse_port)\nPASS: test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_sock)\nPASS: test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl)\nPASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_match_failed)\nPASS: test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verified)\nPASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verify_failed)\nPASS: test_create_server_trsock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_trsock)\nPASS: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_connection)\nPASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_unix_connection)\nPASS: test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_connection)\nPASS: test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server)\nPASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_path_socket_error)\nPASS: test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl)\nPASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verified)\nPASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verify_failed)\nPASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.EPollEventLoopTests.test_datagram_send_to_non_listening_address)\nPASS: test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests.test_internal_fds)\nPASS: test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests.test_prompt_cancellation)\nPASS: test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pipe)\nPASS: test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output)\nPASS: test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_reader_callback)\nPASS: test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_remove_fds_after_closing)\nPASS: test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor)\nPASS: test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor_cancel)\nPASS: test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete)\nPASS: test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_nesting)\nPASS: test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_stopped)\nPASS: test_server_close (test.test_asyncio.test_events.EPollEventLoopTests.test_server_close)\nPASS: test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_args)\nPASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_while_selecting)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_ssl_connect_accepted_socket)\nPASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_after_finish)\nPASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_client_stream)\nPASS: test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exitcode)\nPASS: test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_interactive)\nPASS: test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_kill)\nPASS: test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_send_signal)\nPASS: test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr)\nPASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr_redirect_to_stdout)\nPASS: test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_terminate)\nPASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_wait_no_same_group)\nPASS: test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests.test_timeout_rounding)\nPASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests.test_unclosed_pipe_transport)\nPASS: test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe)\nPASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe_disconnect_on_close)\nPASS: test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty)\nPASS: test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_writer_callback)\nPASS: test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception)\nPASS: test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting)\nPASS: test_handle (test.test_asyncio.test_events.HandleTests.test_handle)\nPASS: test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr)\nPASS: test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug)\nPASS: test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback)\nPASS: test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref)\nPASS: test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy)\nPASS: test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop)\nPASS: test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none)\nPASS: test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_calls_set_event_loop)\nPASS: test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy)\nPASS: test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread)\nPASS: test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop)\nPASS: test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop)\nPASS: test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy)\nPASS: test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_add_fds_after_closing)\nPASS: test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests.test_add_signal_handler)\nPASS: test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty)\nPASS: test_call_later (test.test_asyncio.test_events.PollEventLoopTests.test_call_later)\nPASS: test_call_soon (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon)\nPASS: test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe)\nPASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_same_thread)\nPASS: test_close (test.test_asyncio.test_events.PollEventLoopTests.test_close)\nPASS: test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests.test_close_running_event_loop)\nPASS: test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket)\nPASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)\nPASS: test_create_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection)\nPASS: test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr)\nPASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_in_use)\nPASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_nomatch_family)\nPASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_skip_different_family)\nPASS: test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint)\nPASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_ipv6)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_sock)\nPASS: test_create_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_server)\nPASS: test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_addr_in_use)\nPASS: test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_dual_stack)\nPASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv4)\nPASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv6)\nPASS: test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_reuse_port)\nPASS: test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_sock)\nPASS: test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl)\nPASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_match_failed)\nPASS: test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verified)\nPASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verify_failed)\nPASS: test_create_server_trsock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_trsock)\nPASS: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_connection)\nPASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_unix_connection)\nPASS: test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_connection)\nPASS: test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server)\nPASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_path_socket_error)\nPASS: test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl)\nPASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verified)\nPASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verify_failed)\nPASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.PollEventLoopTests.test_datagram_send_to_non_listening_address)\nPASS: test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests.test_internal_fds)\nPASS: test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests.test_prompt_cancellation)\nPASS: test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_read_pipe)\nPASS: test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output)\nPASS: test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests.test_reader_callback)\nPASS: test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_remove_fds_after_closing)\nPASS: test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor)\nPASS: test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor_cancel)\nPASS: test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete)\nPASS: test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_nesting)\nPASS: test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_stopped)\nPASS: test_server_close (test.test_asyncio.test_events.PollEventLoopTests.test_server_close)\nPASS: test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_args)\nPASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_while_selecting)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_ssl_connect_accepted_socket)\nPASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_after_finish)\nPASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_client_stream)\nPASS: test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exitcode)\nPASS: test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_interactive)\nPASS: test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_kill)\nPASS: test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_send_signal)\nPASS: test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr)\nPASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr_redirect_to_stdout)\nPASS: test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_terminate)\nPASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_wait_no_same_group)\nPASS: test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests.test_timeout_rounding)\nPASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests.test_unclosed_pipe_transport)\nPASS: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe)\nPASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe_disconnect_on_close)\nPASS: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty)\nPASS: test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests.test_writer_callback)\nPASS: test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing)\nPASS: test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler)\nPASS: test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty)\nPASS: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later)\nPASS: test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon)\nPASS: test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe)\nPASS: test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread)\nPASS: test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close)\nPASS: test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop)\nPASS: test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket)\nPASS: test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket)\nPASS: test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection)\nPASS: test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr)\nPASS: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use)\nPASS: test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family)\nPASS: test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family)\nPASS: test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint)\nPASS: test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6)\nPASS: test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock)\nPASS: test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server)\nPASS: test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use)\nPASS: test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack)\nPASS: test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4)\nPASS: test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6)\nPASS: test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port)\nPASS: test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock)\nPASS: test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl)\nPASS: test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed)\nPASS: test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified)\nPASS: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed)\nPASS: test_create_server_trsock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_trsock)\nPASS: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection)\nPASS: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection)\nPASS: test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection)\nPASS: test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server)\nPASS: test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error)\nPASS: test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl)\nPASS: test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified)\nPASS: test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed)\nPASS: test_datagram_send_to_non_listening_address (test.test_asyncio.test_events.SelectEventLoopTests.test_datagram_send_to_non_listening_address)\nPASS: test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds)\nPASS: test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation)\nPASS: test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe)\nPASS: test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output)\nPASS: test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback)\nPASS: test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing)\nPASS: test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor)\nPASS: test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel)\nPASS: test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete)\nPASS: test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting)\nPASS: test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped)\nPASS: test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close)\nPASS: test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args)\nPASS: test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket)\nPASS: test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_after_finish)\nPASS: test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_client_stream)\nPASS: test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec)\nPASS: test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec_invalid_args)\nPASS: test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exitcode)\nPASS: test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_interactive)\nPASS: test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_kill)\nPASS: test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_send_signal)\nPASS: test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell)\nPASS: test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell_invalid_args)\nPASS: test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr)\nPASS: test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr_redirect_to_stdout)\nPASS: test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_terminate)\nPASS: test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_wait_no_same_group)\nPASS: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding)\nPASS: test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport)\nPASS: test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe)\nPASS: test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close)\nPASS: test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty)\nPASS: test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback)\nPASS: test_close (test.test_asyncio.test_events.TestAbstractServer.test_close)\nPASS: test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop)\nPASS: test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed)\nPASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_new_process)\nPASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop)\nPASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2)\nPASS: test_get_running_loop_already_running (test.test_asyncio.test_events.TestCGetEventLoop.test_get_running_loop_already_running)\nPASS: test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_new_process)\nPASS: test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop)\nPASS: test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2)\nPASS: test_get_running_loop_already_running (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_running_loop_already_running)\nPASS: test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop)\nPASS: test_hash (test.test_asyncio.test_events.TimerTests.test_hash)\nPASS: test_timer (test.test_asyncio.test_events.TimerTests.test_timer)\nPASS: test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison)\nPASS: test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr)\nPASS: test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug)\nPASS: test_when (test.test_asyncio.test_events.TimerTests.test_when)\n\n----------------------------------------------------------------------\nRan 261 tests in 5.743s\n\nOK\n0:00:07 load avg: 0.23 [ 19/480] test.test_asyncio.test_streams passed\nPASS: test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable)\nPASS: test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable)\nPASS: test___repr__ (test.test_asyncio.test_streams.StreamTests.test___repr__)\nPASS: test___repr__data (test.test_asyncio.test_streams.StreamTests.test___repr__data)\nPASS: test___repr__eof (test.test_asyncio.test_streams.StreamTests.test___repr__eof)\nPASS: test___repr__exception (test.test_asyncio.test_streams.StreamTests.test___repr__exception)\nPASS: test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests.test___repr__nondefault_limit)\nPASS: test___repr__transport (test.test_asyncio.test_streams.StreamTests.test___repr__transport)\nPASS: test___repr__waiter (test.test_asyncio.test_streams.StreamTests.test___repr__waiter)\nPASS: test_async_writer_api (test.test_asyncio.test_streams.StreamTests.test_async_writer_api)\nPASS: test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests.test_async_writer_api_exception_after_close)\nPASS: test_at_eof (test.test_asyncio.test_streams.StreamTests.test_at_eof)\nPASS: test_drain_raises (test.test_asyncio.test_streams.StreamTests.test_drain_raises)\nPASS: test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests.test_eof_feed_when_closing_writer)\nPASS: test_exception (test.test_asyncio.test_streams.StreamTests.test_exception)\nPASS: test_exception_cancel (test.test_asyncio.test_streams.StreamTests.test_exception_cancel)\nPASS: test_exception_waiter (test.test_asyncio.test_streams.StreamTests.test_exception_waiter)\nPASS: test_feed_empty_data (test.test_asyncio.test_streams.StreamTests.test_feed_empty_data)\nPASS: test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests.test_feed_nonempty_data)\nPASS: test_invalid_limit (test.test_asyncio.test_streams.StreamTests.test_invalid_limit)\nPASS: test_loop_is_closed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_loop_is_closed_resource_warnings)\nPASS: test_multiple_drain (test.test_asyncio.test_streams.StreamTests.test_multiple_drain)\nPASS: test_open_connection (test.test_asyncio.test_streams.StreamTests.test_open_connection)\nPASS: test_open_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_connection_error)\nPASS: test_open_connection_happy_eyeball_refcycles (test.test_asyncio.test_streams.StreamTests.test_open_connection_happy_eyeball_refcycles)\nPASS: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_connection_no_loop_ssl)\nPASS: test_open_unix_connection (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection)\nPASS: test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_error)\nPASS: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_no_loop_ssl)\nPASS: test_read (test.test_asyncio.test_streams.StreamTests.test_read)\nPASS: test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests.test_read_all_from_pipe_reader)\nPASS: test_read_eof (test.test_asyncio.test_streams.StreamTests.test_read_eof)\nPASS: test_read_exception (test.test_asyncio.test_streams.StreamTests.test_read_exception)\nPASS: test_read_limit (test.test_asyncio.test_streams.StreamTests.test_read_limit)\nPASS: test_read_line_breaks (test.test_asyncio.test_streams.StreamTests.test_read_line_breaks)\nPASS: test_read_until_eof (test.test_asyncio.test_streams.StreamTests.test_read_until_eof)\nPASS: test_read_zero (test.test_asyncio.test_streams.StreamTests.test_read_zero)\nPASS: test_readexactly (test.test_asyncio.test_streams.StreamTests.test_readexactly)\nPASS: test_readexactly_eof (test.test_asyncio.test_streams.StreamTests.test_readexactly_eof)\nPASS: test_readexactly_exception (test.test_asyncio.test_streams.StreamTests.test_readexactly_exception)\nPASS: test_readexactly_limit (test.test_asyncio.test_streams.StreamTests.test_readexactly_limit)\nPASS: test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests.test_readexactly_zero_or_less)\nPASS: test_readline (test.test_asyncio.test_streams.StreamTests.test_readline)\nPASS: test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests.test_readline_empty_eof)\nPASS: test_readline_eof (test.test_asyncio.test_streams.StreamTests.test_readline_eof)\nPASS: test_readline_exception (test.test_asyncio.test_streams.StreamTests.test_readline_exception)\nPASS: test_readline_limit (test.test_asyncio.test_streams.StreamTests.test_readline_limit)\nPASS: test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests.test_readline_limit_with_existing_data)\nPASS: test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests.test_readline_nolimit_nowait)\nPASS: test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests.test_readline_read_byte_count)\nPASS: test_readuntil_bytearray (test.test_asyncio.test_streams.StreamTests.test_readuntil_bytearray)\nPASS: test_readuntil_eof (test.test_asyncio.test_streams.StreamTests.test_readuntil_eof)\nPASS: test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests.test_readuntil_limit_found_sep)\nPASS: test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks)\nPASS: test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_1)\nPASS: test_readuntil_multi_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator)\nPASS: test_readuntil_multi_separator_limit (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_limit)\nPASS: test_readuntil_multi_separator_negative_offset (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_separator_negative_offset)\nPASS: test_readuntil_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_separator)\nPASS: test_start_server (test.test_asyncio.test_streams.StreamTests.test_start_server)\nPASS: test_start_tls (test.test_asyncio.test_streams.StreamTests.test_start_tls)\nPASS: test_start_unix_server (test.test_asyncio.test_streams.StreamTests.test_start_unix_server)\nPASS: test_streamreader_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_global_loop)\nPASS: test_streamreader_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_running_loop)\nPASS: test_streamreader_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_without_loop)\nPASS: test_streamreaderprotocol_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_global_loop)\nPASS: test_streamreaderprotocol_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_running_loop)\nPASS: test_streamreaderprotocol_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_without_loop)\nPASS: test_unclosed_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_resource_warnings)\nPASS: test_unclosed_server_resource_warnings (test.test_asyncio.test_streams.StreamTests.test_unclosed_server_resource_warnings)\nPASS: test_unhandled_cancel (test.test_asyncio.test_streams.StreamTests.test_unhandled_cancel)\nPASS: test_unhandled_exception (test.test_asyncio.test_streams.StreamTests.test_unhandled_exception)\nPASS: test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close)\nPASS: test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_with_unread_data)\n\n----------------------------------------------------------------------\nRan 74 tests in 0.571s\n\nOK\n0:00:09 load avg: 0.23 [ 20/480] test.test_asyncio.test_sslproto passed\nSKIP: test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data) 'Windows only'\nSKIP: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak) 'Windows only'\nSKIP: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate) 'Windows only'\nSKIP: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake) 'Windows only'\nSKIP: test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout) 'Windows only'\nSKIP: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1) 'Windows only'\nSKIP: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl) 'Windows only'\nSKIP: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1) 'Windows only'\nSKIP: test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1) 'Windows only'\nSKIP: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel) 'Windows only'\nSKIP: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args) 'Windows only'\nPASS: test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data)\nPASS: test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_memory_leak)\nPASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate)\nPASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake)\nPASS: test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout)\nPASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1)\nPASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_corrupted_ssl)\nPASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1)\nPASS: test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1)\nPASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel)\nPASS: test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args)\nPASS: test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake)\nPASS: test_close_during_ssl_over_ssl (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_ssl_over_ssl)\nPASS: test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost)\nPASS: test_connection_lost_when_busy (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost_when_busy)\nPASS: test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing)\nPASS: test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter)\nPASS: test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error)\nPASS: test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection)\nPASS: test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative)\nPASS: test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero)\nPASS: test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol)\nPASS: test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing)\n\n----------------------------------------------------------------------\nRan 34 tests in 4.309s\n\nOK (skipped=11)\n0:00:13 load avg: 0.21 [ 21/480] test.test_asyncio.test_ssl passed\nPASS: test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket)\nPASS: test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning)\nPASS: test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak)\nPASS: test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1)\nPASS: test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate)\nPASS: test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake)\nSKIP: test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) 'not enough memory: 2.2G minimum needed'\nSKIP: test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) 'not enough memory: 2.2G minimum needed'\nPASS: test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown)\nPASS: test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak)\nPASS: test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data)\nPASS: test_remote_shutdown_receives_trailing_data_on_slow_socket (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data_on_slow_socket)\nPASS: test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly)\nPASS: test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak)\nPASS: test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set)\nPASS: test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket)\nPASS: test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost)\nPASS: test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout)\nPASS: test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1)\nPASS: test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl)\nPASS: test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1)\nPASS: test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1)\nPASS: test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel)\n\n----------------------------------------------------------------------\nRan 23 tests in 8.181s\n\nOK (skipped=2)\n0:00:13 load avg: 0.21 [ 22/480] test.test_asyncio.test_threads passed\nPASS: test_to_thread (test.test_asyncio.test_threads.ToThreadTests.test_to_thread)\nPASS: test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs)\nPASS: test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent)\nPASS: test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars)\nPASS: test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception)\nPASS: test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.023s\n\nOK\n0:00:13 load avg: 0.21 [ 23/480] test.test_asyncio.test_timeouts passed\nPASS: test_cancel_in_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_cancel_in_timeout_after_cancellation)\nPASS: test_foreign_cancel_doesnt_timeout_if_not_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_cancel_doesnt_timeout_if_not_expired)\nPASS: test_foreign_exception_on_timeout (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout)\nPASS: test_foreign_exception_on_timeout_2 (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout_2)\nPASS: test_foreign_exception_passed (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_passed)\nPASS: test_nested_timeout_in_finally (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeout_in_finally)\nPASS: test_nested_timeouts (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts)\nPASS: test_nested_timeouts_concurrent (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_concurrent)\nPASS: test_nested_timeouts_loop_busy (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_loop_busy)\nPASS: test_outer_task_is_not_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_outer_task_is_not_cancelled)\nPASS: test_repr_active (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_active)\nPASS: test_repr_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_disabled)\nPASS: test_repr_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_expired)\nPASS: test_repr_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_finished)\nPASS: test_reschedule (test.test_asyncio.test_timeouts.TimeoutTests.test_reschedule)\nPASS: test_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_after_cancellation)\nPASS: test_timeout_already_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_already_entered)\nPASS: test_timeout_at_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_basic)\nPASS: test_timeout_at_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_disabled)\nPASS: test_timeout_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_basic)\nPASS: test_timeout_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_disabled)\nPASS: test_timeout_double_enter (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_double_enter)\nPASS: test_timeout_exception_context (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_exception_context)\nPASS: test_timeout_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expired)\nPASS: test_timeout_expiring (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_expiring)\nPASS: test_timeout_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_finished)\nPASS: test_timeout_in_the_past_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_in_the_past_sleep_zero)\nPASS: test_timeout_not_called (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_called)\nPASS: test_timeout_not_entered (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_entered)\nPASS: test_timeout_taskgroup (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_taskgroup)\nPASS: test_timeout_without_task (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_without_task)\nPASS: test_timeout_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero)\nPASS: test_timeout_zero_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_sleep_zero)\nPASS: test_waiter_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_waiter_cancelled)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.376s\n\nOK\n0:00:14 load avg: 0.21 [ 24/480] test.test_asyncio.test_transports passed\nPASS: test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests.test_ctor_extra_is_none)\nPASS: test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests.test_dgram_not_implemented)\nPASS: test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests.test_flowcontrol_mixin_set_write_limits)\nPASS: test_get_extra_info (test.test_asyncio.test_transports.TransportTests.test_get_extra_info)\nPASS: test_not_implemented (test.test_asyncio.test_transports.TransportTests.test_not_implemented)\nPASS: test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests.test_subprocess_transport_not_implemented)\nPASS: test_writelines (test.test_asyncio.test_transports.TransportTests.test_writelines)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.001s\n\nOK\n0:00:14 load avg: 0.21 [ 25/480] test.test_asyncio.test_unix_events passed\nPASS: test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_not_implemented)\nPASS: test_warns_on_subclassing (test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_warns_on_subclassing)\nPASS: test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests.test_not_implemented)\nPASS: test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_close)\nPASS: test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_create_watcher)\nPASS: test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_remove_child_handler)\nPASS: test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop)\nPASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop_race_condition)\nPASS: test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld)\nPASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_child_reaped_elsewhere)\nPASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_race_condition)\nPASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_remove_handler)\nPASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_replace_handler)\nPASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children)\nPASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children_terminating_together)\nPASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unhandled_exception)\nPASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_pid_during_registration)\nPASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_status)\nPASS: test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests.test_child_watcher_replace_mainloop_existing)\nPASS: test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_after_set)\nPASS: test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_thread)\nPASS: test_get_default_child_watcher (test.test_asyncio.test_unix_events.PolicyTests.test_get_default_child_watcher)\nPASS: test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_close)\nPASS: test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_create_watcher)\nPASS: test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_remove_child_handler)\nPASS: test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop)\nPASS: test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop_race_condition)\nPASS: test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld)\nPASS: test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_child_reaped_elsewhere)\nPASS: test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_race_condition)\nPASS: test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_remove_handler)\nPASS: test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_replace_handler)\nPASS: test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children)\nPASS: test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children_terminating_together)\nPASS: test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unhandled_exception)\nPASS: test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_pid_during_registration)\nPASS: test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_status)\nPASS: test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler)\nPASS: test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_coroutine_error)\nPASS: test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error)\nPASS: test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error2)\nPASS: test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error3)\nPASS: test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_setup_error)\nPASS: test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_check_signal)\nPASS: test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close)\nPASS: test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close_on_finalizing)\nPASS: test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_cancelled_handler)\nPASS: test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_no_handler)\nPASS: test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler)\nPASS: test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_2)\nPASS: test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_cleanup_error)\nPASS: test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error)\nPASS: test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error2)\nPASS: test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_blocking_error)\nPASS: test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel1)\nPASS: test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel2)\nPASS: test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_exception)\nPASS: test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer)\nPASS: test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file)\nPASS: test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_available)\nPASS: test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file)\nPASS: test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_first_call)\nPASS: test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_next_call)\nPASS: test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nopath_nosock)\nPASS: test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nossl_serverhost)\nPASS: test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_inetsock)\nPASS: test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_sock)\nPASS: test_create_unix_connection_pathlike (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_pathlike)\nPASS: test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_noserverhost)\nPASS: test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_timeout_with_plain_sock)\nPASS: test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_bind_error)\nPASS: test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_nonsock)\nPASS: test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_sock)\nPASS: test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_nopath_nosock)\nPASS: test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_dgram)\nPASS: test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_inetsock)\nPASS: test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_stream_bittype)\nPASS: test_create_unix_server_pathlike (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_pathlike)\nPASS: test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_bool)\nPASS: test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_timeout_with_plain_sock)\nPASS: test_fork_asyncio_run (test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_run)\nPASS: test_fork_asyncio_subprocess (test.test_asyncio.test_unix_events.TestFork.test_fork_asyncio_subprocess)\nPASS: test_fork_not_share_event_loop (test.test_asyncio.test_unix_events.TestFork.test_fork_not_share_event_loop)\nPASS: test_fork_signal_handling (test.test_asyncio.test_unix_events.TestFork.test_fork_signal_handling)\nPASS: test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_invalid_argument)\nPASS: test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_or_writer_transport_fd)\nPASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost)\nPASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost_with_err)\nPASS: test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__close)\nPASS: test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready)\nPASS: test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_blocked)\nPASS: test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_eof)\nPASS: test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_error)\nPASS: test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close)\nPASS: test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close_already_closing)\nPASS: test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_ctor)\nPASS: test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading)\nPASS: test_pause_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_closed_pipe)\nPASS: test_pause_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_paused_pipe)\nPASS: test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading)\nPASS: test_resume_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_closed_pipe)\nPASS: test_resume_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_paused_pipe)\nPASS: test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost)\nPASS: test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost_with_err)\nPASS: test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__read_ready)\nPASS: test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready)\nPASS: test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_again)\nPASS: test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_closing)\nPASS: test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_empty)\nPASS: test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_err)\nPASS: test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_partial)\nPASS: test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_abort)\nPASS: test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_can_write_eof)\nPASS: test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close)\nPASS: test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close_closing)\nPASS: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_ctor)\nPASS: test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write)\nPASS: test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_again)\nPASS: test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_buffer)\nPASS: test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_close)\nPASS: test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof)\nPASS: test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof_pending)\nPASS: test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_err)\nPASS: test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_no_data)\nPASS: test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_partial)\n\n----------------------------------------------------------------------\nRan 125 tests in 0.440s\n\nOK\n0:00:15 load avg: 0.21 [ 26/480] test.test_asyncio.test_waitfor passed\nPASS: test_asyncio_wait_for_cancelled (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_cancelled)\nPASS: test_asyncio_wait_for_timeout (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_timeout)\nPASS: test_cancel_blocking_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_blocking_wait_for)\nPASS: test_cancel_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_wait_for)\nPASS: test_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for)\nPASS: test_wait_for_blocking (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_blocking)\nPASS: test_wait_for_cancel_suppressed (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancel_suppressed)\nPASS: test_wait_for_cancellation_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancellation_race_condition)\nPASS: test_wait_for_issue86296 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_issue86296)\nPASS: test_wait_for_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_race_condition)\nPASS: test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_reraises_exception_during_cancellation)\nPASS: test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0)\nPASS: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started)\nPASS: test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_future_done)\nPASS: test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation)\nPASS: test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation_w_timeout_0)\nPASS: test_none_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_none_timeout)\nPASS: test_shielded_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_shielded_timeout)\nPASS: test_zero_timeout (test.test_asyncio.test_waitfor.WaitForShieldTests.test_zero_timeout)\n\n----------------------------------------------------------------------\nRan 19 tests in 0.996s\n\nOK\n0:00:15 load avg: 0.21 [ 27/480] test.test_asyncio.test_windows_events skipped\ntest.test_asyncio.test_windows_events skipped -- Windows only\n0:00:15 load avg: 0.21 [ 28/480] test.test_asyncio.test_windows_utils skipped\ntest.test_asyncio.test_windows_utils skipped -- Windows only\n0:00:19 load avg: 0.27 [ 29/480] test.test_asyncio.test_taskgroups passed\nPASS: test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancel_children_on_child_error)\nPASS: test_cancellation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation)\nPASS: test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancellation_does_not_leak_out_of_tg)\nPASS: test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancelling_level_preserved)\nPASS: test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_cancels_task_if_created_during_creation)\nPASS: test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_coro_closed_when_tg_closed)\nPASS: test_error_and_cancel (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_error_and_cancel)\ntest_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_base_error)\nPASS: Test that TaskGroup deletes self._base_error\ntest_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_direct)\nPASS: Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup\ntest_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_errors)\nPASS: Test that TaskGroup deletes self._errors, and __aexit__ args\ntest_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task)\nPASS: Test that TaskGroup deletes self._parent_task\ntest_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_parent_task_wr)\nPASS: Test that TaskGroup deletes self._parent_task and create_task() deletes task\ntest_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_exception_refcycles_propagate_cancellation_error)\nPASS: Test that TaskGroup deletes propagate_cancellation_error\nPASS: test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_nested_groups_both_cancelled)\nPASS: test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_01)\nPASS: test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_02)\nPASS: test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_03)\nPASS: test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_04)\nPASS: test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_07)\nPASS: test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_08)\nPASS: test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_09)\nPASS: test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_10)\nPASS: test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_11)\nPASS: test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_12)\nPASS: test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_13)\nPASS: test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_14)\nPASS: test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_15)\nPASS: test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_16)\nPASS: test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_17)\nPASS: test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_18)\nPASS: test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_19)\nPASS: test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20)\nPASS: test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_20a)\nPASS: test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_21a)\nPASS: test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_22)\nPASS: test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_23)\nPASS: test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_24)\nPASS: test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_25)\nPASS: test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_already_entered)\nPASS: test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_context_manager_exit_raises)\nPASS: test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_double_enter)\nPASS: test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_finished)\nPASS: test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_no_create_task_after_failure)\nPASS: test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_not_entered)\nPASS: test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_context)\nPASS: test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_task_name)\nPASS: test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestEagerTaskTaskGroup.test_taskgroup_without_parent_task)\nPASS: test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error)\nPASS: test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation)\nPASS: test_cancellation_does_not_leak_out_of_tg (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation_does_not_leak_out_of_tg)\nPASS: test_cancelling_level_preserved (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancelling_level_preserved)\nPASS: test_cancels_task_if_created_during_creation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancels_task_if_created_during_creation)\nPASS: test_coro_closed_when_tg_closed (test.test_asyncio.test_taskgroups.TestTaskGroup.test_coro_closed_when_tg_closed)\nPASS: test_error_and_cancel (test.test_asyncio.test_taskgroups.TestTaskGroup.test_error_and_cancel)\ntest_exception_refcycles_base_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error)\nPASS: Test that TaskGroup deletes self._base_error\ntest_exception_refcycles_direct (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct)\nPASS: Test that TaskGroup doesn't keep a reference to the raised ExceptionGroup\ntest_exception_refcycles_errors (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_errors)\nPASS: Test that TaskGroup deletes self._errors, and __aexit__ args\ntest_exception_refcycles_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task)\nPASS: Test that TaskGroup deletes self._parent_task\ntest_exception_refcycles_parent_task_wr (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_parent_task_wr)\nPASS: Test that TaskGroup deletes self._parent_task and create_task() deletes task\ntest_exception_refcycles_propagate_cancellation_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error)\nPASS: Test that TaskGroup deletes propagate_cancellation_error\nPASS: test_nested_groups_both_cancelled (test.test_asyncio.test_taskgroups.TestTaskGroup.test_nested_groups_both_cancelled)\nPASS: test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01)\nPASS: test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02)\nPASS: test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03)\nPASS: test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04)\nPASS: test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07)\nPASS: test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08)\nPASS: test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09)\nPASS: test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10)\nPASS: test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11)\nPASS: test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12)\nPASS: test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13)\nPASS: test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14)\nPASS: test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15)\nPASS: test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16)\nPASS: test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17)\nPASS: test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18)\nPASS: test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19)\nPASS: test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20)\nPASS: test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a)\nPASS: test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a)\nPASS: test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22)\nPASS: test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23)\nPASS: test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24)\nPASS: test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25)\nPASS: test_taskgroup_already_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_already_entered)\nPASS: test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises)\nPASS: test_taskgroup_double_enter (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_double_enter)\nPASS: test_taskgroup_finished (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_finished)\nPASS: test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure)\nPASS: test_taskgroup_not_entered (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_not_entered)\nPASS: test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context)\nPASS: test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name)\nPASS: test_taskgroup_without_parent_task (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_without_parent_task)\n\n----------------------------------------------------------------------\nRan 94 tests in 12.217s\n\nOK\n0:00:19 load avg: 0.27 [ 30/480] test.test_concurrent_futures.test_deadlock passed\nSKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'\nSKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'\nSKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'\nSKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'\nSKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'\nSKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'\nSKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'\nSKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'\nSKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'\nSKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'\nSKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'\nSKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'\nSKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'\nSKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'\nSKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'\nSKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'\nSKIP: test_crash_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) 'skipping problematic test'\nSKIP: test_crash_big_data (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) 'skipping problematic test'\nSKIP: test_crash_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_at_task_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) 'skipping problematic test'\nSKIP: test_error_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) 'skipping problematic test'\nSKIP: test_error_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_exit_at_task_unpickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) 'skipping problematic test'\nSKIP: test_exit_during_func_exec_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) 'skipping problematic test'\nSKIP: test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) 'skipping problematic test'\nSKIP: test_gh105829_should_not_deadlock_if_wakeup_pipe_full (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full) 'skipping problematic test'\nSKIP: test_shutdown_deadlock (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) 'skipping problematic test'\nSKIP: test_shutdown_deadlock_pickle (test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) 'skipping problematic test'\n\n----------------------------------------------------------------------\nRan 48 tests in 0.008s\n\nOK (skipped=48)\n0:00:21 load avg: 0.27 [ 31/480] test.test_asyncio.test_subprocess passed\nPASS: test_create_subprocess_fails_with_inactive_watcher (test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher)\nPASS: test_create_subprocess_with_pidfd (test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_with_pidfd)\nPASS: test_warns (test.test_asyncio.test_subprocess.MultiLoopChildWatcherTests.test_warns)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_terminate)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_terminate)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_terminate)\nPASS: test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_make_subprocess_transport_exec)\nPASS: test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_post_init)\nPASS: test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_process_wait)\nPASS: test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_dont_kill_finished)\nPASS: test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_kill_running)\nPASS: test_communicate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate)\nPASS: test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_ignore_broken_pipe)\nPASS: test_communicate_none_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_none_input)\nPASS: test_create_subprocess_env_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_exec)\nPASS: test_create_subprocess_env_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_env_shell)\nPASS: test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_text_mode_fails)\nPASS: test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_with_path)\nPASS: test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_shell_text_mode_fails)\nPASS: test_devnull_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_error)\nPASS: test_devnull_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_input)\nPASS: test_devnull_output (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_output)\nPASS: test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devstdin_input)\nPASS: test_empty_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_empty_input)\nPASS: test_kill (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill)\nPASS: test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill_issue43884)\nPASS: test_pause_reading (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_pause_reading)\nPASS: test_popen_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error)\nPASS: test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error_with_stdin_pipe)\nPASS: test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_read_stdout_after_process_exit)\nPASS: test_send_signal (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_send_signal)\nPASS: test_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_shell)\nPASS: test_start_new_session (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_start_new_session)\nPASS: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_broken_pipe)\nPASS: test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_not_inheritable)\nPASS: test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_stdout)\nPASS: test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_communicate_stdout)\nPASS: test_subprocess_concurrent_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_concurrent_wait)\nPASS: test_subprocess_protocol_events (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_protocol_events)\nPASS: test_subprocess_send_signal_race (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_send_signal_race)\nPASS: test_terminate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate)\nPASS: test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited)\nPASS: test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr)\n\n----------------------------------------------------------------------\nRan 145 tests in 14.541s\n\nOK\n0:00:22 load avg: 0.41 [ 32/480] test.test_concurrent_futures.test_future passed\nPASS: test_cancel (test.test_concurrent_futures.test_future.FutureTests.test_cancel)\nPASS: test_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_cancelled)\nPASS: test_done (test.test_concurrent_futures.test_future.FutureTests.test_done)\nPASS: test_done_callback_already_cancelled (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled)\nPASS: test_done_callback_already_failed (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed)\nPASS: test_done_callback_already_successful (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_successful)\nPASS: test_done_callback_raises (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises)\nPASS: test_done_callback_raises_already_succeeded (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_raises_already_succeeded)\nPASS: test_done_callback_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_cancel)\nPASS: test_done_callback_with_exception (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_exception)\nPASS: test_done_callback_with_result (test.test_concurrent_futures.test_future.FutureTests.test_done_callback_with_result)\nPASS: test_exception_with_success (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_success)\nPASS: test_exception_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_exception_with_timeout)\nPASS: test_multiple_set_exception (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_exception)\nPASS: test_multiple_set_result (test.test_concurrent_futures.test_future.FutureTests.test_multiple_set_result)\nPASS: test_repr (test.test_concurrent_futures.test_future.FutureTests.test_repr)\nPASS: test_result_with_cancel (test.test_concurrent_futures.test_future.FutureTests.test_result_with_cancel)\nPASS: test_result_with_success (test.test_concurrent_futures.test_future.FutureTests.test_result_with_success)\nPASS: test_result_with_timeout (test.test_concurrent_futures.test_future.FutureTests.test_result_with_timeout)\nPASS: test_running (test.test_concurrent_futures.test_future.FutureTests.test_running)\n\n----------------------------------------------------------------------\nRan 20 tests in 3.016s\n\nOK\n0:00:23 load avg: 0.41 [ 33/480] test.test_concurrent_futures.test_init passed\ntest_forkserver (test.test_concurrent_futures.test_init.FailingInitializerResourcesTest.test_forkserver) ... 0.29s ok\ntest_spawn (test.test_concurrent_futures.test_init.FailingInitializerResourcesTest.test_spawn) ... 0.28s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkFailingInitializerTest.test_initializer) ... 0.11s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkInitializerTest.test_initializer) ... 0.01s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverFailingInitializerTest.test_initializer) ... 0.21s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolForkserverInitializerTest.test_initializer) ... 0.23s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnFailingInitializerTest.test_initializer) ... 0.34s ok\ntest_initializer (test.test_concurrent_futures.test_init.ProcessPoolSpawnInitializerTest.test_initializer) ... 0.21s ok\ntest_initializer (test.test_concurrent_futures.test_init.ThreadPoolFailingInitializerTest.test_initializer) ... 0.10s ok\ntest_initializer (test.test_concurrent_futures.test_init.ThreadPoolInitializerTest.test_initializer) ... 0.00s ok\n\n----------------------------------------------------------------------\nRan 10 tests in 1.834s\n\nOK\n0:00:23 load avg: 0.41 [ 34/480] test.test_concurrent_futures.test_shutdown passed\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolForkserverProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_processes_terminate (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_cancel_futures (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures) 'skipping problematic test'\nSKIP: test_cancel_futures_wait_false (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures_wait_false) 'skipping problematic test'\nSKIP: test_context_manager_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_context_manager_shutdown) 'skipping problematic test'\nSKIP: test_del_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_del_shutdown) 'skipping problematic test'\ntest_hang_gh83386 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh83386)\nSKIP: shutdown(wait=False) doesn't hang at exit with running futures. 'skipping problematic test'\ntest_hang_gh94440 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh94440)\nSKIP: shutdown(wait=True) doesn't hang when a future was submitted and 'skipping problematic test'\nSKIP: test_hang_issue12364 (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_issue12364) 'skipping problematic test'\nSKIP: test_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_run_after_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_run_after_shutdown) 'skipping problematic test'\nSKIP: test_shutdown_no_wait (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_shutdown_no_wait) 'skipping problematic test'\nSKIP: test_submit_after_interpreter_shutdown (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown) 'skipping problematic test'\nSKIP: test_thread_names_assigned (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_assigned) 'skipping problematic test'\nSKIP: test_thread_names_default (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_default) 'skipping problematic test'\nSKIP: test_threads_terminate (test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_threads_terminate) 'skipping problematic test'\n\n----------------------------------------------------------------------\nRan 47 tests in 0.006s\n\nOK (skipped=47)\n0:00:23 load avg: 0.41 [ 35/480] test.test_concurrent_futures.test_thread_pool passed\ntest_default_workers (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers) ... 0.00s ok\ntest_executor_map_current_future_cancel (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... 0.00s ok\ntest_free_reference (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference) ... 0.05s ok\nSKIP: test_hang_global_shutdown_lock (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) \"resource 'cpu' is not enabled\"\ntest_idle_thread_reuse (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse) ... 0.00s ok\ntest_map (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map) ... 0.00s ok\ntest_map_exception (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception) ... 0.00s ok\ntest_map_submits_without_iteration (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration)\nTests verifying issue 11777. ... 0.00s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\ntest_max_workers_negative (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative) ... 0.00s ok\ntest_no_stale_references (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_no_stale_references) ... 0.00s ok\ntest_process_fork_from_a_threadpool (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_process_fork_from_a_threadpool) ... 0.00s ok\ntest_saturation (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation) ... 0.00s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... 0.00s ok\ntest_submit (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit) ... 0.00s ok\ntest_submit_keyword (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_submit_keyword) ... 0.00s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.00s ok\n\n----------------------------------------------------------------------\nRan 17 tests in 0.062s\n\nOK (skipped=2)\n0:00:24 load avg: 0.41 [ 36/480] test.test_asyncio.test_tasks passed\nPASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop)\nPASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_implicit)\nPASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_with_implicit_loop)\nPASS: test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task)\nPASS: test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_failure)\nPASS: test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task)\nPASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure1)\nPASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure2)\nPASS: test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_1)\nPASS: test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_2)\nPASS: test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_3)\nPASS: test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task)\nPASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_not_registered)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_del__log_destroy_pending_segfault)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nSKIP: test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_refleaks_in_task___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_exception_causes_invalid_state)\nPASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_result_causes_invalid_state)\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests.test_foobar)\nPASS: test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests.test_cancellation_broadcast)\nPASS: test_constructor_use_global_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_global_loop)\nPASS: test_constructor_use_running_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_running_loop)\nPASS: test_constructor_without_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_without_loop)\nPASS: test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests.test_duplicate_coroutines)\nPASS: test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests.test_env_var_debug)\nPASS: test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests.test_exception_marking)\nPASS: test_issue46672 (test.test_asyncio.test_tasks.CoroutineGatherTests.test_issue46672)\nPASS: test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests.test_one_exception)\nPASS: test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_result_exception_success)\nPASS: test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests.test_return_exceptions)\nPASS: test_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_success)\nPASS: test_constructor_empty_sequence_use_global_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_global_loop)\nPASS: test_constructor_empty_sequence_use_running_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_running_loop)\nPASS: test_constructor_empty_sequence_without_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_without_loop)\nPASS: test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_heterogenous_futures)\nPASS: test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_homogenous_futures)\nPASS: test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests.test_env_var_debug)\nPASS: test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_one_cancellation)\nPASS: test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests.test_one_exception)\nPASS: test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_one_cancellation)\nPASS: test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_success)\nPASS: test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests.test_return_exceptions)\nPASS: test_success (test.test_asyncio.test_tasks.FutureGatherTests.test_success)\nPASS: test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests.test_asyncio_module_compiled)\nPASS: test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests.test_future_subclass)\nPASS: test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop)\nPASS: test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_implicit)\nPASS: test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_with_implicit_loop)\nPASS: test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task)\nPASS: test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_failure)\nPASS: test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task)\nPASS: test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure1)\nPASS: test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure2)\nPASS: test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_1)\nPASS: test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_2)\nPASS: test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_3)\nPASS: test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task)\nPASS: test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_not_registered)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_stop_while_run_in_complete)\nPASS: test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_subclasses_ctask_cfuture)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_name_pylong)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_wait_does_not_shield_cancel)\nPASS: test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed)\nPASS: test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_concurrent)\nPASS: test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop)\nPASS: test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_without_loop)\nPASS: test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_duplicate_coroutines)\nPASS: test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_invalid_args)\nPASS: test_as_completed_resume_iterator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_resume_iterator)\nPASS: test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_reverse_wait)\nPASS: test_as_completed_same_tasks_in_as_out (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_same_tasks_in_as_out)\nPASS: test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_timeout)\nPASS: test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_unused_timeout)\nPASS: test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_named_task)\nPASS: test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_task)\nPASS: test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_baseexception_during_cancel)\nPASS: test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel)\ntest_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_at_end)\nPASS: coroutine end right after task is cancelled\nPASS: test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_awaited_task)\nPASS: test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_both_task_and_inner_future)\nPASS: test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_current_task)\ntest_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_1)\nPASS: Ensure that a gathering future refuses to be cancelled once all\nPASS: test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_2)\nPASS: test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_inner_future)\nPASS: test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_catching)\nPASS: test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_ignoring)\nPASS: test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_exception)\nPASS: test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_result)\nPASS: test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_before_starting_task)\nPASS: test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_exception)\nPASS: test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_result)\nPASS: test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_yield)\nPASS: test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancellation_exception_context)\nPASS: test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancelling)\nPASS: test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_1)\nPASS: test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_2)\nPASS: test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_3)\nPASS: test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_4)\nPASS: test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_5)\nPASS: test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_6)\nPASS: test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function)\nPASS: test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future)\nPASS: test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_async_function)\nPASS: test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asynclike_function)\nPASS: test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine)\nPASS: test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task)\nPASS: test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks)\nPASS: test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable)\nPASS: test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine)\nPASS: test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg)\nPASS: test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future)\nPASS: test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither)\nPASS: test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task)\nPASS: test_ensure_future_task_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_awaitable)\nPASS: test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_error_in_call_soon)\nPASS: test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await)\nPASS: test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle)\nPASS: test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback)\nPASS: test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield)\nPASS: test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_generic_alias)\nPASS: test_get_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_context)\nPASS: test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_coro)\nPASS: test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_stack)\nPASS: test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_iscoroutinefunction)\nPASS: test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_destroyed_pending_task)\nPASS: test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_traceback)\nPASS: test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_other_loop_future)\ntest_proper_refcounts (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_proper_refcounts) ... Task was destroyed but it is pending!\ntask: <Task pending name=None coro=<coroutine_function() done, defined at /usr/lib/python3.13/test/test_asyncio/test_tasks.py:29>>\nok\nPASS: test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_exception_causes_invalid_state)\nPASS: test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_result_causes_invalid_state)\nPASS: test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_inner)\nPASS: test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer)\nPASS: test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_global_loop)\nPASS: test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_running_loop)\nPASS: test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_without_loop)\nPASS: test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_effect)\nPASS: test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_exception)\nPASS: test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_gather)\nPASS: test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_result)\nPASS: test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_shortcut)\nPASS: test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep)\nPASS: test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_cancel)\nPASS: test_sleep_when_delay_is_nan (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_when_delay_is_nan)\nPASS: test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_step_result_future)\nPASS: test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_stop_while_run_in_complete)\nPASS: test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_awaits_on_itself)\nPASS: test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_basics)\nPASS: test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_getter)\nPASS: test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_setter)\nPASS: test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_sleeping_task)\nPASS: test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_waiter_future)\nPASS: test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_class)\nPASS: test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_del_collect)\nPASS: test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr)\nPASS: test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_autogenerated)\nPASS: test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_name_not_str)\nPASS: test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_wait_for)\nPASS: test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_methods)\nPASS: test_task_set_name_pylong (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_name_pylong)\nPASS: test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_source_traceback)\nPASS: test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel)\nPASS: test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_basic)\nPASS: test_uncancel_resets_must_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_resets_must_cancel)\nPASS: test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_structured_blocks)\nPASS: test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait)\nPASS: test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_concurrent_complete)\nPASS: test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_duplicate_coroutines)\nPASS: test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_errors)\nPASS: test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_completed)\nPASS: test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception)\nPASS: test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_in_wait)\nPASS: test_wait_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_generator)\nPASS: test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_invalid_args)\nPASS: test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_really_done)\nPASS: test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_exception)\nPASS: test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_iterator_of_tasks)\nPASS: test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_timeout)\nPASS: test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_future_passes_cancel)\nPASS: test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel)\ntest_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe)\nPASS: Test coroutine submission from a thread to an event loop.\ntest_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_cancelled)\nPASS: Test coroutine submission from a thread to an event loop\ntest_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_factory_exception)\nPASS: Test coroutine submission from a thread to an event loop\ntest_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_exception)\nPASS: Test coroutine submission from a thread to an event loop\ntest_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_timeout)\nPASS: Test coroutine submission from a thread to an event loop\nPASS: test_sleep_zero (test.test_asyncio.test_tasks.SleepTests.test_sleep_zero)\n\n----------------------------------------------------------------------\nRan 985 tests in 14.285s\n\nOK (skipped=1)\n0:00:24 load avg: 0.41 [ 37/480] test.test_future_stmt.test_future passed\nPASS: test_annotation_with_complex_target (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotation_with_complex_target)\nPASS: test_annotations (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations)\nPASS: test_annotations_forbidden (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_forbidden)\nPASS: test_annotations_symbol_table_pass (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_annotations_symbol_table_pass)\nPASS: test_fstring_debug_annotations (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_fstring_debug_annotations)\nPASS: test_get_type_hints_on_func_with_variadic_arg (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_get_type_hints_on_func_with_variadic_arg)\nPASS: test_infinity_numbers (test.test_future_stmt.test_future.AnnotationsFutureTestCase.test_infinity_numbers)\nPASS: test_ensure_flags_dont_clash (test.test_future_stmt.test_future.FutureTest.test_ensure_flags_dont_clash)\nPASS: test_future_dotted_import (test.test_future_stmt.test_future.FutureTest.test_future_dotted_import)\nPASS: test_future_import_braces (test.test_future_stmt.test_future.FutureTest.test_future_import_braces)\nPASS: test_future_import_not_on_top (test.test_future_stmt.test_future.FutureTest.test_future_import_not_on_top)\nPASS: test_future_import_star (test.test_future_stmt.test_future.FutureTest.test_future_import_star)\nPASS: test_future_import_with_extra_string (test.test_future_stmt.test_future.FutureTest.test_future_import_with_extra_string)\nPASS: test_future_multiple_features (test.test_future_stmt.test_future.FutureTest.test_future_multiple_features)\nPASS: test_future_multiple_imports (test.test_future_stmt.test_future.FutureTest.test_future_multiple_imports)\nPASS: test_future_single_import (test.test_future_stmt.test_future.FutureTest.test_future_single_import)\nPASS: test_import_nested_scope_twice (test.test_future_stmt.test_future.FutureTest.test_import_nested_scope_twice)\nPASS: test_module_with_future_import_not_on_top (test.test_future_stmt.test_future.FutureTest.test_module_with_future_import_not_on_top)\nPASS: test_multiple_import_statements_on_same_line (test.test_future_stmt.test_future.FutureTest.test_multiple_import_statements_on_same_line)\nPASS: test_nested_scope (test.test_future_stmt.test_future.FutureTest.test_nested_scope)\nPASS: test_syntactical_future_repl (test.test_future_stmt.test_future.FutureTest.test_syntactical_future_repl)\nPASS: test_unicode_literals_exec (test.test_future_stmt.test_future.FutureTest.test_unicode_literals_exec)\nPASS: test_unknown_future_flag (test.test_future_stmt.test_future.FutureTest.test_unknown_future_flag)\n\n----------------------------------------------------------------------\nRan 23 tests in 0.100s\n\nOK\n0:00:24 load avg: 0.41 [ 38/480] test.test_future_stmt.test_future_flags passed\nPASS: test_attributes (test.test_future_stmt.test_future_flags.FutureTest.test_attributes)\nPASS: test_names (test.test_future_stmt.test_future_flags.FutureTest.test_names)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 39/480] test.test_future_stmt.test_future_multiple_features passed\nPASS: test_print_function (test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_print_function)\nPASS: test_unicode_literals (test.test_future_stmt.test_future_multiple_features.TestMultipleFeatures.test_unicode_literals)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 40/480] test.test_future_stmt.test_future_multiple_imports passed\nPASS: test_unicode_literals (test.test_future_stmt.test_future_multiple_imports.Tests.test_unicode_literals)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 41/480] test.test_future_stmt.test_future_single_import passed\nPASS: test_floor_div_operator (test.test_future_stmt.test_future_single_import.TestFuture.test_floor_div_operator)\nPASS: test_nested_scopes (test.test_future_stmt.test_future_single_import.TestFuture.test_nested_scopes)\nPASS: test_true_div_as_default (test.test_future_stmt.test_future_single_import.TestFuture.test_true_div_as_default)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:00:24 load avg: 0.41 [ 42/480] test.test_gdb.test_backtrace skipped\ntest.test_gdb.test_backtrace skipped -- test_gdb only works on source builds at the moment.\n0:00:24 load avg: 0.41 [ 43/480] test.test_gdb.test_cfunction skipped\ntest.test_gdb.test_cfunction skipped -- test_gdb only works on source builds at the moment.\n0:00:25 load avg: 0.41 [ 44/480] test.test_gdb.test_cfunction_full skipped\ntest.test_gdb.test_cfunction_full skipped -- test_gdb only works on source builds at the moment.\n0:00:25 load avg: 0.41 [ 45/480] test.test_gdb.test_misc skipped\ntest.test_gdb.test_misc skipped -- test_gdb only works on source builds at the moment.\n0:00:25 load avg: 0.41 [ 46/480] test.test_gdb.test_pretty_print skipped\ntest.test_gdb.test_pretty_print skipped -- test_gdb only works on source builds at the moment.\n0:00:26 load avg: 0.41 [ 47/480] test.test_inspect.test_inspect passed\nPASS: test__all__ (test.test_inspect.test_inspect.IsTestBase.test__all__)\nPASS: test_class_async_method (test.test_inspect.test_inspect.TestBlockComments.test_class_async_method)\nPASS: test_class_method (test.test_inspect.test_inspect.TestBlockComments.test_class_method)\nPASS: test_toplevel_class (test.test_inspect.test_inspect.TestBlockComments.test_toplevel_class)\nPASS: test_signature_bound_arguments_apply_defaults (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_apply_defaults)\nPASS: test_signature_bound_arguments_arguments_type (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_arguments_type)\nPASS: test_signature_bound_arguments_equality (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_equality)\nPASS: test_signature_bound_arguments_pickle (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_pickle)\nPASS: test_signature_bound_arguments_repr (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_repr)\nPASS: test_signature_bound_arguments_unhashable (test.test_inspect.test_inspect.TestBoundArguments.test_signature_bound_arguments_unhashable)\nPASS: test_class_decorator (test.test_inspect.test_inspect.TestBuggyCases.test_class_decorator)\nPASS: test_class_definition_in_multiline_comment (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_comment)\nPASS: test_class_definition_in_multiline_string_definition (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_in_multiline_string_definition)\nPASS: test_class_definition_same_name_diff_methods (test.test_inspect.test_inspect.TestBuggyCases.test_class_definition_same_name_diff_methods)\nPASS: test_class_inside_conditional (test.test_inspect.test_inspect.TestBuggyCases.test_class_inside_conditional)\nPASS: test_class_with_method_from_other_module (test.test_inspect.test_inspect.TestBuggyCases.test_class_with_method_from_other_module)\nPASS: test_findsource_binary (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_binary)\nPASS: test_findsource_code_in_linecache (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_code_in_linecache)\nPASS: test_findsource_on_class_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_class_with_out_of_bounds_lineno)\nPASS: test_findsource_on_func_with_out_of_bounds_lineno (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_on_func_with_out_of_bounds_lineno)\nPASS: test_findsource_without_filename (test.test_inspect.test_inspect.TestBuggyCases.test_findsource_without_filename)\nPASS: test_getsource_on_class_code_object (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_class_code_object)\nPASS: test_getsource_on_method (test.test_inspect.test_inspect.TestBuggyCases.test_getsource_on_method)\nPASS: test_method_in_dynamic_class (test.test_inspect.test_inspect.TestBuggyCases.test_method_in_dynamic_class)\nPASS: test_multiline_sig (test.test_inspect.test_inspect.TestBuggyCases.test_multiline_sig)\nPASS: test_multiple_children_classes (test.test_inspect.test_inspect.TestBuggyCases.test_multiple_children_classes)\nPASS: test_nested_class (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class)\nPASS: test_nested_class_definition (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition)\nPASS: test_nested_class_definition_indented_string (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_indented_string)\nPASS: test_nested_class_definition_inside_async_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_async_function)\nPASS: test_nested_class_definition_inside_function (test.test_inspect.test_inspect.TestBuggyCases.test_nested_class_definition_inside_function)\nPASS: test_nested_func (test.test_inspect.test_inspect.TestBuggyCases.test_nested_func)\nPASS: test_one_liner_dedent_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_dedent_non_name)\nPASS: test_one_liner_followed_by_non_name (test.test_inspect.test_inspect.TestBuggyCases.test_one_liner_followed_by_non_name)\nPASS: test_with_comment (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment)\nPASS: test_with_comment_instead_of_docstring (test.test_inspect.test_inspect.TestBuggyCases.test_with_comment_instead_of_docstring)\nPASS: test_argspec_api_ignores_wrapped (test.test_inspect.test_inspect.TestClassesAndFunctions.test_argspec_api_ignores_wrapped)\nPASS: test_classify_DynamicClassAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_DynamicClassAttribute)\nPASS: test_classify_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute)\nPASS: test_classify_VirtualAttribute_multi_classes (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_multi_classes)\nPASS: test_classify_builtin_types (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_builtin_types)\nPASS: test_classify_class_attrs_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_class_attrs_with_buggy_dir)\nPASS: test_classify_metaclass_class_attribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_metaclass_class_attribute)\nPASS: test_classify_newstyle (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_newstyle)\nPASS: test_classify_overrides_bool (test.test_inspect.test_inspect.TestClassesAndFunctions.test_classify_overrides_bool)\nPASS: test_get_annotations_with_stock_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stock_annotations)\nPASS: test_get_annotations_with_stringized_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stringized_annotations)\nPASS: test_getfullargspec (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec)\nPASS: test_getfullargspec_builtin_func (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func)\nPASS: test_getfullargspec_builtin_func_no_signature (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_no_signature)\nPASS: test_getfullargspec_builtin_methods (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_methods)\nPASS: test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_definition_order_preserved_on_kwonly)\nPASS: test_getfullargspec_signature_annos (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_annos)\nPASS: test_getfullargspec_signature_attr (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_attr)\nPASS: test_getmembers_VirtualAttribute (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_VirtualAttribute)\nPASS: test_getmembers_custom_broken_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_broken_dir)\nPASS: test_getmembers_custom_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_dir)\nPASS: test_getmembers_custom_duplicated_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_custom_duplicated_dir)\nPASS: test_getmembers_descriptors (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_descriptors)\nPASS: test_getmembers_method (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_method)\nPASS: test_getmembers_static (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_static)\nPASS: test_getmembers_with_buggy_dir (test.test_inspect.test_inspect.TestClassesAndFunctions.test_getmembers_with_buggy_dir)\nPASS: test_newstyle_mro (test.test_inspect.test_inspect.TestClassesAndFunctions.test_newstyle_mro)\nPASS: test_pep695_generic_class_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations)\nPASS: test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_and_local_shadowing)\nPASS: test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_function_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations)\nPASS: test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_method_with_future_annotations (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations)\nPASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_and_local_vars)\nPASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generics_with_future_annotations_nested_in_function (test.test_inspect.test_inspect.TestClassesAndFunctions.test_pep_695_generics_with_future_annotations_nested_in_function)\nPASS: test_parens_in_decorator (test.test_inspect.test_inspect.TestComplexDecorator.test_parens_in_decorator)\nPASS: test_decorator_with_lambda (test.test_inspect.test_inspect.TestDecorators.test_decorator_with_lambda)\nPASS: test_getsource_unwrap (test.test_inspect.test_inspect.TestDecorators.test_getsource_unwrap)\nPASS: test_replacing_decorator (test.test_inspect.test_inspect.TestDecorators.test_replacing_decorator)\nPASS: test_wrapped_decorator (test.test_inspect.test_inspect.TestDecorators.test_wrapped_decorator)\nPASS: test_typing_replacement (test.test_inspect.test_inspect.TestFormatAnnotation.test_typing_replacement)\nPASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_exhaustion)\nPASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetAsyncGenState.test_closed_after_immediate_exception)\nPASS: test_created (test.test_inspect.test_inspect.TestGetAsyncGenState.test_created)\nPASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetAsyncGenState.test_easy_debugging)\nPASS: test_getasyncgenlocals (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals)\nPASS: test_getasyncgenlocals_empty (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_empty)\nPASS: test_getasyncgenlocals_error (test.test_inspect.test_inspect.TestGetAsyncGenState.test_getasyncgenlocals_error)\nPASS: test_running (test.test_inspect.test_inspect.TestGetAsyncGenState.test_running)\nPASS: test_suspended (test.test_inspect.test_inspect.TestGetAsyncGenState.test_suspended)\nPASS: test_attribute_same_name_as_global_var (test.test_inspect.test_inspect.TestGetClosureVars.test_attribute_same_name_as_global_var)\nPASS: test_builtins_as_dict (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_dict)\nPASS: test_builtins_as_module (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_as_module)\nPASS: test_builtins_fallback (test.test_inspect.test_inspect.TestGetClosureVars.test_builtins_fallback)\nPASS: test_generator_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_generator_closure)\nPASS: test_getclosurevars_empty (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_empty)\nPASS: test_getclosurevars_error (test.test_inspect.test_inspect.TestGetClosureVars.test_getclosurevars_error)\nPASS: test_method_closure (test.test_inspect.test_inspect.TestGetClosureVars.test_method_closure)\nPASS: test_name_resolution (test.test_inspect.test_inspect.TestGetClosureVars.test_name_resolution)\nPASS: test_nonlocal_vars (test.test_inspect.test_inspect.TestGetClosureVars.test_nonlocal_vars)\nPASS: test_closed_after_close (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_close)\nPASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_exhaustion)\nPASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetCoroutineState.test_closed_after_immediate_exception)\nPASS: test_created (test.test_inspect.test_inspect.TestGetCoroutineState.test_created)\nPASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetCoroutineState.test_easy_debugging)\nPASS: test_getcoroutinelocals (test.test_inspect.test_inspect.TestGetCoroutineState.test_getcoroutinelocals)\nPASS: test_suspended (test.test_inspect.test_inspect.TestGetCoroutineState.test_suspended)\nPASS: test_closed_after_close (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_close)\nPASS: test_closed_after_exhaustion (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_exhaustion)\nPASS: test_closed_after_immediate_exception (test.test_inspect.test_inspect.TestGetGeneratorState.test_closed_after_immediate_exception)\nPASS: test_created (test.test_inspect.test_inspect.TestGetGeneratorState.test_created)\nPASS: test_easy_debugging (test.test_inspect.test_inspect.TestGetGeneratorState.test_easy_debugging)\nPASS: test_getgeneratorlocals (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals)\nPASS: test_getgeneratorlocals_empty (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_empty)\nPASS: test_getgeneratorlocals_error (test.test_inspect.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_error)\nPASS: test_running (test.test_inspect.test_inspect.TestGetGeneratorState.test_running)\nPASS: test_suspended (test.test_inspect.test_inspect.TestGetGeneratorState.test_suspended)\nPASS: test_basic (test.test_inspect.test_inspect.TestGetattrStatic.test_basic)\nPASS: test_cache_does_not_cause_classes_to_persist (test.test_inspect.test_inspect.TestGetattrStatic.test_cache_does_not_cause_classes_to_persist)\nPASS: test_classAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classAttribute)\nPASS: test_classVirtualAttribute (test.test_inspect.test_inspect.TestGetattrStatic.test_classVirtualAttribute)\nPASS: test_class_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_class_as_property)\nPASS: test_custom___getattr__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattr__)\nPASS: test_custom___getattribute__ (test.test_inspect.test_inspect.TestGetattrStatic.test_custom___getattribute__)\nPASS: test_custom_object_dict (test.test_inspect.test_inspect.TestGetattrStatic.test_custom_object_dict)\nPASS: test_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor)\nPASS: test_descriptor_raises_AttributeError (test.test_inspect.test_inspect.TestGetattrStatic.test_descriptor_raises_AttributeError)\nPASS: test_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_dict_as_property)\nPASS: test_inherited (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited)\nPASS: test_inherited_classattribute (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_classattribute)\nPASS: test_inherited_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_inherited_slots)\nPASS: test_instance_attr (test.test_inspect.test_inspect.TestGetattrStatic.test_instance_attr)\nPASS: test_metaclass (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass)\nPASS: test_metaclass_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_dict_as_property)\nPASS: test_metaclass_with_descriptor (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_descriptor)\nPASS: test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_metaclass_with_metaclass_with_dict_as_property)\nPASS: test_module (test.test_inspect.test_inspect.TestGetattrStatic.test_module)\nPASS: test_mro_as_property (test.test_inspect.test_inspect.TestGetattrStatic.test_mro_as_property)\nPASS: test_mutated_mro (test.test_inspect.test_inspect.TestGetattrStatic.test_mutated_mro)\nPASS: test_no_dict_no_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots)\nPASS: test_no_dict_no_slots_instance_member (test.test_inspect.test_inspect.TestGetattrStatic.test_no_dict_no_slots_instance_member)\nPASS: test_property (test.test_inspect.test_inspect.TestGetattrStatic.test_property)\nPASS: test_slots (test.test_inspect.test_inspect.TestGetattrStatic.test_slots)\nPASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_errors)\nPASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_keyword_only)\nPASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_multiple_features)\nPASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_plain)\nPASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varargs)\nPASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw)\nPASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsFunctions.test_varkw_only)\nPASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsMethods.test_errors)\nPASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_keyword_only)\nPASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsMethods.test_multiple_features)\nPASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsMethods.test_plain)\nPASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varargs)\nPASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw)\nPASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsMethods.test_varkw_only)\nPASS: test_errors (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_errors)\nPASS: test_keyword_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_keyword_only)\nPASS: test_multiple_features (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_multiple_features)\nPASS: test_plain (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_plain)\nPASS: test_varargs (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varargs)\nPASS: test_varkw (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw)\nPASS: test_varkw_only (test.test_inspect.test_inspect.TestGetcallargsUnboundMethods.test_varkw_only)\nPASS: test_getclasses_interactive (test.test_inspect.test_inspect.TestGetsourceInteractive.test_getclasses_interactive)\nPASS: test_getsource_stdlib_abc (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_abc)\nPASS: test_getsource_stdlib_collections_abc (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_collections_abc)\nPASS: test_getsource_stdlib_decimal (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_decimal)\nPASS: test_getsource_stdlib_tomllib (test.test_inspect.test_inspect.TestGetsourceStdlib.test_getsource_stdlib_tomllib)\nPASS: test_range_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_toplevel_frame)\nPASS: test_range_traceback_toplevel_frame (test.test_inspect.test_inspect.TestGettingSourceOfToplevelFrames.test_range_traceback_toplevel_frame)\nPASS: test__all__ (test.test_inspect.test_inspect.TestInterpreterStack.test__all__)\nPASS: test_abuse_done (test.test_inspect.test_inspect.TestInterpreterStack.test_abuse_done)\nPASS: test_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_frame)\nPASS: test_previous_frame (test.test_inspect.test_inspect.TestInterpreterStack.test_previous_frame)\nPASS: test_stack (test.test_inspect.test_inspect.TestInterpreterStack.test_stack)\nPASS: test_trace (test.test_inspect.test_inspect.TestInterpreterStack.test_trace)\nPASS: test_custom_descriptors (test.test_inspect.test_inspect.TestIsDataDescriptor.test_custom_descriptors)\nPASS: test_functions (test.test_inspect.test_inspect.TestIsDataDescriptor.test_functions)\nPASS: test_property (test.test_inspect.test_inspect.TestIsDataDescriptor.test_property)\nPASS: test_slot (test.test_inspect.test_inspect.TestIsDataDescriptor.test_slot)\nPASS: test_builtin_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_builtin_descriptors)\nPASS: test_custom_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_custom_descriptors)\nPASS: test_descriptor_being_a_class (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_descriptor_being_a_class)\nPASS: test_non_descriptors (test.test_inspect.test_inspect.TestIsMethodDescriptor.test_non_descriptors)\nPASS: test_builtins (test.test_inspect.test_inspect.TestMain.test_builtins)\nPASS: test_custom_getattr (test.test_inspect.test_inspect.TestMain.test_custom_getattr)\nPASS: test_details (test.test_inspect.test_inspect.TestMain.test_details)\nPASS: test_only_source (test.test_inspect.test_inspect.TestMain.test_only_source)\nPASS: test_qualname_source (test.test_inspect.test_inspect.TestMain.test_qualname_source)\nPASS: test_class (test.test_inspect.test_inspect.TestNoEOL.test_class)\nPASS: test_anonymous (test.test_inspect.test_inspect.TestOneliners.test_anonymous)\nPASS: test_dataclass (test.test_inspect.test_inspect.TestOneliners.test_dataclass)\nPASS: test_enum (test.test_inspect.test_inspect.TestOneliners.test_enum)\nPASS: test_lambda_in_list (test.test_inspect.test_inspect.TestOneliners.test_lambda_in_list)\nPASS: test_manyargs (test.test_inspect.test_inspect.TestOneliners.test_manyargs)\nPASS: test_namedtuple (test.test_inspect.test_inspect.TestOneliners.test_namedtuple)\nPASS: test_nested_lambda (test.test_inspect.test_inspect.TestOneliners.test_nested_lambda)\nPASS: test_oneline_lambda (test.test_inspect.test_inspect.TestOneliners.test_oneline_lambda)\nPASS: test_onelinefunc (test.test_inspect.test_inspect.TestOneliners.test_onelinefunc)\nPASS: test_parenthesized_multiline_lambda (test.test_inspect.test_inspect.TestOneliners.test_parenthesized_multiline_lambda)\nPASS: test_post_line_parenthesized_lambda (test.test_inspect.test_inspect.TestOneliners.test_post_line_parenthesized_lambda)\nPASS: test_threeline_lambda (test.test_inspect.test_inspect.TestOneliners.test_threeline_lambda)\nPASS: test_twoline_indented_lambda (test.test_inspect.test_inspect.TestOneliners.test_twoline_indented_lambda)\nPASS: test_twolinefunc (test.test_inspect.test_inspect.TestOneliners.test_twolinefunc)\nPASS: test_typeddict (test.test_inspect.test_inspect.TestOneliners.test_typeddict)\nPASS: test_signature_parameter_equality (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_equality)\nPASS: test_signature_parameter_hashable (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_hashable)\nPASS: test_signature_parameter_immutability (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_immutability)\nPASS: test_signature_parameter_implicit (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_implicit)\nPASS: test_signature_parameter_kinds (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_kinds)\nPASS: test_signature_parameter_object (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_object)\nPASS: test_signature_parameter_positional_only (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_positional_only)\nPASS: test_signature_parameter_replace (test.test_inspect.test_inspect.TestParameterObject.test_signature_parameter_replace)\nPASS: test__all__ (test.test_inspect.test_inspect.TestPredicates.test__all__)\nPASS: test_excluding_predicates (test.test_inspect.test_inspect.TestPredicates.test_excluding_predicates)\nPASS: test_get_slot_members (test.test_inspect.test_inspect.TestPredicates.test_get_slot_members)\nPASS: test_isabstract (test.test_inspect.test_inspect.TestPredicates.test_isabstract)\nPASS: test_isabstract_during_init_subclass (test.test_inspect.test_inspect.TestPredicates.test_isabstract_during_init_subclass)\nPASS: test_isawaitable (test.test_inspect.test_inspect.TestPredicates.test_isawaitable)\nPASS: test_isclass (test.test_inspect.test_inspect.TestPredicates.test_isclass)\nPASS: test_iscoroutine (test.test_inspect.test_inspect.TestPredicates.test_iscoroutine)\nPASS: test_isroutine (test.test_inspect.test_inspect.TestPredicates.test_isroutine)\nPASS: test_isroutine_singledispatch (test.test_inspect.test_inspect.TestPredicates.test_isroutine_singledispatch)\nPASS: test_getsource_reload (test.test_inspect.test_inspect.TestReload.test_getsource_reload)\nPASS: test_getsource (test.test_inspect.test_inspect.TestRepl.test_getsource)\nPASS: test_c_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_c_cleandoc)\nPASS: test_cleandoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_cleandoc)\nPASS: test_finddoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_finddoc)\nPASS: test_getclasses (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getclasses)\nPASS: test_getcomments (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getcomments)\nPASS: test_getdoc (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc)\nPASS: test_getdoc_inherited (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getdoc_inherited)\nPASS: test_getfile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile)\nPASS: test_getfile_broken_repr (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_broken_repr)\nPASS: test_getfile_builtin_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_class)\nPASS: test_getfile_builtin_function_or_method (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_function_or_method)\nPASS: test_getfile_builtin_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_module)\nPASS: test_getfile_class_without_module (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfile_class_without_module)\nPASS: test_getframeinfo_get_first_line (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getframeinfo_get_first_line)\nPASS: test_getfunctions (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getfunctions)\nPASS: test_getmodule (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule)\nPASS: test_getmodule_file_not_found (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_file_not_found)\nPASS: test_getmodule_recursion (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getmodule_recursion)\nPASS: test_getsource (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource)\nPASS: test_getsource_empty_file (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_empty_file)\nPASS: test_getsource_on_class_without_firstlineno (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_class_without_firstlineno)\nPASS: test_getsource_on_code_object (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_code_object)\nPASS: test_getsource_on_generated_class (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_on_generated_class)\nPASS: test_getsourcefile (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsourcefile)\ntest_proceed_with_fake_filename (test.test_inspect.test_inspect.TestRetrievingSourceCode.test_proceed_with_fake_filename)\nPASS: doctest monkeypatches linecache to enable inspection\nPASS: test_signature_bind_args_and_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_kwargs)\nPASS: test_signature_bind_args_and_varargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_args_and_varargs)\nPASS: test_signature_bind_arguments (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_arguments)\nPASS: test_signature_bind_empty (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_empty)\nPASS: test_signature_bind_implicit_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_implicit_arg)\nPASS: test_signature_bind_just_args (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_args)\nPASS: test_signature_bind_just_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_just_kwargs)\nPASS: test_signature_bind_kwonly (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_kwonly)\nPASS: test_signature_bind_positional_only (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_positional_only)\nPASS: test_signature_bind_posonly_kwargs (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_posonly_kwargs)\nPASS: test_signature_bind_var (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_var)\nPASS: test_signature_bind_vararg_name (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_vararg_name)\nPASS: test_signature_bind_varargs_order (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_varargs_order)\nPASS: test_signature_bind_with_self_arg (test.test_inspect.test_inspect.TestSignatureBind.test_signature_bind_with_self_arg)\nPASS: test_abc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_abc_module_has_signatures)\nPASS: test_atexit_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_atexit_module_has_signatures)\nPASS: test_base_class_have_text_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_base_class_have_text_signature)\nPASS: test_builtins_have_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_builtins_have_signatures)\nPASS: test_codecs_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_codecs_module_has_signatures)\nPASS: test_collections_abc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_abc_module_has_signatures)\nPASS: test_collections_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_collections_module_has_signatures)\nPASS: test_errno_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_errno_module_has_signatures)\nPASS: test_faulthandler_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_faulthandler_module_has_signatures)\nPASS: test_functools_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_functools_module_has_signatures)\nPASS: test_gc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_gc_module_has_signatures)\nPASS: test_io_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_io_module_has_signatures)\nPASS: test_itertools_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_itertools_module_has_signatures)\nPASS: test_locale_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_locale_module_has_signatures)\nPASS: test_marshal_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_marshal_module_has_signatures)\nPASS: test_operator_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_operator_module_has_signatures)\nPASS: test_os_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_os_module_has_signatures)\nPASS: test_pwd_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_pwd_module_has_signatures)\nPASS: test_python_function_override_signature (test.test_inspect.test_inspect.TestSignatureDefinitions.test_python_function_override_signature)\nPASS: test_re_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_re_module_has_signatures)\nPASS: test_signal_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_signal_module_has_signatures)\nPASS: test_stat_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_stat_module_has_signatures)\nPASS: test_string_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_string_module_has_signatures)\nPASS: test_symtable_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_symtable_module_has_signatures)\nPASS: test_sys_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_sys_module_has_signatures)\nPASS: test_sysconfig_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_sysconfig_module_has_signatures)\nPASS: test_thread_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_thread_module_has_signatures)\nPASS: test_threading_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_threading_module_has_signatures)\nPASS: test_time_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_time_module_has_signatures)\nPASS: test_tokenize_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_tokenize_module_has_signatures)\nPASS: test_tracemalloc_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_tracemalloc_module_has_signatures)\nPASS: test_types_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_types_module_has_signatures)\nPASS: test_typing_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_typing_module_has_signatures)\nPASS: test_warnings_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_warnings_module_has_signatures)\nPASS: test_weakref_module_has_signatures (test.test_inspect.test_inspect.TestSignatureDefinitions.test_weakref_module_has_signatures)\nPASS: test_signater_parameters_is_ordered (test.test_inspect.test_inspect.TestSignatureObject.test_signater_parameters_is_ordered)\nPASS: test_signature_annotations_with_local_namespaces (test.test_inspect.test_inspect.TestSignatureObject.test_signature_annotations_with_local_namespaces)\nPASS: test_signature_as_callable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_callable)\nPASS: test_signature_as_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_as_str)\nPASS: test_signature_definition_order_preserved_on_kwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_definition_order_preserved_on_kwonly)\nPASS: test_signature_equality (test.test_inspect.test_inspect.TestSignatureObject.test_signature_equality)\nPASS: test_signature_eval_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_eval_str)\nPASS: test_signature_format (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format)\nPASS: test_signature_format_all_arg_types (test.test_inspect.test_inspect.TestSignatureObject.test_signature_format_all_arg_types)\nPASS: test_signature_from_callable_builtin_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_builtin_obj)\nPASS: test_signature_from_callable_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_class)\nPASS: test_signature_from_callable_python_obj (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_callable_python_obj)\nPASS: test_signature_from_functionlike_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_from_functionlike_object)\nPASS: test_signature_functionlike_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_functionlike_class)\nPASS: test_signature_hashable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_hashable)\nPASS: test_signature_immutability (test.test_inspect.test_inspect.TestSignatureObject.test_signature_immutability)\nPASS: test_signature_none_annotation (test.test_inspect.test_inspect.TestSignatureObject.test_signature_none_annotation)\nPASS: test_signature_object (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object)\nPASS: test_signature_object_pickle (test.test_inspect.test_inspect.TestSignatureObject.test_signature_object_pickle)\nPASS: test_signature_on_builtin_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtin_class)\nPASS: test_signature_on_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins)\nPASS: test_signature_on_builtins_no_signature (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_builtins_no_signature)\nPASS: test_signature_on_callable_objects (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects)\nPASS: test_signature_on_callable_objects_with_text_signature_attr (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_callable_objects_with_text_signature_attr)\nPASS: test_signature_on_class (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class)\nPASS: test_signature_on_class_with_decorated_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_decorated_new)\nPASS: test_signature_on_class_with_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_init)\nPASS: test_signature_on_class_with_new (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_with_new)\nPASS: test_signature_on_class_without_init (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_class_without_init)\nPASS: test_signature_on_classmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_classmethod)\nPASS: test_signature_on_complex_args (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_complex_args)\nPASS: test_signature_on_decorated (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated)\nPASS: test_signature_on_decorated_builtins (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_decorated_builtins)\nPASS: test_signature_on_derived_classes (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_derived_classes)\nPASS: test_signature_on_fake_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_fake_partialmethod)\nPASS: test_signature_on_generic_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_generic_subclass)\nPASS: test_signature_on_lambdas (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_lambdas)\nPASS: test_signature_on_mangled_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mangled_parameters)\nPASS: test_signature_on_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_method)\nPASS: test_signature_on_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_mocks)\nPASS: test_signature_on_noarg (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noarg)\nPASS: test_signature_on_non_comparable (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_comparable)\nPASS: test_signature_on_non_function (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_non_function)\nPASS: test_signature_on_noncallable_mocks (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_noncallable_mocks)\nPASS: test_signature_on_partial (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partial)\nPASS: test_signature_on_partialmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_partialmethod)\nPASS: test_signature_on_staticmethod (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_staticmethod)\nPASS: test_signature_on_subclass (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_subclass)\nPASS: test_signature_on_wargs (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wargs)\nPASS: test_signature_on_wkwonly (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wkwonly)\nPASS: test_signature_on_wrapper (test.test_inspect.test_inspect.TestSignatureObject.test_signature_on_wrapper)\nPASS: test_signature_parsing_with_defaults (test.test_inspect.test_inspect.TestSignatureObject.test_signature_parsing_with_defaults)\nPASS: test_signature_replace_anno (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_anno)\nPASS: test_signature_replace_parameters (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replace_parameters)\nPASS: test_signature_replaced (test.test_inspect.test_inspect.TestSignatureObject.test_signature_replaced)\nPASS: test_signature_str (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str)\nPASS: test_signature_str_positional_only (test.test_inspect.test_inspect.TestSignatureObject.test_signature_str_positional_only)\nPASS: test_signature_without_self (test.test_inspect.test_inspect.TestSignatureObject.test_signature_without_self)\nPASS: test_signature_wrapped_bound_method (test.test_inspect.test_inspect.TestSignatureObject.test_signature_wrapped_bound_method)\nPASS: test_signature_strip_non_python_syntax (test.test_inspect.test_inspect.TestSignaturePrivateHelpers.test_signature_strip_non_python_syntax)\nPASS: test_cycle (test.test_inspect.test_inspect.TestUnwrap.test_cycle)\nPASS: test_recursion_limit (test.test_inspect.test_inspect.TestUnwrap.test_recursion_limit)\nPASS: test_stop (test.test_inspect.test_inspect.TestUnwrap.test_stop)\nPASS: test_unhashable (test.test_inspect.test_inspect.TestUnwrap.test_unhashable)\nPASS: test_unwrap_one (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_one)\nPASS: test_unwrap_several (test.test_inspect.test_inspect.TestUnwrap.test_unwrap_several)\nPASS: test_wrapped_descriptor (test.test_inspect.test_inspect.TestUnwrap.test_wrapped_descriptor)\n\n----------------------------------------------------------------------\nRan 364 tests in 0.733s\n\nOK\n0:00:26 load avg: 0.41 [ 48/480] test.test_concurrent_futures.test_wait passed\ntest_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_20369) ... 0.02s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_all_completed) ... 0.01s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed) ... 0.02s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_completed_some_already_completed) ... 0.01s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception) ... 0.02s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_one_already_failed) ... 0.01s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_first_exception_some_already_complete) ... 0.01s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkWaitTest.test_timeout) ... 0.07s ok\ntest_20369 (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_20369) ... 0.17s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_all_completed) ... 0.10s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed) ... 0.10s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_completed_some_already_completed) ... 0.09s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception) ... 0.12s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_one_already_failed) ... 0.09s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_first_exception_some_already_complete) ... 0.09s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ProcessPoolForkserverWaitTest.test_timeout) ... 0.10s ok\ntest_20369 (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_20369) ... 0.15s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_all_completed) ... 0.20s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed) ... 0.19s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_completed_some_already_completed) ... 0.17s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception) ... 0.32s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_one_already_failed) ... 0.16s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_first_exception_some_already_complete) ... 0.18s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ProcessPoolSpawnWaitTest.test_timeout) ... 0.15s ok\ntest_20369 (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_20369) ... 0.00s ok\ntest_all_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_all_completed) ... 0.00s ok\ntest_first_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed) ... 0.00s ok\ntest_first_completed_some_already_completed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_completed_some_already_completed) ... 0.00s ok\ntest_first_exception (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception) ... 0.00s ok\ntest_first_exception_one_already_failed (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_one_already_failed) ... 0.00s ok\ntest_first_exception_some_already_complete (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_first_exception_some_already_complete) ... 0.00s ok\ntest_pending_calls_race (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_pending_calls_race) ... 0.00s ok\ntest_timeout (test.test_concurrent_futures.test_wait.ThreadPoolWaitTests.test_timeout) ... 0.05s ok\n\n----------------------------------------------------------------------\nRan 33 tests in 2.645s\n\nOK\n0:00:29 load avg: 0.78 [ 49/480] test.test_concurrent_futures.test_process_pool passed\ntest_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_free_reference) ... 0.07s ok\nSKIP: test_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_multiple) 'Incompatible with the fork start method.'\nSKIP: 0.01s test_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_one) 'Incompatible with the fork start method.'\n0.01s test_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_killed_child) ... 0.02s ok\ntest_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map) ... 0.02s ok\ntest_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_chunksize) ... 0.02s ok\ntest_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_exception) ... 0.03s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\nSKIP: test_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_early_shutdown) 'Incompatible with the fork start method.'\n0.01s test_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.00s ok\ntest_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.00s ok\ntest_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_negative) ... 0.01s ok\nSKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'\ntest_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_no_stale_references) ... 0.01s ok\ntest_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_python_finalization_error) ... 0.01s ok\ntest_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.05s ok\ntest_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_saturation) ... 0.03s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.06s ok\ntest_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit) ... 0.01s ok\ntest_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_submit_keyword) ... 0.01s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.01s ok\ntest_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_traceback) ... 0.01s ok\ntest_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_free_reference) ... 0.19s ok\ntest_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.14s ok\ntest_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.08s ok\ntest_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_killed_child) ... 0.05s ok\ntest_map (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map) ... 0.14s ok\ntest_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_chunksize) ... 0.10s ok\ntest_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_exception) ... 0.10s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\ntest_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.18s ok\ntest_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.12s ok\ntest_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.04s ok\ntest_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_negative) ... 0.04s ok\nSKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'\ntest_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_no_stale_references) ... 0.09s ok\ntest_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_python_finalization_error) ... 0.05s ok\ntest_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.15s ok\ntest_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_saturation) ... 0.14s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.11s ok\ntest_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit) ... 0.09s ok\ntest_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_submit_keyword) ... 0.10s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.09s ok\ntest_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_traceback) ... 0.09s ok\ntest_free_reference (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_free_reference) ... 0.32s ok\ntest_idle_process_reuse_multiple (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.20s ok\ntest_idle_process_reuse_one (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.16s ok\ntest_killed_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child) ... 0.08s ok\ntest_map (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map) ... 0.21s ok\ntest_map_chunksize (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize) ... 0.27s ok\ntest_map_exception (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_exception) ... 0.18s ok\nSKIP: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout) \"resource 'walltime' is not enabled\"\ntest_max_tasks_early_shutdown (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.32s ok\ntest_max_tasks_per_child (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.24s ok\ntest_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.08s ok\ntest_max_workers_negative (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_negative) ... 0.10s ok\nSKIP: test_max_workers_too_large (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large) 'Windows-only process limit'\ntest_no_stale_references (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_no_stale_references) ... 0.19s ok\ntest_python_finalization_error (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_python_finalization_error) ... 0.09s ok\ntest_ressources_gced_in_workers (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.27s ok\ntest_saturation (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_saturation) ... 0.22s ok\ntest_shutdown_race_issue12456 (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.18s ok\ntest_submit (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit) ... 0.16s ok\ntest_submit_keyword (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_submit_keyword) ... 0.14s ok\ntest_swallows_falsey_exceptions (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_swallows_falsey_exceptions) ... 0.19s ok\ntest_traceback (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_traceback) ... 0.16s ok\n\n----------------------------------------------------------------------\nRan 66 tests in 6.298s\n\nOK (skipped=9)\n0:00:29 load avg: 0.78 [ 50/480] test.test_concurrent_futures.test_as_completed passed\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... 0.01s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... 2.01s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... 0.09s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.01s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkAsCompletedTest.test_no_timeout) ... 0.01s ok\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... 0.10s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... 2.14s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... 0.15s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.13s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... 0.13s ok\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... 0.08s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... 2.22s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... 0.15s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.18s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... 0.23s ok\ntest_correct_timeout_exception_msg (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok\ntest_duplicate_futures (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures) ... 2.00s ok\ntest_free_reference_yielded_future (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... 0.08s ok\ntest_future_times_out (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_future_times_out)\nTest ``futures.as_completed`` timing out before ... 1.00s ok\ntest_no_timeout (test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout) ... 0.00s ok\n\n----------------------------------------------------------------------\nRan 20 tests in 13.784s\n\nOK\n0:00:34 load avg: 0.80 [ 51/480] test.test_multiprocessing_fork.test_misc passed\nPASS: test_challengeresponse (test.test_multiprocessing_fork.test_misc.ChallengeResponseTest.test_challengeresponse)\nPASS: test__all__ (test.test_multiprocessing_fork.test_misc.MiscTestCase.test__all__)\nPASS: test_forked_thread_not_started (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_forked_thread_not_started)\nPASS: test_large_pool (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_large_pool)\nSKIP: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_fork.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) \"start_method='fork', not 'spawn'; avoids redundant testing.\"\nPASS: test_answer_challenge_auth_failure (test.test_multiprocessing_fork.test_misc.OtherTest.test_answer_challenge_auth_failure)\nPASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.test_misc.OtherTest.test_deliver_challenge_auth_failure)\nPASS: test_semlock_subclass (test.test_multiprocessing_fork.test_misc.SemLockTests.test_semlock_subclass)\nPASS: test_closefd (test.test_multiprocessing_fork.test_misc.TestCloseFds.test_closefd)\nPASS: test_flags (test.test_multiprocessing_fork.test_misc.TestFlags.test_flags)\nPASS: test_lock (test.test_multiprocessing_fork.test_misc.TestForkAwareThreadLock.test_lock)\nPASS: test_ignore (test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore)\nPASS: test_ignore_listener (test.test_multiprocessing_fork.test_misc.TestIgnoreEINTR.test_ignore_listener)\nPASS: test_manager_initializer (test.test_multiprocessing_fork.test_misc.TestInitializers.test_manager_initializer)\nPASS: test_pool_initializer (test.test_multiprocessing_fork.test_misc.TestInitializers.test_pool_initializer)\nSKIP: test_only_run_in_spawn_testsuite (test.test_multiprocessing_fork.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) 'only run in test_multiprocessing_spawn.'\nPASS: test_invalid_family (test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family)\nSKIP: test_invalid_family_win32 (test.test_multiprocessing_fork.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'\nPASS: test_invalid_handles (test.test_multiprocessing_fork.test_misc.TestInvalidHandle.test_invalid_handles)\nPASS: test_dispatch (test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_dispatch)\nPASS: test_queue_get (test.test_multiprocessing_fork.test_misc.TestManagerExceptions.test_queue_get)\nSKIP: test_global_named_resource_spawn (test.test_multiprocessing_fork.test_misc.TestNamedResource.test_global_named_resource_spawn) \"start_method='fork', not 'spawn'; spawn specific test.\"\nPASS: test_noforkbomb (test.test_multiprocessing_fork.test_misc.TestNoForkBomb.test_noforkbomb)\nPASS: test_release_unused_processes (test.test_multiprocessing_fork.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)\nPASS: test_resource_tracker (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker)\nPASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)\ntest_resource_tracker_exit_code (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_exit_code)\nPASS: Test the exit code of the resource tracker.\nPASS: test_resource_tracker_reused (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_reused)\nPASS: test_resource_tracker_sigint (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigint)\nPASS: test_resource_tracker_sigkill (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigkill)\nPASS: test_resource_tracker_sigterm (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_resource_tracker_sigterm)\nPASS: test_too_long_name_resource (test.test_multiprocessing_fork.test_misc.TestResourceTracker.test_too_long_name_resource)\nPASS: test_close (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_close)\nPASS: test_closed (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_closed)\nPASS: test_empty (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty)\nPASS: test_empty_exceptions (test.test_multiprocessing_fork.test_misc.TestSimpleQueue.test_empty_exceptions)\nPASS: test_context (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context)\nPASS: test_context_check_module_types (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_context_check_module_types)\nPASS: test_get_all (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_get_all)\nSKIP: test_mixed_startmethod (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_mixed_startmethod) \"start_method='fork', not 'spawn'; avoids redundant testing.\"\nPASS: test_nested_startmethod (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_nested_startmethod)\nSKIP: test_preload_resources (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_preload_resources) \"test only relevant for 'forkserver' method\"\nPASS: test_set_get (test.test_multiprocessing_fork.test_misc.TestStartMethod.test_set_get)\nPASS: test_flushing (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_flushing)\nPASS: test_pool_in_process (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)\nPASS: test_queue_in_process (test.test_multiprocessing_fork.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)\nPASS: test_array (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_array)\nPASS: test_barrier (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_barrier)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_bounded_semaphore)\nPASS: test_condition (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_condition)\nPASS: test_dict (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_dict)\nPASS: test_event (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_event)\nPASS: test_joinable_queue (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_joinable_queue)\nPASS: test_list (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_list)\nPASS: test_lock (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_lock)\nPASS: test_namespace (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_namespace)\nPASS: test_pool (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_pool)\nPASS: test_queue (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_queue)\nPASS: test_rlock (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_rlock)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_semaphore)\nPASS: test_value (test.test_multiprocessing_fork.test_misc.TestSyncManagerTypes.test_value)\nPASS: test_timeout (test.test_multiprocessing_fork.test_misc.TestTimeouts.test_timeout)\nPASS: test_neg_timeout (test.test_multiprocessing_fork.test_misc.TestWait.test_neg_timeout)\nPASS: test_wait (test.test_multiprocessing_fork.test_misc.TestWait.test_wait)\nSKIP: test_wait_integer (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_integer) \"resource 'walltime' is not enabled\"\nPASS: test_wait_slow (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_slow)\nPASS: test_wait_socket (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket)\nPASS: test_wait_socket_slow (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_socket_slow)\nSKIP: test_wait_timeout (test.test_multiprocessing_fork.test_misc.TestWait.test_wait_timeout) \"resource 'walltime' is not enabled\"\nPASS: test_import (test.test_multiprocessing_fork.test_misc._TestImportStar.test_import)\n\n----------------------------------------------------------------------\nRan 70 tests in 7.730s\n\nOK (skipped=8)\n0:00:34 load avg: 0.80 [ 52/480] test.test_multiprocessing_fork.test_manager passed\ntest_abort (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_single_thread)\nSKIP: test_thousand (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'\ntest_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_fork.test_manager.WithManagerTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestCondition.test_waitfor_timeout)\nPASS: test_dict (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict)\nPASS: test_dict_iter (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_iter)\nPASS: test_dict_proxy_nested (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_dict_proxy_nested)\nPASS: test_list (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list)\nPASS: test_list_iter (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_iter)\nPASS: test_list_proxy_in_list (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_list_proxy_in_list)\nPASS: test_namespace (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_namespace)\nPASS: test_nested_queue (test.test_multiprocessing_fork.test_manager.WithManagerTestContainers.test_nested_queue)\nPASS: test_event (test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_fork.test_manager.WithManagerTestEvent.test_repr)\nPASS: test_lock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'\nSKIP: test_repr_rlock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'\nPASS: test_rlock (test.test_multiprocessing_fork.test_manager.WithManagerTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_fork.test_manager.WithManagerTestManagerRestart.test_rapid_restart)\nPASS: test_mymanager (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager)\nPASS: test_mymanager_context (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context)\nPASS: test_mymanager_context_prestarted (test.test_multiprocessing_fork.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)\nPASS: test_apply (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_empty_iterable)\nSKIP: test_enter (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'\nPASS: test_imap (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap)\nSKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_imap_unordered (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered)\nSKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_make_pool (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_chunksize)\nSKIP: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_map_no_failfast (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_release_task_refs)\nSKIP: test_resource_warning (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'\nPASS: test_starmap (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_fork.test_manager.WithManagerTestPool.test_wrapped_exception)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'\nPASS: test_task_done (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_timeout)\nPASS: test_remote (test.test_multiprocessing_fork.test_manager.WithManagerTestRemoteManager.test_remote)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_fork.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'\n\n----------------------------------------------------------------------\nRan 77 tests in 8.202s\n\nOK (skipped=12)\n0:00:42 load avg: 0.91 [ 53/480] test.test_multiprocessing_fork.test_threads passed\ntest_abort (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_fork.test_threads.WithThreadsTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_duplex_false)\nSKIP: test_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'\nSKIP: test_large_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'\nSKIP: test_missing_fd_transfer (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'\nSKIP: test_sendbytes (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'\nPASS: test_spawn_close (test.test_multiprocessing_fork.test_threads.WithThreadsTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_fork.test_threads.WithThreadsTestEvent.test_repr)\nPASS: test_issue14725 (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_fork.test_threads.WithThreadsTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'\nSKIP: test_repr_rlock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'\nPASS: test_rlock (test.test_multiprocessing_fork.test_threads.WithThreadsTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_fork.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)\nPASS: test_boundaries (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_fork.test_threads.WithThreadsTestPoll.test_strings)\nPASS: test_apply (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_no_failfast)\nSKIP: test_map_unplicklable (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'\nPASS: test_release_task_refs (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_fork.test_threads.WithThreadsTestPool.test_wrapped_exception)\nSKIP: test_active_children (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'\nSKIP: test_close (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'\nPASS: test_cpu_count (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_cpu_count)\nSKIP: test_current (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'\nSKIP: test_daemon_argument (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'\nSKIP: test_kill (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'\nPASS: test_lose_target_ref (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nSKIP: test_parent_process (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'\nSKIP: test_parent_process_attributes (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'\nPASS: test_process (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process)\nSKIP: test_process_mainthread_native_id (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'\nPASS: test_recursion (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_recursion)\nSKIP: test_sentinel (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'\nSKIP: test_set_executable (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'\nSKIP: test_terminate (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'\nSKIP: test_wait_for_threads (test.test_multiprocessing_fork.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'\nPASS: test_task_done (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_fork.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'\n\n----------------------------------------------------------------------\nRan 103 tests in 12.313s\n\nOK (skipped=28)\n0:00:44 load avg: 0.91 [ 54/480] test.test_multiprocessing_forkserver.test_misc passed\nPASS: test_challengeresponse (test.test_multiprocessing_forkserver.test_misc.ChallengeResponseTest.test_challengeresponse)\nPASS: test__all__ (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test__all__)\nSKIP: test_forked_thread_not_started (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_forked_thread_not_started) 'fork specific test'\nPASS: test_large_pool (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool)\nSKIP: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import) \"start_method='forkserver', not 'spawn'; avoids redundant testing.\"\nPASS: test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.test_misc.OtherTest.test_answer_challenge_auth_failure)\nPASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.test_misc.OtherTest.test_deliver_challenge_auth_failure)\nPASS: test_semlock_subclass (test.test_multiprocessing_forkserver.test_misc.SemLockTests.test_semlock_subclass)\nPASS: test_closefd (test.test_multiprocessing_forkserver.test_misc.TestCloseFds.test_closefd)\nPASS: test_flags (test.test_multiprocessing_forkserver.test_misc.TestFlags.test_flags)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_misc.TestForkAwareThreadLock.test_lock)\nPASS: test_ignore (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore)\nPASS: test_ignore_listener (test.test_multiprocessing_forkserver.test_misc.TestIgnoreEINTR.test_ignore_listener)\nPASS: test_manager_initializer (test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_manager_initializer)\nPASS: test_pool_initializer (test.test_multiprocessing_forkserver.test_misc.TestInitializers.test_pool_initializer)\nSKIP: test_only_run_in_spawn_testsuite (test.test_multiprocessing_forkserver.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite) 'only run in test_multiprocessing_spawn.'\nPASS: test_invalid_family (test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family)\nSKIP: test_invalid_family_win32 (test.test_multiprocessing_forkserver.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'\nPASS: test_invalid_handles (test.test_multiprocessing_forkserver.test_misc.TestInvalidHandle.test_invalid_handles)\nPASS: test_dispatch (test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_dispatch)\nPASS: test_queue_get (test.test_multiprocessing_forkserver.test_misc.TestManagerExceptions.test_queue_get)\nSKIP: test_global_named_resource_spawn (test.test_multiprocessing_forkserver.test_misc.TestNamedResource.test_global_named_resource_spawn) \"start_method='forkserver', not 'spawn'; spawn specific test.\"\nPASS: test_noforkbomb (test.test_multiprocessing_forkserver.test_misc.TestNoForkBomb.test_noforkbomb)\nPASS: test_release_unused_processes (test.test_multiprocessing_forkserver.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)\nPASS: test_resource_tracker (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker)\nPASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)\ntest_resource_tracker_exit_code (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_exit_code)\nPASS: Test the exit code of the resource tracker.\nPASS: test_resource_tracker_reused (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_reused)\nPASS: test_resource_tracker_sigint (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigint)\nPASS: test_resource_tracker_sigkill (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigkill)\nPASS: test_resource_tracker_sigterm (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_resource_tracker_sigterm)\nPASS: test_too_long_name_resource (test.test_multiprocessing_forkserver.test_misc.TestResourceTracker.test_too_long_name_resource)\nPASS: test_close (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_close)\nPASS: test_closed (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_closed)\nPASS: test_empty (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty)\nPASS: test_empty_exceptions (test.test_multiprocessing_forkserver.test_misc.TestSimpleQueue.test_empty_exceptions)\nPASS: test_context (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context)\nPASS: test_context_check_module_types (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_context_check_module_types)\nPASS: test_get_all (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_get_all)\nSKIP: test_mixed_startmethod (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_mixed_startmethod) \"start_method='forkserver', not 'spawn'; avoids redundant testing.\"\nPASS: test_nested_startmethod (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_nested_startmethod)\nPASS: test_preload_resources (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_preload_resources)\nPASS: test_set_get (test.test_multiprocessing_forkserver.test_misc.TestStartMethod.test_set_get)\nPASS: test_flushing (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_flushing)\nPASS: test_pool_in_process (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)\nPASS: test_queue_in_process (test.test_multiprocessing_forkserver.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)\nPASS: test_array (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_array)\nPASS: test_barrier (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_barrier)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_bounded_semaphore)\nPASS: test_condition (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_condition)\nPASS: test_dict (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_dict)\nPASS: test_event (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_event)\nPASS: test_joinable_queue (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_joinable_queue)\nPASS: test_list (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_list)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_lock)\nPASS: test_namespace (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_namespace)\nPASS: test_pool (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_pool)\nPASS: test_queue (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_queue)\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_rlock)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_semaphore)\nPASS: test_value (test.test_multiprocessing_forkserver.test_misc.TestSyncManagerTypes.test_value)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_misc.TestTimeouts.test_timeout)\nPASS: test_neg_timeout (test.test_multiprocessing_forkserver.test_misc.TestWait.test_neg_timeout)\nPASS: test_wait (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait)\nSKIP: test_wait_integer (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_integer) \"resource 'walltime' is not enabled\"\nPASS: test_wait_slow (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_slow)\nPASS: test_wait_socket (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket)\nPASS: test_wait_socket_slow (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_socket_slow)\nSKIP: test_wait_timeout (test.test_multiprocessing_forkserver.test_misc.TestWait.test_wait_timeout) \"resource 'walltime' is not enabled\"\nPASS: test_import (test.test_multiprocessing_forkserver.test_misc._TestImportStar.test_import)\n\n----------------------------------------------------------------------\nRan 70 tests in 10.132s\n\nOK (skipped=8)\n0:00:44 load avg: 0.91 [ 55/480] test.test_multiprocessing_forkserver.test_manager passed\ntest_abort (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_single_thread)\nSKIP: test_thousand (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'\ntest_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_forkserver.test_manager.WithManagerTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestCondition.test_waitfor_timeout)\nPASS: test_dict (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict)\nPASS: test_dict_iter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_iter)\nPASS: test_dict_proxy_nested (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_dict_proxy_nested)\nPASS: test_list (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list)\nPASS: test_list_iter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_iter)\nPASS: test_list_proxy_in_list (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_list_proxy_in_list)\nPASS: test_namespace (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_namespace)\nPASS: test_nested_queue (test.test_multiprocessing_forkserver.test_manager.WithManagerTestContainers.test_nested_queue)\nPASS: test_event (test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_forkserver.test_manager.WithManagerTestEvent.test_repr)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'\nSKIP: test_repr_rlock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_manager.WithManagerTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_manager.WithManagerTestManagerRestart.test_rapid_restart)\nPASS: test_mymanager (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager)\nPASS: test_mymanager_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context)\nPASS: test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)\nPASS: test_apply (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_empty_iterable)\nSKIP: test_enter (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'\nPASS: test_imap (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap)\nSKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered)\nSKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_make_pool (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_chunksize)\nSKIP: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_release_task_refs)\nSKIP: test_resource_warning (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'\nPASS: test_starmap (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_manager.WithManagerTestPool.test_wrapped_exception)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'\nPASS: test_task_done (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_timeout)\nPASS: test_remote (test.test_multiprocessing_forkserver.test_manager.WithManagerTestRemoteManager.test_remote)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_forkserver.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'\n\n----------------------------------------------------------------------\nRan 77 tests in 10.568s\n\nOK (skipped=12)\n0:00:47 load avg: 1.00 [ 56/480] test.test_multiprocessing_fork.test_processes passed\nPASS: test_array (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array)\nPASS: test_array_from_size (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_array_from_size)\nPASS: test_getobj_getlock_obj (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)\nPASS: test_rawarray (test.test_multiprocessing_fork.test_processes.WithProcessesTestArray.test_rawarray)\nPASS: test_atexit (test.test_multiprocessing_fork.test_processes.WithProcessesTestAtExit.test_atexit)\ntest_abort (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_fork.test_processes.WithProcessesTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_duplex_false)\nPASS: test_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_fd_transfer)\nPASS: test_large_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_large_fd_transfer)\nPASS: test_missing_fd_transfer (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)\nPASS: test_sendbytes (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_sendbytes)\nPASS: test_spawn_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_fork.test_processes.WithProcessesTestEvent.test_repr)\nPASS: test_finalize (test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_finalize)\nSKIP: test_thread_safety (test.test_multiprocessing_fork.test_processes.WithProcessesTestFinalize.test_thread_safety) \"resource 'cpu' is not enabled\"\nPASS: test_free_from_gc (test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_free_from_gc)\nPASS: test_heap (test.test_multiprocessing_fork.test_processes.WithProcessesTestHeap.test_heap)\nPASS: test_abstract_socket (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_abstract_socket)\nPASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_context)\nPASS: test_empty_authkey (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_empty_authkey)\nPASS: test_multiple_bind (test.test_multiprocessing_fork.test_processes.WithProcessesTestListener.test_multiple_bind)\nPASS: test_issue14725 (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_fork.test_processes.WithProcessesTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_lock_context)\nPASS: test_repr_lock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_lock)\nPASS: test_repr_rlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_repr_rlock)\nPASS: test_rlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestLock.test_rlock)\nPASS: test_enable_logging (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_enable_logging)\nPASS: test_filename (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_filename)\nPASS: test_level (test.test_multiprocessing_fork.test_processes.WithProcessesTestLogging.test_level)\nPASS: test_rapid_restart (test.test_multiprocessing_fork.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)\nPASS: test_access (test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_access)\nPASS: test_pickling (test.test_multiprocessing_fork.test_processes.WithProcessesTestPicklingConnections.test_pickling)\nPASS: test_boundaries (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoll.test_strings)\nPASS: test_poll_eintr (test.test_multiprocessing_fork.test_processes.WithProcessesTestPollEintr.test_poll_eintr)\nPASS: test_apply (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_fork.test_processes.WithProcessesTestPool.test_wrapped_exception)\nPASS: test_async_error_callback (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)\nPASS: test_unpickleable_result (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)\nPASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)\nPASS: test_pool_worker_lifetime (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)\nPASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)\nPASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_fork.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)\nSKIP: test_active_children (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_child_fd_inflation) 'test not appropriate for fork'\nPASS: test_close (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_close)\nPASS: test_cpu_count (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_cpu_count)\nPASS: test_current (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_current)\nPASS: test_daemon_argument (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_daemon_argument)\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigint) 'test not appropriate for fork'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) 'test not appropriate for fork'\nPASS: test_kill (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_kill)\nPASS: test_lose_target_ref (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nPASS: test_parent_process (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process)\nPASS: test_parent_process_attributes (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_parent_process_attributes)\nPASS: test_process (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process)\nPASS: test_process_mainthread_native_id (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)\nPASS: test_recursion (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_recursion)\nPASS: test_sentinel (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_sentinel)\nPASS: test_set_executable (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_set_executable)\nPASS: test_terminate (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_terminate)\nPASS: test_wait_for_threads (test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_wait_for_threads)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_put)\nSKIP: test_qsize (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'\nPASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)\nPASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)\nPASS: test_task_done (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_semaphore)\nPASS: test_timeout (test.test_multiprocessing_fork.test_processes.WithProcessesTestSemaphore.test_timeout)\nPASS: test_copy (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_copy)\nPASS: test_sharedctypes (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)\nPASS: test_synchronize (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedCTypes.test_synchronize)\nPASS: test_invalid_shared_memory_creation (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)\nPASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)\nPASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)\nPASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)\nPASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)\nPASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)\nPASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)\nPASS: test_shared_memory_across_processes (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)\nPASS: test_shared_memory_basics (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)\nPASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)\nPASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)\nPASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)\nPASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)\nPASS: test_shared_memory_recreate (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)\nPASS: test_shared_memory_tracking (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)\nPASS: test_shared_memory_untracking (test.test_multiprocessing_fork.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)\nPASS: test_stderr_flush (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)\nPASS: test_subclassing (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)\nPASS: test_sys_exit (test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)\nPASS: test_getobj_getlock (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_getobj_getlock)\nPASS: test_rawvalue (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_rawvalue)\nPASS: test_value (test.test_multiprocessing_fork.test_processes.WithProcessesTestValue.test_value)\n\n----------------------------------------------------------------------\nRan 153 tests in 17.957s\n\nOK (skipped=9)\n0:00:57 load avg: 1.00 [ 57/480] test.test_multiprocessing_forkserver.test_threads passed\ntest_abort (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_duplex_false)\nSKIP: test_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'\nSKIP: test_large_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'\nSKIP: test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'\nSKIP: test_sendbytes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'\nPASS: test_spawn_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestEvent.test_repr)\nPASS: test_issue14725 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'\nSKIP: test_repr_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)\nPASS: test_boundaries (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPoll.test_strings)\nPASS: test_apply (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_no_failfast)\nSKIP: test_map_unplicklable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'\nPASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestPool.test_wrapped_exception)\nSKIP: test_active_children (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'\nSKIP: test_close (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'\nPASS: test_cpu_count (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_cpu_count)\nSKIP: test_current (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'\nSKIP: test_daemon_argument (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'\nSKIP: test_kill (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'\nPASS: test_lose_target_ref (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nSKIP: test_parent_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'\nSKIP: test_parent_process_attributes (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'\nPASS: test_process (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process)\nSKIP: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'\nPASS: test_recursion (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_recursion)\nSKIP: test_sentinel (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'\nSKIP: test_set_executable (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'\nSKIP: test_terminate (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'\nSKIP: test_wait_for_threads (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'\nPASS: test_task_done (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_forkserver.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'\n\n----------------------------------------------------------------------\nRan 103 tests in 12.543s\n\nOK (skipped=28)\n0:00:57 load avg: 1.00 [ 58/480] test.test_multiprocessing_spawn.test_manager passed\ntest_abort (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_single_thread)\nSKIP: test_thousand (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_thousand) 'test not appropriate for manager'\ntest_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_spawn.test_manager.WithManagerTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestCondition.test_waitfor_timeout)\nPASS: test_dict (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict)\nPASS: test_dict_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_iter)\nPASS: test_dict_proxy_nested (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_dict_proxy_nested)\nPASS: test_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list)\nPASS: test_list_iter (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_iter)\nPASS: test_list_proxy_in_list (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_list_proxy_in_list)\nPASS: test_namespace (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_namespace)\nPASS: test_nested_queue (test.test_multiprocessing_spawn.test_manager.WithManagerTestContainers.test_nested_queue)\nPASS: test_event (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_spawn.test_manager.WithManagerTestEvent.test_repr)\nPASS: test_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_lock) 'test not appropriate for manager'\nSKIP: test_repr_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_repr_rlock) 'test not appropriate for manager'\nPASS: test_rlock (test.test_multiprocessing_spawn.test_manager.WithManagerTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_spawn.test_manager.WithManagerTestManagerRestart.test_rapid_restart)\nPASS: test_mymanager (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager)\nPASS: test_mymanager_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context)\nPASS: test_mymanager_context_prestarted (test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted)\nPASS: test_apply (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_empty_iterable)\nSKIP: test_enter (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_enter) 'test not applicable to manager'\nPASS: test_imap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap)\nSKIP: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_imap_unordered (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered)\nSKIP: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_make_pool (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_chunksize)\nSKIP: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_handle_iterable_exception) 'test not appropriate for manager'\nPASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_release_task_refs)\nSKIP: test_resource_warning (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_resource_warning) 'test not applicable to manager'\nPASS: test_starmap (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_wrapped_exception)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for manager'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for manager'\nPASS: test_task_done (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_timeout)\nPASS: test_remote (test.test_multiprocessing_spawn.test_manager.WithManagerTestRemoteManager.test_remote)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_spawn.test_manager.WithManagerTestSemaphore.test_timeout) 'test not appropriate for manager'\n\n----------------------------------------------------------------------\nRan 77 tests in 12.754s\n\nOK (skipped=12)\n0:01:01 load avg: 1.00 [ 59/480] test.test_multiprocessing_spawn.test_misc passed\nPASS: test_challengeresponse (test.test_multiprocessing_spawn.test_misc.ChallengeResponseTest.test_challengeresponse)\nPASS: test__all__ (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test__all__)\nSKIP: test_forked_thread_not_started (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_forked_thread_not_started) 'fork specific test'\nPASS: test_large_pool (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_large_pool)\nPASS: test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.test_misc.MiscTestCase.test_spawn_sys_executable_none_allows_import)\nPASS: test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_answer_challenge_auth_failure)\nPASS: test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.test_misc.OtherTest.test_deliver_challenge_auth_failure)\nPASS: test_semlock_subclass (test.test_multiprocessing_spawn.test_misc.SemLockTests.test_semlock_subclass)\nPASS: test_closefd (test.test_multiprocessing_spawn.test_misc.TestCloseFds.test_closefd)\nPASS: test_flags (test.test_multiprocessing_spawn.test_misc.TestFlags.test_flags)\nPASS: test_lock (test.test_multiprocessing_spawn.test_misc.TestForkAwareThreadLock.test_lock)\nPASS: test_ignore (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore)\nPASS: test_ignore_listener (test.test_multiprocessing_spawn.test_misc.TestIgnoreEINTR.test_ignore_listener)\nPASS: test_manager_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_manager_initializer)\nPASS: test_pool_initializer (test.test_multiprocessing_spawn.test_misc.TestInitializers.test_pool_initializer)\nPASS: test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.test_misc.TestInternalDecorators.test_only_run_in_spawn_testsuite)\nPASS: test_invalid_family (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family)\nSKIP: test_invalid_family_win32 (test.test_multiprocessing_spawn.test_misc.TestInvalidFamily.test_invalid_family_win32) 'skipped on non-Windows platforms'\nPASS: test_invalid_handles (test.test_multiprocessing_spawn.test_misc.TestInvalidHandle.test_invalid_handles)\nPASS: test_dispatch (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_dispatch)\nPASS: test_queue_get (test.test_multiprocessing_spawn.test_misc.TestManagerExceptions.test_queue_get)\nPASS: test_global_named_resource_spawn (test.test_multiprocessing_spawn.test_misc.TestNamedResource.test_global_named_resource_spawn)\nPASS: test_noforkbomb (test.test_multiprocessing_spawn.test_misc.TestNoForkBomb.test_noforkbomb)\nPASS: test_release_unused_processes (test.test_multiprocessing_spawn.test_misc.TestPoolNotLeakOnFailure.test_release_unused_processes)\nPASS: test_resource_tracker (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker)\nPASS: test_resource_tracker_blocked_signals (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_blocked_signals)\ntest_resource_tracker_exit_code (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_exit_code)\nPASS: Test the exit code of the resource tracker.\nPASS: test_resource_tracker_reused (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_reused)\nPASS: test_resource_tracker_sigint (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigint)\nPASS: test_resource_tracker_sigkill (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill)\nPASS: test_resource_tracker_sigterm (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigterm)\nPASS: test_too_long_name_resource (test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_too_long_name_resource)\nPASS: test_close (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_close)\nPASS: test_closed (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_closed)\nPASS: test_empty (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty)\nPASS: test_empty_exceptions (test.test_multiprocessing_spawn.test_misc.TestSimpleQueue.test_empty_exceptions)\nPASS: test_context (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context)\nPASS: test_context_check_module_types (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_context_check_module_types)\nPASS: test_get_all (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_get_all)\nPASS: test_mixed_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_mixed_startmethod)\nPASS: test_nested_startmethod (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_nested_startmethod)\nSKIP: test_preload_resources (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_preload_resources) \"test only relevant for 'forkserver' method\"\nPASS: test_set_get (test.test_multiprocessing_spawn.test_misc.TestStartMethod.test_set_get)\nPASS: test_flushing (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_flushing)\nPASS: test_pool_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_pool_in_process)\nPASS: test_queue_in_process (test.test_multiprocessing_spawn.test_misc.TestStdinBadfiledescriptor.test_queue_in_process)\nPASS: test_array (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_array)\nPASS: test_barrier (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_barrier)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_bounded_semaphore)\nPASS: test_condition (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_condition)\nPASS: test_dict (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_dict)\nPASS: test_event (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_event)\nPASS: test_joinable_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_joinable_queue)\nPASS: test_list (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_list)\nPASS: test_lock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_lock)\nPASS: test_namespace (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_namespace)\nPASS: test_pool (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_pool)\nPASS: test_queue (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_queue)\nPASS: test_rlock (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_rlock)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_semaphore)\nPASS: test_value (test.test_multiprocessing_spawn.test_misc.TestSyncManagerTypes.test_value)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_misc.TestTimeouts.test_timeout)\nPASS: test_neg_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_neg_timeout)\nPASS: test_wait (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait)\nSKIP: test_wait_integer (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer) \"resource 'walltime' is not enabled\"\nPASS: test_wait_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_slow)\nPASS: test_wait_socket (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket)\nPASS: test_wait_socket_slow (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_socket_slow)\nSKIP: test_wait_timeout (test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_timeout) \"resource 'walltime' is not enabled\"\nPASS: test_import (test.test_multiprocessing_spawn.test_misc._TestImportStar.test_import)\n\n----------------------------------------------------------------------\nRan 70 tests in 13.708s\n\nOK (skipped=5)\n0:01:03 load avg: 1.08 [ 60/480] test.test_pydoc.test_pydoc passed\nPASS: test__future__imports (test.test_pydoc.test_pydoc.PydocDocTest.test__future__imports)\nPASS: test_allmethods (test.test_pydoc.test_pydoc.PydocDocTest.test_allmethods)\ntest_builtin_no_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_no_child)\nPASS: Tests help on builtin object which have no child classes.\ntest_builtin_on_metaclasses (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_on_metaclasses)\nPASS: Tests help on metaclasses.\ntest_builtin_with_child (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_child)\nPASS: Tests help on builtin object which have only child classes.\ntest_builtin_with_grandchild (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_grandchild)\nPASS: Tests help on builtin classes which have grandchild classes.\ntest_builtin_with_more_than_four_children (test.test_pydoc.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children)\nPASS: Tests help on builtin object which have more than four child classes.\nPASS: test_fail_help_cli (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_cli)\nPASS: test_fail_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_help_output_redirect)\nPASS: test_fail_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic)\nPASS: test_fail_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_fail_showtopic_output_redirect)\nPASS: test_getpager_with_stdin_none (test.test_pydoc.test_pydoc.PydocDocTest.test_getpager_with_stdin_none)\nPASS: test_help_output_pager (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_pager)\nPASS: test_help_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect)\nPASS: test_help_output_redirect_various_requests (test.test_pydoc.test_pydoc.PydocDocTest.test_help_output_redirect_various_requests)\nPASS: test_html_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_html_doc)\nPASS: test_input_strip (test.test_pydoc.test_pydoc.PydocDocTest.test_input_strip)\nPASS: test_is_package_when_is_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_is_package)\nPASS: test_is_package_when_not_package (test.test_pydoc.test_pydoc.PydocDocTest.test_is_package_when_not_package)\nPASS: test_issue8225 (test.test_pydoc.test_pydoc.PydocDocTest.test_issue8225)\nPASS: test_lambda_with_return_and_params_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_and_params_annotation)\nPASS: test_lambda_with_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_with_return_annotation)\nPASS: test_lambda_without_return_annotation (test.test_pydoc.test_pydoc.PydocDocTest.test_lambda_without_return_annotation)\nPASS: test_long_signatures (test.test_pydoc.test_pydoc.PydocDocTest.test_long_signatures)\nPASS: test_method_aliases (test.test_pydoc.test_pydoc.PydocDocTest.test_method_aliases)\nPASS: test_mixed_case_module_names_are_lower_cased (test.test_pydoc.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased)\nPASS: test_namedtuple_fields (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_fields)\nPASS: test_namedtuple_public_underscore (test.test_pydoc.test_pydoc.PydocDocTest.test_namedtuple_public_underscore)\nPASS: test_non_str_name (test.test_pydoc.test_pydoc.PydocDocTest.test_non_str_name)\nPASS: test_not_ascii (test.test_pydoc.test_pydoc.PydocDocTest.test_not_ascii)\nPASS: test_not_here (test.test_pydoc.test_pydoc.PydocDocTest.test_not_here)\nPASS: test_showtopic (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic)\nPASS: test_showtopic_output_redirect (test.test_pydoc.test_pydoc.PydocDocTest.test_showtopic_output_redirect)\nPASS: test_source_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_source_synopsis)\nPASS: test_splitdoc_with_description (test.test_pydoc.test_pydoc.PydocDocTest.test_splitdoc_with_description)\nPASS: test_stripid (test.test_pydoc.test_pydoc.PydocDocTest.test_stripid)\nPASS: test_synopsis (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis)\nPASS: test_synopsis_sourceless (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless)\nPASS: test_synopsis_sourceless_empty_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc)\nPASS: test_text_doc (test.test_pydoc.test_pydoc.PydocDocTest.test_text_doc)\nPASS: test_text_enum_member_with_value_zero (test.test_pydoc.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero)\nPASS: test_html_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_inherited_routines_in_class)\nPASS: test_html_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_class)\nPASS: test_html_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_html_doc_routines_in_module)\nPASS: test_text_doc_inherited_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_inherited_routines_in_class)\nPASS: test_text_doc_routines_in_class (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_class)\nPASS: test_text_doc_routines_in_module (test.test_pydoc.test_pydoc.PydocFodderTest.test_text_doc_routines_in_module)\nPASS: test_apropos_empty_doc (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_empty_doc)\nPASS: test_apropos_with_bad_package (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_bad_package)\nPASS: test_apropos_with_unreadable_dir (test.test_pydoc.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir)\nPASS: test_badimport (test.test_pydoc.test_pydoc.PydocImportTest.test_badimport)\nPASS: test_importfile (test.test_pydoc.test_pydoc.PydocImportTest.test_importfile)\nSKIP: test_modules (test.test_pydoc.test_pydoc.PydocImportTest.test_modules) 'causes undesirable side-effects (#20128)'\nSKIP: test_modules_search (test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search) 'causes undesirable side-effects (#20128)'\nSKIP: test_modules_search_builtin (test.test_pydoc.test_pydoc.PydocImportTest.test_modules_search_builtin) 'some buildbots are not cooperating (#20128)'\nPASS: test_url_search_package_error (test.test_pydoc.test_pydoc.PydocImportTest.test_url_search_package_error)\nPASS: test_server (test.test_pydoc.test_pydoc.PydocServerTest.test_server)\nPASS: test_content_type_err (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_content_type_err)\nPASS: test_url_requests (test.test_pydoc.test_pydoc.PydocUrlHandlerTest.test_url_requests)\nPASS: test_DynamicClassAttribute (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute)\nPASS: test_buggy_dir (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_buggy_dir)\nPASS: test_resolve_false (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_resolve_false)\nPASS: test_virtualClassAttributeWithOneMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta)\nPASS: test_virtualClassAttributeWithTwoMeta (test.test_pydoc.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta)\nPASS: test_async_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_annotation)\nPASS: test_async_generator_annotation (test.test_pydoc.test_pydoc.TestDescriptions.test_async_generator_annotation)\nPASS: test_bound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_noargs)\nPASS: test_bound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_o)\nPASS: test_bound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_classmethod_unrepresentable_default)\nPASS: test_bound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method)\nPASS: test_bound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_coexist_o)\nPASS: test_bound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_noargs)\nPASS: test_bound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_o)\nPASS: test_bound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_builtin_method_unrepresentable_default)\nPASS: test_bound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_bound_python_method)\nPASS: test_builtin (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin)\nPASS: test_builtin_staticmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_builtin_staticmethod_unrepresentable_default)\nPASS: test_class (test.test_pydoc.test_pydoc.TestDescriptions.test_class)\nPASS: test_classmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_classmethod)\nPASS: test_custom_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_data_descriptor)\nPASS: test_custom_non_data_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_custom_non_data_descriptor)\nPASS: test_dict_attr_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_dict_attr_descriptor)\nPASS: test_field_order_for_named_tuples (test.test_pydoc.test_pydoc.TestDescriptions.test_field_order_for_named_tuples)\nPASS: test_generic_alias (test.test_pydoc.test_pydoc.TestDescriptions.test_generic_alias)\nPASS: test_getset_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_getset_descriptor)\nPASS: test_html_for_https_links (test.test_pydoc.test_pydoc.TestDescriptions.test_html_for_https_links)\nPASS: test_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_member_descriptor)\nPASS: test_module (test.test_pydoc.test_pydoc.TestDescriptions.test_module)\nPASS: test_module_level_callable (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable)\nPASS: test_module_level_callable_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_noargs)\nPASS: test_module_level_callable_o (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_o)\nPASS: test_module_level_callable_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_module_level_callable_unrepresentable_default)\nPASS: test_module_none (test.test_pydoc.test_pydoc.TestDescriptions.test_module_none)\nPASS: test_namedtuple_field_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor)\nPASS: test_overridden_text_signature (test.test_pydoc.test_pydoc.TestDescriptions.test_overridden_text_signature)\nPASS: test_property (test.test_pydoc.test_pydoc.TestDescriptions.test_property)\nPASS: test_slot_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_slot_descriptor)\nPASS: test_special_form (test.test_pydoc.test_pydoc.TestDescriptions.test_special_form)\nPASS: test_staticmethod (test.test_pydoc.test_pydoc.TestDescriptions.test_staticmethod)\nPASS: test_structseq_member_descriptor (test.test_pydoc.test_pydoc.TestDescriptions.test_structseq_member_descriptor)\nPASS: test_typing_pydoc (test.test_pydoc.test_pydoc.TestDescriptions.test_typing_pydoc)\nPASS: test_unbound_builtin_classmethod_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_noargs)\nPASS: test_unbound_builtin_classmethod_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_o)\nPASS: test_unbound_builtin_classmethod_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_classmethod_unrepresentable_default)\nPASS: test_unbound_builtin_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method)\nPASS: test_unbound_builtin_method_coexist_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_coexist_o)\nPASS: test_unbound_builtin_method_noargs (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_noargs)\nPASS: test_unbound_builtin_method_o (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_o)\nPASS: test_unbound_builtin_method_unrepresentable_default (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_builtin_method_unrepresentable_default)\nPASS: test_unbound_python_method (test.test_pydoc.test_pydoc.TestDescriptions.test_unbound_python_method)\nPASS: test_union_type (test.test_pydoc.test_pydoc.TestDescriptions.test_union_type)\nPASS: test_keywords (test.test_pydoc.test_pydoc.TestHelper.test_keywords)\nPASS: test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir)\nPASS: test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir)\nPASS: test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir)\nPASS: test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included)\n\n----------------------------------------------------------------------\nRan 116 tests in 1.980s\n\nOK (skipped=3)\n0:01:04 load avg: 1.08 [ 61/480] test___all__ passed\ntest_all (test.test___all__.AllTest.test_all) ... Check __hello__\nCheck __phello__\nCheck __phello__.spam\nCheck _aix_support\nCheck _android_support\nCheck _apple_support\nCheck _collections_abc\nCheck _colorize\nCheck _compat_pickle\nCheck _compression\nCheck _ios_support\nCheck _markupbase\nCheck _opcode_metadata\nCheck _osx_support\nCheck _py_abc\nCheck _pydatetime\nCheck _pydecimal\nCheck _pyio\nCheck _pylong\nCheck _pyrepl\nCheck _pyrepl.__main__\nCheck _pyrepl._minimal_curses\nCheck _pyrepl._threading_handler\nCheck _pyrepl.base_eventqueue\nCheck _pyrepl.commands\nCheck _pyrepl.completing_reader\nCheck _pyrepl.console\nCheck _pyrepl.curses\nCheck _pyrepl.fancy_termios\nCheck _pyrepl.historical_reader\nCheck _pyrepl.input\nCheck _pyrepl.keymap\nCheck _pyrepl.main\nCheck _pyrepl.pager\nCheck _pyrepl.reader\nCheck _pyrepl.readline\nCheck _pyrepl.simple_interact\nCheck _pyrepl.trace\nCheck _pyrepl.types\nCheck _pyrepl.unix_console\nCheck _pyrepl.unix_eventqueue\nCheck _pyrepl.utils\nCheck _pyrepl.windows_console\nCheck _pyrepl.windows_eventqueue\nCheck _sitebuiltins\nCheck _strptime\nCheck _sysconfigdata__linux_x86_64-linux-gnu\nCheck _threading_local\nCheck _weakrefset\nCheck abc\nCheck antigravity\nCheck argparse\nCheck ast\nCheck asyncio\nCheck asyncio.__main__\nCheck asyncio.base_events\nCheck asyncio.base_futures\nCheck asyncio.base_subprocess\nCheck asyncio.base_tasks\nCheck asyncio.constants\nCheck asyncio.coroutines\nCheck asyncio.events\nCheck asyncio.exceptions\nCheck asyncio.format_helpers\nCheck asyncio.futures\nCheck asyncio.locks\nCheck asyncio.log\nCheck asyncio.mixins\nCheck asyncio.proactor_events\nCheck asyncio.protocols\nCheck asyncio.queues\nCheck asyncio.runners\nCheck asyncio.selector_events\nCheck asyncio.sslproto\nCheck asyncio.staggered\nCheck asyncio.streams\nCheck asyncio.subprocess\nCheck asyncio.taskgroups\nCheck asyncio.tasks\nCheck asyncio.threads\nCheck asyncio.timeouts\nCheck asyncio.transports\nCheck asyncio.trsock\nCheck asyncio.unix_events\nCheck asyncio.windows_events\nCheck asyncio.windows_utils\nCheck base64\nCheck bdb\nCheck bisect\nCheck bz2\nCheck cProfile\nCheck calendar\nCheck cmd\nCheck code\nCheck codecs\nCheck codeop\nCheck collections\nCheck colorsys\nCheck compileall\nCheck concurrent\nCheck concurrent.futures\nCheck concurrent.futures._base\nCheck concurrent.futures.process\nCheck concurrent.futures.thread\nCheck configparser\nCheck contextlib\nCheck contextvars\nCheck copy\nCheck copyreg\nCheck csv\nCheck ctypes\nCheck ctypes._aix\nCheck ctypes._endian\nCheck ctypes.macholib\nCheck ctypes.macholib.dyld\nCheck ctypes.macholib.dylib\nCheck ctypes.macholib.framework\nCheck ctypes.util\nCheck ctypes.wintypes\nCheck curses\nCheck curses.ascii\nCheck curses.has_key\nCheck curses.panel\nCheck curses.textpad\nCheck dataclasses\nCheck datetime\nCheck dbm\nCheck dbm.dumb\nCheck dbm.gnu\nCheck dbm.ndbm\nCheck dbm.sqlite3\nCheck decimal\nCheck difflib\nCheck dis\nCheck doctest\nCheck email\nCheck email._encoded_words\nCheck email._header_value_parser\nCheck email._parseaddr\nCheck email._policybase\nCheck email.base64mime\nCheck email.charset\nCheck email.contentmanager\nCheck email.encoders\nCheck email.errors\nCheck email.feedparser\nCheck email.generator\nCheck email.header\nCheck email.headerregistry\nCheck email.iterators\nCheck email.message\nCheck email.mime\nCheck email.mime.application\nCheck email.mime.audio\nCheck email.mime.base\nCheck email.mime.image\nCheck email.mime.message\nCheck email.mime.multipart\nCheck email.mime.nonmultipart\nCheck email.mime.text\nCheck email.parser\nCheck email.policy\nCheck email.quoprimime\nCheck email.utils\nCheck encodings\nCheck encodings.aliases\nCheck encodings.ascii\nCheck encodings.base64_codec\nCheck encodings.big5\nCheck encodings.big5hkscs\nCheck encodings.bz2_codec\nCheck encodings.charmap\nCheck encodings.cp037\nCheck encodings.cp1006\nCheck encodings.cp1026\nCheck encodings.cp1125\nCheck encodings.cp1140\nCheck encodings.cp1250\nCheck encodings.cp1251\nCheck encodings.cp1252\nCheck encodings.cp1253\nCheck encodings.cp1254\nCheck encodings.cp1255\nCheck encodings.cp1256\nCheck encodings.cp1257\nCheck encodings.cp1258\nCheck encodings.cp273\nCheck encodings.cp424\nCheck encodings.cp437\nCheck encodings.cp500\nCheck encodings.cp720\nCheck encodings.cp737\nCheck encodings.cp775\nCheck encodings.cp850\nCheck encodings.cp852\nCheck encodings.cp855\nCheck encodings.cp856\nCheck encodings.cp857\nCheck encodings.cp858\nCheck encodings.cp860\nCheck encodings.cp861\nCheck encodings.cp862\nCheck encodings.cp863\nCheck encodings.cp864\nCheck encodings.cp865\nCheck encodings.cp866\nCheck encodings.cp869\nCheck encodings.cp874\nCheck encodings.cp875\nCheck encodings.cp932\nCheck encodings.cp949\nCheck encodings.cp950\nCheck encodings.euc_jis_2004\nCheck encodings.euc_jisx0213\nCheck encodings.euc_jp\nCheck encodings.euc_kr\nCheck encodings.gb18030\nCheck encodings.gb2312\nCheck encodings.gbk\nCheck encodings.hex_codec\nCheck encodings.hp_roman8\nCheck encodings.hz\nCheck encodings.idna\nCheck encodings.iso2022_jp\nCheck encodings.iso2022_jp_1\nCheck encodings.iso2022_jp_2\nCheck encodings.iso2022_jp_2004\nCheck encodings.iso2022_jp_3\nCheck encodings.iso2022_jp_ext\nCheck encodings.iso2022_kr\nCheck encodings.iso8859_1\nCheck encodings.iso8859_10\nCheck encodings.iso8859_11\nCheck encodings.iso8859_13\nCheck encodings.iso8859_14\nCheck encodings.iso8859_15\nCheck encodings.iso8859_16\nCheck encodings.iso8859_2\nCheck encodings.iso8859_3\nCheck encodings.iso8859_4\nCheck encodings.iso8859_5\nCheck encodings.iso8859_6\nCheck encodings.iso8859_7\nCheck encodings.iso8859_8\nCheck encodings.iso8859_9\nCheck encodings.johab\nCheck encodings.koi8_r\nCheck encodings.koi8_t\nCheck encodings.koi8_u\nCheck encodings.kz1048\nCheck encodings.latin_1\nCheck encodings.mac_arabic\nCheck encodings.mac_croatian\nCheck encodings.mac_cyrillic\nCheck encodings.mac_farsi\nCheck encodings.mac_greek\nCheck encodings.mac_iceland\nCheck encodings.mac_latin2\nCheck encodings.mac_roman\nCheck encodings.mac_romanian\nCheck encodings.mac_turkish\nCheck encodings.mbcs\nCheck encodings.oem\nCheck encodings.palmos\nCheck encodings.ptcp154\nCheck encodings.punycode\nCheck encodings.quopri_codec\nCheck encodings.raw_unicode_escape\nCheck encodings.rot_13\nCheck encodings.shift_jis\nCheck encodings.shift_jis_2004\nCheck encodings.shift_jisx0213\nCheck encodings.tis_620\nCheck encodings.undefined\nCheck encodings.unicode_escape\nCheck encodings.utf_16\nCheck encodings.utf_16_be\nCheck encodings.utf_16_le\nCheck encodings.utf_32\nCheck encodings.utf_32_be\nCheck encodings.utf_32_le\nCheck encodings.utf_7\nCheck encodings.utf_8\nCheck encodings.utf_8_sig\nCheck encodings.uu_codec\nCheck encodings.zlib_codec\nCheck ensurepip\nCheck ensurepip.__main__\nCheck ensurepip._uninstall\nCheck enum\nCheck filecmp\nCheck fileinput\nCheck fnmatch\nCheck fractions\nCheck ftplib\nCheck functools\nCheck genericpath\nCheck getopt\nCheck getpass\nCheck gettext\nCheck glob\nCheck graphlib\nCheck gzip\nCheck hashlib\nCheck heapq\nCheck hmac\nCheck html\nCheck html.entities\nCheck html.parser\nCheck http\nCheck http.client\nCheck http.cookiejar\nCheck http.cookies\nCheck http.server\nCheck idlelib\nCheck idlelib.__main__\nCheck idlelib.autocomplete\nCheck idlelib.autocomplete_w\nCheck idlelib.autoexpand\nCheck idlelib.browser\nCheck idlelib.calltip\nCheck idlelib.calltip_w\nCheck idlelib.codecontext\nCheck idlelib.colorizer\nCheck idlelib.config\nCheck idlelib.config_key\nCheck idlelib.configdialog\nCheck idlelib.debugger\nCheck idlelib.debugger_r\nCheck idlelib.debugobj\nCheck idlelib.debugobj_r\nCheck idlelib.delegator\nCheck idlelib.dynoption\nCheck idlelib.editor\nCheck idlelib.filelist\nCheck idlelib.format\nCheck idlelib.grep\nCheck idlelib.help\nCheck idlelib.help_about\nCheck idlelib.history\nCheck idlelib.hyperparser\nCheck idlelib.idle\nCheck idlelib.idle_test\nCheck idlelib.idle_test.htest\nCheck idlelib.idle_test.mock_idle\nCheck idlelib.idle_test.mock_tk\nCheck idlelib.idle_test.template\nCheck idlelib.idle_test.test_autocomplete\nCheck idlelib.idle_test.test_autocomplete_w\nCheck idlelib.idle_test.test_autoexpand\nCheck idlelib.idle_test.test_browser\nCheck idlelib.idle_test.test_calltip\nCheck idlelib.idle_test.test_calltip_w\nCheck idlelib.idle_test.test_codecontext\nCheck idlelib.idle_test.test_colorizer\nCheck idlelib.idle_test.test_config\nCheck idlelib.idle_test.test_config_key\nCheck idlelib.idle_test.test_configdialog\nCheck idlelib.idle_test.test_debugger\nCheck idlelib.idle_test.test_debugger_r\nCheck idlelib.idle_test.test_debugobj\nCheck idlelib.idle_test.test_debugobj_r\nCheck idlelib.idle_test.test_delegator\nCheck idlelib.idle_test.test_editmenu\nCheck idlelib.idle_test.test_editor\nCheck idlelib.idle_test.test_filelist\nCheck idlelib.idle_test.test_format\nCheck idlelib.idle_test.test_grep\nCheck idlelib.idle_test.test_help\nCheck idlelib.idle_test.test_help_about\nCheck idlelib.idle_test.test_history\nCheck idlelib.idle_test.test_hyperparser\nCheck idlelib.idle_test.test_iomenu\nCheck idlelib.idle_test.test_macosx\nCheck idlelib.idle_test.test_mainmenu\nCheck idlelib.idle_test.test_multicall\nCheck idlelib.idle_test.test_outwin\nCheck idlelib.idle_test.test_parenmatch\nCheck idlelib.idle_test.test_pathbrowser\nCheck idlelib.idle_test.test_percolator\nCheck idlelib.idle_test.test_pyparse\nCheck idlelib.idle_test.test_pyshell\nCheck idlelib.idle_test.test_query\nCheck idlelib.idle_test.test_redirector\nCheck idlelib.idle_test.test_replace\nCheck idlelib.idle_test.test_rpc\nCheck idlelib.idle_test.test_run\nCheck idlelib.idle_test.test_runscript\nCheck idlelib.idle_test.test_scrolledlist\nCheck idlelib.idle_test.test_search\nCheck idlelib.idle_test.test_searchbase\nCheck idlelib.idle_test.test_searchengine\nCheck idlelib.idle_test.test_sidebar\nCheck idlelib.idle_test.test_squeezer\nCheck idlelib.idle_test.test_stackviewer\nCheck idlelib.idle_test.test_statusbar\nCheck idlelib.idle_test.test_text\nCheck idlelib.idle_test.test_textview\nCheck idlelib.idle_test.test_tooltip\nCheck idlelib.idle_test.test_tree\nCheck idlelib.idle_test.test_undo\nCheck idlelib.idle_test.test_util\nCheck idlelib.idle_test.test_warning\nCheck idlelib.idle_test.test_window\nCheck idlelib.idle_test.test_zoomheight\nCheck idlelib.idle_test.test_zzdummy\nCheck idlelib.idle_test.tkinter_testing_utils\nCheck idlelib.iomenu\nCheck idlelib.macosx\nCheck idlelib.mainmenu\nCheck idlelib.multicall\nCheck idlelib.outwin\nCheck idlelib.parenmatch\nCheck idlelib.pathbrowser\nCheck idlelib.percolator\nCheck idlelib.pyparse\nCheck idlelib.pyshell\nCheck idlelib.query\nCheck idlelib.redirector\nCheck idlelib.replace\nCheck idlelib.rpc\nCheck idlelib.run\nCheck idlelib.runscript\nCheck idlelib.scrolledlist\nCheck idlelib.search\nCheck idlelib.searchbase\nCheck idlelib.searchengine\nCheck idlelib.sidebar\nCheck idlelib.squeezer\nCheck idlelib.stackviewer\nCheck idlelib.statusbar\nCheck idlelib.textview\nCheck idlelib.tooltip\nCheck idlelib.tree\nCheck idlelib.undo\nCheck idlelib.util\nCheck idlelib.window\nCheck idlelib.zoomheight\nCheck idlelib.zzdummy\nCheck imaplib\nCheck importlib\nCheck importlib._abc\nCheck importlib._bootstrap\nCheck importlib._bootstrap_external\nCheck importlib.abc\nCheck importlib.machinery\nCheck importlib.metadata\nCheck importlib.metadata._adapters\nCheck importlib.metadata._collections\nCheck importlib.metadata._functools\nCheck importlib.metadata._itertools\nCheck importlib.metadata._meta\nCheck importlib.metadata._text\nCheck importlib.metadata.diagnose\nCheck importlib.readers\nCheck importlib.resources\nCheck importlib.resources._adapters\nCheck importlib.resources._common\nCheck importlib.resources._functional\nCheck importlib.resources._itertools\nCheck importlib.resources.abc\nCheck importlib.resources.readers\nCheck importlib.resources.simple\nCheck importlib.simple\nCheck importlib.util\nCheck inspect\nCheck io\nCheck ipaddress\nCheck json\nCheck json.decoder\nCheck json.encoder\nCheck json.scanner\nCheck json.tool\nCheck keyword\nCheck linecache\nCheck locale\nCheck logging\nCheck logging.config\nCheck logging.handlers\nCheck lzma\nCheck mailbox\nCheck mimetypes\nCheck modulefinder\nCheck multiprocessing\nCheck multiprocessing.connection\nCheck multiprocessing.context\nCheck multiprocessing.dummy\nCheck multiprocessing.dummy.connection\nCheck multiprocessing.forkserver\nCheck multiprocessing.heap\nCheck multiprocessing.managers\nCheck multiprocessing.pool\nCheck multiprocessing.popen_fork\nCheck multiprocessing.popen_forkserver\nCheck multiprocessing.popen_spawn_posix\nCheck multiprocessing.popen_spawn_win32\nCheck multiprocessing.process\nCheck multiprocessing.queues\nCheck multiprocessing.reduction\nCheck multiprocessing.resource_sharer\nCheck multiprocessing.resource_tracker\nCheck multiprocessing.shared_memory\nCheck multiprocessing.sharedctypes\nCheck multiprocessing.spawn\nCheck multiprocessing.synchronize\nCheck multiprocessing.util\nCheck netrc\nCheck ntpath\nCheck nturl2path\nCheck numbers\nCheck opcode\nCheck operator\nCheck optparse\nCheck os\nCheck pathlib\nCheck pathlib._abc\nCheck pathlib._local\nCheck pdb\nCheck pickle\nCheck pickletools\nCheck pkgutil\nCheck platform\nCheck plistlib\nCheck poplib\nCheck posixpath\nCheck pprint\nCheck profile\nCheck pstats\nCheck pty\nCheck py_compile\nCheck pyclbr\nCheck pydoc\nCheck pydoc_data\nCheck pydoc_data.topics\nCheck queue\nCheck quopri\nCheck random\nCheck re\nCheck re._casefix\nCheck re._compiler\nCheck re._constants\nCheck re._parser\nCheck reprlib\nCheck rlcompleter\nCheck runpy\nCheck sched\nCheck secrets\nCheck selectors\nCheck shelve\nCheck shlex\nCheck shutil\nCheck signal\nCheck site\nCheck smtplib\nCheck socket\nCheck socketserver\nCheck sqlite3\nCheck sqlite3.__main__\nCheck sqlite3.dbapi2\nCheck sqlite3.dump\nCheck sre_compile\nCheck sre_constants\nCheck sre_parse\nCheck ssl\nCheck stat\nCheck statistics\nCheck string\nCheck stringprep\nCheck struct\nCheck subprocess\nCheck symtable\nCheck sysconfig\nCheck sysconfig.__main__\nCheck tabnanny\nCheck tarfile\nCheck tempfile\nCheck test\nCheck test.__main__\nCheck test._test_atexit\nCheck test._test_eintr\nCheck test._test_embed_set_config\nCheck test._test_embed_structseq\nCheck test._test_monitoring_shutdown\nCheck test._test_multiprocessing\nCheck test._test_venv_multiprocessing\nCheck test.archiver_tests\nCheck test.audiotests\nCheck test.audit-tests\nCheck test.autotest\nCheck test.bisect_cmd\nCheck test.cov\nCheck test.curses_tests\nCheck test.datetimetester\nCheck test.dis_module\nCheck test.encoded_modules\nCheck test.encoded_modules.module_iso_8859_1\nCheck test.encoded_modules.module_koi8_r\nCheck test.fork_wait\nCheck test.leakers\nCheck test.leakers.test_ctypes\nCheck test.leakers.test_selftype\nCheck test.libregrtest\nCheck test.libregrtest.cmdline\nCheck test.libregrtest.filter\nCheck test.libregrtest.findtests\nCheck test.libregrtest.logger\nCheck test.libregrtest.main\nCheck test.libregrtest.pgo\nCheck test.libregrtest.refleak\nCheck test.libregrtest.result\nCheck test.libregrtest.results\nCheck test.libregrtest.run_workers\nCheck test.libregrtest.runtests\nCheck test.libregrtest.save_env\nCheck test.libregrtest.setup\nCheck test.libregrtest.single\nCheck test.libregrtest.testresult\nCheck test.libregrtest.tsan\nCheck test.libregrtest.utils\nCheck test.libregrtest.win_utils\nCheck test.libregrtest.worker\nCheck test.list_tests\nCheck test.lock_tests\nCheck test.mapping_tests\nCheck test.memory_watchdog\nCheck test.mock_socket\nCheck test.mp_fork_bomb\nCheck test.mp_preload\nCheck test.multibytecodec_support\nCheck test.pickletester\nCheck test.profilee\nCheck test.pyclbr_input\nCheck test.pythoninfo\nCheck test.re_tests\nCheck test.regrtest\nCheck test.relimport\nCheck test.reperf\nCheck test.seq_tests\nCheck test.signalinterproctester\nCheck test.ssl_servers\nCheck test.ssltests\nCheck test.string_tests\nCheck test.support\nCheck test.support._hypothesis_stubs\nCheck test.support._hypothesis_stubs._helpers\nCheck test.support._hypothesis_stubs.strategies\nCheck test.support.ast_helper\nCheck test.support.asynchat\nCheck test.support.asyncore\nCheck test.support.bytecode_helper\nCheck test.support.hashlib_helper\nCheck test.support.hypothesis_helper\nCheck test.support.i18n_helper\nCheck test.support.import_helper\nCheck test.support.interpreters\nCheck test.support.interpreters._crossinterp\nCheck test.support.interpreters.channels\nCheck test.support.interpreters.queues\nCheck test.support.logging_helper\nCheck test.support.numbers\nCheck test.support.os_helper\nCheck test.support.pty_helper\nCheck test.support.refleak_helper\nCheck test.support.script_helper\nCheck test.support.smtpd\nCheck test.support.socket_helper\nCheck test.support.testcase\nCheck test.support.threading_helper\nCheck test.support.venv\nCheck test.support.warnings_helper\nCheck test.test___all__\nCheck test.test__colorize\nCheck test.test__interpchannels\nCheck test.test__interpreters\nCheck test.test__locale\nCheck test.test__opcode\nCheck test.test__osx_support\nCheck test.test_abc\nCheck test.test_abstract_numbers\nCheck test.test_android\nCheck test.test_apple\nCheck test.test_argparse\nCheck test.test_array\nCheck test.test_asdl_parser\nCheck test.test_ast\nCheck test.test_ast.snippets\nCheck test.test_ast.test_ast\nCheck test.test_ast.utils\nCheck test.test_asyncgen\nCheck test.test_asyncio\nCheck test.test_asyncio.__main__\nCheck test.test_asyncio.echo\nCheck test.test_asyncio.echo2\nCheck test.test_asyncio.echo3\nCheck test.test_asyncio.functional\nCheck test.test_asyncio.test_base_events\nCheck test.test_asyncio.test_buffered_proto\nCheck test.test_asyncio.test_context\nCheck test.test_asyncio.test_eager_task_factory\nCheck test.test_asyncio.test_events\nCheck test.test_asyncio.test_futures\nCheck test.test_asyncio.test_futures2\nCheck test.test_asyncio.test_locks\nCheck test.test_asyncio.test_pep492\nCheck test.test_asyncio.test_proactor_events\nCheck test.test_asyncio.test_protocols\nCheck test.test_asyncio.test_queues\nCheck test.test_asyncio.test_runners\nCheck test.test_asyncio.test_selector_events\nCheck test.test_asyncio.test_sendfile\nCheck test.test_asyncio.test_server\nCheck test.test_asyncio.test_sock_lowlevel\nCheck test.test_asyncio.test_ssl\nCheck test.test_asyncio.test_sslproto\nCheck test.test_asyncio.test_staggered\nCheck test.test_asyncio.test_streams\nCheck test.test_asyncio.test_subprocess\nCheck test.test_asyncio.test_taskgroups\nCheck test.test_asyncio.test_tasks\nCheck test.test_asyncio.test_threads\nCheck test.test_asyncio.test_timeouts\nCheck test.test_asyncio.test_transports\nCheck test.test_asyncio.test_unix_events\nCheck test.test_asyncio.test_waitfor\nCheck test.test_asyncio.test_windows_events\nCheck test.test_asyncio.test_windows_utils\nCheck test.test_asyncio.utils\nCheck test.test_atexit\nCheck test.test_audit\nCheck test.test_augassign\nCheck test.test_base64\nCheck test.test_baseexception\nCheck test.test_bdb\nCheck test.test_bigaddrspace\nCheck test.test_bigmem\nCheck test.test_binascii\nCheck test.test_binop\nCheck test.test_bisect\nCheck test.test_bool\nCheck test.test_buffer\nCheck test.test_bufio\nCheck test.test_builtin\nCheck test.test_bytes\nCheck test.test_bz2\nCheck test.test_c_locale_coercion\nCheck test.test_calendar\nCheck test.test_call\nCheck test.test_capi\nCheck test.test_capi.__main__\nCheck test.test_capi.check_config\nCheck test.test_capi.test_abstract\nCheck test.test_capi.test_bytearray\nCheck test.test_capi.test_bytes\nCheck test.test_capi.test_codecs\nCheck test.test_capi.test_complex\nCheck test.test_capi.test_dict\nCheck test.test_capi.test_eval\nCheck test.test_capi.test_eval_code_ex\nCheck test.test_capi.test_exceptions\nCheck test.test_capi.test_file\nCheck test.test_capi.test_float\nCheck test.test_capi.test_getargs\nCheck test.test_capi.test_hash\nCheck test.test_capi.test_immortal\nCheck test.test_capi.test_import\nCheck test.test_capi.test_list\nCheck test.test_capi.test_long\nCheck test.test_capi.test_mem\nCheck test.test_capi.test_misc\nCheck test.test_capi.test_number\nCheck test.test_capi.test_object\nCheck test.test_capi.test_opt\nCheck test.test_capi.test_pyatomic\nCheck test.test_capi.test_run\nCheck test.test_capi.test_set\nCheck test.test_capi.test_structmembers\nCheck test.test_capi.test_sys\nCheck test.test_capi.test_time\nCheck test.test_capi.test_tuple\nCheck test.test_capi.test_unicode\nCheck test.test_capi.test_watchers\nCheck test.test_cext\nCheck test.test_cext.setup\nCheck test.test_charmapcodec\nCheck test.test_class\nCheck test.test_clinic\nCheck test.test_cmath\nCheck test.test_cmd\nCheck test.test_cmd_line\nCheck test.test_cmd_line_script\nCheck test.test_code\nCheck test.test_code_module\nCheck test.test_codeccallbacks\nCheck test.test_codecencodings_cn\nCheck test.test_codecencodings_hk\nCheck test.test_codecencodings_iso2022\nCheck test.test_codecencodings_jp\nCheck test.test_codecencodings_kr\nCheck test.test_codecencodings_tw\nCheck test.test_codecmaps_cn\nCheck test.test_codecmaps_hk\nCheck test.test_codecmaps_jp\nCheck test.test_codecmaps_kr\nCheck test.test_codecmaps_tw\nCheck test.test_codecs\nCheck test.test_codeop\nCheck test.test_collections\nCheck test.test_colorsys\nCheck test.test_compare\nCheck test.test_compile\nCheck test.test_compileall\nCheck test.test_compiler_assemble\nCheck test.test_compiler_codegen\nCheck test.test_complex\nCheck test.test_concurrent_futures\nCheck test.test_concurrent_futures.executor\nCheck test.test_concurrent_futures.test_as_completed\nCheck test.test_concurrent_futures.test_deadlock\nCheck test.test_concurrent_futures.test_future\nCheck test.test_concurrent_futures.test_init\nCheck test.test_concurrent_futures.test_process_pool\nCheck test.test_concurrent_futures.test_shutdown\nCheck test.test_concurrent_futures.test_thread_pool\nCheck test.test_concurrent_futures.test_wait\nCheck test.test_concurrent_futures.util\nCheck test.test_configparser\nCheck test.test_contains\nCheck test.test_context\nCheck test.test_contextlib\nCheck test.test_contextlib_async\nCheck test.test_copy\nCheck test.test_copyreg\nCheck test.test_coroutines\nCheck test.test_cppext\nCheck test.test_cppext.setup\nCheck test.test_cprofile\nCheck test.test_csv\nCheck test.test_ctypes\nCheck test.test_ctypes.__main__\nCheck test.test_ctypes._support\nCheck test.test_ctypes.test_aligned_structures\nCheck test.test_ctypes.test_anon\nCheck test.test_ctypes.test_array_in_pointer\nCheck test.test_ctypes.test_arrays\nCheck test.test_ctypes.test_as_parameter\nCheck test.test_ctypes.test_bitfields\nCheck test.test_ctypes.test_buffers\nCheck test.test_ctypes.test_bytes\nCheck test.test_ctypes.test_byteswap\nCheck test.test_ctypes.test_c_simple_type_meta\nCheck test.test_ctypes.test_callbacks\nCheck test.test_ctypes.test_cast\nCheck test.test_ctypes.test_cfuncs\nCheck test.test_ctypes.test_checkretval\nCheck test.test_ctypes.test_delattr\nCheck test.test_ctypes.test_dlerror\nCheck test.test_ctypes.test_errno\nCheck test.test_ctypes.test_find\nCheck test.test_ctypes.test_frombuffer\nCheck test.test_ctypes.test_funcptr\nCheck test.test_ctypes.test_functions\nCheck test.test_ctypes.test_incomplete\nCheck test.test_ctypes.test_init\nCheck test.test_ctypes.test_internals\nCheck test.test_ctypes.test_keeprefs\nCheck test.test_ctypes.test_libc\nCheck test.test_ctypes.test_loading\nCheck test.test_ctypes.test_macholib\nCheck test.test_ctypes.test_memfunctions\nCheck test.test_ctypes.test_numbers\nCheck test.test_ctypes.test_objects\nCheck test.test_ctypes.test_parameters\nCheck test.test_ctypes.test_pep3118\nCheck test.test_ctypes.test_pickling\nCheck test.test_ctypes.test_pointers\nCheck test.test_ctypes.test_prototypes\nCheck test.test_ctypes.test_python_api\nCheck test.test_ctypes.test_random_things\nCheck test.test_ctypes.test_refcounts\nCheck test.test_ctypes.test_repr\nCheck test.test_ctypes.test_returnfuncptrs\nCheck test.test_ctypes.test_simplesubclasses\nCheck test.test_ctypes.test_sizes\nCheck test.test_ctypes.test_slicing\nCheck test.test_ctypes.test_stringptr\nCheck test.test_ctypes.test_strings\nCheck test.test_ctypes.test_struct_fields\nCheck test.test_ctypes.test_structures\nCheck test.test_ctypes.test_unaligned_structures\nCheck test.test_ctypes.test_unicode\nCheck test.test_ctypes.test_unions\nCheck test.test_ctypes.test_values\nCheck test.test_ctypes.test_varsize_struct\nCheck test.test_ctypes.test_win32\nCheck test.test_ctypes.test_win32_com_foreign_func\nCheck test.test_ctypes.test_wintypes\nCheck test.test_curses\nCheck test.test_dataclasses\nCheck test.test_dataclasses.dataclass_module_1\nCheck test.test_dataclasses.dataclass_module_1_str\nCheck test.test_dataclasses.dataclass_module_2\nCheck test.test_dataclasses.dataclass_module_2_str\nCheck test.test_dataclasses.dataclass_textanno\nCheck test.test_datetime\nCheck test.test_dbm\nCheck test.test_dbm_dumb\nCheck test.test_dbm_gnu\nCheck test.test_dbm_ndbm\nCheck test.test_dbm_sqlite3\nCheck test.test_decimal\nCheck test.test_decorators\nCheck test.test_defaultdict\nCheck test.test_deque\nCheck test.test_descr\nCheck test.test_descrtut\nCheck test.test_devpoll\nCheck test.test_dict\nCheck test.test_dict_version\nCheck test.test_dictcomps\nCheck test.test_dictviews\nCheck test.test_difflib\nCheck test.test_dis\nCheck test.test_doctest\nCheck test.test_doctest.decorator_mod\nCheck test.test_doctest.doctest_aliases\nCheck test.test_doctest.doctest_lineno\nCheck test.test_doctest.sample_doctest\nCheck test.test_doctest.sample_doctest_errors\nCheck test.test_doctest.sample_doctest_no_docstrings\nCheck test.test_doctest.sample_doctest_no_doctests\nCheck test.test_doctest.sample_doctest_skip\nCheck test.test_doctest.test_doctest\nCheck test.test_doctest.test_doctest2\nCheck test.test_docxmlrpc\nCheck test.test_dtrace\nCheck test.test_dynamic\nCheck test.test_dynamicclassattribute\nCheck test.test_eintr\nCheck test.test_email\nCheck test.test_email.__main__\nCheck test.test_email.test__encoded_words\nCheck test.test_email.test__header_value_parser\nCheck test.test_email.test_asian_codecs\nCheck test.test_email.test_contentmanager\nCheck test.test_email.test_defect_handling\nCheck test.test_email.test_email\nCheck test.test_email.test_generator\nCheck test.test_email.test_headerregistry\nCheck test.test_email.test_inversion\nCheck test.test_email.test_message\nCheck test.test_email.test_parser\nCheck test.test_email.test_pickleable\nCheck test.test_email.test_policy\nCheck test.test_email.test_utils\nCheck test.test_email.torture_test\nCheck test.test_embed\nCheck test.test_ensurepip\nCheck test.test_enum\nCheck test.test_enumerate\nCheck test.test_eof\nCheck test.test_epoll\nCheck test.test_errno\nCheck test.test_except_star\nCheck test.test_exception_group\nCheck test.test_exception_hierarchy\nCheck test.test_exception_variations\nCheck test.test_exceptions\nCheck test.test_extcall\nCheck test.test_external_inspection\nCheck test.test_faulthandler\nCheck test.test_fcntl\nCheck test.test_file\nCheck test.test_file_eintr\nCheck test.test_filecmp\nCheck test.test_fileinput\nCheck test.test_fileio\nCheck test.test_fileutils\nCheck test.test_finalization\nCheck test.test_float\nCheck test.test_flufl\nCheck test.test_fnmatch\nCheck test.test_fork1\nCheck test.test_format\nCheck test.test_fractions\nCheck test.test_frame\nCheck test.test_free_threading\nCheck test.test_free_threading.test_code\nCheck test.test_free_threading.test_dict\nCheck test.test_free_threading.test_func_annotations\nCheck test.test_free_threading.test_gc\nCheck test.test_free_threading.test_list\nCheck test.test_free_threading.test_monitoring\nCheck test.test_free_threading.test_set\nCheck test.test_free_threading.test_slots\nCheck test.test_free_threading.test_str\nCheck test.test_free_threading.test_tokenize\nCheck test.test_free_threading.test_type\nCheck test.test_frozen\nCheck test.test_fstring\nCheck test.test_ftplib\nCheck test.test_funcattrs\nCheck test.test_functools\nCheck test.test_future_stmt\nCheck test.test_future_stmt.badsyntax_future\nCheck test.test_future_stmt.import_nested_scope_twice\nCheck test.test_future_stmt.nested_scope\nCheck test.test_future_stmt.test_future\nCheck test.test_future_stmt.test_future_flags\nCheck test.test_future_stmt.test_future_multiple_features\nCheck test.test_future_stmt.test_future_multiple_imports\nCheck test.test_future_stmt.test_future_single_import\nCheck test.test_gc\nCheck test.test_gdb\nCheck test.test_gdb.gdb_sample\nCheck test.test_gdb.test_backtrace\nCheck test.test_gdb.test_cfunction\nCheck test.test_gdb.test_cfunction_full\nCheck test.test_gdb.test_misc\nCheck test.test_gdb.test_pretty_print\nCheck test.test_gdb.util\nCheck test.test_generated_cases\nCheck test.test_generator_stop\nCheck test.test_generators\nCheck test.test_genericalias\nCheck test.test_genericclass\nCheck test.test_genericpath\nCheck test.test_genexps\nCheck test.test_getopt\nCheck test.test_getpass\nCheck test.test_getpath\nCheck test.test_gettext\nCheck test.test_glob\nCheck test.test_global\nCheck test.test_grammar\nCheck test.test_graphlib\nCheck test.test_grp\nCheck test.test_gzip\nCheck test.test_hash\nCheck test.test_hashlib\nCheck test.test_heapq\nCheck test.test_hmac\nCheck test.test_html\nCheck test.test_htmlparser\nCheck test.test_http_cookiejar\nCheck test.test_http_cookies\nCheck test.test_httplib\nCheck test.test_httpservers\nCheck test.test_idle\nCheck test.test_imaplib\nCheck test.test_import\nCheck test.test_import.__main__\nCheck test.test_importlib\nCheck test.test_importlib.__main__\nCheck test.test_importlib.abc\nCheck test.test_importlib.builtin\nCheck test.test_importlib.builtin.__main__\nCheck test.test_importlib.builtin.test_finder\nCheck test.test_importlib.builtin.test_loader\nCheck test.test_importlib.extension\nCheck test.test_importlib.extension.__main__\nCheck test.test_importlib.extension._test_nonmodule_cases\nCheck test.test_importlib.extension.test_case_sensitivity\nCheck test.test_importlib.extension.test_finder\nCheck test.test_importlib.extension.test_loader\nCheck test.test_importlib.extension.test_path_hook\nCheck test.test_importlib.frozen\nCheck test.test_importlib.frozen.__main__\nCheck test.test_importlib.frozen.test_finder\nCheck test.test_importlib.frozen.test_loader\nCheck test.test_importlib.import_\nCheck test.test_importlib.import_.__main__\nCheck test.test_importlib.import_.test___loader__\nCheck test.test_importlib.import_.test___package__\nCheck test.test_importlib.import_.test_api\nCheck test.test_importlib.import_.test_caching\nCheck test.test_importlib.import_.test_fromlist\nCheck test.test_importlib.import_.test_helpers\nCheck test.test_importlib.import_.test_meta_path\nCheck test.test_importlib.import_.test_packages\nCheck test.test_importlib.import_.test_path\nCheck test.test_importlib.import_.test_relative_imports\nCheck test.test_importlib.metadata\nCheck test.test_importlib.metadata._context\nCheck test.test_importlib.metadata._path\nCheck test.test_importlib.metadata.data\nCheck test.test_importlib.metadata.fixtures\nCheck test.test_importlib.metadata.stubs\nCheck test.test_importlib.metadata.test_api\nCheck test.test_importlib.metadata.test_main\nCheck test.test_importlib.metadata.test_zip\nCheck test.test_importlib.resources\nCheck test.test_importlib.resources._path\nCheck test.test_importlib.resources.test_compatibilty_files\nCheck test.test_importlib.resources.test_contents\nCheck test.test_importlib.resources.test_custom\nCheck test.test_importlib.resources.test_files\nCheck test.test_importlib.resources.test_functional\nCheck test.test_importlib.resources.test_open\nCheck test.test_importlib.resources.test_path\nCheck test.test_importlib.resources.test_read\nCheck test.test_importlib.resources.test_reader\nCheck test.test_importlib.resources.test_resource\nCheck test.test_importlib.resources.util\nCheck test.test_importlib.resources.zip\nCheck test.test_importlib.source\nCheck test.test_importlib.source.__main__\nCheck test.test_importlib.source.test_case_sensitivity\nCheck test.test_importlib.source.test_file_loader\nCheck test.test_importlib.source.test_finder\nCheck test.test_importlib.source.test_path_hook\nCheck test.test_importlib.source.test_source_encoding\nCheck test.test_importlib.test_abc\nCheck test.test_importlib.test_api\nCheck test.test_importlib.test_lazy\nCheck test.test_importlib.test_locks\nCheck test.test_importlib.test_namespace_pkgs\nCheck test.test_importlib.test_pkg_import\nCheck test.test_importlib.test_spec\nCheck test.test_importlib.test_threaded_import\nCheck test.test_importlib.test_util\nCheck test.test_importlib.test_windows\nCheck test.test_importlib.threaded_import_hangers\nCheck test.test_importlib.util\nCheck test.test_index\nCheck test.test_inspect\nCheck test.test_inspect.inspect_fodder\nCheck test.test_inspect.inspect_fodder2\nCheck test.test_inspect.inspect_stock_annotations\nCheck test.test_inspect.inspect_stringized_annotations\nCheck test.test_inspect.inspect_stringized_annotations_2\nCheck test.test_inspect.inspect_stringized_annotations_pep695\nCheck test.test_inspect.test_inspect\nCheck test.test_int\nCheck test.test_int_literal\nCheck test.test_interpreters\nCheck test.test_interpreters.__main__\nCheck test.test_interpreters.test_api\nCheck test.test_interpreters.test_channels\nCheck test.test_interpreters.test_lifecycle\nCheck test.test_interpreters.test_queues\nCheck test.test_interpreters.test_stress\nCheck test.test_interpreters.utils\nCheck test.test_io\nCheck test.test_ioctl\nCheck test.test_ipaddress\nCheck test.test_isinstance\nCheck test.test_iter\nCheck test.test_iterlen\nCheck test.test_itertools\nCheck test.test_json\nCheck test.test_json.__main__\nCheck test.test_json.test_decode\nCheck test.test_json.test_default\nCheck test.test_json.test_dump\nCheck test.test_json.test_encode_basestring_ascii\nCheck test.test_json.test_enum\nCheck test.test_json.test_fail\nCheck test.test_json.test_float\nCheck test.test_json.test_indent\nCheck test.test_json.test_pass1\nCheck test.test_json.test_pass2\nCheck test.test_json.test_pass3\nCheck test.test_json.test_recursion\nCheck test.test_json.test_scanstring\nCheck test.test_json.test_separators\nCheck test.test_json.test_speedups\nCheck test.test_json.test_tool\nCheck test.test_json.test_unicode\nCheck test.test_keyword\nCheck test.test_keywordonlyarg\nCheck test.test_kqueue\nCheck test.test_largefile\nCheck test.test_launcher\nCheck test.test_linecache\nCheck test.test_list\nCheck test.test_listcomps\nCheck test.test_lltrace\nCheck test.test_locale\nCheck test.test_logging\nCheck test.test_long\nCheck test.test_longexp\nCheck test.test_lzma\nCheck test.test_mailbox\nCheck test.test_marshal\nCheck test.test_math\nCheck test.test_math_property\nCheck test.test_memoryio\nCheck test.test_memoryview\nCheck test.test_metaclass\nCheck test.test_mimetypes\nCheck test.test_minidom\nCheck test.test_mmap\nCheck test.test_module\nCheck test.test_module.bad_getattr\nCheck test.test_module.bad_getattr2\nCheck test.test_module.bad_getattr3\nCheck test.test_module.final_a\nCheck test.test_module.final_b\nCheck test.test_module.good_getattr\nCheck test.test_modulefinder\nCheck test.test_monitoring\nCheck test.test_msvcrt\nCheck test.test_multibytecodec\nCheck test.test_multiprocessing_fork\nCheck test.test_multiprocessing_fork.test_manager\nCheck test.test_multiprocessing_fork.test_misc\nCheck test.test_multiprocessing_fork.test_processes\nCheck test.test_multiprocessing_fork.test_threads\nCheck test.test_multiprocessing_forkserver\nCheck test.test_multiprocessing_forkserver.test_manager\nCheck test.test_multiprocessing_forkserver.test_misc\nCheck test.test_multiprocessing_forkserver.test_processes\nCheck test.test_multiprocessing_forkserver.test_threads\nCheck test.test_multiprocessing_main_handling\nCheck test.test_multiprocessing_spawn\nCheck test.test_multiprocessing_spawn.test_manager\nCheck test.test_multiprocessing_spawn.test_misc\nCheck test.test_multiprocessing_spawn.test_processes\nCheck test.test_multiprocessing_spawn.test_threads\nCheck test.test_named_expressions\nCheck test.test_netrc\nCheck test.test_ntpath\nCheck test.test_numeric_tower\nCheck test.test_opcache\nCheck test.test_opcodes\nCheck test.test_openpty\nCheck test.test_operator\nCheck test.test_optimizer\nCheck test.test_optparse\nCheck test.test_ordered_dict\nCheck test.test_os\nCheck test.test_osx_env\nCheck test.test_pathlib\nCheck test.test_pathlib.test_pathlib\nCheck test.test_pathlib.test_pathlib_abc\nCheck test.test_patma\nCheck test.test_pdb\nCheck test.test_peepholer\nCheck test.test_peg_generator\nCheck test.test_peg_generator.__main__\nCheck test.test_peg_generator.test_c_parser\nCheck test.test_peg_generator.test_first_sets\nCheck test.test_peg_generator.test_grammar_validator\nCheck test.test_peg_generator.test_pegen\nCheck test.test_pep646_syntax\nCheck test.test_perf_profiler\nCheck test.test_perfmaps\nCheck test.test_pickle\nCheck test.test_picklebuffer\nCheck test.test_pickletools\nCheck test.test_pkg\nCheck test.test_pkgutil\nCheck test.test_platform\nCheck test.test_plistlib\nCheck test.test_poll\nCheck test.test_popen\nCheck test.test_poplib\nCheck test.test_positional_only_arg\nCheck test.test_posix\nCheck test.test_posixpath\nCheck test.test_pow\nCheck test.test_pprint\nCheck test.test_print\nCheck test.test_profile\nCheck test.test_property\nCheck test.test_pstats\nCheck test.test_pty\nCheck test.test_pulldom\nCheck test.test_pwd\nCheck test.test_py_compile\nCheck test.test_pyclbr\nCheck test.test_pydoc\nCheck test.test_pydoc.module_none\nCheck test.test_pydoc.pydoc_mod\nCheck test.test_pydoc.pydocfodder\nCheck test.test_pydoc.test_pydoc\nCheck test.test_pyexpat\nCheck test.test_pyrepl\nCheck test.test_pyrepl.__main__\nCheck test.test_pyrepl.support\nCheck test.test_pyrepl.test_eventqueue\nCheck test.test_pyrepl.test_input\nCheck test.test_pyrepl.test_interact\nCheck test.test_pyrepl.test_keymap\nCheck test.test_pyrepl.test_pyrepl\nCheck test.test_pyrepl.test_reader\nCheck test.test_pyrepl.test_unix_console\nCheck test.test_pyrepl.test_utils\nCheck test.test_pyrepl.test_windows_console\nCheck test.test_queue\nCheck test.test_quopri\nCheck test.test_raise\nCheck test.test_random\nCheck test.test_range\nCheck test.test_re\nCheck test.test_readline\nCheck test.test_regrtest\nCheck test.test_repl\nCheck test.test_reprlib\nCheck test.test_resource\nCheck test.test_richcmp\nCheck test.test_rlcompleter\nCheck test.test_robotparser\nCheck test.test_runpy\nCheck test.test_sax\nCheck test.test_sched\nCheck test.test_scope\nCheck test.test_script_helper\nCheck test.test_secrets\nCheck test.test_select\nCheck test.test_selectors\nCheck test.test_set\nCheck test.test_setcomps\nCheck test.test_shelve\nCheck test.test_shlex\nCheck test.test_shutil\nCheck test.test_signal\nCheck test.test_site\nCheck test.test_slice\nCheck test.test_smtplib\nCheck test.test_smtpnet\nCheck test.test_socket\nCheck test.test_socketserver\nCheck test.test_sort\nCheck test.test_source_encoding\nCheck test.test_sqlite3\nCheck test.test_sqlite3.__main__\nCheck test.test_sqlite3.test_backup\nCheck test.test_sqlite3.test_cli\nCheck test.test_sqlite3.test_dbapi\nCheck test.test_sqlite3.test_dump\nCheck test.test_sqlite3.test_factory\nCheck test.test_sqlite3.test_hooks\nCheck test.test_sqlite3.test_regression\nCheck test.test_sqlite3.test_transactions\nCheck test.test_sqlite3.test_types\nCheck test.test_sqlite3.test_userfunctions\nCheck test.test_sqlite3.util\nCheck test.test_ssl\nCheck test.test_stable_abi_ctypes\nCheck test.test_startfile\nCheck test.test_stat\nCheck test.test_statistics\nCheck test.test_str\nCheck test.test_strftime\nCheck test.test_string\nCheck test.test_string_literals\nCheck test.test_stringprep\nCheck test.test_strptime\nCheck test.test_strtod\nCheck test.test_struct\nCheck test.test_structseq\nCheck test.test_subclassinit\nCheck test.test_subprocess\nCheck test.test_sundry\nCheck test.test_super\nCheck test.test_support\nCheck test.test_symtable\nCheck test.test_syntax\nCheck test.test_sys\nCheck test.test_sys_setprofile\nCheck test.test_sys_settrace\nCheck test.test_sysconfig\nCheck test.test_syslog\nCheck test.test_tabnanny\nCheck test.test_tarfile\nCheck test.test_tcl\nCheck test.test_tempfile\nCheck test.test_termios\nCheck test.test_textwrap\nCheck test.test_thread\nCheck test.test_threadedtempfile\nCheck test.test_threading\nCheck test.test_threading_local\nCheck test.test_threadsignals\nCheck test.test_time\nCheck test.test_timeit\nCheck test.test_timeout\nCheck test.test_tkinter\nCheck test.test_tkinter.__main__\nCheck test.test_tkinter.support\nCheck test.test_tkinter.test_colorchooser\nCheck test.test_tkinter.test_font\nCheck test.test_tkinter.test_geometry_managers\nCheck test.test_tkinter.test_images\nCheck test.test_tkinter.test_loadtk\nCheck test.test_tkinter.test_messagebox\nCheck test.test_tkinter.test_misc\nCheck test.test_tkinter.test_simpledialog\nCheck test.test_tkinter.test_text\nCheck test.test_tkinter.test_variables\nCheck test.test_tkinter.test_widgets\nCheck test.test_tkinter.widget_tests\nCheck test.test_tokenize\nCheck test.test_tomllib\nCheck test.test_tomllib.__main__\nCheck test.test_tomllib.burntsushi\nCheck test.test_tomllib.test_data\nCheck test.test_tomllib.test_error\nCheck test.test_tomllib.test_misc\nCheck test.test_tools\nCheck test.test_tools.__main__\nCheck test.test_tools.test_freeze\nCheck test.test_tools.test_i18n\nCheck test.test_tools.test_makefile\nCheck test.test_tools.test_makeunicodedata\nCheck test.test_tools.test_msgfmt\nCheck test.test_tools.test_reindent\nCheck test.test_tools.test_sundry\nCheck test.test_trace\nCheck test.test_traceback\nCheck test.test_tracemalloc\nCheck test.test_ttk\nCheck test.test_ttk.__main__\nCheck test.test_ttk.test_extensions\nCheck test.test_ttk.test_style\nCheck test.test_ttk.test_widgets\nCheck test.test_ttk_textonly\nCheck test.test_tty\nCheck test.test_tuple\nCheck test.test_turtle\nCheck test.test_type_aliases\nCheck test.test_type_annotations\nCheck test.test_type_cache\nCheck test.test_type_comments\nCheck test.test_type_params\nCheck test.test_typechecks\nCheck test.test_types\nCheck test.test_typing\nCheck test.test_ucn\nCheck test.test_unary\nCheck test.test_unicode_file\nCheck test.test_unicode_file_functions\nCheck test.test_unicode_identifiers\nCheck test.test_unicodedata\nCheck test.test_unittest\nCheck test.test_unittest.__main__\nCheck test.test_unittest._test_warnings\nCheck test.test_unittest.dummy\nCheck test.test_unittest.support\nCheck test.test_unittest.test_assertions\nCheck test.test_unittest.test_async_case\nCheck test.test_unittest.test_break\nCheck test.test_unittest.test_case\nCheck test.test_unittest.test_discovery\nCheck test.test_unittest.test_functiontestcase\nCheck test.test_unittest.test_loader\nCheck test.test_unittest.test_program\nCheck test.test_unittest.test_result\nCheck test.test_unittest.test_runner\nCheck test.test_unittest.test_setups\nCheck test.test_unittest.test_skipping\nCheck test.test_unittest.test_suite\nCheck test.test_unittest.test_util\nCheck test.test_unittest.testmock\nCheck test.test_unittest.testmock.__main__\nCheck test.test_unittest.testmock.support\nCheck test.test_unittest.testmock.testasync\nCheck test.test_unittest.testmock.testcallable\nCheck test.test_unittest.testmock.testhelpers\nCheck test.test_unittest.testmock.testmagicmethods\nCheck test.test_unittest.testmock.testmock\nCheck test.test_unittest.testmock.testpatch\nCheck test.test_unittest.testmock.testsealable\nCheck test.test_unittest.testmock.testsentinel\nCheck test.test_unittest.testmock.testthreadingmock\nCheck test.test_unittest.testmock.testwith\nCheck test.test_univnewlines\nCheck test.test_unpack\nCheck test.test_unpack_ex\nCheck test.test_unparse\nCheck test.test_urllib\nCheck test.test_urllib2\nCheck test.test_urllib2_localnet\nCheck test.test_urllib2net\nCheck test.test_urllib_response\nCheck test.test_urllibnet\nCheck test.test_urlparse\nCheck test.test_userdict\nCheck test.test_userlist\nCheck test.test_userstring\nCheck test.test_utf8_mode\nCheck test.test_utf8source\nCheck test.test_uuid\nCheck test.test_venv\nCheck test.test_wait3\nCheck test.test_wait4\nCheck test.test_warnings\nCheck test.test_warnings.__main__\nCheck test.test_wave\nCheck test.test_weakref\nCheck test.test_weakset\nCheck test.test_webbrowser\nCheck test.test_winapi\nCheck test.test_winconsoleio\nCheck test.test_winreg\nCheck test.test_winsound\nCheck test.test_with\nCheck test.test_wmi\nCheck test.test_wsgiref\nCheck test.test_xml_dom_minicompat\nCheck test.test_xml_dom_xmlbuilder\nCheck test.test_xml_etree\nCheck test.test_xml_etree_c\nCheck test.test_xmlrpc\nCheck test.test_xxlimited\nCheck test.test_xxtestfuzz\nCheck test.test_yield_from\nCheck test.test_zipapp\nCheck test.test_zipfile\nCheck test.test_zipfile.__main__\nCheck test.test_zipfile._path\nCheck test.test_zipfile._path._functools\nCheck test.test_zipfile._path._itertools\nCheck test.test_zipfile._path._support\nCheck test.test_zipfile._path._test_params\nCheck test.test_zipfile._path.test_complexity\nCheck test.test_zipfile._path.test_path\nCheck test.test_zipfile._path.write-alpharep\nCheck test.test_zipfile.test_core\nCheck test.test_zipfile64\nCheck test.test_zipimport\nCheck test.test_zipimport_support\nCheck test.test_zlib\nCheck test.test_zoneinfo\nCheck test.test_zoneinfo.__main__\nCheck test.test_zoneinfo._support\nCheck test.test_zoneinfo.test_zoneinfo\nCheck test.test_zoneinfo.test_zoneinfo_property\nCheck test.testcodec\nCheck test.tf_inherit_check\nCheck test.tokenizedata\nCheck test.tokenizedata.bad_coding\nCheck test.tokenizedata.bad_coding2\nCheck test.tokenizedata.badsyntax_3131\nCheck test.tokenizedata.badsyntax_pep3120\nCheck test.tokenizedata.coding20731\nCheck test.tracedmodules\nCheck test.tracedmodules.testmod\nCheck test.typinganndata\nCheck test.typinganndata._typed_dict_helper\nCheck test.typinganndata.ann_module\nCheck test.typinganndata.ann_module2\nCheck test.typinganndata.ann_module3\nCheck test.typinganndata.ann_module4\nCheck test.typinganndata.ann_module5\nCheck test.typinganndata.ann_module6\nCheck test.typinganndata.ann_module695\nCheck test.typinganndata.ann_module7\nCheck test.typinganndata.ann_module8\nCheck test.typinganndata.ann_module9\nCheck test.typinganndata.mod_generics_cache\nCheck test.win_console_handler\nCheck test.xmltests\nCheck textwrap\nCheck this\nCheck threading\nCheck timeit\nCheck tkinter\nCheck tkinter.__main__\nCheck tkinter.colorchooser\nCheck tkinter.commondialog\nCheck tkinter.constants\nCheck tkinter.dialog\nCheck tkinter.dnd\nCheck tkinter.filedialog\nCheck tkinter.font\nCheck tkinter.messagebox\nCheck tkinter.scrolledtext\nCheck tkinter.simpledialog\nCheck tkinter.ttk\nCheck token\nCheck tokenize\nCheck tomllib\nCheck tomllib._parser\nCheck tomllib._re\nCheck tomllib._types\nCheck trace\nCheck traceback\nCheck tracemalloc\nCheck tty\nCheck turtle\nCheck turtledemo\nCheck turtledemo.__main__\nCheck turtledemo.bytedesign\nCheck turtledemo.chaos\nCheck turtledemo.clock\nCheck turtledemo.colormixer\nCheck turtledemo.forest\nCheck turtledemo.fractalcurves\nCheck turtledemo.lindenmayer\nCheck turtledemo.minimal_hanoi\nCheck turtledemo.nim\nCheck turtledemo.paint\nCheck turtledemo.peace\nCheck turtledemo.penrose\nCheck turtledemo.planet_and_moon\nCheck turtledemo.rosette\nCheck turtledemo.round_dance\nCheck turtledemo.sorting_animate\nCheck turtledemo.tree\nCheck turtledemo.two_canvases\nCheck turtledemo.yinyang\nCheck types\nCheck typing\nCheck unittest\nCheck unittest.__main__\nCheck unittest._log\nCheck unittest.async_case\nCheck unittest.case\nCheck unittest.loader\nCheck unittest.main\nCheck unittest.mock\nCheck unittest.result\nCheck unittest.runner\nCheck unittest.signals\nCheck unittest.suite\nCheck unittest.util\nCheck urllib\nCheck urllib.error\nCheck urllib.parse\nCheck urllib.request\nCheck urllib.response\nCheck urllib.robotparser\nCheck uuid\nCheck venv\nCheck venv.__main__\nCheck warnings\nCheck wave\nCheck weakref\nCheck webbrowser\nCheck wsgiref\nCheck wsgiref.handlers\nCheck wsgiref.headers\nCheck wsgiref.simple_server\nCheck wsgiref.types\nCheck wsgiref.util\nCheck wsgiref.validate\nCheck xml\nCheck xml.dom\nCheck xml.dom.NodeFilter\nCheck xml.dom.domreg\nCheck xml.dom.expatbuilder\nCheck xml.dom.minicompat\nCheck xml.dom.minidom\nCheck xml.dom.pulldom\nCheck xml.dom.xmlbuilder\nCheck xml.etree\nCheck xml.etree.ElementInclude\nCheck xml.etree.ElementPath\nCheck xml.etree.ElementTree\nCheck xml.etree.cElementTree\nCheck xml.parsers\nCheck xml.parsers.expat\nCheck xml.sax\nCheck xml.sax._exceptions\nCheck xml.sax.expatreader\nCheck xml.sax.handler\nCheck xml.sax.saxutils\nCheck xml.sax.xmlreader\nCheck xmlrpc\nCheck xmlrpc.client\nCheck xmlrpc.server\nCheck zipapp\nCheck zipfile\nCheck zipfile.__main__\nCheck zipfile._path\nCheck zipfile._path.glob\nCheck zipimport\nCheck zoneinfo\nCheck zoneinfo._common\nCheck zoneinfo._tzpath\nCheck zoneinfo._zoneinfo\nFollowing modules have no __all__ and have been ignored: ['__hello__', '__phello__', '__phello__.spam', '_aix_support', '_android_support', '_apple_support', '_colorize', '_compat_pickle', '_compression', '_ios_support', '_markupbase', '_opcode_metadata', '_py_abc', '_pylong', '_pyrepl', '_pyrepl.__main__', '_pyrepl._minimal_curses', '_pyrepl._threading_handler', '_pyrepl.base_eventqueue', '_pyrepl.commands', '_pyrepl.completing_reader', '_pyrepl.console', '_pyrepl.curses', '_pyrepl.fancy_termios', '_pyrepl.historical_reader', '_pyrepl.input', '_pyrepl.keymap', '_pyrepl.main', '_pyrepl.pager', '_pyrepl.reader', '_pyrepl.simple_interact', '_pyrepl.trace', '_pyrepl.types', '_pyrepl.unix_console', '_pyrepl.unix_eventqueue', '_pyrepl.utils', '_pyrepl.windows_console', '_pyrepl.windows_eventqueue', '_sitebuiltins', '_sysconfigdata__linux_x86_64-linux-gnu', 'abc', 'antigravity', 'ast', 'asyncio.__main__', 'asyncio.base_subprocess', 'asyncio.base_tasks', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.log', 'asyncio.mixins', 'asyncio.sslproto', 'asyncio.trsock', 'bisect', 'concurrent', 'concurrent.futures._base', 'concurrent.futures.process', 'concurrent.futures.thread', 'ctypes', 'ctypes._aix', 'ctypes._endian', 'ctypes.macholib', 'ctypes.util', 'ctypes.wintypes', 'curses', 'curses.ascii', 'curses.has_key', 'curses.panel', 'curses.textpad', 'dbm.gnu', 'dbm.ndbm', 'dbm.sqlite3', 'decimal', 'email._header_value_parser', 'email.contentmanager', 'email.errors', 'email.headerregistry', 'email.mime', 'encodings', 'encodings.aliases', 'encodings.ascii', 'encodings.base64_codec', 'encodings.big5', 'encodings.big5hkscs', 'encodings.bz2_codec', 'encodings.charmap', 'encodings.cp037', 'encodings.cp1006', 'encodings.cp1026', 'encodings.cp1125', 'encodings.cp1140', 'encodings.cp1250', 'encodings.cp1251', 'encodings.cp1252', 'encodings.cp1253', 'encodings.cp1254', 'encodings.cp1255', 'encodings.cp1256', 'encodings.cp1257', 'encodings.cp1258', 'encodings.cp273', 'encodings.cp424', 'encodings.cp437', 'encodings.cp500', 'encodings.cp720', 'encodings.cp737', 'encodings.cp775', 'encodings.cp850', 'encodings.cp852', 'encodings.cp855', 'encodings.cp856', 'encodings.cp857', 'encodings.cp858', 'encodings.cp860', 'encodings.cp861', 'encodings.cp862', 'encodings.cp863', 'encodings.cp864', 'encodings.cp865', 'encodings.cp866', 'encodings.cp869', 'encodings.cp874', 'encodings.cp875', 'encodings.cp932', 'encodings.cp949', 'encodings.cp950', 'encodings.euc_jis_2004', 'encodings.euc_jisx0213', 'encodings.euc_jp', 'encodings.euc_kr', 'encodings.gb18030', 'encodings.gb2312', 'encodings.gbk', 'encodings.hex_codec', 'encodings.hp_roman8', 'encodings.hz', 'encodings.idna', 'encodings.iso2022_jp', 'encodings.iso2022_jp_1', 'encodings.iso2022_jp_2', 'encodings.iso2022_jp_2004', 'encodings.iso2022_jp_3', 'encodings.iso2022_jp_ext', 'encodings.iso2022_kr', 'encodings.iso8859_1', 'encodings.iso8859_10', 'encodings.iso8859_11', 'encodings.iso8859_13', 'encodings.iso8859_14', 'encodings.iso8859_15', 'encodings.iso8859_16', 'encodings.iso8859_2', 'encodings.iso8859_3', 'encodings.iso8859_4', 'encodings.iso8859_5', 'encodings.iso8859_6', 'encodings.iso8859_7', 'encodings.iso8859_8', 'encodings.iso8859_9', 'encodings.johab', 'encodings.koi8_r', 'encodings.koi8_t', 'encodings.koi8_u', 'encodings.kz1048', 'encodings.latin_1', 'encodings.mac_arabic', 'encodings.mac_croatian', 'encodings.mac_cyrillic', 'encodings.mac_farsi', 'encodings.mac_greek', 'encodings.mac_iceland', 'encodings.mac_latin2', 'encodings.mac_roman', 'encodings.mac_romanian', 'encodings.mac_turkish', 'encodings.mbcs', 'encodings.oem', 'encodings.palmos', 'encodings.ptcp154', 'encodings.punycode', 'encodings.quopri_codec', 'encodings.raw_unicode_escape', 'encodings.rot_13', 'encodings.shift_jis', 'encodings.shift_jis_2004', 'encodings.shift_jisx0213', 'encodings.tis_620', 'encodings.undefined', 'encodings.unicode_escape', 'encodings.utf_16', 'encodings.utf_16_be', 'encodings.utf_16_le', 'encodings.utf_32', 'encodings.utf_32_be', 'encodings.utf_32_le', 'encodings.utf_7', 'encodings.utf_8', 'encodings.utf_8_sig', 'encodings.uu_codec', 'encodings.zlib_codec', 'ensurepip.__main__', 'ensurepip._uninstall', 'hmac', 'idlelib', 'idlelib.__main__', 'idlelib.autocomplete_w', 'idlelib.autoexpand', 'idlelib.browser', 'idlelib.calltip', 'idlelib.calltip_w', 'idlelib.codecontext', 'idlelib.colorizer', 'idlelib.config', 'idlelib.config_key', 'idlelib.configdialog', 'idlelib.debugger', 'idlelib.debugger_r', 'idlelib.debugobj', 'idlelib.debugobj_r', 'idlelib.delegator', 'idlelib.dynoption', 'idlelib.editor', 'idlelib.filelist', 'idlelib.format', 'idlelib.grep', 'idlelib.help', 'idlelib.help_about', 'idlelib.history', 'idlelib.hyperparser', 'idlelib.idle', 'idlelib.idle_test', 'idlelib.idle_test.htest', 'idlelib.idle_test.mock_idle', 'idlelib.idle_test.mock_tk', 'idlelib.idle_test.template', 'idlelib.idle_test.test_autocomplete_w', 'idlelib.idle_test.test_autoexpand', 'idlelib.idle_test.test_browser', 'idlelib.idle_test.test_calltip', 'idlelib.idle_test.test_calltip_w', 'idlelib.idle_test.test_codecontext', 'idlelib.idle_test.test_colorizer', 'idlelib.idle_test.test_config', 'idlelib.idle_test.test_config_key', 'idlelib.idle_test.test_configdialog', 'idlelib.idle_test.test_debugger', 'idlelib.idle_test.test_debugger_r', 'idlelib.idle_test.test_debugobj', 'idlelib.idle_test.test_debugobj_r', 'idlelib.idle_test.test_delegator', 'idlelib.idle_test.test_editmenu', 'idlelib.idle_test.test_editor', 'idlelib.idle_test.test_filelist', 'idlelib.idle_test.test_format', 'idlelib.idle_test.test_grep', 'idlelib.idle_test.test_help', 'idlelib.idle_test.test_help_about', 'idlelib.idle_test.test_history', 'idlelib.idle_test.test_hyperparser', 'idlelib.idle_test.test_iomenu', 'idlelib.idle_test.test_macosx', 'idlelib.idle_test.test_mainmenu', 'idlelib.idle_test.test_multicall', 'idlelib.idle_test.test_outwin', 'idlelib.idle_test.test_parenmatch', 'idlelib.idle_test.test_pathbrowser', 'idlelib.idle_test.test_percolator', 'idlelib.idle_test.test_pyparse', 'idlelib.idle_test.test_pyshell', 'idlelib.idle_test.test_query', 'idlelib.idle_test.test_redirector', 'idlelib.idle_test.test_replace', 'idlelib.idle_test.test_rpc', 'idlelib.idle_test.test_run', 'idlelib.idle_test.test_runscript', 'idlelib.idle_test.test_scrolledlist', 'idlelib.idle_test.test_search', 'idlelib.idle_test.test_searchbase', 'idlelib.idle_test.test_searchengine', 'idlelib.idle_test.test_sidebar', 'idlelib.idle_test.test_squeezer', 'idlelib.idle_test.test_stackviewer', 'idlelib.idle_test.test_statusbar', 'idlelib.idle_test.test_text', 'idlelib.idle_test.test_textview', 'idlelib.idle_test.test_tooltip', 'idlelib.idle_test.test_tree', 'idlelib.idle_test.test_undo', 'idlelib.idle_test.test_util', 'idlelib.idle_test.test_warning', 'idlelib.idle_test.test_window', 'idlelib.idle_test.test_zoomheight', 'idlelib.idle_test.test_zzdummy', 'idlelib.idle_test.tkinter_testing_utils', 'idlelib.iomenu', 'idlelib.macosx', 'idlelib.mainmenu', 'idlelib.multicall', 'idlelib.outwin', 'idlelib.parenmatch', 'idlelib.pathbrowser', 'idlelib.percolator', 'idlelib.pyparse', 'idlelib.pyshell', 'idlelib.query', 'idlelib.redirector', 'idlelib.replace', 'idlelib.rpc', 'idlelib.run', 'idlelib.runscript', 'idlelib.scrolledlist', 'idlelib.search', 'idlelib.searchbase', 'idlelib.searchengine', 'idlelib.sidebar', 'idlelib.squeezer', 'idlelib.stackviewer', 'idlelib.statusbar', 'idlelib.textview', 'idlelib.tooltip', 'idlelib.tree', 'idlelib.undo', 'idlelib.util', 'idlelib.window', 'idlelib.zoomheight', 'idlelib.zzdummy', 'importlib._abc', 'importlib._bootstrap', 'importlib._bootstrap_external', 'importlib.machinery', 'importlib.metadata._adapters', 'importlib.metadata._collections', 'importlib.metadata._functools', 'importlib.metadata._itertools', 'importlib.metadata._meta', 'importlib.metadata._text', 'importlib.metadata.diagnose', 'importlib.resources._adapters', 'importlib.resources._common', 'importlib.resources._functional', 'importlib.resources._itertools', 'importlib.resources.readers', 'importlib.resources.simple', 'importlib.util', 'ipaddress', 'json.encoder', 'json.tool', 'logging.config', 'logging.handlers', 'modulefinder', 'nturl2path', 'platform', 'pydoc_data', 'pydoc_data.topics', 're._casefix', 're._compiler', 're._constants', 're._parser', 'selectors', 'signal', 'site', 'sqlite3', 'sqlite3.__main__', 'sqlite3.dbapi2', 'sqlite3.dump', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'stringprep', 'sysconfig.__main__', 'test', 'test.__main__', 'test._test_atexit', 'test._test_eintr', 'test._test_embed_set_config', 'test._test_embed_structseq', 'test._test_monitoring_shutdown', 'test._test_multiprocessing', 'test._test_venv_multiprocessing', 'test.archiver_tests', 'test.audiotests', 'test.audit-tests', 'test.autotest', 'test.bisect_cmd', 'test.cov', 'test.curses_tests', 'test.datetimetester', 'test.dis_module', 'test.encoded_modules', 'test.encoded_modules.module_iso_8859_1', 'test.encoded_modules.module_koi8_r', 'test.fork_wait', 'test.leakers', 'test.leakers.test_ctypes', 'test.leakers.test_selftype', 'test.libregrtest', 'test.libregrtest.cmdline', 'test.libregrtest.filter', 'test.libregrtest.findtests', 'test.libregrtest.logger', 'test.libregrtest.main', 'test.libregrtest.pgo', 'test.libregrtest.refleak', 'test.libregrtest.result', 'test.libregrtest.results', 'test.libregrtest.run_workers', 'test.libregrtest.runtests', 'test.libregrtest.save_env', 'test.libregrtest.setup', 'test.libregrtest.single', 'test.libregrtest.testresult', 'test.libregrtest.tsan', 'test.libregrtest.utils', 'test.libregrtest.win_utils', 'test.libregrtest.worker', 'test.list_tests', 'test.lock_tests', 'test.mapping_tests', 'test.memory_watchdog', 'test.mock_socket', 'test.mp_fork_bomb', 'test.mp_preload', 'test.multibytecodec_support', 'test.pickletester', 'test.profilee', 'test.pyclbr_input', 'test.pythoninfo', 'test.re_tests', 'test.regrtest', 'test.relimport', 'test.reperf', 'test.seq_tests', 'test.signalinterproctester', 'test.ssl_servers', 'test.ssltests', 'test.string_tests', 'test.support._hypothesis_stubs._helpers', 'test.support.ast_helper', 'test.support.asynchat', 'test.support.asyncore', 'test.support.bytecode_helper', 'test.support.hashlib_helper', 'test.support.hypothesis_helper', 'test.support.i18n_helper', 'test.support.import_helper', 'test.support.interpreters._crossinterp', 'test.support.logging_helper', 'test.support.numbers', 'test.support.os_helper', 'test.support.pty_helper', 'test.support.refleak_helper', 'test.support.script_helper', 'test.support.socket_helper', 'test.support.testcase', 'test.support.threading_helper', 'test.support.venv', 'test.support.warnings_helper', 'test.test___all__', 'test.test__colorize', 'test.test__interpchannels', 'test.test__interpreters', 'test.test__locale', 'test.test__opcode', 'test.test__osx_support', 'test.test_abc', 'test.test_abstract_numbers', 'test.test_android', 'test.test_apple', 'test.test_argparse', 'test.test_array', 'test.test_asdl_parser', 'test.test_ast', 'test.test_ast.snippets', 'test.test_ast.test_ast', 'test.test_ast.utils', 'test.test_asyncgen', 'test.test_asyncio', 'test.test_asyncio.__main__', 'test.test_asyncio.echo', 'test.test_asyncio.echo2', 'test.test_asyncio.echo3', 'test.test_asyncio.functional', 'test.test_asyncio.test_base_events', 'test.test_asyncio.test_buffered_proto', 'test.test_asyncio.test_context', 'test.test_asyncio.test_eager_task_factory', 'test.test_asyncio.test_events', 'test.test_asyncio.test_futures', 'test.test_asyncio.test_futures2', 'test.test_asyncio.test_locks', 'test.test_asyncio.test_pep492', 'test.test_asyncio.test_proactor_events', 'test.test_asyncio.test_protocols', 'test.test_asyncio.test_queues', 'test.test_asyncio.test_runners', 'test.test_asyncio.test_selector_events', 'test.test_asyncio.test_sendfile', 'test.test_asyncio.test_server', 'test.test_asyncio.test_sock_lowlevel', 'test.test_asyncio.test_ssl', 'test.test_asyncio.test_sslproto', 'test.test_asyncio.test_staggered', 'test.test_asyncio.test_streams', 'test.test_asyncio.test_subprocess', 'test.test_asyncio.test_taskgroups', 'test.test_asyncio.test_tasks', 'test.test_asyncio.test_threads', 'test.test_asyncio.test_timeouts', 'test.test_asyncio.test_transports', 'test.test_asyncio.test_unix_events', 'test.test_asyncio.test_waitfor', 'test.test_asyncio.test_windows_events', 'test.test_asyncio.test_windows_utils', 'test.test_asyncio.utils', 'test.test_atexit', 'test.test_audit', 'test.test_augassign', 'test.test_base64', 'test.test_baseexception', 'test.test_bdb', 'test.test_bigaddrspace', 'test.test_bigmem', 'test.test_binascii', 'test.test_binop', 'test.test_bisect', 'test.test_bool', 'test.test_buffer', 'test.test_bufio', 'test.test_builtin', 'test.test_bytes', 'test.test_bz2', 'test.test_c_locale_coercion', 'test.test_calendar', 'test.test_call', 'test.test_capi', 'test.test_capi.__main__', 'test.test_capi.check_config', 'test.test_capi.test_abstract', 'test.test_capi.test_bytearray', 'test.test_capi.test_bytes', 'test.test_capi.test_codecs', 'test.test_capi.test_complex', 'test.test_capi.test_dict', 'test.test_capi.test_eval', 'test.test_capi.test_eval_code_ex', 'test.test_capi.test_exceptions', 'test.test_capi.test_file', 'test.test_capi.test_float', 'test.test_capi.test_getargs', 'test.test_capi.test_hash', 'test.test_capi.test_immortal', 'test.test_capi.test_import', 'test.test_capi.test_list', 'test.test_capi.test_long', 'test.test_capi.test_mem', 'test.test_capi.test_misc', 'test.test_capi.test_number', 'test.test_capi.test_object', 'test.test_capi.test_opt', 'test.test_capi.test_pyatomic', 'test.test_capi.test_run', 'test.test_capi.test_set', 'test.test_capi.test_structmembers', 'test.test_capi.test_sys', 'test.test_capi.test_time', 'test.test_capi.test_tuple', 'test.test_capi.test_unicode', 'test.test_capi.test_watchers', 'test.test_cext', 'test.test_cext.setup', 'test.test_charmapcodec', 'test.test_class', 'test.test_clinic', 'test.test_cmath', 'test.test_cmd', 'test.test_cmd_line', 'test.test_cmd_line_script', 'test.test_code', 'test.test_code_module', 'test.test_codeccallbacks', 'test.test_codecencodings_cn', 'test.test_codecencodings_hk', 'test.test_codecencodings_iso2022', 'test.test_codecencodings_jp', 'test.test_codecencodings_kr', 'test.test_codecencodings_tw', 'test.test_codecmaps_cn', 'test.test_codecmaps_hk', 'test.test_codecmaps_jp', 'test.test_codecmaps_kr', 'test.test_codecmaps_tw', 'test.test_codecs', 'test.test_codeop', 'test.test_collections', 'test.test_colorsys', 'test.test_compare', 'test.test_compile', 'test.test_compileall', 'test.test_compiler_assemble', 'test.test_compiler_codegen', 'test.test_complex', 'test.test_concurrent_futures', 'test.test_concurrent_futures.executor', 'test.test_concurrent_futures.test_as_completed', 'test.test_concurrent_futures.test_deadlock', 'test.test_concurrent_futures.test_future', 'test.test_concurrent_futures.test_init', 'test.test_concurrent_futures.test_process_pool', 'test.test_concurrent_futures.test_shutdown', 'test.test_concurrent_futures.test_thread_pool', 'test.test_concurrent_futures.test_wait', 'test.test_concurrent_futures.util', 'test.test_configparser', 'test.test_contains', 'test.test_context', 'test.test_contextlib', 'test.test_contextlib_async', 'test.test_copy', 'test.test_copyreg', 'test.test_coroutines', 'test.test_cppext', 'test.test_cppext.setup', 'test.test_cprofile', 'test.test_csv', 'test.test_ctypes', 'test.test_ctypes.__main__', 'test.test_ctypes._support', 'test.test_ctypes.test_aligned_structures', 'test.test_ctypes.test_anon', 'test.test_ctypes.test_array_in_pointer', 'test.test_ctypes.test_arrays', 'test.test_ctypes.test_as_parameter', 'test.test_ctypes.test_bitfields', 'test.test_ctypes.test_buffers', 'test.test_ctypes.test_bytes', 'test.test_ctypes.test_byteswap', 'test.test_ctypes.test_c_simple_type_meta', 'test.test_ctypes.test_callbacks', 'test.test_ctypes.test_cast', 'test.test_ctypes.test_cfuncs', 'test.test_ctypes.test_checkretval', 'test.test_ctypes.test_delattr', 'test.test_ctypes.test_dlerror', 'test.test_ctypes.test_errno', 'test.test_ctypes.test_find', 'test.test_ctypes.test_frombuffer', 'test.test_ctypes.test_funcptr', 'test.test_ctypes.test_functions', 'test.test_ctypes.test_incomplete', 'test.test_ctypes.test_init', 'test.test_ctypes.test_internals', 'test.test_ctypes.test_keeprefs', 'test.test_ctypes.test_libc', 'test.test_ctypes.test_loading', 'test.test_ctypes.test_macholib', 'test.test_ctypes.test_memfunctions', 'test.test_ctypes.test_numbers', 'test.test_ctypes.test_objects', 'test.test_ctypes.test_parameters', 'test.test_ctypes.test_pep3118', 'test.test_ctypes.test_pickling', 'test.test_ctypes.test_pointers', 'test.test_ctypes.test_prototypes', 'test.test_ctypes.test_python_api', 'test.test_ctypes.test_random_things', 'test.test_ctypes.test_refcounts', 'test.test_ctypes.test_repr', 'test.test_ctypes.test_returnfuncptrs', 'test.test_ctypes.test_simplesubclasses', 'test.test_ctypes.test_sizes', 'test.test_ctypes.test_slicing', 'test.test_ctypes.test_stringptr', 'test.test_ctypes.test_strings', 'test.test_ctypes.test_struct_fields', 'test.test_ctypes.test_structures', 'test.test_ctypes.test_unaligned_structures', 'test.test_ctypes.test_unicode', 'test.test_ctypes.test_unions', 'test.test_ctypes.test_values', 'test.test_ctypes.test_varsize_struct', 'test.test_ctypes.test_win32', 'test.test_ctypes.test_win32_com_foreign_func', 'test.test_ctypes.test_wintypes', 'test.test_curses', 'test.test_dataclasses', 'test.test_dataclasses.dataclass_module_1', 'test.test_dataclasses.dataclass_module_1_str', 'test.test_dataclasses.dataclass_module_2', 'test.test_dataclasses.dataclass_module_2_str', 'test.test_dataclasses.dataclass_textanno', 'test.test_datetime', 'test.test_dbm', 'test.test_dbm_dumb', 'test.test_dbm_gnu', 'test.test_dbm_ndbm', 'test.test_dbm_sqlite3', 'test.test_decimal', 'test.test_decorators', 'test.test_defaultdict', 'test.test_deque', 'test.test_descr', 'test.test_descrtut', 'test.test_devpoll', 'test.test_dict', 'test.test_dict_version', 'test.test_dictcomps', 'test.test_dictviews', 'test.test_difflib', 'test.test_dis', 'test.test_doctest', 'test.test_doctest.decorator_mod', 'test.test_doctest.doctest_aliases', 'test.test_doctest.doctest_lineno', 'test.test_doctest.sample_doctest', 'test.test_doctest.sample_doctest_errors', 'test.test_doctest.sample_doctest_no_docstrings', 'test.test_doctest.sample_doctest_no_doctests', 'test.test_doctest.sample_doctest_skip', 'test.test_doctest.test_doctest', 'test.test_doctest.test_doctest2', 'test.test_docxmlrpc', 'test.test_dtrace', 'test.test_dynamic', 'test.test_dynamicclassattribute', 'test.test_eintr', 'test.test_email', 'test.test_email.__main__', 'test.test_email.test__encoded_words', 'test.test_email.test__header_value_parser', 'test.test_email.test_asian_codecs', 'test.test_email.test_contentmanager', 'test.test_email.test_defect_handling', 'test.test_email.test_email', 'test.test_email.test_generator', 'test.test_email.test_headerregistry', 'test.test_email.test_inversion', 'test.test_email.test_message', 'test.test_email.test_parser', 'test.test_email.test_pickleable', 'test.test_email.test_policy', 'test.test_email.test_utils', 'test.test_email.torture_test', 'test.test_embed', 'test.test_ensurepip', 'test.test_enum', 'test.test_enumerate', 'test.test_eof', 'test.test_epoll', 'test.test_errno', 'test.test_except_star', 'test.test_exception_group', 'test.test_exception_hierarchy', 'test.test_exception_variations', 'test.test_exceptions', 'test.test_extcall', 'test.test_external_inspection', 'test.test_faulthandler', 'test.test_fcntl', 'test.test_file', 'test.test_file_eintr', 'test.test_filecmp', 'test.test_fileinput', 'test.test_fileio', 'test.test_fileutils', 'test.test_finalization', 'test.test_float', 'test.test_flufl', 'test.test_fnmatch', 'test.test_fork1', 'test.test_format', 'test.test_fractions', 'test.test_frame', 'test.test_free_threading', 'test.test_free_threading.test_code', 'test.test_free_threading.test_dict', 'test.test_free_threading.test_func_annotations', 'test.test_free_threading.test_gc', 'test.test_free_threading.test_list', 'test.test_free_threading.test_monitoring', 'test.test_free_threading.test_set', 'test.test_free_threading.test_slots', 'test.test_free_threading.test_str', 'test.test_free_threading.test_tokenize', 'test.test_free_threading.test_type', 'test.test_frozen', 'test.test_fstring', 'test.test_ftplib', 'test.test_funcattrs', 'test.test_functools', 'test.test_future_stmt', 'test.test_future_stmt.badsyntax_future', 'test.test_future_stmt.import_nested_scope_twice', 'test.test_future_stmt.nested_scope', 'test.test_future_stmt.test_future', 'test.test_future_stmt.test_future_flags', 'test.test_future_stmt.test_future_multiple_features', 'test.test_future_stmt.test_future_multiple_imports', 'test.test_future_stmt.test_future_single_import', 'test.test_gc', 'test.test_gdb', 'test.test_gdb.gdb_sample', 'test.test_gdb.test_backtrace', 'test.test_gdb.test_cfunction', 'test.test_gdb.test_cfunction_full', 'test.test_gdb.test_misc', 'test.test_gdb.test_pretty_print', 'test.test_gdb.util', 'test.test_generated_cases', 'test.test_generator_stop', 'test.test_generators', 'test.test_genericalias', 'test.test_genericclass', 'test.test_genericpath', 'test.test_genexps', 'test.test_getopt', 'test.test_getpass', 'test.test_getpath', 'test.test_gettext', 'test.test_glob', 'test.test_global', 'test.test_grammar', 'test.test_graphlib', 'test.test_grp', 'test.test_gzip', 'test.test_hash', 'test.test_hashlib', 'test.test_heapq', 'test.test_hmac', 'test.test_html', 'test.test_htmlparser', 'test.test_http_cookiejar', 'test.test_http_cookies', 'test.test_httplib', 'test.test_httpservers', 'test.test_idle', 'test.test_imaplib', 'test.test_import', 'test.test_import.__main__', 'test.test_importlib', 'test.test_importlib.__main__', 'test.test_importlib.abc', 'test.test_importlib.builtin', 'test.test_importlib.builtin.__main__', 'test.test_importlib.builtin.test_finder', 'test.test_importlib.builtin.test_loader', 'test.test_importlib.extension', 'test.test_importlib.extension.__main__', 'test.test_importlib.extension._test_nonmodule_cases', 'test.test_importlib.extension.test_case_sensitivity', 'test.test_importlib.extension.test_finder', 'test.test_importlib.extension.test_loader', 'test.test_importlib.extension.test_path_hook', 'test.test_importlib.frozen', 'test.test_importlib.frozen.__main__', 'test.test_importlib.frozen.test_finder', 'test.test_importlib.frozen.test_loader', 'test.test_importlib.import_', 'test.test_importlib.import_.__main__', 'test.test_importlib.import_.test___loader__', 'test.test_importlib.import_.test___package__', 'test.test_importlib.import_.test_api', 'test.test_importlib.import_.test_caching', 'test.test_importlib.import_.test_fromlist', 'test.test_importlib.import_.test_helpers', 'test.test_importlib.import_.test_meta_path', 'test.test_importlib.import_.test_packages', 'test.test_importlib.import_.test_path', 'test.test_importlib.import_.test_relative_imports', 'test.test_importlib.metadata', 'test.test_importlib.metadata._context', 'test.test_importlib.metadata._path', 'test.test_importlib.metadata.data', 'test.test_importlib.metadata.fixtures', 'test.test_importlib.metadata.stubs', 'test.test_importlib.metadata.test_api', 'test.test_importlib.metadata.test_main', 'test.test_importlib.metadata.test_zip', 'test.test_importlib.resources', 'test.test_importlib.resources._path', 'test.test_importlib.resources.test_compatibilty_files', 'test.test_importlib.resources.test_contents', 'test.test_importlib.resources.test_custom', 'test.test_importlib.resources.test_files', 'test.test_importlib.resources.test_functional', 'test.test_importlib.resources.test_open', 'test.test_importlib.resources.test_path', 'test.test_importlib.resources.test_read', 'test.test_importlib.resources.test_reader', 'test.test_importlib.resources.test_resource', 'test.test_importlib.resources.util', 'test.test_importlib.resources.zip', 'test.test_importlib.source', 'test.test_importlib.source.__main__', 'test.test_importlib.source.test_case_sensitivity', 'test.test_importlib.source.test_file_loader', 'test.test_importlib.source.test_finder', 'test.test_importlib.source.test_path_hook', 'test.test_importlib.source.test_source_encoding', 'test.test_importlib.test_abc', 'test.test_importlib.test_api', 'test.test_importlib.test_lazy', 'test.test_importlib.test_locks', 'test.test_importlib.test_namespace_pkgs', 'test.test_importlib.test_pkg_import', 'test.test_importlib.test_spec', 'test.test_importlib.test_threaded_import', 'test.test_importlib.test_util', 'test.test_importlib.test_windows', 'test.test_importlib.threaded_import_hangers', 'test.test_importlib.util', 'test.test_index', 'test.test_inspect', 'test.test_inspect.inspect_fodder', 'test.test_inspect.inspect_fodder2', 'test.test_inspect.inspect_stock_annotations', 'test.test_inspect.inspect_stringized_annotations', 'test.test_inspect.inspect_stringized_annotations_2', 'test.test_inspect.inspect_stringized_annotations_pep695', 'test.test_inspect.test_inspect', 'test.test_int', 'test.test_int_literal', 'test.test_interpreters', 'test.test_interpreters.__main__', 'test.test_interpreters.test_api', 'test.test_interpreters.test_channels', 'test.test_interpreters.test_lifecycle', 'test.test_interpreters.test_queues', 'test.test_interpreters.test_stress', 'test.test_interpreters.utils', 'test.test_io', 'test.test_ioctl', 'test.test_ipaddress', 'test.test_isinstance', 'test.test_iter', 'test.test_iterlen', 'test.test_itertools', 'test.test_json', 'test.test_json.__main__', 'test.test_json.test_decode', 'test.test_json.test_default', 'test.test_json.test_dump', 'test.test_json.test_encode_basestring_ascii', 'test.test_json.test_enum', 'test.test_json.test_fail', 'test.test_json.test_float', 'test.test_json.test_indent', 'test.test_json.test_pass1', 'test.test_json.test_pass2', 'test.test_json.test_pass3', 'test.test_json.test_recursion', 'test.test_json.test_scanstring', 'test.test_json.test_separators', 'test.test_json.test_speedups', 'test.test_json.test_tool', 'test.test_json.test_unicode', 'test.test_keyword', 'test.test_keywordonlyarg', 'test.test_kqueue', 'test.test_largefile', 'test.test_launcher', 'test.test_linecache', 'test.test_list', 'test.test_listcomps', 'test.test_lltrace', 'test.test_locale', 'test.test_logging', 'test.test_long', 'test.test_longexp', 'test.test_lzma', 'test.test_mailbox', 'test.test_marshal', 'test.test_math', 'test.test_math_property', 'test.test_memoryio', 'test.test_memoryview', 'test.test_metaclass', 'test.test_mimetypes', 'test.test_minidom', 'test.test_mmap', 'test.test_module', 'test.test_module.bad_getattr', 'test.test_module.bad_getattr2', 'test.test_module.bad_getattr3', 'test.test_module.final_a', 'test.test_module.final_b', 'test.test_module.good_getattr', 'test.test_modulefinder', 'test.test_monitoring', 'test.test_msvcrt', 'test.test_multibytecodec', 'test.test_multiprocessing_fork', 'test.test_multiprocessing_fork.test_manager', 'test.test_multiprocessing_fork.test_misc', 'test.test_multiprocessing_fork.test_processes', 'test.test_multiprocessing_fork.test_threads', 'test.test_multiprocessing_forkserver', 'test.test_multiprocessing_forkserver.test_manager', 'test.test_multiprocessing_forkserver.test_misc', 'test.test_multiprocessing_forkserver.test_processes', 'test.test_multiprocessing_forkserver.test_threads', 'test.test_multiprocessing_main_handling', 'test.test_multiprocessing_spawn', 'test.test_multiprocessing_spawn.test_manager', 'test.test_multiprocessing_spawn.test_misc', 'test.test_multiprocessing_spawn.test_processes', 'test.test_multiprocessing_spawn.test_threads', 'test.test_named_expressions', 'test.test_netrc', 'test.test_ntpath', 'test.test_numeric_tower', 'test.test_opcache', 'test.test_opcodes', 'test.test_openpty', 'test.test_operator', 'test.test_optimizer', 'test.test_optparse', 'test.test_ordered_dict', 'test.test_os', 'test.test_osx_env', 'test.test_pathlib', 'test.test_pathlib.test_pathlib', 'test.test_pathlib.test_pathlib_abc', 'test.test_patma', 'test.test_pdb', 'test.test_peepholer', 'test.test_peg_generator', 'test.test_peg_generator.__main__', 'test.test_peg_generator.test_c_parser', 'test.test_peg_generator.test_first_sets', 'test.test_peg_generator.test_grammar_validator', 'test.test_peg_generator.test_pegen', 'test.test_pep646_syntax', 'test.test_perf_profiler', 'test.test_perfmaps', 'test.test_pickle', 'test.test_picklebuffer', 'test.test_pickletools', 'test.test_pkg', 'test.test_pkgutil', 'test.test_platform', 'test.test_plistlib', 'test.test_poll', 'test.test_popen', 'test.test_poplib', 'test.test_positional_only_arg', 'test.test_posix', 'test.test_posixpath', 'test.test_pow', 'test.test_pprint', 'test.test_print', 'test.test_profile', 'test.test_property', 'test.test_pstats', 'test.test_pty', 'test.test_pulldom', 'test.test_pwd', 'test.test_py_compile', 'test.test_pyclbr', 'test.test_pydoc', 'test.test_pydoc.module_none', 'test.test_pydoc.pydoc_mod', 'test.test_pydoc.pydocfodder', 'test.test_pydoc.test_pydoc', 'test.test_pyexpat', 'test.test_pyrepl', 'test.test_pyrepl.__main__', 'test.test_pyrepl.support', 'test.test_pyrepl.test_eventqueue', 'test.test_pyrepl.test_input', 'test.test_pyrepl.test_interact', 'test.test_pyrepl.test_keymap', 'test.test_pyrepl.test_pyrepl', 'test.test_pyrepl.test_reader', 'test.test_pyrepl.test_unix_console', 'test.test_pyrepl.test_utils', 'test.test_pyrepl.test_windows_console', 'test.test_queue', 'test.test_quopri', 'test.test_raise', 'test.test_random', 'test.test_range', 'test.test_re', 'test.test_readline', 'test.test_regrtest', 'test.test_repl', 'test.test_reprlib', 'test.test_resource', 'test.test_richcmp', 'test.test_rlcompleter', 'test.test_robotparser', 'test.test_runpy', 'test.test_sax', 'test.test_sched', 'test.test_scope', 'test.test_script_helper', 'test.test_secrets', 'test.test_select', 'test.test_selectors', 'test.test_set', 'test.test_setcomps', 'test.test_shelve', 'test.test_shlex', 'test.test_shutil', 'test.test_signal', 'test.test_site', 'test.test_slice', 'test.test_smtplib', 'test.test_smtpnet', 'test.test_socket', 'test.test_sort', 'test.test_source_encoding', 'test.test_sqlite3', 'test.test_sqlite3.__main__', 'test.test_sqlite3.test_backup', 'test.test_sqlite3.test_cli', 'test.test_sqlite3.test_dbapi', 'test.test_sqlite3.test_dump', 'test.test_sqlite3.test_factory', 'test.test_sqlite3.test_hooks', 'test.test_sqlite3.test_regression', 'test.test_sqlite3.test_transactions', 'test.test_sqlite3.test_types', 'test.test_sqlite3.test_userfunctions', 'test.test_sqlite3.util', 'test.test_ssl', 'test.test_stable_abi_ctypes', 'test.test_startfile', 'test.test_stat', 'test.test_statistics', 'test.test_str', 'test.test_strftime', 'test.test_string', 'test.test_string_literals', 'test.test_stringprep', 'test.test_strptime', 'test.test_strtod', 'test.test_struct', 'test.test_structseq', 'test.test_subclassinit', 'test.test_subprocess', 'test.test_sundry', 'test.test_super', 'test.test_support', 'test.test_symtable', 'test.test_syntax', 'test.test_sys', 'test.test_sys_setprofile', 'test.test_sys_settrace', 'test.test_sysconfig', 'test.test_syslog', 'test.test_tabnanny', 'test.test_tarfile', 'test.test_tcl', 'test.test_tempfile', 'test.test_termios', 'test.test_textwrap', 'test.test_thread', 'test.test_threadedtempfile', 'test.test_threading', 'test.test_threading_local', 'test.test_threadsignals', 'test.test_time', 'test.test_timeit', 'test.test_timeout', 'test.test_tkinter', 'test.test_tkinter.__main__', 'test.test_tkinter.support', 'test.test_tkinter.test_colorchooser', 'test.test_tkinter.test_font', 'test.test_tkinter.test_geometry_managers', 'test.test_tkinter.test_images', 'test.test_tkinter.test_loadtk', 'test.test_tkinter.test_messagebox', 'test.test_tkinter.test_simpledialog', 'test.test_tkinter.test_text', 'test.test_tkinter.test_variables', 'test.test_tkinter.test_widgets', 'test.test_tkinter.widget_tests', 'test.test_tokenize', 'test.test_tomllib.__main__', 'test.test_tomllib.burntsushi', 'test.test_tomllib.test_data', 'test.test_tomllib.test_error', 'test.test_tomllib.test_misc', 'test.test_tools', 'test.test_tools.__main__', 'test.test_tools.test_freeze', 'test.test_tools.test_i18n', 'test.test_tools.test_makefile', 'test.test_tools.test_makeunicodedata', 'test.test_tools.test_msgfmt', 'test.test_tools.test_reindent', 'test.test_tools.test_sundry', 'test.test_trace', 'test.test_traceback', 'test.test_tracemalloc', 'test.test_ttk', 'test.test_ttk.__main__', 'test.test_ttk.test_extensions', 'test.test_ttk.test_style', 'test.test_ttk.test_widgets', 'test.test_ttk_textonly', 'test.test_tty', 'test.test_tuple', 'test.test_turtle', 'test.test_type_aliases', 'test.test_type_annotations', 'test.test_type_cache', 'test.test_type_comments', 'test.test_type_params', 'test.test_typechecks', 'test.test_types', 'test.test_typing', 'test.test_ucn', 'test.test_unary', 'test.test_unicode_file', 'test.test_unicode_file_functions', 'test.test_unicode_identifiers', 'test.test_unicodedata', 'test.test_unittest', 'test.test_unittest.__main__', 'test.test_unittest._test_warnings', 'test.test_unittest.dummy', 'test.test_unittest.support', 'test.test_unittest.test_assertions', 'test.test_unittest.test_async_case', 'test.test_unittest.test_break', 'test.test_unittest.test_case', 'test.test_unittest.test_discovery', 'test.test_unittest.test_functiontestcase', 'test.test_unittest.test_loader', 'test.test_unittest.test_program', 'test.test_unittest.test_result', 'test.test_unittest.test_runner', 'test.test_unittest.test_setups', 'test.test_unittest.test_skipping', 'test.test_unittest.test_suite', 'test.test_unittest.test_util', 'test.test_unittest.testmock', 'test.test_unittest.testmock.__main__', 'test.test_unittest.testmock.support', 'test.test_unittest.testmock.testasync', 'test.test_unittest.testmock.testcallable', 'test.test_unittest.testmock.testhelpers', 'test.test_unittest.testmock.testmagicmethods', 'test.test_unittest.testmock.testmock', 'test.test_unittest.testmock.testpatch', 'test.test_unittest.testmock.testsealable', 'test.test_unittest.testmock.testsentinel', 'test.test_unittest.testmock.testthreadingmock', 'test.test_unittest.testmock.testwith', 'test.test_univnewlines', 'test.test_unpack', 'test.test_unpack_ex', 'test.test_unparse', 'test.test_urllib', 'test.test_urllib2', 'test.test_urllib2_localnet', 'test.test_urllib2net', 'test.test_urllib_response', 'test.test_urllibnet', 'test.test_urlparse', 'test.test_userdict', 'test.test_userlist', 'test.test_userstring', 'test.test_utf8_mode', 'test.test_utf8source', 'test.test_uuid', 'test.test_venv', 'test.test_wait3', 'test.test_wait4', 'test.test_warnings', 'test.test_warnings.__main__', 'test.test_wave', 'test.test_weakref', 'test.test_weakset', 'test.test_webbrowser', 'test.test_winapi', 'test.test_winconsoleio', 'test.test_winreg', 'test.test_winsound', 'test.test_with', 'test.test_wmi', 'test.test_wsgiref', 'test.test_xml_dom_minicompat', 'test.test_xml_dom_xmlbuilder', 'test.test_xml_etree', 'test.test_xml_etree_c', 'test.test_xmlrpc', 'test.test_xxlimited', 'test.test_xxtestfuzz', 'test.test_yield_from', 'test.test_zipapp', 'test.test_zipfile', 'test.test_zipfile.__main__', 'test.test_zipfile._path', 'test.test_zipfile._path._functools', 'test.test_zipfile._path._itertools', 'test.test_zipfile._path._support', 'test.test_zipfile._path._test_params', 'test.test_zipfile._path.test_complexity', 'test.test_zipfile._path.test_path', 'test.test_zipfile._path.write-alpharep', 'test.test_zipfile.test_core', 'test.test_zipfile64', 'test.test_zipimport', 'test.test_zipimport_support', 'test.test_zlib', 'test.test_zoneinfo', 'test.test_zoneinfo.__main__', 'test.test_zoneinfo._support', 'test.test_zoneinfo.test_zoneinfo', 'test.test_zoneinfo.test_zoneinfo_property', 'test.testcodec', 'test.tf_inherit_check', 'test.tokenizedata', 'test.tokenizedata.bad_coding', 'test.tokenizedata.bad_coding2', 'test.tokenizedata.badsyntax_3131', 'test.tokenizedata.badsyntax_pep3120', 'test.tokenizedata.coding20731', 'test.tracedmodules', 'test.tracedmodules.testmod', 'test.typinganndata', 'test.typinganndata._typed_dict_helper', 'test.typinganndata.ann_module', 'test.typinganndata.ann_module2', 'test.typinganndata.ann_module3', 'test.typinganndata.ann_module4', 'test.typinganndata.ann_module5', 'test.typinganndata.ann_module6', 'test.typinganndata.ann_module695', 'test.typinganndata.ann_module7', 'test.typinganndata.ann_module8', 'test.typinganndata.ann_module9', 'test.typinganndata.mod_generics_cache', 'test.win_console_handler', 'test.xmltests', 'this', 'tkinter.__main__', 'tkinter.constants', 'tkinter.simpledialog', 'tomllib._parser', 'tomllib._re', 'tomllib._types', 'tracemalloc', 'turtledemo', 'turtledemo.__main__', 'turtledemo.bytedesign', 'turtledemo.chaos', 'turtledemo.clock', 'turtledemo.colormixer', 'turtledemo.forest', 'turtledemo.fractalcurves', 'turtledemo.lindenmayer', 'turtledemo.minimal_hanoi', 'turtledemo.nim', 'turtledemo.paint', 'turtledemo.peace', 'turtledemo.penrose', 'turtledemo.planet_and_moon', 'turtledemo.rosette', 'turtledemo.round_dance', 'turtledemo.sorting_animate', 'turtledemo.tree', 'turtledemo.two_canvases', 'turtledemo.yinyang', 'unittest.__main__', 'unittest._log', 'unittest.async_case', 'unittest.case', 'unittest.loader', 'unittest.main', 'unittest.result', 'unittest.runner', 'unittest.signals', 'unittest.suite', 'unittest.util', 'urllib', 'uuid', 'venv', 'venv.__main__', 'wsgiref', 'wsgiref.headers', 'xml.dom', 'xml.dom.NodeFilter', 'xml.dom.domreg', 'xml.dom.expatbuilder', 'xml.dom.minidom', 'xml.dom.pulldom', 'xml.etree', 'xml.etree.ElementInclude', 'xml.etree.ElementPath', 'xml.etree.cElementTree', 'xml.parsers', 'xml.parsers.expat', 'xml.sax', 'xml.sax._exceptions', 'xml.sax.expatreader', 'xml.sax.handler', 'xml.sax.saxutils', 'xml.sax.xmlreader', 'xmlrpc', 'xmlrpc.client', 'xmlrpc.server', 'zipfile.__main__', 'zipfile._path.glob', 'zoneinfo._common', 'zoneinfo._tzpath', 'zoneinfo._zoneinfo']\nFollowing modules failed to be imported: ['asyncio.windows_events', 'asyncio.windows_utils', 'idlelib.autocomplete', 'idlelib.idle_test.test_autocomplete', 'multiprocessing.popen_spawn_win32', 'test.test_socketserver', 'test.test_tkinter.test_misc', 'tkinter', 'tkinter.colorchooser', 'tkinter.commondialog', 'tkinter.dialog', 'tkinter.dnd', 'tkinter.filedialog', 'tkinter.font', 'tkinter.messagebox', 'tkinter.scrolledtext', 'tkinter.ttk', 'turtle']\nok\n\n----------------------------------------------------------------------\nRan 1 test in 0.520s\n\nOK\n0:01:04 load avg: 1.08 [ 62/480] test__colorize passed\nPASS: test_colorized_detection_checks_for_environment_variables (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_environment_variables)\nPASS: test_colorized_detection_checks_for_file (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_file)\nPASS: test_colorized_detection_checks_for_std_streams (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_for_std_streams)\nSKIP: test_colorized_detection_checks_on_windows (test.test__colorize.TestColorizeFunction.test_colorized_detection_checks_on_windows) 'requires Windows'\n\n----------------------------------------------------------------------\nRan 4 tests in 0.004s\n\nOK (skipped=1)\n0:01:05 load avg: 1.08 [ 63/480] test__interpchannels passed\nPASS: test_bad_id (test.test__interpchannels.ChannelIDTests.test_bad_id)\nPASS: test_bad_kwargs (test.test__interpchannels.ChannelIDTests.test_bad_kwargs)\nPASS: test_coerce_id (test.test__interpchannels.ChannelIDTests.test_coerce_id)\nPASS: test_default_kwargs (test.test__interpchannels.ChannelIDTests.test_default_kwargs)\nPASS: test_does_not_exist (test.test__interpchannels.ChannelIDTests.test_does_not_exist)\nPASS: test_equality (test.test__interpchannels.ChannelIDTests.test_equality)\nPASS: test_repr (test.test__interpchannels.ChannelIDTests.test_repr)\nPASS: test_shareable (test.test__interpchannels.ChannelIDTests.test_shareable)\nPASS: test_str (test.test__interpchannels.ChannelIDTests.test_str)\nPASS: test_with_kwargs (test.test__interpchannels.ChannelIDTests.test_with_kwargs)\nPASS: test_by_unassociated_interp (test.test__interpchannels.ChannelReleaseTests.test_by_unassociated_interp)\nPASS: test_close_if_unassociated (test.test__interpchannels.ChannelReleaseTests.test_close_if_unassociated)\nPASS: test_multiple_times (test.test__interpchannels.ChannelReleaseTests.test_multiple_times)\nPASS: test_multiple_users (test.test__interpchannels.ChannelReleaseTests.test_multiple_users)\nPASS: test_never_used (test.test__interpchannels.ChannelReleaseTests.test_never_used)\nPASS: test_no_kwargs (test.test__interpchannels.ChannelReleaseTests.test_no_kwargs)\nPASS: test_partially (test.test__interpchannels.ChannelReleaseTests.test_partially)\nPASS: test_single_user (test.test__interpchannels.ChannelReleaseTests.test_single_user)\nPASS: test_used_multiple_times_by_single_user (test.test__interpchannels.ChannelReleaseTests.test_used_multiple_times_by_single_user)\nPASS: test_with_unused_items (test.test__interpchannels.ChannelReleaseTests.test_with_unused_items)\nPASS: test_allowed_types (test.test__interpchannels.ChannelTests.test_allowed_types)\ntest_channel_list_interpreters_basic (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_basic)\nPASS: Test basic listing channel _interpreters.\ntest_channel_list_interpreters_closed (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_closed)\nPASS: Test listing channel interpreters with a closed channel.\ntest_channel_list_interpreters_closed_send_end (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_closed_send_end)\nPASS: Test listing channel interpreters with a channel's send end closed.\ntest_channel_list_interpreters_destroyed (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_destroyed)\nPASS: Test listing channel interpreters with a destroyed interpreter.\nPASS: test_channel_list_interpreters_invalid_args (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_args)\nPASS: test_channel_list_interpreters_invalid_channel (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_invalid_channel)\ntest_channel_list_interpreters_multiple (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_multiple)\nPASS: Test listing interpreters for a channel with many associations.\ntest_channel_list_interpreters_none (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_none)\nPASS: Test listing interpreters for a channel with no associations.\ntest_channel_list_interpreters_released (test.test__interpchannels.ChannelTests.test_channel_list_interpreters_released)\nPASS: Test listing channel interpreters with a released channel.\nPASS: test_close_both_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_forced)\nPASS: test_close_both_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_both_with_unused_items_unforced)\nPASS: test_close_by_unassociated_interp (test.test__interpchannels.ChannelTests.test_close_by_unassociated_interp)\nPASS: test_close_defaults_with_unused_items (test.test__interpchannels.ChannelTests.test_close_defaults_with_unused_items)\nPASS: test_close_empty (test.test__interpchannels.ChannelTests.test_close_empty)\nPASS: test_close_multiple_times (test.test__interpchannels.ChannelTests.test_close_multiple_times)\nPASS: test_close_multiple_users (test.test__interpchannels.ChannelTests.test_close_multiple_users)\nPASS: test_close_never_used (test.test__interpchannels.ChannelTests.test_close_never_used)\nPASS: test_close_recv_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_forced)\nPASS: test_close_recv_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_recv_with_unused_items_unforced)\nPASS: test_close_send_with_unused_items_forced (test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_forced)\nPASS: test_close_send_with_unused_items_unforced (test.test__interpchannels.ChannelTests.test_close_send_with_unused_items_unforced)\nPASS: test_close_single_user (test.test__interpchannels.ChannelTests.test_close_single_user)\nPASS: test_close_used_multiple_times_by_single_user (test.test__interpchannels.ChannelTests.test_close_used_multiple_times_by_single_user)\nPASS: test_create_cid (test.test__interpchannels.ChannelTests.test_create_cid)\nPASS: test_ids_global (test.test__interpchannels.ChannelTests.test_ids_global)\nPASS: test_recv_default (test.test__interpchannels.ChannelTests.test_recv_default)\nPASS: test_recv_empty (test.test__interpchannels.ChannelTests.test_recv_empty)\nPASS: test_recv_not_found (test.test__interpchannels.ChannelTests.test_recv_not_found)\nPASS: test_recv_sending_interp_destroyed (test.test__interpchannels.ChannelTests.test_recv_sending_interp_destroyed)\nSKIP: test_run_string_arg_resolved (test.test__interpchannels.ChannelTests.test_run_string_arg_resolved) 'disabled until high-level channels exist'\nPASS: test_run_string_arg_unresolved (test.test__interpchannels.ChannelTests.test_run_string_arg_unresolved)\nPASS: test_send_blocking_no_wait (test.test__interpchannels.ChannelTests.test_send_blocking_no_wait)\nPASS: test_send_blocking_waiting (test.test__interpchannels.ChannelTests.test_send_blocking_waiting)\nPASS: test_send_buffer (test.test__interpchannels.ChannelTests.test_send_buffer)\nPASS: test_send_buffer_blocking_no_wait (test.test__interpchannels.ChannelTests.test_send_buffer_blocking_no_wait)\nPASS: test_send_buffer_blocking_waiting (test.test__interpchannels.ChannelTests.test_send_buffer_blocking_waiting)\nSKIP: test_send_buffer_closed_while_waiting (test.test__interpchannels.ChannelTests.test_send_buffer_closed_while_waiting) 'temporarily skipped due to refleaks'\nSKIP: test_send_buffer_timeout (test.test__interpchannels.ChannelTests.test_send_buffer_timeout) 'temporarily skipped due to refleaks'\nPASS: test_send_closed_while_waiting (test.test__interpchannels.ChannelTests.test_send_closed_while_waiting)\nPASS: test_send_not_found (test.test__interpchannels.ChannelTests.test_send_not_found)\nPASS: test_send_recv_different_interpreters (test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters)\nPASS: test_send_recv_different_interpreters_and_threads (test.test__interpchannels.ChannelTests.test_send_recv_different_interpreters_and_threads)\nPASS: test_send_recv_different_threads (test.test__interpchannels.ChannelTests.test_send_recv_different_threads)\nPASS: test_send_recv_main (test.test__interpchannels.ChannelTests.test_send_recv_main)\nPASS: test_send_recv_same_interpreter (test.test__interpchannels.ChannelTests.test_send_recv_same_interpreter)\nPASS: test_send_timeout (test.test__interpchannels.ChannelTests.test_send_timeout)\nPASS: test_sequential_ids (test.test__interpchannels.ChannelTests.test_sequential_ids)\nSKIP: test_close (test.test__interpchannels.ExhaustiveChannelTests.test_close) 'these tests take several hours to run'\nSKIP: test_force_close (test.test__interpchannels.ExhaustiveChannelTests.test_force_close) 'these tests take several hours to run'\n\n----------------------------------------------------------------------\nRan 70 tests in 0.779s\n\nOK (skipped=5)\n0:01:05 load avg: 1.08 [ 64/480] test__interpreters passed\nPASS: test_invalid_shared_encoding (test.test__interpreters.CommonTests.test_invalid_shared_encoding)\nPASS: test_signatures (test.test__interpreters.CommonTests.test_signatures)\nPASS: test_after_destroy_all (test.test__interpreters.CreateTests.test_after_destroy_all)\nPASS: test_after_destroy_some (test.test__interpreters.CreateTests.test_after_destroy_some)\nPASS: test_in_main (test.test__interpreters.CreateTests.test_in_main)\nPASS: test_in_subinterpreter (test.test__interpreters.CreateTests.test_in_subinterpreter)\nPASS: test_in_thread (test.test__interpreters.CreateTests.test_in_thread)\nPASS: test_in_threaded_subinterpreter (test.test__interpreters.CreateTests.test_in_threaded_subinterpreter)\nSKIP: test_unique_id (test.test__interpreters.CreateTests.test_unique_id) 'enable this test when working on pystate.c'\nPASS: test_all (test.test__interpreters.DestroyTests.test_all)\nPASS: test_already_destroyed (test.test__interpreters.DestroyTests.test_already_destroyed)\nPASS: test_bad_id (test.test__interpreters.DestroyTests.test_bad_id)\nPASS: test_does_not_exist (test.test__interpreters.DestroyTests.test_does_not_exist)\nPASS: test_from_current (test.test__interpreters.DestroyTests.test_from_current)\nPASS: test_from_other_thread (test.test__interpreters.DestroyTests.test_from_other_thread)\nPASS: test_from_sibling (test.test__interpreters.DestroyTests.test_from_sibling)\nPASS: test_main (test.test__interpreters.DestroyTests.test_main)\nPASS: test_one (test.test__interpreters.DestroyTests.test_one)\nPASS: test_still_running (test.test__interpreters.DestroyTests.test_still_running)\nPASS: test_main (test.test__interpreters.GetCurrentTests.test_main)\nPASS: test_subinterpreter (test.test__interpreters.GetCurrentTests.test_subinterpreter)\nPASS: test_from_main (test.test__interpreters.GetMainTests.test_from_main)\nPASS: test_from_subinterpreter (test.test__interpreters.GetMainTests.test_from_subinterpreter)\nPASS: test_already_destroyed (test.test__interpreters.IsRunningTests.test_already_destroyed)\nPASS: test_bad_id (test.test__interpreters.IsRunningTests.test_bad_id)\nPASS: test_does_not_exist (test.test__interpreters.IsRunningTests.test_does_not_exist)\nPASS: test_from_subinterpreter (test.test__interpreters.IsRunningTests.test_from_subinterpreter)\nPASS: test_main (test.test__interpreters.IsRunningTests.test_main)\nSKIP: test_subinterpreter (test.test__interpreters.IsRunningTests.test_subinterpreter) 'Fails on FreeBSD'\nPASS: test_default_shareables (test.test__interpreters.IsShareableTests.test_default_shareables)\nPASS: test_not_shareable (test.test__interpreters.IsShareableTests.test_not_shareable)\nPASS: test_after_creating (test.test__interpreters.ListAllTests.test_after_creating)\nPASS: test_after_destroying (test.test__interpreters.ListAllTests.test_after_destroying)\nPASS: test_initial (test.test__interpreters.ListAllTests.test_initial)\nPASS: test_import_in_interpreter (test.test__interpreters.ModuleTests.test_import_in_interpreter)\nPASS: test_AttributeError (test.test__interpreters.RunFailedTests.test_AttributeError)\nPASS: test_ExceptionGroup (test.test__interpreters.RunFailedTests.test_ExceptionGroup)\nPASS: test_NameError (test.test__interpreters.RunFailedTests.test_NameError)\nPASS: test_exit (test.test__interpreters.RunFailedTests.test_exit)\nPASS: test_invalid_syntax (test.test__interpreters.RunFailedTests.test_invalid_syntax)\nPASS: test_plain_exception (test.test__interpreters.RunFailedTests.test_plain_exception)\nPASS: test_user_defined_exception (test.test__interpreters.RunFailedTests.test_user_defined_exception)\nPASS: test_args (test.test__interpreters.RunFuncTests.test_args)\nPASS: test_closure (test.test__interpreters.RunFuncTests.test_closure)\nPASS: test_code_object (test.test__interpreters.RunFuncTests.test_code_object)\nPASS: test_in_thread (test.test__interpreters.RunFuncTests.test_in_thread)\ntest_return_value (test.test__interpreters.RunFuncTests.test_return_value) ... expected failure\nPASS: test_success (test.test__interpreters.RunFuncTests.test_success)\nPASS: test_already_running (test.test__interpreters.RunStringTests.test_already_running)\nPASS: test_bad_id (test.test__interpreters.RunStringTests.test_bad_id)\nPASS: test_bad_script (test.test__interpreters.RunStringTests.test_bad_script)\nPASS: test_bytes_for_script (test.test__interpreters.RunStringTests.test_bytes_for_script)\nPASS: test_create_daemon_thread (test.test__interpreters.RunStringTests.test_create_daemon_thread)\nPASS: test_create_thread (test.test__interpreters.RunStringTests.test_create_thread)\nPASS: test_does_not_exist (test.test__interpreters.RunStringTests.test_does_not_exist)\nPASS: test_error_id (test.test__interpreters.RunStringTests.test_error_id)\nPASS: test_execution_namespace_is_main (test.test__interpreters.RunStringTests.test_execution_namespace_is_main)\nPASS: test_fork (test.test__interpreters.RunStringTests.test_fork)\nPASS: test_in_thread (test.test__interpreters.RunStringTests.test_in_thread)\nPASS: test_main_reused (test.test__interpreters.RunStringTests.test_main_reused)\nPASS: test_os_exec (test.test__interpreters.RunStringTests.test_os_exec)\nPASS: test_shareable_types (test.test__interpreters.RunStringTests.test_shareable_types)\nPASS: test_shared_overwrites (test.test__interpreters.RunStringTests.test_shared_overwrites)\nPASS: test_shared_overwrites_default_vars (test.test__interpreters.RunStringTests.test_shared_overwrites_default_vars)\nSKIP: test_still_running_at_exit (test.test__interpreters.RunStringTests.test_still_running_at_exit) 'blocking forever'\nPASS: test_str_subclass_string (test.test__interpreters.RunStringTests.test_str_subclass_string)\nPASS: test_success (test.test__interpreters.RunStringTests.test_success)\nPASS: test_with_shared (test.test__interpreters.RunStringTests.test_with_shared)\nPASS: test_bool (test.test__interpreters.ShareableTypeTests.test_bool)\nPASS: test_bytes (test.test__interpreters.ShareableTypeTests.test_bytes)\nPASS: test_float (test.test__interpreters.ShareableTypeTests.test_float)\nPASS: test_int (test.test__interpreters.ShareableTypeTests.test_int)\nPASS: test_non_shareable_int (test.test__interpreters.ShareableTypeTests.test_non_shareable_int)\nPASS: test_singletons (test.test__interpreters.ShareableTypeTests.test_singletons)\nPASS: test_strs (test.test__interpreters.ShareableTypeTests.test_strs)\nPASS: test_tuple (test.test__interpreters.ShareableTypeTests.test_tuple)\nPASS: test_tuples_containing_non_shareable_types (test.test__interpreters.ShareableTypeTests.test_tuples_containing_non_shareable_types)\nPASS: test_types (test.test__interpreters.ShareableTypeTests.test_types)\n\n----------------------------------------------------------------------\nRan 78 tests in 0.748s\n\nOK (skipped=3, expected failures=1)\n0:01:05 load avg: 1.08 [ 65/480] test__locale passed\ntest_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) ... \nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_UY') \"no locale 'es_UY'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fi_FI') \"no locale 'fi_FI'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_CO') \"no locale 'es_CO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='pt_PT') \"no locale 'pt_PT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='it_IT') \"no locale 'it_IT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='et_EE') \"no locale 'et_EE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_PY') \"no locale 'es_PY'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='no_NO') \"no locale 'no_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nl_NL') \"no locale 'nl_NL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='lv_LV') \"no locale 'lv_LV'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='el_GR') \"no locale 'el_GR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='be_BY') \"no locale 'be_BY'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_BE') \"no locale 'fr_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ro_RO') \"no locale 'ro_RO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ru_UA') \"no locale 'ru_UA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ru_RU') \"no locale 'ru_RU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_VE') \"no locale 'es_VE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ca_ES') \"no locale 'ca_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='se_NO') \"no locale 'se_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_EC') \"no locale 'es_EC'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='id_ID') \"no locale 'id_ID'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ka_GE') \"no locale 'ka_GE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_CL') \"no locale 'es_CL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='wa_BE') \"no locale 'wa_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='hu_HU') \"no locale 'hu_HU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='lt_LT') \"no locale 'lt_LT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sl_SI') \"no locale 'sl_SI'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='hr_HR') \"no locale 'hr_HR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_AR') \"no locale 'es_AR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_ES') \"no locale 'es_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='oc_FR') \"no locale 'oc_FR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='gl_ES') \"no locale 'gl_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='bg_BG') \"no locale 'bg_BG'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='is_IS') \"no locale 'is_IS'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='mk_MK') \"no locale 'mk_MK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='de_AT') \"no locale 'de_AT'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='pt_BR') \"no locale 'pt_BR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='da_DK') \"no locale 'da_DK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nn_NO') \"no locale 'nn_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='cs_CZ') \"no locale 'cs_CZ'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='de_LU') \"no locale 'de_LU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='es_BO') \"no locale 'es_BO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sq_AL') \"no locale 'sq_AL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sk_SK') \"no locale 'sk_SK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_CH') \"no locale 'fr_CH'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sr_YU') \"no locale 'sr_YU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nl_BE') \"no locale 'nl_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sv_FI') \"no locale 'sv_FI'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='pl_PL') \"no locale 'pl_PL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_CA') \"no locale 'fr_CA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fo_FO') \"no locale 'fo_FO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='bs_BA') \"no locale 'bs_BA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_LU') \"no locale 'fr_LU'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='kl_GL') \"no locale 'kl_GL'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fa_IR') \"no locale 'fa_IR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='de_BE') \"no locale 'de_BE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='sv_SE') \"no locale 'sv_SE'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='it_CH') \"no locale 'it_CH'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='uk_UA') \"no locale 'uk_UA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='vi_VN') \"no locale 'vi_VN'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='af_ZA') \"no locale 'af_ZA'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='nb_NO') \"no locale 'nb_NO'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='en_DK') \"no locale 'en_DK'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='tg_TJ') \"no locale 'tg_TJ'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ps_AF') \"no locale 'ps_AF'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_FR.ISO8859-1') \"no locale 'fr_FR.ISO8859-1'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='fr_FR.ISO8859-15@euro') \"no locale 'fr_FR.ISO8859-15@euro'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ru_RU.KOI8-R') \"no locale 'ru_RU.KOI8-R'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ko_KR.eucKR') \"no locale 'ko_KR.eucKR'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ja_JP.UTF-8') \"no locale 'ja_JP.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='lzh_TW.UTF-8') \"no locale 'lzh_TW.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='my_MM.UTF-8') \"no locale 'my_MM.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='or_IN.UTF-8') \"no locale 'or_IN.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='shn_MM.UTF-8') \"no locale 'shn_MM.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='ar_AE.UTF-8') \"no locale 'ar_AE.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='bn_IN.UTF-8') \"no locale 'bn_IN.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='mr_IN.UTF-8') \"no locale 'mr_IN.UTF-8'\"\nSKIP:   test_alt_digits_nl_langinfo (test.test__locale._LocaleTests.test_alt_digits_nl_langinfo) (locale='th_TH.TIS620') \"no locale 'th_TH.TIS620'\"\ntest_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) ... \nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_UY') \"no locale 'es_UY'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fi_FI') \"no locale 'fi_FI'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_CO') \"no locale 'es_CO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='pt_PT') \"no locale 'pt_PT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='it_IT') \"no locale 'it_IT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='et_EE') \"no locale 'et_EE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_PY') \"no locale 'es_PY'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='no_NO') \"no locale 'no_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nl_NL') \"no locale 'nl_NL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='lv_LV') \"no locale 'lv_LV'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='el_GR') \"no locale 'el_GR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='be_BY') \"no locale 'be_BY'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_BE') \"no locale 'fr_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ro_RO') \"no locale 'ro_RO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ru_UA') \"no locale 'ru_UA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ru_RU') \"no locale 'ru_RU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_VE') \"no locale 'es_VE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ca_ES') \"no locale 'ca_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='se_NO') \"no locale 'se_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_EC') \"no locale 'es_EC'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='id_ID') \"no locale 'id_ID'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ka_GE') \"no locale 'ka_GE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_CL') \"no locale 'es_CL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='wa_BE') \"no locale 'wa_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='hu_HU') \"no locale 'hu_HU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='lt_LT') \"no locale 'lt_LT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sl_SI') \"no locale 'sl_SI'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='hr_HR') \"no locale 'hr_HR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_AR') \"no locale 'es_AR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_ES') \"no locale 'es_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='oc_FR') \"no locale 'oc_FR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='gl_ES') \"no locale 'gl_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='bg_BG') \"no locale 'bg_BG'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='is_IS') \"no locale 'is_IS'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='mk_MK') \"no locale 'mk_MK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='de_AT') \"no locale 'de_AT'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='pt_BR') \"no locale 'pt_BR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='da_DK') \"no locale 'da_DK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nn_NO') \"no locale 'nn_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='cs_CZ') \"no locale 'cs_CZ'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='de_LU') \"no locale 'de_LU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='es_BO') \"no locale 'es_BO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sq_AL') \"no locale 'sq_AL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sk_SK') \"no locale 'sk_SK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_CH') \"no locale 'fr_CH'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sr_YU') \"no locale 'sr_YU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nl_BE') \"no locale 'nl_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sv_FI') \"no locale 'sv_FI'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='pl_PL') \"no locale 'pl_PL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_CA') \"no locale 'fr_CA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fo_FO') \"no locale 'fo_FO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='bs_BA') \"no locale 'bs_BA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_LU') \"no locale 'fr_LU'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='kl_GL') \"no locale 'kl_GL'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fa_IR') \"no locale 'fa_IR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='de_BE') \"no locale 'de_BE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='sv_SE') \"no locale 'sv_SE'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='it_CH') \"no locale 'it_CH'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='uk_UA') \"no locale 'uk_UA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='vi_VN') \"no locale 'vi_VN'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='af_ZA') \"no locale 'af_ZA'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='nb_NO') \"no locale 'nb_NO'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='en_DK') \"no locale 'en_DK'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='tg_TJ') \"no locale 'tg_TJ'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ps_AF') \"no locale 'ps_AF'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_FR.ISO8859-1') \"no locale 'fr_FR.ISO8859-1'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='fr_FR.ISO8859-15@euro') \"no locale 'fr_FR.ISO8859-15@euro'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ru_RU.KOI8-R') \"no locale 'ru_RU.KOI8-R'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ko_KR.eucKR') \"no locale 'ko_KR.eucKR'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ja_JP.UTF-8') \"no locale 'ja_JP.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='lzh_TW.UTF-8') \"no locale 'lzh_TW.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='my_MM.UTF-8') \"no locale 'my_MM.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='or_IN.UTF-8') \"no locale 'or_IN.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='shn_MM.UTF-8') \"no locale 'shn_MM.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='ar_AE.UTF-8') \"no locale 'ar_AE.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='bn_IN.UTF-8') \"no locale 'bn_IN.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='mr_IN.UTF-8') \"no locale 'mr_IN.UTF-8'\"\nSKIP:   test_era_nl_langinfo (test.test__locale._LocaleTests.test_era_nl_langinfo) (locale='th_TH.TIS620') \"no locale 'th_TH.TIS620'\"\nPASS: test_float_parsing (test.test__locale._LocaleTests.test_float_parsing)\nPASS: test_lc_numeric_basic (test.test__locale._LocaleTests.test_lc_numeric_basic)\nPASS: test_lc_numeric_localeconv (test.test__locale._LocaleTests.test_lc_numeric_localeconv)\nPASS: test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests.test_lc_numeric_nl_langinfo)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.005s\n\nOK (skipped=160)\n0:01:06 load avg: 1.08 [ 66/480] test__opcode passed\nPASS: test_invalid_opcodes (test.test__opcode.OpListTests.test_invalid_opcodes)\nPASS: test_is_valid (test.test__opcode.OpListTests.test_is_valid)\nPASS: test_oplists (test.test__opcode.OpListTests.test_oplists)\nPASS: test_specialization_stats (test.test__opcode.SpecializationStatsTests.test_specialization_stats)\nPASS: test_stack_effect (test.test__opcode.StackEffectTests.test_stack_effect)\nPASS: test_stack_effect_jump (test.test__opcode.StackEffectTests.test_stack_effect_jump)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.003s\n\nOK\n0:01:06 load avg: 1.08 [ 67/480] test__osx_support passed\nSKIP: test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk) 'requires OS X'\nSKIP: test__check_for_unavailable_sdk_alternate (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk_alternate) 'requires OS X'\nSKIP: test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport.test__find_appropriate_compiler) 'requires OS X'\nSKIP: test__find_build_tool (test.test__osx_support.Test_OSXSupport.test__find_build_tool) 'requires OS X'\nSKIP: test__find_executable (test.test__osx_support.Test_OSXSupport.test__find_executable) 'requires OS X'\nSKIP: test__get_system_version (test.test__osx_support.Test_OSXSupport.test__get_system_version) 'requires OS X'\nSKIP: test__override_all_archs (test.test__osx_support.Test_OSXSupport.test__override_all_archs) 'requires OS X'\nSKIP: test__read_output (test.test__osx_support.Test_OSXSupport.test__read_output) 'requires OS X'\nSKIP: test__remove_original_values (test.test__osx_support.Test_OSXSupport.test__remove_original_values) 'requires OS X'\nSKIP: test__remove_universal_flags (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags) 'requires OS X'\nSKIP: test__remove_universal_flags_alternate (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags_alternate) 'requires OS X'\nSKIP: test__remove_unsupported_archs (test.test__osx_support.Test_OSXSupport.test__remove_unsupported_archs) 'requires OS X'\nSKIP: test__save_modified_value (test.test__osx_support.Test_OSXSupport.test__save_modified_value) 'requires OS X'\nSKIP: test__save_modified_value_unchanged (test.test__osx_support.Test_OSXSupport.test__save_modified_value_unchanged) 'requires OS X'\nSKIP: test__supports_universal_builds (test.test__osx_support.Test_OSXSupport.test__supports_universal_builds) 'requires OS X'\nSKIP: test_get_platform_osx (test.test__osx_support.Test_OSXSupport.test_get_platform_osx) 'requires OS X'\n\n----------------------------------------------------------------------\nRan 16 tests in 0.000s\n\nOK (skipped=16)\n0:01:06 load avg: 1.08 [ 68/480] test_abc passed\nPASS: test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass)\nPASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass)\nPASS: test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass)\nPASS: test_works_with_init_subclass (test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass)\nPASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__)\nPASS: test_ABC_helper (test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics)\nPASS: test_abstractmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics)\nPASS: test_abstractmethod_integration (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics)\nPASS: test_all_new_methods_are_called (test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called)\nPASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod)\nPASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod)\nPASS: test_isinstance_invalidation (test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation)\nPASS: test_issubclass_bad_arguments (test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments)\nPASS: test_metaclass_abc (test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc)\nPASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods)\nPASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod)\nPASS: test_register_as_class_deco (test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco)\nPASS: test_register_non_class (test.test_abc.test_factory.<locals>.TestABC.test_register_non_class)\nPASS: test_registration_basics (test.test_abc.test_factory.<locals>.TestABC.test_registration_basics)\nPASS: test_registration_builtins (test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins)\nPASS: test_registration_edge_cases (test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases)\nPASS: test_registration_transitiveness (test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness)\nPASS: test_subclasshook (test.test_abc.test_factory.<locals>.TestABC.test_subclasshook)\nPASS: test_tricky_new_works (test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works)\nPASS: test_update_as_decorator (test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator)\nPASS: test_update_del (test.test_abc.test_factory.<locals>.TestABC.test_update_del)\nPASS: test_update_del_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation)\nPASS: test_update_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_implementation)\nPASS: test_update_layered_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation)\nPASS: test_update_multi_inheritance (test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance)\nPASS: test_update_new_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods)\nPASS: test_update_non_abc (test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc)\nPASS: test_ABC_has___slots__ (test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__)\nPASS: test_ABC_helper (test.test_abc.test_factory.<locals>.TestABC.test_ABC_helper)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractclassmethod_basics)\nPASS: test_abstractmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics)\nPASS: test_abstractmethod_integration (test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_integration)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestABC.test_abstractstaticmethod_basics)\nPASS: test_all_new_methods_are_called (test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called)\nPASS: test_customdescriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_customdescriptors_with_abstractmethod)\nPASS: test_descriptors_with_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_descriptors_with_abstractmethod)\nPASS: test_isinstance_invalidation (test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation)\nPASS: test_issubclass_bad_arguments (test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments)\nPASS: test_metaclass_abc (test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc)\nPASS: test_object_new_with_many_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_many_abstractmethods)\nPASS: test_object_new_with_one_abstractmethod (test.test_abc.test_factory.<locals>.TestABC.test_object_new_with_one_abstractmethod)\nPASS: test_register_as_class_deco (test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco)\nPASS: test_register_non_class (test.test_abc.test_factory.<locals>.TestABC.test_register_non_class)\nPASS: test_registration_basics (test.test_abc.test_factory.<locals>.TestABC.test_registration_basics)\nPASS: test_registration_builtins (test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins)\nPASS: test_registration_edge_cases (test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases)\nPASS: test_registration_transitiveness (test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness)\nPASS: test_subclasshook (test.test_abc.test_factory.<locals>.TestABC.test_subclasshook)\nPASS: test_tricky_new_works (test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works)\nPASS: test_update_as_decorator (test.test_abc.test_factory.<locals>.TestABC.test_update_as_decorator)\nPASS: test_update_del (test.test_abc.test_factory.<locals>.TestABC.test_update_del)\nPASS: test_update_del_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_del_implementation)\nPASS: test_update_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_implementation)\nPASS: test_update_layered_implementation (test.test_abc.test_factory.<locals>.TestABC.test_update_layered_implementation)\nPASS: test_update_multi_inheritance (test.test_abc.test_factory.<locals>.TestABC.test_update_multi_inheritance)\nPASS: test_update_new_abstractmethods (test.test_abc.test_factory.<locals>.TestABC.test_update_new_abstractmethods)\nPASS: test_update_non_abc (test.test_abc.test_factory.<locals>.TestABC.test_update_non_abc)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics)\nPASS: test_abstractclassmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractclassmethod_basics)\nPASS: test_abstractproperty_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractproperty_basics)\nPASS: test_abstractstaticmethod_basics (test.test_abc.test_factory.<locals>.TestLegacyAPI.test_abstractstaticmethod_basics)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.006s\n\nOK\n0:01:06 load avg: 1.08 [ 69/480] test_abstract_numbers passed\nPASS: test_complex (test.test_abstract_numbers.TestNumbers.test_complex)\nPASS: test_float (test.test_abstract_numbers.TestNumbers.test_float)\nPASS: test_int (test.test_abstract_numbers.TestNumbers.test_int)\nPASS: test_complex (test.test_abstract_numbers.TestNumbersDefaultMethods.test_complex)\nPASS: test_integral (test.test_abstract_numbers.TestNumbersDefaultMethods.test_integral)\nPASS: test_rational (test.test_abstract_numbers.TestNumbersDefaultMethods.test_rational)\nPASS: test_real (test.test_abstract_numbers.TestNumbersDefaultMethods.test_real)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.001s\n\nOK\n0:01:06 load avg: 1.08 [ 70/480] test_android skipped\ntest_android skipped -- Android-specific\n0:01:06 load avg: 1.08 [ 71/480] test_apple skipped\ntest_apple skipped -- iOS-specific\n0:01:07 load avg: 1.07 [ 72/480] test_argparse passed\nPASS: test_skip_invalid_stderr (test.test_argparse.StdStreamTest.test_skip_invalid_stderr)\nPASS: test_skip_invalid_stdout (test.test_argparse.StdStreamTest.test_skip_invalid_stdout)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestActionExtend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestActionExtend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestActionExtend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestActionExtend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestActionExtend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestActionExtend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestActionExtend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestActionExtend.test_successes_one_group_sysargs)\nPASS: test (test.test_argparse.TestActionRegistration.test)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_sysargs)\nPASS: test_dest (test.test_argparse.TestActionsReturned.test_dest)\nPASS: test_misc (test.test_argparse.TestActionsReturned.test_misc)\nPASS: test_nargs_1_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length0)\nPASS: test_nargs_1_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length1)\nPASS: test_nargs_1_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length2)\nPASS: test_nargs_1_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length3)\nPASS: test_nargs_1_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_string)\nPASS: test_nargs_2_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length0)\nPASS: test_nargs_2_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length1)\nPASS: test_nargs_2_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length2)\nPASS: test_nargs_2_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length3)\nPASS: test_nargs_2_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_string)\nPASS: test_nargs_3_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length0)\nPASS: test_nargs_3_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length1)\nPASS: test_nargs_3_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length2)\nPASS: test_nargs_3_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length3)\nPASS: test_nargs_3_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_string)\nPASS: test_nargs_None_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length0)\nPASS: test_nargs_None_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length1)\nPASS: test_nargs_None_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length2)\nPASS: test_nargs_None_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length3)\nPASS: test_nargs_None_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_string)\nPASS: test_nargs_oneormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length0)\nPASS: test_nargs_oneormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length1)\nPASS: test_nargs_oneormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length2)\nPASS: test_nargs_oneormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length3)\nPASS: test_nargs_oneormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_string)\nPASS: test_nargs_optional_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length0)\nPASS: test_nargs_optional_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length1)\nPASS: test_nargs_optional_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length2)\nPASS: test_nargs_optional_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length3)\nPASS: test_nargs_optional_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_string)\nPASS: test_nargs_parser_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length0)\nPASS: test_nargs_parser_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length1)\nPASS: test_nargs_parser_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length2)\nPASS: test_nargs_parser_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length3)\nPASS: test_nargs_parser_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_string)\nPASS: test_nargs_remainder_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length0)\nPASS: test_nargs_remainder_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length1)\nPASS: test_nargs_remainder_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length2)\nPASS: test_nargs_remainder_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length3)\nPASS: test_nargs_remainder_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_string)\nPASS: test_nargs_zeroormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length0)\nPASS: test_nargs_zeroormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length1)\nPASS: test_nargs_zeroormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length2)\nPASS: test_nargs_zeroormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length3)\nPASS: test_nargs_zeroormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_string)\nPASS: test_abbreviation (test.test_argparse.TestAddSubparsers.test_abbreviation)\nPASS: test_alias_help (test.test_argparse.TestAddSubparsers.test_alias_help)\nPASS: test_alias_invocation (test.test_argparse.TestAddSubparsers.test_alias_invocation)\nPASS: test_dest (test.test_argparse.TestAddSubparsers.test_dest)\nPASS: test_error_alias_invocation (test.test_argparse.TestAddSubparsers.test_error_alias_invocation)\nPASS: test_help (test.test_argparse.TestAddSubparsers.test_help)\nPASS: test_help_alternate_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_alternate_prefix_chars)\nPASS: test_help_blank (test.test_argparse.TestAddSubparsers.test_help_blank)\nPASS: test_help_extra_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_extra_prefix_chars)\nPASS: test_help_non_breaking_spaces (test.test_argparse.TestAddSubparsers.test_help_non_breaking_spaces)\nPASS: test_optional_subparsers (test.test_argparse.TestAddSubparsers.test_optional_subparsers)\nPASS: test_parse_args (test.test_argparse.TestAddSubparsers.test_parse_args)\nPASS: test_parse_args_failures (test.test_argparse.TestAddSubparsers.test_parse_args_failures)\nPASS: test_parse_known_args (test.test_argparse.TestAddSubparsers.test_parse_known_args)\nPASS: test_parse_known_args_to_class_namespace (test.test_argparse.TestAddSubparsers.test_parse_known_args_to_class_namespace)\nPASS: test_parse_known_args_with_single_dash_option (test.test_argparse.TestAddSubparsers.test_parse_known_args_with_single_dash_option)\nPASS: test_parser_command_help (test.test_argparse.TestAddSubparsers.test_parser_command_help)\nPASS: test_required_subparsers_default (test.test_argparse.TestAddSubparsers.test_required_subparsers_default)\nPASS: test_required_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_required_subparsers_no_destination_error)\nPASS: test_required_subparsers_via_attribute (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_attribute)\nPASS: test_required_subparsers_via_kwarg (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_kwarg)\nPASS: test_subparser1_help (test.test_argparse.TestAddSubparsers.test_subparser1_help)\nPASS: test_subparser2_help (test.test_argparse.TestAddSubparsers.test_subparser2_help)\nPASS: test_subparser_title_help (test.test_argparse.TestAddSubparsers.test_subparser_title_help)\nPASS: test_wrong_argument_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_wrong_argument_subparsers_no_destination_error)\nPASS: test_argument_error (test.test_argparse.TestArgumentError.test_argument_error)\nPASS: test_argument_type_error (test.test_argparse.TestArgumentTypeError.test_argument_type_error)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_sysargs)\nPASS: test_const (test.test_argparse.TestBooleanOptionalAction.test_const)\nPASS: test_deprecated_init_kw (test.test_argparse.TestBooleanOptionalAction.test_deprecated_init_kw)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_sysargs)\nPASS: test_bad_type (test.test_argparse.TestConflictHandling.test_bad_type)\nPASS: test_conflict_error (test.test_argparse.TestConflictHandling.test_conflict_error)\nPASS: test_resolve_error (test.test_argparse.TestConflictHandling.test_resolve_error)\nPASS: test_subparser_conflict (test.test_argparse.TestConflictHandling.test_subparser_conflict)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_sysargs)\nPASS: test_deprecated_arguments (test.test_argparse.TestDeprecatedArguments.test_deprecated_arguments)\nPASS: test_deprecated_boolean_option (test.test_argparse.TestDeprecatedArguments.test_deprecated_boolean_option)\nPASS: test_deprecated_option (test.test_argparse.TestDeprecatedArguments.test_deprecated_option)\nPASS: test_deprecated_subparser (test.test_argparse.TestDeprecatedArguments.test_deprecated_subparser)\nPASS: test_deprecated_varargument (test.test_argparse.TestDeprecatedArguments.test_deprecated_varargument)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_sysargs)\nPASS: test_multiple_argument_option (test.test_argparse.TestDoubleDash.test_multiple_argument_option)\nPASS: test_multiple_double_dashes (test.test_argparse.TestDoubleDash.test_multiple_double_dashes)\nPASS: test_remainder (test.test_argparse.TestDoubleDash.test_remainder)\nPASS: test_single_argument_option (test.test_argparse.TestDoubleDash.test_single_argument_option)\nPASS: test_subparser (test.test_argparse.TestDoubleDash.test_subparser)\nPASS: test_subparser_after_multiple_argument_option (test.test_argparse.TestDoubleDash.test_subparser_after_multiple_argument_option)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs)\nPASS: test_argparse_module_encoding (test.test_argparse.TestEncoding.test_argparse_module_encoding)\nPASS: test_test_argparse_module_encoding (test.test_argparse.TestEncoding.test_test_argparse_module_encoding)\nPASS: test_ambiguous_option (test.test_argparse.TestExitOnError.test_ambiguous_option)\nPASS: test_conflicting_mutually_exclusive_args_optional_with_metavar (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_optional_with_metavar)\nPASS: test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1 (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar1)\nPASS: test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2 (test.test_argparse.TestExitOnError.test_conflicting_mutually_exclusive_args_zero_or_more_with_metavar2)\nPASS: test_exit_on_error_with_bad_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_bad_args)\nPASS: test_exit_on_error_with_good_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_good_args)\nPASS: test_os_error (test.test_argparse.TestExitOnError.test_os_error)\nPASS: test_required_args (test.test_argparse.TestExitOnError.test_required_args)\nPASS: test_required_args_n (test.test_argparse.TestExitOnError.test_required_args_n)\nPASS: test_required_args_n_with_metavar (test.test_argparse.TestExitOnError.test_required_args_n_with_metavar)\nPASS: test_required_args_one_or_more (test.test_argparse.TestExitOnError.test_required_args_one_or_more)\nPASS: test_required_args_one_or_more_with_metavar (test.test_argparse.TestExitOnError.test_required_args_one_or_more_with_metavar)\nPASS: test_required_args_optional (test.test_argparse.TestExitOnError.test_required_args_optional)\nPASS: test_required_args_remainder (test.test_argparse.TestExitOnError.test_required_args_remainder)\nPASS: test_required_args_with_metavar (test.test_argparse.TestExitOnError.test_required_args_with_metavar)\nPASS: test_required_args_zero_or_more (test.test_argparse.TestExitOnError.test_required_args_zero_or_more)\nPASS: test_required_mutually_exclusive_args (test.test_argparse.TestExitOnError.test_required_mutually_exclusive_args)\nPASS: test_unrecognized_args (test.test_argparse.TestExitOnError.test_unrecognized_args)\nPASS: test_unrecognized_intermixed_args (test.test_argparse.TestExitOnError.test_unrecognized_intermixed_args)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_sysargs)\nPASS: test (test.test_argparse.TestFileTypeMissingInitialization.test)\nPASS: test_invalid_file_type (test.test_argparse.TestFileTypeOpenArgs.test_invalid_file_type)\nPASS: test_open_args (test.test_argparse.TestFileTypeOpenArgs.test_open_args)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeR.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeR.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeR.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeR.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_sysargs)\nPASS: test_r (test.test_argparse.TestFileTypeRepr.test_r)\nPASS: test_r_1_replace (test.test_argparse.TestFileTypeRepr.test_r_1_replace)\nPASS: test_r_latin (test.test_argparse.TestFileTypeRepr.test_r_latin)\nPASS: test_w_big5_ignore (test.test_argparse.TestFileTypeRepr.test_w_big5_ignore)\nPASS: test_wb_1 (test.test_argparse.TestFileTypeRepr.test_wb_1)\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeW.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeW.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeW.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeW.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeX.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeX.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeX.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeX.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_listargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_failures_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_listargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_listargs) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_successes_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_sysargs) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_get_default (test.test_argparse.TestGetDefault.test_get_default)\nPASS: test_format_help (test.test_argparse.TestHelpAlternatePrefixChars.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpArgumentDefaults.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpArgumentDefaults.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpArgumentDefaults.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpArgumentDefaults.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpBiggerOptionals.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpBiggerOptionals.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpBiggerOptionals.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpBiggerOptionals.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpBiggerPositionals.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpBiggerPositionals.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpBiggerPositionals.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpBiggerPositionals.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpNoHelpOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpNoHelpOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpNoHelpOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpNoHelpOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpNone.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpNone.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpNone.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpNone.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpNone.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpNone.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpOnlyUserGroups.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpOnlyUserGroups.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpRawDescription.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpRawDescription.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpRawDescription.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpRawDescription.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpRawDescription.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpRawDescription.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpRawText.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpRawText.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpRawText.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpRawText.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpRawText.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpRawText.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpReformatting.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpReformatting.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpReformatting.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpReformatting.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpReformatting.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpReformatting.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpRequiredOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpRequiredOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpRequiredOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpRequiredOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpRequiredOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpRequiredOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSubparsersOrdering.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSubparsersOrdering.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressPositional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressPositional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressPositional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressPositional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressPositional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressPositional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpSuppressUsage.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpSuppressUsage.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpSuppressUsage.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpSuppressUsage.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpSuppressUsage.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpSuppressUsage.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpTupleMetavarOptional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpTupleMetavarOptional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpTupleMetavarOptional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpTupleMetavarPositional.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpTupleMetavarPositional.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpTupleMetavarPositional.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsage.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsage.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsage.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsage.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsage.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsage.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageLongProg.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageLongProg.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProg.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProg.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageLongProg.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageLongProg.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_usage)\nPASS: test_parent_help (test.test_argparse.TestHelpUsageLongSubparserCommand.test_parent_help)\nPASS: test_format_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageMetavarsSpacesParentheses.test_print_usage)\nPASS: test_all_suppressed_mutex_followed_by_long_arg (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_followed_by_long_arg)\nPASS: test_all_suppressed_mutex_with_optional_nargs (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_all_suppressed_mutex_with_optional_nargs)\nPASS: test_empty_metavar_required_arg (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_empty_metavar_required_arg)\nPASS: test_long_mutex_groups_wrap (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_long_mutex_groups_wrap)\nPASS: test_nested_mutex_groups (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_nested_mutex_groups)\nPASS: test_newline_in_metavar (test.test_argparse.TestHelpUsageNoWhitespaceCrash.test_newline_in_metavar)\nPASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpUsageWithParentheses.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpUsageWithParentheses.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVariableExpansion.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVariableExpansion.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansion.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansion.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVariableExpansion.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVariableExpansion.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVersionAction.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVersionAction.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVersionAction.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVersionAction.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVersionAction.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVersionAction.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpVersionActionSuppress.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpVersionActionSuppress.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpWrappingLongNames.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpWrappingLongNames.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpWrappingLongNames.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpWrappingLongNames.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_usage)\nPASS: test_format_help (test.test_argparse.TestHelpWrappingShortNames.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestHelpWrappingShortNames.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestHelpWrappingShortNames.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestHelpWrappingShortNames.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_usage)\nPASS: test (test.test_argparse.TestImportStar.test)\nPASS: test_all_exports_everything_but_modules (test.test_argparse.TestImportStar.test_all_exports_everything_but_modules)\nPASS: test_basic (test.test_argparse.TestIntermixedArgs.test_basic)\nPASS: test_invalid_args (test.test_argparse.TestIntermixedArgs.test_invalid_args)\nPASS: test_remainder (test.test_argparse.TestIntermixedArgs.test_remainder)\nPASS: test_required_exclusive (test.test_argparse.TestIntermixedArgs.test_required_exclusive)\nPASS: test_required_exclusive_with_positional (test.test_argparse.TestIntermixedArgs.test_required_exclusive_with_positional)\nPASS: test_missing_argument_name_in_message (test.test_argparse.TestIntermixedMessageContentError.test_missing_argument_name_in_message)\nPASS: test_invalid_type (test.test_argparse.TestInvalidAction.test_invalid_type)\nPASS: test_modified_invalid_action (test.test_argparse.TestInvalidAction.test_modified_invalid_action)\nPASS: test_invalid_action (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_action)\nPASS: test_invalid_keyword_arguments (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_keyword_arguments)\nPASS: test_invalid_option_strings (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_option_strings)\nPASS: test_invalid_prefix (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_prefix)\nPASS: test_invalid_type (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_type)\nPASS: test_missing_destination (test.test_argparse.TestInvalidArgumentConstructors.test_missing_destination)\nPASS: test_more_than_one_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_more_than_one_argument_actions)\nPASS: test_multiple_dest (test.test_argparse.TestInvalidArgumentConstructors.test_multiple_dest)\nPASS: test_no_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_actions)\nPASS: test_no_argument_no_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_no_const_actions)\nPASS: test_parsers_action_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_parsers_action_missing_params)\nPASS: test_required_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_required_const_actions)\nPASS: test_required_positional (test.test_argparse.TestInvalidArgumentConstructors.test_required_positional)\nPASS: test_user_defined_action (test.test_argparse.TestInvalidArgumentConstructors.test_user_defined_action)\nPASS: test_version_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_version_missing_params)\nPASS: test_nargs_alphabetic (test.test_argparse.TestInvalidNargs.test_nargs_alphabetic)\nPASS: test_nargs_zero (test.test_argparse.TestInvalidNargs.test_nargs_zero)\nPASS: test_missing_argument_name_in_message (test.test_argparse.TestMessageContentError.test_missing_argument_name_in_message)\nPASS: test_optional_optional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_optional_not_in_message)\nPASS: test_optional_positional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_positional_not_in_message)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_required)\nPASS: test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_empty_group)\nPASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help)\nPASS: test_help_subparser_all_mutually_exclusive_group_members_suppressed (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help_subparser_all_mutually_exclusive_group_members_suppressed)\nPASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument)\nPASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument_group)\nPASS: test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_empty_group)\nPASS: test_help (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help)\nPASS: test_help_subparser_all_mutually_exclusive_group_members_suppressed (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help_subparser_all_mutually_exclusive_group_members_suppressed)\nPASS: test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument)\nPASS: test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument_group)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveNested.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveNested.test_help_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalOptional.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalWithDefault.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusivePositionalWithDefault.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_required)\nPASS: test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_not_required)\nPASS: test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_required)\nPASS: test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_not_required)\nPASS: test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_required)\nPASS: test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_not_required)\nPASS: test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_required)\nPASS: test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_not_required)\nPASS: test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_required)\nPASS: test_constructor (test.test_argparse.TestNamespace.test_constructor)\nPASS: test_equality (test.test_argparse.TestNamespace.test_equality)\nPASS: test_equality_returns_notimplemented (test.test_argparse.TestNamespace.test_equality_returns_notimplemented)\nPASS: test_empty (test.test_argparse.TestNamespaceContainsSimple.test_empty)\nPASS: test_non_empty (test.test_argparse.TestNamespaceContainsSimple.test_non_empty)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionLike.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionLike.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionLike.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionLike.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionLike.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionLike.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionLike.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionLike.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsAppend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAndPositionalsExtend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowSingleDashLongAbbreviation.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_sysargs)\nPASS: test_alternate_help_version (test.test_argparse.TestOptionalsHelpVersionActions.test_alternate_help_version)\nPASS: test_help_version_extra_arguments (test.test_argparse.TestOptionalsHelpVersionActions.test_help_version_extra_arguments)\nPASS: test_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_no_help)\nPASS: test_version (test.test_argparse.TestOptionalsHelpVersionActions.test_version)\nPASS: test_version_action (test.test_argparse.TestOptionalsHelpVersionActions.test_version_action)\nPASS: test_version_format (test.test_argparse.TestOptionalsHelpVersionActions.test_version_format)\nPASS: test_version_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_version_no_help)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_sysargs)\nPASS: test_conflicting_parents (test.test_argparse.TestParentParsers.test_conflicting_parents)\nPASS: test_conflicting_parents_mutex (test.test_argparse.TestParentParsers.test_conflicting_parents_mutex)\nPASS: test_groups_parents (test.test_argparse.TestParentParsers.test_groups_parents)\nPASS: test_multiple_parents (test.test_argparse.TestParentParsers.test_multiple_parents)\nPASS: test_multiple_parents_mutex (test.test_argparse.TestParentParsers.test_multiple_parents_mutex)\nPASS: test_mutex_groups_parents (test.test_argparse.TestParentParsers.test_mutex_groups_parents)\nPASS: test_parent_help (test.test_argparse.TestParentParsers.test_parent_help)\nPASS: test_same_argument_name_parents (test.test_argparse.TestParentParsers.test_same_argument_name_parents)\nPASS: test_single_granparent_mutex (test.test_argparse.TestParentParsers.test_single_granparent_mutex)\nPASS: test_single_parent (test.test_argparse.TestParentParsers.test_single_parent)\nPASS: test_single_parent_mutex (test.test_argparse.TestParentParsers.test_single_parent_mutex)\nPASS: test_subparser_parents (test.test_argparse.TestParentParsers.test_subparser_parents)\nPASS: test_subparser_parents_mutex (test.test_argparse.TestParentParsers.test_subparser_parents_mutex)\nPASS: test_wrong_type_parents (test.test_argparse.TestParentParsers.test_wrong_type_parents)\nPASS: test_arguments_list (test.test_argparse.TestParseKnownArgs.test_arguments_list)\nPASS: test_arguments_list_positional (test.test_argparse.TestParseKnownArgs.test_arguments_list_positional)\nPASS: test_arguments_tuple (test.test_argparse.TestParseKnownArgs.test_arguments_tuple)\nPASS: test_arguments_tuple_positional (test.test_argparse.TestParseKnownArgs.test_arguments_tuple_positional)\nPASS: test_mixed (test.test_argparse.TestParseKnownArgs.test_mixed)\nPASS: test_optionals (test.test_argparse.TestParseKnownArgs.test_optionals)\nPASS: test_zero_or_more_optional (test.test_argparse.TestParseKnownArgs.test_zero_or_more_optional)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefault42.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefault42.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefault42.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefault42.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionExtend.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionExtend.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_sysargs)\nPASS: test_group_first (test.test_argparse.TestPositionalsGroups.test_group_first)\nPASS: test_interleaved_groups (test.test_argparse.TestPositionalsGroups.test_interleaved_groups)\nPASS: test_nongroup_first (test.test_argparse.TestPositionalsGroups.test_nongroup_first)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_sysargs)\nPASS: test_set_defaults_no_args (test.test_argparse.TestSetDefaults.test_set_defaults_no_args)\nPASS: test_set_defaults_on_parent_and_subparser (test.test_argparse.TestSetDefaults.test_set_defaults_on_parent_and_subparser)\nPASS: test_set_defaults_parents (test.test_argparse.TestSetDefaults.test_set_defaults_parents)\nPASS: test_set_defaults_same_as_add_argument (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument)\nPASS: test_set_defaults_same_as_add_argument_group (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument_group)\nPASS: test_set_defaults_subparsers (test.test_argparse.TestSetDefaults.test_set_defaults_subparsers)\nPASS: test_set_defaults_with_args (test.test_argparse.TestSetDefaults.test_set_defaults_with_args)\nPASS: test_format_help (test.test_argparse.TestShortColumns.test_format_help)\nPASS: test_format_usage (test.test_argparse.TestShortColumns.test_format_usage)\nPASS: test_print_file_help (test.test_argparse.TestShortColumns.test_print_file_help)\nPASS: test_print_file_usage (test.test_argparse.TestShortColumns.test_print_file_usage)\nPASS: test_print_help (test.test_argparse.TestShortColumns.test_print_help)\nPASS: test_print_usage (test.test_argparse.TestShortColumns.test_print_usage)\nPASS: test_help_message_contains_enum_choices (test.test_argparse.TestStrEnumChoices.test_help_message_contains_enum_choices)\nPASS: test_invalid_enum_value_raises_error (test.test_argparse.TestStrEnumChoices.test_invalid_enum_value_raises_error)\nPASS: test_parse_enum_value (test.test_argparse.TestStrEnumChoices.test_parse_enum_value)\nPASS: test_argument (test.test_argparse.TestStrings.test_argument)\nPASS: test_namespace (test.test_argparse.TestStrings.test_namespace)\nPASS: test_namespace_kwargs_and_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_kwargs_and_starkwargs_notidentifier)\nPASS: test_namespace_starkwargs_identifier (test.test_argparse.TestStrings.test_namespace_starkwargs_identifier)\nPASS: test_namespace_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_starkwargs_notidentifier)\nPASS: test_optional (test.test_argparse.TestStrings.test_optional)\nPASS: test_parser (test.test_argparse.TestStrings.test_parser)\nSKIP: test_translations (test.test_argparse.TestTranslations.test_translations) 'i18n directory could not be found'\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestTypeCallable.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeCallable.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestTypeCallable.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeCallable.test_successes_one_group_sysargs)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_sysargs)\nPASS: test_type_function_call_only_once (test.test_argparse.TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once)\nPASS: test_issue_15906 (test.test_argparse.TestTypeFunctionCalledOnDefault.test_issue_15906)\nPASS: test_no_double_type_conversion_of_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default)\nPASS: test_type_function_call_with_non_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default)\nPASS: test_type_function_call_with_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default)\nPASS: test (test.test_argparse.TestTypeRegistration.test)\nPASS: test_failures_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_listargs)\nPASS: test_failures_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_sysargs)\nPASS: test_failures_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_listargs)\nPASS: test_failures_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_sysargs)\nPASS: test_failures_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_listargs)\nPASS: test_failures_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_sysargs)\nPASS: test_successes_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_listargs)\nPASS: test_successes_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_sysargs)\nPASS: test_successes_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_listargs)\nPASS: test_successes_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_sysargs)\nPASS: test_successes_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_listargs)\nPASS: test_successes_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_sysargs)\nPASS: test_help_with_metavar (test.test_argparse.TestWrappingMetavar.test_help_with_metavar)\n\n----------------------------------------------------------------------\nRan 1844 tests in 0.607s\n\nOK (skipped=49)\n0:01:07 load avg: 1.07 [ 73/480] test_array passed\nPASS: test_error (test.test_array.ArrayReconstructorTest.test_error)\nPASS: test_numbers (test.test_array.ArrayReconstructorTest.test_numbers)\nPASS: test_unicode (test.test_array.ArrayReconstructorTest.test_unicode)\nPASS: test_add (test.test_array.ByteTest.test_add)\nPASS: test_assignment (test.test_array.ByteTest.test_assignment)\nPASS: test_buffer (test.test_array.ByteTest.test_buffer)\nPASS: test_buffer_info (test.test_array.ByteTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.ByteTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.ByteTest.test_byteswap)\nPASS: test_clear (test.test_array.ByteTest.test_clear)\nPASS: test_cmp (test.test_array.ByteTest.test_cmp)\nPASS: test_constructor (test.test_array.ByteTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.ByteTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.ByteTest.test_copy)\nPASS: test_count (test.test_array.ByteTest.test_count)\nPASS: test_coveritertraverse (test.test_array.ByteTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.ByteTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.ByteTest.test_deepcopy)\nPASS: test_delitem (test.test_array.ByteTest.test_delitem)\nPASS: test_delslice (test.test_array.ByteTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.ByteTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.ByteTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.ByteTest.test_extend)\nPASS: test_extended_getslice (test.test_array.ByteTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.ByteTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.ByteTest.test_extslice)\nPASS: test_filewrite (test.test_array.ByteTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.ByteTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.ByteTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.ByteTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.ByteTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.ByteTest.test_getitem)\nPASS: test_getslice (test.test_array.ByteTest.test_getslice)\nPASS: test_iadd (test.test_array.ByteTest.test_iadd)\nPASS: test_imul (test.test_array.ByteTest.test_imul)\nPASS: test_index (test.test_array.ByteTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.ByteTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.ByteTest.test_insert)\nPASS: test_iterationcontains (test.test_array.ByteTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.ByteTest.test_iterator_pickle)\nPASS: test_len (test.test_array.ByteTest.test_len)\nPASS: test_mul (test.test_array.ByteTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.ByteTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.ByteTest.test_overflow)\nPASS: test_pickle (test.test_array.ByteTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.ByteTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.ByteTest.test_pop)\nPASS: test_reduce_ex (test.test_array.ByteTest.test_reduce_ex)\nPASS: test_remove (test.test_array.ByteTest.test_remove)\nPASS: test_repr (test.test_array.ByteTest.test_repr)\nPASS: test_reverse (test.test_array.ByteTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.ByteTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.ByteTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.ByteTest.test_setitem)\nPASS: test_setslice (test.test_array.ByteTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.ByteTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.ByteTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.ByteTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.ByteTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.ByteTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.ByteTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.ByteTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.ByteTest.test_tofromlist)\nPASS: test_type_error (test.test_array.ByteTest.test_type_error)\nPASS: test_weakref (test.test_array.ByteTest.test_weakref)\nPASS: test_add (test.test_array.DoubleTest.test_add)\nPASS: test_alloc_overflow (test.test_array.DoubleTest.test_alloc_overflow)\nPASS: test_assignment (test.test_array.DoubleTest.test_assignment)\nPASS: test_buffer (test.test_array.DoubleTest.test_buffer)\nPASS: test_buffer_info (test.test_array.DoubleTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.DoubleTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.DoubleTest.test_byteswap)\nPASS: test_clear (test.test_array.DoubleTest.test_clear)\nPASS: test_cmp (test.test_array.DoubleTest.test_cmp)\nPASS: test_constructor (test.test_array.DoubleTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.DoubleTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.DoubleTest.test_copy)\nPASS: test_count (test.test_array.DoubleTest.test_count)\nPASS: test_coveritertraverse (test.test_array.DoubleTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.DoubleTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.DoubleTest.test_deepcopy)\nPASS: test_delitem (test.test_array.DoubleTest.test_delitem)\nPASS: test_delslice (test.test_array.DoubleTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.DoubleTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.DoubleTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.DoubleTest.test_extend)\nPASS: test_extended_getslice (test.test_array.DoubleTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.DoubleTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.DoubleTest.test_extslice)\nPASS: test_filewrite (test.test_array.DoubleTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.DoubleTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.DoubleTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.DoubleTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.DoubleTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.DoubleTest.test_getitem)\nPASS: test_getslice (test.test_array.DoubleTest.test_getslice)\nPASS: test_iadd (test.test_array.DoubleTest.test_iadd)\nPASS: test_imul (test.test_array.DoubleTest.test_imul)\nPASS: test_index (test.test_array.DoubleTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.DoubleTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.DoubleTest.test_insert)\nPASS: test_iterationcontains (test.test_array.DoubleTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.DoubleTest.test_iterator_pickle)\nPASS: test_len (test.test_array.DoubleTest.test_len)\nPASS: test_mul (test.test_array.DoubleTest.test_mul)\nPASS: test_nan (test.test_array.DoubleTest.test_nan)\nPASS: test_obsolete_write_lock (test.test_array.DoubleTest.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.DoubleTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.DoubleTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.DoubleTest.test_pop)\nPASS: test_reduce_ex (test.test_array.DoubleTest.test_reduce_ex)\nPASS: test_remove (test.test_array.DoubleTest.test_remove)\nPASS: test_repr (test.test_array.DoubleTest.test_repr)\nPASS: test_reverse (test.test_array.DoubleTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.DoubleTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.DoubleTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.DoubleTest.test_setitem)\nPASS: test_setslice (test.test_array.DoubleTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.DoubleTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.DoubleTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.DoubleTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.DoubleTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.DoubleTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.DoubleTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.DoubleTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.DoubleTest.test_tofromlist)\nPASS: test_weakref (test.test_array.DoubleTest.test_weakref)\nPASS: test_add (test.test_array.FloatTest.test_add)\nPASS: test_assignment (test.test_array.FloatTest.test_assignment)\nPASS: test_buffer (test.test_array.FloatTest.test_buffer)\nPASS: test_buffer_info (test.test_array.FloatTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.FloatTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.FloatTest.test_byteswap)\nPASS: test_clear (test.test_array.FloatTest.test_clear)\nPASS: test_cmp (test.test_array.FloatTest.test_cmp)\nPASS: test_constructor (test.test_array.FloatTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.FloatTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.FloatTest.test_copy)\nPASS: test_count (test.test_array.FloatTest.test_count)\nPASS: test_coveritertraverse (test.test_array.FloatTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.FloatTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.FloatTest.test_deepcopy)\nPASS: test_delitem (test.test_array.FloatTest.test_delitem)\nPASS: test_delslice (test.test_array.FloatTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.FloatTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.FloatTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.FloatTest.test_extend)\nPASS: test_extended_getslice (test.test_array.FloatTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.FloatTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.FloatTest.test_extslice)\nPASS: test_filewrite (test.test_array.FloatTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.FloatTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.FloatTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.FloatTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.FloatTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.FloatTest.test_getitem)\nPASS: test_getslice (test.test_array.FloatTest.test_getslice)\nPASS: test_iadd (test.test_array.FloatTest.test_iadd)\nPASS: test_imul (test.test_array.FloatTest.test_imul)\nPASS: test_index (test.test_array.FloatTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.FloatTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.FloatTest.test_insert)\nPASS: test_iterationcontains (test.test_array.FloatTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.FloatTest.test_iterator_pickle)\nPASS: test_len (test.test_array.FloatTest.test_len)\nPASS: test_mul (test.test_array.FloatTest.test_mul)\nPASS: test_nan (test.test_array.FloatTest.test_nan)\nPASS: test_obsolete_write_lock (test.test_array.FloatTest.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.FloatTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.FloatTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.FloatTest.test_pop)\nPASS: test_reduce_ex (test.test_array.FloatTest.test_reduce_ex)\nPASS: test_remove (test.test_array.FloatTest.test_remove)\nPASS: test_repr (test.test_array.FloatTest.test_repr)\nPASS: test_reverse (test.test_array.FloatTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.FloatTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.FloatTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.FloatTest.test_setitem)\nPASS: test_setslice (test.test_array.FloatTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.FloatTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.FloatTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.FloatTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.FloatTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.FloatTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.FloatTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.FloatTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.FloatTest.test_tofromlist)\nPASS: test_weakref (test.test_array.FloatTest.test_weakref)\nPASS: test_add (test.test_array.IntTest.test_add)\nPASS: test_assignment (test.test_array.IntTest.test_assignment)\nPASS: test_buffer (test.test_array.IntTest.test_buffer)\nPASS: test_buffer_info (test.test_array.IntTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.IntTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.IntTest.test_byteswap)\nPASS: test_clear (test.test_array.IntTest.test_clear)\nPASS: test_cmp (test.test_array.IntTest.test_cmp)\nPASS: test_constructor (test.test_array.IntTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.IntTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.IntTest.test_copy)\nPASS: test_count (test.test_array.IntTest.test_count)\nPASS: test_coveritertraverse (test.test_array.IntTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.IntTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.IntTest.test_deepcopy)\nPASS: test_delitem (test.test_array.IntTest.test_delitem)\nPASS: test_delslice (test.test_array.IntTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.IntTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.IntTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.IntTest.test_extend)\nPASS: test_extended_getslice (test.test_array.IntTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.IntTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.IntTest.test_extslice)\nPASS: test_filewrite (test.test_array.IntTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.IntTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.IntTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.IntTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.IntTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.IntTest.test_getitem)\nPASS: test_getslice (test.test_array.IntTest.test_getslice)\nPASS: test_iadd (test.test_array.IntTest.test_iadd)\nPASS: test_imul (test.test_array.IntTest.test_imul)\nPASS: test_index (test.test_array.IntTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.IntTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.IntTest.test_insert)\nPASS: test_iterationcontains (test.test_array.IntTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.IntTest.test_iterator_pickle)\nPASS: test_len (test.test_array.IntTest.test_len)\nPASS: test_mul (test.test_array.IntTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.IntTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.IntTest.test_overflow)\nPASS: test_pickle (test.test_array.IntTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.IntTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.IntTest.test_pop)\nPASS: test_reduce_ex (test.test_array.IntTest.test_reduce_ex)\nPASS: test_remove (test.test_array.IntTest.test_remove)\nPASS: test_repr (test.test_array.IntTest.test_repr)\nPASS: test_reverse (test.test_array.IntTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.IntTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.IntTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.IntTest.test_setitem)\nPASS: test_setslice (test.test_array.IntTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.IntTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.IntTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.IntTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.IntTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.IntTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.IntTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.IntTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.IntTest.test_tofromlist)\nPASS: test_type_error (test.test_array.IntTest.test_type_error)\nPASS: test_weakref (test.test_array.IntTest.test_weakref)\nPASS: test_access (test.test_array.LargeArrayTest.test_access)\nPASS: test_append (test.test_array.LargeArrayTest.test_append)\nPASS: test_count (test.test_array.LargeArrayTest.test_count)\nPASS: test_example_data (test.test_array.LargeArrayTest.test_example_data)\nPASS: test_extend (test.test_array.LargeArrayTest.test_extend)\nPASS: test_frombytes (test.test_array.LargeArrayTest.test_frombytes)\nPASS: test_fromlist (test.test_array.LargeArrayTest.test_fromlist)\nPASS: test_gh_128961 (test.test_array.LargeArrayTest.test_gh_128961)\nPASS: test_index (test.test_array.LargeArrayTest.test_index)\nPASS: test_insert (test.test_array.LargeArrayTest.test_insert)\nPASS: test_pop (test.test_array.LargeArrayTest.test_pop)\nPASS: test_remove (test.test_array.LargeArrayTest.test_remove)\nPASS: test_reverse (test.test_array.LargeArrayTest.test_reverse)\nPASS: test_slice (test.test_array.LargeArrayTest.test_slice)\nPASS: test_tolist (test.test_array.LargeArrayTest.test_tolist)\nPASS: test_add (test.test_array.LongLongTest.test_add)\nPASS: test_assignment (test.test_array.LongLongTest.test_assignment)\nPASS: test_buffer (test.test_array.LongLongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.LongLongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.LongLongTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.LongLongTest.test_byteswap)\nPASS: test_clear (test.test_array.LongLongTest.test_clear)\nPASS: test_cmp (test.test_array.LongLongTest.test_cmp)\nPASS: test_constructor (test.test_array.LongLongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.LongLongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.LongLongTest.test_copy)\nPASS: test_count (test.test_array.LongLongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.LongLongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.LongLongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.LongLongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.LongLongTest.test_delitem)\nPASS: test_delslice (test.test_array.LongLongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.LongLongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.LongLongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.LongLongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.LongLongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.LongLongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.LongLongTest.test_extslice)\nPASS: test_filewrite (test.test_array.LongLongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.LongLongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.LongLongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.LongLongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.LongLongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.LongLongTest.test_getitem)\nPASS: test_getslice (test.test_array.LongLongTest.test_getslice)\nPASS: test_iadd (test.test_array.LongLongTest.test_iadd)\nPASS: test_imul (test.test_array.LongLongTest.test_imul)\nPASS: test_index (test.test_array.LongLongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.LongLongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.LongLongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.LongLongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.LongLongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.LongLongTest.test_len)\nPASS: test_mul (test.test_array.LongLongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.LongLongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.LongLongTest.test_overflow)\nPASS: test_pickle (test.test_array.LongLongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.LongLongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.LongLongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.LongLongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.LongLongTest.test_remove)\nPASS: test_repr (test.test_array.LongLongTest.test_repr)\nPASS: test_reverse (test.test_array.LongLongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.LongLongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.LongLongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.LongLongTest.test_setitem)\nPASS: test_setslice (test.test_array.LongLongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.LongLongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.LongLongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.LongLongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.LongLongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.LongLongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.LongLongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.LongLongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.LongLongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.LongLongTest.test_type_error)\nPASS: test_weakref (test.test_array.LongLongTest.test_weakref)\nPASS: test_add (test.test_array.LongTest.test_add)\nPASS: test_assignment (test.test_array.LongTest.test_assignment)\nPASS: test_buffer (test.test_array.LongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.LongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.LongTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.LongTest.test_byteswap)\nPASS: test_clear (test.test_array.LongTest.test_clear)\nPASS: test_cmp (test.test_array.LongTest.test_cmp)\nPASS: test_constructor (test.test_array.LongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.LongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.LongTest.test_copy)\nPASS: test_count (test.test_array.LongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.LongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.LongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.LongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.LongTest.test_delitem)\nPASS: test_delslice (test.test_array.LongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.LongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.LongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.LongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.LongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.LongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.LongTest.test_extslice)\nPASS: test_filewrite (test.test_array.LongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.LongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.LongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.LongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.LongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.LongTest.test_getitem)\nPASS: test_getslice (test.test_array.LongTest.test_getslice)\nPASS: test_iadd (test.test_array.LongTest.test_iadd)\nPASS: test_imul (test.test_array.LongTest.test_imul)\nPASS: test_index (test.test_array.LongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.LongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.LongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.LongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.LongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.LongTest.test_len)\nPASS: test_mul (test.test_array.LongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.LongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.LongTest.test_overflow)\nPASS: test_pickle (test.test_array.LongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.LongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.LongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.LongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.LongTest.test_remove)\nPASS: test_repr (test.test_array.LongTest.test_repr)\nPASS: test_reverse (test.test_array.LongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.LongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.LongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.LongTest.test_setitem)\nPASS: test_setslice (test.test_array.LongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.LongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.LongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.LongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.LongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.LongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.LongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.LongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.LongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.LongTest.test_type_error)\nPASS: test_weakref (test.test_array.LongTest.test_weakref)\nPASS: test_array_is_sequence (test.test_array.MiscTest.test_array_is_sequence)\nPASS: test_bad_constructor (test.test_array.MiscTest.test_bad_constructor)\nPASS: test_disallow_instantiation (test.test_array.MiscTest.test_disallow_instantiation)\nPASS: test_empty (test.test_array.MiscTest.test_empty)\nPASS: test_immutable (test.test_array.MiscTest.test_immutable)\nPASS: test_add (test.test_array.ShortTest.test_add)\nPASS: test_assignment (test.test_array.ShortTest.test_assignment)\nPASS: test_buffer (test.test_array.ShortTest.test_buffer)\nPASS: test_buffer_info (test.test_array.ShortTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.ShortTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.ShortTest.test_byteswap)\nPASS: test_clear (test.test_array.ShortTest.test_clear)\nPASS: test_cmp (test.test_array.ShortTest.test_cmp)\nPASS: test_constructor (test.test_array.ShortTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.ShortTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.ShortTest.test_copy)\nPASS: test_count (test.test_array.ShortTest.test_count)\nPASS: test_coveritertraverse (test.test_array.ShortTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.ShortTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.ShortTest.test_deepcopy)\nPASS: test_delitem (test.test_array.ShortTest.test_delitem)\nPASS: test_delslice (test.test_array.ShortTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.ShortTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.ShortTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.ShortTest.test_extend)\nPASS: test_extended_getslice (test.test_array.ShortTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.ShortTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.ShortTest.test_extslice)\nPASS: test_filewrite (test.test_array.ShortTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.ShortTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.ShortTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.ShortTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.ShortTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.ShortTest.test_getitem)\nPASS: test_getslice (test.test_array.ShortTest.test_getslice)\nPASS: test_iadd (test.test_array.ShortTest.test_iadd)\nPASS: test_imul (test.test_array.ShortTest.test_imul)\nPASS: test_index (test.test_array.ShortTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.ShortTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.ShortTest.test_insert)\nPASS: test_iterationcontains (test.test_array.ShortTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.ShortTest.test_iterator_pickle)\nPASS: test_len (test.test_array.ShortTest.test_len)\nPASS: test_mul (test.test_array.ShortTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.ShortTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.ShortTest.test_overflow)\nPASS: test_pickle (test.test_array.ShortTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.ShortTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.ShortTest.test_pop)\nPASS: test_reduce_ex (test.test_array.ShortTest.test_reduce_ex)\nPASS: test_remove (test.test_array.ShortTest.test_remove)\nPASS: test_repr (test.test_array.ShortTest.test_repr)\nPASS: test_reverse (test.test_array.ShortTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.ShortTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.ShortTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.ShortTest.test_setitem)\nPASS: test_setslice (test.test_array.ShortTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.ShortTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.ShortTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.ShortTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.ShortTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.ShortTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.ShortTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.ShortTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.ShortTest.test_tofromlist)\nPASS: test_type_error (test.test_array.ShortTest.test_type_error)\nPASS: test_weakref (test.test_array.ShortTest.test_weakref)\nPASS: test_add (test.test_array.UCS4Test.test_add)\nPASS: test_buffer (test.test_array.UCS4Test.test_buffer)\nPASS: test_buffer_info (test.test_array.UCS4Test.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UCS4Test.test_bug_782369)\nPASS: test_byteswap (test.test_array.UCS4Test.test_byteswap)\nPASS: test_clear (test.test_array.UCS4Test.test_clear)\nPASS: test_cmp (test.test_array.UCS4Test.test_cmp)\nPASS: test_constructor (test.test_array.UCS4Test.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UCS4Test.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UCS4Test.test_copy)\nPASS: test_count (test.test_array.UCS4Test.test_count)\nPASS: test_coveritertraverse (test.test_array.UCS4Test.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UCS4Test.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UCS4Test.test_deepcopy)\nPASS: test_delitem (test.test_array.UCS4Test.test_delitem)\nPASS: test_exhausted_iterator (test.test_array.UCS4Test.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UCS4Test.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UCS4Test.test_extend)\nPASS: test_extended_getslice (test.test_array.UCS4Test.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UCS4Test.test_extended_set_del_slice)\nPASS: test_filewrite (test.test_array.UCS4Test.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UCS4Test.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UCS4Test.test_fromarray)\nPASS: test_fromfile_ioerror (test.test_array.UCS4Test.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UCS4Test.test_getitem)\nPASS: test_getslice (test.test_array.UCS4Test.test_getslice)\nPASS: test_iadd (test.test_array.UCS4Test.test_iadd)\nPASS: test_imul (test.test_array.UCS4Test.test_imul)\nPASS: test_index (test.test_array.UCS4Test.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UCS4Test.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UCS4Test.test_insert)\nPASS: test_issue17223 (test.test_array.UCS4Test.test_issue17223)\nPASS: test_iterator_pickle (test.test_array.UCS4Test.test_iterator_pickle)\nPASS: test_len (test.test_array.UCS4Test.test_len)\nPASS: test_mul (test.test_array.UCS4Test.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UCS4Test.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.UCS4Test.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UCS4Test.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UCS4Test.test_pop)\nPASS: test_reduce_ex (test.test_array.UCS4Test.test_reduce_ex)\nPASS: test_remove (test.test_array.UCS4Test.test_remove)\nPASS: test_repr (test.test_array.UCS4Test.test_repr)\nPASS: test_reverse (test.test_array.UCS4Test.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UCS4Test.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UCS4Test.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UCS4Test.test_setitem)\nPASS: test_setslice (test.test_array.UCS4Test.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UCS4Test.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UCS4Test.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UCS4Test.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UCS4Test.test_subclass_with_kwargs)\nPASS: test_tofrombytes (test.test_array.UCS4Test.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UCS4Test.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UCS4Test.test_tofromlist)\nPASS: test_typecode_u_deprecation (test.test_array.UCS4Test.test_typecode_u_deprecation)\nPASS: test_unicode (test.test_array.UCS4Test.test_unicode)\nPASS: test_weakref (test.test_array.UCS4Test.test_weakref)\nPASS: test_add (test.test_array.UnicodeTest.test_add)\nPASS: test_buffer (test.test_array.UnicodeTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnicodeTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnicodeTest.test_bug_782369)\nPASS: test_byteswap (test.test_array.UnicodeTest.test_byteswap)\nPASS: test_clear (test.test_array.UnicodeTest.test_clear)\nPASS: test_cmp (test.test_array.UnicodeTest.test_cmp)\nPASS: test_constructor (test.test_array.UnicodeTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnicodeTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnicodeTest.test_copy)\nPASS: test_count (test.test_array.UnicodeTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnicodeTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnicodeTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnicodeTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnicodeTest.test_delitem)\nPASS: test_exhausted_iterator (test.test_array.UnicodeTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnicodeTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnicodeTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnicodeTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnicodeTest.test_extended_set_del_slice)\nPASS: test_filewrite (test.test_array.UnicodeTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnicodeTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnicodeTest.test_fromarray)\nPASS: test_fromfile_ioerror (test.test_array.UnicodeTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnicodeTest.test_getitem)\nPASS: test_getslice (test.test_array.UnicodeTest.test_getslice)\nPASS: test_iadd (test.test_array.UnicodeTest.test_iadd)\nPASS: test_imul (test.test_array.UnicodeTest.test_imul)\nPASS: test_index (test.test_array.UnicodeTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnicodeTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnicodeTest.test_insert)\nPASS: test_issue17223 (test.test_array.UnicodeTest.test_issue17223)\nPASS: test_iterator_pickle (test.test_array.UnicodeTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnicodeTest.test_len)\nPASS: test_mul (test.test_array.UnicodeTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnicodeTest.test_obsolete_write_lock)\nPASS: test_pickle (test.test_array.UnicodeTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnicodeTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnicodeTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnicodeTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnicodeTest.test_remove)\nPASS: test_repr (test.test_array.UnicodeTest.test_repr)\nPASS: test_reverse (test.test_array.UnicodeTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnicodeTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnicodeTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnicodeTest.test_setitem)\nPASS: test_setslice (test.test_array.UnicodeTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnicodeTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnicodeTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnicodeTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnicodeTest.test_subclass_with_kwargs)\nPASS: test_tofrombytes (test.test_array.UnicodeTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnicodeTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnicodeTest.test_tofromlist)\nPASS: test_typecode_u_deprecation (test.test_array.UnicodeTest.test_typecode_u_deprecation)\nPASS: test_unicode (test.test_array.UnicodeTest.test_unicode)\nPASS: test_weakref (test.test_array.UnicodeTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedByteTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedByteTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedByteTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedByteTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedByteTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedByteTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedByteTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedByteTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedByteTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedByteTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedByteTest.test_copy)\nPASS: test_count (test.test_array.UnsignedByteTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedByteTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedByteTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedByteTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedByteTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedByteTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedByteTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedByteTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedByteTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedByteTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedByteTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedByteTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedByteTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedByteTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedByteTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedByteTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedByteTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedByteTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedByteTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedByteTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedByteTest.test_imul)\nPASS: test_index (test.test_array.UnsignedByteTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedByteTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedByteTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedByteTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedByteTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedByteTest.test_len)\nPASS: test_mul (test.test_array.UnsignedByteTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedByteTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedByteTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedByteTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedByteTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedByteTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedByteTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedByteTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedByteTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedByteTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedByteTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedByteTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedByteTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedByteTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedByteTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedByteTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedByteTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedByteTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedByteTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedByteTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedByteTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedByteTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedByteTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedByteTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedIntTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedIntTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedIntTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedIntTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedIntTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedIntTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedIntTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedIntTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedIntTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedIntTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedIntTest.test_copy)\nPASS: test_count (test.test_array.UnsignedIntTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedIntTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedIntTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedIntTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedIntTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedIntTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedIntTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedIntTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedIntTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedIntTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedIntTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedIntTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedIntTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedIntTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedIntTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedIntTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedIntTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedIntTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedIntTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedIntTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedIntTest.test_imul)\nPASS: test_index (test.test_array.UnsignedIntTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedIntTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedIntTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedIntTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedIntTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedIntTest.test_len)\nPASS: test_mul (test.test_array.UnsignedIntTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedIntTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedIntTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedIntTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedIntTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedIntTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedIntTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedIntTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedIntTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedIntTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedIntTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedIntTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedIntTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedIntTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedIntTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedIntTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedIntTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedIntTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedIntTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedIntTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedIntTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedIntTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedIntTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedIntTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedLongLongTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedLongLongTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedLongLongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedLongLongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedLongLongTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedLongLongTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedLongLongTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedLongLongTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedLongLongTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedLongLongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedLongLongTest.test_copy)\nPASS: test_count (test.test_array.UnsignedLongLongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedLongLongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedLongLongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedLongLongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedLongLongTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedLongLongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedLongLongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedLongLongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedLongLongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedLongLongTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedLongLongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedLongLongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedLongLongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedLongLongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedLongLongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedLongLongTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedLongLongTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedLongLongTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedLongLongTest.test_imul)\nPASS: test_index (test.test_array.UnsignedLongLongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedLongLongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedLongLongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedLongLongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedLongLongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedLongLongTest.test_len)\nPASS: test_mul (test.test_array.UnsignedLongLongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedLongLongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedLongLongTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedLongLongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedLongLongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedLongLongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedLongLongTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedLongLongTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedLongLongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedLongLongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedLongLongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedLongLongTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedLongLongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedLongLongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedLongLongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedLongLongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedLongLongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedLongLongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedLongLongTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedLongLongTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedLongTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedLongTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedLongTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedLongTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedLongTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedLongTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedLongTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedLongTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedLongTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedLongTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedLongTest.test_copy)\nPASS: test_count (test.test_array.UnsignedLongTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedLongTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedLongTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedLongTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedLongTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedLongTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedLongTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedLongTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedLongTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedLongTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedLongTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedLongTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedLongTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedLongTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedLongTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedLongTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedLongTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedLongTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedLongTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedLongTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedLongTest.test_imul)\nPASS: test_index (test.test_array.UnsignedLongTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedLongTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedLongTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedLongTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedLongTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedLongTest.test_len)\nPASS: test_mul (test.test_array.UnsignedLongTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedLongTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedLongTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedLongTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedLongTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedLongTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedLongTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedLongTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedLongTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedLongTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedLongTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedLongTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedLongTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedLongTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedLongTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedLongTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedLongTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedLongTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedLongTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedLongTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedLongTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedLongTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedLongTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedLongTest.test_weakref)\nPASS: test_add (test.test_array.UnsignedShortTest.test_add)\nPASS: test_assignment (test.test_array.UnsignedShortTest.test_assignment)\nPASS: test_buffer (test.test_array.UnsignedShortTest.test_buffer)\nPASS: test_buffer_info (test.test_array.UnsignedShortTest.test_buffer_info)\nPASS: test_bug_782369 (test.test_array.UnsignedShortTest.test_bug_782369)\nPASS: test_bytes_extend (test.test_array.UnsignedShortTest.test_bytes_extend)\nPASS: test_byteswap (test.test_array.UnsignedShortTest.test_byteswap)\nPASS: test_clear (test.test_array.UnsignedShortTest.test_clear)\nPASS: test_cmp (test.test_array.UnsignedShortTest.test_cmp)\nPASS: test_constructor (test.test_array.UnsignedShortTest.test_constructor)\nPASS: test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest.test_constructor_with_iterable_argument)\nPASS: test_copy (test.test_array.UnsignedShortTest.test_copy)\nPASS: test_count (test.test_array.UnsignedShortTest.test_count)\nPASS: test_coveritertraverse (test.test_array.UnsignedShortTest.test_coveritertraverse)\nPASS: test_create_from_bytes (test.test_array.UnsignedShortTest.test_create_from_bytes)\nPASS: test_deepcopy (test.test_array.UnsignedShortTest.test_deepcopy)\nPASS: test_delitem (test.test_array.UnsignedShortTest.test_delitem)\nPASS: test_delslice (test.test_array.UnsignedShortTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_array.UnsignedShortTest.test_exhausted_iterator)\nPASS: test_exhausted_reverse_iterator (test.test_array.UnsignedShortTest.test_exhausted_reverse_iterator)\nPASS: test_extend (test.test_array.UnsignedShortTest.test_extend)\nPASS: test_extended_getslice (test.test_array.UnsignedShortTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_array.UnsignedShortTest.test_extended_set_del_slice)\nPASS: test_extslice (test.test_array.UnsignedShortTest.test_extslice)\nPASS: test_filewrite (test.test_array.UnsignedShortTest.test_filewrite)\nPASS: test_free_after_iterating (test.test_array.UnsignedShortTest.test_free_after_iterating)\nPASS: test_fromarray (test.test_array.UnsignedShortTest.test_fromarray)\nPASS: test_frombytearray (test.test_array.UnsignedShortTest.test_frombytearray)\nPASS: test_fromfile_ioerror (test.test_array.UnsignedShortTest.test_fromfile_ioerror)\nPASS: test_getitem (test.test_array.UnsignedShortTest.test_getitem)\nPASS: test_getslice (test.test_array.UnsignedShortTest.test_getslice)\nPASS: test_iadd (test.test_array.UnsignedShortTest.test_iadd)\nPASS: test_imul (test.test_array.UnsignedShortTest.test_imul)\nPASS: test_index (test.test_array.UnsignedShortTest.test_index)\nPASS: test_initialize_with_unicode (test.test_array.UnsignedShortTest.test_initialize_with_unicode)\nPASS: test_insert (test.test_array.UnsignedShortTest.test_insert)\nPASS: test_iterationcontains (test.test_array.UnsignedShortTest.test_iterationcontains)\nPASS: test_iterator_pickle (test.test_array.UnsignedShortTest.test_iterator_pickle)\nPASS: test_len (test.test_array.UnsignedShortTest.test_len)\nPASS: test_mul (test.test_array.UnsignedShortTest.test_mul)\nPASS: test_obsolete_write_lock (test.test_array.UnsignedShortTest.test_obsolete_write_lock)\nPASS: test_overflow (test.test_array.UnsignedShortTest.test_overflow)\nPASS: test_pickle (test.test_array.UnsignedShortTest.test_pickle)\nPASS: test_pickle_for_empty_array (test.test_array.UnsignedShortTest.test_pickle_for_empty_array)\nPASS: test_pop (test.test_array.UnsignedShortTest.test_pop)\nPASS: test_reduce_ex (test.test_array.UnsignedShortTest.test_reduce_ex)\nPASS: test_remove (test.test_array.UnsignedShortTest.test_remove)\nPASS: test_repr (test.test_array.UnsignedShortTest.test_repr)\nPASS: test_reverse (test.test_array.UnsignedShortTest.test_reverse)\nPASS: test_reverse_iterator (test.test_array.UnsignedShortTest.test_reverse_iterator)\nPASS: test_reverse_iterator_picking (test.test_array.UnsignedShortTest.test_reverse_iterator_picking)\nPASS: test_setitem (test.test_array.UnsignedShortTest.test_setitem)\nPASS: test_setslice (test.test_array.UnsignedShortTest.test_setslice)\nPASS: test_sizeof_with_buffer (test.test_array.UnsignedShortTest.test_sizeof_with_buffer)\nPASS: test_sizeof_without_buffer (test.test_array.UnsignedShortTest.test_sizeof_without_buffer)\nPASS: test_str (test.test_array.UnsignedShortTest.test_str)\nPASS: test_subclass_with_kwargs (test.test_array.UnsignedShortTest.test_subclass_with_kwargs)\nPASS: test_subclassing (test.test_array.UnsignedShortTest.test_subclassing)\nPASS: test_tofrombytes (test.test_array.UnsignedShortTest.test_tofrombytes)\nPASS: test_tofromfile (test.test_array.UnsignedShortTest.test_tofromfile)\nPASS: test_tofromlist (test.test_array.UnsignedShortTest.test_tofromlist)\nPASS: test_type_error (test.test_array.UnsignedShortTest.test_type_error)\nPASS: test_weakref (test.test_array.UnsignedShortTest.test_weakref)\n\n----------------------------------------------------------------------\nRan 885 tests in 0.391s\n\nOK\n0:01:07 load avg: 1.07 [ 74/480] test_asdl_parser skipped\ntest_asdl_parser skipped -- test irrelevant for an installed Python\n0:01:08 load avg: 1.07 [ 75/480] test_ast passed\nPASS: test_FunctionDef (test.test_ast.test_ast.ASTConstructorTests.test_FunctionDef)\nPASS: test_complete_field_types (test.test_ast.test_ast.ASTConstructorTests.test_complete_field_types)\nPASS: test_custom_attributes (test.test_ast.test_ast.ASTConstructorTests.test_custom_attributes)\nPASS: test_custom_subclass_with_no_fields (test.test_ast.test_ast.ASTConstructorTests.test_custom_subclass_with_no_fields)\nPASS: test_expr_context (test.test_ast.test_ast.ASTConstructorTests.test_expr_context)\nPASS: test_fields_and_types (test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types)\nPASS: test_fields_and_types_no_default (test.test_ast.test_ast.ASTConstructorTests.test_fields_and_types_no_default)\nPASS: test_fields_but_no_field_types (test.test_ast.test_ast.ASTConstructorTests.test_fields_but_no_field_types)\nPASS: test_incomplete_field_types (test.test_ast.test_ast.ASTConstructorTests.test_incomplete_field_types)\nPASS: test_bad_integer (test.test_ast.test_ast.ASTHelpers_Test.test_bad_integer)\nPASS: test_copy_location (test.test_ast.test_ast.ASTHelpers_Test.test_copy_location)\nPASS: test_dump (test.test_ast.test_ast.ASTHelpers_Test.test_dump)\nPASS: test_dump_incomplete (test.test_ast.test_ast.ASTHelpers_Test.test_dump_incomplete)\nPASS: test_dump_indent (test.test_ast.test_ast.ASTHelpers_Test.test_dump_indent)\nPASS: test_dump_show_empty (test.test_ast.test_ast.ASTHelpers_Test.test_dump_show_empty)\nPASS: test_elif_stmt_start_position (test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position)\nPASS: test_elif_stmt_start_position_with_else (test.test_ast.test_ast.ASTHelpers_Test.test_elif_stmt_start_position_with_else)\nPASS: test_fix_missing_locations (test.test_ast.test_ast.ASTHelpers_Test.test_fix_missing_locations)\nPASS: test_get_docstring (test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring)\nPASS: test_get_docstring_none (test.test_ast.test_ast.ASTHelpers_Test.test_get_docstring_none)\nPASS: test_increment_lineno (test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno)\nPASS: test_increment_lineno_on_module (test.test_ast.test_ast.ASTHelpers_Test.test_increment_lineno_on_module)\nPASS: test_iter_child_nodes (test.test_ast.test_ast.ASTHelpers_Test.test_iter_child_nodes)\nPASS: test_iter_fields (test.test_ast.test_ast.ASTHelpers_Test.test_iter_fields)\nPASS: test_level_as_none (test.test_ast.test_ast.ASTHelpers_Test.test_level_as_none)\nPASS: test_literal_eval (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval)\nPASS: test_literal_eval_complex (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_complex)\nPASS: test_literal_eval_malformed_dict_nodes (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_dict_nodes)\nPASS: test_literal_eval_malformed_lineno (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_malformed_lineno)\nPASS: test_literal_eval_str_int_limit (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_str_int_limit)\nPASS: test_literal_eval_syntax_errors (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_syntax_errors)\nPASS: test_literal_eval_trailing_ws (test.test_ast.test_ast.ASTHelpers_Test.test_literal_eval_trailing_ws)\nPASS: test_multi_line_docstring_col_offset_and_lineno_issue16806 (test.test_ast.test_ast.ASTHelpers_Test.test_multi_line_docstring_col_offset_and_lineno_issue16806)\nPASS: test_parse (test.test_ast.test_ast.ASTHelpers_Test.test_parse)\nPASS: test_parse_in_error (test.test_ast.test_ast.ASTHelpers_Test.test_parse_in_error)\nPASS: test_recursion_direct (test.test_ast.test_ast.ASTHelpers_Test.test_recursion_direct)\nPASS: test_recursion_indirect (test.test_ast.test_ast.ASTHelpers_Test.test_recursion_indirect)\nPASS: test_starred_expr_end_position_within_call (test.test_ast.test_ast.ASTHelpers_Test.test_starred_expr_end_position_within_call)\nPASS: test_cli_file_input (test.test_ast.test_ast.ASTMainTests.test_cli_file_input)\nPASS: test_folding_binop (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_binop)\nPASS: test_folding_comparator (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_comparator)\nPASS: test_folding_format (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_format)\nPASS: test_folding_iter (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_iter)\nPASS: test_folding_not (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_not)\nPASS: test_folding_subscript (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_subscript)\nPASS: test_folding_tuple (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_tuple)\nPASS: test_folding_type_param_in_class_def (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_class_def)\nPASS: test_folding_type_param_in_function_def (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_function_def)\nPASS: test_folding_type_param_in_type_alias (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_type_param_in_type_alias)\nPASS: test_folding_unaryop (test.test_ast.test_ast.ASTOptimiziationTests.test_folding_unaryop)\nPASS: test_assert (test.test_ast.test_ast.ASTValidatorTests.test_assert)\nPASS: test_assign (test.test_ast.test_ast.ASTValidatorTests.test_assign)\nPASS: test_attribute (test.test_ast.test_ast.ASTValidatorTests.test_attribute)\nPASS: test_augassign (test.test_ast.test_ast.ASTValidatorTests.test_augassign)\nPASS: test_boolop (test.test_ast.test_ast.ASTValidatorTests.test_boolop)\nPASS: test_call (test.test_ast.test_ast.ASTValidatorTests.test_call)\nPASS: test_classdef (test.test_ast.test_ast.ASTValidatorTests.test_classdef)\nPASS: test_compare (test.test_ast.test_ast.ASTValidatorTests.test_compare)\nPASS: test_delete (test.test_ast.test_ast.ASTValidatorTests.test_delete)\nPASS: test_dict (test.test_ast.test_ast.ASTValidatorTests.test_dict)\nPASS: test_dictcomp (test.test_ast.test_ast.ASTValidatorTests.test_dictcomp)\nPASS: test_expr (test.test_ast.test_ast.ASTValidatorTests.test_expr)\nPASS: test_for (test.test_ast.test_ast.ASTValidatorTests.test_for)\nPASS: test_funcdef (test.test_ast.test_ast.ASTValidatorTests.test_funcdef)\nPASS: test_funcdef_pattern_matching (test.test_ast.test_ast.ASTValidatorTests.test_funcdef_pattern_matching)\nPASS: test_generatorexp (test.test_ast.test_ast.ASTValidatorTests.test_generatorexp)\nPASS: test_global (test.test_ast.test_ast.ASTValidatorTests.test_global)\nPASS: test_if (test.test_ast.test_ast.ASTValidatorTests.test_if)\nPASS: test_ifexp (test.test_ast.test_ast.ASTValidatorTests.test_ifexp)\nPASS: test_import (test.test_ast.test_ast.ASTValidatorTests.test_import)\nPASS: test_importfrom (test.test_ast.test_ast.ASTValidatorTests.test_importfrom)\nPASS: test_lambda (test.test_ast.test_ast.ASTValidatorTests.test_lambda)\nPASS: test_list (test.test_ast.test_ast.ASTValidatorTests.test_list)\nPASS: test_listcomp (test.test_ast.test_ast.ASTValidatorTests.test_listcomp)\nPASS: test_match_validation_pattern (test.test_ast.test_ast.ASTValidatorTests.test_match_validation_pattern)\nPASS: test_module (test.test_ast.test_ast.ASTValidatorTests.test_module)\nPASS: test_nameconstant (test.test_ast.test_ast.ASTValidatorTests.test_nameconstant)\nPASS: test_nonlocal (test.test_ast.test_ast.ASTValidatorTests.test_nonlocal)\nPASS: test_num (test.test_ast.test_ast.ASTValidatorTests.test_num)\nPASS: test_raise (test.test_ast.test_ast.ASTValidatorTests.test_raise)\nPASS: test_set (test.test_ast.test_ast.ASTValidatorTests.test_set)\nPASS: test_setcomp (test.test_ast.test_ast.ASTValidatorTests.test_setcomp)\nPASS: test_starred (test.test_ast.test_ast.ASTValidatorTests.test_starred)\nSKIP: test_stdlib_validates (test.test_ast.test_ast.ASTValidatorTests.test_stdlib_validates) \"resource 'cpu' is not enabled\"\nPASS: test_subscript (test.test_ast.test_ast.ASTValidatorTests.test_subscript)\nPASS: test_try (test.test_ast.test_ast.ASTValidatorTests.test_try)\nPASS: test_try_star (test.test_ast.test_ast.ASTValidatorTests.test_try_star)\nPASS: test_tuple (test.test_ast.test_ast.ASTValidatorTests.test_tuple)\nPASS: test_unaryop (test.test_ast.test_ast.ASTValidatorTests.test_unaryop)\nPASS: test_while (test.test_ast.test_ast.ASTValidatorTests.test_while)\nPASS: test_with (test.test_ast.test_ast.ASTValidatorTests.test_with)\nPASS: test_yield (test.test_ast.test_ast.ASTValidatorTests.test_yield)\nPASS: test_AST_fields_NULL_check (test.test_ast.test_ast.AST_Tests.test_AST_fields_NULL_check)\nPASS: test_AST_garbage_collection (test.test_ast.test_ast.AST_Tests.test_AST_garbage_collection)\nPASS: test_AST_objects (test.test_ast.test_ast.AST_Tests.test_AST_objects)\nPASS: test_alias (test.test_ast.test_ast.AST_Tests.test_alias)\nPASS: test_arguments (test.test_ast.test_ast.AST_Tests.test_arguments)\nPASS: test_assignment_expression_feature_version (test.test_ast.test_ast.AST_Tests.test_assignment_expression_feature_version)\nPASS: test_ast_asdl_signature (test.test_ast.test_ast.AST_Tests.test_ast_asdl_signature)\nPASS: test_ast_recursion_limit (test.test_ast.test_ast.AST_Tests.test_ast_recursion_limit)\nPASS: test_ast_validation (test.test_ast.test_ast.AST_Tests.test_ast_validation)\nPASS: test_base_classes (test.test_ast.test_ast.AST_Tests.test_base_classes)\nPASS: test_classattrs (test.test_ast.test_ast.AST_Tests.test_classattrs)\nPASS: test_classattrs_deprecated (test.test_ast.test_ast.AST_Tests.test_classattrs_deprecated)\nPASS: test_compilation_of_ast_nodes_with_default_end_position_values (test.test_ast.test_ast.AST_Tests.test_compilation_of_ast_nodes_with_default_end_position_values)\nPASS: test_conditional_context_managers_parse_with_low_feature_version (test.test_ast.test_ast.AST_Tests.test_conditional_context_managers_parse_with_low_feature_version)\nPASS: test_constant_as_name (test.test_ast.test_ast.AST_Tests.test_constant_as_name)\nPASS: test_constant_as_unicode_name (test.test_ast.test_ast.AST_Tests.test_constant_as_unicode_name)\nPASS: test_constant_subclasses (test.test_ast.test_ast.AST_Tests.test_constant_subclasses)\nPASS: test_constant_subclasses_deprecated (test.test_ast.test_ast.AST_Tests.test_constant_subclasses_deprecated)\nPASS: test_empty_yield_from (test.test_ast.test_ast.AST_Tests.test_empty_yield_from)\nPASS: test_exception_groups_feature_version (test.test_ast.test_ast.AST_Tests.test_exception_groups_feature_version)\nPASS: test_field_attr_existence (test.test_ast.test_ast.AST_Tests.test_field_attr_existence)\nPASS: test_field_attr_existence_deprecated (test.test_ast.test_ast.AST_Tests.test_field_attr_existence_deprecated)\nPASS: test_field_attr_writable (test.test_ast.test_ast.AST_Tests.test_field_attr_writable)\nPASS: test_field_attr_writable_deprecated (test.test_ast.test_ast.AST_Tests.test_field_attr_writable_deprecated)\nPASS: test_from_import (test.test_ast.test_ast.AST_Tests.test_from_import)\nPASS: test_import_deprecated (test.test_ast.test_ast.AST_Tests.test_import_deprecated)\nPASS: test_invalid_constant (test.test_ast.test_ast.AST_Tests.test_invalid_constant)\nPASS: test_invalid_identifier (test.test_ast.test_ast.AST_Tests.test_invalid_identifier)\nPASS: test_invalid_major_feature_version (test.test_ast.test_ast.AST_Tests.test_invalid_major_feature_version)\nPASS: test_invalid_position_information (test.test_ast.test_ast.AST_Tests.test_invalid_position_information)\nPASS: test_invalid_sum (test.test_ast.test_ast.AST_Tests.test_invalid_sum)\nPASS: test_isinstance (test.test_ast.test_ast.AST_Tests.test_isinstance)\nPASS: test_issue18374_binop_col_offset (test.test_ast.test_ast.AST_Tests.test_issue18374_binop_col_offset)\nPASS: test_issue31592 (test.test_ast.test_ast.AST_Tests.test_issue31592)\nPASS: test_issue39579_dotted_name_end_col_offset (test.test_ast.test_ast.AST_Tests.test_issue39579_dotted_name_end_col_offset)\nPASS: test_module (test.test_ast.test_ast.AST_Tests.test_module)\nPASS: test_negative_locations_for_compile (test.test_ast.test_ast.AST_Tests.test_negative_locations_for_compile)\nPASS: test_no_fields (test.test_ast.test_ast.AST_Tests.test_no_fields)\nPASS: test_nodeclasses (test.test_ast.test_ast.AST_Tests.test_nodeclasses)\nPASS: test_non_interned_future_from_ast (test.test_ast.test_ast.AST_Tests.test_non_interned_future_from_ast)\nPASS: test_none_checks (test.test_ast.test_ast.AST_Tests.test_none_checks)\nPASS: test_null_bytes (test.test_ast.test_ast.AST_Tests.test_null_bytes)\nPASS: test_optimization_levels__debug__ (test.test_ast.test_ast.AST_Tests.test_optimization_levels__debug__)\nPASS: test_optimization_levels_const_folding (test.test_ast.test_ast.AST_Tests.test_optimization_levels_const_folding)\nPASS: test_positional_only_feature_version (test.test_ast.test_ast.AST_Tests.test_positional_only_feature_version)\nPASS: test_precedence_enum (test.test_ast.test_ast.AST_Tests.test_precedence_enum)\nPASS: test_realtype (test.test_ast.test_ast.AST_Tests.test_realtype)\nPASS: test_slice (test.test_ast.test_ast.AST_Tests.test_slice)\nPASS: test_snippets (test.test_ast.test_ast.AST_Tests.test_snippets)\nPASS: test_type_params_default_feature_version (test.test_ast.test_ast.AST_Tests.test_type_params_default_feature_version)\nPASS: test_type_params_feature_version (test.test_ast.test_ast.AST_Tests.test_type_params_feature_version)\nPASS: test_assign_to_constant (test.test_ast.test_ast.ConstantTests.test_assign_to_constant)\nPASS: test_get_docstring (test.test_ast.test_ast.ConstantTests.test_get_docstring)\nPASS: test_literal_eval (test.test_ast.test_ast.ConstantTests.test_literal_eval)\nPASS: test_load_const (test.test_ast.test_ast.ConstantTests.test_load_const)\nPASS: test_singletons (test.test_ast.test_ast.ConstantTests.test_singletons)\nPASS: test_string_kind (test.test_ast.test_ast.ConstantTests.test_string_kind)\nPASS: test_validation (test.test_ast.test_ast.ConstantTests.test_validation)\nPASS: test_values (test.test_ast.test_ast.ConstantTests.test_values)\nPASS: test_copy_with_parents (test.test_ast.test_ast.CopyTests.test_copy_with_parents)\nPASS: test_pickling (test.test_ast.test_ast.CopyTests.test_pickling)\nPASS: test_attribute_spaces (test.test_ast.test_ast.EndPositionTests.test_attribute_spaces)\nPASS: test_binop (test.test_ast.test_ast.EndPositionTests.test_binop)\nPASS: test_boolop (test.test_ast.test_ast.EndPositionTests.test_boolop)\nPASS: test_call (test.test_ast.test_ast.EndPositionTests.test_call)\nPASS: test_call_noargs (test.test_ast.test_ast.EndPositionTests.test_call_noargs)\nPASS: test_class_def (test.test_ast.test_ast.EndPositionTests.test_class_def)\nPASS: test_class_kw (test.test_ast.test_ast.EndPositionTests.test_class_kw)\nPASS: test_comprehensions (test.test_ast.test_ast.EndPositionTests.test_comprehensions)\nPASS: test_continued_str (test.test_ast.test_ast.EndPositionTests.test_continued_str)\nPASS: test_displays (test.test_ast.test_ast.EndPositionTests.test_displays)\nPASS: test_fstring (test.test_ast.test_ast.EndPositionTests.test_fstring)\nPASS: test_fstring_multi_line (test.test_ast.test_ast.EndPositionTests.test_fstring_multi_line)\nPASS: test_func_def (test.test_ast.test_ast.EndPositionTests.test_func_def)\nPASS: test_import_from_multi_line (test.test_ast.test_ast.EndPositionTests.test_import_from_multi_line)\nPASS: test_lambda (test.test_ast.test_ast.EndPositionTests.test_lambda)\nPASS: test_multi_line_str (test.test_ast.test_ast.EndPositionTests.test_multi_line_str)\nPASS: test_redundant_parenthesis (test.test_ast.test_ast.EndPositionTests.test_redundant_parenthesis)\nPASS: test_slices (test.test_ast.test_ast.EndPositionTests.test_slices)\nPASS: test_source_segment_endings (test.test_ast.test_ast.EndPositionTests.test_source_segment_endings)\nPASS: test_source_segment_missing_info (test.test_ast.test_ast.EndPositionTests.test_source_segment_missing_info)\nPASS: test_source_segment_multi (test.test_ast.test_ast.EndPositionTests.test_source_segment_multi)\nPASS: test_source_segment_newlines (test.test_ast.test_ast.EndPositionTests.test_source_segment_newlines)\nPASS: test_source_segment_padded (test.test_ast.test_ast.EndPositionTests.test_source_segment_padded)\nPASS: test_source_segment_tabs (test.test_ast.test_ast.EndPositionTests.test_source_segment_tabs)\nPASS: test_suites (test.test_ast.test_ast.EndPositionTests.test_suites)\nPASS: test_trailers_with_redundant_parenthesis (test.test_ast.test_ast.EndPositionTests.test_trailers_with_redundant_parenthesis)\nPASS: test_tuples (test.test_ast.test_ast.EndPositionTests.test_tuples)\nPASS: test_yield_await (test.test_ast.test_ast.EndPositionTests.test_yield_await)\nPASS: test_reload_module (test.test_ast.test_ast.ModuleStateTests.test_reload_module)\nPASS: test_subinterpreter (test.test_ast.test_ast.ModuleStateTests.test_subinterpreter)\nPASS: test_sys_modules (test.test_ast.test_ast.ModuleStateTests.test_sys_modules)\nPASS: test_node_mutate (test.test_ast.test_ast.NodeTransformerTests.test_node_mutate)\nPASS: test_node_remove_from_list (test.test_ast.test_ast.NodeTransformerTests.test_node_remove_from_list)\nPASS: test_node_remove_single (test.test_ast.test_ast.NodeTransformerTests.test_node_remove_single)\nPASS: test_node_replace (test.test_ast.test_ast.NodeTransformerTests.test_node_replace)\nPASS: test_node_return_list (test.test_ast.test_ast.NodeTransformerTests.test_node_return_list)\nPASS: test_old_constant_nodes (test.test_ast.test_ast.NodeTransformerTests.test_old_constant_nodes)\nPASS: test_old_constant_nodes (test.test_ast.test_ast.NodeVisitorTests.test_old_constant_nodes)\n\n----------------------------------------------------------------------\nRan 191 tests in 0.703s\n\nOK (skipped=1)\n0:01:09 load avg: 1.07 [ 76/480] test.test_multiprocessing_forkserver.test_processes passed\nPASS: test_array (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array)\nPASS: test_array_from_size (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_array_from_size)\nPASS: test_getobj_getlock_obj (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)\nPASS: test_rawarray (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestArray.test_rawarray)\nPASS: test_atexit (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestAtExit.test_atexit)\ntest_abort (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_duplex_false)\nPASS: test_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_fd_transfer)\nPASS: test_large_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_large_fd_transfer)\nPASS: test_missing_fd_transfer (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)\nPASS: test_sendbytes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_sendbytes)\nPASS: test_spawn_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestEvent.test_repr)\nPASS: test_finalize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_finalize)\nSKIP: test_thread_safety (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestFinalize.test_thread_safety) \"resource 'cpu' is not enabled\"\nPASS: test_free_from_gc (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_free_from_gc)\nPASS: test_heap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestHeap.test_heap)\nPASS: test_abstract_socket (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_abstract_socket)\nPASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_context)\nPASS: test_empty_authkey (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_empty_authkey)\nPASS: test_multiple_bind (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListener.test_multiple_bind)\nPASS: test_issue14725 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_lock_context)\nPASS: test_repr_lock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_lock)\nPASS: test_repr_rlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_repr_rlock)\nPASS: test_rlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLock.test_rlock)\nPASS: test_enable_logging (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_enable_logging)\nPASS: test_filename (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_filename)\nPASS: test_level (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestLogging.test_level)\nPASS: test_rapid_restart (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)\nPASS: test_access (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_access)\nPASS: test_pickling (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPicklingConnections.test_pickling)\nPASS: test_boundaries (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoll.test_strings)\nPASS: test_poll_eintr (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPollEintr.test_poll_eintr)\nPASS: test_apply (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPool.test_wrapped_exception)\nPASS: test_async_error_callback (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)\nPASS: test_unpickleable_result (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)\nPASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)\nPASS: test_pool_worker_lifetime (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)\nPASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)\nPASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)\nSKIP: test_active_children (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nPASS: test_child_fd_inflation (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_child_fd_inflation)\nPASS: test_close (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_close)\nPASS: test_cpu_count (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_cpu_count)\nPASS: test_current (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_current)\nPASS: test_daemon_argument (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_daemon_argument)\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)\nPASS: test_forkserver_sigint (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigint)\nPASS: test_forkserver_sigkill (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_forkserver_sigkill)\nPASS: test_kill (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_kill)\nPASS: test_lose_target_ref (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nPASS: test_parent_process (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process)\nPASS: test_parent_process_attributes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_parent_process_attributes)\nPASS: test_process (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process)\nPASS: test_process_mainthread_native_id (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)\nPASS: test_recursion (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_recursion)\nPASS: test_sentinel (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_sentinel)\nPASS: test_set_executable (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_set_executable)\nPASS: test_terminate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_terminate)\nPASS: test_wait_for_threads (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_wait_for_threads)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_put)\nSKIP: test_qsize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'\nPASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)\nPASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)\nPASS: test_task_done (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_semaphore)\nPASS: test_timeout (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSemaphore.test_timeout)\nPASS: test_copy (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_copy)\nPASS: test_sharedctypes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)\nPASS: test_synchronize (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedCTypes.test_synchronize)\nPASS: test_invalid_shared_memory_creation (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)\nPASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)\nPASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)\nPASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)\nPASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)\nPASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)\nPASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)\nPASS: test_shared_memory_across_processes (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)\nPASS: test_shared_memory_basics (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)\nPASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)\nPASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)\nPASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)\nPASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)\nPASS: test_shared_memory_recreate (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)\nPASS: test_shared_memory_tracking (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)\nPASS: test_shared_memory_untracking (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)\nPASS: test_child_sys_path (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path)\nPASS: test_forkserver_preload_imports_sys_path (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path)\nPASS: test_stderr_flush (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)\nPASS: test_subclassing (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)\nPASS: test_sys_exit (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)\nPASS: test_getobj_getlock (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_getobj_getlock)\nPASS: test_rawvalue (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_rawvalue)\nPASS: test_value (test.test_multiprocessing_forkserver.test_processes.WithProcessesTestValue.test_value)\n\n----------------------------------------------------------------------\nRan 155 tests in 26.620s\n\nOK (skipped=6)\n0:01:09 load avg: 1.07 [ 77/480] test_atexit passed\nPASS: test_atexit_instances (test.test_atexit.FunctionalTest.test_atexit_instances)\nPASS: test_shutdown (test.test_atexit.FunctionalTest.test_shutdown)\ntest_general (test.test_atexit.GeneralTest.test_general) ... \n===== script _test_atexit.py ======\nPASS: test_atexit_with_unregistered_function (__main__.GeneralTest.test_atexit_with_unregistered_function)\nPASS: test_badargs (__main__.GeneralTest.test_badargs)\nPASS: test_bound_methods (__main__.GeneralTest.test_bound_methods)\nPASS: test_clear (__main__.GeneralTest.test_clear)\nPASS: test_exit (__main__.GeneralTest.test_exit)\nPASS: test_order (__main__.GeneralTest.test_order)\nPASS: test_raise (__main__.GeneralTest.test_raise)\nPASS: test_raise_unnormalized (__main__.GeneralTest.test_raise_unnormalized)\nPASS: test_stress (__main__.GeneralTest.test_stress)\nPASS: test_unregister (__main__.GeneralTest.test_unregister)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.000s\n\nOK\n===== script _test_atexit.py completed: exit code 0 ======\nok\nPASS: test_callback_on_subinterpreter_teardown (test.test_atexit.SubinterpreterTest.test_callback_on_subinterpreter_teardown)\nPASS: test_callbacks_leak (test.test_atexit.SubinterpreterTest.test_callbacks_leak)\nPASS: test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.175s\n\nOK\n0:01:09 load avg: 1.07 [ 78/480] test_asyncgen passed\nPASS: test_aiter_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_bad_args)\nPASS: test_aiter_idempotent (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_idempotent)\nPASS: test_anext_await_raises (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_await_raises)\nPASS: test_anext_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_args)\nPASS: test_anext_bad_await (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_await)\nPASS: test_anext_iter (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_iter)\nPASS: test_anext_return_generator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_generator)\nPASS: test_anext_return_iterator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_iterator)\nPASS: test_async_gen_aclose_after_exhaustion (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_after_exhaustion)\nPASS: test_async_gen_aclose_compatible_with_get_stack (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_compatible_with_get_stack)\nPASS: test_async_gen_aclose_twice_with_different_coros (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_twice_with_different_coros)\nPASS: test_async_gen_aiter (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter)\nPASS: test_async_gen_aiter_class (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_class)\nPASS: test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_01)\nPASS: test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_02)\nPASS: test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03)\nPASS: test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_06)\nPASS: test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_07)\nPASS: test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_08)\nPASS: test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_10)\nPASS: test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_11)\nPASS: test_async_gen_asyncio_aclose_12 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_12)\nPASS: test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04)\nPASS: test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_05)\nPASS: test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_06)\nPASS: test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_stopiteration)\nPASS: test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple)\nPASS: test_async_gen_asyncio_anext_tuple_no_exceptions (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple_no_exceptions)\nPASS: test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_01)\nPASS: test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_02)\nPASS: test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_03)\nPASS: test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_01)\nPASS: test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_02)\nPASS: test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_03)\nPASS: test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_stopiteration)\nPASS: test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_tuple)\nPASS: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09)\nPASS: test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_01)\nPASS: test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_02)\nPASS: test_async_gen_asyncio_shutdown_exception_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_01)\nPASS: test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02)\nPASS: test_async_gen_await_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_aclose_coro_twice)\nPASS: test_async_gen_await_same_anext_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_anext_coro_twice)\nPASS: test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_01)\nPASS: test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_02)\nPASS: test_async_gen_throw_custom_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_aclose_coro_twice)\nPASS: test_async_gen_throw_custom_same_athrow_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_custom_same_athrow_coro_twice)\nPASS: test_async_gen_throw_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_throw_same_aclose_coro_twice)\nPASS: test_async_generator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_async_generator_anext)\nPASS: test_asyncgen_nonstarted_hooks_are_cancellable (test.test_asyncgen.AsyncGenAsyncioTest.test_asyncgen_nonstarted_hooks_are_cancellable)\nPASS: test_python_async_iterator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_anext)\nPASS: test_python_async_iterator_types_coroutine_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext)\nPASS: test_sync_anext_raises_exception (test.test_asyncgen.AsyncGenAsyncioTest.test_sync_anext_raises_exception)\nPASS: test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_01)\nPASS: test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_02)\nPASS: test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_03)\nPASS: test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_04)\nPASS: test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_05)\nPASS: test_async_gen_3_arg_deprecation_warning (test.test_asyncgen.AsyncGenTest.test_async_gen_3_arg_deprecation_warning)\nPASS: test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_api_01)\nPASS: test_async_gen_asend_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_close_runtime_error)\nPASS: test_async_gen_asend_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_send)\nPASS: test_async_gen_asend_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_asend_throw_concurrent_with_throw)\nPASS: test_async_gen_athrow_close_runtime_error (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_close_runtime_error)\nPASS: test_async_gen_athrow_throw_concurrent_with_send (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_send)\nPASS: test_async_gen_athrow_throw_concurrent_with_throw (test.test_asyncgen.AsyncGenTest.test_async_gen_athrow_throw_concurrent_with_throw)\nPASS: test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_03)\nPASS: test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_04)\nPASS: test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_05)\nPASS: test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_06)\nPASS: test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_07)\nPASS: test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_08)\nPASS: test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_09)\nPASS: test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_10)\nPASS: test_async_gen_exception_11 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_11)\nPASS: test_async_gen_exception_12 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_12)\nPASS: test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_01)\nPASS: test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_02)\nPASS: test_aclose (test.test_asyncgen.TestUnawaitedWarnings.test_aclose)\nPASS: test_aclose_throw (test.test_asyncgen.TestUnawaitedWarnings.test_aclose_throw)\nPASS: test_asend (test.test_asyncgen.TestUnawaitedWarnings.test_asend)\nPASS: test_asend_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_asend_send_already_running)\nPASS: test_athrow (test.test_asyncgen.TestUnawaitedWarnings.test_athrow)\nPASS: test_athrow_send_already_running (test.test_asyncgen.TestUnawaitedWarnings.test_athrow_send_already_running)\n\n----------------------------------------------------------------------\nRan 84 tests in 0.765s\n\nOK\n0:01:09 load avg: 1.07 [ 79/480] test_augassign passed\nPASS: testBasic (test.test_augassign.AugAssignTest.testBasic)\nPASS: testCustomMethods1 (test.test_augassign.AugAssignTest.testCustomMethods1)\nPASS: testCustomMethods2 (test.test_augassign.AugAssignTest.testCustomMethods2)\nPASS: testInDict (test.test_augassign.AugAssignTest.testInDict)\nPASS: testInList (test.test_augassign.AugAssignTest.testInList)\nPASS: testSequences (test.test_augassign.AugAssignTest.testSequences)\nPASS: test_with_unpacking (test.test_augassign.AugAssignTest.test_with_unpacking)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.000s\n\nOK\n0:01:09 load avg: 1.07 [ 80/480] test_base64 passed\nPASS: test_ErrorHeritage (test.test_base64.BaseXYTestCase.test_ErrorHeritage)\nPASS: test_RFC4648_test_cases (test.test_base64.BaseXYTestCase.test_RFC4648_test_cases)\nPASS: test_a85_padding (test.test_base64.BaseXYTestCase.test_a85_padding)\nPASS: test_a85decode (test.test_base64.BaseXYTestCase.test_a85decode)\nPASS: test_a85decode_errors (test.test_base64.BaseXYTestCase.test_a85decode_errors)\nPASS: test_a85encode (test.test_base64.BaseXYTestCase.test_a85encode)\nPASS: test_b16decode (test.test_base64.BaseXYTestCase.test_b16decode)\nPASS: test_b16encode (test.test_base64.BaseXYTestCase.test_b16encode)\nPASS: test_b32decode (test.test_base64.BaseXYTestCase.test_b32decode)\nPASS: test_b32decode_casefold (test.test_base64.BaseXYTestCase.test_b32decode_casefold)\nPASS: test_b32decode_error (test.test_base64.BaseXYTestCase.test_b32decode_error)\nPASS: test_b32encode (test.test_base64.BaseXYTestCase.test_b32encode)\nPASS: test_b32hexdecode (test.test_base64.BaseXYTestCase.test_b32hexdecode)\nPASS: test_b32hexdecode_error (test.test_base64.BaseXYTestCase.test_b32hexdecode_error)\nPASS: test_b32hexdecode_other_types (test.test_base64.BaseXYTestCase.test_b32hexdecode_other_types)\nPASS: test_b32hexencode (test.test_base64.BaseXYTestCase.test_b32hexencode)\nPASS: test_b32hexencode_other_types (test.test_base64.BaseXYTestCase.test_b32hexencode_other_types)\nPASS: test_b64decode (test.test_base64.BaseXYTestCase.test_b64decode)\nPASS: test_b64decode_invalid_chars (test.test_base64.BaseXYTestCase.test_b64decode_invalid_chars)\nPASS: test_b64decode_padding_error (test.test_base64.BaseXYTestCase.test_b64decode_padding_error)\nPASS: test_b64encode (test.test_base64.BaseXYTestCase.test_b64encode)\nPASS: test_b85_padding (test.test_base64.BaseXYTestCase.test_b85_padding)\nPASS: test_b85decode (test.test_base64.BaseXYTestCase.test_b85decode)\nPASS: test_b85decode_errors (test.test_base64.BaseXYTestCase.test_b85decode_errors)\nPASS: test_b85encode (test.test_base64.BaseXYTestCase.test_b85encode)\nPASS: test_decode_nonascii_str (test.test_base64.BaseXYTestCase.test_decode_nonascii_str)\nPASS: test_z85decode (test.test_base64.BaseXYTestCase.test_z85decode)\nPASS: test_z85decode_errors (test.test_base64.BaseXYTestCase.test_z85decode_errors)\nPASS: test_z85encode (test.test_base64.BaseXYTestCase.test_z85encode)\nPASS: test_decode (test.test_base64.LegacyBase64TestCase.test_decode)\nPASS: test_decodebytes (test.test_base64.LegacyBase64TestCase.test_decodebytes)\nPASS: test_encode (test.test_base64.LegacyBase64TestCase.test_encode)\nPASS: test_encodebytes (test.test_base64.LegacyBase64TestCase.test_encodebytes)\nPASS: test_decode (test.test_base64.TestMain.test_decode)\nPASS: test_encode_file (test.test_base64.TestMain.test_encode_file)\nPASS: test_encode_from_stdin (test.test_base64.TestMain.test_encode_from_stdin)\nPASS: test_prints_usage_with_help_flag (test.test_base64.TestMain.test_prints_usage_with_help_flag)\nPASS: test_prints_usage_with_invalid_flag (test.test_base64.TestMain.test_prints_usage_with_invalid_flag)\n\n----------------------------------------------------------------------\nRan 38 tests in 0.122s\n\nOK\n0:01:09 load avg: 1.07 [ 81/480] test_baseexception passed\nPASS: test_builtins_new_style (test.test_baseexception.ExceptionClassTests.test_builtins_new_style)\nPASS: test_inheritance (test.test_baseexception.ExceptionClassTests.test_inheritance)\nPASS: test_interface_multi_arg (test.test_baseexception.ExceptionClassTests.test_interface_multi_arg)\nPASS: test_interface_no_arg (test.test_baseexception.ExceptionClassTests.test_interface_no_arg)\nPASS: test_interface_single_arg (test.test_baseexception.ExceptionClassTests.test_interface_single_arg)\nPASS: test_setstate_refcount_no_crash (test.test_baseexception.ExceptionClassTests.test_setstate_refcount_no_crash)\nPASS: test_catch_BaseException_instance (test.test_baseexception.UsageTests.test_catch_BaseException_instance)\nPASS: test_catch_non_BaseException (test.test_baseexception.UsageTests.test_catch_non_BaseException)\nPASS: test_catch_string (test.test_baseexception.UsageTests.test_catch_string)\nPASS: test_raise_new_style_non_exception (test.test_baseexception.UsageTests.test_raise_new_style_non_exception)\nPASS: test_raise_string (test.test_baseexception.UsageTests.test_raise_string)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:01:09 load avg: 1.07 [ 82/480] test_bdb passed\nPASS: test_bp_after_last_statement (test.test_bdb.BreakpointTestCase.test_bp_after_last_statement)\nPASS: test_bp_condition (test.test_bdb.BreakpointTestCase.test_bp_condition)\nPASS: test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase.test_bp_exception_on_condition_evaluation)\nPASS: test_bp_ignore_count (test.test_bdb.BreakpointTestCase.test_bp_ignore_count)\nPASS: test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase.test_bp_on_non_existent_module)\nPASS: test_clear_at_no_bp (test.test_bdb.BreakpointTestCase.test_clear_at_no_bp)\nPASS: test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase.test_clear_two_bp_on_same_line)\nPASS: test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase.test_disabled_temporary_bp)\nPASS: test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase.test_ignore_count_on_disabled_bp)\nPASS: test_load_bps_from_previous_Bdb_instance (test.test_bdb.BreakpointTestCase.test_load_bps_from_previous_Bdb_instance)\nPASS: test_temporary_bp (test.test_bdb.BreakpointTestCase.test_temporary_bp)\nPASS: test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase.test_next_command_in_generator_for_loop)\nPASS: test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_next_command_in_generator_with_subiterator)\nPASS: test_next_to_botframe (test.test_bdb.IssuesTestCase.test_next_to_botframe)\nPASS: test_next_until_return_in_generator (test.test_bdb.IssuesTestCase.test_next_until_return_in_generator)\nPASS: test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_return_command_in_generator_with_subiterator)\nPASS: test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase.test_step_at_return_with_no_trace_in_caller)\nPASS: test_run_step (test.test_bdb.RunTestCase.test_run_step)\nPASS: test_runeval_step (test.test_bdb.RunTestCase.test_runeval_step)\nPASS: test_down (test.test_bdb.StateTestCase.test_down)\nPASS: test_next (test.test_bdb.StateTestCase.test_next)\nPASS: test_next_in_caller_frame (test.test_bdb.StateTestCase.test_next_in_caller_frame)\nPASS: test_next_on_plain_statement (test.test_bdb.StateTestCase.test_next_on_plain_statement)\nPASS: test_next_over_import (test.test_bdb.StateTestCase.test_next_over_import)\nPASS: test_return (test.test_bdb.StateTestCase.test_return)\nPASS: test_return_in_caller_frame (test.test_bdb.StateTestCase.test_return_in_caller_frame)\nPASS: test_skip (test.test_bdb.StateTestCase.test_skip)\nPASS: test_skip_with_no_name_module (test.test_bdb.StateTestCase.test_skip_with_no_name_module)\nPASS: test_step (test.test_bdb.StateTestCase.test_step)\nPASS: test_step_next_on_last_statement (test.test_bdb.StateTestCase.test_step_next_on_last_statement)\nPASS: test_stepinstr (test.test_bdb.StateTestCase.test_stepinstr)\nPASS: test_until (test.test_bdb.StateTestCase.test_until)\nPASS: test_until_in_caller_frame (test.test_bdb.StateTestCase.test_until_in_caller_frame)\nPASS: test_until_with_too_large_count (test.test_bdb.StateTestCase.test_until_with_too_large_count)\nPASS: test_up (test.test_bdb.StateTestCase.test_up)\nPASS: test_format_stack_entry_no_lineno (test.test_bdb.TestRegressions.test_format_stack_entry_no_lineno)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.031s\n\nOK\n0:01:10 load avg: 1.07 [ 83/480] test_bigaddrspace passed\nSKIP: test_concat (test.test_bigaddrspace.BytesTest.test_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_optimized_concat (test.test_bigaddrspace.BytesTest.test_optimized_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_repeat (test.test_bigaddrspace.BytesTest.test_repeat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_concat (test.test_bigaddrspace.StrTest.test_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_optimized_concat (test.test_bigaddrspace.StrTest.test_optimized_concat) 'not enough memory: 8589934592.0G minimum needed'\nSKIP: test_repeat (test.test_bigaddrspace.StrTest.test_repeat) 'not enough memory: 8589934592.0G minimum needed'\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK (skipped=6)\n0:01:10 load avg: 1.07 [ 84/480] test_bigmem passed\nPASS: test_capitalize (test.test_bigmem.BytearrayTest.test_capitalize)\nPASS: test_center (test.test_bigmem.BytearrayTest.test_center)\nPASS: test_compare (test.test_bigmem.BytearrayTest.test_compare)\nPASS: test_concat (test.test_bigmem.BytearrayTest.test_concat)\nPASS: test_contains (test.test_bigmem.BytearrayTest.test_contains)\nPASS: test_count (test.test_bigmem.BytearrayTest.test_count)\nPASS: test_decode (test.test_bigmem.BytearrayTest.test_decode)\nPASS: test_endswith (test.test_bigmem.BytearrayTest.test_endswith)\nPASS: test_expandtabs (test.test_bigmem.BytearrayTest.test_expandtabs)\nPASS: test_find (test.test_bigmem.BytearrayTest.test_find)\nPASS: test_index (test.test_bigmem.BytearrayTest.test_index)\nPASS: test_isalnum (test.test_bigmem.BytearrayTest.test_isalnum)\nPASS: test_isalpha (test.test_bigmem.BytearrayTest.test_isalpha)\nPASS: test_isdigit (test.test_bigmem.BytearrayTest.test_isdigit)\nPASS: test_islower (test.test_bigmem.BytearrayTest.test_islower)\nPASS: test_isspace (test.test_bigmem.BytearrayTest.test_isspace)\nPASS: test_istitle (test.test_bigmem.BytearrayTest.test_istitle)\nPASS: test_isupper (test.test_bigmem.BytearrayTest.test_isupper)\nPASS: test_join (test.test_bigmem.BytearrayTest.test_join)\nPASS: test_ljust (test.test_bigmem.BytearrayTest.test_ljust)\nPASS: test_lower (test.test_bigmem.BytearrayTest.test_lower)\nPASS: test_lstrip (test.test_bigmem.BytearrayTest.test_lstrip)\nPASS: test_repeat (test.test_bigmem.BytearrayTest.test_repeat)\nPASS: test_replace (test.test_bigmem.BytearrayTest.test_replace)\nPASS: test_rfind (test.test_bigmem.BytearrayTest.test_rfind)\nPASS: test_rindex (test.test_bigmem.BytearrayTest.test_rindex)\nPASS: test_rjust (test.test_bigmem.BytearrayTest.test_rjust)\nPASS: test_rstrip (test.test_bigmem.BytearrayTest.test_rstrip)\nPASS: test_slice_and_getitem (test.test_bigmem.BytearrayTest.test_slice_and_getitem)\nPASS: test_split_small (test.test_bigmem.BytearrayTest.test_split_small)\nPASS: test_splitlines (test.test_bigmem.BytearrayTest.test_splitlines)\nPASS: test_startswith (test.test_bigmem.BytearrayTest.test_startswith)\nPASS: test_strip (test.test_bigmem.BytearrayTest.test_strip)\nPASS: test_swapcase (test.test_bigmem.BytearrayTest.test_swapcase)\nPASS: test_title (test.test_bigmem.BytearrayTest.test_title)\nPASS: test_translate (test.test_bigmem.BytearrayTest.test_translate)\nPASS: test_upper (test.test_bigmem.BytearrayTest.test_upper)\nPASS: test_zfill (test.test_bigmem.BytearrayTest.test_zfill)\nPASS: test_capitalize (test.test_bigmem.BytesTest.test_capitalize)\nPASS: test_center (test.test_bigmem.BytesTest.test_center)\nPASS: test_compare (test.test_bigmem.BytesTest.test_compare)\nPASS: test_concat (test.test_bigmem.BytesTest.test_concat)\nPASS: test_contains (test.test_bigmem.BytesTest.test_contains)\nPASS: test_count (test.test_bigmem.BytesTest.test_count)\nPASS: test_decode (test.test_bigmem.BytesTest.test_decode)\nPASS: test_endswith (test.test_bigmem.BytesTest.test_endswith)\nPASS: test_expandtabs (test.test_bigmem.BytesTest.test_expandtabs)\nPASS: test_find (test.test_bigmem.BytesTest.test_find)\nPASS: test_hash (test.test_bigmem.BytesTest.test_hash)\nPASS: test_index (test.test_bigmem.BytesTest.test_index)\nPASS: test_isalnum (test.test_bigmem.BytesTest.test_isalnum)\nPASS: test_isalpha (test.test_bigmem.BytesTest.test_isalpha)\nPASS: test_isdigit (test.test_bigmem.BytesTest.test_isdigit)\nPASS: test_islower (test.test_bigmem.BytesTest.test_islower)\nPASS: test_isspace (test.test_bigmem.BytesTest.test_isspace)\nPASS: test_istitle (test.test_bigmem.BytesTest.test_istitle)\nPASS: test_isupper (test.test_bigmem.BytesTest.test_isupper)\nPASS: test_join (test.test_bigmem.BytesTest.test_join)\nPASS: test_ljust (test.test_bigmem.BytesTest.test_ljust)\nPASS: test_lower (test.test_bigmem.BytesTest.test_lower)\nPASS: test_lstrip (test.test_bigmem.BytesTest.test_lstrip)\nPASS: test_repeat (test.test_bigmem.BytesTest.test_repeat)\nPASS: test_replace (test.test_bigmem.BytesTest.test_replace)\nPASS: test_rfind (test.test_bigmem.BytesTest.test_rfind)\nPASS: test_rindex (test.test_bigmem.BytesTest.test_rindex)\nPASS: test_rjust (test.test_bigmem.BytesTest.test_rjust)\nPASS: test_rstrip (test.test_bigmem.BytesTest.test_rstrip)\nPASS: test_slice_and_getitem (test.test_bigmem.BytesTest.test_slice_and_getitem)\nPASS: test_split_large (test.test_bigmem.BytesTest.test_split_large)\nPASS: test_split_small (test.test_bigmem.BytesTest.test_split_small)\nPASS: test_splitlines (test.test_bigmem.BytesTest.test_splitlines)\nPASS: test_startswith (test.test_bigmem.BytesTest.test_startswith)\nPASS: test_strip (test.test_bigmem.BytesTest.test_strip)\nPASS: test_swapcase (test.test_bigmem.BytesTest.test_swapcase)\nPASS: test_title (test.test_bigmem.BytesTest.test_title)\nPASS: test_translate (test.test_bigmem.BytesTest.test_translate)\nPASS: test_upper (test.test_bigmem.BytesTest.test_upper)\nPASS: test_zfill (test.test_bigmem.BytesTest.test_zfill)\nPASS: test_dict (test.test_bigmem.DictTest.test_dict)\nPASS: test_append (test.test_bigmem.ListTest.test_append)\nPASS: test_compare (test.test_bigmem.ListTest.test_compare)\nPASS: test_concat_large (test.test_bigmem.ListTest.test_concat_large)\nPASS: test_concat_small (test.test_bigmem.ListTest.test_concat_small)\nPASS: test_contains (test.test_bigmem.ListTest.test_contains)\nPASS: test_count (test.test_bigmem.ListTest.test_count)\nPASS: test_extend_large (test.test_bigmem.ListTest.test_extend_large)\nPASS: test_extend_small (test.test_bigmem.ListTest.test_extend_small)\nPASS: test_hash (test.test_bigmem.ListTest.test_hash)\nPASS: test_index (test.test_bigmem.ListTest.test_index)\nPASS: test_index_and_slice (test.test_bigmem.ListTest.test_index_and_slice)\nPASS: test_inplace_concat_large (test.test_bigmem.ListTest.test_inplace_concat_large)\nPASS: test_inplace_concat_small (test.test_bigmem.ListTest.test_inplace_concat_small)\nPASS: test_inplace_repeat_large (test.test_bigmem.ListTest.test_inplace_repeat_large)\nPASS: test_inplace_repeat_small (test.test_bigmem.ListTest.test_inplace_repeat_small)\nPASS: test_insert (test.test_bigmem.ListTest.test_insert)\nPASS: test_pop (test.test_bigmem.ListTest.test_pop)\nPASS: test_remove (test.test_bigmem.ListTest.test_remove)\nPASS: test_repeat_large (test.test_bigmem.ListTest.test_repeat_large)\nPASS: test_repeat_small (test.test_bigmem.ListTest.test_repeat_small)\nPASS: test_repr_large (test.test_bigmem.ListTest.test_repr_large)\nPASS: test_repr_small (test.test_bigmem.ListTest.test_repr_small)\nPASS: test_reverse (test.test_bigmem.ListTest.test_reverse)\nPASS: test_sort (test.test_bigmem.ListTest.test_sort)\nPASS: test_capitalize (test.test_bigmem.StrTest.test_capitalize)\nPASS: test_center (test.test_bigmem.StrTest.test_center)\nPASS: test_compare (test.test_bigmem.StrTest.test_compare)\nPASS: test_concat (test.test_bigmem.StrTest.test_concat)\nPASS: test_contains (test.test_bigmem.StrTest.test_contains)\nPASS: test_count (test.test_bigmem.StrTest.test_count)\nPASS: test_encode (test.test_bigmem.StrTest.test_encode)\nPASS: test_encode_ascii (test.test_bigmem.StrTest.test_encode_ascii)\nPASS: test_encode_raw_unicode_escape (test.test_bigmem.StrTest.test_encode_raw_unicode_escape)\nPASS: test_encode_utf32 (test.test_bigmem.StrTest.test_encode_utf32)\nPASS: test_encode_utf7 (test.test_bigmem.StrTest.test_encode_utf7)\nPASS: test_endswith (test.test_bigmem.StrTest.test_endswith)\nPASS: test_expandtabs (test.test_bigmem.StrTest.test_expandtabs)\nPASS: test_find (test.test_bigmem.StrTest.test_find)\nPASS: test_format (test.test_bigmem.StrTest.test_format)\nPASS: test_hash (test.test_bigmem.StrTest.test_hash)\nPASS: test_index (test.test_bigmem.StrTest.test_index)\nPASS: test_isalnum (test.test_bigmem.StrTest.test_isalnum)\nPASS: test_isalpha (test.test_bigmem.StrTest.test_isalpha)\nPASS: test_isdigit (test.test_bigmem.StrTest.test_isdigit)\nPASS: test_islower (test.test_bigmem.StrTest.test_islower)\nPASS: test_isspace (test.test_bigmem.StrTest.test_isspace)\nPASS: test_istitle (test.test_bigmem.StrTest.test_istitle)\nPASS: test_isupper (test.test_bigmem.StrTest.test_isupper)\nPASS: test_join (test.test_bigmem.StrTest.test_join)\nPASS: test_ljust (test.test_bigmem.StrTest.test_ljust)\nPASS: test_lower (test.test_bigmem.StrTest.test_lower)\nPASS: test_lstrip (test.test_bigmem.StrTest.test_lstrip)\nPASS: test_repeat (test.test_bigmem.StrTest.test_repeat)\nPASS: test_replace (test.test_bigmem.StrTest.test_replace)\nPASS: test_repr_large (test.test_bigmem.StrTest.test_repr_large)\nPASS: test_repr_small (test.test_bigmem.StrTest.test_repr_small)\nPASS: test_rfind (test.test_bigmem.StrTest.test_rfind)\nPASS: test_rindex (test.test_bigmem.StrTest.test_rindex)\nPASS: test_rjust (test.test_bigmem.StrTest.test_rjust)\nPASS: test_rstrip (test.test_bigmem.StrTest.test_rstrip)\nPASS: test_slice_and_getitem (test.test_bigmem.StrTest.test_slice_and_getitem)\nPASS: test_split_large (test.test_bigmem.StrTest.test_split_large)\nPASS: test_split_small (test.test_bigmem.StrTest.test_split_small)\nPASS: test_splitlines (test.test_bigmem.StrTest.test_splitlines)\nPASS: test_startswith (test.test_bigmem.StrTest.test_startswith)\nPASS: test_strip (test.test_bigmem.StrTest.test_strip)\nPASS: test_swapcase (test.test_bigmem.StrTest.test_swapcase)\nPASS: test_title (test.test_bigmem.StrTest.test_title)\nPASS: test_translate (test.test_bigmem.StrTest.test_translate)\nPASS: test_unicode_repr (test.test_bigmem.StrTest.test_unicode_repr)\nPASS: test_unicode_repr_wide (test.test_bigmem.StrTest.test_unicode_repr_wide)\nPASS: test_upper (test.test_bigmem.StrTest.test_upper)\nPASS: test_zfill (test.test_bigmem.StrTest.test_zfill)\nPASS: test_compare (test.test_bigmem.TupleTest.test_compare)\nPASS: test_concat_large (test.test_bigmem.TupleTest.test_concat_large)\nPASS: test_concat_small (test.test_bigmem.TupleTest.test_concat_small)\nPASS: test_contains (test.test_bigmem.TupleTest.test_contains)\nPASS: test_from_2G_generator (test.test_bigmem.TupleTest.test_from_2G_generator)\nPASS: test_from_almost_2G_generator (test.test_bigmem.TupleTest.test_from_almost_2G_generator)\nPASS: test_hash (test.test_bigmem.TupleTest.test_hash)\nPASS: test_index_and_slice (test.test_bigmem.TupleTest.test_index_and_slice)\nPASS: test_repeat_large (test.test_bigmem.TupleTest.test_repeat_large)\nPASS: test_repeat_large_2 (test.test_bigmem.TupleTest.test_repeat_large_2)\nPASS: test_repeat_small (test.test_bigmem.TupleTest.test_repeat_small)\nPASS: test_repr_large (test.test_bigmem.TupleTest.test_repr_large)\nPASS: test_repr_small (test.test_bigmem.TupleTest.test_repr_small)\n\n----------------------------------------------------------------------\nRan 165 tests in 0.012s\n\nOK\n0:01:10 load avg: 1.07 [ 85/480] test_binascii passed\nPASS: test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.ArrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.ArrayBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.ArrayBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.ArrayBinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.ArrayBinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.ArrayBinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.ArrayBinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.ArrayBinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.ArrayBinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.ArrayBinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.ArrayBinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.ArrayBinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.ArrayBinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.ArrayBinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.ArrayBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.ArrayBinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.ArrayBinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.ArrayBinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.ArrayBinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.ArrayBinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.ArrayBinASCIITest.test_uu)\nPASS: test_b2a_base64_newline (test.test_binascii.BinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.BinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.BinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.BinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.BinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.BinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.BinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.BinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.BinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.BinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.BinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.BinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.BinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.BinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.BinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.BinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.BinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.BinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.BinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.BinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.BinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.BinASCIITest.test_uu)\nPASS: test_b2a_base64_newline (test.test_binascii.BytearrayBinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.BytearrayBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.BytearrayBinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.BytearrayBinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.BytearrayBinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.BytearrayBinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.BytearrayBinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.BytearrayBinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.BytearrayBinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.BytearrayBinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.BytearrayBinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.BytearrayBinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.BytearrayBinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.BytearrayBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.BytearrayBinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.BytearrayBinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.BytearrayBinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.BytearrayBinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.BytearrayBinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.BytearrayBinASCIITest.test_uu)\nSKIP: test_big_buffer (test.test_binascii.ChecksumBigBufferTestCase.test_big_buffer) 'not enough memory: 4.0G minimum needed'\nPASS: test_b2a_base64_newline (test.test_binascii.MemoryviewBinASCIITest.test_b2a_base64_newline)\nSKIP: test_b2a_qp_a2b_qp_round_trip (test.test_binascii.MemoryviewBinASCIITest.test_b2a_qp_a2b_qp_round_trip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_b2a_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_b2a_roundtrip) 'Hypothesis required for property test with no specified examples'\nSKIP: test_base64_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_base64_roundtrip) 'Hypothesis required for property test with no specified examples'\nPASS: test_base64_strict_mode (test.test_binascii.MemoryviewBinASCIITest.test_base64_strict_mode)\nPASS: test_base64errors (test.test_binascii.MemoryviewBinASCIITest.test_base64errors)\nPASS: test_base64invalid (test.test_binascii.MemoryviewBinASCIITest.test_base64invalid)\nPASS: test_base64valid (test.test_binascii.MemoryviewBinASCIITest.test_base64valid)\nPASS: test_c_contiguity (test.test_binascii.MemoryviewBinASCIITest.test_c_contiguity)\nPASS: test_crc32 (test.test_binascii.MemoryviewBinASCIITest.test_crc32)\nPASS: test_crc_hqx (test.test_binascii.MemoryviewBinASCIITest.test_crc_hqx)\nPASS: test_empty_string (test.test_binascii.MemoryviewBinASCIITest.test_empty_string)\nPASS: test_exceptions (test.test_binascii.MemoryviewBinASCIITest.test_exceptions)\nPASS: test_functions (test.test_binascii.MemoryviewBinASCIITest.test_functions)\nPASS: test_hex (test.test_binascii.MemoryviewBinASCIITest.test_hex)\nSKIP: test_hex_roundtrip (test.test_binascii.MemoryviewBinASCIITest.test_hex_roundtrip) 'Hypothesis required for property test with no specified examples'\ntest_hex_separator (test.test_binascii.MemoryviewBinASCIITest.test_hex_separator)\nPASS: Test that hexlify and b2a_hex are binary versions of bytes.hex.\nPASS: test_qp (test.test_binascii.MemoryviewBinASCIITest.test_qp)\nPASS: test_returned_value (test.test_binascii.MemoryviewBinASCIITest.test_returned_value)\nPASS: test_unicode_a2b (test.test_binascii.MemoryviewBinASCIITest.test_unicode_a2b)\nPASS: test_unicode_b2a (test.test_binascii.MemoryviewBinASCIITest.test_unicode_b2a)\nPASS: test_uu (test.test_binascii.MemoryviewBinASCIITest.test_uu)\n\n----------------------------------------------------------------------\nRan 89 tests in 0.006s\n\nOK (skipped=17)\n0:01:10 load avg: 1.07 [ 86/480] test_binop passed\nPASS: test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests.test_fallback_ne_blocking)\nPASS: test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests.test_fallback_rmethod_blocking)\nPASS: test_comparison_orders (test.test_binop.OperationOrderTests.test_comparison_orders)\nPASS: test_add (test.test_binop.RatTestCase.test_add)\nPASS: test_constructor (test.test_binop.RatTestCase.test_constructor)\nPASS: test_div (test.test_binop.RatTestCase.test_div)\nPASS: test_eq (test.test_binop.RatTestCase.test_eq)\nPASS: test_floordiv (test.test_binop.RatTestCase.test_floordiv)\nPASS: test_gcd (test.test_binop.RatTestCase.test_gcd)\nPASS: test_mul (test.test_binop.RatTestCase.test_mul)\nPASS: test_sub (test.test_binop.RatTestCase.test_sub)\nPASS: test_true_div (test.test_binop.RatTestCase.test_true_div)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.001s\n\nOK\n0:01:10 load avg: 1.07 [ 87/480] test_bisect passed\nPASS: test_backcompatibility (test.test_bisect.TestBisectC.test_backcompatibility)\nPASS: test_insort (test.test_bisect.TestBisectC.test_insort)\nPASS: test_insort_keynotNone (test.test_bisect.TestBisectC.test_insort_keynotNone)\nPASS: test_keyword_args (test.test_bisect.TestBisectC.test_keyword_args)\nPASS: test_large_pyrange (test.test_bisect.TestBisectC.test_large_pyrange)\nPASS: test_large_range (test.test_bisect.TestBisectC.test_large_range)\nPASS: test_lookups_with_key_function (test.test_bisect.TestBisectC.test_lookups_with_key_function)\nPASS: test_lt_returns_non_bool (test.test_bisect.TestBisectC.test_lt_returns_non_bool)\nPASS: test_lt_returns_notimplemented (test.test_bisect.TestBisectC.test_lt_returns_notimplemented)\nPASS: test_negative_lo (test.test_bisect.TestBisectC.test_negative_lo)\nPASS: test_optionalSlicing (test.test_bisect.TestBisectC.test_optionalSlicing)\nPASS: test_precomputed (test.test_bisect.TestBisectC.test_precomputed)\nPASS: test_random (test.test_bisect.TestBisectC.test_random)\nPASS: test_backcompatibility (test.test_bisect.TestBisectPython.test_backcompatibility)\nPASS: test_insort (test.test_bisect.TestBisectPython.test_insort)\nPASS: test_insort_keynotNone (test.test_bisect.TestBisectPython.test_insort_keynotNone)\nPASS: test_keyword_args (test.test_bisect.TestBisectPython.test_keyword_args)\nPASS: test_large_pyrange (test.test_bisect.TestBisectPython.test_large_pyrange)\nPASS: test_large_range (test.test_bisect.TestBisectPython.test_large_range)\nPASS: test_lookups_with_key_function (test.test_bisect.TestBisectPython.test_lookups_with_key_function)\nPASS: test_lt_returns_non_bool (test.test_bisect.TestBisectPython.test_lt_returns_non_bool)\nPASS: test_lt_returns_notimplemented (test.test_bisect.TestBisectPython.test_lt_returns_notimplemented)\nPASS: test_negative_lo (test.test_bisect.TestBisectPython.test_negative_lo)\nPASS: test_optionalSlicing (test.test_bisect.TestBisectPython.test_optionalSlicing)\nPASS: test_precomputed (test.test_bisect.TestBisectPython.test_precomputed)\nPASS: test_random (test.test_bisect.TestBisectPython.test_random)\nPASS: test_colors (test.test_bisect.TestDocExampleC.test_colors)\nPASS: test_grades (test.test_bisect.TestDocExampleC.test_grades)\nPASS: test_colors (test.test_bisect.TestDocExamplePython.test_colors)\nPASS: test_grades (test.test_bisect.TestDocExamplePython.test_grades)\nPASS: test_arg_parsing (test.test_bisect.TestErrorHandlingC.test_arg_parsing)\nPASS: test_cmp_err (test.test_bisect.TestErrorHandlingC.test_cmp_err)\nPASS: test_get_only (test.test_bisect.TestErrorHandlingC.test_get_only)\nPASS: test_len_only (test.test_bisect.TestErrorHandlingC.test_len_only)\nPASS: test_non_sequence (test.test_bisect.TestErrorHandlingC.test_non_sequence)\nPASS: test_arg_parsing (test.test_bisect.TestErrorHandlingPython.test_arg_parsing)\nPASS: test_cmp_err (test.test_bisect.TestErrorHandlingPython.test_cmp_err)\nPASS: test_get_only (test.test_bisect.TestErrorHandlingPython.test_get_only)\nPASS: test_len_only (test.test_bisect.TestErrorHandlingPython.test_len_only)\nPASS: test_non_sequence (test.test_bisect.TestErrorHandlingPython.test_non_sequence)\nPASS: test_backcompatibility (test.test_bisect.TestInsortC.test_backcompatibility)\nPASS: test_listDerived (test.test_bisect.TestInsortC.test_listDerived)\nPASS: test_vsBuiltinSort (test.test_bisect.TestInsortC.test_vsBuiltinSort)\nPASS: test_backcompatibility (test.test_bisect.TestInsortPython.test_backcompatibility)\nPASS: test_listDerived (test.test_bisect.TestInsortPython.test_listDerived)\nPASS: test_vsBuiltinSort (test.test_bisect.TestInsortPython.test_vsBuiltinSort)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.008s\n\nOK\n0:01:10 load avg: 1.07 [ 88/480] test_bool passed\nPASS: test_blocked (test.test_bool.BoolTest.test_blocked)\nPASS: test_bool_called_at_least_once (test.test_bool.BoolTest.test_bool_called_at_least_once)\nPASS: test_bool_new (test.test_bool.BoolTest.test_bool_new)\nPASS: test_boolean (test.test_bool.BoolTest.test_boolean)\nPASS: test_callable (test.test_bool.BoolTest.test_callable)\nPASS: test_complex (test.test_bool.BoolTest.test_complex)\nPASS: test_contains (test.test_bool.BoolTest.test_contains)\nPASS: test_convert (test.test_bool.BoolTest.test_convert)\nPASS: test_convert_to_bool (test.test_bool.BoolTest.test_convert_to_bool)\nPASS: test_fileclosed (test.test_bool.BoolTest.test_fileclosed)\nPASS: test_float (test.test_bool.BoolTest.test_float)\nPASS: test_format (test.test_bool.BoolTest.test_format)\nPASS: test_from_bytes (test.test_bool.BoolTest.test_from_bytes)\nPASS: test_hasattr (test.test_bool.BoolTest.test_hasattr)\nPASS: test_int (test.test_bool.BoolTest.test_int)\nPASS: test_interpreter_convert_to_bool_raises (test.test_bool.BoolTest.test_interpreter_convert_to_bool_raises)\nPASS: test_isinstance (test.test_bool.BoolTest.test_isinstance)\nPASS: test_issubclass (test.test_bool.BoolTest.test_issubclass)\nPASS: test_keyword_args (test.test_bool.BoolTest.test_keyword_args)\nPASS: test_marshal (test.test_bool.BoolTest.test_marshal)\nPASS: test_math (test.test_bool.BoolTest.test_math)\nPASS: test_operator (test.test_bool.BoolTest.test_operator)\nPASS: test_pickle (test.test_bool.BoolTest.test_pickle)\nPASS: test_picklevalues (test.test_bool.BoolTest.test_picklevalues)\nPASS: test_real_and_imag (test.test_bool.BoolTest.test_real_and_imag)\nPASS: test_repr (test.test_bool.BoolTest.test_repr)\nPASS: test_sane_len (test.test_bool.BoolTest.test_sane_len)\nPASS: test_str (test.test_bool.BoolTest.test_str)\nPASS: test_string (test.test_bool.BoolTest.test_string)\nPASS: test_subclass (test.test_bool.BoolTest.test_subclass)\nPASS: test_types (test.test_bool.BoolTest.test_types)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.003s\n\nOK\n0:01:10 load avg: 1.07 [ 89/480] test_audit passed\nPASS: test_assert_unicode (test.test_audit.AuditTest.test_assert_unicode)\nPASS: test_basic (test.test_audit.AuditTest.test_basic)\nPASS: test_block_add_hook (test.test_audit.AuditTest.test_block_add_hook)\nPASS: test_block_add_hook_baseexception (test.test_audit.AuditTest.test_block_add_hook_baseexception)\nPASS: test_cantrace (test.test_audit.AuditTest.test_cantrace)\nPASS: test_excepthook (test.test_audit.AuditTest.test_excepthook)\ntest_gc (test.test_audit.AuditTest.test_gc) ... ('gc.get_objects', ' ', '1')\n('gc.get_referrers', ' ', '(<object object at 0x7fe2b16bc730>,)')\n('gc.get_referents', ' ', '([<object object at 0x7fe2b16bc730>],)')\nok\nSKIP: test_http (test.test_audit.AuditTest.test_http) \"resource 'network' is not enabled\"\nPASS: test_marshal (test.test_audit.AuditTest.test_marshal)\nPASS: test_mmap (test.test_audit.AuditTest.test_mmap)\nPASS: test_monkeypatch (test.test_audit.AuditTest.test_monkeypatch)\nPASS: test_not_in_gc (test.test_audit.AuditTest.test_not_in_gc)\nPASS: test_open (test.test_audit.AuditTest.test_open)\nPASS: test_pickle (test.test_audit.AuditTest.test_pickle)\ntest_socket (test.test_audit.AuditTest.test_socket) ... ('socket.gethostname', '', '')\n('socket.__new__', ' ', '<socket.socket fd=-1, family=0, type=0, proto=0> 2 1 0')\n('socket.bind', ' ', \"<socket.socket fd=3, family=2, type=1, proto=0, laddr=('0.0.0.0', 0)> ('127.0.0.1', 8080)\")\nok\ntest_sqlite3 (test.test_audit.AuditTest.test_sqlite3) ... ('sqlite3.connect', ' ', \"(':memory:',)\")\n('sqlite3.connect/handle', ' ', '(<sqlite3.Connection object at 0x7fb5e62bc8b0>,)')\n('sqlite3.connect', ' ', \"(':memory:',)\")\n('sqlite3.connect/handle', ' ', '(<sqlite3.Connection object at 0x7fb5e62bcc70>,)')\nok\ntest_sys_getframe (test.test_audit.AuditTest.test_sys_getframe) ... ('sys._getframe', ' ', 'test_sys_getframe')\nok\ntest_sys_getframemodulename (test.test_audit.AuditTest.test_sys_getframemodulename) ... ('sys._getframemodulename', ' ', '0')\nok\ntest_sys_monitoring_register_callback (test.test_audit.AuditTest.test_sys_monitoring_register_callback) ... ('sys.monitoring.register_callback', ' ', '(None,)')\nok\ntest_syslog (test.test_audit.AuditTest.test_syslog) ... Events:\n  ('syslog.openlog', ' ', 'python 0 8')\n  ('syslog.syslog', ' ', '6 test')\n  ('syslog.setlogmask', ' ', '7')\n  ('syslog.closelog', '', '')\n  ('syslog.syslog', ' ', '6 test2')\n  ('syslog.openlog', ' ', 'audit-tests.py 0 8')\n  ('syslog.openlog', ' ', 'audit-tests.py 8 128')\n  ('syslog.openlog', ' ', 'None 0 8')\n  ('syslog.closelog', '', '')\nok\ntest_threading (test.test_audit.AuditTest.test_threading) ... ('_thread.start_new_thread', ' ', '(<test_func>, (), None)')\n('test.test_func', ' ', '()')\n('_thread.start_joinable_thread', ' ', '(<test_func>, 1, None)')\n('test.test_func', ' ', '()')\nok\ntest_time (test.test_audit.AuditTest.test_time) ... ('time.sleep', ' ', '0')\n('time.sleep', ' ', '0.0625')\n('time.sleep', ' ', '-1')\nok\ntest_time_fail (test.test_audit.AuditTest.test_time_fail) ... Traceback (most recent call last):\n  File \"/usr/lib/python3.13/test/audit-tests.py\", line 595, in <module>\n    globals()[test](*sys.argv[2:])\n    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^\n  File \"/usr/lib/python3.13/test/audit-tests.py\", line 549, in test_time\n    time.sleep(0)\n    ~~~~~~~~~~^^^\n  File \"/usr/lib/python3.13/test/audit-tests.py\", line 546, in hook\n    raise AssertionError('hook failed')\nAssertionError: hook failed\nok\nPASS: test_unraisablehook (test.test_audit.AuditTest.test_unraisablehook)\nSKIP: test_winapi_createnamedpipe (test.test_audit.AuditTest.test_winapi_createnamedpipe) \"No module named '_winapi'\"\nSKIP: test_winreg (test.test_audit.AuditTest.test_winreg) \"No module named 'winreg'\"\nSKIP: test_wmi_exec_query (test.test_audit.AuditTest.test_wmi_exec_query) \"No module named '_wmi'\"\n\n----------------------------------------------------------------------\nRan 27 tests in 1.178s\n\nOK (skipped=4)\n0:01:10 load avg: 1.07 [ 90/480] test.test_multiprocessing_spawn.test_threads passed\ntest_abort (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_spawn.test_threads.WithThreadsTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_duplex_false)\nSKIP: test_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_fd_transfer) 'only makes sense with processes'\nSKIP: test_large_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_large_fd_transfer) 'only makes sense with processes'\nSKIP: test_missing_fd_transfer (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_missing_fd_transfer) 'only makes sense with processes'\nSKIP: test_sendbytes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_sendbytes) 'test not appropriate for threads'\nPASS: test_spawn_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_spawn.test_threads.WithThreadsTestEvent.test_repr)\nPASS: test_issue14725 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_spawn.test_threads.WithThreadsTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_lock_context)\nSKIP: test_repr_lock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_lock) 'test not appropriate for threads'\nSKIP: test_repr_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_repr_rlock) 'test not appropriate for threads'\nPASS: test_rlock (test.test_multiprocessing_spawn.test_threads.WithThreadsTestLock.test_rlock)\nPASS: test_rapid_restart (test.test_multiprocessing_spawn.test_threads.WithThreadsTestManagerRestart.test_rapid_restart)\nPASS: test_boundaries (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPoll.test_strings)\nPASS: test_apply (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_no_failfast)\nSKIP: test_map_unplicklable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_map_unplicklable) 'test not appropriate for threads'\nPASS: test_release_task_refs (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_threads.WithThreadsTestPool.test_wrapped_exception)\nSKIP: test_active_children (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nSKIP: test_child_fd_inflation (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_child_fd_inflation) 'test not appropriate for threads'\nSKIP: test_close (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_close) 'test not appropriate for threads'\nPASS: test_cpu_count (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_cpu_count)\nSKIP: test_current (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_current) 'test not appropriate for threads'\nSKIP: test_daemon_argument (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_daemon_argument) 'test not appropriate for threads'\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigint) 'test not appropriate for threads'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_forkserver_sigkill) 'test not appropriate for threads'\nSKIP: test_kill (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_kill) 'test not appropriate for threads'\nPASS: test_lose_target_ref (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nSKIP: test_parent_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process) 'test not appropriate for threads'\nSKIP: test_parent_process_attributes (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_parent_process_attributes) 'test not appropriate for threads'\nPASS: test_process (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process)\nSKIP: test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_process_mainthread_native_id) 'test not appropriate for threads'\nPASS: test_recursion (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_recursion)\nSKIP: test_sentinel (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_sentinel) 'test not appropriate for threads'\nSKIP: test_set_executable (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_set_executable) 'test not appropriate for threads'\nSKIP: test_terminate (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_terminate) 'test not appropriate for threads'\nSKIP: test_wait_for_threads (test.test_multiprocessing_spawn.test_threads.WithThreadsTestProcess.test_wait_for_threads) 'test not appropriate for threads'\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_put)\nPASS: test_qsize (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_qsize)\nSKIP: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) 'test not appropriate for threads'\nSKIP: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) 'test not appropriate for threads'\nPASS: test_task_done (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_semaphore)\nSKIP: test_timeout (test.test_multiprocessing_spawn.test_threads.WithThreadsTestSemaphore.test_timeout) 'test not appropriate for threads'\n\n----------------------------------------------------------------------\nRan 103 tests in 12.694s\n\nOK (skipped=28)\n0:01:10 load avg: 1.07 [ 91/480] test_bufio passed\nPASS: test_nullpat (test.test_bufio.CBufferSizeTest.test_nullpat)\nPASS: test_primepat (test.test_bufio.CBufferSizeTest.test_primepat)\nPASS: test_nullpat (test.test_bufio.PyBufferSizeTest.test_nullpat)\nPASS: test_primepat (test.test_bufio.PyBufferSizeTest.test_primepat)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.125s\n\nOK\n0:01:10 load avg: 1.07 [ 92/480] test_builtin passed\nPASS: test___ne__ (test.test_builtin.BuiltinTest.test___ne__)\nPASS: test_abs (test.test_builtin.BuiltinTest.test_abs)\nPASS: test_all (test.test_builtin.BuiltinTest.test_all)\nPASS: test_any (test.test_builtin.BuiltinTest.test_any)\nPASS: test_ascii (test.test_builtin.BuiltinTest.test_ascii)\nPASS: test_bin (test.test_builtin.BuiltinTest.test_bin)\nPASS: test_bug_27936 (test.test_builtin.BuiltinTest.test_bug_27936)\nPASS: test_bytearray_extend_error (test.test_builtin.BuiltinTest.test_bytearray_extend_error)\nPASS: test_bytearray_join_with_custom_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_custom_iterator)\nPASS: test_bytearray_join_with_misbehaving_iterator (test.test_builtin.BuiltinTest.test_bytearray_join_with_misbehaving_iterator)\nPASS: test_bytearray_translate (test.test_builtin.BuiltinTest.test_bytearray_translate)\nPASS: test_callable (test.test_builtin.BuiltinTest.test_callable)\nPASS: test_chr (test.test_builtin.BuiltinTest.test_chr)\nPASS: test_cmp (test.test_builtin.BuiltinTest.test_cmp)\nPASS: test_compile (test.test_builtin.BuiltinTest.test_compile)\nPASS: test_compile_ast (test.test_builtin.BuiltinTest.test_compile_ast)\ntest_compile_async_generator (test.test_builtin.BuiltinTest.test_compile_async_generator)\nPASS: With the PyCF_ALLOW_TOP_LEVEL_AWAIT flag added in 3.8, we want to\ntest_compile_top_level_await (test.test_builtin.BuiltinTest.test_compile_top_level_await)\nPASS: Test whether code some top level await can be compiled.\nPASS: test_compile_top_level_await_invalid_cases (test.test_builtin.BuiltinTest.test_compile_top_level_await_invalid_cases)\ntest_compile_top_level_await_no_coro (test.test_builtin.BuiltinTest.test_compile_top_level_await_no_coro)\nPASS: Make sure top level non-await codes get the correct coroutine flags\nPASS: test_construct_singletons (test.test_builtin.BuiltinTest.test_construct_singletons)\nPASS: test_delattr (test.test_builtin.BuiltinTest.test_delattr)\nPASS: test_dir (test.test_builtin.BuiltinTest.test_dir)\nPASS: test_divmod (test.test_builtin.BuiltinTest.test_divmod)\nPASS: test_eval (test.test_builtin.BuiltinTest.test_eval)\nPASS: test_eval_builtins_mapping (test.test_builtin.BuiltinTest.test_eval_builtins_mapping)\nPASS: test_eval_builtins_mapping_reduce (test.test_builtin.BuiltinTest.test_eval_builtins_mapping_reduce)\nPASS: test_eval_kwargs (test.test_builtin.BuiltinTest.test_eval_kwargs)\nPASS: test_exec (test.test_builtin.BuiltinTest.test_exec)\nPASS: test_exec_builtins_mapping_import (test.test_builtin.BuiltinTest.test_exec_builtins_mapping_import)\nPASS: test_exec_closure (test.test_builtin.BuiltinTest.test_exec_closure)\nPASS: test_exec_globals (test.test_builtin.BuiltinTest.test_exec_globals)\nPASS: test_exec_globals_dict_subclass (test.test_builtin.BuiltinTest.test_exec_globals_dict_subclass)\nPASS: test_exec_globals_error_on_get (test.test_builtin.BuiltinTest.test_exec_globals_error_on_get)\nPASS: test_exec_globals_frozen (test.test_builtin.BuiltinTest.test_exec_globals_frozen)\nPASS: test_exec_kwargs (test.test_builtin.BuiltinTest.test_exec_kwargs)\nPASS: test_exec_redirected (test.test_builtin.BuiltinTest.test_exec_redirected)\nPASS: test_filter (test.test_builtin.BuiltinTest.test_filter)\nSKIP: test_filter_dealloc (test.test_builtin.BuiltinTest.test_filter_dealloc) \"resource 'cpu' is not enabled\"\nPASS: test_filter_pickle (test.test_builtin.BuiltinTest.test_filter_pickle)\nPASS: test_format (test.test_builtin.BuiltinTest.test_format)\nPASS: test_general_eval (test.test_builtin.BuiltinTest.test_general_eval)\nPASS: test_getattr (test.test_builtin.BuiltinTest.test_getattr)\nPASS: test_hasattr (test.test_builtin.BuiltinTest.test_hasattr)\nPASS: test_hash (test.test_builtin.BuiltinTest.test_hash)\nPASS: test_hex (test.test_builtin.BuiltinTest.test_hex)\nPASS: test_id (test.test_builtin.BuiltinTest.test_id)\nPASS: test_import (test.test_builtin.BuiltinTest.test_import)\nPASS: test_input (test.test_builtin.BuiltinTest.test_input)\nPASS: test_input_gh130163 (test.test_builtin.BuiltinTest.test_input_gh130163)\nPASS: test_isinstance (test.test_builtin.BuiltinTest.test_isinstance)\nPASS: test_issubclass (test.test_builtin.BuiltinTest.test_issubclass)\nPASS: test_iter (test.test_builtin.BuiltinTest.test_iter)\nPASS: test_len (test.test_builtin.BuiltinTest.test_len)\nPASS: test_map (test.test_builtin.BuiltinTest.test_map)\nPASS: test_map_pickle (test.test_builtin.BuiltinTest.test_map_pickle)\nPASS: test_max (test.test_builtin.BuiltinTest.test_max)\nPASS: test_min (test.test_builtin.BuiltinTest.test_min)\nPASS: test_neg (test.test_builtin.BuiltinTest.test_neg)\nPASS: test_next (test.test_builtin.BuiltinTest.test_next)\nPASS: test_oct (test.test_builtin.BuiltinTest.test_oct)\nPASS: test_open (test.test_builtin.BuiltinTest.test_open)\nSKIP: test_open_default_encoding (test.test_builtin.BuiltinTest.test_open_default_encoding) 'utf-8 mode is enabled'\nPASS: test_open_non_inheritable (test.test_builtin.BuiltinTest.test_open_non_inheritable)\nPASS: test_ord (test.test_builtin.BuiltinTest.test_ord)\nPASS: test_pow (test.test_builtin.BuiltinTest.test_pow)\nPASS: test_repr (test.test_builtin.BuiltinTest.test_repr)\nPASS: test_round (test.test_builtin.BuiltinTest.test_round)\nPASS: test_round_large (test.test_builtin.BuiltinTest.test_round_large)\nPASS: test_setattr (test.test_builtin.BuiltinTest.test_setattr)\nPASS: test_singleton_attribute_access (test.test_builtin.BuiltinTest.test_singleton_attribute_access)\nPASS: test_sum (test.test_builtin.BuiltinTest.test_sum)\nPASS: test_sum_accuracy (test.test_builtin.BuiltinTest.test_sum_accuracy)\nPASS: test_type (test.test_builtin.BuiltinTest.test_type)\nPASS: test_vars (test.test_builtin.BuiltinTest.test_vars)\nPASS: test_warning_notimplemented (test.test_builtin.BuiltinTest.test_warning_notimplemented)\nPASS: test_zip (test.test_builtin.BuiltinTest.test_zip)\nPASS: test_zip_bad_iterable (test.test_builtin.BuiltinTest.test_zip_bad_iterable)\nPASS: test_zip_pickle (test.test_builtin.BuiltinTest.test_zip_pickle)\nPASS: test_zip_pickle_strict (test.test_builtin.BuiltinTest.test_zip_pickle_strict)\nPASS: test_zip_pickle_strict_fail (test.test_builtin.BuiltinTest.test_zip_pickle_strict_fail)\nPASS: test_zip_result_gc (test.test_builtin.BuiltinTest.test_zip_result_gc)\nPASS: test_zip_strict (test.test_builtin.BuiltinTest.test_zip_strict)\nPASS: test_zip_strict_error_handling (test.test_builtin.BuiltinTest.test_zip_strict_error_handling)\nPASS: test_zip_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_zip_strict_error_handling_stopiteration)\nPASS: test_zip_strict_iterators (test.test_builtin.BuiltinTest.test_zip_strict_iterators)\nPASS: test_immortals (test.test_builtin.ImmortalTests.test_immortals)\nPASS: test_list_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_list_repeat_respect_immortality)\nPASS: test_tuple_repeat_respect_immortality (test.test_builtin.ImmortalTests.test_tuple_repeat_respect_immortality)\nSKIP: test_input_no_stdout_fileno (test.test_builtin.PtyTests.test_input_no_stdout_fileno) 'Test may fail under heavy load'\nSKIP: test_input_tty (test.test_builtin.PtyTests.test_input_tty) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_non_ascii (test.test_builtin.PtyTests.test_input_tty_non_ascii) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_nondecodable_input (test.test_builtin.PtyTests.test_input_tty_nondecodable_input) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_nonencodable_prompt (test.test_builtin.PtyTests.test_input_tty_nonencodable_prompt) 'stdin and stdout must be ttys'\nSKIP: test_input_tty_null_in_prompt (test.test_builtin.PtyTests.test_input_tty_null_in_prompt) 'stdin and stdout must be ttys'\nPASS: test_cleanup (test.test_builtin.ShutdownTest.test_cleanup)\nPASS: test_breakpoint (test.test_builtin.TestBreakpoint.test_breakpoint)\nPASS: test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords)\nPASS: test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset)\nPASS: test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_set)\nPASS: test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint.test_breakpoint_with_passthru_error)\nPASS: test_envar_good_path_builtin (test.test_builtin.TestBreakpoint.test_envar_good_path_builtin)\nPASS: test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint.test_envar_good_path_empty_string)\nPASS: test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint.test_envar_good_path_noop_0)\nPASS: test_envar_good_path_other (test.test_builtin.TestBreakpoint.test_envar_good_path_other)\nPASS: test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint.test_envar_ignored_when_hook_is_set)\nPASS: test_envar_unimportable (test.test_builtin.TestBreakpoint.test_envar_unimportable)\nPASS: test_runtime_error_when_hook_is_lost (test.test_builtin.TestBreakpoint.test_runtime_error_when_hook_is_lost)\nPASS: test_bad_arguments (test.test_builtin.TestSorted.test_bad_arguments)\nPASS: test_baddecorator (test.test_builtin.TestSorted.test_baddecorator)\nPASS: test_basic (test.test_builtin.TestSorted.test_basic)\nPASS: test_inputtypes (test.test_builtin.TestSorted.test_inputtypes)\nPASS: test_bad_args (test.test_builtin.TestType.test_bad_args)\nPASS: test_bad_slots (test.test_builtin.TestType.test_bad_slots)\nPASS: test_namespace_order (test.test_builtin.TestType.test_namespace_order)\nPASS: test_new_type (test.test_builtin.TestType.test_new_type)\nPASS: test_type_doc (test.test_builtin.TestType.test_type_doc)\nPASS: test_type_firstlineno (test.test_builtin.TestType.test_type_firstlineno)\nPASS: test_type_name (test.test_builtin.TestType.test_type_name)\nPASS: test_type_nokwargs (test.test_builtin.TestType.test_type_nokwargs)\nPASS: test_type_qualname (test.test_builtin.TestType.test_type_qualname)\nPASS: test_type_typeparams (test.test_builtin.TestType.test_type_typeparams)\nbin (builtins)\nPASS: Doctest: builtins.bin\nhex (builtins.bytearray)\nPASS: Doctest: builtins.bytearray.hex\nhex (builtins.bytes)\nPASS: Doctest: builtins.bytes.hex\nas_integer_ratio (builtins.float)\nPASS: Doctest: builtins.float.as_integer_ratio\nfromhex (builtins.float)\nPASS: Doctest: builtins.float.fromhex\nhex (builtins.float)\nPASS: Doctest: builtins.float.hex\nhex (builtins)\nPASS: Doctest: builtins.hex\nint (builtins)\nPASS: Doctest: builtins.int\nas_integer_ratio (builtins.int)\nPASS: Doctest: builtins.int.as_integer_ratio\nbit_count (builtins.int)\nPASS: Doctest: builtins.int.bit_count\nbit_length (builtins.int)\nPASS: Doctest: builtins.int.bit_length\nhex (builtins.memoryview)\nPASS: Doctest: builtins.memoryview.hex\noct (builtins)\nPASS: Doctest: builtins.oct\nzip (builtins)\nPASS: Doctest: builtins.zip\n\n----------------------------------------------------------------------\nRan 137 tests in 0.096s\n\nOK (skipped=9)\n0:01:11 load avg: 1.07 [ 93/480] test_buffer passed\nPASS: test_bytearray_release_buffer_read_flag (test.test_buffer.TestBufferProtocol.test_bytearray_release_buffer_read_flag)\nPASS: test_flags_overflow (test.test_buffer.TestBufferProtocol.test_flags_overflow)\nPASS: test_issue_7385 (test.test_buffer.TestBufferProtocol.test_issue_7385)\nPASS: test_memoryview_array (test.test_buffer.TestBufferProtocol.test_memoryview_array)\nPASS: test_memoryview_assign (test.test_buffer.TestBufferProtocol.test_memoryview_assign)\nPASS: test_memoryview_cast (test.test_buffer.TestBufferProtocol.test_memoryview_cast)\nSKIP: test_memoryview_cast_1D_ND (test.test_buffer.TestBufferProtocol.test_memoryview_cast_1D_ND) \"resource 'cpu' is not enabled\"\nPASS: test_memoryview_cast_invalid (test.test_buffer.TestBufferProtocol.test_memoryview_cast_invalid)\nPASS: test_memoryview_cast_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_shape)\nPASS: test_memoryview_cast_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_strides)\nPASS: test_memoryview_check_released (test.test_buffer.TestBufferProtocol.test_memoryview_check_released)\nPASS: test_memoryview_compare_multidim_c (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_c)\nPASS: test_memoryview_compare_multidim_fortran (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_fortran)\nPASS: test_memoryview_compare_multidim_mixed (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_mixed)\nPASS: test_memoryview_compare_multidim_suboffsets (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_suboffsets)\nPASS: test_memoryview_compare_multidim_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_shape)\nPASS: test_memoryview_compare_multidim_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_strides)\nPASS: test_memoryview_compare_ndim_one (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_one)\nPASS: test_memoryview_compare_ndim_zero (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_zero)\nPASS: test_memoryview_compare_not_equal (test.test_buffer.TestBufferProtocol.test_memoryview_compare_not_equal)\nPASS: test_memoryview_compare_random_formats (test.test_buffer.TestBufferProtocol.test_memoryview_compare_random_formats)\nPASS: test_memoryview_compare_special_cases (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases)\nPASS: test_memoryview_compare_special_cases_deprecated_u_type_code (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases_deprecated_u_type_code)\nPASS: test_memoryview_compare_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_shape)\nPASS: test_memoryview_compare_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_strides)\nPASS: test_memoryview_construction (test.test_buffer.TestBufferProtocol.test_memoryview_construction)\nPASS: test_memoryview_from_static_exporter (test.test_buffer.TestBufferProtocol.test_memoryview_from_static_exporter)\nPASS: test_memoryview_get_contiguous (test.test_buffer.TestBufferProtocol.test_memoryview_get_contiguous)\nPASS: test_memoryview_getbuffer_undefined (test.test_buffer.TestBufferProtocol.test_memoryview_getbuffer_undefined)\nPASS: test_memoryview_hash (test.test_buffer.TestBufferProtocol.test_memoryview_hash)\nPASS: test_memoryview_index (test.test_buffer.TestBufferProtocol.test_memoryview_index)\nPASS: test_memoryview_redirect (test.test_buffer.TestBufferProtocol.test_memoryview_redirect)\nPASS: test_memoryview_release (test.test_buffer.TestBufferProtocol.test_memoryview_release)\nPASS: test_memoryview_repr (test.test_buffer.TestBufferProtocol.test_memoryview_repr)\nPASS: test_memoryview_sequence (test.test_buffer.TestBufferProtocol.test_memoryview_sequence)\nPASS: test_memoryview_serializing (test.test_buffer.TestBufferProtocol.test_memoryview_serializing)\nPASS: test_memoryview_sizeof (test.test_buffer.TestBufferProtocol.test_memoryview_sizeof)\nPASS: test_memoryview_slice (test.test_buffer.TestBufferProtocol.test_memoryview_slice)\nPASS: test_memoryview_struct_module (test.test_buffer.TestBufferProtocol.test_memoryview_struct_module)\nPASS: test_memoryview_tobytes (test.test_buffer.TestBufferProtocol.test_memoryview_tobytes)\nPASS: test_memoryview_tolist (test.test_buffer.TestBufferProtocol.test_memoryview_tolist)\nPASS: test_ndarray_cmp_contig (test.test_buffer.TestBufferProtocol.test_ndarray_cmp_contig)\nPASS: test_ndarray_exceptions (test.test_buffer.TestBufferProtocol.test_ndarray_exceptions)\nPASS: test_ndarray_format_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_format_scalar)\nPASS: test_ndarray_format_shape (test.test_buffer.TestBufferProtocol.test_ndarray_format_shape)\nPASS: test_ndarray_format_strides (test.test_buffer.TestBufferProtocol.test_ndarray_format_strides)\nPASS: test_ndarray_fortran (test.test_buffer.TestBufferProtocol.test_ndarray_fortran)\nPASS: test_ndarray_get_pointer (test.test_buffer.TestBufferProtocol.test_ndarray_get_pointer)\nSKIP: test_ndarray_getbuf (test.test_buffer.TestBufferProtocol.test_ndarray_getbuf) \"resource 'cpu' is not enabled\"\nPASS: test_ndarray_hash (test.test_buffer.TestBufferProtocol.test_ndarray_hash)\nPASS: test_ndarray_index_getitem_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_multidim)\nPASS: test_ndarray_index_getitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_single)\nPASS: test_ndarray_index_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_index_invalid)\nPASS: test_ndarray_index_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_index_null_strides)\nPASS: test_ndarray_index_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_index_scalar)\nPASS: test_ndarray_index_setitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_setitem_single)\nPASS: test_ndarray_linked_list (test.test_buffer.TestBufferProtocol.test_ndarray_linked_list)\nPASS: test_ndarray_memoryview_from_buffer (test.test_buffer.TestBufferProtocol.test_ndarray_memoryview_from_buffer)\nPASS: test_ndarray_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_multidim)\nPASS: test_ndarray_offset (test.test_buffer.TestBufferProtocol.test_ndarray_offset)\nPASS: test_ndarray_random (test.test_buffer.TestBufferProtocol.test_ndarray_random)\nPASS: test_ndarray_random_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_random_invalid)\nPASS: test_ndarray_random_slice_assign (test.test_buffer.TestBufferProtocol.test_ndarray_random_slice_assign)\nPASS: test_ndarray_re_export (test.test_buffer.TestBufferProtocol.test_ndarray_re_export)\nPASS: test_ndarray_sequence (test.test_buffer.TestBufferProtocol.test_ndarray_sequence)\nPASS: test_ndarray_slice_assign_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_multidim)\nPASS: test_ndarray_slice_assign_single (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_single)\nPASS: test_ndarray_slice_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_slice_invalid)\nPASS: test_ndarray_slice_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim)\nPASS: test_ndarray_slice_redundant_suboffsets (test.test_buffer.TestBufferProtocol.test_ndarray_slice_redundant_suboffsets)\nPASS: test_ndarray_slice_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_slice_zero_shape)\nPASS: test_ndarray_tolist_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_tolist_null_strides)\nPASS: test_ndarray_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_zero_shape)\nPASS: test_ndarray_zero_strides (test.test_buffer.TestBufferProtocol.test_ndarray_zero_strides)\nPASS: test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol.test_py_buffer_to_contiguous)\nPASS: test_pybuffer_size_from_format (test.test_buffer.TestBufferProtocol.test_pybuffer_size_from_format)\nPASS: test_bad_buffer_method (test.test_buffer.TestPythonBufferProtocol.test_bad_buffer_method)\nPASS: test_basic (test.test_buffer.TestPythonBufferProtocol.test_basic)\nPASS: test_buffer_flags (test.test_buffer.TestPythonBufferProtocol.test_buffer_flags)\nPASS: test_c_buffer (test.test_buffer.TestPythonBufferProtocol.test_c_buffer)\nPASS: test_c_buffer_invalid_flags (test.test_buffer.TestPythonBufferProtocol.test_c_buffer_invalid_flags)\nPASS: test_c_fill_buffer_invalid_flags (test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_invalid_flags)\nPASS: test_c_fill_buffer_readonly_and_writable (test.test_buffer.TestPythonBufferProtocol.test_c_fill_buffer_readonly_and_writable)\nPASS: test_call_builtins (test.test_buffer.TestPythonBufferProtocol.test_call_builtins)\nPASS: test_inherit_but_return_something_else (test.test_buffer.TestPythonBufferProtocol.test_inherit_but_return_something_else)\nPASS: test_inheritance (test.test_buffer.TestPythonBufferProtocol.test_inheritance)\nPASS: test_inheritance_releasebuffer (test.test_buffer.TestPythonBufferProtocol.test_inheritance_releasebuffer)\nPASS: test_multiple_inheritance_buffer_last (test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last)\nPASS: test_multiple_inheritance_buffer_last_raising (test.test_buffer.TestPythonBufferProtocol.test_multiple_inheritance_buffer_last_raising)\nPASS: test_override_only_release (test.test_buffer.TestPythonBufferProtocol.test_override_only_release)\nPASS: test_release_buffer (test.test_buffer.TestPythonBufferProtocol.test_release_buffer)\nPASS: test_release_buffer_with_exception_set (test.test_buffer.TestPythonBufferProtocol.test_release_buffer_with_exception_set)\nPASS: test_release_saves_reference (test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference)\nPASS: test_release_saves_reference_no_subclassing (test.test_buffer.TestPythonBufferProtocol.test_release_saves_reference_no_subclassing)\nPASS: test_same_buffer_returned (test.test_buffer.TestPythonBufferProtocol.test_same_buffer_returned)\n\n----------------------------------------------------------------------\nRan 95 tests in 0.546s\n\nOK (skipped=2)\n0:01:11 load avg: 1.07 [ 94/480] test_bz2 passed\nPASS: testCompress (test.test_bz2.BZ2CompressorTest.testCompress)\nPASS: testCompress4G (test.test_bz2.BZ2CompressorTest.testCompress4G)\nPASS: testCompressChunks10 (test.test_bz2.BZ2CompressorTest.testCompressChunks10)\nPASS: testCompressEmptyString (test.test_bz2.BZ2CompressorTest.testCompressEmptyString)\nPASS: testPickle (test.test_bz2.BZ2CompressorTest.testPickle)\nPASS: testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress)\nPASS: testDecompress4G (test.test_bz2.BZ2DecompressorTest.testDecompress4G)\nPASS: testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10)\nPASS: testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData)\nPASS: testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize)\nPASS: testEOFError (test.test_bz2.BZ2DecompressorTest.testEOFError)\nPASS: testPickle (test.test_bz2.BZ2DecompressorTest.testPickle)\nPASS: test_Constructor (test.test_bz2.BZ2DecompressorTest.test_Constructor)\nPASS: test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1)\nPASS: test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2)\nPASS: test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3)\nPASS: test_failure (test.test_bz2.BZ2DecompressorTest.test_failure)\nSKIP: test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_uninitialized_BZ2Decompressor_crash (test.test_bz2.BZ2DecompressorTest.test_uninitialized_BZ2Decompressor_crash)\nPASS: testAppend (test.test_bz2.BZ2FileTest.testAppend)\nPASS: testBadArgs (test.test_bz2.BZ2FileTest.testBadArgs)\nPASS: testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock)\nPASS: testContextProtocol (test.test_bz2.BZ2FileTest.testContextProtocol)\ntestDecompressLimited (test.test_bz2.BZ2FileTest.testDecompressLimited)\nPASS: Decompressed data buffering should be limited\nPASS: testFileno (test.test_bz2.BZ2FileTest.testFileno)\nPASS: testIterator (test.test_bz2.BZ2FileTest.testIterator)\nPASS: testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream)\nPASS: testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads)\nPASS: testMultiStreamOrdering (test.test_bz2.BZ2FileTest.testMultiStreamOrdering)\nPASS: testOpenBytesFilename (test.test_bz2.BZ2FileTest.testOpenBytesFilename)\nPASS: testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel)\nPASS: testOpenFileWithIntName (test.test_bz2.BZ2FileTest.testOpenFileWithIntName)\nPASS: testOpenFileWithName (test.test_bz2.BZ2FileTest.testOpenFileWithName)\nPASS: testOpenFileWithoutName (test.test_bz2.BZ2FileTest.testOpenFileWithoutName)\nPASS: testOpenFilename (test.test_bz2.BZ2FileTest.testOpenFilename)\nPASS: testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent)\nPASS: testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename)\nPASS: testPeek (test.test_bz2.BZ2FileTest.testPeek)\nPASS: testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO)\nPASS: testRead (test.test_bz2.BZ2FileTest.testRead)\nPASS: testRead0 (test.test_bz2.BZ2FileTest.testRead0)\nPASS: testRead100 (test.test_bz2.BZ2FileTest.testRead100)\nPASS: testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile)\nPASS: testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO)\nPASS: testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10)\nPASS: testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream)\nPASS: testReadInto (test.test_bz2.BZ2FileTest.testReadInto)\nPASS: testReadLine (test.test_bz2.BZ2FileTest.testReadLine)\nPASS: testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream)\nPASS: testReadLines (test.test_bz2.BZ2FileTest.testReadLines)\nPASS: testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream)\nPASS: testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream)\nPASS: testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream)\nPASS: testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk)\nPASS: testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk)\nPASS: testReadable (test.test_bz2.BZ2FileTest.testReadable)\nPASS: testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline)\nPASS: testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards)\nPASS: testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams)\nPASS: testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO)\nPASS: testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd)\nPASS: testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams)\nPASS: testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward)\nPASS: testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams)\nPASS: testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO)\nPASS: testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd)\nPASS: testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream)\nPASS: testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice)\nPASS: testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream)\nPASS: testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart)\nPASS: testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream)\nPASS: testSeekable (test.test_bz2.BZ2FileTest.testSeekable)\nPASS: testThreading (test.test_bz2.BZ2FileTest.testThreading)\nPASS: testWritable (test.test_bz2.BZ2FileTest.testWritable)\nPASS: testWrite (test.test_bz2.BZ2FileTest.testWrite)\nPASS: testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO)\nPASS: testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10)\nPASS: testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines)\nPASS: testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile)\nPASS: testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel)\nPASS: test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439)\nPASS: test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated)\nPASS: testCompress (test.test_bz2.CompressDecompressTest.testCompress)\nPASS: testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString)\nPASS: testDecompress (test.test_bz2.CompressDecompressTest.testDecompress)\nPASS: testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData)\nPASS: testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty)\nPASS: testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete)\nPASS: testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream)\nPASS: testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk)\nPASS: testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString)\nPASS: testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk)\nPASS: test_bad_params (test.test_bz2.OpenTest.test_bad_params)\nPASS: test_binary_modes (test.test_bz2.OpenTest.test_binary_modes)\nPASS: test_encoding (test.test_bz2.OpenTest.test_encoding)\nPASS: test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler)\nPASS: test_fileobj (test.test_bz2.OpenTest.test_fileobj)\nPASS: test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes)\nPASS: test_newline (test.test_bz2.OpenTest.test_newline)\nPASS: test_text_modes (test.test_bz2.OpenTest.test_text_modes)\nPASS: test_x_mode (test.test_bz2.OpenTest.test_x_mode)\n\n----------------------------------------------------------------------\nRan 101 tests in 0.426s\n\nOK (skipped=1)\n0:01:11 load avg: 1.23 [ 95/480] test_c_locale_coercion passed\nAVAILABLE_TARGETS = []\nEXPECTED_C_LOCALE_EQUIVALENTS = ['C', 'invalid.ascii', 'POSIX']\nEXPECTED_C_LOCALE_STREAM_ENCODING = 'ascii'\nEXPECTED_C_LOCALE_FS_ENCODING = 'ascii'\nEXPECT_COERCION_IN_DEFAULT_LOCALE = True\n_C_UTF8_LOCALES = ('C.UTF-8', 'C.utf8', 'UTF-8')\n_check_nl_langinfo_CODESET = False\nPASS: test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests.test_LC_ALL_set_to_C)\nPASS: test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_set)\nPASS: test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_zero)\nSKIP: test_PYTHONCOERCECLOCALE_set_to_one (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_one) 'test requires LC_CTYPE locale different than C'\nPASS: test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_warn)\nPASS: test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_zero)\nSKIP: setUpClass (test.test_c_locale_coercion.LocaleConfigurationTests) 'No C-with-UTF-8 locale available'\n\n----------------------------------------------------------------------\nRan 6 tests in 0.751s\n\nOK (skipped=2)\n0:01:12 load avg: 1.23 [ 96/480] test_call passed\nPASS: test_module_not_callable_no_suggestion_0 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_0)\nPASS: test_module_not_callable_no_suggestion_1 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_1)\nPASS: test_module_not_callable_no_suggestion_2 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_2)\nPASS: test_module_not_callable_no_suggestion_3 (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_no_suggestion_3)\nPASS: test_module_not_callable_suggestion (test.test_call.CFunctionCallsErrorMessages.test_module_not_callable_suggestion)\nPASS: test_object_not_callable (test.test_call.CFunctionCallsErrorMessages.test_object_not_callable)\nPASS: test_oldargs0_1 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1)\nPASS: test_oldargs0_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1_kw)\nPASS: test_oldargs0_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2)\nPASS: test_oldargs0_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2_kw)\nPASS: test_oldargs1_0 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0)\nPASS: test_oldargs1_0_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0_kw)\nPASS: test_oldargs1_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_1_kw)\nPASS: test_oldargs1_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2)\nPASS: test_oldargs1_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2_kw)\nPASS: test_varargs0 (test.test_call.CFunctionCallsErrorMessages.test_varargs0)\nPASS: test_varargs10_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs10_kw)\nPASS: test_varargs11_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs11_kw)\nPASS: test_varargs12_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs12_kw)\nPASS: test_varargs13_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs13_kw)\nPASS: test_varargs14_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs14_kw)\nPASS: test_varargs15_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs15_kw)\nPASS: test_varargs16_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs16_kw)\nPASS: test_varargs17_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs17_kw)\nPASS: test_varargs18_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs18_kw)\nPASS: test_varargs19_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs19_kw)\nPASS: test_varargs1_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs1_kw)\nPASS: test_varargs1max (test.test_call.CFunctionCallsErrorMessages.test_varargs1max)\nPASS: test_varargs1min (test.test_call.CFunctionCallsErrorMessages.test_varargs1min)\nPASS: test_varargs2 (test.test_call.CFunctionCallsErrorMessages.test_varargs2)\nPASS: test_varargs2_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs2_kw)\nPASS: test_varargs2max (test.test_call.CFunctionCallsErrorMessages.test_varargs2max)\nPASS: test_varargs2min (test.test_call.CFunctionCallsErrorMessages.test_varargs2min)\nPASS: test_varargs3 (test.test_call.CFunctionCallsErrorMessages.test_varargs3)\nPASS: test_varargs3_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs3_kw)\nPASS: test_varargs4_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs4_kw)\nPASS: test_varargs5_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs5_kw)\nPASS: test_varargs6_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs6_kw)\nPASS: test_varargs7_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs7_kw)\nPASS: test_varargs8_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs8_kw)\nPASS: test_varargs9_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs9_kw)\nPASS: test_fastcall_clearing_dict (test.test_call.FastCallTests.test_fastcall_clearing_dict)\nPASS: test_vectorcall (test.test_call.FastCallTests.test_vectorcall)\nPASS: test_vectorcall_dict (test.test_call.FastCallTests.test_vectorcall_dict)\nPASS: test_frames_are_popped_after_failed_calls (test.test_call.FunctionCalls.test_frames_are_popped_after_failed_calls)\nPASS: test_kwargs_order (test.test_call.FunctionCalls.test_kwargs_order)\nPASS: test_cfunction_call (test.test_call.TestCAPI.test_cfunction_call)\nPASS: test_fastcall (test.test_call.TestCallingConventions.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventions.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventions.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventions.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventions.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventions.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventions.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventions.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventions.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventions.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventions.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventions.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventions.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventions.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventions.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventions.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventions.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventions.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventions.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventions.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventions.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventions.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventions.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsClass.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClass.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsClass.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClass.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClass.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsClass.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClass.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClass.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClass.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClass.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsClass.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsClass.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClass.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsClass.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsClass.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClass.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsClass.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsClass.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsClass.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClass.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsClass.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsClass.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClass.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsClassInstance.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsClassInstance.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsClassInstance.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsClassInstance.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsClassInstance.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsClassInstance.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsClassInstance.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsClassInstance.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsClassInstance.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsInstance.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsInstance.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsInstance.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsInstance.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsInstance.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsInstance.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsInstance.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsInstance.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsInstance.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsInstance.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsInstance.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsInstance.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsInstance.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsInstance.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsInstance.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsInstance.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsInstance.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsInstance.test_varargs_keywords_ext)\nPASS: test_fastcall (test.test_call.TestCallingConventionsStatic.test_fastcall)\nPASS: test_fastcall_error_kw (test.test_call.TestCallingConventionsStatic.test_fastcall_error_kw)\nPASS: test_fastcall_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_ext)\nPASS: test_fastcall_keywords (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords)\nPASS: test_fastcall_keywords_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords_ext)\nPASS: test_noargs (test.test_call.TestCallingConventionsStatic.test_noargs)\nPASS: test_noargs_error_arg (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg)\nPASS: test_noargs_error_arg2 (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg2)\nPASS: test_noargs_error_ext (test.test_call.TestCallingConventionsStatic.test_noargs_error_ext)\nPASS: test_noargs_error_kw (test.test_call.TestCallingConventionsStatic.test_noargs_error_kw)\nPASS: test_noargs_ext (test.test_call.TestCallingConventionsStatic.test_noargs_ext)\nPASS: test_o (test.test_call.TestCallingConventionsStatic.test_o)\nPASS: test_o_error_arg_kw (test.test_call.TestCallingConventionsStatic.test_o_error_arg_kw)\nPASS: test_o_error_ext (test.test_call.TestCallingConventionsStatic.test_o_error_ext)\nPASS: test_o_error_kw (test.test_call.TestCallingConventionsStatic.test_o_error_kw)\nPASS: test_o_error_no_arg (test.test_call.TestCallingConventionsStatic.test_o_error_no_arg)\nPASS: test_o_error_two_args (test.test_call.TestCallingConventionsStatic.test_o_error_two_args)\nPASS: test_o_ext (test.test_call.TestCallingConventionsStatic.test_o_ext)\nPASS: test_varargs (test.test_call.TestCallingConventionsStatic.test_varargs)\nPASS: test_varargs_error_kw (test.test_call.TestCallingConventionsStatic.test_varargs_error_kw)\nPASS: test_varargs_ext (test.test_call.TestCallingConventionsStatic.test_varargs_ext)\nPASS: test_varargs_keywords (test.test_call.TestCallingConventionsStatic.test_varargs_keywords)\nPASS: test_varargs_keywords_ext (test.test_call.TestCallingConventionsStatic.test_varargs_keywords_ext)\nPASS: test_unexpected_keyword_suggestion_kinds (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_kinds)\nPASS: test_unexpected_keyword_suggestion_valid_positions (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_valid_positions)\nPASS: test_unexpected_keyword_suggestion_via_getargs (test.test_call.TestErrorMessagesSuggestions.test_unexpected_keyword_suggestion_via_getargs)\nPASS: test_missing_arguments (test.test_call.TestErrorMessagesUseQualifiedName.test_missing_arguments)\nPASS: test_multiple_values (test.test_call.TestErrorMessagesUseQualifiedName.test_multiple_values)\nPASS: test_positional_only_passed_as_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_positional_only_passed_as_keyword)\nPASS: test_too_many_positional (test.test_call.TestErrorMessagesUseQualifiedName.test_too_many_positional)\nPASS: test_unexpected_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_unexpected_keyword)\nPASS: test_function_with_many_args (test.test_call.TestFunctionWithManyArgs.test_function_with_many_args)\nPASS: test_method_descriptor_flag (test.test_call.TestPEP590.test_method_descriptor_flag)\nPASS: test_setvectorcall (test.test_call.TestPEP590.test_setvectorcall)\nPASS: test_setvectorcall_load_attr_specialization_deopt (test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_deopt)\nPASS: test_setvectorcall_load_attr_specialization_skip (test.test_call.TestPEP590.test_setvectorcall_load_attr_specialization_skip)\nPASS: test_vectorcall (test.test_call.TestPEP590.test_vectorcall)\nPASS: test_vectorcall_flag (test.test_call.TestPEP590.test_vectorcall_flag)\nPASS: test_vectorcall_limited_incoming (test.test_call.TestPEP590.test_vectorcall_limited_incoming)\nPASS: test_vectorcall_limited_outgoing (test.test_call.TestPEP590.test_vectorcall_limited_outgoing)\nPASS: test_vectorcall_limited_outgoing_method (test.test_call.TestPEP590.test_vectorcall_limited_outgoing_method)\nPASS: test_vectorcall_override (test.test_call.TestPEP590.test_vectorcall_override)\ntest_vectorcall_override_on_mutable_class (test.test_call.TestPEP590.test_vectorcall_override_on_mutable_class)\nPASS: Setting __call__ should disable vectorcall\ntest_vectorcall_override_with_subclass (test.test_call.TestPEP590.test_vectorcall_override_with_subclass)\nPASS: Setting __call__ on a superclass should disable vectorcall\nPASS: test_super_deep (test.test_call.TestRecursion.test_super_deep)\n\n----------------------------------------------------------------------\nRan 184 tests in 0.175s\n\nOK\n0:01:12 load avg: 1.23 [ 97/480] test_bytes passed\nSKIP: test_compare (test.test_bytes.AssortedBytesTest.test_compare) 'BytesWarning is needed for this test: use -bb option'\nPASS: test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest.test_compare_bytes_to_bytearray)\nPASS: test_doc (test.test_bytes.AssortedBytesTest.test_doc)\nPASS: test_format (test.test_bytes.AssortedBytesTest.test_format)\nPASS: test_from_bytearray (test.test_bytes.AssortedBytesTest.test_from_bytearray)\nPASS: test_literal (test.test_bytes.AssortedBytesTest.test_literal)\nPASS: test_repr_str (test.test_bytes.AssortedBytesTest.test_repr_str)\nPASS: test_return_self (test.test_bytes.AssortedBytesTest.test_return_self)\nPASS: test_rsplit_bytearray (test.test_bytes.AssortedBytesTest.test_rsplit_bytearray)\nPASS: test_split_bytearray (test.test_bytes.AssortedBytesTest.test_split_bytearray)\nPASS: test_to_str (test.test_bytes.AssortedBytesTest.test_to_str)\nPASS: test_adaptive_find (test.test_bytes.ByteArrayAsStringTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_bytes.ByteArrayAsStringTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_bytes.ByteArrayAsStringTest.test_additional_split)\nPASS: test_capitalize (test.test_bytes.ByteArrayAsStringTest.test_capitalize)\nPASS: test_center (test.test_bytes.ByteArrayAsStringTest.test_center)\nPASS: test_count (test.test_bytes.ByteArrayAsStringTest.test_count)\nPASS: test_count_keyword (test.test_bytes.ByteArrayAsStringTest.test_count_keyword)\nPASS: test_expandtabs (test.test_bytes.ByteArrayAsStringTest.test_expandtabs)\nPASS: test_find (test.test_bytes.ByteArrayAsStringTest.test_find)\nPASS: test_find_many_lengths (test.test_bytes.ByteArrayAsStringTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_bytes.ByteArrayAsStringTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_bytes.ByteArrayAsStringTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_bytes.ByteArrayAsStringTest.test_find_with_memory)\nPASS: test_fixtype (test.test_bytes.ByteArrayAsStringTest.test_fixtype)\nPASS: test_index (test.test_bytes.ByteArrayAsStringTest.test_index)\nPASS: test_isalnum (test.test_bytes.ByteArrayAsStringTest.test_isalnum)\nPASS: test_isalpha (test.test_bytes.ByteArrayAsStringTest.test_isalpha)\nPASS: test_isascii (test.test_bytes.ByteArrayAsStringTest.test_isascii)\nPASS: test_isdigit (test.test_bytes.ByteArrayAsStringTest.test_isdigit)\nPASS: test_islower (test.test_bytes.ByteArrayAsStringTest.test_islower)\nPASS: test_isspace (test.test_bytes.ByteArrayAsStringTest.test_isspace)\nPASS: test_istitle (test.test_bytes.ByteArrayAsStringTest.test_istitle)\nPASS: test_isupper (test.test_bytes.ByteArrayAsStringTest.test_isupper)\nPASS: test_ljust (test.test_bytes.ByteArrayAsStringTest.test_ljust)\nPASS: test_lower (test.test_bytes.ByteArrayAsStringTest.test_lower)\nPASS: test_removeprefix (test.test_bytes.ByteArrayAsStringTest.test_removeprefix)\nPASS: test_removesuffix (test.test_bytes.ByteArrayAsStringTest.test_removesuffix)\nPASS: test_replace (test.test_bytes.ByteArrayAsStringTest.test_replace)\nSKIP: test_replace_overflow (test.test_bytes.ByteArrayAsStringTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_bytes.ByteArrayAsStringTest.test_replace_uses_two_way_maxcount)\nPASS: test_rfind (test.test_bytes.ByteArrayAsStringTest.test_rfind)\nPASS: test_rindex (test.test_bytes.ByteArrayAsStringTest.test_rindex)\nPASS: test_rjust (test.test_bytes.ByteArrayAsStringTest.test_rjust)\nPASS: test_rsplit (test.test_bytes.ByteArrayAsStringTest.test_rsplit)\nPASS: test_split (test.test_bytes.ByteArrayAsStringTest.test_split)\nPASS: test_splitlines (test.test_bytes.ByteArrayAsStringTest.test_splitlines)\nPASS: test_strip (test.test_bytes.ByteArrayAsStringTest.test_strip)\nPASS: test_strip_whitespace (test.test_bytes.ByteArrayAsStringTest.test_strip_whitespace)\nPASS: test_swapcase (test.test_bytes.ByteArrayAsStringTest.test_swapcase)\nPASS: test_title (test.test_bytes.ByteArrayAsStringTest.test_title)\nPASS: test_upper (test.test_bytes.ByteArrayAsStringTest.test_upper)\nPASS: test_zfill (test.test_bytes.ByteArrayAsStringTest.test_zfill)\nPASS: test_basic (test.test_bytes.ByteArraySubclassTest.test_basic)\nPASS: test_copy (test.test_bytes.ByteArraySubclassTest.test_copy)\nPASS: test_fromhex (test.test_bytes.ByteArraySubclassTest.test_fromhex)\nPASS: test_init_override (test.test_bytes.ByteArraySubclassTest.test_init_override)\nPASS: test_join (test.test_bytes.ByteArraySubclassTest.test_join)\nPASS: test_pickle (test.test_bytes.ByteArraySubclassTest.test_pickle)\nPASS: test_basic (test.test_bytes.ByteArraySubclassWithSlotsTest.test_basic)\nPASS: test_copy (test.test_bytes.ByteArraySubclassWithSlotsTest.test_copy)\nPASS: test_fromhex (test.test_bytes.ByteArraySubclassWithSlotsTest.test_fromhex)\nPASS: test_join (test.test_bytes.ByteArraySubclassWithSlotsTest.test_join)\nPASS: test_pickle (test.test_bytes.ByteArraySubclassWithSlotsTest.test_pickle)\nPASS: test_alloc (test.test_bytes.ByteArrayTest.test_alloc)\nPASS: test_append (test.test_bytes.ByteArrayTest.test_append)\nPASS: test_basics (test.test_bytes.ByteArrayTest.test_basics)\nPASS: test_bytearray_api (test.test_bytes.ByteArrayTest.test_bytearray_api)\nPASS: test_center (test.test_bytes.ByteArrayTest.test_center)\nPASS: test_check_encoding_errors (test.test_bytes.ByteArrayTest.test_check_encoding_errors)\nPASS: test_clear (test.test_bytes.ByteArrayTest.test_clear)\nPASS: test_compare (test.test_bytes.ByteArrayTest.test_compare)\nPASS: test_compare_to_str (test.test_bytes.ByteArrayTest.test_compare_to_str)\nPASS: test_concat (test.test_bytes.ByteArrayTest.test_concat)\nPASS: test_constructor_exceptions (test.test_bytes.ByteArrayTest.test_constructor_exceptions)\nSKIP: test_constructor_overflow (test.test_bytes.ByteArrayTest.test_constructor_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_constructor_type_errors (test.test_bytes.ByteArrayTest.test_constructor_type_errors)\nPASS: test_constructor_value_errors (test.test_bytes.ByteArrayTest.test_constructor_value_errors)\nPASS: test_contains (test.test_bytes.ByteArrayTest.test_contains)\nPASS: test_copied (test.test_bytes.ByteArrayTest.test_copied)\nPASS: test_copy (test.test_bytes.ByteArrayTest.test_copy)\nPASS: test_count (test.test_bytes.ByteArrayTest.test_count)\nPASS: test_decode (test.test_bytes.ByteArrayTest.test_decode)\nPASS: test_del_expand (test.test_bytes.ByteArrayTest.test_del_expand)\nPASS: test_delitem (test.test_bytes.ByteArrayTest.test_delitem)\nPASS: test_empty_sequence (test.test_bytes.ByteArrayTest.test_empty_sequence)\nPASS: test_encoding (test.test_bytes.ByteArrayTest.test_encoding)\nPASS: test_endswith (test.test_bytes.ByteArrayTest.test_endswith)\nPASS: test_exhausted_iterator (test.test_bytes.ByteArrayTest.test_exhausted_iterator)\nPASS: test_extend (test.test_bytes.ByteArrayTest.test_extend)\nPASS: test_extended_getslice (test.test_bytes.ByteArrayTest.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_bytes.ByteArrayTest.test_extended_set_del_slice)\nPASS: test_fifo_overrun (test.test_bytes.ByteArrayTest.test_fifo_overrun)\nPASS: test_find (test.test_bytes.ByteArrayTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_bytes.ByteArrayTest.test_find_etc_raise_correct_error_messages)\nPASS: test_free_after_iterating (test.test_bytes.ByteArrayTest.test_free_after_iterating)\nPASS: test_from_buffer (test.test_bytes.ByteArrayTest.test_from_buffer)\nPASS: test_from_index (test.test_bytes.ByteArrayTest.test_from_index)\nPASS: test_from_int (test.test_bytes.ByteArrayTest.test_from_int)\nPASS: test_from_iterable (test.test_bytes.ByteArrayTest.test_from_iterable)\nPASS: test_from_list (test.test_bytes.ByteArrayTest.test_from_list)\nPASS: test_from_mutating_list (test.test_bytes.ByteArrayTest.test_from_mutating_list)\nPASS: test_from_ssize (test.test_bytes.ByteArrayTest.test_from_ssize)\nPASS: test_from_tuple (test.test_bytes.ByteArrayTest.test_from_tuple)\nPASS: test_fromhex (test.test_bytes.ByteArrayTest.test_fromhex)\nPASS: test_getitem_error (test.test_bytes.ByteArrayTest.test_getitem_error)\nPASS: test_getslice (test.test_bytes.ByteArrayTest.test_getslice)\nPASS: test_hex (test.test_bytes.ByteArrayTest.test_hex)\nPASS: test_hex_separator_basics (test.test_bytes.ByteArrayTest.test_hex_separator_basics)\nPASS: test_hex_separator_five_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_five_bytes)\nPASS: test_hex_separator_six_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_six_bytes)\nPASS: test_iconcat (test.test_bytes.ByteArrayTest.test_iconcat)\nPASS: test_imod (test.test_bytes.ByteArrayTest.test_imod)\nPASS: test_index (test.test_bytes.ByteArrayTest.test_index)\nPASS: test_init_alloc (test.test_bytes.ByteArrayTest.test_init_alloc)\nPASS: test_insert (test.test_bytes.ByteArrayTest.test_insert)\nPASS: test_integer_arguments_out_of_byte_range (test.test_bytes.ByteArrayTest.test_integer_arguments_out_of_byte_range)\nPASS: test_irepeat (test.test_bytes.ByteArrayTest.test_irepeat)\nPASS: test_irepeat_1char (test.test_bytes.ByteArrayTest.test_irepeat_1char)\nPASS: test_iterator_length_hint (test.test_bytes.ByteArrayTest.test_iterator_length_hint)\nPASS: test_iterator_pickling (test.test_bytes.ByteArrayTest.test_iterator_pickling)\nPASS: test_iterator_pickling2 (test.test_bytes.ByteArrayTest.test_iterator_pickling2)\nPASS: test_join (test.test_bytes.ByteArrayTest.test_join)\nPASS: test_ljust (test.test_bytes.ByteArrayTest.test_ljust)\nPASS: test_maketrans (test.test_bytes.ByteArrayTest.test_maketrans)\nPASS: test_mod (test.test_bytes.ByteArrayTest.test_mod)\nPASS: test_mutating_index (test.test_bytes.ByteArrayTest.test_mutating_index)\nPASS: test_nohash (test.test_bytes.ByteArrayTest.test_nohash)\nPASS: test_none_arguments (test.test_bytes.ByteArrayTest.test_none_arguments)\nPASS: test_nosort (test.test_bytes.ByteArrayTest.test_nosort)\nPASS: test_obsolete_write_lock (test.test_bytes.ByteArrayTest.test_obsolete_write_lock)\nPASS: test_ord (test.test_bytes.ByteArrayTest.test_ord)\nPASS: test_partition (test.test_bytes.ByteArrayTest.test_partition)\nPASS: test_partition_bytearray_doesnt_share_nullstring (test.test_bytes.ByteArrayTest.test_partition_bytearray_doesnt_share_nullstring)\nPASS: test_partition_int_error (test.test_bytes.ByteArrayTest.test_partition_int_error)\nPASS: test_partition_string_error (test.test_bytes.ByteArrayTest.test_partition_string_error)\nPASS: test_pickling (test.test_bytes.ByteArrayTest.test_pickling)\nPASS: test_pop (test.test_bytes.ByteArrayTest.test_pop)\nPASS: test_regexps (test.test_bytes.ByteArrayTest.test_regexps)\nPASS: test_remove (test.test_bytes.ByteArrayTest.test_remove)\nPASS: test_repeat (test.test_bytes.ByteArrayTest.test_repeat)\nPASS: test_repeat_1char (test.test_bytes.ByteArrayTest.test_repeat_1char)\nPASS: test_repeat_after_setslice (test.test_bytes.ByteArrayTest.test_repeat_after_setslice)\nPASS: test_replace (test.test_bytes.ByteArrayTest.test_replace)\nPASS: test_replace_int_error (test.test_bytes.ByteArrayTest.test_replace_int_error)\nPASS: test_resize_forbidden (test.test_bytes.ByteArrayTest.test_resize_forbidden)\nPASS: test_reverse (test.test_bytes.ByteArrayTest.test_reverse)\nPASS: test_reversed (test.test_bytes.ByteArrayTest.test_reversed)\nPASS: test_rfind (test.test_bytes.ByteArrayTest.test_rfind)\nPASS: test_rindex (test.test_bytes.ByteArrayTest.test_rindex)\nPASS: test_rjust (test.test_bytes.ByteArrayTest.test_rjust)\nPASS: test_rmod (test.test_bytes.ByteArrayTest.test_rmod)\nPASS: test_rpartition (test.test_bytes.ByteArrayTest.test_rpartition)\nPASS: test_rsplit_unicodewhitespace (test.test_bytes.ByteArrayTest.test_rsplit_unicodewhitespace)\nPASS: test_setitem (test.test_bytes.ByteArrayTest.test_setitem)\nPASS: test_setitem_error (test.test_bytes.ByteArrayTest.test_setitem_error)\nPASS: test_setslice (test.test_bytes.ByteArrayTest.test_setslice)\nPASS: test_setslice_extend (test.test_bytes.ByteArrayTest.test_setslice_extend)\nPASS: test_setslice_trap (test.test_bytes.ByteArrayTest.test_setslice_trap)\nPASS: test_split_int_error (test.test_bytes.ByteArrayTest.test_split_int_error)\nPASS: test_split_string_error (test.test_bytes.ByteArrayTest.test_split_string_error)\nPASS: test_split_unicodewhitespace (test.test_bytes.ByteArrayTest.test_split_unicodewhitespace)\nPASS: test_sq_item (test.test_bytes.ByteArrayTest.test_sq_item)\nPASS: test_startswith (test.test_bytes.ByteArrayTest.test_startswith)\nPASS: test_strip_bytearray (test.test_bytes.ByteArrayTest.test_strip_bytearray)\nPASS: test_strip_int_error (test.test_bytes.ByteArrayTest.test_strip_int_error)\nPASS: test_strip_string_error (test.test_bytes.ByteArrayTest.test_strip_string_error)\nPASS: test_translate (test.test_bytes.ByteArrayTest.test_translate)\nPASS: test_xjust_int_error (test.test_bytes.ByteArrayTest.test_xjust_int_error)\nPASS: test_returns_new_copy (test.test_bytes.BytearrayPEP3137Test.test_returns_new_copy)\nPASS: test_adaptive_find (test.test_bytes.BytesAsStringTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_bytes.BytesAsStringTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_bytes.BytesAsStringTest.test_additional_split)\nPASS: test_capitalize (test.test_bytes.BytesAsStringTest.test_capitalize)\nPASS: test_center (test.test_bytes.BytesAsStringTest.test_center)\nPASS: test_count (test.test_bytes.BytesAsStringTest.test_count)\nPASS: test_count_keyword (test.test_bytes.BytesAsStringTest.test_count_keyword)\nPASS: test_expandtabs (test.test_bytes.BytesAsStringTest.test_expandtabs)\nPASS: test_find (test.test_bytes.BytesAsStringTest.test_find)\nPASS: test_find_many_lengths (test.test_bytes.BytesAsStringTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_bytes.BytesAsStringTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_bytes.BytesAsStringTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_bytes.BytesAsStringTest.test_find_with_memory)\nPASS: test_fixtype (test.test_bytes.BytesAsStringTest.test_fixtype)\nPASS: test_index (test.test_bytes.BytesAsStringTest.test_index)\nPASS: test_isalnum (test.test_bytes.BytesAsStringTest.test_isalnum)\nPASS: test_isalpha (test.test_bytes.BytesAsStringTest.test_isalpha)\nPASS: test_isascii (test.test_bytes.BytesAsStringTest.test_isascii)\nPASS: test_isdigit (test.test_bytes.BytesAsStringTest.test_isdigit)\nPASS: test_islower (test.test_bytes.BytesAsStringTest.test_islower)\nPASS: test_isspace (test.test_bytes.BytesAsStringTest.test_isspace)\nPASS: test_istitle (test.test_bytes.BytesAsStringTest.test_istitle)\nPASS: test_isupper (test.test_bytes.BytesAsStringTest.test_isupper)\nPASS: test_ljust (test.test_bytes.BytesAsStringTest.test_ljust)\nPASS: test_lower (test.test_bytes.BytesAsStringTest.test_lower)\nPASS: test_removeprefix (test.test_bytes.BytesAsStringTest.test_removeprefix)\nPASS: test_removesuffix (test.test_bytes.BytesAsStringTest.test_removesuffix)\nPASS: test_replace (test.test_bytes.BytesAsStringTest.test_replace)\nSKIP: test_replace_overflow (test.test_bytes.BytesAsStringTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_bytes.BytesAsStringTest.test_replace_uses_two_way_maxcount)\nPASS: test_rfind (test.test_bytes.BytesAsStringTest.test_rfind)\nPASS: test_rindex (test.test_bytes.BytesAsStringTest.test_rindex)\nPASS: test_rjust (test.test_bytes.BytesAsStringTest.test_rjust)\nPASS: test_rsplit (test.test_bytes.BytesAsStringTest.test_rsplit)\nPASS: test_split (test.test_bytes.BytesAsStringTest.test_split)\nPASS: test_splitlines (test.test_bytes.BytesAsStringTest.test_splitlines)\nPASS: test_strip (test.test_bytes.BytesAsStringTest.test_strip)\nPASS: test_strip_whitespace (test.test_bytes.BytesAsStringTest.test_strip_whitespace)\nPASS: test_swapcase (test.test_bytes.BytesAsStringTest.test_swapcase)\nPASS: test_title (test.test_bytes.BytesAsStringTest.test_title)\nPASS: test_upper (test.test_bytes.BytesAsStringTest.test_upper)\nPASS: test_zfill (test.test_bytes.BytesAsStringTest.test_zfill)\nPASS: test_basic (test.test_bytes.BytesSubclassTest.test_basic)\nPASS: test_copy (test.test_bytes.BytesSubclassTest.test_copy)\nPASS: test_fromhex (test.test_bytes.BytesSubclassTest.test_fromhex)\nPASS: test_join (test.test_bytes.BytesSubclassTest.test_join)\nPASS: test_pickle (test.test_bytes.BytesSubclassTest.test_pickle)\nPASS: test__bytes__ (test.test_bytes.BytesTest.test__bytes__)\nPASS: test_basics (test.test_bytes.BytesTest.test_basics)\nPASS: test_buffer_is_readonly (test.test_bytes.BytesTest.test_buffer_is_readonly)\nPASS: test_bytes_blocking (test.test_bytes.BytesTest.test_bytes_blocking)\nPASS: test_center (test.test_bytes.BytesTest.test_center)\nPASS: test_check_encoding_errors (test.test_bytes.BytesTest.test_check_encoding_errors)\nPASS: test_compare (test.test_bytes.BytesTest.test_compare)\nPASS: test_compare_to_str (test.test_bytes.BytesTest.test_compare_to_str)\nPASS: test_concat (test.test_bytes.BytesTest.test_concat)\nPASS: test_constructor_exceptions (test.test_bytes.BytesTest.test_constructor_exceptions)\nSKIP: test_constructor_overflow (test.test_bytes.BytesTest.test_constructor_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_constructor_type_errors (test.test_bytes.BytesTest.test_constructor_type_errors)\nPASS: test_constructor_value_errors (test.test_bytes.BytesTest.test_constructor_value_errors)\nPASS: test_contains (test.test_bytes.BytesTest.test_contains)\nPASS: test_copy (test.test_bytes.BytesTest.test_copy)\nPASS: test_count (test.test_bytes.BytesTest.test_count)\nPASS: test_custom (test.test_bytes.BytesTest.test_custom)\nPASS: test_decode (test.test_bytes.BytesTest.test_decode)\nPASS: test_empty_sequence (test.test_bytes.BytesTest.test_empty_sequence)\nPASS: test_encoding (test.test_bytes.BytesTest.test_encoding)\nPASS: test_endswith (test.test_bytes.BytesTest.test_endswith)\nPASS: test_extended_getslice (test.test_bytes.BytesTest.test_extended_getslice)\nPASS: test_find (test.test_bytes.BytesTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_bytes.BytesTest.test_find_etc_raise_correct_error_messages)\nPASS: test_free_after_iterating (test.test_bytes.BytesTest.test_free_after_iterating)\nPASS: test_from_buffer (test.test_bytes.BytesTest.test_from_buffer)\nPASS: test_from_format (test.test_bytes.BytesTest.test_from_format)\nPASS: test_from_index (test.test_bytes.BytesTest.test_from_index)\nPASS: test_from_int (test.test_bytes.BytesTest.test_from_int)\nPASS: test_from_iterable (test.test_bytes.BytesTest.test_from_iterable)\nPASS: test_from_list (test.test_bytes.BytesTest.test_from_list)\nPASS: test_from_mutating_list (test.test_bytes.BytesTest.test_from_mutating_list)\nPASS: test_from_ssize (test.test_bytes.BytesTest.test_from_ssize)\nPASS: test_from_tuple (test.test_bytes.BytesTest.test_from_tuple)\nPASS: test_fromhex (test.test_bytes.BytesTest.test_fromhex)\nPASS: test_getitem_error (test.test_bytes.BytesTest.test_getitem_error)\nPASS: test_getslice (test.test_bytes.BytesTest.test_getslice)\nPASS: test_hex (test.test_bytes.BytesTest.test_hex)\nPASS: test_hex_separator_basics (test.test_bytes.BytesTest.test_hex_separator_basics)\nPASS: test_hex_separator_five_bytes (test.test_bytes.BytesTest.test_hex_separator_five_bytes)\nPASS: test_hex_separator_six_bytes (test.test_bytes.BytesTest.test_hex_separator_six_bytes)\nPASS: test_imod (test.test_bytes.BytesTest.test_imod)\nPASS: test_index (test.test_bytes.BytesTest.test_index)\nPASS: test_integer_arguments_out_of_byte_range (test.test_bytes.BytesTest.test_integer_arguments_out_of_byte_range)\nPASS: test_iterator_pickling (test.test_bytes.BytesTest.test_iterator_pickling)\nPASS: test_join (test.test_bytes.BytesTest.test_join)\nPASS: test_ljust (test.test_bytes.BytesTest.test_ljust)\nPASS: test_maketrans (test.test_bytes.BytesTest.test_maketrans)\nPASS: test_mod (test.test_bytes.BytesTest.test_mod)\nPASS: test_none_arguments (test.test_bytes.BytesTest.test_none_arguments)\nPASS: test_ord (test.test_bytes.BytesTest.test_ord)\nPASS: test_partition (test.test_bytes.BytesTest.test_partition)\nPASS: test_partition_int_error (test.test_bytes.BytesTest.test_partition_int_error)\nPASS: test_partition_string_error (test.test_bytes.BytesTest.test_partition_string_error)\nPASS: test_pickling (test.test_bytes.BytesTest.test_pickling)\nPASS: test_repeat (test.test_bytes.BytesTest.test_repeat)\nPASS: test_repeat_1char (test.test_bytes.BytesTest.test_repeat_1char)\nPASS: test_repeat_id_preserving (test.test_bytes.BytesTest.test_repeat_id_preserving)\nPASS: test_replace (test.test_bytes.BytesTest.test_replace)\nPASS: test_replace_int_error (test.test_bytes.BytesTest.test_replace_int_error)\nPASS: test_reversed (test.test_bytes.BytesTest.test_reversed)\nPASS: test_rfind (test.test_bytes.BytesTest.test_rfind)\nPASS: test_rindex (test.test_bytes.BytesTest.test_rindex)\nPASS: test_rjust (test.test_bytes.BytesTest.test_rjust)\nPASS: test_rmod (test.test_bytes.BytesTest.test_rmod)\nPASS: test_rpartition (test.test_bytes.BytesTest.test_rpartition)\nPASS: test_rsplit_unicodewhitespace (test.test_bytes.BytesTest.test_rsplit_unicodewhitespace)\nPASS: test_split_int_error (test.test_bytes.BytesTest.test_split_int_error)\nPASS: test_split_string_error (test.test_bytes.BytesTest.test_split_string_error)\nPASS: test_split_unicodewhitespace (test.test_bytes.BytesTest.test_split_unicodewhitespace)\nPASS: test_sq_item (test.test_bytes.BytesTest.test_sq_item)\nPASS: test_startswith (test.test_bytes.BytesTest.test_startswith)\nPASS: test_strip_bytearray (test.test_bytes.BytesTest.test_strip_bytearray)\nPASS: test_strip_int_error (test.test_bytes.BytesTest.test_strip_int_error)\nPASS: test_strip_string_error (test.test_bytes.BytesTest.test_strip_string_error)\nPASS: test_translate (test.test_bytes.BytesTest.test_translate)\nPASS: test_xjust_int_error (test.test_bytes.BytesTest.test_xjust_int_error)\n\n----------------------------------------------------------------------\nRan 294 tests in 1.303s\n\nOK (skipped=5)\n0:01:12 load avg: 1.23 [ 98/480] test_cext passed\nSKIP: test_build (test.test_cext.TestExt.test_build) \"resource 'cpu' is not enabled\"\nSKIP: test_build_c11 (test.test_cext.TestExt.test_build_c11) \"resource 'cpu' is not enabled\"\nSKIP: test_build_c99 (test.test_cext.TestExt.test_build_c99) \"resource 'cpu' is not enabled\"\nSKIP: test_build_limited (test.test_cext.TestExt.test_build_limited) \"resource 'cpu' is not enabled\"\nSKIP: test_build_limited_c11 (test.test_cext.TestExt.test_build_limited_c11) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 5 tests in 0.000s\n\nOK (skipped=5)\n0:01:12 load avg: 1.23 [ 99/480] test_charmapcodec passed\nPASS: test_constructorx (test.test_charmapcodec.CharmapCodecTest.test_constructorx)\nPASS: test_constructory (test.test_charmapcodec.CharmapCodecTest.test_constructory)\nPASS: test_encodex (test.test_charmapcodec.CharmapCodecTest.test_encodex)\nPASS: test_maptoundefined (test.test_charmapcodec.CharmapCodecTest.test_maptoundefined)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:12 load avg: 1.23 [100/480] test_class passed\nPASS: testBadTypeReturned (test.test_class.ClassTests.testBadTypeReturned)\nPASS: testBinaryOps (test.test_class.ClassTests.testBinaryOps)\nPASS: testClassCallRecursionLimit (test.test_class.ClassTests.testClassCallRecursionLimit)\nPASS: testClassWithExtCall (test.test_class.ClassTests.testClassWithExtCall)\nPASS: testConstructorErrorMessages (test.test_class.ClassTests.testConstructorErrorMessages)\nPASS: testDel (test.test_class.ClassTests.testDel)\nPASS: testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests.testForExceptionsRaisedInInstanceGetattr2)\nPASS: testGetSetAndDel (test.test_class.ClassTests.testGetSetAndDel)\nPASS: testHasAttrString (test.test_class.ClassTests.testHasAttrString)\nPASS: testHashComparisonOfMethods (test.test_class.ClassTests.testHashComparisonOfMethods)\nPASS: testHashStuff (test.test_class.ClassTests.testHashStuff)\nPASS: testInit (test.test_class.ClassTests.testInit)\nPASS: testListAndDictOps (test.test_class.ClassTests.testListAndDictOps)\nPASS: testMetaclassCallOptimization (test.test_class.ClassTests.testMetaclassCallOptimization)\nPASS: testMisc (test.test_class.ClassTests.testMisc)\nPASS: testObjectAttributeAccessErrorMessages (test.test_class.ClassTests.testObjectAttributeAccessErrorMessages)\nPASS: testPredefinedAttrs (test.test_class.ClassTests.testPredefinedAttrs)\nPASS: testSFBug532646 (test.test_class.ClassTests.testSFBug532646)\nPASS: testSetattrNonStringName (test.test_class.ClassTests.testSetattrNonStringName)\nPASS: testSetattrWrapperNameIntern (test.test_class.ClassTests.testSetattrWrapperNameIntern)\nPASS: testTypeAttributeAccessErrorMessages (test.test_class.ClassTests.testTypeAttributeAccessErrorMessages)\nPASS: testUnaryOps (test.test_class.ClassTests.testUnaryOps)\ntest_bug_117750 (test.test_class.TestInlineValues.test_bug_117750)\nPASS: Aborted on 3.13a6\nPASS: test_detach_materialized_dict_no_memory (test.test_class.TestInlineValues.test_detach_materialized_dict_no_memory)\nPASS: test_flags (test.test_class.TestInlineValues.test_flags)\nPASS: test_has_inline_values (test.test_class.TestInlineValues.test_has_inline_values)\nPASS: test_inspect_dict (test.test_class.TestInlineValues.test_inspect_dict)\nPASS: test_instances (test.test_class.TestInlineValues.test_instances)\nPASS: test_many_attributes (test.test_class.TestInlineValues.test_many_attributes)\nPASS: test_many_attributes_with_dict (test.test_class.TestInlineValues.test_many_attributes_with_dict)\nPASS: test_rematerialize_object_dict (test.test_class.TestInlineValues.test_rematerialize_object_dict)\nPASS: test_store_attr_deleted_dict (test.test_class.TestInlineValues.test_store_attr_deleted_dict)\ntest_store_attr_type_cache (test.test_class.TestInlineValues.test_store_attr_type_cache)\nPASS: Verifies that the type cache doesn't provide a value which  is\nPASS: test_update_dict (test.test_class.TestInlineValues.test_update_dict)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.088s\n\nOK\n0:01:12 load avg: 1.23 [101/480] test_clinic skipped\ntest_clinic skipped -- clinic directory could not be found\n0:01:12 load avg: 1.23 [102/480] test_calendar passed\nPASS: test_days (test.test_calendar.CalendarTestCase.test_days)\nPASS: test_deprecation_warning (test.test_calendar.CalendarTestCase.test_deprecation_warning)\nPASS: test_enumerate_weekdays (test.test_calendar.CalendarTestCase.test_enumerate_weekdays)\nPASS: test_illegal_weekday_reported (test.test_calendar.CalendarTestCase.test_illegal_weekday_reported)\nPASS: test_isleap (test.test_calendar.CalendarTestCase.test_isleap)\nPASS: test_itermonthdays (test.test_calendar.CalendarTestCase.test_itermonthdays)\nPASS: test_itermonthdays2 (test.test_calendar.CalendarTestCase.test_itermonthdays2)\nPASS: test_itermonthdays3 (test.test_calendar.CalendarTestCase.test_itermonthdays3)\nPASS: test_itermonthdays4 (test.test_calendar.CalendarTestCase.test_itermonthdays4)\nPASS: test_iterweekdays (test.test_calendar.CalendarTestCase.test_iterweekdays)\nPASS: test_locale_calendar_formatmonthname (test.test_calendar.CalendarTestCase.test_locale_calendar_formatmonthname)\nPASS: test_locale_calendar_formatweekday (test.test_calendar.CalendarTestCase.test_locale_calendar_formatweekday)\nPASS: test_locale_calendars_reset_locale_properly (test.test_calendar.CalendarTestCase.test_locale_calendars_reset_locale_properly)\nPASS: test_locale_html_calendar (test.test_calendar.CalendarTestCase.test_locale_html_calendar)\nPASS: test_locale_html_calendar_custom_css_class_month_name (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_month_name)\nPASS: test_locale_html_calendar_custom_css_class_weekday (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_weekday)\nPASS: test_locale_text_calendar (test.test_calendar.CalendarTestCase.test_locale_text_calendar)\nPASS: test_months (test.test_calendar.CalendarTestCase.test_months)\nPASS: test_setfirstweekday (test.test_calendar.CalendarTestCase.test_setfirstweekday)\nPASS: test_help (test.test_calendar.CommandLineTestCase.test_help)\nPASS: test_html_output_current_year (test.test_calendar.CommandLineTestCase.test_html_output_current_year)\nPASS: test_html_output_year_css (test.test_calendar.CommandLineTestCase.test_html_output_year_css)\nPASS: test_html_output_year_encoding (test.test_calendar.CommandLineTestCase.test_html_output_year_encoding)\nPASS: test_illegal_arguments (test.test_calendar.CommandLineTestCase.test_illegal_arguments)\nPASS: test_option_encoding (test.test_calendar.CommandLineTestCase.test_option_encoding)\nPASS: test_option_lines (test.test_calendar.CommandLineTestCase.test_option_lines)\nPASS: test_option_locale (test.test_calendar.CommandLineTestCase.test_option_locale)\nPASS: test_option_months (test.test_calendar.CommandLineTestCase.test_option_months)\nPASS: test_option_spacing (test.test_calendar.CommandLineTestCase.test_option_spacing)\nPASS: test_option_type (test.test_calendar.CommandLineTestCase.test_option_type)\nPASS: test_option_width (test.test_calendar.CommandLineTestCase.test_option_width)\nPASS: test_output_current_year (test.test_calendar.CommandLineTestCase.test_output_current_year)\nPASS: test_output_month (test.test_calendar.CommandLineTestCase.test_output_month)\nPASS: test_output_year (test.test_calendar.CommandLineTestCase.test_output_year)\nPASS: test_no_leapdays (test.test_calendar.LeapdaysTestCase.test_no_leapdays)\nPASS: test_no_leapdays_upper_boundary (test.test_calendar.LeapdaysTestCase.test_no_leapdays_upper_boundary)\nPASS: test_no_range (test.test_calendar.LeapdaysTestCase.test_no_range)\nPASS: test_one_leapday_lower_boundary (test.test_calendar.LeapdaysTestCase.test_one_leapday_lower_boundary)\nPASS: test_several_leapyears_in_range (test.test_calendar.LeapdaysTestCase.test_several_leapyears_in_range)\nPASS: test__all__ (test.test_calendar.MiscTestCase.test__all__)\nPASS: test_april (test.test_calendar.MondayTestCase.test_april)\nPASS: test_december (test.test_calendar.MondayTestCase.test_december)\nPASS: test_february (test.test_calendar.MondayTestCase.test_february)\nPASS: test_december (test.test_calendar.MonthRangeTestCase.test_december)\nPASS: test_february_leap (test.test_calendar.MonthRangeTestCase.test_february_leap)\nPASS: test_february_nonleap (test.test_calendar.MonthRangeTestCase.test_february_nonleap)\nPASS: test_illegal_month_reported (test.test_calendar.MonthRangeTestCase.test_illegal_month_reported)\nPASS: test_january (test.test_calendar.MonthRangeTestCase.test_january)\nPASS: test_thirteenth_month (test.test_calendar.MonthRangeTestCase.test_thirteenth_month)\nPASS: test_zeroth_month (test.test_calendar.MonthRangeTestCase.test_zeroth_month)\nPASS: test_format (test.test_calendar.OutputTestCase.test_format)\nPASS: test_formatmonth (test.test_calendar.OutputTestCase.test_formatmonth)\nPASS: test_formatmonth_with_invalid_month (test.test_calendar.OutputTestCase.test_formatmonth_with_invalid_month)\nPASS: test_formatmonthname_with_year (test.test_calendar.OutputTestCase.test_formatmonthname_with_year)\nPASS: test_formatmonthname_without_year (test.test_calendar.OutputTestCase.test_formatmonthname_without_year)\nPASS: test_formatweekheader_long (test.test_calendar.OutputTestCase.test_formatweekheader_long)\nPASS: test_formatweekheader_short (test.test_calendar.OutputTestCase.test_formatweekheader_short)\nPASS: test_output (test.test_calendar.OutputTestCase.test_output)\nPASS: test_output_htmlcalendar_encoding_ascii (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_ascii)\nPASS: test_output_htmlcalendar_encoding_default (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_default)\nPASS: test_output_htmlcalendar_encoding_utf8 (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_utf8)\nPASS: test_output_textcalendar (test.test_calendar.OutputTestCase.test_output_textcalendar)\nPASS: test_prmonth (test.test_calendar.OutputTestCase.test_prmonth)\nPASS: test_prweek (test.test_calendar.OutputTestCase.test_prweek)\nPASS: test_pryear (test.test_calendar.OutputTestCase.test_pryear)\nPASS: test_yeardatescalendar (test.test_calendar.OutputTestCase.test_yeardatescalendar)\nPASS: test_yeardayscalendar (test.test_calendar.OutputTestCase.test_yeardayscalendar)\nPASS: test_april (test.test_calendar.SundayTestCase.test_april)\nPASS: test_december (test.test_calendar.SundayTestCase.test_december)\nPASS: test_february (test.test_calendar.SundayTestCase.test_february)\nPASS: test_format_year (test.test_calendar.TestSubClassingCase.test_format_year)\nPASS: test_format_year_head (test.test_calendar.TestSubClassingCase.test_format_year_head)\nPASS: test_formatmonth (test.test_calendar.TestSubClassingCase.test_formatmonth)\nPASS: test_formatmonth_with_invalid_month (test.test_calendar.TestSubClassingCase.test_formatmonth_with_invalid_month)\nPASS: test_formatmonthname (test.test_calendar.TestSubClassingCase.test_formatmonthname)\nPASS: test_formatweek (test.test_calendar.TestSubClassingCase.test_formatweek)\nPASS: test_formatweek_head (test.test_calendar.TestSubClassingCase.test_formatweek_head)\nPASS: test_timegm (test.test_calendar.TimegmTestCase.test_timegm)\n\n----------------------------------------------------------------------\nRan 78 tests in 1.105s\n\nOK\n0:01:12 load avg: 1.23 [103/480] test_cmath passed\nPASS: testAtanSign (test.test_cmath.CMathTests.testAtanSign)\nPASS: testAtanhSign (test.test_cmath.CMathTests.testAtanhSign)\nPASS: testTanhSign (test.test_cmath.CMathTests.testTanhSign)\nPASS: test_abs (test.test_cmath.CMathTests.test_abs)\nPASS: test_abs_overflows (test.test_cmath.CMathTests.test_abs_overflows)\nPASS: test_cmath_matches_math (test.test_cmath.CMathTests.test_cmath_matches_math)\nPASS: test_constants (test.test_cmath.CMathTests.test_constants)\nPASS: test_infinity_and_nan_constants (test.test_cmath.CMathTests.test_infinity_and_nan_constants)\nPASS: test_input_type (test.test_cmath.CMathTests.test_input_type)\nPASS: test_isfinite (test.test_cmath.CMathTests.test_isfinite)\nPASS: test_isinf (test.test_cmath.CMathTests.test_isinf)\nPASS: test_isnan (test.test_cmath.CMathTests.test_isnan)\nPASS: test_phase (test.test_cmath.CMathTests.test_phase)\nPASS: test_polar (test.test_cmath.CMathTests.test_polar)\nPASS: test_polar_errno (test.test_cmath.CMathTests.test_polar_errno)\nPASS: test_rect (test.test_cmath.CMathTests.test_rect)\nPASS: test_specific_values (test.test_cmath.CMathTests.test_specific_values)\nPASS: test_user_object (test.test_cmath.CMathTests.test_user_object)\nPASS: test_asymmetry (test.test_cmath.IsCloseTests.test_asymmetry)\nPASS: test_complex_near_zero (test.test_cmath.IsCloseTests.test_complex_near_zero)\nPASS: test_complex_special (test.test_cmath.IsCloseTests.test_complex_special)\nPASS: test_complex_values (test.test_cmath.IsCloseTests.test_complex_values)\nPASS: test_decimals (test.test_cmath.IsCloseTests.test_decimals)\nPASS: test_eight_decimal_places (test.test_cmath.IsCloseTests.test_eight_decimal_places)\nPASS: test_fractions (test.test_cmath.IsCloseTests.test_fractions)\nPASS: test_identical (test.test_cmath.IsCloseTests.test_identical)\nPASS: test_identical_infinite (test.test_cmath.IsCloseTests.test_identical_infinite)\nPASS: test_inf_ninf_nan (test.test_cmath.IsCloseTests.test_inf_ninf_nan)\nPASS: test_integers (test.test_cmath.IsCloseTests.test_integers)\nPASS: test_near_zero (test.test_cmath.IsCloseTests.test_near_zero)\nPASS: test_negative_tolerances (test.test_cmath.IsCloseTests.test_negative_tolerances)\nPASS: test_reject_complex_tolerances (test.test_cmath.IsCloseTests.test_reject_complex_tolerances)\nPASS: test_zero_tolerance (test.test_cmath.IsCloseTests.test_zero_tolerance)\n\n----------------------------------------------------------------------\nRan 33 tests in 0.017s\n\nOK\n0:01:12 load avg: 1.23 [104/480] test_cmd passed\nPASS: test_basic_completion (test.test_cmd.CmdTestReadline.test_basic_completion)\nPASS: test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl)\nPASS: test_input_reset_at_EOF (test.test_cmd.TestAlternateInput.test_input_reset_at_EOF)\nCmdPrintExceptionClass (test.test_cmd)\nPASS: Doctest: test.test_cmd.CmdPrintExceptionClass\nsamplecmdclass (test.test_cmd)\nPASS: Doctest: test.test_cmd.samplecmdclass\n\n----------------------------------------------------------------------\nRan 5 tests in 0.030s\n\nOK\n0:01:14 load avg: 1.23 [105/480] test_cmd_line_script passed\nPASS: test_basic_script (test.test_cmd_line_script.CmdLineTest.test_basic_script)\nPASS: test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_direct_execution)\nPASS: test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_module_execution)\nPASS: test_dash_c_loader (test.test_cmd_line_script.CmdLineTest.test_dash_c_loader)\nPASS: test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest.test_dash_m_bad_pyc)\nPASS: test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest.test_dash_m_error_code_is_one)\nPASS: test_dash_m_errors (test.test_cmd_line_script.CmdLineTest.test_dash_m_errors)\nPASS: test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_init_traceback)\nPASS: test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_main_traceback)\nPASS: test_directory (test.test_cmd_line_script.CmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_cmd_line_script.CmdLineTest.test_directory_compiled)\nPASS: test_directory_error (test.test_cmd_line_script.CmdLineTest.test_directory_error)\nPASS: test_hint_when_triying_to_import_a_py_file (test.test_cmd_line_script.CmdLineTest.test_hint_when_triying_to_import_a_py_file)\nPASS: test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest.test_issue20500_exit_with_exception_value)\nPASS: test_issue20884 (test.test_cmd_line_script.CmdLineTest.test_issue20884)\nPASS: test_issue8202 (test.test_cmd_line_script.CmdLineTest.test_issue8202)\nPASS: test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_c_file_ignored)\nPASS: test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_m_file_ignored)\nPASS: test_module_in_package (test.test_cmd_line_script.CmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii)\nPASS: test_nonexisting_script (test.test_cmd_line_script.CmdLineTest.test_nonexisting_script)\nPASS: test_package (test.test_cmd_line_script.CmdLineTest.test_package)\nPASS: test_package_compiled (test.test_cmd_line_script.CmdLineTest.test_package_compiled)\nPASS: test_package_error (test.test_cmd_line_script.CmdLineTest.test_package_error)\nPASS: test_package_recursion (test.test_cmd_line_script.CmdLineTest.test_package_recursion)\nPASS: test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest.test_pep_409_verbiage)\nPASS: test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush)\nPASS: test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_separate_stderr)\nPASS: test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush)\nPASS: test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_separate_stderr)\nPASS: test_script_abspath (test.test_cmd_line_script.CmdLineTest.test_script_abspath)\nPASS: test_script_as_dev_fd (test.test_cmd_line_script.CmdLineTest.test_script_as_dev_fd)\nPASS: test_script_compiled (test.test_cmd_line_script.CmdLineTest.test_script_compiled)\nPASS: test_source_lines_are_shown_when_running_source (test.test_cmd_line_script.CmdLineTest.test_source_lines_are_shown_when_running_source)\nPASS: test_stdin_loader (test.test_cmd_line_script.CmdLineTest.test_stdin_loader)\nPASS: test_syntaxerror_does_not_crash (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_does_not_crash)\nPASS: test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_indented_caret_position)\nPASS: test_syntaxerror_invalid_escape_sequence_multi_line (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_invalid_escape_sequence_multi_line)\nPASS: test_syntaxerror_multi_line_fstring (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_multi_line_fstring)\nPASS: test_syntaxerror_null_bytes (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes)\nPASS: test_syntaxerror_null_bytes_in_multiline_string (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_in_multiline_string)\nPASS: test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_unindented_caret_position)\nPASS: test_zipfile (test.test_cmd_line_script.CmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled_checked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_checked_hash)\nPASS: test_zipfile_compiled_timestamp (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_timestamp)\nPASS: test_zipfile_compiled_unchecked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_unchecked_hash)\nPASS: test_zipfile_error (test.test_cmd_line_script.CmdLineTest.test_zipfile_error)\n\n----------------------------------------------------------------------\nRan 49 tests in 1.699s\n\nOK\n0:01:14 load avg: 1.23 [106/480] test_code passed\nPASS: test_bad_index (test.test_code.CoExtra.test_bad_index)\nPASS: test_free_called (test.test_code.CoExtra.test_free_called)\nPASS: test_free_different_thread (test.test_code.CoExtra.test_free_different_thread)\nPASS: test_get_non_code (test.test_code.CoExtra.test_get_non_code)\nPASS: test_get_set (test.test_code.CoExtra.test_get_set)\nSKIP: test_interned_constants (test.test_code.CodeConstsTest.test_interned_constants) 'does not intern all constants'\nPASS: test_interned_string (test.test_code.CodeConstsTest.test_interned_string)\nPASS: test_interned_string_default (test.test_code.CodeConstsTest.test_interned_string_default)\nPASS: test_interned_string_in_frozenset (test.test_code.CodeConstsTest.test_interned_string_in_frozenset)\nPASS: test_interned_string_in_tuple (test.test_code.CodeConstsTest.test_interned_string_in_tuple)\nPASS: test_interned_string_with_null (test.test_code.CodeConstsTest.test_interned_string_with_null)\nPASS: test_unusual_constants (test.test_code.CodeConstsTest.test_unusual_constants)\nPASS: test_code_new_empty (test.test_code.CodeLocationTest.test_code_new_empty)\nPASS: test_lines (test.test_code.CodeLocationTest.test_lines)\nPASS: test_positions (test.test_code.CodeLocationTest.test_positions)\nPASS: test_closure_injection (test.test_code.CodeTest.test_closure_injection)\nPASS: test_co_lnotab_is_deprecated (test.test_code.CodeTest.test_co_lnotab_is_deprecated)\nPASS: test_co_positions_artificial_instructions (test.test_code.CodeTest.test_co_positions_artificial_instructions)\nPASS: test_co_positions_empty_linetable (test.test_code.CodeTest.test_co_positions_empty_linetable)\ntest_code_equal_with_instrumentation (test.test_code.CodeTest.test_code_equal_with_instrumentation)\nPASS: GH-109052\nPASS: test_code_equality (test.test_code.CodeTest.test_code_equality)\nPASS: test_code_hash_uses_bytecode (test.test_code.CodeTest.test_code_hash_uses_bytecode)\nPASS: test_code_hash_uses_firstlineno (test.test_code.CodeTest.test_code_hash_uses_firstlineno)\nPASS: test_code_hash_uses_order (test.test_code.CodeTest.test_code_hash_uses_order)\nPASS: test_constructor (test.test_code.CodeTest.test_constructor)\nPASS: test_empty_linetable (test.test_code.CodeTest.test_empty_linetable)\nPASS: test_endline_and_columntable_none_when_no_debug_ranges (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges)\nPASS: test_endline_and_columntable_none_when_no_debug_ranges_env (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges_env)\nPASS: test_invalid_bytecode (test.test_code.CodeTest.test_invalid_bytecode)\nPASS: test_newempty (test.test_code.CodeTest.test_newempty)\nPASS: test_nlocals_mismatch (test.test_code.CodeTest.test_nlocals_mismatch)\nPASS: test_qualname (test.test_code.CodeTest.test_qualname)\nPASS: test_replace (test.test_code.CodeTest.test_replace)\nPASS: test_shrinking_localsplus (test.test_code.CodeTest.test_shrinking_localsplus)\nPASS: test_basic (test.test_code.CodeWeakRefTest.test_basic)\ntest_code (test)\nPASS: Doctest: test.test_code\n\n----------------------------------------------------------------------\nRan 36 tests in 0.073s\n\nOK (skipped=1)\n0:01:14 load avg: 1.23 [107/480] test_cmd_line passed\nSKIP: test_argv0_normalization (test.test_cmd_line.CmdLineTest.test_argv0_normalization) 'bpo-32457 only applies on Windows'\nPASS: test_builtin_input (test.test_cmd_line.CmdLineTest.test_builtin_input)\nPASS: test_closed_stdout (test.test_cmd_line.CmdLineTest.test_closed_stdout)\nPASS: test_coding (test.test_cmd_line.CmdLineTest.test_coding)\nPASS: test_cpu_count (test.test_cmd_line.CmdLineTest.test_cpu_count)\nPASS: test_cpu_count_default (test.test_cmd_line.CmdLineTest.test_cpu_count_default)\nPASS: test_del___main__ (test.test_cmd_line.CmdLineTest.test_del___main__)\nPASS: test_directories (test.test_cmd_line.CmdLineTest.test_directories)\nPASS: test_displayhook_unencodable (test.test_cmd_line.CmdLineTest.test_displayhook_unencodable)\nPASS: test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest.test_empty_PYTHONPATH_issue16309)\nPASS: test_env_var_frozen_modules (test.test_cmd_line.CmdLineTest.test_env_var_frozen_modules)\nPASS: test_hash_randomization (test.test_cmd_line.CmdLineTest.test_hash_randomization)\nPASS: test_help (test.test_cmd_line.CmdLineTest.test_help)\nPASS: test_help_all (test.test_cmd_line.CmdLineTest.test_help_all)\nPASS: test_help_env (test.test_cmd_line.CmdLineTest.test_help_env)\nPASS: test_help_xoptions (test.test_cmd_line.CmdLineTest.test_help_xoptions)\nPASS: test_int_max_str_digits (test.test_cmd_line.CmdLineTest.test_int_max_str_digits)\nPASS: test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest.test_invalid_utf8_arg)\nPASS: test_isolatedmode (test.test_cmd_line.CmdLineTest.test_isolatedmode)\nPASS: test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest.test_large_PYTHONPATH)\nPASS: test_no_std_streams (test.test_cmd_line.CmdLineTest.test_no_std_streams)\nPASS: test_no_stderr (test.test_cmd_line.CmdLineTest.test_no_stderr)\nPASS: test_no_stdin (test.test_cmd_line.CmdLineTest.test_no_stdin)\nPASS: test_no_stdout (test.test_cmd_line.CmdLineTest.test_no_stdout)\nPASS: test_non_ascii (test.test_cmd_line.CmdLineTest.test_non_ascii)\nPASS: test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest.test_non_interactive_output_buffering)\nPASS: test_optimize (test.test_cmd_line.CmdLineTest.test_optimize)\nSKIP: test_osx_android_utf8 (test.test_cmd_line.CmdLineTest.test_osx_android_utf8) 'test specific to Mac OS X and Android'\nPASS: test_output_newline (test.test_cmd_line.CmdLineTest.test_output_newline)\nPASS: test_parsing_error (test.test_cmd_line.CmdLineTest.test_parsing_error)\nPASS: test_python_gil (test.test_cmd_line.CmdLineTest.test_python_gil)\nPASS: test_pythondevmode_env (test.test_cmd_line.CmdLineTest.test_pythondevmode_env)\nPASS: test_pythonmalloc (test.test_cmd_line.CmdLineTest.test_pythonmalloc)\nPASS: test_relativedir_bug46421 (test.test_cmd_line.CmdLineTest.test_relativedir_bug46421)\nPASS: test_run_code (test.test_cmd_line.CmdLineTest.test_run_code)\nPASS: test_run_module (test.test_cmd_line.CmdLineTest.test_run_module)\nPASS: test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest.test_run_module_bug1764407)\nPASS: test_set_pycache_prefix (test.test_cmd_line.CmdLineTest.test_set_pycache_prefix)\nPASS: test_showrefcount (test.test_cmd_line.CmdLineTest.test_showrefcount)\nPASS: test_site_flag (test.test_cmd_line.CmdLineTest.test_site_flag)\nPASS: test_stdin_readline (test.test_cmd_line.CmdLineTest.test_stdin_readline)\nPASS: test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown)\nPASS: test_sys_flags_set (test.test_cmd_line.CmdLineTest.test_sys_flags_set)\nPASS: test_unbuffered_input (test.test_cmd_line.CmdLineTest.test_unbuffered_input)\nPASS: test_unbuffered_output (test.test_cmd_line.CmdLineTest.test_unbuffered_output)\nPASS: test_undecodable_code (test.test_cmd_line.CmdLineTest.test_undecodable_code)\nPASS: test_unknown_options (test.test_cmd_line.CmdLineTest.test_unknown_options)\nPASS: test_unmached_quote (test.test_cmd_line.CmdLineTest.test_unmached_quote)\nPASS: test_verbose (test.test_cmd_line.CmdLineTest.test_verbose)\nPASS: test_version (test.test_cmd_line.CmdLineTest.test_version)\nPASS: test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest.test_warnings_filter_precedence)\nPASS: test_xdev (test.test_cmd_line.CmdLineTest.test_xdev)\nPASS: test_xoption_frozen_modules (test.test_cmd_line.CmdLineTest.test_xoption_frozen_modules)\nPASS: test_xoptions (test.test_cmd_line.CmdLineTest.test_xoptions)\nPASS: test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONHASHSEED)\nPASS: test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONPATH)\nPASS: test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest.test_sys_flags_not_set)\nPASS: test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests.test_decoding_error_at_the_end_of_the_line)\nPASS: test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests.test_tokenizer_error_with_stdin)\n\n----------------------------------------------------------------------\nRan 59 tests in 1.903s\n\nOK (skipped=2)\n0:01:14 load avg: 1.23 [108/480] test_codeccallbacks passed\nPASS: test_backslashescape (test.test_codeccallbacks.CodecCallbackTest.test_backslashescape)\nPASS: test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodbackslashreplaceexceptions)\nPASS: test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodignoreexceptions)\nPASS: test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodnamereplaceexceptions)\nPASS: test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodreplaceexceptions)\nPASS: test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodstrictexceptions)\nPASS: test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogateescapeexceptions)\nPASS: test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogatepassexceptions)\nPASS: test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodxmlcharrefreplaceexceptions)\nPASS: test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest.test_badhandlerresults)\nPASS: test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest.test_badlookupcall)\nPASS: test_badregistercall (test.test_codeccallbacks.CodecCallbackTest.test_badregistercall)\nPASS: test_bug828737 (test.test_codeccallbacks.CodecCallbackTest.test_bug828737)\nPASS: test_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_callbacks)\nPASS: test_charmapencode (test.test_codeccallbacks.CodecCallbackTest.test_charmapencode)\nPASS: test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_crashing_decode_handler)\nPASS: test_decodehelper (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper)\nPASS: test_decodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_bug36819)\nPASS: test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_decoding_callbacks)\nPASS: test_encode_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_bytes_replacement)\nPASS: test_encode_nonascii_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_nonascii_replacement)\nPASS: test_encode_odd_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_odd_bytes_replacement)\nPASS: test_encode_unencodable_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_unencodable_replacement)\nPASS: test_encodehelper (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper)\nPASS: test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819)\nPASS: test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest.test_fake_error_class)\nPASS: test_longstrings (test.test_codeccallbacks.CodecCallbackTest.test_longstrings)\nPASS: test_lookup (test.test_codeccallbacks.CodecCallbackTest.test_lookup)\nPASS: test_mutating_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler)\nPASS: test_mutating_decode_handler_unicode_escape (test.test_codeccallbacks.CodecCallbackTest.test_mutating_decode_handler_unicode_escape)\nPASS: test_nameescape (test.test_codeccallbacks.CodecCallbackTest.test_nameescape)\nPASS: test_translatehelper (test.test_codeccallbacks.CodecCallbackTest.test_translatehelper)\nPASS: test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodedecodeerror)\nPASS: test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodeencodeerror)\nPASS: test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodetranslateerror)\nPASS: test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest.test_uninamereplace)\nPASS: test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest.test_unknownhandler)\nPASS: test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharnamereplace)\nPASS: test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace)\nPASS: test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefvalues)\n\n----------------------------------------------------------------------\nRan 40 tests in 0.012s\n\nOK\n0:01:14 load avg: 1.23 [109/480] test_code_module passed\nPASS: test_banner (test.test_code_module.TestInteractiveConsole.test_banner)\nPASS: test_cause_tb (test.test_code_module.TestInteractiveConsole.test_cause_tb)\nPASS: test_console_stderr (test.test_code_module.TestInteractiveConsole.test_console_stderr)\nPASS: test_context_tb (test.test_code_module.TestInteractiveConsole.test_context_tb)\nPASS: test_exit_msg (test.test_code_module.TestInteractiveConsole.test_exit_msg)\nPASS: test_indentation_error (test.test_code_module.TestInteractiveConsole.test_indentation_error)\nPASS: test_ps1 (test.test_code_module.TestInteractiveConsole.test_ps1)\nPASS: test_ps2 (test.test_code_module.TestInteractiveConsole.test_ps2)\nPASS: test_syntax_error (test.test_code_module.TestInteractiveConsole.test_syntax_error)\nPASS: test_sysexcepthook (test.test_code_module.TestInteractiveConsole.test_sysexcepthook)\nPASS: test_sysexcepthook_crashing_doesnt_close_repl (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_crashing_doesnt_close_repl)\nPASS: test_sysexcepthook_indentation_error (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_indentation_error)\nPASS: test_sysexcepthook_raising_BaseException (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_BaseException)\nPASS: test_sysexcepthook_raising_SystemExit_gets_through (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_raising_SystemExit_gets_through)\nPASS: test_sysexcepthook_syntax_error (test.test_code_module.TestInteractiveConsole.test_sysexcepthook_syntax_error)\nPASS: test_unicode_error (test.test_code_module.TestInteractiveConsole.test_unicode_error)\nPASS: test_exit (test.test_code_module.TestInteractiveConsoleLocalExit.test_exit)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.042s\n\nOK\n0:01:14 load avg: 1.23 [110/480] test_codecencodings_hk passed\nPASS: test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.005s\n\nOK\n0:01:14 load avg: 1.23 [111/480] test_codecencodings_cn passed\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB18030.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB18030.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB18030.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB18030.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB18030.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB18030.test_chunkcoding)\nSKIP: test_customreplace_encode (test.test_codecencodings_cn.Test_GB18030.test_customreplace_encode) 'encoding contains full ISO 10646 map'\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_GB18030.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB18030.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_GB18030.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_GB18030.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB18030.test_streamwriter_reset_no_pending)\nSKIP: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB18030.test_xmlcharrefreplace) 'encoding contains full ISO 10646 map'\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_GB2312.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB2312.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_GB2312.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB2312.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB2312.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_GB2312.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GB2312.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_GB2312.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GB2312.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_GB2312.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_GB2312.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB2312.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB2312.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_GBK.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_GBK.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_GBK.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_GBK.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_GBK.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_GBK.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_GBK.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_GBK.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_cn.Test_GBK.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_GBK.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_GBK.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_GBK.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_GBK.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GBK.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GBK.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_cn.Test_HZ.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_cn.Test_HZ.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_cn.Test_HZ.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_cn.Test_HZ.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_cn.Test_HZ.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_cn.Test_HZ.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_cn.Test_HZ.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_cn.Test_HZ.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_cn.Test_HZ.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_cn.Test_HZ.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_cn.Test_HZ.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_cn.Test_HZ.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_cn.Test_HZ.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_HZ.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.061s\n\nOK (skipped=2)\n0:01:15 load avg: 1.23 [112/480] test_codecencodings_iso2022 passed\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2004.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP3.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_wrong_objects)\nSKIP: test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding) 'iso2022_kr.txt cannot be used to test \"chunk coding\"'\nPASS: test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 90 tests in 0.103s\n\nOK (skipped=1)\n0:01:15 load avg: 1.23 [113/480] test_codecencodings_jp passed\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_CP932.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_CP932.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_CP932.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_CP932.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_CP932.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_CP932.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_CP932.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_CP932.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_CP932.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_SJISX0213.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 126 tests in 0.148s\n\nOK\n0:01:15 load avg: 1.23 [114/480] test_codecencodings_kr passed\nPASS: test_callback_None_index (test.test_codecencodings_kr.Test_CP949.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_kr.Test_CP949.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_kr.Test_CP949.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_CP949.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_kr.Test_CP949.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_CP949.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_CP949.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_kr.Test_CP949.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_kr.Test_CP949.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_kr.Test_CP949.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_CP949.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_kr.Test_CP949.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_kr.Test_CP949.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_CP949.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_CP949.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_EUCKR.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_EUCKR.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_EUCKR.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_kr.Test_EUCKR.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_kr.Test_EUCKR.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_kr.Test_EUCKR.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_kr.Test_EUCKR.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_EUCKR.test_xmlcharrefreplace)\nPASS: test_callback_None_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_kr.Test_JOHAB.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_kr.Test_JOHAB.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_kr.Test_JOHAB.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_kr.Test_JOHAB.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_kr.Test_JOHAB.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_kr.Test_JOHAB.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_kr.Test_JOHAB.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 54 tests in 0.067s\n\nOK\n0:01:15 load avg: 1.23 [115/480] test_codecencodings_tw passed\nPASS: test_callback_None_index (test.test_codecencodings_tw.Test_Big5.test_callback_None_index)\nPASS: test_callback_backward_index (test.test_codecencodings_tw.Test_Big5.test_callback_backward_index)\nPASS: test_callback_forward_index (test.test_codecencodings_tw.Test_Big5.test_callback_forward_index)\nPASS: test_callback_index_outofbound (test.test_codecencodings_tw.Test_Big5.test_callback_index_outofbound)\nPASS: test_callback_long_index (test.test_codecencodings_tw.Test_Big5.test_callback_long_index)\nPASS: test_callback_returns_bytes (test.test_codecencodings_tw.Test_Big5.test_callback_returns_bytes)\nPASS: test_callback_wrong_objects (test.test_codecencodings_tw.Test_Big5.test_callback_wrong_objects)\nPASS: test_chunkcoding (test.test_codecencodings_tw.Test_Big5.test_chunkcoding)\nPASS: test_customreplace_encode (test.test_codecencodings_tw.Test_Big5.test_customreplace_encode)\nPASS: test_errorhandle (test.test_codecencodings_tw.Test_Big5.test_errorhandle)\nPASS: test_incrementaldecoder (test.test_codecencodings_tw.Test_Big5.test_incrementaldecoder)\nPASS: test_incrementalencoder (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder)\nPASS: test_incrementalencoder_del_segfault (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_del_segfault)\nPASS: test_incrementalencoder_error_callback (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_error_callback)\nPASS: test_streamreader (test.test_codecencodings_tw.Test_Big5.test_streamreader)\nPASS: test_streamwriter (test.test_codecencodings_tw.Test_Big5.test_streamwriter)\nPASS: test_streamwriter_reset_no_pending (test.test_codecencodings_tw.Test_Big5.test_streamwriter_reset_no_pending)\nPASS: test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5.test_xmlcharrefreplace)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.015s\n\nOK\n0:01:15 load avg: 1.23 [116/480] test_codecmaps_cn passed\nSKIP: test_errorhandle (test.test_codecmaps_cn.TestGB18030Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_cn.TestGB18030Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_cn.TestGB2312Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_cn.TestGB2312Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGB2312Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_cn.TestGBKMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_cn.TestGBKMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 9 tests in 0.004s\n\nOK (skipped=9)\n0:01:15 load avg: 1.23 [117/480] test_codecmaps_hk passed\nSKIP: test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 3 tests in 0.004s\n\nOK (skipped=3)\n0:01:15 load avg: 1.23 [118/480] test_codecmaps_kr passed\nSKIP: test_errorhandle (test.test_codecmaps_kr.TestCP949Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_kr.TestCP949Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_kr.TestJOHABMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_kr.TestJOHABMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 9 tests in 0.004s\n\nOK (skipped=9)\n0:01:15 load avg: 1.23 [119/480] test_codecmaps_jp passed\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestCP932Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestCP932Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 15 tests in 0.004s\n\nOK (skipped=15)\n0:01:15 load avg: 1.23 [120/480] test_codecmaps_tw passed\nSKIP: test_errorhandle (test.test_codecmaps_tw.TestBIG5Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_tw.TestBIG5Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_errorhandle (test.test_codecmaps_tw.TestCP950Map.test_errorhandle) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_file (test.test_codecmaps_tw.TestCP950Map.test_mapping_file) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map.test_mapping_supplemental) \"Use of the 'urlfetch' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 6 tests in 0.004s\n\nOK (skipped=6)\n0:01:15 load avg: 1.23 [121/480] test_codeop passed\nPASS: test_filename (test.test_codeop.CodeopTests.test_filename)\nPASS: test_incomplete (test.test_codeop.CodeopTests.test_incomplete)\nPASS: test_incomplete_warning (test.test_codeop.CodeopTests.test_incomplete_warning)\nPASS: test_invalid (test.test_codeop.CodeopTests.test_invalid)\nPASS: test_invalid_exec (test.test_codeop.CodeopTests.test_invalid_exec)\nPASS: test_invalid_warning (test.test_codeop.CodeopTests.test_invalid_warning)\nPASS: test_syntax_errors (test.test_codeop.CodeopTests.test_syntax_errors)\nPASS: test_valid (test.test_codeop.CodeopTests.test_valid)\nPASS: test_warning (test.test_codeop.CodeopTests.test_warning)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.005s\n\nOK\n0:01:16 load avg: 1.23 [122/480] test_codecs passed\nPASS: test_decode (test.test_codecs.ASCIITest.test_decode)\nPASS: test_decode_error (test.test_codecs.ASCIITest.test_decode_error)\nPASS: test_encode (test.test_codecs.ASCIITest.test_encode)\nPASS: test_encode_error (test.test_codecs.ASCIITest.test_encode_error)\nPASS: test_encode_surrogateescape_error (test.test_codecs.ASCIITest.test_encode_surrogateescape_error)\nPASS: test_bad_decode_args (test.test_codecs.BasicUnicodeTest.test_bad_decode_args)\nPASS: test_bad_encode_args (test.test_codecs.BasicUnicodeTest.test_bad_encode_args)\nPASS: test_basics (test.test_codecs.BasicUnicodeTest.test_basics)\nPASS: test_basics_capi (test.test_codecs.BasicUnicodeTest.test_basics_capi)\nPASS: test_decoder_state (test.test_codecs.BasicUnicodeTest.test_decoder_state)\nPASS: test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest.test_encoding_map_type_initialized)\nPASS: test_seek (test.test_codecs.BasicUnicodeTest.test_seek)\nPASS: test_seek0 (test.test_codecs.BomTest.test_seek0)\nPASS: test_decode_with_int2int_map (test.test_codecs.CharmapTest.test_decode_with_int2int_map)\nPASS: test_decode_with_int2str_map (test.test_codecs.CharmapTest.test_decode_with_int2str_map)\nPASS: test_decode_with_string_map (test.test_codecs.CharmapTest.test_decode_with_string_map)\nSKIP: test_code_page_decode_flags (test.test_codecs.CodePageTest.test_code_page_decode_flags) 'code pages are specific to Windows'\nSKIP: test_code_page_name (test.test_codecs.CodePageTest.test_code_page_name) 'code pages are specific to Windows'\nSKIP: test_cp1252 (test.test_codecs.CodePageTest.test_cp1252) 'code pages are specific to Windows'\nSKIP: test_cp932 (test.test_codecs.CodePageTest.test_cp932) 'code pages are specific to Windows'\nSKIP: test_cp_utf7 (test.test_codecs.CodePageTest.test_cp_utf7) 'code pages are specific to Windows'\nSKIP: test_incremental (test.test_codecs.CodePageTest.test_incremental) 'code pages are specific to Windows'\nSKIP: test_invalid_code_page (test.test_codecs.CodePageTest.test_invalid_code_page) 'code pages are specific to Windows'\nSKIP: test_large_input (test.test_codecs.CodePageTest.test_large_input) 'code pages are specific to Windows'\nSKIP: test_large_utf8_input (test.test_codecs.CodePageTest.test_large_utf8_input) 'code pages are specific to Windows'\nSKIP: test_mbcs_alias (test.test_codecs.CodePageTest.test_mbcs_alias) 'code pages are specific to Windows'\nSKIP: test_multibyte_encoding (test.test_codecs.CodePageTest.test_multibyte_encoding) 'code pages are specific to Windows'\nPASS: test_codecs_lookup (test.test_codecs.CodecNameNormalizationTest.test_codecs_lookup)\nPASS: test_encodings_normalize_encoding (test.test_codecs.CodecNameNormalizationTest.test_encodings_normalize_encoding)\nPASS: test_all (test.test_codecs.CodecsModuleTest.test_all)\nPASS: test_copy (test.test_codecs.CodecsModuleTest.test_copy)\nPASS: test_decode (test.test_codecs.CodecsModuleTest.test_decode)\nPASS: test_deepcopy (test.test_codecs.CodecsModuleTest.test_deepcopy)\nPASS: test_encode (test.test_codecs.CodecsModuleTest.test_encode)\nPASS: test_file_closes_if_lookup_error_raised (test.test_codecs.CodecsModuleTest.test_file_closes_if_lookup_error_raised)\nPASS: test_getdecoder (test.test_codecs.CodecsModuleTest.test_getdecoder)\nPASS: test_getencoder (test.test_codecs.CodecsModuleTest.test_getencoder)\nPASS: test_getreader (test.test_codecs.CodecsModuleTest.test_getreader)\nPASS: test_getwriter (test.test_codecs.CodecsModuleTest.test_getwriter)\nPASS: test_lookup (test.test_codecs.CodecsModuleTest.test_lookup)\nPASS: test_lookup_issue1813 (test.test_codecs.CodecsModuleTest.test_lookup_issue1813)\nPASS: test_open (test.test_codecs.CodecsModuleTest.test_open)\nPASS: test_pickle (test.test_codecs.CodecsModuleTest.test_pickle)\nPASS: test_register (test.test_codecs.CodecsModuleTest.test_register)\nPASS: test_undefined (test.test_codecs.CodecsModuleTest.test_undefined)\nPASS: test_unregister (test.test_codecs.CodecsModuleTest.test_unregister)\nPASS: test_basic (test.test_codecs.EncodedFileTest.test_basic)\nPASS: test_empty (test.test_codecs.EscapeDecodeTest.test_empty)\nPASS: test_errors (test.test_codecs.EscapeDecodeTest.test_errors)\nPASS: test_escape (test.test_codecs.EscapeDecodeTest.test_escape)\nPASS: test_raw (test.test_codecs.EscapeDecodeTest.test_raw)\nPASS: test_warnings (test.test_codecs.EscapeDecodeTest.test_warnings)\nPASS: test_escape_encode (test.test_codecs.EscapeEncodeTest.test_escape_encode)\nPASS: test_codec_lookup_failure (test.test_codecs.ExceptionNotesTest.test_codec_lookup_failure)\nPASS: test_init_override (test.test_codecs.ExceptionNotesTest.test_init_override)\nPASS: test_instance_attribute (test.test_codecs.ExceptionNotesTest.test_instance_attribute)\nPASS: test_multiple_args (test.test_codecs.ExceptionNotesTest.test_multiple_args)\nPASS: test_new_override (test.test_codecs.ExceptionNotesTest.test_new_override)\nPASS: test_non_str_arg (test.test_codecs.ExceptionNotesTest.test_non_str_arg)\nPASS: test_raise_by_type (test.test_codecs.ExceptionNotesTest.test_raise_by_type)\nPASS: test_raise_by_value (test.test_codecs.ExceptionNotesTest.test_raise_by_value)\nPASS: test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionNotesTest.test_raise_grandchild_subclass_exact_size)\nPASS: test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionNotesTest.test_raise_subclass_with_weakref_support)\nPASS: test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionNotesTest.test_unflagged_non_text_codec_handling)\nPASS: test_builtin_decode (test.test_codecs.IDNACodecTest.test_builtin_decode)\nPASS: test_builtin_decode_invalid (test.test_codecs.IDNACodecTest.test_builtin_decode_invalid)\nPASS: test_builtin_decode_length_limit (test.test_codecs.IDNACodecTest.test_builtin_decode_length_limit)\nPASS: test_builtin_encode (test.test_codecs.IDNACodecTest.test_builtin_encode)\nPASS: test_builtin_encode_invalid (test.test_codecs.IDNACodecTest.test_builtin_encode_invalid)\ntest_errors (test.test_codecs.IDNACodecTest.test_errors)\nPASS: Only supports \"strict\" error handler\nPASS: test_incremental_decode (test.test_codecs.IDNACodecTest.test_incremental_decode)\nPASS: test_incremental_decode_invalid (test.test_codecs.IDNACodecTest.test_incremental_decode_invalid)\nPASS: test_incremental_encode (test.test_codecs.IDNACodecTest.test_incremental_encode)\nPASS: test_incremental_encode_invalid (test.test_codecs.IDNACodecTest.test_incremental_encode_invalid)\nPASS: test_stream (test.test_codecs.IDNACodecTest.test_stream)\nPASS: test_decode (test.test_codecs.Latin1Test.test_decode)\nPASS: test_encode (test.test_codecs.Latin1Test.test_encode)\nPASS: test_encode_errors (test.test_codecs.Latin1Test.test_encode_errors)\nPASS: test_encode_surrogateescape_error (test.test_codecs.Latin1Test.test_encode_surrogateescape_error)\nPASS: test_decode_strict (test.test_codecs.LocaleCodecTest.test_decode_strict)\nPASS: test_decode_surrogateescape (test.test_codecs.LocaleCodecTest.test_decode_surrogateescape)\nPASS: test_decode_surrogatepass (test.test_codecs.LocaleCodecTest.test_decode_surrogatepass)\nPASS: test_decode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_decode_unsupported_error_handler)\nPASS: test_encode_strict (test.test_codecs.LocaleCodecTest.test_encode_strict)\nPASS: test_encode_surrogateescape (test.test_codecs.LocaleCodecTest.test_encode_surrogateescape)\nPASS: test_encode_surrogatepass (test.test_codecs.LocaleCodecTest.test_encode_surrogatepass)\nPASS: test_encode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_encode_unsupported_error_handler)\nPASS: test_nameprep (test.test_codecs.NameprepTest.test_nameprep)\nPASS: test_decode (test.test_codecs.PunycodeTest.test_decode)\nPASS: test_decode_invalid (test.test_codecs.PunycodeTest.test_decode_invalid)\nPASS: test_encode (test.test_codecs.PunycodeTest.test_encode)\nPASS: test_bug1098990_a (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.RawUnicodeEscapeTest.test_bug1175396)\nPASS: test_decode_errors (test.test_codecs.RawUnicodeEscapeTest.test_decode_errors)\nPASS: test_empty (test.test_codecs.RawUnicodeEscapeTest.test_empty)\nPASS: test_escape_decode (test.test_codecs.RawUnicodeEscapeTest.test_escape_decode)\nPASS: test_escape_encode (test.test_codecs.RawUnicodeEscapeTest.test_escape_encode)\nPASS: test_incremental_surrogatepass (test.test_codecs.RawUnicodeEscapeTest.test_incremental_surrogatepass)\nPASS: test_mixed_readline_and_read (test.test_codecs.RawUnicodeEscapeTest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.RawUnicodeEscapeTest.test_partial)\nPASS: test_raw_decode (test.test_codecs.RawUnicodeEscapeTest.test_raw_decode)\nPASS: test_raw_encode (test.test_codecs.RawUnicodeEscapeTest.test_raw_encode)\nPASS: test_readline (test.test_codecs.RawUnicodeEscapeTest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.RawUnicodeEscapeTest.test_readlinequeue)\nPASS: test_array (test.test_codecs.ReadBufferTest.test_array)\nPASS: test_bad_args (test.test_codecs.ReadBufferTest.test_bad_args)\nPASS: test_empty (test.test_codecs.ReadBufferTest.test_empty)\nPASS: test_decode (test.test_codecs.Rot13Test.test_decode)\nPASS: test_encode (test.test_codecs.Rot13Test.test_encode)\nPASS: test_incremental_decode (test.test_codecs.Rot13Test.test_incremental_decode)\nPASS: test_incremental_encode (test.test_codecs.Rot13Test.test_incremental_encode)\nPASS: test_rot13_func (test.test_codecs.Rot13UtilTest.test_rot13_func)\nPASS: test_copy (test.test_codecs.StreamReaderTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamReaderTest.test_pickle)\nPASS: test_readlines (test.test_codecs.StreamReaderTest.test_readlines)\nPASS: test_copy (test.test_codecs.StreamReaderWriterTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamReaderWriterTest.test_pickle)\nPASS: test_copy (test.test_codecs.StreamRecoderTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamRecoderTest.test_pickle)\nPASS: test_seeking_read (test.test_codecs.StreamRecoderTest.test_seeking_read)\nPASS: test_seeking_write (test.test_codecs.StreamRecoderTest.test_seeking_write)\nPASS: test_write (test.test_codecs.StreamRecoderTest.test_write)\nPASS: test_writelines (test.test_codecs.StreamRecoderTest.test_writelines)\nPASS: test_copy (test.test_codecs.StreamWriterTest.test_copy)\nPASS: test_pickle (test.test_codecs.StreamWriterTest.test_pickle)\nPASS: test_ascii (test.test_codecs.SurrogateEscapeTest.test_ascii)\nPASS: test_charmap (test.test_codecs.SurrogateEscapeTest.test_charmap)\nPASS: test_latin1 (test.test_codecs.SurrogateEscapeTest.test_latin1)\nPASS: test_utf8 (test.test_codecs.SurrogateEscapeTest.test_utf8)\nPASS: test_aliases (test.test_codecs.TransformCodecTest.test_aliases)\nPASS: test_basics (test.test_codecs.TransformCodecTest.test_basics)\nPASS: test_binary_to_text_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_binary_transforms)\nPASS: test_binary_to_text_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_text_transforms)\nPASS: test_buffer_api_usage (test.test_codecs.TransformCodecTest.test_buffer_api_usage)\nPASS: test_custom_hex_error_is_noted (test.test_codecs.TransformCodecTest.test_custom_hex_error_is_noted)\nPASS: test_custom_zlib_error_is_noted (test.test_codecs.TransformCodecTest.test_custom_zlib_error_is_noted)\nPASS: test_quopri_stateless (test.test_codecs.TransformCodecTest.test_quopri_stateless)\nPASS: test_read (test.test_codecs.TransformCodecTest.test_read)\nPASS: test_readline (test.test_codecs.TransformCodecTest.test_readline)\nPASS: test_text_to_binary_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_binary_transforms)\nPASS: test_text_to_binary_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_text_transforms)\nPASS: test_uu_invalid (test.test_codecs.TransformCodecTest.test_uu_invalid)\nPASS: test_decode_unicode (test.test_codecs.TypesTest.test_decode_unicode)\nPASS: test_unicode_escape (test.test_codecs.TypesTest.test_unicode_escape)\nPASS: test_bug1098990_a (test.test_codecs.UTF16BETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF16BETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF16BETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF16BETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF16BETest.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF16BETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF16BETest.test_mixed_readline_and_read)\nPASS: test_nonbmp (test.test_codecs.UTF16BETest.test_nonbmp)\nPASS: test_partial (test.test_codecs.UTF16BETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF16BETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF16BETest.test_readlinequeue)\nPASS: test_bad_args (test.test_codecs.UTF16ExTest.test_bad_args)\nPASS: test_errors (test.test_codecs.UTF16ExTest.test_errors)\nPASS: test_bug1098990_a (test.test_codecs.UTF16LETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF16LETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF16LETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF16LETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF16LETest.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF16LETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF16LETest.test_mixed_readline_and_read)\nPASS: test_nonbmp (test.test_codecs.UTF16LETest.test_nonbmp)\nPASS: test_partial (test.test_codecs.UTF16LETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF16LETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF16LETest.test_readlinequeue)\nPASS: test_badbom (test.test_codecs.UTF16Test.test_badbom)\nPASS: test_bug1098990_a (test.test_codecs.UTF16Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF16Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF16Test.test_bug1175396)\nPASS: test_bug691291 (test.test_codecs.UTF16Test.test_bug691291)\nPASS: test_decoder_state (test.test_codecs.UTF16Test.test_decoder_state)\nPASS: test_errors (test.test_codecs.UTF16Test.test_errors)\nPASS: test_handlers (test.test_codecs.UTF16Test.test_handlers)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF16Test.test_incremental_surrogatepass)\nPASS: test_invalid_modes (test.test_codecs.UTF16Test.test_invalid_modes)\nPASS: test_lone_surrogates (test.test_codecs.UTF16Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF16Test.test_mixed_readline_and_read)\nPASS: test_only_one_bom (test.test_codecs.UTF16Test.test_only_one_bom)\nPASS: test_partial (test.test_codecs.UTF16Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF16Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF16Test.test_readlinequeue)\nPASS: test_bug1098990_a (test.test_codecs.UTF32BETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF32BETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF32BETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF32BETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF32BETest.test_incremental_surrogatepass)\nPASS: test_issue8941 (test.test_codecs.UTF32BETest.test_issue8941)\nPASS: test_lone_surrogates (test.test_codecs.UTF32BETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF32BETest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF32BETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF32BETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF32BETest.test_readlinequeue)\nPASS: test_simple (test.test_codecs.UTF32BETest.test_simple)\nPASS: test_bug1098990_a (test.test_codecs.UTF32LETest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF32LETest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF32LETest.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF32LETest.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF32LETest.test_incremental_surrogatepass)\nPASS: test_issue8941 (test.test_codecs.UTF32LETest.test_issue8941)\nPASS: test_lone_surrogates (test.test_codecs.UTF32LETest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF32LETest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF32LETest.test_partial)\nPASS: test_readline (test.test_codecs.UTF32LETest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF32LETest.test_readlinequeue)\nPASS: test_simple (test.test_codecs.UTF32LETest.test_simple)\nPASS: test_badbom (test.test_codecs.UTF32Test.test_badbom)\nPASS: test_bug1098990_a (test.test_codecs.UTF32Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF32Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF32Test.test_bug1175396)\nPASS: test_decoder_state (test.test_codecs.UTF32Test.test_decoder_state)\nPASS: test_errors (test.test_codecs.UTF32Test.test_errors)\nPASS: test_handlers (test.test_codecs.UTF32Test.test_handlers)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF32Test.test_incremental_surrogatepass)\nPASS: test_issue8941 (test.test_codecs.UTF32Test.test_issue8941)\nPASS: test_lone_surrogates (test.test_codecs.UTF32Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF32Test.test_mixed_readline_and_read)\nPASS: test_only_one_bom (test.test_codecs.UTF32Test.test_only_one_bom)\nPASS: test_partial (test.test_codecs.UTF32Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF32Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF32Test.test_readlinequeue)\nPASS: test_ascii (test.test_codecs.UTF7Test.test_ascii)\nPASS: test_bug1098990_a (test.test_codecs.UTF7Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF7Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF7Test.test_bug1175396)\nPASS: test_errors (test.test_codecs.UTF7Test.test_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF7Test.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF7Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF7Test.test_mixed_readline_and_read)\nPASS: test_nonbmp (test.test_codecs.UTF7Test.test_nonbmp)\nPASS: test_partial (test.test_codecs.UTF7Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF7Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF7Test.test_readlinequeue)\nPASS: test_bom (test.test_codecs.UTF8SigTest.test_bom)\nPASS: test_bug1098990_a (test.test_codecs.UTF8SigTest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF8SigTest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF8SigTest.test_bug1175396)\nPASS: test_bug1601501 (test.test_codecs.UTF8SigTest.test_bug1601501)\nPASS: test_decode_error (test.test_codecs.UTF8SigTest.test_decode_error)\nPASS: test_decoder_state (test.test_codecs.UTF8SigTest.test_decoder_state)\nPASS: test_incremental_errors (test.test_codecs.UTF8SigTest.test_incremental_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF8SigTest.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF8SigTest.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF8SigTest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF8SigTest.test_partial)\nPASS: test_readline (test.test_codecs.UTF8SigTest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF8SigTest.test_readlinequeue)\nPASS: test_stream_bare (test.test_codecs.UTF8SigTest.test_stream_bare)\nPASS: test_stream_bom (test.test_codecs.UTF8SigTest.test_stream_bom)\nPASS: test_surrogatepass_handler (test.test_codecs.UTF8SigTest.test_surrogatepass_handler)\nPASS: test_bug1098990_a (test.test_codecs.UTF8Test.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UTF8Test.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UTF8Test.test_bug1175396)\nPASS: test_decode_error (test.test_codecs.UTF8Test.test_decode_error)\nPASS: test_decoder_state (test.test_codecs.UTF8Test.test_decoder_state)\nPASS: test_incremental_errors (test.test_codecs.UTF8Test.test_incremental_errors)\nPASS: test_incremental_surrogatepass (test.test_codecs.UTF8Test.test_incremental_surrogatepass)\nPASS: test_lone_surrogates (test.test_codecs.UTF8Test.test_lone_surrogates)\nPASS: test_mixed_readline_and_read (test.test_codecs.UTF8Test.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UTF8Test.test_partial)\nPASS: test_readline (test.test_codecs.UTF8Test.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UTF8Test.test_readlinequeue)\nPASS: test_surrogatepass_handler (test.test_codecs.UTF8Test.test_surrogatepass_handler)\nPASS: test_bug1098990_a (test.test_codecs.UnicodeEscapeTest.test_bug1098990_a)\nPASS: test_bug1098990_b (test.test_codecs.UnicodeEscapeTest.test_bug1098990_b)\nPASS: test_bug1175396 (test.test_codecs.UnicodeEscapeTest.test_bug1175396)\nPASS: test_decode_errors (test.test_codecs.UnicodeEscapeTest.test_decode_errors)\nPASS: test_decode_warnings (test.test_codecs.UnicodeEscapeTest.test_decode_warnings)\nPASS: test_empty (test.test_codecs.UnicodeEscapeTest.test_empty)\nPASS: test_escape_decode (test.test_codecs.UnicodeEscapeTest.test_escape_decode)\nPASS: test_escape_encode (test.test_codecs.UnicodeEscapeTest.test_escape_encode)\nPASS: test_incremental_surrogatepass (test.test_codecs.UnicodeEscapeTest.test_incremental_surrogatepass)\nPASS: test_mixed_readline_and_read (test.test_codecs.UnicodeEscapeTest.test_mixed_readline_and_read)\nPASS: test_partial (test.test_codecs.UnicodeEscapeTest.test_partial)\nPASS: test_raw_decode (test.test_codecs.UnicodeEscapeTest.test_raw_decode)\nPASS: test_raw_encode (test.test_codecs.UnicodeEscapeTest.test_raw_encode)\nPASS: test_readline (test.test_codecs.UnicodeEscapeTest.test_readline)\nPASS: test_readlinequeue (test.test_codecs.UnicodeEscapeTest.test_readlinequeue)\nPASS: test_encodedfile (test.test_codecs.WithStmtTest.test_encodedfile)\nPASS: test_streamreaderwriter (test.test_codecs.WithStmtTest.test_streamreaderwriter)\n\n----------------------------------------------------------------------\nRan 283 tests in 0.331s\n\nOK (skipped=11)\n0:01:16 load avg: 1.23 [123/480] test_collections passed\nPASS: test_basics (test.test_collections.TestChainMap.test_basics)\nPASS: test_bool (test.test_collections.TestChainMap.test_bool)\nPASS: test_constructor (test.test_collections.TestChainMap.test_constructor)\nPASS: test_dict_coercion (test.test_collections.TestChainMap.test_dict_coercion)\nPASS: test_iter_not_calling_getitem_on_maps (test.test_collections.TestChainMap.test_iter_not_calling_getitem_on_maps)\nPASS: test_missing (test.test_collections.TestChainMap.test_missing)\ntest_new_child (test.test_collections.TestChainMap.test_new_child)\nPASS: Tests for changes for issue #16613.\nPASS: test_order_preservation (test.test_collections.TestChainMap.test_order_preservation)\nPASS: test_ordering (test.test_collections.TestChainMap.test_ordering)\nPASS: test_union_operators (test.test_collections.TestChainMap.test_union_operators)\nPASS: test_Buffer (test.test_collections.TestCollectionABCs.test_Buffer)\nPASS: test_ByteString (test.test_collections.TestCollectionABCs.test_ByteString)\nPASS: test_Mapping (test.test_collections.TestCollectionABCs.test_Mapping)\nPASS: test_MutableMapping (test.test_collections.TestCollectionABCs.test_MutableMapping)\nPASS: test_MutableMapping_subclass (test.test_collections.TestCollectionABCs.test_MutableMapping_subclass)\nPASS: test_MutableSequence (test.test_collections.TestCollectionABCs.test_MutableSequence)\nPASS: test_MutableSequence_mixins (test.test_collections.TestCollectionABCs.test_MutableSequence_mixins)\nPASS: test_MutableSet (test.test_collections.TestCollectionABCs.test_MutableSet)\nPASS: test_Sequence (test.test_collections.TestCollectionABCs.test_Sequence)\nPASS: test_Sequence_mixins (test.test_collections.TestCollectionABCs.test_Sequence_mixins)\nPASS: test_Set (test.test_collections.TestCollectionABCs.test_Set)\ntest_Set_from_iterable (test.test_collections.TestCollectionABCs.test_Set_from_iterable)\nPASS: Verify _from_iterable overridden to an instance method works.\nPASS: test_Set_hash_matches_frozenset (test.test_collections.TestCollectionABCs.test_Set_hash_matches_frozenset)\nPASS: test_Set_interoperability_with_real_sets (test.test_collections.TestCollectionABCs.test_Set_interoperability_with_real_sets)\nPASS: test_arithmetic_Set (test.test_collections.TestCollectionABCs.test_arithmetic_Set)\nPASS: test_equality_Set (test.test_collections.TestCollectionABCs.test_equality_Set)\nPASS: test_hash_Set (test.test_collections.TestCollectionABCs.test_hash_Set)\nPASS: test_illegal_patma_flags (test.test_collections.TestCollectionABCs.test_illegal_patma_flags)\nPASS: test_isdisjoint_Set (test.test_collections.TestCollectionABCs.test_isdisjoint_Set)\nPASS: test_issue16373 (test.test_collections.TestCollectionABCs.test_issue16373)\nPASS: test_issue26915 (test.test_collections.TestCollectionABCs.test_issue26915)\nPASS: test_issue8750 (test.test_collections.TestCollectionABCs.test_issue8750)\nPASS: test_issue_4920 (test.test_collections.TestCollectionABCs.test_issue_4920)\nPASS: test_issue_5647 (test.test_collections.TestCollectionABCs.test_issue_5647)\nPASS: test_basics (test.test_collections.TestCounter.test_basics)\nPASS: test_conversions (test.test_collections.TestCounter.test_conversions)\nPASS: test_copy_subclass (test.test_collections.TestCounter.test_copy_subclass)\nPASS: test_copying (test.test_collections.TestCounter.test_copying)\nPASS: test_eq (test.test_collections.TestCounter.test_eq)\nPASS: test_ge (test.test_collections.TestCounter.test_ge)\nPASS: test_gt (test.test_collections.TestCounter.test_gt)\nPASS: test_helper_function (test.test_collections.TestCounter.test_helper_function)\nPASS: test_init (test.test_collections.TestCounter.test_init)\nPASS: test_inplace_operations (test.test_collections.TestCounter.test_inplace_operations)\nPASS: test_invariant_for_the_in_operator (test.test_collections.TestCounter.test_invariant_for_the_in_operator)\nPASS: test_le (test.test_collections.TestCounter.test_le)\nPASS: test_lt (test.test_collections.TestCounter.test_lt)\nPASS: test_multiset_operations (test.test_collections.TestCounter.test_multiset_operations)\nPASS: test_multiset_operations_equivalent_to_set_operations (test.test_collections.TestCounter.test_multiset_operations_equivalent_to_set_operations)\nPASS: test_order_preservation (test.test_collections.TestCounter.test_order_preservation)\nPASS: test_repr_nonsortable (test.test_collections.TestCounter.test_repr_nonsortable)\nPASS: test_subtract (test.test_collections.TestCounter.test_subtract)\nPASS: test_total (test.test_collections.TestCounter.test_total)\nPASS: test_unary (test.test_collections.TestCounter.test_unary)\nPASS: test_update (test.test_collections.TestCounter.test_update)\nPASS: test_copy (test.test_collections.TestNamedTuple.test_copy)\nPASS: test_defaults (test.test_collections.TestNamedTuple.test_defaults)\nPASS: test_factory (test.test_collections.TestNamedTuple.test_factory)\nPASS: test_factory_doc_attr (test.test_collections.TestNamedTuple.test_factory_doc_attr)\nPASS: test_field_descriptor (test.test_collections.TestNamedTuple.test_field_descriptor)\nPASS: test_field_doc (test.test_collections.TestNamedTuple.test_field_doc)\nPASS: test_field_doc_reuse (test.test_collections.TestNamedTuple.test_field_doc_reuse)\nPASS: test_field_repr (test.test_collections.TestNamedTuple.test_field_repr)\nPASS: test_instance (test.test_collections.TestNamedTuple.test_instance)\nPASS: test_keyword_only_arguments (test.test_collections.TestNamedTuple.test_keyword_only_arguments)\nSKIP: test_large_size (test.test_collections.TestNamedTuple.test_large_size) \"resource 'cpu' is not enabled\"\nPASS: test_match_args (test.test_collections.TestNamedTuple.test_match_args)\nPASS: test_module_parameter (test.test_collections.TestNamedTuple.test_module_parameter)\nPASS: test_name_conflicts (test.test_collections.TestNamedTuple.test_name_conflicts)\nPASS: test_name_fixer (test.test_collections.TestNamedTuple.test_name_fixer)\nPASS: test_namedtuple_subclass_issue_24931 (test.test_collections.TestNamedTuple.test_namedtuple_subclass_issue_24931)\nPASS: test_new_builtins_issue_43102 (test.test_collections.TestNamedTuple.test_new_builtins_issue_43102)\nPASS: test_non_generic_subscript (test.test_collections.TestNamedTuple.test_non_generic_subscript)\nPASS: test_odd_sizes (test.test_collections.TestNamedTuple.test_odd_sizes)\nPASS: test_pickle (test.test_collections.TestNamedTuple.test_pickle)\nPASS: test_readonly (test.test_collections.TestNamedTuple.test_readonly)\nPASS: test_repr (test.test_collections.TestNamedTuple.test_repr)\nPASS: test_tupleness (test.test_collections.TestNamedTuple.test_tupleness)\nPASS: test_AsyncGenerator (test.test_collections.TestOneTrickPonyABCs.test_AsyncGenerator)\nPASS: test_AsyncIterable (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterable)\nPASS: test_AsyncIterator (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterator)\nPASS: test_Awaitable (test.test_collections.TestOneTrickPonyABCs.test_Awaitable)\nPASS: test_Callable (test.test_collections.TestOneTrickPonyABCs.test_Callable)\nPASS: test_Collection (test.test_collections.TestOneTrickPonyABCs.test_Collection)\nPASS: test_Container (test.test_collections.TestOneTrickPonyABCs.test_Container)\nPASS: test_Coroutine (test.test_collections.TestOneTrickPonyABCs.test_Coroutine)\nPASS: test_Generator (test.test_collections.TestOneTrickPonyABCs.test_Generator)\nPASS: test_Hashable (test.test_collections.TestOneTrickPonyABCs.test_Hashable)\nPASS: test_Iterable (test.test_collections.TestOneTrickPonyABCs.test_Iterable)\nPASS: test_Iterator (test.test_collections.TestOneTrickPonyABCs.test_Iterator)\nPASS: test_Reversible (test.test_collections.TestOneTrickPonyABCs.test_Reversible)\nPASS: test_Sized (test.test_collections.TestOneTrickPonyABCs.test_Sized)\nPASS: test_direct_subclassing (test.test_collections.TestOneTrickPonyABCs.test_direct_subclassing)\nPASS: test_registration (test.test_collections.TestOneTrickPonyABCs.test_registration)\nPASS: test_dict_copy (test.test_collections.TestUserObjects.test_dict_copy)\nPASS: test_dict_missing (test.test_collections.TestUserObjects.test_dict_missing)\nPASS: test_dict_protocol (test.test_collections.TestUserObjects.test_dict_protocol)\nPASS: test_list_copy (test.test_collections.TestUserObjects.test_list_copy)\nPASS: test_list_protocol (test.test_collections.TestUserObjects.test_list_protocol)\nPASS: test_str_protocol (test.test_collections.TestUserObjects.test_str_protocol)\nCounter (collections)\nPASS: Doctest: collections.Counter\n__add__ (collections.Counter)\nPASS: Doctest: collections.Counter.__add__\n__and__ (collections.Counter)\nPASS: Doctest: collections.Counter.__and__\n__iadd__ (collections.Counter)\nPASS: Doctest: collections.Counter.__iadd__\n__iand__ (collections.Counter)\nPASS: Doctest: collections.Counter.__iand__\n__init__ (collections.Counter)\nPASS: Doctest: collections.Counter.__init__\n__ior__ (collections.Counter)\nPASS: Doctest: collections.Counter.__ior__\n__isub__ (collections.Counter)\nPASS: Doctest: collections.Counter.__isub__\n__or__ (collections.Counter)\nPASS: Doctest: collections.Counter.__or__\n__sub__ (collections.Counter)\nPASS: Doctest: collections.Counter.__sub__\nelements (collections.Counter)\nPASS: Doctest: collections.Counter.elements\nmost_common (collections.Counter)\nPASS: Doctest: collections.Counter.most_common\nsubtract (collections.Counter)\nPASS: Doctest: collections.Counter.subtract\nupdate (collections.Counter)\nPASS: Doctest: collections.Counter.update\nnamedtuple (collections)\nPASS: Doctest: collections.namedtuple\n\n----------------------------------------------------------------------\nRan 115 tests in 0.204s\n\nOK (skipped=1)\n0:01:16 load avg: 1.23 [124/480] test_colorsys passed\nPASS: test_hls_nearwhite (test.test_colorsys.ColorsysTest.test_hls_nearwhite)\nPASS: test_hls_roundtrip (test.test_colorsys.ColorsysTest.test_hls_roundtrip)\nPASS: test_hls_values (test.test_colorsys.ColorsysTest.test_hls_values)\nPASS: test_hsv_roundtrip (test.test_colorsys.ColorsysTest.test_hsv_roundtrip)\nPASS: test_hsv_values (test.test_colorsys.ColorsysTest.test_hsv_values)\nPASS: test_yiq_roundtrip (test.test_colorsys.ColorsysTest.test_yiq_roundtrip)\nPASS: test_yiq_values (test.test_colorsys.ColorsysTest.test_yiq_values)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.002s\n\nOK\n0:01:16 load avg: 1.23 [125/480] test_compare passed\ntest_bytes (test.test_compare.ComparisonFullTest.test_bytes)\nPASS: Compare bytes and bytearray.\ntest_comp_classes_different (test.test_compare.ComparisonFullTest.test_comp_classes_different)\nPASS: Compare different-class instances with comparison methods.\ntest_comp_classes_same (test.test_compare.ComparisonFullTest.test_comp_classes_same)\nPASS: Compare same-class instances with comparison methods.\ntest_mappings (test.test_compare.ComparisonFullTest.test_mappings)\nPASS: Compare dict.\ntest_numbers (test.test_compare.ComparisonFullTest.test_numbers)\nPASS: Compare number types.\ntest_objects (test.test_compare.ComparisonFullTest.test_objects)\nPASS: Compare instances of type 'object'.\ntest_sequences (test.test_compare.ComparisonFullTest.test_sequences)\nPASS: Compare list, tuple, and range.\ntest_sets (test.test_compare.ComparisonFullTest.test_sets)\nPASS: Compare set and frozenset.\ntest_str_subclass (test.test_compare.ComparisonFullTest.test_str_subclass)\nPASS: Compare instances of str and a subclass.\nPASS: test_comparisons (test.test_compare.ComparisonSimpleTest.test_comparisons)\nPASS: test_id_comparisons (test.test_compare.ComparisonSimpleTest.test_id_comparisons)\nPASS: test_issue_1393 (test.test_compare.ComparisonSimpleTest.test_issue_1393)\nPASS: test_ne_defaults_to_not_eq (test.test_compare.ComparisonSimpleTest.test_ne_defaults_to_not_eq)\ntest_ne_high_priority (test.test_compare.ComparisonSimpleTest.test_ne_high_priority)\nPASS: object.__ne__() should allow reflected __ne__() to be tried\ntest_ne_low_priority (test.test_compare.ComparisonSimpleTest.test_ne_low_priority)\nPASS: object.__ne__() should not invoke reflected __eq__()\ntest_other_delegation (test.test_compare.ComparisonSimpleTest.test_other_delegation)\nPASS: No default delegation between operations except __ne__()\n\n----------------------------------------------------------------------\nRan 16 tests in 0.007s\n\nOK\n0:01:17 load avg: 1.29 [126/480] test_capi passed\nPASS: test_mapping_check (test.test_capi.test_abstract.CAPITest.test_mapping_check)\nPASS: test_mapping_delitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring)\nPASS: test_mapping_getitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring)\nPASS: test_mapping_getoptionalitem (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitem)\nPASS: test_mapping_getoptionalitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getoptionalitemstring)\nPASS: test_mapping_haskey (test.test_capi.test_abstract.CAPITest.test_mapping_haskey)\nPASS: test_mapping_haskeystring (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring)\nPASS: test_mapping_haskeystringwitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystringwitherror)\nPASS: test_mapping_haskeywitherror (test.test_capi.test_abstract.CAPITest.test_mapping_haskeywitherror)\nPASS: test_mapping_keys_valuesitems (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems)\nPASS: test_mapping_keys_valuesitems_bad_arg (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg)\nPASS: test_mapping_setitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring)\nPASS: test_mapping_size (test.test_capi.test_abstract.CAPITest.test_mapping_size)\nPASS: test_object_ascii (test.test_capi.test_abstract.CAPITest.test_object_ascii)\nPASS: test_object_bytes (test.test_capi.test_abstract.CAPITest.test_object_bytes)\nPASS: test_object_delattr (test.test_capi.test_abstract.CAPITest.test_object_delattr)\nPASS: test_object_delattrstring (test.test_capi.test_abstract.CAPITest.test_object_delattrstring)\nPASS: test_object_delitem (test.test_capi.test_abstract.CAPITest.test_object_delitem)\nPASS: test_object_generichash (test.test_capi.test_abstract.CAPITest.test_object_generichash)\nPASS: test_object_getattr (test.test_capi.test_abstract.CAPITest.test_object_getattr)\nPASS: test_object_getattrstring (test.test_capi.test_abstract.CAPITest.test_object_getattrstring)\nPASS: test_object_getitem (test.test_capi.test_abstract.CAPITest.test_object_getitem)\nPASS: test_object_getoptionalattr (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattr)\nPASS: test_object_getoptionalattrstring (test.test_capi.test_abstract.CAPITest.test_object_getoptionalattrstring)\nPASS: test_object_hasattr (test.test_capi.test_abstract.CAPITest.test_object_hasattr)\nPASS: test_object_hasattrstring (test.test_capi.test_abstract.CAPITest.test_object_hasattrstring)\nPASS: test_object_hasattrstringwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrstringwitherror)\nPASS: test_object_hasattrwitherror (test.test_capi.test_abstract.CAPITest.test_object_hasattrwitherror)\nPASS: test_object_repr (test.test_capi.test_abstract.CAPITest.test_object_repr)\nPASS: test_object_setattr (test.test_capi.test_abstract.CAPITest.test_object_setattr)\nPASS: test_object_setattrstring (test.test_capi.test_abstract.CAPITest.test_object_setattrstring)\nPASS: test_object_setitem (test.test_capi.test_abstract.CAPITest.test_object_setitem)\nPASS: test_object_str (test.test_capi.test_abstract.CAPITest.test_object_str)\nPASS: test_sequence_check (test.test_capi.test_abstract.CAPITest.test_sequence_check)\nPASS: test_sequence_concat (test.test_capi.test_abstract.CAPITest.test_sequence_concat)\nPASS: test_sequence_contains (test.test_capi.test_abstract.CAPITest.test_sequence_contains)\nPASS: test_sequence_count (test.test_capi.test_abstract.CAPITest.test_sequence_count)\nPASS: test_sequence_delitem (test.test_capi.test_abstract.CAPITest.test_sequence_delitem)\nPASS: test_sequence_delslice (test.test_capi.test_abstract.CAPITest.test_sequence_delslice)\nPASS: test_sequence_getitem (test.test_capi.test_abstract.CAPITest.test_sequence_getitem)\nPASS: test_sequence_index (test.test_capi.test_abstract.CAPITest.test_sequence_index)\nPASS: test_sequence_inplaceconcat (test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat)\nPASS: test_sequence_inplacerepeat (test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat)\nPASS: test_sequence_list (test.test_capi.test_abstract.CAPITest.test_sequence_list)\nPASS: test_sequence_repeat (test.test_capi.test_abstract.CAPITest.test_sequence_repeat)\nPASS: test_sequence_setitem (test.test_capi.test_abstract.CAPITest.test_sequence_setitem)\nPASS: test_sequence_setslice (test.test_capi.test_abstract.CAPITest.test_sequence_setslice)\nPASS: test_sequence_size (test.test_capi.test_abstract.CAPITest.test_sequence_size)\nPASS: test_sequence_tuple (test.test_capi.test_abstract.CAPITest.test_sequence_tuple)\ntest_asstring (test.test_capi.test_bytearray.CAPITest.test_asstring)\nPASS: Test PyByteArray_AsString()\nPASS: test_check (test.test_capi.test_bytearray.CAPITest.test_check)\nPASS: test_checkexact (test.test_capi.test_bytearray.CAPITest.test_checkexact)\ntest_concat (test.test_capi.test_bytearray.CAPITest.test_concat)\nPASS: Test PyByteArray_Concat()\nPASS: test_fromobject (test.test_capi.test_bytearray.CAPITest.test_fromobject)\nPASS: test_fromstringandsize (test.test_capi.test_bytearray.CAPITest.test_fromstringandsize)\ntest_resize (test.test_capi.test_bytearray.CAPITest.test_resize)\nPASS: Test PyByteArray_Resize()\nPASS: test_size (test.test_capi.test_bytearray.CAPITest.test_size)\ntest_asstring (test.test_capi.test_bytes.CAPITest.test_asstring)\nPASS: Test PyBytes_AsString()\ntest_asstringandsize (test.test_capi.test_bytes.CAPITest.test_asstringandsize)\nPASS: Test PyBytes_AsStringAndSize()\nPASS: test_check (test.test_capi.test_bytes.CAPITest.test_check)\nPASS: test_checkexact (test.test_capi.test_bytes.CAPITest.test_checkexact)\ntest_concat (test.test_capi.test_bytes.CAPITest.test_concat)\nPASS: Test PyBytes_Concat()\ntest_concatanddel (test.test_capi.test_bytes.CAPITest.test_concatanddel)\nPASS: Test PyBytes_ConcatAndDel()\ntest_decodeescape (test.test_capi.test_bytes.CAPITest.test_decodeescape)\nPASS: Test PyBytes_DecodeEscape()\nPASS: test_fromobject (test.test_capi.test_bytes.CAPITest.test_fromobject)\nPASS: test_fromstring (test.test_capi.test_bytes.CAPITest.test_fromstring)\nPASS: test_fromstringandsize (test.test_capi.test_bytes.CAPITest.test_fromstringandsize)\nPASS: test_repr (test.test_capi.test_bytes.CAPITest.test_repr)\ntest_resize (test.test_capi.test_bytes.CAPITest.test_resize)\nPASS: Test _PyBytes_Resize()\nPASS: test_size (test.test_capi.test_bytes.CAPITest.test_size)\ntest_asasciistring (test.test_capi.test_codecs.CAPITest.test_asasciistring)\nPASS: Test PyUnicode_AsASCIIString()\ntest_ascharmapstring (test.test_capi.test_codecs.CAPITest.test_ascharmapstring)\nPASS: Test PyUnicode_AsCharmapString()\ntest_asencodedstring (test.test_capi.test_codecs.CAPITest.test_asencodedstring)\nPASS: Test PyUnicode_AsEncodedString()\ntest_aslatin1string (test.test_capi.test_codecs.CAPITest.test_aslatin1string)\nPASS: Test PyUnicode_AsLatin1String()\ntest_asrawunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asrawunicodeescapestring)\nPASS: Test PyUnicode_AsRawUnicodeEscapeString()\ntest_asunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asunicodeescapestring)\nPASS: Test PyUnicode_AsUnicodeEscapeString()\ntest_asutf16string (test.test_capi.test_codecs.CAPITest.test_asutf16string)\nPASS: Test PyUnicode_AsUTF16String()\ntest_asutf32string (test.test_capi.test_codecs.CAPITest.test_asutf32string)\nPASS: Test PyUnicode_AsUTF32String()\ntest_asutf8string (test.test_capi.test_codecs.CAPITest.test_asutf8string)\nPASS: Test PyUnicode_AsUTF8String()\ntest_decode (test.test_capi.test_codecs.CAPITest.test_decode)\nPASS: Test PyUnicode_Decode()\ntest_decodeascii (test.test_capi.test_codecs.CAPITest.test_decodeascii)\nPASS: Test PyUnicode_DecodeASCII()\ntest_decodecharmap (test.test_capi.test_codecs.CAPITest.test_decodecharmap)\nPASS: Test PyUnicode_DecodeCharmap()\ntest_decodelatin1 (test.test_capi.test_codecs.CAPITest.test_decodelatin1)\nPASS: Test PyUnicode_DecodeLatin1()\ntest_decoderawunicodeescape (test.test_capi.test_codecs.CAPITest.test_decoderawunicodeescape)\nPASS: Test PyUnicode_DecodeRawUnicodeEscape()\ntest_decodeunicodeescape (test.test_capi.test_codecs.CAPITest.test_decodeunicodeescape)\nPASS: Test PyUnicode_DecodeUnicodeEscape()\ntest_decodeutf16 (test.test_capi.test_codecs.CAPITest.test_decodeutf16)\nPASS: Test PyUnicode_DecodeUTF16()\ntest_decodeutf16stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf16stateful)\nPASS: Test PyUnicode_DecodeUTF16Stateful()\ntest_decodeutf32 (test.test_capi.test_codecs.CAPITest.test_decodeutf32)\nPASS: Test PyUnicode_DecodeUTF8()\ntest_decodeutf32stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf32stateful)\nPASS: Test PyUnicode_DecodeUTF32Stateful()\ntest_decodeutf8 (test.test_capi.test_codecs.CAPITest.test_decodeutf8)\nPASS: Test PyUnicode_DecodeUTF8()\ntest_decodeutf8stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf8stateful)\nPASS: Test PyUnicode_DecodeUTF8Stateful()\ntest_fromencodedobject (test.test_capi.test_codecs.CAPITest.test_fromencodedobject)\nPASS: Test PyUnicode_FromEncodedObject()\nPASS: test_asccomplex (test.test_capi.test_complex.CAPIComplexTest.test_asccomplex)\nPASS: test_check (test.test_capi.test_complex.CAPIComplexTest.test_check)\nPASS: test_checkexact (test.test_capi.test_complex.CAPIComplexTest.test_checkexact)\nPASS: test_fromccomplex (test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex)\nPASS: test_fromdoubles (test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles)\nPASS: test_imagasdouble (test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble)\nPASS: test_py_c_abs (test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs)\nPASS: test_py_c_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff)\nPASS: test_py_c_neg (test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg)\nPASS: test_py_c_pow (test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow)\nPASS: test_py_c_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod)\nPASS: test_py_c_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot)\nPASS: test_py_c_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum)\nPASS: test_realasdouble (test.test_capi.test_complex.CAPIComplexTest.test_realasdouble)\nPASS: test_dict_check (test.test_capi.test_dict.CAPITest.test_dict_check)\nPASS: test_dict_checkexact (test.test_capi.test_dict.CAPITest.test_dict_checkexact)\nPASS: test_dict_clear (test.test_capi.test_dict.CAPITest.test_dict_clear)\nPASS: test_dict_contains (test.test_capi.test_dict.CAPITest.test_dict_contains)\nPASS: test_dict_contains_string (test.test_capi.test_dict.CAPITest.test_dict_contains_string)\nPASS: test_dict_copy (test.test_capi.test_dict.CAPITest.test_dict_copy)\nPASS: test_dict_delitem (test.test_capi.test_dict.CAPITest.test_dict_delitem)\nPASS: test_dict_delitemstring (test.test_capi.test_dict.CAPITest.test_dict_delitemstring)\nPASS: test_dict_getitem (test.test_capi.test_dict.CAPITest.test_dict_getitem)\nPASS: test_dict_getitemref (test.test_capi.test_dict.CAPITest.test_dict_getitemref)\nPASS: test_dict_getitemstring (test.test_capi.test_dict.CAPITest.test_dict_getitemstring)\nPASS: test_dict_getitemstringref (test.test_capi.test_dict.CAPITest.test_dict_getitemstringref)\nPASS: test_dict_getitemwitherror (test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror)\nPASS: test_dict_keys_valuesitems_bad_arg (test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg)\nPASS: test_dict_merge (test.test_capi.test_dict.CAPITest.test_dict_merge)\nPASS: test_dict_mergefromseq2 (test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2)\nPASS: test_dict_new (test.test_capi.test_dict.CAPITest.test_dict_new)\nPASS: test_dict_next (test.test_capi.test_dict.CAPITest.test_dict_next)\nPASS: test_dict_pop (test.test_capi.test_dict.CAPITest.test_dict_pop)\nPASS: test_dict_popstring (test.test_capi.test_dict.CAPITest.test_dict_popstring)\nPASS: test_dict_setdefault (test.test_capi.test_dict.CAPITest.test_dict_setdefault)\nPASS: test_dict_setdefaultref (test.test_capi.test_dict.CAPITest.test_dict_setdefaultref)\nPASS: test_dict_setitem (test.test_capi.test_dict.CAPITest.test_dict_setitem)\nPASS: test_dict_setitemstring (test.test_capi.test_dict.CAPITest.test_dict_setitemstring)\nPASS: test_dict_size (test.test_capi.test_dict.CAPITest.test_dict_size)\nPASS: test_dict_update (test.test_capi.test_dict.CAPITest.test_dict_update)\nPASS: test_dictproxy_new (test.test_capi.test_dict.CAPITest.test_dictproxy_new)\nPASS: test_mapping_keys_valuesitems (test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems)\nPASS: test_eval_get_func_desc (test.test_capi.test_eval.Tests.test_eval_get_func_desc)\nPASS: test_eval_get_func_name (test.test_capi.test_eval.Tests.test_eval_get_func_name)\nPASS: test_eval_get_recursion_limit (test.test_capi.test_eval.Tests.test_eval_get_recursion_limit)\nPASS: test_eval_getbuiltins (test.test_capi.test_eval.Tests.test_eval_getbuiltins)\nPASS: test_eval_getframe (test.test_capi.test_eval.Tests.test_eval_getframe)\nPASS: test_eval_getframe_builtins (test.test_capi.test_eval.Tests.test_eval_getframe_builtins)\nPASS: test_eval_getframe_globals (test.test_capi.test_eval.Tests.test_eval_getframe_globals)\nPASS: test_eval_getframe_locals (test.test_capi.test_eval.Tests.test_eval_getframe_locals)\nPASS: test_eval_getglobals (test.test_capi.test_eval.Tests.test_eval_getglobals)\nPASS: test_eval_getlocals (test.test_capi.test_eval.Tests.test_eval_getlocals)\nPASS: test_eval_set_recursion_limit (test.test_capi.test_eval.Tests.test_eval_set_recursion_limit)\nPASS: test_custom_locals (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals)\nPASS: test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple)\nPASS: test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args)\nPASS: test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure)\nPASS: test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default)\nPASS: test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default)\nPASS: test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs)\nPASS: test_err_formatunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_formatunraisable)\nPASS: test_err_restore (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore)\nPASS: test_err_set_raised (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised)\nPASS: test_err_writeunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable)\ntest_format (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_format)\nPASS: Test PyErr_Format()\nPASS: test_set_object (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object)\nPASS: test_set_object_and_fetch (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch)\ntest_set_string (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_string)\nPASS: Test PyErr_SetString()\ntest_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename)\nPASS: Test PyErr_SetFromErrnoWithFilename()\nPASS: test_exc_info (test.test_capi.test_exceptions.Test_Exceptions.test_exc_info)\nPASS: test_exception (test.test_capi.test_exceptions.Test_Exceptions.test_exception)\nPASS: test_warn_during_finalization (test.test_capi.test_exceptions.Test_Exceptions.test_warn_during_finalization)\nPASS: test_warn_with_stacklevel (test.test_capi.test_exceptions.Test_Exceptions.test_warn_with_stacklevel)\nPASS: test_fatal_error (test.test_capi.test_exceptions.Test_FatalError.test_fatal_error)\nPASS: test_invalid_args (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args)\nPASS: test_nothing_to_reraise (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise)\nPASS: test_raise_orig_parts (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts)\nPASS: test_raise_with_new_exceptions (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions)\nPASS: test_reraise_orig (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig)\nPASS: test_pyfile_fromfd (test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd)\nPASS: test_pyfile_getline (test.test_capi.test_file.CAPIFileTest.test_pyfile_getline)\nPASS: test_pyfile_newstdprinter (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter)\nPASS: test_pyfile_newstdprinter_write (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write)\nPASS: test_pyfile_writeobject (test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject)\nPASS: test_pyfile_writestring (test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring)\nPASS: test_pyobject_asfiledescriptor (test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor)\nPASS: test_asdouble (test.test_capi.test_float.CAPIFloatTest.test_asdouble)\nPASS: test_check (test.test_capi.test_float.CAPIFloatTest.test_check)\nPASS: test_checkexact (test.test_capi.test_float.CAPIFloatTest.test_checkexact)\nPASS: test_fromdouble (test.test_capi.test_float.CAPIFloatTest.test_fromdouble)\nPASS: test_fromstring (test.test_capi.test_float.CAPIFloatTest.test_fromstring)\nPASS: test_getinfo (test.test_capi.test_float.CAPIFloatTest.test_getinfo)\nPASS: test_getmax (test.test_capi.test_float.CAPIFloatTest.test_getmax)\nPASS: test_getmin (test.test_capi.test_float.CAPIFloatTest.test_getmin)\nPASS: test_pack (test.test_capi.test_float.CAPIFloatTest.test_pack)\nPASS: test_pack_unpack_roundtrip (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip)\nPASS: test_unpack (test.test_capi.test_float.CAPIFloatTest.test_unpack)\nPASS: test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p)\nPASS: test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c)\nPASS: test_getargs_empty (test.test_capi.test_getargs.Bytes_TestCase.test_getargs_empty)\nPASS: test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star)\nPASS: test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y)\nPASS: test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash)\nPASS: test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star)\nPASS: test_D (test.test_capi.test_getargs.Float_TestCase.test_D)\nPASS: test_d (test.test_capi.test_getargs.Float_TestCase.test_d)\nPASS: test_f (test.test_capi.test_getargs.Float_TestCase.test_f)\nPASS: test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding)\nPASS: test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword)\nPASS: test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args)\nPASS: test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args)\nPASS: test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args)\nPASS: test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args)\nPASS: test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args)\nPASS: test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword)\nPASS: test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args)\nPASS: test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass)\nPASS: test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2)\nPASS: test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword)\nPASS: test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args)\nPASS: test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs)\nPASS: test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args)\nPASS: test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args)\nPASS: test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args)\nPASS: test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args)\nPASS: test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword)\nPASS: test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args)\nPASS: test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K)\nPASS: test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L)\nPASS: test_S (test.test_capi.test_getargs.Object_TestCase.test_S)\nPASS: test_U (test.test_capi.test_getargs.Object_TestCase.test_U)\nPASS: test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y)\nPASS: test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use)\nPASS: test_basic (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic)\nPASS: test_gh_119213 (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_gh_119213)\nPASS: test_nested_tuple (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nested_tuple)\nPASS: test_nonascii_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_nonascii_keywords)\nPASS: test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords)\nPASS: test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only)\nPASS: test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword)\nPASS: test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args)\nPASS: test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args)\nPASS: test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args)\nPASS: test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args)\nPASS: test_h (test.test_capi.test_getargs.Signed_TestCase.test_h)\nPASS: test_i (test.test_capi.test_getargs.Signed_TestCase.test_i)\nPASS: test_l (test.test_capi.test_getargs.Signed_TestCase.test_l)\nPASS: test_n (test.test_capi.test_getargs.Signed_TestCase.test_n)\ntest_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem)\nPASS: If this test failed, you probably added a new \"format unit\"\nPASS: test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix)\nPASS: test_C (test.test_capi.test_getargs.String_TestCase.test_C)\nPASS: test_es (test.test_capi.test_getargs.String_TestCase.test_es)\nPASS: test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash)\nPASS: test_et (test.test_capi.test_getargs.String_TestCase.test_et)\nPASS: test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash)\nPASS: test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args)\nPASS: test_s (test.test_capi.test_getargs.String_TestCase.test_s)\nPASS: test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash)\nPASS: test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star)\nPASS: test_z (test.test_capi.test_getargs.String_TestCase.test_z)\nPASS: test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash)\nPASS: test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star)\nPASS: test (test.test_capi.test_getargs.Test6012.test)\nPASS: test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args)\nPASS: test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple)\nPASS: test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B)\nPASS: test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H)\nPASS: test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I)\nPASS: test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b)\nPASS: test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k)\nPASS: test_hash_getfuncdef (test.test_capi.test_hash.CAPITest.test_hash_getfuncdef)\nPASS: test_hash_pointer (test.test_capi.test_hash.CAPITest.test_hash_pointer)\nPASS: test_immortal_builtins (test.test_capi.test_immortal.TestCAPI.test_immortal_builtins)\nPASS: test_immortal_small_ints (test.test_capi.test_immortal.TestCAPI.test_immortal_small_ints)\nPASS: test_addmodule (test.test_capi.test_import.ImportTests.test_addmodule)\nPASS: test_addmoduleobject (test.test_capi.test_import.ImportTests.test_addmoduleobject)\nPASS: test_addmoduleref (test.test_capi.test_import.ImportTests.test_addmoduleref)\nPASS: test_executecodemodule (test.test_capi.test_import.ImportTests.test_executecodemodule)\nPASS: test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex)\nPASS: test_executecodemoduleobject (test.test_capi.test_import.ImportTests.test_executecodemoduleobject)\nPASS: test_executecodemodulewithpathnames (test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames)\nPASS: test_getmagicnumber (test.test_capi.test_import.ImportTests.test_getmagicnumber)\nPASS: test_getmagictag (test.test_capi.test_import.ImportTests.test_getmagictag)\nPASS: test_getmodule (test.test_capi.test_import.ImportTests.test_getmodule)\nPASS: test_getmoduledict (test.test_capi.test_import.ImportTests.test_getmoduledict)\nPASS: test_import (test.test_capi.test_import.ImportTests.test_import)\nPASS: test_importfrozenmodule (test.test_capi.test_import.ImportTests.test_importfrozenmodule)\nPASS: test_importfrozenmoduleobject (test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject)\nPASS: test_importmodule (test.test_capi.test_import.ImportTests.test_importmodule)\nPASS: test_importmoduleex (test.test_capi.test_import.ImportTests.test_importmoduleex)\nPASS: test_importmodulelevel (test.test_capi.test_import.ImportTests.test_importmodulelevel)\nPASS: test_importmodulelevelobject (test.test_capi.test_import.ImportTests.test_importmodulelevelobject)\nPASS: test_importmodulenoblock (test.test_capi.test_import.ImportTests.test_importmodulenoblock)\nPASS: test_check (test.test_capi.test_list.CAPITest.test_check)\nPASS: test_list_append (test.test_capi.test_list.CAPITest.test_list_append)\nPASS: test_list_astuple (test.test_capi.test_list.CAPITest.test_list_astuple)\nPASS: test_list_check_exact (test.test_capi.test_list.CAPITest.test_list_check_exact)\nPASS: test_list_clear (test.test_capi.test_list.CAPITest.test_list_clear)\nPASS: test_list_extend (test.test_capi.test_list.CAPITest.test_list_extend)\nPASS: test_list_get_item (test.test_capi.test_list.CAPITest.test_list_get_item)\nPASS: test_list_get_item_ref (test.test_capi.test_list.CAPITest.test_list_get_item_ref)\nPASS: test_list_get_size (test.test_capi.test_list.CAPITest.test_list_get_size)\nPASS: test_list_getitem (test.test_capi.test_list.CAPITest.test_list_getitem)\nPASS: test_list_getslice (test.test_capi.test_list.CAPITest.test_list_getslice)\nPASS: test_list_insert (test.test_capi.test_list.CAPITest.test_list_insert)\nPASS: test_list_new (test.test_capi.test_list.CAPITest.test_list_new)\nPASS: test_list_reverse (test.test_capi.test_list.CAPITest.test_list_reverse)\nPASS: test_list_set_item (test.test_capi.test_list.CAPITest.test_list_set_item)\nPASS: test_list_setitem (test.test_capi.test_list.CAPITest.test_list_setitem)\nPASS: test_list_setslice (test.test_capi.test_list.CAPITest.test_list_setslice)\nPASS: test_list_size (test.test_capi.test_list.CAPITest.test_list_size)\nPASS: test_list_sort (test.test_capi.test_list.CAPITest.test_list_sort)\nPASS: test_compact (test.test_capi.test_long.LongTests.test_compact)\nPASS: test_compact_known (test.test_capi.test_long.LongTests.test_compact_known)\nPASS: test_long_as_size_t (test.test_capi.test_long.LongTests.test_long_as_size_t)\nPASS: test_long_as_ssize_t (test.test_capi.test_long.LongTests.test_long_as_ssize_t)\nPASS: test_long_asdouble (test.test_capi.test_long.LongTests.test_long_asdouble)\nPASS: test_long_asint (test.test_capi.test_long.LongTests.test_long_asint)\nPASS: test_long_aslong (test.test_capi.test_long.LongTests.test_long_aslong)\nPASS: test_long_aslongandoverflow (test.test_capi.test_long.LongTests.test_long_aslongandoverflow)\nPASS: test_long_aslonglong (test.test_capi.test_long.LongTests.test_long_aslonglong)\nPASS: test_long_aslonglongandoverflow (test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow)\ntest_long_asnativebytes (test.test_capi.test_long.LongTests.test_long_asnativebytes) ... SIZEOF_SIZE=8\nMAX_SSIZE=7FFFFFFFFFFFFFFF\nMAX_USIZE=FFFFFFFFFFFFFFFF\nok\nPASS: test_long_asnativebytes_fuzz (test.test_capi.test_long.LongTests.test_long_asnativebytes_fuzz)\nPASS: test_long_aspid (test.test_capi.test_long.LongTests.test_long_aspid)\nPASS: test_long_aspid_limited (test.test_capi.test_long.LongTests.test_long_aspid_limited)\nPASS: test_long_asunsignedlong (test.test_capi.test_long.LongTests.test_long_asunsignedlong)\nPASS: test_long_asunsignedlonglong (test.test_capi.test_long.LongTests.test_long_asunsignedlonglong)\nPASS: test_long_asunsignedlonglongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask)\nPASS: test_long_asunsignedlongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlongmask)\nPASS: test_long_asvoidptr (test.test_capi.test_long.LongTests.test_long_asvoidptr)\nPASS: test_long_check (test.test_capi.test_long.LongTests.test_long_check)\nPASS: test_long_checkexact (test.test_capi.test_long.LongTests.test_long_checkexact)\nPASS: test_long_fromdouble (test.test_capi.test_long.LongTests.test_long_fromdouble)\nPASS: test_long_fromnativebytes (test.test_capi.test_long.LongTests.test_long_fromnativebytes)\nPASS: test_long_fromstring (test.test_capi.test_long.LongTests.test_long_fromstring)\nPASS: test_long_fromunicodeobject (test.test_capi.test_long.LongTests.test_long_fromunicodeobject)\nPASS: test_long_fromvoidptr (test.test_capi.test_long.LongTests.test_long_fromvoidptr)\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory)\nSKIP: test_api_misuse (test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse) 'need Py_DEBUG'\nSKIP: test_buffer_overflow (test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow) 'need Py_DEBUG'\nSKIP: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil) 'need Py_DEBUG'\nSKIP: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) 'need Py_DEBUG'\nSKIP: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed) 'need Py_DEBUG'\nSKIP: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil) 'need Py_DEBUG'\nSKIP: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed) 'need Py_DEBUG'\nSKIP: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) 'need Py_DEBUG'\nSKIP: test_set_nomemory (test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory) 'need Py_DEBUG'\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory)\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemMimallocDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemMimallocDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMimallocDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemMimallocDebugTests.test_set_nomemory)\nPASS: test_api_misuse (test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse)\nPASS: test_buffer_overflow (test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow)\nPASS: test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil)\nPASS: test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed)\nPASS: test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed)\nPASS: test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil)\nPASS: test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed)\nPASS: test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed)\nPASS: test_set_nomemory (test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory)\nPASS: test_tp_bases_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_bases_is_set)\nPASS: test_tp_mro_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_mro_is_set)\nPASS: test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString)\nPASS: test_buildvalue (test.test_capi.test_misc.CAPITest.test_buildvalue)\nPASS: test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N)\nPASS: test_buildvalue_ints (test.test_capi.test_misc.CAPITest.test_buildvalue_ints)\nPASS: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once)\nPASS: test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once)\nPASS: test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow)\nPASS: test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication)\nPASS: test_clear_managed_dict (test.test_capi.test_misc.CAPITest.test_clear_managed_dict)\nSKIP: test_decref_freed_object (test.test_capi.test_misc.CAPITest.test_decref_freed_object) 'need _testcapi.decref_freed_object()'\nPASS: test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing)\nPASS: test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols)\nPASS: test_function_get_code (test.test_capi.test_misc.CAPITest.test_function_get_code)\nPASS: test_function_get_defaults (test.test_capi.test_misc.CAPITest.test_function_get_defaults)\nPASS: test_function_get_globals (test.test_capi.test_misc.CAPITest.test_function_get_globals)\nPASS: test_function_get_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_get_kw_defaults)\nPASS: test_function_get_module (test.test_capi.test_misc.CAPITest.test_function_get_module)\nPASS: test_function_set_defaults (test.test_capi.test_misc.CAPITest.test_function_set_defaults)\nPASS: test_function_set_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_set_kw_defaults)\nPASS: test_gen_get_code (test.test_capi.test_misc.CAPITest.test_gen_get_code)\nPASS: test_get_type_name (test.test_capi.test_misc.CAPITest.test_get_type_name)\nPASS: test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error)\nPASS: test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature)\nPASS: test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer)\nPASS: test_heaptype_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass)\nPASS: test_heaptype_with_custom_metaclass_custom_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new)\nPASS: test_heaptype_with_custom_metaclass_deprecation (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_deprecation)\nPASS: test_heaptype_with_custom_metaclass_null_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new)\nPASS: test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict)\nPASS: test_heaptype_with_managed_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict)\nPASS: test_heaptype_with_managed_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref)\nPASS: test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict)\nPASS: test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro)\nPASS: test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref)\nPASS: test_immutable_type_with_mutable_base (test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base)\nPASS: test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod)\nPASS: test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer)\nPASS: test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict)\nPASS: test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin)\nSKIP: test_negative_refcount (test.test_capi.test_misc.CAPITest.test_negative_refcount) 'need _testcapi.negative_refcount()'\nPASS: test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop)\nPASS: test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc)\nPASS: test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase)\nPASS: test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null)\nPASS: test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null)\nPASS: test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null)\nPASS: test_pytype_fromspec_with_repeated_slots (test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots)\nPASS: test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error)\nPASS: test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error)\nPASS: test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array)\nPASS: test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once)\nPASS: test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once)\nPASS: test_sublclassing_managed_both (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both)\nPASS: test_sublclassing_managed_dict (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict)\nPASS: test_sublclassing_managed_weakref (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref)\nPASS: test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec)\nSKIP: test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) \"resource 'cpu' is not enabled\"\nSKIP: test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) \"resource 'cpu' is not enabled\"\nPASS: test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass)\nPASS: test_unstable_gc_new_with_extra_data (test.test_capi.test_misc.CAPITest.test_unstable_gc_new_with_extra_data)\nPASS: test_get_config (test.test_capi.test_misc.InterpreterConfigTests.test_get_config)\nPASS: test_interp_init (test.test_capi.test_misc.InterpreterConfigTests.test_interp_init)\nPASS: test_predefined_config (test.test_capi.test_misc.InterpreterConfigTests.test_predefined_config)\nPASS: test_update_from_dict (test.test_capi.test_misc.InterpreterConfigTests.test_update_from_dict)\nPASS: test_conversion_bad (test.test_capi.test_misc.InterpreterIDTests.test_conversion_bad)\nPASS: test_conversion_coerced (test.test_capi.test_misc.InterpreterIDTests.test_conversion_coerced)\nPASS: test_conversion_from_interpreter (test.test_capi.test_misc.InterpreterIDTests.test_conversion_from_interpreter)\nPASS: test_conversion_int (test.test_capi.test_misc.InterpreterIDTests.test_conversion_int)\nPASS: test_linked_lifecycle_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_does_not_exist)\nPASS: test_linked_lifecycle_incref_link (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_incref_link)\nPASS: test_linked_lifecycle_initial (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_initial)\nPASS: test_linked_lifecycle_link_incref_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_decref)\nPASS: test_linked_lifecycle_link_incref_unlink_decref (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_incref_unlink_decref)\nPASS: test_linked_lifecycle_link_unlink (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_link_unlink)\nPASS: test_linked_lifecycle_never_linked (test.test_capi.test_misc.InterpreterIDTests.test_linked_lifecycle_never_linked)\nPASS: test_lookup_destroyed (test.test_capi.test_misc.InterpreterIDTests.test_lookup_destroyed)\nPASS: test_lookup_does_not_exist (test.test_capi.test_misc.InterpreterIDTests.test_lookup_does_not_exist)\nPASS: test_lookup_exists (test.test_capi.test_misc.InterpreterIDTests.test_lookup_exists)\ntest_configured_settings (test.test_capi.test_misc.SubinterpreterTest.test_configured_settings)\nPASS: The config with which an interpreter is created corresponds\ntest_module_state_shared_in_global (test.test_capi.test_misc.SubinterpreterTest.test_module_state_shared_in_global)\nPASS: bpo-44050: Extension module state should be shared between interpreters\ntest_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception)\nPASS: Exceptions saved in global module state get shared between\ntest_overridden_setting_extensions_subinterp_check (test.test_capi.test_misc.SubinterpreterTest.test_overridden_setting_extensions_subinterp_check)\nPASS: PyInterpreterConfig.check_multi_interp_extensions can be overridden\nPASS: test_py_config_isoloated_per_interpreter (test.test_capi.test_misc.SubinterpreterTest.test_py_config_isoloated_per_interpreter)\nPASS: test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps)\nPASS: test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features)\nPASS: test_ceval_decref (test.test_capi.test_misc.TestCEval.test_ceval_decref)\ntest_HeapCCollection (test.test_capi.test_misc.TestHeapTypeRelative.test_HeapCCollection)\nPASS: Make sure HeapCCollection works properly by itself\nPASS: test_function_get_closure (test.test_capi.test_misc.TestHeapTypeRelative.test_function_get_closure)\nPASS: test_function_get_closure_error (test.test_capi.test_misc.TestHeapTypeRelative.test_function_get_closure_error)\nPASS: test_function_set_closure (test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure)\nPASS: test_function_set_closure_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_errors)\nPASS: test_function_set_closure_none (test.test_capi.test_misc.TestHeapTypeRelative.test_function_set_closure_none)\ntest_heaptype_inherit_itemsize (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_inherit_itemsize)\nPASS: Test HeapCCollection subclasses work properly\nPASS: test_heaptype_invalid_inheritance (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_invalid_inheritance)\ntest_heaptype_relative_members (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members)\nPASS: Test HeapCCollection subclasses work properly\nPASS: test_heaptype_relative_members_errors (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_members_errors)\nPASS: test_heaptype_relative_sizes (test.test_capi.test_misc.TestHeapTypeRelative.test_heaptype_relative_sizes)\ntest_pyobject_getitemdata_error (test.test_capi.test_misc.TestHeapTypeRelative.test_pyobject_getitemdata_error)\nPASS: Test PyObject_GetItemData fails on unsupported types\nPASS: test_code (test.test_capi.test_misc.TestInternalFrameApi.test_code)\nPASS: test_lasti (test.test_capi.test_misc.TestInternalFrameApi.test_lasti)\nPASS: test_line (test.test_capi.test_misc.TestInternalFrameApi.test_line)\nPASS: test_isolated_subinterpreter (test.test_capi.test_misc.TestPendingCalls.test_isolated_subinterpreter)\nPASS: test_main_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_non_threaded)\nPASS: test_main_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_main_pendingcalls_threaded)\nPASS: test_many_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_many_subthreads_can_handle_pending_calls)\nPASS: test_max_pending (test.test_capi.test_misc.TestPendingCalls.test_max_pending)\nPASS: test_subthreads_can_handle_pending_calls (test.test_capi.test_misc.TestPendingCalls.test_subthreads_can_handle_pending_calls)\nSKIP: test_py_thread_id (test.test_capi.test_misc.TestPyThreadId.test_py_thread_id) 'need Py_GIL_DISABLED'\nPASS: test_pytype_ready_always_sets_tp_type (test.test_capi.test_misc.TestStaticTypes.test_pytype_ready_always_sets_tp_type)\nPASS: test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock)\nPASS: test_gilstate_matches_current (test.test_capi.test_misc.TestThreadState.test_gilstate_matches_current)\nPASS: test_thread_gilstate_in_clear (test.test_capi.test_misc.TestThreadState.test_thread_gilstate_in_clear)\nPASS: test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state)\nPASS: test_get_module_bad_def (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def)\nPASS: test_get_module_static_in_mro (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro)\ntest_state_access (test.test_capi.test_misc.Test_ModuleStateAccess.test_state_access)\nPASS: Checks methods defined with and without argument clinic\ntest_subclass_get_module (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module)\nPASS: PyType_GetModule for defining_class\nPASS: test_subclass_get_module_with_super (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super)\nPASS: test_inlined_binary_subscr (test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr)\nPASS: test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call)\nPASS: test_inlined_call_function_ex (test.test_capi.test_misc.Test_Pep523API.test_inlined_call_function_ex)\nPASS: test_inlined_for_iter (test.test_capi.test_misc.Test_Pep523API.test_inlined_for_iter)\nPASS: test_inlined_load_attr (test.test_capi.test_misc.Test_Pep523API.test_inlined_load_attr)\nPASS: test_inlined_send (test.test_capi.test_misc.Test_Pep523API.test_inlined_send)\nPASS: test_lock_basic (test.test_capi.test_misc.Test_PyLock.test_lock_basic)\nPASS: test_lock_benchmark (test.test_capi.test_misc.Test_PyLock.test_lock_benchmark)\nPASS: test_lock_counter (test.test_capi.test_misc.Test_PyLock.test_lock_counter)\nPASS: test_lock_counter_slow (test.test_capi.test_misc.Test_PyLock.test_lock_counter_slow)\nPASS: test_lock_once (test.test_capi.test_misc.Test_PyLock.test_lock_once)\nPASS: test_lock_recursive (test.test_capi.test_misc.Test_PyLock.test_lock_recursive)\nPASS: test_lock_rwlock (test.test_capi.test_misc.Test_PyLock.test_lock_rwlock)\nPASS: test_lock_two_threads (test.test_capi.test_misc.Test_PyLock.test_lock_two_threads)\nPASS: test_atexit (test.test_capi.test_misc.Test_testcapi.test_atexit)\nPASS: test_atomic_add_int (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int)\nPASS: test_atomic_add_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int16)\nPASS: test_atomic_add_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int32)\nPASS: test_atomic_add_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int64)\nPASS: test_atomic_add_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_int8)\nPASS: test_atomic_add_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_intptr)\nPASS: test_atomic_add_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_add_ssize)\nPASS: test_atomic_add_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint)\nPASS: test_atomic_add_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint16)\nPASS: test_atomic_add_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint32)\nPASS: test_atomic_add_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint64)\nPASS: test_atomic_add_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uint8)\nPASS: test_atomic_add_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_add_uintptr)\nPASS: test_atomic_and_or_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint16)\nPASS: test_atomic_and_or_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint32)\nPASS: test_atomic_and_or_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint64)\nPASS: test_atomic_and_or_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uint8)\nPASS: test_atomic_and_or_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_and_or_uintptr)\nPASS: test_atomic_compare_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int)\nPASS: test_atomic_compare_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int16)\nPASS: test_atomic_compare_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int32)\nPASS: test_atomic_compare_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int64)\nPASS: test_atomic_compare_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_int8)\nPASS: test_atomic_compare_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_intptr)\nPASS: test_atomic_compare_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ptr)\nPASS: test_atomic_compare_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_ssize)\nPASS: test_atomic_compare_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint)\nPASS: test_atomic_compare_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint16)\nPASS: test_atomic_compare_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint32)\nPASS: test_atomic_compare_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint64)\nPASS: test_atomic_compare_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uint8)\nPASS: test_atomic_compare_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_compare_exchange_uintptr)\nPASS: test_atomic_exchange_int (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int)\nPASS: test_atomic_exchange_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int16)\nPASS: test_atomic_exchange_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int32)\nPASS: test_atomic_exchange_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int64)\nPASS: test_atomic_exchange_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_int8)\nPASS: test_atomic_exchange_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_intptr)\nPASS: test_atomic_exchange_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ptr)\nPASS: test_atomic_exchange_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_ssize)\nPASS: test_atomic_exchange_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint)\nPASS: test_atomic_exchange_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint16)\nPASS: test_atomic_exchange_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint32)\nPASS: test_atomic_exchange_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint64)\nPASS: test_atomic_exchange_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uint8)\nPASS: test_atomic_exchange_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_exchange_uintptr)\nPASS: test_atomic_fences (test.test_capi.test_misc.Test_testcapi.test_atomic_fences)\nPASS: test_atomic_load_store_int (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int)\nPASS: test_atomic_load_store_int16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int16)\nPASS: test_atomic_load_store_int32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int32)\nPASS: test_atomic_load_store_int64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int64)\nPASS: test_atomic_load_store_int8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int8)\nPASS: test_atomic_load_store_int_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_int_release_acquire)\nPASS: test_atomic_load_store_intptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_intptr)\nPASS: test_atomic_load_store_ptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ptr)\nPASS: test_atomic_load_store_ssize (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_ssize)\nPASS: test_atomic_load_store_uint (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint)\nPASS: test_atomic_load_store_uint16 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint16)\nPASS: test_atomic_load_store_uint32 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint32)\nPASS: test_atomic_load_store_uint64 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint64)\nPASS: test_atomic_load_store_uint8 (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uint8)\nPASS: test_atomic_load_store_uintptr (test.test_capi.test_misc.Test_testcapi.test_atomic_load_store_uintptr)\nPASS: test_atomic_release_acquire (test.test_capi.test_misc.Test_testcapi.test_atomic_release_acquire)\nPASS: test_buildvalue_N (test.test_capi.test_misc.Test_testcapi.test_buildvalue_N)\nPASS: test_capsule (test.test_capi.test_misc.Test_testcapi.test_capsule)\nPASS: test_code_api (test.test_capi.test_misc.Test_testcapi.test_code_api)\nPASS: test_code_extra (test.test_capi.test_misc.Test_testcapi.test_code_extra)\nPASS: test_config (test.test_capi.test_misc.Test_testcapi.test_config)\nPASS: test_critical_sections (test.test_capi.test_misc.Test_testcapi.test_critical_sections)\nPASS: test_current_tstate_matches (test.test_capi.test_misc.Test_testcapi.test_current_tstate_matches)\nPASS: test_datetime_capi (test.test_capi.test_misc.Test_testcapi.test_datetime_capi)\nPASS: test_decref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak)\nPASS: test_dict_iteration (test.test_capi.test_misc.Test_testcapi.test_dict_iteration)\nPASS: test_from_contiguous (test.test_capi.test_misc.Test_testcapi.test_from_contiguous)\nPASS: test_from_spec_invalid_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_invalid_metatype_inheritance)\nPASS: test_from_spec_metatype_inheritance (test.test_capi.test_misc.Test_testcapi.test_from_spec_metatype_inheritance)\nPASS: test_gc_control (test.test_capi.test_misc.Test_testcapi.test_gc_control)\nPASS: test_gc_visit_objects_basic (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_basic)\nPASS: test_gc_visit_objects_exit_early (test.test_capi.test_misc.Test_testcapi.test_gc_visit_objects_exit_early)\nPASS: test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots)\nPASS: test_get_type_dict (test.test_capi.test_misc.Test_testcapi.test_get_type_dict)\nPASS: test_immortal_builtins (test.test_capi.test_misc.Test_testcapi.test_immortal_builtins)\nPASS: test_immortal_small_ints (test.test_capi.test_misc.Test_testcapi.test_immortal_small_ints)\nPASS: test_incref_decref_API (test.test_capi.test_misc.Test_testcapi.test_incref_decref_API)\nPASS: test_incref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak)\nPASS: test_lazy_hash_inheritance (test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance)\nPASS: test_list_api (test.test_capi.test_misc.Test_testcapi.test_list_api)\nPASS: test_macros (test.test_capi.test_misc.Test_testcapi.test_macros)\nPASS: test_pep3118_obsolete_write_locks (test.test_capi.test_misc.Test_testcapi.test_pep3118_obsolete_write_locks)\nPASS: test_py_clear (test.test_capi.test_misc.Test_testcapi.test_py_clear)\nPASS: test_py_is_funcs (test.test_capi.test_misc.Test_testcapi.test_py_is_funcs)\nPASS: test_py_is_macros (test.test_capi.test_misc.Test_testcapi.test_py_is_macros)\nPASS: test_py_setref (test.test_capi.test_misc.Test_testcapi.test_py_setref)\nPASS: test_pymem_alloc0 (test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0)\nPASS: test_pymem_setallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setallocators)\nPASS: test_pymem_setrawallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setrawallocators)\nPASS: test_pyobject_new (test.test_capi.test_misc.Test_testcapi.test_pyobject_new)\nPASS: test_pyobject_setallocators (test.test_capi.test_misc.Test_testcapi.test_pyobject_setallocators)\nPASS: test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state)\nPASS: test_refcount_funcs (test.test_capi.test_misc.Test_testcapi.test_refcount_funcs)\nPASS: test_refcount_macros (test.test_capi.test_misc.Test_testcapi.test_refcount_macros)\nPASS: test_reftracer (test.test_capi.test_misc.Test_testcapi.test_reftracer)\nPASS: test_set_type_size (test.test_capi.test_misc.Test_testcapi.test_set_type_size)\nPASS: test_sizeof_c_types (test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types)\nPASS: test_string_to_double (test.test_capi.test_misc.Test_testcapi.test_string_to_double)\nPASS: test_structseq_newtype_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak)\nPASS: test_structseq_newtype_null_descr_doc (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc)\nPASS: test_tstate_capi (test.test_capi.test_misc.Test_testcapi.test_tstate_capi)\nPASS: test_type_from_ephemeral_spec (test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec)\nPASS: test_version_api_data (test.test_capi.test_misc.Test_testcapi.test_version_api_data)\nPASS: test_w_code_invalid (test.test_capi.test_misc.Test_testcapi.test_w_code_invalid)\nPASS: test_weakref_capi (test.test_capi.test_misc.Test_testcapi.test_weakref_capi)\nPASS: test_widechar (test.test_capi.test_misc.Test_testcapi.test_widechar)\ntest_with_docstring (test.test_capi.test_misc.Test_testcapi.test_with_docstring)\nPASS: This is a pretty normal docstring.\nPASS: test_xdecref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak)\nPASS: test_xincref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak)\nPASS: test_bit_length (test.test_capi.test_misc.Test_testinternalcapi.test_bit_length)\nPASS: test_bswap (test.test_capi.test_misc.Test_testinternalcapi.test_bswap)\nPASS: test_bytes_find (test.test_capi.test_misc.Test_testinternalcapi.test_bytes_find)\nPASS: test_critical_sections (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections)\nPASS: test_critical_sections_gc (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_gc)\nPASS: test_critical_sections_nest (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_nest)\nPASS: test_critical_sections_suspend (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_suspend)\nPASS: test_critical_sections_threads (test.test_capi.test_misc.Test_testinternalcapi.test_critical_sections_threads)\nPASS: test_edit_cost (test.test_capi.test_misc.Test_testinternalcapi.test_edit_cost)\nPASS: test_hashtable (test.test_capi.test_misc.Test_testinternalcapi.test_hashtable)\nPASS: test_long_numbits (test.test_capi.test_misc.Test_testinternalcapi.test_long_numbits)\nPASS: test_popcount (test.test_capi.test_misc.Test_testinternalcapi.test_popcount)\nPASS: test_tstate_capi (test.test_capi.test_misc.Test_testinternalcapi.test_tstate_capi)\nPASS: test_PyOS_mystricmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystricmp)\nPASS: test_PyOS_mystrnicmp (test.test_capi.test_misc.Test_testlimitedcapi.test_PyOS_mystrnicmp)\nPASS: test_alignof_max_align_t (test.test_capi.test_misc.Test_testlimitedcapi.test_alignof_max_align_t)\nPASS: test_constants (test.test_capi.test_misc.Test_testlimitedcapi.test_constants)\nPASS: test_frozenset_add_in_capi (test.test_capi.test_misc.Test_testlimitedcapi.test_frozenset_add_in_capi)\ntest_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_and_overflow)\nPASS: Test the PyLong_AsLongAndOverflow API.\nPASS: test_long_api (test.test_capi.test_misc.Test_testlimitedcapi.test_long_api)\nPASS: test_long_as_double (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_double)\ntest_long_as_size_t (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_size_t)\nPASS: Test the PyLong_As{Size,Ssize}_t API.\nPASS: test_long_as_unsigned_long_long_mask (test.test_capi.test_misc.Test_testlimitedcapi.test_long_as_unsigned_long_long_mask)\ntest_long_long_and_overflow (test.test_capi.test_misc.Test_testlimitedcapi.test_long_long_and_overflow)\nPASS: Test the PyLong_AsLongLongAndOverflow API.\nPASS: test_longlong_api (test.test_capi.test_misc.Test_testlimitedcapi.test_longlong_api)\nPASS: test_string_from_format (test.test_capi.test_misc.Test_testlimitedcapi.test_string_from_format)\nPASS: test_unicode_compare_with_ascii (test.test_capi.test_misc.Test_testlimitedcapi.test_unicode_compare_with_ascii)\nPASS: test_widechar (test.test_capi.test_misc.Test_testlimitedcapi.test_widechar)\nPASS: test_asssizet (test.test_capi.test_number.CAPITest.test_asssizet)\nPASS: test_binary_ops (test.test_capi.test_number.CAPITest.test_binary_ops)\nPASS: test_check (test.test_capi.test_number.CAPITest.test_check)\nPASS: test_float (test.test_capi.test_number.CAPITest.test_float)\nPASS: test_index (test.test_capi.test_number.CAPITest.test_index)\nPASS: test_long (test.test_capi.test_number.CAPITest.test_long)\nPASS: test_misc_add (test.test_capi.test_number.CAPITest.test_misc_add)\nPASS: test_misc_multiply (test.test_capi.test_number.CAPITest.test_misc_multiply)\nPASS: test_misc_power (test.test_capi.test_number.CAPITest.test_misc_power)\nPASS: test_rshift_print (test.test_capi.test_number.CAPITest.test_rshift_print)\nPASS: test_tobase (test.test_capi.test_number.CAPITest.test_tobase)\nPASS: test_unary_ops (test.test_capi.test_number.CAPITest.test_unary_ops)\ntest_ClearWeakRefsNoCallbacks (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks)\nPASS: Ensure PyUnstable_Object_ClearWeakRefsNoCallbacks works\ntest_ClearWeakRefsNoCallbacks_no_weakref_support (test.test_capi.test_object.ClearWeakRefsNoCallbacksTest.test_ClearWeakRefsNoCallbacks_no_weakref_support)\nPASS: Don't fail on objects that don't support weakrefs\nPASS: test_get_constant (test.test_capi.test_object.GetConstantTest.test_get_constant)\nPASS: test_get_constant_borrowed (test.test_capi.test_object.GetConstantTest.test_get_constant_borrowed)\nPASS: testPyObjectPrintNULL (test.test_capi.test_object.PrintTest.testPyObjectPrintNULL)\nPASS: testPyObjectPrintNoRefObject (test.test_capi.test_object.PrintTest.testPyObjectPrintNoRefObject)\nPASS: testPyObjectPrintOSError (test.test_capi.test_object.PrintTest.testPyObjectPrintOSError)\nPASS: testPyObjectPrintObject (test.test_capi.test_object.PrintTest.testPyObjectPrintObject)\nSKIP: test_invalidate_object (test.test_capi.test_opt.TestExecutorInvalidation.test_invalidate_object) 'Requires optimizer infrastructure'\nSKIP: test_sys__clear_internal_caches (test.test_capi.test_opt.TestExecutorInvalidation.test_sys__clear_internal_caches) 'Requires optimizer infrastructure'\nSKIP: test_uop_optimizer_invalidation (test.test_capi.test_opt.TestExecutorInvalidation.test_uop_optimizer_invalidation) 'Requires optimizer infrastructure'\nSKIP: test_code_restore_for_ENTER_EXECUTOR (test.test_capi.test_opt.TestOptimizerAPI.test_code_restore_for_ENTER_EXECUTOR) 'Requires optimizer infrastructure'\nSKIP: test_counter_optimizer (test.test_capi.test_opt.TestOptimizerAPI.test_counter_optimizer) 'Requires optimizer infrastructure'\nSKIP: test_get_set_optimizer (test.test_capi.test_opt.TestOptimizerAPI.test_get_set_optimizer) 'Requires optimizer infrastructure'\ntest_long_loop (test.test_capi.test_opt.TestOptimizerAPI.test_long_loop)\nSKIP: Check that we aren't confused by EXTENDED_ARG 'Requires optimizer infrastructure'\nSKIP: test_new_counter_optimizer_dealloc (test.test_capi.test_opt.TestOptimizerAPI.test_new_counter_optimizer_dealloc) 'Requires optimizer infrastructure'\nSKIP: test_basic_loop (test.test_capi.test_opt.TestUops.test_basic_loop) 'Requires optimizer infrastructure'\nSKIP: test_branch_taken (test.test_capi.test_opt.TestUops.test_branch_taken) 'Requires optimizer infrastructure'\nSKIP: test_call_py_exact_args (test.test_capi.test_opt.TestUops.test_call_py_exact_args) 'Requires optimizer infrastructure'\nSKIP: test_confidence_score (test.test_capi.test_opt.TestUops.test_confidence_score) 'Requires optimizer infrastructure'\ntest_extended_arg (test.test_capi.test_opt.TestUops.test_extended_arg)\nSKIP: Check EXTENDED_ARG handling in superblock creation 'Requires optimizer infrastructure'\nSKIP: test_for_iter_list (test.test_capi.test_opt.TestUops.test_for_iter_list) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_range (test.test_capi.test_opt.TestUops.test_for_iter_range) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_tier_two (test.test_capi.test_opt.TestUops.test_for_iter_tier_two) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_tuple (test.test_capi.test_opt.TestUops.test_for_iter_tuple) 'Requires optimizer infrastructure'\nSKIP: test_jump_backward (test.test_capi.test_opt.TestUops.test_jump_backward) 'Requires optimizer infrastructure'\nSKIP: test_jump_forward (test.test_capi.test_opt.TestUops.test_jump_forward) 'Requires optimizer infrastructure'\nSKIP: test_list_edge_case (test.test_capi.test_opt.TestUops.test_list_edge_case) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_false (test.test_capi.test_opt.TestUops.test_pop_jump_if_false) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_none) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_not_none (test.test_capi.test_opt.TestUops.test_pop_jump_if_not_none) 'Requires optimizer infrastructure'\nSKIP: test_pop_jump_if_true (test.test_capi.test_opt.TestUops.test_pop_jump_if_true) 'Requires optimizer infrastructure'\nSKIP: test_unspecialized_unpack (test.test_capi.test_opt.TestUops.test_unspecialized_unpack) 'Requires optimizer infrastructure'\nSKIP: test_add_unicode_propagation (test.test_capi.test_opt.TestUopsOptimization.test_add_unicode_propagation) 'Requires optimizer infrastructure'\nSKIP: test_call_py_exact_args (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args) 'Requires optimizer infrastructure'\nSKIP: test_call_py_exact_args_disappearing (test.test_capi.test_opt.TestUopsOptimization.test_call_py_exact_args_disappearing) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_large_framesize (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_large_framesize) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_nested (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_nested) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_recursion (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_recursion) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_sequential (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_sequential) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_several_calls (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_checks_several_calls_different_order (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_checks_several_calls_different_order) 'Requires optimizer infrastructure'\nSKIP: test_combine_stack_space_complex (test.test_capi.test_opt.TestUopsOptimization.test_combine_stack_space_complex) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_float (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_float_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_float_partial) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_int (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_int_partial (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_int_partial) 'Requires optimizer infrastructure'\nSKIP: test_compare_op_type_propagation_unicode (test.test_capi.test_opt.TestUopsOptimization.test_compare_op_type_propagation_unicode) 'Requires optimizer infrastructure'\nSKIP: test_comprehension (test.test_capi.test_opt.TestUopsOptimization.test_comprehension) 'Requires optimizer infrastructure'\nSKIP: test_float_add_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_add_constant_propagation) 'Requires optimizer infrastructure'\nSKIP: test_float_multiply_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_multiply_constant_propagation) 'Requires optimizer infrastructure'\nSKIP: test_float_subtract_constant_propagation (test.test_capi.test_opt.TestUopsOptimization.test_float_subtract_constant_propagation) 'Requires optimizer infrastructure'\nSKIP: test_for_iter_gen (test.test_capi.test_opt.TestUopsOptimization.test_for_iter_gen) 'Requires optimizer infrastructure'\nSKIP: test_int_impure_region (test.test_capi.test_opt.TestUopsOptimization.test_int_impure_region) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagate_through_range (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagate_through_range) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagation (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagation_from_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_from_frame) 'Requires optimizer infrastructure'\nSKIP: test_int_type_propagation_through_frame (test.test_capi.test_opt.TestUopsOptimization.test_int_type_propagation_through_frame) 'Requires optimizer infrastructure'\nSKIP: test_int_value_numbering (test.test_capi.test_opt.TestUopsOptimization.test_int_value_numbering) 'Requires optimizer infrastructure'\nSKIP: test_many_nested (test.test_capi.test_opt.TestUopsOptimization.test_many_nested) 'Requires optimizer infrastructure'\nSKIP: test_modified_local_is_seen_by_optimized_code (test.test_capi.test_opt.TestUopsOptimization.test_modified_local_is_seen_by_optimized_code) 'Requires optimizer infrastructure'\nSKIP: test_promote_globals_to_constants (test.test_capi.test_opt.TestUopsOptimization.test_promote_globals_to_constants) 'Requires optimizer infrastructure'\nSKIP: test_return_generator (test.test_capi.test_opt.TestUopsOptimization.test_return_generator) 'Requires optimizer infrastructure'\nSKIP: test_type_inconsistency (test.test_capi.test_opt.TestUopsOptimization.test_type_inconsistency) 'Requires optimizer infrastructure'\nPASS: test_atomic_add_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int)\nPASS: test_atomic_add_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int16)\nPASS: test_atomic_add_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int32)\nPASS: test_atomic_add_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int64)\nPASS: test_atomic_add_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_int8)\nPASS: test_atomic_add_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_intptr)\nPASS: test_atomic_add_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_ssize)\nPASS: test_atomic_add_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint)\nPASS: test_atomic_add_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint16)\nPASS: test_atomic_add_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint32)\nPASS: test_atomic_add_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint64)\nPASS: test_atomic_add_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uint8)\nPASS: test_atomic_add_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_add_uintptr)\nPASS: test_atomic_and_or_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint16)\nPASS: test_atomic_and_or_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint32)\nPASS: test_atomic_and_or_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint64)\nPASS: test_atomic_and_or_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uint8)\nPASS: test_atomic_and_or_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_and_or_uintptr)\nPASS: test_atomic_compare_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int)\nPASS: test_atomic_compare_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int16)\nPASS: test_atomic_compare_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int32)\nPASS: test_atomic_compare_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int64)\nPASS: test_atomic_compare_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_int8)\nPASS: test_atomic_compare_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_intptr)\nPASS: test_atomic_compare_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ptr)\nPASS: test_atomic_compare_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_ssize)\nPASS: test_atomic_compare_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint)\nPASS: test_atomic_compare_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint16)\nPASS: test_atomic_compare_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint32)\nPASS: test_atomic_compare_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint64)\nPASS: test_atomic_compare_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uint8)\nPASS: test_atomic_compare_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_compare_exchange_uintptr)\nPASS: test_atomic_exchange_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int)\nPASS: test_atomic_exchange_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int16)\nPASS: test_atomic_exchange_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int32)\nPASS: test_atomic_exchange_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int64)\nPASS: test_atomic_exchange_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_int8)\nPASS: test_atomic_exchange_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_intptr)\nPASS: test_atomic_exchange_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ptr)\nPASS: test_atomic_exchange_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_ssize)\nPASS: test_atomic_exchange_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint)\nPASS: test_atomic_exchange_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint16)\nPASS: test_atomic_exchange_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint32)\nPASS: test_atomic_exchange_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint64)\nPASS: test_atomic_exchange_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uint8)\nPASS: test_atomic_exchange_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_exchange_uintptr)\nPASS: test_atomic_fences (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_fences)\nPASS: test_atomic_load_store_int (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int)\nPASS: test_atomic_load_store_int16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int16)\nPASS: test_atomic_load_store_int32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int32)\nPASS: test_atomic_load_store_int64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int64)\nPASS: test_atomic_load_store_int8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int8)\nPASS: test_atomic_load_store_int_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_int_release_acquire)\nPASS: test_atomic_load_store_intptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_intptr)\nPASS: test_atomic_load_store_ptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ptr)\nPASS: test_atomic_load_store_ssize (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_ssize)\nPASS: test_atomic_load_store_uint (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint)\nPASS: test_atomic_load_store_uint16 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint16)\nPASS: test_atomic_load_store_uint32 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint32)\nPASS: test_atomic_load_store_uint64 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint64)\nPASS: test_atomic_load_store_uint8 (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uint8)\nPASS: test_atomic_load_store_uintptr (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_load_store_uintptr)\nPASS: test_atomic_release_acquire (test.test_capi.test_pyatomic.PyAtomicTests.test_atomic_release_acquire)\nPASS: test_run_fileexflags (test.test_capi.test_run.CAPITest.test_run_fileexflags)\nPASS: test_run_fileexflags_with_undecodable_filename (test.test_capi.test_run.CAPITest.test_run_fileexflags_with_undecodable_filename)\nPASS: test_run_stringflags (test.test_capi.test_run.CAPITest.test_run_stringflags)\nPASS: test_set_next_entry (test.test_capi.test_set.TestInternalCAPI.test_set_next_entry)\nPASS: test_set_update (test.test_capi.test_set.TestInternalCAPI.test_set_update)\nPASS: test_add (test.test_capi.test_set.TestSetCAPI.test_add)\nPASS: test_anyset_check (test.test_capi.test_set.TestSetCAPI.test_anyset_check)\nPASS: test_anyset_check_exact (test.test_capi.test_set.TestSetCAPI.test_anyset_check_exact)\nPASS: test_clear (test.test_capi.test_set.TestSetCAPI.test_clear)\nPASS: test_discard (test.test_capi.test_set.TestSetCAPI.test_discard)\nPASS: test_frozenset_check (test.test_capi.test_set.TestSetCAPI.test_frozenset_check)\nPASS: test_frozenset_check_exact (test.test_capi.test_set.TestSetCAPI.test_frozenset_check_exact)\nPASS: test_frozenset_new (test.test_capi.test_set.TestSetCAPI.test_frozenset_new)\nPASS: test_pop (test.test_capi.test_set.TestSetCAPI.test_pop)\nPASS: test_set_check (test.test_capi.test_set.TestSetCAPI.test_set_check)\nPASS: test_set_check_exact (test.test_capi.test_set.TestSetCAPI.test_set_check_exact)\nPASS: test_set_contains (test.test_capi.test_set.TestSetCAPI.test_set_contains)\nPASS: test_set_get_size (test.test_capi.test_set.TestSetCAPI.test_set_get_size)\nPASS: test_set_new (test.test_capi.test_set.TestSetCAPI.test_set_new)\nPASS: test_set_size (test.test_capi.test_set.TestSetCAPI.test_set_size)\nPASS: test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bad_assignments)\nPASS: test_bool (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_bool)\nPASS: test_byte (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_byte)\nPASS: test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_inplace_string)\nPASS: test_int (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_int)\nPASS: test_long (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_long)\nPASS: test_longlong (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_longlong)\nPASS: test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_py_ssize_t)\nPASS: test_short (test.test_capi.test_structmembers.ReadWriteTests_NewAPI.test_short)\nPASS: test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bad_assignments)\nPASS: test_bool (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_bool)\nPASS: test_byte (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_byte)\nPASS: test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_inplace_string)\nPASS: test_int (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_int)\nPASS: test_long (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_long)\nPASS: test_longlong (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_longlong)\nPASS: test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_py_ssize_t)\nPASS: test_short (test.test_capi.test_structmembers.ReadWriteTests_OldAPI.test_short)\nPASS: test_sys_formatstderr (test.test_capi.test_sys.CAPITest.test_sys_formatstderr)\nPASS: test_sys_formatstdout (test.test_capi.test_sys.CAPITest.test_sys_formatstdout)\nPASS: test_sys_getobject (test.test_capi.test_sys.CAPITest.test_sys_getobject)\nPASS: test_sys_getxoptions (test.test_capi.test_sys.CAPITest.test_sys_getxoptions)\nPASS: test_sys_setobject (test.test_capi.test_sys.CAPITest.test_sys_setobject)\nPASS: test_sys_writestderr (test.test_capi.test_sys.CAPITest.test_sys_writestderr)\nPASS: test_sys_writestdout (test.test_capi.test_sys.CAPITest.test_sys_writestdout)\nPASS: test_assecondsdouble (test.test_capi.test_time.CAPITest.test_assecondsdouble)\nPASS: test_min_max (test.test_capi.test_time.CAPITest.test_min_max)\nPASS: test_monotonic (test.test_capi.test_time.CAPITest.test_monotonic)\nPASS: test_perf_counter (test.test_capi.test_time.CAPITest.test_perf_counter)\nPASS: test_time (test.test_capi.test_time.CAPITest.test_time)\nPASS: test__tuple_resize (test.test_capi.test_tuple.CAPITest.test__tuple_resize)\nPASS: test_check (test.test_capi.test_tuple.CAPITest.test_check)\nPASS: test_tuple_checkexact (test.test_capi.test_tuple.CAPITest.test_tuple_checkexact)\nPASS: test_tuple_get_item (test.test_capi.test_tuple.CAPITest.test_tuple_get_item)\nPASS: test_tuple_get_size (test.test_capi.test_tuple.CAPITest.test_tuple_get_size)\nPASS: test_tuple_getitem (test.test_capi.test_tuple.CAPITest.test_tuple_getitem)\nPASS: test_tuple_getslice (test.test_capi.test_tuple.CAPITest.test_tuple_getslice)\nPASS: test_tuple_new (test.test_capi.test_tuple.CAPITest.test_tuple_new)\nPASS: test_tuple_pack (test.test_capi.test_tuple.CAPITest.test_tuple_pack)\nPASS: test_tuple_set_item (test.test_capi.test_tuple.CAPITest.test_tuple_set_item)\nPASS: test_tuple_setitem (test.test_capi.test_tuple.CAPITest.test_tuple_setitem)\nPASS: test_tuple_size (test.test_capi.test_tuple.CAPITest.test_tuple_size)\ntest_append (test.test_capi.test_unicode.CAPITest.test_append)\nPASS: Test PyUnicode_Append()\ntest_appendanddel (test.test_capi.test_unicode.CAPITest.test_appendanddel)\nPASS: Test PyUnicode_AppendAndDel()\ntest_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4)\nPASS: Test PyUnicode_AsUCS4()\ntest_asucs4copy (test.test_capi.test_unicode.CAPITest.test_asucs4copy)\nPASS: Test PyUnicode_AsUCS4Copy()\ntest_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8)\nPASS: Test PyUnicode_AsUTF8()\ntest_asutf8_race (test.test_capi.test_unicode.CAPITest.test_asutf8_race)\nPASS: Test that there's no race condition in PyUnicode_AsUTF8()\ntest_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize)\nPASS: Test PyUnicode_AsUTF8AndSize()\ntest_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar)\nPASS: Test PyUnicode_AsWideChar()\ntest_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring)\nPASS: Test PyUnicode_AsWideCharString()\ntest_compare (test.test_capi.test_unicode.CAPITest.test_compare)\nPASS: Test PyUnicode_Compare()\ntest_comparewithasciistring (test.test_capi.test_unicode.CAPITest.test_comparewithasciistring)\nPASS: Test PyUnicode_CompareWithASCIIString()\ntest_concat (test.test_capi.test_unicode.CAPITest.test_concat)\nPASS: Test PyUnicode_Concat()\ntest_contains (test.test_capi.test_unicode.CAPITest.test_contains)\nPASS: Test PyUnicode_Contains()\ntest_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters)\nPASS: Test PyUnicode_CopyCharacters()\ntest_count (test.test_capi.test_unicode.CAPITest.test_count)\nPASS: Test PyUnicode_Count()\nPASS: test_equaltoutf8 (test.test_capi.test_unicode.CAPITest.test_equaltoutf8)\nPASS: test_equaltoutf8andsize (test.test_capi.test_unicode.CAPITest.test_equaltoutf8andsize)\ntest_fill (test.test_capi.test_unicode.CAPITest.test_fill)\nPASS: Test PyUnicode_Fill()\ntest_find (test.test_capi.test_unicode.CAPITest.test_find)\nPASS: Test PyUnicode_Find()\ntest_findchar (test.test_capi.test_unicode.CAPITest.test_findchar)\nPASS: Test PyUnicode_FindChar()\ntest_format (test.test_capi.test_unicode.CAPITest.test_format)\nPASS: Test PyUnicode_Format()\ntest_from_format (test.test_capi.test_unicode.CAPITest.test_from_format)\nPASS: Test PyUnicode_FromFormat()\ntest_fromkindanddata (test.test_capi.test_unicode.CAPITest.test_fromkindanddata)\nPASS: Test PyUnicode_FromKindAndData()\ntest_fromobject (test.test_capi.test_unicode.CAPITest.test_fromobject)\nPASS: Test PyUnicode_FromObject()\ntest_fromordinal (test.test_capi.test_unicode.CAPITest.test_fromordinal)\nPASS: Test PyUnicode_FromOrdinal()\ntest_fromstring (test.test_capi.test_unicode.CAPITest.test_fromstring)\nPASS: Test PyUnicode_FromString()\ntest_fromstringandsize (test.test_capi.test_unicode.CAPITest.test_fromstringandsize)\nPASS: Test PyUnicode_FromStringAndSize()\ntest_fromwidechar (test.test_capi.test_unicode.CAPITest.test_fromwidechar)\nPASS: Test PyUnicode_FromWideChar()\ntest_getdefaultencoding (test.test_capi.test_unicode.CAPITest.test_getdefaultencoding)\nPASS: Test PyUnicode_GetDefaultEncoding()\ntest_getlength (test.test_capi.test_unicode.CAPITest.test_getlength)\nPASS: Test PyUnicode_GetLength()\ntest_internfromstring (test.test_capi.test_unicode.CAPITest.test_internfromstring)\nPASS: Test PyUnicode_InternFromString()\ntest_interninplace (test.test_capi.test_unicode.CAPITest.test_interninplace)\nPASS: Test PyUnicode_InternInPlace()\ntest_isidentifier (test.test_capi.test_unicode.CAPITest.test_isidentifier)\nPASS: Test PyUnicode_IsIdentifier()\ntest_join (test.test_capi.test_unicode.CAPITest.test_join)\nPASS: Test PyUnicode_Join()\ntest_new (test.test_capi.test_unicode.CAPITest.test_new)\nPASS: Test PyUnicode_New()\ntest_partition (test.test_capi.test_unicode.CAPITest.test_partition)\nPASS: Test PyUnicode_Partition()\nPASS: test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug)\ntest_readchar (test.test_capi.test_unicode.CAPITest.test_readchar)\nPASS: Test PyUnicode_ReadChar()\ntest_replace (test.test_capi.test_unicode.CAPITest.test_replace)\nPASS: Test PyUnicode_Replace()\ntest_resize (test.test_capi.test_unicode.CAPITest.test_resize)\nPASS: Test PyUnicode_Resize()\ntest_richcompare (test.test_capi.test_unicode.CAPITest.test_richcompare)\nPASS: Test PyUnicode_RichCompare()\ntest_rpartition (test.test_capi.test_unicode.CAPITest.test_rpartition)\nPASS: Test PyUnicode_RPartition()\ntest_rsplit (test.test_capi.test_unicode.CAPITest.test_rsplit)\nPASS: Test PyUnicode_RSplit()\ntest_split (test.test_capi.test_unicode.CAPITest.test_split)\nPASS: Test PyUnicode_Split()\ntest_splitlines (test.test_capi.test_unicode.CAPITest.test_splitlines)\nPASS: Test PyUnicode_SplitLines()\ntest_substring (test.test_capi.test_unicode.CAPITest.test_substring)\nPASS: Test PyUnicode_Substring()\ntest_tailmatch (test.test_capi.test_unicode.CAPITest.test_tailmatch)\nPASS: Test PyUnicode_Tailmatch()\ntest_transform_decimal_and_space (test.test_capi.test_unicode.CAPITest.test_transform_decimal_and_space)\nPASS: Test _PyUnicode_TransformDecimalAndSpaceToASCII()\ntest_translate (test.test_capi.test_unicode.CAPITest.test_translate)\nPASS: Test PyUnicode_Translate()\ntest_writechar (test.test_capi.test_unicode.CAPITest.test_writechar)\nPASS: Test PyUnicode_WriteChar()\nPASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestCodeObjectWatchers.test_allocate_too_many_watchers)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestCodeObjectWatchers.test_clear_unassigned_watcher_id)\nPASS: test_code_object_events_dispatched (test.test_capi.test_watchers.TestCodeObjectWatchers.test_code_object_events_dispatched)\nPASS: test_dealloc_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_dealloc_error)\nPASS: test_error (test.test_capi.test_watchers.TestCodeObjectWatchers.test_error)\nPASS: test_clear (test.test_capi.test_watchers.TestDictWatchers.test_clear)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_clear_unassigned_watcher_id)\nPASS: test_clone (test.test_capi.test_watchers.TestDictWatchers.test_clone)\nPASS: test_dealloc (test.test_capi.test_watchers.TestDictWatchers.test_dealloc)\nPASS: test_dealloc_error (test.test_capi.test_watchers.TestDictWatchers.test_dealloc_error)\nPASS: test_del (test.test_capi.test_watchers.TestDictWatchers.test_del)\nPASS: test_error (test.test_capi.test_watchers.TestDictWatchers.test_error)\nPASS: test_no_event_if_not_watched (test.test_capi.test_watchers.TestDictWatchers.test_no_event_if_not_watched)\nPASS: test_object_dict (test.test_capi.test_watchers.TestDictWatchers.test_object_dict)\nPASS: test_pop (test.test_capi.test_watchers.TestDictWatchers.test_pop)\nPASS: test_set_existing_item (test.test_capi.test_watchers.TestDictWatchers.test_set_existing_item)\nPASS: test_set_new_item (test.test_capi.test_watchers.TestDictWatchers.test_set_new_item)\nPASS: test_two_watchers (test.test_capi.test_watchers.TestDictWatchers.test_two_watchers)\nPASS: test_unwatch (test.test_capi.test_watchers.TestDictWatchers.test_unwatch)\nPASS: test_unwatch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_non_dict)\nPASS: test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_out_of_range_watcher_id)\nPASS: test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_unwatch_unassigned_watcher_id)\nPASS: test_watch_non_dict (test.test_capi.test_watchers.TestDictWatchers.test_watch_non_dict)\nPASS: test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_out_of_range_watcher_id)\nPASS: test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestDictWatchers.test_watch_unassigned_watcher_id)\nPASS: test_allocate_too_many_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_allocate_too_many_watchers)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestFuncWatchers.test_clear_unassigned_watcher_id)\nPASS: test_dealloc_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_dealloc_watcher_raises_error)\nPASS: test_func_events_dispatched (test.test_capi.test_watchers.TestFuncWatchers.test_func_events_dispatched)\nPASS: test_multiple_watchers (test.test_capi.test_watchers.TestFuncWatchers.test_multiple_watchers)\nPASS: test_watcher_raises_error (test.test_capi.test_watchers.TestFuncWatchers.test_watcher_raises_error)\nPASS: test_all_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_all_watchers)\nPASS: test_clear_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_out_of_range_watcher_id)\nPASS: test_clear_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_clear_unassigned_watcher_id)\nPASS: test_clear_watcher (test.test_capi.test_watchers.TestTypeWatchers.test_clear_watcher)\nPASS: test_error (test.test_capi.test_watchers.TestTypeWatchers.test_error)\nPASS: test_event_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_event_aggregation)\nPASS: test_lookup_resets_aggregation (test.test_capi.test_watchers.TestTypeWatchers.test_lookup_resets_aggregation)\nPASS: test_no_more_ids_available (test.test_capi.test_watchers.TestTypeWatchers.test_no_more_ids_available)\nPASS: test_two_watchers (test.test_capi.test_watchers.TestTypeWatchers.test_two_watchers)\nPASS: test_unwatch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_non_type)\nPASS: test_unwatch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_out_of_range_watcher_id)\nPASS: test_unwatch_type (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_type)\nPASS: test_unwatch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_unwatch_unassigned_watcher_id)\nPASS: test_watch_non_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_non_type)\nPASS: test_watch_out_of_range_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_out_of_range_watcher_id)\nPASS: test_watch_type (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type)\nPASS: test_watch_type_subclass (test.test_capi.test_watchers.TestTypeWatchers.test_watch_type_subclass)\nPASS: test_watch_unassigned_watcher_id (test.test_capi.test_watchers.TestTypeWatchers.test_watch_unassigned_watcher_id)\n\n----------------------------------------------------------------------\nRan 957 tests in 5.142s\n\nOK (skipped=70)\n0:01:17 load avg: 1.29 [127/480] test_compiler_assemble passed\nPASS: test_exception_table (test.test_compiler_assemble.IsolatedAssembleTests.test_exception_table)\nPASS: test_expression_with_pseudo_instruction_load_closure (test.test_compiler_assemble.IsolatedAssembleTests.test_expression_with_pseudo_instruction_load_closure)\nPASS: test_simple_expr (test.test_compiler_assemble.IsolatedAssembleTests.test_simple_expr)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.001s\n\nOK\n0:01:17 load avg: 1.29 [128/480] test_compiler_codegen passed\nPASS: test_for_loop (test.test_compiler_codegen.IsolatedCodeGenTests.test_for_loop)\nPASS: test_function (test.test_compiler_codegen.IsolatedCodeGenTests.test_function)\nPASS: test_if_expression (test.test_compiler_codegen.IsolatedCodeGenTests.test_if_expression)\nPASS: test_nested_functions (test.test_compiler_codegen.IsolatedCodeGenTests.test_nested_functions)\nPASS: test_syntax_error__return_not_in_function (test.test_compiler_codegen.IsolatedCodeGenTests.test_syntax_error__return_not_in_function)\n\n----------------------------------------------------------------------\nRan 5 tests in 0.001s\n\nOK\n0:01:17 load avg: 1.29 [129/480] test_complex passed\nPASS: test___complex__ (test.test_complex.ComplexTest.test___complex__)\nPASS: test_abs (test.test_complex.ComplexTest.test_abs)\nPASS: test_add (test.test_complex.ComplexTest.test_add)\nPASS: test_boolcontext (test.test_complex.ComplexTest.test_boolcontext)\nPASS: test_conjugate (test.test_complex.ComplexTest.test_conjugate)\nPASS: test_constructor (test.test_complex.ComplexTest.test_constructor)\nPASS: test_constructor_from_string (test.test_complex.ComplexTest.test_constructor_from_string)\nPASS: test_constructor_negative_nans_from_string (test.test_complex.ComplexTest.test_constructor_negative_nans_from_string)\nPASS: test_constructor_special_numbers (test.test_complex.ComplexTest.test_constructor_special_numbers)\nPASS: test_divmod (test.test_complex.ComplexTest.test_divmod)\nPASS: test_divmod_zero_division (test.test_complex.ComplexTest.test_divmod_zero_division)\nPASS: test_floordiv (test.test_complex.ComplexTest.test_floordiv)\nPASS: test_floordiv_zero_division (test.test_complex.ComplexTest.test_floordiv_zero_division)\nPASS: test_format (test.test_complex.ComplexTest.test_format)\nPASS: test_getnewargs (test.test_complex.ComplexTest.test_getnewargs)\nPASS: test_hash (test.test_complex.ComplexTest.test_hash)\nPASS: test_mod (test.test_complex.ComplexTest.test_mod)\nPASS: test_mod_zero_division (test.test_complex.ComplexTest.test_mod_zero_division)\nPASS: test_mul (test.test_complex.ComplexTest.test_mul)\nPASS: test_neg (test.test_complex.ComplexTest.test_neg)\nPASS: test_negated_imaginary_literal (test.test_complex.ComplexTest.test_negated_imaginary_literal)\nPASS: test_negative_zero_repr_str (test.test_complex.ComplexTest.test_negative_zero_repr_str)\nPASS: test_overflow (test.test_complex.ComplexTest.test_overflow)\nPASS: test_plus_minus_0j (test.test_complex.ComplexTest.test_plus_minus_0j)\nPASS: test_pos (test.test_complex.ComplexTest.test_pos)\nPASS: test_pow (test.test_complex.ComplexTest.test_pow)\nPASS: test_pow_with_small_integer_exponents (test.test_complex.ComplexTest.test_pow_with_small_integer_exponents)\nPASS: test_repr_roundtrip (test.test_complex.ComplexTest.test_repr_roundtrip)\nPASS: test_repr_str (test.test_complex.ComplexTest.test_repr_str)\nPASS: test_richcompare (test.test_complex.ComplexTest.test_richcompare)\nPASS: test_richcompare_boundaries (test.test_complex.ComplexTest.test_richcompare_boundaries)\nPASS: test_sub (test.test_complex.ComplexTest.test_sub)\nPASS: test_truediv (test.test_complex.ComplexTest.test_truediv)\nPASS: test_truediv_zero_division (test.test_complex.ComplexTest.test_truediv_zero_division)\nPASS: test_underscores (test.test_complex.ComplexTest.test_underscores)\n\n----------------------------------------------------------------------\nRan 35 tests in 0.051s\n\nOK\n0:01:18 load avg: 1.29 [130/480] test_configparser passed\nPASS: test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase.test_converters_at_init)\nPASS: test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase.test_inheritance)\nPASS: test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase.test_instance_assignment)\nPASS: test_comment_handling (test.test_configparser.CompatibleTestCase.test_comment_handling)\nPASS: test_explicit_none (test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none)\nPASS: test_interpolation_with_allow_no_value (test.test_configparser.ConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCase.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCase.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCase.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCase.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCase.test_interpolation_missing_value)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCase.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.ConfigParserTestCase.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCase.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCase.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCase.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCase.test_write)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity)\nPASS: test_case_sensitivity_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_basic)\nPASS: test_case_sensitivity_conflicts (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_conflicts)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_default_case_sensitivity)\nPASS: test_endless_loop (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_endless_loop)\nPASS: test_extended_interpolation (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_extended_interpolation)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_invalid_multiline_value)\nPASS: test_other_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_other_errors)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_setitem)\nPASS: test_strange_options (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_strange_options)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_write)\nPASS: test_error_on_wrong_type_for_interpolation (test.test_configparser.ConfigParserTestCaseInvalidInterpolationType.test_error_on_wrong_type_for_interpolation)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_default_case_sensitivity)\nPASS: test_empty_case (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_empty_case)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_invalid_multiline_value)\nPASS: test_no_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_no_interpolation)\nPASS: test_none_as_default_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_none_as_default_interpolation)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_write)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNoValue.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNoValue.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoValue.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNoValue.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNoValue.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCaseNoValue.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNoValue.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation_missing_value)\nSKIP: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoValue.test_invalid_multiline_value) 'if no_value is allowed, ParsingError is not raised'\nPASS: test_items (test.test_configparser.ConfigParserTestCaseNoValue.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNoValue.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path)\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNoValue.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNoValue.test_write)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation_missing_value)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path)\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_write)\nPASS: test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_add_section_default)\nPASS: test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword)\nPASS: bpo-23835 fix for ConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation)\nPASS: test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation_missing_value)\nPASS: test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_items)\nPASS: test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_query_errors)\nSKIP: test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) 'incompatible format'\nSKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) 'incompatible format'\nPASS: test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_safe_interpolation)\nPASS: test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_malformatted_interpolation)\nPASS: test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_weird_errors)\nPASS: test_write (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_write)\nPASS: test_cfgparser_dot_3 (test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3)\nPASS: test_unicode_failure (test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure)\nPASS: test_basic (test.test_configparser.ConvertersTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.ConvertersTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.ConvertersTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.ConvertersTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.ConvertersTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.ConvertersTestCase.test_clear)\nPASS: test_converters (test.test_configparser.ConvertersTestCase.test_converters)\nPASS: test_default_case_sensitivity (test.test_configparser.ConvertersTestCase.test_default_case_sensitivity)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.ConvertersTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.ConvertersTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.ConvertersTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.ConvertersTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.ConvertersTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.ConvertersTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.ConvertersTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.ConvertersTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.ConvertersTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.ConvertersTestCase.test_write)\nPASS: test_basic (test.test_configparser.CopyTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.CopyTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.CopyTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.CopyTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.CopyTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.CopyTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.CopyTestCase.test_default_case_sensitivity)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.CopyTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.CopyTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.CopyTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.CopyTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.CopyTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.CopyTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.CopyTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.CopyTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.CopyTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.CopyTestCase.test_write)\nPASS: test_duplicate_option_error (test.test_configparser.CoverageOneHundredTestCase.test_duplicate_option_error)\nPASS: test_inconsistent_converters_state (test.test_configparser.CoverageOneHundredTestCase.test_inconsistent_converters_state)\nPASS: test_interpolation_depth_error (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_depth_error)\nPASS: test_interpolation_validation (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_validation)\nPASS: test_parsing_error (test.test_configparser.CoverageOneHundredTestCase.test_parsing_error)\nPASS: test_sectionproxy_repr (test.test_configparser.CoverageOneHundredTestCase.test_sectionproxy_repr)\nPASS: test_get_basic_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_basic_interpolation)\nPASS: test_get_extended_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_extended_interpolation)\nPASS: test_missing_options (test.test_configparser.ExceptionContextTestCase.test_missing_options)\nPASS: test_missing_section (test.test_configparser.ExceptionContextTestCase.test_missing_section)\nPASS: test_remove_option (test.test_configparser.ExceptionContextTestCase.test_remove_option)\nPASS: test_duplicateoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicateoptionerror)\nPASS: test_duplicatesectionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicatesectionerror)\nPASS: test_error (test.test_configparser.ExceptionPicklingTestCase.test_error)\nPASS: test_interpolationdeptherror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationdeptherror)\nPASS: test_interpolationerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationerror)\nPASS: test_interpolationmissingoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationmissingoptionerror)\nPASS: test_interpolationsyntaxerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationsyntaxerror)\nPASS: test_missingsectionheadererror (test.test_configparser.ExceptionPicklingTestCase.test_missingsectionheadererror)\nPASS: test_nooptionerror (test.test_configparser.ExceptionPicklingTestCase.test_nooptionerror)\nPASS: test_nosectionerror (test.test_configparser.ExceptionPicklingTestCase.test_nosectionerror)\nPASS: test_parsingerror (test.test_configparser.ExceptionPicklingTestCase.test_parsingerror)\nPASS: test_stripping (test.test_configparser.InlineCommentStrippingTestCase.test_stripping)\nPASS: test_none_as_value_stringified (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified)\nPASS: test_none_as_value_stringified_raw (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified_raw)\nPASS: test__all__ (test.test_configparser.MiscTestCase.test__all__)\nPASS: test_basic (test.test_configparser.MultilineValuesTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.MultilineValuesTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.MultilineValuesTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.MultilineValuesTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_default_case_sensitivity)\nPASS: test_dominating_multiline_values (test.test_configparser.MultilineValuesTestCase.test_dominating_multiline_values)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.MultilineValuesTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.MultilineValuesTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.MultilineValuesTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.MultilineValuesTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.MultilineValuesTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.MultilineValuesTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.MultilineValuesTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.MultilineValuesTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.MultilineValuesTestCase.test_write)\nPASS: test_explicit_none (test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_explicit_none)\nPASS: test_interpolation_with_allow_no_value (test.test_configparser.RawConfigParserNoValueAndExtendedInterpolationTest.test_interpolation_with_allow_no_value)\nPASS: test_basic (test.test_configparser.RawConfigParserTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.RawConfigParserTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.RawConfigParserTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.RawConfigParserTestCase.test_defaults_keyword)\nPASS: bpo-23835 legacy behavior for RawConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.RawConfigParserTestCase.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.RawConfigParserTestCase.test_interpolation)\nPASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCase.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.RawConfigParserTestCase.test_items)\nPASS: test_parse_errors (test.test_configparser.RawConfigParserTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.RawConfigParserTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.RawConfigParserTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCase.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.RawConfigParserTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.RawConfigParserTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.RawConfigParserTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.RawConfigParserTestCase.test_write)\nPASS: test_basic (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword)\nPASS: bpo-23835 legacy behavior for RawConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_interpolation)\nPASS: test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_items)\nPASS: test_parse_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors)\nPASS: test_popitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_popitem)\nPASS: test_query_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_query_errors)\nSKIP: test_read_returns_file_list (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) 'incompatible format'\nSKIP: test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) 'incompatible format'\nPASS: test_set_nonstring_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_string_types)\nPASS: test_setitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_setitem)\nPASS: test_weird_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_weird_errors)\nPASS: test_write (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_write)\nPASS: test_reading (test.test_configparser.RawConfigParserTestSambaConf.test_reading)\nPASS: test_file (test.test_configparser.ReadFileTestCase.test_file)\nPASS: test_iterable (test.test_configparser.ReadFileTestCase.test_iterable)\nPASS: test_keys_without_value_with_extra_whitespace (test.test_configparser.ReadFileTestCase.test_keys_without_value_with_extra_whitespace)\ntest_readline_generator (test.test_configparser.ReadFileTestCase.test_readline_generator)\nPASS: Issue #11670.\ntest_source_as_bytes (test.test_configparser.ReadFileTestCase.test_source_as_bytes)\nPASS: Issue #18260.\nPASS: test_multiple_configs (test.test_configparser.SectionlessTestCase.test_multiple_configs)\nPASS: test_no_first_section (test.test_configparser.SectionlessTestCase.test_no_first_section)\nPASS: test_no_section (test.test_configparser.SectionlessTestCase.test_no_section)\nPASS: test_basic (test.test_configparser.SortedTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.SortedTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.SortedTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.SortedTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.SortedTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.SortedTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.SortedTestCase.test_default_case_sensitivity)\ntest_defaults_keyword (test.test_configparser.SortedTestCase.test_defaults_keyword)\nPASS: bpo-23835 legacy behavior for RawConfigParser\nPASS: test_get_after_duplicate_option_error (test.test_configparser.SortedTestCase.test_get_after_duplicate_option_error)\nPASS: test_interpolation (test.test_configparser.SortedTestCase.test_interpolation)\nPASS: test_invalid_multiline_value (test.test_configparser.SortedTestCase.test_invalid_multiline_value)\nPASS: test_items (test.test_configparser.SortedTestCase.test_items)\nPASS: test_parse_errors (test.test_configparser.SortedTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.SortedTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.SortedTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.SortedTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_nonstring_types (test.test_configparser.SortedTestCase.test_set_nonstring_types)\nPASS: test_set_string_types (test.test_configparser.SortedTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.SortedTestCase.test_setitem)\nPASS: test_sorted (test.test_configparser.SortedTestCase.test_sorted)\nPASS: test_weird_errors (test.test_configparser.SortedTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.SortedTestCase.test_write)\nPASS: test_basic (test.test_configparser.StrictTestCase.test_basic)\nPASS: test_basic_from_dict (test.test_configparser.StrictTestCase.test_basic_from_dict)\nPASS: test_boolean (test.test_configparser.StrictTestCase.test_boolean)\nPASS: test_case_sensitivity (test.test_configparser.StrictTestCase.test_case_sensitivity)\nPASS: test_case_sensitivity_mapping_access (test.test_configparser.StrictTestCase.test_case_sensitivity_mapping_access)\nPASS: test_clear (test.test_configparser.StrictTestCase.test_clear)\nPASS: test_default_case_sensitivity (test.test_configparser.StrictTestCase.test_default_case_sensitivity)\nPASS: test_get_after_duplicate_option_error (test.test_configparser.StrictTestCase.test_get_after_duplicate_option_error)\nPASS: test_invalid_multiline_value (test.test_configparser.StrictTestCase.test_invalid_multiline_value)\nPASS: test_parse_errors (test.test_configparser.StrictTestCase.test_parse_errors)\nPASS: test_popitem (test.test_configparser.StrictTestCase.test_popitem)\nPASS: test_query_errors (test.test_configparser.StrictTestCase.test_query_errors)\nPASS: test_read_returns_file_list (test.test_configparser.StrictTestCase.test_read_returns_file_list)\nPASS: test_read_returns_file_list_with_bytestring_path (test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path)\nPASS: test_set_string_types (test.test_configparser.StrictTestCase.test_set_string_types)\nPASS: test_setitem (test.test_configparser.StrictTestCase.test_setitem)\nPASS: test_weird_errors (test.test_configparser.StrictTestCase.test_weird_errors)\nPASS: test_write (test.test_configparser.StrictTestCase.test_write)\n\n----------------------------------------------------------------------\nRan 336 tests in 0.235s\n\nOK (skipped=5)\n0:01:18 load avg: 1.29 [131/480] test_contains passed\nPASS: test_block_fallback (test.test_contains.TestContains.test_block_fallback)\nPASS: test_builtin_sequence_types (test.test_contains.TestContains.test_builtin_sequence_types)\nPASS: test_common_tests (test.test_contains.TestContains.test_common_tests)\nPASS: test_nonreflexive (test.test_contains.TestContains.test_nonreflexive)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n0:01:18 load avg: 1.29 [132/480] test_context passed\nPASS: test_context_copy_1 (test.test_context.ContextTest.test_context_copy_1)\nPASS: test_context_get_context_1 (test.test_context.ContextTest.test_context_get_context_1)\nPASS: test_context_getset_1 (test.test_context.ContextTest.test_context_getset_1)\nPASS: test_context_getset_2 (test.test_context.ContextTest.test_context_getset_2)\nPASS: test_context_getset_3 (test.test_context.ContextTest.test_context_getset_3)\nPASS: test_context_getset_4 (test.test_context.ContextTest.test_context_getset_4)\nPASS: test_context_getset_5 (test.test_context.ContextTest.test_context_getset_5)\nPASS: test_context_new_1 (test.test_context.ContextTest.test_context_new_1)\nPASS: test_context_new_unhashable_str_subclass (test.test_context.ContextTest.test_context_new_unhashable_str_subclass)\nPASS: test_context_run_1 (test.test_context.ContextTest.test_context_run_1)\nPASS: test_context_run_2 (test.test_context.ContextTest.test_context_run_2)\nPASS: test_context_run_3 (test.test_context.ContextTest.test_context_run_3)\nPASS: test_context_run_4 (test.test_context.ContextTest.test_context_run_4)\nPASS: test_context_run_5 (test.test_context.ContextTest.test_context_run_5)\nPASS: test_context_run_6 (test.test_context.ContextTest.test_context_run_6)\nPASS: test_context_run_7 (test.test_context.ContextTest.test_context_run_7)\nPASS: test_context_subclassing_1 (test.test_context.ContextTest.test_context_subclassing_1)\nPASS: test_context_threads_1 (test.test_context.ContextTest.test_context_threads_1)\nPASS: test_context_typerrors_1 (test.test_context.ContextTest.test_context_typerrors_1)\nPASS: test_context_var_new_1 (test.test_context.ContextTest.test_context_var_new_1)\nPASS: test_context_var_repr_1 (test.test_context.ContextTest.test_context_var_repr_1)\nPASS: test_hamt_basics_1 (test.test_context.HamtTest.test_hamt_basics_1)\nPASS: test_hamt_basics_2 (test.test_context.HamtTest.test_hamt_basics_2)\nPASS: test_hamt_basics_3 (test.test_context.HamtTest.test_hamt_basics_3)\nPASS: test_hamt_basics_4 (test.test_context.HamtTest.test_hamt_basics_4)\nPASS: test_hamt_collision_1 (test.test_context.HamtTest.test_hamt_collision_1)\nPASS: test_hamt_collision_3 (test.test_context.HamtTest.test_hamt_collision_3)\nPASS: test_hamt_delete_1 (test.test_context.HamtTest.test_hamt_delete_1)\nPASS: test_hamt_delete_2 (test.test_context.HamtTest.test_hamt_delete_2)\nPASS: test_hamt_delete_3 (test.test_context.HamtTest.test_hamt_delete_3)\nPASS: test_hamt_delete_4 (test.test_context.HamtTest.test_hamt_delete_4)\nPASS: test_hamt_delete_5 (test.test_context.HamtTest.test_hamt_delete_5)\nPASS: test_hamt_eq_1 (test.test_context.HamtTest.test_hamt_eq_1)\nPASS: test_hamt_eq_2 (test.test_context.HamtTest.test_hamt_eq_2)\nPASS: test_hamt_gc_1 (test.test_context.HamtTest.test_hamt_gc_1)\nPASS: test_hamt_gc_2 (test.test_context.HamtTest.test_hamt_gc_2)\nPASS: test_hamt_getitem_1 (test.test_context.HamtTest.test_hamt_getitem_1)\nPASS: test_hamt_in_1 (test.test_context.HamtTest.test_hamt_in_1)\nPASS: test_hamt_items_1 (test.test_context.HamtTest.test_hamt_items_1)\nPASS: test_hamt_items_2 (test.test_context.HamtTest.test_hamt_items_2)\nPASS: test_hamt_items_3 (test.test_context.HamtTest.test_hamt_items_3)\nPASS: test_hamt_keys_1 (test.test_context.HamtTest.test_hamt_keys_1)\nSKIP: test_hamt_stress (test.test_context.HamtTest.test_hamt_stress) \"resource 'cpu' is not enabled\"\nPASS: test_hashkey_helper_1 (test.test_context.HamtTest.test_hashkey_helper_1)\n\n----------------------------------------------------------------------\nRan 44 tests in 0.391s\n\nOK (skipped=1)\n0:01:18 load avg: 1.29 [133/480] test_contextlib passed\nPASS: test_closing (test.test_contextlib.ClosingTestCase.test_closing)\nPASS: test_closing_error (test.test_contextlib.ClosingTestCase.test_closing_error)\nPASS: test_instance_docs (test.test_contextlib.ClosingTestCase.test_instance_docs)\nPASS: test_contextmanager_attribs (test.test_contextlib.ContextManagerTestCase.test_contextmanager_attribs)\nPASS: test_contextmanager_do_not_unchain_non_stopiteration_exceptions (test.test_contextlib.ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions)\nPASS: test_contextmanager_doc_attrib (test.test_contextlib.ContextManagerTestCase.test_contextmanager_doc_attrib)\nPASS: test_contextmanager_except (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except)\nPASS: test_contextmanager_except_pep479 (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_pep479)\nPASS: test_contextmanager_except_stopiter (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_stopiter)\nPASS: test_contextmanager_finally (test.test_contextlib.ContextManagerTestCase.test_contextmanager_finally)\nPASS: test_contextmanager_no_reraise (test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise)\nPASS: test_contextmanager_non_normalised (test.test_contextlib.ContextManagerTestCase.test_contextmanager_non_normalised)\nPASS: test_contextmanager_plain (test.test_contextlib.ContextManagerTestCase.test_contextmanager_plain)\nPASS: test_contextmanager_traceback (test.test_contextlib.ContextManagerTestCase.test_contextmanager_traceback)\nPASS: test_contextmanager_trap_no_yield (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_no_yield)\nPASS: test_contextmanager_trap_second_yield (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_second_yield)\nPASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_yield_after_throw)\nPASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib.ContextManagerTestCase.test_contextmanager_wrap_runtimeerror)\nPASS: test_instance_docstring_given_cm_docstring (test.test_contextlib.ContextManagerTestCase.test_instance_docstring_given_cm_docstring)\nPASS: test_keywords (test.test_contextlib.ContextManagerTestCase.test_keywords)\nPASS: test_nokeepref (test.test_contextlib.ContextManagerTestCase.test_nokeepref)\nPASS: test_param_errors (test.test_contextlib.ContextManagerTestCase.test_param_errors)\nPASS: test_recursive (test.test_contextlib.ContextManagerTestCase.test_recursive)\nPASS: testWithOpen (test.test_contextlib.FileContextTestCase.testWithOpen)\nPASS: testWithBoundedSemaphore (test.test_contextlib.LockContextTestCase.testWithBoundedSemaphore)\nPASS: testWithCondition (test.test_contextlib.LockContextTestCase.testWithCondition)\nPASS: testWithLock (test.test_contextlib.LockContextTestCase.testWithLock)\nPASS: testWithRLock (test.test_contextlib.LockContextTestCase.testWithRLock)\nPASS: testWithSemaphore (test.test_contextlib.LockContextTestCase.testWithSemaphore)\nPASS: test_nullcontext (test.test_contextlib.NullcontextTestCase.test_nullcontext)\nPASS: test_enter (test.test_contextlib.TestAbstractContextManager.test_enter)\nPASS: test_exit_is_abstract (test.test_contextlib.TestAbstractContextManager.test_exit_is_abstract)\nPASS: test_slots (test.test_contextlib.TestAbstractContextManager.test_slots)\nPASS: test_structural_subclassing (test.test_contextlib.TestAbstractContextManager.test_structural_subclassing)\nPASS: test_exception (test.test_contextlib.TestChdir.test_exception)\nPASS: test_reentrant (test.test_contextlib.TestChdir.test_reentrant)\nPASS: test_simple (test.test_contextlib.TestChdir.test_simple)\nPASS: test_contextdecorator (test.test_contextlib.TestContextDecorator.test_contextdecorator)\nPASS: test_contextdecorator_as_mixin (test.test_contextlib.TestContextDecorator.test_contextdecorator_as_mixin)\nPASS: test_contextdecorator_with_exception (test.test_contextlib.TestContextDecorator.test_contextdecorator_with_exception)\nPASS: test_contextmanager_as_decorator (test.test_contextlib.TestContextDecorator.test_contextmanager_as_decorator)\nPASS: test_decorating_method (test.test_contextlib.TestContextDecorator.test_decorating_method)\nPASS: test_decorator (test.test_contextlib.TestContextDecorator.test_decorator)\nPASS: test_decorator_with_exception (test.test_contextlib.TestContextDecorator.test_decorator_with_exception)\nPASS: test_instance_docs (test.test_contextlib.TestContextDecorator.test_instance_docs)\nPASS: test_typo_enter (test.test_contextlib.TestContextDecorator.test_typo_enter)\nPASS: test_typo_exit (test.test_contextlib.TestContextDecorator.test_typo_exit)\nPASS: test_body_exception_suppress (test.test_contextlib.TestExitStack.test_body_exception_suppress)\nPASS: test_callback (test.test_contextlib.TestExitStack.test_callback)\nPASS: test_close (test.test_contextlib.TestExitStack.test_close)\nPASS: test_dont_reraise_RuntimeError (test.test_contextlib.TestExitStack.test_dont_reraise_RuntimeError)\nPASS: test_enter_context (test.test_contextlib.TestExitStack.test_enter_context)\nPASS: test_enter_context_errors (test.test_contextlib.TestExitStack.test_enter_context_errors)\nPASS: test_excessive_nesting (test.test_contextlib.TestExitStack.test_excessive_nesting)\nPASS: test_exit_exception_chaining (test.test_contextlib.TestExitStack.test_exit_exception_chaining)\nPASS: test_exit_exception_chaining_reference (test.test_contextlib.TestExitStack.test_exit_exception_chaining_reference)\nPASS: test_exit_exception_chaining_suppress (test.test_contextlib.TestExitStack.test_exit_exception_chaining_suppress)\nPASS: test_exit_exception_explicit_none_context (test.test_contextlib.TestExitStack.test_exit_exception_explicit_none_context)\nPASS: test_exit_exception_non_suppressing (test.test_contextlib.TestExitStack.test_exit_exception_non_suppressing)\nPASS: test_exit_exception_traceback (test.test_contextlib.TestExitStack.test_exit_exception_traceback)\nPASS: test_exit_exception_with_correct_context (test.test_contextlib.TestExitStack.test_exit_exception_with_correct_context)\nPASS: test_exit_exception_with_existing_context (test.test_contextlib.TestExitStack.test_exit_exception_with_existing_context)\nPASS: test_exit_raise (test.test_contextlib.TestExitStack.test_exit_raise)\nPASS: test_exit_suppress (test.test_contextlib.TestExitStack.test_exit_suppress)\nPASS: test_instance_bypass (test.test_contextlib.TestExitStack.test_instance_bypass)\nPASS: test_instance_docs (test.test_contextlib.TestExitStack.test_instance_docs)\nPASS: test_no_resources (test.test_contextlib.TestExitStack.test_no_resources)\nPASS: test_pop_all (test.test_contextlib.TestExitStack.test_pop_all)\nPASS: test_push (test.test_contextlib.TestExitStack.test_push)\nPASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStderr.test_cm_is_reentrant)\nPASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStderr.test_cm_is_reusable)\nPASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStderr.test_enter_result_is_target)\nPASS: test_instance_docs (test.test_contextlib.TestRedirectStderr.test_instance_docs)\nPASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStderr.test_no_redirect_in_init)\nPASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStderr.test_redirect_to_string_io)\nPASS: test_cm_is_reentrant (test.test_contextlib.TestRedirectStdout.test_cm_is_reentrant)\nPASS: test_cm_is_reusable (test.test_contextlib.TestRedirectStdout.test_cm_is_reusable)\nPASS: test_enter_result_is_target (test.test_contextlib.TestRedirectStdout.test_enter_result_is_target)\nPASS: test_instance_docs (test.test_contextlib.TestRedirectStdout.test_instance_docs)\nPASS: test_no_redirect_in_init (test.test_contextlib.TestRedirectStdout.test_no_redirect_in_init)\nPASS: test_redirect_to_string_io (test.test_contextlib.TestRedirectStdout.test_redirect_to_string_io)\nPASS: test_cm_is_reentrant (test.test_contextlib.TestSuppress.test_cm_is_reentrant)\nPASS: test_exact_exception (test.test_contextlib.TestSuppress.test_exact_exception)\nPASS: test_exception_groups (test.test_contextlib.TestSuppress.test_exception_groups)\nPASS: test_exception_hierarchy (test.test_contextlib.TestSuppress.test_exception_hierarchy)\nPASS: test_instance_docs (test.test_contextlib.TestSuppress.test_instance_docs)\nPASS: test_multiple_exception_args (test.test_contextlib.TestSuppress.test_multiple_exception_args)\nPASS: test_no_args (test.test_contextlib.TestSuppress.test_no_args)\nPASS: test_no_exception (test.test_contextlib.TestSuppress.test_no_exception)\nPASS: test_no_result_from_enter (test.test_contextlib.TestSuppress.test_no_result_from_enter)\nPASS: test_other_exception (test.test_contextlib.TestSuppress.test_other_exception)\n\n----------------------------------------------------------------------\nRan 91 tests in 0.049s\n\nOK\n0:01:19 load avg: 1.29 [134/480] test_contextlib_async passed\nPASS: test_aclosing (test.test_contextlib_async.AclosingTestCase.test_aclosing)\nPASS: test_aclosing_bpo41229 (test.test_contextlib_async.AclosingTestCase.test_aclosing_bpo41229)\nPASS: test_aclosing_error (test.test_contextlib_async.AclosingTestCase.test_aclosing_error)\nPASS: test_instance_docs (test.test_contextlib_async.AclosingTestCase.test_instance_docs)\nPASS: test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_attribs)\nPASS: test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_doc_attrib)\nPASS: test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except)\nPASS: test_contextmanager_except_stopiter (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_stopiter)\nPASS: test_contextmanager_finally (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_finally)\nPASS: test_contextmanager_no_reraise (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise)\nPASS: test_contextmanager_non_normalised (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised)\nPASS: test_contextmanager_plain (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain)\nPASS: test_contextmanager_traceback (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback)\nPASS: test_contextmanager_trap_no_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield)\nPASS: test_contextmanager_trap_second_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield)\nPASS: test_contextmanager_trap_yield_after_throw (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw)\nPASS: test_contextmanager_wrap_runtimeerror (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_wrap_runtimeerror)\nPASS: test_decorating_method (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorating_method)\nPASS: test_decorator (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator)\nPASS: test_decorator_with_exception (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_with_exception)\nPASS: test_instance_docstring_given_cm_docstring (test.test_contextlib_async.AsyncContextManagerTestCase.test_instance_docstring_given_cm_docstring)\nPASS: test_keywords (test.test_contextlib_async.AsyncContextManagerTestCase.test_keywords)\nPASS: test_recursive (test.test_contextlib_async.AsyncContextManagerTestCase.test_recursive)\nPASS: test_async_gen_propagates_generator_exit (test.test_contextlib_async.TestAbstractAsyncContextManager.test_async_gen_propagates_generator_exit)\nPASS: test_enter (test.test_contextlib_async.TestAbstractAsyncContextManager.test_enter)\nPASS: test_exit_is_abstract (test.test_contextlib_async.TestAbstractAsyncContextManager.test_exit_is_abstract)\nPASS: test_slots (test.test_contextlib_async.TestAbstractAsyncContextManager.test_slots)\nPASS: test_structural_subclassing (test.test_contextlib_async.TestAbstractAsyncContextManager.test_structural_subclassing)\nPASS: test_async_callback (test.test_contextlib_async.TestAsyncExitStack.test_async_callback)\nPASS: test_async_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_chaining)\nPASS: test_async_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_explicit_none_context)\nPASS: test_async_push (test.test_contextlib_async.TestAsyncExitStack.test_async_push)\nPASS: test_body_exception_suppress (test.test_contextlib_async.TestAsyncExitStack.test_body_exception_suppress)\nPASS: test_callback (test.test_contextlib_async.TestAsyncExitStack.test_callback)\nPASS: test_close (test.test_contextlib_async.TestAsyncExitStack.test_close)\nPASS: test_dont_reraise_RuntimeError (test.test_contextlib_async.TestAsyncExitStack.test_dont_reraise_RuntimeError)\nPASS: test_enter_async_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context)\nPASS: test_enter_async_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context_errors)\nPASS: test_enter_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_context)\nPASS: test_enter_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_context_errors)\nPASS: test_excessive_nesting (test.test_contextlib_async.TestAsyncExitStack.test_excessive_nesting)\nPASS: test_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining)\nPASS: test_exit_exception_chaining_reference (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_reference)\nPASS: test_exit_exception_chaining_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_suppress)\nPASS: test_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_explicit_none_context)\nPASS: test_exit_exception_non_suppressing (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_non_suppressing)\nPASS: test_exit_exception_traceback (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_traceback)\nPASS: test_exit_exception_with_correct_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_correct_context)\nPASS: test_exit_exception_with_existing_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_existing_context)\nPASS: test_exit_raise (test.test_contextlib_async.TestAsyncExitStack.test_exit_raise)\nPASS: test_exit_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_suppress)\nPASS: test_instance_bypass (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass)\nPASS: test_instance_bypass_async (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass_async)\nPASS: test_instance_docs (test.test_contextlib_async.TestAsyncExitStack.test_instance_docs)\nPASS: test_no_resources (test.test_contextlib_async.TestAsyncExitStack.test_no_resources)\nPASS: test_pop_all (test.test_contextlib_async.TestAsyncExitStack.test_pop_all)\nPASS: test_push (test.test_contextlib_async.TestAsyncExitStack.test_push)\nPASS: test_async_nullcontext (test.test_contextlib_async.TestAsyncNullcontext.test_async_nullcontext)\n\n----------------------------------------------------------------------\nRan 58 tests in 0.144s\n\nOK\n0:01:19 load avg: 1.29 [135/480] test_copy passed\nPASS: test__all__ (test.test_copy.MiscTestCase.test__all__)\nPASS: test_copy_atomic (test.test_copy.TestCopy.test_copy_atomic)\nPASS: test_copy_basic (test.test_copy.TestCopy.test_copy_basic)\nPASS: test_copy_bytearray (test.test_copy.TestCopy.test_copy_bytearray)\nPASS: test_copy_cant (test.test_copy.TestCopy.test_copy_cant)\nPASS: test_copy_copy (test.test_copy.TestCopy.test_copy_copy)\nPASS: test_copy_dict (test.test_copy.TestCopy.test_copy_dict)\nPASS: test_copy_frozenset (test.test_copy.TestCopy.test_copy_frozenset)\nPASS: test_copy_function (test.test_copy.TestCopy.test_copy_function)\nPASS: test_copy_inst_copy (test.test_copy.TestCopy.test_copy_inst_copy)\nPASS: test_copy_inst_getinitargs (test.test_copy.TestCopy.test_copy_inst_getinitargs)\nPASS: test_copy_inst_getnewargs (test.test_copy.TestCopy.test_copy_inst_getnewargs)\nPASS: test_copy_inst_getnewargs_ex (test.test_copy.TestCopy.test_copy_inst_getnewargs_ex)\nPASS: test_copy_inst_getstate (test.test_copy.TestCopy.test_copy_inst_getstate)\nPASS: test_copy_inst_getstate_setstate (test.test_copy.TestCopy.test_copy_inst_getstate_setstate)\nPASS: test_copy_inst_setstate (test.test_copy.TestCopy.test_copy_inst_setstate)\nPASS: test_copy_inst_vanilla (test.test_copy.TestCopy.test_copy_inst_vanilla)\nPASS: test_copy_list (test.test_copy.TestCopy.test_copy_list)\nPASS: test_copy_list_subclass (test.test_copy.TestCopy.test_copy_list_subclass)\nPASS: test_copy_reduce (test.test_copy.TestCopy.test_copy_reduce)\nPASS: test_copy_reduce_ex (test.test_copy.TestCopy.test_copy_reduce_ex)\nPASS: test_copy_registry (test.test_copy.TestCopy.test_copy_registry)\nPASS: test_copy_set (test.test_copy.TestCopy.test_copy_set)\nPASS: test_copy_slots (test.test_copy.TestCopy.test_copy_slots)\nPASS: test_copy_tuple (test.test_copy.TestCopy.test_copy_tuple)\nPASS: test_copy_tuple_subclass (test.test_copy.TestCopy.test_copy_tuple_subclass)\nPASS: test_copy_weakkeydict (test.test_copy.TestCopy.test_copy_weakkeydict)\nPASS: test_copy_weakref (test.test_copy.TestCopy.test_copy_weakref)\nPASS: test_copy_weakvaluedict (test.test_copy.TestCopy.test_copy_weakvaluedict)\nPASS: test_deepcopy_atomic (test.test_copy.TestCopy.test_deepcopy_atomic)\nPASS: test_deepcopy_basic (test.test_copy.TestCopy.test_deepcopy_basic)\nPASS: test_deepcopy_bound_method (test.test_copy.TestCopy.test_deepcopy_bound_method)\nPASS: test_deepcopy_cant (test.test_copy.TestCopy.test_deepcopy_cant)\nPASS: test_deepcopy_deepcopy (test.test_copy.TestCopy.test_deepcopy_deepcopy)\nPASS: test_deepcopy_dict (test.test_copy.TestCopy.test_deepcopy_dict)\nPASS: test_deepcopy_dict_subclass (test.test_copy.TestCopy.test_deepcopy_dict_subclass)\nPASS: test_deepcopy_dont_memo_immutable (test.test_copy.TestCopy.test_deepcopy_dont_memo_immutable)\nPASS: test_deepcopy_empty_tuple (test.test_copy.TestCopy.test_deepcopy_empty_tuple)\nPASS: test_deepcopy_function (test.test_copy.TestCopy.test_deepcopy_function)\nPASS: test_deepcopy_inst_deepcopy (test.test_copy.TestCopy.test_deepcopy_inst_deepcopy)\nPASS: test_deepcopy_inst_getinitargs (test.test_copy.TestCopy.test_deepcopy_inst_getinitargs)\nPASS: test_deepcopy_inst_getnewargs (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs)\nPASS: test_deepcopy_inst_getnewargs_ex (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs_ex)\nPASS: test_deepcopy_inst_getstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate)\nPASS: test_deepcopy_inst_getstate_setstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate_setstate)\nPASS: test_deepcopy_inst_setstate (test.test_copy.TestCopy.test_deepcopy_inst_setstate)\nPASS: test_deepcopy_inst_vanilla (test.test_copy.TestCopy.test_deepcopy_inst_vanilla)\nPASS: test_deepcopy_issubclass (test.test_copy.TestCopy.test_deepcopy_issubclass)\nPASS: test_deepcopy_keepalive (test.test_copy.TestCopy.test_deepcopy_keepalive)\nPASS: test_deepcopy_list (test.test_copy.TestCopy.test_deepcopy_list)\nPASS: test_deepcopy_list_subclass (test.test_copy.TestCopy.test_deepcopy_list_subclass)\nPASS: test_deepcopy_memo (test.test_copy.TestCopy.test_deepcopy_memo)\nPASS: test_deepcopy_reduce (test.test_copy.TestCopy.test_deepcopy_reduce)\nPASS: test_deepcopy_reduce_ex (test.test_copy.TestCopy.test_deepcopy_reduce_ex)\nPASS: test_deepcopy_reflexive_dict (test.test_copy.TestCopy.test_deepcopy_reflexive_dict)\nPASS: test_deepcopy_reflexive_inst (test.test_copy.TestCopy.test_deepcopy_reflexive_inst)\nPASS: test_deepcopy_reflexive_list (test.test_copy.TestCopy.test_deepcopy_reflexive_list)\nPASS: test_deepcopy_reflexive_tuple (test.test_copy.TestCopy.test_deepcopy_reflexive_tuple)\nPASS: test_deepcopy_registry (test.test_copy.TestCopy.test_deepcopy_registry)\nPASS: test_deepcopy_slots (test.test_copy.TestCopy.test_deepcopy_slots)\nPASS: test_deepcopy_tuple (test.test_copy.TestCopy.test_deepcopy_tuple)\nPASS: test_deepcopy_tuple_of_immutables (test.test_copy.TestCopy.test_deepcopy_tuple_of_immutables)\nPASS: test_deepcopy_tuple_subclass (test.test_copy.TestCopy.test_deepcopy_tuple_subclass)\nPASS: test_deepcopy_weakkeydict (test.test_copy.TestCopy.test_deepcopy_weakkeydict)\nPASS: test_deepcopy_weakref (test.test_copy.TestCopy.test_deepcopy_weakref)\nPASS: test_deepcopy_weakvaluedict (test.test_copy.TestCopy.test_deepcopy_weakvaluedict)\nPASS: test_exceptions (test.test_copy.TestCopy.test_exceptions)\nPASS: test_getstate_exc (test.test_copy.TestCopy.test_getstate_exc)\nPASS: test_reconstruct_nostate (test.test_copy.TestCopy.test_reconstruct_nostate)\nPASS: test_reconstruct_reflexive (test.test_copy.TestCopy.test_reconstruct_reflexive)\nPASS: test_reconstruct_state (test.test_copy.TestCopy.test_reconstruct_state)\nPASS: test_reconstruct_state_setstate (test.test_copy.TestCopy.test_reconstruct_state_setstate)\nPASS: test_reconstruct_string (test.test_copy.TestCopy.test_reconstruct_string)\nPASS: test_reduce_4tuple (test.test_copy.TestCopy.test_reduce_4tuple)\nPASS: test_reduce_5tuple (test.test_copy.TestCopy.test_reduce_5tuple)\nPASS: test_reduce_6tuple (test.test_copy.TestCopy.test_reduce_6tuple)\nPASS: test_reduce_6tuple_none (test.test_copy.TestCopy.test_reduce_6tuple_none)\nPASS: test_dataclass (test.test_copy.TestReplace.test_dataclass)\nPASS: test_namedtuple (test.test_copy.TestReplace.test_namedtuple)\nPASS: test_replace_method (test.test_copy.TestReplace.test_replace_method)\nPASS: test_unsupported (test.test_copy.TestReplace.test_unsupported)\n\n----------------------------------------------------------------------\nRan 81 tests in 0.034s\n\nOK\n0:01:19 load avg: 1.29 [136/480] test_copyreg passed\nPASS: test_bool (test.test_copyreg.CopyRegTestCase.test_bool)\nPASS: test_class (test.test_copyreg.CopyRegTestCase.test_class)\nPASS: test_extension_registry (test.test_copyreg.CopyRegTestCase.test_extension_registry)\nPASS: test_noncallable_constructor (test.test_copyreg.CopyRegTestCase.test_noncallable_constructor)\nPASS: test_noncallable_reduce (test.test_copyreg.CopyRegTestCase.test_noncallable_reduce)\nPASS: test_slotnames (test.test_copyreg.CopyRegTestCase.test_slotnames)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:01:19 load avg: 1.29 [137/480] test_coroutines passed\nPASS: test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_1)\nPASS: test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_2)\nPASS: test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_3)\nPASS: test_badsyntax_4 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_4)\nPASS: test_tp_await_1 (test.test_coroutines.CAPITest.test_tp_await_1)\nPASS: test_tp_await_2 (test.test_coroutines.CAPITest.test_tp_await_2)\nPASS: test_tp_await_3 (test.test_coroutines.CAPITest.test_tp_await_3)\nPASS: test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest.test_asyncio_1)\nPASS: test_await_1 (test.test_coroutines.CoroutineTest.test_await_1)\nPASS: test_await_10 (test.test_coroutines.CoroutineTest.test_await_10)\nPASS: test_await_11 (test.test_coroutines.CoroutineTest.test_await_11)\nPASS: test_await_12 (test.test_coroutines.CoroutineTest.test_await_12)\nPASS: test_await_13 (test.test_coroutines.CoroutineTest.test_await_13)\nPASS: test_await_14 (test.test_coroutines.CoroutineTest.test_await_14)\nPASS: test_await_15 (test.test_coroutines.CoroutineTest.test_await_15)\nPASS: test_await_16 (test.test_coroutines.CoroutineTest.test_await_16)\nPASS: test_await_2 (test.test_coroutines.CoroutineTest.test_await_2)\nPASS: test_await_3 (test.test_coroutines.CoroutineTest.test_await_3)\nPASS: test_await_4 (test.test_coroutines.CoroutineTest.test_await_4)\nPASS: test_await_5 (test.test_coroutines.CoroutineTest.test_await_5)\nPASS: test_await_6 (test.test_coroutines.CoroutineTest.test_await_6)\nPASS: test_await_7 (test.test_coroutines.CoroutineTest.test_await_7)\nPASS: test_await_8 (test.test_coroutines.CoroutineTest.test_await_8)\nPASS: test_await_9 (test.test_coroutines.CoroutineTest.test_await_9)\ntest_bpo_45813_1 (test.test_coroutines.CoroutineTest.test_bpo_45813_1)\nPASS: This would crash the interpreter in 3.11a2\ntest_bpo_45813_2 (test.test_coroutines.CoroutineTest.test_bpo_45813_2)\nPASS: This would crash the interpreter in 3.11a2\nPASS: test_call_aiter_once_in_comprehension (test.test_coroutines.CoroutineTest.test_call_aiter_once_in_comprehension)\nPASS: test_comp_1 (test.test_coroutines.CoroutineTest.test_comp_1)\nPASS: test_comp_10 (test.test_coroutines.CoroutineTest.test_comp_10)\nPASS: test_comp_2 (test.test_coroutines.CoroutineTest.test_comp_2)\nPASS: test_comp_3 (test.test_coroutines.CoroutineTest.test_comp_3)\nPASS: test_comp_4 (test.test_coroutines.CoroutineTest.test_comp_4)\nPASS: test_comp_4_2 (test.test_coroutines.CoroutineTest.test_comp_4_2)\nPASS: test_comp_5 (test.test_coroutines.CoroutineTest.test_comp_5)\nPASS: test_comp_6 (test.test_coroutines.CoroutineTest.test_comp_6)\nPASS: test_comp_7 (test.test_coroutines.CoroutineTest.test_comp_7)\nPASS: test_comp_8 (test.test_coroutines.CoroutineTest.test_comp_8)\nPASS: test_comp_9 (test.test_coroutines.CoroutineTest.test_comp_9)\nPASS: test_copy (test.test_coroutines.CoroutineTest.test_copy)\nPASS: test_coro_wrapper_send_stop_iterator (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_stop_iterator)\nPASS: test_coro_wrapper_send_tuple (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_tuple)\nPASS: test_corotype_1 (test.test_coroutines.CoroutineTest.test_corotype_1)\nPASS: test_cr_await (test.test_coroutines.CoroutineTest.test_cr_await)\nPASS: test_cr_frame_after_close (test.test_coroutines.CoroutineTest.test_cr_frame_after_close)\nPASS: test_fatal_coro_warning (test.test_coroutines.CoroutineTest.test_fatal_coro_warning)\nPASS: test_for_1 (test.test_coroutines.CoroutineTest.test_for_1)\nPASS: test_for_11 (test.test_coroutines.CoroutineTest.test_for_11)\nPASS: test_for_2 (test.test_coroutines.CoroutineTest.test_for_2)\nPASS: test_for_3 (test.test_coroutines.CoroutineTest.test_for_3)\nPASS: test_for_4 (test.test_coroutines.CoroutineTest.test_for_4)\nPASS: test_for_6 (test.test_coroutines.CoroutineTest.test_for_6)\nPASS: test_for_7 (test.test_coroutines.CoroutineTest.test_for_7)\nPASS: test_for_8 (test.test_coroutines.CoroutineTest.test_for_8)\nPASS: test_for_assign_raising_stop_async_iteration (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration)\nPASS: test_for_assign_raising_stop_async_iteration_2 (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_2)\nPASS: test_for_stop_iteration (test.test_coroutines.CoroutineTest.test_for_stop_iteration)\nPASS: test_for_tuple (test.test_coroutines.CoroutineTest.test_for_tuple)\nPASS: test_func_1 (test.test_coroutines.CoroutineTest.test_func_1)\nPASS: test_func_10 (test.test_coroutines.CoroutineTest.test_func_10)\nPASS: test_func_11 (test.test_coroutines.CoroutineTest.test_func_11)\nPASS: test_func_12 (test.test_coroutines.CoroutineTest.test_func_12)\nPASS: test_func_13 (test.test_coroutines.CoroutineTest.test_func_13)\nPASS: test_func_14 (test.test_coroutines.CoroutineTest.test_func_14)\nPASS: test_func_15 (test.test_coroutines.CoroutineTest.test_func_15)\nPASS: test_func_16 (test.test_coroutines.CoroutineTest.test_func_16)\nPASS: test_func_17 (test.test_coroutines.CoroutineTest.test_func_17)\nPASS: test_func_18 (test.test_coroutines.CoroutineTest.test_func_18)\nPASS: test_func_19 (test.test_coroutines.CoroutineTest.test_func_19)\nPASS: test_func_2 (test.test_coroutines.CoroutineTest.test_func_2)\nPASS: test_func_3 (test.test_coroutines.CoroutineTest.test_func_3)\nPASS: test_func_4 (test.test_coroutines.CoroutineTest.test_func_4)\nPASS: test_func_5 (test.test_coroutines.CoroutineTest.test_func_5)\nPASS: test_func_6 (test.test_coroutines.CoroutineTest.test_func_6)\nPASS: test_func_7 (test.test_coroutines.CoroutineTest.test_func_7)\nPASS: test_func_8 (test.test_coroutines.CoroutineTest.test_func_8)\nPASS: test_func_9 (test.test_coroutines.CoroutineTest.test_func_9)\nPASS: test_gen_1 (test.test_coroutines.CoroutineTest.test_gen_1)\nPASS: test_nested_comp (test.test_coroutines.CoroutineTest.test_nested_comp)\nPASS: test_pickle (test.test_coroutines.CoroutineTest.test_pickle)\nPASS: test_stack_in_coroutine_throw (test.test_coroutines.CoroutineTest.test_stack_in_coroutine_throw)\nPASS: test_with_1 (test.test_coroutines.CoroutineTest.test_with_1)\nPASS: test_with_10 (test.test_coroutines.CoroutineTest.test_with_10)\nPASS: test_with_11 (test.test_coroutines.CoroutineTest.test_with_11)\nPASS: test_with_12 (test.test_coroutines.CoroutineTest.test_with_12)\nPASS: test_with_13 (test.test_coroutines.CoroutineTest.test_with_13)\nPASS: test_with_2 (test.test_coroutines.CoroutineTest.test_with_2)\nPASS: test_with_3 (test.test_coroutines.CoroutineTest.test_with_3)\nPASS: test_with_4 (test.test_coroutines.CoroutineTest.test_with_4)\nPASS: test_with_5 (test.test_coroutines.CoroutineTest.test_with_5)\nPASS: test_with_6 (test.test_coroutines.CoroutineTest.test_with_6)\nPASS: test_with_7 (test.test_coroutines.CoroutineTest.test_with_7)\nPASS: test_with_8 (test.test_coroutines.CoroutineTest.test_with_8)\nPASS: test_with_9 (test.test_coroutines.CoroutineTest.test_with_9)\nPASS: test_origin_tracking (test.test_coroutines.OriginTrackingTest.test_origin_tracking)\nPASS: test_origin_tracking_warning (test.test_coroutines.OriginTrackingTest.test_origin_tracking_warning)\nPASS: test_unawaited_warning_when_module_broken (test.test_coroutines.OriginTrackingTest.test_unawaited_warning_when_module_broken)\nPASS: test_oneline_defs (test.test_coroutines.TokenizerRegrTest.test_oneline_defs)\nPASS: test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarningDuringShutdownTest.test_unawaited_warning_during_shutdown)\n\n----------------------------------------------------------------------\nRan 98 tests in 0.246s\n\nOK\n0:01:19 load avg: 1.29 [138/480] test_cppext passed\nSKIP: test_build (test.test_cppext.TestCPPExt.test_build) \"resource 'cpu' is not enabled\"\nSKIP: test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) \"resource 'cpu' is not enabled\"\nSKIP: test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) \"resource 'cpu' is not enabled\"\nSKIP: test_build_cpp14 (test.test_cppext.TestCPPExt.test_build_cpp14) \"resource 'cpu' is not enabled\"\nSKIP: test_build_limited (test.test_cppext.TestCPPExt.test_build_limited) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 5 tests in 0.000s\n\nOK (skipped=5)\n0:01:20 load avg: 1.29 [139/480] test_cprofile passed\nPASS: test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest.test_bad_counter_during_dealloc)\nPASS: test_bad_descriptor (test.test_cprofile.CProfileTest.test_bad_descriptor)\nPASS: test_calling_conventions (test.test_cprofile.CProfileTest.test_calling_conventions)\nPASS: test_cprofile (test.test_cprofile.CProfileTest.test_cprofile)\nPASS: test_crash_with_not_enough_args (test.test_cprofile.CProfileTest.test_crash_with_not_enough_args)\nPASS: test_evil_external_timer (test.test_cprofile.CProfileTest.test_evil_external_timer)\nPASS: test_output_file_when_changing_directory (test.test_cprofile.CProfileTest.test_output_file_when_changing_directory)\nPASS: test_profile_as_context_manager (test.test_cprofile.CProfileTest.test_profile_as_context_manager)\nPASS: test_profile_enable_disable (test.test_cprofile.CProfileTest.test_profile_enable_disable)\nPASS: test_run (test.test_cprofile.CProfileTest.test_run)\nPASS: test_run_profile_as_module (test.test_cprofile.CProfileTest.test_run_profile_as_module)\nPASS: test_run_with_sort_by_values (test.test_cprofile.CProfileTest.test_run_with_sort_by_values)\nPASS: test_runctx (test.test_cprofile.CProfileTest.test_runctx)\nPASS: test_second_profiler (test.test_cprofile.CProfileTest.test_second_profiler)\ntest_throw (test.test_cprofile.CProfileTest.test_throw)\nPASS: gh-106152\nPASS: test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions)\nPASS: test_cprofile (test.test_profile.ProfileTest.test_cprofile)\nPASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory)\nPASS: test_run (test.test_profile.ProfileTest.test_run)\nPASS: test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module)\nPASS: test_run_with_sort_by_values (test.test_profile.ProfileTest.test_run_with_sort_by_values)\nPASS: test_runctx (test.test_profile.ProfileTest.test_runctx)\nPASS: test_sort (test.test_cprofile.TestCommandLine.test_sort)\n\n----------------------------------------------------------------------\nRan 23 tests in 0.431s\n\nOK\n0:01:20 load avg: 1.29 [140/480] test_compile passed\nPASS: test_and (test.test_compile.TestExpressionStackSize.test_and)\nPASS: test_and_or (test.test_compile.TestExpressionStackSize.test_and_or)\nPASS: test_binop (test.test_compile.TestExpressionStackSize.test_binop)\nPASS: test_chained_comparison (test.test_compile.TestExpressionStackSize.test_chained_comparison)\nPASS: test_dict (test.test_compile.TestExpressionStackSize.test_dict)\nPASS: test_func_and (test.test_compile.TestExpressionStackSize.test_func_and)\nPASS: test_func_args (test.test_compile.TestExpressionStackSize.test_func_args)\nPASS: test_func_kwargs (test.test_compile.TestExpressionStackSize.test_func_kwargs)\nPASS: test_if_else (test.test_compile.TestExpressionStackSize.test_if_else)\nPASS: test_list (test.test_compile.TestExpressionStackSize.test_list)\nPASS: test_meth_args (test.test_compile.TestExpressionStackSize.test_meth_args)\nPASS: test_meth_kwargs (test.test_compile.TestExpressionStackSize.test_meth_kwargs)\nPASS: test_or (test.test_compile.TestExpressionStackSize.test_or)\nPASS: test_set (test.test_compile.TestExpressionStackSize.test_set)\nPASS: test_stack_3050 (test.test_compile.TestExpressionStackSize.test_stack_3050)\nPASS: test_stack_3050_2 (test.test_compile.TestExpressionStackSize.test_stack_3050_2)\nPASS: test_tuple (test.test_compile.TestExpressionStackSize.test_tuple)\nPASS: test_basics (test.test_compile.TestInstructionSequence.test_basics)\nPASS: test_nested (test.test_compile.TestInstructionSequence.test_nested)\nPASS: test_static_attributes_are_sorted (test.test_compile.TestInstructionSequence.test_static_attributes_are_sorted)\nPASS: test_attribute_augassign (test.test_compile.TestSourcePositions.test_attribute_augassign)\nPASS: test_attribute_del (test.test_compile.TestSourcePositions.test_attribute_del)\nPASS: test_attribute_load (test.test_compile.TestSourcePositions.test_attribute_load)\nPASS: test_attribute_store (test.test_compile.TestSourcePositions.test_attribute_store)\nPASS: test_column_offset_deduplication (test.test_compile.TestSourcePositions.test_column_offset_deduplication)\nPASS: test_compiles_to_extended_op_arg (test.test_compile.TestSourcePositions.test_compiles_to_extended_op_arg)\nPASS: test_complex_single_line_expression (test.test_compile.TestSourcePositions.test_complex_single_line_expression)\nPASS: test_lambda_return_position (test.test_compile.TestSourcePositions.test_lambda_return_position)\nPASS: test_load_super_attr (test.test_compile.TestSourcePositions.test_load_super_attr)\nPASS: test_matchcase_class (test.test_compile.TestSourcePositions.test_matchcase_class)\nPASS: test_matchcase_mapping (test.test_compile.TestSourcePositions.test_matchcase_mapping)\nPASS: test_matchcase_mapping_wildcard (test.test_compile.TestSourcePositions.test_matchcase_mapping_wildcard)\nPASS: test_matchcase_or (test.test_compile.TestSourcePositions.test_matchcase_or)\nPASS: test_matchcase_sequence (test.test_compile.TestSourcePositions.test_matchcase_sequence)\nPASS: test_matchcase_sequence_wildcard (test.test_compile.TestSourcePositions.test_matchcase_sequence_wildcard)\nPASS: test_method_call (test.test_compile.TestSourcePositions.test_method_call)\nPASS: test_multiline_assert (test.test_compile.TestSourcePositions.test_multiline_assert)\nPASS: test_multiline_assert_rewritten_as_method_call (test.test_compile.TestSourcePositions.test_multiline_assert_rewritten_as_method_call)\nPASS: test_multiline_async_dict_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_dict_comprehension)\nPASS: test_multiline_async_generator_expression (test.test_compile.TestSourcePositions.test_multiline_async_generator_expression)\nPASS: test_multiline_async_list_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_list_comprehension)\nPASS: test_multiline_async_set_comprehension (test.test_compile.TestSourcePositions.test_multiline_async_set_comprehension)\nPASS: test_multiline_boolean_expression (test.test_compile.TestSourcePositions.test_multiline_boolean_expression)\nPASS: test_multiline_dict_comprehension (test.test_compile.TestSourcePositions.test_multiline_dict_comprehension)\nPASS: test_multiline_expression (test.test_compile.TestSourcePositions.test_multiline_expression)\nPASS: test_multiline_generator_expression (test.test_compile.TestSourcePositions.test_multiline_generator_expression)\nPASS: test_multiline_list_comprehension (test.test_compile.TestSourcePositions.test_multiline_list_comprehension)\nPASS: test_multiline_set_comprehension (test.test_compile.TestSourcePositions.test_multiline_set_comprehension)\nPASS: test_push_null_load_global_positions (test.test_compile.TestSourcePositions.test_push_null_load_global_positions)\nPASS: test_return_in_with_positions (test.test_compile.TestSourcePositions.test_return_in_with_positions)\nPASS: test_simple_assignment (test.test_compile.TestSourcePositions.test_simple_assignment)\nPASS: test_very_long_line_end_offset (test.test_compile.TestSourcePositions.test_very_long_line_end_offset)\nPASS: test_weird_attribute_position_regressions (test.test_compile.TestSourcePositions.test_weird_attribute_position_regressions)\nPASS: test_32_63_bit_values (test.test_compile.TestSpecifics.test_32_63_bit_values)\nPASS: test_annotation_limit (test.test_compile.TestSpecifics.test_annotation_limit)\nPASS: test_apply_static_swaps (test.test_compile.TestSpecifics.test_apply_static_swaps)\nPASS: test_apply_static_swaps_2 (test.test_compile.TestSpecifics.test_apply_static_swaps_2)\nPASS: test_apply_static_swaps_3 (test.test_compile.TestSpecifics.test_apply_static_swaps_3)\nPASS: test_argument_handling (test.test_compile.TestSpecifics.test_argument_handling)\nPASS: test_argument_order (test.test_compile.TestSpecifics.test_argument_order)\nPASS: test_bad_single_statement (test.test_compile.TestSpecifics.test_bad_single_statement)\nPASS: test_big_dict_literal (test.test_compile.TestSpecifics.test_big_dict_literal)\nPASS: test_cold_block_moved_to_end (test.test_compile.TestSpecifics.test_cold_block_moved_to_end)\nPASS: test_compare_positions (test.test_compile.TestSpecifics.test_compare_positions)\nPASS: test_compile_ast (test.test_compile.TestSpecifics.test_compile_ast)\nPASS: test_compile_filename (test.test_compile.TestSpecifics.test_compile_filename)\nPASS: test_compile_invalid_namedexpr (test.test_compile.TestSpecifics.test_compile_invalid_namedexpr)\nPASS: test_compile_invalid_typealias (test.test_compile.TestSpecifics.test_compile_invalid_typealias)\nPASS: test_compile_redundant_jump_after_convert_pseudo_ops (test.test_compile.TestSpecifics.test_compile_redundant_jump_after_convert_pseudo_ops)\nPASS: test_compile_redundant_jumps_and_nops_after_moving_cold_blocks (test.test_compile.TestSpecifics.test_compile_redundant_jumps_and_nops_after_moving_cold_blocks)\nPASS: test_compile_warning_in_finally (test.test_compile.TestSpecifics.test_compile_warning_in_finally)\nPASS: test_compile_warnings (test.test_compile.TestSpecifics.test_compile_warnings)\nPASS: test_compiler_recursion_limit (test.test_compile.TestSpecifics.test_compiler_recursion_limit)\nPASS: test_condition_expression_with_dead_blocks_compiles (test.test_compile.TestSpecifics.test_condition_expression_with_dead_blocks_compiles)\nPASS: test_condition_expression_with_redundant_comparisons_compiles (test.test_compile.TestSpecifics.test_condition_expression_with_redundant_comparisons_compiles)\nPASS: test_consts_in_conditionals (test.test_compile.TestSpecifics.test_consts_in_conditionals)\nPASS: test_dead_blocks_do_not_generate_bytecode (test.test_compile.TestSpecifics.test_dead_blocks_do_not_generate_bytecode)\nPASS: test_dead_code_with_except_handler_compiles (test.test_compile.TestSpecifics.test_dead_code_with_except_handler_compiles)\nPASS: test_debug_assignment (test.test_compile.TestSpecifics.test_debug_assignment)\nPASS: test_dict_evaluation_order (test.test_compile.TestSpecifics.test_dict_evaluation_order)\nPASS: test_docstring (test.test_compile.TestSpecifics.test_docstring)\nPASS: test_docstring_omitted (test.test_compile.TestSpecifics.test_docstring_omitted)\nPASS: test_dont_merge_constants (test.test_compile.TestSpecifics.test_dont_merge_constants)\nPASS: test_duplicate_global_local (test.test_compile.TestSpecifics.test_duplicate_global_local)\nPASS: test_duplicated_small_exit_block (test.test_compile.TestSpecifics.test_duplicated_small_exit_block)\nPASS: test_empty (test.test_compile.TestSpecifics.test_empty)\nPASS: test_encoding (test.test_compile.TestSpecifics.test_encoding)\nPASS: test_exec_with_general_mapping_for_locals (test.test_compile.TestSpecifics.test_exec_with_general_mapping_for_locals)\nPASS: test_extended_arg (test.test_compile.TestSpecifics.test_extended_arg)\nPASS: test_false_while_loop (test.test_compile.TestSpecifics.test_false_while_loop)\nPASS: test_float_literals (test.test_compile.TestSpecifics.test_float_literals)\nPASS: test_for_distinct_code_objects (test.test_compile.TestSpecifics.test_for_distinct_code_objects)\nPASS: test_global_declaration_in_except_used_in_else (test.test_compile.TestSpecifics.test_global_declaration_in_except_used_in_else)\nPASS: test_if_expression_expression_empty_block (test.test_compile.TestSpecifics.test_if_expression_expression_empty_block)\nPASS: test_import (test.test_compile.TestSpecifics.test_import)\nPASS: test_imported_load_method (test.test_compile.TestSpecifics.test_imported_load_method)\nPASS: test_indentation (test.test_compile.TestSpecifics.test_indentation)\nPASS: test_int_literals_too_long (test.test_compile.TestSpecifics.test_int_literals_too_long)\nPASS: test_lambda_doc (test.test_compile.TestSpecifics.test_lambda_doc)\nPASS: test_leading_newlines (test.test_compile.TestSpecifics.test_leading_newlines)\nPASS: test_line_number_genexp (test.test_compile.TestSpecifics.test_line_number_genexp)\nPASS: test_line_number_implicit_return_after_async_for (test.test_compile.TestSpecifics.test_line_number_implicit_return_after_async_for)\nPASS: test_line_number_synthetic_jump_multiple_predecessors (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors)\nPASS: test_line_number_synthetic_jump_multiple_predecessors_more_nested (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_more_nested)\nPASS: test_line_number_synthetic_jump_multiple_predecessors_nested (test.test_compile.TestSpecifics.test_line_number_synthetic_jump_multiple_predecessors_nested)\nPASS: test_lineno_after_implicit_return (test.test_compile.TestSpecifics.test_lineno_after_implicit_return)\nPASS: test_lineno_after_no_code (test.test_compile.TestSpecifics.test_lineno_after_no_code)\nPASS: test_lineno_attribute (test.test_compile.TestSpecifics.test_lineno_attribute)\nPASS: test_lineno_of_backward_jump_conditional_in_loop (test.test_compile.TestSpecifics.test_lineno_of_backward_jump_conditional_in_loop)\nPASS: test_lineno_procedure_call (test.test_compile.TestSpecifics.test_lineno_procedure_call)\nPASS: test_literals_with_leading_zeroes (test.test_compile.TestSpecifics.test_literals_with_leading_zeroes)\nPASS: test_mangling (test.test_compile.TestSpecifics.test_mangling)\nPASS: test_merge_code_attrs (test.test_compile.TestSpecifics.test_merge_code_attrs)\nPASS: test_merge_constants (test.test_compile.TestSpecifics.test_merge_constants)\nPASS: test_multi_line_lambda_as_argument (test.test_compile.TestSpecifics.test_multi_line_lambda_as_argument)\nPASS: test_no_ending_newline (test.test_compile.TestSpecifics.test_no_ending_newline)\nPASS: test_no_wraparound_jump (test.test_compile.TestSpecifics.test_no_wraparound_jump)\nPASS: test_none_assignment (test.test_compile.TestSpecifics.test_none_assignment)\nPASS: test_none_keyword_arg (test.test_compile.TestSpecifics.test_none_keyword_arg)\nPASS: test_null_terminated (test.test_compile.TestSpecifics.test_null_terminated)\nPASS: test_other_newlines (test.test_compile.TestSpecifics.test_other_newlines)\nPASS: test_particularly_evil_undecodable (test.test_compile.TestSpecifics.test_particularly_evil_undecodable)\nPASS: test_path_like_objects (test.test_compile.TestSpecifics.test_path_like_objects)\ntest_peephole_opt_unreachable_code_array_access_in_bounds (test.test_compile.TestSpecifics.test_peephole_opt_unreachable_code_array_access_in_bounds)\nPASS: Regression test for issue35193 when run under clang msan.\nPASS: test_redundant_jump_in_if_else_break (test.test_compile.TestSpecifics.test_redundant_jump_in_if_else_break)\nPASS: test_regression_gh_120225 (test.test_compile.TestSpecifics.test_regression_gh_120225)\nPASS: test_remove_empty_basic_block_with_jump_target_label (test.test_compile.TestSpecifics.test_remove_empty_basic_block_with_jump_target_label)\nPASS: test_remove_redundant_nop_edge_case (test.test_compile.TestSpecifics.test_remove_redundant_nop_edge_case)\nPASS: test_remove_unused_consts (test.test_compile.TestSpecifics.test_remove_unused_consts)\nPASS: test_remove_unused_consts_extended_args (test.test_compile.TestSpecifics.test_remove_unused_consts_extended_args)\nPASS: test_remove_unused_consts_no_docstring (test.test_compile.TestSpecifics.test_remove_unused_consts_no_docstring)\nPASS: test_same_filename_used (test.test_compile.TestSpecifics.test_same_filename_used)\nPASS: test_sequence_unpacking_error (test.test_compile.TestSpecifics.test_sequence_unpacking_error)\nPASS: test_single_statement (test.test_compile.TestSpecifics.test_single_statement)\nSKIP: test_stack_overflow (test.test_compile.TestSpecifics.test_stack_overflow) \"resource 'cpu' is not enabled\"\nPASS: test_strip_unused_None (test.test_compile.TestSpecifics.test_strip_unused_None)\nPASS: test_subscripts (test.test_compile.TestSpecifics.test_subscripts)\nPASS: test_syntax_error (test.test_compile.TestSpecifics.test_syntax_error)\nPASS: test_try_except_in_while_with_chained_condition_compiles (test.test_compile.TestSpecifics.test_try_except_in_while_with_chained_condition_compiles)\nPASS: test_unary_minus (test.test_compile.TestSpecifics.test_unary_minus)\nPASS: test_uses_slice_instructions (test.test_compile.TestSpecifics.test_uses_slice_instructions)\nPASS: test_variable_dependent (test.test_compile.TestSpecifics.test_variable_dependent)\nPASS: test_yet_more_evil_still_undecodable (test.test_compile.TestSpecifics.test_yet_more_evil_still_undecodable)\nPASS: test_async_for (test.test_compile.TestStackSizeStability.test_async_for)\nPASS: test_async_for_else (test.test_compile.TestStackSizeStability.test_async_for_else)\nPASS: test_async_with (test.test_compile.TestStackSizeStability.test_async_with)\nPASS: test_for (test.test_compile.TestStackSizeStability.test_for)\nPASS: test_for_break_continue (test.test_compile.TestStackSizeStability.test_for_break_continue)\nPASS: test_for_break_continue_inside_async_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_async_with_block)\nPASS: test_for_break_continue_inside_except_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_except_block)\nPASS: test_for_break_continue_inside_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_finally_block)\nPASS: test_for_break_continue_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_try_finally_block)\nPASS: test_for_break_continue_inside_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_with_block)\nPASS: test_for_else (test.test_compile.TestStackSizeStability.test_for_else)\nPASS: test_if (test.test_compile.TestStackSizeStability.test_if)\nPASS: test_if_else (test.test_compile.TestStackSizeStability.test_if_else)\nPASS: test_return_inside_async_with_block (test.test_compile.TestStackSizeStability.test_return_inside_async_with_block)\nPASS: test_return_inside_except_block (test.test_compile.TestStackSizeStability.test_return_inside_except_block)\nPASS: test_return_inside_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_finally_block)\nPASS: test_return_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_try_finally_block)\nPASS: test_return_inside_with_block (test.test_compile.TestStackSizeStability.test_return_inside_with_block)\nPASS: test_try_except_as (test.test_compile.TestStackSizeStability.test_try_except_as)\nPASS: test_try_except_bare (test.test_compile.TestStackSizeStability.test_try_except_bare)\nPASS: test_try_except_qualified (test.test_compile.TestStackSizeStability.test_try_except_qualified)\nPASS: test_try_except_star_as (test.test_compile.TestStackSizeStability.test_try_except_star_as)\nPASS: test_try_except_star_finally (test.test_compile.TestStackSizeStability.test_try_except_star_finally)\nPASS: test_try_except_star_qualified (test.test_compile.TestStackSizeStability.test_try_except_star_qualified)\nPASS: test_try_finally (test.test_compile.TestStackSizeStability.test_try_finally)\nPASS: test_while_else (test.test_compile.TestStackSizeStability.test_while_else)\nPASS: test_with (test.test_compile.TestStackSizeStability.test_with)\nPASS: test_basic (test.test_compile.TestStaticAttributes.test_basic)\nPASS: test_nested_class (test.test_compile.TestStaticAttributes.test_nested_class)\nPASS: test_nested_function (test.test_compile.TestStaticAttributes.test_nested_function)\nPASS: test_subclass (test.test_compile.TestStaticAttributes.test_subclass)\n\n----------------------------------------------------------------------\nRan 174 tests in 4.221s\n\nOK (skipped=1)\n0:01:20 load avg: 1.29 [141/480] test_csv passed\nPASS: test_ordered_dict_reader (test.test_csv.KeyOrderingTest.test_ordered_dict_reader)\nPASS: test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest.test_ordering_for_the_dict_reader_and_writer)\nPASS: test__all__ (test.test_csv.MiscTestCase.test__all__)\nPASS: test_disallow_instantiation (test.test_csv.MiscTestCase.test_disallow_instantiation)\nPASS: test_subclassable (test.test_csv.MiscTestCase.test_subclassable)\nPASS: test_char_write (test.test_csv.TestArrayWrites.test_char_write)\nPASS: test_double_write (test.test_csv.TestArrayWrites.test_double_write)\nPASS: test_float_write (test.test_csv.TestArrayWrites.test_float_write)\nPASS: test_int_write (test.test_csv.TestArrayWrites.test_int_write)\nPASS: test_blankline (test.test_csv.TestDialectExcel.test_blankline)\nPASS: test_dubious_quote (test.test_csv.TestDialectExcel.test_dubious_quote)\nPASS: test_empty_fields (test.test_csv.TestDialectExcel.test_empty_fields)\nPASS: test_inline_quote (test.test_csv.TestDialectExcel.test_inline_quote)\nPASS: test_inline_quotes (test.test_csv.TestDialectExcel.test_inline_quotes)\nPASS: test_lone_quote (test.test_csv.TestDialectExcel.test_lone_quote)\nPASS: test_newlines (test.test_csv.TestDialectExcel.test_newlines)\nPASS: test_null (test.test_csv.TestDialectExcel.test_null)\nPASS: test_quote_and_quote (test.test_csv.TestDialectExcel.test_quote_and_quote)\nPASS: test_quote_fieldsep (test.test_csv.TestDialectExcel.test_quote_fieldsep)\nPASS: test_quoted (test.test_csv.TestDialectExcel.test_quoted)\nPASS: test_quoted_nl (test.test_csv.TestDialectExcel.test_quoted_nl)\nPASS: test_quoted_quote (test.test_csv.TestDialectExcel.test_quoted_quote)\nPASS: test_quoted_quotes (test.test_csv.TestDialectExcel.test_quoted_quotes)\nPASS: test_quotes (test.test_csv.TestDialectExcel.test_quotes)\nPASS: test_quotes_and_more (test.test_csv.TestDialectExcel.test_quotes_and_more)\nPASS: test_simple (test.test_csv.TestDialectExcel.test_simple)\nPASS: test_simple_writer (test.test_csv.TestDialectExcel.test_simple_writer)\nPASS: test_single (test.test_csv.TestDialectExcel.test_single)\nPASS: test_single_quoted_quote (test.test_csv.TestDialectExcel.test_single_quoted_quote)\nPASS: test_single_writer (test.test_csv.TestDialectExcel.test_single_writer)\nPASS: test_singlequoted (test.test_csv.TestDialectExcel.test_singlequoted)\nPASS: test_singlequoted_left_empty (test.test_csv.TestDialectExcel.test_singlequoted_left_empty)\nPASS: test_singlequoted_right_empty (test.test_csv.TestDialectExcel.test_singlequoted_right_empty)\nPASS: test_space_and_quote (test.test_csv.TestDialectExcel.test_space_and_quote)\nPASS: test_copy (test.test_csv.TestDialectRegistry.test_copy)\nPASS: test_dialect_apply (test.test_csv.TestDialectRegistry.test_dialect_apply)\nPASS: test_incomplete_dialect (test.test_csv.TestDialectRegistry.test_incomplete_dialect)\nPASS: test_pickle (test.test_csv.TestDialectRegistry.test_pickle)\nPASS: test_register_kwargs (test.test_csv.TestDialectRegistry.test_register_kwargs)\nPASS: test_register_kwargs_override (test.test_csv.TestDialectRegistry.test_register_kwargs_override)\nPASS: test_registry (test.test_csv.TestDialectRegistry.test_registry)\nPASS: test_registry_badargs (test.test_csv.TestDialectRegistry.test_registry_badargs)\nPASS: test_space_dialect (test.test_csv.TestDialectRegistry.test_space_dialect)\nPASS: test_simple_reader (test.test_csv.TestDialectUnix.test_simple_reader)\nPASS: test_simple_writer (test.test_csv.TestDialectUnix.test_simple_writer)\nPASS: test_delimiter (test.test_csv.TestDialectValidity.test_delimiter)\nPASS: test_escapechar (test.test_csv.TestDialectValidity.test_escapechar)\nPASS: test_invalid_chars (test.test_csv.TestDialectValidity.test_invalid_chars)\nPASS: test_lineterminator (test.test_csv.TestDialectValidity.test_lineterminator)\nPASS: test_quoting (test.test_csv.TestDialectValidity.test_quoting)\nPASS: test_dict_reader_fieldnames_accepts_iter (test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_iter)\nPASS: test_dict_reader_fieldnames_accepts_list (test.test_csv.TestDictFields.test_dict_reader_fieldnames_accepts_list)\nPASS: test_dict_reader_fieldnames_is_optional (test.test_csv.TestDictFields.test_dict_reader_fieldnames_is_optional)\nPASS: test_dict_writer_fieldnames_accepts_list (test.test_csv.TestDictFields.test_dict_writer_fieldnames_accepts_list)\nPASS: test_dict_writer_fieldnames_rejects_iter (test.test_csv.TestDictFields.test_dict_writer_fieldnames_rejects_iter)\nPASS: test_read_dict_fieldnames_chain (test.test_csv.TestDictFields.test_read_dict_fieldnames_chain)\nPASS: test_read_dict_fieldnames_from_file (test.test_csv.TestDictFields.test_read_dict_fieldnames_from_file)\nPASS: test_read_dict_fields (test.test_csv.TestDictFields.test_read_dict_fields)\nPASS: test_read_dict_no_fieldnames (test.test_csv.TestDictFields.test_read_dict_no_fieldnames)\nPASS: test_read_long (test.test_csv.TestDictFields.test_read_long)\nPASS: test_read_long_with_rest (test.test_csv.TestDictFields.test_read_long_with_rest)\nPASS: test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields.test_read_long_with_rest_no_fieldnames)\nPASS: test_read_multi (test.test_csv.TestDictFields.test_read_multi)\nPASS: test_read_semi_sep (test.test_csv.TestDictFields.test_read_semi_sep)\nPASS: test_read_short (test.test_csv.TestDictFields.test_read_short)\nPASS: test_read_with_blanks (test.test_csv.TestDictFields.test_read_with_blanks)\nPASS: test_typo_in_extrasaction_raises_error (test.test_csv.TestDictFields.test_typo_in_extrasaction_raises_error)\nPASS: test_write_field_not_in_field_names_ignore (test.test_csv.TestDictFields.test_write_field_not_in_field_names_ignore)\nPASS: test_write_field_not_in_field_names_raise (test.test_csv.TestDictFields.test_write_field_not_in_field_names_raise)\nPASS: test_write_fields_not_in_fieldnames (test.test_csv.TestDictFields.test_write_fields_not_in_fieldnames)\nPASS: test_write_multiple_dict_rows (test.test_csv.TestDictFields.test_write_multiple_dict_rows)\nPASS: test_write_no_fields (test.test_csv.TestDictFields.test_write_no_fields)\nPASS: test_write_simple_dict (test.test_csv.TestDictFields.test_write_simple_dict)\nPASS: test_writeheader_return_value (test.test_csv.TestDictFields.test_writeheader_return_value)\nPASS: test_escape_fieldsep (test.test_csv.TestEscapedExcel.test_escape_fieldsep)\nPASS: test_read_escape_fieldsep (test.test_csv.TestEscapedExcel.test_read_escape_fieldsep)\nSKIP: test_create_read (test.test_csv.TestLeaks.test_create_read) 'requires sys.gettotalrefcount()'\nSKIP: test_create_write (test.test_csv.TestLeaks.test_create_write) 'requires sys.gettotalrefcount()'\nSKIP: test_read (test.test_csv.TestLeaks.test_read) 'requires sys.gettotalrefcount()'\nSKIP: test_write (test.test_csv.TestLeaks.test_write) 'requires sys.gettotalrefcount()'\nPASS: test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_read_escape_fieldsep)\nPASS: test_write_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_write_escape_fieldsep)\nPASS: test_delimiters (test.test_csv.TestSniffer.test_delimiters)\nPASS: test_doublequote (test.test_csv.TestSniffer.test_doublequote)\nPASS: test_guess_quote_and_delimiter (test.test_csv.TestSniffer.test_guess_quote_and_delimiter)\nPASS: test_has_header (test.test_csv.TestSniffer.test_has_header)\nPASS: test_has_header_regex_special_delimiter (test.test_csv.TestSniffer.test_has_header_regex_special_delimiter)\ntest_has_header_strings (test.test_csv.TestSniffer.test_has_header_strings)\nPASS: More to document existing (unexpected?) behavior than anything else.\nPASS: test_issue43625 (test.test_csv.TestSniffer.test_issue43625)\nPASS: test_sniff (test.test_csv.TestSniffer.test_sniff)\nPASS: test_unicode_read (test.test_csv.TestUnicode.test_unicode_read)\nPASS: test_unicode_write (test.test_csv.TestUnicode.test_unicode_write)\nPASS: test_read_bigfield (test.test_csv.Test_Csv.test_read_bigfield)\nPASS: test_read_delimiter (test.test_csv.Test_Csv.test_read_delimiter)\nPASS: test_read_eof (test.test_csv.Test_Csv.test_read_eof)\nPASS: test_read_eol (test.test_csv.Test_Csv.test_read_eol)\nPASS: test_read_escape (test.test_csv.Test_Csv.test_read_escape)\nPASS: test_read_linenum (test.test_csv.Test_Csv.test_read_linenum)\nPASS: test_read_nul (test.test_csv.Test_Csv.test_read_nul)\nPASS: test_read_oddinputs (test.test_csv.Test_Csv.test_read_oddinputs)\nPASS: test_read_quoting (test.test_csv.Test_Csv.test_read_quoting)\nPASS: test_read_skipinitialspace (test.test_csv.Test_Csv.test_read_skipinitialspace)\nPASS: test_read_space_delimiter (test.test_csv.Test_Csv.test_read_space_delimiter)\nPASS: test_reader_arg_valid (test.test_csv.Test_Csv.test_reader_arg_valid)\nPASS: test_reader_attrs (test.test_csv.Test_Csv.test_reader_attrs)\nPASS: test_reader_dialect_attrs (test.test_csv.Test_Csv.test_reader_dialect_attrs)\nPASS: test_reader_kw_attrs (test.test_csv.Test_Csv.test_reader_kw_attrs)\nPASS: test_roundtrip_escaped_unquoted_newlines (test.test_csv.Test_Csv.test_roundtrip_escaped_unquoted_newlines)\nPASS: test_roundtrip_quoteed_newlines (test.test_csv.Test_Csv.test_roundtrip_quoteed_newlines)\nPASS: test_write_arg_valid (test.test_csv.Test_Csv.test_write_arg_valid)\nPASS: test_write_bigfield (test.test_csv.Test_Csv.test_write_bigfield)\nPASS: test_write_empty_fields (test.test_csv.Test_Csv.test_write_empty_fields)\nPASS: test_write_empty_fields_space_delimiter (test.test_csv.Test_Csv.test_write_empty_fields_space_delimiter)\nPASS: test_write_escape (test.test_csv.Test_Csv.test_write_escape)\nPASS: test_write_iterable (test.test_csv.Test_Csv.test_write_iterable)\nPASS: test_write_lineterminator (test.test_csv.Test_Csv.test_write_lineterminator)\nPASS: test_write_quoting (test.test_csv.Test_Csv.test_write_quoting)\nPASS: test_writer_arg_valid (test.test_csv.Test_Csv.test_writer_arg_valid)\nPASS: test_writer_attrs (test.test_csv.Test_Csv.test_writer_attrs)\nPASS: test_writer_dialect_attrs (test.test_csv.Test_Csv.test_writer_dialect_attrs)\nPASS: test_writer_kw_attrs (test.test_csv.Test_Csv.test_writer_kw_attrs)\nPASS: test_writerows (test.test_csv.Test_Csv.test_writerows)\nPASS: test_writerows_errors (test.test_csv.Test_Csv.test_writerows_errors)\nPASS: test_writerows_with_none (test.test_csv.Test_Csv.test_writerows_with_none)\n\n----------------------------------------------------------------------\nRan 124 tests in 0.019s\n\nOK (skipped=4)\n0:01:20 load avg: 1.29 [142/480] test_curses skipped (resource denied)\ntest_curses skipped -- Use of the 'curses' resource not enabled\n0:01:20 load avg: 1.29 [143/480] test_dataclasses passed\nPASS: test_abc_implementation (test.test_dataclasses.TestAbstract.test_abc_implementation)\nPASS: test_maintain_abc (test.test_dataclasses.TestAbstract.test_maintain_abc)\nPASS: test_0_field_compare (test.test_dataclasses.TestCase.test_0_field_compare)\nPASS: test_1_field_compare (test.test_dataclasses.TestCase.test_1_field_compare)\nPASS: test_alternate_classmethod_constructor (test.test_dataclasses.TestCase.test_alternate_classmethod_constructor)\nPASS: test_class_attrs (test.test_dataclasses.TestCase.test_class_attrs)\nPASS: test_class_marker (test.test_dataclasses.TestCase.test_class_marker)\nPASS: test_class_var (test.test_dataclasses.TestCase.test_class_var)\nPASS: test_class_var_default_factory (test.test_dataclasses.TestCase.test_class_var_default_factory)\nPASS: test_class_var_frozen (test.test_dataclasses.TestCase.test_class_var_frozen)\nPASS: test_class_var_no_default (test.test_dataclasses.TestCase.test_class_var_no_default)\nPASS: test_class_var_with_default (test.test_dataclasses.TestCase.test_class_var_with_default)\nPASS: test_classvar_default_factory (test.test_dataclasses.TestCase.test_classvar_default_factory)\nPASS: test_clean_traceback_from_fields_exception (test.test_dataclasses.TestCase.test_clean_traceback_from_fields_exception)\nPASS: test_compare_subclasses (test.test_dataclasses.TestCase.test_compare_subclasses)\nPASS: test_dataclass_params_repr (test.test_dataclasses.TestCase.test_dataclass_params_repr)\nPASS: test_dataclass_params_signature (test.test_dataclasses.TestCase.test_dataclass_params_signature)\nPASS: test_dataclasses_pickleable (test.test_dataclasses.TestCase.test_dataclasses_pickleable)\nPASS: test_dataclasses_qualnames (test.test_dataclasses.TestCase.test_dataclasses_qualnames)\nPASS: test_default_factory (test.test_dataclasses.TestCase.test_default_factory)\nPASS: test_default_factory_derived (test.test_dataclasses.TestCase.test_default_factory_derived)\nPASS: test_default_factory_not_called_if_value_given (test.test_dataclasses.TestCase.test_default_factory_not_called_if_value_given)\nPASS: test_default_factory_with_no_init (test.test_dataclasses.TestCase.test_default_factory_with_no_init)\nPASS: test_deliberately_mutable_defaults (test.test_dataclasses.TestCase.test_deliberately_mutable_defaults)\nPASS: test_disallowed_mutable_defaults (test.test_dataclasses.TestCase.test_disallowed_mutable_defaults)\nPASS: test_dont_include_other_annotations (test.test_dataclasses.TestCase.test_dont_include_other_annotations)\nPASS: test_dynamic_class_creation (test.test_dataclasses.TestCase.test_dynamic_class_creation)\nPASS: test_dynamic_class_creation_using_field (test.test_dataclasses.TestCase.test_dynamic_class_creation_using_field)\nPASS: test_eq_order (test.test_dataclasses.TestCase.test_eq_order)\nPASS: test_field_default (test.test_dataclasses.TestCase.test_field_default)\nPASS: test_field_default_default_factory_error (test.test_dataclasses.TestCase.test_field_default_default_factory_error)\nPASS: test_field_metadata_custom_mapping (test.test_dataclasses.TestCase.test_field_metadata_custom_mapping)\nPASS: test_field_metadata_default (test.test_dataclasses.TestCase.test_field_metadata_default)\nPASS: test_field_metadata_mapping (test.test_dataclasses.TestCase.test_field_metadata_mapping)\nPASS: test_field_named_BUILTINS_frozen (test.test_dataclasses.TestCase.test_field_named_BUILTINS_frozen)\nPASS: test_field_named_like_builtin (test.test_dataclasses.TestCase.test_field_named_like_builtin)\nPASS: test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase.test_field_named_like_builtin_frozen)\nPASS: test_field_named_object (test.test_dataclasses.TestCase.test_field_named_object)\nPASS: test_field_named_object_frozen (test.test_dataclasses.TestCase.test_field_named_object_frozen)\nPASS: test_field_named_self (test.test_dataclasses.TestCase.test_field_named_self)\nPASS: test_field_no_default (test.test_dataclasses.TestCase.test_field_no_default)\nPASS: test_field_order (test.test_dataclasses.TestCase.test_field_order)\nPASS: test_field_recursive_repr (test.test_dataclasses.TestCase.test_field_recursive_repr)\nPASS: test_field_repr (test.test_dataclasses.TestCase.test_field_repr)\nPASS: test_field_with_special_single_underscore_names (test.test_dataclasses.TestCase.test_field_with_special_single_underscore_names)\nPASS: test_function_annotations (test.test_dataclasses.TestCase.test_function_annotations)\nPASS: test_generic_dataclasses (test.test_dataclasses.TestCase.test_generic_dataclasses)\nPASS: test_generic_dynamic (test.test_dataclasses.TestCase.test_generic_dynamic)\nPASS: test_generic_extending (test.test_dataclasses.TestCase.test_generic_extending)\nPASS: test_hash_field_rules (test.test_dataclasses.TestCase.test_hash_field_rules)\nPASS: test_helper_asdict (test.test_dataclasses.TestCase.test_helper_asdict)\nPASS: test_helper_asdict_builtin_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_containers)\nPASS: test_helper_asdict_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_object_containers)\nPASS: test_helper_asdict_copy_values (test.test_dataclasses.TestCase.test_helper_asdict_copy_values)\nPASS: test_helper_asdict_defaultdict (test.test_dataclasses.TestCase.test_helper_asdict_defaultdict)\nPASS: test_helper_asdict_factory (test.test_dataclasses.TestCase.test_helper_asdict_factory)\nPASS: test_helper_asdict_namedtuple (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple)\nPASS: test_helper_asdict_namedtuple_derived (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_derived)\nPASS: test_helper_asdict_namedtuple_key (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_key)\nPASS: test_helper_asdict_nested (test.test_dataclasses.TestCase.test_helper_asdict_nested)\nPASS: test_helper_asdict_raises_on_classes (test.test_dataclasses.TestCase.test_helper_asdict_raises_on_classes)\nPASS: test_helper_astuple (test.test_dataclasses.TestCase.test_helper_astuple)\nPASS: test_helper_astuple_builtin_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_containers)\nPASS: test_helper_astuple_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_object_containers)\nPASS: test_helper_astuple_copy_values (test.test_dataclasses.TestCase.test_helper_astuple_copy_values)\nPASS: test_helper_astuple_defaultdict (test.test_dataclasses.TestCase.test_helper_astuple_defaultdict)\nPASS: test_helper_astuple_factory (test.test_dataclasses.TestCase.test_helper_astuple_factory)\nPASS: test_helper_astuple_namedtuple (test.test_dataclasses.TestCase.test_helper_astuple_namedtuple)\nPASS: test_helper_astuple_nested (test.test_dataclasses.TestCase.test_helper_astuple_nested)\nPASS: test_helper_astuple_raises_on_classes (test.test_dataclasses.TestCase.test_helper_astuple_raises_on_classes)\nPASS: test_helper_fields_exception (test.test_dataclasses.TestCase.test_helper_fields_exception)\nPASS: test_helper_fields_with_class_instance (test.test_dataclasses.TestCase.test_helper_fields_with_class_instance)\nPASS: test_init_false_no_default (test.test_dataclasses.TestCase.test_init_false_no_default)\nPASS: test_init_in_order (test.test_dataclasses.TestCase.test_init_in_order)\nPASS: test_init_var (test.test_dataclasses.TestCase.test_init_var)\nPASS: test_init_var_default_factory (test.test_dataclasses.TestCase.test_init_var_default_factory)\nPASS: test_init_var_inheritance (test.test_dataclasses.TestCase.test_init_var_inheritance)\nPASS: test_init_var_name_shadowing (test.test_dataclasses.TestCase.test_init_var_name_shadowing)\nPASS: test_init_var_no_default (test.test_dataclasses.TestCase.test_init_var_no_default)\nPASS: test_init_var_preserve_type (test.test_dataclasses.TestCase.test_init_var_preserve_type)\nPASS: test_init_var_with_default (test.test_dataclasses.TestCase.test_init_var_with_default)\nPASS: test_intermediate_non_dataclass (test.test_dataclasses.TestCase.test_intermediate_non_dataclass)\nPASS: test_is_dataclass (test.test_dataclasses.TestCase.test_is_dataclass)\nPASS: test_is_dataclass_genericalias (test.test_dataclasses.TestCase.test_is_dataclass_genericalias)\nPASS: test_is_dataclass_inheritance (test.test_dataclasses.TestCase.test_is_dataclass_inheritance)\nPASS: test_is_dataclass_when_getattr_always_returns (test.test_dataclasses.TestCase.test_is_dataclass_when_getattr_always_returns)\nPASS: test_items_in_dicts (test.test_dataclasses.TestCase.test_items_in_dicts)\nPASS: test_missing_default (test.test_dataclasses.TestCase.test_missing_default)\nPASS: test_missing_default_factory (test.test_dataclasses.TestCase.test_missing_default_factory)\nPASS: test_missing_repr (test.test_dataclasses.TestCase.test_missing_repr)\nPASS: test_named_init_params (test.test_dataclasses.TestCase.test_named_init_params)\nPASS: test_no_fields (test.test_dataclasses.TestCase.test_no_fields)\nPASS: test_no_fields_but_member_variable (test.test_dataclasses.TestCase.test_no_fields_but_member_variable)\nPASS: test_no_options (test.test_dataclasses.TestCase.test_no_options)\nPASS: test_no_unhashable_default (test.test_dataclasses.TestCase.test_no_unhashable_default)\nPASS: test_not_in_compare (test.test_dataclasses.TestCase.test_not_in_compare)\nPASS: test_not_in_repr (test.test_dataclasses.TestCase.test_not_in_repr)\nPASS: test_not_other_dataclass (test.test_dataclasses.TestCase.test_not_other_dataclass)\nPASS: test_not_tuple (test.test_dataclasses.TestCase.test_not_tuple)\nPASS: test_one_field_no_default (test.test_dataclasses.TestCase.test_one_field_no_default)\nPASS: test_overwrite_fields_in_derived_class (test.test_dataclasses.TestCase.test_overwrite_fields_in_derived_class)\nPASS: test_overwrite_hash (test.test_dataclasses.TestCase.test_overwrite_hash)\nPASS: test_post_init (test.test_dataclasses.TestCase.test_post_init)\nPASS: test_post_init_classmethod (test.test_dataclasses.TestCase.test_post_init_classmethod)\nPASS: test_post_init_not_auto_added (test.test_dataclasses.TestCase.test_post_init_not_auto_added)\nPASS: test_post_init_staticmethod (test.test_dataclasses.TestCase.test_post_init_staticmethod)\nPASS: test_post_init_super (test.test_dataclasses.TestCase.test_post_init_super)\nPASS: test_recursive_annotation (test.test_dataclasses.TestCase.test_recursive_annotation)\nPASS: test_simple_compare (test.test_dataclasses.TestCase.test_simple_compare)\nPASS: test_two_fields_one_default (test.test_dataclasses.TestCase.test_two_fields_one_default)\nPASS: test_default_value (test.test_dataclasses.TestDescriptors.test_default_value)\nPASS: test_getting_field_calls_get (test.test_dataclasses.TestDescriptors.test_getting_field_calls_get)\nPASS: test_init_calls_set (test.test_dataclasses.TestDescriptors.test_init_calls_set)\nPASS: test_lookup_on_class (test.test_dataclasses.TestDescriptors.test_lookup_on_class)\nPASS: test_lookup_on_instance (test.test_dataclasses.TestDescriptors.test_lookup_on_instance)\nPASS: test_no_default_value (test.test_dataclasses.TestDescriptors.test_no_default_value)\nPASS: test_non_descriptor (test.test_dataclasses.TestDescriptors.test_non_descriptor)\nPASS: test_set_name (test.test_dataclasses.TestDescriptors.test_set_name)\nPASS: test_setting_field_calls_set (test.test_dataclasses.TestDescriptors.test_setting_field_calls_set)\nPASS: test_setting_uninitialized_descriptor_field (test.test_dataclasses.TestDescriptors.test_setting_uninitialized_descriptor_field)\nPASS: test_docstring_deque_field (test.test_dataclasses.TestDocString.test_docstring_deque_field)\nPASS: test_docstring_deque_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_deque_field_with_default_factory)\nPASS: test_docstring_list_field (test.test_dataclasses.TestDocString.test_docstring_list_field)\nPASS: test_docstring_list_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_list_field_with_default_factory)\nPASS: test_docstring_no_fields (test.test_dataclasses.TestDocString.test_docstring_no_fields)\nPASS: test_docstring_one_field (test.test_dataclasses.TestDocString.test_docstring_one_field)\nPASS: test_docstring_one_field_with_default (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default)\nPASS: test_docstring_one_field_with_default_none (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default_none)\nPASS: test_docstring_three_fields (test.test_dataclasses.TestDocString.test_docstring_three_fields)\nPASS: test_docstring_two_fields (test.test_dataclasses.TestDocString.test_docstring_two_fields)\nPASS: test_docstring_with_no_signature (test.test_dataclasses.TestDocString.test_docstring_with_no_signature)\nPASS: test_existing_docstring_not_overridden (test.test_dataclasses.TestDocString.test_existing_docstring_not_overridden)\nPASS: test_no_eq (test.test_dataclasses.TestEq.test_no_eq)\nPASS: test_overwriting_eq (test.test_dataclasses.TestEq.test_overwriting_eq)\nPASS: test_recursive_eq (test.test_dataclasses.TestEq.test_recursive_eq)\nPASS: test_field_without_annotation (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation)\nPASS: test_field_without_annotation_but_annotation_in_base (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base)\nPASS: test_field_without_annotation_but_annotation_in_base_not_dataclass (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base_not_dataclass)\nPASS: test_frozen (test.test_dataclasses.TestFrozen.test_frozen)\nPASS: test_frozen_deepcopy_with_slots (test.test_dataclasses.TestFrozen.test_frozen_deepcopy_with_slots)\nPASS: test_frozen_deepcopy_without_slots (test.test_dataclasses.TestFrozen.test_frozen_deepcopy_without_slots)\nPASS: test_frozen_empty (test.test_dataclasses.TestFrozen.test_frozen_empty)\nPASS: test_frozen_hash (test.test_dataclasses.TestFrozen.test_frozen_hash)\nPASS: test_inherit (test.test_dataclasses.TestFrozen.test_inherit)\nPASS: test_inherit_from_normal_class (test.test_dataclasses.TestFrozen.test_inherit_from_normal_class)\nPASS: test_inherit_frozen_from_nonfrozen (test.test_dataclasses.TestFrozen.test_inherit_frozen_from_nonfrozen)\nPASS: test_inherit_frozen_mutliple_inheritance (test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance)\nPASS: test_inherit_frozen_mutliple_inheritance_regular_mixins (test.test_dataclasses.TestFrozen.test_inherit_frozen_mutliple_inheritance_regular_mixins)\nPASS: test_inherit_nonfrozen_from_empty (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty)\nPASS: test_inherit_nonfrozen_from_empty_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty_frozen)\nPASS: test_inherit_nonfrozen_from_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_frozen)\nPASS: test_multiple_frozen_dataclasses_inheritance (test.test_dataclasses.TestFrozen.test_multiple_frozen_dataclasses_inheritance)\nPASS: test_non_frozen_normal_derived (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived)\nPASS: test_non_frozen_normal_derived_from_empty_frozen (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived_from_empty_frozen)\nPASS: test_overwriting_frozen (test.test_dataclasses.TestFrozen.test_overwriting_frozen)\nPASS: test_0_field_hash (test.test_dataclasses.TestHash.test_0_field_hash)\nPASS: test_1_field_hash (test.test_dataclasses.TestHash.test_1_field_hash)\nPASS: test_eq_only (test.test_dataclasses.TestHash.test_eq_only)\nPASS: test_hash_no_args (test.test_dataclasses.TestHash.test_hash_no_args)\nPASS: test_hash_rules (test.test_dataclasses.TestHash.test_hash_rules)\nPASS: test_unsafe_hash (test.test_dataclasses.TestHash.test_unsafe_hash)\nPASS: test_base_has_init (test.test_dataclasses.TestInit.test_base_has_init)\nPASS: test_inherit_from_protocol (test.test_dataclasses.TestInit.test_inherit_from_protocol)\nPASS: test_no_init (test.test_dataclasses.TestInit.test_no_init)\nPASS: test_overwriting_init (test.test_dataclasses.TestInit.test_overwriting_init)\nPASS: test_KW_ONLY (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY)\nPASS: test_KW_ONLY_as_string (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_as_string)\nPASS: test_KW_ONLY_twice (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_twice)\nPASS: test_defaults (test.test_dataclasses.TestKeywordArgs.test_defaults)\nPASS: test_field_marked_as_kwonly (test.test_dataclasses.TestKeywordArgs.test_field_marked_as_kwonly)\nPASS: test_make_dataclass (test.test_dataclasses.TestKeywordArgs.test_make_dataclass)\nPASS: test_match_args (test.test_dataclasses.TestKeywordArgs.test_match_args)\nPASS: test_no_classvar_kwarg (test.test_dataclasses.TestKeywordArgs.test_no_classvar_kwarg)\nPASS: test_post_init (test.test_dataclasses.TestKeywordArgs.test_post_init)\nPASS: test_base (test.test_dataclasses.TestMakeDataclass.test_base)\nPASS: test_base_dataclass (test.test_dataclasses.TestMakeDataclass.test_base_dataclass)\nPASS: test_cannot_be_pickled (test.test_dataclasses.TestMakeDataclass.test_cannot_be_pickled)\nPASS: test_class_var (test.test_dataclasses.TestMakeDataclass.test_class_var)\nPASS: test_duplicate_field_names (test.test_dataclasses.TestMakeDataclass.test_duplicate_field_names)\nPASS: test_funny_class_names_names (test.test_dataclasses.TestMakeDataclass.test_funny_class_names_names)\nPASS: test_init_var (test.test_dataclasses.TestMakeDataclass.test_init_var)\nPASS: test_invalid_type_specification (test.test_dataclasses.TestMakeDataclass.test_invalid_type_specification)\nPASS: test_keyword_field_names (test.test_dataclasses.TestMakeDataclass.test_keyword_field_names)\nPASS: test_module_attr (test.test_dataclasses.TestMakeDataclass.test_module_attr)\nPASS: test_no_mutate_namespace (test.test_dataclasses.TestMakeDataclass.test_no_mutate_namespace)\nPASS: test_no_types (test.test_dataclasses.TestMakeDataclass.test_no_types)\nPASS: test_non_identifier_field_names (test.test_dataclasses.TestMakeDataclass.test_non_identifier_field_names)\nPASS: test_other_params (test.test_dataclasses.TestMakeDataclass.test_other_params)\nPASS: test_pickle_support (test.test_dataclasses.TestMakeDataclass.test_pickle_support)\nPASS: test_simple (test.test_dataclasses.TestMakeDataclass.test_simple)\nPASS: test_underscore_field_names (test.test_dataclasses.TestMakeDataclass.test_underscore_field_names)\nPASS: test_bpo_43764 (test.test_dataclasses.TestMatchArgs.test_bpo_43764)\nPASS: test_explicit_match_args (test.test_dataclasses.TestMatchArgs.test_explicit_match_args)\nPASS: test_make_dataclasses (test.test_dataclasses.TestMatchArgs.test_make_dataclasses)\nPASS: test_match_args (test.test_dataclasses.TestMatchArgs.test_match_args)\nPASS: test_match_args_argument (test.test_dataclasses.TestMatchArgs.test_match_args_argument)\nPASS: test_functools_total_ordering (test.test_dataclasses.TestOrdering.test_functools_total_ordering)\nPASS: test_no_order (test.test_dataclasses.TestOrdering.test_no_order)\nPASS: test_overwriting_order (test.test_dataclasses.TestOrdering.test_overwriting_order)\nPASS: test (test.test_dataclasses.TestReplace.test)\nPASS: test_classvar (test.test_dataclasses.TestReplace.test_classvar)\nPASS: test_frozen (test.test_dataclasses.TestReplace.test_frozen)\nPASS: test_initvar_is_specified (test.test_dataclasses.TestReplace.test_initvar_is_specified)\nPASS: test_initvar_with_default_value (test.test_dataclasses.TestReplace.test_initvar_with_default_value)\nPASS: test_invalid_field_name (test.test_dataclasses.TestReplace.test_invalid_field_name)\nPASS: test_invalid_object (test.test_dataclasses.TestReplace.test_invalid_object)\nPASS: test_no_init (test.test_dataclasses.TestReplace.test_no_init)\nPASS: test_recursive_repr (test.test_dataclasses.TestReplace.test_recursive_repr)\nPASS: test_recursive_repr_indirection (test.test_dataclasses.TestReplace.test_recursive_repr_indirection)\nPASS: test_recursive_repr_indirection_two (test.test_dataclasses.TestReplace.test_recursive_repr_indirection_two)\nPASS: test_recursive_repr_misc_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_misc_attrs)\nPASS: test_recursive_repr_two_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_two_attrs)\nPASS: test_no_repr (test.test_dataclasses.TestRepr.test_no_repr)\nPASS: test_overwriting_repr (test.test_dataclasses.TestRepr.test_overwriting_repr)\nPASS: test_repr (test.test_dataclasses.TestRepr.test_repr)\nPASS: test_add_slots_when_slots_exists (test.test_dataclasses.TestSlots.test_add_slots_when_slots_exists)\nPASS: test_cant_inherit_from_iterator_slots (test.test_dataclasses.TestSlots.test_cant_inherit_from_iterator_slots)\nPASS: test_dataclass_derived_generic (test.test_dataclasses.TestSlots.test_dataclass_derived_generic)\nPASS: test_dataclass_derived_generic_from_base (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_base)\nPASS: test_dataclass_derived_generic_from_slotted_base (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base)\nPASS: test_dataclass_derived_generic_from_slotted_base_with_weakref (test.test_dataclasses.TestSlots.test_dataclass_derived_generic_from_slotted_base_with_weakref)\nPASS: test_dataclass_derived_weakref_slot (test.test_dataclasses.TestSlots.test_dataclass_derived_weakref_slot)\nPASS: test_dataclass_slot_dict (test.test_dataclasses.TestSlots.test_dataclass_slot_dict)\nPASS: test_dataclass_slot_dict_ctype (test.test_dataclasses.TestSlots.test_dataclass_slot_dict_ctype)\nPASS: test_derived_added_field (test.test_dataclasses.TestSlots.test_derived_added_field)\nPASS: test_frozen_pickle (test.test_dataclasses.TestSlots.test_frozen_pickle)\nPASS: test_frozen_slots_pickle_custom_state (test.test_dataclasses.TestSlots.test_frozen_slots_pickle_custom_state)\nPASS: test_generated_slots (test.test_dataclasses.TestSlots.test_generated_slots)\nPASS: test_generated_slots_value (test.test_dataclasses.TestSlots.test_generated_slots_value)\nPASS: test_returns_new_class (test.test_dataclasses.TestSlots.test_returns_new_class)\nPASS: test_simple (test.test_dataclasses.TestSlots.test_simple)\nPASS: test_slots_no_weakref (test.test_dataclasses.TestSlots.test_slots_no_weakref)\nPASS: test_slots_weakref (test.test_dataclasses.TestSlots.test_slots_weakref)\nPASS: test_slots_weakref_base_str (test.test_dataclasses.TestSlots.test_slots_weakref_base_str)\nPASS: test_slots_weakref_base_tuple (test.test_dataclasses.TestSlots.test_slots_weakref_base_tuple)\nPASS: test_slots_with_default_factory_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_factory_no_init)\nPASS: test_slots_with_default_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_no_init)\nPASS: test_slots_with_wrong_init_subclass (test.test_dataclasses.TestSlots.test_slots_with_wrong_init_subclass)\nPASS: test_weakref_slot_make_dataclass (test.test_dataclasses.TestSlots.test_weakref_slot_make_dataclass)\nPASS: test_weakref_slot_normal_base_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_normal_base_weakref_slot)\nPASS: test_weakref_slot_subclass_no_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_no_weakref_slot)\nPASS: test_weakref_slot_subclass_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_weakref_slot)\nPASS: test_weakref_slot_without_slot (test.test_dataclasses.TestSlots.test_weakref_slot_without_slot)\nPASS: test_classvar (test.test_dataclasses.TestStringAnnotations.test_classvar)\nPASS: test_classvar_module_level_import (test.test_dataclasses.TestStringAnnotations.test_classvar_module_level_import)\nPASS: test_initvar (test.test_dataclasses.TestStringAnnotations.test_initvar)\nPASS: test_isnt_classvar (test.test_dataclasses.TestStringAnnotations.test_isnt_classvar)\nPASS: test_isnt_initvar (test.test_dataclasses.TestStringAnnotations.test_isnt_initvar)\nPASS: test_text_annotations (test.test_dataclasses.TestStringAnnotations.test_text_annotations)\n\n----------------------------------------------------------------------\nRan 249 tests in 0.181s\n\nOK\n0:01:21 load avg: 1.29 [144/480] test_ctypes passed\nPASS: test_aligned_packed_structures (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_packed_structures)\nPASS: test_aligned_string (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_string)\nPASS: test_aligned_struct_in_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_struct_in_union)\nPASS: test_aligned_structures (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_structures)\nPASS: test_aligned_subclasses (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_subclasses)\nPASS: test_aligned_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_aligned_union)\nPASS: test_larger_aligned_subclassed_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_larger_aligned_subclassed_union)\nPASS: test_negative_align (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_negative_align)\nPASS: test_oversized_structure (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_oversized_structure)\nPASS: test_smaller_aligned_subclassed_union (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_smaller_aligned_subclassed_union)\nPASS: test_zero_align_no_fields (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_no_fields)\nPASS: test_zero_align_with_fields (test.test_ctypes.test_aligned_structures.TestAlignedStructures.test_zero_align_with_fields)\nPASS: test_anon (test.test_ctypes.test_anon.AnonTest.test_anon)\nPASS: test_anon_nonmember (test.test_ctypes.test_anon.AnonTest.test_anon_nonmember)\nPASS: test_anon_nonseq (test.test_ctypes.test_anon.AnonTest.test_anon_nonseq)\nPASS: test_issue31490 (test.test_ctypes.test_anon.AnonTest.test_issue31490)\nPASS: test_nested (test.test_ctypes.test_anon.AnonTest.test_nested)\nPASS: test (test.test_ctypes.test_array_in_pointer.Test.test)\nPASS: test_2 (test.test_ctypes.test_array_in_pointer.Test.test_2)\nPASS: test_bad_length (test.test_ctypes.test_arrays.ArrayTestCase.test_bad_length)\nPASS: test_bad_subclass (test.test_ctypes.test_arrays.ArrayTestCase.test_bad_subclass)\nPASS: test_bpo36504_signed_int_overflow (test.test_ctypes.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow)\nPASS: test_cache (test.test_ctypes.test_arrays.ArrayTestCase.test_cache)\nPASS: test_classcache (test.test_ctypes.test_arrays.ArrayTestCase.test_classcache)\nPASS: test_empty_element_array (test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_array)\nPASS: test_empty_element_struct (test.test_ctypes.test_arrays.ArrayTestCase.test_empty_element_struct)\nPASS: test_from_address (test.test_ctypes.test_arrays.ArrayTestCase.test_from_address)\nPASS: test_from_addressW (test.test_ctypes.test_arrays.ArrayTestCase.test_from_addressW)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_arrays.ArrayTestCase.test_inheritance_hierarchy)\nSKIP: test_large_array (test.test_ctypes.test_arrays.ArrayTestCase.test_large_array) 'not enough memory: 2.0G minimum needed'\nPASS: test_metaclass_details (test.test_ctypes.test_arrays.ArrayTestCase.test_metaclass_details)\nPASS: test_numeric_arrays (test.test_ctypes.test_arrays.ArrayTestCase.test_numeric_arrays)\nPASS: test_simple (test.test_ctypes.test_arrays.ArrayTestCase.test_simple)\nPASS: test_step_overflow (test.test_ctypes.test_arrays.ArrayTestCase.test_step_overflow)\nPASS: test_subclass (test.test_ctypes.test_arrays.ArrayTestCase.test_subclass)\nPASS: test_type_flags (test.test_ctypes.test_arrays.ArrayTestCase.test_type_flags)\nPASS: test_zero_length (test.test_ctypes.test_arrays.ArrayTestCase.test_zero_length)\nPASS: test_byval (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamNestedWrapperTestCase.test_wchar_parm)\nPASS: test_byval (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamPropertyWrapperTestCase.test_wchar_parm)\nPASS: test_byval (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.AsParamWrapperTestCase.test_wchar_parm)\nPASS: test_byval (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_byval)\nPASS: test_callbacks (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_callbacks_2)\nPASS: test_longlong_callbacks (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_longlong_callbacks)\nPASS: test_pointers (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_pointers)\nPASS: test_recursive_as_param (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_recursive_as_param)\nPASS: test_shorts (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_shorts)\nPASS: test_struct_return_2H (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_2H)\nPASS: test_struct_return_8H (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_struct_return_8H)\nPASS: test_wchar_parm (test.test_ctypes.test_as_parameter.BasicWrapTestCase.test_wchar_parm)\nPASS: test_anon_bitfields (test.test_ctypes.test_bitfields.BitFieldTest.test_anon_bitfields)\nPASS: test_c_wchar (test.test_ctypes.test_bitfields.BitFieldTest.test_c_wchar)\nPASS: test_longlong (test.test_ctypes.test_bitfields.BitFieldTest.test_longlong)\nPASS: test_mixed_1 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_1)\nPASS: test_mixed_2 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_2)\nPASS: test_mixed_3 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_3)\nPASS: test_mixed_4 (test.test_ctypes.test_bitfields.BitFieldTest.test_mixed_4)\nPASS: test_multi_bitfields_size (test.test_ctypes.test_bitfields.BitFieldTest.test_multi_bitfields_size)\nPASS: test_nonint_types (test.test_ctypes.test_bitfields.BitFieldTest.test_nonint_types)\nPASS: test_signed (test.test_ctypes.test_bitfields.BitFieldTest.test_signed)\nPASS: test_single_bitfield_size (test.test_ctypes.test_bitfields.BitFieldTest.test_single_bitfield_size)\nPASS: test_uint32 (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32)\nPASS: test_uint32_swap_big_endian (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_big_endian)\nPASS: test_uint32_swap_little_endian (test.test_ctypes.test_bitfields.BitFieldTest.test_uint32_swap_little_endian)\nPASS: test_uint64 (test.test_ctypes.test_bitfields.BitFieldTest.test_uint64)\nPASS: test_ulonglong (test.test_ctypes.test_bitfields.BitFieldTest.test_ulonglong)\nPASS: test_unsigned (test.test_ctypes.test_bitfields.BitFieldTest.test_unsigned)\nPASS: test_ints (test.test_ctypes.test_bitfields.C_Test.test_ints)\nPASS: test_shorts (test.test_ctypes.test_bitfields.C_Test.test_shorts)\nPASS: test_buffer (test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer)\nPASS: test_buffer_interface (test.test_ctypes.test_buffers.StringBufferTestCase.test_buffer_interface)\nPASS: test_create_unicode_buffer_non_bmp (test.test_ctypes.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp)\nPASS: test_unicode_buffer (test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_buffer)\nPASS: test_unicode_conversion (test.test_ctypes.test_buffers.StringBufferTestCase.test_unicode_conversion)\nSKIP: test_BSTR (test.test_ctypes.test_bytes.BytesTest.test_BSTR) 'Windows-specific test'\nPASS: test_c_char (test.test_ctypes.test_bytes.BytesTest.test_c_char)\nPASS: test_c_char_p (test.test_ctypes.test_bytes.BytesTest.test_c_char_p)\nPASS: test_c_wchar (test.test_ctypes.test_bytes.BytesTest.test_c_wchar)\nPASS: test_c_wchar_p (test.test_ctypes.test_bytes.BytesTest.test_c_wchar_p)\nPASS: test_struct (test.test_ctypes.test_bytes.BytesTest.test_struct)\nPASS: test_struct_W (test.test_ctypes.test_bytes.BytesTest.test_struct_W)\nPASS: test_build_struct_union_opposite_system_byteorder (test.test_ctypes.test_byteswap.Test.test_build_struct_union_opposite_system_byteorder)\nPASS: test_endian_double (test.test_ctypes.test_byteswap.Test.test_endian_double)\nPASS: test_endian_float (test.test_ctypes.test_byteswap.Test.test_endian_float)\nPASS: test_endian_int (test.test_ctypes.test_byteswap.Test.test_endian_int)\nPASS: test_endian_longlong (test.test_ctypes.test_byteswap.Test.test_endian_longlong)\nPASS: test_endian_other (test.test_ctypes.test_byteswap.Test.test_endian_other)\nPASS: test_endian_short (test.test_ctypes.test_byteswap.Test.test_endian_short)\nPASS: test_slots (test.test_ctypes.test_byteswap.Test.test_slots)\nPASS: test_struct_field_alignment (test.test_ctypes.test_byteswap.Test.test_struct_field_alignment)\nPASS: test_struct_fields_unsupported_byte_order (test.test_ctypes.test_byteswap.Test.test_struct_fields_unsupported_byte_order)\nPASS: test_struct_struct (test.test_ctypes.test_byteswap.Test.test_struct_struct)\nPASS: test_unaligned_native_struct_fields (test.test_ctypes.test_byteswap.Test.test_unaligned_native_struct_fields)\nPASS: test_unaligned_nonnative_struct_fields (test.test_ctypes.test_byteswap.Test.test_unaligned_nonnative_struct_fields)\nPASS: test_union_fields_unsupported_byte_order (test.test_ctypes.test_byteswap.Test.test_union_fields_unsupported_byte_order)\nPASS: test_union_struct (test.test_ctypes.test_byteswap.Test.test_union_struct)\nPASS: test_creating_pointer_in_dunder_init_1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_1)\nPASS: test_creating_pointer_in_dunder_init_2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_init_2)\nPASS: test_creating_pointer_in_dunder_new_1 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_1)\nPASS: test_creating_pointer_in_dunder_new_2 (test.test_ctypes.test_c_simple_type_meta.PyCSimpleTypeAsMetaclassTest.test_creating_pointer_in_dunder_new_2)\nPASS: test_byte (test.test_ctypes.test_callbacks.Callbacks.test_byte)\nPASS: test_char (test.test_ctypes.test_callbacks.Callbacks.test_char)\nPASS: test_double (test.test_ctypes.test_callbacks.Callbacks.test_double)\nPASS: test_float (test.test_ctypes.test_callbacks.Callbacks.test_float)\nSKIP: test_i38748_stackCorruption (test.test_ctypes.test_callbacks.Callbacks.test_i38748_stackCorruption) 'ctypes.WINFUNCTYPE is required'\nPASS: test_int (test.test_ctypes.test_callbacks.Callbacks.test_int)\nPASS: test_issue12483 (test.test_ctypes.test_callbacks.Callbacks.test_issue12483)\nPASS: test_issue_7959 (test.test_ctypes.test_callbacks.Callbacks.test_issue_7959)\nPASS: test_long (test.test_ctypes.test_callbacks.Callbacks.test_long)\nPASS: test_longdouble (test.test_ctypes.test_callbacks.Callbacks.test_longdouble)\nPASS: test_longlong (test.test_ctypes.test_callbacks.Callbacks.test_longlong)\nPASS: test_pyobject (test.test_ctypes.test_callbacks.Callbacks.test_pyobject)\nPASS: test_short (test.test_ctypes.test_callbacks.Callbacks.test_short)\nPASS: test_ubyte (test.test_ctypes.test_callbacks.Callbacks.test_ubyte)\nPASS: test_uint (test.test_ctypes.test_callbacks.Callbacks.test_uint)\nPASS: test_ulong (test.test_ctypes.test_callbacks.Callbacks.test_ulong)\nPASS: test_ulonglong (test.test_ctypes.test_callbacks.Callbacks.test_ulonglong)\nPASS: test_unsupported_restype_1 (test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_1)\nPASS: test_unsupported_restype_2 (test.test_ctypes.test_callbacks.Callbacks.test_unsupported_restype_2)\nPASS: test_ushort (test.test_ctypes.test_callbacks.Callbacks.test_ushort)\nPASS: test_callback_large_struct (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_large_struct)\nPASS: test_callback_register_double (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_double)\nPASS: test_callback_register_int (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_register_int)\nPASS: test_callback_too_many_args (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_callback_too_many_args)\nPASS: test_convert_result_error (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_convert_result_error)\nPASS: test_integrate (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_integrate)\nPASS: test_issue_8959_a (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_a)\nSKIP: test_issue_8959_b (test.test_ctypes.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b) 'ctypes.WINFUNCTYPE is required'\nPASS: test_address2pointer (test.test_ctypes.test_cast.Test.test_address2pointer)\nPASS: test_array2pointer (test.test_ctypes.test_cast.Test.test_array2pointer)\nPASS: test_bad_type_arg (test.test_ctypes.test_cast.Test.test_bad_type_arg)\nPASS: test_char_p (test.test_ctypes.test_cast.Test.test_char_p)\nPASS: test_other (test.test_ctypes.test_cast.Test.test_other)\nPASS: test_p2a_objects (test.test_ctypes.test_cast.Test.test_p2a_objects)\nPASS: test_wchar_p (test.test_ctypes.test_cast.Test.test_wchar_p)\nPASS: test_byte (test.test_ctypes.test_cfuncs.CFunctions.test_byte)\nPASS: test_byte_plus (test.test_ctypes.test_cfuncs.CFunctions.test_byte_plus)\nPASS: test_callwithresult (test.test_ctypes.test_cfuncs.CFunctions.test_callwithresult)\nPASS: test_double (test.test_ctypes.test_cfuncs.CFunctions.test_double)\nPASS: test_double_plus (test.test_ctypes.test_cfuncs.CFunctions.test_double_plus)\nPASS: test_float (test.test_ctypes.test_cfuncs.CFunctions.test_float)\nPASS: test_float_plus (test.test_ctypes.test_cfuncs.CFunctions.test_float_plus)\nPASS: test_int (test.test_ctypes.test_cfuncs.CFunctions.test_int)\nPASS: test_int_plus (test.test_ctypes.test_cfuncs.CFunctions.test_int_plus)\nPASS: test_long (test.test_ctypes.test_cfuncs.CFunctions.test_long)\nPASS: test_long_plus (test.test_ctypes.test_cfuncs.CFunctions.test_long_plus)\nPASS: test_longdouble (test.test_ctypes.test_cfuncs.CFunctions.test_longdouble)\nPASS: test_longdouble_plus (test.test_ctypes.test_cfuncs.CFunctions.test_longdouble_plus)\nPASS: test_longlong (test.test_ctypes.test_cfuncs.CFunctions.test_longlong)\nPASS: test_longlong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_longlong_plus)\nPASS: test_short (test.test_ctypes.test_cfuncs.CFunctions.test_short)\nPASS: test_short_plus (test.test_ctypes.test_cfuncs.CFunctions.test_short_plus)\nPASS: test_ubyte (test.test_ctypes.test_cfuncs.CFunctions.test_ubyte)\nPASS: test_ubyte_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ubyte_plus)\nPASS: test_uint (test.test_ctypes.test_cfuncs.CFunctions.test_uint)\nPASS: test_uint_plus (test.test_ctypes.test_cfuncs.CFunctions.test_uint_plus)\nPASS: test_ulong (test.test_ctypes.test_cfuncs.CFunctions.test_ulong)\nPASS: test_ulong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ulong_plus)\nPASS: test_ulonglong (test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong)\nPASS: test_ulonglong_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ulonglong_plus)\nPASS: test_ushort (test.test_ctypes.test_cfuncs.CFunctions.test_ushort)\nPASS: test_ushort_plus (test.test_ctypes.test_cfuncs.CFunctions.test_ushort_plus)\nPASS: test_void (test.test_ctypes.test_cfuncs.CFunctions.test_void)\nPASS: test_checkretval (test.test_ctypes.test_checkretval.Test.test_checkretval)\nSKIP: test_oledll (test.test_ctypes.test_checkretval.Test.test_oledll) 'ctypes.oledll is required'\nPASS: test_chararray (test.test_ctypes.test_delattr.TestCase.test_chararray)\nPASS: test_simple (test.test_ctypes.test_delattr.TestCase.test_simple)\nPASS: test_struct (test.test_ctypes.test_delattr.TestCase.test_struct)\nPASS: test_localized_error_dlopen (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlopen)\nPASS: test_localized_error_dlsym (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_dlsym)\nPASS: test_localized_error_from_dll (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_from_dll)\nPASS: test_localized_error_in_dll (test.test_ctypes.test_dlerror.TestLocalization.test_localized_error_in_dll)\nPASS: test_null_dlsym (test.test_ctypes.test_dlerror.TestNullDlsym.test_null_dlsym)\nSKIP: test_GetLastError (test.test_ctypes.test_errno.Test.test_GetLastError) 'Test specific to Windows'\nPASS: test_open (test.test_ctypes.test_errno.Test.test_open)\nSKIP: test_find (test.test_ctypes.test_find.FindLibraryAndroid.test_find) 'Test only valid for Android'\nSKIP: test_find_library_with_gcc (test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_gcc) 'Needs IMAGE_FEATURE += \"tools-sdk\"'\nSKIP: test_find_library_with_ld (test.test_ctypes.test_find.FindLibraryLinux.test_find_library_with_ld) 'Needs IMAGE_FEATURE += \"tools-sdk\"'\nPASS: test_find_on_libpath (test.test_ctypes.test_find.FindLibraryLinux.test_find_on_libpath)\nPASS: test_gh114257 (test.test_ctypes.test_find.FindLibraryLinux.test_gh114257)\nOpenGL libraries:\n\t ('GL', None)\n\t ('GLU', None)\n\t ('gle', None)\nSKIP: test_gl (test.test_ctypes.test_find.Test_OpenGL_libs.test_gl) 'lib_gl not available'\nSKIP: test_gle (test.test_ctypes.test_find.Test_OpenGL_libs.test_gle) 'lib_gle not available'\nSKIP: test_glu (test.test_ctypes.test_find.Test_OpenGL_libs.test_glu) 'lib_glu not available'\nPASS: test_shell_injection (test.test_ctypes.test_find.Test_OpenGL_libs.test_shell_injection)\nPASS: test_abstract (test.test_ctypes.test_frombuffer.Test.test_abstract)\nPASS: test_fortran_contiguous (test.test_ctypes.test_frombuffer.Test.test_fortran_contiguous)\nPASS: test_from_buffer (test.test_ctypes.test_frombuffer.Test.test_from_buffer)\nPASS: test_from_buffer_copy (test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy)\nPASS: test_from_buffer_copy_with_offset (test.test_ctypes.test_frombuffer.Test.test_from_buffer_copy_with_offset)\nPASS: test_from_buffer_memoryview (test.test_ctypes.test_frombuffer.Test.test_from_buffer_memoryview)\nPASS: test_from_buffer_with_offset (test.test_ctypes.test_frombuffer.Test.test_from_buffer_with_offset)\nPASS: test_abstract (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_abstract)\nPASS: test_basic (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_basic)\nPASS: test_dllfunctions (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_dllfunctions)\nPASS: test_first (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_first)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_inheritance_hierarchy)\nPASS: test_metaclass_details (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_metaclass_details)\nPASS: test_structures (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_structures)\nPASS: test_type_flags (test.test_ctypes.test_funcptr.CFuncPtrTestCase.test_type_flags)\nPASS: test_byval (test.test_ctypes.test_functions.FunctionTestCase.test_byval)\ntest_c_char_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_char_p_parm)\nPASS: Test the error message when converting an incompatible type to c_char_p.\nPASS: test_c_char_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_char_parm)\ntest_c_void_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_void_p_parm)\nPASS: Test the error message when converting an incompatible type to c_void_p.\ntest_c_wchar_p_parm (test.test_ctypes.test_functions.FunctionTestCase.test_c_wchar_p_parm)\nPASS: Test the error message when converting an incompatible type to c_wchar_p.\nPASS: test_callbacks (test.test_ctypes.test_functions.FunctionTestCase.test_callbacks)\nPASS: test_callbacks_2 (test.test_ctypes.test_functions.FunctionTestCase.test_callbacks_2)\nPASS: test_doubleresult (test.test_ctypes.test_functions.FunctionTestCase.test_doubleresult)\nPASS: test_errors (test.test_ctypes.test_functions.FunctionTestCase.test_errors)\nPASS: test_floatresult (test.test_ctypes.test_functions.FunctionTestCase.test_floatresult)\nPASS: test_intresult (test.test_ctypes.test_functions.FunctionTestCase.test_intresult)\nPASS: test_longdoubleresult (test.test_ctypes.test_functions.FunctionTestCase.test_longdoubleresult)\nPASS: test_longlong_callbacks (test.test_ctypes.test_functions.FunctionTestCase.test_longlong_callbacks)\nPASS: test_longlongresult (test.test_ctypes.test_functions.FunctionTestCase.test_longlongresult)\nPASS: test_mro (test.test_ctypes.test_functions.FunctionTestCase.test_mro)\nPASS: test_pointers (test.test_ctypes.test_functions.FunctionTestCase.test_pointers)\nPASS: test_sf1651235 (test.test_ctypes.test_functions.FunctionTestCase.test_sf1651235)\nPASS: test_shorts (test.test_ctypes.test_functions.FunctionTestCase.test_shorts)\nPASS: test_stringresult (test.test_ctypes.test_functions.FunctionTestCase.test_stringresult)\nPASS: test_struct_return_2H (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H)\nSKIP: test_struct_return_2H_stdcall (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_2H_stdcall) 'Windows-specific test'\nPASS: test_struct_return_8H (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H)\nSKIP: test_struct_return_8H_stdcall (test.test_ctypes.test_functions.FunctionTestCase.test_struct_return_8H_stdcall) 'Windows-specific test'\nPASS: test_voidresult (test.test_ctypes.test_functions.FunctionTestCase.test_voidresult)\nPASS: test_wchar_parm (test.test_ctypes.test_functions.FunctionTestCase.test_wchar_parm)\nPASS: test_wchar_result (test.test_ctypes.test_functions.FunctionTestCase.test_wchar_result)\nPASS: test_deprecation (test.test_ctypes.test_incomplete.TestSetPointerType.test_deprecation)\nPASS: test_incomplete_example (test.test_ctypes.test_incomplete.TestSetPointerType.test_incomplete_example)\nPASS: test_get (test.test_ctypes.test_init.InitTest.test_get)\nPASS: test_c_char_p (test.test_ctypes.test_internals.ObjectsTestCase.test_c_char_p)\nPASS: test_embedded_structs (test.test_ctypes.test_internals.ObjectsTestCase.test_embedded_structs)\nPASS: test_ints (test.test_ctypes.test_internals.ObjectsTestCase.test_ints)\nPASS: test_ptr_struct (test.test_ctypes.test_internals.ObjectsTestCase.test_ptr_struct)\nPASS: test_simple_struct (test.test_ctypes.test_internals.ObjectsTestCase.test_simple_struct)\nPASS: test_xxx (test.test_ctypes.test_internals.ObjectsTestCase.test_xxx)\nPASS: test_cint_array (test.test_ctypes.test_keeprefs.ArrayTestCase.test_cint_array)\nPASS: test_p_cint (test.test_ctypes.test_keeprefs.PointerTestCase.test_p_cint)\nPASS: test (test.test_ctypes.test_keeprefs.PointerToStructure.test)\nPASS: test_ccharp (test.test_ctypes.test_keeprefs.SimpleTestCase.test_ccharp)\nPASS: test_cint (test.test_ctypes.test_keeprefs.SimpleTestCase.test_cint)\nPASS: test_ccharp_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_ccharp_struct)\nPASS: test_cint_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_cint_struct)\nPASS: test_struct_struct (test.test_ctypes.test_keeprefs.StructureTestCase.test_struct_struct)\nPASS: test_qsort (test.test_ctypes.test_libc.LibTest.test_qsort)\nPASS: test_sqrt (test.test_ctypes.test_libc.LibTest.test_sqrt)\nlibc_name is libc.so.6\nSKIP: test_1703286_A (test.test_ctypes.test_loading.LoaderTest.test_1703286_A) 'Windows-specific test'\nSKIP: test_1703286_B (test.test_ctypes.test_loading.LoaderTest.test_1703286_B) 'Windows-specific test'\nPASS: test_find (test.test_ctypes.test_loading.LoaderTest.test_find)\nPASS: test_load (test.test_ctypes.test_loading.LoaderTest.test_load)\nSKIP: test_load_dll_with_flags (test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags) 'test specific to Windows'\nSKIP: test_load_hasattr (test.test_ctypes.test_loading.LoaderTest.test_load_hasattr) 'test specific to Windows'\nSKIP: test_load_library (test.test_ctypes.test_loading.LoaderTest.test_load_library) 'test specific to Windows'\nSKIP: test_load_ordinal_functions (test.test_ctypes.test_loading.LoaderTest.test_load_ordinal_functions) 'test specific to Windows'\nPASS: test_load_version (test.test_ctypes.test_loading.LoaderTest.test_load_version)\nSKIP: test_find (test.test_ctypes.test_macholib.MachOTest.test_find) 'OSX-specific test'\nSKIP: test_framework_info (test.test_ctypes.test_macholib.MachOTest.test_framework_info) 'OSX-specific test'\nSKIP: test_info (test.test_ctypes.test_macholib.MachOTest.test_info) 'OSX-specific test'\nPASS: test_cast (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_cast)\nPASS: test_memmove (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memmove)\nPASS: test_memset (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_memset)\nPASS: test_overflow (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_overflow)\nPASS: test_string_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_string_at)\nPASS: test_wstring_at (test.test_ctypes.test_memfunctions.MemFunctionsTest.test_wstring_at)\nPASS: test_alignments (test.test_ctypes.test_numbers.NumberTestCase.test_alignments)\nPASS: test_bool_values (test.test_ctypes.test_numbers.NumberTestCase.test_bool_values)\nPASS: test_byref (test.test_ctypes.test_numbers.NumberTestCase.test_byref)\nPASS: test_char_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_char_from_address)\nPASS: test_default_init (test.test_ctypes.test_numbers.NumberTestCase.test_default_init)\nPASS: test_float_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_float_from_address)\nPASS: test_float_overflow (test.test_ctypes.test_numbers.NumberTestCase.test_float_overflow)\nPASS: test_floats (test.test_ctypes.test_numbers.NumberTestCase.test_floats)\nPASS: test_from_param (test.test_ctypes.test_numbers.NumberTestCase.test_from_param)\nPASS: test_init (test.test_ctypes.test_numbers.NumberTestCase.test_init)\nPASS: test_int_from_address (test.test_ctypes.test_numbers.NumberTestCase.test_int_from_address)\nPASS: test_integers (test.test_ctypes.test_numbers.NumberTestCase.test_integers)\nPASS: test_signed_values (test.test_ctypes.test_numbers.NumberTestCase.test_signed_values)\nPASS: test_sizes (test.test_ctypes.test_numbers.NumberTestCase.test_sizes)\nPASS: test_typeerror (test.test_ctypes.test_numbers.NumberTestCase.test_typeerror)\nPASS: test_unsigned_values (test.test_ctypes.test_numbers.NumberTestCase.test_unsigned_values)\ntest_objects (test.test_ctypes)\nPASS: Doctest: test.test_ctypes.test_objects\nPASS: test_abstract (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_abstract)\nPASS: test_array_pointers (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_array_pointers)\nPASS: test_byref_pointer (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointer)\nPASS: test_byref_pointerpointer (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_byref_pointerpointer)\nPASS: test_c_char (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_char)\nPASS: test_c_wchar (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_c_wchar)\nPASS: test_cstrings (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cstrings)\nPASS: test_cw_strings (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_cw_strings)\nPASS: test_from_param_result_refcount (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_from_param_result_refcount)\nPASS: test_int_pointers (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_int_pointers)\nPASS: test_issue31311 (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_issue31311)\nPASS: test_noctypes_argtype (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_noctypes_argtype)\nPASS: test_parameter_repr (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_parameter_repr)\nPASS: test_subclasses (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses)\nPASS: test_subclasses_c_wchar_p (test.test_ctypes.test_parameters.SimpleTypesTestCase.test_subclasses_c_wchar_p)\nPASS: test_endian_types (test.test_ctypes.test_pep3118.Test.test_endian_types)\nPASS: test_native_types (test.test_ctypes.test_pep3118.Test.test_native_types)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_0.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_0.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_0.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_0.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_1.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_1.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_1.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_1.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_2.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_2.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_2.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_2.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_3.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_3.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_3.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_3.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_4.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_4.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_4.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_4.test_wchar)\nPASS: test_simple (test.test_ctypes.test_pickling.PickleTest_5.test_simple)\nPASS: test_struct (test.test_ctypes.test_pickling.PickleTest_5.test_struct)\nPASS: test_unpickable (test.test_ctypes.test_pickling.PickleTest_5.test_unpickable)\nPASS: test_wchar (test.test_ctypes.test_pickling.PickleTest_5.test_wchar)\nPASS: test_abstract (test.test_ctypes.test_pointers.PointersTestCase.test_abstract)\nPASS: test_basic (test.test_ctypes.test_pointers.PointersTestCase.test_basic)\nPASS: test_basics (test.test_ctypes.test_pointers.PointersTestCase.test_basics)\nPASS: test_bug_1467852 (test.test_ctypes.test_pointers.PointersTestCase.test_bug_1467852)\nPASS: test_c_void_p (test.test_ctypes.test_pointers.PointersTestCase.test_c_void_p)\nPASS: test_callbacks_with_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_callbacks_with_pointers)\nPASS: test_change_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_change_pointers)\ntest_charpp (test.test_ctypes.test_pointers.PointersTestCase.test_charpp)\nPASS: Test that a character pointer-to-pointer is correctly passed\nPASS: test_from_address (test.test_ctypes.test_pointers.PointersTestCase.test_from_address)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_pointers.PointersTestCase.test_inheritance_hierarchy)\nPASS: test_metaclass_details (test.test_ctypes.test_pointers.PointersTestCase.test_metaclass_details)\nPASS: test_other (test.test_ctypes.test_pointers.PointersTestCase.test_other)\nPASS: test_pass_pointers (test.test_ctypes.test_pointers.PointersTestCase.test_pass_pointers)\nPASS: test_pointer_crash (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_crash)\nPASS: test_pointer_type_name (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_name)\nPASS: test_pointer_type_str_name (test.test_ctypes.test_pointers.PointersTestCase.test_pointer_type_str_name)\nPASS: test_pointers_bool (test.test_ctypes.test_pointers.PointersTestCase.test_pointers_bool)\nPASS: test_repeated_set_type (test.test_ctypes.test_pointers.PointersTestCase.test_repeated_set_type)\nPASS: test_type_flags (test.test_ctypes.test_pointers.PointersTestCase.test_type_flags)\nPASS: test (test.test_ctypes.test_prototypes.ArrayTest.test)\nPASS: test_POINTER_c_char_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_POINTER_c_char_arg)\nPASS: test_c_char_p_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_char_p_arg)\nPASS: test_c_void_p_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg)\nPASS: test_c_void_p_arg_with_c_wchar_p (test.test_ctypes.test_prototypes.CharPointersTestCase.test_c_void_p_arg_with_c_wchar_p)\nPASS: test_instance (test.test_ctypes.test_prototypes.CharPointersTestCase.test_instance)\nPASS: test_int_pointer_arg (test.test_ctypes.test_prototypes.CharPointersTestCase.test_int_pointer_arg)\nPASS: test_paramflags (test.test_ctypes.test_prototypes.CharPointersTestCase.test_paramflags)\nPASS: test_POINTER_c_wchar_arg (test.test_ctypes.test_prototypes.WCharPointersTestCase.test_POINTER_c_wchar_arg)\nPASS: test_c_wchar_p_arg (test.test_ctypes.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg)\nPASS: test_PyBytes_FromStringAndSize (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize)\nPASS: test_PyLong_Long (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyLong_Long)\nPASS: test_PyOS_snprintf (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyOS_snprintf)\nPASS: test_PyObj_FromPtr (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyObj_FromPtr)\nPASS: test_PyString_FromString (test.test_ctypes.test_python_api.PythonAPITestCase.test_PyString_FromString)\nPASS: test_pyobject_repr (test.test_ctypes.test_python_api.PythonAPITestCase.test_pyobject_repr)\nPASS: test_FloatDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_FloatDivisionError)\nPASS: test_IntegerDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_IntegerDivisionError)\nPASS: test_TypeErrorDivisionError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_TypeErrorDivisionError)\nPASS: test_ValueError (test.test_ctypes.test_random_things.CallbackTracbackTestCase.test_ValueError)\nSKIP: test (test.test_ctypes.test_random_things.call_function_TestCase.test) 'Windows-specific test'\nPASS: test_callback (test.test_ctypes.test_refcounts.AnotherLeak.test_callback)\nPASS: test_callback_py_object_none_return (test.test_ctypes.test_refcounts.AnotherLeak.test_callback_py_object_none_return)\nPASS: test_finalize (test.test_ctypes.test_refcounts.ModuleIsolationTest.test_finalize)\nPASS: test_restype_py_object_with_null_return (test.test_ctypes.test_refcounts.PyObjectRestypeTest.test_restype_py_object_with_null_return)\nPASS: test_1 (test.test_ctypes.test_refcounts.RefcountTestCase.test_1)\nPASS: test_refcount (test.test_ctypes.test_refcounts.RefcountTestCase.test_refcount)\nPASS: test_char (test.test_ctypes.test_repr.ReprTest.test_char)\nPASS: test_numbers (test.test_ctypes.test_repr.ReprTest.test_numbers)\nPASS: test_from_dll (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll)\nPASS: test_from_dll_refcount (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_refcount)\nPASS: test_with_prototype (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_with_prototype)\nPASS: test_without_prototype (test.test_ctypes.test_returnfuncptrs.ReturnFuncPtrTestCase.test_without_prototype)\nPASS: test_compare (test.test_ctypes.test_simplesubclasses.Test.test_compare)\nPASS: test_ignore_retval (test.test_ctypes.test_simplesubclasses.Test.test_ignore_retval)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_simplesubclasses.Test.test_inheritance_hierarchy)\nPASS: test_int_callback (test.test_ctypes.test_simplesubclasses.Test.test_int_callback)\nPASS: test_int_struct (test.test_ctypes.test_simplesubclasses.Test.test_int_struct)\nPASS: test_metaclass_details (test.test_ctypes.test_simplesubclasses.Test.test_metaclass_details)\nPASS: test_swapped_type_creation (test.test_ctypes.test_simplesubclasses.Test.test_swapped_type_creation)\nPASS: test_type_flags (test.test_ctypes.test_simplesubclasses.Test.test_type_flags)\nPASS: test_16 (test.test_ctypes.test_sizes.SizesTestCase.test_16)\nPASS: test_32 (test.test_ctypes.test_sizes.SizesTestCase.test_32)\nPASS: test_64 (test.test_ctypes.test_sizes.SizesTestCase.test_64)\nPASS: test_8 (test.test_ctypes.test_sizes.SizesTestCase.test_8)\nPASS: test_size_t (test.test_ctypes.test_sizes.SizesTestCase.test_size_t)\nPASS: test_ssize_t (test.test_ctypes.test_sizes.SizesTestCase.test_ssize_t)\nPASS: test_time_t (test.test_ctypes.test_sizes.SizesTestCase.test_time_t)\nPASS: test_char_array (test.test_ctypes.test_slicing.SlicesTestCase.test_char_array)\nPASS: test_char_ptr (test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr)\nPASS: test_char_ptr_with_free (test.test_ctypes.test_slicing.SlicesTestCase.test_char_ptr_with_free)\nPASS: test_getslice_cint (test.test_ctypes.test_slicing.SlicesTestCase.test_getslice_cint)\nPASS: test_setslice_cint (test.test_ctypes.test_slicing.SlicesTestCase.test_setslice_cint)\nPASS: test_wchar_ptr (test.test_ctypes.test_slicing.SlicesTestCase.test_wchar_ptr)\nPASS: test__POINTER_c_char (test.test_ctypes.test_stringptr.StringPtrTestCase.test__POINTER_c_char)\nPASS: test__c_char_p (test.test_ctypes.test_stringptr.StringPtrTestCase.test__c_char_p)\nPASS: test_functions (test.test_ctypes.test_stringptr.StringPtrTestCase.test_functions)\nPASS: test (test.test_ctypes.test_strings.StringArrayTestCase.test)\nPASS: test_create_string_buffer_raw (test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_raw)\nPASS: test_create_string_buffer_value (test.test_ctypes.test_strings.StringArrayTestCase.test_create_string_buffer_value)\nPASS: test_del_segfault (test.test_ctypes.test_strings.StringArrayTestCase.test_del_segfault)\nPASS: test_param_1 (test.test_ctypes.test_strings.StringArrayTestCase.test_param_1)\nPASS: test_param_2 (test.test_ctypes.test_strings.StringArrayTestCase.test_param_2)\nPASS: test (test.test_ctypes.test_strings.WStringArrayTestCase.test)\nPASS: test_nonbmp (test.test_ctypes.test_strings.WStringArrayTestCase.test_nonbmp)\nPASS: test_basic_wstrings (test.test_ctypes.test_strings.WStringTestCase.test_basic_wstrings)\nPASS: test_toolong (test.test_ctypes.test_strings.WStringTestCase.test_toolong)\nPASS: test_wchar (test.test_ctypes.test_strings.WStringTestCase.test_wchar)\nPASS: test_1_A (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_A)\nPASS: test_1_B (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_1_B)\nPASS: test_2 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_2)\nPASS: test_3 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_3)\nPASS: test_4 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_4)\nPASS: test_5 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_5)\nPASS: test_6 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_6)\nPASS: test___get__ (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___get__)\nPASS: test___set__ (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test___set__)\nPASS: test_cfield_inheritance_hierarchy (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_inheritance_hierarchy)\nPASS: test_cfield_type_flags (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_cfield_type_flags)\nPASS: test_gh99275 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_gh99275)\nPASS: test_max_field_size_gh126937 (test.test_ctypes.test_struct_fields.StructFieldsTestCase.test_max_field_size_gh126937)\nPASS: test (test.test_ctypes.test_structures.PointerMemberTestCase.test)\nPASS: test_none_to_pointer_fields (test.test_ctypes.test_structures.PointerMemberTestCase.test_none_to_pointer_fields)\nPASS: test_38368 (test.test_ctypes.test_structures.StructureTestCase.test_38368)\nPASS: test_abstract_class (test.test_ctypes.test_structures.StructureTestCase.test_abstract_class)\nPASS: test_array_in_struct (test.test_ctypes.test_structures.StructureTestCase.test_array_in_struct)\nSKIP: test_bitfield_by_value (test.test_ctypes.test_structures.StructureTestCase.test_bitfield_by_value) 'Test disabled for now - see bpo-16575/bpo-16576'\nPASS: test_conflicting_initializers (test.test_ctypes.test_structures.StructureTestCase.test_conflicting_initializers)\nPASS: test_empty (test.test_ctypes.test_structures.StructureTestCase.test_empty)\nPASS: test_fields (test.test_ctypes.test_structures.StructureTestCase.test_fields)\nPASS: test_huge_field_name (test.test_ctypes.test_structures.StructureTestCase.test_huge_field_name)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_structures.StructureTestCase.test_inheritance_hierarchy)\nPASS: test_init_errors (test.test_ctypes.test_structures.StructureTestCase.test_init_errors)\nPASS: test_initializers (test.test_ctypes.test_structures.StructureTestCase.test_initializers)\nPASS: test_intarray_fields (test.test_ctypes.test_structures.StructureTestCase.test_intarray_fields)\nPASS: test_invalid_field_types (test.test_ctypes.test_structures.StructureTestCase.test_invalid_field_types)\nPASS: test_invalid_name (test.test_ctypes.test_structures.StructureTestCase.test_invalid_name)\nPASS: test_issue18060_a (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_a)\nPASS: test_issue18060_b (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_b)\nPASS: test_issue18060_c (test.test_ctypes.test_structures.StructureTestCase.test_issue18060_c)\nPASS: test_keyword_initializers (test.test_ctypes.test_structures.StructureTestCase.test_keyword_initializers)\nPASS: test_metaclass_details (test.test_ctypes.test_structures.StructureTestCase.test_metaclass_details)\nPASS: test_methods (test.test_ctypes.test_structures.StructureTestCase.test_methods)\nPASS: test_nested_initializers (test.test_ctypes.test_structures.StructureTestCase.test_nested_initializers)\nPASS: test_packed (test.test_ctypes.test_structures.StructureTestCase.test_packed)\nPASS: test_packed_c_limits (test.test_ctypes.test_structures.StructureTestCase.test_packed_c_limits)\nPASS: test_pass_by_value (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value)\nPASS: test_pass_by_value_finalizer (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_finalizer)\nPASS: test_pass_by_value_in_register (test.test_ctypes.test_structures.StructureTestCase.test_pass_by_value_in_register)\nPASS: test_positional_args (test.test_ctypes.test_structures.StructureTestCase.test_positional_args)\nPASS: test_simple_structs (test.test_ctypes.test_structures.StructureTestCase.test_simple_structs)\nPASS: test_struct_alignment (test.test_ctypes.test_structures.StructureTestCase.test_struct_alignment)\nPASS: test_structures_with_wchar (test.test_ctypes.test_structures.StructureTestCase.test_structures_with_wchar)\nPASS: test_type_flags (test.test_ctypes.test_structures.StructureTestCase.test_type_flags)\nSKIP: test_union_by_value (test.test_ctypes.test_structures.StructureTestCase.test_union_by_value) 'Test disabled for now - see bpo-16575/bpo-16576'\nPASS: test_unions (test.test_ctypes.test_structures.StructureTestCase.test_unions)\nPASS: test_subclass (test.test_ctypes.test_structures.SubclassesTest.test_subclass)\nPASS: test_subclass_delayed (test.test_ctypes.test_structures.SubclassesTest.test_subclass_delayed)\nPASS: test_contains_itself (test.test_ctypes.test_structures.TestRecursiveStructure.test_contains_itself)\nPASS: test_vice_versa (test.test_ctypes.test_structures.TestRecursiveStructure.test_vice_versa)\nPASS: test_native (test.test_ctypes.test_unaligned_structures.TestStructures.test_native)\nPASS: test_swapped (test.test_ctypes.test_unaligned_structures.TestStructures.test_swapped)\nPASS: test_buffers (test.test_ctypes.test_unicode.StringTestCase.test_buffers)\nPASS: test_embedded_null (test.test_ctypes.test_unicode.StringTestCase.test_embedded_null)\nPASS: test_func (test.test_ctypes.test_unicode.StringTestCase.test_func)\nPASS: test_wcslen (test.test_ctypes.test_unicode.StringTestCase.test_wcslen)\nPASS: test_buffers (test.test_ctypes.test_unicode.UnicodeTestCase.test_buffers)\nPASS: test_embedded_null (test.test_ctypes.test_unicode.UnicodeTestCase.test_embedded_null)\nPASS: test_wcslen (test.test_ctypes.test_unicode.UnicodeTestCase.test_wcslen)\nPASS: test_inheritance_hierarchy (test.test_ctypes.test_unions.ArrayTestCase.test_inheritance_hierarchy)\nPASS: test_metaclass_details (test.test_ctypes.test_unions.ArrayTestCase.test_metaclass_details)\nPASS: test_type_flags (test.test_ctypes.test_unions.ArrayTestCase.test_type_flags)\nPASS: test_frozentable (test.test_ctypes.test_values.PythonValuesTestCase.test_frozentable)\nPASS: test_optimizeflag (test.test_ctypes.test_values.PythonValuesTestCase.test_optimizeflag)\nPASS: test_undefined (test.test_ctypes.test_values.PythonValuesTestCase.test_undefined)\nPASS: test_an_integer (test.test_ctypes.test_values.ValuesTestCase.test_an_integer)\nPASS: test_undefined (test.test_ctypes.test_values.ValuesTestCase.test_undefined)\nPASS: test_array_invalid_length (test.test_ctypes.test_varsize_struct.VarSizeTest.test_array_invalid_length)\nPASS: test_resize (test.test_ctypes.test_varsize_struct.VarSizeTest.test_resize)\nPASS: test_zerosized_array (test.test_ctypes.test_varsize_struct.VarSizeTest.test_zerosized_array)\nSKIP: test_SEH (test.test_ctypes.test_win32.FunctionCallTestCase.test_SEH) 'Windows-specific test'\nSKIP: test_noargs (test.test_ctypes.test_win32.FunctionCallTestCase.test_noargs) 'Windows-specific test'\nSKIP: test_sizes (test.test_ctypes.test_win32.ReturnStructSizesTestCase.test_sizes) 'Windows-specific test'\nPASS: test_struct_by_value (test.test_ctypes.test_win32.Structures.test_struct_by_value)\nSKIP: test_winerror (test.test_ctypes.test_win32.TestWinError.test_winerror) 'Windows-specific test'\nSKIP: test_COMError (test.test_ctypes.test_win32.TestWintypes.test_COMError) 'Windows-specific test'\nSKIP: test_HWND (test.test_ctypes.test_win32.TestWintypes.test_HWND) 'Windows-specific test'\nSKIP: test_PARAM (test.test_ctypes.test_win32.TestWintypes.test_PARAM) 'Windows-specific test'\nSKIP: test.test_ctypes.test_win32_com_foreign_func (unittest.loader.ModuleSkipped.test.test_ctypes.test_win32_com_foreign_func) 'Windows-specific test'\nPASS: test_signedness (test.test_ctypes.test_wintypes.WinTypesTest.test_signedness)\nPASS: test_variant_bool (test.test_ctypes.test_wintypes.WinTypesTest.test_variant_bool)\n\n----------------------------------------------------------------------\nRan 517 tests in 0.466s\n\nOK (skipped=34)\n0:01:21 load avg: 1.29 [145/480] test_dbm passed\nPASS: test_anydbm_access (test.test_dbm.TestCase_dumb.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_dumb.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_dumb.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_dumb.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_dumb.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_dumb.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_dumb.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_dumb.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_dumb.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_dumb.test_error)\nPASS: test_keys (test.test_dbm.TestCase_dumb.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_dumb.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path_bytes)\nPASS: test_anydbm_access (test.test_dbm.TestCase_gnu.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_gnu.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_gnu.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_gnu.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_gnu.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_gnu.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_gnu.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_gnu.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_gnu.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_gnu.test_error)\nPASS: test_keys (test.test_dbm.TestCase_gnu.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_gnu.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path_bytes)\nPASS: test_anydbm_access (test.test_dbm.TestCase_ndbm.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_ndbm.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_ndbm.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_ndbm.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_ndbm.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_ndbm.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_ndbm.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_ndbm.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_ndbm.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_ndbm.test_error)\nPASS: test_keys (test.test_dbm.TestCase_ndbm.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_ndbm.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path_bytes)\nPASS: test_anydbm_access (test.test_dbm.TestCase_sqlite3.test_anydbm_access)\nPASS: test_anydbm_creation (test.test_dbm.TestCase_sqlite3.test_anydbm_creation)\nPASS: test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_sqlite3.test_anydbm_creation_n_file_exists_with_invalid_contents)\nPASS: test_anydbm_keys (test.test_dbm.TestCase_sqlite3.test_anydbm_keys)\nPASS: test_anydbm_modification (test.test_dbm.TestCase_sqlite3.test_anydbm_modification)\nPASS: test_anydbm_not_existing (test.test_dbm.TestCase_sqlite3.test_anydbm_not_existing)\nPASS: test_anydbm_read (test.test_dbm.TestCase_sqlite3.test_anydbm_read)\nPASS: test_clear (test.test_dbm.TestCase_sqlite3.test_clear)\nPASS: test_empty_value (test.test_dbm.TestCase_sqlite3.test_empty_value)\nPASS: test_error (test.test_dbm.TestCase_sqlite3.test_error)\nPASS: test_keys (test.test_dbm.TestCase_sqlite3.test_keys)\nPASS: test_open_with_bytes (test.test_dbm.TestCase_sqlite3.test_open_with_bytes)\nPASS: test_open_with_pathlib_path (test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path)\nPASS: test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_sqlite3.test_open_with_pathlib_path_bytes)\nPASS: test_whichdb (test.test_dbm.WhichDBTestCase.test_whichdb)\nPASS: test_whichdb_ndbm (test.test_dbm.WhichDBTestCase.test_whichdb_ndbm)\nPASS: test_whichdb_sqlite3 (test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3)\nPASS: test_whichdb_sqlite3_existing_db (test.test_dbm.WhichDBTestCase.test_whichdb_sqlite3_existing_db)\n\n----------------------------------------------------------------------\nRan 60 tests in 0.019s\n\nOK\n0:01:21 load avg: 1.29 [146/480] test_dbm_dumb passed\nPASS: test_check_closed (test.test_dbm_dumb.DumbDBMTestCase.test_check_closed)\nPASS: test_close_twice (test.test_dbm_dumb.DumbDBMTestCase.test_close_twice)\nPASS: test_context_manager (test.test_dbm_dumb.DumbDBMTestCase.test_context_manager)\nPASS: test_create_new (test.test_dbm_dumb.DumbDBMTestCase.test_create_new)\nPASS: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation)\nPASS: test_dumbdbm_creation_mode (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation_mode)\nPASS: test_dumbdbm_keys (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys)\nPASS: test_dumbdbm_modification (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification)\nPASS: test_dumbdbm_read (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read)\nPASS: test_eval (test.test_dbm_dumb.DumbDBMTestCase.test_eval)\nPASS: test_invalid_flag (test.test_dbm_dumb.DumbDBMTestCase.test_invalid_flag)\nPASS: test_line_endings (test.test_dbm_dumb.DumbDBMTestCase.test_line_endings)\nPASS: test_missing_data (test.test_dbm_dumb.DumbDBMTestCase.test_missing_data)\nPASS: test_missing_index (test.test_dbm_dumb.DumbDBMTestCase.test_missing_index)\nPASS: test_nonascii_filename (test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename)\nPASS: test_open_with_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_bytes_path)\nPASS: test_open_with_pathlib_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_bytes_path)\nPASS: test_open_with_pathlib_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_path)\nPASS: test_random (test.test_dbm_dumb.DumbDBMTestCase.test_random)\nPASS: test_readonly_files (test.test_dbm_dumb.DumbDBMTestCase.test_readonly_files)\nPASS: test_str_read (test.test_dbm_dumb.DumbDBMTestCase.test_str_read)\nPASS: test_str_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains)\nPASS: test_sync_empty_unmodified (test.test_dbm_dumb.DumbDBMTestCase.test_sync_empty_unmodified)\nPASS: test_sync_nonempty_unmodified (test.test_dbm_dumb.DumbDBMTestCase.test_sync_nonempty_unmodified)\nPASS: test_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_write_contains)\nPASS: test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read)\n\n----------------------------------------------------------------------\nRan 26 tests in 0.018s\n\nOK\n0:01:21 load avg: 1.29 [147/480] test_dbm_gnu passed\ngdbm version: (1, 24, 0)\nPASS: test_bool_empty (test.test_dbm_gnu.TestGdbm.test_bool_empty)\nPASS: test_bool_not_empty (test.test_dbm_gnu.TestGdbm.test_bool_not_empty)\nPASS: test_bool_on_closed_db_raises (test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises)\nPASS: test_bytes (test.test_dbm_gnu.TestGdbm.test_bytes)\nPASS: test_clear (test.test_dbm_gnu.TestGdbm.test_clear)\nPASS: test_context_manager (test.test_dbm_gnu.TestGdbm.test_context_manager)\nPASS: test_disallow_instantiation (test.test_dbm_gnu.TestGdbm.test_disallow_instantiation)\nPASS: test_error_conditions (test.test_dbm_gnu.TestGdbm.test_error_conditions)\nPASS: test_flags (test.test_dbm_gnu.TestGdbm.test_flags)\nPASS: test_key_methods (test.test_dbm_gnu.TestGdbm.test_key_methods)\nPASS: test_localized_error (test.test_dbm_gnu.TestGdbm.test_localized_error)\nPASS: test_nonascii_filename (test.test_dbm_gnu.TestGdbm.test_nonascii_filename)\nPASS: test_nonexisting_file (test.test_dbm_gnu.TestGdbm.test_nonexisting_file)\nPASS: test_open_with_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path)\nPASS: test_open_with_pathlib_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path)\nPASS: test_open_with_pathlib_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path)\nPASS: test_reorganize (test.test_dbm_gnu.TestGdbm.test_reorganize)\nPASS: test_unicode (test.test_dbm_gnu.TestGdbm.test_unicode)\nPASS: test_write_readonly_file (test.test_dbm_gnu.TestGdbm.test_write_readonly_file)\n\n----------------------------------------------------------------------\nRan 19 tests in 0.001s\n\nOK\n0:01:21 load avg: 1.29 [148/480] test_dbm_ndbm passed\nPASS: test_bool_empty (test.test_dbm_ndbm.DbmTestCase.test_bool_empty)\nPASS: test_bool_not_empty (test.test_dbm_ndbm.DbmTestCase.test_bool_not_empty)\nPASS: test_bool_on_closed_db_raises (test.test_dbm_ndbm.DbmTestCase.test_bool_on_closed_db_raises)\nPASS: test_bytes (test.test_dbm_ndbm.DbmTestCase.test_bytes)\nPASS: test_clear (test.test_dbm_ndbm.DbmTestCase.test_clear)\nPASS: test_context_manager (test.test_dbm_ndbm.DbmTestCase.test_context_manager)\nPASS: test_empty_value (test.test_dbm_ndbm.DbmTestCase.test_empty_value)\nPASS: test_keys (test.test_dbm_ndbm.DbmTestCase.test_keys)\nPASS: test_modes (test.test_dbm_ndbm.DbmTestCase.test_modes)\nPASS: test_nonascii_filename (test.test_dbm_ndbm.DbmTestCase.test_nonascii_filename)\nPASS: test_nonexisting_file (test.test_dbm_ndbm.DbmTestCase.test_nonexisting_file)\nPASS: test_open_with_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_bytes_path)\nPASS: test_open_with_pathlib_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_bytes_path)\nPASS: test_open_with_pathlib_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_path)\nPASS: test_unicode (test.test_dbm_ndbm.DbmTestCase.test_unicode)\nPASS: test_write_readonly_file (test.test_dbm_ndbm.DbmTestCase.test_write_readonly_file)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.001s\n\nOK\n0:01:21 load avg: 1.29 [149/480] test_dbm_sqlite3 passed\nPASS: test_corrupt_force_new (test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_force_new)\nPASS: test_corrupt_readwrite (test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_readwrite)\nPASS: test_datatypes_keys (test.test_dbm_sqlite3.DataTypes.test_datatypes_keys)\nPASS: test_datatypes_replace_coerced (test.test_dbm_sqlite3.DataTypes.test_datatypes_replace_coerced)\nPASS: test_datatypes_values (test.test_dbm_sqlite3.DataTypes.test_datatypes_values)\nPASS: test_misuse_double_close (test.test_dbm_sqlite3.Misuse.test_misuse_double_close)\nPASS: test_misuse_double_create (test.test_dbm_sqlite3.Misuse.test_misuse_double_create)\nPASS: test_misuse_double_delete (test.test_dbm_sqlite3.Misuse.test_misuse_double_delete)\nPASS: test_misuse_empty_filename (test.test_dbm_sqlite3.Misuse.test_misuse_empty_filename)\nPASS: test_misuse_invalid_flag (test.test_dbm_sqlite3.Misuse.test_misuse_invalid_flag)\nPASS: test_misuse_invalid_key (test.test_dbm_sqlite3.Misuse.test_misuse_invalid_key)\nPASS: test_misuse_iter_close1 (test.test_dbm_sqlite3.Misuse.test_misuse_iter_close1)\nPASS: test_misuse_iter_close2 (test.test_dbm_sqlite3.Misuse.test_misuse_iter_close2)\nPASS: test_misuse_reinit (test.test_dbm_sqlite3.Misuse.test_misuse_reinit)\nPASS: test_misuse_use_after_close (test.test_dbm_sqlite3.Misuse.test_misuse_use_after_close)\nPASS: test_readonly_delete (test.test_dbm_sqlite3.ReadOnly.test_readonly_delete)\nPASS: test_readonly_iter (test.test_dbm_sqlite3.ReadOnly.test_readonly_iter)\nPASS: test_readonly_keys (test.test_dbm_sqlite3.ReadOnly.test_readonly_keys)\nPASS: test_readonly_read (test.test_dbm_sqlite3.ReadOnly.test_readonly_read)\nPASS: test_readonly_write (test.test_dbm_sqlite3.ReadOnly.test_readonly_write)\nPASS: test_readwrite_delete (test.test_dbm_sqlite3.ReadWrite.test_readwrite_delete)\nPASS: test_readwrite_null_key (test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_key)\nPASS: test_readwrite_null_value (test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_value)\nPASS: test_readwrite_unique_key (test.test_dbm_sqlite3.ReadWrite.test_readwrite_unique_key)\nPASS: test_uri_substitutions (test.test_dbm_sqlite3.URI.test_uri_substitutions)\nSKIP: test_uri_windows (test.test_dbm_sqlite3.URI.test_uri_windows) 'requires Windows'\n\n----------------------------------------------------------------------\nRan 26 tests in 0.020s\n\nOK (skipped=1)\n0:01:21 load avg: 1.51 [150/480] test_compileall passed\nPASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible)\nPASS: test_d_compile_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_compile_error)\nPASS: test_d_runtime_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_runtime_error)\nPASS: test_force (test.test_compileall.CommandLineTestsNoSourceEpoch.test_force)\nPASS: test_hardlink (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink)\nPASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink_bad_args)\nPASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsNoSourceEpoch.test_ignore_symlink_destination)\nPASS: test_include_bad_file (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_bad_file)\nPASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_no_arg)\nPASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_with_arg)\nPASS: test_include_on_stdin (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_on_stdin)\nPASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsNoSourceEpoch.test_invalid_arg_produces_message)\nPASS: test_legacy_paths (test.test_compileall.CommandLineTestsNoSourceEpoch.test_legacy_paths)\nPASS: test_multiple_dirs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_dirs)\nPASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_optimization_levels)\nPASS: test_multiple_runs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_runs)\nPASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_compiles_path)\nSKIP: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag) \"resource 'cpu' is not enabled\"\nSKIP: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag) \"resource 'cpu' is not enabled\"\nPASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_doubleoptimize)\nPASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_normal)\nPASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_optimize)\nPASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pyc_invalidation_mode)\nPASS: test_quiet (test.test_compileall.CommandLineTestsNoSourceEpoch.test_quiet)\nPASS: test_recursion_control (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_control)\nPASS: test_recursion_limit (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_limit)\nPASS: test_regexp (test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp)\nPASS: test_silent (test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent)\nPASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend)\nPASS: test_symlink_loop (test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop)\nPASS: test_workers (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers)\nPASS: test_workers_available_cores (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores)\nPASS: test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible)\nPASS: test_d_compile_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error)\nPASS: test_d_runtime_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error)\nPASS: test_force (test.test_compileall.CommandLineTestsWithSourceEpoch.test_force)\nPASS: test_hardlink (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink)\nPASS: test_hardlink_bad_args (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink_bad_args)\nPASS: test_ignore_symlink_destination (test.test_compileall.CommandLineTestsWithSourceEpoch.test_ignore_symlink_destination)\nPASS: test_include_bad_file (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_bad_file)\nPASS: test_include_file_no_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_no_arg)\nPASS: test_include_file_with_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_with_arg)\nPASS: test_include_on_stdin (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_on_stdin)\nPASS: test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsWithSourceEpoch.test_invalid_arg_produces_message)\nPASS: test_legacy_paths (test.test_compileall.CommandLineTestsWithSourceEpoch.test_legacy_paths)\nPASS: test_multiple_dirs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_dirs)\nPASS: test_multiple_optimization_levels (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_optimization_levels)\nPASS: test_multiple_runs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_runs)\nPASS: test_no_args_compiles_path (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_compiles_path)\nSKIP: test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_force_flag) \"resource 'cpu' is not enabled\"\nSKIP: test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag) \"resource 'cpu' is not enabled\"\nPASS: test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_doubleoptimize)\nPASS: test_pep3147_paths_normal (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_normal)\nPASS: test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_optimize)\nPASS: test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pyc_invalidation_mode)\nPASS: test_quiet (test.test_compileall.CommandLineTestsWithSourceEpoch.test_quiet)\nPASS: test_recursion_control (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_control)\nPASS: test_recursion_limit (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_limit)\nPASS: test_regexp (test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp)\nPASS: test_silent (test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent)\nPASS: test_strip_and_prepend (test.test_compileall.CommandLineTestsWithSourceEpoch.test_strip_and_prepend)\nPASS: test_symlink_loop (test.test_compileall.CommandLineTestsWithSourceEpoch.test_symlink_loop)\nPASS: test_workers (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers)\nPASS: test_workers_available_cores (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores)\nPASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_maxlevels)\nPASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike)\nPASS: test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_prependdir)\nPASS: test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_stripdir)\nPASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_encoding_fallback)\nPASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike)\nPASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_ddir)\nPASS: test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_prependdir)\nPASS: test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_stripdir)\nPASS: test_compile_files (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_files)\nPASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_missing_multiprocessing)\nPASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_one_worker)\nPASS: test_compile_path (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_path)\nPASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_pool_called)\nPASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_cpu_count)\nPASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_non_positive)\ntest_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_multiple_workers)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_only_one_worker)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_multiple_workers)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\ntest_ddir_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_only_one_worker)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\nPASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithSourceEpoch.test_ignore_symlink_destination)\nPASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithSourceEpoch.test_larger_than_32_bit_times)\nSKIP: test_magic_number (test.test_compileall.CompileallTestsWithSourceEpoch.test_magic_number) 'SOURCE_DATE_EPOCH is set'\nSKIP: test_mtime (test.test_compileall.CompileallTestsWithSourceEpoch.test_mtime) 'SOURCE_DATE_EPOCH is set'\nPASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithSourceEpoch.test_multiple_optimization_levels)\nPASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithSourceEpoch.test_no_pycache_in_non_package)\nPASS: test_optimize (test.test_compileall.CompileallTestsWithSourceEpoch.test_optimize)\nPASS: test_prepend_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_prepend_only)\nPASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_and_prepend)\nPASS: test_strip_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only)\nPASS: test_strip_only_invalid (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only_invalid)\nPASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_prepend_and_ddir)\nPASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithSourceEpoch.test_year_2038_mtime_compilation)\nPASS: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_maxlevels)\nPASS: test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike)\nPASS: test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_prependdir)\nPASS: test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_stripdir)\nPASS: test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_encoding_fallback)\nPASS: test_compile_file_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike)\nPASS: test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_ddir)\nPASS: test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_prependdir)\nPASS: test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_stripdir)\nPASS: test_compile_files (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_files)\nPASS: test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_missing_multiprocessing)\nPASS: test_compile_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_one_worker)\nPASS: test_compile_path (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_path)\nPASS: test_compile_pool_called (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_pool_called)\nPASS: test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_cpu_count)\nPASS: test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_non_positive)\ntest_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_multiple_workers)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_only_one_worker)\nPASS: Recursive compile_dir ddir='' contains package paths; bpo39769.\ntest_ddir_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_multiple_workers)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\ntest_ddir_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_only_one_worker)\nPASS: Recursive compile_dir ddir= contains package paths; bpo39769.\nPASS: test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ignore_symlink_destination)\nPASS: test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_larger_than_32_bit_times)\nPASS: test_magic_number (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_magic_number)\nPASS: test_mtime (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_mtime)\nPASS: test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_multiple_optimization_levels)\nPASS: test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_no_pycache_in_non_package)\nPASS: test_optimize (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_optimize)\nPASS: test_prepend_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_prepend_only)\nPASS: test_strip_and_prepend (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_and_prepend)\nPASS: test_strip_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only)\nPASS: test_strip_only_invalid (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only_invalid)\nPASS: test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_prepend_and_ddir)\nPASS: test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_year_2038_mtime_compilation)\nPASS: test_error (test.test_compileall.EncodingTest.test_error)\nPASS: test_bad_args (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_bad_args)\nPASS: test_disabled (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_disabled)\nPASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_duplicated_levels)\nPASS: test_hardlink (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_hardlink)\nPASS: test_import (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_import)\nPASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_only_two_levels)\nPASS: test_recompilation (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_recompilation)\nPASS: test_bad_args (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_bad_args)\nPASS: test_disabled (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_disabled)\nPASS: test_duplicated_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_duplicated_levels)\nPASS: test_hardlink (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_hardlink)\nPASS: test_import (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_import)\nPASS: test_only_two_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_only_two_levels)\nPASS: test_recompilation (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_recompilation)\n\n----------------------------------------------------------------------\nRan 145 tests in 5.666s\n\nOK (skipped=6)\n0:01:22 load avg: 1.51 [151/480] test_decorators passed\nPASS: test_double (test.test_decorators.TestClassDecorators.test_double)\nPASS: test_order (test.test_decorators.TestClassDecorators.test_order)\nPASS: test_simple (test.test_decorators.TestClassDecorators.test_simple)\nPASS: test_argforms (test.test_decorators.TestDecorators.test_argforms)\nPASS: test_bound_function_inside_classmethod (test.test_decorators.TestDecorators.test_bound_function_inside_classmethod)\nPASS: test_classmethod (test.test_decorators.TestDecorators.test_classmethod)\nPASS: test_dbcheck (test.test_decorators.TestDecorators.test_dbcheck)\nPASS: test_dotted (test.test_decorators.TestDecorators.test_dotted)\nPASS: test_double (test.test_decorators.TestDecorators.test_double)\nPASS: test_errors (test.test_decorators.TestDecorators.test_errors)\nPASS: test_eval_order (test.test_decorators.TestDecorators.test_eval_order)\nPASS: test_expressions (test.test_decorators.TestDecorators.test_expressions)\nPASS: test_memoize (test.test_decorators.TestDecorators.test_memoize)\nPASS: test_order (test.test_decorators.TestDecorators.test_order)\nPASS: test_single (test.test_decorators.TestDecorators.test_single)\nPASS: test_staticmethod (test.test_decorators.TestDecorators.test_staticmethod)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.002s\n\nOK\n0:01:22 load avg: 1.51 [152/480] test_defaultdict passed\nPASS: test_basic (test.test_defaultdict.TestDefaultDict.test_basic)\nPASS: test_callable_arg (test.test_defaultdict.TestDefaultDict.test_callable_arg)\nPASS: test_copy (test.test_defaultdict.TestDefaultDict.test_copy)\nPASS: test_deep_copy (test.test_defaultdict.TestDefaultDict.test_deep_copy)\nPASS: test_keyerror_without_factory (test.test_defaultdict.TestDefaultDict.test_keyerror_without_factory)\nPASS: test_missing (test.test_defaultdict.TestDefaultDict.test_missing)\nPASS: test_pickling (test.test_defaultdict.TestDefaultDict.test_pickling)\nPASS: test_recursive_repr (test.test_defaultdict.TestDefaultDict.test_recursive_repr)\nPASS: test_repr (test.test_defaultdict.TestDefaultDict.test_repr)\nPASS: test_shallow_copy (test.test_defaultdict.TestDefaultDict.test_shallow_copy)\nPASS: test_union (test.test_defaultdict.TestDefaultDict.test_union)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:01:22 load avg: 1.51 [153/480] test_deque passed\nPASS: test_add (test.test_deque.TestBasic.test_add)\nPASS: test_basics (test.test_deque.TestBasic.test_basics)\nPASS: test_big_queue_popleft (test.test_deque.TestBasic.test_big_queue_popleft)\nPASS: test_big_queue_popright (test.test_deque.TestBasic.test_big_queue_popright)\nPASS: test_big_stack_left (test.test_deque.TestBasic.test_big_stack_left)\nPASS: test_big_stack_right (test.test_deque.TestBasic.test_big_stack_right)\nPASS: test_clear (test.test_deque.TestBasic.test_clear)\nPASS: test_comparisons (test.test_deque.TestBasic.test_comparisons)\nPASS: test_container_iterator (test.test_deque.TestBasic.test_container_iterator)\nPASS: test_contains (test.test_deque.TestBasic.test_contains)\nPASS: test_contains_count_index_stop_crashes (test.test_deque.TestBasic.test_contains_count_index_stop_crashes)\nPASS: test_copy (test.test_deque.TestBasic.test_copy)\nPASS: test_copy_method (test.test_deque.TestBasic.test_copy_method)\nPASS: test_count (test.test_deque.TestBasic.test_count)\nPASS: test_deepcopy (test.test_deque.TestBasic.test_deepcopy)\nPASS: test_delitem (test.test_deque.TestBasic.test_delitem)\nPASS: test_extend (test.test_deque.TestBasic.test_extend)\nPASS: test_extendleft (test.test_deque.TestBasic.test_extendleft)\nPASS: test_gc_doesnt_blowup (test.test_deque.TestBasic.test_gc_doesnt_blowup)\nPASS: test_getitem (test.test_deque.TestBasic.test_getitem)\nPASS: test_hash (test.test_deque.TestBasic.test_hash)\nPASS: test_iadd (test.test_deque.TestBasic.test_iadd)\nPASS: test_imul (test.test_deque.TestBasic.test_imul)\nPASS: test_index (test.test_deque.TestBasic.test_index)\nPASS: test_index_bug_24913 (test.test_deque.TestBasic.test_index_bug_24913)\nPASS: test_init (test.test_deque.TestBasic.test_init)\nPASS: test_insert (test.test_deque.TestBasic.test_insert)\nPASS: test_insert_bug_26194 (test.test_deque.TestBasic.test_insert_bug_26194)\nPASS: test_iterator_pickle (test.test_deque.TestBasic.test_iterator_pickle)\nPASS: test_len (test.test_deque.TestBasic.test_len)\nPASS: test_long_steadystate_queue_popleft (test.test_deque.TestBasic.test_long_steadystate_queue_popleft)\nPASS: test_long_steadystate_queue_popright (test.test_deque.TestBasic.test_long_steadystate_queue_popright)\nPASS: test_maxlen (test.test_deque.TestBasic.test_maxlen)\nPASS: test_maxlen_attribute (test.test_deque.TestBasic.test_maxlen_attribute)\nPASS: test_maxlen_zero (test.test_deque.TestBasic.test_maxlen_zero)\nPASS: test_mul (test.test_deque.TestBasic.test_mul)\nPASS: test_pickle (test.test_deque.TestBasic.test_pickle)\nPASS: test_pickle_recursive (test.test_deque.TestBasic.test_pickle_recursive)\nPASS: test_remove (test.test_deque.TestBasic.test_remove)\nPASS: test_repr (test.test_deque.TestBasic.test_repr)\nPASS: test_reverse (test.test_deque.TestBasic.test_reverse)\nPASS: test_reversed (test.test_deque.TestBasic.test_reversed)\nPASS: test_reversed_new (test.test_deque.TestBasic.test_reversed_new)\nPASS: test_rotate (test.test_deque.TestBasic.test_rotate)\nPASS: test_roundtrip_iter_init (test.test_deque.TestBasic.test_roundtrip_iter_init)\nPASS: test_setitem (test.test_deque.TestBasic.test_setitem)\nPASS: test_sizeof (test.test_deque.TestBasic.test_sizeof)\nPASS: test_underflow (test.test_deque.TestBasic.test_underflow)\nPASS: test_addmul (test.test_deque.TestSequence.test_addmul)\nPASS: test_bigrepeat (test.test_deque.TestSequence.test_bigrepeat)\nPASS: test_constructors (test.test_deque.TestSequence.test_constructors)\nPASS: test_contains (test.test_deque.TestSequence.test_contains)\nPASS: test_contains_fake (test.test_deque.TestSequence.test_contains_fake)\nPASS: test_contains_order (test.test_deque.TestSequence.test_contains_order)\nPASS: test_count (test.test_deque.TestSequence.test_count)\nSKIP: test_free_after_iterating (test.test_deque.TestSequence.test_free_after_iterating) \"Exhausted deque iterator doesn't free a deque\"\nPASS: test_getitem (test.test_deque.TestSequence.test_getitem)\nPASS: test_getitemoverwriteiter (test.test_deque.TestSequence.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_deque.TestSequence.test_getslice)\nPASS: test_iadd (test.test_deque.TestSequence.test_iadd)\nPASS: test_imul (test.test_deque.TestSequence.test_imul)\nPASS: test_index (test.test_deque.TestSequence.test_index)\nPASS: test_len (test.test_deque.TestSequence.test_len)\nPASS: test_minmax (test.test_deque.TestSequence.test_minmax)\nPASS: test_pickle (test.test_deque.TestSequence.test_pickle)\nPASS: test_repeat (test.test_deque.TestSequence.test_repeat)\nPASS: test_subscript (test.test_deque.TestSequence.test_subscript)\nPASS: test_truth (test.test_deque.TestSequence.test_truth)\nPASS: test_basics (test.test_deque.TestSubclass.test_basics)\nPASS: test_bug_31608 (test.test_deque.TestSubclass.test_bug_31608)\nPASS: test_copy_pickle (test.test_deque.TestSubclass.test_copy_pickle)\nPASS: test_pickle_recursive (test.test_deque.TestSubclass.test_pickle_recursive)\nPASS: test_strange_subclass (test.test_deque.TestSubclass.test_strange_subclass)\nPASS: test_weakref (test.test_deque.TestSubclass.test_weakref)\nPASS: test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs)\nPASS: test_constructor (test.test_deque.TestVariousIteratorArgs.test_constructor)\nPASS: test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data)\nPASS: test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque)\nlibreftest (test.test_deque.__test__)\nPASS: Doctest: test.test_deque.__test__.libreftest\n\n----------------------------------------------------------------------\nRan 79 tests in 0.496s\n\nOK (skipped=1)\n0:01:23 load avg: 1.51 [154/480] test_decimal passed\nPASS: test_addition (test.test_decimal.CArithmeticOperatorsTest.test_addition)\nPASS: test_copy_sign (test.test_decimal.CArithmeticOperatorsTest.test_copy_sign)\nPASS: test_division (test.test_decimal.CArithmeticOperatorsTest.test_division)\nPASS: test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module)\nPASS: test_floor_division (test.test_decimal.CArithmeticOperatorsTest.test_floor_division)\nPASS: test_module (test.test_decimal.CArithmeticOperatorsTest.test_module)\nPASS: test_multiplication (test.test_decimal.CArithmeticOperatorsTest.test_multiplication)\nPASS: test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons)\nPASS: test_powering (test.test_decimal.CArithmeticOperatorsTest.test_powering)\nPASS: test_subtraction (test.test_decimal.CArithmeticOperatorsTest.test_subtraction)\nPASS: test_unary_operators (test.test_decimal.CArithmeticOperatorsTest.test_unary_operators)\nPASS: test__clamp (test.test_decimal.CContextAPItests.test__clamp)\nPASS: test_abs (test.test_decimal.CContextAPItests.test_abs)\nPASS: test_add (test.test_decimal.CContextAPItests.test_add)\nPASS: test_compare (test.test_decimal.CContextAPItests.test_compare)\nPASS: test_compare_signal (test.test_decimal.CContextAPItests.test_compare_signal)\nPASS: test_compare_total (test.test_decimal.CContextAPItests.test_compare_total)\nPASS: test_compare_total_mag (test.test_decimal.CContextAPItests.test_compare_total_mag)\nPASS: test_copy (test.test_decimal.CContextAPItests.test_copy)\nPASS: test_copy_abs (test.test_decimal.CContextAPItests.test_copy_abs)\nPASS: test_copy_decimal (test.test_decimal.CContextAPItests.test_copy_decimal)\nPASS: test_copy_negate (test.test_decimal.CContextAPItests.test_copy_negate)\nPASS: test_copy_sign (test.test_decimal.CContextAPItests.test_copy_sign)\nPASS: test_divide (test.test_decimal.CContextAPItests.test_divide)\nPASS: test_divide_int (test.test_decimal.CContextAPItests.test_divide_int)\nPASS: test_divmod (test.test_decimal.CContextAPItests.test_divmod)\nPASS: test_equality_with_other_types (test.test_decimal.CContextAPItests.test_equality_with_other_types)\nPASS: test_exp (test.test_decimal.CContextAPItests.test_exp)\nPASS: test_fma (test.test_decimal.CContextAPItests.test_fma)\nPASS: test_is_finite (test.test_decimal.CContextAPItests.test_is_finite)\nPASS: test_is_infinite (test.test_decimal.CContextAPItests.test_is_infinite)\nPASS: test_is_nan (test.test_decimal.CContextAPItests.test_is_nan)\nPASS: test_is_normal (test.test_decimal.CContextAPItests.test_is_normal)\nPASS: test_is_qnan (test.test_decimal.CContextAPItests.test_is_qnan)\nPASS: test_is_signed (test.test_decimal.CContextAPItests.test_is_signed)\nPASS: test_is_snan (test.test_decimal.CContextAPItests.test_is_snan)\nPASS: test_is_subnormal (test.test_decimal.CContextAPItests.test_is_subnormal)\nPASS: test_is_zero (test.test_decimal.CContextAPItests.test_is_zero)\nPASS: test_ln (test.test_decimal.CContextAPItests.test_ln)\nPASS: test_log10 (test.test_decimal.CContextAPItests.test_log10)\nPASS: test_logb (test.test_decimal.CContextAPItests.test_logb)\nPASS: test_logical_and (test.test_decimal.CContextAPItests.test_logical_and)\nPASS: test_logical_invert (test.test_decimal.CContextAPItests.test_logical_invert)\nPASS: test_logical_or (test.test_decimal.CContextAPItests.test_logical_or)\nPASS: test_logical_xor (test.test_decimal.CContextAPItests.test_logical_xor)\nPASS: test_max (test.test_decimal.CContextAPItests.test_max)\nPASS: test_max_mag (test.test_decimal.CContextAPItests.test_max_mag)\nPASS: test_min (test.test_decimal.CContextAPItests.test_min)\nPASS: test_min_mag (test.test_decimal.CContextAPItests.test_min_mag)\nPASS: test_minus (test.test_decimal.CContextAPItests.test_minus)\nPASS: test_multiply (test.test_decimal.CContextAPItests.test_multiply)\nPASS: test_next_minus (test.test_decimal.CContextAPItests.test_next_minus)\nPASS: test_next_plus (test.test_decimal.CContextAPItests.test_next_plus)\nPASS: test_next_toward (test.test_decimal.CContextAPItests.test_next_toward)\nPASS: test_none_args (test.test_decimal.CContextAPItests.test_none_args)\nPASS: test_normalize (test.test_decimal.CContextAPItests.test_normalize)\nPASS: test_number_class (test.test_decimal.CContextAPItests.test_number_class)\nPASS: test_pickle (test.test_decimal.CContextAPItests.test_pickle)\nPASS: test_plus (test.test_decimal.CContextAPItests.test_plus)\nPASS: test_power (test.test_decimal.CContextAPItests.test_power)\nPASS: test_quantize (test.test_decimal.CContextAPItests.test_quantize)\nPASS: test_remainder (test.test_decimal.CContextAPItests.test_remainder)\nPASS: test_remainder_near (test.test_decimal.CContextAPItests.test_remainder_near)\nPASS: test_rotate (test.test_decimal.CContextAPItests.test_rotate)\nPASS: test_same_quantum (test.test_decimal.CContextAPItests.test_same_quantum)\nPASS: test_scaleb (test.test_decimal.CContextAPItests.test_scaleb)\nPASS: test_shift (test.test_decimal.CContextAPItests.test_shift)\nPASS: test_sqrt (test.test_decimal.CContextAPItests.test_sqrt)\nPASS: test_subtract (test.test_decimal.CContextAPItests.test_subtract)\nPASS: test_to_eng_string (test.test_decimal.CContextAPItests.test_to_eng_string)\nPASS: test_to_integral_exact (test.test_decimal.CContextAPItests.test_to_integral_exact)\nPASS: test_to_integral_value (test.test_decimal.CContextAPItests.test_to_integral_value)\nPASS: test_to_sci_string (test.test_decimal.CContextAPItests.test_to_sci_string)\nPASS: test_flag_comparisons (test.test_decimal.CContextFlags.test_flag_comparisons)\nPASS: test_flags_irrelevant (test.test_decimal.CContextFlags.test_flags_irrelevant)\nPASS: test_float_comparison (test.test_decimal.CContextFlags.test_float_comparison)\nPASS: test_float_operation (test.test_decimal.CContextFlags.test_float_operation)\nPASS: test_float_operation_default (test.test_decimal.CContextFlags.test_float_operation_default)\nPASS: test_invalid_context (test.test_decimal.CContextInputValidation.test_invalid_context)\nPASS: test_context_subclassing (test.test_decimal.CContextSubclassing.test_context_subclassing)\nPASS: test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument)\nPASS: test_localcontext (test.test_decimal.CContextWithStatement.test_localcontext)\nPASS: test_localcontext_kwargs (test.test_decimal.CContextWithStatement.test_localcontext_kwargs)\nPASS: test_localcontextarg (test.test_decimal.CContextWithStatement.test_localcontextarg)\nPASS: test_nested_with_statements (test.test_decimal.CContextWithStatement.test_nested_with_statements)\nPASS: test_with_statements_gc1 (test.test_decimal.CContextWithStatement.test_with_statements_gc1)\nPASS: test_with_statements_gc2 (test.test_decimal.CContextWithStatement.test_with_statements_gc2)\nPASS: test_with_statements_gc3 (test.test_decimal.CContextWithStatement.test_with_statements_gc3)\nPASS: test_adjusted (test.test_decimal.CCoverage.test_adjusted)\nPASS: test_canonical (test.test_decimal.CCoverage.test_canonical)\nPASS: test_context_repr (test.test_decimal.CCoverage.test_context_repr)\nPASS: test_copy (test.test_decimal.CCoverage.test_copy)\nPASS: test_create_decimal (test.test_decimal.CCoverage.test_create_decimal)\nPASS: test_divmod (test.test_decimal.CCoverage.test_divmod)\nPASS: test_implicit_context (test.test_decimal.CCoverage.test_implicit_context)\nPASS: test_int (test.test_decimal.CCoverage.test_int)\nPASS: test_power (test.test_decimal.CCoverage.test_power)\nPASS: test_quantize (test.test_decimal.CCoverage.test_quantize)\nPASS: test_radix (test.test_decimal.CCoverage.test_radix)\nPASS: test_rop (test.test_decimal.CCoverage.test_rop)\nPASS: test_round (test.test_decimal.CCoverage.test_round)\nPASS: test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal)\nPASS: test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float)\nPASS: test_explicit_empty (test.test_decimal.CExplicitConstructionTest.test_explicit_empty)\nPASS: test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal)\nPASS: test_explicit_from_None (test.test_decimal.CExplicitConstructionTest.test_explicit_from_None)\nPASS: test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool)\nPASS: test_explicit_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_from_float)\nPASS: test_explicit_from_int (test.test_decimal.CExplicitConstructionTest.test_explicit_from_int)\nPASS: test_explicit_from_list (test.test_decimal.CExplicitConstructionTest.test_explicit_from_list)\nPASS: test_explicit_from_string (test.test_decimal.CExplicitConstructionTest.test_explicit_from_string)\nPASS: test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples)\nPASS: test_unicode_digits (test.test_decimal.CExplicitConstructionTest.test_unicode_digits)\nPASS: test_decimal_from_float_argument_type (test.test_decimal.CFormatTest.test_decimal_from_float_argument_type)\nPASS: test_deprecated_N_format (test.test_decimal.CFormatTest.test_deprecated_N_format)\nPASS: test_formatting (test.test_decimal.CFormatTest.test_formatting)\nPASS: test_n_format (test.test_decimal.CFormatTest.test_n_format)\nPASS: test_negative_zero_bad_format (test.test_decimal.CFormatTest.test_negative_zero_bad_format)\nPASS: test_negative_zero_format_directed_rounding (test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding)\nSKIP: test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point) \"inappropriate decimal point separator ('.' not '\\\\u066b')\"\nSKIP: test_c_context (test.test_decimal.CFunctionality.test_c_context) 'test requires build with -DEXTRA_FUNCTIONALITY'\nSKIP: test_c_ieee_context (test.test_decimal.CFunctionality.test_c_ieee_context) 'test requires build with -DEXTRA_FUNCTIONALITY'\nSKIP: test_constants (test.test_decimal.CFunctionality.test_constants) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal)\nPASS: test_implicit_from_None (test.test_decimal.CImplicitConstructionTest.test_implicit_from_None)\nPASS: test_implicit_from_float (test.test_decimal.CImplicitConstructionTest.test_implicit_from_float)\nPASS: test_implicit_from_int (test.test_decimal.CImplicitConstructionTest.test_implicit_from_int)\nPASS: test_implicit_from_string (test.test_decimal.CImplicitConstructionTest.test_implicit_from_string)\nPASS: test_rop (test.test_decimal.CImplicitConstructionTest.test_rop)\nPASS: test_abc (test.test_decimal.CPythonAPItests.test_abc)\nPASS: test_complex (test.test_decimal.CPythonAPItests.test_complex)\nPASS: test_create_decimal_from_float (test.test_decimal.CPythonAPItests.test_create_decimal_from_float)\nPASS: test_exception_hierarchy (test.test_decimal.CPythonAPItests.test_exception_hierarchy)\nPASS: test_from_float (test.test_decimal.CPythonAPItests.test_from_float)\nPASS: test_int (test.test_decimal.CPythonAPItests.test_int)\nPASS: test_named_parameters (test.test_decimal.CPythonAPItests.test_named_parameters)\nPASS: test_pickle (test.test_decimal.CPythonAPItests.test_pickle)\nPASS: test_quantize (test.test_decimal.CPythonAPItests.test_quantize)\nPASS: test_small_ints (test.test_decimal.CPythonAPItests.test_small_ints)\nPASS: test_trunc (test.test_decimal.CPythonAPItests.test_trunc)\nPASS: test_context_templates (test.test_decimal.CSpecialContexts.test_context_templates)\nPASS: test_default_context (test.test_decimal.CSpecialContexts.test_default_context)\nPASS: test_threading (test.test_decimal.CThreadingTest.test_threading)\nPASS: test_as_integer_ratio (test.test_decimal.CUsabilityTest.test_as_integer_ratio)\nPASS: test_as_nonzero (test.test_decimal.CUsabilityTest.test_as_nonzero)\nPASS: test_as_tuple (test.test_decimal.CUsabilityTest.test_as_tuple)\nPASS: test_comparison_operators (test.test_decimal.CUsabilityTest.test_comparison_operators)\nPASS: test_conversions_from_int (test.test_decimal.CUsabilityTest.test_conversions_from_int)\nPASS: test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods)\nPASS: test_decimal_complex_comparison (test.test_decimal.CUsabilityTest.test_decimal_complex_comparison)\nPASS: test_decimal_float_comparison (test.test_decimal.CUsabilityTest.test_decimal_float_comparison)\nPASS: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison)\nPASS: test_eval_round_trip (test.test_decimal.CUsabilityTest.test_eval_round_trip)\nPASS: test_hash_method (test.test_decimal.CUsabilityTest.test_hash_method)\nPASS: test_hash_method_nan (test.test_decimal.CUsabilityTest.test_hash_method_nan)\nPASS: test_implicit_context (test.test_decimal.CUsabilityTest.test_implicit_context)\nPASS: test_min_and_max_methods (test.test_decimal.CUsabilityTest.test_min_and_max_methods)\nPASS: test_nan_to_float (test.test_decimal.CUsabilityTest.test_nan_to_float)\nPASS: test_none_args (test.test_decimal.CUsabilityTest.test_none_args)\nPASS: test_snan_to_float (test.test_decimal.CUsabilityTest.test_snan_to_float)\nPASS: test_subclassing (test.test_decimal.CUsabilityTest.test_subclassing)\nPASS: test_tonum_methods (test.test_decimal.CUsabilityTest.test_tonum_methods)\nPASS: test_tostring_methods (test.test_decimal.CUsabilityTest.test_tostring_methods)\nPASS: test_bignum (test.test_decimal.CWhitebox.test_bignum)\nPASS: test_c_context_errors (test.test_decimal.CWhitebox.test_c_context_errors)\nSKIP: test_c_context_errors_extra (test.test_decimal.CWhitebox.test_c_context_errors_extra) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_c_context_repr (test.test_decimal.CWhitebox.test_c_context_repr)\nSKIP: test_c_context_templates (test.test_decimal.CWhitebox.test_c_context_templates) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_c_disallow_instantiation (test.test_decimal.CWhitebox.test_c_disallow_instantiation)\nPASS: test_c_format (test.test_decimal.CWhitebox.test_c_format)\nPASS: test_c_funcs (test.test_decimal.CWhitebox.test_c_funcs)\nPASS: test_c_immutable_types (test.test_decimal.CWhitebox.test_c_immutable_types)\nPASS: test_c_input_restriction (test.test_decimal.CWhitebox.test_c_input_restriction)\nPASS: test_c_integral (test.test_decimal.CWhitebox.test_c_integral)\nPASS: test_c_round (test.test_decimal.CWhitebox.test_c_round)\nSKIP: test_c_signal_dict (test.test_decimal.CWhitebox.test_c_signal_dict) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_c_signaldict_segfault (test.test_decimal.CWhitebox.test_c_signaldict_segfault)\nPASS: test_c_valid_context (test.test_decimal.CWhitebox.test_c_valid_context)\nSKIP: test_c_valid_context_extra (test.test_decimal.CWhitebox.test_c_valid_context_extra) 'test requires build with -DEXTRA_FUNCTIONALITY'\nPASS: test_exact_conversion (test.test_decimal.CWhitebox.test_exact_conversion)\nPASS: test_format_fallback_capitals (test.test_decimal.CWhitebox.test_format_fallback_capitals)\nPASS: test_format_fallback_rounding (test.test_decimal.CWhitebox.test_format_fallback_rounding)\nPASS: test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple)\nPASS: test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods)\nPASS: test_invalid_construction (test.test_decimal.CWhitebox.test_invalid_construction)\nPASS: test_invalid_override (test.test_decimal.CWhitebox.test_invalid_override)\nPASS: test_rounding_strings_interned (test.test_decimal.CWhitebox.test_rounding_strings_interned)\nPASS: test_sizeof (test.test_decimal.CWhitebox.test_sizeof)\nPASS: test_va_args_exceptions (test.test_decimal.CWhitebox.test_va_args_exceptions)\nPASS: test_context_attributes (test.test_decimal.CheckAttributes.test_context_attributes)\nPASS: test_decimal_attributes (test.test_decimal.CheckAttributes.test_decimal_attributes)\nPASS: test_module_attributes (test.test_decimal.CheckAttributes.test_module_attributes)\nPASS: test_addition (test.test_decimal.PyArithmeticOperatorsTest.test_addition)\nPASS: test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign)\nPASS: test_division (test.test_decimal.PyArithmeticOperatorsTest.test_division)\nPASS: test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module)\nPASS: test_floor_division (test.test_decimal.PyArithmeticOperatorsTest.test_floor_division)\nPASS: test_module (test.test_decimal.PyArithmeticOperatorsTest.test_module)\nPASS: test_multiplication (test.test_decimal.PyArithmeticOperatorsTest.test_multiplication)\nPASS: test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons)\nPASS: test_powering (test.test_decimal.PyArithmeticOperatorsTest.test_powering)\nPASS: test_subtraction (test.test_decimal.PyArithmeticOperatorsTest.test_subtraction)\nPASS: test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators)\nPASS: test__clamp (test.test_decimal.PyContextAPItests.test__clamp)\nPASS: test_abs (test.test_decimal.PyContextAPItests.test_abs)\nPASS: test_add (test.test_decimal.PyContextAPItests.test_add)\nPASS: test_compare (test.test_decimal.PyContextAPItests.test_compare)\nPASS: test_compare_signal (test.test_decimal.PyContextAPItests.test_compare_signal)\nPASS: test_compare_total (test.test_decimal.PyContextAPItests.test_compare_total)\nPASS: test_compare_total_mag (test.test_decimal.PyContextAPItests.test_compare_total_mag)\nPASS: test_copy (test.test_decimal.PyContextAPItests.test_copy)\nPASS: test_copy_abs (test.test_decimal.PyContextAPItests.test_copy_abs)\nPASS: test_copy_decimal (test.test_decimal.PyContextAPItests.test_copy_decimal)\nPASS: test_copy_negate (test.test_decimal.PyContextAPItests.test_copy_negate)\nPASS: test_copy_sign (test.test_decimal.PyContextAPItests.test_copy_sign)\nPASS: test_divide (test.test_decimal.PyContextAPItests.test_divide)\nPASS: test_divide_int (test.test_decimal.PyContextAPItests.test_divide_int)\nPASS: test_divmod (test.test_decimal.PyContextAPItests.test_divmod)\nPASS: test_equality_with_other_types (test.test_decimal.PyContextAPItests.test_equality_with_other_types)\nPASS: test_exp (test.test_decimal.PyContextAPItests.test_exp)\nPASS: test_fma (test.test_decimal.PyContextAPItests.test_fma)\nPASS: test_is_finite (test.test_decimal.PyContextAPItests.test_is_finite)\nPASS: test_is_infinite (test.test_decimal.PyContextAPItests.test_is_infinite)\nPASS: test_is_nan (test.test_decimal.PyContextAPItests.test_is_nan)\nPASS: test_is_normal (test.test_decimal.PyContextAPItests.test_is_normal)\nPASS: test_is_qnan (test.test_decimal.PyContextAPItests.test_is_qnan)\nPASS: test_is_signed (test.test_decimal.PyContextAPItests.test_is_signed)\nPASS: test_is_snan (test.test_decimal.PyContextAPItests.test_is_snan)\nPASS: test_is_subnormal (test.test_decimal.PyContextAPItests.test_is_subnormal)\nPASS: test_is_zero (test.test_decimal.PyContextAPItests.test_is_zero)\nPASS: test_ln (test.test_decimal.PyContextAPItests.test_ln)\nPASS: test_log10 (test.test_decimal.PyContextAPItests.test_log10)\nPASS: test_logb (test.test_decimal.PyContextAPItests.test_logb)\nPASS: test_logical_and (test.test_decimal.PyContextAPItests.test_logical_and)\nPASS: test_logical_invert (test.test_decimal.PyContextAPItests.test_logical_invert)\nPASS: test_logical_or (test.test_decimal.PyContextAPItests.test_logical_or)\nPASS: test_logical_xor (test.test_decimal.PyContextAPItests.test_logical_xor)\nPASS: test_max (test.test_decimal.PyContextAPItests.test_max)\nPASS: test_max_mag (test.test_decimal.PyContextAPItests.test_max_mag)\nPASS: test_min (test.test_decimal.PyContextAPItests.test_min)\nPASS: test_min_mag (test.test_decimal.PyContextAPItests.test_min_mag)\nPASS: test_minus (test.test_decimal.PyContextAPItests.test_minus)\nPASS: test_multiply (test.test_decimal.PyContextAPItests.test_multiply)\nPASS: test_next_minus (test.test_decimal.PyContextAPItests.test_next_minus)\nPASS: test_next_plus (test.test_decimal.PyContextAPItests.test_next_plus)\nPASS: test_next_toward (test.test_decimal.PyContextAPItests.test_next_toward)\nPASS: test_none_args (test.test_decimal.PyContextAPItests.test_none_args)\nPASS: test_normalize (test.test_decimal.PyContextAPItests.test_normalize)\nPASS: test_number_class (test.test_decimal.PyContextAPItests.test_number_class)\nPASS: test_pickle (test.test_decimal.PyContextAPItests.test_pickle)\nPASS: test_plus (test.test_decimal.PyContextAPItests.test_plus)\nPASS: test_power (test.test_decimal.PyContextAPItests.test_power)\nPASS: test_quantize (test.test_decimal.PyContextAPItests.test_quantize)\nPASS: test_remainder (test.test_decimal.PyContextAPItests.test_remainder)\nPASS: test_remainder_near (test.test_decimal.PyContextAPItests.test_remainder_near)\nPASS: test_rotate (test.test_decimal.PyContextAPItests.test_rotate)\nPASS: test_same_quantum (test.test_decimal.PyContextAPItests.test_same_quantum)\nPASS: test_scaleb (test.test_decimal.PyContextAPItests.test_scaleb)\nPASS: test_shift (test.test_decimal.PyContextAPItests.test_shift)\nPASS: test_sqrt (test.test_decimal.PyContextAPItests.test_sqrt)\nPASS: test_subtract (test.test_decimal.PyContextAPItests.test_subtract)\nPASS: test_to_eng_string (test.test_decimal.PyContextAPItests.test_to_eng_string)\nPASS: test_to_integral_exact (test.test_decimal.PyContextAPItests.test_to_integral_exact)\nPASS: test_to_integral_value (test.test_decimal.PyContextAPItests.test_to_integral_value)\nPASS: test_to_sci_string (test.test_decimal.PyContextAPItests.test_to_sci_string)\nPASS: test_flag_comparisons (test.test_decimal.PyContextFlags.test_flag_comparisons)\nPASS: test_flags_irrelevant (test.test_decimal.PyContextFlags.test_flags_irrelevant)\nPASS: test_float_comparison (test.test_decimal.PyContextFlags.test_float_comparison)\nPASS: test_float_operation (test.test_decimal.PyContextFlags.test_float_operation)\nPASS: test_float_operation_default (test.test_decimal.PyContextFlags.test_float_operation_default)\nPASS: test_invalid_context (test.test_decimal.PyContextInputValidation.test_invalid_context)\nPASS: test_context_subclassing (test.test_decimal.PyContextSubclassing.test_context_subclassing)\nPASS: test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument)\nPASS: test_localcontext (test.test_decimal.PyContextWithStatement.test_localcontext)\nPASS: test_localcontext_kwargs (test.test_decimal.PyContextWithStatement.test_localcontext_kwargs)\nPASS: test_localcontextarg (test.test_decimal.PyContextWithStatement.test_localcontextarg)\nPASS: test_nested_with_statements (test.test_decimal.PyContextWithStatement.test_nested_with_statements)\nPASS: test_with_statements_gc1 (test.test_decimal.PyContextWithStatement.test_with_statements_gc1)\nPASS: test_with_statements_gc2 (test.test_decimal.PyContextWithStatement.test_with_statements_gc2)\nPASS: test_with_statements_gc3 (test.test_decimal.PyContextWithStatement.test_with_statements_gc3)\nPASS: test_adjusted (test.test_decimal.PyCoverage.test_adjusted)\nPASS: test_canonical (test.test_decimal.PyCoverage.test_canonical)\nPASS: test_context_repr (test.test_decimal.PyCoverage.test_context_repr)\nPASS: test_copy (test.test_decimal.PyCoverage.test_copy)\nPASS: test_create_decimal (test.test_decimal.PyCoverage.test_create_decimal)\nPASS: test_divmod (test.test_decimal.PyCoverage.test_divmod)\nPASS: test_implicit_context (test.test_decimal.PyCoverage.test_implicit_context)\nPASS: test_int (test.test_decimal.PyCoverage.test_int)\nPASS: test_power (test.test_decimal.PyCoverage.test_power)\nPASS: test_quantize (test.test_decimal.PyCoverage.test_quantize)\nPASS: test_radix (test.test_decimal.PyCoverage.test_radix)\nPASS: test_rop (test.test_decimal.PyCoverage.test_rop)\nPASS: test_round (test.test_decimal.PyCoverage.test_round)\nPASS: test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal)\nPASS: test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float)\nPASS: test_explicit_empty (test.test_decimal.PyExplicitConstructionTest.test_explicit_empty)\nPASS: test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal)\nPASS: test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None)\nPASS: test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool)\nPASS: test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float)\nPASS: test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int)\nPASS: test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list)\nPASS: test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string)\nPASS: test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples)\nPASS: test_unicode_digits (test.test_decimal.PyExplicitConstructionTest.test_unicode_digits)\nPASS: test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type)\nPASS: test_deprecated_N_format (test.test_decimal.PyFormatTest.test_deprecated_N_format)\nPASS: test_formatting (test.test_decimal.PyFormatTest.test_formatting)\nPASS: test_n_format (test.test_decimal.PyFormatTest.test_n_format)\nPASS: test_negative_zero_bad_format (test.test_decimal.PyFormatTest.test_negative_zero_bad_format)\nPASS: test_negative_zero_format_directed_rounding (test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding)\nSKIP: test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point) \"inappropriate decimal point separator ('.' not '\\\\u066b')\"\nPASS: test_py_alternate_formatting (test.test_decimal.PyFunctionality.test_py_alternate_formatting)\nPASS: test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal)\nPASS: test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None)\nPASS: test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float)\nPASS: test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int)\nPASS: test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string)\nPASS: test_rop (test.test_decimal.PyImplicitConstructionTest.test_rop)\nPASS: test_abc (test.test_decimal.PyPythonAPItests.test_abc)\nPASS: test_complex (test.test_decimal.PyPythonAPItests.test_complex)\nPASS: test_create_decimal_from_float (test.test_decimal.PyPythonAPItests.test_create_decimal_from_float)\nPASS: test_exception_hierarchy (test.test_decimal.PyPythonAPItests.test_exception_hierarchy)\nPASS: test_from_float (test.test_decimal.PyPythonAPItests.test_from_float)\nPASS: test_int (test.test_decimal.PyPythonAPItests.test_int)\nPASS: test_named_parameters (test.test_decimal.PyPythonAPItests.test_named_parameters)\nPASS: test_pickle (test.test_decimal.PyPythonAPItests.test_pickle)\nPASS: test_quantize (test.test_decimal.PyPythonAPItests.test_quantize)\nPASS: test_small_ints (test.test_decimal.PyPythonAPItests.test_small_ints)\nPASS: test_trunc (test.test_decimal.PyPythonAPItests.test_trunc)\nPASS: test_context_templates (test.test_decimal.PySpecialContexts.test_context_templates)\nPASS: test_default_context (test.test_decimal.PySpecialContexts.test_default_context)\nPASS: test_threading (test.test_decimal.PyThreadingTest.test_threading)\nPASS: test_as_integer_ratio (test.test_decimal.PyUsabilityTest.test_as_integer_ratio)\nPASS: test_as_nonzero (test.test_decimal.PyUsabilityTest.test_as_nonzero)\nPASS: test_as_tuple (test.test_decimal.PyUsabilityTest.test_as_tuple)\nPASS: test_comparison_operators (test.test_decimal.PyUsabilityTest.test_comparison_operators)\nPASS: test_conversions_from_int (test.test_decimal.PyUsabilityTest.test_conversions_from_int)\nPASS: test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods)\nPASS: test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison)\nPASS: test_decimal_float_comparison (test.test_decimal.PyUsabilityTest.test_decimal_float_comparison)\nPASS: test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison)\nPASS: test_eval_round_trip (test.test_decimal.PyUsabilityTest.test_eval_round_trip)\nPASS: test_hash_method (test.test_decimal.PyUsabilityTest.test_hash_method)\nPASS: test_hash_method_nan (test.test_decimal.PyUsabilityTest.test_hash_method_nan)\nPASS: test_implicit_context (test.test_decimal.PyUsabilityTest.test_implicit_context)\nPASS: test_min_and_max_methods (test.test_decimal.PyUsabilityTest.test_min_and_max_methods)\nPASS: test_nan_to_float (test.test_decimal.PyUsabilityTest.test_nan_to_float)\nPASS: test_none_args (test.test_decimal.PyUsabilityTest.test_none_args)\nPASS: test_snan_to_float (test.test_decimal.PyUsabilityTest.test_snan_to_float)\nPASS: test_subclassing (test.test_decimal.PyUsabilityTest.test_subclassing)\nPASS: test_tonum_methods (test.test_decimal.PyUsabilityTest.test_tonum_methods)\nPASS: test_tostring_methods (test.test_decimal.PyUsabilityTest.test_tostring_methods)\nPASS: test_py__round (test.test_decimal.PyWhitebox.test_py__round)\nPASS: test_py_decimal_id (test.test_decimal.PyWhitebox.test_py_decimal_id)\nPASS: test_py_exact_power (test.test_decimal.PyWhitebox.test_py_exact_power)\nPASS: test_py_immutability_operations (test.test_decimal.PyWhitebox.test_py_immutability_operations)\nPASS: test_py_rescale (test.test_decimal.PyWhitebox.test_py_rescale)\nPASS: test_inspect_module (test.test_decimal.SignatureTest.test_inspect_module)\nPASS: test_inspect_types (test.test_decimal.SignatureTest.test_inspect_types)\nPASS: test_abs (test.test_decimal.CIBMTestCases.test_abs)\nPASS: test_add (test.test_decimal.CIBMTestCases.test_add)\nPASS: test_and (test.test_decimal.CIBMTestCases.test_and)\nPASS: test_base (test.test_decimal.CIBMTestCases.test_base)\nPASS: test_clamp (test.test_decimal.CIBMTestCases.test_clamp)\nPASS: test_class (test.test_decimal.CIBMTestCases.test_class)\nPASS: test_compare (test.test_decimal.CIBMTestCases.test_compare)\nPASS: test_comparetotal (test.test_decimal.CIBMTestCases.test_comparetotal)\nPASS: test_comparetotmag (test.test_decimal.CIBMTestCases.test_comparetotmag)\nPASS: test_copy (test.test_decimal.CIBMTestCases.test_copy)\nPASS: test_copyabs (test.test_decimal.CIBMTestCases.test_copyabs)\nPASS: test_copynegate (test.test_decimal.CIBMTestCases.test_copynegate)\nPASS: test_copysign (test.test_decimal.CIBMTestCases.test_copysign)\nPASS: test_ddAbs (test.test_decimal.CIBMTestCases.test_ddAbs)\nPASS: test_ddAdd (test.test_decimal.CIBMTestCases.test_ddAdd)\nPASS: test_ddAnd (test.test_decimal.CIBMTestCases.test_ddAnd)\nPASS: test_ddBase (test.test_decimal.CIBMTestCases.test_ddBase)\nPASS: test_ddCanonical (test.test_decimal.CIBMTestCases.test_ddCanonical)\nPASS: test_ddClass (test.test_decimal.CIBMTestCases.test_ddClass)\nPASS: test_ddCompare (test.test_decimal.CIBMTestCases.test_ddCompare)\nPASS: test_ddCompareSig (test.test_decimal.CIBMTestCases.test_ddCompareSig)\nPASS: test_ddCompareTotal (test.test_decimal.CIBMTestCases.test_ddCompareTotal)\nPASS: test_ddCompareTotalMag (test.test_decimal.CIBMTestCases.test_ddCompareTotalMag)\nPASS: test_ddCopy (test.test_decimal.CIBMTestCases.test_ddCopy)\nPASS: test_ddCopyAbs (test.test_decimal.CIBMTestCases.test_ddCopyAbs)\nPASS: test_ddCopyNegate (test.test_decimal.CIBMTestCases.test_ddCopyNegate)\nPASS: test_ddCopySign (test.test_decimal.CIBMTestCases.test_ddCopySign)\nPASS: test_ddDivide (test.test_decimal.CIBMTestCases.test_ddDivide)\nPASS: test_ddDivideInt (test.test_decimal.CIBMTestCases.test_ddDivideInt)\nPASS: test_ddEncode (test.test_decimal.CIBMTestCases.test_ddEncode)\nPASS: test_ddFMA (test.test_decimal.CIBMTestCases.test_ddFMA)\nPASS: test_ddInvert (test.test_decimal.CIBMTestCases.test_ddInvert)\nPASS: test_ddLogB (test.test_decimal.CIBMTestCases.test_ddLogB)\nPASS: test_ddMax (test.test_decimal.CIBMTestCases.test_ddMax)\nPASS: test_ddMaxMag (test.test_decimal.CIBMTestCases.test_ddMaxMag)\nPASS: test_ddMin (test.test_decimal.CIBMTestCases.test_ddMin)\nPASS: test_ddMinMag (test.test_decimal.CIBMTestCases.test_ddMinMag)\nPASS: test_ddMinus (test.test_decimal.CIBMTestCases.test_ddMinus)\nPASS: test_ddMultiply (test.test_decimal.CIBMTestCases.test_ddMultiply)\nPASS: test_ddNextMinus (test.test_decimal.CIBMTestCases.test_ddNextMinus)\nPASS: test_ddNextPlus (test.test_decimal.CIBMTestCases.test_ddNextPlus)\nPASS: test_ddNextToward (test.test_decimal.CIBMTestCases.test_ddNextToward)\nPASS: test_ddOr (test.test_decimal.CIBMTestCases.test_ddOr)\nPASS: test_ddPlus (test.test_decimal.CIBMTestCases.test_ddPlus)\nPASS: test_ddQuantize (test.test_decimal.CIBMTestCases.test_ddQuantize)\nPASS: test_ddReduce (test.test_decimal.CIBMTestCases.test_ddReduce)\nPASS: test_ddRemainder (test.test_decimal.CIBMTestCases.test_ddRemainder)\nPASS: test_ddRemainderNear (test.test_decimal.CIBMTestCases.test_ddRemainderNear)\nPASS: test_ddRotate (test.test_decimal.CIBMTestCases.test_ddRotate)\nPASS: test_ddSameQuantum (test.test_decimal.CIBMTestCases.test_ddSameQuantum)\nPASS: test_ddScaleB (test.test_decimal.CIBMTestCases.test_ddScaleB)\nPASS: test_ddShift (test.test_decimal.CIBMTestCases.test_ddShift)\nPASS: test_ddSubtract (test.test_decimal.CIBMTestCases.test_ddSubtract)\nPASS: test_ddToIntegral (test.test_decimal.CIBMTestCases.test_ddToIntegral)\nPASS: test_ddXor (test.test_decimal.CIBMTestCases.test_ddXor)\nPASS: test_decDouble (test.test_decimal.CIBMTestCases.test_decDouble)\nPASS: test_decQuad (test.test_decimal.CIBMTestCases.test_decQuad)\nPASS: test_decSingle (test.test_decimal.CIBMTestCases.test_decSingle)\nPASS: test_divide (test.test_decimal.CIBMTestCases.test_divide)\nPASS: test_divideint (test.test_decimal.CIBMTestCases.test_divideint)\nPASS: test_dqAbs (test.test_decimal.CIBMTestCases.test_dqAbs)\nPASS: test_dqAdd (test.test_decimal.CIBMTestCases.test_dqAdd)\nPASS: test_dqAnd (test.test_decimal.CIBMTestCases.test_dqAnd)\nPASS: test_dqBase (test.test_decimal.CIBMTestCases.test_dqBase)\nPASS: test_dqCanonical (test.test_decimal.CIBMTestCases.test_dqCanonical)\nPASS: test_dqClass (test.test_decimal.CIBMTestCases.test_dqClass)\nPASS: test_dqCompare (test.test_decimal.CIBMTestCases.test_dqCompare)\nPASS: test_dqCompareSig (test.test_decimal.CIBMTestCases.test_dqCompareSig)\nPASS: test_dqCompareTotal (test.test_decimal.CIBMTestCases.test_dqCompareTotal)\nPASS: test_dqCompareTotalMag (test.test_decimal.CIBMTestCases.test_dqCompareTotalMag)\nPASS: test_dqCopy (test.test_decimal.CIBMTestCases.test_dqCopy)\nPASS: test_dqCopyAbs (test.test_decimal.CIBMTestCases.test_dqCopyAbs)\nPASS: test_dqCopyNegate (test.test_decimal.CIBMTestCases.test_dqCopyNegate)\nPASS: test_dqCopySign (test.test_decimal.CIBMTestCases.test_dqCopySign)\nPASS: test_dqDivide (test.test_decimal.CIBMTestCases.test_dqDivide)\nPASS: test_dqDivideInt (test.test_decimal.CIBMTestCases.test_dqDivideInt)\nPASS: test_dqEncode (test.test_decimal.CIBMTestCases.test_dqEncode)\nPASS: test_dqFMA (test.test_decimal.CIBMTestCases.test_dqFMA)\nPASS: test_dqInvert (test.test_decimal.CIBMTestCases.test_dqInvert)\nPASS: test_dqLogB (test.test_decimal.CIBMTestCases.test_dqLogB)\nPASS: test_dqMax (test.test_decimal.CIBMTestCases.test_dqMax)\nPASS: test_dqMaxMag (test.test_decimal.CIBMTestCases.test_dqMaxMag)\nPASS: test_dqMin (test.test_decimal.CIBMTestCases.test_dqMin)\nPASS: test_dqMinMag (test.test_decimal.CIBMTestCases.test_dqMinMag)\nPASS: test_dqMinus (test.test_decimal.CIBMTestCases.test_dqMinus)\nPASS: test_dqMultiply (test.test_decimal.CIBMTestCases.test_dqMultiply)\nPASS: test_dqNextMinus (test.test_decimal.CIBMTestCases.test_dqNextMinus)\nPASS: test_dqNextPlus (test.test_decimal.CIBMTestCases.test_dqNextPlus)\nPASS: test_dqNextToward (test.test_decimal.CIBMTestCases.test_dqNextToward)\nPASS: test_dqOr (test.test_decimal.CIBMTestCases.test_dqOr)\nPASS: test_dqPlus (test.test_decimal.CIBMTestCases.test_dqPlus)\nPASS: test_dqQuantize (test.test_decimal.CIBMTestCases.test_dqQuantize)\nPASS: test_dqReduce (test.test_decimal.CIBMTestCases.test_dqReduce)\nPASS: test_dqRemainder (test.test_decimal.CIBMTestCases.test_dqRemainder)\nPASS: test_dqRemainderNear (test.test_decimal.CIBMTestCases.test_dqRemainderNear)\nPASS: test_dqRotate (test.test_decimal.CIBMTestCases.test_dqRotate)\nPASS: test_dqSameQuantum (test.test_decimal.CIBMTestCases.test_dqSameQuantum)\nPASS: test_dqScaleB (test.test_decimal.CIBMTestCases.test_dqScaleB)\nPASS: test_dqShift (test.test_decimal.CIBMTestCases.test_dqShift)\nPASS: test_dqSubtract (test.test_decimal.CIBMTestCases.test_dqSubtract)\nPASS: test_dqToIntegral (test.test_decimal.CIBMTestCases.test_dqToIntegral)\nPASS: test_dqXor (test.test_decimal.CIBMTestCases.test_dqXor)\nPASS: test_dsBase (test.test_decimal.CIBMTestCases.test_dsBase)\nPASS: test_dsEncode (test.test_decimal.CIBMTestCases.test_dsEncode)\nPASS: test_exp (test.test_decimal.CIBMTestCases.test_exp)\nPASS: test_extra (test.test_decimal.CIBMTestCases.test_extra)\nPASS: test_fma (test.test_decimal.CIBMTestCases.test_fma)\nPASS: test_inexact (test.test_decimal.CIBMTestCases.test_inexact)\nPASS: test_invert (test.test_decimal.CIBMTestCases.test_invert)\nPASS: test_ln (test.test_decimal.CIBMTestCases.test_ln)\nPASS: test_log10 (test.test_decimal.CIBMTestCases.test_log10)\nPASS: test_logb (test.test_decimal.CIBMTestCases.test_logb)\nPASS: test_max (test.test_decimal.CIBMTestCases.test_max)\nPASS: test_maxmag (test.test_decimal.CIBMTestCases.test_maxmag)\nPASS: test_min (test.test_decimal.CIBMTestCases.test_min)\nPASS: test_minmag (test.test_decimal.CIBMTestCases.test_minmag)\nPASS: test_minus (test.test_decimal.CIBMTestCases.test_minus)\nPASS: test_multiply (test.test_decimal.CIBMTestCases.test_multiply)\nPASS: test_nextminus (test.test_decimal.CIBMTestCases.test_nextminus)\nPASS: test_nextplus (test.test_decimal.CIBMTestCases.test_nextplus)\nPASS: test_nexttoward (test.test_decimal.CIBMTestCases.test_nexttoward)\nPASS: test_or (test.test_decimal.CIBMTestCases.test_or)\nPASS: test_plus (test.test_decimal.CIBMTestCases.test_plus)\nPASS: test_power (test.test_decimal.CIBMTestCases.test_power)\nPASS: test_powersqrt (test.test_decimal.CIBMTestCases.test_powersqrt)\nPASS: test_quantize (test.test_decimal.CIBMTestCases.test_quantize)\nPASS: test_randomBound32 (test.test_decimal.CIBMTestCases.test_randomBound32)\nPASS: test_randoms (test.test_decimal.CIBMTestCases.test_randoms)\nPASS: test_reduce (test.test_decimal.CIBMTestCases.test_reduce)\nPASS: test_remainder (test.test_decimal.CIBMTestCases.test_remainder)\nPASS: test_remainderNear (test.test_decimal.CIBMTestCases.test_remainderNear)\nPASS: test_rescale (test.test_decimal.CIBMTestCases.test_rescale)\nPASS: test_rotate (test.test_decimal.CIBMTestCases.test_rotate)\nPASS: test_rounding (test.test_decimal.CIBMTestCases.test_rounding)\nPASS: test_samequantum (test.test_decimal.CIBMTestCases.test_samequantum)\nPASS: test_scaleb (test.test_decimal.CIBMTestCases.test_scaleb)\nPASS: test_shift (test.test_decimal.CIBMTestCases.test_shift)\nPASS: test_squareroot (test.test_decimal.CIBMTestCases.test_squareroot)\nPASS: test_subtract (test.test_decimal.CIBMTestCases.test_subtract)\nPASS: test_testall (test.test_decimal.CIBMTestCases.test_testall)\nPASS: test_tointegral (test.test_decimal.CIBMTestCases.test_tointegral)\nPASS: test_tointegralx (test.test_decimal.CIBMTestCases.test_tointegralx)\nPASS: test_xor (test.test_decimal.CIBMTestCases.test_xor)\nPASS: test_abs (test.test_decimal.PyIBMTestCases.test_abs)\nPASS: test_add (test.test_decimal.PyIBMTestCases.test_add)\nPASS: test_and (test.test_decimal.PyIBMTestCases.test_and)\nPASS: test_base (test.test_decimal.PyIBMTestCases.test_base)\nPASS: test_clamp (test.test_decimal.PyIBMTestCases.test_clamp)\nPASS: test_class (test.test_decimal.PyIBMTestCases.test_class)\nPASS: test_compare (test.test_decimal.PyIBMTestCases.test_compare)\nPASS: test_comparetotal (test.test_decimal.PyIBMTestCases.test_comparetotal)\nPASS: test_comparetotmag (test.test_decimal.PyIBMTestCases.test_comparetotmag)\nPASS: test_copy (test.test_decimal.PyIBMTestCases.test_copy)\nPASS: test_copyabs (test.test_decimal.PyIBMTestCases.test_copyabs)\nPASS: test_copynegate (test.test_decimal.PyIBMTestCases.test_copynegate)\nPASS: test_copysign (test.test_decimal.PyIBMTestCases.test_copysign)\nPASS: test_ddAbs (test.test_decimal.PyIBMTestCases.test_ddAbs)\nPASS: test_ddAdd (test.test_decimal.PyIBMTestCases.test_ddAdd)\nPASS: test_ddAnd (test.test_decimal.PyIBMTestCases.test_ddAnd)\nPASS: test_ddBase (test.test_decimal.PyIBMTestCases.test_ddBase)\nPASS: test_ddCanonical (test.test_decimal.PyIBMTestCases.test_ddCanonical)\nPASS: test_ddClass (test.test_decimal.PyIBMTestCases.test_ddClass)\nPASS: test_ddCompare (test.test_decimal.PyIBMTestCases.test_ddCompare)\nPASS: test_ddCompareSig (test.test_decimal.PyIBMTestCases.test_ddCompareSig)\nPASS: test_ddCompareTotal (test.test_decimal.PyIBMTestCases.test_ddCompareTotal)\nPASS: test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag)\nPASS: test_ddCopy (test.test_decimal.PyIBMTestCases.test_ddCopy)\nPASS: test_ddCopyAbs (test.test_decimal.PyIBMTestCases.test_ddCopyAbs)\nPASS: test_ddCopyNegate (test.test_decimal.PyIBMTestCases.test_ddCopyNegate)\nPASS: test_ddCopySign (test.test_decimal.PyIBMTestCases.test_ddCopySign)\nPASS: test_ddDivide (test.test_decimal.PyIBMTestCases.test_ddDivide)\nPASS: test_ddDivideInt (test.test_decimal.PyIBMTestCases.test_ddDivideInt)\nPASS: test_ddEncode (test.test_decimal.PyIBMTestCases.test_ddEncode)\nPASS: test_ddFMA (test.test_decimal.PyIBMTestCases.test_ddFMA)\nPASS: test_ddInvert (test.test_decimal.PyIBMTestCases.test_ddInvert)\nPASS: test_ddLogB (test.test_decimal.PyIBMTestCases.test_ddLogB)\nPASS: test_ddMax (test.test_decimal.PyIBMTestCases.test_ddMax)\nPASS: test_ddMaxMag (test.test_decimal.PyIBMTestCases.test_ddMaxMag)\nPASS: test_ddMin (test.test_decimal.PyIBMTestCases.test_ddMin)\nPASS: test_ddMinMag (test.test_decimal.PyIBMTestCases.test_ddMinMag)\nPASS: test_ddMinus (test.test_decimal.PyIBMTestCases.test_ddMinus)\nPASS: test_ddMultiply (test.test_decimal.PyIBMTestCases.test_ddMultiply)\nPASS: test_ddNextMinus (test.test_decimal.PyIBMTestCases.test_ddNextMinus)\nPASS: test_ddNextPlus (test.test_decimal.PyIBMTestCases.test_ddNextPlus)\nPASS: test_ddNextToward (test.test_decimal.PyIBMTestCases.test_ddNextToward)\nPASS: test_ddOr (test.test_decimal.PyIBMTestCases.test_ddOr)\nPASS: test_ddPlus (test.test_decimal.PyIBMTestCases.test_ddPlus)\nPASS: test_ddQuantize (test.test_decimal.PyIBMTestCases.test_ddQuantize)\nPASS: test_ddReduce (test.test_decimal.PyIBMTestCases.test_ddReduce)\nPASS: test_ddRemainder (test.test_decimal.PyIBMTestCases.test_ddRemainder)\nPASS: test_ddRemainderNear (test.test_decimal.PyIBMTestCases.test_ddRemainderNear)\nPASS: test_ddRotate (test.test_decimal.PyIBMTestCases.test_ddRotate)\nPASS: test_ddSameQuantum (test.test_decimal.PyIBMTestCases.test_ddSameQuantum)\nPASS: test_ddScaleB (test.test_decimal.PyIBMTestCases.test_ddScaleB)\nPASS: test_ddShift (test.test_decimal.PyIBMTestCases.test_ddShift)\nPASS: test_ddSubtract (test.test_decimal.PyIBMTestCases.test_ddSubtract)\nPASS: test_ddToIntegral (test.test_decimal.PyIBMTestCases.test_ddToIntegral)\nPASS: test_ddXor (test.test_decimal.PyIBMTestCases.test_ddXor)\nPASS: test_decDouble (test.test_decimal.PyIBMTestCases.test_decDouble)\nPASS: test_decQuad (test.test_decimal.PyIBMTestCases.test_decQuad)\nPASS: test_decSingle (test.test_decimal.PyIBMTestCases.test_decSingle)\nPASS: test_divide (test.test_decimal.PyIBMTestCases.test_divide)\nPASS: test_divideint (test.test_decimal.PyIBMTestCases.test_divideint)\nPASS: test_dqAbs (test.test_decimal.PyIBMTestCases.test_dqAbs)\nPASS: test_dqAdd (test.test_decimal.PyIBMTestCases.test_dqAdd)\nPASS: test_dqAnd (test.test_decimal.PyIBMTestCases.test_dqAnd)\nPASS: test_dqBase (test.test_decimal.PyIBMTestCases.test_dqBase)\nPASS: test_dqCanonical (test.test_decimal.PyIBMTestCases.test_dqCanonical)\nPASS: test_dqClass (test.test_decimal.PyIBMTestCases.test_dqClass)\nPASS: test_dqCompare (test.test_decimal.PyIBMTestCases.test_dqCompare)\nPASS: test_dqCompareSig (test.test_decimal.PyIBMTestCases.test_dqCompareSig)\nPASS: test_dqCompareTotal (test.test_decimal.PyIBMTestCases.test_dqCompareTotal)\nPASS: test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag)\nPASS: test_dqCopy (test.test_decimal.PyIBMTestCases.test_dqCopy)\nPASS: test_dqCopyAbs (test.test_decimal.PyIBMTestCases.test_dqCopyAbs)\nPASS: test_dqCopyNegate (test.test_decimal.PyIBMTestCases.test_dqCopyNegate)\nPASS: test_dqCopySign (test.test_decimal.PyIBMTestCases.test_dqCopySign)\nPASS: test_dqDivide (test.test_decimal.PyIBMTestCases.test_dqDivide)\nPASS: test_dqDivideInt (test.test_decimal.PyIBMTestCases.test_dqDivideInt)\nPASS: test_dqEncode (test.test_decimal.PyIBMTestCases.test_dqEncode)\nPASS: test_dqFMA (test.test_decimal.PyIBMTestCases.test_dqFMA)\nPASS: test_dqInvert (test.test_decimal.PyIBMTestCases.test_dqInvert)\nPASS: test_dqLogB (test.test_decimal.PyIBMTestCases.test_dqLogB)\nPASS: test_dqMax (test.test_decimal.PyIBMTestCases.test_dqMax)\nPASS: test_dqMaxMag (test.test_decimal.PyIBMTestCases.test_dqMaxMag)\nPASS: test_dqMin (test.test_decimal.PyIBMTestCases.test_dqMin)\nPASS: test_dqMinMag (test.test_decimal.PyIBMTestCases.test_dqMinMag)\nPASS: test_dqMinus (test.test_decimal.PyIBMTestCases.test_dqMinus)\nPASS: test_dqMultiply (test.test_decimal.PyIBMTestCases.test_dqMultiply)\nPASS: test_dqNextMinus (test.test_decimal.PyIBMTestCases.test_dqNextMinus)\nPASS: test_dqNextPlus (test.test_decimal.PyIBMTestCases.test_dqNextPlus)\nPASS: test_dqNextToward (test.test_decimal.PyIBMTestCases.test_dqNextToward)\nPASS: test_dqOr (test.test_decimal.PyIBMTestCases.test_dqOr)\nPASS: test_dqPlus (test.test_decimal.PyIBMTestCases.test_dqPlus)\nPASS: test_dqQuantize (test.test_decimal.PyIBMTestCases.test_dqQuantize)\nPASS: test_dqReduce (test.test_decimal.PyIBMTestCases.test_dqReduce)\nPASS: test_dqRemainder (test.test_decimal.PyIBMTestCases.test_dqRemainder)\nPASS: test_dqRemainderNear (test.test_decimal.PyIBMTestCases.test_dqRemainderNear)\nPASS: test_dqRotate (test.test_decimal.PyIBMTestCases.test_dqRotate)\nPASS: test_dqSameQuantum (test.test_decimal.PyIBMTestCases.test_dqSameQuantum)\nPASS: test_dqScaleB (test.test_decimal.PyIBMTestCases.test_dqScaleB)\nPASS: test_dqShift (test.test_decimal.PyIBMTestCases.test_dqShift)\nPASS: test_dqSubtract (test.test_decimal.PyIBMTestCases.test_dqSubtract)\nPASS: test_dqToIntegral (test.test_decimal.PyIBMTestCases.test_dqToIntegral)\nPASS: test_dqXor (test.test_decimal.PyIBMTestCases.test_dqXor)\nPASS: test_dsBase (test.test_decimal.PyIBMTestCases.test_dsBase)\nPASS: test_dsEncode (test.test_decimal.PyIBMTestCases.test_dsEncode)\nPASS: test_exp (test.test_decimal.PyIBMTestCases.test_exp)\nPASS: test_extra (test.test_decimal.PyIBMTestCases.test_extra)\nPASS: test_fma (test.test_decimal.PyIBMTestCases.test_fma)\nPASS: test_inexact (test.test_decimal.PyIBMTestCases.test_inexact)\nPASS: test_invert (test.test_decimal.PyIBMTestCases.test_invert)\nPASS: test_ln (test.test_decimal.PyIBMTestCases.test_ln)\nPASS: test_log10 (test.test_decimal.PyIBMTestCases.test_log10)\nPASS: test_logb (test.test_decimal.PyIBMTestCases.test_logb)\nPASS: test_max (test.test_decimal.PyIBMTestCases.test_max)\nPASS: test_maxmag (test.test_decimal.PyIBMTestCases.test_maxmag)\nPASS: test_min (test.test_decimal.PyIBMTestCases.test_min)\nPASS: test_minmag (test.test_decimal.PyIBMTestCases.test_minmag)\nPASS: test_minus (test.test_decimal.PyIBMTestCases.test_minus)\nPASS: test_multiply (test.test_decimal.PyIBMTestCases.test_multiply)\nPASS: test_nextminus (test.test_decimal.PyIBMTestCases.test_nextminus)\nPASS: test_nextplus (test.test_decimal.PyIBMTestCases.test_nextplus)\nPASS: test_nexttoward (test.test_decimal.PyIBMTestCases.test_nexttoward)\nPASS: test_or (test.test_decimal.PyIBMTestCases.test_or)\nPASS: test_plus (test.test_decimal.PyIBMTestCases.test_plus)\nPASS: test_power (test.test_decimal.PyIBMTestCases.test_power)\nPASS: test_powersqrt (test.test_decimal.PyIBMTestCases.test_powersqrt)\nPASS: test_quantize (test.test_decimal.PyIBMTestCases.test_quantize)\nPASS: test_randomBound32 (test.test_decimal.PyIBMTestCases.test_randomBound32)\nPASS: test_randoms (test.test_decimal.PyIBMTestCases.test_randoms)\nPASS: test_reduce (test.test_decimal.PyIBMTestCases.test_reduce)\nPASS: test_remainder (test.test_decimal.PyIBMTestCases.test_remainder)\nPASS: test_remainderNear (test.test_decimal.PyIBMTestCases.test_remainderNear)\nPASS: test_rescale (test.test_decimal.PyIBMTestCases.test_rescale)\nPASS: test_rotate (test.test_decimal.PyIBMTestCases.test_rotate)\nPASS: test_rounding (test.test_decimal.PyIBMTestCases.test_rounding)\nPASS: test_samequantum (test.test_decimal.PyIBMTestCases.test_samequantum)\nPASS: test_scaleb (test.test_decimal.PyIBMTestCases.test_scaleb)\nPASS: test_shift (test.test_decimal.PyIBMTestCases.test_shift)\nPASS: test_squareroot (test.test_decimal.PyIBMTestCases.test_squareroot)\nPASS: test_subtract (test.test_decimal.PyIBMTestCases.test_subtract)\nPASS: test_testall (test.test_decimal.PyIBMTestCases.test_testall)\nPASS: test_tointegral (test.test_decimal.PyIBMTestCases.test_tointegral)\nPASS: test_tointegralx (test.test_decimal.PyIBMTestCases.test_tointegralx)\nPASS: test_xor (test.test_decimal.PyIBMTestCases.test_xor)\ndecimal ()\nPASS: Doctest: decimal\nContext (decimal)\nPASS: Doctest: decimal.Context\ncompare_total (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.compare_total\ncopy_sign (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.copy_sign\nfma (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.fma\nfrom_float (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.from_float\nquantize (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.quantize\ndecimal ()\nPASS: Doctest: decimal\nabs (decimal.Context)\nPASS: Doctest: decimal.Context.abs\nadd (decimal.Context)\nPASS: Doctest: decimal.Context.add\ncanonical (decimal.Context)\nPASS: Doctest: decimal.Context.canonical\ncompare (decimal.Context)\nPASS: Doctest: decimal.Context.compare\ncompare_signal (decimal.Context)\nPASS: Doctest: decimal.Context.compare_signal\ncompare_total (decimal.Context)\nPASS: Doctest: decimal.Context.compare_total\ncopy_abs (decimal.Context)\nPASS: Doctest: decimal.Context.copy_abs\ncopy_decimal (decimal.Context)\nPASS: Doctest: decimal.Context.copy_decimal\ncopy_negate (decimal.Context)\nPASS: Doctest: decimal.Context.copy_negate\ncopy_sign (decimal.Context)\nPASS: Doctest: decimal.Context.copy_sign\ncreate_decimal_from_float (decimal.Context)\nPASS: Doctest: decimal.Context.create_decimal_from_float\ndivide (decimal.Context)\nPASS: Doctest: decimal.Context.divide\ndivide_int (decimal.Context)\nPASS: Doctest: decimal.Context.divide_int\ndivmod (decimal.Context)\nPASS: Doctest: decimal.Context.divmod\nexp (decimal.Context)\nPASS: Doctest: decimal.Context.exp\nfma (decimal.Context)\nPASS: Doctest: decimal.Context.fma\nis_canonical (decimal.Context)\nPASS: Doctest: decimal.Context.is_canonical\nis_finite (decimal.Context)\nPASS: Doctest: decimal.Context.is_finite\nis_infinite (decimal.Context)\nPASS: Doctest: decimal.Context.is_infinite\nis_nan (decimal.Context)\nPASS: Doctest: decimal.Context.is_nan\nis_normal (decimal.Context)\nPASS: Doctest: decimal.Context.is_normal\nis_qnan (decimal.Context)\nPASS: Doctest: decimal.Context.is_qnan\nis_signed (decimal.Context)\nPASS: Doctest: decimal.Context.is_signed\nis_snan (decimal.Context)\nPASS: Doctest: decimal.Context.is_snan\nis_subnormal (decimal.Context)\nPASS: Doctest: decimal.Context.is_subnormal\nis_zero (decimal.Context)\nPASS: Doctest: decimal.Context.is_zero\nln (decimal.Context)\nPASS: Doctest: decimal.Context.ln\nlog10 (decimal.Context)\nPASS: Doctest: decimal.Context.log10\nlogb (decimal.Context)\nPASS: Doctest: decimal.Context.logb\nlogical_and (decimal.Context)\nPASS: Doctest: decimal.Context.logical_and\nlogical_invert (decimal.Context)\nPASS: Doctest: decimal.Context.logical_invert\nlogical_or (decimal.Context)\nPASS: Doctest: decimal.Context.logical_or\nlogical_xor (decimal.Context)\nPASS: Doctest: decimal.Context.logical_xor\nmax (decimal.Context)\nPASS: Doctest: decimal.Context.max\nmax_mag (decimal.Context)\nPASS: Doctest: decimal.Context.max_mag\nmin (decimal.Context)\nPASS: Doctest: decimal.Context.min\nmin_mag (decimal.Context)\nPASS: Doctest: decimal.Context.min_mag\nminus (decimal.Context)\nPASS: Doctest: decimal.Context.minus\nmultiply (decimal.Context)\nPASS: Doctest: decimal.Context.multiply\nnext_minus (decimal.Context)\nPASS: Doctest: decimal.Context.next_minus\nnext_plus (decimal.Context)\nPASS: Doctest: decimal.Context.next_plus\nnext_toward (decimal.Context)\nPASS: Doctest: decimal.Context.next_toward\nnormalize (decimal.Context)\nPASS: Doctest: decimal.Context.normalize\nnumber_class (decimal.Context)\nPASS: Doctest: decimal.Context.number_class\nplus (decimal.Context)\nPASS: Doctest: decimal.Context.plus\npower (decimal.Context)\nPASS: Doctest: decimal.Context.power\nquantize (decimal.Context)\nPASS: Doctest: decimal.Context.quantize\nradix (decimal.Context)\nPASS: Doctest: decimal.Context.radix\nremainder (decimal.Context)\nPASS: Doctest: decimal.Context.remainder\nremainder_near (decimal.Context)\nPASS: Doctest: decimal.Context.remainder_near\nrotate (decimal.Context)\nPASS: Doctest: decimal.Context.rotate\nsame_quantum (decimal.Context)\nPASS: Doctest: decimal.Context.same_quantum\nscaleb (decimal.Context)\nPASS: Doctest: decimal.Context.scaleb\nshift (decimal.Context)\nPASS: Doctest: decimal.Context.shift\nsqrt (decimal.Context)\nPASS: Doctest: decimal.Context.sqrt\nsubtract (decimal.Context)\nPASS: Doctest: decimal.Context.subtract\nto_eng_string (decimal.Context)\nPASS: Doctest: decimal.Context.to_eng_string\nto_integral_exact (decimal.Context)\nPASS: Doctest: decimal.Context.to_integral_exact\nto_integral_value (decimal.Context)\nPASS: Doctest: decimal.Context.to_integral_value\n__new__ (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.__new__\n__round__ (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.__round__\nas_integer_ratio (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.as_integer_ratio\nfrom_float (decimal.Decimal)\nPASS: Doctest: decimal.Decimal.from_float\n_decimal_lshift_exact (decimal)\nPASS: Doctest: decimal._decimal_lshift_exact\nlocalcontext (decimal)\nPASS: Doctest: decimal.localcontext\n\n----------------------------------------------------------------------\nRan 719 tests in 1.353s\n\nOK (skipped=9)\n0:01:23 load avg: 1.51 [155/480] test_descr passed\nPASS: test_pytype_long_ready (test.test_descr.AAAPTypesLongInitTest.test_pytype_long_ready)\nPASS: test_abstractmethods (test.test_descr.ClassPropertiesAndMethods.test_abstractmethods)\nPASS: test_altmro (test.test_descr.ClassPropertiesAndMethods.test_altmro)\nPASS: test_assign_slice (test.test_descr.ClassPropertiesAndMethods.test_assign_slice)\nPASS: test_attr_raise_through_property (test.test_descr.ClassPropertiesAndMethods.test_attr_raise_through_property)\ntest_bad_new (test.test_descr.ClassPropertiesAndMethods.test_bad_new) ... expected failure\nPASS: test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods.test_basic_inheritance)\nPASS: test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods.test_binary_operator_override)\nPASS: test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods.test_bound_method_repr)\nPASS: test_bpo25750 (test.test_descr.ClassPropertiesAndMethods.test_bpo25750)\nPASS: test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods.test_buffer_inheritance)\nPASS: test_builtin_bases (test.test_descr.ClassPropertiesAndMethods.test_builtin_bases)\nPASS: test_builtin_function_or_method (test.test_descr.ClassPropertiesAndMethods.test_builtin_function_or_method)\nPASS: test_carloverre (test.test_descr.ClassPropertiesAndMethods.test_carloverre)\nPASS: test_carloverre_multi_inherit_invalid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid)\nPASS: test_carloverre_multi_inherit_valid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_valid)\nPASS: test_classic (test.test_descr.ClassPropertiesAndMethods.test_classic)\nPASS: test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods.test_classic_comparisons)\nPASS: test_classmethods (test.test_descr.ClassPropertiesAndMethods.test_classmethods)\nPASS: test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_classmethods_in_c)\nPASS: test_compattr (test.test_descr.ClassPropertiesAndMethods.test_compattr)\nPASS: test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods.test_consistency_with_epg)\nPASS: test_copy_setstate (test.test_descr.ClassPropertiesAndMethods.test_copy_setstate)\nPASS: test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict)\nPASS: test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods.test_deepcopy_recursive)\nPASS: test_delete_hook (test.test_descr.ClassPropertiesAndMethods.test_delete_hook)\nPASS: test_descrdoc (test.test_descr.ClassPropertiesAndMethods.test_descrdoc)\nPASS: test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods.test_diamond_inheritance)\nPASS: test_dict_constructors (test.test_descr.ClassPropertiesAndMethods.test_dict_constructors)\nPASS: test_dir (test.test_descr.ClassPropertiesAndMethods.test_dir)\nPASS: test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods.test_doc_descriptor)\nPASS: test_dynamics (test.test_descr.ClassPropertiesAndMethods.test_dynamics)\nPASS: test_errors (test.test_descr.ClassPropertiesAndMethods.test_errors)\nPASS: test_evil_type_name (test.test_descr.ClassPropertiesAndMethods.test_evil_type_name)\nPASS: test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods.test_ex5_from_c3_switch)\nPASS: test_file_fault (test.test_descr.ClassPropertiesAndMethods.test_file_fault)\nPASS: test_funny_new (test.test_descr.ClassPropertiesAndMethods.test_funny_new)\nPASS: test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods.test_getattr_hooks)\nPASS: test_gh55664 (test.test_descr.ClassPropertiesAndMethods.test_gh55664)\nPASS: test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods.test_hash_inheritance)\nPASS: test_imul_bug (test.test_descr.ClassPropertiesAndMethods.test_imul_bug)\nPASS: test_init (test.test_descr.ClassPropertiesAndMethods.test_init)\nPASS: test_instance_method_get_behavior (test.test_descr.ClassPropertiesAndMethods.test_instance_method_get_behavior)\nPASS: test_ipow (test.test_descr.ClassPropertiesAndMethods.test_ipow)\nPASS: test_ipow_exception_text (test.test_descr.ClassPropertiesAndMethods.test_ipow_exception_text)\nPASS: test_ipow_returns_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_ipow_returns_not_implemented)\nPASS: test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods.test_isinst_isclass)\nPASS: test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods.test_keyword_arguments)\nPASS: test_keywords (test.test_descr.ClassPropertiesAndMethods.test_keywords)\nPASS: test_load_attr_extended_arg (test.test_descr.ClassPropertiesAndMethods.test_load_attr_extended_arg)\nPASS: test_metaclass (test.test_descr.ClassPropertiesAndMethods.test_metaclass)\nPASS: test_meth_class_get (test.test_descr.ClassPropertiesAndMethods.test_meth_class_get)\nPASS: test_method_wrapper (test.test_descr.ClassPropertiesAndMethods.test_method_wrapper)\nPASS: test_methods (test.test_descr.ClassPropertiesAndMethods.test_methods)\nPASS: test_methods_in_c (test.test_descr.ClassPropertiesAndMethods.test_methods_in_c)\nPASS: test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods.test_mixing_slot_wrappers)\nPASS: test_module_subclasses (test.test_descr.ClassPropertiesAndMethods.test_module_subclasses)\nPASS: test_monotonicity (test.test_descr.ClassPropertiesAndMethods.test_monotonicity)\nPASS: test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods.test_mro_disagreement)\nPASS: test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_multiple_inheritance)\nPASS: test_mutable_bases (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases)\nPASS: test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict)\nPASS: test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro)\nPASS: test_mutable_names (test.test_descr.ClassPropertiesAndMethods.test_mutable_names)\nPASS: test_newslots (test.test_descr.ClassPropertiesAndMethods.test_newslots)\nPASS: test_no_ipow (test.test_descr.ClassPropertiesAndMethods.test_no_ipow)\nPASS: test_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_not_implemented)\nPASS: test_object_class (test.test_descr.ClassPropertiesAndMethods.test_object_class)\nPASS: test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes)\nPASS: test_object_new (test.test_descr.ClassPropertiesAndMethods.test_object_new)\nPASS: test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods.test_object_new_and_init_with_parameters)\nPASS: test_overloading (test.test_descr.ClassPropertiesAndMethods.test_overloading)\nPASS: test_properties (test.test_descr.ClassPropertiesAndMethods.test_properties)\nPASS: test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods.test_properties_doc_attrib)\nPASS: test_properties_plus (test.test_descr.ClassPropertiesAndMethods.test_properties_plus)\nPASS: test_proxy_call (test.test_descr.ClassPropertiesAndMethods.test_proxy_call)\nPASS: test_proxy_super (test.test_descr.ClassPropertiesAndMethods.test_proxy_super)\nPASS: test_python_dicts (test.test_descr.ClassPropertiesAndMethods.test_python_dicts)\nPASS: test_python_lists (test.test_descr.ClassPropertiesAndMethods.test_python_lists)\nPASS: test_qualname (test.test_descr.ClassPropertiesAndMethods.test_qualname)\nPASS: test_qualname_dict (test.test_descr.ClassPropertiesAndMethods.test_qualname_dict)\nPASS: test_recursive_call (test.test_descr.ClassPropertiesAndMethods.test_recursive_call)\nSKIP: test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_classmethod___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nSKIP: test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_remove_subclass (test.test_descr.ClassPropertiesAndMethods.test_remove_subclass)\nPASS: test_repr_as_str (test.test_descr.ClassPropertiesAndMethods.test_repr_as_str)\nPASS: test_repr_with_module_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_repr_with_module_str_subclass)\ntest_restored_object_new (test.test_descr.ClassPropertiesAndMethods.test_restored_object_new) ... expected failure\nPASS: test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods.test_rich_comparisons)\nPASS: test_rmul (test.test_descr.ClassPropertiesAndMethods.test_rmul)\nPASS: test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get)\nPASS: test_set_class (test.test_descr.ClassPropertiesAndMethods.test_set_class)\nPASS: test_set_dict (test.test_descr.ClassPropertiesAndMethods.test_set_dict)\nPASS: test_set_doc (test.test_descr.ClassPropertiesAndMethods.test_set_doc)\nPASS: test_slices (test.test_descr.ClassPropertiesAndMethods.test_slices)\nPASS: test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable)\nPASS: test_slots (test.test_descr.ClassPropertiesAndMethods.test_slots)\nPASS: test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor)\nPASS: test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance)\nPASS: test_slots_special (test.test_descr.ClassPropertiesAndMethods.test_slots_special)\nPASS: test_slots_special2 (test.test_descr.ClassPropertiesAndMethods.test_slots_special2)\nPASS: test_slots_trash (test.test_descr.ClassPropertiesAndMethods.test_slots_trash)\nPASS: test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup)\nPASS: test_special_unbound_method_types (test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types)\nPASS: test_specialized_method_calls_check_types (test.test_descr.ClassPropertiesAndMethods.test_specialized_method_calls_check_types)\nPASS: test_specials (test.test_descr.ClassPropertiesAndMethods.test_specials)\nPASS: test_staticmethods (test.test_descr.ClassPropertiesAndMethods.test_staticmethods)\nPASS: test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_staticmethods_in_c)\nPASS: test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_str_of_str_subclass)\nPASS: test_str_operations (test.test_descr.ClassPropertiesAndMethods.test_str_operations)\nPASS: test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key)\nPASS: test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation)\nPASS: test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods.test_subclass_right_op)\nPASS: test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors)\nPASS: test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection)\nPASS: test_supers (test.test_descr.ClassPropertiesAndMethods.test_supers)\nPASS: test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault)\nPASS: test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods.test_type___getattribute__)\nPASS: test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules)\nPASS: test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods.test_unsubclassable_types)\nPASS: test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods.test_vicious_descriptor_nonsense)\nPASS: test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods.test_weakref_segfault)\nPASS: test_weakrefs (test.test_descr.ClassPropertiesAndMethods.test_weakrefs)\nSKIP: test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault) \"resource 'cpu' is not enabled\"\nPASS: test_wrong_class_slot_wrapper (test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper)\nPASS: test_dict_type_with_metaclass (test.test_descr.DictProxyTests.test_dict_type_with_metaclass)\nPASS: test_iter_items (test.test_descr.DictProxyTests.test_iter_items)\nPASS: test_iter_keys (test.test_descr.DictProxyTests.test_iter_keys)\nPASS: test_iter_values (test.test_descr.DictProxyTests.test_iter_values)\nPASS: test_repr (test.test_descr.DictProxyTests.test_repr)\nPASS: test_type_lookup_mro_reference (test.test_descr.MiscTests.test_type_lookup_mro_reference)\ntest_disappearing_custom_mro (test.test_descr.MroTest.test_disappearing_custom_mro)\nPASS: gh-92112: A custom mro() returning a result conflicting with\ntest_incomplete_extend (test.test_descr.MroTest.test_incomplete_extend)\nPASS: Extending an uninitialized type with type->tp_mro == NULL must\ntest_incomplete_set_bases_on_self (test.test_descr.MroTest.test_incomplete_set_bases_on_self)\nPASS: type_set_bases must be aware that type->tp_mro can be NULL.\ntest_incomplete_super (test.test_descr.MroTest.test_incomplete_super)\nPASS: Attribute lookup on a super object must be aware that\ntest_reent_set_bases_on_base (test.test_descr.MroTest.test_reent_set_bases_on_base)\nPASS: Deep reentrancy must not over-decref old_mro.\ntest_reent_set_bases_on_direct_base (test.test_descr.MroTest.test_reent_set_bases_on_direct_base)\nPASS: Similar to test_reent_set_bases_on_base, but may crash differently.\ntest_reent_set_bases_tp_base_cycle (test.test_descr.MroTest.test_reent_set_bases_tp_base_cycle)\nPASS: type_set_bases must check for an inheritance cycle not only through\ntest_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest.test_tp_subclasses_cycle_error_return_path)\nPASS: The same as test_tp_subclasses_cycle_in_update_slots, but tests\ntest_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest.test_tp_subclasses_cycle_in_update_slots)\nPASS: type_set_bases must check for reentrancy upon finishing its job\nPASS: test_complexes (test.test_descr.OperatorsTest.test_complexes)\nPASS: test_dicts (test.test_descr.OperatorsTest.test_dicts)\nPASS: test_explicit_reverse_methods (test.test_descr.OperatorsTest.test_explicit_reverse_methods)\nPASS: test_floats (test.test_descr.OperatorsTest.test_floats)\nPASS: test_ints (test.test_descr.OperatorsTest.test_ints)\nPASS: test_lists (test.test_descr.OperatorsTest.test_lists)\nPASS: test_spam_dicts (test.test_descr.OperatorsTest.test_spam_dicts)\nPASS: test_spam_lists (test.test_descr.OperatorsTest.test_spam_lists)\nPASS: test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest.test_wrap_lenfunc_bad_cast)\nPASS: test_issue24097 (test.test_descr.PicklingTests.test_issue24097)\nPASS: test_object_reduce (test.test_descr.PicklingTests.test_object_reduce)\nPASS: test_pickle_slots (test.test_descr.PicklingTests.test_pickle_slots)\nPASS: test_reduce (test.test_descr.PicklingTests.test_reduce)\nPASS: test_reduce_copying (test.test_descr.PicklingTests.test_reduce_copying)\nPASS: test_special_method_lookup (test.test_descr.PicklingTests.test_special_method_lookup)\nPASS: test_subclasses (test.test_descr.SharedKeyTests.test_subclasses)\n\n----------------------------------------------------------------------\nRan 156 tests in 0.243s\n\nOK (skipped=3, expected failures=2)\n0:01:23 load avg: 1.51 [156/480] test_devpoll skipped\ntest_devpoll skipped -- test works only on Solaris OS family\n0:01:23 load avg: 1.51 [157/480] test_descrtut passed\ntut1 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut1\ntut2 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut2\ntut3 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut3\ntut4 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut4\ntut5 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut5\ntut6 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut6\ntut7 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut7\ntut8 (test.test_descrtut.__test__)\nPASS: Doctest: test.test_descrtut.__test__.tut8\n\n----------------------------------------------------------------------\nRan 8 tests in 0.005s\n\nOK\n0:01:23 load avg: 1.51 [158/480] test_dict_version passed\nPASS: test_clear (test.test_dict_version.DictSubtypeVersionTests.test_clear)\nPASS: test_constructor (test.test_dict_version.DictSubtypeVersionTests.test_constructor)\nPASS: test_copy (test.test_dict_version.DictSubtypeVersionTests.test_copy)\nPASS: test_delitem (test.test_dict_version.DictSubtypeVersionTests.test_delitem)\nPASS: test_pop (test.test_dict_version.DictSubtypeVersionTests.test_pop)\nPASS: test_popitem (test.test_dict_version.DictSubtypeVersionTests.test_popitem)\nPASS: test_setdefault (test.test_dict_version.DictSubtypeVersionTests.test_setdefault)\nPASS: test_setitem (test.test_dict_version.DictSubtypeVersionTests.test_setitem)\nPASS: test_setitem_equal (test.test_dict_version.DictSubtypeVersionTests.test_setitem_equal)\nPASS: test_setitem_same_value (test.test_dict_version.DictSubtypeVersionTests.test_setitem_same_value)\nPASS: test_update (test.test_dict_version.DictSubtypeVersionTests.test_update)\nPASS: test_clear (test.test_dict_version.DictVersionTests.test_clear)\nPASS: test_constructor (test.test_dict_version.DictVersionTests.test_constructor)\nPASS: test_copy (test.test_dict_version.DictVersionTests.test_copy)\nPASS: test_delitem (test.test_dict_version.DictVersionTests.test_delitem)\nPASS: test_pop (test.test_dict_version.DictVersionTests.test_pop)\nPASS: test_popitem (test.test_dict_version.DictVersionTests.test_popitem)\nPASS: test_setdefault (test.test_dict_version.DictVersionTests.test_setdefault)\nPASS: test_setitem (test.test_dict_version.DictVersionTests.test_setitem)\nPASS: test_setitem_equal (test.test_dict_version.DictVersionTests.test_setitem_equal)\nPASS: test_setitem_same_value (test.test_dict_version.DictVersionTests.test_setitem_same_value)\nPASS: test_update (test.test_dict_version.DictVersionTests.test_update)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.001s\n\nOK\n0:01:23 load avg: 1.51 [159/480] test_dictcomps passed\nPASS: test_assignment_idiom_in_comprehensions (test.test_dictcomps.DictComprehensionTest.test_assignment_idiom_in_comprehensions)\nPASS: test_basics (test.test_dictcomps.DictComprehensionTest.test_basics)\nPASS: test_evaluation_order (test.test_dictcomps.DictComprehensionTest.test_evaluation_order)\nPASS: test_exception_locations (test.test_dictcomps.DictComprehensionTest.test_exception_locations)\nPASS: test_global_visibility (test.test_dictcomps.DictComprehensionTest.test_global_visibility)\nPASS: test_illegal_assignment (test.test_dictcomps.DictComprehensionTest.test_illegal_assignment)\nPASS: test_local_visibility (test.test_dictcomps.DictComprehensionTest.test_local_visibility)\nPASS: test_scope_isolation (test.test_dictcomps.DictComprehensionTest.test_scope_isolation)\nPASS: test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest.test_scope_isolation_from_global)\nPASS: test_star_expression (test.test_dictcomps.DictComprehensionTest.test_star_expression)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.001s\n\nOK\n0:01:23 load avg: 1.51 [160/480] test_dictviews passed\nPASS: test_abc_registry (test.test_dictviews.DictSetTest.test_abc_registry)\nPASS: test_compare_error (test.test_dictviews.DictSetTest.test_compare_error)\nPASS: test_constructors_not_callable (test.test_dictviews.DictSetTest.test_constructors_not_callable)\nPASS: test_copy (test.test_dictviews.DictSetTest.test_copy)\nPASS: test_deeply_nested_repr (test.test_dictviews.DictSetTest.test_deeply_nested_repr)\nPASS: test_dict_items (test.test_dictviews.DictSetTest.test_dict_items)\nPASS: test_dict_keys (test.test_dictviews.DictSetTest.test_dict_keys)\nPASS: test_dict_mixed_keys_items (test.test_dictviews.DictSetTest.test_dict_mixed_keys_items)\nPASS: test_dict_repr (test.test_dictviews.DictSetTest.test_dict_repr)\nPASS: test_dict_values (test.test_dictviews.DictSetTest.test_dict_values)\nPASS: test_items_set_operations (test.test_dictviews.DictSetTest.test_items_set_operations)\nPASS: test_keys_set_operations (test.test_dictviews.DictSetTest.test_keys_set_operations)\nPASS: test_pickle (test.test_dictviews.DictSetTest.test_pickle)\nPASS: test_recursive_repr (test.test_dictviews.DictSetTest.test_recursive_repr)\nPASS: test_set_operations_with_iterator (test.test_dictviews.DictSetTest.test_set_operations_with_iterator)\nPASS: test_set_operations_with_noniterable (test.test_dictviews.DictSetTest.test_set_operations_with_noniterable)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.021s\n\nOK\n0:01:23 load avg: 1.51 [161/480] test_dict passed\nPASS: test_getitem_knownhash (test.test_dict.CAPITest.test_getitem_knownhash)\nPASS: test_bad_key (test.test_dict.DictTest.test_bad_key)\nPASS: test_bool (test.test_dict.DictTest.test_bool)\nPASS: test_clear (test.test_dict.DictTest.test_clear)\nPASS: test_constructor (test.test_dict.DictTest.test_constructor)\nPASS: test_container_iterator (test.test_dict.DictTest.test_container_iterator)\nPASS: test_contains (test.test_dict.DictTest.test_contains)\nPASS: test_copy (test.test_dict.DictTest.test_copy)\nPASS: test_copy_fuzz (test.test_dict.DictTest.test_copy_fuzz)\nPASS: test_copy_maintains_tracking (test.test_dict.DictTest.test_copy_maintains_tracking)\nPASS: test_copy_noncompact (test.test_dict.DictTest.test_copy_noncompact)\nPASS: test_dict_contain_use_after_free (test.test_dict.DictTest.test_dict_contain_use_after_free)\nPASS: test_dict_copy_order (test.test_dict.DictTest.test_dict_copy_order)\nPASS: test_dict_items_result_gc (test.test_dict.DictTest.test_dict_items_result_gc)\nPASS: test_dict_items_result_gc_reversed (test.test_dict.DictTest.test_dict_items_result_gc_reversed)\nPASS: test_dictitems_contains_use_after_free (test.test_dict.DictTest.test_dictitems_contains_use_after_free)\nPASS: test_dictview_mixed_set_operations (test.test_dict.DictTest.test_dictview_mixed_set_operations)\nPASS: test_dictview_set_operations_on_items (test.test_dict.DictTest.test_dictview_set_operations_on_items)\nPASS: test_dictview_set_operations_on_keys (test.test_dict.DictTest.test_dictview_set_operations_on_keys)\nPASS: test_empty_presized_dict_in_freelist (test.test_dict.DictTest.test_empty_presized_dict_in_freelist)\nPASS: test_eq (test.test_dict.DictTest.test_eq)\nPASS: test_equal_operator_modifying_operand (test.test_dict.DictTest.test_equal_operator_modifying_operand)\nPASS: test_errors_in_view_containment_check (test.test_dict.DictTest.test_errors_in_view_containment_check)\nPASS: test_free_after_iterating (test.test_dict.DictTest.test_free_after_iterating)\nPASS: test_fromkeys (test.test_dict.DictTest.test_fromkeys)\nPASS: test_fromkeys_operator_modifying_dict_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_dict_operand)\nPASS: test_fromkeys_operator_modifying_set_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_set_operand)\nPASS: test_get (test.test_dict.DictTest.test_get)\nPASS: test_getitem (test.test_dict.DictTest.test_getitem)\nPASS: test_init_use_after_free (test.test_dict.DictTest.test_init_use_after_free)\nPASS: test_instance_dict_getattr_str_subclass (test.test_dict.DictTest.test_instance_dict_getattr_str_subclass)\nPASS: test_invalid_keyword_arguments (test.test_dict.DictTest.test_invalid_keyword_arguments)\nPASS: test_itemiterator_pickling (test.test_dict.DictTest.test_itemiterator_pickling)\nPASS: test_items (test.test_dict.DictTest.test_items)\nPASS: test_items_symmetric_difference (test.test_dict.DictTest.test_items_symmetric_difference)\nPASS: test_iterator_pickling (test.test_dict.DictTest.test_iterator_pickling)\nPASS: test_keys (test.test_dict.DictTest.test_keys)\nPASS: test_keys_contained (test.test_dict.DictTest.test_keys_contained)\nPASS: test_len (test.test_dict.DictTest.test_len)\nPASS: test_literal_constructor (test.test_dict.DictTest.test_literal_constructor)\nPASS: test_merge_and_mutate (test.test_dict.DictTest.test_merge_and_mutate)\nPASS: test_merge_operator (test.test_dict.DictTest.test_merge_operator)\nPASS: test_missing (test.test_dict.DictTest.test_missing)\nPASS: test_mutating_iteration (test.test_dict.DictTest.test_mutating_iteration)\nPASS: test_mutating_iteration_delete (test.test_dict.DictTest.test_mutating_iteration_delete)\nPASS: test_mutating_iteration_delete_over_items (test.test_dict.DictTest.test_mutating_iteration_delete_over_items)\nPASS: test_mutating_iteration_delete_over_values (test.test_dict.DictTest.test_mutating_iteration_delete_over_values)\nPASS: test_mutating_lookup (test.test_dict.DictTest.test_mutating_lookup)\nPASS: test_object_set_item_single_instance_non_str_key (test.test_dict.DictTest.test_object_set_item_single_instance_non_str_key)\nPASS: test_oob_indexing_dictiter_iternextitem (test.test_dict.DictTest.test_oob_indexing_dictiter_iternextitem)\nPASS: test_pop (test.test_dict.DictTest.test_pop)\nPASS: test_popitem (test.test_dict.DictTest.test_popitem)\nPASS: test_reentrant_insertion (test.test_dict.DictTest.test_reentrant_insertion)\nPASS: test_repr (test.test_dict.DictTest.test_repr)\nPASS: test_repr_deep (test.test_dict.DictTest.test_repr_deep)\nPASS: test_resize1 (test.test_dict.DictTest.test_resize1)\nPASS: test_resize2 (test.test_dict.DictTest.test_resize2)\nPASS: test_reverse_iterator_for_empty_dict (test.test_dict.DictTest.test_reverse_iterator_for_empty_dict)\nPASS: test_reverse_iterator_for_shared_shared_dicts (test.test_dict.DictTest.test_reverse_iterator_for_shared_shared_dicts)\nPASS: test_reversed (test.test_dict.DictTest.test_reversed)\nPASS: test_reverseitemiterator_pickling (test.test_dict.DictTest.test_reverseitemiterator_pickling)\nPASS: test_reverseiterator_pickling (test.test_dict.DictTest.test_reverseiterator_pickling)\nPASS: test_reversevaluesiterator_pickling (test.test_dict.DictTest.test_reversevaluesiterator_pickling)\nPASS: test_setdefault (test.test_dict.DictTest.test_setdefault)\nPASS: test_setdefault_atomic (test.test_dict.DictTest.test_setdefault_atomic)\nPASS: test_setitem_atomic_at_resize (test.test_dict.DictTest.test_setitem_atomic_at_resize)\ntest_splittable_del (test.test_dict.DictTest.test_splittable_del)\nPASS: split table must be combined when del d[k]\nPASS: test_splittable_pop (test.test_dict.DictTest.test_splittable_pop)\ntest_splittable_pop_pending (test.test_dict.DictTest.test_splittable_pop_pending)\nPASS: pop a pending key in a split table should not crash\ntest_splittable_popitem (test.test_dict.DictTest.test_splittable_popitem)\nPASS: split table must be combined when d.popitem()\ntest_splittable_setdefault (test.test_dict.DictTest.test_splittable_setdefault)\nPASS: split table must keep correct insertion\ntest_splittable_to_generic_combinedtable (test.test_dict.DictTest.test_splittable_to_generic_combinedtable)\nPASS: split table must be correctly resized and converted to generic combined table\ntest_splittable_update (test.test_dict.DictTest.test_splittable_update)\nPASS: dict.update(other) must preserve order in other.\nPASS: test_store_evilattr (test.test_dict.DictTest.test_store_evilattr)\nPASS: test_str_nonstr (test.test_dict.DictTest.test_str_nonstr)\nPASS: test_string_keys_can_track_values (test.test_dict.DictTest.test_string_keys_can_track_values)\nPASS: test_track_dynamic (test.test_dict.DictTest.test_track_dynamic)\nPASS: test_track_lazy_instance_dicts (test.test_dict.DictTest.test_track_lazy_instance_dicts)\nPASS: test_track_literals (test.test_dict.DictTest.test_track_literals)\nPASS: test_track_subtypes (test.test_dict.DictTest.test_track_subtypes)\nPASS: test_tuple_keyerror (test.test_dict.DictTest.test_tuple_keyerror)\nPASS: test_update (test.test_dict.DictTest.test_update)\nPASS: test_values (test.test_dict.DictTest.test_values)\nPASS: test_valuesiterator_pickling (test.test_dict.DictTest.test_valuesiterator_pickling)\nPASS: test_views_mapping (test.test_dict.DictTest.test_views_mapping)\nPASS: test_bool (test.test_dict.GeneralMappingTests.test_bool)\nPASS: test_constructor (test.test_dict.GeneralMappingTests.test_constructor)\nPASS: test_get (test.test_dict.GeneralMappingTests.test_get)\nPASS: test_getitem (test.test_dict.GeneralMappingTests.test_getitem)\nPASS: test_items (test.test_dict.GeneralMappingTests.test_items)\nPASS: test_keys (test.test_dict.GeneralMappingTests.test_keys)\nPASS: test_len (test.test_dict.GeneralMappingTests.test_len)\nPASS: test_pop (test.test_dict.GeneralMappingTests.test_pop)\nPASS: test_popitem (test.test_dict.GeneralMappingTests.test_popitem)\nPASS: test_read (test.test_dict.GeneralMappingTests.test_read)\nPASS: test_setdefault (test.test_dict.GeneralMappingTests.test_setdefault)\nPASS: test_update (test.test_dict.GeneralMappingTests.test_update)\nPASS: test_values (test.test_dict.GeneralMappingTests.test_values)\nPASS: test_write (test.test_dict.GeneralMappingTests.test_write)\nPASS: test_bool (test.test_dict.SubclassMappingTests.test_bool)\nPASS: test_constructor (test.test_dict.SubclassMappingTests.test_constructor)\nPASS: test_get (test.test_dict.SubclassMappingTests.test_get)\nPASS: test_getitem (test.test_dict.SubclassMappingTests.test_getitem)\nPASS: test_items (test.test_dict.SubclassMappingTests.test_items)\nPASS: test_keys (test.test_dict.SubclassMappingTests.test_keys)\nPASS: test_len (test.test_dict.SubclassMappingTests.test_len)\nPASS: test_pop (test.test_dict.SubclassMappingTests.test_pop)\nPASS: test_popitem (test.test_dict.SubclassMappingTests.test_popitem)\nPASS: test_read (test.test_dict.SubclassMappingTests.test_read)\nPASS: test_setdefault (test.test_dict.SubclassMappingTests.test_setdefault)\nPASS: test_update (test.test_dict.SubclassMappingTests.test_update)\nPASS: test_values (test.test_dict.SubclassMappingTests.test_values)\nPASS: test_write (test.test_dict.SubclassMappingTests.test_write)\n\n----------------------------------------------------------------------\nRan 113 tests in 0.207s\n\nOK\n0:01:23 load avg: 1.51 [162/480] test_datetime passed\nSKIP: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DATE_GET) 'Not relevant in pure Python'\nSKIP: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DELTA_GET) 'Not relevant in pure Python'\nSKIP: test_PyDateTime_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_GET) 'Not relevant in pure Python'\nSKIP: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_TIME_GET) 'Not relevant in pure Python'\nSKIP: test_check_date (test.datetimetester.CapiTest_Pure.test_check_date) 'Not relevant in pure Python'\nSKIP: test_check_datetime (test.datetimetester.CapiTest_Pure.test_check_datetime) 'Not relevant in pure Python'\nSKIP: test_check_delta (test.datetimetester.CapiTest_Pure.test_check_delta) 'Not relevant in pure Python'\nSKIP: test_check_time (test.datetimetester.CapiTest_Pure.test_check_time) 'Not relevant in pure Python'\nSKIP: test_check_tzinfo (test.datetimetester.CapiTest_Pure.test_check_tzinfo) 'Not relevant in pure Python'\nSKIP: test_date_from_date (test.datetimetester.CapiTest_Pure.test_date_from_date) 'Not relevant in pure Python'\nSKIP: test_date_from_timestamp (test.datetimetester.CapiTest_Pure.test_date_from_timestamp) 'Not relevant in pure Python'\nSKIP: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtime) 'Not relevant in pure Python'\nSKIP: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtimeandfold) 'Not relevant in pure Python'\nSKIP: test_datetime_from_timestamp (test.datetimetester.CapiTest_Pure.test_datetime_from_timestamp) 'Not relevant in pure Python'\nSKIP: test_delta_from_dsu (test.datetimetester.CapiTest_Pure.test_delta_from_dsu) 'Not relevant in pure Python'\nSKIP: test_time_from_time (test.datetimetester.CapiTest_Pure.test_time_from_time) 'Not relevant in pure Python'\nSKIP: test_time_from_timeandfold (test.datetimetester.CapiTest_Pure.test_time_from_timeandfold) 'Not relevant in pure Python'\nSKIP: test_timezones_capi (test.datetimetester.CapiTest_Pure.test_timezones_capi) 'Not relevant in pure Python'\nSKIP: test_timezones_offset_zero (test.datetimetester.CapiTest_Pure.test_timezones_offset_zero) 'Not relevant in pure Python'\nSKIP: test_type_check_in_subinterp (test.datetimetester.CapiTest_Pure.test_type_check_in_subinterp) 'Not relevant in pure Python'\nSKIP: test_utc_capi (test.datetimetester.CapiTest_Pure.test_utc_capi) 'Not relevant in pure Python'\nSKIP: test_gh_120161 (test.datetimetester.ExtensionModuleTests_Pure.test_gh_120161) 'Not relevant in pure Python'\nSKIP: test_update_type_cache (test.datetimetester.ExtensionModuleTests_Pure.test_update_type_cache) 'Not relevant in pure Python'\nPASS: test_folds (test.datetimetester.IranTest_Pure.test_folds)\nPASS: test_gaps (test.datetimetester.IranTest_Pure.test_gaps)\nPASS: test_system_transitions (test.datetimetester.IranTest_Pure.test_system_transitions)\nPASS: test_check_arg_types (test.datetimetester.Oddballs_Pure.test_check_arg_types)\nPASS: test_date_datetime_comparison (test.datetimetester.Oddballs_Pure.test_date_datetime_comparison)\nPASS: test_extra_attributes (test.datetimetester.Oddballs_Pure.test_extra_attributes)\nPASS: test_backdoor_resistance (test.datetimetester.TestDate_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDate_Pure.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestDate_Pure.test_bool)\nPASS: test_compare (test.datetimetester.TestDate_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDate_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDate_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestDate_Pure.test_ctime)\nPASS: test_extreme_ordinals (test.datetimetester.TestDate_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDate_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDate_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDate_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDate_Pure.test_fromisoformat)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDate_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDate_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Pure.test_fromisoformat_subclass)\nPASS: test_fromtimestamp (test.datetimetester.TestDate_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDate_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Pure.test_insane_fromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDate_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDate_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDate_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDate_Pure.test_isoformat)\nPASS: test_mixed_compare (test.datetimetester.TestDate_Pure.test_mixed_compare)\nPASS: test_ordinal_conversions (test.datetimetester.TestDate_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDate_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDate_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDate_Pure.test_pickling_subclass_date)\nPASS: test_replace (test.datetimetester.TestDate_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDate_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDate_Pure.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDate_Pure.test_strftime)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_y2k (test.datetimetester.TestDate_Pure.test_strftime_y2k)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_date (test.datetimetester.TestDate_Pure.test_subclass_date)\nPASS: test_subclass_replace (test.datetimetester.TestDate_Pure.test_subclass_replace)\nPASS: test_timetuple (test.datetimetester.TestDate_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestDate_Pure.test_today)\nPASS: test_weekday (test.datetimetester.TestDate_Pure.test_weekday)\nPASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure.test_delta_non_days_ignored)\nPASS: test_astimezone (test.datetimetester.TestDateTime_Pure.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDateTime_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTime_Pure.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTime_Pure.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTime_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTime_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTime_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTime_Pure.test_ctime)\nPASS: test_extract (test.datetimetester.TestDateTime_Pure.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTime_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTime_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTime_Pure.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTime_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTime_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTime_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTime_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTime_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Pure.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Pure.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTime_Pure.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestDateTime_Pure.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTime_Pure.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTime_Pure.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTime_Pure.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTime_Pure.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTime_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTime_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTime_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTime_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTime_Pure.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTime_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTime_Pure.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTime_Pure.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTime_Pure.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTime_Pure.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Pure.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTime_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestDateTime_Pure.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTime_Pure.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTime_Pure.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTime_Pure.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTime_Pure.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTime_Pure.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTime_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTime_Pure.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTime_Pure.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestDateTime_Pure.test_weekday)\nPASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure.test_argument_passing)\nPASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone)\nPASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_eastern)\nPASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_near_fold)\nPASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_utc)\nPASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure.test_aware_compare)\nPASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure.test_aware_subtract)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTimeTZ_Pure.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTimeTZ_Pure.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTimeTZ_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTimeTZ_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_ctime)\nPASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_even_more_compare)\nPASS: test_extract (test.datetimetester.TestDateTimeTZ_Pure.test_extract)\nPASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_hashes)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTimeTZ_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure.test_mixed_compare)\nPASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_more_astimezone)\nPASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTimeTZ_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTimeTZ_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTimeTZ_Pure.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetime)\nPASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetimetz)\nPASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTimeTZ_Pure.test_today)\nPASS: test_trivial (test.datetimetester.TestDateTimeTZ_Pure.test_trivial)\nPASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure.test_tz_aware_arithmetic)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure.test_tz_independent_comparing)\nPASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_classes)\nPASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_fromtimestamp)\nPASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_isoformat)\nPASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_now)\nPASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_timetuple)\nPASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcfromtimestamp)\nPASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcnow)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure.test_utc_offset_out_of_bounds)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_utcnow)\nPASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure.test_utctimetuple)\nPASS: test_weekday (test.datetimetester.TestDateTimeTZ_Pure.test_weekday)\nPASS: test_zones (test.datetimetester.TestDateTimeTZ_Pure.test_zones)\nPASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_astimezone)\nPASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_comparison)\nPASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_constructors)\nPASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_dst)\nPASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp)\nSKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_low_fold_detection)\nPASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromutc)\nPASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash)\nPASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_aware)\nPASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_member)\nPASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_fold)\nPASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_gap)\nPASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_regular)\nPASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_pickle_fold)\nPASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_replace)\nPASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_repr)\nPASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp)\nSKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_utcoffset)\nPASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_fromutc)\nPASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_toutc)\ntest_all (test.datetimetester.TestModule_Pure.test_all)\nPASS: Test that __all__ only points to valid attributes.\nPASS: test_constants (test.datetimetester.TestModule_Pure.test_constants)\nPASS: test_divide_and_round (test.datetimetester.TestModule_Pure.test_divide_and_round)\nSKIP: test_name_cleanup (test.datetimetester.TestModule_Pure.test_name_cleanup) 'Only run for Fast C implementation'\nPASS: test_utc_alias (test.datetimetester.TestModule_Pure.test_utc_alias)\nPASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Pure.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestSubclassDateTime_Pure.test_bool)\nPASS: test_combine (test.datetimetester.TestSubclassDateTime_Pure.test_combine)\nPASS: test_compare (test.datetimetester.TestSubclassDateTime_Pure.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestSubclassDateTime_Pure.test_computations)\nPASS: test_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_ctime)\nPASS: test_extract (test.datetimetester.TestSubclassDateTime_Pure.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestSubclassDateTime_Pure.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Pure.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestSubclassDateTime_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestSubclassDateTime_Pure.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure.test_resolution_info)\nSKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure.test_roundtrip) 'not appropriate for subclasses'\nPASS: test_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestSubclassDateTime_Pure.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_timetuple)\nPASS: test_today (test.datetimetester.TestSubclassDateTime_Pure.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Pure.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestSubclassDateTime_Pure.test_weekday)\nPASS: test_issue23600 (test.datetimetester.TestTZInfo_Pure.test_issue23600)\nPASS: test_non_abstractness (test.datetimetester.TestTZInfo_Pure.test_non_abstractness)\nPASS: test_normal (test.datetimetester.TestTZInfo_Pure.test_normal)\nPASS: test_pickling_base (test.datetimetester.TestTZInfo_Pure.test_pickling_base)\nPASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Pure.test_pickling_subclass)\nPASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure.test_refcnt_crash_bug_22044)\nPASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Pure.test_subclass_must_override)\nPASS: test_1653736 (test.datetimetester.TestTime_Pure.test_1653736)\nPASS: test_backdoor_resistance (test.datetimetester.TestTime_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Pure.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestTime_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTime_Pure.test_bool)\nPASS: test_comparing (test.datetimetester.TestTime_Pure.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTime_Pure.test_compat_unpickle)\nPASS: test_format (test.datetimetester.TestTime_Pure.test_format)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTime_Pure.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTime_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTime_Pure.test_isoformat_timezone)\nPASS: test_pickling (test.datetimetester.TestTime_Pure.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTime_Pure.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTime_Pure.test_replace)\nPASS: test_repr (test.datetimetester.TestTime_Pure.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTime_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTime_Pure.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTime_Pure.test_str)\nPASS: test_strftime (test.datetimetester.TestTime_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTime_Pure.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTime_Pure.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTime_Pure.test_subclass_time)\nPASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Pure.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestTimeDelta_Pure.test_bool)\nPASS: test_carries (test.datetimetester.TestTimeDelta_Pure.test_carries)\nPASS: test_compare (test.datetimetester.TestTimeDelta_Pure.test_compare)\nPASS: test_computations (test.datetimetester.TestTimeDelta_Pure.test_computations)\nPASS: test_constructor (test.datetimetester.TestTimeDelta_Pure.test_constructor)\nPASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure.test_disallowed_computations)\nPASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Pure.test_disallowed_special)\nPASS: test_division (test.datetimetester.TestTimeDelta_Pure.test_division)\nPASS: test_divmod (test.datetimetester.TestTimeDelta_Pure.test_divmod)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTimeDelta_Pure.test_hash_equality)\nPASS: test_issue31293 (test.datetimetester.TestTimeDelta_Pure.test_issue31293)\nPASS: test_issue31752 (test.datetimetester.TestTimeDelta_Pure.test_issue31752)\nPASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Pure.test_massive_normalization)\nPASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure.test_microsecond_rounding)\nPASS: test_overflow (test.datetimetester.TestTimeDelta_Pure.test_overflow)\nPASS: test_pickling (test.datetimetester.TestTimeDelta_Pure.test_pickling)\nPASS: test_remainder (test.datetimetester.TestTimeDelta_Pure.test_remainder)\nPASS: test_repr (test.datetimetester.TestTimeDelta_Pure.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeDelta_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeDelta_Pure.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeDelta_Pure.test_str)\nPASS: test_subclass_date (test.datetimetester.TestTimeDelta_Pure.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Pure.test_subclass_datetime)\nPASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure.test_subclass_timedelta)\nPASS: test_total_seconds (test.datetimetester.TestTimeDelta_Pure.test_total_seconds)\nPASS: test_1653736 (test.datetimetester.TestTimeTZ_Pure.test_1653736)\nPASS: test_argument_passing (test.datetimetester.TestTimeTZ_Pure.test_argument_passing)\nPASS: test_aware_compare (test.datetimetester.TestTimeTZ_Pure.test_aware_compare)\nPASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTimeTZ_Pure.test_bool)\nPASS: test_comparing (test.datetimetester.TestTimeTZ_Pure.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure.test_compat_unpickle)\nPASS: test_empty (test.datetimetester.TestTimeTZ_Pure.test_empty)\nPASS: test_format (test.datetimetester.TestTimeTZ_Pure.test_format)\nPASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat)\nPASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fractions)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_subclass)\nPASS: test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_time_examples)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timezone)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmless_mixed_comparison)\nPASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure.test_hash_edge_cases)\nPASS: test_hash_equality (test.datetimetester.TestTimeTZ_Pure.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTimeTZ_Pure.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_isoformat_timezone)\nPASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Pure.test_mixed_compare)\nPASS: test_more_bool (test.datetimetester.TestTimeTZ_Pure.test_more_bool)\nPASS: test_pickling (test.datetimetester.TestTimeTZ_Pure.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTimeTZ_Pure.test_replace)\nPASS: test_repr (test.datetimetester.TestTimeTZ_Pure.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeTZ_Pure.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeTZ_Pure.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeTZ_Pure.test_str)\nPASS: test_strftime (test.datetimetester.TestTimeTZ_Pure.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTimeTZ_Pure.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Pure.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_subclass_time)\nPASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure.test_subclass_timetz)\nPASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_tzinfo_classes)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure.test_utc_offset_out_of_bounds)\nPASS: test_zones (test.datetimetester.TestTimeTZ_Pure.test_zones)\nPASS: test_aware_datetime (test.datetimetester.TestTimeZone_Pure.test_aware_datetime)\nPASS: test_cannot_subclass (test.datetimetester.TestTimeZone_Pure.test_cannot_subclass)\nPASS: test_class_members (test.datetimetester.TestTimeZone_Pure.test_class_members)\nPASS: test_comparison (test.datetimetester.TestTimeZone_Pure.test_comparison)\nPASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Pure.test_comparison_with_tzinfo)\nPASS: test_constructor (test.datetimetester.TestTimeZone_Pure.test_constructor)\nPASS: test_copy (test.datetimetester.TestTimeZone_Pure.test_copy)\nPASS: test_deepcopy (test.datetimetester.TestTimeZone_Pure.test_deepcopy)\nPASS: test_dst (test.datetimetester.TestTimeZone_Pure.test_dst)\nPASS: test_fromutc (test.datetimetester.TestTimeZone_Pure.test_fromutc)\nPASS: test_inheritance (test.datetimetester.TestTimeZone_Pure.test_inheritance)\nPASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Pure.test_offset_boundaries)\nPASS: test_pickle (test.datetimetester.TestTimeZone_Pure.test_pickle)\nPASS: test_repr (test.datetimetester.TestTimeZone_Pure.test_repr)\nPASS: test_str (test.datetimetester.TestTimeZone_Pure.test_str)\nPASS: test_tzname (test.datetimetester.TestTimeZone_Pure.test_tzname)\nPASS: test_utcoffset (test.datetimetester.TestTimeZone_Pure.test_utcoffset)\nPASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure.test_bogus_dst)\nPASS: test_easy (test.datetimetester.TestTimezoneConversions_Pure.test_easy)\nPASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Pure.test_fromutc)\nPASS: test_tricky (test.datetimetester.TestTimezoneConversions_Pure.test_tricky)\nPASS: test_folds (test.datetimetester.ZoneInfoTest_Pure.test_folds)\nPASS: test_gaps (test.datetimetester.ZoneInfoTest_Pure.test_gaps)\nPASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Pure.test_system_transitions)\nPASS: test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DATE_GET)\nPASS: test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DELTA_GET)\nPASS: test_PyDateTime_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_GET)\nPASS: test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_TIME_GET)\nPASS: test_check_date (test.datetimetester.CapiTest_Fast.test_check_date)\nPASS: test_check_datetime (test.datetimetester.CapiTest_Fast.test_check_datetime)\nPASS: test_check_delta (test.datetimetester.CapiTest_Fast.test_check_delta)\nPASS: test_check_time (test.datetimetester.CapiTest_Fast.test_check_time)\nPASS: test_check_tzinfo (test.datetimetester.CapiTest_Fast.test_check_tzinfo)\nPASS: test_date_from_date (test.datetimetester.CapiTest_Fast.test_date_from_date)\nPASS: test_date_from_timestamp (test.datetimetester.CapiTest_Fast.test_date_from_timestamp)\nPASS: test_datetime_from_dateandtime (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtime)\nPASS: test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtimeandfold)\nPASS: test_datetime_from_timestamp (test.datetimetester.CapiTest_Fast.test_datetime_from_timestamp)\nPASS: test_delta_from_dsu (test.datetimetester.CapiTest_Fast.test_delta_from_dsu)\nPASS: test_time_from_time (test.datetimetester.CapiTest_Fast.test_time_from_time)\nPASS: test_time_from_timeandfold (test.datetimetester.CapiTest_Fast.test_time_from_timeandfold)\nPASS: test_timezones_capi (test.datetimetester.CapiTest_Fast.test_timezones_capi)\nPASS: test_timezones_offset_zero (test.datetimetester.CapiTest_Fast.test_timezones_offset_zero)\nPASS: test_type_check_in_subinterp (test.datetimetester.CapiTest_Fast.test_type_check_in_subinterp)\nPASS: test_utc_capi (test.datetimetester.CapiTest_Fast.test_utc_capi)\nPASS: test_gh_120161 (test.datetimetester.ExtensionModuleTests_Fast.test_gh_120161)\nPASS: test_update_type_cache (test.datetimetester.ExtensionModuleTests_Fast.test_update_type_cache)\nPASS: test_folds (test.datetimetester.IranTest_Fast.test_folds)\nPASS: test_gaps (test.datetimetester.IranTest_Fast.test_gaps)\nPASS: test_system_transitions (test.datetimetester.IranTest_Fast.test_system_transitions)\nPASS: test_check_arg_types (test.datetimetester.Oddballs_Fast.test_check_arg_types)\nPASS: test_date_datetime_comparison (test.datetimetester.Oddballs_Fast.test_date_datetime_comparison)\nPASS: test_extra_attributes (test.datetimetester.Oddballs_Fast.test_extra_attributes)\nPASS: test_backdoor_resistance (test.datetimetester.TestDate_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDate_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDate_Fast.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestDate_Fast.test_bool)\nPASS: test_compare (test.datetimetester.TestDate_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDate_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDate_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestDate_Fast.test_ctime)\nPASS: test_extreme_ordinals (test.datetimetester.TestDate_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDate_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDate_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDate_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDate_Fast.test_fromisoformat)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDate_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDate_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDate_Fast.test_fromisoformat_subclass)\nPASS: test_fromtimestamp (test.datetimetester.TestDate_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDate_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDate_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDate_Fast.test_insane_fromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDate_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDate_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDate_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDate_Fast.test_isoformat)\nPASS: test_mixed_compare (test.datetimetester.TestDate_Fast.test_mixed_compare)\nPASS: test_ordinal_conversions (test.datetimetester.TestDate_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDate_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDate_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDate_Fast.test_pickling_subclass_date)\nPASS: test_replace (test.datetimetester.TestDate_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDate_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDate_Fast.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDate_Fast.test_strftime)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDate_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_y2k (test.datetimetester.TestDate_Fast.test_strftime_y2k)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDate_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_date (test.datetimetester.TestDate_Fast.test_subclass_date)\nPASS: test_subclass_replace (test.datetimetester.TestDate_Fast.test_subclass_replace)\nPASS: test_timetuple (test.datetimetester.TestDate_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestDate_Fast.test_today)\nPASS: test_weekday (test.datetimetester.TestDate_Fast.test_weekday)\nPASS: test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Fast.test_delta_non_days_ignored)\nPASS: test_astimezone (test.datetimetester.TestDateTime_Fast.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTime_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTime_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestDateTime_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTime_Fast.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTime_Fast.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTime_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTime_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTime_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTime_Fast.test_ctime)\nPASS: test_extract (test.datetimetester.TestDateTime_Fast.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTime_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTime_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTime_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTime_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTime_Fast.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Fast.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTime_Fast.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTime_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTime_Fast.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTime_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTime_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTime_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTime_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTime_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTime_Fast.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTime_Fast.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTime_Fast.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestDateTime_Fast.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTime_Fast.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTime_Fast.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTime_Fast.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTime_Fast.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTime_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTime_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTime_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTime_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTime_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTime_Fast.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTime_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTime_Fast.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTime_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Fast.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTime_Fast.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTime_Fast.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTime_Fast.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTime_Fast.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTime_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestDateTime_Fast.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTime_Fast.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTime_Fast.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTime_Fast.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTime_Fast.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTime_Fast.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTime_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTime_Fast.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTime_Fast.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTime_Fast.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestDateTime_Fast.test_weekday)\nPASS: test_argument_passing (test.datetimetester.TestDateTimeTZ_Fast.test_argument_passing)\nPASS: test_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone)\nPASS: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_eastern)\nPASS: test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_near_fold)\nPASS: test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_utc)\nPASS: test_aware_compare (test.datetimetester.TestDateTimeTZ_Fast.test_aware_compare)\nPASS: test_aware_subtract (test.datetimetester.TestDateTimeTZ_Fast.test_aware_subtract)\nPASS: test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Fast.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestDateTimeTZ_Fast.test_bool)\nPASS: test_combine (test.datetimetester.TestDateTimeTZ_Fast.test_combine)\nPASS: test_compare (test.datetimetester.TestDateTimeTZ_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestDateTimeTZ_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_ctime)\nPASS: test_even_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_even_more_compare)\nPASS: test_extract (test.datetimetester.TestDateTimeTZ_Fast.test_extract)\nPASS: test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_hashes)\nPASS: test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestDateTimeTZ_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestDateTimeTZ_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestDateTimeTZ_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Fast.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestDateTimeTZ_Fast.test_mixed_compare)\nPASS: test_more_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_more_astimezone)\nPASS: test_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestDateTimeTZ_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestDateTimeTZ_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestDateTimeTZ_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestDateTimeTZ_Fast.test_roundtrip)\nPASS: test_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestDateTimeTZ_Fast.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetime)\nPASS: test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetimetz)\nPASS: test_subclass_now (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestDateTimeTZ_Fast.test_today)\nPASS: test_trivial (test.datetimetester.TestDateTimeTZ_Fast.test_trivial)\nPASS: test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Fast.test_tz_aware_arithmetic)\nPASS: test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Fast.test_tz_independent_comparing)\nPASS: test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_classes)\nPASS: test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_fromtimestamp)\nPASS: test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_isoformat)\nPASS: test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_now)\nPASS: test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_timetuple)\nPASS: test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcfromtimestamp)\nPASS: test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcnow)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Fast.test_utc_offset_out_of_bounds)\nPASS: test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_utcnow)\nPASS: test_utctimetuple (test.datetimetester.TestDateTimeTZ_Fast.test_utctimetuple)\nPASS: test_weekday (test.datetimetester.TestDateTimeTZ_Fast.test_weekday)\nPASS: test_zones (test.datetimetester.TestDateTimeTZ_Fast.test_zones)\nPASS: test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_astimezone)\nPASS: test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_comparison)\nPASS: test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_constructors)\nPASS: test_dst (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_dst)\nPASS: test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp)\nSKIP: test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_low_fold_detection)\nPASS: test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromutc)\nPASS: test_hash (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash)\nPASS: test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash_aware)\nPASS: test_member (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_member)\nPASS: test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_fold)\nPASS: test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_gap)\nPASS: test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_regular)\nPASS: test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_pickle_fold)\nPASS: test_replace (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_replace)\nPASS: test_repr (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_repr)\nPASS: test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp)\nSKIP: test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp_lord_howe) 'Australia/Lord_Howe timezone is not supported on this platform'\nPASS: test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_utcoffset)\nPASS: test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_fromutc)\nPASS: test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_toutc)\ntest_all (test.datetimetester.TestModule_Fast.test_all)\nPASS: Test that __all__ only points to valid attributes.\nPASS: test_constants (test.datetimetester.TestModule_Fast.test_constants)\nSKIP: test_divide_and_round (test.datetimetester.TestModule_Fast.test_divide_and_round) 'Only run for Pure Python implementation'\nPASS: test_name_cleanup (test.datetimetester.TestModule_Fast.test_name_cleanup)\nPASS: test_utc_alias (test.datetimetester.TestModule_Fast.test_utc_alias)\nPASS: test_astimezone (test.datetimetester.TestSubclassDateTime_Fast.test_astimezone)\nPASS: test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestSubclassDateTime_Fast.test_bool)\nPASS: test_combine (test.datetimetester.TestSubclassDateTime_Fast.test_combine)\nPASS: test_compare (test.datetimetester.TestSubclassDateTime_Fast.test_compare)\nPASS: test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Fast.test_compat_unpickle)\nPASS: test_computations (test.datetimetester.TestSubclassDateTime_Fast.test_computations)\nPASS: test_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_ctime)\nPASS: test_extract (test.datetimetester.TestSubclassDateTime_Fast.test_extract)\nPASS: test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_ordinals)\nPASS: test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_timedelta)\nPASS: test_format (test.datetimetester.TestSubclassDateTime_Fast.test_format)\nPASS: test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar)\nPASS: test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_type_errors)\nPASS: test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_value_errors)\nPASS: test_fromisoformat (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat)\nPASS: test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_ambiguous)\nPASS: test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_date_examples)\nPASS: test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime)\nPASS: test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime_examples)\nPASS: test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_datetime)\nPASS: test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_surrogate)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_separators)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timezone)\nPASS: test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_utc)\nPASS: test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp)\nPASS: test_fromtimestamp_keyword_arg (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_keyword_arg)\nPASS: test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_limits)\nPASS: test_fromtimestamp_with_none_arg (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_with_none_arg)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestSubclassDateTime_Fast.test_hash_equality)\nPASS: test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_fromtimestamp)\nPASS: test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_utcfromtimestamp)\nPASS: test_iso_long_years (test.datetimetester.TestSubclassDateTime_Fast.test_iso_long_years)\nPASS: test_isocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar)\ntest_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar_pickling)\nPASS: Test that the result of datetime.isocalendar() can be pickled.\nPASS: test_isoformat (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat_timezone)\nPASS: test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Fast.test_microsecond_rounding)\nPASS: test_mixed_compare (test.datetimetester.TestSubclassDateTime_Fast.test_mixed_compare)\nPASS: test_more_compare (test.datetimetester.TestSubclassDateTime_Fast.test_more_compare)\nPASS: test_more_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_more_ctime)\nPASS: test_more_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_more_pickling)\nPASS: test_more_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_more_strftime)\nPASS: test_more_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_more_timetuple)\nPASS: test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_fromtimestamp)\nPASS: test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_utcfromtimestamp)\nPASS: test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Fast.test_ordinal_conversions)\nPASS: test_overflow (test.datetimetester.TestSubclassDateTime_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_pickling)\nPASS: test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_date)\nPASS: test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_datetime)\nPASS: test_replace (test.datetimetester.TestSubclassDateTime_Fast.test_replace)\nPASS: test_resolution_info (test.datetimetester.TestSubclassDateTime_Fast.test_resolution_info)\nSKIP: test_roundtrip (test.datetimetester.TestSubclassDateTime_Fast.test_roundtrip) 'not appropriate for subclasses'\nPASS: test_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_special)\nPASS: test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_trailing_percent)\nPASS: test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_with_bad_tzname_replace)\nPASS: test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_y2k)\nPASS: test_strptime (test.datetimetester.TestSubclassDateTime_Fast.test_strptime)\nPASS: test_strptime_leap_year (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_leap_year)\nPASS: test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_single_digit)\nPASS: test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors)\nPASS: test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors_datetime)\nPASS: test_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_datetime)\nPASS: test_subclass_now (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_now)\nPASS: test_subclass_replace (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace)\nPASS: test_subclass_replace_fold (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace_fold)\nPASS: test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_aware)\nPASS: test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_limits)\nPASS: test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_naive)\nPASS: test_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_timetuple)\nPASS: test_today (test.datetimetester.TestSubclassDateTime_Fast.test_today)\nPASS: test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Fast.test_tz_independent_comparing)\nPASS: test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp)\nPASS: test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp_limits)\nPASS: test_utcnow (test.datetimetester.TestSubclassDateTime_Fast.test_utcnow)\nPASS: test_weekday (test.datetimetester.TestSubclassDateTime_Fast.test_weekday)\nPASS: test_issue23600 (test.datetimetester.TestTZInfo_Fast.test_issue23600)\nPASS: test_non_abstractness (test.datetimetester.TestTZInfo_Fast.test_non_abstractness)\nPASS: test_normal (test.datetimetester.TestTZInfo_Fast.test_normal)\nPASS: test_pickling_base (test.datetimetester.TestTZInfo_Fast.test_pickling_base)\nPASS: test_pickling_subclass (test.datetimetester.TestTZInfo_Fast.test_pickling_subclass)\nPASS: test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Fast.test_refcnt_crash_bug_22044)\nPASS: test_subclass_must_override (test.datetimetester.TestTZInfo_Fast.test_subclass_must_override)\nPASS: test_1653736 (test.datetimetester.TestTime_Fast.test_1653736)\nPASS: test_backdoor_resistance (test.datetimetester.TestTime_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTime_Fast.test_bad_constructor_arguments)\nPASS: test_basic_attributes (test.datetimetester.TestTime_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTime_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTime_Fast.test_bool)\nPASS: test_comparing (test.datetimetester.TestTime_Fast.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTime_Fast.test_compat_unpickle)\nPASS: test_format (test.datetimetester.TestTime_Fast.test_format)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTime_Fast.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTime_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTime_Fast.test_isoformat_timezone)\nPASS: test_pickling (test.datetimetester.TestTime_Fast.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTime_Fast.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTime_Fast.test_replace)\nPASS: test_repr (test.datetimetester.TestTime_Fast.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTime_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTime_Fast.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTime_Fast.test_str)\nPASS: test_strftime (test.datetimetester.TestTime_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTime_Fast.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTime_Fast.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTime_Fast.test_subclass_time)\nPASS: test_basic_attributes (test.datetimetester.TestTimeDelta_Fast.test_basic_attributes)\nPASS: test_bool (test.datetimetester.TestTimeDelta_Fast.test_bool)\nPASS: test_carries (test.datetimetester.TestTimeDelta_Fast.test_carries)\nPASS: test_compare (test.datetimetester.TestTimeDelta_Fast.test_compare)\nPASS: test_computations (test.datetimetester.TestTimeDelta_Fast.test_computations)\nPASS: test_constructor (test.datetimetester.TestTimeDelta_Fast.test_constructor)\nPASS: test_disallowed_computations (test.datetimetester.TestTimeDelta_Fast.test_disallowed_computations)\nPASS: test_disallowed_special (test.datetimetester.TestTimeDelta_Fast.test_disallowed_special)\nPASS: test_division (test.datetimetester.TestTimeDelta_Fast.test_division)\nPASS: test_divmod (test.datetimetester.TestTimeDelta_Fast.test_divmod)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_equality (test.datetimetester.TestTimeDelta_Fast.test_hash_equality)\nPASS: test_issue31293 (test.datetimetester.TestTimeDelta_Fast.test_issue31293)\nPASS: test_issue31752 (test.datetimetester.TestTimeDelta_Fast.test_issue31752)\nPASS: test_massive_normalization (test.datetimetester.TestTimeDelta_Fast.test_massive_normalization)\nPASS: test_microsecond_rounding (test.datetimetester.TestTimeDelta_Fast.test_microsecond_rounding)\nPASS: test_overflow (test.datetimetester.TestTimeDelta_Fast.test_overflow)\nPASS: test_pickling (test.datetimetester.TestTimeDelta_Fast.test_pickling)\nPASS: test_remainder (test.datetimetester.TestTimeDelta_Fast.test_remainder)\nPASS: test_repr (test.datetimetester.TestTimeDelta_Fast.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeDelta_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeDelta_Fast.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeDelta_Fast.test_str)\nPASS: test_subclass_date (test.datetimetester.TestTimeDelta_Fast.test_subclass_date)\nPASS: test_subclass_datetime (test.datetimetester.TestTimeDelta_Fast.test_subclass_datetime)\nPASS: test_subclass_timedelta (test.datetimetester.TestTimeDelta_Fast.test_subclass_timedelta)\nPASS: test_total_seconds (test.datetimetester.TestTimeDelta_Fast.test_total_seconds)\nPASS: test_1653736 (test.datetimetester.TestTimeTZ_Fast.test_1653736)\nPASS: test_argument_passing (test.datetimetester.TestTimeTZ_Fast.test_argument_passing)\nPASS: test_aware_compare (test.datetimetester.TestTimeTZ_Fast.test_aware_compare)\nPASS: test_backdoor_resistance (test.datetimetester.TestTimeTZ_Fast.test_backdoor_resistance)\nPASS: test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Fast.test_bad_constructor_arguments)\nPASS: test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_bad_tzinfo_classes)\nPASS: test_basic_attributes (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes)\nPASS: test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes_nonzero)\nPASS: test_bool (test.datetimetester.TestTimeTZ_Fast.test_bool)\nPASS: test_comparing (test.datetimetester.TestTimeTZ_Fast.test_comparing)\nPASS: test_compat_unpickle (test.datetimetester.TestTimeTZ_Fast.test_compat_unpickle)\nPASS: test_empty (test.datetimetester.TestTimeTZ_Fast.test_empty)\nPASS: test_format (test.datetimetester.TestTimeTZ_Fast.test_format)\nPASS: test_fromisoformat (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat)\nPASS: test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails)\nPASS: test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails_typeerror)\nPASS: test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fractions)\nPASS: test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_subclass)\nPASS: test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_time_examples)\nPASS: test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timespecs)\nPASS: test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timezone)\nPASS: test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmful_mixed_comparison)\nPASS: test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmless_mixed_comparison)\nPASS: test_hash_edge_cases (test.datetimetester.TestTimeTZ_Fast.test_hash_edge_cases)\nPASS: test_hash_equality (test.datetimetester.TestTimeTZ_Fast.test_hash_equality)\nPASS: test_isoformat (test.datetimetester.TestTimeTZ_Fast.test_isoformat)\nPASS: test_isoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_isoformat_timezone)\nPASS: test_mixed_compare (test.datetimetester.TestTimeTZ_Fast.test_mixed_compare)\nPASS: test_more_bool (test.datetimetester.TestTimeTZ_Fast.test_more_bool)\nPASS: test_pickling (test.datetimetester.TestTimeTZ_Fast.test_pickling)\nPASS: test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_pickling_subclass_time)\nPASS: test_replace (test.datetimetester.TestTimeTZ_Fast.test_replace)\nPASS: test_repr (test.datetimetester.TestTimeTZ_Fast.test_repr)\nPASS: test_resolution_info (test.datetimetester.TestTimeTZ_Fast.test_resolution_info)\nPASS: test_roundtrip (test.datetimetester.TestTimeTZ_Fast.test_roundtrip)\nPASS: test_str (test.datetimetester.TestTimeTZ_Fast.test_str)\nPASS: test_strftime (test.datetimetester.TestTimeTZ_Fast.test_strftime)\nPASS: test_strftime_special (test.datetimetester.TestTimeTZ_Fast.test_strftime_special)\nPASS: test_subclass_replace (test.datetimetester.TestTimeTZ_Fast.test_subclass_replace)\nPASS: test_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_subclass_time)\nPASS: test_subclass_timetz (test.datetimetester.TestTimeTZ_Fast.test_subclass_timetz)\nPASS: test_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_tzinfo_classes)\nPASS: test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Fast.test_utc_offset_out_of_bounds)\nPASS: test_zones (test.datetimetester.TestTimeTZ_Fast.test_zones)\nPASS: test_aware_datetime (test.datetimetester.TestTimeZone_Fast.test_aware_datetime)\nPASS: test_cannot_subclass (test.datetimetester.TestTimeZone_Fast.test_cannot_subclass)\nPASS: test_class_members (test.datetimetester.TestTimeZone_Fast.test_class_members)\nPASS: test_comparison (test.datetimetester.TestTimeZone_Fast.test_comparison)\nPASS: test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Fast.test_comparison_with_tzinfo)\nPASS: test_constructor (test.datetimetester.TestTimeZone_Fast.test_constructor)\nPASS: test_copy (test.datetimetester.TestTimeZone_Fast.test_copy)\nPASS: test_deepcopy (test.datetimetester.TestTimeZone_Fast.test_deepcopy)\nPASS: test_dst (test.datetimetester.TestTimeZone_Fast.test_dst)\nPASS: test_fromutc (test.datetimetester.TestTimeZone_Fast.test_fromutc)\nPASS: test_inheritance (test.datetimetester.TestTimeZone_Fast.test_inheritance)\nPASS: test_offset_boundaries (test.datetimetester.TestTimeZone_Fast.test_offset_boundaries)\nPASS: test_pickle (test.datetimetester.TestTimeZone_Fast.test_pickle)\nPASS: test_repr (test.datetimetester.TestTimeZone_Fast.test_repr)\nPASS: test_str (test.datetimetester.TestTimeZone_Fast.test_str)\nPASS: test_tzname (test.datetimetester.TestTimeZone_Fast.test_tzname)\nPASS: test_utcoffset (test.datetimetester.TestTimeZone_Fast.test_utcoffset)\nPASS: test_bogus_dst (test.datetimetester.TestTimezoneConversions_Fast.test_bogus_dst)\nPASS: test_easy (test.datetimetester.TestTimezoneConversions_Fast.test_easy)\nPASS: test_fromutc (test.datetimetester.TestTimezoneConversions_Fast.test_fromutc)\nPASS: test_tricky (test.datetimetester.TestTimezoneConversions_Fast.test_tricky)\nPASS: test_folds (test.datetimetester.ZoneInfoTest_Fast.test_folds)\nPASS: test_gaps (test.datetimetester.ZoneInfoTest_Fast.test_gaps)\nPASS: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast.test_system_transitions)\n\n----------------------------------------------------------------------\nRan 1036 tests in 2.394s\n\nOK (skipped=31)\n0:01:23 load avg: 1.51 [163/480] test_dis passed\nPASS: test_bytecode_co_positions (test.test_dis.BytecodeTests.test_bytecode_co_positions)\nPASS: test_disassembled (test.test_dis.BytecodeTests.test_disassembled)\nPASS: test_explicit_first_line (test.test_dis.BytecodeTests.test_explicit_first_line)\nPASS: test_from_traceback (test.test_dis.BytecodeTests.test_from_traceback)\nPASS: test_from_traceback_dis (test.test_dis.BytecodeTests.test_from_traceback_dis)\nPASS: test_info (test.test_dis.BytecodeTests.test_info)\nPASS: test_instantiation (test.test_dis.BytecodeTests.test_instantiation)\nPASS: test_iteration (test.test_dis.BytecodeTests.test_iteration)\nPASS: test_source_line_in_disassembly (test.test_dis.BytecodeTests.test_source_line_in_disassembly)\nPASS: test_code_info (test.test_dis.CodeInfoTests.test_code_info)\nPASS: test_code_info_object (test.test_dis.CodeInfoTests.test_code_info_object)\nPASS: test_pretty_flags_no_flags (test.test_dis.CodeInfoTests.test_pretty_flags_no_flags)\nPASS: test_show_code (test.test_dis.CodeInfoTests.test_show_code)\nPASS: test__try_compile_no_context_exc_on_error (test.test_dis.DisTests.test__try_compile_no_context_exc_on_error)\nPASS: test_big_linenos (test.test_dis.DisTests.test_big_linenos)\nPASS: test_binary_specialize (test.test_dis.DisTests.test_binary_specialize)\nPASS: test_boundaries (test.test_dis.DisTests.test_boundaries)\nPASS: test_bug_1333982 (test.test_dis.DisTests.test_bug_1333982)\nPASS: test_bug_42562 (test.test_dis.DisTests.test_bug_42562)\nPASS: test_bug_45757 (test.test_dis.DisTests.test_bug_45757)\nPASS: test_bug_46724 (test.test_dis.DisTests.test_bug_46724)\nPASS: test_bug_708901 (test.test_dis.DisTests.test_bug_708901)\nPASS: test_call_specialize (test.test_dis.DisTests.test_call_specialize)\nPASS: test_dis (test.test_dis.DisTests.test_dis)\nPASS: test_dis_none (test.test_dis.DisTests.test_dis_none)\nPASS: test_dis_object (test.test_dis.DisTests.test_dis_object)\nPASS: test_dis_traceback (test.test_dis.DisTests.test_dis_traceback)\nPASS: test_dis_with_offsets (test.test_dis.DisTests.test_dis_with_offsets)\nPASS: test_disassemble_async_generator (test.test_dis.DisTests.test_disassemble_async_generator)\nPASS: test_disassemble_asyncwith (test.test_dis.DisTests.test_disassemble_asyncwith)\nPASS: test_disassemble_bytes (test.test_dis.DisTests.test_disassemble_bytes)\nPASS: test_disassemble_class (test.test_dis.DisTests.test_disassemble_class)\nPASS: test_disassemble_class_method (test.test_dis.DisTests.test_disassemble_class_method)\nPASS: test_disassemble_coroutine (test.test_dis.DisTests.test_disassemble_coroutine)\nPASS: test_disassemble_fstring (test.test_dis.DisTests.test_disassemble_fstring)\nPASS: test_disassemble_generator (test.test_dis.DisTests.test_disassemble_generator)\nPASS: test_disassemble_instance_method (test.test_dis.DisTests.test_disassemble_instance_method)\nPASS: test_disassemble_instance_method_bytes (test.test_dis.DisTests.test_disassemble_instance_method_bytes)\nPASS: test_disassemble_recursive (test.test_dis.DisTests.test_disassemble_recursive)\nPASS: test_disassemble_static_method (test.test_dis.DisTests.test_disassemble_static_method)\nPASS: test_disassemble_str (test.test_dis.DisTests.test_disassemble_str)\nPASS: test_disassemble_try_finally (test.test_dis.DisTests.test_disassemble_try_finally)\nPASS: test_disassemble_with (test.test_dis.DisTests.test_disassemble_with)\nPASS: test_extended_arg_quick (test.test_dis.DisTests.test_extended_arg_quick)\nPASS: test_intrinsic_1 (test.test_dis.DisTests.test_intrinsic_1)\nPASS: test_intrinsic_2 (test.test_dis.DisTests.test_intrinsic_2)\nPASS: test_kw_names (test.test_dis.DisTests.test_kw_names)\nPASS: test_load_attr_specialize (test.test_dis.DisTests.test_load_attr_specialize)\nPASS: test_loop_quicken (test.test_dis.DisTests.test_loop_quicken)\nPASS: test_opmap (test.test_dis.DisTests.test_opmap)\nPASS: test_opname (test.test_dis.DisTests.test_opname)\nPASS: test_show_caches (test.test_dis.DisTests.test_show_caches)\ntest_show_currinstr_with_cache (test.test_dis.DisTests.test_show_currinstr_with_cache)\nPASS: Make sure that with lasti pointing to CACHE, it still shows the current\nPASS: test_super_instructions (test.test_dis.DisTests.test_super_instructions)\nPASS: test_widths (test.test_dis.DisTests.test_widths)\nPASS: test__try_compile_no_context_exc_on_error (test.test_dis.DisWithFileTests.test__try_compile_no_context_exc_on_error)\nPASS: test_big_linenos (test.test_dis.DisWithFileTests.test_big_linenos)\nPASS: test_binary_specialize (test.test_dis.DisWithFileTests.test_binary_specialize)\nPASS: test_boundaries (test.test_dis.DisWithFileTests.test_boundaries)\nPASS: test_bug_1333982 (test.test_dis.DisWithFileTests.test_bug_1333982)\nPASS: test_bug_42562 (test.test_dis.DisWithFileTests.test_bug_42562)\nPASS: test_bug_45757 (test.test_dis.DisWithFileTests.test_bug_45757)\nPASS: test_bug_46724 (test.test_dis.DisWithFileTests.test_bug_46724)\nPASS: test_bug_708901 (test.test_dis.DisWithFileTests.test_bug_708901)\nPASS: test_call_specialize (test.test_dis.DisWithFileTests.test_call_specialize)\nPASS: test_dis (test.test_dis.DisWithFileTests.test_dis)\nPASS: test_dis_none (test.test_dis.DisWithFileTests.test_dis_none)\nPASS: test_dis_object (test.test_dis.DisWithFileTests.test_dis_object)\nPASS: test_dis_traceback (test.test_dis.DisWithFileTests.test_dis_traceback)\nPASS: test_dis_with_offsets (test.test_dis.DisWithFileTests.test_dis_with_offsets)\nPASS: test_disassemble_async_generator (test.test_dis.DisWithFileTests.test_disassemble_async_generator)\nPASS: test_disassemble_asyncwith (test.test_dis.DisWithFileTests.test_disassemble_asyncwith)\nPASS: test_disassemble_bytes (test.test_dis.DisWithFileTests.test_disassemble_bytes)\nPASS: test_disassemble_class (test.test_dis.DisWithFileTests.test_disassemble_class)\nPASS: test_disassemble_class_method (test.test_dis.DisWithFileTests.test_disassemble_class_method)\nPASS: test_disassemble_coroutine (test.test_dis.DisWithFileTests.test_disassemble_coroutine)\nPASS: test_disassemble_fstring (test.test_dis.DisWithFileTests.test_disassemble_fstring)\nPASS: test_disassemble_generator (test.test_dis.DisWithFileTests.test_disassemble_generator)\nPASS: test_disassemble_instance_method (test.test_dis.DisWithFileTests.test_disassemble_instance_method)\nPASS: test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes)\nPASS: test_disassemble_recursive (test.test_dis.DisWithFileTests.test_disassemble_recursive)\nPASS: test_disassemble_static_method (test.test_dis.DisWithFileTests.test_disassemble_static_method)\nPASS: test_disassemble_str (test.test_dis.DisWithFileTests.test_disassemble_str)\nPASS: test_disassemble_try_finally (test.test_dis.DisWithFileTests.test_disassemble_try_finally)\nPASS: test_disassemble_with (test.test_dis.DisWithFileTests.test_disassemble_with)\nPASS: test_extended_arg_quick (test.test_dis.DisWithFileTests.test_extended_arg_quick)\nPASS: test_intrinsic_1 (test.test_dis.DisWithFileTests.test_intrinsic_1)\nPASS: test_intrinsic_2 (test.test_dis.DisWithFileTests.test_intrinsic_2)\nPASS: test_kw_names (test.test_dis.DisWithFileTests.test_kw_names)\nPASS: test_load_attr_specialize (test.test_dis.DisWithFileTests.test_load_attr_specialize)\nPASS: test_loop_quicken (test.test_dis.DisWithFileTests.test_loop_quicken)\nPASS: test_opmap (test.test_dis.DisWithFileTests.test_opmap)\nPASS: test_opname (test.test_dis.DisWithFileTests.test_opname)\nPASS: test_show_caches (test.test_dis.DisWithFileTests.test_show_caches)\ntest_show_currinstr_with_cache (test.test_dis.DisWithFileTests.test_show_currinstr_with_cache)\nPASS: Make sure that with lasti pointing to CACHE, it still shows the current\nPASS: test_super_instructions (test.test_dis.DisWithFileTests.test_super_instructions)\nPASS: test_widths (test.test_dis.DisWithFileTests.test_widths)\nPASS: test_argval_argrepr (test.test_dis.InstructionTests.test_argval_argrepr)\nPASS: test_baseopname_and_baseopcode (test.test_dis.InstructionTests.test_baseopname_and_baseopcode)\nPASS: test_cache_offset_and_end_offset (test.test_dis.InstructionTests.test_cache_offset_and_end_offset)\nPASS: test_co_positions (test.test_dis.InstructionTests.test_co_positions)\nPASS: test_co_positions_missing_info (test.test_dis.InstructionTests.test_co_positions_missing_info)\nPASS: test_co_positions_with_lots_of_caches (test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches)\nPASS: test_custom_arg_resolver (test.test_dis.InstructionTests.test_custom_arg_resolver)\nPASS: test_default_first_line (test.test_dis.InstructionTests.test_default_first_line)\nPASS: test_doubly_nested (test.test_dis.InstructionTests.test_doubly_nested)\nPASS: test_first_line_set_to_None (test.test_dis.InstructionTests.test_first_line_set_to_None)\nPASS: test_instruction_str (test.test_dis.InstructionTests.test_instruction_str)\nPASS: test_jump_target (test.test_dis.InstructionTests.test_jump_target)\nPASS: test_jumpy (test.test_dis.InstructionTests.test_jumpy)\nPASS: test_nested (test.test_dis.InstructionTests.test_nested)\nPASS: test_oparg_alias (test.test_dis.InstructionTests.test_oparg_alias)\nPASS: test_outer (test.test_dis.InstructionTests.test_outer)\nPASS: test_show_caches_with_label (test.test_dis.InstructionTests.test_show_caches_with_label)\nPASS: test_start_offset (test.test_dis.InstructionTests.test_start_offset)\nPASS: test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode)\nPASS: test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode)\nPASS: test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode)\nPASS: test_invocation (test.test_dis.TestDisCLI.test_invocation)\nPASS: test_show_cache (test.test_dis.TestDisCLI.test_show_cache)\nPASS: test_show_offsets (test.test_dis.TestDisCLI.test_show_offsets)\nPASS: test_distb_empty (test.test_dis.TestDisTraceback.test_distb_empty)\nPASS: test_distb_explicit_arg (test.test_dis.TestDisTraceback.test_distb_explicit_arg)\nPASS: test_distb_last_traceback (test.test_dis.TestDisTraceback.test_distb_last_traceback)\nPASS: test_distb_empty (test.test_dis.TestDisTracebackWithFile.test_distb_empty)\nPASS: test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg)\nPASS: test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback)\nPASS: test__find_imports (test.test_dis.TestFinderMethods.test__find_imports)\nPASS: test__find_store_names (test.test_dis.TestFinderMethods.test__find_store_names)\nPASS: test_findlabels (test.test_dis.TestFinderMethods.test_findlabels)\nPASS: test_findlinestarts (test.test_dis.TestFinderMethods.test_findlinestarts)\n\n----------------------------------------------------------------------\nRan 131 tests in 0.292s\n\nOK\n0:01:23 load avg: 1.51 [164/480] test_difflib passed\nPASS: test_one_insert_homogenous_sequence (test.test_difflib.TestAutojunk.test_one_insert_homogenous_sequence)\nPASS: test_byte_content (test.test_difflib.TestBytes.test_byte_content)\nPASS: test_byte_filenames (test.test_difflib.TestBytes.test_byte_filenames)\nPASS: test_mixed_types_content (test.test_difflib.TestBytes.test_mixed_types_content)\nPASS: test_mixed_types_dates (test.test_difflib.TestBytes.test_mixed_types_dates)\nPASS: test_mixed_types_filenames (test.test_difflib.TestBytes.test_mixed_types_filenames)\nPASS: test_default_args (test.test_difflib.TestFindLongest.test_default_args)\nPASS: test_longest_match_with_popular_chars (test.test_difflib.TestFindLongest.test_longest_match_with_popular_chars)\nPASS: test_is_character_junk_false (test.test_difflib.TestJunkAPIs.test_is_character_junk_false)\nPASS: test_is_character_junk_true (test.test_difflib.TestJunkAPIs.test_is_character_junk_true)\nPASS: test_is_line_junk_REDOS (test.test_difflib.TestJunkAPIs.test_is_line_junk_REDOS)\nPASS: test_is_line_junk_false (test.test_difflib.TestJunkAPIs.test_is_line_junk_false)\nPASS: test_is_line_junk_true (test.test_difflib.TestJunkAPIs.test_is_line_junk_true)\nPASS: test_no_trailing_tab_on_empty_filedate (test.test_difflib.TestOutputFormat.test_no_trailing_tab_on_empty_filedate)\nPASS: test_range_format_context (test.test_difflib.TestOutputFormat.test_range_format_context)\nPASS: test_range_format_unified (test.test_difflib.TestOutputFormat.test_range_format_unified)\nPASS: test_tab_delimiter (test.test_difflib.TestOutputFormat.test_tab_delimiter)\nPASS: test_added_tab_hint (test.test_difflib.TestSFbugs.test_added_tab_hint)\nPASS: test_comparing_empty_lists (test.test_difflib.TestSFbugs.test_comparing_empty_lists)\nPASS: test_hint_indented_properly_with_tabs (test.test_difflib.TestSFbugs.test_hint_indented_properly_with_tabs)\nPASS: test_matching_blocks_cache (test.test_difflib.TestSFbugs.test_matching_blocks_cache)\nPASS: test_mdiff_catch_stop_iteration (test.test_difflib.TestSFbugs.test_mdiff_catch_stop_iteration)\nPASS: test_ratio_for_null_seqn (test.test_difflib.TestSFbugs.test_ratio_for_null_seqn)\nPASS: test_html_diff (test.test_difflib.TestSFpatches.test_html_diff)\nPASS: test_make_file_default_charset (test.test_difflib.TestSFpatches.test_make_file_default_charset)\nPASS: test_make_file_iso88591_charset (test.test_difflib.TestSFpatches.test_make_file_iso88591_charset)\nPASS: test_make_file_usascii_charset_with_nonascii_input (test.test_difflib.TestSFpatches.test_make_file_usascii_charset_with_nonascii_input)\nPASS: test_recursion_limit (test.test_difflib.TestSFpatches.test_recursion_limit)\nPASS: test_bjunk (test.test_difflib.TestWithAscii.test_bjunk)\nPASS: test_one_delete (test.test_difflib.TestWithAscii.test_one_delete)\nPASS: test_one_insert (test.test_difflib.TestWithAscii.test_one_insert)\nDiffer (difflib)\nPASS: Doctest: difflib.Differ\n_fancy_replace (difflib.Differ)\nPASS: Doctest: difflib.Differ._fancy_replace\n_qformat (difflib.Differ)\nPASS: Doctest: difflib.Differ._qformat\ncompare (difflib.Differ)\nPASS: Doctest: difflib.Differ.compare\nIS_CHARACTER_JUNK (difflib)\nPASS: Doctest: difflib.IS_CHARACTER_JUNK\nIS_LINE_JUNK (difflib)\nPASS: Doctest: difflib.IS_LINE_JUNK\nSequenceMatcher (difflib)\nPASS: Doctest: difflib.SequenceMatcher\nfind_longest_match (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.find_longest_match\nget_grouped_opcodes (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.get_grouped_opcodes\nget_matching_blocks (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.get_matching_blocks\nget_opcodes (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.get_opcodes\nratio (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.ratio\nset_seq1 (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.set_seq1\nset_seq2 (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.set_seq2\nset_seqs (difflib.SequenceMatcher)\nPASS: Doctest: difflib.SequenceMatcher.set_seqs\ncontext_diff (difflib)\nPASS: Doctest: difflib.context_diff\nget_close_matches (difflib)\nPASS: Doctest: difflib.get_close_matches\nndiff (difflib)\nPASS: Doctest: difflib.ndiff\nrestore (difflib)\nPASS: Doctest: difflib.restore\nunified_diff (difflib)\nPASS: Doctest: difflib.unified_diff\n\n----------------------------------------------------------------------\nRan 51 tests in 0.324s\n\nOK\n0:01:23 load avg: 1.51 [165/480] test_dtrace passed\nSKIP: setUpClass (test.test_dtrace.CheckDtraceProbes) 'CPython must be configured with the --with-dtrace option.'\nSKIP: setUpClass (test.test_dtrace.DTraceNormalTests) \"dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'\"\nSKIP: setUpClass (test.test_dtrace.DTraceOptimizedTests) \"dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'\"\nSKIP: setUpClass (test.test_dtrace.SystemTapNormalTests) \"stap(1) failed: [Errno 2] No such file or directory: 'stap'\"\nSKIP: setUpClass (test.test_dtrace.SystemTapOptimizedTests) \"stap(1) failed: [Errno 2] No such file or directory: 'stap'\"\n\n----------------------------------------------------------------------\nRan 0 tests in 0.001s\n\nOK (skipped=5)\n0:01:23 load avg: 1.51 [166/480] test_dynamic passed\nPASS: test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_eval)\nPASS: test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_exec)\nPASS: test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_between_calls)\nPASS: test_cannot_replace_builtins_dict_while_active (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_while_active)\nPASS: test_eval_gives_lambda_custom_globals (test.test_dynamic.RebindBuiltinsTests.test_eval_gives_lambda_custom_globals)\nPASS: test_globals_shadow_builtins (test.test_dynamic.RebindBuiltinsTests.test_globals_shadow_builtins)\nPASS: test_load_global_specialization_failure_keeps_oparg (test.test_dynamic.RebindBuiltinsTests.test_load_global_specialization_failure_keeps_oparg)\nPASS: test_modify_builtins (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins)\nPASS: test_modify_builtins_from_leaf_function (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_from_leaf_function)\nPASS: test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_while_generator_active)\nPASS: test_after_specialization (test.test_dynamic.TestTracing.test_after_specialization)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.004s\n\nOK\n0:01:24 load avg: 1.51 [167/480] test_dynamicclassattribute passed\nPASS: test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests.test_docstring_copy)\nPASS: test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_new_getter_new_docstring)\nPASS: test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_setter_copies_getter_docstring)\nSKIP: test_slots_docstring_copy_exception (test.test_dynamicclassattribute.PropertySubclassTests.test_slots_docstring_copy_exception) '__doc__ is already present, __slots__ will have no effect'\nPASS: test_abstract_virtual (test.test_dynamicclassattribute.PropertyTests.test_abstract_virtual)\nPASS: test_property___isabstractmethod__descriptor (test.test_dynamicclassattribute.PropertyTests.test_property___isabstractmethod__descriptor)\nPASS: test_property_decorator_baseclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass)\nPASS: test_property_decorator_baseclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass_doc)\nPASS: test_property_decorator_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_doc)\nPASS: test_property_decorator_subclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass)\nPASS: test_property_decorator_subclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass_doc)\nPASS: test_property_getter_doc_override (test.test_dynamicclassattribute.PropertyTests.test_property_getter_doc_override)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.001s\n\nOK (skipped=1)\n0:01:24 load avg: 1.51 [168/480] test_eintr passed\nSKIP: test_all (test.test_eintr.EINTRTests.test_all) \"resource 'walltime' is not enabled\"\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK (skipped=1)\n0:01:24 load avg: 1.51 [169/480] test_doctest passed\nPASS: test_run (test.test_doctest.test_doctest.TestDocTest.test_run)\nPASS: test_empty_namespace_package (test.test_doctest.test_doctest.TestDocTestFinder.test_empty_namespace_package)\nPASS: test_issue35753 (test.test_doctest.test_doctest.TestDocTestFinder.test_issue35753)\nDebugRunner (doctest)\nPASS: Doctest: doctest.DebugRunner\ndebug (doctest.DocTestCase)\nPASS: Doctest: doctest.DocTestCase.debug\nDocTestRunner (doctest)\nPASS: Doctest: doctest.DocTestRunner\n_TestClass (doctest)\nPASS: Doctest: doctest._TestClass\n__init__ (doctest._TestClass)\nPASS: Doctest: doctest._TestClass.__init__\nget (doctest._TestClass)\nPASS: Doctest: doctest._TestClass.get\nsquare (doctest._TestClass)\nPASS: Doctest: doctest._TestClass.square\nblank lines (doctest.__test__)\nPASS: Doctest: doctest.__test__.blank lines\nbool-int equivalence (doctest.__test__)\nPASS: Doctest: doctest.__test__.bool-int equivalence\nellipsis (doctest.__test__)\nPASS: Doctest: doctest.__test__.ellipsis\nstring (doctest.__test__)\nPASS: Doctest: doctest.__test__.string\nwhitespace normalization (doctest.__test__)\nPASS: Doctest: doctest.__test__.whitespace normalization\n_ellipsis_match (doctest)\nPASS: Doctest: doctest._ellipsis_match\nscript_from_examples (doctest)\nPASS: Doctest: doctest.script_from_examples\nset_unittest_reportflags (doctest)\nPASS: Doctest: doctest.set_unittest_reportflags\nSampleClass (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass\nNestedClass (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.NestedClass\n__init__ (test.test_doctest.test_doctest.SampleClass.NestedClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.NestedClass.__init__\n__init__ (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.__init__\na_cached_property (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_cached_property\na_classmethod (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_classmethod\na_property (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_property\na_staticmethod (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.a_staticmethod\ndouble (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.double\nget (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.get\nsetter (test.test_doctest.test_doctest.SampleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleClass.setter\nSampleNewStyleClass (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass\n__init__ (test.test_doctest.test_doctest.SampleNewStyleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.__init__\ndouble (test.test_doctest.test_doctest.SampleNewStyleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.double\nget (test.test_doctest.test_doctest.SampleNewStyleClass)\nPASS: Doctest: test.test_doctest.test_doctest.SampleNewStyleClass.get\nsample_func (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.sample_func\ntest_CLI (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_CLI\ntest_DocFileSuite (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocFileSuite\ntest_DocFileSuite_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocFileSuite_errors\ntest_DocTest (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTest\nbasics (test.test_doctest.test_doctest.test_DocTestFinder)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestFinder.basics\nnon_Python_modules (test.test_doctest.test_doctest.test_DocTestFinder)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestFinder.non_Python_modules\ntest_DocTestParser (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestParser\nbasics (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.basics\ndisplayhook (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.displayhook\nexceptions (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.exceptions\noption_directives (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.option_directives\noptionflags (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.optionflags\nverbose_flag (test.test_doctest.test_doctest.test_DocTestRunner)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestRunner.verbose_flag\ntest_DocTestSuite (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestSuite\ntest_DocTestSuite_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_DocTestSuite_errors\ntest_Example (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_Example\ntest_debug (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_debug\ntest_exception_with_multiple_notes (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_exception_with_multiple_notes\ntest_exception_with_note (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_exception_with_note\ntest_lineendings (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_lineendings\ntest_look_in_unwrapped (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_look_in_unwrapped\ntest_no_trailing_whitespace_stripping (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_no_trailing_whitespace_stripping\ntest_pdb_set_trace (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_pdb_set_trace\ntest_pdb_set_trace_nested (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_pdb_set_trace_nested\ntest_run_doctestsuite_multiple_times (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_run_doctestsuite_multiple_times\ntest_syntax_error_subclass_from_stdlib (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_subclass_from_stdlib\ntest_syntax_error_with_incorrect_expected_note (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_with_incorrect_expected_note\ntest_syntax_error_with_note (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_syntax_error_with_note\ntest_testfile (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testfile\ntest_testfile_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testfile_errors\ntest_testmod (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testmod\ntest_testmod_errors (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testmod_errors\ntest_testsource (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_testsource\ntest_trailing_space_in_test (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_trailing_space_in_test\ntest_unicode (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_unicode\ntest_unittest_reportflags (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_unittest_reportflags\ntest_wrapped_c_func (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.test_wrapped_c_func\nwrapped (test.test_doctest.test_doctest)\nPASS: Doctest: test.test_doctest.test_doctest.wrapped\nPASS: test_testmod (test.test_doctest.test_doctest2.Test.test_testmod)\n\n----------------------------------------------------------------------\nRan 73 tests in 0.728s\n\nOK\n0:01:24 load avg: 1.51 [170/480] test_embed passed\nSKIP: test_audit (test.test_embed.AuditingTests.test_audit) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_command (test.test_embed.AuditingTests.test_audit_run_command) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_file (test.test_embed.AuditingTests.test_audit_run_file) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_interactivehook (test.test_embed.AuditingTests.test_audit_run_interactivehook) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_startup (test.test_embed.AuditingTests.test_audit_run_startup) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_run_stdin (test.test_embed.AuditingTests.test_audit_run_stdin) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_subinterpreter (test.test_embed.AuditingTests.test_audit_subinterpreter) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_audit_tuple (test.test_embed.AuditingTests.test_audit_tuple) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_get_incomplete_frame (test.test_embed.AuditingTests.test_get_incomplete_frame) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_open_code_hook (test.test_embed.AuditingTests.test_open_code_hook) \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_bpo20891 (test.test_embed.EmbeddingTests.test_bpo20891)\nSKIP: bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_datetime_reset_strptime (test.test_embed.EmbeddingTests.test_datetime_reset_strptime) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_finalize_structseq (test.test_embed.EmbeddingTests.test_finalize_structseq) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_forced_io_encoding (test.test_embed.EmbeddingTests.test_forced_io_encoding) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_getargs_reset_static_parser (test.test_embed.EmbeddingTests.test_getargs_reset_static_parser) \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_initialize_pymain (test.test_embed.EmbeddingTests.test_initialize_pymain)\nSKIP: bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_initialize_twice (test.test_embed.EmbeddingTests.test_initialize_twice)\nSKIP: bpo-33932: Calling Py_Initialize() twice should do nothing (and not \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_pre_initialization_api (test.test_embed.EmbeddingTests.test_pre_initialization_api)\nSKIP: Checks some key parts of the C-API that need to work before the runtime \"'/usr/bin/Programs/_testembed' doesn't exist\"\ntest_pre_initialization_sys_options (test.test_embed.EmbeddingTests.test_pre_initialization_sys_options)\nSKIP: Checks that sys.warnoptions and sys._xoptions can be set before the \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_repeated_init_and_inittab (test.test_embed.EmbeddingTests.test_repeated_init_and_inittab) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_run_main (test.test_embed.EmbeddingTests.test_run_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_run_main_loop (test.test_embed.EmbeddingTests.test_run_main_loop) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_simple_initialization_api (test.test_embed.EmbeddingTests.test_simple_initialization_api) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE (test.test_embed.EmbeddingTests.test_specialized_static_code_gets_unspecialized_at_Py_FINALIZE) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_static_types_inherited_slots (test.test_embed.EmbeddingTests.test_static_types_inherited_slots) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_subinterps_different_ids (test.test_embed.EmbeddingTests.test_subinterps_different_ids) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_subinterps_distinct_state (test.test_embed.EmbeddingTests.test_subinterps_distinct_state) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_subinterps_main (test.test_embed.EmbeddingTests.test_subinterps_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_ucnhash_capi_reset (test.test_embed.EmbeddingTests.test_ucnhash_capi_reset) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_get_argc_argv (test.test_embed.InitConfigTests.test_get_argc_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_getpath_abspath_win32 (test.test_embed.InitConfigTests.test_getpath_abspath_win32) 'specific to Windows'\nSKIP: test_global_pathconfig (test.test_embed.InitConfigTests.test_global_pathconfig) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_compat_config (test.test_embed.InitConfigTests.test_init_compat_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_compat_env (test.test_embed.InitConfigTests.test_init_compat_env) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_default_config (test.test_embed.InitConfigTests.test_init_default_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_dev_mode (test.test_embed.InitConfigTests.test_init_dev_mode) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_dont_configure_locale (test.test_embed.InitConfigTests.test_init_dont_configure_locale) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_dont_parse_argv (test.test_embed.InitConfigTests.test_init_dont_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_env_dev_mode (test.test_embed.InitConfigTests.test_init_env_dev_mode) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_from_config (test.test_embed.InitConfigTests.test_init_from_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_global_config (test.test_embed.InitConfigTests.test_init_global_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_in_background_thread (test.test_embed.InitConfigTests.test_init_in_background_thread) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_is_python_build_with_home (test.test_embed.InitConfigTests.test_init_is_python_build_with_home) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_isolated_config (test.test_embed.InitConfigTests.test_init_isolated_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_isolated_flag (test.test_embed.InitConfigTests.test_init_isolated_flag) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_main (test.test_embed.InitConfigTests.test_init_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_main_interpreter_settings (test.test_embed.InitConfigTests.test_init_main_interpreter_settings) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_parse_argv (test.test_embed.InitConfigTests.test_init_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_pybuilddir (test.test_embed.InitConfigTests.test_init_pybuilddir) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_pybuilddir_win32 (test.test_embed.InitConfigTests.test_init_pybuilddir_win32) 'See test_init_pybuilddir'\nSKIP: test_init_python_config (test.test_embed.InitConfigTests.test_init_python_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_python_env (test.test_embed.InitConfigTests.test_init_python_env) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_pyvenv_cfg (test.test_embed.InitConfigTests.test_init_pyvenv_cfg) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_read_set (test.test_embed.InitConfigTests.test_init_read_set) 'as of 3.11 this test no longer works because path calculations do not occur on read'\nSKIP: test_init_run_main (test.test_embed.InitConfigTests.test_init_run_main) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_set_config (test.test_embed.InitConfigTests.test_init_set_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_setpath (test.test_embed.InitConfigTests.test_init_setpath) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_setpath_config (test.test_embed.InitConfigTests.test_init_setpath_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_setpythonhome (test.test_embed.InitConfigTests.test_init_setpythonhome) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_sys_add (test.test_embed.InitConfigTests.test_init_sys_add) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_use_frozen_modules (test.test_embed.InitConfigTests.test_init_use_frozen_modules) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_init_warnoptions (test.test_embed.InitConfigTests.test_init_warnoptions) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_compat_config (test.test_embed.InitConfigTests.test_preinit_compat_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_dont_parse_argv (test.test_embed.InitConfigTests.test_preinit_dont_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_isolated1 (test.test_embed.InitConfigTests.test_preinit_isolated1) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_isolated2 (test.test_embed.InitConfigTests.test_preinit_isolated2) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_isolated_config (test.test_embed.InitConfigTests.test_preinit_isolated_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_parse_argv (test.test_embed.InitConfigTests.test_preinit_parse_argv) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_preinit_python_config (test.test_embed.InitConfigTests.test_preinit_python_config) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_frozenmain (test.test_embed.MiscTests.test_frozenmain) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nSKIP: test_no_memleak (test.test_embed.MiscTests.test_no_memleak) '-X showrefcount requires a Python debug build'\nSKIP: test_presite (test.test_embed.MiscTests.test_presite) '-X presite requires a Python debug build'\nSKIP: test_unicode_id_init (test.test_embed.MiscTests.test_unicode_id_init) \"'/usr/bin/Programs/_testembed' doesn't exist\"\nPASS: test_set_config (test.test_embed.SetConfigTests.test_set_config)\n\n----------------------------------------------------------------------\nRan 75 tests in 0.052s\n\nOK (skipped=74)\n0:01:24 load avg: 1.51 [171/480] test_ensurepip passed\nPASS: test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict)\nPASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping)\nPASS: test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install)\nPASS: test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip)\nPASS: test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install)\nPASS: test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root)\nPASS: test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade)\nPASS: test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user)\nPASS: test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1)\nPASS: test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2)\nPASS: test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3)\nPASS: test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled)\nPASS: test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed)\nPASS: test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping)\nPASS: test_bootstrap_version (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrap_version)\nPASS: test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code)\nPASS: test_selected_wheel_path_no_dir (test.test_ensurepip.TestPackages.test_selected_wheel_path_no_dir)\nPASS: test_selected_wheel_path_with_dir (test.test_ensurepip.TestPackages.test_selected_wheel_path_with_dir)\nPASS: test_version (test.test_ensurepip.TestPackages.test_version)\nPASS: test_version_no_dir (test.test_ensurepip.TestPackages.test_version_no_dir)\nPASS: test_pip_config_file_disabled (test.test_ensurepip.TestUninstall.test_pip_config_file_disabled)\nPASS: test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed)\nPASS: test_uninstall (test.test_ensurepip.TestUninstall.test_uninstall)\nPASS: test_uninstall_skipped_when_not_installed (test.test_ensurepip.TestUninstall.test_uninstall_skipped_when_not_installed)\nPASS: test_uninstall_skipped_with_warning_for_wrong_version (test.test_ensurepip.TestUninstall.test_uninstall_skipped_with_warning_for_wrong_version)\nPASS: test_uninstall_with_verbosity_1 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_1)\nPASS: test_uninstall_with_verbosity_2 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_2)\nPASS: test_uninstall_with_verbosity_3 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_3)\nPASS: test_basic_uninstall (test.test_ensurepip.TestUninstallationMainFunction.test_basic_uninstall)\nPASS: test_uninstall_error_code (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_error_code)\nPASS: test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_version)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.021s\n\nOK\n0:01:25 load avg: 1.51 [172/480] test_email passed\nPASS: test_b_case_ignored (test.test_email.test__encoded_words.TestDecode.test_b_case_ignored)\nPASS: test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_ignored_with_defect)\nPASS: test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_incorrect_padding)\nPASS: test_b_padding_defect (test.test_email.test__encoded_words.TestDecode.test_b_padding_defect)\nPASS: test_b_undecodable_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_undecodable_bytes_ignored_with_defect)\nPASS: test_invalid_character_in_charset (test.test_email.test__encoded_words.TestDecode.test_invalid_character_in_charset)\nPASS: test_non_trivial_q (test.test_email.test__encoded_words.TestDecode.test_non_trivial_q)\nPASS: test_nonnull_lang (test.test_email.test__encoded_words.TestDecode.test_nonnull_lang)\nPASS: test_q_case_ignored (test.test_email.test__encoded_words.TestDecode.test_q_case_ignored)\nPASS: test_q_escaped_bytes_preserved (test.test_email.test__encoded_words.TestDecode.test_q_escaped_bytes_preserved)\nPASS: test_q_nonascii (test.test_email.test__encoded_words.TestDecode.test_q_nonascii)\nPASS: test_simple_b (test.test_email.test__encoded_words.TestDecode.test_simple_b)\nPASS: test_simple_q (test.test_email.test__encoded_words.TestDecode.test_simple_q)\nPASS: test_unknown_8bit_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_8bit_charset)\nPASS: test_unknown_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_charset)\nPASS: test_wrong_format_input_raises (test.test_email.test__encoded_words.TestDecode.test_wrong_format_input_raises)\nPASS: test_invalid_character (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character)\nPASS: test_invalid_character_and_bad_padding (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character_and_bad_padding)\nPASS: test_invalid_length (test.test_email.test__encoded_words.TestDecodeB.test_invalid_length)\nPASS: test_missing_padding (test.test_email.test__encoded_words.TestDecodeB.test_missing_padding)\nPASS: test_simple (test.test_email.test__encoded_words.TestDecodeB.test_simple)\nPASS: test_no_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_no_encoded)\nPASS: test_run_of_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_run_of_encoded)\nPASS: test_spaces (test.test_email.test__encoded_words.TestDecodeQ.test_spaces)\nPASS: test_auto_b_if_enough_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_enough_unsafe)\nPASS: test_auto_b_if_long_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_long_unsafe)\nPASS: test_auto_q (test.test_email.test__encoded_words.TestEncode.test_auto_q)\nPASS: test_auto_q_if_long_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_long_mostly_safe)\nPASS: test_auto_q_if_short_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_short_mostly_safe)\nPASS: test_b (test.test_email.test__encoded_words.TestEncode.test_b)\nPASS: test_lang (test.test_email.test__encoded_words.TestEncode.test_lang)\nPASS: test_q (test.test_email.test__encoded_words.TestEncode.test_q)\nPASS: test_unknown_8bit (test.test_email.test__encoded_words.TestEncode.test_unknown_8bit)\nPASS: test_utf8_default (test.test_email.test__encoded_words.TestEncode.test_utf8_default)\nPASS: test_padding (test.test_email.test__encoded_words.TestEncodeB.test_padding)\nPASS: test_simple (test.test_email.test__encoded_words.TestEncodeB.test_simple)\nPASS: test_all_safe (test.test_email.test__encoded_words.TestEncodeQ.test_all_safe)\nPASS: test_run_of_encodables (test.test_email.test__encoded_words.TestEncodeQ.test_run_of_encodables)\nPASS: test_spaces (test.test_email.test__encoded_words.TestEncodeQ.test_spaces)\nPASS: test_address_list_folding_at_commas (test.test_email.test__header_value_parser.TestFolding.test_address_list_folding_at_commas)\nPASS: test_address_list_with_list_separator_after_fold (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_list_separator_after_fold)\nPASS: test_address_list_with_specials_in_encoded_word (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_encoded_word)\nPASS: test_address_list_with_specials_in_long_quoted_string (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_specials_in_long_quoted_string)\nPASS: test_address_list_with_unicode_names (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names)\nPASS: test_address_list_with_unicode_names_in_quotes (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names_in_quotes)\nPASS: test_ascii_after_unknown_not_combined (test.test_email.test__header_value_parser.TestFolding.test_ascii_after_unknown_not_combined)\nPASS: test_ews_combined_before_wrap (test.test_email.test__header_value_parser.TestFolding.test_ews_combined_before_wrap)\nPASS: test_long_filename_attachment (test.test_email.test__header_value_parser.TestFolding.test_long_filename_attachment)\nPASS: test_one_ew_on_each_of_two_wrapped_lines (test.test_email.test__header_value_parser.TestFolding.test_one_ew_on_each_of_two_wrapped_lines)\nPASS: test_overlong_encodeable_is_wrapped (test.test_email.test__header_value_parser.TestFolding.test_overlong_encodeable_is_wrapped)\nPASS: test_simple_address (test.test_email.test__header_value_parser.TestFolding.test_simple_address)\nPASS: test_simple_unstructured_folded (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_folded)\nPASS: test_simple_unstructured_no_folds (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_no_folds)\nPASS: test_split_at_whitespace_after_header_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_after_header_before_long_token)\nPASS: test_split_at_whitespace_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_before_long_token)\nPASS: test_unicode_after_unknown_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unicode_after_unknown_not_combined)\nPASS: test_unknown_after_ascii_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_ascii_not_combined)\nPASS: test_unknown_after_unicode_not_combined (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unicode_not_combined)\nPASS: test_unknown_after_unknown (test.test_email.test__header_value_parser.TestFolding.test_unknown_after_unknown)\nPASS: test_unstructured_with_unicode_no_folds (test.test_email.test__header_value_parser.TestFolding.test_unstructured_with_unicode_no_folds)\nPASS: test__wsp_splitter_one_word (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_one_word)\nPASS: test__wsp_splitter_two_words (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_two_words)\nPASS: test__wsp_splitter_ws_runs (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_ws_runs)\nPASS: test_encoded_word_inside_quotes (test.test_email.test__header_value_parser.TestParser.test_encoded_word_inside_quotes)\nPASS: test_get_addr_spec_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_dot_atom)\nPASS: test_get_addr_spec_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_ends_at_special)\nPASS: test_get_addr_spec_multiple_domains (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_multiple_domains)\nPASS: test_get_addr_spec_normal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_normal)\nPASS: test_get_addr_spec_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_quoted_strings_in_atom_list)\nPASS: test_get_addr_spec_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_cfws)\nPASS: test_get_addr_spec_with_doamin_literal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_doamin_literal)\nPASS: test_get_addr_spec_with_qouoted_string_and_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_qouoted_string_and_cfws)\nPASS: test_get_address_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_complex)\nPASS: test_get_address_empty_group (test.test_email.test__header_value_parser.TestParser.test_get_address_empty_group)\nPASS: test_get_address_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_address_ends_at_special)\nPASS: test_get_address_group (test.test_email.test__header_value_parser.TestParser.test_get_address_group)\nPASS: test_get_address_invalid_mailbox_invalid (test.test_email.test__header_value_parser.TestParser.test_get_address_invalid_mailbox_invalid)\nPASS: test_get_address_list_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_address_list_CFWS)\nPASS: test_get_address_list_group_and_mailboxes (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_and_mailboxes)\nPASS: test_get_address_list_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_empty)\nPASS: test_get_address_list_group_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_simple)\nPASS: test_get_address_list_mailboxes_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_complex)\nPASS: test_get_address_list_mailboxes_invalid_addresses (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_invalid_addresses)\nPASS: test_get_address_list_mailboxes_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_simple)\nPASS: test_get_address_list_mailboxes_two_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_two_simple)\nPASS: test_get_address_quoted_local_part (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_local_part)\nPASS: test_get_address_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_strings_in_atom_list)\nPASS: test_get_address_rfc2047_display_name (test.test_email.test__header_value_parser.TestParser.test_get_address_rfc2047_display_name)\nPASS: test_get_address_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_simple)\nPASS: test_get_angle_addr_empty (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty)\nPASS: test_get_angle_addr_empty_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty_raise)\nPASS: test_get_angle_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_ends_at_special)\nPASS: test_get_angle_addr_internal_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_internal_cfws)\nPASS: test_get_angle_addr_left_angle_only_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_left_angle_only_raise)\nPASS: test_get_angle_addr_missing_closing_angle (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle)\nPASS: test_get_angle_addr_missing_closing_angle_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle_with_cfws)\nPASS: test_get_angle_addr_no_angle_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_before_special_raises)\nPASS: test_get_angle_addr_no_angle_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raise)\nPASS: test_get_angle_addr_no_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raises)\nPASS: test_get_angle_addr_obs_route (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_obs_route)\nPASS: test_get_angle_addr_qs_and_domain_literal (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_and_domain_literal)\nPASS: test_get_angle_addr_qs_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_only_quotes)\nPASS: test_get_angle_addr_simple (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_simple)\nPASS: test_get_angle_addr_special_after_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_special_after_angle_raises)\nPASS: test_get_angle_addr_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_with_cfws)\nPASS: test_get_atext_all_atext (test.test_email.test__header_value_parser.TestParser.test_get_atext_all_atext)\nPASS: test_get_atext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_atext_following_wsp_preserved)\nPASS: test_get_atext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_atext_non_printables)\nPASS: test_get_atext_only (test.test_email.test__header_value_parser.TestParser.test_get_atext_only)\nPASS: test_get_atext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_atext_two_words_gets_first)\nPASS: test_get_atext_up_to_special (test.test_email.test__header_value_parser.TestParser.test_get_atext_up_to_special)\nPASS: test_get_atom_atom_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_noncfws)\nPASS: test_get_atom_atom_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_special)\nPASS: test_get_atom_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_header_ends_in_comment)\nPASS: test_get_atom_no_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom)\nPASS: test_get_atom_no_atom_before_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom_before_special)\nPASS: test_get_atom_non_printable_in_atext (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_atext)\nPASS: test_get_atom_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_comment)\nPASS: test_get_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_atom_only)\nPASS: test_get_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_rfc2047_atom)\nPASS: test_get_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_comments_and_wsp)\nPASS: test_get_atom_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_multiple_comments)\nPASS: test_get_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_wsp)\nPASS: test_get_bare_quoted_string_empty_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_empty_quotes)\nPASS: test_get_bare_quoted_string_end_dquote_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_end_dquote_mid_word)\nPASS: test_get_bare_quoted_string_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_following_wsp_preserved)\nPASS: test_get_bare_quoted_string_missing_endquotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_missing_endquotes)\nPASS: test_get_bare_quoted_string_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words)\nPASS: test_get_bare_quoted_string_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words_wsp_preserved)\nPASS: test_get_bare_quoted_string_must_start_with_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_must_start_with_dquote)\nPASS: test_get_bare_quoted_string_no_end_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_no_end_dquote)\nPASS: test_get_bare_quoted_string_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_non_printables)\nPASS: test_get_bare_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only)\nPASS: test_get_bare_quoted_string_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only_quotes)\nPASS: test_get_bare_quoted_string_quoted_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_quoted_dquote)\nPASS: test_get_cfws_ends_at_non_leader (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_leader)\nPASS: test_get_cfws_ends_at_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_printable)\nPASS: test_get_cfws_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_header_ends_in_comment)\nPASS: test_get_cfws_multiple_nested_comments (test.test_email.test__header_value_parser.TestParser.test_get_cfws_multiple_nested_comments)\nPASS: test_get_cfws_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_non_printable_in_comment)\nPASS: test_get_cfws_only_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_comment)\nPASS: test_get_cfws_only_mixed (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_mixed)\nPASS: test_get_cfws_only_ws (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_ws)\nPASS: test_get_comment_empty_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_empty_comment)\nPASS: test_get_comment_end_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_comment_end_paren_mid_word)\nPASS: test_get_comment_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_following_wsp_preserved)\nPASS: test_get_comment_missing_end_of_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_missing_end_of_nesting)\nPASS: test_get_comment_multiple_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_nesting)\nPASS: test_get_comment_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words)\nPASS: test_get_comment_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words_wsp_preserved)\nPASS: test_get_comment_must_start_with_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_must_start_with_paren)\nPASS: test_get_comment_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment)\nPASS: test_get_comment_nested_comment_wsp (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment_wsp)\nPASS: test_get_comment_no_end_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_no_end_paren)\nPASS: test_get_comment_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_comment_non_printable)\nPASS: test_get_comment_only (test.test_email.test__header_value_parser.TestParser.test_get_comment_only)\nPASS: test_get_comment_qs_in_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_qs_in_nested_comment)\nPASS: test_get_comment_quoted_parens (test.test_email.test__header_value_parser.TestParser.test_get_comment_quoted_parens)\nPASS: test_get_display_name_complex1 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex1)\nPASS: test_get_display_name_complex2 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex2)\nPASS: test_get_display_name_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_ending_with_obsolete)\nPASS: test_get_display_name_for_invalid_address_field (test.test_email.test__header_value_parser.TestParser.test_get_display_name_for_invalid_address_field)\nPASS: test_get_display_name_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_obsolete)\nPASS: test_get_display_name_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_display_name_pharse_must_start_with_word)\nPASS: test_get_display_name_simple (test.test_email.test__header_value_parser.TestParser.test_get_display_name_simple)\nPASS: test_get_domain_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_only)\nPASS: test_get_domain_domain_literal_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws)\nPASS: test_get_domain_domain_literal_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws_ends_at_special)\nPASS: test_get_domain_domain_with_cfws_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_with_cfws_ends_at_special)\nPASS: test_get_domain_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_empty_raises)\nPASS: test_get_domain_literal_bad_dtext_char_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_bad_dtext_char_before_special_raises)\nPASS: test_get_domain_literal_no_start_char_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_before_special_raises)\nPASS: test_get_domain_literal_no_start_char_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_raises)\nPASS: test_get_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_only)\nPASS: test_get_domain_literal_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_internal_ws)\nPASS: test_get_domain_literal_with_surrounding_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_surrounding_cfws)\nPASS: test_get_domain_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_atom_raises)\nPASS: test_get_domain_no_non_cfws_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_non_cfws_raises)\nPASS: test_get_domain_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_domain_obsolete)\nPASS: test_get_domain_regular_domain_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_regular_domain_only)\nPASS: test_get_domain_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_with_cfws)\nPASS: test_get_dot_atom_leading_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_leading_dot_raises)\nPASS: test_get_dot_atom_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_no_atom_raises)\nPASS: test_get_dot_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_only)\nPASS: test_get_dot_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_rfc2047_atom)\nPASS: test_get_dot_atom_space_ends_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_space_ends_dot_atom)\nPASS: test_get_dot_atom_text (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text)\nPASS: test_get_dot_atom_text_lone_atom_is_valid (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_lone_atom_is_valid)\nPASS: test_get_dot_atom_text_raises_on_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_dot)\nPASS: test_get_dot_atom_text_raises_on_leading_non_atext (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_leading_non_atext)\nPASS: test_get_dot_atom_text_raises_on_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_raises_on_trailing_dot)\nPASS: test_get_dot_atom_text_trailing_text_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_text_preserved)\nPASS: test_get_dot_atom_text_trailing_ws_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_ws_preserved)\nPASS: test_get_dot_atom_trailing_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_trailing_dot_raises)\nPASS: test_get_dot_atom_two_dots_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_two_dots_raises)\nPASS: test_get_dot_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_comments_and_wsp)\nPASS: test_get_dot_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_wsp)\nPASS: test_get_dtext_all_dtext (test.test_email.test__header_value_parser.TestParser.test_get_dtext_all_dtext)\nPASS: test_get_dtext_close_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_mid_word)\nPASS: test_get_dtext_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_only)\nPASS: test_get_dtext_empty (test.test_email.test__header_value_parser.TestParser.test_get_dtext_empty)\nPASS: test_get_dtext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_following_wsp_preserved)\nPASS: test_get_dtext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_dtext_non_printables)\nPASS: test_get_dtext_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_only)\nPASS: test_get_dtext_open_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_mid_word)\nPASS: test_get_dtext_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_only)\nPASS: test_get_dtext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_dtext_two_words_gets_first)\nPASS: test_get_dtext_up_to_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_close_bracket_only)\nPASS: test_get_dtext_up_to_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_open_bracket_only)\nPASS: test_get_dtext_with_qp (test.test_email.test__header_value_parser.TestParser.test_get_dtext_with_qp)\nPASS: test_get_dtext_wsp_before_close_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_close_bracket_preserved)\nPASS: test_get_dtext_wsp_before_open_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_open_bracket_preserved)\nPASS: test_get_encoded_word_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first)\nPASS: test_get_encoded_word_gets_first_even_if_no_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first_even_if_no_space)\nPASS: test_get_encoded_word_internal_spaces (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_internal_spaces)\nPASS: test_get_encoded_word_invalid_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_invalid_cte)\nPASS: test_get_encoded_word_lang_default_is_blank (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_lang_default_is_blank)\nPASS: test_get_encoded_word_leading_internal_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_leading_internal_space)\nPASS: test_get_encoded_word_missing_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_end_raises)\nPASS: test_get_encoded_word_missing_middle_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_middle_raises)\nPASS: test_get_encoded_word_missing_start_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_start_raises)\nPASS: test_get_encoded_word_non_printable_defect (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_non_printable_defect)\nPASS: test_get_encoded_word_quopri_utf_escape_follows_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_quopri_utf_escape_follows_cte)\nPASS: test_get_encoded_word_sets_extra_attributes (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_sets_extra_attributes)\nPASS: test_get_encoded_word_valid_ew (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_valid_ew)\nPASS: test_get_fws_only (test.test_email.test__header_value_parser.TestParser.test_get_fws_only)\nPASS: test_get_fws_space (test.test_email.test__header_value_parser.TestParser.test_get_fws_space)\nPASS: test_get_fws_ws_run (test.test_email.test__header_value_parser.TestParser.test_get_fws_ws_run)\nPASS: test_get_group_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_cfws_only)\nPASS: test_get_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_group_empty)\nPASS: test_get_group_list_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_list_cfws_only)\nPASS: test_get_group_list_comment_only_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_list_comment_only_invalid)\nPASS: test_get_group_list_mailbox_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_mailbox_list)\nPASS: test_get_group_list_obs_group_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_obs_group_list)\nPASS: test_get_group_missing_final_semicol (test.test_email.test__header_value_parser.TestParser.test_get_group_missing_final_semicol)\nPASS: test_get_group_mixed_list (test.test_email.test__header_value_parser.TestParser.test_get_group_mixed_list)\nPASS: test_get_group_null_addr_spec (test.test_email.test__header_value_parser.TestParser.test_get_group_null_addr_spec)\nPASS: test_get_group_one_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_one_invalid)\nPASS: test_get_group_single_mailbox (test.test_email.test__header_value_parser.TestParser.test_get_group_single_mailbox)\nPASS: test_get_local_part_complex_obsolete_1 (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_1)\nPASS: test_get_local_part_complex_obsolete_invalid (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_invalid)\nPASS: test_get_local_part_double_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_double_dot_raises)\nPASS: test_get_local_part_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_empty_raises)\nPASS: test_get_local_part_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot)\nPASS: test_get_local_part_leading_dot_after_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot_after_ws)\nPASS: test_get_local_part_no_part_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_no_part_raises)\nPASS: test_get_local_part_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_strings_in_atom_list)\nPASS: test_get_local_part_quoted_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_cfws)\nPASS: test_get_local_part_quoted_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_whitespace)\nPASS: test_get_local_part_simple (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple)\nPASS: test_get_local_part_simple_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_obsolete)\nPASS: test_get_local_part_simple_quoted (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_quoted)\nPASS: test_get_local_part_special_instead_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_special_instead_raises)\nPASS: test_get_local_part_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot)\nPASS: test_get_local_part_trailing_dot_with_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot_with_ws)\nPASS: test_get_local_part_unicode_defect (test.test_email.test__header_value_parser.TestParser.test_get_local_part_unicode_defect)\nPASS: test_get_local_part_valid_and_invalid_qp_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_local_part_valid_and_invalid_qp_in_atom_list)\nPASS: test_get_local_part_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_cfws)\nPASS: test_get_local_part_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_dot)\nPASS: test_get_local_part_with_quoted_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_quoted_dot)\nPASS: test_get_local_part_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_whitespace)\nPASS: test_get_mailbox_addr_spec_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_addr_spec_only)\nPASS: test_get_mailbox_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_angle_addr_only)\nPASS: test_get_mailbox_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_ends_at_special)\nPASS: test_get_mailbox_list_empty_list_element (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_empty_list_element)\nPASS: test_get_mailbox_list_junk_after_valid_address (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_junk_after_valid_address)\nPASS: test_get_mailbox_list_only_empty_elements (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_only_empty_elements)\nPASS: test_get_mailbox_list_single_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_single_addr)\nPASS: test_get_mailbox_list_two_complex (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_complex)\nPASS: test_get_mailbox_list_two_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_name_addr)\nPASS: test_get_mailbox_list_two_simple_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_simple_addr)\nPASS: test_get_mailbox_list_unparseable_mailbox_null (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_unparseable_mailbox_null)\nPASS: test_get_mailbox_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_name_addr)\nPASS: test_get_mailbox_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_quoted_strings_in_atom_list)\nPASS: test_get_msg_id_empty (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty)\nPASS: test_get_msg_id_empty_id_left (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_left)\nPASS: test_get_msg_id_empty_id_right (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty_id_right)\nPASS: test_get_msg_id_invalid_expected_msg_id_not_found (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_invalid_expected_msg_id_not_found)\nPASS: test_get_msg_id_no_angle_end (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_end)\nPASS: test_get_msg_id_no_angle_start (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_start)\nPASS: test_get_msg_id_no_id_right (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right)\nPASS: test_get_msg_id_no_id_right_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right_part)\nPASS: test_get_msg_id_non_folding_literal_domain (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_non_folding_literal_domain)\nPASS: test_get_msg_id_obsolete_domain_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_domain_part)\nPASS: test_get_msg_id_obsolete_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_local)\nPASS: test_get_msg_id_valid (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_valid)\nPASS: test_get_msg_id_with_brackets (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_with_brackets)\nPASS: test_get_msg_id_ws_only_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_ws_only_local)\nPASS: test_get_name_addr_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_angle_addr_only)\nPASS: test_get_name_addr_atom_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name)\nPASS: test_get_name_addr_atom_name_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name_with_cfws)\nPASS: test_get_name_addr_empty_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_empty_raises)\nPASS: test_get_name_addr_ending_with_dot_without_space (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ending_with_dot_without_space)\nPASS: test_get_name_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ends_at_special)\nPASS: test_get_name_addr_name_with_cfws_and_dots (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_name_with_cfws_and_dots)\nPASS: test_get_name_addr_no_angle_after_display_name_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_angle_after_display_name_raises)\nPASS: test_get_name_addr_no_content_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_before_special_raises)\nPASS: test_get_name_addr_no_content_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_raises)\nPASS: test_get_name_addr_qs_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_qs_name)\nPASS: test_get_name_addr_starting_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_starting_with_dot)\nPASS: test_get_name_addr_with_route (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_with_route)\nPASS: test_get_obs_route_complex (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_complex)\nPASS: test_get_obs_route_no_domain_after_at_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises)\nPASS: test_get_obs_route_no_domain_after_at_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_domain_after_at_raises2)\nPASS: test_get_obs_route_no_route_before_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises)\nPASS: test_get_obs_route_no_route_before_end_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_end_raises2)\nPASS: test_get_obs_route_no_route_before_special_raises (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises)\nPASS: test_get_obs_route_no_route_before_special_raises2 (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_no_route_before_special_raises2)\nPASS: test_get_obs_route_simple (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_simple)\nPASS: test_get_phrase_complex (test.test_email.test__header_value_parser.TestParser.test_get_phrase_complex)\nPASS: test_get_phrase_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_ending_with_obsolete)\nPASS: test_get_phrase_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_obsolete)\nPASS: test_get_phrase_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_phrase_pharse_must_start_with_word)\nPASS: test_get_phrase_simple (test.test_email.test__header_value_parser.TestParser.test_get_phrase_simple)\nPASS: test_get_qcontent_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_all_printables)\nPASS: test_get_qcontent_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_close_paren_mid_word)\nPASS: test_get_qcontent_empty (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_empty)\nPASS: test_get_qcontent_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_following_wsp_preserved)\nPASS: test_get_qcontent_no_end_char (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_no_end_char)\nPASS: test_get_qcontent_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_non_printables)\nPASS: test_get_qcontent_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_only)\nPASS: test_get_qcontent_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_two_words_gets_first)\nPASS: test_get_qcontent_up_to_dquote_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_up_to_dquote_only)\nPASS: test_get_qcontent_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_wsp_before_close_paren_preserved)\nPASS: test_get_qp_ctext_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_all_printables)\nPASS: test_get_qp_ctext_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_mid_word)\nPASS: test_get_qp_ctext_close_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_only)\nPASS: test_get_qp_ctext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_following_wsp_preserved)\nPASS: test_get_qp_ctext_no_end_char (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_no_end_char)\nPASS: test_get_qp_ctext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_non_printables)\nPASS: test_get_qp_ctext_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_only)\nPASS: test_get_qp_ctext_open_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_mid_word)\nPASS: test_get_qp_ctext_open_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_only)\nPASS: test_get_qp_ctext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_two_words_gets_first)\nPASS: test_get_qp_ctext_up_to_close_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_close_paren_only)\nPASS: test_get_qp_ctext_up_to_open_paren_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_up_to_open_paren_only)\nPASS: test_get_qp_ctext_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_close_paren_preserved)\nPASS: test_get_qp_ctext_wsp_before_open_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_wsp_before_open_paren_preserved)\nPASS: test_get_quoted_string_cfws_only_raises (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_cfws_only_raises)\nPASS: test_get_quoted_string_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_comment)\nPASS: test_get_quoted_string_header_ends_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_qcontent)\nPASS: test_get_quoted_string_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_internal_ws)\nPASS: test_get_quoted_string_no_quoted_string (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_no_quoted_string)\nPASS: test_get_quoted_string_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_comment)\nPASS: test_get_quoted_string_non_printable_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_qcontent)\nPASS: test_get_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_only)\nPASS: test_get_quoted_string_qs_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_qs_ends_at_noncfws)\nPASS: test_get_quoted_string_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_comments_and_wsp)\nPASS: test_get_quoted_string_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_multiple_comments)\nPASS: test_get_quoted_string_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_wsp)\nPASS: test_get_unstructured_ew_with_internal_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_leading_ws)\nPASS: test_get_unstructured_ew_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_ws)\nPASS: test_get_unstructured_ew_without_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_leading_whitespace)\nPASS: test_get_unstructured_ew_without_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_trailing_whitespace)\nPASS: test_get_unstructured_invalid_base64_character (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character)\nPASS: test_get_unstructured_invalid_base64_character_and_bad_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character_and_bad_padding)\nPASS: test_get_unstructured_invalid_base64_length (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_length)\nPASS: test_get_unstructured_invalid_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew)\nPASS: test_get_unstructured_invalid_ew2 (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew2)\nPASS: test_get_unstructured_invalid_ew_cte (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew_cte)\nPASS: test_get_unstructured_leading_and_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_and_trailing_whitespace)\nPASS: test_get_unstructured_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_whitespace)\nPASS: test_get_unstructured_missing_base64_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_missing_base64_padding)\nPASS: test_get_unstructured_no_whitespace_between_ews (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_no_whitespace_between_ews)\nPASS: test_get_unstructured_normal_phrase (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase)\nPASS: test_get_unstructured_normal_phrase_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase_with_whitespace)\nPASS: test_get_unstructured_null (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_null)\nPASS: test_get_unstructured_one_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_ew_trailing_ws)\nPASS: test_get_unstructured_one_valid_ew_no_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_no_ws)\nPASS: test_get_unstructured_one_valid_ew_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_trailing_text)\nPASS: test_get_unstructured_one_word (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_word)\nPASS: test_get_unstructured_phrase_with_ew_in_middle_of_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_in_middle_of_text)\nPASS: test_get_unstructured_phrase_with_ew_with_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_ew_with_leading_ws)\nPASS: test_get_unstructured_phrase_with_two_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew)\nPASS: test_get_unstructured_phrase_with_two_ew_extra_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_extra_ws)\nPASS: test_get_unstructured_phrase_with_two_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew_trailing_ws)\nPASS: test_get_unstructured_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_trailing_whitespace)\nPASS: test_get_unstructured_two_ew_extra_ws_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_two_ew_extra_ws_trailing_text)\nPASS: test_get_unstructured_undecodable_bytes (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes)\nPASS: test_get_unstructured_undecodable_bytes_in_EW (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes_in_EW)\nPASS: test_get_unstructured_without_trailing_whitespace_hang_case (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_without_trailing_whitespace_hang_case)\nPASS: test_get_word_all_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_word_all_CFWS)\nPASS: test_get_word_atom_yields_atom (test.test_email.test__header_value_parser.TestParser.test_get_word_atom_yields_atom)\nPASS: test_get_word_ends_at_dot (test.test_email.test__header_value_parser.TestParser.test_get_word_ends_at_dot)\nPASS: test_get_word_qs_yields_qs (test.test_email.test__header_value_parser.TestParser.test_get_word_qs_yields_qs)\nPASS: test_invalid_content_disposition (test.test_email.test__header_value_parser.TestParser.test_invalid_content_disposition)\nPASS: test_invalid_content_transfer_encoding (test.test_email.test__header_value_parser.TestParser.test_invalid_content_transfer_encoding)\nPASS: test_parse_invalid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_invalid_message_id)\nPASS: test_parse_message_id_with_remaining (test.test_email.test__header_value_parser.TestParser.test_parse_message_id_with_remaining)\nPASS: test_parse_valid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_valid_message_id)\nPASS: test_EWWhiteSpaceTerminal (test.test_email.test__header_value_parser.TestTokens.test_EWWhiteSpaceTerminal)\nPASS: test_value_duplicate_and_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_and_missing_split_value)\nPASS: test_value_duplicate_in_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_in_split_value)\nPASS: test_value_duplicate_key (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key)\nPASS: test_value_duplicate_key_with_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value)\nPASS: test_value_duplicate_key_with_split_value_other_order (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key_with_split_value_other_order)\nPASS: test_value_duplicate_with_broken_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_with_broken_split_value)\nPASS: test_value_extra_dquote (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_extra_dquote)\nPASS: test_value_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_missing_split_value)\nPASS: test_value_multiple_keys (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_multiple_keys)\nPASS: test_value_simple (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_simple)\nPASS: test_value_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_split_value)\nPASS: test_value_RFC_2045_2 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_2)\nPASS: test_value_RFC_2045_3 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_3)\nPASS: test_value_RFC_2045_4 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_4)\nPASS: test_value_empty (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_empty)\nPASS: test_value_rfc_2045_1 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_rfc_2045_1)\nPASS: test_japanese_codecs (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_japanese_codecs)\nPASS: test_payload_encoding (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding)\nPASS: test_payload_encoding_utf8 (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding_utf8)\nPASS: test_get_content_key_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_full_type)\nPASS: test_get_content_key_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_maintype_only)\nPASS: test_get_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_null_key)\nPASS: test_get_content_key_order_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_full_type)\nPASS: test_get_content_key_order_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_maintype_only)\nPASS: test_get_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_null_key)\nPASS: test_get_content_raises_if_unknown_mimetype_and_no_default (test.test_email.test_contentmanager.TestContentManager.test_get_content_raises_if_unknown_mimetype_and_no_default)\nPASS: test_set_content_calls_clear_content (test.test_email.test_contentmanager.TestContentManager.test_set_content_calls_clear_content)\nPASS: test_set_content_key_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_full_path)\nPASS: test_set_content_key_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_name)\nPASS: test_set_content_key_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_qualname)\nPASS: test_set_content_key_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_type)\nPASS: test_set_content_key_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_full_path)\nPASS: test_set_content_key_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_name)\nPASS: test_set_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_null_key)\nPASS: test_set_content_key_order_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_full_path)\nPASS: test_set_content_key_order_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_name)\nPASS: test_set_content_key_order_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_qualname)\nPASS: test_set_content_key_order_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_type)\nPASS: test_set_content_key_order_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_full_path)\nPASS: test_set_content_key_order_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_name)\nPASS: test_set_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_null_key)\nPASS: test_set_content_key_order_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_qualname)\nPASS: test_set_content_key_order_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_full_path)\nPASS: test_set_content_key_order_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_name)\nPASS: test_set_content_key_order_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_type)\nPASS: test_set_content_key_order_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_type)\nPASS: test_set_content_key_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_qualname)\nPASS: test_set_content_key_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_full_path)\nPASS: test_set_content_key_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_name)\nPASS: test_set_content_key_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_type)\nPASS: test_set_content_key_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_type)\nPASS: test_set_content_raises_if_called_on_multipart (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_called_on_multipart)\nPASS: test_set_content_raises_if_unknown_type_and_no_default (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_unknown_type_and_no_default)\nPASS: test_cid_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_application_octet_stream)\nPASS: test_cid_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_image_jpeg)\nPASS: test_cid_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_external_body)\nPASS: test_cid_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_rfc822)\nPASS: test_cid_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_html)\nPASS: test_cid_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_plain)\nPASS: test_disposition_inline_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_application_octet_stream)\nPASS: test_disposition_inline_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_image_jpeg)\nPASS: test_disposition_inline_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_external_body)\nPASS: test_disposition_inline_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_rfc822)\nPASS: test_disposition_inline_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_html)\nPASS: test_disposition_inline_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_plain)\nPASS: test_get_message_non_rfc822_or_external_body_yields_bytes (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_non_rfc822_or_external_body_yields_bytes)\nPASS: test_get_message_rfc822_and_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_rfc822_and_external_body)\nPASS: test_get_non_text (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text)\nPASS: test_get_non_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text_invalid_keyword)\nPASS: test_get_raises_on_multipart (test.test_email.test_contentmanager.TestRawDataManager.test_get_raises_on_multipart)\nPASS: test_get_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_html)\nPASS: test_get_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_invalid_keyword)\nPASS: test_get_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain)\nPASS: test_get_text_plain_bad_utf8_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable)\nPASS: test_get_text_plain_bad_utf8_quoted_printable_ignore_errors (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable_ignore_errors)\nPASS: test_get_text_plain_latin1 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1)\nPASS: test_get_text_plain_latin1_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1_quoted_printable)\nPASS: test_get_text_plain_utf8_base64 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64)\nPASS: test_get_text_plain_utf8_base64_recoverable_bad_CTE_data (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64_recoverable_bad_CTE_data)\nPASS: test_header_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_application_octet_stream)\nPASS: test_header_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_image_jpeg)\nPASS: test_header_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_external_body)\nPASS: test_header_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_rfc822)\nPASS: test_header_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_html)\nPASS: test_header_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_plain)\nPASS: test_non_ascii_filename_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_application_octet_stream)\nPASS: test_non_ascii_filename_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_image_jpeg)\nPASS: test_non_ascii_filename_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_external_body)\nPASS: test_non_ascii_filename_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_rfc822)\nPASS: test_non_ascii_filename_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_html)\nPASS: test_non_ascii_filename_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_plain)\nPASS: test_params_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_application_octet_stream)\nPASS: test_params_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_image_jpeg)\nPASS: test_params_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_external_body)\nPASS: test_params_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_rfc822)\nPASS: test_params_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_html)\nPASS: test_params_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_plain)\nPASS: test_set_application_octet_stream_with_8bit_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_application_octet_stream_with_8bit_cte)\nPASS: test_set_audio_aif_with_quoted_printable_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_audio_aif_with_quoted_printable_cte)\nPASS: test_set_content_bytes_cte_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_content_bytes_cte_7bit)\nPASS: test_set_disposition_attachment (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_attachment)\nPASS: test_set_disposition_foo (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_foo)\nPASS: test_set_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_inline)\nPASS: test_set_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename)\nPASS: test_set_filename_and_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename_and_disposition_inline)\nPASS: test_set_headers_from_header_objects (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_header_objects)\nPASS: test_set_headers_from_strings (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_strings)\nPASS: test_set_headers_with_defective_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_header_header_raises)\nPASS: test_set_headers_with_defective_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_string_header_raises)\nPASS: test_set_headers_with_invalid_duplicate_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_header_header_raises)\nPASS: test_set_headers_with_invalid_duplicate_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_string_header_raises)\nPASS: test_set_image_jpg (test.test_email.test_contentmanager.TestRawDataManager.test_set_image_jpg)\nPASS: test_set_message (test.test_email.test_contentmanager.TestRawDataManager.test_set_message)\nPASS: test_set_message_invalid_cte_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_invalid_cte_raises)\nPASS: test_set_message_with_non_ascii_and_coercion_to_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_with_non_ascii_and_coercion_to_7bit)\nPASS: test_set_non_ascii_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_non_ascii_filename)\nPASS: test_set_text_11_lines_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_maximal_non_ascii_heuristics)\nPASS: test_set_text_11_lines_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_long_line_minimal_non_ascii_heuristics)\nPASS: test_set_text_11_lines_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_maximal_non_ascii_heuristics)\nPASS: test_set_text_charset_latin_1 (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_charset_latin_1)\nPASS: test_set_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_html)\nPASS: test_set_text_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_maximal_non_ascii_heuristics)\nPASS: test_set_text_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_minimal_non_ascii_heuristics)\nPASS: test_set_text_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_maximal_non_ascii_heuristics)\nPASS: test_set_text_non_ascii_with_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_charset_ascii_raises)\nPASS: test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_and_charset_ascii_raises)\nPASS: test_set_text_non_ascii_with_cte_7bit_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_raises)\nPASS: test_set_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain)\nPASS: test_set_text_plain_long_line_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_long_line_heuristics)\nPASS: test_set_text_plain_null (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_null)\nPASS: test_set_text_short_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_short_line_minimal_non_ascii_heuristics)\nPASS: test_set_video_mpeg_with_binary_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_video_mpeg_with_binary_cte)\nPASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_bad_padding_in_base64_payload)\nPASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectCapture.test_first_line_is_continuation_header)\nPASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_chars_in_base64_payload)\nPASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_length_of_base64_payload)\nPASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectCapture.test_lying_multipart)\nPASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_ending_boundary)\nPASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectCapture.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_valid_cte_no_defect)\nPASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectCapture.test_same_boundary_inner_outer)\nPASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_bad_padding_in_base64_payload)\nPASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectDetection.test_first_line_is_continuation_header)\nPASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_chars_in_base64_payload)\nPASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_length_of_base64_payload)\nPASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectDetection.test_lying_multipart)\nPASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_ending_boundary)\nPASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectDetection.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_valid_cte_no_defect)\nPASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectDetection.test_same_boundary_inner_outer)\nPASS: test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_bad_padding_in_base64_payload)\nPASS: test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectRaising.test_first_line_is_continuation_header)\nPASS: test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_chars_in_base64_payload)\nPASS: test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_length_of_base64_payload)\nPASS: test_lying_multipart (test.test_email.test_defect_handling.TestDefectRaising.test_lying_multipart)\nPASS: test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_ending_boundary)\nPASS: test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectRaising.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_valid_cte_no_defect)\nPASS: test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectRaising.test_same_boundary_inner_outer)\nPASS: test_8bit_in_base64_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_base64_body)\nPASS: test_8bit_in_quopri_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_quopri_body)\nPASS: test_8bit_in_uuencode_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_uuencode_body)\nPASS: test_8bit_multipart (test.test_email.test_email.Test8BitBytesHandling.test_8bit_multipart)\nPASS: test_bytes_feedparser (test.test_email.test_email.Test8BitBytesHandling.test_bytes_feedparser)\nPASS: test_bytes_generator (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator)\nPASS: test_bytes_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_b_encoding_linesep)\nPASS: test_bytes_generator_handles_None_body (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_handles_None_body)\nPASS: test_bytes_generator_with_unix_from (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_with_unix_from)\nPASS: test_crlf_flatten (test.test_email.test_email.Test8BitBytesHandling.test_crlf_flatten)\nPASS: test_decoded_generator_emits_unicode_body (test.test_email.test_email.Test8BitBytesHandling.test_decoded_generator_emits_unicode_body)\nPASS: test_del_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_del_rfc2231_params_with_8bit)\nPASS: test_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_generator_b_encoding_linesep)\nPASS: test_generator_handles_8bit (test.test_email.test_email.Test8BitBytesHandling.test_generator_handles_8bit)\nPASS: test_get_8bit_header (test.test_email.test_email.Test8BitBytesHandling.test_get_8bit_header)\nPASS: test_get_all_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_get_all_with_8bit_headers)\nPASS: test_get_content_type_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_content_type_with_8bit)\nPASS: test_get_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_params_with_8bit)\nPASS: test_get_payload_with_8bit_cte_header (test.test_email.test_email.Test8BitBytesHandling.test_get_payload_with_8bit_cte_header)\nPASS: test_get_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_rfc2231_params_with_8bit)\nPASS: test_invalid_8bit_in_non_8bit_cte_uses_replace (test.test_email.test_email.Test8BitBytesHandling.test_invalid_8bit_in_non_8bit_cte_uses_replace)\nPASS: test_items_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_items_with_8bit_headers)\nPASS: test_known_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_known_8bit_CTE)\nPASS: test_message_from_binary_file (test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file)\nPASS: test_print_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_print_8bit_headers)\nPASS: test_rfc2231_charset_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_rfc2231_charset_8bit_CTE)\nPASS: test_set_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_set_rfc2231_params_with_8bit)\nPASS: test_str_generator_should_not_mutate_msg_when_handling_8bit (test.test_email.test_email.Test8BitBytesHandling.test_str_generator_should_not_mutate_msg_when_handling_8bit)\nPASS: test_string_generator_reencodes_to_quopri_when_appropriate (test.test_email.test_email.Test8BitBytesHandling.test_string_generator_reencodes_to_quopri_when_appropriate)\nPASS: test_unknown_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_unknown_8bit_CTE)\nPASS: test_values_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_values_with_8bit_headers)\nPASS: test_decode (test.test_email.test_email.TestBase64.test_decode)\nPASS: test_encode (test.test_email.test_email.TestBase64.test_encode)\nPASS: test_header_encode (test.test_email.test_email.TestBase64.test_header_encode)\nPASS: test_len (test.test_email.test_email.TestBase64.test_len)\nPASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest)\nPASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest_with_part_headers)\nPASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_content_type)\nPASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_dsn)\nPASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_long_header)\nPASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_delivery_status)\nPASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_external_body_idempotent)\nPASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_signed_idempotent)\nPASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_mixed_with_image)\nPASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_more_rfc2231_parameters)\nPASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_no_parts)\nPASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_one_part)\nPASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_report)\nPASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_nested_multipart_mixeds)\nPASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_no_start_boundary)\nPASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_text_message)\nPASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_untyped_message)\nPASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parser)\nPASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_preamble_epilogue)\nPASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_rfc2231_charset)\nPASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_simple_multipart)\nPASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_text_plain_in_a_multipart_digest)\nPASS: test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest)\nPASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest_with_part_headers)\nPASS: test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_content_type)\nPASS: test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_dsn)\nPASS: test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_long_header)\nPASS: test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_delivery_status)\nPASS: test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_external_body_idempotent)\nPASS: test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_signed_idempotent)\nPASS: test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_mixed_with_image)\nPASS: test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_more_rfc2231_parameters)\nPASS: test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_no_parts)\nPASS: test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_one_part)\nPASS: test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_report)\nPASS: test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_nested_multipart_mixeds)\nPASS: test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_no_start_boundary)\nPASS: test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_text_message)\nPASS: test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_untyped_message)\nPASS: test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parser)\nPASS: test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_preamble_epilogue)\nPASS: test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_rfc2231_charset)\nPASS: test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_simple_multipart)\nPASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_text_plain_in_a_multipart_digest)\nPASS: test_body_encode (test.test_email.test_email.TestCharset.test_body_encode)\nPASS: test_codec_encodeable (test.test_email.test_email.TestCharset.test_codec_encodeable)\nPASS: test_unicode_charset_name (test.test_email.test_email.TestCharset.test_unicode_charset_name)\nPASS: test_EncodersEncode_base64 (test.test_email.test_email.TestEncoders.test_EncodersEncode_base64)\nPASS: test_default_cte (test.test_email.test_email.TestEncoders.test_default_cte)\nPASS: test_encode7or8bit (test.test_email.test_email.TestEncoders.test_encode7or8bit)\nPASS: test_encode_empty_payload (test.test_email.test_email.TestEncoders.test_encode_empty_payload)\nPASS: test_qp_encode_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_latin1)\nPASS: test_qp_encode_non_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_non_latin1)\nPASS: test_empty_header_name_handled (test.test_email.test_email.TestFeedParsers.test_empty_header_name_handled)\nPASS: test_long_lines (test.test_email.test_email.TestFeedParsers.test_long_lines)\nPASS: test_newlines (test.test_email.test_email.TestFeedParsers.test_newlines)\nPASS: test_dont_mangle_from (test.test_email.test_email.TestFromMangling.test_dont_mangle_from)\nPASS: test_mangle_from_in_preamble_and_epilog (test.test_email.test_email.TestFromMangling.test_mangle_from_in_preamble_and_epilog)\nPASS: test_mangled_from (test.test_email.test_email.TestFromMangling.test_mangled_from)\nPASS: test_mangled_from_with_bad_bytes (test.test_email.test_email.TestFromMangling.test_mangled_from_with_bad_bytes)\nPASS: test_multipart_with_bad_bytes_in_cte (test.test_email.test_email.TestFromMangling.test_multipart_with_bad_bytes_in_cte)\nPASS: test_bad_8bit_header (test.test_email.test_email.TestHeader.test_bad_8bit_header)\nPASS: test_base64_splittable (test.test_email.test_email.TestHeader.test_base64_splittable)\nPASS: test_broken_base64_header (test.test_email.test_email.TestHeader.test_broken_base64_header)\nPASS: test_empty_header_encode (test.test_email.test_email.TestHeader.test_empty_header_encode)\nPASS: test_encode_preserves_leading_ws_on_value (test.test_email.test_email.TestHeader.test_encode_preserves_leading_ws_on_value)\nPASS: test_encoded_adjacent_nonencoded (test.test_email.test_email.TestHeader.test_encoded_adjacent_nonencoded)\nPASS: test_escaped_8bit_header (test.test_email.test_email.TestHeader.test_escaped_8bit_header)\nPASS: test_explicit_maxlinelen (test.test_email.test_email.TestHeader.test_explicit_maxlinelen)\nPASS: test_flatten_header_with_no_value (test.test_email.test_email.TestHeader.test_flatten_header_with_no_value)\nPASS: test_header_ctor_default_args (test.test_email.test_email.TestHeader.test_header_ctor_default_args)\nPASS: test_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_header_handles_binary_unknown8bit)\nPASS: test_header_needs_no_decoding (test.test_email.test_email.TestHeader.test_header_needs_no_decoding)\nPASS: test_long (test.test_email.test_email.TestHeader.test_long)\nPASS: test_make_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_make_header_handles_binary_unknown8bit)\nPASS: test_modify_returned_list_does_not_change_header (test.test_email.test_email.TestHeader.test_modify_returned_list_does_not_change_header)\nPASS: test_multilingual (test.test_email.test_email.TestHeader.test_multilingual)\nPASS: test_quopri_splittable (test.test_email.test_email.TestHeader.test_quopri_splittable)\nPASS: test_shift_jis_charset (test.test_email.test_email.TestHeader.test_shift_jis_charset)\nPASS: test_simple (test.test_email.test_email.TestHeader.test_simple)\nPASS: test_simple_surprise (test.test_email.test_email.TestHeader.test_simple_surprise)\nPASS: test_string_charset (test.test_email.test_email.TestHeader.test_string_charset)\nPASS: test_us_ascii_header (test.test_email.test_email.TestHeader.test_us_ascii_header)\nPASS: test_utf8_shortest (test.test_email.test_email.TestHeader.test_utf8_shortest)\nPASS: test_whitespace_header (test.test_email.test_email.TestHeader.test_whitespace_header)\nPASS: test_whitespace_keeper (test.test_email.test_email.TestHeader.test_whitespace_keeper)\nPASS: test_HeaderRegistry (test.test_email.test_email.TestHeaderRegistry.test_HeaderRegistry)\nPASS: test_MIME_digest (test.test_email.test_email.TestIdempotent.test_MIME_digest)\nPASS: test_MIME_digest_with_part_headers (test.test_email.test_email.TestIdempotent.test_MIME_digest_with_part_headers)\nPASS: test_content_type (test.test_email.test_email.TestIdempotent.test_content_type)\nPASS: test_dsn (test.test_email.test_email.TestIdempotent.test_dsn)\nPASS: test_long_header (test.test_email.test_email.TestIdempotent.test_long_header)\nPASS: test_message_delivery_status (test.test_email.test_email.TestIdempotent.test_message_delivery_status)\nPASS: test_message_external_body_idempotent (test.test_email.test_email.TestIdempotent.test_message_external_body_idempotent)\nPASS: test_message_signed_idempotent (test.test_email.test_email.TestIdempotent.test_message_signed_idempotent)\nPASS: test_mixed_with_image (test.test_email.test_email.TestIdempotent.test_mixed_with_image)\nPASS: test_more_rfc2231_parameters (test.test_email.test_email.TestIdempotent.test_more_rfc2231_parameters)\nPASS: test_multipart_no_parts (test.test_email.test_email.TestIdempotent.test_multipart_no_parts)\nPASS: test_multipart_one_part (test.test_email.test_email.TestIdempotent.test_multipart_one_part)\nPASS: test_multipart_report (test.test_email.test_email.TestIdempotent.test_multipart_report)\nPASS: test_nested_multipart_mixeds (test.test_email.test_email.TestIdempotent.test_nested_multipart_mixeds)\nPASS: test_no_start_boundary (test.test_email.test_email.TestIdempotent.test_no_start_boundary)\nPASS: test_parse_text_message (test.test_email.test_email.TestIdempotent.test_parse_text_message)\nPASS: test_parse_untyped_message (test.test_email.test_email.TestIdempotent.test_parse_untyped_message)\nPASS: test_parser (test.test_email.test_email.TestIdempotent.test_parser)\nPASS: test_preamble_epilogue (test.test_email.test_email.TestIdempotent.test_preamble_epilogue)\nPASS: test_rfc2231_charset (test.test_email.test_email.TestIdempotent.test_rfc2231_charset)\nPASS: test_simple_multipart (test.test_email.test_email.TestIdempotent.test_simple_multipart)\nPASS: test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestIdempotent.test_text_plain_in_a_multipart_digest)\nPASS: test_body_line_iterator (test.test_email.test_email.TestIterators.test_body_line_iterator)\ntest_pushCR_LF (test.test_email.test_email.TestIterators.test_pushCR_LF)\nPASS: FeedParser BufferedSubFile.push() assumed it received complete\nPASS: test_push_random (test.test_email.test_email.TestIterators.test_push_random)\nPASS: test_typed_subpart_iterator (test.test_email.test_email.TestIterators.test_typed_subpart_iterator)\nPASS: test_typed_subpart_iterator_default_type (test.test_email.test_email.TestIterators.test_typed_subpart_iterator_default_type)\nPASS: test_another_long_almost_unsplittable_header (test.test_email.test_email.TestLongHeaders.test_another_long_almost_unsplittable_header)\nPASS: test_another_long_multiline_header (test.test_email.test_email.TestLongHeaders.test_another_long_multiline_header)\nPASS: test_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_header_encode_with_different_output_charset)\nPASS: test_header_splitter (test.test_email.test_email.TestLongHeaders.test_header_splitter)\nPASS: test_last_split_chunk_does_not_fit (test.test_email.test_email.TestLongHeaders.test_last_split_chunk_does_not_fit)\nPASS: test_leading_splittable_in_the_middle_just_before_overlong_last_part (test.test_email.test_email.TestLongHeaders.test_leading_splittable_in_the_middle_just_before_overlong_last_part)\nPASS: test_long_8bit_header (test.test_email.test_email.TestLongHeaders.test_long_8bit_header)\nPASS: test_long_8bit_header_no_charset (test.test_email.test_email.TestLongHeaders.test_long_8bit_header_no_charset)\nPASS: test_long_field_name (test.test_email.test_email.TestLongHeaders.test_long_field_name)\nPASS: test_long_header_encode (test.test_email.test_email.TestLongHeaders.test_long_header_encode)\nPASS: test_long_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_different_output_charset)\nPASS: test_long_header_encode_with_tab_continuation (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation)\nPASS: test_long_header_encode_with_tab_continuation_is_just_a_hint (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation_is_just_a_hint)\nPASS: test_long_header_with_multiple_sequential_split_chars (test.test_email.test_email.TestLongHeaders.test_long_header_with_multiple_sequential_split_chars)\nPASS: test_long_header_with_whitespace_runs (test.test_email.test_email.TestLongHeaders.test_long_header_with_whitespace_runs)\nPASS: test_long_line_after_append (test.test_email.test_email.TestLongHeaders.test_long_line_after_append)\nPASS: test_long_lines_with_different_header (test.test_email.test_email.TestLongHeaders.test_long_lines_with_different_header)\nPASS: test_long_nonstring (test.test_email.test_email.TestLongHeaders.test_long_nonstring)\nPASS: test_long_received_header (test.test_email.test_email.TestLongHeaders.test_long_received_header)\nPASS: test_long_rfc2047_header_with_embedded_fws (test.test_email.test_email.TestLongHeaders.test_long_rfc2047_header_with_embedded_fws)\nPASS: test_long_run_with_semi_header_splitter (test.test_email.test_email.TestLongHeaders.test_long_run_with_semi_header_splitter)\nPASS: test_long_to_header (test.test_email.test_email.TestLongHeaders.test_long_to_header)\nPASS: test_long_unbreakable_lines_with_continuation (test.test_email.test_email.TestLongHeaders.test_long_unbreakable_lines_with_continuation)\nPASS: test_multiline_with_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_last_part_followed_by_split_point)\nPASS: test_multiline_with_overlong_parts_separated_by_two_split_points (test.test_email.test_email.TestLongHeaders.test_multiline_with_overlong_parts_separated_by_two_split_points)\nPASS: test_multiple_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_multiple_splittable_leading_char_followed_by_overlong_unsplittable)\nPASS: test_no_semis_header_splitter (test.test_email.test_email.TestLongHeaders.test_no_semis_header_splitter)\nPASS: test_no_split_long_header (test.test_email.test_email.TestLongHeaders.test_no_split_long_header)\nPASS: test_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_overlong_last_part_followed_by_split_point)\nPASS: test_shorter_line_with_append (test.test_email.test_email.TestLongHeaders.test_shorter_line_with_append)\nPASS: test_split_long_continuation (test.test_email.test_email.TestLongHeaders.test_split_long_continuation)\nPASS: test_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_splittable_leading_char_followed_by_overlong_unsplittable)\nPASS: test_splitter_split_on_punctuation_only_if_fws (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws)\nPASS: test_splitter_split_on_punctuation_only_if_fws_with_header (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws_with_header)\nPASS: test_splitting_first_line_only_is_long (test.test_email.test_email.TestLongHeaders.test_splitting_first_line_only_is_long)\nPASS: test_splitting_multiple_long_lines (test.test_email.test_email.TestLongHeaders.test_splitting_multiple_long_lines)\nPASS: test_string_headerinst_eq (test.test_email.test_email.TestLongHeaders.test_string_headerinst_eq)\nPASS: test_trailing_splittable_on_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable)\nPASS: test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable)\nPASS: test_binary_body_with_encode_7or8bit (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_7or8bit)\nPASS: test_binary_body_with_encode_base64 (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_base64)\nPASS: test_binary_body_with_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_noop)\nPASS: test_binary_body_with_encode_quopri (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_quopri)\nPASS: test_binary_body_with_unicode_linend_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_unicode_linend_encode_noop)\nPASS: test_body (test.test_email.test_email.TestMIMEApplication.test_body)\nPASS: test_headers (test.test_email.test_email.TestMIMEApplication.test_headers)\nPASS: test_add_header (test.test_email.test_email.TestMIMEAudio.test_add_header)\nPASS: test_checkSetMinor (test.test_email.test_email.TestMIMEAudio.test_checkSetMinor)\nPASS: test_encoding (test.test_email.test_email.TestMIMEAudio.test_encoding)\nPASS: test_guess_minor_type (test.test_email.test_email.TestMIMEAudio.test_guess_minor_type)\nPASS: test_add_header (test.test_email.test_email.TestMIMEImage.test_add_header)\nPASS: test_checkSetMinor (test.test_email.test_email.TestMIMEImage.test_checkSetMinor)\nPASS: test_encoding (test.test_email.test_email.TestMIMEImage.test_encoding)\nPASS: test_guess_minor_type (test.test_email.test_email.TestMIMEImage.test_guess_minor_type)\nPASS: test_bad_multipart (test.test_email.test_email.TestMIMEMessage.test_bad_multipart)\nPASS: test_default_multipart_constructor (test.test_email.test_email.TestMIMEMessage.test_default_multipart_constructor)\nPASS: test_default_type (test.test_email.test_email.TestMIMEMessage.test_default_type)\nPASS: test_default_type_non_parsed (test.test_email.test_email.TestMIMEMessage.test_default_type_non_parsed)\nPASS: test_default_type_with_explicit_container_type (test.test_email.test_email.TestMIMEMessage.test_default_type_with_explicit_container_type)\nPASS: test_dsn (test.test_email.test_email.TestMIMEMessage.test_dsn)\nPASS: test_epilogue (test.test_email.test_email.TestMIMEMessage.test_epilogue)\nPASS: test_generate (test.test_email.test_email.TestMIMEMessage.test_generate)\nPASS: test_mime_attachments_in_constructor (test.test_email.test_email.TestMIMEMessage.test_mime_attachments_in_constructor)\nPASS: test_multipart_custom_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_custom_policy)\nPASS: test_multipart_default_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_default_policy)\nPASS: test_no_nl_preamble (test.test_email.test_email.TestMIMEMessage.test_no_nl_preamble)\nPASS: test_parse_message_rfc822 (test.test_email.test_email.TestMIMEMessage.test_parse_message_rfc822)\nPASS: test_type_error (test.test_email.test_email.TestMIMEMessage.test_type_error)\nPASS: test_valid_argument (test.test_email.test_email.TestMIMEMessage.test_valid_argument)\nPASS: test_7bit_input (test.test_email.test_email.TestMIMEText.test_7bit_input)\nPASS: test_7bit_input_no_charset (test.test_email.test_email.TestMIMEText.test_7bit_input_no_charset)\nPASS: test_charset (test.test_email.test_email.TestMIMEText.test_charset)\nPASS: test_payload (test.test_email.test_email.TestMIMEText.test_payload)\nPASS: test_types (test.test_email.test_email.TestMIMEText.test_types)\nPASS: test_utf8_input (test.test_email.test_email.TestMIMEText.test_utf8_input)\nSKIP: test_utf8_input_no_charset (test.test_email.test_email.TestMIMEText.test_utf8_input_no_charset) \"can't fix because of backward compat in email5, will fix in email6\"\nPASS: test__contains__ (test.test_email.test_email.TestMessageAPI.test__contains__)\nPASS: test_add_header_with_name_only_param (test.test_email.test_email.TestMessageAPI.test_add_header_with_name_only_param)\nPASS: test_add_header_with_no_value (test.test_email.test_email.TestMessageAPI.test_add_header_with_no_value)\nPASS: test_as_bytes (test.test_email.test_email.TestMessageAPI.test_as_bytes)\nPASS: test_as_bytes_policy (test.test_email.test_email.TestMessageAPI.test_as_bytes_policy)\nPASS: test_as_string (test.test_email.test_email.TestMessageAPI.test_as_string)\nPASS: test_as_string_policy (test.test_email.test_email.TestMessageAPI.test_as_string_policy)\nPASS: test_ascii_add_header (test.test_email.test_email.TestMessageAPI.test_ascii_add_header)\nPASS: test_ascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_ascii_add_header_with_tspecial)\nPASS: test_attach_when_payload_is_string (test.test_email.test_email.TestMessageAPI.test_attach_when_payload_is_string)\nPASS: test_bad_param (test.test_email.test_email.TestMessageAPI.test_bad_param)\nPASS: test_binary_base64_payload (test.test_email.test_email.TestMessageAPI.test_binary_base64_payload)\nPASS: test_binary_quopri_payload (test.test_email.test_email.TestMessageAPI.test_binary_quopri_payload)\nPASS: test_binary_uuencode_payload (test.test_email.test_email.TestMessageAPI.test_binary_uuencode_payload)\nPASS: test_bogus_filename (test.test_email.test_email.TestMessageAPI.test_bogus_filename)\nPASS: test_broken_base64_payload (test.test_email.test_email.TestMessageAPI.test_broken_base64_payload)\nPASS: test_broken_unicode_payload (test.test_email.test_email.TestMessageAPI.test_broken_unicode_payload)\nPASS: test_byte_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_byte_message_rfc822_only)\nPASS: test_decoded_generator (test.test_email.test_email.TestMessageAPI.test_decoded_generator)\nPASS: test_del_nonexistent_param (test.test_email.test_email.TestMessageAPI.test_del_nonexistent_param)\nPASS: test_del_param (test.test_email.test_email.TestMessageAPI.test_del_param)\nPASS: test_del_param_on_nonexistent_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_nonexistent_header)\nPASS: test_del_param_on_other_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_other_header)\nPASS: test_embedded_header_via_Header_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_Header_rejected)\nPASS: test_embedded_header_via_string_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_string_rejected)\nPASS: test_field_containment (test.test_email.test_email.TestMessageAPI.test_field_containment)\nPASS: test_get_all (test.test_email.test_email.TestMessageAPI.test_get_all)\nPASS: test_get_boundary (test.test_email.test_email.TestMessageAPI.test_get_boundary)\nPASS: test_get_charsets (test.test_email.test_email.TestMessageAPI.test_get_charsets)\nPASS: test_get_content_disposition (test.test_email.test_email.TestMessageAPI.test_get_content_disposition)\nPASS: test_get_content_maintype_error (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_error)\nPASS: test_get_content_maintype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_explicit)\nPASS: test_get_content_maintype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_implicit)\nPASS: test_get_content_maintype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_explicit)\nPASS: test_get_content_maintype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_implicit)\nPASS: test_get_content_maintype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing)\nPASS: test_get_content_maintype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing_with_default_type)\nPASS: test_get_content_subtype_error (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_error)\nPASS: test_get_content_subtype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_explicit)\nPASS: test_get_content_subtype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_implicit)\nPASS: test_get_content_subtype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_explicit)\nPASS: test_get_content_subtype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_implicit)\nPASS: test_get_content_subtype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing)\nPASS: test_get_content_subtype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing_with_default_type)\nPASS: test_get_content_type_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_explicit)\nPASS: test_get_content_type_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_implicit)\nPASS: test_get_content_type_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_explicit)\nPASS: test_get_content_type_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_implicit)\nPASS: test_get_content_type_missing (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing)\nPASS: test_get_content_type_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing_with_default_type)\nPASS: test_get_decoded_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_payload)\nPASS: test_get_decoded_uu_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_uu_payload)\nPASS: test_get_filename (test.test_email.test_email.TestMessageAPI.test_get_filename)\nPASS: test_get_filename_with_name_parameter (test.test_email.test_email.TestMessageAPI.test_get_filename_with_name_parameter)\nPASS: test_get_param (test.test_email.test_email.TestMessageAPI.test_get_param)\nPASS: test_get_param_funky_continuation_lines (test.test_email.test_email.TestMessageAPI.test_get_param_funky_continuation_lines)\nPASS: test_get_param_liberal (test.test_email.test_email.TestMessageAPI.test_get_param_liberal)\nPASS: test_get_param_with_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_quotes)\nPASS: test_get_param_with_semis_in_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_semis_in_quotes)\nPASS: test_get_params (test.test_email.test_email.TestMessageAPI.test_get_params)\nPASS: test_get_payload_n_raises_on_non_multipart (test.test_email.test_email.TestMessageAPI.test_get_payload_n_raises_on_non_multipart)\nPASS: test_getset_charset (test.test_email.test_email.TestMessageAPI.test_getset_charset)\nPASS: test_make_boundary (test.test_email.test_email.TestMessageAPI.test_make_boundary)\nPASS: test_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_message_rfc822_only)\nPASS: test_missing_boundary (test.test_email.test_email.TestMessageAPI.test_missing_boundary)\nPASS: test_missing_filename (test.test_email.test_email.TestMessageAPI.test_missing_filename)\nPASS: test_noascii_add_header (test.test_email.test_email.TestMessageAPI.test_noascii_add_header)\nPASS: test_nonascii_add_header_via_triple (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_via_triple)\nPASS: test_nonascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_with_tspecial)\nPASS: test_nonascii_as_string_with_ascii_charset (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_with_ascii_charset)\nPASS: test_nonascii_as_string_without_content_type_and_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_content_type_and_cte)\nPASS: test_nonascii_as_string_without_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_cte)\nPASS: test_questionable_bytes_payload (test.test_email.test_email.TestMessageAPI.test_questionable_bytes_payload)\nPASS: test_replace_header (test.test_email.test_email.TestMessageAPI.test_replace_header)\nPASS: test_set_boundary (test.test_email.test_email.TestMessageAPI.test_set_boundary)\nPASS: test_set_charset_from_string (test.test_email.test_email.TestMessageAPI.test_set_charset_from_string)\nPASS: test_set_param (test.test_email.test_email.TestMessageAPI.test_set_param)\nPASS: test_set_payload_to_list (test.test_email.test_email.TestMessageAPI.test_set_payload_to_list)\nPASS: test_set_payload_with_8bit_data_and_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset)\nPASS: test_set_payload_with_8bit_data_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset_body_encoding_none)\nPASS: test_set_payload_with_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_charset)\nPASS: test_set_payload_with_non_ascii_and_charset_body_encoding_none (test.test_email.test_email.TestMessageAPI.test_set_payload_with_non_ascii_and_charset_body_encoding_none)\nPASS: test_set_type (test.test_email.test_email.TestMessageAPI.test_set_type)\nPASS: test_set_type_on_other_header (test.test_email.test_email.TestMessageAPI.test_set_type_on_other_header)\nPASS: test_string_payload_with_base64_cte (test.test_email.test_email.TestMessageAPI.test_string_payload_with_base64_cte)\nPASS: test_unicode_body_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_body_defaults_to_utf8_encoding)\nPASS: test_unicode_header_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_header_defaults_to_utf8_encoding)\nPASS: test_BytesGenerator_linend (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend)\nPASS: test_BytesGenerator_linend_with_non_ascii (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend_with_non_ascii)\nPASS: test_Generator_linend (test.test_email.test_email.TestMiscellaneous.test_Generator_linend)\nPASS: test__all__ (test.test_email.test_email.TestMiscellaneous.test__all__)\nPASS: test_accepts_any_charset_like_object (test.test_email.test_email.TestMiscellaneous.test_accepts_any_charset_like_object)\nPASS: test_charset_richcomparisons (test.test_email.test_email.TestMiscellaneous.test_charset_richcomparisons)\nPASS: test_charsets_case_insensitive (test.test_email.test_email.TestMiscellaneous.test_charsets_case_insensitive)\nPASS: test_check_parenthesis (test.test_email.test_email.TestMiscellaneous.test_check_parenthesis)\nPASS: test_custom_message_does_not_require_arguments (test.test_email.test_email.TestMiscellaneous.test_custom_message_does_not_require_arguments)\nPASS: test_escape_backslashes (test.test_email.test_email.TestMiscellaneous.test_escape_backslashes)\nPASS: test_escape_dump (test.test_email.test_email.TestMiscellaneous.test_escape_dump)\nPASS: test_formataddr_does_not_quote_parens_in_quoted_string (test.test_email.test_email.TestMiscellaneous.test_formataddr_does_not_quote_parens_in_quoted_string)\nPASS: test_formatdate (test.test_email.test_email.TestMiscellaneous.test_formatdate)\nPASS: test_formatdate_localtime (test.test_email.test_email.TestMiscellaneous.test_formatdate_localtime)\nPASS: test_formatdate_usegmt (test.test_email.test_email.TestMiscellaneous.test_formatdate_usegmt)\nPASS: test_get_body_encoding_with_bogus_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_bogus_charset)\nPASS: test_get_body_encoding_with_uppercase_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_uppercase_charset)\nPASS: test_getaddresses (test.test_email.test_email.TestMiscellaneous.test_getaddresses)\ntest_getaddresses_comma_in_name (test.test_email.test_email.TestMiscellaneous.test_getaddresses_comma_in_name)\nPASS: GH-106669 regression test.\ntest_getaddresses_embedded_comment (test.test_email.test_email.TestMiscellaneous.test_getaddresses_embedded_comment)\nPASS: Test proper handling of a nested comment\ntest_getaddresses_header_obj (test.test_email.test_email.TestMiscellaneous.test_getaddresses_header_obj)\nPASS: Test the handling of a Header object.\nPASS: test_getaddresses_nasty (test.test_email.test_email.TestMiscellaneous.test_getaddresses_nasty)\nPASS: test_invalid_charset_like_object_raises_error (test.test_email.test_email.TestMiscellaneous.test_invalid_charset_like_object_raises_error)\nPASS: test_iter_escaped_chars (test.test_email.test_email.TestMiscellaneous.test_iter_escaped_chars)\nSKIP: test_make_msgid_collisions (test.test_email.test_email.TestMiscellaneous.test_make_msgid_collisions) \"resource 'cpu' is not enabled\"\nPASS: test_make_msgid_default_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_default_domain)\nPASS: test_make_msgid_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_domain)\nPASS: test_make_msgid_idstring (test.test_email.test_email.TestMiscellaneous.test_make_msgid_idstring)\nPASS: test_message_from_file (test.test_email.test_email.TestMiscellaneous.test_message_from_file)\nPASS: test_message_from_file_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_file_with_class)\nPASS: test_message_from_string (test.test_email.test_email.TestMiscellaneous.test_message_from_string)\nPASS: test_message_from_string_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_string_with_class)\nPASS: test_mime_classes_policy_argument (test.test_email.test_email.TestMiscellaneous.test_mime_classes_policy_argument)\nPASS: test_mktime_tz (test.test_email.test_email.TestMiscellaneous.test_mktime_tz)\nPASS: test_multiline_from_comment (test.test_email.test_email.TestMiscellaneous.test_multiline_from_comment)\nPASS: test_name_with_dot (test.test_email.test_email.TestMiscellaneous.test_name_with_dot)\nPASS: test_noquote_dump (test.test_email.test_email.TestMiscellaneous.test_noquote_dump)\nPASS: test_parseaddr_empty (test.test_email.test_email.TestMiscellaneous.test_parseaddr_empty)\nPASS: test_parseaddr_multiple_domains (test.test_email.test_email.TestMiscellaneous.test_parseaddr_multiple_domains)\nPASS: test_parseaddr_preserves_quoted_pairs_in_addresses (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_quoted_pairs_in_addresses)\nPASS: test_parseaddr_preserves_spaces_in_local_part (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_spaces_in_local_part)\nPASS: test_parsedate_acceptable_to_time_functions (test.test_email.test_email.TestMiscellaneous.test_parsedate_acceptable_to_time_functions)\nPASS: test_parsedate_accepts_time_with_dots (test.test_email.test_email.TestMiscellaneous.test_parsedate_accepts_time_with_dots)\nPASS: test_parsedate_compact (test.test_email.test_email.TestMiscellaneous.test_parsedate_compact)\nPASS: test_parsedate_dot_time_delimiter (test.test_email.test_email.TestMiscellaneous.test_parsedate_dot_time_delimiter)\nPASS: test_parsedate_no_dayofweek (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_dayofweek)\nPASS: test_parsedate_no_seconds (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_seconds)\nPASS: test_parsedate_no_space_before_negative_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_negative_offset)\nPASS: test_parsedate_no_space_before_positive_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_positive_offset)\nPASS: test_parsedate_returns_None_for_invalid_strings (test.test_email.test_email.TestMiscellaneous.test_parsedate_returns_None_for_invalid_strings)\nPASS: test_parsedate_rfc_850 (test.test_email.test_email.TestMiscellaneous.test_parsedate_rfc_850)\ntest_parsedate_y2k (test.test_email.test_email.TestMiscellaneous.test_parsedate_y2k)\nPASS: Test for parsing a date with a two-digit year.\ntest_parsing_errors (test.test_email.test_email.TestMiscellaneous.test_parsing_errors)\nPASS: Test for parsing errors from CVE-2023-27043 and CVE-2019-16056\nPASS: test_partial_falls_inside_message_delivery_status (test.test_email.test_email.TestMiscellaneous.test_partial_falls_inside_message_delivery_status)\nPASS: test_quote_dump (test.test_email.test_email.TestMiscellaneous.test_quote_dump)\nPASS: test_quotes_unicode_names (test.test_email.test_email.TestMiscellaneous.test_quotes_unicode_names)\nPASS: test_strip_quoted_realnames (test.test_email.test_email.TestMiscellaneous.test_strip_quoted_realnames)\nPASS: test_unicode_address_raises_error (test.test_email.test_email.TestMiscellaneous.test_unicode_address_raises_error)\nPASS: test_utils_quote_unquote (test.test_email.test_email.TestMiscellaneous.test_utils_quote_unquote)\nPASS: test_boundary_in_non_multipart (test.test_email.test_email.TestMultipart.test_boundary_in_non_multipart)\nPASS: test_boundary_with_leading_space (test.test_email.test_email.TestMultipart.test_boundary_with_leading_space)\nPASS: test_boundary_without_trailing_newline (test.test_email.test_email.TestMultipart.test_boundary_without_trailing_newline)\nPASS: test_double_boundary (test.test_email.test_email.TestMultipart.test_double_boundary)\nPASS: test_empty_multipart_idempotent (test.test_email.test_email.TestMultipart.test_empty_multipart_idempotent)\nPASS: test_hierarchy (test.test_email.test_email.TestMultipart.test_hierarchy)\nPASS: test_message_external_body (test.test_email.test_email.TestMultipart.test_message_external_body)\nPASS: test_mimebase_custom_policy (test.test_email.test_email.TestMultipart.test_mimebase_custom_policy)\nPASS: test_mimebase_default_policy (test.test_email.test_email.TestMultipart.test_mimebase_default_policy)\nPASS: test_nested_inner_contains_outer_boundary (test.test_email.test_email.TestMultipart.test_nested_inner_contains_outer_boundary)\nPASS: test_nested_with_same_boundary (test.test_email.test_email.TestMultipart.test_nested_with_same_boundary)\nPASS: test_no_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_empty_epilogue)\nPASS: test_no_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_none_epilogue)\nPASS: test_one_part_in_a_multipart (test.test_email.test_email.TestMultipart.test_one_part_in_a_multipart)\nPASS: test_seq_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_epilogue)\nPASS: test_seq_parts_in_a_multipart_with_empty_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_preamble)\nPASS: test_seq_parts_in_a_multipart_with_nl_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_nl_epilogue)\nPASS: test_seq_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_epilogue)\nPASS: test_seq_parts_in_a_multipart_with_none_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_preamble)\nPASS: test_first_line_is_continuation_header (test.test_email.test_email.TestNonConformant.test_first_line_is_continuation_header)\nPASS: test_invalid_content_type (test.test_email.test_email.TestNonConformant.test_invalid_content_type)\nPASS: test_lying_multipart (test.test_email.test_email.TestNonConformant.test_lying_multipart)\nPASS: test_missing_header_body_separator (test.test_email.test_email.TestNonConformant.test_missing_header_body_separator)\nPASS: test_missing_start_boundary (test.test_email.test_email.TestNonConformant.test_missing_start_boundary)\nPASS: test_multipart_invalid_cte (test.test_email.test_email.TestNonConformant.test_multipart_invalid_cte)\nPASS: test_multipart_no_boundary (test.test_email.test_email.TestNonConformant.test_multipart_no_boundary)\nPASS: test_multipart_no_cte_no_defect (test.test_email.test_email.TestNonConformant.test_multipart_no_cte_no_defect)\nPASS: test_multipart_valid_cte_no_defect (test.test_email.test_email.TestNonConformant.test_multipart_valid_cte_no_defect)\nPASS: test_no_separating_blank_line (test.test_email.test_email.TestNonConformant.test_no_separating_blank_line)\nPASS: test_no_start_boundary (test.test_email.test_email.TestNonConformant.test_no_start_boundary)\nPASS: test_parse_missing_minor_type (test.test_email.test_email.TestNonConformant.test_parse_missing_minor_type)\nPASS: test_same_boundary_inner_outer (test.test_email.test_email.TestNonConformant.test_same_boundary_inner_outer)\nPASS: test_string_payload_with_extra_space_after_cte (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte)\nPASS: test_string_payload_with_extra_space_after_cte_compat32 (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_space_after_cte_compat32)\nPASS: test_string_payload_with_extra_text_after_cte (test.test_email.test_email.TestNonConformant.test_string_payload_with_extra_text_after_cte)\nPASS: test_attach_raises_exception (test.test_email.test_email.TestNonMultipart.test_attach_raises_exception)\nPASS: test_nonmultipart_is_not_multipart (test.test_email.test_email.TestNonMultipart.test_nonmultipart_is_not_multipart)\nPASS: test_CRLFLF_at_end_of_part (test.test_email.test_email.TestParsers.test_CRLFLF_at_end_of_part)\nPASS: test_bytes_header_parser (test.test_email.test_email.TestParsers.test_bytes_header_parser)\nPASS: test_bytes_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_does_not_close_file)\nPASS: test_bytes_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_on_exception_does_not_close_file)\nPASS: test_crlf_flatten (test.test_email.test_email.TestParsers.test_crlf_flatten)\nPASS: test_crlf_separation (test.test_email.test_email.TestParsers.test_crlf_separation)\nPASS: test_header_parser (test.test_email.test_email.TestParsers.test_header_parser)\nPASS: test_header_parser_multipart_is_valid (test.test_email.test_email.TestParsers.test_header_parser_multipart_is_valid)\nPASS: test_multipart_digest_with_extra_mime_headers (test.test_email.test_email.TestParsers.test_multipart_digest_with_extra_mime_headers)\nPASS: test_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_does_not_close_file)\nPASS: test_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_on_exception_does_not_close_file)\nPASS: test_rfc2822_header_syntax (test.test_email.test_email.TestParsers.test_rfc2822_header_syntax)\nPASS: test_rfc2822_one_character_header (test.test_email.test_email.TestParsers.test_rfc2822_one_character_header)\nPASS: test_rfc2822_space_not_allowed_in_header (test.test_email.test_email.TestParsers.test_rfc2822_space_not_allowed_in_header)\nPASS: test_strip_line_feed_and_carriage_return_in_headers (test.test_email.test_email.TestParsers.test_strip_line_feed_and_carriage_return_in_headers)\nPASS: test_three_lines (test.test_email.test_email.TestParsers.test_three_lines)\nPASS: test_whitespace_continuation (test.test_email.test_email.TestParsers.test_whitespace_continuation)\nPASS: test_whitespace_continuation_last_header (test.test_email.test_email.TestParsers.test_whitespace_continuation_last_header)\nPASS: test_body_quopri_len (test.test_email.test_email.TestQuopri.test_body_quopri_len)\nPASS: test_decode_false_quoting (test.test_email.test_email.TestQuopri.test_decode_false_quoting)\nPASS: test_decode_lowercase_quoting (test.test_email.test_email.TestQuopri.test_decode_lowercase_quoting)\nPASS: test_decode_multiple_spaces (test.test_email.test_email.TestQuopri.test_decode_multiple_spaces)\nPASS: test_decode_null_line_null_word (test.test_email.test_email.TestQuopri.test_decode_null_line_null_word)\nPASS: test_decode_null_word (test.test_email.test_email.TestQuopri.test_decode_null_word)\nPASS: test_decode_one_line (test.test_email.test_email.TestQuopri.test_decode_one_line)\nPASS: test_decode_one_line_cr (test.test_email.test_email.TestQuopri.test_decode_one_line_cr)\nPASS: test_decode_one_line_crnl (test.test_email.test_email.TestQuopri.test_decode_one_line_crnl)\nPASS: test_decode_one_line_lf (test.test_email.test_email.TestQuopri.test_decode_one_line_lf)\nPASS: test_decode_one_line_nl (test.test_email.test_email.TestQuopri.test_decode_one_line_nl)\nPASS: test_decode_one_line_one_word (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word)\nPASS: test_decode_one_line_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word_eol)\nPASS: test_decode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_one_line_trailing_spaces)\nPASS: test_decode_one_long_line (test.test_email.test_email.TestQuopri.test_decode_one_long_line)\nPASS: test_decode_one_space (test.test_email.test_email.TestQuopri.test_decode_one_space)\nPASS: test_decode_one_word (test.test_email.test_email.TestQuopri.test_decode_one_word)\nPASS: test_decode_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_word_eol)\nPASS: test_decode_quoted_word (test.test_email.test_email.TestQuopri.test_decode_quoted_word)\nPASS: test_decode_soft_line_break (test.test_email.test_email.TestQuopri.test_decode_soft_line_break)\nPASS: test_decode_two_lines (test.test_email.test_email.TestQuopri.test_decode_two_lines)\nPASS: test_decode_two_lines_eol (test.test_email.test_email.TestQuopri.test_decode_two_lines_eol)\nPASS: test_decode_two_lines_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_two_lines_trailing_spaces)\nPASS: test_decode_uppercase_quoting (test.test_email.test_email.TestQuopri.test_decode_uppercase_quoting)\nPASS: test_encode (test.test_email.test_email.TestQuopri.test_encode)\nPASS: test_encode_maxlinelen_too_small (test.test_email.test_email.TestQuopri.test_encode_maxlinelen_too_small)\nPASS: test_encode_null (test.test_email.test_email.TestQuopri.test_encode_null)\nPASS: test_encode_null_lines (test.test_email.test_email.TestQuopri.test_encode_null_lines)\nPASS: test_encode_one_line (test.test_email.test_email.TestQuopri.test_encode_one_line)\nPASS: test_encode_one_line_crlf (test.test_email.test_email.TestQuopri.test_encode_one_line_crlf)\nPASS: test_encode_one_line_eol (test.test_email.test_email.TestQuopri.test_encode_one_line_eol)\nPASS: test_encode_one_line_eol_after_non_ascii (test.test_email.test_email.TestQuopri.test_encode_one_line_eol_after_non_ascii)\nPASS: test_encode_one_line_one_space (test.test_email.test_email.TestQuopri.test_encode_one_line_one_space)\nPASS: test_encode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_spaces)\nPASS: test_encode_one_line_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_tab)\nPASS: test_encode_one_long_line (test.test_email.test_email.TestQuopri.test_encode_one_long_line)\nPASS: test_encode_one_long_string (test.test_email.test_email.TestQuopri.test_encode_one_long_string)\nPASS: test_encode_one_space (test.test_email.test_email.TestQuopri.test_encode_one_space)\nPASS: test_encode_one_very_long_line (test.test_email.test_email.TestQuopri.test_encode_one_very_long_line)\nPASS: test_encode_one_word_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_spaces)\nPASS: test_encode_one_word_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_tab)\nPASS: test_encode_quoted_equals (test.test_email.test_email.TestQuopri.test_encode_quoted_equals)\nPASS: test_encode_shortest_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_shortest_maxlinelen)\nPASS: test_encode_trailing_space_at_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_at_maxlinelen)\nPASS: test_encode_trailing_space_before_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_before_maxlinelen)\nPASS: test_encode_trailing_space_beyond_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_beyond_maxlinelen)\nPASS: test_encode_two_lines_one_space (test.test_email.test_email.TestQuopri.test_encode_two_lines_one_space)\nPASS: test_encode_whitespace_lines (test.test_email.test_email.TestQuopri.test_encode_whitespace_lines)\nPASS: test_header_decode_non_ascii (test.test_email.test_email.TestQuopri.test_header_decode_non_ascii)\nPASS: test_header_decode_null (test.test_email.test_email.TestQuopri.test_header_decode_null)\nPASS: test_header_decode_one_word (test.test_email.test_email.TestQuopri.test_header_decode_one_word)\nPASS: test_header_decode_re_bug_18380 (test.test_email.test_email.TestQuopri.test_header_decode_re_bug_18380)\nPASS: test_header_decode_two_lines (test.test_email.test_email.TestQuopri.test_header_decode_two_lines)\nPASS: test_header_encode_alt_charset (test.test_email.test_email.TestQuopri.test_header_encode_alt_charset)\nPASS: test_header_encode_non_ascii (test.test_email.test_email.TestQuopri.test_header_encode_non_ascii)\nPASS: test_header_encode_null (test.test_email.test_email.TestQuopri.test_header_encode_null)\nPASS: test_header_encode_one_word (test.test_email.test_email.TestQuopri.test_header_encode_one_word)\nPASS: test_header_encode_two_lines (test.test_email.test_email.TestQuopri.test_header_encode_two_lines)\nPASS: test_header_quopri_len (test.test_email.test_email.TestQuopri.test_header_quopri_len)\nPASS: test_quopri_body_check (test.test_email.test_email.TestQuopri.test_quopri_body_check)\nPASS: test_quopri_header_check (test.test_email.test_email.TestQuopri.test_quopri_header_check)\nPASS: test_quote_unquote_idempotent (test.test_email.test_email.TestQuopri.test_quote_unquote_idempotent)\nPASS: test_multiline_header (test.test_email.test_email.TestRFC2047.test_multiline_header)\nPASS: test_rfc2047_B_bad_padding (test.test_email.test_email.TestRFC2047.test_rfc2047_B_bad_padding)\nPASS: test_rfc2047_Q_invalid_digits (test.test_email.test_email.TestRFC2047.test_rfc2047_Q_invalid_digits)\nPASS: test_rfc2047_missing_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_missing_whitespace)\nPASS: test_rfc2047_multiline (test.test_email.test_email.TestRFC2047.test_rfc2047_multiline)\nPASS: test_rfc2047_rfc2047_1 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_1)\nPASS: test_rfc2047_rfc2047_2 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_2)\nPASS: test_rfc2047_rfc2047_3 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_3)\nPASS: test_rfc2047_rfc2047_4 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_4)\nPASS: test_rfc2047_rfc2047_5a (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5a)\nPASS: test_rfc2047_rfc2047_5b (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5b)\nPASS: test_rfc2047_rfc2047_6 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_6)\nPASS: test_rfc2047_rfc2047_7 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_7)\nPASS: test_rfc2047_with_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_with_whitespace)\nPASS: test_whitespace_keeper_unicode (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode)\nPASS: test_whitespace_keeper_unicode_2 (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode_2)\nPASS: test_del_param (test.test_email.test_email.TestRFC2231.test_del_param)\nPASS: test_get_param (test.test_email.test_email.TestRFC2231.test_get_param)\nPASS: test_rfc2231_bad_character_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_charset)\nPASS: test_rfc2231_bad_character_in_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_encoding)\nPASS: test_rfc2231_bad_character_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_filename)\nPASS: test_rfc2231_bad_encoding_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_charset)\nPASS: test_rfc2231_bad_encoding_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_filename)\nPASS: test_rfc2231_encoded_then_unencoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_encoded_then_unencoded_segments)\nPASS: test_rfc2231_get_content_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_get_content_charset)\nPASS: test_rfc2231_missing_tick (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick)\nPASS: test_rfc2231_missing_tick_with_encoded_non_ascii (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick_with_encoded_non_ascii)\nPASS: test_rfc2231_no_extended_values (test.test_email.test_email.TestRFC2231.test_rfc2231_no_extended_values)\nPASS: test_rfc2231_no_language_or_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset)\nPASS: test_rfc2231_no_language_or_charset_in_boundary (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_boundary)\nPASS: test_rfc2231_no_language_or_charset_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_charset)\nPASS: test_rfc2231_no_language_or_charset_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename)\nPASS: test_rfc2231_no_language_or_charset_in_filename_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename_encoded)\nPASS: test_rfc2231_parse_extra_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_extra_quoting)\nPASS: test_rfc2231_parse_rfc_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_rfc_quoting)\nPASS: test_rfc2231_partly_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_encoded)\nPASS: test_rfc2231_partly_nonencoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_nonencoded)\nPASS: test_rfc2231_single_tick_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename)\nPASS: test_rfc2231_single_tick_in_filename_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename_extended)\nPASS: test_rfc2231_tick_attack (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack)\nPASS: test_rfc2231_tick_attack_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack_extended)\nPASS: test_rfc2231_unencoded_then_encoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_unencoded_then_encoded_segments)\nPASS: test_rfc2231_unknown_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_unknown_encoding)\nPASS: test_set_param (test.test_email.test_email.TestRFC2231.test_set_param)\nPASS: test_set_param_requote (test.test_email.test_email.TestRFC2231.test_set_param_requote)\nPASS: test_should_not_hang_on_invalid_ew_messages (test.test_email.test_email.TestRFC2231.test_should_not_hang_on_invalid_ew_messages)\nPASS: test_long_headers_as_string (test.test_email.test_email.TestSigned.test_long_headers_as_string)\nPASS: test_long_headers_as_string_maxheaderlen (test.test_email.test_email.TestSigned.test_long_headers_as_string_maxheaderlen)\nPASS: test_long_headers_flatten (test.test_email.test_email.TestSigned.test_long_headers_flatten)\nPASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestBytesGenerator.test_compat32_max_line_length_does_not_fold_when_none)\nPASS: test_crlf_control_via_policy (test.test_email.test_generator.TestBytesGenerator.test_crlf_control_via_policy)\nPASS: test_cte_type_7bit_handles_unknown_8bit (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_handles_unknown_8bit)\nPASS: test_cte_type_7bit_transforms_8bit_cte (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_transforms_8bit_cte)\nPASS: test_defaults_handle_spaces_at_start_of_continuation_line (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_continuation_line)\nPASS: test_defaults_handle_spaces_at_start_of_subject (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_at_start_of_subject)\nPASS: test_defaults_handle_spaces_between_encoded_words_when_folded (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_between_encoded_words_when_folded)\nPASS: test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle (test.test_email.test_generator.TestBytesGenerator.test_defaults_handle_spaces_when_encoded_words_is_folded_in_middle)\nPASS: test_flatten_control_linesep (test.test_email.test_generator.TestBytesGenerator.test_flatten_control_linesep)\nPASS: test_flatten_linesep (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep)\nPASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep_overrides_policy)\nPASS: test_keep_encoded_newlines (test.test_email.test_generator.TestBytesGenerator.test_keep_encoded_newlines)\nPASS: test_keep_long_encoded_newlines (test.test_email.test_generator.TestBytesGenerator.test_keep_long_encoded_newlines)\nPASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_0)\nPASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_100)\nPASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_20)\nPASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_40)\nPASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_0)\nPASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_100)\nPASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_20)\nPASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_40)\nPASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_0)\nPASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_100)\nPASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_20)\nPASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_none_does_not_fold_40)\nPASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_0)\nPASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_100)\nPASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_20)\nPASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_40)\nPASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_0)\nPASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_100)\nPASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_20)\nPASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_40)\nPASS: test_rfc2231_wrapping (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping)\nPASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow)\nPASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestBytesGenerator.test_set_mangle_from_via_policy)\nPASS: test_smtp_policy (test.test_email.test_generator.TestBytesGenerator.test_smtp_policy)\nPASS: test_smtputf8_policy (test.test_email.test_generator.TestBytesGenerator.test_smtputf8_policy)\nPASS: test_compat32_max_line_length_does_not_fold_when_none (test.test_email.test_generator.TestGenerator.test_compat32_max_line_length_does_not_fold_when_none)\nPASS: test_crlf_control_via_policy (test.test_email.test_generator.TestGenerator.test_crlf_control_via_policy)\nPASS: test_flatten_control_linesep (test.test_email.test_generator.TestGenerator.test_flatten_control_linesep)\nPASS: test_flatten_linesep (test.test_email.test_generator.TestGenerator.test_flatten_linesep)\nPASS: test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestGenerator.test_flatten_linesep_overrides_policy)\nPASS: test_flatten_unicode_linesep (test.test_email.test_generator.TestGenerator.test_flatten_unicode_linesep)\nPASS: test_keep_encoded_newlines (test.test_email.test_generator.TestGenerator.test_keep_encoded_newlines)\nPASS: test_keep_long_encoded_newlines (test.test_email.test_generator.TestGenerator.test_keep_long_encoded_newlines)\nPASS: test_max_line_length_policy_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_0)\nPASS: test_max_line_length_policy_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_100)\nPASS: test_max_line_length_policy_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_20)\nPASS: test_max_line_length_policy_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_40)\nPASS: test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_0)\nPASS: test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_100)\nPASS: test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_20)\nPASS: test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_40)\nPASS: test_max_line_length_with_refold_none_does_not_fold_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_0)\nPASS: test_max_line_length_with_refold_none_does_not_fold_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_100)\nPASS: test_max_line_length_with_refold_none_does_not_fold_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_20)\nPASS: test_max_line_length_with_refold_none_does_not_fold_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_none_does_not_fold_40)\nPASS: test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_0)\nPASS: test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_100)\nPASS: test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_20)\nPASS: test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_40)\nPASS: test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_0)\nPASS: test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_100)\nPASS: test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_20)\nPASS: test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_40)\nPASS: test_rfc2231_wrapping (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping)\nPASS: test_rfc2231_wrapping_switches_to_default_len_if_too_narrow (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping_switches_to_default_len_if_too_narrow)\nPASS: test_set_mangle_from_via_policy (test.test_email.test_generator.TestGenerator.test_set_mangle_from_via_policy)\ntest_verify_generated_headers (test.test_email.test_generator.TestGenerator.test_verify_generated_headers)\nPASS: gh-121650: by default the generator prevents header injection\nPASS: test_address_addr_spec_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_domain_raises)\nPASS: test_address_addr_spec_and_username_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_and_domain_raises)\nPASS: test_address_addr_spec_and_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_raises)\nPASS: test_address_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_comparison)\nPASS: test_address_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_display_name_ro)\nPASS: test_address_domain_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_domain_ro)\nPASS: test_address_from_addr_spec (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_addr_spec)\nPASS: test_address_from_username_domain (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_username_domain)\nPASS: test_address_username_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_username_ro)\nPASS: test_address_with_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_with_no_display_name)\nPASS: test_bad_addr_sepc_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_bad_addr_sepc_raises)\nPASS: test_crlf_in_constructor_args_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_crlf_in_constructor_args_raises)\nPASS: test_display_name_blanks_not_quoted (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_blanks_not_quoted)\nPASS: test_display_name_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_only)\nPASS: test_display_name_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_quoting)\nPASS: test_domain_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_domain_only)\nPASS: test_empty_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group)\nPASS: test_empty_group_list (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group_list)\nPASS: test_group_addresses_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_addresses_ro)\nPASS: test_group_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_comparison)\nPASS: test_group_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_display_name_ro)\nPASS: test_group_with_addresses (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses)\nPASS: test_group_with_addresses_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses_no_display_name)\nPASS: test_group_with_one_address_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_one_address_no_display_name)\nPASS: test_il8n (test.test_email.test_headerregistry.TestAddressAndGroup.test_il8n)\nPASS: test_non_ascii_username_in_addr_spec_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_non_ascii_username_in_addr_spec_raises)\nPASS: test_null_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_address)\nPASS: test_null_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_group)\nPASS: test_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_quoting)\nPASS: test_set_message_header_from_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_address)\nPASS: test_set_message_header_from_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_group)\nPASS: test_space_in_addr_spec_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_space_in_addr_spec_username_raises)\nPASS: test_username_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_username_only)\nPASS: test_address_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_address_only)\nPASS: test_address_empty (test.test_email.test_headerregistry.TestAddressHeader.test_address_empty)\nPASS: test_address_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_escapes_in_local_part)\nPASS: test_address_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_quoted_strings_in_local_part)\nPASS: test_address_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_and_address)\nPASS: test_address_name_ending_with_dot_without_space (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_ending_with_dot_without_space)\nPASS: test_address_name_starting_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_starting_with_dot)\nPASS: test_address_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_with_dot)\nPASS: test_address_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_backslashes_in_name)\nPASS: test_address_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_local_part)\nPASS: test_address_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_parens_in_name)\nPASS: test_address_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_strings_in_local_part)\nPASS: test_address_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_read_only)\nPASS: test_address_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_phrase_is_decoded)\nPASS: test_address_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_quoted_string_is_decoded)\nPASS: test_address_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_is_decoded)\nPASS: test_address_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_around_dots_in_local_part_removed)\nPASS: test_address_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_in_unquoted_local_part_collapsed)\nPASS: test_addresses_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_read_only)\nPASS: test_addresses_types (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_types)\nPASS: test_complex_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_complex_address_list)\nPASS: test_group_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_group_address_only)\nPASS: test_group_empty (test.test_email.test_headerregistry.TestAddressHeader.test_group_empty)\nPASS: test_group_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_escapes_in_local_part)\nPASS: test_group_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_quoted_strings_in_local_part)\nPASS: test_group_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_and_address)\nPASS: test_group_name_ending_with_dot_without_space (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_ending_with_dot_without_space)\nPASS: test_group_name_starting_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_starting_with_dot)\nPASS: test_group_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_with_dot)\nPASS: test_group_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_backslashes_in_name)\nPASS: test_group_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_local_part)\nPASS: test_group_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_parens_in_name)\nPASS: test_group_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_strings_in_local_part)\nPASS: test_group_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_phrase_is_decoded)\nPASS: test_group_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_quoted_string_is_decoded)\nPASS: test_group_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_is_decoded)\nPASS: test_group_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_around_dots_in_local_part_removed)\nPASS: test_group_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_in_unquoted_local_part_collapsed)\nPASS: test_groups_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_groups_read_only)\nPASS: test_groups_types (test.test_email.test_headerregistry.TestAddressHeader.test_groups_types)\nPASS: test_set_from_Address (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address)\nPASS: test_set_from_Address_and_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_and_Group_list)\nPASS: test_set_from_Address_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_list)\nPASS: test_set_from_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Group_list)\nPASS: test_simple_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_simple_address_list)\nPASS: test_defects_is_tuple (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_is_tuple)\nPASS: test_defects_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_read_only)\nPASS: test_has_name (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_has_name)\nPASS: test_name_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_name_read_only)\nPASS: test_str (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_str)\nPASS: test_substr (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_substr)\nPASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_1)\nPASS: test_value_RFC_2183_2 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_2)\nPASS: test_value_invalid_parameter_value_with_fws_between_ew (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_parameter_value_with_fws_between_ew)\nPASS: test_value_invalid_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value)\nPASS: test_value_invalid_value_with_params (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value_with_params)\nPASS: test_value_no_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_no_value)\nPASS: test_value_parameter_value_with_fws_between_tokens (test.test_email.test_headerregistry.TestContentDisposition.test_value_parameter_value_with_fws_between_tokens)\nPASS: test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_RFC_2183_1)\nPASS: test_value_extra_space_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_extra_space_after_cte)\nPASS: test_value_junk_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_junk_after_cte)\nPASS: test_value_no_value (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_no_value)\nPASS: test_value_RFC_2045_1 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_1)\nPASS: test_value_RFC_2045_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_2)\nPASS: test_value_RFC_2045_3 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_3)\nPASS: test_value_bad_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_bad_params)\nPASS: test_value_capitalized_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset)\nPASS: test_value_capitalized_charset_param_name_and_comment (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset_param_name_and_comment)\nPASS: test_value_cfws_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_cfws_in_content_type)\nPASS: test_value_charset_param (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_charset_param)\nPASS: test_value_double_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_double_quotes_inside_quotes)\nPASS: test_value_junk_text_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_junk_text_in_content_type)\nPASS: test_value_lots_of_mime_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_lots_of_mime_params)\nPASS: test_value_mixed_case_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_mixed_case_content_type)\nPASS: test_value_no_slash_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_slash_in_content_type)\nPASS: test_value_no_subtype_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_subtype_in_content_type)\nPASS: test_value_non_ascii_in_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_in_params)\nPASS: test_value_non_ascii_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_rfc2231_value)\nPASS: test_value_param_value_with_tspecials (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_value_with_tspecials)\nPASS: test_value_param_with_extra_quoted_whitespace (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_with_extra_quoted_whitespace)\nPASS: test_value_quotes_inside_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_quotes_inside_rfc2231_value)\nPASS: test_value_rfc2231_bad_character_in_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_bad_character_in_charset_parameter_value)\nPASS: test_value_rfc2231_encoded_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_charset)\nPASS: test_value_rfc2231_encoded_no_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_charset)\nPASS: test_value_rfc2231_encoded_no_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_double_quotes)\nPASS: test_value_rfc2231_encoded_then_unencoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_then_unencoded_segments)\nPASS: test_value_rfc2231_encoded_with_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_with_double_quotes)\nPASS: test_value_rfc2231_folded_segments_correctly_formatted (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_folded_segments_correctly_formatted)\nPASS: test_value_rfc2231_no_language_or_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_no_language_or_charset)\nPASS: test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_nonascii_in_charset_of_charset_parameter_value)\nPASS: test_value_rfc2231_partly_encoded (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded)\nPASS: test_value_rfc2231_partly_encoded_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded_2)\nPASS: test_value_rfc2231_quoted_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_quoted_unencoded_then_encoded_segments)\nPASS: test_value_rfc2231_segmented_normal_values (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_segmented_normal_values)\nPASS: test_value_rfc2231_single_quote_in_non_encoded_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_non_encoded_value)\nPASS: test_value_rfc2231_single_quote_in_value_with_charset_and_lang (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_value_with_charset_and_lang)\nPASS: test_value_rfc2231_single_quote_inside_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_inside_double_quotes)\nPASS: test_value_rfc2231_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unencoded_then_encoded_segments)\nPASS: test_value_rfc2231_unknown_charset_treated_as_ascii (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unknown_charset_treated_as_ascii)\nPASS: test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_utf8_in_supposedly_ascii_charset_parameter_value)\nPASS: test_value_semis_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_semis_inside_quotes)\nPASS: test_value_single_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_single_quotes_inside_quotes)\nPASS: test_value_spaces_around_param_equals (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_param_equals)\nPASS: test_value_spaces_around_semis (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_semis)\nPASS: test_value_spaces_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_in_content_type)\nPASS: test_value_too_many_slashes_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_too_many_slashes_in_content_type)\nPASS: test_value_unknown_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_charset)\nPASS: test_value_unknown_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_content_type)\nPASS: test_value_unquoted_param_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unquoted_param_value)\nPASS: test_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_date_header_properties)\nPASS: test_datetime_read_only (test.test_email.test_headerregistry.TestDateHeader.test_datetime_read_only)\nPASS: test_invalid_date_format (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_format)\nPASS: test_invalid_date_value (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_value)\nPASS: test_no_value_is_defect (test.test_email.test_headerregistry.TestDateHeader.test_no_value_is_defect)\nPASS: test_parse_date (test.test_email.test_headerregistry.TestDateHeader.test_parse_date)\nPASS: test_resent_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_resent_date_header_properties)\nPASS: test_set_date_header_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_date_header_from_datetime)\nPASS: test_set_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_from_datetime)\ntest_address_display_names (test.test_email.test_headerregistry.TestFolding.test_address_display_names)\nPASS: Test the folding and encoding of address headers.\nPASS: test_fold_address_list (test.test_email.test_headerregistry.TestFolding.test_fold_address_list)\nPASS: test_fold_date_header (test.test_email.test_headerregistry.TestFolding.test_fold_date_header)\nPASS: test_fold_overlong_words_using_RFC2047 (test.test_email.test_headerregistry.TestFolding.test_fold_overlong_words_using_RFC2047)\nPASS: test_fold_unstructured_short (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_short)\nPASS: test_fold_unstructured_single_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_single_word)\nPASS: test_fold_unstructured_with_commas (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_commas)\nPASS: test_fold_unstructured_with_overlong_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_overlong_word)\nPASS: test_fold_unstructured_with_slightly_long_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_slightly_long_word)\nPASS: test_fold_unstructured_with_two_overlong_words (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_two_overlong_words)\nPASS: test_long_unstructured (test.test_email.test_headerregistry.TestFolding.test_long_unstructured)\nPASS: test_message_id_header_is_not_folded (test.test_email.test_headerregistry.TestFolding.test_message_id_header_is_not_folded)\nPASS: test_short_unstructured (test.test_email.test_headerregistry.TestFolding.test_short_unstructured)\nPASS: test_unstructured_short_max_line_length (test.test_email.test_headerregistry.TestFolding.test_unstructured_short_max_line_length)\nPASS: test_arbitrary_name_unstructured (test.test_email.test_headerregistry.TestHeaderRegistry.test_arbitrary_name_unstructured)\nPASS: test_dont_use_default_map (test.test_email.test_headerregistry.TestHeaderRegistry.test_dont_use_default_map)\nPASS: test_map_to_type (test.test_email.test_headerregistry.TestHeaderRegistry.test_map_to_type)\nPASS: test_name_case_ignored (test.test_email.test_headerregistry.TestHeaderRegistry.test_name_case_ignored)\nPASS: test_override_default_base_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_base_class)\nPASS: test_override_default_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class)\nPASS: test_override_default_class_only_overrides_default (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class_only_overrides_default)\nPASS: test_MIME_Version_1_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_1_1)\nPASS: test_MIME_Version_2_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_1)\nPASS: test_MIME_Version_2_x (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_x)\nPASS: test_MIME_Version_RFC_2045_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_1)\nPASS: test_MIME_Version_RFC_2045_2 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_2)\nPASS: test_MIME_Version_RFC_2045_3 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_3)\nPASS: test_MIME_Version_RFC_2045_4 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_4)\nPASS: test_MIME_Version_foo (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_foo)\nPASS: test_MIME_Version_leading_trailing_whitespace_ignored (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_leading_trailing_whitespace_ignored)\nPASS: test_MIME_Version_missing (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_missing)\nPASS: test_MIME_Version_non_comment_garbage_after (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_after)\nPASS: test_MIME_Version_non_comment_garbage_before (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_before)\nPASS: test_MIME_Version_non_comment_garbage_inside (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_inside)\nPASS: test_MIME_Version_two_periods (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_two_periods)\nPASS: test_MIME_Version_whitespace (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_whitespace)\nPASS: test_value_rfc2047_gb2312_base64 (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_gb2312_base64)\nPASS: test_value_rfc2047_quopri_with_regular_text (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_quopri_with_regular_text)\nPASS: test_value_rfc2047_simple_nonascii_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_nonascii_quopri)\nPASS: test_value_rfc2047_simple_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_quopri)\nPASS: test_body_base64_text (test.test_email.test_inversion.TestInversion.test_body_base64_text)\nPASS: test_body_plain_text (test.test_email.test_inversion.TestInversion.test_body_plain_text)\nPASS: test_body_qp_text (test.test_email.test_inversion.TestInversion.test_body_qp_text)\nPASS: test_input_header_with_invalid_date (test.test_email.test_inversion.TestInversion.test_input_header_with_invalid_date)\nPASS: test_input_header_with_one_space_body (test.test_email.test_inversion.TestInversion.test_input_header_with_one_space_body)\nPASS: test_error_on_setitem_if_max_count_exceeded (test.test_email.test_message.Test.test_error_on_setitem_if_max_count_exceeded)\nPASS: test_rfc2043_auto_decoded_and_emailmessage_used (test.test_email.test_message.Test.test_rfc2043_auto_decoded_and_emailmessage_used)\nPASS: test_add_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_add_alternative_alternative_)\nPASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_alternative_mixed_raises)\nPASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_no_content_succeeds)\nPASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_none_succeeds)\nPASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_plain_succeeds)\nPASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_related_succeeds)\nPASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_alternative_succeeds)\nPASS: test_add_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_add_mixed_mixed_)\nPASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_no_content_succeeds)\nPASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_none_succeeds)\nPASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_plain_succeeds)\nPASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_related_succeeds)\nPASS: test_add_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_add_related_alternative_raises)\nPASS: test_add_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_related_mixed_raises)\nPASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_no_content_succeeds)\nPASS: test_add_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_none_succeeds)\nPASS: test_add_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_plain_succeeds)\nPASS: test_add_related_related_ (test.test_email.test_message.TestEmailMessage.test_add_related_related_)\nPASS: test_as_string_allows_maxheaderlen (test.test_email.test_message.TestEmailMessage.test_as_string_allows_maxheaderlen)\nPASS: test_as_string_unixform (test.test_email.test_message.TestEmailMessage.test_as_string_unixform)\nPASS: test_as_string_uses_max_header_length_by_default (test.test_email.test_message.TestEmailMessage.test_as_string_uses_max_header_length_by_default)\nPASS: test_clear_content_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_content_empty_message)\nPASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_inline_mixed)\nPASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_mixed)\nPASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_message_rfc822)\nPASS: test_clear_content_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_content_mime_non_text)\nPASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_alternative_plain_related)\nPASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html)\nPASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_text_message_rfc822)\nPASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_content_non_mime_plain)\nPASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_alternative)\nPASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_attachment_mixed)\nPASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_mixed)\nPASS: test_clear_content_related (test.test_email.test_message.TestEmailMessage.test_clear_content_related)\nPASS: test_clear_content_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_content_related_with_start)\nPASS: test_clear_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_empty_message)\nPASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_inline_mixed)\nPASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_mixed)\nPASS: test_clear_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_message_rfc822)\nPASS: test_clear_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_mime_non_text)\nPASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_mixed_alternative_plain_related)\nPASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html)\nPASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_mixed_text_message_rfc822)\nPASS: test_clear_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_non_mime_plain)\nPASS: test_clear_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_alternative)\nPASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_attachment_mixed)\nPASS: test_clear_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_mixed)\nPASS: test_clear_related (test.test_email.test_message.TestEmailMessage.test_clear_related)\nPASS: test_clear_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_related_with_start)\nPASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_default_content_manager_for_add_comes_from_policy)\nPASS: test_folding_with_long_nospace_compat32_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_compat32_policy_1)\nPASS: test_folding_with_long_nospace_default_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_default_policy_1)\nPASS: test_folding_with_long_nospace_http_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_http_policy_1)\nPASS: test_folding_with_long_nospace_smtp_policy_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_long_nospace_smtp_policy_1)\nPASS: test_folding_with_short_nospace_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_short_nospace_1)\nPASS: test_folding_with_utf8_encoding_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_1)\nPASS: test_folding_with_utf8_encoding_2 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_2)\nPASS: test_folding_with_utf8_encoding_3 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_3)\nPASS: test_folding_with_utf8_encoding_4 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_4)\nPASS: test_folding_with_utf8_encoding_5 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_5)\nPASS: test_folding_with_utf8_encoding_6 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_6)\nPASS: test_folding_with_utf8_encoding_7 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_7)\nPASS: test_folding_with_utf8_encoding_8 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_8)\nPASS: test_get_body_empty_message (test.test_email.test_message.TestEmailMessage.test_get_body_empty_message)\nPASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_inline_mixed)\nPASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_mixed)\ntest_get_body_malformed (test.test_email.test_message.TestEmailMessage.test_get_body_malformed)\nPASS: test for bpo-42892\nPASS: test_get_body_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_message_rfc822)\nPASS: test_get_body_mime_non_text (test.test_email.test_message.TestEmailMessage.test_get_body_mime_non_text)\nPASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_alternative_plain_related)\nPASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html)\nPASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_text_message_rfc822)\nPASS: test_get_body_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_get_body_non_mime_plain)\nPASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_alternative)\nPASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_attachment_mixed)\nPASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_mixed)\nPASS: test_get_body_related (test.test_email.test_message.TestEmailMessage.test_get_body_related)\nPASS: test_get_body_related_with_start (test.test_email.test_message.TestEmailMessage.test_get_body_related_with_start)\nPASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_get_content_default_cm_comes_from_policy)\nPASS: test_get_content_with_cm (test.test_email.test_message.TestEmailMessage.test_get_content_with_cm)\nPASS: test_gh_94606_good_surrogateescape (test.test_email.test_message.TestEmailMessage.test_gh_94606_good_surrogateescape)\nPASS: test_gh_94606_out_of_range_surrogate (test.test_email.test_message.TestEmailMessage.test_gh_94606_out_of_range_surrogate)\nPASS: test_gh_94606_string_with_utf8 (test.test_email.test_message.TestEmailMessage.test_gh_94606_string_with_utf8)\nPASS: test_gh_94606_surrogate_and_utf8 (test.test_email.test_message.TestEmailMessage.test_gh_94606_surrogate_and_utf8)\nPASS: test_is_attachment (test.test_email.test_message.TestEmailMessage.test_is_attachment)\nPASS: test_iter_attachment_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_attachment_empty_message)\nPASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_inline_mixed)\nPASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_mixed)\nPASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_message_rfc822)\nPASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mime_non_text)\nPASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_alternative_plain_related)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_text_message_rfc822)\nPASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_attachment_non_mime_plain)\nPASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_alternative)\nPASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_attachment_mixed)\nPASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_mixed)\nPASS: test_iter_attachment_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related)\nPASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related_with_start)\nPASS: test_iter_attachments_mutation (test.test_email.test_message.TestEmailMessage.test_iter_attachments_mutation)\nPASS: test_iter_parts_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_parts_empty_message)\nPASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_inline_mixed)\nPASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_mixed)\nPASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_message_rfc822)\nPASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_parts_mime_non_text)\nPASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_alternative_plain_related)\nPASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html)\nPASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_text_message_rfc822)\nPASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_parts_non_mime_plain)\nPASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_alternative)\nPASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_attachment_mixed)\nPASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_mixed)\nPASS: test_iter_parts_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_related)\nPASS: test_iter_parts_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_parts_related_with_start)\nPASS: test_make_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_alternative_alternative_)\nPASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_alternative_mixed_raises)\nPASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_no_content_succeeds)\nPASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_none_succeeds)\nPASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_plain_succeeds)\nPASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_related_succeeds)\nPASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_alternative_succeeds)\nPASS: test_make_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_mixed_mixed_)\nPASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_no_content_succeeds)\nPASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_none_succeeds)\nPASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_plain_succeeds)\nPASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_related_succeeds)\nPASS: test_make_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_related_alternative_raises)\nPASS: test_make_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_related_mixed_raises)\nPASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_no_content_succeeds)\nPASS: test_make_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_none_succeeds)\nPASS: test_make_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_plain_succeeds)\nPASS: test_make_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_related_related_)\nPASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_alternative_)\nPASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_mixed_raises)\nPASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_no_content_succeeds)\nPASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_none_succeeds)\nPASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_plain_succeeds)\nPASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_related_succeeds)\nPASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_alternative_succeeds)\nPASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_mixed_)\nPASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_no_content_succeeds)\nPASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_none_succeeds)\nPASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_plain_succeeds)\nPASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_related_succeeds)\nPASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_alternative_raises)\nPASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_mixed_raises)\nPASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_no_content_succeeds)\nPASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_none_succeeds)\nPASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_plain_succeeds)\nPASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_related_)\nPASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestEmailMessage.test_policy_on_part_made_by_make_comes_from_message)\nPASS: test_set_content_adds_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_adds_MIME_Version)\nPASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_set_content_default_cm_comes_from_policy)\nPASS: test_set_content_does_not_duplicate_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_does_not_duplicate_MIME_Version)\nPASS: test_set_content_with_cm (test.test_email.test_message.TestEmailMessage.test_set_content_with_cm)\nPASS: test_str_defaults_to_policy_max_line_length (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_policy_max_line_length)\nPASS: test_str_defaults_to_utf8 (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_utf8)\nPASS: test_add_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_add_alternative_alternative_)\nPASS: test_add_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_alternative_mixed_raises)\nPASS: test_add_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_no_content_succeeds)\nPASS: test_add_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_none_succeeds)\nPASS: test_add_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_plain_succeeds)\nPASS: test_add_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_related_succeeds)\nPASS: test_add_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_alternative_succeeds)\nPASS: test_add_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_add_mixed_mixed_)\nPASS: test_add_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_no_content_succeeds)\nPASS: test_add_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_none_succeeds)\nPASS: test_add_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_plain_succeeds)\nPASS: test_add_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_related_succeeds)\nPASS: test_add_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_add_related_alternative_raises)\nPASS: test_add_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_related_mixed_raises)\nPASS: test_add_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_no_content_succeeds)\nPASS: test_add_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_none_succeeds)\nPASS: test_add_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_plain_succeeds)\nPASS: test_add_related_related_ (test.test_email.test_message.TestMIMEPart.test_add_related_related_)\nPASS: test_clear_content_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_content_empty_message)\nPASS: test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_inline_mixed)\nPASS: test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_mixed)\nPASS: test_clear_content_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_message_rfc822)\nPASS: test_clear_content_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_content_mime_non_text)\nPASS: test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_alternative_plain_related)\nPASS: test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html)\nPASS: test_clear_content_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_text_message_rfc822)\nPASS: test_clear_content_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_content_non_mime_plain)\nPASS: test_clear_content_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_alternative)\nPASS: test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_attachment_mixed)\nPASS: test_clear_content_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_mixed)\nPASS: test_clear_content_related (test.test_email.test_message.TestMIMEPart.test_clear_content_related)\nPASS: test_clear_content_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_content_related_with_start)\nPASS: test_clear_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_empty_message)\nPASS: test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_inline_mixed)\nPASS: test_clear_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_mixed)\nPASS: test_clear_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_message_rfc822)\nPASS: test_clear_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_mime_non_text)\nPASS: test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_mixed_alternative_plain_related)\nPASS: test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html)\nPASS: test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_mixed_text_message_rfc822)\nPASS: test_clear_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_non_mime_plain)\nPASS: test_clear_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_alternative)\nPASS: test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_attachment_mixed)\nPASS: test_clear_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_mixed)\nPASS: test_clear_related (test.test_email.test_message.TestMIMEPart.test_clear_related)\nPASS: test_clear_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_related_with_start)\nPASS: test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_default_content_manager_for_add_comes_from_policy)\nPASS: test_get_body_empty_message (test.test_email.test_message.TestMIMEPart.test_get_body_empty_message)\nPASS: test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_inline_mixed)\nPASS: test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_mixed)\nPASS: test_get_body_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_message_rfc822)\nPASS: test_get_body_mime_non_text (test.test_email.test_message.TestMIMEPart.test_get_body_mime_non_text)\nPASS: test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_alternative_plain_related)\nPASS: test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html)\nPASS: test_get_body_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_text_message_rfc822)\nPASS: test_get_body_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_get_body_non_mime_plain)\nPASS: test_get_body_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_alternative)\nPASS: test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_attachment_mixed)\nPASS: test_get_body_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_mixed)\nPASS: test_get_body_related (test.test_email.test_message.TestMIMEPart.test_get_body_related)\nPASS: test_get_body_related_with_start (test.test_email.test_message.TestMIMEPart.test_get_body_related_with_start)\nPASS: test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_get_content_default_cm_comes_from_policy)\nPASS: test_get_content_with_cm (test.test_email.test_message.TestMIMEPart.test_get_content_with_cm)\nPASS: test_gh_94606_good_surrogateescape (test.test_email.test_message.TestMIMEPart.test_gh_94606_good_surrogateescape)\nPASS: test_gh_94606_out_of_range_surrogate (test.test_email.test_message.TestMIMEPart.test_gh_94606_out_of_range_surrogate)\nPASS: test_gh_94606_string_with_utf8 (test.test_email.test_message.TestMIMEPart.test_gh_94606_string_with_utf8)\nPASS: test_gh_94606_surrogate_and_utf8 (test.test_email.test_message.TestMIMEPart.test_gh_94606_surrogate_and_utf8)\nPASS: test_is_attachment (test.test_email.test_message.TestMIMEPart.test_is_attachment)\nPASS: test_iter_attachment_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_attachment_empty_message)\nPASS: test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_inline_mixed)\nPASS: test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_mixed)\nPASS: test_iter_attachment_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_message_rfc822)\nPASS: test_iter_attachment_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mime_non_text)\nPASS: test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_alternative_plain_related)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html)\nPASS: test_iter_attachment_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_text_message_rfc822)\nPASS: test_iter_attachment_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_attachment_non_mime_plain)\nPASS: test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_alternative)\nPASS: test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_attachment_mixed)\nPASS: test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_mixed)\nPASS: test_iter_attachment_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related)\nPASS: test_iter_attachment_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related_with_start)\nPASS: test_iter_attachments_mutation (test.test_email.test_message.TestMIMEPart.test_iter_attachments_mutation)\nPASS: test_iter_parts_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_parts_empty_message)\nPASS: test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_inline_mixed)\nPASS: test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_mixed)\nPASS: test_iter_parts_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_message_rfc822)\nPASS: test_iter_parts_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_parts_mime_non_text)\nPASS: test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_alternative_plain_related)\nPASS: test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html)\nPASS: test_iter_parts_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html_wrong_order)\nPASS: test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_text_message_rfc822)\nPASS: test_iter_parts_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_parts_non_mime_plain)\nPASS: test_iter_parts_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_alternative)\nPASS: test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_attachment_mixed)\nPASS: test_iter_parts_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_mixed)\nPASS: test_iter_parts_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_related)\nPASS: test_iter_parts_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_parts_related_with_start)\nPASS: test_make_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_alternative_alternative_)\nPASS: test_make_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_alternative_mixed_raises)\nPASS: test_make_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_no_content_succeeds)\nPASS: test_make_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_none_succeeds)\nPASS: test_make_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_plain_succeeds)\nPASS: test_make_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_related_succeeds)\nPASS: test_make_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_alternative_succeeds)\nPASS: test_make_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_mixed_mixed_)\nPASS: test_make_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_no_content_succeeds)\nPASS: test_make_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_none_succeeds)\nPASS: test_make_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_plain_succeeds)\nPASS: test_make_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_related_succeeds)\nPASS: test_make_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_related_alternative_raises)\nPASS: test_make_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_related_mixed_raises)\nPASS: test_make_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_no_content_succeeds)\nPASS: test_make_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_none_succeeds)\nPASS: test_make_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_plain_succeeds)\nPASS: test_make_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_related_related_)\nPASS: test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_alternative_)\nPASS: test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_mixed_raises)\nPASS: test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_no_content_succeeds)\nPASS: test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_none_succeeds)\nPASS: test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_plain_succeeds)\nPASS: test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_related_succeeds)\nPASS: test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_alternative_succeeds)\nPASS: test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_mixed_)\nPASS: test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_no_content_succeeds)\nPASS: test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_none_succeeds)\nPASS: test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_plain_succeeds)\nPASS: test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_related_succeeds)\nPASS: test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_alternative_raises)\nPASS: test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_mixed_raises)\nPASS: test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_no_content_succeeds)\nPASS: test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_none_succeeds)\nPASS: test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_plain_succeeds)\nPASS: test_make_with_boundary_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_related_)\nPASS: test_policy_on_part_made_by_make_comes_from_message (test.test_email.test_message.TestMIMEPart.test_policy_on_part_made_by_make_comes_from_message)\nPASS: test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_set_content_default_cm_comes_from_policy)\nPASS: test_set_content_does_not_add_MIME_Version (test.test_email.test_message.TestMIMEPart.test_set_content_does_not_add_MIME_Version)\nPASS: test_set_content_with_cm (test.test_email.test_message.TestMIMEPart.test_set_content_with_cm)\nPASS: test_string_payload_with_multipart_content_type (test.test_email.test_message.TestMIMEPart.test_string_payload_with_multipart_content_type)\nPASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestBytesParser.test_custom_message_factory_on_policy)\nPASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestBytesParser.test_factory_arg_overrides_policy)\nPASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestBytesParser.test_only_split_on_cr_lf)\nPASS: test_custom_message_gets_policy_if_possible_from_file (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_file)\nPASS: test_custom_message_gets_policy_if_possible_from_string (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_string)\nPASS: test_custom_message_factory_on_policy (test.test_email.test_parser.TestParser.test_custom_message_factory_on_policy)\nPASS: test_factory_arg_overrides_policy (test.test_email.test_parser.TestParser.test_factory_arg_overrides_policy)\nPASS: test_only_split_on_cr_lf (test.test_email.test_parser.TestParser.test_only_split_on_cr_lf)\nPASS: test_deepcopy_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_date)\nPASS: test_deepcopy_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_from)\nPASS: test_deepcopy_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_subject)\nPASS: test_deepcopy_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_to)\nPASS: test_pickle_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_date)\nPASS: test_pickle_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_from)\nPASS: test_pickle_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_subject)\nPASS: test_pickle_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_to)\nPASS: test_deepcopy_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_created)\nPASS: test_deepcopy_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_parsed)\nPASS: test_pickle_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_created)\nPASS: test_pickle_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_parsed)\nPASS: test_abc (test.test_email.test_policy.PolicyAPITests.test_abc)\nPASS: test_adding_default_policies_preserves_default_factory (test.test_email.test_policy.PolicyAPITests.test_adding_default_policies_preserves_default_factory)\nPASS: test_all_attributes_covered (test.test_email.test_policy.PolicyAPITests.test_all_attributes_covered)\nPASS: test_clone_copies_factory (test.test_email.test_policy.PolicyAPITests.test_clone_copies_factory)\nPASS: test_default_header_factory (test.test_email.test_policy.PolicyAPITests.test_default_header_factory)\nPASS: test_defaults (test.test_email.test_policy.PolicyAPITests.test_defaults)\nPASS: test_each_Policy_gets_unique_factory (test.test_email.test_policy.PolicyAPITests.test_each_Policy_gets_unique_factory)\nPASS: test_fold_utf8 (test.test_email.test_policy.PolicyAPITests.test_fold_utf8)\nPASS: test_fold_zero_max_line_length (test.test_email.test_policy.PolicyAPITests.test_fold_zero_max_line_length)\nPASS: test_handle_defect_raises_on_strict (test.test_email.test_policy.PolicyAPITests.test_handle_defect_raises_on_strict)\nPASS: test_handle_defect_registers_defect (test.test_email.test_policy.PolicyAPITests.test_handle_defect_registers_defect)\nPASS: test_new_factory_overrides_default (test.test_email.test_policy.PolicyAPITests.test_new_factory_overrides_default)\nPASS: test_non_ascii_chars_do_not_cause_inf_loop (test.test_email.test_policy.PolicyAPITests.test_non_ascii_chars_do_not_cause_inf_loop)\nPASS: test_overridden_register_defect_still_raises (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_still_raises)\nPASS: test_overridden_register_defect_works (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_works)\nPASS: test_policy_addition (test.test_email.test_policy.PolicyAPITests.test_policy_addition)\nPASS: test_policy_is_immutable (test.test_email.test_policy.PolicyAPITests.test_policy_is_immutable)\nPASS: test_register_defect (test.test_email.test_policy.PolicyAPITests.test_register_defect)\nPASS: test_reject_non_policy_keyword_when_called (test.test_email.test_policy.PolicyAPITests.test_reject_non_policy_keyword_when_called)\nPASS: test_set_policy_attrs_when_cloned (test.test_email.test_policy.PolicyAPITests.test_set_policy_attrs_when_cloned)\nPASS: test_short_maxlen_error (test.test_email.test_policy.PolicyAPITests.test_short_maxlen_error)\ntest_verify_generated_headers (test.test_email.test_policy.PolicyAPITests.test_verify_generated_headers)\nPASS: Turning protection off allows header injection\nPASS: test_header_store_parse_rejects_newlines (test.test_email.test_policy.TestConcretePolicies.test_header_store_parse_rejects_newlines)\nPASS: test_bytes_parser (test.test_email.test_policy.TestPolicyPropagation.test_bytes_parser)\nPASS: test_message_from_binary_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_binary_file)\nPASS: test_message_from_bytes (test.test_email.test_policy.TestPolicyPropagation.test_message_from_bytes)\nPASS: test_message_from_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_file)\nPASS: test_message_from_string (test.test_email.test_policy.TestPolicyPropagation.test_message_from_string)\nPASS: test_message_policy_propagates_to_generator (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_propagates_to_generator)\nPASS: test_message_policy_used_by_as_string (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_used_by_as_string)\nPASS: test_parser (test.test_email.test_policy.TestPolicyPropagation.test_parser)\nPASS: test_parser_propagates_policy_to_message (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_message)\nPASS: test_parser_propagates_policy_to_sub_messages (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_sub_messages)\nPASS: test_aware_datetime (test.test_email.test_utils.DateTimeTests.test_aware_datetime)\nPASS: test_naive_datetime (test.test_email.test_utils.DateTimeTests.test_naive_datetime)\nPASS: test_parsedate_to_datetime (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime)\nPASS: test_parsedate_to_datetime_naive (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_naive)\nPASS: test_parsedate_to_datetime_with_invalid_raises_valueerror (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_with_invalid_raises_valueerror)\nPASS: test_usegmt (test.test_email.test_utils.DateTimeTests.test_usegmt)\nPASS: test_usegmt_with_naive_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_naive_datetime_raises)\nPASS: test_usegmt_with_non_utc_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_non_utc_datetime_raises)\nPASS: test_isdst_deprecation (test.test_email.test_utils.LocaltimeTests.test_isdst_deprecation)\nPASS: test_localtime_daylight_false_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_false)\nPASS: test_localtime_daylight_false_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_true)\nPASS: test_localtime_daylight_true_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_false)\nPASS: test_localtime_daylight_true_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_true)\nPASS: test_localtime_epoch_notz_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_false)\nPASS: test_localtime_epoch_notz_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_true)\nPASS: test_localtime_epoch_utc_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_false)\nPASS: test_localtime_epoch_utc_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_true)\nPASS: test_localtime_is_tz_aware_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_false)\nPASS: test_localtime_is_tz_aware_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_true)\nPASS: test_variable_tzname (test.test_email.test_utils.LocaltimeTests.test_variable_tzname)\n\n----------------------------------------------------------------------\nRan 1745 tests in 0.875s\n\nOK (skipped=2)\n0:01:25 load avg: 1.51 [173/480] test_enum passed\nPASS: test__all__ (test.test_enum.MiscTestCase.test__all__)\nPASS: test_doc_1 (test.test_enum.MiscTestCase.test_doc_1)\nPASS: test_doc_2 (test.test_enum.MiscTestCase.test_doc_2)\nPASS: test_doc_3 (test.test_enum.MiscTestCase.test_doc_3)\nPASS: test_doc_4 (test.test_enum.MiscTestCase.test_doc_4)\nPASS: test_aliases (test.test_enum.OldTestFlag.test_aliases)\nPASS: test_and (test.test_enum.OldTestFlag.test_and)\nPASS: test_auto_number (test.test_enum.OldTestFlag.test_auto_number)\nPASS: test_auto_number_garbage (test.test_enum.OldTestFlag.test_auto_number_garbage)\nPASS: test_bool (test.test_enum.OldTestFlag.test_bool)\nPASS: test_boundary (test.test_enum.OldTestFlag.test_boundary)\nPASS: test_contains_tf (test.test_enum.OldTestFlag.test_contains_tf)\nPASS: test_duplicate_auto (test.test_enum.OldTestFlag.test_duplicate_auto)\nPASS: test_init_subclass (test.test_enum.OldTestFlag.test_init_subclass)\nPASS: test_iter (test.test_enum.OldTestFlag.test_iter)\nPASS: test_member_contains (test.test_enum.OldTestFlag.test_member_contains)\nPASS: test_member_iter (test.test_enum.OldTestFlag.test_member_iter)\nPASS: test_member_length (test.test_enum.OldTestFlag.test_member_length)\nPASS: test_multiple_mixin (test.test_enum.OldTestFlag.test_multiple_mixin)\nPASS: test_number_reset_and_order_cleanup (test.test_enum.OldTestFlag.test_number_reset_and_order_cleanup)\nPASS: test_or (test.test_enum.OldTestFlag.test_or)\nPASS: test_pickle (test.test_enum.OldTestFlag.test_pickle)\nPASS: test_programatic_function_from_dict (test.test_enum.OldTestFlag.test_programatic_function_from_dict)\nPASS: test_programatic_function_iterable (test.test_enum.OldTestFlag.test_programatic_function_iterable)\nPASS: test_programatic_function_string (test.test_enum.OldTestFlag.test_programatic_function_string)\nPASS: test_programatic_function_string_list (test.test_enum.OldTestFlag.test_programatic_function_string_list)\nPASS: test_programatic_function_string_with_start (test.test_enum.OldTestFlag.test_programatic_function_string_with_start)\nPASS: test_unique_composite (test.test_enum.OldTestFlag.test_unique_composite)\nPASS: test_xor (test.test_enum.OldTestFlag.test_xor)\nPASS: test_aliases (test.test_enum.OldTestIntFlag.test_aliases)\nPASS: test_and (test.test_enum.OldTestIntFlag.test_and)\nPASS: test_bool (test.test_enum.OldTestIntFlag.test_bool)\nPASS: test_boundary (test.test_enum.OldTestIntFlag.test_boundary)\nPASS: test_contains_tf (test.test_enum.OldTestIntFlag.test_contains_tf)\nPASS: test_format (test.test_enum.OldTestIntFlag.test_format)\nPASS: test_global_enum_str (test.test_enum.OldTestIntFlag.test_global_enum_str)\nPASS: test_global_repr_conform1 (test.test_enum.OldTestIntFlag.test_global_repr_conform1)\nPASS: test_global_repr_keep (test.test_enum.OldTestIntFlag.test_global_repr_keep)\nPASS: test_invert (test.test_enum.OldTestIntFlag.test_invert)\nPASS: test_iter (test.test_enum.OldTestIntFlag.test_iter)\nPASS: test_member_contains (test.test_enum.OldTestIntFlag.test_member_contains)\nPASS: test_member_iter (test.test_enum.OldTestIntFlag.test_member_iter)\nPASS: test_member_length (test.test_enum.OldTestIntFlag.test_member_length)\nPASS: test_multiple_mixin (test.test_enum.OldTestIntFlag.test_multiple_mixin)\nPASS: test_or (test.test_enum.OldTestIntFlag.test_or)\nPASS: test_programatic_function_from_dict (test.test_enum.OldTestIntFlag.test_programatic_function_from_dict)\nPASS: test_programatic_function_from_empty_list (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_list)\nPASS: test_programatic_function_from_empty_tuple (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_tuple)\nPASS: test_programatic_function_iterable (test.test_enum.OldTestIntFlag.test_programatic_function_iterable)\nPASS: test_programatic_function_string (test.test_enum.OldTestIntFlag.test_programatic_function_string)\nPASS: test_programatic_function_string_list (test.test_enum.OldTestIntFlag.test_programatic_function_string_list)\nPASS: test_programatic_function_string_with_start (test.test_enum.OldTestIntFlag.test_programatic_function_string_with_start)\nPASS: test_type (test.test_enum.OldTestIntFlag.test_type)\nPASS: test_unique_composite (test.test_enum.OldTestIntFlag.test_unique_composite)\nPASS: test_xor (test.test_enum.OldTestIntFlag.test_xor)\nPASS: test_convert_complex (test.test_enum.TestConvert.test_convert_complex)\nPASS: test_convert_int (test.test_enum.TestConvert.test_convert_int)\nPASS: test_convert_raise (test.test_enum.TestConvert.test_convert_raise)\nPASS: test_convert_repr_and_str (test.test_enum.TestConvert.test_convert_repr_and_str)\nPASS: test_convert_str (test.test_enum.TestConvert.test_convert_str)\nPASS: test_convert_uncomparable (test.test_enum.TestConvert.test_convert_uncomparable)\nPASS: test_convert_value_lookup_priority (test.test_enum.TestConvert.test_convert_value_lookup_priority)\nPASS: test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings.test_empty_string)\nPASS: test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_character_string)\nPASS: test_non_latin_number_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_number_string)\ntest_enum_dict_in_metaclass (test.test_enum.TestEnumDict.test_enum_dict_in_metaclass)\nPASS: Test that EnumDict is usable as a class namespace\ntest_enum_dict_standalone (test.test_enum.TestEnumDict.test_enum_dict_standalone)\nPASS: Test that EnumDict is usable on its own\nPASS: test_dunder (test.test_enum.TestHelpers.test_dunder)\nPASS: test_is_descriptor (test.test_enum.TestHelpers.test_is_descriptor)\nPASS: test_is_private (test.test_enum.TestHelpers.test_is_private)\nPASS: test_iter_bits_lsb (test.test_enum.TestHelpers.test_iter_bits_lsb)\nPASS: test_sunder (test.test_enum.TestHelpers.test_sunder)\nPASS: test_attribute_deletion (test.test_enum.TestIntEnumClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntEnumClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntEnumClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntEnumClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntEnumClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntEnumClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntEnumClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntEnumClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntEnumClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestIntEnumClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntEnumClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnumClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntEnumClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntEnumClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntEnumClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntEnumClass.test_format)\nPASS: test_format_specs (test.test_enum.TestIntEnumClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntEnumClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntEnumClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntEnumClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntEnumClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntEnumClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntEnumClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestIntEnumClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntEnumClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntEnumClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntEnumClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntEnumClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntEnumClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntEnumClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntEnumClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntEnumClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntEnumClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntEnumClass.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestIntEnumClass.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestIntEnumClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestIntEnumFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntEnumFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntEnumFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntEnumFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntEnumFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntEnumFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntEnumFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntEnumFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntEnumFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestIntEnumFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntEnumFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnumFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntEnumFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntEnumFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntEnumFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntEnumFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestIntEnumFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntEnumFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntEnumFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntEnumFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntEnumFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntEnumFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntEnumFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestIntEnumFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntEnumFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntEnumFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntEnumFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntEnumFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntEnumFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntEnumFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntEnumFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntEnumFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntEnumFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntEnumFunction.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestIntEnumFunction.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestIntEnumFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestIntFlagClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntFlagClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntFlagClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntFlagClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntFlagClass.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestIntFlagClass.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntFlagClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntFlagClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntFlagClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntFlagClass.test_copy_member)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlagClass.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestIntFlagClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntFlagClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlagClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntFlagClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntFlagClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntFlagClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntFlagClass.test_format)\nPASS: test_format_specs (test.test_enum.TestIntFlagClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntFlagClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntFlagClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntFlagClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntFlagClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntFlagClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntFlagClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestIntFlagClass.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestIntFlagClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntFlagClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntFlagClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntFlagClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntFlagClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntFlagClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntFlagClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntFlagClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntFlagClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntFlagClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntFlagClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestIntFlagClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestIntFlagFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestIntFlagFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestIntFlagFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestIntFlagFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestIntFlagFunction.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestIntFlagFunction.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestIntFlagFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestIntFlagFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestIntFlagFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestIntFlagFunction.test_copy_member)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlagFunction.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestIntFlagFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestIntFlagFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlagFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestIntFlagFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestIntFlagFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestIntFlagFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestIntFlagFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestIntFlagFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestIntFlagFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestIntFlagFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestIntFlagFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestIntFlagFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestIntFlagFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestIntFlagFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestIntFlagFunction.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestIntFlagFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestIntFlagFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestIntFlagFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestIntFlagFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestIntFlagFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestIntFlagFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestIntFlagFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestIntFlagFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestIntFlagFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestIntFlagFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestIntFlagFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestIntFlagFunction.test_str)\nPASS: test_auto_garbage_corrected_fail (test.test_enum.TestInternals.test_auto_garbage_corrected_fail)\nSKIP: test_auto_garbage_corrected_ok (test.test_enum.TestInternals.test_auto_garbage_corrected_ok) 'mixed types with auto() no longer supported'\nPASS: test_auto_garbage_fail (test.test_enum.TestInternals.test_auto_garbage_fail)\nSKIP: test_auto_garbage_ok (test.test_enum.TestInternals.test_auto_garbage_ok) 'mixed types with auto() no longer supported'\nPASS: test_auto_name (test.test_enum.TestInternals.test_auto_name)\nPASS: test_auto_name_inherit (test.test_enum.TestInternals.test_auto_name_inherit)\nPASS: test_auto_number (test.test_enum.TestInternals.test_auto_number)\nPASS: test_auto_order (test.test_enum.TestInternals.test_auto_order)\nPASS: test_auto_order_wierd (test.test_enum.TestInternals.test_auto_order_wierd)\nPASS: test_auto_with_aliases (test.test_enum.TestInternals.test_auto_with_aliases)\nPASS: test_dunder (test.test_enum.TestInternals.test_dunder)\nPASS: test_duplicate_auto (test.test_enum.TestInternals.test_duplicate_auto)\nPASS: test_is_private (test.test_enum.TestInternals.test_is_private)\nPASS: test_multiple_auto_on_line (test.test_enum.TestInternals.test_multiple_auto_on_line)\nPASS: test_sunder (test.test_enum.TestInternals.test_sunder)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalDateClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalDateClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalDateClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalDateClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalDateClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalDateClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalDateClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalDateClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalDateClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalDateClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalDateClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDateClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalDateClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalDateClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalDateClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalDateClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalDateClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalDateClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalDateClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalDateClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalDateClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalDateClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalDateClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalDateClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalDateClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalDateClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalDateClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalDateClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalDateClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalDateClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalDateClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalDateClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalDateClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalDateClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalDateClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalDateFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalDateFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalDateFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalDateFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalDateFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalDateFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalDateFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalDateFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalDateFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalDateFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalDateFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDateFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalDateFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalDateFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalDateFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalDateFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalDateFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalDateFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalDateFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalDateFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalDateFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalDateFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalDateFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalDateFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalDateFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalDateFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalDateFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalDateFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalDateFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalDateFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalDateFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalDateFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalDateFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalDateFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalDateFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalFloatClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalFloatClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalFloatClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalFloatClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalFloatClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalFloatClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalFloatClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalFloatClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalFloatClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalFloatClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalFloatClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloatClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalFloatClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalFloatClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalFloatClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalFloatClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalFloatClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalFloatClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalFloatClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalFloatClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalFloatClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalFloatClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalFloatClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalFloatClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalFloatClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalFloatClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalFloatClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalFloatClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalFloatClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalFloatClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalFloatClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalFloatClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalFloatClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalFloatClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalFloatClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMinimalFloatFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMinimalFloatFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMinimalFloatFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMinimalFloatFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMinimalFloatFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMinimalFloatFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMinimalFloatFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestMinimalFloatFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestMinimalFloatFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestMinimalFloatFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMinimalFloatFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloatFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMinimalFloatFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMinimalFloatFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMinimalFloatFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMinimalFloatFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMinimalFloatFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMinimalFloatFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMinimalFloatFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMinimalFloatFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMinimalFloatFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMinimalFloatFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMinimalFloatFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMinimalFloatFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMinimalFloatFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMinimalFloatFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMinimalFloatFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMinimalFloatFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMinimalFloatFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMinimalFloatFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMinimalFloatFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMinimalFloatFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedDateClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedDateClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedDateClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedDateClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedDateClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedDateClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedDateClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedDateClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedDateClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDateClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedDateClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedDateClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedDateClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedDateClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedDateClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedDateClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedDateClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedDateClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedDateClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedDateClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedDateClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedDateClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedDateClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedDateClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedDateClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedDateClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedDateClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedDateClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedDateClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedDateClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedDateClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedDateClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedDateClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedDateFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedDateFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedDateFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedDateFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedDateFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedDateFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedDateFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedDateFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedDateFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDateFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedDateFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedDateFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedDateFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedDateFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedDateFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedDateFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedDateFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedDateFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedDateFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedDateFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedDateFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedDateFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedDateFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedDateFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedDateFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedDateFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedDateFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedDateFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedDateFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedDateFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedDateFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedDateFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedDateFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedFloatClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedFloatClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedFloatClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedFloatClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedFloatClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedFloatClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedFloatClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedFloatClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedFloatClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloatClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedFloatClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedFloatClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedFloatClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedFloatClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedFloatClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedFloatClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedFloatClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedFloatClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedFloatClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedFloatClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedFloatClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedFloatClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedFloatClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedFloatClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedFloatClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedFloatClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedFloatClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedFloatClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedFloatClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedFloatClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedFloatClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedFloatClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedFloatClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedFloatFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedFloatFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedFloatFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedFloatFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedFloatFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedFloatFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedFloatFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedFloatFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedFloatFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloatFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedFloatFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedFloatFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedFloatFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedFloatFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedFloatFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedFloatFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedFloatFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedFloatFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedFloatFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedFloatFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedFloatFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedFloatFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedFloatFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedFloatFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedFloatFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedFloatFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedFloatFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedFloatFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedFloatFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedFloatFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedFloatFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedFloatFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedFloatFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedIntClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntFlagClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntFlagClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntFlagClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntFlagClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntFlagClass.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestMixedIntFlagClass.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFlagClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntFlagClass.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlagClass.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntFlagClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntFlagClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlagClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFlagClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFlagClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFlagClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntFlagClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntFlagClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntFlagClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntFlagClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntFlagClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntFlagClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlagClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntFlagClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestMixedIntFlagClass.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestMixedIntFlagClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntFlagClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntFlagClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlagClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFlagClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntFlagClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntFlagClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFlagClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntFlagClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntFlagFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntFlagFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntFlagFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntFlagFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntFlagFunction.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestMixedIntFlagFunction.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFlagFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntFlagFunction.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlagFunction.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntFlagFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntFlagFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlagFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFlagFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFlagFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFlagFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntFlagFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntFlagFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntFlagFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntFlagFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntFlagFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntFlagFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlagFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntFlagFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestMixedIntFlagFunction.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestMixedIntFlagFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntFlagFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlagFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFlagFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntFlagFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntFlagFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFlagFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntFlagFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedIntFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedIntFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedIntFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedIntFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedIntFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedIntFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedIntFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedIntFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedIntFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedIntFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedIntFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedIntFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedIntFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedIntFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedIntFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedIntFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedIntFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedIntFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedIntFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedIntFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedIntFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedIntFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedIntFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedIntFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedIntFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedIntFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedIntFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedIntFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedIntFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedIntFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedIntFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedIntFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedStrClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedStrClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedStrClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedStrClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedStrClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedStrClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedStrClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedStrClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedStrClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStrClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedStrClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedStrClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedStrClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedStrClass.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedStrClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedStrClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedStrClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedStrClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedStrClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedStrClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedStrClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedStrClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedStrClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedStrClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedStrClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedStrClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedStrClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedStrClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedStrClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedStrClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedStrClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedStrClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedStrClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestMixedStrFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestMixedStrFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestMixedStrFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestMixedStrFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestMixedStrFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestMixedStrFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestMixedStrFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestMixedStrFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestMixedStrFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStrFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestMixedStrFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestMixedStrFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestMixedStrFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestMixedStrFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestMixedStrFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestMixedStrFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestMixedStrFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestMixedStrFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestMixedStrFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestMixedStrFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestMixedStrFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestMixedStrFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestMixedStrFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestMixedStrFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestMixedStrFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestMixedStrFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestMixedStrFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestMixedStrFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestMixedStrFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestMixedStrFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestMixedStrFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestMixedStrFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestMixedStrFunction.test_str)\nPASS: test_enum_has_extra_members (test.test_enum.TestOrder.test_enum_has_extra_members)\nPASS: test_enum_has_extra_members_with_aliases (test.test_enum.TestOrder.test_enum_has_extra_members_with_aliases)\nPASS: test_order_has_extra_members (test.test_enum.TestOrder.test_order_has_extra_members)\nPASS: test_order_has_extra_members_with_aliases (test.test_enum.TestOrder.test_order_has_extra_members_with_aliases)\nPASS: test_same_members (test.test_enum.TestOrder.test_same_members)\nPASS: test_same_members_with_aliases (test.test_enum.TestOrder.test_same_members_with_aliases)\nPASS: test_same_members_wrong_order (test.test_enum.TestOrder.test_same_members_wrong_order)\nPASS: test_attribute_deletion (test.test_enum.TestPlainEnumClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainEnumClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainEnumClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainEnumClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainEnumClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainEnumClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainEnumClass.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestPlainEnumClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainEnumClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnumClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainEnumClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainEnumClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainEnumClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainEnumClass.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainEnumClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainEnumClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainEnumClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainEnumClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainEnumClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainEnumClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestPlainEnumClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestPlainEnumClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainEnumClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainEnumClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainEnumClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainEnumClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainEnumClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainEnumClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainEnumClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainEnumClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainEnumClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainEnumClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainEnumClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestPlainEnumFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainEnumFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainEnumFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainEnumFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainEnumFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainEnumFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainEnumFunction.test_contains_tf)\nPASS: test_dir_on_class (test.test_enum.TestPlainEnumFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainEnumFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnumFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainEnumFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainEnumFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainEnumFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainEnumFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainEnumFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainEnumFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainEnumFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainEnumFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainEnumFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainEnumFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestPlainEnumFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestPlainEnumFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainEnumFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainEnumFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainEnumFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainEnumFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainEnumFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainEnumFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainEnumFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainEnumFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainEnumFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainEnumFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainEnumFunction.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestPlainFlagClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainFlagClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainFlagClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainFlagClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainFlagClass.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestPlainFlagClass.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainFlagClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainFlagClass.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlagClass.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestPlainFlagClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainFlagClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlagClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainFlagClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainFlagClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainFlagClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainFlagClass.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainFlagClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainFlagClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainFlagClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainFlagClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainFlagClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainFlagClass.test_multiple_superclasses_repr)\nPASS: test_none_member (test.test_enum.TestPlainFlagClass.test_none_member)\ntest_object_str_override (test.test_enum.TestPlainFlagClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestPlainFlagClass.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestPlainFlagClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainFlagClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainFlagClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainFlagClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainFlagClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainFlagClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainFlagClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainFlagClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainFlagClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainFlagClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainFlagClass.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainFlagClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestPlainFlagFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestPlainFlagFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestPlainFlagFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestPlainFlagFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestPlainFlagFunction.test_changing_member_fails)\nPASS: test_closed_invert_expectations (test.test_enum.TestPlainFlagFunction.test_closed_invert_expectations)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestPlainFlagFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestPlainFlagFunction.test_contains_tf)\nPASS: test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlagFunction.test_default_missing_with_wrong_type_value)\nPASS: test_dir_on_class (test.test_enum.TestPlainFlagFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestPlainFlagFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlagFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestPlainFlagFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestPlainFlagFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestPlainFlagFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestPlainFlagFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestPlainFlagFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestPlainFlagFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestPlainFlagFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestPlainFlagFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestPlainFlagFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestPlainFlagFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestPlainFlagFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_open_invert_expectations (test.test_enum.TestPlainFlagFunction.test_open_invert_expectations)\nPASS: test_overridden_format (test.test_enum.TestPlainFlagFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestPlainFlagFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestPlainFlagFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestPlainFlagFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestPlainFlagFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestPlainFlagFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestPlainFlagFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestPlainFlagFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestPlainFlagFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestPlainFlagFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestPlainFlagFunction.test_reversed_iteration_order)\nPASS: test_str (test.test_enum.TestPlainFlagFunction.test_str)\nPASS: test_add_alias (test.test_enum.TestSpecial.test_add_alias)\nPASS: test_add_value_alias_after_creation (test.test_enum.TestSpecial.test_add_value_alias_after_creation)\nPASS: test_add_value_alias_during_creation (test.test_enum.TestSpecial.test_add_value_alias_during_creation)\nPASS: test_bool (test.test_enum.TestSpecial.test_bool)\nPASS: test_comparisons (test.test_enum.TestSpecial.test_comparisons)\nPASS: test_conflicting_types_resolved_in_new (test.test_enum.TestSpecial.test_conflicting_types_resolved_in_new)\nPASS: test_contains_different_types_same_members (test.test_enum.TestSpecial.test_contains_different_types_same_members)\nPASS: test_contains_does_not_call_missing (test.test_enum.TestSpecial.test_contains_does_not_call_missing)\nPASS: test_contains_name_and_value_overlap (test.test_enum.TestSpecial.test_contains_name_and_value_overlap)\nPASS: test_custom_flag_bitwise (test.test_enum.TestSpecial.test_custom_flag_bitwise)\nPASS: test_custom_strenum (test.test_enum.TestSpecial.test_custom_strenum)\nPASS: test_default_missing_no_chained_exception (test.test_enum.TestSpecial.test_default_missing_no_chained_exception)\nSKIP: test_dir_with_custom_dunders (test.test_enum.TestSpecial.test_dir_with_custom_dunders) 'to-do list'\nPASS: test_duplicate_name_error (test.test_enum.TestSpecial.test_duplicate_name_error)\nPASS: test_duplicate_values_give_unique_enum_items (test.test_enum.TestSpecial.test_duplicate_values_give_unique_enum_items)\nPASS: test_dynamic_members_with_static_methods (test.test_enum.TestSpecial.test_dynamic_members_with_static_methods)\nPASS: test_empty_globals (test.test_enum.TestSpecial.test_empty_globals)\nPASS: test_empty_names (test.test_enum.TestSpecial.test_empty_names)\nPASS: test_enum_function_with_qualname (test.test_enum.TestSpecial.test_enum_function_with_qualname)\nPASS: test_enum_of_generic_aliases (test.test_enum.TestSpecial.test_enum_of_generic_aliases)\ntest_enum_of_types (test.test_enum.TestSpecial.test_enum_of_types)\nPASS: Support using Enum to refer to types deliberately.\ntest_enum_of_types_with_nonmember (test.test_enum.TestSpecial.test_enum_of_types_with_nonmember)\nPASS: Support using Enum to refer to types deliberately.\nPASS: test_enum_with_value_name (test.test_enum.TestSpecial.test_enum_with_value_name)\nPASS: test_equality (test.test_enum.TestSpecial.test_equality)\nPASS: test_exclude_methods (test.test_enum.TestSpecial.test_exclude_methods)\nPASS: test_extending (test.test_enum.TestSpecial.test_extending)\nPASS: test_extending2 (test.test_enum.TestSpecial.test_extending2)\nPASS: test_extending3 (test.test_enum.TestSpecial.test_extending3)\nPASS: test_extra_member_creation (test.test_enum.TestSpecial.test_extra_member_creation)\nPASS: test_flag_with_custom_new (test.test_enum.TestSpecial.test_flag_with_custom_new)\nPASS: test_floatenum_fromhex (test.test_enum.TestSpecial.test_floatenum_fromhex)\nPASS: test_flufl_enum (test.test_enum.TestSpecial.test_flufl_enum)\nPASS: test_getattr_dunder (test.test_enum.TestSpecial.test_getattr_dunder)\nPASS: test_getattr_getitem (test.test_enum.TestSpecial.test_getattr_getitem)\nPASS: test_ignore (test.test_enum.TestSpecial.test_ignore)\nPASS: test_inherited_data_type (test.test_enum.TestSpecial.test_inherited_data_type)\nPASS: test_inherited_new_from_enhanced_enum (test.test_enum.TestSpecial.test_inherited_new_from_enhanced_enum)\nPASS: test_inherited_new_from_mixed_enum (test.test_enum.TestSpecial.test_inherited_new_from_mixed_enum)\nPASS: test_init (test.test_enum.TestSpecial.test_init)\nPASS: test_init_exception (test.test_enum.TestSpecial.test_init_exception)\nPASS: test_int_flags_copy (test.test_enum.TestSpecial.test_int_flags_copy)\nPASS: test_intenum_from_bytes (test.test_enum.TestSpecial.test_intenum_from_bytes)\nPASS: test_intenum_transitivity (test.test_enum.TestSpecial.test_intenum_transitivity)\nPASS: test_introspection (test.test_enum.TestSpecial.test_introspection)\nPASS: test_iteration_order (test.test_enum.TestSpecial.test_iteration_order)\nPASS: test_member_from_member_access (test.test_enum.TestSpecial.test_member_from_member_access)\nPASS: test_missing_exceptions_reset (test.test_enum.TestSpecial.test_missing_exceptions_reset)\nPASS: test_missing_override (test.test_enum.TestSpecial.test_missing_override)\nPASS: test_missing_value_error (test.test_enum.TestSpecial.test_missing_value_error)\nPASS: test_mixed_enum_in_call_1 (test.test_enum.TestSpecial.test_mixed_enum_in_call_1)\nPASS: test_mixed_enum_in_call_2 (test.test_enum.TestSpecial.test_mixed_enum_in_call_2)\nPASS: test_multiple_inherited_mixin (test.test_enum.TestSpecial.test_multiple_inherited_mixin)\nPASS: test_multiple_mixin (test.test_enum.TestSpecial.test_multiple_mixin)\nPASS: test_multiple_mixin_inherited (test.test_enum.TestSpecial.test_multiple_mixin_inherited)\nPASS: test_multiple_mixin_mro (test.test_enum.TestSpecial.test_multiple_mixin_mro)\nPASS: test_multiple_mixin_with_common_data_type (test.test_enum.TestSpecial.test_multiple_mixin_with_common_data_type)\nPASS: test_namedtuple_as_value (test.test_enum.TestSpecial.test_namedtuple_as_value)\ntest_nested_classes_in_enum_are_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_members)\nSKIP: Check for warnings pre-3.13 'inner classes are not members'\ntest_nested_classes_in_enum_are_not_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members)\nPASS: Support locally-defined nested classes.\ntest_nested_classes_in_enum_with_member (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_member)\nPASS: Support locally-defined nested classes.\nPASS: test_nested_classes_in_enum_with_nonmember (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_nonmember)\nPASS: test_no_duplicates (test.test_enum.TestSpecial.test_no_duplicates)\nPASS: test_no_members (test.test_enum.TestSpecial.test_no_members)\nPASS: test_no_such_enum_member (test.test_enum.TestSpecial.test_no_such_enum_member)\nPASS: test_nonhash_value (test.test_enum.TestSpecial.test_nonhash_value)\nPASS: test_nonhashable_matches_hashable (test.test_enum.TestSpecial.test_nonhashable_matches_hashable)\nPASS: test_ordered_mixin (test.test_enum.TestSpecial.test_ordered_mixin)\nPASS: test_partial (test.test_enum.TestSpecial.test_partial)\nPASS: test_pickle_by_name (test.test_enum.TestSpecial.test_pickle_by_name)\nPASS: test_pickle_enum (test.test_enum.TestSpecial.test_pickle_enum)\nPASS: test_pickle_enum_function (test.test_enum.TestSpecial.test_pickle_enum_function)\nPASS: test_pickle_enum_function_with_module (test.test_enum.TestSpecial.test_pickle_enum_function_with_module)\nPASS: test_pickle_explodes (test.test_enum.TestSpecial.test_pickle_explodes)\nPASS: test_pickle_float (test.test_enum.TestSpecial.test_pickle_float)\nPASS: test_pickle_int (test.test_enum.TestSpecial.test_pickle_int)\nPASS: test_pickle_nested_class (test.test_enum.TestSpecial.test_pickle_nested_class)\nPASS: test_private_variable_is_normal_attribute (test.test_enum.TestSpecial.test_private_variable_is_normal_attribute)\nPASS: test_programmatic_function_is_value_call (test.test_enum.TestSpecial.test_programmatic_function_is_value_call)\nPASS: test_programmatic_function_string_list_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_list_with_start)\nPASS: test_programmatic_function_string_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_with_start)\nPASS: test_programmatic_function_type (test.test_enum.TestSpecial.test_programmatic_function_type)\nPASS: test_programmatic_function_type_from_subclass (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass)\nPASS: test_programmatic_function_type_from_subclass_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass_with_start)\nPASS: test_programmatic_function_type_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_with_start)\nPASS: test_raise_custom_error_on_creation (test.test_enum.TestSpecial.test_raise_custom_error_on_creation)\nPASS: test_repr_and_str_with_no_init_mixin (test.test_enum.TestSpecial.test_repr_and_str_with_no_init_mixin)\ntest_repr_with_dataclass (test.test_enum.TestSpecial.test_repr_with_dataclass)\nPASS: ensure dataclass-mixin has correct repr()\nPASS: test_repr_with_init_mixin (test.test_enum.TestSpecial.test_repr_with_init_mixin)\nPASS: test_reserved_sunder_error (test.test_enum.TestSpecial.test_reserved_sunder_error)\nPASS: test_second_tuple_item_is_falsey (test.test_enum.TestSpecial.test_second_tuple_item_is_falsey)\nPASS: test_strenum (test.test_enum.TestSpecial.test_strenum)\nPASS: test_string_enum (test.test_enum.TestSpecial.test_string_enum)\nPASS: test_subclass_duplicate_name (test.test_enum.TestSpecial.test_subclass_duplicate_name)\nPASS: test_subclass_duplicate_name_dynamic (test.test_enum.TestSpecial.test_subclass_duplicate_name_dynamic)\nPASS: test_subclasses_with_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_with_direct_pickle_support)\nPASS: test_subclasses_with_getnewargs (test.test_enum.TestSpecial.test_subclasses_with_getnewargs)\nPASS: test_subclasses_with_getnewargs_ex (test.test_enum.TestSpecial.test_subclasses_with_getnewargs_ex)\nPASS: test_subclasses_with_reduce (test.test_enum.TestSpecial.test_subclasses_with_reduce)\nPASS: test_subclasses_with_reduce_ex (test.test_enum.TestSpecial.test_subclasses_with_reduce_ex)\nPASS: test_subclasses_without_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_without_direct_pickle_support)\nPASS: test_subclassing (test.test_enum.TestSpecial.test_subclassing)\nPASS: test_too_many_data_types (test.test_enum.TestSpecial.test_too_many_data_types)\nPASS: test_tuple_subclass (test.test_enum.TestSpecial.test_tuple_subclass)\nPASS: test_tuple_subclass_with_auto_1 (test.test_enum.TestSpecial.test_tuple_subclass_with_auto_1)\nPASS: test_tuple_subclass_with_auto_2 (test.test_enum.TestSpecial.test_tuple_subclass_with_auto_2)\nPASS: test_using_members_as_nonmember (test.test_enum.TestSpecial.test_using_members_as_nonmember)\nPASS: test_value_backup_assign (test.test_enum.TestSpecial.test_value_backup_assign)\nPASS: test_wrong_enum_in_call (test.test_enum.TestSpecial.test_wrong_enum_in_call)\nPASS: test_wrong_enum_in_mixed_call (test.test_enum.TestSpecial.test_wrong_enum_in_mixed_call)\nPASS: test_wrong_inheritance_order (test.test_enum.TestSpecial.test_wrong_inheritance_order)\nPASS: test_inspect_classify_class_attrs (test.test_enum.TestStdLib.test_inspect_classify_class_attrs)\nPASS: test_inspect_getmembers (test.test_enum.TestStdLib.test_inspect_getmembers)\nPASS: test_inspect_signatures (test.test_enum.TestStdLib.test_inspect_signatures)\nPASS: test_pydoc (test.test_enum.TestStdLib.test_pydoc)\nPASS: test_test_simple_enum (test.test_enum.TestStdLib.test_test_simple_enum)\nPASS: test_attribute_deletion (test.test_enum.TestStrEnumClass.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestStrEnumClass.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestStrEnumClass.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestStrEnumClass.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestStrEnumClass.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestStrEnumClass.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestStrEnumClass.test_contains_tf)\nPASS: test_copy (test.test_enum.TestStrEnumClass.test_copy)\nPASS: test_copy_member (test.test_enum.TestStrEnumClass.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestStrEnumClass.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestStrEnumClass.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnumClass.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestStrEnumClass.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestStrEnumClass.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestStrEnumClass.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestStrEnumClass.test_format)\nPASS: test_format_specs (test.test_enum.TestStrEnumClass.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestStrEnumClass.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestStrEnumClass.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestStrEnumClass.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestStrEnumClass.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestStrEnumClass.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestStrEnumClass.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestStrEnumClass.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestStrEnumClass.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestStrEnumClass.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestStrEnumClass.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestStrEnumClass.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestStrEnumClass.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestStrEnumClass.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestStrEnumClass.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestStrEnumClass.test_repr)\nPASS: test_repr_override (test.test_enum.TestStrEnumClass.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestStrEnumClass.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestStrEnumClass.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestStrEnumClass.test_str)\nPASS: test_attribute_deletion (test.test_enum.TestStrEnumFunction.test_attribute_deletion)\nPASS: test_bad_new_super (test.test_enum.TestStrEnumFunction.test_bad_new_super)\nPASS: test_basics (test.test_enum.TestStrEnumFunction.test_basics)\nPASS: test_bool_is_true (test.test_enum.TestStrEnumFunction.test_bool_is_true)\nPASS: test_changing_member_fails (test.test_enum.TestStrEnumFunction.test_changing_member_fails)\nPASS: test_contains_same_name_diff_enum_diff_values (test.test_enum.TestStrEnumFunction.test_contains_same_name_diff_enum_diff_values)\nPASS: test_contains_tf (test.test_enum.TestStrEnumFunction.test_contains_tf)\nPASS: test_copy (test.test_enum.TestStrEnumFunction.test_copy)\nPASS: test_copy_member (test.test_enum.TestStrEnumFunction.test_copy_member)\nPASS: test_dir_on_class (test.test_enum.TestStrEnumFunction.test_dir_on_class)\nPASS: test_dir_on_item (test.test_enum.TestStrEnumFunction.test_dir_on_item)\nPASS: test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_including_instance_dict_on_super)\nPASS: test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnumFunction.test_dir_on_sub_with_behavior_on_super)\nPASS: test_dir_with_added_behavior (test.test_enum.TestStrEnumFunction.test_dir_with_added_behavior)\nPASS: test_empty_enum_has_no_values (test.test_enum.TestStrEnumFunction.test_empty_enum_has_no_values)\nPASS: test_enum_in_enum_out (test.test_enum.TestStrEnumFunction.test_enum_in_enum_out)\nPASS: test_format (test.test_enum.TestStrEnumFunction.test_format)\nPASS: test_format_specs (test.test_enum.TestStrEnumFunction.test_format_specs)\nPASS: test_gnv_is_static (test.test_enum.TestStrEnumFunction.test_gnv_is_static)\nPASS: test_hash (test.test_enum.TestStrEnumFunction.test_hash)\nPASS: test_inherited_repr (test.test_enum.TestStrEnumFunction.test_inherited_repr)\nPASS: test_invalid_names (test.test_enum.TestStrEnumFunction.test_invalid_names)\nPASS: test_multiple_superclasses_repr (test.test_enum.TestStrEnumFunction.test_multiple_superclasses_repr)\ntest_object_str_override (test.test_enum.TestStrEnumFunction.test_object_str_override)\nPASS: check that setting __str__ to object's is not reset to Enum's\nPASS: test_overridden_format (test.test_enum.TestStrEnumFunction.test_overridden_format)\nPASS: test_overridden_str (test.test_enum.TestStrEnumFunction.test_overridden_str)\nPASS: test_overridden_str_format (test.test_enum.TestStrEnumFunction.test_overridden_str_format)\nPASS: test_overridden_str_format_inherited (test.test_enum.TestStrEnumFunction.test_overridden_str_format_inherited)\nPASS: test_programmatic_function_from_dict (test.test_enum.TestStrEnumFunction.test_programmatic_function_from_dict)\nPASS: test_programmatic_function_iterable (test.test_enum.TestStrEnumFunction.test_programmatic_function_iterable)\nPASS: test_programmatic_function_string (test.test_enum.TestStrEnumFunction.test_programmatic_function_string)\nPASS: test_programmatic_function_string_list (test.test_enum.TestStrEnumFunction.test_programmatic_function_string_list)\nPASS: test_repr (test.test_enum.TestStrEnumFunction.test_repr)\nPASS: test_repr_override (test.test_enum.TestStrEnumFunction.test_repr_override)\nPASS: test_reversed_iteration_order (test.test_enum.TestStrEnumFunction.test_reversed_iteration_order)\nPASS: test_shadowed_attr (test.test_enum.TestStrEnumFunction.test_shadowed_attr)\nPASS: test_str (test.test_enum.TestStrEnumFunction.test_str)\nPASS: test_unique_clean (test.test_enum.TestUnique.test_unique_clean)\nPASS: test_unique_dirty (test.test_enum.TestUnique.test_unique_dirty)\nPASS: test_unique_with_name (test.test_enum.TestUnique.test_unique_with_name)\nPASS: test_composite (test.test_enum.TestVerify.test_composite)\nPASS: test_continuous (test.test_enum.TestVerify.test_continuous)\nPASS: test_negative_alias (test.test_enum.TestVerify.test_negative_alias)\nPASS: test_unique_clean (test.test_enum.TestVerify.test_unique_clean)\nPASS: test_unique_dirty (test.test_enum.TestVerify.test_unique_dirty)\nPASS: test_unique_with_name (test.test_enum.TestVerify.test_unique_with_name)\nEnum (enum)\nPASS: Doctest: enum.Enum\n_simple_enum (enum)\nPASS: Doctest: enum._simple_enum\n_test_simple_enum (enum)\nPASS: Doctest: enum._test_simple_enum\nbin (enum)\nPASS: Doctest: enum.bin\n\n----------------------------------------------------------------------\nRan 1081 tests in 0.555s\n\nOK (skipped=4)\n0:01:25 load avg: 1.51 [174/480] test_enumerate passed\nPASS: test_argumentcheck (test.test_enumerate.EnumerateStartTestCase.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.EnumerateStartTestCase.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.EnumerateStartTestCase.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.EnumerateStartTestCase.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.EnumerateStartTestCase.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.EnumerateStartTestCase.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.EnumerateStartTestCase.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.EnumerateStartTestCase.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.EnumerateStartTestCase.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.EnumerateStartTestCase.test_noniterable)\nPASS: test_pickle (test.test_enumerate.EnumerateStartTestCase.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.EnumerateStartTestCase.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.EnumerateTestCase.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.EnumerateTestCase.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.EnumerateTestCase.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.EnumerateTestCase.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.EnumerateTestCase.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.EnumerateTestCase.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.EnumerateTestCase.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.EnumerateTestCase.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.EnumerateTestCase.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.EnumerateTestCase.test_noniterable)\nPASS: test_pickle (test.test_enumerate.EnumerateTestCase.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.EnumerateTestCase.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.SubclassTestCase.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.SubclassTestCase.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.SubclassTestCase.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.SubclassTestCase.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.SubclassTestCase.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.SubclassTestCase.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.SubclassTestCase.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.SubclassTestCase.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.SubclassTestCase.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.SubclassTestCase.test_noniterable)\nPASS: test_pickle (test.test_enumerate.SubclassTestCase.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.SubclassTestCase.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.TestBig.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestBig.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestBig.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestBig.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestBig.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestBig.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestBig.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestBig.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestBig.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestBig.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestBig.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestBig.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.TestEmpty.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestEmpty.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestEmpty.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestEmpty.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestEmpty.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestEmpty.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestEmpty.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestEmpty.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestEmpty.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestEmpty.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestEmpty.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestEmpty.test_tuple_reuse)\nPASS: test_argumentcheck (test.test_enumerate.TestLongStart.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestLongStart.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestLongStart.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestLongStart.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestLongStart.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestLongStart.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestLongStart.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestLongStart.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestLongStart.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestLongStart.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestLongStart.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestLongStart.test_tuple_reuse)\nPASS: test_args (test.test_enumerate.TestReversed.test_args)\nPASS: test_bug1229429 (test.test_enumerate.TestReversed.test_bug1229429)\nPASS: test_gc (test.test_enumerate.TestReversed.test_gc)\nPASS: test_len (test.test_enumerate.TestReversed.test_len)\nPASS: test_objmethods (test.test_enumerate.TestReversed.test_objmethods)\nPASS: test_pickle (test.test_enumerate.TestReversed.test_pickle)\nPASS: test_range_optimization (test.test_enumerate.TestReversed.test_range_optimization)\nPASS: test_simple (test.test_enumerate.TestReversed.test_simple)\nPASS: test_argumentcheck (test.test_enumerate.TestStart.test_argumentcheck)\nPASS: test_basicfunction (test.test_enumerate.TestStart.test_basicfunction)\nPASS: test_enumerate_result_gc (test.test_enumerate.TestStart.test_enumerate_result_gc)\nPASS: test_exception_propagation (test.test_enumerate.TestStart.test_exception_propagation)\nPASS: test_getitemseqn (test.test_enumerate.TestStart.test_getitemseqn)\nPASS: test_illformediterable (test.test_enumerate.TestStart.test_illformediterable)\nPASS: test_iteratorgenerator (test.test_enumerate.TestStart.test_iteratorgenerator)\nPASS: test_iteratorseqn (test.test_enumerate.TestStart.test_iteratorseqn)\nPASS: test_kwargs (test.test_enumerate.TestStart.test_kwargs)\nPASS: test_noniterable (test.test_enumerate.TestStart.test_noniterable)\nPASS: test_pickle (test.test_enumerate.TestStart.test_pickle)\nPASS: test_tuple_reuse (test.test_enumerate.TestStart.test_tuple_reuse)\n\n----------------------------------------------------------------------\nRan 92 tests in 0.058s\n\nOK\n0:01:25 load avg: 1.51 [175/480] test_epoll passed\nPASS: test_add (test.test_epoll.TestEPoll.test_add)\nPASS: test_badcreate (test.test_epoll.TestEPoll.test_badcreate)\nPASS: test_close (test.test_epoll.TestEPoll.test_close)\nPASS: test_context_manager (test.test_epoll.TestEPoll.test_context_manager)\nPASS: test_control_and_wait (test.test_epoll.TestEPoll.test_control_and_wait)\nPASS: test_create (test.test_epoll.TestEPoll.test_create)\nPASS: test_errors (test.test_epoll.TestEPoll.test_errors)\nPASS: test_fd_non_inheritable (test.test_epoll.TestEPoll.test_fd_non_inheritable)\nPASS: test_fromfd (test.test_epoll.TestEPoll.test_fromfd)\nPASS: test_unregister_closed (test.test_epoll.TestEPoll.test_unregister_closed)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.101s\n\nOK\n0:01:25 load avg: 1.51 [176/480] test_eof passed\nPASS: test_EOFS (test.test_eof.EOFTestCase.test_EOFS)\nPASS: test_EOFS_with_file (test.test_eof.EOFTestCase.test_EOFS_with_file)\nPASS: test_EOF_single_quote (test.test_eof.EOFTestCase.test_EOF_single_quote)\nPASS: test_eof_with_line_continuation (test.test_eof.EOFTestCase.test_eof_with_line_continuation)\ntest_line_continuation_EOF (test.test_eof.EOFTestCase.test_line_continuation_EOF)\nPASS: A continuation at the end of input must be an error; bpo2180.\ntest_line_continuation_EOF_from_file_bpo2180 (test.test_eof.EOFTestCase.test_line_continuation_EOF_from_file_bpo2180)\nPASS: Ensure tok_nextc() does not add too many ending newlines.\n\n----------------------------------------------------------------------\nRan 6 tests in 0.212s\n\nOK\n0:01:25 load avg: 1.51 [177/480] test_errno passed\nPASS: test_for_improper_attributes (test.test_errno.ErrnoAttributeTests.test_for_improper_attributes)\nPASS: test_using_errorcode (test.test_errno.ErrnoAttributeTests.test_using_errorcode)\nPASS: test_attributes_in_errorcode (test.test_errno.ErrorcodeTests.test_attributes_in_errorcode)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:01:25 load avg: 1.51 [178/480] test_except_star passed\nPASS: test_break_continue_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_continue_in_except_star_block_valid)\nPASS: test_break_in_except_star (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_in_except_star)\nPASS: test_continue_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_continue_in_except_star_block_invalid)\nPASS: test_return_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_invalid)\nPASS: test_return_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_valid)\nPASS: test_sys_exception_restored (test.test_except_star.TestExceptStarCleanup.test_sys_exception_restored)\nPASS: test_except_star_EG_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_except_star_EG_subclass)\nPASS: test_exception_group_subclass_with_bad_split_func (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_exception_group_subclass_with_bad_split_func)\nPASS: test_falsy_exception_group_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_falsy_exception_group_subclass)\nPASS: test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_named)\nPASS: test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_unnamed)\nPASS: test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_named)\nPASS: test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_unnamed)\nPASS: test_raise_named (test.test_except_star.TestExceptStarRaise.test_raise_named)\nPASS: test_raise_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_unnamed)\nPASS: test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_named)\nPASS: test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_unnamed)\nPASS: test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_named)\nPASS: test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_unnamed)\nPASS: test_raise_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_named)\nPASS: test_raise_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_unnamed)\nPASS: test_reraise_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_all_named)\nPASS: test_reraise_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_all_unnamed)\nPASS: test_reraise_partial_handle_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_all_unnamed)\nPASS: test_reraise_partial_handle_some_named (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_named)\nPASS: test_reraise_partial_handle_some_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_unnamed)\nPASS: test_reraise_plain_exception_named (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_named)\nPASS: test_reraise_plain_exception_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_unnamed)\nPASS: test_reraise_some_handle_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_some_handle_all_named)\nPASS: test_empty_groups_removed (test.test_except_star.TestExceptStarSplitSemantics.test_empty_groups_removed)\nPASS: test_exception_group_except_star_Exception_not_wrapped (test.test_except_star.TestExceptStarSplitSemantics.test_exception_group_except_star_Exception_not_wrapped)\nPASS: test_first_match_wins_named (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_named)\nPASS: test_first_match_wins_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_unnamed)\nPASS: test_match__supertype (test.test_except_star.TestExceptStarSplitSemantics.test_match__supertype)\nPASS: test_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type)\nPASS: test_match_single_type_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_nested)\nPASS: test_match_single_type_partial_match (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_partial_match)\nPASS: test_match_type_tuple_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_type_tuple_nested)\nPASS: test_multiple_matches_named (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_named)\nPASS: test_multiple_matches_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_unnamed)\nPASS: test_naked_exception_matched_wrapped1 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped1)\nPASS: test_naked_exception_matched_wrapped2 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped2)\nPASS: test_nested_except_stars (test.test_except_star.TestExceptStarSplitSemantics.test_nested_except_stars)\nPASS: test_nested_in_loop (test.test_except_star.TestExceptStarSplitSemantics.test_nested_in_loop)\nPASS: test_no_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_no_match_single_type)\nPASS: test_plain_exception_not_matched (test.test_except_star.TestExceptStarSplitSemantics.test_plain_exception_not_matched)\nPASS: test_singleton_groups_are_kept (test.test_except_star.TestExceptStarSplitSemantics.test_singleton_groups_are_kept)\nPASS: test_catch_all_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_all_unhashable_exception_group_subclass)\nPASS: test_catch_none_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_none_unhashable_exception_group_subclass)\nPASS: test_catch_some_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_some_unhashable_exception_group_subclass)\nPASS: test_reraise_unhashable_eg (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_reraise_unhashable_eg)\nPASS: test_catch_everything_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_everything_unhashable_leaf)\nPASS: test_catch_nothing_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_nothing_unhashable_leaf)\nPASS: test_catch_unhashable_leaf_exception (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_unhashable_leaf_exception)\nPASS: test_propagate_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_propagate_unhashable_leaf)\nPASS: test_reraise_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_reraise_unhashable_leaf)\nPASS: test_except_star_ExceptionGroup_is_runtime_error_single (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_single)\nPASS: test_except_star_ExceptionGroup_is_runtime_error_tuple (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_tuple)\nPASS: test_except_star_invalid_exception_type (test.test_except_star.TestInvalidExceptStar.test_except_star_invalid_exception_type)\nPASS: test_mixed_except_and_except_star_is_syntax_error (test.test_except_star.TestInvalidExceptStar.test_mixed_except_and_except_star_is_syntax_error)\n\n----------------------------------------------------------------------\nRan 60 tests in 0.004s\n\nOK\n0:01:25 load avg: 1.51 [179/480] test_exception_hierarchy passed\nPASS: test_blockingioerror (test.test_exception_hierarchy.AttributesTest.test_blockingioerror)\nSKIP: test_errno_translation (test.test_exception_hierarchy.AttributesTest.test_errno_translation) 'Windows-specific test'\nPASS: test_posix_error (test.test_exception_hierarchy.AttributesTest.test_posix_error)\nPASS: test_windows_error (test.test_exception_hierarchy.AttributesTest.test_windows_error)\nPASS: test_errno_mapping (test.test_exception_hierarchy.ExplicitSubclassingTest.test_errno_mapping)\nPASS: test_init_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_kwdargs)\nPASS: test_init_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_new_overridden)\nPASS: test_init_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_overridden)\nPASS: test_init_standalone (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_standalone)\nPASS: test_new_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_kwdargs)\nPASS: test_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_overridden)\nPASS: test_builtin_errors (test.test_exception_hierarchy.HierarchyTest.test_builtin_errors)\nPASS: test_errno_mapping (test.test_exception_hierarchy.HierarchyTest.test_errno_mapping)\nPASS: test_select_error (test.test_exception_hierarchy.HierarchyTest.test_select_error)\nPASS: test_socket_errors (test.test_exception_hierarchy.HierarchyTest.test_socket_errors)\nPASS: test_try_except (test.test_exception_hierarchy.HierarchyTest.test_try_except)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.001s\n\nOK (skipped=1)\n0:01:25 load avg: 1.51 [180/480] test_exception_group passed\nPASS: test_bad_EG_construction__bad_excs_sequence (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_excs_sequence)\nPASS: test_bad_EG_construction__bad_message (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_message)\nPASS: test_bad_EG_construction__nested_non_exceptions (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__nested_non_exceptions)\nPASS: test_bad_EG_construction__too_many_args (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__too_many_args)\nPASS: test_deep_split (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_split)\nPASS: test_deep_subgroup (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_subgroup)\nPASS: test_basics_ExceptionGroup_fields (test.test_exception_group.ExceptionGroupFields.test_basics_ExceptionGroup_fields)\nPASS: test_fields_are_readonly (test.test_exception_group.ExceptionGroupFields.test_fields_are_readonly)\nPASS: test_basics_split_by_predicate__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__match)\nPASS: test_basics_split_by_predicate__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__no_match)\nPASS: test_basics_split_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__passthrough)\nPASS: test_basics_split_by_type__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__match)\nPASS: test_basics_split_by_type__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__no_match)\nPASS: test_basics_split_by_type__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__passthrough)\nPASS: test_basics_subgroup_by_predicate__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__match)\nPASS: test_basics_subgroup_by_predicate__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__no_match)\nPASS: test_basics_subgroup_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__passthrough)\nPASS: test_basics_subgroup_by_type__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__match)\nPASS: test_basics_subgroup_by_type__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__no_match)\nPASS: test_basics_subgroup_by_type__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__passthrough)\nPASS: test_basics_subgroup_split__bad_arg_type (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_split__bad_arg_type)\nPASS: test_BEG_and_E_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_BEG_and_E_subclass_does_not_wrap_base_exceptions)\nPASS: test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception (test.test_exception_group.InstanceCreation.test_BEG_and_specific_subclass_can_wrap_any_nonbase_exception)\nPASS: test_BEG_subclass_wraps_anything (test.test_exception_group.InstanceCreation.test_BEG_subclass_wraps_anything)\nPASS: test_BEG_wraps_BaseException__creates_BEG (test.test_exception_group.InstanceCreation.test_BEG_wraps_BaseException__creates_BEG)\nPASS: test_BEG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_BEG_wraps_Exceptions__creates_EG)\nPASS: test_EG_and_specific_subclass_can_wrap_any_nonbase_exception (test.test_exception_group.InstanceCreation.test_EG_and_specific_subclass_can_wrap_any_nonbase_exception)\nPASS: test_EG_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_does_not_wrap_base_exceptions)\nPASS: test_EG_subclass_wraps_non_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_wraps_non_base_exceptions)\nPASS: test_EG_wraps_BaseException__raises_TypeError (test.test_exception_group.InstanceCreation.test_EG_wraps_BaseException__raises_TypeError)\nPASS: test_EG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_EG_wraps_Exceptions__creates_EG)\nPASS: test_leaf_generator (test.test_exception_group.LeafGeneratorTest.test_leaf_generator)\nPASS: test_iteration_full_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_iteration_full_tracebacks)\nPASS: test_nested_exception_group_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_exception_group_tracebacks)\nPASS: test_nested_group_chaining (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_chaining)\nPASS: test_nested_group_matches_template (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_matches_template)\nPASS: test_drive_invalid_return_value (test.test_exception_group.NestedExceptionGroupSplitTest.test_drive_invalid_return_value)\nPASS: test_split_BaseExceptionGroup (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_BaseExceptionGroup)\nPASS: test_split_by_type (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_by_type)\nPASS: test_split_copies_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_copies_notes)\nPASS: test_split_does_not_copy_non_sequence_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_does_not_copy_non_sequence_notes)\nPASS: test_split_BaseExceptionGroup_subclass_no_derive_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_BaseExceptionGroup_subclass_no_derive_new_override)\nPASS: test_split_ExceptionGroup_subclass_derive_and_new_overrides (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_derive_and_new_overrides)\nPASS: test_split_ExceptionGroup_subclass_no_derive_no_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_no_derive_no_new_override)\nPASS: test_BaseExceptionGroup (test.test_exception_group.StrAndReprTests.test_BaseExceptionGroup)\nPASS: test_ExceptionGroup (test.test_exception_group.StrAndReprTests.test_ExceptionGroup)\nPASS: test_custom_exception (test.test_exception_group.StrAndReprTests.test_custom_exception)\nPASS: test_exception_group_is_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_is_generic_type)\nPASS: test_exception_group_types (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_types)\nPASS: test_exception_is_not_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_is_not_generic_type)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.017s\n\nOK\n0:01:25 load avg: 1.51 [181/480] test_exception_variations passed\nPASS: test_nested (test.test_exception_variations.ExceptStarTestCases.test_nested)\nPASS: test_nested_else (test.test_exception_variations.ExceptStarTestCases.test_nested_else)\nPASS: test_nested_else_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed1)\nPASS: test_nested_else_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed2)\nPASS: test_nested_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed1)\nPASS: test_nested_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed2)\nPASS: test_try_except (test.test_exception_variations.ExceptStarTestCases.test_try_except)\nPASS: test_try_except_else (test.test_exception_variations.ExceptStarTestCases.test_try_except_else)\nPASS: test_try_except_else_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally)\nPASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally_no_exception)\nPASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_no_exception)\nPASS: test_try_except_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally)\nPASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally_no_exception)\nPASS: test_try_except_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_no_exception)\nPASS: test_try_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_finally_no_exception)\nPASS: test_nested (test.test_exception_variations.ExceptTestCases.test_nested)\nPASS: test_nested_else (test.test_exception_variations.ExceptTestCases.test_nested_else)\nPASS: test_nested_exception_in_else (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_else)\nPASS: test_nested_exception_in_except (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_except)\nPASS: test_nested_exception_in_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_no_exception)\nPASS: test_nested_exception_in_finally_with_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_with_exception)\nPASS: test_try_except (test.test_exception_variations.ExceptTestCases.test_try_except)\nPASS: test_try_except_else (test.test_exception_variations.ExceptTestCases.test_try_except_else)\nPASS: test_try_except_else_finally (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally)\nPASS: test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally_no_exception)\nPASS: test_try_except_else_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_no_exception)\nPASS: test_try_except_finally (test.test_exception_variations.ExceptTestCases.test_try_except_finally)\nPASS: test_try_except_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_finally_no_exception)\nPASS: test_try_except_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_no_exception)\nPASS: test_try_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_finally_no_exception)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.001s\n\nOK\n0:01:25 load avg: 1.51 [182/480] test_extcall passed\ntest_extcall (test)\nPASS: Doctest: test.test_extcall\n\n----------------------------------------------------------------------\nRan 1 test in 0.021s\n\nOK\n0:01:26 load avg: 1.51 [183/480] test_external_inspection passed\nPASS: test_remote_stack_trace (test.test_external_inspection.TestGetStackTrace.test_remote_stack_trace)\nPASS: test_self_trace (test.test_external_inspection.TestGetStackTrace.test_self_trace)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.019s\n\nOK\n0:01:26 load avg: 1.51 [184/480] test_docxmlrpc passed\ntest_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_annotations)\nPASS: Test that annotations works as expected\ntest_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolink_dotted_methods)\nPASS: Test that selfdot values are made strong automatically in the\ntest_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolinking)\nPASS: Test that the server correctly automatically wraps references to\nPASS: test_get_css (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_get_css)\nPASS: test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_invalid_get_response)\ntest_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_lambda)\nPASS: Test that lambda functionality stays the same.  The output produced\nPASS: test_server_title_escape (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_server_title_escape)\ntest_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_system_methods)\nPASS: Test the presence of three consecutive system.* methods.\nPASS: test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_valid_get_response)\n\n----------------------------------------------------------------------\nRan 9 tests in 2.527s\n\nOK\n0:01:26 load avg: 1.51 [185/480] test_fcntl passed\nPASS: test_bad_fd (test.test_fcntl.TestFcntl.test_bad_fd)\nPASS: test_fcntl_64_bit (test.test_fcntl.TestFcntl.test_fcntl_64_bit)\nPASS: test_fcntl_bad_file (test.test_fcntl.TestFcntl.test_fcntl_bad_file)\nPASS: test_fcntl_bad_file_overflow (test.test_fcntl.TestFcntl.test_fcntl_bad_file_overflow)\nSKIP: test_fcntl_f_getpath (test.test_fcntl.TestFcntl.test_fcntl_f_getpath) 'F_GETPATH is only available on macos'\nPASS: test_fcntl_f_pipesize (test.test_fcntl.TestFcntl.test_fcntl_f_pipesize)\ntest_fcntl_file_descriptor (test.test_fcntl.TestFcntl.test_fcntl_file_descriptor) ... Status from fcntl with O_NONBLOCK:  0\nstruct.pack:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nString from fcntl with F_SETLKW:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nok\ntest_fcntl_fileno (test.test_fcntl.TestFcntl.test_fcntl_fileno) ... Status from fcntl with O_NONBLOCK:  0\nstruct.pack:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nString from fcntl with F_SETLKW:  b'\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00'\nok\nPASS: test_flock (test.test_fcntl.TestFcntl.test_flock)\nPASS: test_flock_overflow (test.test_fcntl.TestFcntl.test_flock_overflow)\nPASS: test_lockf_exclusive (test.test_fcntl.TestFcntl.test_lockf_exclusive)\nPASS: test_lockf_share (test.test_fcntl.TestFcntl.test_lockf_share)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.153s\n\nOK (skipped=1)\n0:01:26 load avg: 1.63 [186/480] test_file passed\nPASS: testAttributes (test.test_file.CAutoFileTests.testAttributes)\nPASS: testErrors (test.test_file.CAutoFileTests.testErrors)\nPASS: testMethods (test.test_file.CAutoFileTests.testMethods)\nPASS: testReadWhenWriting (test.test_file.CAutoFileTests.testReadWhenWriting)\nPASS: testReadinto (test.test_file.CAutoFileTests.testReadinto)\nPASS: testReadinto_text (test.test_file.CAutoFileTests.testReadinto_text)\nPASS: testWeakRefs (test.test_file.CAutoFileTests.testWeakRefs)\nPASS: testWritelinesIntegers (test.test_file.CAutoFileTests.testWritelinesIntegers)\nPASS: testWritelinesIntegersUserList (test.test_file.CAutoFileTests.testWritelinesIntegersUserList)\nPASS: testWritelinesNonString (test.test_file.CAutoFileTests.testWritelinesNonString)\nPASS: testWritelinesUserList (test.test_file.CAutoFileTests.testWritelinesUserList)\nPASS: testBadModeArgument (test.test_file.COtherFileTests.testBadModeArgument)\nPASS: testIteration (test.test_file.COtherFileTests.testIteration)\nPASS: testModeStrings (test.test_file.COtherFileTests.testModeStrings)\nPASS: testSetBufferSize (test.test_file.COtherFileTests.testSetBufferSize)\nPASS: testStdin (test.test_file.COtherFileTests.testStdin)\nPASS: testTruncateOnWindows (test.test_file.COtherFileTests.testTruncateOnWindows)\nPASS: testAttributes (test.test_file.PyAutoFileTests.testAttributes)\nPASS: testErrors (test.test_file.PyAutoFileTests.testErrors)\nPASS: testMethods (test.test_file.PyAutoFileTests.testMethods)\nPASS: testReadWhenWriting (test.test_file.PyAutoFileTests.testReadWhenWriting)\nPASS: testReadinto (test.test_file.PyAutoFileTests.testReadinto)\nPASS: testReadinto_text (test.test_file.PyAutoFileTests.testReadinto_text)\nPASS: testWeakRefs (test.test_file.PyAutoFileTests.testWeakRefs)\nPASS: testWritelinesIntegers (test.test_file.PyAutoFileTests.testWritelinesIntegers)\nPASS: testWritelinesIntegersUserList (test.test_file.PyAutoFileTests.testWritelinesIntegersUserList)\nPASS: testWritelinesNonString (test.test_file.PyAutoFileTests.testWritelinesNonString)\nPASS: testWritelinesUserList (test.test_file.PyAutoFileTests.testWritelinesUserList)\nPASS: testBadModeArgument (test.test_file.PyOtherFileTests.testBadModeArgument)\nPASS: testIteration (test.test_file.PyOtherFileTests.testIteration)\nPASS: testModeStrings (test.test_file.PyOtherFileTests.testModeStrings)\nPASS: testSetBufferSize (test.test_file.PyOtherFileTests.testSetBufferSize)\nPASS: testStdin (test.test_file.PyOtherFileTests.testStdin)\nPASS: testTruncateOnWindows (test.test_file.PyOtherFileTests.testTruncateOnWindows)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.042s\n\nOK\n0:01:27 load avg: 1.63 [187/480] test_exceptions passed\nPASS: test_assertion_error_location (test.test_exceptions.AssertionErrorTests.test_assertion_error_location)\nPASS: test_multiline_not_highlighted (test.test_exceptions.AssertionErrorTests.test_multiline_not_highlighted)\nPASS: test_attributes (test.test_exceptions.AttributeErrorTests.test_attributes)\nPASS: test_getattr_has_name_and_obj (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj)\nPASS: test_getattr_has_name_and_obj_for_method (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_for_method)\nPASS: testAttributes (test.test_exceptions.ExceptionTests.testAttributes)\nPASS: testChainingAttrs (test.test_exceptions.ExceptionTests.testChainingAttrs)\nPASS: testChainingDescriptors (test.test_exceptions.ExceptionTests.testChainingDescriptors)\nPASS: testExceptionCleanupState (test.test_exceptions.ExceptionTests.testExceptionCleanupState)\nPASS: testInfiniteRecursion (test.test_exceptions.ExceptionTests.testInfiniteRecursion)\nPASS: testInvalidTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback)\nPASS: testKeywordArgs (test.test_exceptions.ExceptionTests.testKeywordArgs)\nSKIP: testMemoryErrorBigSource (test.test_exceptions.ExceptionTests.testMemoryErrorBigSource) \"resource 'cpu' is not enabled\"\nPASS: testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr)\nPASS: testRaising (test.test_exceptions.ExceptionTests.testRaising)\nPASS: testSettingException (test.test_exceptions.ExceptionTests.testSettingException)\nPASS: testSyntaxErrorMessage (test.test_exceptions.ExceptionTests.testSyntaxErrorMessage)\nPASS: testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests.testSyntaxErrorMissingParens)\nPASS: testSyntaxErrorOffset (test.test_exceptions.ExceptionTests.testSyntaxErrorOffset)\nPASS: testWithTraceback (test.test_exceptions.ExceptionTests.testWithTraceback)\nPASS: test_3114 (test.test_exceptions.ExceptionTests.test_3114)\nPASS: test_MemoryError (test.test_exceptions.ExceptionTests.test_MemoryError)\nPASS: test_WindowsError (test.test_exceptions.ExceptionTests.test_WindowsError)\nPASS: test_assert_shadowing (test.test_exceptions.ExceptionTests.test_assert_shadowing)\nPASS: test_badisinstance (test.test_exceptions.ExceptionTests.test_badisinstance)\nPASS: test_context_of_exception_in_else_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_else_and_finally)\nPASS: test_context_of_exception_in_except_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_except_and_finally)\nPASS: test_context_of_exception_in_try_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_try_and_finally)\nPASS: test_errno_ENOTDIR (test.test_exceptions.ExceptionTests.test_errno_ENOTDIR)\nPASS: test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests.test_error_offset_continuation_characters)\nPASS: test_exception_cleanup_names (test.test_exceptions.ExceptionTests.test_exception_cleanup_names)\nPASS: test_exception_cleanup_names2 (test.test_exceptions.ExceptionTests.test_exception_cleanup_names2)\nPASS: test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope)\nPASS: test_exception_with_doc (test.test_exceptions.ExceptionTests.test_exception_with_doc)\nPASS: test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_close_cleanup_exc_state)\nPASS: test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_del_cleanup_exc_state)\nPASS: test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc)\nPASS: test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc2)\nPASS: test_generator_finalizing_and_sys_exception (test.test_exceptions.ExceptionTests.test_generator_finalizing_and_sys_exception)\nPASS: test_generator_leaking (test.test_exceptions.ExceptionTests.test_generator_leaking)\nPASS: test_generator_leaking2 (test.test_exceptions.ExceptionTests.test_generator_leaking2)\nPASS: test_generator_leaking3 (test.test_exceptions.ExceptionTests.test_generator_leaking3)\nPASS: test_generator_leaking4 (test.test_exceptions.ExceptionTests.test_generator_leaking4)\nPASS: test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_next_cleanup_exc_state)\nPASS: test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_send_cleanup_exc_state)\nPASS: test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_throw_cleanup_exc_state)\nPASS: test_invalid_delattr (test.test_exceptions.ExceptionTests.test_invalid_delattr)\nPASS: test_invalid_setattr (test.test_exceptions.ExceptionTests.test_invalid_setattr)\nPASS: test_invalid_setstate (test.test_exceptions.ExceptionTests.test_invalid_setstate)\nPASS: test_memory_error_cleanup (test.test_exceptions.ExceptionTests.test_memory_error_cleanup)\nPASS: test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests.test_memory_error_in_PyErr_PrintEx)\nPASS: test_memory_error_in_subinterp (test.test_exceptions.ExceptionTests.test_memory_error_in_subinterp)\nPASS: test_memory_error_subclasses (test.test_exceptions.ExceptionTests.test_memory_error_subclasses)\nPASS: test_no_hang_on_context_chain_cycle1 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle1)\nPASS: test_no_hang_on_context_chain_cycle2 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle2)\nPASS: test_no_hang_on_context_chain_cycle3 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle3)\nPASS: test_notes (test.test_exceptions.ExceptionTests.test_notes)\nPASS: test_raise_does_not_create_context_chain_cycle (test.test_exceptions.ExceptionTests.test_raise_does_not_create_context_chain_cycle)\nPASS: test_raise_in_generator (test.test_exceptions.ExceptionTests.test_raise_in_generator)\nPASS: test_recursion_error_cleanup (test.test_exceptions.ExceptionTests.test_recursion_error_cleanup)\nPASS: test_recursion_in_except_handler (test.test_exceptions.ExceptionTests.test_recursion_in_except_handler)\nPASS: test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_exception)\nPASS: test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_infinite_exception)\nPASS: test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests.test_recursion_normalizing_with_no_memory)\nPASS: test_setstate (test.test_exceptions.ExceptionTests.test_setstate)\nPASS: test_str (test.test_exceptions.ExceptionTests.test_str)\nSKIP: test_trashcan_recursion (test.test_exceptions.ExceptionTests.test_trashcan_recursion) \"resource 'cpu' is not enabled\"\nPASS: test_unhandled (test.test_exceptions.ExceptionTests.test_unhandled)\nPASS: test_unicode_change_attributes (test.test_exceptions.ExceptionTests.test_unicode_change_attributes)\nPASS: test_unicode_error_str_does_not_crash (test.test_exceptions.ExceptionTests.test_unicode_error_str_does_not_crash)\nPASS: test_unicode_errors_no_object (test.test_exceptions.ExceptionTests.test_unicode_errors_no_object)\nPASS: test_unraisable (test.test_exceptions.ExceptionTests.test_unraisable)\ntest_windows_message (test.test_exceptions.ExceptionTests.test_windows_message)\nSKIP: Should fill in unknown error code in Windows error message 'test specific to Windows'\nPASS: test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests.test_yield_in_nested_try_excepts)\nPASS: test_attributes (test.test_exceptions.ImportErrorTests.test_attributes)\nPASS: test_copy_pickle (test.test_exceptions.ImportErrorTests.test_copy_pickle)\nPASS: test_non_str_argument (test.test_exceptions.ImportErrorTests.test_non_str_argument)\nPASS: test_reset_attributes (test.test_exceptions.ImportErrorTests.test_reset_attributes)\nPASS: test_gh_111654 (test.test_exceptions.NameErrorTests.test_gh_111654)\nPASS: test_issue45826 (test.test_exceptions.NameErrorTests.test_issue45826)\nPASS: test_issue45826_focused (test.test_exceptions.NameErrorTests.test_issue45826_focused)\nPASS: test_name_error_has_name (test.test_exceptions.NameErrorTests.test_name_error_has_name)\nPASS: test_lineno_after_other_except (test.test_exceptions.PEP626Tests.test_lineno_after_other_except)\nPASS: test_lineno_after_raise_in_except (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_except)\nPASS: test_lineno_after_raise_in_with_exit (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_with_exit)\nPASS: test_lineno_after_raise_simple (test.test_exceptions.PEP626Tests.test_lineno_after_raise_simple)\nPASS: test_lineno_after_with (test.test_exceptions.PEP626Tests.test_lineno_after_with)\nPASS: test_lineno_in_finally_except (test.test_exceptions.PEP626Tests.test_lineno_in_finally_except)\nPASS: test_lineno_in_finally_normal (test.test_exceptions.PEP626Tests.test_lineno_in_finally_normal)\nPASS: test_lineno_in_named_except (test.test_exceptions.PEP626Tests.test_lineno_in_named_except)\nPASS: test_lineno_in_try (test.test_exceptions.PEP626Tests.test_lineno_in_try)\nPASS: test_missing_lineno_shows_as_none (test.test_exceptions.PEP626Tests.test_missing_lineno_shows_as_none)\nPASS: test_attributes_new_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_new_constructor)\nPASS: test_attributes_old_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_old_constructor)\nPASS: test_encodings (test.test_exceptions.SyntaxErrorTests.test_encodings)\nPASS: test_file_source (test.test_exceptions.SyntaxErrorTests.test_file_source)\nPASS: test_incorrect_constructor (test.test_exceptions.SyntaxErrorTests.test_incorrect_constructor)\nPASS: test_non_utf8 (test.test_exceptions.SyntaxErrorTests.test_non_utf8)\nPASS: test_range_of_offsets (test.test_exceptions.SyntaxErrorTests.test_range_of_offsets)\nPASS: test_string_source (test.test_exceptions.SyntaxErrorTests.test_string_source)\nPASS: test_subclass (test.test_exceptions.SyntaxErrorTests.test_subclass)\nPASS: test_except_star_invalid_exception_type (test.test_exceptions.TestInvalidExceptionMatcher.test_except_star_invalid_exception_type)\n\n----------------------------------------------------------------------\nRan 102 tests in 1.192s\n\nOK (skipped=3)\n0:01:27 load avg: 1.63 [188/480] test_filecmp passed\nPASS: test_cmpfiles (test.test_filecmp.DirCompareTestCase.test_cmpfiles)\nPASS: test_cmpfiles_invalid_names (test.test_filecmp.DirCompareTestCase.test_cmpfiles_invalid_names)\nPASS: test_default_ignores (test.test_filecmp.DirCompareTestCase.test_default_ignores)\nPASS: test_dircmp_different_directories (test.test_filecmp.DirCompareTestCase.test_dircmp_different_directories)\nPASS: test_dircmp_different_file (test.test_filecmp.DirCompareTestCase.test_dircmp_different_file)\nPASS: test_dircmp_identical_directories (test.test_filecmp.DirCompareTestCase.test_dircmp_identical_directories)\nPASS: test_dircmp_invalid_names (test.test_filecmp.DirCompareTestCase.test_dircmp_invalid_names)\nPASS: test_dircmp_no_shallow_different_file (test.test_filecmp.DirCompareTestCase.test_dircmp_no_shallow_different_file)\nPASS: test_dircmp_shallow_is_keyword_only (test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_is_keyword_only)\nPASS: test_dircmp_shallow_same_file (test.test_filecmp.DirCompareTestCase.test_dircmp_shallow_same_file)\ntest_dircmp_subdirs_type (test.test_filecmp.DirCompareTestCase.test_dircmp_subdirs_type)\nPASS: Check that dircmp.subdirs respects subclassing.\nPASS: test_report_full_closure (test.test_filecmp.DirCompareTestCase.test_report_full_closure)\nPASS: test_report_partial_closure (test.test_filecmp.DirCompareTestCase.test_report_partial_closure)\nPASS: test_cache_clear (test.test_filecmp.FileCompareTestCase.test_cache_clear)\nPASS: test_different (test.test_filecmp.FileCompareTestCase.test_different)\nPASS: test_matching (test.test_filecmp.FileCompareTestCase.test_matching)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.012s\n\nOK\n0:01:27 load avg: 1.63 [189/480] test_fileinput passed\ntest_buffer_sizes (test.test_fileinput.BufferSizesTests.test_buffer_sizes) ... 1. Simple iteration\n2. Status variables\n3. Nextfile\n4. Stdin\n5. Boundary conditions\n6. Inplace\nok\nPASS: test_close_on_exception (test.test_fileinput.FileInputTests.test_close_on_exception)\nPASS: test_context_manager (test.test_fileinput.FileInputTests.test_context_manager)\nPASS: test_detached_stdin_binary_mode (test.test_fileinput.FileInputTests.test_detached_stdin_binary_mode)\nPASS: test_empty_files_list_specified_to_constructor (test.test_fileinput.FileInputTests.test_empty_files_list_specified_to_constructor)\nPASS: test_file_hook_backward_compatibility (test.test_fileinput.FileInputTests.test_file_hook_backward_compatibility)\nPASS: test_file_opening_hook (test.test_fileinput.FileInputTests.test_file_opening_hook)\nPASS: test_fileno (test.test_fileinput.FileInputTests.test_fileno)\nPASS: test_fileno_when_ValueError_raised (test.test_fileinput.FileInputTests.test_fileno_when_ValueError_raised)\nPASS: test_files_that_dont_end_with_newline (test.test_fileinput.FileInputTests.test_files_that_dont_end_with_newline)\nPASS: test_inplace_binary_write_mode (test.test_fileinput.FileInputTests.test_inplace_binary_write_mode)\nPASS: test_inplace_encoding_errors (test.test_fileinput.FileInputTests.test_inplace_encoding_errors)\nPASS: test_invalid_opening_mode (test.test_fileinput.FileInputTests.test_invalid_opening_mode)\nPASS: test_iteration_buffering (test.test_fileinput.FileInputTests.test_iteration_buffering)\ntest_nextfile_oserror_deleting_backup (test.test_fileinput.FileInputTests.test_nextfile_oserror_deleting_backup)\nPASS: Tests invoking FileInput.nextfile() when the attempt to delete\nPASS: test_pathlike_file (test.test_fileinput.FileInputTests.test_pathlike_file)\nPASS: test_pathlike_file_inplace (test.test_fileinput.FileInputTests.test_pathlike_file_inplace)\nPASS: test_readline (test.test_fileinput.FileInputTests.test_readline)\nPASS: test_readline_binary_mode (test.test_fileinput.FileInputTests.test_readline_binary_mode)\nPASS: test_readline_buffering (test.test_fileinput.FileInputTests.test_readline_buffering)\ntest_readline_os_chmod_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_chmod_raises_OSError)\nPASS: Tests invoking FileInput.readline() when os.chmod() raises OSError.\ntest_readline_os_fstat_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_fstat_raises_OSError)\nPASS: Tests invoking FileInput.readline() when os.fstat() raises OSError.\nPASS: test_stdin_binary_mode (test.test_fileinput.FileInputTests.test_stdin_binary_mode)\nPASS: test_zero_byte_files (test.test_fileinput.FileInputTests.test_zero_byte_files)\nPASS: test_all (test.test_fileinput.MiscTest.test_all)\ntest_state_is_None (test.test_fileinput.Test_fileinput_close.test_state_is_None)\nPASS: Tests that fileinput.close() does nothing if fileinput._state\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_close.test_state_is_not_None)\nPASS: Tests that fileinput.close() invokes close() on fileinput._state\ntest_state_is_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_None)\nPASS: Tests fileinput.filelineno() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_not_None)\nPASS: Tests fileinput.filelineno() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_filename.test_state_is_None)\nPASS: Tests fileinput.filename() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_filename.test_state_is_not_None)\nPASS: Tests fileinput.filename() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_None)\nPASS: Tests fileinput.fileno() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_not_None)\nPASS: Tests fileinput.fileno() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_None)\nPASS: Tests invoking fileinput.input() when fileinput._state is None\ntest_state_is_not_None_and_state_file_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_not_None_and_state_file_is_None)\nPASS: Tests invoking fileinput.input() when fileinput._state is not None\ntest_state_is_not_None_and_state_file_is_not_None (test.test_fileinput.Test_fileinput_input.test_state_is_not_None_and_state_file_is_not_None)\nPASS: Tests invoking fileinput.input() when fileinput._state is not None\ntest_state_is_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_None)\nPASS: Tests fileinput.isfirstline() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_not_None)\nPASS: Tests fileinput.isfirstline() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_None)\nPASS: Tests fileinput.isstdin() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_not_None)\nPASS: Tests fileinput.isstdin() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_None)\nPASS: Tests fileinput.lineno() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_not_None)\nPASS: Tests fileinput.lineno() when fileinput._state is not None.\ntest_state_is_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_None)\nPASS: Tests fileinput.nextfile() when fileinput._state is None.\ntest_state_is_not_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_not_None)\nPASS: Tests fileinput.nextfile() when fileinput._state is not None.\nPASS: test_binary_mode_encoding (test.test_fileinput.Test_hook_compressed.test_binary_mode_encoding)\nPASS: test_blah_ext (test.test_fileinput.Test_hook_compressed.test_blah_ext)\nPASS: test_bz2_ext_builtin (test.test_fileinput.Test_hook_compressed.test_bz2_ext_builtin)\nPASS: test_bz2_ext_fake (test.test_fileinput.Test_hook_compressed.test_bz2_ext_fake)\nPASS: test_empty_string (test.test_fileinput.Test_hook_compressed.test_empty_string)\nPASS: test_gz_ext_builtin (test.test_fileinput.Test_hook_compressed.test_gz_ext_builtin)\nPASS: test_gz_ext_fake (test.test_fileinput.Test_hook_compressed.test_gz_ext_fake)\nPASS: test_gz_with_encoding_fake (test.test_fileinput.Test_hook_compressed.test_gz_with_encoding_fake)\nPASS: test_no_ext (test.test_fileinput.Test_hook_compressed.test_no_ext)\nPASS: test_text_mode_encoding (test.test_fileinput.Test_hook_compressed.test_text_mode_encoding)\nPASS: test (test.test_fileinput.Test_hook_encoded.test)\nPASS: test_errors (test.test_fileinput.Test_hook_encoded.test_errors)\nPASS: test_modes (test.test_fileinput.Test_hook_encoded.test_modes)\n\n----------------------------------------------------------------------\nRan 57 tests in 0.005s\n\nOK\n0:01:27 load avg: 1.63 [190/480] test_fileio passed\nPASS: testAttributes (test.test_fileio.CAutoFileTests.testAttributes)\nPASS: testBlksize (test.test_fileio.CAutoFileTests.testBlksize)\nPASS: testErrnoOnClose (test.test_fileio.CAutoFileTests.testErrnoOnClose)\nPASS: testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno)\nPASS: testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty)\nPASS: testErrnoOnClosedRead (test.test_fileio.CAutoFileTests.testErrnoOnClosedRead)\nPASS: testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable)\nPASS: testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall)\nPASS: testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto)\nPASS: testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek)\nPASS: testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable)\nPASS: testErrnoOnClosedTell (test.test_fileio.CAutoFileTests.testErrnoOnClosedTell)\nPASS: testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate)\nPASS: testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable)\nPASS: testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite)\nPASS: testErrors (test.test_fileio.CAutoFileTests.testErrors)\nPASS: testMethods (test.test_fileio.CAutoFileTests.testMethods)\nPASS: testOpenDirFD (test.test_fileio.CAutoFileTests.testOpenDirFD)\nPASS: testOpendir (test.test_fileio.CAutoFileTests.testOpendir)\nPASS: testReadintoByteArray (test.test_fileio.CAutoFileTests.testReadintoByteArray)\nPASS: testRecursiveRepr (test.test_fileio.CAutoFileTests.testRecursiveRepr)\nPASS: testRepr (test.test_fileio.CAutoFileTests.testRepr)\nPASS: testReprNoCloseFD (test.test_fileio.CAutoFileTests.testReprNoCloseFD)\nPASS: testSeekTell (test.test_fileio.CAutoFileTests.testSeekTell)\nPASS: testWeakRefs (test.test_fileio.CAutoFileTests.testWeakRefs)\nPASS: testWritelinesError (test.test_fileio.CAutoFileTests.testWritelinesError)\nPASS: testWritelinesList (test.test_fileio.CAutoFileTests.testWritelinesList)\nPASS: testWritelinesUserList (test.test_fileio.CAutoFileTests.testWritelinesUserList)\nPASS: test_none_args (test.test_fileio.CAutoFileTests.test_none_args)\nPASS: test_reject (test.test_fileio.CAutoFileTests.test_reject)\nPASS: test_subclass_repr (test.test_fileio.CAutoFileTests.test_subclass_repr)\nPASS: testAbles (test.test_fileio.COtherFileTests.testAbles)\nPASS: testAppend (test.test_fileio.COtherFileTests.testAppend)\nPASS: testBadModeArgument (test.test_fileio.COtherFileTests.testBadModeArgument)\nPASS: testBooleanFd (test.test_fileio.COtherFileTests.testBooleanFd)\nPASS: testBytesOpen (test.test_fileio.COtherFileTests.testBytesOpen)\nPASS: testConstructorHandlesNULChars (test.test_fileio.COtherFileTests.testConstructorHandlesNULChars)\nPASS: testInvalidFd (test.test_fileio.COtherFileTests.testInvalidFd)\nPASS: testInvalidFd_overflow (test.test_fileio.COtherFileTests.testInvalidFd_overflow)\nPASS: testInvalidInit (test.test_fileio.COtherFileTests.testInvalidInit)\nPASS: testInvalidModeStrings (test.test_fileio.COtherFileTests.testInvalidModeStrings)\nPASS: testModeStrings (test.test_fileio.COtherFileTests.testModeStrings)\nPASS: testTruncate (test.test_fileio.COtherFileTests.testTruncate)\nPASS: testTruncateOnWindows (test.test_fileio.COtherFileTests.testTruncateOnWindows)\nPASS: testUnclosedFDOnException (test.test_fileio.COtherFileTests.testUnclosedFDOnException)\nPASS: testUnicodeOpen (test.test_fileio.COtherFileTests.testUnicodeOpen)\nPASS: testUtf8BytesOpen (test.test_fileio.COtherFileTests.testUtf8BytesOpen)\nPASS: testWarnings (test.test_fileio.COtherFileTests.testWarnings)\nPASS: test_open_code (test.test_fileio.COtherFileTests.test_open_code)\nPASS: testAttributes (test.test_fileio.PyAutoFileTests.testAttributes)\nPASS: testBlksize (test.test_fileio.PyAutoFileTests.testBlksize)\nPASS: testErrnoOnClose (test.test_fileio.PyAutoFileTests.testErrnoOnClose)\nPASS: testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno)\nPASS: testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty)\nPASS: testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead)\nPASS: testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable)\nPASS: testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall)\nPASS: testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto)\nPASS: testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek)\nPASS: testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable)\nPASS: testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell)\nPASS: testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate)\nPASS: testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable)\nPASS: testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite)\nPASS: testErrors (test.test_fileio.PyAutoFileTests.testErrors)\nPASS: testMethods (test.test_fileio.PyAutoFileTests.testMethods)\nPASS: testOpenDirFD (test.test_fileio.PyAutoFileTests.testOpenDirFD)\nPASS: testOpendir (test.test_fileio.PyAutoFileTests.testOpendir)\nPASS: testReadintoByteArray (test.test_fileio.PyAutoFileTests.testReadintoByteArray)\nPASS: testRecursiveRepr (test.test_fileio.PyAutoFileTests.testRecursiveRepr)\nPASS: testRepr (test.test_fileio.PyAutoFileTests.testRepr)\nPASS: testReprNoCloseFD (test.test_fileio.PyAutoFileTests.testReprNoCloseFD)\nPASS: testSeekTell (test.test_fileio.PyAutoFileTests.testSeekTell)\nPASS: testWeakRefs (test.test_fileio.PyAutoFileTests.testWeakRefs)\nPASS: testWritelinesError (test.test_fileio.PyAutoFileTests.testWritelinesError)\nPASS: testWritelinesList (test.test_fileio.PyAutoFileTests.testWritelinesList)\nPASS: testWritelinesUserList (test.test_fileio.PyAutoFileTests.testWritelinesUserList)\nPASS: test_none_args (test.test_fileio.PyAutoFileTests.test_none_args)\nPASS: test_reject (test.test_fileio.PyAutoFileTests.test_reject)\nPASS: test_subclass_repr (test.test_fileio.PyAutoFileTests.test_subclass_repr)\nPASS: testAbles (test.test_fileio.PyOtherFileTests.testAbles)\nPASS: testAppend (test.test_fileio.PyOtherFileTests.testAppend)\nPASS: testBadModeArgument (test.test_fileio.PyOtherFileTests.testBadModeArgument)\nPASS: testBooleanFd (test.test_fileio.PyOtherFileTests.testBooleanFd)\nPASS: testBytesOpen (test.test_fileio.PyOtherFileTests.testBytesOpen)\nPASS: testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars)\nPASS: testInvalidFd (test.test_fileio.PyOtherFileTests.testInvalidFd)\nPASS: testInvalidInit (test.test_fileio.PyOtherFileTests.testInvalidInit)\nPASS: testInvalidModeStrings (test.test_fileio.PyOtherFileTests.testInvalidModeStrings)\nPASS: testModeStrings (test.test_fileio.PyOtherFileTests.testModeStrings)\nPASS: testTruncate (test.test_fileio.PyOtherFileTests.testTruncate)\nPASS: testTruncateOnWindows (test.test_fileio.PyOtherFileTests.testTruncateOnWindows)\nPASS: testUnclosedFDOnException (test.test_fileio.PyOtherFileTests.testUnclosedFDOnException)\nPASS: testUnicodeOpen (test.test_fileio.PyOtherFileTests.testUnicodeOpen)\nPASS: testUtf8BytesOpen (test.test_fileio.PyOtherFileTests.testUtf8BytesOpen)\nPASS: testWarnings (test.test_fileio.PyOtherFileTests.testWarnings)\nPASS: test_open_code (test.test_fileio.PyOtherFileTests.test_open_code)\n\n----------------------------------------------------------------------\nRan 97 tests in 0.015s\n\nOK\n0:01:27 load avg: 1.63 [191/480] test_fileutils passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.1 sec)\nPASS: test_capi_normalize_path (test.test_fileutils.PathTests.test_capi_normalize_path)\n\n----------------------------------------------------------------------\nRan 1 test in 0.017s\n\nOK\n0:01:27 load avg: 1.63 [192/480] test_finalization passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.3 sec)\nPASS: test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_one)\nPASS: test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_three)\nPASS: test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_two)\nPASS: test_heterogenous_suicidal_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_one)\nPASS: test_heterogenous_suicidal_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_two)\nPASS: test_homogenous (test.test_finalization.CycleChainFinalizationTest.test_homogenous)\nPASS: test_homogenous_resurrect (test.test_finalization.CycleChainFinalizationTest.test_homogenous_resurrect)\nPASS: test_homogenous_suicidal (test.test_finalization.CycleChainFinalizationTest.test_homogenous_suicidal)\nPASS: test_legacy (test.test_finalization.LegacyFinalizationTest.test_legacy)\nPASS: test_legacy_resurrect (test.test_finalization.LegacyFinalizationTest.test_legacy_resurrect)\nPASS: test_legacy_self_cycle (test.test_finalization.LegacyFinalizationTest.test_legacy_self_cycle)\nPASS: test_simple (test.test_finalization.SelfCycleFinalizationTest.test_simple)\nPASS: test_simple_resurrect (test.test_finalization.SelfCycleFinalizationTest.test_simple_resurrect)\nPASS: test_simple_suicide (test.test_finalization.SelfCycleFinalizationTest.test_simple_suicide)\nPASS: test_non_gc (test.test_finalization.SimpleFinalizationTest.test_non_gc)\nPASS: test_non_gc_resurrect (test.test_finalization.SimpleFinalizationTest.test_non_gc_resurrect)\nPASS: test_simple (test.test_finalization.SimpleFinalizationTest.test_simple)\nPASS: test_simple_resurrect (test.test_finalization.SimpleFinalizationTest.test_simple_resurrect)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.103s\n\nOK\n0:01:27 load avg: 1.63 [193/480] test_float passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.4 sec)\nPASS: test_getformat (test.test_float.FormatFunctionsTestCase.test_getformat)\nPASS: test_format (test.test_float.FormatTestCase.test_format)\nPASS: test_format_testfile (test.test_float.FormatTestCase.test_format_testfile)\nPASS: test_issue35560 (test.test_float.FormatTestCase.test_issue35560)\nPASS: test_issue5864 (test.test_float.FormatTestCase.test_issue5864)\nPASS: test_error_message (test.test_float.GeneralFloatCases.test_error_message)\nPASS: test_float (test.test_float.GeneralFloatCases.test_float)\nPASS: test_float_ceil (test.test_float.GeneralFloatCases.test_float_ceil)\nPASS: test_float_containment (test.test_float.GeneralFloatCases.test_float_containment)\nPASS: test_float_floor (test.test_float.GeneralFloatCases.test_float_floor)\nPASS: test_float_memoryview (test.test_float.GeneralFloatCases.test_float_memoryview)\nPASS: test_float_mod (test.test_float.GeneralFloatCases.test_float_mod)\nPASS: test_float_pow (test.test_float.GeneralFloatCases.test_float_pow)\nPASS: test_float_with_comma (test.test_float.GeneralFloatCases.test_float_with_comma)\nPASS: test_floatasratio (test.test_float.GeneralFloatCases.test_floatasratio)\nPASS: test_floatconversion (test.test_float.GeneralFloatCases.test_floatconversion)\nPASS: test_hash (test.test_float.GeneralFloatCases.test_hash)\nPASS: test_hash_nan (test.test_float.GeneralFloatCases.test_hash_nan)\nPASS: test_is_integer (test.test_float.GeneralFloatCases.test_is_integer)\nPASS: test_keyword_args (test.test_float.GeneralFloatCases.test_keyword_args)\nPASS: test_keywords_in_subclass (test.test_float.GeneralFloatCases.test_keywords_in_subclass)\nPASS: test_noargs (test.test_float.GeneralFloatCases.test_noargs)\nPASS: test_non_numeric_input_types (test.test_float.GeneralFloatCases.test_non_numeric_input_types)\nPASS: test_underscores (test.test_float.GeneralFloatCases.test_underscores)\nPASS: test_ends (test.test_float.HexFloatTestCase.test_ends)\nPASS: test_from_hex (test.test_float.HexFloatTestCase.test_from_hex)\nPASS: test_invalid_inputs (test.test_float.HexFloatTestCase.test_invalid_inputs)\nPASS: test_roundtrip (test.test_float.HexFloatTestCase.test_roundtrip)\nPASS: test_subclass (test.test_float.HexFloatTestCase.test_subclass)\nPASS: test_whitespace (test.test_float.HexFloatTestCase.test_whitespace)\nPASS: test_double_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_double_specials_do_unpack)\nPASS: test_float_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_float_specials_do_unpack)\nPASS: test_serialized_float_rounding (test.test_float.IEEEFormatTestCase.test_serialized_float_rounding)\nPASS: test_inf_as_str (test.test_float.InfNanTest.test_inf_as_str)\nPASS: test_inf_from_str (test.test_float.InfNanTest.test_inf_from_str)\nPASS: test_inf_signs (test.test_float.InfNanTest.test_inf_signs)\nPASS: test_nan_as_str (test.test_float.InfNanTest.test_nan_as_str)\nPASS: test_nan_from_str (test.test_float.InfNanTest.test_nan_from_str)\nPASS: test_nan_signs (test.test_float.InfNanTest.test_nan_signs)\nPASS: test_repr (test.test_float.ReprTestCase.test_repr)\nPASS: test_short_repr (test.test_float.ReprTestCase.test_short_repr)\nPASS: test_None_ndigits (test.test_float.RoundTestCase.test_None_ndigits)\nPASS: test_format_specials (test.test_float.RoundTestCase.test_format_specials)\nPASS: test_inf_nan (test.test_float.RoundTestCase.test_inf_nan)\nPASS: test_inf_nan_ndigits (test.test_float.RoundTestCase.test_inf_nan_ndigits)\nPASS: test_large_n (test.test_float.RoundTestCase.test_large_n)\nPASS: test_matches_float_format (test.test_float.RoundTestCase.test_matches_float_format)\nPASS: test_overflow (test.test_float.RoundTestCase.test_overflow)\nPASS: test_previous_round_bugs (test.test_float.RoundTestCase.test_previous_round_bugs)\nPASS: test_small_n (test.test_float.RoundTestCase.test_small_n)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.058s\n\nOK\n0:01:27 load avg: 1.63 [194/480] test_flufl passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.5 sec)\nPASS: test_barry_as_bdfl (test.test_flufl.FLUFLTests.test_barry_as_bdfl)\nPASS: test_barry_as_bdfl_look_ma_with_no_compiler_flags (test.test_flufl.FLUFLTests.test_barry_as_bdfl_look_ma_with_no_compiler_flags)\nPASS: test_barry_as_bdfl_relative_import (test.test_flufl.FLUFLTests.test_barry_as_bdfl_relative_import)\nPASS: test_guido_as_bdfl (test.test_flufl.FLUFLTests.test_guido_as_bdfl)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:27 load avg: 1.63 [195/480] test_fnmatch passed -- running (1): test.test_multiprocessing_spawn.test_processes (30.6 sec)\nPASS: test_case (test.test_fnmatch.FilterTestCase.test_case)\nPASS: test_filter (test.test_fnmatch.FilterTestCase.test_filter)\nPASS: test_mix_bytes_str (test.test_fnmatch.FilterTestCase.test_mix_bytes_str)\nPASS: test_sep (test.test_fnmatch.FilterTestCase.test_sep)\nPASS: test_bytes (test.test_fnmatch.FnmatchTestCase.test_bytes)\nPASS: test_case (test.test_fnmatch.FnmatchTestCase.test_case)\nPASS: test_char_set (test.test_fnmatch.FnmatchTestCase.test_char_set)\nPASS: test_fnmatch (test.test_fnmatch.FnmatchTestCase.test_fnmatch)\nPASS: test_fnmatchcase (test.test_fnmatch.FnmatchTestCase.test_fnmatchcase)\nPASS: test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase.test_mix_bytes_str)\nPASS: test_range (test.test_fnmatch.FnmatchTestCase.test_range)\nPASS: test_sep (test.test_fnmatch.FnmatchTestCase.test_sep)\nPASS: test_sep_in_char_set (test.test_fnmatch.FnmatchTestCase.test_sep_in_char_set)\nPASS: test_sep_in_range (test.test_fnmatch.FnmatchTestCase.test_sep_in_range)\nPASS: test_slow_fnmatch (test.test_fnmatch.FnmatchTestCase.test_slow_fnmatch)\nPASS: test_warnings (test.test_fnmatch.FnmatchTestCase.test_warnings)\nPASS: test_translate (test.test_fnmatch.TranslateTestCase.test_translate)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.008s\n\nOK\n0:01:27 load avg: 1.63 [196/480] test.test_multiprocessing_spawn.test_processes passed (30.6 sec)\nPASS: test_array (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array)\nPASS: test_array_from_size (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_array_from_size)\nPASS: test_getobj_getlock_obj (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_getobj_getlock_obj)\nPASS: test_rawarray (test.test_multiprocessing_spawn.test_processes.WithProcessesTestArray.test_rawarray)\nPASS: test_atexit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestAtExit.test_atexit)\ntest_abort (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\ntest_default_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_default_timeout)\nPASS: Test the barrier's default timeout\ntest_reset (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_single_thread)\nPASS: test_thousand (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_thousand)\ntest_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_timeout)\nSKIP: Test wait(timeout) 'timing related test, dependent on load'\ntest_wait_return (test.test_multiprocessing_spawn.test_processes.WithProcessesTestBarrier.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_notify (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify)\nPASS: test_notify_all (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_all)\nPASS: test_notify_n (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_notify_n)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_timeout)\nPASS: test_wait_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_wait_result)\nPASS: test_waitfor (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor)\nPASS: test_waitfor_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestCondition.test_waitfor_timeout)\nPASS: test_connection (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_connection)\nPASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_context)\nPASS: test_duplex_false (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_duplex_false)\nPASS: test_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer)\nPASS: test_large_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer)\nPASS: test_missing_fd_transfer (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_missing_fd_transfer)\nPASS: test_sendbytes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_sendbytes)\nPASS: test_spawn_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_spawn_close)\nPASS: test_event (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_event)\nPASS: test_repr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestEvent.test_repr)\nPASS: test_finalize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_finalize)\nSKIP: test_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) \"resource 'cpu' is not enabled\"\nPASS: test_free_from_gc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_free_from_gc)\nPASS: test_heap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestHeap.test_heap)\nPASS: test_abstract_socket (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_abstract_socket)\nPASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_context)\nPASS: test_empty_authkey (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_empty_authkey)\nPASS: test_multiple_bind (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListener.test_multiple_bind)\nPASS: test_issue14725 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue14725)\nPASS: test_issue16955 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_issue16955)\nPASS: test_listener_client (test.test_multiprocessing_spawn.test_processes.WithProcessesTestListenerClient.test_listener_client)\nPASS: test_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock)\nPASS: test_lock_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_lock_context)\nPASS: test_repr_lock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_lock)\nPASS: test_repr_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_repr_rlock)\nPASS: test_rlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLock.test_rlock)\nPASS: test_enable_logging (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_enable_logging)\nPASS: test_filename (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_filename)\nPASS: test_level (test.test_multiprocessing_spawn.test_processes.WithProcessesTestLogging.test_level)\nPASS: test_rapid_restart (test.test_multiprocessing_spawn.test_processes.WithProcessesTestManagerRestart.test_rapid_restart)\nPASS: test_access (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_access)\nPASS: test_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPicklingConnections.test_pickling)\nPASS: test_boundaries (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_boundaries)\nPASS: test_dont_merge (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_dont_merge)\nPASS: test_empty_string (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_empty_string)\nPASS: test_strings (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoll.test_strings)\nPASS: test_poll_eintr (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPollEintr.test_poll_eintr)\nPASS: test_apply (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_apply)\nPASS: test_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async)\nPASS: test_async_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_async_timeout)\nPASS: test_context (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_context)\nPASS: test_empty_iterable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_empty_iterable)\nPASS: test_enter (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_enter)\nPASS: test_imap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap)\nPASS: test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_handle_iterable_exception)\nPASS: test_imap_unordered (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered)\nPASS: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception)\nPASS: test_make_pool (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_make_pool)\nPASS: test_map (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map)\nPASS: test_map_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async)\nPASS: test_map_async_callbacks (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_async_callbacks)\nPASS: test_map_chunksize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_chunksize)\nPASS: test_map_handle_iterable_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_handle_iterable_exception)\nPASS: test_map_no_failfast (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_no_failfast)\nPASS: test_map_unplicklable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_map_unplicklable)\nPASS: test_release_task_refs (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_release_task_refs)\nPASS: test_resource_warning (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_resource_warning)\nPASS: test_starmap (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap)\nPASS: test_starmap_async (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_starmap_async)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_terminate)\nPASS: test_traceback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_traceback)\nPASS: test_wrapped_exception (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPool.test_wrapped_exception)\nPASS: test_async_error_callback (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_async_error_callback)\nPASS: test_unpickleable_result (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerErrors.test_unpickleable_result)\nPASS: test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid)\nPASS: test_pool_worker_lifetime (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime)\nPASS: test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close)\nPASS: test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing)\nSKIP: test_active_children (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_active_children) 'skipping problematic test'\nSKIP: test_args_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_args_argument) \"resource 'cpu' is not enabled\"\nPASS: test_child_fd_inflation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_child_fd_inflation)\nPASS: test_close (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_close)\nPASS: test_cpu_count (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_cpu_count)\nPASS: test_current (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_current)\nPASS: test_daemon_argument (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_daemon_argument)\nPASS: test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_1)\nPASS: test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_error_on_stdio_flush_2)\nSKIP: test_forkserver_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigint) 'test not appropriate for spawn'\nSKIP: test_forkserver_sigkill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_forkserver_sigkill) 'test not appropriate for spawn'\nPASS: test_kill (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_kill)\nPASS: test_lose_target_ref (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_lose_target_ref)\nSKIP: test_many_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_many_processes) \"resource 'walltime' is not enabled\"\nPASS: test_parent_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process)\nPASS: test_parent_process_attributes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_parent_process_attributes)\nPASS: test_process (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process)\nPASS: test_process_mainthread_native_id (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_process_mainthread_native_id)\nPASS: test_recursion (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_recursion)\nPASS: test_sentinel (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_sentinel)\nPASS: test_set_executable (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_set_executable)\nPASS: test_terminate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_terminate)\nPASS: test_wait_for_threads (test.test_multiprocessing_spawn.test_processes.WithProcessesTestProcess.test_wait_for_threads)\nPASS: test_closed_queue_empty_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_empty_exceptions)\nPASS: test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_closed_queue_put_get_exceptions)\nPASS: test_fork (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_fork)\nPASS: test_get (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_get)\nPASS: test_no_import_lock_contention (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention)\nPASS: test_put (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_put)\nSKIP: test_qsize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_qsize) 'qsize method not implemented'\nPASS: test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc)\nPASS: test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error)\nPASS: test_task_done (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_task_done)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_timeout)\nPASS: test_bounded_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_bounded_semaphore)\nPASS: test_semaphore (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_semaphore)\nPASS: test_timeout (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSemaphore.test_timeout)\nPASS: test_copy (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_copy)\nPASS: test_sharedctypes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_sharedctypes)\nPASS: test_synchronize (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedCTypes.test_synchronize)\nPASS: test_invalid_shared_memory_creation (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_invalid_shared_memory_creation)\nPASS: test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics)\nPASS: test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling)\nPASS: test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object)\nPASS: test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics)\nPASS: test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker)\nPASS: test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint)\nPASS: test_shared_memory_across_processes (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_across_processes)\nPASS: test_shared_memory_basics (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_basics)\nPASS: test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination)\nPASS: test_shared_memory_name_with_embedded_null (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_name_with_embedded_null)\nPASS: test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle)\nPASS: test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object)\nPASS: test_shared_memory_recreate (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_recreate)\nPASS: test_shared_memory_tracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_tracking)\nPASS: test_shared_memory_untracking (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSharedMemory.test_shared_memory_untracking)\nPASS: test_child_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_child_sys_path)\nSKIP: test_forkserver_preload_imports_sys_path (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSpawnedSysPath.test_forkserver_preload_imports_sys_path) 'forkserver specific test.'\nPASS: test_stderr_flush (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush)\nPASS: test_subclassing (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_subclassing)\nPASS: test_sys_exit (test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit)\nPASS: test_getobj_getlock (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_getobj_getlock)\nPASS: test_rawvalue (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_rawvalue)\nPASS: test_value (test.test_multiprocessing_spawn.test_processes.WithProcessesTestValue.test_value)\n\n----------------------------------------------------------------------\nRan 155 tests in 30.516s\n\nOK (skipped=9)\n0:01:28 load avg: 1.63 [197/480] test_format passed\nPASS: test_better_error_message_format (test.test_format.FormatTest.test_better_error_message_format)\ntest_bytes_and_bytearray_format (test.test_format.FormatTest.test_bytes_and_bytearray_format) ... b'%c' % (7,) =? b'\\x07' ... yes\nbytearray(b'%c') % (7,) =? bytearray(b'\\x07') ... yes\nb'%c' % (b'Z',) =? b'Z' ... yes\nbytearray(b'%c') % (b'Z',) =? bytearray(b'Z') ... yes\nb'%c' % (bytearray(b'Z'),) =? b'Z' ... yes\nbytearray(b'%c') % (bytearray(b'Z'),) =? bytearray(b'Z') ... yes\nb'%5c' % (65,) =? b'    A' ... yes\nbytearray(b'%5c') % (65,) =? bytearray(b'    A') ... yes\nb'%-5c' % (65,) =? b'A    ' ... yes\nbytearray(b'%-5c') % (65,) =? bytearray(b'A    ') ... yes\nb'%b' % (b'abc',) =? b'abc' ... yes\nbytearray(b'%b') % (b'abc',) =? bytearray(b'abc') ... yes\nb'%b' % (bytearray(b'def'),) =? b'def' ... yes\nbytearray(b'%b') % (bytearray(b'def'),) =? bytearray(b'def') ... yes\nb'%b' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? b'123' ... yes\nbytearray(b'%b') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? bytearray(b'123') ... yes\nb'%b' % (<memory at 0x7ff719b4b940>,) =? b'abc' ... yes\nbytearray(b'%b') % (<memory at 0x7ff719b4b940>,) =? bytearray(b'abc') ... yes\nb'%s' % (b'abc',) =? b'abc' ... yes\nbytearray(b'%s') % (b'abc',) =? bytearray(b'abc') ... yes\nb'%s' % (bytearray(b'def'),) =? b'def' ... yes\nbytearray(b'%s') % (bytearray(b'def'),) =? bytearray(b'def') ... yes\nb'%s' % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? b'123' ... yes\nbytearray(b'%s') % (<test.test_format.FormatTest.test_bytes_and_bytearray_format.<locals>.FakeBytes object at 0x7ff719c2e270>,) =? bytearray(b'123') ... yes\nb'%s' % (<memory at 0x7ff719b4b940>,) =? b'abc' ... yes\nbytearray(b'%s') % (<memory at 0x7ff719b4b940>,) =? bytearray(b'abc') ... yes\nb'%a' % (3.14,) =? b'3.14' ... yes\nbytearray(b'%a') % (3.14,) =? bytearray(b'3.14') ... yes\nb'%a' % (b'ghi',) =? b\"b'ghi'\" ... yes\nbytearray(b'%a') % (b'ghi',) =? bytearray(b\"b\\'ghi\\'\") ... yes\nb'%a' % ('jkl',) =? b\"'jkl'\" ... yes\nbytearray(b'%a') % ('jkl',) =? bytearray(b\"\\'jkl\\'\") ... yes\nb'%a' % ('\\u0544',) =? b\"'\\\\u0544'\" ... yes\nbytearray(b'%a') % ('\\u0544',) =? bytearray(b\"\\'\\\\u0544\\'\") ... yes\nb'%r' % (3.14,) =? b'3.14' ... yes\nbytearray(b'%r') % (3.14,) =? bytearray(b'3.14') ... yes\nb'%r' % (b'ghi',) =? b\"b'ghi'\" ... yes\nbytearray(b'%r') % (b'ghi',) =? bytearray(b\"b\\'ghi\\'\") ... yes\nb'%r' % ('jkl',) =? b\"'jkl'\" ... yes\nbytearray(b'%r') % ('jkl',) =? bytearray(b\"\\'jkl\\'\") ... yes\nb'%r' % ('\\u0544',) =? b\"'\\\\u0544'\" ... yes\nbytearray(b'%r') % ('\\u0544',) =? bytearray(b\"\\'\\\\u0544\\'\") ... yes\nTesting exceptions\nb'%g' % '1' works? ... yes\nb'%g' % b'1' works? ... yes\nb'no format' % 7 works? ... yes\nb'no format' % b'1' works? ... yes\nb'no format' % bytearray(b'1') works? ... yes\nb'%c' % -1 works? ... yes\nb'%c' % 256 works? ... yes\nb'%c' % 340282366920938463463374607431768211456 works? ... yes\nb'%c' % b'Za' works? ... yes\nb'%c' % 'Y' works? ... yes\nb'%c' % 3.14 works? ... yes\nb'%b' % 'Xc' works? ... yes\nb'%s' % 'Wd' works? ... yes\nok\ntest_common_format (test.test_format.FormatTest.test_common_format) ... '%%' % () =? '%' ... yes\nb'%%' % () =? b'%' ... yes\nbytearray(b'%%') % () =? bytearray(b'%') ... yes\n'%.1d' % (1,) =? '1' ... yes\nb'%.1d' % (1,) =? b'1' ... yes\nbytearray(b'%.1d') % (1,) =? bytearray(b'1') ... yes\n'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine)\nb'%.*d' % (9223372036854775807, 1) works? ... overflow (this is fine)\nbytearray(b'%.*d') % (9223372036854775807, 1) works? ... overflow (this is fine)\n'%.100d' % (1,) =? '0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nb'%.100d' % (1,) =? b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nbytearray(b'%.100d') % (1,) =? bytearray(b'0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes\n'%#.117x' % (1,) =? '0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nb'%#.117x' % (1,) =? b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nbytearray(b'%#.117x') % (1,) =? bytearray(b'0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes\n'%#.118x' % (1,) =? '0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nb'%#.118x' % (1,) =? b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001' ... yes\nbytearray(b'%#.118x') % (1,) =? bytearray(b'0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001') ... yes\n'%f' % (1.0,) =? '1.000000' ... yes\nb'%f' % (1.0,) =? b'1.000000' ... yes\nbytearray(b'%f') % (1.0,) =? bytearray(b'1.000000') ... yes\n'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes\nb'%#.*g' % (109, -3.3333333333333334e+48) works? ... yes\nbytearray(b'%#.*g') % (109, -3.3333333333333334e+48) works? ... yes\n'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes\nb'%#.*g' % (110, -3.3333333333333334e+48) works? ... yes\nbytearray(b'%#.*g') % (110, -3.3333333333333334e+48) works? ... yes\n'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes\n'%12.*f' % (123456, 1.0) works? ... yes\nb'%12.*f' % (123456, 1.0) works? ... yes\nbytearray(b'%12.*f') % (123456, 1.0) works? ... yes\n'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*g' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*g') % (110, -3.333333333333333e+99) works? ... yes\n'%#.*G' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*G' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*G') % (110, -3.333333333333333e+99) works? ... yes\n'%#.*f' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*f' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*f') % (110, -3.333333333333333e+99) works? ... yes\n'%#.*F' % (110, -3.333333333333333e+99) works? ... yes\nb'%#.*F' % (110, -3.333333333333333e+99) works? ... yes\nbytearray(b'%#.*F') % (110, -3.333333333333333e+99) works? ... yes\n'%x' % 10 =? 'a' ... yes\nb'%x' % (10,) =? b'a' ... yes\nbytearray(b'%x') % (10,) =? bytearray(b'a') ... yes\n'%x' % 100000000000 =? '174876e800' ... yes\nb'%x' % (100000000000,) =? b'174876e800' ... yes\nbytearray(b'%x') % (100000000000,) =? bytearray(b'174876e800') ... yes\n'%o' % 10 =? '12' ... yes\nb'%o' % (10,) =? b'12' ... yes\nbytearray(b'%o') % (10,) =? bytearray(b'12') ... yes\n'%o' % 100000000000 =? '1351035564000' ... yes\nb'%o' % (100000000000,) =? b'1351035564000' ... yes\nbytearray(b'%o') % (100000000000,) =? bytearray(b'1351035564000') ... yes\n'%d' % 10 =? '10' ... yes\nb'%d' % (10,) =? b'10' ... yes\nbytearray(b'%d') % (10,) =? bytearray(b'10') ... yes\n'%d' % 100000000000 =? '100000000000' ... yes\nb'%d' % (100000000000,) =? b'100000000000' ... yes\nbytearray(b'%d') % (100000000000,) =? bytearray(b'100000000000') ... yes\n'%d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes\nb'%d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes\nbytearray(b'%d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes\n'%d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes\nb'%d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes\nbytearray(b'%d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes\n'%5d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes\nb'%5d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes\nbytearray(b'%5d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes\n'%31d' % -123456789012345678901234567890 =? '-123456789012345678901234567890' ... yes\nb'%31d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890' ... yes\nbytearray(b'%31d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890') ... yes\n'%32d' % -123456789012345678901234567890 =? ' -123456789012345678901234567890' ... yes\nb'%32d' % (-123456789012345678901234567890,) =? b' -123456789012345678901234567890' ... yes\nbytearray(b'%32d') % (-123456789012345678901234567890,) =? bytearray(b' -123456789012345678901234567890') ... yes\n'%-32d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes\nb'%-32d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes\nbytearray(b'%-32d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes\n'%032d' % -123456789012345678901234567890 =? '-0123456789012345678901234567890' ... yes\nb'%032d' % (-123456789012345678901234567890,) =? b'-0123456789012345678901234567890' ... yes\nbytearray(b'%032d') % (-123456789012345678901234567890,) =? bytearray(b'-0123456789012345678901234567890') ... yes\n'%-032d' % -123456789012345678901234567890 =? '-123456789012345678901234567890 ' ... yes\nb'%-032d' % (-123456789012345678901234567890,) =? b'-123456789012345678901234567890 ' ... yes\nbytearray(b'%-032d') % (-123456789012345678901234567890,) =? bytearray(b'-123456789012345678901234567890 ') ... yes\n'%034d' % -123456789012345678901234567890 =? '-000123456789012345678901234567890' ... yes\nb'%034d' % (-123456789012345678901234567890,) =? b'-000123456789012345678901234567890' ... yes\nbytearray(b'%034d') % (-123456789012345678901234567890,) =? bytearray(b'-000123456789012345678901234567890') ... yes\n'%034d' % 123456789012345678901234567890 =? '0000123456789012345678901234567890' ... yes\nb'%034d' % (123456789012345678901234567890,) =? b'0000123456789012345678901234567890' ... yes\nbytearray(b'%034d') % (123456789012345678901234567890,) =? bytearray(b'0000123456789012345678901234567890') ... yes\n'%0+34d' % 123456789012345678901234567890 =? '+000123456789012345678901234567890' ... yes\nb'%0+34d' % (123456789012345678901234567890,) =? b'+000123456789012345678901234567890' ... yes\nbytearray(b'%0+34d') % (123456789012345678901234567890,) =? bytearray(b'+000123456789012345678901234567890') ... yes\n'%+34d' % 123456789012345678901234567890 =? '   +123456789012345678901234567890' ... yes\nb'%+34d' % (123456789012345678901234567890,) =? b'   +123456789012345678901234567890' ... yes\nbytearray(b'%+34d') % (123456789012345678901234567890,) =? bytearray(b'   +123456789012345678901234567890') ... yes\n'%34d' % 123456789012345678901234567890 =? '    123456789012345678901234567890' ... yes\nb'%34d' % (123456789012345678901234567890,) =? b'    123456789012345678901234567890' ... yes\nbytearray(b'%34d') % (123456789012345678901234567890,) =? bytearray(b'    123456789012345678901234567890') ... yes\n'%.2d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes\nb'%.2d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes\nbytearray(b'%.2d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes\n'%.30d' % 123456789012345678901234567890 =? '123456789012345678901234567890' ... yes\nb'%.30d' % (123456789012345678901234567890,) =? b'123456789012345678901234567890' ... yes\nbytearray(b'%.30d') % (123456789012345678901234567890,) =? bytearray(b'123456789012345678901234567890') ... yes\n'%.31d' % 123456789012345678901234567890 =? '0123456789012345678901234567890' ... yes\nb'%.31d' % (123456789012345678901234567890,) =? b'0123456789012345678901234567890' ... yes\nbytearray(b'%.31d') % (123456789012345678901234567890,) =? bytearray(b'0123456789012345678901234567890') ... yes\n'%32.31d' % 123456789012345678901234567890 =? ' 0123456789012345678901234567890' ... yes\nb'%32.31d' % (123456789012345678901234567890,) =? b' 0123456789012345678901234567890' ... yes\nbytearray(b'%32.31d') % (123456789012345678901234567890,) =? bytearray(b' 0123456789012345678901234567890') ... yes\n'%d' % 1.2345678901234568e+29 =? '123456________________________' ... yes\nb'%d' % (1.2345678901234568e+29,) =? b'123456________________________' ... yes\nbytearray(b'%d') % (1.2345678901234568e+29,) =? bytearray(b'123456________________________') ... yes\n'%x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes\nb'%x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes\nbytearray(b'%x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes\n'%x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes\nb'%x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes\nbytearray(b'%x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes\n'%5x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes\nb'%5x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes\nbytearray(b'%5x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes\n'%22x' % -1375488932362216742658885 =? '-1234567890abcdef12345' ... yes\nb'%22x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345' ... yes\nbytearray(b'%22x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345') ... yes\n'%23x' % -1375488932362216742658885 =? ' -1234567890abcdef12345' ... yes\nb'%23x' % (-1375488932362216742658885,) =? b' -1234567890abcdef12345' ... yes\nbytearray(b'%23x') % (-1375488932362216742658885,) =? bytearray(b' -1234567890abcdef12345') ... yes\n'%-23x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes\nb'%-23x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes\nbytearray(b'%-23x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes\n'%023x' % -1375488932362216742658885 =? '-01234567890abcdef12345' ... yes\nb'%023x' % (-1375488932362216742658885,) =? b'-01234567890abcdef12345' ... yes\nbytearray(b'%023x') % (-1375488932362216742658885,) =? bytearray(b'-01234567890abcdef12345') ... yes\n'%-023x' % -1375488932362216742658885 =? '-1234567890abcdef12345 ' ... yes\nb'%-023x' % (-1375488932362216742658885,) =? b'-1234567890abcdef12345 ' ... yes\nbytearray(b'%-023x') % (-1375488932362216742658885,) =? bytearray(b'-1234567890abcdef12345 ') ... yes\n'%025x' % -1375488932362216742658885 =? '-0001234567890abcdef12345' ... yes\nb'%025x' % (-1375488932362216742658885,) =? b'-0001234567890abcdef12345' ... yes\nbytearray(b'%025x') % (-1375488932362216742658885,) =? bytearray(b'-0001234567890abcdef12345') ... yes\n'%025x' % 1375488932362216742658885 =? '00001234567890abcdef12345' ... yes\nb'%025x' % (1375488932362216742658885,) =? b'00001234567890abcdef12345' ... yes\nbytearray(b'%025x') % (1375488932362216742658885,) =? bytearray(b'00001234567890abcdef12345') ... yes\n'%0+25x' % 1375488932362216742658885 =? '+0001234567890abcdef12345' ... yes\nb'%0+25x' % (1375488932362216742658885,) =? b'+0001234567890abcdef12345' ... yes\nbytearray(b'%0+25x') % (1375488932362216742658885,) =? bytearray(b'+0001234567890abcdef12345') ... yes\n'%+25x' % 1375488932362216742658885 =? '   +1234567890abcdef12345' ... yes\nb'%+25x' % (1375488932362216742658885,) =? b'   +1234567890abcdef12345' ... yes\nbytearray(b'%+25x') % (1375488932362216742658885,) =? bytearray(b'   +1234567890abcdef12345') ... yes\n'%25x' % 1375488932362216742658885 =? '    1234567890abcdef12345' ... yes\nb'%25x' % (1375488932362216742658885,) =? b'    1234567890abcdef12345' ... yes\nbytearray(b'%25x') % (1375488932362216742658885,) =? bytearray(b'    1234567890abcdef12345') ... yes\n'%.2x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes\nb'%.2x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes\nbytearray(b'%.2x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes\n'%.21x' % 1375488932362216742658885 =? '1234567890abcdef12345' ... yes\nb'%.21x' % (1375488932362216742658885,) =? b'1234567890abcdef12345' ... yes\nbytearray(b'%.21x') % (1375488932362216742658885,) =? bytearray(b'1234567890abcdef12345') ... yes\n'%.22x' % 1375488932362216742658885 =? '01234567890abcdef12345' ... yes\nb'%.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345' ... yes\nbytearray(b'%.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345') ... yes\n'%23.22x' % 1375488932362216742658885 =? ' 01234567890abcdef12345' ... yes\nb'%23.22x' % (1375488932362216742658885,) =? b' 01234567890abcdef12345' ... yes\nbytearray(b'%23.22x') % (1375488932362216742658885,) =? bytearray(b' 01234567890abcdef12345') ... yes\n'%-23.22x' % 1375488932362216742658885 =? '01234567890abcdef12345 ' ... yes\nb'%-23.22x' % (1375488932362216742658885,) =? b'01234567890abcdef12345 ' ... yes\nbytearray(b'%-23.22x') % (1375488932362216742658885,) =? bytearray(b'01234567890abcdef12345 ') ... yes\n'%X' % 1375488932362216742658885 =? '1234567890ABCDEF12345' ... yes\nb'%X' % (1375488932362216742658885,) =? b'1234567890ABCDEF12345' ... yes\nbytearray(b'%X') % (1375488932362216742658885,) =? bytearray(b'1234567890ABCDEF12345') ... yes\n'%#X' % 1375488932362216742658885 =? '0X1234567890ABCDEF12345' ... yes\nb'%#X' % (1375488932362216742658885,) =? b'0X1234567890ABCDEF12345' ... yes\nbytearray(b'%#X') % (1375488932362216742658885,) =? bytearray(b'0X1234567890ABCDEF12345') ... yes\n'%#x' % 1375488932362216742658885 =? '0x1234567890abcdef12345' ... yes\nb'%#x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345' ... yes\nbytearray(b'%#x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345') ... yes\n'%#x' % -1375488932362216742658885 =? '-0x1234567890abcdef12345' ... yes\nb'%#x' % (-1375488932362216742658885,) =? b'-0x1234567890abcdef12345' ... yes\nbytearray(b'%#x') % (-1375488932362216742658885,) =? bytearray(b'-0x1234567890abcdef12345') ... yes\n'%#27x' % 1375488932362216742658885 =? '    0x1234567890abcdef12345' ... yes\nb'%#27x' % (1375488932362216742658885,) =? b'    0x1234567890abcdef12345' ... yes\nbytearray(b'%#27x') % (1375488932362216742658885,) =? bytearray(b'    0x1234567890abcdef12345') ... yes\n'%#-27x' % 1375488932362216742658885 =? '0x1234567890abcdef12345    ' ... yes\nb'%#-27x' % (1375488932362216742658885,) =? b'0x1234567890abcdef12345    ' ... yes\nbytearray(b'%#-27x') % (1375488932362216742658885,) =? bytearray(b'0x1234567890abcdef12345    ') ... yes\n'%#027x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes\nb'%#027x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes\nbytearray(b'%#027x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes\n'%#.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345' ... yes\nb'%#.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345' ... yes\nbytearray(b'%#.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345') ... yes\n'%#.23x' % -1375488932362216742658885 =? '-0x001234567890abcdef12345' ... yes\nb'%#.23x' % (-1375488932362216742658885,) =? b'-0x001234567890abcdef12345' ... yes\nbytearray(b'%#.23x') % (-1375488932362216742658885,) =? bytearray(b'-0x001234567890abcdef12345') ... yes\n'%#27.23x' % 1375488932362216742658885 =? '  0x001234567890abcdef12345' ... yes\nb'%#27.23x' % (1375488932362216742658885,) =? b'  0x001234567890abcdef12345' ... yes\nbytearray(b'%#27.23x') % (1375488932362216742658885,) =? bytearray(b'  0x001234567890abcdef12345') ... yes\n'%#-27.23x' % 1375488932362216742658885 =? '0x001234567890abcdef12345  ' ... yes\nb'%#-27.23x' % (1375488932362216742658885,) =? b'0x001234567890abcdef12345  ' ... yes\nbytearray(b'%#-27.23x') % (1375488932362216742658885,) =? bytearray(b'0x001234567890abcdef12345  ') ... yes\n'%#027.23x' % 1375488932362216742658885 =? '0x00001234567890abcdef12345' ... yes\nb'%#027.23x' % (1375488932362216742658885,) =? b'0x00001234567890abcdef12345' ... yes\nbytearray(b'%#027.23x') % (1375488932362216742658885,) =? bytearray(b'0x00001234567890abcdef12345') ... yes\n'%#+.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345' ... yes\nb'%#+.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345' ... yes\nbytearray(b'%#+.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345') ... yes\n'%# .23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345' ... yes\nb'%# .23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345' ... yes\nbytearray(b'%# .23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345') ... yes\n'%#+.23X' % 1375488932362216742658885 =? '+0X001234567890ABCDEF12345' ... yes\nb'%#+.23X' % (1375488932362216742658885,) =? b'+0X001234567890ABCDEF12345' ... yes\nbytearray(b'%#+.23X') % (1375488932362216742658885,) =? bytearray(b'+0X001234567890ABCDEF12345') ... yes\n'%#+027.23X' % 1375488932362216742658885 =? '+0X0001234567890ABCDEF12345' ... yes\nb'%#+027.23X' % (1375488932362216742658885,) =? b'+0X0001234567890ABCDEF12345' ... yes\nbytearray(b'%#+027.23X') % (1375488932362216742658885,) =? bytearray(b'+0X0001234567890ABCDEF12345') ... yes\n'%# 027.23X' % 1375488932362216742658885 =? ' 0X0001234567890ABCDEF12345' ... yes\nb'%# 027.23X' % (1375488932362216742658885,) =? b' 0X0001234567890ABCDEF12345' ... yes\nbytearray(b'%# 027.23X') % (1375488932362216742658885,) =? bytearray(b' 0X0001234567890ABCDEF12345') ... yes\n'%#+27.23X' % 1375488932362216742658885 =? ' +0X001234567890ABCDEF12345' ... yes\nb'%#+27.23X' % (1375488932362216742658885,) =? b' +0X001234567890ABCDEF12345' ... yes\nbytearray(b'%#+27.23X') % (1375488932362216742658885,) =? bytearray(b' +0X001234567890ABCDEF12345') ... yes\n'%#-+27.23x' % 1375488932362216742658885 =? '+0x001234567890abcdef12345 ' ... yes\nb'%#-+27.23x' % (1375488932362216742658885,) =? b'+0x001234567890abcdef12345 ' ... yes\nbytearray(b'%#-+27.23x') % (1375488932362216742658885,) =? bytearray(b'+0x001234567890abcdef12345 ') ... yes\n'%#- 27.23x' % 1375488932362216742658885 =? ' 0x001234567890abcdef12345 ' ... yes\nb'%#- 27.23x' % (1375488932362216742658885,) =? b' 0x001234567890abcdef12345 ' ... yes\nbytearray(b'%#- 27.23x') % (1375488932362216742658885,) =? bytearray(b' 0x001234567890abcdef12345 ') ... yes\n'%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes\nb'%o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes\nbytearray(b'%o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes\n'%5o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes\nb'%5o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes\nbytearray(b'%5o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes\n'%33o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670' ... yes\nb'%33o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670' ... yes\nbytearray(b'%33o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670') ... yes\n'%34o' % -12935167030485801517351291832 =? ' -12345670123456701234567012345670' ... yes\nb'%34o' % (-12935167030485801517351291832,) =? b' -12345670123456701234567012345670' ... yes\nbytearray(b'%34o') % (-12935167030485801517351291832,) =? bytearray(b' -12345670123456701234567012345670') ... yes\n'%-34o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes\nb'%-34o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes\nbytearray(b'%-34o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes\n'%034o' % -12935167030485801517351291832 =? '-012345670123456701234567012345670' ... yes\nb'%034o' % (-12935167030485801517351291832,) =? b'-012345670123456701234567012345670' ... yes\nbytearray(b'%034o') % (-12935167030485801517351291832,) =? bytearray(b'-012345670123456701234567012345670') ... yes\n'%-034o' % -12935167030485801517351291832 =? '-12345670123456701234567012345670 ' ... yes\nb'%-034o' % (-12935167030485801517351291832,) =? b'-12345670123456701234567012345670 ' ... yes\nbytearray(b'%-034o') % (-12935167030485801517351291832,) =? bytearray(b'-12345670123456701234567012345670 ') ... yes\n'%036o' % -12935167030485801517351291832 =? '-00012345670123456701234567012345670' ... yes\nb'%036o' % (-12935167030485801517351291832,) =? b'-00012345670123456701234567012345670' ... yes\nbytearray(b'%036o') % (-12935167030485801517351291832,) =? bytearray(b'-00012345670123456701234567012345670') ... yes\n'%036o' % 12935167030485801517351291832 =? '000012345670123456701234567012345670' ... yes\nb'%036o' % (12935167030485801517351291832,) =? b'000012345670123456701234567012345670' ... yes\nbytearray(b'%036o') % (12935167030485801517351291832,) =? bytearray(b'000012345670123456701234567012345670') ... yes\n'%0+36o' % 12935167030485801517351291832 =? '+00012345670123456701234567012345670' ... yes\nb'%0+36o' % (12935167030485801517351291832,) =? b'+00012345670123456701234567012345670' ... yes\nbytearray(b'%0+36o') % (12935167030485801517351291832,) =? bytearray(b'+00012345670123456701234567012345670') ... yes\n'%+36o' % 12935167030485801517351291832 =? '   +12345670123456701234567012345670' ... yes\nb'%+36o' % (12935167030485801517351291832,) =? b'   +12345670123456701234567012345670' ... yes\nbytearray(b'%+36o') % (12935167030485801517351291832,) =? bytearray(b'   +12345670123456701234567012345670') ... yes\n'%36o' % 12935167030485801517351291832 =? '    12345670123456701234567012345670' ... yes\nb'%36o' % (12935167030485801517351291832,) =? b'    12345670123456701234567012345670' ... yes\nbytearray(b'%36o') % (12935167030485801517351291832,) =? bytearray(b'    12345670123456701234567012345670') ... yes\n'%.2o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%.2o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%.2o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%.32o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%.32o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%.32o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes\nb'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes\nbytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes\n'%34.33o' % 12935167030485801517351291832 =? ' 012345670123456701234567012345670' ... yes\nb'%34.33o' % (12935167030485801517351291832,) =? b' 012345670123456701234567012345670' ... yes\nbytearray(b'%34.33o') % (12935167030485801517351291832,) =? bytearray(b' 012345670123456701234567012345670') ... yes\n'%-34.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670 ' ... yes\nb'%-34.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670 ' ... yes\nbytearray(b'%-34.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670 ') ... yes\n'%o' % 12935167030485801517351291832 =? '12345670123456701234567012345670' ... yes\nb'%o' % (12935167030485801517351291832,) =? b'12345670123456701234567012345670' ... yes\nbytearray(b'%o') % (12935167030485801517351291832,) =? bytearray(b'12345670123456701234567012345670') ... yes\n'%#o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes\nb'%#o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes\nbytearray(b'%#o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes\n'%#o' % -12935167030485801517351291832 =? '-0o12345670123456701234567012345670' ... yes\nb'%#o' % (-12935167030485801517351291832,) =? b'-0o12345670123456701234567012345670' ... yes\nbytearray(b'%#o') % (-12935167030485801517351291832,) =? bytearray(b'-0o12345670123456701234567012345670') ... yes\n'%#38o' % 12935167030485801517351291832 =? '    0o12345670123456701234567012345670' ... yes\nb'%#38o' % (12935167030485801517351291832,) =? b'    0o12345670123456701234567012345670' ... yes\nbytearray(b'%#38o') % (12935167030485801517351291832,) =? bytearray(b'    0o12345670123456701234567012345670') ... yes\n'%#-38o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670    ' ... yes\nb'%#-38o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670    ' ... yes\nbytearray(b'%#-38o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670    ') ... yes\n'%#038o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes\nb'%#038o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes\nbytearray(b'%#038o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes\n'%#.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670' ... yes\nb'%#.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670') ... yes\n'%#.34o' % -12935167030485801517351291832 =? '-0o0012345670123456701234567012345670' ... yes\nb'%#.34o' % (-12935167030485801517351291832,) =? b'-0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#.34o') % (-12935167030485801517351291832,) =? bytearray(b'-0o0012345670123456701234567012345670') ... yes\n'%#38.34o' % 12935167030485801517351291832 =? '  0o0012345670123456701234567012345670' ... yes\nb'%#38.34o' % (12935167030485801517351291832,) =? b'  0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#38.34o') % (12935167030485801517351291832,) =? bytearray(b'  0o0012345670123456701234567012345670') ... yes\n'%#-38.34o' % 12935167030485801517351291832 =? '0o0012345670123456701234567012345670  ' ... yes\nb'%#-38.34o' % (12935167030485801517351291832,) =? b'0o0012345670123456701234567012345670  ' ... yes\nbytearray(b'%#-38.34o') % (12935167030485801517351291832,) =? bytearray(b'0o0012345670123456701234567012345670  ') ... yes\n'%#038.34o' % 12935167030485801517351291832 =? '0o000012345670123456701234567012345670' ... yes\nb'%#038.34o' % (12935167030485801517351291832,) =? b'0o000012345670123456701234567012345670' ... yes\nbytearray(b'%#038.34o') % (12935167030485801517351291832,) =? bytearray(b'0o000012345670123456701234567012345670') ... yes\n'%#+.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670' ... yes\nb'%#+.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#+.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670') ... yes\n'%# .34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670' ... yes\nb'%# .34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670' ... yes\nbytearray(b'%# .34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670') ... yes\n'%#+38.34o' % 12935167030485801517351291832 =? ' +0o0012345670123456701234567012345670' ... yes\nb'%#+38.34o' % (12935167030485801517351291832,) =? b' +0o0012345670123456701234567012345670' ... yes\nbytearray(b'%#+38.34o') % (12935167030485801517351291832,) =? bytearray(b' +0o0012345670123456701234567012345670') ... yes\n'%#-+38.34o' % 12935167030485801517351291832 =? '+0o0012345670123456701234567012345670 ' ... yes\nb'%#-+38.34o' % (12935167030485801517351291832,) =? b'+0o0012345670123456701234567012345670 ' ... yes\nbytearray(b'%#-+38.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o0012345670123456701234567012345670 ') ... yes\n'%#- 38.34o' % 12935167030485801517351291832 =? ' 0o0012345670123456701234567012345670 ' ... yes\nb'%#- 38.34o' % (12935167030485801517351291832,) =? b' 0o0012345670123456701234567012345670 ' ... yes\nbytearray(b'%#- 38.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o0012345670123456701234567012345670 ') ... yes\n'%#+038.34o' % 12935167030485801517351291832 =? '+0o00012345670123456701234567012345670' ... yes\nb'%#+038.34o' % (12935167030485801517351291832,) =? b'+0o00012345670123456701234567012345670' ... yes\nbytearray(b'%#+038.34o') % (12935167030485801517351291832,) =? bytearray(b'+0o00012345670123456701234567012345670') ... yes\n'%# 038.34o' % 12935167030485801517351291832 =? ' 0o00012345670123456701234567012345670' ... yes\nb'%# 038.34o' % (12935167030485801517351291832,) =? b' 0o00012345670123456701234567012345670' ... yes\nbytearray(b'%# 038.34o') % (12935167030485801517351291832,) =? bytearray(b' 0o00012345670123456701234567012345670') ... yes\n'%.33o' % 12935167030485801517351291832 =? '012345670123456701234567012345670' ... yes\nb'%.33o' % (12935167030485801517351291832,) =? b'012345670123456701234567012345670' ... yes\nbytearray(b'%.33o') % (12935167030485801517351291832,) =? bytearray(b'012345670123456701234567012345670') ... yes\n'%#.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes\nb'%#.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes\nbytearray(b'%#.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes\n'%#.32o' % 12935167030485801517351291832 =? '0o12345670123456701234567012345670' ... yes\nb'%#.32o' % (12935167030485801517351291832,) =? b'0o12345670123456701234567012345670' ... yes\nbytearray(b'%#.32o') % (12935167030485801517351291832,) =? bytearray(b'0o12345670123456701234567012345670') ... yes\n'%035.33o' % 12935167030485801517351291832 =? '00012345670123456701234567012345670' ... yes\nb'%035.33o' % (12935167030485801517351291832,) =? b'00012345670123456701234567012345670' ... yes\nbytearray(b'%035.33o') % (12935167030485801517351291832,) =? bytearray(b'00012345670123456701234567012345670') ... yes\n'%0#35.33o' % 12935167030485801517351291832 =? '0o012345670123456701234567012345670' ... yes\nb'%0#35.33o' % (12935167030485801517351291832,) =? b'0o012345670123456701234567012345670' ... yes\nbytearray(b'%0#35.33o') % (12935167030485801517351291832,) =? bytearray(b'0o012345670123456701234567012345670') ... yes\n'%d' % 42 =? '42' ... yes\nb'%d' % (42,) =? b'42' ... yes\nbytearray(b'%d') % (42,) =? bytearray(b'42') ... yes\n'%d' % -42 =? '-42' ... yes\nb'%d' % (-42,) =? b'-42' ... yes\nbytearray(b'%d') % (-42,) =? bytearray(b'-42') ... yes\n'%d' % 42.0 =? '42' ... yes\nb'%d' % (42.0,) =? b'42' ... yes\nbytearray(b'%d') % (42.0,) =? bytearray(b'42') ... yes\n'%#x' % 1 =? '0x1' ... yes\nb'%#x' % (1,) =? b'0x1' ... yes\nbytearray(b'%#x') % (1,) =? bytearray(b'0x1') ... yes\n'%#X' % 1 =? '0X1' ... yes\nb'%#X' % (1,) =? b'0X1' ... yes\nbytearray(b'%#X') % (1,) =? bytearray(b'0X1') ... yes\n'%#o' % 1 =? '0o1' ... yes\nb'%#o' % (1,) =? b'0o1' ... yes\nbytearray(b'%#o') % (1,) =? bytearray(b'0o1') ... yes\n'%#o' % 0 =? '0o0' ... yes\nb'%#o' % (0,) =? b'0o0' ... yes\nbytearray(b'%#o') % (0,) =? bytearray(b'0o0') ... yes\n'%o' % 0 =? '0' ... yes\nb'%o' % (0,) =? b'0' ... yes\nbytearray(b'%o') % (0,) =? bytearray(b'0') ... yes\n'%d' % 0 =? '0' ... yes\nb'%d' % (0,) =? b'0' ... yes\nbytearray(b'%d') % (0,) =? bytearray(b'0') ... yes\n'%#x' % 0 =? '0x0' ... yes\nb'%#x' % (0,) =? b'0x0' ... yes\nbytearray(b'%#x') % (0,) =? bytearray(b'0x0') ... yes\n'%#X' % 0 =? '0X0' ... yes\nb'%#X' % (0,) =? b'0X0' ... yes\nbytearray(b'%#X') % (0,) =? bytearray(b'0X0') ... yes\n'%x' % 66 =? '42' ... yes\nb'%x' % (66,) =? b'42' ... yes\nbytearray(b'%x') % (66,) =? bytearray(b'42') ... yes\n'%x' % -66 =? '-42' ... yes\nb'%x' % (-66,) =? b'-42' ... yes\nbytearray(b'%x') % (-66,) =? bytearray(b'-42') ... yes\n'%o' % 34 =? '42' ... yes\nb'%o' % (34,) =? b'42' ... yes\nbytearray(b'%o') % (34,) =? bytearray(b'42') ... yes\n'%o' % -34 =? '-42' ... yes\nb'%o' % (-34,) =? b'-42' ... yes\nbytearray(b'%o') % (-34,) =? bytearray(b'-42') ... yes\n'%g' % 1.1 =? '1.1' ... yes\nb'%g' % (1.1,) =? b'1.1' ... yes\nbytearray(b'%g') % (1.1,) =? bytearray(b'1.1') ... yes\n'%#g' % 1.1 =? '1.10000' ... yes\nb'%#g' % (1.1,) =? b'1.10000' ... yes\nbytearray(b'%#g') % (1.1,) =? bytearray(b'1.10000') ... yes\nTesting exceptions\n'%' % () works? ... yes\nb'%' % () works? ... yes\n'% %s' % 1 works? ... yes\nb'% %s' % 1 works? ... yes\n'%d' % '1' works? ... yes\nb'%d' % '1' works? ... yes\n'%d' % b'1' works? ... yes\nb'%d' % b'1' works? ... yes\n'%x' % '1' works? ... yes\nb'%x' % '1' works? ... yes\n'%x' % 3.14 works? ... yes\nb'%x' % 3.14 works? ... yes\nok\nPASS: test_g_format_has_no_trailing_zeros (test.test_format.FormatTest.test_g_format_has_no_trailing_zeros)\nPASS: test_locale (test.test_format.FormatTest.test_locale)\nPASS: test_negative_zero (test.test_format.FormatTest.test_negative_zero)\ntest_non_ascii (test.test_format.FormatTest.test_non_ascii) ... '\\u20ac=%f' % (1.0,) =? '\\u20ac=1.000000' ... yes\nok\ntest_nul (test.test_format.FormatTest.test_nul) ... 'a\\x00b' % () =? 'a\\x00b' ... yes\nb'a\\x00b' % () =? b'a\\x00b' ... yes\nbytearray(b'a\\x00b') % () =? bytearray(b'a\\x00b') ... yes\n'a%cb' % (0,) =? 'a\\x00b' ... yes\nb'a%cb' % (0,) =? b'a\\x00b' ... yes\nbytearray(b'a%cb') % (0,) =? bytearray(b'a\\x00b') ... yes\n'a%sb' % ('c\\x00d',) =? 'ac\\x00db' ... yes\nb'a%sb' % (b'c\\x00d',) =? b'ac\\x00db' ... yes\nbytearray(b'a%sb') % (b'c\\x00d',) =? bytearray(b'ac\\x00db') ... yes\nok\nPASS: test_optimisations (test.test_format.FormatTest.test_optimisations)\nPASS: test_precision (test.test_format.FormatTest.test_precision)\nPASS: test_precision_c_limits (test.test_format.FormatTest.test_precision_c_limits)\nPASS: test_specifier_z_error (test.test_format.FormatTest.test_specifier_z_error)\ntest_str_format (test.test_format.FormatTest.test_str_format) ... '%r' % '\\u0378' =? \"'\\\\u0378'\" ... yes\n'%a' % '\\u0378' =? \"'\\\\u0378'\" ... yes\n'%r' % '\\u0374' =? \"'\\u0374'\" ... yes\n'%a' % '\\u0374' =? \"'\\\\u0374'\" ... yes\nTesting exceptions\n'abc %b' % 1 works? ... yes\n'%g' % '1' works? ... yes\n'no format' % '1' works? ... yes\n'%c' % -1 works? ... yes\n'%c' % 1114112 works? ... yes\n'%c' % 3.14 works? ... yes\n'%c' % 'ab' works? ... yes\n'%c' % b'x' works? ... yes\nok\nPASS: test_unicode_in_error_message (test.test_format.FormatTest.test_unicode_in_error_message)\nPASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_format.FormatTest.test_with_a_commas_and_an_underscore_in_format_specifier)\nPASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_format.FormatTest.test_with_an_underscore_and_a_comma_in_format_specifier)\nPASS: test_with_two_commas_in_format_specifier (test.test_format.FormatTest.test_with_two_commas_in_format_specifier)\nPASS: test_with_two_underscore_in_format_specifier (test.test_format.FormatTest.test_with_two_underscore_in_format_specifier)\n\n----------------------------------------------------------------------\nRan 18 tests in 0.005s\n\nOK\n0:01:28 load avg: 1.63 [198/480] test_fractions passed\nPASS: testApproximateCos1 (test.test_fractions.FractionTest.testApproximateCos1)\nPASS: testApproximatePi (test.test_fractions.FractionTest.testApproximatePi)\nPASS: testArithmetic (test.test_fractions.FractionTest.testArithmetic)\nPASS: testBigComplexComparisons (test.test_fractions.FractionTest.testBigComplexComparisons)\nPASS: testBigFloatComparisons (test.test_fractions.FractionTest.testBigFloatComparisons)\nPASS: testBoolGuarateesBoolReturn (test.test_fractions.FractionTest.testBoolGuarateesBoolReturn)\nPASS: testComparisons (test.test_fractions.FractionTest.testComparisons)\nPASS: testComparisonsDummyFloat (test.test_fractions.FractionTest.testComparisonsDummyFloat)\nPASS: testComparisonsDummyRational (test.test_fractions.FractionTest.testComparisonsDummyRational)\nPASS: testConversions (test.test_fractions.FractionTest.testConversions)\nPASS: testFromDecimal (test.test_fractions.FractionTest.testFromDecimal)\nPASS: testFromFloat (test.test_fractions.FractionTest.testFromFloat)\nPASS: testFromString (test.test_fractions.FractionTest.testFromString)\nPASS: testHash (test.test_fractions.FractionTest.testHash)\nPASS: testImmutable (test.test_fractions.FractionTest.testImmutable)\nPASS: testInit (test.test_fractions.FractionTest.testInit)\nPASS: testInitFromDecimal (test.test_fractions.FractionTest.testInitFromDecimal)\nPASS: testInitFromFloat (test.test_fractions.FractionTest.testInitFromFloat)\nPASS: testIntGuaranteesIntReturn (test.test_fractions.FractionTest.testIntGuaranteesIntReturn)\nPASS: testLargeArithmetic (test.test_fractions.FractionTest.testLargeArithmetic)\nPASS: testLimitDenominator (test.test_fractions.FractionTest.testLimitDenominator)\nPASS: testMixedArithmetic (test.test_fractions.FractionTest.testMixedArithmetic)\nPASS: testMixedDivision (test.test_fractions.FractionTest.testMixedDivision)\nPASS: testMixedEqual (test.test_fractions.FractionTest.testMixedEqual)\nPASS: testMixedIntegerDivision (test.test_fractions.FractionTest.testMixedIntegerDivision)\nPASS: testMixedLess (test.test_fractions.FractionTest.testMixedLess)\nPASS: testMixedLessEqual (test.test_fractions.FractionTest.testMixedLessEqual)\nPASS: testMixedMultiplication (test.test_fractions.FractionTest.testMixedMultiplication)\nPASS: testMixedPower (test.test_fractions.FractionTest.testMixedPower)\nPASS: testMixingWithDecimal (test.test_fractions.FractionTest.testMixingWithDecimal)\nPASS: testRound (test.test_fractions.FractionTest.testRound)\nPASS: testStringification (test.test_fractions.FractionTest.testStringification)\nPASS: testSupportsInt (test.test_fractions.FractionTest.testSupportsInt)\nPASS: test_as_integer_ratio (test.test_fractions.FractionTest.test_as_integer_ratio)\nPASS: test_complex_handling (test.test_fractions.FractionTest.test_complex_handling)\nPASS: test_copy_deepcopy_pickle (test.test_fractions.FractionTest.test_copy_deepcopy_pickle)\nPASS: test_float_format_testfile (test.test_fractions.FractionTest.test_float_format_testfile)\nPASS: test_format_e_presentation_type (test.test_fractions.FractionTest.test_format_e_presentation_type)\nPASS: test_format_f_presentation_type (test.test_fractions.FractionTest.test_format_f_presentation_type)\nPASS: test_format_g_presentation_type (test.test_fractions.FractionTest.test_format_g_presentation_type)\nPASS: test_format_no_presentation_type (test.test_fractions.FractionTest.test_format_no_presentation_type)\nPASS: test_int_subclass (test.test_fractions.FractionTest.test_int_subclass)\nPASS: test_invalid_formats (test.test_fractions.FractionTest.test_invalid_formats)\nPASS: test_is_integer (test.test_fractions.FractionTest.test_is_integer)\nPASS: test_limit_int (test.test_fractions.FractionTest.test_limit_int)\nPASS: test_slots (test.test_fractions.FractionTest.test_slots)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.017s\n\nOK\n0:01:28 load avg: 1.63 [199/480] test_frame passed\nPASS: test_clear_does_not_clear_specials (test.test_frame.ClearTest.test_clear_does_not_clear_specials)\nPASS: test_clear_executing (test.test_frame.ClearTest.test_clear_executing)\nPASS: test_clear_executing_generator (test.test_frame.ClearTest.test_clear_executing_generator)\nPASS: test_clear_generator (test.test_frame.ClearTest.test_clear_generator)\nPASS: test_clear_locals (test.test_frame.ClearTest.test_clear_locals)\nPASS: test_clear_locals_after_f_locals_access (test.test_frame.ClearTest.test_clear_locals_after_f_locals_access)\nPASS: test_clear_refcycles (test.test_frame.ClearTest.test_clear_refcycles)\nPASS: test_lineno_with_tracing (test.test_frame.ClearTest.test_lineno_with_tracing)\nPASS: test_clear_locals (test.test_frame.FrameAttrsTest.test_clear_locals)\nPASS: test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault)\nPASS: test_locals_clear_locals (test.test_frame.FrameAttrsTest.test_locals_clear_locals)\nPASS: test_bool (test.test_frame.FrameLocalsProxyMappingTests.test_bool)\nSKIP: test_clear (test.test_frame.FrameLocalsProxyMappingTests.test_clear) 'Unlike a mapping: no proxy.clear'\nSKIP: test_constructor (test.test_frame.FrameLocalsProxyMappingTests.test_constructor) 'Locals proxies for different frames never compare as equal'\nPASS: test_contains (test.test_frame.FrameLocalsProxyMappingTests.test_contains)\nPASS: test_copy (test.test_frame.FrameLocalsProxyMappingTests.test_copy)\nSKIP: test_eq (test.test_frame.FrameLocalsProxyMappingTests.test_eq) 'Locals proxies for different frames never compare as equal'\nSKIP: test_fromkeys (test.test_frame.FrameLocalsProxyMappingTests.test_fromkeys) 'Unlike a mapping: no proxy.fromkeys'\nPASS: test_get (test.test_frame.FrameLocalsProxyMappingTests.test_get)\nPASS: test_getitem (test.test_frame.FrameLocalsProxyMappingTests.test_getitem)\nPASS: test_items (test.test_frame.FrameLocalsProxyMappingTests.test_items)\nPASS: test_keys (test.test_frame.FrameLocalsProxyMappingTests.test_keys)\nPASS: test_len (test.test_frame.FrameLocalsProxyMappingTests.test_len)\nPASS: test_mutatingiteration (test.test_frame.FrameLocalsProxyMappingTests.test_mutatingiteration)\nSKIP: test_pop (test.test_frame.FrameLocalsProxyMappingTests.test_pop) 'Unlike a mapping: no proxy.pop'\nSKIP: test_popitem (test.test_frame.FrameLocalsProxyMappingTests.test_popitem) 'Unlike a mapping: no proxy.popitem'\nPASS: test_read (test.test_frame.FrameLocalsProxyMappingTests.test_read)\nPASS: test_repr (test.test_frame.FrameLocalsProxyMappingTests.test_repr)\nPASS: test_repr_deep (test.test_frame.FrameLocalsProxyMappingTests.test_repr_deep)\nPASS: test_setdefault (test.test_frame.FrameLocalsProxyMappingTests.test_setdefault)\nSKIP: test_update (test.test_frame.FrameLocalsProxyMappingTests.test_update) 'Unlike a mapping: no proxy.update'\nPASS: test_values (test.test_frame.FrameLocalsProxyMappingTests.test_values)\nSKIP: test_write (test.test_frame.FrameLocalsProxyMappingTests.test_write) 'Unlike a mapping: del proxy[key] fails'\nPASS: test_repr (test.test_frame.ReprTest.test_repr)\ntest_frame_fback_api (test.test_frame.TestCAPI.test_frame_fback_api)\nPASS: Test that accessing `f_back` does not cause a segmentation fault on\nPASS: test_frame_get_generator (test.test_frame.TestCAPI.test_frame_get_generator)\nPASS: test_frame_getters (test.test_frame.TestCAPI.test_frame_getters)\nPASS: test_getvar (test.test_frame.TestCAPI.test_getvar)\nPASS: test_basic (test.test_frame.TestFrameCApi.test_basic)\nPASS: test_as_dict (test.test_frame.TestFrameLocals.test_as_dict)\nPASS: test_as_number (test.test_frame.TestFrameLocals.test_as_number)\nPASS: test_closure (test.test_frame.TestFrameLocals.test_closure)\nPASS: test_closure_with_inline_comprehension (test.test_frame.TestFrameLocals.test_closure_with_inline_comprehension)\nPASS: test_constructor (test.test_frame.TestFrameLocals.test_constructor)\nPASS: test_copy (test.test_frame.TestFrameLocals.test_copy)\nPASS: test_delete (test.test_frame.TestFrameLocals.test_delete)\nPASS: test_is_mapping (test.test_frame.TestFrameLocals.test_is_mapping)\nPASS: test_local_objects (test.test_frame.TestFrameLocals.test_local_objects)\nPASS: test_non_string_key (test.test_frame.TestFrameLocals.test_non_string_key)\nPASS: test_proxy_key_stringlikes_ftrst_write (test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_ftrst_write)\nPASS: test_proxy_key_stringlikes_overwrite (test.test_frame.TestFrameLocals.test_proxy_key_stringlikes_overwrite)\nPASS: test_proxy_key_unhashables (test.test_frame.TestFrameLocals.test_proxy_key_unhashables)\nPASS: test_repr (test.test_frame.TestFrameLocals.test_repr)\nPASS: test_scope (test.test_frame.TestFrameLocals.test_scope)\nPASS: test_sizeof (test.test_frame.TestFrameLocals.test_sizeof)\nPASS: test_unsupport (test.test_frame.TestFrameLocals.test_unsupport)\nPASS: test_update_with_self (test.test_frame.TestFrameLocals.test_update_with_self)\nPASS: test_write_with_hidden (test.test_frame.TestFrameLocals.test_write_with_hidden)\nPASS: test_entry_frames_are_invisible_during_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_entry_frames_are_invisible_during_teardown)\nPASS: test_issue95818 (test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818)\nPASS: test_sneaky_frame_object_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown)\n\n----------------------------------------------------------------------\nRan 61 tests in 0.082s\n\nOK (skipped=8)\n0:01:28 load avg: 1.63 [200/480] test_free_threading skipped\ntest_free_threading skipped -- GIL enabled\n0:01:28 load avg: 1.63 [201/480] test_file_eintr passed\ntest_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readall)\nPASS: BufferedReader.read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readall)\nPASS: readall() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readall)\nPASS: read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readall)\nPASS: BufferedReader.read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readall)\nPASS: readall() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\ntest_readall (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readall)\nPASS: read() must handle signals and not lose data.\ntest_readline (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readline)\nPASS: readline() must handle signals and not lose data.\ntest_readlines (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readlines)\nPASS: readlines() must handle signals and not lose data.\n\n----------------------------------------------------------------------\nRan 18 tests in 1.528s\n\nOK\n0:01:28 load avg: 1.63 [202/480] test_frozen passed\nPASS: test_frozen (test.test_frozen.TestFrozen.test_frozen)\nPASS: test_frozen_submodule_in_unfrozen_package (test.test_frozen.TestFrozen.test_frozen_submodule_in_unfrozen_package)\nPASS: test_unfrozen_submodule_in_frozen_package (test.test_frozen.TestFrozen.test_unfrozen_submodule_in_frozen_package)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.001s\n\nOK\n0:01:29 load avg: 1.63 [203/480] test_fstring passed\nPASS: test__format__lookup (test.test_fstring.TestCase.test__format__lookup)\nPASS: test_arguments (test.test_fstring.TestCase.test_arguments)\nPASS: test_assignment (test.test_fstring.TestCase.test_assignment)\nPASS: test_ast (test.test_fstring.TestCase.test_ast)\nPASS: test_ast_compile_time_concat (test.test_fstring.TestCase.test_ast_compile_time_concat)\nPASS: test_ast_fstring_empty_format_spec (test.test_fstring.TestCase.test_ast_fstring_empty_format_spec)\nPASS: test_ast_fstring_format_spec (test.test_fstring.TestCase.test_ast_fstring_format_spec)\nPASS: test_ast_line_numbers (test.test_fstring.TestCase.test_ast_line_numbers)\nPASS: test_ast_line_numbers_duplicate_expression (test.test_fstring.TestCase.test_ast_line_numbers_duplicate_expression)\nPASS: test_ast_line_numbers_multiline_fstring (test.test_fstring.TestCase.test_ast_line_numbers_multiline_fstring)\nPASS: test_ast_line_numbers_multiple_formattedvalues (test.test_fstring.TestCase.test_ast_line_numbers_multiple_formattedvalues)\nPASS: test_ast_line_numbers_nested (test.test_fstring.TestCase.test_ast_line_numbers_nested)\nPASS: test_ast_line_numbers_with_parentheses (test.test_fstring.TestCase.test_ast_line_numbers_with_parentheses)\nPASS: test_ast_numbers_fstring_with_formatting (test.test_fstring.TestCase.test_ast_numbers_fstring_with_formatting)\nPASS: test_backslash_char (test.test_fstring.TestCase.test_backslash_char)\nPASS: test_backslashes_in_expression_part (test.test_fstring.TestCase.test_backslashes_in_expression_part)\nPASS: test_backslashes_in_string_part (test.test_fstring.TestCase.test_backslashes_in_string_part)\nPASS: test_call (test.test_fstring.TestCase.test_call)\nPASS: test_closure (test.test_fstring.TestCase.test_closure)\nPASS: test_comments (test.test_fstring.TestCase.test_comments)\nPASS: test_compile_time_concat (test.test_fstring.TestCase.test_compile_time_concat)\nPASS: test_compile_time_concat_errors (test.test_fstring.TestCase.test_compile_time_concat_errors)\nPASS: test_conversions (test.test_fstring.TestCase.test_conversions)\nPASS: test_custom_format_specifier (test.test_fstring.TestCase.test_custom_format_specifier)\nPASS: test_debug_conversion (test.test_fstring.TestCase.test_debug_conversion)\nPASS: test_debug_expressions_are_raw_strings (test.test_fstring.TestCase.test_debug_expressions_are_raw_strings)\nPASS: test_debug_in_file (test.test_fstring.TestCase.test_debug_in_file)\nPASS: test_del (test.test_fstring.TestCase.test_del)\nPASS: test_dict (test.test_fstring.TestCase.test_dict)\nPASS: test_docstring (test.test_fstring.TestCase.test_docstring)\nPASS: test_double_braces (test.test_fstring.TestCase.test_double_braces)\nPASS: test_empty_format_specifier (test.test_fstring.TestCase.test_empty_format_specifier)\nPASS: test_equal_equal (test.test_fstring.TestCase.test_equal_equal)\nPASS: test_errors (test.test_fstring.TestCase.test_errors)\nPASS: test_expressions_with_triple_quoted_strings (test.test_fstring.TestCase.test_expressions_with_triple_quoted_strings)\nPASS: test_filename_in_syntaxerror (test.test_fstring.TestCase.test_filename_in_syntaxerror)\nPASS: test_format_specifier_expressions (test.test_fstring.TestCase.test_format_specifier_expressions)\nPASS: test_fstring_backslash_before_double_bracket (test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket)\nPASS: test_fstring_backslash_before_double_bracket_warns_once (test.test_fstring.TestCase.test_fstring_backslash_before_double_bracket_warns_once)\nPASS: test_fstring_backslash_prefix_raw (test.test_fstring.TestCase.test_fstring_backslash_prefix_raw)\nPASS: test_fstring_format_spec_greedy_matching (test.test_fstring.TestCase.test_fstring_format_spec_greedy_matching)\nPASS: test_fstring_nested_too_deeply (test.test_fstring.TestCase.test_fstring_nested_too_deeply)\nPASS: test_fstring_without_formatting_bytecode (test.test_fstring.TestCase.test_fstring_without_formatting_bytecode)\nPASS: test_gh129093 (test.test_fstring.TestCase.test_gh129093)\nPASS: test_global (test.test_fstring.TestCase.test_global)\nPASS: test_if_conditional (test.test_fstring.TestCase.test_if_conditional)\nPASS: test_invalid_backslashes_inside_fstring_context (test.test_fstring.TestCase.test_invalid_backslashes_inside_fstring_context)\nPASS: test_invalid_string_prefixes (test.test_fstring.TestCase.test_invalid_string_prefixes)\nPASS: test_invalid_syntax_error_message (test.test_fstring.TestCase.test_invalid_syntax_error_message)\nPASS: test_lambda (test.test_fstring.TestCase.test_lambda)\nPASS: test_leading_trailing_spaces (test.test_fstring.TestCase.test_leading_trailing_spaces)\nPASS: test_literal (test.test_fstring.TestCase.test_literal)\nPASS: test_literal_eval (test.test_fstring.TestCase.test_literal_eval)\nPASS: test_locals (test.test_fstring.TestCase.test_locals)\nPASS: test_loop (test.test_fstring.TestCase.test_loop)\nPASS: test_many_expressions (test.test_fstring.TestCase.test_many_expressions)\nPASS: test_misformed_unicode_character_name (test.test_fstring.TestCase.test_misformed_unicode_character_name)\nPASS: test_mismatched_braces (test.test_fstring.TestCase.test_mismatched_braces)\nPASS: test_mismatched_parens (test.test_fstring.TestCase.test_mismatched_parens)\nPASS: test_missing_expression (test.test_fstring.TestCase.test_missing_expression)\nPASS: test_missing_format_spec (test.test_fstring.TestCase.test_missing_format_spec)\nPASS: test_missing_variable (test.test_fstring.TestCase.test_missing_variable)\nPASS: test_multiple_vars (test.test_fstring.TestCase.test_multiple_vars)\nPASS: test_nested_fstrings (test.test_fstring.TestCase.test_nested_fstrings)\nPASS: test_newlines_before_syntax_error (test.test_fstring.TestCase.test_newlines_before_syntax_error)\nPASS: test_newlines_in_expressions (test.test_fstring.TestCase.test_newlines_in_expressions)\nPASS: test_newlines_in_format_specifiers (test.test_fstring.TestCase.test_newlines_in_format_specifiers)\ntest_no_escapes_for_braces (test.test_fstring.TestCase.test_no_escapes_for_braces)\nPASS: Only literal curly braces begin an expression.\nPASS: test_not_closing_quotes (test.test_fstring.TestCase.test_not_closing_quotes)\nPASS: test_not_equal (test.test_fstring.TestCase.test_not_equal)\nPASS: test_parens_in_expressions (test.test_fstring.TestCase.test_parens_in_expressions)\nPASS: test_roundtrip_raw_quotes (test.test_fstring.TestCase.test_roundtrip_raw_quotes)\nPASS: test_shadowed_global (test.test_fstring.TestCase.test_shadowed_global)\nPASS: test_side_effect_order (test.test_fstring.TestCase.test_side_effect_order)\nPASS: test_str_format_differences (test.test_fstring.TestCase.test_str_format_differences)\nPASS: test_syntax_error_after_debug (test.test_fstring.TestCase.test_syntax_error_after_debug)\nPASS: test_syntax_error_for_starred_expressions (test.test_fstring.TestCase.test_syntax_error_for_starred_expressions)\nPASS: test_syntax_error_in_nested_fstring (test.test_fstring.TestCase.test_syntax_error_in_nested_fstring)\nPASS: test_syntax_warning_infinite_recursion_in_file (test.test_fstring.TestCase.test_syntax_warning_infinite_recursion_in_file)\nPASS: test_unterminated_string (test.test_fstring.TestCase.test_unterminated_string)\nPASS: test_valid_prefixes (test.test_fstring.TestCase.test_valid_prefixes)\nPASS: test_walrus (test.test_fstring.TestCase.test_walrus)\nPASS: test_with_a_commas_and_an_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_a_commas_and_an_underscore_in_format_specifier)\nPASS: test_with_an_underscore_and_a_comma_in_format_specifier (test.test_fstring.TestCase.test_with_an_underscore_and_a_comma_in_format_specifier)\nPASS: test_with_two_commas_in_format_specifier (test.test_fstring.TestCase.test_with_two_commas_in_format_specifier)\nPASS: test_with_two_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_two_underscore_in_format_specifier)\nPASS: test_yield (test.test_fstring.TestCase.test_yield)\nPASS: test_yield_send (test.test_fstring.TestCase.test_yield_send)\n\n----------------------------------------------------------------------\nRan 88 tests in 0.986s\n\nOK\n0:01:29 load avg: 1.63 [204/480] test_funcattrs passed\nPASS: test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_delete_unknown_attr)\nPASS: test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_set_attr)\nPASS: test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_unset_attr)\nPASS: test_builtin__qualname__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__qualname__)\nPASS: test_builtin__self__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__self__)\nPASS: test_comparison (test.test_funcattrs.CellTest.test_comparison)\nPASS: test_delete___dict__ (test.test_funcattrs.FunctionDictsTest.test_delete___dict__)\nPASS: test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest.test_func_as_dict_key)\nPASS: test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_invalid)\nPASS: test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_valid)\nPASS: test_unassigned_dict (test.test_funcattrs.FunctionDictsTest.test_unassigned_dict)\nPASS: test_delete_docstring (test.test_funcattrs.FunctionDocstringTest.test_delete_docstring)\nPASS: test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest.test_set_docstring_attr)\nPASS: test___builtins__ (test.test_funcattrs.FunctionPropertiesTest.test___builtins__)\nPASS: test___closure__ (test.test_funcattrs.FunctionPropertiesTest.test___closure__)\nPASS: test___code__ (test.test_funcattrs.FunctionPropertiesTest.test___code__)\nPASS: test___globals__ (test.test_funcattrs.FunctionPropertiesTest.test___globals__)\nPASS: test___name__ (test.test_funcattrs.FunctionPropertiesTest.test___name__)\nPASS: test___qualname__ (test.test_funcattrs.FunctionPropertiesTest.test___qualname__)\nPASS: test___type_params__ (test.test_funcattrs.FunctionPropertiesTest.test___type_params__)\nPASS: test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest.test_blank_func_defaults)\nPASS: test_cell_new (test.test_funcattrs.FunctionPropertiesTest.test_cell_new)\nPASS: test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest.test_copying___code__)\nPASS: test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest.test_dir_includes_correct_attrs)\nPASS: test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest.test_duplicate_function_equality)\nPASS: test_empty_cell (test.test_funcattrs.FunctionPropertiesTest.test_empty_cell)\nPASS: test_func_default_args (test.test_funcattrs.FunctionPropertiesTest.test_func_default_args)\nPASS: test_invalid___code___assignment (test.test_funcattrs.FunctionPropertiesTest.test_invalid___code___assignment)\nPASS: test_module (test.test_funcattrs.FunctionPropertiesTest.test_module)\nPASS: test_set_cell (test.test_funcattrs.FunctionPropertiesTest.test_set_cell)\nPASS: test___class__ (test.test_funcattrs.InstancemethodAttrTest.test___class__)\nPASS: test___func__ (test.test_funcattrs.InstancemethodAttrTest.test___func__)\nPASS: test___func___non_method (test.test_funcattrs.InstancemethodAttrTest.test___func___non_method)\nPASS: test___self__ (test.test_funcattrs.InstancemethodAttrTest.test___self__)\nPASS: test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest.test_func_attribute)\n\n----------------------------------------------------------------------\nRan 35 tests in 0.002s\n\nOK\n0:01:29 load avg: 1.63 [205/480] test_functools passed\nPASS: test_cache (test.test_functools.TestCacheC.test_cache)\nPASS: test_cache (test.test_functools.TestCachePy.test_cache)\nPASS: test_access_from_class (test.test_functools.TestCachedProperty.test_access_from_class)\nPASS: test_cached (test.test_functools.TestCachedProperty.test_cached)\nPASS: test_cached_attribute_name_differs_from_func_name (test.test_functools.TestCachedProperty.test_cached_attribute_name_differs_from_func_name)\nPASS: test_doc (test.test_functools.TestCachedProperty.test_doc)\nPASS: test_immutable_dict (test.test_functools.TestCachedProperty.test_immutable_dict)\nPASS: test_module (test.test_functools.TestCachedProperty.test_module)\nPASS: test_object_with_slots (test.test_functools.TestCachedProperty.test_object_with_slots)\ntest_reuse_different_names (test.test_functools.TestCachedProperty.test_reuse_different_names)\nPASS: Disallow this case because decorated function a would not be cached.\ntest_reuse_same_name (test.test_functools.TestCachedProperty.test_reuse_same_name)\nPASS: Reusing a cached_property on different classes under the same name is OK.\nPASS: test_set_name_not_called (test.test_functools.TestCachedProperty.test_set_name_not_called)\ntest_subclass_with___set__ (test.test_functools.TestCachedProperty.test_subclass_with___set__)\nPASS: Caching still works for a subclass defining __set__.\nPASS: test_bad_cmp (test.test_functools.TestCmpToKeyC.test_bad_cmp)\nPASS: test_cmp_to_key (test.test_functools.TestCmpToKeyC.test_cmp_to_key)\nPASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC.test_cmp_to_key_arguments)\nPASS: test_cmp_to_signature (test.test_functools.TestCmpToKeyC.test_cmp_to_signature)\nPASS: test_disallow_instantiation (test.test_functools.TestCmpToKeyC.test_disallow_instantiation)\nPASS: test_hash (test.test_functools.TestCmpToKeyC.test_hash)\nPASS: test_obj_field (test.test_functools.TestCmpToKeyC.test_obj_field)\nPASS: test_sort_int (test.test_functools.TestCmpToKeyC.test_sort_int)\nPASS: test_sort_int_str (test.test_functools.TestCmpToKeyC.test_sort_int_str)\nPASS: test_bad_cmp (test.test_functools.TestCmpToKeyPy.test_bad_cmp)\nPASS: test_cmp_to_key (test.test_functools.TestCmpToKeyPy.test_cmp_to_key)\nPASS: test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyPy.test_cmp_to_key_arguments)\nPASS: test_cmp_to_signature (test.test_functools.TestCmpToKeyPy.test_cmp_to_signature)\nPASS: test_hash (test.test_functools.TestCmpToKeyPy.test_hash)\nPASS: test_obj_field (test.test_functools.TestCmpToKeyPy.test_obj_field)\nPASS: test_sort_int (test.test_functools.TestCmpToKeyPy.test_sort_int)\nPASS: test_sort_int_str (test.test_functools.TestCmpToKeyPy.test_sort_int_str)\nPASS: test_common_signatures (test.test_functools.TestLRUC.test_common_signatures)\nPASS: test_copy (test.test_functools.TestLRUC.test_copy)\nPASS: test_deepcopy (test.test_functools.TestLRUC.test_deepcopy)\nPASS: test_kwargs_order (test.test_functools.TestLRUC.test_kwargs_order)\nPASS: test_lru (test.test_functools.TestLRUC.test_lru)\nPASS: test_lru_bug_35780 (test.test_functools.TestLRUC.test_lru_bug_35780)\nPASS: test_lru_bug_36650 (test.test_functools.TestLRUC.test_lru_bug_36650)\nPASS: test_lru_cache_decoration (test.test_functools.TestLRUC.test_lru_cache_decoration)\nPASS: test_lru_cache_parameters (test.test_functools.TestLRUC.test_lru_cache_parameters)\nPASS: test_lru_cache_threaded (test.test_functools.TestLRUC.test_lru_cache_threaded)\nPASS: test_lru_cache_threaded2 (test.test_functools.TestLRUC.test_lru_cache_threaded2)\nPASS: test_lru_cache_threaded3 (test.test_functools.TestLRUC.test_lru_cache_threaded3)\nPASS: test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUC.test_lru_cache_typed_is_not_recursive)\nPASS: test_lru_cache_weakrefable (test.test_functools.TestLRUC.test_lru_cache_weakrefable)\nPASS: test_lru_hash_only_once (test.test_functools.TestLRUC.test_lru_hash_only_once)\nPASS: test_lru_method (test.test_functools.TestLRUC.test_lru_method)\nPASS: test_lru_no_args (test.test_functools.TestLRUC.test_lru_no_args)\nPASS: test_lru_recursion (test.test_functools.TestLRUC.test_lru_recursion)\nPASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUC.test_lru_reentrancy_with_len)\nPASS: test_lru_star_arg_handling (test.test_functools.TestLRUC.test_lru_star_arg_handling)\nPASS: test_lru_type_error (test.test_functools.TestLRUC.test_lru_type_error)\nPASS: test_lru_with_exceptions (test.test_functools.TestLRUC.test_lru_with_exceptions)\nPASS: test_lru_with_keyword_args (test.test_functools.TestLRUC.test_lru_with_keyword_args)\nPASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUC.test_lru_with_keyword_args_maxsize_none)\nPASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUC.test_lru_with_maxsize_negative)\nPASS: test_lru_with_maxsize_none (test.test_functools.TestLRUC.test_lru_with_maxsize_none)\nPASS: test_lru_with_types (test.test_functools.TestLRUC.test_lru_with_types)\nPASS: test_need_for_rlock (test.test_functools.TestLRUC.test_need_for_rlock)\nPASS: test_pickle (test.test_functools.TestLRUC.test_pickle)\nPASS: test_common_signatures (test.test_functools.TestLRUPy.test_common_signatures)\nPASS: test_copy (test.test_functools.TestLRUPy.test_copy)\nPASS: test_deepcopy (test.test_functools.TestLRUPy.test_deepcopy)\nPASS: test_kwargs_order (test.test_functools.TestLRUPy.test_kwargs_order)\nPASS: test_lru (test.test_functools.TestLRUPy.test_lru)\nPASS: test_lru_bug_35780 (test.test_functools.TestLRUPy.test_lru_bug_35780)\nPASS: test_lru_bug_36650 (test.test_functools.TestLRUPy.test_lru_bug_36650)\nPASS: test_lru_cache_decoration (test.test_functools.TestLRUPy.test_lru_cache_decoration)\nPASS: test_lru_cache_parameters (test.test_functools.TestLRUPy.test_lru_cache_parameters)\nPASS: test_lru_cache_threaded (test.test_functools.TestLRUPy.test_lru_cache_threaded)\nPASS: test_lru_cache_threaded2 (test.test_functools.TestLRUPy.test_lru_cache_threaded2)\nPASS: test_lru_cache_threaded3 (test.test_functools.TestLRUPy.test_lru_cache_threaded3)\nPASS: test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUPy.test_lru_cache_typed_is_not_recursive)\nPASS: test_lru_cache_weakrefable (test.test_functools.TestLRUPy.test_lru_cache_weakrefable)\nPASS: test_lru_hash_only_once (test.test_functools.TestLRUPy.test_lru_hash_only_once)\nPASS: test_lru_method (test.test_functools.TestLRUPy.test_lru_method)\nPASS: test_lru_no_args (test.test_functools.TestLRUPy.test_lru_no_args)\nPASS: test_lru_recursion (test.test_functools.TestLRUPy.test_lru_recursion)\nPASS: test_lru_reentrancy_with_len (test.test_functools.TestLRUPy.test_lru_reentrancy_with_len)\nPASS: test_lru_star_arg_handling (test.test_functools.TestLRUPy.test_lru_star_arg_handling)\nPASS: test_lru_type_error (test.test_functools.TestLRUPy.test_lru_type_error)\nPASS: test_lru_with_exceptions (test.test_functools.TestLRUPy.test_lru_with_exceptions)\nPASS: test_lru_with_keyword_args (test.test_functools.TestLRUPy.test_lru_with_keyword_args)\nPASS: test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_keyword_args_maxsize_none)\nPASS: test_lru_with_maxsize_negative (test.test_functools.TestLRUPy.test_lru_with_maxsize_negative)\nPASS: test_lru_with_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_maxsize_none)\nPASS: test_lru_with_types (test.test_functools.TestLRUPy.test_lru_with_types)\nPASS: test_need_for_rlock (test.test_functools.TestLRUPy.test_need_for_rlock)\nPASS: test_pickle (test.test_functools.TestLRUPy.test_pickle)\nPASS: test_arg_combinations (test.test_functools.TestPartialC.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialC.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialC.test_attributes)\nPASS: test_attributes_unwritable (test.test_functools.TestPartialC.test_attributes_unwritable)\nPASS: test_basic_examples (test.test_functools.TestPartialC.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialC.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialC.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialC.test_error_propagation)\nPASS: test_keystr_replaces_value (test.test_functools.TestPartialC.test_keystr_replaces_value)\nPASS: test_keyword (test.test_functools.TestPartialC.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialC.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialC.test_kwargs_copy)\nPASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialC.test_manually_adding_non_string_keyword)\nPASS: test_nested_optimization (test.test_functools.TestPartialC.test_nested_optimization)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialC.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialC.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialC.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialC.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialC.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialC.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialC.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialC.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialC.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialC.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialC.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialC.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialC.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialC.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialC.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialC.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialC.test_with_bound_and_unbound_methods)\nPASS: test_arg_combinations (test.test_functools.TestPartialCSubclass.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialCSubclass.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialCSubclass.test_attributes)\nPASS: test_attributes_unwritable (test.test_functools.TestPartialCSubclass.test_attributes_unwritable)\nPASS: test_basic_examples (test.test_functools.TestPartialCSubclass.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialCSubclass.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialCSubclass.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialCSubclass.test_error_propagation)\nPASS: test_keystr_replaces_value (test.test_functools.TestPartialCSubclass.test_keystr_replaces_value)\nPASS: test_keyword (test.test_functools.TestPartialCSubclass.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialCSubclass.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialCSubclass.test_kwargs_copy)\nPASS: test_manually_adding_non_string_keyword (test.test_functools.TestPartialCSubclass.test_manually_adding_non_string_keyword)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialCSubclass.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialCSubclass.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialCSubclass.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialCSubclass.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialCSubclass.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialCSubclass.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialCSubclass.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialCSubclass.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialCSubclass.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialCSubclass.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialCSubclass.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialCSubclass.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialCSubclass.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialCSubclass.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialCSubclass.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialCSubclass.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialCSubclass.test_with_bound_and_unbound_methods)\nPASS: test_abstract (test.test_functools.TestPartialMethod.test_abstract)\nPASS: test_arg_combinations (test.test_functools.TestPartialMethod.test_arg_combinations)\nPASS: test_bound_method_introspection (test.test_functools.TestPartialMethod.test_bound_method_introspection)\nPASS: test_descriptors (test.test_functools.TestPartialMethod.test_descriptors)\nPASS: test_invalid_args (test.test_functools.TestPartialMethod.test_invalid_args)\nPASS: test_nested (test.test_functools.TestPartialMethod.test_nested)\nPASS: test_over_partial (test.test_functools.TestPartialMethod.test_over_partial)\nPASS: test_overriding_keywords (test.test_functools.TestPartialMethod.test_overriding_keywords)\nPASS: test_positional_only (test.test_functools.TestPartialMethod.test_positional_only)\nPASS: test_repr (test.test_functools.TestPartialMethod.test_repr)\nPASS: test_unbound_method_retrieval (test.test_functools.TestPartialMethod.test_unbound_method_retrieval)\nPASS: test_arg_combinations (test.test_functools.TestPartialPy.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialPy.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialPy.test_attributes)\nPASS: test_basic_examples (test.test_functools.TestPartialPy.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialPy.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialPy.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialPy.test_error_propagation)\nPASS: test_keyword (test.test_functools.TestPartialPy.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialPy.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialPy.test_kwargs_copy)\nPASS: test_nested_optimization (test.test_functools.TestPartialPy.test_nested_optimization)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialPy.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPy.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialPy.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialPy.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialPy.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialPy.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialPy.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPy.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialPy.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialPy.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialPy.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialPy.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialPy.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialPy.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialPy.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialPy.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPy.test_with_bound_and_unbound_methods)\nPASS: test_arg_combinations (test.test_functools.TestPartialPySubclass.test_arg_combinations)\nPASS: test_argument_checking (test.test_functools.TestPartialPySubclass.test_argument_checking)\nPASS: test_attributes (test.test_functools.TestPartialPySubclass.test_attributes)\nPASS: test_basic_examples (test.test_functools.TestPartialPySubclass.test_basic_examples)\nPASS: test_copy (test.test_functools.TestPartialPySubclass.test_copy)\nPASS: test_deepcopy (test.test_functools.TestPartialPySubclass.test_deepcopy)\nPASS: test_error_propagation (test.test_functools.TestPartialPySubclass.test_error_propagation)\nPASS: test_keyword (test.test_functools.TestPartialPySubclass.test_keyword)\nPASS: test_kw_combinations (test.test_functools.TestPartialPySubclass.test_kw_combinations)\nPASS: test_kwargs_copy (test.test_functools.TestPartialPySubclass.test_kwargs_copy)\nPASS: test_nested_optimization (test.test_functools.TestPartialPySubclass.test_nested_optimization)\nPASS: test_nested_optimization_bug (test.test_functools.TestPartialPySubclass.test_nested_optimization_bug)\nPASS: test_nested_partial_with_attribute (test.test_functools.TestPartialPySubclass.test_nested_partial_with_attribute)\nPASS: test_no_side_effects (test.test_functools.TestPartialPySubclass.test_no_side_effects)\nPASS: test_partial_as_method (test.test_functools.TestPartialPySubclass.test_partial_as_method)\nPASS: test_partial_genericalias (test.test_functools.TestPartialPySubclass.test_partial_genericalias)\nPASS: test_pickle (test.test_functools.TestPartialPySubclass.test_pickle)\nPASS: test_positional (test.test_functools.TestPartialPySubclass.test_positional)\nPASS: test_protection_of_callers_dict_argument (test.test_functools.TestPartialPySubclass.test_protection_of_callers_dict_argument)\nPASS: test_recursive_pickle (test.test_functools.TestPartialPySubclass.test_recursive_pickle)\nPASS: test_recursive_repr (test.test_functools.TestPartialPySubclass.test_recursive_repr)\nPASS: test_repr (test.test_functools.TestPartialPySubclass.test_repr)\nPASS: test_setstate (test.test_functools.TestPartialPySubclass.test_setstate)\nPASS: test_setstate_errors (test.test_functools.TestPartialPySubclass.test_setstate_errors)\nPASS: test_setstate_refcount (test.test_functools.TestPartialPySubclass.test_setstate_refcount)\nPASS: test_setstate_subclasses (test.test_functools.TestPartialPySubclass.test_setstate_subclasses)\nPASS: test_weakref (test.test_functools.TestPartialPySubclass.test_weakref)\nPASS: test_with_bound_and_unbound_methods (test.test_functools.TestPartialPySubclass.test_with_bound_and_unbound_methods)\nPASS: test_iterator_usage (test.test_functools.TestReduceC.test_iterator_usage)\nPASS: test_reduce (test.test_functools.TestReduceC.test_reduce)\nPASS: test_iterator_usage (test.test_functools.TestReducePy.test_iterator_usage)\nPASS: test_reduce (test.test_functools.TestReducePy.test_reduce)\nPASS: test_abstractmethod_register (test.test_functools.TestSingleDispatch.test_abstractmethod_register)\nPASS: test_annotations (test.test_functools.TestSingleDispatch.test_annotations)\nPASS: test_assignment_behavior (test.test_functools.TestSingleDispatch.test_assignment_behavior)\nPASS: test_c3_abc (test.test_functools.TestSingleDispatch.test_c3_abc)\nPASS: test_c_classes (test.test_functools.TestSingleDispatch.test_c_classes)\nPASS: test_cache_invalidation (test.test_functools.TestSingleDispatch.test_cache_invalidation)\nPASS: test_callable_register (test.test_functools.TestSingleDispatch.test_callable_register)\nPASS: test_classmethod_register (test.test_functools.TestSingleDispatch.test_classmethod_register)\nPASS: test_classmethod_slotted_class (test.test_functools.TestSingleDispatch.test_classmethod_slotted_class)\nPASS: test_classmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_classmethod_type_ann_register)\nPASS: test_compose_mro (test.test_functools.TestSingleDispatch.test_compose_mro)\nPASS: test_double_wrapped_methods (test.test_functools.TestSingleDispatch.test_double_wrapped_methods)\nPASS: test_false_meta (test.test_functools.TestSingleDispatch.test_false_meta)\nPASS: test_invalid_positional_argument (test.test_functools.TestSingleDispatch.test_invalid_positional_argument)\nPASS: test_invalid_positional_argument_singledispatchmethod (test.test_functools.TestSingleDispatch.test_invalid_positional_argument_singledispatchmethod)\nPASS: test_invalid_registrations (test.test_functools.TestSingleDispatch.test_invalid_registrations)\nPASS: test_method_bad_hash (test.test_functools.TestSingleDispatch.test_method_bad_hash)\nPASS: test_method_equal_instances (test.test_functools.TestSingleDispatch.test_method_equal_instances)\nPASS: test_method_no_reference_loops (test.test_functools.TestSingleDispatch.test_method_no_reference_loops)\nPASS: test_method_register (test.test_functools.TestSingleDispatch.test_method_register)\nPASS: test_method_signatures (test.test_functools.TestSingleDispatch.test_method_signatures)\nPASS: test_method_wrapping_attributes (test.test_functools.TestSingleDispatch.test_method_wrapping_attributes)\nPASS: test_mro (test.test_functools.TestSingleDispatch.test_mro)\nPASS: test_mro_conflicts (test.test_functools.TestSingleDispatch.test_mro_conflicts)\nPASS: test_register_abc (test.test_functools.TestSingleDispatch.test_register_abc)\nPASS: test_register_decorator (test.test_functools.TestSingleDispatch.test_register_decorator)\nPASS: test_register_genericalias (test.test_functools.TestSingleDispatch.test_register_genericalias)\nPASS: test_register_genericalias_annotation (test.test_functools.TestSingleDispatch.test_register_genericalias_annotation)\nPASS: test_register_genericalias_decorator (test.test_functools.TestSingleDispatch.test_register_genericalias_decorator)\nPASS: test_signatures (test.test_functools.TestSingleDispatch.test_signatures)\nPASS: test_simple_overloads (test.test_functools.TestSingleDispatch.test_simple_overloads)\nPASS: test_slotted_class (test.test_functools.TestSingleDispatch.test_slotted_class)\nPASS: test_staticmethod_register (test.test_functools.TestSingleDispatch.test_staticmethod_register)\nPASS: test_staticmethod_slotted_class (test.test_functools.TestSingleDispatch.test_staticmethod_slotted_class)\nPASS: test_staticmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_staticmethod_type_ann_register)\nPASS: test_type_ann_register (test.test_functools.TestSingleDispatch.test_type_ann_register)\nPASS: test_union (test.test_functools.TestSingleDispatch.test_union)\nPASS: test_union_None (test.test_functools.TestSingleDispatch.test_union_None)\nPASS: test_union_conflict (test.test_functools.TestSingleDispatch.test_union_conflict)\nPASS: test_wrapping_attributes (test.test_functools.TestSingleDispatch.test_wrapping_attributes)\nPASS: test_no_operations_defined (test.test_functools.TestTotalOrdering.test_no_operations_defined)\nPASS: test_notimplemented (test.test_functools.TestTotalOrdering.test_notimplemented)\nPASS: test_pickle (test.test_functools.TestTotalOrdering.test_pickle)\nPASS: test_total_ordering_for_metaclasses_issue_44605 (test.test_functools.TestTotalOrdering.test_total_ordering_for_metaclasses_issue_44605)\nPASS: test_total_ordering_ge (test.test_functools.TestTotalOrdering.test_total_ordering_ge)\nPASS: test_total_ordering_gt (test.test_functools.TestTotalOrdering.test_total_ordering_gt)\nPASS: test_total_ordering_le (test.test_functools.TestTotalOrdering.test_total_ordering_le)\nPASS: test_total_ordering_lt (test.test_functools.TestTotalOrdering.test_total_ordering_lt)\nPASS: test_total_ordering_no_overwrite (test.test_functools.TestTotalOrdering.test_total_ordering_no_overwrite)\nPASS: test_type_error_when_not_implemented (test.test_functools.TestTotalOrdering.test_type_error_when_not_implemented)\nPASS: test_builtin_update (test.test_functools.TestUpdateWrapper.test_builtin_update)\nPASS: test_default_update (test.test_functools.TestUpdateWrapper.test_default_update)\nPASS: test_default_update_doc (test.test_functools.TestUpdateWrapper.test_default_update_doc)\nPASS: test_missing_attributes (test.test_functools.TestUpdateWrapper.test_missing_attributes)\nPASS: test_no_update (test.test_functools.TestUpdateWrapper.test_no_update)\nPASS: test_selective_update (test.test_functools.TestUpdateWrapper.test_selective_update)\nPASS: test_update_type_wrapper (test.test_functools.TestUpdateWrapper.test_update_type_wrapper)\nPASS: test_builtin_update (test.test_functools.TestWraps.test_builtin_update)\nPASS: test_default_update (test.test_functools.TestWraps.test_default_update)\nPASS: test_default_update_doc (test.test_functools.TestWraps.test_default_update_doc)\nPASS: test_missing_attributes (test.test_functools.TestWraps.test_missing_attributes)\nPASS: test_no_update (test.test_functools.TestWraps.test_no_update)\nPASS: test_selective_update (test.test_functools.TestWraps.test_selective_update)\nPASS: test_update_type_wrapper (test.test_functools.TestWraps.test_update_type_wrapper)\n\n----------------------------------------------------------------------\nRan 284 tests in 0.220s\n\nOK\n0:01:31 load avg: 1.63 [206/480] test_gc passed\nPASS: test_collect (test.test_gc.GCCallbackTests.test_collect)\nPASS: test_collect_garbage (test.test_gc.GCCallbackTests.test_collect_garbage)\nPASS: test_collect_generation (test.test_gc.GCCallbackTests.test_collect_generation)\nSKIP: test_refcount_errors (test.test_gc.GCCallbackTests.test_refcount_errors) 'built with -NDEBUG'\nPASS: test_boom (test.test_gc.GCTests.test_boom)\nPASS: test_boom2 (test.test_gc.GCTests.test_boom2)\nPASS: test_bug1055820b (test.test_gc.GCTests.test_bug1055820b)\nPASS: test_bug21435 (test.test_gc.GCTests.test_bug21435)\nPASS: test_class (test.test_gc.GCTests.test_class)\nPASS: test_collect_generations (test.test_gc.GCTests.test_collect_generations)\nPASS: test_deferred_refcount_frozen (test.test_gc.GCTests.test_deferred_refcount_frozen)\nPASS: test_del (test.test_gc.GCTests.test_del)\nPASS: test_del_newclass (test.test_gc.GCTests.test_del_newclass)\nPASS: test_dict (test.test_gc.GCTests.test_dict)\nPASS: test_frame (test.test_gc.GCTests.test_frame)\nPASS: test_freeze (test.test_gc.GCTests.test_freeze)\nPASS: test_function (test.test_gc.GCTests.test_function)\nPASS: test_function_tp_clear_leaves_consistent_state (test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state)\nPASS: test_garbage_at_shutdown (test.test_gc.GCTests.test_garbage_at_shutdown)\nPASS: test_gc_main_module_at_shutdown (test.test_gc.GCTests.test_gc_main_module_at_shutdown)\nPASS: test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown)\nPASS: test_get_count (test.test_gc.GCTests.test_get_count)\nPASS: test_get_objects (test.test_gc.GCTests.test_get_objects)\nPASS: test_get_objects_arguments (test.test_gc.GCTests.test_get_objects_arguments)\nPASS: test_get_objects_during_gc (test.test_gc.GCTests.test_get_objects_during_gc)\nPASS: test_get_objects_generations (test.test_gc.GCTests.test_get_objects_generations)\nPASS: test_get_referents (test.test_gc.GCTests.test_get_referents)\nPASS: test_get_referents_on_capsule (test.test_gc.GCTests.test_get_referents_on_capsule)\nPASS: test_get_stats (test.test_gc.GCTests.test_get_stats)\nPASS: test_global_del_SystemExit (test.test_gc.GCTests.test_global_del_SystemExit)\nPASS: test_instance (test.test_gc.GCTests.test_instance)\nPASS: test_is_finalized (test.test_gc.GCTests.test_is_finalized)\nPASS: test_is_tracked (test.test_gc.GCTests.test_is_tracked)\nPASS: test_legacy_finalizer (test.test_gc.GCTests.test_legacy_finalizer)\nPASS: test_legacy_finalizer_newclass (test.test_gc.GCTests.test_legacy_finalizer_newclass)\nPASS: test_list (test.test_gc.GCTests.test_list)\nPASS: test_method (test.test_gc.GCTests.test_method)\nPASS: test_newinstance (test.test_gc.GCTests.test_newinstance)\nPASS: test_newstyleclass (test.test_gc.GCTests.test_newstyleclass)\nPASS: test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects)\nPASS: test_resurrection_is_transitive (test.test_gc.GCTests.test_resurrection_is_transitive)\nPASS: test_resurrection_only_happens_once_per_object (test.test_gc.GCTests.test_resurrection_only_happens_once_per_object)\nPASS: test_saveall (test.test_gc.GCTests.test_saveall)\nPASS: test_trash_weakref_clear (test.test_gc.GCTests.test_trash_weakref_clear)\nPASS: test_trashcan (test.test_gc.GCTests.test_trashcan)\nPASS: test_trashcan_threads (test.test_gc.GCTests.test_trashcan_threads)\nPASS: test_traverse_frozen_objects (test.test_gc.GCTests.test_traverse_frozen_objects)\nPASS: test_tuple (test.test_gc.GCTests.test_tuple)\nPASS: test_bug1055820c (test.test_gc.GCTogglingTests.test_bug1055820c)\nPASS: test_bug1055820d (test.test_gc.GCTogglingTests.test_bug1055820d)\nPASS: test_indirect_calls_with_gc_disabled (test.test_gc.GCTogglingTests.test_indirect_calls_with_gc_disabled)\nPASS: test_ast_fini (test.test_gc.PythonFinalizationTests.test_ast_fini)\nrestoring automatic collection\n\n----------------------------------------------------------------------\nRan 52 tests in 1.473s\n\nOK (skipped=1)\n0:01:31 load avg: 1.63 [207/480] test_generated_cases skipped\ntest_generated_cases skipped -- cases_generator directory could not be found\n0:01:31 load avg: 1.58 [208/480] test_generator_stop passed\nPASS: test_stopiteration_wrapping (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping)\nPASS: test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping_context)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK\n0:01:31 load avg: 1.58 [209/480] test_generators passed\nPASS: test_except_gen_except (test.test_generators.ExceptionTest.test_except_gen_except)\nPASS: test_except_next (test.test_generators.ExceptionTest.test_except_next)\nPASS: test_except_throw (test.test_generators.ExceptionTest.test_except_throw)\nPASS: test_except_throw_bad_exception (test.test_generators.ExceptionTest.test_except_throw_bad_exception)\nPASS: test_except_throw_exception_context (test.test_generators.ExceptionTest.test_except_throw_exception_context)\nPASS: test_gen_3_arg_deprecation_warning (test.test_generators.ExceptionTest.test_gen_3_arg_deprecation_warning)\nPASS: test_nested_gen_except_loop (test.test_generators.ExceptionTest.test_nested_gen_except_loop)\nPASS: test_return_stopiteration (test.test_generators.ExceptionTest.test_return_stopiteration)\nPASS: test_return_tuple (test.test_generators.ExceptionTest.test_return_tuple)\nPASS: test_stopiteration_error (test.test_generators.ExceptionTest.test_stopiteration_error)\nPASS: test_tutorial_stopiteration (test.test_generators.ExceptionTest.test_tutorial_stopiteration)\nPASS: test_frame_resurrect (test.test_generators.FinalizationTest.test_frame_resurrect)\nPASS: test_lambda_generator (test.test_generators.FinalizationTest.test_lambda_generator)\nPASS: test_refcycle (test.test_generators.FinalizationTest.test_refcycle)\nPASS: test_close_closed (test.test_generators.GeneratorCloseTest.test_close_closed)\nPASS: test_close_exhausted (test.test_generators.GeneratorCloseTest.test_close_exhausted)\nPASS: test_close_no_return_value (test.test_generators.GeneratorCloseTest.test_close_no_return_value)\nPASS: test_close_not_catching_exit (test.test_generators.GeneratorCloseTest.test_close_not_catching_exit)\nPASS: test_close_not_started (test.test_generators.GeneratorCloseTest.test_close_not_started)\nPASS: test_close_raises (test.test_generators.GeneratorCloseTest.test_close_raises)\nPASS: test_close_releases_frame_locals (test.test_generators.GeneratorCloseTest.test_close_releases_frame_locals)\nPASS: test_close_return_value (test.test_generators.GeneratorCloseTest.test_close_return_value)\nPASS: test_send_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_send_with_yield_from)\nPASS: test_throw_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from)\nPASS: test_ag_frame_f_back (test.test_generators.GeneratorTest.test_ag_frame_f_back)\nPASS: test_copy (test.test_generators.GeneratorTest.test_copy)\nPASS: test_cr_frame_f_back (test.test_generators.GeneratorTest.test_cr_frame_f_back)\nPASS: test_genexpr_only_calls_dunder_iter_once (test.test_generators.GeneratorTest.test_genexpr_only_calls_dunder_iter_once)\nPASS: test_gi_frame_f_back (test.test_generators.GeneratorTest.test_gi_frame_f_back)\nPASS: test_handle_frame_object_in_creation (test.test_generators.GeneratorTest.test_handle_frame_object_in_creation)\nPASS: test_issue103488 (test.test_generators.GeneratorTest.test_issue103488)\nPASS: test_name (test.test_generators.GeneratorTest.test_name)\nPASS: test_pickle (test.test_generators.GeneratorTest.test_pickle)\nPASS: test_send_non_none_to_new_gen (test.test_generators.GeneratorTest.test_send_non_none_to_new_gen)\nPASS: test_exception_context_with_yield (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield)\nPASS: test_exception_context_with_yield_from (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from)\nPASS: test_exception_context_with_yield_from_with_context_cycle (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_with_context_cycle)\nPASS: test_exception_context_with_yield_inside_generator (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_inside_generator)\nPASS: test_throw_after_none_exc_type (test.test_generators.GeneratorThrowTest.test_throw_after_none_exc_type)\nPASS: test_modify_f_locals (test.test_generators.ModifyUnderlyingIterableTest.test_modify_f_locals)\nPASS: test_new_gen_from_gi_code (test.test_generators.ModifyUnderlyingIterableTest.test_new_gen_from_gi_code)\nPASS: test_raise_and_yield_from (test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from)\nPASS: test_generator_gi_yieldfrom (test.test_generators.YieldFromTests.test_generator_gi_yieldfrom)\nconjoin (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.conjoin\ncoroutine (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.coroutine\nemail (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.email\nfun (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.fun\npep (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.pep\nrefleaks (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.refleaks\nsyntax (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.syntax\ntut (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.tut\nweakref (test.test_generators.__test__)\nPASS: Doctest: test.test_generators.__test__.weakref\n\n----------------------------------------------------------------------\nRan 52 tests in 0.060s\n\nOK\n0:01:32 load avg: 1.58 [210/480] test_genericalias passed\nPASS: test_calling_next_twice_raises_stopiteration (test.test_genericalias.BaseTest.test_calling_next_twice_raises_stopiteration)\nPASS: test_class_methods (test.test_genericalias.BaseTest.test_class_methods)\nPASS: test_copy (test.test_genericalias.BaseTest.test_copy)\nPASS: test_del_iter (test.test_genericalias.BaseTest.test_del_iter)\nPASS: test_dir (test.test_genericalias.BaseTest.test_dir)\nPASS: test_equality (test.test_genericalias.BaseTest.test_equality)\nPASS: test_exposed_type (test.test_genericalias.BaseTest.test_exposed_type)\nPASS: test_generic_subclass (test.test_genericalias.BaseTest.test_generic_subclass)\nPASS: test_instantiate (test.test_genericalias.BaseTest.test_instantiate)\nPASS: test_isinstance (test.test_genericalias.BaseTest.test_isinstance)\nPASS: test_issubclass (test.test_genericalias.BaseTest.test_issubclass)\nPASS: test_iter_creates_starred_tuple (test.test_genericalias.BaseTest.test_iter_creates_starred_tuple)\nPASS: test_no_chaining (test.test_genericalias.BaseTest.test_no_chaining)\nPASS: test_no_kwargs (test.test_genericalias.BaseTest.test_no_kwargs)\nPASS: test_parameter_chaining (test.test_genericalias.BaseTest.test_parameter_chaining)\nPASS: test_parameters (test.test_genericalias.BaseTest.test_parameters)\nPASS: test_pickle (test.test_genericalias.BaseTest.test_pickle)\nPASS: test_repr (test.test_genericalias.BaseTest.test_repr)\nPASS: test_subclassing (test.test_genericalias.BaseTest.test_subclassing)\nPASS: test_subclassing_types_genericalias (test.test_genericalias.BaseTest.test_subclassing_types_genericalias)\nPASS: test_subscriptable (test.test_genericalias.BaseTest.test_subscriptable)\nPASS: test_type_generic (test.test_genericalias.BaseTest.test_type_generic)\nPASS: test_type_subclass_generic (test.test_genericalias.BaseTest.test_type_subclass_generic)\nPASS: test_unbound_methods (test.test_genericalias.BaseTest.test_unbound_methods)\nPASS: test_union (test.test_genericalias.BaseTest.test_union)\nPASS: test_union_generic (test.test_genericalias.BaseTest.test_union_generic)\nPASS: test_unpack (test.test_genericalias.BaseTest.test_unpack)\nPASS: test_unsubscriptable (test.test_genericalias.BaseTest.test_unsubscriptable)\nPASS: test_weakref (test.test_genericalias.BaseTest.test_weakref)\nPASS: test_cannot_iterate (test.test_genericalias.TypeIterationTests.test_cannot_iterate)\nPASS: test_is_not_instance_of_iterable (test.test_genericalias.TypeIterationTests.test_is_not_instance_of_iterable)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.008s\n\nOK\n0:01:32 load avg: 1.58 [211/480] test_genericclass passed\nPASS: test_c_class (test.test_genericclass.CAPITest.test_c_class)\nPASS: test_class_getitem (test.test_genericclass.TestClassGetitem.test_class_getitem)\nPASS: test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem.test_class_getitem_classmethod)\nPASS: test_class_getitem_errors (test.test_genericclass.TestClassGetitem.test_class_getitem_errors)\nPASS: test_class_getitem_errors_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_errors_2)\nPASS: test_class_getitem_format (test.test_genericclass.TestClassGetitem.test_class_getitem_format)\nPASS: test_class_getitem_inheritance (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance)\nPASS: test_class_getitem_inheritance_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance_2)\nPASS: test_class_getitem_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass)\nPASS: test_class_getitem_metaclass_first (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass_first)\nPASS: test_class_getitem_patched (test.test_genericclass.TestClassGetitem.test_class_getitem_patched)\nPASS: test_class_getitem_with_builtins (test.test_genericclass.TestClassGetitem.test_class_getitem_with_builtins)\nPASS: test_class_getitem_with_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_with_metaclass)\nPASS: test_mro_entry (test.test_genericclass.TestMROEntry.test_mro_entry)\nPASS: test_mro_entry_errors (test.test_genericclass.TestMROEntry.test_mro_entry_errors)\nPASS: test_mro_entry_errors_2 (test.test_genericclass.TestMROEntry.test_mro_entry_errors_2)\nPASS: test_mro_entry_metaclass (test.test_genericclass.TestMROEntry.test_mro_entry_metaclass)\nPASS: test_mro_entry_none (test.test_genericclass.TestMROEntry.test_mro_entry_none)\nPASS: test_mro_entry_signature (test.test_genericclass.TestMROEntry.test_mro_entry_signature)\nPASS: test_mro_entry_type_call (test.test_genericclass.TestMROEntry.test_mro_entry_type_call)\nPASS: test_mro_entry_with_builtins (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins)\nPASS: test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins_2)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.002s\n\nOK\n0:01:32 load avg: 1.58 [212/480] test_genericpath passed\nPASS: test_path_commonprefix (test.test_genericpath.PathLikeTests.test_path_commonprefix)\nPASS: test_path_exists (test.test_genericpath.PathLikeTests.test_path_exists)\nPASS: test_path_getctime (test.test_genericpath.PathLikeTests.test_path_getctime)\nPASS: test_path_getmtime (test.test_genericpath.PathLikeTests.test_path_getmtime)\nPASS: test_path_getsize (test.test_genericpath.PathLikeTests.test_path_getsize)\nPASS: test_path_isdir (test.test_genericpath.PathLikeTests.test_path_isdir)\nPASS: test_path_isfile (test.test_genericpath.PathLikeTests.test_path_isfile)\nPASS: test_path_samefile (test.test_genericpath.PathLikeTests.test_path_samefile)\nPASS: test_commonprefix (test.test_genericpath.TestGenericTest.test_commonprefix)\nPASS: test_exists (test.test_genericpath.TestGenericTest.test_exists)\nPASS: test_exists_bool (test.test_genericpath.TestGenericTest.test_exists_bool)\nPASS: test_exists_fd (test.test_genericpath.TestGenericTest.test_exists_fd)\nPASS: test_filetime (test.test_genericpath.TestGenericTest.test_filetime)\nPASS: test_getsize (test.test_genericpath.TestGenericTest.test_getsize)\nPASS: test_invalid_paths (test.test_genericpath.TestGenericTest.test_invalid_paths)\nPASS: test_isdir (test.test_genericpath.TestGenericTest.test_isdir)\nPASS: test_isfile (test.test_genericpath.TestGenericTest.test_isfile)\nPASS: test_no_argument (test.test_genericpath.TestGenericTest.test_no_argument)\nPASS: test_samefile (test.test_genericpath.TestGenericTest.test_samefile)\nPASS: test_samefile_on_link (test.test_genericpath.TestGenericTest.test_samefile_on_link)\nPASS: test_samefile_on_symlink (test.test_genericpath.TestGenericTest.test_samefile_on_symlink)\nPASS: test_sameopenfile (test.test_genericpath.TestGenericTest.test_sameopenfile)\nPASS: test_samestat (test.test_genericpath.TestGenericTest.test_samestat)\nPASS: test_samestat_on_link (test.test_genericpath.TestGenericTest.test_samestat_on_link)\nPASS: test_samestat_on_symlink (test.test_genericpath.TestGenericTest.test_samestat_on_symlink)\n\n----------------------------------------------------------------------\nRan 25 tests in 0.002s\n\nOK\n0:01:32 load avg: 1.58 [213/480] test_genexps passed\ndoctests (test.test_genexps.__test__)\nPASS: Doctest: test.test_genexps.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.006s\n\nOK\n0:01:32 load avg: 1.58 [214/480] test_getopt passed\nPASS: test_do_longs (test.test_getopt.GetoptTests.test_do_longs)\nPASS: test_do_shorts (test.test_getopt.GetoptTests.test_do_shorts)\nPASS: test_getopt (test.test_getopt.GetoptTests.test_getopt)\nPASS: test_gnu_getopt (test.test_getopt.GetoptTests.test_gnu_getopt)\nPASS: test_issue4629 (test.test_getopt.GetoptTests.test_issue4629)\nPASS: test_long_has_args (test.test_getopt.GetoptTests.test_long_has_args)\nPASS: test_short_has_arg (test.test_getopt.GetoptTests.test_short_has_arg)\nSKIP: test_translations (test.test_getopt.TestTranslations.test_translations) 'i18n directory could not be found'\ntest_libref_examples (test.test_getopt)\nPASS: Doctest: test.test_getopt.test_libref_examples\n\n----------------------------------------------------------------------\nRan 9 tests in 0.001s\n\nOK (skipped=1)\n0:01:32 load avg: 1.58 [215/480] test_getpass passed\nPASS: test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest.test_username_falls_back_to_pwd)\nPASS: test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest.test_username_priorities_of_env_values)\nPASS: test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest.test_username_takes_username_from_env)\nPASS: test_flushes_stream_after_prompt (test.test_getpass.GetpassRawinputTest.test_flushes_stream_after_prompt)\nPASS: test_raises_on_empty_input (test.test_getpass.GetpassRawinputTest.test_raises_on_empty_input)\nPASS: test_trims_trailing_newline (test.test_getpass.GetpassRawinputTest.test_trims_trailing_newline)\nPASS: test_uses_stderr_as_default (test.test_getpass.GetpassRawinputTest.test_uses_stderr_as_default)\nPASS: test_uses_stdin_as_default_input (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_default_input)\nPASS: test_uses_stdin_as_different_locale (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_different_locale)\nPASS: test_falls_back_to_fallback_if_termios_raises (test.test_getpass.UnixGetpassTest.test_falls_back_to_fallback_if_termios_raises)\nPASS: test_falls_back_to_stdin (test.test_getpass.UnixGetpassTest.test_falls_back_to_stdin)\nPASS: test_flushes_stream_after_input (test.test_getpass.UnixGetpassTest.test_flushes_stream_after_input)\nPASS: test_resets_termios (test.test_getpass.UnixGetpassTest.test_resets_termios)\nPASS: test_uses_tty_directly (test.test_getpass.UnixGetpassTest.test_uses_tty_directly)\n\n----------------------------------------------------------------------\nRan 14 tests in 0.012s\n\nOK\n0:01:32 load avg: 1.58 [216/480] test_getpath passed\ntest_alt_framework_macos (test.test_getpath.MockGetPathTests.test_alt_framework_macos)\nTest framework layout on macOS with alternate framework name ... Read link from /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Modules/Setup.local is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.executable              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'\nconfig.module_search_paths     +['/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython'\nconfig.stdlib_dir              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin'\nok\ntest_buildpath_posix (test.test_getpath.MockGetPathTests.test_buildpath_posix)\nTest an in-build-tree layout on POSIX. ... Read link from /home/cpython/python\nCheck if /home/cpython/Lib/os.py is a file\nconfig.base_exec_prefix        +'/usr/local'\nconfig.base_executable         +'/home/cpython/python'\nconfig.base_prefix             +'/usr/local'\nconfig.exec_prefix             +'/usr/local'\nconfig.executable              +'/home/cpython/python'\nconfig.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.linux-x86_64-9.8']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/home/cpython/build/lib.linux-x86_64-9.8'\nconfig.prefix                  +'/usr/local'\nconfig.program_name            +'/home/cpython/python'\nconfig.stdlib_dir              +'/home/cpython/Lib'\nglobal.build_prefix    +'/home/cpython'\nglobal.executable_dir  +'/home/cpython'\nglobal.real_executable +'/home/cpython/python'\nok\ntest_buildtree_pythonhome_win32 (test.test_getpath.MockGetPathTests.test_buildtree_pythonhome_win32)\nTest an out-of-build-tree layout on Windows with PYTHONHOME override. ... Read link from C:\\Out\\python.exe\nconfig.base_exec_prefix        +'C:\\\\CPython'\nconfig.base_executable         +'C:\\\\Out\\\\python.exe'\nconfig.base_prefix             +'C:\\\\CPython'\nconfig.exec_prefix             +'C:\\\\CPython'\nconfig.executable              +'C:\\\\Out\\\\python.exe'\nconfig.home                    +'C:\\\\CPython'\nconfig.module_search_paths     +['C:\\\\Out\\\\python98.zip', 'C:\\\\Out', 'C:\\\\CPython\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Out'\nconfig.prefix                  +'C:\\\\CPython'\nconfig.program_name            +'C:\\\\Out\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\CPython\\\\Lib'\nglobal.build_prefix   +'C:\\\\'\nglobal.executable_dir +'C:\\\\Out'\nok\ntest_buildtree_win32 (test.test_getpath.MockGetPathTests.test_buildtree_win32)\nTest an in-build-tree layout on Windows. ... Read link from C:\\CPython\\PCbuild\\amd64\\python.exe\nconfig.base_exec_prefix        +'C:\\\\CPython'\nconfig.base_executable         +'C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python.exe'\nconfig.base_prefix             +'C:\\\\CPython'\nconfig.exec_prefix             +'C:\\\\CPython'\nconfig.executable              +'C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python98.zip', 'C:\\\\CPython\\\\PCbuild\\\\amd64', 'C:\\\\CPython\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nconfig.prefix                  +'C:\\\\CPython'\nconfig.program_name            +'C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\CPython\\\\Lib'\nglobal.build_prefix   +'C:\\\\CPython'\nglobal.executable_dir +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nok\ntest_custom_platlibdir_posix (test.test_getpath.MockGetPathTests.test_custom_platlibdir_posix)\nTest an install with custom platlibdir on *nix ... Read link from /linkfrom/python\nCheck if /linkfrom/Modules/Setup.local is a file\nCheck if /linkfrom/lib64/python98.zip is a file\nCheck if /linkfrom/lib64/python9.8/os.py is a file\nCheck if /linkfrom/lib64/python9.8/os.pyc is a file\nCheck if /usr/lib64/python9.8/os.py is a file\nCheck if /linkfrom/lib64/python9.8/lib-dynload is a dir\nCould not find platform dependent libraries <exec_prefix>\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/lib64/python98.zip', '/usr/lib64/python9.8', '/usr/lib64/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib64'\nconfig.platstdlib_dir          +'/usr/lib64/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'/linkfrom/python'\nconfig.stdlib_dir              +'/usr/lib64/python9.8'\nglobal.executable_dir  +'/linkfrom'\nglobal.real_executable +'/linkfrom/python'\nok\ntest_explicitly_set_stdlib_dir (test.test_getpath.MockGetPathTests.test_explicitly_set_stdlib_dir)\nTest the explicitly set stdlib_dir in the config is respected. ... Check if /usr/bin/python is an xfile\nCheck if /Absolute/Modules/Setup.local is a file\nCheck if /Absolute/lib/python98.zip is a file\nCheck if /Absolute/lib/python9.8/os.py is a file\nCheck if /Absolute/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/lib/python9.8/os.pyc is a file\nCould not find platform independent libraries <prefix>\nCheck if /Absolute/lib/python9.8/lib-dynload is a dir\nCould not find platform dependent libraries <exec_prefix>\nconfig.base_exec_prefix        +'/usr'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +''\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/custom_stdlib_dir', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nglobal.executable_dir +'/Absolute'\nok\ntest_framework_macos (test.test_getpath.MockGetPathTests.test_framework_macos)\nTest framework layout on macOS ... Read link from /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Modules/Setup.local is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.executable              +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'\nconfig.module_search_paths     +['/Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python'\nconfig.stdlib_dir              +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/Python.framework/Versions/9.8/bin'\nok\ntest_no_dlls_win32 (test.test_getpath.MockGetPathTests.test_no_dlls_win32)\nTest a layout on Windows with no DLLs directory. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\Python\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python', 'C:\\\\Python\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nok\ntest_normal_posix (test.test_getpath.MockGetPathTests.test_normal_posix)\nTest a 'standard' install layout on *nix ... Check if /usr/bin/python is an xfile\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/usr/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python'\nok\ntest_normal_win32 (test.test_getpath.MockGetPathTests.test_normal_win32)\nTest a 'standard' install layout on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\Python\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nok\ntest_registry_win32 (test.test_getpath.MockGetPathTests.test_registry_win32)\nTest registry lookup on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nOpenKeyEx(HKCU, SOFTWARE\\Python\\PythonCore\\9.8-XY\\PythonPath)\nOpenKeyEx(HKLM, SOFTWARE\\Python\\PythonCore\\9.8-XY\\PythonPath)\nEnumKey(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath, 0)\nQueryValue(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath, path1)\nEnumKey(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath, 1)\nCloseKey(hklm\\software\\python\\pythoncore\\9.8-xy\\pythonpath)\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\Python\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'path1-dir', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nRead link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nglobal.base_exec_prefix             +'C:\\\\Python'\nglobal.base_prefix                  +'C:\\\\Python'\nglobal.pythonpath                   -['C:\\\\Python\\\\python98.zip', 'path1-dir', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\n                                    +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nglobal.search_up                    -<function search_up at 0x7f71377c3600>\n                                    +<function search_up at 0x7f71377c3740>\nglobal.stdlib_dir_was_set_in_config +True\nglobal.use_environment              -1\n                                    +0\nok\ntest_symlink_buildpath_macos (test.test_getpath.MockGetPathTests.test_symlink_buildpath_macos)\nTest an in-build-tree layout via symlink on macOS. ... Read link from /linkfrom/python\nRead link from /home/cpython/python\nCheck if /home/cpython/Lib/os.py is a file\nconfig.base_exec_prefix        +'/usr/local'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr/local'\nconfig.exec_prefix             +'/usr/local'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.macos-9.8']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/home/cpython/build/lib.macos-9.8'\nconfig.prefix                  +'/usr/local'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/home/cpython/Lib'\nglobal.build_prefix    +'/home/cpython'\nglobal.executable_dir  +'/home/cpython'\nglobal.real_executable -'/linkfrom/python'\n                       +'/home/cpython/python'\nok\ntest_symlink_buildpath_posix (test.test_getpath.MockGetPathTests.test_symlink_buildpath_posix)\nTest an in-build-tree layout on POSIX. ... Read link from /linkfrom/python\nRead link from /home/cpython/python\nCheck if /home/cpython/Lib/os.py is a file\nconfig.base_exec_prefix        +'/usr/local'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr/local'\nconfig.exec_prefix             +'/usr/local'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/local/lib/python98.zip', '/home/cpython/Lib', '/home/cpython/build/lib.linux-x86_64-9.8']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/home/cpython/build/lib.linux-x86_64-9.8'\nconfig.prefix                  +'/usr/local'\nconfig.program_name            +'/linkfrom/python'\nconfig.stdlib_dir              +'/home/cpython/Lib'\nglobal.build_prefix    +'/home/cpython'\nglobal.executable_dir  +'/home/cpython'\nglobal.real_executable +'/home/cpython/python'\nok\ntest_symlink_buildtree_win32 (test.test_getpath.MockGetPathTests.test_symlink_buildtree_win32)\nTest an in-build-tree layout via symlink on Windows. ... Read link from C:\\CPython\\PCbuild\\amd64\\python.exe\nconfig.base_exec_prefix        +'C:\\\\CPython'\nconfig.base_executable         +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.base_prefix             +'C:\\\\CPython'\nconfig.exec_prefix             +'C:\\\\CPython'\nconfig.executable              +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\CPython\\\\PCbuild\\\\amd64\\\\python98.zip', 'C:\\\\CPython\\\\PCbuild\\\\amd64', 'C:\\\\CPython\\\\Lib']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nconfig.prefix                  +'C:\\\\CPython'\nconfig.program_name            +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\CPython\\\\Lib'\nglobal.build_prefix   +'C:\\\\CPython'\nglobal.executable_dir +'C:\\\\CPython\\\\PCbuild\\\\amd64'\nok\ntest_symlink_normal_macos (test.test_getpath.MockGetPathTests.test_symlink_normal_macos)\nTest a 'standard' install layout via symlink on macOS ... Read link from /linkfrom/python\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable -'/linkfrom/python'\n                       +'/usr/bin/python'\nok\ntest_symlink_normal_posix (test.test_getpath.MockGetPathTests.test_symlink_normal_posix)\nTest a 'standard' install layout via symlink on *nix ... Read link from /linkfrom/python\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/linkfrom/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/linkfrom/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'/linkfrom/python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python'\nok\ntest_symlink_normal_win32 (test.test_getpath.MockGetPathTests.test_symlink_normal_win32)\nTest a 'standard' install layout via symlink on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\LinkedFrom\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nok\ntest_venv_alt_framework_macos (test.test_getpath.MockGetPathTests.test_venv_alt_framework_macos)\nTest a venv layout on macOS using a framework build ... Read link from /Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/Modules/Setup.local is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.executable              +'/tmp/workdir/venv/bin/python'\nconfig.module_search_paths     +['/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/DebugPython.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/DebugPython.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/DebugPython'\nconfig.stdlib_dir              +'/Library/Frameworks/DebugPython.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/DebugPython.framework/Versions/9.8/bin'\nglobal.venv_prefix    +'/tmp/workdir/venv'\nok\ntest_venv_changed_name_copy_posix (test.test_getpath.MockGetPathTests.test_venv_changed_name_copy_posix)\nTest a venv --copies layout on *nix that lacks a distributed 'python' ... Check if /venv/bin/python is an xfile\nRead link from /venv/bin/python\nCheck if /usr/bin/python is a file\nCheck if /usr/bin/python9 is a file\nRead link from /usr/bin/python9\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python9'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python9'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_changed_name_posix (test.test_getpath.MockGetPathTests.test_venv_changed_name_posix)\nTest a venv layout on *nix. ... Check if /venv/bin/python is an xfile\nRead link from /venv/bin/python\nRead link from /usr/bin/python3\nRead link from /usr/bin/python3\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python3'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python3'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_framework_macos (test.test_getpath.MockGetPathTests.test_venv_framework_macos)\nTest a venv layout on macOS using a framework build ... Read link from /Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/bin/Modules/Setup.local is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/lib/python98.zip is a file\nCheck if /Library/Frameworks/lib/python98.zip is a file\nCheck if /Library/lib/python98.zip is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/os.py is a file\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/bin/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nCheck if /Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.base_executable         +'/Library/Frameworks/Python.framework/Versions/9.8/bin/python9.8'\nconfig.base_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.exec_prefix             +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.executable              +'/tmp/workdir/venv/bin/python'\nconfig.module_search_paths     +['/Library/Frameworks/Python.framework/Versions/9.8/lib/python98.zip', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8', '/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/Library/Frameworks/Python.framework/Versions/9.8'\nconfig.program_name            +'/Library/Frameworks/Python.framework/Versions/9.8/Resources/Python.app/Contents/MacOS/Python'\nconfig.stdlib_dir              +'/Library/Frameworks/Python.framework/Versions/9.8/lib/python9.8'\nglobal.executable_dir +'/Library/Frameworks/Python.framework/Versions/9.8/bin'\nglobal.venv_prefix    +'/tmp/workdir/venv'\nok\ntest_venv_macos (test.test_getpath.MockGetPathTests.test_venv_macos)\nTest a venv layout on macOS. ... Read link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/framework/Python9.8/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'/usr/bin/python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir +'/usr/bin'\nglobal.venv_prefix    +'/framework/Python9.8'\nok\ntest_venv_non_installed_zip_path_posix (test.test_getpath.MockGetPathTests.test_venv_non_installed_zip_path_posix)\nTest a venv created from non-installed python has correct zip path. ... Read link from /venv/bin/python\nRead link from /path/to/non-installed/bin/python\nRead link from /path/to/non-installed/bin/python\nCheck if /path/to/non-installed/Modules/Setup.local is a file\nCheck if /path/to/non-installed/lib/python98.zip is a file\nCheck if /path/to/lib/python98.zip is a file\nCheck if /path/lib/python98.zip is a file\nCheck if /path/to/non-installed/lib/python9.8/os.py is a file\nCheck if /path/to/non-installed/lib/python9.8/lib-dynload is a dir\nCheck if /path/to/non-installed/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/path/to/non-installed'\nconfig.base_executable         +'/path/to/non-installed/bin/python'\nconfig.base_prefix             +'/path/to/non-installed'\nconfig.exec_prefix             +'/path/to/non-installed'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/path/to/non-installed/lib/python98.zip', '/path/to/non-installed/lib/python9.8', '/path/to/non-installed/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/path/to/non-installed/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/path/to/non-installed'\nconfig.program_name            +'/venv/bin/python'\nconfig.stdlib_dir              +'/path/to/non-installed/lib/python9.8'\nglobal.executable_dir  +'/path/to/non-installed'\nglobal.real_executable +'/path/to/non-installed/bin/python'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_posix (test.test_getpath.MockGetPathTests.test_venv_posix)\nTest a venv layout on *nix. ... Check if /venv/bin/python is an xfile\nRead link from /venv/bin/python\nCheck if /usr/bin/python is a file\nRead link from /usr/bin/python\nCheck if /usr/bin/Modules/Setup.local is a file\nCheck if /usr/bin/lib/python98.zip is a file\nCheck if /usr/lib/python98.zip is a file\nCheck if /usr/bin/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/os.pyc is a file\nCheck if /usr/lib/python9.8/os.py is a file\nCheck if /usr/bin/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nCheck if /usr/lib/python9.8/lib-dynload is a dir\nconfig.base_exec_prefix        +'/usr'\nconfig.base_executable         +'/usr/bin/python'\nconfig.base_prefix             +'/usr'\nconfig.exec_prefix             +'/usr'\nconfig.executable              +'/venv/bin/python'\nconfig.module_search_paths     +['/usr/lib/python98.zip', '/usr/lib/python9.8', '/usr/lib/python9.8/lib-dynload']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'lib'\nconfig.platstdlib_dir          +'/usr/lib/python9.8/lib-dynload'\nconfig.prefix                  +'/usr'\nconfig.program_name            +'python'\nconfig.stdlib_dir              +'/usr/lib/python9.8'\nglobal.executable_dir  +'/usr/bin'\nglobal.real_executable +'/usr/bin/python'\nglobal.venv_prefix     +'/venv'\nok\ntest_venv_win32 (test.test_getpath.MockGetPathTests.test_venv_win32)\nTest a venv layout on Windows. ... Read link from C:\\Python\\python.exe\nCheck if C:\\Modules\\Setup.local is a file\nCheck if C:\\Python\\python98.zip is a file\nCheck if C:\\Python\\Lib\\os.py is a file\nCheck if C:\\Python\\DLLs is a dir\nconfig.base_exec_prefix        +'C:\\\\Python'\nconfig.base_executable         +'C:\\\\Python\\\\python.exe'\nconfig.base_prefix             +'C:\\\\Python'\nconfig.exec_prefix             +'C:\\\\Python'\nconfig.executable              +'C:\\\\venv\\\\Scripts\\\\python.exe'\nconfig.module_search_paths     +['C:\\\\Python\\\\python98.zip', 'C:\\\\Python\\\\DLLs', 'C:\\\\Python\\\\Lib', 'C:\\\\Python']\nconfig.module_search_paths_set +1\nconfig.platlibdir              +'DLLs'\nconfig.platstdlib_dir          +'C:\\\\Python\\\\DLLs'\nconfig.prefix                  +'C:\\\\Python'\nconfig.program_name            +'C:\\\\Python\\\\python.exe'\nconfig.stdlib_dir              +'C:\\\\Python\\\\Lib'\nglobal.executable_dir +'C:\\\\Python'\nglobal.venv_prefix    +'C:\\\\venv'\nok\n\n----------------------------------------------------------------------\nRan 25 tests in 0.008s\n\nOK\n0:01:32 load avg: 1.58 [217/480] test_gettext passed\nPASS: test_expand_lang (test.test_gettext.ExpandLangTestCase.test_expand_lang)\nPASS: test_gnu_translations_fallback (test.test_gettext.FallbackTestCase.test_gnu_translations_fallback)\nPASS: test_nested_fallbacks (test.test_gettext.FallbackTestCase.test_nested_fallbacks)\nPASS: test_null_translations_fallback (test.test_gettext.FallbackTestCase.test_null_translations_fallback)\nPASS: test_find_all (test.test_gettext.FindTestCase.test_find_all)\nPASS: test_find_deduplication (test.test_gettext.FindTestCase.test_find_deduplication)\nPASS: test_find_with_c (test.test_gettext.FindTestCase.test_find_with_c)\nPASS: test_find_with_env_vars (test.test_gettext.FindTestCase.test_find_with_env_vars)\nPASS: test_find_with_languages (test.test_gettext.FindTestCase.test_find_with_languages)\nPASS: test_find_with_no_lang (test.test_gettext.FindTestCase.test_find_with_no_lang)\ntest_ignore_comments_in_headers_issue36239 (test.test_gettext.GNUTranslationParsingTest.test_ignore_comments_in_headers_issue36239)\nPASS: Checks that comments like:\nPASS: test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest.test_plural_form_error_issue17898)\nPASS: test_plural_context_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms)\nPASS: test_plural_context_forms_null_translations (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_context_forms_null_translations)\nPASS: test_plural_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms)\nPASS: test_plural_forms_null_translations (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_forms_null_translations)\nPASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsClassPluralFormsTestCase.test_plural_wrong_context_forms)\nPASS: test_plural_context_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_context_forms)\nPASS: test_plural_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_forms)\nPASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsPluralFormsTestCase.test_plural_wrong_context_forms)\nPASS: test_plural_context_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms)\nPASS: test_plural_context_forms_wrong_domain (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_context_forms_wrong_domain)\nPASS: test_plural_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms)\nPASS: test_plural_forms_wrong_domain (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_forms_wrong_domain)\nPASS: test_plural_wrong_context_forms (test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase.test_plural_wrong_context_forms)\nPASS: test_cache (test.test_gettext.GettextCacheTestCase.test_cache)\nPASS: test_double_quotes (test.test_gettext.GettextTestCase1.test_double_quotes)\nPASS: test_multiline_strings (test.test_gettext.GettextTestCase1.test_multiline_strings)\nPASS: test_some_translations (test.test_gettext.GettextTestCase1.test_some_translations)\nPASS: test_some_translations_with_context (test.test_gettext.GettextTestCase1.test_some_translations_with_context)\nPASS: test_the_alternative_interface (test.test_gettext.GettextTestCase1.test_the_alternative_interface)\nPASS: test_triple_double_quotes (test.test_gettext.GettextTestCase1.test_triple_double_quotes)\nPASS: test_triple_single_quotes (test.test_gettext.GettextTestCase1.test_triple_single_quotes)\nPASS: test_bad_magic_number (test.test_gettext.GettextTestCase2.test_bad_magic_number)\nPASS: test_bad_major_version (test.test_gettext.GettextTestCase2.test_bad_major_version)\nPASS: test_bad_minor_version (test.test_gettext.GettextTestCase2.test_bad_minor_version)\nPASS: test_big_endian_file (test.test_gettext.GettextTestCase2.test_big_endian_file)\nPASS: test_bindtextdomain (test.test_gettext.GettextTestCase2.test_bindtextdomain)\nPASS: test_corrupt_file (test.test_gettext.GettextTestCase2.test_corrupt_file)\nPASS: test_double_quotes (test.test_gettext.GettextTestCase2.test_double_quotes)\nPASS: test_multiline_strings (test.test_gettext.GettextTestCase2.test_multiline_strings)\nPASS: test_some_translations (test.test_gettext.GettextTestCase2.test_some_translations)\nPASS: test_some_translations_with_context (test.test_gettext.GettextTestCase2.test_some_translations_with_context)\nPASS: test_some_translations_with_context_and_domain (test.test_gettext.GettextTestCase2.test_some_translations_with_context_and_domain)\nPASS: test_textdomain (test.test_gettext.GettextTestCase2.test_textdomain)\nPASS: test_triple_double_quotes (test.test_gettext.GettextTestCase2.test_triple_double_quotes)\nPASS: test_triple_single_quotes (test.test_gettext.GettextTestCase2.test_triple_single_quotes)\nPASS: test__all__ (test.test_gettext.MiscTestCase.test__all__)\nPASS: test_ar (test.test_gettext.PluralFormsInternalTestCase.test_ar)\nPASS: test_chained_comparison (test.test_gettext.PluralFormsInternalTestCase.test_chained_comparison)\nPASS: test_cs (test.test_gettext.PluralFormsInternalTestCase.test_cs)\nPASS: test_de (test.test_gettext.PluralFormsInternalTestCase.test_de)\nPASS: test_decimal_number (test.test_gettext.PluralFormsInternalTestCase.test_decimal_number)\nPASS: test_division (test.test_gettext.PluralFormsInternalTestCase.test_division)\nPASS: test_fr (test.test_gettext.PluralFormsInternalTestCase.test_fr)\nPASS: test_gd (test.test_gettext.PluralFormsInternalTestCase.test_gd)\nPASS: test_gd2 (test.test_gettext.PluralFormsInternalTestCase.test_gd2)\nPASS: test_invalid_syntax (test.test_gettext.PluralFormsInternalTestCase.test_invalid_syntax)\nPASS: test_ja (test.test_gettext.PluralFormsInternalTestCase.test_ja)\nPASS: test_lt (test.test_gettext.PluralFormsInternalTestCase.test_lt)\nPASS: test_lv (test.test_gettext.PluralFormsInternalTestCase.test_lv)\nPASS: test_negation (test.test_gettext.PluralFormsInternalTestCase.test_negation)\nPASS: test_nested_condition_operator (test.test_gettext.PluralFormsInternalTestCase.test_nested_condition_operator)\nPASS: test_pl (test.test_gettext.PluralFormsInternalTestCase.test_pl)\nPASS: test_plural_number (test.test_gettext.PluralFormsInternalTestCase.test_plural_number)\nPASS: test_ro (test.test_gettext.PluralFormsInternalTestCase.test_ro)\nPASS: test_ru (test.test_gettext.PluralFormsInternalTestCase.test_ru)\nPASS: test_security (test.test_gettext.PluralFormsInternalTestCase.test_security)\nPASS: test_sl (test.test_gettext.PluralFormsInternalTestCase.test_sl)\nPASS: test_unicode_context_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_context_msgid)\nPASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgid)\nPASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr)\nPASS: test_unicode_msgstr_with_context (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr_with_context)\nPASS: test_unicode_context_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_context_msgstr)\nPASS: test_unicode_msgid (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgid)\nPASS: test_unicode_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgstr)\nPASS: test_weird_metadata (test.test_gettext.WeirdMetadataTest.test_weird_metadata)\n\n----------------------------------------------------------------------\nRan 77 tests in 0.021s\n\nOK\n0:01:32 load avg: 1.58 [218/480] test_glob passed\nPASS: test_escape (test.test_glob.GlobTests.test_escape)\nSKIP: test_escape_windows (test.test_glob.GlobTests.test_escape_windows) 'Win32 specific test'\nPASS: test_glob0 (test.test_glob.GlobTests.test_glob0)\nPASS: test_glob1 (test.test_glob.GlobTests.test_glob1)\nPASS: test_glob_broken_symlinks (test.test_glob.GlobTests.test_glob_broken_symlinks)\nPASS: test_glob_bytes_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_bytes_directory_with_trailing_slash)\nPASS: test_glob_directory_names (test.test_glob.GlobTests.test_glob_directory_names)\nPASS: test_glob_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_directory_with_trailing_slash)\nPASS: test_glob_empty_pattern (test.test_glob.GlobTests.test_glob_empty_pattern)\nPASS: test_glob_literal (test.test_glob.GlobTests.test_glob_literal)\nSKIP: test_glob_magic_in_drive (test.test_glob.GlobTests.test_glob_magic_in_drive) 'Win32 specific test'\nPASS: test_glob_many_open_files (test.test_glob.GlobTests.test_glob_many_open_files)\nPASS: test_glob_named_pipe (test.test_glob.GlobTests.test_glob_named_pipe)\nPASS: test_glob_nested_directory (test.test_glob.GlobTests.test_glob_nested_directory)\nPASS: test_glob_non_directory (test.test_glob.GlobTests.test_glob_non_directory)\nPASS: test_glob_one_directory (test.test_glob.GlobTests.test_glob_one_directory)\nPASS: test_glob_symlinks (test.test_glob.GlobTests.test_glob_symlinks)\nPASS: test_hidden_glob (test.test_glob.GlobTests.test_hidden_glob)\nPASS: test_recursive_glob (test.test_glob.GlobTests.test_recursive_glob)\nPASS: test_translate (test.test_glob.GlobTests.test_translate)\nPASS: test_translate_include_hidden (test.test_glob.GlobTests.test_translate_include_hidden)\nPASS: test_translate_matching (test.test_glob.GlobTests.test_translate_matching)\nPASS: test_translate_recursive (test.test_glob.GlobTests.test_translate_recursive)\nPASS: test_translate_seps (test.test_glob.GlobTests.test_translate_seps)\nSKIP: test_selflink (test.test_glob.SymlinkLoopGlobTests.test_selflink) 'flaky test'\n\n----------------------------------------------------------------------\nRan 25 tests in 0.101s\n\nOK (skipped=3)\n0:01:33 load avg: 1.58 [219/480] test_global passed\nPASS: test1 (test.test_global.GlobalTests.test1)\nPASS: test2 (test.test_global.GlobalTests.test2)\nPASS: test3 (test.test_global.GlobalTests.test3)\nPASS: test4 (test.test_global.GlobalTests.test4)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:33 load avg: 1.58 [220/480] test_grammar passed\nPASS: test_additive_ops (test.test_grammar.GrammarTests.test_additive_ops)\nPASS: test_annotations_inheritance (test.test_grammar.GrammarTests.test_annotations_inheritance)\nPASS: test_assert (test.test_grammar.GrammarTests.test_assert)\nPASS: test_assert_failures (test.test_grammar.GrammarTests.test_assert_failures)\nPASS: test_assert_syntax_warnings (test.test_grammar.GrammarTests.test_assert_syntax_warnings)\nPASS: test_assert_warning_promotes_to_syntax_error (test.test_grammar.GrammarTests.test_assert_warning_promotes_to_syntax_error)\nPASS: test_async_await (test.test_grammar.GrammarTests.test_async_await)\nPASS: test_async_for (test.test_grammar.GrammarTests.test_async_for)\nPASS: test_async_with (test.test_grammar.GrammarTests.test_async_with)\nPASS: test_atoms (test.test_grammar.GrammarTests.test_atoms)\nPASS: test_binary_mask_ops (test.test_grammar.GrammarTests.test_binary_mask_ops)\nPASS: test_break_continue_loop (test.test_grammar.GrammarTests.test_break_continue_loop)\nPASS: test_break_in_finally (test.test_grammar.GrammarTests.test_break_in_finally)\nPASS: test_break_in_finally_after_return (test.test_grammar.GrammarTests.test_break_in_finally_after_return)\nPASS: test_break_stmt (test.test_grammar.GrammarTests.test_break_stmt)\nPASS: test_classdef (test.test_grammar.GrammarTests.test_classdef)\nPASS: test_comparison (test.test_grammar.GrammarTests.test_comparison)\nPASS: test_comparison_is_literal (test.test_grammar.GrammarTests.test_comparison_is_literal)\nPASS: test_complex_lambda (test.test_grammar.GrammarTests.test_complex_lambda)\nPASS: test_comprehension_specials (test.test_grammar.GrammarTests.test_comprehension_specials)\nPASS: test_continue_in_finally (test.test_grammar.GrammarTests.test_continue_in_finally)\nPASS: test_continue_in_finally_after_return (test.test_grammar.GrammarTests.test_continue_in_finally_after_return)\nPASS: test_continue_stmt (test.test_grammar.GrammarTests.test_continue_stmt)\nPASS: test_del_stmt (test.test_grammar.GrammarTests.test_del_stmt)\nPASS: test_dictcomps (test.test_grammar.GrammarTests.test_dictcomps)\nPASS: test_eval_input (test.test_grammar.GrammarTests.test_eval_input)\nPASS: test_expr_stmt (test.test_grammar.GrammarTests.test_expr_stmt)\nPASS: test_for (test.test_grammar.GrammarTests.test_for)\nPASS: test_former_statements_refer_to_builtins (test.test_grammar.GrammarTests.test_former_statements_refer_to_builtins)\nPASS: test_funcdef (test.test_grammar.GrammarTests.test_funcdef)\nPASS: test_genexps (test.test_grammar.GrammarTests.test_genexps)\nPASS: test_global (test.test_grammar.GrammarTests.test_global)\nPASS: test_if (test.test_grammar.GrammarTests.test_if)\nPASS: test_if_else_expr (test.test_grammar.GrammarTests.test_if_else_expr)\nPASS: test_import (test.test_grammar.GrammarTests.test_import)\nPASS: test_lambdef (test.test_grammar.GrammarTests.test_lambdef)\nPASS: test_listcomps (test.test_grammar.GrammarTests.test_listcomps)\nPASS: test_matrix_mul (test.test_grammar.GrammarTests.test_matrix_mul)\nPASS: test_multiplicative_ops (test.test_grammar.GrammarTests.test_multiplicative_ops)\nPASS: test_nonlocal (test.test_grammar.GrammarTests.test_nonlocal)\nPASS: test_paren_evaluation (test.test_grammar.GrammarTests.test_paren_evaluation)\nPASS: test_pass_stmt (test.test_grammar.GrammarTests.test_pass_stmt)\nPASS: test_raise (test.test_grammar.GrammarTests.test_raise)\nPASS: test_return (test.test_grammar.GrammarTests.test_return)\nPASS: test_return_in_finally (test.test_grammar.GrammarTests.test_return_in_finally)\nPASS: test_selectors (test.test_grammar.GrammarTests.test_selectors)\nPASS: test_shift_ops (test.test_grammar.GrammarTests.test_shift_ops)\nPASS: test_simple_stmt (test.test_grammar.GrammarTests.test_simple_stmt)\nPASS: test_suite (test.test_grammar.GrammarTests.test_suite)\nPASS: test_test (test.test_grammar.GrammarTests.test_test)\nPASS: test_try (test.test_grammar.GrammarTests.test_try)\nPASS: test_try_star (test.test_grammar.GrammarTests.test_try_star)\nPASS: test_unary_ops (test.test_grammar.GrammarTests.test_unary_ops)\nPASS: test_var_annot_basic_semantics (test.test_grammar.GrammarTests.test_var_annot_basic_semantics)\nPASS: test_var_annot_basics (test.test_grammar.GrammarTests.test_var_annot_basics)\nPASS: test_var_annot_custom_maps (test.test_grammar.GrammarTests.test_var_annot_custom_maps)\nPASS: test_var_annot_in_module (test.test_grammar.GrammarTests.test_var_annot_in_module)\nPASS: test_var_annot_metaclass_semantics (test.test_grammar.GrammarTests.test_var_annot_metaclass_semantics)\nPASS: test_var_annot_module_semantics (test.test_grammar.GrammarTests.test_var_annot_module_semantics)\nPASS: test_var_annot_refleak (test.test_grammar.GrammarTests.test_var_annot_refleak)\nPASS: test_var_annot_rhs (test.test_grammar.GrammarTests.test_var_annot_rhs)\nPASS: test_var_annot_simple_exec (test.test_grammar.GrammarTests.test_var_annot_simple_exec)\nPASS: test_var_annot_syntax_errors (test.test_grammar.GrammarTests.test_var_annot_syntax_errors)\nPASS: test_warn_missed_comma (test.test_grammar.GrammarTests.test_warn_missed_comma)\nPASS: test_while (test.test_grammar.GrammarTests.test_while)\nPASS: test_with_statement (test.test_grammar.GrammarTests.test_with_statement)\nPASS: test_yield (test.test_grammar.GrammarTests.test_yield)\nPASS: test_yield_in_comprehensions (test.test_grammar.GrammarTests.test_yield_in_comprehensions)\nPASS: test_backslash (test.test_grammar.TokenTests.test_backslash)\nPASS: test_bad_numerical_literals (test.test_grammar.TokenTests.test_bad_numerical_literals)\nPASS: test_ellipsis (test.test_grammar.TokenTests.test_ellipsis)\nPASS: test_end_of_numerical_literals (test.test_grammar.TokenTests.test_end_of_numerical_literals)\nPASS: test_eof_error (test.test_grammar.TokenTests.test_eof_error)\nPASS: test_float_exponent_tokenization (test.test_grammar.TokenTests.test_float_exponent_tokenization)\nPASS: test_floats (test.test_grammar.TokenTests.test_floats)\nPASS: test_long_integers (test.test_grammar.TokenTests.test_long_integers)\nPASS: test_plain_integers (test.test_grammar.TokenTests.test_plain_integers)\nPASS: test_string_literals (test.test_grammar.TokenTests.test_string_literals)\nPASS: test_underscore_literals (test.test_grammar.TokenTests.test_underscore_literals)\n\n----------------------------------------------------------------------\nRan 79 tests in 0.015s\n\nOK\n0:01:33 load avg: 1.58 [221/480] test_fork1 passed\ntest_nested_import_lock_fork (test.test_fork1.ForkTest.test_nested_import_lock_fork)\nPASS: Check fork() in main thread works while the main thread is doing an import\ntest_threaded_import_lock_fork (test.test_fork1.ForkTest.test_threaded_import_lock_fork)\nPASS: Check fork() in main thread works while a subthread is doing an import\nPASS: test_wait (test.test_fork1.ForkTest.test_wait)\nPASS: test_wait (test.fork_wait.ForkWait.test_wait)\n\n----------------------------------------------------------------------\nRan 4 tests in 5.078s\n\nOK\n0:01:33 load avg: 1.58 [222/480] test_grp passed\nPASS: test_errors (test.test_grp.GroupDatabaseTestCase.test_errors)\nPASS: test_noninteger_gid (test.test_grp.GroupDatabaseTestCase.test_noninteger_gid)\nPASS: test_values (test.test_grp.GroupDatabaseTestCase.test_values)\nPASS: test_values_extended (test.test_grp.GroupDatabaseTestCase.test_values_extended)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.001s\n\nOK\n0:01:33 load avg: 1.58 [223/480] test_graphlib passed\nPASS: test_add_dependencies_for_same_node_incrementally (test.test_graphlib.TestTopologicalSort.test_add_dependencies_for_same_node_incrementally)\nPASS: test_calls_before_prepare (test.test_graphlib.TestTopologicalSort.test_calls_before_prepare)\nPASS: test_cycle (test.test_graphlib.TestTopologicalSort.test_cycle)\nPASS: test_done (test.test_graphlib.TestTopologicalSort.test_done)\nPASS: test_empty (test.test_graphlib.TestTopologicalSort.test_empty)\nPASS: test_graph_with_iterables (test.test_graphlib.TestTopologicalSort.test_graph_with_iterables)\nPASS: test_invalid_nodes_in_done (test.test_graphlib.TestTopologicalSort.test_invalid_nodes_in_done)\nPASS: test_is_active (test.test_graphlib.TestTopologicalSort.test_is_active)\nPASS: test_no_dependencies (test.test_graphlib.TestTopologicalSort.test_no_dependencies)\nPASS: test_not_hashable_nodes (test.test_graphlib.TestTopologicalSort.test_not_hashable_nodes)\nPASS: test_order_of_insertion_does_not_matter_between_groups (test.test_graphlib.TestTopologicalSort.test_order_of_insertion_does_not_matter_between_groups)\nPASS: test_prepare_multiple_times (test.test_graphlib.TestTopologicalSort.test_prepare_multiple_times)\nPASS: test_simple_cases (test.test_graphlib.TestTopologicalSort.test_simple_cases)\nPASS: test_static_order_does_not_change_with_the_hash_seed (test.test_graphlib.TestTopologicalSort.test_static_order_does_not_change_with_the_hash_seed)\nPASS: test_the_node_multiple_times (test.test_graphlib.TestTopologicalSort.test_the_node_multiple_times)\n\n----------------------------------------------------------------------\nRan 15 tests in 0.033s\n\nOK\n0:01:33 load avg: 1.58 [224/480] test_hash passed\nPASS: test_empty_string (test.test_hash.BytesHashRandomizationTests.test_empty_string)\nPASS: test_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_fixed_hash)\nPASS: test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_long_fixed_hash)\nPASS: test_null_hash (test.test_hash.BytesHashRandomizationTests.test_null_hash)\nPASS: test_randomized_hash (test.test_hash.BytesHashRandomizationTests.test_randomized_hash)\nPASS: test_randomized_hash (test.test_hash.DatetimeDateTests.test_randomized_hash)\nPASS: test_randomized_hash (test.test_hash.DatetimeDatetimeTests.test_randomized_hash)\nPASS: test_randomized_hash (test.test_hash.DatetimeTimeTests.test_randomized_hash)\nPASS: test_hashes (test.test_hash.HashBuiltinsTestCase.test_hashes)\nPASS: test_hash_distribution (test.test_hash.HashDistributionTestCase.test_hash_distribution)\nPASS: test_coerced_floats (test.test_hash.HashEqualityTestCase.test_coerced_floats)\nPASS: test_coerced_integers (test.test_hash.HashEqualityTestCase.test_coerced_integers)\nPASS: test_numeric_literals (test.test_hash.HashEqualityTestCase.test_numeric_literals)\nPASS: test_unaligned_buffers (test.test_hash.HashEqualityTestCase.test_unaligned_buffers)\nPASS: test_default_hash (test.test_hash.HashInheritanceTestCase.test_default_hash)\nPASS: test_error_hash (test.test_hash.HashInheritanceTestCase.test_error_hash)\nPASS: test_fixed_hash (test.test_hash.HashInheritanceTestCase.test_fixed_hash)\nPASS: test_hashable (test.test_hash.HashInheritanceTestCase.test_hashable)\nPASS: test_not_hashable (test.test_hash.HashInheritanceTestCase.test_not_hashable)\nPASS: test_empty_string (test.test_hash.MemoryviewHashRandomizationTests.test_empty_string)\nPASS: test_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_fixed_hash)\nPASS: test_long_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_long_fixed_hash)\nPASS: test_null_hash (test.test_hash.MemoryviewHashRandomizationTests.test_null_hash)\nPASS: test_randomized_hash (test.test_hash.MemoryviewHashRandomizationTests.test_randomized_hash)\nPASS: test_empty_string (test.test_hash.StrHashRandomizationTests.test_empty_string)\nPASS: test_fixed_hash (test.test_hash.StrHashRandomizationTests.test_fixed_hash)\nPASS: test_long_fixed_hash (test.test_hash.StrHashRandomizationTests.test_long_fixed_hash)\nPASS: test_null_hash (test.test_hash.StrHashRandomizationTests.test_null_hash)\nPASS: test_randomized_hash (test.test_hash.StrHashRandomizationTests.test_randomized_hash)\nPASS: test_ucs2_string (test.test_hash.StrHashRandomizationTests.test_ucs2_string)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.263s\n\nOK\n0:01:33 load avg: 1.58 [225/480] test_gzip passed\nPASS: test_compress_fast_best_are_exclusive (test.test_gzip.TestCommandLine.test_compress_fast_best_are_exclusive)\nPASS: test_compress_infile_outfile (test.test_gzip.TestCommandLine.test_compress_infile_outfile)\nPASS: test_compress_infile_outfile_default (test.test_gzip.TestCommandLine.test_compress_infile_outfile_default)\nPASS: test_compress_stdin_outfile (test.test_gzip.TestCommandLine.test_compress_stdin_outfile)\nPASS: test_decompress_cannot_have_flags_compression (test.test_gzip.TestCommandLine.test_decompress_cannot_have_flags_compression)\nPASS: test_decompress_infile_outfile (test.test_gzip.TestCommandLine.test_decompress_infile_outfile)\nPASS: test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine.test_decompress_infile_outfile_error)\nPASS: test_decompress_stdin_stdout (test.test_gzip.TestCommandLine.test_decompress_stdin_stdout)\nPASS: test_1647484 (test.test_gzip.TestGzip.test_1647484)\nPASS: test_append (test.test_gzip.TestGzip.test_append)\nPASS: test_bad_gzip_file (test.test_gzip.TestGzip.test_bad_gzip_file)\nPASS: test_buffered_reader (test.test_gzip.TestGzip.test_buffered_reader)\nPASS: test_bytes_filename (test.test_gzip.TestGzip.test_bytes_filename)\nPASS: test_compress (test.test_gzip.TestGzip.test_compress)\nPASS: test_compress_correct_level (test.test_gzip.TestGzip.test_compress_correct_level)\nPASS: test_compress_mtime (test.test_gzip.TestGzip.test_compress_mtime)\nPASS: test_compresslevel_metadata (test.test_gzip.TestGzip.test_compresslevel_metadata)\nPASS: test_decompress (test.test_gzip.TestGzip.test_decompress)\ntest_decompress_limited (test.test_gzip.TestGzip.test_decompress_limited)\nPASS: Decompressed data buffering should be limited\nPASS: test_decompress_missing_trailer (test.test_gzip.TestGzip.test_decompress_missing_trailer)\nPASS: test_decompress_truncated_trailer (test.test_gzip.TestGzip.test_decompress_truncated_trailer)\nPASS: test_exclusive_write (test.test_gzip.TestGzip.test_exclusive_write)\nPASS: test_fileobj_and_filename (test.test_gzip.TestGzip.test_fileobj_and_filename)\nPASS: test_fileobj_from_fdopen (test.test_gzip.TestGzip.test_fileobj_from_fdopen)\nPASS: test_fileobj_mode (test.test_gzip.TestGzip.test_fileobj_mode)\nPASS: test_fileobj_with_name (test.test_gzip.TestGzip.test_fileobj_with_name)\nPASS: test_fileobj_without_name (test.test_gzip.TestGzip.test_fileobj_without_name)\nPASS: test_flush_flushes_compressor (test.test_gzip.TestGzip.test_flush_flushes_compressor)\nPASS: test_flush_modes (test.test_gzip.TestGzip.test_flush_modes)\nPASS: test_gzip_BadGzipFile_exception (test.test_gzip.TestGzip.test_gzip_BadGzipFile_exception)\nPASS: test_io_on_closed_object (test.test_gzip.TestGzip.test_io_on_closed_object)\nPASS: test_issue112346 (test.test_gzip.TestGzip.test_issue112346)\nPASS: test_issue44439 (test.test_gzip.TestGzip.test_issue44439)\nPASS: test_many_append (test.test_gzip.TestGzip.test_many_append)\nPASS: test_metadata (test.test_gzip.TestGzip.test_metadata)\nPASS: test_metadata_ascii_name (test.test_gzip.TestGzip.test_metadata_ascii_name)\nPASS: test_mode (test.test_gzip.TestGzip.test_mode)\nPASS: test_mtime (test.test_gzip.TestGzip.test_mtime)\nPASS: test_non_seekable_file (test.test_gzip.TestGzip.test_non_seekable_file)\nPASS: test_paddedfile_getattr (test.test_gzip.TestGzip.test_paddedfile_getattr)\nPASS: test_peek (test.test_gzip.TestGzip.test_peek)\nPASS: test_prepend_error (test.test_gzip.TestGzip.test_prepend_error)\nPASS: test_read (test.test_gzip.TestGzip.test_read)\nPASS: test_read1 (test.test_gzip.TestGzip.test_read1)\nPASS: test_read_large (test.test_gzip.TestGzip.test_read_large)\nPASS: test_read_truncated (test.test_gzip.TestGzip.test_read_truncated)\nPASS: test_read_with_extra (test.test_gzip.TestGzip.test_read_with_extra)\nPASS: test_readline (test.test_gzip.TestGzip.test_readline)\nPASS: test_readlines (test.test_gzip.TestGzip.test_readlines)\nPASS: test_refloop_unraisable (test.test_gzip.TestGzip.test_refloop_unraisable)\nPASS: test_seek_read (test.test_gzip.TestGzip.test_seek_read)\nPASS: test_seek_whence (test.test_gzip.TestGzip.test_seek_whence)\nPASS: test_seek_write (test.test_gzip.TestGzip.test_seek_write)\nPASS: test_textio_readlines (test.test_gzip.TestGzip.test_textio_readlines)\nPASS: test_with_open (test.test_gzip.TestGzip.test_with_open)\nPASS: test_write (test.test_gzip.TestGzip.test_write)\nPASS: test_write_array (test.test_gzip.TestGzip.test_write_array)\nPASS: test_write_bytearray (test.test_gzip.TestGzip.test_write_bytearray)\nPASS: test_write_incompatible_type (test.test_gzip.TestGzip.test_write_incompatible_type)\nPASS: test_write_memoryview (test.test_gzip.TestGzip.test_write_memoryview)\nPASS: test_write_read_with_pathlike_file (test.test_gzip.TestGzip.test_write_read_with_pathlike_file)\nPASS: test_write_seek_write (test.test_gzip.TestGzip.test_write_seek_write)\nPASS: test_zero_padded_file (test.test_gzip.TestGzip.test_zero_padded_file)\nPASS: test_bad_params (test.test_gzip.TestOpen.test_bad_params)\nPASS: test_binary_modes (test.test_gzip.TestOpen.test_binary_modes)\nPASS: test_encoding (test.test_gzip.TestOpen.test_encoding)\nPASS: test_encoding_error_handler (test.test_gzip.TestOpen.test_encoding_error_handler)\nPASS: test_fileobj (test.test_gzip.TestOpen.test_fileobj)\nPASS: test_implicit_binary_modes (test.test_gzip.TestOpen.test_implicit_binary_modes)\nPASS: test_newline (test.test_gzip.TestOpen.test_newline)\nPASS: test_pathlike_file (test.test_gzip.TestOpen.test_pathlike_file)\nPASS: test_text_modes (test.test_gzip.TestOpen.test_text_modes)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.275s\n\nOK\n0:01:33 load avg: 1.58 [226/480] test_heapq passed\nPASS: test_arg_parsing (test.test_heapq.TestErrorHandlingC.test_arg_parsing)\nPASS: test_cmp_err (test.test_heapq.TestErrorHandlingC.test_cmp_err)\nPASS: test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap)\nPASS: test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap_two_heaps)\nPASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap)\nPASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap)\nPASS: test_iterable_args (test.test_heapq.TestErrorHandlingC.test_iterable_args)\nPASS: test_len_only (test.test_heapq.TestErrorHandlingC.test_len_only)\nPASS: test_non_sequence (test.test_heapq.TestErrorHandlingC.test_non_sequence)\nPASS: test_arg_parsing (test.test_heapq.TestErrorHandlingPython.test_arg_parsing)\nPASS: test_cmp_err (test.test_heapq.TestErrorHandlingPython.test_cmp_err)\nPASS: test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap)\nPASS: test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap_two_heaps)\nPASS: test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap)\nPASS: test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap)\nPASS: test_iterable_args (test.test_heapq.TestErrorHandlingPython.test_iterable_args)\nPASS: test_len_only (test.test_heapq.TestErrorHandlingPython.test_len_only)\nPASS: test_non_sequence (test.test_heapq.TestErrorHandlingPython.test_non_sequence)\nPASS: test_comparison_operator (test.test_heapq.TestHeapC.test_comparison_operator)\nPASS: test_empty_merges (test.test_heapq.TestHeapC.test_empty_merges)\nPASS: test_heapify (test.test_heapq.TestHeapC.test_heapify)\nPASS: test_heappop_max (test.test_heapq.TestHeapC.test_heappop_max)\nPASS: test_heappushpop (test.test_heapq.TestHeapC.test_heappushpop)\nPASS: test_heapsort (test.test_heapq.TestHeapC.test_heapsort)\nPASS: test_merge (test.test_heapq.TestHeapC.test_merge)\nPASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error)\nPASS: test_merge_stability (test.test_heapq.TestHeapC.test_merge_stability)\nPASS: test_naive_nbest (test.test_heapq.TestHeapC.test_naive_nbest)\nPASS: test_nbest (test.test_heapq.TestHeapC.test_nbest)\nPASS: test_nbest_with_pushpop (test.test_heapq.TestHeapC.test_nbest_with_pushpop)\nPASS: test_nlargest (test.test_heapq.TestHeapC.test_nlargest)\nPASS: test_nsmallest (test.test_heapq.TestHeapC.test_nsmallest)\nPASS: test_push_pop (test.test_heapq.TestHeapC.test_push_pop)\nPASS: test_comparison_operator (test.test_heapq.TestHeapPython.test_comparison_operator)\nPASS: test_empty_merges (test.test_heapq.TestHeapPython.test_empty_merges)\nPASS: test_heapify (test.test_heapq.TestHeapPython.test_heapify)\nPASS: test_heappop_max (test.test_heapq.TestHeapPython.test_heappop_max)\nPASS: test_heappushpop (test.test_heapq.TestHeapPython.test_heappushpop)\nPASS: test_heapsort (test.test_heapq.TestHeapPython.test_heapsort)\nPASS: test_merge (test.test_heapq.TestHeapPython.test_merge)\nPASS: test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error)\nPASS: test_merge_stability (test.test_heapq.TestHeapPython.test_merge_stability)\nPASS: test_naive_nbest (test.test_heapq.TestHeapPython.test_naive_nbest)\nPASS: test_nbest (test.test_heapq.TestHeapPython.test_nbest)\nPASS: test_nbest_with_pushpop (test.test_heapq.TestHeapPython.test_nbest_with_pushpop)\nPASS: test_nlargest (test.test_heapq.TestHeapPython.test_nlargest)\nPASS: test_nsmallest (test.test_heapq.TestHeapPython.test_nsmallest)\nPASS: test_push_pop (test.test_heapq.TestHeapPython.test_push_pop)\nPASS: test_c_functions (test.test_heapq.TestModules.test_c_functions)\nPASS: test_py_functions (test.test_heapq.TestModules.test_py_functions)\nmerge ()\nPASS: Doctest: merge\n\n----------------------------------------------------------------------\nRan 51 tests in 0.213s\n\nOK\n0:01:33 load avg: 1.58 [227/480] test_hmac passed\nPASS: test_hmac_compare_digest (test.test_hmac.CompareDigestTestCase.test_hmac_compare_digest)\nPASS: test_openssl_compare_digest (test.test_hmac.CompareDigestTestCase.test_openssl_compare_digest)\nPASS: test_operator_compare_digest (test.test_hmac.CompareDigestTestCase.test_operator_compare_digest)\nPASS: test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase.test_dot_new_with_str_key)\nPASS: test_internal_types (test.test_hmac.ConstructorTestCase.test_internal_types)\nPASS: test_normal (test.test_hmac.ConstructorTestCase.test_normal)\nPASS: test_with_bytearray (test.test_hmac.ConstructorTestCase.test_with_bytearray)\nPASS: test_with_memoryview_msg (test.test_hmac.ConstructorTestCase.test_with_memoryview_msg)\nSKIP: test_with_sha256_module (test.test_hmac.ConstructorTestCase.test_with_sha256_module) 'need _sha256'\nPASS: test_with_str_key (test.test_hmac.ConstructorTestCase.test_with_str_key)\nPASS: test_withmodule (test.test_hmac.ConstructorTestCase.test_withmodule)\nPASS: test_withtext (test.test_hmac.ConstructorTestCase.test_withtext)\nPASS: test_attributes_old (test.test_hmac.CopyTestCase.test_attributes_old)\nPASS: test_equality (test.test_hmac.CopyTestCase.test_equality)\nPASS: test_equality_new (test.test_hmac.CopyTestCase.test_equality_new)\nPASS: test_realcopy_hmac (test.test_hmac.CopyTestCase.test_realcopy_hmac)\nPASS: test_realcopy_old (test.test_hmac.CopyTestCase.test_realcopy_old)\nPASS: test_exercise_all_methods (test.test_hmac.SanityTestCase.test_exercise_all_methods)\nPASS: test_legacy_block_size_warnings (test.test_hmac.TestVectorsTestCase.test_legacy_block_size_warnings)\nPASS: test_md5_vectors (test.test_hmac.TestVectorsTestCase.test_md5_vectors)\nPASS: test_sha224_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha224_rfc4231)\nPASS: test_sha256_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha256_rfc4231)\nPASS: test_sha384_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha384_rfc4231)\nPASS: test_sha512_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha512_rfc4231)\nPASS: test_sha_vectors (test.test_hmac.TestVectorsTestCase.test_sha_vectors)\ntest_with_digestmod_no_default (test.test_hmac.TestVectorsTestCase.test_with_digestmod_no_default)\nPASS: The digestmod parameter is required as of Python 3.8.\nPASS: test_with_fallback (test.test_hmac.TestVectorsTestCase.test_with_fallback)\nPASS: test_with_str_update (test.test_hmac.UpdateTestCase.test_with_str_update)\n\n----------------------------------------------------------------------\nRan 28 tests in 0.004s\n\nOK (skipped=1)\n0:01:33 load avg: 1.58 [228/480] test_hashlib passed\nPASS: test_algorithms_available (test.test_hashlib.HashLibTestCase.test_algorithms_available)\nPASS: test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase.test_algorithms_guaranteed)\nPASS: test_blake2b (test.test_hashlib.HashLibTestCase.test_blake2b)\nSKIP: test_blake2b_vectors (test.test_hashlib.HashLibTestCase.test_blake2b_vectors) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_blake2s (test.test_hashlib.HashLibTestCase.test_blake2s)\nSKIP: test_blake2s_vectors (test.test_hashlib.HashLibTestCase.test_blake2s_vectors) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_blocksize_and_name (test.test_hashlib.HashLibTestCase.test_blocksize_and_name)\nPASS: test_blocksize_name_blake2 (test.test_hashlib.HashLibTestCase.test_blocksize_name_blake2)\nPASS: test_blocksize_name_sha3 (test.test_hashlib.HashLibTestCase.test_blocksize_name_sha3)\nPASS: test_case_blake2b_0 (test.test_hashlib.HashLibTestCase.test_case_blake2b_0)\nPASS: test_case_blake2b_1 (test.test_hashlib.HashLibTestCase.test_case_blake2b_1)\nPASS: test_case_blake2b_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2b_all_parameters)\nPASS: test_case_blake2s_0 (test.test_hashlib.HashLibTestCase.test_case_blake2s_0)\nPASS: test_case_blake2s_1 (test.test_hashlib.HashLibTestCase.test_case_blake2s_1)\nPASS: test_case_blake2s_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2s_all_parameters)\nPASS: test_case_md5_0 (test.test_hashlib.HashLibTestCase.test_case_md5_0)\nPASS: test_case_md5_1 (test.test_hashlib.HashLibTestCase.test_case_md5_1)\nPASS: test_case_md5_2 (test.test_hashlib.HashLibTestCase.test_case_md5_2)\nSKIP: test_case_md5_huge (test.test_hashlib.HashLibTestCase.test_case_md5_huge) 'not enough memory: 4.0G minimum needed'\nSKIP: test_case_md5_uintmax (test.test_hashlib.HashLibTestCase.test_case_md5_uintmax) 'not enough memory: 4.0G minimum needed'\nPASS: test_case_sha1_0 (test.test_hashlib.HashLibTestCase.test_case_sha1_0)\nPASS: test_case_sha1_1 (test.test_hashlib.HashLibTestCase.test_case_sha1_1)\nPASS: test_case_sha1_2 (test.test_hashlib.HashLibTestCase.test_case_sha1_2)\nPASS: test_case_sha1_3 (test.test_hashlib.HashLibTestCase.test_case_sha1_3)\nPASS: test_case_sha224_0 (test.test_hashlib.HashLibTestCase.test_case_sha224_0)\nPASS: test_case_sha224_1 (test.test_hashlib.HashLibTestCase.test_case_sha224_1)\nPASS: test_case_sha224_2 (test.test_hashlib.HashLibTestCase.test_case_sha224_2)\nPASS: test_case_sha224_3 (test.test_hashlib.HashLibTestCase.test_case_sha224_3)\nPASS: test_case_sha256_0 (test.test_hashlib.HashLibTestCase.test_case_sha256_0)\nPASS: test_case_sha256_1 (test.test_hashlib.HashLibTestCase.test_case_sha256_1)\nPASS: test_case_sha256_2 (test.test_hashlib.HashLibTestCase.test_case_sha256_2)\nPASS: test_case_sha256_3 (test.test_hashlib.HashLibTestCase.test_case_sha256_3)\nPASS: test_case_sha384_0 (test.test_hashlib.HashLibTestCase.test_case_sha384_0)\nPASS: test_case_sha384_1 (test.test_hashlib.HashLibTestCase.test_case_sha384_1)\nPASS: test_case_sha384_2 (test.test_hashlib.HashLibTestCase.test_case_sha384_2)\nPASS: test_case_sha384_3 (test.test_hashlib.HashLibTestCase.test_case_sha384_3)\nPASS: test_case_sha3_224_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_224_0)\nSKIP: test_case_sha3_224_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_224_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha3_256_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_256_0)\nSKIP: test_case_sha3_256_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_256_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha3_384_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_384_0)\nSKIP: test_case_sha3_384_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_384_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha3_512_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_512_0)\nSKIP: test_case_sha3_512_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_512_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_sha512_0 (test.test_hashlib.HashLibTestCase.test_case_sha512_0)\nPASS: test_case_sha512_1 (test.test_hashlib.HashLibTestCase.test_case_sha512_1)\nPASS: test_case_sha512_2 (test.test_hashlib.HashLibTestCase.test_case_sha512_2)\nPASS: test_case_sha512_3 (test.test_hashlib.HashLibTestCase.test_case_sha512_3)\nSKIP: test_case_shake128_vector (test.test_hashlib.HashLibTestCase.test_case_shake128_vector) \"Use of the 'urlfetch' resource not enabled\"\nSKIP: test_case_shake256_vector (test.test_hashlib.HashLibTestCase.test_case_shake256_vector) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_case_shake_128_0 (test.test_hashlib.HashLibTestCase.test_case_shake_128_0)\nPASS: test_case_shake_256_0 (test.test_hashlib.HashLibTestCase.test_case_shake_256_0)\nPASS: test_clinic_signature (test.test_hashlib.HashLibTestCase.test_clinic_signature)\nPASS: test_clinic_signature_errors (test.test_hashlib.HashLibTestCase.test_clinic_signature_errors)\nPASS: test_digest_length_overflow (test.test_hashlib.HashLibTestCase.test_digest_length_overflow)\nPASS: test_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_disallow_instantiation)\nPASS: test_extra_sha3 (test.test_hashlib.HashLibTestCase.test_extra_sha3)\nPASS: test_get_builtin_constructor (test.test_hashlib.HashLibTestCase.test_get_builtin_constructor)\nPASS: test_get_fips_mode (test.test_hashlib.HashLibTestCase.test_get_fips_mode)\nPASS: test_gil (test.test_hashlib.HashLibTestCase.test_gil)\nPASS: test_hash_array (test.test_hashlib.HashLibTestCase.test_hash_array)\nPASS: test_hash_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_hash_disallow_instantiation)\nPASS: test_hexdigest (test.test_hashlib.HashLibTestCase.test_hexdigest)\nPASS: test_large_update (test.test_hashlib.HashLibTestCase.test_large_update)\nPASS: test_name_attribute (test.test_hashlib.HashLibTestCase.test_name_attribute)\nPASS: test_new_upper_to_lower (test.test_hashlib.HashLibTestCase.test_new_upper_to_lower)\nPASS: test_no_unicode (test.test_hashlib.HashLibTestCase.test_no_unicode)\nPASS: test_no_unicode_blake2 (test.test_hashlib.HashLibTestCase.test_no_unicode_blake2)\nPASS: test_no_unicode_sha3 (test.test_hashlib.HashLibTestCase.test_no_unicode_sha3)\nPASS: test_readonly_types (test.test_hashlib.HashLibTestCase.test_readonly_types)\nSKIP: test_sha256_update_over_4gb (test.test_hashlib.HashLibTestCase.test_sha256_update_over_4gb) \"resource 'cpu' is not enabled\"\nSKIP: test_sha3_256_update_over_4gb (test.test_hashlib.HashLibTestCase.test_sha3_256_update_over_4gb) \"resource 'cpu' is not enabled\"\nPASS: test_threaded_hashing (test.test_hashlib.HashLibTestCase.test_threaded_hashing)\nPASS: test_unknown_hash (test.test_hashlib.HashLibTestCase.test_unknown_hash)\nPASS: test_usedforsecurity_false (test.test_hashlib.HashLibTestCase.test_usedforsecurity_false)\nPASS: test_usedforsecurity_true (test.test_hashlib.HashLibTestCase.test_usedforsecurity_true)\nPASS: test_file_digest (test.test_hashlib.KDFTests.test_file_digest)\nPASS: test_normalized_name (test.test_hashlib.KDFTests.test_normalized_name)\nPASS: test_pbkdf2_hmac_c (test.test_hashlib.KDFTests.test_pbkdf2_hmac_c)\nPASS: test_scrypt (test.test_hashlib.KDFTests.test_scrypt)\n\n----------------------------------------------------------------------\nRan 80 tests in 0.322s\n\nOK (skipped=12)\n0:01:34 load avg: 1.58 [229/480] test_html passed\nPASS: test_escape (test.test_html.HtmlTests.test_escape)\nPASS: test_unescape (test.test_html.HtmlTests.test_unescape)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.002s\n\nOK\n0:01:34 load avg: 1.58 [230/480] test_htmlparser passed\nPASS: test_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_adjacent_attributes)\nPASS: test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase.test_attr_entity_replacement)\nPASS: test_attr_funky_names (test.test_htmlparser.AttributesTestCase.test_attr_funky_names)\nPASS: test_attr_funky_names2 (test.test_htmlparser.AttributesTestCase.test_attr_funky_names2)\nPASS: test_attr_nonascii (test.test_htmlparser.AttributesTestCase.test_attr_nonascii)\nPASS: test_attr_syntax (test.test_htmlparser.AttributesTestCase.test_attr_syntax)\nPASS: test_attr_values (test.test_htmlparser.AttributesTestCase.test_attr_values)\nPASS: test_comma_between_attributes (test.test_htmlparser.AttributesTestCase.test_comma_between_attributes)\nPASS: test_end_tag_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_end_tag_in_attribute_value)\nPASS: test_entities_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_entities_in_attribute_value)\nPASS: test_entityrefs_in_attributes (test.test_htmlparser.AttributesTestCase.test_entityrefs_in_attributes)\nPASS: test_javascript_attribute_value (test.test_htmlparser.AttributesTestCase.test_javascript_attribute_value)\nPASS: test_malformed_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_adjacent_attributes)\nPASS: test_malformed_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_attributes)\nPASS: test_missing_attribute_value (test.test_htmlparser.AttributesTestCase.test_missing_attribute_value)\nPASS: test_weird_chars_in_unquoted_attribute_values (test.test_htmlparser.AttributesTestCase.test_weird_chars_in_unquoted_attribute_values)\nPASS: test_with_unquoted_attributes (test.test_htmlparser.AttributesTestCase.test_with_unquoted_attributes)\nPASS: test_EOF_in_cdata (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_cdata)\nPASS: test_EOF_in_charref (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_charref)\nPASS: test_EOF_in_comments_or_decls (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_comments_or_decls)\nPASS: test_bad_nesting (test.test_htmlparser.HTMLParserTestCase.test_bad_nesting)\nPASS: test_bare_ampersands (test.test_htmlparser.HTMLParserTestCase.test_bare_ampersands)\nPASS: test_bare_pointy_brackets (test.test_htmlparser.HTMLParserTestCase.test_bare_pointy_brackets)\nPASS: test_bogus_comments (test.test_htmlparser.HTMLParserTestCase.test_bogus_comments)\nPASS: test_broken_condcoms (test.test_htmlparser.HTMLParserTestCase.test_broken_condcoms)\nPASS: test_broken_invalid_end_tag (test.test_htmlparser.HTMLParserTestCase.test_broken_invalid_end_tag)\nPASS: test_buffer_artefacts (test.test_htmlparser.HTMLParserTestCase.test_buffer_artefacts)\nPASS: test_cdata_content (test.test_htmlparser.HTMLParserTestCase.test_cdata_content)\nPASS: test_cdata_declarations (test.test_htmlparser.HTMLParserTestCase.test_cdata_declarations)\nPASS: test_cdata_declarations_multiline (test.test_htmlparser.HTMLParserTestCase.test_cdata_declarations_multiline)\nPASS: test_cdata_with_closing_tags (test.test_htmlparser.HTMLParserTestCase.test_cdata_with_closing_tags)\nPASS: test_comments (test.test_htmlparser.HTMLParserTestCase.test_comments)\nPASS: test_condcoms (test.test_htmlparser.HTMLParserTestCase.test_condcoms)\nPASS: test_convert_charrefs (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs)\nPASS: test_convert_charrefs_dropped_text (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_dropped_text)\nPASS: test_convert_charrefs_in_attribute_values (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_in_attribute_values)\nPASS: test_correct_detection_of_start_tags (test.test_htmlparser.HTMLParserTestCase.test_correct_detection_of_start_tags)\nPASS: test_declaration_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_declaration_junk_chars)\nPASS: test_get_starttag_text (test.test_htmlparser.HTMLParserTestCase.test_get_starttag_text)\nPASS: test_illegal_declarations (test.test_htmlparser.HTMLParserTestCase.test_illegal_declarations)\nPASS: test_invalid_end_tags (test.test_htmlparser.HTMLParserTestCase.test_invalid_end_tags)\nPASS: test_malformatted_charref (test.test_htmlparser.HTMLParserTestCase.test_malformatted_charref)\nPASS: test_processing_instruction_only (test.test_htmlparser.HTMLParserTestCase.test_processing_instruction_only)\nPASS: test_simple_html (test.test_htmlparser.HTMLParserTestCase.test_simple_html)\nPASS: test_slashes_in_starttag (test.test_htmlparser.HTMLParserTestCase.test_slashes_in_starttag)\nPASS: test_startendtag (test.test_htmlparser.HTMLParserTestCase.test_startendtag)\nPASS: test_starttag_end_boundary (test.test_htmlparser.HTMLParserTestCase.test_starttag_end_boundary)\nPASS: test_starttag_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_starttag_junk_chars)\nPASS: test_tolerant_parsing (test.test_htmlparser.HTMLParserTestCase.test_tolerant_parsing)\nPASS: test_unclosed_entityref (test.test_htmlparser.HTMLParserTestCase.test_unclosed_entityref)\nPASS: test_valid_doctypes (test.test_htmlparser.HTMLParserTestCase.test_valid_doctypes)\nPASS: test_base_class_methods_called (test.test_htmlparser.TestInheritance.test_base_class_methods_called)\n\n----------------------------------------------------------------------\nRan 52 tests in 0.019s\n\nOK\n0:01:34 load avg: 1.58 [231/480] test_http_cookies passed\nPASS: test_basic (test.test_http_cookies.CookieTests.test_basic)\nPASS: test_comment_quoting (test.test_http_cookies.CookieTests.test_comment_quoting)\nPASS: test_extended_encode (test.test_http_cookies.CookieTests.test_extended_encode)\nPASS: test_extra_spaces (test.test_http_cookies.CookieTests.test_extra_spaces)\nPASS: test_illegal_chars (test.test_http_cookies.CookieTests.test_illegal_chars)\nPASS: test_invalid_cookies (test.test_http_cookies.CookieTests.test_invalid_cookies)\nPASS: test_load (test.test_http_cookies.CookieTests.test_load)\nPASS: test_obsolete_rfc850_date_format (test.test_http_cookies.CookieTests.test_obsolete_rfc850_date_format)\nPASS: test_pickle (test.test_http_cookies.CookieTests.test_pickle)\nPASS: test_quoted_meta (test.test_http_cookies.CookieTests.test_quoted_meta)\nPASS: test_samesite_attrs (test.test_http_cookies.CookieTests.test_samesite_attrs)\nPASS: test_secure_httponly_false_if_not_present (test.test_http_cookies.CookieTests.test_secure_httponly_false_if_not_present)\nPASS: test_secure_httponly_true_if_have_value (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_have_value)\nPASS: test_secure_httponly_true_if_present (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_present)\nPASS: test_set_secure_httponly_attrs (test.test_http_cookies.CookieTests.test_set_secure_httponly_attrs)\nPASS: test_special_attrs (test.test_http_cookies.CookieTests.test_special_attrs)\nPASS: test_unquote (test.test_http_cookies.CookieTests.test_unquote)\nSKIP: test_unquote_large (test.test_http_cookies.CookieTests.test_unquote_large) \"resource 'cpu' is not enabled\"\nPASS: test_copy (test.test_http_cookies.MorselTests.test_copy)\nPASS: test_defaults (test.test_http_cookies.MorselTests.test_defaults)\nPASS: test_eq (test.test_http_cookies.MorselTests.test_eq)\nPASS: test_pickle (test.test_http_cookies.MorselTests.test_pickle)\nPASS: test_repr (test.test_http_cookies.MorselTests.test_repr)\nPASS: test_reserved_keys (test.test_http_cookies.MorselTests.test_reserved_keys)\nPASS: test_set_properties (test.test_http_cookies.MorselTests.test_set_properties)\nPASS: test_setdefault (test.test_http_cookies.MorselTests.test_setdefault)\nPASS: test_setitem (test.test_http_cookies.MorselTests.test_setitem)\nPASS: test_setter (test.test_http_cookies.MorselTests.test_setter)\nPASS: test_update (test.test_http_cookies.MorselTests.test_update)\ncookies (http)\nPASS: Doctest: http.cookies\n\n----------------------------------------------------------------------\nRan 30 tests in 0.006s\n\nOK (skipped=1)\n0:01:34 load avg: 1.58 [232/480] test_http_cookiejar passed\nPASS: test_Cookie_iterator (test.test_http_cookiejar.CookieTests.test_Cookie_iterator)\nPASS: test_bad_cookie_header (test.test_http_cookiejar.CookieTests.test_bad_cookie_header)\nPASS: test_custom_secure_protocols (test.test_http_cookiejar.CookieTests.test_custom_secure_protocols)\nPASS: test_default_path (test.test_http_cookiejar.CookieTests.test_default_path)\nPASS: test_default_path_with_query (test.test_http_cookiejar.CookieTests.test_default_path_with_query)\nPASS: test_domain_allow (test.test_http_cookiejar.CookieTests.test_domain_allow)\nPASS: test_domain_block (test.test_http_cookiejar.CookieTests.test_domain_block)\nPASS: test_domain_match (test.test_http_cookiejar.CookieTests.test_domain_match)\nPASS: test_domain_mirror (test.test_http_cookiejar.CookieTests.test_domain_mirror)\nPASS: test_domain_return_ok (test.test_http_cookiejar.CookieTests.test_domain_return_ok)\nPASS: test_escape_path (test.test_http_cookiejar.CookieTests.test_escape_path)\nPASS: test_evil_local_domain (test.test_http_cookiejar.CookieTests.test_evil_local_domain)\nPASS: test_evil_local_domain_2 (test.test_http_cookiejar.CookieTests.test_evil_local_domain_2)\nPASS: test_evil_nonlocal_domain (test.test_http_cookiejar.CookieTests.test_evil_nonlocal_domain)\nPASS: test_expires (test.test_http_cookiejar.CookieTests.test_expires)\nPASS: test_is_HDN (test.test_http_cookiejar.CookieTests.test_is_HDN)\nPASS: test_localhost_domain (test.test_http_cookiejar.CookieTests.test_localhost_domain)\nPASS: test_localhost_domain_contents (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents)\nPASS: test_localhost_domain_contents_2 (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents_2)\nPASS: test_missing_final_slash (test.test_http_cookiejar.CookieTests.test_missing_final_slash)\nPASS: test_missing_value (test.test_http_cookiejar.CookieTests.test_missing_value)\nPASS: test_no_return_comment (test.test_http_cookiejar.CookieTests.test_no_return_comment)\nPASS: test_ns_parser (test.test_http_cookiejar.CookieTests.test_ns_parser)\nPASS: test_ns_parser_special_names (test.test_http_cookiejar.CookieTests.test_ns_parser_special_names)\nPASS: test_parse_ns_headers (test.test_http_cookiejar.CookieTests.test_parse_ns_headers)\nPASS: test_path_mirror (test.test_http_cookiejar.CookieTests.test_path_mirror)\nPASS: test_path_prefix_match (test.test_http_cookiejar.CookieTests.test_path_prefix_match)\nPASS: test_port_mirror (test.test_http_cookiejar.CookieTests.test_port_mirror)\nPASS: test_quote_cookie_value (test.test_http_cookiejar.CookieTests.test_quote_cookie_value)\nPASS: test_reach (test.test_http_cookiejar.CookieTests.test_reach)\nPASS: test_request_host (test.test_http_cookiejar.CookieTests.test_request_host)\nPASS: test_request_path (test.test_http_cookiejar.CookieTests.test_request_path)\nPASS: test_request_port (test.test_http_cookiejar.CookieTests.test_request_port)\nPASS: test_rfc2109_handling (test.test_http_cookiejar.CookieTests.test_rfc2109_handling)\nPASS: test_secure (test.test_http_cookiejar.CookieTests.test_secure)\nPASS: test_secure_block (test.test_http_cookiejar.CookieTests.test_secure_block)\nPASS: test_strict_domain (test.test_http_cookiejar.CookieTests.test_strict_domain)\nPASS: test_two_component_domain_ns (test.test_http_cookiejar.CookieTests.test_two_component_domain_ns)\nPASS: test_two_component_domain_rfc2965 (test.test_http_cookiejar.CookieTests.test_two_component_domain_rfc2965)\nPASS: test_wrong_domain (test.test_http_cookiejar.CookieTests.test_wrong_domain)\nPASS: test_http2time (test.test_http_cookiejar.DateTimeTests.test_http2time)\nPASS: test_http2time_formats (test.test_http_cookiejar.DateTimeTests.test_http2time_formats)\nPASS: test_http2time_garbage (test.test_http_cookiejar.DateTimeTests.test_http2time_garbage)\nPASS: test_http2time_redos_regression_actually_completes (test.test_http_cookiejar.DateTimeTests.test_http2time_redos_regression_actually_completes)\nPASS: test_iso2time (test.test_http_cookiejar.DateTimeTests.test_iso2time)\nPASS: test_iso2time_formats (test.test_http_cookiejar.DateTimeTests.test_iso2time_formats)\nPASS: test_iso2time_garbage (test.test_http_cookiejar.DateTimeTests.test_iso2time_garbage)\nPASS: test_iso2time_performance_regression (test.test_http_cookiejar.DateTimeTests.test_iso2time_performance_regression)\nPASS: test_time2isoz (test.test_http_cookiejar.DateTimeTests.test_time2isoz)\nPASS: test_time2netscape (test.test_http_cookiejar.DateTimeTests.test_time2netscape)\nPASS: test_bad_magic (test.test_http_cookiejar.FileCookieJarTests.test_bad_magic)\nPASS: test_constructor_with_none (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_none)\nPASS: test_constructor_with_other_types (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_other_types)\nPASS: test_constructor_with_path_like (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_path_like)\nPASS: test_constructor_with_str (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_str)\nPASS: test_cookie_files_are_truncated (test.test_http_cookiejar.FileCookieJarTests.test_cookie_files_are_truncated)\nPASS: test_lwp_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_lwp_filepermissions)\nPASS: test_lwp_valueless_cookie (test.test_http_cookiejar.FileCookieJarTests.test_lwp_valueless_cookie)\nPASS: test_mozilla_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_mozilla_filepermissions)\nPASS: test_join_header_words (test.test_http_cookiejar.HeaderTests.test_join_header_words)\nPASS: test_parse_ns_headers (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers)\nPASS: test_parse_ns_headers_special_names (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_special_names)\nPASS: test_parse_ns_headers_version (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_version)\nPASS: test_roundtrip (test.test_http_cookiejar.HeaderTests.test_roundtrip)\nPASS: test_split_header_words (test.test_http_cookiejar.HeaderTests.test_split_header_words)\nPASS: test_empty_path (test.test_http_cookiejar.LWPCookieTests.test_empty_path)\nPASS: test_ietf_example_1 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_1)\nPASS: test_ietf_example_2 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_2)\nPASS: test_intranet_domains_2965 (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_2965)\nPASS: test_intranet_domains_ns (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_ns)\nPASS: test_mozilla (test.test_http_cookiejar.LWPCookieTests.test_mozilla)\nPASS: test_netscape_example_1 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_1)\nPASS: test_netscape_example_2 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_2)\nPASS: test_netscape_misc (test.test_http_cookiejar.LWPCookieTests.test_netscape_misc)\nPASS: test_rejection (test.test_http_cookiejar.LWPCookieTests.test_rejection)\nPASS: test_session_cookies (test.test_http_cookiejar.LWPCookieTests.test_session_cookies)\nPASS: test_url_encoding (test.test_http_cookiejar.LWPCookieTests.test_url_encoding)\n\n----------------------------------------------------------------------\nRan 77 tests in 0.258s\n\nOK\n0:01:34 load avg: 1.58 [233/480] test_httplib passed\nPASS: test_bad_status_repr (test.test_httplib.BasicTest.test_bad_status_repr)\ntest_blocksize_request (test.test_httplib.BasicTest.test_blocksize_request)\nPASS: Check that request() respects the configured block size.\ntest_blocksize_send (test.test_httplib.BasicTest.test_blocksize_send)\nPASS: Check that send() respects the configured block size.\nPASS: test_chunked (test.test_httplib.BasicTest.test_chunked)\nPASS: test_chunked_extension (test.test_httplib.BasicTest.test_chunked_extension)\nPASS: test_chunked_head (test.test_httplib.BasicTest.test_chunked_head)\ntest_chunked_missing_end (test.test_httplib.BasicTest.test_chunked_missing_end)\nPASS: some servers may serve up a short chunked encoding stream\ntest_chunked_sync (test.test_httplib.BasicTest.test_chunked_sync)\nPASS: Check that we don't read past the end of the chunked-encoding stream\ntest_chunked_trailers (test.test_httplib.BasicTest.test_chunked_trailers)\nPASS: See that trailers are read and ignored\ntest_content_length_sync (test.test_httplib.BasicTest.test_content_length_sync)\nPASS: Check that we don't read past the end of the Content-Length stream\nPASS: test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status)\nPASS: test_early_eof (test.test_httplib.BasicTest.test_early_eof)\nPASS: test_epipe (test.test_httplib.BasicTest.test_epipe)\nPASS: test_error_leak (test.test_httplib.BasicTest.test_error_leak)\nPASS: test_host_port (test.test_httplib.BasicTest.test_host_port)\ntest_httpstatus_category (test.test_httplib.BasicTest.test_httpstatus_category)\nPASS: Checks that the statuses belong to the standard categories\ntest_httpstatus_range (test.test_httplib.BasicTest.test_httpstatus_range)\nPASS: Checks that the statuses are in the 100-599 range\nPASS: test_incomplete_read (test.test_httplib.BasicTest.test_incomplete_read)\nPASS: test_mixed_reads (test.test_httplib.BasicTest.test_mixed_reads)\nPASS: test_negative_content_length (test.test_httplib.BasicTest.test_negative_content_length)\nPASS: test_overflowing_chunked_line (test.test_httplib.BasicTest.test_overflowing_chunked_line)\nPASS: test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest.test_overflowing_header_limit_after_100)\nPASS: test_overflowing_header_line (test.test_httplib.BasicTest.test_overflowing_header_line)\nPASS: test_overflowing_status_line (test.test_httplib.BasicTest.test_overflowing_status_line)\nPASS: test_partial_readintos (test.test_httplib.BasicTest.test_partial_readintos)\nPASS: test_partial_readintos_incomplete_body (test.test_httplib.BasicTest.test_partial_readintos_incomplete_body)\nPASS: test_partial_readintos_no_content_length (test.test_httplib.BasicTest.test_partial_readintos_no_content_length)\nPASS: test_partial_readintos_past_end (test.test_httplib.BasicTest.test_partial_readintos_past_end)\nPASS: test_partial_reads (test.test_httplib.BasicTest.test_partial_reads)\nPASS: test_partial_reads_incomplete_body (test.test_httplib.BasicTest.test_partial_reads_incomplete_body)\nPASS: test_partial_reads_no_content_length (test.test_httplib.BasicTest.test_partial_reads_no_content_length)\nPASS: test_partial_reads_past_end (test.test_httplib.BasicTest.test_partial_reads_past_end)\ntest_putrequest_override_domain_validation (test.test_httplib.BasicTest.test_putrequest_override_domain_validation)\nPASS: It should be possible to override the default validation\ntest_putrequest_override_encoding (test.test_httplib.BasicTest.test_putrequest_override_encoding)\nPASS: It should be possible to override the default encoding\nPASS: test_putrequest_override_host_validation (test.test_httplib.BasicTest.test_putrequest_override_host_validation)\nPASS: test_read1_bound_content_length (test.test_httplib.BasicTest.test_read1_bound_content_length)\nPASS: test_read1_content_length (test.test_httplib.BasicTest.test_read1_content_length)\nPASS: test_read_head (test.test_httplib.BasicTest.test_read_head)\nPASS: test_readinto_chunked (test.test_httplib.BasicTest.test_readinto_chunked)\nPASS: test_readinto_chunked_head (test.test_httplib.BasicTest.test_readinto_chunked_head)\nPASS: test_readinto_head (test.test_httplib.BasicTest.test_readinto_head)\nPASS: test_readline_bound_content_length (test.test_httplib.BasicTest.test_readline_bound_content_length)\nPASS: test_readlines_content_length (test.test_httplib.BasicTest.test_readlines_content_length)\nPASS: test_response_fileno (test.test_httplib.BasicTest.test_response_fileno)\nPASS: test_response_headers (test.test_httplib.BasicTest.test_response_headers)\nPASS: test_send (test.test_httplib.BasicTest.test_send)\nPASS: test_send_file (test.test_httplib.BasicTest.test_send_file)\nPASS: test_send_iter (test.test_httplib.BasicTest.test_send_iter)\nPASS: test_send_type_error (test.test_httplib.BasicTest.test_send_type_error)\nPASS: test_send_updating_file (test.test_httplib.BasicTest.test_send_updating_file)\nPASS: test_simple_httpstatus (test.test_httplib.BasicTest.test_simple_httpstatus)\nPASS: test_status_lines (test.test_httplib.BasicTest.test_status_lines)\nPASS: test_too_many_headers (test.test_httplib.BasicTest.test_too_many_headers)\nPASS: test_peek (test.test_httplib.ExtendedReadTest.test_peek)\nPASS: test_peek_0 (test.test_httplib.ExtendedReadTest.test_peek_0)\nPASS: test_read1 (test.test_httplib.ExtendedReadTest.test_read1)\nPASS: test_read1_0 (test.test_httplib.ExtendedReadTest.test_read1_0)\nPASS: test_read1_bounded (test.test_httplib.ExtendedReadTest.test_read1_bounded)\nPASS: test_read1_unbounded (test.test_httplib.ExtendedReadTest.test_read1_unbounded)\nPASS: test_readline (test.test_httplib.ExtendedReadTest.test_readline)\nPASS: test_readline_without_limit (test.test_httplib.ExtendedReadTest.test_readline_without_limit)\nPASS: test_peek (test.test_httplib.ExtendedReadTestChunked.test_peek)\nPASS: test_peek_0 (test.test_httplib.ExtendedReadTestChunked.test_peek_0)\nPASS: test_read1 (test.test_httplib.ExtendedReadTestChunked.test_read1)\nPASS: test_read1_0 (test.test_httplib.ExtendedReadTestChunked.test_read1_0)\nPASS: test_read1_bounded (test.test_httplib.ExtendedReadTestChunked.test_read1_bounded)\nPASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded)\nPASS: test_readline (test.test_httplib.ExtendedReadTestChunked.test_readline)\nPASS: test_readline_without_limit (test.test_httplib.ExtendedReadTestChunked.test_readline_without_limit)\nPASS: test_peek (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek)\nPASS: test_peek_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_peek_0)\nPASS: test_read1 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1)\nPASS: test_read1_0 (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_0)\nPASS: test_read1_bounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_bounded)\nPASS: test_read1_unbounded (test.test_httplib.ExtendedReadTestContentLengthKnown.test_read1_unbounded)\nPASS: test_readline (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline)\nPASS: test_readline_without_limit (test.test_httplib.ExtendedReadTestContentLengthKnown.test_readline_without_limit)\nPASS: test_getting_header (test.test_httplib.HTTPResponseTest.test_getting_header)\nPASS: test_getting_header_defaultint (test.test_httplib.HTTPResponseTest.test_getting_header_defaultint)\nPASS: test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default)\nPASS: test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default)\nPASS: test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default)\nPASS: test_attributes (test.test_httplib.HTTPSTest.test_attributes)\nPASS: test_host_port (test.test_httplib.HTTPSTest.test_host_port)\ntest_local_bad_hostname (test.test_httplib.HTTPSTest.test_local_bad_hostname) ... Got an error:\n[SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\nGot an error:\n[SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\n server (('127.0.0.1', 40895):40895 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] code 404, message File not found\n server (('127.0.0.1', 40895):40895 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] \"GET /nonexistent HTTP/1.1\" 404 -\nstopping HTTPS server\njoining HTTPS thread\nok\ntest_local_good_hostname (test.test_httplib.HTTPSTest.test_local_good_hostname) ...  server (('127.0.0.1', 44973):44973 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] code 404, message File not found\n server (('127.0.0.1', 44973):44973 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:36:35] \"GET /nonexistent HTTP/1.1\" 404 -\nstopping HTTPS server\njoining HTTPS thread\nok\ntest_local_unknown_cert (test.test_httplib.HTTPSTest.test_local_unknown_cert) ... stopping HTTPS server\nGot an error:\n[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\njoining HTTPS thread\nok\nSKIP: test_networked (test.test_httplib.HTTPSTest.test_networked) \"Use of the 'network' resource not enabled\"\nSKIP: test_networked_bad_cert (test.test_httplib.HTTPSTest.test_networked_bad_cert) \"resource 'walltime' is not enabled\"\nSKIP: test_networked_good_cert (test.test_httplib.HTTPSTest.test_networked_good_cert) \"Use of the 'network' resource not enabled\"\nSKIP: test_networked_noverification (test.test_httplib.HTTPSTest.test_networked_noverification) \"Use of the 'network' resource not enabled\"\nSKIP: test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert) \"Use of the 'network' resource not enabled\"\nPASS: test_tls13_pha (test.test_httplib.HTTPSTest.test_tls13_pha)\nPASS: test_auto_headers (test.test_httplib.HeaderTests.test_auto_headers)\nPASS: test_content_length_0 (test.test_httplib.HeaderTests.test_content_length_0)\nPASS: test_headers_debuglevel (test.test_httplib.HeaderTests.test_headers_debuglevel)\nPASS: test_invalid_headers (test.test_httplib.HeaderTests.test_invalid_headers)\nPASS: test_ipv6host_header (test.test_httplib.HeaderTests.test_ipv6host_header)\nPASS: test_malformed_headers_coped_with (test.test_httplib.HeaderTests.test_malformed_headers_coped_with)\nPASS: test_parse_all_octets (test.test_httplib.HeaderTests.test_parse_all_octets)\nPASS: test_putheader (test.test_httplib.HeaderTests.test_putheader)\nPASS: test_invalid_method_names (test.test_httplib.HttpMethodTests.test_invalid_method_names)\nPASS: test_all (test.test_httplib.OfflineTest.test_all)\nPASS: test_client_constants (test.test_httplib.OfflineTest.test_client_constants)\nPASS: test_responses (test.test_httplib.OfflineTest.test_responses)\nPASS: test_100_close (test.test_httplib.PersistenceTest.test_100_close)\nPASS: test_disconnected (test.test_httplib.PersistenceTest.test_disconnected)\nPASS: test_reuse_reconnect (test.test_httplib.PersistenceTest.test_reuse_reconnect)\nPASS: test_ascii_body (test.test_httplib.RequestBodyTest.test_ascii_body)\nPASS: test_binary_file_body (test.test_httplib.RequestBodyTest.test_binary_file_body)\nPASS: test_bytes_body (test.test_httplib.RequestBodyTest.test_bytes_body)\nPASS: test_latin1_body (test.test_httplib.RequestBodyTest.test_latin1_body)\nPASS: test_list_body (test.test_httplib.RequestBodyTest.test_list_body)\nPASS: test_manual_content_length (test.test_httplib.RequestBodyTest.test_manual_content_length)\nPASS: test_text_file_body (test.test_httplib.RequestBodyTest.test_text_file_body)\nPASS: testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress)\nPASS: testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress)\nPASS: testTimeoutAttribute (test.test_httplib.TimeoutTest.testTimeoutAttribute)\nPASS: test_empty_body (test.test_httplib.TransferEncodingTest.test_empty_body)\nPASS: test_endheaders_chunked (test.test_httplib.TransferEncodingTest.test_endheaders_chunked)\nPASS: test_explicit_headers (test.test_httplib.TransferEncodingTest.test_explicit_headers)\nPASS: test_request (test.test_httplib.TransferEncodingTest.test_request)\nPASS: test_connect_put_request (test.test_httplib.TunnelTests.test_connect_put_request)\nPASS: test_connect_put_request_ipv6 (test.test_httplib.TunnelTests.test_connect_put_request_ipv6)\nPASS: test_connect_put_request_ipv6_port (test.test_httplib.TunnelTests.test_connect_put_request_ipv6_port)\nPASS: test_connect_with_tunnel (test.test_httplib.TunnelTests.test_connect_with_tunnel)\nPASS: test_connect_with_tunnel_different_host (test.test_httplib.TunnelTests.test_connect_with_tunnel_different_host)\nPASS: test_connect_with_tunnel_idna (test.test_httplib.TunnelTests.test_connect_with_tunnel_idna)\nPASS: test_connect_with_tunnel_with_default_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_default_port)\nPASS: test_connect_with_tunnel_with_different_host_header (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_different_host_header)\nPASS: test_connect_with_tunnel_with_nonstandard_port (test.test_httplib.TunnelTests.test_connect_with_tunnel_with_nonstandard_port)\nPASS: test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect)\nPASS: test_no_proxy_response_headers (test.test_httplib.TunnelTests.test_no_proxy_response_headers)\nPASS: test_proxy_response_headers (test.test_httplib.TunnelTests.test_proxy_response_headers)\nPASS: test_set_tunnel_host_port_headers_add_host_missing (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_add_host_missing)\nPASS: test_set_tunnel_host_port_headers_set_host_different (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_different)\nPASS: test_set_tunnel_host_port_headers_set_host_identical (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers_set_host_identical)\ntest_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests.test_tunnel_connect_single_send_connection_setup)\nPASS: Regresstion test for https://bugs.python.org/issue43332.\nPASS: test_tunnel_debuglog (test.test_httplib.TunnelTests.test_tunnel_debuglog)\nPASS: test_tunnel_leak (test.test_httplib.TunnelTests.test_tunnel_leak)\n\n----------------------------------------------------------------------\nRan 140 tests in 0.180s\n\nOK (skipped=5)\n0:01:34 load avg: 1.58 [234/480] test_idle skipped\ntest_idle skipped -- No module named '_tkinter'\n0:01:35 load avg: 1.58 [235/480] test_ftplib passed\nPASS: test__all__ (test.test_ftplib.MiscTestCase.test__all__)\nPASS: test_abort (test.test_ftplib.TestFTPClass.test_abort)\nPASS: test_acct (test.test_ftplib.TestFTPClass.test_acct)\nPASS: test_all_errors (test.test_ftplib.TestFTPClass.test_all_errors)\nPASS: test_cwd (test.test_ftplib.TestFTPClass.test_cwd)\nPASS: test_delete (test.test_ftplib.TestFTPClass.test_delete)\nPASS: test_dir (test.test_ftplib.TestFTPClass.test_dir)\nPASS: test_encoding_param (test.test_ftplib.TestFTPClass.test_encoding_param)\nPASS: test_exceptions (test.test_ftplib.TestFTPClass.test_exceptions)\nPASS: test_getwelcome (test.test_ftplib.TestFTPClass.test_getwelcome)\nPASS: test_line_too_long (test.test_ftplib.TestFTPClass.test_line_too_long)\nPASS: test_login (test.test_ftplib.TestFTPClass.test_login)\nPASS: test_makepasv (test.test_ftplib.TestFTPClass.test_makepasv)\ntest_makepasv_issue43285_security_disabled (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_disabled)\nPASS: Test the opt-in to the old vulnerable behavior.\nPASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_enabled_default)\nPASS: test_makeport (test.test_ftplib.TestFTPClass.test_makeport)\nPASS: test_mkd (test.test_ftplib.TestFTPClass.test_mkd)\nPASS: test_mlsd (test.test_ftplib.TestFTPClass.test_mlsd)\nPASS: test_nlst (test.test_ftplib.TestFTPClass.test_nlst)\nPASS: test_parse257 (test.test_ftplib.TestFTPClass.test_parse257)\nPASS: test_pwd (test.test_ftplib.TestFTPClass.test_pwd)\nPASS: test_quit (test.test_ftplib.TestFTPClass.test_quit)\nPASS: test_rename (test.test_ftplib.TestFTPClass.test_rename)\nPASS: test_retrbinary (test.test_ftplib.TestFTPClass.test_retrbinary)\nPASS: test_retrbinary_rest (test.test_ftplib.TestFTPClass.test_retrbinary_rest)\nPASS: test_retrlines (test.test_ftplib.TestFTPClass.test_retrlines)\nPASS: test_retrlines_too_long (test.test_ftplib.TestFTPClass.test_retrlines_too_long)\nPASS: test_rmd (test.test_ftplib.TestFTPClass.test_rmd)\nPASS: test_sanitize (test.test_ftplib.TestFTPClass.test_sanitize)\nPASS: test_set_pasv (test.test_ftplib.TestFTPClass.test_set_pasv)\nPASS: test_size (test.test_ftplib.TestFTPClass.test_size)\nPASS: test_source_address (test.test_ftplib.TestFTPClass.test_source_address)\nPASS: test_source_address_passive_connection (test.test_ftplib.TestFTPClass.test_source_address_passive_connection)\nPASS: test_storbinary (test.test_ftplib.TestFTPClass.test_storbinary)\nPASS: test_storbinary_rest (test.test_ftplib.TestFTPClass.test_storbinary_rest)\nSKIP: test_storlines (test.test_ftplib.TestFTPClass.test_storlines) 'timing related test, dependent on load'\nPASS: test_storlines_too_long (test.test_ftplib.TestFTPClass.test_storlines_too_long)\nPASS: test_voidcmd (test.test_ftplib.TestFTPClass.test_voidcmd)\nPASS: test_with_statement (test.test_ftplib.TestFTPClass.test_with_statement)\nPASS: test_af (test.test_ftplib.TestIPv6Environment.test_af)\nPASS: test_makepasv (test.test_ftplib.TestIPv6Environment.test_makepasv)\nPASS: test_makeport (test.test_ftplib.TestIPv6Environment.test_makeport)\nPASS: test_transfer (test.test_ftplib.TestIPv6Environment.test_transfer)\nPASS: test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass.test_auth_issued_twice)\nPASS: test_ccc (test.test_ftplib.TestTLS_FTPClass.test_ccc)\nSKIP: test_check_hostname (test.test_ftplib.TestTLS_FTPClass.test_check_hostname) 'FIXME: bpo-32706'\nPASS: test_context (test.test_ftplib.TestTLS_FTPClass.test_context)\nPASS: test_control_connection (test.test_ftplib.TestTLS_FTPClass.test_control_connection)\nPASS: test_data_connection (test.test_ftplib.TestTLS_FTPClass.test_data_connection)\nPASS: test_login (test.test_ftplib.TestTLS_FTPClass.test_login)\nPASS: test_abort (test.test_ftplib.TestTLS_FTPClassMixin.test_abort)\nPASS: test_acct (test.test_ftplib.TestTLS_FTPClassMixin.test_acct)\nPASS: test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin.test_all_errors)\nPASS: test_cwd (test.test_ftplib.TestTLS_FTPClassMixin.test_cwd)\nPASS: test_delete (test.test_ftplib.TestTLS_FTPClassMixin.test_delete)\nPASS: test_dir (test.test_ftplib.TestTLS_FTPClassMixin.test_dir)\nPASS: test_encoding_param (test.test_ftplib.TestTLS_FTPClassMixin.test_encoding_param)\nPASS: test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin.test_exceptions)\nPASS: test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin.test_getwelcome)\nPASS: test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_line_too_long)\nPASS: test_login (test.test_ftplib.TestTLS_FTPClassMixin.test_login)\nPASS: test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv)\ntest_makepasv_issue43285_security_disabled (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_disabled)\nPASS: Test the opt-in to the old vulnerable behavior.\nPASS: test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_enabled_default)\nPASS: test_makeport (test.test_ftplib.TestTLS_FTPClassMixin.test_makeport)\nPASS: test_mkd (test.test_ftplib.TestTLS_FTPClassMixin.test_mkd)\nPASS: test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin.test_mlsd)\nPASS: test_nlst (test.test_ftplib.TestTLS_FTPClassMixin.test_nlst)\nPASS: test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin.test_parse257)\nPASS: test_pwd (test.test_ftplib.TestTLS_FTPClassMixin.test_pwd)\nPASS: test_quit (test.test_ftplib.TestTLS_FTPClassMixin.test_quit)\nPASS: test_rename (test.test_ftplib.TestTLS_FTPClassMixin.test_rename)\nPASS: test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary)\nPASS: test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary_rest)\nPASS: test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines)\nPASS: test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines_too_long)\nPASS: test_rmd (test.test_ftplib.TestTLS_FTPClassMixin.test_rmd)\nPASS: test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin.test_sanitize)\nPASS: test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin.test_set_pasv)\nPASS: test_size (test.test_ftplib.TestTLS_FTPClassMixin.test_size)\nPASS: test_source_address (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address)\nPASS: test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address_passive_connection)\nPASS: test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary)\nPASS: test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary_rest)\nSKIP: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines) 'timing related test, dependent on load'\nPASS: test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines_too_long)\nPASS: test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin.test_voidcmd)\nPASS: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin.test_with_statement)\nPASS: testTimeoutConnect (test.test_ftplib.TestTimeouts.testTimeoutConnect)\nPASS: testTimeoutDefault (test.test_ftplib.TestTimeouts.testTimeoutDefault)\nPASS: testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts.testTimeoutDifferentOrder)\nPASS: testTimeoutDirectAccess (test.test_ftplib.TestTimeouts.testTimeoutDirectAccess)\nPASS: testTimeoutNone (test.test_ftplib.TestTimeouts.testTimeoutNone)\nPASS: testTimeoutValue (test.test_ftplib.TestTimeouts.testTimeoutValue)\n\n----------------------------------------------------------------------\nRan 94 tests in 6.642s\n\nOK (skipped=3)\n0:01:35 load avg: 1.58 [236/480] test_httpservers passed\nPASS: test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_close_connection)\nPASS: test_date_time_string (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_date_time_string)\nPASS: test_extra_space (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_extra_space)\nPASS: test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_error)\nPASS: test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_header)\nPASS: test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_response_only)\nPASS: test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_length)\nPASS: test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_unbuffered_when_continue)\nPASS: test_html_escape_on_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_html_escape_on_error)\nPASS: test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_0_9)\nPASS: test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_0)\nPASS: test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_1)\nPASS: test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_request_length)\nPASS: test_too_many_headers (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_too_many_headers)\nPASS: test_unprintable_not_logged (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_unprintable_not_logged)\nPASS: test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_0)\nPASS: test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_1)\nPASS: test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_rejected)\nPASS: test_command (test.test_httpservers.BaseHTTPServerTestCase.test_command)\nPASS: test_error_content_length (test.test_httpservers.BaseHTTPServerTestCase.test_error_content_length)\nPASS: test_handler (test.test_httpservers.BaseHTTPServerTestCase.test_handler)\nPASS: test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_head_via_send_error)\nPASS: test_header_close (test.test_httpservers.BaseHTTPServerTestCase.test_header_close)\nPASS: test_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_header_keep_alive)\nPASS: test_internal_key_error (test.test_httpservers.BaseHTTPServerTestCase.test_internal_key_error)\nPASS: test_latin1_header (test.test_httpservers.BaseHTTPServerTestCase.test_latin1_header)\nPASS: test_major_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_major_version_number_too_long)\nPASS: test_minor_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_minor_version_number_too_long)\nPASS: test_request_line_trimming (test.test_httpservers.BaseHTTPServerTestCase.test_request_line_trimming)\nPASS: test_return_custom_status (test.test_httpservers.BaseHTTPServerTestCase.test_return_custom_status)\nPASS: test_return_explain_error (test.test_httpservers.BaseHTTPServerTestCase.test_return_explain_error)\nPASS: test_return_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_return_header_keep_alive)\nPASS: test_send_blank (test.test_httpservers.BaseHTTPServerTestCase.test_send_blank)\nPASS: test_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_send_error)\nPASS: test_version_bogus (test.test_httpservers.BaseHTTPServerTestCase.test_version_bogus)\nPASS: test_version_digits (test.test_httpservers.BaseHTTPServerTestCase.test_version_digits)\nPASS: test_version_invalid (test.test_httpservers.BaseHTTPServerTestCase.test_version_invalid)\nPASS: test_version_none (test.test_httpservers.BaseHTTPServerTestCase.test_version_none)\nPASS: test_version_none_get (test.test_httpservers.BaseHTTPServerTestCase.test_version_none_get)\nPASS: test_version_signs_and_underscores (test.test_httpservers.BaseHTTPServerTestCase.test_version_signs_and_underscores)\nSKIP: test_accept (test.test_httpservers.CGIHTTPServerTestCase.test_accept) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_authorization (test.test_httpservers.CGIHTTPServerTestCase.test_authorization) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_cgi_path_in_sub_directories (test.test_httpservers.CGIHTTPServerTestCase.test_cgi_path_in_sub_directories) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase.test_headers_and_content) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase.test_invaliduri) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_issue19435 (test.test_httpservers.CGIHTTPServerTestCase.test_issue19435) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_nested_cgi_path_issue21323 (test.test_httpservers.CGIHTTPServerTestCase.test_nested_cgi_path_issue21323) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_no_leading_slash (test.test_httpservers.CGIHTTPServerTestCase.test_no_leading_slash) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_os_environ_is_not_altered (test.test_httpservers.CGIHTTPServerTestCase.test_os_environ_is_not_altered) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_post (test.test_httpservers.CGIHTTPServerTestCase.test_post) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_query_with_continuous_slashes (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_continuous_slashes) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_query_with_multiple_question_mark (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_multiple_question_mark) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_url_collapse_path (test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path) \"This test can't be run reliably as root (issue #13308).\"\nSKIP: test_urlquote_decoding_in_cgi_check (test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check) \"This test can't be run reliably as root (issue #13308).\"\nPASS: test_all (test.test_httpservers.MiscTestCase.test_all)\nPASS: test_err (test.test_httpservers.RequestHandlerLoggingTestCase.test_err)\nPASS: test_get (test.test_httpservers.RequestHandlerLoggingTestCase.test_get)\nPASS: test_server_test_ipv4 (test.test_httpservers.ScriptTestCase.test_server_test_ipv4)\nPASS: test_server_test_ipv6 (test.test_httpservers.ScriptTestCase.test_server_test_ipv6)\nPASS: test_server_test_localhost (test.test_httpservers.ScriptTestCase.test_server_test_localhost)\nPASS: test_server_test_unspec (test.test_httpservers.ScriptTestCase.test_server_test_unspec)\nPASS: test_query_arguments (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_query_arguments)\nPASS: test_start_with_double_slash (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_start_with_double_slash)\nPASS: test_windows_colon (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_windows_colon)\ntest_browser_cache (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache)\nPASS: Check that when a request to /test is sent with the request header\nPASS: test_browser_cache_file_changed (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_file_changed)\nPASS: test_browser_cache_with_If_None_Match_header (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_with_If_None_Match_header)\nPASS: test_get (test.test_httpservers.SimpleHTTPServerTestCase.test_get)\ntest_get_dir_redirect_location_domain_injection_bug (test.test_httpservers.SimpleHTTPServerTestCase.test_get_dir_redirect_location_domain_injection_bug)\nPASS: Ensure //evil.co/..%2f../../X does not put //evil.co/ in Location.\nPASS: test_head (test.test_httpservers.SimpleHTTPServerTestCase.test_head)\nPASS: test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase.test_invalid_requests)\ntest_last_modified (test.test_httpservers.SimpleHTTPServerTestCase.test_last_modified)\nPASS: Checks that the datetime returned in Last-Modified response header\nPASS: test_list_dir_escape_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_dirname)\nPASS: test_list_dir_escape_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_escape_filename)\nPASS: test_list_dir_nonascii_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_dirname)\nPASS: test_list_dir_nonascii_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_nonascii_filename)\nPASS: test_list_dir_undecodable_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname)\nPASS: test_list_dir_undecodable_dirname2 (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_dirname2)\nPASS: test_list_dir_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_undecodable_filename)\nPASS: test_list_dir_unencodable_dirname (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_dirname)\nPASS: test_list_dir_unencodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_unencodable_filename)\nPASS: test_list_dir_with_query_and_fragment (test.test_httpservers.SimpleHTTPServerTestCase.test_list_dir_with_query_and_fragment)\nPASS: test_path_without_leading_slash (test.test_httpservers.SimpleHTTPServerTestCase.test_path_without_leading_slash)\n\n----------------------------------------------------------------------\nRan 83 tests in 1.084s\n\nOK (skipped=14)\n0:01:37 load avg: 1.53 [237/480] test_importlib passed\nPASS: test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module)\nPASS: test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module)\nPASS: test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package)\nPASS: test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin)\nPASS: test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported)\nPASS: test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable)\nPASS: test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package)\nPASS: test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin)\nPASS: test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported)\nPASS: test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable)\nSKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) 'requires a case-insensitive filesystem'\nSKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) 'requires a case-insensitive filesystem'\nSKIP: test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) 'requires a case-insensitive filesystem'\nSKIP: test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) 'requires a case-insensitive filesystem'\nPASS: test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure)\nPASS: test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module)\nPASS: test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure)\nPASS: test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module)\nPASS: test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality)\nPASS: test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality)\nPASS: test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package)\nPASS: test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API)\nPASS: test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable)\nPASS: test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules)\nPASS: test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality)\nPASS: test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name)\nPASS: test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule)\nPASS: test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice)\nPASS: test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module)\nPASS: test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii)\nPASS: test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload)\nPASS: test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii)\nPASS: test_module (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_module)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_SinglePhaseExtensionModuleTests.test_unloadable_nonascii)\ntest_nonmodule_cases (test.test_importlib.extension.test_loader.NonModuleExtensionTests.test_nonmodule_cases) ... \n===== script _test_nonmodule_cases.py ======\nPASS: test_nonmodule_with_methods (__main__.Frozen_NonModuleExtensionTests.test_nonmodule_with_methods)\nPASS: test_null_slots (__main__.Frozen_NonModuleExtensionTests.test_null_slots)\nPASS: test_nonmodule_with_methods (__main__.Source_NonModuleExtensionTests.test_nonmodule_with_methods)\nPASS: test_null_slots (__main__.Source_NonModuleExtensionTests.test_null_slots)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n===== script _test_nonmodule_cases.py completed: exit code 0 ======\nok\nPASS: test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality)\nPASS: test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality)\nPASS: test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package)\nPASS: test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API)\nPASS: test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module)\nPASS: test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable)\nPASS: test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules)\nPASS: test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality)\nPASS: test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name)\nPASS: test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule)\nPASS: test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice)\nPASS: test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module)\nPASS: test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii)\nPASS: test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload)\nPASS: test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii)\nPASS: test_module (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_module)\nPASS: test_unloadable (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable)\nPASS: test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_SinglePhaseExtensionModuleTests.test_unloadable_nonascii)\nPASS: test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success)\nPASS: test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success)\nPASS: test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module)\nPASS: test_not_using_frozen (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen)\nPASS: test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package)\nPASS: test_path_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored)\nPASS: test_target_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored)\nPASS: test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure)\nPASS: test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module)\nPASS: test_not_using_frozen (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen)\nPASS: test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package)\nPASS: test_path_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored)\nPASS: test_target_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored)\nPASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent)\nPASS: test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module)\nPASS: test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect_through_spec)\nPASS: test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package)\nPASS: test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable)\nPASS: test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure)\nPASS: test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package)\nPASS: test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent)\nPASS: test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module)\nPASS: test_module_repr_indirect_through_spec (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect_through_spec)\nPASS: test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package)\nPASS: test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable)\nPASS: test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure)\nPASS: test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source)\nPASS: test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package)\nPASS: test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__)\nPASS: test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__)\nPASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__)\nPASS: test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__)\nPASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__)\nPASS: test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback)\nPASS: test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__)\nPASS: test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__)\nPASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree)\nPASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__)\nPASS: test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package)\nPASS: test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule)\nPASS: test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level)\nPASS: test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__)\nPASS: test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__)\nPASS: test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__)\nPASS: test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback)\nPASS: test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__)\nPASS: test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__)\nPASS: test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree)\nPASS: test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError)\nPASS: test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist)\nPASS: test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates)\nPASS: test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition)\nPASS: test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level)\nPASS: test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry)\nPASS: test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError)\nPASS: test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache)\nPASS: test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache)\nPASS: test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache)\nPASS: test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache)\nPASS: test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader)\nPASS: test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute)\nPASS: test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist)\nPASS: test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache)\nPASS: test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache)\nPASS: test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string)\nPASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple)\nPASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type)\nPASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all)\nPASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package)\nPASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError)\nPASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package)\nPASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all)\nPASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object)\nPASS: test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object)\nPASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all)\nPASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others)\nPASS: test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star)\nPASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import)\nPASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import)\nPASS: test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string)\nPASS: test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple)\nPASS: test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type)\nPASS: test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all)\nPASS: test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package)\nPASS: test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError)\nPASS: test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package)\nPASS: test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all)\nPASS: test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object)\nPASS: test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object)\nPASS: test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all)\nPASS: test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others)\nPASS: test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star)\nPASS: test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import)\nPASS: test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import)\nPASS: test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_but_spec)\nPASS: test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_source)\nPASS: test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Frozen_FixUpModuleTests.test_no_loader_no_spec_but_sourceless)\nPASS: test_no_loader_but_spec (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_but_spec)\nPASS: test_no_loader_no_spec_but_source (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_source)\nPASS: test_no_loader_no_spec_but_sourceless (test.test_importlib.import_.test_helpers.Source_FixUpModuleTests.test_no_loader_no_spec_but_sourceless)\nPASS: test_gh86298_loader_and_spec_loader_disagree (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_and_spec_loader_disagree)\nPASS: test_gh86298_loader_is_none_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_no_spec)\nPASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_is_none)\nPASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_loader_is_none_and_spec_loader_is_none)\nPASS: test_gh86298_no_loader_and_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec)\nPASS: test_gh86298_no_loader_and_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_no_spec_loader)\nPASS: test_gh86298_no_loader_and_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_and_spec_is_none)\nPASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_loader_with_spec_loader_okay)\nPASS: test_gh86298_no_spec (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec)\nPASS: test_gh86298_no_spec_loader (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_no_spec_loader)\nPASS: test_gh86298_spec_is_none (test.test_importlib.import_.test_helpers.TestBlessMyLoader.test_gh86298_spec_is_none)\nPASS: test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path)\nPASS: test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path)\nPASS: test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing)\nPASS: test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty)\nPASS: test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called)\nPASS: test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path)\nPASS: test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path)\nPASS: test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing)\nPASS: test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty)\nPASS: test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called)\nPASS: test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent)\nPASS: test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent)\nPASS: test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package)\nPASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects)\nPASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child)\nPASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child)\nPASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child)\nPASS: test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent)\nPASS: test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent)\nPASS: test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package)\nPASS: test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects)\nPASS: test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child)\nPASS: test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child)\nPASS: test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path)\nPASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path)\nPASS: test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path)\nPASS: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd)\nPASS: test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list)\nPASS: test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks)\nPASS: test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure)\nPASS: test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec)\nPASS: test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None)\nPASS: test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path)\nPASS: test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders)\nPASS: test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path)\nPASS: test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks)\nPASS: test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string)\nPASS: test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path)\nPASS: test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec)\nPASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module)\nPASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import)\nPASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0)\nPASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package)\nPASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist)\nPASS: test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_malicious_relative_import)\nPASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module)\nPASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package)\nPASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module)\nPASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package)\nPASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals)\nPASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package)\nPASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute)\nPASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module)\nPASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package)\nPASS: test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module)\nPASS: test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import)\nPASS: test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0)\nPASS: test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package)\nPASS: test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist)\nPASS: test_malicious_relative_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_malicious_relative_import)\nPASS: test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module)\nPASS: test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package)\nPASS: test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module)\nPASS: test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package)\nPASS: test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals)\nPASS: test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package)\nPASS: test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute)\nPASS: test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module)\nPASS: test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package)\nPASS: test_as_json (test.test_importlib.metadata.test_api.APITests.test_as_json)\nPASS: test_as_json_egg_info (test.test_importlib.metadata.test_api.APITests.test_as_json_egg_info)\nPASS: test_as_json_odd_case (test.test_importlib.metadata.test_api.APITests.test_as_json_odd_case)\nPASS: test_entry_points (test.test_importlib.metadata.test_api.APITests.test_entry_points)\nPASS: test_entry_points_allows_no_attributes (test.test_importlib.metadata.test_api.APITests.test_entry_points_allows_no_attributes)\nPASS: test_entry_points_distribution (test.test_importlib.metadata.test_api.APITests.test_entry_points_distribution)\nPASS: test_entry_points_missing_group (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_group)\nPASS: test_entry_points_missing_name (test.test_importlib.metadata.test_api.APITests.test_entry_points_missing_name)\ntest_entry_points_unique_packages_normalized (test.test_importlib.metadata.test_api.APITests.test_entry_points_unique_packages_normalized)\nPASS: Entry points should only be exposed for the first package\nPASS: test_file_hash_repr (test.test_importlib.metadata.test_api.APITests.test_file_hash_repr)\nPASS: test_files_dist_info (test.test_importlib.metadata.test_api.APITests.test_files_dist_info)\nPASS: test_files_egg_info (test.test_importlib.metadata.test_api.APITests.test_files_egg_info)\nPASS: test_for_name_does_not_exist (test.test_importlib.metadata.test_api.APITests.test_for_name_does_not_exist)\nPASS: test_for_top_level (test.test_importlib.metadata.test_api.APITests.test_for_top_level)\ntest_get_key (test.test_importlib.metadata.test_api.APITests.test_get_key)\nPASS: Getting a key gets the key.\ntest_get_missing_key (test.test_importlib.metadata.test_api.APITests.test_get_missing_key)\nPASS: Requesting a missing key will return None.\nPASS: test_metadata_for_this_package (test.test_importlib.metadata.test_api.APITests.test_metadata_for_this_package)\ntest_missing_key_legacy (test.test_importlib.metadata.test_api.APITests.test_missing_key_legacy)\nPASS: Requesting a missing key will still return None, but warn.\nPASS: test_more_complex_deps_requires_text (test.test_importlib.metadata.test_api.APITests.test_more_complex_deps_requires_text)\nPASS: test_name_normalization (test.test_importlib.metadata.test_api.APITests.test_name_normalization)\nPASS: test_prefix_not_matched (test.test_importlib.metadata.test_api.APITests.test_prefix_not_matched)\nPASS: test_read_text (test.test_importlib.metadata.test_api.APITests.test_read_text)\nPASS: test_requires_dist_info (test.test_importlib.metadata.test_api.APITests.test_requires_dist_info)\nPASS: test_requires_egg_info (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info)\nPASS: test_requires_egg_info_empty (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_empty)\nPASS: test_requires_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_requires_egg_info_file)\nPASS: test_retrieves_version_of_distinfo_pkg (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_distinfo_pkg)\nPASS: test_retrieves_version_of_self (test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self)\nPASS: test_version_egg_info_file (test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file)\nPASS: test_invalidate_cache (test.test_importlib.metadata.test_api.InvalidateCache.test_invalidate_cache)\nPASS: test_name_normalization (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization)\nPASS: test_name_normalization_versionless_egg_info (test.test_importlib.metadata.test_api.LegacyDots.test_name_normalization_versionless_egg_info)\ntest_distribution_at_pathlib (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_pathlib)\nPASS: Demonstrate how to load metadata direct from a directory.\nPASS: test_distribution_at_str (test.test_importlib.metadata.test_api.OffSysPathTests.test_distribution_at_str)\nPASS: test_find_distributions_specified_path (test.test_importlib.metadata.test_api.OffSysPathTests.test_find_distributions_specified_path)\nPASS: test_abc_enforced (test.test_importlib.metadata.test_main.BasicTests.test_abc_enforced)\nPASS: test_for_name_does_not_exist (test.test_importlib.metadata.test_main.BasicTests.test_for_name_does_not_exist)\nPASS: test_invalid_inputs_to_from_name (test.test_importlib.metadata.test_main.BasicTests.test_invalid_inputs_to_from_name)\ntest_package_not_found_mentions_metadata (test.test_importlib.metadata.test_main.BasicTests.test_package_not_found_mentions_metadata)\nPASS: When a package is not found, that could indicate that the\nPASS: test_retrieves_version_of_self (test.test_importlib.metadata.test_main.BasicTests.test_retrieves_version_of_self)\nPASS: test_egg (test.test_importlib.metadata.test_main.DirectoryTest.test_egg)\nPASS: test_egg_info (test.test_importlib.metadata.test_main.DirectoryTest.test_egg_info)\ntest_interleaved_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_interleaved_discovery)\nPASS: Ensure interleaved searches are safe.\nPASS: test_invalid_usage (test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage)\nPASS: test_package_discovery (test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery)\nPASS: test_origin (test.test_importlib.metadata.test_main.EditableDistributionTest.test_origin)\ntest_unicode_dir_on_sys_path (test.test_importlib.metadata.test_main.FileSystem.test_unicode_dir_on_sys_path)\nPASS: Ensure a Unicode subdirectory of a directory on sys.path\nPASS: test_entrypoint_with_colon_in_name (test.test_importlib.metadata.test_main.ImportTests.test_entrypoint_with_colon_in_name)\nPASS: test_import_nonexistent_module (test.test_importlib.metadata.test_main.ImportTests.test_import_nonexistent_module)\nPASS: test_resolve (test.test_importlib.metadata.test_main.ImportTests.test_resolve)\nPASS: test_resolve_without_attr (test.test_importlib.metadata.test_main.ImportTests.test_resolve_without_attr)\ntest_discovery (test.test_importlib.metadata.test_main.InaccessibleSysPath.test_discovery)\nSKIP: Discovering distributions should succeed even if 'pyfakefs not available'\ntest_discovery (test.test_importlib.metadata.test_main.MissingSysPath.test_discovery)\nPASS: Discovering distributions should succeed even if\ntest_dashes_in_dist_name_found_as_underscores (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores)\nPASS: For a package with a dash in the name, the dist-info metadata\ntest_dist_name_found_as_any_case (test.test_importlib.metadata.test_main.NameNormalizationTests.test_dist_name_found_as_any_case)\nPASS: Ensure the metadata loads when queried with any case.\ntest_unique_distributions (test.test_importlib.metadata.test_main.NameNormalizationTests.test_unique_distributions)\nPASS: Two distributions varying only by non-normalized name on\nPASS: test_metadata_loads (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads)\nPASS: test_metadata_loads_egg_info (test.test_importlib.metadata.test_main.NonASCIITests.test_metadata_loads_egg_info)\ntest_packages_distributions_on_eggs (test.test_importlib.metadata.test_main.PackagesDistributionsEggTest.test_packages_distributions_on_eggs)\nPASS: Test old-style egg packages with a variation of 'top_level.txt',\nPASS: test_packages_distributions_example (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example)\ntest_packages_distributions_example2 (test.test_importlib.metadata.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2)\nPASS: Test packages_distributions on a wheel built\ntest_packages_distributions_all_module_types (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_all_module_types)\nPASS: Test top-level modules detected on a package without 'top-level.txt'.\ntest_packages_distributions_neither_toplevel_nor_files (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files)\nPASS: Test a package built without 'top-level.txt' or a file list.\ntest_packages_distributions_symlinked_top_level (test.test_importlib.metadata.test_main.PackagesDistributionsTest.test_packages_distributions_symlinked_top_level)\nPASS: Distribution is resolvable from a simple top-level symlink in RECORD.\nPASS: test_attr (test.test_importlib.metadata.test_main.TestEntryPoints.test_attr)\nPASS: test_entry_point_pickleable (test.test_importlib.metadata.test_main.TestEntryPoints.test_entry_point_pickleable)\ntest_hashable (test.test_importlib.metadata.test_main.TestEntryPoints.test_hashable)\nPASS: EntryPoints should be hashable\ntest_immutable (test.test_importlib.metadata.test_main.TestEntryPoints.test_immutable)\nPASS: EntryPoints should be immutable\nPASS: test_module (test.test_importlib.metadata.test_main.TestEntryPoints.test_module)\ntest_positional_args (test.test_importlib.metadata.test_main.TestEntryPoints.test_positional_args)\nPASS: Capture legacy (namedtuple) construction, discouraged.\nPASS: test_repr (test.test_importlib.metadata.test_main.TestEntryPoints.test_repr)\ntest_sortable (test.test_importlib.metadata.test_main.TestEntryPoints.test_sortable)\nPASS: EntryPoint objects are sortable, but result is undefined.\nPASS: test_case_insensitive (test.test_importlib.metadata.test_zip.TestEgg.test_case_insensitive)\nPASS: test_files (test.test_importlib.metadata.test_zip.TestEgg.test_files)\nPASS: test_missing_metadata (test.test_importlib.metadata.test_zip.TestEgg.test_missing_metadata)\nPASS: test_normalized_name (test.test_importlib.metadata.test_zip.TestEgg.test_normalized_name)\nPASS: test_one_distribution (test.test_importlib.metadata.test_zip.TestEgg.test_one_distribution)\nPASS: test_zip_entry_points (test.test_importlib.metadata.test_zip.TestEgg.test_zip_entry_points)\nPASS: test_zip_version (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version)\nPASS: test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestEgg.test_zip_version_does_not_match)\nPASS: test_case_insensitive (test.test_importlib.metadata.test_zip.TestZip.test_case_insensitive)\nPASS: test_files (test.test_importlib.metadata.test_zip.TestZip.test_files)\nPASS: test_missing_metadata (test.test_importlib.metadata.test_zip.TestZip.test_missing_metadata)\nPASS: test_one_distribution (test.test_importlib.metadata.test_zip.TestZip.test_one_distribution)\nPASS: test_zip_entry_points (test.test_importlib.metadata.test_zip.TestZip.test_zip_entry_points)\nPASS: test_zip_version (test.test_importlib.metadata.test_zip.TestZip.test_zip_version)\nPASS: test_zip_version_does_not_match (test.test_importlib.metadata.test_zip.TestZip.test_zip_version_does_not_match)\nPASS: test_spec_path_joinpath (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath)\nPASS: test_child_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is)\nPASS: test_child_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter)\nPASS: test_child_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name)\nPASS: test_child_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open)\nPASS: test_open_invalid_mode (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode)\nPASS: test_orphan_path_invalid (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid)\nPASS: test_orphan_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is)\nPASS: test_orphan_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter)\nPASS: test_orphan_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name)\nPASS: test_orphan_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open)\nPASS: test_spec_path_is (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is)\nPASS: test_spec_path_iter (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter)\nPASS: test_spec_path_name (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name)\nPASS: test_spec_path_open (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open)\nPASS: test_wrap_spec (test.test_importlib.resources.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec)\nPASS: test_contents (test.test_importlib.resources.test_contents.ContentsDiskTests.test_contents)\nPASS: test_contents (test.test_importlib.resources.test_contents.ContentsNamespaceTests.test_contents)\nPASS: test_contents (test.test_importlib.resources.test_contents.ContentsZipTests.test_contents)\nPASS: test_custom_loader (test.test_importlib.resources.test_custom.CustomTraversableResourcesTests.test_custom_loader)\ntest_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_package)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_submodule)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_implicit_files_package (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_package)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_implicit_files_submodule (test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_submodule)\nPASS: Without any parameter, files() will infer the location as the caller.\ntest_module_resources (test.test_importlib.resources.test_files.ModuleFilesDiskTests.test_module_resources)\nPASS: A module can have resources found adjacent to the module.\ntest_module_resources (test.test_importlib.resources.test_files.ModuleFilesZipTests.test_module_resources)\nPASS: A module can have resources found adjacent to the module.\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenDiskTests.test_joinpath_with_multiple_args)\ntest_old_parameter (test.test_importlib.resources.test_files.OpenDiskTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenDiskTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenDiskTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenDiskTests.test_traversable)\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceTests.test_joinpath_with_multiple_args)\ntest_non_paths_in_dunder_path (test.test_importlib.resources.test_files.OpenNamespaceTests.test_non_paths_in_dunder_path)\nPASS: Non-path items in a namespace package's ``__path__`` are ignored.\ntest_old_parameter (test.test_importlib.resources.test_files.OpenNamespaceTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenNamespaceTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenNamespaceTests.test_traversable)\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_joinpath_with_multiple_args)\ntest_old_parameter (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenNamespaceZipTests.test_traversable)\nPASS: test_joinpath_with_multiple_args (test.test_importlib.resources.test_files.OpenZipTests.test_joinpath_with_multiple_args)\ntest_old_parameter (test.test_importlib.resources.test_files.OpenZipTests.test_old_parameter)\nPASS: Files used to take a 'package' parameter. Make sure anyone\nPASS: test_read_bytes (test.test_importlib.resources.test_files.OpenZipTests.test_read_bytes)\nPASS: test_read_text (test.test_importlib.resources.test_files.OpenZipTests.test_read_text)\nPASS: test_traversable (test.test_importlib.resources.test_files.OpenZipTests.test_traversable)\nPASS: test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_common_errors)\nPASS: test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_contents)\nPASS: test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_is_resource)\nPASS: test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_binary)\nPASS: test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_open_text)\nPASS: test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_path)\nPASS: test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_binary)\nPASS: test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_read_text)\nPASS: test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor.test_text_errors)\nPASS: test_common_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_common_errors)\nPASS: test_contents (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_contents)\nPASS: test_is_resource (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_is_resource)\nPASS: test_open_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_binary)\nPASS: test_open_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_open_text)\nPASS: test_path (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_path)\nPASS: test_read_binary (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_binary)\nPASS: test_read_text (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_read_text)\nPASS: test_text_errors (test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor.test_text_errors)\nPASS: test_extant_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonBinaryTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_open.CommonBinaryTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_open.CommonBinaryTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader)\nPASS: test_extant_path (test.test_importlib.resources.test_open.CommonTextTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_open.CommonTextTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_open.CommonTextTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_open.CommonTextTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_open.CommonTextTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_open.CommonTextTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_open.CommonTextTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader)\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_open_binary (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary)\nPASS: test_open_binary_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError)\nPASS: test_open_text_FileNotFoundError (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError)\nPASS: test_open_text_default_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_default_encoding)\nPASS: test_open_text_given_encoding (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_given_encoding)\ntest_open_text_with_errors (test.test_importlib.resources.test_open.OpenZipTests.test_open_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_extant_path (test.test_importlib.resources.test_path.CommonTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_path.CommonTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_path.CommonTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_path.CommonTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_path.CommonTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_path.CommonTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_path.CommonTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_path.CommonTests.test_useless_loader)\nPASS: test_natural_path (test.test_importlib.resources.test_path.PathDiskTests.test_natural_path)\ntest_reading (test.test_importlib.resources.test_path.PathDiskTests.test_reading)\nPASS: Path should be readable and a pathlib.Path instance.\ntest_reading (test.test_importlib.resources.test_path.PathMemoryTests.test_reading)\nPASS: Path should be readable and a pathlib.Path instance.\ntest_reading (test.test_importlib.resources.test_path.PathZipTests.test_reading)\nPASS: Path should be readable and a pathlib.Path instance.\ntest_remove_in_context_manager (test.test_importlib.resources.test_path.PathZipTests.test_remove_in_context_manager)\nPASS: It is not an error if the file that was temporarily stashed on the\nPASS: test_extant_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonBinaryTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_read.CommonBinaryTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_read.CommonBinaryTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_read.CommonBinaryTests.test_useless_loader)\nPASS: test_extant_path (test.test_importlib.resources.test_read.CommonTextTests.test_extant_path)\ntest_importing_module_as_side_effect (test.test_importlib.resources.test_read.CommonTextTests.test_importing_module_as_side_effect)\nPASS: The anchor package can already be imported.\ntest_missing_path (test.test_importlib.resources.test_read.CommonTextTests.test_missing_path)\nPASS: Attempting to open or read or request the path for a\ntest_package_name (test.test_importlib.resources.test_read.CommonTextTests.test_package_name)\nPASS: Passing in the package name should succeed.\ntest_package_object (test.test_importlib.resources.test_read.CommonTextTests.test_package_object)\nPASS: Passing in the package itself should succeed.\ntest_pathlib_path (test.test_importlib.resources.test_read.CommonTextTests.test_pathlib_path)\nPASS: Passing in a pathlib.PurePath object for the path should succeed.\ntest_string_path (test.test_importlib.resources.test_read.CommonTextTests.test_string_path)\nPASS: Passing in a string for the path should succeed.\nPASS: test_useless_loader (test.test_importlib.resources.test_read.CommonTextTests.test_useless_loader)\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadDiskTests.test_read_bytes)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadDiskTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_bytes)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_bytes)\nPASS: test_read_submodule_resource (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_submodule_resource_by_name)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadNamespaceZipTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_read_bytes (test.test_importlib.resources.test_read.ReadZipTests.test_read_bytes)\nPASS: test_read_submodule_resource (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_read.ReadZipTests.test_read_submodule_resource_by_name)\nPASS: test_read_text_default_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_default_encoding)\nPASS: test_read_text_given_encoding (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_given_encoding)\ntest_read_text_with_errors (test.test_importlib.resources.test_read.ReadZipTests.test_read_text_with_errors)\nPASS: Raises UnicodeError without the 'errors' argument.\nPASS: test_init_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_file)\nPASS: test_init_no_paths (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_init_no_paths)\nPASS: test_is_dir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_dir)\nPASS: test_is_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_is_file)\nPASS: test_iterdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir)\nPASS: test_iterdir_duplicate (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_iterdir_duplicate)\nPASS: test_join_path (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path)\nPASS: test_join_path_common_subdir (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_common_subdir)\nPASS: test_join_path_compound (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_join_path_compound)\nPASS: test_name (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_name)\nPASS: test_open_file (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_open_file)\nPASS: test_repr (test.test_importlib.resources.test_reader.MultiplexedPathTest.test_repr)\nPASS: test_files (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_files)\nPASS: test_init_error (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_init_error)\nPASS: test_resource_path (test.test_importlib.resources.test_reader.NamespaceReaderTest.test_resource_path)\nSKIP: test_as_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) 'Desired but not supported.'\ntest_entered_path_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open)\nPASS: Mimic what certifi does on import to make its bundle\nPASS: test_is_file_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open)\nPASS: test_is_file_failure_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open)\nPASS: test_iterdir_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open)\nPASS: test_read_binary_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open)\nPASS: test_read_text_does_not_keep_open (test.test_importlib.resources.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open)\ntest_package_has_no_reader_fallback (test.test_importlib.resources.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback)\nPASS: Test odd ball packages which:\nPASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_dir)\nPASS: test_is_file_exists (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_exists)\nPASS: test_is_file_missing (test.test_importlib.resources.test_resource.ResourceDiskTests.test_is_file_missing)\nPASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_is_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_read_submodule_resource_by_name)\nPASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents)\nPASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_contents_by_name)\nPASS: test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents)\nPASS: test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceDiskTests.test_submodule_sub_contents_by_name)\nPASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_is_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_read_submodule_resource_by_name)\nPASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents)\nPASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_contents_by_name)\nPASS: test_submodule_sub_contents (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents)\nPASS: test_submodule_sub_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromNamespaceZipTests.test_submodule_sub_contents_by_name)\nPASS: test_as_file_directory (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_as_file_directory)\nPASS: test_is_submodule_resource (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_is_submodule_resource)\nPASS: test_read_submodule_resource_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name)\nPASS: test_submodule_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents)\nPASS: test_submodule_contents_by_name (test.test_importlib.resources.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name)\ntest_unrelated_contents (test.test_importlib.resources.test_resource.ResourceFromZipsTest02.test_unrelated_contents)\nPASS: Test thata zip with two unrelated subpackages return\nPASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_dir)\nPASS: test_is_file (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_is_file)\nPASS: test_resource_contents (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_contents)\nPASS: test_resource_missing (test.test_importlib.resources.test_resource.ResourceLoaderTests.test_resource_missing)\nPASS: test_is_dir (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_dir)\nPASS: test_is_file_exists (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_exists)\nPASS: test_is_file_missing (test.test_importlib.resources.test_resource.ResourceZipTests.test_is_file_missing)\nSKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) 'requires a case-insensitive filesystem'\nSKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) 'requires a case-insensitive filesystem'\nSKIP: test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) 'requires a case-insensitive filesystem'\nSKIP: test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) 'requires a case-insensitive filesystem'\nPASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax)\nPASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc)\nPASS: test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality)\nPASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir)\nPASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API)\nPASS: test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality)\nPASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent)\nPASS: test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API)\nPASS: test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module)\nPASS: test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse)\nPASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc)\nPASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc)\nPASS: test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package)\nPASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure)\nPASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow)\nPASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc)\nPASS: test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax)\nPASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc)\nPASS: test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality)\nPASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir)\nPASS: test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API)\nPASS: test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality)\nPASS: test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent)\nPASS: test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API)\nPASS: test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module)\nPASS: test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse)\nPASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc)\nPASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc)\nPASS: test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package)\nPASS: test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure)\nPASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow)\nPASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc)\nPASS: test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable)\nPASS: test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax)\nPASS: test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc)\nPASS: test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality)\nPASS: test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir)\nPASS: test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API)\nPASS: test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality)\nPASS: test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent)\nPASS: test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API)\nPASS: test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module)\nPASS: test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse)\nPASS: test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc)\nPASS: test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc)\nPASS: test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package)\nPASS: test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure)\nPASS: test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow)\nPASS: test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc)\nPASS: test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp)\nPASS: test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic)\nPASS: test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file)\nPASS: test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only)\nPASS: test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal)\nPASS: test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal)\nPASS: test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags)\nPASS: test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash)\nPASS: test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic)\nPASS: test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size)\nPASS: test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module)\nPASS: test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling)\nPASS: test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir)\nPASS: test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure)\nPASS: test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file)\nPASS: test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches)\nPASS: test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module)\nPASS: test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package)\nPASS: test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory)\nPASS: test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package)\nPASS: test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package)\nPASS: test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module)\nPASS: test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string)\nPASS: test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success)\nPASS: test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string)\nPASS: test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding)\nPASS: test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom)\nPASS: test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8)\nPASS: test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict)\nPASS: test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding)\nPASS: test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line)\nPASS: test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line)\nPASS: test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf)\nPASS: test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr)\nPASS: test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf)\nPASS: test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf)\nPASS: test_deprecated_attr_ResourceReader (test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_ResourceReader)\nPASS: test_deprecated_attr_Traversable (test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_Traversable)\nPASS: test_deprecated_attr_TraversableResources (test.test_importlib.test_abc.Frozen_DeprecatedAttrsTests.test_deprecated_attr_TraversableResources)\nPASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses)\nPASS: test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError)\nPASS: test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None)\nPASS: test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned)\nPASS: test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes)\nPASS: test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path)\nPASS: test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path)\nPASS: test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses)\nPASS: test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module)\nPASS: test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module)\nPASS: test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr)\nPASS: test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh)\nPASS: test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches)\nPASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target)\nPASS: test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec)\nPASS: test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses)\nPASS: test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses)\nPASS: test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic)\nPASS: test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp)\nPASS: test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything)\nPASS: test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode)\nPASS: test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode)\nPASS: test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data)\nPASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions)\nPASS: test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses)\nPASS: test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source)\nPASS: test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines)\nPASS: test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source)\nPASS: test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding)\nPASS: test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package)\nPASS: test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module)\nPASS: test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings)\nPASS: test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code)\nPASS: test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module)\nPASS: test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module)\nPASS: test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr)\nPASS: test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic)\nPASS: test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp)\nPASS: test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything)\nPASS: test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode)\nPASS: test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode)\nPASS: test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data)\nPASS: test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions)\nPASS: test_deprecated_attr_ResourceReader (test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_ResourceReader)\nPASS: test_deprecated_attr_Traversable (test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_Traversable)\nPASS: test_deprecated_attr_TraversableResources (test.test_importlib.test_abc.Source_DeprecatedAttrsTests.test_deprecated_attr_TraversableResources)\nPASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses)\nPASS: test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source)\nPASS: test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package)\nPASS: test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code)\nPASS: test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None)\nPASS: test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found)\nPASS: test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError)\nPASS: test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None)\nPASS: test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned)\nPASS: test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes)\nPASS: test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path)\nPASS: test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path)\nPASS: test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses)\nPASS: test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh)\nPASS: test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches)\nPASS: test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target)\nPASS: test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec)\nPASS: test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses)\nPASS: test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses)\nPASS: test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses)\nPASS: test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses)\nPASS: test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses)\nPASS: test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source)\nPASS: test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines)\nPASS: test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code)\nPASS: test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source)\nPASS: test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding)\nPASS: test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package)\nPASS: test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module)\nPASS: test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings)\nPASS: test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code)\nPASS: test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib)\nPASS: test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing)\nPASS: test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success)\nPASS: test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path)\nPASS: test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set)\nPASS: test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package)\nPASS: test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import)\nPASS: test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import)\nPASS: test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once)\nPASS: test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import)\nPASS: test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package)\nPASS: test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import)\nPASS: test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called)\nPASS: test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking)\nPASS: test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec)\nPASS: test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced)\nPASS: test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced)\nPASS: test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed)\nPASS: test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader)\nPASS: test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules)\nPASS: test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed)\nPASS: test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule)\nPASS: test_reload_traceback_with_non_str (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_traceback_with_non_str)\nPASS: test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__)\nPASS: test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__)\nPASS: test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing)\nPASS: test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success)\nPASS: test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path)\nPASS: test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set)\nPASS: test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package)\nPASS: test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import)\nPASS: test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import)\nPASS: test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once)\nPASS: test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import)\nPASS: test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package)\nPASS: test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import)\nPASS: test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called)\nPASS: test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking)\nPASS: test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec)\nPASS: test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced)\nPASS: test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced)\nPASS: test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed)\nPASS: test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader)\nPASS: test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules)\nPASS: test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed)\nPASS: test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule)\nPASS: test_reload_traceback_with_non_str (test.test_importlib.test_api.Source_ReloadTests.test_reload_traceback_with_non_str)\nPASS: test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__)\nPASS: test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__)\nPASS: test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init)\nPASS: test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation)\nPASS: test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged)\nPASS: test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr)\nPASS: test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr)\nPASS: test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e)\nPASS: test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init)\nPASS: test_lazy_module_type_override (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_module_type_override)\nPASS: test_lazy_self_referential_modules (test.test_importlib.test_lazy.LazyLoaderTests.test_lazy_self_referential_modules)\nPASS: test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys)\nPASS: test_module_load_race (test.test_importlib.test_lazy.LazyLoaderTests.test_module_load_race)\nPASS: test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error)\nPASS: test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr)\nPASS: test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr)\nPASS: test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr)\nPASS: test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock)\nPASS: test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock)\nPASS: test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks)\nPASS: test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime)\nPASS: test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor)\nPASS: test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread)\nPASS: test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire)\nPASS: test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired)\nPASS: test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak)\nPASS: test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists)\nPASS: test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock)\nPASS: test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock)\nPASS: test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks)\nPASS: test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime)\nPASS: test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor)\nPASS: test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread)\nPASS: test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire)\nPASS: test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired)\nPASS: test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak)\nPASS: test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports)\nPASS: test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails)\nPASS: test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds)\nPASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path)\nPASS: test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence)\nPASS: test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc)\nPASS: test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency)\nPASS: test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency)\nPASS: test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable)\nPASS: test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other)\nPASS: test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports)\nPASS: test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports)\nPASS: test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins)\nPASS: test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again)\nPASS: test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first)\nPASS: test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package)\nPASS: test_simple_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_repr)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package)\nPASS: test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other)\nPASS: test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package)\ntest_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory) ... expected failure\nPASS: test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory)\nPASS: test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics)\nPASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default)\nPASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix)\nPASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location)\nPASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location)\nPASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename)\nPASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename)\nPASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg)\nPASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path)\nPASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default)\nPASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package)\nPASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package)\nPASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default_not_package)\nPASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty)\nPASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none)\nPASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty)\nPASS: test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default)\nPASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_bad_is_package)\nPASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader)\nPASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false)\nPASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader)\nPASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true)\nPASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader)\nPASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_false)\nPASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_with_loader_true)\nPASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin)\nPASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package)\nPASS: test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec)\nPASS: test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load)\nPASS: test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed)\nPASS: test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed)\nPASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable)\nPASS: test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced)\nPASS: test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload)\nPASS: test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes)\nPASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs)\nPASS: test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified)\nPASS: test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin)\nPASS: test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set)\nPASS: test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source)\nPASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag)\nPASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix)\nPASS: test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless)\nPASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location)\nPASS: test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default)\nPASS: test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false)\nPASS: test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true)\nPASS: test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader)\nPASS: test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality)\nPASS: test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location)\nPASS: test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter)\nPASS: test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality)\nPASS: test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete)\nPASS: test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package)\nPASS: test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package)\nPASS: test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default)\nPASS: test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix)\nPASS: test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location)\nPASS: test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location)\nPASS: test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_bad_get_filename)\nPASS: test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location_no_get_filename)\nPASS: test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg)\nPASS: test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path)\nPASS: test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default)\nPASS: test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_bad_is_package)\nPASS: test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_no_is_package)\nPASS: test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default_not_package)\nPASS: test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty)\nPASS: test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none)\nPASS: test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty)\nPASS: test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default)\nPASS: test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_bad_is_package)\nPASS: test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader)\nPASS: test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false)\nPASS: test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false_with_fileloader)\nPASS: test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true)\nPASS: test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true_with_fileloader)\nPASS: test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_false)\nPASS: test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_with_loader_true)\nPASS: test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin)\nPASS: test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package)\nPASS: test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec)\nPASS: test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load)\nPASS: test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed)\nPASS: test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed)\nPASS: test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable)\nPASS: test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced)\nPASS: test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload)\nPASS: test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes)\nPASS: test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs)\nPASS: test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified)\nPASS: test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin)\nPASS: test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set)\nPASS: test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source)\nPASS: test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag)\nPASS: test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix)\nPASS: test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless)\nPASS: test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location)\nPASS: test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default)\nPASS: test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false)\nPASS: test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true)\nPASS: test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader)\nPASS: test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality)\nPASS: test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location)\nPASS: test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter)\nPASS: test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality)\nPASS: test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete)\nPASS: test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package)\nPASS: test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package)\nPASS: test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports)\nSKIP: test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) 'not enough memory: 1.8G minimum needed'\nPASS: test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers)\nSKIP: test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) 'not enough memory: 1.8G minimum needed'\nSKIP: test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) 'not enough memory: 3.7G minimum needed'\nSKIP: test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) 'not enough memory: 3.7G minimum needed'\nSKIP: test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) 'not enough memory: 3.7G minimum needed'\nPASS: test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import)\nPASS: test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines)\nPASS: test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default)\nPASS: test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module)\nPASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package)\nPASS: test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule)\nPASS: test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module)\nPASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported)\nPASS: test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing)\nPASS: test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success)\nPASS: test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None)\nPASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set)\nPASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__)\nPASS: test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn)\nPASS: test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length)\nPASS: test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__)\nPASS: test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__)\nPASS: test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__)\nPASS: test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__)\nPASS: test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__)\nPASS: test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__)\nPASS: test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__)\nPASS: test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module)\nPASS: test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None)\nPASS: test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module)\nPASS: test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source)\nPASS: test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd)\nPASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override)\nPASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set)\nPASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag)\nPASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot)\nPASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None)\nPASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string)\nPASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set)\nPASS: test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override)\nPASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg)\nPASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix)\nPASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative)\nSKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) 'test meaningful only where os.altsep is defined'\nPASS: test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache)\nPASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path)\nPASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix)\nPASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization)\nPASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__)\nPASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag)\nPASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash)\nPASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt)\nPASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode)\nPASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix)\nPASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg)\nPASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots)\nPASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots)\nPASS: test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute)\nPASS: test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package)\nPASS: test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape)\nPASS: test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package)\nPASS: test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package)\nPASS: test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package)\nPASS: test_complete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_complete_multi_phase_init_module)\nPASS: test_incomplete_multi_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_incomplete_multi_phase_init_module)\nPASS: test_single_phase_init_module (test.test_importlib.test_util.IncompatibleExtensionModuleRestrictionsTests.test_single_phase_init_module)\nPASS: test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number)\nPASS: test_atomic_write_should_notice_incomplete_writes (test.test_importlib.test_util.MiscTests.test_atomic_write_should_notice_incomplete_writes)\nPASS: test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding)\nPASS: test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines)\nPASS: test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default)\nPASS: test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module)\nPASS: test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package)\nPASS: test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule)\nPASS: test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module)\nPASS: test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported)\nPASS: test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing)\nPASS: test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success)\nPASS: test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules)\nPASS: test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None)\nPASS: test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None)\nPASS: test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set)\nPASS: test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__)\nPASS: test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn)\nPASS: test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length)\nPASS: test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__)\nPASS: test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__)\nPASS: test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__)\nPASS: test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__)\nPASS: test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__)\nPASS: test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__)\nPASS: test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__)\nPASS: test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module)\nPASS: test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None)\nPASS: test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module)\nPASS: test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source)\nPASS: test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd)\nPASS: test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override)\nPASS: test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override_optimization_both_set)\nPASS: test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag)\nPASS: test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot)\nPASS: test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None)\nPASS: test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string)\nPASS: test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set)\nPASS: test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override)\nPASS: test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg)\nPASS: test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix)\nPASS: test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative)\nSKIP: test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) 'test meaningful only where os.altsep is defined'\nPASS: test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache)\nPASS: test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path)\nPASS: test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix)\nPASS: test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization)\nPASS: test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__)\nPASS: test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag)\nPASS: test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash)\nPASS: test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt)\nPASS: test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode)\nPASS: test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix)\nPASS: test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg)\nPASS: test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots)\nPASS: test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots)\nPASS: test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute)\nPASS: test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package)\nPASS: test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape)\nPASS: test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package)\nPASS: test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package)\nPASS: test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package)\nSKIP: test.test_importlib.test_windows (unittest.loader.ModuleSkipped.test.test_importlib.test_windows) \"No module named 'winreg'\"\n\n----------------------------------------------------------------------\nRan 1333 tests in 1.981s\n\nOK (skipped=18, expected failures=1)\n0:01:38 load avg: 1.53 [238/480] test_index passed\nPASS: test_basic (test.test_index.BaseTestCase.test_basic)\nPASS: test_error (test.test_index.BaseTestCase.test_error)\nPASS: test_index_returns_int_subclass (test.test_index.BaseTestCase.test_index_returns_int_subclass)\nPASS: test_int_subclass_with_index (test.test_index.BaseTestCase.test_int_subclass_with_index)\nPASS: test_slice (test.test_index.BaseTestCase.test_slice)\nPASS: test_subclasses (test.test_index.BaseTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.BaseTestCase.test_wrappers)\nPASS: test_error (test.test_index.ByteArrayTestCase.test_error)\nPASS: test_index (test.test_index.ByteArrayTestCase.test_index)\nPASS: test_repeat (test.test_index.ByteArrayTestCase.test_repeat)\nPASS: test_slice (test.test_index.ByteArrayTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.ByteArrayTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.ByteArrayTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.ByteArrayTestCase.test_wrappers)\nPASS: test_error (test.test_index.BytesTestCase.test_error)\nPASS: test_index (test.test_index.BytesTestCase.test_index)\nPASS: test_repeat (test.test_index.BytesTestCase.test_repeat)\nPASS: test_slice (test.test_index.BytesTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.BytesTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.BytesTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.BytesTestCase.test_wrappers)\nPASS: test_error (test.test_index.ListTestCase.test_error)\nPASS: test_index (test.test_index.ListTestCase.test_index)\nPASS: test_inplace_repeat (test.test_index.ListTestCase.test_inplace_repeat)\nPASS: test_repeat (test.test_index.ListTestCase.test_repeat)\nPASS: test_setdelitem (test.test_index.ListTestCase.test_setdelitem)\nPASS: test_slice (test.test_index.ListTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.ListTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.ListTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.ListTestCase.test_wrappers)\nPASS: test_error (test.test_index.NewSeqTestCase.test_error)\nPASS: test_index (test.test_index.NewSeqTestCase.test_index)\nPASS: test_repeat (test.test_index.NewSeqTestCase.test_repeat)\nPASS: test_slice (test.test_index.NewSeqTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.NewSeqTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.NewSeqTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.NewSeqTestCase.test_wrappers)\nPASS: test_getitem (test.test_index.OverflowTestCase.test_getitem)\nPASS: test_large_longs (test.test_index.OverflowTestCase.test_large_longs)\nPASS: test_sequence_repeat (test.test_index.OverflowTestCase.test_sequence_repeat)\nPASS: test_range (test.test_index.RangeTestCase.test_range)\nPASS: test_error (test.test_index.StringTestCase.test_error)\nPASS: test_index (test.test_index.StringTestCase.test_index)\nPASS: test_repeat (test.test_index.StringTestCase.test_repeat)\nPASS: test_slice (test.test_index.StringTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.StringTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.StringTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.StringTestCase.test_wrappers)\nPASS: test_error (test.test_index.TupleTestCase.test_error)\nPASS: test_index (test.test_index.TupleTestCase.test_index)\nPASS: test_repeat (test.test_index.TupleTestCase.test_repeat)\nPASS: test_slice (test.test_index.TupleTestCase.test_slice)\nPASS: test_slice_bug7532 (test.test_index.TupleTestCase.test_slice_bug7532)\nPASS: test_subclasses (test.test_index.TupleTestCase.test_subclasses)\nPASS: test_wrappers (test.test_index.TupleTestCase.test_wrappers)\n\n----------------------------------------------------------------------\nRan 55 tests in 0.002s\n\nOK\n0:01:38 load avg: 1.53 [239/480] test_int passed\ntest_denial_of_service_prevented_int_to_str (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\ntest_denial_of_service_prevented_str_to_int (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\nPASS: test_disabled_limit (test.test_int.IntStrDigitLimitsTests.test_disabled_limit)\nPASS: test_int_from_other_bases (test.test_int.IntStrDigitLimitsTests.test_int_from_other_bases)\nPASS: test_int_max_str_digits_is_per_interpreter (test.test_int.IntStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter)\nPASS: test_max_str_digits (test.test_int.IntStrDigitLimitsTests.test_max_str_digits)\ntest_max_str_digits_edge_cases (test.test_int.IntStrDigitLimitsTests.test_max_str_digits_edge_cases)\nPASS: Ignore the +/- sign and space padding.\ntest_power_of_two_bases_unlimited (test.test_int.IntStrDigitLimitsTests.test_power_of_two_bases_unlimited)\nPASS: The limit does not apply to power of 2 bases.\nPASS: test_sign_not_counted (test.test_int.IntStrDigitLimitsTests.test_sign_not_counted)\nPASS: test_underscores_ignored (test.test_int.IntStrDigitLimitsTests.test_underscores_ignored)\ntest_denial_of_service_prevented_int_to_str (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\ntest_denial_of_service_prevented_str_to_int (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int)\nPASS: Regression test: ensure we fail before performing O(N**2) work.\nPASS: test_disabled_limit (test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit)\nPASS: test_int_from_other_bases (test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases)\nPASS: test_int_max_str_digits_is_per_interpreter (test.test_int.IntSubclassStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter)\nPASS: test_max_str_digits (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits)\ntest_max_str_digits_edge_cases (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits_edge_cases)\nPASS: Ignore the +/- sign and space padding.\ntest_power_of_two_bases_unlimited (test.test_int.IntSubclassStrDigitLimitsTests.test_power_of_two_bases_unlimited)\nPASS: The limit does not apply to power of 2 bases.\nPASS: test_sign_not_counted (test.test_int.IntSubclassStrDigitLimitsTests.test_sign_not_counted)\nPASS: test_underscores_ignored (test.test_int.IntSubclassStrDigitLimitsTests.test_underscores_ignored)\nPASS: test_basic (test.test_int.IntTestCases.test_basic)\nPASS: test_error_message (test.test_int.IntTestCases.test_error_message)\ntest_int_base_bad_types (test.test_int.IntTestCases.test_int_base_bad_types)\nPASS: Not integer types are not valid bases; issue16772.\nPASS: test_int_base_indexable (test.test_int.IntTestCases.test_int_base_indexable)\ntest_int_base_limits (test.test_int.IntTestCases.test_int_base_limits)\nPASS: Testing the supported limits of the int() base parameter.\nPASS: test_int_memoryview (test.test_int.IntTestCases.test_int_memoryview)\nPASS: test_int_returns_int_subclass (test.test_int.IntTestCases.test_int_returns_int_subclass)\nPASS: test_int_subclass_with_index (test.test_int.IntTestCases.test_int_subclass_with_index)\nPASS: test_int_subclass_with_int (test.test_int.IntTestCases.test_int_subclass_with_int)\nPASS: test_intconversion (test.test_int.IntTestCases.test_intconversion)\nPASS: test_invalid_signs (test.test_int.IntTestCases.test_invalid_signs)\nPASS: test_issue31619 (test.test_int.IntTestCases.test_issue31619)\nPASS: test_keyword_args (test.test_int.IntTestCases.test_keyword_args)\nPASS: test_no_args (test.test_int.IntTestCases.test_no_args)\nPASS: test_non_numeric_input_types (test.test_int.IntTestCases.test_non_numeric_input_types)\nPASS: test_small_ints (test.test_int.IntTestCases.test_small_ints)\nPASS: test_string_float (test.test_int.IntTestCases.test_string_float)\nPASS: test_underscores (test.test_int.IntTestCases.test_underscores)\nPASS: test_unicode (test.test_int.IntTestCases.test_unicode)\nPASS: test_pylong_int_divmod (test.test_int.PyLongModuleTests.test_pylong_int_divmod)\nPASS: test_pylong_int_to_decimal (test.test_int.PyLongModuleTests.test_pylong_int_to_decimal)\nSKIP: test_pylong_int_to_decimal_2 (test.test_int.PyLongModuleTests.test_pylong_int_to_decimal_2) \"resource 'cpu' is not enabled\"\nPASS: test_pylong_misbehavior_error_path_from_str (test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_from_str)\nPASS: test_pylong_misbehavior_error_path_to_str (test.test_int.PyLongModuleTests.test_pylong_misbehavior_error_path_to_str)\nPASS: test_pylong_roundtrip (test.test_int.PyLongModuleTests.test_pylong_roundtrip)\nPASS: test_pylong_str_to_int (test.test_int.PyLongModuleTests.test_pylong_str_to_int)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.342s\n\nOK (skipped=1)\n0:01:38 load avg: 1.53 [240/480] test_import passed\nPASS: test_absolute_circular_submodule (test.test_import.CircularImportTests.test_absolute_circular_submodule)\nPASS: test_binding (test.test_import.CircularImportTests.test_binding)\nPASS: test_circular_from_import (test.test_import.CircularImportTests.test_circular_from_import)\nPASS: test_circular_import (test.test_import.CircularImportTests.test_circular_import)\nPASS: test_crossreference1 (test.test_import.CircularImportTests.test_crossreference1)\nPASS: test_crossreference2 (test.test_import.CircularImportTests.test_crossreference2)\nPASS: test_direct (test.test_import.CircularImportTests.test_direct)\nPASS: test_indirect (test.test_import.CircularImportTests.test_indirect)\nPASS: test_rebinding (test.test_import.CircularImportTests.test_rebinding)\nPASS: test_singlephase_circular (test.test_import.CircularImportTests.test_singlephase_circular)\nPASS: test_subpackage (test.test_import.CircularImportTests.test_subpackage)\nPASS: test_unwritable_module (test.test_import.CircularImportTests.test_unwritable_module)\nPASS: test_cached_mode_issue_2051 (test.test_import.FilePermissionTests.test_cached_mode_issue_2051)\nPASS: test_cached_readonly (test.test_import.FilePermissionTests.test_cached_readonly)\nPASS: test_creation_mode (test.test_import.FilePermissionTests.test_creation_mode)\nPASS: test_pyc_always_writable (test.test_import.FilePermissionTests.test_pyc_always_writable)\nPASS: test_get_sourcefile (test.test_import.GetSourcefileTests.test_get_sourcefile)\nPASS: test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext)\nPASS: test_get_sourcefile_no_source (test.test_import.GetSourcefileTests.test_get_sourcefile_no_source)\nPASS: test_bogus_fromlist (test.test_import.ImportTests.test_bogus_fromlist)\nPASS: test_case_sensitivity (test.test_import.ImportTests.test_case_sensitivity)\nPASS: test_concurrency (test.test_import.ImportTests.test_concurrency)\nPASS: test_create_dynamic_null (test.test_import.ImportTests.test_create_dynamic_null)\nPASS: test_delete_builtins_import (test.test_import.ImportTests.test_delete_builtins_import)\nSKIP: test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) 'Windows-specific'\nPASS: test_double_const (test.test_import.ImportTests.test_double_const)\nPASS: test_failing_import_sticks (test.test_import.ImportTests.test_failing_import_sticks)\nPASS: test_failing_reload (test.test_import.ImportTests.test_failing_reload)\nPASS: test_file_to_source (test.test_import.ImportTests.test_file_to_source)\nPASS: test_from_import_AttributeError (test.test_import.ImportTests.test_from_import_AttributeError)\nPASS: test_from_import_message_for_existing_module (test.test_import.ImportTests.test_from_import_message_for_existing_module)\nPASS: test_from_import_message_for_nonexistent_module (test.test_import.ImportTests.test_from_import_message_for_nonexistent_module)\nPASS: test_from_import_missing_attr_has_name (test.test_import.ImportTests.test_from_import_missing_attr_has_name)\nPASS: test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path)\nPASS: test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path)\nPASS: test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical)\nPASS: test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError)\nPASS: test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError)\nPASS: test_from_import_star_invalid_type (test.test_import.ImportTests.test_from_import_star_invalid_type)\nPASS: test_frozen_module_from_import_error (test.test_import.ImportTests.test_frozen_module_from_import_error)\nPASS: test_import (test.test_import.ImportTests.test_import)\nPASS: test_import_by_filename (test.test_import.ImportTests.test_import_by_filename)\nPASS: test_import_in_del_does_not_crash (test.test_import.ImportTests.test_import_in_del_does_not_crash)\nPASS: test_import_name_binding (test.test_import.ImportTests.test_import_name_binding)\nPASS: test_import_raises_ModuleNotFoundError (test.test_import.ImportTests.test_import_raises_ModuleNotFoundError)\nPASS: test_issue105979 (test.test_import.ImportTests.test_issue105979)\nPASS: test_issue31286 (test.test_import.ImportTests.test_issue31286)\nPASS: test_issue31492 (test.test_import.ImportTests.test_issue31492)\nPASS: test_module_with_large_stack (test.test_import.ImportTests.test_module_with_large_stack)\nPASS: test_non_module_from_import_error (test.test_import.ImportTests.test_non_module_from_import_error)\nPASS: test_package_shadowing_stdlib_module (test.test_import.ImportTests.test_package_shadowing_stdlib_module)\nPASS: test_script_maybe_not_shadowing_third_party (test.test_import.ImportTests.test_script_maybe_not_shadowing_third_party)\nPASS: test_script_shadowing_stdlib (test.test_import.ImportTests.test_script_shadowing_stdlib)\nPASS: test_script_shadowing_stdlib_cwd_failure (test.test_import.ImportTests.test_script_shadowing_stdlib_cwd_failure)\nPASS: test_script_shadowing_stdlib_edge_cases (test.test_import.ImportTests.test_script_shadowing_stdlib_edge_cases)\nPASS: test_script_shadowing_stdlib_sys_path_modification (test.test_import.ImportTests.test_script_shadowing_stdlib_sys_path_modification)\nPASS: test_script_shadowing_third_party (test.test_import.ImportTests.test_script_shadowing_third_party)\nPASS: test_timestamp_overflow (test.test_import.ImportTests.test_timestamp_overflow)\nPASS: test_broken_from (test.test_import.ImportTracebackTests.test_broken_from)\nPASS: test_broken_parent (test.test_import.ImportTracebackTests.test_broken_parent)\nPASS: test_broken_parent_from (test.test_import.ImportTracebackTests.test_broken_parent_from)\nPASS: test_broken_submodule (test.test_import.ImportTracebackTests.test_broken_submodule)\nPASS: test_exec_failure (test.test_import.ImportTracebackTests.test_exec_failure)\nPASS: test_exec_failure_nested (test.test_import.ImportTracebackTests.test_exec_failure_nested)\nPASS: test_import_bug (test.test_import.ImportTracebackTests.test_import_bug)\nPASS: test_nonexistent_module (test.test_import.ImportTracebackTests.test_nonexistent_module)\nPASS: test_nonexistent_module_nested (test.test_import.ImportTracebackTests.test_nonexistent_module_nested)\nPASS: test_syntax_error (test.test_import.ImportTracebackTests.test_syntax_error)\nPASS: test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename)\nPASS: test_frozen_importlib (test.test_import.ImportlibBootstrapTests.test_frozen_importlib)\nPASS: test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external)\nPASS: test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap)\nPASS: test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one)\nPASS: test_override_builtin (test.test_import.OverridingImportBuiltinTests.test_override_builtin)\nSKIP: test_UNC_path (test.test_import.PathsTests.test_UNC_path) 'Windows-specific'\nPASS: test_trailing_slash (test.test_import.PathsTests.test_trailing_slash)\nPASS: test_basics (test.test_import.PycRewritingTests.test_basics)\nPASS: test_foreign_code (test.test_import.PycRewritingTests.test_foreign_code)\nPASS: test_incorrect_code_name (test.test_import.PycRewritingTests.test_incorrect_code_name)\nPASS: test_module_without_source (test.test_import.PycRewritingTests.test_module_without_source)\nPASS: test___cached__ (test.test_import.PycacheTests.test___cached__)\nPASS: test___cached___legacy_pyc (test.test_import.PycacheTests.test___cached___legacy_pyc)\nPASS: test_import_pyc_path (test.test_import.PycacheTests.test_import_pyc_path)\nPASS: test_missing_source (test.test_import.PycacheTests.test_missing_source)\nPASS: test_missing_source_legacy (test.test_import.PycacheTests.test_missing_source_legacy)\nPASS: test_package___cached__ (test.test_import.PycacheTests.test_package___cached__)\nPASS: test_package___cached___from_pyc (test.test_import.PycacheTests.test_package___cached___from_pyc)\nPASS: test_recompute_pyc_same_second (test.test_import.PycacheTests.test_recompute_pyc_same_second)\nSKIP: test_unwritable_directory (test.test_import.PycacheTests.test_unwritable_directory) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_absolute_import_without_future (test.test_import.RelativeImportTests.test_absolute_import_without_future)\nPASS: test_import_from_non_package (test.test_import.RelativeImportTests.test_import_from_non_package)\nPASS: test_import_from_unloaded_package (test.test_import.RelativeImportTests.test_import_from_unloaded_package)\nPASS: test_issue3221 (test.test_import.RelativeImportTests.test_issue3221)\nPASS: test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global)\nPASS: test_rebinding (test.test_import.RelativeImportTests.test_rebinding)\nPASS: test_rebinding2 (test.test_import.RelativeImportTests.test_rebinding2)\nPASS: test_relimport_star (test.test_import.RelativeImportTests.test_relimport_star)\nPASS: test_basic_multiple_interpreters_deleted_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_deleted_no_reset)\nPASS: test_basic_multiple_interpreters_main_no_reset (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_main_no_reset)\nPASS: test_basic_multiple_interpreters_reset_each (test.test_import.SinglephaseInitTests.test_basic_multiple_interpreters_reset_each)\nPASS: test_basic_reloaded (test.test_import.SinglephaseInitTests.test_basic_reloaded)\nPASS: test_check_state_first (test.test_import.SinglephaseInitTests.test_check_state_first)\nPASS: test_cleared_globals (test.test_import.SinglephaseInitTests.test_cleared_globals)\nPASS: test_variants (test.test_import.SinglephaseInitTests.test_variants)\nPASS: test_with_reinit_reloaded (test.test_import.SinglephaseInitTests.test_with_reinit_reloaded)\nPASS: test_builtin_compat (test.test_import.SubinterpImportTests.test_builtin_compat)\nPASS: test_disallowed_reimport (test.test_import.SubinterpImportTests.test_disallowed_reimport)\nPASS: test_frozen_compat (test.test_import.SubinterpImportTests.test_frozen_compat)\nPASS: test_isolated_config (test.test_import.SubinterpImportTests.test_isolated_config)\nPASS: test_multi_init_extension_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_compat)\nPASS: test_multi_init_extension_non_isolated_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_non_isolated_compat)\nPASS: test_multi_init_extension_per_interpreter_gil_compat (test.test_import.SubinterpImportTests.test_multi_init_extension_per_interpreter_gil_compat)\nPASS: test_python_compat (test.test_import.SubinterpImportTests.test_python_compat)\nPASS: test_single_init_extension_compat (test.test_import.SubinterpImportTests.test_single_init_extension_compat)\nPASS: test_singlephase_check_with_setting_and_override (test.test_import.SubinterpImportTests.test_singlephase_check_with_setting_and_override)\nPASS: test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable)\n\n----------------------------------------------------------------------\nRan 116 tests in 3.138s\n\nOK (skipped=3)\n0:01:38 load avg: 1.53 [241/480] test_int_literal passed\nPASS: test_bin_baseline (test.test_int_literal.TestHexOctBin.test_bin_baseline)\nPASS: test_bin_unsigned (test.test_int_literal.TestHexOctBin.test_bin_unsigned)\nPASS: test_hex_baseline (test.test_int_literal.TestHexOctBin.test_hex_baseline)\nPASS: test_hex_unsigned (test.test_int_literal.TestHexOctBin.test_hex_unsigned)\nPASS: test_oct_baseline (test.test_int_literal.TestHexOctBin.test_oct_baseline)\nPASS: test_oct_unsigned (test.test_int_literal.TestHexOctBin.test_oct_unsigned)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:01:39 load avg: 1.53 [242/480] test_faulthandler passed\nPASS: test_cancel_later_without_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_cancel_later_without_dump_traceback_later)\nPASS: test_disable (test.test_faulthandler.FaultHandlerTests.test_disable)\nSKIP: test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests.test_disable_windows_exc_handler) 'specific to Windows'\nPASS: test_disabled_by_default (test.test_faulthandler.FaultHandlerTests.test_disabled_by_default)\nPASS: test_dump_ext_modules (test.test_faulthandler.FaultHandlerTests.test_dump_ext_modules)\nPASS: test_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_dump_traceback)\nPASS: test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_fd)\nPASS: test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_file)\nPASS: test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later)\nPASS: test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_cancel)\nPASS: test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_fd)\nPASS: test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_file)\nPASS: test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_repeat)\nSKIP: test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_twice) \"resource 'walltime' is not enabled\"\nPASS: test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads)\nPASS: test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads_file)\nPASS: test_enable_fd (test.test_faulthandler.FaultHandlerTests.test_enable_fd)\nPASS: test_enable_file (test.test_faulthandler.FaultHandlerTests.test_enable_file)\nPASS: test_enable_single_thread (test.test_faulthandler.FaultHandlerTests.test_enable_single_thread)\nPASS: test_env_var (test.test_faulthandler.FaultHandlerTests.test_env_var)\nPASS: test_fatal_error (test.test_faulthandler.FaultHandlerTests.test_fatal_error)\nPASS: test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests.test_fatal_error_c_thread)\nPASS: test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests.test_fatal_error_without_gil)\nSKIP: test_free_threaded_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_free_threaded_dump_traceback) 'only meaningful if the GIL is disabled'\nPASS: test_gc (test.test_faulthandler.FaultHandlerTests.test_gc)\nPASS: test_gil_released (test.test_faulthandler.FaultHandlerTests.test_gil_released)\nSKIP: test_ignore_exception (test.test_faulthandler.FaultHandlerTests.test_ignore_exception) 'specific to Windows'\nPASS: test_is_enabled (test.test_faulthandler.FaultHandlerTests.test_is_enabled)\nSKIP: test_raise_exception (test.test_faulthandler.FaultHandlerTests.test_raise_exception) 'specific to Windows'\nSKIP: test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests.test_raise_nonfatal_exception) 'specific to Windows'\nPASS: test_read_null (test.test_faulthandler.FaultHandlerTests.test_read_null)\nPASS: test_register (test.test_faulthandler.FaultHandlerTests.test_register)\nPASS: test_register_chain (test.test_faulthandler.FaultHandlerTests.test_register_chain)\nPASS: test_register_fd (test.test_faulthandler.FaultHandlerTests.test_register_fd)\nPASS: test_register_file (test.test_faulthandler.FaultHandlerTests.test_register_file)\nPASS: test_register_threads (test.test_faulthandler.FaultHandlerTests.test_register_threads)\nPASS: test_sigabrt (test.test_faulthandler.FaultHandlerTests.test_sigabrt)\nPASS: test_sigbus (test.test_faulthandler.FaultHandlerTests.test_sigbus)\nPASS: test_sigfpe (test.test_faulthandler.FaultHandlerTests.test_sigfpe)\nPASS: test_sigill (test.test_faulthandler.FaultHandlerTests.test_sigill)\nPASS: test_sigsegv (test.test_faulthandler.FaultHandlerTests.test_sigsegv)\nPASS: test_stack_overflow (test.test_faulthandler.FaultHandlerTests.test_stack_overflow)\nPASS: test_stderr_None (test.test_faulthandler.FaultHandlerTests.test_stderr_None)\nPASS: test_sys_xoptions (test.test_faulthandler.FaultHandlerTests.test_sys_xoptions)\nPASS: test_truncate (test.test_faulthandler.FaultHandlerTests.test_truncate)\nPASS: test_unregister (test.test_faulthandler.FaultHandlerTests.test_unregister)\n\n----------------------------------------------------------------------\nRan 46 tests in 13.042s\n\nOK (skipped=6)\n0:01:39 load avg: 1.53 [243/480] test_ioctl passed\nPASS: test_bad_fd (test.test_ioctl.IoctlTestsPty.test_bad_fd)\nPASS: test_ioctl_clear_input_or_output (test.test_ioctl.IoctlTestsPty.test_ioctl_clear_input_or_output)\nPASS: test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTestsPty.test_ioctl_signed_unsigned_code_param)\nPASS: test_ioctl_suspend_and_resume_output (test.test_ioctl.IoctlTestsPty.test_ioctl_suspend_and_resume_output)\nSKIP: setUpClass (test.test_ioctl.IoctlTestsTty) 'Unable to open /dev/tty'\n\n----------------------------------------------------------------------\nRan 4 tests in 0.501s\n\nOK (skipped=1)\n0:01:39 load avg: 1.53 [244/480] test_ipaddress passed\nPASS: test_bad_address_split (test.test_ipaddress.AddressTestCase_v4.test_bad_address_split)\nPASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4.test_bad_packed_length)\nPASS: test_empty_address (test.test_ipaddress.AddressTestCase_v4.test_empty_address)\nPASS: test_empty_octet (test.test_ipaddress.AddressTestCase_v4.test_empty_octet)\nPASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v4.test_floats_rejected)\nPASS: test_format (test.test_ipaddress.AddressTestCase_v4.test_format)\nPASS: test_int (test.test_ipaddress.AddressTestCase_v4.test_int)\nPASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v4.test_invalid_characters)\nPASS: test_ipv6_mapped (test.test_ipaddress.AddressTestCase_v4.test_ipv6_mapped)\nPASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v4.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_negative_ints_rejected)\nPASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v4.test_network_passed_as_address)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v4.test_not_an_index_issue15559)\nPASS: test_octet_length (test.test_ipaddress.AddressTestCase_v4.test_octet_length)\nPASS: test_octet_limit (test.test_ipaddress.AddressTestCase_v4.test_octet_limit)\nPASS: test_packed (test.test_ipaddress.AddressTestCase_v4.test_packed)\nPASS: test_pickle (test.test_ipaddress.AddressTestCase_v4.test_pickle)\nPASS: test_weakref (test.test_ipaddress.AddressTestCase_v4.test_weakref)\nPASS: test_bad_address_split_v6_leading_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_leading_colon)\nPASS: test_bad_address_split_v6_not_enough_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_not_enough_parts)\nPASS: test_bad_address_split_v6_repeated_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_repeated_double_colon)\nPASS: test_bad_address_split_v6_too_long (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_long)\nPASS: test_bad_address_split_v6_too_many_colons (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_colons)\nPASS: test_bad_address_split_v6_too_many_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts)\nPASS: test_bad_address_split_v6_too_many_parts_with_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts_with_double_colon)\nPASS: test_bad_address_split_v6_trailing_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_trailing_colon)\nPASS: test_bad_packed_length (test.test_ipaddress.AddressTestCase_v6.test_bad_packed_length)\nPASS: test_bad_v4_part_in (test.test_ipaddress.AddressTestCase_v6.test_bad_v4_part_in)\nPASS: test_blank_scope_id (test.test_ipaddress.AddressTestCase_v6.test_blank_scope_id)\nPASS: test_copy (test.test_ipaddress.AddressTestCase_v6.test_copy)\nPASS: test_empty_address (test.test_ipaddress.AddressTestCase_v6.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.AddressTestCase_v6.test_floats_rejected)\nPASS: test_format (test.test_ipaddress.AddressTestCase_v6.test_format)\nPASS: test_int (test.test_ipaddress.AddressTestCase_v6.test_int)\nPASS: test_invalid_characters (test.test_ipaddress.AddressTestCase_v6.test_invalid_characters)\nPASS: test_invalid_scope_id_with_percent (test.test_ipaddress.AddressTestCase_v6.test_invalid_scope_id_with_percent)\nPASS: test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.AddressTestCase_v6.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_negative_ints_rejected)\nPASS: test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v6.test_network_passed_as_address)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v6.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.AddressTestCase_v6.test_packed)\nPASS: test_part_length (test.test_ipaddress.AddressTestCase_v6.test_part_length)\nPASS: test_pickle (test.test_ipaddress.AddressTestCase_v6.test_pickle)\nPASS: test_weakref (test.test_ipaddress.AddressTestCase_v6.test_weakref)\nPASS: test_containment (test.test_ipaddress.ComparisonTests.test_containment)\nPASS: test_foreign_type_equality (test.test_ipaddress.ComparisonTests.test_foreign_type_equality)\nPASS: test_foreign_type_ordering (test.test_ipaddress.ComparisonTests.test_foreign_type_ordering)\nPASS: test_incompatible_versions (test.test_ipaddress.ComparisonTests.test_incompatible_versions)\nPASS: test_mixed_type_equality (test.test_ipaddress.ComparisonTests.test_mixed_type_equality)\nPASS: test_mixed_type_key (test.test_ipaddress.ComparisonTests.test_mixed_type_key)\nPASS: test_mixed_type_ordering (test.test_ipaddress.ComparisonTests.test_mixed_type_ordering)\nPASS: test_same_type_equality (test.test_ipaddress.ComparisonTests.test_same_type_equality)\nPASS: test_same_type_ordering (test.test_ipaddress.ComparisonTests.test_same_type_ordering)\nPASS: test_scoped_ipv6_equality (test.test_ipaddress.ComparisonTests.test_scoped_ipv6_equality)\nPASS: test_v4_with_v6_scoped_equality (test.test_ipaddress.ComparisonTests.test_v4_with_v6_scoped_equality)\nPASS: test_ip_address (test.test_ipaddress.FactoryFunctionErrors.test_ip_address)\nPASS: test_ip_interface (test.test_ipaddress.FactoryFunctionErrors.test_ip_interface)\nPASS: test_ip_network (test.test_ipaddress.FactoryFunctionErrors.test_ip_network)\nPASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v4.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v4.test_bad_packed_length)\nPASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v4.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.InterfaceTestCase_v4.test_int)\nPASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v4.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v4.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v4.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.InterfaceTestCase_v4.test_packed)\nPASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v4.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_split_netmask)\nPASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_valid_netmask)\nPASS: test_address_errors (test.test_ipaddress.InterfaceTestCase_v6.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v6.test_bad_packed_length)\nPASS: test_blank_scope_id (test.test_ipaddress.InterfaceTestCase_v6.test_blank_scope_id)\nPASS: test_empty_address (test.test_ipaddress.InterfaceTestCase_v6.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.InterfaceTestCase_v6.test_int)\nPASS: test_invalid_scope_id_with_percent (test.test_ipaddress.InterfaceTestCase_v6.test_invalid_scope_id_with_percent)\nPASS: test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v6.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.InterfaceTestCase_v6.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v6.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.InterfaceTestCase_v6.test_packed)\nPASS: test_pickle (test.test_ipaddress.InterfaceTestCase_v6.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_split_netmask)\nPASS: test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_valid_netmask)\nPASS: testAddrExclude (test.test_ipaddress.IpaddrUnitTest.testAddrExclude)\nPASS: testAddressComparison (test.test_ipaddress.IpaddrUnitTest.testAddressComparison)\nPASS: testAddressIntMath (test.test_ipaddress.IpaddrUnitTest.testAddressIntMath)\nPASS: testCollapsing (test.test_ipaddress.IpaddrUnitTest.testCollapsing)\nPASS: testCompressIPv6Address (test.test_ipaddress.IpaddrUnitTest.testCompressIPv6Address)\nPASS: testContains (test.test_ipaddress.IpaddrUnitTest.testContains)\nPASS: testCopyConstructor (test.test_ipaddress.IpaddrUnitTest.testCopyConstructor)\nPASS: testEmbeddedIpv4 (test.test_ipaddress.IpaddrUnitTest.testEmbeddedIpv4)\nPASS: testEqual (test.test_ipaddress.IpaddrUnitTest.testEqual)\nPASS: testExplodeShortHandIpStr (test.test_ipaddress.IpaddrUnitTest.testExplodeShortHandIpStr)\nPASS: testFancySubnetting (test.test_ipaddress.IpaddrUnitTest.testFancySubnetting)\nPASS: testForceVersion (test.test_ipaddress.IpaddrUnitTest.testForceVersion)\nPASS: testGetBroadcast (test.test_ipaddress.IpaddrUnitTest.testGetBroadcast)\nPASS: testGetIp (test.test_ipaddress.IpaddrUnitTest.testGetIp)\nPASS: testGetNetmask (test.test_ipaddress.IpaddrUnitTest.testGetNetmask)\nPASS: testGetNetwork (test.test_ipaddress.IpaddrUnitTest.testGetNetwork)\nPASS: testGetNum_Addresses (test.test_ipaddress.IpaddrUnitTest.testGetNum_Addresses)\nPASS: testGetPrefixlen (test.test_ipaddress.IpaddrUnitTest.testGetPrefixlen)\nPASS: testGetScopeId (test.test_ipaddress.IpaddrUnitTest.testGetScopeId)\nPASS: testGetSubnetForSingle128 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle128)\nPASS: testGetSubnetForSingle32 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle32)\nPASS: testGetSubnets (test.test_ipaddress.IpaddrUnitTest.testGetSubnets)\nPASS: testGetSubnets3 (test.test_ipaddress.IpaddrUnitTest.testGetSubnets3)\nPASS: testGetSupernet (test.test_ipaddress.IpaddrUnitTest.testGetSupernet)\nPASS: testGetSupernet3 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet3)\nPASS: testGetSupernet4 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet4)\nPASS: testGetitem (test.test_ipaddress.IpaddrUnitTest.testGetitem)\nPASS: testHash (test.test_ipaddress.IpaddrUnitTest.testHash)\nPASS: testHosts (test.test_ipaddress.IpaddrUnitTest.testHosts)\nPASS: testIPBases (test.test_ipaddress.IpaddrUnitTest.testIPBases)\nPASS: testIPVersion (test.test_ipaddress.IpaddrUnitTest.testIPVersion)\nPASS: testIPv4Net (test.test_ipaddress.IpaddrUnitTest.testIPv4Net)\nPASS: testIPv4NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv4NetworkHelpers)\nPASS: testIPv4Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv4Tuple)\nPASS: testIPv6AddressTooLarge (test.test_ipaddress.IpaddrUnitTest.testIPv6AddressTooLarge)\nPASS: testIPv6IPv4MappedStringRepresentation (test.test_ipaddress.IpaddrUnitTest.testIPv6IPv4MappedStringRepresentation)\nPASS: testIPv6NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv6NetworkHelpers)\nPASS: testIPv6Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv6Tuple)\nPASS: testIntRepresentation (test.test_ipaddress.IpaddrUnitTest.testIntRepresentation)\nPASS: testInterfaceComparison (test.test_ipaddress.IpaddrUnitTest.testInterfaceComparison)\nPASS: testInternals (test.test_ipaddress.IpaddrUnitTest.testInternals)\nPASS: testInvalidIntToBytes (test.test_ipaddress.IpaddrUnitTest.testInvalidIntToBytes)\nPASS: testIpFromInt (test.test_ipaddress.IpaddrUnitTest.testIpFromInt)\nPASS: testIpFromPacked (test.test_ipaddress.IpaddrUnitTest.testIpFromPacked)\nPASS: testIpType (test.test_ipaddress.IpaddrUnitTest.testIpType)\nPASS: testIpv4Mapped (test.test_ipaddress.IpaddrUnitTest.testIpv4Mapped)\nPASS: testIpv4MappedLoopbackCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedLoopbackCheck)\nPASS: testIpv4MappedPrivateCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedPrivateCheck)\nPASS: testIpv4MappedProperties (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedProperties)\nPASS: testMaxPrefixLength (test.test_ipaddress.IpaddrUnitTest.testMaxPrefixLength)\nPASS: testNetworkComparison (test.test_ipaddress.IpaddrUnitTest.testNetworkComparison)\nPASS: testNetworkElementCaching (test.test_ipaddress.IpaddrUnitTest.testNetworkElementCaching)\nPASS: testNetworkV4HashCollisions (test.test_ipaddress.IpaddrUnitTest.testNetworkV4HashCollisions)\nPASS: testNetworkV6HashCollisions (test.test_ipaddress.IpaddrUnitTest.testNetworkV6HashCollisions)\nPASS: testNotEqual (test.test_ipaddress.IpaddrUnitTest.testNotEqual)\nPASS: testNth (test.test_ipaddress.IpaddrUnitTest.testNth)\nPASS: testOverlaps (test.test_ipaddress.IpaddrUnitTest.testOverlaps)\nPASS: testPacked (test.test_ipaddress.IpaddrUnitTest.testPacked)\nPASS: testPrivateNetworks (test.test_ipaddress.IpaddrUnitTest.testPrivateNetworks)\nPASS: testRepr (test.test_ipaddress.IpaddrUnitTest.testRepr)\nPASS: testReservedIpv4 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv4)\nPASS: testReservedIpv6 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv6)\nPASS: testReversePointer (test.test_ipaddress.IpaddrUnitTest.testReversePointer)\nPASS: testSlash0Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash0Constructor)\nPASS: testSlash128Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash128Constructor)\nPASS: testSlash32Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash32Constructor)\nPASS: testStrictNetworks (test.test_ipaddress.IpaddrUnitTest.testStrictNetworks)\nPASS: testSubnet2 (test.test_ipaddress.IpaddrUnitTest.testSubnet2)\nPASS: testSubnetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForLargeCidrDiff)\nPASS: testSubnetFailsForNegativeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForNegativeCidrDiff)\nPASS: testSummarizing (test.test_ipaddress.IpaddrUnitTest.testSummarizing)\nPASS: testSupernetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSupernetFailsForLargeCidrDiff)\nPASS: testTeredo (test.test_ipaddress.IpaddrUnitTest.testTeredo)\nPASS: testV4HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV4HashIsNotConstant)\nPASS: testV6HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV6HashIsNotConstant)\nPASS: testWithStar (test.test_ipaddress.IpaddrUnitTest.testWithStar)\nPASS: testZeroNetmask (test.test_ipaddress.IpaddrUnitTest.testZeroNetmask)\nPASS: testsixtofour (test.test_ipaddress.IpaddrUnitTest.testsixtofour)\nPASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v4.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v4.test_bad_packed_length)\nPASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v4.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v4.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.NetworkTestCase_v4.test_int)\nPASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v4.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v4.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v4.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.NetworkTestCase_v4.test_packed)\nPASS: test_pickle (test.test_ipaddress.NetworkTestCase_v4.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v4.test_split_netmask)\nPASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of)\nPASS: test_subnet_of_mixed_types (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of_mixed_types)\nPASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v4.test_supernet_of)\nPASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v4.test_valid_netmask)\nPASS: test_address_errors (test.test_ipaddress.NetworkTestCase_v6.test_address_errors)\nPASS: test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v6.test_bad_packed_length)\nPASS: test_blank_scope_id (test.test_ipaddress.NetworkTestCase_v6.test_blank_scope_id)\nPASS: test_empty_address (test.test_ipaddress.NetworkTestCase_v6.test_empty_address)\nPASS: test_floats_rejected (test.test_ipaddress.NetworkTestCase_v6.test_floats_rejected)\nPASS: test_int (test.test_ipaddress.NetworkTestCase_v6.test_int)\nPASS: test_invalid_scope_id_with_percent (test.test_ipaddress.NetworkTestCase_v6.test_invalid_scope_id_with_percent)\nPASS: test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_large_ints_rejected)\nPASS: test_leading_zeros (test.test_ipaddress.NetworkTestCase_v6.test_leading_zeros)\nPASS: test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_negative_ints_rejected)\nPASS: test_netmask_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_errors)\nPASS: test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_in_tuple_errors)\nPASS: test_no_mask (test.test_ipaddress.NetworkTestCase_v6.test_no_mask)\nPASS: test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v6.test_not_an_index_issue15559)\nPASS: test_packed (test.test_ipaddress.NetworkTestCase_v6.test_packed)\nPASS: test_pickle (test.test_ipaddress.NetworkTestCase_v6.test_pickle)\nPASS: test_split_netmask (test.test_ipaddress.NetworkTestCase_v6.test_split_netmask)\nPASS: test_subnet_of (test.test_ipaddress.NetworkTestCase_v6.test_subnet_of)\nPASS: test_supernet_of (test.test_ipaddress.NetworkTestCase_v6.test_supernet_of)\nPASS: test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6.test_valid_netmask)\n\n----------------------------------------------------------------------\nRan 211 tests in 0.052s\n\nOK\n0:01:40 load avg: 1.53 [245/480] test_isinstance passed\nPASS: test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error)\nPASS: test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions.test_class_has_no_bases)\nPASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_dont_mask_non_attribute_error)\nPASS: test_isinstance_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error)\nPASS: test_mask_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_mask_attribute_error)\ntest_infinite_cycle_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_cycle_in_bases)\nPASS: Regression test for bpo-30570.\nPASS: test_infinite_recursion_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_in_bases)\ntest_infinite_recursion_via_bases_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_via_bases_tuple)\nPASS: Regression test for bpo-30570.\ntest_infinitely_many_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinitely_many_bases)\nPASS: Regression test for bpo-30570.\nPASS: test_isinstance_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_abstract)\nPASS: test_isinstance_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_normal)\nPASS: test_isinstance_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_recursion_limit)\nPASS: test_isinstance_with_or_union (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_with_or_union)\nPASS: test_issubclass_refcount_handling (test.test_isinstance.TestIsInstanceIsSubclass.test_issubclass_refcount_handling)\nPASS: test_subclass_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_abstract)\nPASS: test_subclass_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_normal)\nPASS: test_subclass_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_recursion_limit)\nPASS: test_subclass_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_tuple)\nPASS: test_subclass_with_union (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_with_union)\nPASS: test_dont_mask_non_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error)\nPASS: test_dont_mask_non_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg)\nPASS: test_mask_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error)\nPASS: test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg)\n\n----------------------------------------------------------------------\nRan 23 tests in 0.354s\n\nOK\n0:01:40 load avg: 1.53 [246/480] test_iter passed\nPASS: test_3720 (test.test_iter.TestCase.test_3720)\nPASS: test_builtin_filter (test.test_iter.TestCase.test_builtin_filter)\nPASS: test_builtin_list (test.test_iter.TestCase.test_builtin_list)\nPASS: test_builtin_map (test.test_iter.TestCase.test_builtin_map)\nPASS: test_builtin_max_min (test.test_iter.TestCase.test_builtin_max_min)\nPASS: test_builtin_tuple (test.test_iter.TestCase.test_builtin_tuple)\nPASS: test_builtin_zip (test.test_iter.TestCase.test_builtin_zip)\nPASS: test_countOf (test.test_iter.TestCase.test_countOf)\nPASS: test_error_iter (test.test_iter.TestCase.test_error_iter)\nPASS: test_exception_function (test.test_iter.TestCase.test_exception_function)\nPASS: test_exception_locations (test.test_iter.TestCase.test_exception_locations)\nPASS: test_exception_sequence (test.test_iter.TestCase.test_exception_sequence)\nPASS: test_extending_list_with_iterator_does_not_segfault (test.test_iter.TestCase.test_extending_list_with_iterator_does_not_segfault)\nPASS: test_free_after_iterating (test.test_iter.TestCase.test_free_after_iterating)\nPASS: test_in_and_not_in (test.test_iter.TestCase.test_in_and_not_in)\nPASS: test_indexOf (test.test_iter.TestCase.test_indexOf)\nPASS: test_iter_basic (test.test_iter.TestCase.test_iter_basic)\nPASS: test_iter_big_range (test.test_iter.TestCase.test_iter_big_range)\nPASS: test_iter_callable (test.test_iter.TestCase.test_iter_callable)\nPASS: test_iter_class_for (test.test_iter.TestCase.test_iter_class_for)\nPASS: test_iter_class_iter (test.test_iter.TestCase.test_iter_class_iter)\nPASS: test_iter_dict (test.test_iter.TestCase.test_iter_dict)\nPASS: test_iter_empty (test.test_iter.TestCase.test_iter_empty)\nPASS: test_iter_file (test.test_iter.TestCase.test_iter_file)\nPASS: test_iter_for_loop (test.test_iter.TestCase.test_iter_for_loop)\nPASS: test_iter_function (test.test_iter.TestCase.test_iter_function)\nPASS: test_iter_function_concealing_reentrant_exhaustion (test.test_iter.TestCase.test_iter_function_concealing_reentrant_exhaustion)\nPASS: test_iter_function_stop (test.test_iter.TestCase.test_iter_function_stop)\nPASS: test_iter_idempotency (test.test_iter.TestCase.test_iter_idempotency)\nPASS: test_iter_independence (test.test_iter.TestCase.test_iter_independence)\nPASS: test_iter_neg_setstate (test.test_iter.TestCase.test_iter_neg_setstate)\nPASS: test_iter_overflow (test.test_iter.TestCase.test_iter_overflow)\nPASS: test_iter_range (test.test_iter.TestCase.test_iter_range)\nPASS: test_iter_string (test.test_iter.TestCase.test_iter_string)\nPASS: test_iter_tuple (test.test_iter.TestCase.test_iter_tuple)\nPASS: test_mutating_seq_class_exhausted_iter (test.test_iter.TestCase.test_mutating_seq_class_exhausted_iter)\nPASS: test_mutating_seq_class_iter_pickle (test.test_iter.TestCase.test_mutating_seq_class_iter_pickle)\nPASS: test_nested_comprehensions_for (test.test_iter.TestCase.test_nested_comprehensions_for)\nPASS: test_nested_comprehensions_iter (test.test_iter.TestCase.test_nested_comprehensions_iter)\nPASS: test_new_style_iter_class (test.test_iter.TestCase.test_new_style_iter_class)\nPASS: test_reduce_mutating_builtins_iter (test.test_iter.TestCase.test_reduce_mutating_builtins_iter)\nPASS: test_ref_counting_behavior (test.test_iter.TestCase.test_ref_counting_behavior)\nPASS: test_seq_class_for (test.test_iter.TestCase.test_seq_class_for)\nPASS: test_seq_class_iter (test.test_iter.TestCase.test_seq_class_iter)\nPASS: test_sinkstate_callable (test.test_iter.TestCase.test_sinkstate_callable)\nPASS: test_sinkstate_dict (test.test_iter.TestCase.test_sinkstate_dict)\nPASS: test_sinkstate_enumerate (test.test_iter.TestCase.test_sinkstate_enumerate)\nPASS: test_sinkstate_list (test.test_iter.TestCase.test_sinkstate_list)\nPASS: test_sinkstate_range (test.test_iter.TestCase.test_sinkstate_range)\nPASS: test_sinkstate_sequence (test.test_iter.TestCase.test_sinkstate_sequence)\nPASS: test_sinkstate_string (test.test_iter.TestCase.test_sinkstate_string)\nPASS: test_sinkstate_tuple (test.test_iter.TestCase.test_sinkstate_tuple)\nPASS: test_sinkstate_yield (test.test_iter.TestCase.test_sinkstate_yield)\nPASS: test_stop_sequence (test.test_iter.TestCase.test_stop_sequence)\nPASS: test_unicode_join_endcase (test.test_iter.TestCase.test_unicode_join_endcase)\nPASS: test_unpack_iter (test.test_iter.TestCase.test_unpack_iter)\nPASS: test_writelines (test.test_iter.TestCase.test_writelines)\n\n----------------------------------------------------------------------\nRan 57 tests in 0.015s\n\nOK\n0:01:40 load avg: 1.53 [247/480] test_iterlen passed\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDeque.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDeque.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDequeReversed.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDequeReversed.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDictItems.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDictItems.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDictKeys.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDictKeys.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestDictValues.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestDictValues.test_invariant)\nPASS: test_invalid_hint (test.test_iterlen.TestLengthHintExceptions.test_invalid_hint)\nPASS: test_issue1242657 (test.test_iterlen.TestLengthHintExceptions.test_issue1242657)\nPASS: test_invariant (test.test_iterlen.TestList.test_invariant)\nPASS: test_mutation (test.test_iterlen.TestList.test_mutation)\nPASS: test_invariant (test.test_iterlen.TestListReversed.test_invariant)\nPASS: test_mutation (test.test_iterlen.TestListReversed.test_mutation)\nPASS: test_invariant (test.test_iterlen.TestRepeat.test_invariant)\nPASS: test_immutable_during_iteration (test.test_iterlen.TestSet.test_immutable_during_iteration)\nPASS: test_invariant (test.test_iterlen.TestSet.test_invariant)\nPASS: test_invariant (test.test_iterlen.TestTuple.test_invariant)\nPASS: test_invariant (test.test_iterlen.TestXrange.test_invariant)\nPASS: test_invariant (test.test_iterlen.TestXrangeCustomReversed.test_invariant)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.001s\n\nOK\n0:01:41 load avg: 1.49 [248/480] test_itertools passed\nPASS: test_repeat (test.test_itertools.LengthTransparency.test_repeat)\nPASS: test_repeat_with_negative_times (test.test_itertools.LengthTransparency.test_repeat_with_negative_times)\nPASS: test_issue30347_1 (test.test_itertools.RegressionTests.test_issue30347_1)\nPASS: test_issue30347_2 (test.test_itertools.RegressionTests.test_issue30347_2)\nSKIP: test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables) \"resource 'cpu' is not enabled\"\nPASS: test_sf_793826 (test.test_itertools.RegressionTests.test_sf_793826)\nPASS: test_sf_950057 (test.test_itertools.RegressionTests.test_sf_950057)\nPASS: test_combinations_sizeof (test.test_itertools.SizeofTest.test_combinations_sizeof)\nPASS: test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof)\nPASS: test_permutations_sizeof (test.test_itertools.SizeofTest.test_permutations_sizeof)\nPASS: test_product_sizeof (test.test_itertools.SizeofTest.test_product_sizeof)\nPASS: test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass)\nPASS: test_StopIteration (test.test_itertools.TestBasicOps.test_StopIteration)\nPASS: test_accumulate (test.test_itertools.TestBasicOps.test_accumulate)\nPASS: test_batched (test.test_itertools.TestBasicOps.test_batched)\nPASS: test_bug_7244 (test.test_itertools.TestBasicOps.test_bug_7244)\nPASS: test_chain (test.test_itertools.TestBasicOps.test_chain)\nPASS: test_chain_from_iterable (test.test_itertools.TestBasicOps.test_chain_from_iterable)\nPASS: test_chain_reducible (test.test_itertools.TestBasicOps.test_chain_reducible)\nPASS: test_chain_setstate (test.test_itertools.TestBasicOps.test_chain_setstate)\nPASS: test_combinations (test.test_itertools.TestBasicOps.test_combinations)\nSKIP: test_combinations_overflow (test.test_itertools.TestBasicOps.test_combinations_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_combinations_result_gc (test.test_itertools.TestBasicOps.test_combinations_result_gc)\nPASS: test_combinations_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_tuple_reuse)\nPASS: test_combinations_with_replacement (test.test_itertools.TestBasicOps.test_combinations_with_replacement)\nSKIP: test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps.test_combinations_with_replacement_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_combinations_with_replacement_result_gc (test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc)\nPASS: test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse)\nPASS: test_combinatorics (test.test_itertools.TestBasicOps.test_combinatorics)\nPASS: test_compress (test.test_itertools.TestBasicOps.test_compress)\nPASS: test_count (test.test_itertools.TestBasicOps.test_count)\nPASS: test_count_threading (test.test_itertools.TestBasicOps.test_count_threading)\nPASS: test_count_with_step (test.test_itertools.TestBasicOps.test_count_with_step)\nPASS: test_count_with_step_threading (test.test_itertools.TestBasicOps.test_count_with_step_threading)\nPASS: test_cycle (test.test_itertools.TestBasicOps.test_cycle)\nPASS: test_cycle_copy_pickle (test.test_itertools.TestBasicOps.test_cycle_copy_pickle)\nPASS: test_cycle_setstate (test.test_itertools.TestBasicOps.test_cycle_setstate)\nPASS: test_cycle_unpickle_compat (test.test_itertools.TestBasicOps.test_cycle_unpickle_compat)\nPASS: test_dropwhile (test.test_itertools.TestBasicOps.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestBasicOps.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestBasicOps.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestBasicOps.test_groupby)\nPASS: test_immutable_types (test.test_itertools.TestBasicOps.test_immutable_types)\nPASS: test_islice (test.test_itertools.TestBasicOps.test_islice)\nPASS: test_map (test.test_itertools.TestBasicOps.test_map)\nPASS: test_pairwise (test.test_itertools.TestBasicOps.test_pairwise)\nPASS: test_pairwise_reenter (test.test_itertools.TestBasicOps.test_pairwise_reenter)\nPASS: test_pairwise_reenter2 (test.test_itertools.TestBasicOps.test_pairwise_reenter2)\nPASS: test_pairwise_result_gc (test.test_itertools.TestBasicOps.test_pairwise_result_gc)\nPASS: test_permutations (test.test_itertools.TestBasicOps.test_permutations)\nSKIP: test_permutations_overflow (test.test_itertools.TestBasicOps.test_permutations_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_permutations_result_gc (test.test_itertools.TestBasicOps.test_permutations_result_gc)\nPASS: test_permutations_tuple_reuse (test.test_itertools.TestBasicOps.test_permutations_tuple_reuse)\nPASS: test_product (test.test_itertools.TestBasicOps.test_product)\nPASS: test_product_issue_25021 (test.test_itertools.TestBasicOps.test_product_issue_25021)\nSKIP: test_product_overflow (test.test_itertools.TestBasicOps.test_product_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_product_pickling (test.test_itertools.TestBasicOps.test_product_pickling)\nPASS: test_product_result_gc (test.test_itertools.TestBasicOps.test_product_result_gc)\nPASS: test_product_tuple_reuse (test.test_itertools.TestBasicOps.test_product_tuple_reuse)\nPASS: test_repeat (test.test_itertools.TestBasicOps.test_repeat)\nPASS: test_repeat_with_negative_times (test.test_itertools.TestBasicOps.test_repeat_with_negative_times)\nPASS: test_starmap (test.test_itertools.TestBasicOps.test_starmap)\nPASS: test_takewhile (test.test_itertools.TestBasicOps.test_takewhile)\nPASS: test_tee (test.test_itertools.TestBasicOps.test_tee)\nPASS: test_tee_concurrent (test.test_itertools.TestBasicOps.test_tee_concurrent)\nPASS: test_tee_dealloc_segfault (test.test_itertools.TestBasicOps.test_tee_dealloc_segfault)\nPASS: test_tee_del_backward (test.test_itertools.TestBasicOps.test_tee_del_backward)\nPASS: test_tee_reenter (test.test_itertools.TestBasicOps.test_tee_reenter)\nPASS: test_zip (test.test_itertools.TestBasicOps.test_zip)\nPASS: test_zip_longest_bad_iterable (test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable)\nPASS: test_zip_longest_pickling (test.test_itertools.TestBasicOps.test_zip_longest_pickling)\nPASS: test_zip_longest_result_gc (test.test_itertools.TestBasicOps.test_zip_longest_result_gc)\nPASS: test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse)\nPASS: test_zip_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_tuple_reuse)\nPASS: test_ziplongest (test.test_itertools.TestBasicOps.test_ziplongest)\nPASS: test_accumulate (test.test_itertools.TestExamples.test_accumulate)\nPASS: test_accumulate_reducible (test.test_itertools.TestExamples.test_accumulate_reducible)\nPASS: test_accumulate_reducible_none (test.test_itertools.TestExamples.test_accumulate_reducible_none)\nPASS: test_chain (test.test_itertools.TestExamples.test_chain)\nPASS: test_chain_from_iterable (test.test_itertools.TestExamples.test_chain_from_iterable)\nPASS: test_combinations (test.test_itertools.TestExamples.test_combinations)\nPASS: test_combinations_with_replacement (test.test_itertools.TestExamples.test_combinations_with_replacement)\nPASS: test_compress (test.test_itertools.TestExamples.test_compress)\nPASS: test_count (test.test_itertools.TestExamples.test_count)\nPASS: test_cycle (test.test_itertools.TestExamples.test_cycle)\nPASS: test_dropwhile (test.test_itertools.TestExamples.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestExamples.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestExamples.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestExamples.test_groupby)\nPASS: test_islice (test.test_itertools.TestExamples.test_islice)\nPASS: test_map (test.test_itertools.TestExamples.test_map)\nPASS: test_permutations (test.test_itertools.TestExamples.test_permutations)\nPASS: test_product (test.test_itertools.TestExamples.test_product)\nPASS: test_repeat (test.test_itertools.TestExamples.test_repeat)\nPASS: test_stapmap (test.test_itertools.TestExamples.test_stapmap)\nPASS: test_takewhile (test.test_itertools.TestExamples.test_takewhile)\nPASS: test_zip (test.test_itertools.TestExamples.test_zip)\nPASS: test_zip_longest (test.test_itertools.TestExamples.test_zip_longest)\nPASS: test_accumulate (test.test_itertools.TestGC.test_accumulate)\nPASS: test_batched (test.test_itertools.TestGC.test_batched)\nPASS: test_chain (test.test_itertools.TestGC.test_chain)\nPASS: test_chain_from_iterable (test.test_itertools.TestGC.test_chain_from_iterable)\nPASS: test_combinations (test.test_itertools.TestGC.test_combinations)\nPASS: test_combinations_with_replacement (test.test_itertools.TestGC.test_combinations_with_replacement)\nPASS: test_compress (test.test_itertools.TestGC.test_compress)\nPASS: test_count (test.test_itertools.TestGC.test_count)\nPASS: test_cycle (test.test_itertools.TestGC.test_cycle)\nPASS: test_dropwhile (test.test_itertools.TestGC.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestGC.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestGC.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestGC.test_groupby)\nPASS: test_islice (test.test_itertools.TestGC.test_islice)\nPASS: test_issue2246 (test.test_itertools.TestGC.test_issue2246)\nPASS: test_map (test.test_itertools.TestGC.test_map)\nPASS: test_pairwise (test.test_itertools.TestGC.test_pairwise)\nPASS: test_permutations (test.test_itertools.TestGC.test_permutations)\nPASS: test_product (test.test_itertools.TestGC.test_product)\nPASS: test_repeat (test.test_itertools.TestGC.test_repeat)\nPASS: test_starmap (test.test_itertools.TestGC.test_starmap)\nPASS: test_takewhile (test.test_itertools.TestGC.test_takewhile)\nPASS: test_zip (test.test_itertools.TestGC.test_zip)\nPASS: test_zip_longest (test.test_itertools.TestGC.test_zip_longest)\nPASS: test_batched_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_batched_recipe)\nPASS: test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe)\nPASS: test_tee_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_tee_recipe)\nPASS: test_accumulate (test.test_itertools.TestVariousIteratorArgs.test_accumulate)\nPASS: test_batched (test.test_itertools.TestVariousIteratorArgs.test_batched)\nPASS: test_chain (test.test_itertools.TestVariousIteratorArgs.test_chain)\nPASS: test_compress (test.test_itertools.TestVariousIteratorArgs.test_compress)\nPASS: test_cycle (test.test_itertools.TestVariousIteratorArgs.test_cycle)\nPASS: test_dropwhile (test.test_itertools.TestVariousIteratorArgs.test_dropwhile)\nPASS: test_filter (test.test_itertools.TestVariousIteratorArgs.test_filter)\nPASS: test_filterfalse (test.test_itertools.TestVariousIteratorArgs.test_filterfalse)\nPASS: test_groupby (test.test_itertools.TestVariousIteratorArgs.test_groupby)\nPASS: test_islice (test.test_itertools.TestVariousIteratorArgs.test_islice)\nPASS: test_map (test.test_itertools.TestVariousIteratorArgs.test_map)\nPASS: test_pairwise (test.test_itertools.TestVariousIteratorArgs.test_pairwise)\nPASS: test_product (test.test_itertools.TestVariousIteratorArgs.test_product)\nPASS: test_starmap (test.test_itertools.TestVariousIteratorArgs.test_starmap)\nPASS: test_takewhile (test.test_itertools.TestVariousIteratorArgs.test_takewhile)\nPASS: test_tee (test.test_itertools.TestVariousIteratorArgs.test_tee)\nPASS: test_zip (test.test_itertools.TestVariousIteratorArgs.test_zip)\nPASS: test_ziplongest (test.test_itertools.TestVariousIteratorArgs.test_ziplongest)\nbatched (itertools)\nPASS: Doctest: itertools.batched\n\n----------------------------------------------------------------------\nRan 144 tests in 1.258s\n\nOK (skipped=5)\n0:01:42 load avg: 1.49 [249/480] test_json passed\njson ()\nPASS: Doctest: json\nencode (json.encoder.JSONEncoder)\nPASS: Doctest: json.encoder.JSONEncoder.encode\nPASS: test_pyjson (test.test_json.TestPyTest.test_pyjson)\nPASS: test_cjson (test.test_json.TestCTest.test_cjson)\njson ()\nPASS: Doctest: json\nencode (json.encoder.JSONEncoder)\nPASS: Doctest: json.encoder.JSONEncoder.encode\nPASS: test_pyjson (test.test_json.TestPyTest.test_pyjson)\nPASS: test_cjson (test.test_json.TestCTest.test_cjson)\nPASS: test_bytes (test.test_json.test_decode.TestCDecode.test_bytes)\nPASS: test_constant_invalid_case (test.test_json.test_decode.TestCDecode.test_constant_invalid_case)\nPASS: test_decimal (test.test_json.test_decode.TestCDecode.test_decimal)\nPASS: test_decoder_optimizations (test.test_json.test_decode.TestCDecode.test_decoder_optimizations)\nPASS: test_empty_objects (test.test_json.test_decode.TestCDecode.test_empty_objects)\nPASS: test_extra_data (test.test_json.test_decode.TestCDecode.test_extra_data)\nPASS: test_float (test.test_json.test_decode.TestCDecode.test_float)\nPASS: test_invalid_escape (test.test_json.test_decode.TestCDecode.test_invalid_escape)\nPASS: test_invalid_input_type (test.test_json.test_decode.TestCDecode.test_invalid_input_type)\nPASS: test_keys_reuse (test.test_json.test_decode.TestCDecode.test_keys_reuse)\nPASS: test_limit_int (test.test_json.test_decode.TestCDecode.test_limit_int)\nPASS: test_negative_index (test.test_json.test_decode.TestCDecode.test_negative_index)\nPASS: test_nonascii_digits_rejected (test.test_json.test_decode.TestCDecode.test_nonascii_digits_rejected)\nPASS: test_object_pairs_hook (test.test_json.test_decode.TestCDecode.test_object_pairs_hook)\nPASS: test_parse_constant (test.test_json.test_decode.TestCDecode.test_parse_constant)\nPASS: test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom)\nPASS: test_bytes (test.test_json.test_decode.TestPyDecode.test_bytes)\nPASS: test_constant_invalid_case (test.test_json.test_decode.TestPyDecode.test_constant_invalid_case)\nPASS: test_decimal (test.test_json.test_decode.TestPyDecode.test_decimal)\nPASS: test_decoder_optimizations (test.test_json.test_decode.TestPyDecode.test_decoder_optimizations)\nPASS: test_empty_objects (test.test_json.test_decode.TestPyDecode.test_empty_objects)\nPASS: test_extra_data (test.test_json.test_decode.TestPyDecode.test_extra_data)\nPASS: test_float (test.test_json.test_decode.TestPyDecode.test_float)\nPASS: test_invalid_escape (test.test_json.test_decode.TestPyDecode.test_invalid_escape)\nPASS: test_invalid_input_type (test.test_json.test_decode.TestPyDecode.test_invalid_input_type)\nPASS: test_keys_reuse (test.test_json.test_decode.TestPyDecode.test_keys_reuse)\nPASS: test_limit_int (test.test_json.test_decode.TestPyDecode.test_limit_int)\nPASS: test_negative_index (test.test_json.test_decode.TestPyDecode.test_negative_index)\nPASS: test_nonascii_digits_rejected (test.test_json.test_decode.TestPyDecode.test_nonascii_digits_rejected)\nPASS: test_object_pairs_hook (test.test_json.test_decode.TestPyDecode.test_object_pairs_hook)\nPASS: test_parse_constant (test.test_json.test_decode.TestPyDecode.test_parse_constant)\nPASS: test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom)\nPASS: test_default (test.test_json.test_default.TestCDefault.test_default)\nPASS: test_ordereddict (test.test_json.test_default.TestCDefault.test_ordereddict)\nPASS: test_default (test.test_json.test_default.TestPyDefault.test_default)\nPASS: test_ordereddict (test.test_json.test_default.TestPyDefault.test_ordereddict)\nPASS: test_dump (test.test_json.test_dump.TestCDump.test_dump)\nPASS: test_dump_skipkeys (test.test_json.test_dump.TestCDump.test_dump_skipkeys)\nPASS: test_dumps (test.test_json.test_dump.TestCDump.test_dumps)\nPASS: test_encode_evil_dict (test.test_json.test_dump.TestCDump.test_encode_evil_dict)\nPASS: test_encode_mutated (test.test_json.test_dump.TestCDump.test_encode_mutated)\nPASS: test_encode_truefalse (test.test_json.test_dump.TestCDump.test_encode_truefalse)\nPASS: test_large_list (test.test_json.test_dump.TestCDump.test_large_list)\nPASS: test_dump (test.test_json.test_dump.TestPyDump.test_dump)\nPASS: test_dump_skipkeys (test.test_json.test_dump.TestPyDump.test_dump_skipkeys)\nPASS: test_dumps (test.test_json.test_dump.TestPyDump.test_dumps)\nPASS: test_encode_evil_dict (test.test_json.test_dump.TestPyDump.test_encode_evil_dict)\nPASS: test_encode_mutated (test.test_json.test_dump.TestPyDump.test_encode_mutated)\nPASS: test_encode_truefalse (test.test_json.test_dump.TestPyDump.test_encode_truefalse)\nPASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii)\nPASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict)\nSKIP: test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow) 'not enough memory: 8589934592.0G minimum needed'\nPASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict)\nPASS: test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii)\nPASS: test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict)\nPASS: test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict)\nPASS: test_dict_keys (test.test_json.test_enum.TestCEnum.test_dict_keys)\nPASS: test_dict_values (test.test_json.test_enum.TestCEnum.test_dict_values)\nPASS: test_floats (test.test_json.test_enum.TestCEnum.test_floats)\nPASS: test_ints (test.test_json.test_enum.TestCEnum.test_ints)\nPASS: test_list (test.test_json.test_enum.TestCEnum.test_list)\nPASS: test_weird_floats (test.test_json.test_enum.TestCEnum.test_weird_floats)\nPASS: test_dict_keys (test.test_json.test_enum.TestPyEnum.test_dict_keys)\nPASS: test_dict_values (test.test_json.test_enum.TestPyEnum.test_dict_values)\nPASS: test_floats (test.test_json.test_enum.TestPyEnum.test_floats)\nPASS: test_ints (test.test_json.test_enum.TestPyEnum.test_ints)\nPASS: test_list (test.test_json.test_enum.TestPyEnum.test_list)\nPASS: test_weird_floats (test.test_json.test_enum.TestPyEnum.test_weird_floats)\nPASS: test_extra_data (test.test_json.test_fail.TestCFail.test_extra_data)\nPASS: test_failures (test.test_json.test_fail.TestCFail.test_failures)\nPASS: test_linecol (test.test_json.test_fail.TestCFail.test_linecol)\nPASS: test_non_string_keys_dict (test.test_json.test_fail.TestCFail.test_non_string_keys_dict)\nPASS: test_not_serializable (test.test_json.test_fail.TestCFail.test_not_serializable)\nPASS: test_truncated_input (test.test_json.test_fail.TestCFail.test_truncated_input)\nPASS: test_unexpected_data (test.test_json.test_fail.TestCFail.test_unexpected_data)\nPASS: test_extra_data (test.test_json.test_fail.TestPyFail.test_extra_data)\nPASS: test_failures (test.test_json.test_fail.TestPyFail.test_failures)\nPASS: test_linecol (test.test_json.test_fail.TestPyFail.test_linecol)\nPASS: test_non_string_keys_dict (test.test_json.test_fail.TestPyFail.test_non_string_keys_dict)\nPASS: test_not_serializable (test.test_json.test_fail.TestPyFail.test_not_serializable)\nPASS: test_truncated_input (test.test_json.test_fail.TestPyFail.test_truncated_input)\nPASS: test_unexpected_data (test.test_json.test_fail.TestPyFail.test_unexpected_data)\nPASS: test_allow_nan (test.test_json.test_float.TestCFloat.test_allow_nan)\nPASS: test_floats (test.test_json.test_float.TestCFloat.test_floats)\nPASS: test_ints (test.test_json.test_float.TestCFloat.test_ints)\nPASS: test_out_of_range (test.test_json.test_float.TestCFloat.test_out_of_range)\nPASS: test_allow_nan (test.test_json.test_float.TestPyFloat.test_allow_nan)\nPASS: test_floats (test.test_json.test_float.TestPyFloat.test_floats)\nPASS: test_ints (test.test_json.test_float.TestPyFloat.test_ints)\nPASS: test_out_of_range (test.test_json.test_float.TestPyFloat.test_out_of_range)\nPASS: test_indent (test.test_json.test_indent.TestCIndent.test_indent)\nPASS: test_indent0 (test.test_json.test_indent.TestCIndent.test_indent0)\nPASS: test_indent (test.test_json.test_indent.TestPyIndent.test_indent)\nPASS: test_indent0 (test.test_json.test_indent.TestPyIndent.test_indent0)\nPASS: test_parse (test.test_json.test_pass1.TestCPass1.test_parse)\nPASS: test_parse (test.test_json.test_pass1.TestPyPass1.test_parse)\nPASS: test_parse (test.test_json.test_pass2.TestCPass2.test_parse)\nPASS: test_parse (test.test_json.test_pass2.TestPyPass2.test_parse)\nPASS: test_parse (test.test_json.test_pass3.TestCPass3.test_parse)\nPASS: test_parse (test.test_json.test_pass3.TestPyPass3.test_parse)\nPASS: test_defaultrecursion (test.test_json.test_recursion.TestCRecursion.test_defaultrecursion)\nPASS: test_dictrecursion (test.test_json.test_recursion.TestCRecursion.test_dictrecursion)\nPASS: test_endless_recursion (test.test_json.test_recursion.TestCRecursion.test_endless_recursion)\nPASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding)\nSKIP: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding) \"resource 'cpu' is not enabled\"\nPASS: test_listrecursion (test.test_json.test_recursion.TestCRecursion.test_listrecursion)\nPASS: test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion)\nPASS: test_dictrecursion (test.test_json.test_recursion.TestPyRecursion.test_dictrecursion)\nPASS: test_endless_recursion (test.test_json.test_recursion.TestPyRecursion.test_endless_recursion)\nPASS: test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding)\nSKIP: test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding) \"resource 'cpu' is not enabled\"\nPASS: test_listrecursion (test.test_json.test_recursion.TestPyRecursion.test_listrecursion)\nPASS: test_bad_escapes (test.test_json.test_scanstring.TestCScanstring.test_bad_escapes)\nPASS: test_overflow (test.test_json.test_scanstring.TestCScanstring.test_overflow)\nPASS: test_scanstring (test.test_json.test_scanstring.TestCScanstring.test_scanstring)\nPASS: test_surrogates (test.test_json.test_scanstring.TestCScanstring.test_surrogates)\nPASS: test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes)\nPASS: test_overflow (test.test_json.test_scanstring.TestPyScanstring.test_overflow)\nPASS: test_scanstring (test.test_json.test_scanstring.TestPyScanstring.test_scanstring)\nPASS: test_surrogates (test.test_json.test_scanstring.TestPyScanstring.test_surrogates)\nPASS: test_illegal_separators (test.test_json.test_separators.TestCSeparators.test_illegal_separators)\nPASS: test_separators (test.test_json.test_separators.TestCSeparators.test_separators)\nPASS: test_illegal_separators (test.test_json.test_separators.TestPySeparators.test_illegal_separators)\nPASS: test_separators (test.test_json.test_separators.TestPySeparators.test_separators)\nPASS: test_bad_bool_args (test.test_json.test_speedups.TestDecode.test_bad_bool_args)\nPASS: test_make_scanner (test.test_json.test_speedups.TestDecode.test_make_scanner)\nPASS: test_bad_bool_args (test.test_json.test_speedups.TestEncode.test_bad_bool_args)\nPASS: test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder)\nPASS: test_bad_str_encoder (test.test_json.test_speedups.TestEncode.test_bad_str_encoder)\nPASS: test_make_encoder (test.test_json.test_speedups.TestEncode.test_make_encoder)\nPASS: test_unsortable_keys (test.test_json.test_speedups.TestEncode.test_unsortable_keys)\nPASS: test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii)\nPASS: test_scanstring (test.test_json.test_speedups.TestSpeedups.test_scanstring)\nPASS: test_broken_pipe_error (test.test_json.test_tool.TestTool.test_broken_pipe_error)\nPASS: test_compact (test.test_json.test_tool.TestTool.test_compact)\nPASS: test_ensure_ascii_default (test.test_json.test_tool.TestTool.test_ensure_ascii_default)\nPASS: test_help_flag (test.test_json.test_tool.TestTool.test_help_flag)\nPASS: test_indent (test.test_json.test_tool.TestTool.test_indent)\nPASS: test_infile_outfile (test.test_json.test_tool.TestTool.test_infile_outfile)\nPASS: test_infile_stdout (test.test_json.test_tool.TestTool.test_infile_stdout)\nPASS: test_jsonlines (test.test_json.test_tool.TestTool.test_jsonlines)\nPASS: test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag)\nPASS: test_no_indent (test.test_json.test_tool.TestTool.test_no_indent)\nPASS: test_non_ascii_infile (test.test_json.test_tool.TestTool.test_non_ascii_infile)\nPASS: test_sort_keys_flag (test.test_json.test_tool.TestTool.test_sort_keys_flag)\nPASS: test_stdin_stdout (test.test_json.test_tool.TestTool.test_stdin_stdout)\nPASS: test_tab (test.test_json.test_tool.TestTool.test_tab)\nPASS: test_writing_in_place (test.test_json.test_tool.TestTool.test_writing_in_place)\nPASS: test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode)\nPASS: test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode)\nPASS: test_bytes_decode (test.test_json.test_unicode.TestCUnicode.test_bytes_decode)\nPASS: test_bytes_encode (test.test_json.test_unicode.TestCUnicode.test_bytes_encode)\nPASS: test_encoding3 (test.test_json.test_unicode.TestCUnicode.test_encoding3)\nPASS: test_encoding4 (test.test_json.test_unicode.TestCUnicode.test_encoding4)\nPASS: test_encoding5 (test.test_json.test_unicode.TestCUnicode.test_encoding5)\nPASS: test_encoding6 (test.test_json.test_unicode.TestCUnicode.test_encoding6)\nPASS: test_encoding7 (test.test_json.test_unicode.TestCUnicode.test_encoding7)\nPASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode)\nPASS: test_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_unicode_decode)\nPASS: test_unicode_preservation (test.test_json.test_unicode.TestCUnicode.test_unicode_preservation)\nPASS: test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode)\nPASS: test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode)\nPASS: test_bytes_decode (test.test_json.test_unicode.TestPyUnicode.test_bytes_decode)\nPASS: test_bytes_encode (test.test_json.test_unicode.TestPyUnicode.test_bytes_encode)\nPASS: test_encoding3 (test.test_json.test_unicode.TestPyUnicode.test_encoding3)\nPASS: test_encoding4 (test.test_json.test_unicode.TestPyUnicode.test_encoding4)\nPASS: test_encoding5 (test.test_json.test_unicode.TestPyUnicode.test_encoding5)\nPASS: test_encoding6 (test.test_json.test_unicode.TestPyUnicode.test_encoding6)\nPASS: test_encoding7 (test.test_json.test_unicode.TestPyUnicode.test_encoding7)\nPASS: test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode)\nPASS: test_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_unicode_decode)\nPASS: test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation)\n\n----------------------------------------------------------------------\nRan 180 tests in 0.859s\n\nOK (skipped=3)\n0:01:42 load avg: 1.49 [250/480] test_keyword passed\nPASS: test_all_keywords_fail_to_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_keywords_fail_to_be_used_as_names)\nPASS: test_all_soft_keywords_can_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_soft_keywords_can_be_used_as_names)\nPASS: test_async_and_await_are_keywords (test.test_keyword.Test_iskeyword.test_async_and_await_are_keywords)\nPASS: test_changing_the_kwlist_does_not_affect_iskeyword (test.test_keyword.Test_iskeyword.test_changing_the_kwlist_does_not_affect_iskeyword)\nPASS: test_changing_the_softkwlist_does_not_affect_issoftkeyword (test.test_keyword.Test_iskeyword.test_changing_the_softkwlist_does_not_affect_issoftkeyword)\nPASS: test_keywords_are_sorted (test.test_keyword.Test_iskeyword.test_keywords_are_sorted)\nPASS: test_none_value_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_none_value_is_not_a_keyword)\nPASS: test_soft_keywords (test.test_keyword.Test_iskeyword.test_soft_keywords)\nPASS: test_softkeywords_are_sorted (test.test_keyword.Test_iskeyword.test_softkeywords_are_sorted)\nPASS: test_true_is_a_keyword (test.test_keyword.Test_iskeyword.test_true_is_a_keyword)\nPASS: test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_uppercase_true_is_not_a_keyword)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:01:43 load avg: 1.49 [251/480] test_keywordonlyarg passed\nPASS: testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testFunctionCall)\nPASS: testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testKwDefaults)\nPASS: testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testRaiseErrorFuncallWithUnexpectedKeywordArgument)\nPASS: testSyntaxErrorForFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionCall)\nPASS: testSyntaxErrorForFunctionDefinition (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionDefinition)\nPASS: testSyntaxForManyArguments (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxForManyArguments)\nPASS: testTooManyPositionalErrorMessage (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testTooManyPositionalErrorMessage)\nPASS: test_default_evaluation_order (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_default_evaluation_order)\nPASS: test_issue13343 (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_issue13343)\nPASS: test_kwonly_methods (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_kwonly_methods)\nPASS: test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_mangling)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:01:43 load avg: 1.49 [252/480] test_kqueue skipped\ntest_kqueue skipped -- test works only on BSD\n0:01:43 load avg: 1.49 [253/480] test_largefile passed\nSKIP: test_large_read (test.test_largefile.CLargeFileTest.test_large_read) 'not enough memory: 4.7G minimum needed'\nPASS: test_lseek (test.test_largefile.CLargeFileTest.test_lseek)\nPASS: test_osstat (test.test_largefile.CLargeFileTest.test_osstat)\nPASS: test_seek_read (test.test_largefile.CLargeFileTest.test_seek_read)\nSKIP: test_seek_readall (test.test_largefile.CLargeFileTest.test_seek_readall) 'not enough memory: 4.7G minimum needed'\nPASS: test_seekable (test.test_largefile.CLargeFileTest.test_seekable)\nPASS: test_truncate (test.test_largefile.CLargeFileTest.test_truncate)\nSKIP: test_large_read (test.test_largefile.PyLargeFileTest.test_large_read) 'not enough memory: 4.7G minimum needed'\nPASS: test_lseek (test.test_largefile.PyLargeFileTest.test_lseek)\nPASS: test_osstat (test.test_largefile.PyLargeFileTest.test_osstat)\nPASS: test_seek_read (test.test_largefile.PyLargeFileTest.test_seek_read)\nSKIP: test_seek_readall (test.test_largefile.PyLargeFileTest.test_seek_readall) 'not enough memory: 4.7G minimum needed'\nPASS: test_seekable (test.test_largefile.PyLargeFileTest.test_seekable)\nPASS: test_truncate (test.test_largefile.PyLargeFileTest.test_truncate)\nSKIP: test_it (test.test_largefile.TestCopyfile.test_it) 'required 5960 MiB of free disk space'\nSKIP: test_it (test.test_largefile.TestSocketSendfile.test_it) 'required 5960 MiB of free disk space'\n\n----------------------------------------------------------------------\nRan 16 tests in 0.002s\n\nOK (skipped=6)\n0:01:43 load avg: 1.49 [254/480] test_launcher skipped\ntest_launcher skipped -- test only applies to Windows\n0:01:43 load avg: 1.49 [255/480] test_linecache passed\nPASS: test_getline (test.test_linecache.BadUnicode_NoDeclaration.test_getline)\nPASS: test_getlines (test.test_linecache.BadUnicode_NoDeclaration.test_getlines)\nPASS: test_getline (test.test_linecache.BadUnicode_WithDeclaration.test_getline)\nPASS: test_getlines (test.test_linecache.BadUnicode_WithDeclaration.test_getlines)\nPASS: test_getline (test.test_linecache.EmptyFile.test_getline)\nPASS: test_getlines (test.test_linecache.EmptyFile.test_getlines)\nPASS: test_getline (test.test_linecache.GoodUnicode.test_getline)\nPASS: test_getlines (test.test_linecache.GoodUnicode.test_getlines)\nPASS: test_checkcache_for_deleted_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file)\nPASS: test_checkcache_for_modified_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file)\nPASS: test_checkcache_with_no_parameter (test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter)\nPASS: test_checkcache (test.test_linecache.LineCacheTests.test_checkcache)\nPASS: test_clearcache (test.test_linecache.LineCacheTests.test_clearcache)\nPASS: test_getline (test.test_linecache.LineCacheTests.test_getline)\nPASS: test_invalid_names (test.test_linecache.LineCacheTests.test_invalid_names)\nPASS: test_lazycache_already_cached (test.test_linecache.LineCacheTests.test_lazycache_already_cached)\nPASS: test_lazycache_bad_filename (test.test_linecache.LineCacheTests.test_lazycache_bad_filename)\nPASS: test_lazycache_check (test.test_linecache.LineCacheTests.test_lazycache_check)\nPASS: test_lazycache_no_globals (test.test_linecache.LineCacheTests.test_lazycache_no_globals)\nPASS: test_lazycache_provide_after_failed_lookup (test.test_linecache.LineCacheTests.test_lazycache_provide_after_failed_lookup)\nPASS: test_lazycache_smoke (test.test_linecache.LineCacheTests.test_lazycache_smoke)\nPASS: test_linecache_python_string (test.test_linecache.LineCacheTests.test_linecache_python_string)\nPASS: test_loader (test.test_linecache.LineCacheTests.test_loader)\nPASS: test_memoryerror (test.test_linecache.LineCacheTests.test_memoryerror)\nPASS: test_no_ending_newline (test.test_linecache.LineCacheTests.test_no_ending_newline)\nPASS: test_getline (test.test_linecache.SingleEmptyLine.test_getline)\nPASS: test_getlines (test.test_linecache.SingleEmptyLine.test_getlines)\n\n----------------------------------------------------------------------\nRan 27 tests in 0.034s\n\nOK\n0:01:43 load avg: 1.49 [256/480] test_list passed\nPASS: test_addmul (test.test_list.ListTest.test_addmul)\nPASS: test_append (test.test_list.ListTest.test_append)\nPASS: test_basic (test.test_list.ListTest.test_basic)\nPASS: test_bigrepeat (test.test_list.ListTest.test_bigrepeat)\nPASS: test_clear (test.test_list.ListTest.test_clear)\nPASS: test_constructor_exception_handling (test.test_list.ListTest.test_constructor_exception_handling)\nPASS: test_constructors (test.test_list.ListTest.test_constructors)\nPASS: test_contains (test.test_list.ListTest.test_contains)\nPASS: test_contains_fake (test.test_list.ListTest.test_contains_fake)\nPASS: test_contains_order (test.test_list.ListTest.test_contains_order)\nPASS: test_copy (test.test_list.ListTest.test_copy)\nPASS: test_count (test.test_list.ListTest.test_count)\nPASS: test_count_index_remove_crashes (test.test_list.ListTest.test_count_index_remove_crashes)\nPASS: test_delitem (test.test_list.ListTest.test_delitem)\nPASS: test_delslice (test.test_list.ListTest.test_delslice)\nPASS: test_deopt_from_append_list (test.test_list.ListTest.test_deopt_from_append_list)\nPASS: test_empty_slice (test.test_list.ListTest.test_empty_slice)\nPASS: test_equal_operator_modifying_operand (test.test_list.ListTest.test_equal_operator_modifying_operand)\nPASS: test_exhausted_iterator (test.test_list.ListTest.test_exhausted_iterator)\nPASS: test_extend (test.test_list.ListTest.test_extend)\nPASS: test_extendedslicing (test.test_list.ListTest.test_extendedslicing)\nPASS: test_free_after_iterating (test.test_list.ListTest.test_free_after_iterating)\nPASS: test_getitem (test.test_list.ListTest.test_getitem)\nPASS: test_getitem_error (test.test_list.ListTest.test_getitem_error)\nPASS: test_getitemoverwriteiter (test.test_list.ListTest.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_list.ListTest.test_getslice)\nPASS: test_iadd (test.test_list.ListTest.test_iadd)\nPASS: test_identity (test.test_list.ListTest.test_identity)\nPASS: test_imul (test.test_list.ListTest.test_imul)\nPASS: test_index (test.test_list.ListTest.test_index)\nPASS: test_init (test.test_list.ListTest.test_init)\nPASS: test_insert (test.test_list.ListTest.test_insert)\nPASS: test_iterator_pickle (test.test_list.ListTest.test_iterator_pickle)\nPASS: test_keyword_args (test.test_list.ListTest.test_keyword_args)\nPASS: test_keywords_in_subclass (test.test_list.ListTest.test_keywords_in_subclass)\nPASS: test_len (test.test_list.ListTest.test_len)\nPASS: test_list_index_modifing_operand (test.test_list.ListTest.test_list_index_modifing_operand)\nPASS: test_list_resize_overflow (test.test_list.ListTest.test_list_resize_overflow)\nPASS: test_lt_operator_modifying_operand (test.test_list.ListTest.test_lt_operator_modifying_operand)\nPASS: test_minmax (test.test_list.ListTest.test_minmax)\nPASS: test_no_comdat_folding (test.test_list.ListTest.test_no_comdat_folding)\nPASS: test_overflow (test.test_list.ListTest.test_overflow)\nPASS: test_pickle (test.test_list.ListTest.test_pickle)\nPASS: test_pop (test.test_list.ListTest.test_pop)\nPASS: test_preallocation (test.test_list.ListTest.test_preallocation)\nPASS: test_remove (test.test_list.ListTest.test_remove)\nPASS: test_repeat (test.test_list.ListTest.test_repeat)\nPASS: test_repr (test.test_list.ListTest.test_repr)\nPASS: test_repr_deep (test.test_list.ListTest.test_repr_deep)\nPASS: test_repr_large (test.test_list.ListTest.test_repr_large)\nPASS: test_repr_mutate (test.test_list.ListTest.test_repr_mutate)\nPASS: test_reverse (test.test_list.ListTest.test_reverse)\nPASS: test_reversed (test.test_list.ListTest.test_reversed)\nPASS: test_reversed_pickle (test.test_list.ListTest.test_reversed_pickle)\nPASS: test_set_subscript (test.test_list.ListTest.test_set_subscript)\nPASS: test_setitem (test.test_list.ListTest.test_setitem)\nPASS: test_setitem_error (test.test_list.ListTest.test_setitem_error)\nPASS: test_setslice (test.test_list.ListTest.test_setslice)\nPASS: test_slice (test.test_list.ListTest.test_slice)\nPASS: test_slice_assign_iterator (test.test_list.ListTest.test_slice_assign_iterator)\nPASS: test_sort (test.test_list.ListTest.test_sort)\nPASS: test_step_overflow (test.test_list.ListTest.test_step_overflow)\nPASS: test_subscript (test.test_list.ListTest.test_subscript)\nPASS: test_tier2_invalidates_iterator (test.test_list.ListTest.test_tier2_invalidates_iterator)\nPASS: test_truth (test.test_list.ListTest.test_truth)\n\n----------------------------------------------------------------------\nRan 65 tests in 0.138s\n\nOK\n0:01:43 load avg: 1.49 [257/480] test_interpreters passed\nPASS: test_after_destroy_all (test.test_interpreters.test_api.CreateTests.test_after_destroy_all)\nPASS: test_after_destroy_some (test.test_interpreters.test_api.CreateTests.test_after_destroy_some)\nPASS: test_in_main (test.test_interpreters.test_api.CreateTests.test_in_main)\nPASS: test_in_subinterpreter (test.test_interpreters.test_api.CreateTests.test_in_subinterpreter)\nPASS: test_in_thread (test.test_interpreters.test_api.CreateTests.test_in_thread)\nPASS: test_created_with_capi (test.test_interpreters.test_api.GetCurrentTests.test_created_with_capi)\nPASS: test_idempotent (test.test_interpreters.test_api.GetCurrentTests.test_idempotent)\nPASS: test_main (test.test_interpreters.test_api.GetCurrentTests.test_main)\nPASS: test_subinterpreter (test.test_interpreters.test_api.GetCurrentTests.test_subinterpreter)\nPASS: test_current (test.test_interpreters.test_api.GetMainTests.test_current)\nPASS: test_id (test.test_interpreters.test_api.GetMainTests.test_id)\nPASS: test_idempotent (test.test_interpreters.test_api.GetMainTests.test_idempotent)\nPASS: test_equality (test.test_interpreters.test_api.InterpreterObjectTests.test_equality)\nPASS: test_hashable (test.test_interpreters.test_api.InterpreterObjectTests.test_hashable)\nPASS: test_id_readonly (test.test_interpreters.test_api.InterpreterObjectTests.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_api.InterpreterObjectTests.test_id_type)\nPASS: test_idempotent (test.test_interpreters.test_api.InterpreterObjectTests.test_idempotent)\nPASS: test_init_bad_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_bad_id)\nPASS: test_init_does_not_exist (test.test_interpreters.test_api.InterpreterObjectTests.test_init_does_not_exist)\nPASS: test_init_int (test.test_interpreters.test_api.InterpreterObjectTests.test_init_int)\nPASS: test_init_interpreter_id (test.test_interpreters.test_api.InterpreterObjectTests.test_init_interpreter_id)\nPASS: test_init_unsupported (test.test_interpreters.test_api.InterpreterObjectTests.test_init_unsupported)\nPASS: test_pickle (test.test_interpreters.test_api.InterpreterObjectTests.test_pickle)\nPASS: test_whence (test.test_interpreters.test_api.InterpreterObjectTests.test_whence)\nPASS: test_after_creating (test.test_interpreters.test_api.ListAllTests.test_after_creating)\nPASS: test_after_destroying (test.test_interpreters.test_api.ListAllTests.test_after_destroying)\nPASS: test_created_with_capi (test.test_interpreters.test_api.ListAllTests.test_created_with_capi)\nPASS: test_idempotent (test.test_interpreters.test_api.ListAllTests.test_idempotent)\nPASS: test_initial (test.test_interpreters.test_api.ListAllTests.test_initial)\nPASS: test_call (test.test_interpreters.test_api.LowLevelTests.test_call)\nPASS: test_create (test.test_interpreters.test_api.LowLevelTests.test_create)\nPASS: test_destroy (test.test_interpreters.test_api.LowLevelTests.test_destroy)\nPASS: test_exec (test.test_interpreters.test_api.LowLevelTests.test_exec)\nPASS: test_get_config (test.test_interpreters.test_api.LowLevelTests.test_get_config)\nPASS: test_get_current (test.test_interpreters.test_api.LowLevelTests.test_get_current)\nPASS: test_get_main (test.test_interpreters.test_api.LowLevelTests.test_get_main)\nPASS: test_is_running (test.test_interpreters.test_api.LowLevelTests.test_is_running)\nPASS: test_list_all (test.test_interpreters.test_api.LowLevelTests.test_list_all)\nPASS: test_new_config (test.test_interpreters.test_api.LowLevelTests.test_new_config)\nPASS: test_set___main___attrs (test.test_interpreters.test_api.LowLevelTests.test_set___main___attrs)\nPASS: test_whence (test.test_interpreters.test_api.LowLevelTests.test_whence)\nPASS: test_queue_aliases (test.test_interpreters.test_api.ModuleTests.test_queue_aliases)\nPASS: test_call (test.test_interpreters.test_api.TestInterpreterCall.test_call)\nPASS: test_call_in_thread (test.test_interpreters.test_api.TestInterpreterCall.test_call_in_thread)\nPASS: test_all (test.test_interpreters.test_api.TestInterpreterClose.test_all)\nPASS: test_already_destroyed (test.test_interpreters.test_api.TestInterpreterClose.test_already_destroyed)\nPASS: test_basic (test.test_interpreters.test_api.TestInterpreterClose.test_basic)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterClose.test_created_with_capi)\nPASS: test_from_current (test.test_interpreters.test_api.TestInterpreterClose.test_from_current)\nPASS: test_from_other_thread (test.test_interpreters.test_api.TestInterpreterClose.test_from_other_thread)\nPASS: test_from_sibling (test.test_interpreters.test_api.TestInterpreterClose.test_from_sibling)\nPASS: test_main (test.test_interpreters.test_api.TestInterpreterClose.test_main)\nSKIP: test_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_still_running) 'Fails on FreeBSD'\nPASS: test_subthreads_still_running (test.test_interpreters.test_api.TestInterpreterClose.test_subthreads_still_running)\nSKIP: test_already_running (test.test_interpreters.test_api.TestInterpreterExec.test_already_running) 'Fails on FreeBSD'\nPASS: test_bad_script (test.test_interpreters.test_api.TestInterpreterExec.test_bad_script)\nPASS: test_bytes_for_script (test.test_interpreters.test_api.TestInterpreterExec.test_bytes_for_script)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterExec.test_created_with_capi)\nPASS: test_display_preserved_exception (test.test_interpreters.test_api.TestInterpreterExec.test_display_preserved_exception)\nPASS: test_failure (test.test_interpreters.test_api.TestInterpreterExec.test_failure)\nPASS: test_fork (test.test_interpreters.test_api.TestInterpreterExec.test_fork)\nPASS: test_in_thread (test.test_interpreters.test_api.TestInterpreterExec.test_in_thread)\nPASS: test_success (test.test_interpreters.test_api.TestInterpreterExec.test_success)\nPASS: test_with_background_threads_still_running (test.test_interpreters.test_api.TestInterpreterExec.test_with_background_threads_still_running)\nPASS: test_already_destroyed (test.test_interpreters.test_api.TestInterpreterIsRunning.test_already_destroyed)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterIsRunning.test_created_with_capi)\nPASS: test_finished (test.test_interpreters.test_api.TestInterpreterIsRunning.test_finished)\nPASS: test_from_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_from_subinterpreter)\nPASS: test_main (test.test_interpreters.test_api.TestInterpreterIsRunning.test_main)\nSKIP: test_subinterpreter (test.test_interpreters.test_api.TestInterpreterIsRunning.test_subinterpreter) 'Fails on FreeBSD'\nPASS: test_with_only_background_threads (test.test_interpreters.test_api.TestInterpreterIsRunning.test_with_only_background_threads)\nPASS: test_created_with_capi (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_created_with_capi)\nPASS: test_dict (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict)\nPASS: test_dict_and_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_dict_and_kwargs)\nPASS: test_empty (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_empty)\nPASS: test_kwargs (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_kwargs)\nPASS: test_not_shareable (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_not_shareable)\nPASS: test_running (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_running)\nPASS: test_tuple (test.test_interpreters.test_api.TestInterpreterPrepareMain.test_tuple)\nPASS: test_default_shareables (test.test_interpreters.test_api.TestIsShareable.test_default_shareables)\nPASS: test_not_shareable (test.test_interpreters.test_api.TestIsShareable.test_not_shareable)\nPASS: test_highlevel_reloaded (test.test_interpreters.test_channels.LowLevelTests.test_highlevel_reloaded)\nPASS: test_create (test.test_interpreters.test_channels.TestChannels.test_create)\nPASS: test_is_closed (test.test_interpreters.test_channels.TestChannels.test_is_closed)\nPASS: test_list_all (test.test_interpreters.test_channels.TestChannels.test_list_all)\nPASS: test_shareable (test.test_interpreters.test_channels.TestChannels.test_shareable)\nPASS: test_custom_id (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_custom_id)\nPASS: test_equality (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_equality)\nPASS: test_id_readonly (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_id_type)\nPASS: test_pickle (test.test_interpreters.test_channels.TestRecvChannelAttrs.test_pickle)\nPASS: test_custom_id (test.test_interpreters.test_channels.TestSendChannelAttrs.test_custom_id)\nPASS: test_equality (test.test_interpreters.test_channels.TestSendChannelAttrs.test_equality)\nPASS: test_id_readonly (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_channels.TestSendChannelAttrs.test_id_type)\nPASS: test_pickle (test.test_interpreters.test_channels.TestSendChannelAttrs.test_pickle)\nPASS: test_recv_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_channel_does_not_exist)\nPASS: test_recv_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_channel_does_not_exist)\nPASS: test_recv_nowait_default (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_default)\nPASS: test_recv_nowait_empty (test.test_interpreters.test_channels.TestSendRecv.test_recv_nowait_empty)\nPASS: test_recv_timeout (test.test_interpreters.test_channels.TestSendRecv.test_recv_timeout)\nPASS: test_send_buffer (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer)\nPASS: test_send_buffer_nowait (test.test_interpreters.test_channels.TestSendRecv.test_send_buffer_nowait)\nPASS: test_send_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_channel_does_not_exist)\nPASS: test_send_cleared_with_subinterpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter)\nPASS: test_send_cleared_with_subinterpreter_mixed (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_mixed)\nPASS: test_send_cleared_with_subinterpreter_multiple (test.test_interpreters.test_channels.TestSendRecv.test_send_cleared_with_subinterpreter_multiple)\nPASS: test_send_nowait_channel_does_not_exist (test.test_interpreters.test_channels.TestSendRecv.test_send_nowait_channel_does_not_exist)\nSKIP: test_send_recv_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_interpreters) 'broken (see BPO-...)'\nPASS: test_send_recv_different_threads (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_different_threads)\nPASS: test_send_recv_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_main)\nSKIP: test_send_recv_nowait_different_interpreters (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_different_interpreters) 'broken (see BPO-...)'\nPASS: test_send_recv_nowait_main (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main)\nPASS: test_send_recv_nowait_main_with_default (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_main_with_default)\nPASS: test_send_recv_nowait_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_nowait_same_interpreter)\nPASS: test_send_recv_same_interpreter (test.test_interpreters.test_channels.TestSendRecv.test_send_recv_same_interpreter)\nPASS: test_gh_109793 (test.test_interpreters.test_lifecycle.FinalizationTests.test_gh_109793)\nPASS: test_sys_path_0 (test.test_interpreters.test_lifecycle.StartupTests.test_sys_path_0)\nPASS: test_bind_release (test.test_interpreters.test_queues.LowLevelTests.test_bind_release)\nPASS: test_create_destroy (test.test_interpreters.test_queues.LowLevelTests.test_create_destroy)\nPASS: test_highlevel_reloaded (test.test_interpreters.test_queues.LowLevelTests.test_highlevel_reloaded)\nPASS: test_not_destroyed (test.test_interpreters.test_queues.LowLevelTests.test_not_destroyed)\nPASS: test_create (test.test_interpreters.test_queues.QueueTests.test_create)\nPASS: test_custom_id (test.test_interpreters.test_queues.QueueTests.test_custom_id)\nPASS: test_equality (test.test_interpreters.test_queues.QueueTests.test_equality)\nPASS: test_hashable (test.test_interpreters.test_queues.QueueTests.test_hashable)\nPASS: test_id_readonly (test.test_interpreters.test_queues.QueueTests.test_id_readonly)\nPASS: test_id_type (test.test_interpreters.test_queues.QueueTests.test_id_type)\nPASS: test_maxsize_readonly (test.test_interpreters.test_queues.QueueTests.test_maxsize_readonly)\nPASS: test_pickle (test.test_interpreters.test_queues.QueueTests.test_pickle)\nPASS: test_shareable (test.test_interpreters.test_queues.QueueTests.test_shareable)\nPASS: test_empty (test.test_interpreters.test_queues.TestQueueOps.test_empty)\nPASS: test_full (test.test_interpreters.test_queues.TestQueueOps.test_full)\nPASS: test_get_nowait (test.test_interpreters.test_queues.TestQueueOps.test_get_nowait)\nPASS: test_get_timeout (test.test_interpreters.test_queues.TestQueueOps.test_get_timeout)\nPASS: test_put_cleared_with_subinterpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter)\nPASS: test_put_cleared_with_subinterpreter_mixed (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_mixed)\nPASS: test_put_cleared_with_subinterpreter_multiple (test.test_interpreters.test_queues.TestQueueOps.test_put_cleared_with_subinterpreter_multiple)\nPASS: test_put_get_default_not_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_get_default_not_syncobj)\nPASS: test_put_get_default_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_get_default_syncobj)\nPASS: test_put_get_different_interpreters (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_interpreters)\nPASS: test_put_get_different_threads (test.test_interpreters.test_queues.TestQueueOps.test_put_get_different_threads)\nPASS: test_put_get_main (test.test_interpreters.test_queues.TestQueueOps.test_put_get_main)\nPASS: test_put_get_same_interpreter (test.test_interpreters.test_queues.TestQueueOps.test_put_get_same_interpreter)\nPASS: test_put_not_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_not_syncobj)\nPASS: test_put_nowait (test.test_interpreters.test_queues.TestQueueOps.test_put_nowait)\nPASS: test_put_syncobj (test.test_interpreters.test_queues.TestQueueOps.test_put_syncobj)\nPASS: test_put_timeout (test.test_interpreters.test_queues.TestQueueOps.test_put_timeout)\nPASS: test_qsize (test.test_interpreters.test_queues.TestQueueOps.test_qsize)\nSKIP: test_create_many_sequential (test.test_interpreters.test_stress.StressTests.test_create_many_sequential) \"resource 'cpu' is not enabled\"\nSKIP: test_create_many_threaded (test.test_interpreters.test_stress.StressTests.test_create_many_threaded) 'not enough memory: 6.2G minimum needed'\nSKIP: test_many_threads_running_interp_in_other_interp (test.test_interpreters.test_stress.StressTests.test_many_threads_running_interp_in_other_interp) 'not enough memory: 6.6G minimum needed'\n\n----------------------------------------------------------------------\nRan 152 tests in 5.061s\n\nOK (skipped=8)\n0:01:43 load avg: 1.49 [258/480] test_listcomps passed\nPASS: test_assign_to_comp_iter_var_in_outer_function (test.test_listcomps.ListComprehensionTest.test_assign_to_comp_iter_var_in_outer_function)\nPASS: test_assignment_expression (test.test_listcomps.ListComprehensionTest.test_assignment_expression)\nPASS: test_cell_in_nested_comprehension (test.test_listcomps.ListComprehensionTest.test_cell_in_nested_comprehension)\nPASS: test_cell_inner_free_outer (test.test_listcomps.ListComprehensionTest.test_cell_inner_free_outer)\nPASS: test_class_scope_free_var_with_class_cell (test.test_listcomps.ListComprehensionTest.test_class_scope_free_var_with_class_cell)\nPASS: test_closure_can_jump_over_comp_scope (test.test_listcomps.ListComprehensionTest.test_closure_can_jump_over_comp_scope)\nPASS: test_code_replace (test.test_listcomps.ListComprehensionTest.test_code_replace)\nPASS: test_code_replace_extended_arg (test.test_listcomps.ListComprehensionTest.test_code_replace_extended_arg)\nPASS: test_comp_in_try_except (test.test_listcomps.ListComprehensionTest.test_comp_in_try_except)\nPASS: test_comp_in_try_finally (test.test_listcomps.ListComprehensionTest.test_comp_in_try_finally)\nPASS: test_dunder_name (test.test_listcomps.ListComprehensionTest.test_dunder_name)\nPASS: test_exception_in_post_comp_call (test.test_listcomps.ListComprehensionTest.test_exception_in_post_comp_call)\nPASS: test_exception_locations (test.test_listcomps.ListComprehensionTest.test_exception_locations)\nPASS: test_explicit_global (test.test_listcomps.ListComprehensionTest.test_explicit_global)\nPASS: test_explicit_global_2 (test.test_listcomps.ListComprehensionTest.test_explicit_global_2)\nPASS: test_explicit_global_3 (test.test_listcomps.ListComprehensionTest.test_explicit_global_3)\nPASS: test_frame_locals (test.test_listcomps.ListComprehensionTest.test_frame_locals)\nPASS: test_free_inner_cell_outer (test.test_listcomps.ListComprehensionTest.test_free_inner_cell_outer)\nPASS: test_free_var_in_comp_child (test.test_listcomps.ListComprehensionTest.test_free_var_in_comp_child)\nPASS: test_global_in_class_scope (test.test_listcomps.ListComprehensionTest.test_global_in_class_scope)\nPASS: test_global_outside_cellvar_inside_plus_freevar (test.test_listcomps.ListComprehensionTest.test_global_outside_cellvar_inside_plus_freevar)\nPASS: test_in_class_scope_inside_function_1 (test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_1)\nPASS: test_in_class_scope_inside_function_2 (test.test_listcomps.ListComprehensionTest.test_in_class_scope_inside_function_2)\nPASS: test_in_class_scope_with_global (test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_global)\nPASS: test_in_class_scope_with_nonlocal (test.test_listcomps.ListComprehensionTest.test_in_class_scope_with_nonlocal)\nPASS: test_inner_cell_shadows_outer (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer)\nPASS: test_inner_cell_shadows_outer_no_store (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_no_store)\nPASS: test_inner_cell_shadows_outer_redefined (test.test_listcomps.ListComprehensionTest.test_inner_cell_shadows_outer_redefined)\nPASS: test_introspecting_frame_locals (test.test_listcomps.ListComprehensionTest.test_introspecting_frame_locals)\nPASS: test_iter_var_available_in_locals (test.test_listcomps.ListComprehensionTest.test_iter_var_available_in_locals)\nPASS: test_lambda_in_iter (test.test_listcomps.ListComprehensionTest.test_lambda_in_iter)\nPASS: test_lambdas_with_free_var (test.test_listcomps.ListComprehensionTest.test_lambdas_with_free_var)\nPASS: test_lambdas_with_iteration_var_as_default (test.test_listcomps.ListComprehensionTest.test_lambdas_with_iteration_var_as_default)\nPASS: test_multiple_comprehension_name_reuse (test.test_listcomps.ListComprehensionTest.test_multiple_comprehension_name_reuse)\nPASS: test_name_error_in_class_scope (test.test_listcomps.ListComprehensionTest.test_name_error_in_class_scope)\nPASS: test_nameerror (test.test_listcomps.ListComprehensionTest.test_nameerror)\nPASS: test_nested (test.test_listcomps.ListComprehensionTest.test_nested)\nPASS: test_nested_2 (test.test_listcomps.ListComprehensionTest.test_nested_2)\nPASS: test_nested_3 (test.test_listcomps.ListComprehensionTest.test_nested_3)\nPASS: test_nested_4 (test.test_listcomps.ListComprehensionTest.test_nested_4)\nPASS: test_nested_free (test.test_listcomps.ListComprehensionTest.test_nested_free)\nPASS: test_nested_free_var_in_expr (test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_expr)\nPASS: test_nested_free_var_in_iter (test.test_listcomps.ListComprehensionTest.test_nested_free_var_in_iter)\nPASS: test_nested_free_var_not_bound_in_outer_comp (test.test_listcomps.ListComprehensionTest.test_nested_free_var_not_bound_in_outer_comp)\nPASS: test_nested_has_free_var (test.test_listcomps.ListComprehensionTest.test_nested_has_free_var)\nPASS: test_nested_listcomp_in_lambda (test.test_listcomps.ListComprehensionTest.test_nested_listcomp_in_lambda)\nPASS: test_no_leakage_to_locals (test.test_listcomps.ListComprehensionTest.test_no_leakage_to_locals)\nPASS: test_only_calls_dunder_iter_once (test.test_listcomps.ListComprehensionTest.test_only_calls_dunder_iter_once)\nPASS: test_references___class__ (test.test_listcomps.ListComprehensionTest.test_references___class__)\nPASS: test_references___class___defined (test.test_listcomps.ListComprehensionTest.test_references___class___defined)\nPASS: test_references___class___enclosing (test.test_listcomps.ListComprehensionTest.test_references___class___enclosing)\nPASS: test_references_super (test.test_listcomps.ListComprehensionTest.test_references_super)\nPASS: test_shadow_comp_iterable_name (test.test_listcomps.ListComprehensionTest.test_shadow_comp_iterable_name)\nPASS: test_shadow_with_free_and_local (test.test_listcomps.ListComprehensionTest.test_shadow_with_free_and_local)\nPASS: test_shadows_outer_cell (test.test_listcomps.ListComprehensionTest.test_shadows_outer_cell)\nPASS: test_super_and_class_cell_in_sibling_comps (test.test_listcomps.ListComprehensionTest.test_super_and_class_cell_in_sibling_comps)\nPASS: test_unbound_local_after_comprehension (test.test_listcomps.ListComprehensionTest.test_unbound_local_after_comprehension)\nPASS: test_unbound_local_inside_comprehension (test.test_listcomps.ListComprehensionTest.test_unbound_local_inside_comprehension)\ndoctests (test.test_listcomps.__test__)\nPASS: Doctest: test.test_listcomps.__test__.doctests\n\n----------------------------------------------------------------------\nRan 59 tests in 0.041s\n\nOK\n0:01:43 load avg: 1.49 [259/480] test_lltrace passed\nSKIP: test_lltrace (test.test_lltrace.TestLLTrace.test_lltrace) 'lltrace requires Py_DEBUG'\nSKIP: test_lltrace_different_module (test.test_lltrace.TestLLTrace.test_lltrace_different_module) 'lltrace requires Py_DEBUG'\nSKIP: test_lltrace_does_not_crash_on_subscript_operator (test.test_lltrace.TestLLTrace.test_lltrace_does_not_crash_on_subscript_operator) 'lltrace requires Py_DEBUG'\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK (skipped=3)\n0:01:43 load avg: 1.49 [260/480] test_locale passed\nPASS: test_c (test.test_locale.NormalizeTest.test_c)\nPASS: test_devanagari_modifier (test.test_locale.NormalizeTest.test_devanagari_modifier)\nPASS: test_empty (test.test_locale.NormalizeTest.test_empty)\nPASS: test_english (test.test_locale.NormalizeTest.test_english)\nPASS: test_euc_encoding (test.test_locale.NormalizeTest.test_euc_encoding)\nPASS: test_euro_modifier (test.test_locale.NormalizeTest.test_euro_modifier)\nPASS: test_hyphenated_encoding (test.test_locale.NormalizeTest.test_hyphenated_encoding)\nPASS: test_japanese (test.test_locale.NormalizeTest.test_japanese)\nPASS: test_latin_modifier (test.test_locale.NormalizeTest.test_latin_modifier)\nPASS: test_locale_alias (test.test_locale.NormalizeTest.test_locale_alias)\nPASS: test_valencia_modifier (test.test_locale.NormalizeTest.test_valencia_modifier)\nPASS: test_atof (test.test_locale.TestCDelocalizeTest.test_atof)\nPASS: test_atoi (test.test_locale.TestCDelocalizeTest.test_atoi)\nPASS: test_delocalize (test.test_locale.TestCDelocalizeTest.test_delocalize)\nPASS: test_localize (test.test_locale.TestCLocalize.test_localize)\nPASS: test_grouping (test.test_locale.TestCNumberFormatting.test_grouping)\nPASS: test_grouping_and_padding (test.test_locale.TestCNumberFormatting.test_grouping_and_padding)\nPASS: test_strcoll (test.test_locale.TestCollation.test_strcoll)\nPASS: test_strxfrm (test.test_locale.TestCollation.test_strxfrm)\nSKIP: test_strcoll (test.test_locale.TestEnUSCollation.test_strcoll) 'encoding not suitable'\nSKIP: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation.test_strcoll_with_diacritic) 'encoding not suitable'\nSKIP: test_strxfrm (test.test_locale.TestEnUSCollation.test_strxfrm) 'encoding not suitable'\nSKIP: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation.test_strxfrm_with_diacritic) 'encoding not suitable'\nPASS: test_atof (test.test_locale.TestEnUSDelocalize.test_atof)\nPASS: test_atoi (test.test_locale.TestEnUSDelocalize.test_atoi)\nPASS: test_delocalize (test.test_locale.TestEnUSDelocalize.test_delocalize)\nPASS: test_localize (test.test_locale.TestEnUSLocalize.test_localize)\nPASS: test_complex_formatting (test.test_locale.TestEnUSNumberFormatting.test_complex_formatting)\nPASS: test_currency (test.test_locale.TestEnUSNumberFormatting.test_currency)\nPASS: test_grouping (test.test_locale.TestEnUSNumberFormatting.test_grouping)\nPASS: test_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting.test_grouping_and_padding)\nPASS: test_integer_grouping (test.test_locale.TestEnUSNumberFormatting.test_integer_grouping)\nPASS: test_integer_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting.test_integer_grouping_and_padding)\nPASS: test_padding (test.test_locale.TestEnUSNumberFormatting.test_padding)\nPASS: test_simple (test.test_locale.TestEnUSNumberFormatting.test_simple)\nPASS: test_currency (test.test_locale.TestFrFRNumberFormatting.test_currency)\nPASS: test_decimal_point (test.test_locale.TestFrFRNumberFormatting.test_decimal_point)\nPASS: test_grouping (test.test_locale.TestFrFRNumberFormatting.test_grouping)\nPASS: test_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting.test_grouping_and_padding)\nPASS: test_integer_grouping (test.test_locale.TestFrFRNumberFormatting.test_integer_grouping)\nPASS: test_integer_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting.test_integer_grouping_and_padding)\nPASS: test_mapping (test.test_locale.TestLocaleFormatString.test_mapping)\nPASS: test_percent_escape (test.test_locale.TestLocaleFormatString.test_percent_escape)\nPASS: test_defaults_UTF8 (test.test_locale.TestMiscellaneous.test_defaults_UTF8)\nPASS: test_getencoding (test.test_locale.TestMiscellaneous.test_getencoding)\nPASS: test_getencoding_fallback (test.test_locale.TestMiscellaneous.test_getencoding_fallback)\nPASS: test_getpreferredencoding (test.test_locale.TestMiscellaneous.test_getpreferredencoding)\nSKIP: test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous.test_getsetlocale_issue1813) ... testing with ('tr_TR', 'ISO8859-9')... skipped \"setlocale(LC_CTYPE, ('tr_TR', 'ISO8859-9')) failed: Error('unsupported locale setting')\"\nPASS: test_invalid_iterable_in_localetuple (test.test_locale.TestMiscellaneous.test_invalid_iterable_in_localetuple)\nPASS: test_invalid_locale_format_in_localetuple (test.test_locale.TestMiscellaneous.test_invalid_locale_format_in_localetuple)\nPASS: test_setlocale_category (test.test_locale.TestMiscellaneous.test_setlocale_category)\nPASS: test_strcoll_3303 (test.test_locale.TestMiscellaneous.test_strcoll_3303)\nPASS: test_complex_formatting (test.test_locale.TestNumberFormatting.test_complex_formatting) ... testing with 'en_US.UTF-8'... ok\nPASS: test_grouping (test.test_locale.TestNumberFormatting.test_grouping) ... testing with 'en_US.UTF-8'... ok\nPASS: test_grouping_and_padding (test.test_locale.TestNumberFormatting.test_grouping_and_padding) ... testing with 'en_US.UTF-8'... ok\nPASS: test_integer_grouping (test.test_locale.TestNumberFormatting.test_integer_grouping) ... testing with 'en_US.UTF-8'... ok\nPASS: test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting.test_integer_grouping_and_padding) ... testing with 'en_US.UTF-8'... ok\nPASS: test_padding (test.test_locale.TestNumberFormatting.test_padding) ... testing with 'en_US.UTF-8'... ok\nPASS: test_simple (test.test_locale.TestNumberFormatting.test_simple) ... testing with 'en_US.UTF-8'... ok\nPASS: test_atof (test.test_locale.TestfrFRDelocalizeTest.test_atof)\nPASS: test_atoi (test.test_locale.TestfrFRDelocalizeTest.test_atoi)\nPASS: test_delocalize (test.test_locale.TestfrFRDelocalizeTest.test_delocalize)\nPASS: test_localize (test.test_locale.TestfrFRLocalize.test_localize)\n\n----------------------------------------------------------------------\nRan 63 tests in 0.008s\n\nOK (skipped=5)\n0:01:44 load avg: 1.49 [261/480] test_long passed\nPASS: test___sizeof__ (test.test_long.LongTest.test___sizeof__)\nPASS: test__format__ (test.test_long.LongTest.test__format__)\nPASS: test_access_to_nonexistent_digit_0 (test.test_long.LongTest.test_access_to_nonexistent_digit_0)\nPASS: test_as_integer_ratio (test.test_long.LongTest.test_as_integer_ratio)\nPASS: test_big_lshift (test.test_long.LongTest.test_big_lshift)\nPASS: test_big_rshift (test.test_long.LongTest.test_big_rshift)\nPASS: test_bit_count (test.test_long.LongTest.test_bit_count)\nPASS: test_bit_length (test.test_long.LongTest.test_bit_length)\nPASS: test_bitop_identities (test.test_long.LongTest.test_bitop_identities)\nPASS: test_conversion (test.test_long.LongTest.test_conversion)\nPASS: test_correctly_rounded_true_division (test.test_long.LongTest.test_correctly_rounded_true_division)\nPASS: test_division (test.test_long.LongTest.test_division)\nPASS: test_divmod_uses_cached_small_ints (test.test_long.LongTest.test_divmod_uses_cached_small_ints)\nPASS: test_float_conversion (test.test_long.LongTest.test_float_conversion)\nPASS: test_float_overflow (test.test_long.LongTest.test_float_overflow)\nPASS: test_floordiv (test.test_long.LongTest.test_floordiv)\nPASS: test_format (test.test_long.LongTest.test_format)\nPASS: test_from_bytes (test.test_long.LongTest.test_from_bytes)\nPASS: test_from_bytes_small (test.test_long.LongTest.test_from_bytes_small)\nSKIP: test_huge_lshift (test.test_long.LongTest.test_huge_lshift) 'not enough memory: 2290649224.5G minimum needed'\nPASS: test_huge_lshift_of_zero (test.test_long.LongTest.test_huge_lshift_of_zero)\nPASS: test_huge_rshift (test.test_long.LongTest.test_huge_rshift)\nSKIP: test_huge_rshift_of_huge (test.test_long.LongTest.test_huge_rshift_of_huge) 'not enough memory: 1145324612.3G minimum needed'\nPASS: test_is_integer (test.test_long.LongTest.test_is_integer)\nPASS: test_karatsuba (test.test_long.LongTest.test_karatsuba)\nPASS: test_logs (test.test_long.LongTest.test_logs)\nPASS: test_long (test.test_long.LongTest.test_long)\nPASS: test_lshift_of_zero (test.test_long.LongTest.test_lshift_of_zero)\nPASS: test_medium_lshift (test.test_long.LongTest.test_medium_lshift)\nPASS: test_medium_rshift (test.test_long.LongTest.test_medium_rshift)\nPASS: test_mixed_compares (test.test_long.LongTest.test_mixed_compares)\nPASS: test_mod_division (test.test_long.LongTest.test_mod_division)\nPASS: test_nan_inf (test.test_long.LongTest.test_nan_inf)\nPASS: test_negative_shift_count (test.test_long.LongTest.test_negative_shift_count)\nPASS: test_pow_uses_cached_small_ints (test.test_long.LongTest.test_pow_uses_cached_small_ints)\nPASS: test_round (test.test_long.LongTest.test_round)\nPASS: test_shift_bool (test.test_long.LongTest.test_shift_bool)\nPASS: test_small_ints (test.test_long.LongTest.test_small_ints)\nPASS: test_small_ints_in_huge_calculation (test.test_long.LongTest.test_small_ints_in_huge_calculation)\nPASS: test_small_lshift (test.test_long.LongTest.test_small_lshift)\nPASS: test_small_rshift (test.test_long.LongTest.test_small_rshift)\nPASS: test_square (test.test_long.LongTest.test_square)\nPASS: test_to_bytes (test.test_long.LongTest.test_to_bytes)\nPASS: test_true_division (test.test_long.LongTest.test_true_division)\n\n----------------------------------------------------------------------\nRan 44 tests in 0.964s\n\nOK (skipped=2)\n0:01:45 load avg: 1.49 [262/480] test_longexp passed\nPASS: test_longexp (test.test_longexp.LongExpText.test_longexp)\n\n----------------------------------------------------------------------\nRan 1 test in 0.090s\n\nOK\n0:01:45 load avg: 1.49 [263/480] test_lzma passed\nPASS: test_bad_args (test.test_lzma.CompressDecompressFunctionTestCase.test_bad_args)\nPASS: test_decompress_bad_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_bad_input)\nPASS: test_decompress_good_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_good_input)\nPASS: test_decompress_incomplete_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_incomplete_input)\nPASS: test_decompress_memlimit (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_memlimit)\nPASS: test_decompress_multistream (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream)\nPASS: test_decompress_multistream_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream_trailing_junk)\nPASS: test_decompress_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_trailing_junk)\nPASS: test_roundtrip (test.test_lzma.CompressDecompressFunctionTestCase.test_roundtrip)\nPASS: test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase.test_bad_filter_spec)\nPASS: test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_compressor_bigmem)\nPASS: test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_after_eof)\nPASS: test_decompressor_alone (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_alone)\nPASS: test_decompressor_auto (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_auto)\nPASS: test_decompressor_bad_input (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bad_input)\nPASS: test_decompressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bigmem)\nPASS: test_decompressor_bug_28275 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bug_28275)\nPASS: test_decompressor_chunks (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks)\nPASS: test_decompressor_chunks_empty (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_empty)\nPASS: test_decompressor_chunks_maxsize (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_maxsize)\nPASS: test_decompressor_inputbuf_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_1)\nPASS: test_decompressor_inputbuf_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_2)\nPASS: test_decompressor_inputbuf_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_3)\nPASS: test_decompressor_memlimit (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_memlimit)\nPASS: test_decompressor_multistream (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_multistream)\nPASS: test_decompressor_raw_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_1)\nPASS: test_decompressor_raw_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_2)\nPASS: test_decompressor_raw_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_3)\nPASS: test_decompressor_raw_4 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_4)\nPASS: test_decompressor_unused_data (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_unused_data)\nPASS: test_decompressor_xz (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_xz)\nPASS: test_pickle (test.test_lzma.CompressorDecompressorTestCase.test_pickle)\nSKIP: test_refleaks_in_decompressor___init__ (test.test_lzma.CompressorDecompressorTestCase.test_refleaks_in_decompressor___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_roundtrip_alone (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_alone)\nPASS: test_roundtrip_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_chunks)\nPASS: test_roundtrip_empty_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_empty_chunks)\nPASS: test_roundtrip_raw (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw)\nPASS: test_roundtrip_raw_empty (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw_empty)\nPASS: test_roundtrip_xz (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_xz)\nPASS: test_simple_bad_args (test.test_lzma.CompressorDecompressorTestCase.test_simple_bad_args)\nPASS: test_uninitialized_LZMADecompressor_crash (test.test_lzma.CompressorDecompressorTestCase.test_uninitialized_LZMADecompressor_crash)\nPASS: test_close (test.test_lzma.FileTestCase.test_close)\nPASS: test_closed (test.test_lzma.FileTestCase.test_closed)\ntest_decompress_limited (test.test_lzma.FileTestCase.test_decompress_limited)\nPASS: Decompressed data buffering should be limited\nPASS: test_fileno (test.test_lzma.FileTestCase.test_fileno)\nPASS: test_init (test.test_lzma.FileTestCase.test_init)\nPASS: test_init_bad_check (test.test_lzma.FileTestCase.test_init_bad_check)\nPASS: test_init_bad_filter_spec (test.test_lzma.FileTestCase.test_init_bad_filter_spec)\nPASS: test_init_bad_mode (test.test_lzma.FileTestCase.test_init_bad_mode)\nPASS: test_init_bad_preset (test.test_lzma.FileTestCase.test_init_bad_preset)\nPASS: test_init_mode (test.test_lzma.FileTestCase.test_init_mode)\nPASS: test_init_with_PathLike_filename (test.test_lzma.FileTestCase.test_init_with_PathLike_filename)\nPASS: test_init_with_filename (test.test_lzma.FileTestCase.test_init_with_filename)\nPASS: test_init_with_preset_and_filters (test.test_lzma.FileTestCase.test_init_with_preset_and_filters)\nPASS: test_init_with_x_mode (test.test_lzma.FileTestCase.test_init_with_x_mode)\nPASS: test_issue21872 (test.test_lzma.FileTestCase.test_issue21872)\nPASS: test_issue44439 (test.test_lzma.FileTestCase.test_issue44439)\nPASS: test_iterator (test.test_lzma.FileTestCase.test_iterator)\nPASS: test_peek (test.test_lzma.FileTestCase.test_peek)\nPASS: test_peek_bad_args (test.test_lzma.FileTestCase.test_peek_bad_args)\nPASS: test_read (test.test_lzma.FileTestCase.test_read)\nPASS: test_read1 (test.test_lzma.FileTestCase.test_read1)\nPASS: test_read1_0 (test.test_lzma.FileTestCase.test_read1_0)\nPASS: test_read1_10 (test.test_lzma.FileTestCase.test_read1_10)\nPASS: test_read1_bad_args (test.test_lzma.FileTestCase.test_read1_bad_args)\nPASS: test_read1_multistream (test.test_lzma.FileTestCase.test_read1_multistream)\nPASS: test_read_0 (test.test_lzma.FileTestCase.test_read_0)\nPASS: test_read_10 (test.test_lzma.FileTestCase.test_read_10)\nPASS: test_read_bad_args (test.test_lzma.FileTestCase.test_read_bad_args)\nPASS: test_read_bad_data (test.test_lzma.FileTestCase.test_read_bad_data)\nPASS: test_read_from_file (test.test_lzma.FileTestCase.test_read_from_file)\nPASS: test_read_from_file_with_bytes_filename (test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename)\nPASS: test_read_from_fileobj (test.test_lzma.FileTestCase.test_read_from_fileobj)\nPASS: test_read_from_fileobj_with_int_name (test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name)\nPASS: test_read_incomplete (test.test_lzma.FileTestCase.test_read_incomplete)\nPASS: test_read_multistream (test.test_lzma.FileTestCase.test_read_multistream)\nPASS: test_read_multistream_buffer_size_aligned (test.test_lzma.FileTestCase.test_read_multistream_buffer_size_aligned)\nPASS: test_read_multistream_trailing_junk (test.test_lzma.FileTestCase.test_read_multistream_trailing_junk)\nPASS: test_read_trailing_junk (test.test_lzma.FileTestCase.test_read_trailing_junk)\nPASS: test_read_truncated (test.test_lzma.FileTestCase.test_read_truncated)\nPASS: test_readable (test.test_lzma.FileTestCase.test_readable)\nPASS: test_readline (test.test_lzma.FileTestCase.test_readline)\nPASS: test_readlines (test.test_lzma.FileTestCase.test_readlines)\nPASS: test_seek_backward (test.test_lzma.FileTestCase.test_seek_backward)\nPASS: test_seek_backward_across_streams (test.test_lzma.FileTestCase.test_seek_backward_across_streams)\nPASS: test_seek_backward_relative_to_end (test.test_lzma.FileTestCase.test_seek_backward_relative_to_end)\nPASS: test_seek_bad_args (test.test_lzma.FileTestCase.test_seek_bad_args)\nPASS: test_seek_forward (test.test_lzma.FileTestCase.test_seek_forward)\nPASS: test_seek_forward_across_streams (test.test_lzma.FileTestCase.test_seek_forward_across_streams)\nPASS: test_seek_forward_relative_to_current (test.test_lzma.FileTestCase.test_seek_forward_relative_to_current)\nPASS: test_seek_forward_relative_to_end (test.test_lzma.FileTestCase.test_seek_forward_relative_to_end)\nPASS: test_seek_past_end (test.test_lzma.FileTestCase.test_seek_past_end)\nPASS: test_seek_past_start (test.test_lzma.FileTestCase.test_seek_past_start)\nPASS: test_seekable (test.test_lzma.FileTestCase.test_seekable)\nPASS: test_tell (test.test_lzma.FileTestCase.test_tell)\nPASS: test_tell_bad_args (test.test_lzma.FileTestCase.test_tell_bad_args)\nPASS: test_writable (test.test_lzma.FileTestCase.test_writable)\nPASS: test_write (test.test_lzma.FileTestCase.test_write)\nPASS: test_write_10 (test.test_lzma.FileTestCase.test_write_10)\nPASS: test_write_append (test.test_lzma.FileTestCase.test_write_append)\nPASS: test_write_append_to_file (test.test_lzma.FileTestCase.test_write_append_to_file)\nPASS: test_write_bad_args (test.test_lzma.FileTestCase.test_write_bad_args)\nPASS: test_write_to_file (test.test_lzma.FileTestCase.test_write_to_file)\nPASS: test_write_to_file_with_bytes_filename (test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename)\nPASS: test_write_to_fileobj (test.test_lzma.FileTestCase.test_write_to_fileobj)\nPASS: test_write_to_fileobj_with_int_name (test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name)\nPASS: test_writelines (test.test_lzma.FileTestCase.test_writelines)\nPASS: test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__decode_filter_properties)\nPASS: test__encode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__encode_filter_properties)\nPASS: test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase.test_filter_properties_roundtrip)\nPASS: test_is_check_supported (test.test_lzma.MiscellaneousTestCase.test_is_check_supported)\nPASS: test_bad_params (test.test_lzma.OpenTestCase.test_bad_params)\nPASS: test_binary_modes (test.test_lzma.OpenTestCase.test_binary_modes)\nPASS: test_encoding (test.test_lzma.OpenTestCase.test_encoding)\nPASS: test_encoding_error_handler (test.test_lzma.OpenTestCase.test_encoding_error_handler)\nPASS: test_filename (test.test_lzma.OpenTestCase.test_filename)\nPASS: test_format_and_filters (test.test_lzma.OpenTestCase.test_format_and_filters)\nPASS: test_newline (test.test_lzma.OpenTestCase.test_newline)\nPASS: test_text_modes (test.test_lzma.OpenTestCase.test_text_modes)\nPASS: test_with_pathlike_filename (test.test_lzma.OpenTestCase.test_with_pathlike_filename)\nPASS: test_x_mode (test.test_lzma.OpenTestCase.test_x_mode)\n\n----------------------------------------------------------------------\nRan 121 tests in 0.123s\n\nOK (skipped=1)\n0:01:45 load avg: 1.49 [264/480] test_mailbox passed\ntest_empty_maildir (test.test_mailbox.MaildirTestCase.test_empty_maildir)\nPASS: Test an empty maildir mailbox\nPASS: test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both)\nPASS: test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur)\nPASS: test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new)\nPASS: test__all__ (test.test_mailbox.MiscTestCase.test__all__)\nPASS: test_add (test.test_mailbox.TestBabyl.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestBabyl.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestBabyl.test_add_StringIO_warns)\nPASS: test_add_binary_file (test.test_mailbox.TestBabyl.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestBabyl.test_add_binary_nonascii_file)\nPASS: test_add_doesnt_rewrite (test.test_mailbox.TestBabyl.test_add_doesnt_rewrite)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestBabyl.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestBabyl.test_clear)\nPASS: test_close (test.test_mailbox.TestBabyl.test_close)\nPASS: test_contains (test.test_mailbox.TestBabyl.test_contains)\nPASS: test_delitem (test.test_mailbox.TestBabyl.test_delitem)\nPASS: test_discard (test.test_mailbox.TestBabyl.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestBabyl.test_dump_message)\nPASS: test_flush (test.test_mailbox.TestBabyl.test_flush)\nPASS: test_get (test.test_mailbox.TestBabyl.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestBabyl.test_get_bytes)\nPASS: test_get_file (test.test_mailbox.TestBabyl.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice)\nPASS: test_get_message (test.test_mailbox.TestBabyl.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestBabyl.test_get_string)\nPASS: test_getitem (test.test_mailbox.TestBabyl.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestBabyl.test_items)\nPASS: test_iter (test.test_mailbox.TestBabyl.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestBabyl.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestBabyl.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestBabyl.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestBabyl.test_keys)\nPASS: test_labels (test.test_mailbox.TestBabyl.test_labels)\nPASS: test_len (test.test_mailbox.TestBabyl.test_len)\nPASS: test_lock_unlock (test.test_mailbox.TestBabyl.test_lock_unlock)\nPASS: test_ownership_after_flush (test.test_mailbox.TestBabyl.test_ownership_after_flush)\nPASS: test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush)\nPASS: test_pop (test.test_mailbox.TestBabyl.test_pop)\nPASS: test_popitem (test.test_mailbox.TestBabyl.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestBabyl.test_popitem_and_flush_twice)\nPASS: test_remove (test.test_mailbox.TestBabyl.test_remove)\nPASS: test_set_item (test.test_mailbox.TestBabyl.test_set_item)\nPASS: test_update (test.test_mailbox.TestBabyl.test_update)\nPASS: test_values (test.test_mailbox.TestBabyl.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestBabylMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestBabylMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestBabylMessage.test_explain_to)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestBabylMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestBabylMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestBabylMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestBabylMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestBabylMessage.test_initialize_with_string)\nPASS: test_labels (test.test_mailbox.TestBabylMessage.test_labels)\nPASS: test_visible (test.test_mailbox.TestBabylMessage.test_visible)\nPASS: test_closing_fd (test.test_mailbox.TestFakeMailBox.test_closing_fd)\nPASS: test_add (test.test_mailbox.TestMH.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMH.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMH.test_add_StringIO_warns)\nPASS: test_add_and_remove_folders (test.test_mailbox.TestMH.test_add_and_remove_folders)\nPASS: test_add_binary_file (test.test_mailbox.TestMH.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMH.test_add_binary_nonascii_file)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMH.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMH.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestMH.test_clear)\nPASS: test_close (test.test_mailbox.TestMH.test_close)\nPASS: test_contains (test.test_mailbox.TestMH.test_contains)\nPASS: test_delitem (test.test_mailbox.TestMH.test_delitem)\nPASS: test_discard (test.test_mailbox.TestMH.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMH.test_dump_message)\nPASS: test_flush (test.test_mailbox.TestMH.test_flush)\nPASS: test_get (test.test_mailbox.TestMH.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestMH.test_get_bytes)\nPASS: test_get_file (test.test_mailbox.TestMH.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMH.test_get_file_can_be_closed_twice)\nPASS: test_get_folder (test.test_mailbox.TestMH.test_get_folder)\nPASS: test_get_message (test.test_mailbox.TestMH.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMH.test_get_string)\nPASS: test_getitem (test.test_mailbox.TestMH.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string)\nPASS: test_issue2625 (test.test_mailbox.TestMH.test_issue2625)\nPASS: test_issue7627 (test.test_mailbox.TestMH.test_issue7627)\nPASS: test_items (test.test_mailbox.TestMH.test_items)\nPASS: test_iter (test.test_mailbox.TestMH.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMH.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMH.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMH.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMH.test_keys)\nPASS: test_len (test.test_mailbox.TestMH.test_len)\nPASS: test_list_folders (test.test_mailbox.TestMH.test_list_folders)\nPASS: test_lock_unlock (test.test_mailbox.TestMH.test_lock_unlock)\nPASS: test_lock_unlock_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file)\nPASS: test_no_dot_mh_sequences_file (test.test_mailbox.TestMH.test_no_dot_mh_sequences_file)\nPASS: test_pack (test.test_mailbox.TestMH.test_pack)\nPASS: test_pop (test.test_mailbox.TestMH.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMH.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMH.test_popitem_and_flush_twice)\nPASS: test_remove (test.test_mailbox.TestMH.test_remove)\nPASS: test_sequences (test.test_mailbox.TestMH.test_sequences)\nPASS: test_set_item (test.test_mailbox.TestMH.test_set_item)\nPASS: test_update (test.test_mailbox.TestMH.test_update)\nPASS: test_values (test.test_mailbox.TestMH.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMHMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMHMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMHMessage.test_explain_to)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMHMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMHMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMHMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMHMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMHMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMHMessage.test_initialize_with_string)\nPASS: test_sequences (test.test_mailbox.TestMHMessage.test_sequences)\nPASS: test_add (test.test_mailbox.TestMMDF.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMMDF.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMMDF.test_add_StringIO_warns)\nPASS: test_add_and_close (test.test_mailbox.TestMMDF.test_add_and_close)\nPASS: test_add_binary_file (test.test_mailbox.TestMMDF.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMMDF.test_add_binary_nonascii_file)\nPASS: test_add_doesnt_rewrite (test.test_mailbox.TestMMDF.test_add_doesnt_rewrite)\nPASS: test_add_from_bytes (test.test_mailbox.TestMMDF.test_add_from_bytes)\nPASS: test_add_from_string (test.test_mailbox.TestMMDF.test_add_from_string)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header)\nPASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMMDF.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestMMDF.test_clear)\nPASS: test_close (test.test_mailbox.TestMMDF.test_close)\nPASS: test_contains (test.test_mailbox.TestMMDF.test_contains)\nPASS: test_delitem (test.test_mailbox.TestMMDF.test_delitem)\nPASS: test_discard (test.test_mailbox.TestMMDF.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMMDF.test_dump_message)\nPASS: test_flush (test.test_mailbox.TestMMDF.test_flush)\nPASS: test_get (test.test_mailbox.TestMMDF.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestMMDF.test_get_bytes)\nPASS: test_get_bytes_from (test.test_mailbox.TestMMDF.test_get_bytes_from)\nPASS: test_get_file (test.test_mailbox.TestMMDF.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice)\nPASS: test_get_message (test.test_mailbox.TestMMDF.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMMDF.test_get_string)\nPASS: test_get_string_from (test.test_mailbox.TestMMDF.test_get_string_from)\nPASS: test_getitem (test.test_mailbox.TestMMDF.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestMMDF.test_items)\nPASS: test_iter (test.test_mailbox.TestMMDF.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMMDF.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMMDF.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMMDF.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMMDF.test_keys)\nPASS: test_len (test.test_mailbox.TestMMDF.test_len)\nPASS: test_lock_conflict (test.test_mailbox.TestMMDF.test_lock_conflict)\nPASS: test_lock_unlock (test.test_mailbox.TestMMDF.test_lock_unlock)\nPASS: test_open_close_open (test.test_mailbox.TestMMDF.test_open_close_open)\nPASS: test_ownership_after_flush (test.test_mailbox.TestMMDF.test_ownership_after_flush)\nPASS: test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush)\nPASS: test_pop (test.test_mailbox.TestMMDF.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMMDF.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMMDF.test_popitem_and_flush_twice)\nPASS: test_relock (test.test_mailbox.TestMMDF.test_relock)\nPASS: test_remove (test.test_mailbox.TestMMDF.test_remove)\nPASS: test_set_item (test.test_mailbox.TestMMDF.test_set_item)\nPASS: test_update (test.test_mailbox.TestMMDF.test_update)\nPASS: test_values (test.test_mailbox.TestMMDF.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMMDFMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMMDFMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMMDFMessage.test_explain_to)\nPASS: test_flags (test.test_mailbox.TestMMDFMessage.test_flags)\nPASS: test_from (test.test_mailbox.TestMMDFMessage.test_from)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMMDFMessage.test_initialize_with_string)\nPASS: test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage.test_initialize_with_unixfrom)\nPASS: test_notimplemented (test.test_mailbox.TestMailboxSuperclass.test_notimplemented)\nPASS: test_add (test.test_mailbox.TestMaildir.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMaildir.test_add_8bit_body)\nPASS: test_add_MM (test.test_mailbox.TestMaildir.test_add_MM)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMaildir.test_add_StringIO_warns)\nPASS: test_add_and_remove_folders (test.test_mailbox.TestMaildir.test_add_and_remove_folders)\nPASS: test_add_binary_file (test.test_mailbox.TestMaildir.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMaildir.test_add_binary_nonascii_file)\nPASS: test_add_flag (test.test_mailbox.TestMaildir.test_add_flag)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMaildir.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clean (test.test_mailbox.TestMaildir.test_clean)\nPASS: test_clear (test.test_mailbox.TestMaildir.test_clear)\nPASS: test_close (test.test_mailbox.TestMaildir.test_close)\nPASS: test_consistent_factory (test.test_mailbox.TestMaildir.test_consistent_factory)\nPASS: test_contains (test.test_mailbox.TestMaildir.test_contains)\nPASS: test_create_tmp (test.test_mailbox.TestMaildir.test_create_tmp)\nPASS: test_delitem (test.test_mailbox.TestMaildir.test_delitem)\nPASS: test_directory_in_folder (test.test_mailbox.TestMaildir.test_directory_in_folder)\nPASS: test_discard (test.test_mailbox.TestMaildir.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMaildir.test_dump_message)\nPASS: test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions)\nPASS: test_filename_leading_dot (test.test_mailbox.TestMaildir.test_filename_leading_dot)\nPASS: test_flush (test.test_mailbox.TestMaildir.test_flush)\nPASS: test_folder (test.test_mailbox.TestMaildir.test_folder)\nPASS: test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms)\nPASS: test_get (test.test_mailbox.TestMaildir.test_get)\nPASS: test_get_MM (test.test_mailbox.TestMaildir.test_get_MM)\nPASS: test_get_bytes (test.test_mailbox.TestMaildir.test_get_bytes)\nPASS: test_get_file (test.test_mailbox.TestMaildir.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice)\nPASS: test_get_flags (test.test_mailbox.TestMaildir.test_get_flags)\nPASS: test_get_folder (test.test_mailbox.TestMaildir.test_get_folder)\nPASS: test_get_info (test.test_mailbox.TestMaildir.test_get_info)\nPASS: test_get_message (test.test_mailbox.TestMaildir.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMaildir.test_get_string)\nPASS: test_getitem (test.test_mailbox.TestMaildir.test_getitem)\nPASS: test_initialize_existing (test.test_mailbox.TestMaildir.test_initialize_existing)\nPASS: test_initialize_new (test.test_mailbox.TestMaildir.test_initialize_new)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestMaildir.test_items)\nPASS: test_iter (test.test_mailbox.TestMaildir.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMaildir.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMaildir.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMaildir.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMaildir.test_keys)\nPASS: test_len (test.test_mailbox.TestMaildir.test_len)\nPASS: test_list_folders (test.test_mailbox.TestMaildir.test_list_folders)\nPASS: test_lock_unlock (test.test_mailbox.TestMaildir.test_lock_unlock)\nPASS: test_lookup (test.test_mailbox.TestMaildir.test_lookup)\nPASS: test_pop (test.test_mailbox.TestMaildir.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMaildir.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMaildir.test_popitem_and_flush_twice)\nPASS: test_refresh (test.test_mailbox.TestMaildir.test_refresh)\nPASS: test_refresh_after_safety_period (test.test_mailbox.TestMaildir.test_refresh_after_safety_period)\nPASS: test_remove (test.test_mailbox.TestMaildir.test_remove)\nPASS: test_remove_flag (test.test_mailbox.TestMaildir.test_remove_flag)\nPASS: test_reread (test.test_mailbox.TestMaildir.test_reread)\nPASS: test_set_MM (test.test_mailbox.TestMaildir.test_set_MM)\nPASS: test_set_flags (test.test_mailbox.TestMaildir.test_set_flags)\nPASS: test_set_info (test.test_mailbox.TestMaildir.test_set_info)\nPASS: test_set_item (test.test_mailbox.TestMaildir.test_set_item)\nPASS: test_update (test.test_mailbox.TestMaildir.test_update)\nPASS: test_values (test.test_mailbox.TestMaildir.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMaildirMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMaildirMessage.test_become_message)\nPASS: test_date (test.test_mailbox.TestMaildirMessage.test_date)\nPASS: test_explain_to (test.test_mailbox.TestMaildirMessage.test_explain_to)\nPASS: test_flags (test.test_mailbox.TestMaildirMessage.test_flags)\nPASS: test_info (test.test_mailbox.TestMaildirMessage.test_info)\nPASS: test_info_and_flags (test.test_mailbox.TestMaildirMessage.test_info_and_flags)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMaildirMessage.test_initialize_with_string)\nPASS: test_subdir (test.test_mailbox.TestMaildirMessage.test_subdir)\nPASS: test_add (test.test_mailbox.TestMbox.test_add)\nPASS: test_add_8bit_body (test.test_mailbox.TestMbox.test_add_8bit_body)\nPASS: test_add_StringIO_warns (test.test_mailbox.TestMbox.test_add_StringIO_warns)\nPASS: test_add_and_close (test.test_mailbox.TestMbox.test_add_and_close)\nPASS: test_add_binary_file (test.test_mailbox.TestMbox.test_add_binary_file)\nPASS: test_add_binary_nonascii_file (test.test_mailbox.TestMbox.test_add_binary_nonascii_file)\nPASS: test_add_doesnt_rewrite (test.test_mailbox.TestMbox.test_add_doesnt_rewrite)\nPASS: test_add_from_bytes (test.test_mailbox.TestMbox.test_add_from_bytes)\nPASS: test_add_from_string (test.test_mailbox.TestMbox.test_add_from_string)\nPASS: test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header)\nPASS: test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message)\nPASS: test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises)\nPASS: test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises)\nPASS: test_add_text_file_warns (test.test_mailbox.TestMbox.test_add_text_file_warns)\nPASS: test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty)\nPASS: test_clear (test.test_mailbox.TestMbox.test_clear)\nPASS: test_close (test.test_mailbox.TestMbox.test_close)\nPASS: test_contains (test.test_mailbox.TestMbox.test_contains)\nPASS: test_delitem (test.test_mailbox.TestMbox.test_delitem)\nPASS: test_discard (test.test_mailbox.TestMbox.test_discard)\nPASS: test_dump_message (test.test_mailbox.TestMbox.test_dump_message)\nPASS: test_file_perms (test.test_mailbox.TestMbox.test_file_perms)\nPASS: test_flush (test.test_mailbox.TestMbox.test_flush)\nPASS: test_get (test.test_mailbox.TestMbox.test_get)\nPASS: test_get_bytes (test.test_mailbox.TestMbox.test_get_bytes)\nPASS: test_get_bytes_from (test.test_mailbox.TestMbox.test_get_bytes_from)\nPASS: test_get_file (test.test_mailbox.TestMbox.test_get_file)\nPASS: test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice)\nPASS: test_get_message (test.test_mailbox.TestMbox.test_get_message)\nPASS: test_get_string (test.test_mailbox.TestMbox.test_get_string)\nPASS: test_get_string_from (test.test_mailbox.TestMbox.test_get_string_from)\nPASS: test_getitem (test.test_mailbox.TestMbox.test_getitem)\nPASS: test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string)\nPASS: test_items (test.test_mailbox.TestMbox.test_items)\nPASS: test_iter (test.test_mailbox.TestMbox.test_iter)\nPASS: test_iteritems (test.test_mailbox.TestMbox.test_iteritems)\nPASS: test_iterkeys (test.test_mailbox.TestMbox.test_iterkeys)\nPASS: test_itervalues (test.test_mailbox.TestMbox.test_itervalues)\nPASS: test_keys (test.test_mailbox.TestMbox.test_keys)\nPASS: test_len (test.test_mailbox.TestMbox.test_len)\nPASS: test_lock_conflict (test.test_mailbox.TestMbox.test_lock_conflict)\nPASS: test_lock_unlock (test.test_mailbox.TestMbox.test_lock_unlock)\nPASS: test_message_separator (test.test_mailbox.TestMbox.test_message_separator)\nPASS: test_open_close_open (test.test_mailbox.TestMbox.test_open_close_open)\nPASS: test_ownership_after_flush (test.test_mailbox.TestMbox.test_ownership_after_flush)\nPASS: test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush)\nPASS: test_pop (test.test_mailbox.TestMbox.test_pop)\nPASS: test_popitem (test.test_mailbox.TestMbox.test_popitem)\nPASS: test_popitem_and_flush_twice (test.test_mailbox.TestMbox.test_popitem_and_flush_twice)\nPASS: test_relock (test.test_mailbox.TestMbox.test_relock)\nPASS: test_remove (test.test_mailbox.TestMbox.test_remove)\nPASS: test_set_item (test.test_mailbox.TestMbox.test_set_item)\nPASS: test_terminating_newline (test.test_mailbox.TestMbox.test_terminating_newline)\nPASS: test_update (test.test_mailbox.TestMbox.test_update)\nPASS: test_values (test.test_mailbox.TestMbox.test_values)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMboxMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMboxMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMboxMessage.test_explain_to)\nPASS: test_flags (test.test_mailbox.TestMboxMessage.test_flags)\nPASS: test_from (test.test_mailbox.TestMboxMessage.test_from)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMboxMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMboxMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMboxMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMboxMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMboxMessage.test_initialize_with_string)\nPASS: test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage.test_initialize_with_unixfrom)\nPASS: test_all_eMM_attributes_exist (test.test_mailbox.TestMessage.test_all_eMM_attributes_exist)\nPASS: test_become_message (test.test_mailbox.TestMessage.test_become_message)\nPASS: test_explain_to (test.test_mailbox.TestMessage.test_explain_to)\nPASS: test_initialize_incorrectly (test.test_mailbox.TestMessage.test_initialize_incorrectly)\nPASS: test_initialize_with_binary_file (test.test_mailbox.TestMessage.test_initialize_with_binary_file)\nPASS: test_initialize_with_eMM (test.test_mailbox.TestMessage.test_initialize_with_eMM)\nPASS: test_initialize_with_file (test.test_mailbox.TestMessage.test_initialize_with_file)\nPASS: test_initialize_with_nothing (test.test_mailbox.TestMessage.test_initialize_with_nothing)\nPASS: test_initialize_with_string (test.test_mailbox.TestMessage.test_initialize_with_string)\nPASS: test_babyl_to_babyl (test.test_mailbox.TestMessageConversion.test_babyl_to_babyl)\nPASS: test_babyl_to_maildir (test.test_mailbox.TestMessageConversion.test_babyl_to_maildir)\nPASS: test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_babyl_to_mboxmmdf)\nPASS: test_babyl_to_mh (test.test_mailbox.TestMessageConversion.test_babyl_to_mh)\nPASS: test_maildir_to_babyl (test.test_mailbox.TestMessageConversion.test_maildir_to_babyl)\nPASS: test_maildir_to_maildir (test.test_mailbox.TestMessageConversion.test_maildir_to_maildir)\nPASS: test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_maildir_to_mboxmmdf)\nPASS: test_maildir_to_mh (test.test_mailbox.TestMessageConversion.test_maildir_to_mh)\nPASS: test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_babyl)\nPASS: test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_maildir)\nPASS: test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mboxmmdf)\nPASS: test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mh)\nPASS: test_mh_to_babyl (test.test_mailbox.TestMessageConversion.test_mh_to_babyl)\nPASS: test_mh_to_maildir (test.test_mailbox.TestMessageConversion.test_mh_to_maildir)\nPASS: test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mh_to_mboxmmdf)\nPASS: test_mh_to_mh (test.test_mailbox.TestMessageConversion.test_mh_to_mh)\nPASS: test_plain_to_x (test.test_mailbox.TestMessageConversion.test_plain_to_x)\nPASS: test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion.test_type_specific_attributes_removed_on_conversion)\nPASS: test_x_from_bytes (test.test_mailbox.TestMessageConversion.test_x_from_bytes)\nPASS: test_x_to_invalid (test.test_mailbox.TestMessageConversion.test_x_to_invalid)\nPASS: test_x_to_plain (test.test_mailbox.TestMessageConversion.test_x_to_plain)\nPASS: test_close (test.test_mailbox.TestPartialFile.test_close)\nPASS: test_initialize (test.test_mailbox.TestPartialFile.test_initialize)\nPASS: test_iteration (test.test_mailbox.TestPartialFile.test_iteration)\nPASS: test_read (test.test_mailbox.TestPartialFile.test_read)\nPASS: test_readline (test.test_mailbox.TestPartialFile.test_readline)\nPASS: test_readlines (test.test_mailbox.TestPartialFile.test_readlines)\nPASS: test_seek_and_tell (test.test_mailbox.TestPartialFile.test_seek_and_tell)\nPASS: test_close (test.test_mailbox.TestProxyFile.test_close)\nPASS: test_initialize (test.test_mailbox.TestProxyFile.test_initialize)\nPASS: test_iteration (test.test_mailbox.TestProxyFile.test_iteration)\nPASS: test_read (test.test_mailbox.TestProxyFile.test_read)\nPASS: test_readline (test.test_mailbox.TestProxyFile.test_readline)\nPASS: test_readlines (test.test_mailbox.TestProxyFile.test_readlines)\nPASS: test_seek_and_tell (test.test_mailbox.TestProxyFile.test_seek_and_tell)\n\n----------------------------------------------------------------------\nRan 376 tests in 0.216s\n\nOK\n0:01:46 load avg: 1.49 [265/480] test_marshal passed\nPASS: test_array (test.test_marshal.BufferTestCase.test_array)\nPASS: test_bytearray (test.test_marshal.BufferTestCase.test_bytearray)\nPASS: test_memoryview (test.test_marshal.BufferTestCase.test_memoryview)\nPASS: test_bad_reader (test.test_marshal.BugsTestCase.test_bad_reader)\nPASS: test_bug_5888452 (test.test_marshal.BugsTestCase.test_bug_5888452)\nPASS: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets)\nPASS: test_eof (test.test_marshal.BugsTestCase.test_eof)\nPASS: test_exact_type_match (test.test_marshal.BugsTestCase.test_exact_type_match)\nPASS: test_fuzz (test.test_marshal.BugsTestCase.test_fuzz)\nPASS: test_invalid_longs (test.test_marshal.BugsTestCase.test_invalid_longs)\nPASS: test_large_marshal (test.test_marshal.BugsTestCase.test_large_marshal)\nPASS: test_loads_recursion (test.test_marshal.BugsTestCase.test_loads_recursion)\nPASS: test_loads_reject_unicode_strings (test.test_marshal.BugsTestCase.test_loads_reject_unicode_strings)\nPASS: test_multiple_dumps_and_loads (test.test_marshal.BugsTestCase.test_multiple_dumps_and_loads)\nPASS: test_patch_873224 (test.test_marshal.BugsTestCase.test_patch_873224)\nPASS: test_recursion_limit (test.test_marshal.BugsTestCase.test_recursion_limit)\nPASS: test_version_argument (test.test_marshal.BugsTestCase.test_version_argument)\nPASS: test_read_last_object_from_file (test.test_marshal.CAPI_TestCase.test_read_last_object_from_file)\nPASS: test_read_long_from_file (test.test_marshal.CAPI_TestCase.test_read_long_from_file)\nPASS: test_read_object_from_file (test.test_marshal.CAPI_TestCase.test_read_object_from_file)\nPASS: test_read_short_from_file (test.test_marshal.CAPI_TestCase.test_read_short_from_file)\nPASS: test_write_long_to_file (test.test_marshal.CAPI_TestCase.test_write_long_to_file)\nPASS: test_write_object_to_file (test.test_marshal.CAPI_TestCase.test_write_object_to_file)\nPASS: test_code (test.test_marshal.CodeTestCase.test_code)\nPASS: test_different_filenames (test.test_marshal.CodeTestCase.test_different_filenames)\nPASS: test_many_codeobjects (test.test_marshal.CodeTestCase.test_many_codeobjects)\nPASS: test_minimal_linetable_with_no_debug_ranges (test.test_marshal.CodeTestCase.test_minimal_linetable_with_no_debug_ranges)\nPASS: test_no_allow_code (test.test_marshal.CodeTestCase.test_no_allow_code)\nPASS: test_same_filename_used (test.test_marshal.CodeTestCase.test_same_filename_used)\nPASS: test0To3 (test.test_marshal.CompatibilityTestCase.test0To3)\nPASS: test1To3 (test.test_marshal.CompatibilityTestCase.test1To3)\nPASS: test2To3 (test.test_marshal.CompatibilityTestCase.test2To3)\nPASS: test3To3 (test.test_marshal.CompatibilityTestCase.test3To3)\nPASS: test_dict (test.test_marshal.ContainerTestCase.test_dict)\nPASS: test_list (test.test_marshal.ContainerTestCase.test_list)\nPASS: test_sets (test.test_marshal.ContainerTestCase.test_sets)\nPASS: test_tuple (test.test_marshal.ContainerTestCase.test_tuple)\nPASS: test_exceptions (test.test_marshal.ExceptionTestCase.test_exceptions)\nPASS: test_floats (test.test_marshal.FloatTestCase.test_floats)\nPASS: testBytes (test.test_marshal.InstancingTestCase.testBytes)\nPASS: testDict (test.test_marshal.InstancingTestCase.testDict)\nPASS: testFloat (test.test_marshal.InstancingTestCase.testFloat)\nPASS: testFrozenSet (test.test_marshal.InstancingTestCase.testFrozenSet)\nPASS: testInt (test.test_marshal.InstancingTestCase.testInt)\nPASS: testList (test.test_marshal.InstancingTestCase.testList)\nPASS: testModule (test.test_marshal.InstancingTestCase.testModule)\nPASS: testRecursion (test.test_marshal.InstancingTestCase.testRecursion)\nPASS: testSet (test.test_marshal.InstancingTestCase.testSet)\nPASS: testStr (test.test_marshal.InstancingTestCase.testStr)\nPASS: testTuple (test.test_marshal.InstancingTestCase.testTuple)\nPASS: test_bool (test.test_marshal.IntTestCase.test_bool)\nPASS: test_int64 (test.test_marshal.IntTestCase.test_int64)\nPASS: test_ints (test.test_marshal.IntTestCase.test_ints)\nPASS: testIntern (test.test_marshal.InterningTestCase.testIntern)\nPASS: testNoIntern (test.test_marshal.InterningTestCase.testNoIntern)\nSKIP: test_bytearray (test.test_marshal.LargeValuesTestCase.test_bytearray) 'not enough memory: 4.0G minimum needed'\nSKIP: test_bytes (test.test_marshal.LargeValuesTestCase.test_bytes) 'not enough memory: 4.0G minimum needed'\nSKIP: test_frozenset (test.test_marshal.LargeValuesTestCase.test_frozenset) 'not enough memory: 256.0G minimum needed'\nSKIP: test_list (test.test_marshal.LargeValuesTestCase.test_list) 'not enough memory: 18.0G minimum needed'\nSKIP: test_set (test.test_marshal.LargeValuesTestCase.test_set) 'not enough memory: 256.0G minimum needed'\nSKIP: test_str (test.test_marshal.LargeValuesTestCase.test_str) 'not enough memory: 4.0G minimum needed'\nSKIP: test_tuple (test.test_marshal.LargeValuesTestCase.test_tuple) 'not enough memory: 18.0G minimum needed'\nPASS: test_bytes (test.test_marshal.StringTestCase.test_bytes)\nPASS: test_string (test.test_marshal.StringTestCase.test_string)\nPASS: test_unicode (test.test_marshal.StringTestCase.test_unicode)\n\n----------------------------------------------------------------------\nRan 65 tests in 0.398s\n\nOK (skipped=7)\n0:01:46 load avg: 1.49 [266/480] test_imaplib passed\nPASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message)\ntest_aborted_authentication (test.test_imaplib.NewIMAPSSLTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'OEJN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'OEJN0 OK CAPABILITY completed'\nGOT: b'OEJN1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'OEJN1 NO [AUTHENTICATIONFAILED] aborted'\nok\ntest_bad_auth_name (test.test_imaplib.NewIMAPSSLTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CECM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CECM0 OK CAPABILITY completed'\nGOT: b'CECM1 AUTHENTICATE METHOD'\nSENT: b'CECM1 NO unrecognized authentication type METHOD'\nok\ntest_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DKIJ0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'\nSENT: b'DKIJ0 OK CAPABILITY completed'\nGOT: b'DKIJ1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DKIJ1 OK FAKEAUTH successful'\nGOT: b'DKIJ2 ENABLE UTF8=ACCEPT'\nSENT: b'DKIJ2 OK ENABLE successful'\nGOT: b'DKIJ3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'DKIJ3 OK okay'\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_raises_error_if_not_supported) ... SENT: b'* OK IMAP4rev1'\nGOT: b'NPGL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'NPGL0 OK CAPABILITY completed'\nGOT: b'NPGL1 LOGIN user \"pass\"'\nSENT: b'NPGL1 OK LOGIN completed'\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_no_capability) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JNFA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JNFA0 OK CAPABILITY completed'\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests.test_enable_raises_error_if_not_AUTH) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DHEE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'DHEE0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'KDBD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'KDBD0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'MCGO0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'MCGO0 OK CAPABILITY completed'\nGOT: b'MCGO1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'MCGO1 OK LOGOUT completed'\nSENT: b'* OK IMAP4rev1'\nGOT: b'CHEE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CHEE0 OK CAPABILITY completed'\nGOT: b'CHEE1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CHEE1 OK LOGOUT completed'\nok\ntest_invalid_authentication (test.test_imaplib.NewIMAPSSLTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DKCD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DKCD0 OK CAPABILITY completed'\nGOT: b'DKCD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DKCD1 NO [AUTHENTICATIONFAILED] invalid'\nok\ntest_line_termination (test.test_imaplib.NewIMAPSSLTests.test_line_termination) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CAOD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'CAOD0 OK CAPABILITY completed'\nok\nPASS: test_linetoolong (test.test_imaplib.NewIMAPSSLTests.test_linetoolong)\ntest_login (test.test_imaplib.NewIMAPSSLTests.test_login) ... SENT: b'* OK IMAP4rev1'\nGOT: b'FKJM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FKJM0 OK CAPABILITY completed'\nGOT: b'FKJM1 LOGIN user \"pass\"'\nSENT: b'FKJM1 OK LOGIN completed'\nok\ntest_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PKMM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'PKMM0 OK CAPABILITY completed'\nGOT: b'PKMM1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'PKMM1 OK CRAM-MD5 successful'\nok\ntest_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JKFI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'JKFI0 OK CAPABILITY completed'\nGOT: b'JKFI1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'JKFI1 OK CRAM-MD5 successful'\nok\ntest_logout (test.test_imaplib.NewIMAPSSLTests.test_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JFKD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JFKD0 OK CAPABILITY completed'\nGOT: b'JFKD1 LOGIN user \"pass\"'\nSENT: b'JFKD1 OK LOGIN completed'\nGOT: b'JFKD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'JFKD2 OK LOGOUT completed'\nok\ntest_lsub (test.test_imaplib.NewIMAPSSLTests.test_lsub) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CNMD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CNMD0 OK CAPABILITY completed'\nGOT: b'CNMD1 LOGIN user \"pass\"'\nSENT: b'CNMD1 OK LOGIN completed'\nGOT: b'CNMD2 LSUB \"\" *'\nSENT: b'* LSUB () \".\" directoryA'\nSENT: b'CNMD2 OK LSUB completed'\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests.test_search_disallows_charset_in_utf8_mode) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BMEB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'BMEB0 OK CAPABILITY completed'\nGOT: b'BMEB1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'BMEB1 OK FAKEAUTH successful'\nGOT: b'BMEB2 ENABLE UTF8=ACCEPT'\nSENT: b'BMEB2 OK ENABLE successful'\nok\ntest_simple_with_statement (test.test_imaplib.NewIMAPSSLTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'GDBD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'GDBD0 OK CAPABILITY completed'\nGOT: b'GDBD1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GDBD1 OK LOGOUT completed'\nok\nPASS: test_ssl_raises (test.test_imaplib.NewIMAPSSLTests.test_ssl_raises)\ntest_ssl_verified (test.test_imaplib.NewIMAPSSLTests.test_ssl_verified) ... SENT: b'* OK IMAP4rev1'\nGOT: b'KADH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'KADH0 OK CAPABILITY completed'\nok\ntest_unselect (test.test_imaplib.NewIMAPSSLTests.test_unselect) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JDFN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JDFN0 OK CAPABILITY completed'\nGOT: b'JDFN1 LOGIN user \"pass\"'\nSENT: b'JDFN1 OK LOGIN completed'\nGOT: b'JDFN2 SELECT INBOX'\nSENT: b'* 2 EXISTS'\nSENT: b'JDFN2 OK [READ-WRITE] SELECT completed.'\nGOT: b'JDFN3 UNSELECT'\nSENT: b'JDFN3 OK Returned to authenticated state. (Success)'\nok\ntest_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'MIIN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'MIIN0 OK CAPABILITY completed'\nGOT: b'MIIN1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'MIIN1 OK FAKEAUTH successful'\nok\ntest_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'CHDF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CHDF0 OK CAPABILITY completed'\nGOT: b'CHDF1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'CHDF1 OK FAKEAUTH successful'\nok\ntest_with_statement (test.test_imaplib.NewIMAPSSLTests.test_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'EGOA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EGOA0 OK CAPABILITY completed'\nGOT: b'EGOA1 LOGIN user \"pass\"'\nSENT: b'EGOA1 OK LOGIN completed'\nGOT: b'EGOA2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EGOA2 OK LOGOUT completed'\nok\ntest_with_statement_logout (test.test_imaplib.NewIMAPSSLTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'FKAG0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FKAG0 OK CAPABILITY completed'\nGOT: b'FKAG1 LOGIN user \"pass\"'\nSENT: b'FKAG1 OK LOGIN completed'\nGOT: b'FKAG2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FKAG2 OK LOGOUT completed'\nok\nPASS: test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message)\ntest_aborted_authentication (test.test_imaplib.NewIMAPTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'IBHC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'IBHC0 OK CAPABILITY completed'\nGOT: b'IBHC1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'IBHC1 NO [AUTHENTICATIONFAILED] aborted'\nok\ntest_bad_auth_name (test.test_imaplib.NewIMAPTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BBFN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BBFN0 OK CAPABILITY completed'\nGOT: b'BBFN1 AUTHENTICATE METHOD'\nSENT: b'BBFN1 NO unrecognized authentication type METHOD'\nok\ntest_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BBIE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT'\nSENT: b'BBIE0 OK CAPABILITY completed'\nGOT: b'BBIE1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'BBIE1 OK FAKEAUTH successful'\nGOT: b'BBIE2 ENABLE UTF8=ACCEPT'\nSENT: b'BBIE2 OK ENABLE successful'\nGOT: b'BBIE3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'BBIE3 OK okay'\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests.test_enable_UTF8_raises_error_if_not_supported) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DNCE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DNCE0 OK CAPABILITY completed'\nGOT: b'DNCE1 LOGIN user \"pass\"'\nSENT: b'DNCE1 OK LOGIN completed'\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_no_capability) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PEIN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PEIN0 OK CAPABILITY completed'\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests.test_enable_raises_error_if_not_AUTH) ... SENT: b'* OK IMAP4rev1'\nGOT: b'JLFF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'JLFF0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'BMDG0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BMDG0 OK CAPABILITY completed'\nok\ntest_imaplib_timeout_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HKEE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HKEE0 OK CAPABILITY completed'\nGOT: b'HKEE1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'HKEE1 OK LOGOUT completed'\nSENT: b'* OK IMAP4rev1'\nGOT: b'GCMA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'GCMA0 OK CAPABILITY completed'\nGOT: b'GCMA1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GCMA1 OK LOGOUT completed'\nok\ntest_invalid_authentication (test.test_imaplib.NewIMAPTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DCBK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DCBK0 OK CAPABILITY completed'\nGOT: b'DCBK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DCBK1 NO [AUTHENTICATIONFAILED] invalid'\nok\ntest_line_termination (test.test_imaplib.NewIMAPTests.test_line_termination) ... SENT: b'* OK IMAP4rev1'\nGOT: b'DNPH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'DNPH0 OK CAPABILITY completed'\nok\nPASS: test_linetoolong (test.test_imaplib.NewIMAPTests.test_linetoolong)\ntest_login (test.test_imaplib.NewIMAPTests.test_login) ... SENT: b'* OK IMAP4rev1'\nGOT: b'LDLL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'LDLL0 OK CAPABILITY completed'\nGOT: b'LDLL1 LOGIN user \"pass\"'\nSENT: b'LDLL1 OK LOGIN completed'\nok\ntest_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'OJPI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'OJPI0 OK CAPABILITY completed'\nGOT: b'OJPI1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'OJPI1 OK CRAM-MD5 successful'\nok\ntest_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests.test_login_cram_md5_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HPBN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'HPBN0 OK CAPABILITY completed'\nGOT: b'HPBN1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'HPBN1 OK CRAM-MD5 successful'\nok\ntest_logout (test.test_imaplib.NewIMAPTests.test_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'EFDC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EFDC0 OK CAPABILITY completed'\nGOT: b'EFDC1 LOGIN user \"pass\"'\nSENT: b'EFDC1 OK LOGIN completed'\nGOT: b'EFDC2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EFDC2 OK LOGOUT completed'\nok\ntest_lsub (test.test_imaplib.NewIMAPTests.test_lsub) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PPBN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PPBN0 OK CAPABILITY completed'\nGOT: b'PPBN1 LOGIN user \"pass\"'\nSENT: b'PPBN1 OK LOGIN completed'\nGOT: b'PPBN2 LSUB \"\" *'\nSENT: b'* LSUB () \".\" directoryA'\nSENT: b'PPBN2 OK LSUB completed'\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests.test_search_disallows_charset_in_utf8_mode) ... SENT: b'* OK IMAP4rev1'\nGOT: b'OIII0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'OIII0 OK CAPABILITY completed'\nGOT: b'OIII1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'OIII1 OK FAKEAUTH successful'\nGOT: b'OIII2 ENABLE UTF8=ACCEPT'\nSENT: b'OIII2 OK ENABLE successful'\nok\ntest_simple_with_statement (test.test_imaplib.NewIMAPTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'PING0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PING0 OK CAPABILITY completed'\nGOT: b'PING1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'PING1 OK LOGOUT completed'\nok\ntest_unselect (test.test_imaplib.NewIMAPTests.test_unselect) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HDNB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HDNB0 OK CAPABILITY completed'\nGOT: b'HDNB1 LOGIN user \"pass\"'\nSENT: b'HDNB1 OK LOGIN completed'\nGOT: b'HDNB2 SELECT INBOX'\nSENT: b'* 2 EXISTS'\nSENT: b'HDNB2 OK [READ-WRITE] SELECT completed.'\nGOT: b'HDNB3 UNSELECT'\nSENT: b'HDNB3 OK Returned to authenticated state. (Success)'\nok\ntest_valid_authentication_bytes (test.test_imaplib.NewIMAPTests.test_valid_authentication_bytes) ... SENT: b'* OK IMAP4rev1'\nGOT: b'HODD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HODD0 OK CAPABILITY completed'\nGOT: b'HODD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'HODD1 OK FAKEAUTH successful'\nok\ntest_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1'\nGOT: b'ONIK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'ONIK0 OK CAPABILITY completed'\nGOT: b'ONIK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'ONIK1 OK FAKEAUTH successful'\nok\ntest_with_statement (test.test_imaplib.NewIMAPTests.test_with_statement) ... SENT: b'* OK IMAP4rev1'\nGOT: b'NKMH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'NKMH0 OK CAPABILITY completed'\nGOT: b'NKMH1 LOGIN user \"pass\"'\nSENT: b'NKMH1 OK LOGIN completed'\nGOT: b'NKMH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'NKMH2 OK LOGOUT completed'\nok\ntest_with_statement_logout (test.test_imaplib.NewIMAPTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1'\nGOT: b'INGM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'INGM0 OK CAPABILITY completed'\nGOT: b'INGM1 LOGIN user \"pass\"'\nSENT: b'INGM1 OK LOGIN completed'\nGOT: b'INGM2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'INGM2 OK LOGOUT completed'\nok\nPASS: test_Internaldate2tuple (test.test_imaplib.TestImaplib.test_Internaldate2tuple)\nPASS: test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941)\nPASS: test_Time2Internaldate (test.test_imaplib.TestImaplib.test_Time2Internaldate)\nPASS: test_imap4_host_default_value (test.test_imaplib.TestImaplib.test_imap4_host_default_value)\nPASS: test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result)\ntest_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BOMD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BOMD0 OK CAPABILITY completed'\nGOT: b'BOMD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'BOMD1 NO [AUTHENTICATIONFAILED] aborted'\nGOT: b'BOMD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BOMD2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'LDFD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'LDFD0 OK CAPABILITY completed'\nGOT: b'LDFD1 AUTHENTICATE METHOD'\nSENT: b'LDFD1 NO unrecognized authentication type METHOD'\nGOT: b'LDFD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nwaiting for server\nSENT: b'LDFD2 OK LOGOUT completed'\ndone\nok\ntest_bracket_flags (test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BNMD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BNMD0 OK CAPABILITY completed'\nGOT: b'BNMD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'BNMD1 OK FAKEAUTH successful'\nGOT: b'BNMD2 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft)'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\*)] Flags permitted.'\nSENT: b'BNMD2 OK [READ-WRITE] SELECT completed.'\nGOT: b'BNMD3 STORE 1 +FLAGS ([test])'\nSENT: b'* 1 FETCH (FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test]))'\nSENT: b'BNMD3 OK STORE completed.'\nGOT: b'BNMD4 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test])'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test] \\\\*)] Flags permitted.'\nSENT: b'BNMD4 OK [READ-WRITE] SELECT completed.'\nGOT: b'BNMD5 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BNMD5 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_connect (test.test_imaplib.ThreadedNetworkedTests.test_connect) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BAPH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BAPH0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_dump_ur (test.test_imaplib.ThreadedNetworkedTests.test_dump_ur) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'CIBB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'CIBB0 OK CAPABILITY completed'\nGOT: b'CIBB1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CIBB1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'MFNK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'MFNK0 OK CAPABILITY completed'\nGOT: b'MFNK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'MFNK1 OK FAKEAUTH successful'\nGOT: b'MFNK2 ENABLE UTF8=ACCEPT'\nSENT: b'MFNK2 OK ENABLE successful'\nGOT: b'MFNK3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'MFNK3 OK okay'\nGOT: b'MFNK4 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'MFNK4 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'EOCA0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EOCA0 OK CAPABILITY completed'\nGOT: b'EOCA1 LOGIN user \"pass\"'\nSENT: b'EOCA1 OK LOGIN completed'\nGOT: b'EOCA2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EOCA2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'NKPF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'NKPF0 OK CAPABILITY completed'\nGOT: b'NKPF1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'NKPF1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_not_AUTH) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BEKB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'BEKB0 OK CAPABILITY completed'\nGOT: b'BEKB1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BEKB1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FGMC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FGMC0 OK CAPABILITY completed'\nGOT: b'FGMC1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'FGMC1 NO [AUTHENTICATIONFAILED] invalid'\nGOT: b'FGMC2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FGMC2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_issue5949 (test.test_imaplib.ThreadedNetworkedTests.test_issue5949) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_issue5949.<locals>.EOFHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_line_termination (test.test_imaplib.ThreadedNetworkedTests.test_line_termination) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'NGKE0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'NGKE0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_linetoolong (test.test_imaplib.ThreadedNetworkedTests.test_linetoolong) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_linetoolong.<locals>.TooLongHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'CGMC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'CGMC0 OK CAPABILITY completed'\nGOT: b'CGMC1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'CGMC1 OK CRAM-MD5 successful'\nGOT: b'CGMC2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CGMC2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'IDMF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'IDMF0 OK CAPABILITY completed'\nGOT: b'IDMF1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'IDMF1 OK CRAM-MD5 successful'\nGOT: b'IDMF2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'IDMF2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests.test_search_disallows_charset_in_utf8_mode) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'DDAM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'DDAM0 OK CAPABILITY completed'\nGOT: b'DDAM1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DDAM1 OK FAKEAUTH successful'\nGOT: b'DDAM2 ENABLE UTF8=ACCEPT'\nSENT: b'DDAM2 OK ENABLE successful'\nGOT: b'DDAM3 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'DDAM3 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_simple_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'JODD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JODD0 OK CAPABILITY completed'\nGOT: b'JODD1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'JODD1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {32768}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {65536}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {131072}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {262144}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {524288}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1048576}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2097152}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4194304}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8388608}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {16777216}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {33554432}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {67108864}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {134217728}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {268435456}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {536870912}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1073741824}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2147483648}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4294967296}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8589934592}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17179869184}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {34359738368}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {68719476736}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {137438953472}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {274877906944}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {549755813888}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1099511627776}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2199023255552}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4398046511104}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8796093022208}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17592186044416}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {35184372088832}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {70368744177664}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {140737488355328}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {281474976710656}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {562949953421312}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1125899906842624}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2251799813685248}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4503599627370496}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9007199254740992}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {18014398509481984}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {36028797018963968}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {72057594037927936}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {144115188075855872}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {288230376151711744}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {576460752303423488}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1152921504606846976}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2305843009213693952}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4611686018427387904}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9223372036854775808}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\nok\ntest_valid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FDFD0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FDFD0 OK CAPABILITY completed'\nGOT: b'FDFD1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'FDFD1 OK FAKEAUTH successful'\nGOT: b'FDFD2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FDFD2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'GLCI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'GLCI0 OK CAPABILITY completed'\nGOT: b'GLCI1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'GLCI1 OK FAKEAUTH successful'\nGOT: b'GLCI2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GLCI2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_with_statement (test.test_imaplib.ThreadedNetworkedTests.test_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'KHDL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'KHDL0 OK CAPABILITY completed'\nGOT: b'KHDL1 LOGIN user \"pass\"'\nSENT: b'KHDL1 OK LOGIN completed'\nGOT: b'KHDL2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nwaiting for server\nSENT: b'KHDL2 OK LOGOUT completed'\ndone\nok\ntest_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests.test_with_statement_logout) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'socketserver.TCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'IGHN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'IGHN0 OK CAPABILITY completed'\nGOT: b'IGHN1 LOGIN user \"pass\"'\nSENT: b'IGHN1 OK LOGIN completed'\nGOT: b'IGHN2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'IGHN2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_aborted_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'HPEI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HPEI0 OK CAPABILITY completed'\nGOT: b'HPEI1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'*'\nSENT: b'HPEI1 NO [AUTHENTICATIONFAILED] aborted'\nGOT: b'HPEI2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'HPEI2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bad_auth_name) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'EOFM0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EOFM0 OK CAPABILITY completed'\nGOT: b'EOFM1 AUTHENTICATE METHOD'\nSENT: b'EOFM1 NO unrecognized authentication type METHOD'\nGOT: b'EOFM2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EOFM2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL.test_bracket_flags) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_bracket_flags.<locals>.BracketFlagHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'IMCJ0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'IMCJ0 OK CAPABILITY completed'\nGOT: b'IMCJ1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'IMCJ1 OK FAKEAUTH successful'\nGOT: b'IMCJ2 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft)'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\*)] Flags permitted.'\nSENT: b'IMCJ2 OK [READ-WRITE] SELECT completed.'\nGOT: b'IMCJ3 STORE 1 +FLAGS ([test])'\nSENT: b'* 1 FETCH (FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test]))'\nSENT: b'IMCJ3 OK STORE completed.'\nGOT: b'IMCJ4 SELECT test'\nSENT: b'* FLAGS (Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test])'\nSENT: b'* 2 EXISTS'\nSENT: b'* 0 RECENT'\nSENT: b'* OK [PERMANENTFLAGS Answered \\\\Flagged \\\\Deleted \\\\Seen \\\\Draft \\\\[test] \\\\*)] Flags permitted.'\nSENT: b'IMCJ4 OK [READ-WRITE] SELECT completed.'\nGOT: b'IMCJ5 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'IMCJ5 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_connect (test.test_imaplib.ThreadedNetworkedTestsSSL.test_connect) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'JDCB0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'JDCB0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_dump_ur (test.test_imaplib.ThreadedNetworkedTestsSSL.test_dump_ur) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'BOMN0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'BOMN0 OK CAPABILITY completed'\nGOT: b'BOMN1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'BOMN1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_True_append) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_True_append.<locals>.UTF8AppendServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'POJK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'POJK0 OK CAPABILITY completed'\nGOT: b'POJK1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'POJK1 OK FAKEAUTH successful'\nGOT: b'POJK2 ENABLE UTF8=ACCEPT'\nSENT: b'POJK2 OK ENABLE successful'\nGOT: b'POJK3 APPEND INBOX {30}'\nSENT: b'+'\nGOT: b'UTF8 (Subject: \\xc3\\xbc\\xc3\\xb1\\xc3\\xad\\xc2\\xa9\\xc3\\xb6\\xc3\\xb0\\xc3\\xa9)'\nSENT: b'POJK3 OK okay'\nGOT: b'POJK4 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'POJK4 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_UTF8_raises_error_if_not_supported) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_UTF8_raises_error_if_not_supported.<locals>.NonUTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FKPJ0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FKPJ0 OK CAPABILITY completed'\nGOT: b'FKPJ1 LOGIN user \"pass\"'\nSENT: b'FKPJ1 OK LOGIN completed'\nGOT: b'FKPJ2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FKPJ2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_no_capability) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_enable_raises_error_if_no_capability.<locals>.NoEnableServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'GAJC0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'GAJC0 OK CAPABILITY completed'\nGOT: b'GAJC1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nwaiting for server\nSENT: b'GAJC1 OK LOGOUT completed'\ndone\nok\ntest_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL.test_enable_raises_error_if_not_AUTH) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FMIP0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'FMIP0 OK CAPABILITY completed'\nGOT: b'FMIP1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FMIP1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_invalid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'NOIH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'NOIH0 OK CAPABILITY completed'\nGOT: b'NOIH1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'NOIH1 NO [AUTHENTICATIONFAILED] invalid'\nGOT: b'NOIH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'NOIH2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_issue5949) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_issue5949.<locals>.EOFHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL.test_line_termination) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_line_termination.<locals>.BadNewlineHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'MKHH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH'\nSENT: b'MKHH0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_linetoolong.<locals>.TooLongHandler'>\nserver running\nwaiting for server\ndone\nok\ntest_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_login_cram_md5) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'CJDK0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'CJDK0 OK CAPABILITY completed'\nGOT: b'CJDK1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'CJDK1 OK CRAM-MD5 successful'\nGOT: b'CJDK2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'CJDK2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_login_cram_md5.<locals>.AuthHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'LLMH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5'\nSENT: b'LLMH0 OK CAPABILITY completed'\nGOT: b'LLMH1 AUTHENTICATE CRAM-MD5'\nSENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ='\nGOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy'\nSENT: b'LLMH1 OK CRAM-MD5 successful'\nGOT: b'LLMH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'LLMH2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL.test_search_disallows_charset_in_utf8_mode) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.UTF8Server'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'GDCI0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT'\nSENT: b'GDCI0 OK CAPABILITY completed'\nGOT: b'GDCI1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'GDCI1 OK FAKEAUTH successful'\nGOT: b'GDCI2 ENABLE UTF8=ACCEPT'\nSENT: b'GDCI2 OK ENABLE successful'\nGOT: b'GDCI3 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'GDCI3 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_simple_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'PGHL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'PGHL0 OK CAPABILITY completed'\nGOT: b'PGHL1 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'PGHL1 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL.test_ssl_verified) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'LAMP0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'LAMP0 OK CAPABILITY completed'\nwaiting for server\ndone\nok\ntest_truncated_large_literal (test.test_imaplib.ThreadedNetworkedTestsSSL.test_truncated_large_literal) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {32768}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {65536}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {131072}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {262144}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {524288}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1048576}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2097152}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4194304}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8388608}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {16777216}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {33554432}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {67108864}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {134217728}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {268435456}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {536870912}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1073741824}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2147483648}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4294967296}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8589934592}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17179869184}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {34359738368}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {68719476736}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {137438953472}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {274877906944}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {549755813888}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1099511627776}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2199023255552}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4398046511104}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {8796093022208}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {17592186044416}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {35184372088832}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {70368744177664}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {140737488355328}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {281474976710656}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {562949953421312}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1125899906842624}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2251799813685248}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4503599627370496}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9007199254740992}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {18014398509481984}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {36028797018963968}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {72057594037927936}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {144115188075855872}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {288230376151711744}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {576460752303423488}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {1152921504606846976}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {2305843009213693952}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {4611686018427387904}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_truncated_large_literal.<locals>.BadHandler'>\nserver running\nSENT: b'* OK {9223372036854775808}'\nSENT: b'IMAP4rev1'\nwaiting for server\ndone\nok\ntest_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_valid_authentication) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'DKHL0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'DKHL0 OK CAPABILITY completed'\nGOT: b'DKHL1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'DKHL1 OK FAKEAUTH successful'\nGOT: b'DKHL2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'DKHL2 OK LOGOUT completed'\nwaiting for server\ndone\ncreating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication.<locals>.MyServer'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'FNAF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'FNAF0 OK CAPABILITY completed'\nGOT: b'FNAF1 AUTHENTICATE MYAUTH'\nSENT: b'+'\nGOT: b'ZmFrZQ=='\nSENT: b'FNAF1 OK FAKEAUTH successful'\nGOT: b'FNAF2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'FNAF2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'HOMF0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'HOMF0 OK CAPABILITY completed'\nGOT: b'HOMF1 LOGIN user \"pass\"'\nSENT: b'HOMF1 OK LOGIN completed'\nGOT: b'HOMF2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'HOMF2 OK LOGOUT completed'\nwaiting for server\ndone\nok\ntest_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement_logout) ... creating server\nserver created\nADDR = ('localhost', 0)\nCLASS = <class 'test.test_imaplib.SecureTCPServer'>\nHDLR = <class 'test.test_imaplib.SimpleIMAPHandler'>\nserver running\nSENT: b'* OK IMAP4rev1'\nGOT: b'EMFH0 CAPABILITY'\nSENT: b'* CAPABILITY IMAP4rev1'\nSENT: b'EMFH0 OK CAPABILITY completed'\nGOT: b'EMFH1 LOGIN user \"pass\"'\nSENT: b'EMFH1 OK LOGIN completed'\nGOT: b'EMFH2 LOGOUT'\nSENT: b'* BYE IMAP4ref1 Server logging out'\nSENT: b'EMFH2 OK LOGOUT completed'\nwaiting for server\ndone\nok\n\n----------------------------------------------------------------------\nRan 96 tests in 11.614s\n\nOK\n0:01:46 load avg: 1.49 [267/480] test_math_property passed\nSKIP: test_addition_commutes (test.test_math_property.NextafterTests.test_addition_commutes) 'Hypothesis required for property test with no specified examples'\nSKIP: test_count (test.test_math_property.NextafterTests.test_count) 'Hypothesis required for property test with no specified examples'\n\n----------------------------------------------------------------------\nRan 2 tests in 0.000s\n\nOK (skipped=2)\n0:01:46 load avg: 1.49 [268/480] test_memoryio passed\nPASS: testInit (test.test_memoryio.CBytesIOTest.testInit)\nPASS: testRead (test.test_memoryio.CBytesIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.CBytesIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.CBytesIOTest.testSeek)\nPASS: testTell (test.test_memoryio.CBytesIOTest.testTell)\nPASS: test_bytes_array (test.test_memoryio.CBytesIOTest.test_bytes_array)\nPASS: test_cow_mutable (test.test_memoryio.CBytesIOTest.test_cow_mutable)\nPASS: test_cow_setstate (test.test_memoryio.CBytesIOTest.test_cow_setstate)\nPASS: test_cow_truncate (test.test_memoryio.CBytesIOTest.test_cow_truncate)\nPASS: test_cow_write (test.test_memoryio.CBytesIOTest.test_cow_write)\nPASS: test_detach (test.test_memoryio.CBytesIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.CBytesIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.CBytesIOTest.test_flush)\nPASS: test_getbuffer (test.test_memoryio.CBytesIOTest.test_getbuffer)\nPASS: test_getbuffer_empty (test.test_memoryio.CBytesIOTest.test_getbuffer_empty)\nPASS: test_getbuffer_gc_collect (test.test_memoryio.CBytesIOTest.test_getbuffer_gc_collect)\nPASS: test_getstate (test.test_memoryio.CBytesIOTest.test_getstate)\nPASS: test_getvalue (test.test_memoryio.CBytesIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.CBytesIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.CBytesIOTest.test_instance_dict_leak)\nPASS: test_issue5449 (test.test_memoryio.CBytesIOTest.test_issue5449)\nPASS: test_iterator (test.test_memoryio.CBytesIOTest.test_iterator)\nPASS: test_overseek (test.test_memoryio.CBytesIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.CBytesIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.CBytesIOTest.test_read)\nPASS: test_read1 (test.test_memoryio.CBytesIOTest.test_read1)\nPASS: test_readinto (test.test_memoryio.CBytesIOTest.test_readinto)\nPASS: test_readline (test.test_memoryio.CBytesIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.CBytesIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.CBytesIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.CBytesIOTest.test_seek)\nPASS: test_setstate (test.test_memoryio.CBytesIOTest.test_setstate)\nPASS: test_sizeof (test.test_memoryio.CBytesIOTest.test_sizeof)\nPASS: test_subclassing (test.test_memoryio.CBytesIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.CBytesIOTest.test_tell)\nPASS: test_truncate (test.test_memoryio.CBytesIOTest.test_truncate)\nPASS: test_unicode (test.test_memoryio.CBytesIOTest.test_unicode)\nPASS: test_write (test.test_memoryio.CBytesIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.CBytesIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.CBytesIOTest.test_writelines_error)\nPASS: test_issue5265 (test.test_memoryio.CStringIOPickleTest.test_issue5265)\nPASS: test_newline_argument (test.test_memoryio.CStringIOPickleTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.CStringIOPickleTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.CStringIOPickleTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.CStringIOPickleTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.CStringIOPickleTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.CStringIOPickleTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.CStringIOPickleTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.CStringIOPickleTest.test_newlines_property)\nPASS: test_relative_seek (test.test_memoryio.CStringIOPickleTest.test_relative_seek)\nPASS: test_textio_properties (test.test_memoryio.CStringIOPickleTest.test_textio_properties)\nPASS: testInit (test.test_memoryio.CStringIOTest.testInit)\nPASS: testRead (test.test_memoryio.CStringIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.CStringIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.CStringIOTest.testSeek)\nPASS: testTell (test.test_memoryio.CStringIOTest.testTell)\nPASS: test_detach (test.test_memoryio.CStringIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.CStringIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.CStringIOTest.test_flush)\nPASS: test_getstate (test.test_memoryio.CStringIOTest.test_getstate)\nPASS: test_getvalue (test.test_memoryio.CStringIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.CStringIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.CStringIOTest.test_instance_dict_leak)\nPASS: test_issue5265 (test.test_memoryio.CStringIOTest.test_issue5265)\nPASS: test_iterator (test.test_memoryio.CStringIOTest.test_iterator)\nPASS: test_lone_surrogates (test.test_memoryio.CStringIOTest.test_lone_surrogates)\nPASS: test_newline_argument (test.test_memoryio.CStringIOTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.CStringIOTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.CStringIOTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.CStringIOTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.CStringIOTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.CStringIOTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.CStringIOTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.CStringIOTest.test_newlines_property)\nPASS: test_overseek (test.test_memoryio.CStringIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.CStringIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.CStringIOTest.test_read)\nPASS: test_readline (test.test_memoryio.CStringIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.CStringIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.CStringIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.CStringIOTest.test_seek)\nPASS: test_setstate (test.test_memoryio.CStringIOTest.test_setstate)\nPASS: test_subclassing (test.test_memoryio.CStringIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.CStringIOTest.test_tell)\nPASS: test_textio_properties (test.test_memoryio.CStringIOTest.test_textio_properties)\nPASS: test_truncate (test.test_memoryio.CStringIOTest.test_truncate)\nPASS: test_widechar (test.test_memoryio.CStringIOTest.test_widechar)\nPASS: test_write (test.test_memoryio.CStringIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.CStringIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.CStringIOTest.test_writelines_error)\nPASS: testInit (test.test_memoryio.PyBytesIOTest.testInit)\nPASS: testRead (test.test_memoryio.PyBytesIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.PyBytesIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.PyBytesIOTest.testSeek)\nPASS: testTell (test.test_memoryio.PyBytesIOTest.testTell)\nPASS: test_bytes_array (test.test_memoryio.PyBytesIOTest.test_bytes_array)\nPASS: test_detach (test.test_memoryio.PyBytesIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.PyBytesIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.PyBytesIOTest.test_flush)\nPASS: test_getbuffer (test.test_memoryio.PyBytesIOTest.test_getbuffer)\nPASS: test_getbuffer_empty (test.test_memoryio.PyBytesIOTest.test_getbuffer_empty)\nPASS: test_getbuffer_gc_collect (test.test_memoryio.PyBytesIOTest.test_getbuffer_gc_collect)\nPASS: test_getvalue (test.test_memoryio.PyBytesIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.PyBytesIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.PyBytesIOTest.test_instance_dict_leak)\nPASS: test_issue5449 (test.test_memoryio.PyBytesIOTest.test_issue5449)\nPASS: test_iterator (test.test_memoryio.PyBytesIOTest.test_iterator)\nPASS: test_overseek (test.test_memoryio.PyBytesIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.PyBytesIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.PyBytesIOTest.test_read)\nPASS: test_read1 (test.test_memoryio.PyBytesIOTest.test_read1)\nPASS: test_readinto (test.test_memoryio.PyBytesIOTest.test_readinto)\nPASS: test_readline (test.test_memoryio.PyBytesIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.PyBytesIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.PyBytesIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.PyBytesIOTest.test_seek)\nPASS: test_subclassing (test.test_memoryio.PyBytesIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.PyBytesIOTest.test_tell)\nPASS: test_truncate (test.test_memoryio.PyBytesIOTest.test_truncate)\nPASS: test_unicode (test.test_memoryio.PyBytesIOTest.test_unicode)\nPASS: test_write (test.test_memoryio.PyBytesIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.PyBytesIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.PyBytesIOTest.test_writelines_error)\nPASS: test_issue5265 (test.test_memoryio.PyStringIOPickleTest.test_issue5265)\nPASS: test_newline_argument (test.test_memoryio.PyStringIOPickleTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.PyStringIOPickleTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.PyStringIOPickleTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.PyStringIOPickleTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.PyStringIOPickleTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.PyStringIOPickleTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.PyStringIOPickleTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.PyStringIOPickleTest.test_newlines_property)\nPASS: test_relative_seek (test.test_memoryio.PyStringIOPickleTest.test_relative_seek)\nPASS: test_textio_properties (test.test_memoryio.PyStringIOPickleTest.test_textio_properties)\nPASS: testInit (test.test_memoryio.PyStringIOTest.testInit)\nPASS: testRead (test.test_memoryio.PyStringIOTest.testRead)\nPASS: testReadNoArgs (test.test_memoryio.PyStringIOTest.testReadNoArgs)\nPASS: testSeek (test.test_memoryio.PyStringIOTest.testSeek)\nPASS: testTell (test.test_memoryio.PyStringIOTest.testTell)\nPASS: test_detach (test.test_memoryio.PyStringIOTest.test_detach)\nPASS: test_flags (test.test_memoryio.PyStringIOTest.test_flags)\nPASS: test_flush (test.test_memoryio.PyStringIOTest.test_flush)\nPASS: test_getvalue (test.test_memoryio.PyStringIOTest.test_getvalue)\nPASS: test_init (test.test_memoryio.PyStringIOTest.test_init)\nPASS: test_instance_dict_leak (test.test_memoryio.PyStringIOTest.test_instance_dict_leak)\nPASS: test_issue5265 (test.test_memoryio.PyStringIOTest.test_issue5265)\nPASS: test_iterator (test.test_memoryio.PyStringIOTest.test_iterator)\nPASS: test_lone_surrogates (test.test_memoryio.PyStringIOTest.test_lone_surrogates)\nPASS: test_newline_argument (test.test_memoryio.PyStringIOTest.test_newline_argument)\nPASS: test_newline_cr (test.test_memoryio.PyStringIOTest.test_newline_cr)\nPASS: test_newline_crlf (test.test_memoryio.PyStringIOTest.test_newline_crlf)\nPASS: test_newline_default (test.test_memoryio.PyStringIOTest.test_newline_default)\nPASS: test_newline_empty (test.test_memoryio.PyStringIOTest.test_newline_empty)\nPASS: test_newline_lf (test.test_memoryio.PyStringIOTest.test_newline_lf)\nPASS: test_newline_none (test.test_memoryio.PyStringIOTest.test_newline_none)\nPASS: test_newlines_property (test.test_memoryio.PyStringIOTest.test_newlines_property)\nPASS: test_overseek (test.test_memoryio.PyStringIOTest.test_overseek)\nPASS: test_pickling (test.test_memoryio.PyStringIOTest.test_pickling)\nPASS: test_read (test.test_memoryio.PyStringIOTest.test_read)\nPASS: test_readline (test.test_memoryio.PyStringIOTest.test_readline)\nPASS: test_readlines (test.test_memoryio.PyStringIOTest.test_readlines)\nPASS: test_relative_seek (test.test_memoryio.PyStringIOTest.test_relative_seek)\nPASS: test_seek (test.test_memoryio.PyStringIOTest.test_seek)\nPASS: test_subclassing (test.test_memoryio.PyStringIOTest.test_subclassing)\nPASS: test_tell (test.test_memoryio.PyStringIOTest.test_tell)\nPASS: test_textio_properties (test.test_memoryio.PyStringIOTest.test_textio_properties)\nPASS: test_truncate (test.test_memoryio.PyStringIOTest.test_truncate)\nPASS: test_write (test.test_memoryio.PyStringIOTest.test_write)\nPASS: test_writelines (test.test_memoryio.PyStringIOTest.test_writelines)\nPASS: test_writelines_error (test.test_memoryio.PyStringIOTest.test_writelines_error)\n\n----------------------------------------------------------------------\nRan 170 tests in 0.023s\n\nOK\n0:01:46 load avg: 1.53 [269/480] test_memoryview passed\nSKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_readonly) 'no read-only type to test'\nPASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.ArrayMemorySliceSliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceSliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.ArrayMemorySliceSliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuf_fail)\nSKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'\nPASS: test_getitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_getitem)\nSKIP: test_hash (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash) 'no read-only type to test'\nPASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceSliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.ArrayMemorySliceSliceTest.test_iter)\nPASS: test_release (test.test_memoryview.ArrayMemorySliceSliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.ArrayMemorySliceSliceTest.test_reversed)\nSKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_readonly) 'no read-only type to test'\nPASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.ArrayMemorySliceSliceTest.test_tobytes)\nSKIP: test_tolist (test.test_memoryview.ArrayMemorySliceSliceTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'\nPASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.ArrayMemorySliceSliceTest.test_weakref)\nSKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_writable_readonly) 'no read-only type to test'\nSKIP: test_attributes_readonly (test.test_memoryview.ArrayMemorySliceTest.test_attributes_readonly) 'no read-only type to test'\nPASS: test_attributes_writable (test.test_memoryview.ArrayMemorySliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.ArrayMemorySliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.ArrayMemorySliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.ArrayMemorySliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.ArrayMemorySliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.ArrayMemorySliceTest.test_getbuf_fail)\nSKIP: test_getbuffer (test.test_memoryview.ArrayMemorySliceTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'\nPASS: test_getitem (test.test_memoryview.ArrayMemorySliceTest.test_getitem)\nSKIP: test_hash (test.test_memoryview.ArrayMemorySliceTest.test_hash) 'no read-only type to test'\nPASS: test_hash_writable (test.test_memoryview.ArrayMemorySliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.ArrayMemorySliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.ArrayMemorySliceTest.test_iter)\nPASS: test_refs (test.test_memoryview.ArrayMemorySliceTest.test_refs)\nPASS: test_release (test.test_memoryview.ArrayMemorySliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.ArrayMemorySliceTest.test_reversed)\nSKIP: test_setitem_readonly (test.test_memoryview.ArrayMemorySliceTest.test_setitem_readonly) 'no read-only type to test'\nPASS: test_setitem_writable (test.test_memoryview.ArrayMemorySliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.ArrayMemorySliceTest.test_tobytes)\nSKIP: test_tolist (test.test_memoryview.ArrayMemorySliceTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'\nPASS: test_toreadonly (test.test_memoryview.ArrayMemorySliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.ArrayMemorySliceTest.test_weakref)\nSKIP: test_writable_readonly (test.test_memoryview.ArrayMemorySliceTest.test_writable_readonly) 'no read-only type to test'\nPASS: test_array_assign (test.test_memoryview.ArrayMemoryviewTest.test_array_assign)\nSKIP: test_attributes_readonly (test.test_memoryview.ArrayMemoryviewTest.test_attributes_readonly) 'no read-only type to test'\nPASS: test_attributes_writable (test.test_memoryview.ArrayMemoryviewTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.ArrayMemoryviewTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.ArrayMemoryviewTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.ArrayMemoryviewTest.test_delitem)\nPASS: test_gc (test.test_memoryview.ArrayMemoryviewTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.ArrayMemoryviewTest.test_getbuf_fail)\nSKIP: test_getbuffer (test.test_memoryview.ArrayMemoryviewTest.test_getbuffer) 'XXX test should be adapted for non-byte buffers'\nPASS: test_getitem (test.test_memoryview.ArrayMemoryviewTest.test_getitem)\nSKIP: test_hash (test.test_memoryview.ArrayMemoryviewTest.test_hash) 'no read-only type to test'\nPASS: test_hash_writable (test.test_memoryview.ArrayMemoryviewTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.ArrayMemoryviewTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.ArrayMemoryviewTest.test_iter)\nPASS: test_release (test.test_memoryview.ArrayMemoryviewTest.test_release)\nPASS: test_reversed (test.test_memoryview.ArrayMemoryviewTest.test_reversed)\nSKIP: test_setitem_readonly (test.test_memoryview.ArrayMemoryviewTest.test_setitem_readonly) 'no read-only type to test'\nPASS: test_setitem_writable (test.test_memoryview.ArrayMemoryviewTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.ArrayMemoryviewTest.test_tobytes)\nSKIP: test_tolist (test.test_memoryview.ArrayMemoryviewTest.test_tolist) 'XXX NotImplementedError: tolist() only supports byte views'\nPASS: test_toreadonly (test.test_memoryview.ArrayMemoryviewTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.ArrayMemoryviewTest.test_weakref)\nSKIP: test_writable_readonly (test.test_memoryview.ArrayMemoryviewTest.test_writable_readonly) 'no read-only type to test'\nPASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_readonly)\nPASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.BytesMemorySliceSliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.BytesMemorySliceSliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.BytesMemorySliceSliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.BytesMemorySliceSliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuf_fail)\nPASS: test_getbuffer (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuffer)\nPASS: test_getitem (test.test_memoryview.BytesMemorySliceSliceTest.test_getitem)\nPASS: test_hash (test.test_memoryview.BytesMemorySliceSliceTest.test_hash)\nPASS: test_hash_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.BytesMemorySliceSliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.BytesMemorySliceSliceTest.test_iter)\nPASS: test_release (test.test_memoryview.BytesMemorySliceSliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.BytesMemorySliceSliceTest.test_reversed)\nPASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_readonly)\nPASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.BytesMemorySliceSliceTest.test_tobytes)\nPASS: test_tolist (test.test_memoryview.BytesMemorySliceSliceTest.test_tolist)\nPASS: test_toreadonly (test.test_memoryview.BytesMemorySliceSliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.BytesMemorySliceSliceTest.test_weakref)\nPASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_writable_readonly)\nPASS: test_attributes_readonly (test.test_memoryview.BytesMemorySliceTest.test_attributes_readonly)\nPASS: test_attributes_writable (test.test_memoryview.BytesMemorySliceTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.BytesMemorySliceTest.test_compare)\nPASS: test_contextmanager (test.test_memoryview.BytesMemorySliceTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.BytesMemorySliceTest.test_delitem)\nPASS: test_gc (test.test_memoryview.BytesMemorySliceTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.BytesMemorySliceTest.test_getbuf_fail)\nPASS: test_getbuffer (test.test_memoryview.BytesMemorySliceTest.test_getbuffer)\nPASS: test_getitem (test.test_memoryview.BytesMemorySliceTest.test_getitem)\nPASS: test_hash (test.test_memoryview.BytesMemorySliceTest.test_hash)\nPASS: test_hash_writable (test.test_memoryview.BytesMemorySliceTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.BytesMemorySliceTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.BytesMemorySliceTest.test_iter)\nPASS: test_refs (test.test_memoryview.BytesMemorySliceTest.test_refs)\nPASS: test_release (test.test_memoryview.BytesMemorySliceTest.test_release)\nPASS: test_reversed (test.test_memoryview.BytesMemorySliceTest.test_reversed)\nPASS: test_setitem_readonly (test.test_memoryview.BytesMemorySliceTest.test_setitem_readonly)\nPASS: test_setitem_writable (test.test_memoryview.BytesMemorySliceTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.BytesMemorySliceTest.test_tobytes)\nPASS: test_tolist (test.test_memoryview.BytesMemorySliceTest.test_tolist)\nPASS: test_toreadonly (test.test_memoryview.BytesMemorySliceTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.BytesMemorySliceTest.test_weakref)\nPASS: test_writable_readonly (test.test_memoryview.BytesMemorySliceTest.test_writable_readonly)\nPASS: test_attributes_readonly (test.test_memoryview.BytesMemoryviewTest.test_attributes_readonly)\nPASS: test_attributes_writable (test.test_memoryview.BytesMemoryviewTest.test_attributes_writable)\nPASS: test_compare (test.test_memoryview.BytesMemoryviewTest.test_compare)\nPASS: test_constructor (test.test_memoryview.BytesMemoryviewTest.test_constructor)\nPASS: test_contextmanager (test.test_memoryview.BytesMemoryviewTest.test_contextmanager)\nPASS: test_delitem (test.test_memoryview.BytesMemoryviewTest.test_delitem)\nPASS: test_gc (test.test_memoryview.BytesMemoryviewTest.test_gc)\nPASS: test_getbuf_fail (test.test_memoryview.BytesMemoryviewTest.test_getbuf_fail)\nPASS: test_getbuffer (test.test_memoryview.BytesMemoryviewTest.test_getbuffer)\nPASS: test_getitem (test.test_memoryview.BytesMemoryviewTest.test_getitem)\nPASS: test_hash (test.test_memoryview.BytesMemoryviewTest.test_hash)\nPASS: test_hash_writable (test.test_memoryview.BytesMemoryviewTest.test_hash_writable)\nPASS: test_issue22668 (test.test_memoryview.BytesMemoryviewTest.test_issue22668)\nPASS: test_iter (test.test_memoryview.BytesMemoryviewTest.test_iter)\nPASS: test_release (test.test_memoryview.BytesMemoryviewTest.test_release)\nPASS: test_reversed (test.test_memoryview.BytesMemoryviewTest.test_reversed)\nPASS: test_setitem_readonly (test.test_memoryview.BytesMemoryviewTest.test_setitem_readonly)\nPASS: test_setitem_writable (test.test_memoryview.BytesMemoryviewTest.test_setitem_writable)\nPASS: test_tobytes (test.test_memoryview.BytesMemoryviewTest.test_tobytes)\nPASS: test_tolist (test.test_memoryview.BytesMemoryviewTest.test_tolist)\nPASS: test_toreadonly (test.test_memoryview.BytesMemoryviewTest.test_toreadonly)\nPASS: test_weakref (test.test_memoryview.BytesMemoryviewTest.test_weakref)\nPASS: test_writable_readonly (test.test_memoryview.BytesMemoryviewTest.test_writable_readonly)\nPASS: test_buffer_reference_loop (test.test_memoryview.OtherTest.test_buffer_reference_loop)\nPASS: test_copy (test.test_memoryview.OtherTest.test_copy)\nPASS: test_ctypes_cast (test.test_memoryview.OtherTest.test_ctypes_cast)\nPASS: test_half_float (test.test_memoryview.OtherTest.test_half_float)\nPASS: test_memoryview_hex (test.test_memoryview.OtherTest.test_memoryview_hex)\nPASS: test_pickle (test.test_memoryview.OtherTest.test_pickle)\nPASS: test_picklebuffer_reference_loop (test.test_memoryview.OtherTest.test_picklebuffer_reference_loop)\nPASS: test_use_released_memory (test.test_memoryview.OtherTest.test_use_released_memory)\n\n----------------------------------------------------------------------\nRan 144 tests in 0.067s\n\nOK (skipped=18)\n0:01:46 load avg: 1.53 [270/480] test_metaclass passed\ndoctests (test.test_metaclass.__test__)\nPASS: Doctest: test.test_metaclass.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.004s\n\nOK\n0:01:47 load avg: 1.53 [271/480] test_mimetypes passed\nPASS: test_bytes_path (test.test_mimetypes.MimeTypesTestCase.test_bytes_path)\nPASS: test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity)\nPASS: test_data_urls (test.test_mimetypes.MimeTypesTestCase.test_data_urls)\nPASS: test_default_data (test.test_mimetypes.MimeTypesTestCase.test_default_data)\nPASS: test_encoding (test.test_mimetypes.MimeTypesTestCase.test_encoding)\nPASS: test_file_parsing (test.test_mimetypes.MimeTypesTestCase.test_file_parsing)\nPASS: test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters)\nPASS: test_guess_all_types (test.test_mimetypes.MimeTypesTestCase.test_guess_all_types)\nPASS: test_guess_known_extensions (test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions)\nPASS: test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes)\nPASS: test_init_stability (test.test_mimetypes.MimeTypesTestCase.test_init_stability)\nPASS: test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api)\nPASS: test_non_standard_types (test.test_mimetypes.MimeTypesTestCase.test_non_standard_types)\nPASS: test_path_like_ob (test.test_mimetypes.MimeTypesTestCase.test_path_like_ob)\nPASS: test_preferred_extension (test.test_mimetypes.MimeTypesTestCase.test_preferred_extension)\nPASS: test_read_mime_types (test.test_mimetypes.MimeTypesTestCase.test_read_mime_types)\nPASS: test_url (test.test_mimetypes.MimeTypesTestCase.test_url)\nPASS: test_guess_extension (test.test_mimetypes.MimetypesCliTestCase.test_guess_extension)\nPASS: test_guess_type (test.test_mimetypes.MimetypesCliTestCase.test_guess_type)\nPASS: test_help_option (test.test_mimetypes.MimetypesCliTestCase.test_help_option)\nPASS: test_invalid_option (test.test_mimetypes.MimetypesCliTestCase.test_invalid_option)\nPASS: test__all__ (test.test_mimetypes.MiscTestCase.test__all__)\nSKIP: test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator) 'Windows only'\nSKIP: test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing) 'Windows only'\n\n----------------------------------------------------------------------\nRan 24 tests in 0.006s\n\nOK (skipped=2)\n0:01:47 load avg: 1.53 [272/480] test_minidom passed\nPASS: testAAA (test.test_minidom.MinidomTest.testAAA)\nPASS: testAAB (test.test_minidom.MinidomTest.testAAB)\nPASS: testAddAttr (test.test_minidom.MinidomTest.testAddAttr)\nPASS: testAltNewline (test.test_minidom.MinidomTest.testAltNewline)\nPASS: testAppendChild (test.test_minidom.MinidomTest.testAppendChild)\nPASS: testAppendChildFragment (test.test_minidom.MinidomTest.testAppendChildFragment)\nPASS: testAttrListItem (test.test_minidom.MinidomTest.testAttrListItem)\nPASS: testAttrListItemNS (test.test_minidom.MinidomTest.testAttrListItemNS)\nPASS: testAttrListItems (test.test_minidom.MinidomTest.testAttrListItems)\nPASS: testAttrListKeys (test.test_minidom.MinidomTest.testAttrListKeys)\nPASS: testAttrListKeysNS (test.test_minidom.MinidomTest.testAttrListKeysNS)\nPASS: testAttrListLength (test.test_minidom.MinidomTest.testAttrListLength)\nPASS: testAttrListValues (test.test_minidom.MinidomTest.testAttrListValues)\nPASS: testAttrList__getitem__ (test.test_minidom.MinidomTest.testAttrList__getitem__)\nPASS: testAttrList__setitem__ (test.test_minidom.MinidomTest.testAttrList__setitem__)\nPASS: testAttrModeSetsNonOptionalAttrs (test.test_minidom.MinidomTest.testAttrModeSetsNonOptionalAttrs)\nPASS: testAttrModeSetsParamsAsAttrs (test.test_minidom.MinidomTest.testAttrModeSetsParamsAsAttrs)\nPASS: testAttributeRepr (test.test_minidom.MinidomTest.testAttributeRepr)\nPASS: testBug0777884 (test.test_minidom.MinidomTest.testBug0777884)\nPASS: testBug1433694 (test.test_minidom.MinidomTest.testBug1433694)\nPASS: testChangeAttr (test.test_minidom.MinidomTest.testChangeAttr)\nPASS: testChildNodes (test.test_minidom.MinidomTest.testChildNodes)\nPASS: testCloneAttributeDeep (test.test_minidom.MinidomTest.testCloneAttributeDeep)\nPASS: testCloneAttributeShallow (test.test_minidom.MinidomTest.testCloneAttributeShallow)\nPASS: testCloneDocumentDeep (test.test_minidom.MinidomTest.testCloneDocumentDeep)\nPASS: testCloneDocumentShallow (test.test_minidom.MinidomTest.testCloneDocumentShallow)\nPASS: testCloneDocumentTypeDeepNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepNotOk)\nPASS: testCloneDocumentTypeDeepOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepOk)\nPASS: testCloneDocumentTypeShallowNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowNotOk)\nPASS: testCloneDocumentTypeShallowOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowOk)\nPASS: testCloneElementDeep (test.test_minidom.MinidomTest.testCloneElementDeep)\nPASS: testCloneElementShallow (test.test_minidom.MinidomTest.testCloneElementShallow)\nPASS: testCloneNodeEntity (test.test_minidom.MinidomTest.testCloneNodeEntity)\nPASS: testClonePIDeep (test.test_minidom.MinidomTest.testClonePIDeep)\nPASS: testClonePIShallow (test.test_minidom.MinidomTest.testClonePIShallow)\nPASS: testComment (test.test_minidom.MinidomTest.testComment)\nPASS: testContext (test.test_minidom.MinidomTest.testContext)\nPASS: testCreateAttributeNS (test.test_minidom.MinidomTest.testCreateAttributeNS)\nPASS: testCreateElementNS (test.test_minidom.MinidomTest.testCreateElementNS)\nPASS: testDeepcopiedDocument (test.test_minidom.MinidomTest.testDeepcopiedDocument)\nPASS: testDeleteAttr (test.test_minidom.MinidomTest.testDeleteAttr)\nPASS: testDocRemoveChild (test.test_minidom.MinidomTest.testDocRemoveChild)\nPASS: testDocumentAsyncAttr (test.test_minidom.MinidomTest.testDocumentAsyncAttr)\nPASS: testDocumentElement (test.test_minidom.MinidomTest.testDocumentElement)\nPASS: testElement (test.test_minidom.MinidomTest.testElement)\nPASS: testElementReprAndStr (test.test_minidom.MinidomTest.testElementReprAndStr)\nPASS: testElementReprAndStrUnicode (test.test_minidom.MinidomTest.testElementReprAndStrUnicode)\nPASS: testElementReprAndStrUnicodeNS (test.test_minidom.MinidomTest.testElementReprAndStrUnicodeNS)\nPASS: testEmptyXMLNSValue (test.test_minidom.MinidomTest.testEmptyXMLNSValue)\nPASS: testEncodings (test.test_minidom.MinidomTest.testEncodings)\nPASS: testExceptionOnSpacesInXMLNSValue (test.test_minidom.MinidomTest.testExceptionOnSpacesInXMLNSValue)\nPASS: testFirstChild (test.test_minidom.MinidomTest.testFirstChild)\nPASS: testGetAttrList (test.test_minidom.MinidomTest.testGetAttrList)\nPASS: testGetAttrValues (test.test_minidom.MinidomTest.testGetAttrValues)\nPASS: testGetAttribute (test.test_minidom.MinidomTest.testGetAttribute)\nPASS: testGetAttributeNS (test.test_minidom.MinidomTest.testGetAttributeNS)\nPASS: testGetAttributeNode (test.test_minidom.MinidomTest.testGetAttributeNode)\nPASS: testGetElementsByTagName (test.test_minidom.MinidomTest.testGetElementsByTagName)\nPASS: testGetElementsByTagNameNS (test.test_minidom.MinidomTest.testGetElementsByTagNameNS)\nPASS: testGetEmptyNodeListFromElementsByTagNameNS (test.test_minidom.MinidomTest.testGetEmptyNodeListFromElementsByTagNameNS)\nPASS: testHasAttribute (test.test_minidom.MinidomTest.testHasAttribute)\nPASS: testHasChildNodes (test.test_minidom.MinidomTest.testHasChildNodes)\nPASS: testImportDocumentDeep (test.test_minidom.MinidomTest.testImportDocumentDeep)\nPASS: testImportDocumentShallow (test.test_minidom.MinidomTest.testImportDocumentShallow)\nPASS: testImportDocumentTypeDeep (test.test_minidom.MinidomTest.testImportDocumentTypeDeep)\nPASS: testImportDocumentTypeShallow (test.test_minidom.MinidomTest.testImportDocumentTypeShallow)\nPASS: testInsertBefore (test.test_minidom.MinidomTest.testInsertBefore)\nPASS: testInsertBeforeFragment (test.test_minidom.MinidomTest.testInsertBeforeFragment)\nPASS: testLegalChildren (test.test_minidom.MinidomTest.testLegalChildren)\nPASS: testNamedNodeMapSetItem (test.test_minidom.MinidomTest.testNamedNodeMapSetItem)\nPASS: testNodeListItem (test.test_minidom.MinidomTest.testNodeListItem)\nPASS: testNonZero (test.test_minidom.MinidomTest.testNonZero)\nPASS: testNormalize (test.test_minidom.MinidomTest.testNormalize)\nPASS: testNormalizeCombineAndNextSibling (test.test_minidom.MinidomTest.testNormalizeCombineAndNextSibling)\nPASS: testNormalizeDeleteAndCombine (test.test_minidom.MinidomTest.testNormalizeDeleteAndCombine)\nPASS: testNormalizeDeleteWithNextSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithNextSibling)\nPASS: testNormalizeDeleteWithPrevSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithPrevSibling)\nPASS: testNormalizeDeleteWithTwoNonTextSiblings (test.test_minidom.MinidomTest.testNormalizeDeleteWithTwoNonTextSiblings)\nPASS: testNormalizeRecursion (test.test_minidom.MinidomTest.testNormalizeRecursion)\nPASS: testParents (test.test_minidom.MinidomTest.testParents)\nPASS: testParse (test.test_minidom.MinidomTest.testParse)\nPASS: testParseAttributeNamespaces (test.test_minidom.MinidomTest.testParseAttributeNamespaces)\nPASS: testParseAttributes (test.test_minidom.MinidomTest.testParseAttributes)\nPASS: testParseElement (test.test_minidom.MinidomTest.testParseElement)\nPASS: testParseElementNamespaces (test.test_minidom.MinidomTest.testParseElementNamespaces)\nPASS: testParseFromBinaryFile (test.test_minidom.MinidomTest.testParseFromBinaryFile)\nPASS: testParseFromTextFile (test.test_minidom.MinidomTest.testParseFromTextFile)\nPASS: testParseProcessingInstructions (test.test_minidom.MinidomTest.testParseProcessingInstructions)\nPASS: testParseString (test.test_minidom.MinidomTest.testParseString)\nPASS: testPatch1094164 (test.test_minidom.MinidomTest.testPatch1094164)\nPASS: testPickledDocument (test.test_minidom.MinidomTest.testPickledDocument)\nPASS: testProcessingInstruction (test.test_minidom.MinidomTest.testProcessingInstruction)\nPASS: testProcessingInstructionNameError (test.test_minidom.MinidomTest.testProcessingInstructionNameError)\nPASS: testProcessingInstructionRepr (test.test_minidom.MinidomTest.testProcessingInstructionRepr)\nPASS: testRemoveAttr (test.test_minidom.MinidomTest.testRemoveAttr)\nPASS: testRemoveAttrNS (test.test_minidom.MinidomTest.testRemoveAttrNS)\nPASS: testRemoveAttributeNode (test.test_minidom.MinidomTest.testRemoveAttributeNode)\nPASS: testRemoveNamedItem (test.test_minidom.MinidomTest.testRemoveNamedItem)\nPASS: testRemoveNamedItemNS (test.test_minidom.MinidomTest.testRemoveNamedItemNS)\nPASS: testRenameAttribute (test.test_minidom.MinidomTest.testRenameAttribute)\nPASS: testRenameElement (test.test_minidom.MinidomTest.testRenameElement)\nPASS: testRenameOther (test.test_minidom.MinidomTest.testRenameOther)\nPASS: testReplaceChildFragment (test.test_minidom.MinidomTest.testReplaceChildFragment)\nPASS: testReplaceWholeText (test.test_minidom.MinidomTest.testReplaceWholeText)\nPASS: testSchemaType (test.test_minidom.MinidomTest.testSchemaType)\nPASS: testSerializeCommentNodeWithDoubleHyphen (test.test_minidom.MinidomTest.testSerializeCommentNodeWithDoubleHyphen)\nPASS: testSetAttrValueandNodeValue (test.test_minidom.MinidomTest.testSetAttrValueandNodeValue)\nPASS: testSetIdAttribute (test.test_minidom.MinidomTest.testSetIdAttribute)\nPASS: testSetIdAttributeNS (test.test_minidom.MinidomTest.testSetIdAttributeNS)\nPASS: testSetIdAttributeNode (test.test_minidom.MinidomTest.testSetIdAttributeNode)\nPASS: testSiblings (test.test_minidom.MinidomTest.testSiblings)\nPASS: testStandalone (test.test_minidom.MinidomTest.testStandalone)\nPASS: testTextRepr (test.test_minidom.MinidomTest.testTextRepr)\nPASS: testTooManyDocumentElements (test.test_minidom.MinidomTest.testTooManyDocumentElements)\nPASS: testUnlink (test.test_minidom.MinidomTest.testUnlink)\nPASS: testUserData (test.test_minidom.MinidomTest.testUserData)\nPASS: testWholeText (test.test_minidom.MinidomTest.testWholeText)\nPASS: testWriteText (test.test_minidom.MinidomTest.testWriteText)\nPASS: testWriteXML (test.test_minidom.MinidomTest.testWriteXML)\nPASS: test_cdata_parsing (test.test_minidom.MinidomTest.test_cdata_parsing)\nPASS: test_minidom_attribute_order (test.test_minidom.MinidomTest.test_minidom_attribute_order)\nPASS: test_toprettyxml_preserves_content_of_text_node (test.test_minidom.MinidomTest.test_toprettyxml_preserves_content_of_text_node)\nPASS: test_toprettyxml_with_adjacent_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_adjacent_text_nodes)\nPASS: test_toprettyxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toprettyxml_with_attributes_ordered)\nPASS: test_toprettyxml_with_cdata (test.test_minidom.MinidomTest.test_toprettyxml_with_cdata)\nPASS: test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_text_nodes)\nPASS: test_toxml_quote_attrib (test.test_minidom.MinidomTest.test_toxml_quote_attrib)\nPASS: test_toxml_quote_text (test.test_minidom.MinidomTest.test_toxml_quote_text)\nPASS: test_toxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toxml_with_attributes_ordered)\n\n----------------------------------------------------------------------\nRan 129 tests in 0.011s\n\nOK\n0:01:47 load avg: 1.53 [273/480] test_math passed\nPASS: test_fma_infinities (test.test_math.FMATests.test_fma_infinities)\nPASS: test_fma_nan_results (test.test_math.FMATests.test_fma_nan_results)\nPASS: test_fma_overflow (test.test_math.FMATests.test_fma_overflow)\nPASS: test_fma_single_round (test.test_math.FMATests.test_fma_single_round)\nPASS: test_fma_zero_result (test.test_math.FMATests.test_fma_zero_result)\nPASS: test_random (test.test_math.FMATests.test_random)\nPASS: test_asymmetry (test.test_math.IsCloseTests.test_asymmetry)\nPASS: test_decimals (test.test_math.IsCloseTests.test_decimals)\nPASS: test_eight_decimal_places (test.test_math.IsCloseTests.test_eight_decimal_places)\nPASS: test_fractions (test.test_math.IsCloseTests.test_fractions)\nPASS: test_identical (test.test_math.IsCloseTests.test_identical)\nPASS: test_identical_infinite (test.test_math.IsCloseTests.test_identical_infinite)\nPASS: test_inf_ninf_nan (test.test_math.IsCloseTests.test_inf_ninf_nan)\nPASS: test_integers (test.test_math.IsCloseTests.test_integers)\nPASS: test_near_zero (test.test_math.IsCloseTests.test_near_zero)\nPASS: test_negative_tolerances (test.test_math.IsCloseTests.test_negative_tolerances)\nPASS: test_zero_tolerance (test.test_math.IsCloseTests.test_zero_tolerance)\nPASS: testAcos (test.test_math.MathTests.testAcos)\nPASS: testAcosh (test.test_math.MathTests.testAcosh)\nPASS: testAsin (test.test_math.MathTests.testAsin)\nPASS: testAsinh (test.test_math.MathTests.testAsinh)\nPASS: testAtan (test.test_math.MathTests.testAtan)\nPASS: testAtan2 (test.test_math.MathTests.testAtan2)\nPASS: testAtanh (test.test_math.MathTests.testAtanh)\nPASS: testCbrt (test.test_math.MathTests.testCbrt)\nPASS: testCeil (test.test_math.MathTests.testCeil)\nPASS: testComb (test.test_math.MathTests.testComb)\nPASS: testConstants (test.test_math.MathTests.testConstants)\nPASS: testCopysign (test.test_math.MathTests.testCopysign)\nPASS: testCos (test.test_math.MathTests.testCos)\nPASS: testCosh (test.test_math.MathTests.testCosh)\nPASS: testDegrees (test.test_math.MathTests.testDegrees)\nPASS: testDist (test.test_math.MathTests.testDist)\nPASS: testExp (test.test_math.MathTests.testExp)\nPASS: testExp2 (test.test_math.MathTests.testExp2)\nPASS: testFabs (test.test_math.MathTests.testFabs)\nPASS: testFactorial (test.test_math.MathTests.testFactorial)\nPASS: testFactorialHugeInputs (test.test_math.MathTests.testFactorialHugeInputs)\nPASS: testFactorialNonIntegers (test.test_math.MathTests.testFactorialNonIntegers)\nPASS: testFloor (test.test_math.MathTests.testFloor)\nPASS: testFmod (test.test_math.MathTests.testFmod)\nPASS: testFrexp (test.test_math.MathTests.testFrexp)\nPASS: testFsum (test.test_math.MathTests.testFsum)\nPASS: testGcd (test.test_math.MathTests.testGcd)\nPASS: testHypot (test.test_math.MathTests.testHypot)\nPASS: testHypotAccuracy (test.test_math.MathTests.testHypotAccuracy)\nPASS: testIsfinite (test.test_math.MathTests.testIsfinite)\nPASS: testIsinf (test.test_math.MathTests.testIsinf)\nPASS: testIsnan (test.test_math.MathTests.testIsnan)\nPASS: testIsqrt (test.test_math.MathTests.testIsqrt)\nPASS: testLdexp (test.test_math.MathTests.testLdexp)\nPASS: testLdexp_denormal (test.test_math.MathTests.testLdexp_denormal)\nPASS: testLog (test.test_math.MathTests.testLog)\nPASS: testLog10 (test.test_math.MathTests.testLog10)\nPASS: testLog1p (test.test_math.MathTests.testLog1p)\nPASS: testLog2 (test.test_math.MathTests.testLog2)\nPASS: testLog2Exact (test.test_math.MathTests.testLog2Exact)\nPASS: testModf (test.test_math.MathTests.testModf)\nPASS: testPerm (test.test_math.MathTests.testPerm)\nPASS: testPow (test.test_math.MathTests.testPow)\nPASS: testRadians (test.test_math.MathTests.testRadians)\nPASS: testRemainder (test.test_math.MathTests.testRemainder)\nPASS: testSin (test.test_math.MathTests.testSin)\nPASS: testSinh (test.test_math.MathTests.testSinh)\nPASS: testSqrt (test.test_math.MathTests.testSqrt)\nPASS: testSumProd (test.test_math.MathTests.testSumProd)\nPASS: testTan (test.test_math.MathTests.testTan)\nPASS: testTanh (test.test_math.MathTests.testTanh)\nPASS: testTanhSign (test.test_math.MathTests.testTanhSign)\nPASS: test_exceptions (test.test_math.MathTests.test_exceptions)\nPASS: test_inf_constant (test.test_math.MathTests.test_inf_constant)\nPASS: test_input_exceptions (test.test_math.MathTests.test_input_exceptions)\nPASS: test_issue39871 (test.test_math.MathTests.test_issue39871)\nPASS: test_lcm (test.test_math.MathTests.test_lcm)\nPASS: test_math_dist_leak (test.test_math.MathTests.test_math_dist_leak)\nPASS: test_mtestfile (test.test_math.MathTests.test_mtestfile)\nPASS: test_nan_constant (test.test_math.MathTests.test_nan_constant)\nPASS: test_nextafter (test.test_math.MathTests.test_nextafter)\nPASS: test_prod (test.test_math.MathTests.test_prod)\nPASS: test_sumprod_accuracy (test.test_math.MathTests.test_sumprod_accuracy)\nSKIP: test_sumprod_extended_precision_accuracy (test.test_math.MathTests.test_sumprod_extended_precision_accuracy) \"resource 'cpu' is not enabled\"\nSKIP: test_sumprod_stress (test.test_math.MathTests.test_sumprod_stress) \"resource 'cpu' is not enabled\"\nPASS: test_testfile (test.test_math.MathTests.test_testfile)\nPASS: test_trunc (test.test_math.MathTests.test_trunc)\nPASS: test_ulp (test.test_math.MathTests.test_ulp)\n/usr/lib/python3.13/test/mathdata/ieee754.txt\nPASS: Doctest: ieee754.txt\n\n----------------------------------------------------------------------\nRan 86 tests in 0.945s\n\nOK (skipped=2)\n0:01:47 load avg: 1.53 [274/480] test_mmap passed\nPASS: test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB)\nPASS: test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB)\nPASS: test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize)\nPASS: test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset)\nPASS: test_access_parameter (test.test_mmap.MmapTests.test_access_parameter)\nSKIP: test_access_violations (test.test_mmap.MmapTests.test_access_violations) 'requires Windows'\nPASS: test_anonymous (test.test_mmap.MmapTests.test_anonymous)\nPASS: test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc)\nPASS: test_basic (test.test_mmap.MmapTests.test_basic)\nPASS: test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception)\nPASS: test_context_manager (test.test_mmap.MmapTests.test_context_manager)\nPASS: test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception)\nSKIP: test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) 'requires Windows'\nPASS: test_double_close (test.test_mmap.MmapTests.test_double_close)\nPASS: test_empty_file (test.test_mmap.MmapTests.test_empty_file)\nPASS: test_entire_file (test.test_mmap.MmapTests.test_entire_file)\nPASS: test_error (test.test_mmap.MmapTests.test_error)\nPASS: test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice)\nPASS: test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice)\nPASS: test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer)\nPASS: test_find_end (test.test_mmap.MmapTests.test_find_end)\nPASS: test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value)\nSKIP: test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) 'requires Windows'\nPASS: test_io_methods (test.test_mmap.MmapTests.test_io_methods)\nPASS: test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset)\nPASS: test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset)\nPASS: test_madvise (test.test_mmap.MmapTests.test_madvise)\ntest_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios)\nPASS: gh-103987: Test that mmap objects raise ValueError\nPASS: test_move (test.test_mmap.MmapTests.test_move)\nSKIP: test_no_trackfd_parameter_on_windows (test.test_mmap.MmapTests.test_no_trackfd_parameter_on_windows) 'trackfd only fails on Windows'\nPASS: test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte)\nPASS: test_offset (test.test_mmap.MmapTests.test_offset)\nPASS: test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly)\nPASS: test_read_all (test.test_mmap.MmapTests.test_read_all)\nPASS: test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg)\nPASS: test_repr (test.test_mmap.MmapTests.test_repr)\ntest_resize_down_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_down_when_mapped_to_pagefile)\nSKIP: If the mmap is backed by the pagefile ensure a resize down up can happen 'requires Windows'\ntest_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere)\nSKIP: If more than one mapping is held against a named file on Windows, neither 'requires Windows'\nPASS: test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos)\ntest_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping)\nSKIP: If a more than one mapping exists of the same name, none of them can 'requires Windows'\ntest_resize_up_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_up_when_mapped_to_pagefile)\nSKIP: If the mmap is backed by the pagefile ensure a resize up can happen 'requires Windows'\nPASS: test_rfind (test.test_mmap.MmapTests.test_rfind)\nSKIP: test_sizeof (test.test_mmap.MmapTests.test_sizeof) 'requires Windows'\nPASS: test_subclass (test.test_mmap.MmapTests.test_subclass)\nSKIP: test_tagname (test.test_mmap.MmapTests.test_tagname) 'requires Windows'\nPASS: test_tougher_find (test.test_mmap.MmapTests.test_tougher_find)\nPASS: test_trackfd_neg1 (test.test_mmap.MmapTests.test_trackfd_neg1)\nPASS: test_trackfd_parameter (test.test_mmap.MmapTests.test_trackfd_parameter)\nPASS: test_weakref (test.test_mmap.MmapTests.test_weakref)\nPASS: test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.041s\n\nOK (skipped=10)\n0:01:47 load avg: 1.53 [275/480] test_module passed\nPASS: test_annotations_are_created_correctly (test.test_module.ModuleTests.test_annotations_are_created_correctly)\nPASS: test_annotations_getset_raises (test.test_module.ModuleTests.test_annotations_getset_raises)\nPASS: test_ascii_docstring (test.test_module.ModuleTests.test_ascii_docstring)\nPASS: test_clear_dict_in_ref_cycle (test.test_module.ModuleTests.test_clear_dict_in_ref_cycle)\nPASS: test_descriptor_errors_propagate (test.test_module.ModuleTests.test_descriptor_errors_propagate)\nPASS: test_dont_clear_dict (test.test_module.ModuleTests.test_dont_clear_dict)\nPASS: test_lazy_create_annotations (test.test_module.ModuleTests.test_lazy_create_annotations)\nPASS: test_missing_getattr (test.test_module.ModuleTests.test_missing_getattr)\nPASS: test_module_dir (test.test_module.ModuleTests.test_module_dir)\nPASS: test_module_dir_errors (test.test_module.ModuleTests.test_module_dir_errors)\nPASS: test_module_finalization_at_shutdown (test.test_module.ModuleTests.test_module_finalization_at_shutdown)\nPASS: test_module_getattr (test.test_module.ModuleTests.test_module_getattr)\nPASS: test_module_getattr_errors (test.test_module.ModuleTests.test_module_getattr_errors)\nPASS: test_module_getattr_tricky (test.test_module.ModuleTests.test_module_getattr_tricky)\nPASS: test_module_repr_builtin (test.test_module.ModuleTests.test_module_repr_builtin)\nPASS: test_module_repr_minimal (test.test_module.ModuleTests.test_module_repr_minimal)\nPASS: test_module_repr_source (test.test_module.ModuleTests.test_module_repr_source)\nPASS: test_module_repr_with_bare_loader (test.test_module.ModuleTests.test_module_repr_with_bare_loader)\nPASS: test_module_repr_with_bare_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_bare_loader_and_filename)\nPASS: test_module_repr_with_bare_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_bare_loader_but_no_name)\nPASS: test_module_repr_with_fake_namespace_package (test.test_module.ModuleTests.test_module_repr_with_fake_namespace_package)\nPASS: test_module_repr_with_filename_only (test.test_module.ModuleTests.test_module_repr_with_filename_only)\nPASS: test_module_repr_with_full_loader (test.test_module.ModuleTests.test_module_repr_with_full_loader)\nPASS: test_module_repr_with_full_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_full_loader_and_filename)\nPASS: test_module_repr_with_full_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_full_loader_but_no_name)\nPASS: test_module_repr_with_loader_as_None (test.test_module.ModuleTests.test_module_repr_with_loader_as_None)\nPASS: test_module_repr_with_name (test.test_module.ModuleTests.test_module_repr_with_name)\nPASS: test_module_repr_with_name_and_filename (test.test_module.ModuleTests.test_module_repr_with_name_and_filename)\nPASS: test_module_repr_with_namespace_package (test.test_module.ModuleTests.test_module_repr_with_namespace_package)\nPASS: test_module_repr_with_namespace_package_and_custom_loader (test.test_module.ModuleTests.test_module_repr_with_namespace_package_and_custom_loader)\nPASS: test_no_docstring (test.test_module.ModuleTests.test_no_docstring)\nPASS: test_reinit (test.test_module.ModuleTests.test_reinit)\nPASS: test_repeated_attribute_pops (test.test_module.ModuleTests.test_repeated_attribute_pops)\nPASS: test_setting_annotations (test.test_module.ModuleTests.test_setting_annotations)\nPASS: test_subclass_with_slots (test.test_module.ModuleTests.test_subclass_with_slots)\nPASS: test_unicode_docstring (test.test_module.ModuleTests.test_unicode_docstring)\nPASS: test_uninitialized (test.test_module.ModuleTests.test_uninitialized)\nPASS: test_uninitialized_missing_getattr (test.test_module.ModuleTests.test_uninitialized_missing_getattr)\nPASS: test_weakref (test.test_module.ModuleTests.test_weakref)\n\n----------------------------------------------------------------------\nRan 39 tests in 0.086s\n\nOK\n0:01:47 load avg: 1.53 [276/480] test_modulefinder passed\nPASS: test_absolute_imports (test.test_modulefinder.ModuleFinderTest.test_absolute_imports)\nPASS: test_bytecode (test.test_modulefinder.ModuleFinderTest.test_bytecode)\nPASS: test_coding_default_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_default_utf8)\nPASS: test_coding_explicit_cp1252 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_cp1252)\nPASS: test_coding_explicit_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_utf8)\nPASS: test_extended_opargs (test.test_modulefinder.ModuleFinderTest.test_extended_opargs)\nPASS: test_load_module_api (test.test_modulefinder.ModuleFinderTest.test_load_module_api)\nPASS: test_maybe (test.test_modulefinder.ModuleFinderTest.test_maybe)\nPASS: test_maybe_new (test.test_modulefinder.ModuleFinderTest.test_maybe_new)\nPASS: test_package (test.test_modulefinder.ModuleFinderTest.test_package)\nPASS: test_relative_imports (test.test_modulefinder.ModuleFinderTest.test_relative_imports)\nPASS: test_relative_imports_2 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_2)\nPASS: test_relative_imports_3 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_3)\nPASS: test_relative_imports_4 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_4)\nPASS: test_replace_paths (test.test_modulefinder.ModuleFinderTest.test_replace_paths)\nPASS: test_same_name_as_bad (test.test_modulefinder.ModuleFinderTest.test_same_name_as_bad)\nPASS: test_syntax_error (test.test_modulefinder.ModuleFinderTest.test_syntax_error)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.132s\n\nOK\n0:01:47 load avg: 1.53 [277/480] test_msvcrt skipped\ntest_msvcrt skipped -- windows related tests\n0:01:47 load avg: 1.53 [278/480] test_monitoring passed\nPASS: test_async_for (test.test_monitoring.ExceptionMonitoringTest.test_async_for)\nPASS: test_explicit_reraise (test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise)\nPASS: test_explicit_reraise_named (test.test_monitoring.ExceptionMonitoringTest.test_explicit_reraise_named)\nPASS: test_implicit_reraise (test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise)\nPASS: test_implicit_reraise_named (test.test_monitoring.ExceptionMonitoringTest.test_implicit_reraise_named)\nPASS: test_implicit_stop_iteration (test.test_monitoring.ExceptionMonitoringTest.test_implicit_stop_iteration)\nPASS: test_no_unwind_for_shim_frame (test.test_monitoring.ExceptionMonitoringTest.test_no_unwind_for_shim_frame)\nPASS: test_simple_try_except (test.test_monitoring.ExceptionMonitoringTest.test_simple_try_except)\nPASS: test_throw (test.test_monitoring.ExceptionMonitoringTest.test_throw)\nPASS: test_try_finally (test.test_monitoring.ExceptionMonitoringTest.test_try_finally)\nPASS: test_branch (test.test_monitoring.LineMonitoringTest.test_branch)\nPASS: test_generator_with_line (test.test_monitoring.LineMonitoringTest.test_generator_with_line)\nPASS: test_linear (test.test_monitoring.LineMonitoringTest.test_linear)\nPASS: test_lines_loop (test.test_monitoring.LineMonitoringTest.test_lines_loop)\nPASS: test_lines_single (test.test_monitoring.LineMonitoringTest.test_lines_single)\nPASS: test_lines_two (test.test_monitoring.LineMonitoringTest.test_lines_two)\nPASS: test_try_except (test.test_monitoring.LineMonitoringTest.test_try_except)\nPASS: test_has_objects (test.test_monitoring.MonitoringBasicTest.test_has_objects)\nPASS: test_tool (test.test_monitoring.MonitoringBasicTest.test_tool)\nPASS: test_c_return_count (test.test_monitoring.MonitoringCountTest.test_c_return_count)\nPASS: test_call_count (test.test_monitoring.MonitoringCountTest.test_call_count)\nPASS: test_resume_count (test.test_monitoring.MonitoringCountTest.test_resume_count)\nPASS: test_return_count (test.test_monitoring.MonitoringCountTest.test_return_count)\nPASS: test_start_count (test.test_monitoring.MonitoringCountTest.test_start_count)\nPASS: test_caught (test.test_monitoring.MonitoringEventsTest.test_caught)\nPASS: test_just_call (test.test_monitoring.MonitoringEventsTest.test_just_call)\nPASS: test_just_pass (test.test_monitoring.MonitoringEventsTest.test_just_pass)\nPASS: test_just_raise (test.test_monitoring.MonitoringEventsTest.test_just_raise)\nPASS: test_nested_call (test.test_monitoring.MonitoringEventsTest.test_nested_call)\nPASS: test_disable (test.test_monitoring.MontoringDisableAndRestartTest.test_disable)\nPASS: test_restart (test.test_monitoring.MontoringDisableAndRestartTest.test_restart)\nPASS: test_three_same (test.test_monitoring.MultipleMonitorsTest.test_three_same)\nPASS: test_two_different (test.test_monitoring.MultipleMonitorsTest.test_two_different)\nPASS: test_two_same (test.test_monitoring.MultipleMonitorsTest.test_two_same)\nPASS: test_two_with_disable (test.test_monitoring.MultipleMonitorsTest.test_two_with_disable)\ntest_with_instruction_event (test.test_monitoring.MultipleMonitorsTest.test_with_instruction_event)\nPASS: Test that the second tool can set events with instruction events set by the first tool.\nPASS: test_balanced (test.test_monitoring.SimulateProfileTest.test_balanced)\nPASS: test_frame_stack (test.test_monitoring.SimulateProfileTest.test_frame_stack)\nPASS: test_except_star (test.test_monitoring.TestBranchAndJumpEvents.test_except_star)\nPASS: test_loop (test.test_monitoring.TestBranchAndJumpEvents.test_loop)\nPASS: test_disable_event (test.test_monitoring.TestCApiEventGeneration.test_disable_event)\nPASS: test_enter_scope_two_events (test.test_monitoring.TestCApiEventGeneration.test_enter_scope_two_events)\nPASS: test_fire_event (test.test_monitoring.TestCApiEventGeneration.test_fire_event)\nPASS: test_fire_event_failing_callback (test.test_monitoring.TestCApiEventGeneration.test_fire_event_failing_callback)\nPASS: test_missing_exception (test.test_monitoring.TestCApiEventGeneration.test_missing_exception)\nPASS: test_disable_illegal_events (test.test_monitoring.TestDisable.test_disable_illegal_events)\nPASS: test_disable_legal_events (test.test_monitoring.TestDisable.test_disable_legal_events)\nPASS: test_call_then_instruction (test.test_monitoring.TestInstallIncrementally.test_call_then_instruction)\nPASS: test_instruction_then_call (test.test_monitoring.TestInstallIncrementally.test_instruction_then_call)\nPASS: test_instruction_then_line (test.test_monitoring.TestInstallIncrementally.test_instruction_then_line)\nPASS: test_line_then_instruction (test.test_monitoring.TestInstallIncrementally.test_line_then_instruction)\nPASS: test_c_call (test.test_monitoring.TestLineAndInstructionEvents.test_c_call)\nPASS: test_simple (test.test_monitoring.TestLineAndInstructionEvents.test_simple)\nPASS: test_try_except (test.test_monitoring.TestLineAndInstructionEvents.test_try_except)\ntest_turn_off_only_instruction (test.test_monitoring.TestLineAndInstructionEvents.test_turn_off_only_instruction)\nPASS: LINE events should be recorded after INSTRUCTION event is turned off\nPASS: test_with_restart (test.test_monitoring.TestLineAndInstructionEvents.test_with_restart)\nPASS: test_attr (test.test_monitoring.TestLoadSuperAttr.test_attr)\nPASS: test_method_call (test.test_monitoring.TestLoadSuperAttr.test_method_call)\nPASS: test_method_call_error (test.test_monitoring.TestLoadSuperAttr.test_method_call_error)\nPASS: test_vs_other_type_call (test.test_monitoring.TestLoadSuperAttr.test_vs_other_type_call)\nPASS: test_c_call (test.test_monitoring.TestLocalEvents.test_c_call)\nPASS: test_set_non_local_event (test.test_monitoring.TestLocalEvents.test_set_non_local_event)\nPASS: test_simple (test.test_monitoring.TestLocalEvents.test_simple)\nPASS: test_try_except (test.test_monitoring.TestLocalEvents.test_try_except)\nPASS: test_c_call (test.test_monitoring.TestManyEvents.test_c_call)\nPASS: test_simple (test.test_monitoring.TestManyEvents.test_simple)\nPASS: test_try_except (test.test_monitoring.TestManyEvents.test_try_except)\ntest_monitoring_live_at_shutdown (test.test_monitoring.TestMonitoringAtShutdown.test_monitoring_live_at_shutdown) ... \n===== script _test_monitoring_shutdown.py ======\n===== script _test_monitoring_shutdown.py completed: exit code 0 ======\nok\nPASS: test_for_loop (test.test_monitoring.TestOptimizer.test_for_loop)\nPASS: test_105162 (test.test_monitoring.TestRegressions.test_105162)\nPASS: test_108390 (test.test_monitoring.TestRegressions.test_108390)\nPASS: test_call_function_ex (test.test_monitoring.TestRegressions.test_call_function_ex)\nPASS: test_gh108976 (test.test_monitoring.TestRegressions.test_gh108976)\nPASS: test_instruction_explicit_callback (test.test_monitoring.TestRegressions.test_instruction_explicit_callback)\nPASS: test_global (test.test_monitoring.TestSetGetEvents.test_global)\nPASS: test_local (test.test_monitoring.TestSetGetEvents.test_local)\nPASS: test_monitoring_already_opimized_loop (test.test_monitoring.TestTier2Optimizer.test_monitoring_already_opimized_loop)\nPASS: test_get_local_events_uninitialized (test.test_monitoring.TestUninitialized.test_get_local_events_uninitialized)\n\n----------------------------------------------------------------------\nRan 78 tests in 0.029s\n\nOK\n0:01:47 load avg: 1.53 [279/480] test_multibytecodec passed\nPASS: test_encode (test.test_multibytecodec.TestHZStateful.test_encode)\nPASS: test_incrementalencoder (test.test_multibytecodec.TestHZStateful.test_incrementalencoder)\nPASS: test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful.test_incrementalencoder_final)\nPASS: test_encode (test.test_multibytecodec.TestStateful.test_encode)\nPASS: test_incrementalencoder (test.test_multibytecodec.TestStateful.test_incrementalencoder)\nPASS: test_incrementalencoder_final (test.test_multibytecodec.TestStateful.test_incrementalencoder_final)\nSKIP: test_bug1572832 (test.test_multibytecodec.Test_ISO2022.test_bug1572832) \"resource 'cpu' is not enabled\"\nPASS: test_g2 (test.test_multibytecodec.Test_ISO2022.test_g2)\nPASS: test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022.test_iso2022_jp_g0)\nPASS: test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs)\nPASS: test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_keep_buffer)\nPASS: test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder.test_decode_unicode)\nPASS: test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder.test_iso2022)\nPASS: test_setstate_validates_input (test.test_multibytecodec.Test_IncrementalDecoder.test_setstate_validates_input)\nPASS: test_state_methods (test.test_multibytecodec.Test_IncrementalDecoder.test_state_methods)\nPASS: test_getstate_returns_expected_value (test.test_multibytecodec.Test_IncrementalEncoder.test_getstate_returns_expected_value)\nPASS: test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder.test_issue5640)\nPASS: test_setstate_validates_input_bytes (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_bytes)\nPASS: test_setstate_validates_input_size (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_size)\nPASS: test_state_methods_with_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_buffer_state)\nPASS: test_state_methods_with_non_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_non_buffer_state)\nPASS: test_stateful (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful)\nPASS: test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_keep_buffer)\nPASS: test_stateless (test.test_multibytecodec.Test_IncrementalEncoder.test_stateless)\nPASS: test_subinterp (test.test_multibytecodec.Test_IncrementalEncoder.test_subinterp)\nPASS: test_codingspec (test.test_multibytecodec.Test_MultibyteCodec.test_codingspec)\nPASS: test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec.test_decode_unicode)\nPASS: test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_custom_ignore)\nPASS: test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_longindex)\nPASS: test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec.test_init_segfault)\nPASS: test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec.test_nullcoding)\nPASS: test_str_decode (test.test_multibytecodec.Test_MultibyteCodec.test_str_decode)\nPASS: test_bug1728403 (test.test_multibytecodec.Test_StreamReader.test_bug1728403)\nPASS: test_gb18030 (test.test_multibytecodec.Test_StreamWriter.test_gb18030)\nPASS: test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter.test_streamwriter_strwrite)\nPASS: test_utf_8 (test.test_multibytecodec.Test_StreamWriter.test_utf_8)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.015s\n\nOK (skipped=1)\n0:01:47 load avg: 1.53 [280/480] test_named_expressions passed\nPASS: test_named_expression_assignment_01 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_01)\nPASS: test_named_expression_assignment_02 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_02)\nPASS: test_named_expression_assignment_03 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_03)\nPASS: test_named_expression_assignment_04 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_04)\nPASS: test_named_expression_assignment_05 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_05)\nPASS: test_named_expression_assignment_06 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_06)\nPASS: test_named_expression_assignment_07 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_07)\nPASS: test_named_expression_assignment_08 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_08)\nPASS: test_named_expression_assignment_09 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_09)\nPASS: test_named_expression_assignment_10 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_10)\nPASS: test_named_expression_assignment_11 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_11)\nPASS: test_named_expression_assignment_12 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_12)\nPASS: test_named_expression_assignment_13 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_13)\ntest_named_expression_assignment_14 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_14)\nPASS: Where all variables are positive integers, and a is at least as large\nPASS: test_named_expression_assignment_15 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_15)\nPASS: test_named_expression_assignment_16 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_16)\nPASS: test_named_expression_assignment_17 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_17)\nPASS: test_named_expression_assignment_18 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_18)\nPASS: test_named_expression_invalid_01 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_01)\nPASS: test_named_expression_invalid_02 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_02)\nPASS: test_named_expression_invalid_03 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_03)\nPASS: test_named_expression_invalid_04 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_04)\nPASS: test_named_expression_invalid_06 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_06)\nPASS: test_named_expression_invalid_07 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_07)\nPASS: test_named_expression_invalid_08 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_08)\nPASS: test_named_expression_invalid_09 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_09)\nPASS: test_named_expression_invalid_10 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_10)\nPASS: test_named_expression_invalid_11 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_11)\nPASS: test_named_expression_invalid_12 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_12)\nPASS: test_named_expression_invalid_13 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_13)\nPASS: test_named_expression_invalid_14 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_14)\nPASS: test_named_expression_invalid_15 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_15)\nPASS: test_named_expression_invalid_16 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_16)\nPASS: test_named_expression_invalid_17 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_17)\nPASS: test_named_expression_invalid_dict_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_dict_comprehension_iterable_expression)\nPASS: test_named_expression_invalid_in_class_body (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_in_class_body)\nPASS: test_named_expression_invalid_list_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_list_comprehension_iterable_expression)\nPASS: test_named_expression_invalid_mangled_class_variables (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_mangled_class_variables)\nPASS: test_named_expression_invalid_rebinding_dict_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_inner_loop)\nPASS: test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_dict_comprehension_iteration_variable)\nPASS: test_named_expression_invalid_rebinding_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_iteration_variable)\nPASS: test_named_expression_invalid_rebinding_list_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_inner_loop)\nPASS: test_named_expression_invalid_rebinding_list_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_iteration_variable)\nPASS: test_named_expression_invalid_rebinding_set_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_inner_loop)\nPASS: test_named_expression_invalid_rebinding_set_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_iteration_variable)\nPASS: test_named_expression_invalid_set_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_set_comprehension_iterable_expression)\nPASS: test_named_expression_valid_rebinding_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_valid_rebinding_iteration_variable)\nPASS: test_named_expression_global_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope)\nPASS: test_named_expression_global_scope_no_global_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope_no_global_keyword)\nPASS: test_named_expression_nonlocal_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope)\nPASS: test_named_expression_nonlocal_scope_no_nonlocal_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope_no_nonlocal_keyword)\nPASS: test_named_expression_scope_01 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_01)\nPASS: test_named_expression_scope_02 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_02)\nPASS: test_named_expression_scope_03 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_03)\nPASS: test_named_expression_scope_04 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_04)\nPASS: test_named_expression_scope_05 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_05)\nPASS: test_named_expression_scope_06 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_06)\nPASS: test_named_expression_scope_07 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_07)\nPASS: test_named_expression_scope_08 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_08)\nPASS: test_named_expression_scope_09 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_09)\nPASS: test_named_expression_scope_10 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_10)\nPASS: test_named_expression_scope_11 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_11)\nPASS: test_named_expression_scope_17 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_17)\nPASS: test_named_expression_scope_18 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_18)\nPASS: test_named_expression_scope_19 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_19)\nPASS: test_named_expression_scope_20 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_20)\nPASS: test_named_expression_scope_21 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_21)\nPASS: test_named_expression_scope_22 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_22)\nPASS: test_named_expression_scope_23 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_23)\nPASS: test_named_expression_scope_24 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_24)\nPASS: test_named_expression_scope_25 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_25)\nPASS: test_named_expression_scope_in_genexp (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_in_genexp)\nPASS: test_named_expression_scope_mangled_names (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_mangled_names)\nPASS: test_named_expression_variable_reuse_in_comprehensions (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_variable_reuse_in_comprehensions)\n\n----------------------------------------------------------------------\nRan 74 tests in 0.013s\n\nOK\n0:01:47 load avg: 1.53 [281/480] test_netrc passed\nPASS: test_comment_after_machine_line (test.test_netrc.NetrcTestCase.test_comment_after_machine_line)\nPASS: test_comment_after_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_hash_only)\nPASS: test_comment_after_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_no_space)\nPASS: test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line)\nPASS: test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_no_space)\nPASS: test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_pass_has_hash)\nPASS: test_comment_before_machine_line (test.test_netrc.NetrcTestCase.test_comment_before_machine_line)\nPASS: test_comment_before_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_hash_only)\nPASS: test_comment_before_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_no_space)\nPASS: test_invalid_tokens (test.test_netrc.NetrcTestCase.test_invalid_tokens)\nPASS: test_macros (test.test_netrc.NetrcTestCase.test_macros)\nPASS: test_optional_tokens (test.test_netrc.NetrcTestCase.test_optional_tokens)\nPASS: test_security (test.test_netrc.NetrcTestCase.test_security)\nPASS: test_token_value_escape (test.test_netrc.NetrcTestCase.test_token_value_escape)\nPASS: test_token_value_internal_hash (test.test_netrc.NetrcTestCase.test_token_value_internal_hash)\nPASS: test_token_value_leading_hash (test.test_netrc.NetrcTestCase.test_token_value_leading_hash)\nPASS: test_token_value_non_ascii (test.test_netrc.NetrcTestCase.test_token_value_non_ascii)\nPASS: test_token_value_quotes (test.test_netrc.NetrcTestCase.test_token_value_quotes)\nPASS: test_token_value_trailing_hash (test.test_netrc.NetrcTestCase.test_token_value_trailing_hash)\nPASS: test_token_value_whitespace (test.test_netrc.NetrcTestCase.test_token_value_whitespace)\nPASS: test_toplevel_non_ordered_tokens (test.test_netrc.NetrcTestCase.test_toplevel_non_ordered_tokens)\nPASS: test_toplevel_tokens (test.test_netrc.NetrcTestCase.test_toplevel_tokens)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.004s\n\nOK\n0:01:47 load avg: 1.53 [282/480] test_ntpath passed\nPASS: test_abspath (test.test_ntpath.NtCommonTest.test_abspath)\nPASS: test_abspath_issue3426 (test.test_ntpath.NtCommonTest.test_abspath_issue3426)\nPASS: test_commonprefix (test.test_ntpath.NtCommonTest.test_commonprefix)\nPASS: test_exists (test.test_ntpath.NtCommonTest.test_exists)\nPASS: test_exists_bool (test.test_ntpath.NtCommonTest.test_exists_bool)\nPASS: test_exists_fd (test.test_ntpath.NtCommonTest.test_exists_fd)\nPASS: test_expandvars (test.test_ntpath.NtCommonTest.test_expandvars)\nPASS: test_expandvars_nonascii (test.test_ntpath.NtCommonTest.test_expandvars_nonascii)\nPASS: test_filetime (test.test_ntpath.NtCommonTest.test_filetime)\nPASS: test_getsize (test.test_ntpath.NtCommonTest.test_getsize)\nPASS: test_import (test.test_ntpath.NtCommonTest.test_import)\nPASS: test_isdir (test.test_ntpath.NtCommonTest.test_isdir)\nPASS: test_isfile (test.test_ntpath.NtCommonTest.test_isfile)\nPASS: test_join_errors (test.test_ntpath.NtCommonTest.test_join_errors)\nPASS: test_no_argument (test.test_ntpath.NtCommonTest.test_no_argument)\nPASS: test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath)\nPASS: test_normcase (test.test_ntpath.NtCommonTest.test_normcase)\nPASS: test_normpath_issue106242 (test.test_ntpath.NtCommonTest.test_normpath_issue106242)\nPASS: test_normpath_issue5827 (test.test_ntpath.NtCommonTest.test_normpath_issue5827)\nPASS: test_realpath (test.test_ntpath.NtCommonTest.test_realpath)\nPASS: test_relpath_errors (test.test_ntpath.NtCommonTest.test_relpath_errors)\nPASS: test_samefile (test.test_ntpath.NtCommonTest.test_samefile)\nPASS: test_samefile_on_link (test.test_ntpath.NtCommonTest.test_samefile_on_link)\nPASS: test_samefile_on_symlink (test.test_ntpath.NtCommonTest.test_samefile_on_symlink)\nPASS: test_sameopenfile (test.test_ntpath.NtCommonTest.test_sameopenfile)\nPASS: test_samestat (test.test_ntpath.NtCommonTest.test_samestat)\nPASS: test_samestat_on_link (test.test_ntpath.NtCommonTest.test_samestat_on_link)\nPASS: test_samestat_on_symlink (test.test_ntpath.NtCommonTest.test_samestat_on_symlink)\nPASS: test_splitdrive (test.test_ntpath.NtCommonTest.test_splitdrive)\nPASS: test_path_abspath (test.test_ntpath.PathLikeTests.test_path_abspath)\nPASS: test_path_basename (test.test_ntpath.PathLikeTests.test_path_basename)\nPASS: test_path_commonpath (test.test_ntpath.PathLikeTests.test_path_commonpath)\nPASS: test_path_dirname (test.test_ntpath.PathLikeTests.test_path_dirname)\nPASS: test_path_expanduser (test.test_ntpath.PathLikeTests.test_path_expanduser)\nPASS: test_path_expandvars (test.test_ntpath.PathLikeTests.test_path_expandvars)\nPASS: test_path_isabs (test.test_ntpath.PathLikeTests.test_path_isabs)\nPASS: test_path_isdir (test.test_ntpath.PathLikeTests.test_path_isdir)\nPASS: test_path_islink (test.test_ntpath.PathLikeTests.test_path_islink)\nPASS: test_path_ismount (test.test_ntpath.PathLikeTests.test_path_ismount)\nPASS: test_path_join (test.test_ntpath.PathLikeTests.test_path_join)\nPASS: test_path_lexists (test.test_ntpath.PathLikeTests.test_path_lexists)\nPASS: test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase)\nPASS: test_path_normpath (test.test_ntpath.PathLikeTests.test_path_normpath)\nPASS: test_path_realpath (test.test_ntpath.PathLikeTests.test_path_realpath)\nPASS: test_path_relpath (test.test_ntpath.PathLikeTests.test_path_relpath)\nPASS: test_path_split (test.test_ntpath.PathLikeTests.test_path_split)\nPASS: test_path_splitdrive (test.test_ntpath.PathLikeTests.test_path_splitdrive)\nPASS: test_path_splitext (test.test_ntpath.PathLikeTests.test_path_splitext)\nPASS: test_path_splitroot (test.test_ntpath.PathLikeTests.test_path_splitroot)\nSKIP: test_abspath (test.test_ntpath.TestNtpath.test_abspath) \"abspath requires 'nt' module\"\nPASS: test_abspath_invalid_paths (test.test_ntpath.TestNtpath.test_abspath_invalid_paths)\nPASS: test_commonpath (test.test_ntpath.TestNtpath.test_commonpath)\nPASS: test_commonprefix (test.test_ntpath.TestNtpath.test_commonprefix)\nSKIP: test_con_device (test.test_ntpath.TestNtpath.test_con_device) 'windows only'\nPASS: test_expanduser (test.test_ntpath.TestNtpath.test_expanduser)\nPASS: test_expandvars (test.test_ntpath.TestNtpath.test_expandvars)\nPASS: test_expandvars_nonascii (test.test_ntpath.TestNtpath.test_expandvars_nonascii)\nSKIP: test_fast_paths_in_use (test.test_ntpath.TestNtpath.test_fast_paths_in_use) 'Fast paths are only for win32'\nPASS: test_isabs (test.test_ntpath.TestNtpath.test_isabs)\nSKIP: test_isdevdrive (test.test_ntpath.TestNtpath.test_isdevdrive) 'Dev Drives only exist on Win32'\nPASS: test_isdevdrive_fallback (test.test_ntpath.TestNtpath.test_isdevdrive_fallback)\nPASS: test_isfile_anonymous_pipe (test.test_ntpath.TestNtpath.test_isfile_anonymous_pipe)\nSKIP: test_isfile_driveletter (test.test_ntpath.TestNtpath.test_isfile_driveletter) 'drive letters are a windows concept'\nPASS: test_isfile_invalid_paths (test.test_ntpath.TestNtpath.test_isfile_invalid_paths)\nSKIP: test_isfile_named_pipe (test.test_ntpath.TestNtpath.test_isfile_named_pipe) 'windows only'\nSKIP: test_isjunction (test.test_ntpath.TestNtpath.test_isjunction) 'Can only test junctions with creation on win32.'\nPASS: test_ismount (test.test_ntpath.TestNtpath.test_ismount)\nPASS: test_ismount_invalid_paths (test.test_ntpath.TestNtpath.test_ismount_invalid_paths)\nPASS: test_isreserved (test.test_ntpath.TestNtpath.test_isreserved)\nPASS: test_join (test.test_ntpath.TestNtpath.test_join)\nPASS: test_normcase (test.test_ntpath.TestNtpath.test_normcase)\nPASS: test_normcase_invalid_paths (test.test_ntpath.TestNtpath.test_normcase_invalid_paths)\nPASS: test_normpath (test.test_ntpath.TestNtpath.test_normpath)\nPASS: test_normpath_invalid_paths (test.test_ntpath.TestNtpath.test_normpath_invalid_paths)\nSKIP: test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) \"OS helpers require 'nt' module\"\nSKIP: test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) 'need _getfinalpathname'\nSKIP: test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) 'need _getfinalpathname'\nPASS: test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir)\nPASS: test_realpath_curdir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_curdir_missing_ok)\nPASS: test_realpath_curdir_strict (test.test_ntpath.TestNtpath.test_realpath_curdir_strict)\nSKIP: test_realpath_cwd (test.test_ntpath.TestNtpath.test_realpath_cwd) 'need _getfinalpathname'\nSKIP: test_realpath_invalid_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_paths) 'need _getfinalpathname'\nSKIP: test_realpath_invalid_unicode_paths (test.test_ntpath.TestNtpath.test_realpath_invalid_unicode_paths) 'need _getfinalpathname'\nSKIP: test_realpath_nul (test.test_ntpath.TestNtpath.test_realpath_nul) 'need _getfinalpathname'\nPASS: test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir)\nPASS: test_realpath_pardir_missing_ok (test.test_ntpath.TestNtpath.test_realpath_pardir_missing_ok)\nPASS: test_realpath_pardir_strict (test.test_ntpath.TestNtpath.test_realpath_pardir_strict)\nSKIP: test_realpath_permission (test.test_ntpath.TestNtpath.test_realpath_permission) 'need _getfinalpathname'\nSKIP: test_realpath_relative (test.test_ntpath.TestNtpath.test_realpath_relative) 'need _getfinalpathname'\nSKIP: test_realpath_strict (test.test_ntpath.TestNtpath.test_realpath_strict) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_loops (test.test_ntpath.TestNtpath.test_realpath_symlink_loops) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_loops_raise (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_raise) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict) 'need _getfinalpathname'\nSKIP: test_realpath_symlink_prefix (test.test_ntpath.TestNtpath.test_realpath_symlink_prefix) 'need _getfinalpathname'\nPASS: test_relpath (test.test_ntpath.TestNtpath.test_relpath)\nPASS: test_sameopenfile (test.test_ntpath.TestNtpath.test_sameopenfile)\nPASS: test_split (test.test_ntpath.TestNtpath.test_split)\nPASS: test_split_invalid_paths (test.test_ntpath.TestNtpath.test_split_invalid_paths)\nPASS: test_splitdrive (test.test_ntpath.TestNtpath.test_splitdrive)\nPASS: test_splitdrive_invalid_paths (test.test_ntpath.TestNtpath.test_splitdrive_invalid_paths)\nPASS: test_splitext (test.test_ntpath.TestNtpath.test_splitext)\nPASS: test_splitroot (test.test_ntpath.TestNtpath.test_splitroot)\nPASS: test_splitroot_invalid_paths (test.test_ntpath.TestNtpath.test_splitroot_invalid_paths)\n\n----------------------------------------------------------------------\nRan 103 tests in 0.042s\n\nOK (skipped=21)\n0:01:48 load avg: 1.53 [283/480] test_numeric_tower passed\nPASS: test_complex (test.test_numeric_tower.ComparisonTest.test_complex)\nPASS: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest.test_mixed_comparisons)\nPASS: test_binary_floats (test.test_numeric_tower.HashTest.test_binary_floats)\nPASS: test_bools (test.test_numeric_tower.HashTest.test_bools)\nPASS: test_complex (test.test_numeric_tower.HashTest.test_complex)\nPASS: test_decimals (test.test_numeric_tower.HashTest.test_decimals)\nPASS: test_fractions (test.test_numeric_tower.HashTest.test_fractions)\nPASS: test_hash_normalization (test.test_numeric_tower.HashTest.test_hash_normalization)\nPASS: test_integers (test.test_numeric_tower.HashTest.test_integers)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.038s\n\nOK\n0:01:48 load avg: 1.53 [284/480] test_opcache passed\nPASS: test_assign_init_code (test.test_opcache.TestCallCache.test_assign_init_code)\nPASS: test_too_many_defaults_0 (test.test_opcache.TestCallCache.test_too_many_defaults_0)\nPASS: test_too_many_defaults_1 (test.test_opcache.TestCallCache.test_too_many_defaults_1)\nPASS: test_too_many_defaults_2 (test.test_opcache.TestCallCache.test_too_many_defaults_2)\nPASS: test_dict_dematerialization (test.test_opcache.TestInstanceDict.test_dict_dematerialization)\nPASS: test_dict_dematerialization_copy (test.test_opcache.TestInstanceDict.test_dict_dematerialization_copy)\nPASS: test_dict_dematerialization_multiple_refs (test.test_opcache.TestInstanceDict.test_dict_dematerialization_multiple_refs)\nPASS: test_dict_dematerialization_pickle (test.test_opcache.TestInstanceDict.test_dict_dematerialization_pickle)\nPASS: test_dict_dematerialization_subclass (test.test_opcache.TestInstanceDict.test_dict_dematerialization_subclass)\nPASS: test_dict_materialization (test.test_opcache.TestInstanceDict.test_dict_materialization)\nPASS: test_store_attr_with_hint (test.test_opcache.TestInstanceDict.test_store_attr_with_hint)\nPASS: test_values_on_instance (test.test_opcache.TestInstanceDict.test_values_on_instance)\nPASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_descriptor_added_after_optimization)\nPASS: test_load_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_load_borrowed_slot_should_not_crash)\nPASS: test_load_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error)\nPASS: test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization)\nPASS: test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization)\nPASS: test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute)\nPASS: test_metaclass_getattribute (test.test_opcache.TestLoadAttrCache.test_metaclass_getattribute)\nPASS: test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization)\nPASS: test_metaclass_swap (test.test_opcache.TestLoadAttrCache.test_metaclass_swap)\nPASS: test_store_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_store_borrowed_slot_should_not_crash)\nPASS: test_store_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error)\nPASS: test_type_descriptor_shadows_attribute_getset (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset)\nPASS: test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_member)\nPASS: test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_method)\nPASS: test_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_descriptor_added_after_optimization)\nPASS: test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization)\nPASS: test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization)\nPASS: test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute)\nPASS: test_metaclass_getattribute (test.test_opcache.TestLoadMethodCache.test_metaclass_getattribute)\nPASS: test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization)\nPASS: test_metaclass_swap (test.test_opcache.TestLoadMethodCache.test_metaclass_swap)\nPASS: test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_member)\nPASS: test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_method)\nPASS: test_descriptor_not_double_executed_on_spec_fail (test.test_opcache.TestLoadSuperAttrCache.test_descriptor_not_double_executed_on_spec_fail)\nPASS: test_binary_subscr_getitem (test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_getitem)\nPASS: test_binary_subscr_list_int (test.test_opcache.TestRacesDoNotCrash.test_binary_subscr_list_int)\nPASS: test_for_iter_gen (test.test_opcache.TestRacesDoNotCrash.test_for_iter_gen)\nPASS: test_for_iter_list (test.test_opcache.TestRacesDoNotCrash.test_for_iter_list)\nPASS: test_load_attr_class (test.test_opcache.TestRacesDoNotCrash.test_load_attr_class)\nPASS: test_load_attr_getattribute_overridden (test.test_opcache.TestRacesDoNotCrash.test_load_attr_getattribute_overridden)\nPASS: test_load_attr_instance_value (test.test_opcache.TestRacesDoNotCrash.test_load_attr_instance_value)\nPASS: test_load_attr_method_lazy_dict (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_lazy_dict)\nPASS: test_load_attr_method_no_dict (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_no_dict)\nPASS: test_load_attr_method_with_values (test.test_opcache.TestRacesDoNotCrash.test_load_attr_method_with_values)\nPASS: test_load_attr_module (test.test_opcache.TestRacesDoNotCrash.test_load_attr_module)\nPASS: test_load_attr_property (test.test_opcache.TestRacesDoNotCrash.test_load_attr_property)\nPASS: test_load_attr_with_hint (test.test_opcache.TestRacesDoNotCrash.test_load_attr_with_hint)\nPASS: test_load_global_module (test.test_opcache.TestRacesDoNotCrash.test_load_global_module)\nPASS: test_store_attr_instance_value (test.test_opcache.TestRacesDoNotCrash.test_store_attr_instance_value)\nPASS: test_store_attr_with_hint (test.test_opcache.TestRacesDoNotCrash.test_store_attr_with_hint)\nPASS: test_store_subscr_list_int (test.test_opcache.TestRacesDoNotCrash.test_store_subscr_list_int)\nPASS: test_unpack_sequence_list (test.test_opcache.TestRacesDoNotCrash.test_unpack_sequence_list)\n\n----------------------------------------------------------------------\nRan 54 tests in 0.294s\n\nOK\n0:01:48 load avg: 1.53 [285/480] test_opcodes passed\nPASS: test_compare_function_objects (test.test_opcodes.OpcodeTest.test_compare_function_objects)\nPASS: test_default_annotations_exist (test.test_opcodes.OpcodeTest.test_default_annotations_exist)\nPASS: test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest.test_do_not_recreate_annotations)\nPASS: test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest.test_modulo_of_string_subclasses)\nPASS: test_raise_class_exceptions (test.test_opcodes.OpcodeTest.test_raise_class_exceptions)\nPASS: test_setup_annotations_line (test.test_opcodes.OpcodeTest.test_setup_annotations_line)\nPASS: test_try_inside_for_loop (test.test_opcodes.OpcodeTest.test_try_inside_for_loop)\nPASS: test_use_existing_annotations (test.test_opcodes.OpcodeTest.test_use_existing_annotations)\n\n----------------------------------------------------------------------\nRan 8 tests in 0.001s\n\nOK\n0:01:48 load avg: 1.53 [286/480] test_openpty passed\nPASS: test (test.test_openpty.OpenptyTest.test)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:01:48 load avg: 1.53 [287/480] test_operator passed\nPASS: test_attrgetter (test.test_operator.CCOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.CCOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.CCOperatorPickleTestCase.test_methodcaller)\nPASS: test___all__ (test.test_operator.COperatorTestCase.test___all__)\nPASS: test_abs (test.test_operator.COperatorTestCase.test_abs)\nPASS: test_add (test.test_operator.COperatorTestCase.test_add)\nPASS: test_attrgetter (test.test_operator.COperatorTestCase.test_attrgetter)\nPASS: test_attrgetter_signature (test.test_operator.COperatorTestCase.test_attrgetter_signature)\nPASS: test_bitwise_and (test.test_operator.COperatorTestCase.test_bitwise_and)\nPASS: test_bitwise_or (test.test_operator.COperatorTestCase.test_bitwise_or)\nPASS: test_bitwise_xor (test.test_operator.COperatorTestCase.test_bitwise_xor)\nPASS: test_call (test.test_operator.COperatorTestCase.test_call)\nPASS: test_concat (test.test_operator.COperatorTestCase.test_concat)\nPASS: test_contains (test.test_operator.COperatorTestCase.test_contains)\nPASS: test_countOf (test.test_operator.COperatorTestCase.test_countOf)\nPASS: test_delitem (test.test_operator.COperatorTestCase.test_delitem)\nPASS: test_dunder_is_original (test.test_operator.COperatorTestCase.test_dunder_is_original)\nPASS: test_eq (test.test_operator.COperatorTestCase.test_eq)\nPASS: test_floordiv (test.test_operator.COperatorTestCase.test_floordiv)\nPASS: test_ge (test.test_operator.COperatorTestCase.test_ge)\nPASS: test_getitem (test.test_operator.COperatorTestCase.test_getitem)\nPASS: test_gt (test.test_operator.COperatorTestCase.test_gt)\nPASS: test_iconcat_without_getitem (test.test_operator.COperatorTestCase.test_iconcat_without_getitem)\nPASS: test_index (test.test_operator.COperatorTestCase.test_index)\nPASS: test_indexOf (test.test_operator.COperatorTestCase.test_indexOf)\nPASS: test_inplace (test.test_operator.COperatorTestCase.test_inplace)\nPASS: test_invert (test.test_operator.COperatorTestCase.test_invert)\nPASS: test_is (test.test_operator.COperatorTestCase.test_is)\nPASS: test_is_not (test.test_operator.COperatorTestCase.test_is_not)\nPASS: test_itemgetter (test.test_operator.COperatorTestCase.test_itemgetter)\nPASS: test_itemgetter_signature (test.test_operator.COperatorTestCase.test_itemgetter_signature)\nPASS: test_le (test.test_operator.COperatorTestCase.test_le)\nPASS: test_length_hint (test.test_operator.COperatorTestCase.test_length_hint)\nPASS: test_lshift (test.test_operator.COperatorTestCase.test_lshift)\nPASS: test_lt (test.test_operator.COperatorTestCase.test_lt)\nPASS: test_matmul (test.test_operator.COperatorTestCase.test_matmul)\nPASS: test_methodcaller (test.test_operator.COperatorTestCase.test_methodcaller)\nPASS: test_methodcaller_signature (test.test_operator.COperatorTestCase.test_methodcaller_signature)\nPASS: test_mod (test.test_operator.COperatorTestCase.test_mod)\nPASS: test_mul (test.test_operator.COperatorTestCase.test_mul)\nPASS: test_ne (test.test_operator.COperatorTestCase.test_ne)\nPASS: test_neg (test.test_operator.COperatorTestCase.test_neg)\nPASS: test_not_ (test.test_operator.COperatorTestCase.test_not_)\nPASS: test_pos (test.test_operator.COperatorTestCase.test_pos)\nPASS: test_pow (test.test_operator.COperatorTestCase.test_pow)\nPASS: test_rshift (test.test_operator.COperatorTestCase.test_rshift)\nPASS: test_setitem (test.test_operator.COperatorTestCase.test_setitem)\nPASS: test_sub (test.test_operator.COperatorTestCase.test_sub)\nPASS: test_truediv (test.test_operator.COperatorTestCase.test_truediv)\nPASS: test_truth (test.test_operator.COperatorTestCase.test_truth)\nPASS: test_attrgetter (test.test_operator.CPyOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.CPyOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.CPyOperatorPickleTestCase.test_methodcaller)\nPASS: test_attrgetter (test.test_operator.PyCOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.PyCOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.PyCOperatorPickleTestCase.test_methodcaller)\nPASS: test___all__ (test.test_operator.PyOperatorTestCase.test___all__)\nPASS: test_abs (test.test_operator.PyOperatorTestCase.test_abs)\nPASS: test_add (test.test_operator.PyOperatorTestCase.test_add)\nPASS: test_attrgetter (test.test_operator.PyOperatorTestCase.test_attrgetter)\nPASS: test_attrgetter_signature (test.test_operator.PyOperatorTestCase.test_attrgetter_signature)\nPASS: test_bitwise_and (test.test_operator.PyOperatorTestCase.test_bitwise_and)\nPASS: test_bitwise_or (test.test_operator.PyOperatorTestCase.test_bitwise_or)\nPASS: test_bitwise_xor (test.test_operator.PyOperatorTestCase.test_bitwise_xor)\nPASS: test_call (test.test_operator.PyOperatorTestCase.test_call)\nPASS: test_concat (test.test_operator.PyOperatorTestCase.test_concat)\nPASS: test_contains (test.test_operator.PyOperatorTestCase.test_contains)\nPASS: test_countOf (test.test_operator.PyOperatorTestCase.test_countOf)\nPASS: test_delitem (test.test_operator.PyOperatorTestCase.test_delitem)\nPASS: test_dunder_is_original (test.test_operator.PyOperatorTestCase.test_dunder_is_original)\nPASS: test_eq (test.test_operator.PyOperatorTestCase.test_eq)\nPASS: test_floordiv (test.test_operator.PyOperatorTestCase.test_floordiv)\nPASS: test_ge (test.test_operator.PyOperatorTestCase.test_ge)\nPASS: test_getitem (test.test_operator.PyOperatorTestCase.test_getitem)\nPASS: test_gt (test.test_operator.PyOperatorTestCase.test_gt)\nPASS: test_iconcat_without_getitem (test.test_operator.PyOperatorTestCase.test_iconcat_without_getitem)\nPASS: test_index (test.test_operator.PyOperatorTestCase.test_index)\nPASS: test_indexOf (test.test_operator.PyOperatorTestCase.test_indexOf)\nPASS: test_inplace (test.test_operator.PyOperatorTestCase.test_inplace)\nPASS: test_invert (test.test_operator.PyOperatorTestCase.test_invert)\nPASS: test_is (test.test_operator.PyOperatorTestCase.test_is)\nPASS: test_is_not (test.test_operator.PyOperatorTestCase.test_is_not)\nPASS: test_itemgetter (test.test_operator.PyOperatorTestCase.test_itemgetter)\nPASS: test_itemgetter_signature (test.test_operator.PyOperatorTestCase.test_itemgetter_signature)\nPASS: test_le (test.test_operator.PyOperatorTestCase.test_le)\nPASS: test_length_hint (test.test_operator.PyOperatorTestCase.test_length_hint)\nPASS: test_lshift (test.test_operator.PyOperatorTestCase.test_lshift)\nPASS: test_lt (test.test_operator.PyOperatorTestCase.test_lt)\nPASS: test_matmul (test.test_operator.PyOperatorTestCase.test_matmul)\nPASS: test_methodcaller (test.test_operator.PyOperatorTestCase.test_methodcaller)\nPASS: test_methodcaller_signature (test.test_operator.PyOperatorTestCase.test_methodcaller_signature)\nPASS: test_mod (test.test_operator.PyOperatorTestCase.test_mod)\nPASS: test_mul (test.test_operator.PyOperatorTestCase.test_mul)\nPASS: test_ne (test.test_operator.PyOperatorTestCase.test_ne)\nPASS: test_neg (test.test_operator.PyOperatorTestCase.test_neg)\nPASS: test_not_ (test.test_operator.PyOperatorTestCase.test_not_)\nPASS: test_pos (test.test_operator.PyOperatorTestCase.test_pos)\nPASS: test_pow (test.test_operator.PyOperatorTestCase.test_pow)\nPASS: test_rshift (test.test_operator.PyOperatorTestCase.test_rshift)\nPASS: test_setitem (test.test_operator.PyOperatorTestCase.test_setitem)\nPASS: test_sub (test.test_operator.PyOperatorTestCase.test_sub)\nPASS: test_truediv (test.test_operator.PyOperatorTestCase.test_truediv)\nPASS: test_truth (test.test_operator.PyOperatorTestCase.test_truth)\nPASS: test_attrgetter (test.test_operator.PyPyOperatorPickleTestCase.test_attrgetter)\nPASS: test_itemgetter (test.test_operator.PyPyOperatorPickleTestCase.test_itemgetter)\nPASS: test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase.test_methodcaller)\n\n----------------------------------------------------------------------\nRan 106 tests in 0.009s\n\nOK\n0:01:48 load avg: 1.53 [288/480] test_optimizer passed\nSKIP: test_optimizer_symbols (test.test_optimizer.TestOptimizerSymbols.test_optimizer_symbols) 'requires _testinternalcapi.uop_symbols_test'\nPASS: test_builtin_dict (test.test_optimizer.TestRareEventCounters.test_builtin_dict)\nPASS: test_func_modification (test.test_optimizer.TestRareEventCounters.test_func_modification)\nPASS: test_set_bases (test.test_optimizer.TestRareEventCounters.test_set_bases)\nPASS: test_set_class (test.test_optimizer.TestRareEventCounters.test_set_class)\nPASS: test_set_eval_frame_func (test.test_optimizer.TestRareEventCounters.test_set_eval_frame_func)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK (skipped=1)\n0:01:48 load avg: 1.53 [289/480] test_optparse passed\nPASS: test__all__ (test.test_optparse.MiscTestCase.test__all__)\nPASS: test_bool_default (test.test_optparse.TestBool.test_bool_default)\nPASS: test_bool_false (test.test_optparse.TestBool.test_bool_false)\nPASS: test_bool_flicker_on_and_off (test.test_optparse.TestBool.test_bool_flicker_on_and_off)\nPASS: test_bool_true (test.test_optparse.TestBool.test_bool_true)\nPASS: test_callback (test.test_optparse.TestCallback.test_callback)\nPASS: test_callback_help (test.test_optparse.TestCallback.test_callback_help)\nPASS: test_abbrev_callback_expansion (test.test_optparse.TestCallbackCheckAbbrev.test_abbrev_callback_expansion)\nPASS: test_callback_extra_args (test.test_optparse.TestCallbackExtraArgs.test_callback_extra_args)\nPASS: test_many_args (test.test_optparse.TestCallbackManyArgs.test_many_args)\nPASS: test_callback_meddle_args (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args)\nPASS: test_callback_meddle_args_separator (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args_separator)\nPASS: test_consume_separator_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_consume_separator_stop_at_option)\nPASS: test_positional_arg_and_variable_args (test.test_optparse.TestCallbackVarArgs.test_positional_arg_and_variable_args)\nPASS: test_stop_at_invalid_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_invalid_option)\nPASS: test_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_option)\nPASS: test_variable_args (test.test_optparse.TestCallbackVarArgs.test_variable_args)\nPASS: test_add_choice_option (test.test_optparse.TestChoice.test_add_choice_option)\nPASS: test_invalid_choice (test.test_optparse.TestChoice.test_invalid_choice)\nPASS: test_valid_choice (test.test_optparse.TestChoice.test_valid_choice)\nPASS: test_conflict_error (test.test_optparse.TestConflict.test_conflict_error)\nPASS: test_conflict_error_group (test.test_optparse.TestConflict.test_conflict_error_group)\nPASS: test_no_such_conflict_handler (test.test_optparse.TestConflict.test_no_such_conflict_handler)\nPASS: test_conflict_override_args (test.test_optparse.TestConflictOverride.test_conflict_override_args)\nPASS: test_conflict_override_help (test.test_optparse.TestConflictOverride.test_conflict_override_help)\nPASS: test_conflict_override_opts (test.test_optparse.TestConflictOverride.test_conflict_override_opts)\nPASS: test_conflict_resolve (test.test_optparse.TestConflictResolve.test_conflict_resolve)\nPASS: test_conflict_resolve_help (test.test_optparse.TestConflictResolve.test_conflict_resolve_help)\nPASS: test_conflict_resolve_long_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opt)\nPASS: test_conflict_resolve_long_opts (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opts)\nPASS: test_conflict_resolve_short_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_short_opt)\nPASS: test_conflict_default (test.test_optparse.TestConflictingDefaults.test_conflict_default)\nPASS: test_conflict_default_none (test.test_optparse.TestConflictingDefaults.test_conflict_default_none)\nPASS: test_count_interspersed_args (test.test_optparse.TestCount.test_count_interspersed_args)\nPASS: test_count_no_interspersed_args (test.test_optparse.TestCount.test_count_no_interspersed_args)\nPASS: test_count_no_such_option (test.test_optparse.TestCount.test_count_no_such_option)\nPASS: test_count_one (test.test_optparse.TestCount.test_count_one)\nPASS: test_count_option_no_value (test.test_optparse.TestCount.test_count_option_no_value)\nPASS: test_count_override_amount (test.test_optparse.TestCount.test_count_override_amount)\nPASS: test_count_override_quiet (test.test_optparse.TestCount.test_count_override_quiet)\nPASS: test_count_overriding (test.test_optparse.TestCount.test_count_overriding)\nPASS: test_count_overriding_default (test.test_optparse.TestCount.test_count_overriding_default)\nPASS: test_count_three (test.test_optparse.TestCount.test_count_three)\nPASS: test_count_three_apart (test.test_optparse.TestCount.test_count_three_apart)\nPASS: test_count_with_default (test.test_optparse.TestCount.test_count_with_default)\nPASS: test_empty (test.test_optparse.TestCount.test_empty)\nPASS: test_basic_defaults (test.test_optparse.TestDefaultValues.test_basic_defaults)\nPASS: test_mixed_defaults_post (test.test_optparse.TestDefaultValues.test_mixed_defaults_post)\nPASS: test_mixed_defaults_pre (test.test_optparse.TestDefaultValues.test_mixed_defaults_pre)\nPASS: test_process_default (test.test_optparse.TestDefaultValues.test_process_default)\nPASS: test_alt_expand (test.test_optparse.TestExpandDefaults.test_alt_expand)\nPASS: test_default_none_1 (test.test_optparse.TestExpandDefaults.test_default_none_1)\nPASS: test_default_none_2 (test.test_optparse.TestExpandDefaults.test_default_none_2)\nPASS: test_float_default (test.test_optparse.TestExpandDefaults.test_float_default)\nPASS: test_no_default (test.test_optparse.TestExpandDefaults.test_no_default)\nPASS: test_no_expand (test.test_optparse.TestExpandDefaults.test_no_expand)\nPASS: test_option_default (test.test_optparse.TestExpandDefaults.test_option_default)\nPASS: test_parser_default_1 (test.test_optparse.TestExpandDefaults.test_parser_default_1)\nPASS: test_parser_default_2 (test.test_optparse.TestExpandDefaults.test_parser_default_2)\nPASS: test_extend_add_action (test.test_optparse.TestExtendAddActions.test_extend_add_action)\nPASS: test_extend_add_action_normal (test.test_optparse.TestExtendAddActions.test_extend_add_action_normal)\nPASS: test_filetype_noexist (test.test_optparse.TestExtendAddTypes.test_filetype_noexist)\nPASS: test_filetype_notfile (test.test_optparse.TestExtendAddTypes.test_filetype_notfile)\nPASS: test_filetype_ok (test.test_optparse.TestExtendAddTypes.test_filetype_ok)\nPASS: test_help (test.test_optparse.TestHelp.test_help)\nPASS: test_help_description_groups (test.test_optparse.TestHelp.test_help_description_groups)\nPASS: test_help_long_opts_first (test.test_optparse.TestHelp.test_help_long_opts_first)\nPASS: test_help_old_usage (test.test_optparse.TestHelp.test_help_old_usage)\nPASS: test_help_title_formatter (test.test_optparse.TestHelp.test_help_title_formatter)\nPASS: test_help_unicode (test.test_optparse.TestHelp.test_help_unicode)\nPASS: test_help_unicode_description (test.test_optparse.TestHelp.test_help_unicode_description)\nPASS: test_wrap_columns (test.test_optparse.TestHelp.test_wrap_columns)\nPASS: test_match_abbrev (test.test_optparse.TestMatchAbbrev.test_match_abbrev)\nPASS: test_match_abbrev_error (test.test_optparse.TestMatchAbbrev.test_match_abbrev_error)\nPASS: test_nargs_invalid_float_value (test.test_optparse.TestMultipleArgs.test_nargs_invalid_float_value)\nPASS: test_nargs_long_opt (test.test_optparse.TestMultipleArgs.test_nargs_long_opt)\nPASS: test_nargs_required_values (test.test_optparse.TestMultipleArgs.test_nargs_required_values)\nPASS: test_nargs_with_positional_args (test.test_optparse.TestMultipleArgs.test_nargs_with_positional_args)\nPASS: test_nargs_append (test.test_optparse.TestMultipleArgsAppend.test_nargs_append)\nPASS: test_nargs_append_const (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_const)\nPASS: test_nargs_append_required_values (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_required_values)\nPASS: test_nargs_append_simple (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_simple)\nPASS: test_action_invalid (test.test_optparse.TestOptionChecks.test_action_invalid)\nPASS: test_attr_invalid (test.test_optparse.TestOptionChecks.test_attr_invalid)\nPASS: test_bad_choices_list (test.test_optparse.TestOptionChecks.test_bad_choices_list)\nPASS: test_callback_args_no_tuple (test.test_optparse.TestOptionChecks.test_callback_args_no_tuple)\nPASS: test_callback_kwargs_no_dict (test.test_optparse.TestOptionChecks.test_callback_kwargs_no_dict)\nPASS: test_callback_not_callable (test.test_optparse.TestOptionChecks.test_callback_not_callable)\nPASS: test_no_callback_args_for_action (test.test_optparse.TestOptionChecks.test_no_callback_args_for_action)\nPASS: test_no_callback_for_action (test.test_optparse.TestOptionChecks.test_no_callback_for_action)\nPASS: test_no_callback_kwargs_for_action (test.test_optparse.TestOptionChecks.test_no_callback_kwargs_for_action)\nPASS: test_no_choices_for_type (test.test_optparse.TestOptionChecks.test_no_choices_for_type)\nPASS: test_no_choices_list (test.test_optparse.TestOptionChecks.test_no_choices_list)\nPASS: test_no_const_for_action (test.test_optparse.TestOptionChecks.test_no_const_for_action)\nPASS: test_no_nargs_for_action (test.test_optparse.TestOptionChecks.test_no_nargs_for_action)\nPASS: test_no_single_dash (test.test_optparse.TestOptionChecks.test_no_single_dash)\nPASS: test_no_type_for_action (test.test_optparse.TestOptionChecks.test_no_type_for_action)\nPASS: test_opt_string_empty (test.test_optparse.TestOptionChecks.test_opt_string_empty)\nPASS: test_opt_string_long_invalid (test.test_optparse.TestOptionChecks.test_opt_string_long_invalid)\nPASS: test_opt_string_short_invalid (test.test_optparse.TestOptionChecks.test_opt_string_short_invalid)\nPASS: test_opt_string_too_short (test.test_optparse.TestOptionChecks.test_opt_string_too_short)\nPASS: test_type_invalid (test.test_optparse.TestOptionChecks.test_type_invalid)\nPASS: test_add_group_invalid_arguments (test.test_optparse.TestOptionGroup.test_add_group_invalid_arguments)\nPASS: test_add_group_no_group (test.test_optparse.TestOptionGroup.test_add_group_no_group)\nPASS: test_add_group_wrong_parser (test.test_optparse.TestOptionGroup.test_add_group_wrong_parser)\nPASS: test_group_manipulate (test.test_optparse.TestOptionGroup.test_group_manipulate)\nPASS: test_option_group_create_instance (test.test_optparse.TestOptionGroup.test_option_group_create_instance)\nPASS: test_add_option_invalid_arguments (test.test_optparse.TestOptionParser.test_add_option_invalid_arguments)\nPASS: test_add_option_no_Option (test.test_optparse.TestOptionParser.test_add_option_no_Option)\nPASS: test_get_option (test.test_optparse.TestOptionParser.test_get_option)\nPASS: test_get_option_equals (test.test_optparse.TestOptionParser.test_get_option_equals)\nPASS: test_has_option (test.test_optparse.TestOptionParser.test_has_option)\nPASS: test_refleak (test.test_optparse.TestOptionParser.test_refleak)\nPASS: test_remove_long_opt (test.test_optparse.TestOptionParser.test_remove_long_opt)\nPASS: test_remove_nonexistent (test.test_optparse.TestOptionParser.test_remove_nonexistent)\nPASS: test_remove_short_opt (test.test_optparse.TestOptionParser.test_remove_short_opt)\nPASS: test_basics (test.test_optparse.TestOptionValues.test_basics)\nPASS: test_numeric_options (test.test_optparse.TestParseNumber.test_numeric_options)\nPASS: test_parse_num_fail (test.test_optparse.TestParseNumber.test_parse_num_fail)\nPASS: test_parse_num_ok (test.test_optparse.TestParseNumber.test_parse_num_ok)\nPASS: test_custom_progname (test.test_optparse.TestProgName.test_custom_progname)\nPASS: test_default_progname (test.test_optparse.TestProgName.test_default_progname)\nPASS: test_abbrev_long_option (test.test_optparse.TestStandard.test_abbrev_long_option)\nPASS: test_ambiguous_option (test.test_optparse.TestStandard.test_ambiguous_option)\nPASS: test_combined_single_invalid_option (test.test_optparse.TestStandard.test_combined_single_invalid_option)\nPASS: test_defaults (test.test_optparse.TestStandard.test_defaults)\nPASS: test_empty (test.test_optparse.TestStandard.test_empty)\nPASS: test_hyphen_becomes_positional_arg (test.test_optparse.TestStandard.test_hyphen_becomes_positional_arg)\nPASS: test_invalid_integer (test.test_optparse.TestStandard.test_invalid_integer)\nPASS: test_long_invalid_integer (test.test_optparse.TestStandard.test_long_invalid_integer)\nPASS: test_long_option_append (test.test_optparse.TestStandard.test_long_option_append)\nPASS: test_long_option_argument_joined (test.test_optparse.TestStandard.test_long_option_argument_joined)\nPASS: test_long_option_argument_split (test.test_optparse.TestStandard.test_long_option_argument_split)\nPASS: test_long_option_short_option (test.test_optparse.TestStandard.test_long_option_short_option)\nPASS: test_no_append_versus_append (test.test_optparse.TestStandard.test_no_append_versus_append)\nPASS: test_no_such_option (test.test_optparse.TestStandard.test_no_such_option)\nPASS: test_option_argument_joined (test.test_optparse.TestStandard.test_option_argument_joined)\nPASS: test_option_argument_joined_integer (test.test_optparse.TestStandard.test_option_argument_joined_integer)\nPASS: test_option_argument_split (test.test_optparse.TestStandard.test_option_argument_split)\nPASS: test_option_argument_split_negative_integer (test.test_optparse.TestStandard.test_option_argument_split_negative_integer)\nPASS: test_option_consumes_optionlike_string (test.test_optparse.TestStandard.test_option_consumes_optionlike_string)\nPASS: test_required_value (test.test_optparse.TestStandard.test_required_value)\nPASS: test_short_and_long_option_split (test.test_optparse.TestStandard.test_short_and_long_option_split)\nPASS: test_short_option_consumes_separator (test.test_optparse.TestStandard.test_short_option_consumes_separator)\nPASS: test_short_option_joined_and_separator (test.test_optparse.TestStandard.test_short_option_joined_and_separator)\nPASS: test_short_option_split_long_option_append (test.test_optparse.TestStandard.test_short_option_split_long_option_append)\nPASS: test_short_option_split_one_positional_arg (test.test_optparse.TestStandard.test_short_option_split_one_positional_arg)\nPASS: test_shortopt_empty_longopt_append (test.test_optparse.TestStandard.test_shortopt_empty_longopt_append)\nSKIP: test_translations (test.test_optparse.TestTranslations.test_translations) 'i18n directory could not be found'\nPASS: test_str_aliases_string (test.test_optparse.TestTypeAliases.test_str_aliases_string)\nPASS: test_type_object (test.test_optparse.TestTypeAliases.test_type_object)\nPASS: test_no_version (test.test_optparse.TestVersion.test_no_version)\nPASS: test_version (test.test_optparse.TestVersion.test_version)\n\n----------------------------------------------------------------------\nRan 153 tests in 0.012s\n\nOK (skipped=1)\n0:01:49 load avg: 1.53 [290/480] test_ordered_dict passed\nPASS: test_abc (test.test_ordered_dict.CPythonBuiltinDictTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.CPythonBuiltinDictTests.test_clear)\nPASS: test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests.test_detect_deletion_during_iteration)\nPASS: test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.CPythonBuiltinDictTests.test_init)\nPASS: test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_override_update)\nPASS: test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_popitem)\nPASS: test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests.test_reinsert)\nPASS: test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_setitem)\nPASS: test_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_update)\nPASS: test_bool (test.test_ordered_dict.CPythonGeneralMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.CPythonGeneralMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.CPythonGeneralMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.CPythonGeneralMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.CPythonGeneralMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.CPythonGeneralMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.CPythonGeneralMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.CPythonGeneralMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.CPythonGeneralMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.CPythonGeneralMappingTests.test_write)\nPASS: test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_468)\nPASS: test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_calls)\nPASS: test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear)\nPASS: test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key)\nPASS: test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear)\nPASS: test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key)\nPASS: test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq)\nPASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_empty)\nPASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_pickling)\nPASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_key_change_during_iteration)\nPASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof)\nPASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_exact)\nPASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_update)\nPASS: test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_views)\nPASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed)\nPASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_yaml_linkage)\nPASS: test_468 (test.test_ordered_dict.CPythonOrderedDictTests.test_468)\nPASS: test_abc (test.test_ordered_dict.CPythonOrderedDictTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.CPythonOrderedDictTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.CPythonOrderedDictTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.CPythonOrderedDictTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests.test_init_calls)\nPASS: test_issue119004_change_linked_list_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear)\nPASS: test_issue119004_change_linked_list_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key)\nPASS: test_issue119004_change_size_by_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_clear)\nPASS: test_issue119004_change_size_by_delete_key (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key)\nPASS: test_issue119004_change_size_by_delete_key_in_dict_eq (test.test_ordered_dict.CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq)\nPASS: test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_empty)\nPASS: test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_pickling)\nPASS: test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_key_change_during_iteration)\nPASS: test_merge_operator (test.test_ordered_dict.CPythonOrderedDictTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.CPythonOrderedDictTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.CPythonOrderedDictTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.CPythonOrderedDictTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof)\nPASS: test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_exact)\nPASS: test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.CPythonOrderedDictTests.test_update)\nPASS: test_views (test.test_ordered_dict.CPythonOrderedDictTests.test_views)\nPASS: test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictTests.test_weakref_list_is_not_traversed)\nPASS: test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests.test_yaml_linkage)\nPASS: test_copying (test.test_ordered_dict.CPythonOrderedDictWithSlotsCopyingTests.test_copying)\nPASS: test_bool (test.test_ordered_dict.CPythonSubclassMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.CPythonSubclassMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.CPythonSubclassMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.CPythonSubclassMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.CPythonSubclassMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.CPythonSubclassMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.CPythonSubclassMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.CPythonSubclassMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.CPythonSubclassMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.CPythonSubclassMappingTests.test_write)\nPASS: test_add_after_full (test.test_ordered_dict.CSimpleLRUCacheTests.test_add_after_full)\nPASS: test_change_order_on_get (test.test_ordered_dict.CSimpleLRUCacheTests.test_change_order_on_get)\nPASS: test_pop (test.test_ordered_dict.CSimpleLRUCacheTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.CSimpleLRUCacheTests.test_popitem)\nPASS: test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.PurePythonGeneralMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.PurePythonGeneralMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.PurePythonGeneralMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.PurePythonGeneralMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.PurePythonGeneralMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.PurePythonGeneralMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.PurePythonGeneralMappingTests.test_write)\nPASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_468)\nPASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_calls)\nPASS: test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error)\nPASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_empty)\nPASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sizeof)\nPASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_update)\nPASS: test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_views)\nPASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_yaml_linkage)\nPASS: test_468 (test.test_ordered_dict.PurePythonOrderedDictTests.test_468)\nPASS: test_abc (test.test_ordered_dict.PurePythonOrderedDictTests.test_abc)\nPASS: test_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_clear)\nPASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictTests.test_copying)\nPASS: test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem)\nPASS: test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_hash_collision)\nPASS: test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests.test_detect_deletion_during_iteration)\nPASS: test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_clear)\nPASS: test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_delitem)\nPASS: test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_pop)\nPASS: test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_popitem)\nPASS: test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setdefault)\nPASS: test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setitem)\nPASS: test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_update)\nPASS: test_equality (test.test_ordered_dict.PurePythonOrderedDictTests.test_equality)\nPASS: test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating)\nPASS: test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests.test_fromkeys)\nPASS: test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested)\nPASS: test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass)\nPASS: test_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_init)\nPASS: test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests.test_init_calls)\nPASS: test_issue119004_attribute_error (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue119004_attribute_error)\nPASS: test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24347)\nPASS: test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24348)\ntest_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24667)\nPASS: dict resizes after a certain number of insertion operations,\nPASS: test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators)\nPASS: test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_empty)\nPASS: test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictTests.test_merge_operator)\nPASS: test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end)\nPASS: test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_issue25406)\nPASS: test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictTests.test_ordered_dict_items_result_gc)\nPASS: test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_overridden_init)\nPASS: test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_override_update)\nPASS: test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_pickle_recursive)\nPASS: test_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem)\nPASS: test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_last)\nPASS: test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests.test_reduce_not_too_fat)\nPASS: test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop)\nPASS: test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests.test_reinsert)\nPASS: test_repr (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr)\nPASS: test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive)\nPASS: test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_values)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_setdefault)\nPASS: test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_setitem)\nPASS: test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests.test_sizeof)\nPASS: test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_sorted_iterators)\nPASS: test_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_update)\nPASS: test_views (test.test_ordered_dict.PurePythonOrderedDictTests.test_views)\nPASS: test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests.test_yaml_linkage)\nPASS: test_copying (test.test_ordered_dict.PurePythonOrderedDictWithSlotsCopyingTests.test_copying)\nPASS: test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests.test_bool)\nPASS: test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests.test_constructor)\nPASS: test_get (test.test_ordered_dict.PurePythonSubclassMappingTests.test_get)\nPASS: test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_getitem)\nPASS: test_items (test.test_ordered_dict.PurePythonSubclassMappingTests.test_items)\nPASS: test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests.test_keys)\nPASS: test_len (test.test_ordered_dict.PurePythonSubclassMappingTests.test_len)\nPASS: test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_popitem)\nPASS: test_read (test.test_ordered_dict.PurePythonSubclassMappingTests.test_read)\nPASS: test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests.test_setdefault)\nPASS: test_update (test.test_ordered_dict.PurePythonSubclassMappingTests.test_update)\nPASS: test_values (test.test_ordered_dict.PurePythonSubclassMappingTests.test_values)\nPASS: test_write (test.test_ordered_dict.PurePythonSubclassMappingTests.test_write)\nPASS: test_add_after_full (test.test_ordered_dict.PySimpleLRUCacheTests.test_add_after_full)\nPASS: test_change_order_on_get (test.test_ordered_dict.PySimpleLRUCacheTests.test_change_order_on_get)\nPASS: test_pop (test.test_ordered_dict.PySimpleLRUCacheTests.test_pop)\nPASS: test_popitem (test.test_ordered_dict.PySimpleLRUCacheTests.test_popitem)\n\n----------------------------------------------------------------------\nRan 295 tests in 0.164s\n\nOK\n0:01:49 load avg: 1.53 [291/480] test_io passed\nPASS: test_BufferedIOBase_destructor (test.test_io.CIOTest.test_BufferedIOBase_destructor)\nPASS: test_BufferedIOBase_readinto (test.test_io.CIOTest.test_BufferedIOBase_readinto)\nPASS: test_IOBase_destructor (test.test_io.CIOTest.test_IOBase_destructor)\nPASS: test_IOBase_finalize (test.test_io.CIOTest.test_IOBase_finalize)\nPASS: test_RawIOBase_destructor (test.test_io.CIOTest.test_RawIOBase_destructor)\nPASS: test_RawIOBase_read (test.test_io.CIOTest.test_RawIOBase_read)\nPASS: test_RawIOBase_readall (test.test_io.CIOTest.test_RawIOBase_readall)\nPASS: test_TextIOBase_destructor (test.test_io.CIOTest.test_TextIOBase_destructor)\nPASS: test_append_mode_tell (test.test_io.CIOTest.test_append_mode_tell)\nPASS: test_array_writes (test.test_io.CIOTest.test_array_writes)\nPASS: test_bad_opener_negative_1 (test.test_io.CIOTest.test_bad_opener_negative_1)\nPASS: test_bad_opener_other_negative (test.test_io.CIOTest.test_bad_opener_other_negative)\nPASS: test_buffered_file_io (test.test_io.CIOTest.test_buffered_file_io)\nPASS: test_buffered_readinto_mixin (test.test_io.CIOTest.test_buffered_readinto_mixin)\nPASS: test_close_assert (test.test_io.CIOTest.test_close_assert)\nPASS: test_close_flushes (test.test_io.CIOTest.test_close_flushes)\nPASS: test_closefd (test.test_io.CIOTest.test_closefd)\nPASS: test_closefd_attr (test.test_io.CIOTest.test_closefd_attr)\nPASS: test_destructor (test.test_io.CIOTest.test_destructor)\nPASS: test_fileio_closefd (test.test_io.CIOTest.test_fileio_closefd)\nPASS: test_flush_error_on_close (test.test_io.CIOTest.test_flush_error_on_close)\nPASS: test_fspath_support (test.test_io.CIOTest.test_fspath_support)\nPASS: test_garbage_collection (test.test_io.CIOTest.test_garbage_collection)\nPASS: test_invalid_newline (test.test_io.CIOTest.test_invalid_newline)\nPASS: test_invalid_operations (test.test_io.CIOTest.test_invalid_operations)\nPASS: test_large_file_ops (test.test_io.CIOTest.test_large_file_ops)\nPASS: test_multi_close (test.test_io.CIOTest.test_multi_close)\nPASS: test_next_nonsizeable (test.test_io.CIOTest.test_next_nonsizeable)\nPASS: test_no_closefd_with_filename (test.test_io.CIOTest.test_no_closefd_with_filename)\nPASS: test_nonbuffered_textio (test.test_io.CIOTest.test_nonbuffered_textio)\nPASS: test_open_handles_NUL_chars (test.test_io.CIOTest.test_open_handles_NUL_chars)\nPASS: test_opener (test.test_io.CIOTest.test_opener)\nPASS: test_opener_invalid_fd (test.test_io.CIOTest.test_opener_invalid_fd)\nPASS: test_optional_abilities (test.test_io.CIOTest.test_optional_abilities)\nPASS: test_raw_bytes_io (test.test_io.CIOTest.test_raw_bytes_io)\nPASS: test_raw_file_io (test.test_io.CIOTest.test_raw_file_io)\nPASS: test_read_closed (test.test_io.CIOTest.test_read_closed)\nPASS: test_readline (test.test_io.CIOTest.test_readline)\nPASS: test_readline_nonsizeable (test.test_io.CIOTest.test_readline_nonsizeable)\nPASS: test_types_have_dict (test.test_io.CIOTest.test_types_have_dict)\nSKIP: test_unbounded_file (test.test_io.CIOTest.test_unbounded_file) 'test can only run in a 32-bit address space'\nPASS: test_with_open (test.test_io.CIOTest.test_with_open)\nPASS: test_write_readline_races (test.test_io.CIOTest.test_write_readline_races)\nPASS: test_BufferedIOBase_destructor (test.test_io.PyIOTest.test_BufferedIOBase_destructor)\nPASS: test_BufferedIOBase_readinto (test.test_io.PyIOTest.test_BufferedIOBase_readinto)\nPASS: test_IOBase_destructor (test.test_io.PyIOTest.test_IOBase_destructor)\nPASS: test_RawIOBase_destructor (test.test_io.PyIOTest.test_RawIOBase_destructor)\nPASS: test_RawIOBase_read (test.test_io.PyIOTest.test_RawIOBase_read)\nPASS: test_RawIOBase_readall (test.test_io.PyIOTest.test_RawIOBase_readall)\nPASS: test_TextIOBase_destructor (test.test_io.PyIOTest.test_TextIOBase_destructor)\nPASS: test_append_mode_tell (test.test_io.PyIOTest.test_append_mode_tell)\nPASS: test_array_writes (test.test_io.PyIOTest.test_array_writes)\nPASS: test_bad_opener_negative_1 (test.test_io.PyIOTest.test_bad_opener_negative_1)\nPASS: test_bad_opener_other_negative (test.test_io.PyIOTest.test_bad_opener_other_negative)\nPASS: test_buffered_file_io (test.test_io.PyIOTest.test_buffered_file_io)\nPASS: test_buffered_readinto_mixin (test.test_io.PyIOTest.test_buffered_readinto_mixin)\nPASS: test_close_assert (test.test_io.PyIOTest.test_close_assert)\nPASS: test_close_flushes (test.test_io.PyIOTest.test_close_flushes)\nPASS: test_closefd (test.test_io.PyIOTest.test_closefd)\nPASS: test_closefd_attr (test.test_io.PyIOTest.test_closefd_attr)\nPASS: test_destructor (test.test_io.PyIOTest.test_destructor)\nPASS: test_fileio_closefd (test.test_io.PyIOTest.test_fileio_closefd)\nPASS: test_flush_error_on_close (test.test_io.PyIOTest.test_flush_error_on_close)\nPASS: test_fspath_support (test.test_io.PyIOTest.test_fspath_support)\nPASS: test_garbage_collection (test.test_io.PyIOTest.test_garbage_collection)\nPASS: test_invalid_newline (test.test_io.PyIOTest.test_invalid_newline)\nPASS: test_invalid_operations (test.test_io.PyIOTest.test_invalid_operations)\nPASS: test_large_file_ops (test.test_io.PyIOTest.test_large_file_ops)\nPASS: test_multi_close (test.test_io.PyIOTest.test_multi_close)\nPASS: test_next_nonsizeable (test.test_io.PyIOTest.test_next_nonsizeable)\nPASS: test_no_closefd_with_filename (test.test_io.PyIOTest.test_no_closefd_with_filename)\nPASS: test_nonbuffered_textio (test.test_io.PyIOTest.test_nonbuffered_textio)\nPASS: test_open_handles_NUL_chars (test.test_io.PyIOTest.test_open_handles_NUL_chars)\nPASS: test_opener (test.test_io.PyIOTest.test_opener)\nPASS: test_opener_invalid_fd (test.test_io.PyIOTest.test_opener_invalid_fd)\nPASS: test_optional_abilities (test.test_io.PyIOTest.test_optional_abilities)\nPASS: test_raw_bytes_io (test.test_io.PyIOTest.test_raw_bytes_io)\nPASS: test_raw_file_io (test.test_io.PyIOTest.test_raw_file_io)\nPASS: test_read_closed (test.test_io.PyIOTest.test_read_closed)\nPASS: test_readline (test.test_io.PyIOTest.test_readline)\nPASS: test_readline_nonsizeable (test.test_io.PyIOTest.test_readline_nonsizeable)\nPASS: test_types_have_dict (test.test_io.PyIOTest.test_types_have_dict)\nSKIP: test_unbounded_file (test.test_io.PyIOTest.test_unbounded_file) 'test can only run in a 32-bit address space'\nPASS: test_with_open (test.test_io.PyIOTest.test_with_open)\nPASS: test_write_readline_races (test.test_io.PyIOTest.test_write_readline_races)\ntest_RawIOBase_io_in_pyio_match (test.test_io.APIMismatchTest.test_RawIOBase_io_in_pyio_match)\nPASS: Test that pyio RawIOBase class has all c RawIOBase methods\ntest_RawIOBase_pyio_in_io_match (test.test_io.APIMismatchTest.test_RawIOBase_pyio_in_io_match)\nPASS: Test that c RawIOBase class has all pyio RawIOBase methods\nPASS: test_args_error (test.test_io.CBufferedReaderTest.test_args_error)\nPASS: test_bad_readinto_type (test.test_io.CBufferedReaderTest.test_bad_readinto_type)\nPASS: test_bad_readinto_value (test.test_io.CBufferedReaderTest.test_bad_readinto_value)\nPASS: test_buffer_freeing (test.test_io.CBufferedReaderTest.test_buffer_freeing)\nPASS: test_buffering (test.test_io.CBufferedReaderTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.CBufferedReaderTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CBufferedReaderTest.test_constructor)\nPASS: test_context_manager (test.test_io.CBufferedReaderTest.test_context_manager)\nPASS: test_detach (test.test_io.CBufferedReaderTest.test_detach)\nPASS: test_error_through_destructor (test.test_io.CBufferedReaderTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.CBufferedReaderTest.test_fileno)\nPASS: test_flush_error_on_close (test.test_io.CBufferedReaderTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CBufferedReaderTest.test_garbage_collection)\nPASS: test_initialization (test.test_io.CBufferedReaderTest.test_initialization)\nPASS: test_invalid_args (test.test_io.CBufferedReaderTest.test_invalid_args)\nPASS: test_misbehaved_io (test.test_io.CBufferedReaderTest.test_misbehaved_io)\nPASS: test_misbehaved_io_read (test.test_io.CBufferedReaderTest.test_misbehaved_io_read)\nPASS: test_multi_close (test.test_io.CBufferedReaderTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.CBufferedReaderTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedReaderTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CBufferedReaderTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CBufferedReaderTest.test_pickling_subclass)\nPASS: test_read (test.test_io.CBufferedReaderTest.test_read)\nPASS: test_read1 (test.test_io.CBufferedReaderTest.test_read1)\nPASS: test_read1_arbitrary (test.test_io.CBufferedReaderTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.CBufferedReaderTest.test_read_all)\nPASS: test_read_non_blocking (test.test_io.CBufferedReaderTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.CBufferedReaderTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.CBufferedReaderTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.CBufferedReaderTest.test_readinto)\nPASS: test_readinto1 (test.test_io.CBufferedReaderTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.CBufferedReaderTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.CBufferedReaderTest.test_readinto_array)\nPASS: test_readlines (test.test_io.CBufferedReaderTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.CBufferedReaderTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.CBufferedReaderTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CBufferedReaderTest.test_repr)\nPASS: test_seek_character_device_file (test.test_io.CBufferedReaderTest.test_seek_character_device_file)\nPASS: test_sizeof (test.test_io.CBufferedReaderTest.test_sizeof)\nPASS: test_tell_character_device_file (test.test_io.CBufferedReaderTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.CBufferedReaderTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate_on_read_only (test.test_io.CBufferedReaderTest.test_truncate_on_read_only)\nPASS: test_uninitialized (test.test_io.CBufferedReaderTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.CBufferedReaderTest.test_unseekable)\nPASS: test_buffering (test.test_io.PyBufferedReaderTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.PyBufferedReaderTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyBufferedReaderTest.test_constructor)\nPASS: test_context_manager (test.test_io.PyBufferedReaderTest.test_context_manager)\nPASS: test_detach (test.test_io.PyBufferedReaderTest.test_detach)\nPASS: test_error_through_destructor (test.test_io.PyBufferedReaderTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.PyBufferedReaderTest.test_fileno)\nPASS: test_flush_error_on_close (test.test_io.PyBufferedReaderTest.test_flush_error_on_close)\nPASS: test_invalid_args (test.test_io.PyBufferedReaderTest.test_invalid_args)\nPASS: test_misbehaved_io (test.test_io.PyBufferedReaderTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.PyBufferedReaderTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.PyBufferedReaderTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedReaderTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyBufferedReaderTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyBufferedReaderTest.test_pickling_subclass)\nPASS: test_read (test.test_io.PyBufferedReaderTest.test_read)\nPASS: test_read1 (test.test_io.PyBufferedReaderTest.test_read1)\nPASS: test_read1_arbitrary (test.test_io.PyBufferedReaderTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.PyBufferedReaderTest.test_read_all)\nPASS: test_read_non_blocking (test.test_io.PyBufferedReaderTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.PyBufferedReaderTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.PyBufferedReaderTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.PyBufferedReaderTest.test_readinto)\nPASS: test_readinto1 (test.test_io.PyBufferedReaderTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.PyBufferedReaderTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.PyBufferedReaderTest.test_readinto_array)\nPASS: test_readlines (test.test_io.PyBufferedReaderTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.PyBufferedReaderTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.PyBufferedReaderTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyBufferedReaderTest.test_repr)\nPASS: test_seek_character_device_file (test.test_io.PyBufferedReaderTest.test_seek_character_device_file)\nPASS: test_tell_character_device_file (test.test_io.PyBufferedReaderTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.PyBufferedReaderTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate_on_read_only (test.test_io.PyBufferedReaderTest.test_truncate_on_read_only)\nPASS: test_uninitialized (test.test_io.PyBufferedReaderTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.PyBufferedReaderTest.test_unseekable)\nPASS: test_args_error (test.test_io.CBufferedWriterTest.test_args_error)\nPASS: test_buffer_freeing (test.test_io.CBufferedWriterTest.test_buffer_freeing)\nPASS: test_close_error_on_close (test.test_io.CBufferedWriterTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CBufferedWriterTest.test_constructor)\nPASS: test_context_manager (test.test_io.CBufferedWriterTest.test_context_manager)\nPASS: test_destructor (test.test_io.CBufferedWriterTest.test_destructor)\nPASS: test_detach (test.test_io.CBufferedWriterTest.test_detach)\nPASS: test_detach_flush (test.test_io.CBufferedWriterTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.CBufferedWriterTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.CBufferedWriterTest.test_fileno)\nPASS: test_flush (test.test_io.CBufferedWriterTest.test_flush)\nPASS: test_flush_error_on_close (test.test_io.CBufferedWriterTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CBufferedWriterTest.test_garbage_collection)\nPASS: test_initialization (test.test_io.CBufferedWriterTest.test_initialization)\nPASS: test_invalid_args (test.test_io.CBufferedWriterTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.CBufferedWriterTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.CBufferedWriterTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.CBufferedWriterTest.test_multi_close)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedWriterTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CBufferedWriterTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CBufferedWriterTest.test_pickling_subclass)\nPASS: test_readonly_attributes (test.test_io.CBufferedWriterTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.CBufferedWriterTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CBufferedWriterTest.test_repr)\nPASS: test_sizeof (test.test_io.CBufferedWriterTest.test_sizeof)\nPASS: test_slow_close_from_thread (test.test_io.CBufferedWriterTest.test_slow_close_from_thread)\nSKIP: test_threads (test.test_io.CBufferedWriterTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.CBufferedWriterTest.test_truncate)\nPASS: test_truncate_after_write (test.test_io.CBufferedWriterTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.CBufferedWriterTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.CBufferedWriterTest.test_unseekable)\nPASS: test_write (test.test_io.CBufferedWriterTest.test_write)\nPASS: test_write_and_rewind (test.test_io.CBufferedWriterTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.CBufferedWriterTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.CBufferedWriterTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.CBufferedWriterTest.test_write_overflow)\nPASS: test_writelines (test.test_io.CBufferedWriterTest.test_writelines)\nPASS: test_writelines_error (test.test_io.CBufferedWriterTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.CBufferedWriterTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.CBufferedWriterTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.CBufferedWriterTest.test_writes_and_flushes)\nPASS: test_writes_and_seeks (test.test_io.CBufferedWriterTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.CBufferedWriterTest.test_writes_and_truncates)\nPASS: test_close_error_on_close (test.test_io.PyBufferedWriterTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyBufferedWriterTest.test_constructor)\nPASS: test_context_manager (test.test_io.PyBufferedWriterTest.test_context_manager)\nPASS: test_destructor (test.test_io.PyBufferedWriterTest.test_destructor)\nPASS: test_detach (test.test_io.PyBufferedWriterTest.test_detach)\nPASS: test_detach_flush (test.test_io.PyBufferedWriterTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.PyBufferedWriterTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.PyBufferedWriterTest.test_fileno)\nPASS: test_flush (test.test_io.PyBufferedWriterTest.test_flush)\nPASS: test_flush_error_on_close (test.test_io.PyBufferedWriterTest.test_flush_error_on_close)\nPASS: test_invalid_args (test.test_io.PyBufferedWriterTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.PyBufferedWriterTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.PyBufferedWriterTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.PyBufferedWriterTest.test_multi_close)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedWriterTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyBufferedWriterTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyBufferedWriterTest.test_pickling_subclass)\nPASS: test_readonly_attributes (test.test_io.PyBufferedWriterTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.PyBufferedWriterTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyBufferedWriterTest.test_repr)\nPASS: test_slow_close_from_thread (test.test_io.PyBufferedWriterTest.test_slow_close_from_thread)\nSKIP: test_threads (test.test_io.PyBufferedWriterTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.PyBufferedWriterTest.test_truncate)\nPASS: test_truncate_after_write (test.test_io.PyBufferedWriterTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.PyBufferedWriterTest.test_uninitialized)\nPASS: test_unseekable (test.test_io.PyBufferedWriterTest.test_unseekable)\nPASS: test_write (test.test_io.PyBufferedWriterTest.test_write)\nPASS: test_write_and_rewind (test.test_io.PyBufferedWriterTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.PyBufferedWriterTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.PyBufferedWriterTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.PyBufferedWriterTest.test_write_overflow)\nPASS: test_writelines (test.test_io.PyBufferedWriterTest.test_writelines)\nPASS: test_writelines_error (test.test_io.PyBufferedWriterTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.PyBufferedWriterTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.PyBufferedWriterTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.PyBufferedWriterTest.test_writes_and_flushes)\nPASS: test_writes_and_seeks (test.test_io.PyBufferedWriterTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.PyBufferedWriterTest.test_writes_and_truncates)\nPASS: test_close_and_closed (test.test_io.CBufferedRWPairTest.test_close_and_closed)\nPASS: test_constructor (test.test_io.CBufferedRWPairTest.test_constructor)\nPASS: test_constructor_max_buffer_size_removal (test.test_io.CBufferedRWPairTest.test_constructor_max_buffer_size_removal)\nPASS: test_constructor_with_not_readable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_readable)\nPASS: test_constructor_with_not_writeable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_writeable)\nPASS: test_detach (test.test_io.CBufferedRWPairTest.test_detach)\nPASS: test_isatty (test.test_io.CBufferedRWPairTest.test_isatty)\nPASS: test_peek (test.test_io.CBufferedRWPairTest.test_peek)\nPASS: test_read (test.test_io.CBufferedRWPairTest.test_read)\nPASS: test_read1 (test.test_io.CBufferedRWPairTest.test_read1)\nPASS: test_readable (test.test_io.CBufferedRWPairTest.test_readable)\nPASS: test_reader_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_close_error_on_close)\nPASS: test_reader_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_writer_close_error_on_close)\nPASS: test_readinto (test.test_io.CBufferedRWPairTest.test_readinto)\nPASS: test_readlines (test.test_io.CBufferedRWPairTest.test_readlines)\nPASS: test_seekable (test.test_io.CBufferedRWPairTest.test_seekable)\nPASS: test_uninitialized (test.test_io.CBufferedRWPairTest.test_uninitialized)\nPASS: test_weakref_clearing (test.test_io.CBufferedRWPairTest.test_weakref_clearing)\nPASS: test_write (test.test_io.CBufferedRWPairTest.test_write)\nPASS: test_writeable (test.test_io.CBufferedRWPairTest.test_writeable)\nPASS: test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_writer_close_error_on_close)\nPASS: test_close_and_closed (test.test_io.PyBufferedRWPairTest.test_close_and_closed)\nPASS: test_constructor (test.test_io.PyBufferedRWPairTest.test_constructor)\nPASS: test_constructor_max_buffer_size_removal (test.test_io.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal)\nPASS: test_constructor_with_not_readable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_readable)\nPASS: test_constructor_with_not_writeable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_writeable)\nPASS: test_detach (test.test_io.PyBufferedRWPairTest.test_detach)\nPASS: test_isatty (test.test_io.PyBufferedRWPairTest.test_isatty)\nPASS: test_peek (test.test_io.PyBufferedRWPairTest.test_peek)\nPASS: test_read (test.test_io.PyBufferedRWPairTest.test_read)\nPASS: test_read1 (test.test_io.PyBufferedRWPairTest.test_read1)\nPASS: test_readable (test.test_io.PyBufferedRWPairTest.test_readable)\nPASS: test_reader_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_close_error_on_close)\nPASS: test_reader_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_writer_close_error_on_close)\nPASS: test_readinto (test.test_io.PyBufferedRWPairTest.test_readinto)\nPASS: test_readlines (test.test_io.PyBufferedRWPairTest.test_readlines)\nPASS: test_seekable (test.test_io.PyBufferedRWPairTest.test_seekable)\nPASS: test_uninitialized (test.test_io.PyBufferedRWPairTest.test_uninitialized)\nPASS: test_weakref_clearing (test.test_io.PyBufferedRWPairTest.test_weakref_clearing)\nPASS: test_write (test.test_io.PyBufferedRWPairTest.test_write)\nPASS: test_writeable (test.test_io.PyBufferedRWPairTest.test_writeable)\nPASS: test_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_writer_close_error_on_close)\nPASS: test_args_error (test.test_io.CBufferedRandomTest.test_args_error)\nPASS: test_buffer_freeing (test.test_io.CBufferedRandomTest.test_buffer_freeing)\nPASS: test_buffering (test.test_io.CBufferedRandomTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.CBufferedRandomTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CBufferedRandomTest.test_constructor)\nPASS: test_context_manager (test.test_io.CBufferedRandomTest.test_context_manager)\nPASS: test_destructor (test.test_io.CBufferedRandomTest.test_destructor)\nPASS: test_detach (test.test_io.CBufferedRandomTest.test_detach)\nPASS: test_detach_flush (test.test_io.CBufferedRandomTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.CBufferedRandomTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.CBufferedRandomTest.test_fileno)\nPASS: test_flush (test.test_io.CBufferedRandomTest.test_flush)\nPASS: test_flush_and_peek (test.test_io.CBufferedRandomTest.test_flush_and_peek)\nPASS: test_flush_and_read (test.test_io.CBufferedRandomTest.test_flush_and_read)\nPASS: test_flush_and_readinto (test.test_io.CBufferedRandomTest.test_flush_and_readinto)\nPASS: test_flush_and_write (test.test_io.CBufferedRandomTest.test_flush_and_write)\nPASS: test_flush_error_on_close (test.test_io.CBufferedRandomTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CBufferedRandomTest.test_garbage_collection)\nPASS: test_interleaved_read_write (test.test_io.CBufferedRandomTest.test_interleaved_read_write)\nPASS: test_interleaved_readline_write (test.test_io.CBufferedRandomTest.test_interleaved_readline_write)\nPASS: test_invalid_args (test.test_io.CBufferedRandomTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.CBufferedRandomTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.CBufferedRandomTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.CBufferedRandomTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.CBufferedRandomTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CBufferedRandomTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CBufferedRandomTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CBufferedRandomTest.test_pickling_subclass)\nPASS: test_read (test.test_io.CBufferedRandomTest.test_read)\nPASS: test_read1 (test.test_io.CBufferedRandomTest.test_read1)\nPASS: test_read1_after_write (test.test_io.CBufferedRandomTest.test_read1_after_write)\nPASS: test_read1_arbitrary (test.test_io.CBufferedRandomTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.CBufferedRandomTest.test_read_all)\nPASS: test_read_and_write (test.test_io.CBufferedRandomTest.test_read_and_write)\nPASS: test_read_non_blocking (test.test_io.CBufferedRandomTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.CBufferedRandomTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.CBufferedRandomTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.CBufferedRandomTest.test_readinto)\nPASS: test_readinto1 (test.test_io.CBufferedRandomTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.CBufferedRandomTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.CBufferedRandomTest.test_readinto_array)\nPASS: test_readlines (test.test_io.CBufferedRandomTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.CBufferedRandomTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.CBufferedRandomTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CBufferedRandomTest.test_repr)\nPASS: test_seek_and_tell (test.test_io.CBufferedRandomTest.test_seek_and_tell)\nPASS: test_seek_character_device_file (test.test_io.CBufferedRandomTest.test_seek_character_device_file)\nPASS: test_sizeof (test.test_io.CBufferedRandomTest.test_sizeof)\nPASS: test_slow_close_from_thread (test.test_io.CBufferedRandomTest.test_slow_close_from_thread)\nPASS: test_tell_character_device_file (test.test_io.CBufferedRandomTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.CBufferedRandomTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.CBufferedRandomTest.test_truncate)\nPASS: test_truncate_after_read_or_write (test.test_io.CBufferedRandomTest.test_truncate_after_read_or_write)\nPASS: test_truncate_after_write (test.test_io.CBufferedRandomTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.CBufferedRandomTest.test_uninitialized)\nPASS: test_write (test.test_io.CBufferedRandomTest.test_write)\nPASS: test_write_after_readahead (test.test_io.CBufferedRandomTest.test_write_after_readahead)\nPASS: test_write_and_rewind (test.test_io.CBufferedRandomTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.CBufferedRandomTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.CBufferedRandomTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.CBufferedRandomTest.test_write_overflow)\nPASS: test_write_rewind_write (test.test_io.CBufferedRandomTest.test_write_rewind_write)\nPASS: test_writelines (test.test_io.CBufferedRandomTest.test_writelines)\nPASS: test_writelines_error (test.test_io.CBufferedRandomTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.CBufferedRandomTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.CBufferedRandomTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.CBufferedRandomTest.test_writes_and_flushes)\nPASS: test_writes_and_peek (test.test_io.CBufferedRandomTest.test_writes_and_peek)\nPASS: test_writes_and_read1s (test.test_io.CBufferedRandomTest.test_writes_and_read1s)\nPASS: test_writes_and_readintos (test.test_io.CBufferedRandomTest.test_writes_and_readintos)\nPASS: test_writes_and_reads (test.test_io.CBufferedRandomTest.test_writes_and_reads)\nPASS: test_writes_and_seeks (test.test_io.CBufferedRandomTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.CBufferedRandomTest.test_writes_and_truncates)\nPASS: test_buffering (test.test_io.PyBufferedRandomTest.test_buffering)\nPASS: test_close_error_on_close (test.test_io.PyBufferedRandomTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyBufferedRandomTest.test_constructor)\nPASS: test_context_manager (test.test_io.PyBufferedRandomTest.test_context_manager)\nPASS: test_destructor (test.test_io.PyBufferedRandomTest.test_destructor)\nPASS: test_detach (test.test_io.PyBufferedRandomTest.test_detach)\nPASS: test_detach_flush (test.test_io.PyBufferedRandomTest.test_detach_flush)\nPASS: test_error_through_destructor (test.test_io.PyBufferedRandomTest.test_error_through_destructor)\nPASS: test_fileno (test.test_io.PyBufferedRandomTest.test_fileno)\nPASS: test_flush (test.test_io.PyBufferedRandomTest.test_flush)\nPASS: test_flush_and_peek (test.test_io.PyBufferedRandomTest.test_flush_and_peek)\nPASS: test_flush_and_read (test.test_io.PyBufferedRandomTest.test_flush_and_read)\nPASS: test_flush_and_readinto (test.test_io.PyBufferedRandomTest.test_flush_and_readinto)\nPASS: test_flush_and_write (test.test_io.PyBufferedRandomTest.test_flush_and_write)\nPASS: test_flush_error_on_close (test.test_io.PyBufferedRandomTest.test_flush_error_on_close)\nPASS: test_interleaved_read_write (test.test_io.PyBufferedRandomTest.test_interleaved_read_write)\nPASS: test_interleaved_readline_write (test.test_io.PyBufferedRandomTest.test_interleaved_readline_write)\nPASS: test_invalid_args (test.test_io.PyBufferedRandomTest.test_invalid_args)\nPASS: test_max_buffer_size_removal (test.test_io.PyBufferedRandomTest.test_max_buffer_size_removal)\nPASS: test_misbehaved_io (test.test_io.PyBufferedRandomTest.test_misbehaved_io)\nPASS: test_multi_close (test.test_io.PyBufferedRandomTest.test_multi_close)\nPASS: test_no_extraneous_read (test.test_io.PyBufferedRandomTest.test_no_extraneous_read)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyBufferedRandomTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyBufferedRandomTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyBufferedRandomTest.test_pickling_subclass)\nPASS: test_read (test.test_io.PyBufferedRandomTest.test_read)\nPASS: test_read1 (test.test_io.PyBufferedRandomTest.test_read1)\nPASS: test_read1_after_write (test.test_io.PyBufferedRandomTest.test_read1_after_write)\nPASS: test_read1_arbitrary (test.test_io.PyBufferedRandomTest.test_read1_arbitrary)\nPASS: test_read_all (test.test_io.PyBufferedRandomTest.test_read_all)\nPASS: test_read_and_write (test.test_io.PyBufferedRandomTest.test_read_and_write)\nPASS: test_read_non_blocking (test.test_io.PyBufferedRandomTest.test_read_non_blocking)\nPASS: test_read_on_closed (test.test_io.PyBufferedRandomTest.test_read_on_closed)\nPASS: test_read_past_eof (test.test_io.PyBufferedRandomTest.test_read_past_eof)\nPASS: test_readinto (test.test_io.PyBufferedRandomTest.test_readinto)\nPASS: test_readinto1 (test.test_io.PyBufferedRandomTest.test_readinto1)\nPASS: test_readinto1_array (test.test_io.PyBufferedRandomTest.test_readinto1_array)\nPASS: test_readinto_array (test.test_io.PyBufferedRandomTest.test_readinto_array)\nPASS: test_readlines (test.test_io.PyBufferedRandomTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.PyBufferedRandomTest.test_readonly_attributes)\nPASS: test_recursive_repr (test.test_io.PyBufferedRandomTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyBufferedRandomTest.test_repr)\nPASS: test_seek_and_tell (test.test_io.PyBufferedRandomTest.test_seek_and_tell)\nPASS: test_seek_character_device_file (test.test_io.PyBufferedRandomTest.test_seek_character_device_file)\nPASS: test_slow_close_from_thread (test.test_io.PyBufferedRandomTest.test_slow_close_from_thread)\nPASS: test_tell_character_device_file (test.test_io.PyBufferedRandomTest.test_tell_character_device_file)\nSKIP: test_threads (test.test_io.PyBufferedRandomTest.test_threads) \"resource 'cpu' is not enabled\"\nPASS: test_truncate (test.test_io.PyBufferedRandomTest.test_truncate)\nPASS: test_truncate_after_read_or_write (test.test_io.PyBufferedRandomTest.test_truncate_after_read_or_write)\nPASS: test_truncate_after_write (test.test_io.PyBufferedRandomTest.test_truncate_after_write)\nPASS: test_uninitialized (test.test_io.PyBufferedRandomTest.test_uninitialized)\nPASS: test_write (test.test_io.PyBufferedRandomTest.test_write)\nPASS: test_write_after_readahead (test.test_io.PyBufferedRandomTest.test_write_after_readahead)\nPASS: test_write_and_rewind (test.test_io.PyBufferedRandomTest.test_write_and_rewind)\nPASS: test_write_error_on_close (test.test_io.PyBufferedRandomTest.test_write_error_on_close)\nPASS: test_write_non_blocking (test.test_io.PyBufferedRandomTest.test_write_non_blocking)\nPASS: test_write_overflow (test.test_io.PyBufferedRandomTest.test_write_overflow)\nPASS: test_write_rewind_write (test.test_io.PyBufferedRandomTest.test_write_rewind_write)\nPASS: test_writelines (test.test_io.PyBufferedRandomTest.test_writelines)\nPASS: test_writelines_error (test.test_io.PyBufferedRandomTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.PyBufferedRandomTest.test_writelines_userlist)\nPASS: test_writes (test.test_io.PyBufferedRandomTest.test_writes)\nPASS: test_writes_and_flushes (test.test_io.PyBufferedRandomTest.test_writes_and_flushes)\nPASS: test_writes_and_peek (test.test_io.PyBufferedRandomTest.test_writes_and_peek)\nPASS: test_writes_and_read1s (test.test_io.PyBufferedRandomTest.test_writes_and_read1s)\nPASS: test_writes_and_readintos (test.test_io.PyBufferedRandomTest.test_writes_and_readintos)\nPASS: test_writes_and_reads (test.test_io.PyBufferedRandomTest.test_writes_and_reads)\nPASS: test_writes_and_seeks (test.test_io.PyBufferedRandomTest.test_writes_and_seeks)\nPASS: test_writes_and_truncates (test.test_io.PyBufferedRandomTest.test_writes_and_truncates)\nPASS: test_decoder (test.test_io.StatefulIncrementalDecoderTest.test_decoder)\nPASS: test_newline_bytes (test.test_io.CIncrementalNewlineDecoderTest.test_newline_bytes)\nPASS: test_newline_decoder (test.test_io.CIncrementalNewlineDecoderTest.test_newline_decoder)\nPASS: test_translate (test.test_io.CIncrementalNewlineDecoderTest.test_translate)\nPASS: test_uninitialized (test.test_io.CIncrementalNewlineDecoderTest.test_uninitialized)\nPASS: test_newline_bytes (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_bytes)\nPASS: test_newline_decoder (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_decoder)\nPASS: test_translate (test.test_io.PyIncrementalNewlineDecoderTest.test_translate)\nPASS: test_append_bom (test.test_io.CTextIOWrapperTest.test_append_bom)\nPASS: test_basic_io (test.test_io.CTextIOWrapperTest.test_basic_io)\nPASS: test_bufio_write_through (test.test_io.CTextIOWrapperTest.test_bufio_write_through)\nPASS: test_close_error_on_close (test.test_io.CTextIOWrapperTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.CTextIOWrapperTest.test_constructor)\nPASS: test_create_at_shutdown_with_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_with_encoding)\nPASS: test_create_at_shutdown_without_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_without_encoding)\nSKIP: test_default_encoding (test.test_io.CTextIOWrapperTest.test_default_encoding) 'utf-8 mode is enabled'\nPASS: test_del__CHUNK_SIZE_SystemError (test.test_io.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError)\nPASS: test_destructor (test.test_io.CTextIOWrapperTest.test_destructor)\nPASS: test_detach (test.test_io.CTextIOWrapperTest.test_detach)\nPASS: test_encoded_writes (test.test_io.CTextIOWrapperTest.test_encoded_writes)\nPASS: test_encoding (test.test_io.CTextIOWrapperTest.test_encoding)\nPASS: test_encoding_errors_reading (test.test_io.CTextIOWrapperTest.test_encoding_errors_reading)\nPASS: test_encoding_errors_writing (test.test_io.CTextIOWrapperTest.test_encoding_errors_writing)\nPASS: test_error_through_destructor (test.test_io.CTextIOWrapperTest.test_error_through_destructor)\nPASS: test_errors_property (test.test_io.CTextIOWrapperTest.test_errors_property)\nPASS: test_flush_error_on_close (test.test_io.CTextIOWrapperTest.test_flush_error_on_close)\nPASS: test_garbage_collection (test.test_io.CTextIOWrapperTest.test_garbage_collection)\nPASS: test_illegal_decoder (test.test_io.CTextIOWrapperTest.test_illegal_decoder)\nPASS: test_illegal_encoder (test.test_io.CTextIOWrapperTest.test_illegal_encoder)\nPASS: test_initialization (test.test_io.CTextIOWrapperTest.test_initialization)\nPASS: test_internal_buffer_size (test.test_io.CTextIOWrapperTest.test_internal_buffer_size)\nPASS: test_issue119506 (test.test_io.CTextIOWrapperTest.test_issue119506)\nPASS: test_issue1395_1 (test.test_io.CTextIOWrapperTest.test_issue1395_1)\nPASS: test_issue1395_2 (test.test_io.CTextIOWrapperTest.test_issue1395_2)\nPASS: test_issue1395_3 (test.test_io.CTextIOWrapperTest.test_issue1395_3)\nPASS: test_issue1395_4 (test.test_io.CTextIOWrapperTest.test_issue1395_4)\nPASS: test_issue1395_5 (test.test_io.CTextIOWrapperTest.test_issue1395_5)\nPASS: test_issue2282 (test.test_io.CTextIOWrapperTest.test_issue2282)\nPASS: test_issue22849 (test.test_io.CTextIOWrapperTest.test_issue22849)\nPASS: test_issue25862 (test.test_io.CTextIOWrapperTest.test_issue25862)\nPASS: test_issue35928 (test.test_io.CTextIOWrapperTest.test_issue35928)\nPASS: test_line_buffering (test.test_io.CTextIOWrapperTest.test_line_buffering)\nPASS: test_multi_close (test.test_io.CTextIOWrapperTest.test_multi_close)\nPASS: test_multibyte_seek_and_tell (test.test_io.CTextIOWrapperTest.test_multibyte_seek_and_tell)\nPASS: test_newlines (test.test_io.CTextIOWrapperTest.test_newlines)\nPASS: test_newlines_input (test.test_io.CTextIOWrapperTest.test_newlines_input)\nPASS: test_newlines_output (test.test_io.CTextIOWrapperTest.test_newlines_output)\nPASS: test_non_text_encoding_codecs_are_rejected (test.test_io.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.CTextIOWrapperTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.CTextIOWrapperTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.CTextIOWrapperTest.test_pickling_subclass)\nPASS: test_rawio (test.test_io.CTextIOWrapperTest.test_rawio)\nPASS: test_rawio_write_through (test.test_io.CTextIOWrapperTest.test_rawio_write_through)\nPASS: test_read_by_chunk (test.test_io.CTextIOWrapperTest.test_read_by_chunk)\nPASS: test_read_byteslike (test.test_io.CTextIOWrapperTest.test_read_byteslike)\nPASS: test_read_nonbytes (test.test_io.CTextIOWrapperTest.test_read_nonbytes)\nPASS: test_read_one_by_one (test.test_io.CTextIOWrapperTest.test_read_one_by_one)\nPASS: test_readlines (test.test_io.CTextIOWrapperTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.CTextIOWrapperTest.test_readonly_attributes)\nPASS: test_reconfigure_defaults (test.test_io.CTextIOWrapperTest.test_reconfigure_defaults)\nPASS: test_reconfigure_encoding_read (test.test_io.CTextIOWrapperTest.test_reconfigure_encoding_read)\nPASS: test_reconfigure_errors (test.test_io.CTextIOWrapperTest.test_reconfigure_errors)\nPASS: test_reconfigure_line_buffering (test.test_io.CTextIOWrapperTest.test_reconfigure_line_buffering)\nPASS: test_reconfigure_locale (test.test_io.CTextIOWrapperTest.test_reconfigure_locale)\nPASS: test_reconfigure_newline (test.test_io.CTextIOWrapperTest.test_reconfigure_newline)\nPASS: test_reconfigure_write (test.test_io.CTextIOWrapperTest.test_reconfigure_write)\nPASS: test_reconfigure_write_fromascii (test.test_io.CTextIOWrapperTest.test_reconfigure_write_fromascii)\nPASS: test_reconfigure_write_non_seekable (test.test_io.CTextIOWrapperTest.test_reconfigure_write_non_seekable)\nPASS: test_reconfigure_write_through (test.test_io.CTextIOWrapperTest.test_reconfigure_write_through)\nPASS: test_recursive_repr (test.test_io.CTextIOWrapperTest.test_recursive_repr)\nPASS: test_repr (test.test_io.CTextIOWrapperTest.test_repr)\nPASS: test_rwpair_cleared_before_textio (test.test_io.CTextIOWrapperTest.test_rwpair_cleared_before_textio)\nPASS: test_seek_and_tell (test.test_io.CTextIOWrapperTest.test_seek_and_tell)\nPASS: test_seek_append_bom (test.test_io.CTextIOWrapperTest.test_seek_append_bom)\nPASS: test_seek_bom (test.test_io.CTextIOWrapperTest.test_seek_bom)\nPASS: test_seek_with_encoder_state (test.test_io.CTextIOWrapperTest.test_seek_with_encoder_state)\nPASS: test_seeking (test.test_io.CTextIOWrapperTest.test_seeking)\nPASS: test_seeking_too (test.test_io.CTextIOWrapperTest.test_seeking_too)\nPASS: test_subclass_repr (test.test_io.CTextIOWrapperTest.test_subclass_repr)\nPASS: test_telling (test.test_io.CTextIOWrapperTest.test_telling)\nPASS: test_threads_write (test.test_io.CTextIOWrapperTest.test_threads_write)\nPASS: test_uninitialized (test.test_io.CTextIOWrapperTest.test_uninitialized)\nPASS: test_unreadable (test.test_io.CTextIOWrapperTest.test_unreadable)\nPASS: test_unseekable (test.test_io.CTextIOWrapperTest.test_unseekable)\nPASS: test_writelines (test.test_io.CTextIOWrapperTest.test_writelines)\nPASS: test_writelines_error (test.test_io.CTextIOWrapperTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.CTextIOWrapperTest.test_writelines_userlist)\nPASS: test_append_bom (test.test_io.PyTextIOWrapperTest.test_append_bom)\nPASS: test_basic_io (test.test_io.PyTextIOWrapperTest.test_basic_io)\nPASS: test_bufio_write_through (test.test_io.PyTextIOWrapperTest.test_bufio_write_through)\nPASS: test_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_close_error_on_close)\nPASS: test_constructor (test.test_io.PyTextIOWrapperTest.test_constructor)\nPASS: test_create_at_shutdown_with_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding)\nPASS: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding)\nSKIP: test_default_encoding (test.test_io.PyTextIOWrapperTest.test_default_encoding) 'utf-8 mode is enabled'\nPASS: test_destructor (test.test_io.PyTextIOWrapperTest.test_destructor)\nPASS: test_detach (test.test_io.PyTextIOWrapperTest.test_detach)\nPASS: test_encoded_writes (test.test_io.PyTextIOWrapperTest.test_encoded_writes)\nPASS: test_encoding (test.test_io.PyTextIOWrapperTest.test_encoding)\nPASS: test_encoding_errors_reading (test.test_io.PyTextIOWrapperTest.test_encoding_errors_reading)\nPASS: test_encoding_errors_writing (test.test_io.PyTextIOWrapperTest.test_encoding_errors_writing)\nPASS: test_error_through_destructor (test.test_io.PyTextIOWrapperTest.test_error_through_destructor)\nPASS: test_errors_property (test.test_io.PyTextIOWrapperTest.test_errors_property)\nPASS: test_flush_error_on_close (test.test_io.PyTextIOWrapperTest.test_flush_error_on_close)\nPASS: test_illegal_decoder (test.test_io.PyTextIOWrapperTest.test_illegal_decoder)\nPASS: test_illegal_encoder (test.test_io.PyTextIOWrapperTest.test_illegal_encoder)\nPASS: test_issue1395_1 (test.test_io.PyTextIOWrapperTest.test_issue1395_1)\nPASS: test_issue1395_2 (test.test_io.PyTextIOWrapperTest.test_issue1395_2)\nPASS: test_issue1395_3 (test.test_io.PyTextIOWrapperTest.test_issue1395_3)\nPASS: test_issue1395_4 (test.test_io.PyTextIOWrapperTest.test_issue1395_4)\nPASS: test_issue1395_5 (test.test_io.PyTextIOWrapperTest.test_issue1395_5)\nPASS: test_issue2282 (test.test_io.PyTextIOWrapperTest.test_issue2282)\nPASS: test_issue22849 (test.test_io.PyTextIOWrapperTest.test_issue22849)\nPASS: test_issue25862 (test.test_io.PyTextIOWrapperTest.test_issue25862)\nPASS: test_issue35928 (test.test_io.PyTextIOWrapperTest.test_issue35928)\nPASS: test_line_buffering (test.test_io.PyTextIOWrapperTest.test_line_buffering)\nPASS: test_multi_close (test.test_io.PyTextIOWrapperTest.test_multi_close)\nPASS: test_multibyte_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_multibyte_seek_and_tell)\nPASS: test_newlines (test.test_io.PyTextIOWrapperTest.test_newlines)\nPASS: test_newlines_input (test.test_io.PyTextIOWrapperTest.test_newlines_input)\nPASS: test_newlines_output (test.test_io.PyTextIOWrapperTest.test_newlines_output)\nPASS: test_non_text_encoding_codecs_are_rejected (test.test_io.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected)\nPASS: test_nonnormalized_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close)\nPASS: test_override_destructor (test.test_io.PyTextIOWrapperTest.test_override_destructor)\nPASS: test_pickling_subclass (test.test_io.PyTextIOWrapperTest.test_pickling_subclass)\nPASS: test_rawio (test.test_io.PyTextIOWrapperTest.test_rawio)\nPASS: test_rawio_write_through (test.test_io.PyTextIOWrapperTest.test_rawio_write_through)\nPASS: test_read_by_chunk (test.test_io.PyTextIOWrapperTest.test_read_by_chunk)\nPASS: test_read_byteslike (test.test_io.PyTextIOWrapperTest.test_read_byteslike)\nPASS: test_read_nonbytes (test.test_io.PyTextIOWrapperTest.test_read_nonbytes)\nPASS: test_read_one_by_one (test.test_io.PyTextIOWrapperTest.test_read_one_by_one)\nPASS: test_readlines (test.test_io.PyTextIOWrapperTest.test_readlines)\nPASS: test_readonly_attributes (test.test_io.PyTextIOWrapperTest.test_readonly_attributes)\nPASS: test_reconfigure_defaults (test.test_io.PyTextIOWrapperTest.test_reconfigure_defaults)\nPASS: test_reconfigure_encoding_read (test.test_io.PyTextIOWrapperTest.test_reconfigure_encoding_read)\nPASS: test_reconfigure_errors (test.test_io.PyTextIOWrapperTest.test_reconfigure_errors)\nPASS: test_reconfigure_line_buffering (test.test_io.PyTextIOWrapperTest.test_reconfigure_line_buffering)\nPASS: test_reconfigure_locale (test.test_io.PyTextIOWrapperTest.test_reconfigure_locale)\nPASS: test_reconfigure_newline (test.test_io.PyTextIOWrapperTest.test_reconfigure_newline)\nPASS: test_reconfigure_write (test.test_io.PyTextIOWrapperTest.test_reconfigure_write)\nPASS: test_reconfigure_write_fromascii (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_fromascii)\nPASS: test_reconfigure_write_non_seekable (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_non_seekable)\nPASS: test_reconfigure_write_through (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_through)\nPASS: test_recursive_repr (test.test_io.PyTextIOWrapperTest.test_recursive_repr)\nPASS: test_repr (test.test_io.PyTextIOWrapperTest.test_repr)\nPASS: test_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_seek_and_tell)\nPASS: test_seek_append_bom (test.test_io.PyTextIOWrapperTest.test_seek_append_bom)\nPASS: test_seek_bom (test.test_io.PyTextIOWrapperTest.test_seek_bom)\nPASS: test_seek_with_encoder_state (test.test_io.PyTextIOWrapperTest.test_seek_with_encoder_state)\nPASS: test_seeking (test.test_io.PyTextIOWrapperTest.test_seeking)\nPASS: test_seeking_too (test.test_io.PyTextIOWrapperTest.test_seeking_too)\nPASS: test_subclass_repr (test.test_io.PyTextIOWrapperTest.test_subclass_repr)\nPASS: test_telling (test.test_io.PyTextIOWrapperTest.test_telling)\nPASS: test_threads_write (test.test_io.PyTextIOWrapperTest.test_threads_write)\nPASS: test_uninitialized (test.test_io.PyTextIOWrapperTest.test_uninitialized)\nPASS: test_unreadable (test.test_io.PyTextIOWrapperTest.test_unreadable)\nPASS: test_unseekable (test.test_io.PyTextIOWrapperTest.test_unseekable)\nPASS: test_writelines (test.test_io.PyTextIOWrapperTest.test_writelines)\nPASS: test_writelines_error (test.test_io.PyTextIOWrapperTest.test_writelines_error)\nPASS: test_writelines_userlist (test.test_io.PyTextIOWrapperTest.test_writelines_userlist)\nPASS: test___all__ (test.test_io.CMiscIOTest.test___all__)\nPASS: test_abc_inheritance (test.test_io.CMiscIOTest.test_abc_inheritance)\nPASS: test_abc_inheritance_official (test.test_io.CMiscIOTest.test_abc_inheritance_official)\nPASS: test_abcs (test.test_io.CMiscIOTest.test_abcs)\nPASS: test_attributes (test.test_io.CMiscIOTest.test_attributes)\nPASS: test_blockingioerror (test.test_io.CMiscIOTest.test_blockingioerror)\nPASS: test_check_encoding_errors (test.test_io.CMiscIOTest.test_check_encoding_errors)\nPASS: test_check_encoding_warning (test.test_io.CMiscIOTest.test_check_encoding_warning)\nPASS: test_create_fail (test.test_io.CMiscIOTest.test_create_fail)\nPASS: test_create_writes (test.test_io.CMiscIOTest.test_create_writes)\nSKIP: test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) \"resource 'walltime' is not enabled\"\nSKIP: test_daemon_threads_shutdown_stdout_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) \"resource 'walltime' is not enabled\"\nPASS: test_io_after_close (test.test_io.CMiscIOTest.test_io_after_close)\nPASS: test_nonblock_pipe_write_bigbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_bigbuf)\nPASS: test_nonblock_pipe_write_smallbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_smallbuf)\nPASS: test_open_allargs (test.test_io.CMiscIOTest.test_open_allargs)\nPASS: test_open_pipe_with_append (test.test_io.CMiscIOTest.test_open_pipe_with_append)\nPASS: test_pickling (test.test_io.CMiscIOTest.test_pickling)\nPASS: test_readinto_buffer_overflow (test.test_io.CMiscIOTest.test_readinto_buffer_overflow)\nPASS: test_removed_u_mode (test.test_io.CMiscIOTest.test_removed_u_mode)\nPASS: test_text_encoding (test.test_io.CMiscIOTest.test_text_encoding)\nPASS: test_warn_on_dealloc (test.test_io.CMiscIOTest.test_warn_on_dealloc)\nPASS: test_warn_on_dealloc_fd (test.test_io.CMiscIOTest.test_warn_on_dealloc_fd)\nPASS: test___all__ (test.test_io.PyMiscIOTest.test___all__)\nPASS: test_abc_inheritance (test.test_io.PyMiscIOTest.test_abc_inheritance)\nPASS: test_abc_inheritance_official (test.test_io.PyMiscIOTest.test_abc_inheritance_official)\nPASS: test_abcs (test.test_io.PyMiscIOTest.test_abcs)\nPASS: test_attributes (test.test_io.PyMiscIOTest.test_attributes)\nPASS: test_blockingioerror (test.test_io.PyMiscIOTest.test_blockingioerror)\nPASS: test_check_encoding_errors (test.test_io.PyMiscIOTest.test_check_encoding_errors)\nPASS: test_check_encoding_warning (test.test_io.PyMiscIOTest.test_check_encoding_warning)\nPASS: test_create_fail (test.test_io.PyMiscIOTest.test_create_fail)\nPASS: test_create_writes (test.test_io.PyMiscIOTest.test_create_writes)\nPASS: test_io_after_close (test.test_io.PyMiscIOTest.test_io_after_close)\nPASS: test_nonblock_pipe_write_bigbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_bigbuf)\nPASS: test_nonblock_pipe_write_smallbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_smallbuf)\nPASS: test_open_allargs (test.test_io.PyMiscIOTest.test_open_allargs)\nPASS: test_open_pipe_with_append (test.test_io.PyMiscIOTest.test_open_pipe_with_append)\nPASS: test_pickling (test.test_io.PyMiscIOTest.test_pickling)\nPASS: test_removed_u_mode (test.test_io.PyMiscIOTest.test_removed_u_mode)\nPASS: test_text_encoding (test.test_io.PyMiscIOTest.test_text_encoding)\nPASS: test_warn_on_dealloc (test.test_io.PyMiscIOTest.test_warn_on_dealloc)\nPASS: test_warn_on_dealloc_fd (test.test_io.PyMiscIOTest.test_warn_on_dealloc_fd)\nSKIP: test_interrupted_read_retry_buffered (test.test_io.CSignalsTest.test_interrupted_read_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_read_retry_text (test.test_io.CSignalsTest.test_interrupted_read_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_buffered (test.test_io.CSignalsTest.test_interrupted_write_buffered)\nSKIP: test_interrupted_write_retry_buffered (test.test_io.CSignalsTest.test_interrupted_write_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_write_retry_text (test.test_io.CSignalsTest.test_interrupted_write_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_text (test.test_io.CSignalsTest.test_interrupted_write_text)\nPASS: test_interrupted_write_unbuffered (test.test_io.CSignalsTest.test_interrupted_write_unbuffered)\nPASS: test_reentrant_write_buffered (test.test_io.CSignalsTest.test_reentrant_write_buffered)\nPASS: test_reentrant_write_text (test.test_io.CSignalsTest.test_reentrant_write_text)\nSKIP: test_interrupted_read_retry_buffered (test.test_io.PySignalsTest.test_interrupted_read_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_read_retry_text (test.test_io.PySignalsTest.test_interrupted_read_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_buffered (test.test_io.PySignalsTest.test_interrupted_write_buffered)\nSKIP: test_interrupted_write_retry_buffered (test.test_io.PySignalsTest.test_interrupted_write_retry_buffered) \"resource 'walltime' is not enabled\"\nSKIP: test_interrupted_write_retry_text (test.test_io.PySignalsTest.test_interrupted_write_retry_text) \"resource 'walltime' is not enabled\"\nPASS: test_interrupted_write_text (test.test_io.PySignalsTest.test_interrupted_write_text)\nPASS: test_interrupted_write_unbuffered (test.test_io.PySignalsTest.test_interrupted_write_unbuffered)\nPASS: test_class_hierarchy (test.test_io.TestIOCTypes.test_class_hierarchy)\nPASS: test_disallow_instantiation (test.test_io.TestIOCTypes.test_disallow_instantiation)\nPASS: test_immutable_types (test.test_io.TestIOCTypes.test_immutable_types)\nPASS: test_stringio_setstate (test.test_io.TestIOCTypes.test_stringio_setstate)\nPASS: test_subclassing (test.test_io.TestIOCTypes.test_subclassing)\n\n----------------------------------------------------------------------\nRan 656 tests in 10.584s\n\nOK (skipped=20)\n0:01:49 load avg: 1.53 [292/480] test_osx_env passed\nSKIP: test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase.test_pythonexecutable_sets_sys_executable) 'unnecessary on this platform'\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK (skipped=1)\n0:01:50 load avg: 1.53 [293/480] test_pathlib passed\nPASS: test_rtruediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_rtruediv)\nPASS: test_truediv (test.test_pathlib.test_pathlib.CompatiblePathTest.test_truediv)\nPASS: test_absolute_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_common)\nPASS: test_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_posix)\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PathSubclassTest.test_bytes_exc_message)\nPASS: test_chmod (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod)\nPASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_chmod_follow_symlinks_true)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathSubclassTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_cwd (test.test_pathlib.test_pathlib.PathSubclassTest.test_cwd)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathSubclassTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib.PathSubclassTest.test_exists)\nPASS: test_expanduser_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_common)\nPASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_posix)\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_expanduser_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_posix)\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_posix)\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_from_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_full_match_common)\nPASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_above_recursion_limit)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_common)\nPASS: test_glob_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dot)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_empty_pattern)\nPASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_inaccessible)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_long_symlink)\nPASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_many_open_files)\nPASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_pathlike)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_group (test.test_pathlib.test_pathlib.PathSubclassTest.test_group)\nPASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_no_follow_symlinks)\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_group_windows) 'requires Windows-flavoured path class'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathSubclassTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'\nPASS: test_hardlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to)\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_hardlink_to_unsupported) 'os.link() is present'\nPASS: test_home (test.test_pathlib.test_pathlib.PathSubclassTest.test_home)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_false)\nPASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_char_device_true)\nPASS: test_is_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_false)\nPASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_fifo_true)\nPASS: test_is_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount)\nPASS: test_is_mount_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_mount_root)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_reserved_deprecated)\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_false)\nPASS: test_is_socket_true (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_socket_true)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_matches_pathbase_api (test.test_pathlib.test_pathlib.PathSubclassTest.test_matches_pathbase_api)\nPASS: test_mkdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir)\nPASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_concurrent_parent_creation)\nPASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok)\nPASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_root)\nPASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_exist_ok_with_parent)\nPASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_no_parents_file)\nPASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_parents)\nPASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_child_file)\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathSubclassTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_common)\nPASS: test_open_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_mode)\nPASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PathSubclassTest.test_open_unbuffered)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_owner (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner)\nPASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_no_follow_symlinks)\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_owner_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PathSubclassTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.PathSubclassTest.test_passing_kwargs_deprecated)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_pickling_common)\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib.PathSubclassTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_rename (test.test_pathlib.test_pathlib.PathSubclassTest.test_rename)\nPASS: test_replace (test.test_pathlib.test_pathlib.PathSubclassTest.test_replace)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_repr_common)\nPASS: test_resolve_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_loop)\nPASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_nonexist_relative_issue38671)\nPASS: test_resolve_root (test.test_pathlib.test_pathlib.PathSubclassTest.test_resolve_root)\nPASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_pathlike)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_rmdir (test.test_pathlib.test_pathlib.PathSubclassTest.test_rmdir)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib.PathSubclassTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_symlink_to (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to)\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathSubclassTest.test_symlink_to_unsupported) 'os.symlink() is present'\nPASS: test_touch_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_common)\nPASS: test_touch_mode (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_mode)\nPASS: test_touch_nochange (test.test_pathlib.test_pathlib.PathSubclassTest.test_touch_nochange)\nPASS: test_unlink (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink)\nPASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathSubclassTest.test_unlink_missing_ok)\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PathSubclassTest.test_unsupported_parser) 'path parser is supported'\nPASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bad_dir)\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_follow_symlinks)\nPASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_many_open_files)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib.PathSubclassTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PathSubclassTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib.PathSubclassTest.test_write_text_with_newlines)\nPASS: test_absolute_common (test.test_pathlib.test_pathlib.PathTest.test_absolute_common)\nPASS: test_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_absolute_posix)\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PathTest.test_bytes_exc_message)\nPASS: test_chmod (test.test_pathlib.test_pathlib.PathTest.test_chmod)\nPASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PathTest.test_chmod_follow_symlinks_true)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_cwd (test.test_pathlib.test_pathlib.PathTest.test_cwd)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib.PathTest.test_exists)\nPASS: test_expanduser_common (test.test_pathlib.test_pathlib.PathTest.test_expanduser_common)\nPASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PathTest.test_expanduser_posix)\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PathTest.test_expanduser_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_posix)\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PathTest.test_from_uri_posix)\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PathTest.test_from_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PathTest.test_full_match_common)\nPASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_glob_above_recursion_limit)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PathTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib.PathTest.test_glob_common)\nPASS: test_glob_dot (test.test_pathlib.test_pathlib.PathTest.test_glob_dot)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PathTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PathTest.test_glob_empty_pattern)\nPASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PathTest.test_glob_inaccessible)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PathTest.test_glob_long_symlink)\nPASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_glob_many_open_files)\nPASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_glob_pathlike)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib.PathTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib.PathTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.PathTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_group (test.test_pathlib.test_pathlib.PathTest.test_group)\nPASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_group_no_follow_symlinks)\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.PathTest.test_group_windows) 'requires Windows-flavoured path class'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PathTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'\nPASS: test_hardlink_to (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to)\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_hardlink_to_unsupported) 'os.link() is present'\nPASS: test_home (test.test_pathlib.test_pathlib.PathTest.test_home)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_false)\nPASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PathTest.test_is_char_device_true)\nPASS: test_is_dir (test.test_pathlib.test_pathlib.PathTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_false)\nPASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PathTest.test_is_fifo_true)\nPASS: test_is_file (test.test_pathlib.test_pathlib.PathTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction (test.test_pathlib.test_pathlib.PathTest.test_is_junction)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib.PathTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib.PathTest.test_is_mount)\nPASS: test_is_mount_root (test.test_pathlib.test_pathlib.PathTest.test_is_mount_root)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PathTest.test_is_reserved_deprecated)\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib.PathTest.test_is_socket_false)\nPASS: test_is_socket_true (test.test_pathlib.test_pathlib.PathTest.test_is_socket_true)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib.PathTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib.PathTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib.PathTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PathTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib.PathTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_matches_pathbase_api (test.test_pathlib.test_pathlib.PathTest.test_matches_pathbase_api)\nPASS: test_mkdir (test.test_pathlib.test_pathlib.PathTest.test_mkdir)\nPASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation)\nPASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok)\nPASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_root)\nPASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent)\nPASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_no_parents_file)\nPASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PathTest.test_mkdir_parents)\nPASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_child_file)\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PathTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib.PathTest.test_open_common)\nPASS: test_open_mode (test.test_pathlib.test_pathlib.PathTest.test_open_mode)\nPASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PathTest.test_open_unbuffered)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_owner (test.test_pathlib.test_pathlib.PathTest.test_owner)\nPASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_owner_no_follow_symlinks)\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.PathTest.test_owner_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.PathTest.test_passing_kwargs_deprecated)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PathTest.test_pickling_common)\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib.PathTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib.PathTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib.PathTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib.PathTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PathTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_rename (test.test_pathlib.test_pathlib.PathTest.test_rename)\nPASS: test_replace (test.test_pathlib.test_pathlib.PathTest.test_replace)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PathTest.test_repr_roundtrips)\nPASS: test_resolve_common (test.test_pathlib.test_pathlib.PathTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib.PathTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib.PathTest.test_resolve_loop)\nPASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671)\nPASS: test_resolve_root (test.test_pathlib.test_pathlib.PathTest.test_resolve_root)\nPASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PathTest.test_rglob_pathlike)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib.PathTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PathTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PathTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PathTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_rmdir (test.test_pathlib.test_pathlib.PathTest.test_rmdir)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib.PathTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib.PathTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_symlink_to (test.test_pathlib.test_pathlib.PathTest.test_symlink_to)\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PathTest.test_symlink_to_unsupported) 'os.symlink() is present'\nPASS: test_touch_common (test.test_pathlib.test_pathlib.PathTest.test_touch_common)\nPASS: test_touch_mode (test.test_pathlib.test_pathlib.PathTest.test_touch_mode)\nPASS: test_touch_nochange (test.test_pathlib.test_pathlib.PathTest.test_touch_nochange)\nPASS: test_unlink (test.test_pathlib.test_pathlib.PathTest.test_unlink)\nPASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PathTest.test_unlink_missing_ok)\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PathTest.test_unsupported_parser) 'path parser is supported'\nPASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PathTest.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PathTest.test_walk_bad_dir)\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib.PathTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PathTest.test_walk_follow_symlinks)\nPASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PathTest.test_walk_many_open_files)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib.PathTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PathTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib.PathTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments (test.test_pathlib.test_pathlib.PathTest.test_with_segments)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib.PathTest.test_write_text_with_newlines)\nPASS: test_absolute_common (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_common)\nPASS: test_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_posix)\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PosixPathTest.test_bytes_exc_message)\nPASS: test_chmod (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod)\nPASS: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PosixPathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_cwd (test.test_pathlib.test_pathlib.PosixPathTest.test_cwd)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PosixPathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PosixPathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PosixPathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib.PosixPathTest.test_exists)\nPASS: test_expanduser_common (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_common)\nPASS: test_expanduser_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_posix)\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_expanduser_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_posix)\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_pathname2url_windows) 'requires Windows-flavoured path class'\nPASS: test_from_uri_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_posix)\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_from_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PosixPathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_full_match_common)\nPASS: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_above_recursion_limit)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_common)\nPASS: test_glob_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dot)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_empty_pattern)\nPASS: test_glob_inaccessible (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_inaccessible)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_long_symlink)\nPASS: test_glob_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_many_open_files)\nPASS: test_glob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_pathlike)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_group (test.test_pathlib.test_pathlib.PosixPathTest.test_group)\nPASS: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_group_no_follow_symlinks)\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_group_windows) 'requires Windows-flavoured path class'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.PosixPathTest.test_handling_bad_descriptor) 'Bad file descriptor in /dev/fd affects only macOS'\nPASS: test_hardlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to)\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_hardlink_to_unsupported) 'os.link() is present'\nPASS: test_home (test.test_pathlib.test_pathlib.PosixPathTest.test_home)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_false)\nPASS: test_is_char_device_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_char_device_true)\nPASS: test_is_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_false)\nPASS: test_is_fifo_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_fifo_true)\nPASS: test_is_file (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount)\nPASS: test_is_mount_root (test.test_pathlib.test_pathlib.PosixPathTest.test_is_mount_root)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PosixPathTest.test_is_reserved_deprecated)\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_false)\nPASS: test_is_socket_true (test.test_pathlib.test_pathlib.PosixPathTest.test_is_socket_true)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib.PosixPathTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PosixPathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PosixPathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PosixPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_matches_pathbase_api (test.test_pathlib.test_pathlib.PosixPathTest.test_matches_pathbase_api)\nPASS: test_mkdir (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir)\nPASS: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation)\nPASS: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok)\nPASS: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root)\nPASS: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent)\nPASS: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_no_parents_file)\nPASS: test_mkdir_parents (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_parents)\nPASS: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_child_file)\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PosixPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib.PosixPathTest.test_open_common)\nPASS: test_open_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_open_mode)\nPASS: test_open_unbuffered (test.test_pathlib.test_pathlib.PosixPathTest.test_open_unbuffered)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_owner (test.test_pathlib.test_pathlib.PosixPathTest.test_owner)\nPASS: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_no_follow_symlinks)\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_owner_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PosixPathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.PosixPathTest.test_passing_kwargs_deprecated)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PosixPathTest.test_pickling_common)\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib.PosixPathTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib.PosixPathTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_rename (test.test_pathlib.test_pathlib.PosixPathTest.test_rename)\nPASS: test_replace (test.test_pathlib.test_pathlib.PosixPathTest.test_replace)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PosixPathTest.test_repr_roundtrips)\nPASS: test_resolve_common (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_loop)\nPASS: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671)\nPASS: test_resolve_root (test.test_pathlib.test_pathlib.PosixPathTest.test_resolve_root)\nPASS: test_rglob_pathlike (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_pathlike)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_rmdir (test.test_pathlib.test_pathlib.PosixPathTest.test_rmdir)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PosixPathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PosixPathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib.PosixPathTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib.PosixPathTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_symlink_to (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to)\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.PosixPathTest.test_symlink_to_unsupported) 'os.symlink() is present'\nPASS: test_touch_common (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_common)\nPASS: test_touch_mode (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_mode)\nPASS: test_touch_nochange (test.test_pathlib.test_pathlib.PosixPathTest.test_touch_nochange)\nPASS: test_unlink (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink)\nPASS: test_unlink_missing_ok (test.test_pathlib.test_pathlib.PosixPathTest.test_unlink_missing_ok)\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.PosixPathTest.test_unsupported_parser) 'path parser is supported'\nPASS: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bad_dir)\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_follow_symlinks)\nPASS: test_walk_many_open_files (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_many_open_files)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib.PosixPathTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PosixPathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib.PosixPathTest.test_write_text_with_newlines)\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_repr_common)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePathSubclassTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PurePathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PurePathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PurePathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePathTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PurePathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PurePathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PurePathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PurePathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PurePathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PurePathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PurePathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePathTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PurePathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PurePathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PurePathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PurePathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib.PurePathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PurePathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PurePathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PurePathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PurePathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PurePathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PurePathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PurePathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PurePathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePathTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PurePathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePathTest.test_repr_roundtrips)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PurePathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PurePathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PurePathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PurePathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PurePathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PurePathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_common)\nPASS: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii)\nPASS: test_as_uri_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_posix)\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_as_uri_windows) 'requires Windows-flavoured path class'\nPASS: test_bytes (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PurePosixPathTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PurePosixPathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested)\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PurePosixPathTest.test_constructor_nested_foreign_flavour) 'requires Windows-flavoured path class'\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PurePosixPathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_nested)\nPASS: test_div_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_common)\nPASS: test_eq_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_posix)\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_eq_windows) 'requires Windows-flavoured path class'\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences)\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_equivalences_windows) 'requires Windows-flavoured path class'\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_several_args)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PurePosixPathTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_nested)\nPASS: test_join_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_common)\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_ordering_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_common)\nPASS: test_parse_path_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_posix)\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_path_windows) 'requires Windows-flavoured path class'\nPASS: test_parse_windows_path (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parse_windows_path)\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_interning)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_several_args)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PurePosixPathTest.test_repr_roundtrips)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.PurePosixPathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_common)\nPASS: test_anchor_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_anchor_windows)\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_bytes_common)\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_posix_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_common)\nSKIP: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_non_ascii) 'requires POSIX-flavoured path class'\nSKIP: test_as_uri_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_posix) 'requires POSIX-flavoured path class'\nPASS: test_as_uri_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_as_uri_windows)\nPASS: test_bytes (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes)\nPASS: test_bytes_exc_message (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_bytes_exc_message)\nPASS: test_concrete_class (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_class)\nPASS: test_concrete_parser (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_concrete_parser)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_common)\nPASS: test_constructor_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested)\nPASS: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_constructor_nested_foreign_flavour)\nPASS: test_different_parsers_unequal (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unequal)\nPASS: test_different_parsers_unordered (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_different_parsers_unordered)\nPASS: test_div_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_common)\nPASS: test_div_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_nested)\nSKIP: test_div_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_posix) 'requires POSIX-flavoured path class'\nPASS: test_div_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_div_windows)\nPASS: test_drive_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_common)\nPASS: test_drive_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_drive_windows)\nPASS: test_empty_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_empty_path)\nPASS: test_eq_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_common)\nSKIP: test_eq_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_posix) 'requires POSIX-flavoured path class'\nPASS: test_eq_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_eq_windows)\nPASS: test_equivalences (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences)\nPASS: test_equivalences_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_equivalences_windows)\nPASS: test_fspath_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_fspath_common)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_full_match_common)\nSKIP: test_is_absolute_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_posix) 'requires POSIX-flavoured path class'\nPASS: test_is_absolute_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_absolute_windows)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_common)\nPASS: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_several_args)\nPASS: test_is_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_relative_to_windows)\nPASS: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_is_reserved_deprecated)\nPASS: test_join_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_common)\nPASS: test_join_nested (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_nested)\nSKIP: test_join_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_posix) 'requires POSIX-flavoured path class'\nPASS: test_join_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_join_windows)\nPASS: test_match_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_empty)\nSKIP: test_match_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_posix) 'requires POSIX-flavoured path class'\nPASS: test_match_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_match_windows)\nPASS: test_name_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_empty)\nPASS: test_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_name_windows)\nPASS: test_ordering_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_common)\nPASS: test_ordering_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_ordering_windows)\nPASS: test_parent_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_common)\nPASS: test_parent_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parent_windows)\nPASS: test_parents_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_common)\nPASS: test_parents_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parents_windows)\nPASS: test_parse_path_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_common)\nSKIP: test_parse_path_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_posix) 'requires POSIX-flavoured path class'\nPASS: test_parse_path_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_path_windows)\nSKIP: test_parse_windows_path (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parse_windows_path) 'requires POSIX-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_common)\nPASS: test_parts_interning (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_interning)\nPASS: test_parts_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_parts_windows)\nPASS: test_pickling_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_pickling_common)\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_common)\nPASS: test_relative_to_several_args (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_several_args)\nPASS: test_relative_to_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_relative_to_windows)\nPASS: test_repr_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_common)\nPASS: test_repr_roundtrips (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_repr_roundtrips)\nPASS: test_root_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_common)\nSKIP: test_root_posix (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_posix) 'requires POSIX-flavoured path class'\nPASS: test_root_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_root_windows)\nPASS: test_stem_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_empty)\nPASS: test_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_stem_windows)\nPASS: test_str_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_common)\nPASS: test_str_subclass_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_subclass_windows)\nPASS: test_str_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_str_windows)\nPASS: test_suffix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_common)\nPASS: test_suffix_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffix_windows)\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_common)\nPASS: test_suffixes_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_suffixes_windows)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_seps)\nPASS: test_with_name_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_name_windows)\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_seps)\nPASS: test_with_stem_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_stem_windows)\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_invalid)\nPASS: test_with_suffix_windows (test.test_pathlib.test_pathlib.PureWindowsPathTest.test_with_suffix_windows)\nSKIP: test_absolute_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_common) 'test requires a Windows-compatible system'\nSKIP: test_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_posix) 'test requires a Windows-compatible system'\nSKIP: test_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_absolute_windows) 'test requires a Windows-compatible system'\nSKIP: test_anchor_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_common) 'test requires a Windows-compatible system'\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_anchor_windows) 'test requires a Windows-compatible system'\nSKIP: test_as_bytes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_bytes_common) 'test requires a Windows-compatible system'\nSKIP: test_as_posix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_posix_common) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_common) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_non_ascii (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_non_ascii) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_posix) 'test requires a Windows-compatible system'\nSKIP: test_as_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_as_uri_windows) 'test requires a Windows-compatible system'\nSKIP: test_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes) 'test requires a Windows-compatible system'\nSKIP: test_bytes_exc_message (test.test_pathlib.test_pathlib.WindowsPathTest.test_bytes_exc_message) 'test requires a Windows-compatible system'\nSKIP: test_chmod (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod) 'test requires a Windows-compatible system'\nSKIP: test_chmod_follow_symlinks_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) 'test requires a Windows-compatible system'\nSKIP: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) 'test requires a Windows-compatible system'\nSKIP: test_complex_symlinks_relative (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) 'test requires a Windows-compatible system'\nSKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) 'test requires a Windows-compatible system'\nSKIP: test_concrete_class (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_class) 'test requires a Windows-compatible system'\nSKIP: test_concrete_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_concrete_parser) 'test requires a Windows-compatible system'\nSKIP: test_constructor_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_common) 'test requires a Windows-compatible system'\nSKIP: test_constructor_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested) 'test requires a Windows-compatible system'\nSKIP: test_constructor_nested_foreign_flavour (test.test_pathlib.test_pathlib.WindowsPathTest.test_constructor_nested_foreign_flavour) 'test requires a Windows-compatible system'\nSKIP: test_cwd (test.test_pathlib.test_pathlib.WindowsPathTest.test_cwd) 'test requires a Windows-compatible system'\nSKIP: test_different_parsers_unequal (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unequal) 'test requires a Windows-compatible system'\nSKIP: test_different_parsers_unordered (test.test_pathlib.test_pathlib.WindowsPathTest.test_different_parsers_unordered) 'test requires a Windows-compatible system'\nSKIP: test_div_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_common) 'test requires a Windows-compatible system'\nSKIP: test_div_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_nested) 'test requires a Windows-compatible system'\nSKIP: test_div_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_posix) 'test requires a Windows-compatible system'\nSKIP: test_div_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_div_windows) 'test requires a Windows-compatible system'\nSKIP: test_drive_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_common) 'test requires a Windows-compatible system'\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_drive_windows) 'test requires a Windows-compatible system'\nSKIP: test_empty_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_empty_path) 'test requires a Windows-compatible system'\nSKIP: test_eq_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_common) 'test requires a Windows-compatible system'\nSKIP: test_eq_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_posix) 'test requires a Windows-compatible system'\nSKIP: test_eq_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_eq_windows) 'test requires a Windows-compatible system'\nSKIP: test_equivalences (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences) 'test requires a Windows-compatible system'\nSKIP: test_equivalences_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_equivalences_windows) 'test requires a Windows-compatible system'\nSKIP: test_exists (test.test_pathlib.test_pathlib.WindowsPathTest.test_exists) 'test requires a Windows-compatible system'\nSKIP: test_expanduser_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_common) 'test requires a Windows-compatible system'\nSKIP: test_expanduser_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_posix) 'test requires a Windows-compatible system'\nSKIP: test_expanduser_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_expanduser_windows) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_pathname2url_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_posix) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_pathname2url_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_pathname2url_windows) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_posix) 'test requires a Windows-compatible system'\nSKIP: test_from_uri_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_from_uri_windows) 'test requires a Windows-compatible system'\nSKIP: test_fspath_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_fspath_common) 'test requires a Windows-compatible system'\nSKIP: test_full_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_full_match_common) 'test requires a Windows-compatible system'\nSKIP: test_glob_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_above_recursion_limit) 'test requires a Windows-compatible system'\nSKIP: test_glob_case_sensitive (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_case_sensitive) 'test requires a Windows-compatible system'\nSKIP: test_glob_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_common) 'test requires a Windows-compatible system'\nSKIP: test_glob_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dot) 'test requires a Windows-compatible system'\nSKIP: test_glob_dotdot (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_dotdot) 'test requires a Windows-compatible system'\nSKIP: test_glob_empty_pattern (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_empty_pattern) 'test requires a Windows-compatible system'\nSKIP: test_glob_inaccessible (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_inaccessible) 'test requires a Windows-compatible system'\nSKIP: test_glob_long_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_long_symlink) 'test requires a Windows-compatible system'\nSKIP: test_glob_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_many_open_files) 'test requires a Windows-compatible system'\nSKIP: test_glob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_pathlike) 'test requires a Windows-compatible system'\nSKIP: test_glob_permissions (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_permissions) 'test requires a Windows-compatible system'\nSKIP: test_glob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_posix) 'test requires a Windows-compatible system'\nSKIP: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_recurse_symlinks_common) 'test requires a Windows-compatible system'\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_glob_windows) 'test requires a Windows-compatible system'\nSKIP: test_group (test.test_pathlib.test_pathlib.WindowsPathTest.test_group) 'test requires a Windows-compatible system'\nSKIP: test_group_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_group_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_group_windows) 'test requires a Windows-compatible system'\nSKIP: test_handling_bad_descriptor (test.test_pathlib.test_pathlib.WindowsPathTest.test_handling_bad_descriptor) 'test requires a Windows-compatible system'\nSKIP: test_hardlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to) 'test requires a Windows-compatible system'\nSKIP: test_hardlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_hardlink_to_unsupported) 'test requires a Windows-compatible system'\nSKIP: test_home (test.test_pathlib.test_pathlib.WindowsPathTest.test_home) 'test requires a Windows-compatible system'\nSKIP: test_is_absolute_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_posix) 'test requires a Windows-compatible system'\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_absolute_windows) 'test requires a Windows-compatible system'\nSKIP: test_is_block_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_block_device_false) 'test requires a Windows-compatible system'\nSKIP: test_is_char_device_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_false) 'test requires a Windows-compatible system'\nSKIP: test_is_char_device_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_char_device_true) 'test requires a Windows-compatible system'\nSKIP: test_is_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir) 'test requires a Windows-compatible system'\nSKIP: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_dir_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_is_fifo_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_false) 'test requires a Windows-compatible system'\nSKIP: test_is_fifo_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_fifo_true) 'test requires a Windows-compatible system'\nSKIP: test_is_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file) 'test requires a Windows-compatible system'\nSKIP: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_file_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_is_junction (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction) 'test requires a Windows-compatible system'\nSKIP: test_is_junction_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_junction_false) 'test requires a Windows-compatible system'\nSKIP: test_is_mount (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount) 'test requires a Windows-compatible system'\nSKIP: test_is_mount_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_mount_root) 'test requires a Windows-compatible system'\nSKIP: test_is_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_common) 'test requires a Windows-compatible system'\nSKIP: test_is_relative_to_several_args (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_several_args) 'test requires a Windows-compatible system'\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_relative_to_windows) 'test requires a Windows-compatible system'\nSKIP: test_is_reserved_deprecated (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_reserved_deprecated) 'test requires a Windows-compatible system'\nSKIP: test_is_socket_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_false) 'test requires a Windows-compatible system'\nSKIP: test_is_socket_true (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_socket_true) 'test requires a Windows-compatible system'\nSKIP: test_is_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_is_symlink) 'test requires a Windows-compatible system'\nSKIP: test_iterdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir) 'test requires a Windows-compatible system'\nSKIP: test_iterdir_nodir (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_nodir) 'test requires a Windows-compatible system'\nSKIP: test_iterdir_symlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_iterdir_symlink) 'test requires a Windows-compatible system'\nSKIP: test_join_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_common) 'test requires a Windows-compatible system'\nSKIP: test_join_nested (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_nested) 'test requires a Windows-compatible system'\nSKIP: test_join_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_posix) 'test requires a Windows-compatible system'\nSKIP: test_join_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_join_windows) 'test requires a Windows-compatible system'\nSKIP: test_lstat (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat) 'test requires a Windows-compatible system'\nSKIP: test_lstat_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_lstat_nosymlink) 'test requires a Windows-compatible system'\nSKIP: test_match_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_common) 'test requires a Windows-compatible system'\nSKIP: test_match_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_empty) 'test requires a Windows-compatible system'\nSKIP: test_match_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_posix) 'test requires a Windows-compatible system'\nSKIP: test_match_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_match_windows) 'test requires a Windows-compatible system'\nSKIP: test_matches_pathbase_api (test.test_pathlib.test_pathlib.WindowsPathTest.test_matches_pathbase_api) 'test requires a Windows-compatible system'\nSKIP: test_mkdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_concurrent_parent_creation (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_exist_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_exist_ok_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_exist_ok_with_parent (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_no_parents_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_parents (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_parents) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_with_child_file (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) 'test requires a Windows-compatible system'\nSKIP: test_mkdir_with_unknown_drive (test.test_pathlib.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) 'test requires a Windows-compatible system'\nSKIP: test_name_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_common) 'test requires a Windows-compatible system'\nSKIP: test_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_empty) 'test requires a Windows-compatible system'\nSKIP: test_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_name_windows) 'test requires a Windows-compatible system'\nSKIP: test_open_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_common) 'test requires a Windows-compatible system'\nSKIP: test_open_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_mode) 'test requires a Windows-compatible system'\nSKIP: test_open_unbuffered (test.test_pathlib.test_pathlib.WindowsPathTest.test_open_unbuffered) 'test requires a Windows-compatible system'\nSKIP: test_ordering_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_common) 'test requires a Windows-compatible system'\nSKIP: test_ordering_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_ordering_windows) 'test requires a Windows-compatible system'\nSKIP: test_owner (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner) 'test requires a Windows-compatible system'\nSKIP: test_owner_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_owner_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_owner_windows) 'test requires a Windows-compatible system'\nSKIP: test_parent_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_common) 'test requires a Windows-compatible system'\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parent_windows) 'test requires a Windows-compatible system'\nSKIP: test_parents_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_common) 'test requires a Windows-compatible system'\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parents_windows) 'test requires a Windows-compatible system'\nSKIP: test_parse_path_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_common) 'test requires a Windows-compatible system'\nSKIP: test_parse_path_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_posix) 'test requires a Windows-compatible system'\nSKIP: test_parse_path_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_path_windows) 'test requires a Windows-compatible system'\nSKIP: test_parse_windows_path (test.test_pathlib.test_pathlib.WindowsPathTest.test_parse_windows_path) 'test requires a Windows-compatible system'\nSKIP: test_parts_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_common) 'test requires a Windows-compatible system'\nSKIP: test_parts_interning (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_interning) 'test requires a Windows-compatible system'\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_parts_windows) 'test requires a Windows-compatible system'\nSKIP: test_passing_kwargs_deprecated (test.test_pathlib.test_pathlib.WindowsPathTest.test_passing_kwargs_deprecated) 'test requires a Windows-compatible system'\nSKIP: test_pickling_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_pickling_common) 'test requires a Windows-compatible system'\nSKIP: test_read_text_with_newlines (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_text_with_newlines) 'test requires a Windows-compatible system'\nSKIP: test_read_write_bytes (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_bytes) 'test requires a Windows-compatible system'\nSKIP: test_read_write_text (test.test_pathlib.test_pathlib.WindowsPathTest.test_read_write_text) 'test requires a Windows-compatible system'\nSKIP: test_readlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink) 'test requires a Windows-compatible system'\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_readlink_unsupported) 'test requires a Windows-compatible system'\nSKIP: test_relative_to_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_common) 'test requires a Windows-compatible system'\nSKIP: test_relative_to_several_args (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_several_args) 'test requires a Windows-compatible system'\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_relative_to_windows) 'test requires a Windows-compatible system'\nSKIP: test_rename (test.test_pathlib.test_pathlib.WindowsPathTest.test_rename) 'test requires a Windows-compatible system'\nSKIP: test_replace (test.test_pathlib.test_pathlib.WindowsPathTest.test_replace) 'test requires a Windows-compatible system'\nSKIP: test_repr_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_common) 'test requires a Windows-compatible system'\nSKIP: test_repr_roundtrips (test.test_pathlib.test_pathlib.WindowsPathTest.test_repr_roundtrips) 'test requires a Windows-compatible system'\nSKIP: test_resolve_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_common) 'test requires a Windows-compatible system'\nSKIP: test_resolve_dot (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_dot) 'test requires a Windows-compatible system'\nSKIP: test_resolve_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_loop) 'test requires a Windows-compatible system'\nSKIP: test_resolve_nonexist_relative_issue38671 (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) 'test requires a Windows-compatible system'\nSKIP: test_resolve_root (test.test_pathlib.test_pathlib.WindowsPathTest.test_resolve_root) 'test requires a Windows-compatible system'\nSKIP: test_rglob_pathlike (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_pathlike) 'test requires a Windows-compatible system'\nSKIP: test_rglob_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_posix) 'test requires a Windows-compatible system'\nSKIP: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_common) 'test requires a Windows-compatible system'\nSKIP: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_recurse_symlinks_false) 'test requires a Windows-compatible system'\nSKIP: test_rglob_symlink_loop (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) 'test requires a Windows-compatible system'\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_rglob_windows) 'test requires a Windows-compatible system'\nSKIP: test_rmdir (test.test_pathlib.test_pathlib.WindowsPathTest.test_rmdir) 'test requires a Windows-compatible system'\nSKIP: test_root_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_common) 'test requires a Windows-compatible system'\nSKIP: test_root_posix (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_posix) 'test requires a Windows-compatible system'\nSKIP: test_root_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_root_windows) 'test requires a Windows-compatible system'\nSKIP: test_samefile (test.test_pathlib.test_pathlib.WindowsPathTest.test_samefile) 'test requires a Windows-compatible system'\nSKIP: test_stat (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat) 'test requires a Windows-compatible system'\nSKIP: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) 'test requires a Windows-compatible system'\nSKIP: test_stem_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_common) 'test requires a Windows-compatible system'\nSKIP: test_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_empty) 'test requires a Windows-compatible system'\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_stem_windows) 'test requires a Windows-compatible system'\nSKIP: test_str_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_common) 'test requires a Windows-compatible system'\nSKIP: test_str_subclass_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_common) 'test requires a Windows-compatible system'\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_subclass_windows) 'test requires a Windows-compatible system'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_str_windows) 'test requires a Windows-compatible system'\nSKIP: test_suffix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_common) 'test requires a Windows-compatible system'\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffix_windows) 'test requires a Windows-compatible system'\nSKIP: test_suffixes_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_common) 'test requires a Windows-compatible system'\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_suffixes_windows) 'test requires a Windows-compatible system'\nSKIP: test_symlink_to (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to) 'test requires a Windows-compatible system'\nSKIP: test_symlink_to_unsupported (test.test_pathlib.test_pathlib.WindowsPathTest.test_symlink_to_unsupported) 'test requires a Windows-compatible system'\nSKIP: test_touch_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_common) 'test requires a Windows-compatible system'\nSKIP: test_touch_mode (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_mode) 'test requires a Windows-compatible system'\nSKIP: test_touch_nochange (test.test_pathlib.test_pathlib.WindowsPathTest.test_touch_nochange) 'test requires a Windows-compatible system'\nSKIP: test_unlink (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink) 'test requires a Windows-compatible system'\nSKIP: test_unlink_missing_ok (test.test_pathlib.test_pathlib.WindowsPathTest.test_unlink_missing_ok) 'test requires a Windows-compatible system'\nSKIP: test_unsupported_parser (test.test_pathlib.test_pathlib.WindowsPathTest.test_unsupported_parser) 'test requires a Windows-compatible system'\nSKIP: test_walk_above_recursion_limit (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_above_recursion_limit) 'test requires a Windows-compatible system'\nSKIP: test_walk_bad_dir (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bad_dir) 'test requires a Windows-compatible system'\nSKIP: test_walk_bottom_up (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_bottom_up) 'test requires a Windows-compatible system'\nSKIP: test_walk_follow_symlinks (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_follow_symlinks) 'test requires a Windows-compatible system'\nSKIP: test_walk_many_open_files (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_many_open_files) 'test requires a Windows-compatible system'\nSKIP: test_walk_prune (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_prune) 'test requires a Windows-compatible system'\nSKIP: test_walk_symlink_location (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_symlink_location) 'test requires a Windows-compatible system'\nSKIP: test_walk_topdown (test.test_pathlib.test_pathlib.WindowsPathTest.test_walk_topdown) 'test requires a Windows-compatible system'\nSKIP: test_with_name_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_common) 'test requires a Windows-compatible system'\nSKIP: test_with_name_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_empty) 'test requires a Windows-compatible system'\nSKIP: test_with_name_seps (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_seps) 'test requires a Windows-compatible system'\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_name_windows) 'test requires a Windows-compatible system'\nSKIP: test_with_segments (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments) 'test requires a Windows-compatible system'\nSKIP: test_with_segments_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_segments_common) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_common) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_empty) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_seps (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_seps) 'test requires a Windows-compatible system'\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_stem_windows) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_common (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_common) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_empty (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_empty) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_invalid (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_invalid) 'test requires a Windows-compatible system'\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib.WindowsPathTest.test_with_suffix_windows) 'test requires a Windows-compatible system'\nSKIP: test_write_text_with_newlines (test.test_pathlib.test_pathlib.WindowsPathTest.test_write_text_with_newlines) 'test requires a Windows-compatible system'\nPASS: test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_as_posix_common)\nPASS: test_bytes (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_bytes)\nSKIP: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_absolute) 'requires symlinks'\nSKIP: test_complex_symlinks_relative (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative) 'requires symlinks'\nSKIP: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_complex_symlinks_relative_dot_dot) 'requires symlinks'\nPASS: test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_constructor_common)\nPASS: test_div_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_common)\nPASS: test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_exists)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_full_match_common)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_common)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_empty_pattern)\nSKIP: test_glob_long_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_long_symlink) 'requires symlinks'\nSKIP: test_glob_permissions (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_permissions) 'requires symlinks'\nPASS: test_glob_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_posix)\nSKIP: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_recurse_symlinks_common) 'requires symlinks'\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_char_device_false)\nPASS: test_is_dir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_fifo_false)\nPASS: test_is_file (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_mount)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_common)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_socket_false)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_nodir)\nSKIP: test_iterdir_symlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_iterdir_symlink) 'requires symlinks'\nPASS: test_join_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_common)\nPASS: test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_join_windows) 'requires Windows-flavoured path class'\nSKIP: test_lstat (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat) 'requires symlinks'\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_open_common)\nPASS: test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_common)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_read_write_text)\nSKIP: test_readlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink) 'requires symlinks'\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_common)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nSKIP: test_resolve_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_common) 'requires symlinks'\nSKIP: test_resolve_dot (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_dot) 'requires symlinks'\nSKIP: test_resolve_loop (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_resolve_loop) 'requires symlinks'\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_posix)\nSKIP: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_common) 'requires symlinks'\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_recurse_symlinks_false)\nSKIP: test_rglob_symlink_loop (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_symlink_loop) 'requires symlinks'\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_root_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat)\nSKIP: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks) 'requires symlinks'\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_bottom_up)\nSKIP: test_walk_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_follow_symlinks) 'requires symlinks'\nPASS: test_walk_prune (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_prune)\nSKIP: test_walk_symlink_location (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_symlink_location) 'requires symlinks'\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathTest.test_write_text_with_newlines)\nPASS: test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_as_posix_common)\nPASS: test_bytes (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_bytes)\nPASS: test_complex_symlinks_absolute (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_absolute)\nPASS: test_complex_symlinks_relative (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative)\nPASS: test_complex_symlinks_relative_dot_dot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_complex_symlinks_relative_dot_dot)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_constructor_common)\nPASS: test_div_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_common)\nPASS: test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_exists (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_exists)\nPASS: test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_full_match_common)\nPASS: test_glob_case_sensitive (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_case_sensitive)\nPASS: test_glob_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_common)\nPASS: test_glob_dotdot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_dotdot)\nPASS: test_glob_empty_pattern (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_empty_pattern)\nPASS: test_glob_long_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_long_symlink)\nPASS: test_glob_permissions (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_permissions)\nPASS: test_glob_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_posix)\nPASS: test_glob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_recurse_symlinks_common)\nSKIP: test_glob_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_glob_windows) 'requires Windows-flavoured path class'\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_block_device_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_block_device_false)\nPASS: test_is_char_device_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_char_device_false)\nPASS: test_is_dir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir)\nPASS: test_is_dir_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_dir_no_follow_symlinks)\nPASS: test_is_fifo_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_fifo_false)\nPASS: test_is_file (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file)\nPASS: test_is_file_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_file_no_follow_symlinks)\nPASS: test_is_junction_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_junction_false)\nPASS: test_is_mount (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_mount)\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_common)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_is_socket_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_socket_false)\nPASS: test_is_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_is_symlink)\nPASS: test_iterdir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir)\nPASS: test_iterdir_nodir (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_nodir)\nPASS: test_iterdir_symlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_iterdir_symlink)\nPASS: test_join_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_common)\nPASS: test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_lstat (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat)\nPASS: test_lstat_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_lstat_nosymlink)\nPASS: test_match_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_open_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_open_common)\nPASS: test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_common)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_read_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_text_with_newlines)\nPASS: test_read_write_bytes (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_bytes)\nPASS: test_read_write_text (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_read_write_text)\nPASS: test_readlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink)\nSKIP: test_readlink_unsupported (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_readlink_unsupported) 'os.readlink() is present'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_common)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_resolve_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_common)\nPASS: test_resolve_dot (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_dot)\nPASS: test_resolve_loop (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_resolve_loop)\nPASS: test_rglob_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_posix)\nPASS: test_rglob_recurse_symlinks_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_common)\nPASS: test_rglob_recurse_symlinks_false (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_recurse_symlinks_false)\nPASS: test_rglob_symlink_loop (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_symlink_loop)\nSKIP: test_rglob_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_rglob_windows) 'requires Windows-flavoured path class'\nPASS: test_root_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_samefile (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_samefile)\nPASS: test_stat (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat)\nPASS: test_stat_no_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks)\nPASS: test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stat_no_follow_symlinks_nosymlink)\nPASS: test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_walk_bottom_up (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_bottom_up)\nPASS: test_walk_follow_symlinks (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_follow_symlinks)\nPASS: test_walk_prune (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_prune)\nPASS: test_walk_symlink_location (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_symlink_location)\nPASS: test_walk_topdown (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_walk_topdown)\nPASS: test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_write_text_with_newlines (test.test_pathlib.test_pathlib_abc.DummyPathWithSymlinksTest.test_write_text_with_newlines)\nPASS: test_anchor_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_common)\nSKIP: test_anchor_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_anchor_windows) 'requires Windows-flavoured path class'\nPASS: test_as_posix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_as_posix_common)\nPASS: test_bytes (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_bytes)\nPASS: test_constructor_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_constructor_common)\nPASS: test_div_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_common)\nPASS: test_div_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_posix)\nSKIP: test_div_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_div_windows) 'requires Windows-flavoured path class'\nPASS: test_drive_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_common)\nSKIP: test_drive_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_drive_windows) 'requires Windows-flavoured path class'\nPASS: test_full_match_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_full_match_common)\nPASS: test_is_absolute_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_posix)\nSKIP: test_is_absolute_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_absolute_windows) 'requires Windows-flavoured path class'\nPASS: test_is_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_common)\nSKIP: test_is_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_is_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_join_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_common)\nPASS: test_join_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_posix)\nSKIP: test_join_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_join_windows) 'requires Windows-flavoured path class'\nPASS: test_match_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_common)\nPASS: test_match_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_empty)\nPASS: test_match_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_posix)\nSKIP: test_match_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_match_windows) 'requires Windows-flavoured path class'\nPASS: test_name_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_common)\nPASS: test_name_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_empty)\nSKIP: test_name_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_name_windows) 'requires Windows-flavoured path class'\nPASS: test_parent_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_common)\nSKIP: test_parent_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parent_windows) 'requires Windows-flavoured path class'\nPASS: test_parents_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_common)\nSKIP: test_parents_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parents_windows) 'requires Windows-flavoured path class'\nPASS: test_parts_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_common)\nSKIP: test_parts_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_parts_windows) 'requires Windows-flavoured path class'\nPASS: test_relative_to_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_common)\nSKIP: test_relative_to_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_relative_to_windows) 'requires Windows-flavoured path class'\nPASS: test_root_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_common)\nPASS: test_root_posix (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_posix)\nSKIP: test_root_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_root_windows) 'requires Windows-flavoured path class'\nPASS: test_stem_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_common)\nPASS: test_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_empty)\nSKIP: test_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_str_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_common)\nPASS: test_str_subclass_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_common)\nSKIP: test_str_subclass_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_subclass_windows) 'requires Windows-flavoured path class'\nSKIP: test_str_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_str_windows) 'requires Windows-flavoured path class'\nPASS: test_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_common)\nSKIP: test_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_suffixes_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_common)\nSKIP: test_suffixes_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_suffixes_windows) 'requires Windows-flavoured path class'\nPASS: test_with_name_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_common)\nPASS: test_with_name_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_empty)\nPASS: test_with_name_seps (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_seps)\nSKIP: test_with_name_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_name_windows) 'requires Windows-flavoured path class'\nPASS: test_with_segments_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_segments_common)\nPASS: test_with_stem_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_common)\nPASS: test_with_stem_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_empty)\nPASS: test_with_stem_seps (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_seps)\nSKIP: test_with_stem_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_stem_windows) 'requires Windows-flavoured path class'\nPASS: test_with_suffix_common (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_common)\nPASS: test_with_suffix_empty (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_empty)\nPASS: test_with_suffix_invalid (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_invalid)\nSKIP: test_with_suffix_windows (test.test_pathlib.test_pathlib_abc.DummyPurePathTest.test_with_suffix_windows) 'requires Windows-flavoured path class'\nPASS: test_unsupported_operation (test.test_pathlib.test_pathlib_abc.ParserBaseTest.test_unsupported_operation)\nPASS: test_as_bytes_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_bytes_common)\nPASS: test_as_uri_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_as_uri_common)\nPASS: test_fspath_common (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_fspath_common)\nPASS: test_magic_methods (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_magic_methods)\nPASS: test_parser (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_parser)\nPASS: test_unsupported_operation (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation)\nPASS: test_unsupported_operation_pure (test.test_pathlib.test_pathlib_abc.PathBaseTest.test_unsupported_operation_pure)\nPASS: test_magic_methods (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_magic_methods)\nPASS: test_parser (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_parser)\nPASS: test_unsupported_operation_pure (test.test_pathlib.test_pathlib_abc.PurePathBaseTest.test_unsupported_operation_pure)\nPASS: test_is_notimplemented (test.test_pathlib.test_pathlib_abc.UnsupportedOperationTest.test_is_notimplemented)\n\n----------------------------------------------------------------------\nRan 1518 tests in 1.193s\n\nOK (skipped=511)\n0:01:50 load avg: 1.53 [294/480] test_patma passed\nPASS: test_refleaks (test.test_patma.TestCompiler.test_refleaks)\nPASS: test_late_registration_mapping (test.test_patma.TestInheritance.test_late_registration_mapping)\nPASS: test_late_registration_sequence (test.test_patma.TestInheritance.test_late_registration_sequence)\nPASS: test_multiple_inheritance_mapping (test.test_patma.TestInheritance.test_multiple_inheritance_mapping)\nPASS: test_multiple_inheritance_sequence (test.test_patma.TestInheritance.test_multiple_inheritance_sequence)\nPASS: test_patma_000 (test.test_patma.TestPatma.test_patma_000)\nPASS: test_patma_001 (test.test_patma.TestPatma.test_patma_001)\nPASS: test_patma_002 (test.test_patma.TestPatma.test_patma_002)\nPASS: test_patma_003 (test.test_patma.TestPatma.test_patma_003)\nPASS: test_patma_004 (test.test_patma.TestPatma.test_patma_004)\nPASS: test_patma_005 (test.test_patma.TestPatma.test_patma_005)\nPASS: test_patma_006 (test.test_patma.TestPatma.test_patma_006)\nPASS: test_patma_007 (test.test_patma.TestPatma.test_patma_007)\nPASS: test_patma_008 (test.test_patma.TestPatma.test_patma_008)\nPASS: test_patma_009 (test.test_patma.TestPatma.test_patma_009)\nPASS: test_patma_010 (test.test_patma.TestPatma.test_patma_010)\nPASS: test_patma_011 (test.test_patma.TestPatma.test_patma_011)\nPASS: test_patma_012 (test.test_patma.TestPatma.test_patma_012)\nPASS: test_patma_013 (test.test_patma.TestPatma.test_patma_013)\nPASS: test_patma_014 (test.test_patma.TestPatma.test_patma_014)\nPASS: test_patma_015 (test.test_patma.TestPatma.test_patma_015)\nPASS: test_patma_016 (test.test_patma.TestPatma.test_patma_016)\nPASS: test_patma_017 (test.test_patma.TestPatma.test_patma_017)\nPASS: test_patma_018 (test.test_patma.TestPatma.test_patma_018)\nPASS: test_patma_019 (test.test_patma.TestPatma.test_patma_019)\nPASS: test_patma_020 (test.test_patma.TestPatma.test_patma_020)\nPASS: test_patma_021 (test.test_patma.TestPatma.test_patma_021)\nPASS: test_patma_022 (test.test_patma.TestPatma.test_patma_022)\nPASS: test_patma_023 (test.test_patma.TestPatma.test_patma_023)\nPASS: test_patma_024 (test.test_patma.TestPatma.test_patma_024)\nPASS: test_patma_025 (test.test_patma.TestPatma.test_patma_025)\nPASS: test_patma_026 (test.test_patma.TestPatma.test_patma_026)\nPASS: test_patma_027 (test.test_patma.TestPatma.test_patma_027)\nPASS: test_patma_028 (test.test_patma.TestPatma.test_patma_028)\nPASS: test_patma_029 (test.test_patma.TestPatma.test_patma_029)\nPASS: test_patma_030 (test.test_patma.TestPatma.test_patma_030)\nPASS: test_patma_031 (test.test_patma.TestPatma.test_patma_031)\nPASS: test_patma_032 (test.test_patma.TestPatma.test_patma_032)\nPASS: test_patma_033 (test.test_patma.TestPatma.test_patma_033)\nPASS: test_patma_034 (test.test_patma.TestPatma.test_patma_034)\nPASS: test_patma_035 (test.test_patma.TestPatma.test_patma_035)\nPASS: test_patma_036 (test.test_patma.TestPatma.test_patma_036)\nPASS: test_patma_037 (test.test_patma.TestPatma.test_patma_037)\nPASS: test_patma_038 (test.test_patma.TestPatma.test_patma_038)\nPASS: test_patma_039 (test.test_patma.TestPatma.test_patma_039)\nPASS: test_patma_040 (test.test_patma.TestPatma.test_patma_040)\nPASS: test_patma_041 (test.test_patma.TestPatma.test_patma_041)\nPASS: test_patma_042 (test.test_patma.TestPatma.test_patma_042)\nPASS: test_patma_043 (test.test_patma.TestPatma.test_patma_043)\nPASS: test_patma_044 (test.test_patma.TestPatma.test_patma_044)\nPASS: test_patma_045 (test.test_patma.TestPatma.test_patma_045)\nPASS: test_patma_046 (test.test_patma.TestPatma.test_patma_046)\nPASS: test_patma_047 (test.test_patma.TestPatma.test_patma_047)\nPASS: test_patma_048 (test.test_patma.TestPatma.test_patma_048)\nPASS: test_patma_049 (test.test_patma.TestPatma.test_patma_049)\nPASS: test_patma_050 (test.test_patma.TestPatma.test_patma_050)\nPASS: test_patma_051 (test.test_patma.TestPatma.test_patma_051)\nPASS: test_patma_052 (test.test_patma.TestPatma.test_patma_052)\nPASS: test_patma_053 (test.test_patma.TestPatma.test_patma_053)\nPASS: test_patma_054 (test.test_patma.TestPatma.test_patma_054)\nPASS: test_patma_055 (test.test_patma.TestPatma.test_patma_055)\nPASS: test_patma_056 (test.test_patma.TestPatma.test_patma_056)\nPASS: test_patma_057 (test.test_patma.TestPatma.test_patma_057)\nPASS: test_patma_058 (test.test_patma.TestPatma.test_patma_058)\nPASS: test_patma_059 (test.test_patma.TestPatma.test_patma_059)\nPASS: test_patma_060 (test.test_patma.TestPatma.test_patma_060)\nPASS: test_patma_061 (test.test_patma.TestPatma.test_patma_061)\nPASS: test_patma_062 (test.test_patma.TestPatma.test_patma_062)\nPASS: test_patma_063 (test.test_patma.TestPatma.test_patma_063)\nPASS: test_patma_064 (test.test_patma.TestPatma.test_patma_064)\nPASS: test_patma_065 (test.test_patma.TestPatma.test_patma_065)\nPASS: test_patma_066 (test.test_patma.TestPatma.test_patma_066)\nPASS: test_patma_067 (test.test_patma.TestPatma.test_patma_067)\nPASS: test_patma_068 (test.test_patma.TestPatma.test_patma_068)\nPASS: test_patma_069 (test.test_patma.TestPatma.test_patma_069)\nPASS: test_patma_070 (test.test_patma.TestPatma.test_patma_070)\nPASS: test_patma_071 (test.test_patma.TestPatma.test_patma_071)\nPASS: test_patma_072 (test.test_patma.TestPatma.test_patma_072)\nPASS: test_patma_073 (test.test_patma.TestPatma.test_patma_073)\nPASS: test_patma_074 (test.test_patma.TestPatma.test_patma_074)\nPASS: test_patma_075 (test.test_patma.TestPatma.test_patma_075)\nPASS: test_patma_076 (test.test_patma.TestPatma.test_patma_076)\nPASS: test_patma_077 (test.test_patma.TestPatma.test_patma_077)\nPASS: test_patma_078 (test.test_patma.TestPatma.test_patma_078)\nPASS: test_patma_079 (test.test_patma.TestPatma.test_patma_079)\nPASS: test_patma_080 (test.test_patma.TestPatma.test_patma_080)\nPASS: test_patma_081 (test.test_patma.TestPatma.test_patma_081)\nPASS: test_patma_082 (test.test_patma.TestPatma.test_patma_082)\nPASS: test_patma_083 (test.test_patma.TestPatma.test_patma_083)\nPASS: test_patma_084 (test.test_patma.TestPatma.test_patma_084)\nPASS: test_patma_085 (test.test_patma.TestPatma.test_patma_085)\nPASS: test_patma_086 (test.test_patma.TestPatma.test_patma_086)\nPASS: test_patma_087 (test.test_patma.TestPatma.test_patma_087)\nPASS: test_patma_088 (test.test_patma.TestPatma.test_patma_088)\nPASS: test_patma_089 (test.test_patma.TestPatma.test_patma_089)\nPASS: test_patma_090 (test.test_patma.TestPatma.test_patma_090)\nPASS: test_patma_091 (test.test_patma.TestPatma.test_patma_091)\nPASS: test_patma_092 (test.test_patma.TestPatma.test_patma_092)\nPASS: test_patma_093 (test.test_patma.TestPatma.test_patma_093)\nPASS: test_patma_094 (test.test_patma.TestPatma.test_patma_094)\nPASS: test_patma_095 (test.test_patma.TestPatma.test_patma_095)\nPASS: test_patma_096 (test.test_patma.TestPatma.test_patma_096)\nPASS: test_patma_097 (test.test_patma.TestPatma.test_patma_097)\nPASS: test_patma_098 (test.test_patma.TestPatma.test_patma_098)\nPASS: test_patma_099 (test.test_patma.TestPatma.test_patma_099)\nPASS: test_patma_100 (test.test_patma.TestPatma.test_patma_100)\nPASS: test_patma_101 (test.test_patma.TestPatma.test_patma_101)\nPASS: test_patma_102 (test.test_patma.TestPatma.test_patma_102)\nPASS: test_patma_103 (test.test_patma.TestPatma.test_patma_103)\nPASS: test_patma_104 (test.test_patma.TestPatma.test_patma_104)\nPASS: test_patma_105 (test.test_patma.TestPatma.test_patma_105)\nPASS: test_patma_106 (test.test_patma.TestPatma.test_patma_106)\nPASS: test_patma_107 (test.test_patma.TestPatma.test_patma_107)\nPASS: test_patma_108 (test.test_patma.TestPatma.test_patma_108)\nPASS: test_patma_109 (test.test_patma.TestPatma.test_patma_109)\nPASS: test_patma_110 (test.test_patma.TestPatma.test_patma_110)\nPASS: test_patma_111 (test.test_patma.TestPatma.test_patma_111)\nPASS: test_patma_112 (test.test_patma.TestPatma.test_patma_112)\nPASS: test_patma_113 (test.test_patma.TestPatma.test_patma_113)\nPASS: test_patma_114 (test.test_patma.TestPatma.test_patma_114)\nPASS: test_patma_115 (test.test_patma.TestPatma.test_patma_115)\nPASS: test_patma_116 (test.test_patma.TestPatma.test_patma_116)\nPASS: test_patma_117 (test.test_patma.TestPatma.test_patma_117)\nPASS: test_patma_118 (test.test_patma.TestPatma.test_patma_118)\nPASS: test_patma_119 (test.test_patma.TestPatma.test_patma_119)\nPASS: test_patma_120 (test.test_patma.TestPatma.test_patma_120)\nPASS: test_patma_121 (test.test_patma.TestPatma.test_patma_121)\nPASS: test_patma_122 (test.test_patma.TestPatma.test_patma_122)\nPASS: test_patma_123 (test.test_patma.TestPatma.test_patma_123)\nPASS: test_patma_124 (test.test_patma.TestPatma.test_patma_124)\nPASS: test_patma_125 (test.test_patma.TestPatma.test_patma_125)\nPASS: test_patma_126 (test.test_patma.TestPatma.test_patma_126)\nPASS: test_patma_127 (test.test_patma.TestPatma.test_patma_127)\nPASS: test_patma_128 (test.test_patma.TestPatma.test_patma_128)\nPASS: test_patma_129 (test.test_patma.TestPatma.test_patma_129)\nPASS: test_patma_130 (test.test_patma.TestPatma.test_patma_130)\nPASS: test_patma_131 (test.test_patma.TestPatma.test_patma_131)\nPASS: test_patma_132 (test.test_patma.TestPatma.test_patma_132)\nPASS: test_patma_133 (test.test_patma.TestPatma.test_patma_133)\nPASS: test_patma_134 (test.test_patma.TestPatma.test_patma_134)\nPASS: test_patma_135 (test.test_patma.TestPatma.test_patma_135)\nPASS: test_patma_136 (test.test_patma.TestPatma.test_patma_136)\nPASS: test_patma_137 (test.test_patma.TestPatma.test_patma_137)\nPASS: test_patma_138 (test.test_patma.TestPatma.test_patma_138)\nPASS: test_patma_139 (test.test_patma.TestPatma.test_patma_139)\nPASS: test_patma_140 (test.test_patma.TestPatma.test_patma_140)\nPASS: test_patma_141 (test.test_patma.TestPatma.test_patma_141)\nPASS: test_patma_142 (test.test_patma.TestPatma.test_patma_142)\nPASS: test_patma_143 (test.test_patma.TestPatma.test_patma_143)\nPASS: test_patma_144 (test.test_patma.TestPatma.test_patma_144)\nPASS: test_patma_145 (test.test_patma.TestPatma.test_patma_145)\nPASS: test_patma_146 (test.test_patma.TestPatma.test_patma_146)\nPASS: test_patma_147 (test.test_patma.TestPatma.test_patma_147)\nPASS: test_patma_148 (test.test_patma.TestPatma.test_patma_148)\nPASS: test_patma_149 (test.test_patma.TestPatma.test_patma_149)\nPASS: test_patma_150 (test.test_patma.TestPatma.test_patma_150)\nPASS: test_patma_151 (test.test_patma.TestPatma.test_patma_151)\nPASS: test_patma_152 (test.test_patma.TestPatma.test_patma_152)\nPASS: test_patma_153 (test.test_patma.TestPatma.test_patma_153)\nPASS: test_patma_154 (test.test_patma.TestPatma.test_patma_154)\nPASS: test_patma_155 (test.test_patma.TestPatma.test_patma_155)\nPASS: test_patma_156 (test.test_patma.TestPatma.test_patma_156)\nPASS: test_patma_157 (test.test_patma.TestPatma.test_patma_157)\nPASS: test_patma_158 (test.test_patma.TestPatma.test_patma_158)\nPASS: test_patma_159 (test.test_patma.TestPatma.test_patma_159)\nPASS: test_patma_160 (test.test_patma.TestPatma.test_patma_160)\nPASS: test_patma_161 (test.test_patma.TestPatma.test_patma_161)\nPASS: test_patma_162 (test.test_patma.TestPatma.test_patma_162)\nPASS: test_patma_163 (test.test_patma.TestPatma.test_patma_163)\nPASS: test_patma_164 (test.test_patma.TestPatma.test_patma_164)\nPASS: test_patma_165 (test.test_patma.TestPatma.test_patma_165)\nPASS: test_patma_166 (test.test_patma.TestPatma.test_patma_166)\nPASS: test_patma_167 (test.test_patma.TestPatma.test_patma_167)\nPASS: test_patma_168 (test.test_patma.TestPatma.test_patma_168)\nPASS: test_patma_169 (test.test_patma.TestPatma.test_patma_169)\nPASS: test_patma_170 (test.test_patma.TestPatma.test_patma_170)\nPASS: test_patma_171 (test.test_patma.TestPatma.test_patma_171)\nPASS: test_patma_172 (test.test_patma.TestPatma.test_patma_172)\nPASS: test_patma_173 (test.test_patma.TestPatma.test_patma_173)\nPASS: test_patma_174 (test.test_patma.TestPatma.test_patma_174)\nPASS: test_patma_175 (test.test_patma.TestPatma.test_patma_175)\nPASS: test_patma_176 (test.test_patma.TestPatma.test_patma_176)\nPASS: test_patma_177 (test.test_patma.TestPatma.test_patma_177)\nPASS: test_patma_178 (test.test_patma.TestPatma.test_patma_178)\nPASS: test_patma_179 (test.test_patma.TestPatma.test_patma_179)\nPASS: test_patma_180 (test.test_patma.TestPatma.test_patma_180)\nPASS: test_patma_181 (test.test_patma.TestPatma.test_patma_181)\nPASS: test_patma_182 (test.test_patma.TestPatma.test_patma_182)\nPASS: test_patma_183 (test.test_patma.TestPatma.test_patma_183)\nPASS: test_patma_184 (test.test_patma.TestPatma.test_patma_184)\nPASS: test_patma_185 (test.test_patma.TestPatma.test_patma_185)\nPASS: test_patma_186 (test.test_patma.TestPatma.test_patma_186)\nPASS: test_patma_187 (test.test_patma.TestPatma.test_patma_187)\nPASS: test_patma_188 (test.test_patma.TestPatma.test_patma_188)\nPASS: test_patma_189 (test.test_patma.TestPatma.test_patma_189)\nPASS: test_patma_190 (test.test_patma.TestPatma.test_patma_190)\nPASS: test_patma_191 (test.test_patma.TestPatma.test_patma_191)\nPASS: test_patma_192 (test.test_patma.TestPatma.test_patma_192)\nPASS: test_patma_193 (test.test_patma.TestPatma.test_patma_193)\nPASS: test_patma_194 (test.test_patma.TestPatma.test_patma_194)\nPASS: test_patma_195 (test.test_patma.TestPatma.test_patma_195)\nPASS: test_patma_196 (test.test_patma.TestPatma.test_patma_196)\nPASS: test_patma_197 (test.test_patma.TestPatma.test_patma_197)\nPASS: test_patma_198 (test.test_patma.TestPatma.test_patma_198)\nPASS: test_patma_199 (test.test_patma.TestPatma.test_patma_199)\nPASS: test_patma_200 (test.test_patma.TestPatma.test_patma_200)\nPASS: test_patma_201 (test.test_patma.TestPatma.test_patma_201)\nPASS: test_patma_202 (test.test_patma.TestPatma.test_patma_202)\nPASS: test_patma_203 (test.test_patma.TestPatma.test_patma_203)\nPASS: test_patma_204 (test.test_patma.TestPatma.test_patma_204)\nPASS: test_patma_205 (test.test_patma.TestPatma.test_patma_205)\nPASS: test_patma_206 (test.test_patma.TestPatma.test_patma_206)\nPASS: test_patma_207 (test.test_patma.TestPatma.test_patma_207)\nPASS: test_patma_208 (test.test_patma.TestPatma.test_patma_208)\nPASS: test_patma_209 (test.test_patma.TestPatma.test_patma_209)\nPASS: test_patma_210 (test.test_patma.TestPatma.test_patma_210)\nPASS: test_patma_211 (test.test_patma.TestPatma.test_patma_211)\nPASS: test_patma_212 (test.test_patma.TestPatma.test_patma_212)\nPASS: test_patma_213 (test.test_patma.TestPatma.test_patma_213)\nPASS: test_patma_214 (test.test_patma.TestPatma.test_patma_214)\nPASS: test_patma_215 (test.test_patma.TestPatma.test_patma_215)\nPASS: test_patma_216 (test.test_patma.TestPatma.test_patma_216)\nPASS: test_patma_217 (test.test_patma.TestPatma.test_patma_217)\nPASS: test_patma_218 (test.test_patma.TestPatma.test_patma_218)\nPASS: test_patma_219 (test.test_patma.TestPatma.test_patma_219)\nPASS: test_patma_220 (test.test_patma.TestPatma.test_patma_220)\nPASS: test_patma_221 (test.test_patma.TestPatma.test_patma_221)\nPASS: test_patma_222 (test.test_patma.TestPatma.test_patma_222)\nPASS: test_patma_223 (test.test_patma.TestPatma.test_patma_223)\nPASS: test_patma_224 (test.test_patma.TestPatma.test_patma_224)\nPASS: test_patma_225 (test.test_patma.TestPatma.test_patma_225)\nPASS: test_patma_226 (test.test_patma.TestPatma.test_patma_226)\nPASS: test_patma_227 (test.test_patma.TestPatma.test_patma_227)\nPASS: test_patma_228 (test.test_patma.TestPatma.test_patma_228)\nPASS: test_patma_229 (test.test_patma.TestPatma.test_patma_229)\nPASS: test_patma_230 (test.test_patma.TestPatma.test_patma_230)\nPASS: test_patma_231 (test.test_patma.TestPatma.test_patma_231)\nPASS: test_patma_232 (test.test_patma.TestPatma.test_patma_232)\nPASS: test_patma_233 (test.test_patma.TestPatma.test_patma_233)\nPASS: test_patma_234 (test.test_patma.TestPatma.test_patma_234)\nPASS: test_patma_235 (test.test_patma.TestPatma.test_patma_235)\nPASS: test_patma_236 (test.test_patma.TestPatma.test_patma_236)\nPASS: test_patma_237 (test.test_patma.TestPatma.test_patma_237)\nPASS: test_patma_238 (test.test_patma.TestPatma.test_patma_238)\nPASS: test_patma_239 (test.test_patma.TestPatma.test_patma_239)\nPASS: test_patma_240 (test.test_patma.TestPatma.test_patma_240)\nPASS: test_patma_241 (test.test_patma.TestPatma.test_patma_241)\nPASS: test_patma_242 (test.test_patma.TestPatma.test_patma_242)\nPASS: test_patma_243 (test.test_patma.TestPatma.test_patma_243)\nPASS: test_patma_244 (test.test_patma.TestPatma.test_patma_244)\nPASS: test_patma_245 (test.test_patma.TestPatma.test_patma_245)\nPASS: test_patma_246 (test.test_patma.TestPatma.test_patma_246)\nPASS: test_patma_247 (test.test_patma.TestPatma.test_patma_247)\nPASS: test_patma_248 (test.test_patma.TestPatma.test_patma_248)\nPASS: test_patma_249 (test.test_patma.TestPatma.test_patma_249)\nPASS: test_patma_250 (test.test_patma.TestPatma.test_patma_250)\nPASS: test_patma_251 (test.test_patma.TestPatma.test_patma_251)\nPASS: test_patma_252 (test.test_patma.TestPatma.test_patma_252)\nPASS: test_patma_253 (test.test_patma.TestPatma.test_patma_253)\nPASS: test_patma_254 (test.test_patma.TestPatma.test_patma_254)\nPASS: test_patma_255 (test.test_patma.TestPatma.test_patma_255)\nPASS: test_patma_generic_protocol (test.test_patma.TestPatma.test_patma_generic_protocol)\nPASS: test_patma_protocol_with_match_args (test.test_patma.TestPatma.test_patma_protocol_with_match_args)\nPASS: test_patma_runtime_checkable_protocol (test.test_patma.TestPatma.test_patma_runtime_checkable_protocol)\nPASS: test_jump_threading (test.test_patma.TestSourceLocations.test_jump_threading)\nPASS: test_alternative_patterns_bind_different_names_0 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_0)\nPASS: test_alternative_patterns_bind_different_names_1 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_1)\nPASS: test_attribute_name_repeated_in_class_pattern (test.test_patma.TestSyntaxErrors.test_attribute_name_repeated_in_class_pattern)\nPASS: test_imaginary_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_0)\nPASS: test_imaginary_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_1)\nPASS: test_invalid_syntax_0 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_0)\nPASS: test_invalid_syntax_1 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_1)\nPASS: test_invalid_syntax_2 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_2)\nPASS: test_invalid_syntax_3 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_3)\nPASS: test_len1_tuple_sequence_pattern_comma (test.test_patma.TestSyntaxErrors.test_len1_tuple_sequence_pattern_comma)\nPASS: test_mapping_pattern_duplicate_key (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key)\nPASS: test_mapping_pattern_duplicate_key_edge_case0 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case0)\nPASS: test_mapping_pattern_duplicate_key_edge_case1 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case1)\nPASS: test_mapping_pattern_duplicate_key_edge_case2 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case2)\nPASS: test_mapping_pattern_duplicate_key_edge_case3 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case3)\nPASS: test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups (test.test_patma.TestSyntaxErrors.test_mapping_pattern_keys_may_only_match_literals_and_attribute_lookups)\nPASS: test_multiple_assignments_to_name_in_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_0)\nPASS: test_multiple_assignments_to_name_in_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_1)\nPASS: test_multiple_assignments_to_name_in_pattern_2 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_2)\nPASS: test_multiple_assignments_to_name_in_pattern_3 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_3)\nPASS: test_multiple_assignments_to_name_in_pattern_4 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_4)\nPASS: test_multiple_assignments_to_name_in_pattern_5 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_5)\nPASS: test_multiple_starred_names_in_sequence_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_0)\nPASS: test_multiple_starred_names_in_sequence_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_1)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_0)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_1)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_2)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_3)\nPASS: test_name_capture_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_4)\nPASS: test_patterns_may_only_match_literals_and_attribute_lookups_0 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_0)\nPASS: test_patterns_may_only_match_literals_and_attribute_lookups_1 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_1)\nPASS: test_real_number_multiple_ops (test.test_patma.TestSyntaxErrors.test_real_number_multiple_ops)\nPASS: test_real_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_0)\nPASS: test_real_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_1)\nPASS: test_real_number_required_in_complex_literal_2 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_2)\nPASS: test_real_number_required_in_complex_literal_3 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_3)\nPASS: test_real_number_wrong_ops (test.test_patma.TestSyntaxErrors.test_real_number_wrong_ops)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_0)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_1)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_2)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_3)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_4)\nPASS: test_wildcard_makes_remaining_patterns_unreachable_5 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_5)\nPASS: test_default_capture (test.test_patma.TestTracing.test_default_capture)\nPASS: test_default_wildcard (test.test_patma.TestTracing.test_default_wildcard)\nPASS: test_no_default (test.test_patma.TestTracing.test_no_default)\nPASS: test_only_default_capture (test.test_patma.TestTracing.test_only_default_capture)\nPASS: test_only_default_wildcard (test.test_patma.TestTracing.test_only_default_wildcard)\nPASS: test_parser_deeply_nested_patterns (test.test_patma.TestTracing.test_parser_deeply_nested_patterns)\nPASS: test_unreachable_code (test.test_patma.TestTracing.test_unreachable_code)\nPASS: test_accepts_positional_subpatterns_0 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_0)\nPASS: test_accepts_positional_subpatterns_1 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_1)\nPASS: test_class_pattern_not_type (test.test_patma.TestTypeErrors.test_class_pattern_not_type)\nPASS: test_got_multiple_subpatterns_for_attribute_0 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_0)\nPASS: test_got_multiple_subpatterns_for_attribute_1 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_1)\nPASS: test_match_args_elements_must_be_strings (test.test_patma.TestTypeErrors.test_match_args_elements_must_be_strings)\nPASS: test_match_args_must_be_a_tuple_0 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_0)\nPASS: test_match_args_must_be_a_tuple_1 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_1)\nPASS: test_match_args_must_be_a_tuple_2 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_2)\nPASS: test_positional_patterns_with_regular_protocol (test.test_patma.TestTypeErrors.test_positional_patterns_with_regular_protocol)\nPASS: test_regular_protocol (test.test_patma.TestTypeErrors.test_regular_protocol)\nPASS: test_mapping_pattern_checks_duplicate_key_1 (test.test_patma.TestValueErrors.test_mapping_pattern_checks_duplicate_key_1)\n\n----------------------------------------------------------------------\nRan 327 tests in 0.036s\n\nOK\n0:01:52 load avg: 1.49 [295/480] test_multiprocessing_main_handling passed\nPASS: test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script_no_suffix)\nPASS: test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory_compiled)\nPASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_ipython_workaround)\nPASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package)\nPASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package_compiled)\nPASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_script_compiled)\nPASS: test_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile_compiled)\nPASS: test_basic_script (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script_no_suffix)\nPASS: test_directory (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory_compiled)\nPASS: test_ipython_workaround (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_ipython_workaround)\nPASS: test_module_in_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package)\nPASS: test_package_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package_compiled)\nPASS: test_script_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_script_compiled)\nPASS: test_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile_compiled)\nPASS: test_basic_script (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script_no_suffix)\nPASS: test_directory (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory)\nPASS: test_directory_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory_compiled)\nPASS: test_ipython_workaround (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_ipython_workaround)\nPASS: test_module_in_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package)\nPASS: test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package_in_zipfile)\nPASS: test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_subpackage_in_zipfile)\nPASS: test_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package)\nPASS: test_package_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package_compiled)\nPASS: test_script_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_script_compiled)\nPASS: test_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile)\nPASS: test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile_compiled)\n\n----------------------------------------------------------------------\nRan 39 tests in 5.212s\n\nOK\n0:01:53 load avg: 1.49 [296/480] test_peepholer passed\nPASS: test_conditional_jump_backward_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_const_condition)\nPASS: test_conditional_jump_backward_non_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_backward_non_const_condition)\nPASS: test_conditional_jump_forward_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_const_condition)\nPASS: test_conditional_jump_forward_non_const_condition (test.test_peepholer.DirectCfgOptimizerTests.test_conditional_jump_forward_non_const_condition)\nPASS: test_dead_store_elimination_in_same_lineno (test.test_peepholer.DirectCfgOptimizerTests.test_dead_store_elimination_in_same_lineno)\nPASS: test_except_handler_label (test.test_peepholer.DirectCfgOptimizerTests.test_except_handler_label)\nPASS: test_no_dead_store_elimination_in_different_lineno (test.test_peepholer.DirectCfgOptimizerTests.test_no_dead_store_elimination_in_different_lineno)\nPASS: test_no_unsafe_static_swap (test.test_peepholer.DirectCfgOptimizerTests.test_no_unsafe_static_swap)\nPASS: test_unconditional_jump_threading (test.test_peepholer.DirectCfgOptimizerTests.test_unconditional_jump_threading)\nPASS: test_bpo_42057 (test.test_peepholer.TestBuglets.test_bpo_42057)\nPASS: test_bpo_45773_pop_jump_if_false (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_false)\nPASS: test_bpo_45773_pop_jump_if_true (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_true)\nPASS: test_bug_11510 (test.test_peepholer.TestBuglets.test_bug_11510)\nPASS: test_initializing_local_does_not_add_check (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_initializing_local_does_not_add_check)\nPASS: test_load_fast_known_because_already_loaded (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_already_loaded)\nPASS: test_load_fast_known_because_parameter (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_because_parameter)\nPASS: test_load_fast_known_multiple_branches (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_multiple_branches)\nPASS: test_load_fast_known_simple (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_known_simple)\nPASS: test_load_fast_too_many_locals (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_too_many_locals)\nPASS: test_load_fast_unknown_after_error (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error)\nPASS: test_load_fast_unknown_after_error_2 (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_after_error_2)\nPASS: test_load_fast_unknown_because_del (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_because_del)\nPASS: test_load_fast_unknown_simple (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_load_fast_unknown_simple)\nPASS: test_modifying_local_does_not_add_check (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_modifying_local_does_not_add_check)\nPASS: test_setting_lineno_no_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_no_undefined)\nPASS: test_setting_lineno_one_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_one_undefined)\nPASS: test_setting_lineno_two_undefined (test.test_peepholer.TestMarkingVariablesAsUnKnown.test_setting_lineno_two_undefined)\nPASS: test_assignment_idiom_in_comprehensions (test.test_peepholer.TestTranforms.test_assignment_idiom_in_comprehensions)\nPASS: test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms.test_binary_subscr_on_unicode)\nPASS: test_condition_with_binop_with_bools (test.test_peepholer.TestTranforms.test_condition_with_binop_with_bools)\nPASS: test_constant_folding (test.test_peepholer.TestTranforms.test_constant_folding)\nPASS: test_elim_extra_return (test.test_peepholer.TestTranforms.test_elim_extra_return)\nPASS: test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms.test_elim_inversion_of_is_or_in)\nPASS: test_elim_jump_after_return1 (test.test_peepholer.TestTranforms.test_elim_jump_after_return1)\nPASS: test_elim_jump_to_return (test.test_peepholer.TestTranforms.test_elim_jump_to_return)\nPASS: test_elim_jump_to_uncond_jump (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump)\nPASS: test_elim_jump_to_uncond_jump2 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump2)\nPASS: test_elim_jump_to_uncond_jump3 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump3)\nPASS: test_elim_jump_to_uncond_jump4 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump4)\nPASS: test_folding_of_binops_on_constants (test.test_peepholer.TestTranforms.test_folding_of_binops_on_constants)\nPASS: test_folding_of_lists_of_constants (test.test_peepholer.TestTranforms.test_folding_of_lists_of_constants)\nPASS: test_folding_of_sets_of_constants (test.test_peepholer.TestTranforms.test_folding_of_sets_of_constants)\nPASS: test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms.test_folding_of_tuples_of_constants)\nPASS: test_folding_of_unaryops_on_constants (test.test_peepholer.TestTranforms.test_folding_of_unaryops_on_constants)\nSKIP: test_format_combinations (test.test_peepholer.TestTranforms.test_format_combinations) \"resource 'cpu' is not enabled\"\nPASS: test_format_errors (test.test_peepholer.TestTranforms.test_format_errors)\nPASS: test_format_misc (test.test_peepholer.TestTranforms.test_format_misc)\nPASS: test_global_as_constant (test.test_peepholer.TestTranforms.test_global_as_constant)\nPASS: test_if_with_if_expression (test.test_peepholer.TestTranforms.test_if_with_if_expression)\nPASS: test_in_literal_list (test.test_peepholer.TestTranforms.test_in_literal_list)\nPASS: test_iterate_literal_list (test.test_peepholer.TestTranforms.test_iterate_literal_list)\nPASS: test_make_function_doesnt_bail (test.test_peepholer.TestTranforms.test_make_function_doesnt_bail)\nPASS: test_pack_unpack (test.test_peepholer.TestTranforms.test_pack_unpack)\nPASS: test_static_swaps_match_class (test.test_peepholer.TestTranforms.test_static_swaps_match_class)\nPASS: test_static_swaps_match_mapping (test.test_peepholer.TestTranforms.test_static_swaps_match_mapping)\nPASS: test_static_swaps_match_sequence (test.test_peepholer.TestTranforms.test_static_swaps_match_sequence)\nPASS: test_static_swaps_unpack_three (test.test_peepholer.TestTranforms.test_static_swaps_unpack_three)\nPASS: test_static_swaps_unpack_two (test.test_peepholer.TestTranforms.test_static_swaps_unpack_two)\nPASS: test_trailing_nops (test.test_peepholer.TestTranforms.test_trailing_nops)\nPASS: test_unot (test.test_peepholer.TestTranforms.test_unot)\nPASS: test_while_one (test.test_peepholer.TestTranforms.test_while_one)\n\n----------------------------------------------------------------------\nRan 61 tests in 0.142s\n\nOK (skipped=1)\n0:01:53 load avg: 1.49 [297/480] test_peg_generator skipped (resource denied)\ntest_peg_generator skipped -- Use of the 'cpu' resource not enabled\n0:01:53 load avg: 1.49 [298/480] test_pep646_syntax passed\ndoctests (test.test_pep646_syntax.__test__)\nPASS: Doctest: test.test_pep646_syntax.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.004s\n\nOK\n0:01:53 load avg: 1.49 [299/480] test_perf_profiler passed\nSKIP: test_pre_fork_compile (test.test_perf_profiler.TestPerfProfiler.test_pre_fork_compile) \"perf command doesn't work\"\nSKIP: test_python_calls_appear_in_the_stack_if_perf_activated (test.test_perf_profiler.TestPerfProfiler.test_python_calls_appear_in_the_stack_if_perf_activated) \"perf command doesn't work\"\nSKIP: test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated (test.test_perf_profiler.TestPerfProfiler.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated) \"perf command doesn't work\"\nSKIP: test_python_calls_appear_in_the_stack_if_perf_activated (test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_appear_in_the_stack_if_perf_activated) \"perf command doesn't work\"\nSKIP: test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated (test.test_perf_profiler.TestPerfProfilerWithDwarf.test_python_calls_do_not_appear_in_the_stack_if_perf_deactivated) \"perf command doesn't work\"\nPASS: test_sys_api (test.test_perf_profiler.TestPerfTrampoline.test_sys_api)\nPASS: test_sys_api_get_status (test.test_perf_profiler.TestPerfTrampoline.test_sys_api_get_status)\nPASS: test_sys_api_with_existing_trampoline (test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_existing_trampoline)\nPASS: test_sys_api_with_invalid_trampoline (test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_invalid_trampoline)\nPASS: test_trampoline_works (test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works)\nPASS: test_trampoline_works_with_forks (test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works_with_forks)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.158s\n\nOK (skipped=5)\n0:01:53 load avg: 1.49 [300/480] test_perfmaps passed\nPASS: test_write_perf_map_entry (test.test_perfmaps.TestPerfMapWriting.test_write_perf_map_entry)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:01:55 load avg: 1.49 [301/480] test_pdb passed\nPASS: test_checkline_after_reset (test.test_pdb.ChecklineTests.test_checkline_after_reset)\nPASS: test_checkline_before_debugging (test.test_pdb.ChecklineTests.test_checkline_before_debugging)\nPASS: test_checkline_is_not_executable (test.test_pdb.ChecklineTests.test_checkline_is_not_executable)\nPASS: test_blocks_at_first_code_line (test.test_pdb.PdbTestCase.test_blocks_at_first_code_line)\nPASS: test_breakpoint (test.test_pdb.PdbTestCase.test_breakpoint)\nPASS: test_dir_as_script (test.test_pdb.PdbTestCase.test_dir_as_script)\nPASS: test_empty_file (test.test_pdb.PdbTestCase.test_empty_file)\nPASS: test_errors_in_command (test.test_pdb.PdbTestCase.test_errors_in_command)\nPASS: test_file_modified_after_execution (test.test_pdb.PdbTestCase.test_file_modified_after_execution)\nPASS: test_file_modified_after_execution_with_multiple_instances (test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_multiple_instances)\nPASS: test_file_modified_after_execution_with_restart (test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_restart)\nPASS: test_find_function_empty_file (test.test_pdb.PdbTestCase.test_find_function_empty_file)\nPASS: test_find_function_first_executable_line (test.test_pdb.PdbTestCase.test_find_function_first_executable_line)\nPASS: test_find_function_found (test.test_pdb.PdbTestCase.test_find_function_found)\nPASS: test_find_function_found_with_bom (test.test_pdb.PdbTestCase.test_find_function_found_with_bom)\nPASS: test_find_function_found_with_encoding_cookie (test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie)\nPASS: test_gh_93696_frozen_list (test.test_pdb.PdbTestCase.test_gh_93696_frozen_list)\nPASS: test_gh_94215_crash (test.test_pdb.PdbTestCase.test_gh_94215_crash)\nPASS: test_header (test.test_pdb.PdbTestCase.test_header)\nPASS: test_invalid_cmd_line_options (test.test_pdb.PdbTestCase.test_invalid_cmd_line_options)\nPASS: test_issue13120 (test.test_pdb.PdbTestCase.test_issue13120)\nPASS: test_issue13183 (test.test_pdb.PdbTestCase.test_issue13183)\nPASS: test_issue16180 (test.test_pdb.PdbTestCase.test_issue16180)\nPASS: test_issue26053 (test.test_pdb.PdbTestCase.test_issue26053)\ntest_issue34266 (test.test_pdb.PdbTestCase.test_issue34266)\nPASS: do_run handles exceptions from parsing its arg\nPASS: test_issue36250 (test.test_pdb.PdbTestCase.test_issue36250)\nPASS: test_issue42383 (test.test_pdb.PdbTestCase.test_issue42383)\ntest_issue42384 (test.test_pdb.PdbTestCase.test_issue42384)\nPASS: When running `python foo.py` sys.path[0] is an absolute path. `python -m pdb foo.py` should behave the same\ntest_issue42384_symlink (test.test_pdb.PdbTestCase.test_issue42384_symlink)\nPASS: When running `python foo.py` sys.path[0] resolves symlinks. `python -m pdb foo.py` should behave the same\nPASS: test_issue46434 (test.test_pdb.PdbTestCase.test_issue46434)\nPASS: test_issue58956 (test.test_pdb.PdbTestCase.test_issue58956)\nPASS: test_issue7964 (test.test_pdb.PdbTestCase.test_issue7964)\nPASS: test_issue84583 (test.test_pdb.PdbTestCase.test_issue84583)\nPASS: test_module_is_run_as_main (test.test_pdb.PdbTestCase.test_module_is_run_as_main)\nPASS: test_module_without_a_main (test.test_pdb.PdbTestCase.test_module_without_a_main)\nPASS: test_non_utf8_encoding (test.test_pdb.PdbTestCase.test_non_utf8_encoding)\nPASS: test_nonexistent_module (test.test_pdb.PdbTestCase.test_nonexistent_module)\nPASS: test_package_without_a_main (test.test_pdb.PdbTestCase.test_package_without_a_main)\nPASS: test_pdbrc_alias (test.test_pdb.PdbTestCase.test_pdbrc_alias)\nPASS: test_pdbrc_basic (test.test_pdb.PdbTestCase.test_pdbrc_basic)\nPASS: test_pdbrc_commands (test.test_pdb.PdbTestCase.test_pdbrc_commands)\ntest_pdbrc_empty_line (test.test_pdb.PdbTestCase.test_pdbrc_empty_line)\nPASS: Test that empty lines in .pdbrc are ignored.\nPASS: test_pdbrc_semicolon (test.test_pdb.PdbTestCase.test_pdbrc_semicolon)\nPASS: test_post_mortem_restart (test.test_pdb.PdbTestCase.test_post_mortem_restart)\nPASS: test_readrc_homedir (test.test_pdb.PdbTestCase.test_readrc_homedir)\nPASS: test_readrc_kwarg (test.test_pdb.PdbTestCase.test_readrc_kwarg)\nPASS: test_relative_imports (test.test_pdb.PdbTestCase.test_relative_imports)\nPASS: test_relative_imports_on_plain_module (test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module)\nPASS: test_run_module (test.test_pdb.PdbTestCase.test_run_module)\nPASS: test_run_module_with_args (test.test_pdb.PdbTestCase.test_run_module_with_args)\nPASS: test_run_pdb_with_pdb (test.test_pdb.PdbTestCase.test_run_pdb_with_pdb)\nPASS: test_run_script_with_args (test.test_pdb.PdbTestCase.test_run_script_with_args)\ntest_safe_path (test.test_pdb.PdbTestCase.test_safe_path)\nPASS: With safe_path set, pdb should not mangle sys.path[0]\nPASS: test_spec (test.test_pdb.PdbTestCase.test_spec)\nPASS: test_step_into_botframe (test.test_pdb.PdbTestCase.test_step_into_botframe)\nPASS: test_zipapp (test.test_pdb.PdbTestCase.test_zipapp)\nSKIP: setUpClass (test.test_pdb.PdbTestReadline) 'libedit readline is not supported for pdb'\ntest_convenience_variables (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_convenience_variables\ntest_list_commands (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_list_commands\ntest_next_until_return_at_return_event (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_next_until_return_at_return_event\ntest_pdb_alias_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_alias_command\ntest_pdb_ambiguous_statements (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_ambiguous_statements\ntest_pdb_basic_commands (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_basic_commands\ntest_pdb_breakpoint_commands (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoint_commands\ntest_pdb_breakpoint_on_annotated_function_def (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoint_on_annotated_function_def\ntest_pdb_breakpoint_with_filename (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoint_with_filename\ntest_pdb_breakpoints_preserved_across_interactive_sessions (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions\ntest_pdb_closure (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_closure\ntest_pdb_continue_in_bottomframe (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_continue_in_bottomframe\ntest_pdb_display_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_display_command\ntest_pdb_displayhook (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_displayhook\ntest_pdb_empty_line (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_empty_line\ntest_pdb_f_trace_lines (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_f_trace_lines\ntest_pdb_frame_refleak (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_frame_refleak\ntest_pdb_function_break (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_function_break\ntest_pdb_interact_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_interact_command\ntest_pdb_invalid_arg (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_invalid_arg\ntest_pdb_issue_20766 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_20766\ntest_pdb_issue_43318 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_43318\ntest_pdb_issue_gh_101517 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_101517\ntest_pdb_issue_gh_101673 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_101673\ntest_pdb_issue_gh_103225 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_103225\ntest_pdb_issue_gh_108976 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_108976\ntest_pdb_issue_gh_127321 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_127321\ntest_pdb_issue_gh_65052 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_65052\ntest_pdb_issue_gh_80731 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_80731\ntest_pdb_issue_gh_91742 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_91742\ntest_pdb_issue_gh_94215 (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_issue_gh_94215\ntest_pdb_multiline_statement (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_multiline_statement\ntest_pdb_next_command_for_asyncgen (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen\ntest_pdb_next_command_for_coroutine (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_for_coroutine\ntest_pdb_next_command_for_generator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_for_generator\ntest_pdb_next_command_in_generator_for_loop (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop\ntest_pdb_next_command_subiterator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_next_command_subiterator\ntest_pdb_pp_repr_exc (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_pp_repr_exc\ntest_pdb_return_command_for_coroutine (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_return_command_for_coroutine\ntest_pdb_return_command_for_generator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_return_command_for_generator\ntest_pdb_return_to_different_file (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_return_to_different_file\ntest_pdb_run_with_code_object (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_run_with_code_object\ntest_pdb_run_with_incorrect_argument (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument\ntest_pdb_show_attribute_and_item (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_show_attribute_and_item\ntest_pdb_skip_modules (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_skip_modules\ntest_pdb_skip_modules_with_callback (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_skip_modules_with_callback\ntest_pdb_until_command_for_coroutine (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_until_command_for_coroutine\ntest_pdb_until_command_for_generator (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_until_command_for_generator\ntest_pdb_whatis_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_whatis_command\ntest_pdb_where_command (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_pdb_where_command\ntest_post_mortem (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem\ntest_post_mortem_cause_no_context (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_cause_no_context\ntest_post_mortem_chained (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_chained\ntest_post_mortem_complex (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_complex\ntest_post_mortem_context_of_the_cause (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_context_of_the_cause\ntest_post_mortem_from_no_stack (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_from_no_stack\ntest_post_mortem_from_none (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_from_none\ntest_post_mortem_single_no_stack (test.test_pdb)\nPASS: Doctest: test.test_pdb.test_post_mortem_single_no_stack\n\n----------------------------------------------------------------------\nRan 114 tests in 4.496s\n\nOK (skipped=1)\n0:01:55 load avg: 1.49 [302/480] test_picklebuffer passed\nPASS: test_basics (test.test_picklebuffer.PickleBufferTest.test_basics)\nPASS: test_constructor_failure (test.test_picklebuffer.PickleBufferTest.test_constructor_failure)\nPASS: test_cycle (test.test_picklebuffer.PickleBufferTest.test_cycle)\nPASS: test_ndarray_2d (test.test_picklebuffer.PickleBufferTest.test_ndarray_2d)\nPASS: test_raw (test.test_picklebuffer.PickleBufferTest.test_raw)\nPASS: test_raw_ndarray (test.test_picklebuffer.PickleBufferTest.test_raw_ndarray)\nPASS: test_raw_non_contiguous (test.test_picklebuffer.PickleBufferTest.test_raw_non_contiguous)\nPASS: test_raw_released (test.test_picklebuffer.PickleBufferTest.test_raw_released)\nPASS: test_release (test.test_picklebuffer.PickleBufferTest.test_release)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.002s\n\nOK\n0:01:55 load avg: 1.49 [303/480] test_pickletools passed\nPASS: test_annotate (test.test_pickletools.DisTests.test_annotate)\nPASS: test_binstring (test.test_pickletools.DisTests.test_binstring)\nPASS: test_get (test.test_pickletools.DisTests.test_get)\nPASS: test_get_without_put (test.test_pickletools.DisTests.test_get_without_put)\nPASS: test_global (test.test_pickletools.DisTests.test_global)\nPASS: test_indentlevel (test.test_pickletools.DisTests.test_indentlevel)\nPASS: test_inst (test.test_pickletools.DisTests.test_inst)\nPASS: test_mark (test.test_pickletools.DisTests.test_mark)\nPASS: test_mark_pop (test.test_pickletools.DisTests.test_mark_pop)\nPASS: test_mark_without_pos (test.test_pickletools.DisTests.test_mark_without_pos)\nPASS: test_memo (test.test_pickletools.DisTests.test_memo)\nPASS: test_no_mark (test.test_pickletools.DisTests.test_no_mark)\nPASS: test_no_stop (test.test_pickletools.DisTests.test_no_stop)\nPASS: test_persid (test.test_pickletools.DisTests.test_persid)\nPASS: test_put (test.test_pickletools.DisTests.test_put)\nPASS: test_put_empty_stack (test.test_pickletools.DisTests.test_put_empty_stack)\nPASS: test_put_markobject (test.test_pickletools.DisTests.test_put_markobject)\nPASS: test_put_redefined (test.test_pickletools.DisTests.test_put_redefined)\nPASS: test_short_binstring (test.test_pickletools.DisTests.test_short_binstring)\nPASS: test_stop_not_empty_stack (test.test_pickletools.DisTests.test_stop_not_empty_stack)\nPASS: test_string (test.test_pickletools.DisTests.test_string)\nPASS: test_string_without_quotes (test.test_pickletools.DisTests.test_string_without_quotes)\nPASS: test_too_small_stack (test.test_pickletools.DisTests.test_too_small_stack)\nPASS: test_truncated_data (test.test_pickletools.DisTests.test_truncated_data)\nPASS: test_unknown_opcode (test.test_pickletools.DisTests.test_unknown_opcode)\nPASS: test_from_file (test.test_pickletools.GenopsTests.test_from_file)\nPASS: test_genops (test.test_pickletools.GenopsTests.test_genops)\nPASS: test_no_stop (test.test_pickletools.GenopsTests.test_no_stop)\nPASS: test_truncated_data (test.test_pickletools.GenopsTests.test_truncated_data)\nPASS: test_unknown_opcode (test.test_pickletools.GenopsTests.test_unknown_opcode)\nPASS: test_unknown_opcode_without_pos (test.test_pickletools.GenopsTests.test_unknown_opcode_without_pos)\nPASS: test_without_pos (test.test_pickletools.GenopsTests.test_without_pos)\nPASS: test__all__ (test.test_pickletools.MiscTestCase.test__all__)\nPASS: test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickletools.OptimizedPickleTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickletools.OptimizedPickleTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickletools.OptimizedPickleTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickletools.OptimizedPickleTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickletools.OptimizedPickleTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickletools.OptimizedPickleTests.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickletools.OptimizedPickleTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickletools.OptimizedPickleTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickletools.OptimizedPickleTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickletools.OptimizedPickleTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickletools.OptimizedPickleTests.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickletools.OptimizedPickleTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickletools.OptimizedPickleTests.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickletools.OptimizedPickleTests.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickletools.OptimizedPickleTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickletools.OptimizedPickleTests.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickletools.OptimizedPickleTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickletools.OptimizedPickleTests.test_float)\nPASS: test_float_format (test.test_pickletools.OptimizedPickleTests.test_float_format)\nPASS: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickletools.OptimizedPickleTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickletools.OptimizedPickleTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickletools.OptimizedPickleTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickletools.OptimizedPickleTests.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickletools.OptimizedPickleTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickletools.OptimizedPickleTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickletools.OptimizedPickleTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickletools.OptimizedPickleTests.test_ints)\nPASS: test_large_pickles (test.test_pickletools.OptimizedPickleTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickletools.OptimizedPickleTests.test_list_chunking)\nPASS: test_long (test.test_pickletools.OptimizedPickleTests.test_long)\nPASS: test_long1 (test.test_pickletools.OptimizedPickleTests.test_long1)\nPASS: test_long4 (test.test_pickletools.OptimizedPickleTests.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickletools.OptimizedPickleTests.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickletools.OptimizedPickleTests.test_metaclass)\nPASS: test_misc (test.test_pickletools.OptimizedPickleTests.test_misc)\nPASS: test_nested_names (test.test_pickletools.OptimizedPickleTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickletools.OptimizedPickleTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickletools.OptimizedPickleTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickletools.OptimizedPickleTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickletools.OptimizedPickleTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickletools.OptimizedPickleTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickletools.OptimizedPickleTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickletools.OptimizedPickleTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickletools.OptimizedPickleTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickletools.OptimizedPickleTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickletools.OptimizedPickleTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optimize_binput_and_memoize (test.test_pickletools.OptimizedPickleTests.test_optimize_binput_and_memoize)\nPASS: test_optimize_long_binget (test.test_pickletools.OptimizedPickleTests.test_optimize_long_binget)\nPASS: test_optional_frames (test.test_pickletools.OptimizedPickleTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickletools.OptimizedPickleTests.test_pickle_setstate_None)\nPASS: test_proto (test.test_pickletools.OptimizedPickleTests.test_proto)\nPASS: test_py_methods (test.test_pickletools.OptimizedPickleTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickletools.OptimizedPickleTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickletools.OptimizedPickleTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickletools.OptimizedPickleTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickletools.OptimizedPickleTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickletools.OptimizedPickleTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickletools.OptimizedPickleTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickletools.OptimizedPickleTests.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickletools.OptimizedPickleTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickletools.OptimizedPickleTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickletools.OptimizedPickleTests.test_singleton_types)\nPASS: test_singletons (test.test_pickletools.OptimizedPickleTests.test_singletons)\nPASS: test_structseq (test.test_pickletools.OptimizedPickleTests.test_structseq)\nPASS: test_unicode (test.test_pickletools.OptimizedPickleTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickletools.OptimizedPickleTests.test_unicode_memoization)\ndisassembler_memo_test (pickletools.__test__)\nPASS: Doctest: pickletools.__test__.disassembler_memo_test\ndisassembler_test (pickletools.__test__)\nPASS: Doctest: pickletools.__test__.disassembler_test\nread_bytearray8 (pickletools)\nPASS: Doctest: pickletools.read_bytearray8\nread_bytes1 (pickletools)\nPASS: Doctest: pickletools.read_bytes1\nread_bytes4 (pickletools)\nPASS: Doctest: pickletools.read_bytes4\nread_bytes8 (pickletools)\nPASS: Doctest: pickletools.read_bytes8\nread_decimalnl_long (pickletools)\nPASS: Doctest: pickletools.read_decimalnl_long\nread_decimalnl_short (pickletools)\nPASS: Doctest: pickletools.read_decimalnl_short\nread_float8 (pickletools)\nPASS: Doctest: pickletools.read_float8\nread_floatnl (pickletools)\nPASS: Doctest: pickletools.read_floatnl\nread_int4 (pickletools)\nPASS: Doctest: pickletools.read_int4\nread_long1 (pickletools)\nPASS: Doctest: pickletools.read_long1\nread_long4 (pickletools)\nPASS: Doctest: pickletools.read_long4\nread_string1 (pickletools)\nPASS: Doctest: pickletools.read_string1\nread_string4 (pickletools)\nPASS: Doctest: pickletools.read_string4\nread_stringnl (pickletools)\nPASS: Doctest: pickletools.read_stringnl\nread_stringnl_noescape_pair (pickletools)\nPASS: Doctest: pickletools.read_stringnl_noescape_pair\nread_uint1 (pickletools)\nPASS: Doctest: pickletools.read_uint1\nread_uint2 (pickletools)\nPASS: Doctest: pickletools.read_uint2\nread_uint4 (pickletools)\nPASS: Doctest: pickletools.read_uint4\nread_uint8 (pickletools)\nPASS: Doctest: pickletools.read_uint8\nread_unicodestring1 (pickletools)\nPASS: Doctest: pickletools.read_unicodestring1\nread_unicodestring4 (pickletools)\nPASS: Doctest: pickletools.read_unicodestring4\nread_unicodestring8 (pickletools)\nPASS: Doctest: pickletools.read_unicodestring8\nread_unicodestringnl (pickletools)\nPASS: Doctest: pickletools.read_unicodestringnl\n\n----------------------------------------------------------------------\nRan 166 tests in 0.258s\n\nOK (skipped=2)\n0:01:55 load avg: 1.49 [304/480] test_pkg passed\nPASS: test_1 (test.test_pkg.TestPkg.test_1)\nPASS: test_2 (test.test_pkg.TestPkg.test_2)\nPASS: test_3 (test.test_pkg.TestPkg.test_3)\nPASS: test_4 (test.test_pkg.TestPkg.test_4)\nPASS: test_5 (test.test_pkg.TestPkg.test_5)\nPASS: test_6 (test.test_pkg.TestPkg.test_6)\nPASS: test_7 (test.test_pkg.TestPkg.test_7)\nPASS: test_8 (test.test_pkg.TestPkg.test_8)\n\n----------------------------------------------------------------------\nRan 8 tests in 0.007s\n\nOK\n0:01:56 load avg: 1.49 [305/480] test_logging passed\nPASS: test_critical (test.test_logging.BasicConfigTest.test_critical)\nPASS: test_datefmt (test.test_logging.BasicConfigTest.test_datefmt)\nPASS: test_debug (test.test_logging.BasicConfigTest.test_debug)\nPASS: test_encoding (test.test_logging.BasicConfigTest.test_encoding)\nPASS: test_encoding_errors (test.test_logging.BasicConfigTest.test_encoding_errors)\nPASS: test_encoding_errors_default (test.test_logging.BasicConfigTest.test_encoding_errors_default)\nPASS: test_encoding_errors_none (test.test_logging.BasicConfigTest.test_encoding_errors_none)\nPASS: test_error (test.test_logging.BasicConfigTest.test_error)\nPASS: test_filemode (test.test_logging.BasicConfigTest.test_filemode)\nPASS: test_filename (test.test_logging.BasicConfigTest.test_filename)\nPASS: test_force (test.test_logging.BasicConfigTest.test_force)\nPASS: test_format (test.test_logging.BasicConfigTest.test_format)\nPASS: test_handlers (test.test_logging.BasicConfigTest.test_handlers)\nPASS: test_incompatible (test.test_logging.BasicConfigTest.test_incompatible)\nPASS: test_info (test.test_logging.BasicConfigTest.test_info)\nPASS: test_level (test.test_logging.BasicConfigTest.test_level)\nPASS: test_log (test.test_logging.BasicConfigTest.test_log)\nPASS: test_log_taskName (test.test_logging.BasicConfigTest.test_log_taskName)\nPASS: test_no_kwargs (test.test_logging.BasicConfigTest.test_no_kwargs)\nPASS: test_stream (test.test_logging.BasicConfigTest.test_stream)\nPASS: test_strformatstyle (test.test_logging.BasicConfigTest.test_strformatstyle)\nPASS: test_stringtemplatestyle (test.test_logging.BasicConfigTest.test_stringtemplatestyle)\nPASS: test_style (test.test_logging.BasicConfigTest.test_style)\nPASS: test_warning (test.test_logging.BasicConfigTest.test_warning)\nPASS: test_callable_filter (test.test_logging.BasicFilterTest.test_callable_filter)\nPASS: test_empty_filter (test.test_logging.BasicFilterTest.test_empty_filter)\nPASS: test_filter (test.test_logging.BasicFilterTest.test_filter)\nPASS: test_custom (test.test_logging.BufferingFormatterTest.test_custom)\nPASS: test_default (test.test_logging.BufferingFormatterTest.test_default)\nPASS: test_flat (test.test_logging.BuiltinLevelsTest.test_flat)\nPASS: test_issue27935 (test.test_logging.BuiltinLevelsTest.test_issue27935)\nPASS: test_nested_explicit (test.test_logging.BuiltinLevelsTest.test_nested_explicit)\nPASS: test_nested_inherited (test.test_logging.BuiltinLevelsTest.test_nested_inherited)\nPASS: test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent)\ntest_regression_22386 (test.test_logging.BuiltinLevelsTest.test_regression_22386)\nPASS: See issue #22386 for more information.\ntest_regression_29220 (test.test_logging.BuiltinLevelsTest.test_regression_29220)\nPASS: See issue #29220 for more information.\nPASS: test_child_loggers (test.test_logging.ChildLoggerTest.test_child_loggers)\nPASS: test_get_children (test.test_logging.ChildLoggerTest.test_get_children)\nPASS: test_111615 (test.test_logging.ConfigDictTest.test_111615)\nPASS: test_90195 (test.test_logging.ConfigDictTest.test_90195)\nPASS: test_bad_format (test.test_logging.ConfigDictTest.test_bad_format)\nPASS: test_bad_format_with_dollar_style (test.test_logging.ConfigDictTest.test_bad_format_with_dollar_style)\nPASS: test_baseconfig (test.test_logging.ConfigDictTest.test_baseconfig)\nPASS: test_config0_ok (test.test_logging.ConfigDictTest.test_config0_ok)\nPASS: test_config11_ok (test.test_logging.ConfigDictTest.test_config11_ok)\nPASS: test_config12_failure (test.test_logging.ConfigDictTest.test_config12_failure)\nPASS: test_config13_failure (test.test_logging.ConfigDictTest.test_config13_failure)\nPASS: test_config14_ok (test.test_logging.ConfigDictTest.test_config14_ok)\nPASS: test_config15_ok (test.test_logging.ConfigDictTest.test_config15_ok)\nPASS: test_config16_ok (test.test_logging.ConfigDictTest.test_config16_ok)\nPASS: test_config17_ok (test.test_logging.ConfigDictTest.test_config17_ok)\nPASS: test_config18_ok (test.test_logging.ConfigDictTest.test_config18_ok)\nPASS: test_config1_ok (test.test_logging.ConfigDictTest.test_config1_ok)\nPASS: test_config2_failure (test.test_logging.ConfigDictTest.test_config2_failure)\nPASS: test_config2a_failure (test.test_logging.ConfigDictTest.test_config2a_failure)\nPASS: test_config2b_failure (test.test_logging.ConfigDictTest.test_config2b_failure)\nPASS: test_config3_failure (test.test_logging.ConfigDictTest.test_config3_failure)\nPASS: test_config4_ok (test.test_logging.ConfigDictTest.test_config4_ok)\nPASS: test_config4a_ok (test.test_logging.ConfigDictTest.test_config4a_ok)\nPASS: test_config5_ok (test.test_logging.ConfigDictTest.test_config5_ok)\nPASS: test_config6_failure (test.test_logging.ConfigDictTest.test_config6_failure)\nPASS: test_config7_ok (test.test_logging.ConfigDictTest.test_config7_ok)\nPASS: test_config_10_ok (test.test_logging.ConfigDictTest.test_config_10_ok)\nPASS: test_config_8_ok (test.test_logging.ConfigDictTest.test_config_8_ok)\nPASS: test_config_8a_ok (test.test_logging.ConfigDictTest.test_config_8a_ok)\nPASS: test_config_9_ok (test.test_logging.ConfigDictTest.test_config_9_ok)\nPASS: test_config_callable_filter_works (test.test_logging.ConfigDictTest.test_config_callable_filter_works)\nPASS: test_config_filter_method_works (test.test_logging.ConfigDictTest.test_config_filter_method_works)\nPASS: test_config_filter_works (test.test_logging.ConfigDictTest.test_config_filter_works)\nPASS: test_config_queue_handler (test.test_logging.ConfigDictTest.test_config_queue_handler)\nPASS: test_config_queue_handler_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_does_not_create_multiprocessing_manager)\nPASS: test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager (test.test_logging.ConfigDictTest.test_config_queue_handler_invalid_config_does_not_create_multiprocessing_manager)\nSKIP: test_config_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context) 'requires a debug build for testing assertions in multiprocessing'\nSKIP: test_config_reject_simple_queue_handler_multiprocessing_context (test.test_logging.ConfigDictTest.test_config_reject_simple_queue_handler_multiprocessing_context) 'requires a debug build for testing assertions in multiprocessing'\nPASS: test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate)\nPASS: test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2)\nPASS: test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt)\nPASS: test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3)\nPASS: test_custom_formatter_function_with_defaults (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_defaults)\nPASS: test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate)\nPASS: test_deadlock_in_queue (test.test_logging.ConfigDictTest.test_deadlock_in_queue)\nPASS: test_invalid_type_raises (test.test_logging.ConfigDictTest.test_invalid_type_raises)\nPASS: test_kwargs_passing (test.test_logging.ConfigDictTest.test_kwargs_passing)\nPASS: test_listen_config_10_ok (test.test_logging.ConfigDictTest.test_listen_config_10_ok)\nPASS: test_listen_config_1_ok (test.test_logging.ConfigDictTest.test_listen_config_1_ok)\nPASS: test_listen_verify (test.test_logging.ConfigDictTest.test_listen_verify)\nPASS: test_multiprocessing_queues (test.test_logging.ConfigDictTest.test_multiprocessing_queues)\nPASS: test_namedtuple (test.test_logging.ConfigDictTest.test_namedtuple)\nPASS: test_recursion_in_custom_handler (test.test_logging.ConfigDictTest.test_recursion_in_custom_handler)\nPASS: test_thread_supression_noninterference (test.test_logging.ConfigDictTest.test_thread_supression_noninterference)\nPASS: test_config0_ok (test.test_logging.ConfigFileTest.test_config0_ok)\nPASS: test_config0_using_cp_ok (test.test_logging.ConfigFileTest.test_config0_using_cp_ok)\nPASS: test_config1_ok (test.test_logging.ConfigFileTest.test_config1_ok)\nPASS: test_config2_failure (test.test_logging.ConfigFileTest.test_config2_failure)\nPASS: test_config3_failure (test.test_logging.ConfigFileTest.test_config3_failure)\nPASS: test_config4_ok (test.test_logging.ConfigFileTest.test_config4_ok)\nPASS: test_config5_ok (test.test_logging.ConfigFileTest.test_config5_ok)\nPASS: test_config6_ok (test.test_logging.ConfigFileTest.test_config6_ok)\nPASS: test_config7_ok (test.test_logging.ConfigFileTest.test_config7_ok)\nPASS: test_config8_ok (test.test_logging.ConfigFileTest.test_config8_ok)\nPASS: test_config9_ok (test.test_logging.ConfigFileTest.test_config9_ok)\nPASS: test_config_set_handler_names (test.test_logging.ConfigFileTest.test_config_set_handler_names)\ntest_defaults_do_no_interpolation (test.test_logging.ConfigFileTest.test_defaults_do_no_interpolation)\nPASS: bpo-33802 defaults should not get interpolated\nPASS: test_exception_if_confg_file_is_empty (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty)\nPASS: test_exception_if_confg_file_is_invalid (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid)\nPASS: test_exception_if_config_file_does_not_exist (test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist)\nPASS: test_logger_disabling (test.test_logging.ConfigFileTest.test_logger_disabling)\nPASS: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter)\nPASS: test_handler_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter_replaces_record)\nPASS: test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter)\nPASS: test_logging_filter_replaces_record (test.test_logging.CustomLevelsAndFiltersTest.test_logging_filter_replaces_record)\nPASS: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters)\nPASS: test_output (test.test_logging.DatagramHandlerTest.test_output)\nPASS: test_encoding_cyrillic_unicode (test.test_logging.EncodingTest.test_encoding_cyrillic_unicode)\nPASS: test_encoding_plain_file (test.test_logging.EncodingTest.test_encoding_plain_file)\nPASS: test_formatting (test.test_logging.ExceptionTest.test_formatting)\nPASS: test_delay (test.test_logging.FileHandlerTest.test_delay)\nPASS: test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode)\nPASS: test_braces (test.test_logging.FormatterTest.test_braces)\nPASS: test_default_msec_format_none (test.test_logging.FormatterTest.test_default_msec_format_none)\nPASS: test_defaults_parameter (test.test_logging.FormatterTest.test_defaults_parameter)\nPASS: test_dollars (test.test_logging.FormatterTest.test_dollars)\nPASS: test_format_validate (test.test_logging.FormatterTest.test_format_validate)\nPASS: test_invalid_style (test.test_logging.FormatterTest.test_invalid_style)\nPASS: test_issue_89047 (test.test_logging.FormatterTest.test_issue_89047)\nPASS: test_msecs_has_no_floating_point_precision_loss (test.test_logging.FormatterTest.test_msecs_has_no_floating_point_precision_loss)\nPASS: test_percent (test.test_logging.FormatterTest.test_percent)\nPASS: test_relativeCreated_has_higher_precision (test.test_logging.FormatterTest.test_relativeCreated_has_higher_precision)\nPASS: test_time (test.test_logging.FormatterTest.test_time)\nPASS: test_output (test.test_logging.HTTPHandlerTest.test_output)\nPASS: test_builtin_handlers (test.test_logging.HandlerTest.test_builtin_handlers)\nPASS: test_name (test.test_logging.HandlerTest.test_name)\ntest_pathlike_objects (test.test_logging.HandlerTest.test_pathlike_objects)\nPASS: Test that path-like objects are accepted as filename arguments to handlers.\ntest_post_fork_child_no_deadlock (test.test_logging.HandlerTest.test_post_fork_child_no_deadlock)\nPASS: Ensure child logging locks are not held; bpo-6721 & bpo-36533.\nSKIP: test_race (test.test_logging.HandlerTest.test_race) \"resource 'walltime' is not enabled\"\nPASS: test_output (test.test_logging.IPv6SysLogHandlerTest.test_output)\nPASS: test_udp_reconnection (test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection)\nPASS: test_last_resort (test.test_logging.LastResortTest.test_last_resort)\nPASS: test_logrecord_class (test.test_logging.LogRecordFactoryTest.test_logrecord_class)\nPASS: test_dict_arg (test.test_logging.LogRecordTest.test_dict_arg)\nPASS: test_multiprocessing (test.test_logging.LogRecordTest.test_multiprocessing)\nPASS: test_optional (test.test_logging.LogRecordTest.test_optional)\nPASS: test_str_rep (test.test_logging.LogRecordTest.test_str_rep)\nPASS: test_taskName_with_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_with_asyncio_imported)\nPASS: test_taskName_without_asyncio_imported (test.test_logging.LogRecordTest.test_taskName_without_asyncio_imported)\nPASS: test_critical (test.test_logging.LoggerAdapterTest.test_critical)\nPASS: test_exception (test.test_logging.LoggerAdapterTest.test_exception)\nPASS: test_exception_excinfo (test.test_logging.LoggerAdapterTest.test_exception_excinfo)\nPASS: test_extra_in_records (test.test_logging.LoggerAdapterTest.test_extra_in_records)\nPASS: test_extra_merged (test.test_logging.LoggerAdapterTest.test_extra_merged)\nPASS: test_extra_merged_log_call_has_precedence (test.test_logging.LoggerAdapterTest.test_extra_merged_log_call_has_precedence)\nPASS: test_extra_not_merged_by_default (test.test_logging.LoggerAdapterTest.test_extra_not_merged_by_default)\nPASS: test_find_caller_with_stacklevel (test.test_logging.LoggerAdapterTest.test_find_caller_with_stacklevel)\nPASS: test_has_handlers (test.test_logging.LoggerAdapterTest.test_has_handlers)\nPASS: test_is_enabled_for (test.test_logging.LoggerAdapterTest.test_is_enabled_for)\nPASS: test_nested (test.test_logging.LoggerAdapterTest.test_nested)\nPASS: test_nested_styled_adapter (test.test_logging.LoggerAdapterTest.test_nested_styled_adapter)\nPASS: test_styled_adapter (test.test_logging.LoggerAdapterTest.test_styled_adapter)\nPASS: test_caching (test.test_logging.LoggerTest.test_caching)\nPASS: test_exception (test.test_logging.LoggerTest.test_exception)\nPASS: test_find_caller_with_stack_info (test.test_logging.LoggerTest.test_find_caller_with_stack_info)\nPASS: test_find_caller_with_stacklevel (test.test_logging.LoggerTest.test_find_caller_with_stacklevel)\nPASS: test_has_handlers (test.test_logging.LoggerTest.test_has_handlers)\nPASS: test_has_handlers_no_propagate (test.test_logging.LoggerTest.test_has_handlers_no_propagate)\nPASS: test_invalid_names (test.test_logging.LoggerTest.test_invalid_names)\nPASS: test_is_enabled_for (test.test_logging.LoggerTest.test_is_enabled_for)\nPASS: test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger)\nPASS: test_log_invalid_level_no_raise (test.test_logging.LoggerTest.test_log_invalid_level_no_raise)\nPASS: test_log_invalid_level_with_raise (test.test_logging.LoggerTest.test_log_invalid_level_with_raise)\nPASS: test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite)\nPASS: test_make_record_with_extra_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_overwrite)\nPASS: test_pickling (test.test_logging.LoggerTest.test_pickling)\nPASS: test_root_logger_aliases (test.test_logging.LoggerTest.test_root_logger_aliases)\nPASS: test_set_invalid_level (test.test_logging.LoggerTest.test_set_invalid_level)\nPASS: test_manager_loggerclass (test.test_logging.ManagerTest.test_manager_loggerclass)\nPASS: test_set_log_record_factory (test.test_logging.ManagerTest.test_set_log_record_factory)\nPASS: test_flush (test.test_logging.MemoryHandlerTest.test_flush)\ntest_flush_on_close (test.test_logging.MemoryHandlerTest.test_flush_on_close)\nPASS: Test that the flush-on-close configuration works as expected.\nPASS: test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush)\ntest_shutdown_flush_on_close (test.test_logging.MemoryHandlerTest.test_shutdown_flush_on_close)\nPASS: Test that the flush-on-close configuration is respected by the\nPASS: test_persistent_loggers (test.test_logging.MemoryTest.test_persistent_loggers)\nPASS: test__all__ (test.test_logging.MiscTestCase.test__all__)\nPASS: test_critical (test.test_logging.ModuleLevelMiscTest.test_critical)\nPASS: test_debug (test.test_logging.ModuleLevelMiscTest.test_debug)\nPASS: test_disable (test.test_logging.ModuleLevelMiscTest.test_disable)\nPASS: test_error (test.test_logging.ModuleLevelMiscTest.test_error)\nPASS: test_get_level_names_mapping (test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping)\nPASS: test_info (test.test_logging.ModuleLevelMiscTest.test_info)\nPASS: test_log (test.test_logging.ModuleLevelMiscTest.test_log)\nPASS: test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown)\nPASS: test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open)\nPASS: test_recursion_error (test.test_logging.ModuleLevelMiscTest.test_recursion_error)\nPASS: test_set_logger_class (test.test_logging.ModuleLevelMiscTest.test_set_logger_class)\nPASS: test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache)\nPASS: test_warning (test.test_logging.ModuleLevelMiscTest.test_warning)\nSKIP: test_basic (test.test_logging.NTEventLogHandlerTest.test_basic) 'win32evtlog/win32evtlogutil/pywintypes required for this test.'\nPASS: test_formatting (test.test_logging.QueueHandlerTest.test_formatting)\nPASS: test_queue_handler (test.test_logging.QueueHandlerTest.test_queue_handler)\nPASS: test_queue_listener (test.test_logging.QueueHandlerTest.test_queue_listener)\nPASS: test_queue_listener_multi_start (test.test_logging.QueueHandlerTest.test_queue_listener_multi_start)\nPASS: test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler)\nPASS: test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers)\nPASS: test_calls_task_done_after_stop (test.test_logging.QueueListenerTest.test_calls_task_done_after_stop)\nPASS: test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue)\nPASS: test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue)\ntest_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest.test_no_messages_in_queue_after_stop)\nPASS: Five messages are logged then the QueueListener is stopped. This\nPASS: test_file_created (test.test_logging.RotatingFileHandlerTest.test_file_created)\nPASS: test_max_bytes (test.test_logging.RotatingFileHandlerTest.test_max_bytes)\nPASS: test_max_bytes_delay (test.test_logging.RotatingFileHandlerTest.test_max_bytes_delay)\nPASS: test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance)\nPASS: test_rollover_filenames (test.test_logging.RotatingFileHandlerTest.test_rollover_filenames)\nPASS: test_rotator (test.test_logging.RotatingFileHandlerTest.test_rotator)\nPASS: test_should_not_rollover (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover)\nPASS: test_should_not_rollover_non_file (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_non_file)\nPASS: test_should_rollover (test.test_logging.RotatingFileHandlerTest.test_should_rollover)\nPASS: test_basic (test.test_logging.SMTPHandlerTest.test_basic)\nPASS: test_no_failure (test.test_logging.ShutdownTest.test_no_failure)\nPASS: test_with_ioerror_in_acquire (test.test_logging.ShutdownTest.test_with_ioerror_in_acquire)\nPASS: test_with_ioerror_in_close (test.test_logging.ShutdownTest.test_with_ioerror_in_close)\nPASS: test_with_ioerror_in_flush (test.test_logging.ShutdownTest.test_with_ioerror_in_flush)\nPASS: test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise)\nPASS: test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise)\nPASS: test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise)\nPASS: test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise)\nPASS: test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise)\nPASS: test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise)\nPASS: test_with_valueerror_in_acquire (test.test_logging.ShutdownTest.test_with_valueerror_in_acquire)\nPASS: test_with_valueerror_in_close (test.test_logging.ShutdownTest.test_with_valueerror_in_close)\nPASS: test_with_valueerror_in_flush (test.test_logging.ShutdownTest.test_with_valueerror_in_flush)\nPASS: test_noserver (test.test_logging.SocketHandlerTest.test_noserver)\nPASS: test_output (test.test_logging.SocketHandlerTest.test_output)\nPASS: test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name)\nPASS: test_error_handling (test.test_logging.StreamHandlerTest.test_error_handling)\ntest_stream_setting (test.test_logging.StreamHandlerTest.test_stream_setting)\nPASS: Test setting the handler's stream\nPASS: test_output (test.test_logging.SysLogHandlerTest.test_output)\nPASS: test_udp_reconnection (test.test_logging.SysLogHandlerTest.test_udp_reconnection)\nPASS: test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete)\nPASS: test_compute_files_to_delete_same_filename_different_extensions (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete_same_filename_different_extensions)\nPASS: test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D)\nPASS: test_compute_rollover_D_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D_interval)\nPASS: test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H)\nPASS: test_compute_rollover_H_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H_interval)\nPASS: test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M)\nPASS: test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT)\nPASS: test_compute_rollover_MIDNIGHT_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_interval)\nPASS: test_compute_rollover_MIDNIGHT_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local)\nPASS: test_compute_rollover_MIDNIGHT_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT_local_interval)\nPASS: test_compute_rollover_M_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M_interval)\nPASS: test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S)\nPASS: test_compute_rollover_S_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S_interval)\nPASS: test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0)\nPASS: test_compute_rollover_W0_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0_interval)\nPASS: test_compute_rollover_W6_local (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local)\nPASS: test_compute_rollover_W6_local_interval (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W6_local_interval)\nPASS: test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime)\nPASS: test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime)\nPASS: test_invalid (test.test_logging.TimedRotatingFileHandlerTest.test_invalid)\nPASS: test_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_rollover)\nPASS: test_rollover_at_midnight (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_midnight)\nPASS: test_rollover_at_weekday (test.test_logging.TimedRotatingFileHandlerTest.test_rollover_at_weekday)\nPASS: test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover)\nPASS: test_output (test.test_logging.UnixDatagramHandlerTest.test_output)\nPASS: test_noserver (test.test_logging.UnixSocketHandlerTest.test_noserver)\nPASS: test_output (test.test_logging.UnixSocketHandlerTest.test_output)\nPASS: test_output (test.test_logging.UnixSysLogHandlerTest.test_output)\nPASS: test_udp_reconnection (test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection)\nPASS: test_warnings (test.test_logging.WarningsTest.test_warnings)\nPASS: test_warnings_no_handlers (test.test_logging.WarningsTest.test_warnings_no_handlers)\n\n----------------------------------------------------------------------\nRan 268 tests in 12.074s\n\nOK (skipped=4)\n0:01:56 load avg: 1.49 [306/480] test_pkgutil passed\nPASS: test_extend_path_argument_types (test.test_pkgutil.ExtendPathTests.test_extend_path_argument_types)\nPASS: test_extend_path_pkg_files (test.test_pkgutil.ExtendPathTests.test_extend_path_pkg_files)\nPASS: test_iter_importers (test.test_pkgutil.ExtendPathTests.test_iter_importers)\nPASS: test_mixed_namespace (test.test_pkgutil.ExtendPathTests.test_mixed_namespace)\nPASS: test_simple (test.test_pkgutil.ExtendPathTests.test_simple)\nPASS: test_find_loader_is_deprecated (test.test_pkgutil.ImportlibMigrationTests.test_find_loader_is_deprecated)\nPASS: test_find_loader_missing_module (test.test_pkgutil.ImportlibMigrationTests.test_find_loader_missing_module)\nPASS: test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_get_importer_avoids_emulation)\nPASS: test_get_loader_None_in_sys_modules (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_None_in_sys_modules)\nPASS: test_get_loader_handles_missing_loader_attribute (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_loader_attribute)\nPASS: test_get_loader_handles_missing_spec_attribute (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_spec_attribute)\nPASS: test_get_loader_handles_spec_attribute_none (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_spec_attribute_none)\nPASS: test_get_loader_is_deprecated (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_is_deprecated)\nPASS: test_issue44061 (test.test_pkgutil.ImportlibMigrationTests.test_issue44061)\nPASS: test_iter_importers_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_iter_importers_avoids_emulation)\nPASS: test_nested (test.test_pkgutil.NestedNamespacePackageTest.test_nested)\nPASS: test_alreadyloaded (test.test_pkgutil.PkgutilPEP302Tests.test_alreadyloaded)\nPASS: test_getdata_pep302 (test.test_pkgutil.PkgutilPEP302Tests.test_getdata_pep302)\nPASS: test_getdata_filesys (test.test_pkgutil.PkgutilTests.test_getdata_filesys)\nPASS: test_getdata_zipfile (test.test_pkgutil.PkgutilTests.test_getdata_zipfile)\nPASS: test_issue44061_iter_modules (test.test_pkgutil.PkgutilTests.test_issue44061_iter_modules)\nPASS: test_name_resolution (test.test_pkgutil.PkgutilTests.test_name_resolution)\nPASS: test_name_resolution_import_rebinding (test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding)\nPASS: test_name_resolution_import_rebinding2 (test.test_pkgutil.PkgutilTests.test_name_resolution_import_rebinding2)\nPASS: test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests.test_unreadable_dir_on_syspath)\nPASS: test_walk_packages_raises_on_string_or_bytes_input (test.test_pkgutil.PkgutilTests.test_walk_packages_raises_on_string_or_bytes_input)\nPASS: test_walkpackages_filesys (test.test_pkgutil.PkgutilTests.test_walkpackages_filesys)\ntest_walkpackages_zipfile (test.test_pkgutil.PkgutilTests.test_walkpackages_zipfile)\nPASS: Tests the same as test_walkpackages_filesys, only with a zip file.\n\n----------------------------------------------------------------------\nRan 28 tests in 0.020s\n\nOK\n0:01:56 load avg: 1.49 [307/480] test_platform passed\nPASS: test__comparable_version (test.test_platform.PlatformTest.test__comparable_version)\nPASS: test_android_ver (test.test_platform.PlatformTest.test_android_ver)\nPASS: test_architecture (test.test_platform.PlatformTest.test_architecture)\nPASS: test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink)\nPASS: test_freedesktop_os_release (test.test_platform.PlatformTest.test_freedesktop_os_release)\nPASS: test_ios_ver (test.test_platform.PlatformTest.test_ios_ver)\nPASS: test_java_ver (test.test_platform.PlatformTest.test_java_ver)\nPASS: test_libc_ver (test.test_platform.PlatformTest.test_libc_ver)\nPASS: test_mac_ver (test.test_platform.PlatformTest.test_mac_ver)\nSKIP: test_mac_ver_with_fork (test.test_platform.PlatformTest.test_mac_ver_with_fork) 'OSX only test'\nPASS: test_machine (test.test_platform.PlatformTest.test_machine)\nPASS: test_macos (test.test_platform.PlatformTest.test_macos)\nPASS: test_node (test.test_platform.PlatformTest.test_node)\nPASS: test_parse_os_release (test.test_platform.PlatformTest.test_parse_os_release)\nPASS: test_platform (test.test_platform.PlatformTest.test_platform)\nPASS: test_processor (test.test_platform.PlatformTest.test_processor)\nPASS: test_release (test.test_platform.PlatformTest.test_release)\nPASS: test_sys_version (test.test_platform.PlatformTest.test_sys_version)\nPASS: test_system (test.test_platform.PlatformTest.test_system)\nPASS: test_system_alias (test.test_platform.PlatformTest.test_system_alias)\nPASS: test_uname (test.test_platform.PlatformTest.test_uname)\nPASS: test_uname_asdict (test.test_platform.PlatformTest.test_uname_asdict)\nPASS: test_uname_cast_to_tuple (test.test_platform.PlatformTest.test_uname_cast_to_tuple)\nPASS: test_uname_copy (test.test_platform.PlatformTest.test_uname_copy)\nPASS: test_uname_fields (test.test_platform.PlatformTest.test_uname_fields)\nPASS: test_uname_pickle (test.test_platform.PlatformTest.test_uname_pickle)\ntest_uname_processor (test.test_platform.PlatformTest.test_uname_processor)\nPASS: On some systems, the processor must match the output\nPASS: test_uname_replace (test.test_platform.PlatformTest.test_uname_replace)\nPASS: test_uname_slices (test.test_platform.PlatformTest.test_uname_slices)\nSKIP: test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432) 'windows only test'\nSKIP: test_uname_win32_without_wmi (test.test_platform.PlatformTest.test_uname_win32_without_wmi) 'windows only test'\nPASS: test_version (test.test_platform.PlatformTest.test_version)\nSKIP: test_win32_ver (test.test_platform.PlatformTest.test_win32_ver) 'This test only makes sense on Windows'\nPASS: test_win32_ver_on_non_windows (test.test_platform.PlatformTest.test_win32_ver_on_non_windows)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.054s\n\nOK (skipped=4)\n0:01:56 load avg: 1.49 [308/480] test_pickle passed\nPASS: test_class_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.CChainDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_instance_dispatch_table)\nPASS: test_class_dispatch_table (test.test_pickle.CDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.CDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.CDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.CDispatchTableTests.test_instance_dispatch_table)\nPASS: test_appends_on_non_lists (test.test_pickle.CDumpPickle_LoadPickle.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.CDumpPickle_LoadPickle.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.CDumpPickle_LoadPickle.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.CDumpPickle_LoadPickle.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.CDumpPickle_LoadPickle.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.CDumpPickle_LoadPickle.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.CDumpPickle_LoadPickle.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.CDumpPickle_LoadPickle.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.CDumpPickle_LoadPickle.test_float)\nPASS: test_float_format (test.test_pickle.CDumpPickle_LoadPickle.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CDumpPickle_LoadPickle.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.CDumpPickle_LoadPickle.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.CDumpPickle_LoadPickle.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.CDumpPickle_LoadPickle.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.CDumpPickle_LoadPickle.test_ints)\nPASS: test_large_pickles (test.test_pickle.CDumpPickle_LoadPickle.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_list_chunking)\nPASS: test_long (test.test_pickle.CDumpPickle_LoadPickle.test_long)\nPASS: test_long1 (test.test_pickle.CDumpPickle_LoadPickle.test_long1)\nPASS: test_long4 (test.test_pickle.CDumpPickle_LoadPickle.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.CDumpPickle_LoadPickle.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.CDumpPickle_LoadPickle.test_metaclass)\nPASS: test_misc (test.test_pickle.CDumpPickle_LoadPickle.test_misc)\nPASS: test_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.CDumpPickle_LoadPickle.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.CDumpPickle_LoadPickle.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.CDumpPickle_LoadPickle.test_proto)\nPASS: test_py_methods (test.test_pickle.CDumpPickle_LoadPickle.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.CDumpPickle_LoadPickle.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.CDumpPickle_LoadPickle.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.CDumpPickle_LoadPickle.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.CDumpPickle_LoadPickle.test_singleton_types)\nPASS: test_singletons (test.test_pickle.CDumpPickle_LoadPickle.test_singletons)\nPASS: test_structseq (test.test_pickle.CDumpPickle_LoadPickle.test_structseq)\nPASS: test_unicode (test.test_pickle.CDumpPickle_LoadPickle.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_memoization)\nPASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.CIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak)\nPASS: test_pickler_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_pickler_instance_attribute)\nPASS: test_pickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_pickler_reference_cycle)\nPASS: test_pickler_super (test.test_pickle.CIdPersPicklerTests.test_pickler_super)\nPASS: test_pickler_super_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_pickler_super_instance_attribute)\nPASS: test_protocol0_is_ascii_only (test.test_pickle.CIdPersPicklerTests.test_protocol0_is_ascii_only)\nPASS: test_return_correct_type (test.test_pickle.CIdPersPicklerTests.test_return_correct_type)\nPASS: test_unpickler_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_unpickler_instance_attribute)\nPASS: test_unpickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_unpickler_reference_cycle)\nPASS: test_unpickler_super (test.test_pickle.CIdPersPicklerTests.test_unpickler_super)\nPASS: test_unpickler_super_instance_attribute (test.test_pickle.CIdPersPicklerTests.test_unpickler_super_instance_attribute)\nPASS: test_persistence (test.test_pickle.CPersPicklerTests.test_persistence)\nPASS: test_bad_init (test.test_pickle.CPickleTests.test_bad_init)\nPASS: test_callapi (test.test_pickle.CPickleTests.test_callapi)\nPASS: test_dump_closed_file (test.test_pickle.CPickleTests.test_dump_closed_file)\nPASS: test_dump_load_oob_buffers (test.test_pickle.CPickleTests.test_dump_load_oob_buffers)\nPASS: test_dump_text_file (test.test_pickle.CPickleTests.test_dump_text_file)\nPASS: test_dumps_loads_oob_buffers (test.test_pickle.CPickleTests.test_dumps_loads_oob_buffers)\nPASS: test_highest_protocol (test.test_pickle.CPickleTests.test_highest_protocol)\nPASS: test_incomplete_input (test.test_pickle.CPickleTests.test_incomplete_input)\nPASS: test_load_closed_file (test.test_pickle.CPickleTests.test_load_closed_file)\nPASS: test_load_from_and_dump_to_file (test.test_pickle.CPickleTests.test_load_from_and_dump_to_file)\nPASS: test_pickler_bad_file (test.test_pickle.CPickleTests.test_pickler_bad_file)\nPASS: test_unpickler_bad_file (test.test_pickle.CPickleTests.test_unpickler_bad_file)\nPASS: test_pickler_hook (test.test_pickle.CPicklerHookTests.test_pickler_hook)\nPASS: test_reducer_override_no_reference_cycle (test.test_pickle.CPicklerHookTests.test_reducer_override_no_reference_cycle)\nPASS: test_appends_on_non_lists (test.test_pickle.CPicklerTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.CPicklerTests.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.CPicklerTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.CPicklerTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.CPicklerTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.CPicklerTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.CPicklerTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.CPicklerTests.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.CPicklerTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.CPicklerTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.CPicklerTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.CPicklerTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.CPicklerTests.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.CPicklerTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.CPicklerTests.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.CPicklerTests.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.CPicklerTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.CPicklerTests.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.CPicklerTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.CPicklerTests.test_float)\nPASS: test_float_format (test.test_pickle.CPicklerTests.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.CPicklerTests.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.CPicklerTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.CPicklerTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.CPicklerTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.CPicklerTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.CPicklerTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.CPicklerTests.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.CPicklerTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.CPicklerTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.CPicklerTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.CPicklerTests.test_ints)\nPASS: test_large_pickles (test.test_pickle.CPicklerTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.CPicklerTests.test_list_chunking)\nPASS: test_long (test.test_pickle.CPicklerTests.test_long)\nPASS: test_long1 (test.test_pickle.CPicklerTests.test_long1)\nPASS: test_long4 (test.test_pickle.CPicklerTests.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.CPicklerTests.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.CPicklerTests.test_metaclass)\nPASS: test_misc (test.test_pickle.CPicklerTests.test_misc)\nPASS: test_nested_names (test.test_pickle.CPicklerTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.CPicklerTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.CPicklerTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.CPicklerTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.CPicklerTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.CPicklerTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.CPicklerTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.CPicklerTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.CPicklerTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.CPicklerTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.CPicklerTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.CPicklerTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.CPicklerTests.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.CPicklerTests.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.CPicklerTests.test_proto)\nPASS: test_py_methods (test.test_pickle.CPicklerTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.CPicklerTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.CPicklerTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.CPicklerTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.CPicklerTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.CPicklerTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.CPicklerTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.CPicklerTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.CPicklerTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.CPicklerTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.CPicklerTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.CPicklerTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.CPicklerTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.CPicklerTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.CPicklerTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.CPicklerTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.CPicklerTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.CPicklerTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.CPicklerTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.CPicklerTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.CPicklerTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.CPicklerTests.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.CPicklerTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.CPicklerTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.CPicklerTests.test_singleton_types)\nPASS: test_singletons (test.test_pickle.CPicklerTests.test_singletons)\nPASS: test_structseq (test.test_pickle.CPicklerTests.test_structseq)\nPASS: test_unicode (test.test_pickle.CPicklerTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.CPicklerTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.CPicklerTests.test_unicode_memoization)\nPASS: test_clear_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_clear_pickler_memo)\nPASS: test_issue18339 (test.test_pickle.CPicklerUnpicklerObjectTests.test_issue18339)\nPASS: test_multiple_unpicklings_minimal (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal)\nPASS: test_multiple_unpicklings_seekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable)\nPASS: test_multiple_unpicklings_unseekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable)\nPASS: test_pickle_invalid_reducer_override (test.test_pickle.CPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override)\nPASS: test_priming_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_pickler_memo)\nPASS: test_priming_unpickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_unpickler_memo)\nPASS: test_reusing_unpickler_objects (test.test_pickle.CPicklerUnpicklerObjectTests.test_reusing_unpickler_objects)\nPASS: test_unpickling_buffering_readline (test.test_pickle.CPicklerUnpicklerObjectTests.test_unpickling_buffering_readline)\nPASS: test_bad_ext_code (test.test_pickle.CPicklingErrorTests.test_bad_ext_code)\nPASS: test_bad_getattr (test.test_pickle.CPicklingErrorTests.test_bad_getattr)\nPASS: test_bad_newobj_args (test.test_pickle.CPicklingErrorTests.test_bad_newobj_args)\nPASS: test_bad_newobj_class (test.test_pickle.CPicklingErrorTests.test_bad_newobj_class)\nPASS: test_bad_newobj_ex__class (test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex__class)\nPASS: test_bad_newobj_ex_args (test.test_pickle.CPicklingErrorTests.test_bad_newobj_ex_args)\nPASS: test_bad_object_dict_items (test.test_pickle.CPicklingErrorTests.test_bad_object_dict_items)\nPASS: test_bad_object_list_items (test.test_pickle.CPicklingErrorTests.test_bad_object_list_items)\nPASS: test_bad_reconstructor (test.test_pickle.CPicklingErrorTests.test_bad_reconstructor)\nPASS: test_bad_reconstructor_args (test.test_pickle.CPicklingErrorTests.test_bad_reconstructor_args)\nPASS: test_bad_reduce_result (test.test_pickle.CPicklingErrorTests.test_bad_reduce_result)\nPASS: test_bad_state_setter (test.test_pickle.CPicklingErrorTests.test_bad_state_setter)\nPASS: test_buffer_callback_error (test.test_pickle.CPicklingErrorTests.test_buffer_callback_error)\nPASS: test_evil_pickler_mutating_collection (test.test_pickle.CPicklingErrorTests.test_evil_pickler_mutating_collection)\nPASS: test_global_lookup_error (test.test_pickle.CPicklingErrorTests.test_global_lookup_error)\nPASS: test_local_lookup_error (test.test_pickle.CPicklingErrorTests.test_local_lookup_error)\nPASS: test_nested_lookup_error (test.test_pickle.CPicklingErrorTests.test_nested_lookup_error)\nPASS: test_non_continuous_buffer (test.test_pickle.CPicklingErrorTests.test_non_continuous_buffer)\nPASS: test_nonencodable_global_name_error (test.test_pickle.CPicklingErrorTests.test_nonencodable_global_name_error)\nPASS: test_nonencodable_module_name_error (test.test_pickle.CPicklingErrorTests.test_nonencodable_module_name_error)\nPASS: test_picklebuffer_error (test.test_pickle.CPicklingErrorTests.test_picklebuffer_error)\nPASS: test_reduce_None (test.test_pickle.CPicklingErrorTests.test_reduce_None)\nPASS: test_reduce_ex_None (test.test_pickle.CPicklingErrorTests.test_reduce_ex_None)\nPASS: test_unpickleable_dict_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_dict_items)\nPASS: test_unpickleable_frozenset_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_frozenset_items)\nPASS: test_unpickleable_list_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_list_items)\nPASS: test_unpickleable_newobj_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_args)\nPASS: test_unpickleable_newobj_class (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_class)\nPASS: test_unpickleable_newobj_ex_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_args)\nPASS: test_unpickleable_newobj_ex_class (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_class)\nPASS: test_unpickleable_newobj_ex_kwargs (test.test_pickle.CPicklingErrorTests.test_unpickleable_newobj_ex_kwargs)\nPASS: test_unpickleable_object_dict_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_object_dict_items)\nPASS: test_unpickleable_object_list_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_object_list_items)\nPASS: test_unpickleable_reconstructor (test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor)\nPASS: test_unpickleable_reconstructor_args (test.test_pickle.CPicklingErrorTests.test_unpickleable_reconstructor_args)\nPASS: test_unpickleable_set_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_set_items)\nPASS: test_unpickleable_state (test.test_pickle.CPicklingErrorTests.test_unpickleable_state)\nPASS: test_unpickleable_state_setter (test.test_pickle.CPicklingErrorTests.test_unpickleable_state_setter)\nPASS: test_unpickleable_state_with_state_setter (test.test_pickle.CPicklingErrorTests.test_unpickleable_state_with_state_setter)\nPASS: test_unpickleable_tuple_items (test.test_pickle.CPicklingErrorTests.test_unpickleable_tuple_items)\nPASS: test_wrong_newobj_class (test.test_pickle.CPicklingErrorTests.test_wrong_newobj_class)\nSKIP: test_wrong_newobj_ex_class (test.test_pickle.CPicklingErrorTests.test_wrong_newobj_ex_class) 'only verified in the Python implementation'\nPASS: test_wrong_object_lookup_error (test.test_pickle.CPicklingErrorTests.test_wrong_object_lookup_error)\nPASS: test_bad_ext_code (test.test_pickle.CUnpicklerTests.test_bad_ext_code)\nPASS: test_bad_ext_inverted_registry (test.test_pickle.CUnpicklerTests.test_bad_ext_inverted_registry)\nPASS: test_bad_mark (test.test_pickle.CUnpicklerTests.test_bad_mark)\nPASS: test_bad_newobj (test.test_pickle.CUnpicklerTests.test_bad_newobj)\nPASS: test_bad_newobj_ex (test.test_pickle.CUnpicklerTests.test_bad_newobj_ex)\nPASS: test_bad_reduce (test.test_pickle.CUnpicklerTests.test_bad_reduce)\nPASS: test_bad_stack (test.test_pickle.CUnpicklerTests.test_bad_stack)\nPASS: test_bad_state (test.test_pickle.CUnpicklerTests.test_bad_state)\nPASS: test_badly_escaped_string (test.test_pickle.CUnpicklerTests.test_badly_escaped_string)\nPASS: test_badly_quoted_string (test.test_pickle.CUnpicklerTests.test_badly_quoted_string)\nPASS: test_binbytes (test.test_pickle.CUnpicklerTests.test_binbytes)\nPASS: test_binbytes8 (test.test_pickle.CUnpicklerTests.test_binbytes8)\nPASS: test_binget (test.test_pickle.CUnpicklerTests.test_binget)\nPASS: test_binunicode8 (test.test_pickle.CUnpicklerTests.test_binunicode8)\nPASS: test_bytearray8 (test.test_pickle.CUnpicklerTests.test_bytearray8)\nPASS: test_compat_unpickle (test.test_pickle.CUnpicklerTests.test_compat_unpickle)\nPASS: test_constants (test.test_pickle.CUnpicklerTests.test_constants)\nPASS: test_correctly_quoted_string (test.test_pickle.CUnpicklerTests.test_correctly_quoted_string)\nPASS: test_custom_find_class (test.test_pickle.CUnpicklerTests.test_custom_find_class)\nPASS: test_dup (test.test_pickle.CUnpicklerTests.test_dup)\nPASS: test_empty_bytestring (test.test_pickle.CUnpicklerTests.test_empty_bytestring)\nPASS: test_find_class (test.test_pickle.CUnpicklerTests.test_find_class)\nPASS: test_frame_readline (test.test_pickle.CUnpicklerTests.test_frame_readline)\nPASS: test_get (test.test_pickle.CUnpicklerTests.test_get)\nSKIP: test_large_32b_binbytes8 (test.test_pickle.CUnpicklerTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_binunicode8 (test.test_pickle.CUnpicklerTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_bytearray8 (test.test_pickle.CUnpicklerTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'\nPASS: test_load_classic_instance (test.test_pickle.CUnpicklerTests.test_load_classic_instance)\nPASS: test_load_from_data0 (test.test_pickle.CUnpicklerTests.test_load_from_data0)\nPASS: test_load_from_data1 (test.test_pickle.CUnpicklerTests.test_load_from_data1)\nPASS: test_load_from_data2 (test.test_pickle.CUnpicklerTests.test_load_from_data2)\nPASS: test_load_from_data3 (test.test_pickle.CUnpicklerTests.test_load_from_data3)\nPASS: test_load_from_data4 (test.test_pickle.CUnpicklerTests.test_load_from_data4)\nPASS: test_load_global (test.test_pickle.CUnpicklerTests.test_load_global)\nPASS: test_load_long_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_long_python2_str_as_bytes)\nPASS: test_load_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_python2_str_as_bytes)\nPASS: test_load_python2_unicode_as_str (test.test_pickle.CUnpicklerTests.test_load_python2_unicode_as_str)\nPASS: test_load_stack_global (test.test_pickle.CUnpicklerTests.test_load_stack_global)\nPASS: test_long_binget (test.test_pickle.CUnpicklerTests.test_long_binget)\nPASS: test_maxint64 (test.test_pickle.CUnpicklerTests.test_maxint64)\nPASS: test_misc_get (test.test_pickle.CUnpicklerTests.test_misc_get)\nSKIP: test_negative_32b_binbytes (test.test_pickle.CUnpicklerTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binput (test.test_pickle.CUnpicklerTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binunicode (test.test_pickle.CUnpicklerTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'\nPASS: test_negative_put (test.test_pickle.CUnpicklerTests.test_negative_put)\nPASS: test_short_binbytes (test.test_pickle.CUnpicklerTests.test_short_binbytes)\nPASS: test_short_binunicode (test.test_pickle.CUnpicklerTests.test_short_binunicode)\nPASS: test_truncated_data (test.test_pickle.CUnpicklerTests.test_truncated_data)\nPASS: test_unpickle_from_2x (test.test_pickle.CUnpicklerTests.test_unpickle_from_2x)\nPASS: test_unpickle_module_race (test.test_pickle.CUnpicklerTests.test_unpickle_module_race)\nPASS: test_exceptions (test.test_pickle.CompatPickleTests.test_exceptions)\ntest_import (test.test_pickle.CompatPickleTests.test_import) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_dummy_thread'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'dbm.bsd'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'winreg'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nok\ntest_import_mapping (test.test_pickle.CompatPickleTests.test_import_mapping) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'winreg'\nNo module named '_dummy_thread'\nNo module named 'dbm.bsd'\nok\nPASS: test_multiprocessing_exceptions (test.test_pickle.CompatPickleTests.test_multiprocessing_exceptions)\ntest_name_mapping (test.test_pickle.CompatPickleTests.test_name_mapping) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nok\ntest_reverse_import_mapping (test.test_pickle.CompatPickleTests.test_reverse_import_mapping) ... No module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named 'winreg'\nNo module named 'winreg'\nNo module named '_dummy_thread'\nNo module named '_dummy_thread'\nNo module named 'dbm.bsd'\nNo module named 'dbm.bsd'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nNo module named '_tkinter'\nok\nPASS: test_reverse_name_mapping (test.test_pickle.CompatPickleTests.test_reverse_name_mapping)\nPASS: test_appends_on_non_lists (test.test_pickle.DumpPickle_CLoadPickle.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.DumpPickle_CLoadPickle.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.DumpPickle_CLoadPickle.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.DumpPickle_CLoadPickle.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.DumpPickle_CLoadPickle.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.DumpPickle_CLoadPickle.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.DumpPickle_CLoadPickle.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.DumpPickle_CLoadPickle.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.DumpPickle_CLoadPickle.test_float)\nPASS: test_float_format (test.test_pickle.DumpPickle_CLoadPickle.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.DumpPickle_CLoadPickle.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.DumpPickle_CLoadPickle.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.DumpPickle_CLoadPickle.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.DumpPickle_CLoadPickle.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.DumpPickle_CLoadPickle.test_ints)\nPASS: test_large_pickles (test.test_pickle.DumpPickle_CLoadPickle.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_list_chunking)\nPASS: test_long (test.test_pickle.DumpPickle_CLoadPickle.test_long)\nPASS: test_long1 (test.test_pickle.DumpPickle_CLoadPickle.test_long1)\nPASS: test_long4 (test.test_pickle.DumpPickle_CLoadPickle.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.DumpPickle_CLoadPickle.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.DumpPickle_CLoadPickle.test_metaclass)\nPASS: test_misc (test.test_pickle.DumpPickle_CLoadPickle.test_misc)\nPASS: test_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.DumpPickle_CLoadPickle.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.DumpPickle_CLoadPickle.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.DumpPickle_CLoadPickle.test_proto)\nPASS: test_py_methods (test.test_pickle.DumpPickle_CLoadPickle.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.DumpPickle_CLoadPickle.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.DumpPickle_CLoadPickle.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.DumpPickle_CLoadPickle.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.DumpPickle_CLoadPickle.test_singleton_types)\nPASS: test_singletons (test.test_pickle.DumpPickle_CLoadPickle.test_singletons)\nPASS: test_structseq (test.test_pickle.DumpPickle_CLoadPickle.test_structseq)\nPASS: test_unicode (test.test_pickle.DumpPickle_CLoadPickle.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_memoization)\nPASS: test_have_gc (test.test_pickle.HeapTypesTests.test_have_gc)\nPASS: test_immutable (test.test_pickle.HeapTypesTests.test_immutable)\nPASS: test_appends_on_non_lists (test.test_pickle.InMemoryPickleTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.InMemoryPickleTests.test_attribute_name_interning)\nPASS: test_bad_ext_code (test.test_pickle.InMemoryPickleTests.test_bad_ext_code)\nPASS: test_bad_ext_inverted_registry (test.test_pickle.InMemoryPickleTests.test_bad_ext_inverted_registry)\nPASS: test_bad_mark (test.test_pickle.InMemoryPickleTests.test_bad_mark)\nPASS: test_bad_newobj (test.test_pickle.InMemoryPickleTests.test_bad_newobj)\nPASS: test_bad_newobj_ex (test.test_pickle.InMemoryPickleTests.test_bad_newobj_ex)\nPASS: test_bad_reduce (test.test_pickle.InMemoryPickleTests.test_bad_reduce)\nPASS: test_bad_stack (test.test_pickle.InMemoryPickleTests.test_bad_stack)\nPASS: test_bad_state (test.test_pickle.InMemoryPickleTests.test_bad_state)\nPASS: test_badly_escaped_string (test.test_pickle.InMemoryPickleTests.test_badly_escaped_string)\nPASS: test_badly_quoted_string (test.test_pickle.InMemoryPickleTests.test_badly_quoted_string)\nPASS: test_binbytes (test.test_pickle.InMemoryPickleTests.test_binbytes)\nPASS: test_binbytes8 (test.test_pickle.InMemoryPickleTests.test_binbytes8)\nPASS: test_binget (test.test_pickle.InMemoryPickleTests.test_binget)\nPASS: test_binunicode8 (test.test_pickle.InMemoryPickleTests.test_binunicode8)\nPASS: test_buffers_error (test.test_pickle.InMemoryPickleTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.InMemoryPickleTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.InMemoryPickleTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.InMemoryPickleTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.InMemoryPickleTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.InMemoryPickleTests.test_bytearray)\nPASS: test_bytearray8 (test.test_pickle.InMemoryPickleTests.test_bytearray8)\nPASS: test_bytearray_memoization (test.test_pickle.InMemoryPickleTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.InMemoryPickleTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.InMemoryPickleTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.InMemoryPickleTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.InMemoryPickleTests.test_compat_pickle)\nPASS: test_compat_unpickle (test.test_pickle.InMemoryPickleTests.test_compat_unpickle)\nPASS: test_complex_newobj (test.test_pickle.InMemoryPickleTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.InMemoryPickleTests.test_complex_newobj_ex)\nPASS: test_constants (test.test_pickle.InMemoryPickleTests.test_constants)\nPASS: test_correctly_quoted_string (test.test_pickle.InMemoryPickleTests.test_correctly_quoted_string)\nPASS: test_dict_chunking (test.test_pickle.InMemoryPickleTests.test_dict_chunking)\nPASS: test_dup (test.test_pickle.InMemoryPickleTests.test_dup)\nPASS: test_dynamic_class (test.test_pickle.InMemoryPickleTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.InMemoryPickleTests.test_ellipsis)\nPASS: test_empty_bytestring (test.test_pickle.InMemoryPickleTests.test_empty_bytestring)\nPASS: test_evil_class_mutating_dict (test.test_pickle.InMemoryPickleTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.InMemoryPickleTests.test_float)\nPASS: test_float_format (test.test_pickle.InMemoryPickleTests.test_float_format)\nPASS: test_frame_readline (test.test_pickle.InMemoryPickleTests.test_frame_readline)\nPASS: test_framing_large_objects (test.test_pickle.InMemoryPickleTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.InMemoryPickleTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_get (test.test_pickle.InMemoryPickleTests.test_get)\nPASS: test_getinitargs (test.test_pickle.InMemoryPickleTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.InMemoryPickleTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.InMemoryPickleTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.InMemoryPickleTests.test_global_ext4)\nSKIP: test_huge_bytes_32b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_32b) 'not enough memory: 5.0G minimum needed'\nSKIP: test_huge_bytes_64b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_64b) 'not enough memory: 10.0G minimum needed'\nSKIP: test_huge_long_32b (test.test_pickle.InMemoryPickleTests.test_huge_long_32b) 'not enough memory: 7.2G minimum needed'\nSKIP: test_huge_str_32b (test.test_pickle.InMemoryPickleTests.test_huge_str_32b) 'not enough memory: 16.0G minimum needed'\nSKIP: test_huge_str_64b (test.test_pickle.InMemoryPickleTests.test_huge_str_64b) 'not enough memory: 32.0G minimum needed'\nPASS: test_in_band_buffers (test.test_pickle.InMemoryPickleTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.InMemoryPickleTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.InMemoryPickleTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.InMemoryPickleTests.test_ints)\nSKIP: test_large_32b_binbytes8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_binunicode8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_bytearray8 (test.test_pickle.InMemoryPickleTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'\nPASS: test_large_pickles (test.test_pickle.InMemoryPickleTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.InMemoryPickleTests.test_list_chunking)\nPASS: test_load_classic_instance (test.test_pickle.InMemoryPickleTests.test_load_classic_instance)\nPASS: test_load_from_data0 (test.test_pickle.InMemoryPickleTests.test_load_from_data0)\nPASS: test_load_from_data1 (test.test_pickle.InMemoryPickleTests.test_load_from_data1)\nPASS: test_load_from_data2 (test.test_pickle.InMemoryPickleTests.test_load_from_data2)\nPASS: test_load_from_data3 (test.test_pickle.InMemoryPickleTests.test_load_from_data3)\nPASS: test_load_from_data4 (test.test_pickle.InMemoryPickleTests.test_load_from_data4)\nPASS: test_load_global (test.test_pickle.InMemoryPickleTests.test_load_global)\nPASS: test_load_long_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_long_python2_str_as_bytes)\nPASS: test_load_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_python2_str_as_bytes)\nPASS: test_load_python2_unicode_as_str (test.test_pickle.InMemoryPickleTests.test_load_python2_unicode_as_str)\nPASS: test_load_stack_global (test.test_pickle.InMemoryPickleTests.test_load_stack_global)\nPASS: test_long (test.test_pickle.InMemoryPickleTests.test_long)\nPASS: test_long1 (test.test_pickle.InMemoryPickleTests.test_long1)\nPASS: test_long4 (test.test_pickle.InMemoryPickleTests.test_long4)\nPASS: test_long_binget (test.test_pickle.InMemoryPickleTests.test_long_binget)\nPASS: test_many_puts_and_gets (test.test_pickle.InMemoryPickleTests.test_many_puts_and_gets)\nPASS: test_maxint64 (test.test_pickle.InMemoryPickleTests.test_maxint64)\nPASS: test_metaclass (test.test_pickle.InMemoryPickleTests.test_metaclass)\nPASS: test_misc (test.test_pickle.InMemoryPickleTests.test_misc)\nPASS: test_misc_get (test.test_pickle.InMemoryPickleTests.test_misc_get)\nSKIP: test_negative_32b_binbytes (test.test_pickle.InMemoryPickleTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binput (test.test_pickle.InMemoryPickleTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binunicode (test.test_pickle.InMemoryPickleTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'\nPASS: test_negative_put (test.test_pickle.InMemoryPickleTests.test_negative_put)\nPASS: test_nested_names (test.test_pickle.InMemoryPickleTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.InMemoryPickleTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.InMemoryPickleTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.InMemoryPickleTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.InMemoryPickleTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.InMemoryPickleTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.InMemoryPickleTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.InMemoryPickleTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.InMemoryPickleTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.InMemoryPickleTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.InMemoryPickleTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.InMemoryPickleTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.InMemoryPickleTests.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.InMemoryPickleTests.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.InMemoryPickleTests.test_proto)\nPASS: test_py_methods (test.test_pickle.InMemoryPickleTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.InMemoryPickleTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.InMemoryPickleTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.InMemoryPickleTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.InMemoryPickleTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.InMemoryPickleTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.InMemoryPickleTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.InMemoryPickleTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.InMemoryPickleTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.InMemoryPickleTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.InMemoryPickleTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.InMemoryPickleTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.InMemoryPickleTests.test_setitems_on_non_dicts)\nPASS: test_short_binbytes (test.test_pickle.InMemoryPickleTests.test_short_binbytes)\nPASS: test_short_binunicode (test.test_pickle.InMemoryPickleTests.test_short_binunicode)\nPASS: test_short_tuples (test.test_pickle.InMemoryPickleTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.InMemoryPickleTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.InMemoryPickleTests.test_singleton_types)\nPASS: test_singletons (test.test_pickle.InMemoryPickleTests.test_singletons)\nPASS: test_structseq (test.test_pickle.InMemoryPickleTests.test_structseq)\nPASS: test_truncated_data (test.test_pickle.InMemoryPickleTests.test_truncated_data)\nPASS: test_unicode (test.test_pickle.InMemoryPickleTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.InMemoryPickleTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.InMemoryPickleTests.test_unicode_memoization)\nPASS: test_unpickle_from_2x (test.test_pickle.InMemoryPickleTests.test_unpickle_from_2x)\nPASS: test_unpickle_module_race (test.test_pickle.InMemoryPickleTests.test_unpickle_module_race)\nPASS: test_class_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.PyChainDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_instance_dispatch_table)\nPASS: test_class_dispatch_table (test.test_pickle.PyDispatchTableTests.test_class_dispatch_table)\nPASS: test_default_dispatch_table (test.test_pickle.PyDispatchTableTests.test_default_dispatch_table)\nPASS: test_dispatch_table_None_item (test.test_pickle.PyDispatchTableTests.test_dispatch_table_None_item)\nPASS: test_instance_dispatch_table (test.test_pickle.PyDispatchTableTests.test_instance_dispatch_table)\nPASS: test_custom_pickler_dispatch_table_memleak (test.test_pickle.PyIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak)\nPASS: test_pickler_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_pickler_instance_attribute)\nPASS: test_pickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_pickler_reference_cycle)\nPASS: test_pickler_super (test.test_pickle.PyIdPersPicklerTests.test_pickler_super)\nPASS: test_pickler_super_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_pickler_super_instance_attribute)\nPASS: test_protocol0_is_ascii_only (test.test_pickle.PyIdPersPicklerTests.test_protocol0_is_ascii_only)\nPASS: test_return_correct_type (test.test_pickle.PyIdPersPicklerTests.test_return_correct_type)\nPASS: test_unpickler_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_unpickler_instance_attribute)\nPASS: test_unpickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_unpickler_reference_cycle)\nPASS: test_unpickler_super (test.test_pickle.PyIdPersPicklerTests.test_unpickler_super)\nPASS: test_unpickler_super_instance_attribute (test.test_pickle.PyIdPersPicklerTests.test_unpickler_super_instance_attribute)\nPASS: test_persistence (test.test_pickle.PyPersPicklerTests.test_persistence)\nPASS: test_bad_init (test.test_pickle.PyPickleTests.test_bad_init)\nPASS: test_callapi (test.test_pickle.PyPickleTests.test_callapi)\nPASS: test_dump_closed_file (test.test_pickle.PyPickleTests.test_dump_closed_file)\nPASS: test_dump_load_oob_buffers (test.test_pickle.PyPickleTests.test_dump_load_oob_buffers)\nPASS: test_dump_text_file (test.test_pickle.PyPickleTests.test_dump_text_file)\nPASS: test_dumps_loads_oob_buffers (test.test_pickle.PyPickleTests.test_dumps_loads_oob_buffers)\nPASS: test_highest_protocol (test.test_pickle.PyPickleTests.test_highest_protocol)\nPASS: test_incomplete_input (test.test_pickle.PyPickleTests.test_incomplete_input)\nPASS: test_load_closed_file (test.test_pickle.PyPickleTests.test_load_closed_file)\nPASS: test_load_from_and_dump_to_file (test.test_pickle.PyPickleTests.test_load_from_and_dump_to_file)\nPASS: test_pickler_bad_file (test.test_pickle.PyPickleTests.test_pickler_bad_file)\nPASS: test_unpickler_bad_file (test.test_pickle.PyPickleTests.test_unpickler_bad_file)\nPASS: test_pickler_hook (test.test_pickle.PyPicklerHookTests.test_pickler_hook)\nPASS: test_reducer_override_no_reference_cycle (test.test_pickle.PyPicklerHookTests.test_reducer_override_no_reference_cycle)\nPASS: test_appends_on_non_lists (test.test_pickle.PyPicklerTests.test_appends_on_non_lists)\nPASS: test_attribute_name_interning (test.test_pickle.PyPicklerTests.test_attribute_name_interning)\nPASS: test_buffers_error (test.test_pickle.PyPicklerTests.test_buffers_error)\nSKIP: test_buffers_numpy (test.test_pickle.PyPicklerTests.test_buffers_numpy) 'Test needs Numpy'\nPASS: test_builtin_exceptions (test.test_pickle.PyPicklerTests.test_builtin_exceptions)\nPASS: test_builtin_functions (test.test_pickle.PyPicklerTests.test_builtin_functions)\nPASS: test_builtin_types (test.test_pickle.PyPicklerTests.test_builtin_types)\nPASS: test_bytearray (test.test_pickle.PyPicklerTests.test_bytearray)\nPASS: test_bytearray_memoization (test.test_pickle.PyPicklerTests.test_bytearray_memoization)\nPASS: test_bytes (test.test_pickle.PyPicklerTests.test_bytes)\nPASS: test_bytes_memoization (test.test_pickle.PyPicklerTests.test_bytes_memoization)\nPASS: test_c_methods (test.test_pickle.PyPicklerTests.test_c_methods)\nPASS: test_compat_pickle (test.test_pickle.PyPicklerTests.test_compat_pickle)\nPASS: test_complex_newobj (test.test_pickle.PyPicklerTests.test_complex_newobj)\nPASS: test_complex_newobj_ex (test.test_pickle.PyPicklerTests.test_complex_newobj_ex)\nPASS: test_dict_chunking (test.test_pickle.PyPicklerTests.test_dict_chunking)\nPASS: test_dynamic_class (test.test_pickle.PyPicklerTests.test_dynamic_class)\nPASS: test_ellipsis (test.test_pickle.PyPicklerTests.test_ellipsis)\nPASS: test_evil_class_mutating_dict (test.test_pickle.PyPicklerTests.test_evil_class_mutating_dict)\nPASS: test_float (test.test_pickle.PyPicklerTests.test_float)\nPASS: test_float_format (test.test_pickle.PyPicklerTests.test_float_format)\nPASS: test_framed_write_sizes_with_delayed_writer (test.test_pickle.PyPicklerTests.test_framed_write_sizes_with_delayed_writer)\nPASS: test_framing_large_objects (test.test_pickle.PyPicklerTests.test_framing_large_objects)\nSKIP: test_framing_many_objects (test.test_pickle.PyPicklerTests.test_framing_many_objects) \"resource 'cpu' is not enabled\"\nPASS: test_getinitargs (test.test_pickle.PyPicklerTests.test_getinitargs)\nPASS: test_global_ext1 (test.test_pickle.PyPicklerTests.test_global_ext1)\nPASS: test_global_ext2 (test.test_pickle.PyPicklerTests.test_global_ext2)\nPASS: test_global_ext4 (test.test_pickle.PyPicklerTests.test_global_ext4)\nPASS: test_in_band_buffers (test.test_pickle.PyPicklerTests.test_in_band_buffers)\nPASS: test_inband_accept_default_buffers_argument (test.test_pickle.PyPicklerTests.test_inband_accept_default_buffers_argument)\nPASS: test_int_pickling_efficiency (test.test_pickle.PyPicklerTests.test_int_pickling_efficiency)\nPASS: test_ints (test.test_pickle.PyPicklerTests.test_ints)\nPASS: test_large_pickles (test.test_pickle.PyPicklerTests.test_large_pickles)\nPASS: test_list_chunking (test.test_pickle.PyPicklerTests.test_list_chunking)\nPASS: test_long (test.test_pickle.PyPicklerTests.test_long)\nPASS: test_long1 (test.test_pickle.PyPicklerTests.test_long1)\nPASS: test_long4 (test.test_pickle.PyPicklerTests.test_long4)\nPASS: test_many_puts_and_gets (test.test_pickle.PyPicklerTests.test_many_puts_and_gets)\nPASS: test_metaclass (test.test_pickle.PyPicklerTests.test_metaclass)\nPASS: test_misc (test.test_pickle.PyPicklerTests.test_misc)\nPASS: test_nested_names (test.test_pickle.PyPicklerTests.test_nested_names)\nPASS: test_newobj_generic (test.test_pickle.PyPicklerTests.test_newobj_generic)\nPASS: test_newobj_list (test.test_pickle.PyPicklerTests.test_newobj_list)\nPASS: test_newobj_list_slots (test.test_pickle.PyPicklerTests.test_newobj_list_slots)\nPASS: test_newobj_not_class (test.test_pickle.PyPicklerTests.test_newobj_not_class)\nPASS: test_newobj_overridden_new (test.test_pickle.PyPicklerTests.test_newobj_overridden_new)\nPASS: test_newobj_proxies (test.test_pickle.PyPicklerTests.test_newobj_proxies)\nPASS: test_newobj_tuple (test.test_pickle.PyPicklerTests.test_newobj_tuple)\nPASS: test_notimplemented (test.test_pickle.PyPicklerTests.test_notimplemented)\nPASS: test_oob_buffers (test.test_pickle.PyPicklerTests.test_oob_buffers)\nPASS: test_oob_buffers_writable_to_readonly (test.test_pickle.PyPicklerTests.test_oob_buffers_writable_to_readonly)\nPASS: test_optional_frames (test.test_pickle.PyPicklerTests.test_optional_frames)\nPASS: test_pickle_setstate_None (test.test_pickle.PyPicklerTests.test_pickle_setstate_None)\nPASS: test_pickle_to_2x (test.test_pickle.PyPicklerTests.test_pickle_to_2x)\nPASS: test_proto (test.test_pickle.PyPicklerTests.test_proto)\nPASS: test_py_methods (test.test_pickle.PyPicklerTests.test_py_methods)\nPASS: test_recursive_dict (test.test_pickle.PyPicklerTests.test_recursive_dict)\nPASS: test_recursive_dict_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_and_inst)\nPASS: test_recursive_dict_key (test.test_pickle.PyPicklerTests.test_recursive_dict_key)\nPASS: test_recursive_dict_like (test.test_pickle.PyPicklerTests.test_recursive_dict_like)\nPASS: test_recursive_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_dict_like_key)\nPASS: test_recursive_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass)\nPASS: test_recursive_dict_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_and_inst)\nPASS: test_recursive_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_key)\nPASS: test_recursive_frozenset_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_and_inst)\nPASS: test_recursive_frozenset_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_subclass_and_inst)\nPASS: test_recursive_inst (test.test_pickle.PyPicklerTests.test_recursive_inst)\nPASS: test_recursive_inst_state (test.test_pickle.PyPicklerTests.test_recursive_inst_state)\nPASS: test_recursive_list (test.test_pickle.PyPicklerTests.test_recursive_list)\nPASS: test_recursive_list_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_and_inst)\nPASS: test_recursive_list_like (test.test_pickle.PyPicklerTests.test_recursive_list_like)\nPASS: test_recursive_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_list_subclass)\nPASS: test_recursive_list_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_subclass_and_inst)\nPASS: test_recursive_multi (test.test_pickle.PyPicklerTests.test_recursive_multi)\nPASS: test_recursive_nested_names (test.test_pickle.PyPicklerTests.test_recursive_nested_names)\nPASS: test_recursive_nested_names2 (test.test_pickle.PyPicklerTests.test_recursive_nested_names2)\nPASS: test_recursive_set (test.test_pickle.PyPicklerTests.test_recursive_set)\nPASS: test_recursive_set_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_and_inst)\nPASS: test_recursive_set_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_subclass_and_inst)\nPASS: test_recursive_tuple_and_dict (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict)\nPASS: test_recursive_tuple_and_dict_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_key)\nPASS: test_recursive_tuple_and_dict_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like)\nPASS: test_recursive_tuple_and_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like_key)\nPASS: test_recursive_tuple_and_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass)\nPASS: test_recursive_tuple_and_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass_key)\nPASS: test_recursive_tuple_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst)\nPASS: test_recursive_tuple_and_inst_state (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst_state)\nPASS: test_recursive_tuple_and_list (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list)\nPASS: test_recursive_tuple_and_list_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_like)\nPASS: test_recursive_tuple_and_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_subclass)\nPASS: test_recursive_tuple_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_subclass_and_inst)\nPASS: test_reduce (test.test_pickle.PyPicklerTests.test_reduce)\nPASS: test_reduce_calls_base (test.test_pickle.PyPicklerTests.test_reduce_calls_base)\nPASS: test_reduce_ex_called (test.test_pickle.PyPicklerTests.test_reduce_ex_called)\nPASS: test_reduce_ex_calls_base (test.test_pickle.PyPicklerTests.test_reduce_ex_calls_base)\nPASS: test_reduce_ex_overrides_reduce (test.test_pickle.PyPicklerTests.test_reduce_ex_overrides_reduce)\nPASS: test_reduce_overrides_default_reduce_ex (test.test_pickle.PyPicklerTests.test_reduce_overrides_default_reduce_ex)\nPASS: test_roundtrip_equality (test.test_pickle.PyPicklerTests.test_roundtrip_equality)\nPASS: test_set_chunking (test.test_pickle.PyPicklerTests.test_set_chunking)\nPASS: test_setitems_on_non_dicts (test.test_pickle.PyPicklerTests.test_setitems_on_non_dicts)\nPASS: test_short_tuples (test.test_pickle.PyPicklerTests.test_short_tuples)\nPASS: test_simple_newobj (test.test_pickle.PyPicklerTests.test_simple_newobj)\nPASS: test_singleton_types (test.test_pickle.PyPicklerTests.test_singleton_types)\nPASS: test_singletons (test.test_pickle.PyPicklerTests.test_singletons)\nPASS: test_structseq (test.test_pickle.PyPicklerTests.test_structseq)\nPASS: test_unicode (test.test_pickle.PyPicklerTests.test_unicode)\nPASS: test_unicode_high_plane (test.test_pickle.PyPicklerTests.test_unicode_high_plane)\nPASS: test_unicode_memoization (test.test_pickle.PyPicklerTests.test_unicode_memoization)\nPASS: test_clear_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_clear_pickler_memo)\nPASS: test_multiple_unpicklings_minimal (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal)\nPASS: test_multiple_unpicklings_seekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable)\nPASS: test_multiple_unpicklings_unseekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable)\nPASS: test_pickle_invalid_reducer_override (test.test_pickle.PyPicklerUnpicklerObjectTests.test_pickle_invalid_reducer_override)\nPASS: test_priming_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_pickler_memo)\nPASS: test_priming_unpickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_unpickler_memo)\nPASS: test_reusing_unpickler_objects (test.test_pickle.PyPicklerUnpicklerObjectTests.test_reusing_unpickler_objects)\nPASS: test_unpickling_buffering_readline (test.test_pickle.PyPicklerUnpicklerObjectTests.test_unpickling_buffering_readline)\nPASS: test_bad_ext_code (test.test_pickle.PyPicklingErrorTests.test_bad_ext_code)\nPASS: test_bad_getattr (test.test_pickle.PyPicklingErrorTests.test_bad_getattr)\nPASS: test_bad_newobj_args (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_args)\nPASS: test_bad_newobj_class (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_class)\nPASS: test_bad_newobj_ex__class (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex__class)\nPASS: test_bad_newobj_ex_args (test.test_pickle.PyPicklingErrorTests.test_bad_newobj_ex_args)\nPASS: test_bad_object_dict_items (test.test_pickle.PyPicklingErrorTests.test_bad_object_dict_items)\nPASS: test_bad_object_list_items (test.test_pickle.PyPicklingErrorTests.test_bad_object_list_items)\nPASS: test_bad_reconstructor (test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor)\nPASS: test_bad_reconstructor_args (test.test_pickle.PyPicklingErrorTests.test_bad_reconstructor_args)\nPASS: test_bad_reduce_result (test.test_pickle.PyPicklingErrorTests.test_bad_reduce_result)\nSKIP: test_bad_state_setter (test.test_pickle.PyPicklingErrorTests.test_bad_state_setter) 'only verified in the C implementation'\nPASS: test_buffer_callback_error (test.test_pickle.PyPicklingErrorTests.test_buffer_callback_error)\nPASS: test_evil_pickler_mutating_collection (test.test_pickle.PyPicklingErrorTests.test_evil_pickler_mutating_collection)\nPASS: test_global_lookup_error (test.test_pickle.PyPicklingErrorTests.test_global_lookup_error)\nPASS: test_local_lookup_error (test.test_pickle.PyPicklingErrorTests.test_local_lookup_error)\nPASS: test_nested_lookup_error (test.test_pickle.PyPicklingErrorTests.test_nested_lookup_error)\nPASS: test_non_continuous_buffer (test.test_pickle.PyPicklingErrorTests.test_non_continuous_buffer)\nPASS: test_nonencodable_global_name_error (test.test_pickle.PyPicklingErrorTests.test_nonencodable_global_name_error)\nPASS: test_nonencodable_module_name_error (test.test_pickle.PyPicklingErrorTests.test_nonencodable_module_name_error)\nPASS: test_picklebuffer_error (test.test_pickle.PyPicklingErrorTests.test_picklebuffer_error)\nPASS: test_reduce_None (test.test_pickle.PyPicklingErrorTests.test_reduce_None)\nPASS: test_reduce_ex_None (test.test_pickle.PyPicklingErrorTests.test_reduce_ex_None)\nPASS: test_unpickleable_dict_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_dict_items)\nPASS: test_unpickleable_frozenset_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_frozenset_items)\nPASS: test_unpickleable_list_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_list_items)\nPASS: test_unpickleable_newobj_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_args)\nPASS: test_unpickleable_newobj_class (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_class)\nPASS: test_unpickleable_newobj_ex_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_args)\nPASS: test_unpickleable_newobj_ex_class (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_class)\nPASS: test_unpickleable_newobj_ex_kwargs (test.test_pickle.PyPicklingErrorTests.test_unpickleable_newobj_ex_kwargs)\nPASS: test_unpickleable_object_dict_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_dict_items)\nPASS: test_unpickleable_object_list_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_object_list_items)\nPASS: test_unpickleable_reconstructor (test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor)\nPASS: test_unpickleable_reconstructor_args (test.test_pickle.PyPicklingErrorTests.test_unpickleable_reconstructor_args)\nPASS: test_unpickleable_set_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_set_items)\nPASS: test_unpickleable_state (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state)\nPASS: test_unpickleable_state_setter (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_setter)\nPASS: test_unpickleable_state_with_state_setter (test.test_pickle.PyPicklingErrorTests.test_unpickleable_state_with_state_setter)\nPASS: test_unpickleable_tuple_items (test.test_pickle.PyPicklingErrorTests.test_unpickleable_tuple_items)\nPASS: test_wrong_newobj_class (test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_class)\nPASS: test_wrong_newobj_ex_class (test.test_pickle.PyPicklingErrorTests.test_wrong_newobj_ex_class)\nPASS: test_wrong_object_lookup_error (test.test_pickle.PyPicklingErrorTests.test_wrong_object_lookup_error)\nPASS: test_bad_ext_code (test.test_pickle.PyUnpicklerTests.test_bad_ext_code)\nPASS: test_bad_ext_inverted_registry (test.test_pickle.PyUnpicklerTests.test_bad_ext_inverted_registry)\nPASS: test_bad_mark (test.test_pickle.PyUnpicklerTests.test_bad_mark)\nPASS: test_bad_newobj (test.test_pickle.PyUnpicklerTests.test_bad_newobj)\nPASS: test_bad_newobj_ex (test.test_pickle.PyUnpicklerTests.test_bad_newobj_ex)\nPASS: test_bad_reduce (test.test_pickle.PyUnpicklerTests.test_bad_reduce)\nPASS: test_bad_stack (test.test_pickle.PyUnpicklerTests.test_bad_stack)\nPASS: test_bad_state (test.test_pickle.PyUnpicklerTests.test_bad_state)\nPASS: test_badly_escaped_string (test.test_pickle.PyUnpicklerTests.test_badly_escaped_string)\nPASS: test_badly_quoted_string (test.test_pickle.PyUnpicklerTests.test_badly_quoted_string)\nPASS: test_binbytes (test.test_pickle.PyUnpicklerTests.test_binbytes)\nPASS: test_binbytes8 (test.test_pickle.PyUnpicklerTests.test_binbytes8)\nPASS: test_binget (test.test_pickle.PyUnpicklerTests.test_binget)\nPASS: test_binunicode8 (test.test_pickle.PyUnpicklerTests.test_binunicode8)\nPASS: test_bytearray8 (test.test_pickle.PyUnpicklerTests.test_bytearray8)\nPASS: test_compat_unpickle (test.test_pickle.PyUnpicklerTests.test_compat_unpickle)\nPASS: test_constants (test.test_pickle.PyUnpicklerTests.test_constants)\nPASS: test_correctly_quoted_string (test.test_pickle.PyUnpicklerTests.test_correctly_quoted_string)\nPASS: test_custom_find_class (test.test_pickle.PyUnpicklerTests.test_custom_find_class)\nPASS: test_dup (test.test_pickle.PyUnpicklerTests.test_dup)\nPASS: test_empty_bytestring (test.test_pickle.PyUnpicklerTests.test_empty_bytestring)\nPASS: test_find_class (test.test_pickle.PyUnpicklerTests.test_find_class)\nPASS: test_frame_readline (test.test_pickle.PyUnpicklerTests.test_frame_readline)\nPASS: test_get (test.test_pickle.PyUnpicklerTests.test_get)\nSKIP: test_large_32b_binbytes8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binbytes8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_binunicode8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binunicode8) 'test is only meaningful on 32-bit builds'\nSKIP: test_large_32b_bytearray8 (test.test_pickle.PyUnpicklerTests.test_large_32b_bytearray8) 'test is only meaningful on 32-bit builds'\nPASS: test_load_classic_instance (test.test_pickle.PyUnpicklerTests.test_load_classic_instance)\nPASS: test_load_from_data0 (test.test_pickle.PyUnpicklerTests.test_load_from_data0)\nPASS: test_load_from_data1 (test.test_pickle.PyUnpicklerTests.test_load_from_data1)\nPASS: test_load_from_data2 (test.test_pickle.PyUnpicklerTests.test_load_from_data2)\nPASS: test_load_from_data3 (test.test_pickle.PyUnpicklerTests.test_load_from_data3)\nPASS: test_load_from_data4 (test.test_pickle.PyUnpicklerTests.test_load_from_data4)\nPASS: test_load_global (test.test_pickle.PyUnpicklerTests.test_load_global)\nPASS: test_load_long_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_long_python2_str_as_bytes)\nPASS: test_load_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_python2_str_as_bytes)\nPASS: test_load_python2_unicode_as_str (test.test_pickle.PyUnpicklerTests.test_load_python2_unicode_as_str)\nPASS: test_load_stack_global (test.test_pickle.PyUnpicklerTests.test_load_stack_global)\nPASS: test_long_binget (test.test_pickle.PyUnpicklerTests.test_long_binget)\nPASS: test_maxint64 (test.test_pickle.PyUnpicklerTests.test_maxint64)\nPASS: test_misc_get (test.test_pickle.PyUnpicklerTests.test_misc_get)\nSKIP: test_negative_32b_binbytes (test.test_pickle.PyUnpicklerTests.test_negative_32b_binbytes) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binput (test.test_pickle.PyUnpicklerTests.test_negative_32b_binput) 'test is only meaningful on 32-bit builds'\nSKIP: test_negative_32b_binunicode (test.test_pickle.PyUnpicklerTests.test_negative_32b_binunicode) 'test is only meaningful on 32-bit builds'\nPASS: test_negative_put (test.test_pickle.PyUnpicklerTests.test_negative_put)\nPASS: test_short_binbytes (test.test_pickle.PyUnpicklerTests.test_short_binbytes)\nPASS: test_short_binunicode (test.test_pickle.PyUnpicklerTests.test_short_binunicode)\nPASS: test_truncated_data (test.test_pickle.PyUnpicklerTests.test_truncated_data)\nPASS: test_unpickle_from_2x (test.test_pickle.PyUnpicklerTests.test_unpickle_from_2x)\nPASS: test_unpickle_module_race (test.test_pickle.PyUnpicklerTests.test_unpickle_module_race)\nPASS: test_pickler (test.test_pickle.SizeofTests.test_pickler)\nPASS: test_unpickler (test.test_pickle.SizeofTests.test_unpickler)\ndecode_long (pickle)\nPASS: Doctest: pickle.decode_long\nencode_long (pickle)\nPASS: Doctest: pickle.encode_long\n\n----------------------------------------------------------------------\nRan 878 tests in 2.547s\n\nOK (skipped=35)\n0:01:56 load avg: 1.49 [309/480] test_plistlib passed\nPASS: test__all__ (test.test_plistlib.MiscTestCase.test__all__)\nPASS: test_cycles (test.test_plistlib.TestBinaryPlistlib.test_cycles)\nPASS: test_deep_nesting (test.test_plistlib.TestBinaryPlistlib.test_deep_nesting)\nPASS: test_dump_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestBinaryPlistlib.test_dump_aware_datetime_without_aware_datetime_option)\nPASS: test_dump_duplicates (test.test_plistlib.TestBinaryPlistlib.test_dump_duplicates)\nPASS: test_dump_utc_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestBinaryPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option)\nPASS: test_identity (test.test_plistlib.TestBinaryPlistlib.test_identity)\nPASS: test_invalid_binary (test.test_plistlib.TestBinaryPlistlib.test_invalid_binary)\nPASS: test_large_timestamp (test.test_plistlib.TestBinaryPlistlib.test_large_timestamp)\nPASS: test_load_aware_datetime (test.test_plistlib.TestBinaryPlistlib.test_load_aware_datetime)\nPASS: test_load_int (test.test_plistlib.TestBinaryPlistlib.test_load_int)\nPASS: test_load_singletons (test.test_plistlib.TestBinaryPlistlib.test_load_singletons)\nPASS: test_nonstandard_refs_size (test.test_plistlib.TestBinaryPlistlib.test_nonstandard_refs_size)\nPASS: test_unsupported (test.test_plistlib.TestBinaryPlistlib.test_unsupported)\nPASS: test_keyed_archive_data (test.test_plistlib.TestKeyedArchive.test_keyed_archive_data)\nPASS: test_appleformatting (test.test_plistlib.TestPlistlib.test_appleformatting)\nPASS: test_appleformattingfromliteral (test.test_plistlib.TestPlistlib.test_appleformattingfromliteral)\nPASS: test_bytearray (test.test_plistlib.TestPlistlib.test_bytearray)\nPASS: test_bytes (test.test_plistlib.TestPlistlib.test_bytes)\nPASS: test_bytesio (test.test_plistlib.TestPlistlib.test_bytesio)\nPASS: test_controlcharacters (test.test_plistlib.TestPlistlib.test_controlcharacters)\nPASS: test_create (test.test_plistlib.TestPlistlib.test_create)\nPASS: test_dict_members (test.test_plistlib.TestPlistlib.test_dict_members)\nPASS: test_dump_aware_datetime (test.test_plistlib.TestPlistlib.test_dump_aware_datetime)\nPASS: test_dump_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_aware_datetime_without_aware_datetime_option)\nPASS: test_dump_invalid_format (test.test_plistlib.TestPlistlib.test_dump_invalid_format)\nPASS: test_dump_naive_datetime_with_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_naive_datetime_with_aware_datetime_option)\nPASS: test_dump_utc_aware_datetime (test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime)\nPASS: test_dump_utc_aware_datetime_without_aware_datetime_option (test.test_plistlib.TestPlistlib.test_dump_utc_aware_datetime_without_aware_datetime_option)\nPASS: test_indentation_array (test.test_plistlib.TestPlistlib.test_indentation_array)\nPASS: test_indentation_dict (test.test_plistlib.TestPlistlib.test_indentation_dict)\nPASS: test_indentation_dict_mix (test.test_plistlib.TestPlistlib.test_indentation_dict_mix)\nPASS: test_int (test.test_plistlib.TestPlistlib.test_int)\nPASS: test_integer_notations (test.test_plistlib.TestPlistlib.test_integer_notations)\nPASS: test_invalid_type (test.test_plistlib.TestPlistlib.test_invalid_type)\nPASS: test_invalid_uid (test.test_plistlib.TestPlistlib.test_invalid_uid)\nPASS: test_invalidarray (test.test_plistlib.TestPlistlib.test_invalidarray)\nPASS: test_invaliddict (test.test_plistlib.TestPlistlib.test_invaliddict)\nPASS: test_invalidinteger (test.test_plistlib.TestPlistlib.test_invalidinteger)\nPASS: test_invalidreal (test.test_plistlib.TestPlistlib.test_invalidreal)\nPASS: test_io (test.test_plistlib.TestPlistlib.test_io)\nPASS: test_keys_no_string (test.test_plistlib.TestPlistlib.test_keys_no_string)\nPASS: test_keysort (test.test_plistlib.TestPlistlib.test_keysort)\nPASS: test_keysort_bytesio (test.test_plistlib.TestPlistlib.test_keysort_bytesio)\nPASS: test_list_members (test.test_plistlib.TestPlistlib.test_list_members)\nPASS: test_load_aware_datetime (test.test_plistlib.TestPlistlib.test_load_aware_datetime)\nPASS: test_load_invalid_file (test.test_plistlib.TestPlistlib.test_load_invalid_file)\nPASS: test_loads_str_with_binary_fmt (test.test_plistlib.TestPlistlib.test_loads_str_with_binary_fmt)\nPASS: test_loads_str_with_xml_fmt (test.test_plistlib.TestPlistlib.test_loads_str_with_xml_fmt)\nPASS: test_lone_surrogates (test.test_plistlib.TestPlistlib.test_lone_surrogates)\nPASS: test_modified_uid_huge (test.test_plistlib.TestPlistlib.test_modified_uid_huge)\nPASS: test_modified_uid_negative (test.test_plistlib.TestPlistlib.test_modified_uid_negative)\nPASS: test_non_bmp_characters (test.test_plistlib.TestPlistlib.test_non_bmp_characters)\nPASS: test_nondictroot (test.test_plistlib.TestPlistlib.test_nondictroot)\nPASS: test_skipkeys (test.test_plistlib.TestPlistlib.test_skipkeys)\nPASS: test_tuple_members (test.test_plistlib.TestPlistlib.test_tuple_members)\nPASS: test_uid (test.test_plistlib.TestPlistlib.test_uid)\nPASS: test_uid_copy (test.test_plistlib.TestPlistlib.test_uid_copy)\nPASS: test_uid_data (test.test_plistlib.TestPlistlib.test_uid_data)\nPASS: test_uid_eq (test.test_plistlib.TestPlistlib.test_uid_eq)\nPASS: test_uid_hash (test.test_plistlib.TestPlistlib.test_uid_hash)\nPASS: test_uid_index (test.test_plistlib.TestPlistlib.test_uid_index)\nPASS: test_uid_pickle (test.test_plistlib.TestPlistlib.test_uid_pickle)\nPASS: test_uid_repr (test.test_plistlib.TestPlistlib.test_uid_repr)\nPASS: test_xml_encodings (test.test_plistlib.TestPlistlib.test_xml_encodings)\nPASS: test_xml_plist_with_entity_decl (test.test_plistlib.TestPlistlib.test_xml_plist_with_entity_decl)\nSKIP: test_lint_status (test.test_plistlib.TestPlutil.test_lint_status) 'plutil utility is for Mac os'\nSKIP: test_octal_and_hex (test.test_plistlib.TestPlutil.test_octal_and_hex) 'plutil utility is for Mac os'\n\n----------------------------------------------------------------------\nRan 68 tests in 0.067s\n\nOK (skipped=2)\n0:01:56 load avg: 1.49 [310/480] test_popen passed\nPASS: test_contextmanager (test.test_popen.PopenTest.test_contextmanager)\nPASS: test_iterating (test.test_popen.PopenTest.test_iterating)\nPASS: test_keywords (test.test_popen.PopenTest.test_keywords)\nPASS: test_popen (test.test_popen.PopenTest.test_popen)\nPASS: test_return_code (test.test_popen.PopenTest.test_return_code)\n\n----------------------------------------------------------------------\nRan 5 tests in 0.034s\n\nOK\n0:01:56 load avg: 1.49 [311/480] test_positional_only_arg passed\nPASS: test_annotations_constant_fold (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_constant_fold)\nPASS: test_annotations_in_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_in_closures)\nPASS: test_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_async)\nPASS: test_change_default_pos_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_change_default_pos_only)\nPASS: test_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_closures)\nPASS: test_generator (test.test_positional_only_arg.PositionalOnlyTestCase.test_generator)\nPASS: test_invalid_syntax_errors (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors)\nPASS: test_invalid_syntax_errors_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors_async)\nPASS: test_invalid_syntax_lambda (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_lambda)\nPASS: test_lambdas (test.test_positional_only_arg.PositionalOnlyTestCase.test_lambdas)\nPASS: test_mangling (test.test_positional_only_arg.PositionalOnlyTestCase.test_mangling)\nPASS: test_module_function (test.test_positional_only_arg.PositionalOnlyTestCase.test_module_function)\nPASS: test_no_standard_args_usage (test.test_positional_only_arg.PositionalOnlyTestCase.test_no_standard_args_usage)\nPASS: test_optional_positional_only_args (test.test_positional_only_arg.PositionalOnlyTestCase.test_optional_positional_only_args)\nPASS: test_pos_only_call_via_unpacking (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_call_via_unpacking)\nPASS: test_pos_only_definition (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_definition)\nPASS: test_positional_only_and_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_arg_invalid_calls)\nPASS: test_positional_only_and_kwonlyargs_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_kwonlyargs_invalid_calls)\nPASS: test_positional_only_and_optional_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_optional_arg_invalid_calls)\nPASS: test_positional_only_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_invalid_calls)\nPASS: test_positional_only_with_optional_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_with_optional_invalid_calls)\nPASS: test_posonly_methods (test.test_positional_only_arg.PositionalOnlyTestCase.test_posonly_methods)\nPASS: test_same_keyword_as_positional_with_kwargs (test.test_positional_only_arg.PositionalOnlyTestCase.test_same_keyword_as_positional_with_kwargs)\nPASS: test_serialization (test.test_positional_only_arg.PositionalOnlyTestCase.test_serialization)\nPASS: test_super (test.test_positional_only_arg.PositionalOnlyTestCase.test_super)\nPASS: test_syntax_for_many_positional_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_syntax_for_many_positional_only)\nPASS: test_too_many_arguments (test.test_positional_only_arg.PositionalOnlyTestCase.test_too_many_arguments)\nPASS: test_use_positional_as_keyword (test.test_positional_only_arg.PositionalOnlyTestCase.test_use_positional_as_keyword)\n\n----------------------------------------------------------------------\nRan 28 tests in 0.004s\n\nOK\n0:01:57 load avg: 1.45 [312/480] test_poll passed\nPASS: test_poll1 (test.test_poll.PollTests.test_poll1)\nSKIP: test_poll2 (test.test_poll.PollTests.test_poll2) \"resource 'walltime' is not enabled\"\nPASS: test_poll3 (test.test_poll.PollTests.test_poll3)\nPASS: test_poll_blocks_with_negative_ms (test.test_poll.PollTests.test_poll_blocks_with_negative_ms)\nPASS: test_poll_c_limits (test.test_poll.PollTests.test_poll_c_limits)\nPASS: test_poll_unit_tests (test.test_poll.PollTests.test_poll_unit_tests)\nPASS: test_threaded_poll (test.test_poll.PollTests.test_threaded_poll)\n\n----------------------------------------------------------------------\nRan 7 tests in 1.105s\n\nOK (skipped=1)\n0:01:57 load avg: 1.45 [313/480] test_posix passed\nPASS: test_unshare_setns (test.test_posix.NamespacesTests.test_unshare_setns)\nPASS: test_initgroups (test.test_posix.PosixGroupsTester.test_initgroups)\nPASS: test_setgroups (test.test_posix.PosixGroupsTester.test_setgroups)\nPASS: testNoArgFunctions (test.test_posix.PosixTester.testNoArgFunctions)\nPASS: test_access (test.test_posix.PosixTester.test_access)\nPASS: test_chdir (test.test_posix.PosixTester.test_chdir)\nSKIP: test_chflags (test.test_posix.PosixTester.test_chflags) 'test needs os.chflags()'\nPASS: test_chmod_dir (test.test_posix.PosixTester.test_chmod_dir)\nPASS: test_chmod_dir_symlink (test.test_posix.PosixTester.test_chmod_dir_symlink)\nPASS: test_chmod_file (test.test_posix.PosixTester.test_chmod_file)\nPASS: test_chmod_file_symlink (test.test_posix.PosixTester.test_chmod_file_symlink)\nPASS: test_chown (test.test_posix.PosixTester.test_chown)\nPASS: test_cld_xxxx_constants (test.test_posix.PosixTester.test_cld_xxxx_constants)\nPASS: test_confstr (test.test_posix.PosixTester.test_confstr)\nPASS: test_dup (test.test_posix.PosixTester.test_dup)\nPASS: test_dup2 (test.test_posix.PosixTester.test_dup2)\nPASS: test_environ (test.test_posix.PosixTester.test_environ)\nPASS: test_fchmod_file (test.test_posix.PosixTester.test_fchmod_file)\nPASS: test_fchown (test.test_posix.PosixTester.test_fchown)\nPASS: test_fexecve (test.test_posix.PosixTester.test_fexecve)\nPASS: test_fs_holes (test.test_posix.PosixTester.test_fs_holes)\nPASS: test_fstat (test.test_posix.PosixTester.test_fstat)\nPASS: test_fstatvfs (test.test_posix.PosixTester.test_fstatvfs)\nPASS: test_ftruncate (test.test_posix.PosixTester.test_ftruncate)\nPASS: test_get_and_set_scheduler_and_param (test.test_posix.PosixTester.test_get_and_set_scheduler_and_param)\nPASS: test_getcwd_long_pathnames (test.test_posix.PosixTester.test_getcwd_long_pathnames)\nPASS: test_getgrouplist (test.test_posix.PosixTester.test_getgrouplist)\nPASS: test_getgroups (test.test_posix.PosixTester.test_getgroups)\nPASS: test_getresgid (test.test_posix.PosixTester.test_getresgid)\nPASS: test_getresuid (test.test_posix.PosixTester.test_getresuid)\nPASS: test_initgroups (test.test_posix.PosixTester.test_initgroups)\nSKIP: test_lchflags_regular_file (test.test_posix.PosixTester.test_lchflags_regular_file) 'test needs os.lchflags()'\nSKIP: test_lchflags_symlink (test.test_posix.PosixTester.test_lchflags_symlink) 'test needs os.lchflags()'\nSKIP: test_lchmod_dir (test.test_posix.PosixTester.test_lchmod_dir) 'test needs os.lchmod()'\nSKIP: test_lchmod_dir_symlink (test.test_posix.PosixTester.test_lchmod_dir_symlink) 'test needs os.lchmod()'\nSKIP: test_lchmod_file (test.test_posix.PosixTester.test_lchmod_file) 'test needs os.lchmod()'\nSKIP: test_lchmod_file_symlink (test.test_posix.PosixTester.test_lchmod_file_symlink) 'test needs os.lchmod()'\nPASS: test_lchown (test.test_posix.PosixTester.test_lchown)\nPASS: test_listdir (test.test_posix.PosixTester.test_listdir)\nPASS: test_listdir_bytes (test.test_posix.PosixTester.test_listdir_bytes)\nPASS: test_listdir_bytes_like (test.test_posix.PosixTester.test_listdir_bytes_like)\nPASS: test_listdir_default (test.test_posix.PosixTester.test_listdir_default)\nPASS: test_listdir_fd (test.test_posix.PosixTester.test_listdir_fd)\nPASS: test_lockf (test.test_posix.PosixTester.test_lockf)\nPASS: test_makedev (test.test_posix.PosixTester.test_makedev)\nPASS: test_mkfifo (test.test_posix.PosixTester.test_mkfifo)\nPASS: test_mknod (test.test_posix.PosixTester.test_mknod)\nPASS: test_oscloexec (test.test_posix.PosixTester.test_oscloexec)\nSKIP: test_osexlock (test.test_posix.PosixTester.test_osexlock) 'test needs posix.O_EXLOCK'\nSKIP: test_osshlock (test.test_posix.PosixTester.test_osshlock) 'test needs posix.O_SHLOCK'\ntest_path_error2 (test.test_posix.PosixTester.test_path_error2)\nPASS: Test functions that call path_error2(), providing two filenames in their exceptions.\nPASS: test_path_with_null_byte (test.test_posix.PosixTester.test_path_with_null_byte)\nPASS: test_path_with_null_character (test.test_posix.PosixTester.test_path_with_null_character)\nPASS: test_pidfd_open (test.test_posix.PosixTester.test_pidfd_open)\nPASS: test_pipe (test.test_posix.PosixTester.test_pipe)\nPASS: test_pipe2 (test.test_posix.PosixTester.test_pipe2)\nPASS: test_pipe2_c_limits (test.test_posix.PosixTester.test_pipe2_c_limits)\nPASS: test_posix_fadvise (test.test_posix.PosixTester.test_posix_fadvise)\nPASS: test_posix_fadvise_errno (test.test_posix.PosixTester.test_posix_fadvise_errno)\nPASS: test_posix_fallocate (test.test_posix.PosixTester.test_posix_fallocate)\nPASS: test_posix_fallocate_errno (test.test_posix.PosixTester.test_posix_fallocate_errno)\nPASS: test_pread (test.test_posix.PosixTester.test_pread)\nPASS: test_preadv (test.test_posix.PosixTester.test_preadv)\nPASS: test_preadv_flags (test.test_posix.PosixTester.test_preadv_flags)\nSKIP: test_preadv_overflow_32bits (test.test_posix.PosixTester.test_preadv_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_putenv (test.test_posix.PosixTester.test_putenv)\nPASS: test_pwrite (test.test_posix.PosixTester.test_pwrite)\nPASS: test_pwritev (test.test_posix.PosixTester.test_pwritev)\nSKIP: test_pwritev_flags (test.test_posix.PosixTester.test_pwritev_flags) 'test needs os.RWF_SYNC'\nSKIP: test_pwritev_overflow_32bits (test.test_posix.PosixTester.test_pwritev_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_readv (test.test_posix.PosixTester.test_readv)\nSKIP: test_readv_overflow_32bits (test.test_posix.PosixTester.test_readv_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_register_at_fork (test.test_posix.PosixTester.test_register_at_fork)\nPASS: test_rtld_constants (test.test_posix.PosixTester.test_rtld_constants)\nPASS: test_sched_getaffinity (test.test_posix.PosixTester.test_sched_getaffinity)\nPASS: test_sched_param (test.test_posix.PosixTester.test_sched_param)\nPASS: test_sched_priority (test.test_posix.PosixTester.test_sched_priority)\nPASS: test_sched_rr_get_interval (test.test_posix.PosixTester.test_sched_rr_get_interval)\nPASS: test_sched_setaffinity (test.test_posix.PosixTester.test_sched_setaffinity)\nPASS: test_sched_yield (test.test_posix.PosixTester.test_sched_yield)\nPASS: test_setresgid (test.test_posix.PosixTester.test_setresgid)\nPASS: test_setresgid_exception (test.test_posix.PosixTester.test_setresgid_exception)\nPASS: test_setresuid (test.test_posix.PosixTester.test_setresuid)\nPASS: test_setresuid_exception (test.test_posix.PosixTester.test_setresuid_exception)\nPASS: test_stat (test.test_posix.PosixTester.test_stat)\nPASS: test_statvfs (test.test_posix.PosixTester.test_statvfs)\nPASS: test_strerror (test.test_posix.PosixTester.test_strerror)\nPASS: test_sysconf (test.test_posix.PosixTester.test_sysconf)\nPASS: test_truncate (test.test_posix.PosixTester.test_truncate)\nPASS: test_umask (test.test_posix.PosixTester.test_umask)\nPASS: test_utime (test.test_posix.PosixTester.test_utime)\nPASS: test_utime_nofollow_symlinks (test.test_posix.PosixTester.test_utime_nofollow_symlinks)\nPASS: test_utime_with_fd (test.test_posix.PosixTester.test_utime_with_fd)\nPASS: test_waitid (test.test_posix.PosixTester.test_waitid)\nPASS: test_writev (test.test_posix.PosixTester.test_writev)\nSKIP: test_writev_overflow_32bits (test.test_posix.PosixTester.test_writev_overflow_32bits) 'test is only meaningful on 32-bit builds'\nPASS: test_access_dir_fd (test.test_posix.TestPosixDirFd.test_access_dir_fd)\nPASS: test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd)\nPASS: test_chown_dir_fd (test.test_posix.TestPosixDirFd.test_chown_dir_fd)\nPASS: test_link_dir_fd (test.test_posix.TestPosixDirFd.test_link_dir_fd)\nPASS: test_mkdir_dir_fd (test.test_posix.TestPosixDirFd.test_mkdir_dir_fd)\nPASS: test_mkfifo_dir_fd (test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd)\nPASS: test_mknod_dir_fd (test.test_posix.TestPosixDirFd.test_mknod_dir_fd)\nPASS: test_open_dir_fd (test.test_posix.TestPosixDirFd.test_open_dir_fd)\nPASS: test_readlink_dir_fd (test.test_posix.TestPosixDirFd.test_readlink_dir_fd)\nPASS: test_rename_dir_fd (test.test_posix.TestPosixDirFd.test_rename_dir_fd)\nPASS: test_stat_dir_fd (test.test_posix.TestPosixDirFd.test_stat_dir_fd)\nPASS: test_symlink_dir_fd (test.test_posix.TestPosixDirFd.test_symlink_dir_fd)\nPASS: test_unlink_dir_fd (test.test_posix.TestPosixDirFd.test_unlink_dir_fd)\nPASS: test_utime_dir_fd (test.test_posix.TestPosixDirFd.test_utime_dir_fd)\nPASS: test_bad_file_actions (test.test_posix.TestPosixSpawn.test_bad_file_actions)\nPASS: test_close_file (test.test_posix.TestPosixSpawn.test_close_file)\nPASS: test_dup2 (test.test_posix.TestPosixSpawn.test_dup2)\nPASS: test_empty_file_actions (test.test_posix.TestPosixSpawn.test_empty_file_actions)\nPASS: test_multiple_file_actions (test.test_posix.TestPosixSpawn.test_multiple_file_actions)\nPASS: test_no_such_executable (test.test_posix.TestPosixSpawn.test_no_such_executable)\nPASS: test_none_file_actions (test.test_posix.TestPosixSpawn.test_none_file_actions)\nPASS: test_open_file (test.test_posix.TestPosixSpawn.test_open_file)\nPASS: test_resetids (test.test_posix.TestPosixSpawn.test_resetids)\nPASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawn.test_resetids_explicit_default)\nPASS: test_returns_pid (test.test_posix.TestPosixSpawn.test_returns_pid)\nPASS: test_setpgroup (test.test_posix.TestPosixSpawn.test_setpgroup)\nPASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn.test_setpgroup_wrong_type)\nPASS: test_setscheduler_only_param (test.test_posix.TestPosixSpawn.test_setscheduler_only_param)\nPASS: test_setscheduler_with_policy (test.test_posix.TestPosixSpawn.test_setscheduler_with_policy)\nPASS: test_setsid (test.test_posix.TestPosixSpawn.test_setsid)\nPASS: test_setsigdef (test.test_posix.TestPosixSpawn.test_setsigdef)\nPASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn.test_setsigdef_wrong_type)\nPASS: test_setsigmask (test.test_posix.TestPosixSpawn.test_setsigmask)\nPASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn.test_setsigmask_wrong_type)\nPASS: test_specify_environment (test.test_posix.TestPosixSpawn.test_specify_environment)\nPASS: test_bad_file_actions (test.test_posix.TestPosixSpawnP.test_bad_file_actions)\nPASS: test_close_file (test.test_posix.TestPosixSpawnP.test_close_file)\nPASS: test_dup2 (test.test_posix.TestPosixSpawnP.test_dup2)\nPASS: test_empty_file_actions (test.test_posix.TestPosixSpawnP.test_empty_file_actions)\nPASS: test_multiple_file_actions (test.test_posix.TestPosixSpawnP.test_multiple_file_actions)\nPASS: test_no_such_executable (test.test_posix.TestPosixSpawnP.test_no_such_executable)\nPASS: test_none_file_actions (test.test_posix.TestPosixSpawnP.test_none_file_actions)\nPASS: test_open_file (test.test_posix.TestPosixSpawnP.test_open_file)\nPASS: test_posix_spawnp (test.test_posix.TestPosixSpawnP.test_posix_spawnp)\nPASS: test_resetids (test.test_posix.TestPosixSpawnP.test_resetids)\nPASS: test_resetids_explicit_default (test.test_posix.TestPosixSpawnP.test_resetids_explicit_default)\nPASS: test_returns_pid (test.test_posix.TestPosixSpawnP.test_returns_pid)\nPASS: test_setpgroup (test.test_posix.TestPosixSpawnP.test_setpgroup)\nPASS: test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP.test_setpgroup_wrong_type)\nPASS: test_setscheduler_only_param (test.test_posix.TestPosixSpawnP.test_setscheduler_only_param)\nPASS: test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP.test_setscheduler_with_policy)\nPASS: test_setsid (test.test_posix.TestPosixSpawnP.test_setsid)\nPASS: test_setsigdef (test.test_posix.TestPosixSpawnP.test_setsigdef)\nPASS: test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigdef_wrong_type)\nPASS: test_setsigmask (test.test_posix.TestPosixSpawnP.test_setsigmask)\nPASS: test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigmask_wrong_type)\nPASS: test_specify_environment (test.test_posix.TestPosixSpawnP.test_specify_environment)\nSKIP: test_access (test.test_posix.TestPosixWeaklinking.test_access) 'test weak linking on macOS'\nSKIP: test_chmod (test.test_posix.TestPosixWeaklinking.test_chmod) 'test weak linking on macOS'\nSKIP: test_chown (test.test_posix.TestPosixWeaklinking.test_chown) 'test weak linking on macOS'\nSKIP: test_link (test.test_posix.TestPosixWeaklinking.test_link) 'test weak linking on macOS'\nSKIP: test_listdir_scandir (test.test_posix.TestPosixWeaklinking.test_listdir_scandir) 'test weak linking on macOS'\nSKIP: test_mkdir (test.test_posix.TestPosixWeaklinking.test_mkdir) 'test weak linking on macOS'\nSKIP: test_mkfifo (test.test_posix.TestPosixWeaklinking.test_mkfifo) 'test weak linking on macOS'\nSKIP: test_mknod (test.test_posix.TestPosixWeaklinking.test_mknod) 'test weak linking on macOS'\nSKIP: test_open (test.test_posix.TestPosixWeaklinking.test_open) 'test weak linking on macOS'\nSKIP: test_ptsname_r (test.test_posix.TestPosixWeaklinking.test_ptsname_r) 'test weak linking on macOS'\nSKIP: test_pwritev (test.test_posix.TestPosixWeaklinking.test_pwritev) 'test weak linking on macOS'\nSKIP: test_readlink (test.test_posix.TestPosixWeaklinking.test_readlink) 'test weak linking on macOS'\nSKIP: test_rename_replace (test.test_posix.TestPosixWeaklinking.test_rename_replace) 'test weak linking on macOS'\nSKIP: test_stat (test.test_posix.TestPosixWeaklinking.test_stat) 'test weak linking on macOS'\nSKIP: test_symlink (test.test_posix.TestPosixWeaklinking.test_symlink) 'test weak linking on macOS'\nSKIP: test_unlink_rmdir (test.test_posix.TestPosixWeaklinking.test_unlink_rmdir) 'test weak linking on macOS'\nSKIP: test_utime (test.test_posix.TestPosixWeaklinking.test_utime) 'test weak linking on macOS'\n\n----------------------------------------------------------------------\nRan 170 tests in 0.883s\n\nOK (skipped=31)\n0:01:57 load avg: 1.45 [314/480] test_posixpath passed\nPASS: test_path_abspath (test.test_posixpath.PathLikeTests.test_path_abspath)\nPASS: test_path_basename (test.test_posixpath.PathLikeTests.test_path_basename)\nPASS: test_path_commonpath (test.test_posixpath.PathLikeTests.test_path_commonpath)\nPASS: test_path_dirname (test.test_posixpath.PathLikeTests.test_path_dirname)\nPASS: test_path_expanduser (test.test_posixpath.PathLikeTests.test_path_expanduser)\nPASS: test_path_expandvars (test.test_posixpath.PathLikeTests.test_path_expandvars)\nPASS: test_path_isabs (test.test_posixpath.PathLikeTests.test_path_isabs)\nPASS: test_path_islink (test.test_posixpath.PathLikeTests.test_path_islink)\nPASS: test_path_ismount (test.test_posixpath.PathLikeTests.test_path_ismount)\nPASS: test_path_join (test.test_posixpath.PathLikeTests.test_path_join)\nPASS: test_path_lexists (test.test_posixpath.PathLikeTests.test_path_lexists)\nPASS: test_path_normcase (test.test_posixpath.PathLikeTests.test_path_normcase)\nPASS: test_path_normpath (test.test_posixpath.PathLikeTests.test_path_normpath)\nPASS: test_path_realpath (test.test_posixpath.PathLikeTests.test_path_realpath)\nPASS: test_path_relpath (test.test_posixpath.PathLikeTests.test_path_relpath)\nPASS: test_path_split (test.test_posixpath.PathLikeTests.test_path_split)\nPASS: test_path_splitdrive (test.test_posixpath.PathLikeTests.test_path_splitdrive)\nPASS: test_path_splitext (test.test_posixpath.PathLikeTests.test_path_splitext)\nPASS: test_path_splitroot (test.test_posixpath.PathLikeTests.test_path_splitroot)\nPASS: test_abspath (test.test_posixpath.PosixCommonTest.test_abspath)\nPASS: test_abspath_issue3426 (test.test_posixpath.PosixCommonTest.test_abspath_issue3426)\nPASS: test_commonprefix (test.test_posixpath.PosixCommonTest.test_commonprefix)\nPASS: test_exists (test.test_posixpath.PosixCommonTest.test_exists)\nPASS: test_exists_bool (test.test_posixpath.PosixCommonTest.test_exists_bool)\nPASS: test_exists_fd (test.test_posixpath.PosixCommonTest.test_exists_fd)\nPASS: test_expandvars (test.test_posixpath.PosixCommonTest.test_expandvars)\nPASS: test_expandvars_nonascii (test.test_posixpath.PosixCommonTest.test_expandvars_nonascii)\nPASS: test_filetime (test.test_posixpath.PosixCommonTest.test_filetime)\nPASS: test_getsize (test.test_posixpath.PosixCommonTest.test_getsize)\nPASS: test_import (test.test_posixpath.PosixCommonTest.test_import)\nPASS: test_isdir (test.test_posixpath.PosixCommonTest.test_isdir)\nPASS: test_isfile (test.test_posixpath.PosixCommonTest.test_isfile)\nPASS: test_join_errors (test.test_posixpath.PosixCommonTest.test_join_errors)\nPASS: test_no_argument (test.test_posixpath.PosixCommonTest.test_no_argument)\nPASS: test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath)\nPASS: test_normcase (test.test_posixpath.PosixCommonTest.test_normcase)\nPASS: test_normpath_issue106242 (test.test_posixpath.PosixCommonTest.test_normpath_issue106242)\nPASS: test_normpath_issue5827 (test.test_posixpath.PosixCommonTest.test_normpath_issue5827)\nPASS: test_realpath (test.test_posixpath.PosixCommonTest.test_realpath)\nPASS: test_relpath_errors (test.test_posixpath.PosixCommonTest.test_relpath_errors)\nPASS: test_samefile (test.test_posixpath.PosixCommonTest.test_samefile)\nPASS: test_samefile_on_link (test.test_posixpath.PosixCommonTest.test_samefile_on_link)\nPASS: test_samefile_on_symlink (test.test_posixpath.PosixCommonTest.test_samefile_on_symlink)\nPASS: test_sameopenfile (test.test_posixpath.PosixCommonTest.test_sameopenfile)\nPASS: test_samestat (test.test_posixpath.PosixCommonTest.test_samestat)\nPASS: test_samestat_on_link (test.test_posixpath.PosixCommonTest.test_samestat_on_link)\nPASS: test_samestat_on_symlink (test.test_posixpath.PosixCommonTest.test_samestat_on_symlink)\nPASS: test_splitdrive (test.test_posixpath.PosixCommonTest.test_splitdrive)\nPASS: test_basename (test.test_posixpath.PosixPathTest.test_basename)\nPASS: test_commonpath (test.test_posixpath.PosixPathTest.test_commonpath)\nPASS: test_dirname (test.test_posixpath.PosixPathTest.test_dirname)\nPASS: test_expanduser (test.test_posixpath.PosixPathTest.test_expanduser)\nPASS: test_expanduser_home_envvar (test.test_posixpath.PosixPathTest.test_expanduser_home_envvar)\nPASS: test_expanduser_pwd (test.test_posixpath.PosixPathTest.test_expanduser_pwd)\nPASS: test_expanduser_pwd2 (test.test_posixpath.PosixPathTest.test_expanduser_pwd2)\nPASS: test_fast_paths_in_use (test.test_posixpath.PosixPathTest.test_fast_paths_in_use)\nPASS: test_isabs (test.test_posixpath.PosixPathTest.test_isabs)\nPASS: test_isjunction (test.test_posixpath.PosixPathTest.test_isjunction)\nPASS: test_islink (test.test_posixpath.PosixPathTest.test_islink)\nPASS: test_islink_invalid_paths (test.test_posixpath.PosixPathTest.test_islink_invalid_paths)\nPASS: test_ismount (test.test_posixpath.PosixPathTest.test_ismount)\nPASS: test_ismount_different_device (test.test_posixpath.PosixPathTest.test_ismount_different_device)\nPASS: test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable)\nPASS: test_ismount_invalid_paths (test.test_posixpath.PosixPathTest.test_ismount_invalid_paths)\nPASS: test_ismount_non_existent (test.test_posixpath.PosixPathTest.test_ismount_non_existent)\nPASS: test_ismount_symlinks (test.test_posixpath.PosixPathTest.test_ismount_symlinks)\nPASS: test_join (test.test_posixpath.PosixPathTest.test_join)\nPASS: test_normpath (test.test_posixpath.PosixPathTest.test_normpath)\nPASS: test_realpath_basic (test.test_posixpath.PosixPathTest.test_realpath_basic)\nPASS: test_realpath_curdir (test.test_posixpath.PosixPathTest.test_realpath_curdir)\nPASS: test_realpath_deep_recursion (test.test_posixpath.PosixPathTest.test_realpath_deep_recursion)\nPASS: test_realpath_invalid_paths (test.test_posixpath.PosixPathTest.test_realpath_invalid_paths)\nPASS: test_realpath_missing_pardir (test.test_posixpath.PosixPathTest.test_realpath_missing_pardir)\nPASS: test_realpath_nonterminal_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_file)\nPASS: test_realpath_nonterminal_symlink_to_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_file)\nPASS: test_realpath_nonterminal_symlink_to_symlinks_to_file (test.test_posixpath.PosixPathTest.test_realpath_nonterminal_symlink_to_symlinks_to_file)\nPASS: test_realpath_pardir (test.test_posixpath.PosixPathTest.test_realpath_pardir)\nPASS: test_realpath_relative (test.test_posixpath.PosixPathTest.test_realpath_relative)\nPASS: test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks)\nPASS: test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing)\nPASS: test_realpath_resolve_first (test.test_posixpath.PosixPathTest.test_realpath_resolve_first)\nPASS: test_realpath_resolve_parents (test.test_posixpath.PosixPathTest.test_realpath_resolve_parents)\nPASS: test_realpath_strict (test.test_posixpath.PosixPathTest.test_realpath_strict)\nPASS: test_realpath_symlink_loops (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops)\nPASS: test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict)\nSKIP: test_realpath_unreadable_directory (test.test_posixpath.PosixPathTest.test_realpath_unreadable_directory) 'Cannot block permissions'\nSKIP: test_realpath_unreadable_symlink (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink) \"Can't set symlink permissions\"\nSKIP: test_realpath_unreadable_symlink_strict (test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink_strict) \"Can't set symlink permissions\"\nPASS: test_relpath (test.test_posixpath.PosixPathTest.test_relpath)\nPASS: test_relpath_bytes (test.test_posixpath.PosixPathTest.test_relpath_bytes)\nPASS: test_split (test.test_posixpath.PosixPathTest.test_split)\nPASS: test_splitext (test.test_posixpath.PosixPathTest.test_splitext)\nPASS: test_splitroot (test.test_posixpath.PosixPathTest.test_splitroot)\n\n----------------------------------------------------------------------\nRan 93 tests in 0.034s\n\nOK (skipped=3)\n0:01:57 load avg: 1.45 [315/480] test_pprint passed\nPASS: test_basic (test.test_pprint.QueryTestCase.test_basic)\nPASS: test_basic_line_wrap (test.test_pprint.QueryTestCase.test_basic_line_wrap)\nPASS: test_bytearray_wrap (test.test_pprint.QueryTestCase.test_bytearray_wrap)\nPASS: test_bytes_wrap (test.test_pprint.QueryTestCase.test_bytes_wrap)\nPASS: test_chainmap (test.test_pprint.QueryTestCase.test_chainmap)\nPASS: test_compact (test.test_pprint.QueryTestCase.test_compact)\nPASS: test_compact_width (test.test_pprint.QueryTestCase.test_compact_width)\nPASS: test_container_repr_override_called (test.test_pprint.QueryTestCase.test_container_repr_override_called)\nPASS: test_counter (test.test_pprint.QueryTestCase.test_counter)\nPASS: test_cyclic_dataclass (test.test_pprint.QueryTestCase.test_cyclic_dataclass)\nPASS: test_dataclass_no_repr (test.test_pprint.QueryTestCase.test_dataclass_no_repr)\nPASS: test_dataclass_with_repr (test.test_pprint.QueryTestCase.test_dataclass_with_repr)\nPASS: test_default_dict (test.test_pprint.QueryTestCase.test_default_dict)\nPASS: test_depth (test.test_pprint.QueryTestCase.test_depth)\nPASS: test_deque (test.test_pprint.QueryTestCase.test_deque)\nPASS: test_empty_dataclass (test.test_pprint.QueryTestCase.test_empty_dataclass)\nPASS: test_empty_simple_namespace (test.test_pprint.QueryTestCase.test_empty_simple_namespace)\nPASS: test_init (test.test_pprint.QueryTestCase.test_init)\nPASS: test_integer (test.test_pprint.QueryTestCase.test_integer)\nPASS: test_knotted (test.test_pprint.QueryTestCase.test_knotted)\nPASS: test_larger_dataclass (test.test_pprint.QueryTestCase.test_larger_dataclass)\nPASS: test_mapping_proxy (test.test_pprint.QueryTestCase.test_mapping_proxy)\nPASS: test_nested_indentations (test.test_pprint.QueryTestCase.test_nested_indentations)\nPASS: test_ordered_dict (test.test_pprint.QueryTestCase.test_ordered_dict)\nPASS: test_recursive_dataclass (test.test_pprint.QueryTestCase.test_recursive_dataclass)\nPASS: test_same_as_repr (test.test_pprint.QueryTestCase.test_same_as_repr)\nPASS: test_set_of_sets_reprs (test.test_pprint.QueryTestCase.test_set_of_sets_reprs)\nPASS: test_set_reprs (test.test_pprint.QueryTestCase.test_set_reprs)\nPASS: test_simple_namespace (test.test_pprint.QueryTestCase.test_simple_namespace)\nPASS: test_simple_namespace_subclass (test.test_pprint.QueryTestCase.test_simple_namespace_subclass)\nPASS: test_small_dataclass (test.test_pprint.QueryTestCase.test_small_dataclass)\nPASS: test_small_simple_namespace (test.test_pprint.QueryTestCase.test_small_simple_namespace)\nPASS: test_sort_dict (test.test_pprint.QueryTestCase.test_sort_dict)\nPASS: test_sort_orderable_and_unorderable_values (test.test_pprint.QueryTestCase.test_sort_orderable_and_unorderable_values)\nPASS: test_sort_unorderable_values (test.test_pprint.QueryTestCase.test_sort_unorderable_values)\nPASS: test_sorted_dict (test.test_pprint.QueryTestCase.test_sorted_dict)\nPASS: test_stdout_is_None (test.test_pprint.QueryTestCase.test_stdout_is_None)\nPASS: test_str_wrap (test.test_pprint.QueryTestCase.test_str_wrap)\nPASS: test_subclassing (test.test_pprint.QueryTestCase.test_subclassing)\nPASS: test_unreadable (test.test_pprint.QueryTestCase.test_unreadable)\nPASS: test_user_dict (test.test_pprint.QueryTestCase.test_user_dict)\nPASS: test_user_list (test.test_pprint.QueryTestCase.test_user_list)\nPASS: test_user_string (test.test_pprint.QueryTestCase.test_user_string)\nPASS: test_width (test.test_pprint.QueryTestCase.test_width)\n\n----------------------------------------------------------------------\nRan 44 tests in 0.032s\n\nOK\n0:01:57 load avg: 1.45 [316/480] test_print passed\nPASS: test_gh130163 (test.test_print.TestPrint.test_gh130163)\nPASS: test_print (test.test_print.TestPrint.test_print)\nPASS: test_print_flush (test.test_print.TestPrint.test_print_flush)\nPASS: test_normal_string (test.test_print.TestPy2MigrationHint.test_normal_string)\nPASS: test_stream_redirection_hint_for_py2_migration (test.test_print.TestPy2MigrationHint.test_stream_redirection_hint_for_py2_migration)\nPASS: test_string_in_loop_on_same_line (test.test_print.TestPy2MigrationHint.test_string_in_loop_on_same_line)\nPASS: test_string_with_excessive_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_excessive_whitespace)\nPASS: test_string_with_leading_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_leading_whitespace)\nPASS: test_string_with_semicolon (test.test_print.TestPy2MigrationHint.test_string_with_semicolon)\nPASS: test_string_with_soft_space (test.test_print.TestPy2MigrationHint.test_string_with_soft_space)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.005s\n\nOK\n0:01:57 load avg: 1.45 [317/480] test_pow passed\nPASS: test_big_exp (test.test_pow.PowTest.test_big_exp)\nPASS: test_bug643260 (test.test_pow.PowTest.test_bug643260)\nPASS: test_bug705231 (test.test_pow.PowTest.test_bug705231)\nPASS: test_negative_exponent (test.test_pow.PowTest.test_negative_exponent)\nPASS: test_other (test.test_pow.PowTest.test_other)\nPASS: test_powfloat (test.test_pow.PowTest.test_powfloat)\nPASS: test_powint (test.test_pow.PowTest.test_powint)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.355s\n\nOK\n0:01:57 load avg: 1.45 [318/480] test_property passed\nPASS: test_docstring_copy (test.test_property.PropertySubclassTests.test_docstring_copy)\ntest_docstring_copy2 (test.test_property.PropertySubclassTests.test_docstring_copy2)\nPASS: Property tries to provide the best docstring it finds for its instances.\nPASS: test_issue41287 (test.test_property.PropertySubclassTests.test_issue41287)\nPASS: test_prefer_explicit_doc (test.test_property.PropertySubclassTests.test_prefer_explicit_doc)\nPASS: test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests.test_property_new_getter_new_docstring)\nPASS: test_property_no_doc_on_getter (test.test_property.PropertySubclassTests.test_property_no_doc_on_getter)\nPASS: test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests.test_property_setter_copies_getter_docstring)\nPASS: test_property_with_slots_and_doc_slot_docstring_present (test.test_property.PropertySubclassTests.test_property_with_slots_and_doc_slot_docstring_present)\nPASS: test_property_with_slots_docstring_silently_dropped (test.test_property.PropertySubclassTests.test_property_with_slots_docstring_silently_dropped)\nPASS: test_property_with_slots_no_docstring (test.test_property.PropertySubclassTests.test_property_with_slots_no_docstring)\nPASS: test_slots_docstring_copy_exception (test.test_property.PropertySubclassTests.test_slots_docstring_copy_exception)\nSKIP: test_gh_115618 (test.test_property.PropertyTests.test_gh_115618) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_property___isabstractmethod__descriptor (test.test_property.PropertyTests.test_property___isabstractmethod__descriptor)\nPASS: test_property_builtin_doc_writable (test.test_property.PropertyTests.test_property_builtin_doc_writable)\nPASS: test_property_decorator_baseclass (test.test_property.PropertyTests.test_property_decorator_baseclass)\nPASS: test_property_decorator_baseclass_doc (test.test_property.PropertyTests.test_property_decorator_baseclass_doc)\nPASS: test_property_decorator_doc (test.test_property.PropertyTests.test_property_decorator_doc)\nPASS: test_property_decorator_doc_writable (test.test_property.PropertyTests.test_property_decorator_doc_writable)\nPASS: test_property_decorator_subclass (test.test_property.PropertyTests.test_property_decorator_subclass)\nPASS: test_property_decorator_subclass_doc (test.test_property.PropertyTests.test_property_decorator_subclass_doc)\nPASS: test_property_getter_doc_override (test.test_property.PropertyTests.test_property_getter_doc_override)\nPASS: test_property_name (test.test_property.PropertyTests.test_property_name)\nPASS: test_property_set_name_incorrect_args (test.test_property.PropertyTests.test_property_set_name_incorrect_args)\nPASS: test_property_setname_on_property_subclass (test.test_property.PropertyTests.test_property_setname_on_property_subclass)\nSKIP: test_refleaks_in___init__ (test.test_property.PropertyTests.test_refleaks_in___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\nPASS: test_del_property (test.test_property.PropertyUnreachableAttributeNoName.test_del_property)\nPASS: test_get_property (test.test_property.PropertyUnreachableAttributeNoName.test_get_property)\nPASS: test_set_property (test.test_property.PropertyUnreachableAttributeNoName.test_set_property)\nPASS: test_del_property (test.test_property.PropertyUnreachableAttributeWithName.test_del_property)\nPASS: test_get_property (test.test_property.PropertyUnreachableAttributeWithName.test_get_property)\nPASS: test_set_property (test.test_property.PropertyUnreachableAttributeWithName.test_set_property)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.002s\n\nOK (skipped=2)\n0:01:58 load avg: 1.45 [319/480] test_profile passed\nPASS: test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions)\nPASS: test_cprofile (test.test_profile.ProfileTest.test_cprofile)\nPASS: test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory)\nPASS: test_run (test.test_profile.ProfileTest.test_run)\nPASS: test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module)\nPASS: test_run_with_sort_by_values (test.test_profile.ProfileTest.test_run_with_sort_by_values)\nPASS: test_runctx (test.test_profile.ProfileTest.test_runctx)\n\n----------------------------------------------------------------------\nRan 7 tests in 0.195s\n\nOK\n0:01:58 load avg: 1.45 [320/480] test_pstats passed\nPASS: test_combine_results (test.test_pstats.AddCallersTestCase.test_combine_results)\nPASS: test_SortKey_enum (test.test_pstats.StatsTestCase.test_SortKey_enum)\nPASS: test_add (test.test_pstats.StatsTestCase.test_add)\nPASS: test_dump_and_load_works_correctly (test.test_pstats.StatsTestCase.test_dump_and_load_works_correctly)\nPASS: test_get_stats_profile (test.test_pstats.StatsTestCase.test_get_stats_profile)\nPASS: test_load_equivalent_to_init (test.test_pstats.StatsTestCase.test_load_equivalent_to_init)\nPASS: test_loading_wrong_types (test.test_pstats.StatsTestCase.test_loading_wrong_types)\nPASS: test_sort_starts_mix (test.test_pstats.StatsTestCase.test_sort_starts_mix)\nPASS: test_sort_stats_enum (test.test_pstats.StatsTestCase.test_sort_stats_enum)\nPASS: test_sort_stats_int (test.test_pstats.StatsTestCase.test_sort_stats_int)\nPASS: test_sort_stats_partial (test.test_pstats.StatsTestCase.test_sort_stats_partial)\nPASS: test_sort_stats_string (test.test_pstats.StatsTestCase.test_sort_stats_string)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.052s\n\nOK\n0:01:58 load avg: 1.45 [321/480] test_pulldom passed\ntest_comment (test.test_pulldom.PullDOMTestCase.test_comment)\nPullDOM does not receive \"comment\" events. ... expected failure\ntest_end_document (test.test_pulldom.PullDOMTestCase.test_end_document)\nPullDOM does not receive \"end-document\" events. ... expected failure\ntest_expandItem (test.test_pulldom.PullDOMTestCase.test_expandItem)\nPASS: Ensure expandItem works as expected.\nPASS: test_external_ges_default (test.test_pulldom.PullDOMTestCase.test_external_ges_default)\ntest_parse (test.test_pulldom.PullDOMTestCase.test_parse)\nPASS: Minimal test of DOMEventStream.parse()\ntest_parse_semantics (test.test_pulldom.PullDOMTestCase.test_parse_semantics)\nPASS: Test DOMEventStream parsing semantics.\ntestSAX2DOM (test.test_pulldom.SAX2DOMTestCase.testSAX2DOM)\nPASS: Ensure SAX2DOM expands nodes as expected.\ntest_basic (test.test_pulldom.SAX2DOMTestCase.test_basic)\nPASS: Ensure SAX2DOM can parse from a stream.\ntest_sax2dom_fail (test.test_pulldom.ThoroughTestCase.test_sax2dom_fail)\nSAX2DOM can\"t handle a PI before the root element. ... expected failure\ntest_thorough_parse (test.test_pulldom.ThoroughTestCase.test_thorough_parse)\nPASS: Test some of the hard-to-reach parts of PullDOM.\ntest_thorough_sax2dom (test.test_pulldom.ThoroughTestCase.test_thorough_sax2dom)\nPASS: Test some of the hard-to-reach parts of SAX2DOM.\n\n----------------------------------------------------------------------\nRan 11 tests in 0.024s\n\nOK (expected failures=3)\n0:01:58 load avg: 1.45 [322/480] test_pty passed\ntest_fork (test.test_pty.PtyTest.test_fork) ... calling pty.fork()\nWaiting for child (12363) to finish.\nIn child, calling os.setsid()\nGood: OSError was raised.\nChild (12363) exited with code 4 (status 1024).\nok\ntest_master_read (test.test_pty.PtyTest.test_master_read) ... Calling pty.openpty()\nGot master_fd '3', slave_fd '4'\nClosing slave_fd\nReading from master_fd\nok\ntest_openpty (test.test_pty.PtyTest.test_openpty) ... Setting pty.STDIN_FILENO window size.\noriginal size: (row, col) = (0, 0)\ntarget size: (row, col) = (1, 1)\nCalling pty.openpty()\nGot master_fd=3, slave_fd=4, slave_name=None\nexpected failure\nPASS: test_spawn_doesnt_hang (test.test_pty.PtyTest.test_spawn_doesnt_hang)\ntest__copy_to_each (test.test_pty.SmallPtyTests.test__copy_to_each)\nPASS: Test the normal data case on both master_fd and stdin.\ntest__restore_tty_mode_normal_return (test.test_pty.SmallPtyTests.test__restore_tty_mode_normal_return)\nPASS: Test that spawn resets the tty mode no when _copy returns normally.\n\n----------------------------------------------------------------------\nRan 6 tests in 0.023s\n\nOK (expected failures=1)\n0:01:58 load avg: 1.45 [323/480] test_pwd passed\nPASS: test_errors (test.test_pwd.PwdTest.test_errors)\nPASS: test_values (test.test_pwd.PwdTest.test_values)\nPASS: test_values_extended (test.test_pwd.PwdTest.test_values_extended)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.001s\n\nOK\n0:01:58 load avg: 1.45 [324/480] test_py_compile passed\nPASS: test_bad_syntax (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax)\nPASS: test_bad_syntax_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax_with_quiet)\nPASS: test_file_not_exists (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists)\nPASS: test_file_not_exists_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists_with_quiet)\nPASS: test_stdin (test.test_py_compile.PyCompileCLITestCase.test_stdin)\nPASS: test_with_files (test.test_py_compile.PyCompileCLITestCase.test_with_files)\nPASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_absolute_path)\nPASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_bad_coding)\nPASS: test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cache_path)\nPASS: test_cwd (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cwd)\nPASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_nonregular_files)\nPASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_symlinks)\nPASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_double_dot_no_clobber)\nSKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_exceptions_propagate) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_invalidation_mode)\nPASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_optimization_path)\nPASS: test_quiet (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_quiet)\nPASS: test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_relative_path)\nPASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_source_date_epoch)\nPASS: test_absolute_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_absolute_path)\nPASS: test_bad_coding (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_bad_coding)\nPASS: test_cache_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cache_path)\nPASS: test_cwd (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cwd)\nPASS: test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_nonregular_files)\nPASS: test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_symlinks)\nPASS: test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_double_dot_no_clobber)\nSKIP: test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_exceptions_propagate) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_invalidation_mode (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_invalidation_mode)\nPASS: test_optimization_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_optimization_path)\nPASS: test_quiet (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_quiet)\nPASS: test_relative_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_relative_path)\nPASS: test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_source_date_epoch)\n\n----------------------------------------------------------------------\nRan 32 tests in 0.209s\n\nOK (skipped=2)\n0:01:58 load avg: 1.45 [325/480] test_pyexpat passed\nPASS: test1 (test.test_pyexpat.BufferTextTest.test1)\nPASS: test2 (test.test_pyexpat.BufferTextTest.test2)\nPASS: test3 (test.test_pyexpat.BufferTextTest.test3)\nPASS: test4 (test.test_pyexpat.BufferTextTest.test4)\nPASS: test5 (test.test_pyexpat.BufferTextTest.test5)\nPASS: test6 (test.test_pyexpat.BufferTextTest.test6)\nPASS: test7 (test.test_pyexpat.BufferTextTest.test7)\nPASS: test_buffering_enabled (test.test_pyexpat.BufferTextTest.test_buffering_enabled)\nPASS: test_default_to_disabled (test.test_pyexpat.BufferTextTest.test_default_to_disabled)\nPASS: test_1000_bytes (test.test_pyexpat.ChardataBufferTest.test_1000_bytes)\nPASS: test_1025_bytes (test.test_pyexpat.ChardataBufferTest.test_1025_bytes)\nPASS: test_change_size_1 (test.test_pyexpat.ChardataBufferTest.test_change_size_1)\nPASS: test_change_size_2 (test.test_pyexpat.ChardataBufferTest.test_change_size_2)\nPASS: test_disabling_buffer (test.test_pyexpat.ChardataBufferTest.test_disabling_buffer)\nPASS: test_unchanged_size (test.test_pyexpat.ChardataBufferTest.test_unchanged_size)\nPASS: test_wrong_size (test.test_pyexpat.ChardataBufferTest.test_wrong_size)\nPASS: test_codes (test.test_pyexpat.ErrorMessageTest.test_codes)\nPASS: test_expaterror (test.test_pyexpat.ErrorMessageTest.test_expaterror)\ntest_ignore_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests.test_ignore_use_foreign_dtd)\nPASS: If UseForeignDTD is passed True and a document with an external\ntest_use_foreign_dtd (test.test_pyexpat.ForeignDTDTests.test_use_foreign_dtd)\nPASS: If UseForeignDTD is passed True and a document without an external\nPASS: test_exception (test.test_pyexpat.HandlerExceptionTest.test_exception)\nPASS: test (test.test_pyexpat.InterningTest.test)\nPASS: test_issue9402 (test.test_pyexpat.InterningTest.test_issue9402)\nPASS: test1 (test.test_pyexpat.MalformedInputTest.test1)\nPASS: test2 (test.test_pyexpat.MalformedInputTest.test2)\nPASS: test_illegal (test.test_pyexpat.NamespaceSeparatorTest.test_illegal)\nPASS: test_legal (test.test_pyexpat.NamespaceSeparatorTest.test_legal)\nPASS: test_zero_length (test.test_pyexpat.NamespaceSeparatorTest.test_zero_length)\nPASS: test_parse_again (test.test_pyexpat.ParseTest.test_parse_again)\nPASS: test_parse_bytes (test.test_pyexpat.ParseTest.test_parse_bytes)\nPASS: test_parse_file (test.test_pyexpat.ParseTest.test_parse_file)\nPASS: test_parse_str (test.test_pyexpat.ParseTest.test_parse_str)\nPASS: test (test.test_pyexpat.PositionTest.test)\nPASS: test_getter_setter_round_trip (test.test_pyexpat.ReparseDeferralTest.test_getter_setter_round_trip)\nPASS: test_reparse_deferral_disabled (test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_disabled)\nPASS: test_reparse_deferral_enabled (test.test_pyexpat.ReparseDeferralTest.test_reparse_deferral_enabled)\nPASS: test_buffer_text (test.test_pyexpat.SetAttributeTest.test_buffer_text)\nPASS: test_invalid_attributes (test.test_pyexpat.SetAttributeTest.test_invalid_attributes)\nPASS: test_namespace_prefixes (test.test_pyexpat.SetAttributeTest.test_namespace_prefixes)\nPASS: test_ordered_attributes (test.test_pyexpat.SetAttributeTest.test_ordered_attributes)\nPASS: test_specified_attributes (test.test_pyexpat.SetAttributeTest.test_specified_attributes)\nPASS: test_parse_only_xml_data (test.test_pyexpat.sf1296433Test.test_parse_only_xml_data)\n\n----------------------------------------------------------------------\nRan 42 tests in 0.003s\n\nOK\n0:01:58 load avg: 1.45 [326/480] test_pyrepl skipped (resource denied)\ntest_pyrepl skipped -- Use of the 'curses' resource not enabled\n0:01:58 load avg: 1.45 [327/480] test_pyclbr passed\nPASS: test_cases (test.test_pyclbr.PyclbrTest.test_cases)\nPASS: test_easy (test.test_pyclbr.PyclbrTest.test_easy)\nPASS: test_nested (test.test_pyclbr.PyclbrTest.test_nested)\nPASS: test_others (test.test_pyclbr.PyclbrTest.test_others)\nPASS: test_dotted_name_not_a_package (test.test_pyclbr.ReadmoduleTests.test_dotted_name_not_a_package)\nPASS: test_module_has_no_spec (test.test_pyclbr.ReadmoduleTests.test_module_has_no_spec)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.447s\n\nOK\n0:01:58 load avg: 1.45 [328/480] test_quopri passed\nPASS: test_decode (test.test_quopri.QuopriTestCase.test_decode)\nPASS: test_decode_header (test.test_quopri.QuopriTestCase.test_decode_header)\nPASS: test_decodestring (test.test_quopri.QuopriTestCase.test_decodestring)\nPASS: test_decodestring_double_equals (test.test_quopri.QuopriTestCase.test_decodestring_double_equals)\nPASS: test_embedded_ws (test.test_quopri.QuopriTestCase.test_embedded_ws)\nPASS: test_encode (test.test_quopri.QuopriTestCase.test_encode)\nPASS: test_encode_header (test.test_quopri.QuopriTestCase.test_encode_header)\nPASS: test_encodestring (test.test_quopri.QuopriTestCase.test_encodestring)\nPASS: test_idempotent_string (test.test_quopri.QuopriTestCase.test_idempotent_string)\nPASS: test_scriptdecode (test.test_quopri.QuopriTestCase.test_scriptdecode)\nPASS: test_scriptencode (test.test_quopri.QuopriTestCase.test_scriptencode)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.082s\n\nOK\n0:01:59 load avg: 1.45 [329/480] test_raise passed\nPASS: testCauseSyntax (test.test_raise.TestCause.testCauseSyntax)\nPASS: test_class_cause (test.test_raise.TestCause.test_class_cause)\nPASS: test_class_cause_nonexception_result (test.test_raise.TestCause.test_class_cause_nonexception_result)\nPASS: test_erroneous_cause (test.test_raise.TestCause.test_erroneous_cause)\nPASS: test_instance_cause (test.test_raise.TestCause.test_instance_cause)\nPASS: test_invalid_cause (test.test_raise.TestCause.test_invalid_cause)\nPASS: test_3118 (test.test_raise.TestContext.test_3118)\nPASS: test_3611 (test.test_raise.TestContext.test_3611)\nPASS: test_c_exception_context (test.test_raise.TestContext.test_c_exception_context)\nPASS: test_c_exception_raise (test.test_raise.TestContext.test_c_exception_raise)\nPASS: test_class_context_class_raise (test.test_raise.TestContext.test_class_context_class_raise)\nPASS: test_class_context_instance_raise (test.test_raise.TestContext.test_class_context_instance_raise)\nPASS: test_context_manager (test.test_raise.TestContext.test_context_manager)\nPASS: test_cycle_broken (test.test_raise.TestContext.test_cycle_broken)\nPASS: test_instance_context_instance_raise (test.test_raise.TestContext.test_instance_context_instance_raise)\nPASS: test_noraise_finally (test.test_raise.TestContext.test_noraise_finally)\nPASS: test_not_last (test.test_raise.TestContext.test_not_last)\nPASS: test_raise_finally (test.test_raise.TestContext.test_raise_finally)\nPASS: test_reraise_cycle_broken (test.test_raise.TestContext.test_reraise_cycle_broken)\nPASS: test_assert_with_tuple_arg (test.test_raise.TestRaise.test_assert_with_tuple_arg)\nPASS: test_erroneous_exception (test.test_raise.TestRaise.test_erroneous_exception)\nPASS: test_except_reraise (test.test_raise.TestRaise.test_except_reraise)\nPASS: test_finally_reraise (test.test_raise.TestRaise.test_finally_reraise)\nPASS: test_invalid_reraise (test.test_raise.TestRaise.test_invalid_reraise)\nPASS: test_nested_reraise (test.test_raise.TestRaise.test_nested_reraise)\nPASS: test_new_returns_invalid_instance (test.test_raise.TestRaise.test_new_returns_invalid_instance)\nPASS: test_raise_from_None (test.test_raise.TestRaise.test_raise_from_None)\nPASS: test_reraise (test.test_raise.TestRaise.test_reraise)\nPASS: test_with_reraise1 (test.test_raise.TestRaise.test_with_reraise1)\nPASS: test_with_reraise2 (test.test_raise.TestRaise.test_with_reraise2)\nPASS: test_yield_reraise (test.test_raise.TestRaise.test_yield_reraise)\nPASS: test_strings (test.test_raise.TestRemovedFunctionality.test_strings)\nPASS: test_tuples (test.test_raise.TestRemovedFunctionality.test_tuples)\nPASS: test_accepts_traceback (test.test_raise.TestTraceback.test_accepts_traceback)\nPASS: test_sets_traceback (test.test_raise.TestTraceback.test_sets_traceback)\nPASS: test_attrs (test.test_raise.TestTracebackType.test_attrs)\nPASS: test_constructor (test.test_raise.TestTracebackType.test_constructor)\n\n----------------------------------------------------------------------\nRan 37 tests in 0.003s\n\nOK\n0:02:00 load avg: 1.45 [330/480] test_random passed\nPASS: test_main (test.test_random.CommandLineTest.test_main)\nPASS: test_parse_args (test.test_random.CommandLineTest.test_parse_args)\nPASS: test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps.test_53_bits_per_float)\nPASS: test_autoseed (test.test_random.MersenneTwister_TestBasicOps.test_autoseed)\nPASS: test_bigrand (test.test_random.MersenneTwister_TestBasicOps.test_bigrand)\nPASS: test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps.test_bigrand_ranges)\nPASS: test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps.test_bug_1727780)\nPASS: test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps.test_bug_27706)\nPASS: test_bug_31478 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31478)\nPASS: test_bug_31482 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31482)\nPASS: test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps.test_bug_9025)\nPASS: test_choice (test.test_random.MersenneTwister_TestBasicOps.test_choice)\nPASS: test_choice_with_numpy (test.test_random.MersenneTwister_TestBasicOps.test_choice_with_numpy)\nPASS: test_choices (test.test_random.MersenneTwister_TestBasicOps.test_choices)\nPASS: test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps.test_choices_algorithms)\nPASS: test_choices_infinite_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_infinite_total)\nPASS: test_choices_negative_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_negative_total)\nPASS: test_choices_subnormal (test.test_random.MersenneTwister_TestBasicOps.test_choices_subnormal)\nPASS: test_choices_with_all_zero_weights (test.test_random.MersenneTwister_TestBasicOps.test_choices_with_all_zero_weights)\nPASS: test_gauss (test.test_random.MersenneTwister_TestBasicOps.test_gauss)\nPASS: test_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits)\nPASS: test_getrandbits_2G_bits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_2G_bits)\nSKIP: test_getrandbits_4G_bits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits_4G_bits) 'not enough memory: 1.0G minimum needed'\nPASS: test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps.test_guaranteed_stable)\nPASS: test_long_seed (test.test_random.MersenneTwister_TestBasicOps.test_long_seed)\nPASS: test_mu_sigma_default_args (test.test_random.MersenneTwister_TestBasicOps.test_mu_sigma_default_args)\nPASS: test_pickling (test.test_random.MersenneTwister_TestBasicOps.test_pickling)\nPASS: test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_logic)\nPASS: test_randbelow_without_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_without_getrandbits)\nPASS: test_randbytes (test.test_random.MersenneTwister_TestBasicOps.test_randbytes)\nSKIP: test_randbytes_256M (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_256M) 'not enough memory: 1.0G minimum needed'\nPASS: test_randbytes_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_getrandbits)\nPASS: test_randrange_bug_1590891 (test.test_random.MersenneTwister_TestBasicOps.test_randrange_bug_1590891)\nPASS: test_randrange_uses_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randrange_uses_getrandbits)\nPASS: test_rangelimits (test.test_random.MersenneTwister_TestBasicOps.test_rangelimits)\nPASS: test_referenceImplementation (test.test_random.MersenneTwister_TestBasicOps.test_referenceImplementation)\nPASS: test_sample (test.test_random.MersenneTwister_TestBasicOps.test_sample)\nPASS: test_sample_counts_equivalence (test.test_random.MersenneTwister_TestBasicOps.test_sample_counts_equivalence)\nPASS: test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps.test_sample_distribution)\nPASS: test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps.test_sample_inputs)\nPASS: test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_dicts)\nPASS: test_sample_on_seqsets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_seqsets)\nPASS: test_sample_on_sets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_sets)\nPASS: test_sample_with_counts (test.test_random.MersenneTwister_TestBasicOps.test_sample_with_counts)\nPASS: test_saverestore (test.test_random.MersenneTwister_TestBasicOps.test_saverestore)\nPASS: test_seed_no_mutate_bug_44018 (test.test_random.MersenneTwister_TestBasicOps.test_seed_no_mutate_bug_44018)\nPASS: test_seed_when_randomness_source_not_found (test.test_random.MersenneTwister_TestBasicOps.test_seed_when_randomness_source_not_found)\nPASS: test_seedargs (test.test_random.MersenneTwister_TestBasicOps.test_seedargs)\nPASS: test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_first_arg)\nPASS: test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_middle_arg)\nPASS: test_shuffle (test.test_random.MersenneTwister_TestBasicOps.test_shuffle)\nPASS: test_strong_reference_implementation (test.test_random.MersenneTwister_TestBasicOps.test_strong_reference_implementation)\nPASS: test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps.test_53_bits_per_float)\nPASS: test_autoseed (test.test_random.SystemRandom_TestBasicOps.test_autoseed)\nPASS: test_bigrand (test.test_random.SystemRandom_TestBasicOps.test_bigrand)\nPASS: test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps.test_bigrand_ranges)\nPASS: test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps.test_bug_1727780)\nPASS: test_bug_9025 (test.test_random.SystemRandom_TestBasicOps.test_bug_9025)\nPASS: test_choice (test.test_random.SystemRandom_TestBasicOps.test_choice)\nPASS: test_choice_with_numpy (test.test_random.SystemRandom_TestBasicOps.test_choice_with_numpy)\nPASS: test_choices (test.test_random.SystemRandom_TestBasicOps.test_choices)\nPASS: test_choices_infinite_total (test.test_random.SystemRandom_TestBasicOps.test_choices_infinite_total)\nPASS: test_choices_negative_total (test.test_random.SystemRandom_TestBasicOps.test_choices_negative_total)\nPASS: test_choices_subnormal (test.test_random.SystemRandom_TestBasicOps.test_choices_subnormal)\nPASS: test_choices_with_all_zero_weights (test.test_random.SystemRandom_TestBasicOps.test_choices_with_all_zero_weights)\nPASS: test_gauss (test.test_random.SystemRandom_TestBasicOps.test_gauss)\nPASS: test_getrandbits (test.test_random.SystemRandom_TestBasicOps.test_getrandbits)\nPASS: test_mu_sigma_default_args (test.test_random.SystemRandom_TestBasicOps.test_mu_sigma_default_args)\nPASS: test_pickling (test.test_random.SystemRandom_TestBasicOps.test_pickling)\nPASS: test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps.test_randbelow_logic)\nPASS: test_randbytes (test.test_random.SystemRandom_TestBasicOps.test_randbytes)\nPASS: test_randrange_errors (test.test_random.SystemRandom_TestBasicOps.test_randrange_errors)\nPASS: test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_nonunit_step)\nPASS: test_randrange_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_step)\nPASS: test_rangelimits (test.test_random.SystemRandom_TestBasicOps.test_rangelimits)\nPASS: test_sample (test.test_random.SystemRandom_TestBasicOps.test_sample)\nPASS: test_sample_distribution (test.test_random.SystemRandom_TestBasicOps.test_sample_distribution)\nPASS: test_sample_inputs (test.test_random.SystemRandom_TestBasicOps.test_sample_inputs)\nPASS: test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps.test_sample_on_dicts)\nPASS: test_sample_on_seqsets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_seqsets)\nPASS: test_sample_on_sets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_sets)\nPASS: test_sample_with_counts (test.test_random.SystemRandom_TestBasicOps.test_sample_with_counts)\nPASS: test_saverestore (test.test_random.SystemRandom_TestBasicOps.test_saverestore)\nPASS: test_seed_no_mutate_bug_44018 (test.test_random.SystemRandom_TestBasicOps.test_seed_no_mutate_bug_44018)\nPASS: test_seed_when_randomness_source_not_found (test.test_random.SystemRandom_TestBasicOps.test_seed_when_randomness_source_not_found)\nPASS: test_seedargs (test.test_random.SystemRandom_TestBasicOps.test_seedargs)\nPASS: test_shuffle (test.test_random.SystemRandom_TestBasicOps.test_shuffle)\nPASS: test_avg_std (test.test_random.TestDistributions.test_avg_std)\nPASS: test_betavariate_return_zero (test.test_random.TestDistributions.test_betavariate_return_zero)\nPASS: test_binomialvariate (test.test_random.TestDistributions.test_binomialvariate)\nPASS: test_constant (test.test_random.TestDistributions.test_constant)\nPASS: test_gammavariate_alpha_between_zero_and_one (test.test_random.TestDistributions.test_gammavariate_alpha_between_zero_and_one)\nPASS: test_gammavariate_alpha_equal_one (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one)\nPASS: test_gammavariate_alpha_equal_one_equals_expovariate (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one_equals_expovariate)\nPASS: test_gammavariate_alpha_greater_one (test.test_random.TestDistributions.test_gammavariate_alpha_greater_one)\nPASS: test_gammavariate_errors (test.test_random.TestDistributions.test_gammavariate_errors)\nPASS: test_von_mises_large_kappa (test.test_random.TestDistributions.test_von_mises_large_kappa)\nPASS: test_von_mises_range (test.test_random.TestDistributions.test_von_mises_range)\nPASS: test_zeroinputs (test.test_random.TestDistributions.test_zeroinputs)\nPASS: testMagicConstants (test.test_random.TestModule.testMagicConstants)\nPASS: test__all__ (test.test_random.TestModule.test__all__)\nPASS: test_after_fork (test.test_random.TestModule.test_after_fork)\nPASS: test_random_subclass_with_kwargs (test.test_random.TestRandomSubclassing.test_random_subclass_with_kwargs)\nPASS: test_subclasses_overriding_methods (test.test_random.TestRandomSubclassing.test_subclasses_overriding_methods)\nPASS: test_bug_41052 (test.test_random.TestRawMersenneTwister.test_bug_41052)\nPASS: test_bug_42008 (test.test_random.TestRawMersenneTwister.test_bug_42008)\n\n----------------------------------------------------------------------\nRan 106 tests in 1.019s\n\nOK (skipped=2)\n0:02:00 load avg: 1.45 [331/480] test_range passed\nPASS: test_attributes (test.test_range.RangeTest.test_attributes)\nPASS: test_comparison (test.test_range.RangeTest.test_comparison)\nPASS: test_contains (test.test_range.RangeTest.test_contains)\nPASS: test_count (test.test_range.RangeTest.test_count)\nPASS: test_empty (test.test_range.RangeTest.test_empty)\nPASS: test_exhausted_iterator_pickling (test.test_range.RangeTest.test_exhausted_iterator_pickling)\nPASS: test_index (test.test_range.RangeTest.test_index)\nPASS: test_invalid_invocation (test.test_range.RangeTest.test_invalid_invocation)\nPASS: test_issue11845 (test.test_range.RangeTest.test_issue11845)\nPASS: test_iterator_pickling (test.test_range.RangeTest.test_iterator_pickling)\nPASS: test_iterator_pickling_overflowing_index (test.test_range.RangeTest.test_iterator_pickling_overflowing_index)\nPASS: test_iterator_setstate (test.test_range.RangeTest.test_iterator_setstate)\nPASS: test_iterator_unpickle_compat (test.test_range.RangeTest.test_iterator_unpickle_compat)\nPASS: test_large_exhausted_iterator_pickling (test.test_range.RangeTest.test_large_exhausted_iterator_pickling)\nPASS: test_large_operands (test.test_range.RangeTest.test_large_operands)\nPASS: test_large_range (test.test_range.RangeTest.test_large_range)\nPASS: test_odd_bug (test.test_range.RangeTest.test_odd_bug)\nPASS: test_pickling (test.test_range.RangeTest.test_pickling)\nPASS: test_range (test.test_range.RangeTest.test_range)\nPASS: test_range_constructor_error_messages (test.test_range.RangeTest.test_range_constructor_error_messages)\nPASS: test_range_iterators (test.test_range.RangeTest.test_range_iterators)\nPASS: test_range_iterators_invocation (test.test_range.RangeTest.test_range_iterators_invocation)\nPASS: test_repr (test.test_range.RangeTest.test_repr)\nPASS: test_reverse_iteration (test.test_range.RangeTest.test_reverse_iteration)\nPASS: test_slice (test.test_range.RangeTest.test_slice)\nPASS: test_strided_limits (test.test_range.RangeTest.test_strided_limits)\nPASS: test_types (test.test_range.RangeTest.test_types)\nPASS: test_user_index_method (test.test_range.RangeTest.test_user_index_method)\n\n----------------------------------------------------------------------\nRan 28 tests in 0.257s\n\nOK\n0:02:00 load avg: 1.45 [332/480] test_re passed\nPASS: test_atomic_group (test.test_re.DebugTests.test_atomic_group)\nPASS: test_debug_flag (test.test_re.DebugTests.test_debug_flag)\nPASS: test_possesive_repeat (test.test_re.DebugTests.test_possesive_repeat)\nPASS: test_possesive_repeat_one (test.test_re.DebugTests.test_possesive_repeat_one)\ntest_re_benchmarks (test.test_re.ExternalTests.test_re_benchmarks)\nPASS: re_tests benchmarks\ntest_re_tests (test.test_re.ExternalTests.test_re_tests)\nPASS: re_tests test suite\nPASS: test_case_helpers (test.test_re.ImplementationTest.test_case_helpers)\nPASS: test_dealloc (test.test_re.ImplementationTest.test_dealloc)\nPASS: test_deprecated_modules (test.test_re.ImplementationTest.test_deprecated_modules)\nPASS: test_disallow_instantiation (test.test_re.ImplementationTest.test_disallow_instantiation)\nPASS: test_immutable (test.test_re.ImplementationTest.test_immutable)\nPASS: test_overlap_table (test.test_re.ImplementationTest.test_overlap_table)\nPASS: test_repeat_minmax_overflow_maxrepeat (test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat)\nPASS: test_signedness (test.test_re.ImplementationTest.test_signedness)\nPASS: test_sre_template_invalid_group_index (test.test_re.ImplementationTest.test_sre_template_invalid_group_index)\nPASS: test_bytes (test.test_re.PatternReprTests.test_bytes)\nPASS: test_flags_repr (test.test_re.PatternReprTests.test_flags_repr)\nPASS: test_inline_flags (test.test_re.PatternReprTests.test_inline_flags)\nPASS: test_locale (test.test_re.PatternReprTests.test_locale)\nPASS: test_long_pattern (test.test_re.PatternReprTests.test_long_pattern)\nPASS: test_multiple_flags (test.test_re.PatternReprTests.test_multiple_flags)\nPASS: test_quotes (test.test_re.PatternReprTests.test_quotes)\nPASS: test_single_flag (test.test_re.PatternReprTests.test_single_flag)\nPASS: test_unicode_flag (test.test_re.PatternReprTests.test_unicode_flag)\nPASS: test_unknown_flags (test.test_re.PatternReprTests.test_unknown_flags)\nPASS: test_without_flags (test.test_re.PatternReprTests.test_without_flags)\nPASS: test_ASSERT_NOT_mark_bug (test.test_re.ReTests.test_ASSERT_NOT_mark_bug)\nPASS: test_MARK_PUSH_macro_bug (test.test_re.ReTests.test_MARK_PUSH_macro_bug)\nPASS: test_MIN_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug)\nPASS: test_MIN_UNTIL_mark_bug (test.test_re.ReTests.test_MIN_UNTIL_mark_bug)\nPASS: test_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_REPEAT_ONE_mark_bug)\nPASS: test_anyall (test.test_re.ReTests.test_anyall)\nPASS: test_ascii_and_unicode_flag (test.test_re.ReTests.test_ascii_and_unicode_flag)\ntest_atomic_grouping (test.test_re.ReTests.test_atomic_grouping)\nPASS: Test Atomic Grouping\nPASS: test_backref_group_name_in_exception (test.test_re.ReTests.test_backref_group_name_in_exception)\nPASS: test_basic_re_sub (test.test_re.ReTests.test_basic_re_sub)\nPASS: test_big_codesize (test.test_re.ReTests.test_big_codesize)\nPASS: test_bigcharset (test.test_re.ReTests.test_bigcharset)\ntest_branching (test.test_re.ReTests.test_branching)\nPASS: Test Branching\nPASS: test_bug_113254 (test.test_re.ReTests.test_bug_113254)\nPASS: test_bug_114660 (test.test_re.ReTests.test_bug_114660)\nPASS: test_bug_117612 (test.test_re.ReTests.test_bug_117612)\nPASS: test_bug_1661 (test.test_re.ReTests.test_bug_1661)\nPASS: test_bug_16688 (test.test_re.ReTests.test_bug_16688)\nPASS: test_bug_20998 (test.test_re.ReTests.test_bug_20998)\nPASS: test_bug_2537 (test.test_re.ReTests.test_bug_2537)\nPASS: test_bug_29444 (test.test_re.ReTests.test_bug_29444)\nPASS: test_bug_34294 (test.test_re.ReTests.test_bug_34294)\nPASS: test_bug_3629 (test.test_re.ReTests.test_bug_3629)\nPASS: test_bug_40736 (test.test_re.ReTests.test_bug_40736)\nPASS: test_bug_418626 (test.test_re.ReTests.test_bug_418626)\nPASS: test_bug_448951 (test.test_re.ReTests.test_bug_448951)\nPASS: test_bug_449000 (test.test_re.ReTests.test_bug_449000)\nPASS: test_bug_449964 (test.test_re.ReTests.test_bug_449964)\nPASS: test_bug_527371 (test.test_re.ReTests.test_bug_527371)\nPASS: test_bug_581080 (test.test_re.ReTests.test_bug_581080)\nPASS: test_bug_612074 (test.test_re.ReTests.test_bug_612074)\nPASS: test_bug_6509 (test.test_re.ReTests.test_bug_6509)\nPASS: test_bug_6561 (test.test_re.ReTests.test_bug_6561)\nPASS: test_bug_725106 (test.test_re.ReTests.test_bug_725106)\nPASS: test_bug_725149 (test.test_re.ReTests.test_bug_725149)\nPASS: test_bug_764548 (test.test_re.ReTests.test_bug_764548)\nPASS: test_bug_817234 (test.test_re.ReTests.test_bug_817234)\nPASS: test_bug_926075 (test.test_re.ReTests.test_bug_926075)\nPASS: test_bug_931848 (test.test_re.ReTests.test_bug_931848)\nPASS: test_bug_gh100061 (test.test_re.ReTests.test_bug_gh100061)\nPASS: test_bug_gh101955 (test.test_re.ReTests.test_bug_gh101955)\nPASS: test_bug_gh91616 (test.test_re.ReTests.test_bug_gh91616)\nPASS: test_bytes_str_mixing (test.test_re.ReTests.test_bytes_str_mixing)\nPASS: test_category (test.test_re.ReTests.test_category)\nPASS: test_character_set_any (test.test_re.ReTests.test_character_set_any)\nPASS: test_character_set_errors (test.test_re.ReTests.test_character_set_errors)\nPASS: test_character_set_none (test.test_re.ReTests.test_character_set_none)\nPASS: test_comments (test.test_re.ReTests.test_comments)\nPASS: test_compile (test.test_re.ReTests.test_compile)\nPASS: test_constants (test.test_re.ReTests.test_constants)\nPASS: test_copying (test.test_re.ReTests.test_copying)\ntest_dollar_matches_twice (test.test_re.ReTests.test_dollar_matches_twice)\nPASS: Test that $ does not include \\n\nPASS: test_empty_array (test.test_re.ReTests.test_empty_array)\nPASS: test_enum (test.test_re.ReTests.test_enum)\nPASS: test_error (test.test_re.ReTests.test_error)\nPASS: test_error_is_PatternError_alias (test.test_re.ReTests.test_error_is_PatternError_alias)\nPASS: test_expand (test.test_re.ReTests.test_expand)\nPASS: test_fail (test.test_re.ReTests.test_fail)\nPASS: test_findall_atomic_grouping (test.test_re.ReTests.test_findall_atomic_grouping)\nPASS: test_findall_possessive_quantifiers (test.test_re.ReTests.test_findall_possessive_quantifiers)\nPASS: test_finditer (test.test_re.ReTests.test_finditer)\nPASS: test_flags (test.test_re.ReTests.test_flags)\nPASS: test_fullmatch_atomic_grouping (test.test_re.ReTests.test_fullmatch_atomic_grouping)\nPASS: test_fullmatch_possessive_quantifiers (test.test_re.ReTests.test_fullmatch_possessive_quantifiers)\nPASS: test_getattr (test.test_re.ReTests.test_getattr)\nPASS: test_group (test.test_re.ReTests.test_group)\nPASS: test_group_name_in_exception (test.test_re.ReTests.test_group_name_in_exception)\nPASS: test_groupdict (test.test_re.ReTests.test_groupdict)\nPASS: test_ignore_case (test.test_re.ReTests.test_ignore_case)\nPASS: test_ignore_case_range (test.test_re.ReTests.test_ignore_case_range)\nPASS: test_ignore_case_set (test.test_re.ReTests.test_ignore_case_set)\nPASS: test_ignore_spaces (test.test_re.ReTests.test_ignore_spaces)\nPASS: test_inline_flags (test.test_re.ReTests.test_inline_flags)\nPASS: test_issue17998 (test.test_re.ReTests.test_issue17998)\nPASS: test_keep_buffer (test.test_re.ReTests.test_keep_buffer)\nPASS: test_keyword_parameters (test.test_re.ReTests.test_keyword_parameters)\nPASS: test_large_search (test.test_re.ReTests.test_large_search)\nPASS: test_large_subn (test.test_re.ReTests.test_large_subn)\nSKIP: test_locale_caching (test.test_re.ReTests.test_locale_caching) 'test needs en_US.iso88591 locale'\nSKIP: test_locale_compiled (test.test_re.ReTests.test_locale_compiled) 'test needs en_US.iso88591 locale'\nPASS: test_locale_flag (test.test_re.ReTests.test_locale_flag)\nPASS: test_look_behind_overflow (test.test_re.ReTests.test_look_behind_overflow)\nPASS: test_lookahead (test.test_re.ReTests.test_lookahead)\nPASS: test_lookbehind (test.test_re.ReTests.test_lookbehind)\nPASS: test_match_getitem (test.test_re.ReTests.test_match_getitem)\nPASS: test_match_repr (test.test_re.ReTests.test_match_repr)\nSKIP: test_memory_leaks (test.test_re.ReTests.test_memory_leaks) 'requires debug build'\nPASS: test_misc_errors (test.test_re.ReTests.test_misc_errors)\nPASS: test_misuse_flags (test.test_re.ReTests.test_misuse_flags)\nPASS: test_multiple_repeat (test.test_re.ReTests.test_multiple_repeat)\nPASS: test_named_unicode_escapes (test.test_re.ReTests.test_named_unicode_escapes)\nPASS: test_not_literal (test.test_re.ReTests.test_not_literal)\nPASS: test_nothing_to_repeat (test.test_re.ReTests.test_nothing_to_repeat)\nPASS: test_other_escapes (test.test_re.ReTests.test_other_escapes)\nPASS: test_pattern_compare (test.test_re.ReTests.test_pattern_compare)\nPASS: test_pattern_compare_bytes (test.test_re.ReTests.test_pattern_compare_bytes)\nPASS: test_pickling (test.test_re.ReTests.test_pickling)\ntest_possessive_quantifiers (test.test_re.ReTests.test_possessive_quantifiers)\nPASS: Test Possessive Quantifiers\nPASS: test_possible_set_operations (test.test_re.ReTests.test_possible_set_operations)\nPASS: test_qualified_re_split (test.test_re.ReTests.test_qualified_re_split)\nPASS: test_qualified_re_sub (test.test_re.ReTests.test_qualified_re_sub)\nPASS: test_re_escape (test.test_re.ReTests.test_re_escape)\nPASS: test_re_escape_bytes (test.test_re.ReTests.test_re_escape_bytes)\nPASS: test_re_escape_non_ascii (test.test_re.ReTests.test_re_escape_non_ascii)\nPASS: test_re_escape_non_ascii_bytes (test.test_re.ReTests.test_re_escape_non_ascii_bytes)\nPASS: test_re_findall (test.test_re.ReTests.test_re_findall)\nPASS: test_re_fullmatch (test.test_re.ReTests.test_re_fullmatch)\nPASS: test_re_groupref (test.test_re.ReTests.test_re_groupref)\nPASS: test_re_groupref_exists (test.test_re.ReTests.test_re_groupref_exists)\nPASS: test_re_groupref_exists_errors (test.test_re.ReTests.test_re_groupref_exists_errors)\nPASS: test_re_groupref_exists_validation_bug (test.test_re.ReTests.test_re_groupref_exists_validation_bug)\nPASS: test_re_groupref_overflow (test.test_re.ReTests.test_re_groupref_overflow)\nPASS: test_re_match (test.test_re.ReTests.test_re_match)\nPASS: test_re_split (test.test_re.ReTests.test_re_split)\nPASS: test_re_subn (test.test_re.ReTests.test_re_subn)\nPASS: test_regression_gh94675 (test.test_re.ReTests.test_regression_gh94675)\nPASS: test_repeat_minmax (test.test_re.ReTests.test_repeat_minmax)\nPASS: test_repeat_minmax_overflow (test.test_re.ReTests.test_repeat_minmax_overflow)\nPASS: test_scanner (test.test_re.ReTests.test_scanner)\nPASS: test_scoped_flags (test.test_re.ReTests.test_scoped_flags)\nSKIP: test_search_anchor_at_beginning (test.test_re.ReTests.test_search_anchor_at_beginning) \"resource 'cpu' is not enabled\"\nPASS: test_search_coverage (test.test_re.ReTests.test_search_coverage)\nPASS: test_search_dot_unicode (test.test_re.ReTests.test_search_dot_unicode)\nPASS: test_search_star_plus (test.test_re.ReTests.test_search_star_plus)\nPASS: test_special_escapes (test.test_re.ReTests.test_special_escapes)\nPASS: test_sre_byte_class_literals (test.test_re.ReTests.test_sre_byte_class_literals)\nPASS: test_sre_byte_literals (test.test_re.ReTests.test_sre_byte_literals)\nPASS: test_sre_character_class_literals (test.test_re.ReTests.test_sre_character_class_literals)\nPASS: test_sre_character_literals (test.test_re.ReTests.test_sre_character_literals)\nPASS: test_stack_overflow (test.test_re.ReTests.test_stack_overflow)\nPASS: test_sub_template_numeric_escape (test.test_re.ReTests.test_sub_template_numeric_escape)\nPASS: test_symbolic_groups (test.test_re.ReTests.test_symbolic_groups)\nPASS: test_symbolic_groups_errors (test.test_re.ReTests.test_symbolic_groups_errors)\nPASS: test_symbolic_refs (test.test_re.ReTests.test_symbolic_refs)\nPASS: test_symbolic_refs_errors (test.test_re.ReTests.test_symbolic_refs_errors)\nPASS: test_unlimited_zero_width_repeat (test.test_re.ReTests.test_unlimited_zero_width_repeat)\nPASS: test_weakref (test.test_re.ReTests.test_weakref)\nPASS: test_word_boundaries (test.test_re.ReTests.test_word_boundaries)\nPASS: test_zerowidth (test.test_re.ReTests.test_zerowidth)\n\n----------------------------------------------------------------------\nRan 165 tests in 0.267s\n\nOK (skipped=4)\n0:02:01 load avg: 1.45 [333/480] test_readline passed\nreadline version: 0x402\nreadline runtime version: 0x402\nreadline library version: 'EditLine wrapper'\nuse libedit emulation? True\nPASS: testHistoryUpdates (test.test_readline.TestHistoryManipulation.testHistoryUpdates)\nSKIP: test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history) \"Locale cannot encode test data: 'locale' codec can't encode character '\\\\xe9' in position 4: encoding error\"\nSKIP: test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) 'Skipping problematic test'\nSKIP: test_write_read_limited_history (test.test_readline.TestHistoryManipulation.test_write_read_limited_history) 'Skipping problematic test'\nPASS: test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled)\nPASS: test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled)\nPASS: test_backend (test.test_readline.TestReadline.test_backend)\ntest_gh123321_threadsafe (test.test_readline.TestReadline.test_gh123321_threadsafe)\nPASS: gh-123321: readline should be thread-safe and not crash\nSKIP: test_history_size (test.test_readline.TestReadline.test_history_size) 'this readline version does not support history-size'\nPASS: test_init (test.test_readline.TestReadline.test_init)\nSKIP: test_nonascii (test.test_readline.TestReadline.test_nonascii) \"the LC_CTYPE locale is 'C'\"\nPASS: test_set_complete_delims (test.test_readline.TestReadline.test_set_complete_delims)\nSKIP: test_write_read_limited_history (test.test_readline.TestReadline.test_write_read_limited_history) 'Skipping problematic test'\n\n----------------------------------------------------------------------\nRan 13 tests in 0.149s\n\nOK (skipped=6)\n0:02:01 load avg: 1.45 [334/480] test_os passed\nPASS: test_blocking (test.test_os.BlockingTests.test_blocking)\nPASS: test_compare_to_walk (test.test_os.BytesFwalkTests.test_compare_to_walk)\nPASS: test_dir_fd (test.test_os.BytesFwalkTests.test_dir_fd)\nPASS: test_fd_finalization (test.test_os.BytesFwalkTests.test_fd_finalization)\nPASS: test_fd_leak (test.test_os.BytesFwalkTests.test_fd_leak)\nPASS: test_file_like_path (test.test_os.BytesFwalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.BytesFwalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.BytesFwalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.BytesFwalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.BytesFwalkTests.test_walk_bottom_up)\nPASS: test_walk_named_pipe (test.test_os.BytesFwalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.BytesFwalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.BytesFwalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.BytesFwalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.BytesFwalkTests.test_walk_topdown)\nPASS: test_yields_correct_dir_fd (test.test_os.BytesFwalkTests.test_yields_correct_dir_fd)\nPASS: test_file_like_path (test.test_os.BytesWalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.BytesWalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.BytesWalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.BytesWalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.BytesWalkTests.test_walk_bottom_up)\nPASS: test_walk_many_open_files (test.test_os.BytesWalkTests.test_walk_many_open_files)\nPASS: test_walk_named_pipe (test.test_os.BytesWalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.BytesWalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.BytesWalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.BytesWalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.BytesWalkTests.test_walk_topdown)\nPASS: test_cpu_count (test.test_os.CPUCountTests.test_cpu_count)\nPASS: test_process_cpu_count (test.test_os.CPUCountTests.test_process_cpu_count)\nPASS: test_process_cpu_count_affinity (test.test_os.CPUCountTests.test_process_cpu_count_affinity)\nSKIP: test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) 'test needs at least 2 groups'\nPASS: test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index)\nPASS: test_chown_with_root (test.test_os.ChownFileTests.test_chown_with_root)\nSKIP: test_chown_without_permission (test.test_os.ChownFileTests.test_chown_without_permission) 'test needs non-root account and more than one user'\nPASS: test_devnull (test.test_os.DevNullTests.test_devnull)\nPASS: test_bad_fd (test.test_os.DeviceEncodingTests.test_bad_fd)\nPASS: test_device_encoding (test.test_os.DeviceEncodingTests.test_device_encoding)\ntest___repr__ (test.test_os.EnvironTests.test___repr__)\nPASS: Check that the repr() of os.environ looks like environ({...}).\nPASS: test_bool (test.test_os.EnvironTests.test_bool)\nPASS: test_constructor (test.test_os.EnvironTests.test_constructor)\nPASS: test_environb (test.test_os.EnvironTests.test_environb)\nPASS: test_get (test.test_os.EnvironTests.test_get)\nPASS: test_get_exec_path (test.test_os.EnvironTests.test_get_exec_path)\nPASS: test_getitem (test.test_os.EnvironTests.test_getitem)\nPASS: test_ior_operator (test.test_os.EnvironTests.test_ior_operator)\nPASS: test_ior_operator_invalid_dicts (test.test_os.EnvironTests.test_ior_operator_invalid_dicts)\nPASS: test_ior_operator_key_value_iterable (test.test_os.EnvironTests.test_ior_operator_key_value_iterable)\nPASS: test_items (test.test_os.EnvironTests.test_items)\nPASS: test_iter_error_when_changing_os_environ (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ)\nPASS: test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items)\nPASS: test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values)\nPASS: test_key_type (test.test_os.EnvironTests.test_key_type)\nPASS: test_keys (test.test_os.EnvironTests.test_keys)\nPASS: test_keyvalue_types (test.test_os.EnvironTests.test_keyvalue_types)\nPASS: test_len (test.test_os.EnvironTests.test_len)\nPASS: test_or_operator (test.test_os.EnvironTests.test_or_operator)\nPASS: test_os_popen_iter (test.test_os.EnvironTests.test_os_popen_iter)\nPASS: test_pop (test.test_os.EnvironTests.test_pop)\nPASS: test_popitem (test.test_os.EnvironTests.test_popitem)\nPASS: test_putenv_unsetenv (test.test_os.EnvironTests.test_putenv_unsetenv)\nPASS: test_putenv_unsetenv_error (test.test_os.EnvironTests.test_putenv_unsetenv_error)\nPASS: test_read (test.test_os.EnvironTests.test_read)\nPASS: test_ror_operator (test.test_os.EnvironTests.test_ror_operator)\nPASS: test_setdefault (test.test_os.EnvironTests.test_setdefault)\nPASS: test_update (test.test_os.EnvironTests.test_update)\nPASS: test_update2 (test.test_os.EnvironTests.test_update2)\nPASS: test_values (test.test_os.EnvironTests.test_values)\nPASS: test_write (test.test_os.EnvironTests.test_write)\nPASS: test_eventfd_initval (test.test_os.EventfdTests.test_eventfd_initval)\nPASS: test_eventfd_select (test.test_os.EventfdTests.test_eventfd_select)\nPASS: test_eventfd_semaphore (test.test_os.EventfdTests.test_eventfd_semaphore)\nPASS: test_execv_with_bad_arglist (test.test_os.ExecTests.test_execv_with_bad_arglist)\nPASS: test_execve_invalid_env (test.test_os.ExecTests.test_execve_invalid_env)\nSKIP: test_execve_with_empty_path (test.test_os.ExecTests.test_execve_with_empty_path) 'Win32-specific test'\nPASS: test_execvpe_with_bad_arglist (test.test_os.ExecTests.test_execvpe_with_bad_arglist)\nPASS: test_execvpe_with_bad_program (test.test_os.ExecTests.test_execvpe_with_bad_program)\nPASS: test_internal_execvpe_str (test.test_os.ExecTests.test_internal_execvpe_str)\nPASS: test_os_all (test.test_os.ExportsTests.test_os_all)\nPASS: test_fds (test.test_os.ExtendedAttributeTests.test_fds)\nPASS: test_lpath (test.test_os.ExtendedAttributeTests.test_lpath)\nPASS: test_simple (test.test_os.ExtendedAttributeTests.test_simple)\nPASS: test_dup (test.test_os.FDInheritanceTests.test_dup)\nPASS: test_dup2 (test.test_os.FDInheritanceTests.test_dup2)\nSKIP: test_dup_nul (test.test_os.FDInheritanceTests.test_dup_nul) 'win32-specific test'\nPASS: test_dup_standard_stream (test.test_os.FDInheritanceTests.test_dup_standard_stream)\nPASS: test_get_inheritable_cloexec (test.test_os.FDInheritanceTests.test_get_inheritable_cloexec)\nPASS: test_get_set_inheritable (test.test_os.FDInheritanceTests.test_get_set_inheritable)\nPASS: test_get_set_inheritable_badf (test.test_os.FDInheritanceTests.test_get_set_inheritable_badf)\nPASS: test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests.test_get_set_inheritable_o_path)\nPASS: test_open (test.test_os.FDInheritanceTests.test_open)\nPASS: test_pipe (test.test_os.FDInheritanceTests.test_pipe)\nPASS: test_set_inheritable_cloexec (test.test_os.FDInheritanceTests.test_set_inheritable_cloexec)\nPASS: test_identity (test.test_os.FSEncodingTests.test_identity)\nPASS: test_nop (test.test_os.FSEncodingTests.test_nop)\nPASS: test_access (test.test_os.FileTests.test_access)\nPASS: test_closerange (test.test_os.FileTests.test_closerange)\nPASS: test_copy_file_range (test.test_os.FileTests.test_copy_file_range)\nPASS: test_copy_file_range_invalid_values (test.test_os.FileTests.test_copy_file_range_invalid_values)\nPASS: test_copy_file_range_offset (test.test_os.FileTests.test_copy_file_range_offset)\nPASS: test_fdopen (test.test_os.FileTests.test_fdopen)\nSKIP: test_large_read (test.test_os.FileTests.test_large_read) 'not enough memory: 2.0G minimum needed'\nPASS: test_open_keywords (test.test_os.FileTests.test_open_keywords)\nPASS: test_read (test.test_os.FileTests.test_read)\nPASS: test_rename (test.test_os.FileTests.test_rename)\nPASS: test_replace (test.test_os.FileTests.test_replace)\nPASS: test_splice (test.test_os.FileTests.test_splice)\nPASS: test_splice_invalid_values (test.test_os.FileTests.test_splice_invalid_values)\nPASS: test_splice_offset_in (test.test_os.FileTests.test_splice_offset_in)\nPASS: test_splice_offset_out (test.test_os.FileTests.test_splice_offset_out)\nPASS: test_symlink_keywords (test.test_os.FileTests.test_symlink_keywords)\nPASS: test_write (test.test_os.FileTests.test_write)\nSKIP: test_write_windows_console (test.test_os.FileTests.test_write_windows_console) 'test specific to the Windows console'\nPASS: test_fork (test.test_os.ForkTests.test_fork)\nPASS: test_fork_at_finalization (test.test_os.ForkTests.test_fork_at_finalization)\nPASS: test_fork_warns_when_non_python_thread_exists (test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists)\nPASS: test_compare_to_walk (test.test_os.FwalkTests.test_compare_to_walk)\nPASS: test_dir_fd (test.test_os.FwalkTests.test_dir_fd)\nPASS: test_fd_finalization (test.test_os.FwalkTests.test_fd_finalization)\nPASS: test_fd_leak (test.test_os.FwalkTests.test_fd_leak)\nPASS: test_file_like_path (test.test_os.FwalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.FwalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.FwalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.FwalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.FwalkTests.test_walk_bottom_up)\nPASS: test_walk_named_pipe (test.test_os.FwalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.FwalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.FwalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.FwalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.FwalkTests.test_walk_topdown)\nPASS: test_yields_correct_dir_fd (test.test_os.FwalkTests.test_yields_correct_dir_fd)\nPASS: test_getrandom0 (test.test_os.GetRandomTests.test_getrandom0)\nPASS: test_getrandom_nonblock (test.test_os.GetRandomTests.test_getrandom_nonblock)\nPASS: test_getrandom_random (test.test_os.GetRandomTests.test_getrandom_random)\nPASS: test_getrandom_type (test.test_os.GetRandomTests.test_getrandom_type)\nPASS: test_getrandom_value (test.test_os.GetRandomTests.test_getrandom_value)\nPASS: test_link (test.test_os.LinkTests.test_link)\nPASS: test_link_bytes (test.test_os.LinkTests.test_link_bytes)\nPASS: test_unicode_name (test.test_os.LinkTests.test_unicode_name)\nSKIP: test_getlogin (test.test_os.LoginTests.test_getlogin) 'Skip due to platform/environment differences on *NIX buildbots'\nPASS: test_exist_ok_existing_directory (test.test_os.MakedirTests.test_exist_ok_existing_directory)\nPASS: test_exist_ok_existing_regular_file (test.test_os.MakedirTests.test_exist_ok_existing_regular_file)\nPASS: test_exist_ok_s_isgid_directory (test.test_os.MakedirTests.test_exist_ok_s_isgid_directory)\nPASS: test_makedir (test.test_os.MakedirTests.test_makedir)\nPASS: test_mode (test.test_os.MakedirTests.test_mode)\nSKIP: test_win32_mkdir_700 (test.test_os.MakedirTests.test_win32_mkdir_700) 'requires Windows'\nPASS: test_memfd_create (test.test_os.MemfdCreateTests.test_memfd_create)\nPASS: test_getcwd (test.test_os.MiscTests.test_getcwd)\ntest_getcwd_long_path (test.test_os.MiscTests.test_getcwd_long_path) ... Tested current directory length: 2000\nok\nPASS: test_getcwdb (test.test_os.MiscTests.test_getcwdb)\ntest_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests.test_directory_link_nonlocal)\nPASS: The symlink target should resolve relative to the link, not relative\nPASS: test_oserror_filename (test.test_os.OSErrorTests.test_oserror_filename)\nPASS: test_path_t_converter (test.test_os.PathTConverterTests.test_path_t_converter)\nPASS: test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests.test_path_t_converter_and_custom_class)\nPASS: test_listdir (test.test_os.Pep383Tests.test_listdir)\nPASS: test_open (test.test_os.Pep383Tests.test_open)\nPASS: test_stat (test.test_os.Pep383Tests.test_stat)\nPASS: test_statvfs (test.test_os.Pep383Tests.test_statvfs)\nPASS: test_getppid (test.test_os.PidTests.test_getppid)\nPASS: test_waitpid (test.test_os.PidTests.test_waitpid)\nSKIP: test_waitpid_windows (test.test_os.PidTests.test_waitpid_windows) 'win32-specific test'\nPASS: test_waitstatus_to_exitcode (test.test_os.PidTests.test_waitstatus_to_exitcode)\nPASS: test_waitstatus_to_exitcode_kill (test.test_os.PidTests.test_waitstatus_to_exitcode_kill)\nSKIP: test_waitstatus_to_exitcode_windows (test.test_os.PidTests.test_waitstatus_to_exitcode_windows) 'win32-specific test'\nPASS: test_setegid (test.test_os.PosixUidGidTests.test_setegid)\nPASS: test_seteuid (test.test_os.PosixUidGidTests.test_seteuid)\nPASS: test_setgid (test.test_os.PosixUidGidTests.test_setgid)\nPASS: test_setregid (test.test_os.PosixUidGidTests.test_setregid)\nPASS: test_setregid_neg1 (test.test_os.PosixUidGidTests.test_setregid_neg1)\nPASS: test_setreuid (test.test_os.PosixUidGidTests.test_setreuid)\nPASS: test_setreuid_neg1 (test.test_os.PosixUidGidTests.test_setreuid_neg1)\nPASS: test_setuid (test.test_os.PosixUidGidTests.test_setuid)\nPASS: test_set_get_priority (test.test_os.ProgramPriorityTests.test_set_get_priority)\nPASS: test_open_via_ptsname (test.test_os.PseudoterminalTests.test_open_via_ptsname)\nPASS: test_openpty (test.test_os.PseudoterminalTests.test_openpty)\nPASS: test_pipe_spawnl (test.test_os.PseudoterminalTests.test_pipe_spawnl)\nPASS: test_posix_pty_functions (test.test_os.PseudoterminalTests.test_posix_pty_functions)\nPASS: test_bytes (test.test_os.ReadlinkTests.test_bytes)\nPASS: test_missing_link (test.test_os.ReadlinkTests.test_missing_link)\nPASS: test_not_symlink (test.test_os.ReadlinkTests.test_not_symlink)\nPASS: test_pathlike (test.test_os.ReadlinkTests.test_pathlike)\nPASS: test_pathlike_bytes (test.test_os.ReadlinkTests.test_pathlike_bytes)\nPASS: test_remove_all (test.test_os.RemoveDirsTests.test_remove_all)\nPASS: test_remove_nothing (test.test_os.RemoveDirsTests.test_remove_nothing)\nPASS: test_remove_partial (test.test_os.RemoveDirsTests.test_remove_partial)\nPASS: test_nowait (test.test_os.SpawnTests.test_nowait)\nPASS: test_spawnl (test.test_os.SpawnTests.test_spawnl)\nPASS: test_spawnl_noargs (test.test_os.SpawnTests.test_spawnl_noargs)\nPASS: test_spawnle (test.test_os.SpawnTests.test_spawnle)\nPASS: test_spawnle_noargs (test.test_os.SpawnTests.test_spawnle_noargs)\nPASS: test_spawnlp (test.test_os.SpawnTests.test_spawnlp)\nPASS: test_spawnlpe (test.test_os.SpawnTests.test_spawnlpe)\nPASS: test_spawnv (test.test_os.SpawnTests.test_spawnv)\nPASS: test_spawnv_noargs (test.test_os.SpawnTests.test_spawnv_noargs)\nPASS: test_spawnve (test.test_os.SpawnTests.test_spawnve)\nPASS: test_spawnve_bytes (test.test_os.SpawnTests.test_spawnve_bytes)\nPASS: test_spawnve_invalid_env (test.test_os.SpawnTests.test_spawnve_invalid_env)\nPASS: test_spawnve_noargs (test.test_os.SpawnTests.test_spawnve_noargs)\nPASS: test_spawnvp (test.test_os.SpawnTests.test_spawnvp)\nPASS: test_spawnvpe (test.test_os.SpawnTests.test_spawnvpe)\nPASS: test_spawnvpe_invalid_env (test.test_os.SpawnTests.test_spawnvpe_invalid_env)\nSKIP: test_15261 (test.test_os.StatAttributeTests.test_15261) 'Win32 specific tests'\nSKIP: test_1686475 (test.test_os.StatAttributeTests.test_1686475) 'Win32 specific tests'\nSKIP: test_access_denied (test.test_os.StatAttributeTests.test_access_denied) 'Win32 specific tests'\nSKIP: test_file_attributes (test.test_os.StatAttributeTests.test_file_attributes) 'st_file_attributes is Win32 specific'\nPASS: test_stat_attributes (test.test_os.StatAttributeTests.test_stat_attributes)\nPASS: test_stat_attributes_bytes (test.test_os.StatAttributeTests.test_stat_attributes_bytes)\nSKIP: test_stat_block_device (test.test_os.StatAttributeTests.test_stat_block_device) 'Win32 specific tests'\nPASS: test_stat_result_pickle (test.test_os.StatAttributeTests.test_stat_result_pickle)\nPASS: test_statvfs_attributes (test.test_os.StatAttributeTests.test_statvfs_attributes)\nPASS: test_statvfs_result_pickle (test.test_os.StatAttributeTests.test_statvfs_result_pickle)\ntest_does_not_crash (test.test_os.TermsizeTests.test_does_not_crash)\nSKIP: Check if get_terminal_size() returns a meaningful value. 'failed to query terminal size'\ntest_stty_match (test.test_os.TermsizeTests.test_stty_match)\nPASS: Check if stty returns the same results\ntest_windows_fd (test.test_os.TermsizeTests.test_windows_fd)\nSKIP: Check if get_terminal_size() returns a meaningful value in Windows 'Windows specific test'\nPASS: test_uninstantiable (test.test_os.TestDirEntry.test_uninstantiable)\nPASS: test_unpickable (test.test_os.TestDirEntry.test_unpickable)\nPASS: test_blocking (test.test_os.TestInvalidFD.test_blocking)\nPASS: test_closerange (test.test_os.TestInvalidFD.test_closerange)\nPASS: test_dup (test.test_os.TestInvalidFD.test_dup)\nPASS: test_dup2 (test.test_os.TestInvalidFD.test_dup2)\nPASS: test_dup2_negative_fd (test.test_os.TestInvalidFD.test_dup2_negative_fd)\nPASS: test_fchdir (test.test_os.TestInvalidFD.test_fchdir)\nPASS: test_fchmod (test.test_os.TestInvalidFD.test_fchmod)\nPASS: test_fchown (test.test_os.TestInvalidFD.test_fchown)\nPASS: test_fdatasync (test.test_os.TestInvalidFD.test_fdatasync)\nPASS: test_fdopen (test.test_os.TestInvalidFD.test_fdopen)\nPASS: test_fpathconf (test.test_os.TestInvalidFD.test_fpathconf)\nPASS: test_fstat (test.test_os.TestInvalidFD.test_fstat)\nPASS: test_fstatvfs (test.test_os.TestInvalidFD.test_fstatvfs)\nPASS: test_fsync (test.test_os.TestInvalidFD.test_fsync)\nPASS: test_ftruncate (test.test_os.TestInvalidFD.test_ftruncate)\nPASS: test_inheritable (test.test_os.TestInvalidFD.test_inheritable)\nPASS: test_isatty (test.test_os.TestInvalidFD.test_isatty)\nPASS: test_lseek (test.test_os.TestInvalidFD.test_lseek)\nPASS: test_read (test.test_os.TestInvalidFD.test_read)\nPASS: test_readv (test.test_os.TestInvalidFD.test_readv)\nPASS: test_tcgetpgrp (test.test_os.TestInvalidFD.test_tcgetpgrp)\nPASS: test_tcsetpgrpt (test.test_os.TestInvalidFD.test_tcsetpgrpt)\nPASS: test_ttyname (test.test_os.TestInvalidFD.test_ttyname)\nPASS: test_write (test.test_os.TestInvalidFD.test_write)\nPASS: test_writev (test.test_os.TestInvalidFD.test_writev)\nPASS: test_argument_required (test.test_os.TestPEP519.test_argument_required)\nPASS: test_bad_pathlike (test.test_os.TestPEP519.test_bad_pathlike)\nPASS: test_fsencode_fsdecode (test.test_os.TestPEP519.test_fsencode_fsdecode)\nPASS: test_fspath_set_to_None (test.test_os.TestPEP519.test_fspath_set_to_None)\nPASS: test_garbage_in_exception_out (test.test_os.TestPEP519.test_garbage_in_exception_out)\nPASS: test_pathlike (test.test_os.TestPEP519.test_pathlike)\nPASS: test_pathlike_class_getitem (test.test_os.TestPEP519.test_pathlike_class_getitem)\nPASS: test_pathlike_subclass_slots (test.test_os.TestPEP519.test_pathlike_subclass_slots)\nPASS: test_pathlike_subclasshook (test.test_os.TestPEP519.test_pathlike_subclasshook)\nPASS: test_return_bytes (test.test_os.TestPEP519.test_return_bytes)\nPASS: test_return_string (test.test_os.TestPEP519.test_return_string)\nPASS: test_argument_required (test.test_os.TestPEP519PurePython.test_argument_required)\nPASS: test_bad_pathlike (test.test_os.TestPEP519PurePython.test_bad_pathlike)\nPASS: test_fsencode_fsdecode (test.test_os.TestPEP519PurePython.test_fsencode_fsdecode)\nPASS: test_fspath_set_to_None (test.test_os.TestPEP519PurePython.test_fspath_set_to_None)\nPASS: test_garbage_in_exception_out (test.test_os.TestPEP519PurePython.test_garbage_in_exception_out)\nPASS: test_pathlike (test.test_os.TestPEP519PurePython.test_pathlike)\nPASS: test_pathlike_class_getitem (test.test_os.TestPEP519PurePython.test_pathlike_class_getitem)\nPASS: test_pathlike_subclass_slots (test.test_os.TestPEP519PurePython.test_pathlike_subclass_slots)\nPASS: test_pathlike_subclasshook (test.test_os.TestPEP519PurePython.test_pathlike_subclasshook)\nPASS: test_return_bytes (test.test_os.TestPEP519PurePython.test_return_bytes)\nPASS: test_return_string (test.test_os.TestPEP519PurePython.test_return_string)\nPASS: test_attributes (test.test_os.TestScandir.test_attributes)\nSKIP: test_attributes_junctions (test.test_os.TestScandir.test_attributes_junctions) 'Can only test junctions with creation on win32.'\nPASS: test_bad_path_type (test.test_os.TestScandir.test_bad_path_type)\nPASS: test_broken_symlink (test.test_os.TestScandir.test_broken_symlink)\nPASS: test_bytes (test.test_os.TestScandir.test_bytes)\nPASS: test_bytes_like (test.test_os.TestScandir.test_bytes_like)\nPASS: test_close (test.test_os.TestScandir.test_close)\nPASS: test_consume_iterator_twice (test.test_os.TestScandir.test_consume_iterator_twice)\nPASS: test_context_manager (test.test_os.TestScandir.test_context_manager)\nPASS: test_context_manager_close (test.test_os.TestScandir.test_context_manager_close)\nPASS: test_context_manager_exception (test.test_os.TestScandir.test_context_manager_exception)\nPASS: test_current_directory (test.test_os.TestScandir.test_current_directory)\nPASS: test_empty_path (test.test_os.TestScandir.test_empty_path)\nPASS: test_fd (test.test_os.TestScandir.test_fd)\nPASS: test_fspath_protocol (test.test_os.TestScandir.test_fspath_protocol)\nPASS: test_fspath_protocol_bytes (test.test_os.TestScandir.test_fspath_protocol_bytes)\nPASS: test_removed_dir (test.test_os.TestScandir.test_removed_dir)\nPASS: test_removed_file (test.test_os.TestScandir.test_removed_file)\nPASS: test_repr (test.test_os.TestScandir.test_repr)\nPASS: test_resource_warning (test.test_os.TestScandir.test_resource_warning)\nPASS: test_uninstantiable (test.test_os.TestScandir.test_uninstantiable)\nPASS: test_unpickable (test.test_os.TestScandir.test_unpickable)\nSKIP: test_flags (test.test_os.TestSendfile.test_flags) 'requires headers and trailers support'\nSKIP: test_headers (test.test_os.TestSendfile.test_headers) 'requires headers and trailers support'\nSKIP: test_headers_overflow_32bits (test.test_os.TestSendfile.test_headers_overflow_32bits) 'requires headers and trailers support'\nPASS: test_invalid_offset (test.test_os.TestSendfile.test_invalid_offset)\nPASS: test_keywords (test.test_os.TestSendfile.test_keywords)\nPASS: test_offset_overflow (test.test_os.TestSendfile.test_offset_overflow)\nPASS: test_send_at_certain_offset (test.test_os.TestSendfile.test_send_at_certain_offset)\nPASS: test_send_whole_file (test.test_os.TestSendfile.test_send_whole_file)\nSKIP: test_trailers (test.test_os.TestSendfile.test_trailers) 'requires headers and trailers support'\nSKIP: test_trailers_overflow_32bits (test.test_os.TestSendfile.test_trailers_overflow_32bits) 'requires headers and trailers support'\nPASS: test_timerfd_TFD_TIMER_ABSTIME (test.test_os.TimerfdTests.test_timerfd_TFD_TIMER_ABSTIME)\nPASS: test_timerfd_initval (test.test_os.TimerfdTests.test_timerfd_initval)\nPASS: test_timerfd_interval (test.test_os.TimerfdTests.test_timerfd_interval)\nPASS: test_timerfd_negative (test.test_os.TimerfdTests.test_timerfd_negative)\nPASS: test_timerfd_non_blocking (test.test_os.TimerfdTests.test_timerfd_non_blocking)\nPASS: test_timerfd_ns_TFD_TIMER_ABSTIME (test.test_os.TimerfdTests.test_timerfd_ns_TFD_TIMER_ABSTIME)\nPASS: test_timerfd_ns_initval (test.test_os.TimerfdTests.test_timerfd_ns_initval)\nPASS: test_timerfd_ns_interval (test.test_os.TimerfdTests.test_timerfd_ns_interval)\nPASS: test_timerfd_ns_poll (test.test_os.TimerfdTests.test_timerfd_ns_poll)\nPASS: test_timerfd_ns_select (test.test_os.TimerfdTests.test_timerfd_ns_select)\nPASS: test_timerfd_poll (test.test_os.TimerfdTests.test_timerfd_poll)\nPASS: test_timerfd_select (test.test_os.TimerfdTests.test_timerfd_select)\nPASS: test_times (test.test_os.TimesTests.test_times)\nSKIP: test_urandom_failure (test.test_os.URandomFDTests.test_urandom_failure) 'os.random() does not use a file descriptor'\nSKIP: test_urandom_fd_closed (test.test_os.URandomFDTests.test_urandom_fd_closed) 'os.random() does not use a file descriptor'\nSKIP: test_urandom_fd_reopened (test.test_os.URandomFDTests.test_urandom_fd_reopened) 'os.random() does not use a file descriptor'\nPASS: test_urandom_length (test.test_os.URandomTests.test_urandom_length)\nPASS: test_urandom_subprocess (test.test_os.URandomTests.test_urandom_subprocess)\nPASS: test_urandom_value (test.test_os.URandomTests.test_urandom_value)\nPASS: test_issue31577 (test.test_os.UtimeTests.test_issue31577)\nSKIP: test_large_time (test.test_os.UtimeTests.test_large_time) 'requires NTFS'\nPASS: test_utime (test.test_os.UtimeTests.test_utime)\nPASS: test_utime_by_indexed (test.test_os.UtimeTests.test_utime_by_indexed)\nPASS: test_utime_by_times (test.test_os.UtimeTests.test_utime_by_times)\nPASS: test_utime_current (test.test_os.UtimeTests.test_utime_current)\nPASS: test_utime_current_old (test.test_os.UtimeTests.test_utime_current_old)\nPASS: test_utime_dir_fd (test.test_os.UtimeTests.test_utime_dir_fd)\nPASS: test_utime_directory (test.test_os.UtimeTests.test_utime_directory)\nPASS: test_utime_fd (test.test_os.UtimeTests.test_utime_fd)\nPASS: test_utime_invalid_arguments (test.test_os.UtimeTests.test_utime_invalid_arguments)\nPASS: test_utime_nofollow_symlinks (test.test_os.UtimeTests.test_utime_nofollow_symlinks)\nPASS: test_utime_nonexistent (test.test_os.UtimeTests.test_utime_nonexistent)\nPASS: test_file_like_path (test.test_os.WalkTests.test_file_like_path)\nPASS: test_walk_above_recursion_limit (test.test_os.WalkTests.test_walk_above_recursion_limit)\nPASS: test_walk_bad_dir (test.test_os.WalkTests.test_walk_bad_dir)\nPASS: test_walk_bad_dir2 (test.test_os.WalkTests.test_walk_bad_dir2)\nPASS: test_walk_bottom_up (test.test_os.WalkTests.test_walk_bottom_up)\nPASS: test_walk_many_open_files (test.test_os.WalkTests.test_walk_many_open_files)\nPASS: test_walk_named_pipe (test.test_os.WalkTests.test_walk_named_pipe)\nPASS: test_walk_named_pipe2 (test.test_os.WalkTests.test_walk_named_pipe2)\nPASS: test_walk_prune (test.test_os.WalkTests.test_walk_prune)\nPASS: test_walk_symlink (test.test_os.WalkTests.test_walk_symlink)\nPASS: test_walk_topdown (test.test_os.WalkTests.test_walk_topdown)\nSKIP: test_chdir (test.test_os.Win32ErrorTests.test_chdir) 'Win32 specific tests'\nSKIP: test_chmod (test.test_os.Win32ErrorTests.test_chmod) 'Win32 specific tests'\nSKIP: test_mkdir (test.test_os.Win32ErrorTests.test_mkdir) 'Win32 specific tests'\nSKIP: test_remove (test.test_os.Win32ErrorTests.test_remove) 'Win32 specific tests'\nSKIP: test_rename (test.test_os.Win32ErrorTests.test_rename) 'Win32 specific tests'\nSKIP: test_utime (test.test_os.Win32ErrorTests.test_utime) 'Win32 specific tests'\nSKIP: test_create_junction (test.test_os.Win32JunctionTests.test_create_junction) 'Win32 specific tests'\nSKIP: test_unlink_removes_junction (test.test_os.Win32JunctionTests.test_unlink_removes_junction) 'Win32 specific tests'\nSKIP: test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT) 'Win32 specific tests'\nSKIP: test_CTRL_C_EVENT (test.test_os.Win32KillTests.test_CTRL_C_EVENT) 'Win32 specific tests'\nSKIP: test_kill_int (test.test_os.Win32KillTests.test_kill_int) 'Win32 specific tests'\nSKIP: test_kill_sigterm (test.test_os.Win32KillTests.test_kill_sigterm) 'Win32 specific tests'\ntest_listdir_extended_path (test.test_os.Win32ListdirTests.test_listdir_extended_path)\nSKIP: Test when the path starts with '\\\\?\\'. 'Win32 specific tests'\ntest_listdir_no_extended_path (test.test_os.Win32ListdirTests.test_listdir_no_extended_path)\nSKIP: Test when the path is not an \"extended\" path. 'Win32 specific tests'\nSKIP: test_listdrives (test.test_os.Win32ListdriveTests.test_listdrives) 'NT specific tests'\nSKIP: test_listmounts (test.test_os.Win32ListdriveTests.test_listmounts) 'NT specific tests'\nSKIP: test_listvolumes (test.test_os.Win32ListdriveTests.test_listvolumes) 'NT specific tests'\nSKIP: test_getfinalpathname_handles (test.test_os.Win32NtTests.test_getfinalpathname_handles) 'Win32 specific tests'\nSKIP: test_stat_inaccessible_file (test.test_os.Win32NtTests.test_stat_inaccessible_file) 'Win32 specific tests'\nSKIP: test_stat_unlink_race (test.test_os.Win32NtTests.test_stat_unlink_race) 'Win32 specific tests'\nSKIP: test_12084 (test.test_os.Win32SymlinkTests.test_12084) 'Win32 specific tests'\nSKIP: test_29248 (test.test_os.Win32SymlinkTests.test_29248) 'Win32 specific tests'\nSKIP: test_appexeclink (test.test_os.Win32SymlinkTests.test_appexeclink) 'Win32 specific tests'\nSKIP: test_buffer_overflow (test.test_os.Win32SymlinkTests.test_buffer_overflow) 'Win32 specific tests'\nSKIP: test_directory_link (test.test_os.Win32SymlinkTests.test_directory_link) 'Win32 specific tests'\nSKIP: test_file_link (test.test_os.Win32SymlinkTests.test_file_link) 'Win32 specific tests'\nSKIP: test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_isdir_on_directory_link_to_missing_target) 'Win32 specific tests'\nSKIP: test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_remove_directory_link_to_missing_target) 'Win32 specific tests'\nSKIP: test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target) 'Win32 specific tests'\n\n----------------------------------------------------------------------\nRan 366 tests in 12.520s\n\nOK (skipped=56)\n0:02:02 load avg: 1.49 [335/480] test_repl passed\nPASS: test_multiple_statements_fail_early (test.test_repl.TestAsyncioREPL.test_multiple_statements_fail_early)\nPASS: test_toplevel_contextvars_async (test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_async)\nPASS: test_toplevel_contextvars_sync (test.test_repl.TestAsyncioREPL.test_toplevel_contextvars_sync)\nPASS: test_asyncio_repl_is_ok (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok)\nPASS: test_asyncio_repl_reaches_python_startup_script (test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_reaches_python_startup_script)\nPASS: test_close_stdin (test.test_repl.TestInteractiveInterpreter.test_close_stdin)\nPASS: test_interactive_source_is_in_linecache (test.test_repl.TestInteractiveInterpreter.test_interactive_source_is_in_linecache)\nPASS: test_interactive_traceback_reporting (test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting)\nPASS: test_interactive_traceback_reporting_multiple_input (test.test_repl.TestInteractiveInterpreter.test_interactive_traceback_reporting_multiple_input)\nPASS: test_multiline_string_parsing (test.test_repl.TestInteractiveInterpreter.test_multiline_string_parsing)\nPASS: test_no_memory (test.test_repl.TestInteractiveInterpreter.test_no_memory)\nPASS: test_runsource_show_syntax_error_location (test.test_repl.TestInteractiveInterpreter.test_runsource_show_syntax_error_location)\nPASS: test_interactive_syntax_error_correct_line (test.test_repl.TestInteractiveModeSyntaxErrors.test_interactive_syntax_error_correct_line)\n\n----------------------------------------------------------------------\nRan 13 tests in 0.579s\n\nOK\n0:02:02 load avg: 1.49 [336/480] test_reprlib passed\nSKIP: test_builtin_function (test.test_reprlib.LongReprTest.test_builtin_function) 'needs a built-in function with a really long name'\nPASS: test_class (test.test_reprlib.LongReprTest.test_class)\nPASS: test_instance (test.test_reprlib.LongReprTest.test_instance)\nPASS: test_method (test.test_reprlib.LongReprTest.test_method)\nPASS: test_module (test.test_reprlib.LongReprTest.test_module)\nSKIP: test_object (test.test_reprlib.LongReprTest.test_object) 'need a suitable object'\nPASS: test_type (test.test_reprlib.LongReprTest.test_type)\nPASS: test_builtin_function (test.test_reprlib.ReprTests.test_builtin_function)\nPASS: test_cell (test.test_reprlib.ReprTests.test_cell)\nPASS: test_container (test.test_reprlib.ReprTests.test_container)\nPASS: test_custom_repr (test.test_reprlib.ReprTests.test_custom_repr)\nPASS: test_custom_repr_class_with_spaces (test.test_reprlib.ReprTests.test_custom_repr_class_with_spaces)\nPASS: test_descriptors (test.test_reprlib.ReprTests.test_descriptors)\nPASS: test_frozenset (test.test_reprlib.ReprTests.test_frozenset)\nPASS: test_init_kwargs (test.test_reprlib.ReprTests.test_init_kwargs)\nPASS: test_instance (test.test_reprlib.ReprTests.test_instance)\nPASS: test_invalid_indent (test.test_reprlib.ReprTests.test_invalid_indent)\nPASS: test_lambda (test.test_reprlib.ReprTests.test_lambda)\nPASS: test_nesting (test.test_reprlib.ReprTests.test_nesting)\nPASS: test_numbers (test.test_reprlib.ReprTests.test_numbers)\nPASS: test_range (test.test_reprlib.ReprTests.test_range)\nPASS: test_set_literal (test.test_reprlib.ReprTests.test_set_literal)\nPASS: test_shadowed_builtin (test.test_reprlib.ReprTests.test_shadowed_builtin)\nPASS: test_shadowed_stdlib_array (test.test_reprlib.ReprTests.test_shadowed_stdlib_array)\nPASS: test_string (test.test_reprlib.ReprTests.test_string)\nPASS: test_tuple (test.test_reprlib.ReprTests.test_tuple)\nPASS: test_unsortable (test.test_reprlib.ReprTests.test_unsortable)\nPASS: test_valid_indent (test.test_reprlib.ReprTests.test_valid_indent)\nPASS: test__type_params__ (test.test_reprlib.TestRecursiveRepr.test__type_params__)\nPASS: test__wrapped__ (test.test_reprlib.TestRecursiveRepr.test__wrapped__)\nPASS: test_assigned_attributes (test.test_reprlib.TestRecursiveRepr.test_assigned_attributes)\nPASS: test_recursive_repr (test.test_reprlib.TestRecursiveRepr.test_recursive_repr)\n\n----------------------------------------------------------------------\nRan 32 tests in 0.012s\n\nOK (skipped=2)\n0:02:02 load avg: 1.49 [337/480] test_poplib passed\nPASS: test_apop_REDOS (test.test_poplib.TestPOP3Class.test_apop_REDOS)\nPASS: test_apop_normal (test.test_poplib.TestPOP3Class.test_apop_normal)\nPASS: test_capa (test.test_poplib.TestPOP3Class.test_capa)\nPASS: test_dele (test.test_poplib.TestPOP3Class.test_dele)\nPASS: test_exceptions (test.test_poplib.TestPOP3Class.test_exceptions)\nPASS: test_getwelcome (test.test_poplib.TestPOP3Class.test_getwelcome)\nPASS: test_list (test.test_poplib.TestPOP3Class.test_list)\nPASS: test_noop (test.test_poplib.TestPOP3Class.test_noop)\nPASS: test_pass_ (test.test_poplib.TestPOP3Class.test_pass_)\nPASS: test_quit (test.test_poplib.TestPOP3Class.test_quit)\nPASS: test_retr (test.test_poplib.TestPOP3Class.test_retr)\nPASS: test_rpop (test.test_poplib.TestPOP3Class.test_rpop)\nPASS: test_stat (test.test_poplib.TestPOP3Class.test_stat)\nPASS: test_stls (test.test_poplib.TestPOP3Class.test_stls)\nPASS: test_stls_capa (test.test_poplib.TestPOP3Class.test_stls_capa)\nPASS: test_stls_context (test.test_poplib.TestPOP3Class.test_stls_context)\nPASS: test_too_long_lines (test.test_poplib.TestPOP3Class.test_too_long_lines)\nPASS: test_top (test.test_poplib.TestPOP3Class.test_top)\nPASS: test_uidl (test.test_poplib.TestPOP3Class.test_uidl)\nPASS: test_user (test.test_poplib.TestPOP3Class.test_user)\nPASS: test_utf8 (test.test_poplib.TestPOP3Class.test_utf8)\nPASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported)\nPASS: test__all__ (test.test_poplib.TestPOP3_SSLClass.test__all__)\nPASS: test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS)\nPASS: test_apop_normal (test.test_poplib.TestPOP3_SSLClass.test_apop_normal)\nPASS: test_capa (test.test_poplib.TestPOP3_SSLClass.test_capa)\nPASS: test_context (test.test_poplib.TestPOP3_SSLClass.test_context)\nPASS: test_dele (test.test_poplib.TestPOP3_SSLClass.test_dele)\nPASS: test_exceptions (test.test_poplib.TestPOP3_SSLClass.test_exceptions)\nPASS: test_getwelcome (test.test_poplib.TestPOP3_SSLClass.test_getwelcome)\nPASS: test_list (test.test_poplib.TestPOP3_SSLClass.test_list)\nPASS: test_noop (test.test_poplib.TestPOP3_SSLClass.test_noop)\nPASS: test_pass_ (test.test_poplib.TestPOP3_SSLClass.test_pass_)\nPASS: test_quit (test.test_poplib.TestPOP3_SSLClass.test_quit)\nPASS: test_retr (test.test_poplib.TestPOP3_SSLClass.test_retr)\nPASS: test_rpop (test.test_poplib.TestPOP3_SSLClass.test_rpop)\nPASS: test_stat (test.test_poplib.TestPOP3_SSLClass.test_stat)\nPASS: test_stls (test.test_poplib.TestPOP3_SSLClass.test_stls)\nPASS: test_stls_capa (test.test_poplib.TestPOP3_SSLClass.test_stls_capa)\nPASS: test_stls_context (test.test_poplib.TestPOP3_SSLClass.test_stls_context)\nPASS: test_too_long_lines (test.test_poplib.TestPOP3_SSLClass.test_too_long_lines)\nPASS: test_top (test.test_poplib.TestPOP3_SSLClass.test_top)\nPASS: test_uidl (test.test_poplib.TestPOP3_SSLClass.test_uidl)\nPASS: test_user (test.test_poplib.TestPOP3_SSLClass.test_user)\nPASS: test_utf8 (test.test_poplib.TestPOP3_SSLClass.test_utf8)\nPASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported)\nPASS: test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS)\nPASS: test_apop_normal (test.test_poplib.TestPOP3_TLSClass.test_apop_normal)\nPASS: test_capa (test.test_poplib.TestPOP3_TLSClass.test_capa)\nPASS: test_dele (test.test_poplib.TestPOP3_TLSClass.test_dele)\nPASS: test_exceptions (test.test_poplib.TestPOP3_TLSClass.test_exceptions)\nPASS: test_getwelcome (test.test_poplib.TestPOP3_TLSClass.test_getwelcome)\nPASS: test_list (test.test_poplib.TestPOP3_TLSClass.test_list)\nPASS: test_noop (test.test_poplib.TestPOP3_TLSClass.test_noop)\nPASS: test_pass_ (test.test_poplib.TestPOP3_TLSClass.test_pass_)\nPASS: test_quit (test.test_poplib.TestPOP3_TLSClass.test_quit)\nPASS: test_retr (test.test_poplib.TestPOP3_TLSClass.test_retr)\nPASS: test_rpop (test.test_poplib.TestPOP3_TLSClass.test_rpop)\nPASS: test_stat (test.test_poplib.TestPOP3_TLSClass.test_stat)\nPASS: test_stls (test.test_poplib.TestPOP3_TLSClass.test_stls)\nPASS: test_stls_capa (test.test_poplib.TestPOP3_TLSClass.test_stls_capa)\nPASS: test_stls_context (test.test_poplib.TestPOP3_TLSClass.test_stls_context)\nPASS: test_too_long_lines (test.test_poplib.TestPOP3_TLSClass.test_too_long_lines)\nPASS: test_top (test.test_poplib.TestPOP3_TLSClass.test_top)\nPASS: test_uidl (test.test_poplib.TestPOP3_TLSClass.test_uidl)\nPASS: test_user (test.test_poplib.TestPOP3_TLSClass.test_user)\nPASS: test_utf8 (test.test_poplib.TestPOP3_TLSClass.test_utf8)\nPASS: test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported)\nPASS: testTimeoutDefault (test.test_poplib.TestTimeouts.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_poplib.TestTimeouts.testTimeoutNone)\nPASS: testTimeoutValue (test.test_poplib.TestTimeouts.testTimeoutValue)\n\n----------------------------------------------------------------------\nRan 71 tests in 6.227s\n\nOK\n0:02:02 load avg: 1.49 [338/480] test_resource passed\nPASS: test_args (test.test_resource.ResourceTest.test_args)\nPASS: test_freebsd_contants (test.test_resource.ResourceTest.test_freebsd_contants)\nPASS: test_fsize_enforced (test.test_resource.ResourceTest.test_fsize_enforced)\nPASS: test_fsize_ismax (test.test_resource.ResourceTest.test_fsize_ismax)\nPASS: test_fsize_toobig (test.test_resource.ResourceTest.test_fsize_toobig)\nPASS: test_getrusage (test.test_resource.ResourceTest.test_getrusage)\nPASS: test_linux_constants (test.test_resource.ResourceTest.test_linux_constants)\nPASS: test_pagesize (test.test_resource.ResourceTest.test_pagesize)\nPASS: test_prlimit (test.test_resource.ResourceTest.test_prlimit)\nPASS: test_prlimit_refcount (test.test_resource.ResourceTest.test_prlimit_refcount)\nPASS: test_setrusage_refcount (test.test_resource.ResourceTest.test_setrusage_refcount)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.059s\n\nOK\n0:02:02 load avg: 1.49 [339/480] test_richcmp passed\nPASS: test_dicts (test.test_richcmp.DictTest.test_dicts)\nPASS: test_badentry (test.test_richcmp.ListTest.test_badentry)\nPASS: test_coverage (test.test_richcmp.ListTest.test_coverage)\nPASS: test_goodentry (test.test_richcmp.ListTest.test_goodentry)\nPASS: test_exception_message (test.test_richcmp.MiscTest.test_exception_message)\nPASS: test_misbehavin (test.test_richcmp.MiscTest.test_misbehavin)\nPASS: test_not (test.test_richcmp.MiscTest.test_not)\nPASS: test_recursion (test.test_richcmp.MiscTest.test_recursion)\nPASS: test_basic (test.test_richcmp.NumberTest.test_basic)\nPASS: test_values (test.test_richcmp.NumberTest.test_values)\nPASS: test_mixed (test.test_richcmp.VectorTest.test_mixed)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:02:02 load avg: 1.49 [340/480] test_rlcompleter passed\ntest_attr_matches (test.test_rlcompleter.TestRlcompleter.test_attr_matches) ...         ok\ntest_complete (test.test_rlcompleter.TestRlcompleter.test_complete) ...                 ok\ntest_duplicate_globals (test.test_rlcompleter.TestRlcompleter.test_duplicate_globals) ...                         ok\ntest_excessive_getattr (test.test_rlcompleter.TestRlcompleter.test_excessive_getattr)\nEnsure getattr() is invoked no more than once per attribute ...                                 ok\ntest_global_matches (test.test_rlcompleter.TestRlcompleter.test_global_matches) ...                                         ok\ntest_namespace (test.test_rlcompleter.TestRlcompleter.test_namespace) ...                                                 ok\ntest_property_method_not_called (test.test_rlcompleter.TestRlcompleter.test_property_method_not_called) ...                                                         ok\ntest_uncreated_attr (test.test_rlcompleter.TestRlcompleter.test_uncreated_attr) ...                                                                 ok\n\n----------------------------------------------------------------------\nRan 8 tests in 0.011s\n\nOK\n0:02:02 load avg: 1.49 [341/480] test_robotparser passed\nPASS: test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.CrawlDelayAndRequestRateTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.CrawlDelayAndRequestRateTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.DefaultEntryTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.DefaultEntryTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.DefaultEntryTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.DefaultEntryTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.DifferentAgentTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.DifferentAgentTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.DifferentAgentTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.DifferentAgentTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.DisallowQueryStringTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.DisallowQueryStringTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.DisallowQueryStringTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.EmptyFileTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.EmptyFileTest.test_good_urls)\nPASS: test_request_rate (test.test_robotparser.EmptyFileTest.test_request_rate)\nPASS: test_site_maps (test.test_robotparser.EmptyFileTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.EmptyQueryStringTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.EmptyQueryStringTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.EmptyQueryStringTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.GoogleURLOrderingTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.GoogleURLOrderingTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.GoogleURLOrderingTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.InvalidCrawlDelayTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.InvalidCrawlDelayTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.InvalidCrawlDelayTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.InvalidRequestRateTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.InvalidRequestRateTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.InvalidRequestRateTest.test_site_maps)\nSKIP: setUpClass (test.test_robotparser.NetworkTestCase) \"Use of the 'network' resource not enabled\"\nPASS: testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase.testPasswordProtectedSite)\nPASS: test_bad_urls (test.test_robotparser.RejectAllRobotsTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.RejectAllRobotsTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.RejectAllRobotsTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.SitemapTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.SitemapTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.SitemapTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.StringFormattingTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.StringFormattingTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.StringFormattingTest.test_site_maps)\nPASS: test_string_formatting (test.test_robotparser.StringFormattingTest.test_string_formatting)\nPASS: test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.UserAgentOrderingTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UserAgentOrderingTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UserAgentOrderingTest.test_site_maps)\nPASS: test_bad_urls (test.test_robotparser.UserAgentWildcardTest.test_bad_urls)\nPASS: test_good_urls (test.test_robotparser.UserAgentWildcardTest.test_good_urls)\nPASS: test_site_maps (test.test_robotparser.UserAgentWildcardTest.test_site_maps)\n\n----------------------------------------------------------------------\nRan 60 tests in 0.008s\n\nOK (skipped=1)\n0:02:02 load avg: 1.49 [342/480] test_sax passed\nPASS: test_1463026_1 (test.test_sax.BytesXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.BytesXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.BytesXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.BytesXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.BytesXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.BytesXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.BytesXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.BytesXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.BytesXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.BytesXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.BytesXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.BytesXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.BytesXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.BytesXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest.test_xmlgen_unencodable)\nPASS: test_handlers (test.test_sax.CDATAHandlerTest.test_handlers)\nPASS: test_expat_incomplete (test.test_sax.ErrorReportingTest.test_expat_incomplete)\nPASS: test_expat_inpsource_location (test.test_sax.ErrorReportingTest.test_expat_inpsource_location)\nPASS: test_sax_parse_exception_str (test.test_sax.ErrorReportingTest.test_sax_parse_exception_str)\nPASS: test_expat_attrs_empty (test.test_sax.ExpatReaderTest.test_expat_attrs_empty)\nPASS: test_expat_attrs_wattr (test.test_sax.ExpatReaderTest.test_expat_attrs_wattr)\nPASS: test_expat_binary_file (test.test_sax.ExpatReaderTest.test_expat_binary_file)\nPASS: test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_bytes_name)\nPASS: test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_int_name)\nPASS: test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii)\nPASS: test_expat_dtdhandler (test.test_sax.ExpatReaderTest.test_expat_dtdhandler)\nPASS: test_expat_entityresolver_default (test.test_sax.ExpatReaderTest.test_expat_entityresolver_default)\nPASS: test_expat_entityresolver_enabled (test.test_sax.ExpatReaderTest.test_expat_entityresolver_enabled)\nPASS: test_expat_external_dtd_default (test.test_sax.ExpatReaderTest.test_expat_external_dtd_default)\nPASS: test_expat_external_dtd_enabled (test.test_sax.ExpatReaderTest.test_expat_external_dtd_enabled)\nPASS: test_expat_incremental (test.test_sax.ExpatReaderTest.test_expat_incremental)\nPASS: test_expat_incremental_reset (test.test_sax.ExpatReaderTest.test_expat_incremental_reset)\nPASS: test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_byte_stream)\nPASS: test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_character_stream)\nPASS: test_expat_inpsource_filename (test.test_sax.ExpatReaderTest.test_expat_inpsource_filename)\nPASS: test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid)\nPASS: test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_nonascii)\nPASS: test_expat_locator_noinfo (test.test_sax.ExpatReaderTest.test_expat_locator_noinfo)\nPASS: test_expat_locator_withinfo (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo)\nPASS: test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_nonascii)\nPASS: test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest.test_expat_nsattrs_empty)\nPASS: test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest.test_expat_nsattrs_wattr)\nPASS: test_expat_text_file (test.test_sax.ExpatReaderTest.test_expat_text_file)\nPASS: test_flush_reparse_deferral_disabled (test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_disabled)\nPASS: test_flush_reparse_deferral_enabled (test.test_sax.ExpatReaderTest.test_flush_reparse_deferral_enabled)\nPASS: test_handlers (test.test_sax.LexicalHandlerTest.test_handlers)\nPASS: test_make_parser2 (test.test_sax.MakeParserTest.test_make_parser2)\nPASS: test_make_parser3 (test.test_sax.MakeParserTest.test_make_parser3)\nPASS: test_make_parser4 (test.test_sax.MakeParserTest.test_make_parser4)\nPASS: test_make_parser5 (test.test_sax.MakeParserTest.test_make_parser5)\nPASS: test_parseString_bytes (test.test_sax.ParseTest.test_parseString_bytes)\nPASS: test_parseString_text (test.test_sax.ParseTest.test_parseString_text)\nPASS: test_parse_InputSource (test.test_sax.ParseTest.test_parse_InputSource)\nPASS: test_parse_bytes (test.test_sax.ParseTest.test_parse_bytes)\nPASS: test_parse_close_source (test.test_sax.ParseTest.test_parse_close_source)\nPASS: test_parse_path_object (test.test_sax.ParseTest.test_parse_path_object)\nPASS: test_parse_text (test.test_sax.ParseTest.test_parse_text)\nPASS: test_binary_file (test.test_sax.PrepareInputSourceTest.test_binary_file)\nPASS: test_byte_stream (test.test_sax.PrepareInputSourceTest.test_byte_stream)\nPASS: test_character_stream (test.test_sax.PrepareInputSourceTest.test_character_stream)\nPASS: test_path_objects (test.test_sax.PrepareInputSourceTest.test_path_objects)\nPASS: test_string (test.test_sax.PrepareInputSourceTest.test_string)\nPASS: test_system_id (test.test_sax.PrepareInputSourceTest.test_system_id)\nPASS: test_text_file (test.test_sax.PrepareInputSourceTest.test_text_file)\nPASS: test_double_quoteattr (test.test_sax.SaxutilsTest.test_double_quoteattr)\nPASS: test_escape_all (test.test_sax.SaxutilsTest.test_escape_all)\nPASS: test_escape_basic (test.test_sax.SaxutilsTest.test_escape_basic)\nPASS: test_escape_extra (test.test_sax.SaxutilsTest.test_escape_extra)\nPASS: test_make_parser (test.test_sax.SaxutilsTest.test_make_parser)\nPASS: test_quoteattr_basic (test.test_sax.SaxutilsTest.test_quoteattr_basic)\nPASS: test_single_double_quoteattr (test.test_sax.SaxutilsTest.test_single_double_quoteattr)\nPASS: test_single_quoteattr (test.test_sax.SaxutilsTest.test_single_quoteattr)\nPASS: test_unescape_all (test.test_sax.SaxutilsTest.test_unescape_all)\nPASS: test_unescape_amp_extra (test.test_sax.SaxutilsTest.test_unescape_amp_extra)\nPASS: test_unescape_basic (test.test_sax.SaxutilsTest.test_unescape_basic)\nPASS: test_unescape_extra (test.test_sax.SaxutilsTest.test_unescape_extra)\nPASS: test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_unencodable)\nPASS: test_1463026_1 (test.test_sax.StreamWriterXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.StreamWriterXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.StreamWriterXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.StreamWriterXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.StreamWriterXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.StreamWriterXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_unencodable)\nPASS: test_1463026_1 (test.test_sax.StringXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.StringXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.StringXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.StringXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.StringXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.StringXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.StringXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.StringXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.StringXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.StringXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.StringXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.StringXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.StringXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.StringXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.StringXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.StringXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.StringXmlgenTest.test_xmlgen_pi)\nPASS: test_1463026_1 (test.test_sax.WriterXmlgenTest.test_1463026_1)\nPASS: test_1463026_1_empty (test.test_sax.WriterXmlgenTest.test_1463026_1_empty)\nPASS: test_1463026_2 (test.test_sax.WriterXmlgenTest.test_1463026_2)\nPASS: test_1463026_2_empty (test.test_sax.WriterXmlgenTest.test_1463026_2_empty)\nPASS: test_1463026_3 (test.test_sax.WriterXmlgenTest.test_1463026_3)\nPASS: test_1463026_3_empty (test.test_sax.WriterXmlgenTest.test_1463026_3_empty)\nPASS: test_5027_1 (test.test_sax.WriterXmlgenTest.test_5027_1)\nPASS: test_5027_2 (test.test_sax.WriterXmlgenTest.test_5027_2)\nPASS: test_no_close_file (test.test_sax.WriterXmlgenTest.test_no_close_file)\nPASS: test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_attr_escape)\nPASS: test_xmlgen_basic (test.test_sax.WriterXmlgenTest.test_xmlgen_basic)\nPASS: test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_basic_empty)\nPASS: test_xmlgen_content (test.test_sax.WriterXmlgenTest.test_xmlgen_content)\nPASS: test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_content_empty)\nPASS: test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_content_escape)\nPASS: test_xmlgen_encoding (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding)\nPASS: test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding_bytes)\nPASS: test_xmlgen_fragment (test.test_sax.WriterXmlgenTest.test_xmlgen_fragment)\nPASS: test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable)\nPASS: test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable_empty)\nPASS: test_xmlgen_ns (test.test_sax.WriterXmlgenTest.test_xmlgen_ns)\nPASS: test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ns_empty)\nPASS: test_xmlgen_pi (test.test_sax.WriterXmlgenTest.test_xmlgen_pi)\nPASS: test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest.test_xmlgen_unencodable)\nPASS: test_filter_basic (test.test_sax.XMLFilterBaseTest.test_filter_basic)\nPASS: test_attrs_empty (test.test_sax.XmlReaderTest.test_attrs_empty)\nPASS: test_attrs_wattr (test.test_sax.XmlReaderTest.test_attrs_wattr)\nPASS: test_nsattrs_empty (test.test_sax.XmlReaderTest.test_nsattrs_empty)\nPASS: test_nsattrs_wattr (test.test_sax.XmlReaderTest.test_nsattrs_wattr)\n\n----------------------------------------------------------------------\nRan 185 tests in 0.020s\n\nOK\n0:02:03 load avg: 1.49 [343/480] test_runpy passed\nPASS: test_run_code (test.test_runpy.ExecutionLayerTestCase.test_run_code)\nPASS: test_run_module_code (test.test_runpy.ExecutionLayerTestCase.test_run_module_code)\nPASS: test_explicit_relative_import (test.test_runpy.RunModuleTestCase.test_explicit_relative_import)\nPASS: test_invalid_names (test.test_runpy.RunModuleTestCase.test_invalid_names)\nPASS: test_library_module (test.test_runpy.RunModuleTestCase.test_library_module)\nPASS: test_main_relative_import (test.test_runpy.RunModuleTestCase.test_main_relative_import)\nPASS: test_package_imported_no_warning (test.test_runpy.RunModuleTestCase.test_package_imported_no_warning)\nPASS: test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase.test_pkgutil_walk_packages)\nPASS: test_run_module (test.test_runpy.RunModuleTestCase.test_run_module)\nPASS: test_run_module_alter_sys (test.test_runpy.RunModuleTestCase.test_run_module_alter_sys)\nPASS: test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_module_in_namespace_package)\nPASS: test_run_name (test.test_runpy.RunModuleTestCase.test_run_name)\nPASS: test_run_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package)\nPASS: test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package)\nPASS: test_run_package (test.test_runpy.RunModuleTestCase.test_run_package)\nPASS: test_run_package_alter_sys (test.test_runpy.RunModuleTestCase.test_run_package_alter_sys)\nPASS: test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_package_in_namespace_package)\nPASS: test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase.test_run_package_init_exceptions)\nPASS: test_submodule_imported_warning (test.test_runpy.RunModuleTestCase.test_submodule_imported_warning)\nPASS: test_basic_script (test.test_runpy.RunPathTestCase.test_basic_script)\nPASS: test_basic_script_no_suffix (test.test_runpy.RunPathTestCase.test_basic_script_no_suffix)\nPASS: test_basic_script_with_pathlike_object (test.test_runpy.RunPathTestCase.test_basic_script_with_pathlike_object)\nPASS: test_directory (test.test_runpy.RunPathTestCase.test_directory)\nPASS: test_directory_compiled (test.test_runpy.RunPathTestCase.test_directory_compiled)\nPASS: test_directory_error (test.test_runpy.RunPathTestCase.test_directory_error)\nPASS: test_encoding (test.test_runpy.RunPathTestCase.test_encoding)\nSKIP: test_main_recursion_error (test.test_runpy.RunPathTestCase.test_main_recursion_error) \"resource 'cpu' is not enabled\"\nPASS: test_script_compiled (test.test_runpy.RunPathTestCase.test_script_compiled)\nPASS: test_zipfile (test.test_runpy.RunPathTestCase.test_zipfile)\nPASS: test_zipfile_compiled (test.test_runpy.RunPathTestCase.test_zipfile_compiled)\nPASS: test_zipfile_error (test.test_runpy.RunPathTestCase.test_zipfile_error)\nPASS: test_pymain_run_command (test.test_runpy.TestExit.test_pymain_run_command)\nPASS: test_pymain_run_command_run_module (test.test_runpy.TestExit.test_pymain_run_command_run_module)\nPASS: test_pymain_run_file (test.test_runpy.TestExit.test_pymain_run_file)\nPASS: test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module)\nPASS: test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main)\nPASS: test_pymain_run_module (test.test_runpy.TestExit.test_pymain_run_module)\nPASS: test_pymain_run_stdin (test.test_runpy.TestExit.test_pymain_run_stdin)\n\n----------------------------------------------------------------------\nRan 38 tests in 0.253s\n\nOK (skipped=1)\n0:02:03 load avg: 1.49 [344/480] test_scope passed\nPASS: testBoundAndFree (test.test_scope.ScopeTests.testBoundAndFree)\nPASS: testCellIsArgAndEscapes (test.test_scope.ScopeTests.testCellIsArgAndEscapes)\nPASS: testCellIsKwonlyArg (test.test_scope.ScopeTests.testCellIsKwonlyArg)\nPASS: testCellIsLocalAndEscapes (test.test_scope.ScopeTests.testCellIsLocalAndEscapes)\nPASS: testCellLeak (test.test_scope.ScopeTests.testCellLeak)\nPASS: testClassAndGlobal (test.test_scope.ScopeTests.testClassAndGlobal)\nPASS: testClassNamespaceOverridesClosure (test.test_scope.ScopeTests.testClassNamespaceOverridesClosure)\nPASS: testComplexDefinitions (test.test_scope.ScopeTests.testComplexDefinitions)\nPASS: testEvalExecFreeVars (test.test_scope.ScopeTests.testEvalExecFreeVars)\nPASS: testEvalFreeVars (test.test_scope.ScopeTests.testEvalFreeVars)\nPASS: testExtraNesting (test.test_scope.ScopeTests.testExtraNesting)\nPASS: testFreeVarInMethod (test.test_scope.ScopeTests.testFreeVarInMethod)\nPASS: testFreeingCell (test.test_scope.ScopeTests.testFreeingCell)\nPASS: testGlobalInParallelNestedFunctions (test.test_scope.ScopeTests.testGlobalInParallelNestedFunctions)\nPASS: testInteractionWithTraceFunc (test.test_scope.ScopeTests.testInteractionWithTraceFunc)\nPASS: testLambdas (test.test_scope.ScopeTests.testLambdas)\nPASS: testLeaks (test.test_scope.ScopeTests.testLeaks)\nPASS: testListCompLocalVars (test.test_scope.ScopeTests.testListCompLocalVars)\nPASS: testLocalsClass (test.test_scope.ScopeTests.testLocalsClass)\nPASS: testLocalsClass_WithTrace (test.test_scope.ScopeTests.testLocalsClass_WithTrace)\nPASS: testLocalsFunction (test.test_scope.ScopeTests.testLocalsFunction)\nPASS: testMixedFreevarsAndCellvars (test.test_scope.ScopeTests.testMixedFreevarsAndCellvars)\nPASS: testNearestEnclosingScope (test.test_scope.ScopeTests.testNearestEnclosingScope)\nPASS: testNestedNonLocal (test.test_scope.ScopeTests.testNestedNonLocal)\nPASS: testNestingGlobalNoFree (test.test_scope.ScopeTests.testNestingGlobalNoFree)\nPASS: testNestingPlusFreeRefToGlobal (test.test_scope.ScopeTests.testNestingPlusFreeRefToGlobal)\nPASS: testNestingThroughClass (test.test_scope.ScopeTests.testNestingThroughClass)\nPASS: testNonLocalClass (test.test_scope.ScopeTests.testNonLocalClass)\nPASS: testNonLocalFunction (test.test_scope.ScopeTests.testNonLocalFunction)\nPASS: testNonLocalGenerator (test.test_scope.ScopeTests.testNonLocalGenerator)\nPASS: testNonLocalMethod (test.test_scope.ScopeTests.testNonLocalMethod)\nPASS: testRecursion (test.test_scope.ScopeTests.testRecursion)\nPASS: testScopeOfGlobalStmt (test.test_scope.ScopeTests.testScopeOfGlobalStmt)\nPASS: testSimpleAndRebinding (test.test_scope.ScopeTests.testSimpleAndRebinding)\nPASS: testSimpleNesting (test.test_scope.ScopeTests.testSimpleNesting)\nPASS: testTopIsNotSignificant (test.test_scope.ScopeTests.testTopIsNotSignificant)\nPASS: testUnboundLocal (test.test_scope.ScopeTests.testUnboundLocal)\nPASS: testUnboundLocal_AfterDel (test.test_scope.ScopeTests.testUnboundLocal_AfterDel)\nPASS: testUnboundLocal_AugAssign (test.test_scope.ScopeTests.testUnboundLocal_AugAssign)\nPASS: testUnoptimizedNamespaces (test.test_scope.ScopeTests.testUnoptimizedNamespaces)\nPASS: test_multiple_nesting (test.test_scope.ScopeTests.test_multiple_nesting)\n\n----------------------------------------------------------------------\nRan 41 tests in 0.011s\n\nOK\n0:02:03 load avg: 1.49 [345/480] test_script_helper passed\nPASS: test_assert_python_failure (test.test_script_helper.TestScriptHelper.test_assert_python_failure)\nPASS: test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper.test_assert_python_failure_raises)\nPASS: test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper.test_assert_python_isolated_when_env_not_required)\ntest_assert_python_not_isolated_when_env_is_required (test.test_script_helper.TestScriptHelper.test_assert_python_not_isolated_when_env_is_required)\nPASS: Ensure that -I is not passed when the environment is required.\nPASS: test_assert_python_ok (test.test_script_helper.TestScriptHelper.test_assert_python_ok)\nPASS: test_assert_python_ok_raises (test.test_script_helper.TestScriptHelper.test_assert_python_ok_raises)\nPASS: test_interpreter_requires_environment_details (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_details)\nPASS: test_interpreter_requires_environment_false (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_false)\nPASS: test_interpreter_requires_environment_true (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_true)\nPASS: test_interpreter_requires_environment_with_pythonhome (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhome)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.104s\n\nOK\n0:02:03 load avg: 1.49 [346/480] test_secrets passed\nPASS: test_bad_types (test.test_secrets.Compare_Digest_Tests.test_bad_types)\nPASS: test_bool (test.test_secrets.Compare_Digest_Tests.test_bool)\nPASS: test_equal (test.test_secrets.Compare_Digest_Tests.test_equal)\nPASS: test_unequal (test.test_secrets.Compare_Digest_Tests.test_unequal)\nPASS: test_choice (test.test_secrets.Random_Tests.test_choice)\nPASS: test_randbelow (test.test_secrets.Random_Tests.test_randbelow)\nPASS: test_randbits (test.test_secrets.Random_Tests.test_randbits)\nPASS: test_token_bytes (test.test_secrets.Token_Tests.test_token_bytes)\nPASS: test_token_defaults (test.test_secrets.Token_Tests.test_token_defaults)\nPASS: test_token_hex (test.test_secrets.Token_Tests.test_token_hex)\nPASS: test_token_urlsafe (test.test_secrets.Token_Tests.test_token_urlsafe)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:02:03 load avg: 1.49 [347/480] test_sched passed\nPASS: test_args_kwargs (test.test_sched.TestCase.test_args_kwargs)\nPASS: test_cancel (test.test_sched.TestCase.test_cancel)\nPASS: test_cancel_concurrent (test.test_sched.TestCase.test_cancel_concurrent)\nPASS: test_cancel_correct_event (test.test_sched.TestCase.test_cancel_correct_event)\nPASS: test_empty (test.test_sched.TestCase.test_empty)\nPASS: test_enter (test.test_sched.TestCase.test_enter)\nPASS: test_enter_concurrent (test.test_sched.TestCase.test_enter_concurrent)\nPASS: test_enterabs (test.test_sched.TestCase.test_enterabs)\nPASS: test_priority (test.test_sched.TestCase.test_priority)\nPASS: test_queue (test.test_sched.TestCase.test_queue)\nPASS: test_run_non_blocking (test.test_sched.TestCase.test_run_non_blocking)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.545s\n\nOK\n0:02:05 load avg: 1.49 [348/480] test_select passed\nPASS: test_disallow_instantiation (test.test_select.SelectTestCase.test_disallow_instantiation)\nPASS: test_errno (test.test_select.SelectTestCase.test_errno)\nPASS: test_error_conditions (test.test_select.SelectTestCase.test_error_conditions)\nPASS: test_returned_list_identity (test.test_select.SelectTestCase.test_returned_list_identity)\ntest_select (test.test_select.SelectTestCase.test_select) ... timeout = 0\ntimeout = 1\nb'testing...\\n'\ntimeout = 2\nb'testing...\\n'\ntimeout = 4\nb'testing...\\n'\ntimeout = 8\nb'testing...\\n'\ntimeout = 16\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb'testing...\\n'\ntimeout = None\nb''\nEOF\nok\nPASS: test_select_mutated (test.test_select.SelectTestCase.test_select_mutated)\n\n----------------------------------------------------------------------\nRan 6 tests in 1.523s\n\nOK\n0:02:06 load avg: 2.09 [349/480] test_set passed\nPASS: test_copy (test.test_set.TestBasicOpsBytes.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsBytes.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsBytes.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsBytes.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsBytes.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsBytes.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsBytes.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsBytes.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsBytes.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsBytes.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsBytes.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsBytes.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsBytes.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsBytes.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsBytes.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsBytes.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsBytes.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsBytes.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsBytes.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsBytes.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsBytes.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsBytes.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsEmpty.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsEmpty.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsEmpty.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsEmpty.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsEmpty.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsEmpty.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsEmpty.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsEmpty.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsEmpty.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsEmpty.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsEmpty.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsEmpty.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsEmpty.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsEmpty.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsEmpty.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsEmpty.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsEmpty.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsEmpty.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsEmpty.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsEmpty.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsMixedStringBytes.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsMixedStringBytes.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsMixedStringBytes.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsMixedStringBytes.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsMixedStringBytes.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsMixedStringBytes.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsMixedStringBytes.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsMixedStringBytes.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsMixedStringBytes.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsMixedStringBytes.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsMixedStringBytes.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsMixedStringBytes.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsMixedStringBytes.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsSingleton.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsSingleton.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsSingleton.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsSingleton.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsSingleton.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsSingleton.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsSingleton.test_equivalent_equality)\nPASS: test_in (test.test_set.TestBasicOpsSingleton.test_in)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsSingleton.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsSingleton.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsSingleton.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsSingleton.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsSingleton.test_length)\nPASS: test_not_in (test.test_set.TestBasicOpsSingleton.test_not_in)\nPASS: test_pickling (test.test_set.TestBasicOpsSingleton.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsSingleton.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsSingleton.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsSingleton.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsSingleton.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsSingleton.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsSingleton.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsSingleton.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsString.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsString.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsString.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsString.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsString.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsString.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsString.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsString.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsString.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsString.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsString.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsString.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsString.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsString.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsString.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsString.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsString.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsString.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsString.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsString.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsString.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsString.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsTriple.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsTriple.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsTriple.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsTriple.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTriple.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTriple.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsTriple.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsTriple.test_equivalent_equality)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsTriple.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTriple.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsTriple.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsTriple.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsTriple.test_length)\nPASS: test_pickling (test.test_set.TestBasicOpsTriple.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsTriple.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsTriple.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsTriple.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsTriple.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsTriple.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTriple.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsTriple.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsTriple.test_union_empty)\nPASS: test_copy (test.test_set.TestBasicOpsTuple.test_copy)\nPASS: test_empty_difference (test.test_set.TestBasicOpsTuple.test_empty_difference)\nPASS: test_empty_difference_rev (test.test_set.TestBasicOpsTuple.test_empty_difference_rev)\nPASS: test_empty_intersection (test.test_set.TestBasicOpsTuple.test_empty_intersection)\nPASS: test_empty_isdisjoint (test.test_set.TestBasicOpsTuple.test_empty_isdisjoint)\nPASS: test_empty_symmetric_difference (test.test_set.TestBasicOpsTuple.test_empty_symmetric_difference)\nPASS: test_empty_union (test.test_set.TestBasicOpsTuple.test_empty_union)\nPASS: test_equivalent_equality (test.test_set.TestBasicOpsTuple.test_equivalent_equality)\nPASS: test_in (test.test_set.TestBasicOpsTuple.test_in)\nPASS: test_intersection_empty (test.test_set.TestBasicOpsTuple.test_intersection_empty)\nPASS: test_isdisjoint_empty (test.test_set.TestBasicOpsTuple.test_isdisjoint_empty)\nPASS: test_issue_37219 (test.test_set.TestBasicOpsTuple.test_issue_37219)\nPASS: test_iteration (test.test_set.TestBasicOpsTuple.test_iteration)\nPASS: test_length (test.test_set.TestBasicOpsTuple.test_length)\nPASS: test_not_in (test.test_set.TestBasicOpsTuple.test_not_in)\nPASS: test_pickling (test.test_set.TestBasicOpsTuple.test_pickling)\nPASS: test_repr (test.test_set.TestBasicOpsTuple.test_repr)\nPASS: test_self_difference (test.test_set.TestBasicOpsTuple.test_self_difference)\nPASS: test_self_equality (test.test_set.TestBasicOpsTuple.test_self_equality)\nPASS: test_self_intersection (test.test_set.TestBasicOpsTuple.test_self_intersection)\nPASS: test_self_isdisjoint (test.test_set.TestBasicOpsTuple.test_self_isdisjoint)\nPASS: test_self_symmetric_difference (test.test_set.TestBasicOpsTuple.test_self_symmetric_difference)\nPASS: test_self_union (test.test_set.TestBasicOpsTuple.test_self_union)\nPASS: test_union_empty (test.test_set.TestBasicOpsTuple.test_union_empty)\nPASS: test_eq (test.test_set.TestBinaryOps.test_eq)\nPASS: test_intersection_non_overlap (test.test_set.TestBinaryOps.test_intersection_non_overlap)\nPASS: test_intersection_overlap (test.test_set.TestBinaryOps.test_intersection_overlap)\nPASS: test_intersection_subset (test.test_set.TestBinaryOps.test_intersection_subset)\nPASS: test_intersection_superset (test.test_set.TestBinaryOps.test_intersection_superset)\nPASS: test_isdisjoint_non_overlap (test.test_set.TestBinaryOps.test_isdisjoint_non_overlap)\nPASS: test_isdisjoint_overlap (test.test_set.TestBinaryOps.test_isdisjoint_overlap)\nPASS: test_isdisjoint_subset (test.test_set.TestBinaryOps.test_isdisjoint_subset)\nPASS: test_isdisjoint_superset (test.test_set.TestBinaryOps.test_isdisjoint_superset)\nPASS: test_sym_difference_non_overlap (test.test_set.TestBinaryOps.test_sym_difference_non_overlap)\nPASS: test_sym_difference_overlap (test.test_set.TestBinaryOps.test_sym_difference_overlap)\nPASS: test_sym_difference_subset (test.test_set.TestBinaryOps.test_sym_difference_subset)\nPASS: test_sym_difference_superset (test.test_set.TestBinaryOps.test_sym_difference_superset)\nPASS: test_union_non_overlap (test.test_set.TestBinaryOps.test_union_non_overlap)\nPASS: test_union_overlap (test.test_set.TestBinaryOps.test_union_overlap)\nPASS: test_union_subset (test.test_set.TestBinaryOps.test_union_subset)\nPASS: test_union_superset (test.test_set.TestBinaryOps.test_union_superset)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_xor_with_mutation)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation)\nPASS: test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation)\nPASS: test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation)\nPASS: test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation)\nPASS: test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation)\nPASS: test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation)\nPASS: test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation)\nPASS: test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation)\nPASS: test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation)\nPASS: test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation)\nPASS: test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation)\nPASS: test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation)\nPASS: test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation)\nPASS: test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation)\nPASS: test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation)\nPASS: test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation)\nPASS: test_copy (test.test_set.TestCopyingEmpty.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingEmpty.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingNested.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingNested.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingSingleton.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingSingleton.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingTriple.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingTriple.test_deep_copy)\nPASS: test_copy (test.test_set.TestCopyingTuple.test_copy)\nPASS: test_deep_copy (test.test_set.TestCopyingTuple.test_deep_copy)\nPASS: test_changingSizeWhileIterating (test.test_set.TestExceptionPropagation.test_changingSizeWhileIterating)\nPASS: test_instanceWithException (test.test_set.TestExceptionPropagation.test_instanceWithException)\nPASS: test_instancesWithoutException (test.test_set.TestExceptionPropagation.test_instancesWithoutException)\nPASS: test_and (test.test_set.TestFrozenSet.test_and)\nPASS: test_badcmp (test.test_set.TestFrozenSet.test_badcmp)\nPASS: test_constructor_identity (test.test_set.TestFrozenSet.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestFrozenSet.test_container_iterator)\nPASS: test_contains (test.test_set.TestFrozenSet.test_contains)\nPASS: test_copy (test.test_set.TestFrozenSet.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestFrozenSet.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestFrozenSet.test_deepcopy)\nPASS: test_difference (test.test_set.TestFrozenSet.test_difference)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSet.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestFrozenSet.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestFrozenSet.test_free_after_iterating)\nPASS: test_frozen_as_dictkey (test.test_set.TestFrozenSet.test_frozen_as_dictkey)\nPASS: test_gc (test.test_set.TestFrozenSet.test_gc)\nPASS: test_hash (test.test_set.TestFrozenSet.test_hash)\nPASS: test_hash_caching (test.test_set.TestFrozenSet.test_hash_caching)\nPASS: test_hash_effectiveness (test.test_set.TestFrozenSet.test_hash_effectiveness)\nPASS: test_init (test.test_set.TestFrozenSet.test_init)\nPASS: test_intersection (test.test_set.TestFrozenSet.test_intersection)\nPASS: test_isdisjoint (test.test_set.TestFrozenSet.test_isdisjoint)\nPASS: test_iterator_pickling (test.test_set.TestFrozenSet.test_iterator_pickling)\nPASS: test_len (test.test_set.TestFrozenSet.test_len)\nPASS: test_new_or_init (test.test_set.TestFrozenSet.test_new_or_init)\nPASS: test_or (test.test_set.TestFrozenSet.test_or)\nPASS: test_pickling (test.test_set.TestFrozenSet.test_pickling)\nPASS: test_setOfFrozensets (test.test_set.TestFrozenSet.test_setOfFrozensets)\nPASS: test_sub (test.test_set.TestFrozenSet.test_sub)\nPASS: test_sub_and_super (test.test_set.TestFrozenSet.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSet.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestFrozenSet.test_symmetric_difference)\nPASS: test_union (test.test_set.TestFrozenSet.test_union)\nPASS: test_uniquification (test.test_set.TestFrozenSet.test_uniquification)\nPASS: test_xor (test.test_set.TestFrozenSet.test_xor)\nPASS: test_and (test.test_set.TestFrozenSetSubclass.test_and)\nPASS: test_badcmp (test.test_set.TestFrozenSetSubclass.test_badcmp)\nPASS: test_constructor_identity (test.test_set.TestFrozenSetSubclass.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestFrozenSetSubclass.test_container_iterator)\nPASS: test_contains (test.test_set.TestFrozenSetSubclass.test_contains)\nPASS: test_copy (test.test_set.TestFrozenSetSubclass.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestFrozenSetSubclass.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestFrozenSetSubclass.test_deepcopy)\nPASS: test_difference (test.test_set.TestFrozenSetSubclass.test_difference)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestFrozenSetSubclass.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestFrozenSetSubclass.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestFrozenSetSubclass.test_free_after_iterating)\nPASS: test_frozen_as_dictkey (test.test_set.TestFrozenSetSubclass.test_frozen_as_dictkey)\nPASS: test_gc (test.test_set.TestFrozenSetSubclass.test_gc)\nPASS: test_hash (test.test_set.TestFrozenSetSubclass.test_hash)\nPASS: test_hash_caching (test.test_set.TestFrozenSetSubclass.test_hash_caching)\nPASS: test_hash_effectiveness (test.test_set.TestFrozenSetSubclass.test_hash_effectiveness)\nPASS: test_init (test.test_set.TestFrozenSetSubclass.test_init)\nPASS: test_intersection (test.test_set.TestFrozenSetSubclass.test_intersection)\nPASS: test_isdisjoint (test.test_set.TestFrozenSetSubclass.test_isdisjoint)\nPASS: test_iterator_pickling (test.test_set.TestFrozenSetSubclass.test_iterator_pickling)\nPASS: test_keywords_in_subclass (test.test_set.TestFrozenSetSubclass.test_keywords_in_subclass)\nPASS: test_len (test.test_set.TestFrozenSetSubclass.test_len)\nPASS: test_nested_empty_constructor (test.test_set.TestFrozenSetSubclass.test_nested_empty_constructor)\nPASS: test_new_or_init (test.test_set.TestFrozenSetSubclass.test_new_or_init)\nPASS: test_or (test.test_set.TestFrozenSetSubclass.test_or)\nPASS: test_pickling (test.test_set.TestFrozenSetSubclass.test_pickling)\nPASS: test_setOfFrozensets (test.test_set.TestFrozenSetSubclass.test_setOfFrozensets)\nPASS: test_singleton_empty_frozenset (test.test_set.TestFrozenSetSubclass.test_singleton_empty_frozenset)\nPASS: test_sub (test.test_set.TestFrozenSetSubclass.test_sub)\nPASS: test_sub_and_super (test.test_set.TestFrozenSetSubclass.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestFrozenSetSubclass.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestFrozenSetSubclass.test_symmetric_difference)\nPASS: test_union (test.test_set.TestFrozenSetSubclass.test_union)\nPASS: test_uniquification (test.test_set.TestFrozenSetSubclass.test_uniquification)\nPASS: test_xor (test.test_set.TestFrozenSetSubclass.test_xor)\nPASS: test_pickling (test.test_set.TestFrozenSetSubclassWithSlots.test_pickling)\nPASS: test_cube (test.test_set.TestGraphs.test_cube)\nPASS: test_cuboctahedron (test.test_set.TestGraphs.test_cuboctahedron)\nPASS: test_binopsVsSubsets (test.test_set.TestIdentities.test_binopsVsSubsets)\nPASS: test_commutativity (test.test_set.TestIdentities.test_commutativity)\nPASS: test_exclusion (test.test_set.TestIdentities.test_exclusion)\nPASS: test_summations (test.test_set.TestIdentities.test_summations)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_update_with_mutation)\nPASS: test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation)\nPASS: test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation)\nPASS: test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation)\nPASS: test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation)\nPASS: test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation)\nPASS: test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation)\nPASS: test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation)\nPASS: test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation)\nPASS: test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation)\nPASS: test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_union_with_mutation)\nPASS: test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_update_with_mutation)\nPASS: test_add_absent (test.test_set.TestMutate.test_add_absent)\nPASS: test_add_present (test.test_set.TestMutate.test_add_present)\nPASS: test_add_until_full (test.test_set.TestMutate.test_add_until_full)\nPASS: test_clear (test.test_set.TestMutate.test_clear)\nPASS: test_discard_absent (test.test_set.TestMutate.test_discard_absent)\nPASS: test_discard_present (test.test_set.TestMutate.test_discard_present)\nPASS: test_pop (test.test_set.TestMutate.test_pop)\nPASS: test_remove_absent (test.test_set.TestMutate.test_remove_absent)\nPASS: test_remove_present (test.test_set.TestMutate.test_remove_present)\nPASS: test_remove_until_empty (test.test_set.TestMutate.test_remove_until_empty)\nPASS: test_update_empty_tuple (test.test_set.TestMutate.test_update_empty_tuple)\nPASS: test_update_unit_tuple_non_overlap (test.test_set.TestMutate.test_update_unit_tuple_non_overlap)\nPASS: test_update_unit_tuple_overlap (test.test_set.TestMutate.test_update_unit_tuple_overlap)\nPASS: test_difference (test.test_set.TestOnlySetsDict.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsDict.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsDict.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsDict.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsDict.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsDict.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsDict.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsDict.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsDict.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsDict.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsDict.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsDict.test_union)\nPASS: test_update (test.test_set.TestOnlySetsDict.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsDict.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsGenerator.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsGenerator.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsGenerator.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsGenerator.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsGenerator.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsGenerator.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsGenerator.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsGenerator.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsGenerator.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsGenerator.test_union)\nPASS: test_update (test.test_set.TestOnlySetsGenerator.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsGenerator.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsNumeric.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsNumeric.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsNumeric.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsNumeric.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsNumeric.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsNumeric.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsNumeric.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsNumeric.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsNumeric.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsNumeric.test_union)\nPASS: test_update (test.test_set.TestOnlySetsNumeric.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsNumeric.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsOperator.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsOperator.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsOperator.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsOperator.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsOperator.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsOperator.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsOperator.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsOperator.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsOperator.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsOperator.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsOperator.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsOperator.test_union)\nPASS: test_update (test.test_set.TestOnlySetsOperator.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsOperator.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsString.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsString.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsString.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsString.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsString.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsString.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsString.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsString.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsString.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsString.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsString.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsString.test_union)\nPASS: test_update (test.test_set.TestOnlySetsString.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsString.test_update_operator)\nPASS: test_difference (test.test_set.TestOnlySetsTuple.test_difference)\nPASS: test_difference_update (test.test_set.TestOnlySetsTuple.test_difference_update)\nPASS: test_difference_update_operator (test.test_set.TestOnlySetsTuple.test_difference_update_operator)\nPASS: test_eq_ne (test.test_set.TestOnlySetsTuple.test_eq_ne)\nPASS: test_ge_gt_le_lt (test.test_set.TestOnlySetsTuple.test_ge_gt_le_lt)\nPASS: test_intersection (test.test_set.TestOnlySetsTuple.test_intersection)\nPASS: test_intersection_update (test.test_set.TestOnlySetsTuple.test_intersection_update)\nPASS: test_intersection_update_operator (test.test_set.TestOnlySetsTuple.test_intersection_update_operator)\nPASS: test_sym_difference (test.test_set.TestOnlySetsTuple.test_sym_difference)\nPASS: test_sym_difference_update (test.test_set.TestOnlySetsTuple.test_sym_difference_update)\nPASS: test_sym_difference_update_operator (test.test_set.TestOnlySetsTuple.test_sym_difference_update_operator)\nPASS: test_union (test.test_set.TestOnlySetsTuple.test_union)\nPASS: test_update (test.test_set.TestOnlySetsTuple.test_update)\nPASS: test_update_operator (test.test_set.TestOnlySetsTuple.test_update_operator)\nPASS: test_add (test.test_set.TestSet.test_add)\nPASS: test_and (test.test_set.TestSet.test_and)\nPASS: test_badcmp (test.test_set.TestSet.test_badcmp)\nPASS: test_clear (test.test_set.TestSet.test_clear)\nPASS: test_constructor_identity (test.test_set.TestSet.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestSet.test_container_iterator)\nPASS: test_contains (test.test_set.TestSet.test_contains)\nPASS: test_copy (test.test_set.TestSet.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestSet.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestSet.test_deepcopy)\nPASS: test_difference (test.test_set.TestSet.test_difference)\nPASS: test_difference_update (test.test_set.TestSet.test_difference_update)\nPASS: test_discard (test.test_set.TestSet.test_discard)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestSet.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestSet.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestSet.test_free_after_iterating)\nPASS: test_gc (test.test_set.TestSet.test_gc)\nPASS: test_hash (test.test_set.TestSet.test_hash)\nPASS: test_iand (test.test_set.TestSet.test_iand)\nPASS: test_init (test.test_set.TestSet.test_init)\nPASS: test_inplace_on_self (test.test_set.TestSet.test_inplace_on_self)\nPASS: test_intersection (test.test_set.TestSet.test_intersection)\nPASS: test_intersection_update (test.test_set.TestSet.test_intersection_update)\nPASS: test_ior (test.test_set.TestSet.test_ior)\nPASS: test_isdisjoint (test.test_set.TestSet.test_isdisjoint)\nPASS: test_isub (test.test_set.TestSet.test_isub)\nPASS: test_iterator_pickling (test.test_set.TestSet.test_iterator_pickling)\nPASS: test_ixor (test.test_set.TestSet.test_ixor)\nPASS: test_len (test.test_set.TestSet.test_len)\nPASS: test_new_or_init (test.test_set.TestSet.test_new_or_init)\nPASS: test_or (test.test_set.TestSet.test_or)\nPASS: test_pickling (test.test_set.TestSet.test_pickling)\nPASS: test_pop (test.test_set.TestSet.test_pop)\nPASS: test_remove (test.test_set.TestSet.test_remove)\nPASS: test_remove_keyerror_set (test.test_set.TestSet.test_remove_keyerror_set)\nPASS: test_remove_keyerror_unpacking (test.test_set.TestSet.test_remove_keyerror_unpacking)\nPASS: test_rich_compare (test.test_set.TestSet.test_rich_compare)\nPASS: test_setOfFrozensets (test.test_set.TestSet.test_setOfFrozensets)\nPASS: test_set_literal (test.test_set.TestSet.test_set_literal)\nPASS: test_set_literal_evaluation_order (test.test_set.TestSet.test_set_literal_evaluation_order)\nPASS: test_set_literal_insertion_order (test.test_set.TestSet.test_set_literal_insertion_order)\nPASS: test_sub (test.test_set.TestSet.test_sub)\nPASS: test_sub_and_super (test.test_set.TestSet.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestSet.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestSet.test_symmetric_difference)\nPASS: test_symmetric_difference_update (test.test_set.TestSet.test_symmetric_difference_update)\nPASS: test_union (test.test_set.TestSet.test_union)\nPASS: test_uniquification (test.test_set.TestSet.test_uniquification)\nPASS: test_update (test.test_set.TestSet.test_update)\nPASS: test_weakref (test.test_set.TestSet.test_weakref)\nPASS: test_xor (test.test_set.TestSet.test_xor)\nPASS: test_constructor (test.test_set.TestSetOfSets.test_constructor)\nPASS: test_add (test.test_set.TestSetSubclass.test_add)\nPASS: test_and (test.test_set.TestSetSubclass.test_and)\nPASS: test_badcmp (test.test_set.TestSetSubclass.test_badcmp)\nPASS: test_clear (test.test_set.TestSetSubclass.test_clear)\nPASS: test_constructor_identity (test.test_set.TestSetSubclass.test_constructor_identity)\nPASS: test_container_iterator (test.test_set.TestSetSubclass.test_container_iterator)\nPASS: test_contains (test.test_set.TestSetSubclass.test_contains)\nPASS: test_copy (test.test_set.TestSetSubclass.test_copy)\nPASS: test_cyclical_repr (test.test_set.TestSetSubclass.test_cyclical_repr)\nPASS: test_deepcopy (test.test_set.TestSetSubclass.test_deepcopy)\nPASS: test_difference (test.test_set.TestSetSubclass.test_difference)\nPASS: test_difference_update (test.test_set.TestSetSubclass.test_difference_update)\nPASS: test_discard (test.test_set.TestSetSubclass.test_discard)\nPASS: test_do_not_rehash_dict_keys (test.test_set.TestSetSubclass.test_do_not_rehash_dict_keys)\nPASS: test_equality (test.test_set.TestSetSubclass.test_equality)\nPASS: test_free_after_iterating (test.test_set.TestSetSubclass.test_free_after_iterating)\nPASS: test_gc (test.test_set.TestSetSubclass.test_gc)\nPASS: test_hash (test.test_set.TestSetSubclass.test_hash)\nPASS: test_iand (test.test_set.TestSetSubclass.test_iand)\nPASS: test_init (test.test_set.TestSetSubclass.test_init)\nPASS: test_inplace_on_self (test.test_set.TestSetSubclass.test_inplace_on_self)\nPASS: test_intersection (test.test_set.TestSetSubclass.test_intersection)\nPASS: test_intersection_update (test.test_set.TestSetSubclass.test_intersection_update)\nPASS: test_ior (test.test_set.TestSetSubclass.test_ior)\nPASS: test_isdisjoint (test.test_set.TestSetSubclass.test_isdisjoint)\nPASS: test_isub (test.test_set.TestSetSubclass.test_isub)\nPASS: test_iterator_pickling (test.test_set.TestSetSubclass.test_iterator_pickling)\nPASS: test_ixor (test.test_set.TestSetSubclass.test_ixor)\nPASS: test_keywords_in_subclass (test.test_set.TestSetSubclass.test_keywords_in_subclass)\nPASS: test_len (test.test_set.TestSetSubclass.test_len)\nPASS: test_new_or_init (test.test_set.TestSetSubclass.test_new_or_init)\nPASS: test_or (test.test_set.TestSetSubclass.test_or)\nPASS: test_pickling (test.test_set.TestSetSubclass.test_pickling)\nPASS: test_pop (test.test_set.TestSetSubclass.test_pop)\nPASS: test_remove (test.test_set.TestSetSubclass.test_remove)\nPASS: test_remove_keyerror_set (test.test_set.TestSetSubclass.test_remove_keyerror_set)\nPASS: test_remove_keyerror_unpacking (test.test_set.TestSetSubclass.test_remove_keyerror_unpacking)\nPASS: test_rich_compare (test.test_set.TestSetSubclass.test_rich_compare)\nPASS: test_setOfFrozensets (test.test_set.TestSetSubclass.test_setOfFrozensets)\nPASS: test_set_literal (test.test_set.TestSetSubclass.test_set_literal)\nPASS: test_set_literal_evaluation_order (test.test_set.TestSetSubclass.test_set_literal_evaluation_order)\nPASS: test_set_literal_insertion_order (test.test_set.TestSetSubclass.test_set_literal_insertion_order)\nPASS: test_sub (test.test_set.TestSetSubclass.test_sub)\nPASS: test_sub_and_super (test.test_set.TestSetSubclass.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_set.TestSetSubclass.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_set.TestSetSubclass.test_symmetric_difference)\nPASS: test_symmetric_difference_update (test.test_set.TestSetSubclass.test_symmetric_difference_update)\nPASS: test_union (test.test_set.TestSetSubclass.test_union)\nPASS: test_uniquification (test.test_set.TestSetSubclass.test_uniquification)\nPASS: test_update (test.test_set.TestSetSubclass.test_update)\nPASS: test_weakref (test.test_set.TestSetSubclass.test_weakref)\nPASS: test_xor (test.test_set.TestSetSubclass.test_xor)\nPASS: test_pickling (test.test_set.TestSetSubclassWithSlots.test_pickling)\nPASS: test_issubset (test.test_set.TestSubsetEmptyNonEmpty.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetEqualEmpty.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetEqualNonEmpty.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetNonOverlap.test_issubset)\nPASS: test_issubset (test.test_set.TestSubsetPartial.test_issubset)\nPASS: test_difference_method_call (test.test_set.TestUpdateOps.test_difference_method_call)\nPASS: test_difference_non_overlap (test.test_set.TestUpdateOps.test_difference_non_overlap)\nPASS: test_difference_overlap (test.test_set.TestUpdateOps.test_difference_overlap)\nPASS: test_difference_subset (test.test_set.TestUpdateOps.test_difference_subset)\nPASS: test_difference_superset (test.test_set.TestUpdateOps.test_difference_superset)\nPASS: test_intersection_method_call (test.test_set.TestUpdateOps.test_intersection_method_call)\nPASS: test_intersection_non_overlap (test.test_set.TestUpdateOps.test_intersection_non_overlap)\nPASS: test_intersection_overlap (test.test_set.TestUpdateOps.test_intersection_overlap)\nPASS: test_intersection_subset (test.test_set.TestUpdateOps.test_intersection_subset)\nPASS: test_intersection_superset (test.test_set.TestUpdateOps.test_intersection_superset)\nPASS: test_sym_difference_method_call (test.test_set.TestUpdateOps.test_sym_difference_method_call)\nPASS: test_sym_difference_non_overlap (test.test_set.TestUpdateOps.test_sym_difference_non_overlap)\nPASS: test_sym_difference_overlap (test.test_set.TestUpdateOps.test_sym_difference_overlap)\nPASS: test_sym_difference_subset (test.test_set.TestUpdateOps.test_sym_difference_subset)\nPASS: test_sym_difference_superset (test.test_set.TestUpdateOps.test_sym_difference_superset)\nPASS: test_union_method_call (test.test_set.TestUpdateOps.test_union_method_call)\nPASS: test_union_non_overlap (test.test_set.TestUpdateOps.test_union_non_overlap)\nPASS: test_union_overlap (test.test_set.TestUpdateOps.test_union_overlap)\nPASS: test_union_subset (test.test_set.TestUpdateOps.test_union_subset)\nPASS: test_union_superset (test.test_set.TestUpdateOps.test_union_superset)\nPASS: test_constructor (test.test_set.TestVariousIteratorArgs.test_constructor)\nPASS: test_inline_methods (test.test_set.TestVariousIteratorArgs.test_inline_methods)\nPASS: test_inplace_methods (test.test_set.TestVariousIteratorArgs.test_inplace_methods)\nPASS: test_8420_set_merge (test.test_set.TestWeirdBugs.test_8420_set_merge)\nPASS: test_iter_and_mutate (test.test_set.TestWeirdBugs.test_iter_and_mutate)\nPASS: test_merge_and_mutate (test.test_set.TestWeirdBugs.test_merge_and_mutate)\n\n----------------------------------------------------------------------\nRan 623 tests in 1.633s\n\nOK\n0:02:06 load avg: 2.09 [350/480] test_queue passed\nPASS: test_failing_queue (test.test_queue.CFailingQueueTest.test_failing_queue)\nPASS: test_basic (test.test_queue.CLifoQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.CLifoQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.CLifoQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.CLifoQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.CLifoQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.CLifoQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CLifoQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.CLifoQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.CLifoQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.CLifoQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.CLifoQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.CLifoQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.CLifoQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.CLifoQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.CLifoQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.CLifoQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.CLifoQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.CLifoQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.CLifoQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.CLifoQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.CLifoQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.CPriorityQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.CPriorityQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.CPriorityQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.CPriorityQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.CPriorityQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.CPriorityQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CPriorityQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.CPriorityQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.CPriorityQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.CPriorityQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.CPriorityQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.CPriorityQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.CPriorityQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.CPriorityQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.CPriorityQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.CPriorityQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.CPriorityQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.CPriorityQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.CQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.CQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.CQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.CQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.CQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.CQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.CQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.CQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.CQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.CQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.CQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.CQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.CQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.CQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.CQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.CQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.CQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.CQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.CQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.CQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.CQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.CQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.CQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.CSimpleQueueTest.test_basic)\nPASS: test_is_default (test.test_queue.CSimpleQueueTest.test_is_default)\nSKIP: test_many_threads (test.test_queue.CSimpleQueueTest.test_many_threads) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_nonblock (test.test_queue.CSimpleQueueTest.test_many_threads_nonblock) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_timeout (test.test_queue.CSimpleQueueTest.test_many_threads_timeout) 'not enough memory: 4.9G minimum needed'\nPASS: test_negative_timeout_raises_exception (test.test_queue.CSimpleQueueTest.test_negative_timeout_raises_exception)\nPASS: test_order (test.test_queue.CSimpleQueueTest.test_order)\nPASS: test_reentrancy (test.test_queue.CSimpleQueueTest.test_reentrancy)\nPASS: test_references (test.test_queue.CSimpleQueueTest.test_references)\nPASS: test_failing_queue (test.test_queue.PyFailingQueueTest.test_failing_queue)\nPASS: test_basic (test.test_queue.PyLifoQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.PyLifoQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.PyLifoQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.PyLifoQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.PyLifoQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.PyLifoQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyLifoQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.PyLifoQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.PyLifoQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.PyLifoQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.PyLifoQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.PyLifoQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.PyLifoQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.PyLifoQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.PyLifoQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.PyLifoQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.PyLifoQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.PyLifoQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.PyPriorityQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.PyPriorityQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.PyPriorityQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.PyPriorityQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.PyPriorityQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.PyPriorityQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyPriorityQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.PyPriorityQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.PyPriorityQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.PyPriorityQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.PyPriorityQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.PyPriorityQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.PyPriorityQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.PyPriorityQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.PyPriorityQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.PyPriorityQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.PyPriorityQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.PyQueueTest.test_basic)\nPASS: test_negative_timeout_raises_exception (test.test_queue.PyQueueTest.test_negative_timeout_raises_exception)\nPASS: test_nowait (test.test_queue.PyQueueTest.test_nowait)\nPASS: test_queue_join (test.test_queue.PyQueueTest.test_queue_join)\nPASS: test_queue_task_done (test.test_queue.PyQueueTest.test_queue_task_done)\nPASS: test_shrinking_queue (test.test_queue.PyQueueTest.test_shrinking_queue)\nPASS: test_shutdown_all_methods_in_many_threads (test.test_queue.PyQueueTest.test_shutdown_all_methods_in_many_threads)\nPASS: test_shutdown_all_methods_in_one_thread (test.test_queue.PyQueueTest.test_shutdown_all_methods_in_one_thread)\nPASS: test_shutdown_allowed_transitions (test.test_queue.PyQueueTest.test_shutdown_allowed_transitions)\nPASS: test_shutdown_empty (test.test_queue.PyQueueTest.test_shutdown_empty)\nPASS: test_shutdown_get (test.test_queue.PyQueueTest.test_shutdown_get)\nPASS: test_shutdown_get_task_done_join (test.test_queue.PyQueueTest.test_shutdown_get_task_done_join)\nPASS: test_shutdown_immediate (test.test_queue.PyQueueTest.test_shutdown_immediate)\nPASS: test_shutdown_immediate_all_methods_in_many_threads (test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_many_threads)\nPASS: test_shutdown_immediate_all_methods_in_one_thread (test.test_queue.PyQueueTest.test_shutdown_immediate_all_methods_in_one_thread)\nPASS: test_shutdown_immediate_get (test.test_queue.PyQueueTest.test_shutdown_immediate_get)\nPASS: test_shutdown_immediate_join (test.test_queue.PyQueueTest.test_shutdown_immediate_join)\nPASS: test_shutdown_immediate_put (test.test_queue.PyQueueTest.test_shutdown_immediate_put)\nPASS: test_shutdown_immediate_put_join (test.test_queue.PyQueueTest.test_shutdown_immediate_put_join)\nPASS: test_shutdown_join (test.test_queue.PyQueueTest.test_shutdown_join)\nPASS: test_shutdown_nonempty (test.test_queue.PyQueueTest.test_shutdown_nonempty)\nPASS: test_shutdown_pending_get (test.test_queue.PyQueueTest.test_shutdown_pending_get)\nPASS: test_shutdown_put (test.test_queue.PyQueueTest.test_shutdown_put)\nPASS: test_shutdown_put_join (test.test_queue.PyQueueTest.test_shutdown_put_join)\nPASS: test_basic (test.test_queue.PySimpleQueueTest.test_basic)\nSKIP: test_many_threads (test.test_queue.PySimpleQueueTest.test_many_threads) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_nonblock (test.test_queue.PySimpleQueueTest.test_many_threads_nonblock) 'not enough memory: 4.9G minimum needed'\nSKIP: test_many_threads_timeout (test.test_queue.PySimpleQueueTest.test_many_threads_timeout) 'not enough memory: 4.9G minimum needed'\nPASS: test_negative_timeout_raises_exception (test.test_queue.PySimpleQueueTest.test_negative_timeout_raises_exception)\nPASS: test_order (test.test_queue.PySimpleQueueTest.test_order)\nPASS: test_references (test.test_queue.PySimpleQueueTest.test_references)\n\n----------------------------------------------------------------------\nRan 162 tests in 8.152s\n\nOK (skipped=6)\n0:02:06 load avg: 2.09 [351/480] test_setcomps passed\nPASS: test_exception_locations (test.test_setcomps.SetComprehensionTest.test_exception_locations)\ndoctests (test.test_setcomps.__test__)\nPASS: Doctest: test.test_setcomps.__test__.doctests\n\n----------------------------------------------------------------------\nRan 2 tests in 0.004s\n\nOK\n0:02:07 load avg: 2.09 [352/480] test_shlex passed\ntestCompat (test.test_shlex.ShlexTest.testCompat)\nPASS: Test compatibility interface\ntestEmptyStringHandling (test.test_shlex.ShlexTest.testEmptyStringHandling)\nPASS: Test that parsing of empty strings is correctly handled.\nPASS: testJoin (test.test_shlex.ShlexTest.testJoin)\nPASS: testJoinRoundtrip (test.test_shlex.ShlexTest.testJoinRoundtrip)\nPASS: testPunctuationCharsReadOnly (test.test_shlex.ShlexTest.testPunctuationCharsReadOnly)\ntestPunctuationInWordChars (test.test_shlex.ShlexTest.testPunctuationInWordChars)\nPASS: Test that any punctuation chars are removed from wordchars\ntestPunctuationWithPosix (test.test_shlex.ShlexTest.testPunctuationWithPosix)\nPASS: Test that punctuation_chars and posix behave correctly together.\ntestPunctuationWithWhitespaceSplit (test.test_shlex.ShlexTest.testPunctuationWithWhitespaceSplit)\nPASS: Test that with whitespace_split, behaviour is as expected\nPASS: testQuote (test.test_shlex.ShlexTest.testQuote)\nPASS: testSplitNone (test.test_shlex.ShlexTest.testSplitNone)\ntestSplitPosix (test.test_shlex.ShlexTest.testSplitPosix)\nPASS: Test data splitting with posix parser\ntestSyntaxSplitAmpersandAndPipe (test.test_shlex.ShlexTest.testSyntaxSplitAmpersandAndPipe)\nPASS: Test handling of syntax splitting of &, |\ntestSyntaxSplitCustom (test.test_shlex.ShlexTest.testSyntaxSplitCustom)\nPASS: Test handling of syntax splitting with custom chars\ntestSyntaxSplitParen (test.test_shlex.ShlexTest.testSyntaxSplitParen)\nPASS: Test handling of syntax splitting of ()\ntestSyntaxSplitRedirect (test.test_shlex.ShlexTest.testSyntaxSplitRedirect)\nPASS: Test handling of syntax splitting of >\ntestSyntaxSplitSemicolon (test.test_shlex.ShlexTest.testSyntaxSplitSemicolon)\nPASS: Test handling of syntax splitting of ;\ntestTokenTypes (test.test_shlex.ShlexTest.testTokenTypes)\nPASS: Test that tokens are split with types as expected.\ntestUnicodeHandling (test.test_shlex.ShlexTest.testUnicodeHandling)\nPASS: Test punctuation_chars and whitespace_split handle unicode.\n\n----------------------------------------------------------------------\nRan 18 tests in 0.006s\n\nOK\n0:02:07 load avg: 2.09 [353/480] test_shelve passed\nPASS: test_ascii_file_shelf (test.test_shelve.TestCase.test_ascii_file_shelf)\nPASS: test_binary_file_shelf (test.test_shelve.TestCase.test_binary_file_shelf)\nPASS: test_bytes_path_file_shelf (test.test_shelve.TestCase.test_bytes_path_file_shelf)\nPASS: test_close (test.test_shelve.TestCase.test_close)\nPASS: test_default_protocol (test.test_shelve.TestCase.test_default_protocol)\nPASS: test_in_memory_shelf (test.test_shelve.TestCase.test_in_memory_shelf)\nPASS: test_keyencoding (test.test_shelve.TestCase.test_keyencoding)\nPASS: test_mutable_entry (test.test_shelve.TestCase.test_mutable_entry)\nPASS: test_open_template (test.test_shelve.TestCase.test_open_template)\nPASS: test_pathlib_bytes_path_file_shelf (test.test_shelve.TestCase.test_pathlib_bytes_path_file_shelf)\nPASS: test_pathlib_path_file_shelf (test.test_shelve.TestCase.test_pathlib_path_file_shelf)\nPASS: test_proto2_file_shelf (test.test_shelve.TestCase.test_proto2_file_shelf)\nPASS: test_with (test.test_shelve.TestCase.test_with)\nPASS: test_writeback_also_writes_immediately (test.test_shelve.TestCase.test_writeback_also_writes_immediately)\nPASS: test_bool (test.test_shelve.TestProto0File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto0MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto0MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto0MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto0MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto0MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto0MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto0MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto0MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto0MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto0MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto0MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto0MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto0MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto0MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto1MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto1MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto1MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto1MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto1MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto1MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto1MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto1MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto1MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto1MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto1MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto1MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto1MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto1MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto2MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto2MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto2MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto2MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto2MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto2MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto2MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto2MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto2MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto2MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto2MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto2MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto2MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto2MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto3MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto3MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto3MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto3MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto3MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto3MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto3MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto3MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto3MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto3MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto3MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto3MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto3MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto3MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto4MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto4MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto4MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto4MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto4MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto4MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto4MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto4MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto4MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto4MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto4MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto4MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto4MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto4MemShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_dumbShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_dumbShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_dumbShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_dumbShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_dumbShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_dumbShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_dumbShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_dumbShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_dumbShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_dumbShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_dumbShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_dumbShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_dumbShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_dumbShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_gnuShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_gnuShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_gnuShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_gnuShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_gnuShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_gnuShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_gnuShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_gnuShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_gnuShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_gnuShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_gnuShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_gnuShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_gnuShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_gnuShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_ndbmShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_ndbmShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_ndbmShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_ndbmShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_ndbmShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_ndbmShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_ndbmShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_ndbmShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_ndbmShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_ndbmShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_ndbmShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_ndbmShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_ndbmShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_ndbmShelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5File_sqlite3Shelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5File_sqlite3Shelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5File_sqlite3Shelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5File_sqlite3Shelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5File_sqlite3Shelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5File_sqlite3Shelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5File_sqlite3Shelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5File_sqlite3Shelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5File_sqlite3Shelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5File_sqlite3Shelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5File_sqlite3Shelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5File_sqlite3Shelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5File_sqlite3Shelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5File_sqlite3Shelve.test_write)\nPASS: test_bool (test.test_shelve.TestProto5MemShelve.test_bool)\nPASS: test_constructor (test.test_shelve.TestProto5MemShelve.test_constructor)\nPASS: test_get (test.test_shelve.TestProto5MemShelve.test_get)\nPASS: test_getitem (test.test_shelve.TestProto5MemShelve.test_getitem)\nPASS: test_items (test.test_shelve.TestProto5MemShelve.test_items)\nPASS: test_keys (test.test_shelve.TestProto5MemShelve.test_keys)\nPASS: test_len (test.test_shelve.TestProto5MemShelve.test_len)\nPASS: test_pop (test.test_shelve.TestProto5MemShelve.test_pop)\nPASS: test_popitem (test.test_shelve.TestProto5MemShelve.test_popitem)\nPASS: test_read (test.test_shelve.TestProto5MemShelve.test_read)\nPASS: test_setdefault (test.test_shelve.TestProto5MemShelve.test_setdefault)\nPASS: test_update (test.test_shelve.TestProto5MemShelve.test_update)\nPASS: test_values (test.test_shelve.TestProto5MemShelve.test_values)\nPASS: test_write (test.test_shelve.TestProto5MemShelve.test_write)\n\n----------------------------------------------------------------------\nRan 434 tests in 0.147s\n\nOK\n0:02:07 load avg: 2.09 [354/480] test_shutil passed\nPASS: test_module_all_attribute (test.test_shutil.PublicAPITests.test_module_all_attribute)\nPASS: test_make_archive (test.test_shutil.TestArchives.test_make_archive)\nPASS: test_make_archive_cwd (test.test_shutil.TestArchives.test_make_archive_cwd)\nPASS: test_make_archive_cwd_default (test.test_shutil.TestArchives.test_make_archive_cwd_default)\nPASS: test_make_archive_cwd_supports_root_dir (test.test_shutil.TestArchives.test_make_archive_cwd_supports_root_dir)\nPASS: test_make_archive_owner_group (test.test_shutil.TestArchives.test_make_archive_owner_group)\nPASS: test_make_tarfile (test.test_shutil.TestArchives.test_make_tarfile)\nPASS: test_make_tarfile_in_curdir (test.test_shutil.TestArchives.test_make_tarfile_in_curdir)\nPASS: test_make_tarfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir)\nPASS: test_make_tarfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_tarfile_with_explicit_curdir)\nPASS: test_make_tarfile_without_rootdir (test.test_shutil.TestArchives.test_make_tarfile_without_rootdir)\nPASS: test_make_zipfile (test.test_shutil.TestArchives.test_make_zipfile)\nPASS: test_make_zipfile_in_curdir (test.test_shutil.TestArchives.test_make_zipfile_in_curdir)\nPASS: test_make_zipfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir)\nPASS: test_make_zipfile_with_explicit_curdir (test.test_shutil.TestArchives.test_make_zipfile_with_explicit_curdir)\nPASS: test_make_zipfile_without_rootdir (test.test_shutil.TestArchives.test_make_zipfile_without_rootdir)\nPASS: test_register_archive_format (test.test_shutil.TestArchives.test_register_archive_format)\nPASS: test_tarfile_root_owner (test.test_shutil.TestArchives.test_tarfile_root_owner)\nPASS: test_tarfile_vs_tar (test.test_shutil.TestArchives.test_tarfile_vs_tar)\nPASS: test_unpack_archive_bztar (test.test_shutil.TestArchives.test_unpack_archive_bztar)\nPASS: test_unpack_archive_gztar (test.test_shutil.TestArchives.test_unpack_archive_gztar)\nPASS: test_unpack_archive_tar (test.test_shutil.TestArchives.test_unpack_archive_tar)\nPASS: test_unpack_archive_xztar (test.test_shutil.TestArchives.test_unpack_archive_xztar)\nPASS: test_unpack_archive_zip (test.test_shutil.TestArchives.test_unpack_archive_zip)\nPASS: test_unpack_registry (test.test_shutil.TestArchives.test_unpack_registry)\nPASS: test_unzip_zipfile (test.test_shutil.TestArchives.test_unzip_zipfile)\nSKIP: test_zipfile_vs_zip (test.test_shutil.TestArchives.test_zipfile_vs_zip) 'Need the zip command to run'\nPASS: test_copy (test.test_shutil.TestCopy.test_copy)\nPASS: test_copy2 (test.test_shutil.TestCopy.test_copy2)\nPASS: test_copy2_dir (test.test_shutil.TestCopy.test_copy2_dir)\nPASS: test_copy2_symlinks (test.test_shutil.TestCopy.test_copy2_symlinks)\nPASS: test_copy2_xattr (test.test_shutil.TestCopy.test_copy2_xattr)\nPASS: test_copy_dir (test.test_shutil.TestCopy.test_copy_dir)\nPASS: test_copy_return_value (test.test_shutil.TestCopy.test_copy_return_value)\nPASS: test_copy_symlinks (test.test_shutil.TestCopy.test_copy_symlinks)\nPASS: test_copyfile_copy_dir (test.test_shutil.TestCopy.test_copyfile_copy_dir)\nPASS: test_copyfile_named_pipe (test.test_shutil.TestCopy.test_copyfile_named_pipe)\nPASS: test_copyfile_nonexistent_dir (test.test_shutil.TestCopy.test_copyfile_nonexistent_dir)\nPASS: test_copyfile_return_value (test.test_shutil.TestCopy.test_copyfile_return_value)\nPASS: test_copyfile_same_file (test.test_shutil.TestCopy.test_copyfile_same_file)\nPASS: test_copyfile_symlinks (test.test_shutil.TestCopy.test_copyfile_symlinks)\nPASS: test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks)\nSKIP: test_copymode_symlink_to_symlink (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink) 'requires os.lchmod'\nPASS: test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod)\nSKIP: test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors) 'requires os.chflags, EOPNOTSUPP & ENOTSUP'\nPASS: test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks)\nPASS: test_copyxattr (test.test_shutil.TestCopy.test_copyxattr)\nPASS: test_copyxattr_symlinks (test.test_shutil.TestCopy.test_copyxattr_symlinks)\nPASS: test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself)\nPASS: test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself)\nPASS: test_w_dest_close_fails (test.test_shutil.TestCopyFile.test_w_dest_close_fails)\nPASS: test_w_dest_open_fails (test.test_shutil.TestCopyFile.test_w_dest_open_fails)\nPASS: test_w_source_close_fails (test.test_shutil.TestCopyFile.test_w_source_close_fails)\nPASS: test_w_source_open_fails (test.test_shutil.TestCopyFile.test_w_source_open_fails)\nPASS: test_content (test.test_shutil.TestCopyFileObj.test_content)\nPASS: test_file_not_closed (test.test_shutil.TestCopyFileObj.test_file_not_closed)\nPASS: test_file_offset (test.test_shutil.TestCopyFileObj.test_file_offset)\nSKIP: test_win_impl (test.test_shutil.TestCopyFileObj.test_win_impl) 'Windows only'\nPASS: test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore)\nPASS: test_copytree_custom_copy_function (test.test_shutil.TestCopyTree.test_copytree_custom_copy_function)\nPASS: test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks)\nPASS: test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok)\nPASS: test_copytree_named_pipe (test.test_shutil.TestCopyTree.test_copytree_named_pipe)\nPASS: test_copytree_retains_permissions (test.test_shutil.TestCopyTree.test_copytree_retains_permissions)\nPASS: test_copytree_return_value (test.test_shutil.TestCopyTree.test_copytree_return_value)\nPASS: test_copytree_simple (test.test_shutil.TestCopyTree.test_copytree_simple)\nPASS: test_copytree_special_func (test.test_shutil.TestCopyTree.test_copytree_special_func)\nPASS: test_copytree_subdirectory (test.test_shutil.TestCopyTree.test_copytree_subdirectory)\nPASS: test_copytree_symlink_dir (test.test_shutil.TestCopyTree.test_copytree_symlink_dir)\nPASS: test_copytree_symlinks (test.test_shutil.TestCopyTree.test_copytree_symlinks)\nPASS: test_copytree_winerror (test.test_shutil.TestCopyTree.test_copytree_winerror)\nPASS: test_copytree_with_exclude (test.test_shutil.TestCopyTree.test_copytree_with_exclude)\nPASS: test_bad_environ (test.test_shutil.TestGetTerminalSize.test_bad_environ)\ntest_does_not_crash (test.test_shutil.TestGetTerminalSize.test_does_not_crash)\nPASS: Check if get_terminal_size() returns a meaningful value.\nPASS: test_fallback (test.test_shutil.TestGetTerminalSize.test_fallback)\ntest_os_environ_first (test.test_shutil.TestGetTerminalSize.test_os_environ_first)\nPASS: Check if environment variables have precedence\ntest_stty_match (test.test_shutil.TestGetTerminalSize.test_stty_match)\nSKIP: Check if stty returns the same results ignoring env 'not on tty'\nPASS: test_chown (test.test_shutil.TestMisc.test_chown)\nPASS: test_disk_usage (test.test_shutil.TestMisc.test_disk_usage)\nPASS: test_destinsrc_false_negative (test.test_shutil.TestMove.test_destinsrc_false_negative)\nPASS: test_destinsrc_false_positive (test.test_shutil.TestMove.test_destinsrc_false_positive)\nPASS: test_dont_move_dir_in_itself (test.test_shutil.TestMove.test_dont_move_dir_in_itself)\nPASS: test_existing_file_inside_dest_dir (test.test_shutil.TestMove.test_existing_file_inside_dest_dir)\nPASS: test_move_as_rename_return_value (test.test_shutil.TestMove.test_move_as_rename_return_value)\nPASS: test_move_dangling_symlink (test.test_shutil.TestMove.test_move_dangling_symlink)\nPASS: test_move_dir (test.test_shutil.TestMove.test_move_dir)\nSKIP: test_move_dir_altsep_to_dir (test.test_shutil.TestMove.test_move_dir_altsep_to_dir) 'requires os.path.altsep'\nPASS: test_move_dir_caseinsensitive (test.test_shutil.TestMove.test_move_dir_caseinsensitive)\nPASS: test_move_dir_other_fs (test.test_shutil.TestMove.test_move_dir_other_fs)\nSKIP: test_move_dir_permission_denied (test.test_shutil.TestMove.test_move_dir_permission_denied) 'requires lchflags'\nPASS: test_move_dir_sep_to_dir (test.test_shutil.TestMove.test_move_dir_sep_to_dir)\nPASS: test_move_dir_special_function (test.test_shutil.TestMove.test_move_dir_special_function)\nPASS: test_move_dir_symlink (test.test_shutil.TestMove.test_move_dir_symlink)\nPASS: test_move_dir_to_dir (test.test_shutil.TestMove.test_move_dir_to_dir)\nPASS: test_move_dir_to_dir_other_fs (test.test_shutil.TestMove.test_move_dir_to_dir_other_fs)\nPASS: test_move_file (test.test_shutil.TestMove.test_move_file)\nPASS: test_move_file_other_fs (test.test_shutil.TestMove.test_move_file_other_fs)\nPASS: test_move_file_special_function (test.test_shutil.TestMove.test_move_file_special_function)\nPASS: test_move_file_symlink (test.test_shutil.TestMove.test_move_file_symlink)\nPASS: test_move_file_symlink_to_dir (test.test_shutil.TestMove.test_move_file_symlink_to_dir)\nPASS: test_move_file_to_dir (test.test_shutil.TestMove.test_move_file_to_dir)\nPASS: test_move_file_to_dir_other_fs (test.test_shutil.TestMove.test_move_file_to_dir_other_fs)\nPASS: test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst)\nPASS: test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src)\nPASS: test_move_return_value (test.test_shutil.TestMove.test_move_return_value)\nPASS: test_move_symlink_to_dir_into_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_dir)\nPASS: test_move_symlink_to_dir_into_symlink_to_dir (test.test_shutil.TestMove.test_move_symlink_to_dir_into_symlink_to_dir)\nSKIP: test_both_onerror_and_onexc (test.test_shutil.TestRmTree.test_both_onerror_and_onexc) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_on_error (test.test_shutil.TestRmTree.test_on_error) 'incompatible with CAP_DAC_OVERRIDE'\nSKIP: test_on_exc (test.test_shutil.TestRmTree.test_on_exc) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_rmtree_above_recursion_limit (test.test_shutil.TestRmTree.test_rmtree_above_recursion_limit)\nSKIP: test_rmtree_deleted_race_condition (test.test_shutil.TestRmTree.test_rmtree_deleted_race_condition) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat)\nPASS: test_rmtree_dont_delete_file (test.test_shutil.TestRmTree.test_rmtree_dont_delete_file)\nPASS: test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors)\nPASS: test_rmtree_errors_onerror (test.test_shutil.TestRmTree.test_rmtree_errors_onerror)\nPASS: test_rmtree_errors_onexc (test.test_shutil.TestRmTree.test_rmtree_errors_onexc)\nPASS: test_rmtree_fails_on_close (test.test_shutil.TestRmTree.test_rmtree_fails_on_close)\nSKIP: test_rmtree_fails_on_junctions_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onerror) 'only relevant on Windows'\nSKIP: test_rmtree_fails_on_junctions_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions_onexc) 'only relevant on Windows'\nPASS: test_rmtree_fails_on_symlink_onerror (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onerror)\nPASS: test_rmtree_fails_on_symlink_onexc (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink_onexc)\nSKIP: test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) 'only relevant on Windows'\nPASS: test_rmtree_on_named_pipe (test.test_shutil.TestRmTree.test_rmtree_on_named_pipe)\nPASS: test_rmtree_on_symlink (test.test_shutil.TestRmTree.test_rmtree_on_symlink)\nPASS: test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available)\nPASS: test_rmtree_with_dir_fd (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd)\nSKIP: test_rmtree_with_dir_fd_unsupported (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported) 'dir_fd is supported'\nPASS: test_rmtree_works_on_bytes (test.test_shutil.TestRmTree.test_rmtree_works_on_bytes)\nSKIP: test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) 'only relevant on Windows'\nPASS: test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks)\nPASS: test_absolute_cmd (test.test_shutil.TestWhich.test_absolute_cmd)\nPASS: test_basic (test.test_shutil.TestWhich.test_basic)\nPASS: test_cwd_non_win32 (test.test_shutil.TestWhich.test_cwd_non_win32)\nSKIP: test_cwd_win32 (test.test_shutil.TestWhich.test_cwd_win32) 'test is for win32'\nSKIP: test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhich.test_cwd_win32_added_before_all_other_path) 'test is for win32'\nSKIP: test_dir_order_with_pathext_extension (test.test_shutil.TestWhich.test_dir_order_with_pathext_extension) 'test specific to Windows'\nSKIP: test_dir_order_without_pathext_extension (test.test_shutil.TestWhich.test_dir_order_without_pathext_extension) 'test specific to Windows'\nPASS: test_empty_path (test.test_shutil.TestWhich.test_empty_path)\nPASS: test_empty_path_no_PATH (test.test_shutil.TestWhich.test_empty_path_no_PATH)\nPASS: test_environ_path (test.test_shutil.TestWhich.test_environ_path)\nPASS: test_environ_path_cwd (test.test_shutil.TestWhich.test_environ_path_cwd)\nPASS: test_environ_path_empty (test.test_shutil.TestWhich.test_environ_path_empty)\nPASS: test_environ_path_missing (test.test_shutil.TestWhich.test_environ_path_missing)\nSKIP: test_non_matching_mode (test.test_shutil.TestWhich.test_non_matching_mode) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_nonexistent_file (test.test_shutil.TestWhich.test_nonexistent_file)\nSKIP: test_pathext (test.test_shutil.TestWhich.test_pathext) 'test specific to Windows'\nSKIP: test_pathext_applied_on_files_in_path (test.test_shutil.TestWhich.test_pathext_applied_on_files_in_path) 'test specific to Windows'\nSKIP: test_pathext_checking (test.test_shutil.TestWhich.test_pathext_checking) 'pathext check is Windows-only'\nSKIP: test_pathext_extension_ends_with_dot (test.test_shutil.TestWhich.test_pathext_extension_ends_with_dot) 'test specific to Windows'\nSKIP: test_pathext_with_empty_str (test.test_shutil.TestWhich.test_pathext_with_empty_str) 'test specific to Windows'\nSKIP: test_pathext_with_multidot_extension (test.test_shutil.TestWhich.test_pathext_with_multidot_extension) 'test specific to Windows'\nSKIP: test_pathext_with_null_extension (test.test_shutil.TestWhich.test_pathext_with_null_extension) 'test specific to Windows'\nPASS: test_relative_cmd (test.test_shutil.TestWhich.test_relative_cmd)\nPASS: test_relative_path (test.test_shutil.TestWhich.test_relative_path)\nSKIP: test_same_dir_with_pathext_extension (test.test_shutil.TestWhich.test_same_dir_with_pathext_extension) 'test specific to Windows'\nSKIP: test_same_dir_without_pathext_extension (test.test_shutil.TestWhich.test_same_dir_without_pathext_extension) 'test specific to Windows'\nSKIP: test_win_path_needs_curdir (test.test_shutil.TestWhich.test_win_path_needs_curdir) 'test specific to Windows'\nPASS: test_absolute_cmd (test.test_shutil.TestWhichBytes.test_absolute_cmd)\nPASS: test_basic (test.test_shutil.TestWhichBytes.test_basic)\nPASS: test_cwd_non_win32 (test.test_shutil.TestWhichBytes.test_cwd_non_win32)\nSKIP: test_cwd_win32 (test.test_shutil.TestWhichBytes.test_cwd_win32) 'test is for win32'\nSKIP: test_cwd_win32_added_before_all_other_path (test.test_shutil.TestWhichBytes.test_cwd_win32_added_before_all_other_path) 'test is for win32'\nSKIP: test_dir_order_with_pathext_extension (test.test_shutil.TestWhichBytes.test_dir_order_with_pathext_extension) 'test specific to Windows'\nSKIP: test_dir_order_without_pathext_extension (test.test_shutil.TestWhichBytes.test_dir_order_without_pathext_extension) 'test specific to Windows'\nPASS: test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path)\nPASS: test_empty_path_no_PATH (test.test_shutil.TestWhichBytes.test_empty_path_no_PATH)\nPASS: test_environ_path (test.test_shutil.TestWhichBytes.test_environ_path)\nPASS: test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd)\nPASS: test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty)\nPASS: test_environ_path_missing (test.test_shutil.TestWhichBytes.test_environ_path_missing)\nSKIP: test_non_matching_mode (test.test_shutil.TestWhichBytes.test_non_matching_mode) 'incompatible with CAP_DAC_OVERRIDE'\nPASS: test_nonexistent_file (test.test_shutil.TestWhichBytes.test_nonexistent_file)\nSKIP: test_pathext (test.test_shutil.TestWhichBytes.test_pathext) 'test specific to Windows'\nSKIP: test_pathext_applied_on_files_in_path (test.test_shutil.TestWhichBytes.test_pathext_applied_on_files_in_path) 'test specific to Windows'\nSKIP: test_pathext_checking (test.test_shutil.TestWhichBytes.test_pathext_checking) 'pathext check is Windows-only'\nSKIP: test_pathext_extension_ends_with_dot (test.test_shutil.TestWhichBytes.test_pathext_extension_ends_with_dot) 'test specific to Windows'\nSKIP: test_pathext_with_empty_str (test.test_shutil.TestWhichBytes.test_pathext_with_empty_str) 'test specific to Windows'\nSKIP: test_pathext_with_multidot_extension (test.test_shutil.TestWhichBytes.test_pathext_with_multidot_extension) 'test specific to Windows'\nSKIP: test_pathext_with_null_extension (test.test_shutil.TestWhichBytes.test_pathext_with_null_extension) 'test specific to Windows'\nPASS: test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd)\nPASS: test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path)\nSKIP: test_same_dir_with_pathext_extension (test.test_shutil.TestWhichBytes.test_same_dir_with_pathext_extension) 'test specific to Windows'\nSKIP: test_same_dir_without_pathext_extension (test.test_shutil.TestWhichBytes.test_same_dir_without_pathext_extension) 'test specific to Windows'\nSKIP: test_win_path_needs_curdir (test.test_shutil.TestWhichBytes.test_win_path_needs_curdir) 'test specific to Windows'\nSKIP: test_empty_file (test.test_shutil.TestZeroCopyMACOS.test_empty_file) 'macOS only'\nSKIP: test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call) 'macOS only'\nSKIP: test_filesystem_full (test.test_shutil.TestZeroCopyMACOS.test_filesystem_full) 'macOS only'\nSKIP: test_non_existent_src (test.test_shutil.TestZeroCopyMACOS.test_non_existent_src) 'macOS only'\nSKIP: test_regular_copy (test.test_shutil.TestZeroCopyMACOS.test_regular_copy) 'macOS only'\nSKIP: test_same_file (test.test_shutil.TestZeroCopyMACOS.test_same_file) 'macOS only'\nSKIP: test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception) 'macOS only'\nPASS: test_big_chunk (test.test_shutil.TestZeroCopySendfile.test_big_chunk)\nPASS: test_blocksize_arg (test.test_shutil.TestZeroCopySendfile.test_blocksize_arg)\nPASS: test_cant_get_size (test.test_shutil.TestZeroCopySendfile.test_cant_get_size)\nPASS: test_empty_file (test.test_shutil.TestZeroCopySendfile.test_empty_file)\nPASS: test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call)\nPASS: test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call)\nPASS: test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported)\nPASS: test_filesystem_full (test.test_shutil.TestZeroCopySendfile.test_filesystem_full)\nPASS: test_non_existent_src (test.test_shutil.TestZeroCopySendfile.test_non_existent_src)\nPASS: test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst)\nPASS: test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src)\nPASS: test_regular_copy (test.test_shutil.TestZeroCopySendfile.test_regular_copy)\nPASS: test_same_file (test.test_shutil.TestZeroCopySendfile.test_same_file)\nPASS: test_small_chunks (test.test_shutil.TestZeroCopySendfile.test_small_chunks)\nPASS: test_unhandled_exception (test.test_shutil.TestZeroCopySendfile.test_unhandled_exception)\n\n----------------------------------------------------------------------\nRan 207 tests in 0.281s\n\nOK (skipped=53)\n0:02:07 load avg: 2.09 [355/480] test_site passed\nPASS: test__getuserbase (test.test_site.HelperFunctionsTests.test__getuserbase)\nPASS: test_addpackage (test.test_site.HelperFunctionsTests.test_addpackage)\nPASS: test_addpackage_empty_lines (test.test_site.HelperFunctionsTests.test_addpackage_empty_lines)\nPASS: test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec)\nPASS: test_addpackage_import_bad_pth_file (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file)\nPASS: test_addpackage_import_bad_syntax (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax)\nPASS: test_addsitedir (test.test_site.HelperFunctionsTests.test_addsitedir)\nPASS: test_addsitedir_dotfile (test.test_site.HelperFunctionsTests.test_addsitedir_dotfile)\nSKIP: test_addsitedir_hidden_file_attribute (test.test_site.HelperFunctionsTests.test_addsitedir_hidden_file_attribute) 'test needs Windows'\nSKIP: test_addsitedir_hidden_flags (test.test_site.HelperFunctionsTests.test_addsitedir_hidden_flags) 'test needs os.chflags()'\nPASS: test_get_path (test.test_site.HelperFunctionsTests.test_get_path)\nPASS: test_gethistoryfile (test.test_site.HelperFunctionsTests.test_gethistoryfile)\nPASS: test_getsitepackages (test.test_site.HelperFunctionsTests.test_getsitepackages)\nPASS: test_getuserbase (test.test_site.HelperFunctionsTests.test_getuserbase)\nPASS: test_getusersitepackages (test.test_site.HelperFunctionsTests.test_getusersitepackages)\nPASS: test_init_pathinfo (test.test_site.HelperFunctionsTests.test_init_pathinfo)\nPASS: test_makepath (test.test_site.HelperFunctionsTests.test_makepath)\nPASS: test_no_home_directory (test.test_site.HelperFunctionsTests.test_no_home_directory)\nPASS: test_s_option (test.test_site.HelperFunctionsTests.test_s_option)\nPASS: test_trace (test.test_site.HelperFunctionsTests.test_trace)\ntest_abs_paths_cached_None (test.test_site.ImportSideEffectTests.test_abs_paths_cached_None)\nPASS: Test for __cached__ is None.\nSKIP: test_add_build_dir (test.test_site.ImportSideEffectTests.test_add_build_dir) 'test not implemented'\nPASS: test_customization_modules_on_startup (test.test_site.ImportSideEffectTests.test_customization_modules_on_startup)\nSKIP: test_license_exists_at_url (test.test_site.ImportSideEffectTests.test_license_exists_at_url) \"resource 'network' is not enabled\"\nPASS: test_no_duplicate_paths (test.test_site.ImportSideEffectTests.test_no_duplicate_paths)\nPASS: test_setting_copyright (test.test_site.ImportSideEffectTests.test_setting_copyright)\nPASS: test_setting_help (test.test_site.ImportSideEffectTests.test_setting_help)\nPASS: test_setting_quit (test.test_site.ImportSideEffectTests.test_setting_quit)\nPASS: test_sitecustomize_executed (test.test_site.ImportSideEffectTests.test_sitecustomize_executed)\nPASS: test_startup_imports (test.test_site.StartupImportTests.test_startup_imports)\nPASS: test_startup_interactivehook (test.test_site.StartupImportTests.test_startup_interactivehook)\nPASS: test_startup_interactivehook_isolated (test.test_site.StartupImportTests.test_startup_interactivehook_isolated)\nPASS: test_startup_interactivehook_isolated_explicit (test.test_site.StartupImportTests.test_startup_interactivehook_isolated_explicit)\nPASS: test_underpth_basic (test.test_site._pthFileTests.test_underpth_basic)\nSKIP: test_underpth_dll_file (test.test_site._pthFileTests.test_underpth_dll_file) 'library ._pth file not supported on this platform'\nPASS: test_underpth_file (test.test_site._pthFileTests.test_underpth_file)\nPASS: test_underpth_nosite_file (test.test_site._pthFileTests.test_underpth_nosite_file)\n\n----------------------------------------------------------------------\nRan 37 tests in 0.225s\n\nOK (skipped=5)\n0:02:07 load avg: 2.09 [356/480] test_slice passed\nPASS: test_cmp (test.test_slice.SliceTest.test_cmp)\nPASS: test_constructor (test.test_slice.SliceTest.test_constructor)\nPASS: test_copy (test.test_slice.SliceTest.test_copy)\nPASS: test_cycle (test.test_slice.SliceTest.test_cycle)\nPASS: test_deepcopy (test.test_slice.SliceTest.test_deepcopy)\nPASS: test_hash (test.test_slice.SliceTest.test_hash)\nPASS: test_indices (test.test_slice.SliceTest.test_indices)\nPASS: test_members (test.test_slice.SliceTest.test_members)\nPASS: test_pickle (test.test_slice.SliceTest.test_pickle)\nPASS: test_repr (test.test_slice.SliceTest.test_repr)\nPASS: test_setslice_without_getslice (test.test_slice.SliceTest.test_setslice_without_getslice)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.029s\n\nOK\n0:02:09 load avg: 2.09 [357/480] test_smtplib passed\nPASS: testFailingHELO (test.test_smtplib.BadHELOServerTests.testFailingHELO)\nPASS: testBasic (test.test_smtplib.DebuggingServerTests.testBasic)\nPASS: testELHO (test.test_smtplib.DebuggingServerTests.testELHO)\nPASS: testEXPNNotImplemented (test.test_smtplib.DebuggingServerTests.testEXPNNotImplemented)\nPASS: testHELP (test.test_smtplib.DebuggingServerTests.testHELP)\nPASS: testNOOP (test.test_smtplib.DebuggingServerTests.testNOOP)\nPASS: testRSET (test.test_smtplib.DebuggingServerTests.testRSET)\nPASS: testSecondHELO (test.test_smtplib.DebuggingServerTests.testSecondHELO)\nPASS: testSend (test.test_smtplib.DebuggingServerTests.testSend)\nPASS: testSendBinary (test.test_smtplib.DebuggingServerTests.testSendBinary)\nPASS: testSendMessage (test.test_smtplib.DebuggingServerTests.testSendMessage)\nPASS: testSendMessageMultipleResentRaises (test.test_smtplib.DebuggingServerTests.testSendMessageMultipleResentRaises)\nPASS: testSendMessageResent (test.test_smtplib.DebuggingServerTests.testSendMessageResent)\nPASS: testSendMessageWithAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithAddresses)\nPASS: testSendMessageWithMultipleFrom (test.test_smtplib.DebuggingServerTests.testSendMessageWithMultipleFrom)\nPASS: testSendMessageWithSomeAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSomeAddresses)\nPASS: testSendMessageWithSpecifiedAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSpecifiedAddresses)\nPASS: testSendNeedingDotQuote (test.test_smtplib.DebuggingServerTests.testSendNeedingDotQuote)\nPASS: testSendNullSender (test.test_smtplib.DebuggingServerTests.testSendNullSender)\nPASS: testSourceAddress (test.test_smtplib.DebuggingServerTests.testSourceAddress)\nPASS: testVRFY (test.test_smtplib.DebuggingServerTests.testVRFY)\nPASS: test_issue43124_escape_localhostname (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_localhostname)\nPASS: test_issue43124_escape_options (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_options)\nPASS: test_issue43124_putcmd_escapes_newline (test.test_smtplib.DebuggingServerTests.test_issue43124_putcmd_escapes_newline)\nPASS: testSendMessage (test.test_smtplib.DefaultArgumentsTests.testSendMessage)\nPASS: testSendMessageWithMailOptions (test.test_smtplib.DefaultArgumentsTests.testSendMessageWithMailOptions)\nPASS: testBasic1 (test.test_smtplib.LMTPGeneralTests.testBasic1)\nPASS: testBasic2 (test.test_smtplib.LMTPGeneralTests.testBasic2)\nPASS: testLocalHostName (test.test_smtplib.LMTPGeneralTests.testLocalHostName)\nPASS: testQuoteData (test.test_smtplib.LMTPGeneralTests.testQuoteData)\nPASS: testSourceAddress (test.test_smtplib.LMTPGeneralTests.testSourceAddress)\nPASS: testTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_smtplib.LMTPGeneralTests.testTimeoutNone)\nPASS: testTimeoutValue (test.test_smtplib.LMTPGeneralTests.testTimeoutValue)\nPASS: testTimeoutZero (test.test_smtplib.LMTPGeneralTests.testTimeoutZero)\nPASS: testUnixDomainSocketTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testUnixDomainSocketTimeoutDefault)\nPASS: test_debuglevel (test.test_smtplib.LMTPGeneralTests.test_debuglevel)\nPASS: test_debuglevel_2 (test.test_smtplib.LMTPGeneralTests.test_debuglevel_2)\nPASS: testNonnumericPort (test.test_smtplib.NonConnectingTests.testNonnumericPort)\nPASS: testNotConnected (test.test_smtplib.NonConnectingTests.testNotConnected)\nPASS: testSockAttributeExists (test.test_smtplib.NonConnectingTests.testSockAttributeExists)\nPASS: testAUTH_PLAIN_initial_response_auth (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth)\nPASS: testAUTH_PLAIN_initial_response_login (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login)\nPASS: testBasic1 (test.test_smtplib.SMTPGeneralTests.testBasic1)\nPASS: testBasic2 (test.test_smtplib.SMTPGeneralTests.testBasic2)\nPASS: testLocalHostName (test.test_smtplib.SMTPGeneralTests.testLocalHostName)\nPASS: testQuoteData (test.test_smtplib.SMTPGeneralTests.testQuoteData)\nPASS: testSourceAddress (test.test_smtplib.SMTPGeneralTests.testSourceAddress)\nPASS: testTimeoutDefault (test.test_smtplib.SMTPGeneralTests.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_smtplib.SMTPGeneralTests.testTimeoutNone)\nPASS: testTimeoutValue (test.test_smtplib.SMTPGeneralTests.testTimeoutValue)\nPASS: testTimeoutZero (test.test_smtplib.SMTPGeneralTests.testTimeoutZero)\nPASS: test_debuglevel (test.test_smtplib.SMTPGeneralTests.test_debuglevel)\nPASS: test_debuglevel_2 (test.test_smtplib.SMTPGeneralTests.test_debuglevel_2)\nPASS: testAUTH_BUGGY (test.test_smtplib.SMTPSimTests.testAUTH_BUGGY)\nPASS: testAUTH_CRAM_MD5 (test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5)\nPASS: testAUTH_LOGIN (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN)\nPASS: testAUTH_LOGIN_initial_response_notok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_notok)\nPASS: testAUTH_LOGIN_initial_response_ok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_ok)\nPASS: testAUTH_PLAIN (test.test_smtplib.SMTPSimTests.testAUTH_PLAIN)\nPASS: testAUTH_multiple (test.test_smtplib.SMTPSimTests.testAUTH_multiple)\nPASS: testBasic (test.test_smtplib.SMTPSimTests.testBasic)\nPASS: testEHLO (test.test_smtplib.SMTPSimTests.testEHLO)\nPASS: testEXPN (test.test_smtplib.SMTPSimTests.testEXPN)\nPASS: testVRFY (test.test_smtplib.SMTPSimTests.testVRFY)\nPASS: test_421_from_data_cmd (test.test_smtplib.SMTPSimTests.test_421_from_data_cmd)\nPASS: test_421_from_mail_cmd (test.test_smtplib.SMTPSimTests.test_421_from_mail_cmd)\nPASS: test_421_from_rcpt_cmd (test.test_smtplib.SMTPSimTests.test_421_from_rcpt_cmd)\nPASS: test__rest_from_mail_cmd (test.test_smtplib.SMTPSimTests.test__rest_from_mail_cmd)\nPASS: test_auth_function (test.test_smtplib.SMTPSimTests.test_auth_function)\nPASS: test_lowercase_mail_from_rcpt_to (test.test_smtplib.SMTPSimTests.test_lowercase_mail_from_rcpt_to)\nPASS: test_name_field_not_included_in_envelop_addresses (test.test_smtplib.SMTPSimTests.test_name_field_not_included_in_envelop_addresses)\nPASS: test_quit_resets_greeting (test.test_smtplib.SMTPSimTests.test_quit_resets_greeting)\nPASS: test_send_message_error_on_non_ascii_addrs_if_no_smtputf8 (test.test_smtplib.SMTPSimTests.test_send_message_error_on_non_ascii_addrs_if_no_smtputf8)\nPASS: test_send_unicode_without_SMTPUTF8 (test.test_smtplib.SMTPSimTests.test_send_unicode_without_SMTPUTF8)\nPASS: test_smtputf8_NotSupportedError_if_no_server_support (test.test_smtplib.SMTPSimTests.test_smtputf8_NotSupportedError_if_no_server_support)\nPASS: test_with_statement (test.test_smtplib.SMTPSimTests.test_with_statement)\nPASS: test_with_statement_QUIT_failure (test.test_smtplib.SMTPSimTests.test_with_statement_QUIT_failure)\nPASS: test_send_message_uses_smtputf8_if_addrs_non_ascii (test.test_smtplib.SMTPUTF8SimTests.test_send_message_uses_smtputf8_if_addrs_non_ascii)\nPASS: test_send_unicode_with_SMTPUTF8_via_low_level_API (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_low_level_API)\nPASS: test_send_unicode_with_SMTPUTF8_via_sendmail (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_sendmail)\nPASS: test_test_server_supports_extensions (test.test_smtplib.SMTPUTF8SimTests.test_test_server_supports_extensions)\nPASS: testLineTooLong (test.test_smtplib.TooLongLineTests.testLineTooLong)\n\n----------------------------------------------------------------------\nRan 83 tests in 1.106s\n\nOK\n0:02:09 load avg: 2.09 [358/480] test_smtpnet skipped (resource denied)\ntest_smtpnet skipped -- Use of the 'network' resource not enabled\n0:02:13 load avg: 1.92 [359/480] test_regrtest passed\nPASS: test_add_python_opts (test.test_regrtest.ArgsTestCase.test_add_python_opts)\nPASS: test_cleanup (test.test_regrtest.ArgsTestCase.test_cleanup)\nPASS: test_coverage (test.test_regrtest.ArgsTestCase.test_coverage)\nPASS: test_crashed (test.test_regrtest.ArgsTestCase.test_crashed)\nPASS: test_doctest (test.test_regrtest.ArgsTestCase.test_doctest)\nPASS: test_env_changed (test.test_regrtest.ArgsTestCase.test_env_changed)\nPASS: test_failing_test (test.test_regrtest.ArgsTestCase.test_failing_test)\nPASS: test_forever (test.test_regrtest.ArgsTestCase.test_forever)\nPASS: test_fromfile (test.test_regrtest.ArgsTestCase.test_fromfile)\nSKIP: test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks) 'need a debug build'\nSKIP: test_huntrleaks_bisect (test.test_regrtest.ArgsTestCase.test_huntrleaks_bisect) 'need a debug build'\nSKIP: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak) 'need a debug build'\nSKIP: test_huntrleaks_mp (test.test_regrtest.ArgsTestCase.test_huntrleaks_mp) 'need a debug build'\nPASS: test_ignorefile (test.test_regrtest.ArgsTestCase.test_ignorefile)\nPASS: test_interrupted (test.test_regrtest.ArgsTestCase.test_interrupted)\nPASS: test_leak_tmp_file (test.test_regrtest.ArgsTestCase.test_leak_tmp_file)\nPASS: test_list_cases (test.test_regrtest.ArgsTestCase.test_list_cases)\nPASS: test_list_tests (test.test_regrtest.ArgsTestCase.test_list_tests)\nPASS: test_matchfile (test.test_regrtest.ArgsTestCase.test_matchfile)\nPASS: test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout)\nPASS: test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not)\nPASS: test_no_tests_ran (test.test_regrtest.ArgsTestCase.test_no_tests_ran)\nPASS: test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent)\nPASS: test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip)\nPASS: test_print_warning (test.test_regrtest.ArgsTestCase.test_print_warning)\nPASS: test_python_command (test.test_regrtest.ArgsTestCase.test_python_command)\nPASS: test_random (test.test_regrtest.ArgsTestCase.test_random)\nPASS: test_random_seed (test.test_regrtest.ArgsTestCase.test_random_seed)\nPASS: test_random_seed_workers (test.test_regrtest.ArgsTestCase.test_random_seed_workers)\nPASS: test_rerun_async_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure)\nPASS: test_rerun_async_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure)\nPASS: test_rerun_fail (test.test_regrtest.ArgsTestCase.test_rerun_fail)\nPASS: test_rerun_setup_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure)\nPASS: test_rerun_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure)\nPASS: test_rerun_setup_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure)\nPASS: test_rerun_success (test.test_regrtest.ArgsTestCase.test_rerun_success)\nPASS: test_rerun_teardown_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure)\nPASS: test_rerun_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure)\nPASS: test_rerun_teardown_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure)\nPASS: test_resources (test.test_regrtest.ArgsTestCase.test_resources)\nPASS: test_skip (test.test_regrtest.ArgsTestCase.test_skip)\nPASS: test_slowest (test.test_regrtest.ArgsTestCase.test_slowest)\nPASS: test_slowest_interrupted (test.test_regrtest.ArgsTestCase.test_slowest_interrupted)\nPASS: test_success (test.test_regrtest.ArgsTestCase.test_success)\nPASS: test_threading_excepthook (test.test_regrtest.ArgsTestCase.test_threading_excepthook)\nPASS: test_uncollectable (test.test_regrtest.ArgsTestCase.test_uncollectable)\nPASS: test_unicode_guard_env (test.test_regrtest.ArgsTestCase.test_unicode_guard_env)\nPASS: test_unload_tests (test.test_regrtest.ArgsTestCase.test_unload_tests)\nPASS: test_unraisable_exc (test.test_regrtest.ArgsTestCase.test_unraisable_exc)\nPASS: test_verbose3 (test.test_regrtest.ArgsTestCase.test_verbose3)\nPASS: test_wait (test.test_regrtest.ArgsTestCase.test_wait)\nPASS: test_worker_decode_error (test.test_regrtest.ArgsTestCase.test_worker_decode_error)\nPASS: test_worker_output_on_failure (test.test_regrtest.ArgsTestCase.test_worker_output_on_failure)\nPASS: test_xml (test.test_regrtest.ArgsTestCase.test_xml)\ntest_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests.test_finds_expected_number_of_tests)\nPASS: Check that regrtest appears to find the expected set of tests.\nPASS: test_arg (test.test_regrtest.ParseArgsTestCase.test_arg)\nPASS: test_arg_option_arg (test.test_regrtest.ParseArgsTestCase.test_arg_option_arg)\nPASS: test_bisect (test.test_regrtest.ParseArgsTestCase.test_bisect)\nSKIP: test_coverage_mp (test.test_regrtest.ParseArgsTestCase.test_coverage_mp) 'need a debug build'\nPASS: test_coverage_sequential (test.test_regrtest.ParseArgsTestCase.test_coverage_sequential)\nPASS: test_coverdir (test.test_regrtest.ParseArgsTestCase.test_coverdir)\nPASS: test_dont_add_python_opts (test.test_regrtest.ParseArgsTestCase.test_dont_add_python_opts)\nPASS: test_exclude (test.test_regrtest.ParseArgsTestCase.test_exclude)\nPASS: test_failfast (test.test_regrtest.ParseArgsTestCase.test_failfast)\nPASS: test_fast_ci (test.test_regrtest.ParseArgsTestCase.test_fast_ci)\nPASS: test_fast_ci_python_cmd (test.test_regrtest.ParseArgsTestCase.test_fast_ci_python_cmd)\nPASS: test_fast_ci_resource (test.test_regrtest.ParseArgsTestCase.test_fast_ci_resource)\nPASS: test_forever (test.test_regrtest.ParseArgsTestCase.test_forever)\nPASS: test_fromfile (test.test_regrtest.ParseArgsTestCase.test_fromfile)\nPASS: test_header (test.test_regrtest.ParseArgsTestCase.test_header)\nPASS: test_help (test.test_regrtest.ParseArgsTestCase.test_help)\nPASS: test_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_huntrleaks)\nPASS: test_long_option__partial (test.test_regrtest.ParseArgsTestCase.test_long_option__partial)\nPASS: test_match (test.test_regrtest.ParseArgsTestCase.test_match)\nPASS: test_memlimit (test.test_regrtest.ParseArgsTestCase.test_memlimit)\nPASS: test_multiprocess (test.test_regrtest.ParseArgsTestCase.test_multiprocess)\nPASS: test_nocoverdir (test.test_regrtest.ParseArgsTestCase.test_nocoverdir)\nPASS: test_nowindows (test.test_regrtest.ParseArgsTestCase.test_nowindows)\nPASS: test_option_and_arg (test.test_regrtest.ParseArgsTestCase.test_option_and_arg)\nPASS: test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value)\nPASS: test_quiet (test.test_regrtest.ParseArgsTestCase.test_quiet)\nPASS: test_randomize (test.test_regrtest.ParseArgsTestCase.test_randomize)\nPASS: test_randseed (test.test_regrtest.ParseArgsTestCase.test_randseed)\nPASS: test_rerun (test.test_regrtest.ParseArgsTestCase.test_rerun)\nPASS: test_runleaks (test.test_regrtest.ParseArgsTestCase.test_runleaks)\nPASS: test_single (test.test_regrtest.ParseArgsTestCase.test_single)\nPASS: test_single_process (test.test_regrtest.ParseArgsTestCase.test_single_process)\nPASS: test_slow_ci (test.test_regrtest.ParseArgsTestCase.test_slow_ci)\nPASS: test_slowest (test.test_regrtest.ParseArgsTestCase.test_slowest)\nPASS: test_start (test.test_regrtest.ParseArgsTestCase.test_start)\nPASS: test_testdir (test.test_regrtest.ParseArgsTestCase.test_testdir)\nPASS: test_threshold (test.test_regrtest.ParseArgsTestCase.test_threshold)\nPASS: test_timeout (test.test_regrtest.ParseArgsTestCase.test_timeout)\nPASS: test_two_options (test.test_regrtest.ParseArgsTestCase.test_two_options)\nPASS: test_unknown_option (test.test_regrtest.ParseArgsTestCase.test_unknown_option)\nPASS: test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument)\nPASS: test_use (test.test_regrtest.ParseArgsTestCase.test_use)\nPASS: test_verbose (test.test_regrtest.ParseArgsTestCase.test_verbose)\nPASS: test_verbose3 (test.test_regrtest.ParseArgsTestCase.test_verbose3)\nPASS: test_verbose3_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_verbose3_huntrleaks)\nPASS: test_wait (test.test_regrtest.ParseArgsTestCase.test_wait)\nPASS: test_module_autotest (test.test_regrtest.ProgramsTestCase.test_module_autotest)\nPASS: test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest)\nPASS: test_module_regrtest (test.test_regrtest.ProgramsTestCase.test_module_regrtest)\nPASS: test_module_test (test.test_regrtest.ProgramsTestCase.test_module_test)\nSKIP: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase.test_pcbuild_rt) 'Windows only'\nPASS: test_script_autotest (test.test_regrtest.ProgramsTestCase.test_script_autotest)\nPASS: test_script_regrtest (test.test_regrtest.ProgramsTestCase.test_script_regrtest)\nSKIP: test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test) 'test.bat script is not installed'\nPASS: test_format_duration (test.test_regrtest.TestUtils.test_format_duration)\nPASS: test_format_resources (test.test_regrtest.TestUtils.test_format_resources)\nPASS: test_get_signal_name (test.test_regrtest.TestUtils.test_get_signal_name)\nPASS: test_match_test (test.test_regrtest.TestUtils.test_match_test)\nPASS: test_normalize_test_name (test.test_regrtest.TestUtils.test_normalize_test_name)\nPASS: test_sanitize_xml (test.test_regrtest.TestUtils.test_sanitize_xml)\n\n----------------------------------------------------------------------\nRan 115 tests in 11.960s\n\nOK (skipped=7)\n0:02:13 load avg: 1.92 [360/480] test_socketserver skipped (resource denied)\ntest_socketserver skipped -- Use of the 'network' resource not enabled\n0:02:13 load avg: 1.92 [361/480] test_sort passed\ntestStressfully (test.test_sort.TestBase.testStressfully) ... Testing size 0\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 1\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 2\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 3\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 3\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 4\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 5\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 7\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 8\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 9\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 15\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 16\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 17\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 31\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 32\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 33\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 63\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(12) Complains(29)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 64\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 65\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 127\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(64) Complains(52)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 128\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 129\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(118) Complains(108)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 255\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(220) Complains(237)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 256\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 257\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(183) Complains(186)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 511\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(356) Complains(323)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 512\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(234) Complains(268)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 513\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(183) Complains(30)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 10\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n    checking stability\nTesting size 100\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(81) Complains(32)\n    checking exception during sort left some permutation\n    checking stability\nTesting size 1000\n    checking identity\n    checking reversed\n    checking random permutation\n    checking reversed via function\n    Checking against an insane comparison function.\n        If the implementation isn't careful, this may segfault.\n    checking an insane function left some permutation\n        complaining at Complains(547) Complains(827)\n    checking exception during sort left some permutation\n    checking stability\nok\nPASS: test_small_stability (test.test_sort.TestBase.test_small_stability)\nPASS: test_bug453523 (test.test_sort.TestBugs.test_bug453523)\nPASS: test_undetected_mutation (test.test_sort.TestBugs.test_undetected_mutation)\nPASS: test_baddecorator (test.test_sort.TestDecorateSortUndecorate.test_baddecorator)\nPASS: test_decorated (test.test_sort.TestDecorateSortUndecorate.test_decorated)\nPASS: test_key_with_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_exception)\nPASS: test_key_with_mutating_del (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del)\nPASS: test_key_with_mutating_del_and_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del_and_exception)\nPASS: test_key_with_mutation (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutation)\nPASS: test_reverse (test.test_sort.TestDecorateSortUndecorate.test_reverse)\nPASS: test_reverse_stability (test.test_sort.TestDecorateSortUndecorate.test_reverse_stability)\nPASS: test_stability (test.test_sort.TestDecorateSortUndecorate.test_stability)\nPASS: test_none_in_tuples (test.test_sort.TestOptimizedCompares.test_none_in_tuples)\nPASS: test_not_all_tuples (test.test_sort.TestOptimizedCompares.test_not_all_tuples)\nPASS: test_safe_object_compare (test.test_sort.TestOptimizedCompares.test_safe_object_compare)\nPASS: test_unsafe_float_compare (test.test_sort.TestOptimizedCompares.test_unsafe_float_compare)\nPASS: test_unsafe_latin_compare (test.test_sort.TestOptimizedCompares.test_unsafe_latin_compare)\nPASS: test_unsafe_long_compare (test.test_sort.TestOptimizedCompares.test_unsafe_long_compare)\nPASS: test_unsafe_object_compare (test.test_sort.TestOptimizedCompares.test_unsafe_object_compare)\nPASS: test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares.test_unsafe_tuple_compare)\n\n----------------------------------------------------------------------\nRan 21 tests in 0.102s\n\nOK\n0:02:13 load avg: 1.92 [362/480] test_source_encoding passed\nPASS: test_crcrcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf)\nPASS: test_crcrcrlf2 (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf2)\nPASS: test_crcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrlf)\nPASS: test_crlf (test.test_source_encoding.BytesSourceEncodingTest.test_crlf)\nPASS: test_default_coding (test.test_source_encoding.BytesSourceEncodingTest.test_default_coding)\nPASS: test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_line)\nPASS: test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_same_line)\nPASS: test_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_coding_line)\nPASS: test_first_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_non_utf8_coding_line)\nPASS: test_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_coding_line)\nPASS: test_second_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_non_utf8_coding_line)\nPASS: test_third_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_third_coding_line)\nPASS: test_utf8_bom (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom)\nPASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_utf8_coding_line)\nPASS: test_crcrcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf)\nPASS: test_crcrcrlf2 (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf2)\nPASS: test_crcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrlf)\nPASS: test_crlf (test.test_source_encoding.FileSourceEncodingTest.test_crlf)\nPASS: test_default_coding (test.test_source_encoding.FileSourceEncodingTest.test_default_coding)\nPASS: test_double_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_line)\nPASS: test_double_coding_same_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_same_line)\nPASS: test_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_coding_line)\nPASS: test_first_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_non_utf8_coding_line)\nPASS: test_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_coding_line)\nPASS: test_second_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_non_utf8_coding_line)\nPASS: test_third_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_third_coding_line)\nPASS: test_utf8_bom (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom)\nPASS: test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_utf8_coding_line)\nPASS: test_20731 (test.test_source_encoding.MiscSourceEncodingTest.test_20731)\nPASS: test_bad_coding (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding)\nPASS: test_bad_coding2 (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding2)\nPASS: test_compilestring (test.test_source_encoding.MiscSourceEncodingTest.test_compilestring)\nPASS: test_error_from_string (test.test_source_encoding.MiscSourceEncodingTest.test_error_from_string)\nPASS: test_error_message (test.test_source_encoding.MiscSourceEncodingTest.test_error_message)\nPASS: test_exec_valid_coding (test.test_source_encoding.MiscSourceEncodingTest.test_exec_valid_coding)\nPASS: test_file_parse (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse)\nPASS: test_file_parse_error_multiline (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline)\nPASS: test_import_encoded_module (test.test_source_encoding.MiscSourceEncodingTest.test_import_encoded_module)\nPASS: test_issue2301 (test.test_source_encoding.MiscSourceEncodingTest.test_issue2301)\nPASS: test_issue3297 (test.test_source_encoding.MiscSourceEncodingTest.test_issue3297)\nPASS: test_issue4626 (test.test_source_encoding.MiscSourceEncodingTest.test_issue4626)\nPASS: test_issue7820 (test.test_source_encoding.MiscSourceEncodingTest.test_issue7820)\nPASS: test_tokenizer_fstring_warning_in_first_line (test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line)\nSKIP: test_invalid_utf8 (test.test_source_encoding.UTF8ValidatorTest.test_invalid_utf8) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 44 tests in 0.348s\n\nOK (skipped=1)\n0:02:14 load avg: 1.92 [363/480] test_sqlite3 passed\ntest_sqlite3: testing with SQLite version 3.48.0\nPASS: test_bad_source_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection)\nPASS: test_bad_target (test.test_sqlite3.test_backup.BackupTests.test_bad_target)\nPASS: test_bad_target_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection)\nPASS: test_bad_target_filename (test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename)\nPASS: test_bad_target_in_transaction (test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction)\nPASS: test_bad_target_same_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection)\nPASS: test_database_source_name (test.test_sqlite3.test_backup.BackupTests.test_database_source_name)\nPASS: test_failing_progress (test.test_sqlite3.test_backup.BackupTests.test_failing_progress)\nPASS: test_keyword_only_args (test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args)\nPASS: test_modifying_progress (test.test_sqlite3.test_backup.BackupTests.test_modifying_progress)\nPASS: test_non_callable_progress (test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress)\nPASS: test_progress (test.test_sqlite3.test_backup.BackupTests.test_progress)\nPASS: test_progress_all_pages_at_once_1 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1)\nPASS: test_progress_all_pages_at_once_2 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2)\nPASS: test_simple (test.test_sqlite3.test_backup.BackupTests.test_simple)\nPASS: test_cli_execute_incomplete_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_incomplete_sql)\nPASS: test_cli_execute_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_sql)\nPASS: test_cli_execute_too_much_sql (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_execute_too_much_sql)\nPASS: test_cli_help (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_help)\nPASS: test_cli_on_disk_db (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_on_disk_db)\nPASS: test_cli_version (test.test_sqlite3.test_cli.CommandLineInterface.test_cli_version)\nPASS: test_interact (test.test_sqlite3.test_cli.InteractiveSession.test_interact)\nPASS: test_interact_incomplete_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_incomplete_multiline_sql)\nPASS: test_interact_invalid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_invalid_sql)\nPASS: test_interact_on_disk_file (test.test_sqlite3.test_cli.InteractiveSession.test_interact_on_disk_file)\nPASS: test_interact_quit (test.test_sqlite3.test_cli.InteractiveSession.test_interact_quit)\nPASS: test_interact_valid_multiline_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_multiline_sql)\nPASS: test_interact_valid_sql (test.test_sqlite3.test_cli.InteractiveSession.test_interact_valid_sql)\nPASS: test_interact_version (test.test_sqlite3.test_cli.InteractiveSession.test_interact_version)\nPASS: test_blob_32bit_rowid (test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid)\nPASS: test_blob_closed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed)\nPASS: test_blob_closed_db_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read)\nPASS: test_blob_context_manager (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager)\nPASS: test_blob_context_manager_reraise_exceptions (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions)\nPASS: test_blob_get_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice)\nPASS: test_blob_get_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item)\nPASS: test_blob_get_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error)\nPASS: test_blob_get_item_error_bigint (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error_bigint)\nPASS: test_blob_get_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice)\nPASS: test_blob_get_slice_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index)\nPASS: test_blob_get_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip)\nPASS: test_blob_is_a_blob (test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob)\nPASS: test_blob_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_length)\nPASS: test_blob_mapping_invalid_index_type (test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type)\nPASS: test_blob_open_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error)\nPASS: test_blob_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read)\nPASS: test_blob_read_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset)\nPASS: test_blob_read_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset)\nPASS: test_blob_read_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed)\nPASS: test_blob_read_oversized (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized)\nPASS: test_blob_seek_and_tell (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell)\nPASS: test_blob_seek_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error)\nPASS: test_blob_seek_overflow_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_overflow_error)\nPASS: test_blob_sequence_not_supported (test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported)\nPASS: test_blob_set_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice)\nPASS: test_blob_set_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item)\nPASS: test_blob_set_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error)\nPASS: test_blob_set_item_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index)\nPASS: test_blob_set_item_with_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset)\nPASS: test_blob_set_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice)\nPASS: test_blob_set_slice_buffer_object (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object)\nPASS: test_blob_set_slice_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error)\nPASS: test_blob_set_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip)\nPASS: test_blob_write (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write)\nPASS: test_blob_write_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset)\nPASS: test_blob_write_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset)\nPASS: test_blob_write_error_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length)\nPASS: test_blob_write_error_readonly (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly)\nPASS: test_blob_write_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed)\nPASS: test_closed_call (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call)\nPASS: test_closed_con_commit (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit)\nPASS: test_closed_con_cursor (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor)\nPASS: test_closed_con_rollback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback)\nPASS: test_closed_create_aggregate (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate)\nPASS: test_closed_create_function (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function)\nPASS: test_closed_cur_execute (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute)\nPASS: test_closed_set_authorizer (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer)\nPASS: test_closed_set_progress_callback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback)\nPASS: test_closed (test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed)\nPASS: test_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_close)\nPASS: test_commit (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit)\ntest_commit_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_after_no_changes)\nPASS: A commit should also work when no changes were made to the database.\nPASS: test_connect_positional_arguments (test.test_sqlite3.test_dbapi.ConnectionTests.test_connect_positional_arguments)\nPASS: test_connection_bad_limit_category (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category)\nPASS: test_connection_bad_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit)\nPASS: test_connection_config (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_config)\nPASS: test_connection_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions)\nPASS: test_connection_init_bad_isolation_level (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level)\nPASS: test_connection_init_good_isolation_levels (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels)\nPASS: test_connection_limits (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits)\nPASS: test_connection_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit)\nPASS: test_connection_resource_warning (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_resource_warning)\nPASS: test_connection_signature (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_signature)\nPASS: test_cursor (test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor)\nPASS: test_drop_unused_refs (test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs)\nPASS: test_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions)\nPASS: test_failed_open (test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open)\nPASS: test_in_transaction (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction)\nPASS: test_in_transaction_ro (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro)\nPASS: test_interrupt (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt)\nPASS: test_interrupt_on_closed_db (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db)\nPASS: test_rollback (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback)\ntest_rollback_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_after_no_changes)\nPASS: A rollback should also work when no changes were made to the database.\nPASS: test_use_after_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close)\nPASS: test_binary (test.test_sqlite3.test_dbapi.ConstructorTests.test_binary)\nPASS: test_date (test.test_sqlite3.test_dbapi.ConstructorTests.test_date)\nPASS: test_date_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks)\nPASS: test_time (test.test_sqlite3.test_dbapi.ConstructorTests.test_time)\nPASS: test_time_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks)\nPASS: test_timestamp (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp)\nPASS: test_timestamp_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks)\nPASS: test_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_array_size)\nPASS: test_close (test.test_sqlite3.test_dbapi.CursorTests.test_close)\nPASS: test_column_count (test.test_sqlite3.test_dbapi.CursorTests.test_column_count)\nPASS: test_cursor_connection (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection)\nPASS: test_cursor_wrong_class (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class)\nPASS: test_execute_arg_float (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float)\nPASS: test_execute_arg_int (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int)\nPASS: test_execute_arg_string (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string)\nPASS: test_execute_arg_string_with_zero_byte (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte)\nPASS: test_execute_dict_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping)\nPASS: test_execute_dict_mapping_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping)\nPASS: test_execute_dict_mapping_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args)\nPASS: test_execute_dict_mapping_too_little_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args)\nPASS: test_execute_dict_mapping_unnamed (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed)\nPASS: test_execute_illegal_sql (test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql)\nPASS: test_execute_indexed_nameless_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_indexed_nameless_params)\nPASS: test_execute_many_generator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator)\nPASS: test_execute_many_iterator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator)\nPASS: test_execute_many_not_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable)\nPASS: test_execute_many_select (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select)\nPASS: test_execute_many_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence)\nPASS: test_execute_many_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg)\nPASS: test_execute_multiple_statements (test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements)\nPASS: test_execute_named_param_and_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_named_param_and_sequence)\nPASS: test_execute_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args)\nPASS: test_execute_non_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable)\nPASS: test_execute_param_list (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list)\nPASS: test_execute_param_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence)\nPASS: test_execute_param_sequence_bad_len (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len)\nPASS: test_execute_too_many_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params)\nPASS: test_execute_with_appended_comments (test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments)\nPASS: test_execute_wrong_no_of_args1 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1)\nPASS: test_execute_wrong_no_of_args2 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2)\nPASS: test_execute_wrong_no_of_args3 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3)\nPASS: test_execute_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg)\nPASS: test_fetch_iter (test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter)\nPASS: test_fetchall (test.test_sqlite3.test_dbapi.CursorTests.test_fetchall)\nPASS: test_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany)\ntest_fetchmany_kw_arg (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_kw_arg)\nPASS: Checks if fetchmany works with keyword arguments\nPASS: test_fetchone (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone)\nPASS: test_fetchone_no_statement (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement)\nPASS: test_last_row_id_insert_o_r (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r)\nPASS: test_last_row_id_on_ignore (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore)\ntest_last_row_id_on_replace (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_replace)\nPASS: INSERT OR REPLACE and REPLACE INTO should produce the same behavior.\nPASS: test_rowcount_execute (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute)\nPASS: test_rowcount_executemany (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany)\nPASS: test_rowcount_prefixed_with_comment (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment)\ntest_rowcount_select (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_select)\nPASS: pysqlite does not know the rowcount of SELECT statements, because we\nPASS: test_rowcount_update_returning (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning)\nPASS: test_rowcount_vaccuum (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum)\nPASS: test_same_query_in_multiple_cursors (test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors)\nPASS: test_setinputsizes (test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes)\nPASS: test_setoutputsize (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize)\nPASS: test_setoutputsize_no_column (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column)\nPASS: test_total_changes (test.test_sqlite3.test_dbapi.CursorTests.test_total_changes)\nPASS: test_wrong_cursor_callable (test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable)\nPASS: test_connection_execute (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute)\nPASS: test_connection_executemany (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany)\nPASS: test_connection_executescript (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript)\nPASS: test_cursor_executescript_as_bytes (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes)\nPASS: test_cursor_executescript_too_large_script (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script)\nPASS: test_cursor_executescript_tx_control (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control)\nPASS: test_cursor_executescript_with_null_characters (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters)\nPASS: test_cursor_executescript_with_surrogates (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates)\nPASS: test_script_error_normal (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal)\nPASS: test_script_string_sql (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql)\nPASS: test_script_syntax_error (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error)\nPASS: test_api_level (test.test_sqlite3.test_dbapi.ModuleTests.test_api_level)\nPASS: test_complete_statement (test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement)\nPASS: test_data_error (test.test_sqlite3.test_dbapi.ModuleTests.test_data_error)\nPASS: test_database_error (test.test_sqlite3.test_dbapi.ModuleTests.test_database_error)\nPASS: test_deprecated_version (test.test_sqlite3.test_dbapi.ModuleTests.test_deprecated_version)\nPASS: test_disallow_instantiation (test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation)\nPASS: test_error (test.test_sqlite3.test_dbapi.ModuleTests.test_error)\nPASS: test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception)\nPASS: test_extended_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception)\nPASS: test_integrity_error (test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error)\nPASS: test_interface_error (test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error)\nPASS: test_internal_error (test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error)\nPASS: test_module_constants (test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants)\nPASS: test_not_supported_error (test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error)\nPASS: test_operational_error (test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error)\nPASS: test_param_style (test.test_sqlite3.test_dbapi.ModuleTests.test_param_style)\nPASS: test_programming_error (test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error)\nPASS: test_thread_safety (test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety)\nPASS: test_warning (test.test_sqlite3.test_dbapi.ModuleTests.test_warning)\nPASS: test_ctx_mgr_rollback_if_commit_failed (test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed)\nPASS: test_database_keyword (test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword)\nPASS: test_factory_database_arg (test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg)\nPASS: test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri)\nPASS: test_open_unquoted_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri)\nPASS: test_open_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri)\nPASS: test_open_uri_readonly (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly)\ntest_open_with_path_like_object (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_path_like_object)\nPASS: Checks that we can successfully connect to a database using an object that\nPASS: test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path)\nPASS: test_row_equality (test.test_sqlite3.test_dbapi.RowTests.test_row_equality)\nPASS: test_row_getitem (test.test_sqlite3.test_dbapi.RowTests.test_row_getitem)\nPASS: test_row_is_a_sequence (test.test_sqlite3.test_dbapi.RowTests.test_row_is_a_sequence)\nPASS: test_row_keys (test.test_sqlite3.test_dbapi.RowTests.test_row_keys)\nPASS: test_row_length (test.test_sqlite3.test_dbapi.RowTests.test_row_length)\nPASS: test_row_no_description (test.test_sqlite3.test_dbapi.RowTests.test_row_no_description)\nPASS: test_deserialize_corrupt_database (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database)\nPASS: test_deserialize_wrong_args (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args)\nPASS: test_serialize_deserialize (test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize)\nPASS: test_on_conflict_abort_raises_with_explicit_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions)\nPASS: test_on_conflict_abort_raises_without_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions)\nPASS: test_on_conflict_fail (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail)\nPASS: test_on_conflict_ignore (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore)\nPASS: test_on_conflict_replace (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace)\nPASS: test_on_conflict_rollback_with_explicit_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction)\nPASS: test_on_conflict_rollback_without_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction)\nPASS: test_check_connection_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread)\nPASS: test_check_cursor_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread)\nPASS: test_dont_check_same_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread)\nPASS: test_uninit_operations (test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations)\nPASS: test_dump_autoincrement (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement)\nPASS: test_dump_autoincrement_create_new_db (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db)\nPASS: test_dump_custom_row_factory (test.test_sqlite3.test_dump.DumpTests.test_dump_custom_row_factory)\nPASS: test_dump_virtual_tables (test.test_sqlite3.test_dump.DumpTests.test_dump_virtual_tables)\nPASS: test_table_dump (test.test_sqlite3.test_dump.DumpTests.test_table_dump)\nPASS: test_table_dump_filter (test.test_sqlite3.test_dump.DumpTests.test_table_dump_filter)\nPASS: test_unorderable_row (test.test_sqlite3.test_dump.DumpTests.test_unorderable_row)\nPASS: test_connection_factories (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories)\nPASS: test_connection_factory_as_positional_arg (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg)\nPASS: test_connection_factory_relayed_call (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call)\nPASS: test_invalid_factory (test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory)\nPASS: test_is_instance (test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance)\nPASS: test_custom_factory (test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory)\nPASS: test_fake_cursor_class (test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class)\nPASS: test_sqlite_row_as_dict (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict)\nPASS: test_sqlite_row_as_sequence (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence)\nPASS: test_sqlite_row_as_tuple (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple)\nPASS: test_sqlite_row_hash_cmp (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp)\nPASS: test_sqlite_row_index (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index)\nPASS: test_sqlite_row_index_unicode (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode)\nPASS: test_sqlite_row_iter (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter)\nPASS: test_sqlite_row_keys (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_keys)\nPASS: test_sqlite_row_slice (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice)\nPASS: test_is_produced_by_factory (test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory)\nPASS: test_custom (test.test_sqlite3.test_factory.TextFactoryTests.test_custom)\nPASS: test_string (test.test_sqlite3.test_factory.TextFactoryTests.test_string)\nPASS: test_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_unicode)\nPASS: test_bytearray (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray)\nPASS: test_bytes (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes)\nPASS: test_custom (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom)\nPASS: test_string (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string)\nPASS: test_collation_is_used (test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used)\ntest_collation_register_twice (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_twice)\nPASS: Register two different collation functions under the same name.\nPASS: test_collation_returns_large_integer (test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer)\nPASS: test_create_collation_bad_upper (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper)\nPASS: test_create_collation_not_ascii (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii)\nPASS: test_create_collation_not_callable (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable)\nPASS: test_create_collation_not_string (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string)\ntest_deregister_collation (test.test_sqlite3.test_hooks.CollationTests.test_deregister_collation)\nPASS: Register a collation, then deregister it. Make sure an error is raised if we try\ntest_cancel_operation (test.test_sqlite3.test_hooks.ProgressTests.test_cancel_operation)\nPASS: Test that returning a non-zero value stops the operation in progress.\ntest_clear_handler (test.test_sqlite3.test_hooks.ProgressTests.test_clear_handler)\nPASS: Test that setting the progress handler to None clears the previously set handler.\nPASS: test_error_in_progress_handler (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler)\nPASS: test_error_in_progress_handler_result (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result)\ntest_opcode_count (test.test_sqlite3.test_hooks.ProgressTests.test_opcode_count)\nPASS: Test that the opcode argument is respected.\nPASS: test_progress_handler_keyword_args (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_keyword_args)\ntest_progress_handler_used (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_used)\nPASS: Test that the progress handler is invoked once it is set.\ntest_clear_trace_callback (test.test_sqlite3.test_hooks.TraceCallbackTests.test_clear_trace_callback)\nPASS: Test that setting the trace callback to None clears the previously set callback.\nPASS: test_trace_bad_handler (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler)\nPASS: test_trace_callback_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content)\ntest_trace_callback_used (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_used)\nPASS: Test that the trace callback is invoked once it is set.\nPASS: test_trace_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql)\nPASS: test_trace_keyword_args (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_keyword_args)\nPASS: test_trace_too_much_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql)\ntest_unicode_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_unicode_content)\nPASS: Test that the statement can contain unicode literals.\nPASS: test_recursive_cursor_close (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close)\nPASS: test_recursive_cursor_init (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init)\nPASS: test_recursive_cursor_iter (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter)\ntest_auto_commit (test.test_sqlite3.test_regression.RegressionTests.test_auto_commit)\nPASS: Verifies that creating a connection in autocommit mode works.\nPASS: test_bind_mutating_list (test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list)\ntest_bpo31770 (test.test_sqlite3.test_regression.RegressionTests.test_bpo31770)\nPASS: The interpreter shouldn't crash in case Cursor.__init__() is called\nPASS: test_bpo37347 (test.test_sqlite3.test_regression.RegressionTests.test_bpo37347)\nPASS: test_collation (test.test_sqlite3.test_regression.RegressionTests.test_collation)\nPASS: test_column_name_with_spaces (test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces)\ntest_commit_cursor_reset (test.test_sqlite3.test_regression.RegressionTests.test_commit_cursor_reset)\nPASS: Connection.commit() did reset cursors, which made sqlite3\ntest_connection_call (test.test_sqlite3.test_regression.RegressionTests.test_connection_call)\nPASS: Call a connection with a non-string SQL request: check error handling\ntest_connection_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_connection_constructor_call_check)\nPASS: Verifies that connection methods check whether base class __init__ was\ntest_convert_timestamp_microsecond_padding (test.test_sqlite3.test_regression.RegressionTests.test_convert_timestamp_microsecond_padding)\nPASS: http://bugs.python.org/issue14720\ntest_cursor_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_cursor_constructor_call_check)\nPASS: Verifies that cursor methods check whether base class __init__ was\nPASS: test_del_isolation_level_segfault (test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault)\ntest_empty_statement (test.test_sqlite3.test_regression.RegressionTests.test_empty_statement)\nPASS: pysqlite used to segfault with SQLite versions 3.5.x. These return NULL\nPASS: test_error_msg_decode_error (test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error)\nPASS: test_executescript_step_through_select (test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select)\nPASS: test_invalid_isolation_level_type (test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type)\nPASS: test_large_sql (test.test_sqlite3.test_regression.RegressionTests.test_large_sql)\nPASS: test_null_character (test.test_sqlite3.test_regression.RegressionTests.test_null_character)\nPASS: test_on_conflict_rollback (test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback)\ntest_pragma_autocommit (test.test_sqlite3.test_regression.RegressionTests.test_pragma_autocommit)\nPASS: Verifies that running a PRAGMA statement that does an autocommit does\nPASS: test_pragma_schema_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version)\nPASS: test_pragma_user_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version)\ntest_recursive_cursor_use (test.test_sqlite3.test_regression.RegressionTests.test_recursive_cursor_use)\nPASS: http://bugs.python.org/issue10811\ntest_register_adapter (test.test_sqlite3.test_regression.RegressionTests.test_register_adapter)\nPASS: See issue 3312.\nPASS: test_return_empty_bytestring (test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring)\nPASS: test_set_isolation_level (test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level)\nPASS: test_statement_finalization_on_close_db (test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db)\nPASS: test_statement_reset (test.test_sqlite3.test_regression.RegressionTests.test_statement_reset)\ntest_str_subclass (test.test_sqlite3.test_regression.RegressionTests.test_str_subclass)\nPASS: The Python 3.0 port of the module didn't cope with values of subclasses of str.\nPASS: test_surrogates (test.test_sqlite3.test_regression.RegressionTests.test_surrogates)\nPASS: test_table_lock_cursor_dealloc (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc)\nPASS: test_table_lock_cursor_non_readonly_select (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select)\nPASS: test_table_lock_cursor_replace_stmt (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt)\ntest_type_map_usage (test.test_sqlite3.test_regression.RegressionTests.test_type_map_usage)\nPASS: pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling\ntest_workaround_for_buggy_sqlite_transfer_bindings (test.test_sqlite3.test_regression.RegressionTests.test_workaround_for_buggy_sqlite_transfer_bindings)\nPASS: pysqlite would crash with older SQLite versions unless\nPASS: test_autocommit_compat_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_ctx_mgr)\nPASS: test_autocommit_compat_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_compat_executescript)\nPASS: test_autocommit_default (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_default)\nPASS: test_autocommit_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled)\nPASS: test_autocommit_disabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_ctx_mgr)\nPASS: test_autocommit_disabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_executescript)\nPASS: test_autocommit_disabled_implicit_rollback (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_rollback)\nPASS: test_autocommit_disabled_implicit_shutdown (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_implicit_shutdown)\nPASS: test_autocommit_disabled_then_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_disabled_then_enabled)\nPASS: test_autocommit_enabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled)\nPASS: test_autocommit_enabled_ctx_mgr (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_ctx_mgr)\nPASS: test_autocommit_enabled_executescript (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_executescript)\nPASS: test_autocommit_enabled_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_then_disabled)\nPASS: test_autocommit_enabled_txn_ctl (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_enabled_txn_ctl)\nPASS: test_autocommit_explicit_then_disabled (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_explicit_then_disabled)\nPASS: test_autocommit_setget (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget)\nPASS: test_autocommit_setget_invalid (test.test_sqlite3.test_transactions.AutocommitAttribute.test_autocommit_setget_invalid)\nPASS: test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin)\nPASS: test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default)\nPASS: test_isolation_level_deferred (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred)\nPASS: test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive)\nPASS: test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate)\nPASS: test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none)\nPASS: test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin)\nPASS: test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default)\nPASS: test_isolation_level_deferrred (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred)\nPASS: test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive)\nPASS: test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate)\nPASS: test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none)\nPASS: test_no_duplicate_rows_after_rollback_close_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor)\nPASS: test_no_duplicate_rows_after_rollback_del_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor)\nPASS: test_no_duplicate_rows_after_rollback_new_query (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query)\nPASS: test_drop_table (test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table)\nPASS: test_pragma (test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma)\nPASS: test_delete_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction)\nPASS: test_dml_does_not_auto_commit_before (test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before)\nPASS: test_insert_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction)\nPASS: test_locking (test.test_sqlite3.test_transactions.TransactionTests.test_locking)\nPASS: test_multiple_cursors_and_iternext (test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext)\nPASS: test_raise_timeout (test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout)\nPASS: test_replace_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction)\ntest_rollback_cursor_consistency (test.test_sqlite3.test_transactions.TransactionTests.test_rollback_cursor_consistency)\nPASS: Check that cursors behave correctly after rollback.\nPASS: test_toggle_auto_commit (test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit)\nPASS: test_update_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction)\nPASS: test_ddl_does_not_autostart_transaction (test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction)\nPASS: test_immediate_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl)\nPASS: test_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl)\nPASS: test_binary_input_for_converter (test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter)\nPASS: test_case_in_converter_name (test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name)\nPASS: test_col_name (test.test_sqlite3.test_types.ColNamesTests.test_col_name)\nPASS: test_cursor_description_insert (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert)\ntest_cursor_description_no_row (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_no_row)\nPASS: cursor.description should at least provide the column name(s), even if\ntest_decl_type_not_used (test.test_sqlite3.test_types.ColNamesTests.test_decl_type_not_used)\nPASS: Assures that the declared type is not used when PARSE_DECLTYPES\nPASS: test_none (test.test_sqlite3.test_types.ColNamesTests.test_none)\nPASS: test_cursor_description_cte (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte)\nPASS: test_cursor_description_cte_multiple_columns (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns)\nPASS: test_cursor_description_cte_simple (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple)\nPASS: test_date_time_sub_seconds (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds)\nPASS: test_date_time_sub_seconds_floating_point (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point)\nPASS: test_sql_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp)\nPASS: test_sqlite_date (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date)\nPASS: test_sqlite_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp)\nPASS: test_blob (test.test_sqlite3.test_types.DeclTypesTests.test_blob)\nPASS: test_bool (test.test_sqlite3.test_types.DeclTypesTests.test_bool)\nPASS: test_convert_zero_sized_blob (test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob)\nPASS: test_error_in_conform (test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform)\nPASS: test_float (test.test_sqlite3.test_types.DeclTypesTests.test_float)\nPASS: test_foo (test.test_sqlite3.test_types.DeclTypesTests.test_foo)\nPASS: test_large_int (test.test_sqlite3.test_types.DeclTypesTests.test_large_int)\nPASS: test_number1 (test.test_sqlite3.test_types.DeclTypesTests.test_number1)\ntest_number2 (test.test_sqlite3.test_types.DeclTypesTests.test_number2)\nPASS: Checks whether converter names are cut off at '(' characters\nPASS: test_small_int (test.test_sqlite3.test_types.DeclTypesTests.test_small_int)\nPASS: test_string (test.test_sqlite3.test_types.DeclTypesTests.test_string)\nPASS: test_unicode (test.test_sqlite3.test_types.DeclTypesTests.test_unicode)\nPASS: test_unsupported_dict (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict)\nPASS: test_unsupported_seq (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq)\nPASS: test_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt)\nPASS: test_adapt_alt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt)\nPASS: test_caster_is_used (test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used)\nPASS: test_custom_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto)\nPASS: test_defect_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto)\nPASS: test_defect_self_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt)\nPASS: test_missing_adapter (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter)\nPASS: test_missing_protocol (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol)\nPASS: test_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_blob)\nPASS: test_float (test.test_sqlite3.test_types.SqliteTypeTests.test_float)\nPASS: test_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_large_int)\nPASS: test_small_int (test.test_sqlite3.test_types.SqliteTypeTests.test_small_int)\nPASS: test_string (test.test_sqlite3.test_types.SqliteTypeTests.test_string)\nPASS: test_string_with_null_character (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character)\nPASS: test_string_with_surrogates (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates)\nSKIP: test_too_large_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob) 'not enough memory: 6.0G minimum needed'\nPASS: test_too_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int)\nSKIP: test_too_large_string (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string) 'not enough memory: 8.0G minimum needed'\nPASS: test_unicode_execute (test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute)\nPASS: test_agg_keyword_args (test.test_sqlite3.test_userfunctions.AggregateTests.test_agg_keyword_args)\nPASS: test_aggr_check_aggr_sum (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum)\nPASS: test_aggr_check_param_blob (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob)\nPASS: test_aggr_check_param_float (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float)\nPASS: test_aggr_check_param_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int)\nPASS: test_aggr_check_param_none (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none)\nPASS: test_aggr_check_param_str (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str)\nPASS: test_aggr_check_params_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int)\nPASS: test_aggr_error_on_create (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create)\nPASS: test_aggr_exception_in_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize)\nPASS: test_aggr_exception_in_init (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init)\nPASS: test_aggr_exception_in_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step)\nPASS: test_aggr_no_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize)\nPASS: test_aggr_no_match (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match)\nPASS: test_aggr_no_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step)\nPASS: test_aggr_text (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access)\nPASS: test_authorizer_keyword_args (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_authorizer_keyword_args)\nPASS: test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer)\nPASS: test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access)\nPASS: test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access)\nPASS: test_any_arguments (test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments)\nPASS: test_empty_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob)\nPASS: test_func_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic)\nPASS: test_func_deterministic_keyword_only (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only)\nPASS: test_func_error_on_create (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create)\nPASS: test_func_exception (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception)\nPASS: test_func_keyword_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_keyword_args)\nPASS: test_func_memory_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error)\nPASS: test_func_non_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic)\nPASS: test_func_overflow_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error)\nPASS: test_func_params (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params)\nPASS: test_func_ref_count (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count)\nPASS: test_func_return_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob)\nPASS: test_func_return_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float)\nPASS: test_func_return_illegal_value (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value)\nPASS: test_func_return_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int)\nPASS: test_func_return_long_long (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long)\nPASS: test_func_return_nan (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan)\nPASS: test_func_return_null (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null)\nPASS: test_func_return_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text)\nPASS: test_func_return_text_with_null_char (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char)\nPASS: test_func_return_text_with_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates)\nSKIP: test_func_return_too_large_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob) 'not enough memory: 4.0G minimum needed'\nPASS: test_func_return_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int)\nSKIP: test_func_return_too_large_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text) 'not enough memory: 6.0G minimum needed'\nPASS: test_func_return_unicode (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode)\nPASS: test_func_too_many_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args)\nPASS: test_function_destructor_via_gc (test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc)\nPASS: test_nan_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float)\nPASS: test_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob)\nPASS: test_param_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates)\nPASS: test_return_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob)\nPASS: test_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int)\nPASS: test_win_clear_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function)\nPASS: test_win_error_on_create (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create)\nPASS: test_win_error_value_return (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return)\nPASS: test_win_exception_in_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize)\nPASS: test_win_exception_in_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method)\nPASS: test_win_missing_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize)\nPASS: test_win_missing_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method)\nPASS: test_win_redefine_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function)\nPASS: test_win_sum_int (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int)\n\n----------------------------------------------------------------------\nRan 487 tests in 0.194s\n\nOK (skipped=4)\n0:02:17 load avg: 1.85 [364/480] test_selectors passed\nPASS: test_close (test.test_selectors.DefaultSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.DefaultSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.DefaultSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.DefaultSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.DefaultSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.DefaultSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.DefaultSelectorTestCase.test_modify)\nPASS: test_modify_unregister (test.test_selectors.DefaultSelectorTestCase.test_modify_unregister)\nPASS: test_register (test.test_selectors.DefaultSelectorTestCase.test_register)\nPASS: test_select (test.test_selectors.DefaultSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.DefaultSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.DefaultSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.DefaultSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.DefaultSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_socket_close)\nSKIP: test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase.test_above_fd_setsize) 'Test needs selectors.DevpollSelector'\nSKIP: test_close (test.test_selectors.DevpollSelectorTestCase.test_close) 'Test needs selectors.DevpollSelector'\nSKIP: test_context_manager (test.test_selectors.DevpollSelectorTestCase.test_context_manager) 'Test needs selectors.DevpollSelector'\nSKIP: test_empty_select (test.test_selectors.DevpollSelectorTestCase.test_empty_select) 'Test needs selectors.DevpollSelector'\nSKIP: test_fileno (test.test_selectors.DevpollSelectorTestCase.test_fileno) 'Test needs selectors.DevpollSelector'\nSKIP: test_get_key (test.test_selectors.DevpollSelectorTestCase.test_get_key) 'Test needs selectors.DevpollSelector'\nSKIP: test_get_map (test.test_selectors.DevpollSelectorTestCase.test_get_map) 'Test needs selectors.DevpollSelector'\nSKIP: test_modify (test.test_selectors.DevpollSelectorTestCase.test_modify) 'Test needs selectors.DevpollSelector'\nSKIP: test_modify_unregister (test.test_selectors.DevpollSelectorTestCase.test_modify_unregister) 'Test needs selectors.DevpollSelector'\nSKIP: test_register (test.test_selectors.DevpollSelectorTestCase.test_register) 'Test needs selectors.DevpollSelector'\nSKIP: test_select (test.test_selectors.DevpollSelectorTestCase.test_select) 'Test needs selectors.DevpollSelector'\nSKIP: test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_exc) 'Test needs selectors.DevpollSelector'\nSKIP: test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_noraise) 'Test needs selectors.DevpollSelector'\nSKIP: test_select_read_write (test.test_selectors.DevpollSelectorTestCase.test_select_read_write) 'Test needs selectors.DevpollSelector'\nSKIP: test_selector (test.test_selectors.DevpollSelectorTestCase.test_selector) 'Test needs selectors.DevpollSelector'\nSKIP: test_timeout (test.test_selectors.DevpollSelectorTestCase.test_timeout) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister (test.test_selectors.DevpollSelectorTestCase.test_unregister) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close_and_reuse) 'Test needs selectors.DevpollSelector'\nSKIP: test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_socket_close) 'Test needs selectors.DevpollSelector'\nSKIP: test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase.test_above_fd_setsize) \"resource 'cpu' is not enabled\"\nPASS: test_close (test.test_selectors.EpollSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.EpollSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.EpollSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.EpollSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.EpollSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.EpollSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.EpollSelectorTestCase.test_modify)\nPASS: test_modify_unregister (test.test_selectors.EpollSelectorTestCase.test_modify_unregister)\nPASS: test_register (test.test_selectors.EpollSelectorTestCase.test_register)\nPASS: test_register_file (test.test_selectors.EpollSelectorTestCase.test_register_file)\nPASS: test_select (test.test_selectors.EpollSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.EpollSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.EpollSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.EpollSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.EpollSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_socket_close)\nSKIP: test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase.test_above_fd_setsize) 'Test needs selectors.KqueueSelector)'\nSKIP: test_close (test.test_selectors.KqueueSelectorTestCase.test_close) 'Test needs selectors.KqueueSelector)'\nSKIP: test_context_manager (test.test_selectors.KqueueSelectorTestCase.test_context_manager) 'Test needs selectors.KqueueSelector)'\nSKIP: test_empty_select (test.test_selectors.KqueueSelectorTestCase.test_empty_select) 'Test needs selectors.KqueueSelector)'\nSKIP: test_empty_select_timeout (test.test_selectors.KqueueSelectorTestCase.test_empty_select_timeout) 'Test needs selectors.KqueueSelector)'\nSKIP: test_fileno (test.test_selectors.KqueueSelectorTestCase.test_fileno) 'Test needs selectors.KqueueSelector)'\nSKIP: test_get_key (test.test_selectors.KqueueSelectorTestCase.test_get_key) 'Test needs selectors.KqueueSelector)'\nSKIP: test_get_map (test.test_selectors.KqueueSelectorTestCase.test_get_map) 'Test needs selectors.KqueueSelector)'\nSKIP: test_modify (test.test_selectors.KqueueSelectorTestCase.test_modify) 'Test needs selectors.KqueueSelector)'\nSKIP: test_modify_unregister (test.test_selectors.KqueueSelectorTestCase.test_modify_unregister) 'Test needs selectors.KqueueSelector)'\nSKIP: test_register (test.test_selectors.KqueueSelectorTestCase.test_register) 'Test needs selectors.KqueueSelector)'\nSKIP: test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase.test_register_bad_fd) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select (test.test_selectors.KqueueSelectorTestCase.test_select) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_exc) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_noraise) 'Test needs selectors.KqueueSelector)'\nSKIP: test_select_read_write (test.test_selectors.KqueueSelectorTestCase.test_select_read_write) 'Test needs selectors.KqueueSelector)'\nSKIP: test_selector (test.test_selectors.KqueueSelectorTestCase.test_selector) 'Test needs selectors.KqueueSelector)'\nSKIP: test_timeout (test.test_selectors.KqueueSelectorTestCase.test_timeout) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister (test.test_selectors.KqueueSelectorTestCase.test_unregister) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close_and_reuse) 'Test needs selectors.KqueueSelector)'\nSKIP: test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_socket_close) 'Test needs selectors.KqueueSelector)'\nSKIP: test_above_fd_setsize (test.test_selectors.PollSelectorTestCase.test_above_fd_setsize) \"resource 'cpu' is not enabled\"\nPASS: test_close (test.test_selectors.PollSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.PollSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.PollSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.PollSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.PollSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.PollSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.PollSelectorTestCase.test_modify)\nPASS: test_modify_unregister (test.test_selectors.PollSelectorTestCase.test_modify_unregister)\nPASS: test_register (test.test_selectors.PollSelectorTestCase.test_register)\nPASS: test_select (test.test_selectors.PollSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.PollSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.PollSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.PollSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.PollSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_socket_close)\nPASS: test_close (test.test_selectors.SelectSelectorTestCase.test_close)\nPASS: test_context_manager (test.test_selectors.SelectSelectorTestCase.test_context_manager)\nPASS: test_empty_select (test.test_selectors.SelectSelectorTestCase.test_empty_select)\nPASS: test_fileno (test.test_selectors.SelectSelectorTestCase.test_fileno)\nPASS: test_get_key (test.test_selectors.SelectSelectorTestCase.test_get_key)\nPASS: test_get_map (test.test_selectors.SelectSelectorTestCase.test_get_map)\nPASS: test_modify (test.test_selectors.SelectSelectorTestCase.test_modify)\nSKIP: test_modify_unregister (test.test_selectors.SelectSelectorTestCase.test_modify_unregister) ''\nPASS: test_register (test.test_selectors.SelectSelectorTestCase.test_register)\nPASS: test_select (test.test_selectors.SelectSelectorTestCase.test_select)\nPASS: test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_exc)\nPASS: test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_noraise)\nPASS: test_select_read_write (test.test_selectors.SelectSelectorTestCase.test_select_read_write)\nPASS: test_selector (test.test_selectors.SelectSelectorTestCase.test_selector)\nPASS: test_timeout (test.test_selectors.SelectSelectorTestCase.test_timeout)\nPASS: test_unregister (test.test_selectors.SelectSelectorTestCase.test_unregister)\nPASS: test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close)\nPASS: test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close_and_reuse)\nPASS: test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_socket_close)\n\n----------------------------------------------------------------------\nRan 121 tests in 14.022s\n\nOK (skipped=45)\n0:02:17 load avg: 1.85 [365/480] test_stable_abi_ctypes passed\nPASS: test_available_symbols (test.test_stable_abi_ctypes.TestStableABIAvailability.test_available_symbols)\nPASS: test_feature_macros (test.test_stable_abi_ctypes.TestStableABIAvailability.test_feature_macros)\nSKIP: test_windows_feature_macros (test.test_stable_abi_ctypes.TestStableABIAvailability.test_windows_feature_macros) 'Windows specific test'\n\n----------------------------------------------------------------------\nRan 3 tests in 0.006s\n\nOK (skipped=1)\n0:02:17 load avg: 1.85 [366/480] test_startfile skipped\ntest_startfile skipped -- object <module 'os' (frozen)> has no attribute 'startfile'\n0:02:18 load avg: 1.85 [367/480] test_stat passed\nPASS: test_devices (test.test_stat.TestFilemodeCStat.test_devices)\nPASS: test_directory (test.test_stat.TestFilemodeCStat.test_directory)\nPASS: test_fifo (test.test_stat.TestFilemodeCStat.test_fifo)\nSKIP: test_file_attribute_constants (test.test_stat.TestFilemodeCStat.test_file_attribute_constants) 'FILE_ATTRIBUTE_* constants are Win32 specific'\nPASS: test_flags_consistent (test.test_stat.TestFilemodeCStat.test_flags_consistent)\nPASS: test_link (test.test_stat.TestFilemodeCStat.test_link)\nSKIP: test_macosx_attribute_values (test.test_stat.TestFilemodeCStat.test_macosx_attribute_values) 'macOS system check'\nPASS: test_mode (test.test_stat.TestFilemodeCStat.test_mode)\nPASS: test_module_attributes (test.test_stat.TestFilemodeCStat.test_module_attributes)\nPASS: test_socket (test.test_stat.TestFilemodeCStat.test_socket)\nPASS: test_devices (test.test_stat.TestFilemodePyStat.test_devices)\nPASS: test_directory (test.test_stat.TestFilemodePyStat.test_directory)\nPASS: test_fifo (test.test_stat.TestFilemodePyStat.test_fifo)\nSKIP: test_file_attribute_constants (test.test_stat.TestFilemodePyStat.test_file_attribute_constants) 'FILE_ATTRIBUTE_* constants are Win32 specific'\nPASS: test_flags_consistent (test.test_stat.TestFilemodePyStat.test_flags_consistent)\nPASS: test_link (test.test_stat.TestFilemodePyStat.test_link)\nSKIP: test_macosx_attribute_values (test.test_stat.TestFilemodePyStat.test_macosx_attribute_values) 'macOS system check'\nPASS: test_mode (test.test_stat.TestFilemodePyStat.test_mode)\nPASS: test_module_attributes (test.test_stat.TestFilemodePyStat.test_module_attributes)\nPASS: test_socket (test.test_stat.TestFilemodePyStat.test_socket)\n\n----------------------------------------------------------------------\nRan 20 tests in 0.001s\n\nOK (skipped=4)\n0:02:18 load avg: 1.85 [368/480] test_statistics passed\nPASS: test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute)\nPASS: test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute_decimals)\nPASS: test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_both)\nPASS: test_exactly_equal_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_decimals)\nPASS: test_exactly_equal_floats (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_floats)\nPASS: test_exactly_equal_fractions (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_fractions)\nPASS: test_exactly_equal_ints (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_ints)\nPASS: test_exactly_equal_relative (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_relative)\nPASS: test_approx_equal_absolute_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_decimals)\nPASS: test_approx_equal_absolute_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_floats)\nPASS: test_approx_equal_absolute_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_fractions)\nPASS: test_approx_equal_absolute_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_ints)\nPASS: test_approx_equal_both1 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both1)\nPASS: test_approx_equal_both2 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both2)\nPASS: test_approx_equal_both3 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both3)\nPASS: test_approx_equal_both4 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both4)\nPASS: test_approx_equal_relative_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_decimals)\nPASS: test_approx_equal_relative_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_floats)\nPASS: test_approx_equal_relative_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_fractions)\nPASS: test_approx_equal_relative_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_ints)\nPASS: test_cross_zero (test.test_statistics.ApproxEqualInexactTest.test_cross_zero)\nPASS: test_decimal_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_decimal_zeroes)\nPASS: test_float_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_float_zeroes)\nPASS: test_inf (test.test_statistics.ApproxEqualSpecialsTest.test_inf)\nPASS: test_nan (test.test_statistics.ApproxEqualSpecialsTest.test_nan)\nPASS: test_relative_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_relative_symmetry)\nPASS: test_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_symmetry)\nPASS: test_exactly_unequal_decimals (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_decimals)\nPASS: test_exactly_unequal_floats (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_floats)\nPASS: test_exactly_unequal_fractions (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_fractions)\nPASS: test_exactly_unequal_ints (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_ints)\nPASS: test_bool (test.test_statistics.CoerceTest.test_bool)\nPASS: test_decimal (test.test_statistics.CoerceTest.test_decimal)\nPASS: test_float (test.test_statistics.CoerceTest.test_float)\nPASS: test_fraction (test.test_statistics.CoerceTest.test_fraction)\nPASS: test_incompatible_types (test.test_statistics.CoerceTest.test_incompatible_types)\nPASS: test_int (test.test_statistics.CoerceTest.test_int)\nPASS: test_non_numeric_types (test.test_statistics.CoerceTest.test_non_numeric_types)\nPASS: test_decimal (test.test_statistics.ConvertTest.test_decimal)\nPASS: test_float (test.test_statistics.ConvertTest.test_float)\nPASS: test_fraction (test.test_statistics.ConvertTest.test_fraction)\nPASS: test_inf (test.test_statistics.ConvertTest.test_inf)\nPASS: test_int (test.test_statistics.ConvertTest.test_int)\nPASS: test_invalid_input_type (test.test_statistics.ConvertTest.test_invalid_input_type)\nPASS: test_nan (test.test_statistics.ConvertTest.test_nan)\nPASS: test_infinity (test.test_statistics.DecimalToRatioTest.test_infinity)\nPASS: test_nan (test.test_statistics.DecimalToRatioTest.test_nan)\nPASS: test_negative_exponent (test.test_statistics.DecimalToRatioTest.test_negative_exponent)\nPASS: test_positive_exponent (test.test_statistics.DecimalToRatioTest.test_positive_exponent)\nPASS: test_regression_20536 (test.test_statistics.DecimalToRatioTest.test_regression_20536)\nPASS: test_sign (test.test_statistics.DecimalToRatioTest.test_sign)\nPASS: test_decimal (test.test_statistics.ExactRatioTest.test_decimal)\nPASS: test_decimal_nan (test.test_statistics.ExactRatioTest.test_decimal_nan)\nPASS: test_float (test.test_statistics.ExactRatioTest.test_float)\nPASS: test_float_nan (test.test_statistics.ExactRatioTest.test_float_nan)\nPASS: test_fraction (test.test_statistics.ExactRatioTest.test_fraction)\nPASS: test_inf (test.test_statistics.ExactRatioTest.test_inf)\nPASS: test_int (test.test_statistics.ExactRatioTest.test_int)\nPASS: test_error_msg (test.test_statistics.FailNegTest.test_error_msg)\nPASS: test_negatives_raise (test.test_statistics.FailNegTest.test_negatives_raise)\nPASS: test_pass_through (test.test_statistics.FailNegTest.test_pass_through)\nPASS: test_check_all (test.test_statistics.GlobalsTest.test_check_all)\nPASS: test_meta (test.test_statistics.GlobalsTest.test_meta)\nPASS: test_finite (test.test_statistics.IsFiniteTest.test_finite)\nPASS: test_infinity (test.test_statistics.IsFiniteTest.test_infinity)\nPASS: test_nan (test.test_statistics.IsFiniteTest.test_nan)\nPASS: test_has_exception (test.test_statistics.StatisticsErrorTest.test_has_exception)\nPASS: test_decimal_basiccontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_basiccontext_mismatched_infs_to_nan)\nPASS: test_decimal_extendedcontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_extendedcontext_mismatched_infs_to_nan)\nPASS: test_decimal_inf (test.test_statistics.SumSpecialValues.test_decimal_inf)\nPASS: test_decimal_snan_raises (test.test_statistics.SumSpecialValues.test_decimal_snan_raises)\nPASS: test_float_inf (test.test_statistics.SumSpecialValues.test_float_inf)\nPASS: test_float_mismatched_infs (test.test_statistics.SumSpecialValues.test_float_mismatched_infs)\nPASS: test_nan (test.test_statistics.SumSpecialValues.test_nan)\nPASS: test_torture (test.test_statistics.SumTortureTest.test_torture)\nPASS: test_bad_rel (test.test_statistics.TestApproxEqualErrors.test_bad_rel)\nPASS: test_bad_tol (test.test_statistics.TestApproxEqualErrors.test_bad_tol)\nPASS: test_small_sample_error (test.test_statistics.TestBivariateStatistics.test_small_sample_error)\nPASS: test_unequal_size_error (test.test_statistics.TestBivariateStatistics.test_unequal_size_error)\nPASS: test_correlation_spearman (test.test_statistics.TestCorrelationAndCovariance.test_correlation_spearman)\nPASS: test_different_scales (test.test_statistics.TestCorrelationAndCovariance.test_different_scales)\nPASS: test_results (test.test_statistics.TestCorrelationAndCovariance.test_results)\nPASS: test_sqrtprod_helper_function_fundamentals (test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_fundamentals)\nPASS: test_sqrtprod_helper_function_improved_accuracy (test.test_statistics.TestCorrelationAndCovariance.test_sqrtprod_helper_function_improved_accuracy)\nPASS: test_basics (test.test_statistics.TestFMean.test_basics)\nPASS: test_error_cases (test.test_statistics.TestFMean.test_error_cases)\nPASS: test_special_values (test.test_statistics.TestFMean.test_special_values)\nPASS: test_weights (test.test_statistics.TestFMean.test_weights)\nPASS: test_basics (test.test_statistics.TestGeometricMean.test_basics)\nPASS: test_big_and_small (test.test_statistics.TestGeometricMean.test_big_and_small)\nPASS: test_error_cases (test.test_statistics.TestGeometricMean.test_error_cases)\nPASS: test_mixed_int_and_float (test.test_statistics.TestGeometricMean.test_mixed_int_and_float)\nPASS: test_special_values (test.test_statistics.TestGeometricMean.test_special_values)\nPASS: test_various_input_types (test.test_statistics.TestGeometricMean.test_various_input_types)\nPASS: test_bad_arg_types (test.test_statistics.TestHarmonicMean.test_bad_arg_types)\nPASS: test_decimals_exact (test.test_statistics.TestHarmonicMean.test_decimals_exact)\nPASS: test_doubled_data (test.test_statistics.TestHarmonicMean.test_doubled_data)\nPASS: test_empty_data (test.test_statistics.TestHarmonicMean.test_empty_data)\nPASS: test_floats_exact (test.test_statistics.TestHarmonicMean.test_floats_exact)\nPASS: test_fractions (test.test_statistics.TestHarmonicMean.test_fractions)\nPASS: test_inf (test.test_statistics.TestHarmonicMean.test_inf)\nPASS: test_ints (test.test_statistics.TestHarmonicMean.test_ints)\nPASS: test_invalid_type_error (test.test_statistics.TestHarmonicMean.test_invalid_type_error)\nPASS: test_multiply_data_points (test.test_statistics.TestHarmonicMean.test_multiply_data_points)\nPASS: test_nan (test.test_statistics.TestHarmonicMean.test_nan)\nPASS: test_negative_error (test.test_statistics.TestHarmonicMean.test_negative_error)\nPASS: test_no_args (test.test_statistics.TestHarmonicMean.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestHarmonicMean.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestHarmonicMean.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestHarmonicMean.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestHarmonicMean.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestHarmonicMean.test_single_value)\nPASS: test_singleton_lists (test.test_statistics.TestHarmonicMean.test_singleton_lists)\nPASS: test_type_of_data_collection (test.test_statistics.TestHarmonicMean.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestHarmonicMean.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestHarmonicMean.test_types_conserved)\nPASS: test_with_weights (test.test_statistics.TestHarmonicMean.test_with_weights)\nPASS: test_zero (test.test_statistics.TestHarmonicMean.test_zero)\nSKIP: test_kde (test.test_statistics.TestKDE.test_kde) \"resource 'cpu' is not enabled\"\nPASS: test_kde_kernel_invcdfs (test.test_statistics.TestKDE.test_kde_kernel_invcdfs)\nSKIP: test_kde_random (test.test_statistics.TestKDE.test_kde_random) \"resource 'cpu' is not enabled\"\nPASS: test_constant_input_error (test.test_statistics.TestLinearRegression.test_constant_input_error)\nPASS: test_float_output (test.test_statistics.TestLinearRegression.test_float_output)\nPASS: test_proportional (test.test_statistics.TestLinearRegression.test_proportional)\nPASS: test_results (test.test_statistics.TestLinearRegression.test_results)\nPASS: test_bad_arg_types (test.test_statistics.TestMean.test_bad_arg_types)\nPASS: test_big_data (test.test_statistics.TestMean.test_big_data)\nPASS: test_decimals (test.test_statistics.TestMean.test_decimals)\nPASS: test_doubled_data (test.test_statistics.TestMean.test_doubled_data)\nPASS: test_empty_data (test.test_statistics.TestMean.test_empty_data)\nPASS: test_floats (test.test_statistics.TestMean.test_floats)\nPASS: test_fractions (test.test_statistics.TestMean.test_fractions)\nPASS: test_inf (test.test_statistics.TestMean.test_inf)\nPASS: test_ints (test.test_statistics.TestMean.test_ints)\nPASS: test_mismatched_infs (test.test_statistics.TestMean.test_mismatched_infs)\nPASS: test_nan (test.test_statistics.TestMean.test_nan)\nPASS: test_no_args (test.test_statistics.TestMean.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMean.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMean.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMean.test_range_data)\nPASS: test_regression_20561 (test.test_statistics.TestMean.test_regression_20561)\nPASS: test_regression_25177 (test.test_statistics.TestMean.test_regression_25177)\nPASS: test_repeated_single_value (test.test_statistics.TestMean.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMean.test_single_value)\nPASS: test_torture_pep (test.test_statistics.TestMean.test_torture_pep)\nPASS: test_type_of_data_collection (test.test_statistics.TestMean.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMean.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMean.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMedian.test_bad_arg_types)\nPASS: test_empty_data (test.test_statistics.TestMedian.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedian.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedian.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedian.test_even_ints)\nPASS: test_no_args (test.test_statistics.TestMedian.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedian.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedian.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedian.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedian.test_odd_ints)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedian.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedian.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedian.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedian.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedian.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedian.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMedianDataType.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMedianGrouped.test_bad_arg_types)\nPASS: test_data_type_error (test.test_statistics.TestMedianGrouped.test_data_type_error)\nPASS: test_empty_data (test.test_statistics.TestMedianGrouped.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedianGrouped.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedianGrouped.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedianGrouped.test_even_ints)\nPASS: test_even_number_repeated (test.test_statistics.TestMedianGrouped.test_even_number_repeated)\nPASS: test_interval (test.test_statistics.TestMedianGrouped.test_interval)\nPASS: test_no_args (test.test_statistics.TestMedianGrouped.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedianGrouped.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedianGrouped.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedianGrouped.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedianGrouped.test_odd_ints)\nPASS: test_odd_number_repeated (test.test_statistics.TestMedianGrouped.test_odd_number_repeated)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedianGrouped.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedianGrouped.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedianGrouped.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedianGrouped.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedianGrouped.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedianGrouped.test_type_of_data_element)\nPASS: test_bad_arg_types (test.test_statistics.TestMedianHigh.test_bad_arg_types)\nPASS: test_empty_data (test.test_statistics.TestMedianHigh.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedianHigh.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedianHigh.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedianHigh.test_even_ints)\nPASS: test_no_args (test.test_statistics.TestMedianHigh.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedianHigh.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedianHigh.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedianHigh.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedianHigh.test_odd_ints)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedianHigh.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedianHigh.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedianHigh.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedianHigh.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedianHigh.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedianHigh.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMedianHigh.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMedianLow.test_bad_arg_types)\nPASS: test_empty_data (test.test_statistics.TestMedianLow.test_empty_data)\nPASS: test_even_decimals (test.test_statistics.TestMedianLow.test_even_decimals)\nPASS: test_even_fractions (test.test_statistics.TestMedianLow.test_even_fractions)\nPASS: test_even_ints (test.test_statistics.TestMedianLow.test_even_ints)\nPASS: test_no_args (test.test_statistics.TestMedianLow.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMedianLow.test_no_inplace_modifications)\nPASS: test_odd_decimals (test.test_statistics.TestMedianLow.test_odd_decimals)\nPASS: test_odd_fractions (test.test_statistics.TestMedianLow.test_odd_fractions)\nPASS: test_odd_ints (test.test_statistics.TestMedianLow.test_odd_ints)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMedianLow.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMedianLow.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMedianLow.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMedianLow.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMedianLow.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMedianLow.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMedianLow.test_types_conserved)\nPASS: test_bad_arg_types (test.test_statistics.TestMode.test_bad_arg_types)\nPASS: test_bimodal_data (test.test_statistics.TestMode.test_bimodal_data)\nPASS: test_counter_data (test.test_statistics.TestMode.test_counter_data)\nPASS: test_discrete_data (test.test_statistics.TestMode.test_discrete_data)\nPASS: test_empty_data (test.test_statistics.TestMode.test_empty_data)\nPASS: test_no_args (test.test_statistics.TestMode.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestMode.test_no_inplace_modifications)\nPASS: test_nominal_data (test.test_statistics.TestMode.test_nominal_data)\nPASS: test_none_data (test.test_statistics.TestMode.test_none_data)\nPASS: test_order_doesnt_matter (test.test_statistics.TestMode.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestMode.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestMode.test_repeated_single_value)\nPASS: test_single_value (test.test_statistics.TestMode.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestMode.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestMode.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestMode.test_types_conserved)\nPASS: test_unique_data (test.test_statistics.TestMode.test_unique_data)\nPASS: test_c_functions (test.test_statistics.TestModules.test_c_functions)\nPASS: test_py_functions (test.test_statistics.TestModules.test_py_functions)\nPASS: test_basics (test.test_statistics.TestMultiMode.test_basics)\nPASS: test_alternative_constructor (test.test_statistics.TestNormalDistC.test_alternative_constructor)\nPASS: test_cdf (test.test_statistics.TestNormalDistC.test_cdf)\nPASS: test_copy (test.test_statistics.TestNormalDistC.test_copy)\nPASS: test_equality (test.test_statistics.TestNormalDistC.test_equality)\nPASS: test_hashability (test.test_statistics.TestNormalDistC.test_hashability)\nPASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistC.test_instantiation_and_attributes)\nSKIP: test_inv_cdf (test.test_statistics.TestNormalDistC.test_inv_cdf) \"resource 'cpu' is not enabled\"\nPASS: test_overlap (test.test_statistics.TestNormalDistC.test_overlap)\nPASS: test_pdf (test.test_statistics.TestNormalDistC.test_pdf)\nPASS: test_pickle (test.test_statistics.TestNormalDistC.test_pickle)\nPASS: test_properties (test.test_statistics.TestNormalDistC.test_properties)\nPASS: test_quantiles (test.test_statistics.TestNormalDistC.test_quantiles)\nPASS: test_repr (test.test_statistics.TestNormalDistC.test_repr)\nPASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistC.test_same_type_addition_and_subtraction)\nPASS: test_sample_generation (test.test_statistics.TestNormalDistC.test_sample_generation)\nPASS: test_slots (test.test_statistics.TestNormalDistC.test_slots)\nPASS: test_translation_and_scaling (test.test_statistics.TestNormalDistC.test_translation_and_scaling)\nPASS: test_unary_operations (test.test_statistics.TestNormalDistC.test_unary_operations)\nPASS: test_zscore (test.test_statistics.TestNormalDistC.test_zscore)\nPASS: test_alternative_constructor (test.test_statistics.TestNormalDistPython.test_alternative_constructor)\nPASS: test_cdf (test.test_statistics.TestNormalDistPython.test_cdf)\nPASS: test_copy (test.test_statistics.TestNormalDistPython.test_copy)\nPASS: test_equality (test.test_statistics.TestNormalDistPython.test_equality)\nPASS: test_hashability (test.test_statistics.TestNormalDistPython.test_hashability)\nPASS: test_instantiation_and_attributes (test.test_statistics.TestNormalDistPython.test_instantiation_and_attributes)\nSKIP: test_inv_cdf (test.test_statistics.TestNormalDistPython.test_inv_cdf) \"resource 'cpu' is not enabled\"\nPASS: test_overlap (test.test_statistics.TestNormalDistPython.test_overlap)\nPASS: test_pdf (test.test_statistics.TestNormalDistPython.test_pdf)\nPASS: test_pickle (test.test_statistics.TestNormalDistPython.test_pickle)\nPASS: test_properties (test.test_statistics.TestNormalDistPython.test_properties)\nPASS: test_quantiles (test.test_statistics.TestNormalDistPython.test_quantiles)\nPASS: test_repr (test.test_statistics.TestNormalDistPython.test_repr)\nPASS: test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistPython.test_same_type_addition_and_subtraction)\nPASS: test_sample_generation (test.test_statistics.TestNormalDistPython.test_sample_generation)\nPASS: test_slots (test.test_statistics.TestNormalDistPython.test_slots)\nPASS: test_translation_and_scaling (test.test_statistics.TestNormalDistPython.test_translation_and_scaling)\nPASS: test_unary_operations (test.test_statistics.TestNormalDistPython.test_unary_operations)\nPASS: test_zscore (test.test_statistics.TestNormalDistPython.test_zscore)\nPASS: test_error_msg_numeric (test.test_statistics.TestNumericTestCase.test_error_msg_numeric)\nPASS: test_error_msg_sequence (test.test_statistics.TestNumericTestCase.test_error_msg_sequence)\nPASS: test_numerictestcase_is_testcase (test.test_statistics.TestNumericTestCase.test_numerictestcase_is_testcase)\nPASS: test_bad_arg_types (test.test_statistics.TestPStdev.test_bad_arg_types)\nPASS: test_center_not_at_mean (test.test_statistics.TestPStdev.test_center_not_at_mean)\nPASS: test_compare_to_variance (test.test_statistics.TestPStdev.test_compare_to_variance)\nPASS: test_domain_error_regression (test.test_statistics.TestPStdev.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestPStdev.test_empty_data)\nPASS: test_iter_list_same (test.test_statistics.TestPStdev.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestPStdev.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestPStdev.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestPStdev.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestPStdev.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestPStdev.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestPStdev.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestPStdev.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestPStdev.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestPStdev.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestPStdev.test_type_of_data_element)\nPASS: test_accuracy_bug_20499 (test.test_statistics.TestPVariance.test_accuracy_bug_20499)\nPASS: test_bad_arg_types (test.test_statistics.TestPVariance.test_bad_arg_types)\nPASS: test_decimals (test.test_statistics.TestPVariance.test_decimals)\nPASS: test_domain_error_regression (test.test_statistics.TestPVariance.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestPVariance.test_empty_data)\nPASS: test_exact_uniform (test.test_statistics.TestPVariance.test_exact_uniform)\nPASS: test_fractions (test.test_statistics.TestPVariance.test_fractions)\nPASS: test_ints (test.test_statistics.TestPVariance.test_ints)\nPASS: test_iter_list_same (test.test_statistics.TestPVariance.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestPVariance.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestPVariance.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestPVariance.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestPVariance.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestPVariance.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestPVariance.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestPVariance.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestPVariance.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestPVariance.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestPVariance.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestPVariance.test_types_conserved)\nPASS: test_equal_inputs (test.test_statistics.TestQuantiles.test_equal_inputs)\nPASS: test_equal_sized_groups (test.test_statistics.TestQuantiles.test_equal_sized_groups)\nPASS: test_error_cases (test.test_statistics.TestQuantiles.test_error_cases)\nPASS: test_specific_cases (test.test_statistics.TestQuantiles.test_specific_cases)\nPASS: test_specific_cases_inclusive (test.test_statistics.TestQuantiles.test_specific_cases_inclusive)\nPASS: testZeroes (test.test_statistics.TestSign.testZeroes)\nPASS: test_decimal_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_decimal_sqrt_of_frac)\nSKIP: test_float_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_float_sqrt_of_frac) \"resource 'cpu' is not enabled\"\nPASS: test_integer_sqrt_of_frac_rto (test.test_statistics.TestSqrtHelpers.test_integer_sqrt_of_frac_rto)\nPASS: test_bad_arg_types (test.test_statistics.TestStdev.test_bad_arg_types)\nPASS: test_center_not_at_mean (test.test_statistics.TestStdev.test_center_not_at_mean)\nPASS: test_compare_to_variance (test.test_statistics.TestStdev.test_compare_to_variance)\nPASS: test_domain_error_regression (test.test_statistics.TestStdev.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestStdev.test_empty_data)\nPASS: test_iter_list_same (test.test_statistics.TestStdev.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestStdev.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestStdev.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestStdev.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestStdev.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestStdev.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestStdev.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestStdev.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestStdev.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestStdev.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestStdev.test_type_of_data_element)\nPASS: test_bytes_fail (test.test_statistics.TestSum.test_bytes_fail)\nPASS: test_compare_with_math_fsum (test.test_statistics.TestSum.test_compare_with_math_fsum)\nPASS: test_decimals (test.test_statistics.TestSum.test_decimals)\nPASS: test_empty_data (test.test_statistics.TestSum.test_empty_data)\nPASS: test_floats (test.test_statistics.TestSum.test_floats)\nPASS: test_fractions (test.test_statistics.TestSum.test_fractions)\nPASS: test_ints (test.test_statistics.TestSum.test_ints)\nPASS: test_mixed_sum (test.test_statistics.TestSum.test_mixed_sum)\nPASS: test_strings_fail (test.test_statistics.TestSum.test_strings_fail)\nPASS: test_accuracy_bug_20499 (test.test_statistics.TestVariance.test_accuracy_bug_20499)\nPASS: test_bad_arg_types (test.test_statistics.TestVariance.test_bad_arg_types)\nPASS: test_center_not_at_mean (test.test_statistics.TestVariance.test_center_not_at_mean)\nPASS: test_decimals (test.test_statistics.TestVariance.test_decimals)\nPASS: test_domain_error_regression (test.test_statistics.TestVariance.test_domain_error_regression)\nPASS: test_empty_data (test.test_statistics.TestVariance.test_empty_data)\nPASS: test_fractions (test.test_statistics.TestVariance.test_fractions)\nPASS: test_ints (test.test_statistics.TestVariance.test_ints)\nPASS: test_iter_list_same (test.test_statistics.TestVariance.test_iter_list_same)\nPASS: test_no_args (test.test_statistics.TestVariance.test_no_args)\nPASS: test_no_inplace_modifications (test.test_statistics.TestVariance.test_no_inplace_modifications)\nPASS: test_order_doesnt_matter (test.test_statistics.TestVariance.test_order_doesnt_matter)\nPASS: test_range_data (test.test_statistics.TestVariance.test_range_data)\nPASS: test_repeated_single_value (test.test_statistics.TestVariance.test_repeated_single_value)\nPASS: test_shift_data (test.test_statistics.TestVariance.test_shift_data)\nPASS: test_shift_data_exact (test.test_statistics.TestVariance.test_shift_data_exact)\nPASS: test_single_value (test.test_statistics.TestVariance.test_single_value)\nPASS: test_type_of_data_collection (test.test_statistics.TestVariance.test_type_of_data_collection)\nPASS: test_type_of_data_element (test.test_statistics.TestVariance.test_type_of_data_element)\nPASS: test_types_conserved (test.test_statistics.TestVariance.test_types_conserved)\nassertApproxEqual (test.test_statistics.NumericTestCase)\nPASS: Doctest: test.test_statistics.NumericTestCase.assertApproxEqual\n_DoNothing (test.test_statistics)\nPASS: Doctest: test.test_statistics._DoNothing\n_calc_errors (test.test_statistics)\nPASS: Doctest: test.test_statistics._calc_errors\n_nan_equal (test.test_statistics)\nPASS: Doctest: test.test_statistics._nan_equal\napprox_equal (test.test_statistics)\nPASS: Doctest: test.test_statistics.approx_equal\nstatistics ()\nPASS: Doctest: statistics\noverlap (statistics.NormalDist)\nPASS: Doctest: statistics.NormalDist.overlap\n_exact_ratio (statistics)\nPASS: Doctest: statistics._exact_ratio\n_rank (statistics)\nPASS: Doctest: statistics._rank\n_sum (statistics)\nPASS: Doctest: statistics._sum\ncorrelation (statistics)\nPASS: Doctest: statistics.correlation\ncovariance (statistics)\nPASS: Doctest: statistics.covariance\nfmean (statistics)\nPASS: Doctest: statistics.fmean\ngeometric_mean (statistics)\nPASS: Doctest: statistics.geometric_mean\nharmonic_mean (statistics)\nPASS: Doctest: statistics.harmonic_mean\nkde (statistics)\nPASS: Doctest: statistics.kde\nkde_random (statistics)\nPASS: Doctest: statistics.kde_random\nlinear_regression (statistics)\nPASS: Doctest: statistics.linear_regression\nmean (statistics)\nPASS: Doctest: statistics.mean\nmedian (statistics)\nPASS: Doctest: statistics.median\nmedian_grouped (statistics)\nPASS: Doctest: statistics.median_grouped\nmedian_high (statistics)\nPASS: Doctest: statistics.median_high\nmedian_low (statistics)\nPASS: Doctest: statistics.median_low\nmode (statistics)\nPASS: Doctest: statistics.mode\nmultimode (statistics)\nPASS: Doctest: statistics.multimode\npstdev (statistics)\nPASS: Doctest: statistics.pstdev\npvariance (statistics)\nPASS: Doctest: statistics.pvariance\nstdev (statistics)\nPASS: Doctest: statistics.stdev\nvariance (statistics)\nPASS: Doctest: statistics.variance\n\n----------------------------------------------------------------------\nRan 399 tests in 0.788s\n\nOK (skipped=5)\n0:02:19 load avg: 1.85 [369/480] test_str passed\nPASS: test___contains__ (test.test_str.StrTest.test___contains__)\nPASS: test_adaptive_find (test.test_str.StrTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_str.StrTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_str.StrTest.test_additional_split)\nPASS: test_ascii (test.test_str.StrTest.test_ascii)\nPASS: test_bug1001011 (test.test_str.StrTest.test_bug1001011)\nPASS: test_bytes_comparison (test.test_str.StrTest.test_bytes_comparison)\nPASS: test_capitalize (test.test_str.StrTest.test_capitalize)\nPASS: test_capitalize_nonascii (test.test_str.StrTest.test_capitalize_nonascii)\nSKIP: test_case_operation_overflow (test.test_str.StrTest.test_case_operation_overflow) 'requires 32-bit system'\nPASS: test_casefold (test.test_str.StrTest.test_casefold)\nPASS: test_center (test.test_str.StrTest.test_center)\nPASS: test_check_encoding_errors (test.test_str.StrTest.test_check_encoding_errors)\nPASS: test_codecs (test.test_str.StrTest.test_codecs)\nPASS: test_codecs_charmap (test.test_str.StrTest.test_codecs_charmap)\nPASS: test_codecs_errors (test.test_str.StrTest.test_codecs_errors)\nPASS: test_codecs_idna (test.test_str.StrTest.test_codecs_idna)\nPASS: test_codecs_utf7 (test.test_str.StrTest.test_codecs_utf7)\nPASS: test_codecs_utf8 (test.test_str.StrTest.test_codecs_utf8)\nPASS: test_compare (test.test_str.StrTest.test_compare)\nPASS: test_comparison (test.test_str.StrTest.test_comparison)\nPASS: test_concatenation (test.test_str.StrTest.test_concatenation)\nPASS: test_constructor (test.test_str.StrTest.test_constructor)\ntest_constructor_defaults (test.test_str.StrTest.test_constructor_defaults)\nPASS: Check the constructor argument defaults.\ntest_constructor_keyword_args (test.test_str.StrTest.test_constructor_keyword_args)\nPASS: Pass various keyword argument combinations to the constructor.\nPASS: test_contains (test.test_str.StrTest.test_contains)\nPASS: test_conversion (test.test_str.StrTest.test_conversion)\nPASS: test_count (test.test_str.StrTest.test_count)\nPASS: test_count_keyword (test.test_str.StrTest.test_count_keyword)\nPASS: test_endswith (test.test_str.StrTest.test_endswith)\nPASS: test_exhausted_iterator (test.test_str.StrTest.test_exhausted_iterator)\nPASS: test_expandtabs (test.test_str.StrTest.test_expandtabs)\nPASS: test_expandtabs_optimization (test.test_str.StrTest.test_expandtabs_optimization)\nSKIP: test_expandtabs_overflows_gracefully (test.test_str.StrTest.test_expandtabs_overflows_gracefully) 'only applies to 32-bit platforms'\nPASS: test_extended_getslice (test.test_str.StrTest.test_extended_getslice)\nPASS: test_find (test.test_str.StrTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_str.StrTest.test_find_etc_raise_correct_error_messages)\nPASS: test_find_many_lengths (test.test_str.StrTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_str.StrTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_str.StrTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_str.StrTest.test_find_with_memory)\nPASS: test_fixtype (test.test_str.StrTest.test_fixtype)\nPASS: test_floatformatting (test.test_str.StrTest.test_floatformatting)\nPASS: test_format (test.test_str.StrTest.test_format)\nPASS: test_format_auto_numbering (test.test_str.StrTest.test_format_auto_numbering)\nPASS: test_format_float (test.test_str.StrTest.test_format_float)\nPASS: test_format_huge_item_number (test.test_str.StrTest.test_format_huge_item_number)\nPASS: test_format_huge_precision (test.test_str.StrTest.test_format_huge_precision)\nPASS: test_format_huge_width (test.test_str.StrTest.test_format_huge_width)\nPASS: test_format_map (test.test_str.StrTest.test_format_map)\nPASS: test_format_subclass (test.test_str.StrTest.test_format_subclass)\nPASS: test_formatting (test.test_str.StrTest.test_formatting)\nPASS: test_formatting_c_limits (test.test_str.StrTest.test_formatting_c_limits)\nPASS: test_formatting_huge_precision (test.test_str.StrTest.test_formatting_huge_precision)\nPASS: test_formatting_huge_precision_c_limits (test.test_str.StrTest.test_formatting_huge_precision_c_limits)\nPASS: test_formatting_huge_width (test.test_str.StrTest.test_formatting_huge_width)\nPASS: test_formatting_with_enum (test.test_str.StrTest.test_formatting_with_enum)\nPASS: test_free_after_iterating (test.test_str.StrTest.test_free_after_iterating)\nPASS: test_getnewargs (test.test_str.StrTest.test_getnewargs)\nPASS: test_hash (test.test_str.StrTest.test_hash)\nPASS: test_index (test.test_str.StrTest.test_index)\nPASS: test_inplace_rewrites (test.test_str.StrTest.test_inplace_rewrites)\ntest_invalid_cb_for_2bytes_seq (test.test_str.StrTest.test_invalid_cb_for_2bytes_seq)\nPASS: Test that an 'invalid continuation byte' error is raised when the\ntest_invalid_cb_for_3bytes_seq (test.test_str.StrTest.test_invalid_cb_for_3bytes_seq)\nPASS: Test that an 'invalid continuation byte' error is raised when the\ntest_invalid_cb_for_4bytes_seq (test.test_str.StrTest.test_invalid_cb_for_4bytes_seq)\nPASS: Test that an 'invalid continuation byte' error is raised when the\ntest_invalid_start_byte (test.test_str.StrTest.test_invalid_start_byte)\nPASS: Test that an 'invalid start byte' error is raised when the first byte\nPASS: test_isalnum (test.test_str.StrTest.test_isalnum)\nPASS: test_isalpha (test.test_str.StrTest.test_isalpha)\nPASS: test_isascii (test.test_str.StrTest.test_isascii)\nPASS: test_isdecimal (test.test_str.StrTest.test_isdecimal)\nPASS: test_isdigit (test.test_str.StrTest.test_isdigit)\nPASS: test_isidentifier (test.test_str.StrTest.test_isidentifier)\nPASS: test_islower (test.test_str.StrTest.test_islower)\nPASS: test_isnumeric (test.test_str.StrTest.test_isnumeric)\nPASS: test_isprintable (test.test_str.StrTest.test_isprintable)\nSKIP: test_isprintable_invariant (test.test_str.StrTest.test_isprintable_invariant) \"resource 'cpu' is not enabled\"\nPASS: test_isspace (test.test_str.StrTest.test_isspace)\nSKIP: test_isspace_invariant (test.test_str.StrTest.test_isspace_invariant) \"resource 'cpu' is not enabled\"\nPASS: test_issue127903 (test.test_str.StrTest.test_issue127903)\nPASS: test_issue18183 (test.test_str.StrTest.test_issue18183)\nPASS: test_issue28598_strsubclass_rhs (test.test_str.StrTest.test_issue28598_strsubclass_rhs)\nPASS: test_issue8271 (test.test_str.StrTest.test_issue8271)\nPASS: test_istitle (test.test_str.StrTest.test_istitle)\nPASS: test_isupper (test.test_str.StrTest.test_isupper)\nPASS: test_iteration (test.test_str.StrTest.test_iteration)\nPASS: test_iterators (test.test_str.StrTest.test_iterators)\nPASS: test_iterators_invocation (test.test_str.StrTest.test_iterators_invocation)\nPASS: test_join (test.test_str.StrTest.test_join)\nSKIP: test_join_overflow (test.test_str.StrTest.test_join_overflow) 'needs too much memory on a 64-bit platform'\nPASS: test_literals (test.test_str.StrTest.test_literals)\nPASS: test_ljust (test.test_str.StrTest.test_ljust)\nPASS: test_lower (test.test_str.StrTest.test_lower)\nPASS: test_maketrans_translate (test.test_str.StrTest.test_maketrans_translate)\nPASS: test_mul (test.test_str.StrTest.test_mul)\nPASS: test_none_arguments (test.test_str.StrTest.test_none_arguments)\nPASS: test_partition (test.test_str.StrTest.test_partition)\nPASS: test_pickle_iterator (test.test_str.StrTest.test_pickle_iterator)\nPASS: test_printable_repr (test.test_str.StrTest.test_printable_repr)\nPASS: test_raiseMemError (test.test_str.StrTest.test_raiseMemError)\nPASS: test_removeprefix (test.test_str.StrTest.test_removeprefix)\nPASS: test_removesuffix (test.test_str.StrTest.test_removesuffix)\nPASS: test_repeat_id_preserving (test.test_str.StrTest.test_repeat_id_preserving)\nPASS: test_replace (test.test_str.StrTest.test_replace)\nPASS: test_replace_id (test.test_str.StrTest.test_replace_id)\nSKIP: test_replace_overflow (test.test_str.StrTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_str.StrTest.test_replace_uses_two_way_maxcount)\nPASS: test_repr (test.test_str.StrTest.test_repr)\nPASS: test_rfind (test.test_str.StrTest.test_rfind)\nPASS: test_rindex (test.test_str.StrTest.test_rindex)\nPASS: test_rjust (test.test_str.StrTest.test_rjust)\nPASS: test_rpartition (test.test_str.StrTest.test_rpartition)\nPASS: test_rsplit (test.test_str.StrTest.test_rsplit)\nPASS: test_slice (test.test_str.StrTest.test_slice)\nPASS: test_split (test.test_str.StrTest.test_split)\nPASS: test_splitlines (test.test_str.StrTest.test_splitlines)\nPASS: test_startswith (test.test_str.StrTest.test_startswith)\nPASS: test_startswith_endswith_errors (test.test_str.StrTest.test_startswith_endswith_errors)\nPASS: test_str_invalid_call (test.test_str.StrTest.test_str_invalid_call)\nPASS: test_strip (test.test_str.StrTest.test_strip)\nPASS: test_strip_whitespace (test.test_str.StrTest.test_strip_whitespace)\nPASS: test_subclass_add (test.test_str.StrTest.test_subclass_add)\nPASS: test_subscript (test.test_str.StrTest.test_subscript)\nPASS: test_surrogates (test.test_str.StrTest.test_surrogates)\nPASS: test_swapcase (test.test_str.StrTest.test_swapcase)\nPASS: test_title (test.test_str.StrTest.test_title)\nPASS: test_ucs4 (test.test_str.StrTest.test_ucs4)\ntest_unexpected_end_of_data (test.test_str.StrTest.test_unexpected_end_of_data)\nPASS: Test that an 'unexpected end of data' error is raised when the string\nPASS: test_unicode_repr (test.test_str.StrTest.test_unicode_repr)\nPASS: test_upper (test.test_str.StrTest.test_upper)\nPASS: test_utf8_decode_invalid_sequences (test.test_str.StrTest.test_utf8_decode_invalid_sequences)\nPASS: test_utf8_decode_valid_sequences (test.test_str.StrTest.test_utf8_decode_valid_sequences)\nPASS: test_zfill (test.test_str.StrTest.test_zfill)\nPASS: test_formatter_field_name_split (test.test_str.StringModuleTest.test_formatter_field_name_split)\nPASS: test_formatter_parser (test.test_str.StringModuleTest.test_formatter_parser)\nPASS: test_str_subclass_attr (test.test_str.StringModuleTest.test_str_subclass_attr)\n\n----------------------------------------------------------------------\nRan 135 tests in 0.675s\n\nOK (skipped=6)\n0:02:19 load avg: 1.85 [370/480] test_strftime passed\ntest_strftime (test.test_strftime.StrftimeTest.test_strftime) ... strftime test for Mon Jun 16 11:37:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nStrftime test, platform: linux, Python version: 3.13.4\nstrftime test for Thu Feb 22 22:02:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Feb 23 21:03:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Feb 24 20:04:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Feb 25 19:05:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Feb 26 18:06:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Feb 27 17:08:05 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Feb 28 16:09:14 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Feb 29 15:10:23 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar  1 14:11:32 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Mar 01 14:11:32 2024, but got Fri Mar  1 14:11:32 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar  2 13:12:41 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Mar 02 13:12:41 2024, but got Sat Mar  2 13:12:41 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar  3 12:13:50 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Mar 03 12:13:50 2024, but got Sun Mar  3 12:13:50 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar  4 11:14:59 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Mar 04 11:14:59 2024, but got Mon Mar  4 11:14:59 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar  5 10:16:08 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Mar 05 10:16:08 2024, but got Tue Mar  5 10:16:08 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar  6 09:17:17 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Mar 06 09:17:17 2024, but got Wed Mar  6 09:17:17 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar  7 08:18:26 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Mar 07 08:18:26 2024, but got Thu Mar  7 08:18:26 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar  8 07:19:35 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Mar 08 07:19:35 2024, but got Fri Mar  8 07:19:35 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar  9 06:20:44 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Mar 09 06:20:44 2024, but got Sat Mar  9 06:20:44 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 10 05:21:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 11 04:23:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 12 03:24:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 13 02:25:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 14 01:26:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 15 00:27:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 15 23:28:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 16 22:29:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue May 28 19:57:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed May 29 18:58:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu May 30 17:59:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri May 31 17:00:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun  1 16:01:56 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jun 01 16:01:56 2024, but got Sat Jun  1 16:01:56 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun  2 15:03:05 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jun 02 15:03:05 2024, but got Sun Jun  2 15:03:05 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun  3 14:04:14 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jun 03 14:04:14 2024, but got Mon Jun  3 14:04:14 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun  4 13:05:23 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jun 04 13:05:23 2024, but got Tue Jun  4 13:05:23 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun  5 12:06:32 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jun 05 12:06:32 2024, but got Wed Jun  5 12:06:32 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun  6 11:07:41 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jun 06 11:07:41 2024, but got Thu Jun  6 11:07:41 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun  7 10:08:50 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jun 07 10:08:50 2024, but got Fri Jun  7 10:08:50 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun  8 09:09:59 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jun 08 09:09:59 2024, but got Sat Jun  8 09:09:59 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun  9 08:11:08 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jun 09 08:11:08 2024, but got Sun Jun  9 08:11:08 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 10 07:12:17 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 11 06:13:26 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 12 05:14:35 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 13 04:15:44 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 14 03:16:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun 15 02:18:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun 16 01:19:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 17 00:20:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 17 23:21:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 18 22:22:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 19 21:23:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 20 20:24:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep  1 17:52:20 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Sep 01 17:52:20 2024, but got Sun Sep  1 17:52:20 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep  2 16:53:29 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Sep 02 16:53:29 2024, but got Mon Sep  2 16:53:29 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep  3 15:54:38 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Sep 03 15:54:38 2024, but got Tue Sep  3 15:54:38 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep  4 14:55:47 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Sep 04 14:55:47 2024, but got Wed Sep  4 14:55:47 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep  5 13:56:56 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Sep 05 13:56:56 2024, but got Thu Sep  5 13:56:56 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep  6 12:58:05 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Sep 06 12:58:05 2024, but got Fri Sep  6 12:58:05 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep  7 11:59:14 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Sep 07 11:59:14 2024, but got Sat Sep  7 11:59:14 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep  8 11:00:23 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Sep 08 11:00:23 2024, but got Sun Sep  8 11:00:23 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep  9 10:01:32 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Sep 09 10:01:32 2024, but got Mon Sep  9 10:01:32 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 10 09:02:41 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep 11 08:03:50 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 12 07:04:59 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep 13 06:06:08 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 14 05:07:17 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 15 04:08:26 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 16 03:09:35 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 17 02:10:44 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep 18 01:11:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 19 00:13:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 19 23:14:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep 20 22:15:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 21 21:16:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 22 20:17:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 23 19:18:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 24 18:19:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec  6 15:47:20 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Dec 06 15:47:20 2024, but got Fri Dec  6 15:47:20 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec  7 14:48:29 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Dec 07 14:48:29 2024, but got Sat Dec  7 14:48:29 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec  8 13:49:38 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Dec 08 13:49:38 2024, but got Sun Dec  8 13:49:38 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec  9 12:50:47 2024\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Dec 09 12:50:47 2024, but got Mon Dec  9 12:50:47 2024\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 10 11:51:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 11 10:53:05 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 12 09:54:14 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 13 08:55:23 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 14 07:56:32 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 15 06:57:41 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec 16 05:58:50 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 17 04:59:59 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 18 04:01:08 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 19 03:02:17 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 20 02:03:26 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 21 01:04:35 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 22 00:05:44 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 22 23:06:53 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec 23 22:08:02 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 24 21:09:11 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 25 20:10:20 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 26 19:11:29 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 27 18:12:38 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 28 17:13:47 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 29 16:14:56 2024\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 12 13:42:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 13 12:43:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 14 11:44:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 15 10:45:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 16 09:46:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 17 08:48:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 18 07:49:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 19 06:50:23 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 20 05:51:32 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 21 04:52:41 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 22 03:53:50 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 23 02:54:59 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 24 01:56:08 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 25 00:57:17 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 25 23:58:26 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Mar 26 22:59:35 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Mar 27 22:00:44 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Mar 28 21:01:53 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Mar 29 20:03:02 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Mar 30 19:04:11 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Mar 31 18:05:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr  1 17:06:29 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Apr 01 17:06:29 2025, but got Tue Apr  1 17:06:29 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr  2 16:07:38 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Apr 02 16:07:38 2025, but got Wed Apr  2 16:07:38 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr  3 15:08:47 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Apr 03 15:08:47 2025, but got Thu Apr  3 15:08:47 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr  4 14:09:56 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Apr 04 14:09:56 2025, but got Fri Apr  4 14:09:56 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 16 11:37:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 17 10:38:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 18 09:39:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 19 08:40:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 20 07:41:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun 21 06:43:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun 22 05:44:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 23 04:45:23 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jun 24 03:46:32 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jun 25 02:47:41 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jun 26 01:48:50 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 27 00:49:59 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jun 27 23:51:08 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jun 28 22:52:17 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jun 29 21:53:26 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jun 30 20:54:35 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul  1 19:55:44 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jul 01 19:55:44 2025, but got Tue Jul  1 19:55:44 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  2 18:56:53 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 02 18:56:53 2025, but got Wed Jul  2 18:56:53 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul  3 17:58:02 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jul 03 17:58:02 2025, but got Thu Jul  3 17:58:02 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul  4 16:59:11 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jul 04 16:59:11 2025, but got Fri Jul  4 16:59:11 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul  5 16:00:20 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jul 05 16:00:20 2025, but got Sat Jul  5 16:00:20 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul  6 15:01:29 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jul 06 15:01:29 2025, but got Sun Jul  6 15:01:29 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul  7 14:02:38 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jul 07 14:02:38 2025, but got Mon Jul  7 14:02:38 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul  8 13:03:47 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jul 08 13:03:47 2025, but got Tue Jul  8 13:03:47 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  9 12:04:56 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 09 12:04:56 2025, but got Wed Jul  9 12:04:56 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 20 09:32:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 21 08:33:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 22 07:34:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 23 06:35:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Sep 24 05:36:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Sep 25 04:38:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Sep 26 03:39:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Sep 27 02:40:23 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Sep 28 01:41:32 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 29 00:42:41 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Sep 29 23:43:50 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Sep 30 22:44:59 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Oct  1 21:46:08 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Oct 01 21:46:08 2025, but got Wed Oct  1 21:46:08 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Oct  2 20:47:17 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Oct 02 20:47:17 2025, but got Thu Oct  2 20:47:17 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Oct  3 19:48:26 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Oct 03 19:48:26 2025, but got Fri Oct  3 19:48:26 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Oct  4 18:49:35 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Oct 04 18:49:35 2025, but got Sat Oct  4 18:49:35 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Oct  5 17:50:44 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Oct 05 17:50:44 2025, but got Sun Oct  5 17:50:44 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Oct  6 16:51:53 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Oct 06 16:51:53 2025, but got Mon Oct  6 16:51:53 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Oct  7 15:53:02 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Oct 07 15:53:02 2025, but got Tue Oct  7 15:53:02 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Oct  8 14:54:11 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Oct 08 14:54:11 2025, but got Wed Oct  8 14:54:11 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Oct  9 13:55:20 2025\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Oct 09 13:55:20 2025, but got Thu Oct  9 13:55:20 2025\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Oct 10 12:56:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Oct 11 11:57:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Oct 12 10:58:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Oct 13 09:59:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Dec 25 07:27:20 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Dec 26 06:28:29 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Dec 27 05:29:38 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Dec 28 04:30:47 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Dec 29 03:31:56 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Dec 30 02:33:05 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Dec 31 01:34:14 2025\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan  1 00:35:23 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jan 01 00:35:23 2026, but got Thu Jan  1 00:35:23 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan  1 23:36:32 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jan 01 23:36:32 2026, but got Thu Jan  1 23:36:32 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jan  2 22:37:41 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jan 02 22:37:41 2026, but got Fri Jan  2 22:37:41 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jan  3 21:38:50 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Jan 03 21:38:50 2026, but got Sat Jan  3 21:38:50 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jan  4 20:39:59 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jan 04 20:39:59 2026, but got Sun Jan  4 20:39:59 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jan  5 19:41:08 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jan 05 19:41:08 2026, but got Mon Jan  5 19:41:08 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jan  6 18:42:17 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jan 06 18:42:17 2026, but got Tue Jan  6 18:42:17 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jan  7 17:43:26 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jan 07 17:43:26 2026, but got Wed Jan  7 17:43:26 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan  8 16:44:35 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jan 08 16:44:35 2026, but got Thu Jan  8 16:44:35 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jan  9 15:45:44 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Jan 09 15:45:44 2026, but got Fri Jan  9 15:45:44 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jan 10 14:46:53 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jan 11 13:48:02 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jan 12 12:49:11 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jan 13 11:50:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jan 14 10:51:29 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jan 15 09:52:38 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jan 16 08:53:47 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jan 17 07:54:56 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Mar 31 05:22:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr  1 04:23:29 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Apr 01 04:23:29 2026, but got Wed Apr  1 04:23:29 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr  2 03:24:38 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Apr 02 03:24:38 2026, but got Thu Apr  2 03:24:38 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr  3 02:25:47 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Fri Apr 03 02:25:47 2026, but got Fri Apr  3 02:25:47 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Apr  4 01:26:56 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sat Apr 04 01:26:56 2026, but got Sat Apr  4 01:26:56 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr  5 00:28:05 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Apr 05 00:28:05 2026, but got Sun Apr  5 00:28:05 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr  5 23:29:14 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Apr 05 23:29:14 2026, but got Sun Apr  5 23:29:14 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Apr  6 22:30:23 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Apr 06 22:30:23 2026, but got Mon Apr  6 22:30:23 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr  7 21:31:32 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Apr 07 21:31:32 2026, but got Tue Apr  7 21:31:32 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr  8 20:32:41 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Apr 08 20:32:41 2026, but got Wed Apr  8 20:32:41 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr  9 19:33:50 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Apr 09 19:33:50 2026, but got Thu Apr  9 19:33:50 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr 10 18:34:59 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Apr 11 17:36:08 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr 12 16:37:17 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Apr 13 15:38:26 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr 14 14:39:35 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr 15 13:40:44 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr 16 12:41:53 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Apr 17 11:43:02 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Apr 18 10:44:11 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Apr 19 09:45:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Apr 20 08:46:29 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Apr 21 07:47:38 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Apr 22 06:48:47 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Apr 23 05:49:56 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul  5 03:17:20 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Sun Jul 05 03:17:20 2026, but got Sun Jul  5 03:17:20 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul  6 02:18:29 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Mon Jul 06 02:18:29 2026, but got Mon Jul  6 02:18:29 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul  7 01:19:38 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Tue Jul 07 01:19:38 2026, but got Tue Jul  7 01:19:38 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  8 00:20:47 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 08 00:20:47 2026, but got Wed Jul  8 00:20:47 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul  8 23:21:56 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Wed Jul 08 23:21:56 2026, but got Wed Jul  8 23:21:56 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul  9 22:23:05 2026\nConflict for nonstandard '%c' format (near-asctime() format):\n  Expected Thu Jul 09 22:23:05 2026, but got Thu Jul  9 22:23:05 2026\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul 10 21:24:14 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul 11 20:25:23 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul 12 19:26:32 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul 13 18:27:41 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul 14 17:28:50 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul 15 16:29:59 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul 16 15:31:08 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul 17 14:32:17 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul 18 13:33:26 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul 19 12:34:35 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul 20 11:35:44 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul 21 10:36:53 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Wed Jul 22 09:38:02 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Thu Jul 23 08:39:11 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Fri Jul 24 07:40:20 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sat Jul 25 06:41:29 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Sun Jul 26 05:42:38 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Mon Jul 27 04:43:47 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nstrftime test for Tue Jul 28 03:44:56 2026\nSupports nonstandard '%c' format (near-asctime() format)\nSupports nonstandard '%x' format (%m/%d/%y %H:%M:%S)\nSupports nonstandard '%Z' format (time zone name)\nSupports nonstandard '%D' format (mm/dd/yy)\nSupports nonstandard '%e' format (day of month as number, blank padded ( 0-31))\nSupports nonstandard '%h' format (abbreviated month name)\nSupports nonstandard '%k' format (hour, blank padded ( 0-23))\nSupports nonstandard '%n' format (newline character)\nSupports nonstandard '%r' format (%I:%M:%S %p)\nSupports nonstandard '%R' format (%H:%M)\nSupports nonstandard '%s' format (seconds since the Epoch in UCT)\nSupports nonstandard '%t' format (tab character)\nSupports nonstandard '%T' format (%H:%M:%S)\nSupports nonstandard '%3y' format (year without century rendered using fieldwidth)\nok\nPASS: test_y_1900 (test.test_strftime.Y1900Tests.test_y_1900)\nPASS: test_y_after_1900 (test.test_strftime.Y1900Tests.test_y_after_1900)\nPASS: test_y_before_1900 (test.test_strftime.Y1900Tests.test_y_before_1900)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.070s\n\nOK\n0:02:19 load avg: 1.85 [371/480] test_string passed\nPASS: test_attrs (test.test_string.ModuleTest.test_attrs)\nPASS: test_auto_numbering (test.test_string.ModuleTest.test_auto_numbering)\nPASS: test_basic_formatter (test.test_string.ModuleTest.test_basic_formatter)\nPASS: test_capwords (test.test_string.ModuleTest.test_capwords)\nPASS: test_check_unused_args (test.test_string.ModuleTest.test_check_unused_args)\nPASS: test_conversion_specifiers (test.test_string.ModuleTest.test_conversion_specifiers)\nPASS: test_format_keyword_arguments (test.test_string.ModuleTest.test_format_keyword_arguments)\nPASS: test_index_lookup (test.test_string.ModuleTest.test_index_lookup)\nPASS: test_name_lookup (test.test_string.ModuleTest.test_name_lookup)\nPASS: test_override_convert_field (test.test_string.ModuleTest.test_override_convert_field)\nPASS: test_override_format_field (test.test_string.ModuleTest.test_override_format_field)\nPASS: test_override_get_value (test.test_string.ModuleTest.test_override_get_value)\nPASS: test_override_parse (test.test_string.ModuleTest.test_override_parse)\nPASS: test_vformat_recursion_limit (test.test_string.ModuleTest.test_vformat_recursion_limit)\nPASS: test_SafeTemplate (test.test_string.TestTemplate.test_SafeTemplate)\nPASS: test_braced_override (test.test_string.TestTemplate.test_braced_override)\nPASS: test_braced_override_safe (test.test_string.TestTemplate.test_braced_override_safe)\nPASS: test_delimiter_override (test.test_string.TestTemplate.test_delimiter_override)\nPASS: test_escapes (test.test_string.TestTemplate.test_escapes)\nPASS: test_flags_override (test.test_string.TestTemplate.test_flags_override)\nPASS: test_get_identifiers (test.test_string.TestTemplate.test_get_identifiers)\nPASS: test_idpattern_override (test.test_string.TestTemplate.test_idpattern_override)\nPASS: test_idpattern_override_inside_outside (test.test_string.TestTemplate.test_idpattern_override_inside_outside)\nPASS: test_idpattern_override_inside_outside_invalid_unbraced (test.test_string.TestTemplate.test_idpattern_override_inside_outside_invalid_unbraced)\nPASS: test_invalid_placeholders (test.test_string.TestTemplate.test_invalid_placeholders)\nPASS: test_invalid_with_no_lines (test.test_string.TestTemplate.test_invalid_with_no_lines)\nPASS: test_is_valid (test.test_string.TestTemplate.test_is_valid)\nPASS: test_keyword_arguments (test.test_string.TestTemplate.test_keyword_arguments)\nPASS: test_keyword_arguments_safe (test.test_string.TestTemplate.test_keyword_arguments_safe)\nPASS: test_pattern_override (test.test_string.TestTemplate.test_pattern_override)\nPASS: test_percents (test.test_string.TestTemplate.test_percents)\nPASS: test_regular_templates (test.test_string.TestTemplate.test_regular_templates)\nPASS: test_regular_templates_with_braces (test.test_string.TestTemplate.test_regular_templates_with_braces)\nPASS: test_regular_templates_with_non_letters (test.test_string.TestTemplate.test_regular_templates_with_non_letters)\nPASS: test_regular_templates_with_upper_case (test.test_string.TestTemplate.test_regular_templates_with_upper_case)\nPASS: test_stringification (test.test_string.TestTemplate.test_stringification)\nPASS: test_tupleargs (test.test_string.TestTemplate.test_tupleargs)\nPASS: test_unicode_values (test.test_string.TestTemplate.test_unicode_values)\n\n----------------------------------------------------------------------\nRan 38 tests in 0.005s\n\nOK\n0:02:20 load avg: 1.85 [372/480] test_string_literals passed\nPASS: test_eval_bytes_incomplete (test.test_string_literals.TestLiterals.test_eval_bytes_incomplete)\nPASS: test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_escape)\nPASS: test_eval_bytes_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_octal_escape)\nPASS: test_eval_bytes_normal (test.test_string_literals.TestLiterals.test_eval_bytes_normal)\nPASS: test_eval_bytes_raw (test.test_string_literals.TestLiterals.test_eval_bytes_raw)\nPASS: test_eval_str_incomplete (test.test_string_literals.TestLiterals.test_eval_str_incomplete)\nPASS: test_eval_str_invalid_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_escape)\nPASS: test_eval_str_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_octal_escape)\nPASS: test_eval_str_normal (test.test_string_literals.TestLiterals.test_eval_str_normal)\nPASS: test_eval_str_raw (test.test_string_literals.TestLiterals.test_eval_str_raw)\nPASS: test_eval_str_u (test.test_string_literals.TestLiterals.test_eval_str_u)\nPASS: test_file_iso_8859_1 (test.test_string_literals.TestLiterals.test_file_iso_8859_1)\nPASS: test_file_latin9 (test.test_string_literals.TestLiterals.test_file_latin9)\nPASS: test_file_latin_1 (test.test_string_literals.TestLiterals.test_file_latin_1)\nPASS: test_file_utf8 (test.test_string_literals.TestLiterals.test_file_utf8)\nPASS: test_file_utf_8 (test.test_string_literals.TestLiterals.test_file_utf_8)\nPASS: test_file_utf_8_error (test.test_string_literals.TestLiterals.test_file_utf_8_error)\nPASS: test_invalid_escape_locations_with_offset (test.test_string_literals.TestLiterals.test_invalid_escape_locations_with_offset)\nPASS: test_template (test.test_string_literals.TestLiterals.test_template)\nPASS: test_uppercase_prefixes (test.test_string_literals.TestLiterals.test_uppercase_prefixes)\n\n----------------------------------------------------------------------\nRan 20 tests in 0.025s\n\nOK\n0:02:20 load avg: 1.85 [373/480] test_stringprep passed\nPASS: test (test.test_stringprep.StringprepTests.test)\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK\n0:02:20 load avg: 1.85 [374/480] test_strptime passed\nPASS: test_TimeRE_recreation_locale (test.test_strptime.CacheTests.test_TimeRE_recreation_locale)\nPASS: test_TimeRE_recreation_timezone (test.test_strptime.CacheTests.test_TimeRE_recreation_timezone)\nPASS: test_new_localetime (test.test_strptime.CacheTests.test_new_localetime)\nPASS: test_regex_cleanup (test.test_strptime.CacheTests.test_regex_cleanup)\nPASS: test_time_re_recreation (test.test_strptime.CacheTests.test_time_re_recreation)\nPASS: test_day_of_week_calculation (test.test_strptime.CalculationTests.test_day_of_week_calculation)\nPASS: test_gregorian_calculation (test.test_strptime.CalculationTests.test_gregorian_calculation)\nPASS: test_julian_calculation (test.test_strptime.CalculationTests.test_julian_calculation)\nPASS: test_week_0 (test.test_strptime.CalculationTests.test_week_0)\nPASS: test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests.test_week_of_year_and_day_of_week_calculation)\nPASS: test_all_julian_days (test.test_strptime.JulianTests.test_all_julian_days)\nPASS: test_am_pm (test.test_strptime.LocaleTime_Tests.test_am_pm)\nPASS: test_date_time (test.test_strptime.LocaleTime_Tests.test_date_time)\nPASS: test_lang (test.test_strptime.LocaleTime_Tests.test_lang)\nPASS: test_month (test.test_strptime.LocaleTime_Tests.test_month)\nPASS: test_timezone (test.test_strptime.LocaleTime_Tests.test_timezone)\nPASS: test_weekday (test.test_strptime.LocaleTime_Tests.test_weekday)\nPASS: test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests.test_twelve_noon_midnight)\nPASS: test_ValueError (test.test_strptime.StrptimeTests.test_ValueError)\nPASS: test_bad_offset (test.test_strptime.StrptimeTests.test_bad_offset)\nSKIP: test_bad_timezone (test.test_strptime.StrptimeTests.test_bad_timezone) 'need non-UTC/GMT timezone'\nPASS: test_caseinsensitive (test.test_strptime.StrptimeTests.test_caseinsensitive)\ntest_date_locale (test.test_strptime.StrptimeTests.test_date_locale) ... \nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='he_IL') \"no locale 'he_IL'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='az_IR') \"no locale 'az_IR'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='or_IN') \"no locale 'or_IN'\"\nSKIP:   test_date_locale (test.test_strptime.StrptimeTests.test_date_locale) (locale='shn_MM') \"no locale 'shn_MM'\"\ntest_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) ... \nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_locale2 (test.test_strptime.StrptimeTests.test_date_locale2) (locale='shn_MM') \"no locale 'shn_MM'\"\ntest_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) ... \nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='he_IL') \"no locale 'he_IL'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='eu_ES') \"no locale 'eu_ES'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='mfe_MU') \"no locale 'mfe_MU'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='yo_NG') \"no locale 'yo_NG'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='csb_PL') \"no locale 'csb_PL'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='gez_ET') \"no locale 'gez_ET'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='brx_IN') \"no locale 'brx_IN'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='or_IN') \"no locale 'or_IN'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='shn_MM') \"no locale 'shn_MM'\"\nSKIP:   test_date_time_locale (test.test_strptime.StrptimeTests.test_date_time_locale) (locale='az_IR') \"no locale 'az_IR'\"\ntest_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) ... \nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='he_IL') \"no locale 'he_IL'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='ar_AE') \"no locale 'ar_AE'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='mfe_MU') \"no locale 'mfe_MU'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='yo_NG') \"no locale 'yo_NG'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='csb_PL') \"no locale 'csb_PL'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='br_FR') \"no locale 'br_FR'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='gez_ET') \"no locale 'gez_ET'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='brx_IN') \"no locale 'brx_IN'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_date_time_locale2 (test.test_strptime.StrptimeTests.test_date_time_locale2) (locale='shn_MM') \"no locale 'shn_MM'\"\nPASS: test_day (test.test_strptime.StrptimeTests.test_day)\nPASS: test_defaults (test.test_strptime.StrptimeTests.test_defaults)\nPASS: test_escaping (test.test_strptime.StrptimeTests.test_escaping)\nPASS: test_feb29_on_leap_year_without_year (test.test_strptime.StrptimeTests.test_feb29_on_leap_year_without_year)\nPASS: test_fraction (test.test_strptime.StrptimeTests.test_fraction)\nPASS: test_hour (test.test_strptime.StrptimeTests.test_hour)\ntest_hour_locale (test.test_strptime.StrptimeTests.test_hour_locale) ... \nSKIP:   test_hour_locale (test.test_strptime.StrptimeTests.test_hour_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nPASS: test_julian (test.test_strptime.StrptimeTests.test_julian)\nPASS: test_mar1_comes_after_feb29_even_when_omitting_the_year (test.test_strptime.StrptimeTests.test_mar1_comes_after_feb29_even_when_omitting_the_year)\nPASS: test_minute (test.test_strptime.StrptimeTests.test_minute)\nPASS: test_month (test.test_strptime.StrptimeTests.test_month)\ntest_month_locale (test.test_strptime.StrptimeTests.test_month_locale) ... \nSKIP:   test_month_locale (test.test_strptime.StrptimeTests.test_month_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_month_locale (test.test_strptime.StrptimeTests.test_month_locale) (locale='he_IL') \"no locale 'he_IL'\"\nPASS: test_offset (test.test_strptime.StrptimeTests.test_offset)\nPASS: test_percent (test.test_strptime.StrptimeTests.test_percent)\nPASS: test_second (test.test_strptime.StrptimeTests.test_second)\nPASS: test_strptime_exception_context (test.test_strptime.StrptimeTests.test_strptime_exception_context)\ntest_time_locale (test.test_strptime.StrptimeTests.test_time_locale) ... \nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='aa_ET') \"no locale 'aa_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='am_ET') \"no locale 'am_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='az_IR') \"no locale 'az_IR'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='byn_ER') \"no locale 'byn_ER'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='fa_IR') \"no locale 'fa_IR'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='gez_ET') \"no locale 'gez_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='my_MM') \"no locale 'my_MM'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='om_ET') \"no locale 'om_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='or_IN') \"no locale 'or_IN'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='shn_MM') \"no locale 'shn_MM'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='sid_ET') \"no locale 'sid_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='so_SO') \"no locale 'so_SO'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='ti_ET') \"no locale 'ti_ET'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='tig_ER') \"no locale 'tig_ER'\"\nSKIP:   test_time_locale (test.test_strptime.StrptimeTests.test_time_locale) (locale='wal_ET') \"no locale 'wal_ET'\"\nPASS: test_timezone (test.test_strptime.StrptimeTests.test_timezone)\nPASS: test_unconverteddata (test.test_strptime.StrptimeTests.test_unconverteddata)\nPASS: test_weekday (test.test_strptime.StrptimeTests.test_weekday)\ntest_weekday_locale (test.test_strptime.StrptimeTests.test_weekday_locale) ... \nSKIP:   test_weekday_locale (test.test_strptime.StrptimeTests.test_weekday_locale) (locale='ja_JP') \"no locale 'ja_JP'\"\nPASS: test_year (test.test_strptime.StrptimeTests.test_year)\nPASS: test_blankpattern (test.test_strptime.TimeRETests.test_blankpattern)\nPASS: test_compile (test.test_strptime.TimeRETests.test_compile)\nPASS: test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests.test_locale_data_w_regex_metacharacters)\nPASS: test_matching_with_escapes (test.test_strptime.TimeRETests.test_matching_with_escapes)\nPASS: test_pattern (test.test_strptime.TimeRETests.test_pattern)\nPASS: test_pattern_escaping (test.test_strptime.TimeRETests.test_pattern_escaping)\nPASS: test_whitespace_substitution (test.test_strptime.TimeRETests.test_whitespace_substitution)\nPASS: test_basic (test.test_strptime.getlang_Tests.test_basic)\n\n----------------------------------------------------------------------\nRan 56 tests in 0.040s\n\nOK (skipped=59)\n0:02:20 load avg: 1.85 [375/480] test_strtod passed\nPASS: test_bigcomp (test.test_strtod.StrtodTests.test_bigcomp)\nPASS: test_boundaries (test.test_strtod.StrtodTests.test_boundaries)\nPASS: test_halfway_cases (test.test_strtod.StrtodTests.test_halfway_cases)\nPASS: test_large_exponents (test.test_strtod.StrtodTests.test_large_exponents)\nSKIP: test_oversized_digit_strings (test.test_strtod.StrtodTests.test_oversized_digit_strings) 'not enough memory: 6.0G minimum needed'\nPASS: test_parsing (test.test_strtod.StrtodTests.test_parsing)\nPASS: test_particular (test.test_strtod.StrtodTests.test_particular)\nPASS: test_short_halfway_cases (test.test_strtod.StrtodTests.test_short_halfway_cases)\nPASS: test_underflow_boundary (test.test_strtod.StrtodTests.test_underflow_boundary)\n\n----------------------------------------------------------------------\nRan 9 tests in 0.248s\n\nOK (skipped=1)\n0:02:20 load avg: 1.85 [376/480] test_struct passed\nPASS: test_1530559 (test.test_struct.StructTest.test_1530559)\nPASS: test_705836 (test.test_struct.StructTest.test_705836)\nPASS: test_Struct_reinitialization (test.test_struct.StructTest.test_Struct_reinitialization)\nPASS: test__sizeof__ (test.test_struct.StructTest.test__sizeof__)\nPASS: test__struct_reference_cycle_cleaned_up (test.test_struct.StructTest.test__struct_reference_cycle_cleaned_up)\nPASS: test__struct_types_immutable (test.test_struct.StructTest.test__struct_types_immutable)\nPASS: test_bool (test.test_struct.StructTest.test_bool)\nPASS: test_boundary_error_message (test.test_struct.StructTest.test_boundary_error_message)\nPASS: test_boundary_error_message_with_large_offset (test.test_struct.StructTest.test_boundary_error_message_with_large_offset)\nPASS: test_boundary_error_message_with_negative_offset (test.test_struct.StructTest.test_boundary_error_message_with_negative_offset)\nPASS: test_calcsize (test.test_struct.StructTest.test_calcsize)\nPASS: test_consistence (test.test_struct.StructTest.test_consistence)\nPASS: test_count_overflow (test.test_struct.StructTest.test_count_overflow)\nPASS: test_format_attr (test.test_struct.StructTest.test_format_attr)\nPASS: test_integers (test.test_struct.StructTest.test_integers)\nPASS: test_isbigendian (test.test_struct.StructTest.test_isbigendian)\nPASS: test_issue29802 (test.test_struct.StructTest.test_issue29802)\nPASS: test_issue35714 (test.test_struct.StructTest.test_issue35714)\nPASS: test_issue98248 (test.test_struct.StructTest.test_issue98248)\nPASS: test_issue98248_error_propagation (test.test_struct.StructTest.test_issue98248_error_propagation)\nPASS: test_nN_code (test.test_struct.StructTest.test_nN_code)\nPASS: test_new_features (test.test_struct.StructTest.test_new_features)\nPASS: test_p_code (test.test_struct.StructTest.test_p_code)\nPASS: test_pack_into (test.test_struct.StructTest.test_pack_into)\nPASS: test_pack_into_fn (test.test_struct.StructTest.test_pack_into_fn)\nPASS: test_repr (test.test_struct.StructTest.test_repr)\nPASS: test_struct_cleans_up_at_runtime_shutdown (test.test_struct.StructTest.test_struct_cleans_up_at_runtime_shutdown)\nPASS: test_struct_subclass_instantiation (test.test_struct.StructTest.test_struct_subclass_instantiation)\nPASS: test_trailing_counter (test.test_struct.StructTest.test_trailing_counter)\nPASS: test_transitiveness (test.test_struct.StructTest.test_transitiveness)\nPASS: test_unpack_from (test.test_struct.StructTest.test_unpack_from)\nPASS: test_unpack_with_buffer (test.test_struct.StructTest.test_unpack_with_buffer)\nPASS: test_arbitrary_buffer (test.test_struct.UnpackIteratorTest.test_arbitrary_buffer)\nPASS: test_construct (test.test_struct.UnpackIteratorTest.test_construct)\nPASS: test_half_float (test.test_struct.UnpackIteratorTest.test_half_float)\nPASS: test_iterate (test.test_struct.UnpackIteratorTest.test_iterate)\nPASS: test_length_hint (test.test_struct.UnpackIteratorTest.test_length_hint)\nPASS: test_module_func (test.test_struct.UnpackIteratorTest.test_module_func)\nPASS: test_uninstantiable (test.test_struct.UnpackIteratorTest.test_uninstantiable)\n\n----------------------------------------------------------------------\nRan 39 tests in 0.213s\n\nOK\n0:02:21 load avg: 1.85 [377/480] test_structseq passed\nPASS: test_cmp (test.test_structseq.StructSeqTest.test_cmp)\nPASS: test_concat (test.test_structseq.StructSeqTest.test_concat)\nPASS: test_constructor (test.test_structseq.StructSeqTest.test_constructor)\nPASS: test_constructor_with_duplicate_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_fields)\nPASS: test_constructor_with_duplicate_unnamed_fields (test.test_structseq.StructSeqTest.test_constructor_with_duplicate_unnamed_fields)\nPASS: test_constructor_with_unknown_fields (test.test_structseq.StructSeqTest.test_constructor_with_unknown_fields)\nPASS: test_contains (test.test_structseq.StructSeqTest.test_contains)\nPASS: test_copy_replace_all_fields_visible (test.test_structseq.StructSeqTest.test_copy_replace_all_fields_visible)\nPASS: test_copy_replace_with_invisible_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_invisible_fields)\nPASS: test_copy_replace_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copy_replace_with_unnamed_fields)\nPASS: test_copying (test.test_structseq.StructSeqTest.test_copying)\nPASS: test_copying_with_unnamed_fields (test.test_structseq.StructSeqTest.test_copying_with_unnamed_fields)\nPASS: test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple)\nPASS: test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice)\nPASS: test_fields (test.test_structseq.StructSeqTest.test_fields)\nPASS: test_hash (test.test_structseq.StructSeqTest.test_hash)\nPASS: test_match_args (test.test_structseq.StructSeqTest.test_match_args)\nPASS: test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields)\nPASS: test_pickling (test.test_structseq.StructSeqTest.test_pickling)\nPASS: test_pickling_with_unnamed_fields (test.test_structseq.StructSeqTest.test_pickling_with_unnamed_fields)\nPASS: test_reference_cycle (test.test_structseq.StructSeqTest.test_reference_cycle)\nPASS: test_repeat (test.test_structseq.StructSeqTest.test_repeat)\nPASS: test_repr (test.test_structseq.StructSeqTest.test_repr)\nPASS: test_tuple (test.test_structseq.StructSeqTest.test_tuple)\n\n----------------------------------------------------------------------\nRan 24 tests in 0.052s\n\nOK\n0:02:21 load avg: 1.85 [378/480] test_subclassinit passed\nPASS: test_errors (test.test_subclassinit.Test.test_errors)\nPASS: test_errors_changed_pep487 (test.test_subclassinit.Test.test_errors_changed_pep487)\nPASS: test_init_subclass (test.test_subclassinit.Test.test_init_subclass)\nPASS: test_init_subclass_diamond (test.test_subclassinit.Test.test_init_subclass_diamond)\nPASS: test_init_subclass_dict (test.test_subclassinit.Test.test_init_subclass_dict)\nPASS: test_init_subclass_error (test.test_subclassinit.Test.test_init_subclass_error)\nPASS: test_init_subclass_kwargs (test.test_subclassinit.Test.test_init_subclass_kwargs)\nPASS: test_init_subclass_skipped (test.test_subclassinit.Test.test_init_subclass_skipped)\nPASS: test_init_subclass_wrong (test.test_subclassinit.Test.test_init_subclass_wrong)\nPASS: test_set_name (test.test_subclassinit.Test.test_set_name)\nPASS: test_set_name_error (test.test_subclassinit.Test.test_set_name_error)\nPASS: test_set_name_init_subclass (test.test_subclassinit.Test.test_set_name_init_subclass)\nPASS: test_set_name_lookup (test.test_subclassinit.Test.test_set_name_lookup)\nPASS: test_set_name_metaclass (test.test_subclassinit.Test.test_set_name_metaclass)\nPASS: test_set_name_modifying_dict (test.test_subclassinit.Test.test_set_name_modifying_dict)\nPASS: test_set_name_wrong (test.test_subclassinit.Test.test_set_name_wrong)\nPASS: test_type (test.test_subclassinit.Test.test_type)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.001s\n\nOK\n0:02:26 load avg: 1.70 [379/480] test_ssl passed\ntest_ssl: testing with 'OpenSSL 3.5.0 8 Apr 2025' (3, 5, 0, 0, 0)\n          under 'Linux-6.12.31-yocto-standard-x86_64-with-glibc2.41'\n          HAS_SNI = True\n          OP_ALL = 0x80000050\n          OP_NO_TLSv1_1 = 0x10000000\nPASS: test_DER_to_PEM (test.test_ssl.BasicSocketTests.test_DER_to_PEM)\nPASS: test_asn1object (test.test_ssl.BasicSocketTests.test_asn1object)\nPASS: test_cert_time_to_seconds (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds)\nSKIP: test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale) 'locale-specific month name needs to be different from C locale'\nSKIP: test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone) 'local time needs to be different from UTC'\nPASS: test_connect_ex_error (test.test_ssl.BasicSocketTests.test_connect_ex_error)\nPASS: test_constants (test.test_ssl.BasicSocketTests.test_constants)\nPASS: test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn)\ntest_empty_cert (test.test_ssl.BasicSocketTests.test_empty_cert)\nPASS: Wrapping with an empty cert file\nSKIP: test_enum_certificates (test.test_ssl.BasicSocketTests.test_enum_certificates) 'Windows specific'\nSKIP: test_enum_crls (test.test_ssl.BasicSocketTests.test_enum_crls) 'Windows specific'\nPASS: test_get_default_verify_paths (test.test_ssl.BasicSocketTests.test_get_default_verify_paths)\ntest_malformed_cert (test.test_ssl.BasicSocketTests.test_malformed_cert)\nPASS: Wrapping with a badly formatted certificate (syntax error)\ntest_malformed_key (test.test_ssl.BasicSocketTests.test_malformed_key)\nPASS: Wrapping with a badly formatted key (syntax error)\nPASS: test_openssl111_deprecations (test.test_ssl.BasicSocketTests.test_openssl111_deprecations)\nPASS: test_openssl_version (test.test_ssl.BasicSocketTests.test_openssl_version)\nPASS: test_options (test.test_ssl.BasicSocketTests.test_options)\nPASS: test_parse_all_sans (test.test_ssl.BasicSocketTests.test_parse_all_sans)\ntest_parse_cert (test.test_ssl.BasicSocketTests.test_parse_cert) ... \n{'OCSP': ('http://ocsp.verisign.com',),\n 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',),\n 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',),\n 'issuer': ((('countryName', 'US'),),\n            (('organizationName', 'VeriSign, Inc.'),),\n            (('organizationalUnitName', 'VeriSign Trust Network'),),\n            (('organizationalUnitName',\n              'Terms of use at https://www.verisign.com/rpa (c)10'),),\n            (('commonName', 'VeriSign Class 3 International Server CA - G3'),)),\n 'notAfter': 'Sep 20 23:59:59 2012 GMT',\n 'notBefore': 'Sep 21 00:00:00 2011 GMT',\n 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A',\n 'subject': ((('countryName', 'FI'),),\n             (('stateOrProvinceName', 'Espoo'),),\n             (('localityName', 'Espoo'),),\n             (('organizationName', 'Nokia'),),\n             (('organizationalUnitName', 'BI'),),\n             (('commonName', 'projects.developer.nokia.com'),)),\n 'subjectAltName': (('DNS', 'projects.developer.nokia.com'),\n                    ('DNS', 'projects.forum.nokia.com')),\n 'version': 3}\nok\ntest_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2013_4238) ... \n{'issuer': ((('countryName', 'US'),),\n            (('stateOrProvinceName', 'Oregon'),),\n            (('localityName', 'Beaverton'),),\n            (('organizationName', 'Python Software Foundation'),),\n            (('organizationalUnitName', 'Python Core Development'),),\n            (('commonName', 'null.python.org\\x00example.org'),),\n            (('emailAddress', 'python-dev@python.org'),)),\n 'notAfter': 'Aug  7 13:12:52 2013 GMT',\n 'notBefore': 'Aug  7 13:11:52 2013 GMT',\n 'serialNumber': '00',\n 'subject': ((('countryName', 'US'),),\n             (('stateOrProvinceName', 'Oregon'),),\n             (('localityName', 'Beaverton'),),\n             (('organizationName', 'Python Software Foundation'),),\n             (('organizationalUnitName', 'Python Core Development'),),\n             (('commonName', 'null.python.org\\x00example.org'),),\n             (('emailAddress', 'python-dev@python.org'),)),\n 'subjectAltName': (('DNS', 'altnull.python.org\\x00example.com'),\n                    ('email', 'null@python.org\\x00user@example.org'),\n                    ('URI', 'http://null.python.org\\x00http://example.org'),\n                    ('IP Address', '192.0.2.1'),\n                    ('IP Address', '2001:DB8:0:0:0:0:0:1')),\n 'version': 3}\nok\ntest_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests.test_parse_cert_CVE_2019_5010) ... \n{'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)),\n 'notAfter': 'Jun 14 18:00:58 2028 GMT',\n 'notBefore': 'Jun 18 18:00:58 2018 GMT',\n 'serialNumber': '02',\n 'subject': ((('countryName', 'UK'),),\n             (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)),\n 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),),\n 'version': 3}\nok\nPASS: test_private_init (test.test_ssl.BasicSocketTests.test_private_init)\nPASS: test_purpose_enum (test.test_ssl.BasicSocketTests.test_purpose_enum)\ntest_random (test.test_ssl.BasicSocketTests.test_random) ... \n RAND_status is 1 (sufficient randomness)\nok\ntest_read_write_zero (test.test_ssl.BasicSocketTests.test_read_write_zero) ...  server:  new connection from ('127.0.0.1', 33870)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33870)\nok\nPASS: test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle)\nPASS: test_server_side (test.test_ssl.BasicSocketTests.test_server_side)\nPASS: test_ssl_types (test.test_ssl.BasicSocketTests.test_ssl_types)\nPASS: test_str_for_enums (test.test_ssl.BasicSocketTests.test_str_for_enums)\nPASS: test_timeout (test.test_ssl.BasicSocketTests.test_timeout)\nPASS: test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding)\nPASS: test_unknown_channel_binding (test.test_ssl.BasicSocketTests.test_unknown_channel_binding)\nPASS: test_unsupported_dtls (test.test_ssl.BasicSocketTests.test_unsupported_dtls)\nPASS: test_wrapped_unconnected (test.test_ssl.BasicSocketTests.test_wrapped_unconnected)\nPASS: test__create_stdlib_context (test.test_ssl.ContextTests.test__create_stdlib_context)\nPASS: test_cert_store_stats (test.test_ssl.ContextTests.test_cert_store_stats)\nPASS: test_check_hostname (test.test_ssl.ContextTests.test_check_hostname)\nPASS: test_ciphers (test.test_ssl.ContextTests.test_ciphers)\nPASS: test_constructor (test.test_ssl.ContextTests.test_constructor)\nPASS: test_context_client_server (test.test_ssl.ContextTests.test_context_client_server)\nPASS: test_context_custom_class (test.test_ssl.ContextTests.test_context_custom_class)\nPASS: test_create_default_context (test.test_ssl.ContextTests.test_create_default_context)\nPASS: test_get_ca_certs (test.test_ssl.ContextTests.test_get_ca_certs)\nPASS: test_get_ciphers (test.test_ssl.ContextTests.test_get_ciphers)\nPASS: test_hostname_checks_common_name (test.test_ssl.ContextTests.test_hostname_checks_common_name)\nPASS: test_load_cert_chain (test.test_ssl.ContextTests.test_load_cert_chain)\nPASS: test_load_default_certs (test.test_ssl.ContextTests.test_load_default_certs)\nPASS: test_load_default_certs_env (test.test_ssl.ContextTests.test_load_default_certs_env)\nSKIP: test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) 'Windows specific'\nPASS: test_load_dh_params (test.test_ssl.ContextTests.test_load_dh_params)\nPASS: test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata)\nPASS: test_load_verify_locations (test.test_ssl.ContextTests.test_load_verify_locations)\nPASS: test_min_max_version (test.test_ssl.ContextTests.test_min_max_version)\nPASS: test_num_tickest (test.test_ssl.ContextTests.test_num_tickest)\nPASS: test_options (test.test_ssl.ContextTests.test_options)\nPASS: test_python_ciphers (test.test_ssl.ContextTests.test_python_ciphers)\nPASS: test_security_level (test.test_ssl.ContextTests.test_security_level)\nPASS: test_session_stats (test.test_ssl.ContextTests.test_session_stats)\nPASS: test_set_default_verify_paths (test.test_ssl.ContextTests.test_set_default_verify_paths)\nPASS: test_set_ecdh_curve (test.test_ssl.ContextTests.test_set_ecdh_curve)\nPASS: test_sni_callback (test.test_ssl.ContextTests.test_sni_callback)\nPASS: test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle)\nPASS: test_verify_flags (test.test_ssl.ContextTests.test_verify_flags)\nPASS: test_verify_mode_protocol (test.test_ssl.ContextTests.test_verify_mode_protocol)\nPASS: test_buffer_types (test.test_ssl.MemoryBIOTests.test_buffer_types)\nPASS: test_eof (test.test_ssl.MemoryBIOTests.test_eof)\nPASS: test_error_types (test.test_ssl.MemoryBIOTests.test_error_types)\nPASS: test_pending (test.test_ssl.MemoryBIOTests.test_pending)\nPASS: test_read_write (test.test_ssl.MemoryBIOTests.test_read_write)\nSKIP: test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6) \"resource 'network' is not enabled\"\nSKIP: test_timeout_connect_ex (test.test_ssl.NetworkedTests.test_timeout_connect_ex) \"resource 'network' is not enabled\"\nPASS: test_bad_server_hostname (test.test_ssl.SSLErrorTests.test_bad_server_hostname)\nPASS: test_lib_reason (test.test_ssl.SSLErrorTests.test_lib_reason)\nPASS: test_str (test.test_ssl.SSLErrorTests.test_str)\nPASS: test_subclass (test.test_ssl.SSLErrorTests.test_subclass)\nPASS: test_private_init (test.test_ssl.SSLObjectTests.test_private_init)\nPASS: test_unwrap (test.test_ssl.SSLObjectTests.test_unwrap)\ntest_bio_handshake (test.test_ssl.SimpleBackgroundTests.test_bio_handshake) ...  server:  new connection from ('127.0.0.1', 46224)\nNeeded 2 calls to complete do_handshake().\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nNeeded 4 calls to complete unwrap().\nok\ntest_bio_read_write_data (test.test_ssl.SimpleBackgroundTests.test_bio_read_write_data) ...  server:  new connection from ('127.0.0.1', 41254)\nNeeded 2 calls to complete do_handshake().\nNeeded 1 calls to complete write().\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nNeeded 4 calls to complete read().\nNeeded 2 calls to complete unwrap().\n connection timeout TimeoutError('timed out')\nok\ntest_ciphers (test.test_ssl.SimpleBackgroundTests.test_ciphers) ...  server:  new connection from ('127.0.0.1', 49054)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 49054)\n server:  new connection from ('127.0.0.1', 49064)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 49064)\n connection timeout TimeoutError('timed out')\nok\ntest_connect (test.test_ssl.SimpleBackgroundTests.test_connect) ...  server:  new connection from ('127.0.0.1', 60000)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 60000)\n server:  new connection from ('127.0.0.1', 60012)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 60012)\nok\ntest_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata) ...  server:  new connection from ('127.0.0.1', 42820)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 42820)\n server:  new connection from ('127.0.0.1', 42832)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 42832)\nok\ntest_connect_capath (test.test_ssl.SimpleBackgroundTests.test_connect_capath) ...  server:  new connection from ('127.0.0.1', 34662)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34662)\n server:  new connection from ('127.0.0.1', 34666)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34666)\nok\ntest_connect_ex (test.test_ssl.SimpleBackgroundTests.test_connect_ex) ...  server:  new connection from ('127.0.0.1', 35682)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 35682)\nok\ntest_connect_fail (test.test_ssl.SimpleBackgroundTests.test_connect_fail) ...  server:  new connection from ('127.0.0.1', 43850)\n\n server:  bad connection attempt from ('127.0.0.1', 43850):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\ntest_connect_with_context (test.test_ssl.SimpleBackgroundTests.test_connect_with_context) ...  server:  new connection from ('127.0.0.1', 54972)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 54972)\n server:  new connection from ('127.0.0.1', 54986)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 54986)\n server:  new connection from ('127.0.0.1', 54988)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 54988)\nok\ntest_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_fail) ...  server:  new connection from ('127.0.0.1', 44946)\n\n server:  bad connection attempt from ('127.0.0.1', 44946):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\ntest_context_setget (test.test_ssl.SimpleBackgroundTests.test_context_setget) ...  server:  new connection from ('127.0.0.1', 41154)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 41154)\nok\ntest_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests.test_get_ca_certs_capath) ...  server:  new connection from ('127.0.0.1', 43550)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 43550)\nok\ntest_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ...  server:  new connection from ('127.0.0.1', 33714)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33714)\n server:  new connection from ('127.0.0.1', 33720)\n\nVerified certificate for localhost:39665 is\n-----BEGIN CERTIFICATE-----\nMIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV\nBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW\nMBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx\nNDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj\nMCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv\nY2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAKAqKHEL7aDt\n3swl8hQF8VaK4zDGDRaF3E/IZTMwCN7FsQ4ejSiOe3E90f0phHCIpEpv2OebNenY\nIpOGoFgkh62r/cthmnhu8Mn+FUIv17iOq7WX7B30OSqEpnr1voLX93XYkAq8LlMh\nP79vsSCVhTwow3HZY7krEgl5WlfryOfj1i1TODSFPRCJePh66BsOTUvV/33GC+Qd\npVZVDGLowU1Ycmr/FdRvwT+F39Dehp03UFcxaX0/joPhH5gYpBB1kWTAQmxuqKMW\n9ZZs6hrPtMXF/yfSrrXrzTdpct9paKR8RcufOcS8qju/ISK+1P/LXg2b5KJHedLo\nTTIO3yCZ4d1odyuZBP7JDrI05gMJx95gz6sG685Qc+52MzLSTwr/Qg+MOjQoBy0o\n8fRRVvIMEwoN0ZDb4uFEUuwZceUP1vTk/GGpNQt7ct4ropn6K4Zta3BUtovlLjZa\nIIBhc1KETUqjRDvC6ACKmlcJ/5pY/dbH1lOux+IMFsh+djmaV90b3QIDAQABo4IB\nwDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV\nHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E\nFgQUP7HpT6C+MGY+ChjID0caTzRqD0IwfQYDVR0jBHYwdIAU8+yUjvKOMMSOaMK/\njmoZwMGfdmWhUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m\ndHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst\ngJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0\nY2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw\nAYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD\nVR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0\nY2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAMo0usXQzycxMtYN\nJzC42xfftzmnu7E7hsQx/fur22MazJCruU6rNEkMXow+cKOnay+nmiV7AVoYlkh2\n+DZ4dPq8fWh/5cqmnXvccr2jJVEXaOjp1wKGLH0WfLXcRLIK4/fJM6NRNoO81HDN\nhJGfBrot0gUKZcPZVQmouAlpu5OGwrfCkHR8v/BdvA5jE4zr+g/x+uUScE0M64wu\nokJCAAQP/PkfQZxjePBmk7KPLuiTHFDLLX+2uldvUmLXOQsJgqumU03MBT4Z8NTA\nzqmtEM65ceSP8lo8Zbrcy+AEkCulFaZ92tyjtbe8oN4wTmTLFw06oFLSZzuiOgDV\nOaphdVKf/pvA6KBpr6izox0KQFIE5z3AAJZfKzMGDDD20xhy7jjQZNMAhjfsT+k4\nSeYB/6KafNxq08uoulj7w4Z4R/EGpkXnU96ZHYHmvGN0RnxwI1cpYHCazG8AjsK/\nanN9brBi5twTGrn+D8LRBqF5Yn+2MKkD0EdXJdtIENHP+32sPQ==\n-----END CERTIFICATE-----\n\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33720)\nok\ntest_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_fail) ...  server:  new connection from ('127.0.0.1', 36538)\n[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1028)\n\n server:  bad connection attempt from ('127.0.0.1', 36538):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\ntest_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ...  server:  new connection from ('127.0.0.1', 39450)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 39450)\n server:  new connection from ('127.0.0.1', 39456)\n\nVerified certificate for localhost:48201 is\n-----BEGIN CERTIFICATE-----\nMIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV\nBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW\nMBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx\nNDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj\nMCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv\nY2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAKAqKHEL7aDt\n3swl8hQF8VaK4zDGDRaF3E/IZTMwCN7FsQ4ejSiOe3E90f0phHCIpEpv2OebNenY\nIpOGoFgkh62r/cthmnhu8Mn+FUIv17iOq7WX7B30OSqEpnr1voLX93XYkAq8LlMh\nP79vsSCVhTwow3HZY7krEgl5WlfryOfj1i1TODSFPRCJePh66BsOTUvV/33GC+Qd\npVZVDGLowU1Ycmr/FdRvwT+F39Dehp03UFcxaX0/joPhH5gYpBB1kWTAQmxuqKMW\n9ZZs6hrPtMXF/yfSrrXrzTdpct9paKR8RcufOcS8qju/ISK+1P/LXg2b5KJHedLo\nTTIO3yCZ4d1odyuZBP7JDrI05gMJx95gz6sG685Qc+52MzLSTwr/Qg+MOjQoBy0o\n8fRRVvIMEwoN0ZDb4uFEUuwZceUP1vTk/GGpNQt7ct4ropn6K4Zta3BUtovlLjZa\nIIBhc1KETUqjRDvC6ACKmlcJ/5pY/dbH1lOux+IMFsh+djmaV90b3QIDAQABo4IB\nwDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV\nHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E\nFgQUP7HpT6C+MGY+ChjID0caTzRqD0IwfQYDVR0jBHYwdIAU8+yUjvKOMMSOaMK/\njmoZwMGfdmWhUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m\ndHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst\ngJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0\nY2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw\nAYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD\nVR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0\nY2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAMo0usXQzycxMtYN\nJzC42xfftzmnu7E7hsQx/fur22MazJCruU6rNEkMXow+cKOnay+nmiV7AVoYlkh2\n+DZ4dPq8fWh/5cqmnXvccr2jJVEXaOjp1wKGLH0WfLXcRLIK4/fJM6NRNoO81HDN\nhJGfBrot0gUKZcPZVQmouAlpu5OGwrfCkHR8v/BdvA5jE4zr+g/x+uUScE0M64wu\nokJCAAQP/PkfQZxjePBmk7KPLuiTHFDLLX+2uldvUmLXOQsJgqumU03MBT4Z8NTA\nzqmtEM65ceSP8lo8Zbrcy+AEkCulFaZ92tyjtbe8oN4wTmTLFw06oFLSZzuiOgDV\nOaphdVKf/pvA6KBpr6izox0KQFIE5z3AAJZfKzMGDDD20xhy7jjQZNMAhjfsT+k4\nSeYB/6KafNxq08uoulj7w4Z4R/EGpkXnU96ZHYHmvGN0RnxwI1cpYHCazG8AjsK/\nanN9brBi5twTGrn+D8LRBqF5Yn+2MKkD0EdXJdtIENHP+32sPQ==\n-----END CERTIFICATE-----\n\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 39456)\nok\ntest_get_server_certificate_timeout (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_timeout) ...  server:  new connection from ('127.0.0.1', 39180)\n\n server:  bad connection attempt from ('127.0.0.1', 39180):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1028)\nok\ntest_makefile_close (test.test_ssl.SimpleBackgroundTests.test_makefile_close) ...  server:  new connection from ('127.0.0.1', 59480)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 59480)\nok\ntest_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests.test_non_blocking_connect_ex) ...  server:  new connection from ('127.0.0.1', 38528)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 38528)\nok\ntest_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests.test_non_blocking_handshake) ...  server:  new connection from ('127.0.0.1', 53056)\n\nNeeded 2 calls to do_handshake() to establish session.\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 53056)\nok\ntest_transport_eof (test.test_ssl.SimpleBackgroundTests.test_transport_eof) ...  server:  new connection from ('127.0.0.1', 52934)\nNeeded 2 calls to complete do_handshake().\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 52934)\nok\nPASS: test_alertdescription (test.test_ssl.TestEnumerations.test_alertdescription)\nPASS: test_options (test.test_ssl.TestEnumerations.test_options)\nPASS: test_sslerrornumber (test.test_ssl.TestEnumerations.test_sslerrornumber)\nPASS: test_sslmethod (test.test_ssl.TestEnumerations.test_sslmethod)\nPASS: test_tlsalerttype (test.test_ssl.TestEnumerations.test_tlsalerttype)\nPASS: test_tlscontenttype (test.test_ssl.TestEnumerations.test_tlscontenttype)\nPASS: test_tlsmessagetype (test.test_ssl.TestEnumerations.test_tlsmessagetype)\nPASS: test_tlsversion (test.test_ssl.TestEnumerations.test_tlsversion)\nPASS: test_verifyflags (test.test_ssl.TestEnumerations.test_verifyflags)\nPASS: test_verifymode (test.test_ssl.TestEnumerations.test_verifymode)\nPASS: test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none)\nPASS: test_certificate_chain (test.test_ssl.TestPostHandshakeAuth.test_certificate_chain)\nPASS: test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client)\nPASS: test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server)\nPASS: test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client)\nPASS: test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server)\nPASS: test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13)\ntest_pha_optional (test.test_ssl.TestPostHandshakeAuth.test_pha_optional) ... \nok\ntest_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_optional_nocert) ... \nok\nPASS: test_pha_required (test.test_ssl.TestPostHandshakeAuth.test_pha_required)\ntest_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_required_nocert) ...  server:  new connection from ('127.0.0.1', 52824)\n client cert is None\n client did not provide a cert\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nTLS: (<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 51331), raddr=('127.0.0.1', 52824)>, 'write', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\\x02t')\nTest server failure:\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2383, in run\n    msg = self.read()\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2360, in read\n    return self.sslconn.read()\n           ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1140, in read\n    return self._sslobj.read(len)\n           ~~~~~~~~~~~~~~~~~^^^^^\n ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2648)\nTLS: (<ssl.SSLSocket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 52824)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\\x02t')\nok\nPASS: test_pha_setter (test.test_ssl.TestPostHandshakeAuth.test_pha_setter)\nPASS: test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored)\nPASS: test_preauth_data_to_tls_client (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client)\nPASS: test_preauth_data_to_tls_server (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server)\nPASS: test_keylog_defaults (test.test_ssl.TestSSLDebug.test_keylog_defaults)\nPASS: test_keylog_env (test.test_ssl.TestSSLDebug.test_keylog_env)\nPASS: test_keylog_filename (test.test_ssl.TestSSLDebug.test_keylog_filename)\nPASS: test_msg_callback (test.test_ssl.TestSSLDebug.test_msg_callback)\nPASS: test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577)\nPASS: test_msg_callback_tls12 (test.test_ssl.TestSSLDebug.test_msg_callback_tls12)\ntest_PROTOCOL_TLS (test.test_ssl.ThreadedTests.test_PROTOCOL_TLS)\nConnecting to an SSLv23 server with various client options ... \n PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE\n PROTOCOL_TLS->PROTOCOL_TLS CERT_OPTIONAL\n PROTOCOL_TLS->PROTOCOL_TLS CERT_REQUIRED\n PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE\nok\ntest_alpn_protocols (test.test_ssl.ThreadedTests.test_alpn_protocols) ...  server:  new connection from ('127.0.0.1', 44486)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 60722)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 60472)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 33640)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_asyncore_server (test.test_ssl.ThreadedTests.test_asyncore_server)\nCheck the example asyncore integration. ... \n server:  new connection from 127.0.0.1:35964\n client:  sending b'FOO\\n'...\n server:  read b'FOO\\n' from client\n client:  read b'foo\\n'\n client:  closing connection.\n server:  read b'over\\n' from client\n client:  connection closed.\n cleanup: stopping server.\n cleanup: joining server thread.\n server:  closed connection <ssl.SSLSocket [closed] fd=-1, family=2, type=1, proto=0>\n server:  read b'' from client\n cleanup: successfully joined.\nok\ntest_check_hostname (test.test_ssl.ThreadedTests.test_check_hostname) ... \n server:  new connection from ('127.0.0.1', 41190)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 41190)\n server:  new connection from ('127.0.0.1', 57318)\n\n server:  bad connection attempt from ('127.0.0.1', 57318):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\nok\ntest_check_hostname_idn (test.test_ssl.ThreadedTests.test_check_hostname_idn) ... \n server:  new connection from ('127.0.0.1', 47616)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 47616)\n server:  new connection from ('127.0.0.1', 33148)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33148)\n server:  new connection from ('127.0.0.1', 41102)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 41102)\n server:  new connection from ('127.0.0.1', 56264)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 56264)\n server:  new connection from ('127.0.0.1', 33476)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33476)\n server:  new connection from ('127.0.0.1', 36478)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 36478)\n server:  new connection from ('127.0.0.1', 39352)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 39352)\n server:  new connection from ('127.0.0.1', 36506)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 36506)\n server:  new connection from ('127.0.0.1', 54148)\n\n server:  bad connection attempt from ('127.0.0.1', 54148):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\n connection timeout TimeoutError('timed out')\nok\ntest_compression (test.test_ssl.ThreadedTests.test_compression) ...  server:  new connection from ('127.0.0.1', 41494)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n got compression: None\nok\ntest_compression_disabled (test.test_ssl.ThreadedTests.test_compression_disabled) ...  server:  new connection from ('127.0.0.1', 41882)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_crl_check (test.test_ssl.ThreadedTests.test_crl_check) ... \n server:  new connection from ('127.0.0.1', 48442)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 48442)\n server:  new connection from ('127.0.0.1', 40646)\n\n server:  bad connection attempt from ('127.0.0.1', 40646):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\n server:  new connection from ('127.0.0.1', 37382)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 37382)\nok\ntest_default_ecdh_curve (test.test_ssl.ThreadedTests.test_default_ecdh_curve) ...  server:  new connection from ('127.0.0.1', 43002)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\nok\nSKIP: test_dh_params (test.test_ssl.ThreadedTests.test_dh_params) \"libssl doesn't support ephemeral DH\"\nPASS: test_do_handshake_enotconn (test.test_ssl.ThreadedTests.test_do_handshake_enotconn)\ntest_dual_rsa_ecc (test.test_ssl.ThreadedTests.test_dual_rsa_ecc) ...  server:  new connection from ('127.0.0.1', 49400)\n server: connection cipher is now ('ECDHE-ECDSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\nok\ntest_ecc_cert (test.test_ssl.ThreadedTests.test_ecc_cert) ...  server:  new connection from ('127.0.0.1', 59426)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 59426)\nok\ntest_ecdh_curve (test.test_ssl.ThreadedTests.test_ecdh_curve) ...  server:  new connection from ('127.0.0.1', 52034)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 49274)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\n server:  new connection from ('127.0.0.1', 51088)\n\n server:  bad connection attempt from ('127.0.0.1', 51088):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1028)\nok\ntest_echo (test.test_ssl.ThreadedTests.test_echo)\nSKIP: Basic test of an SSL client connecting to a server \"resource 'walltime' is not enabled\"\ntest_getpeercert (test.test_ssl.ThreadedTests.test_getpeercert) ... \n{'OCSP': ('http://testca.pythontest.net/testca/ocsp/',),\n 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',),\n 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',),\n 'issuer': ((('countryName', 'XY'),),\n            (('organizationName', 'Python Software Foundation CA'),),\n            (('commonName', 'our-ca-server'),)),\n 'notAfter': 'Oct 28 14:23:16 2037 GMT',\n 'notBefore': 'Aug 29 14:23:16 2018 GMT',\n 'serialNumber': 'CB2D80995A69525C',\n 'subject': ((('countryName', 'XY'),),\n             (('localityName', 'Castle Anthrax'),),\n             (('organizationName', 'Python Software Foundation'),),\n             (('commonName', 'localhost'),)),\n 'subjectAltName': (('DNS', 'localhost'),),\n 'version': 3}\nConnection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256).\nok\nPASS: test_getpeercert_enotconn (test.test_ssl.ThreadedTests.test_getpeercert_enotconn)\nPASS: test_handshake_timeout (test.test_ssl.ThreadedTests.test_handshake_timeout)\ntest_hostname_checks_common_name (test.test_ssl.ThreadedTests.test_hostname_checks_common_name) ...  server:  new connection from ('127.0.0.1', 33292)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33292)\n server:  new connection from ('127.0.0.1', 56928)\n\n server:  bad connection attempt from ('127.0.0.1', 56928):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1028)\nok\ntest_legacy_server_connect (test.test_ssl.ThreadedTests.test_legacy_server_connect) ...  server:  new connection from ('127.0.0.1', 54404)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\nSKIP: test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) 'TLSv1 is not available.'\nSKIP: test_min_max_version_sslv3 (test.test_ssl.ThreadedTests.test_min_max_version_sslv3) 'SSLv3 is not available.'\nSKIP: test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) 'TLSv1_1 is not available.'\nSKIP: test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2) 'TLSv1 is not available.'\ntest_no_legacy_server_connect (test.test_ssl.ThreadedTests.test_no_legacy_server_connect) ...  server:  new connection from ('127.0.0.1', 53932)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_no_shared_ciphers (test.test_ssl.ThreadedTests.test_no_shared_ciphers) ...  server:  new connection from ('127.0.0.1', 45020)\n\n server:  bad connection attempt from ('127.0.0.1', 45020):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1028)\nok\ntest_nonblocking_send (test.test_ssl.ThreadedTests.test_nonblocking_send) ...  server:  new connection from ('127.0.0.1', 34894)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34894)\nok\nPASS: test_npn_protocols (test.test_ssl.ThreadedTests.test_npn_protocols)\ntest_protocol_sslv3 (test.test_ssl.ThreadedTests.test_protocol_sslv3)\nSKIP: Connecting to an SSLv3 server with various client options 'SSLv3 is not available.'\ntest_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1)\nSKIP: Connecting to a TLSv1 server with various client options 'TLSv1 is not available.'\ntest_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1)\nSKIP: Connecting to a TLSv1.1 server with various client options. 'TLSv1_1 is not available.'\ntest_protocol_tlsv1_2 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_2)\nConnecting to a TLSv1.2 server with various client options. ... \n PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE\n {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE\n PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE\nok\ntest_psk (test.test_ssl.ThreadedTests.test_psk) ...  server:  new connection from ('127.0.0.1', 39782)\n server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 50258)\n\n server:  bad connection attempt from ('127.0.0.1', 50258):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\n server:  new connection from ('127.0.0.1', 37642)\n server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 59890)\n server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)\nok\ntest_psk_tls1_3 (test.test_ssl.ThreadedTests.test_psk_tls1_3) ...  server:  new connection from ('127.0.0.1', 33508)\n server: connection cipher is now ('TLS_CHACHA20_POLY1305_SHA256', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 33508)\nok\nPASS: test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror)\ntest_recv_into_buffer_protocol_len (test.test_ssl.ThreadedTests.test_recv_into_buffer_protocol_len) ...  server:  new connection from ('127.0.0.1', 42406)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_recv_send (test.test_ssl.ThreadedTests.test_recv_send)\nTest recv(), send() and friends. ... \n server:  new connection from ('127.0.0.1', 54844)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_recv_zero (test.test_ssl.ThreadedTests.test_recv_zero) ...  server:  new connection from ('127.0.0.1', 39698)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_rude_shutdown (test.test_ssl.ThreadedTests.test_rude_shutdown)\nPASS: A brutal shutdown of an SSL server should raise an OSError\ntest_selected_alpn_protocol (test.test_ssl.ThreadedTests.test_selected_alpn_protocol) ...  server:  new connection from ('127.0.0.1', 57736)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\ntest_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests.test_selected_alpn_protocol_if_server_uses_alpn) ...  server:  new connection from ('127.0.0.1', 53900)\n client:  sending b'FOO\\n'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  sending b'FOO\\n'...\n client:  read b'foo\\n'\n client:  closing connection.\nok\nPASS: test_sendfile (test.test_ssl.ThreadedTests.test_sendfile)\nPASS: test_server_accept (test.test_ssl.ThreadedTests.test_server_accept)\ntest_session (test.test_ssl.ThreadedTests.test_session) ...  server:  new connection from ('127.0.0.1', 51404)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 48680)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 59490)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n server:  new connection from ('127.0.0.1', 57418)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n connection timeout TimeoutError('timed out')\nok\nPASS: test_session_handling (test.test_ssl.ThreadedTests.test_session_handling)\ntest_shared_ciphers (test.test_ssl.ThreadedTests.test_shared_ciphers) ...  server:  new connection from ('127.0.0.1', 34530)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\ntest_sni_callback (test.test_ssl.ThreadedTests.test_sni_callback) ...  server:  new connection from ('127.0.0.1', 52552)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n server:  new connection from ('127.0.0.1', 44938)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n server:  new connection from ('127.0.0.1', 38938)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\nok\nPASS: test_sni_callback_alert (test.test_ssl.ThreadedTests.test_sni_callback_alert)\nPASS: test_sni_callback_raising (test.test_ssl.ThreadedTests.test_sni_callback_raising)\nPASS: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type)\ntest_socketserver (test.test_ssl.ThreadedTests.test_socketserver)\nUsing socketserver to create and manage SSL connections. ... \n server (('127.0.0.1', 43731):43731 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)):\n   [16/Jun/2025 11:37:25] \"GET /test_ssl.py HTTP/1.1\" 200 -\n client: read 232006 bytes from remote server '<HTTPSServerThread <HTTPSServer localhost:43731>>'\nstopping HTTPS server\njoining HTTPS thread\nok\ntest_ssl_cert_verify_error (test.test_ssl.ThreadedTests.test_ssl_cert_verify_error) ... \n server:  new connection from ('127.0.0.1', 39264)\n\n server:  bad connection attempt from ('127.0.0.1', 39264):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)\nok\nSKIP: test_ssl_in_multiple_threads (test.test_ssl.ThreadedTests.test_ssl_in_multiple_threads) 'test is only useful if the GIL is disabled'\ntest_starttls (test.test_ssl.ThreadedTests.test_starttls)\nSwitching from clear text to encrypted and back again. ... \n client:  sending b'msg 1'...\n server:  new connection from ('127.0.0.1', 41628)\n server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)...\n client:  read b'msg 1' from server\n client:  sending b'MSG 2'...\n server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)...\n client:  read b'msg 2' from server\n client:  sending b'STARTTLS'...\n server: read STARTTLS from client, sending OK...\n client:  read b'ok' from server, starting TLS...\n client:  sending b'MSG 3'...\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n server: read b'MSG 3' (encrypted), sending back b'msg 3' (encrypted)...\n client:  read b'msg 3' from server\n client:  sending b'msg 4'...\n server: read b'msg 4' (encrypted), sending back b'msg 4' (encrypted)...\n client:  read b'msg 4' from server\n client:  sending b'ENDTLS'...\n server: read ENDTLS from client, sending OK...\n client:  read b'ok' from server, ending TLS...\n client:  sending b'msg 5'...\n server: connection is now unencrypted...\n server: read b'msg 5' (unencrypted), sending back b'msg 5' (unencrypted)...\n client:  read b'msg 5' from server\n client:  sending b'msg 6'...\n server: read b'msg 6' (unencrypted), sending back b'msg 6' (unencrypted)...\n client:  read b'msg 6' from server\n client:  closing connection.\n server: client closed connection\nok\ntest_tls1_3 (test.test_ssl.ThreadedTests.test_tls1_3) ...  server:  new connection from ('127.0.0.1', 34320)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 34320)\nok\ntest_tls_unique_channel_binding (test.test_ssl.ThreadedTests.test_tls_unique_channel_binding)\nTest tls-unique channel binding. ... \n server:  new connection from ('127.0.0.1', 42332)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\n got channel binding data: b'K\\xbc4\\xd6\\xf0\\xdb\\xfa\\xe4\\x96\\xc6\\x1e\\xbf'\n server:  new connection from ('127.0.0.1', 42346)\n server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256)\ngot another channel binding data: b'P\\xa4)-\\xf4\\x11a\\xa4\\x05/\\xc5\\xec'\nok\ntest_verify_strict (test.test_ssl.ThreadedTests.test_verify_strict) ...  server:  new connection from ('127.0.0.1', 57596)\n\n server:  bad connection attempt from ('127.0.0.1', 57596):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1028)\n connection timeout TimeoutError('timed out')\n server:  new connection from ('127.0.0.1', 46860)\n server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)\n Connection reset by peer: ('127.0.0.1', 46860)\nok\ntest_version_basic (test.test_ssl.ThreadedTests.test_version_basic)\nPASS: Basic tests for SSLSocket.version().\ntest_wrong_cert_tls12 (test.test_ssl.ThreadedTests.test_wrong_cert_tls12)\nConnecting when the server rejects the client's certificate ...  server:  new connection from ('127.0.0.1', 54982)\n\nSSLError is SSLError(1, '[SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1028)')\n\n server:  bad connection attempt from ('127.0.0.1', 54982):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)\nok\ntest_wrong_cert_tls13 (test.test_ssl.ThreadedTests.test_wrong_cert_tls13) ...  server:  new connection from ('127.0.0.1', 52498)\n\n server:  bad connection attempt from ('127.0.0.1', 52498):\nTraceback (most recent call last):\n   File \"/usr/lib/python3.13/test/test_ssl.py\", line 2299, in wrap_conn\n    self.sslconn = self.server.context.wrap_socket(\n                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        self.sock, server_side=True)\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n   File \"/usr/lib/python3.13/ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...<5 lines>...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n   File \"/usr/lib/python3.13/ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n   File \"/usr/lib/python3.13/ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\n ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1028)\nok\n\n----------------------------------------------------------------------\nRan 188 tests in 11.813s\n\nOK (skipped=17)\n0:02:26 load avg: 1.70 [380/480] test_sundry passed\nPASS: test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules.test_untested_modules_can_be_imported)\n\n----------------------------------------------------------------------\nRan 1 test in 0.002s\n\nOK\n0:02:26 load avg: 1.70 [381/480] test_super passed\nPASS: test___class___classmethod (test.test_super.TestSuper.test___class___classmethod)\nPASS: test___class___delayed (test.test_super.TestSuper.test___class___delayed)\nPASS: test___class___instancemethod (test.test_super.TestSuper.test___class___instancemethod)\ntest___class___modification_multithreaded (test.test_super.TestSuper.test___class___modification_multithreaded)\nPASS: Note: this test isn't actually testing anything on its own.\nPASS: test___class___mro (test.test_super.TestSuper.test___class___mro)\nPASS: test___class___new (test.test_super.TestSuper.test___class___new)\nPASS: test___class___staticmethod (test.test_super.TestSuper.test___class___staticmethod)\nPASS: test___classcell___expected_behaviour (test.test_super.TestSuper.test___classcell___expected_behaviour)\nPASS: test___classcell___missing (test.test_super.TestSuper.test___classcell___missing)\nPASS: test___classcell___overwrite (test.test_super.TestSuper.test___classcell___overwrite)\nPASS: test___classcell___wrong_cell (test.test_super.TestSuper.test___classcell___wrong_cell)\nPASS: test_attribute_error (test.test_super.TestSuper.test_attribute_error)\nPASS: test_bad_first_arg (test.test_super.TestSuper.test_bad_first_arg)\nPASS: test_basics_working (test.test_super.TestSuper.test_basics_working)\nPASS: test_cell_as_self (test.test_super.TestSuper.test_cell_as_self)\nPASS: test_class_getattr_working (test.test_super.TestSuper.test_class_getattr_working)\nPASS: test_class_methods_still_working (test.test_super.TestSuper.test_class_methods_still_working)\nPASS: test_mixed_staticmethod_hierarchy (test.test_super.TestSuper.test_mixed_staticmethod_hierarchy)\nPASS: test_obscure_super_errors (test.test_super.TestSuper.test_obscure_super_errors)\nPASS: test_reassigned_new (test.test_super.TestSuper.test_reassigned_new)\nPASS: test_shadowed_dynamic (test.test_super.TestSuper.test_shadowed_dynamic)\nPASS: test_shadowed_dynamic_two_arg (test.test_super.TestSuper.test_shadowed_dynamic_two_arg)\nPASS: test_shadowed_global (test.test_super.TestSuper.test_shadowed_global)\nPASS: test_shadowed_local (test.test_super.TestSuper.test_shadowed_local)\nPASS: test_subclass_no_override_working (test.test_super.TestSuper.test_subclass_no_override_working)\nPASS: test_super___class__ (test.test_super.TestSuper.test_super___class__)\nPASS: test_super_argcount (test.test_super.TestSuper.test_super_argcount)\nPASS: test_super_argtype (test.test_super.TestSuper.test_super_argtype)\nPASS: test_super_in_class_methods_working (test.test_super.TestSuper.test_super_in_class_methods_working)\nPASS: test_super_init_leaks (test.test_super.TestSuper.test_super_init_leaks)\nPASS: test_super_subclass___class__ (test.test_super.TestSuper.test_super_subclass___class__)\nPASS: test_super_with_closure (test.test_super.TestSuper.test_super_with_closure)\nPASS: test_supercheck_fail (test.test_super.TestSuper.test_supercheck_fail)\nPASS: test_unbound_method_transfer_working (test.test_super.TestSuper.test_unbound_method_transfer_working)\nPASS: test_unusual_getattro (test.test_super.TestSuper.test_unusual_getattro)\nPASS: test_various___class___pathologies (test.test_super.TestSuper.test_various___class___pathologies)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.012s\n\nOK\n0:02:26 load avg: 1.73 [382/480] test_signal passed\nPASS: test_enums (test.test_signal.GenericTests.test_enums)\nPASS: test_functions_module_attr (test.test_signal.GenericTests.test_functions_module_attr)\nPASS: test_itimer_exc (test.test_signal.ItimerTest.test_itimer_exc)\nPASS: test_itimer_prof (test.test_signal.ItimerTest.test_itimer_prof)\nPASS: test_itimer_real (test.test_signal.ItimerTest.test_itimer_real)\nPASS: test_itimer_virtual (test.test_signal.ItimerTest.test_itimer_virtual)\nPASS: test_setitimer_tiny (test.test_signal.ItimerTest.test_setitimer_tiny)\nPASS: test_pthread_kill (test.test_signal.PendingSignalsTests.test_pthread_kill)\nPASS: test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests.test_pthread_kill_main_thread)\nPASS: test_pthread_sigmask (test.test_signal.PendingSignalsTests.test_pthread_sigmask)\nPASS: test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests.test_pthread_sigmask_arguments)\nPASS: test_pthread_sigmask_valid_signals (test.test_signal.PendingSignalsTests.test_pthread_sigmask_valid_signals)\nPASS: test_sigpending (test.test_signal.PendingSignalsTests.test_sigpending)\nPASS: test_sigpending_empty (test.test_signal.PendingSignalsTests.test_sigpending_empty)\nPASS: test_sigtimedwait (test.test_signal.PendingSignalsTests.test_sigtimedwait)\nPASS: test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_negative_timeout)\nPASS: test_sigtimedwait_poll (test.test_signal.PendingSignalsTests.test_sigtimedwait_poll)\nPASS: test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_timeout)\nPASS: test_sigwait (test.test_signal.PendingSignalsTests.test_sigwait)\nPASS: test_sigwait_thread (test.test_signal.PendingSignalsTests.test_sigwait_thread)\nPASS: test_sigwaitinfo (test.test_signal.PendingSignalsTests.test_sigwaitinfo)\nPASS: test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal)\nPASS: test_getsignal (test.test_signal.PosixTests.test_getsignal)\nPASS: test_interprocess_signal (test.test_signal.PosixTests.test_interprocess_signal)\ntest_keyboard_interrupt_exit_code (test.test_signal.PosixTests.test_keyboard_interrupt_exit_code)\nPASS: KeyboardInterrupt triggers exit via SIGINT.\nPASS: test_no_repr_is_called_on_signal_handler (test.test_signal.PosixTests.test_no_repr_is_called_on_signal_handler)\nPASS: test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests.test_out_of_range_signal_number_raises_error)\nPASS: test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests.test_setting_signal_handler_to_none_raises_error)\nPASS: test_strsignal (test.test_signal.PosixTests.test_strsignal)\nPASS: test_valid_signals (test.test_signal.PosixTests.test_valid_signals)\nPASS: test__thread_interrupt_main (test.test_signal.RaiseSignalTest.test__thread_interrupt_main)\nPASS: test_handler (test.test_signal.RaiseSignalTest.test_handler)\nSKIP: test_invalid_argument (test.test_signal.RaiseSignalTest.test_invalid_argument) 'Windows specific test'\nPASS: test_sigint (test.test_signal.RaiseSignalTest.test_sigint)\nSKIP: test_siginterrupt_off (test.test_signal.SiginterruptTest.test_siginterrupt_off) \"resource 'walltime' is not enabled\"\nPASS: test_siginterrupt_on (test.test_signal.SiginterruptTest.test_siginterrupt_on)\nPASS: test_without_siginterrupt (test.test_signal.SiginterruptTest.test_without_siginterrupt)\ntest_stress_delivery_dependent (test.test_signal.StressTest.test_stress_delivery_dependent)\nThis test uses dependent signal handlers. ... detected median itimer() resolution: 0.000007 s.\nok\ntest_stress_delivery_simultaneous (test.test_signal.StressTest.test_stress_delivery_simultaneous)\nThis test uses simultaneous signal handlers. ... detected median itimer() resolution: 0.000009 s.\nok\nPASS: test_stress_modifying_handlers (test.test_signal.StressTest.test_stress_modifying_handlers)\nPASS: test_invalid_call (test.test_signal.WakeupFDTests.test_invalid_call)\nPASS: test_invalid_fd (test.test_signal.WakeupFDTests.test_invalid_fd)\nPASS: test_invalid_socket (test.test_signal.WakeupFDTests.test_invalid_socket)\nPASS: test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests.test_set_wakeup_fd_blocking)\nPASS: test_set_wakeup_fd_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_result)\nPASS: test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_socket_result)\nPASS: test_pending (test.test_signal.WakeupSignalTests.test_pending)\nPASS: test_signum (test.test_signal.WakeupSignalTests.test_signum)\nPASS: test_wakeup_fd_during (test.test_signal.WakeupSignalTests.test_wakeup_fd_during)\nPASS: test_wakeup_fd_early (test.test_signal.WakeupSignalTests.test_wakeup_fd_early)\nPASS: test_wakeup_write_error (test.test_signal.WakeupSignalTests.test_wakeup_write_error)\nPASS: test_send_error (test.test_signal.WakeupSocketSignalTests.test_send_error)\nPASS: test_socket (test.test_signal.WakeupSocketSignalTests.test_socket)\nPASS: test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer)\nSKIP: test_issue9324 (test.test_signal.WindowsSignalTests.test_issue9324) 'Windows specific'\ntest_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests.test_keyboard_interrupt_exit_code)\nSKIP: KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. 'Windows specific'\nSKIP: test_valid_signals (test.test_signal.WindowsSignalTests.test_valid_signals) 'Windows specific'\n\n----------------------------------------------------------------------\nRan 57 tests in 19.718s\n\nOK (skipped=5)\n0:02:27 load avg: 1.73 [383/480] test_symtable passed\nPASS: test_file (test.test_symtable.CommandLineTest.test_file)\nPASS: test_stdin (test.test_symtable.CommandLineTest.test_stdin)\nPASS: test_annotated (test.test_symtable.SymtableTest.test_annotated)\nPASS: test_assigned (test.test_symtable.SymtableTest.test_assigned)\nPASS: test_bytes (test.test_symtable.SymtableTest.test_bytes)\nPASS: test_children (test.test_symtable.SymtableTest.test_children)\nPASS: test_class_get_methods (test.test_symtable.SymtableTest.test_class_get_methods)\nPASS: test_eval (test.test_symtable.SymtableTest.test_eval)\nPASS: test_exec (test.test_symtable.SymtableTest.test_exec)\nPASS: test_filename_correct (test.test_symtable.SymtableTest.test_filename_correct)\nPASS: test_free (test.test_symtable.SymtableTest.test_free)\nPASS: test_function_info (test.test_symtable.SymtableTest.test_function_info)\nPASS: test_globals (test.test_symtable.SymtableTest.test_globals)\nPASS: test_id (test.test_symtable.SymtableTest.test_id)\nPASS: test_imported (test.test_symtable.SymtableTest.test_imported)\nPASS: test_lineno (test.test_symtable.SymtableTest.test_lineno)\nPASS: test_local (test.test_symtable.SymtableTest.test_local)\nPASS: test_name (test.test_symtable.SymtableTest.test_name)\nPASS: test_namespaces (test.test_symtable.SymtableTest.test_namespaces)\nPASS: test_nested (test.test_symtable.SymtableTest.test_nested)\nPASS: test_nonlocal (test.test_symtable.SymtableTest.test_nonlocal)\nPASS: test_optimized (test.test_symtable.SymtableTest.test_optimized)\nPASS: test_parameters (test.test_symtable.SymtableTest.test_parameters)\nPASS: test_referenced (test.test_symtable.SymtableTest.test_referenced)\nPASS: test_single (test.test_symtable.SymtableTest.test_single)\nPASS: test_symbol_lookup (test.test_symtable.SymtableTest.test_symbol_lookup)\nPASS: test_symbol_repr (test.test_symtable.SymtableTest.test_symbol_repr)\nPASS: test_symtable_entry_repr (test.test_symtable.SymtableTest.test_symtable_entry_repr)\nPASS: test_symtable_repr (test.test_symtable.SymtableTest.test_symtable_repr)\nPASS: test_type (test.test_symtable.SymtableTest.test_type)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.014s\n\nOK\n0:02:27 load avg: 1.73 [384/480] test_syntax passed\nPASS: test_assign_call (test.test_syntax.SyntaxTestCase.test_assign_call)\nPASS: test_assign_del (test.test_syntax.SyntaxTestCase.test_assign_del)\nPASS: test_async_with_statement_many_context_managers (test.test_syntax.SyntaxTestCase.test_async_with_statement_many_context_managers)\nPASS: test_bad_outdent (test.test_syntax.SyntaxTestCase.test_bad_outdent)\nPASS: test_barry_as_flufl_with_syntax_errors (test.test_syntax.SyntaxTestCase.test_barry_as_flufl_with_syntax_errors)\nPASS: test_break_outside_loop (test.test_syntax.SyntaxTestCase.test_break_outside_loop)\nPASS: test_case_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase.test_case_call_does_not_raise_syntax_error)\nPASS: test_continuation_bad_indentation (test.test_syntax.SyntaxTestCase.test_continuation_bad_indentation)\nPASS: test_continue_outside_loop (test.test_syntax.SyntaxTestCase.test_continue_outside_loop)\nPASS: test_curly_brace_after_primary_raises_immediately (test.test_syntax.SyntaxTestCase.test_curly_brace_after_primary_raises_immediately)\nPASS: test_deep_invalid_rule (test.test_syntax.SyntaxTestCase.test_deep_invalid_rule)\nPASS: test_disallowed_type_param_names (test.test_syntax.SyntaxTestCase.test_disallowed_type_param_names)\nPASS: test_empty_line_after_linecont (test.test_syntax.SyntaxTestCase.test_empty_line_after_linecont)\nPASS: test_error_on_parser_stack_overflow (test.test_syntax.SyntaxTestCase.test_error_on_parser_stack_overflow)\nPASS: test_error_parenthesis (test.test_syntax.SyntaxTestCase.test_error_parenthesis)\nPASS: test_error_string_literal (test.test_syntax.SyntaxTestCase.test_error_string_literal)\nPASS: test_except_star_then_except (test.test_syntax.SyntaxTestCase.test_except_star_then_except)\nPASS: test_except_then_except_star (test.test_syntax.SyntaxTestCase.test_except_then_except_star)\nPASS: test_expression_with_assignment (test.test_syntax.SyntaxTestCase.test_expression_with_assignment)\nPASS: test_generator_in_function_call (test.test_syntax.SyntaxTestCase.test_generator_in_function_call)\nPASS: test_global_param_err_first (test.test_syntax.SyntaxTestCase.test_global_param_err_first)\nPASS: test_invalid_line_continuation_error_position (test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_error_position)\nPASS: test_invalid_line_continuation_left_recursive (test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_left_recursive)\nPASS: test_invisible_characters (test.test_syntax.SyntaxTestCase.test_invisible_characters)\nPASS: test_kwargs_last (test.test_syntax.SyntaxTestCase.test_kwargs_last)\nPASS: test_kwargs_last2 (test.test_syntax.SyntaxTestCase.test_kwargs_last2)\nPASS: test_kwargs_last3 (test.test_syntax.SyntaxTestCase.test_kwargs_last3)\nPASS: test_match_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase.test_match_call_does_not_raise_syntax_error)\nPASS: test_multiline_compiler_error_points_to_the_end (test.test_syntax.SyntaxTestCase.test_multiline_compiler_error_points_to_the_end)\nPASS: test_nested_named_except_blocks (test.test_syntax.SyntaxTestCase.test_nested_named_except_blocks)\nPASS: test_no_indent (test.test_syntax.SyntaxTestCase.test_no_indent)\nPASS: test_nonlocal_param_err_first (test.test_syntax.SyntaxTestCase.test_nonlocal_param_err_first)\nPASS: test_return_outside_function (test.test_syntax.SyntaxTestCase.test_return_outside_function)\nPASS: test_syntax_error_on_deeply_nested_blocks (test.test_syntax.SyntaxTestCase.test_syntax_error_on_deeply_nested_blocks)\nPASS: test_unexpected_indent (test.test_syntax.SyntaxTestCase.test_unexpected_indent)\nPASS: test_with_statement_many_context_managers (test.test_syntax.SyntaxTestCase.test_with_statement_many_context_managers)\nPASS: test_yield_outside_function (test.test_syntax.SyntaxTestCase.test_yield_outside_function)\ntest_syntax (test)\nPASS: Doctest: test.test_syntax\n\n----------------------------------------------------------------------\nRan 38 tests in 0.099s\n\nOK\n0:02:27 load avg: 1.73 [385/480] test_support passed\nPASS: test_CleanImport (test.test_support.TestSupport.test_CleanImport)\nPASS: test_DirsOnSysPath (test.test_support.TestSupport.test_DirsOnSysPath)\nPASS: test_HOST (test.test_support.TestSupport.test_HOST)\nSKIP: test_args_from_interpreter_flags (test.test_support.TestSupport.test_args_from_interpreter_flags) \"resource 'cpu' is not enabled\"\nPASS: test_bind_port (test.test_support.TestSupport.test_bind_port)\nPASS: test_captured_stderr (test.test_support.TestSupport.test_captured_stderr)\nPASS: test_captured_stdin (test.test_support.TestSupport.test_captured_stdin)\nPASS: test_captured_stdout (test.test_support.TestSupport.test_captured_stdout)\nPASS: test_change_cwd (test.test_support.TestSupport.test_change_cwd)\ntest_change_cwd__chdir_warning (test.test_support.TestSupport.test_change_cwd__chdir_warning)\nPASS: Check the warning message when os.chdir() fails.\ntest_change_cwd__non_existent_dir (test.test_support.TestSupport.test_change_cwd__non_existent_dir)\nPASS: Test passing a non-existent directory.\ntest_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport.test_change_cwd__non_existent_dir__quiet_true)\nPASS: Test passing a non-existent directory with quiet=True.\nPASS: test_check__all__ (test.test_support.TestSupport.test_check__all__)\nPASS: test_check_syntax_error (test.test_support.TestSupport.test_check_syntax_error)\nSKIP: test_copy_python_src_ignore (test.test_support.TestSupport.test_copy_python_src_ignore) \"cannot access Python source code directory: '/build/path/Python-3.13.4'\"\nPASS: test_detect_api_mismatch (test.test_support.TestSupport.test_detect_api_mismatch)\nPASS: test_detect_api_mismatch__ignore (test.test_support.TestSupport.test_detect_api_mismatch__ignore)\nPASS: test_fd_count (test.test_support.TestSupport.test_fd_count)\nPASS: test_find_unused_port (test.test_support.TestSupport.test_find_unused_port)\nPASS: test_forget (test.test_support.TestSupport.test_forget)\nPASS: test_gc_collect (test.test_support.TestSupport.test_gc_collect)\nPASS: test_get_attribute (test.test_support.TestSupport.test_get_attribute)\nSKIP: test_get_original_stdout (test.test_support.TestSupport.test_get_original_stdout) 'failing buildbots'\nPASS: test_get_recursion_depth (test.test_support.TestSupport.test_get_recursion_depth)\nPASS: test_has_strftime_extensions (test.test_support.TestSupport.test_has_strftime_extensions)\ntest_ignored_deprecations_are_silent (test.test_support.TestSupport.test_ignored_deprecations_are_silent)\nPASS: Test support.ignore_deprecations_from() silences warnings\nPASS: test_import_fresh_module (test.test_support.TestSupport.test_import_fresh_module)\nPASS: test_import_module (test.test_support.TestSupport.test_import_module)\nPASS: test_linked_to_musl (test.test_support.TestSupport.test_linked_to_musl)\nPASS: test_make_bad_fd (test.test_support.TestSupport.test_make_bad_fd)\nPASS: test_optim_args_from_interpreter_flags (test.test_support.TestSupport.test_optim_args_from_interpreter_flags)\nPASS: test_parse_memlimit (test.test_support.TestSupport.test_parse_memlimit)\nPASS: test_print_warning (test.test_support.TestSupport.test_print_warning)\nPASS: test_python_is_optimized (test.test_support.TestSupport.test_python_is_optimized)\nPASS: test_reap_children (test.test_support.TestSupport.test_reap_children)\nPASS: test_recursion (test.test_support.TestSupport.test_recursion)\nPASS: test_rmtree (test.test_support.TestSupport.test_rmtree)\nPASS: test_set_memlimit (test.test_support.TestSupport.test_set_memlimit)\nPASS: test_sortdict (test.test_support.TestSupport.test_sortdict)\nPASS: test_swap_attr (test.test_support.TestSupport.test_swap_attr)\nPASS: test_swap_item (test.test_support.TestSupport.test_swap_item)\nPASS: test_temp_cwd (test.test_support.TestSupport.test_temp_cwd)\ntest_temp_cwd__name_none (test.test_support.TestSupport.test_temp_cwd__name_none)\nPASS: Test passing None to temp_cwd().\ntest_temp_dir (test.test_support.TestSupport.test_temp_dir)\nPASS: Test that temp_dir() creates and destroys its directory.\ntest_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_default)\nPASS: Test passing a directory that already exists.\ntest_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_true)\nPASS: Test passing a directory that already exists with quiet=True.\ntest_temp_dir__forked_child (test.test_support.TestSupport.test_temp_dir__forked_child)\nPASS: Test that a forked child process does not remove the directory.\ntest_temp_dir__path_none (test.test_support.TestSupport.test_temp_dir__path_none)\nPASS: Test passing no path.\nPASS: test_unlink (test.test_support.TestSupport.test_unlink)\nPASS: test_unload (test.test_support.TestSupport.test_unload)\n\n----------------------------------------------------------------------\nRan 50 tests in 0.803s\n\nOK (skipped=3)\n0:02:27 load avg: 1.73 [386/480] test_sys_setprofile passed\nPASS: test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_exception)\nPASS: test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_nested_exception)\nPASS: test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase.test_distant_exception)\nPASS: test_exception (test.test_sys_setprofile.ProfileHookTestCase.test_exception)\nPASS: test_exception_in_except_clause (test.test_sys_setprofile.ProfileHookTestCase.test_exception_in_except_clause)\nPASS: test_exception_propagation (test.test_sys_setprofile.ProfileHookTestCase.test_exception_propagation)\nPASS: test_generator (test.test_sys_setprofile.ProfileHookTestCase.test_generator)\nPASS: test_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_nested_exception)\nPASS: test_raise (test.test_sys_setprofile.ProfileHookTestCase.test_raise)\nPASS: test_raise_reraise (test.test_sys_setprofile.ProfileHookTestCase.test_raise_reraise)\nPASS: test_raise_twice (test.test_sys_setprofile.ProfileHookTestCase.test_raise_twice)\nPASS: test_simple (test.test_sys_setprofile.ProfileHookTestCase.test_simple)\nPASS: test_stop_iteration (test.test_sys_setprofile.ProfileHookTestCase.test_stop_iteration)\nPASS: test_unfinished_generator (test.test_sys_setprofile.ProfileHookTestCase.test_unfinished_generator)\nPASS: test_basic_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_basic_exception)\nPASS: test_caught_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_caught_exception)\nPASS: test_distant_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_distant_exception)\nPASS: test_simple (test.test_sys_setprofile.ProfileSimulatorTestCase.test_simple)\nPASS: test_unbound_method (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method)\nPASS: test_unbound_method_invalid_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_args)\nPASS: test_unbound_method_invalid_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_keyword_args)\nPASS: test_unbound_method_no_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_args)\nPASS: test_unbound_method_no_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_keyword_args)\nPASS: test_method_with_c_function (test.test_sys_setprofile.TestEdgeCases.test_method_with_c_function)\nPASS: test_profile_after_trace_opcodes (test.test_sys_setprofile.TestEdgeCases.test_profile_after_trace_opcodes)\nPASS: test_reentrancy (test.test_sys_setprofile.TestEdgeCases.test_reentrancy)\nPASS: test_same_object (test.test_sys_setprofile.TestEdgeCases.test_same_object)\nPASS: test_empty (test.test_sys_setprofile.TestGetProfile.test_empty)\nPASS: test_setget (test.test_sys_setprofile.TestGetProfile.test_setget)\n\n----------------------------------------------------------------------\nRan 29 tests in 0.002s\n\nOK\n0:02:28 load avg: 1.73 [387/480] test_sys passed\nPASS: test_exc_info_no_exception (test.test_sys.ActiveExceptionTests.test_exc_info_no_exception)\nPASS: test_exc_info_with_exception_instance (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance)\nPASS: test_exc_info_with_exception_type (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type)\nPASS: test_sys_exception_no_exception (test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception)\nPASS: test_sys_exception_with_exception_instance (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance)\nPASS: test_sys_exception_with_exception_type (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type)\nPASS: test_custom_displayhook (test.test_sys.DisplayHookTest.test_custom_displayhook)\nPASS: test_gh130163 (test.test_sys.DisplayHookTest.test_gh130163)\nPASS: test_lost_displayhook (test.test_sys.DisplayHookTest.test_lost_displayhook)\nPASS: test_original_displayhook (test.test_sys.DisplayHookTest.test_original_displayhook)\nPASS: test_excepthook (test.test_sys.ExceptHookTest.test_excepthook)\nPASS: test_excepthook_bytes_filename (test.test_sys.ExceptHookTest.test_excepthook_bytes_filename)\nPASS: test_original_excepthook (test.test_sys.ExceptHookTest.test_original_excepthook)\nPASS: test_asyncgen_hooks (test.test_sys.SizeofTest.test_asyncgen_hooks)\nPASS: test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference)\nPASS: test_default (test.test_sys.SizeofTest.test_default)\nPASS: test_errors (test.test_sys.SizeofTest.test_errors)\nPASS: test_gc_head_size (test.test_sys.SizeofTest.test_gc_head_size)\nPASS: test_objecttypes (test.test_sys.SizeofTest.test_objecttypes)\nPASS: test_pythontypes (test.test_sys.SizeofTest.test_pythontypes)\nPASS: test_slots (test.test_sys.SizeofTest.test_slots)\nPASS: test_43581 (test.test_sys.SysModuleTest.test_43581)\nSKIP: test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding) 'needs sys._enablelegacywindowsfsencoding()'\nPASS: test_attributes (test.test_sys.SysModuleTest.test_attributes)\nPASS: test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape)\nPASS: test_call_tracing (test.test_sys.SysModuleTest.test_call_tracing)\nPASS: test_clear_type_cache (test.test_sys.SysModuleTest.test_clear_type_cache)\nPASS: test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions)\nPASS: test_current_frames (test.test_sys.SysModuleTest.test_current_frames)\nPASS: test_debugmallocstats (test.test_sys.SysModuleTest.test_debugmallocstats)\nPASS: test_disable_gil_abi (test.test_sys.SysModuleTest.test_disable_gil_abi)\nPASS: test_dlopenflags (test.test_sys.SysModuleTest.test_dlopenflags)\nSKIP: test_emscripten_info (test.test_sys.SysModuleTest.test_emscripten_info) 'only available on Emscripten'\nPASS: test_executable (test.test_sys.SysModuleTest.test_executable)\nPASS: test_exit (test.test_sys.SysModuleTest.test_exit)\nPASS: test_exit_codes_under_repl (test.test_sys.SysModuleTest.test_exit_codes_under_repl)\nPASS: test_getallocatedblocks (test.test_sys.SysModuleTest.test_getallocatedblocks)\nSKIP: test_getandroidapilevel (test.test_sys.SysModuleTest.test_getandroidapilevel) 'Android only'\nPASS: test_getdefaultencoding (test.test_sys.SysModuleTest.test_getdefaultencoding)\nPASS: test_getfilesystemencoding (test.test_sys.SysModuleTest.test_getfilesystemencoding)\nPASS: test_getframe (test.test_sys.SysModuleTest.test_getframe)\nPASS: test_getframemodulename (test.test_sys.SysModuleTest.test_getframemodulename)\nSKIP: test_getobjects (test.test_sys.SysModuleTest.test_getobjects) 'need sys.getobjects()'\nPASS: test_getrecursionlimit (test.test_sys.SysModuleTest.test_getrecursionlimit)\nSKIP: test_getwindowsversion (test.test_sys.SysModuleTest.test_getwindowsversion) \"object <module 'sys' (built-in)> has no attribute 'getwindowsversion'\"\nPASS: test_implementation (test.test_sys.SysModuleTest.test_implementation)\nPASS: test_intern (test.test_sys.SysModuleTest.test_intern)\nPASS: test_ioencoding (test.test_sys.SysModuleTest.test_ioencoding)\nPASS: test_ioencoding_nonascii (test.test_sys.SysModuleTest.test_ioencoding_nonascii)\nPASS: test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing)\nPASS: test_is_gil_enabled (test.test_sys.SysModuleTest.test_is_gil_enabled)\nPASS: test_issue20602 (test.test_sys.SysModuleTest.test_issue20602)\nPASS: test_module_names (test.test_sys.SysModuleTest.test_module_names)\nPASS: test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path)\nPASS: test_orig_argv (test.test_sys.SysModuleTest.test_orig_argv)\nPASS: test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape)\nSKIP: test_pystats (test.test_sys.SysModuleTest.test_pystats) 'need Py_STATS build'\nSKIP: test_racing_recursion_limit (test.test_sys.SysModuleTest.test_racing_recursion_limit) 'only meaningful if the GIL is disabled'\nPASS: test_recursionlimit_recovery (test.test_sys.SysModuleTest.test_recursionlimit_recovery)\nPASS: test_refcount (test.test_sys.SysModuleTest.test_refcount)\nPASS: test_setrecursionlimit (test.test_sys.SysModuleTest.test_setrecursionlimit)\nPASS: test_setrecursionlimit_to_depth (test.test_sys.SysModuleTest.test_setrecursionlimit_to_depth)\nPASS: test_stdlib_dir (test.test_sys.SysModuleTest.test_stdlib_dir)\nPASS: test_subinterp_intern_dynamically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_dynamically_allocated)\nPASS: test_subinterp_intern_singleton (test.test_sys.SysModuleTest.test_subinterp_intern_singleton)\nPASS: test_subinterp_intern_statically_allocated (test.test_sys.SysModuleTest.test_subinterp_intern_statically_allocated)\nPASS: test_switchinterval (test.test_sys.SysModuleTest.test_switchinterval)\nPASS: test_sys_flags (test.test_sys.SysModuleTest.test_sys_flags)\nPASS: test_sys_flags_no_instantiation (test.test_sys.SysModuleTest.test_sys_flags_no_instantiation)\nSKIP: test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) \"object <module 'sys' (built-in)> has no attribute 'getwindowsversion'\"\nPASS: test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data)\nPASS: test_sys_tracebacklimit (test.test_sys.SysModuleTest.test_sys_tracebacklimit)\nPASS: test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation)\nPASS: test_thread_info (test.test_sys.SysModuleTest.test_thread_info)\nPASS: test_custom_unraisablehook (test.test_sys.UnraisableHookTest.test_custom_unraisablehook)\nPASS: test_custom_unraisablehook_fail (test.test_sys.UnraisableHookTest.test_custom_unraisablehook_fail)\nPASS: test_original_unraisablehook (test.test_sys.UnraisableHookTest.test_original_unraisablehook)\nPASS: test_original_unraisablehook_err (test.test_sys.UnraisableHookTest.test_original_unraisablehook_err)\nPASS: test_original_unraisablehook_exception_qualname (test.test_sys.UnraisableHookTest.test_original_unraisablehook_exception_qualname)\nPASS: test_original_unraisablehook_wrong_type (test.test_sys.UnraisableHookTest.test_original_unraisablehook_wrong_type)\n\n----------------------------------------------------------------------\nRan 80 tests in 0.848s\n\nOK (skipped=8)\n0:02:28 load avg: 1.73 [388/480] test_sys_settrace passed\nPASS: test_jump_across_async_with (test.test_sys_settrace.JumpTestCase.test_jump_across_async_with)\nPASS: test_jump_across_with (test.test_sys_settrace.JumpTestCase.test_jump_across_with)\nPASS: test_jump_backward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp)\nPASS: test_jump_backward_over_async_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp_v2)\nPASS: test_jump_backward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp)\nPASS: test_jump_backward_over_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp_v2)\nPASS: test_jump_backwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_except_block)\nPASS: test_jump_backwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_finally_block)\nPASS: test_jump_backwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_while_block)\nPASS: test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_async_with_block)\nPASS: test_jump_backwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_except_block)\nPASS: test_jump_backwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_finally_block)\nPASS: test_jump_backwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_with_block)\nPASS: test_jump_between_async_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_async_with_blocks)\nPASS: test_jump_between_except_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks)\nPASS: test_jump_between_except_blocks_2 (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks_2)\nPASS: test_jump_between_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_with_blocks)\nSKIP: test_jump_extended_args_for_iter (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_for_iter) \"resource 'cpu' is not enabled\"\nPASS: test_jump_extended_args_unpack_ex_simple (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_simple)\nPASS: test_jump_extended_args_unpack_ex_tricky (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_tricky)\nPASS: test_jump_forward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_async_listcomp)\nPASS: test_jump_forward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_listcomp)\nPASS: test_jump_forwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_except_block)\nPASS: test_jump_forwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_finally_block)\nPASS: test_jump_forwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_while_block)\nPASS: test_jump_forwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_async_with_block)\nPASS: test_jump_forwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_except_block)\nPASS: test_jump_forwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_finally_block)\nPASS: test_jump_forwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_with_block)\nPASS: test_jump_from_except_to_finally (test.test_sys_settrace.JumpTestCase.test_jump_from_except_to_finally)\nPASS: test_jump_from_yield (test.test_sys_settrace.JumpTestCase.test_jump_from_yield)\nPASS: test_jump_in_nested_finally (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally)\nPASS: test_jump_in_nested_finally_2 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_2)\nPASS: test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_3)\nPASS: test_jump_into_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block)\nPASS: test_jump_into_finally_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block_from_try_block)\nPASS: test_jump_is_none_backwards (test.test_sys_settrace.JumpTestCase.test_jump_is_none_backwards)\nPASS: test_jump_is_none_forwards (test.test_sys_settrace.JumpTestCase.test_jump_is_none_forwards)\nPASS: test_jump_is_not_none_backwards (test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_backwards)\nPASS: test_jump_is_not_none_forwards (test.test_sys_settrace.JumpTestCase.test_jump_is_not_none_forwards)\nPASS: test_jump_or_pop (test.test_sys_settrace.JumpTestCase.test_jump_or_pop)\nPASS: test_jump_out_of_async_for_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_backwards)\nPASS: test_jump_out_of_async_for_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_forwards)\nPASS: test_jump_out_of_async_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_assignment)\nPASS: test_jump_out_of_async_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_finally_block)\nPASS: test_jump_out_of_async_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_for_block)\nPASS: test_jump_out_of_async_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_block_within_with_block)\nPASS: test_jump_out_of_bare_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_bare_except_block)\nPASS: test_jump_out_of_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_backwards)\nPASS: test_jump_out_of_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_forwards)\nPASS: test_jump_out_of_complex_nested_blocks (test.test_sys_settrace.JumpTestCase.test_jump_out_of_complex_nested_blocks)\nPASS: test_jump_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_finally_block)\nPASS: test_jump_out_of_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_qualified_except_block)\nPASS: test_jump_out_of_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_assignment)\nPASS: test_jump_out_of_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_finally_block)\nPASS: test_jump_out_of_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_for_block)\nPASS: test_jump_out_of_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_with_block)\nPASS: test_jump_over_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_async_for_block_before_else)\nPASS: test_jump_over_break_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_break_in_try_finally_block)\nPASS: test_jump_over_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_for_block_before_else)\nPASS: test_jump_over_return_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_return_in_try_finally_block)\nPASS: test_jump_over_try_except (test.test_sys_settrace.JumpTestCase.test_jump_over_try_except)\nPASS: test_jump_simple_backwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_backwards)\nPASS: test_jump_simple_forwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_forwards)\nPASS: test_jump_to_codeless_line (test.test_sys_settrace.JumpTestCase.test_jump_to_codeless_line)\nPASS: test_jump_to_firstlineno (test.test_sys_settrace.JumpTestCase.test_jump_to_firstlineno)\nPASS: test_jump_to_same_line (test.test_sys_settrace.JumpTestCase.test_jump_to_same_line)\nPASS: test_jump_with_null_on_stack_load_attr (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_attr)\nPASS: test_jump_with_null_on_stack_load_global (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_global)\nPASS: test_jump_with_null_on_stack_push_null (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_push_null)\nPASS: test_jump_within_except_block (test.test_sys_settrace.JumpTestCase.test_jump_within_except_block)\nPASS: test_large_function (test.test_sys_settrace.JumpTestCase.test_large_function)\nPASS: test_no_jump_backwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_for_block)\nPASS: test_no_jump_backwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_with_block)\nPASS: test_no_jump_backwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_for_block)\nPASS: test_no_jump_backwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_with_block)\nPASS: test_no_jump_forwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_for_block)\nPASS: test_no_jump_forwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_with_block)\nPASS: test_no_jump_forwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_for_block)\nPASS: test_no_jump_forwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_with_block)\nPASS: test_no_jump_from_call (test.test_sys_settrace.JumpTestCase.test_no_jump_from_call)\nPASS: test_no_jump_from_exception_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_exception_event)\nPASS: test_no_jump_from_return_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_return_event)\nPASS: test_no_jump_infinite_while_loop (test.test_sys_settrace.JumpTestCase.test_no_jump_infinite_while_loop)\nPASS: test_no_jump_into_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_async_for_block_before_else)\nPASS: test_no_jump_into_bare_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block)\nPASS: test_no_jump_into_bare_except_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block_from_try_block)\nPASS: test_no_jump_into_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_for_block_before_else)\nPASS: test_no_jump_into_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block)\nPASS: test_no_jump_into_qualified_except_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block_from_try_block)\nPASS: test_no_jump_over_return_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_out_of_finally_block)\nPASS: test_no_jump_over_return_try_finally_in_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_try_finally_in_finally_block)\nPASS: test_no_jump_to_except_1 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_1)\nPASS: test_no_jump_to_except_2 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_2)\nPASS: test_no_jump_to_except_3 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_3)\nPASS: test_no_jump_to_except_4 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_4)\nPASS: test_no_jump_to_non_integers (test.test_sys_settrace.JumpTestCase.test_no_jump_to_non_integers)\nPASS: test_no_jump_too_far_backwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_backwards)\nPASS: test_no_jump_too_far_forwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_forwards)\nPASS: test_no_jump_without_trace_function (test.test_sys_settrace.JumpTestCase.test_no_jump_without_trace_function)\nPASS: test_call (test.test_sys_settrace.RaisingTraceFuncTestCase.test_call)\nPASS: test_exception (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception)\nPASS: test_exception_arguments (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception_arguments)\nPASS: test_line (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line)\nPASS: test_line_event_raises_before_opcode_event (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line_event_raises_before_opcode_event)\nPASS: test_return (test.test_sys_settrace.RaisingTraceFuncTestCase.test_return)\nPASS: test_trash_stack (test.test_sys_settrace.RaisingTraceFuncTestCase.test_trash_stack)\nPASS: test_01_basic (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_very_large_function)\nPASS: test_reentrancy (test.test_sys_settrace.TestEdgeCases.test_reentrancy)\nPASS: test_same_object (test.test_sys_settrace.TestEdgeCases.test_same_object)\nPASS: test_trace_lots_of_globals (test.test_sys_settrace.TestExtendedArgs.test_trace_lots_of_globals)\nPASS: test_trace_unpack_long_sequence (test.test_sys_settrace.TestExtendedArgs.test_trace_unpack_long_sequence)\nPASS: test_01_basic (test.test_sys_settrace.TestLinesAfterTraceStarted.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TestLinesAfterTraceStarted.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TestLinesAfterTraceStarted.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TestLinesAfterTraceStarted.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TestLinesAfterTraceStarted.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TestLinesAfterTraceStarted.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TestLinesAfterTraceStarted.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TestLinesAfterTraceStarted.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TestLinesAfterTraceStarted.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TestLinesAfterTraceStarted.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TestLinesAfterTraceStarted.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TestLinesAfterTraceStarted.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TestLinesAfterTraceStarted.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TestLinesAfterTraceStarted.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TestLinesAfterTraceStarted.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TestLinesAfterTraceStarted.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TestLinesAfterTraceStarted.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TestLinesAfterTraceStarted.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_early_exit_with)\nPASS: test_events (test.test_sys_settrace.TestLinesAfterTraceStarted.test_events)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TestLinesAfterTraceStarted.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TestLinesAfterTraceStarted.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TestLinesAfterTraceStarted.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TestLinesAfterTraceStarted.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TestLinesAfterTraceStarted.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TestLinesAfterTraceStarted.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TestLinesAfterTraceStarted.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TestLinesAfterTraceStarted.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TestLinesAfterTraceStarted.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TestLinesAfterTraceStarted.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TestLinesAfterTraceStarted.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TestLinesAfterTraceStarted.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TestLinesAfterTraceStarted.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TestLinesAfterTraceStarted.test_very_large_function)\nPASS: test_01_basic (test.test_sys_settrace.TestSetLocalTrace.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TestSetLocalTrace.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TestSetLocalTrace.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TestSetLocalTrace.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TestSetLocalTrace.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TestSetLocalTrace.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TestSetLocalTrace.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TestSetLocalTrace.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TestSetLocalTrace.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TestSetLocalTrace.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TestSetLocalTrace.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TestSetLocalTrace.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TestSetLocalTrace.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TestSetLocalTrace.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TestSetLocalTrace.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TestSetLocalTrace.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TestSetLocalTrace.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TestSetLocalTrace.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TestSetLocalTrace.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TestSetLocalTrace.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TestSetLocalTrace.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TestSetLocalTrace.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TestSetLocalTrace.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TestSetLocalTrace.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TestSetLocalTrace.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TestSetLocalTrace.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TestSetLocalTrace.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TestSetLocalTrace.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TestSetLocalTrace.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TestSetLocalTrace.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TestSetLocalTrace.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TestSetLocalTrace.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TestSetLocalTrace.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TestSetLocalTrace.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TestSetLocalTrace.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TestSetLocalTrace.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TestSetLocalTrace.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TestSetLocalTrace.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TestSetLocalTrace.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TestSetLocalTrace.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TestSetLocalTrace.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TestSetLocalTrace.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TestSetLocalTrace.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TestSetLocalTrace.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TestSetLocalTrace.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TestSetLocalTrace.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TestSetLocalTrace.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TestSetLocalTrace.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TestSetLocalTrace.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TestSetLocalTrace.test_very_large_function)\nPASS: test_with_branches (test.test_sys_settrace.TestSetLocalTrace.test_with_branches)\nPASS: test_01_basic (test.test_sys_settrace.TraceOpcodesTestCase.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TraceOpcodesTestCase.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceOpcodesTestCase.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TraceOpcodesTestCase.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TraceOpcodesTestCase.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TraceOpcodesTestCase.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TraceOpcodesTestCase.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TraceOpcodesTestCase.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TraceOpcodesTestCase.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TraceOpcodesTestCase.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TraceOpcodesTestCase.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TraceOpcodesTestCase.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TraceOpcodesTestCase.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TraceOpcodesTestCase.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TraceOpcodesTestCase.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TraceOpcodesTestCase.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceOpcodesTestCase.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TraceOpcodesTestCase.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TraceOpcodesTestCase.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TraceOpcodesTestCase.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceOpcodesTestCase.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TraceOpcodesTestCase.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TraceOpcodesTestCase.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TraceOpcodesTestCase.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceOpcodesTestCase.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceOpcodesTestCase.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TraceOpcodesTestCase.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_testcapi_settrace_error)\ntest_trace_opcodes_after_settrace (test.test_sys_settrace.TraceOpcodesTestCase.test_trace_opcodes_after_settrace)\nPASS: Make sure setting f_trace_opcodes after starting trace works even\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TraceOpcodesTestCase.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TraceOpcodesTestCase.test_very_large_function)\nPASS: test_01_basic (test.test_sys_settrace.TraceTestCase.test_01_basic)\nPASS: test_02_arigo0 (test.test_sys_settrace.TraceTestCase.test_02_arigo0)\nPASS: test_02_arigo1 (test.test_sys_settrace.TraceTestCase.test_02_arigo1)\nPASS: test_02_arigo2 (test.test_sys_settrace.TraceTestCase.test_02_arigo2)\nPASS: test_03_one_instr (test.test_sys_settrace.TraceTestCase.test_03_one_instr)\nPASS: test_04_no_pop_blocks (test.test_sys_settrace.TraceTestCase.test_04_no_pop_blocks)\nPASS: test_05_no_pop_tops (test.test_sys_settrace.TraceTestCase.test_05_no_pop_tops)\nPASS: test_06_call (test.test_sys_settrace.TraceTestCase.test_06_call)\nPASS: test_07_raise (test.test_sys_settrace.TraceTestCase.test_07_raise)\nPASS: test_08_settrace_and_return (test.test_sys_settrace.TraceTestCase.test_08_settrace_and_return)\nPASS: test_09_settrace_and_raise (test.test_sys_settrace.TraceTestCase.test_09_settrace_and_raise)\nPASS: test_10_ireturn (test.test_sys_settrace.TraceTestCase.test_10_ireturn)\nPASS: test_11_tightloop (test.test_sys_settrace.TraceTestCase.test_11_tightloop)\nPASS: test_12_tighterloop (test.test_sys_settrace.TraceTestCase.test_12_tighterloop)\nPASS: test_13_genexp (test.test_sys_settrace.TraceTestCase.test_13_genexp)\nPASS: test_14_onliner_if (test.test_sys_settrace.TraceTestCase.test_14_onliner_if)\nPASS: test_15_loops (test.test_sys_settrace.TraceTestCase.test_15_loops)\nPASS: test_16_blank_lines (test.test_sys_settrace.TraceTestCase.test_16_blank_lines)\nPASS: test_17_none_f_trace (test.test_sys_settrace.TraceTestCase.test_17_none_f_trace)\nPASS: test_18_except_with_name (test.test_sys_settrace.TraceTestCase.test_18_except_with_name)\nPASS: test_19_except_with_finally (test.test_sys_settrace.TraceTestCase.test_19_except_with_finally)\nPASS: test_20_async_for_loop (test.test_sys_settrace.TraceTestCase.test_20_async_for_loop)\nPASS: test_21_repeated_pass (test.test_sys_settrace.TraceTestCase.test_21_repeated_pass)\nPASS: test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceTestCase.test_async_for_backwards_jump_has_no_line)\nPASS: test_break_through_finally (test.test_sys_settrace.TraceTestCase.test_break_through_finally)\nPASS: test_break_to_break (test.test_sys_settrace.TraceTestCase.test_break_to_break)\nPASS: test_break_to_continue1 (test.test_sys_settrace.TraceTestCase.test_break_to_continue1)\nPASS: test_break_to_continue2 (test.test_sys_settrace.TraceTestCase.test_break_to_continue2)\nPASS: test_class_creation_with_decorator (test.test_sys_settrace.TraceTestCase.test_class_creation_with_decorator)\nPASS: test_class_creation_with_docstrings (test.test_sys_settrace.TraceTestCase.test_class_creation_with_docstrings)\nPASS: test_continue_through_finally (test.test_sys_settrace.TraceTestCase.test_continue_through_finally)\nPASS: test_correct_tracing_quickened_call_class_init (test.test_sys_settrace.TraceTestCase.test_correct_tracing_quickened_call_class_init)\nPASS: test_early_exit_with (test.test_sys_settrace.TraceTestCase.test_early_exit_with)\nPASS: test_finally_with_conditional (test.test_sys_settrace.TraceTestCase.test_finally_with_conditional)\nPASS: test_flow_converges_on_same_line (test.test_sys_settrace.TraceTestCase.test_flow_converges_on_same_line)\nPASS: test_if_break (test.test_sys_settrace.TraceTestCase.test_if_break)\nPASS: test_if_false_in_try_except (test.test_sys_settrace.TraceTestCase.test_if_false_in_try_except)\nPASS: test_if_false_in_with (test.test_sys_settrace.TraceTestCase.test_if_false_in_with)\nPASS: test_if_in_if_in_if (test.test_sys_settrace.TraceTestCase.test_if_in_if_in_if)\nPASS: test_implicit_return_in_class (test.test_sys_settrace.TraceTestCase.test_implicit_return_in_class)\nPASS: test_loop_in_try_except (test.test_sys_settrace.TraceTestCase.test_loop_in_try_except)\nPASS: test_nested_ifs (test.test_sys_settrace.TraceTestCase.test_nested_ifs)\nPASS: test_nested_ifs_with_and (test.test_sys_settrace.TraceTestCase.test_nested_ifs_with_and)\nPASS: test_nested_loops (test.test_sys_settrace.TraceTestCase.test_nested_loops)\nPASS: test_nested_try_if (test.test_sys_settrace.TraceTestCase.test_nested_try_if)\nPASS: test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceTestCase.test_no_line_event_after_creating_generator)\nPASS: test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceTestCase.test_no_tracing_of_named_except_cleanup)\nPASS: test_notrace_lambda (test.test_sys_settrace.TraceTestCase.test_notrace_lambda)\nPASS: test_return_through_finally (test.test_sys_settrace.TraceTestCase.test_return_through_finally)\nPASS: test_set_and_retrieve_func (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_func)\nPASS: test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_none)\nPASS: test_settrace_error (test.test_sys_settrace.TraceTestCase.test_settrace_error)\nPASS: test_testcapi_settrace_error (test.test_sys_settrace.TraceTestCase.test_testcapi_settrace_error)\nPASS: test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceTestCase.test_tracing_exception_raised_in_with)\nPASS: test_try_except_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_no_exception)\nPASS: test_try_except_star_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_caught)\nPASS: test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_not_caught)\nPASS: test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_caught)\nPASS: test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_not_caught)\nPASS: test_try_except_star_named_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_no_exception)\nPASS: test_try_except_star_nested (test.test_sys_settrace.TraceTestCase.test_try_except_star_nested)\nPASS: test_try_except_star_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_no_exception)\nPASS: test_try_except_with_wrong_type (test.test_sys_settrace.TraceTestCase.test_try_except_with_wrong_type)\nPASS: test_try_exception_in_else (test.test_sys_settrace.TraceTestCase.test_try_exception_in_else)\nPASS: test_try_in_try (test.test_sys_settrace.TraceTestCase.test_try_in_try)\nPASS: test_try_in_try_with_exception (test.test_sys_settrace.TraceTestCase.test_try_in_try_with_exception)\nPASS: test_very_large_function (test.test_sys_settrace.TraceTestCase.test_very_large_function)\n\n----------------------------------------------------------------------\nRan 449 tests in 0.697s\n\nOK (skipped=1)\n0:02:28 load avg: 1.73 [389/480] test_sysconfig passed\nPASS: test_is_python_build_check_home (test.test_sysconfig.DeprecationTests.test_is_python_build_check_home)\nPASS: test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename)\nPASS: test_parse_makefile (test.test_sysconfig.MakefileTests.test_parse_makefile)\nPASS: test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars)\nSKIP: test_android_ext_suffix (test.test_sysconfig.TestSysConfig.test_android_ext_suffix) 'Android-specific test'\nPASS: test_config_vars_depend_on_site_initialization (test.test_sysconfig.TestSysConfig.test_config_vars_depend_on_site_initialization)\nPASS: test_config_vars_recalculation_after_site_initialization (test.test_sysconfig.TestSysConfig.test_config_vars_recalculation_after_site_initialization)\nPASS: test_get_config_h_filename (test.test_sysconfig.TestSysConfig.test_get_config_h_filename)\nPASS: test_get_config_vars (test.test_sysconfig.TestSysConfig.test_get_config_vars)\nPASS: test_get_default_scheme (test.test_sysconfig.TestSysConfig.test_get_default_scheme)\nPASS: test_get_path (test.test_sysconfig.TestSysConfig.test_get_path)\nPASS: test_get_path_names (test.test_sysconfig.TestSysConfig.test_get_path_names)\nPASS: test_get_paths (test.test_sysconfig.TestSysConfig.test_get_paths)\nPASS: test_get_platform (test.test_sysconfig.TestSysConfig.test_get_platform)\nPASS: test_get_preferred_schemes (test.test_sysconfig.TestSysConfig.test_get_preferred_schemes)\nPASS: test_get_scheme_names (test.test_sysconfig.TestSysConfig.test_get_scheme_names)\nPASS: test_ldshared_value (test.test_sysconfig.TestSysConfig.test_ldshared_value)\nPASS: test_library (test.test_sysconfig.TestSysConfig.test_library)\nPASS: test_linux_ext_suffix (test.test_sysconfig.TestSysConfig.test_linux_ext_suffix)\nPASS: test_main (test.test_sysconfig.TestSysConfig.test_main)\nPASS: test_nt_venv_scheme (test.test_sysconfig.TestSysConfig.test_nt_venv_scheme)\nSKIP: test_osx_ext_suffix (test.test_sysconfig.TestSysConfig.test_osx_ext_suffix) 'OS X-specific test'\nPASS: test_paths_depend_on_site_initialization (test.test_sysconfig.TestSysConfig.test_paths_depend_on_site_initialization)\nSKIP: test_platform_in_subprocess (test.test_sysconfig.TestSysConfig.test_platform_in_subprocess) 'test only relevant on MacOSX'\nPASS: test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme)\nPASS: test_soabi (test.test_sysconfig.TestSysConfig.test_soabi)\nPASS: test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir)\nPASS: test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd)\nPASS: test_symlink (test.test_sysconfig.TestSysConfig.test_symlink)\nPASS: test_user_similar (test.test_sysconfig.TestSysConfig.test_user_similar)\nPASS: test_venv_scheme (test.test_sysconfig.TestSysConfig.test_venv_scheme)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.207s\n\nOK (skipped=3)\n0:02:28 load avg: 1.73 [390/480] test_syslog passed\nPASS: test_closelog (test.test_syslog.Test.test_closelog)\nPASS: test_log_mask (test.test_syslog.Test.test_log_mask)\nPASS: test_openlog (test.test_syslog.Test.test_openlog)\nPASS: test_openlog_noargs (test.test_syslog.Test.test_openlog_noargs)\nPASS: test_setlogmask (test.test_syslog.Test.test_setlogmask)\nPASS: test_subinterpreter_closelog (test.test_syslog.Test.test_subinterpreter_closelog)\nPASS: test_subinterpreter_openlog (test.test_syslog.Test.test_subinterpreter_openlog)\nPASS: test_subinterpreter_syslog (test.test_syslog.Test.test_subinterpreter_syslog)\nPASS: test_syslog (test.test_syslog.Test.test_syslog)\nPASS: test_syslog_implicit_open (test.test_syslog.Test.test_syslog_implicit_open)\nPASS: test_syslog_threaded (test.test_syslog.Test.test_syslog_threaded)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.136s\n\nOK\n0:02:28 load avg: 1.73 [391/480] test_tabnanny passed\ntest_correct_directory (test.test_tabnanny.TestCheck.test_correct_directory)\nPASS: Directory which contains few error free python source code files.\ntest_correct_directory_verbose (test.test_tabnanny.TestCheck.test_correct_directory_verbose)\nPASS: Directory containing few error free python source code files.\ntest_correct_file (test.test_tabnanny.TestCheck.test_correct_file)\nPASS: A python source code file without any errors.\ntest_errored_directory (test.test_tabnanny.TestCheck.test_errored_directory)\nPASS: Directory containing wrongly indented python source code files.\ntest_when_nannynag_error (test.test_tabnanny.TestCheck.test_when_nannynag_error)\nPASS: A python source code file eligible for raising `tabnanny.NannyNag`.\ntest_when_nannynag_error_verbose (test.test_tabnanny.TestCheck.test_when_nannynag_error_verbose)\nPASS: A python source code file eligible for raising `tabnanny.NannyNag`.\ntest_when_no_file (test.test_tabnanny.TestCheck.test_when_no_file)\nPASS: A python file which does not exist actually in system.\ntest_when_tokenize_tokenerror (test.test_tabnanny.TestCheck.test_when_tokenize_tokenerror)\nPASS: A python source code file eligible for raising 'tokenize.TokenError'.\ntest_when_wrong_indented (test.test_tabnanny.TestCheck.test_when_wrong_indented)\nPASS: A python source code file eligible for raising `IndentationError`.\ntest_command_usage (test.test_tabnanny.TestCommandLine.test_command_usage)\nPASS: Should display usage on no arguments.\ntest_double_verbose_mode (test.test_tabnanny.TestCommandLine.test_double_verbose_mode)\nPASS: Should display detailed error information if double verbose is on.\ntest_quiet_flag (test.test_tabnanny.TestCommandLine.test_quiet_flag)\nPASS: Should display less when quite mode is on.\ntest_verbose_mode (test.test_tabnanny.TestCommandLine.test_verbose_mode)\nPASS: Should display more error information if verbose mode is on.\ntest_with_error_free_file (test.test_tabnanny.TestCommandLine.test_with_error_free_file)\nPASS: Should not display anything if python file is correctly indented.\ntest_with_errored_file (test.test_tabnanny.TestCommandLine.test_with_errored_file)\nPASS: Should displays error when errored python file is given.\ntest_errprint (test.test_tabnanny.TestErrPrint.test_errprint)\nPASS: Asserting result of `tabnanny.errprint()` by giving sample inputs.\ntest_format_witnesses (test.test_tabnanny.TestFormatWitnesses.test_format_witnesses)\nPASS: Asserting formatter result by giving various input samples.\ntest_all_methods (test.test_tabnanny.TestNannyNag.test_all_methods)\nPASS: Asserting behaviour of `tabnanny.NannyNag` exception.\ntest_with_correct_code (test.test_tabnanny.TestProcessTokens.test_with_correct_code)\nPASS: A python source code without any whitespace related problems.\ntest_with_errored_codes_samples (test.test_tabnanny.TestProcessTokens.test_with_errored_codes_samples)\nPASS: A python source code with whitespace related sampled problems.\n\n----------------------------------------------------------------------\nRan 20 tests in 0.124s\n\nOK\n0:02:28 load avg: 1.73 [392/480] test_tcl skipped\ntest_tcl skipped -- No module named '_tkinter'\n0:02:29 load avg: 1.73 [393/480] test_tempfile passed\nPASS: test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list)\nPASS: test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs)\nPASS: test_exports (test.test_tempfile.TestExports.test_exports)\nPASS: test_retval (test.test_tempfile.TestGetCandidateNames.test_retval)\nPASS: test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing)\nPASS: test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind)\nPASS: test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive)\nPASS: test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists)\nPASS: test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable)\nPASS: test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing)\nPASS: test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template)\nPASS: test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template)\nPASS: test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples)\nPASS: test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none)\nPASS: test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib)\nPASS: test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike)\nPASS: test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles)\nPASS: test_basic (test.test_tempfile.TestMkdtemp.test_basic)\nPASS: test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many)\nPASS: test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names)\nPASS: test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory)\nPASS: test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory)\nPASS: test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file)\nPASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts)\nPASS: test_mode (test.test_tempfile.TestMkdtemp.test_mode)\nSKIP: test_mode_win32 (test.test_tempfile.TestMkdtemp.test_mode_win32) 'Only on Windows.'\nPASS: test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory)\nPASS: test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory)\nPASS: test_path_is_absolute (test.test_tempfile.TestMkdtemp.test_path_is_absolute)\nSKIP: test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) \"can't set the directory read-only\"\nPASS: test_basic (test.test_tempfile.TestMkstemp.test_basic)\nPASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names)\nPASS: test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory)\nPASS: test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts)\nPASS: test_basic (test.test_tempfile.TestMkstempInner.test_basic)\nPASS: test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many)\nPASS: test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names)\nPASS: test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory)\nPASS: test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory)\nPASS: test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file)\nPASS: test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode)\nPASS: test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit)\nPASS: test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory)\nPASS: test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory)\nSKIP: test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) \"can't set the directory read-only\"\nSKIP: test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) 'text mode not available'\nPASS: test_basic (test.test_tempfile.TestMktemp.test_basic)\nPASS: test_many (test.test_tempfile.TestMktemp.test_many)\nPASS: test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding)\nPASS: test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode)\nPASS: test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic)\nPASS: test_context_man_not_del_if_delete_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_if_delete_false)\nPASS: test_context_man_not_del_on_close_if_delete_on_close_false (test.test_tempfile.TestNamedTemporaryFile.test_context_man_not_del_on_close_if_delete_on_close_false)\nPASS: test_context_man_ok_to_delete_manually (test.test_tempfile.TestNamedTemporaryFile.test_context_man_ok_to_delete_manually)\nPASS: test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager)\nPASS: test_correct_finalizer_work_if_already_deleted (test.test_tempfile.TestNamedTemporaryFile.test_correct_finalizer_work_if_already_deleted)\nPASS: test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named)\nPASS: test_del_by_finalizer (test.test_tempfile.TestNamedTemporaryFile.test_del_by_finalizer)\nPASS: test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close)\nPASS: test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close)\nPASS: test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter)\nPASS: test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup)\nPASS: test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close)\nPASS: test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error)\nPASS: test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str)\nPASS: test_many (test.test_tempfile.TestRandomNameSequence.test_many)\nPASS: test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness)\nPASS: test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic)\nPASS: test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods)\nPASS: test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem)\nPASS: test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover)\nPASS: test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover)\nPASS: test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover)\nPASS: test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close)\nPASS: test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file)\nPASS: test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file)\nPASS: test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno)\nPASS: test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface)\nPASS: test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase)\nPASS: test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover)\nPASS: test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover)\nPASS: test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties)\nPASS: test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small)\nPASS: test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse)\nPASS: test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode)\nPASS: test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding)\nPASS: test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter)\nPASS: test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential)\nPASS: test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines)\nPASS: test_writelines_fast_path (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_fast_path)\nPASS: test_writelines_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_rollover)\nPASS: test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential)\nSKIP: test_cleanup_with_symlink_flags (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_flags) 'requires os.chflags'\nPASS: test_cleanup_with_symlink_modes (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_modes)\nPASS: test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory)\nSKIP: test_cleanup_with_used_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_used_directory) 'Only on Windows.'\nPASS: test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager)\nPASS: test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection)\ntest_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors)\nPASS: Test that ignoring errors works when TemporaryDirectory is gced.\nPASS: test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown)\ntest_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors)\nPASS: Test ignoring errors works when a tempdir is gc'ed on shutdown.\nPASS: test_delete_false (test.test_tempfile.TestTemporaryDirectory.test_delete_false)\nPASS: test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown)\nPASS: test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup)\nSKIP: test_explicit_cleanup_correct_error (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_correct_error) 'Only on Windows.'\ntest_explicit_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup_ignore_errors)\nPASS: Test that cleanup doesn't return an error when ignoring them.\nSKIP: test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) 'requires os.chflags'\nPASS: test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure)\nPASS: test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes)\nPASS: test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close)\nPASS: test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup)\nPASS: test_bad_encoding (test.test_tempfile.TestTemporaryFile.test_bad_encoding)\nPASS: test_bad_mode (test.test_tempfile.TestTemporaryFile.test_bad_mode)\nPASS: test_basic (test.test_tempfile.TestTemporaryFile.test_basic)\nPASS: test_has_no_name (test.test_tempfile.TestTemporaryFile.test_has_no_name)\nPASS: test_mode_and_encoding (test.test_tempfile.TestTemporaryFile.test_mode_and_encoding)\nPASS: test_multiple_close (test.test_tempfile.TestTemporaryFile.test_multiple_close)\nPASS: test_unexpected_error (test.test_tempfile.TestTemporaryFile.test_unexpected_error)\n\n----------------------------------------------------------------------\nRan 118 tests in 0.309s\n\nOK (skipped=8)\n0:02:29 load avg: 1.73 [394/480] test_termios passed\nPASS: test_tcdrain (test.test_termios.TestFunctions.test_tcdrain)\nPASS: test_tcdrain_errors (test.test_termios.TestFunctions.test_tcdrain_errors)\nPASS: test_tcflow (test.test_termios.TestFunctions.test_tcflow)\nPASS: test_tcflow_errors (test.test_termios.TestFunctions.test_tcflow_errors)\nPASS: test_tcflow_suspend_and_resume_output (test.test_termios.TestFunctions.test_tcflow_suspend_and_resume_output)\nPASS: test_tcflush (test.test_termios.TestFunctions.test_tcflush)\nPASS: test_tcflush_clear_input_or_output (test.test_termios.TestFunctions.test_tcflush_clear_input_or_output)\nPASS: test_tcflush_errors (test.test_termios.TestFunctions.test_tcflush_errors)\nPASS: test_tcgetattr (test.test_termios.TestFunctions.test_tcgetattr)\nPASS: test_tcgetattr_errors (test.test_termios.TestFunctions.test_tcgetattr_errors)\nPASS: test_tcgetwinsize (test.test_termios.TestFunctions.test_tcgetwinsize)\nPASS: test_tcgetwinsize_errors (test.test_termios.TestFunctions.test_tcgetwinsize_errors)\nPASS: test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak)\nPASS: test_tcsendbreak_errors (test.test_termios.TestFunctions.test_tcsendbreak_errors)\nPASS: test_tcsetattr (test.test_termios.TestFunctions.test_tcsetattr)\nPASS: test_tcsetattr_errors (test.test_termios.TestFunctions.test_tcsetattr_errors)\nPASS: test_tcsetwinsize (test.test_termios.TestFunctions.test_tcsetwinsize)\nPASS: test_tcsetwinsize_errors (test.test_termios.TestFunctions.test_tcsetwinsize_errors)\nPASS: test_constants (test.test_termios.TestModule.test_constants)\nPASS: test_exception (test.test_termios.TestModule.test_exception)\n\n----------------------------------------------------------------------\nRan 20 tests in 0.506s\n\nOK\n0:02:29 load avg: 1.73 [395/480] test_textwrap passed\nPASS: test_dedent_declining (test.test_textwrap.DedentTestCase.test_dedent_declining)\nPASS: test_dedent_even (test.test_textwrap.DedentTestCase.test_dedent_even)\nPASS: test_dedent_nomargin (test.test_textwrap.DedentTestCase.test_dedent_nomargin)\nPASS: test_dedent_preserve_internal_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_internal_tabs)\nPASS: test_dedent_preserve_margin_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_margin_tabs)\nPASS: test_dedent_uneven (test.test_textwrap.DedentTestCase.test_dedent_uneven)\nPASS: test_indent_all_lines (test.test_textwrap.IndentTestCase.test_indent_all_lines)\nPASS: test_indent_default (test.test_textwrap.IndentTestCase.test_indent_default)\nPASS: test_indent_empty_lines (test.test_textwrap.IndentTestCase.test_indent_empty_lines)\nPASS: test_indent_explicit_default (test.test_textwrap.IndentTestCase.test_indent_explicit_default)\nPASS: test_indent_no_lines (test.test_textwrap.IndentTestCase.test_indent_no_lines)\nPASS: test_indent_nomargin_all_lines (test.test_textwrap.IndentTestCase.test_indent_nomargin_all_lines)\nPASS: test_indent_nomargin_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_default)\nPASS: test_indent_nomargin_explicit_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_explicit_default)\nPASS: test_roundtrip_mixed (test.test_textwrap.IndentTestCase.test_roundtrip_mixed)\nPASS: test_roundtrip_spaces (test.test_textwrap.IndentTestCase.test_roundtrip_spaces)\nPASS: test_roundtrip_tabs (test.test_textwrap.IndentTestCase.test_roundtrip_tabs)\nPASS: test_fill (test.test_textwrap.IndentTestCases.test_fill)\nPASS: test_initial_indent (test.test_textwrap.IndentTestCases.test_initial_indent)\nPASS: test_subsequent_indent (test.test_textwrap.IndentTestCases.test_subsequent_indent)\nPASS: test_break_long (test.test_textwrap.LongWordTestCase.test_break_long)\nPASS: test_max_lines_long (test.test_textwrap.LongWordTestCase.test_max_lines_long)\nPASS: test_nobreak_long (test.test_textwrap.LongWordTestCase.test_nobreak_long)\nPASS: test_break_long_words_not_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_not_on_hyphen)\nPASS: test_break_long_words_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_on_hyphen)\nPASS: test_break_on_hyphen_but_not_long_words (test.test_textwrap.LongWordWithHyphensTestCase.test_break_on_hyphen_but_not_long_words)\nPASS: test_do_not_break_long_words_or_on_hyphens (test.test_textwrap.LongWordWithHyphensTestCase.test_do_not_break_long_words_or_on_hyphens)\nPASS: test_placeholder (test.test_textwrap.MaxLinesTestCase.test_placeholder)\nPASS: test_placeholder_backtrack (test.test_textwrap.MaxLinesTestCase.test_placeholder_backtrack)\nPASS: test_simple (test.test_textwrap.MaxLinesTestCase.test_simple)\nPASS: test_spaces (test.test_textwrap.MaxLinesTestCase.test_spaces)\nPASS: test_empty_string (test.test_textwrap.ShortenTestCase.test_empty_string)\nPASS: test_first_word_too_long_but_placeholder_fits (test.test_textwrap.ShortenTestCase.test_first_word_too_long_but_placeholder_fits)\nPASS: test_placeholder (test.test_textwrap.ShortenTestCase.test_placeholder)\nPASS: test_simple (test.test_textwrap.ShortenTestCase.test_simple)\nPASS: test_whitespace (test.test_textwrap.ShortenTestCase.test_whitespace)\nPASS: test_width_too_small_for_placeholder (test.test_textwrap.ShortenTestCase.test_width_too_small_for_placeholder)\nPASS: test_bad_width (test.test_textwrap.WrapTestCase.test_bad_width)\nPASS: test_break_on_hyphens (test.test_textwrap.WrapTestCase.test_break_on_hyphens)\nPASS: test_drop_whitespace_false (test.test_textwrap.WrapTestCase.test_drop_whitespace_false)\nPASS: test_drop_whitespace_false_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only)\nPASS: test_drop_whitespace_false_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only_with_indent)\nPASS: test_drop_whitespace_leading_whitespace (test.test_textwrap.WrapTestCase.test_drop_whitespace_leading_whitespace)\nPASS: test_drop_whitespace_whitespace_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_indent)\nPASS: test_drop_whitespace_whitespace_line (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_line)\nPASS: test_drop_whitespace_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only)\nPASS: test_drop_whitespace_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only_with_indent)\nPASS: test_em_dash (test.test_textwrap.WrapTestCase.test_em_dash)\nPASS: test_empty_string (test.test_textwrap.WrapTestCase.test_empty_string)\nPASS: test_empty_string_with_initial_indent (test.test_textwrap.WrapTestCase.test_empty_string_with_initial_indent)\nPASS: test_fix_sentence_endings (test.test_textwrap.WrapTestCase.test_fix_sentence_endings)\nPASS: test_funky_hyphens (test.test_textwrap.WrapTestCase.test_funky_hyphens)\nPASS: test_funky_parens (test.test_textwrap.WrapTestCase.test_funky_parens)\nPASS: test_hyphenated (test.test_textwrap.WrapTestCase.test_hyphenated)\nPASS: test_hyphenated_numbers (test.test_textwrap.WrapTestCase.test_hyphenated_numbers)\nPASS: test_narrow_non_breaking_space (test.test_textwrap.WrapTestCase.test_narrow_non_breaking_space)\nPASS: test_no_split_at_umlaut (test.test_textwrap.WrapTestCase.test_no_split_at_umlaut)\nPASS: test_non_breaking_space (test.test_textwrap.WrapTestCase.test_non_breaking_space)\nPASS: test_punct_hyphens (test.test_textwrap.WrapTestCase.test_punct_hyphens)\nPASS: test_simple (test.test_textwrap.WrapTestCase.test_simple)\nPASS: test_split (test.test_textwrap.WrapTestCase.test_split)\nPASS: test_umlaut_followed_by_dash (test.test_textwrap.WrapTestCase.test_umlaut_followed_by_dash)\nPASS: test_unix_options (test.test_textwrap.WrapTestCase.test_unix_options)\nPASS: test_whitespace (test.test_textwrap.WrapTestCase.test_whitespace)\nPASS: test_wrap_short (test.test_textwrap.WrapTestCase.test_wrap_short)\nPASS: test_wrap_short_1line (test.test_textwrap.WrapTestCase.test_wrap_short_1line)\n\n----------------------------------------------------------------------\nRan 66 tests in 0.005s\n\nOK\n0:02:31 load avg: 1.73 [396/480] test_thread passed\ntest_barrier (test.test_thread.BarrierTest.test_barrier) ... waiting for tasks to end\ntask 0 will run for 0us\ntask 1 will run for 94us\ntask 2 will run for 83us\ntask 0 entering 0\ntask 6 will run for 81us\ntask 5 will run for 98us\ntask 8 will run for 70us\ntask 9 will run for 16us\ntask 4 will run for 27us\ntask 9 entering 0\ntask 3 will run for 92us\ntask 1 entering 0\ntask 2 entering 0\ntask 6 entering 0\ntask 4 entering 0\ntask 7 will run for 15us\ntask 8 entering 0\ntask 5 entering 0\ntask 7 entering 0\ntask 3 entering 0\ntask 3 leaving barrier\ntask 3 will run for 52us\ntask 0 leaving barrier\ntask 0 will run for 0us\ntask 9 leaving barrier\ntask 9 will run for 5us\ntask 3 entering 1\ntask 1 leaving barrier\ntask 1 will run for 56us\ntask 9 entering 1\ntask 0 entering 1\ntask 7 leaving barrier\ntask 7 will run for 72us\ntask 4 leaving barrier\ntask 4 will run for 21us\ntask 8 leaving barrier\ntask 8 will run for 80us\ntask 2 leaving barrier\ntask 2 will run for 1us\ntask 5 leaving barrier\ntask 5 will run for 18us\ntask 1 entering 1\ntask 2 entering 1\ntask 4 entering 1\ntask 7 entering 1\ntask 6 leaving barrier\ntask 6 will run for 54us\ntask 5 entering 1\ntask 8 entering 1\ntask 6 entering 1\ntask 6 leaving barrier\ntask 6 will run for 53us\ntask 3 leaving barrier\ntask 3 will run for 32us\ntask 9 leaving barrier\ntask 9 will run for 18us\ntask 0 leaving barrier\ntask 0 will run for 0us\ntask 1 leaving barrier\ntask 1 will run for 64us\ntask 2 leaving barrier\ntask 2 will run for 43us\ntask 4 leaving barrier\ntask 4 will run for 93us\ntask 7 leaving barrier\ntask 7 will run for 91us\ntask 1 entering 2\ntask 9 entering 2\ntask 2 entering 2\ntask 6 entering 2\ntask 5 leaving barrier\ntask 5 will run for 43us\ntask 8 leaving barrier\ntask 8 will run for 79us\ntask 3 entering 2\ntask 7 entering 2\ntask 0 entering 2\ntask 4 entering 2\ntask 5 entering 2\ntask 8 entering 2\ntask 8 leaving barrier\ntask 6 leaving barrier\ntask 2 leaving barrier\ntask 1 leaving barrier\ntask 9 leaving barrier\ntask 3 leaving barrier\ntask 7 leaving barrier\ntask 0 leaving barrier\ntask 4 leaving barrier\ntask 5 leaving barrier\ntasks done\nok\nPASS: test_acquire_contended (test.test_thread.LockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_thread.LockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_thread.LockTests.test_acquire_release)\nPASS: test_at_fork_reinit (test.test_thread.LockTests.test_at_fork_reinit)\nPASS: test_constructor (test.test_thread.LockTests.test_constructor)\nPASS: test_different_thread (test.test_thread.LockTests.test_different_thread)\nPASS: test_locked_repr (test.test_thread.LockTests.test_locked_repr)\nPASS: test_reacquire (test.test_thread.LockTests.test_reacquire)\nPASS: test_repr (test.test_thread.LockTests.test_repr)\nPASS: test_state_after_timeout (test.test_thread.LockTests.test_state_after_timeout)\nPASS: test_thread_leak (test.test_thread.LockTests.test_thread_leak)\nPASS: test_timeout (test.test_thread.LockTests.test_timeout)\nPASS: test_try_acquire (test.test_thread.LockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_thread.LockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_thread.LockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_thread.LockTests.test_weakref_exists)\nPASS: test_with (test.test_thread.LockTests.test_with)\nPASS: test_forkinthread (test.test_thread.TestForkInThread.test_forkinthread)\nPASS: test__count (test.test_thread.ThreadRunningTests.test__count)\nPASS: test_join_from_self (test.test_thread.ThreadRunningTests.test_join_from_self)\nPASS: test_join_several_times (test.test_thread.ThreadRunningTests.test_join_several_times)\nPASS: test_join_then_self_join (test.test_thread.ThreadRunningTests.test_join_then_self_join)\nPASS: test_join_thread (test.test_thread.ThreadRunningTests.test_join_thread)\nPASS: test_join_thread_already_exited (test.test_thread.ThreadRunningTests.test_join_thread_already_exited)\nPASS: test_join_unstarted (test.test_thread.ThreadRunningTests.test_join_unstarted)\nPASS: test_join_with_timeout (test.test_thread.ThreadRunningTests.test_join_with_timeout)\nPASS: test_joinable_not_joined (test.test_thread.ThreadRunningTests.test_joinable_not_joined)\ntest_nt_and_posix_stack_size (test.test_thread.ThreadRunningTests.test_nt_and_posix_stack_size) ... caught expected ValueError setting stack_size(4096)\nsuccessfully set stack_size(262144)\nsuccessfully set stack_size(1048576)\nsuccessfully set stack_size(0)\ntrying stack_size = (262144)\ncreating task 1\ncreating task 2\ncreating task 3\ncreating task 4\ncreating task 5\ncreating task 6\ncreating task 7\ncreating task 8\ncreating task 9\ncreating task 10\nwaiting for all tasks to complete\ntask 2 will run for 2us\ntask 5 will run for 64us\ntask 4 will run for 0us\ntask 6 will run for 11us\ntask 8 will run for 13us\ntask 9 will run for 45us\ntask 1 will run for 49us\ntask 3 will run for 71us\ntask 10 will run for 56us\ntask 8 done\ntask 9 done\ntask 6 done\ntask 7 will run for 79us\ntask 4 done\ntask 2 done\ntask 5 done\ntask 10 done\ntask 3 done\ntask 1 done\ntask 7 done\nall tasks done\ntrying stack_size = (1048576)\ncreating task 1\ncreating task 2\ncreating task 3\ncreating task 4\ncreating task 5\ncreating task 6\ncreating task 7\ncreating task 8\ncreating task 9\ncreating task 10\nwaiting for all tasks to complete\ntask 3 will run for 4us\ntask 6 will run for 71us\ntask 4 will run for 67us\ntask 7 will run for 9us\ntask 8 will run for 48us\ntask 1 will run for 12us\ntask 2 will run for 24us\ntask 7 done\ntask 6 done\ntask 8 done\ntask 10 will run for 74us\ntask 4 done\ntask 5 will run for 63us\ntask 9 will run for 86us\ntask 1 done\ntask 2 done\ntask 3 done\ntask 10 done\ntask 5 done\ntask 9 done\nall tasks done\nok\nPASS: test_set_done_unstarted (test.test_thread.ThreadRunningTests.test_set_done_unstarted)\nPASS: test_stack_size (test.test_thread.ThreadRunningTests.test_stack_size)\nPASS: test_start_duplicate_handle (test.test_thread.ThreadRunningTests.test_start_duplicate_handle)\nPASS: test_start_with_none_handle (test.test_thread.ThreadRunningTests.test_start_with_none_handle)\ntest_starting_threads (test.test_thread.ThreadRunningTests.test_starting_threads) ... creating task 1\ncreating task 2\ncreating task 3\ncreating task 4\ncreating task 5\ncreating task 6\ncreating task 7\ncreating task 8\ncreating task 9\ncreating task 10\nwaiting for tasks to complete...\ntask 6 will run for 28us\ntask 4 will run for 23us\ntask 8 will run for 98us\ntask 7 will run for 77us\ntask 9 will run for 13us\ntask 5 will run for 46us\ntask 1 will run for 84us\ntask 10 will run for 86us\ntask 3 will run for 83us\ntask 2 will run for 21us\ntask 6 done\ntask 4 done\ntask 9 done\ntask 5 done\ntask 7 done\ntask 8 done\ntask 10 done\ntask 2 done\ntask 1 done\ntask 3 done\nall tasks done\nok\nPASS: test_unraisable_exception (test.test_thread.ThreadRunningTests.test_unraisable_exception)\n\n----------------------------------------------------------------------\nRan 35 tests in 1.282s\n\nOK\n0:02:31 load avg: 1.73 [397/480] test_threadedtempfile passed\nSKIP: test_main (test.test_threadedtempfile.ThreadedTempFileTest.test_main) 'not enough memory: 1.2G minimum needed'\n\n----------------------------------------------------------------------\nRan 1 test in 0.000s\n\nOK (skipped=1)\n0:02:34 load avg: 1.67 [398/480] test_tarfile passed\nPASS: test_empty (test.test_tarfile.AppendTest.test_empty)\nPASS: test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj)\nPASS: test_existing (test.test_tarfile.AppendTest.test_existing)\nPASS: test_fileobj (test.test_tarfile.AppendTest.test_fileobj)\nPASS: test_incomplete (test.test_tarfile.AppendTest.test_incomplete)\nPASS: test_invalid (test.test_tarfile.AppendTest.test_invalid)\nPASS: test_non_existing (test.test_tarfile.AppendTest.test_non_existing)\nPASS: test_null (test.test_tarfile.AppendTest.test_null)\nPASS: test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof)\nPASS: test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage)\nPASS: test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed)\nPASS: test_compression_levels (test.test_tarfile.Bz2CompressStreamWriteTest.test_compression_levels)\nPASS: test_compression_levels (test.test_tarfile.Bz2CompressWriteTest.test_compression_levels)\nPASS: test_create (test.test_tarfile.Bz2CreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name)\nPASS: test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel)\nPASS: test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj)\nPASS: test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2)\nPASS: test_list (test.test_tarfile.Bz2ListTest.test_list)\nPASS: test_list_members (test.test_tarfile.Bz2ListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose)\nPASS: test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.Bz2MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.Bz2MiscReadTest.test_extractfile_attrs)\nPASS: test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp)\nPASS: test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak)\nPASS: test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input)\nPASS: test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2)\nPASS: test_stream_mode_no_cache (test.test_tarfile.Bz2StreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.Bz2StreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close)\nPASS: test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding)\nPASS: test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160)\nPASS: test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.Bz2WriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.Bz2WriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size)\nPASS: test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use)\nPASS: test_create_command (test.test_tarfile.CommandLineTest.test_create_command)\nPASS: test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed)\nPASS: test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename)\nPASS: test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename)\nPASS: test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose)\nPASS: test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command)\nPASS: test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory)\nPASS: test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter)\nPASS: test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file)\nPASS: test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose)\nPASS: test_list_command (test.test_tarfile.CommandLineTest.test_list_command)\nPASS: test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file)\nPASS: test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose)\nPASS: test_test_command (test.test_tarfile.CommandLineTest.test_test_command)\nPASS: test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file)\nPASS: test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose)\nPASS: test_compresslevel_wrong_modes (test.test_tarfile.CompressLevelRaises.test_compresslevel_wrong_modes)\nPASS: test_wrong_compresslevels (test.test_tarfile.CompressLevelRaises.test_wrong_compresslevels)\nPASS: test_basic (test.test_tarfile.ContextManagerTest.test_basic)\nPASS: test_closed (test.test_tarfile.ContextManagerTest.test_closed)\nPASS: test_eof (test.test_tarfile.ContextManagerTest.test_eof)\nPASS: test_exception (test.test_tarfile.ContextManagerTest.test_exception)\nPASS: test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj)\nPASS: test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof)\nPASS: test_create (test.test_tarfile.CreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.CreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name)\nPASS: test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close)\nPASS: test_create (test.test_tarfile.CreateWithXModeTest.test_create)\nPASS: test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing)\nPASS: test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name)\nPASS: test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj)\nPASS: test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close)\nPASS: test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files)\nPASS: test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset)\nPASS: test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory)\nPASS: test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink)\nPASS: test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname)\nPASS: test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00)\nPASS: test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01)\nPASS: test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10)\nPASS: test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old)\nPASS: test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname)\nPASS: test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header)\nPASS: test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename)\nPASS: test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode)\nPASS: test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument)\nPASS: test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error)\nPASS: test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename)\nPASS: test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename)\nPASS: test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023)\nPASS: test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024)\nPASS: test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025)\nPASS: test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023)\nPASS: test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024)\nPASS: test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025)\nPASS: test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023)\nPASS: test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024)\nPASS: test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025)\nPASS: test_compression_levels (test.test_tarfile.GzCompressStreamWriteTest.test_compression_levels)\nPASS: test_compression_levels (test.test_tarfile.GzCompressWriteTest.test_compression_levels)\nPASS: test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed)\nPASS: runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest)\nPASS: test_create (test.test_tarfile.GzipCreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name)\nPASS: test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel)\nPASS: test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj)\nPASS: test_list (test.test_tarfile.GzipListTest.test_list)\nPASS: test_list_members (test.test_tarfile.GzipListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose)\nPASS: test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.GzipMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.GzipMiscReadTest.test_extractfile_attrs)\nPASS: test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp)\nPASS: test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak)\nPASS: test_stream_mode_no_cache (test.test_tarfile.GzipStreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.GzipStreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close)\ntest_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked)\nPASS: Ensure the source directory is not included in the tar header\nPASS: test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding)\nPASS: test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160)\nPASS: test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.GzipWriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.GzipWriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.GzipWriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.GzipWriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.GzipWriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.GzipWriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size)\nPASS: test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink)\nPASS: test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice)\nPASS: test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink)\nPASS: test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits)\nPASS: test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits)\nPASS: test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits)\nSKIP: test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) 'requires os.link to be missing'\nSKIP: test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) 'requires os.link to be missing'\nSKIP: test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) 'requires os.link to be missing'\nSKIP: test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) 'requires os.link to be missing'\nPASS: test_list (test.test_tarfile.ListTest.test_list)\nPASS: test_list_members (test.test_tarfile.ListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.ListTest.test_list_verbose)\nPASS: test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed)\nPASS: test_create (test.test_tarfile.LzmaCreateTest.test_create)\nPASS: test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing)\nPASS: test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen)\nPASS: test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name)\nPASS: test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen)\nPASS: test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name)\nPASS: test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset)\nPASS: test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker)\nPASS: test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close)\nPASS: test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file)\nPASS: test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj)\nPASS: test_list (test.test_tarfile.LzmaListTest.test_list)\nPASS: test_list_members (test.test_tarfile.LzmaListTest.test_list_members)\nPASS: test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose)\nPASS: test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.LzmaMiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.LzmaMiscReadTest.test_extractfile_attrs)\nPASS: test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp)\nPASS: test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak)\nPASS: test_stream_mode_no_cache (test.test_tarfile.LzmaStreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.LzmaStreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close)\nPASS: test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding)\nPASS: test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160)\nPASS: test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.LzmaWriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.LzmaWriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size)\nPASS: test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype)\nPASS: test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype)\nPASS: test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype)\nPASS: test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype)\nPASS: test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size)\nPASS: test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype)\nPASS: test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse)\nPASS: test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00)\nPASS: test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01)\nPASS: test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10)\nPASS: test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype)\nPASS: test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts)\nPASS: test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype)\nPASS: test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7)\nPASS: test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse)\nPASS: test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype)\nPASS: test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts)\nPASS: test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname)\nPASS: test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute)\nPASS: test_check_members (test.test_tarfile.MiscReadTest.test_check_members)\nPASS: test_deprecation_if_no_filter_passed_to_extract (test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extract)\nPASS: test_deprecation_if_no_filter_passed_to_extractall (test.test_tarfile.MiscReadTest.test_deprecation_if_no_filter_passed_to_extractall)\nPASS: test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute)\nPASS: test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile)\nPASS: test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory)\nPASS: test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink)\nPASS: test_extract_pathlike_dir (test.test_tarfile.MiscReadTest.test_extract_pathlike_dir)\nPASS: test_extractall (test.test_tarfile.MiscReadTest.test_extractall)\nPASS: test_extractall_pathlike_dir (test.test_tarfile.MiscReadTest.test_extractall_pathlike_dir)\nPASS: test_extractfile_attrs (test.test_tarfile.MiscReadTest.test_extractfile_attrs)\nPASS: test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset)\nPASS: test_find_members (test.test_tarfile.MiscReadTest.test_find_members)\nPASS: test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros)\nPASS: test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg)\nPASS: test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj)\nPASS: test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header)\nPASS: test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile)\nPASS: test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument)\nPASS: test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute)\nPASS: test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile)\nPASS: test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration)\nPASS: test_pathlike_bytes_name (test.test_tarfile.MiscReadTest.test_pathlike_bytes_name)\nPASS: test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name)\nPASS: test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive)\nPASS: test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype)\nPASS: test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type)\nPASS: test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak)\nPASS: test__all__ (test.test_tarfile.MiscTest.test__all__)\nPASS: test_char_fields (test.test_tarfile.MiscTest.test_char_fields)\nPASS: test_deferred_directory_attributes_update (test.test_tarfile.MiscTest.test_deferred_directory_attributes_update)\nPASS: test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits)\nPASS: test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields)\nPASS: test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing)\nPASS: test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname)\nPASS: test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid)\nPASS: test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname)\nPASS: test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode)\nPASS: test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime)\nPASS: test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership)\nPASS: test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid)\nPASS: test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname)\nPASS: test_add (test.test_tarfile.NoneInfoTests_Misc.test_add)\nPASS: test_list (test.test_tarfile.NoneInfoTests_Misc.test_list)\nPASS: test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner)\nPASS: test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner)\nPASS: test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner)\nPASS: test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only)\nPASS: test_concurrent_extract_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_dir)\nPASS: test_concurrent_extract_implicit_dir (test.test_tarfile.OverwriteTests.test_concurrent_extract_implicit_dir)\nPASS: test_overwrite_broken_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)\nPASS: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_broken_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_broken_file_symlink_as_file)\nPASS: test_overwrite_dir_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_dir)\nPASS: test_overwrite_dir_as_file (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_file)\nPASS: test_overwrite_dir_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_as_implicit_dir)\nPASS: test_overwrite_dir_symlink_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_dir)\nPASS: test_overwrite_dir_symlink_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_file_as_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_dir)\nPASS: test_overwrite_file_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_as_file)\nPASS: test_overwrite_file_as_implicit_dir (test.test_tarfile.OverwriteTests.test_overwrite_file_as_implicit_dir)\nPASS: test_overwrite_file_symlink_as_file (test.test_tarfile.OverwriteTests.test_overwrite_file_symlink_as_file)\nPASS: test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header)\nPASS: test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename)\nPASS: test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode)\nPASS: test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument)\nPASS: test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename)\nPASS: test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename)\nPASS: test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset)\nPASS: test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory)\nPASS: test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers)\nPASS: test_pax_header_bad_formats (test.test_tarfile.PaxReadTest.test_pax_header_bad_formats)\nPASS: test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields)\nPASS: test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink)\nPASS: test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname)\nPASS: test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname)\nPASS: test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header)\nPASS: test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023)\nPASS: test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024)\nPASS: test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025)\nPASS: test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023)\nPASS: test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024)\nPASS: test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025)\nPASS: test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023)\nPASS: test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024)\nPASS: test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025)\nPASS: test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header)\nPASS: test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header)\nPASS: test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all)\nPASS: test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep)\nPASS: test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal)\nPASS: test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name)\nPASS: test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow)\nPASS: test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members)\nPASS: test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile)\nPASS: test_extractfile_attrs (test.test_tarfile.StreamReadTest.test_extractfile_attrs)\nPASS: test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file)\nPASS: test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros)\nPASS: test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous)\nPASS: test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position)\nPASS: test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid)\nPASS: test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header)\nPASS: test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile)\nPASS: test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile)\nPASS: test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive)\nPASS: test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error)\nPASS: test_read_through (test.test_tarfile.StreamReadTest.test_read_through)\nPASS: test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker)\nPASS: test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode)\nPASS: test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close)\nPASS: test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding)\nPASS: test_stream_mode_no_cache (test.test_tarfile.TarStreamModeReadTest.test_stream_mode_no_cache)\nPASS: test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute)\nPASS: test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink)\nPASS: test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink)\nPASS: test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name)\nPASS: test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file)\nPASS: test_chains (test.test_tarfile.TestExtractionFilters.test_chains)\nPASS: test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class)\nPASS: test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance)\nPASS: test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass)\nPASS: test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string)\nPASS: test_chmod_outside_dir (test.test_tarfile.TestExtractionFilters.test_chmod_outside_dir)\nPASS: test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter)\nPASS: test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter)\nPASS: test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink)\ntest_default_filter_warns (test.test_tarfile.TestExtractionFilters.test_default_filter_warns)\nPASS: Ensure the default filter warns\nPASS: test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel)\nPASS: test_exfiltration_via_symlink (test.test_tarfile.TestExtractionFilters.test_exfiltration_via_symlink)\nPASS: test_extract_unencodable (test.test_tarfile.TestExtractionFilters.test_extract_unencodable)\nPASS: test_filter_unencodable (test.test_tarfile.TestExtractionFilters.test_filter_unencodable)\nPASS: test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter)\nPASS: test_link_fallback_normalizes (test.test_tarfile.TestExtractionFilters.test_link_fallback_normalizes)\nPASS: test_modes (test.test_tarfile.TestExtractionFilters.test_modes)\nPASS: test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink)\nPASS: test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2)\nPASS: test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe)\nPASS: test_realpath_limit_attack (test.test_tarfile.TestExtractionFilters.test_realpath_limit_attack)\nPASS: test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0)\nPASS: test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2)\nPASS: test_sneaky_hardlink_fallback (test.test_tarfile.TestExtractionFilters.test_sneaky_hardlink_fallback)\nPASS: test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files)\nPASS: test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter)\nPASS: test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter)\nPASS: test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember)\nPASS: test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter)\nPASS: test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1)\nPASS: test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2)\nPASS: test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines)\nPASS: test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file)\nPASS: test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek)\nPASS: test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1)\nPASS: test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2)\nPASS: test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text)\nPASS: test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160)\nPASS: test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename)\nPASS: test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode)\nPASS: test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument)\nPASS: test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error)\nPASS: test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1)\nPASS: test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2)\nPASS: test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1)\nPASS: test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2)\nPASS: test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3)\nPASS: test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4)\nPASS: test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1)\nPASS: test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2)\nPASS: test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename)\nPASS: test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename)\nPASS: test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name)\nPASS: test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames)\nPASS: test_add_self (test.test_tarfile.WriteTest.test_add_self)\nPASS: test_cwd (test.test_tarfile.WriteTest.test_cwd)\nPASS: test_directory_size (test.test_tarfile.WriteTest.test_directory_size)\nPASS: test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker)\nPASS: test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks)\nPASS: test_file_size (test.test_tarfile.WriteTest.test_file_size)\nPASS: test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close)\nPASS: test_filter (test.test_tarfile.WriteTest.test_filter)\nPASS: test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name)\nPASS: test_link_size (test.test_tarfile.WriteTest.test_link_size)\nPASS: test_missing_fileobj (test.test_tarfile.WriteTest.test_missing_fileobj)\nPASS: test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj)\nPASS: test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion)\nPASS: test_pathnames (test.test_tarfile.WriteTest.test_pathnames)\nPASS: test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size)\nPASS: test_tar_size (test.test_tarfile.WriteTest.test_tar_size)\n\n----------------------------------------------------------------------\nRan 627 tests in 5.693s\n\nOK (skipped=4)\n0:02:34 load avg: 1.67 [399/480] test_threading_local passed\nPASS: test_arguments (test.test_threading_local.PyThreadingLocalTest.test_arguments)\nPASS: test_cycle_collection (test.test_threading_local.PyThreadingLocalTest.test_cycle_collection)\nPASS: test_derived (test.test_threading_local.PyThreadingLocalTest.test_derived)\nPASS: test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest.test_derived_cycle_dealloc)\nPASS: test_dict_attribute (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute)\nPASS: test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute_subclass)\nPASS: test_error (test.test_threading_local.PyThreadingLocalTest.test_error)\nPASS: test_local_refs (test.test_threading_local.PyThreadingLocalTest.test_local_refs)\nPASS: test_threading_local (test.test_threading_local.PyThreadingLocalTest.test_threading_local)\nPASS: test_threading_local_clear_race (test.test_threading_local.PyThreadingLocalTest.test_threading_local_clear_race)\nPASS: test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest.test_threading_local_subclass)\nPASS: test_arguments (test.test_threading_local.ThreadLocalTest.test_arguments)\nPASS: test_cycle_collection (test.test_threading_local.ThreadLocalTest.test_cycle_collection)\nPASS: test_derived (test.test_threading_local.ThreadLocalTest.test_derived)\nPASS: test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest.test_derived_cycle_dealloc)\nPASS: test_dict_attribute (test.test_threading_local.ThreadLocalTest.test_dict_attribute)\nPASS: test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest.test_dict_attribute_subclass)\nPASS: test_error (test.test_threading_local.ThreadLocalTest.test_error)\nPASS: test_local_refs (test.test_threading_local.ThreadLocalTest.test_local_refs)\nPASS: test_threading_local (test.test_threading_local.ThreadLocalTest.test_threading_local)\nPASS: test_threading_local_clear_race (test.test_threading_local.ThreadLocalTest.test_threading_local_clear_race)\nPASS: test_threading_local_subclass (test.test_threading_local.ThreadLocalTest.test_threading_local_subclass)\n\n----------------------------------------------------------------------\nRan 22 tests in 0.231s\n\nOK\n0:02:36 load avg: 1.67 [400/480] test_subprocess passed\nSKIP: test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_sequence_with_spaces) 'Windows-specific tests'\nSKIP: test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_string_with_spaces) 'Windows-specific tests'\nSKIP: test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_sequence_with_spaces) 'Windows-specific tests'\nSKIP: test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_string_with_spaces) 'Windows-specific tests'\ntest_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests.test_broken_pipe_cleanup)\nPASS: Broken pipe error should not prevent wait() (Issue 21619)\nPASS: test_communicate_stdin (test.test_subprocess.ContextManagerTests.test_communicate_stdin)\nPASS: test_invalid_args (test.test_subprocess.ContextManagerTests.test_invalid_args)\nPASS: test_pipe (test.test_subprocess.ContextManagerTests.test_pipe)\nPASS: test_returncode (test.test_subprocess.ContextManagerTests.test_returncode)\ntest__all__ (test.test_subprocess.MiscTests.test__all__)\nPASS: Ensure that __all__ is populated properly.\nPASS: test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_call_keyboardinterrupt_no_kill)\nPASS: test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_context_manager_keyboardinterrupt_no_kill)\nPASS: test_getoutput (test.test_subprocess.MiscTests.test_getoutput)\nPASS: test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_run_keyboardinterrupt_no_kill)\nPASS: test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_non_zero)\nPASS: test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_signal)\nPASS: test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_unknown_signal)\nPASS: test__use_vfork (test.test_subprocess.POSIXProcessTestCase.test__use_vfork)\nPASS: test_args_string (test.test_subprocess.POSIXProcessTestCase.test_args_string)\nPASS: test_bytes_program (test.test_subprocess.POSIXProcessTestCase.test_bytes_program)\nPASS: test_call_string (test.test_subprocess.POSIXProcessTestCase.test_call_string)\nPASS: test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_0)\nPASS: test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_1)\nPASS: test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_2)\nPASS: test_close_fds (test.test_subprocess.POSIXProcessTestCase.test_close_fds)\nPASS: test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1)\nPASS: test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_2)\nPASS: test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_2)\nPASS: test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_1_2)\nPASS: test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase.test_close_fds_after_preexec)\ntest_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase.test_close_fds_when_max_fd_is_lowered)\nPASS: Confirm that issue21618 is fixed (may fail under valgrind).\nPASS: test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close)\nPASS: test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_with_timeout)\nPASS: test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_flush)\nPASS: test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_write)\nPASS: test_communicate_repeated_call_after_stdout_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_repeated_call_after_stdout_close)\ntest_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_args_0)\nPASS: Test error in the child raised in the parent for a bad args[0].\ntest_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_executable)\nPASS: Test error in the child raised in the parent for a bad executable.\ntest_exception_cwd (test.test_subprocess.POSIXProcessTestCase.test_exception_cwd)\nPASS: Test error in the child raised in the parent for a bad cwd.\ntest_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_bad_data)\nPASS: Test error passing done through errpipe_write where its not\ntest_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_normal)\nPASS: Test error passing done through errpipe_write in the good case\nPASS: test_extra_groups (test.test_subprocess.POSIXProcessTestCase.test_extra_groups)\nPASS: test_extra_groups_empty_list (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_empty_list)\nPASS: test_extra_groups_invalid_gid_t_values (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_invalid_gid_t_values)\nPASS: test_fork_exec (test.test_subprocess.POSIXProcessTestCase.test_fork_exec)\nPASS: test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase.test_fork_exec_sorted_fd_sanity_check)\nPASS: test_group (test.test_subprocess.POSIXProcessTestCase.test_group)\nSKIP: test_group_error (test.test_subprocess.POSIXProcessTestCase.test_group_error) 'setregid() available on platform'\nPASS: test_invalid_args (test.test_subprocess.POSIXProcessTestCase.test_invalid_args)\nPASS: test_kill (test.test_subprocess.POSIXProcessTestCase.test_kill)\nPASS: test_kill_dead (test.test_subprocess.POSIXProcessTestCase.test_kill_dead)\nPASS: test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase.test_leak_fast_process_del_killed)\nPASS: test_pass_fds (test.test_subprocess.POSIXProcessTestCase.test_pass_fds)\nPASS: test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_inheritable)\ntest_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_redirected)\nPASS: Regression test for https://bugs.python.org/issue32270.\nPASS: test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec)\nPASS: test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_real_tools)\nPASS: test_preexec (test.test_subprocess.POSIXProcessTestCase.test_preexec)\nPASS: test_preexec_at_exit (test.test_subprocess.POSIXProcessTestCase.test_preexec_at_exit)\ntest_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes)\nPASS: Issue16140: Don't double close pipes on preexec error.\nPASS: test_preexec_exception (test.test_subprocess.POSIXProcessTestCase.test_preexec_exception)\nSKIP: test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_fork_failure) 'RLIMIT_NPROC had no effect; probably superuser'\nPASS: test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_gc_module_failure)\nPASS: test_process_group_0 (test.test_subprocess.POSIXProcessTestCase.test_process_group_0)\nPASS: test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase.test_remapping_std_fds)\nPASS: test_restore_signals (test.test_subprocess.POSIXProcessTestCase.test_restore_signals)\nPASS: test_run_abort (test.test_subprocess.POSIXProcessTestCase.test_run_abort)\nPASS: test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase.test_select_unbuffered)\nPASS: test_send_signal (test.test_subprocess.POSIXProcessTestCase.test_send_signal)\nPASS: test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase.test_send_signal_dead)\nPASS: test_send_signal_race (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race)\nPASS: test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race2)\nPASS: test_shell_sequence (test.test_subprocess.POSIXProcessTestCase.test_shell_sequence)\nPASS: test_shell_string (test.test_subprocess.POSIXProcessTestCase.test_shell_string)\ntest_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase.test_small_errpipe_write_fd)\nPASS: Issue #15798: Popen should work when stdio fds are available.\nPASS: test_specific_shell (test.test_subprocess.POSIXProcessTestCase.test_specific_shell)\nPASS: test_start_new_session (test.test_subprocess.POSIXProcessTestCase.test_start_new_session)\nPASS: test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stderr_stdin_are_single_inout_fd)\nPASS: test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stderr_are_single_inout_fd)\nPASS: test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stdin_are_single_inout_fd)\ntest_stopped (test.test_subprocess.POSIXProcessTestCase.test_stopped)\nPASS: Test wait() behavior when waitpid returns WIFSTOPPED; issue29335.\nPASS: test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase.test_surrogates_error_message)\nPASS: test_swap_fds (test.test_subprocess.POSIXProcessTestCase.test_swap_fds)\nPASS: test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase.test_swap_std_fds_with_one_closed)\nPASS: test_terminate (test.test_subprocess.POSIXProcessTestCase.test_terminate)\nPASS: test_terminate_dead (test.test_subprocess.POSIXProcessTestCase.test_terminate_dead)\nPASS: test_umask (test.test_subprocess.POSIXProcessTestCase.test_umask)\nPASS: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase.test_undecodable_env)\nPASS: test_user (test.test_subprocess.POSIXProcessTestCase.test_user)\nSKIP: test_user_error (test.test_subprocess.POSIXProcessTestCase.test_user_error) 'setreuid() available on platform'\nSKIP: test_vfork_used_when_expected (test.test_subprocess.POSIXProcessTestCase.test_vfork_used_when_expected) 'strace not found or not working as expected.'\nPASS: test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase.test_wait_when_sigchild_ignored)\nPASS: test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase.test_zombie_fast_process_del)\nPASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode)\nPASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode)\nPASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCase.test_bufsize_is_none)\nPASS: test_bytes_executable (test.test_subprocess.ProcessTestCase.test_bytes_executable)\nPASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_bytes_executable_replaces_shell)\nPASS: test_call_kwargs (test.test_subprocess.ProcessTestCase.test_call_kwargs)\nPASS: test_call_seq (test.test_subprocess.ProcessTestCase.test_call_seq)\nPASS: test_call_timeout (test.test_subprocess.ProcessTestCase.test_call_timeout)\nPASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCase.test_check_call_nonzero)\nPASS: test_check_call_zero (test.test_subprocess.ProcessTestCase.test_check_call_zero)\nPASS: test_check_output (test.test_subprocess.ProcessTestCase.test_check_output)\nPASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_input_arg)\ntest_check_output_input_none (test.test_subprocess.ProcessTestCase.test_check_output_input_none)\nPASS: input=None has a legacy meaning of input='' on check_output.\nPASS: test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCase.test_check_output_input_none_encoding_errors)\nPASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCase.test_check_output_input_none_text)\nPASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCase.test_check_output_input_none_universal_newlines)\nPASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCase.test_check_output_nonzero)\nPASS: test_check_output_stderr (test.test_subprocess.ProcessTestCase.test_check_output_stderr)\nPASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg)\nPASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg)\nPASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdout_arg)\nPASS: test_check_output_timeout (test.test_subprocess.ProcessTestCase.test_check_output_timeout)\nPASS: test_class_getitems (test.test_subprocess.ProcessTestCase.test_class_getitems)\nPASS: test_communicate (test.test_subprocess.ProcessTestCase.test_communicate)\nPASS: test_communicate_eintr (test.test_subprocess.ProcessTestCase.test_communicate_eintr)\nPASS: test_communicate_epipe (test.test_subprocess.ProcessTestCase.test_communicate_epipe)\nPASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase.test_communicate_epipe_only_stdin)\nPASS: test_communicate_errors (test.test_subprocess.ProcessTestCase.test_communicate_errors)\nPASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase.test_communicate_pipe_buf)\nPASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase.test_communicate_pipe_fd_leak)\nPASS: test_communicate_returns (test.test_subprocess.ProcessTestCase.test_communicate_returns)\nPASS: test_communicate_stderr (test.test_subprocess.ProcessTestCase.test_communicate_stderr)\nPASS: test_communicate_stdin (test.test_subprocess.ProcessTestCase.test_communicate_stdin)\nPASS: test_communicate_stdout (test.test_subprocess.ProcessTestCase.test_communicate_stdout)\nPASS: test_communicate_timeout (test.test_subprocess.ProcessTestCase.test_communicate_timeout)\nPASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_output)\nPASS: test_cwd (test.test_subprocess.ProcessTestCase.test_cwd)\nPASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_absolute_arg)\nPASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCase.test_cwd_with_bytes)\nPASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase.test_cwd_with_pathlike)\nPASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg)\nPASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable)\nPASS: test_double_close_on_error (test.test_subprocess.ProcessTestCase.test_double_close_on_error)\ntest_empty_env (test.test_subprocess.ProcessTestCase.test_empty_env)\nSKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.'\nPASS: test_env (test.test_subprocess.ProcessTestCase.test_env)\nPASS: test_executable (test.test_subprocess.ProcessTestCase.test_executable)\nPASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_executable_replaces_shell)\nPASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCase.test_executable_takes_precedence)\nPASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCase.test_executable_with_cwd)\nPASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCase.test_executable_without_cwd)\ntest_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase.test_failed_child_execute_fd_leak)\nPASS: Test for the fork() failure fd leak reported in issue16327.\nPASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase.test_file_not_found_includes_filename)\nPASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase.test_file_not_found_with_bad_cwd)\nPASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase.test_handles_closed_on_exception)\nPASS: test_invalid_args (test.test_subprocess.ProcessTestCase.test_invalid_args)\nPASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCase.test_invalid_bufsize)\nPASS: test_invalid_cmd (test.test_subprocess.ProcessTestCase.test_invalid_cmd)\nPASS: test_invalid_env (test.test_subprocess.ProcessTestCase.test_invalid_env)\nPASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCase.test_io_buffered_by_default)\nPASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCase.test_io_unbuffered_works)\nPASS: test_issue8780 (test.test_subprocess.ProcessTestCase.test_issue8780)\nSKIP: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase.test_leaking_fds_on_error) \"resource 'cpu' is not enabled\"\nPASS: test_list2cmdline (test.test_subprocess.ProcessTestCase.test_list2cmdline)\nPASS: test_no_leaking (test.test_subprocess.ProcessTestCase.test_no_leaking)\nSKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase.test_nonexisting_with_pipes) 'need msvcrt.CrtSetReportMode'\nSKIP: test_one_environment_variable (test.test_subprocess.ProcessTestCase.test_one_environment_variable) 'The Python shared library cannot be loaded without some system environments.'\nPASS: test_pathlike_executable (test.test_subprocess.ProcessTestCase.test_pathlike_executable)\nPASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_pathlike_executable_replaces_shell)\nPASS: test_pipesize_default (test.test_subprocess.ProcessTestCase.test_pipesize_default)\nPASS: test_pipesizes (test.test_subprocess.ProcessTestCase.test_pipesizes)\nPASS: test_poll (test.test_subprocess.ProcessTestCase.test_poll)\nPASS: test_repr (test.test_subprocess.ProcessTestCase.test_repr)\nPASS: test_stderr_devnull (test.test_subprocess.ProcessTestCase.test_stderr_devnull)\nPASS: test_stderr_filedes (test.test_subprocess.ProcessTestCase.test_stderr_filedes)\nPASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCase.test_stderr_fileobj)\nPASS: test_stderr_none (test.test_subprocess.ProcessTestCase.test_stderr_none)\nPASS: test_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stderr_pipe)\nPASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase.test_stderr_redirect_with_no_stdout_redirect)\nPASS: test_stdin_devnull (test.test_subprocess.ProcessTestCase.test_stdin_devnull)\nPASS: test_stdin_filedes (test.test_subprocess.ProcessTestCase.test_stdin_filedes)\nPASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCase.test_stdin_fileobj)\nPASS: test_stdin_none (test.test_subprocess.ProcessTestCase.test_stdin_none)\nPASS: test_stdin_pipe (test.test_subprocess.ProcessTestCase.test_stdin_pipe)\nPASS: test_stdout_devnull (test.test_subprocess.ProcessTestCase.test_stdout_devnull)\nPASS: test_stdout_filedes (test.test_subprocess.ProcessTestCase.test_stdout_filedes)\nPASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase.test_stdout_filedes_of_stdout)\nPASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCase.test_stdout_fileobj)\nPASS: test_stdout_none (test.test_subprocess.ProcessTestCase.test_stdout_none)\nPASS: test_stdout_pipe (test.test_subprocess.ProcessTestCase.test_stdout_pipe)\nPASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCase.test_stdout_stderr_file)\nPASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stdout_stderr_pipe)\ntest_threadsafe_wait (test.test_subprocess.ProcessTestCase.test_threadsafe_wait)\nPASS: Issue21291: Popen.wait() needs to be threadsafe for returncode.\nPASS: test_timeout_exception (test.test_subprocess.ProcessTestCase.test_timeout_exception)\nPASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase.test_universal_newlines_and_text)\nPASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate)\nPASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_encodings)\nPASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_input_none)\nPASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin)\nPASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_stdout_stderr)\nPASS: test_wait (test.test_subprocess.ProcessTestCase.test_wait)\nSKIP: test_wait_negative_timeout (test.test_subprocess.ProcessTestCase.test_wait_negative_timeout) 'need subprocess._winapi'\nPASS: test_wait_timeout (test.test_subprocess.ProcessTestCase.test_wait_timeout)\nSKIP: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCase.test_win32_duplicate_envs) 'Windows only issue'\nSKIP: test_win32_invalid_env (test.test_subprocess.ProcessTestCase.test_win32_invalid_env) 'Windows only issue'\nPASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCase.test_writes_before_communicate)\nPASS: test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_binary_mode)\nPASS: test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_text_mode)\nPASS: test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_is_none)\nPASS: test_bytes_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable)\nPASS: test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_replaces_shell)\nPASS: test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll.test_call_kwargs)\nPASS: test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll.test_call_seq)\nPASS: test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_call_timeout)\nPASS: test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_nonzero)\nPASS: test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_zero)\nPASS: test_check_output (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output)\nPASS: test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_arg)\ntest_check_output_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none)\nPASS: input=None has a legacy meaning of input='' on check_output.\nPASS: test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_encoding_errors)\nPASS: test_check_output_input_none_text (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_text)\nPASS: test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_universal_newlines)\nPASS: test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_nonzero)\nPASS: test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stderr)\nPASS: test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_arg)\nPASS: test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_with_input_arg)\nPASS: test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdout_arg)\nPASS: test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_timeout)\nPASS: test_class_getitems (test.test_subprocess.ProcessTestCaseNoPoll.test_class_getitems)\nPASS: test_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate)\nPASS: test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_eintr)\nPASS: test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe)\nPASS: test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_only_stdin)\nPASS: test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_errors)\nPASS: test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_buf)\nPASS: test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_fd_leak)\nPASS: test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_returns)\nPASS: test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stderr)\nPASS: test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin)\nPASS: test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdout)\nPASS: test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout)\nPASS: test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_output)\nPASS: test_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd)\nPASS: test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_absolute_arg)\nPASS: test_cwd_with_bytes (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_bytes)\nPASS: test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_pathlike)\nPASS: test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg)\nPASS: test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable)\nPASS: test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_double_close_on_error)\ntest_empty_env (test.test_subprocess.ProcessTestCaseNoPoll.test_empty_env)\nSKIP: Verify that env={} is as empty as possible. 'The Python shared library cannot be loaded with an empty environment.'\nPASS: test_env (test.test_subprocess.ProcessTestCaseNoPoll.test_env)\nPASS: test_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_executable)\nPASS: test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_replaces_shell)\nPASS: test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_takes_precedence)\nPASS: test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_with_cwd)\nPASS: test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd)\ntest_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_failed_child_execute_fd_leak)\nPASS: Test for the fork() failure fd leak reported in issue16327.\nPASS: test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename)\nPASS: test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_with_bad_cwd)\nPASS: test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_handles_closed_on_exception)\nPASS: test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_args)\nPASS: test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_bufsize)\nPASS: test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_cmd)\nPASS: test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_env)\nPASS: test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll.test_io_buffered_by_default)\nPASS: test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll.test_io_unbuffered_works)\nPASS: test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll.test_issue8780)\nSKIP: test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_leaking_fds_on_error) \"resource 'cpu' is not enabled\"\nPASS: test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll.test_list2cmdline)\nPASS: test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll.test_no_leaking)\nSKIP: test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll.test_nonexisting_with_pipes) 'need msvcrt.CrtSetReportMode'\nSKIP: test_one_environment_variable (test.test_subprocess.ProcessTestCaseNoPoll.test_one_environment_variable) 'The Python shared library cannot be loaded without some system environments.'\nPASS: test_pathlike_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable)\nPASS: test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_replaces_shell)\nPASS: test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default)\nPASS: test_pipesizes (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesizes)\nPASS: test_poll (test.test_subprocess.ProcessTestCaseNoPoll.test_poll)\nPASS: test_repr (test.test_subprocess.ProcessTestCaseNoPoll.test_repr)\nPASS: test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_devnull)\nPASS: test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_filedes)\nPASS: test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_fileobj)\nPASS: test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_none)\nPASS: test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_pipe)\nPASS: test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_redirect_with_no_stdout_redirect)\nPASS: test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_devnull)\nPASS: test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_filedes)\nPASS: test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_fileobj)\nPASS: test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_none)\nPASS: test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_pipe)\nPASS: test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_devnull)\nPASS: test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes)\nPASS: test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_of_stdout)\nPASS: test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_fileobj)\nPASS: test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_none)\nPASS: test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_pipe)\nPASS: test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_file)\nPASS: test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_pipe)\ntest_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_threadsafe_wait)\nPASS: Issue21291: Popen.wait() needs to be threadsafe for returncode.\nPASS: test_timeout_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_timeout_exception)\nPASS: test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_and_text)\nPASS: test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate)\nPASS: test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_encodings)\nPASS: test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_input_none)\nPASS: test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin)\nPASS: test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_stdout_stderr)\nPASS: test_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_wait)\nSKIP: test_wait_negative_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_negative_timeout) 'need subprocess._winapi'\nPASS: test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_timeout)\nSKIP: test_win32_duplicate_envs (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_duplicate_envs) 'Windows only issue'\nSKIP: test_win32_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_win32_invalid_env) 'Windows only issue'\nPASS: test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_writes_before_communicate)\nPASS: test_capture_output (test.test_subprocess.RunFuncTestCase.test_capture_output)\nPASS: test_capture_stderr (test.test_subprocess.RunFuncTestCase.test_capture_stderr)\nPASS: test_capture_stdout (test.test_subprocess.RunFuncTestCase.test_capture_stdout)\nPASS: test_check (test.test_subprocess.RunFuncTestCase.test_check)\nPASS: test_check_output_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_input_arg)\nPASS: test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_arg)\nPASS: test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_with_input_arg)\nPASS: test_check_output_timeout (test.test_subprocess.RunFuncTestCase.test_check_output_timeout)\nPASS: test_check_zero (test.test_subprocess.RunFuncTestCase.test_check_zero)\nPASS: test_encoding_warning (test.test_subprocess.RunFuncTestCase.test_encoding_warning)\nPASS: test_returncode (test.test_subprocess.RunFuncTestCase.test_returncode)\nPASS: test_run_kwargs (test.test_subprocess.RunFuncTestCase.test_run_kwargs)\nSKIP: test_run_with_an_empty_env (test.test_subprocess.RunFuncTestCase.test_run_with_an_empty_env) 'Maybe test trigger a leak on Ubuntu'\nPASS: test_run_with_bytes_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_bytes_path_and_arguments)\nPASS: test_run_with_pathlike_path (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path)\nPASS: test_run_with_pathlike_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_and_arguments)\ntest_run_with_shell_timeout_and_capture_output (test.test_subprocess.RunFuncTestCase.test_run_with_shell_timeout_and_capture_output)\nPASS: Output capturing after a timeout mustn't hang forever on open filehandles.\nPASS: test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stderr_with_capture_output_arg)\nPASS: test_stdout_stdout (test.test_subprocess.RunFuncTestCase.test_stdout_stdout)\nPASS: test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stdout_with_capture_output_arg)\nPASS: test_timeout (test.test_subprocess.RunFuncTestCase.test_timeout)\nSKIP: test_call_string (test.test_subprocess.Win32ProcessTestCase.test_call_string) 'Windows specific tests'\nSKIP: test_close_fds (test.test_subprocess.Win32ProcessTestCase.test_close_fds) 'Windows specific tests'\nSKIP: test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio) 'Windows specific tests'\nSKIP: test_creationflags (test.test_subprocess.Win32ProcessTestCase.test_creationflags) 'Windows specific tests'\nSKIP: test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase.test_empty_attribute_list) 'Windows specific tests'\nSKIP: test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase.test_empty_handle_list) 'Windows specific tests'\nSKIP: test_invalid_args (test.test_subprocess.Win32ProcessTestCase.test_invalid_args) 'Windows specific tests'\nSKIP: test_issue31471 (test.test_subprocess.Win32ProcessTestCase.test_issue31471) 'Windows specific tests'\nSKIP: test_kill (test.test_subprocess.Win32ProcessTestCase.test_kill) 'Windows specific tests'\nSKIP: test_kill_dead (test.test_subprocess.Win32ProcessTestCase.test_kill_dead) 'Windows specific tests'\nSKIP: test_send_signal (test.test_subprocess.Win32ProcessTestCase.test_send_signal) 'Windows specific tests'\nSKIP: test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase.test_send_signal_dead) 'Windows specific tests'\nSKIP: test_shell_encodings (test.test_subprocess.Win32ProcessTestCase.test_shell_encodings) 'Windows specific tests'\nSKIP: test_shell_sequence (test.test_subprocess.Win32ProcessTestCase.test_shell_sequence) 'Windows specific tests'\nSKIP: test_shell_string (test.test_subprocess.Win32ProcessTestCase.test_shell_string) 'Windows specific tests'\nSKIP: test_startupinfo (test.test_subprocess.Win32ProcessTestCase.test_startupinfo) 'Windows specific tests'\nSKIP: test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_copy) 'Windows specific tests'\nSKIP: test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_keywords) 'Windows specific tests'\nSKIP: test_terminate (test.test_subprocess.Win32ProcessTestCase.test_terminate) 'Windows specific tests'\nSKIP: test_terminate_dead (test.test_subprocess.Win32ProcessTestCase.test_terminate_dead) 'Windows specific tests'\n\n----------------------------------------------------------------------\nRan 344 tests in 15.453s\n\nOK (skipped=43)\n0:02:39 load avg: 1.61 [401/480] test_socket passed (30.2 sec)\nSKIP: testBadHciAddr (test.test_socket.BasicBluetoothTest.testBadHciAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBadL2capAddr (test.test_socket.BasicBluetoothTest.testBadL2capAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBadRfcommAddr (test.test_socket.BasicBluetoothTest.testBadRfcommAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBadScoAddr (test.test_socket.BasicBluetoothTest.testBadScoAddr) 'Bluetooth sockets required for this test.'\nSKIP: testBindBrEdrL2capSocket (test.test_socket.BasicBluetoothTest.testBindBrEdrL2capSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBindHciSocket (test.test_socket.BasicBluetoothTest.testBindHciSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBindRfcommSocket (test.test_socket.BasicBluetoothTest.testBindRfcommSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBindScoSocket (test.test_socket.BasicBluetoothTest.testBindScoSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) 'Bluetooth sockets required for this test.'\nSKIP: testCreateHciSocket (test.test_socket.BasicBluetoothTest.testCreateHciSocket) 'Bluetooth sockets required for this test.'\nSKIP: testCreateL2capSocket (test.test_socket.BasicBluetoothTest.testCreateL2capSocket) 'Bluetooth sockets required for this test.'\nSKIP: testCreateRfcommSocket (test.test_socket.BasicBluetoothTest.testCreateRfcommSocket) 'Bluetooth sockets required for this test.'\nSKIP: testCreateScoSocket (test.test_socket.BasicBluetoothTest.testCreateScoSocket) 'Bluetooth sockets required for this test.'\nSKIP: testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) 'SocketCan required for this test.'\nSKIP: testBindAny (test.test_socket.BasicCANTest.testBindAny) 'SocketCan required for this test.'\nSKIP: testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) 'SocketCan required for this test.'\nSKIP: testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) 'SocketCan required for this test.'\nSKIP: testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) 'SocketCan required for this test.'\nSKIP: testFilter (test.test_socket.BasicCANTest.testFilter) 'SocketCan required for this test.'\nSKIP: testLoopback (test.test_socket.BasicCANTest.testLoopback) 'SocketCan required for this test.'\nSKIP: testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) 'SocketCan required for this test.'\nSKIP: testCreateHyperVSocketAddrNotTupleFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrNotTupleOf2StrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOf2StrsFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrNotTupleOfStrsFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrNotTupleOfStrsFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrServiceIdNotValidUUIDFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketAddrVmIdNotValidUUIDFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketAddrVmIdNotValidUUIDFailure) 'Hyper-V sockets required for this test.'\nSKIP: testCreateHyperVSocketWithUnknownProtoFailure (test.test_socket.BasicHyperVTest.testCreateHyperVSocketWithUnknownProtoFailure) 'Hyper-V sockets required for this test.'\nSKIP: testHyperVConstants (test.test_socket.BasicHyperVTest.testHyperVConstants) 'Hyper-V sockets required for this test.'\nSKIP: testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) 'QIPCRTR sockets required for this test.'\nSKIP: testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) 'QIPCRTR sockets required for this test.'\nSKIP: testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) 'QIPCRTR sockets required for this test.'\nSKIP: testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) 'QIPCRTR sockets required for this test.'\nSKIP: testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) 'QIPCRTR sockets required for this test.'\nSKIP: testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) 'QIPCRTR sockets required for this test.'\nSKIP: testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) 'RDS sockets required for this test.'\nSKIP: testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) 'RDS sockets required for this test.'\nSKIP: testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) 'RDS sockets required for this test.'\nPASS: testDefaults (test.test_socket.BasicSocketPairTest.testDefaults)\nPASS: testRecv (test.test_socket.BasicSocketPairTest.testRecv)\nPASS: testSend (test.test_socket.BasicSocketPairTest.testSend)\nPASS: testDetach (test.test_socket.BasicTCPTest.testDetach)\nPASS: testDup (test.test_socket.BasicTCPTest.testDup)\nPASS: testFromFd (test.test_socket.BasicTCPTest.testFromFd)\nPASS: testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv)\nPASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom)\nPASS: testRecv (test.test_socket.BasicTCPTest.testRecv)\nPASS: testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom)\nPASS: testSendAll (test.test_socket.BasicTCPTest.testSendAll)\nPASS: testShutdown (test.test_socket.BasicTCPTest.testShutdown)\nPASS: testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow)\nPASS: testDetach (test.test_socket.BasicTCPTest2.testDetach)\nPASS: testDup (test.test_socket.BasicTCPTest2.testDup)\nPASS: testFromFd (test.test_socket.BasicTCPTest2.testFromFd)\nPASS: testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv)\nPASS: testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom)\nPASS: testRecv (test.test_socket.BasicTCPTest2.testRecv)\nPASS: testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom)\nPASS: testSendAll (test.test_socket.BasicTCPTest2.testSendAll)\nPASS: testShutdown (test.test_socket.BasicTCPTest2.testShutdown)\nPASS: testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow)\nPASS: testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom)\nPASS: testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative)\nPASS: testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv)\nPASS: testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom)\nPASS: testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative)\nPASS: testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv)\nPASS: testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket)\nPASS: testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants)\nPASS: testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize)\nPASS: testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants)\nPASS: testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray)\nPASS: testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray)\nPASS: testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer)\nPASS: testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview)\nPASS: testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer)\nPASS: testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray)\nPASS: testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray)\nPASS: testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview)\nSKIP: testBCM (test.test_socket.CANTest.testBCM) 'SocketCan required for this test.'\nSKIP: testSendFrame (test.test_socket.CANTest.testSendFrame) 'SocketCan required for this test.'\nSKIP: testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) 'SocketCan required for this test.'\nSKIP: testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) 'SocketCan required for this test.'\nPASS: testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN)\nPASS: testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE)\nPASS: testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase)\nPASS: testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose)\nPASS: test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4)\nPASS: test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6)\nPASS: test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4)\nPASS: test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6)\nPASS: test_address (test.test_socket.CreateServerTest.test_address)\nPASS: test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family)\nPASS: test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type)\nPASS: test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default)\nPASS: test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port)\nPASS: testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.FileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead)\nSKIP: test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) 'macOS specific test'\nPASS: testCloseException (test.test_socket.GeneralModuleTests.testCloseException)\nPASS: testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants)\nPASS: testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants)\nPASS: testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout)\nPASS: testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy)\nPASS: testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt)\nPASS: testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo)\nPASS: testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes)\nPASS: testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes)\nPASS: testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString)\nPASS: testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString)\nPASS: testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex)\nPASS: testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash)\nPASS: testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName)\nPASS: testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex)\nPASS: testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes)\nPASS: testNtoH (test.test_socket.GeneralModuleTests.testNtoH)\nPASS: testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors)\nPASS: testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo)\nPASS: testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose)\nPASS: testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors)\nPASS: testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt)\nPASS: testSockName (test.test_socket.GeneralModuleTests.testSockName)\nPASS: testSocketError (test.test_socket.GeneralModuleTests.testSocketError)\nPASS: testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4)\nPASS: testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6)\nSKIP: testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) 'Windows specific'\nPASS: test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject)\nPASS: test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile)\nPASS: test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum)\nPASS: test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum)\nPASS: test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr)\nPASS: test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn)\nPASS: test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo)\nPASS: test_getaddrinfo_int_port_overflow (test.test_socket.GeneralModuleTests.test_getaddrinfo_int_port_overflow)\nPASS: test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic)\nSKIP: test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) 'Numeric scope id does not work or undocumented'\nPASS: test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic)\nPASS: test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost)\nPASS: test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo)\nSKIP: test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) 'Numeric scope id does not work or undocumented'\nPASS: test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic)\nPASS: test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg)\nPASS: test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution)\nPASS: test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address)\nSKIP: test_idna (test.test_socket.GeneralModuleTests.test_idna) 'network is not enabled'\nPASS: test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog)\nPASS: test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow)\nPASS: test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode)\nPASS: test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode)\nPASS: test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum)\nPASS: test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio)\nPASS: test_pickle (test.test_socket.GeneralModuleTests.test_pickle)\nPASS: test_repr (test.test_socket.GeneralModuleTests.test_repr)\nPASS: test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted)\nPASS: test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout)\nPASS: test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname)\nSKIP: test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) 'Windows specific'\nSKIP: test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) 'Windows specific'\nPASS: test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close)\nPASS: test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type)\nPASS: test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno)\nPASS: test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float)\nPASS: test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket)\nPASS: test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative)\nPASS: test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types)\nPASS: test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd)\nPASS: test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd)\nPASS: test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods)\nPASS: test_socket_type (test.test_socket.GeneralModuleTests.test_socket_type)\nPASS: test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum)\nPASS: test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums)\nPASS: test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr)\nPASS: test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio)\nPASS: test_weakref (test.test_socket.GeneralModuleTests.test_weakref)\nSKIP: testBind (test.test_socket.ISOTPTest.testBind) 'CAN ISOTP required for this test.'\nSKIP: testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) 'CAN ISOTP required for this test.'\nSKIP: testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) 'CAN ISOTP required for this test.'\nSKIP: testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) 'CAN ISOTP required for this test.'\nSKIP: testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) 'CAN ISOTP required for this test.'\nPASS: test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC)\nPASS: test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable)\nPASS: test_dup (test.test_socket.InheritanceTest.test_dup)\nPASS: test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec)\nPASS: test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable)\nPASS: test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec)\nPASS: test_socketpair (test.test_socket.InheritanceTest.test_socketpair)\nPASS: testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout)\nPASS: testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout)\nPASS: testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout)\nPASS: testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout)\nPASS: testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout)\nPASS: testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout)\nPASS: testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout)\nPASS: testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout)\nPASS: testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout)\nSKIP: testBind (test.test_socket.J1939Test.testBind) 'CAN J1939 required for this test.'\nSKIP: testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) 'CAN J1939 required for this test.'\nSKIP: testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) 'CAN J1939 required for this test.'\nPASS: testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead)\nSKIP: test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) 'AF_ALG required'\nSKIP: test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) 'AF_ALG required'\nSKIP: test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) 'AF_ALG required'\nSKIP: test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) 'AF_ALG required'\nSKIP: test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) 'AF_ALG required'\nSKIP: test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) 'AF_ALG required'\nSKIP: test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) 'AF_ALG required'\nPASS: testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily)\nPASS: testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress)\nPASS: testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault)\nPASS: testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone)\nPASS: testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed)\nPASS: testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed)\nPASS: testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout)\nPASS: testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout)\nPASS: test_connect (test.test_socket.NetworkConnectionNoServer.test_connect)\nPASS: test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection)\nPASS: test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors)\nPASS: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout)\nPASS: testAccept (test.test_socket.NonBlockingTCPTests.testAccept)\nPASS: testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking)\nPASS: testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout)\nPASS: testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking)\nPASS: testLargeTimeout (test.test_socket.NonBlockingTCPTests.testLargeTimeout)\nPASS: testRecv (test.test_socket.NonBlockingTCPTests.testRecv)\nPASS: testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking)\nPASS: testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow)\nPASS: test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK)\nPASS: test_injected_authentication_failure (test.test_socket.PurePythonSocketPairTest.test_injected_authentication_failure)\nPASS: test_ipv4 (test.test_socket.PurePythonSocketPairTest.test_ipv4)\nPASS: test_ipv6 (test.test_socket.PurePythonSocketPairTest.test_ipv6)\nPASS: test_recv (test.test_socket.PurePythonSocketPairTest.test_recv)\nPASS: test_send (test.test_socket.PurePythonSocketPairTest.test_send)\nSKIP: testPeek (test.test_socket.RDSTest.testPeek) 'RDS sockets required for this test.'\nSKIP: testSelect (test.test_socket.RDSTest.testSelect) 'RDS sockets required for this test.'\nSKIP: testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) 'RDS sockets required for this test.'\nSKIP: testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) 'RDS sockets required for this test.'\nSKIP: testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) 'RDS sockets required for this test.'\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0)\nPASS: testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1)\nPASS: testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int)\nPASS: testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0)\nPASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1)\nPASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1)\nPASS: testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1)\nPASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize)\nPASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN)\nPASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE)\nPASS: testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty)\nPASS: testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt)\nPASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle)\nPASS: testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate)\nPASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace)\nPASS: testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple)\nPASS: testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass)\nSKIP: testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray)\nPASS: testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs)\nPASS: testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator)\nPASS: testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize)\nPASS: testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize)\nPASS: testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit)\nPASS: testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE)\nPASS: testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit)\nPASS: testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE)\nPASS: testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0)\nPASS: testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1)\nPASS: testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int)\nPASS: testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData)\nPASS: testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1)\nPASS: testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit)\nPASS: testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit)\nPASS: testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0)\nPASS: testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1)\nPASS: testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int)\nPASS: testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData)\nPASS: testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1)\nPASS: testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0)\nPASS: testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1)\nPASS: testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int)\nPASS: testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0)\nPASS: testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1)\nPASS: testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1)\nPASS: testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1)\nPASS: testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1)\nPASS: testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize)\nPASS: testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN)\nPASS: testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE)\nPASS: testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty)\nPASS: testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt)\nPASS: testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle)\nPASS: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate)\nPASS: testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace)\nPASS: testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple)\nPASS: testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass)\nSKIP: testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nPASS: testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc)\nPASS: testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg)\nPASS: testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose)\nPASS: testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs)\nPASS: testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF)\nPASS: testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults)\nPASS: testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg)\nPASS: testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf)\nPASS: testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow)\nPASS: testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek)\nPASS: testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf)\nPASS: testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter)\nPASS: testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout)\nPASS: testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc)\nPASS: testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds)\nPASS: testCount (test.test_socket.SendfileUsingSendTest.testCount)\nPASS: testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall)\nPASS: testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset)\nPASS: testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend)\nPASS: testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking)\nPASS: testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile)\nPASS: testOffset (test.test_socket.SendfileUsingSendTest.testOffset)\nPASS: testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile)\nPASS: testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout)\nPASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend)\nPASS: test_errors (test.test_socket.SendfileUsingSendTest.test_errors)\nPASS: testCount (test.test_socket.SendfileUsingSendfileTest.testCount)\nPASS: testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall)\nPASS: testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset)\nPASS: testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend)\nPASS: testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking)\nPASS: testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile)\nPASS: testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset)\nPASS: testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile)\nPASS: testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout)\nPASS: testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend)\nPASS: test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors)\nSKIP: testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nSKIP: testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) \"can't create socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP): [Errno 93] Protocol not supported\"\nPASS: testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator)\nPASS: testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr)\nPASS: testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather)\nPASS: testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout)\nPASS: testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather)\nPASS: testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr)\nPASS: testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg)\nPASS: testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose)\nPASS: testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator)\nPASS: testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray)\nPASS: testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs)\nPASS: testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg)\nPASS: testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg)\nPASS: testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator)\nPASS: testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait)\nPASS: testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject)\nPASS: testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr)\nPASS: testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather)\nPASS: testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout)\nPASS: testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead)\nPASS: testClose (test.test_socket.TCPCloserTest.testClose)\nPASS: testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout)\nPASS: testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout)\nPASS: testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero)\nSKIP: testRDM (test.test_socket.TIPCTest.testRDM) \"TIPC module is not loaded, please 'sudo modprobe tipc'\"\nSKIP: testStream (test.test_socket.TIPCThreadableTest.testStream) \"TIPC module is not loaded, please 'sudo modprobe tipc'\"\nPASS: testExceptionTree (test.test_socket.TestExceptions.testExceptionTree)\nPASS: test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd)\nPASS: testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind)\nPASS: testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName)\nPASS: testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace)\nPASS: testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName)\nPASS: testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow)\nPASS: testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName)\nSKIP: test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) 'requires Windows'\nSKIP: test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) 'macOS specific test'\nSKIP: testShare (test.test_socket.TestSocketSharing.testShare) 'Windows specific'\nSKIP: testShareLength (test.test_socket.TestSocketSharing.testShareLength) 'Windows specific'\nSKIP: testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) 'Windows specific'\nSKIP: testTypes (test.test_socket.TestSocketSharing.testTypes) 'Windows specific'\nPASS: testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr)\nSKIP: testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) 'Linux behavior is tested by TestLinuxAbstractNamespace'\nPASS: testStrAddr (test.test_socket.TestUnixDomain.testStrAddr)\nPASS: testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind)\nPASS: testUnbound (test.test_socket.TestUnixDomain.testUnbound)\nPASS: testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr)\nPASS: testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream)\nPASS: testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero)\nPASS: testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout)\nPASS: testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero)\nPASS: testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout)\nPASS: testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose)\nPASS: testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy)\nPASS: testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead)\nPASS: testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking)\nPASS: testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead)\nPASS: testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline)\nPASS: testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking)\nPASS: testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead)\nPASS: testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead)\nPASS: testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes)\nPASS: testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile)\nPASS: testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr)\nPASS: testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead)\nPASS: testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose)\nPASS: testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout)\nPASS: testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline)\nPASS: testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose)\nPASS: testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead)\nPASS: testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead)\n\n----------------------------------------------------------------------\nRan 740 tests in 30.042s\n\nOK (skipped=119)\n0:02:39 load avg: 1.61 [402/480] test_timeit passed\nPASS: test_autorange (test.test_timeit.TestTimeit.test_autorange)\nPASS: test_autorange_second (test.test_timeit.TestTimeit.test_autorange_second)\nPASS: test_autorange_with_callback (test.test_timeit.TestTimeit.test_autorange_with_callback)\nPASS: test_main_bad_switch (test.test_timeit.TestTimeit.test_main_bad_switch)\nPASS: test_main_exception (test.test_timeit.TestTimeit.test_main_exception)\nPASS: test_main_exception_fixed_reps (test.test_timeit.TestTimeit.test_main_exception_fixed_reps)\nPASS: test_main_fixed_iters (test.test_timeit.TestTimeit.test_main_fixed_iters)\nPASS: test_main_fixed_reps (test.test_timeit.TestTimeit.test_main_fixed_reps)\nPASS: test_main_help (test.test_timeit.TestTimeit.test_main_help)\nPASS: test_main_microseconds (test.test_timeit.TestTimeit.test_main_microseconds)\nPASS: test_main_milliseconds (test.test_timeit.TestTimeit.test_main_milliseconds)\nPASS: test_main_multiple_setups (test.test_timeit.TestTimeit.test_main_multiple_setups)\nPASS: test_main_negative_reps (test.test_timeit.TestTimeit.test_main_negative_reps)\nPASS: test_main_seconds (test.test_timeit.TestTimeit.test_main_seconds)\nPASS: test_main_setup (test.test_timeit.TestTimeit.test_main_setup)\nPASS: test_main_verbose (test.test_timeit.TestTimeit.test_main_verbose)\nPASS: test_main_very_verbose (test.test_timeit.TestTimeit.test_main_very_verbose)\nPASS: test_main_with_time_unit (test.test_timeit.TestTimeit.test_main_with_time_unit)\nPASS: test_print_exc (test.test_timeit.TestTimeit.test_print_exc)\nPASS: test_reindent_empty (test.test_timeit.TestTimeit.test_reindent_empty)\nPASS: test_reindent_multi (test.test_timeit.TestTimeit.test_reindent_multi)\nPASS: test_reindent_multi_empty (test.test_timeit.TestTimeit.test_reindent_multi_empty)\nPASS: test_reindent_single (test.test_timeit.TestTimeit.test_reindent_single)\nPASS: test_repeat_callable_setup (test.test_timeit.TestTimeit.test_repeat_callable_setup)\nPASS: test_repeat_callable_stmt (test.test_timeit.TestTimeit.test_repeat_callable_stmt)\nPASS: test_repeat_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_repeat_callable_stmt_and_setup)\nPASS: test_repeat_few_reps_and_iters (test.test_timeit.TestTimeit.test_repeat_few_reps_and_iters)\nPASS: test_repeat_function_zero_iters (test.test_timeit.TestTimeit.test_repeat_function_zero_iters)\nPASS: test_repeat_function_zero_reps (test.test_timeit.TestTimeit.test_repeat_function_zero_reps)\nPASS: test_repeat_zero_iters (test.test_timeit.TestTimeit.test_repeat_zero_iters)\nPASS: test_repeat_zero_reps (test.test_timeit.TestTimeit.test_repeat_zero_reps)\nPASS: test_timeit_callable_setup (test.test_timeit.TestTimeit.test_timeit_callable_setup)\nPASS: test_timeit_callable_stmt (test.test_timeit.TestTimeit.test_timeit_callable_stmt)\nPASS: test_timeit_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_timeit_callable_stmt_and_setup)\nPASS: test_timeit_few_iters (test.test_timeit.TestTimeit.test_timeit_few_iters)\nPASS: test_timeit_function_zero_iters (test.test_timeit.TestTimeit.test_timeit_function_zero_iters)\nPASS: test_timeit_globals_args (test.test_timeit.TestTimeit.test_timeit_globals_args)\nPASS: test_timeit_zero_iters (test.test_timeit.TestTimeit.test_timeit_zero_iters)\nPASS: test_timer_empty_stmt (test.test_timeit.TestTimeit.test_timer_empty_stmt)\nPASS: test_timer_invalid_setup (test.test_timeit.TestTimeit.test_timer_invalid_setup)\nPASS: test_timer_invalid_stmt (test.test_timeit.TestTimeit.test_timer_invalid_stmt)\n\n----------------------------------------------------------------------\nRan 41 tests in 0.020s\n\nOK\n0:02:39 load avg: 1.61 [403/480] test_time passed\nPASS: test_large_year (test.test_time.TestAsctime4dyear.test_large_year)\nPASS: test_negative (test.test_time.TestAsctime4dyear.test_negative)\nPASS: test_year (test.test_time.TestAsctime4dyear.test_year)\nPASS: test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds)\nPASS: test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds)\nPASS: test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble)\nPASS: test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec)\nPASS: test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp)\nPASS: test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval)\nPASS: test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp)\nPASS: test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds)\nPASS: test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject)\nPASS: test_bug_3061 (test.test_time.TestLocale.test_bug_3061)\nPASS: test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t)\nPASS: test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec)\nPASS: test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval)\nPASS: test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone)\nPASS: test_short_times (test.test_time.TestPytime.test_short_times)\nPASS: test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone)\nPASS: test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear)\nPASS: test_large_year (test.test_time.TestStrftime4dyear.test_large_year)\nPASS: test_negative (test.test_time.TestStrftime4dyear.test_negative)\nPASS: test_year (test.test_time.TestStrftime4dyear.test_year)\nSKIP: test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) 'test weak linking on macOS'\nPASS: test_asctime (test.test_time.TimeTestCase.test_asctime)\nPASS: test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check)\nPASS: test_clock_getres (test.test_time.TimeTestCase.test_clock_getres)\nPASS: test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic)\nPASS: test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime)\nPASS: test_clock_settime (test.test_time.TimeTestCase.test_clock_settime)\nPASS: test_conversions (test.test_time.TimeTestCase.test_conversions)\nPASS: test_ctime (test.test_time.TimeTestCase.test_ctime)\nPASS: test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg)\nPASS: test_data_attributes (test.test_time.TimeTestCase.test_data_attributes)\nPASS: test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero)\nPASS: test_epoch (test.test_time.TimeTestCase.test_epoch)\nPASS: test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info)\nPASS: test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg)\nPASS: test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps)\nPASS: test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure)\nPASS: test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg)\nPASS: test_mktime (test.test_time.TimeTestCase.test_mktime)\nSKIP: test_mktime_error (test.test_time.TimeTestCase.test_mktime_error) 'disabled because of a bug in glibc. Issue #13309'\nPASS: test_monotonic (test.test_time.TimeTestCase.test_monotonic)\nPASS: test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime)\nPASS: test_perf_counter (test.test_time.TimeTestCase.test_perf_counter)\nSKIP: test_process_time (test.test_time.TimeTestCase.test_process_time) 'timing related test, dependent on load'\nPASS: test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid)\nPASS: test_sleep (test.test_time.TimeTestCase.test_sleep)\nPASS: test_sleep_exceptions (test.test_time.TimeTestCase.test_sleep_exceptions)\nPASS: test_strftime (test.test_time.TimeTestCase.test_strftime)\nPASS: test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check)\nPASS: test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check)\nPASS: test_strftime_invalid_format (test.test_time.TimeTestCase.test_strftime_invalid_format)\nPASS: test_strftime_special (test.test_time.TimeTestCase.test_strftime_special)\nPASS: test_strptime (test.test_time.TimeTestCase.test_strptime)\nPASS: test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes)\nPASS: test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context)\nPASS: test_strptime_leap_year (test.test_time.TimeTestCase.test_strptime_leap_year)\nSKIP: test_thread_time (test.test_time.TimeTestCase.test_thread_time) 'timing related test, dependent on load'\nPASS: test_time (test.test_time.TimeTestCase.test_time)\nPASS: test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type)\nPASS: test_tzset (test.test_time.TimeTestCase.test_tzset)\n\n----------------------------------------------------------------------\nRan 63 tests in 2.732s\n\nOK (skipped=4)\n0:02:39 load avg: 1.61 [404/480] test_timeout passed\nSKIP: setUpModule (test.test_timeout) \"Use of the 'network' resource not enabled\"\n\n----------------------------------------------------------------------\nRan 0 tests in 0.000s\n\nOK (skipped=1)\n0:02:39 load avg: 1.61 [405/480] test_threadsignals passed\nPASS: test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals.test_interrupted_timed_acquire)\nPASS: test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_lock_acquire_interruption)\nPASS: test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_lock_acquire_retries_on_intr)\nPASS: test_rlock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_rlock_acquire_interruption)\nPASS: test_rlock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_rlock_acquire_retries_on_intr)\nPASS: test_signals (test.test_threadsignals.ThreadSignals.test_signals)\n\n----------------------------------------------------------------------\nRan 6 tests in 4.860s\n\nOK\n0:02:39 load avg: 1.61 [406/480] test_tkinter skipped\ntest_tkinter skipped -- No module named '_tkinter'\n0:02:39 load avg: 1.61 [407/480] test_tomllib passed\nPASS: test_invalid (test.test_tomllib.test_data.TestData.test_invalid)\nPASS: test_valid (test.test_tomllib.test_data.TestData.test_valid)\nPASS: test_invalid_char_quotes (test.test_tomllib.test_error.TestError.test_invalid_char_quotes)\nPASS: test_invalid_parse_float (test.test_tomllib.test_error.TestError.test_invalid_parse_float)\nPASS: test_line_and_col (test.test_tomllib.test_error.TestError.test_line_and_col)\nPASS: test_missing_value (test.test_tomllib.test_error.TestError.test_missing_value)\nPASS: test_module_name (test.test_tomllib.test_error.TestError.test_module_name)\nPASS: test_deepcopy (test.test_tomllib.test_misc.TestMiscellaneous.test_deepcopy)\nPASS: test_incorrect_load (test.test_tomllib.test_misc.TestMiscellaneous.test_incorrect_load)\nPASS: test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit)\nPASS: test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit)\nPASS: test_load (test.test_tomllib.test_misc.TestMiscellaneous.test_load)\nPASS: test_parse_float (test.test_tomllib.test_misc.TestMiscellaneous.test_parse_float)\n\n----------------------------------------------------------------------\nRan 13 tests in 0.008s\n\nOK\n0:02:39 load avg: 1.61 [408/480] test_tools passed\nSKIP: test.test_tools.test_freeze (unittest.loader.ModuleSkipped.test.test_tools.test_freeze) 'freeze directory could not be found'\nSKIP: test.test_tools.test_i18n (unittest.loader.ModuleSkipped.test.test_tools.test_i18n) 'scripts directory could not be found'\nPASS: test_makefile_test_folders (test.test_tools.test_makefile.TestMakefile.test_makefile_test_folders)\nSKIP: test.test_tools.test_makeunicodedata (unittest.loader.ModuleSkipped.test.test_tools.test_makeunicodedata) 'unicode directory could not be found'\nSKIP: test.test_tools.test_msgfmt (unittest.loader.ModuleSkipped.test.test_tools.test_msgfmt) 'i18n directory could not be found'\nSKIP: test.test_tools.test_reindent (unittest.loader.ModuleSkipped.test.test_tools.test_reindent) 'scripts directory could not be found'\nSKIP: test.test_tools.test_sundry (unittest.loader.ModuleSkipped.test.test_tools.test_sundry) 'scripts directory could not be found'\n\n----------------------------------------------------------------------\nRan 7 tests in 0.006s\n\nOK (skipped=6)\n0:02:39 load avg: 1.61 [409/480] test_tokenize passed\nPASS: test_additive (test.test_tokenize.CTokenizeTest.test_additive)\nPASS: test_async (test.test_tokenize.CTokenizeTest.test_async)\nPASS: test_comparison (test.test_tokenize.CTokenizeTest.test_comparison)\nPASS: test_continuation_lines_indentation (test.test_tokenize.CTokenizeTest.test_continuation_lines_indentation)\nPASS: test_encoding (test.test_tokenize.CTokenizeTest.test_encoding)\nPASS: test_float (test.test_tokenize.CTokenizeTest.test_float)\nPASS: test_function (test.test_tokenize.CTokenizeTest.test_function)\nPASS: test_int (test.test_tokenize.CTokenizeTest.test_int)\nPASS: test_invalid_syntax (test.test_tokenize.CTokenizeTest.test_invalid_syntax)\nPASS: test_max_indent (test.test_tokenize.CTokenizeTest.test_max_indent)\nPASS: test_method (test.test_tokenize.CTokenizeTest.test_method)\nPASS: test_multiplicative (test.test_tokenize.CTokenizeTest.test_multiplicative)\nPASS: test_selector (test.test_tokenize.CTokenizeTest.test_selector)\nPASS: test_string (test.test_tokenize.CTokenizeTest.test_string)\nPASS: test_tabs (test.test_tokenize.CTokenizeTest.test_tabs)\nPASS: test_unary (test.test_tokenize.CTokenizeTest.test_unary)\nPASS: test_unicode (test.test_tokenize.CTokenizeTest.test_unicode)\ntest_newline_at_the_end_of_buffer (test.test_tokenize.CTokenizerBufferTests.test_newline_at_the_end_of_buffer) ... \n===== script foo.py ======\n===== script foo.py completed: exit code 0 ======\nok\nPASS: test_additive (test.test_tokenize.GenerateTokensTest.test_additive)\nPASS: test_async (test.test_tokenize.GenerateTokensTest.test_async)\nPASS: test_basic (test.test_tokenize.GenerateTokensTest.test_basic)\nPASS: test_closing_parenthesis_from_different_line (test.test_tokenize.GenerateTokensTest.test_closing_parenthesis_from_different_line)\nPASS: test_comparison (test.test_tokenize.GenerateTokensTest.test_comparison)\nPASS: test_float (test.test_tokenize.GenerateTokensTest.test_float)\nPASS: test_function (test.test_tokenize.GenerateTokensTest.test_function)\nPASS: test_implicit_newline (test.test_tokenize.GenerateTokensTest.test_implicit_newline)\nPASS: test_int (test.test_tokenize.GenerateTokensTest.test_int)\nPASS: test_invalid_readline (test.test_tokenize.GenerateTokensTest.test_invalid_readline)\nPASS: test_long (test.test_tokenize.GenerateTokensTest.test_long)\nPASS: test_method (test.test_tokenize.GenerateTokensTest.test_method)\nPASS: test_multiline_non_ascii_fstring (test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring)\nPASS: test_multiline_non_ascii_fstring_with_expr (test.test_tokenize.GenerateTokensTest.test_multiline_non_ascii_fstring_with_expr)\nPASS: test_multiplicative (test.test_tokenize.GenerateTokensTest.test_multiplicative)\nPASS: test_newline_after_parenthesized_block_with_comment (test.test_tokenize.GenerateTokensTest.test_newline_after_parenthesized_block_with_comment)\nPASS: test_non_ascii_identifiers (test.test_tokenize.GenerateTokensTest.test_non_ascii_identifiers)\nPASS: test_selector (test.test_tokenize.GenerateTokensTest.test_selector)\nPASS: test_shift (test.test_tokenize.GenerateTokensTest.test_shift)\nPASS: test_string (test.test_tokenize.GenerateTokensTest.test_string)\nPASS: test_tabs (test.test_tokenize.GenerateTokensTest.test_tabs)\nPASS: test_unary (test.test_tokenize.GenerateTokensTest.test_unary)\nPASS: test_underscore_literals (test.test_tokenize.GenerateTokensTest.test_underscore_literals)\nPASS: test_unicode (test.test_tokenize.GenerateTokensTest.test_unicode)\nPASS: test_number_followed_by_name (test.test_tokenize.InvalidPythonTests.test_number_followed_by_name)\nPASS: test_number_starting_with_zero (test.test_tokenize.InvalidPythonTests.test_number_starting_with_zero)\nPASS: test_bom_no_cookie (test.test_tokenize.TestDetectEncoding.test_bom_no_cookie)\nPASS: test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_first_line_no_bom)\nPASS: test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_commented_first_line)\nPASS: test_cookie_second_line_empty_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_empty_first_line)\nPASS: test_cookie_second_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_no_bom)\nPASS: test_cookie_second_line_noncommented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_noncommented_first_line)\nPASS: test_false_encoding (test.test_tokenize.TestDetectEncoding.test_false_encoding)\nPASS: test_filename_in_exception (test.test_tokenize.TestDetectEncoding.test_filename_in_exception)\nPASS: test_latin1_normalization (test.test_tokenize.TestDetectEncoding.test_latin1_normalization)\nPASS: test_matched_bom_and_cookie_first_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_first_line)\nPASS: test_matched_bom_and_cookie_second_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_second_line)\nPASS: test_mismatched_bom_and_cookie_first_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_first_line_raises_syntaxerror)\nPASS: test_mismatched_bom_and_cookie_second_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_second_line_raises_syntaxerror)\nPASS: test_no_bom_no_encoding_cookie (test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie)\nPASS: test_open (test.test_tokenize.TestDetectEncoding.test_open)\nPASS: test_open_error (test.test_tokenize.TestDetectEncoding.test_open_error)\nPASS: test_short_files (test.test_tokenize.TestDetectEncoding.test_short_files)\nPASS: test_syntaxerror_latin1 (test.test_tokenize.TestDetectEncoding.test_syntaxerror_latin1)\nPASS: test_utf8_normalization (test.test_tokenize.TestDetectEncoding.test_utf8_normalization)\nPASS: test___all__ (test.test_tokenize.TestMisc.test___all__)\nPASS: test_decistmt (test.test_tokenize.TestMisc.test_decistmt)\nPASS: test_backslash_continuation (test.test_tokenize.TestRoundtrip.test_backslash_continuation)\nPASS: test_continuation (test.test_tokenize.TestRoundtrip.test_continuation)\ntest_indentation_semantics_retained (test.test_tokenize.TestRoundtrip.test_indentation_semantics_retained)\nPASS: Ensure that although whitespace might be mutated in a roundtrip,\nPASS: test_random_files (test.test_tokenize.TestRoundtrip.test_random_files)\nPASS: test_roundtrip (test.test_tokenize.TestRoundtrip.test_roundtrip)\nPASS: test_string_concatenation (test.test_tokenize.TestRoundtrip.test_string_concatenation)\nPASS: test_comment_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_comment_at_the_end_of_the_source_without_newline)\nPASS: test_exact_type (test.test_tokenize.TestTokenize.test_exact_type)\nPASS: test_invalid_character_in_fstring_middle (test.test_tokenize.TestTokenize.test_invalid_character_in_fstring_middle)\nPASS: test_newline_and_space_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_newline_and_space_at_the_end_of_the_source_without_newline)\nPASS: test_oneline_defs (test.test_tokenize.TestTokenize.test_oneline_defs)\nPASS: test_pathological_trailing_whitespace (test.test_tokenize.TestTokenize.test_pathological_trailing_whitespace)\nPASS: test_tokenize (test.test_tokenize.TestTokenize.test_tokenize)\nPASS: test_bad_coding_cookie (test.test_tokenize.TestTokenizerAdheresToPep0263.test_bad_coding_cookie)\ntest_latin1_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_latin1_coding_cookie_and_utf8_bom)\nPASS: As per PEP 0263, if a file starts with a utf-8 BOM signature, the only\nPASS: test_no_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_no_coding_cookie_and_utf8_bom)\nPASS: test_utf8_coding_cookie_and_no_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_no_utf8_bom)\nPASS: test_utf8_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_utf8_bom)\nPASS: test__tokenize_decodes_with_specified_encoding (test.test_tokenize.Test_Tokenize.test__tokenize_decodes_with_specified_encoding)\nPASS: test_additive (test.test_tokenize.TokenizeTest.test_additive)\nPASS: test_async (test.test_tokenize.TokenizeTest.test_async)\nPASS: test_basic (test.test_tokenize.TokenizeTest.test_basic)\nPASS: test_closing_parenthesis_from_different_line (test.test_tokenize.TokenizeTest.test_closing_parenthesis_from_different_line)\nPASS: test_comparison (test.test_tokenize.TokenizeTest.test_comparison)\nPASS: test_float (test.test_tokenize.TokenizeTest.test_float)\nPASS: test_function (test.test_tokenize.TokenizeTest.test_function)\nPASS: test_implicit_newline (test.test_tokenize.TokenizeTest.test_implicit_newline)\nPASS: test_int (test.test_tokenize.TokenizeTest.test_int)\nPASS: test_invalid_readline (test.test_tokenize.TokenizeTest.test_invalid_readline)\nPASS: test_long (test.test_tokenize.TokenizeTest.test_long)\nPASS: test_method (test.test_tokenize.TokenizeTest.test_method)\nPASS: test_multiline_non_ascii_fstring (test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring)\nPASS: test_multiline_non_ascii_fstring_with_expr (test.test_tokenize.TokenizeTest.test_multiline_non_ascii_fstring_with_expr)\nPASS: test_multiplicative (test.test_tokenize.TokenizeTest.test_multiplicative)\nPASS: test_newline_after_parenthesized_block_with_comment (test.test_tokenize.TokenizeTest.test_newline_after_parenthesized_block_with_comment)\nPASS: test_non_ascii_identifiers (test.test_tokenize.TokenizeTest.test_non_ascii_identifiers)\nPASS: test_selector (test.test_tokenize.TokenizeTest.test_selector)\nPASS: test_shift (test.test_tokenize.TokenizeTest.test_shift)\nPASS: test_string (test.test_tokenize.TokenizeTest.test_string)\nPASS: test_tabs (test.test_tokenize.TokenizeTest.test_tabs)\nPASS: test_unary (test.test_tokenize.TokenizeTest.test_unary)\nPASS: test_underscore_literals (test.test_tokenize.TokenizeTest.test_underscore_literals)\nPASS: test_unicode (test.test_tokenize.TokenizeTest.test_unicode)\nPASS: test_backslash_continuation (test.test_tokenize.UntokenizeTest.test_backslash_continuation)\nPASS: test_bad_input_order (test.test_tokenize.UntokenizeTest.test_bad_input_order)\nPASS: test_iter_compat (test.test_tokenize.UntokenizeTest.test_iter_compat)\n\n----------------------------------------------------------------------\nRan 111 tests in 0.293s\n\nOK\n0:02:40 load avg: 1.61 [410/480] test_trace passed\nPASS: test_loop_caller_importing (test.test_trace.TestCallers.test_loop_caller_importing)\nPASS: test_count_and_summary (test.test_trace.TestCommandLine.test_count_and_summary)\nPASS: test_failures (test.test_trace.TestCommandLine.test_failures)\nPASS: test_listfuncs_flag_success (test.test_trace.TestCommandLine.test_listfuncs_flag_success)\nPASS: test_run_as_module (test.test_trace.TestCommandLine.test_run_as_module)\nPASS: test_sys_argv_list (test.test_trace.TestCommandLine.test_sys_argv_list)\nSKIP: test_coverage (test.test_trace.TestCoverage.test_coverage) \"resource 'cpu' is not enabled\"\nPASS: test_coverage_ignore (test.test_trace.TestCoverage.test_coverage_ignore)\nPASS: test_coverageresults_update (test.test_trace.TestCoverage.test_coverageresults_update)\nPASS: test_issue9936 (test.test_trace.TestCoverage.test_issue9936)\nPASS: test_cover_files_written_no_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight)\nPASS: test_cover_files_written_with_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight)\nPASS: test_arg_errors (test.test_trace.TestFuncs.test_arg_errors)\nPASS: test_inst_method_calling (test.test_trace.TestFuncs.test_inst_method_calling)\nPASS: test_loop_caller_importing (test.test_trace.TestFuncs.test_loop_caller_importing)\nPASS: test_simple_caller (test.test_trace.TestFuncs.test_simple_caller)\nPASS: test_traced_decorated_function (test.test_trace.TestFuncs.test_traced_decorated_function)\nPASS: test_linear_methods (test.test_trace.TestLineCounts.test_linear_methods)\nPASS: test_trace_func_generator (test.test_trace.TestLineCounts.test_trace_func_generator)\nPASS: test_trace_list_comprehension (test.test_trace.TestLineCounts.test_trace_list_comprehension)\nPASS: test_traced_decorated_function (test.test_trace.TestLineCounts.test_traced_decorated_function)\nPASS: test_traced_func_importing (test.test_trace.TestLineCounts.test_traced_func_importing)\nPASS: test_traced_func_linear (test.test_trace.TestLineCounts.test_traced_func_linear)\nPASS: test_traced_func_loop (test.test_trace.TestLineCounts.test_traced_func_loop)\nPASS: test_exec_counts (test.test_trace.TestRunExecCounts.test_exec_counts)\nPASS: test_no_source_file (test.test_trace.TestTrace.test_no_source_file)\nPASS: test_ignored (test.test_trace.Test_Ignore.test_ignored)\n\n----------------------------------------------------------------------\nRan 27 tests in 0.696s\n\nOK (skipped=1)\n0:02:40 load avg: 1.61 [411/480] test_ttk skipped\ntest_ttk skipped -- No module named '_tkinter'\n0:02:40 load avg: 1.61 [412/480] test_ttk_textonly skipped\ntest_ttk_textonly skipped -- No module named '_tkinter'\n0:02:40 load avg: 1.61 [413/480] test_traceback passed\nPASS: test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame)\nPASS: test_cause (test.test_traceback.CExcReportingTests.test_cause)\nPASS: test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context)\nPASS: test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive)\nPASS: test_context (test.test_traceback.CExcReportingTests.test_context)\nPASS: test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression)\nPASS: test_exception_angle_bracketed_filename (test.test_traceback.CExcReportingTests.test_exception_angle_bracketed_filename)\nPASS: test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__)\nPASS: test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic)\nPASS: test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause)\nPASS: test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context)\nPASS: test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit)\nPASS: test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested)\nPASS: test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit)\nPASS: test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes)\nPASS: test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes)\nPASS: test_exception_group_wrapped_naked (test.test_traceback.CExcReportingTests.test_exception_group_wrapped_naked)\nPASS: test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename)\nPASS: test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode)\nPASS: test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname)\nPASS: test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes)\nPASS: test_exception_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_multiple_notes)\nPASS: test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note)\nPASS: test_message_none (test.test_traceback.CExcReportingTests.test_message_none)\nPASS: test_simple (test.test_traceback.CExcReportingTests.test_simple)\nPASS: test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno)\nPASS: test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol)\nPASS: test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets)\nPASS: test_attribute_error_inside_nested_getattr (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr)\nPASS: test_attribute_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_bad_name)\nPASS: test_attribute_error_with_failing_dict (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_failing_dict)\nPASS: test_attribute_error_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates)\nPASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_getattr_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions)\nPASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts)\nPASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_getattr_suggestions_for_same_name (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name)\nPASS: test_getattr_suggestions_invalid_args (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args)\nPASS: test_getattr_suggestions_no_args (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_no_args)\nPASS: test_getattr_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_getattr_suggestions_underscored)\nPASS: test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_import_from_error_with_bad_name (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_error_with_bad_name)\nPASS: test_import_from_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions)\nPASS: test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces)\nPASS: test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_import_from_suggestions_non_string (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_non_string)\nPASS: test_import_from_suggestions_underscored (test.test_traceback.CPythonSuggestionFormattingTests.test_import_from_suggestions_underscored)\nPASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_name_error_for_private_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules)\nPASS: test_name_error_for_stdlib_modules (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_for_stdlib_modules)\nPASS: test_name_error_suggestions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions)\nPASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names)\nPASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals)\nPASS: test_name_error_suggestions_from_builtins (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins)\nPASS: test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module)\nPASS: test_name_error_suggestions_from_globals (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_from_globals)\nPASS: test_name_error_suggestions_with_non_string_candidates (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates)\nPASS: test_name_error_with_custom_exceptions (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_custom_exceptions)\nPASS: test_name_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_name_error_with_instance)\nPASS: test_unbound_local_error_does_not_match (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_does_not_match)\nPASS: test_unbound_local_error_with_instance (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_instance)\nPASS: test_unbound_local_error_with_side_effect (test.test_traceback.CPythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect)\nPASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)\nPASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)\nPASS: test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret)\nPASS: test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline)\nPASS: test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript)\nPASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight)\nPASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle)\nPASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)\nPASS: test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group)\nPASS: test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators)\nPASS: test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline)\nPASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)\nPASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)\nPASS: test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char)\nPASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)\nPASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode)\nPASS: test_caret_for_call (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call)\nPASS: test_caret_for_call_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_multiline)\nPASS: test_caret_for_call_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_unicode)\nPASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)\nPASS: test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript)\nPASS: test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_multiline)\nPASS: test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode)\nPASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)\nPASS: test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation)\nPASS: test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression)\nPASS: test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op)\nPASS: test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error)\nPASS: test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct)\nPASS: test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode)\nPASS: test_many_lines (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines)\nPASS: test_many_lines_binary_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_binary_op)\nPASS: test_many_lines_no_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_many_lines_no_caret)\nPASS: test_memory_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_memory_error)\nPASS: test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a)\nPASS: test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b)\nPASS: test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c)\nPASS: test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided)\nPASS: test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations)\nPASS: test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)\nPASS: test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line)\nPASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)\nPASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)\nPASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)\nPASS: test_basic_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_basic_caret)\nPASS: test_byte_offset_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_multiline)\nPASS: test_byte_offset_wide_chars_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript)\nPASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight)\nPASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_middle)\nPASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)\nPASS: test_caret_exception_group (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_exception_group)\nPASS: test_caret_for_binary_operators (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators)\nPASS: test_caret_for_binary_operators_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline)\nPASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)\nPASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)\nPASS: test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char)\nPASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)\nPASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode)\nPASS: test_caret_for_call (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call)\nPASS: test_caret_for_call_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_multiline)\nPASS: test_caret_for_call_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_unicode)\nPASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)\nPASS: test_caret_for_subscript (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript)\nPASS: test_caret_for_subscript_multiline (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline)\nPASS: test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode)\nPASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)\nPASS: test_caret_in_type_annotation (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_in_type_annotation)\nPASS: test_caret_multiline_expression (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression)\nPASS: test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op)\nPASS: test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error)\nPASS: test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct)\nPASS: test_line_with_unicode (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_line_with_unicode)\nPASS: test_many_lines (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines)\nPASS: test_many_lines_binary_op (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_binary_op)\nPASS: test_many_lines_no_caret (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_many_lines_no_caret)\nPASS: test_memory_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_memory_error)\nPASS: test_multiline_method_call_a (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_a)\nPASS: test_multiline_method_call_b (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_b)\nPASS: test_multiline_method_call_c (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_multiline_method_call_c)\nPASS: test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_secondary_caret_not_elided)\nPASS: test_specialization_variations (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_specialization_variations)\nPASS: test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error)\nPASS: test_traceback_very_long_line (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_traceback_very_long_line)\nPASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)\nPASS: test_extract_stack (test.test_traceback.LimitTests.test_extract_stack)\nPASS: test_extract_tb (test.test_traceback.LimitTests.test_extract_tb)\nPASS: test_format_exception (test.test_traceback.LimitTests.test_format_exception)\nPASS: test_all (test.test_traceback.MiscTest.test_all)\nPASS: test_levenshtein_distance (test.test_traceback.MiscTest.test_levenshtein_distance)\nSKIP: test_levenshtein_distance_short_circuit (test.test_traceback.MiscTest.test_levenshtein_distance_short_circuit) \"resource 'cpu' is not enabled\"\nPASS: test_suggestions_extension (test.test_traceback.MiscTest.test_suggestions_extension)\nPASS: test_clear (test.test_traceback.MiscTracebackCases.test_clear)\nPASS: test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack)\nPASS: test_attribute_error_inside_nested_getattr (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_inside_nested_getattr)\nPASS: test_attribute_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_bad_name)\nPASS: test_attribute_error_with_failing_dict (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_failing_dict)\nPASS: test_attribute_error_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_attribute_error_with_non_string_candidates)\nPASS: test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_getattr_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions)\nPASS: test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_big_dicts)\nPASS: test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_getattr_suggestions_for_same_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_for_same_name)\nPASS: test_getattr_suggestions_invalid_args (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_invalid_args)\nPASS: test_getattr_suggestions_no_args (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_no_args)\nPASS: test_getattr_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_getattr_suggestions_underscored)\nPASS: test_import_from_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_import_from_error_with_bad_name (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_error_with_bad_name)\nPASS: test_import_from_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions)\nPASS: test_import_from_suggestions_do_not_trigger_for_big_namespaces (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_big_namespaces)\nPASS: test_import_from_suggestions_do_not_trigger_for_long_attributes (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_do_not_trigger_for_long_attributes)\nPASS: test_import_from_suggestions_non_string (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_non_string)\nPASS: test_import_from_suggestions_underscored (test.test_traceback.PurePythonSuggestionFormattingTests.test_import_from_suggestions_underscored)\nPASS: test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names)\nPASS: test_name_error_for_private_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_private_stdlib_modules)\nPASS: test_name_error_for_stdlib_modules (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_for_stdlib_modules)\nPASS: test_name_error_suggestions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions)\nPASS: test_name_error_suggestions_do_not_trigger_for_long_names (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_long_names)\nPASS: test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals)\nPASS: test_name_error_suggestions_from_builtins (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins)\nPASS: test_name_error_suggestions_from_builtins_when_builtins_is_module (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_builtins_when_builtins_is_module)\nPASS: test_name_error_suggestions_from_globals (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_from_globals)\nPASS: test_name_error_suggestions_with_non_string_candidates (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_suggestions_with_non_string_candidates)\nPASS: test_name_error_with_custom_exceptions (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_custom_exceptions)\nPASS: test_name_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_name_error_with_instance)\nPASS: test_unbound_local_error_does_not_match (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_does_not_match)\nPASS: test_unbound_local_error_with_instance (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_instance)\nPASS: test_unbound_local_error_with_side_effect (test.test_traceback.PurePythonSuggestionFormattingTests.test_unbound_local_error_with_side_effect)\nPASS: test_anchors_for_simple_assign_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided)\nPASS: test_anchors_for_simple_return_statements_are_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_anchors_for_simple_return_statements_are_elided)\nPASS: test_basic_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_basic_caret)\nPASS: test_byte_offset_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_multiline)\nPASS: test_byte_offset_wide_chars_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_wide_chars_subscript)\nPASS: test_byte_offset_with_emojis_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight)\nPASS: test_byte_offset_with_wide_characters_middle (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle)\nPASS: test_byte_offset_with_wide_characters_term_highlight (test.test_traceback.PurePythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight)\nPASS: test_caret_exception_group (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_exception_group)\nPASS: test_caret_for_binary_operators (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators)\nPASS: test_caret_for_binary_operators_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline)\nPASS: test_caret_for_binary_operators_multiline_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char)\nPASS: test_caret_for_binary_operators_multiline_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode)\nPASS: test_caret_for_binary_operators_two_char (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char)\nPASS: test_caret_for_binary_operators_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis)\nPASS: test_caret_for_binary_operators_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode)\nPASS: test_caret_for_call (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call)\nPASS: test_caret_for_call_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_multiline)\nPASS: test_caret_for_call_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_unicode)\nPASS: test_caret_for_call_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis)\nPASS: test_caret_for_subscript (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript)\nPASS: test_caret_for_subscript_multiline (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_multiline)\nPASS: test_caret_for_subscript_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_unicode)\nPASS: test_caret_for_subscript_with_spaces_and_parenthesis (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis)\nPASS: test_caret_in_type_annotation (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_in_type_annotation)\nPASS: test_caret_multiline_expression (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression)\nPASS: test_caret_multiline_expression_bin_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op)\nPASS: test_caret_multiline_expression_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error)\nPASS: test_decorator_application_lineno_correct (test.test_traceback.PurePythonTracebackErrorCaretTests.test_decorator_application_lineno_correct)\nPASS: test_line_with_unicode (test.test_traceback.PurePythonTracebackErrorCaretTests.test_line_with_unicode)\nPASS: test_many_lines (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines)\nPASS: test_many_lines_binary_op (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_binary_op)\nPASS: test_many_lines_no_caret (test.test_traceback.PurePythonTracebackErrorCaretTests.test_many_lines_no_caret)\nPASS: test_memory_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_memory_error)\nPASS: test_multiline_method_call_a (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_a)\nPASS: test_multiline_method_call_b (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_b)\nPASS: test_multiline_method_call_c (test.test_traceback.PurePythonTracebackErrorCaretTests.test_multiline_method_call_c)\nPASS: test_secondary_caret_not_elided (test.test_traceback.PurePythonTracebackErrorCaretTests.test_secondary_caret_not_elided)\nPASS: test_specialization_variations (test.test_traceback.PurePythonTracebackErrorCaretTests.test_specialization_variations)\nPASS: test_traceback_specialization_with_syntax_error (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)\nPASS: test_traceback_very_long_line (test.test_traceback.PurePythonTracebackErrorCaretTests.test_traceback_very_long_line)\nPASS: test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.PurePythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset)\nPASS: test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame)\nPASS: test_cause (test.test_traceback.PyExcReportingTests.test_cause)\nPASS: test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context)\nPASS: test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive)\nPASS: test_context (test.test_traceback.PyExcReportingTests.test_context)\nPASS: test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression)\nPASS: test_exception_angle_bracketed_filename (test.test_traceback.PyExcReportingTests.test_exception_angle_bracketed_filename)\nPASS: test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__)\nPASS: test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic)\nPASS: test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause)\nPASS: test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context)\nPASS: test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit)\nPASS: test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested)\nPASS: test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit)\nPASS: test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes)\nPASS: test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes)\nPASS: test_exception_group_wrapped_naked (test.test_traceback.PyExcReportingTests.test_exception_group_wrapped_naked)\nPASS: test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename)\nPASS: test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode)\nPASS: test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname)\nPASS: test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes)\nPASS: test_exception_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_multiple_notes)\nPASS: test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note)\nPASS: test_message_none (test.test_traceback.PyExcReportingTests.test_message_none)\nPASS: test_simple (test.test_traceback.PyExcReportingTests.test_simple)\nPASS: test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno)\nPASS: test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol)\nPASS: test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets)\nPASS: test_colorized_syntax_error (test.test_traceback.TestColorizedTraceback.test_colorized_syntax_error)\nPASS: test_colorized_traceback (test.test_traceback.TestColorizedTraceback.test_colorized_traceback)\nPASS: test_colorized_traceback_from_exception_group (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_from_exception_group)\nPASS: test_colorized_traceback_is_the_default (test.test_traceback.TestColorizedTraceback.test_colorized_traceback_is_the_default)\nPASS: test_exception_group_deep_recursion_capi (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_capi)\nPASS: test_exception_group_deep_recursion_traceback (test.test_traceback.TestFallbackTracebackFormat.test_exception_group_deep_recursion_traceback)\nPASS: test_format_stack (test.test_traceback.TestFallbackTracebackFormat.test_format_stack)\nPASS: test_print_exception_bad_type_capi (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_capi)\nPASS: test_print_exception_bad_type_python (test.test_traceback.TestFallbackTracebackFormat.test_print_exception_bad_type_python)\nPASS: test_print_stack (test.test_traceback.TestFallbackTracebackFormat.test_print_stack)\nPASS: test_recursive_traceback (test.test_traceback.TestFallbackTracebackFormat.test_recursive_traceback)\nPASS: test_stack_format (test.test_traceback.TestFallbackTracebackFormat.test_stack_format)\nPASS: test_traceback_format (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format)\nPASS: test_traceback_format_with_cleared_frames (test.test_traceback.TestFallbackTracebackFormat.test_traceback_format_with_cleared_frames)\nPASS: test_unhashable (test.test_traceback.TestFallbackTracebackFormat.test_unhashable)\nPASS: test_basics (test.test_traceback.TestFrame.test_basics)\nPASS: test_explicit_line (test.test_traceback.TestFrame.test_explicit_line)\nPASS: test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines)\nPASS: test_len (test.test_traceback.TestFrame.test_len)\nPASS: test_no_line (test.test_traceback.TestFrame.test_no_line)\nPASS: test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame)\nPASS: test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames)\nPASS: test_extract_stack (test.test_traceback.TestStack.test_extract_stack)\nPASS: test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit)\nPASS: test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines)\nPASS: test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines)\nPASS: test_format_locals (test.test_traceback.TestStack.test_format_locals)\nPASS: test_format_smoke (test.test_traceback.TestStack.test_format_smoke)\nPASS: test_from_list (test.test_traceback.TestStack.test_from_list)\nPASS: test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack)\nPASS: test_locals (test.test_traceback.TestStack.test_locals)\nPASS: test_no_locals (test.test_traceback.TestStack.test_no_locals)\nPASS: test_summary_should_show_carets (test.test_traceback.TestStack.test_summary_should_show_carets)\nPASS: test_walk_stack (test.test_traceback.TestStack.test_walk_stack)\nPASS: test_walk_tb (test.test_traceback.TestStack.test_walk_tb)\nPASS: test_cause (test.test_traceback.TestTracebackException.test_cause)\nPASS: test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause)\nPASS: test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause)\nPASS: test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic)\nPASS: test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal)\nPASS: test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations)\nPASS: test_context (test.test_traceback.TestTracebackException.test_context)\nPASS: test_dont_swallow_cause_or_context_of_falsey_exception (test.test_traceback.TestTracebackException.test_dont_swallow_cause_or_context_of_falsey_exception)\nPASS: test_from_exception (test.test_traceback.TestTracebackException.test_from_exception)\nPASS: test_limit (test.test_traceback.TestTracebackException.test_limit)\nPASS: test_locals (test.test_traceback.TestTracebackException.test_locals)\nPASS: test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain)\nPASS: test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines)\nPASS: test_no_locals (test.test_traceback.TestTracebackException.test_no_locals)\nPASS: test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects)\nPASS: test_no_save_exc_type (test.test_traceback.TestTracebackException.test_no_save_exc_type)\nPASS: test_print (test.test_traceback.TestTracebackException.test_print)\nPASS: test_smoke_builtin (test.test_traceback.TestTracebackException.test_smoke_builtin)\nPASS: test_smoke_user_exception (test.test_traceback.TestTracebackException.test_smoke_user_exception)\nPASS: test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header)\nPASS: test_unhashable (test.test_traceback.TestTracebackException.test_unhashable)\nPASS: test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison)\nPASS: test_dont_swallow_subexceptions_of_falsey_exceptiongroup (test.test_traceback.TestTracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup)\nPASS: test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction)\nPASS: test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format)\nPASS: test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only)\nPASS: test_exception_group_format_exception_onlyi_recursive (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive)\nPASS: test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth)\nPASS: test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width)\nPASS: test_exception_group_deep_recursion_capi (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_capi)\nPASS: test_exception_group_deep_recursion_traceback (test.test_traceback.TestTracebackFormat.test_exception_group_deep_recursion_traceback)\nPASS: test_format_stack (test.test_traceback.TestTracebackFormat.test_format_stack)\nPASS: test_print_exception_bad_type_capi (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_capi)\nPASS: test_print_exception_bad_type_python (test.test_traceback.TestTracebackFormat.test_print_exception_bad_type_python)\nPASS: test_print_stack (test.test_traceback.TestTracebackFormat.test_print_stack)\nPASS: test_recursive_traceback (test.test_traceback.TestTracebackFormat.test_recursive_traceback)\nPASS: test_stack_format (test.test_traceback.TestTracebackFormat.test_stack_format)\nPASS: test_traceback_format (test.test_traceback.TestTracebackFormat.test_traceback_format)\nPASS: test_traceback_format_with_cleared_frames (test.test_traceback.TestTracebackFormat.test_traceback_format_with_cleared_frames)\nPASS: test_unhashable (test.test_traceback.TestTracebackFormat.test_unhashable)\nPASS: test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation)\nPASS: test_base_exception (test.test_traceback.TracebackCases.test_base_exception)\nPASS: test_caret (test.test_traceback.TracebackCases.test_caret)\nPASS: test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file)\nPASS: test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None)\nPASS: test_format_base_exception_group (test.test_traceback.TracebackCases.test_format_base_exception_group)\nPASS: test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc)\nPASS: test_format_exception_group (test.test_traceback.TracebackCases.test_format_exception_group)\nPASS: test_format_exception_group_explicit_class (test.test_traceback.TracebackCases.test_format_exception_group_explicit_class)\nPASS: test_format_exception_group_multiline2_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline2_messages)\nPASS: test_format_exception_group_multiline_messages (test.test_traceback.TracebackCases.test_format_exception_group_multiline_messages)\nPASS: test_format_exception_group_multiple_exceptions (test.test_traceback.TracebackCases.test_format_exception_group_multiple_exceptions)\nPASS: test_format_exception_group_nested_with_notes (test.test_traceback.TracebackCases.test_format_exception_group_nested_with_notes)\nPASS: test_format_exception_group_syntax_error (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error)\nPASS: test_format_exception_group_syntax_error_with_custom_values (test.test_traceback.TracebackCases.test_format_exception_group_syntax_error_with_custom_values)\nPASS: test_format_exception_group_with_cause (test.test_traceback.TracebackCases.test_format_exception_group_with_cause)\nPASS: test_format_exception_group_with_note (test.test_traceback.TracebackCases.test_format_exception_group_with_note)\nPASS: test_format_exception_group_with_tracebacks (test.test_traceback.TracebackCases.test_format_exception_group_with_tracebacks)\nPASS: test_format_exception_group_without_show_group (test.test_traceback.TracebackCases.test_format_exception_group_without_show_group)\nPASS: test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__)\nPASS: test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc)\nPASS: test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag)\nPASS: test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback)\nPASS: test_nocaret (test.test_traceback.TracebackCases.test_nocaret)\nPASS: test_print_exception (test.test_traceback.TracebackCases.test_print_exception)\nPASS: test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc)\nPASS: test_print_last (test.test_traceback.TracebackCases.test_print_last)\nPASS: test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit)\nPASS: test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback)\nPASS: test_signatures (test.test_traceback.TracebackCases.test_signatures)\n\n----------------------------------------------------------------------\nRan 364 tests in 0.838s\n\nOK (skipped=1)\n0:02:40 load avg: 1.61 [414/480] test_tty passed\nPASS: test_cfmakecbreak (test.test_tty.TestTty.test_cfmakecbreak)\nPASS: test_cfmakeraw (test.test_tty.TestTty.test_cfmakeraw)\nPASS: test_setcbreak (test.test_tty.TestTty.test_setcbreak)\nPASS: test_setraw (test.test_tty.TestTty.test_setraw)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n0:02:40 load avg: 1.61 [415/480] test_turtle skipped\ntest_turtle skipped -- No module named '_tkinter'\n0:02:40 load avg: 1.61 [416/480] test_type_aliases passed\nPASS: test_attributes_with_exec (test.test_type_aliases.TypeAliasConstructorTest.test_attributes_with_exec)\nPASS: test_basic (test.test_type_aliases.TypeAliasConstructorTest.test_basic)\nPASS: test_errors (test.test_type_aliases.TypeAliasConstructorTest.test_errors)\nPASS: test_generic (test.test_type_aliases.TypeAliasConstructorTest.test_generic)\nPASS: test_keywords (test.test_type_aliases.TypeAliasConstructorTest.test_keywords)\nPASS: test_not_generic (test.test_type_aliases.TypeAliasConstructorTest.test_not_generic)\nPASS: test_pickling (test.test_type_aliases.TypeAliasPickleTest.test_pickling)\nPASS: test_pickling_local (test.test_type_aliases.TypeAliasPickleTest.test_pickling_local)\nPASS: test_immutable (test.test_type_aliases.TypeAliasTypeTest.test_immutable)\nPASS: test_module (test.test_type_aliases.TypeAliasTypeTest.test_module)\nPASS: test_no_subclassing (test.test_type_aliases.TypeAliasTypeTest.test_no_subclassing)\nPASS: test_union (test.test_type_aliases.TypeAliasTypeTest.test_union)\nPASS: test_alias_access_01 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_01)\nPASS: test_alias_access_02 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_02)\nPASS: test_alias_access_03 (test.test_type_aliases.TypeParamsAccessTest.test_alias_access_03)\nPASS: test_alias_value_01 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_01)\nPASS: test_alias_value_02 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_02)\nPASS: test_alias_value_03 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_03)\nPASS: test_alias_value_04 (test.test_type_aliases.TypeParamsAliasValueTest.test_alias_value_04)\nPASS: test_raising (test.test_type_aliases.TypeParamsAliasValueTest.test_raising)\nPASS: test_recursive_repr (test.test_type_aliases.TypeParamsAliasValueTest.test_recursive_repr)\nPASS: test_repr (test.test_type_aliases.TypeParamsAliasValueTest.test_repr)\nPASS: test_subscripting (test.test_type_aliases.TypeParamsAliasValueTest.test_subscripting)\nPASS: test_exec_with_unusual_globals (test.test_type_aliases.TypeParamsExoticGlobalsTest.test_exec_with_unusual_globals)\nPASS: test_name_collisions (test.test_type_aliases.TypeParamsInvalidTest.test_name_collisions)\nPASS: test_name_non_collision_02 (test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_02)\nPASS: test_name_non_collision_03 (test.test_type_aliases.TypeParamsInvalidTest.test_name_non_collision_03)\n\n----------------------------------------------------------------------\nRan 27 tests in 0.004s\n\nOK\n0:02:40 load avg: 1.61 [417/480] test_tracemalloc passed\nPASS: test_late_untrack (test.test_tracemalloc.TestCAPI.test_late_untrack)\nPASS: test_stop_track (test.test_tracemalloc.TestCAPI.test_stop_track)\nPASS: test_stop_untrack (test.test_tracemalloc.TestCAPI.test_stop_untrack)\nPASS: test_tracemalloc_track_race (test.test_tracemalloc.TestCAPI.test_tracemalloc_track_race)\nPASS: test_track (test.test_tracemalloc.TestCAPI.test_track)\nPASS: test_track_already_tracked (test.test_tracemalloc.TestCAPI.test_track_already_tracked)\nPASS: test_track_without_gil (test.test_tracemalloc.TestCAPI.test_track_without_gil)\nPASS: test_untrack (test.test_tracemalloc.TestCAPI.test_untrack)\nPASS: test_untrack_without_gil (test.test_tracemalloc.TestCAPI.test_untrack_without_gil)\nPASS: test_env_limit (test.test_tracemalloc.TestCommandLine.test_env_limit)\nPASS: test_env_var_disabled (test.test_tracemalloc.TestCommandLine.test_env_var_disabled)\nPASS: test_env_var_disabled_by_default (test.test_tracemalloc.TestCommandLine.test_env_var_disabled_by_default)\nPASS: test_env_var_enabled_at_startup (test.test_tracemalloc.TestCommandLine.test_env_var_enabled_at_startup)\ntest_env_var_ignored_with_E (test.test_tracemalloc.TestCommandLine.test_env_var_ignored_with_E)\nPASS: PYTHON* environment variables must be ignored when -E is present.\nPASS: test_env_var_invalid (test.test_tracemalloc.TestCommandLine.test_env_var_invalid)\nPASS: test_pymem_alloc0 (test.test_tracemalloc.TestCommandLine.test_pymem_alloc0)\nPASS: test_sys_xoptions (test.test_tracemalloc.TestCommandLine.test_sys_xoptions)\nPASS: test_sys_xoptions_invalid (test.test_tracemalloc.TestCommandLine.test_sys_xoptions_invalid)\nPASS: test_filter_attributes (test.test_tracemalloc.TestFilters.test_filter_attributes)\nPASS: test_filter_match (test.test_tracemalloc.TestFilters.test_filter_match)\nPASS: test_filter_match_filename (test.test_tracemalloc.TestFilters.test_filter_match_filename)\nPASS: test_filter_match_filename_joker (test.test_tracemalloc.TestFilters.test_filter_match_filename_joker)\nPASS: test_filter_match_trace (test.test_tracemalloc.TestFilters.test_filter_match_trace)\nPASS: test_create_snapshot (test.test_tracemalloc.TestSnapshot.test_create_snapshot)\nPASS: test_filter_traces (test.test_tracemalloc.TestSnapshot.test_filter_traces)\nPASS: test_filter_traces_domain (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain)\nPASS: test_filter_traces_domain_filter (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain_filter)\nPASS: test_format_traceback (test.test_tracemalloc.TestSnapshot.test_format_traceback)\nPASS: test_slices (test.test_tracemalloc.TestSnapshot.test_slices)\nPASS: test_snapshot_group_by_cumulative (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_cumulative)\nPASS: test_snapshot_group_by_file (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_file)\nPASS: test_snapshot_group_by_line (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_line)\nPASS: test_snapshot_group_by_traceback (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_traceback)\nPASS: test_statistic_diff_format (test.test_tracemalloc.TestSnapshot.test_statistic_diff_format)\nPASS: test_statistic_format (test.test_tracemalloc.TestSnapshot.test_statistic_format)\nPASS: test_trace_format (test.test_tracemalloc.TestSnapshot.test_trace_format)\nPASS: test_repr (test.test_tracemalloc.TestTraceback.test_repr)\nPASS: test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled.test_clear_traces)\nPASS: test_fork (test.test_tracemalloc.TestTracemallocEnabled.test_fork)\nPASS: test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_object_traceback)\nPASS: test_get_traced_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_traced_memory)\nPASS: test_get_tracemalloc_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_tracemalloc_memory)\nPASS: test_get_traces (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces)\nPASS: test_get_traces_intern_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces_intern_traceback)\nPASS: test_is_tracing (test.test_tracemalloc.TestTracemallocEnabled.test_is_tracing)\nPASS: test_new_reference (test.test_tracemalloc.TestTracemallocEnabled.test_new_reference)\nPASS: test_no_incomplete_frames (test.test_tracemalloc.TestTracemallocEnabled.test_no_incomplete_frames)\nPASS: test_reset_peak (test.test_tracemalloc.TestTracemallocEnabled.test_reset_peak)\nPASS: test_set_traceback_limit (test.test_tracemalloc.TestTracemallocEnabled.test_set_traceback_limit)\nPASS: test_snapshot (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot)\nPASS: test_snapshot_save_attr (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr)\n\n----------------------------------------------------------------------\nRan 51 tests in 0.838s\n\nOK\n0:02:40 load avg: 1.61 [418/480] test_type_annotations passed\nPASS: test_blocks (test.test_type_annotations.TestSetupAnnotations.test_blocks)\nPASS: test_match (test.test_type_annotations.TestSetupAnnotations.test_match)\nPASS: test_top_level (test.test_type_annotations.TestSetupAnnotations.test_top_level)\nPASS: test_try (test.test_type_annotations.TestSetupAnnotations.test_try)\nPASS: test_try_star (test.test_type_annotations.TestSetupAnnotations.test_try_star)\nPASS: test_annotations_are_created_correctly (test.test_type_annotations.TypeAnnotationTests.test_annotations_are_created_correctly)\nPASS: test_annotations_getset_raises (test.test_type_annotations.TypeAnnotationTests.test_annotations_getset_raises)\nPASS: test_descriptor_still_works (test.test_type_annotations.TypeAnnotationTests.test_descriptor_still_works)\nPASS: test_lazy_create_annotations (test.test_type_annotations.TypeAnnotationTests.test_lazy_create_annotations)\nPASS: test_setting_annotations (test.test_type_annotations.TypeAnnotationTests.test_setting_annotations)\n\n----------------------------------------------------------------------\nRan 10 tests in 0.002s\n\nOK\n0:02:41 load avg: 1.61 [419/480] test_type_cache passed\nPASS: test_119462 (test.test_type_cache.TypeCacheTests.test_119462)\nPASS: test_per_class_limit (test.test_type_cache.TypeCacheTests.test_per_class_limit)\ntest_tp_version_tag_unique (test.test_type_cache.TypeCacheTests.test_tp_version_tag_unique)\nPASS: tp_version_tag should be unique assuming no overflow, even after\ntest_type_assign_specific_version (test.test_type_cache.TypeCacheTests.test_type_assign_specific_version)\nPASS: meta-test for type_assign_specific_version_unsafe\nPASS: test_type_assign_version (test.test_type_cache.TypeCacheTests.test_type_assign_version)\nPASS: test_class_call_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type)\nPASS: test_class_load_attr_specialization_static_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type)\nPASS: test_class_load_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type)\nPASS: test_property_load_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type)\nPASS: test_store_attr_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type)\nPASS: test_to_bool_specialization_user_type (test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.002s\n\nOK\n0:02:41 load avg: 1.61 [420/480] test_type_comments passed\nPASS: test_asynccomp (test.test_type_comments.TypeCommentTests.test_asynccomp)\nPASS: test_asyncdef (test.test_type_comments.TypeCommentTests.test_asyncdef)\nPASS: test_asyncvar (test.test_type_comments.TypeCommentTests.test_asyncvar)\nPASS: test_forstmt (test.test_type_comments.TypeCommentTests.test_forstmt)\nPASS: test_fstring (test.test_type_comments.TypeCommentTests.test_fstring)\nPASS: test_func_type_input (test.test_type_comments.TypeCommentTests.test_func_type_input)\nPASS: test_funcdef (test.test_type_comments.TypeCommentTests.test_funcdef)\nPASS: test_ignores (test.test_type_comments.TypeCommentTests.test_ignores)\ntest_inappropriate_type_comments (test.test_type_comments.TypeCommentTests.test_inappropriate_type_comments)\nPASS: Tests for inappropriately-placed type comments.\nPASS: test_longargs (test.test_type_comments.TypeCommentTests.test_longargs)\nPASS: test_matmul (test.test_type_comments.TypeCommentTests.test_matmul)\nPASS: test_nonasciidef (test.test_type_comments.TypeCommentTests.test_nonasciidef)\nPASS: test_parenthesized_withstmt (test.test_type_comments.TypeCommentTests.test_parenthesized_withstmt)\nPASS: test_redundantdef (test.test_type_comments.TypeCommentTests.test_redundantdef)\nPASS: test_underscorednumber (test.test_type_comments.TypeCommentTests.test_underscorednumber)\nPASS: test_vardecl (test.test_type_comments.TypeCommentTests.test_vardecl)\nPASS: test_withstmt (test.test_type_comments.TypeCommentTests.test_withstmt)\n\n----------------------------------------------------------------------\nRan 17 tests in 0.006s\n\nOK\n0:02:41 load avg: 1.61 [421/480] test_tuple passed\nPASS: test_addmul (test.test_tuple.TupleTest.test_addmul)\nPASS: test_bigrepeat (test.test_tuple.TupleTest.test_bigrepeat)\nPASS: test_bug7466 (test.test_tuple.TupleTest.test_bug7466)\nPASS: test_constructors (test.test_tuple.TupleTest.test_constructors)\nPASS: test_contains (test.test_tuple.TupleTest.test_contains)\nPASS: test_contains_fake (test.test_tuple.TupleTest.test_contains_fake)\nPASS: test_contains_order (test.test_tuple.TupleTest.test_contains_order)\nPASS: test_count (test.test_tuple.TupleTest.test_count)\nPASS: test_free_after_iterating (test.test_tuple.TupleTest.test_free_after_iterating)\nPASS: test_getitem (test.test_tuple.TupleTest.test_getitem)\nPASS: test_getitem_error (test.test_tuple.TupleTest.test_getitem_error)\nPASS: test_getitemoverwriteiter (test.test_tuple.TupleTest.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_tuple.TupleTest.test_getslice)\nPASS: test_hash_exact (test.test_tuple.TupleTest.test_hash_exact)\nPASS: test_hash_optional (test.test_tuple.TupleTest.test_hash_optional)\nPASS: test_iadd (test.test_tuple.TupleTest.test_iadd)\nPASS: test_imul (test.test_tuple.TupleTest.test_imul)\nPASS: test_index (test.test_tuple.TupleTest.test_index)\nPASS: test_iterator_pickle (test.test_tuple.TupleTest.test_iterator_pickle)\nPASS: test_keyword_args (test.test_tuple.TupleTest.test_keyword_args)\nPASS: test_keywords_in_subclass (test.test_tuple.TupleTest.test_keywords_in_subclass)\nPASS: test_len (test.test_tuple.TupleTest.test_len)\nPASS: test_lexicographic_ordering (test.test_tuple.TupleTest.test_lexicographic_ordering)\nPASS: test_minmax (test.test_tuple.TupleTest.test_minmax)\nPASS: test_no_comdat_folding (test.test_tuple.TupleTest.test_no_comdat_folding)\nPASS: test_pickle (test.test_tuple.TupleTest.test_pickle)\nPASS: test_repeat (test.test_tuple.TupleTest.test_repeat)\nPASS: test_repr (test.test_tuple.TupleTest.test_repr)\nPASS: test_repr_large (test.test_tuple.TupleTest.test_repr_large)\nPASS: test_reversed_pickle (test.test_tuple.TupleTest.test_reversed_pickle)\nPASS: test_subscript (test.test_tuple.TupleTest.test_subscript)\nPASS: test_track_dynamic (test.test_tuple.TupleTest.test_track_dynamic)\nPASS: test_track_literals (test.test_tuple.TupleTest.test_track_literals)\nPASS: test_track_subtypes (test.test_tuple.TupleTest.test_track_subtypes)\nPASS: test_truth (test.test_tuple.TupleTest.test_truth)\nPASS: test_tupleresizebug (test.test_tuple.TupleTest.test_tupleresizebug)\n\n----------------------------------------------------------------------\nRan 36 tests in 0.341s\n\nOK\n0:02:41 load avg: 1.61 [422/480] test_typechecks passed\nPASS: testIsInstanceActual (test.test_typechecks.TypeChecksTest.testIsInstanceActual)\nPASS: testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest.testIsInstanceBuiltin)\nPASS: testIsSubclassActual (test.test_typechecks.TypeChecksTest.testIsSubclassActual)\nPASS: testIsSubclassBuiltin (test.test_typechecks.TypeChecksTest.testIsSubclassBuiltin)\nPASS: testIsSubclassInternal (test.test_typechecks.TypeChecksTest.testIsSubclassInternal)\nPASS: testSubclassBehavior (test.test_typechecks.TypeChecksTest.testSubclassBehavior)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:02:41 load avg: 1.61 [423/480] test_type_params passed\nPASS: test_defaults_on_class (test.test_type_params.DefaultsTest.test_defaults_on_class)\nPASS: test_defaults_on_func (test.test_type_params.DefaultsTest.test_defaults_on_func)\nPASS: test_defaults_on_type_alias (test.test_type_params.DefaultsTest.test_defaults_on_type_alias)\nPASS: test_lazy_evaluation (test.test_type_params.DefaultsTest.test_lazy_evaluation)\nPASS: test_nondefault_after_default (test.test_type_params.DefaultsTest.test_nondefault_after_default)\nPASS: test_starred_invalid (test.test_type_params.DefaultsTest.test_starred_invalid)\nPASS: test_starred_typevartuple (test.test_type_params.DefaultsTest.test_starred_typevartuple)\nPASS: test_symtable_key_regression_default (test.test_type_params.DefaultsTest.test_symtable_key_regression_default)\nPASS: test_symtable_key_regression_name (test.test_type_params.DefaultsTest.test_symtable_key_regression_name)\nPASS: test_types_new_class_no_callback (test.test_type_params.DynamicClassTest.test_types_new_class_no_callback)\nPASS: test_types_new_class_with_callback (test.test_type_params.DynamicClassTest.test_types_new_class_with_callback)\nPASS: test_class_access_01 (test.test_type_params.TypeParamsAccessTest.test_class_access_01)\nPASS: test_class_access_02 (test.test_type_params.TypeParamsAccessTest.test_class_access_02)\nPASS: test_class_access_03 (test.test_type_params.TypeParamsAccessTest.test_class_access_03)\nPASS: test_class_base_containing_lambda (test.test_type_params.TypeParamsAccessTest.test_class_base_containing_lambda)\nPASS: test_class_deref (test.test_type_params.TypeParamsAccessTest.test_class_deref)\nPASS: test_class_scope_interaction_01 (test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_01)\nPASS: test_class_scope_interaction_02 (test.test_type_params.TypeParamsAccessTest.test_class_scope_interaction_02)\nPASS: test_comprehension_01 (test.test_type_params.TypeParamsAccessTest.test_comprehension_01)\nPASS: test_comprehension_02 (test.test_type_params.TypeParamsAccessTest.test_comprehension_02)\nPASS: test_comprehension_03 (test.test_type_params.TypeParamsAccessTest.test_comprehension_03)\nPASS: test_function_access_01 (test.test_type_params.TypeParamsAccessTest.test_function_access_01)\nPASS: test_function_access_02 (test.test_type_params.TypeParamsAccessTest.test_function_access_02)\nPASS: test_function_access_03 (test.test_type_params.TypeParamsAccessTest.test_function_access_03)\nPASS: test_gen_exp_in_generic_method (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_generic_method)\nPASS: test_gen_exp_in_nested_class (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_class)\nPASS: test_gen_exp_in_nested_generic_class (test.test_type_params.TypeParamsAccessTest.test_gen_exp_in_nested_generic_class)\nPASS: test_lambda_in_alias_in_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_class)\nPASS: test_lambda_in_alias_in_generic_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_alias_in_generic_class)\nPASS: test_lambda_in_generic_alias_in_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_class)\nPASS: test_lambda_in_generic_alias_in_generic_class (test.test_type_params.TypeParamsAccessTest.test_lambda_in_generic_alias_in_generic_class)\nPASS: test_listcomp_in_nested_class (test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_class)\nPASS: test_listcomp_in_nested_generic_class (test.test_type_params.TypeParamsAccessTest.test_listcomp_in_nested_generic_class)\nPASS: test_method_access_01 (test.test_type_params.TypeParamsAccessTest.test_method_access_01)\nPASS: test_nested_access_01 (test.test_type_params.TypeParamsAccessTest.test_nested_access_01)\nPASS: test_nested_scope_in_generic_alias (test.test_type_params.TypeParamsAccessTest.test_nested_scope_in_generic_alias)\nPASS: test_out_of_scope_01 (test.test_type_params.TypeParamsAccessTest.test_out_of_scope_01)\nPASS: test_out_of_scope_02 (test.test_type_params.TypeParamsAccessTest.test_out_of_scope_02)\nPASS: test_reference_previous_typevar (test.test_type_params.TypeParamsAccessTest.test_reference_previous_typevar)\nPASS: test_shadowing_nonlocal (test.test_type_params.TypeParamsAccessTest.test_shadowing_nonlocal)\nPASS: test_super (test.test_type_params.TypeParamsAccessTest.test_super)\nPASS: test_type_alias_containing_lambda (test.test_type_params.TypeParamsAccessTest.test_type_alias_containing_lambda)\nPASS: test_type_special_case (test.test_type_params.TypeParamsAccessTest.test_type_special_case)\nPASS: test_alias (test.test_type_params.TypeParamsClassScopeTest.test_alias)\nPASS: test_binding_uses_global (test.test_type_params.TypeParamsClassScopeTest.test_binding_uses_global)\nPASS: test_bound (test.test_type_params.TypeParamsClassScopeTest.test_bound)\nPASS: test_explicit_global (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global)\nPASS: test_explicit_global_with_assignment (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_assignment)\nPASS: test_explicit_global_with_no_static_bound (test.test_type_params.TypeParamsClassScopeTest.test_explicit_global_with_no_static_bound)\nPASS: test_explicit_nonlocal (test.test_type_params.TypeParamsClassScopeTest.test_explicit_nonlocal)\nPASS: test_modified_later (test.test_type_params.TypeParamsClassScopeTest.test_modified_later)\nPASS: test_nested_free (test.test_type_params.TypeParamsClassScopeTest.test_nested_free)\nPASS: test_no_binding_uses_nonlocal (test.test_type_params.TypeParamsClassScopeTest.test_no_binding_uses_nonlocal)\nPASS: test_complex_base (test.test_type_params.TypeParamsComplexCallsTest.test_complex_base)\nPASS: test_defaults (test.test_type_params.TypeParamsComplexCallsTest.test_defaults)\nPASS: test_starargs_base (test.test_type_params.TypeParamsComplexCallsTest.test_starargs_base)\nPASS: test_disallowed_expressions (test.test_type_params.TypeParamsInvalidTest.test_disallowed_expressions)\nPASS: test_incorrect_mro_explicit_object (test.test_type_params.TypeParamsInvalidTest.test_incorrect_mro_explicit_object)\nPASS: test_name_collisions (test.test_type_params.TypeParamsInvalidTest.test_name_collisions)\nPASS: test_name_non_collision_02 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_02)\nPASS: test_name_non_collision_03 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_03)\nPASS: test_name_non_collision_04 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_04)\nPASS: test_name_non_collision_05 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_05)\nPASS: test_name_non_collision_06 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_06)\nPASS: test_name_non_collision_07 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_07)\nPASS: test_name_non_collision_08 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_08)\nPASS: test_name_non_collision_10 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_10)\nPASS: test_name_non_collision_13 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_13)\nPASS: test_name_non_collision_9 (test.test_type_params.TypeParamsInvalidTest.test_name_non_collision_9)\nPASS: test_evaluation_error (test.test_type_params.TypeParamsLazyEvaluationTest.test_evaluation_error)\nPASS: test_qualname (test.test_type_params.TypeParamsLazyEvaluationTest.test_qualname)\nPASS: test_recursive_class (test.test_type_params.TypeParamsLazyEvaluationTest.test_recursive_class)\nPASS: test_mangling (test.test_type_params.TypeParamsManglingTest.test_mangling)\nPASS: test_no_leaky_mangling_in_class (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_class)\nPASS: test_no_leaky_mangling_in_function (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_function)\nPASS: test_no_leaky_mangling_in_module (test.test_type_params.TypeParamsManglingTest.test_no_leaky_mangling_in_module)\nPASS: test_no_mangling_in_bases (test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_bases)\nPASS: test_no_mangling_in_nested_scopes (test.test_type_params.TypeParamsManglingTest.test_no_mangling_in_nested_scopes)\nPASS: test_type_params_are_mangled (test.test_type_params.TypeParamsManglingTest.test_type_params_are_mangled)\nPASS: test_nonlocal_allowed (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_allowed)\nPASS: test_nonlocal_disallowed_01 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_01)\nPASS: test_nonlocal_disallowed_02 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_02)\nPASS: test_nonlocal_disallowed_03 (test.test_type_params.TypeParamsNonlocalTest.test_nonlocal_disallowed_03)\nPASS: test_pickling_classes (test.test_type_params.TypeParamsPickleTest.test_pickling_classes)\nPASS: test_pickling_functions (test.test_type_params.TypeParamsPickleTest.test_pickling_functions)\nPASS: test_broken_class_namespace (test.test_type_params.TypeParamsRuntimeTest.test_broken_class_namespace)\nPASS: test_name_error (test.test_type_params.TypeParamsRuntimeTest.test_name_error)\nPASS: test_traditional_01 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_01)\nPASS: test_traditional_02 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_02)\nPASS: test_traditional_03 (test.test_type_params.TypeParamsTraditionalTypeVarsTest.test_traditional_03)\nPASS: test_typeparams_dunder_class_01 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_01)\nPASS: test_typeparams_dunder_class_02 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_02)\nPASS: test_typeparams_dunder_class_03 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_class_03)\nPASS: test_typeparams_dunder_function_01 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_01)\nPASS: test_typeparams_dunder_function_02 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_02)\nPASS: test_typeparams_dunder_function_03 (test.test_type_params.TypeParamsTypeParamsDunder.test_typeparams_dunder_function_03)\nPASS: test_paramspec_01 (test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_01)\nPASS: test_paramspec_02 (test.test_type_params.TypeParamsTypeVarParamSpecTest.test_paramspec_02)\nPASS: test_typevar_01 (test.test_type_params.TypeParamsTypeVarTest.test_typevar_01)\nPASS: test_typevar_coroutine (test.test_type_params.TypeParamsTypeVarTest.test_typevar_coroutine)\nPASS: test_typevar_generator (test.test_type_params.TypeParamsTypeVarTest.test_typevar_generator)\nPASS: test_typevartuple_01 (test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_01)\nPASS: test_typevartuple_02 (test.test_type_params.TypeParamsTypeVarTupleTest.test_typevartuple_02)\nPASS: test_weakrefs (test.test_type_params.TypeParamsWeakRefTest.test_weakrefs)\n\n----------------------------------------------------------------------\nRan 104 tests in 0.019s\n\nOK\n0:02:41 load avg: 1.61 [424/480] test_ucn passed\nPASS: test_aliases (test.test_ucn.UnicodeNamesTest.test_aliases)\nPASS: test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_aliases_names_in_pua_range)\nPASS: test_ascii_letters (test.test_ucn.UnicodeNamesTest.test_ascii_letters)\nPASS: test_bmp_characters (test.test_ucn.UnicodeNamesTest.test_bmp_characters)\nPASS: test_cjk_unified_ideographs (test.test_ucn.UnicodeNamesTest.test_cjk_unified_ideographs)\nPASS: test_errors (test.test_ucn.UnicodeNamesTest.test_errors)\nPASS: test_general (test.test_ucn.UnicodeNamesTest.test_general)\nPASS: test_hangul_syllables (test.test_ucn.UnicodeNamesTest.test_hangul_syllables)\nSKIP: test_issue16335 (test.test_ucn.UnicodeNamesTest.test_issue16335) 'not enough memory: 12.0G minimum needed'\nPASS: test_misc_symbols (test.test_ucn.UnicodeNamesTest.test_misc_symbols)\nSKIP: test_named_sequences_full (test.test_ucn.UnicodeNamesTest.test_named_sequences_full) \"Use of the 'urlfetch' resource not enabled\"\nPASS: test_named_sequences_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_named_sequences_names_in_pua_range)\nPASS: test_named_sequences_sample (test.test_ucn.UnicodeNamesTest.test_named_sequences_sample)\nPASS: test_strict_error_handling (test.test_ucn.UnicodeNamesTest.test_strict_error_handling)\n\n----------------------------------------------------------------------\nRan 14 tests in 0.059s\n\nOK (skipped=2)\n0:02:41 load avg: 1.61 [425/480] test_types passed\nPASS: test_bad___prepare__ (test.test_types.ClassCreationTests.test_bad___prepare__)\nPASS: test_get_original_bases (test.test_types.ClassCreationTests.test_get_original_bases)\nPASS: test_metaclass_derivation (test.test_types.ClassCreationTests.test_metaclass_derivation)\nPASS: test_metaclass_new_error (test.test_types.ClassCreationTests.test_metaclass_new_error)\nPASS: test_metaclass_override_callable (test.test_types.ClassCreationTests.test_metaclass_override_callable)\nPASS: test_metaclass_override_function (test.test_types.ClassCreationTests.test_metaclass_override_function)\nPASS: test_new_class_basics (test.test_types.ClassCreationTests.test_new_class_basics)\nPASS: test_new_class_defaults (test.test_types.ClassCreationTests.test_new_class_defaults)\nPASS: test_new_class_exec_body (test.test_types.ClassCreationTests.test_new_class_exec_body)\nPASS: test_new_class_meta (test.test_types.ClassCreationTests.test_new_class_meta)\nPASS: test_new_class_meta_with_base (test.test_types.ClassCreationTests.test_new_class_meta_with_base)\nPASS: test_new_class_metaclass_keywords (test.test_types.ClassCreationTests.test_new_class_metaclass_keywords)\nPASS: test_new_class_subclass (test.test_types.ClassCreationTests.test_new_class_subclass)\nPASS: test_new_class_with_mro_entry (test.test_types.ClassCreationTests.test_new_class_with_mro_entry)\nPASS: test_new_class_with_mro_entry_error (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_error)\nPASS: test_new_class_with_mro_entry_genericalias (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_genericalias)\nPASS: test_new_class_with_mro_entry_multiple (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple)\nPASS: test_new_class_with_mro_entry_multiple_2 (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple_2)\nPASS: test_new_class_with_mro_entry_none (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_none)\nPASS: test_one_argument_type (test.test_types.ClassCreationTests.test_one_argument_type)\nPASS: test_prepare_class (test.test_types.ClassCreationTests.test_prepare_class)\nPASS: test_resolve_bases (test.test_types.ClassCreationTests.test_resolve_bases)\nPASS: test_resolve_bases_with_mro_entry (test.test_types.ClassCreationTests.test_resolve_bases_with_mro_entry)\nPASS: test_tuple_subclass_as_bases (test.test_types.ClassCreationTests.test_tuple_subclass_as_bases)\nPASS: test_async_def (test.test_types.CoroutineTests.test_async_def)\nPASS: test_duck_coro (test.test_types.CoroutineTests.test_duck_coro)\nPASS: test_duck_corogen (test.test_types.CoroutineTests.test_duck_corogen)\nPASS: test_duck_functional_gen (test.test_types.CoroutineTests.test_duck_functional_gen)\nPASS: test_duck_gen (test.test_types.CoroutineTests.test_duck_gen)\nPASS: test_gen (test.test_types.CoroutineTests.test_gen)\nPASS: test_genfunc (test.test_types.CoroutineTests.test_genfunc)\nPASS: test_non_gen_values (test.test_types.CoroutineTests.test_non_gen_values)\nPASS: test_returning_itercoro (test.test_types.CoroutineTests.test_returning_itercoro)\nPASS: test_wrapper_object (test.test_types.CoroutineTests.test_wrapper_object)\nPASS: test_wrong_args (test.test_types.CoroutineTests.test_wrong_args)\nPASS: test_function_type_defaults (test.test_types.FunctionTests.test_function_type_defaults)\nPASS: test_function_type_wrong_defaults (test.test_types.FunctionTests.test_function_type_wrong_defaults)\nPASS: test_chainmap (test.test_types.MappingProxyTests.test_chainmap)\nPASS: test_constructor (test.test_types.MappingProxyTests.test_constructor)\nPASS: test_contains (test.test_types.MappingProxyTests.test_contains)\nPASS: test_copy (test.test_types.MappingProxyTests.test_copy)\nPASS: test_customdict (test.test_types.MappingProxyTests.test_customdict)\nPASS: test_get (test.test_types.MappingProxyTests.test_get)\nPASS: test_hash (test.test_types.MappingProxyTests.test_hash)\nPASS: test_iterators (test.test_types.MappingProxyTests.test_iterators)\nPASS: test_len (test.test_types.MappingProxyTests.test_len)\nPASS: test_methods (test.test_types.MappingProxyTests.test_methods)\nPASS: test_missing (test.test_types.MappingProxyTests.test_missing)\nPASS: test_reversed (test.test_types.MappingProxyTests.test_reversed)\nPASS: test_union (test.test_types.MappingProxyTests.test_union)\nPASS: test_views (test.test_types.MappingProxyTests.test_views)\nPASS: test_as_dict (test.test_types.SimpleNamespaceTests.test_as_dict)\nPASS: test_attrdel (test.test_types.SimpleNamespaceTests.test_attrdel)\nPASS: test_attrget (test.test_types.SimpleNamespaceTests.test_attrget)\nPASS: test_attrset (test.test_types.SimpleNamespaceTests.test_attrset)\nPASS: test_constructor (test.test_types.SimpleNamespaceTests.test_constructor)\nPASS: test_equal (test.test_types.SimpleNamespaceTests.test_equal)\nPASS: test_fake_namespace_compare (test.test_types.SimpleNamespaceTests.test_fake_namespace_compare)\nPASS: test_nested (test.test_types.SimpleNamespaceTests.test_nested)\nPASS: test_pickle (test.test_types.SimpleNamespaceTests.test_pickle)\nPASS: test_recursive (test.test_types.SimpleNamespaceTests.test_recursive)\nPASS: test_recursive_repr (test.test_types.SimpleNamespaceTests.test_recursive_repr)\nPASS: test_replace (test.test_types.SimpleNamespaceTests.test_replace)\nPASS: test_replace_subclass (test.test_types.SimpleNamespaceTests.test_replace_subclass)\nPASS: test_repr (test.test_types.SimpleNamespaceTests.test_repr)\nPASS: test_subclass (test.test_types.SimpleNamespaceTests.test_subclass)\nPASS: test_unbound (test.test_types.SimpleNamespaceTests.test_unbound)\nPASS: test_underlying_dict (test.test_types.SimpleNamespaceTests.test_underlying_dict)\nPASS: test_static_types_inherited_slots (test.test_types.SubinterpreterTests.test_static_types_inherited_slots)\nPASS: test_boolean_ops (test.test_types.TypesTests.test_boolean_ops)\nPASS: test_call_unbound_crash (test.test_types.TypesTests.test_call_unbound_crash)\nPASS: test_capsule_type (test.test_types.TypesTests.test_capsule_type)\nPASS: test_comparisons (test.test_types.TypesTests.test_comparisons)\nPASS: test_dunder_get_signature (test.test_types.TypesTests.test_dunder_get_signature)\nPASS: test_ellipsis_type (test.test_types.TypesTests.test_ellipsis_type)\nPASS: test_float__format__ (test.test_types.TypesTests.test_float__format__)\nPASS: test_float__format__locale (test.test_types.TypesTests.test_float__format__locale)\nPASS: test_float_constructor (test.test_types.TypesTests.test_float_constructor)\nPASS: test_float_to_string (test.test_types.TypesTests.test_float_to_string)\nPASS: test_floats (test.test_types.TypesTests.test_floats)\nPASS: test_format_spec_errors (test.test_types.TypesTests.test_format_spec_errors)\nPASS: test_int__format__ (test.test_types.TypesTests.test_int__format__)\nPASS: test_int__format__locale (test.test_types.TypesTests.test_int__format__locale)\nPASS: test_internal_sizes (test.test_types.TypesTests.test_internal_sizes)\nPASS: test_method_descriptor_crash (test.test_types.TypesTests.test_method_descriptor_crash)\nPASS: test_method_descriptor_types (test.test_types.TypesTests.test_method_descriptor_types)\nPASS: test_method_wrapper_types (test.test_types.TypesTests.test_method_wrapper_types)\nPASS: test_none_type (test.test_types.TypesTests.test_none_type)\nPASS: test_normal_integers (test.test_types.TypesTests.test_normal_integers)\nPASS: test_notimplemented_type (test.test_types.TypesTests.test_notimplemented_type)\nPASS: test_numeric_types (test.test_types.TypesTests.test_numeric_types)\nPASS: test_slot_wrapper_types (test.test_types.TypesTests.test_slot_wrapper_types)\nPASS: test_strings (test.test_types.TypesTests.test_strings)\nPASS: test_traceback_and_frame_types (test.test_types.TypesTests.test_traceback_and_frame_types)\nPASS: test_truth_values (test.test_types.TypesTests.test_truth_values)\nPASS: test_type_function (test.test_types.TypesTests.test_type_function)\nPASS: test_zero_division (test.test_types.TypesTests.test_zero_division)\nPASS: test_bad_instancecheck (test.test_types.UnionTests.test_bad_instancecheck)\nPASS: test_bad_subclasscheck (test.test_types.UnionTests.test_bad_subclasscheck)\nPASS: test_hash (test.test_types.UnionTests.test_hash)\nPASS: test_instancecheck_and_subclasscheck (test.test_types.UnionTests.test_instancecheck_and_subclasscheck)\nPASS: test_instancecheck_and_subclasscheck_order (test.test_types.UnionTests.test_instancecheck_and_subclasscheck_order)\nSKIP: test_or_type_operator_reference_cycle (test.test_types.UnionTests.test_or_type_operator_reference_cycle) 'Cannot get total reference count.'\nPASS: test_or_type_operator_with_Alias (test.test_types.UnionTests.test_or_type_operator_with_Alias)\nPASS: test_or_type_operator_with_IO (test.test_types.UnionTests.test_or_type_operator_with_IO)\nPASS: test_or_type_operator_with_Literal (test.test_types.UnionTests.test_or_type_operator_with_Literal)\nPASS: test_or_type_operator_with_NamedTuple (test.test_types.UnionTests.test_or_type_operator_with_NamedTuple)\nPASS: test_or_type_operator_with_NewType (test.test_types.UnionTests.test_or_type_operator_with_NewType)\nPASS: test_or_type_operator_with_Protocol (test.test_types.UnionTests.test_or_type_operator_with_Protocol)\nPASS: test_or_type_operator_with_SpecialForm (test.test_types.UnionTests.test_or_type_operator_with_SpecialForm)\nPASS: test_or_type_operator_with_TypeVar (test.test_types.UnionTests.test_or_type_operator_with_TypeVar)\nPASS: test_or_type_operator_with_TypedDict (test.test_types.UnionTests.test_or_type_operator_with_TypedDict)\nPASS: test_or_type_operator_with_bad_module (test.test_types.UnionTests.test_or_type_operator_with_bad_module)\nPASS: test_or_type_operator_with_forward (test.test_types.UnionTests.test_or_type_operator_with_forward)\nPASS: test_or_type_operator_with_genericalias (test.test_types.UnionTests.test_or_type_operator_with_genericalias)\nPASS: test_or_type_repr (test.test_types.UnionTests.test_or_type_repr)\nPASS: test_or_types_operator (test.test_types.UnionTests.test_or_types_operator)\nPASS: test_union_args (test.test_types.UnionTests.test_union_args)\nPASS: test_union_copy (test.test_types.UnionTests.test_union_copy)\nPASS: test_union_of_unhashable (test.test_types.UnionTests.test_union_of_unhashable)\nPASS: test_union_parameter_chaining (test.test_types.UnionTests.test_union_parameter_chaining)\nPASS: test_union_parameter_substitution (test.test_types.UnionTests.test_union_parameter_substitution)\nPASS: test_union_parameter_substitution_errors (test.test_types.UnionTests.test_union_parameter_substitution_errors)\nPASS: test_union_pickle (test.test_types.UnionTests.test_union_pickle)\n\n----------------------------------------------------------------------\nRan 124 tests in 0.162s\n\nOK (skipped=1)\n0:02:41 load avg: 1.61 [426/480] test_unary passed\nPASS: test_bad_types (test.test_unary.UnaryOpTestCase.test_bad_types)\nPASS: test_invert (test.test_unary.UnaryOpTestCase.test_invert)\nPASS: test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase.test_negation_of_exponentiation)\nPASS: test_negative (test.test_unary.UnaryOpTestCase.test_negative)\nPASS: test_no_overflow (test.test_unary.UnaryOpTestCase.test_no_overflow)\nPASS: test_positive (test.test_unary.UnaryOpTestCase.test_positive)\n\n----------------------------------------------------------------------\nRan 6 tests in 0.000s\n\nOK\n0:02:41 load avg: 1.61 [427/480] test_typing passed\nPASS: test_all (test.test_typing.AllTests.test_all)\nPASS: test_all_exported_names (test.test_typing.AllTests.test_all_exported_names)\nPASS: test_annotated_cached_with_types (test.test_typing.AnnotatedTests.test_annotated_cached_with_types)\nPASS: test_annotated_in_other_types (test.test_typing.AnnotatedTests.test_annotated_in_other_types)\nPASS: test_annotated_mro (test.test_typing.AnnotatedTests.test_annotated_mro)\nPASS: test_attr_passthrough (test.test_typing.AnnotatedTests.test_attr_passthrough)\nPASS: test_cannot_check_instance (test.test_typing.AnnotatedTests.test_cannot_check_instance)\nPASS: test_cannot_check_subclass (test.test_typing.AnnotatedTests.test_cannot_check_subclass)\nPASS: test_cannot_getattr_typevar (test.test_typing.AnnotatedTests.test_cannot_getattr_typevar)\nPASS: test_cannot_instantiate_forward (test.test_typing.AnnotatedTests.test_cannot_instantiate_forward)\nPASS: test_cannot_instantiate_type_var (test.test_typing.AnnotatedTests.test_cannot_instantiate_type_var)\nPASS: test_cannot_subclass (test.test_typing.AnnotatedTests.test_cannot_subclass)\nPASS: test_deduplicate_from_union (test.test_typing.AnnotatedTests.test_deduplicate_from_union)\nPASS: test_dir (test.test_typing.AnnotatedTests.test_dir)\nPASS: test_flatten (test.test_typing.AnnotatedTests.test_flatten)\nPASS: test_hash_eq (test.test_typing.AnnotatedTests.test_hash_eq)\nPASS: test_instantiate (test.test_typing.AnnotatedTests.test_instantiate)\nPASS: test_instantiate_generic (test.test_typing.AnnotatedTests.test_instantiate_generic)\nPASS: test_instantiate_immutable (test.test_typing.AnnotatedTests.test_instantiate_immutable)\nPASS: test_new (test.test_typing.AnnotatedTests.test_new)\nPASS: test_order_in_union (test.test_typing.AnnotatedTests.test_order_in_union)\nPASS: test_pickle (test.test_typing.AnnotatedTests.test_pickle)\nPASS: test_repr (test.test_typing.AnnotatedTests.test_repr)\nPASS: test_special_form_containment (test.test_typing.AnnotatedTests.test_special_form_containment)\nPASS: test_special_forms_nesting (test.test_typing.AnnotatedTests.test_special_forms_nesting)\nPASS: test_specialize (test.test_typing.AnnotatedTests.test_specialize)\nPASS: test_subst (test.test_typing.AnnotatedTests.test_subst)\nPASS: test_too_few_type_args (test.test_typing.AnnotatedTests.test_too_few_type_args)\nPASS: test_typevar_subst (test.test_typing.AnnotatedTests.test_typevar_subst)\nPASS: test_any_instance_type_error (test.test_typing.AnyTests.test_any_instance_type_error)\nPASS: test_any_works_with_alias (test.test_typing.AnyTests.test_any_works_with_alias)\nPASS: test_can_subclass (test.test_typing.AnyTests.test_can_subclass)\nPASS: test_cannot_instantiate (test.test_typing.AnyTests.test_cannot_instantiate)\nPASS: test_errors (test.test_typing.AnyTests.test_errors)\nPASS: test_multiple_inheritance_with_custom_constructors (test.test_typing.AnyTests.test_multiple_inheritance_with_custom_constructors)\nPASS: test_repr (test.test_typing.AnyTests.test_repr)\nPASS: test_subclassing_with_custom_constructor (test.test_typing.AnyTests.test_subclassing_with_custom_constructor)\nPASS: test_exception (test.test_typing.AssertNeverTests.test_exception)\nPASS: test_basics (test.test_typing.AssertTypeTests.test_basics)\nPASS: test_errors (test.test_typing.AssertTypeTests.test_errors)\nPASS: test_basics (test.test_typing.CastTests.test_basics)\nPASS: test_errors (test.test_typing.CastTests.test_errors)\nPASS: test_basics (test.test_typing.ClassVarTests.test_basics)\nPASS: test_cannot_init (test.test_typing.ClassVarTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.ClassVarTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.ClassVarTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.ClassVarTests.test_repr)\nPASS: test_abstractset (test.test_typing.CollectionsAbcTests.test_abstractset)\nPASS: test_async_generator (test.test_typing.CollectionsAbcTests.test_async_generator)\nPASS: test_async_iterable (test.test_typing.CollectionsAbcTests.test_async_iterable)\nPASS: test_async_iterator (test.test_typing.CollectionsAbcTests.test_async_iterator)\nPASS: test_awaitable (test.test_typing.CollectionsAbcTests.test_awaitable)\nPASS: test_bytestring (test.test_typing.CollectionsAbcTests.test_bytestring)\nPASS: test_chainmap_instantiation (test.test_typing.CollectionsAbcTests.test_chainmap_instantiation)\nPASS: test_chainmap_subclass (test.test_typing.CollectionsAbcTests.test_chainmap_subclass)\nPASS: test_collection (test.test_typing.CollectionsAbcTests.test_collection)\nPASS: test_collections_as_base (test.test_typing.CollectionsAbcTests.test_collections_as_base)\nPASS: test_container (test.test_typing.CollectionsAbcTests.test_container)\nPASS: test_coroutine (test.test_typing.CollectionsAbcTests.test_coroutine)\nPASS: test_counter (test.test_typing.CollectionsAbcTests.test_counter)\nPASS: test_counter_instantiation (test.test_typing.CollectionsAbcTests.test_counter_instantiation)\nPASS: test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_counter_subclass_instantiation)\nPASS: test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests.test_defaultdict_instantiation)\nPASS: test_defaultdict_subclass (test.test_typing.CollectionsAbcTests.test_defaultdict_subclass)\nPASS: test_deque (test.test_typing.CollectionsAbcTests.test_deque)\nPASS: test_deque_instantiation (test.test_typing.CollectionsAbcTests.test_deque_instantiation)\nPASS: test_dict (test.test_typing.CollectionsAbcTests.test_dict)\nPASS: test_dict_subclass (test.test_typing.CollectionsAbcTests.test_dict_subclass)\nPASS: test_dict_subscribe (test.test_typing.CollectionsAbcTests.test_dict_subscribe)\nPASS: test_frozenset (test.test_typing.CollectionsAbcTests.test_frozenset)\nPASS: test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_frozenset_subclass_instantiation)\nPASS: test_generator (test.test_typing.CollectionsAbcTests.test_generator)\nPASS: test_generator_default (test.test_typing.CollectionsAbcTests.test_generator_default)\nPASS: test_hashable (test.test_typing.CollectionsAbcTests.test_hashable)\nPASS: test_iterable (test.test_typing.CollectionsAbcTests.test_iterable)\nPASS: test_iterator (test.test_typing.CollectionsAbcTests.test_iterator)\nPASS: test_list (test.test_typing.CollectionsAbcTests.test_list)\nPASS: test_list_subclass (test.test_typing.CollectionsAbcTests.test_list_subclass)\nPASS: test_mapping (test.test_typing.CollectionsAbcTests.test_mapping)\nPASS: test_mutablemapping (test.test_typing.CollectionsAbcTests.test_mutablemapping)\nPASS: test_mutablesequence (test.test_typing.CollectionsAbcTests.test_mutablesequence)\nPASS: test_mutableset (test.test_typing.CollectionsAbcTests.test_mutableset)\nPASS: test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_async_generator_instantiation)\nPASS: test_no_dict_instantiation (test.test_typing.CollectionsAbcTests.test_no_dict_instantiation)\nPASS: test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests.test_no_frozenset_instantiation)\nPASS: test_no_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_generator_instantiation)\nPASS: test_no_list_instantiation (test.test_typing.CollectionsAbcTests.test_no_list_instantiation)\nPASS: test_no_set_instantiation (test.test_typing.CollectionsAbcTests.test_no_set_instantiation)\nPASS: test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests.test_no_tuple_instantiation)\nPASS: test_or_and_ror (test.test_typing.CollectionsAbcTests.test_or_and_ror)\nPASS: test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests.test_ordereddict_instantiation)\nPASS: test_ordereddict_subclass (test.test_typing.CollectionsAbcTests.test_ordereddict_subclass)\nPASS: test_sequence (test.test_typing.CollectionsAbcTests.test_sequence)\nPASS: test_set (test.test_typing.CollectionsAbcTests.test_set)\nPASS: test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_set_subclass_instantiation)\nPASS: test_sized (test.test_typing.CollectionsAbcTests.test_sized)\nPASS: test_subclassing (test.test_typing.CollectionsAbcTests.test_subclassing)\nPASS: test_subclassing_async_generator (test.test_typing.CollectionsAbcTests.test_subclassing_async_generator)\nPASS: test_subclassing_register (test.test_typing.CollectionsAbcTests.test_subclassing_register)\nPASS: test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests.test_subclassing_subclasshook)\nPASS: test_basic (test.test_typing.CollectionsCallableTests.test_basic)\nPASS: test_callable_instance_type_error (test.test_typing.CollectionsCallableTests.test_callable_instance_type_error)\nPASS: test_callable_instance_works (test.test_typing.CollectionsCallableTests.test_callable_instance_works)\nPASS: test_callable_with_ellipsis (test.test_typing.CollectionsCallableTests.test_callable_with_ellipsis)\nPASS: test_callable_wrong_forms (test.test_typing.CollectionsCallableTests.test_callable_wrong_forms)\nPASS: test_cannot_instantiate (test.test_typing.CollectionsCallableTests.test_cannot_instantiate)\nPASS: test_concatenate (test.test_typing.CollectionsCallableTests.test_concatenate)\nPASS: test_dir (test.test_typing.CollectionsCallableTests.test_dir)\nPASS: test_ellipsis_in_generic (test.test_typing.CollectionsCallableTests.test_ellipsis_in_generic)\nPASS: test_eq_hash (test.test_typing.CollectionsCallableTests.test_eq_hash)\nPASS: test_errors (test.test_typing.CollectionsCallableTests.test_errors)\nPASS: test_nested_paramspec (test.test_typing.CollectionsCallableTests.test_nested_paramspec)\nPASS: test_or_and_ror (test.test_typing.CollectionsCallableTests.test_or_and_ror)\nPASS: test_paramspec (test.test_typing.CollectionsCallableTests.test_paramspec)\nPASS: test_pickle (test.test_typing.CollectionsCallableTests.test_pickle)\nPASS: test_repr (test.test_typing.CollectionsCallableTests.test_repr)\nPASS: test_self_subclass (test.test_typing.CollectionsCallableTests.test_self_subclass)\nPASS: test_type_erasure (test.test_typing.CollectionsCallableTests.test_type_erasure)\nPASS: test_type_subst_error (test.test_typing.CollectionsCallableTests.test_type_subst_error)\nPASS: test_var_substitution (test.test_typing.CollectionsCallableTests.test_var_substitution)\nPASS: test_weakref (test.test_typing.CollectionsCallableTests.test_weakref)\nPASS: test_basics (test.test_typing.ConcatenateTests.test_basics)\nPASS: test_dir (test.test_typing.ConcatenateTests.test_dir)\nPASS: test_invalid_uses (test.test_typing.ConcatenateTests.test_invalid_uses)\nPASS: test_valid_uses (test.test_typing.ConcatenateTests.test_valid_uses)\nPASS: test_var_substitution (test.test_typing.ConcatenateTests.test_var_substitution)\nPASS: test_base_class (test.test_typing.DataclassTransformTests.test_base_class)\nPASS: test_decorator (test.test_typing.DataclassTransformTests.test_decorator)\nPASS: test_metaclass (test.test_typing.DataclassTransformTests.test_metaclass)\nPASS: test_dunder_final (test.test_typing.FinalDecoratorTests.test_dunder_final)\nPASS: test_final_unmodified (test.test_typing.FinalDecoratorTests.test_final_unmodified)\nPASS: test_basics (test.test_typing.FinalTests.test_basics)\nPASS: test_cannot_init (test.test_typing.FinalTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.FinalTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.FinalTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.FinalTests.test_repr)\nPASS: test_basics (test.test_typing.ForwardRefTests.test_basics)\nPASS: test_callable_forward (test.test_typing.ForwardRefTests.test_callable_forward)\nPASS: test_callable_with_ellipsis_forward (test.test_typing.ForwardRefTests.test_callable_with_ellipsis_forward)\nPASS: test_default_globals (test.test_typing.ForwardRefTests.test_default_globals)\nPASS: test_delayed_syntax_error (test.test_typing.ForwardRefTests.test_delayed_syntax_error)\nPASS: test_double_forward (test.test_typing.ForwardRefTests.test_double_forward)\nPASS: test_final_forward_ref (test.test_typing.ForwardRefTests.test_final_forward_ref)\nPASS: test_forward_equality (test.test_typing.ForwardRefTests.test_forward_equality)\nPASS: test_forward_equality_gth (test.test_typing.ForwardRefTests.test_forward_equality_gth)\nPASS: test_forward_equality_hash (test.test_typing.ForwardRefTests.test_forward_equality_hash)\nPASS: test_forward_equality_namespace (test.test_typing.ForwardRefTests.test_forward_equality_namespace)\nPASS: test_forward_recursion_actually (test.test_typing.ForwardRefTests.test_forward_recursion_actually)\nPASS: test_forward_repr (test.test_typing.ForwardRefTests.test_forward_repr)\nPASS: test_forwardref_instance_type_error (test.test_typing.ForwardRefTests.test_forwardref_instance_type_error)\nPASS: test_forwardref_only_str_arg (test.test_typing.ForwardRefTests.test_forwardref_only_str_arg)\nPASS: test_forwardref_subclass_type_error (test.test_typing.ForwardRefTests.test_forwardref_subclass_type_error)\nPASS: test_meta_no_type_check (test.test_typing.ForwardRefTests.test_meta_no_type_check)\nPASS: test_name_error (test.test_typing.ForwardRefTests.test_name_error)\nPASS: test_no_type_check (test.test_typing.ForwardRefTests.test_no_type_check)\nPASS: test_no_type_check_TypeError (test.test_typing.ForwardRefTests.test_no_type_check_TypeError)\nPASS: test_no_type_check_class (test.test_typing.ForwardRefTests.test_no_type_check_class)\nPASS: test_no_type_check_class_and_static_methods (test.test_typing.ForwardRefTests.test_no_type_check_class_and_static_methods)\nPASS: test_no_type_check_foreign_functions (test.test_typing.ForwardRefTests.test_no_type_check_foreign_functions)\nPASS: test_no_type_check_forward_ref_as_string (test.test_typing.ForwardRefTests.test_no_type_check_forward_ref_as_string)\nPASS: test_no_type_check_lambda (test.test_typing.ForwardRefTests.test_no_type_check_lambda)\nPASS: test_no_type_check_nested_types (test.test_typing.ForwardRefTests.test_no_type_check_nested_types)\nPASS: test_no_type_check_no_bases (test.test_typing.ForwardRefTests.test_no_type_check_no_bases)\nPASS: test_no_type_check_other_module (test.test_typing.ForwardRefTests.test_no_type_check_other_module)\nPASS: test_or (test.test_typing.ForwardRefTests.test_or)\nPASS: test_special_forms_forward (test.test_typing.ForwardRefTests.test_special_forms_forward)\nPASS: test_syntax_error (test.test_typing.ForwardRefTests.test_syntax_error)\nPASS: test_syntax_error_empty_string (test.test_typing.ForwardRefTests.test_syntax_error_empty_string)\nPASS: test_tuple_forward (test.test_typing.ForwardRefTests.test_tuple_forward)\nPASS: test_union_forward (test.test_typing.ForwardRefTests.test_union_forward)\nPASS: test_union_forward_recursion (test.test_typing.ForwardRefTests.test_union_forward_recursion)\nPASS: test_one_parameter (test.test_typing.GenericAliasSubstitutionTests.test_one_parameter)\nPASS: test_three_parameters (test.test_typing.GenericAliasSubstitutionTests.test_three_parameters)\nPASS: test_two_parameters (test.test_typing.GenericAliasSubstitutionTests.test_two_parameters)\nPASS: test_variadic_parameters (test.test_typing.GenericAliasSubstitutionTests.test_variadic_parameters)\nPASS: test_abc_bases (test.test_typing.GenericTests.test_abc_bases)\nPASS: test_abc_registry_kept (test.test_typing.GenericTests.test_abc_registry_kept)\nPASS: test_all_repr_eq_any (test.test_typing.GenericTests.test_all_repr_eq_any)\nPASS: test_basics (test.test_typing.GenericTests.test_basics)\nPASS: test_chain_repr (test.test_typing.GenericTests.test_chain_repr)\nPASS: test_complex_subclasses (test.test_typing.GenericTests.test_complex_subclasses)\nPASS: test_copy_and_deepcopy (test.test_typing.GenericTests.test_copy_and_deepcopy)\nPASS: test_copy_generic_instances (test.test_typing.GenericTests.test_copy_generic_instances)\nPASS: test_dict (test.test_typing.GenericTests.test_dict)\nPASS: test_eq_1 (test.test_typing.GenericTests.test_eq_1)\nPASS: test_eq_2 (test.test_typing.GenericTests.test_eq_2)\nPASS: test_errors (test.test_typing.GenericTests.test_errors)\nPASS: test_extended_generic_rules_eq (test.test_typing.GenericTests.test_extended_generic_rules_eq)\nPASS: test_extended_generic_rules_repr (test.test_typing.GenericTests.test_extended_generic_rules_repr)\nPASS: test_extended_generic_rules_subclassing (test.test_typing.GenericTests.test_extended_generic_rules_subclassing)\nPASS: test_fail_with_bare_generic (test.test_typing.GenericTests.test_fail_with_bare_generic)\nPASS: test_fail_with_bare_union (test.test_typing.GenericTests.test_fail_with_bare_union)\nPASS: test_false_subclasses (test.test_typing.GenericTests.test_false_subclasses)\nPASS: test_generic_errors (test.test_typing.GenericTests.test_generic_errors)\nPASS: test_generic_forward_ref (test.test_typing.GenericTests.test_generic_forward_ref)\nPASS: test_generic_hashes (test.test_typing.GenericTests.test_generic_hashes)\nPASS: test_generic_pep585_forward_ref (test.test_typing.GenericTests.test_generic_pep585_forward_ref)\nPASS: test_generic_subclass_checks (test.test_typing.GenericTests.test_generic_subclass_checks)\nPASS: test_immutability_by_copy_and_pickle (test.test_typing.GenericTests.test_immutability_by_copy_and_pickle)\nPASS: test_implicit_any (test.test_typing.GenericTests.test_implicit_any)\nPASS: test_init (test.test_typing.GenericTests.test_init)\nPASS: test_init_subclass (test.test_typing.GenericTests.test_init_subclass)\nPASS: test_init_subclass_super_called (test.test_typing.GenericTests.test_init_subclass_super_called)\nPASS: test_multi_subscr_base (test.test_typing.GenericTests.test_multi_subscr_base)\nPASS: test_multiple_bases (test.test_typing.GenericTests.test_multiple_bases)\nPASS: test_multiple_inheritance (test.test_typing.GenericTests.test_multiple_inheritance)\nPASS: test_multiple_inheritance___mro_entries___returns_non_type (test.test_typing.GenericTests.test_multiple_inheritance___mro_entries___returns_non_type)\nPASS: test_multiple_inheritance_non_type_bad___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_bad___mro_entries__)\nPASS: test_multiple_inheritance_non_type_with___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_with___mro_entries__)\nPASS: test_multiple_inheritance_non_type_without___mro_entries__ (test.test_typing.GenericTests.test_multiple_inheritance_non_type_without___mro_entries__)\nPASS: test_multiple_inheritance_special (test.test_typing.GenericTests.test_multiple_inheritance_special)\nPASS: test_multiple_inheritance_with_genericalias (test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias)\nPASS: test_multiple_inheritance_with_genericalias_2 (test.test_typing.GenericTests.test_multiple_inheritance_with_genericalias_2)\nPASS: test_naive_runtime_checks (test.test_typing.GenericTests.test_naive_runtime_checks)\nPASS: test_nested (test.test_typing.GenericTests.test_nested)\nPASS: test_new_no_args (test.test_typing.GenericTests.test_new_no_args)\nPASS: test_new_repr (test.test_typing.GenericTests.test_new_repr)\nPASS: test_new_repr_bare (test.test_typing.GenericTests.test_new_repr_bare)\nPASS: test_new_repr_complex (test.test_typing.GenericTests.test_new_repr_complex)\nPASS: test_new_with_args (test.test_typing.GenericTests.test_new_with_args)\nPASS: test_new_with_args2 (test.test_typing.GenericTests.test_new_with_args2)\nPASS: test_non_generic_subscript (test.test_typing.GenericTests.test_non_generic_subscript)\nPASS: test_orig_bases (test.test_typing.GenericTests.test_orig_bases)\nPASS: test_parameter_detection (test.test_typing.GenericTests.test_parameter_detection)\nPASS: test_parameterized_slots (test.test_typing.GenericTests.test_parameterized_slots)\nPASS: test_parameterized_slots_dict (test.test_typing.GenericTests.test_parameterized_slots_dict)\nPASS: test_pep695_generic_class_with_future_annotations (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations)\nPASS: test_pep695_generic_class_with_future_annotations_and_local_shadowing (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_and_local_shadowing)\nPASS: test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep695_generic_class_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_function_with_future_annotations (test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations)\nPASS: test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep_695_generic_function_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generic_method_with_future_annotations (test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations)\nPASS: test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars (test.test_typing.GenericTests.test_pep_695_generic_method_with_future_annotations_name_clash_with_global_vars)\nPASS: test_pep_695_generics_with_future_annotations_nested_in_function (test.test_typing.GenericTests.test_pep_695_generics_with_future_annotations_nested_in_function)\nPASS: test_pickle (test.test_typing.GenericTests.test_pickle)\nPASS: test_repr (test.test_typing.GenericTests.test_repr)\nPASS: test_repr_2 (test.test_typing.GenericTests.test_repr_2)\nPASS: test_repr_3 (test.test_typing.GenericTests.test_repr_3)\nPASS: test_setattr_exceptions (test.test_typing.GenericTests.test_setattr_exceptions)\nPASS: test_subclass_special_form (test.test_typing.GenericTests.test_subclass_special_form)\nPASS: test_subscript_meta (test.test_typing.GenericTests.test_subscript_meta)\nPASS: test_subscripted_generics_as_proxies (test.test_typing.GenericTests.test_subscripted_generics_as_proxies)\nPASS: test_type_erasure (test.test_typing.GenericTests.test_type_erasure)\nPASS: test_type_erasure_special (test.test_typing.GenericTests.test_type_erasure_special)\nPASS: test_weakref_all (test.test_typing.GenericTests.test_weakref_all)\nPASS: test_forward_ref_and_final (test.test_typing.GetTypeHintTests.test_forward_ref_and_final)\nPASS: test_get_type_hints_ClassVar (test.test_typing.GetTypeHintTests.test_get_type_hints_ClassVar)\nPASS: test_get_type_hints_annotated (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated)\nPASS: test_get_type_hints_annotated_bad_module (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_bad_module)\nPASS: test_get_type_hints_annotated_in_union (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_in_union)\nPASS: test_get_type_hints_annotated_refs (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_refs)\nPASS: test_get_type_hints_annotated_with_none_default (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_with_none_default)\nPASS: test_get_type_hints_bad_module (test.test_typing.GetTypeHintTests.test_get_type_hints_bad_module)\nPASS: test_get_type_hints_classes (test.test_typing.GetTypeHintTests.test_get_type_hints_classes)\nPASS: test_get_type_hints_classes_no_implicit_optional (test.test_typing.GetTypeHintTests.test_get_type_hints_classes_no_implicit_optional)\nPASS: test_get_type_hints_classes_str_annotations (test.test_typing.GetTypeHintTests.test_get_type_hints_classes_str_annotations)\nPASS: test_get_type_hints_collections_abc_callable (test.test_typing.GetTypeHintTests.test_get_type_hints_collections_abc_callable)\nPASS: test_get_type_hints_for_builtins (test.test_typing.GetTypeHintTests.test_get_type_hints_for_builtins)\nPASS: test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintTests.test_get_type_hints_for_object_with_annotations)\nPASS: test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintTests.test_get_type_hints_from_various_objects)\nPASS: test_get_type_hints_modules (test.test_typing.GetTypeHintTests.test_get_type_hints_modules)\nSKIP: test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests.test_get_type_hints_modules_forwardref) 'known bug'\nPASS: test_get_type_hints_typeddict (test.test_typing.GetTypeHintTests.test_get_type_hints_typeddict)\nPASS: test_get_type_hints_wrapped_decoratored_func (test.test_typing.GetTypeHintTests.test_get_type_hints_wrapped_decoratored_func)\nPASS: test_previous_behavior (test.test_typing.GetTypeHintTests.test_previous_behavior)\nPASS: test_respect_no_type_check (test.test_typing.GetTypeHintTests.test_respect_no_type_check)\nPASS: test_top_level_class_var (test.test_typing.GetTypeHintTests.test_top_level_class_var)\nPASS: test_get_args (test.test_typing.GetUtilitiesTestCase.test_get_args)\nPASS: test_get_origin (test.test_typing.GetUtilitiesTestCase.test_get_origin)\nPASS: test_binaryio (test.test_typing.IOTests.test_binaryio)\nPASS: test_io (test.test_typing.IOTests.test_io)\nPASS: test_textio (test.test_typing.IOTests.test_textio)\nPASS: test_collect_parameters (test.test_typing.InternalsTests.test_collect_parameters)\nPASS: test_deprecation_for_no_type_params_passed_to__evaluate (test.test_typing.InternalsTests.test_deprecation_for_no_type_params_passed_to__evaluate)\nPASS: test_alias (test.test_typing.LiteralStringTests.test_alias)\nPASS: test_basics (test.test_typing.LiteralStringTests.test_basics)\nPASS: test_cannot_init (test.test_typing.LiteralStringTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.LiteralStringTests.test_cannot_subclass)\nPASS: test_cannot_subscript (test.test_typing.LiteralStringTests.test_cannot_subscript)\nPASS: test_equality (test.test_typing.LiteralStringTests.test_equality)\nPASS: test_no_isinstance (test.test_typing.LiteralStringTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.LiteralStringTests.test_repr)\nPASS: test_args (test.test_typing.LiteralTests.test_args)\nPASS: test_basics (test.test_typing.LiteralTests.test_basics)\nPASS: test_cannot_init (test.test_typing.LiteralTests.test_cannot_init)\nPASS: test_dir (test.test_typing.LiteralTests.test_dir)\nPASS: test_does_not_flatten_enum (test.test_typing.LiteralTests.test_does_not_flatten_enum)\nPASS: test_enum (test.test_typing.LiteralTests.test_enum)\nPASS: test_equal (test.test_typing.LiteralTests.test_equal)\nPASS: test_flatten (test.test_typing.LiteralTests.test_flatten)\nPASS: test_hash (test.test_typing.LiteralTests.test_hash)\nPASS: test_illegal_parameters_do_not_raise_runtime_errors (test.test_typing.LiteralTests.test_illegal_parameters_do_not_raise_runtime_errors)\nPASS: test_literals_inside_other_types (test.test_typing.LiteralTests.test_literals_inside_other_types)\nPASS: test_no_isinstance_or_issubclass (test.test_typing.LiteralTests.test_no_isinstance_or_issubclass)\nPASS: test_no_multiple_subscripts (test.test_typing.LiteralTests.test_no_multiple_subscripts)\nPASS: test_no_subclassing (test.test_typing.LiteralTests.test_no_subclassing)\nPASS: test_repr (test.test_typing.LiteralTests.test_repr)\nPASS: test_annotation_usage (test.test_typing.NamedTupleTests.test_annotation_usage)\nPASS: test_annotation_usage_with_default (test.test_typing.NamedTupleTests.test_annotation_usage_with_default)\nPASS: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests.test_annotation_usage_with_methods)\nPASS: test_basics (test.test_typing.NamedTupleTests.test_basics)\nPASS: test_copy_and_pickle (test.test_typing.NamedTupleTests.test_copy_and_pickle)\nPASS: test_empty_namedtuple (test.test_typing.NamedTupleTests.test_empty_namedtuple)\nPASS: test_generic (test.test_typing.NamedTupleTests.test_generic)\nPASS: test_generic_pep695 (test.test_typing.NamedTupleTests.test_generic_pep695)\nPASS: test_multiple_inheritance (test.test_typing.NamedTupleTests.test_multiple_inheritance)\nPASS: test_namedtuple_errors (test.test_typing.NamedTupleTests.test_namedtuple_errors)\nPASS: test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests.test_namedtuple_keyword_usage)\nPASS: test_namedtuple_special_keyword_names (test.test_typing.NamedTupleTests.test_namedtuple_special_keyword_names)\nPASS: test_non_generic_subscript (test.test_typing.NamedTupleTests.test_non_generic_subscript)\nPASS: test_orig_bases (test.test_typing.NamedTupleTests.test_orig_bases)\nPASS: test_setname_called_on_values_in_class_dictionary (test.test_typing.NamedTupleTests.test_setname_called_on_values_in_class_dictionary)\nPASS: test_setname_raises_the_same_as_on_other_classes (test.test_typing.NamedTupleTests.test_setname_raises_the_same_as_on_other_classes)\nPASS: test_strange_errors_when_accessing_set_name_itself (test.test_typing.NamedTupleTests.test_strange_errors_when_accessing_set_name_itself)\nPASS: test_cannot_instantiate (test.test_typing.NeverTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.NeverTests.test_cannot_subclass)\nPASS: test_equality (test.test_typing.NeverTests.test_equality)\nPASS: test_get_origin (test.test_typing.NeverTests.test_get_origin)\nPASS: test_get_type_hints (test.test_typing.NeverTests.test_get_type_hints)\nPASS: test_instance_type_error (test.test_typing.NeverTests.test_instance_type_error)\nPASS: test_not_generic (test.test_typing.NeverTests.test_not_generic)\nPASS: test_repr (test.test_typing.NeverTests.test_repr)\nPASS: test_subclass_type_error (test.test_typing.NeverTests.test_subclass_type_error)\nPASS: test_basic (test.test_typing.NewTypeTests.test_basic)\nPASS: test_error_message_when_subclassing (test.test_typing.NewTypeTests.test_error_message_when_subclassing)\nPASS: test_errors (test.test_typing.NewTypeTests.test_errors)\nPASS: test_missing__name__ (test.test_typing.NewTypeTests.test_missing__name__)\nPASS: test_or (test.test_typing.NewTypeTests.test_or)\nPASS: test_pickle (test.test_typing.NewTypeTests.test_pickle)\nPASS: test_repr (test.test_typing.NewTypeTests.test_repr)\nPASS: test_special_attrs (test.test_typing.NewTypeTests.test_special_attrs)\nPASS: test_class (test.test_typing.NoDefaultTests.test_class)\nPASS: test_constructor (test.test_typing.NoDefaultTests.test_constructor)\nPASS: test_doc (test.test_typing.NoDefaultTests.test_doc)\nPASS: test_no_attributes (test.test_typing.NoDefaultTests.test_no_attributes)\nPASS: test_no_call (test.test_typing.NoDefaultTests.test_no_call)\nPASS: test_pickling (test.test_typing.NoDefaultTests.test_pickling)\nPASS: test_repr (test.test_typing.NoDefaultTests.test_repr)\nPASS: test_cannot_instantiate (test.test_typing.NoReturnTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.NoReturnTests.test_cannot_subclass)\nPASS: test_equality (test.test_typing.NoReturnTests.test_equality)\nPASS: test_get_origin (test.test_typing.NoReturnTests.test_get_origin)\nPASS: test_get_type_hints (test.test_typing.NoReturnTests.test_get_type_hints)\nPASS: test_instance_type_error (test.test_typing.NoReturnTests.test_instance_type_error)\nPASS: test_not_equality (test.test_typing.NoReturnTests.test_not_equality)\nPASS: test_not_generic (test.test_typing.NoReturnTests.test_not_generic)\nPASS: test_repr (test.test_typing.NoReturnTests.test_repr)\nPASS: test_subclass_type_error (test.test_typing.NoReturnTests.test_subclass_type_error)\nPASS: test_basics (test.test_typing.NotRequiredTests.test_basics)\nPASS: test_cannot_init (test.test_typing.NotRequiredTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.NotRequiredTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.NotRequiredTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.NotRequiredTests.test_repr)\nPASS: test_async_contextmanager (test.test_typing.OtherABCTests.test_async_contextmanager)\nPASS: test_asynccontextmanager_type_params (test.test_typing.OtherABCTests.test_asynccontextmanager_type_params)\nPASS: test_contextmanager (test.test_typing.OtherABCTests.test_contextmanager)\nPASS: test_contextmanager_type_params (test.test_typing.OtherABCTests.test_contextmanager_type_params)\nPASS: test_overload_fails (test.test_typing.OverloadTests.test_overload_fails)\nPASS: test_overload_on_compiled_functions (test.test_typing.OverloadTests.test_overload_on_compiled_functions)\nPASS: test_overload_registry (test.test_typing.OverloadTests.test_overload_registry)\nPASS: test_overload_registry_repeated (test.test_typing.OverloadTests.test_overload_registry_repeated)\nPASS: test_overload_succeeds (test.test_typing.OverloadTests.test_overload_succeeds)\nPASS: test_multiple_decorators (test.test_typing.OverrideDecoratorTests.test_multiple_decorators)\nPASS: test_override (test.test_typing.OverrideDecoratorTests.test_override)\nPASS: test_property (test.test_typing.OverrideDecoratorTests.test_property)\nPASS: test_silent_failure (test.test_typing.OverrideDecoratorTests.test_silent_failure)\nPASS: test_args_kwargs (test.test_typing.ParamSpecTests.test_args_kwargs)\nPASS: test_bad_var_substitution (test.test_typing.ParamSpecTests.test_bad_var_substitution)\nPASS: test_basic_plain (test.test_typing.ParamSpecTests.test_basic_plain)\nPASS: test_basic_with_exec (test.test_typing.ParamSpecTests.test_basic_with_exec)\nPASS: test_cannot_subclass (test.test_typing.ParamSpecTests.test_cannot_subclass)\nPASS: test_multiple_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_multiple_paramspecs_in_user_generics)\nPASS: test_paramspec_gets_copied (test.test_typing.ParamSpecTests.test_paramspec_gets_copied)\nPASS: test_paramspec_in_nested_generics (test.test_typing.ParamSpecTests.test_paramspec_in_nested_generics)\nPASS: test_stringized (test.test_typing.ParamSpecTests.test_stringized)\nPASS: test_type_var_subst_for_other_type_vars (test.test_typing.ParamSpecTests.test_type_var_subst_for_other_type_vars)\nPASS: test_typevartuple_and_paramspecs_in_generic_aliases (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_generic_aliases)\nPASS: test_typevartuple_and_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_user_generics)\nPASS: test_user_generics (test.test_typing.ParamSpecTests.test_user_generics)\nPASS: test_valid_uses (test.test_typing.ParamSpecTests.test_valid_uses)\nPASS: test_var_substitution (test.test_typing.ParamSpecTests.test_var_substitution)\nPASS: test_basic_protocol (test.test_typing.ProtocolTests.test_basic_protocol)\nPASS: test_builtin_protocol_allowlist (test.test_typing.ProtocolTests.test_builtin_protocol_allowlist)\nPASS: test_bundled_protocol_instance_works (test.test_typing.ProtocolTests.test_bundled_protocol_instance_works)\nPASS: test_cannot_instantiate_abstract (test.test_typing.ProtocolTests.test_cannot_instantiate_abstract)\nPASS: test_collections_protocols_allowed (test.test_typing.ProtocolTests.test_collections_protocols_allowed)\nPASS: test_concrete_class_inheriting_init_from_protocol (test.test_typing.ProtocolTests.test_concrete_class_inheriting_init_from_protocol)\nPASS: test_custom_subclasshook (test.test_typing.ProtocolTests.test_custom_subclasshook)\nPASS: test_custom_subclasshook_2 (test.test_typing.ProtocolTests.test_custom_subclasshook_2)\nPASS: test_defining_generic_protocols (test.test_typing.ProtocolTests.test_defining_generic_protocols)\nPASS: test_defining_generic_protocols_old_style (test.test_typing.ProtocolTests.test_defining_generic_protocols_old_style)\nPASS: test_empty_protocol_decorated_with_final (test.test_typing.ProtocolTests.test_empty_protocol_decorated_with_final)\nPASS: test_everything_implements_empty_protocol (test.test_typing.ProtocolTests.test_everything_implements_empty_protocol)\nPASS: test_function_implements_protocol (test.test_typing.ProtocolTests.test_function_implements_protocol)\nPASS: test_generic_protocols_eq (test.test_typing.ProtocolTests.test_generic_protocols_eq)\nPASS: test_generic_protocols_repr (test.test_typing.ProtocolTests.test_generic_protocols_repr)\nPASS: test_generic_protocols_special_from_generic (test.test_typing.ProtocolTests.test_generic_protocols_special_from_generic)\nPASS: test_generic_protocols_special_from_protocol (test.test_typing.ProtocolTests.test_generic_protocols_special_from_protocol)\nPASS: test_get_protocol_members (test.test_typing.ProtocolTests.test_get_protocol_members)\nPASS: test_implicit_issubclass_between_two_protocols (test.test_typing.ProtocolTests.test_implicit_issubclass_between_two_protocols)\nPASS: test_inheritance_from_object (test.test_typing.ProtocolTests.test_inheritance_from_object)\nPASS: test_init_called (test.test_typing.ProtocolTests.test_init_called)\nPASS: test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta (test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta)\nPASS: test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2 (test.test_typing.ProtocolTests.test_interaction_with_isinstance_checks_on_superclasses_with_ABCMeta_2)\nPASS: test_is_protocol (test.test_typing.ProtocolTests.test_is_protocol)\nPASS: test_isinstance_checks_not_at_whim_of_gc (test.test_typing.ProtocolTests.test_isinstance_checks_not_at_whim_of_gc)\nPASS: test_issubclass_and_isinstance_on_Protocol_itself (test.test_typing.ProtocolTests.test_issubclass_and_isinstance_on_Protocol_itself)\nPASS: test_issubclass_fails_correctly (test.test_typing.ProtocolTests.test_issubclass_fails_correctly)\nPASS: test_new_called (test.test_typing.ProtocolTests.test_new_called)\nPASS: test_no_inheritance_from_nominal (test.test_typing.ProtocolTests.test_no_inheritance_from_nominal)\nPASS: test_no_instantiation (test.test_typing.ProtocolTests.test_no_instantiation)\nPASS: test_no_runtime_deco_on_nominal (test.test_typing.ProtocolTests.test_no_runtime_deco_on_nominal)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance_2 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_2)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance_3 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_3)\nPASS: test_no_weird_caching_with_issubclass_after_isinstance_pep695 (test.test_typing.ProtocolTests.test_no_weird_caching_with_issubclass_after_isinstance_pep695)\nPASS: test_non_protocol_subclasses (test.test_typing.ProtocolTests.test_non_protocol_subclasses)\nPASS: test_non_runtime_protocol_isinstance_check (test.test_typing.ProtocolTests.test_non_runtime_protocol_isinstance_check)\nPASS: test_none_on_callable_blocks_implementation (test.test_typing.ProtocolTests.test_none_on_callable_blocks_implementation)\nPASS: test_none_on_non_callable_doesnt_block_implementation (test.test_typing.ProtocolTests.test_none_on_non_callable_doesnt_block_implementation)\nPASS: test_none_treated_correctly (test.test_typing.ProtocolTests.test_none_treated_correctly)\nPASS: test_nonruntime_protocol_interaction_with_evil_classproperty (test.test_typing.ProtocolTests.test_nonruntime_protocol_interaction_with_evil_classproperty)\nPASS: test_pep695_generic_protocol_callable_members (test.test_typing.ProtocolTests.test_pep695_generic_protocol_callable_members)\nPASS: test_pep695_generics_can_be_runtime_checkable (test.test_typing.ProtocolTests.test_pep695_generics_can_be_runtime_checkable)\nPASS: test_protocol_checks_after_subscript (test.test_typing.ProtocolTests.test_protocol_checks_after_subscript)\nPASS: test_protocol_decorated_with_final_callable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_callable_members)\nPASS: test_protocol_decorated_with_final_mixed_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_mixed_members)\nPASS: test_protocol_decorated_with_final_noncallable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_noncallable_members)\nPASS: test_protocol_defining_init_does_not_get_overridden (test.test_typing.ProtocolTests.test_protocol_defining_init_does_not_get_overridden)\nPASS: test_protocol_issubclass_error_message (test.test_typing.ProtocolTests.test_protocol_issubclass_error_message)\nPASS: test_protocols_bad_subscripts (test.test_typing.ProtocolTests.test_protocols_bad_subscripts)\nPASS: test_protocols_in_unions (test.test_typing.ProtocolTests.test_protocols_in_unions)\nPASS: test_protocols_isinstance (test.test_typing.ProtocolTests.test_protocols_isinstance)\nPASS: test_protocols_isinstance___slots__ (test.test_typing.ProtocolTests.test_protocols_isinstance___slots__)\nPASS: test_protocols_isinstance_attribute_access_with_side_effects (test.test_typing.ProtocolTests.test_protocols_isinstance_attribute_access_with_side_effects)\nPASS: test_protocols_isinstance_init (test.test_typing.ProtocolTests.test_protocols_isinstance_init)\nPASS: test_protocols_isinstance_monkeypatching (test.test_typing.ProtocolTests.test_protocols_isinstance_monkeypatching)\nPASS: test_protocols_isinstance_not_fooled_by_custom_dir (test.test_typing.ProtocolTests.test_protocols_isinstance_not_fooled_by_custom_dir)\nPASS: test_protocols_isinstance_properties_and_descriptors (test.test_typing.ProtocolTests.test_protocols_isinstance_properties_and_descriptors)\nPASS: test_protocols_isinstance_py36 (test.test_typing.ProtocolTests.test_protocols_isinstance_py36)\nPASS: test_protocols_issubclass (test.test_typing.ProtocolTests.test_protocols_issubclass)\nPASS: test_protocols_issubclass_non_callable (test.test_typing.ProtocolTests.test_protocols_issubclass_non_callable)\nPASS: test_protocols_pickleable (test.test_typing.ProtocolTests.test_protocols_pickleable)\nPASS: test_protocols_support_register (test.test_typing.ProtocolTests.test_protocols_support_register)\nPASS: test_reversible (test.test_typing.ProtocolTests.test_reversible)\nPASS: test_runtime_checkable_generic (test.test_typing.ProtocolTests.test_runtime_checkable_generic)\nPASS: test_runtime_checkable_generic_non_protocol (test.test_typing.ProtocolTests.test_runtime_checkable_generic_non_protocol)\nPASS: test_runtime_checkable_with_match_args (test.test_typing.ProtocolTests.test_runtime_checkable_with_match_args)\nPASS: test_runtime_protocol_interaction_with_evil_classproperty (test.test_typing.ProtocolTests.test_runtime_protocol_interaction_with_evil_classproperty)\nPASS: test_subprotocols_extending (test.test_typing.ProtocolTests.test_subprotocols_extending)\nPASS: test_subprotocols_merging (test.test_typing.ProtocolTests.test_subprotocols_merging)\nPASS: test_super_call_init (test.test_typing.ProtocolTests.test_super_call_init)\nPASS: test_supports_abs (test.test_typing.ProtocolTests.test_supports_abs)\nPASS: test_supports_bytes (test.test_typing.ProtocolTests.test_supports_bytes)\nPASS: test_supports_complex (test.test_typing.ProtocolTests.test_supports_complex)\nPASS: test_supports_float (test.test_typing.ProtocolTests.test_supports_float)\nPASS: test_supports_index (test.test_typing.ProtocolTests.test_supports_index)\nPASS: test_supports_int (test.test_typing.ProtocolTests.test_supports_int)\nPASS: test_supports_round (test.test_typing.ProtocolTests.test_supports_round)\nPASS: test_alias_equality (test.test_typing.RETests.test_alias_equality)\nPASS: test_basics (test.test_typing.RETests.test_basics)\nPASS: test_cannot_subclass (test.test_typing.RETests.test_cannot_subclass)\nPASS: test_errors (test.test_typing.RETests.test_errors)\nPASS: test_repr (test.test_typing.RETests.test_repr)\nPASS: test_basics (test.test_typing.RequiredTests.test_basics)\nPASS: test_cannot_init (test.test_typing.RequiredTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.RequiredTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.RequiredTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.RequiredTests.test_repr)\nPASS: test_reveal_type (test.test_typing.RevealTypeTests.test_reveal_type)\nPASS: test_alias (test.test_typing.SelfTests.test_alias)\nPASS: test_basics (test.test_typing.SelfTests.test_basics)\nPASS: test_cannot_init (test.test_typing.SelfTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.SelfTests.test_cannot_subclass)\nPASS: test_cannot_subscript (test.test_typing.SelfTests.test_cannot_subscript)\nPASS: test_equality (test.test_typing.SelfTests.test_equality)\nPASS: test_no_isinstance (test.test_typing.SelfTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.SelfTests.test_repr)\nPASS: test_genericalias_dir (test.test_typing.SpecialAttrsTests.test_genericalias_dir)\nPASS: test_special_attrs (test.test_typing.SpecialAttrsTests.test_special_attrs)\nPASS: test_special_attrs2 (test.test_typing.SpecialAttrsTests.test_special_attrs2)\nPASS: test_no_duplicates_if_replacement_not_in_templates (test.test_typing.TemplateReplacementTests.test_no_duplicates_if_replacement_not_in_templates)\nPASS: test_two_templates_two_replacements_yields_correct_renders (test.test_typing.TemplateReplacementTests.test_two_templates_two_replacements_yields_correct_renders)\nPASS: test_c_functions (test.test_typing.TestModules.test_c_functions)\nPASS: test_basics (test.test_typing.TupleTests.test_basics)\nPASS: test_equality (test.test_typing.TupleTests.test_equality)\nPASS: test_errors (test.test_typing.TupleTests.test_errors)\nPASS: test_repr (test.test_typing.TupleTests.test_repr)\nPASS: test_tuple_instance_type_error (test.test_typing.TupleTests.test_tuple_instance_type_error)\nPASS: test_tuple_subclass (test.test_typing.TupleTests.test_tuple_subclass)\nPASS: test_cannot_instantiate (test.test_typing.TypeAliasTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.TypeAliasTests.test_cannot_subclass)\nPASS: test_cannot_subscript (test.test_typing.TypeAliasTests.test_cannot_subscript)\nPASS: test_canonical_usage_with_type_comment (test.test_typing.TypeAliasTests.test_canonical_usage_with_type_comment)\nPASS: test_canonical_usage_with_variable_annotation (test.test_typing.TypeAliasTests.test_canonical_usage_with_variable_annotation)\nPASS: test_no_isinstance (test.test_typing.TypeAliasTests.test_no_isinstance)\nPASS: test_no_issubclass (test.test_typing.TypeAliasTests.test_no_issubclass)\nPASS: test_repr (test.test_typing.TypeAliasTests.test_repr)\nPASS: test_stringized_usage (test.test_typing.TypeAliasTests.test_stringized_usage)\nPASS: test_basics (test.test_typing.TypeGuardTests.test_basics)\nPASS: test_cannot_init (test.test_typing.TypeGuardTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.TypeGuardTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.TypeGuardTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.TypeGuardTests.test_repr)\nPASS: test_basics (test.test_typing.TypeIsTests.test_basics)\nPASS: test_cannot_init (test.test_typing.TypeIsTests.test_cannot_init)\nPASS: test_cannot_subclass (test.test_typing.TypeIsTests.test_cannot_subclass)\nPASS: test_no_isinstance (test.test_typing.TypeIsTests.test_no_isinstance)\nPASS: test_repr (test.test_typing.TypeIsTests.test_repr)\nPASS: test_cannot_iterate (test.test_typing.TypeIterationTests.test_cannot_iterate)\nPASS: test_is_not_instance_of_iterable (test.test_typing.TypeIterationTests.test_is_not_instance_of_iterable)\nPASS: test_allow_default_after_non_default_in_alias (test.test_typing.TypeParameterDefaultsTests.test_allow_default_after_non_default_in_alias)\nPASS: test_need_more_params (test.test_typing.TypeParameterDefaultsTests.test_need_more_params)\nPASS: test_no_default_after_non_default (test.test_typing.TypeParameterDefaultsTests.test_no_default_after_non_default)\nPASS: test_no_default_after_typevar_tuple (test.test_typing.TypeParameterDefaultsTests.test_no_default_after_typevar_tuple)\nPASS: test_paramspec (test.test_typing.TypeParameterDefaultsTests.test_paramspec)\nPASS: test_paramspec_and_typevar_specialization (test.test_typing.TypeParameterDefaultsTests.test_paramspec_and_typevar_specialization)\nPASS: test_paramspec_none (test.test_typing.TypeParameterDefaultsTests.test_paramspec_none)\nPASS: test_paramspec_specialization (test.test_typing.TypeParameterDefaultsTests.test_paramspec_specialization)\nPASS: test_pickle (test.test_typing.TypeParameterDefaultsTests.test_pickle)\nPASS: test_typevar (test.test_typing.TypeParameterDefaultsTests.test_typevar)\nPASS: test_typevar_and_paramspec_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevar_and_paramspec_specialization)\nPASS: test_typevar_and_typevartuple_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevar_and_typevartuple_specialization)\nPASS: test_typevar_none (test.test_typing.TypeParameterDefaultsTests.test_typevar_none)\nPASS: test_typevartuple (test.test_typing.TypeParameterDefaultsTests.test_typevartuple)\nPASS: test_typevartuple_none (test.test_typing.TypeParameterDefaultsTests.test_typevartuple_none)\nPASS: test_typevartuple_specialization (test.test_typing.TypeParameterDefaultsTests.test_typevartuple_specialization)\nPASS: test_type_basic (test.test_typing.TypeTests.test_type_basic)\nPASS: test_type_optional (test.test_typing.TypeTests.test_type_optional)\nPASS: test_type_typevar (test.test_typing.TypeTests.test_type_typevar)\nPASS: test_attributes (test.test_typing.TypeVarTests.test_attributes)\nPASS: test_bad_var_substitution (test.test_typing.TypeVarTests.test_bad_var_substitution)\nPASS: test_basic_plain (test.test_typing.TypeVarTests.test_basic_plain)\nPASS: test_basic_with_exec (test.test_typing.TypeVarTests.test_basic_with_exec)\nPASS: test_bound_errors (test.test_typing.TypeVarTests.test_bound_errors)\nPASS: test_cannot_combine_explicit_and_infer (test.test_typing.TypeVarTests.test_cannot_combine_explicit_and_infer)\nPASS: test_cannot_instantiate_vars (test.test_typing.TypeVarTests.test_cannot_instantiate_vars)\nPASS: test_cannot_subclass (test.test_typing.TypeVarTests.test_cannot_subclass)\nPASS: test_constrained_error (test.test_typing.TypeVarTests.test_constrained_error)\nPASS: test_constructor (test.test_typing.TypeVarTests.test_constructor)\nPASS: test_many_weakrefs (test.test_typing.TypeVarTests.test_many_weakrefs)\nPASS: test_missing__name__ (test.test_typing.TypeVarTests.test_missing__name__)\nPASS: test_no_bivariant (test.test_typing.TypeVarTests.test_no_bivariant)\nPASS: test_no_redefinition (test.test_typing.TypeVarTests.test_no_redefinition)\nPASS: test_or (test.test_typing.TypeVarTests.test_or)\nPASS: test_repr (test.test_typing.TypeVarTests.test_repr)\nPASS: test_typevar_instance_type_error (test.test_typing.TypeVarTests.test_typevar_instance_type_error)\nPASS: test_typevar_subclass_type_error (test.test_typing.TypeVarTests.test_typevar_subclass_type_error)\nPASS: test_union_constrained (test.test_typing.TypeVarTests.test_union_constrained)\nPASS: test_union_unique (test.test_typing.TypeVarTests.test_union_unique)\nPASS: test_var_substitution (test.test_typing.TypeVarTests.test_var_substitution)\nPASS: test_pickling_then_unpickling_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_results_in_same_identity)\nPASS: test_pickling_then_unpickling_tuple_with_typevartuple_equality (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_tuple_with_typevartuple_equality)\nPASS: test_pickling_then_unpickling_unpacked_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_unpacked_results_in_same_identity)\nPASS: test_bad_var_substitution (test.test_typing.TypeVarTupleTests.test_bad_var_substitution)\nPASS: test_callable_args_are_correct (test.test_typing.TypeVarTupleTests.test_callable_args_are_correct)\nPASS: test_cannot_call_instance (test.test_typing.TypeVarTupleTests.test_cannot_call_instance)\nPASS: test_cannot_subclass (test.test_typing.TypeVarTupleTests.test_cannot_subclass)\nPASS: test_concatenation_in_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_concatenation_in_variadic_args_annotations_are_correct)\nPASS: test_different_instances_are_different (test.test_typing.TypeVarTupleTests.test_different_instances_are_different)\nPASS: test_exec (test.test_typing.TypeVarTupleTests.test_exec)\nPASS: test_get_type_hints_on_unpack_args (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args)\nPASS: test_get_type_hints_on_unpack_args_string (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args_string)\nPASS: test_instance_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_instance_is_equal_to_itself)\nPASS: test_instance_isinstance_of_typevartuple (test.test_typing.TypeVarTupleTests.test_instance_isinstance_of_typevartuple)\nPASS: test_module (test.test_typing.TypeVarTupleTests.test_module)\nPASS: test_name (test.test_typing.TypeVarTupleTests.test_name)\nPASS: test_parameterised_tuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_parameterised_tuple_is_equal_to_itself)\nPASS: test_repr_is_correct (test.test_typing.TypeVarTupleTests.test_repr_is_correct)\nPASS: test_tuple_args_and_parameters_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_and_parameters_are_correct)\nPASS: test_tuple_args_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_are_correct)\nPASS: test_type_concatenation_in_tuple_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_tuple_argument_list_succeeds)\nPASS: test_type_concatenation_in_variadic_class_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_variadic_class_argument_list_succeeds)\nPASS: test_unpacked_typevartuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_unpacked_typevartuple_is_equal_to_itself)\nPASS: test_var_substitution (test.test_typing.TypeVarTupleTests.test_var_substitution)\nPASS: test_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_annotations_are_correct)\nPASS: test_variadic_args_with_ellipsis_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_with_ellipsis_annotations_are_correct)\nPASS: test_variadic_class_alias_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_alias_repr_is_correct)\nPASS: test_variadic_class_arg_ordering_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_ordering_matters)\nPASS: test_variadic_class_arg_typevartuple_identity_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_typevartuple_identity_matters)\nPASS: test_variadic_class_args_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_args_are_correct)\nPASS: test_variadic_class_definition_using_concrete_types_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_concrete_types_fails)\nPASS: test_variadic_class_definition_using_packed_typevartuple_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_packed_typevartuple_fails)\nPASS: test_variadic_class_origin_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_origin_is_correct)\nPASS: test_variadic_class_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_repr_is_correct)\nPASS: test_variadic_class_same_args_results_in_equalty (test.test_typing.TypeVarTupleTests.test_variadic_class_same_args_results_in_equalty)\nPASS: test_variadic_class_with_2_typevars_accepts_2_or_more_args (test.test_typing.TypeVarTupleTests.test_variadic_class_with_2_typevars_accepts_2_or_more_args)\nPASS: test_variadic_class_with_duplicate_typevartuples_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_with_duplicate_typevartuples_fails)\nPASS: tests_tuple_arg_ordering_matters (test.test_typing.TypeVarTupleTests.tests_tuple_arg_ordering_matters)\nPASS: test_basics_functional_syntax (test.test_typing.TypedDictTests.test_basics_functional_syntax)\nPASS: test_can_make_readonly_key_mutable (test.test_typing.TypedDictTests.test_can_make_readonly_key_mutable)\nPASS: test_cannot_make_mutable_key_readonly (test.test_typing.TypedDictTests.test_cannot_make_mutable_key_readonly)\nPASS: test_combine_qualifiers (test.test_typing.TypedDictTests.test_combine_qualifiers)\nPASS: test_generic_inheritance (test.test_typing.TypedDictTests.test_generic_inheritance)\nPASS: test_get_type_hints (test.test_typing.TypedDictTests.test_get_type_hints)\nPASS: test_get_type_hints_generic (test.test_typing.TypedDictTests.test_get_type_hints_generic)\nPASS: test_implicit_any_inheritance (test.test_typing.TypedDictTests.test_implicit_any_inheritance)\nPASS: test_is_typeddict (test.test_typing.TypedDictTests.test_is_typeddict)\nPASS: test_keys_inheritance (test.test_typing.TypedDictTests.test_keys_inheritance)\nPASS: test_keys_inheritance_with_same_name (test.test_typing.TypedDictTests.test_keys_inheritance_with_same_name)\nPASS: test_multiple_inheritance (test.test_typing.TypedDictTests.test_multiple_inheritance)\nPASS: test_multiple_inheritance_with_same_key (test.test_typing.TypedDictTests.test_multiple_inheritance_with_same_key)\nPASS: test_non_generic_subscript (test.test_typing.TypedDictTests.test_non_generic_subscript)\nPASS: test_optional (test.test_typing.TypedDictTests.test_optional)\nPASS: test_optional_keys (test.test_typing.TypedDictTests.test_optional_keys)\nPASS: test_orig_bases (test.test_typing.TypedDictTests.test_orig_bases)\nPASS: test_pep695_generic_typeddict (test.test_typing.TypedDictTests.test_pep695_generic_typeddict)\nPASS: test_pickle (test.test_typing.TypedDictTests.test_pickle)\nPASS: test_pickle_generic (test.test_typing.TypedDictTests.test_pickle_generic)\nPASS: test_py36_class_syntax_usage (test.test_typing.TypedDictTests.test_py36_class_syntax_usage)\nPASS: test_readonly_inheritance (test.test_typing.TypedDictTests.test_readonly_inheritance)\nPASS: test_required_notrequired_keys (test.test_typing.TypedDictTests.test_required_notrequired_keys)\nPASS: test_total (test.test_typing.TypedDictTests.test_total)\nPASS: test_total_inherits_non_total (test.test_typing.TypedDictTests.test_total_inherits_non_total)\nPASS: test_total_with_assigned_value (test.test_typing.TypedDictTests.test_total_with_assigned_value)\nPASS: test_typeddict_create_errors (test.test_typing.TypedDictTests.test_typeddict_create_errors)\nPASS: test_typeddict_errors (test.test_typing.TypedDictTests.test_typeddict_errors)\nPASS: test_zero_fields_typeddicts (test.test_typing.TypedDictTests.test_zero_fields_typeddicts)\nPASS: test_basic (test.test_typing.TypingCallableTests.test_basic)\nPASS: test_callable_instance_type_error (test.test_typing.TypingCallableTests.test_callable_instance_type_error)\nPASS: test_callable_instance_works (test.test_typing.TypingCallableTests.test_callable_instance_works)\nPASS: test_callable_with_ellipsis (test.test_typing.TypingCallableTests.test_callable_with_ellipsis)\nPASS: test_callable_wrong_forms (test.test_typing.TypingCallableTests.test_callable_wrong_forms)\nPASS: test_cannot_instantiate (test.test_typing.TypingCallableTests.test_cannot_instantiate)\nPASS: test_concatenate (test.test_typing.TypingCallableTests.test_concatenate)\nPASS: test_consistency (test.test_typing.TypingCallableTests.test_consistency)\nPASS: test_dir (test.test_typing.TypingCallableTests.test_dir)\nPASS: test_ellipsis_in_generic (test.test_typing.TypingCallableTests.test_ellipsis_in_generic)\nPASS: test_eq_hash (test.test_typing.TypingCallableTests.test_eq_hash)\nPASS: test_errors (test.test_typing.TypingCallableTests.test_errors)\nPASS: test_nested_paramspec (test.test_typing.TypingCallableTests.test_nested_paramspec)\nPASS: test_or_and_ror (test.test_typing.TypingCallableTests.test_or_and_ror)\nPASS: test_paramspec (test.test_typing.TypingCallableTests.test_paramspec)\nPASS: test_pickle (test.test_typing.TypingCallableTests.test_pickle)\nPASS: test_repr (test.test_typing.TypingCallableTests.test_repr)\nPASS: test_self_subclass (test.test_typing.TypingCallableTests.test_self_subclass)\nPASS: test_type_erasure (test.test_typing.TypingCallableTests.test_type_erasure)\nPASS: test_type_subst_error (test.test_typing.TypingCallableTests.test_type_subst_error)\nPASS: test_var_substitution (test.test_typing.TypingCallableTests.test_var_substitution)\nPASS: test_weakref (test.test_typing.TypingCallableTests.test_weakref)\nPASS: test_base_class_kept (test.test_typing.UnionTests.test_base_class_kept)\nPASS: test_basics (test.test_typing.UnionTests.test_basics)\nPASS: test_cannot_instantiate (test.test_typing.UnionTests.test_cannot_instantiate)\nPASS: test_cannot_subclass (test.test_typing.UnionTests.test_cannot_subclass)\nPASS: test_dir (test.test_typing.UnionTests.test_dir)\nPASS: test_empty (test.test_typing.UnionTests.test_empty)\nPASS: test_etree (test.test_typing.UnionTests.test_etree)\nPASS: test_function_repr_union (test.test_typing.UnionTests.test_function_repr_union)\nPASS: test_no_eval_union (test.test_typing.UnionTests.test_no_eval_union)\nPASS: test_optional (test.test_typing.UnionTests.test_optional)\nPASS: test_optional_isinstance (test.test_typing.UnionTests.test_optional_isinstance)\nPASS: test_optional_isinstance_type_error (test.test_typing.UnionTests.test_optional_isinstance_type_error)\nPASS: test_optional_issubclass (test.test_typing.UnionTests.test_optional_issubclass)\nPASS: test_optional_issubclass_type_error (test.test_typing.UnionTests.test_optional_issubclass_type_error)\nPASS: test_repr (test.test_typing.UnionTests.test_repr)\nPASS: test_single_class_disappears (test.test_typing.UnionTests.test_single_class_disappears)\nPASS: test_union_any (test.test_typing.UnionTests.test_union_any)\nPASS: test_union_compare_other (test.test_typing.UnionTests.test_union_compare_other)\nPASS: test_union_generalization (test.test_typing.UnionTests.test_union_generalization)\nPASS: test_union_isinstance (test.test_typing.UnionTests.test_union_isinstance)\nPASS: test_union_isinstance_type_error (test.test_typing.UnionTests.test_union_isinstance_type_error)\nPASS: test_union_issubclass (test.test_typing.UnionTests.test_union_issubclass)\nPASS: test_union_issubclass_type_error (test.test_typing.UnionTests.test_union_issubclass_type_error)\nPASS: test_union_object (test.test_typing.UnionTests.test_union_object)\nPASS: test_union_of_literals (test.test_typing.UnionTests.test_union_of_literals)\nPASS: test_union_of_unhashable (test.test_typing.UnionTests.test_union_of_unhashable)\nPASS: test_union_str_pattern (test.test_typing.UnionTests.test_union_str_pattern)\nPASS: test_union_union (test.test_typing.UnionTests.test_union_union)\nPASS: test_unordered (test.test_typing.UnionTests.test_unordered)\nPASS: test_accepts_single_type (test.test_typing.UnpackTests.test_accepts_single_type)\nPASS: test_builtin_tuple (test.test_typing.UnpackTests.test_builtin_tuple)\nPASS: test_cannot_be_called (test.test_typing.UnpackTests.test_cannot_be_called)\nPASS: test_dir (test.test_typing.UnpackTests.test_dir)\nPASS: test_rejects_multiple_parameterization (test.test_typing.UnpackTests.test_rejects_multiple_parameterization)\nPASS: test_rejects_multiple_types (test.test_typing.UnpackTests.test_rejects_multiple_types)\nPASS: test_unpack_wrong_type (test.test_typing.UnpackTests.test_unpack_wrong_type)\nPASS: test_usage_with_kwargs (test.test_typing.UnpackTests.test_usage_with_kwargs)\nParamSpec (typing)\nPASS: Doctest: typing.ParamSpec\nParamSpecArgs (typing)\nPASS: Doctest: typing.ParamSpecArgs\nParamSpecKwargs (typing)\nPASS: Doctest: typing.ParamSpecKwargs\nTypedDict (typing)\nPASS: Doctest: typing.TypedDict\n_collect_type_parameters (typing)\nPASS: Doctest: typing._collect_type_parameters\n_should_unflatten_callable_args (typing)\nPASS: Doctest: typing._should_unflatten_callable_args\nget_args (typing)\nPASS: Doctest: typing.get_args\nget_origin (typing)\nPASS: Doctest: typing.get_origin\nget_protocol_members (typing)\nPASS: Doctest: typing.get_protocol_members\nis_protocol (typing)\nPASS: Doctest: typing.is_protocol\nis_typeddict (typing)\nPASS: Doctest: typing.is_typeddict\n\n----------------------------------------------------------------------\nRan 688 tests in 0.139s\n\nOK (skipped=1)\n0:02:41 load avg: 1.61 [428/480] test_unicode_file passed\nPASS: test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories)\nPASS: test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files)\n\n----------------------------------------------------------------------\nRan 2 tests in 0.001s\n\nOK\n0:02:41 load avg: 1.61 [429/480] test_unicode_file_functions passed\nPASS: test_directory (test.test_unicode_file_functions.UnicodeFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFCFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFDFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename)\nPASS: test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory)\nPASS: test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures)\nPASS: test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir)\nPASS: test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize)\nPASS: test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open)\nPASS: test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename)\n\n----------------------------------------------------------------------\nRan 30 tests in 0.017s\n\nOK\n0:02:41 load avg: 1.61 [430/480] test_unicode_identifiers passed\nPASS: test_invalid (test.test_unicode_identifiers.PEP3131Test.test_invalid)\nPASS: test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test.test_non_bmp_normalized)\nPASS: test_valid (test.test_unicode_identifiers.PEP3131Test.test_valid)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:02:41 load avg: 1.61 [431/480] test_univnewlines passed\nPASS: test_read (test.test_univnewlines.CTestCRLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestCRLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestCRLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestCRLFNewlines.test_seek)\nPASS: test_tell (test.test_univnewlines.CTestCRLFNewlines.test_tell)\nPASS: test_read (test.test_univnewlines.CTestCRNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestCRNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestCRNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestCRNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.CTestLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestLFNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.CTestMixedNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.CTestMixedNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.CTestMixedNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.CTestMixedNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.PyTestCRLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestCRLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestCRLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestCRLFNewlines.test_seek)\nPASS: test_tell (test.test_univnewlines.PyTestCRLFNewlines.test_tell)\nPASS: test_read (test.test_univnewlines.PyTestCRNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestCRNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestCRNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestCRNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.PyTestLFNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestLFNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestLFNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestLFNewlines.test_seek)\nPASS: test_read (test.test_univnewlines.PyTestMixedNewlines.test_read)\nPASS: test_readline (test.test_univnewlines.PyTestMixedNewlines.test_readline)\nPASS: test_readlines (test.test_univnewlines.PyTestMixedNewlines.test_readlines)\nPASS: test_seek (test.test_univnewlines.PyTestMixedNewlines.test_seek)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.004s\n\nOK\n0:02:41 load avg: 1.61 [432/480] test_unpack passed\nPASS: test_extended_oparg_not_ignored (test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored)\ndoctests (test.test_unpack.__test__)\nPASS: Doctest: test.test_unpack.__test__.doctests\n\n----------------------------------------------------------------------\nRan 2 tests in 0.005s\n\nOK\n0:02:41 load avg: 1.61 [433/480] test_unpack_ex passed\ndoctests (test.test_unpack_ex.__test__)\nPASS: Doctest: test.test_unpack_ex.__test__.doctests\n\n----------------------------------------------------------------------\nRan 1 test in 0.018s\n\nOK\n0:02:41 load avg: 1.73 [434/480] test_unicodedata passed\nPASS: test_bug_834676 (test.test_unicodedata.NormalizationTest.test_bug_834676)\nPASS: test_edge_cases (test.test_unicodedata.NormalizationTest.test_edge_cases)\nSKIP: test_normalization (test.test_unicodedata.NormalizationTest.test_normalization) \"resource 'network' is not enabled\"\nPASS: test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest.test_bidirectional)\nPASS: test_category (test.test_unicodedata.UnicodeFunctionsTest.test_category)\nPASS: test_combining (test.test_unicodedata.UnicodeFunctionsTest.test_combining)\nPASS: test_decimal (test.test_unicodedata.UnicodeFunctionsTest.test_decimal)\nPASS: test_decomposition (test.test_unicodedata.UnicodeFunctionsTest.test_decomposition)\nPASS: test_digit (test.test_unicodedata.UnicodeFunctionsTest.test_digit)\nPASS: test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width)\nPASS: test_east_asian_width_9_0_changes (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_9_0_changes)\nPASS: test_east_asian_width_unassigned (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_unassigned)\nSKIP: test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest.test_function_checksum) \"resource 'cpu' is not enabled\"\nPASS: test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest.test_issue10254)\nPASS: test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest.test_issue29456)\nPASS: test_lookup_nonexistant (test.test_unicodedata.UnicodeFunctionsTest.test_lookup_nonexistant)\nPASS: test_mirrored (test.test_unicodedata.UnicodeFunctionsTest.test_mirrored)\nSKIP: test_name_inverse_lookup (test.test_unicodedata.UnicodeFunctionsTest.test_name_inverse_lookup) \"resource 'cpu' is not enabled\"\nPASS: test_no_names_in_pua (test.test_unicodedata.UnicodeFunctionsTest.test_no_names_in_pua)\nPASS: test_numeric (test.test_unicodedata.UnicodeFunctionsTest.test_numeric)\nPASS: test_pr29 (test.test_unicodedata.UnicodeFunctionsTest.test_pr29)\nSKIP: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest.test_method_checksum) \"resource 'cpu' is not enabled\"\nPASS: test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest.test_bug_1704793)\nPASS: test_bug_4971 (test.test_unicodedata.UnicodeMiscTest.test_bug_4971)\nSKIP: test_bug_5828 (test.test_unicodedata.UnicodeMiscTest.test_bug_5828) \"resource 'cpu' is not enabled\"\nPASS: test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_decimal_numeric_consistent)\nPASS: test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_digit_numeric_consistent)\nPASS: test_disallow_instantiation (test.test_unicodedata.UnicodeMiscTest.test_disallow_instantiation)\nPASS: test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest.test_failed_import_during_compiling)\nPASS: test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest.test_linebreak_7643)\nPASS: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest.test_ucd_510)\n\n----------------------------------------------------------------------\nRan 31 tests in 0.451s\n\nOK (skipped=5)\n0:02:42 load avg: 1.73 [435/480] test_urllib passed\nPASS: test_basic (test.test_urllib.Pathname_Tests.test_basic)\nPASS: test_pathname2url_nonascii (test.test_urllib.Pathname_Tests.test_pathname2url_nonascii)\nPASS: test_pathname2url_posix (test.test_urllib.Pathname_Tests.test_pathname2url_posix)\nSKIP: test_pathname2url_win (test.test_urllib.Pathname_Tests.test_pathname2url_win) 'test specific to Windows pathnames.'\nPASS: test_quoting (test.test_urllib.Pathname_Tests.test_quoting)\nPASS: test_url2pathname_nonascii (test.test_urllib.Pathname_Tests.test_url2pathname_nonascii)\nPASS: test_url2pathname_posix (test.test_urllib.Pathname_Tests.test_url2pathname_posix)\nSKIP: test_url2pathname_win (test.test_urllib.Pathname_Tests.test_url2pathname_win) 'test specific to Windows pathnames.'\nPASS: test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests.test_getproxies_environment_keep_no_proxies)\nPASS: test_proxy_bypass_environment_always_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_always_match)\nPASS: test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_host_match)\nPASS: test_proxy_bypass_environment_newline (test.test_urllib.ProxyTests.test_proxy_bypass_environment_newline)\nPASS: test_proxy_cgi_ignore (test.test_urllib.ProxyTests.test_proxy_cgi_ignore)\nPASS: test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv.test_getproxies_environment_prefer_lowercase)\nPASS: test_default_quoting (test.test_urllib.QuotingTests.test_default_quoting)\nPASS: test_default_safe (test.test_urllib.QuotingTests.test_default_safe)\nPASS: test_never_quote (test.test_urllib.QuotingTests.test_never_quote)\nPASS: test_quote_bytes (test.test_urllib.QuotingTests.test_quote_bytes)\nPASS: test_quote_plus_with_unicode (test.test_urllib.QuotingTests.test_quote_plus_with_unicode)\nPASS: test_quote_with_unicode (test.test_urllib.QuotingTests.test_quote_with_unicode)\nPASS: test_quoting_plus (test.test_urllib.QuotingTests.test_quoting_plus)\nPASS: test_quoting_space (test.test_urllib.QuotingTests.test_quoting_space)\nPASS: test_safe (test.test_urllib.QuotingTests.test_safe)\nPASS: test_default_values (test.test_urllib.RequestTests.test_default_values)\nPASS: test_with_method_arg (test.test_urllib.RequestTests.test_with_method_arg)\nPASS: test_local_file_open (test.test_urllib.URLopener_Tests.test_local_file_open)\nPASS: test_quoted_open (test.test_urllib.URLopener_Tests.test_quoted_open)\nPASS: test_urlopener_retrieve_file (test.test_urllib.URLopener_Tests.test_urlopener_retrieve_file)\nPASS: test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests.test_urlopener_retrieve_remote)\nPASS: test_unquote_rejects_none_and_tuple (test.test_urllib.UnquotingTests.test_unquote_rejects_none_and_tuple)\nPASS: test_unquote_to_bytes (test.test_urllib.UnquotingTests.test_unquote_to_bytes)\nPASS: test_unquote_with_unicode (test.test_urllib.UnquotingTests.test_unquote_with_unicode)\nPASS: test_unquoting (test.test_urllib.UnquotingTests.test_unquoting)\nPASS: test_unquoting_badpercent (test.test_urllib.UnquotingTests.test_unquoting_badpercent)\nPASS: test_unquoting_mixed_case (test.test_urllib.UnquotingTests.test_unquoting_mixed_case)\nPASS: test_unquoting_parts (test.test_urllib.UnquotingTests.test_unquoting_parts)\nPASS: test_unquoting_plus (test.test_urllib.UnquotingTests.test_unquoting_plus)\nPASS: test_unquoting_with_bytes_input (test.test_urllib.UnquotingTests.test_unquoting_with_bytes_input)\ntest_thishost (test.test_urllib.Utility_Tests.test_thishost)\nPASS: Test the urllib.request.thishost utility function returns a tuple\nPASS: test_doseq (test.test_urllib.urlencode_Tests.test_doseq)\nPASS: test_empty_sequence (test.test_urllib.urlencode_Tests.test_empty_sequence)\nPASS: test_nonstring_seq_values (test.test_urllib.urlencode_Tests.test_nonstring_seq_values)\nPASS: test_nonstring_values (test.test_urllib.urlencode_Tests.test_nonstring_values)\nPASS: test_quoting (test.test_urllib.urlencode_Tests.test_quoting)\nPASS: test_urlencode_bytes (test.test_urllib.urlencode_Tests.test_urlencode_bytes)\nPASS: test_urlencode_encoding (test.test_urllib.urlencode_Tests.test_urlencode_encoding)\nPASS: test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests.test_urlencode_encoding_doseq)\nPASS: test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests.test_urlencode_encoding_safe_parameter)\nPASS: test_using_mapping (test.test_urllib.urlencode_Tests.test_using_mapping)\nPASS: test_using_sequence (test.test_urllib.urlencode_Tests.test_using_sequence)\nPASS: test_geturl (test.test_urllib.urlopen_DataTests.test_geturl)\nPASS: test_info (test.test_urllib.urlopen_DataTests.test_info)\nPASS: test_interface (test.test_urllib.urlopen_DataTests.test_interface)\nPASS: test_invalid_base64_data (test.test_urllib.urlopen_DataTests.test_invalid_base64_data)\nPASS: test_missing_comma (test.test_urllib.urlopen_DataTests.test_missing_comma)\nPASS: test_read_image (test.test_urllib.urlopen_DataTests.test_read_image)\nPASS: test_read_text (test.test_urllib.urlopen_DataTests.test_read_text)\nPASS: test_read_text_base64 (test.test_urllib.urlopen_DataTests.test_read_text_base64)\nPASS: test_close (test.test_urllib.urlopen_FileTests.test_close)\nPASS: test_fileno (test.test_urllib.urlopen_FileTests.test_fileno)\nPASS: test_getcode (test.test_urllib.urlopen_FileTests.test_getcode)\nPASS: test_geturl (test.test_urllib.urlopen_FileTests.test_geturl)\nPASS: test_headers (test.test_urllib.urlopen_FileTests.test_headers)\nPASS: test_info (test.test_urllib.urlopen_FileTests.test_info)\nPASS: test_interface (test.test_urllib.urlopen_FileTests.test_interface)\nPASS: test_iter (test.test_urllib.urlopen_FileTests.test_iter)\nPASS: test_read (test.test_urllib.urlopen_FileTests.test_read)\nPASS: test_readline (test.test_urllib.urlopen_FileTests.test_readline)\nPASS: test_readlines (test.test_urllib.urlopen_FileTests.test_readlines)\nPASS: test_relativelocalfile (test.test_urllib.urlopen_FileTests.test_relativelocalfile)\nPASS: test_status (test.test_urllib.urlopen_FileTests.test_status)\nPASS: test_url (test.test_urllib.urlopen_FileTests.test_url)\nPASS: test_URLopener_deprecation (test.test_urllib.urlopen_HttpTests.test_URLopener_deprecation)\nPASS: test_empty_socket (test.test_urllib.urlopen_HttpTests.test_empty_socket)\nPASS: test_file_notexists (test.test_urllib.urlopen_HttpTests.test_file_notexists)\nPASS: test_ftp_cache_pruning (test.test_urllib.urlopen_HttpTests.test_ftp_cache_pruning)\nPASS: test_ftp_nohost (test.test_urllib.urlopen_HttpTests.test_ftp_nohost)\nPASS: test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests.test_ftp_nonexisting)\nPASS: test_invalid_redirect (test.test_urllib.urlopen_HttpTests.test_invalid_redirect)\nPASS: test_missing_localfile (test.test_urllib.urlopen_HttpTests.test_missing_localfile)\nPASS: test_read_0_9 (test.test_urllib.urlopen_HttpTests.test_read_0_9)\nPASS: test_read_1_0 (test.test_urllib.urlopen_HttpTests.test_read_1_0)\nPASS: test_read_1_1 (test.test_urllib.urlopen_HttpTests.test_read_1_1)\nPASS: test_read_bogus (test.test_urllib.urlopen_HttpTests.test_read_bogus)\nPASS: test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests.test_redirect_limit_independent)\nPASS: test_url_fragment (test.test_urllib.urlopen_HttpTests.test_url_fragment)\nPASS: test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_control_char_rejected)\nPASS: test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_newline_header_injection_rejected)\nPASS: test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_control_char_rejected)\nPASS: test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_newline_header_injection_rejected)\nPASS: test_userpass_inurl (test.test_urllib.urlopen_HttpTests.test_userpass_inurl)\nPASS: test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests.test_userpass_inurl_w_spaces)\nPASS: test_willclose (test.test_urllib.urlopen_HttpTests.test_willclose)\nPASS: test_basic (test.test_urllib.urlretrieve_FileTests.test_basic)\nPASS: test_copy (test.test_urllib.urlretrieve_FileTests.test_copy)\nPASS: test_reporthook (test.test_urllib.urlretrieve_FileTests.test_reporthook)\nPASS: test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_0_bytes)\nPASS: test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_5_bytes)\nPASS: test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes)\nPASS: test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError)\nPASS: test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError_without_reporthook)\n\n----------------------------------------------------------------------\nRan 101 tests in 0.033s\n\nOK (skipped=2)\n0:02:42 load avg: 1.73 [436/480] test_unparse passed\nPASS: test_backslash_in_format_spec (test.test_unparse.CosmeticTestCase.test_backslash_in_format_spec)\nPASS: test_class_bases_and_keywords (test.test_unparse.CosmeticTestCase.test_class_bases_and_keywords)\nPASS: test_docstrings (test.test_unparse.CosmeticTestCase.test_docstrings)\nPASS: test_docstrings_negative_cases (test.test_unparse.CosmeticTestCase.test_docstrings_negative_cases)\nPASS: test_fstrings (test.test_unparse.CosmeticTestCase.test_fstrings)\nPASS: test_lambda_parameters (test.test_unparse.CosmeticTestCase.test_lambda_parameters)\nPASS: test_multiquote_joined_string (test.test_unparse.CosmeticTestCase.test_multiquote_joined_string)\nPASS: test_quote_in_format_spec (test.test_unparse.CosmeticTestCase.test_quote_in_format_spec)\nPASS: test_simple_expressions_parens (test.test_unparse.CosmeticTestCase.test_simple_expressions_parens)\nPASS: test_slices (test.test_unparse.CosmeticTestCase.test_slices)\nPASS: test_star_expr_assign_target (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target)\nPASS: test_star_expr_assign_target_multiple (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target_multiple)\nPASS: test_type_params (test.test_unparse.CosmeticTestCase.test_type_params)\nPASS: test_unary_op_factor (test.test_unparse.CosmeticTestCase.test_unary_op_factor)\ntest_files (test.test_unparse.DirectoryTestCase.test_files) ... Testing /usr/lib/python3.13/test/test_zipfile64.py\nTesting /usr/lib/python3.13/pickletools.py\nTesting /usr/lib/python3.13/test/test_plistlib.py\nTesting /usr/lib/python3.13/test/test_embed.py\nTesting /usr/lib/python3.13/test/test_tokenize.py\nTesting /usr/lib/python3.13/test/test_patma.py\nTesting /usr/lib/python3.13/test/test_syntax.py\nTesting /usr/lib/python3.13/test/test_compile.py\nTesting /usr/lib/python3.13/operator.py\nTesting /usr/lib/python3.13/test/test_fstring.py\nTesting /usr/lib/python3.13/test/test_grammar.py\nTesting /usr/lib/python3.13/test/test_type_params.py\nTesting /usr/lib/python3.13/fractions.py\nTesting /usr/lib/python3.13/test/test_scope.py\nTesting /usr/lib/python3.13/test/test_keyword.py\nTesting /usr/lib/python3.13/test/test_asdl_parser.py\nTesting /usr/lib/python3.13/test/test_shelve.py\nok\nPASS: test_async_function (test.test_unparse.ManualASTCreationTestCase.test_async_function)\nPASS: test_async_function_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params)\nPASS: test_async_function_with_type_params_and_default (test.test_unparse.ManualASTCreationTestCase.test_async_function_with_type_params_and_default)\nPASS: test_class (test.test_unparse.ManualASTCreationTestCase.test_class)\nPASS: test_class_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_class_with_type_params)\nPASS: test_function (test.test_unparse.ManualASTCreationTestCase.test_function)\nPASS: test_function_with_type_params (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params)\nPASS: test_function_with_type_params_and_bound (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_bound)\nPASS: test_function_with_type_params_and_default (test.test_unparse.ManualASTCreationTestCase.test_function_with_type_params_and_default)\nPASS: test_annotations (test.test_unparse.UnparseTestCase.test_annotations)\nPASS: test_bytes (test.test_unparse.UnparseTestCase.test_bytes)\nPASS: test_chained_comparisons (test.test_unparse.UnparseTestCase.test_chained_comparisons)\nPASS: test_class_decorators (test.test_unparse.UnparseTestCase.test_class_decorators)\nPASS: test_class_definition (test.test_unparse.UnparseTestCase.test_class_definition)\nPASS: test_constant_tuples (test.test_unparse.UnparseTestCase.test_constant_tuples)\nPASS: test_del_statement (test.test_unparse.UnparseTestCase.test_del_statement)\nPASS: test_dict_comprehension (test.test_unparse.UnparseTestCase.test_dict_comprehension)\nPASS: test_dict_unpacking_in_dict (test.test_unparse.UnparseTestCase.test_dict_unpacking_in_dict)\nPASS: test_docstrings (test.test_unparse.UnparseTestCase.test_docstrings)\nPASS: test_elifs (test.test_unparse.UnparseTestCase.test_elifs)\nPASS: test_empty_set (test.test_unparse.UnparseTestCase.test_empty_set)\nPASS: test_for_else (test.test_unparse.UnparseTestCase.test_for_else)\nPASS: test_fstring_backslash (test.test_unparse.UnparseTestCase.test_fstring_backslash)\nPASS: test_fstrings (test.test_unparse.UnparseTestCase.test_fstrings)\nPASS: test_fstrings_complicated (test.test_unparse.UnparseTestCase.test_fstrings_complicated)\nPASS: test_fstrings_pep701 (test.test_unparse.UnparseTestCase.test_fstrings_pep701)\nPASS: test_fstrings_special_chars (test.test_unparse.UnparseTestCase.test_fstrings_special_chars)\nPASS: test_function_arguments (test.test_unparse.UnparseTestCase.test_function_arguments)\nPASS: test_function_type (test.test_unparse.UnparseTestCase.test_function_type)\nPASS: test_huge_float (test.test_unparse.UnparseTestCase.test_huge_float)\nPASS: test_imaginary_literals (test.test_unparse.UnparseTestCase.test_imaginary_literals)\nPASS: test_import_from_level_none (test.test_unparse.UnparseTestCase.test_import_from_level_none)\nPASS: test_integer_parens (test.test_unparse.UnparseTestCase.test_integer_parens)\nPASS: test_invalid_fstring_value (test.test_unparse.UnparseTestCase.test_invalid_fstring_value)\nPASS: test_invalid_raise (test.test_unparse.UnparseTestCase.test_invalid_raise)\nPASS: test_invalid_yield_from (test.test_unparse.UnparseTestCase.test_invalid_yield_from)\nPASS: test_lambda_parentheses (test.test_unparse.UnparseTestCase.test_lambda_parentheses)\nPASS: test_min_int (test.test_unparse.UnparseTestCase.test_min_int)\nPASS: test_nan (test.test_unparse.UnparseTestCase.test_nan)\nPASS: test_nonlocal (test.test_unparse.UnparseTestCase.test_nonlocal)\nPASS: test_raise_from (test.test_unparse.UnparseTestCase.test_raise_from)\nPASS: test_relative_import (test.test_unparse.UnparseTestCase.test_relative_import)\nPASS: test_set_comprehension (test.test_unparse.UnparseTestCase.test_set_comprehension)\nPASS: test_set_literal (test.test_unparse.UnparseTestCase.test_set_literal)\nPASS: test_shifts (test.test_unparse.UnparseTestCase.test_shifts)\nPASS: test_slices (test.test_unparse.UnparseTestCase.test_slices)\nPASS: test_starred_assignment (test.test_unparse.UnparseTestCase.test_starred_assignment)\nPASS: test_strings (test.test_unparse.UnparseTestCase.test_strings)\nPASS: test_try_except_finally (test.test_unparse.UnparseTestCase.test_try_except_finally)\nPASS: test_try_except_star_finally (test.test_unparse.UnparseTestCase.test_try_except_star_finally)\nPASS: test_type_comments (test.test_unparse.UnparseTestCase.test_type_comments)\nPASS: test_type_ignore (test.test_unparse.UnparseTestCase.test_type_ignore)\nPASS: test_unary_parens (test.test_unparse.UnparseTestCase.test_unary_parens)\nPASS: test_while_else (test.test_unparse.UnparseTestCase.test_while_else)\nPASS: test_with_as (test.test_unparse.UnparseTestCase.test_with_as)\nPASS: test_with_simple (test.test_unparse.UnparseTestCase.test_with_simple)\nPASS: test_with_two_items (test.test_unparse.UnparseTestCase.test_with_two_items)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.493s\n\nOK\n0:02:42 load avg: 1.73 [437/480] test_urllib2 passed\nPASS: test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests.test_basic_and_digest_auth_handlers)\nPASS: test_basic_auth (test.test_urllib2.HandlerTests.test_basic_auth)\nPASS: test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests.test_basic_prior_auth_auto_send)\nPASS: test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests.test_basic_prior_auth_send_after_first_success)\nPASS: test_cookie_redirect (test.test_urllib2.HandlerTests.test_cookie_redirect)\nPASS: test_cookies (test.test_urllib2.HandlerTests.test_cookies)\nPASS: test_errors (test.test_urllib2.HandlerTests.test_errors)\nPASS: test_file (test.test_urllib2.HandlerTests.test_file)\nPASS: test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests.test_fixpath_in_weirdurls)\nPASS: test_ftp (test.test_urllib2.HandlerTests.test_ftp)\nPASS: test_full_url_deleter (test.test_urllib2.HandlerTests.test_full_url_deleter)\nPASS: test_full_url_setter (test.test_urllib2.HandlerTests.test_full_url_setter)\nPASS: test_http (test.test_urllib2.HandlerTests.test_http)\nPASS: test_http_body_array (test.test_urllib2.HandlerTests.test_http_body_array)\nPASS: test_http_body_empty_seq (test.test_urllib2.HandlerTests.test_http_body_empty_seq)\nPASS: test_http_body_file (test.test_urllib2.HandlerTests.test_http_body_file)\nPASS: test_http_body_fileobj (test.test_urllib2.HandlerTests.test_http_body_fileobj)\nPASS: test_http_body_iterable (test.test_urllib2.HandlerTests.test_http_body_iterable)\nPASS: test_http_body_pipe (test.test_urllib2.HandlerTests.test_http_body_pipe)\ntest_http_closed (test.test_urllib2.HandlerTests.test_http_closed)\nPASS: Test the connection is cleaned up when the response is closed\nPASS: test_http_doubleslash (test.test_urllib2.HandlerTests.test_http_doubleslash)\nPASS: test_http_handler_global_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_global_debuglevel)\nPASS: test_http_handler_local_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_local_debuglevel)\nPASS: test_https_handler_global_debuglevel (test.test_urllib2.HandlerTests.test_https_handler_global_debuglevel)\nPASS: test_https_handler_local_debuglevel (test.test_urllib2.HandlerTests.test_https_handler_local_debuglevel)\ntest_invalid_closed (test.test_urllib2.HandlerTests.test_invalid_closed)\nPASS: Test the connection is cleaned up after an invalid response\nPASS: test_invalid_redirect (test.test_urllib2.HandlerTests.test_invalid_redirect)\nSKIP: test_osx_proxy_bypass (test.test_urllib2.HandlerTests.test_osx_proxy_bypass) 'only relevant for OSX'\nPASS: test_proxy (test.test_urllib2.HandlerTests.test_proxy)\nPASS: test_proxy_basic_auth (test.test_urllib2.HandlerTests.test_proxy_basic_auth)\nPASS: test_proxy_https (test.test_urllib2.HandlerTests.test_proxy_https)\nPASS: test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests.test_proxy_https_proxy_authorization)\nPASS: test_proxy_no_proxy (test.test_urllib2.HandlerTests.test_proxy_no_proxy)\nPASS: test_proxy_no_proxy_all (test.test_urllib2.HandlerTests.test_proxy_no_proxy_all)\nPASS: test_redirect (test.test_urllib2.HandlerTests.test_redirect)\nPASS: test_redirect_encoding (test.test_urllib2.HandlerTests.test_redirect_encoding)\nPASS: test_redirect_fragment (test.test_urllib2.HandlerTests.test_redirect_fragment)\nPASS: test_redirect_head_request (test.test_urllib2.HandlerTests.test_redirect_head_request)\nPASS: test_redirect_no_path (test.test_urllib2.HandlerTests.test_redirect_no_path)\nPASS: test_relative_redirect (test.test_urllib2.HandlerTests.test_relative_redirect)\nPASS: test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_basic_handler)\nPASS: test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_digest_handler)\nSKIP: test_winreg_proxy_bypass (test.test_urllib2.HandlerTests.test_winreg_proxy_bypass) 'only relevant for Windows'\ntest_HTTPError_interface (test.test_urllib2.MiscTests.test_HTTPError_interface)\nPASS: Issue 13211 reveals that HTTPError didn't implement the URLError\nPASS: test_build_opener (test.test_urllib2.MiscTests.test_build_opener)\nPASS: test_gh_98778 (test.test_urllib2.MiscTests.test_gh_98778)\nPASS: test_parse_proxy (test.test_urllib2.MiscTests.test_parse_proxy)\nPASS: test_unsupported_algorithm (test.test_urllib2.MiscTests.test_unsupported_algorithm)\nPASS: test_add_non_handler (test.test_urllib2.OpenerDirectorTests.test_add_non_handler)\nPASS: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests.test_badly_named_methods)\nPASS: test_handled (test.test_urllib2.OpenerDirectorTests.test_handled)\nPASS: test_handler_order (test.test_urllib2.OpenerDirectorTests.test_handler_order)\nPASS: test_http_error (test.test_urllib2.OpenerDirectorTests.test_http_error)\nPASS: test_processors (test.test_urllib2.OpenerDirectorTests.test_processors)\nPASS: test_raise (test.test_urllib2.OpenerDirectorTests.test_raise)\nPASS: test_password_manager (test.test_urllib2.RequestHdrsTests.test_password_manager)\ntest_password_manager_default_port (test.test_urllib2.RequestHdrsTests.test_password_manager_default_port)\nPASS: The point to note here is that we can't guess the default port if\ntest_request_headers_dict (test.test_urllib2.RequestHdrsTests.test_request_headers_dict)\nPASS: The Request.headers dictionary is not a documented interface.  It\ntest_request_headers_methods (test.test_urllib2.RequestHdrsTests.test_request_headers_methods)\nPASS: Note the case normalization of header names here, to\nPASS: test_data (test.test_urllib2.RequestTests.test_data)\nPASS: test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_deleting_data_should_remove_content_length)\nPASS: test_get_full_url (test.test_urllib2.RequestTests.test_get_full_url)\nPASS: test_get_host (test.test_urllib2.RequestTests.test_get_host)\nPASS: test_get_host_unquote (test.test_urllib2.RequestTests.test_get_host_unquote)\nPASS: test_get_type (test.test_urllib2.RequestTests.test_get_type)\nPASS: test_method (test.test_urllib2.RequestTests.test_method)\nPASS: test_proxy (test.test_urllib2.RequestTests.test_proxy)\nPASS: test_selector (test.test_urllib2.RequestTests.test_selector)\nPASS: test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_setting_data_should_remove_content_length)\nPASS: test_url_fragment (test.test_urllib2.RequestTests.test_url_fragment)\nPASS: test_url_fullurl_get_full_url (test.test_urllib2.RequestTests.test_url_fullurl_get_full_url)\nPASS: test_wrapped_url (test.test_urllib2.RequestTests.test_wrapped_url)\nPASS: test_URLError_reasonstr (test.test_urllib2.TrivialTests.test_URLError_reasonstr)\nPASS: test___all__ (test.test_urllib2.TrivialTests.test___all__)\nPASS: test_parse_http_list (test.test_urllib2.TrivialTests.test_parse_http_list)\nPASS: test_trivial (test.test_urllib2.TrivialTests.test_trivial)\n\n----------------------------------------------------------------------\nRan 76 tests in 0.069s\n\nOK (skipped=2)\n0:02:42 load avg: 1.73 [438/480] test_urllib2net skipped (resource denied)\ntest_urllib2net skipped -- Use of the 'network' resource not enabled\n0:02:42 load avg: 1.73 [439/480] test_urllib_response passed\nPASS: test_addclosehook (test.test_urllib_response.TestResponse.test_addclosehook)\nPASS: test_addinfo (test.test_urllib_response.TestResponse.test_addinfo)\nPASS: test_addinfourl (test.test_urllib_response.TestResponse.test_addinfourl)\nPASS: test_with (test.test_urllib_response.TestResponse.test_with)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.000s\n\nOK\n0:02:42 load avg: 1.73 [440/480] test_urllibnet skipped (resource denied)\ntest_urllibnet skipped -- Use of the 'network' resource not enabled\n0:02:42 load avg: 1.73 [441/480] test_urlparse passed\nPASS: test_Quoter_deprecation (test.test_urlparse.DeprecationTest.test_Quoter_deprecation)\nPASS: test_splitattr_deprecation (test.test_urlparse.DeprecationTest.test_splitattr_deprecation)\nPASS: test_splithost_deprecation (test.test_urlparse.DeprecationTest.test_splithost_deprecation)\nPASS: test_splitnport_deprecation (test.test_urlparse.DeprecationTest.test_splitnport_deprecation)\nPASS: test_splitpasswd_deprecation (test.test_urlparse.DeprecationTest.test_splitpasswd_deprecation)\nPASS: test_splitport_deprecation (test.test_urlparse.DeprecationTest.test_splitport_deprecation)\nPASS: test_splitquery_deprecation (test.test_urlparse.DeprecationTest.test_splitquery_deprecation)\nPASS: test_splittag_deprecation (test.test_urlparse.DeprecationTest.test_splittag_deprecation)\nPASS: test_splittype_deprecation (test.test_urlparse.DeprecationTest.test_splittype_deprecation)\nPASS: test_splituser_deprecation (test.test_urlparse.DeprecationTest.test_splituser_deprecation)\nPASS: test_splitvalue_deprecation (test.test_urlparse.DeprecationTest.test_splitvalue_deprecation)\nPASS: test_to_bytes_deprecation (test.test_urlparse.DeprecationTest.test_to_bytes_deprecation)\nPASS: test_Quoter_repr (test.test_urlparse.UrlParseTestCase.test_Quoter_repr)\nPASS: test_RFC1808 (test.test_urlparse.UrlParseTestCase.test_RFC1808)\nPASS: test_RFC2368 (test.test_urlparse.UrlParseTestCase.test_RFC2368)\nPASS: test_RFC2396 (test.test_urlparse.UrlParseTestCase.test_RFC2396)\nPASS: test_RFC2732 (test.test_urlparse.UrlParseTestCase.test_RFC2732)\nPASS: test_RFC3986 (test.test_urlparse.UrlParseTestCase.test_RFC3986)\nPASS: test_all (test.test_urlparse.UrlParseTestCase.test_all)\nPASS: test_anyscheme (test.test_urlparse.UrlParseTestCase.test_anyscheme)\ntest_attributes_bad_port (test.test_urlparse.UrlParseTestCase.test_attributes_bad_port)\nPASS: Check handling of invalid ports.\ntest_attributes_bad_scheme (test.test_urlparse.UrlParseTestCase.test_attributes_bad_scheme)\nPASS: Check handling of invalid schemes.\nPASS: test_attributes_without_netloc (test.test_urlparse.UrlParseTestCase.test_attributes_without_netloc)\nPASS: test_clear_cache_for_code_coverage (test.test_urlparse.UrlParseTestCase.test_clear_cache_for_code_coverage)\nPASS: test_default_scheme (test.test_urlparse.UrlParseTestCase.test_default_scheme)\nPASS: test_http_roundtrips (test.test_urlparse.UrlParseTestCase.test_http_roundtrips)\nPASS: test_invalid_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_invalid_bracketed_hosts)\nPASS: test_issue14072 (test.test_urlparse.UrlParseTestCase.test_issue14072)\nPASS: test_mixed_types_rejected (test.test_urlparse.UrlParseTestCase.test_mixed_types_rejected)\nPASS: test_noslash (test.test_urlparse.UrlParseTestCase.test_noslash)\nPASS: test_parse_fragments (test.test_urlparse.UrlParseTestCase.test_parse_fragments)\nPASS: test_parse_qs_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qs_encoding)\nPASS: test_parse_qs_separator (test.test_urlparse.UrlParseTestCase.test_parse_qs_separator)\nPASS: test_parse_qsl_bytes (test.test_urlparse.UrlParseTestCase.test_parse_qsl_bytes)\nPASS: test_parse_qsl_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qsl_encoding)\nPASS: test_parse_qsl_errors (test.test_urlparse.UrlParseTestCase.test_parse_qsl_errors)\nPASS: test_parse_qsl_false_value (test.test_urlparse.UrlParseTestCase.test_parse_qsl_false_value)\nPASS: test_parse_qsl_max_num_fields (test.test_urlparse.UrlParseTestCase.test_parse_qsl_max_num_fields)\nPASS: test_parse_qsl_separator (test.test_urlparse.UrlParseTestCase.test_parse_qsl_separator)\nPASS: test_port_casting_failure_message (test.test_urlparse.UrlParseTestCase.test_port_casting_failure_message)\nPASS: test_portseparator (test.test_urlparse.UrlParseTestCase.test_portseparator)\nPASS: test_qs (test.test_urlparse.UrlParseTestCase.test_qs)\nPASS: test_qsl (test.test_urlparse.UrlParseTestCase.test_qsl)\nPASS: test_quote_errors (test.test_urlparse.UrlParseTestCase.test_quote_errors)\nPASS: test_quote_from_bytes (test.test_urlparse.UrlParseTestCase.test_quote_from_bytes)\nPASS: test_result_pairs (test.test_urlparse.UrlParseTestCase.test_result_pairs)\nPASS: test_roundtrips (test.test_urlparse.UrlParseTestCase.test_roundtrips)\nPASS: test_roundtrips_normalization (test.test_urlparse.UrlParseTestCase.test_roundtrips_normalization)\nPASS: test_splitting_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_splitting_bracketed_hosts)\nPASS: test_telurl_params (test.test_urlparse.UrlParseTestCase.test_telurl_params)\nPASS: test_unparse_parse (test.test_urlparse.UrlParseTestCase.test_unparse_parse)\nPASS: test_unquote_to_bytes (test.test_urlparse.UrlParseTestCase.test_unquote_to_bytes)\nPASS: test_urldefrag (test.test_urlparse.UrlParseTestCase.test_urldefrag)\nPASS: test_urlencode_quote_via (test.test_urlparse.UrlParseTestCase.test_urlencode_quote_via)\nPASS: test_urlencode_sequences (test.test_urlparse.UrlParseTestCase.test_urlencode_sequences)\nPASS: test_urljoins (test.test_urlparse.UrlParseTestCase.test_urljoins)\ntest_urllib_parse_getattr_failure (test.test_urlparse.UrlParseTestCase.test_urllib_parse_getattr_failure)\nPASS: Test that urllib.parse.__getattr__() fails correctly.\nPASS: test_urlsplit_attributes (test.test_urlparse.UrlParseTestCase.test_urlsplit_attributes)\nPASS: test_urlsplit_normalization (test.test_urlparse.UrlParseTestCase.test_urlsplit_normalization)\nPASS: test_urlsplit_remove_unsafe_bytes (test.test_urlparse.UrlParseTestCase.test_urlsplit_remove_unsafe_bytes)\nPASS: test_urlsplit_scoped_IPv6 (test.test_urlparse.UrlParseTestCase.test_urlsplit_scoped_IPv6)\nPASS: test_urlsplit_strip_url (test.test_urlparse.UrlParseTestCase.test_urlsplit_strip_url)\nPASS: test_usingsys (test.test_urlparse.UrlParseTestCase.test_usingsys)\nPASS: test_withoutscheme (test.test_urlparse.UrlParseTestCase.test_withoutscheme)\nPASS: test_splitattr (test.test_urlparse.Utility_Tests.test_splitattr)\nPASS: test_splithost (test.test_urlparse.Utility_Tests.test_splithost)\nPASS: test_splitnport (test.test_urlparse.Utility_Tests.test_splitnport)\nPASS: test_splitpasswd (test.test_urlparse.Utility_Tests.test_splitpasswd)\nPASS: test_splitport (test.test_urlparse.Utility_Tests.test_splitport)\nPASS: test_splitquery (test.test_urlparse.Utility_Tests.test_splitquery)\nPASS: test_splittag (test.test_urlparse.Utility_Tests.test_splittag)\nPASS: test_splittype (test.test_urlparse.Utility_Tests.test_splittype)\nPASS: test_splituser (test.test_urlparse.Utility_Tests.test_splituser)\nPASS: test_splitvalue (test.test_urlparse.Utility_Tests.test_splitvalue)\nPASS: test_to_bytes (test.test_urlparse.Utility_Tests.test_to_bytes)\nPASS: test_unwrap (test.test_urlparse.Utility_Tests.test_unwrap)\n\n----------------------------------------------------------------------\nRan 76 tests in 0.150s\n\nOK\n0:02:42 load avg: 1.73 [442/480] test_userdict passed\nPASS: test_all (test.test_userdict.UserDictTest.test_all)\nPASS: test_bool (test.test_userdict.UserDictTest.test_bool)\nPASS: test_clear (test.test_userdict.UserDictTest.test_clear)\nPASS: test_constructor (test.test_userdict.UserDictTest.test_constructor)\nPASS: test_contains (test.test_userdict.UserDictTest.test_contains)\nPASS: test_copy (test.test_userdict.UserDictTest.test_copy)\nPASS: test_eq (test.test_userdict.UserDictTest.test_eq)\nPASS: test_fromkeys (test.test_userdict.UserDictTest.test_fromkeys)\nPASS: test_get (test.test_userdict.UserDictTest.test_get)\nPASS: test_getitem (test.test_userdict.UserDictTest.test_getitem)\nPASS: test_init (test.test_userdict.UserDictTest.test_init)\nPASS: test_items (test.test_userdict.UserDictTest.test_items)\nPASS: test_keys (test.test_userdict.UserDictTest.test_keys)\nPASS: test_len (test.test_userdict.UserDictTest.test_len)\nPASS: test_missing (test.test_userdict.UserDictTest.test_missing)\nPASS: test_mutatingiteration (test.test_userdict.UserDictTest.test_mutatingiteration)\nPASS: test_pop (test.test_userdict.UserDictTest.test_pop)\nPASS: test_popitem (test.test_userdict.UserDictTest.test_popitem)\nPASS: test_read (test.test_userdict.UserDictTest.test_read)\nPASS: test_repr (test.test_userdict.UserDictTest.test_repr)\nPASS: test_repr_deep (test.test_userdict.UserDictTest.test_repr_deep)\nPASS: test_setdefault (test.test_userdict.UserDictTest.test_setdefault)\nPASS: test_update (test.test_userdict.UserDictTest.test_update)\nPASS: test_values (test.test_userdict.UserDictTest.test_values)\nPASS: test_write (test.test_userdict.UserDictTest.test_write)\n\n----------------------------------------------------------------------\nRan 25 tests in 0.029s\n\nOK\n0:02:43 load avg: 1.73 [443/480] test_userlist passed\nPASS: test_add_specials (test.test_userlist.UserListTest.test_add_specials)\nPASS: test_addmul (test.test_userlist.UserListTest.test_addmul)\nPASS: test_append (test.test_userlist.UserListTest.test_append)\nPASS: test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat)\nPASS: test_clear (test.test_userlist.UserListTest.test_clear)\nPASS: test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling)\nPASS: test_constructors (test.test_userlist.UserListTest.test_constructors)\nPASS: test_contains (test.test_userlist.UserListTest.test_contains)\nPASS: test_contains_fake (test.test_userlist.UserListTest.test_contains_fake)\nPASS: test_contains_order (test.test_userlist.UserListTest.test_contains_order)\nPASS: test_copy (test.test_userlist.UserListTest.test_copy)\nPASS: test_count (test.test_userlist.UserListTest.test_count)\nPASS: test_delitem (test.test_userlist.UserListTest.test_delitem)\nPASS: test_delslice (test.test_userlist.UserListTest.test_delslice)\nPASS: test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator)\nPASS: test_extend (test.test_userlist.UserListTest.test_extend)\nPASS: test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing)\nPASS: test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating)\nPASS: test_getitem (test.test_userlist.UserListTest.test_getitem)\nPASS: test_getitem_error (test.test_userlist.UserListTest.test_getitem_error)\nPASS: test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter)\nPASS: test_getslice (test.test_userlist.UserListTest.test_getslice)\nPASS: test_iadd (test.test_userlist.UserListTest.test_iadd)\nPASS: test_imul (test.test_userlist.UserListTest.test_imul)\nPASS: test_index (test.test_userlist.UserListTest.test_index)\nPASS: test_init (test.test_userlist.UserListTest.test_init)\nPASS: test_insert (test.test_userlist.UserListTest.test_insert)\nPASS: test_len (test.test_userlist.UserListTest.test_len)\nPASS: test_minmax (test.test_userlist.UserListTest.test_minmax)\nPASS: test_mixedadd (test.test_userlist.UserListTest.test_mixedadd)\nPASS: test_mixedcmp (test.test_userlist.UserListTest.test_mixedcmp)\nPASS: test_pickle (test.test_userlist.UserListTest.test_pickle)\nPASS: test_pop (test.test_userlist.UserListTest.test_pop)\nPASS: test_radd_specials (test.test_userlist.UserListTest.test_radd_specials)\nPASS: test_remove (test.test_userlist.UserListTest.test_remove)\nPASS: test_repeat (test.test_userlist.UserListTest.test_repeat)\nPASS: test_repr (test.test_userlist.UserListTest.test_repr)\nPASS: test_repr_deep (test.test_userlist.UserListTest.test_repr_deep)\nPASS: test_reverse (test.test_userlist.UserListTest.test_reverse)\nPASS: test_reversed (test.test_userlist.UserListTest.test_reversed)\nPASS: test_set_subscript (test.test_userlist.UserListTest.test_set_subscript)\nPASS: test_setitem (test.test_userlist.UserListTest.test_setitem)\nPASS: test_setitem_error (test.test_userlist.UserListTest.test_setitem_error)\nPASS: test_setslice (test.test_userlist.UserListTest.test_setslice)\nPASS: test_slice (test.test_userlist.UserListTest.test_slice)\nPASS: test_slice_assign_iterator (test.test_userlist.UserListTest.test_slice_assign_iterator)\nPASS: test_slice_type (test.test_userlist.UserListTest.test_slice_type)\nPASS: test_sort (test.test_userlist.UserListTest.test_sort)\nPASS: test_subscript (test.test_userlist.UserListTest.test_subscript)\nPASS: test_truth (test.test_userlist.UserListTest.test_truth)\nPASS: test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy)\n\n----------------------------------------------------------------------\nRan 51 tests in 0.018s\n\nOK\n0:02:43 load avg: 1.73 [444/480] test_userstring passed\nPASS: test___contains__ (test.test_userstring.UserStringTest.test___contains__)\nPASS: test_adaptive_find (test.test_userstring.UserStringTest.test_adaptive_find)\nPASS: test_additional_rsplit (test.test_userstring.UserStringTest.test_additional_rsplit)\nPASS: test_additional_split (test.test_userstring.UserStringTest.test_additional_split)\nPASS: test_capitalize (test.test_userstring.UserStringTest.test_capitalize)\nPASS: test_capitalize_nonascii (test.test_userstring.UserStringTest.test_capitalize_nonascii)\nPASS: test_center (test.test_userstring.UserStringTest.test_center)\nPASS: test_count (test.test_userstring.UserStringTest.test_count)\nPASS: test_count_keyword (test.test_userstring.UserStringTest.test_count_keyword)\nPASS: test_encode_default_args (test.test_userstring.UserStringTest.test_encode_default_args)\nPASS: test_encode_explicit_none_args (test.test_userstring.UserStringTest.test_encode_explicit_none_args)\nPASS: test_endswith (test.test_userstring.UserStringTest.test_endswith)\nPASS: test_expandtabs (test.test_userstring.UserStringTest.test_expandtabs)\nPASS: test_extended_getslice (test.test_userstring.UserStringTest.test_extended_getslice)\nPASS: test_find (test.test_userstring.UserStringTest.test_find)\nPASS: test_find_etc_raise_correct_error_messages (test.test_userstring.UserStringTest.test_find_etc_raise_correct_error_messages)\nPASS: test_find_many_lengths (test.test_userstring.UserStringTest.test_find_many_lengths)\ntest_find_periodic_pattern (test.test_userstring.UserStringTest.test_find_periodic_pattern)\nPASS: Cover the special path for periodic patterns.\ntest_find_shift_table_overflow (test.test_userstring.UserStringTest.test_find_shift_table_overflow)\nPASS: When the table of 8-bit shifts overflows.\nPASS: test_find_with_memory (test.test_userstring.UserStringTest.test_find_with_memory)\nPASS: test_fixtype (test.test_userstring.UserStringTest.test_fixtype)\nPASS: test_floatformatting (test.test_userstring.UserStringTest.test_floatformatting)\nPASS: test_formatting (test.test_userstring.UserStringTest.test_formatting)\nPASS: test_formatting_c_limits (test.test_userstring.UserStringTest.test_formatting_c_limits)\nPASS: test_hash (test.test_userstring.UserStringTest.test_hash)\nPASS: test_index (test.test_userstring.UserStringTest.test_index)\nPASS: test_inplace_rewrites (test.test_userstring.UserStringTest.test_inplace_rewrites)\nPASS: test_isalnum (test.test_userstring.UserStringTest.test_isalnum)\nPASS: test_isalpha (test.test_userstring.UserStringTest.test_isalpha)\nPASS: test_isascii (test.test_userstring.UserStringTest.test_isascii)\nPASS: test_isdigit (test.test_userstring.UserStringTest.test_isdigit)\nPASS: test_islower (test.test_userstring.UserStringTest.test_islower)\nPASS: test_isspace (test.test_userstring.UserStringTest.test_isspace)\nPASS: test_istitle (test.test_userstring.UserStringTest.test_istitle)\nPASS: test_isupper (test.test_userstring.UserStringTest.test_isupper)\nPASS: test_join (test.test_userstring.UserStringTest.test_join)\nPASS: test_ljust (test.test_userstring.UserStringTest.test_ljust)\nPASS: test_lower (test.test_userstring.UserStringTest.test_lower)\nPASS: test_mul (test.test_userstring.UserStringTest.test_mul)\nPASS: test_none_arguments (test.test_userstring.UserStringTest.test_none_arguments)\nPASS: test_partition (test.test_userstring.UserStringTest.test_partition)\nPASS: test_removeprefix (test.test_userstring.UserStringTest.test_removeprefix)\nPASS: test_removesuffix (test.test_userstring.UserStringTest.test_removesuffix)\nPASS: test_replace (test.test_userstring.UserStringTest.test_replace)\nSKIP: test_replace_overflow (test.test_userstring.UserStringTest.test_replace_overflow) 'only applies to 32-bit platforms'\nPASS: test_replace_uses_two_way_maxcount (test.test_userstring.UserStringTest.test_replace_uses_two_way_maxcount)\nPASS: test_rfind (test.test_userstring.UserStringTest.test_rfind)\nPASS: test_rindex (test.test_userstring.UserStringTest.test_rindex)\nPASS: test_rjust (test.test_userstring.UserStringTest.test_rjust)\nPASS: test_rmod (test.test_userstring.UserStringTest.test_rmod)\nPASS: test_rpartition (test.test_userstring.UserStringTest.test_rpartition)\nPASS: test_rsplit (test.test_userstring.UserStringTest.test_rsplit)\nPASS: test_slice (test.test_userstring.UserStringTest.test_slice)\nPASS: test_split (test.test_userstring.UserStringTest.test_split)\nPASS: test_splitlines (test.test_userstring.UserStringTest.test_splitlines)\nPASS: test_startswith (test.test_userstring.UserStringTest.test_startswith)\nPASS: test_strip (test.test_userstring.UserStringTest.test_strip)\nPASS: test_strip_whitespace (test.test_userstring.UserStringTest.test_strip_whitespace)\nPASS: test_subscript (test.test_userstring.UserStringTest.test_subscript)\nPASS: test_swapcase (test.test_userstring.UserStringTest.test_swapcase)\nPASS: test_title (test.test_userstring.UserStringTest.test_title)\nPASS: test_upper (test.test_userstring.UserStringTest.test_upper)\nPASS: test_zfill (test.test_userstring.UserStringTest.test_zfill)\n\n----------------------------------------------------------------------\nRan 63 tests in 0.591s\n\nOK (skipped=1)\n0:02:43 load avg: 1.73 [445/480] test_urllib2_localnet passed\nPASS: test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror)\nPASS: test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success)\nPASS: test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror)\nPASS: test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works)\nPASS: test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror)\nPASS: test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror)\nPASS: test_200 (test.test_urllib2_localnet.TestUrlopen.test_200)\nPASS: test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters)\nPASS: test_404 (test.test_urllib2_localnet.TestUrlopen.test_404)\nPASS: test_basic (test.test_urllib2_localnet.TestUrlopen.test_basic)\nPASS: test_chunked (test.test_urllib2_localnet.TestUrlopen.test_chunked)\nPASS: test_geturl (test.test_urllib2_localnet.TestUrlopen.test_geturl)\ntest_https (test.test_urllib2_localnet.TestUrlopen.test_https) ... stopping HTTPS server\njoining HTTPS thread\nok\ntest_https_sni (test.test_urllib2_localnet.TestUrlopen.test_https_sni) ... stopping HTTPS server\njoining HTTPS thread\nok\nPASS: test_info (test.test_urllib2_localnet.TestUrlopen.test_info)\nPASS: test_issue16464 (test.test_urllib2_localnet.TestUrlopen.test_issue16464)\nPASS: test_iteration (test.test_urllib2_localnet.TestUrlopen.test_iteration)\nPASS: test_line_iteration (test.test_urllib2_localnet.TestUrlopen.test_line_iteration)\nPASS: test_redirection (test.test_urllib2_localnet.TestUrlopen.test_redirection)\nPASS: test_sending_headers (test.test_urllib2_localnet.TestUrlopen.test_sending_headers)\nPASS: test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel)\n\n----------------------------------------------------------------------\nRan 21 tests in 1.390s\n\nOK\n0:02:43 load avg: 1.73 [446/480] test_utf8source passed\nPASS: test_latin1 (test.test_utf8source.BuiltinCompileTests.test_latin1)\nPASS: test_badsyntax (test.test_utf8source.PEP3120Test.test_badsyntax)\nPASS: test_pep3120 (test.test_utf8source.PEP3120Test.test_pep3120)\n\n----------------------------------------------------------------------\nRan 3 tests in 0.000s\n\nOK\n0:02:44 load avg: 1.73 [447/480] test_uuid passed\nSKIP: test_arp_getnode (test.test_uuid.TestInternalsWithExtModule.test_arp_getnode) 'arp is not used for introspection on this platform'\nPASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithExtModule.test_find_mac_near_keyword)\nPASS: test_find_under_heading (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading)\nPASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading_ipv6)\nSKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule.test_ifconfig_getnode) 'requires ifconfig'\nPASS: test_ip_getnode (test.test_uuid.TestInternalsWithExtModule.test_ip_getnode)\nSKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithExtModule.test_lanscan_getnode) 'lanscan is not used for introspection on this platform'\nSKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithExtModule.test_netstat_getnode) 'netstat is not used for introspection on this platform'\nPASS: test_parse_mac (test.test_uuid.TestInternalsWithExtModule.test_parse_mac)\nPASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithExtModule.test_parse_mac_aix)\nPASS: test_random_getnode (test.test_uuid.TestInternalsWithExtModule.test_random_getnode)\nPASS: test_unix_getnode (test.test_uuid.TestInternalsWithExtModule.test_unix_getnode)\nSKIP: test_windll_getnode (test.test_uuid.TestInternalsWithExtModule.test_windll_getnode) 'requires Windows'\nSKIP: test_arp_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_arp_getnode) 'arp is not used for introspection on this platform'\nPASS: test_find_mac_near_keyword (test.test_uuid.TestInternalsWithoutExtModule.test_find_mac_near_keyword)\nPASS: test_find_under_heading (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading)\nPASS: test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading_ipv6)\nSKIP: test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ifconfig_getnode) 'requires ifconfig'\nPASS: test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ip_getnode)\nSKIP: test_lanscan_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_lanscan_getnode) 'lanscan is not used for introspection on this platform'\nSKIP: test_netstat_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_netstat_getnode) 'netstat is not used for introspection on this platform'\nPASS: test_parse_mac (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac)\nPASS: test_parse_mac_aix (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac_aix)\nPASS: test_random_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_random_getnode)\nPASS: testIssue8621 (test.test_uuid.TestUUIDWithExtModule.testIssue8621)\nPASS: test_UUID (test.test_uuid.TestUUIDWithExtModule.test_UUID)\nPASS: test_cli_name_required_for_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_cli_name_required_for_uuid3)\nPASS: test_cli_namespace_required_for_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_cli_namespace_required_for_uuid3)\nPASS: test_cli_uuid3_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name)\nPASS: test_cli_uuid4_outputted_with_no_args (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid4_outputted_with_no_args)\nPASS: test_cli_uuid5_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name)\nPASS: test_exceptions (test.test_uuid.TestUUIDWithExtModule.test_exceptions)\nPASS: test_getnode (test.test_uuid.TestUUIDWithExtModule.test_getnode)\nPASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithExtModule.test_pickle_roundtrip)\nPASS: test_safe_uuid_enum (test.test_uuid.TestUUIDWithExtModule.test_safe_uuid_enum)\nPASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithExtModule.test_unpickle_previous_python_versions)\nPASS: test_uuid1 (test.test_uuid.TestUUIDWithExtModule.test_uuid1)\nPASS: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithExtModule.test_uuid1_bogus_return_value)\nPASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithExtModule.test_uuid1_eui64)\nPASS: test_uuid1_is_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_safe)\nPASS: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_unsafe)\nPASS: test_uuid1_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_safe)\nPASS: test_uuid1_time (test.test_uuid.TestUUIDWithExtModule.test_uuid1_time)\nPASS: test_uuid1_unknown (test.test_uuid.TestUUIDWithExtModule.test_uuid1_unknown)\nPASS: test_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_uuid3)\nPASS: test_uuid4 (test.test_uuid.TestUUIDWithExtModule.test_uuid4)\nPASS: test_uuid5 (test.test_uuid.TestUUIDWithExtModule.test_uuid5)\nPASS: test_uuid_weakref (test.test_uuid.TestUUIDWithExtModule.test_uuid_weakref)\nPASS: testIssue8621 (test.test_uuid.TestUUIDWithoutExtModule.testIssue8621)\nPASS: test_UUID (test.test_uuid.TestUUIDWithoutExtModule.test_UUID)\nPASS: test_cli_name_required_for_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_name_required_for_uuid3)\nPASS: test_cli_namespace_required_for_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_cli_namespace_required_for_uuid3)\nPASS: test_cli_uuid3_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid3_ouputted_with_valid_namespace_and_name)\nPASS: test_cli_uuid4_outputted_with_no_args (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid4_outputted_with_no_args)\nPASS: test_cli_uuid5_ouputted_with_valid_namespace_and_name (test.test_uuid.TestUUIDWithoutExtModule.test_cli_uuid5_ouputted_with_valid_namespace_and_name)\nPASS: test_exceptions (test.test_uuid.TestUUIDWithoutExtModule.test_exceptions)\nPASS: test_getnode (test.test_uuid.TestUUIDWithoutExtModule.test_getnode)\nPASS: test_pickle_roundtrip (test.test_uuid.TestUUIDWithoutExtModule.test_pickle_roundtrip)\nPASS: test_safe_uuid_enum (test.test_uuid.TestUUIDWithoutExtModule.test_safe_uuid_enum)\nPASS: test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithoutExtModule.test_unpickle_previous_python_versions)\nPASS: test_uuid1 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1)\nSKIP: test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_bogus_return_value) 'need uuid._generate_time_safe'\nPASS: test_uuid1_eui64 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_eui64)\nSKIP: test_uuid1_is_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_safe) 'need uuid._generate_time_safe'\nSKIP: test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_unsafe) 'need uuid._generate_time_safe'\nSKIP: test_uuid1_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_safe) 'requires uuid_generate_time_safe(3)'\nPASS: test_uuid1_time (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_time)\nSKIP: test_uuid1_unknown (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_unknown) 'need uuid._generate_time_safe'\nPASS: test_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid3)\nPASS: test_uuid4 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid4)\nPASS: test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid5)\nPASS: test_uuid_weakref (test.test_uuid.TestUUIDWithoutExtModule.test_uuid_weakref)\n\n----------------------------------------------------------------------\nRan 72 tests in 0.049s\n\nOK (skipped=14)\n0:02:44 load avg: 1.73 [448/480] test_utf8_mode passed\nPASS: test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line)\nSKIP: test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) 'sys.stdout is not a TTY'\nPASS: test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var)\nPASS: test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding)\nPASS: test_io (test.test_utf8_mode.UTF8ModeTests.test_io)\nPASS: test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding)\nPASS: test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding)\nPASS: test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level)\nPASS: test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale)\nPASS: test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding)\nPASS: test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio)\nPASS: test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption)\n\n----------------------------------------------------------------------\nRan 12 tests in 0.391s\n\nOK (skipped=1)\n0:02:44 load avg: 1.73 [449/480] test_unittest passed\nPASS: testAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testAlmostEqual)\nPASS: testAssertDictEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertDictEqual)\nPASS: testAssertFalse (test.test_unittest.test_assertions.TestLongMessage.testAssertFalse)\nPASS: testAssertGreater (test.test_unittest.test_assertions.TestLongMessage.testAssertGreater)\nPASS: testAssertGreaterEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertGreaterEqual)\nPASS: testAssertIn (test.test_unittest.test_assertions.TestLongMessage.testAssertIn)\nPASS: testAssertIs (test.test_unittest.test_assertions.TestLongMessage.testAssertIs)\nPASS: testAssertIsNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNone)\nPASS: testAssertIsNot (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNot)\nPASS: testAssertIsNotNone (test.test_unittest.test_assertions.TestLongMessage.testAssertIsNotNone)\nPASS: testAssertLess (test.test_unittest.test_assertions.TestLongMessage.testAssertLess)\nPASS: testAssertLessEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertLessEqual)\nPASS: testAssertMultiLineEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertMultiLineEqual)\nPASS: testAssertNotIn (test.test_unittest.test_assertions.TestLongMessage.testAssertNotIn)\nPASS: testAssertNotRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertNotRegex)\nPASS: testAssertRaises (test.test_unittest.test_assertions.TestLongMessage.testAssertRaises)\nPASS: testAssertRaisesRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRaisesRegex)\nPASS: testAssertRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertRegex)\nPASS: testAssertSequenceEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSequenceEqual)\nPASS: testAssertSetEqual (test.test_unittest.test_assertions.TestLongMessage.testAssertSetEqual)\nPASS: testAssertTrue (test.test_unittest.test_assertions.TestLongMessage.testAssertTrue)\nPASS: testAssertWarns (test.test_unittest.test_assertions.TestLongMessage.testAssertWarns)\nPASS: testAssertWarnsRegex (test.test_unittest.test_assertions.TestLongMessage.testAssertWarnsRegex)\nPASS: testDefault (test.test_unittest.test_assertions.TestLongMessage.testDefault)\nPASS: testNotAlmostEqual (test.test_unittest.test_assertions.TestLongMessage.testNotAlmostEqual)\nPASS: testNotEqual (test.test_unittest.test_assertions.TestLongMessage.testNotEqual)\nPASS: test_assertNotWarns (test.test_unittest.test_assertions.TestLongMessage.test_assertNotWarns)\nPASS: test_baseAssertEqual (test.test_unittest.test_assertions.TestLongMessage.test_baseAssertEqual)\nPASS: test_formatMessage_unicode_error (test.test_unittest.test_assertions.TestLongMessage.test_formatMessage_unicode_error)\nPASS: test_formatMsg (test.test_unittest.test_assertions.TestLongMessage.test_formatMsg)\nPASS: testAssertNotRegex (test.test_unittest.test_assertions.Test_Assertions.testAssertNotRegex)\nPASS: test_AlmostEqual (test.test_unittest.test_assertions.Test_Assertions.test_AlmostEqual)\nPASS: test_AmostEqualWithDelta (test.test_unittest.test_assertions.Test_Assertions.test_AmostEqualWithDelta)\nPASS: test_assertRaises (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises)\nPASS: test_assertRaises_frames_survival (test.test_unittest.test_assertions.Test_Assertions.test_assertRaises_frames_survival)\nPASS: test_base_exception_from_async_method (test.test_unittest.test_async_case.TestAsyncCase.test_base_exception_from_async_method)\nPASS: test_cancellation_hanging_tasks (test.test_unittest.test_async_case.TestAsyncCase.test_cancellation_hanging_tasks)\nPASS: test_cleanups_interleave_order (test.test_unittest.test_async_case.TestAsyncCase.test_cleanups_interleave_order)\nPASS: test_debug_cleanup_same_loop (test.test_unittest.test_async_case.TestAsyncCase.test_debug_cleanup_same_loop)\nPASS: test_deprecation_of_return_val_from_test (test.test_unittest.test_async_case.TestAsyncCase.test_deprecation_of_return_val_from_test)\nPASS: test_enterAsyncContext (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext)\nPASS: test_enterAsyncContext_arg_errors (test.test_unittest.test_async_case.TestAsyncCase.test_enterAsyncContext_arg_errors)\nPASS: test_exception_in_setup (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_setup)\nPASS: test_exception_in_tear_clean_up (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_clean_up)\nPASS: test_exception_in_tear_down (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_tear_down)\nPASS: test_exception_in_test (test.test_unittest.test_async_case.TestAsyncCase.test_exception_in_test)\nPASS: test_full_cycle (test.test_unittest.test_async_case.TestAsyncCase.test_full_cycle)\nPASS: test_loop_factory (test.test_unittest.test_async_case.TestAsyncCase.test_loop_factory)\nPASS: test_setup_get_event_loop (test.test_unittest.test_async_case.TestAsyncCase.test_setup_get_event_loop)\nPASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreak.testHandlerReplacedButCalled)\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreak.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreak.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreak.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreak.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreak.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreak.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreak.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreak.testRunner)\nPASS: testSecondInterrupt (test.test_unittest.test_break.TestBreak.testSecondInterrupt)\nPASS: testTwoResults (test.test_unittest.test_break.TestBreak.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreak.testWeakReferences)\nPASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled)\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreakDefaultIntHandler.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreakDefaultIntHandler.testRunner)\nPASS: testSecondInterrupt (test.test_unittest.test_break.TestBreakDefaultIntHandler.testSecondInterrupt)\nPASS: testTwoResults (test.test_unittest.test_break.TestBreakDefaultIntHandler.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreakDefaultIntHandler.testWeakReferences)\nPASS: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalDefault.testHandlerReplacedButCalled)\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreakSignalDefault.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreakSignalDefault.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalDefault.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreakSignalDefault.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreakSignalDefault.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreakSignalDefault.testRunner)\nPASS: testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalDefault.testSecondInterrupt)\nPASS: testTwoResults (test.test_unittest.test_break.TestBreakSignalDefault.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreakSignalDefault.testWeakReferences)\nSKIP: testHandlerReplacedButCalled (test.test_unittest.test_break.TestBreakSignalIgnored.testHandlerReplacedButCalled) 'test requires SIGINT to not be ignored'\nPASS: testInstallHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testInstallHandler)\nPASS: testInterruptCaught (test.test_unittest.test_break.TestBreakSignalIgnored.testInterruptCaught)\nPASS: testMainInstallsHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testMainInstallsHandler)\nPASS: testRegisterResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRegisterResult)\nPASS: testRemoveHandler (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandler)\nPASS: testRemoveHandlerAsDecorator (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveHandlerAsDecorator)\nPASS: testRemoveResult (test.test_unittest.test_break.TestBreakSignalIgnored.testRemoveResult)\nPASS: testRunner (test.test_unittest.test_break.TestBreakSignalIgnored.testRunner)\nSKIP: testSecondInterrupt (test.test_unittest.test_break.TestBreakSignalIgnored.testSecondInterrupt) 'test requires SIGINT to not be ignored'\nPASS: testTwoResults (test.test_unittest.test_break.TestBreakSignalIgnored.testTwoResults)\nPASS: testWeakReferences (test.test_unittest.test_break.TestBreakSignalIgnored.testWeakReferences)\nPASS: testAddTypeEqualityFunc (test.test_unittest.test_case.Test_TestCase.testAddTypeEqualityFunc)\nPASS: testAssertCountEqual (test.test_unittest.test_case.Test_TestCase.testAssertCountEqual)\nPASS: testAssertDictEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertDictEqualTruncates)\nPASS: testAssertEqual (test.test_unittest.test_case.Test_TestCase.testAssertEqual)\ntestAssertEqualMultipleLinesMismatchedNewlinesTerminators (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMismatchedNewlinesTerminators)\nPASS: Verifying format of diff output from assertEqual involving strings\ntestAssertEqualMultipleLinesMissingNewlineTerminator (test.test_unittest.test_case.Test_TestCase.testAssertEqualMultipleLinesMissingNewlineTerminator)\nPASS: Verifying format of diff output from assertEqual involving strings\nPASS: testAssertEqualSingleLine (test.test_unittest.test_case.Test_TestCase.testAssertEqualSingleLine)\nPASS: testAssertEqual_diffThreshold (test.test_unittest.test_case.Test_TestCase.testAssertEqual_diffThreshold)\nPASS: testAssertEqual_shorten (test.test_unittest.test_case.Test_TestCase.testAssertEqual_shorten)\ntestAssertEqualwithEmptyString (test.test_unittest.test_case.Test_TestCase.testAssertEqualwithEmptyString)\nPASS: Verify when there is an empty string involved, the diff output\nPASS: testAssertIn (test.test_unittest.test_case.Test_TestCase.testAssertIn)\nPASS: testAssertIs (test.test_unittest.test_case.Test_TestCase.testAssertIs)\nPASS: testAssertIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertIsInstance)\nPASS: testAssertIsNone (test.test_unittest.test_case.Test_TestCase.testAssertIsNone)\nPASS: testAssertIsNot (test.test_unittest.test_case.Test_TestCase.testAssertIsNot)\nPASS: testAssertLogsDefaults (test.test_unittest.test_case.Test_TestCase.testAssertLogsDefaults)\nPASS: testAssertLogsFailureLevelTooHigh (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh)\nPASS: testAssertLogsFailureLevelTooHigh_FilterInRootLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_FilterInRootLogger)\nPASS: testAssertLogsFailureMismatchingLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureMismatchingLogger)\nPASS: testAssertLogsFailureNoLogs (test.test_unittest.test_case.Test_TestCase.testAssertLogsFailureNoLogs)\nPASS: testAssertLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLevel)\nPASS: testAssertLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertLogsPerLogger)\nPASS: testAssertLogsTwoMatchingMessages (test.test_unittest.test_case.Test_TestCase.testAssertLogsTwoMatchingMessages)\nPASS: testAssertLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertLogsUnexpectedException)\nPASS: testAssertMultiLineEqual (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqual)\nPASS: testAssertMultiLineEqualTruncates (test.test_unittest.test_case.Test_TestCase.testAssertMultiLineEqualTruncates)\nPASS: testAssertNoLogsDefault (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsDefault)\nPASS: testAssertNoLogsFailureFoundLogs (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailureFoundLogs)\nPASS: testAssertNoLogsFailurePerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLevel)\nPASS: testAssertNoLogsFailurePerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsFailurePerLogger)\nPASS: testAssertNoLogsPerLevel (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLevel)\nPASS: testAssertNoLogsPerLogger (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsPerLogger)\nPASS: testAssertNoLogsUnexpectedException (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsUnexpectedException)\nPASS: testAssertNoLogsYieldsNone (test.test_unittest.test_case.Test_TestCase.testAssertNoLogsYieldsNone)\nPASS: testAssertNotIsInstance (test.test_unittest.test_case.Test_TestCase.testAssertNotIsInstance)\nPASS: testAssertNotRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertNotRaisesRegex)\nPASS: testAssertRaisesCallable (test.test_unittest.test_case.Test_TestCase.testAssertRaisesCallable)\nPASS: testAssertRaisesContext (test.test_unittest.test_case.Test_TestCase.testAssertRaisesContext)\nPASS: testAssertRaisesExcValue (test.test_unittest.test_case.Test_TestCase.testAssertRaisesExcValue)\nPASS: testAssertRaisesNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesNoExceptionType)\nPASS: testAssertRaisesRefcount (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRefcount)\nPASS: testAssertRaisesRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegex)\nPASS: testAssertRaisesRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex)\nPASS: testAssertRaisesRegexMismatch (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexMismatch)\nPASS: testAssertRaisesRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertRaisesRegexNoExceptionType)\nPASS: testAssertRegex (test.test_unittest.test_case.Test_TestCase.testAssertRegex)\nPASS: testAssertSequenceEqualMaxDiff (test.test_unittest.test_case.Test_TestCase.testAssertSequenceEqualMaxDiff)\nPASS: testAssertSetEqual (test.test_unittest.test_case.Test_TestCase.testAssertSetEqual)\nPASS: testAssertWarnsCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsCallable)\nPASS: testAssertWarnsContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsContext)\nPASS: testAssertWarnsModifySysModules (test.test_unittest.test_case.Test_TestCase.testAssertWarnsModifySysModules)\nPASS: testAssertWarnsNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsNoExceptionType)\nPASS: testAssertWarnsRegexCallable (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexCallable)\nPASS: testAssertWarnsRegexContext (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexContext)\nPASS: testAssertWarnsRegexInvalidRegex (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex)\nPASS: testAssertWarnsRegexNoExceptionType (test.test_unittest.test_case.Test_TestCase.testAssertWarnsRegexNoExceptionType)\nPASS: testDeepcopy (test.test_unittest.test_case.Test_TestCase.testDeepcopy)\ntestDeprecatedFailMethods (test.test_unittest.test_case.Test_TestCase.testDeprecatedFailMethods)\nPASS: Test that the deprecated fail* methods get removed in 3.12\nPASS: testEquality (test.test_unittest.test_case.Test_TestCase.testEquality)\nPASS: testEqualityBytesWarning (test.test_unittest.test_case.Test_TestCase.testEqualityBytesWarning)\nPASS: testInequality (test.test_unittest.test_case.Test_TestCase.testInequality)\nPASS: testKeyboardInterrupt (test.test_unittest.test_case.Test_TestCase.testKeyboardInterrupt)\nPASS: testNoCycles (test.test_unittest.test_case.Test_TestCase.testNoCycles)\nPASS: testPickle (test.test_unittest.test_case.Test_TestCase.testPickle)\ntestShortDescriptionWhitespaceTrimming (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWhitespaceTrimming)\nPASS: Tests shortDescription() whitespace is trimmed, so that the first\ntestShortDescriptionWithMultiLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithMultiLineDocstring)\nPASS: Tests shortDescription() for a method with a longer docstring.\ntestShortDescriptionWithOneLineDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithOneLineDocstring)\nPASS: Tests shortDescription() for a method with a docstring.\nPASS: testShortDescriptionWithoutDocstring (test.test_unittest.test_case.Test_TestCase.testShortDescriptionWithoutDocstring)\nPASS: testSkippingEverywhere (test.test_unittest.test_case.Test_TestCase.testSkippingEverywhere)\nPASS: testSystemExit (test.test_unittest.test_case.Test_TestCase.testSystemExit)\nPASS: testTruncateMessage (test.test_unittest.test_case.Test_TestCase.testTruncateMessage)\nPASS: test_call__invoking_an_instance_delegates_to_run (test.test_unittest.test_case.Test_TestCase.test_call__invoking_an_instance_delegates_to_run)\nPASS: test_countTestCases (test.test_unittest.test_case.Test_TestCase.test_countTestCases)\nPASS: test_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_defaultTestResult)\nPASS: test_deprecation_of_return_val_from_test (test.test_unittest.test_case.Test_TestCase.test_deprecation_of_return_val_from_test)\nPASS: test_eq (test.test_unittest.test_case.Test_TestCase.test_eq)\nPASS: test_failureException__default (test.test_unittest.test_case.Test_TestCase.test_failureException__default)\nPASS: test_failureException__subclassing__explicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise)\nPASS: test_failureException__subclassing__implicit_raise (test.test_unittest.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise)\nPASS: test_hash (test.test_unittest.test_case.Test_TestCase.test_hash)\nPASS: test_id (test.test_unittest.test_case.Test_TestCase.test_id)\nPASS: test_init__no_test_name (test.test_unittest.test_case.Test_TestCase.test_init__no_test_name)\nPASS: test_init__test_name__invalid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__invalid)\nPASS: test_init__test_name__valid (test.test_unittest.test_case.Test_TestCase.test_init__test_name__valid)\nPASS: test_ne (test.test_unittest.test_case.Test_TestCase.test_ne)\nPASS: test_no_exception_leak (test.test_unittest.test_case.Test_TestCase.test_no_exception_leak)\nPASS: test_run__returns_given_result (test.test_unittest.test_case.Test_TestCase.test_run__returns_given_result)\nPASS: test_run__uses_defaultTestResult (test.test_unittest.test_case.Test_TestCase.test_run__uses_defaultTestResult)\nPASS: test_run_call_order__error_in_setUp (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp)\nPASS: test_run_call_order__error_in_setUp_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result)\nPASS: test_run_call_order__error_in_tearDown (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown)\nPASS: test_run_call_order__error_in_tearDown_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result)\nPASS: test_run_call_order__error_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test)\nPASS: test_run_call_order__error_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result)\nPASS: test_run_call_order__failure_in_test (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test)\nPASS: test_run_call_order__failure_in_test_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result)\nPASS: test_run_call_order__subtests (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests)\nPASS: test_run_call_order__subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_failfast)\nPASS: test_run_call_order__subtests_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_legacy)\nPASS: test_run_call_order__subtests_success (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success)\nPASS: test_run_call_order__subtests_success_legacy (test.test_unittest.test_case.Test_TestCase.test_run_call_order__subtests_success_legacy)\nPASS: test_run_call_order_default_result (test.test_unittest.test_case.Test_TestCase.test_run_call_order_default_result)\nPASS: test_setUp (test.test_unittest.test_case.Test_TestCase.test_setUp)\nPASS: test_subtests_debug (test.test_unittest.test_case.Test_TestCase.test_subtests_debug)\nPASS: test_subtests_failfast (test.test_unittest.test_case.Test_TestCase.test_subtests_failfast)\nPASS: test_tearDown (test.test_unittest.test_case.Test_TestCase.test_tearDown)\nPASS: test_command_line_handling_discover_by_default (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default)\nPASS: test_command_line_handling_discover_by_default_with_options (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_with_options)\nPASS: test_command_line_handling_do_discovery_calls_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader)\nPASS: test_command_line_handling_do_discovery_too_many_arguments (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments)\nPASS: test_command_line_handling_do_discovery_uses_default_loader (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader)\nPASS: test_command_line_handling_parseArgs (test.test_unittest.test_discovery.TestDiscovery.test_command_line_handling_parseArgs)\nPASS: test_detect_module_clash (test.test_unittest.test_discovery.TestDiscovery.test_detect_module_clash)\nPASS: test_discover (test.test_unittest.test_discovery.TestDiscovery.test_discover)\nPASS: test_discover_should_not_persist_top_level_dir_between_calls (test.test_unittest.test_discovery.TestDiscovery.test_discover_should_not_persist_top_level_dir_between_calls)\nPASS: test_discover_start_dir_is_package_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests)\nPASS: test_discover_with_init_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_module_that_raises_SkipTest_on_import)\nPASS: test_discover_with_init_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_init_modules_that_fail_to_import)\nPASS: test_discover_with_module_that_raises_SkipTest_on_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_module_that_raises_SkipTest_on_import)\nPASS: test_discover_with_modules_that_fail_to_import (test.test_unittest.test_discovery.TestDiscovery.test_discover_with_modules_that_fail_to_import)\nPASS: test_discovery_failed_discovery (test.test_unittest.test_discovery.TestDiscovery.test_discovery_failed_discovery)\nPASS: test_discovery_from_dotted_path (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path)\nPASS: test_discovery_from_dotted_path_builtin_modules (test.test_unittest.test_discovery.TestDiscovery.test_discovery_from_dotted_path_builtin_modules)\nPASS: test_find_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests)\nPASS: test_find_tests_customize_via_package_pattern (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_customize_via_package_pattern)\nPASS: test_find_tests_default_calls_package_load_tests (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests)\nPASS: test_find_tests_socket (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_socket)\nPASS: test_find_tests_with_package (test.test_unittest.test_discovery.TestDiscovery.test_find_tests_with_package)\nPASS: test_get_name_from_path (test.test_unittest.test_discovery.TestDiscovery.test_get_name_from_path)\nPASS: test_module_symlink_ok (test.test_unittest.test_discovery.TestDiscovery.test_module_symlink_ok)\nPASS: test_countTestCases (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_countTestCases)\nPASS: test_id (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_id)\nPASS: test_run_call_order__error_in_setUp (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_setUp)\nPASS: test_run_call_order__error_in_tearDown (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_tearDown)\nPASS: test_run_call_order__error_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_test)\nPASS: test_run_call_order__failure_in_test (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__failure_in_test)\nPASS: test_shortDescription__no_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__no_docstring)\nPASS: test_shortDescription__singleline_docstring (test.test_unittest.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__singleline_docstring)\nPASS: test___init__ (test.test_unittest.test_loader.Test_TestLoader.test___init__)\nPASS: test_getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames)\nPASS: test_getTestCaseNames__inheritance (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance)\nPASS: test_getTestCaseNames__no_tests (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests)\nPASS: test_getTestCaseNames__not_a_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase)\nPASS: test_getTestCaseNames__testNamePatterns (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns)\nPASS: test_getTestCaseNames__testNamePatterns__attribute_access_regression (test.test_unittest.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns__attribute_access_regression)\nPASS: test_loadTestsFromModule__TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass)\nPASS: test_loadTestsFromModule__TestCase_subclass_internals (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass_internals)\nPASS: test_loadTestsFromModule__faulty_load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__faulty_load_tests)\nPASS: test_loadTestsFromModule__load_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests)\nPASS: test_loadTestsFromModule__no_TestCase_instances (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_instances)\nPASS: test_loadTestsFromModule__no_TestCase_tests (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests)\nPASS: test_loadTestsFromModule__not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module)\nPASS: test_loadTestsFromModule__pattern (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern)\nPASS: test_loadTestsFromName__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance)\nPASS: test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass)\nPASS: test_loadTestsFromName__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestSuite)\nPASS: test_loadTestsFromName__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__callable__wrong_type)\nPASS: test_loadTestsFromName__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__empty_name)\nPASS: test_loadTestsFromName__function_with_different_name_than_method (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method)\nPASS: test_loadTestsFromName__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__malformed_name)\nPASS: test_loadTestsFromName__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__module_not_loaded)\nPASS: test_loadTestsFromName__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass)\nPASS: test_loadTestsFromName__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite)\nPASS: test_loadTestsFromName__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_bad_object)\nPASS: test_loadTestsFromName__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_empty_name)\nPASS: test_loadTestsFromName__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod)\nPASS: test_loadTestsFromName__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_malformed_name)\nPASS: test_loadTestsFromName__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module)\nPASS: test_loadTestsFromName__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod)\nPASS: test_loadTestsFromName__relative_testmethod_ProperSuiteClass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass)\nPASS: test_loadTestsFromName__relative_unknown_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__relative_unknown_name)\nPASS: test_loadTestsFromName__unknown_attr_name_on_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_module)\nPASS: test_loadTestsFromName__unknown_attr_name_on_package (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_package)\nPASS: test_loadTestsFromName__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_module_name)\nPASS: test_loadTestsFromNames__callable__TestCase_instance (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestCase_instance)\nPASS: test_loadTestsFromNames__callable__TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestSuite)\nPASS: test_loadTestsFromNames__callable__call_staticmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod)\nPASS: test_loadTestsFromNames__callable__wrong_type (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__wrong_type)\nPASS: test_loadTestsFromNames__empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name)\nPASS: test_loadTestsFromNames__empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_list)\nPASS: test_loadTestsFromNames__malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__malformed_name)\nPASS: test_loadTestsFromNames__module_not_loaded (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__module_not_loaded)\nPASS: test_loadTestsFromNames__relative_TestCase_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass)\nPASS: test_loadTestsFromNames__relative_TestSuite (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite)\nPASS: test_loadTestsFromNames__relative_bad_object (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_bad_object)\nPASS: test_loadTestsFromNames__relative_empty_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name)\nPASS: test_loadTestsFromNames__relative_empty_name_list (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_list)\nPASS: test_loadTestsFromNames__relative_invalid_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod)\nPASS: test_loadTestsFromNames__relative_malformed_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_malformed_name)\nPASS: test_loadTestsFromNames__relative_not_a_module (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module)\nPASS: test_loadTestsFromNames__relative_testmethod (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod)\nPASS: test_loadTestsFromNames__unknown_attr_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_attr_name)\nPASS: test_loadTestsFromNames__unknown_module_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_module_name)\nPASS: test_loadTestsFromNames__unknown_name_relative_1 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_1)\nPASS: test_loadTestsFromNames__unknown_name_relative_2 (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_2)\nPASS: test_loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase)\nPASS: test_loadTestsFromTestCase__TestSuite_subclass (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass)\nPASS: test_loadTestsFromTestCase__default_method_name (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name)\nPASS: test_loadTestsFromTestCase__from_FunctionTestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_FunctionTestCase)\nPASS: test_loadTestsFromTestCase__from_TestCase (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__from_TestCase)\nPASS: test_loadTestsFromTestCase__no_matches (test.test_unittest.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches)\nPASS: test_partial_functions (test.test_unittest.test_loader.Test_TestLoader.test_partial_functions)\nPASS: test_sortTestMethodsUsing__None (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None)\nPASS: test_sortTestMethodsUsing__default_value (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__default_value)\nPASS: test_sortTestMethodsUsing__getTestCaseNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames)\nPASS: test_sortTestMethodsUsing__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule)\nPASS: test_sortTestMethodsUsing__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName)\nPASS: test_sortTestMethodsUsing__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames)\nPASS: test_sortTestMethodsUsing__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase)\nPASS: test_suiteClass__default_value (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__default_value)\nPASS: test_suiteClass__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule)\nPASS: test_suiteClass__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName)\nPASS: test_suiteClass__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames)\nPASS: test_suiteClass__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase)\nPASS: test_testMethodPrefix__default_value (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__default_value)\nPASS: test_testMethodPrefix__loadTestsFromModule (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule)\nPASS: test_testMethodPrefix__loadTestsFromName (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName)\nPASS: test_testMethodPrefix__loadTestsFromNames (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames)\nPASS: test_testMethodPrefix__loadTestsFromTestCase (test.test_unittest.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase)\nPASS: testBufferCatchFailfast (test.test_unittest.test_program.TestCommandLineArgs.testBufferCatchFailfast)\nPASS: testCatchBreakInstallsHandler (test.test_unittest.test_program.TestCommandLineArgs.testCatchBreakInstallsHandler)\nPASS: testParseArgsAbsolutePathsThatCanBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCanBeConverted)\nPASS: testParseArgsAbsolutePathsThatCannotBeConverted (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCannotBeConverted)\nPASS: testParseArgsFileNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFileNames)\nPASS: testParseArgsFilePaths (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsFilePaths)\nPASS: testParseArgsNonExistentFiles (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsNonExistentFiles)\nPASS: testParseArgsSelectedTestNames (test.test_unittest.test_program.TestCommandLineArgs.testParseArgsSelectedTestNames)\nPASS: testRunTestsOldRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsOldRunnerClass)\nPASS: testRunTestsRunnerClass (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerClass)\nPASS: testRunTestsRunnerInstance (test.test_unittest.test_program.TestCommandLineArgs.testRunTestsRunnerInstance)\nPASS: testSelectedTestNamesFunctionalTest (test.test_unittest.test_program.TestCommandLineArgs.testSelectedTestNamesFunctionalTest)\nPASS: testVerbosity (test.test_unittest.test_program.TestCommandLineArgs.testVerbosity)\ntestWarning (test.test_unittest.test_program.TestCommandLineArgs.testWarning)\nPASS: Test the warnings argument\nPASS: test_locals (test.test_unittest.test_program.TestCommandLineArgs.test_locals)\nPASS: testNoExit (test.test_unittest.test_program.Test_TestProgram.testNoExit)\nPASS: test_Exit (test.test_unittest.test_program.Test_TestProgram.test_Exit)\nPASS: test_ExitAsDefault (test.test_unittest.test_program.Test_TestProgram.test_ExitAsDefault)\nPASS: test_ExitEmptySuite (test.test_unittest.test_program.Test_TestProgram.test_ExitEmptySuite)\nPASS: test_ExitSkippedSuite (test.test_unittest.test_program.Test_TestProgram.test_ExitSkippedSuite)\nPASS: test_NonExit (test.test_unittest.test_program.Test_TestProgram.test_NonExit)\nPASS: test_defaultTest_with_iterable (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_iterable)\nPASS: test_defaultTest_with_string (test.test_unittest.test_program.Test_TestProgram.test_defaultTest_with_string)\nPASS: test_discovery_from_dotted_path (test.test_unittest.test_program.Test_TestProgram.test_discovery_from_dotted_path)\nPASS: testBufferDoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoClassCleanups)\nPASS: testBufferDoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoCleanups)\nPASS: testBufferDoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferDoModuleCleanups)\nPASS: testBufferOutputAddErrorOrFailure (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputAddErrorOrFailure)\nPASS: testBufferOutputOff (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputOff)\nPASS: testBufferOutputStartTestAddSuccess (test.test_unittest.test_result.TestOutputBuffering.testBufferOutputStartTestAddSuccess)\nPASS: testBufferSetUp (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp)\nPASS: testBufferSetUpModule (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule)\nPASS: testBufferSetUpModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUpModule_DoModuleCleanups)\nPASS: testBufferSetUp_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetUp_DoCleanups)\nPASS: testBufferSetupClass (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass)\nPASS: testBufferSetupClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferSetupClass_DoClassCleanups)\nPASS: testBufferTearDown (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown)\nPASS: testBufferTearDownClass (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass)\nPASS: testBufferTearDownClass_DoClassCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownClass_DoClassCleanups)\nPASS: testBufferTearDownModule (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule)\nPASS: testBufferTearDownModule_DoModuleCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDownModule_DoModuleCleanups)\nPASS: testBufferTearDown_DoCleanups (test.test_unittest.test_result.TestOutputBuffering.testBufferTearDown_DoCleanups)\nPASS: testOldResultWithRunner (test.test_unittest.test_result.Test_OldTestResult.testOldResultWithRunner)\nPASS: testOldTestResult (test.test_unittest.test_result.Test_OldTestResult.testOldTestResult)\nPASS: testOldTestResultClass (test.test_unittest.test_result.Test_OldTestResult.testOldTestResultClass)\nPASS: testOldTestTesultSetup (test.test_unittest.test_result.Test_OldTestResult.testOldTestTesultSetup)\nPASS: testFailFast (test.test_unittest.test_result.Test_TestResult.testFailFast)\nPASS: testFailFastSetByRunner (test.test_unittest.test_result.Test_TestResult.testFailFastSetByRunner)\nPASS: testStackFrameTrimming (test.test_unittest.test_result.Test_TestResult.testStackFrameTrimming)\nPASS: test_addError (test.test_unittest.test_result.Test_TestResult.test_addError)\nPASS: test_addError_locals (test.test_unittest.test_result.Test_TestResult.test_addError_locals)\nPASS: test_addFailure (test.test_unittest.test_result.Test_TestResult.test_addFailure)\nPASS: test_addFailure_filter_traceback_frames (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames)\nPASS: test_addFailure_filter_traceback_frames_chained_exception_cycle (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_cycle)\nPASS: test_addFailure_filter_traceback_frames_chained_exception_self_loop (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_self_loop)\nPASS: test_addFailure_filter_traceback_frames_context (test.test_unittest.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_context)\nPASS: test_addSubTest (test.test_unittest.test_result.Test_TestResult.test_addSubTest)\nPASS: test_addSuccess (test.test_unittest.test_result.Test_TestResult.test_addSuccess)\nPASS: test_init (test.test_unittest.test_result.Test_TestResult.test_init)\nPASS: test_startTest (test.test_unittest.test_result.Test_TestResult.test_startTest)\nPASS: test_startTestRun_stopTestRun (test.test_unittest.test_result.Test_TestResult.test_startTestRun_stopTestRun)\nPASS: test_stop (test.test_unittest.test_result.Test_TestResult.test_stop)\nPASS: test_stopTest (test.test_unittest.test_result.Test_TestResult.test_stopTest)\nPASS: testDotsOutput (test.test_unittest.test_result.Test_TextTestResult.testDotsOutput)\nPASS: testDotsOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestMixed)\nPASS: testDotsOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputSubTestSuccess)\nPASS: testDotsOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testDotsOutputTearDownFail)\ntestGetDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithMultiLineDocstring)\nPASS: Tests getDescription() for a method with a longer docstring.\ntestGetDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithOneLineDocstring)\nPASS: Tests getDescription() for a method with a docstring.\nPASS: testGetDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDescriptionWithoutDocstring)\nPASS: testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring)\nPASS: testGetNestedSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetNestedSubTestDescriptionWithoutDocstring)\nPASS: testGetSubTestDescriptionForFalseValues (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionForFalseValues)\ntestGetSubTestDescriptionWithMultiLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithMultiLineDocstring)\nPASS: Tests getDescription() for a method with a longer docstring.\ntestGetSubTestDescriptionWithOneLineDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithOneLineDocstring)\nPASS: Tests getDescription() for a method with a docstring.\nPASS: testGetSubTestDescriptionWithoutDocstring (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstring)\nPASS: testGetSubTestDescriptionWithoutDocstringAndParams (test.test_unittest.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstringAndParams)\nPASS: testLongOutput (test.test_unittest.test_result.Test_TextTestResult.testLongOutput)\nPASS: testLongOutputSubTestMixed (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestMixed)\nPASS: testLongOutputSubTestSuccess (test.test_unittest.test_result.Test_TextTestResult.testLongOutputSubTestSuccess)\nPASS: testLongOutputTearDownFail (test.test_unittest.test_result.Test_TextTestResult.testLongOutputTearDownFail)\nPASS: test_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_addClassCleanUp)\nPASS: test_debug_executes_classCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp)\nPASS: test_debug_executes_classCleanUp_when_teardown_exception (test.test_unittest.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_when_teardown_exception)\nPASS: test_doClassCleanups_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_doClassCleanups_with_errors_addClassCleanUp)\nPASS: test_enterClassContext (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext)\nPASS: test_enterClassContext_arg_errors (test.test_unittest.test_runner.TestClassCleanup.test_enterClassContext_arg_errors)\nPASS: test_run_class_cleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp)\nPASS: test_run_class_cleanUp_without_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_run_class_cleanUp_without_tearDownClass)\nPASS: test_run_empty_suite_error_message (test.test_unittest.test_runner.TestClassCleanup.test_run_empty_suite_error_message)\nPASS: test_run_nested_test (test.test_unittest.test_runner.TestClassCleanup.test_run_nested_test)\nPASS: test_run_with_errors_addClassCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_run_with_errors_addClassCleanUp)\nPASS: test_with_errors_addCleanUp (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_addCleanUp)\nPASS: test_with_errors_in_addClassCleanup_and_setUps (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_addClassCleanup_and_setUps)\nPASS: test_with_errors_in_tearDownClass (test.test_unittest.test_runner.TestClassCleanup.test_with_errors_in_tearDownClass)\nPASS: testCleanUp (test.test_unittest.test_runner.TestCleanUp.testCleanUp)\nPASS: testCleanUpWithErrors (test.test_unittest.test_runner.TestCleanUp.testCleanUpWithErrors)\nPASS: testCleanupInRun (test.test_unittest.test_runner.TestCleanUp.testCleanupInRun)\nPASS: testTestCaseDebugExecutesCleanups (test.test_unittest.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups)\nPASS: test_enterContext (test.test_unittest.test_runner.TestCleanUp.test_enterContext)\nPASS: test_enterContext_arg_errors (test.test_unittest.test_runner.TestCleanUp.test_enterContext_arg_errors)\nPASS: test_addClassCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addClassCleanup_arg_errors)\nPASS: test_addCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addCleanup_arg_errors)\nPASS: test_addModuleCleanup_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_addModuleCleanup_arg_errors)\nPASS: test_add_and_do_ModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_add_and_do_ModuleCleanup)\nPASS: test_debug_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_cleanUp_when_teardown_exception)\nPASS: test_debug_module_executes_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_debug_module_executes_cleanUp)\nPASS: test_doModuleCleanup_with_errors_in_addModuleCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_errors_in_addModuleCleanup)\nPASS: test_enterModuleContext (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext)\nPASS: test_enterModuleContext_arg_errors (test.test_unittest.test_runner.TestModuleCleanUp.test_enterModuleContext_arg_errors)\nPASS: test_module_cleanUp_with_multiple_classes (test.test_unittest.test_runner.TestModuleCleanUp.test_module_cleanUp_with_multiple_classes)\nPASS: test_run_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp)\nPASS: test_run_module_cleanUp_when_teardown_exception (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_when_teardown_exception)\nPASS: test_run_module_cleanUp_without_teardown (test.test_unittest.test_runner.TestModuleCleanUp.test_run_module_cleanUp_without_teardown)\nPASS: test_run_multiple_module_cleanUp (test.test_unittest.test_runner.TestModuleCleanUp.test_run_multiple_module_cleanUp)\nPASS: test_with_errors_in_addClassCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addClassCleanup)\nPASS: test_with_errors_in_addCleanup (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addCleanup)\nPASS: test_with_errors_in_addModuleCleanup_and_setUps (test.test_unittest.test_runner.TestModuleCleanUp.test_with_errors_in_addModuleCleanup_and_setUps)\nPASS: testBufferAndFailfast (test.test_unittest.test_runner.Test_TextTestRunner.testBufferAndFailfast)\nPASS: testRunnerRegistersResult (test.test_unittest.test_runner.Test_TextTestRunner.testRunnerRegistersResult)\nPASS: testSpecifiedStreamUsed (test.test_unittest.test_runner.Test_TextTestRunner.testSpecifiedStreamUsed)\nPASS: testStdErrLookedUpAtInstantiationTime (test.test_unittest.test_runner.Test_TextTestRunner.testStdErrLookedUpAtInstantiationTime)\nPASS: test_durations (test.test_unittest.test_runner.Test_TextTestRunner.test_durations)\nPASS: test_init (test.test_unittest.test_runner.Test_TextTestRunner.test_init)\nPASS: test_locals (test.test_unittest.test_runner.Test_TextTestRunner.test_locals)\nPASS: test_multiple_inheritance (test.test_unittest.test_runner.Test_TextTestRunner.test_multiple_inheritance)\nPASS: test_pickle_unpickle (test.test_unittest.test_runner.Test_TextTestRunner.test_pickle_unpickle)\nPASS: test_resultclass (test.test_unittest.test_runner.Test_TextTestRunner.test_resultclass)\nPASS: test_startTestRun_stopTestRun_called (test.test_unittest.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called)\ntest_warnings (test.test_unittest.test_runner.Test_TextTestRunner.test_warnings)\nPASS: Check that warnings argument of TextTestRunner correctly affects the\nPASS: test_works_with_result_without_startTestRun_stopTestRun (test.test_unittest.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun)\nPASS: test_class_not_setup_or_torndown_when_skipped (test.test_unittest.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped)\nPASS: test_class_not_torndown_when_setup_fails (test.test_unittest.test_setups.TestSetups.test_class_not_torndown_when_setup_fails)\nPASS: test_error_in_setup_module (test.test_unittest.test_setups.TestSetups.test_error_in_setup_module)\nPASS: test_error_in_setupclass (test.test_unittest.test_setups.TestSetups.test_error_in_setupclass)\nPASS: test_error_in_teardown_class (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_class)\nPASS: test_error_in_teardown_module (test.test_unittest.test_setups.TestSetups.test_error_in_teardown_module)\nPASS: test_setup_class (test.test_unittest.test_setups.TestSetups.test_setup_class)\nPASS: test_setup_module (test.test_unittest.test_setups.TestSetups.test_setup_module)\nPASS: test_setup_teardown_order_with_pathological_suite (test.test_unittest.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite)\nPASS: test_skiptest_in_setupclass (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupclass)\nPASS: test_skiptest_in_setupmodule (test.test_unittest.test_setups.TestSetups.test_skiptest_in_setupmodule)\nPASS: test_suite_debug_executes_setups_and_teardowns (test.test_unittest.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns)\nPASS: test_suite_debug_propagates_exceptions (test.test_unittest.test_setups.TestSetups.test_suite_debug_propagates_exceptions)\nPASS: test_teardown_class (test.test_unittest.test_setups.TestSetups.test_teardown_class)\nPASS: test_teardown_class_two_classes (test.test_unittest.test_setups.TestSetups.test_teardown_class_two_classes)\nPASS: test_teardown_module (test.test_unittest.test_setups.TestSetups.test_teardown_module)\nPASS: test_testcase_with_missing_module (test.test_unittest.test_setups.TestSetups.test_testcase_with_missing_module)\nPASS: test_debug_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping)\nPASS: test_debug_skipping_class (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_class)\nPASS: test_debug_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_debug_skipping_subtests)\nPASS: test_decorated_skip (test.test_unittest.test_skipping.Test_TestSkipping.test_decorated_skip)\nPASS: test_expected_failure (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure)\nPASS: test_expected_failure_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_fail_in_cleanup)\nPASS: test_expected_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_and_skip_in_cleanup)\nPASS: test_expected_failure_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_subtests)\nPASS: test_expected_failure_with_wrapped_class (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_class)\nPASS: test_expected_failure_with_wrapped_subclass (test.test_unittest.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_subclass)\nPASS: test_failure_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_failure_and_skip_in_cleanup)\nPASS: test_skip_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_class)\nPASS: test_skip_doesnt_run_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup)\nPASS: test_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_cleanup)\nPASS: test_skip_in_setup (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_in_setup)\nPASS: test_skip_non_unittest_class (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_non_unittest_class)\nPASS: test_skip_without_reason (test.test_unittest.test_skipping.Test_TestSkipping.test_skip_without_reason)\nPASS: test_skipping (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping)\nPASS: test_skipping_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_and_fail_in_cleanup)\nPASS: test_skipping_decorators (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_decorators)\nPASS: test_skipping_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_skipping_subtests)\nPASS: test_unexpected_success (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success)\nPASS: test_unexpected_success_and_fail_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_fail_in_cleanup)\nPASS: test_unexpected_success_and_skip_in_cleanup (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_and_skip_in_cleanup)\nPASS: test_unexpected_success_subtests (test.test_unittest.test_skipping.Test_TestSkipping.test_unexpected_success_subtests)\nPASS: test_addTest__TestCase (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestCase)\nPASS: test_addTest__TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_addTest__TestSuite)\nPASS: test_addTest__casesuiteclass (test.test_unittest.test_suite.Test_TestSuite.test_addTest__casesuiteclass)\nPASS: test_addTest__noncallable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noncallable)\nPASS: test_addTest__noniterable (test.test_unittest.test_suite.Test_TestSuite.test_addTest__noniterable)\nPASS: test_addTests (test.test_unittest.test_suite.Test_TestSuite.test_addTests)\nPASS: test_addTests__string (test.test_unittest.test_suite.Test_TestSuite.test_addTests__string)\nPASS: test_basetestsuite (test.test_unittest.test_suite.Test_TestSuite.test_basetestsuite)\nPASS: test_countTestCases_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_nested)\nPASS: test_countTestCases_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_simple)\nPASS: test_countTestCases_zero_nested (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_nested)\nPASS: test_countTestCases_zero_simple (test.test_unittest.test_suite.Test_TestSuite.test_countTestCases_zero_simple)\nPASS: test_eq (test.test_unittest.test_suite.Test_TestSuite.test_eq)\nPASS: test_function_in_suite (test.test_unittest.test_suite.Test_TestSuite.test_function_in_suite)\nPASS: test_garbage_collect_test_after_run_BaseTestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite)\nPASS: test_garbage_collect_test_after_run_TestSuite (test.test_unittest.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite)\nPASS: test_init__TestSuite_instances_in_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__TestSuite_instances_in_tests)\nPASS: test_init__empty_tests (test.test_unittest.test_suite.Test_TestSuite.test_init__empty_tests)\nPASS: test_init__tests_from_any_iterable (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_from_any_iterable)\nPASS: test_init__tests_optional (test.test_unittest.test_suite.Test_TestSuite.test_init__tests_optional)\nPASS: test_iter (test.test_unittest.test_suite.Test_TestSuite.test_iter)\nPASS: test_ne (test.test_unittest.test_suite.Test_TestSuite.test_ne)\nPASS: test_overriding_call (test.test_unittest.test_suite.Test_TestSuite.test_overriding_call)\nPASS: test_remove_test_at_index (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index)\nPASS: test_remove_test_at_index_not_indexable (test.test_unittest.test_suite.Test_TestSuite.test_remove_test_at_index_not_indexable)\nPASS: test_run (test.test_unittest.test_suite.Test_TestSuite.test_run)\nPASS: test_run__empty_suite (test.test_unittest.test_suite.Test_TestSuite.test_run__empty_suite)\nPASS: test_run__requires_result (test.test_unittest.test_suite.Test_TestSuite.test_run__requires_result)\nPASS: test_safe_repr (test.test_unittest.test_util.TestUtil.test_safe_repr)\nPASS: test_sorted_list_difference (test.test_unittest.test_util.TestUtil.test_sorted_list_difference)\nPASS: test_unorderable_list_difference (test.test_unittest.test_util.TestUtil.test_unorderable_list_difference)\nPASS: test_add_return_value (test.test_unittest.testmock.testasync.AsyncArguments.test_add_return_value)\nPASS: test_add_side_effect_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_coroutine)\nPASS: test_add_side_effect_exception (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception)\nPASS: test_add_side_effect_exception_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_exception_iterable)\nPASS: test_add_side_effect_iterable (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_iterable)\nPASS: test_add_side_effect_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_add_side_effect_normal_function)\nPASS: test_await_args_list_order (test.test_unittest.testmock.testasync.AsyncArguments.test_await_args_list_order)\nPASS: test_return_value_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_AsyncMock)\nPASS: test_return_value_awaitable (test.test_unittest.testmock.testasync.AsyncArguments.test_return_value_awaitable)\nPASS: test_side_effect_awaitable_values (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_awaitable_values)\nPASS: test_side_effect_is_AsyncMock (test.test_unittest.testmock.testasync.AsyncArguments.test_side_effect_is_AsyncMock)\nPASS: test_wraps_coroutine (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_coroutine)\nPASS: test_wraps_normal_function (test.test_unittest.testmock.testasync.AsyncArguments.test_wraps_normal_function)\nPASS: test_autospec_checks_signature (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_autospec_checks_signature)\nPASS: test_create_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec)\nPASS: test_create_autospec_instance (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_create_autospec_instance)\nPASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_is_AsyncMock_patch)\nPASS: test_patch_with_autospec (test.test_unittest.testmock.testasync.AsyncAutospecTest.test_patch_with_autospec)\nPASS: test_context_manager_raise_exception_by_default (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_context_manager_raise_exception_by_default)\nPASS: test_mock_customize_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager)\nPASS: test_mock_customize_async_context_manager_with_coroutine (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_with_coroutine)\nPASS: test_mock_supports_async_context_manager (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_mock_supports_async_context_manager)\nPASS: test_set_return_value_of_aenter (test.test_unittest.testmock.testasync.AsyncContextManagerTest.test_set_return_value_of_aenter)\nPASS: test_aiter_set_return_value (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_aiter_set_return_value)\nPASS: test_mock_aiter_and_anext_asyncmock (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_aiter_and_anext_asyncmock)\nPASS: test_mock_async_for (test.test_unittest.testmock.testasync.AsyncIteratorTest.test_mock_async_for)\nPASS: test_async_magic_methods_return_async_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_async_magic_methods_return_async_mocks)\nPASS: test_asyncmock_has_sync_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_asyncmock_has_sync_magic_methods)\nPASS: test_magic_methods_are_async_functions (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magic_methods_are_async_functions)\nPASS: test_magicmock_has_async_magic_methods (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_magicmock_has_async_magic_methods)\nPASS: test_sync_magic_methods_return_magic_mocks (test.test_unittest.testmock.testasync.AsyncMagicMethods.test_sync_magic_methods_return_magic_mocks)\nPASS: test_assert_any_wait (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_any_wait)\nPASS: test_assert_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited)\nPASS: test_assert_awaited_but_not_called (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_but_not_called)\nPASS: test_assert_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once)\nPASS: test_assert_awaited_once_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_with)\nPASS: test_assert_awaited_with (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_awaited_with)\nPASS: test_assert_called_and_awaited_at_same_time (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_and_awaited_at_same_time)\nPASS: test_assert_called_but_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited)\nPASS: test_assert_called_once_and_awaited_twice (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_once_and_awaited_twice)\nPASS: test_assert_called_then_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_then_awaited)\nPASS: test_assert_called_twice_and_awaited_once (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once)\nPASS: test_assert_has_awaits_no_order (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_no_order)\nPASS: test_assert_has_awaits_not_matching_spec_error (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_not_matching_spec_error)\nPASS: test_assert_has_awaits_ordered (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_ordered)\nPASS: test_assert_has_calls_not_awaits (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits)\nPASS: test_assert_has_mock_calls_on_async_mock_no_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec)\nPASS: test_assert_has_mock_calls_on_async_mock_with_spec (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec)\nPASS: test_assert_not_awaited (test.test_unittest.testmock.testasync.AsyncMockAssert.test_assert_not_awaited)\nPASS: test_async_arg_lists (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_arg_lists)\nPASS: test_async_method_calls_recorded (test.test_unittest.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded)\nPASS: test_awaits_asserts_with_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_any)\nPASS: test_awaits_asserts_with_spec_and_any (test.test_unittest.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_spec_and_any)\nPASS: test_future_isfuture (test.test_unittest.testmock.testasync.AsyncMockTest.test_future_isfuture)\nPASS: test_isawaitable (test.test_unittest.testmock.testasync.AsyncMockTest.test_isawaitable)\nPASS: test_iscoroutinefunction_default (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_default)\nPASS: test_iscoroutinefunction_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_function)\nPASS: test_iscoroutinefunction_normal_function (test.test_unittest.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_normal_function)\nPASS: test_async_def_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_async_def_cm)\nPASS: test_is_AsyncMock_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_AsyncMock_cm)\nPASS: test_is_async_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_cm)\nPASS: test_is_async_function_cm (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_is_async_function_cm)\nPASS: test_patch_dict_async_def (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def)\nPASS: test_patch_dict_async_def_context (test.test_unittest.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_context)\nPASS: test_async_def_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_async_def_patch)\nPASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch)\nPASS: test_is_AsyncMock_patch_classmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_classmethod)\nPASS: test_is_AsyncMock_patch_staticmethod (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_staticmethod)\nPASS: test_is_async_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_async_patch)\nPASS: test_is_coroutine_function_patch (test.test_unittest.testmock.testasync.AsyncPatchDecoratorTest.test_is_coroutine_function_patch)\nPASS: test_is_AsyncMock_patch (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_AsyncMock_patch)\nPASS: test_is_async_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_async_AsyncMock)\nPASS: test_is_child_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_is_child_AsyncMock)\nPASS: test_magicmock_lambda_spec (test.test_unittest.testmock.testasync.AsyncSpecSetTest.test_magicmock_lambda_spec)\nPASS: test_spec_as_normal_kw_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_kw_AsyncMock)\nPASS: test_spec_as_normal_positional_AsyncMock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_as_normal_positional_AsyncMock)\nPASS: test_spec_async_attributes (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes)\nPASS: test_spec_async_attributes_instance (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_attributes_instance)\nPASS: test_spec_async_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_async_mock)\nPASS: test_spec_mock_type_kw (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw)\nPASS: test_spec_mock_type_positional (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional)\nPASS: test_spec_normal_methods_on_class (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class)\nPASS: test_spec_normal_methods_on_class_with_mock (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock)\nPASS: test_spec_normal_methods_on_class_with_mock_seal (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_seal)\nPASS: test_spec_parent_not_async_attribute_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_spec_parent_not_async_attribute_is)\nPASS: test_target_async_spec_not (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_async_spec_not)\nPASS: test_target_not_async_spec_is (test.test_unittest.testmock.testasync.AsyncSpecTest.test_target_not_async_spec_is)\nPASS: test_attributes (test.test_unittest.testmock.testcallable.TestCallable.test_attributes)\nPASS: test_create_autospec (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec)\nPASS: test_create_autospec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_create_autospec_instance)\nPASS: test_hierarchy (test.test_unittest.testmock.testcallable.TestCallable.test_hierarchy)\nPASS: test_non_callable (test.test_unittest.testmock.testcallable.TestCallable.test_non_callable)\nPASS: test_patch_spec (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec)\nPASS: test_patch_spec_callable_class (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_callable_class)\nPASS: test_patch_spec_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_instance)\nPASS: test_patch_spec_set (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set)\nPASS: test_patch_spec_set_instance (test.test_unittest.testmock.testcallable.TestCallable.test_patch_spec_set_instance)\nPASS: test_subclasses (test.test_unittest.testmock.testcallable.TestCallable.test_subclasses)\nPASS: test_any (test.test_unittest.testmock.testhelpers.AnyTest.test_any)\nPASS: test_any_and_datetime (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_datetime)\nPASS: test_any_and_spec_set (test.test_unittest.testmock.testhelpers.AnyTest.test_any_and_spec_set)\nPASS: test_any_mock_calls_comparison_order (test.test_unittest.testmock.testhelpers.AnyTest.test_any_mock_calls_comparison_order)\nPASS: test_any_no_spec (test.test_unittest.testmock.testhelpers.AnyTest.test_any_no_spec)\nPASS: test_repr (test.test_unittest.testmock.testhelpers.AnyTest.test_repr)\nPASS: test_attribute_call (test.test_unittest.testmock.testhelpers.CallTest.test_attribute_call)\nPASS: test_call (test.test_unittest.testmock.testhelpers.CallTest.test_call)\nPASS: test_call_any (test.test_unittest.testmock.testhelpers.CallTest.test_call_any)\nPASS: test_call_list (test.test_unittest.testmock.testhelpers.CallTest.test_call_list)\nPASS: test_call_ne (test.test_unittest.testmock.testhelpers.CallTest.test_call_ne)\nPASS: test_call_non_tuples (test.test_unittest.testmock.testhelpers.CallTest.test_call_non_tuples)\nPASS: test_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args)\nPASS: test_call_with_args_call_empty_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_args_call_empty_name)\nPASS: test_call_with_call (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_call)\nPASS: test_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_kwargs)\nPASS: test_call_with_name (test.test_unittest.testmock.testhelpers.CallTest.test_call_with_name)\nPASS: test_dunder_call (test.test_unittest.testmock.testhelpers.CallTest.test_dunder_call)\nPASS: test_empty__Call (test.test_unittest.testmock.testhelpers.CallTest.test_empty__Call)\nPASS: test_extended_call (test.test_unittest.testmock.testhelpers.CallTest.test_extended_call)\nPASS: test_extended_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_extended_not_equal)\nPASS: test_named_call_with_args (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_args)\nPASS: test_named_call_with_kwargs (test.test_unittest.testmock.testhelpers.CallTest.test_named_call_with_kwargs)\nPASS: test_named_empty_call (test.test_unittest.testmock.testhelpers.CallTest.test_named_empty_call)\nPASS: test_nested_calls_not_equal (test.test_unittest.testmock.testhelpers.CallTest.test_nested_calls_not_equal)\nPASS: test_repr (test.test_unittest.testmock.testhelpers.CallTest.test_repr)\nPASS: test_two_args_call (test.test_unittest.testmock.testhelpers.CallTest.test_two_args_call)\nPASS: test_attributes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_attributes)\nPASS: test_autospec_data_descriptor (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_data_descriptor)\nPASS: test_autospec_functions_with_self_in_odd_place (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_functions_with_self_in_odd_place)\nPASS: test_autospec_getattr_partial_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_getattr_partial_function)\nPASS: test_autospec_on_bound_builtin_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_on_bound_builtin_function)\nPASS: test_autospec_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_reset_mock)\nPASS: test_autospec_signature_classmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_classmethod)\nPASS: test_autospec_signature_staticmethod (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_staticmethod)\nPASS: test_basic (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_basic)\nPASS: test_builtin_functions_types (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtin_functions_types)\nPASS: test_builtins (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_builtins)\nPASS: test_class_with_no_init (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_class_with_no_init)\nPASS: test_create_autospec_keyword_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_arguments)\nPASS: test_create_autospec_keyword_only_arguments (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_only_arguments)\nPASS: test_create_autospec_none (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_none)\nPASS: test_create_autospec_return_value (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_create_autospec_return_value)\nPASS: test_descriptors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_descriptors)\nPASS: test_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function)\nPASS: test_function_as_instance_attribute (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_function_as_instance_attribute)\nPASS: test_inherit (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_inherit)\nPASS: test_magic_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_magic_methods)\nPASS: test_method_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_method_calls)\nPASS: test_mocking_unbound_methods (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_mocking_unbound_methods)\nPASS: test_recursive (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_recursive)\nPASS: test_signature_callable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_callable)\nPASS: test_signature_class (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_class)\nPASS: test_signature_noncallable (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_signature_noncallable)\nPASS: test_skip_attributeerrors (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_skip_attributeerrors)\nPASS: test_spec_as_list (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_as_list)\nPASS: test_spec_function_assert_any_call (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_any_call)\nPASS: test_spec_function_assert_has_calls (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_has_calls)\nPASS: test_spec_function_no_name (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_no_name)\nPASS: test_spec_function_reset_mock (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_function_reset_mock)\nPASS: test_spec_has_descriptor_returning_function (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_descriptor_returning_function)\nPASS: test_spec_has_function_not_in_bases (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_has_function_not_in_bases)\nPASS: test_spec_inheritance_for_classes (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inheritance_for_classes)\nPASS: test_spec_inspect_signature (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature)\nPASS: test_spec_inspect_signature_annotations (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_annotations)\nPASS: test_spec_set (test.test_unittest.testmock.testhelpers.SpecSignatureTest.test_spec_set)\nPASS: test_args_list_contains_call_list (test.test_unittest.testmock.testhelpers.TestCallList.test_args_list_contains_call_list)\nPASS: test_call_list_str (test.test_unittest.testmock.testhelpers.TestCallList.test_call_list_str)\nPASS: test_propertymock (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock)\nPASS: test_propertymock_attach (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_attach)\nPASS: test_propertymock_bare (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_bare)\nPASS: test_propertymock_returnvalue (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_returnvalue)\nPASS: test_propertymock_side_effect (test.test_unittest.testmock.testhelpers.TestCallList.test_propertymock_side_effect)\nPASS: test_call_magic_method (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_call_magic_method)\nPASS: test_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_classmethod)\nPASS: test_non_callable_classmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_classmethod)\nPASS: test_non_callable_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_non_callable_staticmethod)\nPASS: test_staticmethod (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_staticmethod)\nPASS: test_type (test.test_unittest.testmock.testhelpers.TestCallablePredicate.test_type)\nPASS: test_asyncmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_asyncmock_defaults)\nPASS: test_attributes_and_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_attributes_and_return_value)\nPASS: test_bound_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_bound_methods)\nPASS: test_changing_magic_set_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_changing_magic_set_in_initialization)\nPASS: test_comparison (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_comparison)\nPASS: test_deleting_magic_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_deleting_magic_methods)\nPASS: test_descriptor_from_class (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_descriptor_from_class)\nPASS: test_dict_methods (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dict_methods)\nPASS: test_dir (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_dir)\nPASS: test_division (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_division)\nPASS: test_divmod_and_rdivmod (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_divmod_and_rdivmod)\nPASS: test_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_equality)\nPASS: test_hash (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_hash)\nPASS: test_iterable_as_iter_return_value (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_iterable_as_iter_return_value)\nPASS: test_len_contains_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_len_contains_iter)\nPASS: test_magic_in_initialization (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_in_initialization)\nPASS: test_magic_method_reset_mock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_reset_mock)\nPASS: test_magic_method_type (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_type)\nPASS: test_magic_method_wrapping (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_wrapping)\nPASS: test_magic_methods_and_spec (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec)\nPASS: test_magic_methods_and_spec_set (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_set)\nPASS: test_magic_methods_are_magic_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_are_magic_mocks)\nPASS: test_magic_methods_fspath (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_fspath)\nPASS: test_magic_methods_isolated_between_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_isolated_between_mocks)\nPASS: test_magic_mock_does_not_reset_magic_returns (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_does_not_reset_magic_returns)\nPASS: test_magic_mock_equality (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_equality)\nPASS: test_magic_mock_resets_manual_mocks (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks)\nPASS: test_magic_mock_resets_manual_mocks_empty_iter (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_resets_manual_mocks_empty_iter)\nPASS: test_magicmock (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock)\nPASS: test_magicmock_defaults (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_defaults)\nPASS: test_magicmock_del (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_del)\nPASS: test_matmul (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_matmul)\nPASS: test_nonzero (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_nonzero)\nPASS: test_numeric (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_numeric)\nPASS: test_repr (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_repr)\nPASS: test_setting_unsupported_magic_method (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_setting_unsupported_magic_method)\nPASS: test_str (test.test_unittest.testmock.testmagicmethods.TestMockingMagicMethods.test_str)\nPASS: test__name__ (test.test_unittest.testmock.testmock.MockTest.test__name__)\nPASS: test_adding_child_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_child_mock)\nPASS: test_adding_return_value_mock (test.test_unittest.testmock.testmock.MockTest.test_adding_return_value_mock)\nPASS: test_all (test.test_unittest.testmock.testmock.MockTest.test_all)\nPASS: test_arg_lists (test.test_unittest.testmock.testmock.MockTest.test_arg_lists)\nPASS: test_assert_any_call (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call)\nPASS: test_assert_any_call_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_any_call_with_function_spec)\nPASS: test_assert_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called)\nPASS: test_assert_called_exception_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_exception_message)\nPASS: test_assert_called_once (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once)\nPASS: test_assert_called_once_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message)\nPASS: test_assert_called_once_message_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_message_not_called)\nPASS: test_assert_called_once_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with)\nPASS: test_assert_called_once_with_call_list (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_call_list)\nPASS: test_assert_called_once_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_function_spec)\nPASS: test_assert_called_once_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_once_with_message)\nPASS: test_assert_called_with (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with)\nPASS: test_assert_called_with_any (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_any)\nPASS: test_assert_called_with_failure_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_failure_message)\nPASS: test_assert_called_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_function_spec)\nPASS: test_assert_called_with_message (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_message)\nPASS: test_assert_called_with_method_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_called_with_method_spec)\nPASS: test_assert_has_calls (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls)\nPASS: test_assert_has_calls_any_order (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_any_order)\nPASS: test_assert_has_calls_nested_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_spec)\nPASS: test_assert_has_calls_nested_without_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_nested_without_spec)\nPASS: test_assert_has_calls_not_matching_spec_error (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_not_matching_spec_error)\nPASS: test_assert_has_calls_with_function_spec (test.test_unittest.testmock.testmock.MockTest.test_assert_has_calls_with_function_spec)\nPASS: test_assert_not_called (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called)\nPASS: test_assert_not_called_message (test.test_unittest.testmock.testmock.MockTest.test_assert_not_called_message)\nPASS: test_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_attach_mock)\nPASS: test_attach_mock_patch_autospec (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec)\nPASS: test_attach_mock_patch_autospec_signature (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_patch_autospec_signature)\nPASS: test_attach_mock_return_value (test.test_unittest.testmock.testmock.MockTest.test_attach_mock_return_value)\nPASS: test_attribute_access_returns_mocks (test.test_unittest.testmock.testmock.MockTest.test_attribute_access_returns_mocks)\nPASS: test_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_attribute_deletion)\nPASS: test_attributes_have_name_and_parent_set (test.test_unittest.testmock.testmock.MockTest.test_attributes_have_name_and_parent_set)\nPASS: test_autospec_mock (test.test_unittest.testmock.testmock.MockTest.test_autospec_mock)\nPASS: test_autospec_side_effect (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect)\nPASS: test_autospec_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_autospec_side_effect_exception)\nPASS: test_baseexceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_baseexceptional_side_effect)\nPASS: test_bool_not_called_when_passing_spec_arg (test.test_unittest.testmock.testmock.MockTest.test_bool_not_called_when_passing_spec_arg)\nPASS: test_call (test.test_unittest.testmock.testmock.MockTest.test_call)\nPASS: test_call_args_comparison (test.test_unittest.testmock.testmock.MockTest.test_call_args_comparison)\nPASS: test_call_args_two_tuple (test.test_unittest.testmock.testmock.MockTest.test_call_args_two_tuple)\nPASS: test_calls_equal_with_any (test.test_unittest.testmock.testmock.MockTest.test_calls_equal_with_any)\nPASS: test_change_return_value_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_return_value_via_delegate)\nPASS: test_change_side_effect_via_delegate (test.test_unittest.testmock.testmock.MockTest.test_change_side_effect_via_delegate)\nPASS: test_child_mock_call_equal (test.test_unittest.testmock.testmock.MockTest.test_child_mock_call_equal)\nPASS: test_class_assignable (test.test_unittest.testmock.testmock.MockTest.test_class_assignable)\nPASS: test_configure_mock (test.test_unittest.testmock.testmock.MockTest.test_configure_mock)\nPASS: test_constructor (test.test_unittest.testmock.testmock.MockTest.test_constructor)\nPASS: test_copy (test.test_unittest.testmock.testmock.MockTest.test_copy)\nPASS: test_create_autospec_classmethod_and_staticmethod (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_classmethod_and_staticmethod)\nPASS: test_create_autospec_correctly_handles_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_correctly_handles_name)\ntest_create_autospec_instance_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_instance_wraps_class)\nPASS: Autospec a class instance with wraps & test if the call is passed\ntest_create_autospec_should_be_configurable_by_kwargs (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_should_be_configurable_by_kwargs)\nPASS: If kwargs are given to configure mock, the function must configure\nPASS: test_create_autospec_with_name (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_with_name)\ntest_create_autospec_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_class)\nPASS: Autospec a class with wraps & test if the call is passed to the\ntest_create_autospec_wraps_function_type (test.test_unittest.testmock.testmock.MockTest.test_create_autospec_wraps_function_type)\nPASS: Autospec a function or a method with wraps & test if the call is\nPASS: test_customize_wrapped_object_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value)\nPASS: test_customize_wrapped_object_with_return_value_and_side_effect (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect)\nPASS: test_customize_wrapped_object_with_return_value_and_side_effect2 (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect2)\nPASS: test_customize_wrapped_object_with_return_value_and_side_effect_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_default)\nPASS: test_customize_wrapped_object_with_side_effect_exception (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_exception)\nPASS: test_customize_wrapped_object_with_side_effect_function (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_function)\nPASS: test_customize_wrapped_object_with_side_effect_iterable (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable)\nPASS: test_customize_wrapped_object_with_side_effect_iterable_with_default (test.test_unittest.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_with_default)\nPASS: test_decorated_async_methods_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_decorated_async_methods_with_spec_mock)\nPASS: test_dir (test.test_unittest.testmock.testmock.MockTest.test_dir)\nPASS: test_dir_does_not_include_deleted_attributes (test.test_unittest.testmock.testmock.MockTest.test_dir_does_not_include_deleted_attributes)\nPASS: test_dir_from_spec (test.test_unittest.testmock.testmock.MockTest.test_dir_from_spec)\nPASS: test_exceptional_side_effect (test.test_unittest.testmock.testmock.MockTest.test_exceptional_side_effect)\nPASS: test_explicit_parent (test.test_unittest.testmock.testmock.MockTest.test_explicit_parent)\ntest_explicit_return_value_even_if_mock_wraps_object (test.test_unittest.testmock.testmock.MockTest.test_explicit_return_value_even_if_mock_wraps_object)\nPASS: If the mock has an explicit return_value set then calls are not\nPASS: test_filter_dir (test.test_unittest.testmock.testmock.MockTest.test_filter_dir)\nPASS: test_from_spec (test.test_unittest.testmock.testmock.MockTest.test_from_spec)\nPASS: test_isinstance_under_settrace (test.test_unittest.testmock.testmock.MockTest.test_isinstance_under_settrace)\nPASS: test_magic_method_wraps_class (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_class)\nPASS: test_magic_method_wraps_dict (test.test_unittest.testmock.testmock.MockTest.test_magic_method_wraps_dict)\nPASS: test_magic_methods_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_magic_methods_mock_calls)\nPASS: test_manager_mock (test.test_unittest.testmock.testmock.MockTest.test_manager_mock)\nPASS: test_method_calls_compare_easily (test.test_unittest.testmock.testmock.MockTest.test_method_calls_compare_easily)\nPASS: test_method_calls_recorded (test.test_unittest.testmock.testmock.MockTest.test_method_calls_recorded)\nPASS: test_misspelled_arguments (test.test_unittest.testmock.testmock.MockTest.test_misspelled_arguments)\nPASS: test_mock_add_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec)\nPASS: test_mock_add_spec_magic_methods (test.test_unittest.testmock.testmock.MockTest.test_mock_add_spec_magic_methods)\nPASS: test_mock_call_not_equal_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_leaf)\nPASS: test_mock_call_not_equal_non_leaf (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf)\nPASS: test_mock_call_not_equal_non_leaf_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_attr)\nPASS: test_mock_call_not_equal_non_leaf_call_versus_attr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_call_versus_attr)\nPASS: test_mock_call_not_equal_non_leaf_params_different (test.test_unittest.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_params_different)\nPASS: test_mock_call_repr (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr)\nPASS: test_mock_call_repr_loop (test.test_unittest.testmock.testmock.MockTest.test_mock_call_repr_loop)\nPASS: test_mock_calls (test.test_unittest.testmock.testmock.MockTest.test_mock_calls)\nPASS: test_mock_calls_contains (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_contains)\nPASS: test_mock_calls_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_mock_calls_create_autospec)\nPASS: test_mock_does_not_raise_on_repeated_attribute_deletion (test.test_unittest.testmock.testmock.MockTest.test_mock_does_not_raise_on_repeated_attribute_deletion)\nPASS: test_mock_open_after_eof (test.test_unittest.testmock.testmock.MockTest.test_mock_open_after_eof)\nPASS: test_mock_open_alter_readline (test.test_unittest.testmock.testmock.MockTest.test_mock_open_alter_readline)\nPASS: test_mock_open_dunder_iter_issue (test.test_unittest.testmock.testmock.MockTest.test_mock_open_dunder_iter_issue)\nPASS: test_mock_open_next_with_readline_with_return_value (test.test_unittest.testmock.testmock.MockTest.test_mock_open_next_with_readline_with_return_value)\nPASS: test_mock_open_reuse_issue_21750 (test.test_unittest.testmock.testmock.MockTest.test_mock_open_reuse_issue_21750)\nPASS: test_mock_open_using_next (test.test_unittest.testmock.testmock.MockTest.test_mock_open_using_next)\nPASS: test_mock_open_write (test.test_unittest.testmock.testmock.MockTest.test_mock_open_write)\nPASS: test_mock_parents (test.test_unittest.testmock.testmock.MockTest.test_mock_parents)\nPASS: test_mock_raises_when_deleting_nonexistent_attribute (test.test_unittest.testmock.testmock.MockTest.test_mock_raises_when_deleting_nonexistent_attribute)\nPASS: test_mock_safe_with_spec (test.test_unittest.testmock.testmock.MockTest.test_mock_safe_with_spec)\nPASS: test_mock_unsafe (test.test_unittest.testmock.testmock.MockTest.test_mock_unsafe)\nPASS: test_name_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_name_attribute_of_call)\nPASS: test_only_allowed_methods_exist (test.test_unittest.testmock.testmock.MockTest.test_only_allowed_methods_exist)\nPASS: test_ordered_call_signature (test.test_unittest.testmock.testmock.MockTest.test_ordered_call_signature)\nPASS: test_override_tuple_methods (test.test_unittest.testmock.testmock.MockTest.test_override_tuple_methods)\nPASS: test_parent_attribute_of_call (test.test_unittest.testmock.testmock.MockTest.test_parent_attribute_of_call)\nPASS: test_parent_propagation_with_autospec_attach_mock (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_autospec_attach_mock)\nPASS: test_parent_propagation_with_create_autospec (test.test_unittest.testmock.testmock.MockTest.test_parent_propagation_with_create_autospec)\nPASS: test_property_not_called_with_spec_mock (test.test_unittest.testmock.testmock.MockTest.test_property_not_called_with_spec_mock)\nPASS: test_repr (test.test_unittest.testmock.testmock.MockTest.test_repr)\nPASS: test_repr_with_spec (test.test_unittest.testmock.testmock.MockTest.test_repr_with_spec)\nPASS: test_reset_mock (test.test_unittest.testmock.testmock.MockTest.test_reset_mock)\nPASS: test_reset_mock_does_not_raise_on_attr_deletion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_does_not_raise_on_attr_deletion)\nPASS: test_reset_mock_on_mock_open_issue_18622 (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_on_mock_open_issue_18622)\nPASS: test_reset_mock_recursion (test.test_unittest.testmock.testmock.MockTest.test_reset_mock_recursion)\nPASS: test_reset_return (test.test_unittest.testmock.testmock.MockTest.test_reset_return)\nPASS: test_reset_return_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_sideeffect)\nPASS: test_reset_return_with_children (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children)\nPASS: test_reset_return_with_children_side_effect (test.test_unittest.testmock.testmock.MockTest.test_reset_return_with_children_side_effect)\nPASS: test_reset_sideeffect (test.test_unittest.testmock.testmock.MockTest.test_reset_sideeffect)\nPASS: test_return_value_in_constructor (test.test_unittest.testmock.testmock.MockTest.test_return_value_in_constructor)\nPASS: test_setting_attribute_with_spec_set (test.test_unittest.testmock.testmock.MockTest.test_setting_attribute_with_spec_set)\nPASS: test_setting_call (test.test_unittest.testmock.testmock.MockTest.test_setting_call)\nPASS: test_side_effect (test.test_unittest.testmock.testmock.MockTest.test_side_effect)\nPASS: test_side_effect_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator)\nPASS: test_side_effect_iterator_default (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_default)\nPASS: test_side_effect_iterator_exceptions (test.test_unittest.testmock.testmock.MockTest.test_side_effect_iterator_exceptions)\nPASS: test_side_effect_setting_iterator (test.test_unittest.testmock.testmock.MockTest.test_side_effect_setting_iterator)\nPASS: test_spec_class (test.test_unittest.testmock.testmock.MockTest.test_spec_class)\nPASS: test_spec_class_no_object_base (test.test_unittest.testmock.testmock.MockTest.test_spec_class_no_object_base)\nPASS: test_spec_list_subclass (test.test_unittest.testmock.testmock.MockTest.test_spec_list_subclass)\nPASS: test_subclass_with_properties (test.test_unittest.testmock.testmock.MockTest.test_subclass_with_properties)\nPASS: test_subclassing (test.test_unittest.testmock.testmock.MockTest.test_subclassing)\nPASS: test_wraps_attributes (test.test_unittest.testmock.testmock.MockTest.test_wraps_attributes)\nPASS: test_wraps_call_with_nondefault_return_value (test.test_unittest.testmock.testmock.MockTest.test_wraps_call_with_nondefault_return_value)\nPASS: test_wraps_calls (test.test_unittest.testmock.testmock.MockTest.test_wraps_calls)\nPASS: test_wraps_prevents_automatic_creation_of_mocks (test.test_unittest.testmock.testmock.MockTest.test_wraps_prevents_automatic_creation_of_mocks)\nPASS: test_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_autospec)\nPASS: test_autospec_classmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod)\nPASS: test_autospec_classmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_classmethod_signature)\nPASS: test_autospec_function (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_function)\nPASS: test_autospec_inherits (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_inherits)\nPASS: test_autospec_keywords (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_keywords)\nPASS: test_autospec_name (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_name)\nPASS: test_autospec_staticmethod (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod)\nPASS: test_autospec_staticmethod_signature (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_staticmethod_signature)\nPASS: test_autospec_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_new)\nPASS: test_autospec_with_object (test.test_unittest.testmock.testpatch.PatchTest.test_autospec_with_object)\nPASS: test_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_callable_spec_as_list)\nPASS: test_cant_set_kwargs_when_passing_a_mock (test.test_unittest.testmock.testpatch.PatchTest.test_cant_set_kwargs_when_passing_a_mock)\nPASS: test_create_and_specs (test.test_unittest.testmock.testpatch.PatchTest.test_create_and_specs)\nPASS: test_dotted_but_module_not_loaded (test.test_unittest.testmock.testpatch.PatchTest.test_dotted_but_module_not_loaded)\nPASS: test_exit_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_exit_idempotent)\nPASS: test_falsey_spec (test.test_unittest.testmock.testpatch.PatchTest.test_falsey_spec)\nPASS: test_get_only_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_only_proxy)\nPASS: test_get_set_delete_proxy (test.test_unittest.testmock.testpatch.PatchTest.test_get_set_delete_proxy)\nPASS: test_invalid_target (test.test_unittest.testmock.testpatch.PatchTest.test_invalid_target)\nPASS: test_mock_calls_with_patch (test.test_unittest.testmock.testpatch.PatchTest.test_mock_calls_with_patch)\nPASS: test_multiple_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_patchobject)\nPASS: test_multiple_specs (test.test_unittest.testmock.testpatch.PatchTest.test_multiple_specs)\nPASS: test_name_preserved (test.test_unittest.testmock.testpatch.PatchTest.test_name_preserved)\nPASS: test_name_resolution_import_rebinding (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding)\nPASS: test_name_resolution_import_rebinding2 (test.test_unittest.testmock.testpatch.PatchTest.test_name_resolution_import_rebinding2)\nPASS: test_nested_patch_failure (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_failure)\nPASS: test_nested_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_nested_patch_with_spec_as_list)\nPASS: test_new_callable_class_decorating (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_class_decorating)\nPASS: test_new_callable_create (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_create)\nPASS: test_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_failure)\nPASS: test_new_callable_incompatible_with_autospec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_autospec)\nPASS: test_new_callable_incompatible_with_new (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_new)\nPASS: test_new_callable_inherit_for_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_for_mocks)\nPASS: test_new_callable_inherit_non_mock (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_inherit_non_mock)\nPASS: test_new_callable_keyword_arguments (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_keyword_arguments)\nPASS: test_new_callable_patch (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch)\nPASS: test_new_callable_patch_object (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_patch_object)\nPASS: test_new_callable_spec (test.test_unittest.testmock.testpatch.PatchTest.test_new_callable_spec)\nPASS: test_not_callable_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_not_callable_spec_as_list)\nPASS: test_object_lookup_is_quite_lazy (test.test_unittest.testmock.testpatch.PatchTest.test_object_lookup_is_quite_lazy)\nPASS: test_patch (test.test_unittest.testmock.testpatch.PatchTest.test_patch)\nPASS: test_patch_and_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_and_patch_dict_stopall)\nPASS: test_patch_builtins_without_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_builtins_without_create)\nPASS: test_patch_class_acts_with_spec_is_inherited (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_acts_with_spec_is_inherited)\nPASS: test_patch_class_attribute (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_attribute)\nPASS: test_patch_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_class_decorator)\nPASS: test_patch_dict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict)\nPASS: test_patch_dict_as_context_manager (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_as_context_manager)\nPASS: test_patch_dict_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_class_decorator)\nPASS: test_patch_dict_decorator_resolution (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_decorator_resolution)\nPASS: test_patch_dict_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_keyword_args)\nPASS: test_patch_dict_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_start_stop)\nPASS: test_patch_dict_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stop_without_start)\nPASS: test_patch_dict_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_stopall)\nPASS: test_patch_dict_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_test_prefix)\nPASS: test_patch_dict_with_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_clear)\nPASS: test_patch_dict_with_container_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object)\nPASS: test_patch_dict_with_container_object_and_clear (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_and_clear)\nPASS: test_patch_dict_with_string (test.test_unittest.testmock.testpatch.PatchTest.test_patch_dict_with_string)\nPASS: test_patch_imports_lazily (test.test_unittest.testmock.testpatch.PatchTest.test_patch_imports_lazily)\nPASS: test_patch_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_keyword_args)\nPASS: test_patch_local (test.test_unittest.testmock.testpatch.PatchTest.test_patch_local)\nPASS: test_patch_multiple (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple)\nPASS: test_patch_multiple_create (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create)\nPASS: test_patch_multiple_create_mocks (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks)\nPASS: test_patch_multiple_create_mocks_different_order (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_different_order)\nPASS: test_patch_multiple_create_mocks_patcher (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_patcher)\nPASS: test_patch_multiple_decorating_class (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_decorating_class)\nPASS: test_patch_multiple_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_failure)\nPASS: test_patch_multiple_new_callable (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable)\nPASS: test_patch_multiple_new_callable_failure (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_failure)\nPASS: test_patch_multiple_no_kwargs (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_no_kwargs)\nPASS: test_patch_multiple_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_spec_set)\nPASS: test_patch_multiple_stacked_decorators (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_stacked_decorators)\nPASS: test_patch_multiple_string_subclasses (test.test_unittest.testmock.testpatch.PatchTest.test_patch_multiple_string_subclasses)\nPASS: test_patch_nested_autospec_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_nested_autospec_repr)\nPASS: test_patch_object_keyword_args (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_keyword_args)\nPASS: test_patch_object_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_object_with_spec_as_boolean)\nPASS: test_patch_orderdict (test.test_unittest.testmock.testpatch.PatchTest.test_patch_orderdict)\nPASS: test_patch_propagates_exc_on_exit (test.test_unittest.testmock.testpatch.PatchTest.test_patch_propagates_exc_on_exit)\nPASS: test_patch_proxy_object (test.test_unittest.testmock.testpatch.PatchTest.test_patch_proxy_object)\nPASS: test_patch_slots (test.test_unittest.testmock.testpatch.PatchTest.test_patch_slots)\nPASS: test_patch_spec_set (test.test_unittest.testmock.testpatch.PatchTest.test_patch_spec_set)\nPASS: test_patch_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patch_start_stop)\nPASS: test_patch_stopall (test.test_unittest.testmock.testpatch.PatchTest.test_patch_stopall)\nPASS: test_patch_test_prefix (test.test_unittest.testmock.testpatch.PatchTest.test_patch_test_prefix)\nPASS: test_patch_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_create_mocks_non_existent_attributes)\nPASS: test_patch_with_exception (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_exception)\nPASS: test_patch_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec)\nPASS: test_patch_with_spec_as_boolean (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_boolean)\nPASS: test_patch_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_as_list)\nPASS: test_patch_with_spec_mock_repr (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_spec_mock_repr)\nPASS: test_patch_with_static_methods (test.test_unittest.testmock.testpatch.PatchTest.test_patch_with_static_methods)\nPASS: test_patch_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patch_wont_create_by_default)\nPASS: test_patchobject_class_decorator (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_class_decorator)\nPASS: test_patchobject_start_stop (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_start_stop)\nPASS: test_patchobject_twice (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_twice)\nPASS: test_patchobject_with_create_mocks_non_existent_attributes (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_create_mocks_non_existent_attributes)\nPASS: test_patchobject_with_default_mock (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_default_mock)\nPASS: test_patchobject_with_none (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_none)\nPASS: test_patchobject_with_spec (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec)\nPASS: test_patchobject_with_spec_as_list (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_spec_as_list)\nPASS: test_patchobject_with_string_as_target (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_with_string_as_target)\nPASS: test_patchobject_wont_create_by_default (test.test_unittest.testmock.testpatch.PatchTest.test_patchobject_wont_create_by_default)\nPASS: test_property_setters (test.test_unittest.testmock.testpatch.PatchTest.test_property_setters)\nPASS: test_second_enter_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_enter_failure)\nPASS: test_second_start_after_stop (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_after_stop)\nPASS: test_second_start_failure (test.test_unittest.testmock.testpatch.PatchTest.test_second_start_failure)\nPASS: test_single_patchobject (test.test_unittest.testmock.testpatch.PatchTest.test_single_patchobject)\nPASS: test_spec_set_inherit (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_inherit)\nPASS: test_spec_set_true (test.test_unittest.testmock.testpatch.PatchTest.test_spec_set_true)\nPASS: test_special_attrs (test.test_unittest.testmock.testpatch.PatchTest.test_special_attrs)\nPASS: test_specs_false_instead_of_none (test.test_unittest.testmock.testpatch.PatchTest.test_specs_false_instead_of_none)\nPASS: test_stop_idempotent (test.test_unittest.testmock.testpatch.PatchTest.test_stop_idempotent)\nPASS: test_stop_without_start (test.test_unittest.testmock.testpatch.PatchTest.test_stop_without_start)\nPASS: test_stopall_lifo (test.test_unittest.testmock.testpatch.PatchTest.test_stopall_lifo)\nPASS: test_tracebacks (test.test_unittest.testmock.testpatch.PatchTest.test_tracebacks)\nPASS: test_attribute_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_attribute_chain_is_maintained)\nPASS: test_attributes_return_more_mocks_by_default (test.test_unittest.testmock.testsealable.TestSealable.test_attributes_return_more_mocks_by_default)\nPASS: test_call_chain_is_maintained (test.test_unittest.testmock.testsealable.TestSealable.test_call_chain_is_maintained)\nPASS: test_call_on_defined_sealed_mock_succeeds (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_defined_sealed_mock_succeeds)\nPASS: test_call_on_sealed_mock_fails (test.test_unittest.testmock.testsealable.TestSealable.test_call_on_sealed_mock_fails)\nPASS: test_existing_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_allowed_after_seal)\nPASS: test_existing_attributes_can_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_existing_attributes_can_be_set_on_seal)\nPASS: test_initialized_attributes_allowed_after_seal (test.test_unittest.testmock.testsealable.TestSealable.test_initialized_attributes_allowed_after_seal)\ntest_integration_with_spec_att_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_att_definition)\nPASS: You are not restricted when using mock with spec\ntest_integration_with_spec_method_definition (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition)\nPASS: You need to define the methods, even if they are in the spec\ntest_integration_with_spec_method_definition_respects_spec (test.test_unittest.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition_respects_spec)\nPASS: You cannot define methods out of the spec\nPASS: test_new_attributes_cannot_be_accessed_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_accessed_on_seal)\nPASS: test_new_attributes_cannot_be_set_on_child_of_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_child_of_seal)\nPASS: test_new_attributes_cannot_be_set_on_seal (test.test_unittest.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_seal)\nPASS: test_seal_with_autospec (test.test_unittest.testmock.testsealable.TestSealable.test_seal_with_autospec)\nPASS: test_sealed_exception_has_attribute_name (test.test_unittest.testmock.testsealable.TestSealable.test_sealed_exception_has_attribute_name)\nPASS: test_seals_dont_recurse_on_manual_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_dont_recurse_on_manual_attributes)\nPASS: test_seals_recurse_on_added_attributes (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_added_attributes)\nPASS: test_seals_recurse_on_magic_methods (test.test_unittest.testmock.testsealable.TestSealable.test_seals_recurse_on_magic_methods)\nPASS: testBases (test.test_unittest.testmock.testsentinel.SentinelTest.testBases)\nPASS: testCopy (test.test_unittest.testmock.testsentinel.SentinelTest.testCopy)\nPASS: testDEFAULT (test.test_unittest.testmock.testsentinel.SentinelTest.testDEFAULT)\nPASS: testPickle (test.test_unittest.testmock.testsentinel.SentinelTest.testPickle)\nPASS: testSentinelName (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinelName)\nPASS: testSentinels (test.test_unittest.testmock.testsentinel.SentinelTest.testSentinels)\nPASS: test_dynamic_child_mocks_are_threading_mocks (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_are_threading_mocks)\nPASS: test_dynamic_child_mocks_inherit_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_dynamic_child_mocks_inherit_timeout)\nPASS: test_instance_check (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_instance_check)\nPASS: test_magic_methods_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_magic_methods_success)\nPASS: test_no_name_clash (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_no_name_clash)\nPASS: test_patch (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_patch)\nPASS: test_reset_mock_resets_wait (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_reset_mock_resets_wait)\nPASS: test_side_effect (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_side_effect)\nPASS: test_spec (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_spec)\nPASS: test_wait_already_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_already_called_success)\nPASS: test_wait_until_any_call_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_global_timeout)\nPASS: test_wait_until_any_call_kw (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_kw)\nPASS: test_wait_until_any_call_positional (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_positional)\nPASS: test_wait_until_any_call_with_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_instance_timeout)\nPASS: test_wait_until_any_call_with_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_any_call_with_success)\nPASS: test_wait_until_called_global_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_global_timeout)\nPASS: test_wait_until_called_instance_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_instance_timeout)\nPASS: test_wait_until_called_method_timeout (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_method_timeout)\nPASS: test_wait_until_called_success (test.test_unittest.testmock.testthreadingmock.TestThreadingMock.test_wait_until_called_success)\nPASS: test_dunder_iter_data (test.test_unittest.testmock.testwith.TestMockOpen.test_dunder_iter_data)\nPASS: test_explicit_mock (test.test_unittest.testmock.testwith.TestMockOpen.test_explicit_mock)\nPASS: test_interleaved_reads (test.test_unittest.testmock.testwith.TestMockOpen.test_interleaved_reads)\nPASS: test_mock_open (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open)\nPASS: test_mock_open_context_manager (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager)\nPASS: test_mock_open_context_manager_multiple_times (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_context_manager_multiple_times)\nPASS: test_mock_open_read_with_argument (test.test_unittest.testmock.testwith.TestMockOpen.test_mock_open_read_with_argument)\nPASS: test_next_data (test.test_unittest.testmock.testwith.TestMockOpen.test_next_data)\nPASS: test_overriding_return_values (test.test_unittest.testmock.testwith.TestMockOpen.test_overriding_return_values)\nPASS: test_read_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_read_bytes)\nPASS: test_read_data (test.test_unittest.testmock.testwith.TestMockOpen.test_read_data)\nPASS: test_readline_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_bytes)\nPASS: test_readline_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readline_data)\nPASS: test_readlines_bytes (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_bytes)\nPASS: test_readlines_data (test.test_unittest.testmock.testwith.TestMockOpen.test_readlines_data)\nPASS: testContextManagerMocking (test.test_unittest.testmock.testwith.WithTest.testContextManagerMocking)\nPASS: test_context_manager_with_magic_mock (test.test_unittest.testmock.testwith.WithTest.test_context_manager_with_magic_mock)\nPASS: test_dict_context_manager (test.test_unittest.testmock.testwith.WithTest.test_dict_context_manager)\nPASS: test_double_patch_instance_method (test.test_unittest.testmock.testwith.WithTest.test_double_patch_instance_method)\nPASS: test_patch_object_with_statement (test.test_unittest.testmock.testwith.WithTest.test_patch_object_with_statement)\nPASS: test_with_statement (test.test_unittest.testmock.testwith.WithTest.test_with_statement)\nPASS: test_with_statement_as (test.test_unittest.testmock.testwith.WithTest.test_with_statement_as)\nPASS: test_with_statement_exception (test.test_unittest.testmock.testwith.WithTest.test_with_statement_exception)\nPASS: test_with_statement_imbricated (test.test_unittest.testmock.testwith.WithTest.test_with_statement_imbricated)\nPASS: test_with_statement_nested (test.test_unittest.testmock.testwith.WithTest.test_with_statement_nested)\nPASS: test_with_statement_same_attribute (test.test_unittest.testmock.testwith.WithTest.test_with_statement_same_attribute)\nPASS: test_with_statement_specified (test.test_unittest.testmock.testwith.WithTest.test_with_statement_specified)\n\n----------------------------------------------------------------------\nRan 1068 tests in 3.145s\n\nOK (skipped=2)\n0:02:45 load avg: 1.73 [450/480] test_venv passed\ntest_activate_shell_script_has_no_dos_newlines (test.test_venv.BasicTest.test_activate_shell_script_has_no_dos_newlines)\nPASS: Test that the `activate` shell script contains no CR LF.\ntest_cli_with_scm_ignore_files (test.test_venv.BasicTest.test_cli_with_scm_ignore_files)\nPASS: Test that default SCM ignore files are created by default via the CLI.\ntest_cli_without_scm_ignore_files (test.test_venv.BasicTest.test_cli_without_scm_ignore_files)\nPASS: Test that ``--without-scm-ignore-files`` doesn't create SCM ignore files.\nPASS: test_config_file_command_key (test.test_venv.BasicTest.test_config_file_command_key)\ntest_create_scm_ignore_files_empty (test.test_venv.BasicTest.test_create_scm_ignore_files_empty)\nPASS: Test that no default ignore files are created when ``scm_ignore_files``\ntest_create_scm_ignore_files_multiple (test.test_venv.BasicTest.test_create_scm_ignore_files_multiple)\nPASS: Test that ``scm_ignore_files`` can work with multiple SCMs.\nPASS: test_deactivate_with_strict_bash_opts (test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts)\ntest_defaults_with_pathlike (test.test_venv.BasicTest.test_defaults_with_pathlike)\nPASS: Test the create function with default arguments and a path-like path.\ntest_defaults_with_str_path (test.test_venv.BasicTest.test_defaults_with_str_path)\nPASS: Test the create function with default arguments and a str path.\ntest_executable (test.test_venv.BasicTest.test_executable)\nPASS: Test that the sys.executable value is as expected.\ntest_executable_symlinks (test.test_venv.BasicTest.test_executable_symlinks)\nPASS: Test that the sys.executable value is as expected.\ntest_failed_symlink (test.test_venv.BasicTest.test_failed_symlink)\nSKIP: Test handling of failed symlinks on Windows. 'symlinks on Windows'\ntest_isolation (test.test_venv.BasicTest.test_isolation)\nPASS: Test isolation from system site-packages\nSKIP: test_macos_env (test.test_venv.BasicTest.test_macos_env) 'only relevant on macOS'\ntest_multiprocessing (test.test_venv.BasicTest.test_multiprocessing)\nPASS: Test that the multiprocessing is able to spawn.\ntest_multiprocessing_recursion (test.test_venv.BasicTest.test_multiprocessing_recursion)\nPASS: Test that the multiprocessing is able to spawn itself\ntest_overwrite_existing (test.test_venv.BasicTest.test_overwrite_existing)\nPASS: Test creating environment in an existing directory.\ntest_pathsep_error (test.test_venv.BasicTest.test_pathsep_error)\nPASS: Test that venv creation fails when the target directory contains\ntest_prefixes (test.test_venv.BasicTest.test_prefixes)\nPASS: Test that the prefix values are as expected.\nPASS: test_prompt (test.test_venv.BasicTest.test_prompt)\ntest_scm_ignore_files_git (test.test_venv.BasicTest.test_scm_ignore_files_git)\nPASS: Test that a .gitignore file is created when \"git\" is specified.\ntest_special_chars_bash (test.test_venv.BasicTest.test_special_chars_bash)\nPASS: Test that the template strings are quoted properly (bash)\ntest_special_chars_csh (test.test_venv.BasicTest.test_special_chars_csh)\nSKIP: Test that the template strings are quoted properly (csh) 'csh required for this test'\ntest_special_chars_windows (test.test_venv.BasicTest.test_special_chars_windows)\nSKIP: Test that the template strings are quoted properly on Windows 'only relevant on Windows'\ntest_symlinking (test.test_venv.BasicTest.test_symlinking)\nPASS: Test symlinking works as expected\ntest_sysconfig (test.test_venv.BasicTest.test_sysconfig)\nPASS: Test that the sysconfig functions work in a virtual environment.\ntest_sysconfig_symlinks (test.test_venv.BasicTest.test_sysconfig_symlinks)\nPASS: Test that the sysconfig functions work in a virtual environment.\ntest_unicode_in_batch_file (test.test_venv.BasicTest.test_unicode_in_batch_file)\nSKIP: Test handling of Unicode paths 'only relevant on Windows'\nPASS: test_unoverwritable_fails (test.test_venv.BasicTest.test_unoverwritable_fails)\ntest_upgrade (test.test_venv.BasicTest.test_upgrade)\nPASS: Test upgrading an existing environment directory.\nPASS: test_upgrade_dependencies (test.test_venv.BasicTest.test_upgrade_dependencies)\nPASS: test_venv_same_path (test.test_venv.BasicTest.test_venv_same_path)\ntest_venvwlauncher (test.test_venv.BasicTest.test_venvwlauncher)\nSKIP: Test that the GUI launcher runs the GUI python. 'only relevant on Windows'\ntest_zippath_from_non_installed_posix (test.test_venv.BasicTest.test_zippath_from_non_installed_posix)\nPASS: Test that when create venv from non-installed python, the zip path\nPASS: test_devnull (test.test_venv.EnsurePipTest.test_devnull)\nPASS: test_explicit_no_pip (test.test_venv.EnsurePipTest.test_explicit_no_pip)\nPASS: test_no_pip_by_default (test.test_venv.EnsurePipTest.test_no_pip_by_default)\nSKIP: test_with_pip (test.test_venv.EnsurePipTest.test_with_pip) \"resource 'cpu' is not enabled\"\n\n----------------------------------------------------------------------\nRan 38 tests in 0.963s\n\nOK (skipped=7)\n0:02:45 load avg: 1.73 [451/480] test_warnings passed\nPASS: test_issue_8766 (test.test_warnings.BootstrapTest.test_issue_8766)\nPASS: test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults)\nPASS: test_catch_warnings_recording (test.test_warnings.CCatchWarningTests.test_catch_warnings_recording)\nPASS: test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard)\nPASS: test_catch_warnings_restore (test.test_warnings.CCatchWarningTests.test_catch_warnings_restore)\nPASS: test_check_warnings (test.test_warnings.CCatchWarningTests.test_check_warnings)\nPASS: test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before)\nPASS: test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside)\nPASS: test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings)\nPASS: test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line)\nPASS: test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration)\nPASS: test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line)\nPASS: test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii)\nPASS: test_single_warning (test.test_warnings.CEnvironmentVariableTests.test_single_warning)\nPASS: test_always (test.test_warnings.CFilterTests.test_always)\nPASS: test_always_after_default (test.test_warnings.CFilterTests.test_always_after_default)\nPASS: test_append_duplicate (test.test_warnings.CFilterTests.test_append_duplicate)\nPASS: test_argument_validation (test.test_warnings.CFilterTests.test_argument_validation)\nPASS: test_catchwarnings_with_simplefilter_error (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error)\nPASS: test_catchwarnings_with_simplefilter_ignore (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore)\nPASS: test_default (test.test_warnings.CFilterTests.test_default)\nPASS: test_error (test.test_warnings.CFilterTests.test_error)\nPASS: test_error_after_default (test.test_warnings.CFilterTests.test_error_after_default)\nPASS: test_filterwarnings (test.test_warnings.CFilterTests.test_filterwarnings)\nPASS: test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters)\nPASS: test_ignore (test.test_warnings.CFilterTests.test_ignore)\nPASS: test_ignore_after_default (test.test_warnings.CFilterTests.test_ignore_after_default)\nPASS: test_inheritance (test.test_warnings.CFilterTests.test_inheritance)\nPASS: test_message_matching (test.test_warnings.CFilterTests.test_message_matching)\nPASS: test_module (test.test_warnings.CFilterTests.test_module)\nPASS: test_module_globals (test.test_warnings.CFilterTests.test_module_globals)\nPASS: test_mutate_filter_list (test.test_warnings.CFilterTests.test_mutate_filter_list)\nPASS: test_once (test.test_warnings.CFilterTests.test_once)\nPASS: test_ordering (test.test_warnings.CFilterTests.test_ordering)\nPASS: test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters)\nPASS: test_module_all_attribute (test.test_warnings.CPublicAPITests.test_module_all_attribute)\nPASS: test_import_from_module (test.test_warnings.CWCmdLineTests.test_import_from_module)\nPASS: test_improper_input (test.test_warnings.CWCmdLineTests.test_improper_input)\nPASS: test_accelerated (test.test_warnings.CWarnTests.test_accelerated)\nPASS: test_bad_str (test.test_warnings.CWarnTests.test_bad_str)\nPASS: test_exec_filename (test.test_warnings.CWarnTests.test_exec_filename)\nPASS: test_filename (test.test_warnings.CWarnTests.test_filename)\nPASS: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.CWarnTests.test_gh86298_loader_and_spec_loader_disagree)\nPASS: test_gh86298_loader_is_none_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_no_spec)\nPASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_is_none)\nPASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.CWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)\nPASS: test_gh86298_no_loader_and_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec)\nPASS: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_no_spec_loader)\nPASS: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_no_loader_and_spec_is_none)\nPASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.CWarnTests.test_gh86298_no_loader_with_spec_loader_okay)\nPASS: test_gh86298_no_spec (test.test_warnings.CWarnTests.test_gh86298_no_spec)\nPASS: test_gh86298_no_spec_loader (test.test_warnings.CWarnTests.test_gh86298_no_spec_loader)\nPASS: test_gh86298_spec_is_none (test.test_warnings.CWarnTests.test_gh86298_spec_is_none)\nPASS: test_message (test.test_warnings.CWarnTests.test_message)\nPASS: test_skip_file_prefixes (test.test_warnings.CWarnTests.test_skip_file_prefixes)\nPASS: test_skip_file_prefixes_type_errors (test.test_warnings.CWarnTests.test_skip_file_prefixes_type_errors)\nPASS: test_stacklevel (test.test_warnings.CWarnTests.test_stacklevel)\nPASS: test_stacklevel_import (test.test_warnings.CWarnTests.test_stacklevel_import)\nPASS: test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename)\nPASS: test_warn_explicit_type_errors (test.test_warnings.CWarnTests.test_warn_explicit_type_errors)\nPASS: test_warn_nonstandard_types (test.test_warnings.CWarnTests.test_warn_nonstandard_types)\nPASS: test_warning_classes (test.test_warnings.CWarnTests.test_warning_classes)\nPASS: test_formatwarning (test.test_warnings.CWarningsDisplayTests.test_formatwarning)\nPASS: test_formatwarning_override (test.test_warnings.CWarningsDisplayTests.test_formatwarning_override)\nPASS: test_showwarning (test.test_warnings.CWarningsDisplayTests.test_showwarning)\nPASS: test_category (test.test_warnings.DeprecatedTests.test_category)\nPASS: test_class (test.test_warnings.DeprecatedTests.test_class)\nPASS: test_class_with_inherited_new (test.test_warnings.DeprecatedTests.test_class_with_inherited_new)\nPASS: test_class_with_init (test.test_warnings.DeprecatedTests.test_class_with_init)\nPASS: test_class_with_new (test.test_warnings.DeprecatedTests.test_class_with_new)\nPASS: test_class_with_new_but_no_init (test.test_warnings.DeprecatedTests.test_class_with_new_but_no_init)\nPASS: test_do_not_shadow_user_arguments (test.test_warnings.DeprecatedTests.test_do_not_shadow_user_arguments)\nPASS: test_dunder_deprecated (test.test_warnings.DeprecatedTests.test_dunder_deprecated)\nPASS: test_existing_init_subclass (test.test_warnings.DeprecatedTests.test_existing_init_subclass)\nPASS: test_existing_init_subclass_in_base (test.test_warnings.DeprecatedTests.test_existing_init_subclass_in_base)\nPASS: test_function (test.test_warnings.DeprecatedTests.test_function)\nPASS: test_init_subclass_has_correct_cls (test.test_warnings.DeprecatedTests.test_init_subclass_has_correct_cls)\nPASS: test_init_subclass_with_explicit_classmethod (test.test_warnings.DeprecatedTests.test_init_subclass_with_explicit_classmethod)\nPASS: test_inspect (test.test_warnings.DeprecatedTests.test_inspect)\nPASS: test_inspect_class_signature (test.test_warnings.DeprecatedTests.test_inspect_class_signature)\nPASS: test_method (test.test_warnings.DeprecatedTests.test_method)\nPASS: test_mixin_class (test.test_warnings.DeprecatedTests.test_mixin_class)\nPASS: test_no_retained_references_to_wrapper_instance (test.test_warnings.DeprecatedTests.test_no_retained_references_to_wrapper_instance)\nPASS: test_only_strings_allowed (test.test_warnings.DeprecatedTests.test_only_strings_allowed)\nPASS: test_property (test.test_warnings.DeprecatedTests.test_property)\nPASS: test_turn_off_warnings (test.test_warnings.DeprecatedTests.test_turn_off_warnings)\nPASS: test_finalization (test.test_warnings.FinalizationTest.test_finalization)\nPASS: test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning)\nPASS: test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults)\nPASS: test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording)\nPASS: test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard)\nPASS: test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore)\nPASS: test_check_warnings (test.test_warnings.PyCatchWarningTests.test_check_warnings)\nPASS: test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before)\nPASS: test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside)\nPASS: test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings)\nPASS: test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line)\nPASS: test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration)\nPASS: test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line)\nPASS: test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii)\nPASS: test_single_warning (test.test_warnings.PyEnvironmentVariableTests.test_single_warning)\nPASS: test_always (test.test_warnings.PyFilterTests.test_always)\nPASS: test_always_after_default (test.test_warnings.PyFilterTests.test_always_after_default)\nPASS: test_append_duplicate (test.test_warnings.PyFilterTests.test_append_duplicate)\nPASS: test_argument_validation (test.test_warnings.PyFilterTests.test_argument_validation)\nPASS: test_catchwarnings_with_simplefilter_error (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error)\nPASS: test_catchwarnings_with_simplefilter_ignore (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore)\nPASS: test_default (test.test_warnings.PyFilterTests.test_default)\nPASS: test_error (test.test_warnings.PyFilterTests.test_error)\nPASS: test_error_after_default (test.test_warnings.PyFilterTests.test_error_after_default)\nPASS: test_filterwarnings (test.test_warnings.PyFilterTests.test_filterwarnings)\nPASS: test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters)\nPASS: test_ignore (test.test_warnings.PyFilterTests.test_ignore)\nPASS: test_ignore_after_default (test.test_warnings.PyFilterTests.test_ignore_after_default)\nPASS: test_inheritance (test.test_warnings.PyFilterTests.test_inheritance)\nPASS: test_message_matching (test.test_warnings.PyFilterTests.test_message_matching)\nPASS: test_module (test.test_warnings.PyFilterTests.test_module)\nPASS: test_module_globals (test.test_warnings.PyFilterTests.test_module_globals)\nPASS: test_mutate_filter_list (test.test_warnings.PyFilterTests.test_mutate_filter_list)\nPASS: test_once (test.test_warnings.PyFilterTests.test_once)\nPASS: test_ordering (test.test_warnings.PyFilterTests.test_ordering)\nPASS: test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters)\nPASS: test_module_all_attribute (test.test_warnings.PyPublicAPITests.test_module_all_attribute)\nPASS: test_import_from_module (test.test_warnings.PyWCmdLineTests.test_import_from_module)\nPASS: test_improper_input (test.test_warnings.PyWCmdLineTests.test_improper_input)\nPASS: test_improper_option (test.test_warnings.PyWCmdLineTests.test_improper_option)\nPASS: test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap)\nPASS: test_bad_str (test.test_warnings.PyWarnTests.test_bad_str)\nPASS: test_exec_filename (test.test_warnings.PyWarnTests.test_exec_filename)\nPASS: test_filename (test.test_warnings.PyWarnTests.test_filename)\nPASS: test_gh86298_loader_and_spec_loader_disagree (test.test_warnings.PyWarnTests.test_gh86298_loader_and_spec_loader_disagree)\nPASS: test_gh86298_loader_is_none_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_no_spec)\nPASS: test_gh86298_loader_is_none_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_is_none)\nPASS: test_gh86298_loader_is_none_and_spec_loader_is_none (test.test_warnings.PyWarnTests.test_gh86298_loader_is_none_and_spec_loader_is_none)\nPASS: test_gh86298_no_loader_and_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec)\nPASS: test_gh86298_no_loader_and_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_no_spec_loader)\nPASS: test_gh86298_no_loader_and_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_no_loader_and_spec_is_none)\nPASS: test_gh86298_no_loader_with_spec_loader_okay (test.test_warnings.PyWarnTests.test_gh86298_no_loader_with_spec_loader_okay)\nPASS: test_gh86298_no_spec (test.test_warnings.PyWarnTests.test_gh86298_no_spec)\nPASS: test_gh86298_no_spec_loader (test.test_warnings.PyWarnTests.test_gh86298_no_spec_loader)\nPASS: test_gh86298_spec_is_none (test.test_warnings.PyWarnTests.test_gh86298_spec_is_none)\nPASS: test_message (test.test_warnings.PyWarnTests.test_message)\nPASS: test_pure_python (test.test_warnings.PyWarnTests.test_pure_python)\nPASS: test_skip_file_prefixes (test.test_warnings.PyWarnTests.test_skip_file_prefixes)\nPASS: test_skip_file_prefixes_type_errors (test.test_warnings.PyWarnTests.test_skip_file_prefixes_type_errors)\nPASS: test_stacklevel (test.test_warnings.PyWarnTests.test_stacklevel)\nPASS: test_stacklevel_import (test.test_warnings.PyWarnTests.test_stacklevel_import)\nPASS: test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename)\nPASS: test_warn_explicit_type_errors (test.test_warnings.PyWarnTests.test_warn_explicit_type_errors)\nPASS: test_warn_nonstandard_types (test.test_warnings.PyWarnTests.test_warn_nonstandard_types)\nPASS: test_warning_classes (test.test_warnings.PyWarnTests.test_warning_classes)\nPASS: test_formatwarning (test.test_warnings.PyWarningsDisplayTests.test_formatwarning)\nPASS: test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override)\nPASS: test_showwarning (test.test_warnings.PyWarningsDisplayTests.test_showwarning)\nPASS: test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc)\nPASS: test_RuntimeError (test.test_warnings._DeprecatedTest.test_RuntimeError)\nPASS: test_warning (test.test_warnings._DeprecatedTest.test_warning)\nPASS: test_default_action (test.test_warnings._WarningsTests.test_default_action)\nPASS: test_filename_none (test.test_warnings._WarningsTests.test_filename_none)\nPASS: test_filter (test.test_warnings._WarningsTests.test_filter)\nPASS: test_issue31285 (test.test_warnings._WarningsTests.test_issue31285)\nPASS: test_issue31411 (test.test_warnings._WarningsTests.test_issue31411)\nPASS: test_issue31416 (test.test_warnings._WarningsTests.test_issue31416)\nPASS: test_issue31566 (test.test_warnings._WarningsTests.test_issue31566)\nPASS: test_onceregistry (test.test_warnings._WarningsTests.test_onceregistry)\nPASS: test_show_warning_output (test.test_warnings._WarningsTests.test_show_warning_output)\nPASS: test_showwarning_missing (test.test_warnings._WarningsTests.test_showwarning_missing)\nPASS: test_showwarning_not_callable (test.test_warnings._WarningsTests.test_showwarning_not_callable)\nPASS: test_showwarnmsg_missing (test.test_warnings._WarningsTests.test_showwarnmsg_missing)\nPASS: test_stderr_none (test.test_warnings._WarningsTests.test_stderr_none)\n\n----------------------------------------------------------------------\nRan 170 tests in 0.395s\n\nOK\n0:02:45 load avg: 1.73 [452/480] test_wave passed\nPASS: test__all__ (test.test_wave.MiscTestCase.test__all__)\nPASS: test_read_deprecations (test.test_wave.MiscTestCase.test_read_deprecations)\nPASS: test_write_deprecations (test.test_wave.MiscTestCase.test_write_deprecations)\nPASS: test_read_no_chunks (test.test_wave.WaveLowLevelTest.test_read_no_chunks)\nPASS: test_read_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_data_chunk)\nPASS: test_read_no_fmt_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_chunk)\nPASS: test_read_no_fmt_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_no_data_chunk)\nPASS: test_read_no_riff_chunk (test.test_wave.WaveLowLevelTest.test_read_no_riff_chunk)\nPASS: test_read_not_wave (test.test_wave.WaveLowLevelTest.test_read_not_wave)\nPASS: test_read_wrong_form (test.test_wave.WaveLowLevelTest.test_read_wrong_form)\nPASS: test_read_wrong_number_of_channels (test.test_wave.WaveLowLevelTest.test_read_wrong_number_of_channels)\nPASS: test_read_wrong_sample_width (test.test_wave.WaveLowLevelTest.test_read_wrong_sample_width)\nPASS: test_close (test.test_wave.WavePCM16Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM16Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM16Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM16Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM16Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM16Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM16Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM16Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM16Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM16Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM16Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM16Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM16Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM16Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM16Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM16Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM16Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM16Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM16Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM16Test.test_write_params)\nPASS: test_close (test.test_wave.WavePCM24ExtTest.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM24ExtTest.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM24ExtTest.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM24ExtTest.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM24ExtTest.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM24ExtTest.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM24ExtTest.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM24ExtTest.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM24ExtTest.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM24ExtTest.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24ExtTest.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24ExtTest.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM24ExtTest.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM24ExtTest.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM24ExtTest.test_write)\nPASS: test_write_array (test.test_wave.WavePCM24ExtTest.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM24ExtTest.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24ExtTest.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM24ExtTest.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM24ExtTest.test_write_params)\nPASS: test_close (test.test_wave.WavePCM24Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM24Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM24Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM24Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM24Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM24Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM24Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM24Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM24Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM24Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM24Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM24Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM24Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM24Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM24Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM24Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM24Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM24Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM24Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM24Test.test_write_params)\nPASS: test_close (test.test_wave.WavePCM32Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM32Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM32Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM32Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM32Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM32Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM32Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM32Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM32Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM32Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM32Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM32Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM32Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM32Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM32Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM32Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM32Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM32Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM32Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM32Test.test_write_params)\nPASS: test_close (test.test_wave.WavePCM8Test.test_close)\nPASS: test_context_manager_with_filename (test.test_wave.WavePCM8Test.test_context_manager_with_filename)\nPASS: test_context_manager_with_open_file (test.test_wave.WavePCM8Test.test_context_manager_with_open_file)\nPASS: test_copy (test.test_wave.WavePCM8Test.test_copy)\nPASS: test_incompleted_write (test.test_wave.WavePCM8Test.test_incompleted_write)\nPASS: test_multiple_writes (test.test_wave.WavePCM8Test.test_multiple_writes)\nPASS: test_overflowed_write (test.test_wave.WavePCM8Test.test_overflowed_write)\nPASS: test_read (test.test_wave.WavePCM8Test.test_read)\nPASS: test_read_not_from_start (test.test_wave.WavePCM8Test.test_read_not_from_start)\nPASS: test_read_params (test.test_wave.WavePCM8Test.test_read_params)\nPASS: test_unseekable_incompleted_write (test.test_wave.WavePCM8Test.test_unseekable_incompleted_write)\nPASS: test_unseekable_overflowed_write (test.test_wave.WavePCM8Test.test_unseekable_overflowed_write)\nPASS: test_unseekable_read (test.test_wave.WavePCM8Test.test_unseekable_read)\nPASS: test_unseekable_write (test.test_wave.WavePCM8Test.test_unseekable_write)\nPASS: test_write (test.test_wave.WavePCM8Test.test_write)\nPASS: test_write_array (test.test_wave.WavePCM8Test.test_write_array)\nPASS: test_write_bytearray (test.test_wave.WavePCM8Test.test_write_bytearray)\nPASS: test_write_context_manager_calls_close (test.test_wave.WavePCM8Test.test_write_context_manager_calls_close)\nPASS: test_write_memoryview (test.test_wave.WavePCM8Test.test_write_memoryview)\nPASS: test_write_params (test.test_wave.WavePCM8Test.test_write_params)\n\n----------------------------------------------------------------------\nRan 112 tests in 0.010s\n\nOK\n0:02:45 load avg: 1.73 [453/480] test_threading passed\nPASS: test_atexit_after_shutdown (test.test_threading.AtexitTests.test_atexit_after_shutdown)\nPASS: test_atexit_called_once (test.test_threading.AtexitTests.test_atexit_called_once)\nPASS: test_atexit_output (test.test_threading.AtexitTests.test_atexit_output)\ntest_abort (test.test_threading.BarrierTests.test_abort)\nPASS: Test that an abort will put the barrier in a broken state\ntest_abort_and_reset (test.test_threading.BarrierTests.test_abort_and_reset)\nPASS: Test that a barrier can be reset after being broken.\ntest_action (test.test_threading.BarrierTests.test_action)\nPASS: Test the 'action' callback\ntest_barrier (test.test_threading.BarrierTests.test_barrier)\nPASS: Test that a barrier is passed in lockstep\ntest_barrier_10 (test.test_threading.BarrierTests.test_barrier_10)\nPASS: Test that a barrier works for 10 consecutive runs\nPASS: test_constructor (test.test_threading.BarrierTests.test_constructor)\ntest_default_timeout (test.test_threading.BarrierTests.test_default_timeout)\nPASS: Test the barrier's default timeout\nPASS: test_repr (test.test_threading.BarrierTests.test_repr)\ntest_reset (test.test_threading.BarrierTests.test_reset)\nPASS: Test that a 'reset' on a barrier frees the waiting threads\nPASS: test_single_thread (test.test_threading.BarrierTests.test_single_thread)\ntest_timeout (test.test_threading.BarrierTests.test_timeout)\nPASS: Test wait(timeout)\ntest_wait_return (test.test_threading.BarrierTests.test_wait_return)\nPASS: test the return value from barrier.wait\nPASS: test_acquire (test.test_threading.BoundedSemaphoreTests.test_acquire)\nPASS: test_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.BoundedSemaphoreTests.test_acquire_destroy)\nPASS: test_acquire_timeout (test.test_threading.BoundedSemaphoreTests.test_acquire_timeout)\nPASS: test_constructor (test.test_threading.BoundedSemaphoreTests.test_constructor)\nPASS: test_default_value (test.test_threading.BoundedSemaphoreTests.test_default_value)\nPASS: test_multirelease (test.test_threading.BoundedSemaphoreTests.test_multirelease)\nPASS: test_release_unacquired (test.test_threading.BoundedSemaphoreTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.BoundedSemaphoreTests.test_repr)\nPASS: test_try_acquire (test.test_threading.BoundedSemaphoreTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_try_acquire_contended)\nPASS: test_with (test.test_threading.BoundedSemaphoreTests.test_with)\nPASS: test__is_owned (test.test_threading.CRLockTests.test__is_owned)\nPASS: test_acquire_contended (test.test_threading.CRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.CRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.CRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_threading.CRLockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.CRLockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.CRLockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.CRLockTests.test_reacquire)\nPASS: test_recursion_count (test.test_threading.CRLockTests.test_recursion_count)\nPASS: test_release_save_unacquired (test.test_threading.CRLockTests.test_release_save_unacquired)\nPASS: test_release_unacquired (test.test_threading.CRLockTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.CRLockTests.test_repr)\nPASS: test_signature (test.test_threading.CRLockTests.test_signature)\nPASS: test_thread_leak (test.test_threading.CRLockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.CRLockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.CRLockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.CRLockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.CRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.CRLockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.CRLockTests.test_with)\nPASS: test__is_owned (test.test_threading.ConditionAsRLockTests.test__is_owned)\nPASS: test_acquire_contended (test.test_threading.ConditionAsRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.ConditionAsRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.ConditionAsRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_threading.ConditionAsRLockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.ConditionAsRLockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.ConditionAsRLockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.ConditionAsRLockTests.test_reacquire)\nSKIP: test_recursion_count (test.test_threading.ConditionAsRLockTests.test_recursion_count) 'Condition does not expose _recursion_count()'\nPASS: test_release_save_unacquired (test.test_threading.ConditionAsRLockTests.test_release_save_unacquired)\nPASS: test_release_unacquired (test.test_threading.ConditionAsRLockTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.ConditionAsRLockTests.test_repr)\nPASS: test_thread_leak (test.test_threading.ConditionAsRLockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.ConditionAsRLockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.ConditionAsRLockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.ConditionAsRLockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.ConditionAsRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.ConditionAsRLockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.ConditionAsRLockTests.test_with)\nPASS: test_acquire (test.test_threading.ConditionTests.test_acquire)\nPASS: test_notify (test.test_threading.ConditionTests.test_notify)\nPASS: test_timeout (test.test_threading.ConditionTests.test_timeout)\nPASS: test_unacquired_notify (test.test_threading.ConditionTests.test_unacquired_notify)\nPASS: test_unacquired_wait (test.test_threading.ConditionTests.test_unacquired_wait)\nPASS: test_waitfor (test.test_threading.ConditionTests.test_waitfor)\nPASS: test_waitfor_timeout (test.test_threading.ConditionTests.test_waitfor_timeout)\nPASS: test_at_fork_reinit (test.test_threading.EventTests.test_at_fork_reinit)\nPASS: test_is_set (test.test_threading.EventTests.test_is_set)\nPASS: test_notify (test.test_threading.EventTests.test_notify)\nPASS: test_repr (test.test_threading.EventTests.test_repr)\nPASS: test_set_and_clear (test.test_threading.EventTests.test_set_and_clear)\nPASS: test_timeout (test.test_threading.EventTests.test_timeout)\nPASS: test_custom_excepthook (test.test_threading.ExceptHookTests.test_custom_excepthook)\nPASS: test_custom_excepthook_fail (test.test_threading.ExceptHookTests.test_custom_excepthook_fail)\nPASS: test_excepthook (test.test_threading.ExceptHookTests.test_excepthook)\nPASS: test_excepthook_thread_None (test.test_threading.ExceptHookTests.test_excepthook_thread_None)\nPASS: test_original_excepthook (test.test_threading.ExceptHookTests.test_original_excepthook)\nPASS: test_system_exit (test.test_threading.ExceptHookTests.test_system_exit)\nPASS: test_can_interrupt_tight_loops (test.test_threading.InterruptMainTests.test_can_interrupt_tight_loops)\nPASS: test_interrupt_main_invalid_signal (test.test_threading.InterruptMainTests.test_interrupt_main_invalid_signal)\nPASS: test_interrupt_main_mainthread (test.test_threading.InterruptMainTests.test_interrupt_main_mainthread)\nPASS: test_interrupt_main_noerror (test.test_threading.InterruptMainTests.test_interrupt_main_noerror)\nPASS: test_interrupt_main_subthread (test.test_threading.InterruptMainTests.test_interrupt_main_subthread)\nPASS: test_interrupt_main_with_signal_handler (test.test_threading.InterruptMainTests.test_interrupt_main_with_signal_handler)\nPASS: test_acquire_contended (test.test_threading.LockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.LockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.LockTests.test_acquire_release)\nPASS: test_at_fork_reinit (test.test_threading.LockTests.test_at_fork_reinit)\nPASS: test_constructor (test.test_threading.LockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.LockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.LockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.LockTests.test_reacquire)\nPASS: test_repr (test.test_threading.LockTests.test_repr)\nPASS: test_state_after_timeout (test.test_threading.LockTests.test_state_after_timeout)\nPASS: test_thread_leak (test.test_threading.LockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.LockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.LockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.LockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.LockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.LockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.LockTests.test_with)\nPASS: test__all__ (test.test_threading.MiscTestCase.test__all__)\nPASS: test__is_owned (test.test_threading.PyRLockTests.test__is_owned)\nPASS: test_acquire_contended (test.test_threading.PyRLockTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.PyRLockTests.test_acquire_destroy)\nPASS: test_acquire_release (test.test_threading.PyRLockTests.test_acquire_release)\nPASS: test_constructor (test.test_threading.PyRLockTests.test_constructor)\nPASS: test_different_thread (test.test_threading.PyRLockTests.test_different_thread)\nPASS: test_locked_repr (test.test_threading.PyRLockTests.test_locked_repr)\nPASS: test_reacquire (test.test_threading.PyRLockTests.test_reacquire)\nPASS: test_recursion_count (test.test_threading.PyRLockTests.test_recursion_count)\nPASS: test_release_save_unacquired (test.test_threading.PyRLockTests.test_release_save_unacquired)\nPASS: test_release_unacquired (test.test_threading.PyRLockTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.PyRLockTests.test_repr)\nPASS: test_thread_leak (test.test_threading.PyRLockTests.test_thread_leak)\nPASS: test_timeout (test.test_threading.PyRLockTests.test_timeout)\nPASS: test_try_acquire (test.test_threading.PyRLockTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.PyRLockTests.test_try_acquire_contended)\nPASS: test_weakref_deleted (test.test_threading.PyRLockTests.test_weakref_deleted)\nPASS: test_weakref_exists (test.test_threading.PyRLockTests.test_weakref_exists)\nPASS: test_with (test.test_threading.PyRLockTests.test_with)\nPASS: test_acquire (test.test_threading.SemaphoreTests.test_acquire)\nPASS: test_acquire_contended (test.test_threading.SemaphoreTests.test_acquire_contended)\nPASS: test_acquire_destroy (test.test_threading.SemaphoreTests.test_acquire_destroy)\nPASS: test_acquire_timeout (test.test_threading.SemaphoreTests.test_acquire_timeout)\nPASS: test_constructor (test.test_threading.SemaphoreTests.test_constructor)\nPASS: test_default_value (test.test_threading.SemaphoreTests.test_default_value)\nPASS: test_multirelease (test.test_threading.SemaphoreTests.test_multirelease)\nPASS: test_release_unacquired (test.test_threading.SemaphoreTests.test_release_unacquired)\nPASS: test_repr (test.test_threading.SemaphoreTests.test_repr)\nPASS: test_try_acquire (test.test_threading.SemaphoreTests.test_try_acquire)\nPASS: test_try_acquire_contended (test.test_threading.SemaphoreTests.test_try_acquire_contended)\nPASS: test_with (test.test_threading.SemaphoreTests.test_with)\nPASS: test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests.test_daemon_threads_fatal_error)\nPASS: test_daemon_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_daemon_threads_not_allowed)\nPASS: test_threads_join (test.test_threading.SubinterpThreadingTests.test_threads_join)\nPASS: test_threads_join_2 (test.test_threading.SubinterpThreadingTests.test_threads_join_2)\nPASS: test_threads_join_with_no_main (test.test_threading.SubinterpThreadingTests.test_threads_join_with_no_main)\nPASS: test_threads_not_allowed (test.test_threading.SubinterpThreadingTests.test_threads_not_allowed)\nPASS: test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown.test_1_join_on_shutdown)\nPASS: test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process)\nPASS: test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown.test_3_join_in_forked_from_thread)\nSKIP: test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown.test_4_daemon_threads) 'not enough memory: 2.7G minimum needed'\nPASS: test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown.test_clear_threads_states_after_fork)\nPASS: test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown.test_reinit_tls_after_fork)\nPASS: test_thread_from_thread (test.test_threading.ThreadJoinOnShutdown.test_thread_from_thread)\nPASS: test_BoundedSemaphore_limit (test.test_threading.ThreadTests.test_BoundedSemaphore_limit)\ntest_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests.test_PyThreadState_SetAsyncExc) ...     started worker thread\n    trying nonsensical thread id\n    waiting for worker thread to get started\n    verifying worker hasn't exited\n    attempting to raise asynch exception in worker\n    waiting for worker to say it caught the exception\n    all OK -- joining worker\nok\nPASS: test_args_argument (test.test_threading.ThreadTests.test_args_argument)\nPASS: test_boolean_target (test.test_threading.ThreadTests.test_boolean_target)\nPASS: test_daemon_param (test.test_threading.ThreadTests.test_daemon_param)\nPASS: test_dummy_thread_after_fork (test.test_threading.ThreadTests.test_dummy_thread_after_fork)\nPASS: test_enumerate_after_join (test.test_threading.ThreadTests.test_enumerate_after_join)\nPASS: test_finalization_shutdown (test.test_threading.ThreadTests.test_finalization_shutdown)\nPASS: test_finalize_running_thread (test.test_threading.ThreadTests.test_finalize_running_thread)\nPASS: test_finalize_with_trace (test.test_threading.ThreadTests.test_finalize_with_trace)\nPASS: test_foreign_thread (test.test_threading.ThreadTests.test_foreign_thread)\nPASS: test_frame_tstate_tracing (test.test_threading.ThreadTests.test_frame_tstate_tracing)\nPASS: test_getprofile (test.test_threading.ThreadTests.test_getprofile)\nPASS: test_getprofile_all_threads (test.test_threading.ThreadTests.test_getprofile_all_threads)\nPASS: test_gettrace (test.test_threading.ThreadTests.test_gettrace)\nPASS: test_gettrace_all_threads (test.test_threading.ThreadTests.test_gettrace_all_threads)\nPASS: test_ident_of_no_threading_threads (test.test_threading.ThreadTests.test_ident_of_no_threading_threads)\nPASS: test_import_from_another_thread (test.test_threading.ThreadTests.test_import_from_another_thread)\nPASS: test_is_alive_after_fork (test.test_threading.ThreadTests.test_is_alive_after_fork)\nSKIP: test_join_from_multiple_threads (test.test_threading.ThreadTests.test_join_from_multiple_threads) 'not enough memory: 1.4G minimum needed'\nPASS: test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests.test_join_nondaemon_on_shutdown)\nPASS: test_join_with_timeout (test.test_threading.ThreadTests.test_join_with_timeout)\nPASS: test_leak_without_join (test.test_threading.ThreadTests.test_leak_without_join)\nPASS: test_limbo_cleanup (test.test_threading.ThreadTests.test_limbo_cleanup)\nPASS: test_locals_at_exit (test.test_threading.ThreadTests.test_locals_at_exit)\nPASS: test_lock_no_args (test.test_threading.ThreadTests.test_lock_no_args)\nPASS: test_lock_no_subclass (test.test_threading.ThreadTests.test_lock_no_subclass)\nPASS: test_lock_or_none (test.test_threading.ThreadTests.test_lock_or_none)\nPASS: test_main_thread (test.test_threading.ThreadTests.test_main_thread)\nPASS: test_main_thread_after_fork (test.test_threading.ThreadTests.test_main_thread_after_fork)\nPASS: test_main_thread_after_fork_from_dummy_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_dummy_thread)\nPASS: test_main_thread_after_fork_from_foreign_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_foreign_thread)\nPASS: test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_nonmain_thread)\nPASS: test_main_thread_during_shutdown (test.test_threading.ThreadTests.test_main_thread_during_shutdown)\nPASS: test_name (test.test_threading.ThreadTests.test_name)\nPASS: test_native_id_after_fork (test.test_threading.ThreadTests.test_native_id_after_fork)\nPASS: test_no_refcycle_through_target (test.test_threading.ThreadTests.test_no_refcycle_through_target)\nPASS: test_old_threading_api (test.test_threading.ThreadTests.test_old_threading_api)\nPASS: test_repr_daemon (test.test_threading.ThreadTests.test_repr_daemon)\nPASS: test_repr_stopped (test.test_threading.ThreadTests.test_repr_stopped)\nPASS: test_start_new_thread_at_finalization (test.test_threading.ThreadTests.test_start_new_thread_at_finalization)\nSKIP: test_start_new_thread_failed (test.test_threading.ThreadTests.test_start_new_thread_failed) 'RLIMIT_NPROC had no effect; probably superuser'\ntest_various_ops (test.test_threading.ThreadTests.test_various_ops) ... task <thread 0> will run for 94.0 usec\n1 tasks are running\ntask <thread 1> will run for 83.1 usec\n2 tasks are running\ntask <thread 2> will run for 97.6 usec\n3 tasks are runningtask \n<thread 0> done\n<thread 0> is finished. 2 tasks are running\ntask <thread 1> done\n<thread 1> is finished. 1 tasks are running\ntask <thread 3> will run for 81.0 usec\n2 tasks are running\ntask <thread 4> will run for 15.3 usec\n3 tasks are running\ntask <thread 4> done\n<thread 4> is finished. 2 tasks are running\ntask <thread 5> will run for 69.7 usectask <thread 6> will run for 16.5 usec\n3 tasks are running\n\ntask <thread 2> done\n<thread 2> is finished. 2 tasks are running\ntask <thread 6> task <thread 7> will run for 26.6 usectask <thread 3> done\n<thread 3> is finished. 1 tasks are running\ntask <thread 8> will run for 91.7 usec\n2 tasks are running\ntask <thread 9> will run for 52.2 usec\n\nwaiting for all tasks to complete\ntask <thread 8>3 tasks are running\ndone\n<thread 6> is finished. 2 tasks are running\n done\n<thread 8> is finished. 1 tasks are running\n2 tasks are running\ntask <thread 5>3 tasks are running\n done\n<thread 5> is finished. 2 tasks are running\ntasktask <thread 7> done <thread 9> \n<thread 7> is finished. 1 tasks are running\ndone\n<thread 9> is finished. 0 tasks are running\nall tasks done\nok\ntest_various_ops_large_stack (test.test_threading.ThreadTests.test_various_ops_large_stack) ... with 1 MiB thread stack size...\ntask <thread 0> will run for 4.8 usec\n1 tasks are runningtask <thread 1> will run for 56.3 usec\n\ntask <thread 0> done\ntask <thread 2> will run for 72.1 usec2 tasks are running\n\n3 tasks are running\n<thread 0> is finished. 2 tasks are running\ntask <thread 3> will run for 21.4 usec\n3 tasks are running\ntask task <thread 4> will run for 80.1 usec\ntask task <thread 5> will run for 0.5 usec\ntask <thread 3> done\n<thread 3> is finished. 2 tasks are running\n<thread 1> done\n<thread 1> is finished. 1 tasks are running\n2 tasks are running<thread 2> done\ntask <thread 6> will run for 17.6 usec\n\n3 tasks are running\n<thread 2> is finished. 2 tasks are running\n3 tasks are running\ntask <thread 7> will run for 54.4 usec\ntasktask <thread 5> done\n<thread 5> is finished. 2 tasks are running task <thread 8> will run for 53.3 usec\n<thread 4> done\n\ntask <thread 6>task <thread 9> will run for 32.3 usec<thread 4> is finished. 1 tasks are runningwaiting for all tasks to complete\n\n\n 2 tasks are running\ndone\n<thread 6> is finished. 1 tasks are running\n2 tasks are running\n3 task <thread 9> done\ntasks are running\n<thread 9> is finished. 2 tasks are running\ntask <thread 7> done\n<thread 7> is finished. 1 tasks are running\ntask <thread 8> done\n<thread 8> is finished. 0 tasks are running\nall tasks done\nok\ntest_various_ops_small_stack (test.test_threading.ThreadTests.test_various_ops_small_stack) ... with 256 KiB thread stack size...\ntask <thread 0> will run for 18.0 usec\n1 tasks are running\ntask <thread 1> will run for 64.0 usec\n2 task <thread 0> done\ntasks are runningtask <thread 2> will run for 43.4 usec\n\n<thread 0> is finished. 1 tasks are running\ntask <thread 3> will run for 93.4 usec\n2 tasks are running\ntask <thread 1>task <thread 4> will run for 91.0 usec\n done\ntask <thread 2> donetask <thread 5> will run for 43.0 usec\n\ntask <thread 6> will run for 79.2 usec\n3 tasks are running\n<thread 1> is finished. 2 tasks are running\ntask <thread 7> will run for 49.0 usec\n<thread 2> is finished. 1 tasks are running\ntask <thread 3> done\ntask <thread 8> will run for 63.8 usec\n2 tasks are running\ntask <thread 9> will run for 0.4 usec\n3 waiting for all tasks to complete\ntask <thread 4> done\ntasks are running\n<thread 3> is finished. 2 tasks are running\n<thread 4> is finished. 1 tasks are running\n2 tasks are running\ntask <thread 8>3 done\n tasks are running\n<thread 8> is finished. 2 tasks are running\n3 tasks are running\ntask <thread 6> done\n<thread 6> is finished. 2 tasks are running\ntask <thread 7> done\n<thread 7> is finished. 1 tasks are running\n2 tasks are running\ntask <thread 5> done\n<thread 5> is finished. 1 tasks are running\ntask <thread 9> done\n<thread 9> is finished. 0 tasks are running\nall tasks done\nok\nPASS: test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests.test_bare_raise_in_brand_new_thread)\nPASS: test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests.test_daemonize_active_thread)\nPASS: test_joining_current_thread (test.test_threading.ThreadingExceptionTests.test_joining_current_thread)\nPASS: test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests.test_joining_inactive_thread)\nPASS: test_multithread_modify_file_noerror (test.test_threading.ThreadingExceptionTests.test_multithread_modify_file_noerror)\nPASS: test_print_exception (test.test_threading.ThreadingExceptionTests.test_print_exception)\nPASS: test_print_exception_gh_102056 (test.test_threading.ThreadingExceptionTests.test_print_exception_gh_102056)\nPASS: test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_1)\nPASS: test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_2)\nPASS: test_recursion_limit (test.test_threading.ThreadingExceptionTests.test_recursion_limit)\nPASS: test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests.test_releasing_unacquired_lock)\nPASS: test_start_thread_again (test.test_threading.ThreadingExceptionTests.test_start_thread_again)\nPASS: test_init_immutable_default_args (test.test_threading.TimerTests.test_init_immutable_default_args)\n\n----------------------------------------------------------------------\nRan 211 tests in 14.437s\n\nOK (skipped=4)\n0:02:46 load avg: 1.73 [454/480] test_weakset passed\nPASS: test_abc (test.test_weakset.TestWeakSet.test_abc)\nPASS: test_add (test.test_weakset.TestWeakSet.test_add)\nPASS: test_and (test.test_weakset.TestWeakSet.test_and)\nPASS: test_clear (test.test_weakset.TestWeakSet.test_clear)\nPASS: test_constructor_identity (test.test_weakset.TestWeakSet.test_constructor_identity)\nPASS: test_contains (test.test_weakset.TestWeakSet.test_contains)\nPASS: test_copy (test.test_weakset.TestWeakSet.test_copy)\nPASS: test_copying (test.test_weakset.TestWeakSet.test_copying)\nPASS: test_difference (test.test_weakset.TestWeakSet.test_difference)\nPASS: test_difference_update (test.test_weakset.TestWeakSet.test_difference_update)\nPASS: test_discard (test.test_weakset.TestWeakSet.test_discard)\nPASS: test_eq (test.test_weakset.TestWeakSet.test_eq)\nPASS: test_gc (test.test_weakset.TestWeakSet.test_gc)\nPASS: test_gt (test.test_weakset.TestWeakSet.test_gt)\nPASS: test_hash (test.test_weakset.TestWeakSet.test_hash)\nPASS: test_iand (test.test_weakset.TestWeakSet.test_iand)\nPASS: test_init (test.test_weakset.TestWeakSet.test_init)\nPASS: test_inplace_on_self (test.test_weakset.TestWeakSet.test_inplace_on_self)\nPASS: test_intersection (test.test_weakset.TestWeakSet.test_intersection)\nPASS: test_intersection_update (test.test_weakset.TestWeakSet.test_intersection_update)\nPASS: test_ior (test.test_weakset.TestWeakSet.test_ior)\nPASS: test_isdisjoint (test.test_weakset.TestWeakSet.test_isdisjoint)\nPASS: test_isub (test.test_weakset.TestWeakSet.test_isub)\nPASS: test_ixor (test.test_weakset.TestWeakSet.test_ixor)\nPASS: test_len (test.test_weakset.TestWeakSet.test_len)\nPASS: test_len_cycles (test.test_weakset.TestWeakSet.test_len_cycles)\nPASS: test_len_race (test.test_weakset.TestWeakSet.test_len_race)\nPASS: test_lt (test.test_weakset.TestWeakSet.test_lt)\nPASS: test_methods (test.test_weakset.TestWeakSet.test_methods)\nPASS: test_ne (test.test_weakset.TestWeakSet.test_ne)\nPASS: test_new_or_init (test.test_weakset.TestWeakSet.test_new_or_init)\nPASS: test_or (test.test_weakset.TestWeakSet.test_or)\nPASS: test_pop (test.test_weakset.TestWeakSet.test_pop)\nPASS: test_remove (test.test_weakset.TestWeakSet.test_remove)\nPASS: test_repr (test.test_weakset.TestWeakSet.test_repr)\nPASS: test_sub (test.test_weakset.TestWeakSet.test_sub)\nPASS: test_sub_and_super (test.test_weakset.TestWeakSet.test_sub_and_super)\nPASS: test_subclass_with_custom_hash (test.test_weakset.TestWeakSet.test_subclass_with_custom_hash)\nPASS: test_symmetric_difference (test.test_weakset.TestWeakSet.test_symmetric_difference)\nPASS: test_symmetric_difference_update (test.test_weakset.TestWeakSet.test_symmetric_difference_update)\nPASS: test_union (test.test_weakset.TestWeakSet.test_union)\nPASS: test_update (test.test_weakset.TestWeakSet.test_update)\nPASS: test_update_set (test.test_weakset.TestWeakSet.test_update_set)\nPASS: test_weak_destroy_and_mutate_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_and_mutate_while_iterating)\nPASS: test_weak_destroy_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_while_iterating)\nPASS: test_xor (test.test_weakset.TestWeakSet.test_xor)\n\n----------------------------------------------------------------------\nRan 46 tests in 0.037s\n\nOK\n0:02:46 load avg: 1.73 [455/480] test_webbrowser passed\nPASS: test_open (test.test_webbrowser.BackgroundBrowserCommandTest.test_open)\nSKIP: test_no_xdg_settings_on_macOS (test.test_webbrowser.BrowserRegistrationTest.test_no_xdg_settings_on_macOS) 'macOS specific test'\nPASS: test_register (test.test_webbrowser.BrowserRegistrationTest.test_register)\nPASS: test_register_default (test.test_webbrowser.BrowserRegistrationTest.test_register_default)\nPASS: test_register_preferred (test.test_webbrowser.BrowserRegistrationTest.test_register_preferred)\nPASS: test_open (test.test_webbrowser.ChromeCommandTest.test_open)\nPASS: test_open_bad_new_parameter (test.test_webbrowser.ChromeCommandTest.test_open_bad_new_parameter)\nPASS: test_open_new (test.test_webbrowser.ChromeCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.ChromeCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.ChromeCommandTest.test_open_with_autoraise_false)\nPASS: test_main (test.test_webbrowser.CliTest.test_main)\nPASS: test_parse_args (test.test_webbrowser.CliTest.test_parse_args)\nPASS: test_parse_args_error (test.test_webbrowser.CliTest.test_parse_args_error)\nPASS: test_open (test.test_webbrowser.ELinksCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.ELinksCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.ELinksCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.ELinksCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.EdgeCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.EdgeCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.EdgeCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.EdgeCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.EpiphanyCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.EpiphanyCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.EpiphanyCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.EpiphanyCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.GenericBrowserCommandTest.test_open)\nSKIP: test_open (test.test_webbrowser.IOSBrowserTest.test_open) 'Test only applicable to iOS'\nSKIP: test_open_new (test.test_webbrowser.IOSBrowserTest.test_open_new) 'Test only applicable to iOS'\nSKIP: test_open_new_tab (test.test_webbrowser.IOSBrowserTest.test_open_new_tab) 'Test only applicable to iOS'\nSKIP: test_open_with_autoraise_false (test.test_webbrowser.IOSBrowserTest.test_open_with_autoraise_false) 'Test only applicable to iOS'\nSKIP: test_environment (test.test_webbrowser.ImportTest.test_environment) 'could not locate runnable browser'\nSKIP: test_environment_preferred (test.test_webbrowser.ImportTest.test_environment_preferred) 'could not locate runnable browser'\nPASS: test_get (test.test_webbrowser.ImportTest.test_get)\nPASS: test_register (test.test_webbrowser.ImportTest.test_register)\nPASS: test_synthesize (test.test_webbrowser.ImportTest.test_synthesize)\nPASS: test_open (test.test_webbrowser.MozillaCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.MozillaCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.MozillaCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.MozillaCommandTest.test_open_with_autoraise_false)\nPASS: test_open (test.test_webbrowser.OperaCommandTest.test_open)\nPASS: test_open_new (test.test_webbrowser.OperaCommandTest.test_open_new)\nPASS: test_open_new_tab (test.test_webbrowser.OperaCommandTest.test_open_new_tab)\nPASS: test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest.test_open_with_autoraise_false)\n\n----------------------------------------------------------------------\nRan 43 tests in 0.017s\n\nOK (skipped=7)\n0:02:46 load avg: 1.73 [456/480] test_winapi skipped\ntest_winapi skipped -- No module named '_winapi'\n0:02:46 load avg: 1.73 [457/480] test_winconsoleio skipped\ntest_winconsoleio skipped -- test only relevant on win32\n0:02:46 load avg: 1.73 [458/480] test_winreg skipped\ntest_winreg skipped -- No module named 'winreg'\n0:02:46 load avg: 1.73 [459/480] test_winsound skipped (resource denied)\ntest_winsound skipped -- Use of the 'audio' resource not enabled\n0:02:46 load avg: 1.73 [460/480] test_with passed\nPASS: testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase.testMultipleComplexTargets)\nPASS: testSingleComplexTarget (test.test_with.AssignmentTargetTestCase.testSingleComplexTarget)\nPASS: testWithExtendedTargets (test.test_with.AssignmentTargetTestCase.testWithExtendedTargets)\nPASS: testErrorsInBool (test.test_with.ExceptionalTestCase.testErrorsInBool)\nPASS: testExceptionNormalized (test.test_with.ExceptionalTestCase.testExceptionNormalized)\nPASS: testMultipleResourcesInSingleStatement (test.test_with.ExceptionalTestCase.testMultipleResourcesInSingleStatement)\nPASS: testNestedExceptionAfterInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionAfterInnerStatement)\nPASS: testNestedExceptionBeforeInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionBeforeInnerStatement)\nPASS: testNestedSingleStatements (test.test_with.ExceptionalTestCase.testNestedSingleStatements)\nPASS: testRaisedGeneratorExit1 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit1)\nPASS: testRaisedGeneratorExit2 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit2)\nPASS: testRaisedStopIteration1 (test.test_with.ExceptionalTestCase.testRaisedStopIteration1)\nPASS: testRaisedStopIteration2 (test.test_with.ExceptionalTestCase.testRaisedStopIteration2)\nPASS: testRaisedStopIteration3 (test.test_with.ExceptionalTestCase.testRaisedStopIteration3)\nPASS: testSingleResource (test.test_with.ExceptionalTestCase.testSingleResource)\nPASS: testExitFalseDoesntSwallowException (test.test_with.ExitSwallowsExceptionTestCase.testExitFalseDoesntSwallowException)\nPASS: testExitTrueSwallowsException (test.test_with.ExitSwallowsExceptionTestCase.testExitTrueSwallowsException)\nPASS: testAssignmentToNoneError (test.test_with.FailureTestCase.testAssignmentToNoneError)\nPASS: testAssignmentToTupleContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleContainingNoneError)\nPASS: testAssignmentToTupleOnlyContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleOnlyContainingNoneError)\nPASS: testEnterAttributeError1 (test.test_with.FailureTestCase.testEnterAttributeError1)\nPASS: testEnterAttributeError2 (test.test_with.FailureTestCase.testEnterAttributeError2)\nPASS: testEnterThrows (test.test_with.FailureTestCase.testEnterThrows)\nPASS: testExitAttributeError (test.test_with.FailureTestCase.testExitAttributeError)\nPASS: testExitThrows (test.test_with.FailureTestCase.testExitThrows)\nPASS: testNameError (test.test_with.FailureTestCase.testNameError)\nPASS: testMultipleArgBound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgBound)\nPASS: testMultipleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgUnbound)\nPASS: testSingleArgBoundToMultipleElementTupleError (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError)\nPASS: testSingleArgBoundToNonTuple (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToNonTuple)\nPASS: testSingleArgBoundToSingleElementParenthesizedList (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToSingleElementParenthesizedList)\nPASS: testSingleArgInlineGeneratorSyntax (test.test_with.NestedNonexceptionalTestCase.testSingleArgInlineGeneratorSyntax)\nPASS: testSingleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testSingleArgUnbound)\nPASS: testEnterReturnsTuple (test.test_with.NestedWith.testEnterReturnsTuple)\nPASS: testExceptionInEnter (test.test_with.NestedWith.testExceptionInEnter)\nPASS: testExceptionInExit (test.test_with.NestedWith.testExceptionInExit)\nPASS: testExceptionInExprList (test.test_with.NestedWith.testExceptionInExprList)\nPASS: testExceptionLocation (test.test_with.NestedWith.testExceptionLocation)\nPASS: testNoExceptions (test.test_with.NestedWith.testNoExceptions)\nPASS: testWithBreak (test.test_with.NonLocalFlowControlTestCase.testWithBreak)\nPASS: testWithContinue (test.test_with.NonLocalFlowControlTestCase.testWithContinue)\nPASS: testWithRaise (test.test_with.NonLocalFlowControlTestCase.testWithRaise)\nPASS: testWithReturn (test.test_with.NonLocalFlowControlTestCase.testWithReturn)\nPASS: testWithYield (test.test_with.NonLocalFlowControlTestCase.testWithYield)\nPASS: testBoundGenerator (test.test_with.NonexceptionalTestCase.testBoundGenerator)\nPASS: testInlineGeneratorBoundSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundSyntax)\nPASS: testInlineGeneratorBoundToDottedVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToDottedVariable)\nPASS: testInlineGeneratorBoundToExistingVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToExistingVariable)\nPASS: testInlineGeneratorSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorSyntax)\nPASS: testNestedSingleStatements (test.test_with.NonexceptionalTestCase.testNestedSingleStatements)\nPASS: testUnboundGenerator (test.test_with.NonexceptionalTestCase.testUnboundGenerator)\n\n----------------------------------------------------------------------\nRan 51 tests in 0.002s\n\nOK\n0:02:46 load avg: 1.73 [461/480] test_wmi skipped\ntest_wmi skipped -- No module named '_wmi'\n0:02:46 load avg: 1.75 [462/480] test_wsgiref passed\nPASS: testAbstractMethods (test.test_wsgiref.HandlerTests.testAbstractMethods)\nPASS: testBasicErrorOutput (test.test_wsgiref.HandlerTests.testBasicErrorOutput)\nPASS: testBytesData (test.test_wsgiref.HandlerTests.testBytesData)\nPASS: testCGIEnviron (test.test_wsgiref.HandlerTests.testCGIEnviron)\nPASS: testClientConnectionTerminations (test.test_wsgiref.HandlerTests.testClientConnectionTerminations)\nPASS: testCloseOnError (test.test_wsgiref.HandlerTests.testCloseOnError)\nPASS: testContentLength (test.test_wsgiref.HandlerTests.testContentLength)\nPASS: testDontResetInternalStateOnException (test.test_wsgiref.HandlerTests.testDontResetInternalStateOnException)\nPASS: testEnviron (test.test_wsgiref.HandlerTests.testEnviron)\nPASS: testErrorAfterOutput (test.test_wsgiref.HandlerTests.testErrorAfterOutput)\nPASS: testHeaderFormats (test.test_wsgiref.HandlerTests.testHeaderFormats)\nPASS: testPartialWrite (test.test_wsgiref.HandlerTests.testPartialWrite)\nPASS: testScheme (test.test_wsgiref.HandlerTests.testScheme)\nPASS: testExtras (test.test_wsgiref.HeaderTests.testExtras)\nPASS: testMappingInterface (test.test_wsgiref.HeaderTests.testMappingInterface)\nPASS: testRequireList (test.test_wsgiref.HeaderTests.testRequireList)\nPASS: test_bytes_validation (test.test_wsgiref.IntegrationTests.test_bytes_validation)\nPASS: test_cp1252_url (test.test_wsgiref.IntegrationTests.test_cp1252_url)\nPASS: test_environ (test.test_wsgiref.IntegrationTests.test_environ)\nPASS: test_interrupted_write (test.test_wsgiref.IntegrationTests.test_interrupted_write)\nPASS: test_plain_hello (test.test_wsgiref.IntegrationTests.test_plain_hello)\nPASS: test_request_length (test.test_wsgiref.IntegrationTests.test_request_length)\nPASS: test_simple_validation_error (test.test_wsgiref.IntegrationTests.test_simple_validation_error)\nPASS: test_status_validation_errors (test.test_wsgiref.IntegrationTests.test_status_validation_errors)\nPASS: test_validated_hello (test.test_wsgiref.IntegrationTests.test_validated_hello)\nPASS: test_wsgi_input (test.test_wsgiref.IntegrationTests.test_wsgi_input)\nPASS: testAppURIs (test.test_wsgiref.UtilityTests.testAppURIs)\nPASS: testCrossDefaults (test.test_wsgiref.UtilityTests.testCrossDefaults)\nPASS: testDefaults (test.test_wsgiref.UtilityTests.testDefaults)\nPASS: testFileWrapper (test.test_wsgiref.UtilityTests.testFileWrapper)\nPASS: testGuessScheme (test.test_wsgiref.UtilityTests.testGuessScheme)\nPASS: testHopByHop (test.test_wsgiref.UtilityTests.testHopByHop)\nPASS: testNormalizedShifts (test.test_wsgiref.UtilityTests.testNormalizedShifts)\nPASS: testReqURIs (test.test_wsgiref.UtilityTests.testReqURIs)\nPASS: testSimpleShifts (test.test_wsgiref.UtilityTests.testSimpleShifts)\n\n----------------------------------------------------------------------\nRan 35 tests in 0.025s\n\nOK\n0:02:46 load avg: 1.75 [463/480] test_xml_dom_minicompat passed\nPASS: test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___add__)\nPASS: test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd__)\nPASS: test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_item)\nPASS: test_emptynodelist_length (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_length)\nPASS: test_nodelist___add__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___add__)\nPASS: test_nodelist___radd__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___radd__)\nPASS: test_nodelist_copy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_copy)\nPASS: test_nodelist_deepcopy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_deepcopy)\nPASS: test_nodelist_item (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_item)\nPASS: test_nodelist_length (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_length)\nPASS: test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_pickle_roundtrip)\n\n----------------------------------------------------------------------\nRan 11 tests in 0.001s\n\nOK\n0:02:46 load avg: 1.75 [464/480] test_xml_dom_xmlbuilder passed\nPASS: test_builder (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_builder)\nPASS: test_entity_resolver (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_entity_resolver)\nPASS: test_parse_uri (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_uri)\nPASS: test_parse_with_systemId (test.test_xml_dom_xmlbuilder.XMLBuilderTest.test_parse_with_systemId)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.006s\n\nOK\n0:02:47 load avg: 1.75 [465/480] test_xml_etree passed\nPASS: test_find_with_error (test.test_xml_etree.BadElementPathTest.test_find_with_error)\nPASS: test_find_with_mutating (test.test_xml_etree.BadElementPathTest.test_find_with_mutating)\nPASS: test_findall_with_error (test.test_xml_etree.BadElementPathTest.test_findall_with_error)\nPASS: test_findall_with_mutating (test.test_xml_etree.BadElementPathTest.test_findall_with_mutating)\nPASS: test_findtext_with_error (test.test_xml_etree.BadElementPathTest.test_findtext_with_error)\nPASS: test_findtext_with_falsey_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_falsey_text_attribute)\nPASS: test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest.test_findtext_with_mutating)\nPASS: test_findtext_with_none_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_none_text_attribute)\nPASS: test_ass_subscr (test.test_xml_etree.BadElementTest.test_ass_subscr)\nPASS: test_deepcopy_clear (test.test_xml_etree.BadElementTest.test_deepcopy_clear)\nPASS: test_deepcopy_grow (test.test_xml_etree.BadElementTest.test_deepcopy_grow)\nPASS: test_element_get_tail (test.test_xml_etree.BadElementTest.test_element_get_tail)\nPASS: test_element_get_text (test.test_xml_etree.BadElementTest.test_element_get_text)\nPASS: test_extend_mutable_list (test.test_xml_etree.BadElementTest.test_extend_mutable_list)\nPASS: test_extend_mutable_list2 (test.test_xml_etree.BadElementTest.test_extend_mutable_list2)\nPASS: test_recursive_repr (test.test_xml_etree.BadElementTest.test_recursive_repr)\nPASS: test_remove_with_clear_assume_existing (test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_existing)\nPASS: test_remove_with_clear_assume_missing (test.test_xml_etree.BadElementTest.test_remove_with_clear_assume_missing)\nPASS: test_remove_with_mutate_root_assume_existing (test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_existing)\nPASS: test_remove_with_mutate_root_assume_missing (test.test_xml_etree.BadElementTest.test_remove_with_mutate_root_assume_missing)\nPASS: test_subscr (test.test_xml_etree.BadElementTest.test_subscr)\nPASS: test_treebuilder_end (test.test_xml_etree.BadElementTest.test_treebuilder_end)\nPASS: test_treebuilder_start (test.test_xml_etree.BadElementTest.test_treebuilder_start)\nPASS: test___copy__ (test.test_xml_etree.BasicElementTest.test___copy__)\nPASS: test___deepcopy__ (test.test_xml_etree.BasicElementTest.test___deepcopy__)\nPASS: test___init__ (test.test_xml_etree.BasicElementTest.test___init__)\nPASS: test_augmentation_type_errors (test.test_xml_etree.BasicElementTest.test_augmentation_type_errors)\nPASS: test_cyclic_gc (test.test_xml_etree.BasicElementTest.test_cyclic_gc)\nPASS: test_get_keyword_args (test.test_xml_etree.BasicElementTest.test_get_keyword_args)\nPASS: test_pickle (test.test_xml_etree.BasicElementTest.test_pickle)\nPASS: test_pickle_issue18997 (test.test_xml_etree.BasicElementTest.test_pickle_issue18997)\nPASS: test_weakref (test.test_xml_etree.BasicElementTest.test_weakref)\nPASS: test_warning (test.test_xml_etree.BoolTest.test_warning)\nPASS: test_39495_treebuilder_start (test.test_xml_etree.BugsTest.test_39495_treebuilder_start)\nPASS: test_bug_1534630 (test.test_xml_etree.BugsTest.test_bug_1534630)\nPASS: test_bug_200708_close (test.test_xml_etree.BugsTest.test_bug_200708_close)\nPASS: test_bug_200708_newline (test.test_xml_etree.BugsTest.test_bug_200708_newline)\nPASS: test_bug_200709_default_namespace (test.test_xml_etree.BugsTest.test_bug_200709_default_namespace)\nPASS: test_bug_200709_element_comment (test.test_xml_etree.BugsTest.test_bug_200709_element_comment)\nPASS: test_bug_200709_element_insert (test.test_xml_etree.BugsTest.test_bug_200709_element_insert)\nPASS: test_bug_200709_iter_comment (test.test_xml_etree.BugsTest.test_bug_200709_iter_comment)\nPASS: test_bug_200709_register_namespace (test.test_xml_etree.BugsTest.test_bug_200709_register_namespace)\nPASS: test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit21)\nPASS: test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit25)\nPASS: test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit28)\nPASS: test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit39)\nPASS: test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit54)\nPASS: test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit55)\nPASS: test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit60)\nPASS: test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit62)\nPASS: test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit63)\nPASS: test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest.test_bug_xmltoolkitX1)\nPASS: test_expat224_utf8_bug (test.test_xml_etree.BugsTest.test_expat224_utf8_bug)\nPASS: test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest.test_expat224_utf8_bug_file)\nPASS: test_issue10777 (test.test_xml_etree.BugsTest.test_issue10777)\nPASS: test_issue123213_correct_extend_exception (test.test_xml_etree.BugsTest.test_issue123213_correct_extend_exception)\nPASS: test_issue6233 (test.test_xml_etree.BugsTest.test_issue6233)\nPASS: test_issue6565 (test.test_xml_etree.BugsTest.test_issue6565)\nSKIP: test_lost_elem (test.test_xml_etree.BugsTest.test_lost_elem) 'generators are not reentrant'\nPASS: test_lost_tail (test.test_xml_etree.BugsTest.test_lost_tail)\nPASS: test_lost_text (test.test_xml_etree.BugsTest.test_lost_text)\nPASS: test_c14n_exclusion (test.test_xml_etree.C14NTest.test_c14n_exclusion)\nPASS: test_simple_roundtrip (test.test_xml_etree.C14NTest.test_simple_roundtrip)\ntest_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) ... \nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault'\nSKIP:   test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault'\nPASS: test_bad_find (test.test_xml_etree.ElementFindTest.test_bad_find)\nPASS: test_find_simple (test.test_xml_etree.ElementFindTest.test_find_simple)\nPASS: test_find_through_ElementTree (test.test_xml_etree.ElementFindTest.test_find_through_ElementTree)\nPASS: test_find_xpath (test.test_xml_etree.ElementFindTest.test_find_xpath)\nPASS: test_findall (test.test_xml_etree.ElementFindTest.test_findall)\nPASS: test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest.test_findall_different_nsmaps)\nPASS: test_findall_wildcard (test.test_xml_etree.ElementFindTest.test_findall_wildcard)\nPASS: test_test_find_with_ns (test.test_xml_etree.ElementFindTest.test_test_find_with_ns)\nPASS: test_basic (test.test_xml_etree.ElementIterTest.test_basic)\nPASS: test_copy (test.test_xml_etree.ElementIterTest.test_copy)\nPASS: test_corners (test.test_xml_etree.ElementIterTest.test_corners)\nPASS: test_iter_by_tag (test.test_xml_etree.ElementIterTest.test_iter_by_tag)\nPASS: test_pickle (test.test_xml_etree.ElementIterTest.test_pickle)\nPASS: test_delslice (test.test_xml_etree.ElementSlicingTest.test_delslice)\nPASS: test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_negative_steps)\nPASS: test_getslice_range (test.test_xml_etree.ElementSlicingTest.test_getslice_range)\nPASS: test_getslice_single_index (test.test_xml_etree.ElementSlicingTest.test_getslice_single_index)\nPASS: test_getslice_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_steps)\nPASS: test_issue123213_setslice_exception (test.test_xml_etree.ElementSlicingTest.test_issue123213_setslice_exception)\nPASS: test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_negative_steps)\nPASS: test_setslice_range (test.test_xml_etree.ElementSlicingTest.test_setslice_range)\nPASS: test_setslice_single_index (test.test_xml_etree.ElementSlicingTest.test_setslice_single_index)\nPASS: test_setslice_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_steps)\nPASS: test_attlist_default (test.test_xml_etree.ElementTreeTest.test_attlist_default)\nPASS: test_attrib (test.test_xml_etree.ElementTreeTest.test_attrib)\nPASS: test_cdata (test.test_xml_etree.ElementTreeTest.test_cdata)\nPASS: test_children (test.test_xml_etree.ElementTreeTest.test_children)\nPASS: test_copy (test.test_xml_etree.ElementTreeTest.test_copy)\nPASS: test_custom_builder (test.test_xml_etree.ElementTreeTest.test_custom_builder)\nPASS: test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest.test_custom_builder_only_end_ns)\nPASS: test_doctype_public (test.test_xml_etree.ElementTreeTest.test_doctype_public)\nPASS: test_dump_attribute_order (test.test_xml_etree.ElementTreeTest.test_dump_attribute_order)\nPASS: test_encoding (test.test_xml_etree.ElementTreeTest.test_encoding)\nPASS: test_entity (test.test_xml_etree.ElementTreeTest.test_entity)\nPASS: test_file_init (test.test_xml_etree.ElementTreeTest.test_file_init)\nPASS: test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest.test_html_empty_elems_serialization)\nPASS: test_indent (test.test_xml_etree.ElementTreeTest.test_indent)\nPASS: test_indent_level (test.test_xml_etree.ElementTreeTest.test_indent_level)\nPASS: test_indent_space (test.test_xml_etree.ElementTreeTest.test_indent_space)\nPASS: test_indent_space_caching (test.test_xml_etree.ElementTreeTest.test_indent_space_caching)\nPASS: test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest.test_initialize_parser_without_target)\nPASS: test_interface (test.test_xml_etree.ElementTreeTest.test_interface)\nPASS: test_issue18347 (test.test_xml_etree.ElementTreeTest.test_issue18347)\nPASS: test_iterparse (test.test_xml_etree.ElementTreeTest.test_iterparse)\nPASS: test_iterparse_close (test.test_xml_etree.ElementTreeTest.test_iterparse_close)\nPASS: test_makeelement (test.test_xml_etree.ElementTreeTest.test_makeelement)\nPASS: test_methods (test.test_xml_etree.ElementTreeTest.test_methods)\nPASS: test_namespace (test.test_xml_etree.ElementTreeTest.test_namespace)\nPASS: test_parsefile (test.test_xml_etree.ElementTreeTest.test_parsefile)\nPASS: test_parseliteral (test.test_xml_etree.ElementTreeTest.test_parseliteral)\nPASS: test_path_cache (test.test_xml_etree.ElementTreeTest.test_path_cache)\nPASS: test_processinginstruction (test.test_xml_etree.ElementTreeTest.test_processinginstruction)\nPASS: test_qname (test.test_xml_etree.ElementTreeTest.test_qname)\nPASS: test_set_attribute (test.test_xml_etree.ElementTreeTest.test_set_attribute)\nPASS: test_simpleops (test.test_xml_etree.ElementTreeTest.test_simpleops)\nPASS: test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace)\nPASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_different_namespace)\nPASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_original_no_namespace)\nPASS: test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_no_xml_declaration)\nPASS: test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration)\nPASS: test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_cases)\nPASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding)\nPASS: test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostringlist_default_namespace)\nPASS: test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostringlist_xml_declaration)\nPASS: test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest.test_tree_write_attribute_order)\nPASS: test_writefile (test.test_xml_etree.ElementTreeTest.test_writefile)\nPASS: test_writestring (test.test_xml_etree.ElementTreeTest.test_writestring)\nPASS: test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer)\nPASS: test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_constructor)\nPASS: test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_find)\nPASS: test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_new_method)\nPASS: test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_trivial)\nPASS: test_istype (test.test_xml_etree.ElementTreeTypeTest.test_istype)\nPASS: test_encoding (test.test_xml_etree.IOTest.test_encoding)\nPASS: test_read_from_bytesio (test.test_xml_etree.IOTest.test_read_from_bytesio)\nPASS: test_read_from_stringio (test.test_xml_etree.IOTest.test_read_from_stringio)\nPASS: test_read_from_user_binary_reader (test.test_xml_etree.IOTest.test_read_from_user_binary_reader)\nPASS: test_read_from_user_text_reader (test.test_xml_etree.IOTest.test_read_from_user_text_reader)\nPASS: test_short_empty_elements (test.test_xml_etree.IOTest.test_short_empty_elements)\nPASS: test_tostringlist_invariant (test.test_xml_etree.IOTest.test_tostringlist_invariant)\nPASS: test_write_to_binary_file (test.test_xml_etree.IOTest.test_write_to_binary_file)\nPASS: test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom)\nPASS: test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding)\nPASS: test_write_to_bytesio (test.test_xml_etree.IOTest.test_write_to_bytesio)\nPASS: test_write_to_filename (test.test_xml_etree.IOTest.test_write_to_filename)\nPASS: test_write_to_filename_as_unicode (test.test_xml_etree.IOTest.test_write_to_filename_as_unicode)\nPASS: test_write_to_filename_with_encoding (test.test_xml_etree.IOTest.test_write_to_filename_with_encoding)\nPASS: test_write_to_stringio (test.test_xml_etree.IOTest.test_write_to_stringio)\nPASS: test_write_to_text_file (test.test_xml_etree.IOTest.test_write_to_text_file)\nPASS: test_write_to_user_binary_writer (test.test_xml_etree.IOTest.test_write_to_user_binary_writer)\nPASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest.test_write_to_user_binary_writer_with_bom)\nPASS: test_write_to_user_text_writer (test.test_xml_etree.IOTest.test_write_to_user_text_writer)\nPASS: test_issue14818 (test.test_xml_etree.KeywordArgsTest.test_issue14818)\nPASS: test_all (test.test_xml_etree.ModuleTest.test_all)\nPASS: test_sanity (test.test_xml_etree.ModuleTest.test_sanity)\nPASS: test_find_with_namespace (test.test_xml_etree.NamespaceParseTest.test_find_with_namespace)\nPASS: test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest.test_correct_import_pyET)\nPASS: test_error_code (test.test_xml_etree.ParseErrorTest.test_error_code)\nPASS: test_error_position (test.test_xml_etree.ParseErrorTest.test_error_position)\nPASS: test_subclass (test.test_xml_etree.ParseErrorTest.test_subclass)\nPASS: test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest.test_builder_lookup_errors)\nPASS: test_doctype (test.test_xml_etree.TreeBuilderTest.test_doctype)\nPASS: test_dummy_builder (test.test_xml_etree.TreeBuilderTest.test_dummy_builder)\nPASS: test_element_factory (test.test_xml_etree.TreeBuilderTest.test_element_factory)\nPASS: test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_pure_python_subclass)\nPASS: test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_subclass)\nPASS: test_late_tail (test.test_xml_etree.TreeBuilderTest.test_late_tail)\nPASS: test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest.test_late_tail_mix_pi_comments)\nPASS: test_subclass (test.test_xml_etree.TreeBuilderTest.test_subclass)\nPASS: test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest.test_subclass_comment_pi)\nPASS: test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest.test_treebuilder_comment)\nPASS: test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest.test_treebuilder_elementfactory_none)\nPASS: test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest.test_treebuilder_pi)\nPASS: test_xinclude (test.test_xml_etree.XIncludeTest.test_xinclude)\nPASS: test_xinclude_default (test.test_xml_etree.XIncludeTest.test_xinclude_default)\nPASS: test_xinclude_failures (test.test_xml_etree.XIncludeTest.test_xinclude_failures)\nPASS: test_xinclude_repeated (test.test_xml_etree.XIncludeTest.test_xinclude_repeated)\nPASS: test_constructor_args (test.test_xml_etree.XMLParserTest.test_constructor_args)\nPASS: test_doctype_warning (test.test_xml_etree.XMLParserTest.test_doctype_warning)\ntest_inherited_doctype (test.test_xml_etree.XMLParserTest.test_inherited_doctype)\nPASS: Ensure that ordinary usage is not deprecated (Issue 19176)\nPASS: test_parse_string (test.test_xml_etree.XMLParserTest.test_parse_string)\nPASS: test_subclass (test.test_xml_etree.XMLParserTest.test_subclass)\nPASS: test_subclass_doctype (test.test_xml_etree.XMLParserTest.test_subclass_doctype)\nPASS: test_events (test.test_xml_etree.XMLPullParserTest.test_events)\nPASS: test_events_comment (test.test_xml_etree.XMLPullParserTest.test_events_comment)\nPASS: test_events_pi (test.test_xml_etree.XMLPullParserTest.test_events_pi)\nPASS: test_events_sequence (test.test_xml_etree.XMLPullParserTest.test_events_sequence)\nPASS: test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest.test_feed_while_iterating)\nPASS: test_flush_reparse_deferral_disabled (test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_disabled)\nPASS: test_flush_reparse_deferral_enabled (test.test_xml_etree.XMLPullParserTest.test_flush_reparse_deferral_enabled)\nPASS: test_ns_events (test.test_xml_etree.XMLPullParserTest.test_ns_events)\nPASS: test_ns_events_start (test.test_xml_etree.XMLPullParserTest.test_ns_events_start)\nPASS: test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest.test_ns_events_start_end)\nPASS: test_simple_xml (test.test_xml_etree.XMLPullParserTest.test_simple_xml)\nPASS: test_simple_xml_chunk_1 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_1)\nPASS: test_simple_xml_chunk_22 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_22)\nPASS: test_simple_xml_chunk_5 (test.test_xml_etree.XMLPullParserTest.test_simple_xml_chunk_5)\nPASS: test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest.test_simple_xml_with_ns)\nPASS: test_unknown_event (test.test_xml_etree.XMLPullParserTest.test_unknown_event)\n\n----------------------------------------------------------------------\nRan 203 tests in 0.140s\n\nOK (skipped=5)\n0:02:47 load avg: 1.75 [466/480] test_xml_etree_c passed\nPASS: test_find_with_error (test.test_xml_etree_c.BadElementPathTest.test_find_with_error)\nPASS: test_find_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_find_with_mutating)\nPASS: test_findall_with_error (test.test_xml_etree_c.BadElementPathTest.test_findall_with_error)\nPASS: test_findall_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_findall_with_mutating)\nPASS: test_findtext_with_error (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_error)\nPASS: test_findtext_with_falsey_text_attribute (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_falsey_text_attribute)\nPASS: test_findtext_with_mutating (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_mutating)\nPASS: test_findtext_with_none_text_attribute (test.test_xml_etree_c.BadElementPathTest.test_findtext_with_none_text_attribute)\nPASS: test_ass_subscr (test.test_xml_etree_c.BadElementTest.test_ass_subscr)\nPASS: test_deepcopy_clear (test.test_xml_etree_c.BadElementTest.test_deepcopy_clear)\nPASS: test_deepcopy_grow (test.test_xml_etree_c.BadElementTest.test_deepcopy_grow)\nPASS: test_element_get_tail (test.test_xml_etree_c.BadElementTest.test_element_get_tail)\nPASS: test_element_get_text (test.test_xml_etree_c.BadElementTest.test_element_get_text)\nPASS: test_extend_mutable_list (test.test_xml_etree_c.BadElementTest.test_extend_mutable_list)\nPASS: test_extend_mutable_list2 (test.test_xml_etree_c.BadElementTest.test_extend_mutable_list2)\nPASS: test_recursive_repr (test.test_xml_etree_c.BadElementTest.test_recursive_repr)\nPASS: test_remove_with_clear_assume_existing (test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_existing)\nPASS: test_remove_with_clear_assume_missing (test.test_xml_etree_c.BadElementTest.test_remove_with_clear_assume_missing)\nPASS: test_remove_with_mutate_root_assume_existing (test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_existing)\nPASS: test_remove_with_mutate_root_assume_missing (test.test_xml_etree_c.BadElementTest.test_remove_with_mutate_root_assume_missing)\nPASS: test_subscr (test.test_xml_etree_c.BadElementTest.test_subscr)\nPASS: test_treebuilder_end (test.test_xml_etree_c.BadElementTest.test_treebuilder_end)\nPASS: test_treebuilder_start (test.test_xml_etree_c.BadElementTest.test_treebuilder_start)\nPASS: test___copy__ (test.test_xml_etree_c.BasicElementTest.test___copy__)\nPASS: test___deepcopy__ (test.test_xml_etree_c.BasicElementTest.test___deepcopy__)\nPASS: test___init__ (test.test_xml_etree_c.BasicElementTest.test___init__)\nPASS: test_augmentation_type_errors (test.test_xml_etree_c.BasicElementTest.test_augmentation_type_errors)\nPASS: test_cyclic_gc (test.test_xml_etree_c.BasicElementTest.test_cyclic_gc)\nPASS: test_get_keyword_args (test.test_xml_etree_c.BasicElementTest.test_get_keyword_args)\nPASS: test_pickle (test.test_xml_etree_c.BasicElementTest.test_pickle)\nPASS: test_pickle_issue18997 (test.test_xml_etree_c.BasicElementTest.test_pickle_issue18997)\nPASS: test_weakref (test.test_xml_etree_c.BasicElementTest.test_weakref)\nPASS: test_warning (test.test_xml_etree_c.BoolTest.test_warning)\nPASS: test_39495_treebuilder_start (test.test_xml_etree_c.BugsTest.test_39495_treebuilder_start)\nPASS: test_bug_1534630 (test.test_xml_etree_c.BugsTest.test_bug_1534630)\nPASS: test_bug_200708_close (test.test_xml_etree_c.BugsTest.test_bug_200708_close)\nPASS: test_bug_200708_newline (test.test_xml_etree_c.BugsTest.test_bug_200708_newline)\nPASS: test_bug_200709_default_namespace (test.test_xml_etree_c.BugsTest.test_bug_200709_default_namespace)\nPASS: test_bug_200709_element_comment (test.test_xml_etree_c.BugsTest.test_bug_200709_element_comment)\nPASS: test_bug_200709_element_insert (test.test_xml_etree_c.BugsTest.test_bug_200709_element_insert)\nPASS: test_bug_200709_iter_comment (test.test_xml_etree_c.BugsTest.test_bug_200709_iter_comment)\nPASS: test_bug_200709_register_namespace (test.test_xml_etree_c.BugsTest.test_bug_200709_register_namespace)\nPASS: test_bug_xmltoolkit21 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit21)\nPASS: test_bug_xmltoolkit25 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit25)\nPASS: test_bug_xmltoolkit28 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit28)\nPASS: test_bug_xmltoolkit39 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit39)\nPASS: test_bug_xmltoolkit54 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit54)\nPASS: test_bug_xmltoolkit55 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit55)\nPASS: test_bug_xmltoolkit60 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit60)\nPASS: test_bug_xmltoolkit62 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit62)\nPASS: test_bug_xmltoolkit63 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkit63)\nPASS: test_bug_xmltoolkitX1 (test.test_xml_etree_c.BugsTest.test_bug_xmltoolkitX1)\nPASS: test_expat224_utf8_bug (test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug)\nPASS: test_expat224_utf8_bug_file (test.test_xml_etree_c.BugsTest.test_expat224_utf8_bug_file)\nPASS: test_issue10777 (test.test_xml_etree_c.BugsTest.test_issue10777)\nPASS: test_issue123213_correct_extend_exception (test.test_xml_etree_c.BugsTest.test_issue123213_correct_extend_exception)\nPASS: test_issue6233 (test.test_xml_etree_c.BugsTest.test_issue6233)\nPASS: test_issue6565 (test.test_xml_etree_c.BugsTest.test_issue6565)\nPASS: test_lost_elem (test.test_xml_etree_c.BugsTest.test_lost_elem)\nPASS: test_lost_tail (test.test_xml_etree_c.BugsTest.test_lost_tail)\nPASS: test_lost_text (test.test_xml_etree_c.BugsTest.test_lost_text)\nPASS: test_c14n_exclusion (test.test_xml_etree_c.C14NTest.test_c14n_exclusion)\nPASS: test_simple_roundtrip (test.test_xml_etree_c.C14NTest.test_simple_roundtrip)\ntest_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) ... \nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem'\nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault'\nSKIP:   test_xml_c14n2 (test.test_xml_etree_c.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault'\nPASS: test_bad_find (test.test_xml_etree_c.ElementFindTest.test_bad_find)\nPASS: test_find_simple (test.test_xml_etree_c.ElementFindTest.test_find_simple)\nPASS: test_find_through_ElementTree (test.test_xml_etree_c.ElementFindTest.test_find_through_ElementTree)\nPASS: test_find_xpath (test.test_xml_etree_c.ElementFindTest.test_find_xpath)\nPASS: test_findall (test.test_xml_etree_c.ElementFindTest.test_findall)\nPASS: test_findall_different_nsmaps (test.test_xml_etree_c.ElementFindTest.test_findall_different_nsmaps)\nPASS: test_findall_wildcard (test.test_xml_etree_c.ElementFindTest.test_findall_wildcard)\nPASS: test_test_find_with_ns (test.test_xml_etree_c.ElementFindTest.test_test_find_with_ns)\nPASS: test_basic (test.test_xml_etree_c.ElementIterTest.test_basic)\nPASS: test_copy (test.test_xml_etree_c.ElementIterTest.test_copy)\nPASS: test_corners (test.test_xml_etree_c.ElementIterTest.test_corners)\nPASS: test_iter_by_tag (test.test_xml_etree_c.ElementIterTest.test_iter_by_tag)\nPASS: test_pickle (test.test_xml_etree_c.ElementIterTest.test_pickle)\nPASS: test_delslice (test.test_xml_etree_c.ElementSlicingTest.test_delslice)\nPASS: test_getslice_negative_steps (test.test_xml_etree_c.ElementSlicingTest.test_getslice_negative_steps)\nPASS: test_getslice_range (test.test_xml_etree_c.ElementSlicingTest.test_getslice_range)\nPASS: test_getslice_single_index (test.test_xml_etree_c.ElementSlicingTest.test_getslice_single_index)\nPASS: test_getslice_steps (test.test_xml_etree_c.ElementSlicingTest.test_getslice_steps)\nPASS: test_issue123213_setslice_exception (test.test_xml_etree_c.ElementSlicingTest.test_issue123213_setslice_exception)\nPASS: test_setslice_negative_steps (test.test_xml_etree_c.ElementSlicingTest.test_setslice_negative_steps)\nPASS: test_setslice_range (test.test_xml_etree_c.ElementSlicingTest.test_setslice_range)\nPASS: test_setslice_single_index (test.test_xml_etree_c.ElementSlicingTest.test_setslice_single_index)\nPASS: test_setslice_steps (test.test_xml_etree_c.ElementSlicingTest.test_setslice_steps)\nPASS: test_attlist_default (test.test_xml_etree_c.ElementTreeTest.test_attlist_default)\nPASS: test_attrib (test.test_xml_etree_c.ElementTreeTest.test_attrib)\nPASS: test_cdata (test.test_xml_etree_c.ElementTreeTest.test_cdata)\nPASS: test_children (test.test_xml_etree_c.ElementTreeTest.test_children)\nPASS: test_copy (test.test_xml_etree_c.ElementTreeTest.test_copy)\nPASS: test_custom_builder (test.test_xml_etree_c.ElementTreeTest.test_custom_builder)\nPASS: test_custom_builder_only_end_ns (test.test_xml_etree_c.ElementTreeTest.test_custom_builder_only_end_ns)\nPASS: test_doctype_public (test.test_xml_etree_c.ElementTreeTest.test_doctype_public)\nPASS: test_dump_attribute_order (test.test_xml_etree_c.ElementTreeTest.test_dump_attribute_order)\nPASS: test_encoding (test.test_xml_etree_c.ElementTreeTest.test_encoding)\nPASS: test_entity (test.test_xml_etree_c.ElementTreeTest.test_entity)\nPASS: test_file_init (test.test_xml_etree_c.ElementTreeTest.test_file_init)\nPASS: test_html_empty_elems_serialization (test.test_xml_etree_c.ElementTreeTest.test_html_empty_elems_serialization)\nPASS: test_indent (test.test_xml_etree_c.ElementTreeTest.test_indent)\nPASS: test_indent_level (test.test_xml_etree_c.ElementTreeTest.test_indent_level)\nPASS: test_indent_space (test.test_xml_etree_c.ElementTreeTest.test_indent_space)\nPASS: test_indent_space_caching (test.test_xml_etree_c.ElementTreeTest.test_indent_space_caching)\nPASS: test_initialize_parser_without_target (test.test_xml_etree_c.ElementTreeTest.test_initialize_parser_without_target)\nPASS: test_interface (test.test_xml_etree_c.ElementTreeTest.test_interface)\nPASS: test_issue18347 (test.test_xml_etree_c.ElementTreeTest.test_issue18347)\nPASS: test_iterparse (test.test_xml_etree_c.ElementTreeTest.test_iterparse)\nPASS: test_iterparse_close (test.test_xml_etree_c.ElementTreeTest.test_iterparse_close)\nPASS: test_makeelement (test.test_xml_etree_c.ElementTreeTest.test_makeelement)\nPASS: test_methods (test.test_xml_etree_c.ElementTreeTest.test_methods)\nPASS: test_namespace (test.test_xml_etree_c.ElementTreeTest.test_namespace)\nPASS: test_parsefile (test.test_xml_etree_c.ElementTreeTest.test_parsefile)\nPASS: test_parseliteral (test.test_xml_etree_c.ElementTreeTest.test_parseliteral)\nPASS: test_path_cache (test.test_xml_etree_c.ElementTreeTest.test_path_cache)\nPASS: test_processinginstruction (test.test_xml_etree_c.ElementTreeTest.test_processinginstruction)\nPASS: test_qname (test.test_xml_etree_c.ElementTreeTest.test_qname)\nPASS: test_set_attribute (test.test_xml_etree_c.ElementTreeTest.test_set_attribute)\nPASS: test_simpleops (test.test_xml_etree_c.ElementTreeTest.test_simpleops)\nPASS: test_tostring_default_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace)\nPASS: test_tostring_default_namespace_different_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_different_namespace)\nPASS: test_tostring_default_namespace_original_no_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostring_default_namespace_original_no_namespace)\nPASS: test_tostring_no_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostring_no_xml_declaration)\nPASS: test_tostring_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration)\nPASS: test_tostring_xml_declaration_cases (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_cases)\nPASS: test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree_c.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding)\nPASS: test_tostringlist_default_namespace (test.test_xml_etree_c.ElementTreeTest.test_tostringlist_default_namespace)\nPASS: test_tostringlist_xml_declaration (test.test_xml_etree_c.ElementTreeTest.test_tostringlist_xml_declaration)\nPASS: test_tree_write_attribute_order (test.test_xml_etree_c.ElementTreeTest.test_tree_write_attribute_order)\nPASS: test_writefile (test.test_xml_etree_c.ElementTreeTest.test_writefile)\nPASS: test_writestring (test.test_xml_etree_c.ElementTreeTest.test_writestring)\nPASS: test_xpath_tokenizer (test.test_xml_etree_c.ElementTreeTest.test_xpath_tokenizer)\nPASS: test_Element_subclass_constructor (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_constructor)\nPASS: test_Element_subclass_find (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_find)\nPASS: test_Element_subclass_new_method (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_new_method)\nPASS: test_Element_subclass_trivial (test.test_xml_etree_c.ElementTreeTypeTest.test_Element_subclass_trivial)\nPASS: test_istype (test.test_xml_etree_c.ElementTreeTypeTest.test_istype)\nPASS: test_encoding (test.test_xml_etree_c.IOTest.test_encoding)\nPASS: test_read_from_bytesio (test.test_xml_etree_c.IOTest.test_read_from_bytesio)\nPASS: test_read_from_stringio (test.test_xml_etree_c.IOTest.test_read_from_stringio)\nPASS: test_read_from_user_binary_reader (test.test_xml_etree_c.IOTest.test_read_from_user_binary_reader)\nPASS: test_read_from_user_text_reader (test.test_xml_etree_c.IOTest.test_read_from_user_text_reader)\nPASS: test_short_empty_elements (test.test_xml_etree_c.IOTest.test_short_empty_elements)\nPASS: test_tostringlist_invariant (test.test_xml_etree_c.IOTest.test_tostringlist_invariant)\nPASS: test_write_to_binary_file (test.test_xml_etree_c.IOTest.test_write_to_binary_file)\nPASS: test_write_to_binary_file_with_bom (test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_bom)\nPASS: test_write_to_binary_file_with_encoding (test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_encoding)\nPASS: test_write_to_bytesio (test.test_xml_etree_c.IOTest.test_write_to_bytesio)\nPASS: test_write_to_filename (test.test_xml_etree_c.IOTest.test_write_to_filename)\nPASS: test_write_to_filename_as_unicode (test.test_xml_etree_c.IOTest.test_write_to_filename_as_unicode)\nPASS: test_write_to_filename_with_encoding (test.test_xml_etree_c.IOTest.test_write_to_filename_with_encoding)\nPASS: test_write_to_stringio (test.test_xml_etree_c.IOTest.test_write_to_stringio)\nPASS: test_write_to_text_file (test.test_xml_etree_c.IOTest.test_write_to_text_file)\nPASS: test_write_to_user_binary_writer (test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer)\nPASS: test_write_to_user_binary_writer_with_bom (test.test_xml_etree_c.IOTest.test_write_to_user_binary_writer_with_bom)\nPASS: test_write_to_user_text_writer (test.test_xml_etree_c.IOTest.test_write_to_user_text_writer)\nPASS: test_issue14818 (test.test_xml_etree_c.KeywordArgsTest.test_issue14818)\nPASS: test_bpo_31728 (test.test_xml_etree_c.MiscTests.test_bpo_31728)\nPASS: test_del_attribute (test.test_xml_etree_c.MiscTests.test_del_attribute)\nPASS: test_dict_disappearing_during_get_item (test.test_xml_etree_c.MiscTests.test_dict_disappearing_during_get_item)\nPASS: test_disallow_instantiation (test.test_xml_etree_c.MiscTests.test_disallow_instantiation)\nPASS: test_immutable_types (test.test_xml_etree_c.MiscTests.test_immutable_types)\nPASS: test_iterparse_leaks (test.test_xml_etree_c.MiscTests.test_iterparse_leaks)\nSKIP: test_length_overflow (test.test_xml_etree_c.MiscTests.test_length_overflow) 'not enough memory: 2.0G minimum needed'\nPASS: test_parser_ref_cycle (test.test_xml_etree_c.MiscTests.test_parser_ref_cycle)\nPASS: test_setstate_leaks (test.test_xml_etree_c.MiscTests.test_setstate_leaks)\nPASS: test_trashcan (test.test_xml_etree_c.MiscTests.test_trashcan)\nPASS: test_uninitialized_parser (test.test_xml_etree_c.MiscTests.test_uninitialized_parser)\nPASS: test_xmlpullparser_leaks (test.test_xml_etree_c.MiscTests.test_xmlpullparser_leaks)\nPASS: test_all (test.test_xml_etree_c.ModuleTest.test_all)\nPASS: test_sanity (test.test_xml_etree_c.ModuleTest.test_sanity)\nPASS: test_find_with_namespace (test.test_xml_etree_c.NamespaceParseTest.test_find_with_namespace)\nSKIP: setUpClass (test.test_xml_etree_c.NoAcceleratorTest) 'only for the Python version'\nPASS: test_error_code (test.test_xml_etree_c.ParseErrorTest.test_error_code)\nPASS: test_error_position (test.test_xml_etree_c.ParseErrorTest.test_error_position)\nPASS: test_subclass (test.test_xml_etree_c.ParseErrorTest.test_subclass)\nPASS: test_element (test.test_xml_etree_c.SizeofTest.test_element)\nPASS: test_element_with_attrib (test.test_xml_etree_c.SizeofTest.test_element_with_attrib)\nPASS: test_element_with_children (test.test_xml_etree_c.SizeofTest.test_element_with_children)\nPASS: test_correct_import_cET (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET)\nPASS: test_correct_import_cET_alias (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET_alias)\nPASS: test_parser_comes_from_C (test.test_xml_etree_c.TestAcceleratorImported.test_parser_comes_from_C)\nPASS: test_alias_working (test.test_xml_etree_c.TestAliasWorking.test_alias_working)\nPASS: test_builder_lookup_errors (test.test_xml_etree_c.TreeBuilderTest.test_builder_lookup_errors)\nPASS: test_doctype (test.test_xml_etree_c.TreeBuilderTest.test_doctype)\nPASS: test_dummy_builder (test.test_xml_etree_c.TreeBuilderTest.test_dummy_builder)\nPASS: test_element_factory (test.test_xml_etree_c.TreeBuilderTest.test_element_factory)\nPASS: test_element_factory_pure_python_subclass (test.test_xml_etree_c.TreeBuilderTest.test_element_factory_pure_python_subclass)\nPASS: test_element_factory_subclass (test.test_xml_etree_c.TreeBuilderTest.test_element_factory_subclass)\nPASS: test_late_tail (test.test_xml_etree_c.TreeBuilderTest.test_late_tail)\nPASS: test_late_tail_mix_pi_comments (test.test_xml_etree_c.TreeBuilderTest.test_late_tail_mix_pi_comments)\nPASS: test_subclass (test.test_xml_etree_c.TreeBuilderTest.test_subclass)\nPASS: test_subclass_comment_pi (test.test_xml_etree_c.TreeBuilderTest.test_subclass_comment_pi)\nPASS: test_treebuilder_comment (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_comment)\nPASS: test_treebuilder_elementfactory_none (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_elementfactory_none)\nPASS: test_treebuilder_pi (test.test_xml_etree_c.TreeBuilderTest.test_treebuilder_pi)\nPASS: test_xinclude (test.test_xml_etree_c.XIncludeTest.test_xinclude)\nPASS: test_xinclude_default (test.test_xml_etree_c.XIncludeTest.test_xinclude_default)\nPASS: test_xinclude_failures (test.test_xml_etree_c.XIncludeTest.test_xinclude_failures)\nPASS: test_xinclude_repeated (test.test_xml_etree_c.XIncludeTest.test_xinclude_repeated)\nPASS: test_constructor_args (test.test_xml_etree_c.XMLParserTest.test_constructor_args)\nPASS: test_doctype_warning (test.test_xml_etree_c.XMLParserTest.test_doctype_warning)\ntest_inherited_doctype (test.test_xml_etree_c.XMLParserTest.test_inherited_doctype)\nPASS: Ensure that ordinary usage is not deprecated (Issue 19176)\nPASS: test_parse_string (test.test_xml_etree_c.XMLParserTest.test_parse_string)\nPASS: test_subclass (test.test_xml_etree_c.XMLParserTest.test_subclass)\nPASS: test_subclass_doctype (test.test_xml_etree_c.XMLParserTest.test_subclass_doctype)\nPASS: test_events (test.test_xml_etree_c.XMLPullParserTest.test_events)\nPASS: test_events_comment (test.test_xml_etree_c.XMLPullParserTest.test_events_comment)\nPASS: test_events_pi (test.test_xml_etree_c.XMLPullParserTest.test_events_pi)\nPASS: test_events_sequence (test.test_xml_etree_c.XMLPullParserTest.test_events_sequence)\nPASS: test_feed_while_iterating (test.test_xml_etree_c.XMLPullParserTest.test_feed_while_iterating)\nSKIP: test_flush_reparse_deferral_disabled (test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_disabled) 'XMLParser.(Get|Set)ReparseDeferralEnabled methods not available in C'\nPASS: test_flush_reparse_deferral_enabled (test.test_xml_etree_c.XMLPullParserTest.test_flush_reparse_deferral_enabled)\nPASS: test_ns_events (test.test_xml_etree_c.XMLPullParserTest.test_ns_events)\nPASS: test_ns_events_start (test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start)\nPASS: test_ns_events_start_end (test.test_xml_etree_c.XMLPullParserTest.test_ns_events_start_end)\nPASS: test_simple_xml (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml)\nPASS: test_simple_xml_chunk_1 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_1)\nPASS: test_simple_xml_chunk_22 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_22)\nPASS: test_simple_xml_chunk_5 (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_chunk_5)\nPASS: test_simple_xml_with_ns (test.test_xml_etree_c.XMLPullParserTest.test_simple_xml_with_ns)\nPASS: test_unknown_event (test.test_xml_etree_c.XMLPullParserTest.test_unknown_event)\n\n----------------------------------------------------------------------\nRan 221 tests in 0.222s\n\nOK (skipped=7)\n0:02:47 load avg: 1.75 [467/480] test_weakref passed\nPASS: test_all_freed (test.test_weakref.FinalizeTestCase.test_all_freed)\nPASS: test_arg_errors (test.test_weakref.FinalizeTestCase.test_arg_errors)\nPASS: test_atexit (test.test_weakref.FinalizeTestCase.test_atexit)\nPASS: test_finalize (test.test_weakref.FinalizeTestCase.test_finalize)\nPASS: test_order (test.test_weakref.FinalizeTestCase.test_order)\nPASS: test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict)\nPASS: test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict)\nPASS: test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr)\nPASS: test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict)\nPASS: test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict)\nPASS: test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc)\nPASS: test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr)\nPASS: test_remove_closure (test.test_weakref.MappingTestCase.test_remove_closure)\nPASS: test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy)\nSKIP: test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy) \"resource 'cpu' is not enabled\"\nPASS: test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy)\nSKIP: test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy) \"resource 'cpu' is not enabled\"\nPASS: test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency)\nPASS: test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop)\nPASS: test_threaded_weak_valued_setdefault (test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault)\nPASS: test_weak_keyed_bad_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem)\nPASS: test_weak_keyed_cascading_deletes (test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes)\nPASS: test_weak_keyed_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_delitem)\nPASS: test_weak_keyed_dict_popitem (test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem)\nPASS: test_weak_keyed_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault)\nPASS: test_weak_keyed_dict_update (test.test_weakref.MappingTestCase.test_weak_keyed_dict_update)\nPASS: test_weak_keyed_iters (test.test_weakref.MappingTestCase.test_weak_keyed_iters)\nPASS: test_weak_keyed_len_cycles (test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles)\nPASS: test_weak_keyed_len_race (test.test_weakref.MappingTestCase.test_weak_keyed_len_race)\nPASS: test_weak_keyed_union_operators (test.test_weakref.MappingTestCase.test_weak_keyed_union_operators)\nPASS: test_weak_keys (test.test_weakref.MappingTestCase.test_weak_keys)\nPASS: test_weak_keys_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating)\nPASS: test_weak_valued_consistency (test.test_weakref.MappingTestCase.test_weak_valued_consistency)\nPASS: test_weak_valued_delitem (test.test_weakref.MappingTestCase.test_weak_valued_delitem)\nPASS: test_weak_valued_dict_popitem (test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem)\nPASS: test_weak_valued_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault)\nPASS: test_weak_valued_dict_update (test.test_weakref.MappingTestCase.test_weak_valued_dict_update)\nPASS: test_weak_valued_iters (test.test_weakref.MappingTestCase.test_weak_valued_iters)\nPASS: test_weak_valued_len_cycles (test.test_weakref.MappingTestCase.test_weak_valued_len_cycles)\nPASS: test_weak_valued_len_race (test.test_weakref.MappingTestCase.test_weak_valued_len_race)\nPASS: test_weak_valued_union_operators (test.test_weakref.MappingTestCase.test_weak_valued_union_operators)\nPASS: test_weak_values (test.test_weakref.MappingTestCase.test_weak_values)\nPASS: test_weak_values_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating)\nPASS: test_names (test.test_weakref.ModuleTestCase.test_names)\nPASS: test_basic_callback (test.test_weakref.ReferencesTestCase.test_basic_callback)\nPASS: test_basic_proxy (test.test_weakref.ReferencesTestCase.test_basic_proxy)\nPASS: test_basic_ref (test.test_weakref.ReferencesTestCase.test_basic_ref)\nPASS: test_callable_proxy (test.test_weakref.ReferencesTestCase.test_callable_proxy)\nPASS: test_callback_attribute (test.test_weakref.ReferencesTestCase.test_callback_attribute)\nPASS: test_callback_attribute_after_deletion (test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion)\nPASS: test_callback_different_classes (test.test_weakref.ReferencesTestCase.test_callback_different_classes)\nPASS: test_callback_gcs (test.test_weakref.ReferencesTestCase.test_callback_gcs)\nPASS: test_callback_in_cycle (test.test_weakref.ReferencesTestCase.test_callback_in_cycle)\nPASS: test_callback_in_cycle_resurrection (test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection)\nPASS: test_callback_reachable_one_way (test.test_weakref.ReferencesTestCase.test_callback_reachable_one_way)\nPASS: test_callbacks_on_callback (test.test_weakref.ReferencesTestCase.test_callbacks_on_callback)\nPASS: test_callbacks_protected (test.test_weakref.ReferencesTestCase.test_callbacks_protected)\nPASS: test_cfunction (test.test_weakref.ReferencesTestCase.test_cfunction)\nPASS: test_classes (test.test_weakref.ReferencesTestCase.test_classes)\nPASS: test_constructor_kwargs (test.test_weakref.ReferencesTestCase.test_constructor_kwargs)\nPASS: test_equality (test.test_weakref.ReferencesTestCase.test_equality)\nPASS: test_gc_during_proxy_creation (test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation)\nPASS: test_gc_during_ref_creation (test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation)\nPASS: test_getweakrefcount (test.test_weakref.ReferencesTestCase.test_getweakrefcount)\nPASS: test_getweakrefs (test.test_weakref.ReferencesTestCase.test_getweakrefs)\nPASS: test_hashing (test.test_weakref.ReferencesTestCase.test_hashing)\nPASS: test_init (test.test_weakref.ReferencesTestCase.test_init)\nPASS: test_multiple_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_callbacks)\nPASS: test_multiple_selfref_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks)\nPASS: test_newstyle_number_ops (test.test_weakref.ReferencesTestCase.test_newstyle_number_ops)\nPASS: test_no_memory_when_clearing (test.test_weakref.ReferencesTestCase.test_no_memory_when_clearing)\nPASS: test_ordering (test.test_weakref.ReferencesTestCase.test_ordering)\nPASS: test_proxy_bad_next (test.test_weakref.ReferencesTestCase.test_proxy_bad_next)\nPASS: test_proxy_bool (test.test_weakref.ReferencesTestCase.test_proxy_bool)\nPASS: test_proxy_deletion (test.test_weakref.ReferencesTestCase.test_proxy_deletion)\nPASS: test_proxy_div (test.test_weakref.ReferencesTestCase.test_proxy_div)\nPASS: test_proxy_hash (test.test_weakref.ReferencesTestCase.test_proxy_hash)\nPASS: test_proxy_index (test.test_weakref.ReferencesTestCase.test_proxy_index)\nPASS: test_proxy_iter (test.test_weakref.ReferencesTestCase.test_proxy_iter)\nPASS: test_proxy_matmul (test.test_weakref.ReferencesTestCase.test_proxy_matmul)\nPASS: test_proxy_next (test.test_weakref.ReferencesTestCase.test_proxy_next)\nPASS: test_proxy_ref (test.test_weakref.ReferencesTestCase.test_proxy_ref)\nPASS: test_proxy_repr (test.test_weakref.ReferencesTestCase.test_proxy_repr)\nPASS: test_proxy_reuse (test.test_weakref.ReferencesTestCase.test_proxy_reuse)\nPASS: test_proxy_reversed (test.test_weakref.ReferencesTestCase.test_proxy_reversed)\nPASS: test_proxy_unicode (test.test_weakref.ReferencesTestCase.test_proxy_unicode)\nPASS: test_ref_created_during_del (test.test_weakref.ReferencesTestCase.test_ref_created_during_del)\nPASS: test_ref_repr (test.test_weakref.ReferencesTestCase.test_ref_repr)\nPASS: test_ref_reuse (test.test_weakref.ReferencesTestCase.test_ref_reuse)\nPASS: test_repr_failure_gh99184 (test.test_weakref.ReferencesTestCase.test_repr_failure_gh99184)\nPASS: test_set_callback_attribute (test.test_weakref.ReferencesTestCase.test_set_callback_attribute)\nPASS: test_sf_bug_840829 (test.test_weakref.ReferencesTestCase.test_sf_bug_840829)\nPASS: test_shared_proxy_without_callback (test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback)\nPASS: test_shared_ref_without_callback (test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback)\nPASS: test_trashcan_16602 (test.test_weakref.ReferencesTestCase.test_trashcan_16602)\nPASS: test_subclass_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs)\nPASS: test_subclass_refs_dont_conflate_callbacks (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks)\nPASS: test_subclass_refs_dont_replace_standard_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs)\ntest_subclass_refs_with_cycle (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_cycle)\nPASS: Confirm https://bugs.python.org/issue3100 is fixed.\nPASS: test_subclass_refs_with_slots (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots)\nPASS: test_bool (test.test_weakref.WeakKeyDictionaryTestCase.test_bool)\nPASS: test_constructor (test.test_weakref.WeakKeyDictionaryTestCase.test_constructor)\nPASS: test_get (test.test_weakref.WeakKeyDictionaryTestCase.test_get)\nPASS: test_getitem (test.test_weakref.WeakKeyDictionaryTestCase.test_getitem)\nPASS: test_items (test.test_weakref.WeakKeyDictionaryTestCase.test_items)\nPASS: test_keys (test.test_weakref.WeakKeyDictionaryTestCase.test_keys)\nPASS: test_len (test.test_weakref.WeakKeyDictionaryTestCase.test_len)\nPASS: test_pop (test.test_weakref.WeakKeyDictionaryTestCase.test_pop)\nPASS: test_popitem (test.test_weakref.WeakKeyDictionaryTestCase.test_popitem)\nPASS: test_read (test.test_weakref.WeakKeyDictionaryTestCase.test_read)\nPASS: test_setdefault (test.test_weakref.WeakKeyDictionaryTestCase.test_setdefault)\nPASS: test_update (test.test_weakref.WeakKeyDictionaryTestCase.test_update)\nPASS: test_values (test.test_weakref.WeakKeyDictionaryTestCase.test_values)\nPASS: test_write (test.test_weakref.WeakKeyDictionaryTestCase.test_write)\nPASS: test_alive (test.test_weakref.WeakMethodTestCase.test_alive)\nPASS: test_callback_when_method_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead)\nPASS: test_callback_when_object_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead)\nPASS: test_equality (test.test_weakref.WeakMethodTestCase.test_equality)\nPASS: test_hashing (test.test_weakref.WeakMethodTestCase.test_hashing)\nPASS: test_method_dead (test.test_weakref.WeakMethodTestCase.test_method_dead)\nPASS: test_no_cycles (test.test_weakref.WeakMethodTestCase.test_no_cycles)\nPASS: test_object_dead (test.test_weakref.WeakMethodTestCase.test_object_dead)\nPASS: test_bool (test.test_weakref.WeakValueDictionaryTestCase.test_bool)\nPASS: test_constructor (test.test_weakref.WeakValueDictionaryTestCase.test_constructor)\nPASS: test_get (test.test_weakref.WeakValueDictionaryTestCase.test_get)\nPASS: test_getitem (test.test_weakref.WeakValueDictionaryTestCase.test_getitem)\nPASS: test_items (test.test_weakref.WeakValueDictionaryTestCase.test_items)\nPASS: test_keys (test.test_weakref.WeakValueDictionaryTestCase.test_keys)\nPASS: test_len (test.test_weakref.WeakValueDictionaryTestCase.test_len)\nPASS: test_pop (test.test_weakref.WeakValueDictionaryTestCase.test_pop)\nPASS: test_popitem (test.test_weakref.WeakValueDictionaryTestCase.test_popitem)\nPASS: test_read (test.test_weakref.WeakValueDictionaryTestCase.test_read)\nPASS: test_setdefault (test.test_weakref.WeakValueDictionaryTestCase.test_setdefault)\nPASS: test_update (test.test_weakref.WeakValueDictionaryTestCase.test_update)\nPASS: test_values (test.test_weakref.WeakValueDictionaryTestCase.test_values)\nPASS: test_write (test.test_weakref.WeakValueDictionaryTestCase.test_write)\nlibreftest (test.test_weakref.__test__)\nPASS: Doctest: test.test_weakref.__test__.libreftest\n\n----------------------------------------------------------------------\nRan 137 tests in 1.943s\n\nOK (skipped=2)\n0:02:47 load avg: 1.75 [468/480] test_xxlimited passed\nPASS: test_buffer (test.test_xxlimited.TestXXLimited.test_buffer)\nPASS: test_error (test.test_xxlimited.TestXXLimited.test_error)\nPASS: test_foo (test.test_xxlimited.TestXXLimited.test_foo)\nPASS: test_new (test.test_xxlimited.TestXXLimited.test_new)\nPASS: test_str (test.test_xxlimited.TestXXLimited.test_str)\nPASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited.test_xxo_attributes)\nPASS: test_xxo_demo (test.test_xxlimited.TestXXLimited.test_xxo_demo)\nPASS: test_xxo_new (test.test_xxlimited.TestXXLimited.test_xxo_new)\nPASS: test_foo (test.test_xxlimited.TestXXLimited35.test_foo)\nPASS: test_new (test.test_xxlimited.TestXXLimited35.test_new)\nPASS: test_null (test.test_xxlimited.TestXXLimited35.test_null)\nPASS: test_roj (test.test_xxlimited.TestXXLimited35.test_roj)\nPASS: test_str (test.test_xxlimited.TestXXLimited35.test_str)\nPASS: test_xxo_attributes (test.test_xxlimited.TestXXLimited35.test_xxo_attributes)\nPASS: test_xxo_demo (test.test_xxlimited.TestXXLimited35.test_xxo_demo)\nPASS: test_xxo_new (test.test_xxlimited.TestXXLimited35.test_xxo_new)\n\n----------------------------------------------------------------------\nRan 16 tests in 0.000s\n\nOK\n0:02:47 load avg: 1.75 [469/480] test_xmlrpc passed\nPASS: test_decode (test.test_xmlrpc.BinaryTestCase.test_decode)\nPASS: test_default (test.test_xmlrpc.BinaryTestCase.test_default)\nPASS: test_string (test.test_xmlrpc.BinaryTestCase.test_string)\nPASS: test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get)\nPASS: test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response)\nPASS: test_comparison (test.test_xmlrpc.DateTimeTestCase.test_comparison)\nPASS: test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime)\nPASS: test_decode (test.test_xmlrpc.DateTimeTestCase.test_decode)\nPASS: test_default (test.test_xmlrpc.DateTimeTestCase.test_default)\nPASS: test_repr (test.test_xmlrpc.DateTimeTestCase.test_repr)\nPASS: test_time (test.test_xmlrpc.DateTimeTestCase.test_time)\nPASS: test_time_struct (test.test_xmlrpc.DateTimeTestCase.test_time_struct)\nPASS: test_time_tuple (test.test_xmlrpc.DateTimeTestCase.test_time_tuple)\nPASS: test_basic (test.test_xmlrpc.FailingServerTestCase.test_basic)\nPASS: test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info)\nPASS: test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info)\nPASS: test_dotted_attribute (test.test_xmlrpc.FaultTestCase.test_dotted_attribute)\nPASS: test_dump_fault (test.test_xmlrpc.FaultTestCase.test_dump_fault)\nPASS: test_repr (test.test_xmlrpc.FaultTestCase.test_repr)\nPASS: test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request)\nPASS: test_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_gzip_request)\nPASS: test_gzip_response (test.test_xmlrpc.GzipServerTestCase.test_gzip_response)\nPASS: test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit)\nPASS: test_header (test.test_xmlrpc.HeadersServerTestCase.test_header)\nPASS: test_header_empty (test.test_xmlrpc.HeadersServerTestCase.test_header_empty)\nPASS: test_header_items (test.test_xmlrpc.HeadersServerTestCase.test_header_items)\nPASS: test_header_many (test.test_xmlrpc.HeadersServerTestCase.test_header_many)\nPASS: test_header_tuple (test.test_xmlrpc.HeadersServerTestCase.test_header_tuple)\nPASS: test_escape (test.test_xmlrpc.HelperTestCase.test_escape)\nPASS: test_two (test.test_xmlrpc.KeepaliveServerTestCase1.test_two)\nPASS: test_close (test.test_xmlrpc.KeepaliveServerTestCase2.test_close)\nPASS: test_transport (test.test_xmlrpc.KeepaliveServerTestCase2.test_transport)\nSKIP: test_empty_path (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path) \"resource 'walltime' is not enabled\"\nSKIP: test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment) \"resource 'walltime' is not enabled\"\nSKIP: test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query) \"resource 'walltime' is not enabled\"\nSKIP: test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path) \"resource 'walltime' is not enabled\"\nPASS: test_path1 (test.test_xmlrpc.MultiPathServerTestCase.test_path1)\nPASS: test_path2 (test.test_xmlrpc.MultiPathServerTestCase.test_path2)\nSKIP: test_path3 (test.test_xmlrpc.MultiPathServerTestCase.test_path3) \"resource 'walltime' is not enabled\"\nSKIP: test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment) \"resource 'walltime' is not enabled\"\nSKIP: test_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_path_query) \"resource 'walltime' is not enabled\"\nSKIP: test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment) \"resource 'walltime' is not enabled\"\nSKIP: test_root_path (test.test_xmlrpc.MultiPathServerTestCase.test_root_path) \"resource 'walltime' is not enabled\"\nPASS: test_close (test.test_xmlrpc.ServerProxyTestCase.test_close)\nPASS: test_transport (test.test_xmlrpc.ServerProxyTestCase.test_transport)\nPASS: test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding)\nPASS: test_404 (test.test_xmlrpc.SimpleServerTestCase.test_404)\nPASS: test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true)\nPASS: test_client_encoding (test.test_xmlrpc.SimpleServerTestCase.test_client_encoding)\nPASS: test_context_manager (test.test_xmlrpc.SimpleServerTestCase.test_context_manager)\nPASS: test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error)\nPASS: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute)\nPASS: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase.test_introspection1)\nPASS: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase.test_introspection2)\nPASS: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase.test_introspection3)\nPASS: test_introspection4 (test.test_xmlrpc.SimpleServerTestCase.test_introspection4)\nPASS: test_multicall (test.test_xmlrpc.SimpleServerTestCase.test_multicall)\nPASS: test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall)\nPASS: test_nonascii (test.test_xmlrpc.SimpleServerTestCase.test_nonascii)\nPASS: test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname)\nPASS: test_partial_post (test.test_xmlrpc.SimpleServerTestCase.test_partial_post)\nPASS: test_simple1 (test.test_xmlrpc.SimpleServerTestCase.test_simple1)\nPASS: test_unicode_host (test.test_xmlrpc.SimpleServerTestCase.test_unicode_host)\ntest_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func)\nPASS: Calls the registered instance's `_dispatch` function\ntest_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_instance_func)\nPASS: Calls a registered instance attribute as a function\ntest_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_registered_func)\nPASS: Calls explicitly registered function\ntest_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_cannot_locate_func)\nPASS: Calls a function that the dispatcher cannot locate\ntest_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_instance_has_no_func)\nPASS: Attempts to call nonexistent function on a registered instance\ntest_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_registered_func_is_none)\nPASS: Calls explicitly registered function which is None\nPASS: test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag)\nPASS: test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types)\nPASS: test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag)\nPASS: test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912)\nPASS: test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900)\nPASS: test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict)\nPASS: test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime)\nPASS: test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int)\nPASS: test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long)\nPASS: test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes)\nPASS: test_dump_double (test.test_xmlrpc.XMLRPCTestCase.test_dump_double)\nPASS: test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding)\nPASS: test_dump_load (test.test_xmlrpc.XMLRPCTestCase.test_dump_load)\nPASS: test_dump_none (test.test_xmlrpc.XMLRPCTestCase.test_dump_none)\nPASS: test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict)\nPASS: test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq)\nPASS: test_get_host_info (test.test_xmlrpc.XMLRPCTestCase.test_get_host_info)\nPASS: test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect)\nPASS: test_limit_int (test.test_xmlrpc.XMLRPCTestCase.test_limit_int)\nPASS: test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types)\nPASS: test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types)\nPASS: test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported)\nPASS: test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class)\nPASS: test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence)\n\n----------------------------------------------------------------------\nRan 93 tests in 0.171s\n\nOK (skipped=9)\n0:02:47 load avg: 1.75 [470/480] test_xxtestfuzz passed\ntest_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer.test_sample_input_smoke_test)\nPASS: This is only a regression test: Check that it doesn't crash.\n\n----------------------------------------------------------------------\nRan 1 test in 0.003s\n\nOK\n0:02:47 load avg: 1.75 [471/480] test_yield_from passed\nPASS: test_close_and_throw_raise_base_exception (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_base_exception)\nPASS: test_close_and_throw_raise_exception (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_exception)\nPASS: test_close_and_throw_raise_generator_exit (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_generator_exit)\nPASS: test_close_and_throw_raise_stop_iteration (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_raise_stop_iteration)\nPASS: test_close_and_throw_return (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_return)\nPASS: test_close_and_throw_work (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_work)\nPASS: test_close_and_throw_yield (test.test_yield_from.TestInterestingEdgeCases.test_close_and_throw_yield)\ntest_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation.test_attempted_yield_from_loop)\nPASS: Test attempted yield-from loop\ntest_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation.test_attempting_to_send_to_non_generator)\nPASS: Test attempting to send to non-generator\ntest_broken_getattr_handling (test.test_yield_from.TestPEP380Operation.test_broken_getattr_handling)\nPASS: Test subiterator with a broken getattr implementation\ntest_catching_exception_from_subgen_and_returning (test.test_yield_from.TestPEP380Operation.test_catching_exception_from_subgen_and_returning)\nPASS: Test catching an exception thrown into a\nPASS: test_close_with_cleared_frame (test.test_yield_from.TestPEP380Operation.test_close_with_cleared_frame)\ntest_conversion_of_sendNone_to_next (test.test_yield_from.TestPEP380Operation.test_conversion_of_sendNone_to_next)\nPASS: Test conversion of send(None) to next()\nPASS: test_custom_iterator_return (test.test_yield_from.TestPEP380Operation.test_custom_iterator_return)\ntest_delegating_close (test.test_yield_from.TestPEP380Operation.test_delegating_close)\nPASS: Test delegating 'close'\nPASS: test_delegating_generators_claim_to_be_running (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running)\nPASS: test_delegating_generators_claim_to_be_running_with_close (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_close)\nPASS: test_delegating_generators_claim_to_be_running_with_throw (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running_with_throw)\ntest_delegating_throw (test.test_yield_from.TestPEP380Operation.test_delegating_throw)\nPASS: Test delegating 'throw'\ntest_delegating_throw_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegating_throw_to_non_generator)\nPASS: Test delegating 'throw' to non-generator\ntest_delegation_of_close_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_close_to_non_generator)\nPASS: Test delegation of close() to non-generator\ntest_delegation_of_initial_next_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_initial_next_to_subgenerator)\nPASS: Test delegation of initial next() call to subgenerator\ntest_delegation_of_next_call_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_call_to_subgenerator)\nPASS: Test delegation of next() call to subgenerator\ntest_delegation_of_next_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_to_non_generator)\nPASS: Test delegation of next() to non-generator\ntest_delegation_of_send (test.test_yield_from.TestPEP380Operation.test_delegation_of_send)\nPASS: Test delegation of send()\nPASS: test_delegator_is_visible_to_debugger (test.test_yield_from.TestPEP380Operation.test_delegator_is_visible_to_debugger)\ntest_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_exception_in_initial_next_call)\nPASS: Test exception in initial next() call\nPASS: test_exception_value_crash (test.test_yield_from.TestPEP380Operation.test_exception_value_crash)\ntest_generator_return_value (test.test_yield_from.TestPEP380Operation.test_generator_return_value)\nPASS: Test generator return value\ntest_handing_exception_while_delegating_close (test.test_yield_from.TestPEP380Operation.test_handing_exception_while_delegating_close)\nPASS: Test handling exception while delegating 'close'\ntest_handling_exception_while_delegating_send (test.test_yield_from.TestPEP380Operation.test_handling_exception_while_delegating_send)\nPASS: Test handling exception while delegating 'send'\ntest_next_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_next_and_return_with_value)\nPASS: Test next and return with value\ntest_raising_exception_in_delegated_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_delegated_next_call)\nPASS: Test raising exception in delegated next() call\ntest_raising_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_initial_next_call)\nPASS: Test raising exception in initial next() call\ntest_returning_value_from_delegated_throw (test.test_yield_from.TestPEP380Operation.test_returning_value_from_delegated_throw)\nPASS: Test returning value from delegated 'throw'\ntest_send_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_send_and_return_with_value)\nPASS: Test send and return with value\nPASS: test_send_tuple_with_custom_generator (test.test_yield_from.TestPEP380Operation.test_send_tuple_with_custom_generator)\ntest_throwing_GeneratorExit_into_subgen_that_raises (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_raises)\nPASS: Test throwing GeneratorExit into a subgenerator that\ntest_throwing_GeneratorExit_into_subgen_that_returns (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_returns)\nPASS: Test throwing GeneratorExit into a subgenerator that\ntest_throwing_GeneratorExit_into_subgenerator_that_yields (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgenerator_that_yields)\nPASS: Test throwing GeneratorExit into a subgenerator that\ntest_value_attribute_of_StopIteration_exception (test.test_yield_from.TestPEP380Operation.test_value_attribute_of_StopIteration_exception)\nPASS: Test 'value' attribute of StopIteration exception\nPASS: test_yield_from_empty (test.test_yield_from.TestPEP380Operation.test_yield_from_empty)\n\n----------------------------------------------------------------------\nRan 42 tests in 0.013s\n\nOK\n0:02:48 load avg: 1.75 [472/480] test_zipapp passed\nPASS: test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy)\nPASS: test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_change_main)\nPASS: test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_inplace)\nPASS: test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_create)\nPASS: test_info_command (test.test_zipapp.ZipAppCmdlineTest.test_info_command)\nPASS: test_info_error (test.test_zipapp.ZipAppCmdlineTest.test_info_error)\nPASS: test_content_of_copied_archive (test.test_zipapp.ZipAppTest.test_content_of_copied_archive)\nPASS: test_create_archive (test.test_zipapp.ZipAppTest.test_create_archive)\nPASS: test_create_archive_default_target (test.test_zipapp.ZipAppTest.test_create_archive_default_target)\nPASS: test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest.test_create_archive_filter_exclude_dir)\nPASS: test_create_archive_self_insertion (test.test_zipapp.ZipAppTest.test_create_archive_self_insertion)\nPASS: test_create_archive_with_compression (test.test_zipapp.ZipAppTest.test_create_archive_with_compression)\nPASS: test_create_archive_with_filter (test.test_zipapp.ZipAppTest.test_create_archive_with_filter)\nPASS: test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest.test_create_archive_with_pathlib)\nPASS: test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest.test_create_archive_with_subdirs)\nPASS: test_create_sorted_archive (test.test_zipapp.ZipAppTest.test_create_sorted_archive)\nPASS: test_custom_interpreter (test.test_zipapp.ZipAppTest.test_custom_interpreter)\nPASS: test_default_no_shebang (test.test_zipapp.ZipAppTest.test_default_no_shebang)\nPASS: test_main_and_main_py (test.test_zipapp.ZipAppTest.test_main_and_main_py)\nPASS: test_main_only_written_once (test.test_zipapp.ZipAppTest.test_main_only_written_once)\nPASS: test_main_validation (test.test_zipapp.ZipAppTest.test_main_validation)\nPASS: test_main_written (test.test_zipapp.ZipAppTest.test_main_written)\nPASS: test_modify_shebang (test.test_zipapp.ZipAppTest.test_modify_shebang)\nPASS: test_no_main (test.test_zipapp.ZipAppTest.test_no_main)\nPASS: test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest.test_no_shebang_is_not_executable)\nPASS: test_pack_to_fileobj (test.test_zipapp.ZipAppTest.test_pack_to_fileobj)\nPASS: test_read_from_fileobj (test.test_zipapp.ZipAppTest.test_read_from_fileobj)\nPASS: test_read_from_pathlike_obj (test.test_zipapp.ZipAppTest.test_read_from_pathlike_obj)\nPASS: test_read_missing_shebang (test.test_zipapp.ZipAppTest.test_read_missing_shebang)\nPASS: test_read_shebang (test.test_zipapp.ZipAppTest.test_read_shebang)\nPASS: test_remove_shebang (test.test_zipapp.ZipAppTest.test_remove_shebang)\nPASS: test_shebang_is_executable (test.test_zipapp.ZipAppTest.test_shebang_is_executable)\nPASS: test_target_overwrites_source_file (test.test_zipapp.ZipAppTest.test_target_overwrites_source_file)\nPASS: test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest.test_write_shebang_to_fileobj)\n\n----------------------------------------------------------------------\nRan 34 tests in 0.014s\n\nOK\n0:02:48 load avg: 1.75 [473/480] test_zipfile64 skipped (resource denied)\ntest_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run\n0:02:49 load avg: 1.75 [474/480] test_wait3 passed\nPASS: test_wait (test.fork_wait.ForkWait.test_wait)\nPASS: test_wait (test.test_wait3.Wait3Test.test_wait)\nPASS: test_wait3_rusage_initialized (test.test_wait3.Wait3Test.test_wait3_rusage_initialized)\n\n----------------------------------------------------------------------\nRan 3 tests in 5.019s\n\nOK\n0:02:49 load avg: 1.75 [475/480] test_zipimport_support passed\ntest_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_issue4197) ... Contents of '/var/volatile/tmp/test_python_9wnm8a61/tmpb17203k8/test_zip.zip':\nFile Name                                             Modified             Size\ntest_zipped_doctest.py                         2025-06-16 11:37:50       132616\nsample_zipped_doctest.py                       2025-06-16 11:37:50         1045\nsample_zipped_doctest_no_doctests.py           2025-06-16 11:37:50          269\nsample_zipped_doctest_no_docstrings.py         2025-06-16 11:37:50          227\nsample_zipped_doctest_skip.py                  2025-06-16 11:37:50          714\nFinding tests in test_zipped_doctest.SampleClass\nTrying:\n    print(1)\nExpecting:\n    1\nok\nTrying:\n    sc = SampleClass(3)\nExpecting nothing\nok\nTrying:\n    for i in range(10):\n        sc = sc.double()\n        print(' ', sc.get(), sep='', end='')\nExpecting:\n     6 12 24 48 96 192 384 768 1536 3072\nok\ndoctest (test_zipped_doctest) ... 3 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.NestedClass\nTrying:\n    x = SampleClass.NestedClass(5)\nExpecting nothing\nok\nTrying:\n    y = x.square()\nExpecting nothing\nok\nTrying:\n    print(y.get())\nExpecting:\n    25\nok\ndoctest (test_zipped_doctest) ... 3 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.NestedClass.__init__\nTrying:\n    print(SampleClass.NestedClass().get())\nExpecting:\n    0\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.__init__\nTrying:\n    print(SampleClass(12).get())\nExpecting:\n    12\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.a_classmethod\nTrying:\n    print(SampleClass.a_classmethod(10))\nExpecting:\n    12\nok\nTrying:\n    print(SampleClass(0).a_classmethod(10))\nExpecting:\n    12\nok\ndoctest (test_zipped_doctest) ... 2 tests with zero failures\nFinding tests in test_zipped_doctest\nTrying:\n    print(SampleClass(22).a_property)\nExpecting:\n    22\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.a_staticmethod\nTrying:\n    print(SampleClass.a_staticmethod(10))\nExpecting:\n    11\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.double\nTrying:\n    print(SampleClass(12).double().get())\nExpecting:\n    24\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleClass.get\nTrying:\n    print(SampleClass(-5).get())\nExpecting:\n    -5\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass\nTrying:\n    print('1\\n2\\n3')\nExpecting:\n    1\n    2\n    3\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass.__init__\nTrying:\n    print(SampleNewStyleClass(12).get())\nExpecting:\n    12\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass.double\nTrying:\n    print(SampleNewStyleClass(12).double().get())\nExpecting:\n    24\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.SampleNewStyleClass.get\nTrying:\n    print(SampleNewStyleClass(-5).get())\nExpecting:\n    -5\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.sample_func\nTrying:\n    print(sample_func(22))\nExpecting:\n    44\nok\ndoctest (test_zipped_doctest) ... 1 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTest\nTrying:\n    docstring = '''\n        >>> print(12)\n        12\n\n    Non-example text.\n\n        >>> print('another\\\\example')\n        another\n        example\n    '''\nExpecting nothing\nok\nTrying:\n    globs = {} # globals to run the test in.\nExpecting nothing\nok\nTrying:\n    parser = doctest.DocTestParser()\nExpecting nothing\nok\nTrying:\n    test = parser.get_doctest(docstring, globs, 'some_test',\n                              'some_file', 20)\nExpecting nothing\nok\nTrying:\n    print(test)\nExpecting:\n    <DocTest some_test from some_file:20 (2 examples)>\nok\nTrying:\n    len(test.examples)\nExpecting:\n    2\nok\nTrying:\n    e1, e2 = test.examples\nExpecting nothing\nok\nTrying:\n    (e1.source, e1.want, e1.lineno)\nExpecting:\n    ('print(12)\\n', '12\\n', 1)\nok\nTrying:\n    (e2.source, e2.want, e2.lineno)\nExpecting:\n    (\"print('another\\\\example')\\n\", 'another\\nexample\\n', 6)\nok\nTrying:\n    (test.name, test.filename, test.lineno)\nExpecting:\n    ('some_test', 'some_file', 20)\nok\nTrying:\n    test.lineno + e1.lineno\nExpecting:\n    21\nok\nTrying:\n    test.lineno + e2.lineno\nExpecting:\n    26\nok\nTrying:\n    docstring = r'''\n          >>> print('bad\\nindentation')\n          bad\n        indentation\n        '''\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 4 of the docstring for some_test has inconsistent leading whitespace: 'indentation'\nok\nTrying:\n    docstring = r'''\n          >>> print(('bad indentation',\n        ...          2))\n          ('bad', 'indentation')\n        '''\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 2 of the docstring for some_test has inconsistent leading whitespace: '...          2))'\nok\nTrying:\n    docstring = '>>>print(1)\\n1'\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 1 of the docstring for some_test lacks blank after >>>: '>>>print(1)'\nok\nTrying:\n    docstring = '>>> if 1:\\n...print(1)\\n1'\nExpecting nothing\nok\nTrying:\n    parser.get_doctest(docstring, globs, 'some_test', 'filename', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 2 of the docstring for some_test lacks blank after ...: '...print(1)'\nok\nTrying:\n    docstring = '''\n        >>> print 12\n        12\n    '''\nExpecting nothing\nok\nTrying:\n    test = parser.get_doctest(docstring, globs, 'some_test',\n                              'some_test', 20)\nExpecting nothing\nok\nTrying:\n    same_test = parser.get_doctest(docstring, globs, 'some_test',\n                                   'some_test', 20)\nExpecting nothing\nok\nTrying:\n    test == same_test\nExpecting:\n    True\nok\nTrying:\n    test != same_test\nExpecting:\n    False\nok\nTrying:\n    hash(test) == hash(same_test)\nExpecting:\n    True\nok\nTrying:\n    docstring = '''\n        >>> print 42\n        42\n    '''\nExpecting nothing\nok\nTrying:\n    other_test = parser.get_doctest(docstring, globs, 'other_test',\n                                    'other_file', 10)\nExpecting nothing\nok\nTrying:\n    test == other_test\nExpecting:\n    False\nok\nTrying:\n    test != other_test\nExpecting:\n    True\nok\nTrying:\n    test < other_test\nExpecting:\n    False\nok\nTrying:\n    other_test < test\nExpecting:\n    True\nok\nTrying:\n    no_lineno = parser.get_doctest(docstring, globs, 'some_test',\n                                  'some_test', None)\nExpecting nothing\nok\nTrying:\n    test.lineno is None\nExpecting:\n    False\nok\nTrying:\n    no_lineno.lineno is None\nExpecting:\n    True\nok\nTrying:\n    test < no_lineno\nExpecting:\n    False\nok\nTrying:\n    no_lineno < test\nExpecting:\n    True\nok\nTrying:\n    DocTestCase = doctest.DocTestCase\nExpecting nothing\nok\nTrying:\n    test_case = DocTestCase(test)\nExpecting nothing\nok\nTrying:\n    same_test_case = DocTestCase(same_test)\nExpecting nothing\nok\nTrying:\n    other_test_case = DocTestCase(other_test)\nExpecting nothing\nok\nTrying:\n    test_case == same_test_case\nExpecting:\n    True\nok\nTrying:\n    test_case != same_test_case\nExpecting:\n    False\nok\nTrying:\n    hash(test_case) == hash(same_test_case)\nExpecting:\n    True\nok\nTrying:\n    test == other_test_case\nExpecting:\n    False\nok\nTrying:\n    test != other_test_case\nExpecting:\n    True\nok\ndoctest (test_zipped_doctest) ... 46 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestParser\nTrying:\n    s = '''\n        >>> x, y = 2, 3  # no output expected\n        >>> if 1:\n        ...     print(x)\n        ...     print(y)\n        2\n        3\n\n        Some text.\n        >>> x+y\n        5\n        '''\nExpecting nothing\nok\nTrying:\n    parser = doctest.DocTestParser()\nExpecting nothing\nok\nTrying:\n    for piece in parser.parse(s):\n        if isinstance(piece, doctest.Example):\n            print('Example:', (piece.source, piece.want, piece.lineno))\n        else:\n            print('   Text:', repr(piece))\nExpecting:\n       Text: '\\n'\n    Example: ('x, y = 2, 3  # no output expected\\n', '', 1)\n       Text: ''\n    Example: ('if 1:\\n    print(x)\\n    print(y)\\n', '2\\n3\\n', 2)\n       Text: '\\nSome text.\\n'\n    Example: ('x+y\\n', '5\\n', 9)\n       Text: ''\nok\nTrying:\n    for piece in parser.get_examples(s):\n        print((piece.source, piece.want, piece.lineno))\nExpecting:\n    ('x, y = 2, 3  # no output expected\\n', '', 1)\n    ('if 1:\\n    print(x)\\n    print(y)\\n', '2\\n3\\n', 2)\n    ('x+y\\n', '5\\n', 9)\nok\nTrying:\n    test = parser.get_doctest(s, {}, 'name', 'filename', lineno=5)\nExpecting nothing\nok\nTrying:\n    (test.name, test.filename, test.lineno)\nExpecting:\n    ('name', 'filename', 5)\nok\nTrying:\n    for piece in test.examples:\n        print((piece.source, piece.want, piece.lineno))\nExpecting:\n    ('x, y = 2, 3  # no output expected\\n', '', 1)\n    ('if 1:\\n    print(x)\\n    print(y)\\n', '2\\n3\\n', 2)\n    ('x+y\\n', '5\\n', 9)\nok\ndoctest (test_zipped_doctest) ... 7 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.basics\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x)\n        12\n        >>> x//2\n        6\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x)\n        14\n        >>> x//2\n        6\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=True).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    Trying:\n        x = 12\n    Expecting nothing\n    ok\n    Trying:\n        print(x)\n    Expecting:\n        14\n    **********************************************************************\n    File ..., line 4, in f\n    Failed example:\n        print(x)\n    Expected:\n        14\n    Got:\n        12\n    Trying:\n        x//2\n    Expecting:\n        6\n    ok\n    TestResults(failed=1, attempted=3)\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 9 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.exceptions\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x//0)\n        Traceback (most recent call last):\n        ZeroDivisionError: integer division or modulo by zero\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print('pre-exception output', x//0)\n        pre-exception output\n        Traceback (most recent call last):\n        ZeroDivisionError: integer division or modulo by zero\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 4, in f\n    Failed example:\n        print('pre-exception output', x//0)\n    Exception raised:\n        ...\n        ZeroDivisionError: integer division or modulo by zero\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('multi\\nline\\nmessage')\n        Traceback (most recent call last):\n        ValueError: multi\n        line\n        message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('message')\n        Traceback (most recent call last):\n        ValueError: wrong message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        raise ValueError('message')\n    Expected:\n        Traceback (most recent call last):\n        ValueError: wrong message\n    Got:\n        Traceback (most recent call last):\n        ...\n        ValueError: message\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        ValueError: wrong message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message')\n        Traceback (most recent call last):\n        HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 4, in f\n    Failed example:\n        raise HTTPException('message')\n    Expected:\n        Traceback (most recent call last):\n        HTTPException: message\n    Got:\n        Traceback (most recent call last):\n        ...\n        http.client.HTTPException: message\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message')\n        Traceback (most recent call last):\n        http.client.HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        foo.bar.HTTPException: message\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        TypeError: wrong type\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL\n    Expected:\n        Traceback (most recent call last):\n        TypeError: wrong type\n    Got:\n        Traceback (most recent call last):\n        ...\n        ValueError: message\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        foo.bar.HTTPException\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> from http.client import HTTPException\n        >>> raise HTTPException() #doctest: +IGNORE_EXCEPTION_DETAIL\n        Traceback (most recent call last):\n        foo.bar.HTTPException:\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> 1//0\n        0\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        1//0\n    Exception raised:\n        Traceback (most recent call last):\n        ...\n        ZeroDivisionError: integer division or modulo by zero\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 42 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.option_directives\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # should fail: no ellipsis\n        [0, 1, ..., 9]\n\n        >>> print(list(range(10)))      # doctest: +ELLIPSIS\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # should fail: no ellipsis\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))\n        [0, 1, ..., 9]\n\n        >>> # should fail: no ellipsis\n        >>> print(list(range(10)))      # doctest: -ELLIPSIS\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False,\n                          optionflags=doctest.ELLIPSIS).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 6, in f\n    Failed example:\n        print(list(range(10)))      # doctest: -ELLIPSIS\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail: no ellipsis\n        [0, 1, ..., 9]\n\n        >>> print(list(range(10)))      # doctest: +ELLIPSIS\n        [0, 1, ..., 9]\n\n        >>> print(list(range(10)))      # Should fail: no ellipsis\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail: no ellipsis\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    **********************************************************************\n    File ..., line 8, in f\n    Failed example:\n        print(list(range(10)))      # Should fail: no ellipsis\n    Expected:\n        [0, 1, ..., 9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=2, attempted=3)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail\n        [0, 1,  ...,   9]\n        >>> print(list(range(10)))      # Should succeed\n        ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE\n        [0, 1,  ...,   9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail\n    Expected:\n        [0, 1,  ...,   9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail\n        [0, 1,  ...,   9]\n        >>> print(list(range(10)))      # Should succeed\n        ... # doctest: +ELLIPSIS,+NORMALIZE_WHITESPACE\n        [0, 1,  ...,   9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail\n    Expected:\n        [0, 1,  ...,   9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))      # Should fail\n        [0, 1,  ...,   9]\n        >>> print(list(range(10)))      # Should succeed\n        ... # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE\n        [0, 1,  ...,   9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(10)))      # Should fail\n    Expected:\n        [0, 1,  ...,   9]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        >>> print(list(range(10)))\n        ... # doctest: +ELLIPSIS\n        [0, 1, ..., 9]\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    def f(x): r'''\n        >>> for x in range(10): # doctest: +ELLIPSIS\n        ...     print(' ', x, end='', sep='')\n         0 1 2 ... 9\n\n        >>> for x in range(10):\n        ...     print(' ', x, end='', sep='') # doctest: +ELLIPSIS\n         0 1 2 ... 9\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=2)\nok\nTrying:\n    def f(x): r'''\n        Should fail (option directive not on the last line):\n            >>> for x in range(10): # doctest: +ELLIPSIS\n            ...     print(x, end=' ') # doctest: +NORMALIZE_WHITESPACE\n            0  1    2...9\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    s = '>>> print(12)  #doctest: +BADOPTION'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 1 of the doctest for s has an invalid option: '+BADOPTION'\nok\nTrying:\n    s = '>>> print(12)  #doctest: ELLIPSIS'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 1 of the doctest for s has an invalid option: 'ELLIPSIS'\nok\nTrying:\n    s = '>>> # doctest: +ELLIPSIS'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestParser().get_doctest(s, {}, 's', 's.py', 0)\nExpecting:\n    Traceback (most recent call last):\n    ValueError: line 0 of the doctest for s has an option directive on a line with no example: '# doctest: +ELLIPSIS'\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 36 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.optionflags\nTrying:\n    save_colorize = _colorize.COLORIZE\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = False\nExpecting nothing\nok\nTrying:\n    def f(x):\n        '>>> True\\n1\\n'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.DONT_ACCEPT_TRUE_FOR_1\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        True\n    Expected:\n        1\n    Got:\n        True\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        '>>> print(\"a\\\\n\\\\nb\")\\na\\n<BLANKLINE>\\nb\\n'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.DONT_ACCEPT_BLANKLINE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(\"a\\n\\nb\")\n    Expected:\n        a\n        <BLANKLINE>\n        b\n    Got:\n        a\n    <BLANKLINE>\n        b\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        '\\n>>> print(1, 2, 3)\\n  1   2\\n 3'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print(1, 2, 3)\n    Expected:\n          1   2\n         3\n    Got:\n        1 2 3\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.NORMALIZE_WHITESPACE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    print(list(range(20))) #doctest: +NORMALIZE_WHITESPACE\nExpecting:\n    [0,   1,  2,  3,  4,  5,  6,  7,  8,  9,\n    10,  11, 12, 13, 14, 15, 16, 17, 18, 19]\nok\nTrying:\n    def f(x):\n        '>>> print(list(range(15)))\\n[0, 1, 2, ..., 14]\\n'\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 2, in f\n    Failed example:\n        print(list(range(15)))\n    Expected:\n        [0, 1, 2, ..., 14]\n    Got:\n        [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.ELLIPSIS\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\nExpecting:\n    TestResults(failed=0, attempted=1)\nok\nTrying:\n    if 1:\n        for i in range(100):\n            print(i**2, end=' ') #doctest: +ELLIPSIS\n        print('!')\nExpecting:\n    0 1...4...9 16 ... 36 49 64 ... 9801 !\nok\nTrying:\n    if 1:  #doctest: +ELLIPSIS\n        for i in range(20):\n            print(i, end=' ')\n        print(20)\nExpecting:\n    0 1 2 ...1...2...0\nok\nTrying:\n    print(list(range(20))) # doctest:+ELLIPSIS\nExpecting:\n    [0, 1, ..., 18, 19]\nok\nTrying:\n    print(list(range(20))) # doctest: +ELLIPSIS\n                    # doctest: +NORMALIZE_WHITESPACE\nExpecting:\n    [0,    1, ...,   18,    19]\nok\nTrying:\n    import random\nExpecting nothing\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print('\\n'.join('abcdefg'))\n        a\n        B\n        c\n        d\n        f\n        g\n        h\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print('\\n'.join('abcdefg'))\n    Expected:\n        a\n        B\n        c\n        d\n        f\n        g\n        h\n    Got:\n        a\n        b\n        c\n        d\n        e\n        f\n        g\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_UDIFF\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print('\\n'.join('abcdefg'))\n    Differences (unified diff with -expected +actual):\n        @@ -1,7 +1,7 @@\n         a\n        -B\n        +b\n         c\n         d\n        +e\n         f\n         g\n        -h\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_CDIFF\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print('\\n'.join('abcdefg'))\n    Differences (context diff with expected followed by actual):\n        ***************\n        *** 1,7 ****\n          a\n        ! B\n          c\n          d\n          f\n          g\n        - h\n        --- 1,7 ----\n          a\n        ! b\n          c\n          d\n        + e\n          f\n          g\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print(\"a b  c d e f g h i   j k l m\")\n        a b c d e f g h i j k 1 m\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_NDIFF\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 3, in f\n    Failed example:\n        print(\"a b  c d e f g h i   j k l m\")\n    Differences (ndiff with -expected +actual):\n        - a b c d e f g h i j k 1 m\n        ?                       ^\n        + a b  c d e f g h i   j k l m\n        ?     +              ++    ^\n    TestResults(failed=1, attempted=1)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print(1) # first success\n        1\n        >>> print(2) # first failure\n        200\n        >>> print(3) # second failure\n        300\n        >>> print(4) # second success\n        4\n        >>> print(5) # third failure\n        500\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_ONLY_FIRST_FAILURE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=3, attempted=5)\nok\nTrying:\n    doctest.DocTestRunner(verbose=True, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    Trying:\n        print(1) # first success\n    Expecting:\n        1\n    ok\n    Trying:\n        print(2) # first failure\n    Expecting:\n        200\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=3, attempted=5)\nok\nTrying:\n    flags = doctest.FAIL_FAST\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    flags = doctest.FAIL_FAST | doctest.REPORT_ONLY_FIRST_FAILURE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        print(2) # first failure\n    Expected:\n        200\n    Got:\n        2\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    def f(x):\n        r'''\n        >>> print(1) # first success\n        1\n        >>> raise ValueError(2) # first failure\n        200\n        >>> print(3) # second failure\n        300\n        >>> print(4) # second success\n        4\n        >>> print(5) # third failure\n        500\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    flags = doctest.REPORT_ONLY_FIRST_FAILURE\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        raise ValueError(2) # first failure\n    Exception raised:\n        ...\n        ValueError: 2\n    TestResults(failed=3, attempted=5)\nok\nTrying:\n    flags = doctest.FAIL_FAST\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=False, optionflags=flags).run(test)\n    # doctest: +ELLIPSIS\nExpecting:\n    **********************************************************************\n    File ..., line 5, in f\n    Failed example:\n        raise ValueError(2) # first failure\n    Exception raised:\n        ...\n        ValueError: 2\n    TestResults(failed=1, attempted=2)\nok\nTrying:\n    unlikely = \"UNLIKELY_OPTION_NAME\"\nExpecting nothing\nok\nTrying:\n    unlikely in doctest.OPTIONFLAGS_BY_NAME\nExpecting:\n    False\nok\nTrying:\n    new_flag_value = doctest.register_optionflag(unlikely)\nExpecting nothing\nok\nTrying:\n    unlikely in doctest.OPTIONFLAGS_BY_NAME\nExpecting:\n    True\nok\nTrying:\n    redundant_flag_value = doctest.register_optionflag(unlikely)\nExpecting nothing\nok\nTrying:\n    redundant_flag_value == new_flag_value\nExpecting:\n    True\nok\nTrying:\n    del doctest.OPTIONFLAGS_BY_NAME[unlikely]\nExpecting nothing\nok\nTrying:\n    _colorize.COLORIZE = save_colorize\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 72 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestRunner.verbose_flag\nTrying:\n    def f(x):\n        '''\n        >>> x = 12\n        >>> print(x)\n        12\n        >>> x//2\n        6\n        '''\nExpecting nothing\nok\nTrying:\n    test = doctest.DocTestFinder().find(f)[0]\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner(verbose=True).run(test)\nExpecting:\n    Trying:\n        x = 12\n    Expecting nothing\n    ok\n    Trying:\n        print(x)\n    Expecting:\n        12\n    ok\n    Trying:\n        x//2\n    Expecting:\n        6\n    ok\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    old_argv = sys.argv\nExpecting nothing\nok\nTrying:\n    sys.argv = ['test']\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner().run(test)\nExpecting:\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    sys.argv = ['test', '-v']\nExpecting nothing\nok\nTrying:\n    doctest.DocTestRunner().run(test)\nExpecting:\n    Trying:\n        x = 12\n    Expecting nothing\n    ok\n    Trying:\n        print(x)\n    Expecting:\n        12\n    ok\n    Trying:\n        x//2\n    Expecting:\n        6\n    ok\n    TestResults(failed=0, attempted=3)\nok\nTrying:\n    sys.argv = old_argv\nExpecting nothing\nok\ndoctest (test_zipped_doctest) ... 9 tests with zero failures\nFinding tests in test_zipped_doctest.test_Example\nTrying:\n    example = doctest.Example('print(1)', '1\\n')\nExpecting nothing\nok\nTrying:\n    (example.source, example.want, example.exc_msg,\n     example.lineno, example.indent, example.options)\nExpecting:\n    ('print(1)\\n', '1\\n', None, 0, 0, {})\nok\nTrying:\n    exc_msg = 'IndexError: pop from an empty list'\nExpecting nothing\nok\nTrying:\n    example = doctest.Example('[].pop()', '', exc_msg,\n                              lineno=5, indent=4,\n                              options={doctest.ELLIPSIS: True})\nExpecting nothing\nok\nTrying:\n    (example.source, example.want, example.exc_msg,\n     example.lineno, example.indent, example.options)\nExpecting:\n    ('[].pop()\\n', '', 'IndexError: pop from an empty list\\n', 5, 4, {8: True})\nok\nTrying:\n    e = doctest.Example('print(1)', '1\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print(1)\\n', '1\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print(1);\\nprint(2)\\n', '1\\n2\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1);\\nprint(2)\\n', '1\\n2\\n')\nok\nTrying:\n    e = doctest.Example('print(1);\\nprint(2)', '1\\n2\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1);\\nprint(2)\\n', '1\\n2\\n')\nok\nTrying:\n    e = doctest.Example('', '')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('\\n', '')\nok\nTrying:\n    e = doctest.Example('print(1)', '1\\n')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print(1)', '1')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print(1)\\n', '1\\n')\nok\nTrying:\n    e = doctest.Example('print', '')\nExpecting nothing\nok\nTrying:\n    e.source, e.want\nExpecting:\n    ('print\\n', '')\nok\nTrying:\n    exc_msg = 'IndexError: pop from an empty list'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('[].pop()', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'IndexError: pop from an empty list\\n'\nok\nTrying:\n    exc_msg = 'IndexError: pop from an empty list\\n'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('[].pop()', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'IndexError: pop from an empty list\\n'\nok\nTrying:\n    exc_msg = 'ValueError: 1\\n  2'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('raise ValueError(\"1\\n  2\")', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'ValueError: 1\\n  2\\n'\nok\nTrying:\n    exc_msg = 'ValueError: 1\\n  2\\n'\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('raise ValueError(\"1\\n  2\")', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    'ValueError: 1\\n  2\\n'\nok\nTrying:\n    exc_msg = ''\nExpecting nothing\nok\nTrying:\n    e = doctest.Example('raise X()', '', exc_msg)\nExpecting nothing\nok\nTrying:\n    e.exc_msg\nExpecting:\n    '\\n'\nok\nTrying:\n    example = doctest.Example('print 1', '1\\n')\nExpecting nothing\nok\nTrying:\n    same_example = doctest.Example('print 1', '1\\n')\nExpecting nothing\nok\nTrying:\n    other_example = doctest.Example('print 42', '42\\n')\nExpecting nothing\nok\nTrying:\n    example == same_example\nExpecting:\n    True\nok\nTrying:\n    example != same_example\nExpecting:\n    False\nok\nTrying:\n    hash(example) == hash(same_example)\nExpecting:\n    True\nok\nTrying:\n    example == other_example\nExpecting:\n    False\nok\nTrying:\n    example != other_example\nExpecting:\n    True\nok\ndoctest (test_zipped_doctest) ... 44 tests with zero failures\nFinding tests in test_zipped_doctest.test_debug\nTrying:\n    s = '''\n        >>> x = 12\n        >>> print(x)\n        12\n        '''\nExpecting nothing\nok\nTrying:\n    real_stdin = sys.stdin\nExpecting nothing\nok\nTrying:\n    sys.stdin = FakeInput(['next', 'print(x)', 'continue'])\nExpecting nothing\nok\nTrying:\n    try: doctest.debug_src(s)\n    finally: sys.stdin = real_stdin\nExpecting:\n    > <string>(1)<module>()\n    (Pdb) next\n    12\n    --Return--\n    > <string>(1)<module>()->None\n    (Pdb) print(x)\n    12\n    (Pdb) continue\nok\ndoctest (test_zipped_doctest) ... 4 tests with zero failures\nFinding tests in test_zipped_doctest.test_testsource\nTrying:\n    import test_zipped_doctest as test_doctest\nExpecting nothing\nok\nTrying:\n    name = 'test_zipped_doctest.sample_func'\nExpecting nothing\nok\nTrying:\n    print(doctest.testsource(test_doctest, name))\nExpecting:\n    # Blah blah\n    #\n    print(sample_func(22))\n    # Expected:\n    ## 44\n    #\n    # Yee ha!\n    <BLANKLINE>\nok\nTrying:\n    name = 'test_zipped_doctest.SampleNewStyleClass'\nExpecting nothing\nok\nTrying:\n    print(doctest.testsource(test_doctest, name))\nExpecting:\n    print('1\\n2\\n3')\n    # Expected:\n    ## 1\n    ## 2\n    ## 3\n    <BLANKLINE>\nok\nTrying:\n    name = 'test_zipped_doctest.SampleClass.a_classmethod'\nExpecting nothing\nok\nTrying:\n    print(doctest.testsource(test_doctest, name))\nExpecting:\n    print(SampleClass.a_classmethod(10))\n    # Expected:\n    ## 12\n    print(SampleClass(0).a_classmethod(10))\n    # Expected:\n    ## 12\n    <BLANKLINE>\nok\ndoctest (test_zipped_doctest) ... 7 tests with zero failures\nFinding tests in test_zipped_doctest.test_trailing_space_in_test\nTrying:\n    x, y = 'foo', ''\nExpecting nothing\nok\nTrying:\n    print(x, y)\nExpecting:\n    foo \nok\ndoctest (test_zipped_doctest) ... 2 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestSuite\nTrying:\n    import unittest\nExpecting nothing\nok\nTrying:\n    import sample_zipped_doctest\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite(sample_zipped_doctest)\nExpecting nothing\nok\nTrying:\n    result = suite.run(unittest.TestResult())\nExpecting nothing\nok\nTrying:\n    result\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    for tst, _ in result.failures:\n        print(tst)\nExpecting:\n    bad (sample_zipped_doctest.__test__)\n    foo (sample_zipped_doctest)\n    test_silly_setup (sample_zipped_doctest)\n    y_is_one (sample_zipped_doctest)\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest')\nExpecting nothing\nok\nTrying:\n    result = suite.run(unittest.TestResult())\nExpecting nothing\nok\nTrying:\n    result\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_no_doctests')\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=0 errors=0 failures=0>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings')\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=0 errors=0 failures=0>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_skip')\nExpecting nothing\nok\nTrying:\n    result = suite.run(unittest.TestResult())\nExpecting nothing\nok\nTrying:\n    result\nExpecting:\n    <unittest.result.TestResult run=6 errors=0 failures=2>\nok\nTrying:\n    len(result.skipped)\nExpecting:\n    2\nok\nTrying:\n    for tst, _ in result.skipped:\n        print(tst)\nExpecting:\n    double_skip (sample_zipped_doctest_skip)\n    single_skip (sample_zipped_doctest_skip)\nok\nTrying:\n    for tst, _ in result.failures:\n        print(tst)\nExpecting:\n    no_skip_fail (sample_zipped_doctest_skip)\n    partial_skip_fail (sample_zipped_doctest_skip)\nok\nTrying:\n    suite = sample_zipped_doctest.test_suite()\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    finder = doctest.DocTestFinder()\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n                             test_finder=finder)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=4>\nok\nTrying:\n    finder = doctest.DocTestFinder()\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings',\n                             test_finder=finder)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=0 errors=0 failures=0>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest', globs={})\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=5>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n                                 extraglobs={'y': 1})\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=3>\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n                         optionflags=doctest.DONT_ACCEPT_BLANKLINE)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=5>\nok\nTrying:\n    def setUp(t):\n        import test_zipped_doctest as test_doctest\n        test_doctest.sillySetup = True\nExpecting nothing\nok\nTrying:\n    def tearDown(t):\n        import test_zipped_doctest as test_doctest\n        del test_doctest.sillySetup\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest',\n         setUp=setUp, tearDown=tearDown)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=3>\nok\nTrying:\n    import test_zipped_doctest as test_doctest\nExpecting nothing\nok\nTrying:\n    test_doctest.sillySetup\nExpecting:\n    Traceback (most recent call last):\n    ...\n    AttributeError: module 'test_zipped_doctest' has no attribute 'sillySetup'\nok\nTrying:\n    def setUp(test):\n        test.globs['y'] = 1\nExpecting nothing\nok\nTrying:\n    suite = doctest.DocTestSuite('sample_zipped_doctest', setUp=setUp)\nExpecting nothing\nok\nTrying:\n    suite.run(unittest.TestResult())\nExpecting:\n    <unittest.result.TestResult run=9 errors=0 failures=3>\nok\ndoctest (test_zipped_doctest) ... 42 tests with zero failures\nFinding tests in test_zipped_doctest.test_DocTestFinder\ndoctest (test_zipped_doctest) ... 0 tests with zero failures\nok\ntest_doctest_main_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_main_issue4197) ... Expected line File \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/script.py\", line 2, in __main__.Test\nGot stdout:\nb'**********************************************************************\\nFile \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/script.py\", line 2, in __main__.Test\\nFailed example:\\n    \\'line 2\\'\\nExpected nothing\\nGot:\\n    \\'line 2\\'\\n**********************************************************************\\n1 item had failures:\\n   1 of   1 in __main__.Test\\n***Test Failed*** 1 failure.\\n'\nExpected line File \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/test_zip.zip/__main__.py\", line 2, in __main__.Test\nGot stdout:\nb'**********************************************************************\\nFile \"/var/volatile/tmp/test_python_9wnm8a61/tmprutcm29n/test_zip.zip/__main__.py\", line 2, in __main__.Test\\nFailed example:\\n    \\'line 2\\'\\nExpected nothing\\nGot:\\n    \\'line 2\\'\\n**********************************************************************\\n1 item had failures:\\n   1 of   1 in __main__.Test\\n***Test Failed*** 1 failure.\\n'\nok\nPASS: test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests.test_inspect_getsource_issue4223)\nPASS: test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests.test_pdb_issue4201)\n\n----------------------------------------------------------------------\nRan 4 tests in 0.304s\n\nOK\n0:02:49 load avg: 1.75 [476/480] test_wait4 passed\nPASS: test_wait (test.fork_wait.ForkWait.test_wait)\nPASS: test_wait (test.test_wait4.Wait4Test.test_wait)\n\n----------------------------------------------------------------------\nRan 2 tests in 5.004s\n\nOK\n0:02:50 load avg: 1.75 [477/480] test_zoneinfo passed\nPASS: test_clear_cache (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_clear_cache)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_from_file)\nSKIP: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys_paths) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_zones) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_and_gaps) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_from_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_fromutc_errors) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_key_attribute) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_repr (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_repr) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_str (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_str) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_fixed_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_variable_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_unambiguous) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nPASS: test_extreme_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_extreme_tzstr)\nPASS: test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_invalid_tzstr)\nPASS: test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_from_utc)\nPASS: test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_localized)\nPASS: test_available_timezones (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones)\nPASS: test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones_weirdzone)\ntest_dir_contains_all (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_contains_all)\nPASS: dir(self.module) should at least contain everything in __all__.\ntest_dir_unique (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_unique)\nPASS: Test that there are no duplicates in dir(self.module)\nPASS: test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.CTestModule.test_exclude_posixrules)\nPASS: test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.CTestModule.test_folder_exclusions)\nPASS: test_getattr_error (test.test_zoneinfo.test_zoneinfo.CTestModule.test_getattr_error)\ntest_env_variable (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable)\nPASS: Tests that the environment variable works with reset_tzpath.\nPASS: test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths)\nPASS: test_env_variable_relative_paths_warning_location (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths_warning_location)\nPASS: test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_kwarg)\nPASS: test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_relative_paths)\nPASS: test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_attribute)\nPASS: test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_type_error)\nPASS: test_empty_zone (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_empty_zone)\nPASS: test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_fixed_offset_phantom_transition)\nPASS: test_no_tz_str (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_no_tz_str)\nPASS: test_one_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_transition)\nPASS: test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_zone_dst)\nPASS: test_tz_before_only (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_tz_before_only)\ntest_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_zone_very_large_timestamp)\nPASS: Test when a transition is in the far past or future.\ntest_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_cache_reset_tzpath)\nPASS: Test that the cache persists when tzpath has been changed.\nPASS: test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_explicit_none)\ntest_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_one_key)\nPASS: Tests that you can clear a single key from the cache.\nPASS: test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_two_keys)\nPASS: test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_ephemeral_zones)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_no_cache)\nPASS: test_strong_refs (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_strong_refs)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_zones)\ntest_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fold_mutate)\nPASS: Test that fold isn't mutated when no change is necessary.\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_repr)\ntest_signatures (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_signatures)\nPASS: Ensure that C module has valid method signatures.\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_utc)\nPASS: test_cache_hit (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_hit)\nPASS: test_cache_miss (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_miss)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_from_file)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_no_cache)\nPASS: test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_pickle_after_from_file)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_str)\nPASS: test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_subclass_own_cache)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_zones)\ntest_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fold_mutate)\nPASS: Test that fold isn't mutated when no change is necessary.\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_repr)\ntest_signatures (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_signatures)\nPASS: Ensure that C module has valid method signatures.\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_utc)\nPASS: test_clear_cache (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_clear_cache)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_from_file)\nPASS: test_cache_location (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_cache_location)\nPASS: test_gc_tracked (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_gc_tracked)\nSKIP: test_bad_keys (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys_paths) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_bad_zones (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_zones) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_and_gaps) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_from_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_fromutc_errors) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_key_attribute (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_key_attribute) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_repr (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_repr) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_str (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_str) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_fixed_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_variable_offset) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_unambiguous (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_unambiguous) 'Skipping tzdata-specific tests: tzdata not installed'\nSKIP: test_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_utc) 'Skipping tzdata-specific tests: tzdata not installed'\nPASS: test_extreme_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_extreme_tzstr)\nPASS: test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_invalid_tzstr)\nPASS: test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_from_utc)\nPASS: test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_localized)\nPASS: test_available_timezones (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones)\nPASS: test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones_weirdzone)\ntest_dir_contains_all (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_contains_all)\nPASS: dir(self.module) should at least contain everything in __all__.\ntest_dir_unique (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_unique)\nPASS: Test that there are no duplicates in dir(self.module)\nPASS: test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.TestModule.test_exclude_posixrules)\nPASS: test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.TestModule.test_folder_exclusions)\nPASS: test_getattr_error (test.test_zoneinfo.test_zoneinfo.TestModule.test_getattr_error)\ntest_env_variable (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable)\nPASS: Tests that the environment variable works with reset_tzpath.\nPASS: test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths)\nPASS: test_env_variable_relative_paths_warning_location (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths_warning_location)\nPASS: test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_kwarg)\nPASS: test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_relative_paths)\nPASS: test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_attribute)\nPASS: test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_type_error)\nPASS: test_empty_zone (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_empty_zone)\nPASS: test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_fixed_offset_phantom_transition)\nPASS: test_no_tz_str (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_no_tz_str)\nPASS: test_one_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_transition)\nPASS: test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_zone_dst)\nPASS: test_tz_before_only (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_tz_before_only)\ntest_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_zone_very_large_timestamp)\nPASS: Test when a transition is in the far past or future.\ntest_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_cache_reset_tzpath)\nPASS: Test that the cache persists when tzpath has been changed.\nPASS: test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_explicit_none)\ntest_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_one_key)\nPASS: Tests that you can clear a single key from the cache.\nPASS: test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_two_keys)\nPASS: test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_ephemeral_zones)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_no_cache)\nPASS: test_strong_refs (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_strong_refs)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_utc)\nPASS: test_cache_hit (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_hit)\nPASS: test_cache_miss (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_miss)\nPASS: test_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_from_file)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_no_cache)\nPASS: test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_pickle_after_from_file)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_str)\nPASS: test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_subclass_own_cache)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_utc)\nPASS: test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys)\nPASS: test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys_paths)\nPASS: test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_zones)\nPASS: test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_and_gaps)\nPASS: test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_from_utc)\nPASS: test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_fromutc_errors)\nPASS: test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_key_attribute)\nPASS: test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_repr)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_str)\nPASS: test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_fixed_offset)\nPASS: test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_variable_offset)\nPASS: test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_unambiguous)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_utc)\nPASS: test_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_cache)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoCacheTest.test_no_cache)\nPASS: test_pickle_unpickle_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache)\ntest_pickle_unpickle_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_pickle_unpickle_no_cache (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache)\ntest_pickle_unpickle_no_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoPickleTest.test_pickle_unpickle_no_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_key (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_key)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_str)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo_property.CZoneInfoTest.test_utc)\nPASS: test_cross_module_pickle (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_cross_module_pickle)\nPASS: test_same_from_utc (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_from_utc)\nPASS: test_same_offsets_and_names (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_offsets_and_names)\nPASS: test_same_str (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_str)\nPASS: test_same_to_utc (test.test_zoneinfo.test_zoneinfo_property.PythonCConsistencyTest.test_same_to_utc)\nPASS: test_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_cache)\nPASS: test_no_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoCacheTest.test_no_cache)\nPASS: test_pickle_unpickle_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache)\ntest_pickle_unpickle_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_pickle_unpickle_no_cache (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache)\ntest_pickle_unpickle_no_cache_multiple_rounds (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoPickleTest.test_pickle_unpickle_no_cache_multiple_rounds)\nPASS: Test that pickle/unpickle is idempotent.\nPASS: test_key (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_key)\nPASS: test_str (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_str)\nPASS: test_utc (test.test_zoneinfo.test_zoneinfo_property.ZoneInfoTest.test_utc)\n\n----------------------------------------------------------------------\nRan 239 tests in 0.145s\n\nOK (skipped=26)\n0:02:50 load avg: 1.75 [478/480] test_zlib passed\nSKIP: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase.test_big_buffer) 'not enough memory: 4.0G minimum needed'\nPASS: test_adler32empty (test.test_zlib.ChecksumTestCase.test_adler32empty)\nPASS: test_adler32start (test.test_zlib.ChecksumTestCase.test_adler32start)\nPASS: test_crc32_adler32_unsigned (test.test_zlib.ChecksumTestCase.test_crc32_adler32_unsigned)\nPASS: test_crc32empty (test.test_zlib.ChecksumTestCase.test_crc32empty)\nPASS: test_crc32start (test.test_zlib.ChecksumTestCase.test_crc32start)\nPASS: test_penguins (test.test_zlib.ChecksumTestCase.test_penguins)\nPASS: test_same_as_binascii_crc32 (test.test_zlib.ChecksumTestCase.test_same_as_binascii_crc32)\nPASS: test_64bit_compress (test.test_zlib.CompressObjectTestCase.test_64bit_compress)\nPASS: test_badcompresscopy (test.test_zlib.CompressObjectTestCase.test_badcompresscopy)\nPASS: test_baddecompresscopy (test.test_zlib.CompressObjectTestCase.test_baddecompresscopy)\nPASS: test_big_compress_buffer (test.test_zlib.CompressObjectTestCase.test_big_compress_buffer)\nPASS: test_big_decompress_buffer (test.test_zlib.CompressObjectTestCase.test_big_decompress_buffer)\nPASS: test_clear_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_clear_unconsumed_tail)\nPASS: test_compresscopy (test.test_zlib.CompressObjectTestCase.test_compresscopy)\nPASS: test_compressincremental (test.test_zlib.CompressObjectTestCase.test_compressincremental)\nPASS: test_compressoptions (test.test_zlib.CompressObjectTestCase.test_compressoptions)\nPASS: test_compresspickle (test.test_zlib.CompressObjectTestCase.test_compresspickle)\nPASS: test_decompimax (test.test_zlib.CompressObjectTestCase.test_decompimax)\nPASS: test_decompinc (test.test_zlib.CompressObjectTestCase.test_decompinc)\nPASS: test_decompincflush (test.test_zlib.CompressObjectTestCase.test_decompincflush)\nPASS: test_decompress_eof (test.test_zlib.CompressObjectTestCase.test_decompress_eof)\nPASS: test_decompress_eof_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_eof_incomplete_stream)\nPASS: test_decompress_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_incomplete_stream)\nPASS: test_decompress_raw_with_dictionary (test.test_zlib.CompressObjectTestCase.test_decompress_raw_with_dictionary)\nPASS: test_decompress_unused_data (test.test_zlib.CompressObjectTestCase.test_decompress_unused_data)\nPASS: test_decompresscopy (test.test_zlib.CompressObjectTestCase.test_decompresscopy)\nPASS: test_decompressmaxlen (test.test_zlib.CompressObjectTestCase.test_decompressmaxlen)\nPASS: test_decompressmaxlenflush (test.test_zlib.CompressObjectTestCase.test_decompressmaxlenflush)\nPASS: test_decompresspickle (test.test_zlib.CompressObjectTestCase.test_decompresspickle)\nPASS: test_dictionary (test.test_zlib.CompressObjectTestCase.test_dictionary)\nPASS: test_dictionary_streaming (test.test_zlib.CompressObjectTestCase.test_dictionary_streaming)\nPASS: test_empty_flush (test.test_zlib.CompressObjectTestCase.test_empty_flush)\nPASS: test_flush_custom_length (test.test_zlib.CompressObjectTestCase.test_flush_custom_length)\nPASS: test_flush_large_length (test.test_zlib.CompressObjectTestCase.test_flush_large_length)\nPASS: test_flush_with_freed_input (test.test_zlib.CompressObjectTestCase.test_flush_with_freed_input)\nPASS: test_flushes (test.test_zlib.CompressObjectTestCase.test_flushes)\nPASS: test_keywords (test.test_zlib.CompressObjectTestCase.test_keywords)\nPASS: test_large_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_large_unconsumed_tail)\nPASS: test_large_unused_data (test.test_zlib.CompressObjectTestCase.test_large_unused_data)\nPASS: test_maxlen_custom (test.test_zlib.CompressObjectTestCase.test_maxlen_custom)\nPASS: test_maxlen_large (test.test_zlib.CompressObjectTestCase.test_maxlen_large)\nPASS: test_maxlenmisc (test.test_zlib.CompressObjectTestCase.test_maxlenmisc)\nPASS: test_odd_flush (test.test_zlib.CompressObjectTestCase.test_odd_flush)\nPASS: test_pair (test.test_zlib.CompressObjectTestCase.test_pair)\nPASS: test_wbits (test.test_zlib.CompressObjectTestCase.test_wbits)\nPASS: test_64bit_compress (test.test_zlib.CompressTestCase.test_64bit_compress)\nPASS: test_big_compress_buffer (test.test_zlib.CompressTestCase.test_big_compress_buffer)\nPASS: test_big_decompress_buffer (test.test_zlib.CompressTestCase.test_big_decompress_buffer)\nPASS: test_custom_bufsize (test.test_zlib.CompressTestCase.test_custom_bufsize)\nPASS: test_incomplete_stream (test.test_zlib.CompressTestCase.test_incomplete_stream)\nPASS: test_keywords (test.test_zlib.CompressTestCase.test_keywords)\nPASS: test_large_bufsize (test.test_zlib.CompressTestCase.test_large_bufsize)\nPASS: test_speech (test.test_zlib.CompressTestCase.test_speech)\nPASS: test_speech128 (test.test_zlib.CompressTestCase.test_speech128)\nPASS: test_badargs (test.test_zlib.ExceptionTestCase.test_badargs)\nPASS: test_badcompressobj (test.test_zlib.ExceptionTestCase.test_badcompressobj)\nPASS: test_baddecompressobj (test.test_zlib.ExceptionTestCase.test_baddecompressobj)\nPASS: test_badlevel (test.test_zlib.ExceptionTestCase.test_badlevel)\nPASS: test_decompressobj_badflush (test.test_zlib.ExceptionTestCase.test_decompressobj_badflush)\nPASS: test_disallow_instantiation (test.test_zlib.ExceptionTestCase.test_disallow_instantiation)\nPASS: test_overflow (test.test_zlib.ExceptionTestCase.test_overflow)\nPASS: test_library_version (test.test_zlib.VersionTestCase.test_library_version)\nPASS: testDecompress (test.test_zlib.ZlibDecompressorTest.testDecompress)\nPASS: testDecompress4G (test.test_zlib.ZlibDecompressorTest.testDecompress4G)\nPASS: testDecompressChunks10 (test.test_zlib.ZlibDecompressorTest.testDecompressChunks10)\nPASS: testDecompressUnusedData (test.test_zlib.ZlibDecompressorTest.testDecompressUnusedData)\nPASS: testDecompressorChunksMaxsize (test.test_zlib.ZlibDecompressorTest.testDecompressorChunksMaxsize)\nPASS: testEOFError (test.test_zlib.ZlibDecompressorTest.testEOFError)\nPASS: testPickle (test.test_zlib.ZlibDecompressorTest.testPickle)\nPASS: test_Constructor (test.test_zlib.ZlibDecompressorTest.test_Constructor)\nPASS: test_decompressor_inputbuf_1 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_1)\nPASS: test_decompressor_inputbuf_2 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_2)\nPASS: test_decompressor_inputbuf_3 (test.test_zlib.ZlibDecompressorTest.test_decompressor_inputbuf_3)\nPASS: test_failure (test.test_zlib.ZlibDecompressorTest.test_failure)\nSKIP: test_refleaks_in___init__ (test.test_zlib.ZlibDecompressorTest.test_refleaks_in___init__) \"object <module 'sys' (built-in)> has no attribute 'gettotalrefcount'\"\n\n----------------------------------------------------------------------\nRan 76 tests in 0.487s\n\nOK (skipped=2)\n0:02:51 load avg: 1.77 [479/480] test_zipfile passed\nSKIP: test.test_zipfile._path.test_complexity (unittest.loader.ModuleSkipped.test.test_zipfile._path.test_complexity) 'Unable to import big_o'\ntest_backslash_not_separator (test.test_zipfile._path.test_path.TestPath.test_backslash_not_separator)\nPASS: In a zip file, backslashes are not separators.\nPASS: test_dir_parent (test.test_zipfile._path.test_path.TestPath.test_dir_parent)\ntest_encoding_warnings (test.test_zipfile._path.test_path.TestPath.test_encoding_warnings)\nSKIP: EncodingWarning must blame the read_text and open calls. 'Requires warn_default_encoding'\nPASS: test_eq_hash (test.test_zipfile._path.test_path.TestPath.test_eq_hash)\ntest_extract_orig_with_implied_dirs (test.test_zipfile._path.test_path.TestPath.test_extract_orig_with_implied_dirs)\nPASS: A zip file wrapped in a Path should extract even with implied dirs.\nPASS: test_filename (test.test_zipfile._path.test_path.TestPath.test_filename)\ntest_getinfo_missing (test.test_zipfile._path.test_path.TestPath.test_getinfo_missing)\nPASS: Validate behavior of getinfo on original zipfile after wrapping.\nPASS: test_glob_chars (test.test_zipfile._path.test_path.TestPath.test_glob_chars)\nPASS: test_glob_dirs (test.test_zipfile._path.test_path.TestPath.test_glob_dirs)\nPASS: test_glob_does_not_overmatch_dot (test.test_zipfile._path.test_path.TestPath.test_glob_does_not_overmatch_dot)\nPASS: test_glob_empty (test.test_zipfile._path.test_path.TestPath.test_glob_empty)\nPASS: test_glob_recursive (test.test_zipfile._path.test_path.TestPath.test_glob_recursive)\nPASS: test_glob_single_char (test.test_zipfile._path.test_path.TestPath.test_glob_single_char)\nPASS: test_glob_subdir (test.test_zipfile._path.test_path.TestPath.test_glob_subdir)\nPASS: test_glob_subdirs (test.test_zipfile._path.test_path.TestPath.test_glob_subdirs)\nPASS: test_inheritance (test.test_zipfile._path.test_path.TestPath.test_inheritance)\nPASS: test_interface (test.test_zipfile._path.test_path.TestPath.test_interface)\nPASS: test_is_file_missing (test.test_zipfile._path.test_path.TestPath.test_is_file_missing)\nPASS: test_is_symlink (test.test_zipfile._path.test_path.TestPath.test_is_symlink)\nPASS: test_iterdir_and_types (test.test_zipfile._path.test_path.TestPath.test_iterdir_and_types)\nPASS: test_iterdir_on_file (test.test_zipfile._path.test_path.TestPath.test_iterdir_on_file)\nPASS: test_joinpath (test.test_zipfile._path.test_path.TestPath.test_joinpath)\ntest_joinpath_constant_time (test.test_zipfile._path.test_path.TestPath.test_joinpath_constant_time)\nPASS: Ensure joinpath on items in zipfile is linear time.\nPASS: test_joinpath_multiple (test.test_zipfile._path.test_path.TestPath.test_joinpath_multiple)\ntest_malformed_paths (test.test_zipfile._path.test_path.TestPath.test_malformed_paths)\nPASS: Path should handle malformed paths gracefully.\nPASS: test_match_and_glob (test.test_zipfile._path.test_path.TestPath.test_match_and_glob)\nPASS: test_missing_dir_parent (test.test_zipfile._path.test_path.TestPath.test_missing_dir_parent)\ntest_mutability (test.test_zipfile._path.test_path.TestPath.test_mutability)\nPASS: If the underlying zipfile is changed, the Path object should\nPASS: test_open (test.test_zipfile._path.test_path.TestPath.test_open)\nPASS: test_open_binary_invalid_args (test.test_zipfile._path.test_path.TestPath.test_open_binary_invalid_args)\nPASS: test_open_encoding_errors (test.test_zipfile._path.test_path.TestPath.test_open_encoding_errors)\nPASS: test_open_encoding_utf16 (test.test_zipfile._path.test_path.TestPath.test_open_encoding_utf16)\ntest_open_extant_directory (test.test_zipfile._path.test_path.TestPath.test_open_extant_directory)\nPASS: Attempting to open a directory raises IsADirectoryError.\ntest_open_missing_directory (test.test_zipfile._path.test_path.TestPath.test_open_missing_directory)\nPASS: Attempting to open a missing directory raises FileNotFoundError.\ntest_open_write (test.test_zipfile._path.test_path.TestPath.test_open_write)\nPASS: If the zipfile is open for write, it should be possible to\nPASS: test_parent (test.test_zipfile._path.test_path.TestPath.test_parent)\ntest_pathlike_construction (test.test_zipfile._path.test_path.TestPath.test_pathlike_construction)\nPASS: zipfile.Path should be constructable from a path-like object\nPASS: test_pickle (test.test_zipfile._path.test_path.TestPath.test_pickle)\nPASS: test_read (test.test_zipfile._path.test_path.TestPath.test_read)\nPASS: test_read_does_not_close (test.test_zipfile._path.test_path.TestPath.test_read_does_not_close)\nPASS: test_relative_to (test.test_zipfile._path.test_path.TestPath.test_relative_to)\ntest_root_name (test.test_zipfile._path.test_path.TestPath.test_root_name)\nPASS: The name of the root should be the name of the zipfile\nPASS: test_root_parent (test.test_zipfile._path.test_path.TestPath.test_root_parent)\ntest_root_unnamed (test.test_zipfile._path.test_path.TestPath.test_root_unnamed)\nPASS: It is an error to attempt to get the name\ntest_stem (test.test_zipfile._path.test_path.TestPath.test_stem)\nPASS: The final path component, without its suffix\nPASS: test_subclass (test.test_zipfile._path.test_path.TestPath.test_subclass)\nPASS: test_subdir_is_dir (test.test_zipfile._path.test_path.TestPath.test_subdir_is_dir)\ntest_suffix (test.test_zipfile._path.test_path.TestPath.test_suffix)\nPASS: The suffix of the root should be the suffix of the zipfile.\nPASS: test_suffix_no_filename (test.test_zipfile._path.test_path.TestPath.test_suffix_no_filename)\ntest_suffixes (test.test_zipfile._path.test_path.TestPath.test_suffixes)\nPASS: The suffix of the root should be the suffix of the zipfile.\nPASS: test_traverse_pathlike (test.test_zipfile._path.test_path.TestPath.test_traverse_pathlike)\nPASS: test_traverse_truediv (test.test_zipfile._path.test_path.TestPath.test_traverse_truediv)\ntest_unsupported_names (test.test_zipfile._path.test_path.TestPath.test_unsupported_names)\nPASS: Path segments with special characters are readable.\ntest_read_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.Bzip2BadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_basic (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic)\nPASS: test_too_many_files (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append)\nPASS: test_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read)\nPASS: test_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic)\nPASS: test_iterlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines)\ntest_low_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_low_compression)\nPASS: Check for cases where compressed data is larger than original.\nPASS: test_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10)\nPASS: test_read_return_size (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile)\nPASS: test_writestr_compression (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writing_errors (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.Bzip2WriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs)\nPASS: test_bad_use (test.test_zipfile.test_core.CommandLineTest.test_bad_use)\nPASS: test_create_command (test.test_zipfile.test_core.CommandLineTest.test_create_command)\nPASS: test_extract_command (test.test_zipfile.test_core.CommandLineTest.test_extract_command)\nPASS: test_list_command (test.test_zipfile.test_core.CommandLineTest.test_list_command)\nPASS: test_test_command (test.test_zipfile.test_core.CommandLineTest.test_test_command)\nPASS: test_bad_password (test.test_zipfile.test_core.DecryptionTests.test_bad_password)\nPASS: test_good_password (test.test_zipfile.test_core.DecryptionTests.test_good_password)\nPASS: test_no_password (test.test_zipfile.test_core.DecryptionTests.test_no_password)\nPASS: test_seek_tell (test.test_zipfile.test_core.DecryptionTests.test_seek_tell)\nPASS: test_unicode_password (test.test_zipfile.test_core.DecryptionTests.test_unicode_password)\ntest_read_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.DeflateBadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_basic (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic)\nPASS: test_too_many_files (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append)\nPASS: test_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read)\nPASS: test_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic)\nPASS: test_iterlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines)\ntest_low_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_low_compression)\nPASS: Check for cases where compressed data is larger than original.\nPASS: test_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compression)\nPASS: Check that files within a Zip archive can have different\ntest_per_file_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10)\nPASS: test_read_return_size (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile)\nPASS: test_writestr_compression (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writing_errors (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.DeflateWriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs)\nPASS: test_cli_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding)\nPASS: test_cli_with_metadata_encoding_extract (test.test_zipfile.test_core.EncodedMetadataTests.test_cli_with_metadata_encoding_extract)\nPASS: test_read_after_append (test.test_zipfile.test_core.EncodedMetadataTests.test_read_after_append)\nPASS: test_read_with_incorrect_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding)\nPASS: test_read_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_metadata_encoding)\nPASS: test_read_with_unsuitable_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding)\nPASS: test_read_without_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_read_without_metadata_encoding)\nPASS: test_write_with_metadata_encoding (test.test_zipfile.test_core.EncodedMetadataTests.test_write_with_metadata_encoding)\nPASS: test_extract (test.test_zipfile.test_core.ExtractTests.test_extract)\nPASS: test_extract_all (test.test_zipfile.test_core.ExtractTests.test_extract_all)\nPASS: test_extract_all_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target)\nPASS: test_extract_all_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_all_with_target_pathlike)\nPASS: test_extract_hackers_arcnames_common_cases (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_common_cases)\nPASS: test_extract_hackers_arcnames_posix_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_posix_only)\ntest_extract_hackers_arcnames_windows_only (test.test_zipfile.test_core.ExtractTests.test_extract_hackers_arcnames_windows_only)\nSKIP: Test combination of path fixing and windows name sanitization. 'Requires \\\\ as path separator.'\nPASS: test_extract_with_target (test.test_zipfile.test_core.ExtractTests.test_extract_with_target)\nPASS: test_extract_with_target_pathlike (test.test_zipfile.test_core.ExtractTests.test_extract_with_target_pathlike)\nPASS: test_sanitize_windows_name (test.test_zipfile.test_core.ExtractTests.test_sanitize_windows_name)\ntest_read_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.LzmaBadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_basic (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic)\nPASS: test_too_many_files (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append)\nPASS: test_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read)\nPASS: test_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic)\nPASS: test_iterlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines)\ntest_low_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_low_compression)\nPASS: Check for cases where compressed data is larger than original.\nPASS: test_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10)\nPASS: test_read_return_size (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile)\nPASS: test_writestr_compression (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writing_errors (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.LzmaWriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs)\ntest_bad_compression_mode (test.test_zipfile.test_core.OtherTests.test_bad_compression_mode)\nPASS: Check that bad compression methods passed to ZipFile.open are\ntest_bad_constructor_mode (test.test_zipfile.test_core.OtherTests.test_bad_constructor_mode)\nPASS: Check that bad modes passed to ZipFile constructor are caught.\ntest_bad_open_mode (test.test_zipfile.test_core.OtherTests.test_bad_open_mode)\nPASS: Check that bad modes passed to ZipFile.open are caught.\nPASS: test_change_comment_in_empty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_empty_archive)\nPASS: test_change_comment_in_nonempty_archive (test.test_zipfile.test_core.OtherTests.test_change_comment_in_nonempty_archive)\ntest_close (test.test_zipfile.test_core.OtherTests.test_close)\nPASS: Check that the zipfile is closed after the 'with' block.\nPASS: test_close_erroneous_file (test.test_zipfile.test_core.OtherTests.test_close_erroneous_file)\ntest_close_on_exception (test.test_zipfile.test_core.OtherTests.test_close_on_exception)\nPASS: Check that the zipfile is closed if an exception is raised in the\ntest_closed_zip_raises_ValueError (test.test_zipfile.test_core.OtherTests.test_closed_zip_raises_ValueError)\nPASS: Verify that testzip() doesn't swallow inappropriate exceptions.\ntest_comments (test.test_zipfile.test_core.OtherTests.test_comments)\nPASS: Check that comments on the archive are handled properly.\ntest_create_empty_zipinfo_default_attributes (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_default_attributes)\nPASS: Ensure all required attributes are set.\ntest_create_empty_zipinfo_repr (test.test_zipfile.test_core.OtherTests.test_create_empty_zipinfo_repr)\nPASS: Before bpo-26185, repr() on empty ZipInfo object was failing.\nPASS: test_create_non_existent_file_for_append (test.test_zipfile.test_core.OtherTests.test_create_non_existent_file_for_append)\nPASS: test_create_zipinfo_before_1980 (test.test_zipfile.test_core.OtherTests.test_create_zipinfo_before_1980)\ntest_damaged_zipfile (test.test_zipfile.test_core.OtherTests.test_damaged_zipfile)\nPASS: Check that zipfiles with missing bytes at the end raise BadZipFile.\nPASS: test_decompress_without_3rd_party_library (test.test_zipfile.test_core.OtherTests.test_decompress_without_3rd_party_library)\nPASS: test_empty_file_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_empty_file_raises_BadZipFile)\nPASS: test_empty_zipfile (test.test_zipfile.test_core.OtherTests.test_empty_zipfile)\ntest_exclusive_create_zip_file (test.test_zipfile.test_core.OtherTests.test_exclusive_create_zip_file)\nPASS: Test exclusive creating a new zipfile.\nPASS: test_full_overlap_different_names (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names)\nPASS: test_full_overlap_different_names2 (test.test_zipfile.test_core.OtherTests.test_full_overlap_different_names2)\nPASS: test_full_overlap_same_name (test.test_zipfile.test_core.OtherTests.test_full_overlap_same_name)\ntest_is_zip_erroneous_file (test.test_zipfile.test_core.OtherTests.test_is_zip_erroneous_file)\nPASS: Check that is_zipfile() correctly identifies non-zip files.\ntest_is_zip_valid_file (test.test_zipfile.test_core.OtherTests.test_is_zip_valid_file)\nPASS: Check that is_zipfile() correctly identifies zip files.\nPASS: test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.test_core.OtherTests.test_negative_central_directory_offset_raises_BadZipFile)\nPASS: test_non_existent_file_raises_OSError (test.test_zipfile.test_core.OtherTests.test_non_existent_file_raises_OSError)\ntest_null_byte_in_filename (test.test_zipfile.test_core.OtherTests.test_null_byte_in_filename)\nPASS: Check that a filename containing a null byte is properly\nPASS: test_open_conflicting_handles (test.test_zipfile.test_core.OtherTests.test_open_conflicting_handles)\nPASS: test_open_empty_file (test.test_zipfile.test_core.OtherTests.test_open_empty_file)\ntest_open_non_existent_item (test.test_zipfile.test_core.OtherTests.test_open_non_existent_item)\nPASS: Check that attempting to call open() for an item that doesn't\nPASS: test_open_via_zip_info (test.test_zipfile.test_core.OtherTests.test_open_via_zip_info)\nPASS: test_overlap_with_archive_comment (test.test_zipfile.test_core.OtherTests.test_overlap_with_archive_comment)\nPASS: test_overlap_with_central_dir (test.test_zipfile.test_core.OtherTests.test_overlap_with_central_dir)\nPASS: test_quoted_overlap (test.test_zipfile.test_core.OtherTests.test_quoted_overlap)\ntest_read0 (test.test_zipfile.test_core.OtherTests.test_read0)\nPASS: Check that calling read(0) on a ZipExtFile object returns an empty\nPASS: test_read_after_seek (test.test_zipfile.test_core.OtherTests.test_read_after_seek)\nPASS: test_read_after_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_after_write_unicode_filenames)\nPASS: test_read_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_read_unicode_filenames)\nPASS: test_read_zipfile_containing_unicode_path_extra_field (test.test_zipfile.test_core.OtherTests.test_read_zipfile_containing_unicode_path_extra_field)\nPASS: test_read_zipfile_error (test.test_zipfile.test_core.OtherTests.test_read_zipfile_error)\nPASS: test_read_zipfile_warning (test.test_zipfile.test_core.OtherTests.test_read_zipfile_warning)\nPASS: test_seek_tell (test.test_zipfile.test_core.OtherTests.test_seek_tell)\ntest_struct_sizes (test.test_zipfile.test_core.OtherTests.test_struct_sizes)\nPASS: Check that ZIP internal structure sizes are calculated correctly.\nPASS: test_uncompressed_interleaved_seek_read (test.test_zipfile.test_core.OtherTests.test_uncompressed_interleaved_seek_read)\nPASS: test_unicode_comment (test.test_zipfile.test_core.OtherTests.test_unicode_comment)\nPASS: test_unsupported_compression (test.test_zipfile.test_core.OtherTests.test_unsupported_compression)\nPASS: test_unsupported_version (test.test_zipfile.test_core.OtherTests.test_unsupported_version)\nPASS: test_write_unicode_filenames (test.test_zipfile.test_core.OtherTests.test_write_unicode_filenames)\nPASS: test_writestr_extended_local_header_issue1202 (test.test_zipfile.test_core.OtherTests.test_writestr_extended_local_header_issue1202)\ntest_zipfile_with_short_extra_field (test.test_zipfile.test_core.OtherTests.test_zipfile_with_short_extra_field)\nPASS: If an extra field in the header is less than 4 bytes, skip it.\nPASS: test_concurrent_extract_dir (test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_dir)\nPASS: test_concurrent_extract_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_concurrent_extract_implicit_dir)\nPASS: test_overwrite_broken_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_dir)\nPASS: test_overwrite_broken_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_broken_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_broken_file_symlink_as_file)\nPASS: test_overwrite_dir_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_dir)\nPASS: test_overwrite_dir_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_file)\nPASS: test_overwrite_dir_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_as_implicit_dir)\nPASS: test_overwrite_dir_symlink_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_dir)\nPASS: test_overwrite_dir_symlink_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_dir_symlink_as_implicit_dir)\nPASS: test_overwrite_file_as_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_dir)\nPASS: test_overwrite_file_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_file)\nPASS: test_overwrite_file_as_implicit_dir (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_as_implicit_dir)\nPASS: test_overwrite_file_symlink_as_file (test.test_zipfile.test_core.OverwriteTests.test_overwrite_file_symlink_as_file)\nPASS: test_write_filtered_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package)\nPASS: test_write_non_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile)\nPASS: test_write_pathlike (test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike)\nPASS: test_write_pyfile (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile)\nPASS: test_write_pyfile_bad_syntax (test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax)\nPASS: test_write_python_directory (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory)\nPASS: test_write_python_directory_filtered (test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered)\nPASS: test_write_python_package (test.test_zipfile.test_core.PyZipFileTests.test_write_python_package)\nPASS: test_write_with_optimization (test.test_zipfile.test_core.PyZipFileTests.test_write_with_optimization)\ntest_read_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_read_with_bad_crc)\nPASS: Tests that files with bad CRCs raise a BadZipFile exception when read.\ntest_testzip_with_bad_crc (test.test_zipfile.test_core.StoredBadCrcTests.test_testzip_with_bad_crc)\nPASS: Tests that files with bad CRCs return their name from testzip.\nPASS: test_absolute_arcnames (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames)\nPASS: test_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append)\ntest_bad_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_extra)\nPASS: Missing zip64 extra records raises an exception.\nPASS: test_basic (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic)\ntest_force_zip64 (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_force_zip64)\nPASS: Test that forcing zip64 extensions correctly notes this in the zip file\nPASS: test_generated_valid_zip64_extra (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra)\nPASS: test_large_file_exception (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception)\nPASS: test_too_many_files (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files)\nPASS: test_too_many_files_append (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append)\ntest_unseekable_zip_known_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize)\nPASS: Test that creating a zip without seeking will use zip64 extensions if the file size is provided up-front\ntest_unseekable_zip_unknown_filesize (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_unknown_filesize)\nPASS: Test that creating a zip with/without seeking will raise a RuntimeError if zip64 was required but not used\ntest_zip64_required_not_allowed_fail (test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_required_not_allowed_fail)\nPASS: Test that trying to add a large file to a zip that doesn't allow zip64 extensions fails on add\nPASS: test_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open)\nPASS: test_random_open (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open)\nPASS: test_read (test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read)\nPASS: test_absolute_arcnames (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames)\nPASS: test_add_file_after_2107 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107)\nPASS: test_add_file_before_1980 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980)\nPASS: test_append_to_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file)\ntest_append_to_non_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_non_zip_file)\nPASS: Test appending to an existing file that is not a zipfile.\ntest_append_to_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_zip_file)\nPASS: Test appending to an existing zipfile.\nPASS: test_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic)\nPASS: test_compresslevel_basic (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic)\nPASS: test_ignores_newline_at_end (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end)\nPASS: test_ignores_stuff_appended_past_comments (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments)\nPASS: test_io_on_closed_zipextfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile)\nPASS: test_iterlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines)\nPASS: test_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open)\nPASS: test_open_with_pathlike (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike)\ntest_per_file_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_per_file_compresslevel)\nPASS: Check that files within a Zip archive can have different\nPASS: test_random_open (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open)\nPASS: test_read1 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1)\nPASS: test_read1_10 (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10)\nPASS: test_read_concatenated_zip_file (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file)\nPASS: test_read_return_size (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size)\nPASS: test_readline (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline)\nPASS: test_readline_read (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read)\nPASS: test_readlines (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines)\nPASS: test_repr (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr)\nPASS: test_truncated_zipfile (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile)\ntest_write_default_name (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_default_name)\nPASS: Check that calling ZipFile.write without arcname specified\ntest_write_to_readonly (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_write_to_readonly)\nPASS: Check that trying to call write() on a readonly ZipFile object\nPASS: test_writestr_compression (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression)\nPASS: test_writestr_compresslevel (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel)\nPASS: test_writestr_permissions (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions)\nPASS: test_writing_errors (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors)\nPASS: test_zipextfile_attrs (test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs)\nPASS: test_close_after_close (test.test_zipfile.test_core.StoredWriterTests.test_close_after_close)\nPASS: test_issue44439 (test.test_zipfile.test_core.StoredWriterTests.test_issue44439)\nPASS: test_write_after_close (test.test_zipfile.test_core.StoredWriterTests.test_write_after_close)\nPASS: test_zipwritefile_attrs (test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs)\nPASS: test_stored_seek_and_read (test.test_zipfile.test_core.StoredZipExtFileRandomReadTest.test_stored_seek_and_read)\nPASS: test_multiples (test.test_zipfile.test_core.StripExtraTests.test_multiples)\nPASS: test_no_data (test.test_zipfile.test_core.StripExtraTests.test_no_data)\nPASS: test_too_short (test.test_zipfile.test_core.StripExtraTests.test_too_short)\nPASS: test_with_data (test.test_zipfile.test_core.StripExtraTests.test_with_data)\nPASS: test_execute_zip2 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip2)\nPASS: test_execute_zip64 (test.test_zipfile.test_core.TestExecutablePrependedZip.test_execute_zip64)\nPASS: test_read_zip64_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended)\nPASS: test_read_zip_with_exe_prepended (test.test_zipfile.test_core.TestExecutablePrependedZip.test_read_zip_with_exe_prepended)\nPASS: test_bug_6050 (test.test_zipfile.test_core.TestWithDirectory.test_bug_6050)\nPASS: test_create_directory_with_write (test.test_zipfile.test_core.TestWithDirectory.test_create_directory_with_write)\nPASS: test_extract_dir (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir)\nPASS: test_extract_dir_backslash (test.test_zipfile.test_core.TestWithDirectory.test_extract_dir_backslash)\nPASS: test_mkdir (test.test_zipfile.test_core.TestWithDirectory.test_mkdir)\ntest_root_folder_in_zipfile (test.test_zipfile.test_core.TestWithDirectory.test_root_folder_in_zipfile)\nPASS: gh-112795: Some tools or self constructed codes will add '/' folder to\nPASS: test_write_dir (test.test_zipfile.test_core.TestWithDirectory.test_write_dir)\nPASS: test_writestr_dir (test.test_zipfile.test_core.TestWithDirectory.test_writestr_dir)\nPASS: test_different_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_different_file)\nPASS: test_interleaved (test.test_zipfile.test_core.TestsWithMultipleOpens.test_interleaved)\nPASS: test_many_opens (test.test_zipfile.test_core.TestsWithMultipleOpens.test_many_opens)\nPASS: test_read_after_close (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_close)\nPASS: test_read_after_write (test.test_zipfile.test_core.TestsWithMultipleOpens.test_read_after_write)\nPASS: test_same_file (test.test_zipfile.test_core.TestsWithMultipleOpens.test_same_file)\nPASS: test_write_after_read (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_after_read)\nPASS: test_write_while_reading (test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading)\nPASS: test_open_write (test.test_zipfile.test_core.UnseekableTests.test_open_write)\nPASS: test_write (test.test_zipfile.test_core.UnseekableTests.test_write)\nPASS: test_writestr (test.test_zipfile.test_core.UnseekableTests.test_writestr)\nPASS: test_compresslevel_property (test.test_zipfile.test_core.ZipInfoTests.test_compresslevel_property)\nPASS: test_from_dir (test.test_zipfile.test_core.ZipInfoTests.test_from_dir)\nPASS: test_from_file (test.test_zipfile.test_core.ZipInfoTests.test_from_file)\nPASS: test_from_file_bytes (test.test_zipfile.test_core.ZipInfoTests.test_from_file_bytes)\nPASS: test_from_file_fileno (test.test_zipfile.test_core.ZipInfoTests.test_from_file_fileno)\nPASS: test_from_file_pathlike (test.test_zipfile.test_core.ZipInfoTests.test_from_file_pathlike)\n\n----------------------------------------------------------------------\nRan 339 tests in 3.680s\n\nOK (skipped=3)\n0:02:53 load avg: 1.77 [480/480] test_zipimport passed\nPASS: testBadArgs (test.test_zipimport.BadFileZipImportTestCase.testBadArgs)\nPASS: testEmptyFile (test.test_zipimport.BadFileZipImportTestCase.testEmptyFile)\nPASS: testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase.testEmptyFilename)\nPASS: testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase.testFileUnreadable)\nPASS: testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase.testFilenameTooLong)\nPASS: testNoFile (test.test_zipimport.BadFileZipImportTestCase.testNoFile)\nPASS: testNotZipFile (test.test_zipimport.BadFileZipImportTestCase.testNotZipFile)\nPASS: test2038MTime (test.test_zipimport.CompressedZipImportTestCase.test2038MTime)\nPASS: testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase.testAFakeZlib)\nPASS: testBadMTime (test.test_zipimport.CompressedZipImportTestCase.testBadMTime)\nPASS: testBadMagic (test.test_zipimport.CompressedZipImportTestCase.testBadMagic)\nPASS: testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase.testBadMagic2)\nPASS: testBeginningCruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testBeginningCruftAndComment)\nPASS: testBoth (test.test_zipimport.CompressedZipImportTestCase.testBoth)\nPASS: testBytesPath (test.test_zipimport.CompressedZipImportTestCase.testBytesPath)\nPASS: testComment (test.test_zipimport.CompressedZipImportTestCase.testComment)\nPASS: testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase.testDefaultOptimizationLevel)\nPASS: testDoctestFile (test.test_zipimport.CompressedZipImportTestCase.testDoctestFile)\nPASS: testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase.testDoctestSuite)\nPASS: testEmptyPy (test.test_zipimport.CompressedZipImportTestCase.testEmptyPy)\nPASS: testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase.testGetCompiledSource)\nPASS: testGetData (test.test_zipimport.CompressedZipImportTestCase.testGetData)\nPASS: testGetSource (test.test_zipimport.CompressedZipImportTestCase.testGetSource)\nPASS: testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase.testImport_WithStuff)\nPASS: testImporterAttr (test.test_zipimport.CompressedZipImportTestCase.testImporterAttr)\nPASS: testInvalidateCaches (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCaches)\nPASS: testInvalidateCachesWithMultipleZipimports (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports)\nPASS: testLargestPossibleComment (test.test_zipimport.CompressedZipImportTestCase.testLargestPossibleComment)\nPASS: testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testMixedNamespacePackage)\nPASS: testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackage)\nPASS: testPackage (test.test_zipimport.CompressedZipImportTestCase.testPackage)\nPASS: testPy (test.test_zipimport.CompressedZipImportTestCase.testPy)\nPASS: testPyc (test.test_zipimport.CompressedZipImportTestCase.testPyc)\nPASS: testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testSubNamespacePackage)\nPASS: testSubPackage (test.test_zipimport.CompressedZipImportTestCase.testSubPackage)\nPASS: testTraceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback)\nPASS: testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase.testUncheckedHashBasedPyc)\nPASS: testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable)\nPASS: testZip64 (test.test_zipimport.CompressedZipImportTestCase.testZip64)\nPASS: testZip64CruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment)\nSKIP: testZip64LargeFile (test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile) 'test generates files >4294967295 bytes and takes a long time to run'\nPASS: testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods)\nPASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory)\nPASS: test_checked_hash_based_change_pyc (test.test_zipimport.CompressedZipImportTestCase.test_checked_hash_based_change_pyc)\nPASS: test2038MTime (test.test_zipimport.UncompressedZipImportTestCase.test2038MTime)\nPASS: testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase.testAFakeZlib)\nPASS: testBadMTime (test.test_zipimport.UncompressedZipImportTestCase.testBadMTime)\nPASS: testBadMagic (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic)\nPASS: testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic2)\nPASS: testBeginningCruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testBeginningCruftAndComment)\nPASS: testBoth (test.test_zipimport.UncompressedZipImportTestCase.testBoth)\nPASS: testBytesPath (test.test_zipimport.UncompressedZipImportTestCase.testBytesPath)\nPASS: testComment (test.test_zipimport.UncompressedZipImportTestCase.testComment)\nPASS: testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase.testDefaultOptimizationLevel)\nPASS: testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase.testDoctestFile)\nPASS: testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase.testDoctestSuite)\nPASS: testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase.testEmptyPy)\nPASS: testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase.testGetCompiledSource)\nPASS: testGetData (test.test_zipimport.UncompressedZipImportTestCase.testGetData)\nPASS: testGetSource (test.test_zipimport.UncompressedZipImportTestCase.testGetSource)\nPASS: testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase.testImport_WithStuff)\nPASS: testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase.testImporterAttr)\nPASS: testInvalidateCaches (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCaches)\nPASS: testInvalidateCachesWithMultipleZipimports (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCachesWithMultipleZipimports)\nPASS: testLargestPossibleComment (test.test_zipimport.UncompressedZipImportTestCase.testLargestPossibleComment)\nPASS: testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testMixedNamespacePackage)\nPASS: testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackage)\nPASS: testPackage (test.test_zipimport.UncompressedZipImportTestCase.testPackage)\nPASS: testPy (test.test_zipimport.UncompressedZipImportTestCase.testPy)\nPASS: testPyc (test.test_zipimport.UncompressedZipImportTestCase.testPyc)\nPASS: testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testSubNamespacePackage)\nPASS: testSubPackage (test.test_zipimport.UncompressedZipImportTestCase.testSubPackage)\nPASS: testTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback)\nPASS: testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase.testUncheckedHashBasedPyc)\nPASS: testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable)\nPASS: testZip64 (test.test_zipimport.UncompressedZipImportTestCase.testZip64)\nPASS: testZip64CruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment)\nSKIP: testZip64LargeFile (test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile) 'test generates files >4294967295 bytes and takes a long time to run'\nPASS: testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods)\nPASS: testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory)\nPASS: test_checked_hash_based_change_pyc (test.test_zipimport.UncompressedZipImportTestCase.test_checked_hash_based_change_pyc)\n\n----------------------------------------------------------------------\nRan 81 tests in 5.584s\n\nOK (skipped=2)\n\n== Tests result: SUCCESS ==\n\n28 tests skipped:\n    test.test_asyncio.test_windows_events\n    test.test_asyncio.test_windows_utils test.test_gdb.test_backtrace\n    test.test_gdb.test_cfunction test.test_gdb.test_cfunction_full\n    test.test_gdb.test_misc test.test_gdb.test_pretty_print\n    test_android test_apple test_asdl_parser test_clinic test_devpoll\n    test_free_threading test_generated_cases test_idle test_kqueue\n    test_launcher test_msvcrt test_startfile test_tcl test_tkinter\n    test_ttk test_ttk_textonly test_turtle test_winapi\n    test_winconsoleio test_winreg test_wmi\n\n9 tests skipped (resource denied):\n    test_curses test_peg_generator test_pyrepl test_smtpnet\n    test_socketserver test_urllib2net test_urllibnet test_winsound\n    test_zipfile64\n\n443 tests OK.\n\nTotal duration: 2 min 53 sec\nTotal tests: run=44,038 skipped=2,303\nTotal test files: run=471/480 skipped=28 resource_denied=9\nResult: SUCCESS\nDURATION: 174\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.6322836875915527,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-qemu_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-qemu",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015637874603271484,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1670339107513428,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03394818305969238,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 20.433889389038086,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002015352249145508,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.qemu.100_/cutils/qemu_strtoul/wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.100_/visitor/serialization/QMP/primitive_list/int32_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.101_/cutils/qemu_strtoul/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.101_/visitor/serialization/QMP/primitive_list/int32_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.102_/cutils/qemu_strtoul/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.102_/visitor/serialization/QMP/primitive_list/int64_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.103_/cutils/qemu_strtoul/underflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.103_/visitor/serialization/QMP/primitive_list/int64_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.104_/cutils/qemu_strtoul/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.104_/visitor/serialization/QMP/primitive_list/int64_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.105_/cutils/qemu_strtoul/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.105_/visitor/serialization/QMP/primitive_list/int64_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.106_/cutils/qemu_strtoul_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.106_/visitor/serialization/String/primitives/string_empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.107_/cutils/qemu_strtoul_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.107_/visitor/serialization/String/primitives/string_whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.108_/cutils/qemu_strtoul_full/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.108_/visitor/serialization/String/primitives/string_newlines": {
    "status": "PASSED"
   },
   "ptestresult.qemu.109_/cutils/qemu_strtoul_full/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.109_/visitor/serialization/String/primitives/string_commas": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/aio/event/flush": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/bdrv-drain/quiesce/co/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/char/udp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/crypto/akcipher/rsakey-private-lack-elem": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/crypto/secret/conv/utf8/base64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/cutils/parse_uint/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/fifo8/pop_bufptr_wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/hbitmap/set/all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/int128/int128_rshift": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/keyval/visit/any": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/locking/co-mutex/lockable": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/qemu-opts/has_help_option": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/qgraph/test_test": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/qmp/dealloc_partial": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/replication/secondary/stop": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/seccomp/sched/on": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/string-visitor/output/no-string-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/sync-op/save_vmstate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/test-smp-parse/generic/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/throttle/accounting": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/visitor/input/bool_str_fail": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/visitor/opts/i64/range/minval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/visitor/output/any": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/visitor/serialization/QMP/primitives/boolean_true1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.10_/vmstate/array/ptr/str/no0/save": {
    "status": "PASSED"
   },
   "ptestresult.qemu.110_/cutils/qemu_strtoul_full/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.110_/visitor/serialization/String/primitives/string_single_quoted": {
    "status": "PASSED"
   },
   "ptestresult.qemu.111_/cutils/qemu_strtoul_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.111_/visitor/serialization/String/primitives/string_double_quoted": {
    "status": "PASSED"
   },
   "ptestresult.qemu.112_/cutils/qemu_strtoul_full/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.112_/visitor/serialization/String/primitives/boolean_true1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.113_/cutils/qemu_strtoul_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.113_/visitor/serialization/String/primitives/boolean_true2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.114_/cutils/qemu_strtoi64/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.114_/visitor/serialization/String/primitives/boolean_true3": {
    "status": "PASSED"
   },
   "ptestresult.qemu.115_/cutils/qemu_strtoi64/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.115_/visitor/serialization/String/primitives/boolean_false1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.116_/cutils/qemu_strtoi64/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.116_/visitor/serialization/String/primitives/boolean_false2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.117_/cutils/qemu_strtoi64/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.117_/visitor/serialization/String/primitives/number_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.118_/cutils/qemu_strtoi64/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.118_/visitor/serialization/String/primitives/number_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.119_/cutils/qemu_strtoi64/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.119_/visitor/serialization/String/primitives/number_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/aio/event/wait/no-flush-cb": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/bdrv-drain/graph-change/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/char/serial": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/crypto/akcipher/rsakey-public-empty-elem": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/crypto/secret/crypt/raw": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/cutils/parse_uint/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/hbitmap/set/one": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/int128/int128_urshift": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/keyval/merge/dict": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/locking/co-rwlock/upgrade": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/qemu-opts/append_to_null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/qgraph/test_machine_contains_driver": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/replication/secondary/continuous_replication": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/seccomp/sched/on-nores": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/string-visitor/output/enum": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/sync-op/pdiscard": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/throttle/groups": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/visitor/input/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/visitor/opts/i64/range/maxval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/visitor/output/list-qapi-free": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/visitor/serialization/QMP/primitives/boolean_true2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.11_/vmstate/array/ptr/str/no0/load": {
    "status": "PASSED"
   },
   "ptestresult.qemu.120_/cutils/qemu_strtoi64/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.120_/visitor/serialization/String/primitives/number_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.121_/cutils/qemu_strtoi64/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.121_/visitor/serialization/String/primitives/integer_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.122_/cutils/qemu_strtoi64/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.122_/visitor/serialization/String/primitives/integer_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.123_/cutils/qemu_strtoi64/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.123_/visitor/serialization/String/primitives/integer_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.124_/cutils/qemu_strtoi64/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.124_/visitor/serialization/String/primitives/integer_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.125_/cutils/qemu_strtoi64/min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.125_/visitor/serialization/String/primitives/uint8_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.126_/cutils/qemu_strtoi64/underflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.126_/visitor/serialization/String/primitives/uint8_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.127_/cutils/qemu_strtoi64/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.127_/visitor/serialization/String/primitives/uint8_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.128_/cutils/qemu_strtoi64/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.128_/visitor/serialization/String/primitives/uint8_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.129_/cutils/qemu_strtoi64_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.129_/visitor/serialization/String/primitives/uint16_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/aio/timer/schedule": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/bdrv-drain/iothread/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/char/parallel": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/crypto/akcipher/rsakey-private-empty-elem": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/crypto/secret/crypt/base64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/cutils/parse_uint/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/hbitmap/set/two-elem": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/keyval/merge/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/locking/co-rwlock/downgrade": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/qemu-opts/append": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/qgraph/test_driver_contains_driver": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/replication/secondary/do_checkpoint": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/seccomp/sched/off": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/string-visitor/output/enum-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/sync-op/truncate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/throttle/config/enabled": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/visitor/input/large_number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/visitor/opts/i64/range/max/pos/a": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/visitor/output/union-flat": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/visitor/serialization/QMP/primitives/boolean_true3": {
    "status": "PASSED"
   },
   "ptestresult.qemu.12_/vmstate/array/ptr/str/0/save": {
    "status": "PASSED"
   },
   "ptestresult.qemu.130_/cutils/qemu_strtoi64_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.130_/visitor/serialization/String/primitives/uint16_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.131_/cutils/qemu_strtoi64_full/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.131_/visitor/serialization/String/primitives/uint16_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.132_/cutils/qemu_strtoi64_full/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.132_/visitor/serialization/String/primitives/uint16_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.133_/cutils/qemu_strtoi64_full/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.133_/visitor/serialization/String/primitives/uint32_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.134_/cutils/qemu_strtoi64_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.134_/visitor/serialization/String/primitives/uint32_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.135_/cutils/qemu_strtoi64_full/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.135_/visitor/serialization/String/primitives/uint32_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.136_/cutils/qemu_strtoi64_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.136_/visitor/serialization/String/primitives/uint32_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.137_/cutils/qemu_strtou64/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.137_/visitor/serialization/String/primitives/uint64_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.138_/cutils/qemu_strtou64/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.138_/visitor/serialization/String/primitives/uint64_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.139_/cutils/qemu_strtou64/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.139_/visitor/serialization/String/primitives/uint64_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/aio/coroutine/queue-chaining": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/bdrv-drain/iothread/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/char/hotswap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/crypto/akcipher/rsakey-public-empty-key": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/crypto/secret/crypt/shortkey": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/cutils/parse_uint/llong_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/hbitmap/set/general": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/keyval/merge/conflict": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/qemu-opts/opts_parse/general": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/qgraph/test_machine_produces_interface": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/replication/secondary/get_error_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/string-visitor/output/intList": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/sync-op/block_status": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/throttle/config/conflicting": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/visitor/input/number_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/visitor/opts/i64/range/max/pos/b": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/visitor/output/union-in-union": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/visitor/serialization/QMP/primitives/boolean_false1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.13_/vmstate/array/ptr/str/0/load": {
    "status": "PASSED"
   },
   "ptestresult.qemu.140_/cutils/qemu_strtou64/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.140_/visitor/serialization/String/primitives/uint64_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.141_/cutils/qemu_strtou64/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.141_/visitor/serialization/String/primitives/int8_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.142_/cutils/qemu_strtou64/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.142_/visitor/serialization/String/primitives/int8_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.143_/cutils/qemu_strtou64/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.143_/visitor/serialization/String/primitives/int8_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.144_/cutils/qemu_strtou64/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.144_/visitor/serialization/String/primitives/int8_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.145_/cutils/qemu_strtou64/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.145_/visitor/serialization/String/primitives/int16_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.146_/cutils/qemu_strtou64/wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.146_/visitor/serialization/String/primitives/int16_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.147_/cutils/qemu_strtou64/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.147_/visitor/serialization/String/primitives/int16_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.148_/cutils/qemu_strtou64/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.148_/visitor/serialization/String/primitives/int16_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.149_/cutils/qemu_strtou64/underflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.149_/visitor/serialization/String/primitives/int32_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/aio/coroutine/worker-thread-co-enter": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/bdrv-drain/blockjob/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/char/websocket": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/crypto/akcipher/rsakey-private-empty-key": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/crypto/secret/crypt/shortiv": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/cutils/parse_uint/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/hbitmap/set/twice": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/qemu-opts/opts_parse/bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/qgraph/test_driver_produces_interface": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/string-visitor/output/intList-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/sync-op/flush": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/throttle/config/is_valid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/visitor/input/number_str_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/visitor/opts/i64/range/max/neg/a": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/visitor/output/alternate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/visitor/serialization/QMP/primitives/boolean_false2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.14_/vmstate/array/ptr/prim/0/save": {
    "status": "PASSED"
   },
   "ptestresult.qemu.150_/cutils/qemu_strtou64/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.150_/visitor/serialization/String/primitives/int32_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.151_/cutils/qemu_strtou64/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.151_/visitor/serialization/String/primitives/int32_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.152_/cutils/qemu_strtou64_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.152_/visitor/serialization/String/primitives/int32_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.153_/cutils/qemu_strtou64_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.153_/visitor/serialization/String/primitives/int64_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.154_/cutils/qemu_strtou64_full/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.154_/visitor/serialization/String/primitives/int64_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.155_/cutils/qemu_strtou64_full/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.155_/visitor/serialization/String/primitives/int64_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.156_/cutils/qemu_strtou64_full/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.156_/visitor/serialization/String/primitives/int64_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.157_/cutils/qemu_strtou64_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.158_/cutils/qemu_strtou64_full/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.159_/cutils/qemu_strtou64_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/aio-gsource/flush": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/bdrv-drain/blockjob/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/char/socket/server/mainloop/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/crypto/akcipher/rsakey-public-invalid-length-val": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/crypto/secret/crypt/missingiv": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/cutils/parse_uint/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/hbitmap/set/overlap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/qemu-opts/opts_parse/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/qgraph/test_machine_consumes_interface": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/sync-op/check": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/throttle/config/ranges": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/visitor/input/number_str_fail": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/visitor/opts/i64/range/max/neg/b": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/visitor/output/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/visitor/serialization/QMP/primitives/number_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.15_/vmstate/array/ptr/prim/0/load": {
    "status": "PASSED"
   },
   "ptestresult.qemu.160_/cutils/qemu_strtod/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.161_/cutils/qemu_strtod/einval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.162_/cutils/qemu_strtod/erange": {
    "status": "PASSED"
   },
   "ptestresult.qemu.163_/cutils/qemu_strtod/nonfinite": {
    "status": "PASSED"
   },
   "ptestresult.qemu.164_/cutils/qemu_strtod/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.165_/cutils/qemu_strtod/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.166_/cutils/qemu_strtod_finite/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.167_/cutils/qemu_strtod_finite/einval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.168_/cutils/qemu_strtod_finite/erange": {
    "status": "PASSED"
   },
   "ptestresult.qemu.169_/cutils/qemu_strtod_finite/nonfinite": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/aio-gsource/bh/schedule": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/bdrv-drain/blockjob/commit_by_drained_end": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/char/socket/server/mainloop/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/crypto/akcipher/rsakey-public-extra-elem": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/crypto/secret/crypt/badiv": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/cutils/parse_uint/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/hbitmap/reset/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/qemu-opts/opts_parse/size": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/qgraph/test_driver_consumes_interface": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/sync-op/activate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/throttle/config/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/visitor/input/size_str_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/visitor/opts/i64/range/2big/pos": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/visitor/output/list_struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/visitor/serialization/QMP/primitives/number_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.16_/vmstate/qtailq/save/saveq": {
    "status": "PASSED"
   },
   "ptestresult.qemu.170_/cutils/qemu_strtod_finite/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.171_/cutils/qemu_strtod_finite/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.172_/cutils/strtosz/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.173_/cutils/strtosz/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.174_/cutils/strtosz/units": {
    "status": "PASSED"
   },
   "ptestresult.qemu.175_/cutils/strtosz/float": {
    "status": "PASSED"
   },
   "ptestresult.qemu.176_/cutils/strtosz/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.177_/cutils/strtosz/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.178_/cutils/strtosz/erange": {
    "status": "PASSED"
   },
   "ptestresult.qemu.179_/cutils/strtosz/metric": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/aio-gsource/bh/schedule10": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/attach/blockjob": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/bdrv-drain/blockjob/error/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/char/socket/server/wait-conn/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/cutils/parse_uint/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/hbitmap/reset/general": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/qemu-opts/to_qdict/basic": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/qgraph/test_test_consumes_interface": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/throttle/config/iops_size": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/visitor/input/size_str_fail": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/visitor/opts/i64/range/2big/neg": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/visitor/serialization/QMP/primitives/number_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.17_/vmstate/qtailq/load/loadq": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/aio-gsource/bh/cancel": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/attach/second_node": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/bdrv-drain/blockjob/error/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/char/socket/server/wait-conn/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/cutils/parse_uint_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/hbitmap/reset/all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/qemu-opts/to_qdict/filtered": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/qgraph/test_full_sample": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/visitor/input/string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/visitor/opts/i64/range/2big/full": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/visitor/serialization/QMP/primitives/number_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.18_/vmstate/gtree/save/savedomain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/aio-gsource/bh/delete": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/attach/preserve_blk_ctx": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/bdrv-drain/blockjob/iothread/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/char/socket/server/mainloop-fdpass/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/cutils/parse_uint_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/hbitmap/truncate/nop": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/qemu-opts/to_qdict/duplicates": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/qgraph/test_full_sample_raspi": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/visitor/input/enum": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/visitor/opts/u64/nonlist": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/visitor/serialization/QMP/primitives/integer_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.19_/vmstate/gtree/save/saveiommu": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/aio/bh/schedule": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/aio/multi/lifecycle": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/auth/list/complex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/authz/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/basic/iov/from-to-buf": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/basic/no-dangling-access": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/bdrv-drain/nested": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/bdrv-graph-mod/update-perm-tree": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/bitcnt/ctpop8": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/bitmap/bitmap_copy_with_offset": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/bitops/sextract32": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/block-backend/drain_aio_error": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/blockjob/ids": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/char/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/cpuid/topology/basic": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/afsplit/sha256/5": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/akcipher/rsa1024-raw": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/block/qcow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/cipher/aes-ecb-128": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/der/parse-rsa512-priv-key": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/hash/iov": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/hmac/iov": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/ivgen/plain/1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/secret/direct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/crypto/task/complete": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/cutils/bufferiszero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/cutils/size_to_str": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/error-report/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/event/event_a": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/fifo8/pushpop": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/hbitmap/granularity": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/host-utils/mulu64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/host-utils/test_divu128": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/host-utils/test_lshift": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/image-locking/basic": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/int128/int128_and": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/interval-tree/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/io/channel/buf": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/io/channel/null/io": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/io/channel/socket/ipv4-sync": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/keyval/keyval_parse": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/logging/parse_range": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/nested-aio-poll": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qapi/util/qapi_enum_parse": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qdev/properties/static/default": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qdist/none": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qemu-opts/find_unknown_opts": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qgraph/init_nop": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qht/mode/default": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qmp/dispatch_cmd": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/qtree/search": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/replication/primary/read": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/resv-mem/range_reverse_array": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/seccomp/sys-fork/on": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/single/success": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/string-visitor/input/int": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/string-visitor/output/int": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/sync-op/pread": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/test-smp-parse/with_modules": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/thread-pool/submit-no-complete": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/throttle/leak_bucket": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/timed-average/average": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/util/base64/good": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/util/filemonitor": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/util/socket/unix-abstract": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/uuid/is_null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/virtio-dmabuf/add_rm_res": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/visitor/clone/struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/visitor/forward/struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/visitor/input/int": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/visitor/opts/flatten/value": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/visitor/output/int": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/visitor/serialization/QMP/struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/vmstate/tmp_struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/write-threshold/not-trigger": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/xbzrle/uleb": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/xs_node/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.1_/yank/char_change/success/to_yank": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/aio-gsource/bh/flush": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/bdrv-drain/blockjob/iothread/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/char/socket/server/mainloop-fdpass/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/cutils/parse_uint_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/hbitmap/truncate/grow/negligible": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/propagate/basic": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/qgraph/test_cycle": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/visitor/input/struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/visitor/opts/u64/val1/errno": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/visitor/serialization/QMP/primitives/integer_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.20_/vmstate/gtree/load/loaddomain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/aio-gsource/bh/callback-delete/one": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/bdrv-drain/blockjob/iothread/error/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/char/socket/server/wait-conn-fdpass/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/cutils/parse_uint_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/hbitmap/truncate/grow/tiny": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/propagate/diamond": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/qgraph/test_two_test_same_interface": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/visitor/input/struct-nested": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/visitor/opts/u64/val1/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/visitor/serialization/QMP/primitives/integer_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.21_/vmstate/gtree/load/loadiommu": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/aio-gsource/bh/callback-delete/many": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/bdrv-drain/blockjob/iothread/error/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/char/socket/server/wait-conn-fdpass/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/cutils/qemu_strtoi/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/hbitmap/truncate/grow/small": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/propagate/mirror": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/qgraph/test_test_in_path": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/visitor/input/list2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/visitor/opts/u64/val1/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/visitor/serialization/QMP/primitives/integer_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.22_/vmstate/qlist/save/saveqlist": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/aio-gsource/event/add-remove": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/bdrv-drain/deletion/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/char/socket/server/two-clients/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/cutils/qemu_strtoi/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/hbitmap/truncate/grow/medium": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/qgraph/test_double_edge": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/visitor/input/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/visitor/opts/u64/val2/errno": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/visitor/serialization/QMP/primitives/uint8_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.23_/vmstate/qlist/load/loadqlist": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/aio-gsource/event/wait": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/bdrv-drain/detach/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/char/socket/server/two-clients/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/cutils/qemu_strtoi/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/hbitmap/truncate/grow/large": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/visitor/input/any": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/visitor/opts/u64/val2/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.24_/visitor/serialization/QMP/primitives/uint8_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/aio-gsource/event/flush": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/bdrv-drain/detach/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/char/socket/client/mainloop/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/cutils/qemu_strtoi/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/hbitmap/truncate/shrink/negligible": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/visitor/input/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/visitor/opts/u64/val2/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.25_/visitor/serialization/QMP/primitives/uint8_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/aio-gsource/event/wait/no-flush-cb": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/bdrv-drain/detach/parent_cb": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/char/socket/client/mainloop/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/cutils/qemu_strtoi/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/hbitmap/truncate/shrink/tiny": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/visitor/input/union-flat": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/visitor/opts/u64/range/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.26_/visitor/serialization/QMP/primitives/uint8_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/aio-gsource/timer/schedule": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/bdrv-drain/detach/driver_cb": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/char/socket/client/wait-conn/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/cutils/qemu_strtoi/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/hbitmap/truncate/shrink/small": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/visitor/input/union-in-union": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/visitor/opts/u64/range/minval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.27_/visitor/serialization/QMP/primitives/uint16_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/bdrv-drain/attach/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/char/socket/client/wait-conn/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/cutils/qemu_strtoi/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/hbitmap/truncate/shrink/medium": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/visitor/input/alternate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/visitor/opts/u64/range/maxval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.28_/visitor/serialization/QMP/primitives/uint16_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/bdrv-drain/bdrv_drop_intermediate/poll": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/char/socket/client/mainloop-reconnect/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/cutils/qemu_strtoi/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/hbitmap/truncate/shrink/large": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/visitor/input/errors": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/visitor/opts/u64/range/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.29_/visitor/serialization/QMP/primitives/uint16_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/aio/bh/schedule10": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/aio/multi/schedule": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/auth/list/add-remove": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/auth/list/default/deny": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/basic/iov/io": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/basic/lifecycle": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/bdrv-drain/set_aio_context": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/bdrv-graph-mod/should-update-child": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/bitcnt/ctpop16": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/bitmap/bitmap_set": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/bitops/sextract64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/block-backend/drain_all_aio_error": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/blockjob/cancel/created": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/char/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/afsplit/sha256/5000": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/akcipher/rsa1024-pkcs1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/cipher/aes-ecb-192": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/der/parse-rsa2048-priv-key": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/hash/alloc": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/hmac/alloc": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/ivgen/plain/1f2e3d4c": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/secret/indirect/good": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/crypto/task/datafree": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/cutils/freq_to_str": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/error-report/loc": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/event/event_b": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/fifo8/peek": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/hbitmap/size/0": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/host-utils/muls64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/host-utils/test_divs128": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/host-utils/test_rshift": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/image-locking/set-perm-abort": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/int128/int128_add": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/interval-tree/find-one-point": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/io/channel/socket/ipv4-async": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/keyval/keyval_parse/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/logging/parse_path": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qapi/util/parse_qapi_name": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qdev/properties/static/global": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qdist/pr": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qemu-opts/find_opts": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qgraph/test_machine": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qht/mode/resize": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qmp/dispatch_cmd_oob": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/qtree/remove": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/replication/primary/write": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/resv-mem/range_reverse_array_low_end": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/seccomp/sys-fork/on-nospawn": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/single/failure": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/string-visitor/input/intList": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/string-visitor/output/int-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/sync-op/pwrite": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/test-smp-parse/with_dies": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/thread-pool/submit-aio": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/throttle/compute_wait": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/util/base64/embedded-nul": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/util/socket/is-socket/bad": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/uuid/generate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/virtio-dmabuf/add_rm_dev": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/visitor/clone/alternate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/visitor/forward/alternate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/visitor/input/uint": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/visitor/opts/i64/nonlist": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/visitor/output/bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/visitor/serialization/QMP/nested_struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/vmstate/simple/primitive": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/write-threshold/trigger": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/xbzrle/encode_decode_zero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/xs_node/tx_abort": {
    "status": "PASSED"
   },
   "ptestresult.qemu.2_/yank/char_change/success/yank_to_yank": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/bdrv-drain/replace_child/mid-drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/char/socket/client/mainloop-reconnect/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/cutils/qemu_strtoi/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/hbitmap/serialize/align": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/visitor/input/wrong-type": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/visitor/opts/u64/range/2big": {
    "status": "PASSED"
   },
   "ptestresult.qemu.30_/visitor/serialization/QMP/primitives/uint16_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.31_/char/socket/client/wait-conn-reconnect/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.31_/cutils/qemu_strtoi/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.31_/hbitmap/serialize/basic": {
    "status": "PASSED"
   },
   "ptestresult.qemu.31_/visitor/input/alternate-number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.31_/visitor/opts/range/unvisited": {
    "status": "PASSED"
   },
   "ptestresult.qemu.31_/visitor/serialization/QMP/primitives/uint32_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.32_/char/socket/client/wait-conn-reconnect/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.32_/cutils/qemu_strtoi/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.32_/hbitmap/serialize/part": {
    "status": "PASSED"
   },
   "ptestresult.qemu.32_/visitor/input/alternate-list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.32_/visitor/opts/range/beyond": {
    "status": "PASSED"
   },
   "ptestresult.qemu.32_/visitor/serialization/QMP/primitives/uint32_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.33_/char/socket/client/mainloop-fdpass/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.33_/cutils/qemu_strtoi/min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.33_/hbitmap/serialize/zeroes": {
    "status": "PASSED"
   },
   "ptestresult.qemu.33_/visitor/input/qapi-introspect": {
    "status": "PASSED"
   },
   "ptestresult.qemu.33_/visitor/opts/dict/unvisited": {
    "status": "PASSED"
   },
   "ptestresult.qemu.33_/visitor/serialization/QMP/primitives/uint32_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.34_/char/socket/client/mainloop-fdpass/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.34_/cutils/qemu_strtoi/underflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.34_/hbitmap/next_zero/next_x_0": {
    "status": "PASSED"
   },
   "ptestresult.qemu.34_/visitor/input/fail/struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.34_/visitor/serialization/QMP/primitives/uint32_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.35_/char/socket/client/wait-conn-fdpass/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.35_/cutils/qemu_strtoi/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.35_/hbitmap/next_zero/next_x_4": {
    "status": "PASSED"
   },
   "ptestresult.qemu.35_/visitor/input/fail/struct-nested": {
    "status": "PASSED"
   },
   "ptestresult.qemu.35_/visitor/serialization/QMP/primitives/uint64_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.36_/char/socket/client/wait-conn-fdpass/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.36_/cutils/qemu_strtoi/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.36_/hbitmap/next_zero/next_x_after_truncate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.36_/visitor/input/fail/struct-in-list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.36_/visitor/serialization/QMP/primitives/uint64_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.37_/char/socket/client/reconnect-error/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.37_/cutils/qemu_strtoi_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.37_/hbitmap/next_dirty_area/next_dirty_area_0": {
    "status": "PASSED"
   },
   "ptestresult.qemu.37_/visitor/input/fail/struct-missing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.37_/visitor/serialization/QMP/primitives/uint64_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.38_/char/socket/client/reconnect-error/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.38_/cutils/qemu_strtoi_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.38_/hbitmap/next_dirty_area/next_dirty_area_1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.38_/visitor/input/fail/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.38_/visitor/serialization/QMP/primitives/uint64_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.39_/char/socket/client/dupid-reconnect/tcp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.39_/cutils/qemu_strtoi_full/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.39_/hbitmap/next_dirty_area/next_dirty_area_4": {
    "status": "PASSED"
   },
   "ptestresult.qemu.39_/visitor/input/fail/list-nested": {
    "status": "PASSED"
   },
   "ptestresult.qemu.39_/visitor/serialization/QMP/primitives/int8_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/aio/bh/cancel": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/aio/multi/mutex/contended": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/auth/list/default/allow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/auth/list/default/deny": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/basic/iov/discard-front": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/basic/yield": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/bdrv-drain/driver-cb/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/bdrv-graph-mod/parallel-perm-update": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/bitcnt/ctpop32": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/bitops/half_shuffle32": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/blockjob/cancel/running": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/char/ringbuf": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/afsplit/sha256/big": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/akcipher/rsa2048-raw": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/cipher/aes-ecb-256": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/der/parse-ecdsa-p192-priv-key": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/hash/prealloc": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/hmac/prealloc": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/ivgen/plain/1f2e3d4c5b6a7988": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/secret/indirect/badfile": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/crypto/task/failure": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/cutils/iec_binary_prefix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/error-report/glog": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/event/event_c": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/fifo8/peek_buf": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/hbitmap/size/unaligned": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/int128/int128_sub": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/interval-tree/find-two-point": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/io/channel/socket/ipv4-fd": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/keyval/visit/bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/logging/logfile_write_path": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/qdev/properties/dynamic/global": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/qdist/single/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/qemu-opts/opts_create": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/qgraph/test_contains": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/qmp/dispatch_cmd_failure": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/qtree/destroy": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/replication/primary/start": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/resv-mem/resv_region_list_insert": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/seccomp/sys-fork/off": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/single/cancel": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/string-visitor/input/uintList": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/string-visitor/output/bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/sync-op/preadv": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/test-smp-parse/with_modules_dies": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/thread-pool/submit-co": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/throttle/init": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/util/base64/not-nul-terminated": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/util/socket/is-socket/good": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/uuid/parse": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/virtio-dmabuf/rm_invalid_res": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/visitor/clone/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/visitor/forward/string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/visitor/input/int_overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/visitor/opts/i64/val1/errno": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/visitor/output/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/visitor/serialization/QMP/nested_struct_list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/vmstate/simple/array": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/xbzrle/encode_decode_unchanged": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/xs_node/tx_fail": {
    "status": "PASSED"
   },
   "ptestresult.qemu.3_/yank/char_change/success/from_yank": {
    "status": "PASSED"
   },
   "ptestresult.qemu.40_/char/socket/client/dupid-reconnect/unix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.40_/cutils/qemu_strtoi_full/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.40_/hbitmap/next_dirty_area/next_dirty_area_after_truncate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.40_/visitor/input/fail/union-flat": {
    "status": "PASSED"
   },
   "ptestresult.qemu.40_/visitor/serialization/QMP/primitives/int8_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.41_/cutils/qemu_strtoi_full/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.41_/visitor/input/fail/union-flat-no-discriminator": {
    "status": "PASSED"
   },
   "ptestresult.qemu.41_/visitor/serialization/QMP/primitives/int8_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.42_/cutils/qemu_strtoi_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.42_/visitor/input/fail/alternate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.42_/visitor/serialization/QMP/primitives/int8_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.43_/cutils/qemu_strtoi_full/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.43_/visitor/serialization/QMP/primitives/int16_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.44_/cutils/qemu_strtoi_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.44_/visitor/serialization/QMP/primitives/int16_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.45_/cutils/qemu_strtoui/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.45_/visitor/serialization/QMP/primitives/int16_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.46_/cutils/qemu_strtoui/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.46_/visitor/serialization/QMP/primitives/int16_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.47_/cutils/qemu_strtoui/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.47_/visitor/serialization/QMP/primitives/int32_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.48_/cutils/qemu_strtoui/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.48_/visitor/serialization/QMP/primitives/int32_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.49_/cutils/qemu_strtoui/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.49_/visitor/serialization/QMP/primitives/int32_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/aio/bh/delete": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/aio/multi/mutex/handoff": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/auth/list/default/allow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/auth/list/explicit/deny": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/basic/iov/discard-back": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/basic/nesting": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/bdrv-drain/driver-cb/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/bdrv-graph-mod/parallel-exclusive-write": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/bitcnt/ctpop64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/bitops/half_shuffle64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/blockjob/cancel/paused": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/char/mux": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/afsplit/sha1/1000": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/akcipher/rsa2048-pkcs1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/cipher/aes-cbc-128": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/der/parse-ecdsa-p256-priv-key": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/hash/digest": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/hmac/digest": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/ivgen/plain64/1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/secret/indirect/emptyfile": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/crypto/task/thread_complete": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/cutils/si_prefix": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/error-report/once": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/event/event_d": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/fifo8/peek_buf_wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/hbitmap/iter/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/int128/int128_neg": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/interval-tree/find-one-range": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/io/channel/socket/ipv6-sync": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/keyval/visit/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/logging/logfile_lock_path": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/pair/success": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/qdev/properties/global/subclass": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/qdist/single/full": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/qemu-opts/opt_get": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/qgraph/test_multiple_contains": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/qmp/dispatch_cmd_io": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/qtree/insert": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/replication/primary/stop": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/seccomp/fork/on": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/socket/fd-pass/name/good": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/string-visitor/input/bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/string-visitor/output/bool-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/sync-op/pwritev": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/test-smp-parse/with_clusters": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/thread-pool/submit-many": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/throttle/init_readonly": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/util/base64/invalid-chars": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/uuid/unparse": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/virtio-dmabuf/add_invalid_res": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/visitor/clone/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/visitor/forward/size": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/visitor/input/int_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/visitor/opts/i64/val1/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/visitor/output/string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/visitor/serialization/QMP/primitives/string_empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/vmstate/versioned/load/v1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/xbzrle/encode_decode_1_byte": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/xs_node/tx_succeed": {
    "status": "PASSED"
   },
   "ptestresult.qemu.4_/yank/char_change/fail/to_yank": {
    "status": "PASSED"
   },
   "ptestresult.qemu.50_/cutils/qemu_strtoui/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.50_/visitor/serialization/QMP/primitives/int32_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.51_/cutils/qemu_strtoui/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.51_/visitor/serialization/QMP/primitives/int64_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.52_/cutils/qemu_strtoui/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.52_/visitor/serialization/QMP/primitives/int64_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.53_/cutils/qemu_strtoui/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.53_/visitor/serialization/QMP/primitives/int64_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.54_/cutils/qemu_strtoui/wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.54_/visitor/serialization/QMP/primitives/int64_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.55_/cutils/qemu_strtoui/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.55_/visitor/serialization/QMP/primitive_list/string_empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.56_/cutils/qemu_strtoui/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.56_/visitor/serialization/QMP/primitive_list/string_whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.57_/cutils/qemu_strtoui/underflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.57_/visitor/serialization/QMP/primitive_list/string_newlines": {
    "status": "PASSED"
   },
   "ptestresult.qemu.58_/cutils/qemu_strtoui/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.58_/visitor/serialization/QMP/primitive_list/string_commas": {
    "status": "PASSED"
   },
   "ptestresult.qemu.59_/cutils/qemu_strtoui/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.59_/visitor/serialization/QMP/primitive_list/string_single_quoted": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/aio/bh/flush": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/aio/multi/mutex/mcs": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/auth/list/explicit/allow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/auth/list/explicit/deny": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/basic/iov/discard-front-undo": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/basic/self": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/bdrv-drain/driver-cb/co/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/bdrv-graph-mod/append-greedy-filter": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/bitops/half_unshuffle32": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/blockjob/cancel/ready": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/char/hub": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/crypto/akcipher/rsakey-1024-public": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/crypto/cipher/aes-cbc-192": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/crypto/hash/base64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/crypto/ivgen/plain64/1f2e3d4c": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/crypto/secret/noconv/utf8": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/crypto/task/thread_failure": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/cutils/parse_uint/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/error-report/timestamp": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/event/deprecated": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/fifo8/pop_buf": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/hbitmap/iter/partial": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/int128/int128_nz": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/interval-tree/find-one-range-many": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/io/channel/socket/ipv6-async": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/keyval/visit/size": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/pair/failure": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/qdist/binning/simple": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/qemu-opts/opt_get_bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/qgraph/test_produces": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/qmp/dispatch_cmd_success_response": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/replication/primary/do_checkpoint": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/seccomp/fork/on-nospawn": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/socket/fd-pass/name/bad": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/string-visitor/input/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/string-visitor/output/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/sync-op/preadv_part": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/test-smp-parse/with_boPASS:s": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/thread-pool/cancel": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/throttle/init_writeonly": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/uuid/unparse_strdup": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/virtio-dmabuf/free_res": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/visitor/clone/complex1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/visitor/forward/number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/visitor/input/int_str_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/visitor/opts/i64/val1/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/visitor/output/no-string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/visitor/serialization/QMP/primitives/string_whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/vmstate/versioned/load/v2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/xbzrle/encode_decode_overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/xs_node/tx_rm": {
    "status": "PASSED"
   },
   "ptestresult.qemu.5_/yank/char_change/fail/yank_to_yank": {
    "status": "PASSED"
   },
   "ptestresult.qemu.60_/cutils/qemu_strtoui_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.60_/visitor/serialization/QMP/primitive_list/string_double_quoted": {
    "status": "PASSED"
   },
   "ptestresult.qemu.61_/cutils/qemu_strtoui_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.61_/visitor/serialization/QMP/primitive_list/boolean_true1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.62_/cutils/qemu_strtoui_full/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.62_/visitor/serialization/QMP/primitive_list/boolean_true2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.63_/cutils/qemu_strtoui_full/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.63_/visitor/serialization/QMP/primitive_list/boolean_true3": {
    "status": "PASSED"
   },
   "ptestresult.qemu.64_/cutils/qemu_strtoui_full/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.64_/visitor/serialization/QMP/primitive_list/boolean_false1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.65_/cutils/qemu_strtoui_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.65_/visitor/serialization/QMP/primitive_list/boolean_false2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.66_/cutils/qemu_strtoui_full/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.66_/visitor/serialization/QMP/primitive_list/number_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.67_/cutils/qemu_strtoui_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.67_/visitor/serialization/QMP/primitive_list/number_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.68_/cutils/qemu_strtol/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.68_/visitor/serialization/QMP/primitive_list/number_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.69_/cutils/qemu_strtol/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.69_/visitor/serialization/QMP/primitive_list/number_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/aio/bh/callback-delete/one": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/aio/multi/mutex/pthread": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/auth/list/explicit/allow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/basic/entered": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/basic/iov/discard-back-undo": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/bdrv-drain/driver-cb/co/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/bitops/half_unshuffle64": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/blockjob/cancel/standby": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/char/stdio": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/crypto/akcipher/rsakey-1024-private": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/crypto/cipher/aes-cbc-256": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/crypto/hash/accumulate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/crypto/ivgen/plain64/1f2e3d4c5b6a7988": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/crypto/secret/noconv/base64/good": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/cutils/parse_uint/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/error-report/warn": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/event/deprecated_data": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/fifo8/pop_buf_wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/hbitmap/iter/granularity": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/int128/int128_le": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/interval-tree/find-many-range": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/io/channel/socket/unix-sync": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/keyval/visit/dict": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/pair/cancel": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/qdist/binning/precision": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/qemu-opts/opt_get_number": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/qgraph/test_multiple_produces": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/qmp/dispatch_cmd_deprecated": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/replication/primary/get_error_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/seccomp/fork/off": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/socket/fd-pass/name/nomon": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/string-visitor/input/string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/string-visitor/output/number-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/sync-op/pwritev_part": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/test-smp-parse/with_drawers": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/thread-pool/cancel-async": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/throttle/destroy": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/uuid/hash": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/visitor/clone/complex2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/visitor/forward/any": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/visitor/input/int_str_fail": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/visitor/opts/i64/val2/errno": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/visitor/output/enum": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/visitor/serialization/QMP/primitives/string_newlines": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/vmstate/field_exists/load/noskip": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/xbzrle/encode_decode": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/xs_node/tx_resurrect": {
    "status": "PASSED"
   },
   "ptestresult.qemu.6_/yank/char_change/fail/from_yank": {
    "status": "PASSED"
   },
   "ptestresult.qemu.70_/cutils/qemu_strtol/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.70_/visitor/serialization/QMP/primitive_list/integer_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.71_/cutils/qemu_strtol/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.71_/visitor/serialization/QMP/primitive_list/integer_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.72_/cutils/qemu_strtol/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.72_/visitor/serialization/QMP/primitive_list/integer_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.73_/cutils/qemu_strtol/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.73_/visitor/serialization/QMP/primitive_list/integer_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.74_/cutils/qemu_strtol/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.74_/visitor/serialization/QMP/primitive_list/uint8_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.75_/cutils/qemu_strtol/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.75_/visitor/serialization/QMP/primitive_list/uint8_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.76_/cutils/qemu_strtol/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.76_/visitor/serialization/QMP/primitive_list/uint8_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.77_/cutils/qemu_strtol/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.77_/visitor/serialization/QMP/primitive_list/uint8_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.78_/cutils/qemu_strtol/overflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.78_/visitor/serialization/QMP/primitive_list/uint16_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.79_/cutils/qemu_strtol/min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.79_/visitor/serialization/QMP/primitive_list/uint16_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/aio/bh/callback-delete/many": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/basic/in_coroutine": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/bdrv-drain/quiesce/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/blockjob/cancel/pending": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/char/pipe": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/crypto/akcipher/rsakey-2048-public": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/crypto/cipher/null-iv": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/crypto/ivgen/essiv/1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/crypto/secret/noconv/base64/bad": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/cutils/parse_uint/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/fifo8/peek_bufptr": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/hbitmap/iter/iter_and_reset": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/int128/int128_lt": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/io/channel/socket/unix-async": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/keyval/visit/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/pair/fail-cancel-race": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/qdist/binning/expand": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/qemu-opts/opt_get_size": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/qgraph/test_consumes": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/qmp/dispatch_cmd_arg_deprecated": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/replication/secondary/read": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/seccomp/thread/on": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/socket/fd-pass/num/good": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/string-visitor/input/enum": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/string-visitor/output/string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/sync-op/pwrite_compressed": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/test-smp-parse/with_drawers_boPASS:s": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/throttle/have_timer": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/visitor/clone/complex3": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/visitor/forward/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/visitor/input/bool": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/visitor/opts/i64/val2/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/visitor/output/struct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/visitor/serialization/QMP/primitives/string_commas": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/vmstate/field_exists/load/skip": {
    "status": "PASSED"
   },
   "ptestresult.qemu.7_/xs_node/tx_resurrect2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.80_/cutils/qemu_strtol/underflow": {
    "status": "PASSED"
   },
   "ptestresult.qemu.80_/visitor/serialization/QMP/primitive_list/uint16_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.81_/cutils/qemu_strtol/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.81_/visitor/serialization/QMP/primitive_list/uint16_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.82_/cutils/qemu_strtol/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.82_/visitor/serialization/QMP/primitive_list/uint32_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.83_/cutils/qemu_strtol_full/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.83_/visitor/serialization/QMP/primitive_list/uint32_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.84_/cutils/qemu_strtol_full/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.84_/visitor/serialization/QMP/primitive_list/uint32_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.85_/cutils/qemu_strtol_full/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.85_/visitor/serialization/QMP/primitive_list/uint32_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.86_/cutils/qemu_strtol_full/negative": {
    "status": "PASSED"
   },
   "ptestresult.qemu.86_/visitor/serialization/QMP/primitive_list/uint64_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.87_/cutils/qemu_strtol_full/negzero": {
    "status": "PASSED"
   },
   "ptestresult.qemu.87_/visitor/serialization/QMP/primitive_list/uint64_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.88_/cutils/qemu_strtol_full/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.88_/visitor/serialization/QMP/primitive_list/uint64_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.89_/cutils/qemu_strtol_full/max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.89_/visitor/serialization/QMP/primitive_list/uint64_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/aio/event/add-remove": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/basic/order": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/bdrv-drain/quiesce/drain": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/blockjob/cancel/concluded": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/char/file": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/crypto/akcipher/rsakey-2048-private": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/crypto/cipher/short-plaintext": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/crypto/ivgen/essiv/1f2e3d4c": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/crypto/secret/conv/base64/utf8valid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/cutils/parse_uint/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/fifo8/peek_bufptr_wrap": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/hbitmap/get/all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/int128/int128_ge": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/io/channel/socket/unix-fd-pass": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/keyval/visit/optional": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/qdist/binning/shrink": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/qemu-opts/opt_unset": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/qgraph/test_multiple_consumes": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/qmp/dispatch_cmd_ret_deprecated": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/replication/secondary/write": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/seccomp/thread/on-nospawn": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/socket/fd-pass/num/bad": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/string-visitor/input/fuzz": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/string-visitor/output/string-human": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/sync-op/pwrite_zeroes": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/test-smp-parse/full": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/throttle/detach_attach": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/visitor/input/bool_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/visitor/opts/i64/val2/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/visitor/output/struct-nested": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/visitor/serialization/QMP/primitives/string_single_quoted": {
    "status": "PASSED"
   },
   "ptestresult.qemu.8_/vmstate/field_exists/save/noskip": {
    "status": "PASSED"
   },
   "ptestresult.qemu.90_/cutils/qemu_strtol_full/erange_junk": {
    "status": "PASSED"
   },
   "ptestresult.qemu.90_/visitor/serialization/QMP/primitive_list/int8_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.91_/cutils/qemu_strtoul/correct": {
    "status": "PASSED"
   },
   "ptestresult.qemu.91_/visitor/serialization/QMP/primitive_list/int8_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.92_/cutils/qemu_strtoul/null": {
    "status": "PASSED"
   },
   "ptestresult.qemu.92_/visitor/serialization/QMP/primitive_list/int8_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.93_/cutils/qemu_strtoul/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.93_/visitor/serialization/QMP/primitive_list/int8_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.94_/cutils/qemu_strtoul/whitespace": {
    "status": "PASSED"
   },
   "ptestresult.qemu.94_/visitor/serialization/QMP/primitive_list/int16_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.95_/cutils/qemu_strtoul/invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.95_/visitor/serialization/QMP/primitive_list/int16_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.96_/cutils/qemu_strtoul/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.96_/visitor/serialization/QMP/primitive_list/int16_min": {
    "status": "PASSED"
   },
   "ptestresult.qemu.97_/cutils/qemu_strtoul/octal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.97_/visitor/serialization/QMP/primitive_list/int16_max": {
    "status": "PASSED"
   },
   "ptestresult.qemu.98_/cutils/qemu_strtoul/decimal": {
    "status": "PASSED"
   },
   "ptestresult.qemu.98_/visitor/serialization/QMP/primitive_list/int32_sanity1": {
    "status": "PASSED"
   },
   "ptestresult.qemu.99_/cutils/qemu_strtoul/hex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.99_/visitor/serialization/QMP/primitive_list/int32_sanity2": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/aio/event/wait": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/bdrv-drain/quiesce/co/drain_all": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/char/file-fifo": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/crypto/akcipher/rsakey-public-lack-elem": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/crypto/ivgen/essiv/1f2e3d4c5b6a7988": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/crypto/secret/conv/base64/utf8invalid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/cutils/parse_uint/trailing": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/fifo8/pop_bufptr": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/hbitmap/get/some": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/int128/int128_gt": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/io/channel/socket/unix-listen-cleanup": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/keyval/visit/alternate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/locking/co-mutex": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/qemu-opts/opts_reset": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/qgraph/test_driver": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/qmp/dealloc_types": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/replication/secondary/start": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/seccomp/thread/off": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/socket/fd-pass/num/nocli": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/string-visitor/output/no-string": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/sync-op/load_vmstate": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/test-smp-parse/generic/valid": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/throttle/config_functions": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/visitor/input/bool_str_keyval": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/visitor/opts/i64/range/empty": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/visitor/output/list": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/visitor/serialization/QMP/primitives/string_double_quoted": {
    "status": "PASSED"
   },
   "ptestresult.qemu.9_/vmstate/field_exists/save/skip": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/qemu/ptest\nRunning ./unit/test-x86-topo\nTAP version 14\n# random seed: R02S78361fa419320b56ba3b9f885c225f61\n1..1\n# Start of cpuid tests\n# Start of topology tests\nPASS: 1 /cpuid/topology/basic\n# End of topology tests\n# End of cpuid tests\nRunning ./unit/test-block-iothread\nTAP version 14\n# random seed: R02S0c9276bdd7b10aaa31604bc61d180638\n1..22\n# Start of sync-op tests\nPASS: 1 /sync-op/pread\nPASS: 2 /sync-op/pwrite\nPASS: 3 /sync-op/preadv\nPASS: 4 /sync-op/pwritev\nPASS: 5 /sync-op/preadv_part\nPASS: 6 /sync-op/pwritev_part\nPASS: 7 /sync-op/pwrite_compressed\nPASS: 8 /sync-op/pwrite_zeroes\nPASS: 9 /sync-op/load_vmstate\nPASS: 10 /sync-op/save_vmstate\nPASS: 11 /sync-op/pdiscard\nPASS: 12 /sync-op/truncate\nPASS: 13 /sync-op/block_status\nPASS: 14 /sync-op/flush\nPASS: 15 /sync-op/check\nPASS: 16 /sync-op/activate\n# End of sync-op tests\n# Start of attach tests\nPASS: 17 /attach/blockjob\nPASS: 18 /attach/second_node\nPASS: 19 /attach/preserve_blk_ctx\n# End of attach tests\n# Start of propagate tests\nPASS: 20 /propagate/basic\nPASS: 21 /propagate/diamond\nPASS: 22 /propagate/mirror\n# End of propagate tests\nRunning ./unit/test-qht\nTAP version 14\n# random seed: R02Sdcb81fd528b798048f232042c64ce322\n1..2\n# Start of qht tests\n# Start of mode tests\nPASS: 1 /qht/mode/default\nPASS: 2 /qht/mode/resize\n# End of mode tests\n# End of qht tests\nRunning ./unit/test-crypto-secret\nTAP version 14\n# random seed: R02S79b74891ef4e3586a2fdc15f728761b6\n1..16\n# Start of crypto tests\n# Start of secret tests\nPASS: 1 /crypto/secret/direct\n# Start of indirect tests\nPASS: 2 /crypto/secret/indirect/good\nPASS: 3 /crypto/secret/indirect/badfile\nPASS: 4 /crypto/secret/indirect/emptyfile\n# End of indirect tests\n# Start of noconv tests\nPASS: 5 /crypto/secret/noconv/utf8\n# Start of base64 tests\nPASS: 6 /crypto/secret/noconv/base64/good\nPASS: 7 /crypto/secret/noconv/base64/bad\n# End of base64 tests\n# End of noconv tests\n# Start of conv tests\n# Start of base64 tests\nPASS: 8 /crypto/secret/conv/base64/utf8valid\nPASS: 9 /crypto/secret/conv/base64/utf8invalid\n# End of base64 tests\n# Start of utf8 tests\nPASS: 10 /crypto/secret/conv/utf8/base64\n# End of utf8 tests\n# End of conv tests\n# Start of crypt tests\nPASS: 11 /crypto/secret/crypt/raw\nPASS: 12 /crypto/secret/crypt/base64\nPASS: 13 /crypto/secret/crypt/shortkey\nPASS: 14 /crypto/secret/crypt/shortiv\nPASS: 15 /crypto/secret/crypt/missingiv\nPASS: 16 /crypto/secret/crypt/badiv\n# End of crypt tests\n# End of secret tests\n# End of crypto tests\nRunning ./unit/test-crypto-cipher\n# skip unsupported des:ecb\n# skip unsupported des:cbc\n# skip unsupported des:ecb\n# skip unsupported 3des:cbc\n# skip unsupported 3des:ecb\n# skip unsupported 3des:ctr\n# skip unsupported cast5-128:ecb\n# skip unsupported serpent-128:ecb\n# skip unsupported serpent-192:ecb\n# skip unsupported serpent-256:ecb\n# skip unsupported serpent-256:ecb\n# skip unsupported twofish-128:ecb\n# skip unsupported twofish-192:ecb\n# skip unsupported twofish-256:ecb\n# skip unsupported aes-128:xts\n# skip unsupported aes-128:xts\n# skip unsupported aes-128:xts\n# skip unsupported aes-128:xts\n# skip unsupported cast5-128:xts\n# skip unsupported aes-128:ctr\n# skip unsupported aes-192:ctr\n# skip unsupported aes-256:ctr\nTAP version 14\n# random seed: R02S965a43c97c7cb09dd0c22f1c06a5b462\n1..8\n# Start of crypto tests\n# Start of cipher tests\nPASS: 1 /crypto/cipher/aes-ecb-128\nPASS: 2 /crypto/cipher/aes-ecb-192\nPASS: 3 /crypto/cipher/aes-ecb-256\nPASS: 4 /crypto/cipher/aes-cbc-128\nPASS: 5 /crypto/cipher/aes-cbc-192\nPASS: 6 /crypto/cipher/aes-cbc-256\nPASS: 7 /crypto/cipher/null-iv\nPASS: 8 /crypto/cipher/short-plaintext\n# End of cipher tests\n# End of crypto tests\nRunning ./unit/test-rcu-tailq\nUsage: ./unit/test-rcu-tailq duration nreaders\nRunning ./unit/test-crypto-hash\nTAP version 14\n# random seed: R02Sd022e6d15c66c7f42f4a9f8fd212b7dc\n1..6\n# Start of crypto tests\n# Start of hash tests\nPASS: 1 /crypto/hash/iov\nPASS: 2 /crypto/hash/alloc\nPASS: 3 /crypto/hash/prealloc\nPASS: 4 /crypto/hash/digest\nPASS: 5 /crypto/hash/base64\nPASS: 6 /crypto/hash/accumulate\n# End of hash tests\n# End of crypto tests\nRunning ./unit/test-int128\nTAP version 14\n# random seed: R02S5d7c946e827d35ae40d5cbfe9a75ee28\n1..11\n# Start of int128 tests\nPASS: 1 /int128/int128_and\nPASS: 2 /int128/int128_add\nPASS: 3 /int128/int128_sub\nPASS: 4 /int128/int128_neg\nPASS: 5 /int128/int128_nz\nPASS: 6 /int128/int128_le\nPASS: 7 /int128/int128_lt\nPASS: 8 /int128/int128_ge\nPASS: 9 /int128/int128_gt\nPASS: 10 /int128/int128_rshift\nPASS: 11 /int128/int128_urshift\n# End of int128 tests\nRunning ./unit/test-div128\nTAP version 14\n# random seed: R02S8a3f48bfd728f699148786611dff5dbb\n1..2\n# Start of host-utils tests\nPASS: 1 /host-utils/test_divu128\nPASS: 2 /host-utils/test_divs128\n# End of host-utils tests\nRunning ./unit/test-visitor-serialization\nTAP version 14\n# random seed: R02S74de03d373a490e70c57e751f995417e\n1..156\n# Start of visitor tests\n# Start of serialization tests\n# Start of QMP tests\nPASS: 1 /visitor/serialization/QMP/struct\nPASS: 2 /visitor/serialization/QMP/nested_struct\nPASS: 3 /visitor/serialization/QMP/nested_struct_list\n# Start of primitives tests\nPASS: 4 /visitor/serialization/QMP/primitives/string_empty\nPASS: 5 /visitor/serialization/QMP/primitives/string_whitespace\nPASS: 6 /visitor/serialization/QMP/primitives/string_newlines\nPASS: 7 /visitor/serialization/QMP/primitives/string_commas\nPASS: 8 /visitor/serialization/QMP/primitives/string_single_quoted\nPASS: 9 /visitor/serialization/QMP/primitives/string_double_quoted\nPASS: 10 /visitor/serialization/QMP/primitives/boolean_true1\nPASS: 11 /visitor/serialization/QMP/primitives/boolean_true2\nPASS: 12 /visitor/serialization/QMP/primitives/boolean_true3\nPASS: 13 /visitor/serialization/QMP/primitives/boolean_false1\nPASS: 14 /visitor/serialization/QMP/primitives/boolean_false2\nPASS: 15 /visitor/serialization/QMP/primitives/number_sanity1\nPASS: 16 /visitor/serialization/QMP/primitives/number_sanity2\nPASS: 17 /visitor/serialization/QMP/primitives/number_min\nPASS: 18 /visitor/serialization/QMP/primitives/number_max\nPASS: 19 /visitor/serialization/QMP/primitives/integer_sanity1\nPASS: 20 /visitor/serialization/QMP/primitives/integer_sanity2\nPASS: 21 /visitor/serialization/QMP/primitives/integer_min\nPASS: 22 /visitor/serialization/QMP/primitives/integer_max\nPASS: 23 /visitor/serialization/QMP/primitives/uint8_sanity1\nPASS: 24 /visitor/serialization/QMP/primitives/uint8_sanity2\nPASS: 25 /visitor/serialization/QMP/primitives/uint8_min\nPASS: 26 /visitor/serialization/QMP/primitives/uint8_max\nPASS: 27 /visitor/serialization/QMP/primitives/uint16_sanity1\nPASS: 28 /visitor/serialization/QMP/primitives/uint16_sanity2\nPASS: 29 /visitor/serialization/QMP/primitives/uint16_min\nPASS: 30 /visitor/serialization/QMP/primitives/uint16_max\nPASS: 31 /visitor/serialization/QMP/primitives/uint32_sanity1\nPASS: 32 /visitor/serialization/QMP/primitives/uint32_sanity2\nPASS: 33 /visitor/serialization/QMP/primitives/uint32_min\nPASS: 34 /visitor/serialization/QMP/primitives/uint32_max\nPASS: 35 /visitor/serialization/QMP/primitives/uint64_sanity1\nPASS: 36 /visitor/serialization/QMP/primitives/uint64_sanity2\nPASS: 37 /visitor/serialization/QMP/primitives/uint64_min\nPASS: 38 /visitor/serialization/QMP/primitives/uint64_max\nPASS: 39 /visitor/serialization/QMP/primitives/int8_sanity1\nPASS: 40 /visitor/serialization/QMP/primitives/int8_sanity2\nPASS: 41 /visitor/serialization/QMP/primitives/int8_min\nPASS: 42 /visitor/serialization/QMP/primitives/int8_max\nPASS: 43 /visitor/serialization/QMP/primitives/int16_sanity1\nPASS: 44 /visitor/serialization/QMP/primitives/int16_sanity2\nPASS: 45 /visitor/serialization/QMP/primitives/int16_min\nPASS: 46 /visitor/serialization/QMP/primitives/int16_max\nPASS: 47 /visitor/serialization/QMP/primitives/int32_sanity1\nPASS: 48 /visitor/serialization/QMP/primitives/int32_sanity2\nPASS: 49 /visitor/serialization/QMP/primitives/int32_min\nPASS: 50 /visitor/serialization/QMP/primitives/int32_max\nPASS: 51 /visitor/serialization/QMP/primitives/int64_sanity1\nPASS: 52 /visitor/serialization/QMP/primitives/int64_sanity2\nPASS: 53 /visitor/serialization/QMP/primitives/int64_min\nPASS: 54 /visitor/serialization/QMP/primitives/int64_max\n# End of primitives tests\n# Start of primitive_list tests\nPASS: 55 /visitor/serialization/QMP/primitive_list/string_empty\nPASS: 56 /visitor/serialization/QMP/primitive_list/string_whitespace\nPASS: 57 /visitor/serialization/QMP/primitive_list/string_newlines\nPASS: 58 /visitor/serialization/QMP/primitive_list/string_commas\nPASS: 59 /visitor/serialization/QMP/primitive_list/string_single_quoted\nPASS: 60 /visitor/serialization/QMP/primitive_list/string_double_quoted\nPASS: 61 /visitor/serialization/QMP/primitive_list/boolean_true1\nPASS: 62 /visitor/serialization/QMP/primitive_list/boolean_true2\nPASS: 63 /visitor/serialization/QMP/primitive_list/boolean_true3\nPASS: 64 /visitor/serialization/QMP/primitive_list/boolean_false1\nPASS: 65 /visitor/serialization/QMP/primitive_list/boolean_false2\nPASS: 66 /visitor/serialization/QMP/primitive_list/number_sanity1\nPASS: 67 /visitor/serialization/QMP/primitive_list/number_sanity2\nPASS: 68 /visitor/serialization/QMP/primitive_list/number_min\nPASS: 69 /visitor/serialization/QMP/primitive_list/number_max\nPASS: 70 /visitor/serialization/QMP/primitive_list/integer_sanity1\nPASS: 71 /visitor/serialization/QMP/primitive_list/integer_sanity2\nPASS: 72 /visitor/serialization/QMP/primitive_list/integer_min\nPASS: 73 /visitor/serialization/QMP/primitive_list/integer_max\nPASS: 74 /visitor/serialization/QMP/primitive_list/uint8_sanity1\nPASS: 75 /visitor/serialization/QMP/primitive_list/uint8_sanity2\nPASS: 76 /visitor/serialization/QMP/primitive_list/uint8_min\nPASS: 77 /visitor/serialization/QMP/primitive_list/uint8_max\nPASS: 78 /visitor/serialization/QMP/primitive_list/uint16_sanity1\nPASS: 79 /visitor/serialization/QMP/primitive_list/uint16_sanity2\nPASS: 80 /visitor/serialization/QMP/primitive_list/uint16_min\nPASS: 81 /visitor/serialization/QMP/primitive_list/uint16_max\nPASS: 82 /visitor/serialization/QMP/primitive_list/uint32_sanity1\nPASS: 83 /visitor/serialization/QMP/primitive_list/uint32_sanity2\nPASS: 84 /visitor/serialization/QMP/primitive_list/uint32_min\nPASS: 85 /visitor/serialization/QMP/primitive_list/uint32_max\nPASS: 86 /visitor/serialization/QMP/primitive_list/uint64_sanity1\nPASS: 87 /visitor/serialization/QMP/primitive_list/uint64_sanity2\nPASS: 88 /visitor/serialization/QMP/primitive_list/uint64_min\nPASS: 89 /visitor/serialization/QMP/primitive_list/uint64_max\nPASS: 90 /visitor/serialization/QMP/primitive_list/int8_sanity1\nPASS: 91 /visitor/serialization/QMP/primitive_list/int8_sanity2\nPASS: 92 /visitor/serialization/QMP/primitive_list/int8_min\nPASS: 93 /visitor/serialization/QMP/primitive_list/int8_max\nPASS: 94 /visitor/serialization/QMP/primitive_list/int16_sanity1\nPASS: 95 /visitor/serialization/QMP/primitive_list/int16_sanity2\nPASS: 96 /visitor/serialization/QMP/primitive_list/int16_min\nPASS: 97 /visitor/serialization/QMP/primitive_list/int16_max\nPASS: 98 /visitor/serialization/QMP/primitive_list/int32_sanity1\nPASS: 99 /visitor/serialization/QMP/primitive_list/int32_sanity2\nPASS: 100 /visitor/serialization/QMP/primitive_list/int32_min\nPASS: 101 /visitor/serialization/QMP/primitive_list/int32_max\nPASS: 102 /visitor/serialization/QMP/primitive_list/int64_sanity1\nPASS: 103 /visitor/serialization/QMP/primitive_list/int64_sanity2\nPASS: 104 /visitor/serialization/QMP/primitive_list/int64_min\nPASS: 105 /visitor/serialization/QMP/primitive_list/int64_max\n# End of primitive_list tests\n# End of QMP tests\n# Start of String tests\n# Start of primitives tests\nPASS: 106 /visitor/serialization/String/primitives/string_empty\nPASS: 107 /visitor/serialization/String/primitives/string_whitespace\nPASS: 108 /visitor/serialization/String/primitives/string_newlines\nPASS: 109 /visitor/serialization/String/primitives/string_commas\nPASS: 110 /visitor/serialization/String/primitives/string_single_quoted\nPASS: 111 /visitor/serialization/String/primitives/string_double_quoted\nPASS: 112 /visitor/serialization/String/primitives/boolean_true1\nPASS: 113 /visitor/serialization/String/primitives/boolean_true2\nPASS: 114 /visitor/serialization/String/primitives/boolean_true3\nPASS: 115 /visitor/serialization/String/primitives/boolean_false1\nPASS: 116 /visitor/serialization/String/primitives/boolean_false2\nPASS: 117 /visitor/serialization/String/primitives/number_sanity1\nPASS: 118 /visitor/serialization/String/primitives/number_sanity2\nPASS: 119 /visitor/serialization/String/primitives/number_min\nPASS: 120 /visitor/serialization/String/primitives/number_max\nPASS: 121 /visitor/serialization/String/primitives/integer_sanity1\nPASS: 122 /visitor/serialization/String/primitives/integer_sanity2\nPASS: 123 /visitor/serialization/String/primitives/integer_min\nPASS: 124 /visitor/serialization/String/primitives/integer_max\nPASS: 125 /visitor/serialization/String/primitives/uint8_sanity1\nPASS: 126 /visitor/serialization/String/primitives/uint8_sanity2\nPASS: 127 /visitor/serialization/String/primitives/uint8_min\nPASS: 128 /visitor/serialization/String/primitives/uint8_max\nPASS: 129 /visitor/serialization/String/primitives/uint16_sanity1\nPASS: 130 /visitor/serialization/String/primitives/uint16_sanity2\nPASS: 131 /visitor/serialization/String/primitives/uint16_min\nPASS: 132 /visitor/serialization/String/primitives/uint16_max\nPASS: 133 /visitor/serialization/String/primitives/uint32_sanity1\nPASS: 134 /visitor/serialization/String/primitives/uint32_sanity2\nPASS: 135 /visitor/serialization/String/primitives/uint32_min\nPASS: 136 /visitor/serialization/String/primitives/uint32_max\nPASS: 137 /visitor/serialization/String/primitives/uint64_sanity1\nPASS: 138 /visitor/serialization/String/primitives/uint64_sanity2\nPASS: 139 /visitor/serialization/String/primitives/uint64_min\nPASS: 140 /visitor/serialization/String/primitives/uint64_max\nPASS: 141 /visitor/serialization/String/primitives/int8_sanity1\nPASS: 142 /visitor/serialization/String/primitives/int8_sanity2\nPASS: 143 /visitor/serialization/String/primitives/int8_min\nPASS: 144 /visitor/serialization/String/primitives/int8_max\nPASS: 145 /visitor/serialization/String/primitives/int16_sanity1\nPASS: 146 /visitor/serialization/String/primitives/int16_sanity2\nPASS: 147 /visitor/serialization/String/primitives/int16_min\nPASS: 148 /visitor/serialization/String/primitives/int16_max\nPASS: 149 /visitor/serialization/String/primitives/int32_sanity1\nPASS: 150 /visitor/serialization/String/primitives/int32_sanity2\nPASS: 151 /visitor/serialization/String/primitives/int32_min\nPASS: 152 /visitor/serialization/String/primitives/int32_max\nPASS: 153 /visitor/serialization/String/primitives/int64_sanity1\nPASS: 154 /visitor/serialization/String/primitives/int64_sanity2\nPASS: 155 /visitor/serialization/String/primitives/int64_min\nPASS: 156 /visitor/serialization/String/primitives/int64_max\n# End of primitives tests\n# End of String tests\n# End of serialization tests\n# End of visitor tests\nRunning ./unit/test-virtio-dmabuf\nTAP version 14\n# random seed: R02S500eeed0a3b5eaa880abc9f290995c79\n1..5\n# Start of virtio-dmabuf tests\nPASS: 1 /virtio-dmabuf/add_rm_res\nPASS: 2 /virtio-dmabuf/add_rm_dev\nPASS: 3 /virtio-dmabuf/rm_invalid_res\nPASS: 4 /virtio-dmabuf/add_invalid_res\nPASS: 5 /virtio-dmabuf/free_res\n# End of virtio-dmabuf tests\nRunning ./unit/test-resv-mem\nTAP version 14\n# random seed: R02S722c8e2727a17b180f3f3ec78b165040\n1..3\n# Start of resv-mem tests\nPASS: 1 /resv-mem/range_reverse_array\nPASS: 2 /resv-mem/range_reverse_array_low_end\nPASS: 3 /resv-mem/resv_region_list_insert\n# End of resv-mem tests\nRunning ./unit/test-aio\nTAP version 14\n# random seed: R02S35cf94635449cf4ed45f2e69a531650d\n1..27\n# Start of aio tests\n# Start of bh tests\nPASS: 1 /aio/bh/schedule\nPASS: 2 /aio/bh/schedule10\nPASS: 3 /aio/bh/cancel\nPASS: 4 /aio/bh/delete\nPASS: 5 /aio/bh/flush\n# Start of callback-delete tests\nPASS: 6 /aio/bh/callback-delete/one\nPASS: 7 /aio/bh/callback-delete/many\n# End of callback-delete tests\n# End of bh tests\n# Start of event tests\nPASS: 8 /aio/event/add-remove\nPASS: 9 /aio/event/wait\nPASS: 10 /aio/event/flush\n# Start of wait tests\nPASS: 11 /aio/event/wait/no-flush-cb\n# End of wait tests\n# End of event tests\n# Start of timer tests\nPASS: 12 /aio/timer/schedule\n# slow test /aio/timer/schedule executed in 1.75 secs\n# End of timer tests\n# Start of coroutine tests\nPASS: 13 /aio/coroutine/queue-chaining\nPASS: 14 /aio/coroutine/worker-thread-co-enter\n# End of coroutine tests\n# End of aio tests\n# Start of aio-gsource tests\nPASS: 15 /aio-gsource/flush\n# Start of bh tests\nPASS: 16 /aio-gsource/bh/schedule\nPASS: 17 /aio-gsource/bh/schedule10\nPASS: 18 /aio-gsource/bh/cancel\nPASS: 19 /aio-gsource/bh/delete\nPASS: 20 /aio-gsource/bh/flush\n# Start of callback-delete tests\nPASS: 21 /aio-gsource/bh/callback-delete/one\nPASS: 22 /aio-gsource/bh/callback-delete/many\n# End of callback-delete tests\n# End of bh tests\n# Start of event tests\nPASS: 23 /aio-gsource/event/add-remove\nPASS: 24 /aio-gsource/event/wait\nPASS: 25 /aio-gsource/event/flush\n# Start of wait tests\nPASS: 26 /aio-gsource/event/wait/no-flush-cb\n# End of wait tests\n# End of event tests\n# Start of timer tests\nPASS: 27 /aio-gsource/timer/schedule\n# slow test /aio-gsource/timer/schedule executed in 1.75 secs\n# End of timer tests\n# End of aio-gsource tests\nRunning ./unit/test-crypto-pbkdf\nTAP version 14\n# random seed: R02S4603bbfc29852dc85cabb7c7106baebe\n1..0\nRunning ./unit/test-qobject-output-visitor\nTAP version 14\n# random seed: R02S54f836dc2396db12bf50bc60ef9a961e\n1..16\n# Start of visitor tests\n# Start of output tests\nPASS: 1 /visitor/output/int\nPASS: 2 /visitor/output/bool\nPASS: 3 /visitor/output/number\nPASS: 4 /visitor/output/string\nPASS: 5 /visitor/output/no-string\nPASS: 6 /visitor/output/enum\nPASS: 7 /visitor/output/struct\nPASS: 8 /visitor/output/struct-nested\nPASS: 9 /visitor/output/list\nPASS: 10 /visitor/output/any\nPASS: 11 /visitor/output/list-qapi-free\nPASS: 12 /visitor/output/union-flat\nPASS: 13 /visitor/output/union-in-union\nPASS: 14 /visitor/output/alternate\nPASS: 15 /visitor/output/null\nPASS: 16 /visitor/output/list_struct\n# End of output tests\n# End of visitor tests\nRunning ./unit/test-util-filemonitor\nTAP version 14\n# random seed: R02Sa4ade973f18a9fac9144b7bba3c29faa\n1..1\n# Start of util tests\nPASS: 1 /util/filemonitor\n# End of util tests\nRunning ./unit/test-io-channel-file\nUnexpected error in qemu_open_internal() at ../qemu-10.0.2/util/osdep.c:352:\n./unit/test-io-channel-file: Could not create 'tests/test-io-channel-file.txt': No such file or directory\nTAP version 14\n# random seed: R02S7c4a73fa1d8768e4559341fad08fd6c1\n1..5\n# Start of io tests\n# Start of channel tests\nRunning ./unit/test-thread-pool\nTAP version 14\n# random seed: R02Sa300524a795d207dbd3ee47232b79296\n1..6\n# Start of thread-pool tests\nPASS: 1 /thread-pool/submit-no-complete\nPASS: 2 /thread-pool/submit-aio\nPASS: 3 /thread-pool/submit-co\nPASS: 4 /thread-pool/submit-many\nPASS: 5 /thread-pool/cancel\n# slow test /thread-pool/cancel executed in 2.00 secs\nPASS: 6 /thread-pool/cancel-async\n# slow test /thread-pool/cancel-async executed in 2.00 secs\n# End of thread-pool tests\nRunning ./unit/test-base64\nTAP version 14\n# random seed: R02S15b72e71b471209b60f5c02f076b5240\n1..4\n# Start of util tests\n# Start of base64 tests\nPASS: 1 /util/base64/good\nPASS: 2 /util/base64/embedded-nul\nPASS: 3 /util/base64/not-nul-terminated\nPASS: 4 /util/base64/invalid-chars\n# End of base64 tests\n# End of util tests\nRunning ./unit/test-timed-average\nTAP version 14\n# random seed: R02Sfcdbdc8af12879301f5840c5e360935d\n1..1\n# Start of timed-average tests\nPASS: 1 /timed-average/average\n# End of timed-average tests\nRunning ./unit/test-write-threshold\nTAP version 14\n# random seed: R02Sb7ff4bdec8743280ac130276351417e1\n1..2\n# Start of write-threshold tests\nPASS: 1 /write-threshold/not-trigger\nPASS: 2 /write-threshold/trigger\n# End of write-threshold tests\nRunning ./unit/test-seccomp\nTAP version 14\n# random seed: R02Sbd7509ebbda07863416aa7f3b12e1c8d\n1..12\n# Start of seccomp tests\n# Start of sys-fork tests\nPASS: 1 /seccomp/sys-fork/on\nPASS: 2 /seccomp/sys-fork/on-nospawn\nPASS: 3 /seccomp/sys-fork/off\n# End of sys-fork tests\n# Start of fork tests\nPASS: 4 /seccomp/fork/on\nPASS: 5 /seccomp/fork/on-nospawn\nPASS: 6 /seccomp/fork/off\n# End of fork tests\n# Start of thread tests\nPASS: 7 /seccomp/thread/on\nPASS: 8 /seccomp/thread/on-nospawn\nPASS: 9 /seccomp/thread/off\n# End of thread tests\n# Start of sched tests\nPASS: 10 /seccomp/sched/on\nPASS: 11 /seccomp/sched/on-nores\nPASS: 12 /seccomp/sched/off\n# End of sched tests\n# End of seccomp tests\nRunning ./unit/test-bitops\nTAP version 14\n# random seed: R02S8f9bd185dc01525c182f51f143a476e3\n1..6\n# Start of bitops tests\nPASS: 1 /bitops/sextract32\nPASS: 2 /bitops/sextract64\nPASS: 3 /bitops/half_shuffle32\nPASS: 4 /bitops/half_shuffle64\nPASS: 5 /bitops/half_unshuffle32\nPASS: 6 /bitops/half_unshuffle64\n# End of bitops tests\nRunning ./unit/test-xbzrle\nTAP version 14\n# random seed: R02Sab3986e207b5bf349eecf247cbc8e6fe\n1..6\n# Start of xbzrle tests\nPASS: 1 /xbzrle/uleb\nPASS: 2 /xbzrle/encode_decode_zero\nPASS: 3 /xbzrle/encode_decode_unchanged\nPASS: 4 /xbzrle/encode_decode_1_byte\nPASS: 5 /xbzrle/encode_decode_overflow\nPASS: 6 /xbzrle/encode_decode\n# End of xbzrle tests\nRunning ./unit/test-logging\nTAP version 14\n# random seed: R02S750444def4e6d839dbe04ba0b30a3435\n1..4\n# Start of logging tests\nPASS: 1 /logging/parse_range\nPASS: 2 /logging/parse_path\nPASS: 3 /logging/logfile_write_path\nPASS: 4 /logging/logfile_lock_path\n# End of logging tests\nRunning ./unit/test-bdrv-drain\nTAP version 14\n# random seed: R02Sa7cf9945559a8b6b9e4638821923ae56\n1..30\n# Start of bdrv-drain tests\nPASS: 1 /bdrv-drain/nested\nPASS: 2 /bdrv-drain/set_aio_context\n# Start of driver-cb tests\nPASS: 3 /bdrv-drain/driver-cb/drain_all\nPASS: 4 /bdrv-drain/driver-cb/drain\n# Start of co tests\nPASS: 5 /bdrv-drain/driver-cb/co/drain_all\nPASS: 6 /bdrv-drain/driver-cb/co/drain\n# End of co tests\n# End of driver-cb tests\n# Start of quiesce tests\nPASS: 7 /bdrv-drain/quiesce/drain_all\nPASS: 8 /bdrv-drain/quiesce/drain\n# Start of co tests\nPASS: 9 /bdrv-drain/quiesce/co/drain_all\nPASS: 10 /bdrv-drain/quiesce/co/drain\n# End of co tests\n# End of quiesce tests\n# Start of graph-change tests\nPASS: 11 /bdrv-drain/graph-change/drain_all\n# End of graph-change tests\n# Start of iothread tests\nPASS: 12 /bdrv-drain/iothread/drain_all\nPASS: 13 /bdrv-drain/iothread/drain\n# End of iothread tests\n# Start of blockjob tests\nPASS: 14 /bdrv-drain/blockjob/drain_all\nPASS: 15 /bdrv-drain/blockjob/drain\nPASS: 16 /bdrv-drain/blockjob/commit_by_drained_end\n# Start of error tests\nPASS: 17 /bdrv-drain/blockjob/error/drain_all\nPASS: 18 /bdrv-drain/blockjob/error/drain\n# End of error tests\n# Start of iothread tests\nPASS: 19 /bdrv-drain/blockjob/iothread/drain_all\nPASS: 20 /bdrv-drain/blockjob/iothread/drain\n# Start of error tests\nPASS: 21 /bdrv-drain/blockjob/iothread/error/drain_all\nPASS: 22 /bdrv-drain/blockjob/iothread/error/drain\n# End of error tests\n# End of iothread tests\n# End of blockjob tests\n# Start of deletion tests\nPASS: 23 /bdrv-drain/deletion/drain\n# End of deletion tests\n# Start of detach tests\nPASS: 24 /bdrv-drain/detach/drain_all\nPASS: 25 /bdrv-drain/detach/drain\nPASS: 26 /bdrv-drain/detach/parent_cb\nPASS: 27 /bdrv-drain/detach/driver_cb\n# End of detach tests\n# Start of attach tests\nPASS: 28 /bdrv-drain/attach/drain\n# End of attach tests\n# Start of bdrv_drop_intermediate tests\nPASS: 29 /bdrv-drain/bdrv_drop_intermediate/poll\n# End of bdrv_drop_intermediate tests\n# Start of replace_child tests\nPASS: 30 /bdrv-drain/replace_child/mid-drain\n# End of replace_child tests\n# End of bdrv-drain tests\nRunning ./unit/test-iov\nTAP version 14\n# random seed: R02S0736f222e0760c7dde9de8f73b68b36d\n1..6\n# Start of basic tests\n# Start of iov tests\nPASS: 1 /basic/iov/from-to-buf\nPASS: 2 /basic/iov/io\n# slow test /basic/iov/io executed in 0.55 secs\nPASS: 3 /basic/iov/discard-front\nPASS: 4 /basic/iov/discard-back\nPASS: 5 /basic/iov/discard-front-undo\nPASS: 6 /basic/iov/discard-back-undo\n# End of iov tests\n# End of basic tests\nRunning ./unit/test-string-input-visitor\nTAP version 14\n# random seed: R02S9c4e87c82f900cefa857c800fbd54170\n1..8\n# Start of string-visitor tests\n# Start of input tests\nPASS: 1 /string-visitor/input/int\nPASS: 2 /string-visitor/input/intList\nPASS: 3 /string-visitor/input/uintList\nPASS: 4 /string-visitor/input/bool\nPASS: 5 /string-visitor/input/number\nPASS: 6 /string-visitor/input/string\nPASS: 7 /string-visitor/input/enum\nPASS: 8 /string-visitor/input/fuzz\n# End of input tests\n# End of string-visitor tests\nRunning ./unit/test-rcu-slist\nUsage: ./unit/test-rcu-slist duration nreaders\nRunning ./unit/test-interval-tree\nTAP version 14\n# random seed: R02S1f10e579cd8466593fb5f2ebea68b61d\n1..6\n# Start of interval-tree tests\nPASS: 1 /interval-tree/empty\nPASS: 2 /interval-tree/find-one-point\nPASS: 3 /interval-tree/find-two-point\nPASS: 4 /interval-tree/find-one-range\nPASS: 5 /interval-tree/find-one-range-many\nPASS: 6 /interval-tree/find-many-range\n# End of interval-tree tests\nRunning ./unit/test-string-output-visitor\nTAP version 14\n# random seed: R02S0046f8baae4b903d62e70a6ba1492ad7\n1..14\n# Start of string-visitor tests\n# Start of output tests\nPASS: 1 /string-visitor/output/int\nPASS: 2 /string-visitor/output/int-human\nPASS: 3 /string-visitor/output/bool\nPASS: 4 /string-visitor/output/bool-human\nPASS: 5 /string-visitor/output/number\nPASS: 6 /string-visitor/output/number-human\nPASS: 7 /string-visitor/output/string\nPASS: 8 /string-visitor/output/string-human\nPASS: 9 /string-visitor/output/no-string\nPASS: 10 /string-visitor/output/no-string-human\nPASS: 11 /string-visitor/output/enum\nPASS: 12 /string-visitor/output/enum-human\nPASS: 13 /string-visitor/output/intList\nPASS: 14 /string-visitor/output/intList-human\n# End of output tests\n# End of string-visitor tests\nRunning ./unit/test-authz-list\nTAP version 14\n# random seed: R02S8cf92728a9f5f6f8d65616de72877f87\n1..6\n# Start of auth tests\n# Start of list tests\nPASS: 1 /auth/list/complex\nPASS: 2 /auth/list/add-remove\n# Start of default tests\nPASS: 3 /auth/list/default/deny\nPASS: 4 /auth/list/default/allow\n# End of default tests\n# Start of explicit tests\nPASS: 5 /auth/list/explicit/deny\nPASS: 6 /auth/list/explicit/allow\n# End of explicit tests\n# End of list tests\n# End of auth tests\nRunning ./unit/test-qga\n**\nERROR:../qemu-10.0.2/tests/unit/test-qga.c:79:fixture_setup: assertion failed (error == NULL): Failed to execute child process ?/usr/lib/qemu/ptest/tests/qga/qemu-ga? (No such file or directory) (g-exec-error-quark, 8)\nTAP version 14\n# random seed: R02Scc7d1b2ef83c3c70c606ba26b81a7830\nBail out! ERROR:../qemu-10.0.2/tests/unit/test-qga.c:79:fixture_setup: assertion failed (error == NULL): Failed to execute child process ?/usr/lib/qemu/ptest/tests/qga/qemu-ga? (No such file or directory) (g-exec-error-quark, 8)\nRunning ./unit/test-error-report\nTAP version 14\n# random seed: R02S809f2e5ffb43c47fe55a4175c84007b2\n1..6\n# Start of error-report tests\nPASS: 1 /error-report/simple\nPASS: 2 /error-report/loc\nPASS: 3 /error-report/glog\nPASS: 4 /error-report/once\nPASS: 5 /error-report/timestamp\nPASS: 6 /error-report/warn\n# End of error-report tests\nRunning ./unit/test-fifo\nTAP version 14\n# random seed: R02S637a0e9f6516f6cfb4239c406164f56f\n1..10\n# Start of fifo8 tests\nPASS: 1 /fifo8/pushpop\nPASS: 2 /fifo8/peek\nPASS: 3 /fifo8/peek_buf\nPASS: 4 /fifo8/peek_buf_wrap\nPASS: 5 /fifo8/pop_buf\nPASS: 6 /fifo8/pop_buf_wrap\nPASS: 7 /fifo8/peek_bufptr\nPASS: 8 /fifo8/peek_bufptr_wrap\nPASS: 9 /fifo8/pop_bufptr\nPASS: 10 /fifo8/pop_bufptr_wrap\n# End of fifo8 tests\nRunning ./unit/test-io-channel-socket\nTAP version 14\n# random seed: R02S9d5bcea33a81ec1ca21103dcc73ca3fd\n1..9\n# Start of io tests\n# Start of channel tests\n# Start of socket tests\nPASS: 1 /io/channel/socket/ipv4-sync\nPASS: 2 /io/channel/socket/ipv4-async\nPASS: 3 /io/channel/socket/ipv4-fd\nPASS: 4 /io/channel/socket/ipv6-sync\nPASS: 5 /io/channel/socket/ipv6-async\nPASS: 6 /io/channel/socket/unix-sync\nPASS: 7 /io/channel/socket/unix-async\nPASS: 8 /io/channel/socket/unix-fd-pass\nPASS: 9 /io/channel/socket/unix-listen-cleanup\n# End of socket tests\n# End of channel tests\n# End of io tests\nRunning ./unit/test-vmstate\nTAP version 14\n# random seed: R02Seb5cd836b346d2218a99ab5e4d1f2d4f\n1..23\n# Start of vmstate tests\n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:a\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child_parent:f\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child:parent\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:tmp\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child:diff\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:tmp\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child:diff\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:tmp\n# \n# \nPASS: 1 /vmstate/tmp_struct\n# Start of simple tests\n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:b_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:i64_2\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:i32_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:i32_1\n# \n# \nPASS: 2 /vmstate/simple/primitive\n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \nPASS: 3 /vmstate/simple/array\n# End of simple tests\n# Start of versioned tests\n# Start of load tests\nPASS: 4 /vmstate/versioned/load/v1\nPASS: 5 /vmstate/versioned/load/v2\n# End of load tests\n# End of versioned tests\n# Start of field_exists tests\n# Start of load tests\nPASS: 6 /vmstate/field_exists/load/noskip\nPASS: 7 /vmstate/field_exists/load/skip\n# End of load tests\n# Start of save tests\nPASS: 8 /vmstate/field_exists/save/noskip\nPASS: 9 /vmstate/field_exists/save/skip\n# End of save tests\n# End of field_exists tests\n# Start of array tests\n# Start of ptr tests\n# Start of str tests\n# Start of no0 tests\nPASS: 10 /vmstate/array/ptr/str/no0/save\nPASS: 11 /vmstate/array/ptr/str/no0/load\n# End of no0 tests\n# Start of 0 tests\nPASS: 12 /vmstate/array/ptr/str/0/save\nPASS: 13 /vmstate/array/ptr/str/0/load\n# End of 0 tests\n# End of str tests\n# Start of prim tests\n# Start of 0 tests\nPASS: 14 /vmstate/array/ptr/prim/0/save\nPASS: 15 /vmstate/array/ptr/prim/0/load\n# End of 0 tests\n# End of prim tests\n# End of ptr tests\n# End of array tests\n# Start of qtailq tests\n# Start of save tests\nPASS: 16 /vmstate/qtailq/save/saveq\n# End of save tests\n# Start of load tests\nPASS: 17 /vmstate/qtailq/load/loadq\n# End of load tests\n# End of qtailq tests\n# Start of gtree tests\n# Start of save tests\nPASS: 18 /vmstate/gtree/save/savedomain\nPASS: 19 /vmstate/gtree/save/saveiommu\n# End of save tests\n# Start of load tests\nPASS: 20 /vmstate/gtree/load/loaddomain\nPASS: 21 /vmstate/gtree/load/loadiommu\n# End of load tests\n# End of gtree tests\n# Start of qlist tests\n# Start of save tests\nPASS: 22 /vmstate/qlist/save/saveqlist\n# End of save tests\n# Start of load tests\nPASS: 23 /vmstate/qlist/load/loadqlist\n# End of load tests\n# End of qlist tests\n# End of vmstate tests\nRunning ./unit/test-bufferiszero\nTAP version 14\n# random seed: R02S5636e24037df0eb55af6460cd1a86de4\n1..1\n# Start of cutils tests\nPASS: 1 /cutils/bufferiszero\n# slow test /cutils/bufferiszero executed in 0.58 secs\n# End of cutils tests\nRunning ./unit/test-rcu-list\nUsage: ./unit/test-rcu-list duration nreaders\nRunning ./unit/test-image-locking\nTAP version 14\n# random seed: R02Sa242fc78603ca533fbb90fe0f6aaaa90\n1..2\n# Start of image-locking tests\nPASS: 1 /image-locking/basic\nPASS: 2 /image-locking/set-perm-abort\n# End of image-locking tests\nRunning ./unit/test-crypto-der\nTAP version 14\n# random seed: R02Sdb99d0c4d8d67f50922f55ef9af10160\n1..4\n# Start of crypto tests\n# Start of der tests\nPASS: 1 /crypto/der/parse-rsa512-priv-key\nPASS: 2 /crypto/der/parse-rsa2048-priv-key\nPASS: 3 /crypto/der/parse-ecdsa-p192-priv-key\nPASS: 4 /crypto/der/parse-ecdsa-p256-priv-key\n# End of der tests\n# End of crypto tests\nRunning ./unit/test-qdist\nTAP version 14\n# random seed: R02S37a46768d7771384cf778a1ee1fcea2d\n1..8\n# Start of qdist tests\nPASS: 1 /qdist/none\nPASS: 2 /qdist/pr\n# Start of single tests\nPASS: 3 /qdist/single/empty\nPASS: 4 /qdist/single/full\n# End of single tests\n# Start of binning tests\nPASS: 5 /qdist/binning/simple\nPASS: 6 /qdist/binning/precision\nPASS: 7 /qdist/binning/expand\nPASS: 8 /qdist/binning/shrink\n# End of binning tests\n# End of qdist tests\nRunning ./unit/test-shift128\nTAP version 14\n# random seed: R02Sc2f69f0dc0103fa44648cb81ed9c8627\n1..2\n# Start of host-utils tests\nPASS: 1 /host-utils/test_lshift\nPASS: 2 /host-utils/test_rshift\n# End of host-utils tests\nRunning ./unit/test-bdrv-graph-mod\nTAP version 14\n# random seed: R02S6f4dd078d16214a03d4d55e60bfdb799\n1..5\n# Start of bdrv-graph-mod tests\nPASS: 1 /bdrv-graph-mod/update-perm-tree\nPASS: 2 /bdrv-graph-mod/should-update-child\nPASS: 3 /bdrv-graph-mod/parallel-perm-update\nPASS: 4 /bdrv-graph-mod/parallel-exclusive-write\nPASS: 5 /bdrv-graph-mod/append-greedy-filter\n# End of bdrv-graph-mod tests\nRunning ./unit/test-crypto-block\nTAP version 14\n# random seed: R02S4594158930d6c92e1af80d21251f6486\n1..1\n# Start of crypto tests\n# Start of block tests\nPASS: 1 /crypto/block/qcow\n# End of block tests\n# End of crypto tests\nRunning ./unit/test-blockjob\nTAP version 14\n# random seed: R02Saa93e1838ce5ed41c096d0025553d98e\n1..8\n# Start of blockjob tests\nPASS: 1 /blockjob/ids\n# Start of cancel tests\nPASS: 2 /blockjob/cancel/created\nPASS: 3 /blockjob/cancel/running\nPASS: 4 /blockjob/cancel/paused\nPASS: 5 /blockjob/cancel/ready\nPASS: 6 /blockjob/cancel/standby\nPASS: 7 /blockjob/cancel/pending\nPASS: 8 /blockjob/cancel/concluded\n# End of cancel tests\n# End of blockjob tests\nRunning ./unit/test-forward-visitor\nTAP version 14\n# random seed: R02Sb02c7dd968519d6326de2f2a5a072c87\n1..7\n# Start of visitor tests\n# Start of forward tests\nPASS: 1 /visitor/forward/struct\nPASS: 2 /visitor/forward/alternate\nPASS: 3 /visitor/forward/string\nPASS: 4 /visitor/forward/size\nPASS: 5 /visitor/forward/number\nPASS: 6 /visitor/forward/any\nPASS: 7 /visitor/forward/list\n# End of forward tests\n# End of visitor tests\nRunning ./unit/test-qmp-cmds\nTAP version 14\n# random seed: R02Sdd376a7fb6c1167d1838c8cc70530097\n1..10\n# Start of qmp tests\nPASS: 1 /qmp/dispatch_cmd\nPASS: 2 /qmp/dispatch_cmd_oob\nPASS: 3 /qmp/dispatch_cmd_failure\nPASS: 4 /qmp/dispatch_cmd_io\nPASS: 5 /qmp/dispatch_cmd_success_response\nPASS: 6 /qmp/dispatch_cmd_deprecated\nPASS: 7 /qmp/dispatch_cmd_arg_deprecated\nPASS: 8 /qmp/dispatch_cmd_ret_deprecated\nPASS: 9 /qmp/dealloc_types\nPASS: 10 /qmp/dealloc_partial\n# End of qmp tests\nRunning ./unit/test-qobject-input-visitor\nTAP version 14\n# random seed: R02S77ee0602d9889364f99550622a329191\n1..42\n# Start of visitor tests\n# Start of input tests\nPASS: 1 /visitor/input/int\nPASS: 2 /visitor/input/uint\nPASS: 3 /visitor/input/int_overflow\nPASS: 4 /visitor/input/int_keyval\nPASS: 5 /visitor/input/int_str_keyval\nPASS: 6 /visitor/input/int_str_fail\nPASS: 7 /visitor/input/bool\nPASS: 8 /visitor/input/bool_keyval\nPASS: 9 /visitor/input/bool_str_keyval\nPASS: 10 /visitor/input/bool_str_fail\nPASS: 11 /visitor/input/number\nPASS: 12 /visitor/input/large_number\nPASS: 13 /visitor/input/number_keyval\nPASS: 14 /visitor/input/number_str_keyval\nPASS: 15 /visitor/input/number_str_fail\nPASS: 16 /visitor/input/size_str_keyval\nPASS: 17 /visitor/input/size_str_fail\nPASS: 18 /visitor/input/string\nPASS: 19 /visitor/input/enum\nPASS: 20 /visitor/input/struct\nPASS: 21 /visitor/input/struct-nested\nPASS: 22 /visitor/input/list2\nPASS: 23 /visitor/input/list\nPASS: 24 /visitor/input/any\nPASS: 25 /visitor/input/null\nPASS: 26 /visitor/input/union-flat\nPASS: 27 /visitor/input/union-in-union\nPASS: 28 /visitor/input/alternate\nPASS: 29 /visitor/input/errors\nPASS: 30 /visitor/input/wrong-type\nPASS: 31 /visitor/input/alternate-number\nPASS: 32 /visitor/input/alternate-list\nPASS: 33 /visitor/input/qapi-introspect\n# Start of fail tests\nPASS: 34 /visitor/input/fail/struct\nPASS: 35 /visitor/input/fail/struct-nested\nPASS: 36 /visitor/input/fail/struct-in-list\nPASS: 37 /visitor/input/fail/struct-missing\nPASS: 38 /visitor/input/fail/list\nPASS: 39 /visitor/input/fail/list-nested\nPASS: 40 /visitor/input/fail/union-flat\nPASS: 41 /visitor/input/fail/union-flat-no-discriminator\nPASS: 42 /visitor/input/fail/alternate\n# End of fail tests\n# End of input tests\n# End of visitor tests\nRunning ./unit/test-io-channel-buffer\nTAP version 14\n# random seed: R02Sa9ad0f13869b2f359011abad515468a6\n1..1\n# Start of io tests\n# Start of channel tests\nPASS: 1 /io/channel/buf\n# End of channel tests\n# End of io tests\nRunning ./unit/test-aio-multithread\nTAP version 14\n# random seed: R02S9e1735d69a67b73d13628097b54ac992\n1..6\n# Start of aio tests\n# Start of multi tests\nPASS: 1 /aio/multi/lifecycle\n# scheduled 17, queued 5, retry 5, total 27\nPASS: 2 /aio/multi/schedule\n# slow test /aio/multi/schedule executed in 1.00 secs\n# Start of mutex tests\n# 246215 iterations/second\nPASS: 3 /aio/multi/mutex/contended\n# slow test /aio/multi/mutex/contended executed in 1.10 secs\n# 16939099 iterations/second\nPASS: 4 /aio/multi/mutex/handoff\n# slow test /aio/multi/mutex/handoff executed in 3.10 secs\n# 110843 iterations/second\nPASS: 5 /aio/multi/mutex/mcs\n# slow test /aio/multi/mutex/mcs executed in 1.10 secs\n# 31164210 iterations/second\nPASS: 6 /aio/multi/mutex/pthread\n# slow test /aio/multi/mutex/pthread executed in 1.10 secs\n# End of mutex tests\n# End of multi tests\n# End of aio tests\nRunning ./unit/test-qmp-event\nTAP version 14\n# random seed: R02S34aa585bea24d89278609137e2ddc30a\n1..6\n# Start of event tests\nPASS: 1 /event/event_a\nPASS: 2 /event/event_b\nPASS: 3 /event/event_c\nPASS: 4 /event/event_d\nPASS: 5 /event/deprecated\nPASS: 6 /event/deprecated_data\n# End of event tests\nRunning ./unit/test-qgraph\nTAP version 14\n# random seed: R02Sb7df698f307fbac007a0411017b93673\n1..23\n# Start of qgraph tests\nPASS: 1 /qgraph/init_nop\nPASS: 2 /qgraph/test_machine\nPASS: 3 /qgraph/test_contains\nPASS: 4 /qgraph/test_multiple_contains\nPASS: 5 /qgraph/test_produces\nPASS: 6 /qgraph/test_multiple_produces\nPASS: 7 /qgraph/test_consumes\nPASS: 8 /qgraph/test_multiple_consumes\nPASS: 9 /qgraph/test_driver\nPASS: 10 /qgraph/test_test\nPASS: 11 /qgraph/test_machine_contains_driver\nPASS: 12 /qgraph/test_driver_contains_driver\nPASS: 13 /qgraph/test_machine_produces_interface\nPASS: 14 /qgraph/test_driver_produces_interface\nPASS: 15 /qgraph/test_machine_consumes_interface\nPASS: 16 /qgraph/test_driver_consumes_interface\nPASS: 17 /qgraph/test_test_consumes_interface\nPASS: 18 /qgraph/test_full_sample\nPASS: 19 /qgraph/test_full_sample_raspi\nPASS: 20 /qgraph/test_cycle\nPASS: 21 /qgraph/test_two_test_same_interface\nPASS: 22 /qgraph/test_test_in_path\nPASS: 23 /qgraph/test_double_edge\n# End of qgraph tests\nRunning ./unit/test-bitmap\nTAP version 14\n# random seed: R02Sb044a63e0cb0670d922385901bc7ed1c\n1..2\n# Start of bitmap tests\nPASS: 1 /bitmap/bitmap_copy_with_offset\nPASS: 2 /bitmap/bitmap_set\n# End of bitmap tests\nRunning ./unit/test-authz-simple\nTAP version 14\n# random seed: R02S1ed43f263f6d77f34501299e7e567acf\n1..1\n# Start of authz tests\nPASS: 1 /authz/simple\n# End of authz tests\nRunning ./unit/test-keyval\nTAP version 14\n# random seed: R02S577bc1078a5e45a7e4349eed208a2dd9\n1..13\n# Start of keyval tests\nPASS: 1 /keyval/keyval_parse\n# Start of keyval_parse tests\nPASS: 2 /keyval/keyval_parse/list\n# End of keyval_parse tests\n# Start of visit tests\nPASS: 3 /keyval/visit/bool\nPASS: 4 /keyval/visit/number\nPASS: 5 /keyval/visit/size\nPASS: 6 /keyval/visit/dict\nPASS: 7 /keyval/visit/list\nPASS: 8 /keyval/visit/optional\nPASS: 9 /keyval/visit/alternate\nPASS: 10 /keyval/visit/any\n# End of visit tests\n# Start of merge tests\nPASS: 11 /keyval/merge/dict\nPASS: 12 /keyval/merge/list\nPASS: 13 /keyval/merge/conflict\n# End of merge tests\n# End of keyval tests\nRunning ./unit/test-uuid\nTAP version 14\n# random seed: R02S5104686a1f2db7e8d6e273b7fed582be\n1..6\n# Start of uuid tests\nPASS: 1 /uuid/is_null\nPASS: 2 /uuid/generate\nPASS: 3 /uuid/parse\nPASS: 4 /uuid/unparse\nPASS: 5 /uuid/unparse_strdup\nPASS: 6 /uuid/hash\n# End of uuid tests\nRunning ./unit/test-qapi-util\nTAP version 14\n# random seed: R02Sed7c21fec16259b35f3461c9ad749928\n1..2\n# Start of qapi tests\n# Start of util tests\nPASS: 1 /qapi/util/qapi_enum_parse\nPASS: 2 /qapi/util/parse_qapi_name\n# End of util tests\n# End of qapi tests\nRunning ./unit/test-crypto-akcipher\nTAP version 14\n# random seed: R02Se12b081c76e34bb8fd2d0a51114f1859\n1..16\n# Start of crypto tests\n# Start of akcipher tests\nPASS: 1 /crypto/akcipher/rsa1024-raw\nPASS: 2 /crypto/akcipher/rsa1024-pkcs1\nPASS: 3 /crypto/akcipher/rsa2048-raw\nPASS: 4 /crypto/akcipher/rsa2048-pkcs1\nPASS: 5 /crypto/akcipher/rsakey-1024-public\nPASS: 6 /crypto/akcipher/rsakey-1024-private\nPASS: 7 /crypto/akcipher/rsakey-2048-public\nPASS: 8 /crypto/akcipher/rsakey-2048-private\nPASS: 9 /crypto/akcipher/rsakey-public-lack-elem\nPASS: 10 /crypto/akcipher/rsakey-private-lack-elem\nPASS: 11 /crypto/akcipher/rsakey-public-empty-elem\nPASS: 12 /crypto/akcipher/rsakey-private-empty-elem\nPASS: 13 /crypto/akcipher/rsakey-public-empty-key\nPASS: 14 /crypto/akcipher/rsakey-private-empty-key\nPASS: 15 /crypto/akcipher/rsakey-public-invalid-length-val\nPASS: 16 /crypto/akcipher/rsakey-public-extra-elem\n# End of akcipher tests\n# End of crypto tests\nRunning ./unit/test-qdev-global-props\nTAP version 14\n# random seed: R02S883c2507cfd06e242b105e0f2097925c\n1..4\n# Start of qdev tests\n# Start of properties tests\n# Start of static tests\nPASS: 1 /qdev/properties/static/default\nPASS: 2 /qdev/properties/static/global\n# Start of default tests\n# End of default tests\n# Start of global tests\n# End of global tests\n# End of static tests\n# Start of dynamic tests\nPASS: 3 /qdev/properties/dynamic/global\n# Start of global tests\n# End of global tests\n# End of dynamic tests\n# Start of global tests\nPASS: 4 /qdev/properties/global/subclass\n# End of global tests\n# End of properties tests\n# End of qdev tests\nRunning ./unit/test-qemu-opts\nTAP version 14\n# random seed: R02S7cb1a4a4122897fbaa89059551425f5a\n1..19\n# Start of qemu-opts tests\nPASS: 1 /qemu-opts/find_unknown_opts\nPASS: 2 /qemu-opts/find_opts\nPASS: 3 /qemu-opts/opts_create\nPASS: 4 /qemu-opts/opt_get\nPASS: 5 /qemu-opts/opt_get_bool\nPASS: 6 /qemu-opts/opt_get_number\nPASS: 7 /qemu-opts/opt_get_size\nPASS: 8 /qemu-opts/opt_unset\nPASS: 9 /qemu-opts/opts_reset\nPASS: 10 /qemu-opts/has_help_option\nPASS: 11 /qemu-opts/append_to_null\nPASS: 12 /qemu-opts/append\n# Start of opts_parse tests\nPASS: 13 /qemu-opts/opts_parse/general\nPASS: 14 /qemu-opts/opts_parse/bool\nPASS: 15 /qemu-opts/opts_parse/number\nPASS: 16 /qemu-opts/opts_parse/size\n# End of opts_parse tests\n# Start of to_qdict tests\nPASS: 17 /qemu-opts/to_qdict/basic\nPASS: 18 /qemu-opts/to_qdict/filtered\nPASS: 19 /qemu-opts/to_qdict/duplicates\n# End of to_qdict tests\n# End of qemu-opts tests\nRunning ./unit/test-coroutine\nTAP version 14\n# random seed: R02Sca143deb8daea287a7cacb67dcb70c87\n1..12\n# Start of basic tests\nPASS: 1 /basic/no-dangling-access\nPASS: 2 /basic/lifecycle\nPASS: 3 /basic/yield\nPASS: 4 /basic/nesting\nPASS: 5 /basic/self\nPASS: 6 /basic/entered\nPASS: 7 /basic/in_coroutine\nPASS: 8 /basic/order\n# End of basic tests\n# Start of locking tests\nPASS: 9 /locking/co-mutex\n# Start of co-mutex tests\nPASS: 10 /locking/co-mutex/lockable\n# End of co-mutex tests\n# Start of co-rwlock tests\nPASS: 11 /locking/co-rwlock/upgrade\nPASS: 12 /locking/co-rwlock/downgrade\n# End of co-rwlock tests\n# End of locking tests\nRunning ./unit/test-smp-parse\nTAP version 14\n# random seed: R02S62dc49f108e4c8bdd0a210dd8bc0668b\n1..10\n# Start of test-smp-parse tests\nPASS: 1 /test-smp-parse/with_modules\nPASS: 2 /test-smp-parse/with_dies\nPASS: 3 /test-smp-parse/with_modules_dies\nPASS: 4 /test-smp-parse/with_clusters\nPASS: 5 /test-smp-parse/with_boPASS:s\nPASS: 6 /test-smp-parse/with_drawers\nPASS: 7 /test-smp-parse/with_drawers_boPASS:s\nPASS: 8 /test-smp-parse/full\n# Start of generic tests\nPASS: 9 /test-smp-parse/generic/valid\nPASS: 10 /test-smp-parse/generic/invalid\n# End of generic tests\n# End of test-smp-parse tests\nRunning ./unit/test-crypto-hmac\nTAP version 14\n# random seed: R02Sc28db337571dc5304dee2f25fe58f439\n1..4\n# Start of crypto tests\n# Start of hmac tests\nPASS: 1 /crypto/hmac/iov\nPASS: 2 /crypto/hmac/alloc\nPASS: 3 /crypto/hmac/prealloc\nPASS: 4 /crypto/hmac/digest\n# End of hmac tests\n# End of crypto tests\nRunning ./unit/test-crypto-ivgen\nTAP version 14\n# random seed: R02S47d4b73cee9f9c559deba76f28fc1d7c\n1..9\n# Start of crypto tests\n# Start of ivgen tests\n# Start of plain tests\nPASS: 1 /crypto/ivgen/plain/1\nPASS: 2 /crypto/ivgen/plain/1f2e3d4c\nPASS: 3 /crypto/ivgen/plain/1f2e3d4c5b6a7988\n# End of plain tests\n# Start of plain64 tests\nPASS: 4 /crypto/ivgen/plain64/1\nPASS: 5 /crypto/ivgen/plain64/1f2e3d4c\nPASS: 6 /crypto/ivgen/plain64/1f2e3d4c5b6a7988\n# End of plain64 tests\n# Start of essiv tests\nPASS: 7 /crypto/ivgen/essiv/1\nPASS: 8 /crypto/ivgen/essiv/1f2e3d4c\nPASS: 9 /crypto/ivgen/essiv/1f2e3d4c5b6a7988\n# End of essiv tests\n# End of ivgen tests\n# End of crypto tests\nRunning ./unit/test-io-task\nTAP version 14\n# random seed: R02S532701c44f2f43d170d77c26b42f6909\n1..5\n# Start of crypto tests\n# Start of task tests\nPASS: 1 /crypto/task/complete\nPASS: 2 /crypto/task/datafree\nPASS: 3 /crypto/task/failure\nPASS: 4 /crypto/task/thread_complete\nPASS: 5 /crypto/task/thread_failure\n# End of task tests\n# End of crypto tests\nRunning ./unit/test-mul64\nTAP version 14\n# random seed: R02Sad28ba5cff5106710147e9c07e2fb370\n1..2\n# Start of host-utils tests\nPASS: 1 /host-utils/mulu64\nPASS: 2 /host-utils/muls64\n# End of host-utils tests\nRunning ./unit/test-util-sockets\nTAP version 14\n# random seed: R02Sa37ec79f8491690d41ae00f6f151d687\n1..9\n# Start of util tests\n# Start of socket tests\nPASS: 1 /util/socket/unix-abstract\n# Start of is-socket tests\nPASS: 2 /util/socket/is-socket/bad\nPASS: 3 /util/socket/is-socket/good\n# End of is-socket tests\n# End of socket tests\n# End of util tests\n# Start of socket tests\n# Start of fd-pass tests\n# Start of name tests\nPASS: 4 /socket/fd-pass/name/good\nPASS: 5 /socket/fd-pass/name/bad\nPASS: 6 /socket/fd-pass/name/nomon\n# End of name tests\n# Start of num tests\nPASS: 7 /socket/fd-pass/num/good\nPASS: 8 /socket/fd-pass/num/bad\nPASS: 9 /socket/fd-pass/num/nocli\n# End of num tests\n# End of fd-pass tests\n# End of socket tests\nRunning ./unit/test-replication\nTAP version 14\n# random seed: R02S63228a06babeb7da5c212e9bcbcd393f\n1..13\n# Start of replication tests\n# Start of primary tests\nPASS: 1 /replication/primary/read\nPASS: 2 /replication/primary/write\nPASS: 3 /replication/primary/start\nPASS: 4 /replication/primary/stop\nPASS: 5 /replication/primary/do_checkpoint\nPASS: 6 /replication/primary/get_error_all\n# End of primary tests\n# Start of secondary tests\nPASS: 7 /replication/secondary/read\nPASS: 8 /replication/secondary/write\nPASS: 9 /replication/secondary/start\nPASS: 10 /replication/secondary/stop\nPASS: 11 /replication/secondary/continuous_replication\nPASS: 12 /replication/secondary/do_checkpoint\nPASS: 13 /replication/secondary/get_error_all\n# End of secondary tests\n# End of replication tests\nRunning ./unit/test-hbitmap\nTAP version 14\n# random seed: R02S70e7ad53124e814b3b6ee883f69dda73\n1..40\n# Start of hbitmap tests\nPASS: 1 /hbitmap/granularity\n# Start of size tests\nPASS: 2 /hbitmap/size/0\nPASS: 3 /hbitmap/size/unaligned\n# End of size tests\n# Start of iter tests\nPASS: 4 /hbitmap/iter/empty\nPASS: 5 /hbitmap/iter/partial\nPASS: 6 /hbitmap/iter/granularity\nPASS: 7 /hbitmap/iter/iter_and_reset\n# End of iter tests\n# Start of get tests\nPASS: 8 /hbitmap/get/all\nPASS: 9 /hbitmap/get/some\n# End of get tests\n# Start of set tests\nPASS: 10 /hbitmap/set/all\nPASS: 11 /hbitmap/set/one\nPASS: 12 /hbitmap/set/two-elem\nPASS: 13 /hbitmap/set/general\nPASS: 14 /hbitmap/set/twice\nPASS: 15 /hbitmap/set/overlap\n# End of set tests\n# Start of reset tests\nPASS: 16 /hbitmap/reset/empty\nPASS: 17 /hbitmap/reset/general\nPASS: 18 /hbitmap/reset/all\n# End of reset tests\n# Start of truncate tests\nPASS: 19 /hbitmap/truncate/nop\n# Start of grow tests\nPASS: 20 /hbitmap/truncate/grow/negligible\nPASS: 21 /hbitmap/truncate/grow/tiny\nPASS: 22 /hbitmap/truncate/grow/small\nPASS: 23 /hbitmap/truncate/grow/medium\nPASS: 24 /hbitmap/truncate/grow/large\n# End of grow tests\n# Start of shrink tests\nPASS: 25 /hbitmap/truncate/shrink/negligible\nPASS: 26 /hbitmap/truncate/shrink/tiny\nPASS: 27 /hbitmap/truncate/shrink/small\nPASS: 28 /hbitmap/truncate/shrink/medium\nPASS: 29 /hbitmap/truncate/shrink/large\n# End of shrink tests\n# End of truncate tests\n# Start of serialize tests\nPASS: 30 /hbitmap/serialize/align\nPASS: 31 /hbitmap/serialize/basic\nPASS: 32 /hbitmap/serialize/part\nPASS: 33 /hbitmap/serialize/zeroes\n# End of serialize tests\n# Start of next_zero tests\nPASS: 34 /hbitmap/next_zero/next_x_0\nPASS: 35 /hbitmap/next_zero/next_x_4\nPASS: 36 /hbitmap/next_zero/next_x_after_truncate\n# End of next_zero tests\n# Start of next_dirty_area tests\nPASS: 37 /hbitmap/next_dirty_area/next_dirty_area_0\nPASS: 38 /hbitmap/next_dirty_area/next_dirty_area_1\nPASS: 39 /hbitmap/next_dirty_area/next_dirty_area_4\nPASS: 40 /hbitmap/next_dirty_area/next_dirty_area_after_truncate\n# End of next_dirty_area tests\n# End of hbitmap tests\nRunning ./unit/test-bitcnt\nTAP version 14\n# random seed: R02S7fe82ff86cf0ff16061f7688ab9754bd\n1..4\n# Start of bitcnt tests\nPASS: 1 /bitcnt/ctpop8\nPASS: 2 /bitcnt/ctpop16\nPASS: 3 /bitcnt/ctpop32\nPASS: 4 /bitcnt/ctpop64\n# End of bitcnt tests\nRunning ./unit/test-blockjob-txn\nTAP version 14\n# random seed: R02S71c84a2a18d2b47194072e68df97676e\n1..7\n# Start of single tests\nPASS: 1 /single/success\nPASS: 2 /single/failure\nPASS: 3 /single/cancel\n# End of single tests\n# Start of pair tests\nPASS: 4 /pair/success\nPASS: 5 /pair/failure\nPASS: 6 /pair/cancel\nPASS: 7 /pair/fail-cancel-race\n# End of pair tests\nRunning ./unit/test-rcu-simpleq\nUsage: ./unit/test-rcu-simpleq duration nreaders\nRunning ./unit/test-clone-visitor\nTAP version 14\n# random seed: R02S5cb6464ae83b9051209ab075a7a4fc6c\n1..7\n# Start of visitor tests\n# Start of clone tests\nPASS: 1 /visitor/clone/struct\nPASS: 2 /visitor/clone/alternate\nPASS: 3 /visitor/clone/list\nPASS: 4 /visitor/clone/empty\nPASS: 5 /visitor/clone/complex1\nPASS: 6 /visitor/clone/complex2\nPASS: 7 /visitor/clone/complex3\n# End of clone tests\n# End of visitor tests\nRunning ./unit/test-qtree\nTAP version 14\n# random seed: R02S68022c6f1ec3a064464b5ff7e2863c41\n1..4\n# Start of qtree tests\nPASS: 1 /qtree/search\nPASS: 2 /qtree/remove\n# nnodes: 62\n# nnodes: 0\nPASS: 3 /qtree/destroy\nPASS: 4 /qtree/insert\n# End of qtree tests\nRunning ./unit/test-block-backend\nTAP version 14\n# random seed: R02S9e777b60158dcbfad05e0b2b74d1ba1e\n1..2\n# Start of block-backend tests\nPASS: 1 /block-backend/drain_aio_error\nPASS: 2 /block-backend/drain_all_aio_error\n# End of block-backend tests\nRunning ./unit/test-xs-node\nTAP version 14\n# random seed: R02S27f098887fb408cf8d8987d500e74315\n1..7\n# Start of xs_node tests\nPASS: 1 /xs_node/simple\nPASS: 2 /xs_node/tx_abort\nPASS: 3 /xs_node/tx_fail\nPASS: 4 /xs_node/tx_succeed\nPASS: 5 /xs_node/tx_rm\nPASS: 6 /xs_node/tx_resurrect\nPASS: 7 /xs_node/tx_resurrect2\n# End of xs_node tests\nRunning ./unit/test-yank\nTAP version 14\n# random seed: R02Sed1e1ef385afdb271dee5c3d72387527\n1..6\n# Start of yank tests\n# Start of char_change tests\n# Start of success tests\nPASS: 1 /yank/char_change/success/to_yank\nPASS: 2 /yank/char_change/success/yank_to_yank\nPASS: 3 /yank/char_change/success/from_yank\n# End of success tests\n# Start of fail tests\nPASS: 4 /yank/char_change/fail/to_yank\nPASS: 5 /yank/char_change/fail/yank_to_yank\nPASS: 6 /yank/char_change/fail/from_yank\n# End of fail tests\n# End of char_change tests\n# End of yank tests\nRunning ./unit/test-throttle\nTAP version 14\n# random seed: R02S06ea149452b8cf3198e0404dee98a7e9\n1..17\n# Start of throttle tests\nPASS: 1 /throttle/leak_bucket\nPASS: 2 /throttle/compute_wait\nPASS: 3 /throttle/init\nPASS: 4 /throttle/init_readonly\nPASS: 5 /throttle/init_writeonly\nPASS: 6 /throttle/destroy\nPASS: 7 /throttle/have_timer\nPASS: 8 /throttle/detach_attach\nPASS: 9 /throttle/config_functions\nPASS: 10 /throttle/accounting\nPASS: 11 /throttle/groups\n# Start of config tests\nPASS: 12 /throttle/config/enabled\nPASS: 13 /throttle/config/conflicting\nPASS: 14 /throttle/config/is_valid\nPASS: 15 /throttle/config/ranges\nPASS: 16 /throttle/config/max\nPASS: 17 /throttle/config/iops_size\n# End of config tests\n# End of throttle tests\nRunning ./unit/test-authz-listfile\nTAP version 14\n# random seed: R02Sa03d79ce3ac7783b1226c6189800d9d0\n1..5\n# Start of auth tests\n# Start of list tests\nPASS: 1 /auth/list/complex\n# Start of default tests\nPASS: 2 /auth/list/default/deny\nPASS: 3 /auth/list/default/allow\n# End of default tests\n# Start of explicit tests\nPASS: 4 /auth/list/explicit/deny\nPASS: 5 /auth/list/explicit/allow\n# End of explicit tests\n# End of list tests\n# End of auth tests\nRunning ./unit/test-cutils\nTAP version 14\n# random seed: R02S426b87d645baf4ad71f2f2da0b0d41e9\n1..179\n# Start of cutils tests\nPASS: 1 /cutils/size_to_str\nPASS: 2 /cutils/freq_to_str\nPASS: 3 /cutils/iec_binary_prefix\nPASS: 4 /cutils/si_prefix\n# Start of parse_uint tests\nPASS: 5 /cutils/parse_uint/null\nPASS: 6 /cutils/parse_uint/empty\nPASS: 7 /cutils/parse_uint/whitespace\nPASS: 8 /cutils/parse_uint/invalid\nPASS: 9 /cutils/parse_uint/trailing\nPASS: 10 /cutils/parse_uint/correct\nPASS: 11 /cutils/parse_uint/octal\nPASS: 12 /cutils/parse_uint/decimal\nPASS: 13 /cutils/parse_uint/llong_max\nPASS: 14 /cutils/parse_uint/max\nPASS: 15 /cutils/parse_uint/overflow\nPASS: 16 /cutils/parse_uint/negative\nPASS: 17 /cutils/parse_uint/negzero\n# End of parse_uint tests\n# Start of parse_uint_full tests\nPASS: 18 /cutils/parse_uint_full/trailing\nPASS: 19 /cutils/parse_uint_full/correct\nPASS: 20 /cutils/parse_uint_full/erange_junk\nPASS: 21 /cutils/parse_uint_full/null\n# End of parse_uint_full tests\n# Start of qemu_strtoi tests\nPASS: 22 /cutils/qemu_strtoi/correct\nPASS: 23 /cutils/qemu_strtoi/null\nPASS: 24 /cutils/qemu_strtoi/empty\nPASS: 25 /cutils/qemu_strtoi/whitespace\nPASS: 26 /cutils/qemu_strtoi/invalid\nPASS: 27 /cutils/qemu_strtoi/trailing\nPASS: 28 /cutils/qemu_strtoi/octal\nPASS: 29 /cutils/qemu_strtoi/decimal\nPASS: 30 /cutils/qemu_strtoi/hex\nPASS: 31 /cutils/qemu_strtoi/max\nPASS: 32 /cutils/qemu_strtoi/overflow\nPASS: 33 /cutils/qemu_strtoi/min\nPASS: 34 /cutils/qemu_strtoi/underflow\nPASS: 35 /cutils/qemu_strtoi/negative\nPASS: 36 /cutils/qemu_strtoi/negzero\n# End of qemu_strtoi tests\n# Start of qemu_strtoi_full tests\nPASS: 37 /cutils/qemu_strtoi_full/correct\nPASS: 38 /cutils/qemu_strtoi_full/null\nPASS: 39 /cutils/qemu_strtoi_full/empty\nPASS: 40 /cutils/qemu_strtoi_full/negative\nPASS: 41 /cutils/qemu_strtoi_full/negzero\nPASS: 42 /cutils/qemu_strtoi_full/trailing\nPASS: 43 /cutils/qemu_strtoi_full/max\nPASS: 44 /cutils/qemu_strtoi_full/erange_junk\n# End of qemu_strtoi_full tests\n# Start of qemu_strtoui tests\nPASS: 45 /cutils/qemu_strtoui/correct\nPASS: 46 /cutils/qemu_strtoui/null\nPASS: 47 /cutils/qemu_strtoui/empty\nPASS: 48 /cutils/qemu_strtoui/whitespace\nPASS: 49 /cutils/qemu_strtoui/invalid\nPASS: 50 /cutils/qemu_strtoui/trailing\nPASS: 51 /cutils/qemu_strtoui/octal\nPASS: 52 /cutils/qemu_strtoui/decimal\nPASS: 53 /cutils/qemu_strtoui/hex\nPASS: 54 /cutils/qemu_strtoui/wrap\nPASS: 55 /cutils/qemu_strtoui/max\nPASS: 56 /cutils/qemu_strtoui/overflow\nPASS: 57 /cutils/qemu_strtoui/underflow\nPASS: 58 /cutils/qemu_strtoui/negative\nPASS: 59 /cutils/qemu_strtoui/negzero\n# End of qemu_strtoui tests\n# Start of qemu_strtoui_full tests\nPASS: 60 /cutils/qemu_strtoui_full/correct\nPASS: 61 /cutils/qemu_strtoui_full/null\nPASS: 62 /cutils/qemu_strtoui_full/empty\nPASS: 63 /cutils/qemu_strtoui_full/negative\nPASS: 64 /cutils/qemu_strtoui_full/negzero\nPASS: 65 /cutils/qemu_strtoui_full/trailing\nPASS: 66 /cutils/qemu_strtoui_full/max\nPASS: 67 /cutils/qemu_strtoui_full/erange_junk\n# End of qemu_strtoui_full tests\n# Start of qemu_strtol tests\nPASS: 68 /cutils/qemu_strtol/correct\nPASS: 69 /cutils/qemu_strtol/null\nPASS: 70 /cutils/qemu_strtol/empty\nPASS: 71 /cutils/qemu_strtol/whitespace\nPASS: 72 /cutils/qemu_strtol/invalid\nPASS: 73 /cutils/qemu_strtol/trailing\nPASS: 74 /cutils/qemu_strtol/octal\nPASS: 75 /cutils/qemu_strtol/decimal\nPASS: 76 /cutils/qemu_strtol/hex\nPASS: 77 /cutils/qemu_strtol/max\nPASS: 78 /cutils/qemu_strtol/overflow\nPASS: 79 /cutils/qemu_strtol/min\nPASS: 80 /cutils/qemu_strtol/underflow\nPASS: 81 /cutils/qemu_strtol/negative\nPASS: 82 /cutils/qemu_strtol/negzero\n# End of qemu_strtol tests\n# Start of qemu_strtol_full tests\nPASS: 83 /cutils/qemu_strtol_full/correct\nPASS: 84 /cutils/qemu_strtol_full/null\nPASS: 85 /cutils/qemu_strtol_full/empty\nPASS: 86 /cutils/qemu_strtol_full/negative\nPASS: 87 /cutils/qemu_strtol_full/negzero\nPASS: 88 /cutils/qemu_strtol_full/trailing\nPASS: 89 /cutils/qemu_strtol_full/max\nPASS: 90 /cutils/qemu_strtol_full/erange_junk\n# End of qemu_strtol_full tests\n# Start of qemu_strtoul tests\nPASS: 91 /cutils/qemu_strtoul/correct\nPASS: 92 /cutils/qemu_strtoul/null\nPASS: 93 /cutils/qemu_strtoul/empty\nPASS: 94 /cutils/qemu_strtoul/whitespace\nPASS: 95 /cutils/qemu_strtoul/invalid\nPASS: 96 /cutils/qemu_strtoul/trailing\nPASS: 97 /cutils/qemu_strtoul/octal\nPASS: 98 /cutils/qemu_strtoul/decimal\nPASS: 99 /cutils/qemu_strtoul/hex\nPASS: 100 /cutils/qemu_strtoul/wrap\nPASS: 101 /cutils/qemu_strtoul/max\nPASS: 102 /cutils/qemu_strtoul/overflow\nPASS: 103 /cutils/qemu_strtoul/underflow\nPASS: 104 /cutils/qemu_strtoul/negative\nPASS: 105 /cutils/qemu_strtoul/negzero\n# End of qemu_strtoul tests\n# Start of qemu_strtoul_full tests\nPASS: 106 /cutils/qemu_strtoul_full/correct\nPASS: 107 /cutils/qemu_strtoul_full/null\nPASS: 108 /cutils/qemu_strtoul_full/empty\nPASS: 109 /cutils/qemu_strtoul_full/negative\nPASS: 110 /cutils/qemu_strtoul_full/negzero\nPASS: 111 /cutils/qemu_strtoul_full/trailing\nPASS: 112 /cutils/qemu_strtoul_full/max\nPASS: 113 /cutils/qemu_strtoul_full/erange_junk\n# End of qemu_strtoul_full tests\n# Start of qemu_strtoi64 tests\nPASS: 114 /cutils/qemu_strtoi64/correct\nPASS: 115 /cutils/qemu_strtoi64/null\nPASS: 116 /cutils/qemu_strtoi64/empty\nPASS: 117 /cutils/qemu_strtoi64/whitespace\nPASS: 118 /cutils/qemu_strtoi64/invalid\nPASS: 119 /cutils/qemu_strtoi64/trailing\nPASS: 120 /cutils/qemu_strtoi64/octal\nPASS: 121 /cutils/qemu_strtoi64/decimal\nPASS: 122 /cutils/qemu_strtoi64/hex\nPASS: 123 /cutils/qemu_strtoi64/max\nPASS: 124 /cutils/qemu_strtoi64/overflow\nPASS: 125 /cutils/qemu_strtoi64/min\nPASS: 126 /cutils/qemu_strtoi64/underflow\nPASS: 127 /cutils/qemu_strtoi64/negative\nPASS: 128 /cutils/qemu_strtoi64/negzero\n# End of qemu_strtoi64 tests\n# Start of qemu_strtoi64_full tests\nPASS: 129 /cutils/qemu_strtoi64_full/correct\nPASS: 130 /cutils/qemu_strtoi64_full/null\nPASS: 131 /cutils/qemu_strtoi64_full/empty\nPASS: 132 /cutils/qemu_strtoi64_full/negative\nPASS: 133 /cutils/qemu_strtoi64_full/negzero\nPASS: 134 /cutils/qemu_strtoi64_full/trailing\nPASS: 135 /cutils/qemu_strtoi64_full/max\nPASS: 136 /cutils/qemu_strtoi64_full/erange_junk\n# End of qemu_strtoi64_full tests\n# Start of qemu_strtou64 tests\nPASS: 137 /cutils/qemu_strtou64/correct\nPASS: 138 /cutils/qemu_strtou64/null\nPASS: 139 /cutils/qemu_strtou64/empty\nPASS: 140 /cutils/qemu_strtou64/whitespace\nPASS: 141 /cutils/qemu_strtou64/invalid\nPASS: 142 /cutils/qemu_strtou64/trailing\nPASS: 143 /cutils/qemu_strtou64/octal\nPASS: 144 /cutils/qemu_strtou64/decimal\nPASS: 145 /cutils/qemu_strtou64/hex\nPASS: 146 /cutils/qemu_strtou64/wrap\nPASS: 147 /cutils/qemu_strtou64/max\nPASS: 148 /cutils/qemu_strtou64/overflow\nPASS: 149 /cutils/qemu_strtou64/underflow\nPASS: 150 /cutils/qemu_strtou64/negative\nPASS: 151 /cutils/qemu_strtou64/negzero\n# End of qemu_strtou64 tests\n# Start of qemu_strtou64_full tests\nPASS: 152 /cutils/qemu_strtou64_full/correct\nPASS: 153 /cutils/qemu_strtou64_full/null\nPASS: 154 /cutils/qemu_strtou64_full/empty\nPASS: 155 /cutils/qemu_strtou64_full/negative\nPASS: 156 /cutils/qemu_strtou64_full/negzero\nPASS: 157 /cutils/qemu_strtou64_full/trailing\nPASS: 158 /cutils/qemu_strtou64_full/max\nPASS: 159 /cutils/qemu_strtou64_full/erange_junk\n# End of qemu_strtou64_full tests\n# Start of qemu_strtod tests\nPASS: 160 /cutils/qemu_strtod/simple\nPASS: 161 /cutils/qemu_strtod/einval\nPASS: 162 /cutils/qemu_strtod/erange\nPASS: 163 /cutils/qemu_strtod/nonfinite\nPASS: 164 /cutils/qemu_strtod/trailing\nPASS: 165 /cutils/qemu_strtod/erange_junk\n# End of qemu_strtod tests\n# Start of qemu_strtod_finite tests\nPASS: 166 /cutils/qemu_strtod_finite/simple\nPASS: 167 /cutils/qemu_strtod_finite/einval\nPASS: 168 /cutils/qemu_strtod_finite/erange\nPASS: 169 /cutils/qemu_strtod_finite/nonfinite\nPASS: 170 /cutils/qemu_strtod_finite/trailing\nPASS: 171 /cutils/qemu_strtod_finite/erange_junk\n# End of qemu_strtod_finite tests\n# Start of strtosz tests\nPASS: 172 /cutils/strtosz/simple\nPASS: 173 /cutils/strtosz/hex\nPASS: 174 /cutils/strtosz/units\nPASS: 175 /cutils/strtosz/float\nPASS: 176 /cutils/strtosz/invalid\nPASS: 177 /cutils/strtosz/trailing\nPASS: 178 /cutils/strtosz/erange\nPASS: 179 /cutils/strtosz/metric\n# End of strtosz tests\n# End of cutils tests\nRunning ./unit/test-crypto-afsplit\nTAP version 14\n# random seed: R02Sb6b8bb82b479a7842d8722d28a25d279\n1..4\n# Start of crypto tests\n# Start of afsplit tests\n# Start of sha256 tests\nPASS: 1 /crypto/afsplit/sha256/5\nPASS: 2 /crypto/afsplit/sha256/5000\nPASS: 3 /crypto/afsplit/sha256/big\n# End of sha256 tests\n# Start of sha1 tests\nPASS: 4 /crypto/afsplit/sha1/1000\n# End of sha1 tests\n# End of afsplit tests\n# End of crypto tests\nRunning ./unit/test-io-channel-null\nTAP version 14\n# random seed: R02Sfaa48c563f0364aec2a442e2ad0c03c3\n1..1\n# Start of io tests\n# Start of channel tests\n# Start of null tests\nPASS: 1 /io/channel/null/io\n# End of null tests\n# End of channel tests\n# End of io tests\nRunning ./unit/test-opts-visitor\nTAP version 14\n# random seed: R02S6af47a52bce39621d992d82d19093c04\n1..33\n# Start of visitor tests\n# Start of opts tests\n# Start of flatten tests\nPASS: 1 /visitor/opts/flatten/value\n# End of flatten tests\n# Start of i64 tests\n# 'i64x=5-6': Parameter 'i64x' expects an int64 value\nPASS: 2 /visitor/opts/i64/nonlist\n# Start of val1 tests\n# 'i64=0x8000000000000000': Parameter 'i64' expects an int64 value or range\nPASS: 3 /visitor/opts/i64/val1/errno\n# 'i64=': Parameter 'i64' expects an int64 value or range\nPASS: 4 /visitor/opts/i64/val1/empty\n# 'i64=5z': Parameter 'i64' expects an int64 value or range\nPASS: 5 /visitor/opts/i64/val1/trailing\n# End of val1 tests\n# Start of val2 tests\n# 'i64=0x7fffffffffffffff-0x8000000000000000': Parameter 'i64' expects an int64 value or range\nPASS: 6 /visitor/opts/i64/val2/errno\n# 'i64=5-': Parameter 'i64' expects an int64 value or range\nPASS: 7 /visitor/opts/i64/val2/empty\n# 'i64=5-6z': Parameter 'i64' expects an int64 value or range\nPASS: 8 /visitor/opts/i64/val2/trailing\n# End of val2 tests\n# Start of range tests\n# 'i64=6-5': Parameter 'i64' expects an int64 value or range\nPASS: 9 /visitor/opts/i64/range/empty\nPASS: 10 /visitor/opts/i64/range/minval\nPASS: 11 /visitor/opts/i64/range/maxval\n# Start of max tests\n# Start of pos tests\nPASS: 12 /visitor/opts/i64/range/max/pos/a\nPASS: 13 /visitor/opts/i64/range/max/pos/b\n# End of pos tests\n# Start of neg tests\nPASS: 14 /visitor/opts/i64/range/max/neg/a\nPASS: 15 /visitor/opts/i64/range/max/neg/b\n# End of neg tests\n# End of max tests\n# Start of 2big tests\n# 'i64=0x7ffffffffffeffff-0x7fffffffffffffff': Parameter 'i64' expects an int64 value or range\nPASS: 16 /visitor/opts/i64/range/2big/pos\n# 'i64=-0x8000000000000000--0x7fffffffffff0000': Parameter 'i64' expects an int64 value or range\nPASS: 17 /visitor/opts/i64/range/2big/neg\n# 'i64=-0x8000000000000000-0x7fffffffffffffff': Parameter 'i64' expects an int64 value or range\nPASS: 18 /visitor/opts/i64/range/2big/full\n# End of 2big tests\n# End of range tests\n# End of i64 tests\n# Start of u64 tests\n# 'u64x=5-6': Parameter 'u64x' expects a uint64 value\nPASS: 19 /visitor/opts/u64/nonlist\n# Start of val1 tests\n# 'u64=-1': Parameter 'u64' expects a uint64 value or range\nPASS: 20 /visitor/opts/u64/val1/errno\n# 'u64=': Parameter 'u64' expects a uint64 value or range\nPASS: 21 /visitor/opts/u64/val1/empty\n# 'u64=5z': Parameter 'u64' expects a uint64 value or range\nPASS: 22 /visitor/opts/u64/val1/trailing\n# End of val1 tests\n# Start of val2 tests\n# 'u64=0xffffffffffffffff-0x10000000000000000': Parameter 'u64' expects a uint64 value or range\nPASS: 23 /visitor/opts/u64/val2/errno\n# 'u64=5-': Parameter 'u64' expects a uint64 value or range\nPASS: 24 /visitor/opts/u64/val2/empty\n# 'u64=5-6z': Parameter 'u64' expects a uint64 value or range\nPASS: 25 /visitor/opts/u64/val2/trailing\n# End of val2 tests\n# Start of range tests\n# 'u64=6-5': Parameter 'u64' expects a uint64 value or range\nPASS: 26 /visitor/opts/u64/range/empty\nPASS: 27 /visitor/opts/u64/range/minval\nPASS: 28 /visitor/opts/u64/range/maxval\nPASS: 29 /visitor/opts/u64/range/max\n# 'u64=0-65536': Parameter 'u64' expects a uint64 value or range\nPASS: 30 /visitor/opts/u64/range/2big\n# End of range tests\n# End of u64 tests\n# Start of range tests\nPASS: 31 /visitor/opts/range/unvisited\nPASS: 32 /visitor/opts/range/beyond\n# End of range tests\n# Start of dict tests\nPASS: 33 /visitor/opts/dict/unvisited\n# End of dict tests\n# End of opts tests\n# End of visitor tests\nRunning ./unit/test-nested-aio-poll\nTAP version 14\n# random seed: R02Sa8fd7c6f8d0d123e708ee1f9787ccef9\n1..1\nPASS: 1 /nested-aio-poll\nRunning ./unit/test-char\nTAP version 14\n# random seed: R02S9b72224fe50182afe944c87365b3ae66\n1..40\n# Start of char tests\nPASS: 1 /char/null\n# ./unit/test-char:\n#  \n# 'invalid' is not a valid char driver\n# \n# \nPASS: 2 /char/invalid\nPASS: 3 /char/ringbuf\nPASS: 4 /char/mux\nPASS: 5 /char/hub\nPASS: 6 /char/stdio\nPASS: 7 /char/pipe\nPASS: 8 /char/file\nPASS: 9 /char/file-fifo\nPASS: 10 /char/udp\nPASS: 11 /char/serial\nPASS: 12 /char/parallel\nPASS: 13 /char/hotswap\nPASS: 14 /char/websocket\n# Start of stdio tests\n# End of stdio tests\n# Start of socket tests\n# Start of server tests\n# Start of mainloop tests\nPASS: 15 /char/socket/server/mainloop/tcp\nPASS: 16 /char/socket/server/mainloop/unix\n# End of mainloop tests\n# Start of wait-conn tests\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:46727,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:46727,server=on\n# \n# \nPASS: 17 /char/socket/server/wait-conn/tcp\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \nPASS: 18 /char/socket/server/wait-conn/unix\n# End of wait-conn tests\n# Start of mainloop-fdpass tests\nPASS: 19 /char/socket/server/mainloop-fdpass/tcp\nPASS: 20 /char/socket/server/mainloop-fdpass/unix\n# End of mainloop-fdpass tests\n# Start of wait-conn-fdpass tests\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:36261,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:36261,server=on\n# \n# \nPASS: 21 /char/socket/server/wait-conn-fdpass/tcp\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \nPASS: 22 /char/socket/server/wait-conn-fdpass/unix\n# End of wait-conn-fdpass tests\n# Start of two-clients tests\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:43583,server=on\n# \n# \nPASS: 23 /char/socket/server/two-clients/tcp\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \nPASS: 24 /char/socket/server/two-clients/unix\n# End of two-clients tests\n# End of server tests\n# Start of client tests\n# Start of mainloop tests\nPASS: 25 /char/socket/client/mainloop/tcp\nPASS: 26 /char/socket/client/mainloop/unix\n# End of mainloop tests\n# Start of wait-conn tests\nPASS: 27 /char/socket/client/wait-conn/tcp\nPASS: 28 /char/socket/client/wait-conn/unix\n# End of wait-conn tests\n# Start of mainloop-reconnect tests\nPASS: 29 /char/socket/client/mainloop-reconnect/tcp\n# slow test /char/socket/client/mainloop-reconnect/tcp executed in 1.00 secs\nPASS: 30 /char/socket/client/mainloop-reconnect/unix\n# slow test /char/socket/client/mainloop-reconnect/unix executed in 1.00 secs\n# End of mainloop-reconnect tests\n# Start of wait-conn-reconnect tests\nPASS: 31 /char/socket/client/wait-conn-reconnect/tcp\nPASS: 32 /char/socket/client/wait-conn-reconnect/unix\n# End of wait-conn-reconnect tests\n# Start of mainloop-fdpass tests\nPASS: 33 /char/socket/client/mainloop-fdpass/tcp\nPASS: 34 /char/socket/client/mainloop-fdpass/unix\n# End of mainloop-fdpass tests\n# Start of wait-conn-fdpass tests\nPASS: 35 /char/socket/client/wait-conn-fdpass/tcp\nPASS: 36 /char/socket/client/wait-conn-fdpass/unix\n# End of wait-conn-fdpass tests\n# Start of reconnect-error tests\nPASS: 37 /char/socket/client/reconnect-error/tcp\nPASS: 38 /char/socket/client/reconnect-error/unix\n# End of reconnect-error tests\n# Start of dupid-reconnect tests\nPASS: 39 /char/socket/client/dupid-reconnect/tcp\nPASS: 40 /char/socket/client/dupid-reconnect/unix\n# End of dupid-reconnect tests\n# End of client tests\n# End of socket tests\n# End of char tests\nRunning ./data/test-qga-config\n/usr/lib/qemu/ptest/run-ptest: line 17: ./data/test-qga-config: Permission denied\nRunning ./data/test-qga-os-release\n/usr/lib/qemu/ptest/run-ptest: line 17: ./data/test-qga-os-release: Permission denied\nRunning ./qtest/test-filter-redirector\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02Sd443d2ac42b273b7e6bab23d4daeaa84\nRunning ./qtest/test-hmp\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S44b7b773ec0f564d0224f84b1970440b\nRunning ./qtest/test-filter-mirror\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S57bc662f01996339b2cea1534cc75dca\nRunning ./qtest/test-arm-mptimer\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S6fb0c888b89f2eb6d9036443024bd1d4\nRunning ./qtest/test-x86-cpuid-compat\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S4a0e57ba79d2d5df67b916f64443cb78\nRunning ./qtest/test-netfilter\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02Sdb6786062cafbdec2901d3be6f466428\nDURATION: 20\nEND: /usr/lib/qemu/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "qemu": {
     "duration": "20",
     "log": "START: ptest-runner\n2025-06-16T11:38\nRunning ./unit/test-x86-topo\nTAP version 14\n# random seed: R02S78361fa419320b56ba3b9f885c225f61\n1..1\n# Start of cpuid tests\n# Start of topology tests\nPASS: 1 /cpuid/topology/basic\n# End of topology tests\n# End of cpuid tests\nRunning ./unit/test-block-iothread\nTAP version 14\n# random seed: R02S0c9276bdd7b10aaa31604bc61d180638\n1..22\n# Start of sync-op tests\nPASS: 1 /sync-op/pread\nPASS: 2 /sync-op/pwrite\nPASS: 3 /sync-op/preadv\nPASS: 4 /sync-op/pwritev\nPASS: 5 /sync-op/preadv_part\nPASS: 6 /sync-op/pwritev_part\nPASS: 7 /sync-op/pwrite_compressed\nPASS: 8 /sync-op/pwrite_zeroes\nPASS: 9 /sync-op/load_vmstate\nPASS: 10 /sync-op/save_vmstate\nPASS: 11 /sync-op/pdiscard\nPASS: 12 /sync-op/truncate\nPASS: 13 /sync-op/block_status\nPASS: 14 /sync-op/flush\nPASS: 15 /sync-op/check\nPASS: 16 /sync-op/activate\n# End of sync-op tests\n# Start of attach tests\nPASS: 17 /attach/blockjob\nPASS: 18 /attach/second_node\nPASS: 19 /attach/preserve_blk_ctx\n# End of attach tests\n# Start of propagate tests\nPASS: 20 /propagate/basic\nPASS: 21 /propagate/diamond\nPASS: 22 /propagate/mirror\n# End of propagate tests\nRunning ./unit/test-qht\nTAP version 14\n# random seed: R02Sdcb81fd528b798048f232042c64ce322\n1..2\n# Start of qht tests\n# Start of mode tests\nPASS: 1 /qht/mode/default\nPASS: 2 /qht/mode/resize\n# End of mode tests\n# End of qht tests\nRunning ./unit/test-crypto-secret\nTAP version 14\n# random seed: R02S79b74891ef4e3586a2fdc15f728761b6\n1..16\n# Start of crypto tests\n# Start of secret tests\nPASS: 1 /crypto/secret/direct\n# Start of indirect tests\nPASS: 2 /crypto/secret/indirect/good\nPASS: 3 /crypto/secret/indirect/badfile\nPASS: 4 /crypto/secret/indirect/emptyfile\n# End of indirect tests\n# Start of noconv tests\nPASS: 5 /crypto/secret/noconv/utf8\n# Start of base64 tests\nPASS: 6 /crypto/secret/noconv/base64/good\nPASS: 7 /crypto/secret/noconv/base64/bad\n# End of base64 tests\n# End of noconv tests\n# Start of conv tests\n# Start of base64 tests\nPASS: 8 /crypto/secret/conv/base64/utf8valid\nPASS: 9 /crypto/secret/conv/base64/utf8invalid\n# End of base64 tests\n# Start of utf8 tests\nPASS: 10 /crypto/secret/conv/utf8/base64\n# End of utf8 tests\n# End of conv tests\n# Start of crypt tests\nPASS: 11 /crypto/secret/crypt/raw\nPASS: 12 /crypto/secret/crypt/base64\nPASS: 13 /crypto/secret/crypt/shortkey\nPASS: 14 /crypto/secret/crypt/shortiv\nPASS: 15 /crypto/secret/crypt/missingiv\nPASS: 16 /crypto/secret/crypt/badiv\n# End of crypt tests\n# End of secret tests\n# End of crypto tests\nRunning ./unit/test-crypto-cipher\n# skip unsupported des:ecb\n# skip unsupported des:cbc\n# skip unsupported des:ecb\n# skip unsupported 3des:cbc\n# skip unsupported 3des:ecb\n# skip unsupported 3des:ctr\n# skip unsupported cast5-128:ecb\n# skip unsupported serpent-128:ecb\n# skip unsupported serpent-192:ecb\n# skip unsupported serpent-256:ecb\n# skip unsupported serpent-256:ecb\n# skip unsupported twofish-128:ecb\n# skip unsupported twofish-192:ecb\n# skip unsupported twofish-256:ecb\n# skip unsupported aes-128:xts\n# skip unsupported aes-128:xts\n# skip unsupported aes-128:xts\n# skip unsupported aes-128:xts\n# skip unsupported cast5-128:xts\n# skip unsupported aes-128:ctr\n# skip unsupported aes-192:ctr\n# skip unsupported aes-256:ctr\nTAP version 14\n# random seed: R02S965a43c97c7cb09dd0c22f1c06a5b462\n1..8\n# Start of crypto tests\n# Start of cipher tests\nPASS: 1 /crypto/cipher/aes-ecb-128\nPASS: 2 /crypto/cipher/aes-ecb-192\nPASS: 3 /crypto/cipher/aes-ecb-256\nPASS: 4 /crypto/cipher/aes-cbc-128\nPASS: 5 /crypto/cipher/aes-cbc-192\nPASS: 6 /crypto/cipher/aes-cbc-256\nPASS: 7 /crypto/cipher/null-iv\nPASS: 8 /crypto/cipher/short-plaintext\n# End of cipher tests\n# End of crypto tests\nRunning ./unit/test-rcu-tailq\nUsage: ./unit/test-rcu-tailq duration nreaders\nRunning ./unit/test-crypto-hash\nTAP version 14\n# random seed: R02Sd022e6d15c66c7f42f4a9f8fd212b7dc\n1..6\n# Start of crypto tests\n# Start of hash tests\nPASS: 1 /crypto/hash/iov\nPASS: 2 /crypto/hash/alloc\nPASS: 3 /crypto/hash/prealloc\nPASS: 4 /crypto/hash/digest\nPASS: 5 /crypto/hash/base64\nPASS: 6 /crypto/hash/accumulate\n# End of hash tests\n# End of crypto tests\nRunning ./unit/test-int128\nTAP version 14\n# random seed: R02S5d7c946e827d35ae40d5cbfe9a75ee28\n1..11\n# Start of int128 tests\nPASS: 1 /int128/int128_and\nPASS: 2 /int128/int128_add\nPASS: 3 /int128/int128_sub\nPASS: 4 /int128/int128_neg\nPASS: 5 /int128/int128_nz\nPASS: 6 /int128/int128_le\nPASS: 7 /int128/int128_lt\nPASS: 8 /int128/int128_ge\nPASS: 9 /int128/int128_gt\nPASS: 10 /int128/int128_rshift\nPASS: 11 /int128/int128_urshift\n# End of int128 tests\nRunning ./unit/test-div128\nTAP version 14\n# random seed: R02S8a3f48bfd728f699148786611dff5dbb\n1..2\n# Start of host-utils tests\nPASS: 1 /host-utils/test_divu128\nPASS: 2 /host-utils/test_divs128\n# End of host-utils tests\nRunning ./unit/test-visitor-serialization\nTAP version 14\n# random seed: R02S74de03d373a490e70c57e751f995417e\n1..156\n# Start of visitor tests\n# Start of serialization tests\n# Start of QMP tests\nPASS: 1 /visitor/serialization/QMP/struct\nPASS: 2 /visitor/serialization/QMP/nested_struct\nPASS: 3 /visitor/serialization/QMP/nested_struct_list\n# Start of primitives tests\nPASS: 4 /visitor/serialization/QMP/primitives/string_empty\nPASS: 5 /visitor/serialization/QMP/primitives/string_whitespace\nPASS: 6 /visitor/serialization/QMP/primitives/string_newlines\nPASS: 7 /visitor/serialization/QMP/primitives/string_commas\nPASS: 8 /visitor/serialization/QMP/primitives/string_single_quoted\nPASS: 9 /visitor/serialization/QMP/primitives/string_double_quoted\nPASS: 10 /visitor/serialization/QMP/primitives/boolean_true1\nPASS: 11 /visitor/serialization/QMP/primitives/boolean_true2\nPASS: 12 /visitor/serialization/QMP/primitives/boolean_true3\nPASS: 13 /visitor/serialization/QMP/primitives/boolean_false1\nPASS: 14 /visitor/serialization/QMP/primitives/boolean_false2\nPASS: 15 /visitor/serialization/QMP/primitives/number_sanity1\nPASS: 16 /visitor/serialization/QMP/primitives/number_sanity2\nPASS: 17 /visitor/serialization/QMP/primitives/number_min\nPASS: 18 /visitor/serialization/QMP/primitives/number_max\nPASS: 19 /visitor/serialization/QMP/primitives/integer_sanity1\nPASS: 20 /visitor/serialization/QMP/primitives/integer_sanity2\nPASS: 21 /visitor/serialization/QMP/primitives/integer_min\nPASS: 22 /visitor/serialization/QMP/primitives/integer_max\nPASS: 23 /visitor/serialization/QMP/primitives/uint8_sanity1\nPASS: 24 /visitor/serialization/QMP/primitives/uint8_sanity2\nPASS: 25 /visitor/serialization/QMP/primitives/uint8_min\nPASS: 26 /visitor/serialization/QMP/primitives/uint8_max\nPASS: 27 /visitor/serialization/QMP/primitives/uint16_sanity1\nPASS: 28 /visitor/serialization/QMP/primitives/uint16_sanity2\nPASS: 29 /visitor/serialization/QMP/primitives/uint16_min\nPASS: 30 /visitor/serialization/QMP/primitives/uint16_max\nPASS: 31 /visitor/serialization/QMP/primitives/uint32_sanity1\nPASS: 32 /visitor/serialization/QMP/primitives/uint32_sanity2\nPASS: 33 /visitor/serialization/QMP/primitives/uint32_min\nPASS: 34 /visitor/serialization/QMP/primitives/uint32_max\nPASS: 35 /visitor/serialization/QMP/primitives/uint64_sanity1\nPASS: 36 /visitor/serialization/QMP/primitives/uint64_sanity2\nPASS: 37 /visitor/serialization/QMP/primitives/uint64_min\nPASS: 38 /visitor/serialization/QMP/primitives/uint64_max\nPASS: 39 /visitor/serialization/QMP/primitives/int8_sanity1\nPASS: 40 /visitor/serialization/QMP/primitives/int8_sanity2\nPASS: 41 /visitor/serialization/QMP/primitives/int8_min\nPASS: 42 /visitor/serialization/QMP/primitives/int8_max\nPASS: 43 /visitor/serialization/QMP/primitives/int16_sanity1\nPASS: 44 /visitor/serialization/QMP/primitives/int16_sanity2\nPASS: 45 /visitor/serialization/QMP/primitives/int16_min\nPASS: 46 /visitor/serialization/QMP/primitives/int16_max\nPASS: 47 /visitor/serialization/QMP/primitives/int32_sanity1\nPASS: 48 /visitor/serialization/QMP/primitives/int32_sanity2\nPASS: 49 /visitor/serialization/QMP/primitives/int32_min\nPASS: 50 /visitor/serialization/QMP/primitives/int32_max\nPASS: 51 /visitor/serialization/QMP/primitives/int64_sanity1\nPASS: 52 /visitor/serialization/QMP/primitives/int64_sanity2\nPASS: 53 /visitor/serialization/QMP/primitives/int64_min\nPASS: 54 /visitor/serialization/QMP/primitives/int64_max\n# End of primitives tests\n# Start of primitive_list tests\nPASS: 55 /visitor/serialization/QMP/primitive_list/string_empty\nPASS: 56 /visitor/serialization/QMP/primitive_list/string_whitespace\nPASS: 57 /visitor/serialization/QMP/primitive_list/string_newlines\nPASS: 58 /visitor/serialization/QMP/primitive_list/string_commas\nPASS: 59 /visitor/serialization/QMP/primitive_list/string_single_quoted\nPASS: 60 /visitor/serialization/QMP/primitive_list/string_double_quoted\nPASS: 61 /visitor/serialization/QMP/primitive_list/boolean_true1\nPASS: 62 /visitor/serialization/QMP/primitive_list/boolean_true2\nPASS: 63 /visitor/serialization/QMP/primitive_list/boolean_true3\nPASS: 64 /visitor/serialization/QMP/primitive_list/boolean_false1\nPASS: 65 /visitor/serialization/QMP/primitive_list/boolean_false2\nPASS: 66 /visitor/serialization/QMP/primitive_list/number_sanity1\nPASS: 67 /visitor/serialization/QMP/primitive_list/number_sanity2\nPASS: 68 /visitor/serialization/QMP/primitive_list/number_min\nPASS: 69 /visitor/serialization/QMP/primitive_list/number_max\nPASS: 70 /visitor/serialization/QMP/primitive_list/integer_sanity1\nPASS: 71 /visitor/serialization/QMP/primitive_list/integer_sanity2\nPASS: 72 /visitor/serialization/QMP/primitive_list/integer_min\nPASS: 73 /visitor/serialization/QMP/primitive_list/integer_max\nPASS: 74 /visitor/serialization/QMP/primitive_list/uint8_sanity1\nPASS: 75 /visitor/serialization/QMP/primitive_list/uint8_sanity2\nPASS: 76 /visitor/serialization/QMP/primitive_list/uint8_min\nPASS: 77 /visitor/serialization/QMP/primitive_list/uint8_max\nPASS: 78 /visitor/serialization/QMP/primitive_list/uint16_sanity1\nPASS: 79 /visitor/serialization/QMP/primitive_list/uint16_sanity2\nPASS: 80 /visitor/serialization/QMP/primitive_list/uint16_min\nPASS: 81 /visitor/serialization/QMP/primitive_list/uint16_max\nPASS: 82 /visitor/serialization/QMP/primitive_list/uint32_sanity1\nPASS: 83 /visitor/serialization/QMP/primitive_list/uint32_sanity2\nPASS: 84 /visitor/serialization/QMP/primitive_list/uint32_min\nPASS: 85 /visitor/serialization/QMP/primitive_list/uint32_max\nPASS: 86 /visitor/serialization/QMP/primitive_list/uint64_sanity1\nPASS: 87 /visitor/serialization/QMP/primitive_list/uint64_sanity2\nPASS: 88 /visitor/serialization/QMP/primitive_list/uint64_min\nPASS: 89 /visitor/serialization/QMP/primitive_list/uint64_max\nPASS: 90 /visitor/serialization/QMP/primitive_list/int8_sanity1\nPASS: 91 /visitor/serialization/QMP/primitive_list/int8_sanity2\nPASS: 92 /visitor/serialization/QMP/primitive_list/int8_min\nPASS: 93 /visitor/serialization/QMP/primitive_list/int8_max\nPASS: 94 /visitor/serialization/QMP/primitive_list/int16_sanity1\nPASS: 95 /visitor/serialization/QMP/primitive_list/int16_sanity2\nPASS: 96 /visitor/serialization/QMP/primitive_list/int16_min\nPASS: 97 /visitor/serialization/QMP/primitive_list/int16_max\nPASS: 98 /visitor/serialization/QMP/primitive_list/int32_sanity1\nPASS: 99 /visitor/serialization/QMP/primitive_list/int32_sanity2\nPASS: 100 /visitor/serialization/QMP/primitive_list/int32_min\nPASS: 101 /visitor/serialization/QMP/primitive_list/int32_max\nPASS: 102 /visitor/serialization/QMP/primitive_list/int64_sanity1\nPASS: 103 /visitor/serialization/QMP/primitive_list/int64_sanity2\nPASS: 104 /visitor/serialization/QMP/primitive_list/int64_min\nPASS: 105 /visitor/serialization/QMP/primitive_list/int64_max\n# End of primitive_list tests\n# End of QMP tests\n# Start of String tests\n# Start of primitives tests\nPASS: 106 /visitor/serialization/String/primitives/string_empty\nPASS: 107 /visitor/serialization/String/primitives/string_whitespace\nPASS: 108 /visitor/serialization/String/primitives/string_newlines\nPASS: 109 /visitor/serialization/String/primitives/string_commas\nPASS: 110 /visitor/serialization/String/primitives/string_single_quoted\nPASS: 111 /visitor/serialization/String/primitives/string_double_quoted\nPASS: 112 /visitor/serialization/String/primitives/boolean_true1\nPASS: 113 /visitor/serialization/String/primitives/boolean_true2\nPASS: 114 /visitor/serialization/String/primitives/boolean_true3\nPASS: 115 /visitor/serialization/String/primitives/boolean_false1\nPASS: 116 /visitor/serialization/String/primitives/boolean_false2\nPASS: 117 /visitor/serialization/String/primitives/number_sanity1\nPASS: 118 /visitor/serialization/String/primitives/number_sanity2\nPASS: 119 /visitor/serialization/String/primitives/number_min\nPASS: 120 /visitor/serialization/String/primitives/number_max\nPASS: 121 /visitor/serialization/String/primitives/integer_sanity1\nPASS: 122 /visitor/serialization/String/primitives/integer_sanity2\nPASS: 123 /visitor/serialization/String/primitives/integer_min\nPASS: 124 /visitor/serialization/String/primitives/integer_max\nPASS: 125 /visitor/serialization/String/primitives/uint8_sanity1\nPASS: 126 /visitor/serialization/String/primitives/uint8_sanity2\nPASS: 127 /visitor/serialization/String/primitives/uint8_min\nPASS: 128 /visitor/serialization/String/primitives/uint8_max\nPASS: 129 /visitor/serialization/String/primitives/uint16_sanity1\nPASS: 130 /visitor/serialization/String/primitives/uint16_sanity2\nPASS: 131 /visitor/serialization/String/primitives/uint16_min\nPASS: 132 /visitor/serialization/String/primitives/uint16_max\nPASS: 133 /visitor/serialization/String/primitives/uint32_sanity1\nPASS: 134 /visitor/serialization/String/primitives/uint32_sanity2\nPASS: 135 /visitor/serialization/String/primitives/uint32_min\nPASS: 136 /visitor/serialization/String/primitives/uint32_max\nPASS: 137 /visitor/serialization/String/primitives/uint64_sanity1\nPASS: 138 /visitor/serialization/String/primitives/uint64_sanity2\nPASS: 139 /visitor/serialization/String/primitives/uint64_min\nPASS: 140 /visitor/serialization/String/primitives/uint64_max\nPASS: 141 /visitor/serialization/String/primitives/int8_sanity1\nPASS: 142 /visitor/serialization/String/primitives/int8_sanity2\nPASS: 143 /visitor/serialization/String/primitives/int8_min\nPASS: 144 /visitor/serialization/String/primitives/int8_max\nPASS: 145 /visitor/serialization/String/primitives/int16_sanity1\nPASS: 146 /visitor/serialization/String/primitives/int16_sanity2\nPASS: 147 /visitor/serialization/String/primitives/int16_min\nPASS: 148 /visitor/serialization/String/primitives/int16_max\nPASS: 149 /visitor/serialization/String/primitives/int32_sanity1\nPASS: 150 /visitor/serialization/String/primitives/int32_sanity2\nPASS: 151 /visitor/serialization/String/primitives/int32_min\nPASS: 152 /visitor/serialization/String/primitives/int32_max\nPASS: 153 /visitor/serialization/String/primitives/int64_sanity1\nPASS: 154 /visitor/serialization/String/primitives/int64_sanity2\nPASS: 155 /visitor/serialization/String/primitives/int64_min\nPASS: 156 /visitor/serialization/String/primitives/int64_max\n# End of primitives tests\n# End of String tests\n# End of serialization tests\n# End of visitor tests\nRunning ./unit/test-virtio-dmabuf\nTAP version 14\n# random seed: R02S500eeed0a3b5eaa880abc9f290995c79\n1..5\n# Start of virtio-dmabuf tests\nPASS: 1 /virtio-dmabuf/add_rm_res\nPASS: 2 /virtio-dmabuf/add_rm_dev\nPASS: 3 /virtio-dmabuf/rm_invalid_res\nPASS: 4 /virtio-dmabuf/add_invalid_res\nPASS: 5 /virtio-dmabuf/free_res\n# End of virtio-dmabuf tests\nRunning ./unit/test-resv-mem\nTAP version 14\n# random seed: R02S722c8e2727a17b180f3f3ec78b165040\n1..3\n# Start of resv-mem tests\nPASS: 1 /resv-mem/range_reverse_array\nPASS: 2 /resv-mem/range_reverse_array_low_end\nPASS: 3 /resv-mem/resv_region_list_insert\n# End of resv-mem tests\nRunning ./unit/test-aio\nTAP version 14\n# random seed: R02S35cf94635449cf4ed45f2e69a531650d\n1..27\n# Start of aio tests\n# Start of bh tests\nPASS: 1 /aio/bh/schedule\nPASS: 2 /aio/bh/schedule10\nPASS: 3 /aio/bh/cancel\nPASS: 4 /aio/bh/delete\nPASS: 5 /aio/bh/flush\n# Start of callback-delete tests\nPASS: 6 /aio/bh/callback-delete/one\nPASS: 7 /aio/bh/callback-delete/many\n# End of callback-delete tests\n# End of bh tests\n# Start of event tests\nPASS: 8 /aio/event/add-remove\nPASS: 9 /aio/event/wait\nPASS: 10 /aio/event/flush\n# Start of wait tests\nPASS: 11 /aio/event/wait/no-flush-cb\n# End of wait tests\n# End of event tests\n# Start of timer tests\nPASS: 12 /aio/timer/schedule\n# slow test /aio/timer/schedule executed in 1.75 secs\n# End of timer tests\n# Start of coroutine tests\nPASS: 13 /aio/coroutine/queue-chaining\nPASS: 14 /aio/coroutine/worker-thread-co-enter\n# End of coroutine tests\n# End of aio tests\n# Start of aio-gsource tests\nPASS: 15 /aio-gsource/flush\n# Start of bh tests\nPASS: 16 /aio-gsource/bh/schedule\nPASS: 17 /aio-gsource/bh/schedule10\nPASS: 18 /aio-gsource/bh/cancel\nPASS: 19 /aio-gsource/bh/delete\nPASS: 20 /aio-gsource/bh/flush\n# Start of callback-delete tests\nPASS: 21 /aio-gsource/bh/callback-delete/one\nPASS: 22 /aio-gsource/bh/callback-delete/many\n# End of callback-delete tests\n# End of bh tests\n# Start of event tests\nPASS: 23 /aio-gsource/event/add-remove\nPASS: 24 /aio-gsource/event/wait\nPASS: 25 /aio-gsource/event/flush\n# Start of wait tests\nPASS: 26 /aio-gsource/event/wait/no-flush-cb\n# End of wait tests\n# End of event tests\n# Start of timer tests\nPASS: 27 /aio-gsource/timer/schedule\n# slow test /aio-gsource/timer/schedule executed in 1.75 secs\n# End of timer tests\n# End of aio-gsource tests\nRunning ./unit/test-crypto-pbkdf\nTAP version 14\n# random seed: R02S4603bbfc29852dc85cabb7c7106baebe\n1..0\nRunning ./unit/test-qobject-output-visitor\nTAP version 14\n# random seed: R02S54f836dc2396db12bf50bc60ef9a961e\n1..16\n# Start of visitor tests\n# Start of output tests\nPASS: 1 /visitor/output/int\nPASS: 2 /visitor/output/bool\nPASS: 3 /visitor/output/number\nPASS: 4 /visitor/output/string\nPASS: 5 /visitor/output/no-string\nPASS: 6 /visitor/output/enum\nPASS: 7 /visitor/output/struct\nPASS: 8 /visitor/output/struct-nested\nPASS: 9 /visitor/output/list\nPASS: 10 /visitor/output/any\nPASS: 11 /visitor/output/list-qapi-free\nPASS: 12 /visitor/output/union-flat\nPASS: 13 /visitor/output/union-in-union\nPASS: 14 /visitor/output/alternate\nPASS: 15 /visitor/output/null\nPASS: 16 /visitor/output/list_struct\n# End of output tests\n# End of visitor tests\nRunning ./unit/test-util-filemonitor\nTAP version 14\n# random seed: R02Sa4ade973f18a9fac9144b7bba3c29faa\n1..1\n# Start of util tests\nPASS: 1 /util/filemonitor\n# End of util tests\nRunning ./unit/test-io-channel-file\nUnexpected error in qemu_open_internal() at ../qemu-10.0.2/util/osdep.c:352:\n./unit/test-io-channel-file: Could not create 'tests/test-io-channel-file.txt': No such file or directory\nTAP version 14\n# random seed: R02S7c4a73fa1d8768e4559341fad08fd6c1\n1..5\n# Start of io tests\n# Start of channel tests\nRunning ./unit/test-thread-pool\nTAP version 14\n# random seed: R02Sa300524a795d207dbd3ee47232b79296\n1..6\n# Start of thread-pool tests\nPASS: 1 /thread-pool/submit-no-complete\nPASS: 2 /thread-pool/submit-aio\nPASS: 3 /thread-pool/submit-co\nPASS: 4 /thread-pool/submit-many\nPASS: 5 /thread-pool/cancel\n# slow test /thread-pool/cancel executed in 2.00 secs\nPASS: 6 /thread-pool/cancel-async\n# slow test /thread-pool/cancel-async executed in 2.00 secs\n# End of thread-pool tests\nRunning ./unit/test-base64\nTAP version 14\n# random seed: R02S15b72e71b471209b60f5c02f076b5240\n1..4\n# Start of util tests\n# Start of base64 tests\nPASS: 1 /util/base64/good\nPASS: 2 /util/base64/embedded-nul\nPASS: 3 /util/base64/not-nul-terminated\nPASS: 4 /util/base64/invalid-chars\n# End of base64 tests\n# End of util tests\nRunning ./unit/test-timed-average\nTAP version 14\n# random seed: R02Sfcdbdc8af12879301f5840c5e360935d\n1..1\n# Start of timed-average tests\nPASS: 1 /timed-average/average\n# End of timed-average tests\nRunning ./unit/test-write-threshold\nTAP version 14\n# random seed: R02Sb7ff4bdec8743280ac130276351417e1\n1..2\n# Start of write-threshold tests\nPASS: 1 /write-threshold/not-trigger\nPASS: 2 /write-threshold/trigger\n# End of write-threshold tests\nRunning ./unit/test-seccomp\nTAP version 14\n# random seed: R02Sbd7509ebbda07863416aa7f3b12e1c8d\n1..12\n# Start of seccomp tests\n# Start of sys-fork tests\nPASS: 1 /seccomp/sys-fork/on\nPASS: 2 /seccomp/sys-fork/on-nospawn\nPASS: 3 /seccomp/sys-fork/off\n# End of sys-fork tests\n# Start of fork tests\nPASS: 4 /seccomp/fork/on\nPASS: 5 /seccomp/fork/on-nospawn\nPASS: 6 /seccomp/fork/off\n# End of fork tests\n# Start of thread tests\nPASS: 7 /seccomp/thread/on\nPASS: 8 /seccomp/thread/on-nospawn\nPASS: 9 /seccomp/thread/off\n# End of thread tests\n# Start of sched tests\nPASS: 10 /seccomp/sched/on\nPASS: 11 /seccomp/sched/on-nores\nPASS: 12 /seccomp/sched/off\n# End of sched tests\n# End of seccomp tests\nRunning ./unit/test-bitops\nTAP version 14\n# random seed: R02S8f9bd185dc01525c182f51f143a476e3\n1..6\n# Start of bitops tests\nPASS: 1 /bitops/sextract32\nPASS: 2 /bitops/sextract64\nPASS: 3 /bitops/half_shuffle32\nPASS: 4 /bitops/half_shuffle64\nPASS: 5 /bitops/half_unshuffle32\nPASS: 6 /bitops/half_unshuffle64\n# End of bitops tests\nRunning ./unit/test-xbzrle\nTAP version 14\n# random seed: R02Sab3986e207b5bf349eecf247cbc8e6fe\n1..6\n# Start of xbzrle tests\nPASS: 1 /xbzrle/uleb\nPASS: 2 /xbzrle/encode_decode_zero\nPASS: 3 /xbzrle/encode_decode_unchanged\nPASS: 4 /xbzrle/encode_decode_1_byte\nPASS: 5 /xbzrle/encode_decode_overflow\nPASS: 6 /xbzrle/encode_decode\n# End of xbzrle tests\nRunning ./unit/test-logging\nTAP version 14\n# random seed: R02S750444def4e6d839dbe04ba0b30a3435\n1..4\n# Start of logging tests\nPASS: 1 /logging/parse_range\nPASS: 2 /logging/parse_path\nPASS: 3 /logging/logfile_write_path\nPASS: 4 /logging/logfile_lock_path\n# End of logging tests\nRunning ./unit/test-bdrv-drain\nTAP version 14\n# random seed: R02Sa7cf9945559a8b6b9e4638821923ae56\n1..30\n# Start of bdrv-drain tests\nPASS: 1 /bdrv-drain/nested\nPASS: 2 /bdrv-drain/set_aio_context\n# Start of driver-cb tests\nPASS: 3 /bdrv-drain/driver-cb/drain_all\nPASS: 4 /bdrv-drain/driver-cb/drain\n# Start of co tests\nPASS: 5 /bdrv-drain/driver-cb/co/drain_all\nPASS: 6 /bdrv-drain/driver-cb/co/drain\n# End of co tests\n# End of driver-cb tests\n# Start of quiesce tests\nPASS: 7 /bdrv-drain/quiesce/drain_all\nPASS: 8 /bdrv-drain/quiesce/drain\n# Start of co tests\nPASS: 9 /bdrv-drain/quiesce/co/drain_all\nPASS: 10 /bdrv-drain/quiesce/co/drain\n# End of co tests\n# End of quiesce tests\n# Start of graph-change tests\nPASS: 11 /bdrv-drain/graph-change/drain_all\n# End of graph-change tests\n# Start of iothread tests\nPASS: 12 /bdrv-drain/iothread/drain_all\nPASS: 13 /bdrv-drain/iothread/drain\n# End of iothread tests\n# Start of blockjob tests\nPASS: 14 /bdrv-drain/blockjob/drain_all\nPASS: 15 /bdrv-drain/blockjob/drain\nPASS: 16 /bdrv-drain/blockjob/commit_by_drained_end\n# Start of error tests\nPASS: 17 /bdrv-drain/blockjob/error/drain_all\nPASS: 18 /bdrv-drain/blockjob/error/drain\n# End of error tests\n# Start of iothread tests\nPASS: 19 /bdrv-drain/blockjob/iothread/drain_all\nPASS: 20 /bdrv-drain/blockjob/iothread/drain\n# Start of error tests\nPASS: 21 /bdrv-drain/blockjob/iothread/error/drain_all\nPASS: 22 /bdrv-drain/blockjob/iothread/error/drain\n# End of error tests\n# End of iothread tests\n# End of blockjob tests\n# Start of deletion tests\nPASS: 23 /bdrv-drain/deletion/drain\n# End of deletion tests\n# Start of detach tests\nPASS: 24 /bdrv-drain/detach/drain_all\nPASS: 25 /bdrv-drain/detach/drain\nPASS: 26 /bdrv-drain/detach/parent_cb\nPASS: 27 /bdrv-drain/detach/driver_cb\n# End of detach tests\n# Start of attach tests\nPASS: 28 /bdrv-drain/attach/drain\n# End of attach tests\n# Start of bdrv_drop_intermediate tests\nPASS: 29 /bdrv-drain/bdrv_drop_intermediate/poll\n# End of bdrv_drop_intermediate tests\n# Start of replace_child tests\nPASS: 30 /bdrv-drain/replace_child/mid-drain\n# End of replace_child tests\n# End of bdrv-drain tests\nRunning ./unit/test-iov\nTAP version 14\n# random seed: R02S0736f222e0760c7dde9de8f73b68b36d\n1..6\n# Start of basic tests\n# Start of iov tests\nPASS: 1 /basic/iov/from-to-buf\nPASS: 2 /basic/iov/io\n# slow test /basic/iov/io executed in 0.55 secs\nPASS: 3 /basic/iov/discard-front\nPASS: 4 /basic/iov/discard-back\nPASS: 5 /basic/iov/discard-front-undo\nPASS: 6 /basic/iov/discard-back-undo\n# End of iov tests\n# End of basic tests\nRunning ./unit/test-string-input-visitor\nTAP version 14\n# random seed: R02S9c4e87c82f900cefa857c800fbd54170\n1..8\n# Start of string-visitor tests\n# Start of input tests\nPASS: 1 /string-visitor/input/int\nPASS: 2 /string-visitor/input/intList\nPASS: 3 /string-visitor/input/uintList\nPASS: 4 /string-visitor/input/bool\nPASS: 5 /string-visitor/input/number\nPASS: 6 /string-visitor/input/string\nPASS: 7 /string-visitor/input/enum\nPASS: 8 /string-visitor/input/fuzz\n# End of input tests\n# End of string-visitor tests\nRunning ./unit/test-rcu-slist\nUsage: ./unit/test-rcu-slist duration nreaders\nRunning ./unit/test-interval-tree\nTAP version 14\n# random seed: R02S1f10e579cd8466593fb5f2ebea68b61d\n1..6\n# Start of interval-tree tests\nPASS: 1 /interval-tree/empty\nPASS: 2 /interval-tree/find-one-point\nPASS: 3 /interval-tree/find-two-point\nPASS: 4 /interval-tree/find-one-range\nPASS: 5 /interval-tree/find-one-range-many\nPASS: 6 /interval-tree/find-many-range\n# End of interval-tree tests\nRunning ./unit/test-string-output-visitor\nTAP version 14\n# random seed: R02S0046f8baae4b903d62e70a6ba1492ad7\n1..14\n# Start of string-visitor tests\n# Start of output tests\nPASS: 1 /string-visitor/output/int\nPASS: 2 /string-visitor/output/int-human\nPASS: 3 /string-visitor/output/bool\nPASS: 4 /string-visitor/output/bool-human\nPASS: 5 /string-visitor/output/number\nPASS: 6 /string-visitor/output/number-human\nPASS: 7 /string-visitor/output/string\nPASS: 8 /string-visitor/output/string-human\nPASS: 9 /string-visitor/output/no-string\nPASS: 10 /string-visitor/output/no-string-human\nPASS: 11 /string-visitor/output/enum\nPASS: 12 /string-visitor/output/enum-human\nPASS: 13 /string-visitor/output/intList\nPASS: 14 /string-visitor/output/intList-human\n# End of output tests\n# End of string-visitor tests\nRunning ./unit/test-authz-list\nTAP version 14\n# random seed: R02S8cf92728a9f5f6f8d65616de72877f87\n1..6\n# Start of auth tests\n# Start of list tests\nPASS: 1 /auth/list/complex\nPASS: 2 /auth/list/add-remove\n# Start of default tests\nPASS: 3 /auth/list/default/deny\nPASS: 4 /auth/list/default/allow\n# End of default tests\n# Start of explicit tests\nPASS: 5 /auth/list/explicit/deny\nPASS: 6 /auth/list/explicit/allow\n# End of explicit tests\n# End of list tests\n# End of auth tests\nRunning ./unit/test-qga\n**\nERROR:../qemu-10.0.2/tests/unit/test-qga.c:79:fixture_setup: assertion failed (error == NULL): Failed to execute child process ?/usr/lib/qemu/ptest/tests/qga/qemu-ga? (No such file or directory) (g-exec-error-quark, 8)\nTAP version 14\n# random seed: R02Scc7d1b2ef83c3c70c606ba26b81a7830\nBail out! ERROR:../qemu-10.0.2/tests/unit/test-qga.c:79:fixture_setup: assertion failed (error == NULL): Failed to execute child process ?/usr/lib/qemu/ptest/tests/qga/qemu-ga? (No such file or directory) (g-exec-error-quark, 8)\nRunning ./unit/test-error-report\nTAP version 14\n# random seed: R02S809f2e5ffb43c47fe55a4175c84007b2\n1..6\n# Start of error-report tests\nPASS: 1 /error-report/simple\nPASS: 2 /error-report/loc\nPASS: 3 /error-report/glog\nPASS: 4 /error-report/once\nPASS: 5 /error-report/timestamp\nPASS: 6 /error-report/warn\n# End of error-report tests\nRunning ./unit/test-fifo\nTAP version 14\n# random seed: R02S637a0e9f6516f6cfb4239c406164f56f\n1..10\n# Start of fifo8 tests\nPASS: 1 /fifo8/pushpop\nPASS: 2 /fifo8/peek\nPASS: 3 /fifo8/peek_buf\nPASS: 4 /fifo8/peek_buf_wrap\nPASS: 5 /fifo8/pop_buf\nPASS: 6 /fifo8/pop_buf_wrap\nPASS: 7 /fifo8/peek_bufptr\nPASS: 8 /fifo8/peek_bufptr_wrap\nPASS: 9 /fifo8/pop_bufptr\nPASS: 10 /fifo8/pop_bufptr_wrap\n# End of fifo8 tests\nRunning ./unit/test-io-channel-socket\nTAP version 14\n# random seed: R02S9d5bcea33a81ec1ca21103dcc73ca3fd\n1..9\n# Start of io tests\n# Start of channel tests\n# Start of socket tests\nPASS: 1 /io/channel/socket/ipv4-sync\nPASS: 2 /io/channel/socket/ipv4-async\nPASS: 3 /io/channel/socket/ipv4-fd\nPASS: 4 /io/channel/socket/ipv6-sync\nPASS: 5 /io/channel/socket/ipv6-async\nPASS: 6 /io/channel/socket/unix-sync\nPASS: 7 /io/channel/socket/unix-async\nPASS: 8 /io/channel/socket/unix-fd-pass\nPASS: 9 /io/channel/socket/unix-listen-cleanup\n# End of socket tests\n# End of channel tests\n# End of io tests\nRunning ./unit/test-vmstate\nTAP version 14\n# random seed: R02Seb5cd836b346d2218a99ab5e4d1f2d4f\n1..23\n# Start of vmstate tests\n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:a\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child_parent:f\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child:parent\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:tmp\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child:diff\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:tmp\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/tmp_child:diff\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load test/with_tmp:tmp\n# \n# \nPASS: 1 /vmstate/tmp_struct\n# Start of simple tests\n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:b_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:i64_2\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:i32_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/primitive:i32_1\n# \n# \nPASS: 2 /vmstate/simple/primitive\n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \n# ./unit/test-vmstate:\n#  \n# Failed to load simple/array:u16_1\n# \n# \nPASS: 3 /vmstate/simple/array\n# End of simple tests\n# Start of versioned tests\n# Start of load tests\nPASS: 4 /vmstate/versioned/load/v1\nPASS: 5 /vmstate/versioned/load/v2\n# End of load tests\n# End of versioned tests\n# Start of field_exists tests\n# Start of load tests\nPASS: 6 /vmstate/field_exists/load/noskip\nPASS: 7 /vmstate/field_exists/load/skip\n# End of load tests\n# Start of save tests\nPASS: 8 /vmstate/field_exists/save/noskip\nPASS: 9 /vmstate/field_exists/save/skip\n# End of save tests\n# End of field_exists tests\n# Start of array tests\n# Start of ptr tests\n# Start of str tests\n# Start of no0 tests\nPASS: 10 /vmstate/array/ptr/str/no0/save\nPASS: 11 /vmstate/array/ptr/str/no0/load\n# End of no0 tests\n# Start of 0 tests\nPASS: 12 /vmstate/array/ptr/str/0/save\nPASS: 13 /vmstate/array/ptr/str/0/load\n# End of 0 tests\n# End of str tests\n# Start of prim tests\n# Start of 0 tests\nPASS: 14 /vmstate/array/ptr/prim/0/save\nPASS: 15 /vmstate/array/ptr/prim/0/load\n# End of 0 tests\n# End of prim tests\n# End of ptr tests\n# End of array tests\n# Start of qtailq tests\n# Start of save tests\nPASS: 16 /vmstate/qtailq/save/saveq\n# End of save tests\n# Start of load tests\nPASS: 17 /vmstate/qtailq/load/loadq\n# End of load tests\n# End of qtailq tests\n# Start of gtree tests\n# Start of save tests\nPASS: 18 /vmstate/gtree/save/savedomain\nPASS: 19 /vmstate/gtree/save/saveiommu\n# End of save tests\n# Start of load tests\nPASS: 20 /vmstate/gtree/load/loaddomain\nPASS: 21 /vmstate/gtree/load/loadiommu\n# End of load tests\n# End of gtree tests\n# Start of qlist tests\n# Start of save tests\nPASS: 22 /vmstate/qlist/save/saveqlist\n# End of save tests\n# Start of load tests\nPASS: 23 /vmstate/qlist/load/loadqlist\n# End of load tests\n# End of qlist tests\n# End of vmstate tests\nRunning ./unit/test-bufferiszero\nTAP version 14\n# random seed: R02S5636e24037df0eb55af6460cd1a86de4\n1..1\n# Start of cutils tests\nPASS: 1 /cutils/bufferiszero\n# slow test /cutils/bufferiszero executed in 0.58 secs\n# End of cutils tests\nRunning ./unit/test-rcu-list\nUsage: ./unit/test-rcu-list duration nreaders\nRunning ./unit/test-image-locking\nTAP version 14\n# random seed: R02Sa242fc78603ca533fbb90fe0f6aaaa90\n1..2\n# Start of image-locking tests\nPASS: 1 /image-locking/basic\nPASS: 2 /image-locking/set-perm-abort\n# End of image-locking tests\nRunning ./unit/test-crypto-der\nTAP version 14\n# random seed: R02Sdb99d0c4d8d67f50922f55ef9af10160\n1..4\n# Start of crypto tests\n# Start of der tests\nPASS: 1 /crypto/der/parse-rsa512-priv-key\nPASS: 2 /crypto/der/parse-rsa2048-priv-key\nPASS: 3 /crypto/der/parse-ecdsa-p192-priv-key\nPASS: 4 /crypto/der/parse-ecdsa-p256-priv-key\n# End of der tests\n# End of crypto tests\nRunning ./unit/test-qdist\nTAP version 14\n# random seed: R02S37a46768d7771384cf778a1ee1fcea2d\n1..8\n# Start of qdist tests\nPASS: 1 /qdist/none\nPASS: 2 /qdist/pr\n# Start of single tests\nPASS: 3 /qdist/single/empty\nPASS: 4 /qdist/single/full\n# End of single tests\n# Start of binning tests\nPASS: 5 /qdist/binning/simple\nPASS: 6 /qdist/binning/precision\nPASS: 7 /qdist/binning/expand\nPASS: 8 /qdist/binning/shrink\n# End of binning tests\n# End of qdist tests\nRunning ./unit/test-shift128\nTAP version 14\n# random seed: R02Sc2f69f0dc0103fa44648cb81ed9c8627\n1..2\n# Start of host-utils tests\nPASS: 1 /host-utils/test_lshift\nPASS: 2 /host-utils/test_rshift\n# End of host-utils tests\nRunning ./unit/test-bdrv-graph-mod\nTAP version 14\n# random seed: R02S6f4dd078d16214a03d4d55e60bfdb799\n1..5\n# Start of bdrv-graph-mod tests\nPASS: 1 /bdrv-graph-mod/update-perm-tree\nPASS: 2 /bdrv-graph-mod/should-update-child\nPASS: 3 /bdrv-graph-mod/parallel-perm-update\nPASS: 4 /bdrv-graph-mod/parallel-exclusive-write\nPASS: 5 /bdrv-graph-mod/append-greedy-filter\n# End of bdrv-graph-mod tests\nRunning ./unit/test-crypto-block\nTAP version 14\n# random seed: R02S4594158930d6c92e1af80d21251f6486\n1..1\n# Start of crypto tests\n# Start of block tests\nPASS: 1 /crypto/block/qcow\n# End of block tests\n# End of crypto tests\nRunning ./unit/test-blockjob\nTAP version 14\n# random seed: R02Saa93e1838ce5ed41c096d0025553d98e\n1..8\n# Start of blockjob tests\nPASS: 1 /blockjob/ids\n# Start of cancel tests\nPASS: 2 /blockjob/cancel/created\nPASS: 3 /blockjob/cancel/running\nPASS: 4 /blockjob/cancel/paused\nPASS: 5 /blockjob/cancel/ready\nPASS: 6 /blockjob/cancel/standby\nPASS: 7 /blockjob/cancel/pending\nPASS: 8 /blockjob/cancel/concluded\n# End of cancel tests\n# End of blockjob tests\nRunning ./unit/test-forward-visitor\nTAP version 14\n# random seed: R02Sb02c7dd968519d6326de2f2a5a072c87\n1..7\n# Start of visitor tests\n# Start of forward tests\nPASS: 1 /visitor/forward/struct\nPASS: 2 /visitor/forward/alternate\nPASS: 3 /visitor/forward/string\nPASS: 4 /visitor/forward/size\nPASS: 5 /visitor/forward/number\nPASS: 6 /visitor/forward/any\nPASS: 7 /visitor/forward/list\n# End of forward tests\n# End of visitor tests\nRunning ./unit/test-qmp-cmds\nTAP version 14\n# random seed: R02Sdd376a7fb6c1167d1838c8cc70530097\n1..10\n# Start of qmp tests\nPASS: 1 /qmp/dispatch_cmd\nPASS: 2 /qmp/dispatch_cmd_oob\nPASS: 3 /qmp/dispatch_cmd_failure\nPASS: 4 /qmp/dispatch_cmd_io\nPASS: 5 /qmp/dispatch_cmd_success_response\nPASS: 6 /qmp/dispatch_cmd_deprecated\nPASS: 7 /qmp/dispatch_cmd_arg_deprecated\nPASS: 8 /qmp/dispatch_cmd_ret_deprecated\nPASS: 9 /qmp/dealloc_types\nPASS: 10 /qmp/dealloc_partial\n# End of qmp tests\nRunning ./unit/test-qobject-input-visitor\nTAP version 14\n# random seed: R02S77ee0602d9889364f99550622a329191\n1..42\n# Start of visitor tests\n# Start of input tests\nPASS: 1 /visitor/input/int\nPASS: 2 /visitor/input/uint\nPASS: 3 /visitor/input/int_overflow\nPASS: 4 /visitor/input/int_keyval\nPASS: 5 /visitor/input/int_str_keyval\nPASS: 6 /visitor/input/int_str_fail\nPASS: 7 /visitor/input/bool\nPASS: 8 /visitor/input/bool_keyval\nPASS: 9 /visitor/input/bool_str_keyval\nPASS: 10 /visitor/input/bool_str_fail\nPASS: 11 /visitor/input/number\nPASS: 12 /visitor/input/large_number\nPASS: 13 /visitor/input/number_keyval\nPASS: 14 /visitor/input/number_str_keyval\nPASS: 15 /visitor/input/number_str_fail\nPASS: 16 /visitor/input/size_str_keyval\nPASS: 17 /visitor/input/size_str_fail\nPASS: 18 /visitor/input/string\nPASS: 19 /visitor/input/enum\nPASS: 20 /visitor/input/struct\nPASS: 21 /visitor/input/struct-nested\nPASS: 22 /visitor/input/list2\nPASS: 23 /visitor/input/list\nPASS: 24 /visitor/input/any\nPASS: 25 /visitor/input/null\nPASS: 26 /visitor/input/union-flat\nPASS: 27 /visitor/input/union-in-union\nPASS: 28 /visitor/input/alternate\nPASS: 29 /visitor/input/errors\nPASS: 30 /visitor/input/wrong-type\nPASS: 31 /visitor/input/alternate-number\nPASS: 32 /visitor/input/alternate-list\nPASS: 33 /visitor/input/qapi-introspect\n# Start of fail tests\nPASS: 34 /visitor/input/fail/struct\nPASS: 35 /visitor/input/fail/struct-nested\nPASS: 36 /visitor/input/fail/struct-in-list\nPASS: 37 /visitor/input/fail/struct-missing\nPASS: 38 /visitor/input/fail/list\nPASS: 39 /visitor/input/fail/list-nested\nPASS: 40 /visitor/input/fail/union-flat\nPASS: 41 /visitor/input/fail/union-flat-no-discriminator\nPASS: 42 /visitor/input/fail/alternate\n# End of fail tests\n# End of input tests\n# End of visitor tests\nRunning ./unit/test-io-channel-buffer\nTAP version 14\n# random seed: R02Sa9ad0f13869b2f359011abad515468a6\n1..1\n# Start of io tests\n# Start of channel tests\nPASS: 1 /io/channel/buf\n# End of channel tests\n# End of io tests\nRunning ./unit/test-aio-multithread\nTAP version 14\n# random seed: R02S9e1735d69a67b73d13628097b54ac992\n1..6\n# Start of aio tests\n# Start of multi tests\nPASS: 1 /aio/multi/lifecycle\n# scheduled 17, queued 5, retry 5, total 27\nPASS: 2 /aio/multi/schedule\n# slow test /aio/multi/schedule executed in 1.00 secs\n# Start of mutex tests\n# 246215 iterations/second\nPASS: 3 /aio/multi/mutex/contended\n# slow test /aio/multi/mutex/contended executed in 1.10 secs\n# 16939099 iterations/second\nPASS: 4 /aio/multi/mutex/handoff\n# slow test /aio/multi/mutex/handoff executed in 3.10 secs\n# 110843 iterations/second\nPASS: 5 /aio/multi/mutex/mcs\n# slow test /aio/multi/mutex/mcs executed in 1.10 secs\n# 31164210 iterations/second\nPASS: 6 /aio/multi/mutex/pthread\n# slow test /aio/multi/mutex/pthread executed in 1.10 secs\n# End of mutex tests\n# End of multi tests\n# End of aio tests\nRunning ./unit/test-qmp-event\nTAP version 14\n# random seed: R02S34aa585bea24d89278609137e2ddc30a\n1..6\n# Start of event tests\nPASS: 1 /event/event_a\nPASS: 2 /event/event_b\nPASS: 3 /event/event_c\nPASS: 4 /event/event_d\nPASS: 5 /event/deprecated\nPASS: 6 /event/deprecated_data\n# End of event tests\nRunning ./unit/test-qgraph\nTAP version 14\n# random seed: R02Sb7df698f307fbac007a0411017b93673\n1..23\n# Start of qgraph tests\nPASS: 1 /qgraph/init_nop\nPASS: 2 /qgraph/test_machine\nPASS: 3 /qgraph/test_contains\nPASS: 4 /qgraph/test_multiple_contains\nPASS: 5 /qgraph/test_produces\nPASS: 6 /qgraph/test_multiple_produces\nPASS: 7 /qgraph/test_consumes\nPASS: 8 /qgraph/test_multiple_consumes\nPASS: 9 /qgraph/test_driver\nPASS: 10 /qgraph/test_test\nPASS: 11 /qgraph/test_machine_contains_driver\nPASS: 12 /qgraph/test_driver_contains_driver\nPASS: 13 /qgraph/test_machine_produces_interface\nPASS: 14 /qgraph/test_driver_produces_interface\nPASS: 15 /qgraph/test_machine_consumes_interface\nPASS: 16 /qgraph/test_driver_consumes_interface\nPASS: 17 /qgraph/test_test_consumes_interface\nPASS: 18 /qgraph/test_full_sample\nPASS: 19 /qgraph/test_full_sample_raspi\nPASS: 20 /qgraph/test_cycle\nPASS: 21 /qgraph/test_two_test_same_interface\nPASS: 22 /qgraph/test_test_in_path\nPASS: 23 /qgraph/test_double_edge\n# End of qgraph tests\nRunning ./unit/test-bitmap\nTAP version 14\n# random seed: R02Sb044a63e0cb0670d922385901bc7ed1c\n1..2\n# Start of bitmap tests\nPASS: 1 /bitmap/bitmap_copy_with_offset\nPASS: 2 /bitmap/bitmap_set\n# End of bitmap tests\nRunning ./unit/test-authz-simple\nTAP version 14\n# random seed: R02S1ed43f263f6d77f34501299e7e567acf\n1..1\n# Start of authz tests\nPASS: 1 /authz/simple\n# End of authz tests\nRunning ./unit/test-keyval\nTAP version 14\n# random seed: R02S577bc1078a5e45a7e4349eed208a2dd9\n1..13\n# Start of keyval tests\nPASS: 1 /keyval/keyval_parse\n# Start of keyval_parse tests\nPASS: 2 /keyval/keyval_parse/list\n# End of keyval_parse tests\n# Start of visit tests\nPASS: 3 /keyval/visit/bool\nPASS: 4 /keyval/visit/number\nPASS: 5 /keyval/visit/size\nPASS: 6 /keyval/visit/dict\nPASS: 7 /keyval/visit/list\nPASS: 8 /keyval/visit/optional\nPASS: 9 /keyval/visit/alternate\nPASS: 10 /keyval/visit/any\n# End of visit tests\n# Start of merge tests\nPASS: 11 /keyval/merge/dict\nPASS: 12 /keyval/merge/list\nPASS: 13 /keyval/merge/conflict\n# End of merge tests\n# End of keyval tests\nRunning ./unit/test-uuid\nTAP version 14\n# random seed: R02S5104686a1f2db7e8d6e273b7fed582be\n1..6\n# Start of uuid tests\nPASS: 1 /uuid/is_null\nPASS: 2 /uuid/generate\nPASS: 3 /uuid/parse\nPASS: 4 /uuid/unparse\nPASS: 5 /uuid/unparse_strdup\nPASS: 6 /uuid/hash\n# End of uuid tests\nRunning ./unit/test-qapi-util\nTAP version 14\n# random seed: R02Sed7c21fec16259b35f3461c9ad749928\n1..2\n# Start of qapi tests\n# Start of util tests\nPASS: 1 /qapi/util/qapi_enum_parse\nPASS: 2 /qapi/util/parse_qapi_name\n# End of util tests\n# End of qapi tests\nRunning ./unit/test-crypto-akcipher\nTAP version 14\n# random seed: R02Se12b081c76e34bb8fd2d0a51114f1859\n1..16\n# Start of crypto tests\n# Start of akcipher tests\nPASS: 1 /crypto/akcipher/rsa1024-raw\nPASS: 2 /crypto/akcipher/rsa1024-pkcs1\nPASS: 3 /crypto/akcipher/rsa2048-raw\nPASS: 4 /crypto/akcipher/rsa2048-pkcs1\nPASS: 5 /crypto/akcipher/rsakey-1024-public\nPASS: 6 /crypto/akcipher/rsakey-1024-private\nPASS: 7 /crypto/akcipher/rsakey-2048-public\nPASS: 8 /crypto/akcipher/rsakey-2048-private\nPASS: 9 /crypto/akcipher/rsakey-public-lack-elem\nPASS: 10 /crypto/akcipher/rsakey-private-lack-elem\nPASS: 11 /crypto/akcipher/rsakey-public-empty-elem\nPASS: 12 /crypto/akcipher/rsakey-private-empty-elem\nPASS: 13 /crypto/akcipher/rsakey-public-empty-key\nPASS: 14 /crypto/akcipher/rsakey-private-empty-key\nPASS: 15 /crypto/akcipher/rsakey-public-invalid-length-val\nPASS: 16 /crypto/akcipher/rsakey-public-extra-elem\n# End of akcipher tests\n# End of crypto tests\nRunning ./unit/test-qdev-global-props\nTAP version 14\n# random seed: R02S883c2507cfd06e242b105e0f2097925c\n1..4\n# Start of qdev tests\n# Start of properties tests\n# Start of static tests\nPASS: 1 /qdev/properties/static/default\nPASS: 2 /qdev/properties/static/global\n# Start of default tests\n# End of default tests\n# Start of global tests\n# End of global tests\n# End of static tests\n# Start of dynamic tests\nPASS: 3 /qdev/properties/dynamic/global\n# Start of global tests\n# End of global tests\n# End of dynamic tests\n# Start of global tests\nPASS: 4 /qdev/properties/global/subclass\n# End of global tests\n# End of properties tests\n# End of qdev tests\nRunning ./unit/test-qemu-opts\nTAP version 14\n# random seed: R02S7cb1a4a4122897fbaa89059551425f5a\n1..19\n# Start of qemu-opts tests\nPASS: 1 /qemu-opts/find_unknown_opts\nPASS: 2 /qemu-opts/find_opts\nPASS: 3 /qemu-opts/opts_create\nPASS: 4 /qemu-opts/opt_get\nPASS: 5 /qemu-opts/opt_get_bool\nPASS: 6 /qemu-opts/opt_get_number\nPASS: 7 /qemu-opts/opt_get_size\nPASS: 8 /qemu-opts/opt_unset\nPASS: 9 /qemu-opts/opts_reset\nPASS: 10 /qemu-opts/has_help_option\nPASS: 11 /qemu-opts/append_to_null\nPASS: 12 /qemu-opts/append\n# Start of opts_parse tests\nPASS: 13 /qemu-opts/opts_parse/general\nPASS: 14 /qemu-opts/opts_parse/bool\nPASS: 15 /qemu-opts/opts_parse/number\nPASS: 16 /qemu-opts/opts_parse/size\n# End of opts_parse tests\n# Start of to_qdict tests\nPASS: 17 /qemu-opts/to_qdict/basic\nPASS: 18 /qemu-opts/to_qdict/filtered\nPASS: 19 /qemu-opts/to_qdict/duplicates\n# End of to_qdict tests\n# End of qemu-opts tests\nRunning ./unit/test-coroutine\nTAP version 14\n# random seed: R02Sca143deb8daea287a7cacb67dcb70c87\n1..12\n# Start of basic tests\nPASS: 1 /basic/no-dangling-access\nPASS: 2 /basic/lifecycle\nPASS: 3 /basic/yield\nPASS: 4 /basic/nesting\nPASS: 5 /basic/self\nPASS: 6 /basic/entered\nPASS: 7 /basic/in_coroutine\nPASS: 8 /basic/order\n# End of basic tests\n# Start of locking tests\nPASS: 9 /locking/co-mutex\n# Start of co-mutex tests\nPASS: 10 /locking/co-mutex/lockable\n# End of co-mutex tests\n# Start of co-rwlock tests\nPASS: 11 /locking/co-rwlock/upgrade\nPASS: 12 /locking/co-rwlock/downgrade\n# End of co-rwlock tests\n# End of locking tests\nRunning ./unit/test-smp-parse\nTAP version 14\n# random seed: R02S62dc49f108e4c8bdd0a210dd8bc0668b\n1..10\n# Start of test-smp-parse tests\nPASS: 1 /test-smp-parse/with_modules\nPASS: 2 /test-smp-parse/with_dies\nPASS: 3 /test-smp-parse/with_modules_dies\nPASS: 4 /test-smp-parse/with_clusters\nPASS: 5 /test-smp-parse/with_boPASS:s\nPASS: 6 /test-smp-parse/with_drawers\nPASS: 7 /test-smp-parse/with_drawers_boPASS:s\nPASS: 8 /test-smp-parse/full\n# Start of generic tests\nPASS: 9 /test-smp-parse/generic/valid\nPASS: 10 /test-smp-parse/generic/invalid\n# End of generic tests\n# End of test-smp-parse tests\nRunning ./unit/test-crypto-hmac\nTAP version 14\n# random seed: R02Sc28db337571dc5304dee2f25fe58f439\n1..4\n# Start of crypto tests\n# Start of hmac tests\nPASS: 1 /crypto/hmac/iov\nPASS: 2 /crypto/hmac/alloc\nPASS: 3 /crypto/hmac/prealloc\nPASS: 4 /crypto/hmac/digest\n# End of hmac tests\n# End of crypto tests\nRunning ./unit/test-crypto-ivgen\nTAP version 14\n# random seed: R02S47d4b73cee9f9c559deba76f28fc1d7c\n1..9\n# Start of crypto tests\n# Start of ivgen tests\n# Start of plain tests\nPASS: 1 /crypto/ivgen/plain/1\nPASS: 2 /crypto/ivgen/plain/1f2e3d4c\nPASS: 3 /crypto/ivgen/plain/1f2e3d4c5b6a7988\n# End of plain tests\n# Start of plain64 tests\nPASS: 4 /crypto/ivgen/plain64/1\nPASS: 5 /crypto/ivgen/plain64/1f2e3d4c\nPASS: 6 /crypto/ivgen/plain64/1f2e3d4c5b6a7988\n# End of plain64 tests\n# Start of essiv tests\nPASS: 7 /crypto/ivgen/essiv/1\nPASS: 8 /crypto/ivgen/essiv/1f2e3d4c\nPASS: 9 /crypto/ivgen/essiv/1f2e3d4c5b6a7988\n# End of essiv tests\n# End of ivgen tests\n# End of crypto tests\nRunning ./unit/test-io-task\nTAP version 14\n# random seed: R02S532701c44f2f43d170d77c26b42f6909\n1..5\n# Start of crypto tests\n# Start of task tests\nPASS: 1 /crypto/task/complete\nPASS: 2 /crypto/task/datafree\nPASS: 3 /crypto/task/failure\nPASS: 4 /crypto/task/thread_complete\nPASS: 5 /crypto/task/thread_failure\n# End of task tests\n# End of crypto tests\nRunning ./unit/test-mul64\nTAP version 14\n# random seed: R02Sad28ba5cff5106710147e9c07e2fb370\n1..2\n# Start of host-utils tests\nPASS: 1 /host-utils/mulu64\nPASS: 2 /host-utils/muls64\n# End of host-utils tests\nRunning ./unit/test-util-sockets\nTAP version 14\n# random seed: R02Sa37ec79f8491690d41ae00f6f151d687\n1..9\n# Start of util tests\n# Start of socket tests\nPASS: 1 /util/socket/unix-abstract\n# Start of is-socket tests\nPASS: 2 /util/socket/is-socket/bad\nPASS: 3 /util/socket/is-socket/good\n# End of is-socket tests\n# End of socket tests\n# End of util tests\n# Start of socket tests\n# Start of fd-pass tests\n# Start of name tests\nPASS: 4 /socket/fd-pass/name/good\nPASS: 5 /socket/fd-pass/name/bad\nPASS: 6 /socket/fd-pass/name/nomon\n# End of name tests\n# Start of num tests\nPASS: 7 /socket/fd-pass/num/good\nPASS: 8 /socket/fd-pass/num/bad\nPASS: 9 /socket/fd-pass/num/nocli\n# End of num tests\n# End of fd-pass tests\n# End of socket tests\nRunning ./unit/test-replication\nTAP version 14\n# random seed: R02S63228a06babeb7da5c212e9bcbcd393f\n1..13\n# Start of replication tests\n# Start of primary tests\nPASS: 1 /replication/primary/read\nPASS: 2 /replication/primary/write\nPASS: 3 /replication/primary/start\nPASS: 4 /replication/primary/stop\nPASS: 5 /replication/primary/do_checkpoint\nPASS: 6 /replication/primary/get_error_all\n# End of primary tests\n# Start of secondary tests\nPASS: 7 /replication/secondary/read\nPASS: 8 /replication/secondary/write\nPASS: 9 /replication/secondary/start\nPASS: 10 /replication/secondary/stop\nPASS: 11 /replication/secondary/continuous_replication\nPASS: 12 /replication/secondary/do_checkpoint\nPASS: 13 /replication/secondary/get_error_all\n# End of secondary tests\n# End of replication tests\nRunning ./unit/test-hbitmap\nTAP version 14\n# random seed: R02S70e7ad53124e814b3b6ee883f69dda73\n1..40\n# Start of hbitmap tests\nPASS: 1 /hbitmap/granularity\n# Start of size tests\nPASS: 2 /hbitmap/size/0\nPASS: 3 /hbitmap/size/unaligned\n# End of size tests\n# Start of iter tests\nPASS: 4 /hbitmap/iter/empty\nPASS: 5 /hbitmap/iter/partial\nPASS: 6 /hbitmap/iter/granularity\nPASS: 7 /hbitmap/iter/iter_and_reset\n# End of iter tests\n# Start of get tests\nPASS: 8 /hbitmap/get/all\nPASS: 9 /hbitmap/get/some\n# End of get tests\n# Start of set tests\nPASS: 10 /hbitmap/set/all\nPASS: 11 /hbitmap/set/one\nPASS: 12 /hbitmap/set/two-elem\nPASS: 13 /hbitmap/set/general\nPASS: 14 /hbitmap/set/twice\nPASS: 15 /hbitmap/set/overlap\n# End of set tests\n# Start of reset tests\nPASS: 16 /hbitmap/reset/empty\nPASS: 17 /hbitmap/reset/general\nPASS: 18 /hbitmap/reset/all\n# End of reset tests\n# Start of truncate tests\nPASS: 19 /hbitmap/truncate/nop\n# Start of grow tests\nPASS: 20 /hbitmap/truncate/grow/negligible\nPASS: 21 /hbitmap/truncate/grow/tiny\nPASS: 22 /hbitmap/truncate/grow/small\nPASS: 23 /hbitmap/truncate/grow/medium\nPASS: 24 /hbitmap/truncate/grow/large\n# End of grow tests\n# Start of shrink tests\nPASS: 25 /hbitmap/truncate/shrink/negligible\nPASS: 26 /hbitmap/truncate/shrink/tiny\nPASS: 27 /hbitmap/truncate/shrink/small\nPASS: 28 /hbitmap/truncate/shrink/medium\nPASS: 29 /hbitmap/truncate/shrink/large\n# End of shrink tests\n# End of truncate tests\n# Start of serialize tests\nPASS: 30 /hbitmap/serialize/align\nPASS: 31 /hbitmap/serialize/basic\nPASS: 32 /hbitmap/serialize/part\nPASS: 33 /hbitmap/serialize/zeroes\n# End of serialize tests\n# Start of next_zero tests\nPASS: 34 /hbitmap/next_zero/next_x_0\nPASS: 35 /hbitmap/next_zero/next_x_4\nPASS: 36 /hbitmap/next_zero/next_x_after_truncate\n# End of next_zero tests\n# Start of next_dirty_area tests\nPASS: 37 /hbitmap/next_dirty_area/next_dirty_area_0\nPASS: 38 /hbitmap/next_dirty_area/next_dirty_area_1\nPASS: 39 /hbitmap/next_dirty_area/next_dirty_area_4\nPASS: 40 /hbitmap/next_dirty_area/next_dirty_area_after_truncate\n# End of next_dirty_area tests\n# End of hbitmap tests\nRunning ./unit/test-bitcnt\nTAP version 14\n# random seed: R02S7fe82ff86cf0ff16061f7688ab9754bd\n1..4\n# Start of bitcnt tests\nPASS: 1 /bitcnt/ctpop8\nPASS: 2 /bitcnt/ctpop16\nPASS: 3 /bitcnt/ctpop32\nPASS: 4 /bitcnt/ctpop64\n# End of bitcnt tests\nRunning ./unit/test-blockjob-txn\nTAP version 14\n# random seed: R02S71c84a2a18d2b47194072e68df97676e\n1..7\n# Start of single tests\nPASS: 1 /single/success\nPASS: 2 /single/failure\nPASS: 3 /single/cancel\n# End of single tests\n# Start of pair tests\nPASS: 4 /pair/success\nPASS: 5 /pair/failure\nPASS: 6 /pair/cancel\nPASS: 7 /pair/fail-cancel-race\n# End of pair tests\nRunning ./unit/test-rcu-simpleq\nUsage: ./unit/test-rcu-simpleq duration nreaders\nRunning ./unit/test-clone-visitor\nTAP version 14\n# random seed: R02S5cb6464ae83b9051209ab075a7a4fc6c\n1..7\n# Start of visitor tests\n# Start of clone tests\nPASS: 1 /visitor/clone/struct\nPASS: 2 /visitor/clone/alternate\nPASS: 3 /visitor/clone/list\nPASS: 4 /visitor/clone/empty\nPASS: 5 /visitor/clone/complex1\nPASS: 6 /visitor/clone/complex2\nPASS: 7 /visitor/clone/complex3\n# End of clone tests\n# End of visitor tests\nRunning ./unit/test-qtree\nTAP version 14\n# random seed: R02S68022c6f1ec3a064464b5ff7e2863c41\n1..4\n# Start of qtree tests\nPASS: 1 /qtree/search\nPASS: 2 /qtree/remove\n# nnodes: 62\n# nnodes: 0\nPASS: 3 /qtree/destroy\nPASS: 4 /qtree/insert\n# End of qtree tests\nRunning ./unit/test-block-backend\nTAP version 14\n# random seed: R02S9e777b60158dcbfad05e0b2b74d1ba1e\n1..2\n# Start of block-backend tests\nPASS: 1 /block-backend/drain_aio_error\nPASS: 2 /block-backend/drain_all_aio_error\n# End of block-backend tests\nRunning ./unit/test-xs-node\nTAP version 14\n# random seed: R02S27f098887fb408cf8d8987d500e74315\n1..7\n# Start of xs_node tests\nPASS: 1 /xs_node/simple\nPASS: 2 /xs_node/tx_abort\nPASS: 3 /xs_node/tx_fail\nPASS: 4 /xs_node/tx_succeed\nPASS: 5 /xs_node/tx_rm\nPASS: 6 /xs_node/tx_resurrect\nPASS: 7 /xs_node/tx_resurrect2\n# End of xs_node tests\nRunning ./unit/test-yank\nTAP version 14\n# random seed: R02Sed1e1ef385afdb271dee5c3d72387527\n1..6\n# Start of yank tests\n# Start of char_change tests\n# Start of success tests\nPASS: 1 /yank/char_change/success/to_yank\nPASS: 2 /yank/char_change/success/yank_to_yank\nPASS: 3 /yank/char_change/success/from_yank\n# End of success tests\n# Start of fail tests\nPASS: 4 /yank/char_change/fail/to_yank\nPASS: 5 /yank/char_change/fail/yank_to_yank\nPASS: 6 /yank/char_change/fail/from_yank\n# End of fail tests\n# End of char_change tests\n# End of yank tests\nRunning ./unit/test-throttle\nTAP version 14\n# random seed: R02S06ea149452b8cf3198e0404dee98a7e9\n1..17\n# Start of throttle tests\nPASS: 1 /throttle/leak_bucket\nPASS: 2 /throttle/compute_wait\nPASS: 3 /throttle/init\nPASS: 4 /throttle/init_readonly\nPASS: 5 /throttle/init_writeonly\nPASS: 6 /throttle/destroy\nPASS: 7 /throttle/have_timer\nPASS: 8 /throttle/detach_attach\nPASS: 9 /throttle/config_functions\nPASS: 10 /throttle/accounting\nPASS: 11 /throttle/groups\n# Start of config tests\nPASS: 12 /throttle/config/enabled\nPASS: 13 /throttle/config/conflicting\nPASS: 14 /throttle/config/is_valid\nPASS: 15 /throttle/config/ranges\nPASS: 16 /throttle/config/max\nPASS: 17 /throttle/config/iops_size\n# End of config tests\n# End of throttle tests\nRunning ./unit/test-authz-listfile\nTAP version 14\n# random seed: R02Sa03d79ce3ac7783b1226c6189800d9d0\n1..5\n# Start of auth tests\n# Start of list tests\nPASS: 1 /auth/list/complex\n# Start of default tests\nPASS: 2 /auth/list/default/deny\nPASS: 3 /auth/list/default/allow\n# End of default tests\n# Start of explicit tests\nPASS: 4 /auth/list/explicit/deny\nPASS: 5 /auth/list/explicit/allow\n# End of explicit tests\n# End of list tests\n# End of auth tests\nRunning ./unit/test-cutils\nTAP version 14\n# random seed: R02S426b87d645baf4ad71f2f2da0b0d41e9\n1..179\n# Start of cutils tests\nPASS: 1 /cutils/size_to_str\nPASS: 2 /cutils/freq_to_str\nPASS: 3 /cutils/iec_binary_prefix\nPASS: 4 /cutils/si_prefix\n# Start of parse_uint tests\nPASS: 5 /cutils/parse_uint/null\nPASS: 6 /cutils/parse_uint/empty\nPASS: 7 /cutils/parse_uint/whitespace\nPASS: 8 /cutils/parse_uint/invalid\nPASS: 9 /cutils/parse_uint/trailing\nPASS: 10 /cutils/parse_uint/correct\nPASS: 11 /cutils/parse_uint/octal\nPASS: 12 /cutils/parse_uint/decimal\nPASS: 13 /cutils/parse_uint/llong_max\nPASS: 14 /cutils/parse_uint/max\nPASS: 15 /cutils/parse_uint/overflow\nPASS: 16 /cutils/parse_uint/negative\nPASS: 17 /cutils/parse_uint/negzero\n# End of parse_uint tests\n# Start of parse_uint_full tests\nPASS: 18 /cutils/parse_uint_full/trailing\nPASS: 19 /cutils/parse_uint_full/correct\nPASS: 20 /cutils/parse_uint_full/erange_junk\nPASS: 21 /cutils/parse_uint_full/null\n# End of parse_uint_full tests\n# Start of qemu_strtoi tests\nPASS: 22 /cutils/qemu_strtoi/correct\nPASS: 23 /cutils/qemu_strtoi/null\nPASS: 24 /cutils/qemu_strtoi/empty\nPASS: 25 /cutils/qemu_strtoi/whitespace\nPASS: 26 /cutils/qemu_strtoi/invalid\nPASS: 27 /cutils/qemu_strtoi/trailing\nPASS: 28 /cutils/qemu_strtoi/octal\nPASS: 29 /cutils/qemu_strtoi/decimal\nPASS: 30 /cutils/qemu_strtoi/hex\nPASS: 31 /cutils/qemu_strtoi/max\nPASS: 32 /cutils/qemu_strtoi/overflow\nPASS: 33 /cutils/qemu_strtoi/min\nPASS: 34 /cutils/qemu_strtoi/underflow\nPASS: 35 /cutils/qemu_strtoi/negative\nPASS: 36 /cutils/qemu_strtoi/negzero\n# End of qemu_strtoi tests\n# Start of qemu_strtoi_full tests\nPASS: 37 /cutils/qemu_strtoi_full/correct\nPASS: 38 /cutils/qemu_strtoi_full/null\nPASS: 39 /cutils/qemu_strtoi_full/empty\nPASS: 40 /cutils/qemu_strtoi_full/negative\nPASS: 41 /cutils/qemu_strtoi_full/negzero\nPASS: 42 /cutils/qemu_strtoi_full/trailing\nPASS: 43 /cutils/qemu_strtoi_full/max\nPASS: 44 /cutils/qemu_strtoi_full/erange_junk\n# End of qemu_strtoi_full tests\n# Start of qemu_strtoui tests\nPASS: 45 /cutils/qemu_strtoui/correct\nPASS: 46 /cutils/qemu_strtoui/null\nPASS: 47 /cutils/qemu_strtoui/empty\nPASS: 48 /cutils/qemu_strtoui/whitespace\nPASS: 49 /cutils/qemu_strtoui/invalid\nPASS: 50 /cutils/qemu_strtoui/trailing\nPASS: 51 /cutils/qemu_strtoui/octal\nPASS: 52 /cutils/qemu_strtoui/decimal\nPASS: 53 /cutils/qemu_strtoui/hex\nPASS: 54 /cutils/qemu_strtoui/wrap\nPASS: 55 /cutils/qemu_strtoui/max\nPASS: 56 /cutils/qemu_strtoui/overflow\nPASS: 57 /cutils/qemu_strtoui/underflow\nPASS: 58 /cutils/qemu_strtoui/negative\nPASS: 59 /cutils/qemu_strtoui/negzero\n# End of qemu_strtoui tests\n# Start of qemu_strtoui_full tests\nPASS: 60 /cutils/qemu_strtoui_full/correct\nPASS: 61 /cutils/qemu_strtoui_full/null\nPASS: 62 /cutils/qemu_strtoui_full/empty\nPASS: 63 /cutils/qemu_strtoui_full/negative\nPASS: 64 /cutils/qemu_strtoui_full/negzero\nPASS: 65 /cutils/qemu_strtoui_full/trailing\nPASS: 66 /cutils/qemu_strtoui_full/max\nPASS: 67 /cutils/qemu_strtoui_full/erange_junk\n# End of qemu_strtoui_full tests\n# Start of qemu_strtol tests\nPASS: 68 /cutils/qemu_strtol/correct\nPASS: 69 /cutils/qemu_strtol/null\nPASS: 70 /cutils/qemu_strtol/empty\nPASS: 71 /cutils/qemu_strtol/whitespace\nPASS: 72 /cutils/qemu_strtol/invalid\nPASS: 73 /cutils/qemu_strtol/trailing\nPASS: 74 /cutils/qemu_strtol/octal\nPASS: 75 /cutils/qemu_strtol/decimal\nPASS: 76 /cutils/qemu_strtol/hex\nPASS: 77 /cutils/qemu_strtol/max\nPASS: 78 /cutils/qemu_strtol/overflow\nPASS: 79 /cutils/qemu_strtol/min\nPASS: 80 /cutils/qemu_strtol/underflow\nPASS: 81 /cutils/qemu_strtol/negative\nPASS: 82 /cutils/qemu_strtol/negzero\n# End of qemu_strtol tests\n# Start of qemu_strtol_full tests\nPASS: 83 /cutils/qemu_strtol_full/correct\nPASS: 84 /cutils/qemu_strtol_full/null\nPASS: 85 /cutils/qemu_strtol_full/empty\nPASS: 86 /cutils/qemu_strtol_full/negative\nPASS: 87 /cutils/qemu_strtol_full/negzero\nPASS: 88 /cutils/qemu_strtol_full/trailing\nPASS: 89 /cutils/qemu_strtol_full/max\nPASS: 90 /cutils/qemu_strtol_full/erange_junk\n# End of qemu_strtol_full tests\n# Start of qemu_strtoul tests\nPASS: 91 /cutils/qemu_strtoul/correct\nPASS: 92 /cutils/qemu_strtoul/null\nPASS: 93 /cutils/qemu_strtoul/empty\nPASS: 94 /cutils/qemu_strtoul/whitespace\nPASS: 95 /cutils/qemu_strtoul/invalid\nPASS: 96 /cutils/qemu_strtoul/trailing\nPASS: 97 /cutils/qemu_strtoul/octal\nPASS: 98 /cutils/qemu_strtoul/decimal\nPASS: 99 /cutils/qemu_strtoul/hex\nPASS: 100 /cutils/qemu_strtoul/wrap\nPASS: 101 /cutils/qemu_strtoul/max\nPASS: 102 /cutils/qemu_strtoul/overflow\nPASS: 103 /cutils/qemu_strtoul/underflow\nPASS: 104 /cutils/qemu_strtoul/negative\nPASS: 105 /cutils/qemu_strtoul/negzero\n# End of qemu_strtoul tests\n# Start of qemu_strtoul_full tests\nPASS: 106 /cutils/qemu_strtoul_full/correct\nPASS: 107 /cutils/qemu_strtoul_full/null\nPASS: 108 /cutils/qemu_strtoul_full/empty\nPASS: 109 /cutils/qemu_strtoul_full/negative\nPASS: 110 /cutils/qemu_strtoul_full/negzero\nPASS: 111 /cutils/qemu_strtoul_full/trailing\nPASS: 112 /cutils/qemu_strtoul_full/max\nPASS: 113 /cutils/qemu_strtoul_full/erange_junk\n# End of qemu_strtoul_full tests\n# Start of qemu_strtoi64 tests\nPASS: 114 /cutils/qemu_strtoi64/correct\nPASS: 115 /cutils/qemu_strtoi64/null\nPASS: 116 /cutils/qemu_strtoi64/empty\nPASS: 117 /cutils/qemu_strtoi64/whitespace\nPASS: 118 /cutils/qemu_strtoi64/invalid\nPASS: 119 /cutils/qemu_strtoi64/trailing\nPASS: 120 /cutils/qemu_strtoi64/octal\nPASS: 121 /cutils/qemu_strtoi64/decimal\nPASS: 122 /cutils/qemu_strtoi64/hex\nPASS: 123 /cutils/qemu_strtoi64/max\nPASS: 124 /cutils/qemu_strtoi64/overflow\nPASS: 125 /cutils/qemu_strtoi64/min\nPASS: 126 /cutils/qemu_strtoi64/underflow\nPASS: 127 /cutils/qemu_strtoi64/negative\nPASS: 128 /cutils/qemu_strtoi64/negzero\n# End of qemu_strtoi64 tests\n# Start of qemu_strtoi64_full tests\nPASS: 129 /cutils/qemu_strtoi64_full/correct\nPASS: 130 /cutils/qemu_strtoi64_full/null\nPASS: 131 /cutils/qemu_strtoi64_full/empty\nPASS: 132 /cutils/qemu_strtoi64_full/negative\nPASS: 133 /cutils/qemu_strtoi64_full/negzero\nPASS: 134 /cutils/qemu_strtoi64_full/trailing\nPASS: 135 /cutils/qemu_strtoi64_full/max\nPASS: 136 /cutils/qemu_strtoi64_full/erange_junk\n# End of qemu_strtoi64_full tests\n# Start of qemu_strtou64 tests\nPASS: 137 /cutils/qemu_strtou64/correct\nPASS: 138 /cutils/qemu_strtou64/null\nPASS: 139 /cutils/qemu_strtou64/empty\nPASS: 140 /cutils/qemu_strtou64/whitespace\nPASS: 141 /cutils/qemu_strtou64/invalid\nPASS: 142 /cutils/qemu_strtou64/trailing\nPASS: 143 /cutils/qemu_strtou64/octal\nPASS: 144 /cutils/qemu_strtou64/decimal\nPASS: 145 /cutils/qemu_strtou64/hex\nPASS: 146 /cutils/qemu_strtou64/wrap\nPASS: 147 /cutils/qemu_strtou64/max\nPASS: 148 /cutils/qemu_strtou64/overflow\nPASS: 149 /cutils/qemu_strtou64/underflow\nPASS: 150 /cutils/qemu_strtou64/negative\nPASS: 151 /cutils/qemu_strtou64/negzero\n# End of qemu_strtou64 tests\n# Start of qemu_strtou64_full tests\nPASS: 152 /cutils/qemu_strtou64_full/correct\nPASS: 153 /cutils/qemu_strtou64_full/null\nPASS: 154 /cutils/qemu_strtou64_full/empty\nPASS: 155 /cutils/qemu_strtou64_full/negative\nPASS: 156 /cutils/qemu_strtou64_full/negzero\nPASS: 157 /cutils/qemu_strtou64_full/trailing\nPASS: 158 /cutils/qemu_strtou64_full/max\nPASS: 159 /cutils/qemu_strtou64_full/erange_junk\n# End of qemu_strtou64_full tests\n# Start of qemu_strtod tests\nPASS: 160 /cutils/qemu_strtod/simple\nPASS: 161 /cutils/qemu_strtod/einval\nPASS: 162 /cutils/qemu_strtod/erange\nPASS: 163 /cutils/qemu_strtod/nonfinite\nPASS: 164 /cutils/qemu_strtod/trailing\nPASS: 165 /cutils/qemu_strtod/erange_junk\n# End of qemu_strtod tests\n# Start of qemu_strtod_finite tests\nPASS: 166 /cutils/qemu_strtod_finite/simple\nPASS: 167 /cutils/qemu_strtod_finite/einval\nPASS: 168 /cutils/qemu_strtod_finite/erange\nPASS: 169 /cutils/qemu_strtod_finite/nonfinite\nPASS: 170 /cutils/qemu_strtod_finite/trailing\nPASS: 171 /cutils/qemu_strtod_finite/erange_junk\n# End of qemu_strtod_finite tests\n# Start of strtosz tests\nPASS: 172 /cutils/strtosz/simple\nPASS: 173 /cutils/strtosz/hex\nPASS: 174 /cutils/strtosz/units\nPASS: 175 /cutils/strtosz/float\nPASS: 176 /cutils/strtosz/invalid\nPASS: 177 /cutils/strtosz/trailing\nPASS: 178 /cutils/strtosz/erange\nPASS: 179 /cutils/strtosz/metric\n# End of strtosz tests\n# End of cutils tests\nRunning ./unit/test-crypto-afsplit\nTAP version 14\n# random seed: R02Sb6b8bb82b479a7842d8722d28a25d279\n1..4\n# Start of crypto tests\n# Start of afsplit tests\n# Start of sha256 tests\nPASS: 1 /crypto/afsplit/sha256/5\nPASS: 2 /crypto/afsplit/sha256/5000\nPASS: 3 /crypto/afsplit/sha256/big\n# End of sha256 tests\n# Start of sha1 tests\nPASS: 4 /crypto/afsplit/sha1/1000\n# End of sha1 tests\n# End of afsplit tests\n# End of crypto tests\nRunning ./unit/test-io-channel-null\nTAP version 14\n# random seed: R02Sfaa48c563f0364aec2a442e2ad0c03c3\n1..1\n# Start of io tests\n# Start of channel tests\n# Start of null tests\nPASS: 1 /io/channel/null/io\n# End of null tests\n# End of channel tests\n# End of io tests\nRunning ./unit/test-opts-visitor\nTAP version 14\n# random seed: R02S6af47a52bce39621d992d82d19093c04\n1..33\n# Start of visitor tests\n# Start of opts tests\n# Start of flatten tests\nPASS: 1 /visitor/opts/flatten/value\n# End of flatten tests\n# Start of i64 tests\n# 'i64x=5-6': Parameter 'i64x' expects an int64 value\nPASS: 2 /visitor/opts/i64/nonlist\n# Start of val1 tests\n# 'i64=0x8000000000000000': Parameter 'i64' expects an int64 value or range\nPASS: 3 /visitor/opts/i64/val1/errno\n# 'i64=': Parameter 'i64' expects an int64 value or range\nPASS: 4 /visitor/opts/i64/val1/empty\n# 'i64=5z': Parameter 'i64' expects an int64 value or range\nPASS: 5 /visitor/opts/i64/val1/trailing\n# End of val1 tests\n# Start of val2 tests\n# 'i64=0x7fffffffffffffff-0x8000000000000000': Parameter 'i64' expects an int64 value or range\nPASS: 6 /visitor/opts/i64/val2/errno\n# 'i64=5-': Parameter 'i64' expects an int64 value or range\nPASS: 7 /visitor/opts/i64/val2/empty\n# 'i64=5-6z': Parameter 'i64' expects an int64 value or range\nPASS: 8 /visitor/opts/i64/val2/trailing\n# End of val2 tests\n# Start of range tests\n# 'i64=6-5': Parameter 'i64' expects an int64 value or range\nPASS: 9 /visitor/opts/i64/range/empty\nPASS: 10 /visitor/opts/i64/range/minval\nPASS: 11 /visitor/opts/i64/range/maxval\n# Start of max tests\n# Start of pos tests\nPASS: 12 /visitor/opts/i64/range/max/pos/a\nPASS: 13 /visitor/opts/i64/range/max/pos/b\n# End of pos tests\n# Start of neg tests\nPASS: 14 /visitor/opts/i64/range/max/neg/a\nPASS: 15 /visitor/opts/i64/range/max/neg/b\n# End of neg tests\n# End of max tests\n# Start of 2big tests\n# 'i64=0x7ffffffffffeffff-0x7fffffffffffffff': Parameter 'i64' expects an int64 value or range\nPASS: 16 /visitor/opts/i64/range/2big/pos\n# 'i64=-0x8000000000000000--0x7fffffffffff0000': Parameter 'i64' expects an int64 value or range\nPASS: 17 /visitor/opts/i64/range/2big/neg\n# 'i64=-0x8000000000000000-0x7fffffffffffffff': Parameter 'i64' expects an int64 value or range\nPASS: 18 /visitor/opts/i64/range/2big/full\n# End of 2big tests\n# End of range tests\n# End of i64 tests\n# Start of u64 tests\n# 'u64x=5-6': Parameter 'u64x' expects a uint64 value\nPASS: 19 /visitor/opts/u64/nonlist\n# Start of val1 tests\n# 'u64=-1': Parameter 'u64' expects a uint64 value or range\nPASS: 20 /visitor/opts/u64/val1/errno\n# 'u64=': Parameter 'u64' expects a uint64 value or range\nPASS: 21 /visitor/opts/u64/val1/empty\n# 'u64=5z': Parameter 'u64' expects a uint64 value or range\nPASS: 22 /visitor/opts/u64/val1/trailing\n# End of val1 tests\n# Start of val2 tests\n# 'u64=0xffffffffffffffff-0x10000000000000000': Parameter 'u64' expects a uint64 value or range\nPASS: 23 /visitor/opts/u64/val2/errno\n# 'u64=5-': Parameter 'u64' expects a uint64 value or range\nPASS: 24 /visitor/opts/u64/val2/empty\n# 'u64=5-6z': Parameter 'u64' expects a uint64 value or range\nPASS: 25 /visitor/opts/u64/val2/trailing\n# End of val2 tests\n# Start of range tests\n# 'u64=6-5': Parameter 'u64' expects a uint64 value or range\nPASS: 26 /visitor/opts/u64/range/empty\nPASS: 27 /visitor/opts/u64/range/minval\nPASS: 28 /visitor/opts/u64/range/maxval\nPASS: 29 /visitor/opts/u64/range/max\n# 'u64=0-65536': Parameter 'u64' expects a uint64 value or range\nPASS: 30 /visitor/opts/u64/range/2big\n# End of range tests\n# End of u64 tests\n# Start of range tests\nPASS: 31 /visitor/opts/range/unvisited\nPASS: 32 /visitor/opts/range/beyond\n# End of range tests\n# Start of dict tests\nPASS: 33 /visitor/opts/dict/unvisited\n# End of dict tests\n# End of opts tests\n# End of visitor tests\nRunning ./unit/test-nested-aio-poll\nTAP version 14\n# random seed: R02Sa8fd7c6f8d0d123e708ee1f9787ccef9\n1..1\nPASS: 1 /nested-aio-poll\nRunning ./unit/test-char\nTAP version 14\n# random seed: R02S9b72224fe50182afe944c87365b3ae66\n1..40\n# Start of char tests\nPASS: 1 /char/null\n# ./unit/test-char:\n#  \n# 'invalid' is not a valid char driver\n# \n# \nPASS: 2 /char/invalid\nPASS: 3 /char/ringbuf\nPASS: 4 /char/mux\nPASS: 5 /char/hub\nPASS: 6 /char/stdio\nPASS: 7 /char/pipe\nPASS: 8 /char/file\nPASS: 9 /char/file-fifo\nPASS: 10 /char/udp\nPASS: 11 /char/serial\nPASS: 12 /char/parallel\nPASS: 13 /char/hotswap\nPASS: 14 /char/websocket\n# Start of stdio tests\n# End of stdio tests\n# Start of socket tests\n# Start of server tests\n# Start of mainloop tests\nPASS: 15 /char/socket/server/mainloop/tcp\nPASS: 16 /char/socket/server/mainloop/unix\n# End of mainloop tests\n# Start of wait-conn tests\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:46727,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:46727,server=on\n# \n# \nPASS: 17 /char/socket/server/wait-conn/tcp\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \nPASS: 18 /char/socket/server/wait-conn/unix\n# End of wait-conn tests\n# Start of mainloop-fdpass tests\nPASS: 19 /char/socket/server/mainloop-fdpass/tcp\nPASS: 20 /char/socket/server/mainloop-fdpass/unix\n# End of mainloop-fdpass tests\n# Start of wait-conn-fdpass tests\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:36261,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:36261,server=on\n# \n# \nPASS: 21 /char/socket/server/wait-conn-fdpass/tcp\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \nPASS: 22 /char/socket/server/wait-conn-fdpass/unix\n# End of wait-conn-fdpass tests\n# Start of two-clients tests\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:tcp:127.0.0.1:43583,server=on\n# \n# \nPASS: 23 /char/socket/server/two-clients/tcp\n# ./unit/test-char:\n#  \n# info: \n# QEMU waiting for connection on: disconnected:unix:test-char.sock,server=on\n# \n# \nPASS: 24 /char/socket/server/two-clients/unix\n# End of two-clients tests\n# End of server tests\n# Start of client tests\n# Start of mainloop tests\nPASS: 25 /char/socket/client/mainloop/tcp\nPASS: 26 /char/socket/client/mainloop/unix\n# End of mainloop tests\n# Start of wait-conn tests\nPASS: 27 /char/socket/client/wait-conn/tcp\nPASS: 28 /char/socket/client/wait-conn/unix\n# End of wait-conn tests\n# Start of mainloop-reconnect tests\nPASS: 29 /char/socket/client/mainloop-reconnect/tcp\n# slow test /char/socket/client/mainloop-reconnect/tcp executed in 1.00 secs\nPASS: 30 /char/socket/client/mainloop-reconnect/unix\n# slow test /char/socket/client/mainloop-reconnect/unix executed in 1.00 secs\n# End of mainloop-reconnect tests\n# Start of wait-conn-reconnect tests\nPASS: 31 /char/socket/client/wait-conn-reconnect/tcp\nPASS: 32 /char/socket/client/wait-conn-reconnect/unix\n# End of wait-conn-reconnect tests\n# Start of mainloop-fdpass tests\nPASS: 33 /char/socket/client/mainloop-fdpass/tcp\nPASS: 34 /char/socket/client/mainloop-fdpass/unix\n# End of mainloop-fdpass tests\n# Start of wait-conn-fdpass tests\nPASS: 35 /char/socket/client/wait-conn-fdpass/tcp\nPASS: 36 /char/socket/client/wait-conn-fdpass/unix\n# End of wait-conn-fdpass tests\n# Start of reconnect-error tests\nPASS: 37 /char/socket/client/reconnect-error/tcp\nPASS: 38 /char/socket/client/reconnect-error/unix\n# End of reconnect-error tests\n# Start of dupid-reconnect tests\nPASS: 39 /char/socket/client/dupid-reconnect/tcp\nPASS: 40 /char/socket/client/dupid-reconnect/unix\n# End of dupid-reconnect tests\n# End of client tests\n# End of socket tests\n# End of char tests\nRunning ./data/test-qga-config\n/usr/lib/qemu/ptest/run-ptest: line 17: ./data/test-qga-config: Permission denied\nRunning ./data/test-qga-os-release\n/usr/lib/qemu/ptest/run-ptest: line 17: ./data/test-qga-os-release: Permission denied\nRunning ./qtest/test-filter-redirector\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02Sd443d2ac42b273b7e6bab23d4daeaa84\nRunning ./qtest/test-hmp\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S44b7b773ec0f564d0224f84b1970440b\nRunning ./qtest/test-filter-mirror\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S57bc662f01996339b2cea1534cc75dca\nRunning ./qtest/test-arm-mptimer\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S6fb0c888b89f2eb6d9036443024bd1d4\nRunning ./qtest/test-x86-cpuid-compat\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02S4a0e57ba79d2d5df67b916f64443cb78\nRunning ./qtest/test-netfilter\nEnvironment variable QTEST_QEMU_BINARY required\nTAP version 14\n# random seed: R02Sdb6786062cafbdec2901d3be6f466428\nDURATION: 20\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5179476737976074,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-quilt_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-quilt",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0018897056579589844,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.187079429626465,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031575679779052734,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 22.452274084091187,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008485317230224609,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.quilt.add-filename-check": {
    "status": "PASSED"
   },
   "ptestresult.quilt.altered-series": {
    "status": "PASSED"
   },
   "ptestresult.quilt.annotate": {
    "status": "PASSED"
   },
   "ptestresult.quilt.applied": {
    "status": "PASSED"
   },
   "ptestresult.quilt.auto-refresh": {
    "status": "PASSED"
   },
   "ptestresult.quilt.backup-files": {
    "status": "PASSED"
   },
   "ptestresult.quilt.colon-in-patch-name": {
    "status": "PASSED"
   },
   "ptestresult.quilt.comments": {
    "status": "PASSED"
   },
   "ptestresult.quilt.conflicts": {
    "status": "PASSED"
   },
   "ptestresult.quilt.create-delete": {
    "status": "PASSED"
   },
   "ptestresult.quilt.delete": {
    "status": "PASSED"
   },
   "ptestresult.quilt.dir-a-b": {
    "status": "PASSED"
   },
   "ptestresult.quilt.dotglob": {
    "status": "PASSED"
   },
   "ptestresult.quilt.duplicate-patch-in-series": {
    "status": "PASSED"
   },
   "ptestresult.quilt.edit": {
    "status": "PASSED"
   },
   "ptestresult.quilt.empty": {
    "status": "PASSED"
   },
   "ptestresult.quilt.empty-files": {
    "status": "PASSED"
   },
   "ptestresult.quilt.example1": {
    "status": "PASSED"
   },
   "ptestresult.quilt.failbackup": {
    "status": "PASSED"
   },
   "ptestresult.quilt.faildiff": {
    "status": "PASSED"
   },
   "ptestresult.quilt.failpop": {
    "status": "PASSED"
   },
   "ptestresult.quilt.fold": {
    "status": "PASSED"
   },
   "ptestresult.quilt.formats": {
    "status": "PASSED"
   },
   "ptestresult.quilt.half-applies": {
    "status": "PASSED"
   },
   "ptestresult.quilt.hard-linked-patch": {
    "status": "PASSED"
   },
   "ptestresult.quilt.header": {
    "status": "PASSED"
   },
   "ptestresult.quilt.help": {
    "status": "PASSED"
   },
   "ptestresult.quilt.import": {
    "status": "PASSED"
   },
   "ptestresult.quilt.import2": {
    "status": "PASSED"
   },
   "ptestresult.quilt.merge": {
    "status": "PASSED"
   },
   "ptestresult.quilt.missing": {
    "status": "PASSED"
   },
   "ptestresult.quilt.missing-newline": {
    "status": "PASSED"
   },
   "ptestresult.quilt.new": {
    "status": "PASSED"
   },
   "ptestresult.quilt.new-nosubdir": {
    "status": "PASSED"
   },
   "ptestresult.quilt.no-file-to-patch": {
    "status": "PASSED"
   },
   "ptestresult.quilt.no-series": {
    "status": "PASSED"
   },
   "ptestresult.quilt.nolink": {
    "status": "PASSED"
   },
   "ptestresult.quilt.null-bug": {
    "status": "PASSED"
   },
   "ptestresult.quilt.one": {
    "status": "PASSED"
   },
   "ptestresult.quilt.perms": {
    "status": "PASSED"
   },
   "ptestresult.quilt.project-settings": {
    "status": "PASSED"
   },
   "ptestresult.quilt.refresh": {
    "status": "PASSED"
   },
   "ptestresult.quilt.refresh-z": {
    "status": "PASSED"
   },
   "ptestresult.quilt.refresh_patch_order": {
    "status": "PASSED"
   },
   "ptestresult.quilt.remember-locations": {
    "status": "PASSED"
   },
   "ptestresult.quilt.remove-trailing-ws": {
    "status": "PASSED"
   },
   "ptestresult.quilt.rename": {
    "status": "PASSED"
   },
   "ptestresult.quilt.revert": {
    "status": "PASSED"
   },
   "ptestresult.quilt.setup": {
    "status": "PASSED"
   },
   "ptestresult.quilt.snapshot": {
    "status": "PASSED"
   },
   "ptestresult.quilt.snapshot2": {
    "status": "PASSED"
   },
   "ptestresult.quilt.sort": {
    "status": "PASSED"
   },
   "ptestresult.quilt.space-in-filenames": {
    "status": "PASSED"
   },
   "ptestresult.quilt.space-in-series": {
    "status": "PASSED"
   },
   "ptestresult.quilt.space-in-work-dir": {
    "status": "PASSED"
   },
   "ptestresult.quilt.subdir": {
    "status": "PASSED"
   },
   "ptestresult.quilt.symlink": {
    "status": "PASSED"
   },
   "ptestresult.quilt.tester": {
    "status": "PASSED"
   },
   "ptestresult.quilt.three": {
    "status": "PASSED"
   },
   "ptestresult.quilt.timestamps": {
    "status": "PASSED"
   },
   "ptestresult.quilt.trailing-ws": {
    "status": "PASSED"
   },
   "ptestresult.quilt.two": {
    "status": "PASSED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/quilt/ptest\n[test/add-filename-check.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ echo foo > foo -- ok\n[7] $ quilt add foo -- ok\n[10] $ quilt add patches/bar -- ok\n[13] $ quilt add .pc/baz -- ok\n6 commands (6 passed, 0 failed)\nPASS: add-filename-check\n[test/altered-series.test]\n[3] $ mkdir patches -- ok\n[4] $ cat > patches/series -- ok\n[9] $ quilt push -q 2 -- ok\n[16] $ quilt series -v -- ok\n[22] $ touch patches/series -- ok\n[24] $ quilt series -v -- ok\n[30] $ cat > patches/series -- ok\n[35] $ quilt series -v -- ok\n[38] $ quilt pop -- ok\n[44] $ quilt series -v -- ok\n[47] $ quilt pop -a -- ok\n[52] $ quilt series -v -- ok\n12 commands (12 passed, 0 failed)\nPASS: altered-series\n[test/annotate.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > foo -- ok\n[8] $ quilt new patch -- ok\n[11] $ quilt add foo -- ok\n[14] $ sed -e 's:b:B:' foo > foo.new -- ok\n[15] $ mv foo.new foo -- ok\n[16] $ quilt refresh -- ok\n[19] $ quilt annotate foo -- ok\n[26] $ quilt new patch2 -- ok\n[29] $ quilt add foo -- ok\n[32] $ sed -e 's:Baz:baz:' foo > foo.new -- ok\n[33] $ mv foo.new foo -- ok\n[34] $ quilt refresh -- ok\n[37] $ quilt annotate foo -- ok\n[45] $ quilt new patch3 -- ok\n[48] $ quilt add foo -- ok\n[51] $ sed -e '/Bar/d' foo > foo.new -- ok\n[52] $ mv foo.new foo -- ok\n[53] $ quilt refresh -- ok\n[56] $ quilt annotate foo -- ok\n[64] $ quilt annotate -P patch3 foo -- ok\n[72] $ quilt annotate -P patch2 foo -- ok\n[80] $ quilt annotate -P patch foo -- ok\n[87] $ quilt new patch4 -- ok\n[90] $ cat > jkl -- ok\n[94] $ quilt add jkl wrz -- ok\n[98] $ rm -f jkl -- ok\n[99] $ cat > wrz -- ok\n[103] $ quilt refresh -- ok\n[106] $ quilt annotate jkl -- ok\n[110] $ quilt annotate wrz -- ok\n31 commands (31 passed, 0 failed)\nPASS: annotate\n[test/applied.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > a -- ok\n[4] $ echo b > b -- ok\n[5] $ diff -u a b > patches/patch -- ok\n[6] $ echo patch -p0 > patches/series -- ok\n[7] $ rm -f b -- ok\n[8] $ quilt push -q -- ok\n[12] $ quilt pop -q -- ok\n[16] $ patch -s -p0 < patches/patch -- ok\n[17] $ quilt push -q -- ok\n[22] $ echo patch -p0 -R > patches/series -- ok\n[23] $ quilt push -q -- ok\n[27] $ quilt pop -q -- ok\n[31] $ patch -s -p0 -R < patches/patch -- ok\n[32] $ quilt push -q -- ok\n15 commands (15 passed, 0 failed)\nPASS: applied\n[test/auto-refresh.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > a -- ok\n[4] $ echo b > b -- ok\n[6] $ quilt new a.patch -- ok\n[8] $ quilt add a -- ok\n[10] $ echo A > a -- ok\n[12] $ quilt new b.patch -- ok\n[14] $ quilt add b -- ok\n[16] $ echo B > b -- ok\n[18] $ quilt pop -fa --refresh -- ok\n[21] $ quilt pop -a --refresh -- ok\n[32] $ quilt push -a --refresh -- ok\n[43] $ quilt push -fa --refresh -- ok\n[46] $ quilt pop -a --refresh -- ok\n14 commands (14 passed, 0 failed)\nPASS: auto-refresh\n[test/backup-files.test]\n[4] $ echo foo > foo -- ok\n[5] $ echo bar > \"space bar\" -- ok\n[6] $ sleep 1 -- ok\n[7] $ /usr/share/quilt//scripts/backup-files -B backup/ -b foo -- ok\n[10] $ ls -l foo | awk '{ print $2 }' -- ok\n[12] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[14] $ [ backup/foo -nt foo ] && echo \"mtimes differ\" -- ok\n[16] $ /usr/share/quilt//scripts/backup-files -B backup/ -r foo -- ok\n[18] $ ls -l foo | awk '{ print $2 }' -- ok\n[22] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo -- ok\n[24] $ ls -l foo | awk '{ print $2 }' -- ok\n[26] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[28] $ [ backup/foo -nt foo ] && echo \"mtimes differ\" -- ok\n[31] $ echo modified > foo -- ok\n[32] $ sleep 1 -- ok\n[33] $ /usr/share/quilt//scripts/backup-files -B backup/ -r foo -- ok\n[36] $ cat foo -- ok\n[38] $ [ -e backup/foo ] && echo \"backup/foo not deleted\" -- ok\n[39] $ [ -e backup ] && echo \"backup directory not deleted\" -- ok\n[42] $ ln foo foo2 -- ok\n[43] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo -- ok\n[44] $ ls -l foo | awk '{ print $2 }' -- ok\n[46] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[49] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo2 -- ok\n[50] $ ls -l foo | awk '{ print $2 }' -- ok\n[52] $ ls -l foo2 | awk '{ print $2 }' -- ok\n[54] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[56] $ ls -l backup/foo2 | awk '{ print $2 }' -- ok\n[60] $ rm -f foo foo2 -- ok\n[61] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s foo -- ok\n[62] $ ls -l foo | awk '{ print $2 }' -- ok\n[64] $ ls -l backup/foo2 | awk '{ print $2 }' -- ok\n[66] $ [ -e backup/foo ] && echo \"backup/foo not deleted\" -- ok\n[67] $ [ ! -e foo2 ] || echo \"file foo2 shouldn't exist\" -- ok\n[69] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s foo2 -- ok\n[70] $ ls -l foo | awk '{ print $2 }' -- ok\n[72] $ ls -l foo2 | awk '{ print $2 }' -- ok\n[74] $ [ -e backup/foo2 ] && echo \"backup/foo2 not deleted\" -- ok\n[75] $ [ -e backup ] && echo \"backup directory not deleted\" -- ok\n[78] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s foo -- ok\n[79] $ touch -r foo foo.timeref -- ok\n[80] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s -t foo -- ok\n[82] $ ls -l foo | awk '{ print $2 }' -- ok\n[84] $ [ foo -nt foo.timeref ] || echo \"touch failed\" -- ok\n[87] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo \"space bar\" -- ok\n[88] $ touch -r \"space bar\" bar.timeref -- ok\n[89] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[91] $ ls -l \"backup/space bar\" | awk '{ print $2 }' -- ok\n[93] $ mkdir tmp -- ok\n[94] $ cd tmp -- ok\n[95] $ /usr/share/quilt//scripts/backup-files -B ../backup/ -r -s -k foo \"space bar\" -- ok\n[96] $ cd .. -- ok\n[98] $ ls -l foo | awk '{ print $2 }' -- ok\n[100] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[102] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[104] $ ls -l \"backup/space bar\" | awk '{ print $2 }' -- ok\n[106] $ ls -l tmp/foo | awk '{ print $2 }' -- ok\n[108] $ ls -l \"tmp/space bar\" | awk '{ print $2 }' -- ok\n[110] $ rm -rf tmp -- ok\n[113] $ rm -f foo \"space bar\" -- ok\n[114] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s -t - -- ok\n[115] $ cat foo -- ok\n[117] $ cat \"space bar\" -- ok\n[119] $ [ \"space bar\" -nt bar.timeref ] || echo \"touch failed\" -- ok\n[122] $ mkdir \"dir with spaces\" -- ok\n[123] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L new \"dir with spaces/space file\" -- ok\n[124] $ echo data > new -- ok\n[125] $ echo data2 > \"dir with spaces/space file\" -- ok\n[126] $ ls -l backup/new | awk '{ print $5 }' -- ok\n[128] $ ls -l \"backup/dir with spaces/space file\" | awk '{ print $5 }' -- ok\n[130] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s - -- ok\n[131] $ [ ! -e backup/new ] || echo \"file backup/new shouldn't exist\" -- ok\n[132] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[133] $ [ ! -e \"backup/dir with spaces/space file\" ] || echo \"file backup/dir with spaces/space file shouldn't exist\" -- ok\n[134] $ [ ! -e \"dir with spaces/space file\" ] || echo \"file dir with spaces/space file shouldn't exist\" -- ok\n[137] $ echo data > \"dir with spaces/space file\" -- ok\n[138] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -L \"dir with spaces/space file\" -- ok\n[140] $ rm -rf \"dir with spaces\" -- ok\n[141] $ /usr/share/quilt//scripts/backup-files -B backup/ -r - -- ok\n[143] $ cat \"dir with spaces/space file\" -- ok\n[145] $ [ -e backup ] && echo \"backup directory not deleted\" -- ok\n[148] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L -f - -- ok\n[152] $ echo data > new -- ok\n[153] $ echo modified > foo -- ok\n[154] $ rm -f \"space bar\" -- ok\n[155] $ [ -e backup/new -a ! -s backup/new ] || echo \"file backup/new isn't empty\" -- ok\n[156] $ ls -l backup/new | awk '{ print $5 }' -- ok\n[158] $ cat backup/foo -- ok\n[160] $ cat \"backup/space bar\" -- ok\n[162] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s -f - -- ok\n[166] $ [ ! -e backup/new ] || echo \"file backup/new shouldn't exist\" -- ok\n[167] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[168] $ cat foo -- ok\n[170] $ cat \"space bar\" -- ok\n[174] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -L -f - -- ok\n[181] $ ln \"space bar\" \"linked space\" -- ok\n[182] $ ls -l foo | awk '{ print $2 }' -- ok\n[184] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[186] $ /usr/share/quilt//scripts/backup-files -B backup/ -L - -- ok\n[187] $ ls -l foo | awk '{ print $2 }' -- ok\n[189] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[191] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[193] $ /usr/share/quilt//scripts/backup-files -B backup/ -L - -- ok\n[194] $ ls -l foo | awk '{ print $2 }' -- ok\n[196] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[198] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[199] $ /usr/share/quilt//scripts/backup-files -B backup/ -r - | sort -- ok\n[203] $ rm \"linked space\" -- ok\n[206] $ /usr/share/quilt//scripts/backup-files -B snapshot/ -c -f - -- ok\n[215] $ ls -l foo | awk '{ print $2 }' -- ok\n[217] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[219] $ ls -l \"dir with spaces/space file\" | awk '{ print $2 }' -- ok\n[221] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[222] $ ls -l snapshot/new | awk '{ print $2 }' -- ok\n[224] $ ls -l snapshot/foo | awk '{ print $2 }' -- ok\n[226] $ ls -l snapshot/\"space bar\" | awk '{ print $2 }' -- ok\n[228] $ ls -l snapshot/\"dir with spaces/space file\" | awk '{ print $2 }' -- ok\n[230] $ [ ! -s new ] || echo \"file snapshot/new should be empty\" -- ok\n[231] $ rm -rf snapshot -- ok\n[234] $ mkdir dir -- ok\n[235] $ ln -s foo dir/link -- ok\n[236] $ readlink dir/link -- ok\n[238] $ /usr/share/quilt//scripts/backup-files -B backup/ -b dir/link -- ok\n[240] $ readlink backup/dir/link -- ok\n[242] $ rm -f dir/link -- ok\n[243] $ echo crap > dir/link -- ok\n[244] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -k dir/link -- ok\n[246] $ readlink dir/link -- ok\n[250] $ rm -f dir/link -- ok\n[251] $ echo crap > dir/link -- ok\n[252] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -k -f - -- ok\n[255] $ readlink dir/link -- ok\n[259] $ rm -f dir/link -- ok\n[260] $ echo crap > dir/link -- ok\n[261] $ /usr/share/quilt//scripts/backup-files -B backup/ -r - -- ok\n[263] $ readlink dir/link -- ok\n136 commands (136 passed, 0 failed)\nPASS: backup-files\n[test/colon-in-patch-name.test]\n[4] $ mkdir patches -- ok\n[6] $ quilt new \"patch_with:strange[name]\" -- ok\n[9] $ echo foo > foo -- ok\n[10] $ quilt add foo -- ok\n[13] $ quilt files -- ok\n[16] $ echo bar > foo -- ok\n[17] $ quilt diff -p ab -P \"patch_with:strange[name]\" -- ok\n[26] $ quilt refresh -p ab -- ok\n[29] $ quilt applied -- ok\n[32] $ quilt pop -q -- ok\n[36] $ quilt next -- ok\n[39] $ quilt push -q \"patch_with:strange[name]\" -- ok\n[43] $ quilt top -- ok\n[46] $ quilt rename \"another:strange(name)\" -- ok\n[49] $ quilt new \"{%'}.patch\" -- ok\n[52] $ quilt add foo -- ok\n[55] $ echo baz > foo -- ok\n[57] $ quilt previous -- ok\n[60] $ quilt series -- ok\n[64] $ quilt refresh -p0 \"{%'}.patch\" -- ok\n[67] $ cat \"patches/{%'}.patch\" -- ok\n[76] $ quilt pop \"another:strange(name)\" -- ok\n[82] $ quilt remove foo -- ok\n23 commands (23 passed, 0 failed)\nPASS: colon-in-patch-name\n[test/comments.test]\n[4] $ mkdir patches -- ok\n[6] $ echo one > f -- ok\n[7] $ cat > patches/test.diff -- ok\n[20] $ cat > patches/series -- ok\n[23] $ quilt push -- ok\n[29] $ quilt refresh -- ok\n[31] $ cat patches/test.diff -- ok\n[44] $ quilt refresh -c -- ok\n[47] $ cat patches/test.diff -- ok\n[62] $ quilt refresh -- ok\n[65] $ cat patches/test.diff -- ok\n11 commands (11 passed, 0 failed)\nPASS: comments\n[test/conflicts.test]\n[5] $ mkdir patches -- ok\n[7] $ cat > one.txt -- ok\n[24] $ quilt new a.diff -- ok\n[26] $ echo 0 -- ok\n[29] $ quilt add one.txt -- ok\n[31] $ echo 0 -- ok\n[34] $ mv one.txt one.orig -- ok\n[35] $ sed -e \"s/4/4+/\" -e 's/d/d+/' one.orig > one.txt -- ok\n[36] $ quilt refresh -- ok\n[38] $ echo 0 -- ok\n[41] $ quilt pop -q -- ok\n[44] $ echo 0 -- ok\n[48] $ sed -e \"s/^\\\\([17]\\\\)\\$/\\\\1-/\" one.orig > one.txt -- ok\n[49] $ quilt push -q -- ok\n[52] $ echo 0 -- ok\n[55] $ quilt pop -q -- ok\n[58] $ echo 0 -- ok\n[61] $ sed -e \"s/^\\\\([1267]\\\\)\\$/\\\\1-/\" one.orig > one.txt -- ok\n[62] $ quilt push -q -- ok\n[65] $ echo 0 -- ok\n[68] $ quilt pop -q -- ok\n[71] $ echo 0 -- ok\n[75] $ sed -e \"s/^\\\\([123567]\\\\)\\$/\\\\1-/\" one.orig > one.txt -- ok\n[76] $ quilt push -q -- ok\n[80] $ echo 1 -- ok\n[83] $ quilt push -qf -- ok\n[87] $ echo 1 -- ok\n[90] $ mv one.txt one.x -- ok\n[91] $ sed -e \"s/4/4+/\" one.x > one.txt -- ok\n[92] $ rm -f one.x -- ok\n[93] $ quilt diff -z | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[105] $ echo 0 -- ok\n[108] $ quilt diff | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[129] $ echo 0 -- ok\n[132] $ quilt refresh -- ok\n[134] $ echo 0 -- ok\n[137] $ cat patches/a.diff | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[159] $ quilt pop -q -- ok\n[162] $ echo 0 -- ok\n39 commands (39 passed, 0 failed)\nPASS: conflicts\n[test/create-delete.test]\n[4] $ mkdir patches -- ok\n[6] $ echo delete > delete -- ok\n[7] $ quilt new test.diff -- ok\n[10] $ quilt add create -- ok\n[13] $ echo create > create -- ok\n[14] $ quilt refresh -- ok\n[17] $ quilt add delete -- ok\n[20] $ rm -f delete -- ok\n[21] $ quilt refresh -- ok\n[23] $ quilt header -r -- ok\n[31] $ quilt patches -v create -- ok\n[33] $ quilt patches delete -- ok\n[36] $ quilt pop -q -- ok\n[40] $ quilt patches create -- ok\n[42] $ quilt patches -v delete -- ok\n[44] $ quilt patches -- /dev/null dev/null null --- -- ok\n[46] $ echo create > create -- ok\n[47] $ rm -f delete -- ok\n[48] $ patch -p1 --dry-run < patches/test.diff -- ok\n19 commands (19 passed, 0 failed)\nPASS: create-delete\n[test/delete.test]\n[3] $ mkdir patches -- ok\n[5] $ cat > test.txt -- ok\n[8] $ quilt new test1 -- ok\n[11] $ quilt add test.txt -- ok\n[14] $ cat > test.txt -- ok\n[17] $ quilt refresh -- ok\n[20] $ quilt new test2 -- ok\n[23] $ quilt add test.txt -- ok\n[26] $ cat > test.txt -- ok\n[29] $ quilt refresh -- ok\n[32] $ quilt delete test1 -- ok\n[35] $ quilt pop -- ok\n[41] $ quilt series -- ok\n[45] $ quilt delete -n -- ok\n[48] $ quilt series -- ok\n[51] $ quilt pop -- ok\n[57] $ quilt delete test1 -- ok\n[60] $ quilt series -- ok\n[62] $ echo \"test1\" > patches/series -- ok\n[63] $ quilt delete -n -- ok\n[66] $ quilt series -- ok\n[69] $ echo \"test3\" > patches/series -- ok\n[70] $ echo \"test3\" > .pc/applied-patches -- ok\n[71] $ mkdir -p .pc/test3/dir -- ok\n[72] $ touch .pc/test3/dir/file -- ok\n[73] $ chmod a-rx .pc/test3/dir -- ok\n[77] $ quilt delete \"test3\" -- ok\n[81] $ chmod a+rx .pc/test3/dir -- ok\n[83] $ find .pc/test3 -- ok\n[88] $ quilt applied -- ok\n[91] $ quilt series -- ok\n[94] $ quilt delete -- ok\n[97] $ quilt delete test3 -- ok\n33 commands (33 passed, 0 failed)\nPASS: delete\n[test/dir-a-b.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > test.txt -- ok\n[4] $ echo d > test3.txt -- ok\n[6] $ cat > patches/ab.diff -- ok\n[21] $ echo \"ab.diff\" > patches/series -- ok\n[23] $ quilt push -q -- ok\n[27] $ quilt diff -p ab --no-index -- ok\n[42] $ rm -f patches/ab.diff -- ok\n[43] $ quilt refresh -p ab --no-index -- ok\n[46] $ cat patches/ab.diff -- ok\n[61] $ quilt pop -qR -- ok\n11 commands (11 passed, 0 failed)\nPASS: dir-a-b\n[test/dotglob.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new dotglob.diff -- ok\n[6] $ quilt add .foo -- ok\n[9] $ echo dot-foo > .foo -- ok\n[10] $ quilt refresh -- ok\n[13] $ quilt pop -q -- ok\n[17] $ quilt push -q -- ok\n7 commands (7 passed, 0 failed)\nPASS: dotglob\n[test/duplicate-patch-in-series.test]\n[4] $ mkdir patches -- ok\n[5] $ echo \"old line\" > file.txt -- ok\n[7] $ cat > patches/first.patch -- ok\n[14] $ cat > patches/series -- ok\n[18] $ quilt push -- ok\n[24] $ quilt push -- ok\n[27] $ quilt pop -- ok\n[33] $ quilt push -qa -- ok\n[36] $ quilt pop -q -- ok\n9 commands (9 passed, 0 failed)\nPASS: duplicate-patch-in-series\n[test/edit.test]\n[1] $ mkdir patches subdir -- ok\n[4] $ cat > editor -- ok\n[9] $ chmod +x editor -- ok\n[10] $ export EDITOR=/usr/lib/quilt/ptest/test/edit.test.6211/editor -- ok\n[12] $ quilt new patch -- ok\n[15] $ echo foobar > foobar -- ok\n[16] $ quilt edit foobar -- ok\n[20] $ cat foobar -- ok\n[23] $ cd subdir -- ok\n[24] $ echo foo > foo -- ok\n[25] $ quilt edit foo -- ok\n[28] $ cd .. -- ok\n[30] $ cat subdir/foo -- ok\n[33] $ quilt files -- ok\n[37] $ quilt refresh -- ok\n[41] $ echo foobaz > foobaz -- ok\n[42] $ cat > editor -- ok\n[47] $ quilt edit foobaz -- ok\n[51] $ [ ! -e foobaz ] || echo \"File foobaz shouldn't exist\" -- ok\n[55] $ cat > editor -- ok\n[59] $ quilt edit nofoo -- ok\n[66] $ rm -f foobar -- ok\n[67] $ quilt refresh -- ok\n[69] $ quilt diff -p ab --no-index foobar -- ok\n[75] $ quilt edit foobar -- ok\n[79] $ [ ! -e foobar ] || echo \"File foobar shouldn't exist\" -- ok\n[82] $ cat > editor -- ok\n[87] $ quilt edit foo2 -- ok\n[90] $ cat foo2 -- ok\n[93] $ quilt files -v -- ok\n30 commands (30 passed, 0 failed)\nPASS: edit\n[test/empty-files.test]\n[4] $ mkdir patches -- ok\n[5] $ echo \"will be deleted\" > deleted1 -- ok\n[6] $ echo \"will be emptied\" > emptied1 -- ok\n[7] $ echo \"will be deleted\" > deleted2 -- ok\n[8] $ echo \"will be emptied\" > emptied2 -- ok\n[11] $ cat > patches/series -- ok\n[15] $ cat > patches/using-filenames.patch -- ok\n[27] $ cat > patches/using-timestamps.patch -- ok\n[40] $ quilt push -- ok\n[46] $ [ ! -e deleted1 ] && echo \"File deleted1 does not exist\" -- ok\n[48] $ [ -e deleted1 -a ! -s deleted1 ] && echo \"File deleted1 is empty\" -- ok\n[49] $ [ ! -e emptied1 ] && echo \"File emptied1 does not exist\" -- ok\n[50] $ [ -e emptied1 -a ! -s emptied1 ] && echo \"File emptied1 is empty\" -- ok\n[53] $ quilt push -- ok\n[59] $ [ ! -e deleted2 ] && echo \"File deleted2 does not exist\" -- ok\n[61] $ [ -e deleted2 -a ! -s deleted2 ] && echo \"File deleted2 is empty\" -- ok\n[62] $ [ ! -e emptied2 ] && echo \"File emptied2 does not exist\" -- ok\n[63] $ [ -e emptied2 -a ! -s emptied2 ] && echo \"File emptied2 is empty\" -- ok\n[67] $ quilt pop -aq -- ok\n[72] $ quilt new fold.patch -- ok\n[75] $ quilt fold < patches/using-filenames.patch -- ok\n[78] $ [ ! -e deleted1 ] && echo \"File deleted1 does not exist\" -- ok\n[80] $ [ -e deleted1 -a ! -s deleted1 ] && echo \"File deleted1 is empty\" -- ok\n[81] $ [ ! -e emptied1 ] && echo \"File emptied1 does not exist\" -- ok\n[82] $ [ -e emptied1 -a ! -s emptied1 ] && echo \"File emptied1 is empty\" -- ok\n[85] $ quilt fold < patches/using-timestamps.patch -- ok\n[88] $ [ ! -e deleted2 ] && echo \"File deleted2 does not exist\" -- ok\n[90] $ [ -e deleted2 -a ! -s deleted2 ] && echo \"File deleted2 is empty\" -- ok\n[91] $ [ ! -e emptied2 ] && echo \"File emptied2 does not exist\" -- ok\n[92] $ [ -e emptied2 -a ! -s emptied2 ] && echo \"File emptied2 is empty\" -- ok\n[96] $ quilt delete -- ok\n[100] $ quilt push -q -- ok\n[104] $ quilt refresh -pab --sort --no-index -- ok\n[106] $ quilt pop -q -- ok\n[110] $ quilt push -- ok\n[116] $ [ ! -e deleted1 ] && echo \"File deleted1 does not exist\" -- ok\n[118] $ [ -e deleted1 -a ! -s deleted1 ] && echo \"File deleted1 is empty\" -- ok\n[119] $ [ ! -e emptied1 ] && echo \"File emptied1 does not exist\" -- ok\n[120] $ [ -e emptied1 -a ! -s emptied1 ] && echo \"File emptied1 is empty\" -- ok\n[123] $ cat patches/using-filenames.patch -- ok\n40 commands (40 passed, 0 failed)\nPASS: empty-files\n[test/empty.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > patches/series -- ok\n[6] $ touch patches/empty1.diff patches/empty2.diff -- ok\n[8] $ quilt push -qa -- ok\n[15] $ quilt rename empty3.diff -- ok\n[18] $ quilt pop -qa -- ok\n[23] $ quilt new empty_new.diff -- ok\n[26] $ quilt pop -q -- ok\n[30] $ quilt delete empty_new.diff -- ok\n[33] $ quilt rename -P empty3.diff empty_new.diff -- ok\n10 commands (10 passed, 0 failed)\nPASS: empty\n[test/example1.test]\n[4] $ mkdir patches -- ok\n[6] $ cat > Oberon.txt -- ok\n[12] $ quilt new flower.diff -- ok\n[15] $ quilt files -- ok\n[16] $ quilt add Oberon.txt -- ok\n[19] $ cat >> Oberon.txt -- ok\n[26] $ quilt refresh -p ab -- ok\n[29] $ cat patches/flower.diff -- ok\n[42] $ sed -ne '1,4p' Oberon.txt > Oberon.new -- ok\n[43] $ echo \"Fetch me that flower; the herb I shew'd thee once:\" >> Oberon.new -- ok\n[44] $ sed -e '1,4d' Oberon.txt >> Oberon.new -- ok\n[45] $ mv Oberon.new Oberon.txt -- ok\n[46] $ quilt diff -z -p ab -- ok\n[60] $ quilt diff -p ab -- ok\n[74] $ quilt refresh -- ok\n[77] $ quilt top -- ok\n[80] $ quilt files -- ok\n[83] $ quilt patches Oberon.txt -- ok\n[85] $ quilt pop -f -- ok\n[91] $ quilt files patches/flower.diff -- ok\n[94] $ sed -e \"s/girls/maidens/\" Oberon.txt > Oberon.new -- ok\n[95] $ mv Oberon.new Oberon.txt -- ok\n[96] $ quilt push -- ok\n[103] $ quilt push -f -- ok\n[110] $ cat >> Oberon.txt -- ok\n[116] $ quilt refresh -p ab -- ok\n[118] $ rm -f Oberon.txt.rej -- ok\n[120] $ cat Oberon.txt -- ok\n[130] $ cat patches/flower.diff -- ok\n[144] $ quilt grep love -- ok\n30 commands (30 passed, 0 failed)\nPASS: example1\n[test/failbackup.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ quilt add test.txt -- ok\n[8] $ cat > test.txt -- ok\n[10] $ quilt refresh -- ok\n[15] $ chmod -w patches -- ok\n[16] $ cat > test.txt -- ok\n[18] $ quilt refresh --backup -- ok\n[20] $ echo 1 -- ok\n[23] $ chmod +w patches -- ok\n10 commands (10 passed, 0 failed)\nPASS: failbackup\n[test/faildiff.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ cat > test.txt -- ok\n[8] $ quilt add test.txt -- ok\n[13] $ chmod -r test.txt -- ok\n[15] $ quilt refresh -- ok\n[18] $ echo 1 -- ok\n[21] $ chmod +r test.txt -- ok\n[25] $ printf \"\\\\002\\\\000\\\\001\" > test.bin -- ok\n[26] $ quilt add test.bin -- ok\n[29] $ printf \"\\\\003\\\\000\\\\001\" > test.bin -- ok\n[30] $ quilt diff -pab --no-index 2>/dev/null -- ok\n[32] $ quilt diff -pab --no-index >/dev/null -- ok\n[34] $ echo 1 -- ok\n[37] $ quilt refresh -- ok\n[39] $ echo 1 -- ok\n16 commands (16 passed, 0 failed)\nPASS: faildiff\n[test/failpop.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > test.txt -- ok\n[6] $ quilt new test.diff -- ok\n[8] $ echo 0 -- ok\n[11] $ quilt add test.txt -- ok\n[13] $ echo 0 -- ok\n[16] $ cat >> test.txt -- ok\n[19] $ quilt refresh -- ok\n[21] $ echo 0 -- ok\n[24] $ sed -e \"s/ /_/g\" patches/test.diff > patches/test.new -- ok\n[25] $ mv patches/test.new patches/test.diff -- ok\n[26] $ quilt pop -- ok\n[29] $ echo 1 -- ok\n13 commands (13 passed, 0 failed)\nPASS: failpop\n[test/fold.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > patches/series -- ok\n[6] $ cat > patches/patch1.diff -- ok\n[16] $ quilt push -q -- ok\n[20] $ quilt files -- ok\n[24] $ quilt fold -q -- ok\n[34] $ quilt diff -p ab -- ok\n[48] $ cd dir -- ok\n[49] $ quilt fold -q -- ok\n[56] $ cd .. -- ok\n[57] $ quilt diff -p ab -- ok\n11 commands (11 passed, 0 failed)\nPASS: fold\n[test/formats.test]\n[4] $ mkdir -p d/patches -- ok\n[5] $ cd d -- ok\n[7] $ cat > test.txt -- ok\n[14] $ quilt new test -- ok\n[17] $ quilt add test.txt -- ok\n[20] $ cat > test.txt -- ok\n[27] $ quilt diff -- ok\n[40] $ quilt diff --no-index -- ok\n[51] $ quilt diff -R -- ok\n[64] $ quilt diff -U1 -- ok\n[75] $ quilt diff -c -- ok\n[94] $ quilt diff -C1 -- ok\n[109] $ quilt diff -p ab -- ok\n13 commands (13 passed, 0 failed)\nPASS: formats\n[test/half-applies.test]\n[1] $ mkdir patches -- ok\n[3] $ echo foo > foo.orig -- ok\n[4] $ echo foo2 > foo -- ok\n[5] $ echo bar > bar.orig -- ok\n[6] $ echo bar2 > bar -- ok\n[7] $ diff -u foo.orig foo >> patches/foorab.diff -- ok\n[8] $ diff -u bar bar.orig >> patches/foorab.diff -- ok\n[9] $ mv foo.orig foo -- ok\n[10] $ mv bar.orig bar -- ok\n[11] $ echo foorab.diff -p0 > patches/series -- ok\n[12] $ quilt push -- ok\n[19] $ echo 1 -- ok\n[22] $ quilt push -- ok\n[29] $ echo 1 -- ok\n[32] $ quilt push -qf -- ok\n[36] $ echo 1 -- ok\n[39] $ quilt diff -- ok\n[47] $ echo 0 -- ok\n18 commands (18 passed, 0 failed)\nPASS: half-applies\n[test/hard-linked-patch.test]\n[4] $ mkdir patches -- ok\n[6] $ cat > patches/patch -- ok\n[12] $ echo patch -p0 > patches/series -- ok\n[13] $ ln patches/patch hardlink -- ok\n[15] $ echo a > file -- ok\n[16] $ quilt push -q -- ok\n[20] $ echo c > file -- ok\n[21] $ quilt refresh --no-index -- ok\n[24] $ cat patches/patch -- ok\n[31] $ cat hardlink -- ok\n[40] $ rm -f hardlink -- ok\n[41] $ ln patches/patch hardlink -- ok\n[43] $ quilt header -r -- ok\n[47] $ cat patches/patch -- ok\n[55] $ cat hardlink -- ok\n15 commands (15 passed, 0 failed)\nPASS: hard-linked-patch\n[test/header.test]\n[1] $ mkdir patches -- ok\n[3] $ echo foo > foo -- ok\n[4] $ quilt new patch -- ok\n[7] $ quilt add foo -- ok\n[10] $ echo bar > foo -- ok\n[11] $ quilt refresh -p ab -- ok\n[14] $ mv patches/patch patches/patch~ -- ok\n[15] $ echo Header > patches/patch -- ok\n[16] $ cat patches/patch~ >> patches/patch -- ok\n[17] $ quilt header -- ok\n[20] $ quilt header -r -- ok\n[24] $ quilt header -- ok\n[27] $ quilt header -a -- ok\n[31] $ quilt header -- ok\n[35] $ cat patches/patch -- ok\n[46] $ echo -n \"No trailing newline\" | quilt header -r -- ok\n[49] $ cat patches/patch -- ok\n17 commands (17 passed, 0 failed)\nPASS: header\n[test/help.test]\n[3] $ mkdir $QUILT_PC -- ok\n[4] $ echo 2 > $QUILT_PC/.version -- ok\n[6] $ quilt add -h | grep -c '^Usage:' -- ok\n[9] $ quilt annotate -h | grep -c '^Usage:' -- ok\n[12] $ quilt applied -h | grep -c '^Usage:' -- ok\n[15] $ quilt delete -h | grep -c '^Usage:' -- ok\n[18] $ quilt diff -h | grep -c '^Usage:' -- ok\n[21] $ quilt edit -h | grep -c '^Usage:' -- ok\n[24] $ quilt files -h | grep -c '^Usage:' -- ok\n[27] $ quilt fold -h | grep -c '^Usage:' -- ok\n[30] $ quilt fork -h | grep -c '^Usage:' -- ok\n[33] $ quilt graph -h | grep -c '^Usage:' -- ok\n[36] $ quilt grep -h | grep -c '^Usage:' -- ok\n[39] $ quilt header -h | grep -c '^Usage:' -- ok\n[42] $ quilt import -h | grep -c '^Usage:' -- ok\n[45] $ quilt mail -h | grep -c '^Usage:' -- ok\n[48] $ quilt new -h | grep -c '^Usage:' -- ok\n[51] $ quilt next -h | grep -c '^Usage:' -- ok\n[54] $ quilt patches -h | grep -c '^Usage:' -- ok\n[57] $ quilt pop -h | grep -c '^Usage:' -- ok\n[60] $ quilt previous -h | grep -c '^Usage:' -- ok\n[63] $ quilt push -h | grep -c '^Usage:' -- ok\n[66] $ quilt refresh -h | grep -c '^Usage:' -- ok\n[69] $ quilt remove -h | grep -c '^Usage:' -- ok\n[72] $ quilt rename -h | grep -c '^Usage:' -- ok\n[75] $ quilt series -h | grep -c '^Usage:' -- ok\n[78] $ quilt setup -h | grep -c '^Usage:' -- ok\n[81] $ quilt snapshot -h | grep -c '^Usage:' -- ok\n[84] $ quilt top -h | grep -c '^Usage:' -- ok\n[87] $ quilt unapplied -h | grep -c '^Usage:' -- ok\n[90] $ quilt upgrade -h | grep -c '^Usage:' -- ok\n31 commands (31 passed, 0 failed)\nPASS: help\n[test/import.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new patch1.diff -- ok\n[6] $ quilt add f -- ok\n[9] $ echo f > f -- ok\n[11] $ quilt refresh -- ok\n[14] $ quilt new patchR.diff -- ok\n[17] $ quilt add f -- ok\n[20] $ rm -f f -- ok\n[22] $ quilt refresh -- ok\n[25] $ quilt fork patchRp0.diff -- ok\n[28] $ quilt refresh -p0 -- ok\n[31] $ quilt pop -a -- ok\n[40] $ mkdir t -- ok\n[41] $ mv patches/patch1.diff t/patch1.diff -- ok\n[42] $ mv patches/patchR.diff t/patchR.diff -- ok\n[43] $ mv patches/patchRp0.diff t/patchRp0.diff -- ok\n[46] $ rm -rf patches/ .pc/ -- ok\n[47] $ mkdir patches -- ok\n[48] $ quilt import t/patch1.diff -- ok\n[51] $ quilt push -- ok\n[57] $ quilt new patch2.diff -- ok\n[60] $ quilt add g -- ok\n[63] $ echo g > g -- ok\n[65] $ quilt refresh -- ok\n[68] $ quilt pop -- ok\n[74] $ quilt header -a -- ok\n[78] $ quilt pop -- ok\n[84] $ quilt delete patch1 -- ok\n[87] $ cat patches/series -- ok\n[92] $ quilt import missing.diff -- ok\n[95] $ quilt import patches/patch1.diff -- ok\n[98] $ quilt import patches/patch2.diff -- ok\n[103] $ quilt import t/patch1.diff -- ok\n[106] $ quilt import -f t/patch1.diff -- ok\n[110] $ sed -e 's/original/new/' patches/patch1.diff > t/patch1.diff -- ok\n[111] $ quilt import t/patch1.diff -- ok\n[114] $ quilt import -f t/patch1.diff -- ok\n[121] $ quilt import -d a -f t/patch1.diff -- ok\n[125] $ head -n 3 patches/patch1.diff -- ok\n[130] $ quilt import -d n -f t/patch1.diff -- ok\n[133] $ quilt header patch1 -- ok\n[136] $ quilt delete patch1 -- ok\n[142] $ cp patches/patch1.diff t/patch1.patch -- ok\n[143] $ quilt import t/patch1.patch -- ok\n[146] $ ls patches/ -- ok\n[152] $ cat patches/series -- ok\n[156] $ quilt delete patch1.diff -- ok\n[160] $ rm -rf patches/ .pc/ -- ok\n[161] $ mkdir patches -- ok\n[162] $ quilt import -R t/patchR.diff -- ok\n[165] $ quilt push -- ok\n[171] $ cat f -- ok\n[174] $ cat patches/series -- ok\n[178] $ echo \"# Test of -R import\" > patches/series -- ok\n[179] $ echo \"patchR.diff -R # This patch was originally -R -p1\" >> patches/series -- ok\n[182] $ quilt refresh -- ok\n[185] $ cat patches/series -- ok\n[189] $ touch f -- ok\n[190] $ quilt pop -- ok\n[197] $ rm -rf patches/ .pc/ -- ok\n[198] $ mkdir patches -- ok\n[199] $ quilt import -R -p0 t/patchRp0.diff -- ok\n[202] $ quilt push -- ok\n[208] $ cat f -- ok\n[211] $ cat patches/series -- ok\n[215] $ quilt refresh -- ok\n[218] $ cat patches/series -- ok\n[221] $ touch f -- ok\n[222] $ quilt pop -- ok\n[229] $ rm -rf patches/ .pc/ -- ok\n[230] $ mkdir patches -- ok\n[231] $ quilt import t/patch1.diff t/patchR.diff -- ok\n[235] $ cat patches/series -- ok\n[239] $ rm -rf patches/ .pc/ -- ok\n[240] $ mkdir patches -- ok\n[241] $ quilt import t/patchR.diff -- ok\n[243] $ quilt import t/patch1.diff -- ok\n[246] $ cat patches/series -- ok\n[251] $ touch empty.patch -- ok\n[252] $ cd t -- ok\n[253] $ touch empty2.patch -- ok\n[254] $ quilt import ../empty.patch -- ok\n[256] $ quilt import /usr/lib/quilt/ptest/test/import.test.10128/t/empty2.patch -- ok\n[260] $ cd .. -- ok\n[261] $ quilt delete -rn -- ok\n[263] $ quilt delete -rn -- ok\n[265] $ quilt import t/patch1.diff -P patch1-renamed.diff -- ok\n[267] $ quilt push -- ok\n[272] $ cat f -- ok\n89 commands (89 passed, 0 failed)\nPASS: import\n[test/import2.test]\n[3] $ mkdir patches -- ok\n[5] $ quilt new patch1.diff -- ok\n[8] $ quilt add f -- ok\n[11] $ echo f > f -- ok\n[13] $ quilt refresh -- ok\n[16] $ quilt pop -- ok\n[22] $ mkdir t -- ok\n[23] $ gzip < patches/patch1.diff > t/patch1.diff.gz -- ok\n[24] $ rm -f patches/patch1.diff -- ok\n[27] $ rm -rf patches/ .pc/ -- ok\n[28] $ mkdir patches -- ok\n[29] $ quilt import t/patch1.diff.gz -- ok\n[32] $ quilt push -- ok\n[38] $ quilt new patch2.diff.gz -- ok\n[41] $ quilt add g -- ok\n[44] $ echo g > g -- ok\n[46] $ quilt refresh -- ok\n[49] $ quilt pop -- ok\n[55] $ quilt header -a -- ok\n[59] $ quilt pop -- ok\n[65] $ quilt delete patch1 -- ok\n[68] $ cat patches/series -- ok\n[73] $ quilt import missing.diff.gz -- ok\n[76] $ quilt import patches/patch1.diff.gz -- ok\n[79] $ quilt import patches/patch2.diff.gz -- ok\n[84] $ quilt import t/patch1.diff.gz -- ok\n[87] $ quilt import -f t/patch1.diff.gz -- ok\n[91] $ zcat patches/patch1.diff.gz | sed -e 's/original/new/' | gzip > t/patch1.diff.gz -- ok\n[92] $ quilt import t/patch1.diff.gz -- ok\n[95] $ quilt import -f t/patch1.diff.gz -- ok\n[102] $ quilt import -d a -f t/patch1.diff.gz -- ok\n[106] $ zcat patches/patch1.diff.gz | head -n 3 -- ok\n[111] $ quilt import -d n -f t/patch1.diff.gz -- ok\n[114] $ quilt header patch1 -- ok\n[117] $ quilt delete patch1 -- ok\n[123] $ cp patches/patch1.diff.gz t/patch1.patch.gz -- ok\n[124] $ quilt import t/patch1.patch.gz -- ok\n[127] $ ls patches/ -- ok\n[133] $ cat patches/series -- ok\n[137] $ quilt delete patch1.diff.gz -- ok\n40 commands (40 passed, 0 failed)\nPASS: import2\n[test/merge.test]\n[3] $ mkdir patches -- ok\n[5] $ cat > abc.txt -- ok\n[10] $ cat > patches/series -- ok\n[15] $ cat > patches/a.diff -- ok\n[22] $ cat > patches/b.diff -- ok\n[29] $ cat > patches/c.diff -- ok\n[36] $ quilt push -qa -- ok\n[42] $ quilt diff -P b.diff >/dev/null -- ok\n[44] $ quilt diff -P b.diff 2>/dev/null | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[53] $ quilt diff --combine a.diff -P b.diff >/dev/null -- ok\n[55] $ quilt diff --combine a.diff -P b.diff 2>/dev/null | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[65] $ quilt diff --combine b.diff | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[75] $ quilt diff --combine - | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n13 commands (13 passed, 0 failed)\nPASS: merge\n[test/missing-newline.test]\n[1] $ mkdir patches -- ok\n[3] $ echo foo > foo -- ok\n[4] $ quilt new 1.patch -- ok\n[7] $ quilt add foo -- ok\n[10] $ echo bar > foo -- ok\n[11] $ quilt refresh -p ab -- ok\n[15] $ echo -n 1.patch > patches/series -- ok\n[18] $ quilt new 2.patch -- ok\n[20] $ cat patches/series -- ok\n9 commands (9 passed, 0 failed)\nPASS: missing-newline\n[test/missing.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > patches/series -- ok\n[7] $ quilt push -qa -- ok\n[14] $ quilt rename missing3.diff -- ok\n[17] $ quilt pop -qa -- ok\n5 commands (5 passed, 0 failed)\nPASS: missing\n[test/new-nosubdir.test]\n[1] $ mkdir patches -- ok\n[3] $ mkdir sub -- ok\n[4] $ cd sub -- ok\n[5] $ quilt new here.diff -- ok\n4 commands (4 passed, 0 failed)\nPASS: new-nosubdir\n[test/new.test]\n[1] $ mkdir patches -- ok\n[3] $ echo reject > f -- ok\n[4] $ echo p.diff > patches/series -- ok\n[5] $ cat > patches/p.diff -- ok\n[17] $ quilt push -- ok\n[25] $ quilt push -f -- ok\n[33] $ echo new > f -- ok\n[34] $ quilt refresh -p ab -- ok\n[36] $ cat patches/p.diff -- ok\n9 commands (9 passed, 0 failed)\nPASS: new\n[test/no-file-to-patch.test]\n[5] $ mkdir patches -- ok\n[6] $ cat > patches/series -- ok\n[8] $ cat > patches/one.patch -- ok\n[14] $ quilt push -q -- ok\n[24] $ echo 1 -- ok\n5 commands (5 passed, 0 failed)\nPASS: no-file-to-patch\n[test/no-series.test]\n[3] $ mkdir patches -- ok\n[4] $ touch file -- ok\n[6] $ quilt annotate file -- ok\n[8] $ echo 1 -- ok\n[11] $ quilt applied -- ok\n[13] $ echo 1 -- ok\n[16] $ quilt diff -- ok\n[18] $ echo 1 -- ok\n[21] $ quilt files -- ok\n[23] $ echo 1 -- ok\n[25] $ quilt files -v -- ok\n[27] $ echo 1 -- ok\n[30] $ quilt fork -- ok\n[32] $ echo 1 -- ok\n[35] $ quilt graph -- ok\n[37] $ echo 1 -- ok\n[40] $ quilt header -- ok\n[42] $ echo 1 -- ok\n[45] $ quilt next -- ok\n[47] $ echo 1 -- ok\n[50] $ quilt patches file -- ok\n[52] $ echo 1 -- ok\n[55] $ quilt pop -- ok\n[57] $ echo 1 -- ok\n[59] $ quilt pop -v -- ok\n[61] $ echo 1 -- ok\n[64] $ quilt previous -- ok\n[66] $ echo 1 -- ok\n[69] $ quilt push -- ok\n[71] $ echo 1 -- ok\n[73] $ quilt push -v -- ok\n[75] $ echo 1 -- ok\n[78] $ quilt refresh -- ok\n[80] $ echo 1 -- ok\n[83] $ quilt series -- ok\n[85] $ echo 1 -- ok\n[87] $ quilt series -v -- ok\n[89] $ echo 1 -- ok\n[92] $ quilt snapshot -- ok\n[94] $ echo 1 -- ok\n[97] $ quilt top -- ok\n[99] $ echo 1 -- ok\n[102] $ quilt unapplied -- ok\n[104] $ echo 1 -- ok\n44 commands (44 passed, 0 failed)\nPASS: no-series\n[test/nolink.test]\n[1] $ mkdir patches -- ok\n[4] $ echo foo > foo -- ok\n[5] $ ln foo foo2 -- ok\n[6] $ ls -l foo | awk '{ print $2 }' -- ok\n[9] $ quilt new test.diff -- ok\n[12] $ quilt add foo -- ok\n[15] $ ls -l foo | awk '{ print $2 }' -- ok\n[18] $ ls -l .pc/test.diff/foo | awk '{ print $2 }' -- ok\n[21] $ echo \"foo changed\" > foo -- ok\n[22] $ quilt refresh -- ok\n[25] $ quilt new test2.diff -- ok\n[28] $ quilt add foo -- ok\n[31] $ ls -l foo | awk '{ print $2 }' -- ok\n[34] $ ls -l .pc/test2.diff/foo | awk '{ print $2 }' -- ok\n[37] $ echo \"foo changed again\" > foo -- ok\n[38] $ quilt refresh -- ok\n[41] $ quilt pop -q -- ok\n[45] $ ls -l foo | awk '{ print $2 }' -- ok\n[48] $ ls -l .pc/test.diff/foo | awk '{ print $2 }' -- ok\n[51] $ quilt pop -q -- ok\n[55] $ ls -l foo | awk '{ print $2 }' -- ok\n[59] $ echo bar > bar -- ok\n[60] $ quilt push -q -- ok\n[64] $ quilt add bar -- ok\n[66] $ echo \"bar changed\" > bar -- ok\n[67] $ quilt revert bar -- ok\n[70] $ ls -l bar | awk '{ print $2 }' -- ok\n[73] $ quilt pop -q -- ok\n28 commands (28 passed, 0 failed)\nPASS: nolink\n[test/null-bug.test]\n[1] $ mkdir patches -- ok\n[3] $ echo file > file -- ok\n[4] $ quilt new remove.diff -- ok\n[7] $ quilt add file -- ok\n[13] $ rm -f file -- ok\n[14] $ quilt diff -p0 -- ok\n[22] $ quilt refresh -p0 -- ok\n[25] $ quilt pop -q -- ok\n[29] $ quilt push -q -- ok\n9 commands (9 passed, 0 failed)\nPASS: null-bug\n[test/one.test]\n[6] $ mkdir patches -- ok\n[8] $ mkdir dir -- ok\n[9] $ echo \"This is file one.\" > dir/file1 -- ok\n[10] $ quilt new patch1.diff -- ok\n[13] $ quilt add dir/file1 -- ok\n[16] $ quilt add file2 -- ok\n[19] $ quilt diff -- ok\n[20] $ quilt diff -z -- ok\n[21] $ quilt refresh -- ok\n[24] $ echo \"This is file two.\" > file2 -- ok\n[25] $ quilt diff -p ab -- ok\n[33] $ quilt diff -z -p ab -- ok\n[41] $ quilt refresh -- ok\n[44] $ quilt diff -z -- ok\n[45] $ echo \"Another line has been added.\" >> dir/file1 -- ok\n[46] $ quilt diff -z -p ab -- ok\n[55] $ quilt diff -z -p ab dir/file1 -- ok\n[64] $ quilt refresh -- ok\n[67] $ quilt new patch2.diff -- ok\n[70] $ quilt add dir/file3 -- ok\n[73] $ echo \"This is file three.\" > dir/file3 -- ok\n[74] $ quilt refresh -- ok\n[77] $ quilt add -P patch1 dir/file3 -- ok\n[80] $ quilt pop -R -- ok\n[86] $ quilt add file4 -- ok\n[89] $ echo \"This is file 4.\" > file4 -- ok\n[90] $ quilt refresh -- ok\n[93] $ quilt push -- ok\n[99] $ quilt new subdir/patch3.diff -- ok\n[102] $ quilt add file4 -- ok\n[105] $ rm -f file4 -- ok\n[106] $ quilt diff -p ab -- ok\n[114] $ quilt add -P patch2 file4 -- ok\n[117] $ quilt refresh -- ok\n[120] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[121] $ quilt refresh patch2 -- ok\n[124] $ echo \"Another line added.\" >> file2 -- ok\n[125] $ quilt diff -z -P patch1 -p ab -- ok\n[135] $ quilt refresh patch1 -- ok\n[138] $ quilt refresh -f patch1 -- ok\n[141] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[142] $ quilt pop -R -- ok\n[148] $ quilt refresh patch2 -- ok\n[151] $ quilt pop -qaR -- ok\n44 commands (44 passed, 0 failed)\nPASS: one\n[test/perms.test]\n[1] $ umask 022 -- ok\n[2] $ mkdir patches -- ok\n[4] $ echo foo > foo -- ok\n[5] $ chmod 704 foo -- ok\n[6] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[9] $ quilt new test.diff -- ok\n[12] $ quilt add foo -- ok\n[15] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[18] $ echo foobar > foo -- ok\n[19] $ quilt refresh -- ok\n[22] $ quilt new test2.diff -- ok\n[25] $ quilt add foo -- ok\n[28] $ chmod 702 foo -- ok\n[29] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[32] $ echo foobaz > foo -- ok\n[33] $ quilt refresh -- ok\n[40] $ quilt pop -q -- ok\n[44] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[47] $ quilt push -q -- ok\n[51] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[54] $ quilt pop -q -- ok\n21 commands (21 passed, 0 failed)\nPASS: perms\n[test/project-settings.test]\n[2] $ export QUILT_PATCHES=my_patches -- ok\n[3] $ export QUILT_SERIES=my_series -- ok\n[5] $ mkdir quilt_patches -- ok\n[6] $ mkdir .pc -- ok\n[7] $ echo 2 > .pc/.version -- ok\n[8] $ echo quilt_patches > .pc/.quilt_patches -- ok\n[9] $ echo quilt_series > .pc/.quilt_series -- ok\n[10] $ echo create.patch > quilt_patches/quilt_series -- ok\n[12] $ cat > quilt_patches/create.patch -- ok\n[18] $ quilt push -- ok\n10 commands (10 passed, 0 failed)\nPASS: project-settings\n[test/refresh-z.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ quilt add foo -- ok\n[9] $ echo foo > foo -- ok\n[10] $ quilt refresh -- ok\n[13] $ echo bar >> foo -- ok\n[14] $ quilt refresh -z -- ok\n[17] $ echo baz >> foo -- ok\n[18] $ quilt refresh -zbaz.diff -- ok\n[21] $ quilt series -- ok\n10 commands (10 passed, 0 failed)\nPASS: refresh-z\n[test/refresh.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > a -- ok\n[4] $ echo b > b -- ok\n[5] $ diff -u a b > patches/patch -- ok\n[6] $ echo patch -p0 > patches/series -- ok\n[7] $ rm -f b -- ok\n[8] $ quilt push -q -- ok\n[12] $ echo a > a -- ok\n[13] $ quilt refresh -- ok\n[15] $ quilt pop -- ok\n[20] $ cat a -- ok\n[22] $ cat patches/patch -- ok\n12 commands (12 passed, 0 failed)\nPASS: refresh\n[test/refresh_patch_order.test]\n[7] $ mkdir patches -- ok\n[9] $ echo foo >foo -- ok\n[10] $ echo fnord >fnord -- ok\n[11] $ echo zulu >zulu -- ok\n[13] $ quilt new bar -- ok\n[17] $ quilt add fnord zulu -- ok\n[21] $ echo x >>fnord -- ok\n[22] $ echo x >>zulu -- ok\n[23] $ quilt refresh --no-timestamps -p ab -- ok\n[26] $ grep '^--- ' patches/bar -- ok\n[31] $ quilt add foo -- ok\n[34] $ echo x >>foo -- ok\n[35] $ quilt refresh --no-timestamps -p ab -- ok\n[38] $ grep '^--- ' patches/bar -- ok\n[44] $ echo fnord >fnord -- ok\n[46] $ quilt refresh --no-timestamps -p ab -- ok\n[49] $ grep '^--- ' patches/bar -- ok\n[54] $ echo x >>fnord -- ok\n[56] $ quilt refresh --no-timestamps -p ab -- ok\n[59] $ grep '^--- ' patches/bar -- ok\n20 commands (20 passed, 0 failed)\nPASS: refresh_patch_order\n[test/remember-locations.test]\n[1] $ mkdir -p my/changes -- ok\n[3] $ export QUILT_PATCHES=my/changes -- ok\n[4] $ export QUILT_SERIES=patchlist -- ok\n[5] $ quilt new mychange1 -- ok\n[7] $ unset QUILT_PATCHES -- ok\n[8] $ unset QUILT_SERIES -- ok\n[9] $ cat .pc/.quilt_patches -- ok\n[11] $ cat .pc/.quilt_series -- ok\n[13] $ cat my/changes/patchlist -- ok\n[18] $ quilt new mychange2 -- ok\n[22] $ cd my -- ok\n[23] $ quilt applied -- ok\n[27] $ cd .. -- ok\n13 commands (13 passed, 0 failed)\nPASS: remember-locations\n[test/remove-trailing-ws.test]\n[4] $ mkdir files.orig files -- ok\n[6] $ cat > files.orig/add -- ok\n[13] $ cat > files.orig/change -- ok\n[17] $ cat > files.orig/complex -- ok\n[32] $ cat > files.orig/delete -- ok\n[36] $ cat > files.orig/remove -- ok\n[45] $ cat > files.orig/remove-at-end -- ok\n[61] $ cat > files/add -- ok\n[70] $ cat > files/change -- ok\n[74] $ cat > files/complex -- ok\n[96] $ cat > files/create -- ok\n[100] $ cat > files/remove -- ok\n[107] $ cat > files/remove-at-end -- ok\n[117] $ cp -r files files.backup -- ok\n[120] $ diff -ruN files.orig files > unified.diff -- ok\n[123] $ diff -c files.orig/add files/add > context.diff -- ok\n[124] $ diff -C 10 files.orig/remove-at-end files/remove-at-end >> context.diff -- ok\n[125] $ diff -cN files.orig/create files/create | sed -e '/^diff /d' >> context.diff -- ok\n[126] $ diff -cN files.orig/delete files/delete >> context.diff -- ok\n[127] $ diff -c files.orig/remove files/remove | sed -e '/^diff /d' >> context.diff -- ok\n[128] $ diff -c files.orig/change files/change | sed -e '/^diff /d'  >> context.diff -- ok\n[129] $ diff -c files.orig/complex files/complex >> context.diff -- ok\n[131] $ /usr/share/quilt//scripts/remove-trailing-ws < unified.diff > unified-wsok.diff -- ok\n[136] $ wc -l files/add -- ok\n[138] $ wc -l files/change -- ok\n[140] $ wc -l files/complex -- ok\n[142] $ wc -l files/create -- ok\n[144] $ wc -l files/remove -- ok\n[146] $ wc -l files/remove-at-end -- ok\n[148] $ wc -l unified.diff -- ok\n[150] $ wc -l unified-wsok.diff -- ok\n[152] $ diff -u unified.diff unified-wsok.diff | grep '^++[^+]' -- ok\n[162] $ rm -rf files -- ok\n[163] $ mv files.backup files -- ok\n[164] $ /usr/share/quilt//scripts/remove-trailing-ws < context.diff > context-wsok.diff -- ok\n[169] $ wc -l files/add -- ok\n[171] $ wc -l files/change -- ok\n[173] $ wc -l files/complex -- ok\n[175] $ wc -l files/create -- ok\n[177] $ wc -l files/remove -- ok\n[179] $ wc -l files/remove-at-end -- ok\n[181] $ wc -l context.diff -- ok\n[183] $ wc -l context-wsok.diff -- ok\n[185] $ diff -u context.diff context-wsok.diff | grep '^+[+!] ' -- ok\n44 commands (44 passed, 0 failed)\nPASS: remove-trailing-ws\n[test/rename.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > announce.txt -- ok\n[6] $ quilt new original-name.diff -- ok\n[9] $ quilt add announce.txt -- ok\n[12] $ cat > announce.txt -- ok\n[15] $ quilt refresh -- ok\n[18] $ quilt series -v -- ok\n[21] $ quilt rename _tmp_name.diff -- ok\n[24] $ quilt series -v -- ok\n[27] $ quilt pop -- ok\n[33] $ quilt series -v -- ok\n[36] $ quilt rename -P random_name.diff final.name.diff -- ok\n[39] $ quilt rename final.name.diff -- ok\n[42] $ quilt rename -P _tmp_name.diff _tmp_name.diff -- ok\n[45] $ quilt rename -P _tmp_name.diff newsubdir/final.name.diff -- ok\n[48] $ quilt series -v -- ok\n[51] $ quilt push -q -- ok\n[55] $ quilt pop -q -- ok\n18 commands (18 passed, 0 failed)\nPASS: rename\n[test/revert.test]\n[1] $ mkdir patches -- ok\n[3] $ mkdir sub -- ok\n[4] $ echo f1 > sub/f -- ok\n[5] $ echo g1 > sub/g -- ok\n[6] $ quilt new p.diff -- ok\n[9] $ quilt add sub/f sub/g sub/h -- ok\n[14] $ echo h1 > sub/h -- ok\n[15] $ quilt revert sub/h -- ok\n[18] $ quilt diff -z -- ok\n[21] $ echo f2 > sub/f -- ok\n[22] $ rm -f sub/g -- ok\n[23] $ echo h2 > sub/h -- ok\n[24] $ quilt refresh -- ok\n[28] $ cd sub -- ok\n[29] $ echo f3 > f -- ok\n[30] $ echo h3 > h -- ok\n[31] $ quilt revert f g h -- ok\n[36] $ quilt diff -z -- ok\n[39] $ echo g3 > g -- ok\n[40] $ quilt revert f g -- ok\n[44] $ quilt diff -z -- ok\n[45] $ [ ! -e g ] || echo \"File sub/g shouldn't exist\" -- ok\n[48] $ rm f h -- ok\n[49] $ quilt revert f h -- ok\n[53] $ quilt diff -z -- ok\n[54] $ [ -e f ] || echo \"File sub/f should exist\" -- ok\n[55] $ [ -e h ] || echo \"File sub/h should exist\" -- ok\n27 commands (27 passed, 0 failed)\nPASS: revert\n[test/setup.test]\n[1] $ mkdir dir -- ok\n[3] $ echo 1 > dir/foo.orig -- ok\n[4] $ echo 2 > dir/foo -- ok\n[5] $ diff -u dir/foo.orig dir/foo > foo.diff -- ok\n[6] $ diff -u dir/foo.orig dir/foo > revert.diff -- ok\n[7] $ diff -u dir/foo.orig dir/foo > again.diff -- ok\n[8] $ mv dir/foo.orig dir/foo -- ok\n[9] $ tar cf - dir | gzip > dir.tar.gz -- ok\n[10] $ mkdir dir/patches -- ok\n[11] $ echo crap > dir/patches/foo.diff -- ok\n[12] $ tar cf - dir | gzip > dir_with_patches.tar.gz -- ok\n[13] $ rm -rf dir -- ok\n[15] $ cat > series -- ok\n[22] $ quilt setup series -- ok\n[24] $ cd dir -- ok\n[25] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[28] $ quilt push -qa -- ok\n[33] $ cd .. -- ok\n[34] $ rm -rf dir -- ok\n[37] $ mkdir .pc patches -- ok\n[38] $ quilt setup series -- ok\n[40] $ rm -rf dir .pc patches -- ok\n[42] $ quilt setup -d other series -- ok\n[44] $ cd other/dir -- ok\n[45] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[48] $ quilt push -qa -- ok\n[53] $ cd ../.. -- ok\n[54] $ rm -rf other -- ok\n[55] $ mkdir dir1 -- ok\n[56] $ mv series dir1 -- ok\n[57] $ cd dir1 -- ok\n[58] $ quilt setup -d ../other series -- ok\n[60] $ quilt setup --sourcedir .. -d ../other series -- ok\n[62] $ cd ../other/dir -- ok\n[63] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[66] $ quilt push -qa -- ok\n[71] $ cd ../.. -- ok\n[72] $ rm -rf \"dir\" -- ok\n[76] $ cat > series_with_patches -- ok\n[81] $ mkdir dir -- ok\n[82] $ quilt setup series_with_patches -- ok\n[84] $ rmdir dir -- ok\n[85] $ quilt setup series_with_patches -- ok\n[89] $ cd dir -- ok\n[90] $ ls -l quilt_patches quilt_series | sed -e 's:.* -> ::' -- ok\n[93] $ quilt push -qa -- ok\n[96] $ cd .. -- ok\n[97] $ rm -rf \"dir\" -- ok\n[100] $ mkdir \"space [dir]\" -- ok\n[101] $ echo 1 > \"space [dir]/foo.orig\" -- ok\n[102] $ echo 2 > \"space [dir]/foo\" -- ok\n[105] $ diff -u \"space [dir]/foo.orig\" \"space [dir]/foo\" | sed -e 's:\"::g' > foo.diff -- ok\n[106] $ cp foo.diff revert.diff -- ok\n[107] $ cp foo.diff again.diff -- ok\n[108] $ mv \"space [dir]/foo.orig\" \"space [dir]/foo\" -- ok\n[109] $ tar cf - \"space [dir]\" | gzip > \"space [dir].tar.gz\" -- ok\n[110] $ rm -rf \"space [dir]\" -- ok\n[111] $ cat > series -- ok\n[118] $ quilt setup series -- ok\n[120] $ cd space\\ [dir] -- ok\n[121] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[124] $ quilt push -qa -- ok\n[129] $ cd .. -- ok\n[130] $ rm -rf \"space [dir]\" -- ok\n64 commands (64 passed, 0 failed)\nPASS: setup\n[test/snapshot.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new snapshot -- ok\n[5] $ quilt add f.txt -- ok\n[7] $ cat > f.txt -- ok\n[10] $ quilt add g.txt -- ok\n[12] $ cat > g.txt -- ok\n[15] $ quilt refresh -- ok\n[17] $ quilt snapshot -- ok\n[19] $ quilt fork -- ok\n[22] $ rm g.txt -- ok\n[23] $ quilt add h.txt -- ok\n[26] $ cat > h.txt -- ok\n[29] $ cat >> f.txt -- ok\n[32] $ quilt refresh -- ok\n[35] $ quilt diff --snapshot | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n15 commands (15 passed, 0 failed)\nPASS: snapshot\n[test/snapshot2.test]\n[1] $ mkdir patches d -- ok\n[3] $ quilt new snapshot -- ok\n[6] $ cd d -- ok\n[7] $ quilt add f.txt -- ok\n[9] $ cat > f.txt -- ok\n[12] $ quilt add g.txt -- ok\n[14] $ cat > g.txt -- ok\n[17] $ quilt refresh -- ok\n[19] $ quilt snapshot -- ok\n[20] $ quilt fork -- ok\n[23] $ rm g.txt -- ok\n[24] $ quilt add h.txt -- ok\n[27] $ cat > h.txt -- ok\n[30] $ cat >> f.txt -- ok\n[33] $ quilt refresh -- ok\n[36] $ quilt diff --snapshot | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n16 commands (16 passed, 0 failed)\nPASS: snapshot2\n[test/sort.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new sort.diff -- ok\n[6] $ quilt add b f -- ok\n[10] $ echo b > b -- ok\n[11] $ echo f > f -- ok\n[12] $ quilt refresh -- ok\n[15] $ quilt add c -- ok\n[18] $ echo c > c -- ok\n[19] $ quilt refresh -- ok\n[22] $ quilt files -- ok\n[27] $ quilt diff | grep '^Index' -- ok\n[32] $ quilt add z x -- ok\n[36] $ echo z > z -- ok\n[37] $ echo x > x -- ok\n[38] $ quilt files -- ok\n[45] $ quilt diff | grep '^Index' -- ok\n[52] $ quilt add a -- ok\n[55] $ echo a > a -- ok\n[56] $ quilt files -- ok\n[64] $ quilt diff | grep '^Index' -- ok\n[72] $ quilt refresh -- ok\n[75] $ grep '^Index' patches/sort.diff -- ok\n[83] $ quilt diff --sort | grep '^Index' -- ok\n[91] $ quilt refresh --sort -- ok\n[94] $ grep '^Index' patches/sort.diff -- ok\n25 commands (25 passed, 0 failed)\nPASS: sort\n[test/space-in-filenames.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ quilt add foo -- ok\n[8] $ echo foo > foo -- ok\n[10] $ quilt files -- ok\n[12] $ quilt patches foo -- ok\n[14] $ quilt patches \"foo bar\" -- ok\n[16] $ echo foo > \"foo bar\" -- ok\n[17] $ quilt add \"foo bar\" -- ok\n[20] $ quilt files -- ok\n[23] $ quilt patches \"foo bar\" -- ok\n[25] $ quilt patches bar -- ok\n[26] $ quilt patches \"foo bar baz\" -- ok\n[28] $ quilt add \"a: b [c]\" -- ok\n[31] $ quilt files -- ok\n[35] $ quilt patches 'a: b [c]' -- ok\n[37] $ quilt patches a -- ok\n[38] $ quilt patches b -- ok\n[39] $ quilt patches 'a: b c' -- ok\n[41] $ echo bar > \"foo bar\" -- ok\n[42] $ echo \"new line\" > \"a: b [c]\" -- ok\n[43] $ quilt diff -p ab -- ok\n[64] $ quilt refresh -p ab -- ok\n[66] $ cat patches/test.diff -- ok\n[87] $ quilt refresh -p ab --sort -- ok\n[89] $ cat patches/test.diff -- ok\n[110] $ quilt grep bar -- ok\n[112] $ quilt grep new -- ok\n[114] $ quilt grep \" \" -- ok\n[117] $ quilt diff -p ab -z -- ok\n[120] $ quilt pop -- ok\n[128] $ quilt patches \"foo bar\" -- ok\n[131] $ quilt patches \"a: b [c]\" -- ok\n[134] $ quilt push -- ok\n[142] $ quilt remove \"a: b [c]\" -- ok\n[145] $ quilt files -- ok\n[149] $ quilt remove \"foo bar\" -- ok\n[152] $ quilt files -- ok\n38 commands (38 passed, 0 failed)\nPASS: space-in-filenames\n[test/space-in-series.test]\n[4] $ export QUILT_SERIES=\"quilt series\" -- ok\n[9] $ mkdir patches -- ok\n[11] $ cat > Oberon.txt -- ok\n[17] $ quilt new flower.diff -- ok\n[20] $ quilt files -- ok\n[21] $ quilt add Oberon.txt -- ok\n[24] $ cat >> Oberon.txt -- ok\n[31] $ quilt refresh -p ab -- ok\n[34] $ cat patches/flower.diff -- ok\n[47] $ sed -ne '1,4p' Oberon.txt > Oberon.new -- ok\n[48] $ echo \"Fetch me that flower; the herb I shew'd thee once:\" >> Oberon.new -- ok\n[49] $ sed -e '1,4d' Oberon.txt >> Oberon.new -- ok\n[50] $ mv Oberon.new Oberon.txt -- ok\n[51] $ quilt diff -z -p ab -- ok\n[65] $ quilt diff -p ab -- ok\n[79] $ quilt refresh -- ok\n[82] $ quilt top -- ok\n[85] $ quilt files -- ok\n[88] $ quilt patches Oberon.txt -- ok\n[90] $ quilt pop -f -- ok\n[96] $ quilt files patches/flower.diff -- ok\n[99] $ sed -e \"s/girls/maidens/\" Oberon.txt > Oberon.new -- ok\n[100] $ mv Oberon.new Oberon.txt -- ok\n[101] $ quilt push -- ok\n[108] $ quilt push -f -- ok\n[115] $ cat >> Oberon.txt -- ok\n[121] $ quilt refresh -p ab -- ok\n[123] $ rm -f Oberon.txt.rej -- ok\n[125] $ cat Oberon.txt -- ok\n[135] $ cat patches/flower.diff -- ok\n[149] $ quilt grep love -- ok\n31 commands (31 passed, 0 failed)\nPASS: space-in-series\n[test/space-in-work-dir.test]\n[1] $ mkdir \"work dir\" -- ok\n[2] $ cd \"work dir\" -- ok\n[4] $ mkdir project -- ok\n[5] $ cd project -- ok\n[7] $ mkdir patches -- ok\n[8] $ mkdir subdir -- ok\n[10] $ echo old > a -- ok\n[11] $ quilt new 1.patch -- ok\n[14] $ quilt add a -- ok\n[17] $ echo new > a -- ok\n[18] $ quilt refresh -- ok\n[21] $ cat patches/1.patch -- ok\n[30] $ echo newer > a -- ok\n[31] $ quilt diff -z -- ok\n[40] $ quilt revert a -- ok\n[42] $ quilt diff -z -- ok\n[43] $ echo newer > a -- ok\n[45] $ quilt refresh -z -- ok\n[47] $ quilt series -- ok\n[50] $ cat patches/1.patch -- ok\n[58] $ cat patches/1-2.patch -- ok\n[69] $ cd subdir -- ok\n[70] $ quilt pop -q -- ok\n[73] $ quilt diff --no-index -- ok\n[79] $ cd .. -- ok\n[81] $ quilt pop -- ok\n[87] $ quilt push -- ok\n[93] $ quilt top -- ok\n[96] $ quilt series -v -- ok\n[100] $ quilt fold < patches/1-2.patch -- ok\n[103] $ quilt diff -z -- ok\n[112] $ quilt refresh -- ok\n[115] $ quilt delete -rn -- ok\n[118] $ quilt remove a -- ok\n34 commands (34 passed, 0 failed)\nPASS: space-in-work-dir\n[test/subdir.test]\n[1] $ mkdir patches -- ok\n[3] $ mkdir subdir -- ok\n[4] $ cat > subdir/file -- ok\n[7] $ quilt new test.patch -- ok\n[10] $ quilt add subdir/file -- ok\n[13] $ cat > subdir/file -- ok\n[18] $ quilt refresh -- ok\n[21] $ cd subdir -- ok\n[22] $ quilt add file2 -- ok\n[25] $ cat > file2 -- ok\n[28] $ cat > file3 -- ok\n[31] $ quilt add file3 -- ok\n[34] $ rm -f file3 -- ok\n[35] $ quilt files -v -- ok\n[40] $ quilt diff -p ab -- ok\n[62] $ quilt diff --no-index -p ab file file2 no -- ok\n[74] $ quilt diff --no-index -p ab ./file3 ./no -- ok\n[80] $ quilt refresh -- ok\n18 commands (18 passed, 0 failed)\nPASS: subdir\n[test/symlink.test]\n[1] $ mkdir patches -- ok\n[4] $ echo foo > foo -- ok\n[5] $ quilt new test.diff -- ok\n[8] $ quilt add foo -- ok\n[11] $ echo \"foo changed\" > foo -- ok\n[12] $ quilt refresh -- ok\n[16] $ mv patches/test.diff . -- ok\n[17] $ ln -s ../test.diff patches/test.diff -- ok\n[18] $ readlink patches/test.diff -- ok\n[22] $ echo \"foo changed 2\" > foo -- ok\n[23] $ quilt refresh --no-index -p ab -- ok\n[26] $ readlink patches/test.diff -- ok\n[30] $ echo \"foo changed 3\" > foo -- ok\n[31] $ touch -r patches/test.diff test.timeref -- ok\n[32] $ quilt refresh --backup --no-index -p ab -- ok\n[35] $ readlink patches/test.diff -- ok\n[38] $ cat patches/test.diff -- ok\n[45] $ readlink patches/test.diff~ -- ok\n[46] $ echo 1 -- ok\n[49] $ cat patches/test.diff~ -- ok\n[56] $ [ patches/test.diff~ -nt test.timeref ] && echo \"mtimes differ\" -- ok\n[59] $ quilt header -a -- ok\n[63] $ readlink patches/test.diff -- ok\n[67] $ touch -r patches/test.diff test.timeref -- ok\n[68] $ quilt header -r --backup -- ok\n[71] $ readlink patches/test.diff -- ok\n[74] $ cat patches/test.diff -- ok\n[81] $ readlink patches/test.diff~ -- ok\n[82] $ echo 1 -- ok\n[85] $ cat patches/test.diff~ -- ok\n[93] $ [ patches/test.diff~ -nt test.timeref ] && echo \"mtimes differ\" -- ok\n[96] $ chmod -w test.diff -- ok\n[97] $ echo \"foo changed 4\" > foo -- ok\n[98] $ quilt refresh --no-index -p ab -- ok\n[101] $ readlink patches/test.diff -- ok\n[102] $ echo 1 -- ok\n[105] $ cat patches/test.diff -- ok\n[113] $ rm -f test.diff -- ok\n[114] $ mv patches/test.diff . -- ok\n[115] $ ln -s ../test.diff patches/test.diff -- ok\n[116] $ chmod -w test.diff -- ok\n[118] $ echo \"foo changed 5\" > foo -- ok\n[119] $ quilt refresh --backup --no-index -p ab -- ok\n[122] $ readlink patches/test.diff -- ok\n[123] $ echo 1 -- ok\n[126] $ cat patches/test.diff -- ok\n[133] $ readlink patches/test.diff~ -- ok\n[134] $ echo 1 -- ok\n[137] $ cat patches/test.diff~ -- ok\n49 commands (49 passed, 0 failed)\nPASS: symlink\n[test/tester.test]\n[4] $ echo  -- ok\n[6] $ export VAR=foo -- ok\n[7] $ echo foo -- ok\n[9] $ export VAR=bar -- ok\n[10] $ echo bar -- ok\n[14] $ true -- ok\n[15] $ echo bar -- ok\n[19] $ echo \"A barbarian walks into a bar\" -- ok\n[23] $ export PLACE=barracks -- ok\n[24] $ echo barracks -- ok\n10 commands (10 passed, 0 failed)\nPASS: tester\n[test/three.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new patch1.diff -- ok\n[6] $ quilt top -- ok\n[9] $ quilt add f -- ok\n[12] $ echo f > f -- ok\n[14] $ ls patches/ -- ok\n[17] $ quilt new patch2.diff -- ok\n[20] $ quilt previous -- ok\n[23] $ quilt add g -- ok\n[26] $ echo g > g -- ok\n[28] $ quilt refresh -- ok\n[32] $ quilt diff -p0 f g -- ok\n[41] $ quilt diff -p0 ./f ./g -- ok\n[49] $ quilt pop -- ok\n[55] $ ls patches/ -- ok\n[59] $ quilt next -- ok\n[62] $ quilt previous -- ok\n[63] $ quilt previous patch2 -- ok\n[66] $ quilt pop -- ok\n[70] $ quilt refresh -- ok\n[73] $ quilt refresh patch2 -- ok\n[76] $ quilt pop -- ok\n[82] $ quilt top -- ok\n[85] $ quilt pop -- ok\n[87] $ echo 2 -- ok\n[90] $ quilt applied -- ok\n[93] $ quilt unapplied -- ok\n[97] $ quilt previous -- ok\n[100] $ quilt next -- ok\n[103] $ quilt applied patch1 -- ok\n[106] $ quilt unapplied patch2 -- ok\n[107] $ quilt unapplied patch1 -- ok\n[110] $ quilt revert f -- ok\n[113] $ quilt delete patch3.diff -- ok\n[116] $ quilt push -qa -- ok\n[121] $ quilt push patch2 -- ok\n[124] $ quilt push -- ok\n[126] $ echo 2 -- ok\n[129] $ quilt diff --combine patch1 -P patch2 -p ab -- ok\n[143] $ quilt diff -P patch1 --combine patch2 -- ok\n[146] $ echo patch3.diff >> patches/series -- ok\n[147] $ quilt diff -P patch1 --combine patch3 -- ok\n[150] $ quilt pop -qaR -- ok\n[155] $ quilt annotate f -- ok\n[158] $ quilt pop patch4.diff -- ok\n[161] $ quilt grep \"not there\" -- ok\n[163] $ quilt push -q 2 -- ok\n[168] $ quilt pop -q 2 -- ok\n[173] $ quilt push -q 10 -- ok\n[180] $ quilt pop -q 10 -- ok\n[186] $ quilt push 0 -- ok\n[188] $ echo 2 -- ok\n[191] $ quilt pop 0 -- ok\n[193] $ echo 2 -- ok\n54 commands (54 passed, 0 failed)\nPASS: three\n[test/timestamps.test]\n[3] $ mkdir patches -- ok\n[5] $ cat > patches/series -- ok\n[13] $ cat > patches/unified-create.patch -- ok\n[20] $ cat > patches/unified-update.patch -- ok\n[28] $ cat > patches/unified-delete.patch -- ok\n[35] $ cat > patches/context-create.patch -- ok\n[43] $ cat > patches/context-update.patch -- ok\n[52] $ cat > patches/context-delete.patch -- ok\n[61] $ quilt patches file -- ok\n[70] $ quilt patches 1 -- ok\n[72] $ quilt push -qa -- ok\n[82] $ quilt patches file -- ok\n12 commands (12 passed, 0 failed)\nPASS: timestamps\n[test/trailing-ws.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > a -- ok\n[8] $ quilt new test.diff -- ok\n[11] $ quilt add a -- ok\n[14] $ cat > a -- ok\n[19] $ quilt refresh -- ok\n[23] $ grep '[ \\t]$' patches/test.diff -- ok\n[27] $ quilt refresh -U0 -- ok\n[31] $ quilt refresh --strip-trailing-whitespace -- ok\n[35] $ grep '[ \\t]$' patches/test.diff -- ok\n[37] $ quilt pop -q -- ok\n[41] $ cat > a -- ok\n[46] $ quilt new test2.diff -- ok\n[49] $ quilt add a -- ok\n[52] $ cat > a -- ok\n[57] $ quilt refresh -c -- ok\n[61] $ grep '[ \\t]$' patches/test2.diff -- ok\n[65] $ quilt refresh -C0 -- ok\n[69] $ quilt refresh -c --strip-trailing-whitespace -- ok\n[73] $ grep '[ \\t]$' patches/test2.diff -- ok\n[75] $ quilt pop -q -- ok\n21 commands (21 passed, 0 failed)\nPASS: trailing-ws\n[test/two.test]\n[1] $ mkdir patches d -- ok\n[3] $ quilt new patch1.diff -- ok\n[6] $ cd d -- ok\n[7] $ mkdir dir -- ok\n[8] $ echo \"This is file one.\" > dir/file1 -- ok\n[9] $ quilt add dir/file1 -- ok\n[12] $ quilt add file2 -- ok\n[15] $ quilt diff -- ok\n[16] $ quilt diff -z -- ok\n[17] $ quilt refresh -- ok\n[20] $ echo \"This is file two.\" > file2 -- ok\n[21] $ quilt diff -p ab -- ok\n[29] $ quilt diff -z -p ab -- ok\n[37] $ quilt refresh -- ok\n[40] $ quilt diff -z -- ok\n[41] $ echo \"Another line has been added.\" >> dir/file1 -- ok\n[42] $ quilt diff -z -p ab -- ok\n[51] $ cd dir -- ok\n[52] $ quilt diff -z file1 -p ab -- ok\n[61] $ cd .. -- ok\n[63] $ quilt refresh -- ok\n[66] $ cd .. -- ok\n[67] $ quilt new patch2.diff -- ok\n[70] $ cd d -- ok\n[71] $ quilt add dir/file3 -- ok\n[74] $ echo \"This is file three.\" > dir/file3 -- ok\n[75] $ quilt refresh -- ok\n[78] $ quilt add -P patch1 dir/file3 -- ok\n[81] $ quilt pop -R -- ok\n[87] $ quilt add file4 -- ok\n[90] $ echo \"This is file 4.\" > file4 -- ok\n[91] $ quilt refresh -- ok\n[94] $ quilt push -- ok\n[100] $ cd .. -- ok\n[101] $ quilt new subdir/patch3.diff -- ok\n[104] $ cd d -- ok\n[105] $ quilt add file4 -- ok\n[108] $ rm -f file4 -- ok\n[109] $ quilt diff -p ab -- ok\n[117] $ quilt add -P patch2 file4 -- ok\n[120] $ quilt refresh -- ok\n[123] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[124] $ quilt refresh patch2 -- ok\n[127] $ echo \"Another line added.\" >> file2 -- ok\n[128] $ quilt diff -z -P patch1 -p ab -- ok\n[138] $ quilt refresh patch1 -- ok\n[141] $ quilt refresh -f patch1 -- ok\n[144] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[145] $ quilt pop -R -- ok\n[151] $ quilt refresh patch2 -- ok\n[154] $ quilt grep -- two -- ok\n[157] $ quilt pop -qaR -- ok\n[162] $ quilt patches file4 -- ok\n[166] $ quilt push -qa -- ok\n[172] $ quilt patches file4 -- ok\n[176] $ quilt pop -q patch2.diff -- ok\n[180] $ quilt patches -v dir/file3 file4 -- ok\n57 commands (57 passed, 0 failed)\nPASS: two\nDURATION: 22\nEND: /usr/lib/quilt/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "quilt": {
     "duration": "22",
     "log": "START: ptest-runner\n2025-06-16T11:38\n[test/add-filename-check.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ echo foo > foo -- ok\n[7] $ quilt add foo -- ok\n[10] $ quilt add patches/bar -- ok\n[13] $ quilt add .pc/baz -- ok\n6 commands (6 passed, 0 failed)\nPASS: add-filename-check\n[test/altered-series.test]\n[3] $ mkdir patches -- ok\n[4] $ cat > patches/series -- ok\n[9] $ quilt push -q 2 -- ok\n[16] $ quilt series -v -- ok\n[22] $ touch patches/series -- ok\n[24] $ quilt series -v -- ok\n[30] $ cat > patches/series -- ok\n[35] $ quilt series -v -- ok\n[38] $ quilt pop -- ok\n[44] $ quilt series -v -- ok\n[47] $ quilt pop -a -- ok\n[52] $ quilt series -v -- ok\n12 commands (12 passed, 0 failed)\nPASS: altered-series\n[test/annotate.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > foo -- ok\n[8] $ quilt new patch -- ok\n[11] $ quilt add foo -- ok\n[14] $ sed -e 's:b:B:' foo > foo.new -- ok\n[15] $ mv foo.new foo -- ok\n[16] $ quilt refresh -- ok\n[19] $ quilt annotate foo -- ok\n[26] $ quilt new patch2 -- ok\n[29] $ quilt add foo -- ok\n[32] $ sed -e 's:Baz:baz:' foo > foo.new -- ok\n[33] $ mv foo.new foo -- ok\n[34] $ quilt refresh -- ok\n[37] $ quilt annotate foo -- ok\n[45] $ quilt new patch3 -- ok\n[48] $ quilt add foo -- ok\n[51] $ sed -e '/Bar/d' foo > foo.new -- ok\n[52] $ mv foo.new foo -- ok\n[53] $ quilt refresh -- ok\n[56] $ quilt annotate foo -- ok\n[64] $ quilt annotate -P patch3 foo -- ok\n[72] $ quilt annotate -P patch2 foo -- ok\n[80] $ quilt annotate -P patch foo -- ok\n[87] $ quilt new patch4 -- ok\n[90] $ cat > jkl -- ok\n[94] $ quilt add jkl wrz -- ok\n[98] $ rm -f jkl -- ok\n[99] $ cat > wrz -- ok\n[103] $ quilt refresh -- ok\n[106] $ quilt annotate jkl -- ok\n[110] $ quilt annotate wrz -- ok\n31 commands (31 passed, 0 failed)\nPASS: annotate\n[test/applied.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > a -- ok\n[4] $ echo b > b -- ok\n[5] $ diff -u a b > patches/patch -- ok\n[6] $ echo patch -p0 > patches/series -- ok\n[7] $ rm -f b -- ok\n[8] $ quilt push -q -- ok\n[12] $ quilt pop -q -- ok\n[16] $ patch -s -p0 < patches/patch -- ok\n[17] $ quilt push -q -- ok\n[22] $ echo patch -p0 -R > patches/series -- ok\n[23] $ quilt push -q -- ok\n[27] $ quilt pop -q -- ok\n[31] $ patch -s -p0 -R < patches/patch -- ok\n[32] $ quilt push -q -- ok\n15 commands (15 passed, 0 failed)\nPASS: applied\n[test/auto-refresh.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > a -- ok\n[4] $ echo b > b -- ok\n[6] $ quilt new a.patch -- ok\n[8] $ quilt add a -- ok\n[10] $ echo A > a -- ok\n[12] $ quilt new b.patch -- ok\n[14] $ quilt add b -- ok\n[16] $ echo B > b -- ok\n[18] $ quilt pop -fa --refresh -- ok\n[21] $ quilt pop -a --refresh -- ok\n[32] $ quilt push -a --refresh -- ok\n[43] $ quilt push -fa --refresh -- ok\n[46] $ quilt pop -a --refresh -- ok\n14 commands (14 passed, 0 failed)\nPASS: auto-refresh\n[test/backup-files.test]\n[4] $ echo foo > foo -- ok\n[5] $ echo bar > \"space bar\" -- ok\n[6] $ sleep 1 -- ok\n[7] $ /usr/share/quilt//scripts/backup-files -B backup/ -b foo -- ok\n[10] $ ls -l foo | awk '{ print $2 }' -- ok\n[12] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[14] $ [ backup/foo -nt foo ] && echo \"mtimes differ\" -- ok\n[16] $ /usr/share/quilt//scripts/backup-files -B backup/ -r foo -- ok\n[18] $ ls -l foo | awk '{ print $2 }' -- ok\n[22] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo -- ok\n[24] $ ls -l foo | awk '{ print $2 }' -- ok\n[26] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[28] $ [ backup/foo -nt foo ] && echo \"mtimes differ\" -- ok\n[31] $ echo modified > foo -- ok\n[32] $ sleep 1 -- ok\n[33] $ /usr/share/quilt//scripts/backup-files -B backup/ -r foo -- ok\n[36] $ cat foo -- ok\n[38] $ [ -e backup/foo ] && echo \"backup/foo not deleted\" -- ok\n[39] $ [ -e backup ] && echo \"backup directory not deleted\" -- ok\n[42] $ ln foo foo2 -- ok\n[43] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo -- ok\n[44] $ ls -l foo | awk '{ print $2 }' -- ok\n[46] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[49] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo2 -- ok\n[50] $ ls -l foo | awk '{ print $2 }' -- ok\n[52] $ ls -l foo2 | awk '{ print $2 }' -- ok\n[54] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[56] $ ls -l backup/foo2 | awk '{ print $2 }' -- ok\n[60] $ rm -f foo foo2 -- ok\n[61] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s foo -- ok\n[62] $ ls -l foo | awk '{ print $2 }' -- ok\n[64] $ ls -l backup/foo2 | awk '{ print $2 }' -- ok\n[66] $ [ -e backup/foo ] && echo \"backup/foo not deleted\" -- ok\n[67] $ [ ! -e foo2 ] || echo \"file foo2 shouldn't exist\" -- ok\n[69] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s foo2 -- ok\n[70] $ ls -l foo | awk '{ print $2 }' -- ok\n[72] $ ls -l foo2 | awk '{ print $2 }' -- ok\n[74] $ [ -e backup/foo2 ] && echo \"backup/foo2 not deleted\" -- ok\n[75] $ [ -e backup ] && echo \"backup directory not deleted\" -- ok\n[78] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s foo -- ok\n[79] $ touch -r foo foo.timeref -- ok\n[80] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s -t foo -- ok\n[82] $ ls -l foo | awk '{ print $2 }' -- ok\n[84] $ [ foo -nt foo.timeref ] || echo \"touch failed\" -- ok\n[87] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L foo \"space bar\" -- ok\n[88] $ touch -r \"space bar\" bar.timeref -- ok\n[89] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[91] $ ls -l \"backup/space bar\" | awk '{ print $2 }' -- ok\n[93] $ mkdir tmp -- ok\n[94] $ cd tmp -- ok\n[95] $ /usr/share/quilt//scripts/backup-files -B ../backup/ -r -s -k foo \"space bar\" -- ok\n[96] $ cd .. -- ok\n[98] $ ls -l foo | awk '{ print $2 }' -- ok\n[100] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[102] $ ls -l backup/foo | awk '{ print $2 }' -- ok\n[104] $ ls -l \"backup/space bar\" | awk '{ print $2 }' -- ok\n[106] $ ls -l tmp/foo | awk '{ print $2 }' -- ok\n[108] $ ls -l \"tmp/space bar\" | awk '{ print $2 }' -- ok\n[110] $ rm -rf tmp -- ok\n[113] $ rm -f foo \"space bar\" -- ok\n[114] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s -t - -- ok\n[115] $ cat foo -- ok\n[117] $ cat \"space bar\" -- ok\n[119] $ [ \"space bar\" -nt bar.timeref ] || echo \"touch failed\" -- ok\n[122] $ mkdir \"dir with spaces\" -- ok\n[123] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L new \"dir with spaces/space file\" -- ok\n[124] $ echo data > new -- ok\n[125] $ echo data2 > \"dir with spaces/space file\" -- ok\n[126] $ ls -l backup/new | awk '{ print $5 }' -- ok\n[128] $ ls -l \"backup/dir with spaces/space file\" | awk '{ print $5 }' -- ok\n[130] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s - -- ok\n[131] $ [ ! -e backup/new ] || echo \"file backup/new shouldn't exist\" -- ok\n[132] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[133] $ [ ! -e \"backup/dir with spaces/space file\" ] || echo \"file backup/dir with spaces/space file shouldn't exist\" -- ok\n[134] $ [ ! -e \"dir with spaces/space file\" ] || echo \"file dir with spaces/space file shouldn't exist\" -- ok\n[137] $ echo data > \"dir with spaces/space file\" -- ok\n[138] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -L \"dir with spaces/space file\" -- ok\n[140] $ rm -rf \"dir with spaces\" -- ok\n[141] $ /usr/share/quilt//scripts/backup-files -B backup/ -r - -- ok\n[143] $ cat \"dir with spaces/space file\" -- ok\n[145] $ [ -e backup ] && echo \"backup directory not deleted\" -- ok\n[148] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -s -L -f - -- ok\n[152] $ echo data > new -- ok\n[153] $ echo modified > foo -- ok\n[154] $ rm -f \"space bar\" -- ok\n[155] $ [ -e backup/new -a ! -s backup/new ] || echo \"file backup/new isn't empty\" -- ok\n[156] $ ls -l backup/new | awk '{ print $5 }' -- ok\n[158] $ cat backup/foo -- ok\n[160] $ cat \"backup/space bar\" -- ok\n[162] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -s -f - -- ok\n[166] $ [ ! -e backup/new ] || echo \"file backup/new shouldn't exist\" -- ok\n[167] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[168] $ cat foo -- ok\n[170] $ cat \"space bar\" -- ok\n[174] $ /usr/share/quilt//scripts/backup-files -B backup/ -b -L -f - -- ok\n[181] $ ln \"space bar\" \"linked space\" -- ok\n[182] $ ls -l foo | awk '{ print $2 }' -- ok\n[184] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[186] $ /usr/share/quilt//scripts/backup-files -B backup/ -L - -- ok\n[187] $ ls -l foo | awk '{ print $2 }' -- ok\n[189] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[191] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[193] $ /usr/share/quilt//scripts/backup-files -B backup/ -L - -- ok\n[194] $ ls -l foo | awk '{ print $2 }' -- ok\n[196] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[198] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[199] $ /usr/share/quilt//scripts/backup-files -B backup/ -r - | sort -- ok\n[203] $ rm \"linked space\" -- ok\n[206] $ /usr/share/quilt//scripts/backup-files -B snapshot/ -c -f - -- ok\n[215] $ ls -l foo | awk '{ print $2 }' -- ok\n[217] $ ls -l \"space bar\" | awk '{ print $2 }' -- ok\n[219] $ ls -l \"dir with spaces/space file\" | awk '{ print $2 }' -- ok\n[221] $ [ ! -e new ] || echo \"file new shouldn't exist\" -- ok\n[222] $ ls -l snapshot/new | awk '{ print $2 }' -- ok\n[224] $ ls -l snapshot/foo | awk '{ print $2 }' -- ok\n[226] $ ls -l snapshot/\"space bar\" | awk '{ print $2 }' -- ok\n[228] $ ls -l snapshot/\"dir with spaces/space file\" | awk '{ print $2 }' -- ok\n[230] $ [ ! -s new ] || echo \"file snapshot/new should be empty\" -- ok\n[231] $ rm -rf snapshot -- ok\n[234] $ mkdir dir -- ok\n[235] $ ln -s foo dir/link -- ok\n[236] $ readlink dir/link -- ok\n[238] $ /usr/share/quilt//scripts/backup-files -B backup/ -b dir/link -- ok\n[240] $ readlink backup/dir/link -- ok\n[242] $ rm -f dir/link -- ok\n[243] $ echo crap > dir/link -- ok\n[244] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -k dir/link -- ok\n[246] $ readlink dir/link -- ok\n[250] $ rm -f dir/link -- ok\n[251] $ echo crap > dir/link -- ok\n[252] $ /usr/share/quilt//scripts/backup-files -B backup/ -r -k -f - -- ok\n[255] $ readlink dir/link -- ok\n[259] $ rm -f dir/link -- ok\n[260] $ echo crap > dir/link -- ok\n[261] $ /usr/share/quilt//scripts/backup-files -B backup/ -r - -- ok\n[263] $ readlink dir/link -- ok\n136 commands (136 passed, 0 failed)\nPASS: backup-files\n[test/colon-in-patch-name.test]\n[4] $ mkdir patches -- ok\n[6] $ quilt new \"patch_with:strange[name]\" -- ok\n[9] $ echo foo > foo -- ok\n[10] $ quilt add foo -- ok\n[13] $ quilt files -- ok\n[16] $ echo bar > foo -- ok\n[17] $ quilt diff -p ab -P \"patch_with:strange[name]\" -- ok\n[26] $ quilt refresh -p ab -- ok\n[29] $ quilt applied -- ok\n[32] $ quilt pop -q -- ok\n[36] $ quilt next -- ok\n[39] $ quilt push -q \"patch_with:strange[name]\" -- ok\n[43] $ quilt top -- ok\n[46] $ quilt rename \"another:strange(name)\" -- ok\n[49] $ quilt new \"{%'}.patch\" -- ok\n[52] $ quilt add foo -- ok\n[55] $ echo baz > foo -- ok\n[57] $ quilt previous -- ok\n[60] $ quilt series -- ok\n[64] $ quilt refresh -p0 \"{%'}.patch\" -- ok\n[67] $ cat \"patches/{%'}.patch\" -- ok\n[76] $ quilt pop \"another:strange(name)\" -- ok\n[82] $ quilt remove foo -- ok\n23 commands (23 passed, 0 failed)\nPASS: colon-in-patch-name\n[test/comments.test]\n[4] $ mkdir patches -- ok\n[6] $ echo one > f -- ok\n[7] $ cat > patches/test.diff -- ok\n[20] $ cat > patches/series -- ok\n[23] $ quilt push -- ok\n[29] $ quilt refresh -- ok\n[31] $ cat patches/test.diff -- ok\n[44] $ quilt refresh -c -- ok\n[47] $ cat patches/test.diff -- ok\n[62] $ quilt refresh -- ok\n[65] $ cat patches/test.diff -- ok\n11 commands (11 passed, 0 failed)\nPASS: comments\n[test/conflicts.test]\n[5] $ mkdir patches -- ok\n[7] $ cat > one.txt -- ok\n[24] $ quilt new a.diff -- ok\n[26] $ echo 0 -- ok\n[29] $ quilt add one.txt -- ok\n[31] $ echo 0 -- ok\n[34] $ mv one.txt one.orig -- ok\n[35] $ sed -e \"s/4/4+/\" -e 's/d/d+/' one.orig > one.txt -- ok\n[36] $ quilt refresh -- ok\n[38] $ echo 0 -- ok\n[41] $ quilt pop -q -- ok\n[44] $ echo 0 -- ok\n[48] $ sed -e \"s/^\\\\([17]\\\\)\\$/\\\\1-/\" one.orig > one.txt -- ok\n[49] $ quilt push -q -- ok\n[52] $ echo 0 -- ok\n[55] $ quilt pop -q -- ok\n[58] $ echo 0 -- ok\n[61] $ sed -e \"s/^\\\\([1267]\\\\)\\$/\\\\1-/\" one.orig > one.txt -- ok\n[62] $ quilt push -q -- ok\n[65] $ echo 0 -- ok\n[68] $ quilt pop -q -- ok\n[71] $ echo 0 -- ok\n[75] $ sed -e \"s/^\\\\([123567]\\\\)\\$/\\\\1-/\" one.orig > one.txt -- ok\n[76] $ quilt push -q -- ok\n[80] $ echo 1 -- ok\n[83] $ quilt push -qf -- ok\n[87] $ echo 1 -- ok\n[90] $ mv one.txt one.x -- ok\n[91] $ sed -e \"s/4/4+/\" one.x > one.txt -- ok\n[92] $ rm -f one.x -- ok\n[93] $ quilt diff -z | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[105] $ echo 0 -- ok\n[108] $ quilt diff | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[129] $ echo 0 -- ok\n[132] $ quilt refresh -- ok\n[134] $ echo 0 -- ok\n[137] $ cat patches/a.diff | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[159] $ quilt pop -q -- ok\n[162] $ echo 0 -- ok\n39 commands (39 passed, 0 failed)\nPASS: conflicts\n[test/create-delete.test]\n[4] $ mkdir patches -- ok\n[6] $ echo delete > delete -- ok\n[7] $ quilt new test.diff -- ok\n[10] $ quilt add create -- ok\n[13] $ echo create > create -- ok\n[14] $ quilt refresh -- ok\n[17] $ quilt add delete -- ok\n[20] $ rm -f delete -- ok\n[21] $ quilt refresh -- ok\n[23] $ quilt header -r -- ok\n[31] $ quilt patches -v create -- ok\n[33] $ quilt patches delete -- ok\n[36] $ quilt pop -q -- ok\n[40] $ quilt patches create -- ok\n[42] $ quilt patches -v delete -- ok\n[44] $ quilt patches -- /dev/null dev/null null --- -- ok\n[46] $ echo create > create -- ok\n[47] $ rm -f delete -- ok\n[48] $ patch -p1 --dry-run < patches/test.diff -- ok\n19 commands (19 passed, 0 failed)\nPASS: create-delete\n[test/delete.test]\n[3] $ mkdir patches -- ok\n[5] $ cat > test.txt -- ok\n[8] $ quilt new test1 -- ok\n[11] $ quilt add test.txt -- ok\n[14] $ cat > test.txt -- ok\n[17] $ quilt refresh -- ok\n[20] $ quilt new test2 -- ok\n[23] $ quilt add test.txt -- ok\n[26] $ cat > test.txt -- ok\n[29] $ quilt refresh -- ok\n[32] $ quilt delete test1 -- ok\n[35] $ quilt pop -- ok\n[41] $ quilt series -- ok\n[45] $ quilt delete -n -- ok\n[48] $ quilt series -- ok\n[51] $ quilt pop -- ok\n[57] $ quilt delete test1 -- ok\n[60] $ quilt series -- ok\n[62] $ echo \"test1\" > patches/series -- ok\n[63] $ quilt delete -n -- ok\n[66] $ quilt series -- ok\n[69] $ echo \"test3\" > patches/series -- ok\n[70] $ echo \"test3\" > .pc/applied-patches -- ok\n[71] $ mkdir -p .pc/test3/dir -- ok\n[72] $ touch .pc/test3/dir/file -- ok\n[73] $ chmod a-rx .pc/test3/dir -- ok\n[77] $ quilt delete \"test3\" -- ok\n[81] $ chmod a+rx .pc/test3/dir -- ok\n[83] $ find .pc/test3 -- ok\n[88] $ quilt applied -- ok\n[91] $ quilt series -- ok\n[94] $ quilt delete -- ok\n[97] $ quilt delete test3 -- ok\n33 commands (33 passed, 0 failed)\nPASS: delete\n[test/dir-a-b.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > test.txt -- ok\n[4] $ echo d > test3.txt -- ok\n[6] $ cat > patches/ab.diff -- ok\n[21] $ echo \"ab.diff\" > patches/series -- ok\n[23] $ quilt push -q -- ok\n[27] $ quilt diff -p ab --no-index -- ok\n[42] $ rm -f patches/ab.diff -- ok\n[43] $ quilt refresh -p ab --no-index -- ok\n[46] $ cat patches/ab.diff -- ok\n[61] $ quilt pop -qR -- ok\n11 commands (11 passed, 0 failed)\nPASS: dir-a-b\n[test/dotglob.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new dotglob.diff -- ok\n[6] $ quilt add .foo -- ok\n[9] $ echo dot-foo > .foo -- ok\n[10] $ quilt refresh -- ok\n[13] $ quilt pop -q -- ok\n[17] $ quilt push -q -- ok\n7 commands (7 passed, 0 failed)\nPASS: dotglob\n[test/duplicate-patch-in-series.test]\n[4] $ mkdir patches -- ok\n[5] $ echo \"old line\" > file.txt -- ok\n[7] $ cat > patches/first.patch -- ok\n[14] $ cat > patches/series -- ok\n[18] $ quilt push -- ok\n[24] $ quilt push -- ok\n[27] $ quilt pop -- ok\n[33] $ quilt push -qa -- ok\n[36] $ quilt pop -q -- ok\n9 commands (9 passed, 0 failed)\nPASS: duplicate-patch-in-series\n[test/edit.test]\n[1] $ mkdir patches subdir -- ok\n[4] $ cat > editor -- ok\n[9] $ chmod +x editor -- ok\n[10] $ export EDITOR=/usr/lib/quilt/ptest/test/edit.test.6211/editor -- ok\n[12] $ quilt new patch -- ok\n[15] $ echo foobar > foobar -- ok\n[16] $ quilt edit foobar -- ok\n[20] $ cat foobar -- ok\n[23] $ cd subdir -- ok\n[24] $ echo foo > foo -- ok\n[25] $ quilt edit foo -- ok\n[28] $ cd .. -- ok\n[30] $ cat subdir/foo -- ok\n[33] $ quilt files -- ok\n[37] $ quilt refresh -- ok\n[41] $ echo foobaz > foobaz -- ok\n[42] $ cat > editor -- ok\n[47] $ quilt edit foobaz -- ok\n[51] $ [ ! -e foobaz ] || echo \"File foobaz shouldn't exist\" -- ok\n[55] $ cat > editor -- ok\n[59] $ quilt edit nofoo -- ok\n[66] $ rm -f foobar -- ok\n[67] $ quilt refresh -- ok\n[69] $ quilt diff -p ab --no-index foobar -- ok\n[75] $ quilt edit foobar -- ok\n[79] $ [ ! -e foobar ] || echo \"File foobar shouldn't exist\" -- ok\n[82] $ cat > editor -- ok\n[87] $ quilt edit foo2 -- ok\n[90] $ cat foo2 -- ok\n[93] $ quilt files -v -- ok\n30 commands (30 passed, 0 failed)\nPASS: edit\n[test/empty-files.test]\n[4] $ mkdir patches -- ok\n[5] $ echo \"will be deleted\" > deleted1 -- ok\n[6] $ echo \"will be emptied\" > emptied1 -- ok\n[7] $ echo \"will be deleted\" > deleted2 -- ok\n[8] $ echo \"will be emptied\" > emptied2 -- ok\n[11] $ cat > patches/series -- ok\n[15] $ cat > patches/using-filenames.patch -- ok\n[27] $ cat > patches/using-timestamps.patch -- ok\n[40] $ quilt push -- ok\n[46] $ [ ! -e deleted1 ] && echo \"File deleted1 does not exist\" -- ok\n[48] $ [ -e deleted1 -a ! -s deleted1 ] && echo \"File deleted1 is empty\" -- ok\n[49] $ [ ! -e emptied1 ] && echo \"File emptied1 does not exist\" -- ok\n[50] $ [ -e emptied1 -a ! -s emptied1 ] && echo \"File emptied1 is empty\" -- ok\n[53] $ quilt push -- ok\n[59] $ [ ! -e deleted2 ] && echo \"File deleted2 does not exist\" -- ok\n[61] $ [ -e deleted2 -a ! -s deleted2 ] && echo \"File deleted2 is empty\" -- ok\n[62] $ [ ! -e emptied2 ] && echo \"File emptied2 does not exist\" -- ok\n[63] $ [ -e emptied2 -a ! -s emptied2 ] && echo \"File emptied2 is empty\" -- ok\n[67] $ quilt pop -aq -- ok\n[72] $ quilt new fold.patch -- ok\n[75] $ quilt fold < patches/using-filenames.patch -- ok\n[78] $ [ ! -e deleted1 ] && echo \"File deleted1 does not exist\" -- ok\n[80] $ [ -e deleted1 -a ! -s deleted1 ] && echo \"File deleted1 is empty\" -- ok\n[81] $ [ ! -e emptied1 ] && echo \"File emptied1 does not exist\" -- ok\n[82] $ [ -e emptied1 -a ! -s emptied1 ] && echo \"File emptied1 is empty\" -- ok\n[85] $ quilt fold < patches/using-timestamps.patch -- ok\n[88] $ [ ! -e deleted2 ] && echo \"File deleted2 does not exist\" -- ok\n[90] $ [ -e deleted2 -a ! -s deleted2 ] && echo \"File deleted2 is empty\" -- ok\n[91] $ [ ! -e emptied2 ] && echo \"File emptied2 does not exist\" -- ok\n[92] $ [ -e emptied2 -a ! -s emptied2 ] && echo \"File emptied2 is empty\" -- ok\n[96] $ quilt delete -- ok\n[100] $ quilt push -q -- ok\n[104] $ quilt refresh -pab --sort --no-index -- ok\n[106] $ quilt pop -q -- ok\n[110] $ quilt push -- ok\n[116] $ [ ! -e deleted1 ] && echo \"File deleted1 does not exist\" -- ok\n[118] $ [ -e deleted1 -a ! -s deleted1 ] && echo \"File deleted1 is empty\" -- ok\n[119] $ [ ! -e emptied1 ] && echo \"File emptied1 does not exist\" -- ok\n[120] $ [ -e emptied1 -a ! -s emptied1 ] && echo \"File emptied1 is empty\" -- ok\n[123] $ cat patches/using-filenames.patch -- ok\n40 commands (40 passed, 0 failed)\nPASS: empty-files\n[test/empty.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > patches/series -- ok\n[6] $ touch patches/empty1.diff patches/empty2.diff -- ok\n[8] $ quilt push -qa -- ok\n[15] $ quilt rename empty3.diff -- ok\n[18] $ quilt pop -qa -- ok\n[23] $ quilt new empty_new.diff -- ok\n[26] $ quilt pop -q -- ok\n[30] $ quilt delete empty_new.diff -- ok\n[33] $ quilt rename -P empty3.diff empty_new.diff -- ok\n10 commands (10 passed, 0 failed)\nPASS: empty\n[test/example1.test]\n[4] $ mkdir patches -- ok\n[6] $ cat > Oberon.txt -- ok\n[12] $ quilt new flower.diff -- ok\n[15] $ quilt files -- ok\n[16] $ quilt add Oberon.txt -- ok\n[19] $ cat >> Oberon.txt -- ok\n[26] $ quilt refresh -p ab -- ok\n[29] $ cat patches/flower.diff -- ok\n[42] $ sed -ne '1,4p' Oberon.txt > Oberon.new -- ok\n[43] $ echo \"Fetch me that flower; the herb I shew'd thee once:\" >> Oberon.new -- ok\n[44] $ sed -e '1,4d' Oberon.txt >> Oberon.new -- ok\n[45] $ mv Oberon.new Oberon.txt -- ok\n[46] $ quilt diff -z -p ab -- ok\n[60] $ quilt diff -p ab -- ok\n[74] $ quilt refresh -- ok\n[77] $ quilt top -- ok\n[80] $ quilt files -- ok\n[83] $ quilt patches Oberon.txt -- ok\n[85] $ quilt pop -f -- ok\n[91] $ quilt files patches/flower.diff -- ok\n[94] $ sed -e \"s/girls/maidens/\" Oberon.txt > Oberon.new -- ok\n[95] $ mv Oberon.new Oberon.txt -- ok\n[96] $ quilt push -- ok\n[103] $ quilt push -f -- ok\n[110] $ cat >> Oberon.txt -- ok\n[116] $ quilt refresh -p ab -- ok\n[118] $ rm -f Oberon.txt.rej -- ok\n[120] $ cat Oberon.txt -- ok\n[130] $ cat patches/flower.diff -- ok\n[144] $ quilt grep love -- ok\n30 commands (30 passed, 0 failed)\nPASS: example1\n[test/failbackup.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ quilt add test.txt -- ok\n[8] $ cat > test.txt -- ok\n[10] $ quilt refresh -- ok\n[15] $ chmod -w patches -- ok\n[16] $ cat > test.txt -- ok\n[18] $ quilt refresh --backup -- ok\n[20] $ echo 1 -- ok\n[23] $ chmod +w patches -- ok\n10 commands (10 passed, 0 failed)\nPASS: failbackup\n[test/faildiff.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ cat > test.txt -- ok\n[8] $ quilt add test.txt -- ok\n[13] $ chmod -r test.txt -- ok\n[15] $ quilt refresh -- ok\n[18] $ echo 1 -- ok\n[21] $ chmod +r test.txt -- ok\n[25] $ printf \"\\\\002\\\\000\\\\001\" > test.bin -- ok\n[26] $ quilt add test.bin -- ok\n[29] $ printf \"\\\\003\\\\000\\\\001\" > test.bin -- ok\n[30] $ quilt diff -pab --no-index 2>/dev/null -- ok\n[32] $ quilt diff -pab --no-index >/dev/null -- ok\n[34] $ echo 1 -- ok\n[37] $ quilt refresh -- ok\n[39] $ echo 1 -- ok\n16 commands (16 passed, 0 failed)\nPASS: faildiff\n[test/failpop.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > test.txt -- ok\n[6] $ quilt new test.diff -- ok\n[8] $ echo 0 -- ok\n[11] $ quilt add test.txt -- ok\n[13] $ echo 0 -- ok\n[16] $ cat >> test.txt -- ok\n[19] $ quilt refresh -- ok\n[21] $ echo 0 -- ok\n[24] $ sed -e \"s/ /_/g\" patches/test.diff > patches/test.new -- ok\n[25] $ mv patches/test.new patches/test.diff -- ok\n[26] $ quilt pop -- ok\n[29] $ echo 1 -- ok\n13 commands (13 passed, 0 failed)\nPASS: failpop\n[test/fold.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > patches/series -- ok\n[6] $ cat > patches/patch1.diff -- ok\n[16] $ quilt push -q -- ok\n[20] $ quilt files -- ok\n[24] $ quilt fold -q -- ok\n[34] $ quilt diff -p ab -- ok\n[48] $ cd dir -- ok\n[49] $ quilt fold -q -- ok\n[56] $ cd .. -- ok\n[57] $ quilt diff -p ab -- ok\n11 commands (11 passed, 0 failed)\nPASS: fold\n[test/formats.test]\n[4] $ mkdir -p d/patches -- ok\n[5] $ cd d -- ok\n[7] $ cat > test.txt -- ok\n[14] $ quilt new test -- ok\n[17] $ quilt add test.txt -- ok\n[20] $ cat > test.txt -- ok\n[27] $ quilt diff -- ok\n[40] $ quilt diff --no-index -- ok\n[51] $ quilt diff -R -- ok\n[64] $ quilt diff -U1 -- ok\n[75] $ quilt diff -c -- ok\n[94] $ quilt diff -C1 -- ok\n[109] $ quilt diff -p ab -- ok\n13 commands (13 passed, 0 failed)\nPASS: formats\n[test/half-applies.test]\n[1] $ mkdir patches -- ok\n[3] $ echo foo > foo.orig -- ok\n[4] $ echo foo2 > foo -- ok\n[5] $ echo bar > bar.orig -- ok\n[6] $ echo bar2 > bar -- ok\n[7] $ diff -u foo.orig foo >> patches/foorab.diff -- ok\n[8] $ diff -u bar bar.orig >> patches/foorab.diff -- ok\n[9] $ mv foo.orig foo -- ok\n[10] $ mv bar.orig bar -- ok\n[11] $ echo foorab.diff -p0 > patches/series -- ok\n[12] $ quilt push -- ok\n[19] $ echo 1 -- ok\n[22] $ quilt push -- ok\n[29] $ echo 1 -- ok\n[32] $ quilt push -qf -- ok\n[36] $ echo 1 -- ok\n[39] $ quilt diff -- ok\n[47] $ echo 0 -- ok\n18 commands (18 passed, 0 failed)\nPASS: half-applies\n[test/hard-linked-patch.test]\n[4] $ mkdir patches -- ok\n[6] $ cat > patches/patch -- ok\n[12] $ echo patch -p0 > patches/series -- ok\n[13] $ ln patches/patch hardlink -- ok\n[15] $ echo a > file -- ok\n[16] $ quilt push -q -- ok\n[20] $ echo c > file -- ok\n[21] $ quilt refresh --no-index -- ok\n[24] $ cat patches/patch -- ok\n[31] $ cat hardlink -- ok\n[40] $ rm -f hardlink -- ok\n[41] $ ln patches/patch hardlink -- ok\n[43] $ quilt header -r -- ok\n[47] $ cat patches/patch -- ok\n[55] $ cat hardlink -- ok\n15 commands (15 passed, 0 failed)\nPASS: hard-linked-patch\n[test/header.test]\n[1] $ mkdir patches -- ok\n[3] $ echo foo > foo -- ok\n[4] $ quilt new patch -- ok\n[7] $ quilt add foo -- ok\n[10] $ echo bar > foo -- ok\n[11] $ quilt refresh -p ab -- ok\n[14] $ mv patches/patch patches/patch~ -- ok\n[15] $ echo Header > patches/patch -- ok\n[16] $ cat patches/patch~ >> patches/patch -- ok\n[17] $ quilt header -- ok\n[20] $ quilt header -r -- ok\n[24] $ quilt header -- ok\n[27] $ quilt header -a -- ok\n[31] $ quilt header -- ok\n[35] $ cat patches/patch -- ok\n[46] $ echo -n \"No trailing newline\" | quilt header -r -- ok\n[49] $ cat patches/patch -- ok\n17 commands (17 passed, 0 failed)\nPASS: header\n[test/help.test]\n[3] $ mkdir $QUILT_PC -- ok\n[4] $ echo 2 > $QUILT_PC/.version -- ok\n[6] $ quilt add -h | grep -c '^Usage:' -- ok\n[9] $ quilt annotate -h | grep -c '^Usage:' -- ok\n[12] $ quilt applied -h | grep -c '^Usage:' -- ok\n[15] $ quilt delete -h | grep -c '^Usage:' -- ok\n[18] $ quilt diff -h | grep -c '^Usage:' -- ok\n[21] $ quilt edit -h | grep -c '^Usage:' -- ok\n[24] $ quilt files -h | grep -c '^Usage:' -- ok\n[27] $ quilt fold -h | grep -c '^Usage:' -- ok\n[30] $ quilt fork -h | grep -c '^Usage:' -- ok\n[33] $ quilt graph -h | grep -c '^Usage:' -- ok\n[36] $ quilt grep -h | grep -c '^Usage:' -- ok\n[39] $ quilt header -h | grep -c '^Usage:' -- ok\n[42] $ quilt import -h | grep -c '^Usage:' -- ok\n[45] $ quilt mail -h | grep -c '^Usage:' -- ok\n[48] $ quilt new -h | grep -c '^Usage:' -- ok\n[51] $ quilt next -h | grep -c '^Usage:' -- ok\n[54] $ quilt patches -h | grep -c '^Usage:' -- ok\n[57] $ quilt pop -h | grep -c '^Usage:' -- ok\n[60] $ quilt previous -h | grep -c '^Usage:' -- ok\n[63] $ quilt push -h | grep -c '^Usage:' -- ok\n[66] $ quilt refresh -h | grep -c '^Usage:' -- ok\n[69] $ quilt remove -h | grep -c '^Usage:' -- ok\n[72] $ quilt rename -h | grep -c '^Usage:' -- ok\n[75] $ quilt series -h | grep -c '^Usage:' -- ok\n[78] $ quilt setup -h | grep -c '^Usage:' -- ok\n[81] $ quilt snapshot -h | grep -c '^Usage:' -- ok\n[84] $ quilt top -h | grep -c '^Usage:' -- ok\n[87] $ quilt unapplied -h | grep -c '^Usage:' -- ok\n[90] $ quilt upgrade -h | grep -c '^Usage:' -- ok\n31 commands (31 passed, 0 failed)\nPASS: help\n[test/import.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new patch1.diff -- ok\n[6] $ quilt add f -- ok\n[9] $ echo f > f -- ok\n[11] $ quilt refresh -- ok\n[14] $ quilt new patchR.diff -- ok\n[17] $ quilt add f -- ok\n[20] $ rm -f f -- ok\n[22] $ quilt refresh -- ok\n[25] $ quilt fork patchRp0.diff -- ok\n[28] $ quilt refresh -p0 -- ok\n[31] $ quilt pop -a -- ok\n[40] $ mkdir t -- ok\n[41] $ mv patches/patch1.diff t/patch1.diff -- ok\n[42] $ mv patches/patchR.diff t/patchR.diff -- ok\n[43] $ mv patches/patchRp0.diff t/patchRp0.diff -- ok\n[46] $ rm -rf patches/ .pc/ -- ok\n[47] $ mkdir patches -- ok\n[48] $ quilt import t/patch1.diff -- ok\n[51] $ quilt push -- ok\n[57] $ quilt new patch2.diff -- ok\n[60] $ quilt add g -- ok\n[63] $ echo g > g -- ok\n[65] $ quilt refresh -- ok\n[68] $ quilt pop -- ok\n[74] $ quilt header -a -- ok\n[78] $ quilt pop -- ok\n[84] $ quilt delete patch1 -- ok\n[87] $ cat patches/series -- ok\n[92] $ quilt import missing.diff -- ok\n[95] $ quilt import patches/patch1.diff -- ok\n[98] $ quilt import patches/patch2.diff -- ok\n[103] $ quilt import t/patch1.diff -- ok\n[106] $ quilt import -f t/patch1.diff -- ok\n[110] $ sed -e 's/original/new/' patches/patch1.diff > t/patch1.diff -- ok\n[111] $ quilt import t/patch1.diff -- ok\n[114] $ quilt import -f t/patch1.diff -- ok\n[121] $ quilt import -d a -f t/patch1.diff -- ok\n[125] $ head -n 3 patches/patch1.diff -- ok\n[130] $ quilt import -d n -f t/patch1.diff -- ok\n[133] $ quilt header patch1 -- ok\n[136] $ quilt delete patch1 -- ok\n[142] $ cp patches/patch1.diff t/patch1.patch -- ok\n[143] $ quilt import t/patch1.patch -- ok\n[146] $ ls patches/ -- ok\n[152] $ cat patches/series -- ok\n[156] $ quilt delete patch1.diff -- ok\n[160] $ rm -rf patches/ .pc/ -- ok\n[161] $ mkdir patches -- ok\n[162] $ quilt import -R t/patchR.diff -- ok\n[165] $ quilt push -- ok\n[171] $ cat f -- ok\n[174] $ cat patches/series -- ok\n[178] $ echo \"# Test of -R import\" > patches/series -- ok\n[179] $ echo \"patchR.diff -R # This patch was originally -R -p1\" >> patches/series -- ok\n[182] $ quilt refresh -- ok\n[185] $ cat patches/series -- ok\n[189] $ touch f -- ok\n[190] $ quilt pop -- ok\n[197] $ rm -rf patches/ .pc/ -- ok\n[198] $ mkdir patches -- ok\n[199] $ quilt import -R -p0 t/patchRp0.diff -- ok\n[202] $ quilt push -- ok\n[208] $ cat f -- ok\n[211] $ cat patches/series -- ok\n[215] $ quilt refresh -- ok\n[218] $ cat patches/series -- ok\n[221] $ touch f -- ok\n[222] $ quilt pop -- ok\n[229] $ rm -rf patches/ .pc/ -- ok\n[230] $ mkdir patches -- ok\n[231] $ quilt import t/patch1.diff t/patchR.diff -- ok\n[235] $ cat patches/series -- ok\n[239] $ rm -rf patches/ .pc/ -- ok\n[240] $ mkdir patches -- ok\n[241] $ quilt import t/patchR.diff -- ok\n[243] $ quilt import t/patch1.diff -- ok\n[246] $ cat patches/series -- ok\n[251] $ touch empty.patch -- ok\n[252] $ cd t -- ok\n[253] $ touch empty2.patch -- ok\n[254] $ quilt import ../empty.patch -- ok\n[256] $ quilt import /usr/lib/quilt/ptest/test/import.test.10128/t/empty2.patch -- ok\n[260] $ cd .. -- ok\n[261] $ quilt delete -rn -- ok\n[263] $ quilt delete -rn -- ok\n[265] $ quilt import t/patch1.diff -P patch1-renamed.diff -- ok\n[267] $ quilt push -- ok\n[272] $ cat f -- ok\n89 commands (89 passed, 0 failed)\nPASS: import\n[test/import2.test]\n[3] $ mkdir patches -- ok\n[5] $ quilt new patch1.diff -- ok\n[8] $ quilt add f -- ok\n[11] $ echo f > f -- ok\n[13] $ quilt refresh -- ok\n[16] $ quilt pop -- ok\n[22] $ mkdir t -- ok\n[23] $ gzip < patches/patch1.diff > t/patch1.diff.gz -- ok\n[24] $ rm -f patches/patch1.diff -- ok\n[27] $ rm -rf patches/ .pc/ -- ok\n[28] $ mkdir patches -- ok\n[29] $ quilt import t/patch1.diff.gz -- ok\n[32] $ quilt push -- ok\n[38] $ quilt new patch2.diff.gz -- ok\n[41] $ quilt add g -- ok\n[44] $ echo g > g -- ok\n[46] $ quilt refresh -- ok\n[49] $ quilt pop -- ok\n[55] $ quilt header -a -- ok\n[59] $ quilt pop -- ok\n[65] $ quilt delete patch1 -- ok\n[68] $ cat patches/series -- ok\n[73] $ quilt import missing.diff.gz -- ok\n[76] $ quilt import patches/patch1.diff.gz -- ok\n[79] $ quilt import patches/patch2.diff.gz -- ok\n[84] $ quilt import t/patch1.diff.gz -- ok\n[87] $ quilt import -f t/patch1.diff.gz -- ok\n[91] $ zcat patches/patch1.diff.gz | sed -e 's/original/new/' | gzip > t/patch1.diff.gz -- ok\n[92] $ quilt import t/patch1.diff.gz -- ok\n[95] $ quilt import -f t/patch1.diff.gz -- ok\n[102] $ quilt import -d a -f t/patch1.diff.gz -- ok\n[106] $ zcat patches/patch1.diff.gz | head -n 3 -- ok\n[111] $ quilt import -d n -f t/patch1.diff.gz -- ok\n[114] $ quilt header patch1 -- ok\n[117] $ quilt delete patch1 -- ok\n[123] $ cp patches/patch1.diff.gz t/patch1.patch.gz -- ok\n[124] $ quilt import t/patch1.patch.gz -- ok\n[127] $ ls patches/ -- ok\n[133] $ cat patches/series -- ok\n[137] $ quilt delete patch1.diff.gz -- ok\n40 commands (40 passed, 0 failed)\nPASS: import2\n[test/merge.test]\n[3] $ mkdir patches -- ok\n[5] $ cat > abc.txt -- ok\n[10] $ cat > patches/series -- ok\n[15] $ cat > patches/a.diff -- ok\n[22] $ cat > patches/b.diff -- ok\n[29] $ cat > patches/c.diff -- ok\n[36] $ quilt push -qa -- ok\n[42] $ quilt diff -P b.diff >/dev/null -- ok\n[44] $ quilt diff -P b.diff 2>/dev/null | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[53] $ quilt diff --combine a.diff -P b.diff >/dev/null -- ok\n[55] $ quilt diff --combine a.diff -P b.diff 2>/dev/null | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[65] $ quilt diff --combine b.diff | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n[75] $ quilt diff --combine - | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n13 commands (13 passed, 0 failed)\nPASS: merge\n[test/missing-newline.test]\n[1] $ mkdir patches -- ok\n[3] $ echo foo > foo -- ok\n[4] $ quilt new 1.patch -- ok\n[7] $ quilt add foo -- ok\n[10] $ echo bar > foo -- ok\n[11] $ quilt refresh -p ab -- ok\n[15] $ echo -n 1.patch > patches/series -- ok\n[18] $ quilt new 2.patch -- ok\n[20] $ cat patches/series -- ok\n9 commands (9 passed, 0 failed)\nPASS: missing-newline\n[test/missing.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > patches/series -- ok\n[7] $ quilt push -qa -- ok\n[14] $ quilt rename missing3.diff -- ok\n[17] $ quilt pop -qa -- ok\n5 commands (5 passed, 0 failed)\nPASS: missing\n[test/new-nosubdir.test]\n[1] $ mkdir patches -- ok\n[3] $ mkdir sub -- ok\n[4] $ cd sub -- ok\n[5] $ quilt new here.diff -- ok\n4 commands (4 passed, 0 failed)\nPASS: new-nosubdir\n[test/new.test]\n[1] $ mkdir patches -- ok\n[3] $ echo reject > f -- ok\n[4] $ echo p.diff > patches/series -- ok\n[5] $ cat > patches/p.diff -- ok\n[17] $ quilt push -- ok\n[25] $ quilt push -f -- ok\n[33] $ echo new > f -- ok\n[34] $ quilt refresh -p ab -- ok\n[36] $ cat patches/p.diff -- ok\n9 commands (9 passed, 0 failed)\nPASS: new\n[test/no-file-to-patch.test]\n[5] $ mkdir patches -- ok\n[6] $ cat > patches/series -- ok\n[8] $ cat > patches/one.patch -- ok\n[14] $ quilt push -q -- ok\n[24] $ echo 1 -- ok\n5 commands (5 passed, 0 failed)\nPASS: no-file-to-patch\n[test/no-series.test]\n[3] $ mkdir patches -- ok\n[4] $ touch file -- ok\n[6] $ quilt annotate file -- ok\n[8] $ echo 1 -- ok\n[11] $ quilt applied -- ok\n[13] $ echo 1 -- ok\n[16] $ quilt diff -- ok\n[18] $ echo 1 -- ok\n[21] $ quilt files -- ok\n[23] $ echo 1 -- ok\n[25] $ quilt files -v -- ok\n[27] $ echo 1 -- ok\n[30] $ quilt fork -- ok\n[32] $ echo 1 -- ok\n[35] $ quilt graph -- ok\n[37] $ echo 1 -- ok\n[40] $ quilt header -- ok\n[42] $ echo 1 -- ok\n[45] $ quilt next -- ok\n[47] $ echo 1 -- ok\n[50] $ quilt patches file -- ok\n[52] $ echo 1 -- ok\n[55] $ quilt pop -- ok\n[57] $ echo 1 -- ok\n[59] $ quilt pop -v -- ok\n[61] $ echo 1 -- ok\n[64] $ quilt previous -- ok\n[66] $ echo 1 -- ok\n[69] $ quilt push -- ok\n[71] $ echo 1 -- ok\n[73] $ quilt push -v -- ok\n[75] $ echo 1 -- ok\n[78] $ quilt refresh -- ok\n[80] $ echo 1 -- ok\n[83] $ quilt series -- ok\n[85] $ echo 1 -- ok\n[87] $ quilt series -v -- ok\n[89] $ echo 1 -- ok\n[92] $ quilt snapshot -- ok\n[94] $ echo 1 -- ok\n[97] $ quilt top -- ok\n[99] $ echo 1 -- ok\n[102] $ quilt unapplied -- ok\n[104] $ echo 1 -- ok\n44 commands (44 passed, 0 failed)\nPASS: no-series\n[test/nolink.test]\n[1] $ mkdir patches -- ok\n[4] $ echo foo > foo -- ok\n[5] $ ln foo foo2 -- ok\n[6] $ ls -l foo | awk '{ print $2 }' -- ok\n[9] $ quilt new test.diff -- ok\n[12] $ quilt add foo -- ok\n[15] $ ls -l foo | awk '{ print $2 }' -- ok\n[18] $ ls -l .pc/test.diff/foo | awk '{ print $2 }' -- ok\n[21] $ echo \"foo changed\" > foo -- ok\n[22] $ quilt refresh -- ok\n[25] $ quilt new test2.diff -- ok\n[28] $ quilt add foo -- ok\n[31] $ ls -l foo | awk '{ print $2 }' -- ok\n[34] $ ls -l .pc/test2.diff/foo | awk '{ print $2 }' -- ok\n[37] $ echo \"foo changed again\" > foo -- ok\n[38] $ quilt refresh -- ok\n[41] $ quilt pop -q -- ok\n[45] $ ls -l foo | awk '{ print $2 }' -- ok\n[48] $ ls -l .pc/test.diff/foo | awk '{ print $2 }' -- ok\n[51] $ quilt pop -q -- ok\n[55] $ ls -l foo | awk '{ print $2 }' -- ok\n[59] $ echo bar > bar -- ok\n[60] $ quilt push -q -- ok\n[64] $ quilt add bar -- ok\n[66] $ echo \"bar changed\" > bar -- ok\n[67] $ quilt revert bar -- ok\n[70] $ ls -l bar | awk '{ print $2 }' -- ok\n[73] $ quilt pop -q -- ok\n28 commands (28 passed, 0 failed)\nPASS: nolink\n[test/null-bug.test]\n[1] $ mkdir patches -- ok\n[3] $ echo file > file -- ok\n[4] $ quilt new remove.diff -- ok\n[7] $ quilt add file -- ok\n[13] $ rm -f file -- ok\n[14] $ quilt diff -p0 -- ok\n[22] $ quilt refresh -p0 -- ok\n[25] $ quilt pop -q -- ok\n[29] $ quilt push -q -- ok\n9 commands (9 passed, 0 failed)\nPASS: null-bug\n[test/one.test]\n[6] $ mkdir patches -- ok\n[8] $ mkdir dir -- ok\n[9] $ echo \"This is file one.\" > dir/file1 -- ok\n[10] $ quilt new patch1.diff -- ok\n[13] $ quilt add dir/file1 -- ok\n[16] $ quilt add file2 -- ok\n[19] $ quilt diff -- ok\n[20] $ quilt diff -z -- ok\n[21] $ quilt refresh -- ok\n[24] $ echo \"This is file two.\" > file2 -- ok\n[25] $ quilt diff -p ab -- ok\n[33] $ quilt diff -z -p ab -- ok\n[41] $ quilt refresh -- ok\n[44] $ quilt diff -z -- ok\n[45] $ echo \"Another line has been added.\" >> dir/file1 -- ok\n[46] $ quilt diff -z -p ab -- ok\n[55] $ quilt diff -z -p ab dir/file1 -- ok\n[64] $ quilt refresh -- ok\n[67] $ quilt new patch2.diff -- ok\n[70] $ quilt add dir/file3 -- ok\n[73] $ echo \"This is file three.\" > dir/file3 -- ok\n[74] $ quilt refresh -- ok\n[77] $ quilt add -P patch1 dir/file3 -- ok\n[80] $ quilt pop -R -- ok\n[86] $ quilt add file4 -- ok\n[89] $ echo \"This is file 4.\" > file4 -- ok\n[90] $ quilt refresh -- ok\n[93] $ quilt push -- ok\n[99] $ quilt new subdir/patch3.diff -- ok\n[102] $ quilt add file4 -- ok\n[105] $ rm -f file4 -- ok\n[106] $ quilt diff -p ab -- ok\n[114] $ quilt add -P patch2 file4 -- ok\n[117] $ quilt refresh -- ok\n[120] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[121] $ quilt refresh patch2 -- ok\n[124] $ echo \"Another line added.\" >> file2 -- ok\n[125] $ quilt diff -z -P patch1 -p ab -- ok\n[135] $ quilt refresh patch1 -- ok\n[138] $ quilt refresh -f patch1 -- ok\n[141] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[142] $ quilt pop -R -- ok\n[148] $ quilt refresh patch2 -- ok\n[151] $ quilt pop -qaR -- ok\n44 commands (44 passed, 0 failed)\nPASS: one\n[test/perms.test]\n[1] $ umask 022 -- ok\n[2] $ mkdir patches -- ok\n[4] $ echo foo > foo -- ok\n[5] $ chmod 704 foo -- ok\n[6] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[9] $ quilt new test.diff -- ok\n[12] $ quilt add foo -- ok\n[15] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[18] $ echo foobar > foo -- ok\n[19] $ quilt refresh -- ok\n[22] $ quilt new test2.diff -- ok\n[25] $ quilt add foo -- ok\n[28] $ chmod 702 foo -- ok\n[29] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[32] $ echo foobaz > foo -- ok\n[33] $ quilt refresh -- ok\n[40] $ quilt pop -q -- ok\n[44] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[47] $ quilt push -q -- ok\n[51] $ ls -l foo | awk '{ print substr($1, 1, 10), $NF }' -- ok\n[54] $ quilt pop -q -- ok\n21 commands (21 passed, 0 failed)\nPASS: perms\n[test/project-settings.test]\n[2] $ export QUILT_PATCHES=my_patches -- ok\n[3] $ export QUILT_SERIES=my_series -- ok\n[5] $ mkdir quilt_patches -- ok\n[6] $ mkdir .pc -- ok\n[7] $ echo 2 > .pc/.version -- ok\n[8] $ echo quilt_patches > .pc/.quilt_patches -- ok\n[9] $ echo quilt_series > .pc/.quilt_series -- ok\n[10] $ echo create.patch > quilt_patches/quilt_series -- ok\n[12] $ cat > quilt_patches/create.patch -- ok\n[18] $ quilt push -- ok\n10 commands (10 passed, 0 failed)\nPASS: project-settings\n[test/refresh-z.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ quilt add foo -- ok\n[9] $ echo foo > foo -- ok\n[10] $ quilt refresh -- ok\n[13] $ echo bar >> foo -- ok\n[14] $ quilt refresh -z -- ok\n[17] $ echo baz >> foo -- ok\n[18] $ quilt refresh -zbaz.diff -- ok\n[21] $ quilt series -- ok\n10 commands (10 passed, 0 failed)\nPASS: refresh-z\n[test/refresh.test]\n[1] $ mkdir patches -- ok\n[3] $ echo a > a -- ok\n[4] $ echo b > b -- ok\n[5] $ diff -u a b > patches/patch -- ok\n[6] $ echo patch -p0 > patches/series -- ok\n[7] $ rm -f b -- ok\n[8] $ quilt push -q -- ok\n[12] $ echo a > a -- ok\n[13] $ quilt refresh -- ok\n[15] $ quilt pop -- ok\n[20] $ cat a -- ok\n[22] $ cat patches/patch -- ok\n12 commands (12 passed, 0 failed)\nPASS: refresh\n[test/refresh_patch_order.test]\n[7] $ mkdir patches -- ok\n[9] $ echo foo >foo -- ok\n[10] $ echo fnord >fnord -- ok\n[11] $ echo zulu >zulu -- ok\n[13] $ quilt new bar -- ok\n[17] $ quilt add fnord zulu -- ok\n[21] $ echo x >>fnord -- ok\n[22] $ echo x >>zulu -- ok\n[23] $ quilt refresh --no-timestamps -p ab -- ok\n[26] $ grep '^--- ' patches/bar -- ok\n[31] $ quilt add foo -- ok\n[34] $ echo x >>foo -- ok\n[35] $ quilt refresh --no-timestamps -p ab -- ok\n[38] $ grep '^--- ' patches/bar -- ok\n[44] $ echo fnord >fnord -- ok\n[46] $ quilt refresh --no-timestamps -p ab -- ok\n[49] $ grep '^--- ' patches/bar -- ok\n[54] $ echo x >>fnord -- ok\n[56] $ quilt refresh --no-timestamps -p ab -- ok\n[59] $ grep '^--- ' patches/bar -- ok\n20 commands (20 passed, 0 failed)\nPASS: refresh_patch_order\n[test/remember-locations.test]\n[1] $ mkdir -p my/changes -- ok\n[3] $ export QUILT_PATCHES=my/changes -- ok\n[4] $ export QUILT_SERIES=patchlist -- ok\n[5] $ quilt new mychange1 -- ok\n[7] $ unset QUILT_PATCHES -- ok\n[8] $ unset QUILT_SERIES -- ok\n[9] $ cat .pc/.quilt_patches -- ok\n[11] $ cat .pc/.quilt_series -- ok\n[13] $ cat my/changes/patchlist -- ok\n[18] $ quilt new mychange2 -- ok\n[22] $ cd my -- ok\n[23] $ quilt applied -- ok\n[27] $ cd .. -- ok\n13 commands (13 passed, 0 failed)\nPASS: remember-locations\n[test/remove-trailing-ws.test]\n[4] $ mkdir files.orig files -- ok\n[6] $ cat > files.orig/add -- ok\n[13] $ cat > files.orig/change -- ok\n[17] $ cat > files.orig/complex -- ok\n[32] $ cat > files.orig/delete -- ok\n[36] $ cat > files.orig/remove -- ok\n[45] $ cat > files.orig/remove-at-end -- ok\n[61] $ cat > files/add -- ok\n[70] $ cat > files/change -- ok\n[74] $ cat > files/complex -- ok\n[96] $ cat > files/create -- ok\n[100] $ cat > files/remove -- ok\n[107] $ cat > files/remove-at-end -- ok\n[117] $ cp -r files files.backup -- ok\n[120] $ diff -ruN files.orig files > unified.diff -- ok\n[123] $ diff -c files.orig/add files/add > context.diff -- ok\n[124] $ diff -C 10 files.orig/remove-at-end files/remove-at-end >> context.diff -- ok\n[125] $ diff -cN files.orig/create files/create | sed -e '/^diff /d' >> context.diff -- ok\n[126] $ diff -cN files.orig/delete files/delete >> context.diff -- ok\n[127] $ diff -c files.orig/remove files/remove | sed -e '/^diff /d' >> context.diff -- ok\n[128] $ diff -c files.orig/change files/change | sed -e '/^diff /d'  >> context.diff -- ok\n[129] $ diff -c files.orig/complex files/complex >> context.diff -- ok\n[131] $ /usr/share/quilt//scripts/remove-trailing-ws < unified.diff > unified-wsok.diff -- ok\n[136] $ wc -l files/add -- ok\n[138] $ wc -l files/change -- ok\n[140] $ wc -l files/complex -- ok\n[142] $ wc -l files/create -- ok\n[144] $ wc -l files/remove -- ok\n[146] $ wc -l files/remove-at-end -- ok\n[148] $ wc -l unified.diff -- ok\n[150] $ wc -l unified-wsok.diff -- ok\n[152] $ diff -u unified.diff unified-wsok.diff | grep '^++[^+]' -- ok\n[162] $ rm -rf files -- ok\n[163] $ mv files.backup files -- ok\n[164] $ /usr/share/quilt//scripts/remove-trailing-ws < context.diff > context-wsok.diff -- ok\n[169] $ wc -l files/add -- ok\n[171] $ wc -l files/change -- ok\n[173] $ wc -l files/complex -- ok\n[175] $ wc -l files/create -- ok\n[177] $ wc -l files/remove -- ok\n[179] $ wc -l files/remove-at-end -- ok\n[181] $ wc -l context.diff -- ok\n[183] $ wc -l context-wsok.diff -- ok\n[185] $ diff -u context.diff context-wsok.diff | grep '^+[+!] ' -- ok\n44 commands (44 passed, 0 failed)\nPASS: remove-trailing-ws\n[test/rename.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > announce.txt -- ok\n[6] $ quilt new original-name.diff -- ok\n[9] $ quilt add announce.txt -- ok\n[12] $ cat > announce.txt -- ok\n[15] $ quilt refresh -- ok\n[18] $ quilt series -v -- ok\n[21] $ quilt rename _tmp_name.diff -- ok\n[24] $ quilt series -v -- ok\n[27] $ quilt pop -- ok\n[33] $ quilt series -v -- ok\n[36] $ quilt rename -P random_name.diff final.name.diff -- ok\n[39] $ quilt rename final.name.diff -- ok\n[42] $ quilt rename -P _tmp_name.diff _tmp_name.diff -- ok\n[45] $ quilt rename -P _tmp_name.diff newsubdir/final.name.diff -- ok\n[48] $ quilt series -v -- ok\n[51] $ quilt push -q -- ok\n[55] $ quilt pop -q -- ok\n18 commands (18 passed, 0 failed)\nPASS: rename\n[test/revert.test]\n[1] $ mkdir patches -- ok\n[3] $ mkdir sub -- ok\n[4] $ echo f1 > sub/f -- ok\n[5] $ echo g1 > sub/g -- ok\n[6] $ quilt new p.diff -- ok\n[9] $ quilt add sub/f sub/g sub/h -- ok\n[14] $ echo h1 > sub/h -- ok\n[15] $ quilt revert sub/h -- ok\n[18] $ quilt diff -z -- ok\n[21] $ echo f2 > sub/f -- ok\n[22] $ rm -f sub/g -- ok\n[23] $ echo h2 > sub/h -- ok\n[24] $ quilt refresh -- ok\n[28] $ cd sub -- ok\n[29] $ echo f3 > f -- ok\n[30] $ echo h3 > h -- ok\n[31] $ quilt revert f g h -- ok\n[36] $ quilt diff -z -- ok\n[39] $ echo g3 > g -- ok\n[40] $ quilt revert f g -- ok\n[44] $ quilt diff -z -- ok\n[45] $ [ ! -e g ] || echo \"File sub/g shouldn't exist\" -- ok\n[48] $ rm f h -- ok\n[49] $ quilt revert f h -- ok\n[53] $ quilt diff -z -- ok\n[54] $ [ -e f ] || echo \"File sub/f should exist\" -- ok\n[55] $ [ -e h ] || echo \"File sub/h should exist\" -- ok\n27 commands (27 passed, 0 failed)\nPASS: revert\n[test/setup.test]\n[1] $ mkdir dir -- ok\n[3] $ echo 1 > dir/foo.orig -- ok\n[4] $ echo 2 > dir/foo -- ok\n[5] $ diff -u dir/foo.orig dir/foo > foo.diff -- ok\n[6] $ diff -u dir/foo.orig dir/foo > revert.diff -- ok\n[7] $ diff -u dir/foo.orig dir/foo > again.diff -- ok\n[8] $ mv dir/foo.orig dir/foo -- ok\n[9] $ tar cf - dir | gzip > dir.tar.gz -- ok\n[10] $ mkdir dir/patches -- ok\n[11] $ echo crap > dir/patches/foo.diff -- ok\n[12] $ tar cf - dir | gzip > dir_with_patches.tar.gz -- ok\n[13] $ rm -rf dir -- ok\n[15] $ cat > series -- ok\n[22] $ quilt setup series -- ok\n[24] $ cd dir -- ok\n[25] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[28] $ quilt push -qa -- ok\n[33] $ cd .. -- ok\n[34] $ rm -rf dir -- ok\n[37] $ mkdir .pc patches -- ok\n[38] $ quilt setup series -- ok\n[40] $ rm -rf dir .pc patches -- ok\n[42] $ quilt setup -d other series -- ok\n[44] $ cd other/dir -- ok\n[45] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[48] $ quilt push -qa -- ok\n[53] $ cd ../.. -- ok\n[54] $ rm -rf other -- ok\n[55] $ mkdir dir1 -- ok\n[56] $ mv series dir1 -- ok\n[57] $ cd dir1 -- ok\n[58] $ quilt setup -d ../other series -- ok\n[60] $ quilt setup --sourcedir .. -d ../other series -- ok\n[62] $ cd ../other/dir -- ok\n[63] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[66] $ quilt push -qa -- ok\n[71] $ cd ../.. -- ok\n[72] $ rm -rf \"dir\" -- ok\n[76] $ cat > series_with_patches -- ok\n[81] $ mkdir dir -- ok\n[82] $ quilt setup series_with_patches -- ok\n[84] $ rmdir dir -- ok\n[85] $ quilt setup series_with_patches -- ok\n[89] $ cd dir -- ok\n[90] $ ls -l quilt_patches quilt_series | sed -e 's:.* -> ::' -- ok\n[93] $ quilt push -qa -- ok\n[96] $ cd .. -- ok\n[97] $ rm -rf \"dir\" -- ok\n[100] $ mkdir \"space [dir]\" -- ok\n[101] $ echo 1 > \"space [dir]/foo.orig\" -- ok\n[102] $ echo 2 > \"space [dir]/foo\" -- ok\n[105] $ diff -u \"space [dir]/foo.orig\" \"space [dir]/foo\" | sed -e 's:\"::g' > foo.diff -- ok\n[106] $ cp foo.diff revert.diff -- ok\n[107] $ cp foo.diff again.diff -- ok\n[108] $ mv \"space [dir]/foo.orig\" \"space [dir]/foo\" -- ok\n[109] $ tar cf - \"space [dir]\" | gzip > \"space [dir].tar.gz\" -- ok\n[110] $ rm -rf \"space [dir]\" -- ok\n[111] $ cat > series -- ok\n[118] $ quilt setup series -- ok\n[120] $ cd space\\ [dir] -- ok\n[121] $ ls -l patches series | sed -e 's:.* -> ::' -- ok\n[124] $ quilt push -qa -- ok\n[129] $ cd .. -- ok\n[130] $ rm -rf \"space [dir]\" -- ok\n64 commands (64 passed, 0 failed)\nPASS: setup\n[test/snapshot.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new snapshot -- ok\n[5] $ quilt add f.txt -- ok\n[7] $ cat > f.txt -- ok\n[10] $ quilt add g.txt -- ok\n[12] $ cat > g.txt -- ok\n[15] $ quilt refresh -- ok\n[17] $ quilt snapshot -- ok\n[19] $ quilt fork -- ok\n[22] $ rm g.txt -- ok\n[23] $ quilt add h.txt -- ok\n[26] $ cat > h.txt -- ok\n[29] $ cat >> f.txt -- ok\n[32] $ quilt refresh -- ok\n[35] $ quilt diff --snapshot | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n15 commands (15 passed, 0 failed)\nPASS: snapshot\n[test/snapshot2.test]\n[1] $ mkdir patches d -- ok\n[3] $ quilt new snapshot -- ok\n[6] $ cd d -- ok\n[7] $ quilt add f.txt -- ok\n[9] $ cat > f.txt -- ok\n[12] $ quilt add g.txt -- ok\n[14] $ cat > g.txt -- ok\n[17] $ quilt refresh -- ok\n[19] $ quilt snapshot -- ok\n[20] $ quilt fork -- ok\n[23] $ rm g.txt -- ok\n[24] $ quilt add h.txt -- ok\n[27] $ cat > h.txt -- ok\n[30] $ cat >> f.txt -- ok\n[33] $ quilt refresh -- ok\n[36] $ quilt diff --snapshot | grep -v \"^\\\\(---\\\\|+++\\\\)\" -- ok\n16 commands (16 passed, 0 failed)\nPASS: snapshot2\n[test/sort.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new sort.diff -- ok\n[6] $ quilt add b f -- ok\n[10] $ echo b > b -- ok\n[11] $ echo f > f -- ok\n[12] $ quilt refresh -- ok\n[15] $ quilt add c -- ok\n[18] $ echo c > c -- ok\n[19] $ quilt refresh -- ok\n[22] $ quilt files -- ok\n[27] $ quilt diff | grep '^Index' -- ok\n[32] $ quilt add z x -- ok\n[36] $ echo z > z -- ok\n[37] $ echo x > x -- ok\n[38] $ quilt files -- ok\n[45] $ quilt diff | grep '^Index' -- ok\n[52] $ quilt add a -- ok\n[55] $ echo a > a -- ok\n[56] $ quilt files -- ok\n[64] $ quilt diff | grep '^Index' -- ok\n[72] $ quilt refresh -- ok\n[75] $ grep '^Index' patches/sort.diff -- ok\n[83] $ quilt diff --sort | grep '^Index' -- ok\n[91] $ quilt refresh --sort -- ok\n[94] $ grep '^Index' patches/sort.diff -- ok\n25 commands (25 passed, 0 failed)\nPASS: sort\n[test/space-in-filenames.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new test.diff -- ok\n[6] $ quilt add foo -- ok\n[8] $ echo foo > foo -- ok\n[10] $ quilt files -- ok\n[12] $ quilt patches foo -- ok\n[14] $ quilt patches \"foo bar\" -- ok\n[16] $ echo foo > \"foo bar\" -- ok\n[17] $ quilt add \"foo bar\" -- ok\n[20] $ quilt files -- ok\n[23] $ quilt patches \"foo bar\" -- ok\n[25] $ quilt patches bar -- ok\n[26] $ quilt patches \"foo bar baz\" -- ok\n[28] $ quilt add \"a: b [c]\" -- ok\n[31] $ quilt files -- ok\n[35] $ quilt patches 'a: b [c]' -- ok\n[37] $ quilt patches a -- ok\n[38] $ quilt patches b -- ok\n[39] $ quilt patches 'a: b c' -- ok\n[41] $ echo bar > \"foo bar\" -- ok\n[42] $ echo \"new line\" > \"a: b [c]\" -- ok\n[43] $ quilt diff -p ab -- ok\n[64] $ quilt refresh -p ab -- ok\n[66] $ cat patches/test.diff -- ok\n[87] $ quilt refresh -p ab --sort -- ok\n[89] $ cat patches/test.diff -- ok\n[110] $ quilt grep bar -- ok\n[112] $ quilt grep new -- ok\n[114] $ quilt grep \" \" -- ok\n[117] $ quilt diff -p ab -z -- ok\n[120] $ quilt pop -- ok\n[128] $ quilt patches \"foo bar\" -- ok\n[131] $ quilt patches \"a: b [c]\" -- ok\n[134] $ quilt push -- ok\n[142] $ quilt remove \"a: b [c]\" -- ok\n[145] $ quilt files -- ok\n[149] $ quilt remove \"foo bar\" -- ok\n[152] $ quilt files -- ok\n38 commands (38 passed, 0 failed)\nPASS: space-in-filenames\n[test/space-in-series.test]\n[4] $ export QUILT_SERIES=\"quilt series\" -- ok\n[9] $ mkdir patches -- ok\n[11] $ cat > Oberon.txt -- ok\n[17] $ quilt new flower.diff -- ok\n[20] $ quilt files -- ok\n[21] $ quilt add Oberon.txt -- ok\n[24] $ cat >> Oberon.txt -- ok\n[31] $ quilt refresh -p ab -- ok\n[34] $ cat patches/flower.diff -- ok\n[47] $ sed -ne '1,4p' Oberon.txt > Oberon.new -- ok\n[48] $ echo \"Fetch me that flower; the herb I shew'd thee once:\" >> Oberon.new -- ok\n[49] $ sed -e '1,4d' Oberon.txt >> Oberon.new -- ok\n[50] $ mv Oberon.new Oberon.txt -- ok\n[51] $ quilt diff -z -p ab -- ok\n[65] $ quilt diff -p ab -- ok\n[79] $ quilt refresh -- ok\n[82] $ quilt top -- ok\n[85] $ quilt files -- ok\n[88] $ quilt patches Oberon.txt -- ok\n[90] $ quilt pop -f -- ok\n[96] $ quilt files patches/flower.diff -- ok\n[99] $ sed -e \"s/girls/maidens/\" Oberon.txt > Oberon.new -- ok\n[100] $ mv Oberon.new Oberon.txt -- ok\n[101] $ quilt push -- ok\n[108] $ quilt push -f -- ok\n[115] $ cat >> Oberon.txt -- ok\n[121] $ quilt refresh -p ab -- ok\n[123] $ rm -f Oberon.txt.rej -- ok\n[125] $ cat Oberon.txt -- ok\n[135] $ cat patches/flower.diff -- ok\n[149] $ quilt grep love -- ok\n31 commands (31 passed, 0 failed)\nPASS: space-in-series\n[test/space-in-work-dir.test]\n[1] $ mkdir \"work dir\" -- ok\n[2] $ cd \"work dir\" -- ok\n[4] $ mkdir project -- ok\n[5] $ cd project -- ok\n[7] $ mkdir patches -- ok\n[8] $ mkdir subdir -- ok\n[10] $ echo old > a -- ok\n[11] $ quilt new 1.patch -- ok\n[14] $ quilt add a -- ok\n[17] $ echo new > a -- ok\n[18] $ quilt refresh -- ok\n[21] $ cat patches/1.patch -- ok\n[30] $ echo newer > a -- ok\n[31] $ quilt diff -z -- ok\n[40] $ quilt revert a -- ok\n[42] $ quilt diff -z -- ok\n[43] $ echo newer > a -- ok\n[45] $ quilt refresh -z -- ok\n[47] $ quilt series -- ok\n[50] $ cat patches/1.patch -- ok\n[58] $ cat patches/1-2.patch -- ok\n[69] $ cd subdir -- ok\n[70] $ quilt pop -q -- ok\n[73] $ quilt diff --no-index -- ok\n[79] $ cd .. -- ok\n[81] $ quilt pop -- ok\n[87] $ quilt push -- ok\n[93] $ quilt top -- ok\n[96] $ quilt series -v -- ok\n[100] $ quilt fold < patches/1-2.patch -- ok\n[103] $ quilt diff -z -- ok\n[112] $ quilt refresh -- ok\n[115] $ quilt delete -rn -- ok\n[118] $ quilt remove a -- ok\n34 commands (34 passed, 0 failed)\nPASS: space-in-work-dir\n[test/subdir.test]\n[1] $ mkdir patches -- ok\n[3] $ mkdir subdir -- ok\n[4] $ cat > subdir/file -- ok\n[7] $ quilt new test.patch -- ok\n[10] $ quilt add subdir/file -- ok\n[13] $ cat > subdir/file -- ok\n[18] $ quilt refresh -- ok\n[21] $ cd subdir -- ok\n[22] $ quilt add file2 -- ok\n[25] $ cat > file2 -- ok\n[28] $ cat > file3 -- ok\n[31] $ quilt add file3 -- ok\n[34] $ rm -f file3 -- ok\n[35] $ quilt files -v -- ok\n[40] $ quilt diff -p ab -- ok\n[62] $ quilt diff --no-index -p ab file file2 no -- ok\n[74] $ quilt diff --no-index -p ab ./file3 ./no -- ok\n[80] $ quilt refresh -- ok\n18 commands (18 passed, 0 failed)\nPASS: subdir\n[test/symlink.test]\n[1] $ mkdir patches -- ok\n[4] $ echo foo > foo -- ok\n[5] $ quilt new test.diff -- ok\n[8] $ quilt add foo -- ok\n[11] $ echo \"foo changed\" > foo -- ok\n[12] $ quilt refresh -- ok\n[16] $ mv patches/test.diff . -- ok\n[17] $ ln -s ../test.diff patches/test.diff -- ok\n[18] $ readlink patches/test.diff -- ok\n[22] $ echo \"foo changed 2\" > foo -- ok\n[23] $ quilt refresh --no-index -p ab -- ok\n[26] $ readlink patches/test.diff -- ok\n[30] $ echo \"foo changed 3\" > foo -- ok\n[31] $ touch -r patches/test.diff test.timeref -- ok\n[32] $ quilt refresh --backup --no-index -p ab -- ok\n[35] $ readlink patches/test.diff -- ok\n[38] $ cat patches/test.diff -- ok\n[45] $ readlink patches/test.diff~ -- ok\n[46] $ echo 1 -- ok\n[49] $ cat patches/test.diff~ -- ok\n[56] $ [ patches/test.diff~ -nt test.timeref ] && echo \"mtimes differ\" -- ok\n[59] $ quilt header -a -- ok\n[63] $ readlink patches/test.diff -- ok\n[67] $ touch -r patches/test.diff test.timeref -- ok\n[68] $ quilt header -r --backup -- ok\n[71] $ readlink patches/test.diff -- ok\n[74] $ cat patches/test.diff -- ok\n[81] $ readlink patches/test.diff~ -- ok\n[82] $ echo 1 -- ok\n[85] $ cat patches/test.diff~ -- ok\n[93] $ [ patches/test.diff~ -nt test.timeref ] && echo \"mtimes differ\" -- ok\n[96] $ chmod -w test.diff -- ok\n[97] $ echo \"foo changed 4\" > foo -- ok\n[98] $ quilt refresh --no-index -p ab -- ok\n[101] $ readlink patches/test.diff -- ok\n[102] $ echo 1 -- ok\n[105] $ cat patches/test.diff -- ok\n[113] $ rm -f test.diff -- ok\n[114] $ mv patches/test.diff . -- ok\n[115] $ ln -s ../test.diff patches/test.diff -- ok\n[116] $ chmod -w test.diff -- ok\n[118] $ echo \"foo changed 5\" > foo -- ok\n[119] $ quilt refresh --backup --no-index -p ab -- ok\n[122] $ readlink patches/test.diff -- ok\n[123] $ echo 1 -- ok\n[126] $ cat patches/test.diff -- ok\n[133] $ readlink patches/test.diff~ -- ok\n[134] $ echo 1 -- ok\n[137] $ cat patches/test.diff~ -- ok\n49 commands (49 passed, 0 failed)\nPASS: symlink\n[test/tester.test]\n[4] $ echo  -- ok\n[6] $ export VAR=foo -- ok\n[7] $ echo foo -- ok\n[9] $ export VAR=bar -- ok\n[10] $ echo bar -- ok\n[14] $ true -- ok\n[15] $ echo bar -- ok\n[19] $ echo \"A barbarian walks into a bar\" -- ok\n[23] $ export PLACE=barracks -- ok\n[24] $ echo barracks -- ok\n10 commands (10 passed, 0 failed)\nPASS: tester\n[test/three.test]\n[1] $ mkdir patches -- ok\n[3] $ quilt new patch1.diff -- ok\n[6] $ quilt top -- ok\n[9] $ quilt add f -- ok\n[12] $ echo f > f -- ok\n[14] $ ls patches/ -- ok\n[17] $ quilt new patch2.diff -- ok\n[20] $ quilt previous -- ok\n[23] $ quilt add g -- ok\n[26] $ echo g > g -- ok\n[28] $ quilt refresh -- ok\n[32] $ quilt diff -p0 f g -- ok\n[41] $ quilt diff -p0 ./f ./g -- ok\n[49] $ quilt pop -- ok\n[55] $ ls patches/ -- ok\n[59] $ quilt next -- ok\n[62] $ quilt previous -- ok\n[63] $ quilt previous patch2 -- ok\n[66] $ quilt pop -- ok\n[70] $ quilt refresh -- ok\n[73] $ quilt refresh patch2 -- ok\n[76] $ quilt pop -- ok\n[82] $ quilt top -- ok\n[85] $ quilt pop -- ok\n[87] $ echo 2 -- ok\n[90] $ quilt applied -- ok\n[93] $ quilt unapplied -- ok\n[97] $ quilt previous -- ok\n[100] $ quilt next -- ok\n[103] $ quilt applied patch1 -- ok\n[106] $ quilt unapplied patch2 -- ok\n[107] $ quilt unapplied patch1 -- ok\n[110] $ quilt revert f -- ok\n[113] $ quilt delete patch3.diff -- ok\n[116] $ quilt push -qa -- ok\n[121] $ quilt push patch2 -- ok\n[124] $ quilt push -- ok\n[126] $ echo 2 -- ok\n[129] $ quilt diff --combine patch1 -P patch2 -p ab -- ok\n[143] $ quilt diff -P patch1 --combine patch2 -- ok\n[146] $ echo patch3.diff >> patches/series -- ok\n[147] $ quilt diff -P patch1 --combine patch3 -- ok\n[150] $ quilt pop -qaR -- ok\n[155] $ quilt annotate f -- ok\n[158] $ quilt pop patch4.diff -- ok\n[161] $ quilt grep \"not there\" -- ok\n[163] $ quilt push -q 2 -- ok\n[168] $ quilt pop -q 2 -- ok\n[173] $ quilt push -q 10 -- ok\n[180] $ quilt pop -q 10 -- ok\n[186] $ quilt push 0 -- ok\n[188] $ echo 2 -- ok\n[191] $ quilt pop 0 -- ok\n[193] $ echo 2 -- ok\n54 commands (54 passed, 0 failed)\nPASS: three\n[test/timestamps.test]\n[3] $ mkdir patches -- ok\n[5] $ cat > patches/series -- ok\n[13] $ cat > patches/unified-create.patch -- ok\n[20] $ cat > patches/unified-update.patch -- ok\n[28] $ cat > patches/unified-delete.patch -- ok\n[35] $ cat > patches/context-create.patch -- ok\n[43] $ cat > patches/context-update.patch -- ok\n[52] $ cat > patches/context-delete.patch -- ok\n[61] $ quilt patches file -- ok\n[70] $ quilt patches 1 -- ok\n[72] $ quilt push -qa -- ok\n[82] $ quilt patches file -- ok\n12 commands (12 passed, 0 failed)\nPASS: timestamps\n[test/trailing-ws.test]\n[1] $ mkdir patches -- ok\n[3] $ cat > a -- ok\n[8] $ quilt new test.diff -- ok\n[11] $ quilt add a -- ok\n[14] $ cat > a -- ok\n[19] $ quilt refresh -- ok\n[23] $ grep '[ \\t]$' patches/test.diff -- ok\n[27] $ quilt refresh -U0 -- ok\n[31] $ quilt refresh --strip-trailing-whitespace -- ok\n[35] $ grep '[ \\t]$' patches/test.diff -- ok\n[37] $ quilt pop -q -- ok\n[41] $ cat > a -- ok\n[46] $ quilt new test2.diff -- ok\n[49] $ quilt add a -- ok\n[52] $ cat > a -- ok\n[57] $ quilt refresh -c -- ok\n[61] $ grep '[ \\t]$' patches/test2.diff -- ok\n[65] $ quilt refresh -C0 -- ok\n[69] $ quilt refresh -c --strip-trailing-whitespace -- ok\n[73] $ grep '[ \\t]$' patches/test2.diff -- ok\n[75] $ quilt pop -q -- ok\n21 commands (21 passed, 0 failed)\nPASS: trailing-ws\n[test/two.test]\n[1] $ mkdir patches d -- ok\n[3] $ quilt new patch1.diff -- ok\n[6] $ cd d -- ok\n[7] $ mkdir dir -- ok\n[8] $ echo \"This is file one.\" > dir/file1 -- ok\n[9] $ quilt add dir/file1 -- ok\n[12] $ quilt add file2 -- ok\n[15] $ quilt diff -- ok\n[16] $ quilt diff -z -- ok\n[17] $ quilt refresh -- ok\n[20] $ echo \"This is file two.\" > file2 -- ok\n[21] $ quilt diff -p ab -- ok\n[29] $ quilt diff -z -p ab -- ok\n[37] $ quilt refresh -- ok\n[40] $ quilt diff -z -- ok\n[41] $ echo \"Another line has been added.\" >> dir/file1 -- ok\n[42] $ quilt diff -z -p ab -- ok\n[51] $ cd dir -- ok\n[52] $ quilt diff -z file1 -p ab -- ok\n[61] $ cd .. -- ok\n[63] $ quilt refresh -- ok\n[66] $ cd .. -- ok\n[67] $ quilt new patch2.diff -- ok\n[70] $ cd d -- ok\n[71] $ quilt add dir/file3 -- ok\n[74] $ echo \"This is file three.\" > dir/file3 -- ok\n[75] $ quilt refresh -- ok\n[78] $ quilt add -P patch1 dir/file3 -- ok\n[81] $ quilt pop -R -- ok\n[87] $ quilt add file4 -- ok\n[90] $ echo \"This is file 4.\" > file4 -- ok\n[91] $ quilt refresh -- ok\n[94] $ quilt push -- ok\n[100] $ cd .. -- ok\n[101] $ quilt new subdir/patch3.diff -- ok\n[104] $ cd d -- ok\n[105] $ quilt add file4 -- ok\n[108] $ rm -f file4 -- ok\n[109] $ quilt diff -p ab -- ok\n[117] $ quilt add -P patch2 file4 -- ok\n[120] $ quilt refresh -- ok\n[123] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[124] $ quilt refresh patch2 -- ok\n[127] $ echo \"Another line added.\" >> file2 -- ok\n[128] $ quilt diff -z -P patch1 -p ab -- ok\n[138] $ quilt refresh patch1 -- ok\n[141] $ quilt refresh -f patch1 -- ok\n[144] $ echo \"Another line here, too.\" >> dir/file3 -- ok\n[145] $ quilt pop -R -- ok\n[151] $ quilt refresh patch2 -- ok\n[154] $ quilt grep -- two -- ok\n[157] $ quilt pop -qaR -- ok\n[162] $ quilt patches file4 -- ok\n[166] $ quilt push -qa -- ok\n[172] $ quilt patches file4 -- ok\n[176] $ quilt pop -q patch2.diff -- ok\n[180] $ quilt patches -v dir/file3 file4 -- ok\n57 commands (57 passed, 0 failed)\nPASS: two\nDURATION: 22\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.519451379776001,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-rpm-sequoia_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-rpm-sequoia",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008935928344726562,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1350085735321045,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03314208984375,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.37608790397644043,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0020918846130371094,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/rpm-sequoia/ptest\n\nrunning 1 test\ntest symbols ... ok\n\ntest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s\n\nPASS: /usr/lib/rpm-sequoia/ptest/symbols-723f36f705f6595a\n\nrunning 2 tests\ntest tests::merge_certs_mismatch ... ok\ntest tests::merge_certs ... ok\n\ntest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s\n\nPASS: /usr/lib/rpm-sequoia/ptest/rpm_sequoia-4326c53f1f328776\nDURATION: 0\nEND: /usr/lib/rpm-sequoia/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.rpm-sequoia./usr/lib/rpm-sequoia/ptest/rpm_sequoia-4326c53f1f328776": {
    "status": "PASSED"
   },
   "ptestresult.rpm-sequoia./usr/lib/rpm-sequoia/ptest/symbols-723f36f705f6595a": {
    "status": "PASSED"
   },
   "ptestresult.sections": {
    "rpm-sequoia": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:38\n\nrunning 1 test\ntest symbols ... ok\n\ntest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s\n\nPASS: /usr/lib/rpm-sequoia/ptest/symbols-723f36f705f6595a\n\nrunning 2 tests\ntest tests::merge_certs_mismatch ... ok\ntest tests::merge_certs ... ok\n\ntest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s\n\nPASS: /usr/lib/rpm-sequoia/ptest/rpm_sequoia-4326c53f1f328776\nDURATION: 0\n"
    }
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5274057388305664,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-sed_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-sed",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0016443729400634766,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.116814136505127,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0390779972076416,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 4.62474799156189,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002094745635986328,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/sed/ptest\nPASS: testsuite/misc.pl\nbug32082.sh: skipped test: requires a working valgrind\nSKIP: testsuite/bug32082.sh\nPASS: testsuite/bug32271-1.sh\nbug32271-2.sh: skipped test: requires a working valgrind\nSKIP: testsuite/bug32271-2.sh\nPASS: testsuite/cmd-l.sh\nPASS: testsuite/cmd-0r.sh\nPASS: testsuite/cmd-R.sh\nPASS: testsuite/colon-with-no-label.sh\nPASS: testsuite/comment-n.sh\nPASS: testsuite/compile-errors.sh\nPASS: testsuite/compile-tests.sh\nPASS: testsuite/convert-number.sh\nPASS: testsuite/command-endings.sh\nPASS: testsuite/debug.pl\nPASS: testsuite/execute-tests.sh\nPASS: testsuite/help-version.sh\nPASS: testsuite/in-place-hyphen.sh\nPASS: testsuite/in-place-suffix-backup.sh\ninplace-selinux.sh: skipped test: this system lacks SELinux support\nSKIP: testsuite/inplace-selinux.sh\ninvalid-mb-seq-UMR.sh: skipped test: requires a working valgrind\nSKIP: testsuite/invalid-mb-seq-UMR.sh\nPASS: testsuite/mb-bad-delim.sh\nmb-charclass-non-utf8.sh: skipped test: ja_JP shift-jis locale not found\nSKIP: testsuite/mb-charclass-non-utf8.sh\nPASS: testsuite/mb-match-slash.sh\nPASS: testsuite/mb-y-translate.sh\nPASS: testsuite/missing-filename.sh\nnewline-dfa-bug.sh: skipped test: requires a working valgrind\nSKIP: testsuite/newline-dfa-bug.sh\nPASS: testsuite/normalize-text.sh\nPASS: testsuite/nulldata.sh\nobinary.sh: skipped test: platform does not enable O_TEXT by default\nSKIP: testsuite/obinary.sh\nPASS: testsuite/panic-tests.sh\nPASS: testsuite/posix-char-class.sh\nPASS: testsuite/posix-mode-addr.sh\nPASS: testsuite/posix-mode-bad-ref.sh\nPASS: testsuite/posix-mode-ERE.sh\nPASS: testsuite/posix-mode-s.sh\nPASS: testsuite/posix-mode-N.sh\nPASS: testsuite/range-overlap.sh\nPASS: testsuite/recursive-escape-c.sh\nPASS: testsuite/regex-errors.sh\nregex-max-int.sh: skipped test: very expensive: disabled by default\nSKIP: testsuite/regex-max-int.sh\nPASS: testsuite/sandbox.sh\nPASS: testsuite/stdin-prog.sh\nPASS: testsuite/subst-options.sh\nPASS: testsuite/subst-mb-incomplete.sh\nPASS: testsuite/subst-replacement.sh\nPASS: testsuite/temp-file-cleanup.sh\nPASS: testsuite/title-case.sh\nPASS: testsuite/unbuffered.sh\nPASS: testsuite/follow-symlinks.sh\nPASS: testsuite/follow-symlinks-stdin.sh\nPASS: testsuite/8bit.sh\nPASS: testsuite/8to7.sh\nPASS: testsuite/badenc.sh\nPASS: testsuite/binary.sh\nPASS: testsuite/bsd-wrapper.sh\nPASS: testsuite/dc.sh\nPASS: testsuite/distrib.sh\nPASS: testsuite/eval.sh\nPASS: testsuite/help.sh\nPASS: testsuite/inplace-hold.sh\nPASS: testsuite/mac-mf.sh\nPASS: testsuite/madding.sh\nPASS: testsuite/newjis.sh\nPASS: testsuite/stdin.sh\nPASS: testsuite/utf8-ru.sh\nPASS: testsuite/uniq.sh\nPASS: testsuite/word-delim.sh\nPASS: testsuite/xemacs.sh\n============================================================================\nTestsuite summary for GNU sed 4.9\n============================================================================\n# TOTAL: 68\n# PASS:  60\n# SKIP:  8\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nDURATION: 4\nEND: /usr/lib/sed/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "sed": {
     "duration": "4",
     "log": "START: ptest-runner\n2025-06-16T11:38\nPASS: testsuite/misc.pl\nbug32082.sh: skipped test: requires a working valgrind\nSKIP: testsuite/bug32082.sh\nPASS: testsuite/bug32271-1.sh\nbug32271-2.sh: skipped test: requires a working valgrind\nSKIP: testsuite/bug32271-2.sh\nPASS: testsuite/cmd-l.sh\nPASS: testsuite/cmd-0r.sh\nPASS: testsuite/cmd-R.sh\nPASS: testsuite/colon-with-no-label.sh\nPASS: testsuite/comment-n.sh\nPASS: testsuite/compile-errors.sh\nPASS: testsuite/compile-tests.sh\nPASS: testsuite/convert-number.sh\nPASS: testsuite/command-endings.sh\nPASS: testsuite/debug.pl\nPASS: testsuite/execute-tests.sh\nPASS: testsuite/help-version.sh\nPASS: testsuite/in-place-hyphen.sh\nPASS: testsuite/in-place-suffix-backup.sh\ninplace-selinux.sh: skipped test: this system lacks SELinux support\nSKIP: testsuite/inplace-selinux.sh\ninvalid-mb-seq-UMR.sh: skipped test: requires a working valgrind\nSKIP: testsuite/invalid-mb-seq-UMR.sh\nPASS: testsuite/mb-bad-delim.sh\nmb-charclass-non-utf8.sh: skipped test: ja_JP shift-jis locale not found\nSKIP: testsuite/mb-charclass-non-utf8.sh\nPASS: testsuite/mb-match-slash.sh\nPASS: testsuite/mb-y-translate.sh\nPASS: testsuite/missing-filename.sh\nnewline-dfa-bug.sh: skipped test: requires a working valgrind\nSKIP: testsuite/newline-dfa-bug.sh\nPASS: testsuite/normalize-text.sh\nPASS: testsuite/nulldata.sh\nobinary.sh: skipped test: platform does not enable O_TEXT by default\nSKIP: testsuite/obinary.sh\nPASS: testsuite/panic-tests.sh\nPASS: testsuite/posix-char-class.sh\nPASS: testsuite/posix-mode-addr.sh\nPASS: testsuite/posix-mode-bad-ref.sh\nPASS: testsuite/posix-mode-ERE.sh\nPASS: testsuite/posix-mode-s.sh\nPASS: testsuite/posix-mode-N.sh\nPASS: testsuite/range-overlap.sh\nPASS: testsuite/recursive-escape-c.sh\nPASS: testsuite/regex-errors.sh\nregex-max-int.sh: skipped test: very expensive: disabled by default\nSKIP: testsuite/regex-max-int.sh\nPASS: testsuite/sandbox.sh\nPASS: testsuite/stdin-prog.sh\nPASS: testsuite/subst-options.sh\nPASS: testsuite/subst-mb-incomplete.sh\nPASS: testsuite/subst-replacement.sh\nPASS: testsuite/temp-file-cleanup.sh\nPASS: testsuite/title-case.sh\nPASS: testsuite/unbuffered.sh\nPASS: testsuite/follow-symlinks.sh\nPASS: testsuite/follow-symlinks-stdin.sh\nPASS: testsuite/8bit.sh\nPASS: testsuite/8to7.sh\nPASS: testsuite/badenc.sh\nPASS: testsuite/binary.sh\nPASS: testsuite/bsd-wrapper.sh\nPASS: testsuite/dc.sh\nPASS: testsuite/distrib.sh\nPASS: testsuite/eval.sh\nPASS: testsuite/help.sh\nPASS: testsuite/inplace-hold.sh\nPASS: testsuite/mac-mf.sh\nPASS: testsuite/madding.sh\nPASS: testsuite/newjis.sh\nPASS: testsuite/stdin.sh\nPASS: testsuite/utf8-ru.sh\nPASS: testsuite/uniq.sh\nPASS: testsuite/word-delim.sh\nPASS: testsuite/xemacs.sh\n============================================================================\nTestsuite summary for GNU sed 4.9\n============================================================================\n# TOTAL: 68\n# PASS:  60\n# SKIP:  8\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nDURATION: 4\n"
    }
   },
   "ptestresult.sed.testsuite/8bit.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/8to7.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/badenc.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/binary.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/bsd-wrapper.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/bug32082.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/bug32271-1.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/bug32271-2.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/cmd-0r.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/cmd-R.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/cmd-l.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/colon-with-no-label.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/command-endings.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/comment-n.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/compile-errors.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/compile-tests.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/convert-number.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/dc.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/debug.pl": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/distrib.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/eval.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/execute-tests.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/follow-symlinks-stdin.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/follow-symlinks.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/help-version.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/help.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/in-place-hyphen.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/in-place-suffix-backup.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/inplace-hold.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/inplace-selinux.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/invalid-mb-seq-UMR.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/mac-mf.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/madding.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/mb-bad-delim.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/mb-charclass-non-utf8.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/mb-match-slash.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/mb-y-translate.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/misc.pl": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/missing-filename.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/newjis.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/newline-dfa-bug.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/normalize-text.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/nulldata.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/obinary.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/panic-tests.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/posix-char-class.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/posix-mode-ERE.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/posix-mode-N.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/posix-mode-addr.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/posix-mode-bad-ref.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/posix-mode-s.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/range-overlap.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/recursive-escape-c.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/regex-errors.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/regex-max-int.sh": {
    "status": "SKIPPED"
   },
   "ptestresult.sed.testsuite/sandbox.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/stdin-prog.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/stdin.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/subst-mb-incomplete.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/subst-options.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/subst-replacement.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/temp-file-cleanup.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/title-case.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/unbuffered.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/uniq.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/utf8-ru.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/word-delim.sh": {
    "status": "PASSED"
   },
   "ptestresult.sed.testsuite/xemacs.sh": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.508582353591919,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-slang_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-slang",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001941680908203125,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.179710865020752,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03269147872924805,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 20.373624086380005,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0009465217590332031,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/slang/ptest\nmake: Entering directory '/usr/lib/slang/ptest/test'\n/bin/rm -rf tmpfile*.* tmpdir*.*\n\nRunning tests:\n\nTesting argv processing ...Ok\nTesting argv processing [UTF-8 mode] ...Ok\nPASS: argv.sl\nTesting syntax ...Ok\nTesting syntax [UTF-8 mode] ...Ok\nPASS: syntax.sl\nTesting Short Ciruit Operators ...Ok\nTesting Short Ciruit Operators [UTF-8 mode] ...Ok\nPASS: scircuit.sl\nTesting _eqs ...Ok\nTesting _eqs [UTF-8 mode] ...Ok\nPASS: eqs.sl\nTesting sscanf ...Ok\nTesting sscanf [UTF-8 mode] ...Ok\nPASS: sscanf.sl\nTesting looping constructs ...Ok\nTesting looping constructs [UTF-8 mode] ...Ok\nPASS: loops.sl\nTesting Arithmetic ...Ok\nTesting Arithmetic [UTF-8 mode] ...Ok\nPASS: arith.sl\nTesting array functions ...Ok\nTesting array functions [UTF-8 mode] ...Ok\nPASS: array.sl\nTesting string functions ...Ok\nTesting string functions [UTF-8 mode] ...Ok\nPASS: strops.sl\nTesting Binary Strings ...Ok\nTesting Binary Strings [UTF-8 mode] ...Ok\nPASS: bstring.sl\nTesting pack and unpack functions ...Ok\nTesting pack and unpack functions [UTF-8 mode] ...Ok\nPASS: pack.sl\nTesting stdio routines ...Ok\nTesting stdio routines [UTF-8 mode] ...Ok\nPASS: stdio.sl\nTesting Associative Arrays ...Ok\nTesting Associative Arrays [UTF-8 mode] ...Ok\nPASS: assoc.sl\nTesting recursive function modifications ...Ok\nTesting recursive function modifications [UTF-8 mode] ...Ok\nPASS: selfload.sl\nTesting structures ...Ok\nTesting structures [UTF-8 mode] ...Ok\nPASS: struct.sl\nTesting NameSpace routines ...Ok\nTesting NameSpace routines [UTF-8 mode] ...Ok\nPASS: nspace.sl\nTesting path ...Ok\nTesting path [UTF-8 mode] ...Ok\nPASS: path.sl\nTesting #ifeval ...Ok\nTesting #ifeval [UTF-8 mode] ...Ok\nPASS: ifeval.sl\nTesting Any_Type ...Ok\nTesting Any_Type [UTF-8 mode] ...Ok\nPASS: anytype.sl\nTesting Matrix Multiplications ...Ok\nTesting Matrix Multiplications [UTF-8 mode] ...Ok\nPASS: arrmult.sl\nTesting time functions ...Ok\nTesting time functions [UTF-8 mode] ...Ok\nPASS: time.sl\nTesting utf8 ...Ok\nTesting utf8 [UTF-8 mode] ...Ok\nPASS: utf8.sl\nTesting exceptions ...Ok\nTesting exceptions [UTF-8 mode] ...Ok\nPASS: except.sl\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nPASS: bugs.sl\nTesting lists ...Ok\nTesting lists [UTF-8 mode] ...Ok\nPASS: list.sl\nTesting regexp ...Ok\nTesting regexp [UTF-8 mode] ...Ok\nPASS: regexp.sl\nTesting method calls ...Ok\nTesting method calls [UTF-8 mode] ...Ok\nPASS: method.sl\nTesting dereferences ...Ok\nTesting dereferences [UTF-8 mode] ...Ok\nPASS: deref.sl\nTesting NaN and Inf ...Ok\nTesting NaN and Inf [UTF-8 mode] ...Ok\nPASS: naninf.sl\nTesting literal integer overflow ...Ok\nTesting literal integer overflow [UTF-8 mode] ...Ok\nPASS: overflow.sl\nTesting sorting ...Ok\nTesting sorting [UTF-8 mode] ...Ok\nPASS: sort.sl\nTesting long long ...Ok\nTesting long long [UTF-8 mode] ...Ok\nPASS: longlong.sl\nTesting signals ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nTesting signals [UTF-8 mode] ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nPASS: signal.sl\nTesting dollar strings ...Ok\nTesting dollar strings [UTF-8 mode] ...Ok\nPASS: dollar.sl\nTesting provide and require ...Ok\nTesting provide and require [UTF-8 mode] ...Ok\nPASS: req.sl\nTesting doc functions ...Ok\nTesting doc functions [UTF-8 mode] ...Ok\nPASS: docfun.sl\nTesting debugger support ...Ok\nTesting debugger support [UTF-8 mode] ...Ok\nPASS: debug.sl\nTesting qualifiers ...Ok\nTesting qualifiers [UTF-8 mode] ...Ok\nPASS: qualif.sl\nTesting Comparison Operators ...Ok\nTesting Comparison Operators [UTF-8 mode] ...Ok\nPASS: compare.sl\nTesting break and continue N ...Ok\nTesting break and continue N [UTF-8 mode] ...Ok\nPASS: break.sl\nTesting Multiline strings ...Ok\nTesting Multiline strings [UTF-8 mode] ...Ok\nPASS: multline.sl\nTesting stack functions ...Ok\nTesting stack functions [UTF-8 mode] ...Ok\nPASS: stack.sl\nTesting misc ...Ok\nTesting misc [UTF-8 mode] ...Ok\nPASS: misc.sl\nTesting POSIX I/O routines ...Ok\nTesting POSIX I/O routines [UTF-8 mode] ...Ok\nPASS: posixio.sl\nTesting posdir ...Ok\nTesting posdir [UTF-8 mode] ...Ok\nPASS: posdir.sl\nTesting proc ...Ok\nTesting proc [UTF-8 mode] ...Ok\nPASS: proc.sl\nTesting Math ...Ok\nTesting Math [UTF-8 mode] ...Ok\nPASS: math.sl\nTesting autoload ...Ok\nTesting autoload [UTF-8 mode] ...Ok\nPASS: autoload.sl\nTesting more NameSpace routines ...Ok\nTesting more NameSpace routines [UTF-8 mode] ...Ok\nPASS: nspace2.sl\nTesting slprep ...Ok\nTesting slprep [UTF-8 mode] ...Ok\nPASS: prep.sl\nTesting argv processing ...Ok\nTesting argv processing [UTF-8 mode] ...Ok\nPASS: argv.slc\nTesting syntax ...Ok\nTesting syntax [UTF-8 mode] ...Ok\nPASS: syntax.slc\nTesting Short Ciruit Operators ...Ok\nTesting Short Ciruit Operators [UTF-8 mode] ...Ok\nPASS: scircuit.slc\nTesting _eqs ...Ok\nTesting _eqs [UTF-8 mode] ...Ok\nPASS: eqs.slc\nTesting sscanf ...Ok\nTesting sscanf [UTF-8 mode] ...Ok\nPASS: sscanf.slc\nTesting looping constructs ...Ok\nTesting looping constructs [UTF-8 mode] ...Ok\nPASS: loops.slc\nTesting Arithmetic ...Ok\nTesting Arithmetic [UTF-8 mode] ...Ok\nPASS: arith.slc\nTesting array functions ...Ok\nTesting array functions [UTF-8 mode] ...Ok\nPASS: array.slc\nTesting string functions ...Ok\nTesting string functions [UTF-8 mode] ...Ok\nPASS: strops.slc\nTesting Binary Strings ...Ok\nTesting Binary Strings [UTF-8 mode] ...Ok\nPASS: bstring.slc\nTesting pack and unpack functions ...Ok\nTesting pack and unpack functions [UTF-8 mode] ...Ok\nPASS: pack.slc\nTesting stdio routines ...Ok\nTesting stdio routines [UTF-8 mode] ...Ok\nPASS: stdio.slc\nTesting Associative Arrays ...Ok\nTesting Associative Arrays [UTF-8 mode] ...Ok\nPASS: assoc.slc\nTesting recursive function modifications ...Ok\nTesting recursive function modifications [UTF-8 mode] ...Ok\nPASS: selfload.slc\nTesting structures ...Ok\nTesting structures [UTF-8 mode] ...Ok\nPASS: struct.slc\nTesting NameSpace routines ...Ok\nTesting NameSpace routines [UTF-8 mode] ...Ok\nPASS: nspace.slc\nTesting path ...Ok\nTesting path [UTF-8 mode] ...Ok\nPASS: path.slc\nTesting #ifeval ...Ok\nTesting #ifeval [UTF-8 mode] ...Ok\nPASS: ifeval.slc\nTesting Any_Type ...Ok\nTesting Any_Type [UTF-8 mode] ...Ok\nPASS: anytype.slc\nTesting Matrix Multiplications ...Ok\nTesting Matrix Multiplications [UTF-8 mode] ...Ok\nPASS: arrmult.slc\nTesting time functions ...Ok\nTesting time functions [UTF-8 mode] ...Ok\nPASS: time.slc\nTesting utf8 ...Ok\nTesting utf8 [UTF-8 mode] ...Ok\nPASS: utf8.slc\nTesting exceptions ...Ok\nTesting exceptions [UTF-8 mode] ...Ok\nPASS: except.slc\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nPASS: bugs.slc\nTesting lists ...Ok\nTesting lists [UTF-8 mode] ...Ok\nPASS: list.slc\nTesting regexp ...Ok\nTesting regexp [UTF-8 mode] ...Ok\nPASS: regexp.slc\nTesting method calls ...Ok\nTesting method calls [UTF-8 mode] ...Ok\nPASS: method.slc\nTesting dereferences ...Ok\nTesting dereferences [UTF-8 mode] ...Ok\nPASS: deref.slc\nTesting NaN and Inf ...Ok\nTesting NaN and Inf [UTF-8 mode] ...Ok\nPASS: naninf.slc\nTesting literal integer overflow ...Ok\nTesting literal integer overflow [UTF-8 mode] ...Ok\nPASS: overflow.slc\nTesting sorting ...Ok\nTesting sorting [UTF-8 mode] ...Ok\nPASS: sort.slc\nTesting long long ...Ok\nTesting long long [UTF-8 mode] ...Ok\nPASS: longlong.slc\nTesting signals ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nTesting signals [UTF-8 mode] ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nPASS: signal.slc\nTesting dollar strings ...Ok\nTesting dollar strings [UTF-8 mode] ...Ok\nPASS: dollar.slc\nTesting provide and require ...Ok\nTesting provide and require [UTF-8 mode] ...Ok\nPASS: req.slc\nTesting doc functions ...Ok\nTesting doc functions [UTF-8 mode] ...Ok\nPASS: docfun.slc\nTesting debugger support ...Ok\nTesting debugger support [UTF-8 mode] ...Ok\nPASS: debug.slc\nTesting qualifiers ...Ok\nTesting qualifiers [UTF-8 mode] ...Ok\nPASS: qualif.slc\nTesting Comparison Operators ...Ok\nTesting Comparison Operators [UTF-8 mode] ...Ok\nPASS: compare.slc\nTesting break and continue N ...Ok\nTesting break and continue N [UTF-8 mode] ...Ok\nPASS: break.slc\nTesting Multiline strings ...Ok\nTesting Multiline strings [UTF-8 mode] ...Ok\nPASS: multline.slc\nTesting stack functions ...Ok\nTesting stack functions [UTF-8 mode] ...Ok\nPASS: stack.slc\nTesting misc ...Ok\nTesting misc [UTF-8 mode] ...Ok\nPASS: misc.slc\nTesting POSIX I/O routines ...Ok\nTesting POSIX I/O routines [UTF-8 mode] ...Ok\nPASS: posixio.slc\nTesting posdir ...Ok\nTesting posdir [UTF-8 mode] ...Ok\nPASS: posdir.slc\nTesting proc ...Ok\nTesting proc [UTF-8 mode] ...Ok\nPASS: proc.slc\nTesting Math ...Ok\nTesting Math [UTF-8 mode] ...Ok\nPASS: math.slc\n\nAll tests passed.\n\nmake: Leaving directory '/usr/lib/slang/ptest/test'\nDURATION: 20\nEND: /usr/lib/slang/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "slang": {
     "duration": "20",
     "log": "START: ptest-runner\n2025-06-16T11:38\nmake: Entering directory '/usr/lib/slang/ptest/test'\n/bin/rm -rf tmpfile*.* tmpdir*.*\n\nRunning tests:\n\nTesting argv processing ...Ok\nTesting argv processing [UTF-8 mode] ...Ok\nPASS: argv.sl\nTesting syntax ...Ok\nTesting syntax [UTF-8 mode] ...Ok\nPASS: syntax.sl\nTesting Short Ciruit Operators ...Ok\nTesting Short Ciruit Operators [UTF-8 mode] ...Ok\nPASS: scircuit.sl\nTesting _eqs ...Ok\nTesting _eqs [UTF-8 mode] ...Ok\nPASS: eqs.sl\nTesting sscanf ...Ok\nTesting sscanf [UTF-8 mode] ...Ok\nPASS: sscanf.sl\nTesting looping constructs ...Ok\nTesting looping constructs [UTF-8 mode] ...Ok\nPASS: loops.sl\nTesting Arithmetic ...Ok\nTesting Arithmetic [UTF-8 mode] ...Ok\nPASS: arith.sl\nTesting array functions ...Ok\nTesting array functions [UTF-8 mode] ...Ok\nPASS: array.sl\nTesting string functions ...Ok\nTesting string functions [UTF-8 mode] ...Ok\nPASS: strops.sl\nTesting Binary Strings ...Ok\nTesting Binary Strings [UTF-8 mode] ...Ok\nPASS: bstring.sl\nTesting pack and unpack functions ...Ok\nTesting pack and unpack functions [UTF-8 mode] ...Ok\nPASS: pack.sl\nTesting stdio routines ...Ok\nTesting stdio routines [UTF-8 mode] ...Ok\nPASS: stdio.sl\nTesting Associative Arrays ...Ok\nTesting Associative Arrays [UTF-8 mode] ...Ok\nPASS: assoc.sl\nTesting recursive function modifications ...Ok\nTesting recursive function modifications [UTF-8 mode] ...Ok\nPASS: selfload.sl\nTesting structures ...Ok\nTesting structures [UTF-8 mode] ...Ok\nPASS: struct.sl\nTesting NameSpace routines ...Ok\nTesting NameSpace routines [UTF-8 mode] ...Ok\nPASS: nspace.sl\nTesting path ...Ok\nTesting path [UTF-8 mode] ...Ok\nPASS: path.sl\nTesting #ifeval ...Ok\nTesting #ifeval [UTF-8 mode] ...Ok\nPASS: ifeval.sl\nTesting Any_Type ...Ok\nTesting Any_Type [UTF-8 mode] ...Ok\nPASS: anytype.sl\nTesting Matrix Multiplications ...Ok\nTesting Matrix Multiplications [UTF-8 mode] ...Ok\nPASS: arrmult.sl\nTesting time functions ...Ok\nTesting time functions [UTF-8 mode] ...Ok\nPASS: time.sl\nTesting utf8 ...Ok\nTesting utf8 [UTF-8 mode] ...Ok\nPASS: utf8.sl\nTesting exceptions ...Ok\nTesting exceptions [UTF-8 mode] ...Ok\nPASS: except.sl\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nPASS: bugs.sl\nTesting lists ...Ok\nTesting lists [UTF-8 mode] ...Ok\nPASS: list.sl\nTesting regexp ...Ok\nTesting regexp [UTF-8 mode] ...Ok\nPASS: regexp.sl\nTesting method calls ...Ok\nTesting method calls [UTF-8 mode] ...Ok\nPASS: method.sl\nTesting dereferences ...Ok\nTesting dereferences [UTF-8 mode] ...Ok\nPASS: deref.sl\nTesting NaN and Inf ...Ok\nTesting NaN and Inf [UTF-8 mode] ...Ok\nPASS: naninf.sl\nTesting literal integer overflow ...Ok\nTesting literal integer overflow [UTF-8 mode] ...Ok\nPASS: overflow.sl\nTesting sorting ...Ok\nTesting sorting [UTF-8 mode] ...Ok\nPASS: sort.sl\nTesting long long ...Ok\nTesting long long [UTF-8 mode] ...Ok\nPASS: longlong.sl\nTesting signals ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nTesting signals [UTF-8 mode] ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nPASS: signal.sl\nTesting dollar strings ...Ok\nTesting dollar strings [UTF-8 mode] ...Ok\nPASS: dollar.sl\nTesting provide and require ...Ok\nTesting provide and require [UTF-8 mode] ...Ok\nPASS: req.sl\nTesting doc functions ...Ok\nTesting doc functions [UTF-8 mode] ...Ok\nPASS: docfun.sl\nTesting debugger support ...Ok\nTesting debugger support [UTF-8 mode] ...Ok\nPASS: debug.sl\nTesting qualifiers ...Ok\nTesting qualifiers [UTF-8 mode] ...Ok\nPASS: qualif.sl\nTesting Comparison Operators ...Ok\nTesting Comparison Operators [UTF-8 mode] ...Ok\nPASS: compare.sl\nTesting break and continue N ...Ok\nTesting break and continue N [UTF-8 mode] ...Ok\nPASS: break.sl\nTesting Multiline strings ...Ok\nTesting Multiline strings [UTF-8 mode] ...Ok\nPASS: multline.sl\nTesting stack functions ...Ok\nTesting stack functions [UTF-8 mode] ...Ok\nPASS: stack.sl\nTesting misc ...Ok\nTesting misc [UTF-8 mode] ...Ok\nPASS: misc.sl\nTesting POSIX I/O routines ...Ok\nTesting POSIX I/O routines [UTF-8 mode] ...Ok\nPASS: posixio.sl\nTesting posdir ...Ok\nTesting posdir [UTF-8 mode] ...Ok\nPASS: posdir.sl\nTesting proc ...Ok\nTesting proc [UTF-8 mode] ...Ok\nPASS: proc.sl\nTesting Math ...Ok\nTesting Math [UTF-8 mode] ...Ok\nPASS: math.sl\nTesting autoload ...Ok\nTesting autoload [UTF-8 mode] ...Ok\nPASS: autoload.sl\nTesting more NameSpace routines ...Ok\nTesting more NameSpace routines [UTF-8 mode] ...Ok\nPASS: nspace2.sl\nTesting slprep ...Ok\nTesting slprep [UTF-8 mode] ...Ok\nPASS: prep.sl\nTesting argv processing ...Ok\nTesting argv processing [UTF-8 mode] ...Ok\nPASS: argv.slc\nTesting syntax ...Ok\nTesting syntax [UTF-8 mode] ...Ok\nPASS: syntax.slc\nTesting Short Ciruit Operators ...Ok\nTesting Short Ciruit Operators [UTF-8 mode] ...Ok\nPASS: scircuit.slc\nTesting _eqs ...Ok\nTesting _eqs [UTF-8 mode] ...Ok\nPASS: eqs.slc\nTesting sscanf ...Ok\nTesting sscanf [UTF-8 mode] ...Ok\nPASS: sscanf.slc\nTesting looping constructs ...Ok\nTesting looping constructs [UTF-8 mode] ...Ok\nPASS: loops.slc\nTesting Arithmetic ...Ok\nTesting Arithmetic [UTF-8 mode] ...Ok\nPASS: arith.slc\nTesting array functions ...Ok\nTesting array functions [UTF-8 mode] ...Ok\nPASS: array.slc\nTesting string functions ...Ok\nTesting string functions [UTF-8 mode] ...Ok\nPASS: strops.slc\nTesting Binary Strings ...Ok\nTesting Binary Strings [UTF-8 mode] ...Ok\nPASS: bstring.slc\nTesting pack and unpack functions ...Ok\nTesting pack and unpack functions [UTF-8 mode] ...Ok\nPASS: pack.slc\nTesting stdio routines ...Ok\nTesting stdio routines [UTF-8 mode] ...Ok\nPASS: stdio.slc\nTesting Associative Arrays ...Ok\nTesting Associative Arrays [UTF-8 mode] ...Ok\nPASS: assoc.slc\nTesting recursive function modifications ...Ok\nTesting recursive function modifications [UTF-8 mode] ...Ok\nPASS: selfload.slc\nTesting structures ...Ok\nTesting structures [UTF-8 mode] ...Ok\nPASS: struct.slc\nTesting NameSpace routines ...Ok\nTesting NameSpace routines [UTF-8 mode] ...Ok\nPASS: nspace.slc\nTesting path ...Ok\nTesting path [UTF-8 mode] ...Ok\nPASS: path.slc\nTesting #ifeval ...Ok\nTesting #ifeval [UTF-8 mode] ...Ok\nPASS: ifeval.slc\nTesting Any_Type ...Ok\nTesting Any_Type [UTF-8 mode] ...Ok\nPASS: anytype.slc\nTesting Matrix Multiplications ...Ok\nTesting Matrix Multiplications [UTF-8 mode] ...Ok\nPASS: arrmult.slc\nTesting time functions ...Ok\nTesting time functions [UTF-8 mode] ...Ok\nPASS: time.slc\nTesting utf8 ...Ok\nTesting utf8 [UTF-8 mode] ...Ok\nPASS: utf8.slc\nTesting exceptions ...Ok\nTesting exceptions [UTF-8 mode] ...Ok\nPASS: except.slc\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nKnown Bugs or not yet implemented features:\n\tRange arrays of Short, Long, LongLong types converted to Int_Type\nPASS: bugs.slc\nTesting lists ...Ok\nTesting lists [UTF-8 mode] ...Ok\nPASS: list.slc\nTesting regexp ...Ok\nTesting regexp [UTF-8 mode] ...Ok\nPASS: regexp.slc\nTesting method calls ...Ok\nTesting method calls [UTF-8 mode] ...Ok\nPASS: method.slc\nTesting dereferences ...Ok\nTesting dereferences [UTF-8 mode] ...Ok\nPASS: deref.slc\nTesting NaN and Inf ...Ok\nTesting NaN and Inf [UTF-8 mode] ...Ok\nPASS: naninf.slc\nTesting literal integer overflow ...Ok\nTesting literal integer overflow [UTF-8 mode] ...Ok\nPASS: overflow.slc\nTesting sorting ...Ok\nTesting sorting [UTF-8 mode] ...Ok\nPASS: sort.slc\nTesting long long ...Ok\nTesting long long [UTF-8 mode] ...Ok\nPASS: longlong.slc\nTesting signals ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nTesting signals [UTF-8 mode] ...\n\tPausing for 2 seconds for alarm test.\n\tPausing for 2.5 seconds for setitimer test..\n\t(make detected: skipping test_sigsuspend)\nOk\nPASS: signal.slc\nTesting dollar strings ...Ok\nTesting dollar strings [UTF-8 mode] ...Ok\nPASS: dollar.slc\nTesting provide and require ...Ok\nTesting provide and require [UTF-8 mode] ...Ok\nPASS: req.slc\nTesting doc functions ...Ok\nTesting doc functions [UTF-8 mode] ...Ok\nPASS: docfun.slc\nTesting debugger support ...Ok\nTesting debugger support [UTF-8 mode] ...Ok\nPASS: debug.slc\nTesting qualifiers ...Ok\nTesting qualifiers [UTF-8 mode] ...Ok\nPASS: qualif.slc\nTesting Comparison Operators ...Ok\nTesting Comparison Operators [UTF-8 mode] ...Ok\nPASS: compare.slc\nTesting break and continue N ...Ok\nTesting break and continue N [UTF-8 mode] ...Ok\nPASS: break.slc\nTesting Multiline strings ...Ok\nTesting Multiline strings [UTF-8 mode] ...Ok\nPASS: multline.slc\nTesting stack functions ...Ok\nTesting stack functions [UTF-8 mode] ...Ok\nPASS: stack.slc\nTesting misc ...Ok\nTesting misc [UTF-8 mode] ...Ok\nPASS: misc.slc\nTesting POSIX I/O routines ...Ok\nTesting POSIX I/O routines [UTF-8 mode] ...Ok\nPASS: posixio.slc\nTesting posdir ...Ok\nTesting posdir [UTF-8 mode] ...Ok\nPASS: posdir.slc\nTesting proc ...Ok\nTesting proc [UTF-8 mode] ...Ok\nPASS: proc.slc\nTesting Math ...Ok\nTesting Math [UTF-8 mode] ...Ok\nPASS: math.slc\n\nAll tests passed.\n\nmake: Leaving directory '/usr/lib/slang/ptest/test'\nDURATION: 20\n"
    }
   },
   "ptestresult.slang.anytype.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.anytype.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.argv.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.argv.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.arith.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.arith.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.array.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.array.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.arrmult.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.arrmult.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.assoc.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.assoc.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.autoload.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.break.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.break.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.bstring.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.bstring.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.bugs.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.bugs.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.compare.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.compare.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.debug.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.debug.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.deref.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.deref.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.docfun.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.docfun.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.dollar.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.dollar.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.eqs.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.eqs.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.except.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.except.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.ifeval.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.ifeval.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.list.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.list.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.longlong.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.longlong.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.loops.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.loops.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.math.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.math.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.method.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.method.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.misc.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.misc.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.multline.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.multline.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.naninf.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.naninf.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.nspace.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.nspace.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.nspace2.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.overflow.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.overflow.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.pack.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.pack.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.path.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.path.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.posdir.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.posdir.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.posixio.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.posixio.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.prep.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.proc.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.proc.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.qualif.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.qualif.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.regexp.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.regexp.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.req.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.req.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.scircuit.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.scircuit.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.selfload.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.selfload.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.signal.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.signal.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.sort.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.sort.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.sscanf.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.sscanf.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.stack.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.stack.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.stdio.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.stdio.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.strops.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.strops.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.struct.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.struct.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.syntax.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.syntax.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.time.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.time.slc": {
    "status": "PASSED"
   },
   "ptestresult.slang.utf8.sl": {
    "status": "PASSED"
   },
   "ptestresult.slang.utf8.slc": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5247297286987305,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-strace_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-strace",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.02028346061706543,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1312367916107178,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02756500244140625,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 93.80014181137085,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008816719055175781,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/strace/ptest\nmake: Entering directory '/usr/lib/strace/ptest/tests'\nSKIP: _newselect.gen.test\nSKIP: _newselect-P.gen.test\nSKIP: access--secontext.gen.test\nSKIP: access--secontext_full.gen.test\nPASS: access.gen.test\nSKIP: access--secontext_full_mismatch.gen.test\nPASS: accept4.gen.test\nPASS: accept.gen.test\nSKIP: access--secontext_mismatch.gen.test\nPASS: acct.gen.test\nPASS: adjtimex.gen.test\nPASS: add_key.gen.test\nPASS: alarm.gen.test\nPASS: aio.gen.test\nPASS: aio_pgetevents.gen.test\nPASS: arch_prctl.gen.test\nPASS: arch_prctl-Xabbrev.gen.test\nPASS: arch_prctl-Xraw.gen.test\nPASS: arch_prctl-Xverbose.gen.test\nPASS: arch_prctl-success.gen.test\nPASS: arch_prctl-success-Xraw.gen.test\nPASS: arch_prctl-success-Xabbrev.gen.test\nPASS: at_fdcwd-pathmax.gen.test\nPASS: arch_prctl-success-Xverbose.gen.test\nPASS: bpf.gen.test\nPASS: bpf-obj_get_info_by_fd.gen.test\nPASS: bpf-success.gen.test\nPASS: bpf-success-v.gen.test\nPASS: bpf-v.gen.test\nPASS: btrfs.gen.test\nPASS: cachestat.gen.test\nPASS: cachestat-P.gen.test\nPASS: cachestat-fd.gen.test\nPASS: cachestat-success.gen.test\nPASS: chdir.gen.test\nPASS: chmod.gen.test\nSKIP: chmod--secontext.gen.test\nSKIP: chmod--secontext_full.gen.test\nSKIP: chmod--secontext_full_mismatch.gen.test\nSKIP: chmod--secontext_mismatch.gen.test\nPASS: chown.gen.test\nSKIP: chown32.gen.test\nPASS: bpf-obj_get_info_by_fd-prog.gen.test\nPASS: chroot.gen.test\nPASS: clock_adjtime.gen.test\nSKIP: clock_adjtime64.gen.test\nSKIP: clock_nanosleep.gen.test\nPASS: clock_xettime.gen.test\nSKIP: clock_xettime64.gen.test\nPASS: clone3.gen.test\nPASS: clone3-Xabbrev.gen.test\nPASS: clone3-Xraw.gen.test\nPASS: clone3-Xverbose.gen.test\nPASS: clone3-success.gen.test\nPASS: clone3-success-Xabbrev.gen.test\nPASS: clone3-success-Xraw.gen.test\nPASS: clone3-success-Xverbose.gen.test\nPASS: clone_parent.gen.test\nPASS: clone3-report-ns-id.gen.test\nPASS: clone_parent--quiet-exit.gen.test\nPASS: clone_parent-q.gen.test\nPASS: clone_parent-qq.gen.test\nPASS: clone_ptrace--quiet-attach.gen.test\nPASS: clone_ptrace--quiet-exit.gen.test\nPASS: clone_ptrace-q.gen.test\nPASS: clone_ptrace-qq.gen.test\nPASS: close_range.gen.test\nPASS: copy_file_range.gen.test\nPASS: creat.gen.test\nPASS: delete_module.gen.test\nPASS: dev--decode-fds-all.gen.test\nPASS: dev--decode-fds-dev.gen.test\nPASS: dev--decode-fds-none.gen.test\nPASS: dev--decode-fds-path.gen.test\nPASS: dev--decode-fds-socket.gen.test\nPASS: dev-pty-yy.gen.test\nPASS: dev-yy.gen.test\nPASS: dup.gen.test\nPASS: dup-P.gen.test\nPASS: dup-trace-fds-0.gen.test\nPASS: dup-trace-fds-0-9.gen.test\nPASS: dup-trace-fds-0-P.gen.test\nPASS: dup-trace-fds-not-9.gen.test\nPASS: dup-y.gen.test\nPASS: dup-yy.gen.test\nPASS: dup2.gen.test\nPASS: dup2-P.gen.test\nPASS: dup2-e-fd-0.gen.test\nPASS: dup2-e-fd-0-9.gen.test\nPASS: dup2-e-fd-0-P.gen.test\nPASS: dup2-e-fd-not-9.gen.test\nPASS: dup2-y.gen.test\nPASS: dup2-yy.gen.test\nPASS: dup3.gen.test\nPASS: dup3-P.gen.test\nPASS: dup3-y.gen.test\nPASS: dup3-yy.gen.test\nPASS: epoll_create.gen.test\nPASS: epoll_create1.gen.test\nPASS: epoll_ctl.gen.test\nPASS: epoll_pwait.gen.test\nPASS: epoll_pwait2.gen.test\nPASS: epoll_pwait2-P.gen.test\nPASS: epoll_pwait2-y.gen.test\nPASS: epoll_wait.gen.test\nPASS: bpf-obj_get_info_by_fd-prog-v.gen.test\nPASS: eventfd-yy.gen.test\nPASS: eventfd--decode-fd-eventfd.gen.test\nSKIP: execve--secontext.gen.test\nSKIP: execve--secontext_full.gen.test\nSKIP: execve--secontext_full_mismatch.gen.test\nSKIP: execve--secontext_mismatch.gen.test\nPASS: execveat.gen.test\nSKIP: execveat--secontext.gen.test\nSKIP: execveat--secontext_full.gen.test\nSKIP: execveat--secontext_full_mismatch.gen.test\nSKIP: execveat--secontext_mismatch.gen.test\nPASS: execveat-v.gen.test\nSKIP: faccessat--secontext.gen.test\nSKIP: faccessat--secontext_full.gen.test\nSKIP: faccessat--secontext_full_mismatch.gen.test\nSKIP: faccessat--secontext_mismatch.gen.test\nPASS: faccessat-P.gen.test\nPASS: erestartsys.gen.test\nPASS: faccessat-y.gen.test\nSKIP: faccessat-y--secontext.gen.test\nSKIP: faccessat-y--secontext_full.gen.test\nSKIP: faccessat-y--secontext_full_mismatch.gen.test\nSKIP: faccessat-y--secontext_mismatch.gen.test\nPASS: faccessat-yy.gen.test\nPASS: faccessat2-P.gen.test\nPASS: faccessat2-y.gen.test\nSKIP: fadvise64_64.gen.test\nPASS: fallocate.gen.test\nPASS: faccessat2-yy.gen.test\nPASS: fanotify_init.gen.test\nSKIP: fanotify_mark--secontext.gen.test\nSKIP: fanotify_mark--secontext_full.gen.test\nSKIP: fanotify_mark--secontext_full_mismatch.gen.test\nPASS: fanotify_mark.gen.test\nSKIP: fanotify_mark--secontext_mismatch.gen.test\nPASS: fanotify_mark-Xabbrev.gen.test\nPASS: fanotify_mark-Xraw.gen.test\nPASS: fchdir.gen.test\nPASS: fchmod.gen.test\nPASS: fanotify_mark-Xverbose.gen.test\nSKIP: fchmod--secontext.gen.test\nSKIP: fchmod--secontext_full.gen.test\nSKIP: fchmod--secontext_full_mismatch.gen.test\nSKIP: fchmod--secontext_mismatch.gen.test\nSKIP: fchmod-y--secontext.gen.test\nSKIP: fchmod-y--secontext_full.gen.test\nPASS: fchmod-y.gen.test\nSKIP: fchmod-y--secontext_full_mismatch.gen.test\nSKIP: fchmod-y--secontext_mismatch.gen.test\nSKIP: fchmodat--secontext.gen.test\nPASS: fchmodat.gen.test\nSKIP: fchmodat--secontext_full.gen.test\nSKIP: fchmodat--secontext_full_mismatch.gen.test\nSKIP: fchmodat--secontext_mismatch.gen.test\nSKIP: fchmodat2--secontext.gen.test\nPASS: fchmodat2.gen.test\nSKIP: fchmodat2--secontext_full.gen.test\nSKIP: fchmodat2--secontext_full_mismatch.gen.test\nSKIP: fchmodat2--secontext_mismatch.gen.test\nSKIP: fchown32.gen.test\nPASS: fchown.gen.test\nPASS: fchownat.gen.test\nSKIP: fchownat--secontext.gen.test\nSKIP: fchownat--secontext_full.gen.test\nSKIP: fchownat--secontext_full_mismatch.gen.test\nSKIP: fchownat--secontext_mismatch.gen.test\nSKIP: fcntl--pidns-translation.gen.test\nPASS: fcntl.gen.test\nSKIP: fcntl64.gen.test\nSKIP: fcntl64--pidns-translation.gen.test\nPASS: fdatasync.gen.test\nSKIP: file_handle--secontext.gen.test\nPASS: clock.gen.test\nPASS: file_handle.gen.test\nSKIP: file_handle--secontext_full.gen.test\nSKIP: file_handle--secontext_full_mismatch.gen.test\nSKIP: file_handle--secontext_mismatch.gen.test\nPASS: filter_seccomp-flag.gen.test\nPASS: finit_module.gen.test\nPASS: flock.gen.test\nPASS: filter_seccomp.gen.test\nPASS: fork-f.gen.test\nPASS: fsconfig.gen.test\nPASS: fsconfig-P.gen.test\nPASS: fsmount.gen.test\nPASS: fsopen.gen.test\nPASS: fspick.gen.test\nPASS: fspick-P.gen.test\nPASS: fstat.gen.test\nPASS: fstat-Xabbrev.gen.test\nPASS: fstat-Xraw.gen.test\nPASS: fstat-Xverbose.gen.test\nSKIP: fstat64.gen.test\nSKIP: fstat64-Xabbrev.gen.test\nSKIP: fstat64-Xraw.gen.test\nSKIP: fstat64-Xverbose.gen.test\nSKIP: fstatat64.gen.test\nSKIP: fstatfs64.gen.test\nPASS: fstatfs.gen.test\nPASS: fsync.gen.test\nPASS: fsync-y.gen.test\nPASS: ftruncate.gen.test\nSKIP: ftruncate64.gen.test\nPASS: futex_requeue-Xabbrev.gen.test\nPASS: futex_requeue.gen.test\nPASS: futex_requeue-Xraw.gen.test\nPASS: futex_requeue-Xverbose.gen.test\nPASS: futex_wait.gen.test\nPASS: futex_wait-Xabbrev.gen.test\nPASS: futex_wait-Xraw.gen.test\nPASS: futex_waitv.gen.test\nPASS: futex_wait-Xverbose.gen.test\nPASS: futex_wake.gen.test\nPASS: futex_wake-Xraw.gen.test\nPASS: futex_wake-Xabbrev.gen.test\nPASS: futex_wake-Xverbose.gen.test\nSKIP: get_mempolicy.gen.test\nPASS: futimesat.gen.test\nPASS: getcpu.gen.test\nPASS: getcwd.gen.test\nPASS: getdents.gen.test\nPASS: getdents-v.gen.test\nPASS: getdents64.gen.test\nPASS: getdents64-v.gen.test\nPASS: getegid.gen.test\nSKIP: getegid32.gen.test\nPASS: getegid-creds.gen.test\nSKIP: getegid32-creds.gen.test\nPASS: geteuid.gen.test\nPASS: geteuid-creds.gen.test\nSKIP: geteuid32.gen.test\nSKIP: geteuid32-creds.gen.test\nPASS: getgid.gen.test\nPASS: getgid-creds.gen.test\nSKIP: getgid32.gen.test\nSKIP: getgid32-creds.gen.test\nSKIP: getgroups32.gen.test\nPASS: getgroups.gen.test\nPASS: getpeername.gen.test\nSKIP: getpgrp--pidns-translation.gen.test\nPASS: getpgrp.gen.test\nSKIP: getpid--pidns-translation.gen.test\nPASS: getpid.gen.test\nPASS: getppid.gen.test\nPASS: getrandom.gen.test\nPASS: getresgid.gen.test\nSKIP: getresgid32.gen.test\nSKIP: getresuid32.gen.test\nPASS: getresuid.gen.test\nPASS: getrlimit.gen.test\nPASS: getrusage.gen.test\nPASS: getsid.gen.test\nSKIP: getsid--pidns-translation.gen.test\nSKIP: getsockname--secontext.gen.test\nPASS: getsockname.gen.test\nSKIP: getsockname--secontext_full.gen.test\nSKIP: getsockname--secontext_full_mismatch.gen.test\nSKIP: getsockname--secontext_mismatch.gen.test\nPASS: gettid.gen.test\nSKIP: getuid32.gen.test\nPASS: getuid-creds.gen.test\nSKIP: getuid32-creds.gen.test\nPASS: getxattrat.gen.test\nPASS: getxattrat-P.gen.test\nPASS: getxattrat-y.gen.test\nSKIP: getxgid.gen.test\nSKIP: getxpid.gen.test\nPASS: getxattrat-yy.gen.test\nSKIP: getxuid.gen.test\nPASS: group_req.gen.test\nPASS: inet-cmsg.gen.test\nPASS: init_module.gen.test\nPASS: inotify_init.gen.test\nPASS: inotify.gen.test\nPASS: inotify_init1.gen.test\nPASS: inotify_init1-y.gen.test\nPASS: io_uring_enter.gen.test\nPASS: bpf-obj_get_info_by_fd-v.gen.test\nPASS: io_uring_register.gen.test\nPASS: io_uring_register-Xabbrev.gen.test\nPASS: io_uring_register-Xverbose.gen.test\nPASS: io_uring_register-success.gen.test\nPASS: io_uring_register-Xraw.gen.test\nPASS: io_uring_setup.gen.test\nPASS: ioctl-v.gen.test\nPASS: ioctl_block.gen.test\nPASS: ioctl_counter.gen.test\nPASS: ioctl_counter-Xabbrev.gen.test\nPASS: io_uring_register-success-Xabbrev.gen.test\nPASS: ioctl_counter-Xraw.gen.test\nPASS: io_uring_register-success-Xraw.gen.test\nPASS: ioctl_counter-Xverbose.gen.test\nPASS: ioctl_dm.gen.test\nPASS: ioctl_dm-v.gen.test\nPASS: ioctl_epoll.gen.test\nPASS: ioctl_epoll-Xabbrev.gen.test\nPASS: ioctl_epoll-Xverbose.gen.test\nPASS: ioctl_epoll-Xraw.gen.test\nPASS: io_uring_register-success-Xverbose.gen.test\nPASS: ioctl_epoll-success.gen.test\nPASS: ioctl_epoll-success-Xabbrev.gen.test\nPASS: ioctl_epoll-success-Xraw.gen.test\nPASS: ioctl_epoll-success-Xverbose.gen.test\nPASS: ioctl_evdev.gen.test\nPASS: ioctl_evdev-Xabbrev.gen.test\nPASS: ioctl_evdev-Xraw.gen.test\nPASS: ioctl_evdev-Xverbose.gen.test\nPASS: ioctl_evdev-success-Xabbrev.gen.test\nPASS: ioctl_evdev-success-Xraw.gen.test\nPASS: ioctl_evdev-success-Xverbose.gen.test\nPASS: ioctl_evdev-success-v.gen.test\nPASS: ioctl_evdev-v.gen.test\nPASS: ioctl_evdev-v-Xabbrev.gen.test\nPASS: ioctl_evdev-success-v-Xraw.gen.test\nPASS: ioctl_evdev-success-v-Xverbose.gen.test\nPASS: ioctl_evdev-v-Xraw.gen.test\nPASS: ioctl_evdev-v-Xverbose.gen.test\nPASS: ioctl_fiemap.gen.test\nPASS: ioctl_fiemap-Xabbrev.gen.test\nPASS: ioctl_fiemap-Xraw.gen.test\nPASS: ioctl_evdev-success-v-Xabbrev.gen.test\nPASS: ioctl_fiemap-Xverbose.gen.test\nPASS: ioctl_fiemap-success.gen.test\nPASS: ioctl_fiemap-success-Xabbrev.gen.test\nPASS: ioctl_fiemap-success-Xraw.gen.test\nPASS: ioctl_fiemap-success-Xverbose.gen.test\nPASS: ioctl_fiemap-success-v.gen.test\nPASS: ioctl_fiemap-success-v-Xabbrev.gen.test\nPASS: ioctl_fiemap-success-v-Xraw.gen.test\nPASS: ioctl_fs_f.gen.test\nPASS: ioctl_fiemap-success-v-Xverbose.gen.test\nPASS: ioctl_fs_f-Xabbrev.gen.test\nPASS: ioctl_fs_f-Xraw.gen.test\nPASS: ioctl_fs_f-Xverbose.gen.test\nPASS: ioctl_fs_x-Xabbrev.gen.test\nPASS: ioctl_fs_x.gen.test\nPASS: ioctl_fs_x-Xverbose.gen.test\nPASS: ioctl_fs_x-Xraw.gen.test\nPASS: ioctl_fs_x-success.gen.test\nPASS: ioctl_fs_x-success-Xabbrev.gen.test\nPASS: ioctl_fs_x-success-Xraw.gen.test\nPASS: ioctl_fs_x-success-Xverbose.gen.test\nPASS: ioctl_gpio.gen.test\nPASS: ioctl_gpio-Xabbrev.gen.test\nPASS: ioctl_gpio-Xraw.gen.test\nPASS: ioctl_gpio-Xverbose.gen.test\nPASS: ioctl_gpio-success.gen.test\nPASS: ioctl_gpio-success-Xabbrev.gen.test\nPASS: ioctl_gpio-success-Xraw.gen.test\nPASS: ioctl_gpio-success-Xverbose.gen.test\nPASS: ioctl_gpio-success-v.gen.test\nPASS: ioctl_gpio-success-v-Xabbrev.gen.test\nPASS: ioctl_gpio-success-v-Xraw.gen.test\nPASS: ioctl_gpio-success-v-Xverbose.gen.test\nPASS: ioctl_gpio-v.gen.test\nPASS: ioctl_gpio-v-Xabbrev.gen.test\nPASS: ioctl_gpio-v-Xraw.gen.test\nPASS: ioctl_gpio-v-Xverbose.gen.test\nPASS: ioctl_hdio-Xabbrev.gen.test\nPASS: ioctl_hdio.gen.test\nPASS: ioctl_hdio-Xraw.gen.test\nPASS: ioctl_hdio-Xverbose.gen.test\nPASS: ioctl_hdio-success-Xabbrev.gen.test\nPASS: ioctl_hdio-success.gen.test\nPASS: ioctl_hdio-success-Xraw.gen.test\nPASS: ioctl_hdio-success-Xverbose.gen.test\nPASS: ioctl_hdio-success-v.gen.test\nPASS: ioctl_hdio-success-v-Xabbrev.gen.test\nPASS: ioctl_hdio-success-v-Xraw.gen.test\nPASS: ioctl_hdio-success-v-Xverbose.gen.test\nPASS: ioctl_hdio-v.gen.test\nPASS: ioctl_hdio-v-Xabbrev.gen.test\nPASS: ioctl_hdio-v-Xverbose.gen.test\nPASS: ioctl_hdio-v-Xraw.gen.test\nPASS: ioctl_inotify.gen.test\nPASS: ioctl_kd.gen.test\nPASS: ioctl_kd-Xabbrev.gen.test\nPASS: ioctl_kd-Xraw.gen.test\nPASS: ioctl_kd-Xverbose.gen.test\nPASS: ioctl_kd-success.gen.test\nPASS: ioctl_kd-success-Xabbrev.gen.test\nPASS: ioctl_kd-success-Xraw.gen.test\nPASS: ioctl_kd-success-Xverbose.gen.test\nPASS: ioctl_kd-success-s1024.gen.test\nPASS: ioctl_kd-success-s1024-Xabbrev.gen.test\nPASS: ioctl_kd-success-s1024-Xraw.gen.test\nPASS: ioctl_kd-success-s1024-Xverbose.gen.test\nSKIP: ioctl_kvm_run.gen.test\nSKIP: ioctl_kvm_run-v.gen.test\nSKIP: ioctl_kvm_run_auxstr_vcpu.gen.test\nPASS: ioctl_lirc.gen.test\nPASS: ioctl_lirc-success.gen.test\nPASS: ioctl_loop.gen.test\nPASS: ioctl_loop-nv.gen.test\nPASS: ioctl_loop-v.gen.test\nPASS: ioctl_mtd.gen.test\nPASS: ioctl_mtd-success.gen.test\nPASS: ioctl_nbd.gen.test\nPASS: ioctl_nsfs.gen.test\nPASS: ioctl_nsfs-ns_get_pid.gen.test\nSKIP: ioctl_nsfs-ns_get_pid--pidns-translation.gen.test\nPASS: ioctl_nsfs-ns_mnt_get.gen.test\nPASS: ioctl_perf.gen.test\nPASS: ioctl_perf-success.gen.test\nPASS: ioctl_ptp-Xabbrev.gen.test\nPASS: ioctl_ptp.gen.test\nPASS: ioctl_ptp-Xraw.gen.test\nPASS: ioctl_ptp-Xverbose.gen.test\nPASS: ioctl_ptp-success.gen.test\nPASS: ioctl_ptp-success-Xabbrev.gen.test\nPASS: ioctl_random.gen.test\nPASS: ioctl_ptp-success-Xraw.gen.test\nPASS: ioctl_rtc.gen.test\nPASS: ioctl_ptp-success-Xverbose.gen.test\nPASS: ioctl_scsi.gen.test\nPASS: ioctl_rtc-v.gen.test\nPASS: ioctl_rtc-success.gen.test\nPASS: ioctl_seccomp.gen.test\nSKIP: ioctl_seccomp--pidns-translation.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation.gen.test\nPASS: ioctl_seccomp-y.gen.test\nPASS: ioctl_seccomp-success.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation-Xabbrev.gen.test\nPASS: ioctl_seccomp-y-success.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation-Xraw.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation-Xverbose.gen.test\nPASS: ioctl_seccomp-y-success-Xabbrev.gen.test\nPASS: ioctl_seccomp-y-success-Xraw.gen.test\nPASS: ioctl_seccomp-y-success-Xverbose.gen.test\nPASS: ioctl_sg_io_v3.gen.test\nPASS: ioctl_sg_io_v4.gen.test\nPASS: ioctl_sock.gen.test\nPASS: ioctl_tee.gen.test\nPASS: ioctl_sock_gifconf.gen.test\nPASS: ioctl_termios.gen.test\nPASS: ioctl_tiocm.gen.test\nPASS: ioctl_termios-v.gen.test\nPASS: ioctl_ubi.gen.test\nPASS: ioctl_ubi-success.gen.test\nPASS: ioctl_uffdio.gen.test\nPASS: ioctl_v4l2.gen.test\nPASS: ioctl_v4l2-Xabbrev.gen.test\nPASS: ioctl_v4l2-Xraw.gen.test\nPASS: ioctl_v4l2-Xverbose.gen.test\nPASS: ioctl_v4l2-success.gen.test\nPASS: ioctl_v4l2-success-Xabbrev.gen.test\nPASS: ioctl_v4l2-success-Xraw.gen.test\nPASS: ioctl_v4l2-success-Xverbose.gen.test\nPASS: ioctl_v4l2-success-v.gen.test\nPASS: ioctl_v4l2-success-v-Xabbrev.gen.test\nPASS: ioctl_v4l2-success-v-Xraw.gen.test\nPASS: ioctl_v4l2-success-v-Xverbose.gen.test\nPASS: ioctl_v4l2-v-Xraw.gen.test\nPASS: ioctl_v4l2-v.gen.test\nPASS: ioctl_watchdog.gen.test\nPASS: ioctl_v4l2-v-Xabbrev.gen.test\nPASS: ioctl_watchdog-success.gen.test\nPASS: ioctl_watchdog-success-v.gen.test\nPASS: ioctl_winsize.gen.test\nPASS: iopl.gen.test\nPASS: ioperm.gen.test\nPASS: ioprio.gen.test\nSKIP: ioprio--pidns-translation.gen.test\nPASS: ioctl_v4l2-v-Xverbose.gen.test\nPASS: ioprio-Xabbrev.gen.test\nPASS: ioprio-Xraw.gen.test\nPASS: ioprio-Xverbose.gen.test\nPASS: ip_local_port_range.gen.test\nPASS: ip_local_port_range-Xabbrev.gen.test\nPASS: ip_local_port_range-Xraw.gen.test\nPASS: ip_local_port_range-Xverbose.gen.test\nPASS: ip_local_port_range-success.gen.test\nPASS: ip_local_port_range-success-Xabbrev.gen.test\nPASS: ip_local_port_range-success-Xraw.gen.test\nPASS: ip_local_port_range-success-Xverbose.gen.test\nPASS: ip_mreq.gen.test\nPASS: ip_protocol.gen.test\nPASS: ip_protocol-Xabbrev.gen.test\nPASS: ip_protocol-Xraw.gen.test\nPASS: ip_protocol-Xverbose.gen.test\nSKIP: ipc.gen.test\nPASS: ipc_msg.gen.test\nPASS: ipc_msg-Xabbrev.gen.test\nPASS: ipc_msg-Xraw.gen.test\nPASS: ipc_msg-Xverbose.gen.test\nPASS: ipc_msgbuf-Xabbrev.gen.test\nPASS: ipc_msgbuf-Xraw.gen.test\nPASS: ipc_msgbuf-Xverbose.gen.test\nPASS: ipc_sem.gen.test\nPASS: ipc_sem-Xabbrev.gen.test\nPASS: ipc_sem-Xraw.gen.test\nPASS: ipc_sem-Xverbose.gen.test\nPASS: ipc_shm.gen.test\nPASS: ipc_shm-Xabbrev.gen.test\nPASS: kcmp.gen.test\nPASS: ipc_shm-Xraw.gen.test\nPASS: kcmp-y.gen.test\nPASS: ipc_shm-Xverbose.gen.test\nSKIP: kcmp-y--pidns-translation.gen.test\nSKIP: kern_features.gen.test\nPASS: kernel_version.gen.test\nPASS: kernel_version-Xabbrev.gen.test\nPASS: kernel_version-Xraw.gen.test\nPASS: kernel_version-Xverbose.gen.test\nPASS: kexec_file_load.gen.test\nPASS: kexec_load.gen.test\nPASS: keyctl.gen.test\nPASS: keyctl-Xabbrev.gen.test\nPASS: keyctl-Xraw.gen.test\nSKIP: kill--pidns-translation.gen.test\nPASS: keyctl-Xverbose.gen.test\nPASS: kill.gen.test\nPASS: ksysent.gen.test\nPASS: landlock_add_rule.gen.test\nPASS: landlock_add_rule-y.gen.test\nPASS: landlock_create_ruleset.gen.test\nPASS: landlock_create_ruleset-success.gen.test\nPASS: landlock_create_ruleset-success-y.gen.test\nPASS: landlock_create_ruleset-y.gen.test\nPASS: landlock_restrict_self.gen.test\nPASS: landlock_restrict_self-y.gen.test\nPASS: lchown.gen.test\nSKIP: lchown32.gen.test\nPASS: link.gen.test\nSKIP: linkat--secontext.gen.test\nPASS: link-P.gen.test\nPASS: linkat.gen.test\nSKIP: linkat--secontext_full.gen.test\nSKIP: linkat--secontext_full_mismatch.gen.test\nSKIP: linkat--secontext_mismatch.gen.test\nPASS: listmount-success.gen.test\nPASS: listmount.gen.test\nPASS: listxattrat-P.gen.test\nPASS: listxattrat.gen.test\nPASS: listxattrat-y.gen.test\nPASS: listxattrat-yy.gen.test\nPASS: lookup_dcookie.gen.test\nPASS: lsm_get_self_attr.gen.test\nPASS: lsm_get_self_attr-success.gen.test\nPASS: lsm_list_modules.gen.test\nPASS: lsm_list_modules-success.gen.test\nPASS: lsm_set_self_attr.gen.test\nSKIP: lstat64.gen.test\nPASS: lstat.gen.test\nPASS: madvise.gen.test\nPASS: madvise-Xraw.gen.test\nPASS: madvise-Xabbrev.gen.test\nPASS: madvise-Xverbose.gen.test\nPASS: map_shadow_stack.gen.test\nPASS: map_shadow_stack-Xabbrev.gen.test\nPASS: map_shadow_stack-Xraw.gen.test\nPASS: map_shadow_stack-Xverbose.gen.test\nPASS: maybe_switch_current_tcp.gen.test\nSKIP: mbind.gen.test\nSKIP: mbind-Xabbrev.gen.test\nSKIP: mbind-Xraw.gen.test\nSKIP: mbind-Xverbose.gen.test\nPASS: membarrier.gen.test\nPASS: memfd_create.gen.test\nPASS: memfd_create-Xabbrev.gen.test\nPASS: memfd_create-Xverbose.gen.test\nPASS: memfd_create-Xraw.gen.test\nPASS: maybe_switch_current_tcp--quiet-thread-execve.gen.test\nPASS: memfd_secret-success.gen.test\nPASS: memfd_secret.gen.test\nPASS: memfd_secret-success-y.gen.test\nPASS: migrate_pages.gen.test\nSKIP: migrate_pages--pidns-translation.gen.test\nPASS: mkdir.gen.test\nPASS: mkdirat.gen.test\nPASS: mincore.gen.test\nPASS: mknod.gen.test\nPASS: mknodat.gen.test\nPASS: mlock.gen.test\nPASS: mlock2.gen.test\nPASS: mlockall.gen.test\nPASS: mmap-Xabbrev.gen.test\nPASS: mmap-Xraw.gen.test\nPASS: mmap-Xverbose.gen.test\nPASS: mmap64.gen.test\nPASS: mmap64-Xabbrev.gen.test\nPASS: mmsg.gen.test\nPASS: mmap64-Xraw.gen.test\nPASS: mmap64-Xverbose.gen.test\nPASS: mmsg-silent.gen.test\nPASS: mmsg_name.gen.test\nPASS: modify_ldt.gen.test\nPASS: mmsg_name-v.gen.test\nPASS: mount.gen.test\nPASS: mount-Xabbrev.gen.test\nPASS: mount-Xraw.gen.test\nPASS: mount-Xverbose.gen.test\nPASS: mount_setattr.gen.test\nPASS: mount_setattr-P.gen.test\nPASS: move_mount.gen.test\nSKIP: move_pages--pidns-translation.gen.test\nPASS: move_mount-P.gen.test\nPASS: move_pages.gen.test\nPASS: move_pages-Xabbrev.gen.test\nPASS: move_pages-Xverbose.gen.test\nPASS: move_pages-Xraw.gen.test\nPASS: mq.gen.test\nPASS: mq_sendrecv.gen.test\nPASS: mq_sendrecv-read.gen.test\nPASS: mseal.gen.test\nPASS: mq_sendrecv-write.gen.test\nPASS: msg_name.gen.test\nPASS: munlockall.gen.test\nSKIP: net--decode-fds-all-netlink.gen.test\nSKIP: net--decode-fds-dev-netlink.gen.test\nSKIP: net--decode-fds-none-netlink.gen.test\nSKIP: net--decode-fds-path-netlink.gen.test\nSKIP: net--decode-fds-socket-netlink.gen.test\nPASS: net-icmp_filter.gen.test\nPASS: net-packet_mreq.gen.test\nPASS: net-packet_mreq-Xabbrev.gen.test\nPASS: net-packet_mreq-Xraw.gen.test\nPASS: net-packet_mreq-Xverbose.gen.test\nPASS: net-sockaddr.gen.test\nSKIP: net-sockaddr--pidns-translation.gen.test\nPASS: net-tpacket_req.gen.test\nPASS: net-tpacket_stats.gen.test\nPASS: net-tpacket_stats-success.gen.test\nPASS: net-yy-inet6.gen.test\nSKIP: netlink_audit.gen.test\nSKIP: netlink_crypto.gen.test\nSKIP: netlink_generic.gen.test\nSKIP: netlink_kobject_uevent.gen.test\nSKIP: netlink_netfilter.gen.test\nSKIP: netlink_nlctrl.gen.test\nSKIP: netlink_protocol.gen.test\nPASS: nanosleep.gen.test\nSKIP: netlink_route.gen.test\nSKIP: netlink_selinux.gen.test\nSKIP: netlink_xfrm.gen.test\nSKIP: nfnetlink_acct.gen.test\nPASS: newfstatat.gen.test\nSKIP: nfnetlink_cthelper.gen.test\nPASS: msg_control-v.gen.test\nSKIP: nfnetlink_ctnetlink.gen.test\nSKIP: nfnetlink_cttimeout.gen.test\nSKIP: nfnetlink_ctnetlink_exp.gen.test\nSKIP: nfnetlink_ipset.gen.test\nSKIP: nfnetlink_nft_compat.gen.test\nSKIP: nfnetlink_nftables.gen.test\nSKIP: nfnetlink_osf.gen.test\nSKIP: nfnetlink_queue.gen.test\nSKIP: nfnetlink_ulog.gen.test\nPASS: msg_control.gen.test\nSKIP: nlattr.gen.test\nSKIP: nlattr_br_port_msg.gen.test\nSKIP: nlattr_cachereport.gen.test\nSKIP: nlattr_cachereport-Xabbrev.gen.test\nSKIP: nlattr_cachereport-Xraw.gen.test\nSKIP: nlattr_cachereport-Xverbose.gen.test\nSKIP: nlattr_crypto_user_alg.gen.test\nSKIP: nlattr_dcbmsg.gen.test\nSKIP: nlattr_fib_rule_hdr.gen.test\nSKIP: nlattr_ifaddrlblmsg.gen.test\nSKIP: nlattr_ifaddrmsg.gen.test\nSKIP: nlattr_ifinfomsg.gen.test\nSKIP: nlattr_ifla_af_spec.gen.test\nSKIP: nlattr_ifla_brport.gen.test\nSKIP: nlattr_ifla_brport-Xabbrev.gen.test\nSKIP: nlattr_ifla_brport-Xraw.gen.test\nSKIP: nlattr_ifla_linkinfo.gen.test\nSKIP: nlattr_ifla_brport-Xverbose.gen.test\nSKIP: nlattr_ifla_port.gen.test\nSKIP: nlattr_ifla_protinfo.gen.test\nSKIP: nlattr_ifla_protinfo-Xabbrev.gen.test\nSKIP: nlattr_ifla_protinfo-Xraw.gen.test\nSKIP: nlattr_ifla_protinfo-Xverbose.gen.test\nSKIP: nlattr_ifla_proto_down_reason.gen.test\nSKIP: nlattr_ifla_vfinfo.gen.test\nSKIP: nlattr_ifla_vfinfo-Xabbrev.gen.test\nSKIP: nlattr_ifla_vfinfo-Xraw.gen.test\nSKIP: nlattr_ifla_vfinfo-Xverbose.gen.test\nSKIP: nlattr_ifla_xdp.gen.test\nSKIP: nlattr_ifla_xdp-y.gen.test\nSKIP: nlattr_ifstats.gen.test\nSKIP: nlattr_ifstats-Xabbrev.gen.test\nSKIP: nlattr_ifstats-Xraw.gen.test\nSKIP: nlattr_ifstats-Xverbose.gen.test\nSKIP: nlattr_inet_diag_msg.gen.test\nSKIP: nlattr_inet_diag_req_compat.gen.test\nSKIP: nlattr_inet_diag_req_v2.gen.test\nSKIP: nlattr_mdba_mdb_entry.gen.test\nSKIP: nlattr_mdba_router_port.gen.test\nSKIP: nlattr_ndmsg.gen.test\nSKIP: nlattr_ndtmsg.gen.test\nSKIP: nlattr_netconfmsg.gen.test\nSKIP: nlattr_netlink_diag_msg.gen.test\nSKIP: nlattr_nhmsg.gen.test\nSKIP: nlattr_nhmsg-Xraw.gen.test\nSKIP: nlattr_nhmsg-Xabbrev.gen.test\nSKIP: nlattr_nhmsg-Xverbose.gen.test\nSKIP: nlattr_nlmsgerr.gen.test\nSKIP: nlattr_packet_diag_msg.gen.test\nSKIP: nlattr_rtgenmsg.gen.test\nSKIP: nlattr_smc_diag_msg.gen.test\nSKIP: nlattr_rtmsg.gen.test\nSKIP: nlattr_tc_stats.gen.test\nSKIP: nlattr_tca_stab.gen.test\nSKIP: nlattr_tcamsg.gen.test\nSKIP: nlattr_tcamsg-Xabbrev.gen.test\nSKIP: nlattr_tcamsg-Xraw.gen.test\nSKIP: nlattr_tcamsg-Xverbose.gen.test\nSKIP: nlattr_unix_diag_msg.gen.test\nSKIP: nlattr_tcmsg.gen.test\nSKIP: old_mmap.gen.test\nSKIP: old_mmap-P.gen.test\nSKIP: old_mmap-Xabbrev.gen.test\nSKIP: old_mmap-Xverbose.gen.test\nSKIP: old_mmap-Xraw.gen.test\nSKIP: old_mmap-v-none.gen.test\nSKIP: oldfstat.gen.test\nSKIP: oldlstat.gen.test\nSKIP: oldselect.gen.test\nSKIP: oldselect-P.gen.test\nSKIP: oldselect-efault.gen.test\nSKIP: oldselect-efault-P.gen.test\nSKIP: oldstat.gen.test\nSKIP: open--secontext.gen.test\nSKIP: open--secontext_full.gen.test\nPASS: open.gen.test\nSKIP: open--secontext_full_mismatch.gen.test\nSKIP: open--secontext_mismatch.gen.test\nPASS: open_tree-P.gen.test\nPASS: open_tree.gen.test\nPASS: open_tree_attr-P.gen.test\nPASS: open_tree_attr.gen.test\nSKIP: openat--secontext.gen.test\nSKIP: openat--secontext_full.gen.test\nPASS: openat.gen.test\nSKIP: openat--secontext_full_mismatch.gen.test\nSKIP: openat--secontext_mismatch.gen.test\nPASS: openat2-Xabbrev.gen.test\nPASS: openat2-Xraw.gen.test\nPASS: openat2.gen.test\nPASS: openat2-Xverbose.gen.test\nPASS: openat2-v.gen.test\nPASS: openat2-v-y-Xabbrev.gen.test\nPASS: openat2-v-y.gen.test\nPASS: openat2-v-y-Xraw.gen.test\nPASS: openat2-v-y-Xverbose.gen.test\nSKIP: osf_utimes.gen.test\nPASS: openat2-y.gen.test\nPASS: perf_event_open_nonverbose.gen.test\nPASS: perf_event_open.gen.test\nPASS: perf_event_open_unabbrev.gen.test\nPASS: personality-Xabbrev.gen.test\nPASS: personality-Xraw.gen.test\nPASS: personality-Xverbose.gen.test\nPASS: pidfd_getfd.gen.test\nPASS: pidfd_getfd-y.gen.test\nPASS: pidfd_getfd-yy.gen.test\nPASS: pidfd_open.gen.test\nPASS: pidfd_open--decode-fd-all.gen.test\nPASS: pidfd_open--decode-fd-none.gen.test\nPASS: pidfd_open--decode-fd-path.gen.test\nPASS: pidfd_open--decode-fd-pidfd.gen.test\nSKIP: pidfd_open--pidns-translation.gen.test\nPASS: pidfd_open--decode-fd-socket.gen.test\nPASS: pidfd_open-P.gen.test\nPASS: pidfd_open-y.gen.test\nPASS: pidfd_open-yy.gen.test\nPASS: pidfd_send_signal.gen.test\nSKIP: pidfd_send_signal--pidns-translation.gen.test\nPASS: pipe2.gen.test\nPASS: pkey_alloc.gen.test\nPASS: pkey_free.gen.test\nPASS: pkey_mprotect.gen.test\nPASS: poke-sendfile.gen.test\nPASS: ppoll.gen.test\nPASS: ppoll-P.gen.test\nPASS: ppoll-e-trace-fds-23.gen.test\nPASS: ppoll-e-trace-fds-23-42.gen.test\nPASS: ppoll-e-trace-fds-not-9-42-P.gen.test\nPASS: ppoll-v.gen.test\nPASS: prctl-arg2-intptr.gen.test\nPASS: prctl-cap-ambient.gen.test\nPASS: prctl-capbset.gen.test\nPASS: prctl-dumpable.gen.test\nPASS: pause.gen.test\nPASS: prctl-mce-kill.gen.test\nPASS: prctl-name.gen.test\nPASS: prctl-no-args.gen.test\nPASS: prctl-no-args-Xabbrev.gen.test\nPASS: prctl-mdwe.gen.test\nPASS: prctl-fp-mode.gen.test\nPASS: prctl-no-args-Xraw.gen.test\nPASS: prctl-no-args-Xverbose.gen.test\nPASS: prctl-no-args-success.gen.test\nPASS: prctl-no-args-success-Xabbrev.gen.test\nPASS: prctl-no-args-success-Xraw.gen.test\nPASS: prctl-pac-enabled-keys.gen.test\nPASS: prctl-pac-enabled-keys-Xabbrev.gen.test\nPASS: prctl-pac-enabled-keys-Xraw.gen.test\nPASS: prctl-pac-enabled-keys-Xverbose.gen.test\nPASS: prctl-pac-enabled-keys-success.gen.test\nPASS: prctl-pac-enabled-keys-success-Xabbrev.gen.test\nPASS: prctl-pac-enabled-keys-success-Xverbose.gen.test\nPASS: prctl-pac-enabled-keys-success-Xraw.gen.test\nPASS: prctl-pac-reset-keys.gen.test\nPASS: prctl-pdeathsig.gen.test\nPASS: prctl-ppc-dexcr.gen.test\nPASS: prctl-ppc-dexcr-Xabbrev.gen.test\nPASS: prctl-ppc-dexcr-Xraw.gen.test\nPASS: prctl-ppc-dexcr-Xverbose.gen.test\nPASS: prctl-no-args-success-Xverbose.gen.test\nPASS: prctl-ppc-dexcr-success.gen.test\nPASS: prctl-ppc-dexcr-success-Xabbrev.gen.test\nPASS: prctl-ppc-dexcr-success-Xraw.gen.test\nPASS: prctl-riscv-icache-flush-ctx.gen.test\nPASS: prctl-riscv-icache-flush-ctx-Xabbrev.gen.test\nPASS: prctl-riscv-icache-flush-ctx-Xraw.gen.test\nPASS: prctl-riscv-icache-flush-ctx-Xverbose.gen.test\nPASS: prctl-riscv-v-ctrl.gen.test\nPASS: prctl-riscv-v-ctrl-Xabbrev.gen.test\nPASS: prctl-riscv-v-ctrl-Xraw.gen.test\nPASS: prctl-riscv-v-ctrl-Xverbose.gen.test\nPASS: prctl-ppc-dexcr-success-Xverbose.gen.test\nPASS: prctl-riscv-v-ctrl-success.gen.test\nPASS: prctl-riscv-v-ctrl-success-Xabbrev.gen.test\nPASS: prctl-sched-core.gen.test\nSKIP: prctl-sched-core--pidns-translation.gen.test\nSKIP: prctl-sched-core--pidns-translation-Xabbrev.gen.test\nPASS: prctl-riscv-v-ctrl-success-Xraw.gen.test\nSKIP: prctl-sched-core--pidns-translation-Xraw.gen.test\nSKIP: prctl-sched-core--pidns-translation-Xverbose.gen.test\nPASS: prctl-sched-core-Xabbrev.gen.test\nPASS: prctl-sched-core-Xraw.gen.test\nPASS: prctl-sched-core-Xverbose.gen.test\nPASS: prctl-sched-core-success.gen.test\nPASS: prctl-riscv-v-ctrl-success-Xverbose.gen.test\nSKIP: prctl-sched-core-success--pidns-translation.gen.test\nSKIP: prctl-sched-core-success--pidns-translation-Xabbrev.gen.test\nSKIP: prctl-sched-core-success--pidns-translation-Xraw.gen.test\nSKIP: prctl-sched-core-success--pidns-translation-Xverbose.gen.test\nPASS: prctl-sched-core-success-Xabbrev.gen.test\nPASS: prctl-sched-core-success-Xverbose.gen.test\nPASS: prctl-sched-core-success-Xraw.gen.test\nPASS: prctl-seccomp-filter-v.gen.test\nPASS: prctl-securebits.gen.test\nPASS: prctl-securebits-success.gen.test\nPASS: prctl-securebits-success-Xabbrev.gen.test\nPASS: prctl-securebits-success-Xraw.gen.test\nPASS: prctl-set-ptracer-success.gen.test\nSKIP: prctl-set-ptracer-success--pidns-translation.gen.test\nSKIP: prctl-set-ptracer-success-Xabbrev--pidns-translation.gen.test\nPASS: prctl-set-ptracer-success-Xabbrev.gen.test\nSKIP: prctl-set-ptracer-success-Xraw--pidns-translation.gen.test\nPASS: prctl-securebits-success-Xverbose.gen.test\nPASS: prctl-set-ptracer-success-Xraw.gen.test\nSKIP: prctl-set-ptracer-success-Xverbose--pidns-translation.gen.test\nPASS: prctl-set-ptracer-success-Xverbose.gen.test\nPASS: prctl-set_vma.gen.test\nPASS: prctl-sme.gen.test\nPASS: prctl-sme-Xabbrev.gen.test\nPASS: prctl-sme-Xraw.gen.test\nPASS: prctl-sme-Xverbose.gen.test\nPASS: prctl-sme-success-Xraw.gen.test\nPASS: prctl-sme-success.gen.test\nPASS: prctl-sme-success-Xabbrev.gen.test\nPASS: prctl-sve.gen.test\nPASS: prctl-sve-Xabbrev.gen.test\nPASS: prctl-sve-Xraw.gen.test\nPASS: prctl-sme-success-Xverbose.gen.test\nPASS: prctl-sve-Xverbose.gen.test\nPASS: prctl-spec-inject.gen.test\nPASS: prctl-sve-success.gen.test\nPASS: prctl-sve-success-Xabbrev.gen.test\nPASS: prctl-sve-success-Xraw.gen.test\nPASS: prctl-syscall-user-dispatch.gen.test\nPASS: prctl-tagged-addr.gen.test\nPASS: prctl-tagged-addr-Xabbrev.gen.test\nPASS: prctl-tagged-addr-Xraw.gen.test\nPASS: prctl-tagged-addr-Xverbose.gen.test\nPASS: prctl-sve-success-Xverbose.gen.test\nPASS: prctl-tagged-addr-success.gen.test\nPASS: prctl-tagged-addr-success-Xabbrev.gen.test\nPASS: prctl-tid_address.gen.test\nPASS: prctl-tagged-addr-success-Xraw.gen.test\nPASS: prctl-tsc.gen.test\nPASS: prctl-unalign.gen.test\nPASS: preadv.gen.test\nPASS: pread64-pwrite64.gen.test\nPASS: preadv-pwritev.gen.test\nPASS: preadv2-pwritev2.gen.test\nSKIP: printpath-umovestr-peekdata.gen.test\nPASS: printpath-umovestr-undumpable.gen.test\nPASS: printsignal-Xabbrev.gen.test\nPASS: prctl-tagged-addr-success-Xverbose.gen.test\nPASS: printsignal-Xraw.gen.test\nPASS: printsignal-Xverbose.gen.test\nPASS: printstr.gen.test\nSKIP: printstrn-umoven-peekdata.gen.test\nPASS: printstrn-umoven-undumpable.gen.test\nPASS: prlimit64.gen.test\nSKIP: prlimit64--pidns-translation.gen.test\nPASS: prlimit64-success.gen.test\nSKIP: prlimit64-success--pidns-translation.gen.test\nPASS: process_madvise.gen.test\nPASS: process_madvise-y.gen.test\nPASS: process_madvise-yy.gen.test\nPASS: process_mrelease.gen.test\nPASS: process_mrelease-y.gen.test\nPASS: process_vm_readv.gen.test\nSKIP: process_vm_readv--pidns-translation.gen.test\nPASS: process_vm_writev.gen.test\nSKIP: process_vm_writev--pidns-translation.gen.test\nPASS: orphaned_process_group.gen.test\nSKIP: pselect6_time64.gen.test\nPASS: ptrace.gen.test\nPASS: ptrace-Xabbrev.gen.test\nPASS: pselect6.gen.test\nPASS: ptrace-Xraw.gen.test\nPASS: ptrace-y.gen.test\nPASS: ptrace-Xverbose.gen.test\nPASS: ptrace-y-Xabbrev.gen.test\nPASS: ptrace-y-Xraw.gen.test\nPASS: ptrace-y-Xverbose.gen.test\nPASS: ptrace_set_syscall_info.gen.test\nPASS: ptrace_set_syscall_info-Xabbrev.gen.test\nPASS: ptrace_set_syscall_info-Xraw.gen.test\nPASS: ptrace_syscall_info.gen.test\nPASS: ptrace_set_syscall_info-Xverbose.gen.test\nPASS: ptrace_syscall_info-Xabbrev.gen.test\nPASS: ptrace_syscall_info-Xraw.gen.test\nPASS: ptrace_syscall_info-Xverbose.gen.test\nPASS: pwritev.gen.test\nPASS: quotactl.gen.test\nPASS: quotactl-Xabbrev.gen.test\nPASS: quotactl-Xraw.gen.test\nPASS: quotactl-Xverbose.gen.test\nPASS: quotactl-success.gen.test\nPASS: quotactl-success-v.gen.test\nPASS: quotactl-v.gen.test\nPASS: quotactl-xfs.gen.test\nPASS: quotactl-xfs-success.gen.test\nPASS: quotactl-xfs-success-v.gen.test\nPASS: quotactl-xfs-v.gen.test\nPASS: quotactl_fd.gen.test\nPASS: quotactl_fd-P.gen.test\nPASS: quotactl_fd-y.gen.test\nPASS: readahead.gen.test\nSKIP: readdir.gen.test\nPASS: readlink.gen.test\nPASS: readlinkat.gen.test\nPASS: reboot.gen.test\nSKIP: recv-MSG_TRUNC.gen.test\nPASS: recvfrom.gen.test\nPASS: recvfrom-MSG_TRUNC.gen.test\nPASS: recvmmsg-timeout.gen.test\nPASS: recvmsg.gen.test\nPASS: printstrn-umoven.gen.test\nPASS: remap_file_pages.gen.test\nPASS: remap_file_pages-Xabbrev.gen.test\nPASS: remap_file_pages-Xraw.gen.test\nPASS: remap_file_pages-Xverbose.gen.test\nPASS: removexattrat.gen.test\nPASS: removexattrat-P.gen.test\nPASS: removexattrat-y.gen.test\nPASS: removexattrat-yy.gen.test\nPASS: rename.gen.test\nPASS: renameat.gen.test\nPASS: renameat2.gen.test\nPASS: request_key.gen.test\nSKIP: riscv_flush_icache.gen.test\nPASS: rmdir.gen.test\nPASS: rt_sigpending.gen.test\nPASS: rt_sigprocmask.gen.test\nPASS: rt_sigqueueinfo.gen.test\nSKIP: rt_sigqueueinfo--pidns-translation.gen.test\nPASS: rt_sigreturn.gen.test\nPASS: rt_sigsuspend.gen.test\nPASS: printpath-umovestr.gen.test\nPASS: rt_sigtimedwait.gen.test\nSKIP: rt_tgsigqueueinfo--pidns-translation.gen.test\nPASS: rt_tgsigqueueinfo.gen.test\nSKIP: s390_guarded_storage.gen.test\nSKIP: s390_guarded_storage-v.gen.test\nSKIP: s390_pci_mmio_read_write.gen.test\nSKIP: s390_runtime_instr.gen.test\nSKIP: s390_sthyi.gen.test\nSKIP: s390_sthyi-v.gen.test\nPASS: sched_get_priority_mxx.gen.test\nPASS: sched_rr_get_interval.gen.test\nPASS: sched_xetaffinity.gen.test\nSKIP: sched_xetaffinity--pidns-translation.gen.test\nPASS: sched_xetattr.gen.test\nSKIP: sched_xetattr--pidns-translation.gen.test\nPASS: sched_xetparam.gen.test\nSKIP: sched_xetparam--pidns-translation.gen.test\nPASS: sched_xetscheduler.gen.test\nSKIP: sched_xetscheduler--pidns-translation.gen.test\nPASS: sched_yield.gen.test\nPASS: scm_credentials.gen.test\nPASS: scm_pidfd.gen.test\nPASS: scm_pidfd-success.gen.test\nPASS: seccomp-filter.gen.test\nPASS: seccomp-filter-v.gen.test\nPASS: seccomp_get_action_avail.gen.test\nPASS: seccomp_get_notif_sizes.gen.test\nPASS: seccomp_get_notif_sizes-success.gen.test\nPASS: segv_accerr.gen.test\nSKIP: segv_pkuerr.gen.test\nPASS: read-write.gen.test\nPASS: select.gen.test\nPASS: select-P.gen.test\nPASS: select-trace-fd-7.gen.test\nPASS: select-trace-fd-7-9.gen.test\nPASS: semop.gen.test\nSKIP: semop-indirect.gen.test\nPASS: select-trace-fd-7-P.gen.test\nSKIP: semtimedop-ipc.gen.test\nPASS: semtimedop.gen.test\nSKIP: semtimedop_time64.gen.test\nPASS: sendfile.gen.test\nSKIP: sendfile64.gen.test\nSKIP: set_mempolicy.gen.test\nSKIP: set_mempolicy-Xabbrev.gen.test\nSKIP: set_mempolicy-Xraw.gen.test\nSKIP: set_mempolicy-Xverbose.gen.test\nPASS: set_mempolicy_home_node.gen.test\nPASS: setdomainname.gen.test\nSKIP: setfsgid32.gen.test\nPASS: setfsgid.gen.test\nPASS: setfsuid.gen.test\nSKIP: setfsuid32.gen.test\nSKIP: setgid32.gen.test\nPASS: setgid.gen.test\nSKIP: setgroups32.gen.test\nPASS: setgroups.gen.test\nPASS: sethostname.gen.test\nPASS: setns.gen.test\nPASS: setns-report-ns-id.gen.test\nPASS: setregid.gen.test\nSKIP: setregid32.gen.test\nSKIP: setresgid32.gen.test\nPASS: setresgid.gen.test\nSKIP: setresuid32.gen.test\nPASS: setresuid.gen.test\nSKIP: setreuid32.gen.test\nPASS: setreuid.gen.test\nPASS: setrlimit.gen.test\nPASS: setrlimit-Xabbrev.gen.test\nPASS: setrlimit-Xraw.gen.test\nPASS: setrlimit-Xverbose.gen.test\nSKIP: setuid32.gen.test\nPASS: setuid.gen.test\nPASS: setxattrat.gen.test\nPASS: setxattrat-P.gen.test\nPASS: setxattrat-y.gen.test\nPASS: setxattrat-yy.gen.test\nPASS: shmxt.gen.test\nPASS: shutdown.gen.test\nSKIP: sigaction.gen.test\nSKIP: signal.gen.test\nPASS: signal_receive.gen.test\nSKIP: signal_receive--pidns-translation.gen.test\nPASS: signalfd4.gen.test\nPASS: signalfd4-yy.gen.test\nSKIP: sigpending.gen.test\nSKIP: sigprocmask.gen.test\nSKIP: sigreturn.gen.test\nSKIP: sigsuspend.gen.test\nPASS: so_error.gen.test\nPASS: so_linger.gen.test\nPASS: so_peercred.gen.test\nSKIP: so_peercred--pidns-translation.gen.test\nPASS: so_peercred-Xabbrev.gen.test\nPASS: so_peercred-Xraw.gen.test\nPASS: so_peercred-Xverbose.gen.test\nPASS: so_peerpidfd.gen.test\nPASS: sched.gen.test\nPASS: sock_filter-v.gen.test\nPASS: sock_filter-v-Xabbrev.gen.test\nPASS: sock_filter-v-Xraw.gen.test\nPASS: sock_filter-v-Xverbose.gen.test\nPASS: sockaddr_xlat-Xabbrev.gen.test\nPASS: sockaddr_xlat-Xabbrev-y.gen.test\nPASS: sockaddr_xlat-Xraw.gen.test\nPASS: sockaddr_xlat-Xraw-y.gen.test\nPASS: sockaddr_xlat-Xverbose.gen.test\nSKIP: socketcall.gen.test\nPASS: sockopt-sol_netlink.gen.test\nPASS: sockaddr_xlat-Xverbose-y.gen.test\nPASS: sockopt-sol_socket.gen.test\nPASS: sockopt-sol_socket-Xabbrev.gen.test\nPASS: sockopt-sol_socket-Xraw.gen.test\nPASS: sockopt-sol_socket-Xverbose.gen.test\nPASS: sockopt-sol_socket-success.gen.test\nPASS: sockopt-sol_socket-success-Xabbrev.gen.test\nPASS: sockopt-sol_socket-success-Xraw.gen.test\nPASS: sockopt-sol_socket-success-Xverbose.gen.test\nPASS: sockopt-timestamp.gen.test\nPASS: sol_tipc-group_join.gen.test\nPASS: sol_tipc-group_join-Xabbrev.gen.test\nPASS: sol_tipc-group_join-Xraw.gen.test\nPASS: sol_tipc-group_join-Xverbose.gen.test\nPASS: sol_tipc-group_join-success.gen.test\nPASS: sol_tipc-group_join-success-Xabbrev.gen.test\nPASS: sol_tipc-group_join-success-Xraw.gen.test\nPASS: sol_tipc-group_join-success-Xverbose.gen.test\nPASS: sol_tipc-importance.gen.test\nPASS: sol_tipc-importance-Xabbrev.gen.test\nPASS: sol_tipc-importance-Xraw.gen.test\nPASS: sol_tipc-importance-Xverbose.gen.test\nPASS: sol_tipc-importance-success.gen.test\nPASS: sol_tipc-importance-success-Xabbrev.gen.test\nPASS: sol_tipc-importance-success-Xraw.gen.test\nPASS: sol_tipc-importance-success-Xverbose.gen.test\nPASS: splice.gen.test\nSKIP: stat64.gen.test\nPASS: stat.gen.test\nSKIP: statfs64.gen.test\nPASS: statfs.gen.test\nPASS: statmount.gen.test\nPASS: statmount-success.gen.test\nPASS: status-all.gen.test\nPASS: status-failed.gen.test\nPASS: status-failed-long.gen.test\nPASS: status-failed-status.gen.test\nPASS: status-none.gen.test\nPASS: status-successful-long.gen.test\nPASS: status-successful.gen.test\nPASS: status-unfinished.gen.test\nPASS: status-successful-status.gen.test\nPASS: statx.gen.test\nPASS: strace--absolute-timestamps.gen.test\nPASS: strace--absolute-timestamps-format-time.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-ms.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-ns.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-s.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-ms.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-us.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-ns.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-s.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-us.gen.test\nPASS: strace--always-show-pid.gen.test\nPASS: strace--decode-pids-comm.gen.test\nSKIP: strace--relative-timestamps.gen.test\nSKIP: strace--relative-timestamps-ms.gen.test\nSKIP: strace--relative-timestamps-ns.gen.test\nSKIP: strace--relative-timestamps-s.gen.test\nSKIP: strace--relative-timestamps-us.gen.test\nPASS: strace--strings-in-hex.gen.test\nPASS: strace--strings-in-hex-all.gen.test\nPASS: strace--strings-in-hex-non-ascii.gen.test\nPASS: strace--strings-in-hex-non-ascii-chars.gen.test\nPASS: strace--strings-in-hex-none.gen.test\nPASS: strace--syscall-limit-c.gen.test\nPASS: strace--syscall-limit-path.gen.test\nPASS: strace--syscall-limit-status.gen.test\nPASS: strace--syscall-limit-status-c.gen.test\nPASS: strace--syscall-limit-status-summary.gen.test\nPASS: strace--syscall-limit-summary.gen.test\nPASS: siginfo.gen.test\nPASS: strace--syscall-times.gen.test\nPASS: strace--syscall-times-ms.gen.test\nPASS: strace--syscall-times-ns.gen.test\nPASS: strace--syscall-times-s.gen.test\nPASS: strace--timestamps.gen.test\nPASS: strace--timestamps-time.gen.test\nPASS: strace--timestamps-time-ms.gen.test\nPASS: strace--timestamps-time-ns.gen.test\nPASS: strace--timestamps-time-s.gen.test\nPASS: strace--timestamps-time-us.gen.test\nPASS: strace--timestamps-unix-ms.gen.test\nPASS: strace--timestamps-unix-ns.gen.test\nPASS: strace--timestamps-unix-s.gen.test\nPASS: strace--timestamps-unix-us.gen.test\nPASS: strace-Y-0123456789.gen.test\nPASS: strace-n.gen.test\nPASS: strace-no-x.gen.test\nPASS: strace-x.gen.test\nPASS: strace-xx.gen.test\nPASS: swap.gen.test\nSKIP: sxetmask.gen.test\nPASS: symlink.gen.test\nPASS: symlink-P.gen.test\nPASS: symlinkat.gen.test\nPASS: sync.gen.test\nPASS: sync_file_range.gen.test\nSKIP: sync_file_range2.gen.test\nPASS: sysctl.gen.test\nPASS: sysinfo.gen.test\nPASS: syslog.gen.test\nPASS: tcp_ao.gen.test\nPASS: tee.gen.test\nPASS: tgkill.gen.test\nSKIP: tgkill--pidns-translation.gen.test\nPASS: strace--follow-forks-output-separately.gen.test\nPASS: regex.gen.test\nPASS: strace--syscall-times-us.gen.test\nPASS: threads-execve--quiet-thread-execve.gen.test\nPASS: time.gen.test\nPASS: timer_create.gen.test\nPASS: timer_xettime.gen.test\nPASS: timerfd_xettime.gen.test\nPASS: threads-execve-q.gen.test\nPASS: threads-execve-qq.gen.test\nPASS: threads-execve-qqq.gen.test\nPASS: times.gen.test\nPASS: times-fail.gen.test\nPASS: tkill.gen.test\nSKIP: tkill--pidns-translation.gen.test\nPASS: times-Xabbrev.gen.test\nPASS: times-Xraw.gen.test\nPASS: times-Xverbose.gen.test\nPASS: trace_clock.gen.test\nPASS: trace_lstat.gen.test\nPASS: trace_personality_32.gen.test\nPASS: trace_creds.gen.test\nPASS: trace_fstat.gen.test\nSKIP: trace_personality_all_64.gen.test\nPASS: trace_fstatfs.gen.test\nPASS: trace_personality_all_32.gen.test\nPASS: trace_personality_all_x32.gen.test\nPASS: trace_personality_64.gen.test\nPASS: trace_personality_number_x32.gen.test\nPASS: trace_personality_number_64.gen.test\nPASS: trace_personality_regex_32.gen.test\nPASS: trace_personality_statfs_32.gen.test\nPASS: trace_personality_regex_x32.gen.test\nPASS: trace_personality_statfs_x32.gen.test\nPASS: trace_personality_regex_64.gen.test\nPASS: trace_question.gen.test\nPASS: trace_personality_statfs_64.gen.test\nPASS: trace_stat_like.gen.test\nPASS: trace_personality_number_32.gen.test\nPASS: trace_statfs.gen.test\nPASS: trie_test.gen.test\nPASS: truncate.gen.test\nSKIP: truncate64.gen.test\nSKIP: ugetrlimit.gen.test\nPASS: umask.gen.test\nSKIP: umoven-illptr.gen.test\nSKIP: umovestr-illptr.gen.test\nPASS: umovestr3.gen.test\nPASS: umovestr_cached_adjacent.gen.test\nPASS: unlink.gen.test\nPASS: unlinkat.gen.test\nPASS: unshare.gen.test\nPASS: unshare-report-ns-id.gen.test\nPASS: userfaultfd.gen.test\nPASS: ustat.gen.test\nPASS: utime.gen.test\nPASS: utimensat.gen.test\nPASS: utimensat-Xabbrev.gen.test\nPASS: utimensat-Xraw.gen.test\nPASS: utimensat-Xverbose.gen.test\nPASS: utimes.gen.test\nPASS: vfork-f.gen.test\nPASS: vhangup.gen.test\nPASS: vmsplice.gen.test\nPASS: wait4.gen.test\nPASS: wait4-v.gen.test\nPASS: waitid.gen.test\nPASS: waitid-Y.gen.test\nPASS: waitid-v.gen.test\nSKIP: waitpid.gen.test\nPASS: xattr.gen.test\nPASS: xattr-strings.gen.test\nPASS: xet_robust_list.gen.test\nSKIP: xet_robust_list--pidns-translation.gen.test\nPASS: xetitimer.gen.test\nPASS: xetpgid.gen.test\nSKIP: xetpgid--pidns-translation.gen.test\nPASS: xetpriority.gen.test\nSKIP: xetpriority--pidns-translation.gen.test\nPASS: xettimeofday.gen.test\nPASS: bpf-success-long-y.test\nPASS: brk.test\nPASS: btrfs-X.test\nPASS: btrfs-v.test\nPASS: btrfs-vX.test\nSKIP: btrfs-vw.test\nSKIP: btrfs-vwX.test\nSKIP: btrfs-w.test\nSKIP: btrfs-wX.test\nPASS: caps-abbrev.test\nPASS: caps.test\nPASS: clone-flags.test\nPASS: eventfd.test\nPASS: execve-v.test\nPASS: execve.test\nPASS: faccessat.test\nPASS: faccessat2.test\nPASS: fadvise64.test\nPASS: futex.test\nPASS: getuid.test\nPASS: inotify_init-y.test\nPASS: int_0x80.test\nPASS: ioctl.test\nPASS: ioctl_block--pidns-translation.test\nPASS: ioctl_evdev-success.test\nPASS: ipc_msgbuf.test\nSKIP: kern_features-fault.test\nSKIP: llseek.test\nPASS: lseek.test\nPASS: mmap.test\nPASS: net-y-unix.test\nPASS: net-yy-inet.test\nSKIP: net-yy-netlink.test\nSKIP: net-yy-unix.test\nPASS: net.test\nSKIP: netlink_sock_diag.test\nPASS: nsyscalls-d.test\nPASS: nsyscalls-nd.test\nPASS: nsyscalls.test\nPASS: personality.test\nSKIP: pipe.test\nPASS: trace_stat.gen.test\nPASS: poll-P.test\nPASS: prctl-seccomp-strict.test\nPASS: qual_fault-exit_group.test\nPASS: readv.test\nPASS: poll.test\nPASS: rt_sigaction.test\nPASS: scm_rights-fd.test\nPASS: seccomp-strict.test\nPASS: sigaltstack.test\nPASS: sun_path.test\nPASS: syslog-success.test\nPASS: uio.test\nSKIP: umount.test\nPASS: umount2.test\nPASS: umovestr.test\nPASS: umovestr2.test\nPASS: uname.test\nSKIP: unix-pair-send-recv.test\nPASS: unix-pair-sendto-recvfrom.test\nPASS: xet_thread_area_x86.test\nPASS: trace_personality_x32.gen.test\nPASS: attach-p-cmd.test\nPASS: bexecve.test\nPASS: clone_ptrace.test\nPASS: count-f.test\nPASS: restart_syscall-p.test\nSKIP: delay.test\nPASS: attach-f-p.test\nPASS: detach-running.test\nPASS: detach-sleeping.test\nPASS: detach-stopped.test\nPASS: exec-PATH.test\nPASS: fflush.test\nPASS: filter-unavailable.test\nPASS: trace_statfs_like.gen.test\nPASS: filter_seccomp-exitkill.test\nPASS: filtering_fd-syntax.test\nPASS: filter_seccomp-perf.test\nPASS: first_exec_failure.test\nPASS: fork--pidns-translation.test\nPASS: get_regs.test\nPASS: gettid--pidns-translation.test\nPASS: inject-nf.test\nPASS: interactive_block.test\nPASS: detach-vfork.test\nPASS: count.test\nSKIP: legacy_syscall_info.test\nSKIP: localtime.test\nPASS: kill-on-exit.test\nSKIP: netlink_audit--pidns-translation.test\nPASS: opipe.test\nPASS: options-syntax.test\nPASS: pc.test\nPASS: kill_child.test\nPASS: poke-ptrace.test\nPASS: poke-range.test\nPASS: poke-unaligned.test\nPASS: poke.test\nPASS: printpath-umovestr-legacy.test\nPASS: printstrn-umoven-legacy.test\nPASS: qual_fault-syntax.test\nPASS: pidns-cache.test\nPASS: looping_threads.test\nPASS: qual_inject-error-signal-syscall.test\nPASS: qual_inject-error-signal.test\nPASS: qual_inject-retval-syscall.test\nPASS: qual_inject-retval.test\nPASS: qual_inject-signal-syscall.test\nPASS: qual_inject-signal.test\nPASS: qual_inject-syntax.test\nPASS: qual_signal.test\nPASS: qual_syscall.test\nPASS: redirect-fds.test\nPASS: filtering_syscall-syntax.test\nPASS: restart_syscall.test\nPASS: sigblock.test\nPASS: sigign.test\nPASS: status-detached-threads.test\nPASS: redirect.test\nPASS: status-detached.test\nPASS: status-successful-threads.test\nPASS: status-none-threads.test\nPASS: strace--argv0.test\nPASS: strace--syscall-limit.test\nPASS: strace--syscall-limit--seccomp-bpf.test\nPASS: status-unfinished-threads.test\nPASS: strace--tips.test\nPASS: strace-C.test\nPASS: strace-D.test\nPASS: strace--tips-full.test\nPASS: qual_fault-syscall.test\nPASS: strace-E-override.test\nPASS: strace-E-unset.test\nPASS: strace-E.test\nPASS: qual_fault.test\nPASS: strace-S.test\nPASS: strace-V.test\nPASS: strace-DDD.test\nPASS: strace-log-merge-error.test\nPASS: strace-log-merge-suffix.test\nPASS: strace-T_upper.test\nSKIP: strace-r.test\nPASS: strace-self.test\nPASS: strace-t.test\nPASS: strace-tt.test\nPASS: strace-ttt.test\nPASS: tampering-notes.test\nPASS: termsig.test\nPASS: threads-execve.test\nPASS: umovestr_cached.test\nPASS: strace-DD.test\nPASS: strace-ff.test\nPASS: strace-p-Y-p.test\n============================================================================\nTestsuite summary for strace 6.15\n============================================================================\n# TOTAL: 1434\n# PASS:  1107\n# SKIP:  327\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake: Leaving directory '/usr/lib/strace/ptest/tests'\nDURATION: 93\nEND: /usr/lib/strace/ptest\n2025-06-16T11:36\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "strace": {
     "duration": "93",
     "log": "START: ptest-runner\n2025-06-16T11:35\nmake: Entering directory '/usr/lib/strace/ptest/tests'\nSKIP: _newselect.gen.test\nSKIP: _newselect-P.gen.test\nSKIP: access--secontext.gen.test\nSKIP: access--secontext_full.gen.test\nPASS: access.gen.test\nSKIP: access--secontext_full_mismatch.gen.test\nPASS: accept4.gen.test\nPASS: accept.gen.test\nSKIP: access--secontext_mismatch.gen.test\nPASS: acct.gen.test\nPASS: adjtimex.gen.test\nPASS: add_key.gen.test\nPASS: alarm.gen.test\nPASS: aio.gen.test\nPASS: aio_pgetevents.gen.test\nPASS: arch_prctl.gen.test\nPASS: arch_prctl-Xabbrev.gen.test\nPASS: arch_prctl-Xraw.gen.test\nPASS: arch_prctl-Xverbose.gen.test\nPASS: arch_prctl-success.gen.test\nPASS: arch_prctl-success-Xraw.gen.test\nPASS: arch_prctl-success-Xabbrev.gen.test\nPASS: at_fdcwd-pathmax.gen.test\nPASS: arch_prctl-success-Xverbose.gen.test\nPASS: bpf.gen.test\nPASS: bpf-obj_get_info_by_fd.gen.test\nPASS: bpf-success.gen.test\nPASS: bpf-success-v.gen.test\nPASS: bpf-v.gen.test\nPASS: btrfs.gen.test\nPASS: cachestat.gen.test\nPASS: cachestat-P.gen.test\nPASS: cachestat-fd.gen.test\nPASS: cachestat-success.gen.test\nPASS: chdir.gen.test\nPASS: chmod.gen.test\nSKIP: chmod--secontext.gen.test\nSKIP: chmod--secontext_full.gen.test\nSKIP: chmod--secontext_full_mismatch.gen.test\nSKIP: chmod--secontext_mismatch.gen.test\nPASS: chown.gen.test\nSKIP: chown32.gen.test\nPASS: bpf-obj_get_info_by_fd-prog.gen.test\nPASS: chroot.gen.test\nPASS: clock_adjtime.gen.test\nSKIP: clock_adjtime64.gen.test\nSKIP: clock_nanosleep.gen.test\nPASS: clock_xettime.gen.test\nSKIP: clock_xettime64.gen.test\nPASS: clone3.gen.test\nPASS: clone3-Xabbrev.gen.test\nPASS: clone3-Xraw.gen.test\nPASS: clone3-Xverbose.gen.test\nPASS: clone3-success.gen.test\nPASS: clone3-success-Xabbrev.gen.test\nPASS: clone3-success-Xraw.gen.test\nPASS: clone3-success-Xverbose.gen.test\nPASS: clone_parent.gen.test\nPASS: clone3-report-ns-id.gen.test\nPASS: clone_parent--quiet-exit.gen.test\nPASS: clone_parent-q.gen.test\nPASS: clone_parent-qq.gen.test\nPASS: clone_ptrace--quiet-attach.gen.test\nPASS: clone_ptrace--quiet-exit.gen.test\nPASS: clone_ptrace-q.gen.test\nPASS: clone_ptrace-qq.gen.test\nPASS: close_range.gen.test\nPASS: copy_file_range.gen.test\nPASS: creat.gen.test\nPASS: delete_module.gen.test\nPASS: dev--decode-fds-all.gen.test\nPASS: dev--decode-fds-dev.gen.test\nPASS: dev--decode-fds-none.gen.test\nPASS: dev--decode-fds-path.gen.test\nPASS: dev--decode-fds-socket.gen.test\nPASS: dev-pty-yy.gen.test\nPASS: dev-yy.gen.test\nPASS: dup.gen.test\nPASS: dup-P.gen.test\nPASS: dup-trace-fds-0.gen.test\nPASS: dup-trace-fds-0-9.gen.test\nPASS: dup-trace-fds-0-P.gen.test\nPASS: dup-trace-fds-not-9.gen.test\nPASS: dup-y.gen.test\nPASS: dup-yy.gen.test\nPASS: dup2.gen.test\nPASS: dup2-P.gen.test\nPASS: dup2-e-fd-0.gen.test\nPASS: dup2-e-fd-0-9.gen.test\nPASS: dup2-e-fd-0-P.gen.test\nPASS: dup2-e-fd-not-9.gen.test\nPASS: dup2-y.gen.test\nPASS: dup2-yy.gen.test\nPASS: dup3.gen.test\nPASS: dup3-P.gen.test\nPASS: dup3-y.gen.test\nPASS: dup3-yy.gen.test\nPASS: epoll_create.gen.test\nPASS: epoll_create1.gen.test\nPASS: epoll_ctl.gen.test\nPASS: epoll_pwait.gen.test\nPASS: epoll_pwait2.gen.test\nPASS: epoll_pwait2-P.gen.test\nPASS: epoll_pwait2-y.gen.test\nPASS: epoll_wait.gen.test\nPASS: bpf-obj_get_info_by_fd-prog-v.gen.test\nPASS: eventfd-yy.gen.test\nPASS: eventfd--decode-fd-eventfd.gen.test\nSKIP: execve--secontext.gen.test\nSKIP: execve--secontext_full.gen.test\nSKIP: execve--secontext_full_mismatch.gen.test\nSKIP: execve--secontext_mismatch.gen.test\nPASS: execveat.gen.test\nSKIP: execveat--secontext.gen.test\nSKIP: execveat--secontext_full.gen.test\nSKIP: execveat--secontext_full_mismatch.gen.test\nSKIP: execveat--secontext_mismatch.gen.test\nPASS: execveat-v.gen.test\nSKIP: faccessat--secontext.gen.test\nSKIP: faccessat--secontext_full.gen.test\nSKIP: faccessat--secontext_full_mismatch.gen.test\nSKIP: faccessat--secontext_mismatch.gen.test\nPASS: faccessat-P.gen.test\nPASS: erestartsys.gen.test\nPASS: faccessat-y.gen.test\nSKIP: faccessat-y--secontext.gen.test\nSKIP: faccessat-y--secontext_full.gen.test\nSKIP: faccessat-y--secontext_full_mismatch.gen.test\nSKIP: faccessat-y--secontext_mismatch.gen.test\nPASS: faccessat-yy.gen.test\nPASS: faccessat2-P.gen.test\nPASS: faccessat2-y.gen.test\nSKIP: fadvise64_64.gen.test\nPASS: fallocate.gen.test\nPASS: faccessat2-yy.gen.test\nPASS: fanotify_init.gen.test\nSKIP: fanotify_mark--secontext.gen.test\nSKIP: fanotify_mark--secontext_full.gen.test\nSKIP: fanotify_mark--secontext_full_mismatch.gen.test\nPASS: fanotify_mark.gen.test\nSKIP: fanotify_mark--secontext_mismatch.gen.test\nPASS: fanotify_mark-Xabbrev.gen.test\nPASS: fanotify_mark-Xraw.gen.test\nPASS: fchdir.gen.test\nPASS: fchmod.gen.test\nPASS: fanotify_mark-Xverbose.gen.test\nSKIP: fchmod--secontext.gen.test\nSKIP: fchmod--secontext_full.gen.test\nSKIP: fchmod--secontext_full_mismatch.gen.test\nSKIP: fchmod--secontext_mismatch.gen.test\nSKIP: fchmod-y--secontext.gen.test\nSKIP: fchmod-y--secontext_full.gen.test\nPASS: fchmod-y.gen.test\nSKIP: fchmod-y--secontext_full_mismatch.gen.test\nSKIP: fchmod-y--secontext_mismatch.gen.test\nSKIP: fchmodat--secontext.gen.test\nPASS: fchmodat.gen.test\nSKIP: fchmodat--secontext_full.gen.test\nSKIP: fchmodat--secontext_full_mismatch.gen.test\nSKIP: fchmodat--secontext_mismatch.gen.test\nSKIP: fchmodat2--secontext.gen.test\nPASS: fchmodat2.gen.test\nSKIP: fchmodat2--secontext_full.gen.test\nSKIP: fchmodat2--secontext_full_mismatch.gen.test\nSKIP: fchmodat2--secontext_mismatch.gen.test\nSKIP: fchown32.gen.test\nPASS: fchown.gen.test\nPASS: fchownat.gen.test\nSKIP: fchownat--secontext.gen.test\nSKIP: fchownat--secontext_full.gen.test\nSKIP: fchownat--secontext_full_mismatch.gen.test\nSKIP: fchownat--secontext_mismatch.gen.test\nSKIP: fcntl--pidns-translation.gen.test\nPASS: fcntl.gen.test\nSKIP: fcntl64.gen.test\nSKIP: fcntl64--pidns-translation.gen.test\nPASS: fdatasync.gen.test\nSKIP: file_handle--secontext.gen.test\nPASS: clock.gen.test\nPASS: file_handle.gen.test\nSKIP: file_handle--secontext_full.gen.test\nSKIP: file_handle--secontext_full_mismatch.gen.test\nSKIP: file_handle--secontext_mismatch.gen.test\nPASS: filter_seccomp-flag.gen.test\nPASS: finit_module.gen.test\nPASS: flock.gen.test\nPASS: filter_seccomp.gen.test\nPASS: fork-f.gen.test\nPASS: fsconfig.gen.test\nPASS: fsconfig-P.gen.test\nPASS: fsmount.gen.test\nPASS: fsopen.gen.test\nPASS: fspick.gen.test\nPASS: fspick-P.gen.test\nPASS: fstat.gen.test\nPASS: fstat-Xabbrev.gen.test\nPASS: fstat-Xraw.gen.test\nPASS: fstat-Xverbose.gen.test\nSKIP: fstat64.gen.test\nSKIP: fstat64-Xabbrev.gen.test\nSKIP: fstat64-Xraw.gen.test\nSKIP: fstat64-Xverbose.gen.test\nSKIP: fstatat64.gen.test\nSKIP: fstatfs64.gen.test\nPASS: fstatfs.gen.test\nPASS: fsync.gen.test\nPASS: fsync-y.gen.test\nPASS: ftruncate.gen.test\nSKIP: ftruncate64.gen.test\nPASS: futex_requeue-Xabbrev.gen.test\nPASS: futex_requeue.gen.test\nPASS: futex_requeue-Xraw.gen.test\nPASS: futex_requeue-Xverbose.gen.test\nPASS: futex_wait.gen.test\nPASS: futex_wait-Xabbrev.gen.test\nPASS: futex_wait-Xraw.gen.test\nPASS: futex_waitv.gen.test\nPASS: futex_wait-Xverbose.gen.test\nPASS: futex_wake.gen.test\nPASS: futex_wake-Xraw.gen.test\nPASS: futex_wake-Xabbrev.gen.test\nPASS: futex_wake-Xverbose.gen.test\nSKIP: get_mempolicy.gen.test\nPASS: futimesat.gen.test\nPASS: getcpu.gen.test\nPASS: getcwd.gen.test\nPASS: getdents.gen.test\nPASS: getdents-v.gen.test\nPASS: getdents64.gen.test\nPASS: getdents64-v.gen.test\nPASS: getegid.gen.test\nSKIP: getegid32.gen.test\nPASS: getegid-creds.gen.test\nSKIP: getegid32-creds.gen.test\nPASS: geteuid.gen.test\nPASS: geteuid-creds.gen.test\nSKIP: geteuid32.gen.test\nSKIP: geteuid32-creds.gen.test\nPASS: getgid.gen.test\nPASS: getgid-creds.gen.test\nSKIP: getgid32.gen.test\nSKIP: getgid32-creds.gen.test\nSKIP: getgroups32.gen.test\nPASS: getgroups.gen.test\nPASS: getpeername.gen.test\nSKIP: getpgrp--pidns-translation.gen.test\nPASS: getpgrp.gen.test\nSKIP: getpid--pidns-translation.gen.test\nPASS: getpid.gen.test\nPASS: getppid.gen.test\nPASS: getrandom.gen.test\nPASS: getresgid.gen.test\nSKIP: getresgid32.gen.test\nSKIP: getresuid32.gen.test\nPASS: getresuid.gen.test\nPASS: getrlimit.gen.test\nPASS: getrusage.gen.test\nPASS: getsid.gen.test\nSKIP: getsid--pidns-translation.gen.test\nSKIP: getsockname--secontext.gen.test\nPASS: getsockname.gen.test\nSKIP: getsockname--secontext_full.gen.test\nSKIP: getsockname--secontext_full_mismatch.gen.test\nSKIP: getsockname--secontext_mismatch.gen.test\nPASS: gettid.gen.test\nSKIP: getuid32.gen.test\nPASS: getuid-creds.gen.test\nSKIP: getuid32-creds.gen.test\nPASS: getxattrat.gen.test\nPASS: getxattrat-P.gen.test\nPASS: getxattrat-y.gen.test\nSKIP: getxgid.gen.test\nSKIP: getxpid.gen.test\nPASS: getxattrat-yy.gen.test\nSKIP: getxuid.gen.test\nPASS: group_req.gen.test\nPASS: inet-cmsg.gen.test\nPASS: init_module.gen.test\nPASS: inotify_init.gen.test\nPASS: inotify.gen.test\nPASS: inotify_init1.gen.test\nPASS: inotify_init1-y.gen.test\nPASS: io_uring_enter.gen.test\nPASS: bpf-obj_get_info_by_fd-v.gen.test\nPASS: io_uring_register.gen.test\nPASS: io_uring_register-Xabbrev.gen.test\nPASS: io_uring_register-Xverbose.gen.test\nPASS: io_uring_register-success.gen.test\nPASS: io_uring_register-Xraw.gen.test\nPASS: io_uring_setup.gen.test\nPASS: ioctl-v.gen.test\nPASS: ioctl_block.gen.test\nPASS: ioctl_counter.gen.test\nPASS: ioctl_counter-Xabbrev.gen.test\nPASS: io_uring_register-success-Xabbrev.gen.test\nPASS: ioctl_counter-Xraw.gen.test\nPASS: io_uring_register-success-Xraw.gen.test\nPASS: ioctl_counter-Xverbose.gen.test\nPASS: ioctl_dm.gen.test\nPASS: ioctl_dm-v.gen.test\nPASS: ioctl_epoll.gen.test\nPASS: ioctl_epoll-Xabbrev.gen.test\nPASS: ioctl_epoll-Xverbose.gen.test\nPASS: ioctl_epoll-Xraw.gen.test\nPASS: io_uring_register-success-Xverbose.gen.test\nPASS: ioctl_epoll-success.gen.test\nPASS: ioctl_epoll-success-Xabbrev.gen.test\nPASS: ioctl_epoll-success-Xraw.gen.test\nPASS: ioctl_epoll-success-Xverbose.gen.test\nPASS: ioctl_evdev.gen.test\nPASS: ioctl_evdev-Xabbrev.gen.test\nPASS: ioctl_evdev-Xraw.gen.test\nPASS: ioctl_evdev-Xverbose.gen.test\nPASS: ioctl_evdev-success-Xabbrev.gen.test\nPASS: ioctl_evdev-success-Xraw.gen.test\nPASS: ioctl_evdev-success-Xverbose.gen.test\nPASS: ioctl_evdev-success-v.gen.test\nPASS: ioctl_evdev-v.gen.test\nPASS: ioctl_evdev-v-Xabbrev.gen.test\nPASS: ioctl_evdev-success-v-Xraw.gen.test\nPASS: ioctl_evdev-success-v-Xverbose.gen.test\nPASS: ioctl_evdev-v-Xraw.gen.test\nPASS: ioctl_evdev-v-Xverbose.gen.test\nPASS: ioctl_fiemap.gen.test\nPASS: ioctl_fiemap-Xabbrev.gen.test\nPASS: ioctl_fiemap-Xraw.gen.test\nPASS: ioctl_evdev-success-v-Xabbrev.gen.test\nPASS: ioctl_fiemap-Xverbose.gen.test\nPASS: ioctl_fiemap-success.gen.test\nPASS: ioctl_fiemap-success-Xabbrev.gen.test\nPASS: ioctl_fiemap-success-Xraw.gen.test\nPASS: ioctl_fiemap-success-Xverbose.gen.test\nPASS: ioctl_fiemap-success-v.gen.test\nPASS: ioctl_fiemap-success-v-Xabbrev.gen.test\nPASS: ioctl_fiemap-success-v-Xraw.gen.test\nPASS: ioctl_fs_f.gen.test\nPASS: ioctl_fiemap-success-v-Xverbose.gen.test\nPASS: ioctl_fs_f-Xabbrev.gen.test\nPASS: ioctl_fs_f-Xraw.gen.test\nPASS: ioctl_fs_f-Xverbose.gen.test\nPASS: ioctl_fs_x-Xabbrev.gen.test\nPASS: ioctl_fs_x.gen.test\nPASS: ioctl_fs_x-Xverbose.gen.test\nPASS: ioctl_fs_x-Xraw.gen.test\nPASS: ioctl_fs_x-success.gen.test\nPASS: ioctl_fs_x-success-Xabbrev.gen.test\nPASS: ioctl_fs_x-success-Xraw.gen.test\nPASS: ioctl_fs_x-success-Xverbose.gen.test\nPASS: ioctl_gpio.gen.test\nPASS: ioctl_gpio-Xabbrev.gen.test\nPASS: ioctl_gpio-Xraw.gen.test\nPASS: ioctl_gpio-Xverbose.gen.test\nPASS: ioctl_gpio-success.gen.test\nPASS: ioctl_gpio-success-Xabbrev.gen.test\nPASS: ioctl_gpio-success-Xraw.gen.test\nPASS: ioctl_gpio-success-Xverbose.gen.test\nPASS: ioctl_gpio-success-v.gen.test\nPASS: ioctl_gpio-success-v-Xabbrev.gen.test\nPASS: ioctl_gpio-success-v-Xraw.gen.test\nPASS: ioctl_gpio-success-v-Xverbose.gen.test\nPASS: ioctl_gpio-v.gen.test\nPASS: ioctl_gpio-v-Xabbrev.gen.test\nPASS: ioctl_gpio-v-Xraw.gen.test\nPASS: ioctl_gpio-v-Xverbose.gen.test\nPASS: ioctl_hdio-Xabbrev.gen.test\nPASS: ioctl_hdio.gen.test\nPASS: ioctl_hdio-Xraw.gen.test\nPASS: ioctl_hdio-Xverbose.gen.test\nPASS: ioctl_hdio-success-Xabbrev.gen.test\nPASS: ioctl_hdio-success.gen.test\nPASS: ioctl_hdio-success-Xraw.gen.test\nPASS: ioctl_hdio-success-Xverbose.gen.test\nPASS: ioctl_hdio-success-v.gen.test\nPASS: ioctl_hdio-success-v-Xabbrev.gen.test\nPASS: ioctl_hdio-success-v-Xraw.gen.test\nPASS: ioctl_hdio-success-v-Xverbose.gen.test\nPASS: ioctl_hdio-v.gen.test\nPASS: ioctl_hdio-v-Xabbrev.gen.test\nPASS: ioctl_hdio-v-Xverbose.gen.test\nPASS: ioctl_hdio-v-Xraw.gen.test\nPASS: ioctl_inotify.gen.test\nPASS: ioctl_kd.gen.test\nPASS: ioctl_kd-Xabbrev.gen.test\nPASS: ioctl_kd-Xraw.gen.test\nPASS: ioctl_kd-Xverbose.gen.test\nPASS: ioctl_kd-success.gen.test\nPASS: ioctl_kd-success-Xabbrev.gen.test\nPASS: ioctl_kd-success-Xraw.gen.test\nPASS: ioctl_kd-success-Xverbose.gen.test\nPASS: ioctl_kd-success-s1024.gen.test\nPASS: ioctl_kd-success-s1024-Xabbrev.gen.test\nPASS: ioctl_kd-success-s1024-Xraw.gen.test\nPASS: ioctl_kd-success-s1024-Xverbose.gen.test\nSKIP: ioctl_kvm_run.gen.test\nSKIP: ioctl_kvm_run-v.gen.test\nSKIP: ioctl_kvm_run_auxstr_vcpu.gen.test\nPASS: ioctl_lirc.gen.test\nPASS: ioctl_lirc-success.gen.test\nPASS: ioctl_loop.gen.test\nPASS: ioctl_loop-nv.gen.test\nPASS: ioctl_loop-v.gen.test\nPASS: ioctl_mtd.gen.test\nPASS: ioctl_mtd-success.gen.test\nPASS: ioctl_nbd.gen.test\nPASS: ioctl_nsfs.gen.test\nPASS: ioctl_nsfs-ns_get_pid.gen.test\nSKIP: ioctl_nsfs-ns_get_pid--pidns-translation.gen.test\nPASS: ioctl_nsfs-ns_mnt_get.gen.test\nPASS: ioctl_perf.gen.test\nPASS: ioctl_perf-success.gen.test\nPASS: ioctl_ptp-Xabbrev.gen.test\nPASS: ioctl_ptp.gen.test\nPASS: ioctl_ptp-Xraw.gen.test\nPASS: ioctl_ptp-Xverbose.gen.test\nPASS: ioctl_ptp-success.gen.test\nPASS: ioctl_ptp-success-Xabbrev.gen.test\nPASS: ioctl_random.gen.test\nPASS: ioctl_ptp-success-Xraw.gen.test\nPASS: ioctl_rtc.gen.test\nPASS: ioctl_ptp-success-Xverbose.gen.test\nPASS: ioctl_scsi.gen.test\nPASS: ioctl_rtc-v.gen.test\nPASS: ioctl_rtc-success.gen.test\nPASS: ioctl_seccomp.gen.test\nSKIP: ioctl_seccomp--pidns-translation.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation.gen.test\nPASS: ioctl_seccomp-y.gen.test\nPASS: ioctl_seccomp-success.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation-Xabbrev.gen.test\nPASS: ioctl_seccomp-y-success.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation-Xraw.gen.test\nSKIP: ioctl_seccomp-y-success--pidns-translation-Xverbose.gen.test\nPASS: ioctl_seccomp-y-success-Xabbrev.gen.test\nPASS: ioctl_seccomp-y-success-Xraw.gen.test\nPASS: ioctl_seccomp-y-success-Xverbose.gen.test\nPASS: ioctl_sg_io_v3.gen.test\nPASS: ioctl_sg_io_v4.gen.test\nPASS: ioctl_sock.gen.test\nPASS: ioctl_tee.gen.test\nPASS: ioctl_sock_gifconf.gen.test\nPASS: ioctl_termios.gen.test\nPASS: ioctl_tiocm.gen.test\nPASS: ioctl_termios-v.gen.test\nPASS: ioctl_ubi.gen.test\nPASS: ioctl_ubi-success.gen.test\nPASS: ioctl_uffdio.gen.test\nPASS: ioctl_v4l2.gen.test\nPASS: ioctl_v4l2-Xabbrev.gen.test\nPASS: ioctl_v4l2-Xraw.gen.test\nPASS: ioctl_v4l2-Xverbose.gen.test\nPASS: ioctl_v4l2-success.gen.test\nPASS: ioctl_v4l2-success-Xabbrev.gen.test\nPASS: ioctl_v4l2-success-Xraw.gen.test\nPASS: ioctl_v4l2-success-Xverbose.gen.test\nPASS: ioctl_v4l2-success-v.gen.test\nPASS: ioctl_v4l2-success-v-Xabbrev.gen.test\nPASS: ioctl_v4l2-success-v-Xraw.gen.test\nPASS: ioctl_v4l2-success-v-Xverbose.gen.test\nPASS: ioctl_v4l2-v-Xraw.gen.test\nPASS: ioctl_v4l2-v.gen.test\nPASS: ioctl_watchdog.gen.test\nPASS: ioctl_v4l2-v-Xabbrev.gen.test\nPASS: ioctl_watchdog-success.gen.test\nPASS: ioctl_watchdog-success-v.gen.test\nPASS: ioctl_winsize.gen.test\nPASS: iopl.gen.test\nPASS: ioperm.gen.test\nPASS: ioprio.gen.test\nSKIP: ioprio--pidns-translation.gen.test\nPASS: ioctl_v4l2-v-Xverbose.gen.test\nPASS: ioprio-Xabbrev.gen.test\nPASS: ioprio-Xraw.gen.test\nPASS: ioprio-Xverbose.gen.test\nPASS: ip_local_port_range.gen.test\nPASS: ip_local_port_range-Xabbrev.gen.test\nPASS: ip_local_port_range-Xraw.gen.test\nPASS: ip_local_port_range-Xverbose.gen.test\nPASS: ip_local_port_range-success.gen.test\nPASS: ip_local_port_range-success-Xabbrev.gen.test\nPASS: ip_local_port_range-success-Xraw.gen.test\nPASS: ip_local_port_range-success-Xverbose.gen.test\nPASS: ip_mreq.gen.test\nPASS: ip_protocol.gen.test\nPASS: ip_protocol-Xabbrev.gen.test\nPASS: ip_protocol-Xraw.gen.test\nPASS: ip_protocol-Xverbose.gen.test\nSKIP: ipc.gen.test\nPASS: ipc_msg.gen.test\nPASS: ipc_msg-Xabbrev.gen.test\nPASS: ipc_msg-Xraw.gen.test\nPASS: ipc_msg-Xverbose.gen.test\nPASS: ipc_msgbuf-Xabbrev.gen.test\nPASS: ipc_msgbuf-Xraw.gen.test\nPASS: ipc_msgbuf-Xverbose.gen.test\nPASS: ipc_sem.gen.test\nPASS: ipc_sem-Xabbrev.gen.test\nPASS: ipc_sem-Xraw.gen.test\nPASS: ipc_sem-Xverbose.gen.test\nPASS: ipc_shm.gen.test\nPASS: ipc_shm-Xabbrev.gen.test\nPASS: kcmp.gen.test\nPASS: ipc_shm-Xraw.gen.test\nPASS: kcmp-y.gen.test\nPASS: ipc_shm-Xverbose.gen.test\nSKIP: kcmp-y--pidns-translation.gen.test\nSKIP: kern_features.gen.test\nPASS: kernel_version.gen.test\nPASS: kernel_version-Xabbrev.gen.test\nPASS: kernel_version-Xraw.gen.test\nPASS: kernel_version-Xverbose.gen.test\nPASS: kexec_file_load.gen.test\nPASS: kexec_load.gen.test\nPASS: keyctl.gen.test\nPASS: keyctl-Xabbrev.gen.test\nPASS: keyctl-Xraw.gen.test\nSKIP: kill--pidns-translation.gen.test\nPASS: keyctl-Xverbose.gen.test\nPASS: kill.gen.test\nPASS: ksysent.gen.test\nPASS: landlock_add_rule.gen.test\nPASS: landlock_add_rule-y.gen.test\nPASS: landlock_create_ruleset.gen.test\nPASS: landlock_create_ruleset-success.gen.test\nPASS: landlock_create_ruleset-success-y.gen.test\nPASS: landlock_create_ruleset-y.gen.test\nPASS: landlock_restrict_self.gen.test\nPASS: landlock_restrict_self-y.gen.test\nPASS: lchown.gen.test\nSKIP: lchown32.gen.test\nPASS: link.gen.test\nSKIP: linkat--secontext.gen.test\nPASS: link-P.gen.test\nPASS: linkat.gen.test\nSKIP: linkat--secontext_full.gen.test\nSKIP: linkat--secontext_full_mismatch.gen.test\nSKIP: linkat--secontext_mismatch.gen.test\nPASS: listmount-success.gen.test\nPASS: listmount.gen.test\nPASS: listxattrat-P.gen.test\nPASS: listxattrat.gen.test\nPASS: listxattrat-y.gen.test\nPASS: listxattrat-yy.gen.test\nPASS: lookup_dcookie.gen.test\nPASS: lsm_get_self_attr.gen.test\nPASS: lsm_get_self_attr-success.gen.test\nPASS: lsm_list_modules.gen.test\nPASS: lsm_list_modules-success.gen.test\nPASS: lsm_set_self_attr.gen.test\nSKIP: lstat64.gen.test\nPASS: lstat.gen.test\nPASS: madvise.gen.test\nPASS: madvise-Xraw.gen.test\nPASS: madvise-Xabbrev.gen.test\nPASS: madvise-Xverbose.gen.test\nPASS: map_shadow_stack.gen.test\nPASS: map_shadow_stack-Xabbrev.gen.test\nPASS: map_shadow_stack-Xraw.gen.test\nPASS: map_shadow_stack-Xverbose.gen.test\nPASS: maybe_switch_current_tcp.gen.test\nSKIP: mbind.gen.test\nSKIP: mbind-Xabbrev.gen.test\nSKIP: mbind-Xraw.gen.test\nSKIP: mbind-Xverbose.gen.test\nPASS: membarrier.gen.test\nPASS: memfd_create.gen.test\nPASS: memfd_create-Xabbrev.gen.test\nPASS: memfd_create-Xverbose.gen.test\nPASS: memfd_create-Xraw.gen.test\nPASS: maybe_switch_current_tcp--quiet-thread-execve.gen.test\nPASS: memfd_secret-success.gen.test\nPASS: memfd_secret.gen.test\nPASS: memfd_secret-success-y.gen.test\nPASS: migrate_pages.gen.test\nSKIP: migrate_pages--pidns-translation.gen.test\nPASS: mkdir.gen.test\nPASS: mkdirat.gen.test\nPASS: mincore.gen.test\nPASS: mknod.gen.test\nPASS: mknodat.gen.test\nPASS: mlock.gen.test\nPASS: mlock2.gen.test\nPASS: mlockall.gen.test\nPASS: mmap-Xabbrev.gen.test\nPASS: mmap-Xraw.gen.test\nPASS: mmap-Xverbose.gen.test\nPASS: mmap64.gen.test\nPASS: mmap64-Xabbrev.gen.test\nPASS: mmsg.gen.test\nPASS: mmap64-Xraw.gen.test\nPASS: mmap64-Xverbose.gen.test\nPASS: mmsg-silent.gen.test\nPASS: mmsg_name.gen.test\nPASS: modify_ldt.gen.test\nPASS: mmsg_name-v.gen.test\nPASS: mount.gen.test\nPASS: mount-Xabbrev.gen.test\nPASS: mount-Xraw.gen.test\nPASS: mount-Xverbose.gen.test\nPASS: mount_setattr.gen.test\nPASS: mount_setattr-P.gen.test\nPASS: move_mount.gen.test\nSKIP: move_pages--pidns-translation.gen.test\nPASS: move_mount-P.gen.test\nPASS: move_pages.gen.test\nPASS: move_pages-Xabbrev.gen.test\nPASS: move_pages-Xverbose.gen.test\nPASS: move_pages-Xraw.gen.test\nPASS: mq.gen.test\nPASS: mq_sendrecv.gen.test\nPASS: mq_sendrecv-read.gen.test\nPASS: mseal.gen.test\nPASS: mq_sendrecv-write.gen.test\nPASS: msg_name.gen.test\nPASS: munlockall.gen.test\nSKIP: net--decode-fds-all-netlink.gen.test\nSKIP: net--decode-fds-dev-netlink.gen.test\nSKIP: net--decode-fds-none-netlink.gen.test\nSKIP: net--decode-fds-path-netlink.gen.test\nSKIP: net--decode-fds-socket-netlink.gen.test\nPASS: net-icmp_filter.gen.test\nPASS: net-packet_mreq.gen.test\nPASS: net-packet_mreq-Xabbrev.gen.test\nPASS: net-packet_mreq-Xraw.gen.test\nPASS: net-packet_mreq-Xverbose.gen.test\nPASS: net-sockaddr.gen.test\nSKIP: net-sockaddr--pidns-translation.gen.test\nPASS: net-tpacket_req.gen.test\nPASS: net-tpacket_stats.gen.test\nPASS: net-tpacket_stats-success.gen.test\nPASS: net-yy-inet6.gen.test\nSKIP: netlink_audit.gen.test\nSKIP: netlink_crypto.gen.test\nSKIP: netlink_generic.gen.test\nSKIP: netlink_kobject_uevent.gen.test\nSKIP: netlink_netfilter.gen.test\nSKIP: netlink_nlctrl.gen.test\nSKIP: netlink_protocol.gen.test\nPASS: nanosleep.gen.test\nSKIP: netlink_route.gen.test\nSKIP: netlink_selinux.gen.test\nSKIP: netlink_xfrm.gen.test\nSKIP: nfnetlink_acct.gen.test\nPASS: newfstatat.gen.test\nSKIP: nfnetlink_cthelper.gen.test\nPASS: msg_control-v.gen.test\nSKIP: nfnetlink_ctnetlink.gen.test\nSKIP: nfnetlink_cttimeout.gen.test\nSKIP: nfnetlink_ctnetlink_exp.gen.test\nSKIP: nfnetlink_ipset.gen.test\nSKIP: nfnetlink_nft_compat.gen.test\nSKIP: nfnetlink_nftables.gen.test\nSKIP: nfnetlink_osf.gen.test\nSKIP: nfnetlink_queue.gen.test\nSKIP: nfnetlink_ulog.gen.test\nPASS: msg_control.gen.test\nSKIP: nlattr.gen.test\nSKIP: nlattr_br_port_msg.gen.test\nSKIP: nlattr_cachereport.gen.test\nSKIP: nlattr_cachereport-Xabbrev.gen.test\nSKIP: nlattr_cachereport-Xraw.gen.test\nSKIP: nlattr_cachereport-Xverbose.gen.test\nSKIP: nlattr_crypto_user_alg.gen.test\nSKIP: nlattr_dcbmsg.gen.test\nSKIP: nlattr_fib_rule_hdr.gen.test\nSKIP: nlattr_ifaddrlblmsg.gen.test\nSKIP: nlattr_ifaddrmsg.gen.test\nSKIP: nlattr_ifinfomsg.gen.test\nSKIP: nlattr_ifla_af_spec.gen.test\nSKIP: nlattr_ifla_brport.gen.test\nSKIP: nlattr_ifla_brport-Xabbrev.gen.test\nSKIP: nlattr_ifla_brport-Xraw.gen.test\nSKIP: nlattr_ifla_linkinfo.gen.test\nSKIP: nlattr_ifla_brport-Xverbose.gen.test\nSKIP: nlattr_ifla_port.gen.test\nSKIP: nlattr_ifla_protinfo.gen.test\nSKIP: nlattr_ifla_protinfo-Xabbrev.gen.test\nSKIP: nlattr_ifla_protinfo-Xraw.gen.test\nSKIP: nlattr_ifla_protinfo-Xverbose.gen.test\nSKIP: nlattr_ifla_proto_down_reason.gen.test\nSKIP: nlattr_ifla_vfinfo.gen.test\nSKIP: nlattr_ifla_vfinfo-Xabbrev.gen.test\nSKIP: nlattr_ifla_vfinfo-Xraw.gen.test\nSKIP: nlattr_ifla_vfinfo-Xverbose.gen.test\nSKIP: nlattr_ifla_xdp.gen.test\nSKIP: nlattr_ifla_xdp-y.gen.test\nSKIP: nlattr_ifstats.gen.test\nSKIP: nlattr_ifstats-Xabbrev.gen.test\nSKIP: nlattr_ifstats-Xraw.gen.test\nSKIP: nlattr_ifstats-Xverbose.gen.test\nSKIP: nlattr_inet_diag_msg.gen.test\nSKIP: nlattr_inet_diag_req_compat.gen.test\nSKIP: nlattr_inet_diag_req_v2.gen.test\nSKIP: nlattr_mdba_mdb_entry.gen.test\nSKIP: nlattr_mdba_router_port.gen.test\nSKIP: nlattr_ndmsg.gen.test\nSKIP: nlattr_ndtmsg.gen.test\nSKIP: nlattr_netconfmsg.gen.test\nSKIP: nlattr_netlink_diag_msg.gen.test\nSKIP: nlattr_nhmsg.gen.test\nSKIP: nlattr_nhmsg-Xraw.gen.test\nSKIP: nlattr_nhmsg-Xabbrev.gen.test\nSKIP: nlattr_nhmsg-Xverbose.gen.test\nSKIP: nlattr_nlmsgerr.gen.test\nSKIP: nlattr_packet_diag_msg.gen.test\nSKIP: nlattr_rtgenmsg.gen.test\nSKIP: nlattr_smc_diag_msg.gen.test\nSKIP: nlattr_rtmsg.gen.test\nSKIP: nlattr_tc_stats.gen.test\nSKIP: nlattr_tca_stab.gen.test\nSKIP: nlattr_tcamsg.gen.test\nSKIP: nlattr_tcamsg-Xabbrev.gen.test\nSKIP: nlattr_tcamsg-Xraw.gen.test\nSKIP: nlattr_tcamsg-Xverbose.gen.test\nSKIP: nlattr_unix_diag_msg.gen.test\nSKIP: nlattr_tcmsg.gen.test\nSKIP: old_mmap.gen.test\nSKIP: old_mmap-P.gen.test\nSKIP: old_mmap-Xabbrev.gen.test\nSKIP: old_mmap-Xverbose.gen.test\nSKIP: old_mmap-Xraw.gen.test\nSKIP: old_mmap-v-none.gen.test\nSKIP: oldfstat.gen.test\nSKIP: oldlstat.gen.test\nSKIP: oldselect.gen.test\nSKIP: oldselect-P.gen.test\nSKIP: oldselect-efault.gen.test\nSKIP: oldselect-efault-P.gen.test\nSKIP: oldstat.gen.test\nSKIP: open--secontext.gen.test\nSKIP: open--secontext_full.gen.test\nPASS: open.gen.test\nSKIP: open--secontext_full_mismatch.gen.test\nSKIP: open--secontext_mismatch.gen.test\nPASS: open_tree-P.gen.test\nPASS: open_tree.gen.test\nPASS: open_tree_attr-P.gen.test\nPASS: open_tree_attr.gen.test\nSKIP: openat--secontext.gen.test\nSKIP: openat--secontext_full.gen.test\nPASS: openat.gen.test\nSKIP: openat--secontext_full_mismatch.gen.test\nSKIP: openat--secontext_mismatch.gen.test\nPASS: openat2-Xabbrev.gen.test\nPASS: openat2-Xraw.gen.test\nPASS: openat2.gen.test\nPASS: openat2-Xverbose.gen.test\nPASS: openat2-v.gen.test\nPASS: openat2-v-y-Xabbrev.gen.test\nPASS: openat2-v-y.gen.test\nPASS: openat2-v-y-Xraw.gen.test\nPASS: openat2-v-y-Xverbose.gen.test\nSKIP: osf_utimes.gen.test\nPASS: openat2-y.gen.test\nPASS: perf_event_open_nonverbose.gen.test\nPASS: perf_event_open.gen.test\nPASS: perf_event_open_unabbrev.gen.test\nPASS: personality-Xabbrev.gen.test\nPASS: personality-Xraw.gen.test\nPASS: personality-Xverbose.gen.test\nPASS: pidfd_getfd.gen.test\nPASS: pidfd_getfd-y.gen.test\nPASS: pidfd_getfd-yy.gen.test\nPASS: pidfd_open.gen.test\nPASS: pidfd_open--decode-fd-all.gen.test\nPASS: pidfd_open--decode-fd-none.gen.test\nPASS: pidfd_open--decode-fd-path.gen.test\nPASS: pidfd_open--decode-fd-pidfd.gen.test\nSKIP: pidfd_open--pidns-translation.gen.test\nPASS: pidfd_open--decode-fd-socket.gen.test\nPASS: pidfd_open-P.gen.test\nPASS: pidfd_open-y.gen.test\nPASS: pidfd_open-yy.gen.test\nPASS: pidfd_send_signal.gen.test\nSKIP: pidfd_send_signal--pidns-translation.gen.test\nPASS: pipe2.gen.test\nPASS: pkey_alloc.gen.test\nPASS: pkey_free.gen.test\nPASS: pkey_mprotect.gen.test\nPASS: poke-sendfile.gen.test\nPASS: ppoll.gen.test\nPASS: ppoll-P.gen.test\nPASS: ppoll-e-trace-fds-23.gen.test\nPASS: ppoll-e-trace-fds-23-42.gen.test\nPASS: ppoll-e-trace-fds-not-9-42-P.gen.test\nPASS: ppoll-v.gen.test\nPASS: prctl-arg2-intptr.gen.test\nPASS: prctl-cap-ambient.gen.test\nPASS: prctl-capbset.gen.test\nPASS: prctl-dumpable.gen.test\nPASS: pause.gen.test\nPASS: prctl-mce-kill.gen.test\nPASS: prctl-name.gen.test\nPASS: prctl-no-args.gen.test\nPASS: prctl-no-args-Xabbrev.gen.test\nPASS: prctl-mdwe.gen.test\nPASS: prctl-fp-mode.gen.test\nPASS: prctl-no-args-Xraw.gen.test\nPASS: prctl-no-args-Xverbose.gen.test\nPASS: prctl-no-args-success.gen.test\nPASS: prctl-no-args-success-Xabbrev.gen.test\nPASS: prctl-no-args-success-Xraw.gen.test\nPASS: prctl-pac-enabled-keys.gen.test\nPASS: prctl-pac-enabled-keys-Xabbrev.gen.test\nPASS: prctl-pac-enabled-keys-Xraw.gen.test\nPASS: prctl-pac-enabled-keys-Xverbose.gen.test\nPASS: prctl-pac-enabled-keys-success.gen.test\nPASS: prctl-pac-enabled-keys-success-Xabbrev.gen.test\nPASS: prctl-pac-enabled-keys-success-Xverbose.gen.test\nPASS: prctl-pac-enabled-keys-success-Xraw.gen.test\nPASS: prctl-pac-reset-keys.gen.test\nPASS: prctl-pdeathsig.gen.test\nPASS: prctl-ppc-dexcr.gen.test\nPASS: prctl-ppc-dexcr-Xabbrev.gen.test\nPASS: prctl-ppc-dexcr-Xraw.gen.test\nPASS: prctl-ppc-dexcr-Xverbose.gen.test\nPASS: prctl-no-args-success-Xverbose.gen.test\nPASS: prctl-ppc-dexcr-success.gen.test\nPASS: prctl-ppc-dexcr-success-Xabbrev.gen.test\nPASS: prctl-ppc-dexcr-success-Xraw.gen.test\nPASS: prctl-riscv-icache-flush-ctx.gen.test\nPASS: prctl-riscv-icache-flush-ctx-Xabbrev.gen.test\nPASS: prctl-riscv-icache-flush-ctx-Xraw.gen.test\nPASS: prctl-riscv-icache-flush-ctx-Xverbose.gen.test\nPASS: prctl-riscv-v-ctrl.gen.test\nPASS: prctl-riscv-v-ctrl-Xabbrev.gen.test\nPASS: prctl-riscv-v-ctrl-Xraw.gen.test\nPASS: prctl-riscv-v-ctrl-Xverbose.gen.test\nPASS: prctl-ppc-dexcr-success-Xverbose.gen.test\nPASS: prctl-riscv-v-ctrl-success.gen.test\nPASS: prctl-riscv-v-ctrl-success-Xabbrev.gen.test\nPASS: prctl-sched-core.gen.test\nSKIP: prctl-sched-core--pidns-translation.gen.test\nSKIP: prctl-sched-core--pidns-translation-Xabbrev.gen.test\nPASS: prctl-riscv-v-ctrl-success-Xraw.gen.test\nSKIP: prctl-sched-core--pidns-translation-Xraw.gen.test\nSKIP: prctl-sched-core--pidns-translation-Xverbose.gen.test\nPASS: prctl-sched-core-Xabbrev.gen.test\nPASS: prctl-sched-core-Xraw.gen.test\nPASS: prctl-sched-core-Xverbose.gen.test\nPASS: prctl-sched-core-success.gen.test\nPASS: prctl-riscv-v-ctrl-success-Xverbose.gen.test\nSKIP: prctl-sched-core-success--pidns-translation.gen.test\nSKIP: prctl-sched-core-success--pidns-translation-Xabbrev.gen.test\nSKIP: prctl-sched-core-success--pidns-translation-Xraw.gen.test\nSKIP: prctl-sched-core-success--pidns-translation-Xverbose.gen.test\nPASS: prctl-sched-core-success-Xabbrev.gen.test\nPASS: prctl-sched-core-success-Xverbose.gen.test\nPASS: prctl-sched-core-success-Xraw.gen.test\nPASS: prctl-seccomp-filter-v.gen.test\nPASS: prctl-securebits.gen.test\nPASS: prctl-securebits-success.gen.test\nPASS: prctl-securebits-success-Xabbrev.gen.test\nPASS: prctl-securebits-success-Xraw.gen.test\nPASS: prctl-set-ptracer-success.gen.test\nSKIP: prctl-set-ptracer-success--pidns-translation.gen.test\nSKIP: prctl-set-ptracer-success-Xabbrev--pidns-translation.gen.test\nPASS: prctl-set-ptracer-success-Xabbrev.gen.test\nSKIP: prctl-set-ptracer-success-Xraw--pidns-translation.gen.test\nPASS: prctl-securebits-success-Xverbose.gen.test\nPASS: prctl-set-ptracer-success-Xraw.gen.test\nSKIP: prctl-set-ptracer-success-Xverbose--pidns-translation.gen.test\nPASS: prctl-set-ptracer-success-Xverbose.gen.test\nPASS: prctl-set_vma.gen.test\nPASS: prctl-sme.gen.test\nPASS: prctl-sme-Xabbrev.gen.test\nPASS: prctl-sme-Xraw.gen.test\nPASS: prctl-sme-Xverbose.gen.test\nPASS: prctl-sme-success-Xraw.gen.test\nPASS: prctl-sme-success.gen.test\nPASS: prctl-sme-success-Xabbrev.gen.test\nPASS: prctl-sve.gen.test\nPASS: prctl-sve-Xabbrev.gen.test\nPASS: prctl-sve-Xraw.gen.test\nPASS: prctl-sme-success-Xverbose.gen.test\nPASS: prctl-sve-Xverbose.gen.test\nPASS: prctl-spec-inject.gen.test\nPASS: prctl-sve-success.gen.test\nPASS: prctl-sve-success-Xabbrev.gen.test\nPASS: prctl-sve-success-Xraw.gen.test\nPASS: prctl-syscall-user-dispatch.gen.test\nPASS: prctl-tagged-addr.gen.test\nPASS: prctl-tagged-addr-Xabbrev.gen.test\nPASS: prctl-tagged-addr-Xraw.gen.test\nPASS: prctl-tagged-addr-Xverbose.gen.test\nPASS: prctl-sve-success-Xverbose.gen.test\nPASS: prctl-tagged-addr-success.gen.test\nPASS: prctl-tagged-addr-success-Xabbrev.gen.test\nPASS: prctl-tid_address.gen.test\nPASS: prctl-tagged-addr-success-Xraw.gen.test\nPASS: prctl-tsc.gen.test\nPASS: prctl-unalign.gen.test\nPASS: preadv.gen.test\nPASS: pread64-pwrite64.gen.test\nPASS: preadv-pwritev.gen.test\nPASS: preadv2-pwritev2.gen.test\nSKIP: printpath-umovestr-peekdata.gen.test\nPASS: printpath-umovestr-undumpable.gen.test\nPASS: printsignal-Xabbrev.gen.test\nPASS: prctl-tagged-addr-success-Xverbose.gen.test\nPASS: printsignal-Xraw.gen.test\nPASS: printsignal-Xverbose.gen.test\nPASS: printstr.gen.test\nSKIP: printstrn-umoven-peekdata.gen.test\nPASS: printstrn-umoven-undumpable.gen.test\nPASS: prlimit64.gen.test\nSKIP: prlimit64--pidns-translation.gen.test\nPASS: prlimit64-success.gen.test\nSKIP: prlimit64-success--pidns-translation.gen.test\nPASS: process_madvise.gen.test\nPASS: process_madvise-y.gen.test\nPASS: process_madvise-yy.gen.test\nPASS: process_mrelease.gen.test\nPASS: process_mrelease-y.gen.test\nPASS: process_vm_readv.gen.test\nSKIP: process_vm_readv--pidns-translation.gen.test\nPASS: process_vm_writev.gen.test\nSKIP: process_vm_writev--pidns-translation.gen.test\nPASS: orphaned_process_group.gen.test\nSKIP: pselect6_time64.gen.test\nPASS: ptrace.gen.test\nPASS: ptrace-Xabbrev.gen.test\nPASS: pselect6.gen.test\nPASS: ptrace-Xraw.gen.test\nPASS: ptrace-y.gen.test\nPASS: ptrace-Xverbose.gen.test\nPASS: ptrace-y-Xabbrev.gen.test\nPASS: ptrace-y-Xraw.gen.test\nPASS: ptrace-y-Xverbose.gen.test\nPASS: ptrace_set_syscall_info.gen.test\nPASS: ptrace_set_syscall_info-Xabbrev.gen.test\nPASS: ptrace_set_syscall_info-Xraw.gen.test\nPASS: ptrace_syscall_info.gen.test\nPASS: ptrace_set_syscall_info-Xverbose.gen.test\nPASS: ptrace_syscall_info-Xabbrev.gen.test\nPASS: ptrace_syscall_info-Xraw.gen.test\nPASS: ptrace_syscall_info-Xverbose.gen.test\nPASS: pwritev.gen.test\nPASS: quotactl.gen.test\nPASS: quotactl-Xabbrev.gen.test\nPASS: quotactl-Xraw.gen.test\nPASS: quotactl-Xverbose.gen.test\nPASS: quotactl-success.gen.test\nPASS: quotactl-success-v.gen.test\nPASS: quotactl-v.gen.test\nPASS: quotactl-xfs.gen.test\nPASS: quotactl-xfs-success.gen.test\nPASS: quotactl-xfs-success-v.gen.test\nPASS: quotactl-xfs-v.gen.test\nPASS: quotactl_fd.gen.test\nPASS: quotactl_fd-P.gen.test\nPASS: quotactl_fd-y.gen.test\nPASS: readahead.gen.test\nSKIP: readdir.gen.test\nPASS: readlink.gen.test\nPASS: readlinkat.gen.test\nPASS: reboot.gen.test\nSKIP: recv-MSG_TRUNC.gen.test\nPASS: recvfrom.gen.test\nPASS: recvfrom-MSG_TRUNC.gen.test\nPASS: recvmmsg-timeout.gen.test\nPASS: recvmsg.gen.test\nPASS: printstrn-umoven.gen.test\nPASS: remap_file_pages.gen.test\nPASS: remap_file_pages-Xabbrev.gen.test\nPASS: remap_file_pages-Xraw.gen.test\nPASS: remap_file_pages-Xverbose.gen.test\nPASS: removexattrat.gen.test\nPASS: removexattrat-P.gen.test\nPASS: removexattrat-y.gen.test\nPASS: removexattrat-yy.gen.test\nPASS: rename.gen.test\nPASS: renameat.gen.test\nPASS: renameat2.gen.test\nPASS: request_key.gen.test\nSKIP: riscv_flush_icache.gen.test\nPASS: rmdir.gen.test\nPASS: rt_sigpending.gen.test\nPASS: rt_sigprocmask.gen.test\nPASS: rt_sigqueueinfo.gen.test\nSKIP: rt_sigqueueinfo--pidns-translation.gen.test\nPASS: rt_sigreturn.gen.test\nPASS: rt_sigsuspend.gen.test\nPASS: printpath-umovestr.gen.test\nPASS: rt_sigtimedwait.gen.test\nSKIP: rt_tgsigqueueinfo--pidns-translation.gen.test\nPASS: rt_tgsigqueueinfo.gen.test\nSKIP: s390_guarded_storage.gen.test\nSKIP: s390_guarded_storage-v.gen.test\nSKIP: s390_pci_mmio_read_write.gen.test\nSKIP: s390_runtime_instr.gen.test\nSKIP: s390_sthyi.gen.test\nSKIP: s390_sthyi-v.gen.test\nPASS: sched_get_priority_mxx.gen.test\nPASS: sched_rr_get_interval.gen.test\nPASS: sched_xetaffinity.gen.test\nSKIP: sched_xetaffinity--pidns-translation.gen.test\nPASS: sched_xetattr.gen.test\nSKIP: sched_xetattr--pidns-translation.gen.test\nPASS: sched_xetparam.gen.test\nSKIP: sched_xetparam--pidns-translation.gen.test\nPASS: sched_xetscheduler.gen.test\nSKIP: sched_xetscheduler--pidns-translation.gen.test\nPASS: sched_yield.gen.test\nPASS: scm_credentials.gen.test\nPASS: scm_pidfd.gen.test\nPASS: scm_pidfd-success.gen.test\nPASS: seccomp-filter.gen.test\nPASS: seccomp-filter-v.gen.test\nPASS: seccomp_get_action_avail.gen.test\nPASS: seccomp_get_notif_sizes.gen.test\nPASS: seccomp_get_notif_sizes-success.gen.test\nPASS: segv_accerr.gen.test\nSKIP: segv_pkuerr.gen.test\nPASS: read-write.gen.test\nPASS: select.gen.test\nPASS: select-P.gen.test\nPASS: select-trace-fd-7.gen.test\nPASS: select-trace-fd-7-9.gen.test\nPASS: semop.gen.test\nSKIP: semop-indirect.gen.test\nPASS: select-trace-fd-7-P.gen.test\nSKIP: semtimedop-ipc.gen.test\nPASS: semtimedop.gen.test\nSKIP: semtimedop_time64.gen.test\nPASS: sendfile.gen.test\nSKIP: sendfile64.gen.test\nSKIP: set_mempolicy.gen.test\nSKIP: set_mempolicy-Xabbrev.gen.test\nSKIP: set_mempolicy-Xraw.gen.test\nSKIP: set_mempolicy-Xverbose.gen.test\nPASS: set_mempolicy_home_node.gen.test\nPASS: setdomainname.gen.test\nSKIP: setfsgid32.gen.test\nPASS: setfsgid.gen.test\nPASS: setfsuid.gen.test\nSKIP: setfsuid32.gen.test\nSKIP: setgid32.gen.test\nPASS: setgid.gen.test\nSKIP: setgroups32.gen.test\nPASS: setgroups.gen.test\nPASS: sethostname.gen.test\nPASS: setns.gen.test\nPASS: setns-report-ns-id.gen.test\nPASS: setregid.gen.test\nSKIP: setregid32.gen.test\nSKIP: setresgid32.gen.test\nPASS: setresgid.gen.test\nSKIP: setresuid32.gen.test\nPASS: setresuid.gen.test\nSKIP: setreuid32.gen.test\nPASS: setreuid.gen.test\nPASS: setrlimit.gen.test\nPASS: setrlimit-Xabbrev.gen.test\nPASS: setrlimit-Xraw.gen.test\nPASS: setrlimit-Xverbose.gen.test\nSKIP: setuid32.gen.test\nPASS: setuid.gen.test\nPASS: setxattrat.gen.test\nPASS: setxattrat-P.gen.test\nPASS: setxattrat-y.gen.test\nPASS: setxattrat-yy.gen.test\nPASS: shmxt.gen.test\nPASS: shutdown.gen.test\nSKIP: sigaction.gen.test\nSKIP: signal.gen.test\nPASS: signal_receive.gen.test\nSKIP: signal_receive--pidns-translation.gen.test\nPASS: signalfd4.gen.test\nPASS: signalfd4-yy.gen.test\nSKIP: sigpending.gen.test\nSKIP: sigprocmask.gen.test\nSKIP: sigreturn.gen.test\nSKIP: sigsuspend.gen.test\nPASS: so_error.gen.test\nPASS: so_linger.gen.test\nPASS: so_peercred.gen.test\nSKIP: so_peercred--pidns-translation.gen.test\nPASS: so_peercred-Xabbrev.gen.test\nPASS: so_peercred-Xraw.gen.test\nPASS: so_peercred-Xverbose.gen.test\nPASS: so_peerpidfd.gen.test\nPASS: sched.gen.test\nPASS: sock_filter-v.gen.test\nPASS: sock_filter-v-Xabbrev.gen.test\nPASS: sock_filter-v-Xraw.gen.test\nPASS: sock_filter-v-Xverbose.gen.test\nPASS: sockaddr_xlat-Xabbrev.gen.test\nPASS: sockaddr_xlat-Xabbrev-y.gen.test\nPASS: sockaddr_xlat-Xraw.gen.test\nPASS: sockaddr_xlat-Xraw-y.gen.test\nPASS: sockaddr_xlat-Xverbose.gen.test\nSKIP: socketcall.gen.test\nPASS: sockopt-sol_netlink.gen.test\nPASS: sockaddr_xlat-Xverbose-y.gen.test\nPASS: sockopt-sol_socket.gen.test\nPASS: sockopt-sol_socket-Xabbrev.gen.test\nPASS: sockopt-sol_socket-Xraw.gen.test\nPASS: sockopt-sol_socket-Xverbose.gen.test\nPASS: sockopt-sol_socket-success.gen.test\nPASS: sockopt-sol_socket-success-Xabbrev.gen.test\nPASS: sockopt-sol_socket-success-Xraw.gen.test\nPASS: sockopt-sol_socket-success-Xverbose.gen.test\nPASS: sockopt-timestamp.gen.test\nPASS: sol_tipc-group_join.gen.test\nPASS: sol_tipc-group_join-Xabbrev.gen.test\nPASS: sol_tipc-group_join-Xraw.gen.test\nPASS: sol_tipc-group_join-Xverbose.gen.test\nPASS: sol_tipc-group_join-success.gen.test\nPASS: sol_tipc-group_join-success-Xabbrev.gen.test\nPASS: sol_tipc-group_join-success-Xraw.gen.test\nPASS: sol_tipc-group_join-success-Xverbose.gen.test\nPASS: sol_tipc-importance.gen.test\nPASS: sol_tipc-importance-Xabbrev.gen.test\nPASS: sol_tipc-importance-Xraw.gen.test\nPASS: sol_tipc-importance-Xverbose.gen.test\nPASS: sol_tipc-importance-success.gen.test\nPASS: sol_tipc-importance-success-Xabbrev.gen.test\nPASS: sol_tipc-importance-success-Xraw.gen.test\nPASS: sol_tipc-importance-success-Xverbose.gen.test\nPASS: splice.gen.test\nSKIP: stat64.gen.test\nPASS: stat.gen.test\nSKIP: statfs64.gen.test\nPASS: statfs.gen.test\nPASS: statmount.gen.test\nPASS: statmount-success.gen.test\nPASS: status-all.gen.test\nPASS: status-failed.gen.test\nPASS: status-failed-long.gen.test\nPASS: status-failed-status.gen.test\nPASS: status-none.gen.test\nPASS: status-successful-long.gen.test\nPASS: status-successful.gen.test\nPASS: status-unfinished.gen.test\nPASS: status-successful-status.gen.test\nPASS: statx.gen.test\nPASS: strace--absolute-timestamps.gen.test\nPASS: strace--absolute-timestamps-format-time.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-ms.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-ns.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-s.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-ms.gen.test\nPASS: strace--absolute-timestamps-format-time-precision-us.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-ns.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-s.gen.test\nPASS: strace--absolute-timestamps-format-unix-precision-us.gen.test\nPASS: strace--always-show-pid.gen.test\nPASS: strace--decode-pids-comm.gen.test\nSKIP: strace--relative-timestamps.gen.test\nSKIP: strace--relative-timestamps-ms.gen.test\nSKIP: strace--relative-timestamps-ns.gen.test\nSKIP: strace--relative-timestamps-s.gen.test\nSKIP: strace--relative-timestamps-us.gen.test\nPASS: strace--strings-in-hex.gen.test\nPASS: strace--strings-in-hex-all.gen.test\nPASS: strace--strings-in-hex-non-ascii.gen.test\nPASS: strace--strings-in-hex-non-ascii-chars.gen.test\nPASS: strace--strings-in-hex-none.gen.test\nPASS: strace--syscall-limit-c.gen.test\nPASS: strace--syscall-limit-path.gen.test\nPASS: strace--syscall-limit-status.gen.test\nPASS: strace--syscall-limit-status-c.gen.test\nPASS: strace--syscall-limit-status-summary.gen.test\nPASS: strace--syscall-limit-summary.gen.test\nPASS: siginfo.gen.test\nPASS: strace--syscall-times.gen.test\nPASS: strace--syscall-times-ms.gen.test\nPASS: strace--syscall-times-ns.gen.test\nPASS: strace--syscall-times-s.gen.test\nPASS: strace--timestamps.gen.test\nPASS: strace--timestamps-time.gen.test\nPASS: strace--timestamps-time-ms.gen.test\nPASS: strace--timestamps-time-ns.gen.test\nPASS: strace--timestamps-time-s.gen.test\nPASS: strace--timestamps-time-us.gen.test\nPASS: strace--timestamps-unix-ms.gen.test\nPASS: strace--timestamps-unix-ns.gen.test\nPASS: strace--timestamps-unix-s.gen.test\nPASS: strace--timestamps-unix-us.gen.test\nPASS: strace-Y-0123456789.gen.test\nPASS: strace-n.gen.test\nPASS: strace-no-x.gen.test\nPASS: strace-x.gen.test\nPASS: strace-xx.gen.test\nPASS: swap.gen.test\nSKIP: sxetmask.gen.test\nPASS: symlink.gen.test\nPASS: symlink-P.gen.test\nPASS: symlinkat.gen.test\nPASS: sync.gen.test\nPASS: sync_file_range.gen.test\nSKIP: sync_file_range2.gen.test\nPASS: sysctl.gen.test\nPASS: sysinfo.gen.test\nPASS: syslog.gen.test\nPASS: tcp_ao.gen.test\nPASS: tee.gen.test\nPASS: tgkill.gen.test\nSKIP: tgkill--pidns-translation.gen.test\nPASS: strace--follow-forks-output-separately.gen.test\nPASS: regex.gen.test\nPASS: strace--syscall-times-us.gen.test\nPASS: threads-execve--quiet-thread-execve.gen.test\nPASS: time.gen.test\nPASS: timer_create.gen.test\nPASS: timer_xettime.gen.test\nPASS: timerfd_xettime.gen.test\nPASS: threads-execve-q.gen.test\nPASS: threads-execve-qq.gen.test\nPASS: threads-execve-qqq.gen.test\nPASS: times.gen.test\nPASS: times-fail.gen.test\nPASS: tkill.gen.test\nSKIP: tkill--pidns-translation.gen.test\nPASS: times-Xabbrev.gen.test\nPASS: times-Xraw.gen.test\nPASS: times-Xverbose.gen.test\nPASS: trace_clock.gen.test\nPASS: trace_lstat.gen.test\nPASS: trace_personality_32.gen.test\nPASS: trace_creds.gen.test\nPASS: trace_fstat.gen.test\nSKIP: trace_personality_all_64.gen.test\nPASS: trace_fstatfs.gen.test\nPASS: trace_personality_all_32.gen.test\nPASS: trace_personality_all_x32.gen.test\nPASS: trace_personality_64.gen.test\nPASS: trace_personality_number_x32.gen.test\nPASS: trace_personality_number_64.gen.test\nPASS: trace_personality_regex_32.gen.test\nPASS: trace_personality_statfs_32.gen.test\nPASS: trace_personality_regex_x32.gen.test\nPASS: trace_personality_statfs_x32.gen.test\nPASS: trace_personality_regex_64.gen.test\nPASS: trace_question.gen.test\nPASS: trace_personality_statfs_64.gen.test\nPASS: trace_stat_like.gen.test\nPASS: trace_personality_number_32.gen.test\nPASS: trace_statfs.gen.test\nPASS: trie_test.gen.test\nPASS: truncate.gen.test\nSKIP: truncate64.gen.test\nSKIP: ugetrlimit.gen.test\nPASS: umask.gen.test\nSKIP: umoven-illptr.gen.test\nSKIP: umovestr-illptr.gen.test\nPASS: umovestr3.gen.test\nPASS: umovestr_cached_adjacent.gen.test\nPASS: unlink.gen.test\nPASS: unlinkat.gen.test\nPASS: unshare.gen.test\nPASS: unshare-report-ns-id.gen.test\nPASS: userfaultfd.gen.test\nPASS: ustat.gen.test\nPASS: utime.gen.test\nPASS: utimensat.gen.test\nPASS: utimensat-Xabbrev.gen.test\nPASS: utimensat-Xraw.gen.test\nPASS: utimensat-Xverbose.gen.test\nPASS: utimes.gen.test\nPASS: vfork-f.gen.test\nPASS: vhangup.gen.test\nPASS: vmsplice.gen.test\nPASS: wait4.gen.test\nPASS: wait4-v.gen.test\nPASS: waitid.gen.test\nPASS: waitid-Y.gen.test\nPASS: waitid-v.gen.test\nSKIP: waitpid.gen.test\nPASS: xattr.gen.test\nPASS: xattr-strings.gen.test\nPASS: xet_robust_list.gen.test\nSKIP: xet_robust_list--pidns-translation.gen.test\nPASS: xetitimer.gen.test\nPASS: xetpgid.gen.test\nSKIP: xetpgid--pidns-translation.gen.test\nPASS: xetpriority.gen.test\nSKIP: xetpriority--pidns-translation.gen.test\nPASS: xettimeofday.gen.test\nPASS: bpf-success-long-y.test\nPASS: brk.test\nPASS: btrfs-X.test\nPASS: btrfs-v.test\nPASS: btrfs-vX.test\nSKIP: btrfs-vw.test\nSKIP: btrfs-vwX.test\nSKIP: btrfs-w.test\nSKIP: btrfs-wX.test\nPASS: caps-abbrev.test\nPASS: caps.test\nPASS: clone-flags.test\nPASS: eventfd.test\nPASS: execve-v.test\nPASS: execve.test\nPASS: faccessat.test\nPASS: faccessat2.test\nPASS: fadvise64.test\nPASS: futex.test\nPASS: getuid.test\nPASS: inotify_init-y.test\nPASS: int_0x80.test\nPASS: ioctl.test\nPASS: ioctl_block--pidns-translation.test\nPASS: ioctl_evdev-success.test\nPASS: ipc_msgbuf.test\nSKIP: kern_features-fault.test\nSKIP: llseek.test\nPASS: lseek.test\nPASS: mmap.test\nPASS: net-y-unix.test\nPASS: net-yy-inet.test\nSKIP: net-yy-netlink.test\nSKIP: net-yy-unix.test\nPASS: net.test\nSKIP: netlink_sock_diag.test\nPASS: nsyscalls-d.test\nPASS: nsyscalls-nd.test\nPASS: nsyscalls.test\nPASS: personality.test\nSKIP: pipe.test\nPASS: trace_stat.gen.test\nPASS: poll-P.test\nPASS: prctl-seccomp-strict.test\nPASS: qual_fault-exit_group.test\nPASS: readv.test\nPASS: poll.test\nPASS: rt_sigaction.test\nPASS: scm_rights-fd.test\nPASS: seccomp-strict.test\nPASS: sigaltstack.test\nPASS: sun_path.test\nPASS: syslog-success.test\nPASS: uio.test\nSKIP: umount.test\nPASS: umount2.test\nPASS: umovestr.test\nPASS: umovestr2.test\nPASS: uname.test\nSKIP: unix-pair-send-recv.test\nPASS: unix-pair-sendto-recvfrom.test\nPASS: xet_thread_area_x86.test\nPASS: trace_personality_x32.gen.test\nPASS: attach-p-cmd.test\nPASS: bexecve.test\nPASS: clone_ptrace.test\nPASS: count-f.test\nPASS: restart_syscall-p.test\nSKIP: delay.test\nPASS: attach-f-p.test\nPASS: detach-running.test\nPASS: detach-sleeping.test\nPASS: detach-stopped.test\nPASS: exec-PATH.test\nPASS: fflush.test\nPASS: filter-unavailable.test\nPASS: trace_statfs_like.gen.test\nPASS: filter_seccomp-exitkill.test\nPASS: filtering_fd-syntax.test\nPASS: filter_seccomp-perf.test\nPASS: first_exec_failure.test\nPASS: fork--pidns-translation.test\nPASS: get_regs.test\nPASS: gettid--pidns-translation.test\nPASS: inject-nf.test\nPASS: interactive_block.test\nPASS: detach-vfork.test\nPASS: count.test\nSKIP: legacy_syscall_info.test\nSKIP: localtime.test\nPASS: kill-on-exit.test\nSKIP: netlink_audit--pidns-translation.test\nPASS: opipe.test\nPASS: options-syntax.test\nPASS: pc.test\nPASS: kill_child.test\nPASS: poke-ptrace.test\nPASS: poke-range.test\nPASS: poke-unaligned.test\nPASS: poke.test\nPASS: printpath-umovestr-legacy.test\nPASS: printstrn-umoven-legacy.test\nPASS: qual_fault-syntax.test\nPASS: pidns-cache.test\nPASS: looping_threads.test\nPASS: qual_inject-error-signal-syscall.test\nPASS: qual_inject-error-signal.test\nPASS: qual_inject-retval-syscall.test\nPASS: qual_inject-retval.test\nPASS: qual_inject-signal-syscall.test\nPASS: qual_inject-signal.test\nPASS: qual_inject-syntax.test\nPASS: qual_signal.test\nPASS: qual_syscall.test\nPASS: redirect-fds.test\nPASS: filtering_syscall-syntax.test\nPASS: restart_syscall.test\nPASS: sigblock.test\nPASS: sigign.test\nPASS: status-detached-threads.test\nPASS: redirect.test\nPASS: status-detached.test\nPASS: status-successful-threads.test\nPASS: status-none-threads.test\nPASS: strace--argv0.test\nPASS: strace--syscall-limit.test\nPASS: strace--syscall-limit--seccomp-bpf.test\nPASS: status-unfinished-threads.test\nPASS: strace--tips.test\nPASS: strace-C.test\nPASS: strace-D.test\nPASS: strace--tips-full.test\nPASS: qual_fault-syscall.test\nPASS: strace-E-override.test\nPASS: strace-E-unset.test\nPASS: strace-E.test\nPASS: qual_fault.test\nPASS: strace-S.test\nPASS: strace-V.test\nPASS: strace-DDD.test\nPASS: strace-log-merge-error.test\nPASS: strace-log-merge-suffix.test\nPASS: strace-T_upper.test\nSKIP: strace-r.test\nPASS: strace-self.test\nPASS: strace-t.test\nPASS: strace-tt.test\nPASS: strace-ttt.test\nPASS: tampering-notes.test\nPASS: termsig.test\nPASS: threads-execve.test\nPASS: umovestr_cached.test\nPASS: strace-DD.test\nPASS: strace-ff.test\nPASS: strace-p-Y-p.test\n============================================================================\nTestsuite summary for strace 6.15\n============================================================================\n# TOTAL: 1434\n# PASS:  1107\n# SKIP:  327\n# XFAIL: 0\n# FAIL:  0\n# XPASS: 0\n# ERROR: 0\n============================================================================\nmake: Leaving directory '/usr/lib/strace/ptest/tests'\nDURATION: 93\n"
    }
   },
   "ptestresult.strace._newselect-P.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace._newselect.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.accept.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.accept4.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.access--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.access--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.access--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.access--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.access.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.acct.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.add_key.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.adjtimex.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.aio.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.aio_pgetevents.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.alarm.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.arch_prctl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.at_fdcwd-pathmax.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.attach-f-p.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.attach-p-cmd.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bexecve.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-obj_get_info_by_fd-prog-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-obj_get_info_by_fd-prog.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-obj_get_info_by_fd-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-obj_get_info_by_fd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-success-long-y.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.bpf.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.brk.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.btrfs-X.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.btrfs-v.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.btrfs-vX.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.btrfs-vw.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.btrfs-vwX.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.btrfs-w.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.btrfs-wX.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.btrfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.cachestat-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.cachestat-fd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.cachestat-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.cachestat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.caps-abbrev.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.caps.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.chdir.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.chmod--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.chmod--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.chmod--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.chmod--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.chmod.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.chown.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.chown32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.chroot.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clock.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clock_adjtime.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clock_adjtime64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.clock_nanosleep.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.clock_xettime.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clock_xettime64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.clone-flags.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-report-ns-id.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone3.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_parent--quiet-exit.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_parent-q.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_parent-qq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_parent.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_ptrace--quiet-attach.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_ptrace--quiet-exit.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_ptrace-q.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_ptrace-qq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.clone_ptrace.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.close_range.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.copy_file_range.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.count-f.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.count.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.creat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.delay.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.delete_module.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.detach-running.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.detach-sleeping.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.detach-stopped.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.detach-vfork.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev--decode-fds-all.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev--decode-fds-dev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev--decode-fds-none.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev--decode-fds-path.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev--decode-fds-socket.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev-pty-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dev-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-trace-fds-0-9.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-trace-fds-0-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-trace-fds-0.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-trace-fds-not-9.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-e-fd-0-9.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-e-fd-0-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-e-fd-0.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-e-fd-not-9.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup3-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup3-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup3-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.dup3.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_create.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_create1.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_ctl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_pwait.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_pwait2-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_pwait2-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_pwait2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.epoll_wait.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.erestartsys.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.eventfd--decode-fd-eventfd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.eventfd-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.eventfd.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.exec-PATH.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.execve--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execve--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execve--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execve--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execve-v.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.execve.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.execveat--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execveat--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execveat--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execveat--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.execveat-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.execveat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat-y--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat-y--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat-y--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat-y--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.faccessat-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat2-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat2-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat2-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.faccessat2.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fadvise64.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fadvise64_64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fallocate.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fanotify_init.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fanotify_mark--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fanotify_mark--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fanotify_mark--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fanotify_mark--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fanotify_mark-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fanotify_mark-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fanotify_mark-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fanotify_mark.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchdir.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchmod--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod-y--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod-y--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod-y--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod-y--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmod-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchmod.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchmodat--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchmodat2--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat2--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat2--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat2--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchmodat2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchown.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fchown32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchownat--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchownat--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchownat--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchownat--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fchownat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fcntl--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fcntl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fcntl64--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fcntl64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fdatasync.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fflush.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.file_handle--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.file_handle--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.file_handle--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.file_handle--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.file_handle.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filter-unavailable.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filter_seccomp-exitkill.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filter_seccomp-flag.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filter_seccomp-perf.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filter_seccomp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filtering_fd-syntax.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.filtering_syscall-syntax.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.finit_module.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.first_exec_failure.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.flock.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fork--pidns-translation.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fork-f.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fsconfig-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fsconfig.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fsmount.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fsopen.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fspick-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fspick.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fstat-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fstat-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fstat-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fstat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fstat64-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fstat64-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fstat64-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fstat64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fstatat64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fstatfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fstatfs64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.fsync-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.fsync.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ftruncate.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ftruncate64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.futex.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_requeue-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_requeue-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_requeue-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_requeue.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wait-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wait-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wait-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wait.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_waitv.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wake-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wake-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wake-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futex_wake.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.futimesat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.get_mempolicy.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.get_regs.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getcpu.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getcwd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getdents-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getdents.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getdents64-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getdents64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getegid-creds.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getegid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getegid32-creds.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getegid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.geteuid-creds.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.geteuid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.geteuid32-creds.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.geteuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getgid-creds.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getgid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getgid32-creds.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getgid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getgroups.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getgroups32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getpeername.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getpgrp--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getpgrp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getpid--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getpid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getppid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getrandom.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getresgid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getresgid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getresuid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getresuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getrlimit.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getrusage.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getsid--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getsid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getsockname--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getsockname--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getsockname--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getsockname--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getsockname.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.gettid--pidns-translation.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.gettid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getuid-creds.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getuid.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getuid32-creds.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getxattrat-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getxattrat-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getxattrat-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getxattrat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.getxgid.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getxpid.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.getxuid.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.group_req.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inet-cmsg.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.init_module.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inject-nf.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inotify.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inotify_init-y.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inotify_init.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inotify_init1-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.inotify_init1.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.int_0x80.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.interactive_block.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_enter.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_register.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.io_uring_setup.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_block--pidns-translation.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_block.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_counter-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_counter-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_counter-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_counter.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_dm-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_dm.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_epoll.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-success.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_evdev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fiemap.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_f-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_f-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_f-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_f.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_fs_x.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_gpio.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_hdio.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_inotify.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-s1024-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-s1024-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-s1024-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success-s1024.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_kvm_run-v.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_kvm_run.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_kvm_run_auxstr_vcpu.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_lirc-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_lirc.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_loop-nv.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_loop-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_loop.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_mtd-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_mtd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_nbd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_nsfs-ns_get_pid--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_nsfs-ns_get_pid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_nsfs-ns_mnt_get.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_nsfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_perf-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_perf.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ptp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_random.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_rtc-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_rtc-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_rtc.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_scsi.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_seccomp-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success--pidns-translation-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success--pidns-translation-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success--pidns-translation-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp-y-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_seccomp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_sg_io_v3.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_sg_io_v4.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_sock.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_sock_gifconf.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_tee.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_termios-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_termios.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_tiocm.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ubi-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_ubi.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_uffdio.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_v4l2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_watchdog-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_watchdog-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_watchdog.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioctl_winsize.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioperm.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.iopl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioprio--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ioprio-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioprio-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioprio-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ioprio.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_local_port_range.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_mreq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_protocol-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_protocol-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_protocol-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ip_protocol.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ipc_msg-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msg-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msg-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msg.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msgbuf-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msgbuf-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msgbuf-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_msgbuf.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_sem-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_sem-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_sem-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_sem.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_shm-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_shm-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_shm-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ipc_shm.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kcmp-y--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.kcmp-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kcmp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kern_features-fault.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.kern_features.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.kernel_version-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kernel_version-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kernel_version-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kernel_version.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kexec_file_load.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kexec_load.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.keyctl-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.keyctl-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.keyctl-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.keyctl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kill--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.kill-on-exit.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kill.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.kill_child.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ksysent.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_add_rule-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_add_rule.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_create_ruleset-success-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_create_ruleset-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_create_ruleset-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_create_ruleset.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_restrict_self-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.landlock_restrict_self.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lchown.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lchown32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.legacy_syscall_info.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.link-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.link.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.linkat--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.linkat--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.linkat--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.linkat--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.linkat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.listmount-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.listmount.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.listxattrat-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.listxattrat-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.listxattrat-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.listxattrat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.llseek.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.localtime.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.lookup_dcookie.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.looping_threads.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lseek.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lsm_get_self_attr-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lsm_get_self_attr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lsm_list_modules-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lsm_list_modules.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lsm_set_self_attr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lstat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.lstat64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.madvise-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.madvise-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.madvise-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.madvise.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.map_shadow_stack-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.map_shadow_stack-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.map_shadow_stack-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.map_shadow_stack.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.maybe_switch_current_tcp--quiet-thread-execve.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.maybe_switch_current_tcp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mbind-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.mbind-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.mbind-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.mbind.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.membarrier.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_create-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_create-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_create-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_create.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_secret-success-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_secret-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.memfd_secret.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.migrate_pages--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.migrate_pages.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mincore.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mkdir.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mkdirat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mknod.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mknodat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mlock.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mlock2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mlockall.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap64-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap64-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap64-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmap64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmsg-silent.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmsg.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmsg_name-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mmsg_name.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.modify_ldt.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mount-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mount-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mount-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mount.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mount_setattr-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mount_setattr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.move_mount-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.move_mount.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.move_pages--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.move_pages-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.move_pages-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.move_pages-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.move_pages.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mq_sendrecv-read.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mq_sendrecv-write.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mq_sendrecv.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.mseal.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.msg_control-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.msg_control.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.msg_name.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.munlockall.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.nanosleep.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net--decode-fds-all-netlink.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net--decode-fds-dev-netlink.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net--decode-fds-none-netlink.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net--decode-fds-path-netlink.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net--decode-fds-socket-netlink.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net-icmp_filter.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-packet_mreq-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-packet_mreq-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-packet_mreq-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-packet_mreq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-sockaddr--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net-sockaddr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-tpacket_req.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-tpacket_stats-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-tpacket_stats.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-y-unix.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-yy-inet.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-yy-inet6.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.net-yy-netlink.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net-yy-unix.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.net.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.netlink_audit--pidns-translation.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_audit.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_crypto.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_generic.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_kobject_uevent.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_netfilter.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_nlctrl.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_protocol.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_route.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_selinux.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_sock_diag.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.netlink_xfrm.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.newfstatat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.nfnetlink_acct.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_cthelper.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_ctnetlink.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_ctnetlink_exp.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_cttimeout.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_ipset.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_nft_compat.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_nftables.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_osf.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_queue.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nfnetlink_ulog.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_br_port_msg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_cachereport-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_cachereport-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_cachereport-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_cachereport.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_crypto_user_alg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_dcbmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_fib_rule_hdr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifaddrlblmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifaddrmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifinfomsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_af_spec.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_brport-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_brport-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_brport-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_brport.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_linkinfo.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_port.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_protinfo-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_protinfo-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_protinfo-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_protinfo.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_proto_down_reason.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_vfinfo-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_vfinfo-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_vfinfo-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_vfinfo.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_xdp-y.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifla_xdp.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifstats-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifstats-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifstats-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ifstats.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_inet_diag_msg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_inet_diag_req_compat.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_inet_diag_req_v2.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_mdba_mdb_entry.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_mdba_router_port.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ndmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_ndtmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_netconfmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_netlink_diag_msg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_nhmsg-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_nhmsg-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_nhmsg-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_nhmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_nlmsgerr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_packet_diag_msg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_rtgenmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_rtmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_smc_diag_msg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tc_stats.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tca_stab.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tcamsg-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tcamsg-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tcamsg-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tcamsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_tcmsg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nlattr_unix_diag_msg.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.nsyscalls-d.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.nsyscalls-nd.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.nsyscalls.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.old_mmap-P.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.old_mmap-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.old_mmap-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.old_mmap-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.old_mmap-v-none.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.old_mmap.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldfstat.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldlstat.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldselect-P.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldselect-efault-P.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldselect-efault.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldselect.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.oldstat.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.open--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.open--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.open--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.open--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.open.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.open_tree-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.open_tree.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.open_tree_attr-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.open_tree_attr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat--secontext.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.openat--secontext_full.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.openat--secontext_full_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.openat--secontext_mismatch.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.openat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-v-y-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-v-y-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-v-y-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-v-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.openat2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.opipe.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.options-syntax.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.orphaned_process_group.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.osf_utimes.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.pause.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pc.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.perf_event_open.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.perf_event_open_nonverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.perf_event_open_unabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.personality-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.personality-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.personality-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.personality.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_getfd-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_getfd-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_getfd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open--decode-fd-all.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open--decode-fd-none.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open--decode-fd-path.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open--decode-fd-pidfd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open--decode-fd-socket.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.pidfd_open-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_open.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidfd_send_signal--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.pidfd_send_signal.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pidns-cache.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pipe.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.pipe2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pkey_alloc.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pkey_free.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pkey_mprotect.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poke-ptrace.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poke-range.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poke-sendfile.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poke-unaligned.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poke.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poll-P.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.poll.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ppoll-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ppoll-e-trace-fds-23-42.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ppoll-e-trace-fds-23.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ppoll-e-trace-fds-not-9-42-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ppoll-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ppoll.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-arg2-intptr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-cap-ambient.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-capbset.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-dumpable.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-fp-mode.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-mce-kill.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-mdwe.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-name.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-no-args.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-enabled-keys.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pac-reset-keys.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-pdeathsig.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-ppc-dexcr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-icache-flush-ctx-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-icache-flush-ctx-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-icache-flush-ctx-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-icache-flush-ctx.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-riscv-v-ctrl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core--pidns-translation-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core--pidns-translation-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core--pidns-translation-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core-success--pidns-translation-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core-success--pidns-translation-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core-success--pidns-translation-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core-success--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-sched-core-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sched-core.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-seccomp-filter-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-seccomp-strict.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-securebits-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-securebits-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-securebits-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-securebits-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-securebits.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-set-ptracer-success--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-set-ptracer-success-Xabbrev--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-set-ptracer-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-set-ptracer-success-Xraw--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-set-ptracer-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-set-ptracer-success-Xverbose--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prctl-set-ptracer-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-set-ptracer-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-set_vma.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sme.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-spec-inject.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-sve.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-syscall-user-dispatch.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tagged-addr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tid_address.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-tsc.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prctl-unalign.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pread64-pwrite64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.preadv-pwritev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.preadv.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.preadv2-pwritev2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printpath-umovestr-legacy.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printpath-umovestr-peekdata.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.printpath-umovestr-undumpable.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printpath-umovestr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printsignal-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printsignal-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printsignal-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printstr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printstrn-umoven-legacy.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printstrn-umoven-peekdata.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.printstrn-umoven-undumpable.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.printstrn-umoven.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prlimit64--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prlimit64-success--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.prlimit64-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.prlimit64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_madvise-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_madvise-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_madvise.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_mrelease-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_mrelease.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_vm_readv--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.process_vm_readv.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.process_vm_writev--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.process_vm_writev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pselect6.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pselect6_time64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ptrace-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace-y-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace-y-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace-y-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_set_syscall_info-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_set_syscall_info-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_set_syscall_info-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_set_syscall_info.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_syscall_info-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_syscall_info-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_syscall_info-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ptrace_syscall_info.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.pwritev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_fault-exit_group.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_fault-syntax.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_fault-syscall.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_fault.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-error-signal-syscall.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-error-signal.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-retval-syscall.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-retval.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-signal-syscall.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-signal.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_inject-syntax.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_signal.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.qual_syscall.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-xfs-success-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-xfs-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-xfs-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl-xfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl_fd-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl_fd-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.quotactl_fd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.read-write.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.readahead.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.readdir.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.readlink.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.readlinkat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.readv.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.reboot.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.recv-MSG_TRUNC.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.recvfrom-MSG_TRUNC.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.recvfrom.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.recvmmsg-timeout.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.recvmsg.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.redirect-fds.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.redirect.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.regex.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.remap_file_pages-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.remap_file_pages-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.remap_file_pages-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.remap_file_pages.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.removexattrat-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.removexattrat-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.removexattrat-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.removexattrat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rename.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.renameat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.renameat2.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.request_key.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.restart_syscall-p.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.restart_syscall.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.riscv_flush_icache.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.rmdir.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigaction.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigpending.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigprocmask.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigqueueinfo--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.rt_sigqueueinfo.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigreturn.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigsuspend.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_sigtimedwait.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.rt_tgsigqueueinfo--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.rt_tgsigqueueinfo.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.s390_guarded_storage-v.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.s390_guarded_storage.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.s390_pci_mmio_read_write.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.s390_runtime_instr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.s390_sthyi-v.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.s390_sthyi.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sched.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_get_priority_mxx.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_rr_get_interval.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_xetaffinity--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sched_xetaffinity.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_xetattr--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sched_xetattr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_xetparam--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sched_xetparam.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_xetscheduler--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sched_xetscheduler.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sched_yield.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.scm_credentials.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.scm_pidfd-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.scm_pidfd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.scm_rights-fd.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.seccomp-filter-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.seccomp-filter.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.seccomp-strict.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.seccomp_get_action_avail.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.seccomp_get_notif_sizes-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.seccomp_get_notif_sizes.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.segv_accerr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.segv_pkuerr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.select-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.select-trace-fd-7-9.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.select-trace-fd-7-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.select-trace-fd-7.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.select.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.semop-indirect.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.semop.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.semtimedop-ipc.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.semtimedop.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.semtimedop_time64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sendfile.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sendfile64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.set_mempolicy-Xabbrev.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.set_mempolicy-Xraw.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.set_mempolicy-Xverbose.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.set_mempolicy.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.set_mempolicy_home_node.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setdomainname.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setfsgid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setfsgid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setfsuid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setfsuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setgid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setgid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setgroups.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setgroups32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sethostname.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setns-report-ns-id.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setns.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setregid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setregid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setresgid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setresgid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setresuid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setresuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setreuid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setreuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setrlimit-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setrlimit-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setrlimit-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setrlimit.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setuid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setuid32.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.setxattrat-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setxattrat-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setxattrat-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.setxattrat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.shmxt.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.shutdown.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sigaction.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sigaltstack.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sigblock.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sigign.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.siginfo.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.signal.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.signal_receive--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.signal_receive.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.signalfd4-yy.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.signalfd4.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sigpending.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sigprocmask.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sigreturn.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sigsuspend.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.so_error.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.so_linger.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.so_peercred--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.so_peercred-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.so_peercred-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.so_peercred-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.so_peercred.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.so_peerpidfd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sock_filter-v-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sock_filter-v-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sock_filter-v-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sock_filter-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockaddr_xlat-Xabbrev-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockaddr_xlat-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockaddr_xlat-Xraw-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockaddr_xlat-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockaddr_xlat-Xverbose-y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockaddr_xlat-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.socketcall.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sockopt-sol_netlink.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-sol_socket.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sockopt-timestamp.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-group_join.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-success-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-success-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-success-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sol_tipc-importance.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.splice.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.stat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.stat64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.statfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.statfs64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.statmount-success.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.statmount.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-all.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-detached-threads.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-detached.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-failed-long.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-failed-status.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-failed.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-none-threads.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-none.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-successful-long.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-successful-status.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-successful-threads.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-successful.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-unfinished-threads.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.status-unfinished.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.statx.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-time-precision-ms.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-time-precision-ns.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-time-precision-s.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-time-precision-us.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-time.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-unix-precision-ms.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-unix-precision-ns.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-unix-precision-s.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps-format-unix-precision-us.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--absolute-timestamps.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--always-show-pid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--argv0.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--decode-pids-comm.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--follow-forks-output-separately.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--relative-timestamps-ms.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.strace--relative-timestamps-ns.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.strace--relative-timestamps-s.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.strace--relative-timestamps-us.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.strace--relative-timestamps.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.strace--strings-in-hex-all.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--strings-in-hex-non-ascii-chars.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--strings-in-hex-non-ascii.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--strings-in-hex-none.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--strings-in-hex.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit--seccomp-bpf.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit-c.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit-path.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit-status-c.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit-status-summary.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit-status.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit-summary.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-limit.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-times-ms.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-times-ns.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-times-s.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-times-us.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--syscall-times.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-time-ms.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-time-ns.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-time-s.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-time-us.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-time.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-unix-ms.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-unix-ns.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-unix-s.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps-unix-us.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--timestamps.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--tips-full.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace--tips.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-C.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-D.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-DD.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-DDD.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-E-override.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-E-unset.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-E.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-S.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-T_upper.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-V.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-Y-0123456789.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-ff.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-log-merge-error.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-log-merge-suffix.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-n.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-no-x.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-p-Y-p.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-r.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.strace-self.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-t.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-tt.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-ttt.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-x.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.strace-xx.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sun_path.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.swap.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sxetmask.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.symlink-P.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.symlink.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.symlinkat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sync.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sync_file_range.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sync_file_range2.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.sysctl.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.sysinfo.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.syslog-success.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.syslog.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.tampering-notes.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.tcp_ao.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.tee.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.termsig.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.tgkill--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.tgkill.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.threads-execve--quiet-thread-execve.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.threads-execve-q.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.threads-execve-qq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.threads-execve-qqq.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.threads-execve.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.time.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.timer_create.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.timer_xettime.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.timerfd_xettime.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.times-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.times-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.times-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.times-fail.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.times.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.tkill--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.tkill.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_clock.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_creds.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_fstat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_fstatfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_lstat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_all_32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_all_64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.trace_personality_all_x32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_number_32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_number_64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_number_x32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_regex_32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_regex_64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_regex_x32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_statfs_32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_statfs_64.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_statfs_x32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_personality_x32.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_question.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_stat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_stat_like.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_statfs.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trace_statfs_like.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.trie_test.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.truncate.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.truncate64.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.ugetrlimit.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.uio.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umask.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umount.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.umount2.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umoven-illptr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.umovestr-illptr.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.umovestr.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umovestr2.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umovestr3.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umovestr_cached.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.umovestr_cached_adjacent.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.uname.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.unix-pair-send-recv.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.unix-pair-sendto-recvfrom.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.unlink.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.unlinkat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.unshare-report-ns-id.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.unshare.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.userfaultfd.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.ustat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.utime.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.utimensat-Xabbrev.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.utimensat-Xraw.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.utimensat-Xverbose.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.utimensat.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.utimes.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.vfork-f.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.vhangup.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.vmsplice.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.wait4-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.wait4.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.waitid-Y.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.waitid-v.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.waitid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.waitpid.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.xattr-strings.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xattr.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xet_robust_list--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.xet_robust_list.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xet_thread_area_x86.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xetitimer.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xetpgid--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.xetpgid.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xetpriority--pidns-translation.gen.test": {
    "status": "SKIPPED"
   },
   "ptestresult.strace.xetpriority.gen.test": {
    "status": "PASSED"
   },
   "ptestresult.strace.xettimeofday.gen.test": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5154979228973389,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-tar_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-tar",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.00156402587890625,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.12080717086792,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.02980327606201172,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 132.55293345451355,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0014882087707519531,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/tar/ptest\n## ------------------------ ##\n## GNU tar 1.35 test suite. ##\n## ------------------------ ##\nPASS: tar version\nPASS: decompressing from stdin\n\nOptions\n\nPASS: mixing options\nPASS: interspersed options\nPASS: TAR_OPTIONS with string arguments\n\nOption compatibility\n\nPASS: occurrence compatibility\nPASS: occurrence compatibility\nPASS: --verify compatibility\nPASS: compress option compatibility\nPASS: --pax-option compatibility\nSKIP: --pax-option compatibility\n\nCheckpoints\n\nPASS: checkpoint defaults\nPASS: checkpoint interval\nPASS: dot action\nPASS: dot action (compatibility syntax)\nPASS: dot action and interval\n\nCompression\n\nPASS: compress: gzip\nPASS: compress: bzip2\nSKIP: compress: xz\nSKIP: compress: lzip\nSKIP: compress: lzop\nSKIP: compress: zstd\n\nPositional options\n\nPASS: Exclude\nPASS: Directory\nPASS: Several options\nPASS: The --add-file option\n\nThe -T option\n\nPASS: multiple file lists\nPASS: nested file lists\nPASS: recursive file lists\nPASS: files-from & recurse: toggle\nPASS: toggle --recursion (not) from -T\nPASS: -C in file lists\nPASS: empty entries\nPASS: 0-separated file without -0\nPASS: --null enables verbatim reading\nPASS: empty file\nPASS: entries with missing newlines\nPASS: recursive extraction from --files-from\nPASS: trailing slash in --files-from\n\nVarious options\n\nPASS: tar --index-file=FILE --file=-\nPASS: tar cvf -\nPASS: gzip\nPASS: recurse\nPASS: recurse: toggle\nPASS: short records\nPASS: --numeric-owner basic tests\n\nThe --same-order option\n\nPASS: working -C with --same-order\nPASS: multiple -C options\n\nAppend\n\nPASS: append\nPASS: appending files with long names\nPASS: append vs. create\nPASS: append with name transformation\nPASS: append with verify\nPASS: append after changed blocking\n\nTransforms\n\nPASS: transforming hard links on create\nPASS: transformations and GNU volume labels\nPASS: transforming escaped delimiters on create\nPASS: transforming hard link targets\n\nExclude\n\nPASS: exclude\nPASS: exclude wildcards\nPASS: exclude: anchoring\nPASS: exclude: wildcards match slash\nPASS: exclude: case insensitive\nPASS: exclude: lots of excludes\nSKIP: exclude: long files in pax archives\nPASS: exclude: --exclude-backups option\nPASS: --exclude-tag option\nPASS: --exclude-tag option and --listed-incremental\nPASS: --exclude-tag option in incremental pass\nPASS: --exclude-tag-under option\nPASS: --exclude-tag-under and --listed-incremental\nPASS: --exclude-tag-under option in incremental pass\nPASS: --exclude-tag-all option\nPASS: --exclude-tag-all and --listed-incremental\nPASS: --exclude-tag-all option in incremental pass\nPASS: --exclude-vcs-ignores memory allocation\nPASS: --exclude-vcs extract list compare\n\nDeletions\n\nPASS: deleting a member after a big one\nPASS: deleting a member from stdin archive\nPASS: deleting members with long names\nPASS: deleting a large last member\nPASS: deleting non-existing member\nPASS: EOF detection\n\nExtracting\n\nPASS: extract over an existing directory\nPASS: extracting symlinks over an existing file\nPASS: extraction loops\nPASS: extract + fnmatch\nPASS: extracting selected members from pax\nPASS: mode of extracted directories\nSKIP: extracting symlinks to a read-only dir\nPASS: restoring mode on existing directory\nSKIP: extracting even when . and .. are unreadable\nPASS: -C and delayed setting of metadata\nPASS: scarce file descriptors\nPASS: extract dot permissions\nPASS: extract over symlinks\nPASS: extract -C symlink\nSKIP: extract parent mkdir failure\nPASS: extract empty directory with -C\nPASS: name matching/transformation ordering\nPASS: keep-old-files\nPASS: skip-old-files\nPASS: keep-directory-symlink\nSKIP: delay-directory-restore\nSKIP: delay-directory-restore on reversed ordering\nPASS: --no-overwrite-dir\nPASS: --to-stdout\nPASS: extract over parent dir that is dangling symlink\nPASS: extracting existing dir with --backup\n\nComparing\n\nPASS: link mismatch\n\nVolume label operations\n\nPASS: single-volume label\nPASS: multi-volume label\nPASS: test-label option\nPASS: label with non-create option\nPASS: label with non-create option\n\nIncremental archives\n\nPASS: incremental\nPASS: restore broken symlinks from incremental\nPASS: restoring timestamps from incremental\nPASS: --listed for individual files\nPASS: working --listed\nSKIP: incremental dump when the parent directory is unreadable\nPASS: --listed-incremental and --one-file-system\nPASS: --listed-incremental and remounted directories\nPASS: renamed files in incrementals\nSKIP: proper icontents initialization\nPASS: incremental dumps with -C\nPASS: incremental dumps of nested directories\nPASS: incremental restores with -C\nPASS: filename normalization\nPASS: incremental with alternating -C\nPASS: concatenated incremental archives (deletes)\nSKIP: concatenated incremental archives (renames)\n\nFiles removed while archiving\n\nPASS: file removed as we read it\nPASS: toplevel file removed\n\nDirectories removed while archiving\n\nPASS: directory removed before reading\nPASS: explicitly named directory removed before reading\n\nRenames\n\nPASS: renamed dirs in incrementals\nPASS: move between hierarchies\nPASS: cyclic renames\nPASS: renamed directory containing subdirectories\nPASS: renamed subdirectories\nPASS: chained renames\nSKIP: changed file types in incrementals\n\nIgnore failing reads\n\nSKIP: ignfail\n\nLink handling\n\nPASS: link count gt 2\nPASS: preserve hard links with --remove-files\nPASS: working -l with --remove-files\nPASS: link count is 1 but multiple occurrences\n\nSpecific archive formats\n\nPASS: long names in V7 archives\nSKIP: long file names divisible by block size\nPASS: ustar: unsplittable file name\nSKIP: ustar: unsplittable path name\nSKIP: ustar: splitting long names\nPASS: old archives\nPASS: time: tricky time stamps\nSKIP: time: clamping mtime\n\nMultivolume archives\n\nPASS: multivolume dumps from pipes\nPASS: skipping a straddling member\nPASS: MV archive & long filenames\nPASS: split directory members in a MV archive\nPASS: Restoring after an out of sync volume\nPASS: Multivolumes with L=record_size\nSKIP: volumes split at an extended header\nPASS: multivolume header creation\nPASS: bad next volume\nPASS: file start at the beginning of a posix volume\n\nOwner and Groups\n\nPASS: --owner and --group\nPASS: --owner-map and --group-map\n\nSparse files\n\nPASS: sparse files\nPASS: extracting sparse file over a pipe\nPASS: storing sparse files > 8G\nPASS: storing long sparse file names\nsh: write error: No space left on device\nSKIP: listing sparse files bigger than 2^33 B\nPASS: storing sparse file using seek method\nPASS: sparse files with unicode names\nPASS: sparse files in MV archives\nPASS: sparse files in PAX MV archives, v.0.0\nPASS: sparse files in PAX MV archives, v.0.1\nPASS: sparse files in PAX MV archives, v.1.0\nPASS: sparse file truncated while archiving\nPASS: file truncated in sparse region while comparing\nPASS: file truncated in data region while comparing\n\nUpdates\n\nPASS: update unchanged directories\nPASS: update directories\nPASS: update changed files\nPASS: update with chdir\nPASS: update with wildcards\n\nVerifying the archive\n\nPASS: verify\n\nVolume operations\n\nPASS: volume\nSKIP: volume header size\n\nPASS: compressed format recognition\nPASS: short input files\nPASS: updating short archives\nPASS: truncate\nPASS: grow\nPASS: sigpipe handling\nPASS: compressor program failure\n\nRemoving files after archiving\n\nSKIP: remove-files with compression\nPASS: remove-files with compression: grand-child\nPASS: remove-files with symbolic links\nPASS: remove-files with -C:rel in -c/non-incr. mode\nPASS: remove-files with -C:rel in -c/incr. mode\nPASS: remove-files with -C:rel in -r mode\nPASS: remove-files with -C:rel,rel in -c/non-incr. mode\nPASS: remove-files with -C:rel,rel in -c/incr. mode\nPASS: remove-files with -C:rel,rel in -r mode\nPASS: remove-files with -C:rel,abs in -c/non-incr. mode\nPASS: remove-files with -C:rel,abs in -c/incr. mode\nPASS: remove-files with -C:rel,abs in -r mode\nPASS: remove-files with -C:abs,rel in -c/non-incr. mode\nPASS: remove-files with -C:abs,rel in -c/incr. mode\nPASS: remove-files with -C:abs,rel in -r mode\nPASS: remove-files deleting two subdirs in -c/non-incr. mode\nPASS: remove-files deleting two subdirs in -c/incr. mode\nPASS: remove-files deleting two subdirs in -r mode\nPASS: remove-files on full directory in -c/non-incr. mode\nPASS: remove-files on full directory in -c/incr. mode\nPASS: remove-files on full directory in -r mode\nPASS: remove-files\n\nExtended attributes\n\nSKIP: xattrs: basic functionality\nSKIP: xattrs: change directory with -C option\nSKIP: xattrs: trusted.* attributes\nSKIP: xattrs: s/open/openat/ regression\nSKIP: xattrs: keywords with '=' and '%'\nSKIP: xattrs: exclude xattrs on create \nSKIP: xattrs: xattrs and --skip-old-files\nSKIP: xattrs: xattrs and read-only files\nSKIP: acls: basic functionality\nSKIP: acls: work with -C\nSKIP: acls: default ACLs\nSKIP: selinux: basic store/restore\nSKIP: acls/selinux: special files & fifos\nSKIP: capabilities: binary store/restore\n\nOne top level\n\nPASS: tar --one-top-level\nPASS: tar --one-top-level --show-transformed\nPASS: tar --one-top-level --transform\nPASS: tar --one-top-level --transform\nPASS: tar --one-top-level restoring permissions\n\nStar tests\n\nSKIP: gtarfail\nSKIP: gtarfail2\nSKIP: multi-fail\nSKIP: ustar-big-2g\nSKIP: ustar-big-8g\nSKIP: pax-big-10g\n\n## ------------- ##\n## Test results. ##\n## ------------- ##\n\n200 tests were successful.\n44 tests were skipped.\nDURATION: 132\nEND: /usr/lib/tar/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "tar": {
     "duration": "132",
     "log": "START: ptest-runner\n2025-06-16T11:35\n## ------------------------ ##\n## GNU tar 1.35 test suite. ##\n## ------------------------ ##\nPASS: tar version\nPASS: decompressing from stdin\n\nOptions\n\nPASS: mixing options\nPASS: interspersed options\nPASS: TAR_OPTIONS with string arguments\n\nOption compatibility\n\nPASS: occurrence compatibility\nPASS: occurrence compatibility\nPASS: --verify compatibility\nPASS: compress option compatibility\nPASS: --pax-option compatibility\nSKIP: --pax-option compatibility\n\nCheckpoints\n\nPASS: checkpoint defaults\nPASS: checkpoint interval\nPASS: dot action\nPASS: dot action (compatibility syntax)\nPASS: dot action and interval\n\nCompression\n\nPASS: compress: gzip\nPASS: compress: bzip2\nSKIP: compress: xz\nSKIP: compress: lzip\nSKIP: compress: lzop\nSKIP: compress: zstd\n\nPositional options\n\nPASS: Exclude\nPASS: Directory\nPASS: Several options\nPASS: The --add-file option\n\nThe -T option\n\nPASS: multiple file lists\nPASS: nested file lists\nPASS: recursive file lists\nPASS: files-from & recurse: toggle\nPASS: toggle --recursion (not) from -T\nPASS: -C in file lists\nPASS: empty entries\nPASS: 0-separated file without -0\nPASS: --null enables verbatim reading\nPASS: empty file\nPASS: entries with missing newlines\nPASS: recursive extraction from --files-from\nPASS: trailing slash in --files-from\n\nVarious options\n\nPASS: tar --index-file=FILE --file=-\nPASS: tar cvf -\nPASS: gzip\nPASS: recurse\nPASS: recurse: toggle\nPASS: short records\nPASS: --numeric-owner basic tests\n\nThe --same-order option\n\nPASS: working -C with --same-order\nPASS: multiple -C options\n\nAppend\n\nPASS: append\nPASS: appending files with long names\nPASS: append vs. create\nPASS: append with name transformation\nPASS: append with verify\nPASS: append after changed blocking\n\nTransforms\n\nPASS: transforming hard links on create\nPASS: transformations and GNU volume labels\nPASS: transforming escaped delimiters on create\nPASS: transforming hard link targets\n\nExclude\n\nPASS: exclude\nPASS: exclude wildcards\nPASS: exclude: anchoring\nPASS: exclude: wildcards match slash\nPASS: exclude: case insensitive\nPASS: exclude: lots of excludes\nSKIP: exclude: long files in pax archives\nPASS: exclude: --exclude-backups option\nPASS: --exclude-tag option\nPASS: --exclude-tag option and --listed-incremental\nPASS: --exclude-tag option in incremental pass\nPASS: --exclude-tag-under option\nPASS: --exclude-tag-under and --listed-incremental\nPASS: --exclude-tag-under option in incremental pass\nPASS: --exclude-tag-all option\nPASS: --exclude-tag-all and --listed-incremental\nPASS: --exclude-tag-all option in incremental pass\nPASS: --exclude-vcs-ignores memory allocation\nPASS: --exclude-vcs extract list compare\n\nDeletions\n\nPASS: deleting a member after a big one\nPASS: deleting a member from stdin archive\nPASS: deleting members with long names\nPASS: deleting a large last member\nPASS: deleting non-existing member\nPASS: EOF detection\n\nExtracting\n\nPASS: extract over an existing directory\nPASS: extracting symlinks over an existing file\nPASS: extraction loops\nPASS: extract + fnmatch\nPASS: extracting selected members from pax\nPASS: mode of extracted directories\nSKIP: extracting symlinks to a read-only dir\nPASS: restoring mode on existing directory\nSKIP: extracting even when . and .. are unreadable\nPASS: -C and delayed setting of metadata\nPASS: scarce file descriptors\nPASS: extract dot permissions\nPASS: extract over symlinks\nPASS: extract -C symlink\nSKIP: extract parent mkdir failure\nPASS: extract empty directory with -C\nPASS: name matching/transformation ordering\nPASS: keep-old-files\nPASS: skip-old-files\nPASS: keep-directory-symlink\nSKIP: delay-directory-restore\nSKIP: delay-directory-restore on reversed ordering\nPASS: --no-overwrite-dir\nPASS: --to-stdout\nPASS: extract over parent dir that is dangling symlink\nPASS: extracting existing dir with --backup\n\nComparing\n\nPASS: link mismatch\n\nVolume label operations\n\nPASS: single-volume label\nPASS: multi-volume label\nPASS: test-label option\nPASS: label with non-create option\nPASS: label with non-create option\n\nIncremental archives\n\nPASS: incremental\nPASS: restore broken symlinks from incremental\nPASS: restoring timestamps from incremental\nPASS: --listed for individual files\nPASS: working --listed\nSKIP: incremental dump when the parent directory is unreadable\nPASS: --listed-incremental and --one-file-system\nPASS: --listed-incremental and remounted directories\nPASS: renamed files in incrementals\nSKIP: proper icontents initialization\nPASS: incremental dumps with -C\nPASS: incremental dumps of nested directories\nPASS: incremental restores with -C\nPASS: filename normalization\nPASS: incremental with alternating -C\nPASS: concatenated incremental archives (deletes)\nSKIP: concatenated incremental archives (renames)\n\nFiles removed while archiving\n\nPASS: file removed as we read it\nPASS: toplevel file removed\n\nDirectories removed while archiving\n\nPASS: directory removed before reading\nPASS: explicitly named directory removed before reading\n\nRenames\n\nPASS: renamed dirs in incrementals\nPASS: move between hierarchies\nPASS: cyclic renames\nPASS: renamed directory containing subdirectories\nPASS: renamed subdirectories\nPASS: chained renames\nSKIP: changed file types in incrementals\n\nIgnore failing reads\n\nSKIP: ignfail\n\nLink handling\n\nPASS: link count gt 2\nPASS: preserve hard links with --remove-files\nPASS: working -l with --remove-files\nPASS: link count is 1 but multiple occurrences\n\nSpecific archive formats\n\nPASS: long names in V7 archives\nSKIP: long file names divisible by block size\nPASS: ustar: unsplittable file name\nSKIP: ustar: unsplittable path name\nSKIP: ustar: splitting long names\nPASS: old archives\nPASS: time: tricky time stamps\nSKIP: time: clamping mtime\n\nMultivolume archives\n\nPASS: multivolume dumps from pipes\nPASS: skipping a straddling member\nPASS: MV archive & long filenames\nPASS: split directory members in a MV archive\nPASS: Restoring after an out of sync volume\nPASS: Multivolumes with L=record_size\nSKIP: volumes split at an extended header\nPASS: multivolume header creation\nPASS: bad next volume\nPASS: file start at the beginning of a posix volume\n\nOwner and Groups\n\nPASS: --owner and --group\nPASS: --owner-map and --group-map\n\nSparse files\n\nPASS: sparse files\nPASS: extracting sparse file over a pipe\nPASS: storing sparse files > 8G\nPASS: storing long sparse file names\nsh: write error: No space left on device\nSKIP: listing sparse files bigger than 2^33 B\nPASS: storing sparse file using seek method\nPASS: sparse files with unicode names\nPASS: sparse files in MV archives\nPASS: sparse files in PAX MV archives, v.0.0\nPASS: sparse files in PAX MV archives, v.0.1\nPASS: sparse files in PAX MV archives, v.1.0\nPASS: sparse file truncated while archiving\nPASS: file truncated in sparse region while comparing\nPASS: file truncated in data region while comparing\n\nUpdates\n\nPASS: update unchanged directories\nPASS: update directories\nPASS: update changed files\nPASS: update with chdir\nPASS: update with wildcards\n\nVerifying the archive\n\nPASS: verify\n\nVolume operations\n\nPASS: volume\nSKIP: volume header size\n\nPASS: compressed format recognition\nPASS: short input files\nPASS: updating short archives\nPASS: truncate\nPASS: grow\nPASS: sigpipe handling\nPASS: compressor program failure\n\nRemoving files after archiving\n\nSKIP: remove-files with compression\nPASS: remove-files with compression: grand-child\nPASS: remove-files with symbolic links\nPASS: remove-files with -C:rel in -c/non-incr. mode\nPASS: remove-files with -C:rel in -c/incr. mode\nPASS: remove-files with -C:rel in -r mode\nPASS: remove-files with -C:rel,rel in -c/non-incr. mode\nPASS: remove-files with -C:rel,rel in -c/incr. mode\nPASS: remove-files with -C:rel,rel in -r mode\nPASS: remove-files with -C:rel,abs in -c/non-incr. mode\nPASS: remove-files with -C:rel,abs in -c/incr. mode\nPASS: remove-files with -C:rel,abs in -r mode\nPASS: remove-files with -C:abs,rel in -c/non-incr. mode\nPASS: remove-files with -C:abs,rel in -c/incr. mode\nPASS: remove-files with -C:abs,rel in -r mode\nPASS: remove-files deleting two subdirs in -c/non-incr. mode\nPASS: remove-files deleting two subdirs in -c/incr. mode\nPASS: remove-files deleting two subdirs in -r mode\nPASS: remove-files on full directory in -c/non-incr. mode\nPASS: remove-files on full directory in -c/incr. mode\nPASS: remove-files on full directory in -r mode\nPASS: remove-files\n\nExtended attributes\n\nSKIP: xattrs: basic functionality\nSKIP: xattrs: change directory with -C option\nSKIP: xattrs: trusted.* attributes\nSKIP: xattrs: s/open/openat/ regression\nSKIP: xattrs: keywords with '=' and '%'\nSKIP: xattrs: exclude xattrs on create \nSKIP: xattrs: xattrs and --skip-old-files\nSKIP: xattrs: xattrs and read-only files\nSKIP: acls: basic functionality\nSKIP: acls: work with -C\nSKIP: acls: default ACLs\nSKIP: selinux: basic store/restore\nSKIP: acls/selinux: special files & fifos\nSKIP: capabilities: binary store/restore\n\nOne top level\n\nPASS: tar --one-top-level\nPASS: tar --one-top-level --show-transformed\nPASS: tar --one-top-level --transform\nPASS: tar --one-top-level --transform\nPASS: tar --one-top-level restoring permissions\n\nStar tests\n\nSKIP: gtarfail\nSKIP: gtarfail2\nSKIP: multi-fail\nSKIP: ustar-big-2g\nSKIP: ustar-big-8g\nSKIP: pax-big-10g\n\n## ------------- ##\n## Test results. ##\n## ------------- ##\n\n200 tests were successful.\n44 tests were skipped.\nDURATION: 132\n"
    }
   },
   "ptestresult.tar.--exclude-tag-all_and_--listed-incremental": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag-all_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag-all_option_in_incremental_pass": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag-under_and_--listed-incremental": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag-under_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag-under_option_in_incremental_pass": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag_option_and_--listed-incremental": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-tag_option_in_incremental_pass": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-vcs-ignores_memory_allocation": {
    "status": "PASSED"
   },
   "ptestresult.tar.--exclude-vcs_extract_list_compare": {
    "status": "PASSED"
   },
   "ptestresult.tar.--listed-incremental_and_--one-file-system": {
    "status": "PASSED"
   },
   "ptestresult.tar.--listed-incremental_and_remounted_directories": {
    "status": "PASSED"
   },
   "ptestresult.tar.--listed_for_individual_files": {
    "status": "PASSED"
   },
   "ptestresult.tar.--no-overwrite-dir": {
    "status": "PASSED"
   },
   "ptestresult.tar.--null_enables_verbatim_reading": {
    "status": "PASSED"
   },
   "ptestresult.tar.--numeric-owner_basic_tests": {
    "status": "PASSED"
   },
   "ptestresult.tar.--owner-map_and_--group-map": {
    "status": "PASSED"
   },
   "ptestresult.tar.--owner_and_--group": {
    "status": "PASSED"
   },
   "ptestresult.tar.--pax-option_compatibility": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.--to-stdout": {
    "status": "PASSED"
   },
   "ptestresult.tar.--verify_compatibility": {
    "status": "PASSED"
   },
   "ptestresult.tar.-C_and_delayed_setting_of_metadata": {
    "status": "PASSED"
   },
   "ptestresult.tar.-C_in_file_lists": {
    "status": "PASSED"
   },
   "ptestresult.tar.0-separated_file_without_-0": {
    "status": "PASSED"
   },
   "ptestresult.tar.Directory": {
    "status": "PASSED"
   },
   "ptestresult.tar.EOF_detection": {
    "status": "PASSED"
   },
   "ptestresult.tar.Exclude": {
    "status": "PASSED"
   },
   "ptestresult.tar.MV_archive_&_long_filenames": {
    "status": "PASSED"
   },
   "ptestresult.tar.Multivolumes_with_L=record_size": {
    "status": "PASSED"
   },
   "ptestresult.tar.Restoring_after_an_out_of_sync_volume": {
    "status": "PASSED"
   },
   "ptestresult.tar.Several_options": {
    "status": "PASSED"
   },
   "ptestresult.tar.TAR_OPTIONS_with_string_arguments": {
    "status": "PASSED"
   },
   "ptestresult.tar.The_--add-file_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.acls/selinux:_special_files_&_fifos": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.acls:_basic_functionality": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.acls:_default_ACLs": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.acls:_work_with_-C": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.append": {
    "status": "PASSED"
   },
   "ptestresult.tar.append_after_changed_blocking": {
    "status": "PASSED"
   },
   "ptestresult.tar.append_vs._create": {
    "status": "PASSED"
   },
   "ptestresult.tar.append_with_name_transformation": {
    "status": "PASSED"
   },
   "ptestresult.tar.append_with_verify": {
    "status": "PASSED"
   },
   "ptestresult.tar.appending_files_with_long_names": {
    "status": "PASSED"
   },
   "ptestresult.tar.bad_next_volume": {
    "status": "PASSED"
   },
   "ptestresult.tar.capabilities:_binary_store/restore": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.chained_renames": {
    "status": "PASSED"
   },
   "ptestresult.tar.changed_file_types_in_incrementals": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.checkpoint_defaults": {
    "status": "PASSED"
   },
   "ptestresult.tar.checkpoint_interval": {
    "status": "PASSED"
   },
   "ptestresult.tar.compress:_bzip2": {
    "status": "PASSED"
   },
   "ptestresult.tar.compress:_gzip": {
    "status": "PASSED"
   },
   "ptestresult.tar.compress:_lzip": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.compress:_lzop": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.compress:_xz": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.compress:_zstd": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.compress_option_compatibility": {
    "status": "PASSED"
   },
   "ptestresult.tar.compressed_format_recognition": {
    "status": "PASSED"
   },
   "ptestresult.tar.compressor_program_failure": {
    "status": "PASSED"
   },
   "ptestresult.tar.concatenated_incremental_archives__deletes_": {
    "status": "PASSED"
   },
   "ptestresult.tar.concatenated_incremental_archives__renames_": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.cyclic_renames": {
    "status": "PASSED"
   },
   "ptestresult.tar.decompressing_from_stdin": {
    "status": "PASSED"
   },
   "ptestresult.tar.delay-directory-restore": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.delay-directory-restore_on_reversed_ordering": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.deleting_a_large_last_member": {
    "status": "PASSED"
   },
   "ptestresult.tar.deleting_a_member_after_a_big_one": {
    "status": "PASSED"
   },
   "ptestresult.tar.deleting_a_member_from_stdin_archive": {
    "status": "PASSED"
   },
   "ptestresult.tar.deleting_members_with_long_names": {
    "status": "PASSED"
   },
   "ptestresult.tar.deleting_non-existing_member": {
    "status": "PASSED"
   },
   "ptestresult.tar.directory_removed_before_reading": {
    "status": "PASSED"
   },
   "ptestresult.tar.dot_action": {
    "status": "PASSED"
   },
   "ptestresult.tar.dot_action__compatibility_syntax_": {
    "status": "PASSED"
   },
   "ptestresult.tar.dot_action_and_interval": {
    "status": "PASSED"
   },
   "ptestresult.tar.empty_entries": {
    "status": "PASSED"
   },
   "ptestresult.tar.empty_file": {
    "status": "PASSED"
   },
   "ptestresult.tar.entries_with_missing_newlines": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude:_--exclude-backups_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude:_anchoring": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude:_case_insensitive": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude:_long_files_in_pax_archives": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.exclude:_lots_of_excludes": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude:_wildcards_match_slash": {
    "status": "PASSED"
   },
   "ptestresult.tar.exclude_wildcards": {
    "status": "PASSED"
   },
   "ptestresult.tar.explicitly_named_directory_removed_before_reading": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_+_fnmatch": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_-C_symlink": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_dot_permissions": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_empty_directory_with_-C": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_over_an_existing_directory": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_over_parent_dir_that_is_dangling_symlink": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_over_symlinks": {
    "status": "PASSED"
   },
   "ptestresult.tar.extract_parent_mkdir_failure": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.extracting_even_when_._and_.._are_unreadable": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.extracting_existing_dir_with_--backup": {
    "status": "PASSED"
   },
   "ptestresult.tar.extracting_selected_members_from_pax": {
    "status": "PASSED"
   },
   "ptestresult.tar.extracting_sparse_file_over_a_pipe": {
    "status": "PASSED"
   },
   "ptestresult.tar.extracting_symlinks_over_an_existing_file": {
    "status": "PASSED"
   },
   "ptestresult.tar.extracting_symlinks_to_a_read-only_dir": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.extraction_loops": {
    "status": "PASSED"
   },
   "ptestresult.tar.file_removed_as_we_read_it": {
    "status": "PASSED"
   },
   "ptestresult.tar.file_start_at_the_beginning_of_a_posix_volume": {
    "status": "PASSED"
   },
   "ptestresult.tar.file_truncated_in_data_region_while_comparing": {
    "status": "PASSED"
   },
   "ptestresult.tar.file_truncated_in_sparse_region_while_comparing": {
    "status": "PASSED"
   },
   "ptestresult.tar.filename_normalization": {
    "status": "PASSED"
   },
   "ptestresult.tar.files-from_&_recurse:_toggle": {
    "status": "PASSED"
   },
   "ptestresult.tar.grow": {
    "status": "PASSED"
   },
   "ptestresult.tar.gtarfail": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.gtarfail2": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.gzip": {
    "status": "PASSED"
   },
   "ptestresult.tar.ignfail": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.incremental": {
    "status": "PASSED"
   },
   "ptestresult.tar.incremental_dump_when_the_parent_directory_is_unreadable": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.incremental_dumps_of_nested_directories": {
    "status": "PASSED"
   },
   "ptestresult.tar.incremental_dumps_with_-C": {
    "status": "PASSED"
   },
   "ptestresult.tar.incremental_restores_with_-C": {
    "status": "PASSED"
   },
   "ptestresult.tar.incremental_with_alternating_-C": {
    "status": "PASSED"
   },
   "ptestresult.tar.interspersed_options": {
    "status": "PASSED"
   },
   "ptestresult.tar.keep-directory-symlink": {
    "status": "PASSED"
   },
   "ptestresult.tar.keep-old-files": {
    "status": "PASSED"
   },
   "ptestresult.tar.label_with_non-create_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.link_count_gt_2": {
    "status": "PASSED"
   },
   "ptestresult.tar.link_count_is_1_but_multiple_occurrences": {
    "status": "PASSED"
   },
   "ptestresult.tar.link_mismatch": {
    "status": "PASSED"
   },
   "ptestresult.tar.listing_sparse_files_bigger_than_2^33_B": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.long_file_names_divisible_by_block_size": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.long_names_in_V7_archives": {
    "status": "PASSED"
   },
   "ptestresult.tar.mixing_options": {
    "status": "PASSED"
   },
   "ptestresult.tar.mode_of_extracted_directories": {
    "status": "PASSED"
   },
   "ptestresult.tar.move_between_hierarchies": {
    "status": "PASSED"
   },
   "ptestresult.tar.multi-fail": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.multi-volume_label": {
    "status": "PASSED"
   },
   "ptestresult.tar.multiple_-C_options": {
    "status": "PASSED"
   },
   "ptestresult.tar.multiple_file_lists": {
    "status": "PASSED"
   },
   "ptestresult.tar.multivolume_dumps_from_pipes": {
    "status": "PASSED"
   },
   "ptestresult.tar.multivolume_header_creation": {
    "status": "PASSED"
   },
   "ptestresult.tar.name_matching/transformation_ordering": {
    "status": "PASSED"
   },
   "ptestresult.tar.nested_file_lists": {
    "status": "PASSED"
   },
   "ptestresult.tar.occurrence_compatibility": {
    "status": "PASSED"
   },
   "ptestresult.tar.old_archives": {
    "status": "PASSED"
   },
   "ptestresult.tar.pax-big-10g": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.preserve_hard_links_with_--remove-files": {
    "status": "PASSED"
   },
   "ptestresult.tar.proper_icontents_initialization": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.recurse": {
    "status": "PASSED"
   },
   "ptestresult.tar.recurse:_toggle": {
    "status": "PASSED"
   },
   "ptestresult.tar.recursive_extraction_from_--files-from": {
    "status": "PASSED"
   },
   "ptestresult.tar.recursive_file_lists": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_deleting_two_subdirs_in_-c/incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_deleting_two_subdirs_in_-c/non-incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_deleting_two_subdirs_in_-r_mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_on_full_directory_in_-c/incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_on_full_directory_in_-c/non-incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_on_full_directory_in_-r_mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:abs,rel_in_-c/incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:abs,rel_in_-c/non-incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:abs,rel_in_-r_mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel,abs_in_-c/incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel,abs_in_-c/non-incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel,abs_in_-r_mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel,rel_in_-c/incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel,rel_in_-c/non-incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel,rel_in_-r_mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel_in_-c/incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel_in_-c/non-incr._mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_-C:rel_in_-r_mode": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_compression": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.remove-files_with_compression:_grand-child": {
    "status": "PASSED"
   },
   "ptestresult.tar.remove-files_with_symbolic_links": {
    "status": "PASSED"
   },
   "ptestresult.tar.renamed_directory_containing_subdirectories": {
    "status": "PASSED"
   },
   "ptestresult.tar.renamed_dirs_in_incrementals": {
    "status": "PASSED"
   },
   "ptestresult.tar.renamed_files_in_incrementals": {
    "status": "PASSED"
   },
   "ptestresult.tar.renamed_subdirectories": {
    "status": "PASSED"
   },
   "ptestresult.tar.restore_broken_symlinks_from_incremental": {
    "status": "PASSED"
   },
   "ptestresult.tar.restoring_mode_on_existing_directory": {
    "status": "PASSED"
   },
   "ptestresult.tar.restoring_timestamps_from_incremental": {
    "status": "PASSED"
   },
   "ptestresult.tar.scarce_file_descriptors": {
    "status": "PASSED"
   },
   "ptestresult.tar.selinux:_basic_store/restore": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.short_input_files": {
    "status": "PASSED"
   },
   "ptestresult.tar.short_records": {
    "status": "PASSED"
   },
   "ptestresult.tar.sigpipe_handling": {
    "status": "PASSED"
   },
   "ptestresult.tar.single-volume_label": {
    "status": "PASSED"
   },
   "ptestresult.tar.skip-old-files": {
    "status": "PASSED"
   },
   "ptestresult.tar.skipping_a_straddling_member": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_file_truncated_while_archiving": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_files": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_files_in_MV_archives": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_files_in_PAX_MV_archives,_v.0.0": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_files_in_PAX_MV_archives,_v.0.1": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_files_in_PAX_MV_archives,_v.1.0": {
    "status": "PASSED"
   },
   "ptestresult.tar.sparse_files_with_unicode_names": {
    "status": "PASSED"
   },
   "ptestresult.tar.split_directory_members_in_a_MV_archive": {
    "status": "PASSED"
   },
   "ptestresult.tar.storing_long_sparse_file_names": {
    "status": "PASSED"
   },
   "ptestresult.tar.storing_sparse_file_using_seek_method": {
    "status": "PASSED"
   },
   "ptestresult.tar.storing_sparse_files_>_8G": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_--index-file=FILE_--file=-": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_--one-top-level": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_--one-top-level_--show-transformed": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_--one-top-level_--transform": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_--one-top-level_restoring_permissions": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_cvf_-": {
    "status": "PASSED"
   },
   "ptestresult.tar.tar_version": {
    "status": "PASSED"
   },
   "ptestresult.tar.test-label_option": {
    "status": "PASSED"
   },
   "ptestresult.tar.time:_clamping_mtime": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.time:_tricky_time_stamps": {
    "status": "PASSED"
   },
   "ptestresult.tar.toggle_--recursion__not__from_-T": {
    "status": "PASSED"
   },
   "ptestresult.tar.toplevel_file_removed": {
    "status": "PASSED"
   },
   "ptestresult.tar.trailing_slash_in_--files-from": {
    "status": "PASSED"
   },
   "ptestresult.tar.transformations_and_GNU_volume_labels": {
    "status": "PASSED"
   },
   "ptestresult.tar.transforming_escaped_delimiters_on_create": {
    "status": "PASSED"
   },
   "ptestresult.tar.transforming_hard_link_targets": {
    "status": "PASSED"
   },
   "ptestresult.tar.transforming_hard_links_on_create": {
    "status": "PASSED"
   },
   "ptestresult.tar.truncate": {
    "status": "PASSED"
   },
   "ptestresult.tar.update_changed_files": {
    "status": "PASSED"
   },
   "ptestresult.tar.update_directories": {
    "status": "PASSED"
   },
   "ptestresult.tar.update_unchanged_directories": {
    "status": "PASSED"
   },
   "ptestresult.tar.update_with_chdir": {
    "status": "PASSED"
   },
   "ptestresult.tar.update_with_wildcards": {
    "status": "PASSED"
   },
   "ptestresult.tar.updating_short_archives": {
    "status": "PASSED"
   },
   "ptestresult.tar.ustar-big-2g": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.ustar-big-8g": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.ustar:_splitting_long_names": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.ustar:_unsplittable_file_name": {
    "status": "PASSED"
   },
   "ptestresult.tar.ustar:_unsplittable_path_name": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.verify": {
    "status": "PASSED"
   },
   "ptestresult.tar.volume": {
    "status": "PASSED"
   },
   "ptestresult.tar.volume_header_size": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.volumes_split_at_an_extended_header": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.working_--listed": {
    "status": "PASSED"
   },
   "ptestresult.tar.working_-C_with_--same-order": {
    "status": "PASSED"
   },
   "ptestresult.tar.working_-l_with_--remove-files": {
    "status": "PASSED"
   },
   "ptestresult.tar.xattrs:_basic_functionality": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_change_directory_with_-C_option": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_exclude_xattrs_on_create": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_keywords_with_'='_and_'%'": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_s/open/openat/_regression": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_trusted.*_attributes": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_xattrs_and_--skip-old-files": {
    "status": "SKIPPED"
   },
   "ptestresult.tar.xattrs:_xattrs_and_read-only_files": {
    "status": "SKIPPED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5456438064575195,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-tcl8_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-tcl8",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0015664100646972656,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1614997386932373,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.03137850761413574,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 130.60653018951416,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0021071434020996094,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/tcl8/ptest\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  aaa_exit.test\nTests began at Mon Jun 16 12:35:00 BST 2025\naaa_exit.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t2\tPassed\t0\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nPASS: aaa_exit.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  append.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nappend.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t45\tPassed\t45\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: append.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  appendComp.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nappendComp.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t48\tPassed\t43\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tbug-3057639\nPASS: appendComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  apply.test\nTests began at Mon Jun 16 12:35:00 BST 2025\napply.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t42\tPassed\t39\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tmemory\nPASS: apply.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assemble.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nassemble.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t284\tPassed\t280\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tmemory\nPASS: assemble.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assocd.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nassocd.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t11\tPassed\t11\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: assocd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  async.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nasync.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t12\tPassed\t0\tSkipped\t12\tFailed\t0\nSourced 1 Test Files.\nPASS: async.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  autoMkindex.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nautoMkindex.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t11\tPassed\t10\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: autoMkindex.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  basic.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nbasic.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t146\tPassed\t117\tSkipped\t29\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t27\temptyTest\n\t2\tmemory\nPASS: basic.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  binary.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nbinary.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t717\tPassed\t640\tSkipped\t77\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t76\tbigEndian\n\t1\twin\nPASS: binary.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  case.test\nTests began at Mon Jun 16 12:35:00 BST 2025\ncase.test\n\nTests ended at Mon Jun 16 12:35:01 BST 2025\nall.tcl:\tTotal\t15\tPassed\t15\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: case.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chan.test\nTests began at Mon Jun 16 12:35:01 BST 2025\nchan.test\n\nTests ended at Mon Jun 16 12:35:01 BST 2025\nall.tcl:\tTotal\t41\tPassed\t41\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: chan.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chanio.test\nTests began at Mon Jun 16 12:35:01 BST 2025\nchanio.test\n\nTests ended at Mon Jun 16 12:35:18 BST 2025\nall.tcl:\tTotal\t777\tPassed\t760\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tasyncPipeChan\n\t8\temptyTest\n\t1\textensive\n\t1\tnonPortable\n\t1\tthread\n\t2\twin\nPASS: chanio.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  clock.test\nTests began at Mon Jun 16 12:35:18 BST 2025\nclock.test\n\nTests ended at Mon Jun 16 12:35:21 BST 2025\nall.tcl:\tTotal\t8537\tPassed\t8530\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\twin\nPASS: clock.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdAH.test\nTests began at Mon Jun 16 12:35:21 BST 2025\ncmdAH.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t323\tPassed\t288\tSkipped\t35\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tnonPortable\n\t5\tnotRoot\n\t22\twin\nPASS: cmdAH.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdIL.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncmdIL.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t146\tPassed\t141\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\thasIsoLocale\n\t2\tmemory\n\t1\ttestWithLimit\nPASS: cmdIL.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdInfo.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncmdInfo.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: cmdInfo.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdMZ.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncmdMZ.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t92\tPassed\t90\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tUnix\nPASS: cmdMZ.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr-old.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncompExpr-old.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t190\tPassed\t188\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!ieeeFloatingPoint\n\t1\tlongIs32bit\nPASS: compExpr-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncompExpr.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t80\tPassed\t78\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: compExpr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compile.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncompile.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t171\tPassed\t160\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t2\tmemory\nPASS: compile.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  concat.test\nTests began at Mon Jun 16 12:35:27 BST 2025\nconcat.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: concat.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  config.test\nTests began at Mon Jun 16 12:35:27 BST 2025\nconfig.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: config.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  coroutine.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncoroutine.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t59\tPassed\t58\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: coroutine.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dcall.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ndcall.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dcall.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dict.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ndict.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t342\tPassed\t340\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: dict.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dstring.test\nTests began at Mon Jun 16 12:35:28 BST 2025\ndstring.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t44\tPassed\t44\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dstring.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  encoding.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nencoding.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t101\tPassed\t99\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tfullutf\nPASS: encoding.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  env.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nenv.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t26\tPassed\t22\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\twin\nPASS: env.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  error.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nerror.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t317\tPassed\t309\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tmemory\nPASS: error.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  eval.test\nTests began at Mon Jun 16 12:35:28 BST 2025\neval.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: eval.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  event.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nevent.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t66\tPassed\t0\tSkipped\t66\tFailed\t0\nSourced 1 Test Files.\nPASS: event.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  exec.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nexec.test\n\nTests ended at Mon Jun 16 12:35:36 BST 2025\nall.tcl:\tTotal\t100\tPassed\t91\tSkipped\t9\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tnonPortable\n\t5\twin\nPASS: exec.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  execute.test\nTests began at Mon Jun 16 12:35:36 BST 2025\nexecute.test\n\nTests ended at Mon Jun 16 12:35:37 BST 2025\nall.tcl:\tTotal\t157\tPassed\t154\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tlongIs32bit\nPASS: execute.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr-old.test\nTests began at Mon Jun 16 12:35:37 BST 2025\nexpr-old.test\n\nTests ended at Mon Jun 16 12:35:37 BST 2025\nall.tcl:\tTotal\t460\tPassed\t447\tSkipped\t13\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\t!ieeeFloatingPoint\n\t10\tlongIs32bit\nPASS: expr-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr.test\nTests began at Mon Jun 16 12:35:37 BST 2025\nexpr.test\n\nTests ended at Mon Jun 16 12:35:37 BST 2025\nall.tcl:\tTotal\t14185\tPassed\t14162\tSkipped\t23\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\t!ieeeFloatingPoint\n\t18\tlongIs32bit\nPASS: expr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fCmd.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfCmd.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t256\tPassed\t35\tSkipped\t221\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tdontCopyLinks\n\t1\tnonPortable\n\t207\tnotRoot\n\t11\twin\n\t1\twinLessThan10\nPASS: fCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileName.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfileName.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t300\tPassed\t252\tSkipped\t48\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\tnonPortable\n\t3\tnotRoot\n\t38\twin\nPASS: fileName.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystem.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfileSystem.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t137\tPassed\t116\tSkipped\t21\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t21\twin\nPASS: fileSystem.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystemEncoding.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfileSystemEncoding.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: fileSystemEncoding.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for-old.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfor-old.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: for-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfor.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t88\tPassed\t64\tSkipped\t24\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t24\tmemory\nPASS: for.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  foreach.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nforeach.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t43\tPassed\t43\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: foreach.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  format.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nformat.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t266\tPassed\t257\tSkipped\t9\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\tlongIs32bit\n\t2\twideBiggerThanInt\nPASS: format.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  get.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nget.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t22\tPassed\t22\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: get.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  history.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nhistory.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t62\tPassed\t62\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: history.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nhttp.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t75\tPassed\t73\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t1\tnonPortable\nPASS: http.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http11.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nhttp11.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t43\tPassed\t42\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: http11.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpPipeline.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nhttpPipeline.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t1996\tPassed\t0\tSkipped\t1996\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1996\tserverNeeded\nPASS: httpPipeline.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpold.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nhttpold.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t31\tPassed\t31\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: httpold.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if-old.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nif-old.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t33\tPassed\t33\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nif.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t73\tPassed\t73\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr-old.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nincr-old.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t14\tPassed\t14\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nincr.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t66\tPassed\t66\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  indexObj.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nindexObj.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t45\tPassed\t45\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: indexObj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  info.test\nTests began at Mon Jun 16 12:35:40 BST 2025\ninfo.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t266\tPassed\t263\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\nPASS: info.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  init.test\nTests began at Mon Jun 16 12:35:40 BST 2025\ninit.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t36\tPassed\t36\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: init.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  interp.test\nTests began at Mon Jun 16 12:35:40 BST 2025\ninterp.test\n\nTests ended at Mon Jun 16 12:35:41 BST 2025\nall.tcl:\tTotal\t352\tPassed\t345\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\tknownBug\nPASS: interp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  io.test\nTests began at Mon Jun 16 12:35:41 BST 2025\nio.test\n\nTests ended at Mon Jun 16 12:36:14 BST 2025\nall.tcl:\tTotal\t830\tPassed\t814\tSkipped\t16\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\temptyTest\n\t1\textensive\n\t2\tnonPortable\n\t1\tthread\n\t2\twin\nPASS: io.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioCmd.test\nTests began at Mon Jun 16 12:36:14 BST 2025\nioCmd.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t348\tPassed\t248\tSkipped\t100\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tnonPortable\n\t97\tthread\nPASS: ioCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioTrans.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nioTrans.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t106\tPassed\t72\tSkipped\t34\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t34\tthread\nPASS: ioTrans.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  iogt.test\nTests began at Mon Jun 16 12:36:19 BST 2025\niogt.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t17\tPassed\t13\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tknownBug\nPASS: iogt.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  join.test\nTests began at Mon Jun 16 12:36:19 BST 2025\njoin.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: join.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lindex.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlindex.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t83\tPassed\t83\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lindex.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  link.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlink.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t29\tPassed\t29\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: link.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  linsert.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlinsert.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: linsert.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  list.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlist.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t78\tPassed\t78\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: list.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  listObj.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlistObj.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t47\tPassed\t46\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\temptyTest\nPASS: listObj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  llength.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nllength.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: llength.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lmap.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlmap.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t66\tPassed\t66\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lmap.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  load.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nload.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t30\tPassed\t13\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t17\tpkga.soRequired\nPASS: load.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrange.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlrange.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t34\tPassed\t34\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lrange.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrepeat.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlrepeat.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lrepeat.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lreplace.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlreplace.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t1787\tPassed\t1787\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lreplace.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsearch.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlsearch.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t118\tPassed\t118\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsearch.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lset.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlset.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t89\tPassed\t89\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lset.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsetComp.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlsetComp.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsetComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXFCmd.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nmacOSXFCmd.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\tmacosxFileAttr\nPASS: macOSXFCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXLoad.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nmacOSXLoad.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t0\tPassed\t0\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: macOSXLoad.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  main.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nmain.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t67\tPassed\t67\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: main.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  mathop.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nmathop.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t349\tPassed\t349\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: mathop.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  misc.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nmisc.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t301\tPassed\t301\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: misc.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  msgcat.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nmsgcat.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t109\tPassed\t109\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: msgcat.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace-old.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nnamespace-old.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t126\tPassed\t126\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: namespace-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nnamespace.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t313\tPassed\t311\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t1\tmemory\nPASS: namespace.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  notify.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nnotify.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: notify.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  nre.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nnre.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: nre.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  obj.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nobj.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t92\tPassed\t86\tSkipped\t6\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t6\tlongIs32bit\nPASS: obj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  oo.test\nTests began at Mon Jun 16 12:36:45 BST 2025\noo.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t306\tPassed\t289\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\n\t14\tmemory\nPASS: oo.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooNext2.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nooNext2.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t62\tPassed\t57\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tmemory\nPASS: ooNext2.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  opt.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nopt.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t31\tPassed\t31\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: opt.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  package.test\nTests began at Mon Jun 16 12:36:45 BST 2025\npackage.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t402\tPassed\t402\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: package.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parse.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nparse.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t271\tPassed\t268\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\n\t1\tmemory\nPASS: parse.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseExpr.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nparseExpr.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t284\tPassed\t283\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestexprparser && !ieeeFloatingPoint\nPASS: parseExpr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseOld.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nparseOld.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t158\tPassed\t158\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: parseOld.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pid.test\nTests began at Mon Jun 16 12:36:45 BST 2025\npid.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t5\tPassed\t5\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pid.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pkgMkIndex.test\nTests began at Mon Jun 16 12:36:45 BST 2025\npkgMkIndex.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t27\tPassed\t25\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tpkga.soRequired\nPASS: pkgMkIndex.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  platform.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nplatform.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: platform.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc-old.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nproc-old.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t74\tPassed\t74\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: proc-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nproc.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t38\tPassed\t37\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: proc.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pwd.test\nTests began at Mon Jun 16 12:36:46 BST 2025\npwd.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pwd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  reg.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nreg.test\n\nTests ended at Mon Jun 16 12:36:50 BST 2025\nall.tcl:\tTotal\t1141\tPassed\t1031\tSkipped\t110\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t100\tlocaleRegexp\n\t1\tnonPortable\nPASS: reg.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexp.test\nTests began at Mon Jun 16 12:36:50 BST 2025\nregexp.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t244\tPassed\t241\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\nPASS: regexp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexpComp.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nregexpComp.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t179\tPassed\t179\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: regexpComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  registry.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nregistry.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t125\tPassed\t0\tSkipped\t125\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t125\twin\nPASS: registry.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  rename.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nrename.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: rename.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  resolver.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nresolver.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: resolver.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  result.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nresult.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t26\tPassed\t26\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: result.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-stock.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsafe-stock.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t4\tPassed\t4\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-stock.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsafe.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t102\tPassed\t100\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\nPASS: safe.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  scan.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nscan.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t181\tPassed\t180\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: scan.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  security.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsecurity.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: security.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set-old.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nset-old.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t153\tPassed\t153\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nset.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t64\tPassed\t64\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  socket.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsocket.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t175\tPassed\t62\tSkipped\t113\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tnotRoot\n\t5\tthread\nPASS: socket.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  source.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nsource.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: source.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  split.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nsplit.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t17\tPassed\t17\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: split.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stack.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstack.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stack.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  string.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstring.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t1266\tPassed\t1258\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t6\tmemory\n\t2\tutf16\nPASS: string.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stringComp.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstringComp.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t279\tPassed\t278\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: stringComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stringObj.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstringObj.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t75\tPassed\t75\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stringObj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  subst.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nsubst.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t63\tPassed\t63\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: subst.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  switch.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nswitch.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t113\tPassed\t113\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: switch.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tailcall.test\nTests began at Mon Jun 16 12:37:01 BST 2025\ntailcall.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t37\tPassed\t36\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: tailcall.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tcltest.test\nTests began at Mon Jun 16 12:37:01 BST 2025\ntcltest.test\n\nTests ended at Mon Jun 16 12:37:02 BST 2025\nall.tcl:\tTotal\t127\tPassed\t122\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!singleTestInterp notWsl\n\t3\tnotRoot\n\t1\tnotValgrind\nPASS: tcltest.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  thread.test\nTests began at Mon Jun 16 12:37:02 BST 2025\nthread.test\n\nTests ended at Mon Jun 16 12:37:02 BST 2025\nall.tcl:\tTotal\t52\tPassed\t0\tSkipped\t52\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t52\tthread\nPASS: thread.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  timer.test\nTests began at Mon Jun 16 12:37:02 BST 2025\ntimer.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t54\tPassed\t54\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: timer.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tm.test\nTests began at Mon Jun 16 12:37:08 BST 2025\ntm.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t21\tPassed\t21\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: tm.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  trace.test\nTests began at Mon Jun 16 12:37:08 BST 2025\ntrace.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t295\tPassed\t291\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\temptyTest\n\t3\tmemory\nPASS: trace.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFCmd.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixFCmd.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t49\tPassed\t0\tSkipped\t49\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\temptyTest\n\t38\tnotRoot\nPASS: unixFCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFile.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixFile.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unixFile.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixForkEvent.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixForkEvent.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t1\tPassed\t0\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: unixForkEvent.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixInit.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixInit.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t8\tPassed\t6\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\nPASS: unixInit.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixNotfy.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nunixNotfy.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t4\tPassed\t0\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tthread\n\t2\tunthreaded\nPASS: unixNotfy.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unknown.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nunknown.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unknown.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unload.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nunload.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t27\tPassed\t7\tSkipped\t20\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t20\tpkgua.soRequired\nPASS: unload.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  uplevel.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nuplevel.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t57\tPassed\t57\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: uplevel.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  upvar.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nupvar.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t65\tPassed\t65\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: upvar.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  utf.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nutf.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t498\tPassed\t403\tSkipped\t95\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t56\tfullutf\n\t1\tpairsTo4bytes\n\t2\tpre388\n\t15\tutf16\n\t21\tutf32\nPASS: utf.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  util.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nutil.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t2291\tPassed\t2288\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBadTest\n\t2\tlongIs32bit\nPASS: util.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  var.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nvar.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t110\tPassed\t107\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tmemory\nPASS: var.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while-old.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwhile-old.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t15\tPassed\t15\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwhile.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t46\tPassed\t46\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winConsole.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinConsole.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t1\tPassed\t0\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\twin\nPASS: winConsole.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winDde.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinDde.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t50\tPassed\t0\tSkipped\t50\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t49\tdde\n\t1\twin\nPASS: winDde.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFCmd.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinFCmd.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t178\tPassed\t0\tSkipped\t178\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\n\t4\tnt\n\t170\twin\n\t3\twinVista\nPASS: winFCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFile.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinFile.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t11\tPassed\t0\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\twin\nPASS: winFile.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winNotify.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinNotify.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\twin\nPASS: winNotify.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winPipe.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinPipe.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t56\tPassed\t0\tSkipped\t56\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t56\twin\nPASS: winPipe.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winTime.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinTime.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t3\tPassed\t0\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestwinclock\n\t2\twin\nPASS: winTime.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  word.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nword.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t50\tPassed\t50\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: word.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  zlib.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nzlib.test\n\nTests ended at Mon Jun 16 12:37:10 BST 2025\nall.tcl:\tTotal\t73\tPassed\t72\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: zlib.test\nDURATION: 130\nEND: /usr/lib/tcl8/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "tcl8": {
     "duration": "130",
     "log": "START: ptest-runner\n2025-06-16T11:35\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  aaa_exit.test\nTests began at Mon Jun 16 12:35:00 BST 2025\naaa_exit.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t2\tPassed\t0\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nPASS: aaa_exit.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  append.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nappend.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t45\tPassed\t45\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: append.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  appendComp.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nappendComp.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t48\tPassed\t43\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tbug-3057639\nPASS: appendComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  apply.test\nTests began at Mon Jun 16 12:35:00 BST 2025\napply.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t42\tPassed\t39\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tmemory\nPASS: apply.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assemble.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nassemble.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t284\tPassed\t280\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tmemory\nPASS: assemble.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assocd.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nassocd.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t11\tPassed\t11\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: assocd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  async.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nasync.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t12\tPassed\t0\tSkipped\t12\tFailed\t0\nSourced 1 Test Files.\nPASS: async.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  autoMkindex.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nautoMkindex.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t11\tPassed\t10\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: autoMkindex.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  basic.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nbasic.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t146\tPassed\t117\tSkipped\t29\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t27\temptyTest\n\t2\tmemory\nPASS: basic.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  binary.test\nTests began at Mon Jun 16 12:35:00 BST 2025\nbinary.test\n\nTests ended at Mon Jun 16 12:35:00 BST 2025\nall.tcl:\tTotal\t717\tPassed\t640\tSkipped\t77\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t76\tbigEndian\n\t1\twin\nPASS: binary.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  case.test\nTests began at Mon Jun 16 12:35:00 BST 2025\ncase.test\n\nTests ended at Mon Jun 16 12:35:01 BST 2025\nall.tcl:\tTotal\t15\tPassed\t15\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: case.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chan.test\nTests began at Mon Jun 16 12:35:01 BST 2025\nchan.test\n\nTests ended at Mon Jun 16 12:35:01 BST 2025\nall.tcl:\tTotal\t41\tPassed\t41\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: chan.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chanio.test\nTests began at Mon Jun 16 12:35:01 BST 2025\nchanio.test\n\nTests ended at Mon Jun 16 12:35:18 BST 2025\nall.tcl:\tTotal\t777\tPassed\t760\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tasyncPipeChan\n\t8\temptyTest\n\t1\textensive\n\t1\tnonPortable\n\t1\tthread\n\t2\twin\nPASS: chanio.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  clock.test\nTests began at Mon Jun 16 12:35:18 BST 2025\nclock.test\n\nTests ended at Mon Jun 16 12:35:21 BST 2025\nall.tcl:\tTotal\t8537\tPassed\t8530\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\twin\nPASS: clock.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdAH.test\nTests began at Mon Jun 16 12:35:21 BST 2025\ncmdAH.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t323\tPassed\t288\tSkipped\t35\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tnonPortable\n\t5\tnotRoot\n\t22\twin\nPASS: cmdAH.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdIL.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncmdIL.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t146\tPassed\t141\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\thasIsoLocale\n\t2\tmemory\n\t1\ttestWithLimit\nPASS: cmdIL.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdInfo.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncmdInfo.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: cmdInfo.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdMZ.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncmdMZ.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t92\tPassed\t90\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tUnix\nPASS: cmdMZ.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr-old.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncompExpr-old.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t190\tPassed\t188\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!ieeeFloatingPoint\n\t1\tlongIs32bit\nPASS: compExpr-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncompExpr.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t80\tPassed\t78\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: compExpr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compile.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncompile.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t171\tPassed\t160\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t2\tmemory\nPASS: compile.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  concat.test\nTests began at Mon Jun 16 12:35:27 BST 2025\nconcat.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: concat.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  config.test\nTests began at Mon Jun 16 12:35:27 BST 2025\nconfig.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: config.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  coroutine.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ncoroutine.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t59\tPassed\t58\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: coroutine.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dcall.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ndcall.test\n\nTests ended at Mon Jun 16 12:35:27 BST 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dcall.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dict.test\nTests began at Mon Jun 16 12:35:27 BST 2025\ndict.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t342\tPassed\t340\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: dict.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dstring.test\nTests began at Mon Jun 16 12:35:28 BST 2025\ndstring.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t44\tPassed\t44\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dstring.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  encoding.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nencoding.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t101\tPassed\t99\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tfullutf\nPASS: encoding.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  env.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nenv.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t26\tPassed\t22\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\twin\nPASS: env.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  error.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nerror.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t317\tPassed\t309\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tmemory\nPASS: error.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  eval.test\nTests began at Mon Jun 16 12:35:28 BST 2025\neval.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: eval.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  event.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nevent.test\n\nTests ended at Mon Jun 16 12:35:28 BST 2025\nall.tcl:\tTotal\t66\tPassed\t0\tSkipped\t66\tFailed\t0\nSourced 1 Test Files.\nPASS: event.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  exec.test\nTests began at Mon Jun 16 12:35:28 BST 2025\nexec.test\n\nTests ended at Mon Jun 16 12:35:36 BST 2025\nall.tcl:\tTotal\t100\tPassed\t91\tSkipped\t9\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tnonPortable\n\t5\twin\nPASS: exec.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  execute.test\nTests began at Mon Jun 16 12:35:36 BST 2025\nexecute.test\n\nTests ended at Mon Jun 16 12:35:37 BST 2025\nall.tcl:\tTotal\t157\tPassed\t154\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tlongIs32bit\nPASS: execute.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr-old.test\nTests began at Mon Jun 16 12:35:37 BST 2025\nexpr-old.test\n\nTests ended at Mon Jun 16 12:35:37 BST 2025\nall.tcl:\tTotal\t460\tPassed\t447\tSkipped\t13\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\t!ieeeFloatingPoint\n\t10\tlongIs32bit\nPASS: expr-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr.test\nTests began at Mon Jun 16 12:35:37 BST 2025\nexpr.test\n\nTests ended at Mon Jun 16 12:35:37 BST 2025\nall.tcl:\tTotal\t14185\tPassed\t14162\tSkipped\t23\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\t!ieeeFloatingPoint\n\t18\tlongIs32bit\nPASS: expr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fCmd.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfCmd.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t256\tPassed\t35\tSkipped\t221\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tdontCopyLinks\n\t1\tnonPortable\n\t207\tnotRoot\n\t11\twin\n\t1\twinLessThan10\nPASS: fCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileName.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfileName.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t300\tPassed\t252\tSkipped\t48\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\tnonPortable\n\t3\tnotRoot\n\t38\twin\nPASS: fileName.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystem.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfileSystem.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t137\tPassed\t116\tSkipped\t21\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t21\twin\nPASS: fileSystem.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystemEncoding.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfileSystemEncoding.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: fileSystemEncoding.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for-old.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfor-old.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: for-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nfor.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t88\tPassed\t64\tSkipped\t24\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t24\tmemory\nPASS: for.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  foreach.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nforeach.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t43\tPassed\t43\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: foreach.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  format.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nformat.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t266\tPassed\t257\tSkipped\t9\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\tlongIs32bit\n\t2\twideBiggerThanInt\nPASS: format.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  get.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nget.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t22\tPassed\t22\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: get.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  history.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nhistory.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t62\tPassed\t62\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: history.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nhttp.test\n\nTests ended at Mon Jun 16 12:35:38 BST 2025\nall.tcl:\tTotal\t75\tPassed\t73\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t1\tnonPortable\nPASS: http.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http11.test\nTests began at Mon Jun 16 12:35:38 BST 2025\nhttp11.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t43\tPassed\t42\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: http11.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpPipeline.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nhttpPipeline.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t1996\tPassed\t0\tSkipped\t1996\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1996\tserverNeeded\nPASS: httpPipeline.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpold.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nhttpold.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t31\tPassed\t31\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: httpold.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if-old.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nif-old.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t33\tPassed\t33\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nif.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t73\tPassed\t73\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr-old.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nincr-old.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t14\tPassed\t14\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nincr.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t66\tPassed\t66\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  indexObj.test\nTests began at Mon Jun 16 12:35:40 BST 2025\nindexObj.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t45\tPassed\t45\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: indexObj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  info.test\nTests began at Mon Jun 16 12:35:40 BST 2025\ninfo.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t266\tPassed\t263\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\nPASS: info.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  init.test\nTests began at Mon Jun 16 12:35:40 BST 2025\ninit.test\n\nTests ended at Mon Jun 16 12:35:40 BST 2025\nall.tcl:\tTotal\t36\tPassed\t36\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: init.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  interp.test\nTests began at Mon Jun 16 12:35:40 BST 2025\ninterp.test\n\nTests ended at Mon Jun 16 12:35:41 BST 2025\nall.tcl:\tTotal\t352\tPassed\t345\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\tknownBug\nPASS: interp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  io.test\nTests began at Mon Jun 16 12:35:41 BST 2025\nio.test\n\nTests ended at Mon Jun 16 12:36:14 BST 2025\nall.tcl:\tTotal\t830\tPassed\t814\tSkipped\t16\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\temptyTest\n\t1\textensive\n\t2\tnonPortable\n\t1\tthread\n\t2\twin\nPASS: io.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioCmd.test\nTests began at Mon Jun 16 12:36:14 BST 2025\nioCmd.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t348\tPassed\t248\tSkipped\t100\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tnonPortable\n\t97\tthread\nPASS: ioCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioTrans.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nioTrans.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t106\tPassed\t72\tSkipped\t34\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t34\tthread\nPASS: ioTrans.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  iogt.test\nTests began at Mon Jun 16 12:36:19 BST 2025\niogt.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t17\tPassed\t13\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tknownBug\nPASS: iogt.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  join.test\nTests began at Mon Jun 16 12:36:19 BST 2025\njoin.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: join.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lindex.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlindex.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t83\tPassed\t83\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lindex.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  link.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlink.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t29\tPassed\t29\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: link.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  linsert.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlinsert.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: linsert.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  list.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlist.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t78\tPassed\t78\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: list.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  listObj.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlistObj.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t47\tPassed\t46\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\temptyTest\nPASS: listObj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  llength.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nllength.test\n\nTests ended at Mon Jun 16 12:36:19 BST 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: llength.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lmap.test\nTests began at Mon Jun 16 12:36:19 BST 2025\nlmap.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t66\tPassed\t66\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lmap.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  load.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nload.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t30\tPassed\t13\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t17\tpkga.soRequired\nPASS: load.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrange.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlrange.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t34\tPassed\t34\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lrange.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrepeat.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlrepeat.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lrepeat.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lreplace.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlreplace.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t1787\tPassed\t1787\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lreplace.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsearch.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlsearch.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t118\tPassed\t118\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsearch.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lset.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlset.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t89\tPassed\t89\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lset.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsetComp.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nlsetComp.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsetComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXFCmd.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nmacOSXFCmd.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\tmacosxFileAttr\nPASS: macOSXFCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXLoad.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nmacOSXLoad.test\n\nTests ended at Mon Jun 16 12:36:20 BST 2025\nall.tcl:\tTotal\t0\tPassed\t0\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: macOSXLoad.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  main.test\nTests began at Mon Jun 16 12:36:20 BST 2025\nmain.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t67\tPassed\t67\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: main.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  mathop.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nmathop.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t349\tPassed\t349\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: mathop.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  misc.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nmisc.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t301\tPassed\t301\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: misc.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  msgcat.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nmsgcat.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t109\tPassed\t109\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: msgcat.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace-old.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nnamespace-old.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t126\tPassed\t126\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: namespace-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nnamespace.test\n\nTests ended at Mon Jun 16 12:36:44 BST 2025\nall.tcl:\tTotal\t313\tPassed\t311\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t1\tmemory\nPASS: namespace.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  notify.test\nTests began at Mon Jun 16 12:36:44 BST 2025\nnotify.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: notify.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  nre.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nnre.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: nre.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  obj.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nobj.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t92\tPassed\t86\tSkipped\t6\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t6\tlongIs32bit\nPASS: obj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  oo.test\nTests began at Mon Jun 16 12:36:45 BST 2025\noo.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t306\tPassed\t289\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\n\t14\tmemory\nPASS: oo.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooNext2.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nooNext2.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t62\tPassed\t57\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tmemory\nPASS: ooNext2.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  opt.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nopt.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t31\tPassed\t31\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: opt.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  package.test\nTests began at Mon Jun 16 12:36:45 BST 2025\npackage.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t402\tPassed\t402\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: package.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parse.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nparse.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t271\tPassed\t268\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\n\t1\tmemory\nPASS: parse.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseExpr.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nparseExpr.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t284\tPassed\t283\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestexprparser && !ieeeFloatingPoint\nPASS: parseExpr.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseOld.test\nTests began at Mon Jun 16 12:36:45 BST 2025\nparseOld.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t158\tPassed\t158\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: parseOld.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pid.test\nTests began at Mon Jun 16 12:36:45 BST 2025\npid.test\n\nTests ended at Mon Jun 16 12:36:45 BST 2025\nall.tcl:\tTotal\t5\tPassed\t5\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pid.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pkgMkIndex.test\nTests began at Mon Jun 16 12:36:45 BST 2025\npkgMkIndex.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t27\tPassed\t25\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tpkga.soRequired\nPASS: pkgMkIndex.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  platform.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nplatform.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: platform.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc-old.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nproc-old.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t74\tPassed\t74\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: proc-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nproc.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t38\tPassed\t37\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: proc.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pwd.test\nTests began at Mon Jun 16 12:36:46 BST 2025\npwd.test\n\nTests ended at Mon Jun 16 12:36:46 BST 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pwd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  reg.test\nTests began at Mon Jun 16 12:36:46 BST 2025\nreg.test\n\nTests ended at Mon Jun 16 12:36:50 BST 2025\nall.tcl:\tTotal\t1141\tPassed\t1031\tSkipped\t110\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t100\tlocaleRegexp\n\t1\tnonPortable\nPASS: reg.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexp.test\nTests began at Mon Jun 16 12:36:50 BST 2025\nregexp.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t244\tPassed\t241\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\nPASS: regexp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexpComp.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nregexpComp.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t179\tPassed\t179\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: regexpComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  registry.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nregistry.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t125\tPassed\t0\tSkipped\t125\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t125\twin\nPASS: registry.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  rename.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nrename.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: rename.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  resolver.test\nTests began at Mon Jun 16 12:36:57 BST 2025\nresolver.test\n\nTests ended at Mon Jun 16 12:36:57 BST 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: resolver.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  result.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nresult.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t26\tPassed\t26\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: result.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-stock.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsafe-stock.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t4\tPassed\t4\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-stock.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsafe.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t102\tPassed\t100\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\nPASS: safe.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  scan.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nscan.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t181\tPassed\t180\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: scan.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  security.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsecurity.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: security.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set-old.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nset-old.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t153\tPassed\t153\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nset.test\n\nTests ended at Mon Jun 16 12:36:58 BST 2025\nall.tcl:\tTotal\t64\tPassed\t64\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  socket.test\nTests began at Mon Jun 16 12:36:58 BST 2025\nsocket.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t175\tPassed\t62\tSkipped\t113\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tnotRoot\n\t5\tthread\nPASS: socket.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  source.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nsource.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: source.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  split.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nsplit.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t17\tPassed\t17\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: split.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stack.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstack.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stack.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  string.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstring.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t1266\tPassed\t1258\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t6\tmemory\n\t2\tutf16\nPASS: string.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stringComp.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstringComp.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t279\tPassed\t278\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: stringComp.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stringObj.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nstringObj.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t75\tPassed\t75\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stringObj.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  subst.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nsubst.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t63\tPassed\t63\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: subst.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  switch.test\nTests began at Mon Jun 16 12:37:01 BST 2025\nswitch.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t113\tPassed\t113\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: switch.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tailcall.test\nTests began at Mon Jun 16 12:37:01 BST 2025\ntailcall.test\n\nTests ended at Mon Jun 16 12:37:01 BST 2025\nall.tcl:\tTotal\t37\tPassed\t36\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: tailcall.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tcltest.test\nTests began at Mon Jun 16 12:37:01 BST 2025\ntcltest.test\n\nTests ended at Mon Jun 16 12:37:02 BST 2025\nall.tcl:\tTotal\t127\tPassed\t122\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!singleTestInterp notWsl\n\t3\tnotRoot\n\t1\tnotValgrind\nPASS: tcltest.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  thread.test\nTests began at Mon Jun 16 12:37:02 BST 2025\nthread.test\n\nTests ended at Mon Jun 16 12:37:02 BST 2025\nall.tcl:\tTotal\t52\tPassed\t0\tSkipped\t52\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t52\tthread\nPASS: thread.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  timer.test\nTests began at Mon Jun 16 12:37:02 BST 2025\ntimer.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t54\tPassed\t54\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: timer.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tm.test\nTests began at Mon Jun 16 12:37:08 BST 2025\ntm.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t21\tPassed\t21\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: tm.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  trace.test\nTests began at Mon Jun 16 12:37:08 BST 2025\ntrace.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t295\tPassed\t291\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\temptyTest\n\t3\tmemory\nPASS: trace.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFCmd.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixFCmd.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t49\tPassed\t0\tSkipped\t49\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\temptyTest\n\t38\tnotRoot\nPASS: unixFCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFile.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixFile.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unixFile.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixForkEvent.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixForkEvent.test\n\nTests ended at Mon Jun 16 12:37:08 BST 2025\nall.tcl:\tTotal\t1\tPassed\t0\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: unixForkEvent.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixInit.test\nTests began at Mon Jun 16 12:37:08 BST 2025\nunixInit.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t8\tPassed\t6\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\nPASS: unixInit.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixNotfy.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nunixNotfy.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t4\tPassed\t0\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tthread\n\t2\tunthreaded\nPASS: unixNotfy.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unknown.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nunknown.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unknown.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unload.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nunload.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t27\tPassed\t7\tSkipped\t20\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t20\tpkgua.soRequired\nPASS: unload.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  uplevel.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nuplevel.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t57\tPassed\t57\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: uplevel.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  upvar.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nupvar.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t65\tPassed\t65\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: upvar.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  utf.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nutf.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t498\tPassed\t403\tSkipped\t95\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t56\tfullutf\n\t1\tpairsTo4bytes\n\t2\tpre388\n\t15\tutf16\n\t21\tutf32\nPASS: utf.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  util.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nutil.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t2291\tPassed\t2288\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBadTest\n\t2\tlongIs32bit\nPASS: util.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  var.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nvar.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t110\tPassed\t107\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tmemory\nPASS: var.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while-old.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwhile-old.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t15\tPassed\t15\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while-old.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwhile.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t46\tPassed\t46\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winConsole.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinConsole.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t1\tPassed\t0\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\twin\nPASS: winConsole.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winDde.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinDde.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t50\tPassed\t0\tSkipped\t50\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t49\tdde\n\t1\twin\nPASS: winDde.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFCmd.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinFCmd.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t178\tPassed\t0\tSkipped\t178\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\n\t4\tnt\n\t170\twin\n\t3\twinVista\nPASS: winFCmd.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFile.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinFile.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t11\tPassed\t0\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\twin\nPASS: winFile.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winNotify.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinNotify.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\twin\nPASS: winNotify.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winPipe.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinPipe.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t56\tPassed\t0\tSkipped\t56\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t56\twin\nPASS: winPipe.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winTime.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nwinTime.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t3\tPassed\t0\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestwinclock\n\t2\twin\nPASS: winTime.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  word.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nword.test\n\nTests ended at Mon Jun 16 12:37:09 BST 2025\nall.tcl:\tTotal\t50\tPassed\t50\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: word.test\nTests running in interp:  /usr/lib/tcl8/ptest/tcltest\nTests located in:  /usr/lib/tcl8/ptest/tests\nTests running in:  /usr/lib/tcl8/ptest\nTemporary files stored in /usr/lib/tcl8/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  zlib.test\nTests began at Mon Jun 16 12:37:09 BST 2025\nzlib.test\n\nTests ended at Mon Jun 16 12:37:10 BST 2025\nall.tcl:\tTotal\t73\tPassed\t72\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: zlib.test\nDURATION: 130\n"
    }
   },
   "ptestresult.tcl8.aaa_exit.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.append.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.appendComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.apply.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.assemble.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.assocd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.async.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.autoMkindex.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.basic.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.binary.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.case.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.chan.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.chanio.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.clock.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.cmdAH.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.cmdIL.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.cmdInfo.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.cmdMZ.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.compExpr-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.compExpr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.compile.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.concat.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.config.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.coroutine.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.dcall.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.dict.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.dstring.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.encoding.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.env.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.error.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.eval.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.event.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.exec.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.execute.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.expr-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.expr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.fCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.fileName.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.fileSystem.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.fileSystemEncoding.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.for-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.for.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.foreach.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.format.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.get.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.history.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.http.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.http11.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.httpPipeline.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.httpold.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.if-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.if.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.incr-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.incr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.indexObj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.info.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.init.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.interp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.io.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.ioCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.ioTrans.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.iogt.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.join.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lindex.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.link.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.linsert.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.list.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.listObj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.llength.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lmap.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.load.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lrange.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lrepeat.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lreplace.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lsearch.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lset.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.lsetComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.macOSXFCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.macOSXLoad.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.main.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.mathop.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.misc.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.msgcat.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.namespace-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.namespace.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.notify.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.nre.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.obj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.oo.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.ooNext2.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.opt.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.package.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.parse.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.parseExpr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.parseOld.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.pid.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.pkgMkIndex.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.platform.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.proc-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.proc.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.pwd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.reg.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.regexp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.regexpComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.registry.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.rename.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.resolver.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.result.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.safe-stock.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.safe.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.scan.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.security.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.set-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.set.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.socket.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.source.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.split.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.stack.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.string.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.stringComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.stringObj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.subst.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.switch.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.tailcall.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.tcltest.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.thread.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.timer.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.tm.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.trace.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unixFCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unixFile.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unixForkEvent.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unixInit.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unixNotfy.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unknown.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.unload.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.uplevel.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.upvar.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.utf.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.util.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.var.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.while-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.while.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winConsole.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winDde.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winFCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winFile.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winNotify.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winPipe.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.winTime.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.word.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl8.zlib.test": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5171465873718262,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-tcl_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-tcl",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.001529693603515625,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1696107387542725,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0286257266998291,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 159.20409870147705,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.000911712646484375,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/tcl/ptest\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  aaa_exit.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\naaa_exit.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t2\tPassed\t0\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nPASS: aaa_exit.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  abstractlist.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nabstractlist.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t123\tPassed\t71\tSkipped\t52\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tGetelementsShimmer\n\t18\tRangeShimmer\n\t11\tReplaceShimmer\n\t4\tReverseShimmer\n\t16\tSetelementShimmer\n\t2\tlgen\nPASS: abstractlist.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  append.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nappend.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t52\tPassed\t52\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: append.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  appendComp.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nappendComp.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t48\tPassed\t43\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tbug-3057639\nPASS: appendComp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  apply.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\napply.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t42\tPassed\t39\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tmemory\nPASS: apply.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assemble.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nassemble.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t283\tPassed\t279\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tmemory\nPASS: assemble.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assocd.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nassocd.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t11\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: assocd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  async.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nasync.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t0\tSkipped\t12\tFailed\t0\nSourced 1 Test Files.\nPASS: async.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  autoMkindex.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nautoMkindex.test\n\nTests ended at Mon Jun 16 11:35:01 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t10\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: autoMkindex.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  basic.test\nTests began at Mon Jun 16 11:35:01 UTC 2025\nbasic.test\n\nTests ended at Mon Jun 16 11:35:01 UTC 2025\nall.tcl:\tTotal\t146\tPassed\t117\tSkipped\t29\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t27\temptyTest\n\t2\tmemory\nPASS: basic.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  bigdata.test\nTests began at Mon Jun 16 11:35:01 UTC 2025\nbigdata.test\n\nTests ended at Mon Jun 16 11:35:01 UTC 2025\nall.tcl:\tTotal\t113\tPassed\t0\tSkipped\t113\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t99\tbigdata\n\t2\tbug-fa00fbbbab bigdata\n\t2\tbug-outofmemorypanic bigdata\n\t6\tbug-takesTooLong bigdata\n\t2\tmemory-allocation-panic bigdata\n\t1\tnotenoughmemoryexception\n\t1\tpanic-in-EnterCmdStartData\nPASS: bigdata.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  binary.test\nTests began at Mon Jun 16 11:35:01 UTC 2025\nbinary.test\n\nTests ended at Mon Jun 16 11:35:21 UTC 2025\nall.tcl:\tTotal\t750\tPassed\t671\tSkipped\t79\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t78\tbigEndian\n\t1\twin\nPASS: binary.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chan.test\nTests began at Mon Jun 16 11:35:21 UTC 2025\nchan.test\n\nTests ended at Mon Jun 16 11:35:21 UTC 2025\nall.tcl:\tTotal\t42\tPassed\t42\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: chan.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chanio.test\nTests began at Mon Jun 16 11:35:21 UTC 2025\nchanio.test\n\nTests ended at Mon Jun 16 11:35:39 UTC 2025\nall.tcl:\tTotal\t779\tPassed\t762\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tasyncPipeChan\n\t8\temptyTest\n\t1\textensive\n\t1\tnonPortable\n\t1\tthread\n\t2\twin\nPASS: chanio.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  clock-ivm.test\nTests began at Mon Jun 16 11:35:39 UTC 2025\nclock-ivm.test\n  Validity default mode: off\n\nTests ended at Mon Jun 16 11:35:42 UTC 2025\nall.tcl:\tTotal\t8733\tPassed\t8726\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\twin\nPASS: clock-ivm.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  clock.test\nTests began at Mon Jun 16 11:35:42 UTC 2025\nclock.test\n  Validity default mode: on\n\nTests ended at Mon Jun 16 11:35:44 UTC 2025\nall.tcl:\tTotal\t8721\tPassed\t8714\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\twin\nPASS: clock.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdAH.test\nTests began at Mon Jun 16 11:35:44 UTC 2025\ncmdAH.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t17001\tPassed\t16966\tSkipped\t35\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t8\tnonPortable\n\t5\tnotRoot\n\t21\twin\nPASS: cmdAH.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdIL.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncmdIL.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t168\tPassed\t163\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\thasIsoLocale\n\t2\tmemory\n\t1\ttestWithLimit\nPASS: cmdIL.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdInfo.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncmdInfo.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: cmdInfo.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdMZ.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncmdMZ.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t93\tPassed\t91\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tUnix\nPASS: cmdMZ.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr-old.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncompExpr-old.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t184\tPassed\t183\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!ieeeFloatingPoint\nPASS: compExpr-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ncompExpr.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t82\tPassed\t80\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: compExpr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compile.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ncompile.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t171\tPassed\t160\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t2\tmemory\nPASS: compile.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  concat.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\nconcat.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: concat.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  config.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\nconfig.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: config.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  coroutine.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ncoroutine.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t77\tPassed\t76\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: coroutine.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dcall.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ndcall.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dcall.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dict.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ndict.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t373\tPassed\t371\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: dict.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dstring.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ndstring.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t46\tPassed\t46\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dstring.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  encoding.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\nencoding.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t221\tPassed\t217\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tperf\nPASS: encoding.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  env.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nenv.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t31\tPassed\t26\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\thaveBash\n\t4\twin\nPASS: env.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  error.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nerror.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t317\tPassed\t309\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tmemory\nPASS: error.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  eval.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\neval.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: eval.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  event.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nevent.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t65\tPassed\t0\tSkipped\t65\tFailed\t0\nSourced 1 Test Files.\nPASS: event.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  exec.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nexec.test\n\nTests ended at Mon Jun 16 11:36:01 UTC 2025\nall.tcl:\tTotal\t104\tPassed\t93\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tnonPortable\n\t7\twin\nPASS: exec.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  execute.test\nTests began at Mon Jun 16 11:36:01 UTC 2025\nexecute.test\n\nTests ended at Mon Jun 16 11:36:01 UTC 2025\nall.tcl:\tTotal\t157\tPassed\t157\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: execute.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr-old.test\nTests began at Mon Jun 16 11:36:01 UTC 2025\nexpr-old.test\n\nTests ended at Mon Jun 16 11:36:01 UTC 2025\nall.tcl:\tTotal\t461\tPassed\t448\tSkipped\t13\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\t!ieeeFloatingPoint\n\t10\tlongIs32bit\nPASS: expr-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr.test\nTests began at Mon Jun 16 11:36:01 UTC 2025\nexpr.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t2072\tPassed\t2056\tSkipped\t16\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\t!ieeeFloatingPoint\n\t1\tknownBug\n\t10\tlongIs32bit\nPASS: expr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fCmd.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfCmd.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t306\tPassed\t74\tSkipped\t232\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tdontCopyLinks\n\t1\tnonPortable\n\t208\tnotRoot\n\t7\tnotWine\n\t14\twin\n\t1\twinLessThan10\nPASS: fCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileName.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfileName.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t300\tPassed\t252\tSkipped\t48\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t7\tnonPortable\n\t3\tnotRoot\n\t37\twin\nPASS: fileName.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystem.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfileSystem.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t136\tPassed\t114\tSkipped\t22\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttildeexpansion\n\t21\twin\nPASS: fileSystem.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystemEncoding.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfileSystemEncoding.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: fileSystemEncoding.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for-old.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfor-old.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: for-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfor.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t88\tPassed\t64\tSkipped\t24\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t24\tmemory\nPASS: for.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  foreach.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nforeach.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t43\tPassed\t43\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: foreach.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  format.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nformat.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t269\tPassed\t269\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: format.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  get.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nget.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: get.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  history.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nhistory.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t62\tPassed\t62\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: history.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nhttp.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t352\tPassed\t346\tSkipped\t6\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tknownBug\n\t2\tknownProfileBug\n\t2\tnonPortable\nPASS: http.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http11.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nhttp11.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t98\tPassed\t86\tSkipped\t12\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tbadCompress\n\t4\tknownBug\nPASS: http11.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpPipeline.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nhttpPipeline.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t3992\tPassed\t0\tSkipped\t3992\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3992\tserverNeeded\nPASS: httpPipeline.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpProxy.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nhttpProxy.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\n- Constraints needsTls, knownTwapiFullBugThreadlevelAny, knownTwapiFullBugThreadUsed are\n  always set by the script, not by the caller.\n- Set one of needsTclTls, needsTwapi, needsTwapiFull instead of needsTls.\n- Set knownBug instead of knownTwapiFullBugThreadlevelAny, knownTwapiFullBugThreadUsed.\n- If the caller sets constraint needsTwapi, the script forces needsSquidNoAuth and needsSquidAuth to 0.\n\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t100\tPassed\t0\tSkipped\t100\tFailed\t0\nSourced 1 Test Files.\nPASS: httpProxy.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpcookie.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nhttpcookie.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t60\tPassed\t0\tSkipped\t60\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t60\tcookiejar\nPASS: httpcookie.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  icu.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nicu.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t58\tPassed\t0\tSkipped\t58\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t58\ticu\nPASS: icu.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if-old.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nif-old.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t33\tPassed\t33\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nif.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t73\tPassed\t73\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr-old.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nincr-old.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t14\tPassed\t14\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nincr.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t68\tPassed\t68\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  indexObj.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nindexObj.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t65\tPassed\t64\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tobsolete\nPASS: indexObj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  info.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\ninfo.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t287\tPassed\t284\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\nPASS: info.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  init.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\ninit.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t36\tPassed\t36\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: init.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  interp.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\ninterp.test\n\nTests ended at Mon Jun 16 11:36:07 UTC 2025\nall.tcl:\tTotal\t352\tPassed\t344\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tknownBug\nPASS: interp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  io.test\nTests began at Mon Jun 16 11:36:07 UTC 2025\nio.test\n\nTests ended at Mon Jun 16 11:36:40 UTC 2025\nall.tcl:\tTotal\t878\tPassed\t855\tSkipped\t23\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\temptyTest\n\t1\textensive\n\t1\tmakeFileInHome\n\t2\tnonPortable\n\t6\tperf\n\t1\tthread\n\t2\twin\nPASS: io.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioCmd.test\nTests began at Mon Jun 16 11:36:40 UTC 2025\nioCmd.test\n\nTests ended at Mon Jun 16 11:36:44 UTC 2025\nall.tcl:\tTotal\t377\tPassed\t276\tSkipped\t101\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tnonPortable\n\t97\tthread\nPASS: ioCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioTrans.test\nTests began at Mon Jun 16 11:36:44 UTC 2025\nioTrans.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t106\tPassed\t72\tSkipped\t34\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t34\tthread\nPASS: ioTrans.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  iogt.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\niogt.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t17\tPassed\t13\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tknownBug\nPASS: iogt.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  join.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\njoin.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: join.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lindex.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlindex.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t84\tPassed\t84\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lindex.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  link.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlink.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t77\tPassed\t77\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: link.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  linsert.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlinsert.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: linsert.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  list.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlist.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t78\tPassed\t78\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: list.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  listObj.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlistObj.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t59\tPassed\t51\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tbug-30e4e9102f testobj\n\t1\temptyTest\n\t6\tmemory\nPASS: listObj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  listRep.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlistRep.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t231\tPassed\t231\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: listRep.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  llength.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nllength.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: llength.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lmap.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlmap.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t66\tPassed\t66\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lmap.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  load.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nload.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t30\tPassed\t13\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t17\ttcl9pkga.soRequired\nPASS: load.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lpop.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlpop.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t19\tPassed\t17\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tperf\nPASS: lpop.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrange.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlrange.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t1766\tPassed\t1766\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lrange.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrepeat.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlrepeat.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t11\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: lrepeat.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lreplace.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlreplace.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t3579\tPassed\t3579\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lreplace.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsearch.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlsearch.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t165\tPassed\t165\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsearch.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lseq.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlseq.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t112\tPassed\t110\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\thas32BitLengths\nPASS: lseq.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lset.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlset.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t89\tPassed\t89\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lset.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsetComp.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlsetComp.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsetComp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXFCmd.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nmacOSXFCmd.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\tmacosxFileAttr\nPASS: macOSXFCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXLoad.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nmacOSXLoad.test\n\nTests ended at Mon Jun 16 11:36:47 UTC 2025\nall.tcl:\tTotal\t0\tPassed\t0\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: macOSXLoad.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  main.test\nTests began at Mon Jun 16 11:36:47 UTC 2025\nmain.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t67\tPassed\t67\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: main.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  mathop.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nmathop.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t385\tPassed\t385\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: mathop.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  misc.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nmisc.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t301\tPassed\t301\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: misc.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  msgcat.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nmsgcat.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t135\tPassed\t135\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: msgcat.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace-old.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnamespace-old.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t126\tPassed\t126\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: namespace-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnamespace.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t314\tPassed\t312\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t1\tmemory\nPASS: namespace.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  notify.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnotify.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: notify.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  nre.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnre.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: nre.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  obj.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nobj.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t84\tPassed\t84\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: obj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  oo.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\noo.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t388\tPassed\t372\tSkipped\t16\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tknownBug\n\t14\tmemory\nPASS: oo.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooNext2.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nooNext2.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t62\tPassed\t57\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tmemory\nPASS: ooNext2.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooProp.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nooProp.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t55\tPassed\t55\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: ooProp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooUtil.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nooUtil.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t34\tPassed\t34\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: ooUtil.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  opt.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nopt.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t31\tPassed\t31\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: opt.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  package.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\npackage.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t402\tPassed\t402\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: package.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parse.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nparse.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t271\tPassed\t268\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\n\t1\tmemory\nPASS: parse.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseExpr.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nparseExpr.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t286\tPassed\t285\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestexprparser && !ieeeFloatingPoint\nPASS: parseExpr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseOld.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nparseOld.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t158\tPassed\t158\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: parseOld.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pid.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\npid.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t5\tPassed\t5\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pid.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pkgMkIndex.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\npkgMkIndex.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t27\tPassed\t25\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\ttcl9pkga.soRequired\nPASS: pkgMkIndex.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  platform.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nplatform.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: platform.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc-old.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nproc-old.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t74\tPassed\t74\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: proc-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nproc.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t38\tPassed\t37\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: proc.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  process.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nprocess.test\n\nTests ended at Mon Jun 16 11:37:13 UTC 2025\nall.tcl:\tTotal\t18\tPassed\t17\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\twin\nPASS: process.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pwd.test\nTests began at Mon Jun 16 11:37:13 UTC 2025\npwd.test\n\nTests ended at Mon Jun 16 11:37:13 UTC 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pwd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  reg.test\nTests began at Mon Jun 16 11:37:13 UTC 2025\nreg.test\n\nTests ended at Mon Jun 16 11:37:17 UTC 2025\nall.tcl:\tTotal\t1141\tPassed\t1031\tSkipped\t110\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t100\tlocaleRegexp\n\t1\tnonPortable\nPASS: reg.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexp.test\nTests began at Mon Jun 16 11:37:17 UTC 2025\nregexp.test\n\nTests ended at Mon Jun 16 11:37:24 UTC 2025\nall.tcl:\tTotal\t256\tPassed\t252\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\n\t1\tmemory\nPASS: regexp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexpComp.test\nTests began at Mon Jun 16 11:37:24 UTC 2025\nregexpComp.test\n\nTests ended at Mon Jun 16 11:37:24 UTC 2025\nall.tcl:\tTotal\t179\tPassed\t179\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: regexpComp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  registry.test\nTests began at Mon Jun 16 11:37:24 UTC 2025\nregistry.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t125\tPassed\t0\tSkipped\t125\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t125\twin\nPASS: registry.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  rename.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nrename.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: rename.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  resolver.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nresolver.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: resolver.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  result.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nresult.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t26\tPassed\t15\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\ttestsaveresult\nPASS: result.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-stock.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe-stock.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t11\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-stock.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-stock86.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe-stock86.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t0\tPassed\t0\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-stock86.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-zipfs.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe-zipfs.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t22\tPassed\t22\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-zipfs.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t155\tPassed\t153\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\nPASS: safe.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  scan.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nscan.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t184\tPassed\t183\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: scan.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  security.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nsecurity.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: security.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set-old.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nset-old.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t153\tPassed\t153\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nset.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t64\tPassed\t64\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  socket.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nsocket.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t189\tPassed\t68\tSkipped\t121\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tnotRoot\n\t5\tthread\nPASS: socket.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  source.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nsource.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: source.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  split.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nsplit.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t18\tPassed\t18\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: split.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stack.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nstack.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stack.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  string.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nstring.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t1419\tPassed\t1411\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tmemory\nPASS: string.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stringObj.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nstringObj.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t81\tPassed\t81\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stringObj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  subst.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nsubst.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t63\tPassed\t63\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: subst.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  switch.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nswitch.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t113\tPassed\t113\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: switch.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tailcall.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\ntailcall.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t37\tPassed\t36\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: tailcall.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tcltest.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\ntcltest.test\n\nTests ended at Mon Jun 16 11:37:30 UTC 2025\nall.tcl:\tTotal\t127\tPassed\t122\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!singleTestInterp notWsl\n\t3\tnotRoot\n\t1\tnotValgrind\nPASS: tcltest.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  thread.test\nTests began at Mon Jun 16 11:37:30 UTC 2025\nthread.test\n\nTests ended at Mon Jun 16 11:37:30 UTC 2025\nall.tcl:\tTotal\t52\tPassed\t0\tSkipped\t52\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t52\tthread\nPASS: thread.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  timer.test\nTests began at Mon Jun 16 11:37:30 UTC 2025\ntimer.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t54\tPassed\t54\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: timer.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tm.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\ntm.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t21\tPassed\t21\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: tm.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  trace.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\ntrace.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t290\tPassed\t286\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\temptyTest\n\t3\tmemory\nPASS: trace.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFCmd.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixFCmd.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t49\tPassed\t0\tSkipped\t49\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\temptyTest\n\t38\tnotRoot\nPASS: unixFCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFile.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixFile.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unixFile.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixForkEvent.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixForkEvent.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t1\tPassed\t0\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: unixForkEvent.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixInit.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixInit.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t8\tPassed\t5\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\n\t1\tenableUnixInit32\nPASS: unixInit.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixNotfy.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixNotfy.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t4\tPassed\t0\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tnonPortable\n\t2\tthread\nPASS: unixNotfy.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unknown.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nunknown.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unknown.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unload.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nunload.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t27\tPassed\t7\tSkipped\t20\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t20\ttcl9pkgua.soRequired\nPASS: unload.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  uplevel.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nuplevel.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t57\tPassed\t57\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: uplevel.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  upvar.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nupvar.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t70\tPassed\t70\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: upvar.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  utf.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nutf.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t398\tPassed\t398\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: utf.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  utfext.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nutfext.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t809\tPassed\t809\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: utfext.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  util.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nutil.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t462\tPassed\t461\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBadTest\nPASS: util.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  var.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nvar.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t219\tPassed\t215\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tmemory\nPASS: var.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while-old.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwhile-old.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t15\tPassed\t15\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwhile.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t46\tPassed\t46\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winConsole.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinConsole.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t45\tPassed\t0\tSkipped\t45\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t45\twin\nPASS: winConsole.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winDde.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinDde.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t50\tPassed\t0\tSkipped\t50\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t49\tdde\n\t1\twin\nPASS: winDde.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFCmd.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinFCmd.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t171\tPassed\t0\tSkipped\t171\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\n\t170\twin\nPASS: winFCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFile.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinFile.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t0\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\twin\nPASS: winFile.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winNotify.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinNotify.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\twin\nPASS: winNotify.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winPipe.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinPipe.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t56\tPassed\t0\tSkipped\t56\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t56\twin\nPASS: winPipe.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winTime.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nwinTime.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t3\tPassed\t0\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestwinclock\n\t2\twin\nPASS: winTime.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  word.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nword.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t55\tPassed\t55\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: word.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  zipfs.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nzipfs.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t528\tPassed\t496\tSkipped\t32\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tbug-4ae42446ab\n\t1\tthread\n\t11\twin\n\t19\tzipfslib\nPASS: zipfs.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  zlib.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nzlib.test\n\nTests ended at Mon Jun 16 11:37:39 UTC 2025\nall.tcl:\tTotal\t73\tPassed\t72\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: zlib.test\nDURATION: 159\nEND: /usr/lib/tcl/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "tcl": {
     "duration": "159",
     "log": "START: ptest-runner\n2025-06-16T11:35\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  aaa_exit.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\naaa_exit.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t2\tPassed\t0\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nPASS: aaa_exit.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  abstractlist.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nabstractlist.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t123\tPassed\t71\tSkipped\t52\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tGetelementsShimmer\n\t18\tRangeShimmer\n\t11\tReplaceShimmer\n\t4\tReverseShimmer\n\t16\tSetelementShimmer\n\t2\tlgen\nPASS: abstractlist.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  append.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nappend.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t52\tPassed\t52\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: append.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  appendComp.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nappendComp.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t48\tPassed\t43\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tbug-3057639\nPASS: appendComp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  apply.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\napply.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t42\tPassed\t39\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tmemory\nPASS: apply.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assemble.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nassemble.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t283\tPassed\t279\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tmemory\nPASS: assemble.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  assocd.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nassocd.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t11\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: assocd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  async.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nasync.test\n\nTests ended at Mon Jun 16 11:35:00 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t0\tSkipped\t12\tFailed\t0\nSourced 1 Test Files.\nPASS: async.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  autoMkindex.test\nTests began at Mon Jun 16 11:35:00 UTC 2025\nautoMkindex.test\n\nTests ended at Mon Jun 16 11:35:01 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t10\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: autoMkindex.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  basic.test\nTests began at Mon Jun 16 11:35:01 UTC 2025\nbasic.test\n\nTests ended at Mon Jun 16 11:35:01 UTC 2025\nall.tcl:\tTotal\t146\tPassed\t117\tSkipped\t29\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t27\temptyTest\n\t2\tmemory\nPASS: basic.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  bigdata.test\nTests began at Mon Jun 16 11:35:01 UTC 2025\nbigdata.test\n\nTests ended at Mon Jun 16 11:35:01 UTC 2025\nall.tcl:\tTotal\t113\tPassed\t0\tSkipped\t113\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t99\tbigdata\n\t2\tbug-fa00fbbbab bigdata\n\t2\tbug-outofmemorypanic bigdata\n\t6\tbug-takesTooLong bigdata\n\t2\tmemory-allocation-panic bigdata\n\t1\tnotenoughmemoryexception\n\t1\tpanic-in-EnterCmdStartData\nPASS: bigdata.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  binary.test\nTests began at Mon Jun 16 11:35:01 UTC 2025\nbinary.test\n\nTests ended at Mon Jun 16 11:35:21 UTC 2025\nall.tcl:\tTotal\t750\tPassed\t671\tSkipped\t79\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t78\tbigEndian\n\t1\twin\nPASS: binary.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chan.test\nTests began at Mon Jun 16 11:35:21 UTC 2025\nchan.test\n\nTests ended at Mon Jun 16 11:35:21 UTC 2025\nall.tcl:\tTotal\t42\tPassed\t42\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: chan.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  chanio.test\nTests began at Mon Jun 16 11:35:21 UTC 2025\nchanio.test\n\nTests ended at Mon Jun 16 11:35:39 UTC 2025\nall.tcl:\tTotal\t779\tPassed\t762\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tasyncPipeChan\n\t8\temptyTest\n\t1\textensive\n\t1\tnonPortable\n\t1\tthread\n\t2\twin\nPASS: chanio.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  clock-ivm.test\nTests began at Mon Jun 16 11:35:39 UTC 2025\nclock-ivm.test\n  Validity default mode: off\n\nTests ended at Mon Jun 16 11:35:42 UTC 2025\nall.tcl:\tTotal\t8733\tPassed\t8726\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\twin\nPASS: clock-ivm.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  clock.test\nTests began at Mon Jun 16 11:35:42 UTC 2025\nclock.test\n  Validity default mode: on\n\nTests ended at Mon Jun 16 11:35:44 UTC 2025\nall.tcl:\tTotal\t8721\tPassed\t8714\tSkipped\t7\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t7\twin\nPASS: clock.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdAH.test\nTests began at Mon Jun 16 11:35:44 UTC 2025\ncmdAH.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t17001\tPassed\t16966\tSkipped\t35\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t8\tnonPortable\n\t5\tnotRoot\n\t21\twin\nPASS: cmdAH.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdIL.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncmdIL.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t168\tPassed\t163\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\thasIsoLocale\n\t2\tmemory\n\t1\ttestWithLimit\nPASS: cmdIL.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdInfo.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncmdInfo.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: cmdInfo.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  cmdMZ.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncmdMZ.test\n\nTests ended at Mon Jun 16 11:35:50 UTC 2025\nall.tcl:\tTotal\t93\tPassed\t91\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tUnix\nPASS: cmdMZ.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr-old.test\nTests began at Mon Jun 16 11:35:50 UTC 2025\ncompExpr-old.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t184\tPassed\t183\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!ieeeFloatingPoint\nPASS: compExpr-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compExpr.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ncompExpr.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t82\tPassed\t80\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: compExpr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  compile.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ncompile.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t171\tPassed\t160\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t2\tmemory\nPASS: compile.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  concat.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\nconcat.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: concat.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  config.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\nconfig.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: config.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  coroutine.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ncoroutine.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t77\tPassed\t76\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: coroutine.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dcall.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ndcall.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dcall.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dict.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ndict.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t373\tPassed\t371\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tmemory\nPASS: dict.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  dstring.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\ndstring.test\n\nTests ended at Mon Jun 16 11:35:51 UTC 2025\nall.tcl:\tTotal\t46\tPassed\t46\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: dstring.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  encoding.test\nTests began at Mon Jun 16 11:35:51 UTC 2025\nencoding.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t221\tPassed\t217\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tperf\nPASS: encoding.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  env.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nenv.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t31\tPassed\t26\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\thaveBash\n\t4\twin\nPASS: env.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  error.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nerror.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t317\tPassed\t309\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tmemory\nPASS: error.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  eval.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\neval.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t12\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: eval.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  event.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nevent.test\n\nTests ended at Mon Jun 16 11:35:52 UTC 2025\nall.tcl:\tTotal\t65\tPassed\t0\tSkipped\t65\tFailed\t0\nSourced 1 Test Files.\nPASS: event.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  exec.test\nTests began at Mon Jun 16 11:35:52 UTC 2025\nexec.test\n\nTests ended at Mon Jun 16 11:36:01 UTC 2025\nall.tcl:\tTotal\t104\tPassed\t93\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tnonPortable\n\t7\twin\nPASS: exec.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  execute.test\nTests began at Mon Jun 16 11:36:01 UTC 2025\nexecute.test\n\nTests ended at Mon Jun 16 11:36:01 UTC 2025\nall.tcl:\tTotal\t157\tPassed\t157\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: execute.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr-old.test\nTests began at Mon Jun 16 11:36:01 UTC 2025\nexpr-old.test\n\nTests ended at Mon Jun 16 11:36:01 UTC 2025\nall.tcl:\tTotal\t461\tPassed\t448\tSkipped\t13\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\t!ieeeFloatingPoint\n\t10\tlongIs32bit\nPASS: expr-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  expr.test\nTests began at Mon Jun 16 11:36:01 UTC 2025\nexpr.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t2072\tPassed\t2056\tSkipped\t16\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\t!ieeeFloatingPoint\n\t1\tknownBug\n\t10\tlongIs32bit\nPASS: expr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fCmd.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfCmd.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t306\tPassed\t74\tSkipped\t232\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tdontCopyLinks\n\t1\tnonPortable\n\t208\tnotRoot\n\t7\tnotWine\n\t14\twin\n\t1\twinLessThan10\nPASS: fCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileName.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfileName.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t300\tPassed\t252\tSkipped\t48\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t7\tnonPortable\n\t3\tnotRoot\n\t37\twin\nPASS: fileName.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystem.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfileSystem.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t136\tPassed\t114\tSkipped\t22\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttildeexpansion\n\t21\twin\nPASS: fileSystem.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  fileSystemEncoding.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfileSystemEncoding.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: fileSystemEncoding.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for-old.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfor-old.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t9\tPassed\t9\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: for-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  for.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nfor.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t88\tPassed\t64\tSkipped\t24\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t24\tmemory\nPASS: for.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  foreach.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nforeach.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t43\tPassed\t43\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: foreach.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  format.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nformat.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t269\tPassed\t269\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: format.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  get.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nget.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: get.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  history.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nhistory.test\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t62\tPassed\t62\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: history.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nhttp.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\nTests ended at Mon Jun 16 11:36:02 UTC 2025\nall.tcl:\tTotal\t352\tPassed\t346\tSkipped\t6\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tknownBug\n\t2\tknownProfileBug\n\t2\tnonPortable\nPASS: http.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  http11.test\nTests began at Mon Jun 16 11:36:02 UTC 2025\nhttp11.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t98\tPassed\t86\tSkipped\t12\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tbadCompress\n\t4\tknownBug\nPASS: http11.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpPipeline.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nhttpPipeline.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t3992\tPassed\t0\tSkipped\t3992\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3992\tserverNeeded\nPASS: httpPipeline.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpProxy.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nhttpProxy.test\n==== Test with ThreadLevel 0 ====\n==== Test with ThreadLevel 1 ====\n\n- Constraints needsTls, knownTwapiFullBugThreadlevelAny, knownTwapiFullBugThreadUsed are\n  always set by the script, not by the caller.\n- Set one of needsTclTls, needsTwapi, needsTwapiFull instead of needsTls.\n- Set knownBug instead of knownTwapiFullBugThreadlevelAny, knownTwapiFullBugThreadUsed.\n- If the caller sets constraint needsTwapi, the script forces needsSquidNoAuth and needsSquidAuth to 0.\n\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t100\tPassed\t0\tSkipped\t100\tFailed\t0\nSourced 1 Test Files.\nPASS: httpProxy.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  httpcookie.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nhttpcookie.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t60\tPassed\t0\tSkipped\t60\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t60\tcookiejar\nPASS: httpcookie.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  icu.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nicu.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t58\tPassed\t0\tSkipped\t58\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t58\ticu\nPASS: icu.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if-old.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nif-old.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t33\tPassed\t33\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  if.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nif.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t73\tPassed\t73\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: if.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr-old.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nincr-old.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t14\tPassed\t14\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  incr.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nincr.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t68\tPassed\t68\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: incr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  indexObj.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\nindexObj.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t65\tPassed\t64\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tobsolete\nPASS: indexObj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  info.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\ninfo.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t287\tPassed\t284\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\nPASS: info.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  init.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\ninit.test\n\nTests ended at Mon Jun 16 11:36:05 UTC 2025\nall.tcl:\tTotal\t36\tPassed\t36\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: init.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  interp.test\nTests began at Mon Jun 16 11:36:05 UTC 2025\ninterp.test\n\nTests ended at Mon Jun 16 11:36:07 UTC 2025\nall.tcl:\tTotal\t352\tPassed\t344\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tknownBug\nPASS: interp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  io.test\nTests began at Mon Jun 16 11:36:07 UTC 2025\nio.test\n\nTests ended at Mon Jun 16 11:36:40 UTC 2025\nall.tcl:\tTotal\t878\tPassed\t855\tSkipped\t23\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\temptyTest\n\t1\textensive\n\t1\tmakeFileInHome\n\t2\tnonPortable\n\t6\tperf\n\t1\tthread\n\t2\twin\nPASS: io.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioCmd.test\nTests began at Mon Jun 16 11:36:40 UTC 2025\nioCmd.test\n\nTests ended at Mon Jun 16 11:36:44 UTC 2025\nall.tcl:\tTotal\t377\tPassed\t276\tSkipped\t101\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tnonPortable\n\t97\tthread\nPASS: ioCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ioTrans.test\nTests began at Mon Jun 16 11:36:44 UTC 2025\nioTrans.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t106\tPassed\t72\tSkipped\t34\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t34\tthread\nPASS: ioTrans.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  iogt.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\niogt.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t17\tPassed\t13\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tknownBug\nPASS: iogt.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  join.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\njoin.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: join.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lindex.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlindex.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t84\tPassed\t84\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lindex.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  link.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlink.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t77\tPassed\t77\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: link.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  linsert.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlinsert.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: linsert.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  list.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlist.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t78\tPassed\t78\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: list.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  listObj.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlistObj.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t59\tPassed\t51\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tbug-30e4e9102f testobj\n\t1\temptyTest\n\t6\tmemory\nPASS: listObj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  listRep.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlistRep.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t231\tPassed\t231\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: listRep.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  llength.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nllength.test\n\nTests ended at Mon Jun 16 11:36:45 UTC 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: llength.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lmap.test\nTests began at Mon Jun 16 11:36:45 UTC 2025\nlmap.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t66\tPassed\t66\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lmap.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  load.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nload.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t30\tPassed\t13\tSkipped\t17\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t17\ttcl9pkga.soRequired\nPASS: load.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lpop.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlpop.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t19\tPassed\t17\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tperf\nPASS: lpop.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrange.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlrange.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t1766\tPassed\t1766\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lrange.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lrepeat.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlrepeat.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t12\tPassed\t11\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: lrepeat.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lreplace.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlreplace.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t3579\tPassed\t3579\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lreplace.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsearch.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlsearch.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t165\tPassed\t165\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsearch.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lseq.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlseq.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t112\tPassed\t110\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\thas32BitLengths\nPASS: lseq.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lset.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlset.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t89\tPassed\t89\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lset.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  lsetComp.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nlsetComp.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: lsetComp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXFCmd.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nmacOSXFCmd.test\n\nTests ended at Mon Jun 16 11:36:46 UTC 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\tmacosxFileAttr\nPASS: macOSXFCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  macOSXLoad.test\nTests began at Mon Jun 16 11:36:46 UTC 2025\nmacOSXLoad.test\n\nTests ended at Mon Jun 16 11:36:47 UTC 2025\nall.tcl:\tTotal\t0\tPassed\t0\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: macOSXLoad.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  main.test\nTests began at Mon Jun 16 11:36:47 UTC 2025\nmain.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t67\tPassed\t67\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: main.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  mathop.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nmathop.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t385\tPassed\t385\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: mathop.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  misc.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nmisc.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t301\tPassed\t301\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: misc.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  msgcat.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nmsgcat.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t135\tPassed\t135\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: msgcat.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace-old.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnamespace-old.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t126\tPassed\t126\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: namespace-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  namespace.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnamespace.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t314\tPassed\t312\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\n\t1\tmemory\nPASS: namespace.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  notify.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnotify.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: notify.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  nre.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nnre.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t28\tPassed\t28\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: nre.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  obj.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\nobj.test\n\nTests ended at Mon Jun 16 11:37:11 UTC 2025\nall.tcl:\tTotal\t84\tPassed\t84\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: obj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  oo.test\nTests began at Mon Jun 16 11:37:11 UTC 2025\noo.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t388\tPassed\t372\tSkipped\t16\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tknownBug\n\t14\tmemory\nPASS: oo.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooNext2.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nooNext2.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t62\tPassed\t57\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t5\tmemory\nPASS: ooNext2.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooProp.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nooProp.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t55\tPassed\t55\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: ooProp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  ooUtil.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nooUtil.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t34\tPassed\t34\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: ooUtil.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  opt.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nopt.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t31\tPassed\t31\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: opt.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  package.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\npackage.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t402\tPassed\t402\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: package.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parse.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nparse.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t271\tPassed\t268\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\n\t1\tmemory\nPASS: parse.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseExpr.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nparseExpr.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t286\tPassed\t285\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestexprparser && !ieeeFloatingPoint\nPASS: parseExpr.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  parseOld.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nparseOld.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t158\tPassed\t158\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: parseOld.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pid.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\npid.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t5\tPassed\t5\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pid.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pkgMkIndex.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\npkgMkIndex.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t27\tPassed\t25\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\ttcl9pkga.soRequired\nPASS: pkgMkIndex.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  platform.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nplatform.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t6\tPassed\t6\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: platform.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc-old.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nproc-old.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t74\tPassed\t74\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: proc-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  proc.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nproc.test\n\nTests ended at Mon Jun 16 11:37:12 UTC 2025\nall.tcl:\tTotal\t38\tPassed\t37\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tmemory\nPASS: proc.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  process.test\nTests began at Mon Jun 16 11:37:12 UTC 2025\nprocess.test\n\nTests ended at Mon Jun 16 11:37:13 UTC 2025\nall.tcl:\tTotal\t18\tPassed\t17\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\twin\nPASS: process.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  pwd.test\nTests began at Mon Jun 16 11:37:13 UTC 2025\npwd.test\n\nTests ended at Mon Jun 16 11:37:13 UTC 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: pwd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  reg.test\nTests began at Mon Jun 16 11:37:13 UTC 2025\nreg.test\n\nTests ended at Mon Jun 16 11:37:17 UTC 2025\nall.tcl:\tTotal\t1141\tPassed\t1031\tSkipped\t110\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t9\tknownBug\n\t100\tlocaleRegexp\n\t1\tnonPortable\nPASS: reg.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexp.test\nTests began at Mon Jun 16 11:37:17 UTC 2025\nregexp.test\n\nTests ended at Mon Jun 16 11:37:24 UTC 2025\nall.tcl:\tTotal\t256\tPassed\t252\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t3\tknownBug\n\t1\tmemory\nPASS: regexp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  regexpComp.test\nTests began at Mon Jun 16 11:37:24 UTC 2025\nregexpComp.test\n\nTests ended at Mon Jun 16 11:37:24 UTC 2025\nall.tcl:\tTotal\t179\tPassed\t179\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: regexpComp.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  registry.test\nTests began at Mon Jun 16 11:37:24 UTC 2025\nregistry.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t125\tPassed\t0\tSkipped\t125\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t125\twin\nPASS: registry.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  rename.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nrename.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t19\tPassed\t19\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: rename.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  resolver.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nresolver.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t10\tPassed\t10\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: resolver.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  result.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nresult.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t26\tPassed\t15\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\ttestsaveresult\nPASS: result.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-stock.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe-stock.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t11\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-stock.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-stock86.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe-stock86.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t0\tPassed\t0\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-stock86.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe-zipfs.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe-zipfs.test\n\nTests ended at Mon Jun 16 11:37:25 UTC 2025\nall.tcl:\tTotal\t22\tPassed\t22\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: safe-zipfs.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  safe.test\nTests began at Mon Jun 16 11:37:25 UTC 2025\nsafe.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t155\tPassed\t153\tSkipped\t2\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\nPASS: safe.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  scan.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nscan.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t184\tPassed\t183\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: scan.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  security.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nsecurity.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t1\tPassed\t1\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: security.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set-old.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nset-old.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t153\tPassed\t153\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  set.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nset.test\n\nTests ended at Mon Jun 16 11:37:26 UTC 2025\nall.tcl:\tTotal\t64\tPassed\t64\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: set.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  socket.test\nTests began at Mon Jun 16 11:37:26 UTC 2025\nsocket.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t189\tPassed\t68\tSkipped\t121\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tnotRoot\n\t5\tthread\nPASS: socket.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  source.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nsource.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t23\tPassed\t23\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: source.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  split.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nsplit.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t18\tPassed\t18\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: split.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stack.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nstack.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t3\tPassed\t3\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stack.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  string.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nstring.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t1419\tPassed\t1411\tSkipped\t8\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t8\tmemory\nPASS: string.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  stringObj.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nstringObj.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t81\tPassed\t81\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: stringObj.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  subst.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nsubst.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t63\tPassed\t63\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: subst.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  switch.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\nswitch.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t113\tPassed\t113\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: switch.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tailcall.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\ntailcall.test\n\nTests ended at Mon Jun 16 11:37:29 UTC 2025\nall.tcl:\tTotal\t37\tPassed\t36\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: tailcall.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tcltest.test\nTests began at Mon Jun 16 11:37:29 UTC 2025\ntcltest.test\n\nTests ended at Mon Jun 16 11:37:30 UTC 2025\nall.tcl:\tTotal\t127\tPassed\t122\tSkipped\t5\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\t!singleTestInterp notWsl\n\t3\tnotRoot\n\t1\tnotValgrind\nPASS: tcltest.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  thread.test\nTests began at Mon Jun 16 11:37:30 UTC 2025\nthread.test\n\nTests ended at Mon Jun 16 11:37:30 UTC 2025\nall.tcl:\tTotal\t52\tPassed\t0\tSkipped\t52\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t52\tthread\nPASS: thread.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  timer.test\nTests began at Mon Jun 16 11:37:30 UTC 2025\ntimer.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t54\tPassed\t54\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: timer.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  tm.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\ntm.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t21\tPassed\t21\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: tm.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  trace.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\ntrace.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t290\tPassed\t286\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\temptyTest\n\t3\tmemory\nPASS: trace.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFCmd.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixFCmd.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t49\tPassed\t0\tSkipped\t49\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\temptyTest\n\t38\tnotRoot\nPASS: unixFCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixFile.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixFile.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unixFile.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixForkEvent.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixForkEvent.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t1\tPassed\t0\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\nPASS: unixForkEvent.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixInit.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixInit.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t8\tPassed\t5\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\temptyTest\n\t1\tenableUnixInit32\nPASS: unixInit.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unixNotfy.test\nTests began at Mon Jun 16 11:37:36 UTC 2025\nunixNotfy.test\n\nTests ended at Mon Jun 16 11:37:36 UTC 2025\nall.tcl:\tTotal\t4\tPassed\t0\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t2\tnonPortable\n\t2\tthread\nPASS: unixNotfy.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unknown.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nunknown.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t7\tPassed\t7\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: unknown.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  unload.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nunload.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t27\tPassed\t7\tSkipped\t20\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t20\ttcl9pkgua.soRequired\nPASS: unload.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  uplevel.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nuplevel.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t57\tPassed\t57\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: uplevel.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  upvar.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nupvar.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t70\tPassed\t70\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: upvar.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  utf.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nutf.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t398\tPassed\t398\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: utf.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  utfext.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nutfext.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t809\tPassed\t809\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: utfext.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  util.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nutil.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t462\tPassed\t461\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBadTest\nPASS: util.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  var.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nvar.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t219\tPassed\t215\tSkipped\t4\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t4\tmemory\nPASS: var.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while-old.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwhile-old.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t15\tPassed\t15\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while-old.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  while.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwhile.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t46\tPassed\t46\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: while.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winConsole.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinConsole.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t45\tPassed\t0\tSkipped\t45\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t45\twin\nPASS: winConsole.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winDde.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinDde.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t50\tPassed\t0\tSkipped\t50\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t49\tdde\n\t1\twin\nPASS: winDde.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFCmd.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinFCmd.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t171\tPassed\t0\tSkipped\t171\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tnonPortable\n\t170\twin\nPASS: winFCmd.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winFile.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinFile.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t11\tPassed\t0\tSkipped\t11\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t11\twin\nPASS: winFile.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winNotify.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinNotify.test\n\nTests ended at Mon Jun 16 11:37:37 UTC 2025\nall.tcl:\tTotal\t14\tPassed\t0\tSkipped\t14\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t14\twin\nPASS: winNotify.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winPipe.test\nTests began at Mon Jun 16 11:37:37 UTC 2025\nwinPipe.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t56\tPassed\t0\tSkipped\t56\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t56\twin\nPASS: winPipe.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  winTime.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nwinTime.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t3\tPassed\t0\tSkipped\t3\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\ttestwinclock\n\t2\twin\nPASS: winTime.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  word.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nword.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t55\tPassed\t55\tSkipped\t0\tFailed\t0\nSourced 1 Test Files.\nPASS: word.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  zipfs.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nzipfs.test\n\nTests ended at Mon Jun 16 11:37:38 UTC 2025\nall.tcl:\tTotal\t528\tPassed\t496\tSkipped\t32\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tbug-4ae42446ab\n\t1\tthread\n\t11\twin\n\t19\tzipfslib\nPASS: zipfs.test\nTests running in interp:  /usr/lib/tcl/ptest/tcltest\nTests located in:  /usr/lib/tcl/ptest/tests\nTests running in:  /usr/lib/tcl/ptest\nTemporary files stored in /usr/lib/tcl/ptest\nTest files run in separate interpreters\nSkipping tests that match:  async-* event-* cmdMZ-6.6 exit-1.* *io-46.1 io-13.6 socket-* socket_inet-* httpProxy-*\nRunning tests that match:  *\nSkipping test files that match:  l.*.test\nOnly running test files that match:  zlib.test\nTests began at Mon Jun 16 11:37:38 UTC 2025\nzlib.test\n\nTests ended at Mon Jun 16 11:37:39 UTC 2025\nall.tcl:\tTotal\t73\tPassed\t72\tSkipped\t1\tFailed\t0\nSourced 1 Test Files.\nNumber of tests skipped for each constraint:\n\t1\tknownBug\nPASS: zlib.test\nDURATION: 159\n"
    }
   },
   "ptestresult.tcl.aaa_exit.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.abstractlist.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.append.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.appendComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.apply.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.assemble.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.assocd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.async.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.autoMkindex.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.basic.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.bigdata.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.binary.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.chan.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.chanio.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.clock-ivm.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.clock.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.cmdAH.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.cmdIL.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.cmdInfo.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.cmdMZ.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.compExpr-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.compExpr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.compile.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.concat.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.config.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.coroutine.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.dcall.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.dict.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.dstring.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.encoding.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.env.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.error.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.eval.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.event.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.exec.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.execute.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.expr-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.expr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.fCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.fileName.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.fileSystem.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.fileSystemEncoding.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.for-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.for.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.foreach.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.format.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.get.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.history.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.http.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.http11.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.httpPipeline.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.httpProxy.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.httpcookie.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.icu.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.if-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.if.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.incr-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.incr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.indexObj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.info.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.init.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.interp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.io.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.ioCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.ioTrans.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.iogt.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.join.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lindex.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.link.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.linsert.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.list.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.listObj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.listRep.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.llength.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lmap.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.load.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lpop.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lrange.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lrepeat.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lreplace.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lsearch.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lseq.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lset.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.lsetComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.macOSXFCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.macOSXLoad.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.main.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.mathop.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.misc.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.msgcat.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.namespace-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.namespace.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.notify.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.nre.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.obj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.oo.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.ooNext2.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.ooProp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.ooUtil.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.opt.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.package.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.parse.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.parseExpr.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.parseOld.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.pid.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.pkgMkIndex.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.platform.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.proc-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.proc.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.process.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.pwd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.reg.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.regexp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.regexpComp.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.registry.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.rename.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.resolver.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.result.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.safe-stock.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.safe-stock86.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.safe-zipfs.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.safe.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.scan.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.security.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.set-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.set.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.socket.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.source.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.split.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.stack.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.string.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.stringObj.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.subst.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.switch.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.tailcall.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.tcltest.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.thread.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.timer.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.tm.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.trace.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unixFCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unixFile.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unixForkEvent.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unixInit.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unixNotfy.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unknown.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.unload.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.uplevel.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.upvar.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.utf.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.utfext.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.util.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.var.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.while-old.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.while.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winConsole.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winDde.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winFCmd.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winFile.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winNotify.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winPipe.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.winTime.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.word.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.zipfs.test": {
    "status": "PASSED"
   },
   "ptestresult.tcl.zlib.test": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5209016799926758,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-util-linux_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-util-linux",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0008473396301269531,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.193990468978882,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.0308074951171875,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 151.44339680671692,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002456188201904297,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:35\nBEGIN: /usr/lib/util-linux/ptest\nStopping udevd\n\n-------------------- util-linux regression tests --------------------\n\n                    For development purpose only.                    \n                 Don't execute on production system!                 \n\n       kernel: 6.12.31-yocto-standard            \n\n      options: --use-system-commands \\\n               --parsable \\\n               --show-diff \\\n               --srcdir=/usr/lib/util-linux/ptest/tests/.. \\\n               --builddir=/usr/lib/util-linux/ptest/tests/..\n\nPASS:        bitops: swap bytes                                   \nPASS:    blkdiscard: offsets                                      \nPASS:         blkid: caching                                      \nSKIP:         blkid: DM error                                      (missing in PATH: dmsetup)\nPASS:         blkid: superblocks probing: [01] adaptec-raid       \nPASS:         blkid: superblocks probing: [02] apfs               \nPASS:         blkid: superblocks probing: [03] bcache-B           \nPASS:         blkid: superblocks probing: [04] bcache-C           \nPASS:         blkid: superblocks probing: [05] bcache-journal     \nPASS:         blkid: superblocks probing: [06] bcachefs-2         \nPASS:         blkid: superblocks probing: [07] bcachefs           \nPASS:         blkid: superblocks probing: [08] befs               \nPASS:         blkid: superblocks probing: [09] bfs                \nPASS:         blkid: superblocks probing: [10] bitlocker-win7     \nPASS:         blkid: superblocks probing: [11] bluestore          \nPASS:         blkid: superblocks probing: [12] btrfs              \nPASS:         blkid: superblocks probing: [13] cramfs-big         \nPASS:         blkid: superblocks probing: [14] cramfs             \nPASS:         blkid: superblocks probing: [15] cs_fvault2         \nPASS:         blkid: superblocks probing: [16] ddf-raid           \nPASS:         blkid: superblocks probing: [17] drbd-v08           \nPASS:         blkid: superblocks probing: [18] drbd-v09           \nPASS:         blkid: superblocks probing: [19] drbdmanage-control-volume\nPASS:         blkid: superblocks probing: [20] erofs              \nPASS:         blkid: superblocks probing: [21] exfat              \nPASS:         blkid: superblocks probing: [22] ext2               \nPASS:         blkid: superblocks probing: [23] ext3               \nPASS:         blkid: superblocks probing: [24] ext4               \nPASS:         blkid: superblocks probing: [25] f2fs               \nPASS:         blkid: superblocks probing: [26] fat                \nPASS:         blkid: superblocks probing: [27] fat16_noheads      \nPASS:         blkid: superblocks probing: [28] fat32_cp850_O_tilde\nPASS:         blkid: superblocks probing: [29] fat32_label_64MB   \nPASS:         blkid: superblocks probing: [30] fat32_mkdosfs_label1\nPASS:         blkid: superblocks probing: [31] fat32_mkdosfs_label1_dosfslabel_NO_NAME\nPASS:         blkid: superblocks probing: [32] fat32_mkdosfs_label1_dosfslabel_empty\nPASS:         blkid: superblocks probing: [33] fat32_mkdosfs_label1_dosfslabel_label2\nPASS:         blkid: superblocks probing: [34] fat32_mkdosfs_label1_mlabel_NO_NAME\nPASS:         blkid: superblocks probing: [35] fat32_mkdosfs_label1_mlabel_erase\nPASS:         blkid: superblocks probing: [36] fat32_mkdosfs_label1_xp_erase\nPASS:         blkid: superblocks probing: [37] fat32_mkdosfs_label1_xp_label2\nPASS:         blkid: superblocks probing: [38] fat32_mkdosfs_none \nPASS:         blkid: superblocks probing: [39] fat32_mkdosfs_none_dosfslabel_NO_NAME\nPASS:         blkid: superblocks probing: [40] fat32_mkdosfs_none_dosfslabel_label1\nPASS:         blkid: superblocks probing: [41] fat32_mkdosfs_none_dosfslabel_label1_xp_label2\nPASS:         blkid: superblocks probing: [42] fat32_mkdosfs_none_xp_label1\nPASS:         blkid: superblocks probing: [43] fat32_mkdosfs_none_xp_label1_dosfslabel_label2\nPASS:         blkid: superblocks probing: [44] fat32_xp_label1    \nPASS:         blkid: superblocks probing: [45] fat32_xp_none      \nPASS:         blkid: superblocks probing: [46] fat32_xp_none_dosfslabel_label1\nPASS:         blkid: superblocks probing: [47] fat32_xp_none_mlabel_label1\nPASS:         blkid: superblocks probing: [48] gfs2               \nPASS:         blkid: superblocks probing: [49] hfs                \nPASS:         blkid: superblocks probing: [50] hfsplus            \nPASS:         blkid: superblocks probing: [51] hpfs               \nPASS:         blkid: superblocks probing: [52] hpt37x-raid        \nPASS:         blkid: superblocks probing: [53] hpt45x-raid        \nPASS:         blkid: superblocks probing: [54] iso-different-iso-joliet-label\nPASS:         blkid: superblocks probing: [55] iso-joliet         \nPASS:         blkid: superblocks probing: [56] iso-multi-genisoimage-0\nPASS:         blkid: superblocks probing: [57] iso-multi-genisoimage-174\nPASS:         blkid: superblocks probing: [58] iso-multi-genisoimage-348\nPASS:         blkid: superblocks probing: [59] iso-rr-joliet      \nPASS:         blkid: superblocks probing: [60] iso-unicode-long-label\nPASS:         blkid: superblocks probing: [61] iso                \nPASS:         blkid: superblocks probing: [62] isw-raid           \nPASS:         blkid: superblocks probing: [63] jbd                \nPASS:         blkid: superblocks probing: [64] jfs                \nPASS:         blkid: superblocks probing: [65] jmicron-raid       \nPASS:         blkid: superblocks probing: [66] lsi-raid           \nPASS:         blkid: superblocks probing: [67] luks1              \nPASS:         blkid: superblocks probing: [68] luks2              \nPASS:         blkid: superblocks probing: [69] lvm2               \nPASS:         blkid: superblocks probing: [70] mdraid-1           \nPASS:         blkid: superblocks probing: [71] mdraid             \nPASS:         blkid: superblocks probing: [72] minix-BE           \nPASS:         blkid: superblocks probing: [73] minix-LE           \nPASS:         blkid: superblocks probing: [74] mpool              \nPASS:         blkid: superblocks probing: [75] netware            \nPASS:         blkid: superblocks probing: [76] nilfs2             \nPASS:         blkid: superblocks probing: [77] ntfs               \nPASS:         blkid: superblocks probing: [78] nvidia-raid        \nPASS:         blkid: superblocks probing: [79] ocfs2              \nPASS:         blkid: superblocks probing: [80] promise-raid       \nPASS:         blkid: superblocks probing: [81] reiser3            \nPASS:         blkid: superblocks probing: [82] reiser4            \nPASS:         blkid: superblocks probing: [83] romfs              \nPASS:         blkid: superblocks probing: [84] silicon-raid       \nPASS:         blkid: superblocks probing: [85] small-fat32        \nPASS:         blkid: superblocks probing: [86] squashfs3          \nPASS:         blkid: superblocks probing: [87] squashfs4          \nPASS:         blkid: superblocks probing: [88] swap-luks          \nPASS:         blkid: superblocks probing: [89] swap0              \nPASS:         blkid: superblocks probing: [90] swap1-big          \nPASS:         blkid: superblocks probing: [91] swap1              \nPASS:         blkid: superblocks probing: [92] tuxonice           \nPASS:         blkid: superblocks probing: [93] ubi                \nPASS:         blkid: superblocks probing: [94] ubifs              \nPASS:         blkid: superblocks probing: [95] udf-bdr-2.60-nero  \nPASS:         blkid: superblocks probing: [96] udf-cd-mkudfiso-20100208\nPASS:         blkid: superblocks probing: [97] udf-cd-nero-6      \nPASS:         blkid: superblocks probing: [98] udf-hdd-macosx-2.60-4096\nPASS:         blkid: superblocks probing: [99] udf-hdd-mkudffs-1.0.0-1\nPASS:         blkid: superblocks probing: [100] udf-hdd-mkudffs-1.0.0-2\nPASS:         blkid: superblocks probing: [101] udf-hdd-mkudffs-1.3-1\nPASS:         blkid: superblocks probing: [102] udf-hdd-mkudffs-1.3-2\nPASS:         blkid: superblocks probing: [103] udf-hdd-mkudffs-1.3-3\nPASS:         blkid: superblocks probing: [104] udf-hdd-mkudffs-1.3-4\nPASS:         blkid: superblocks probing: [105] udf-hdd-mkudffs-1.3-5\nPASS:         blkid: superblocks probing: [106] udf-hdd-mkudffs-1.3-6\nPASS:         blkid: superblocks probing: [107] udf-hdd-mkudffs-1.3-7\nPASS:         blkid: superblocks probing: [108] udf-hdd-mkudffs-1.3-8\nPASS:         blkid: superblocks probing: [109] udf-hdd-mkudffs-2.2\nPASS:         blkid: superblocks probing: [110] udf-hdd-udfclient-0.7.5\nPASS:         blkid: superblocks probing: [111] udf-hdd-udfclient-0.7.7\nPASS:         blkid: superblocks probing: [112] udf-hdd-win7      \nPASS:         blkid: superblocks probing: [113] udf-multi-mkudffs-0\nPASS:         blkid: superblocks probing: [114] udf-multi-mkudffs-320\nPASS:         blkid: superblocks probing: [115] udf-multi-mkudffs-640\nPASS:         blkid: superblocks probing: [116] udf-multi-genisoimage-0\nPASS:         blkid: superblocks probing: [117] udf-multi-genisoimage-417\nPASS:         blkid: superblocks probing: [118] udf-multi-genisoimage-834\nPASS:         blkid: superblocks probing: [119] udf               \nPASS:         blkid: superblocks probing: [120] ufs               \nPASS:         blkid: superblocks probing: [121] vdo               \nPASS:         blkid: superblocks probing: [122] via-raid          \nPASS:         blkid: superblocks probing: [123] vmfs              \nPASS:         blkid: superblocks probing: [124] vmfs_volume       \nPASS:         blkid: superblocks probing: [125] vxfs-be           \nPASS:         blkid: superblocks probing: [126] vxfs-le           \nPASS:         blkid: superblocks probing: [127] xfs-log           \nPASS:         blkid: superblocks probing: [128] xfs-v5            \nPASS:         blkid: superblocks probing: [129] xfs               \nPASS:         blkid: superblocks probing: [130] zfs               \nPASS:         blkid: superblocks probing: [131] zonefs            \n        blkid: superblocks probing                           ... OK (all 131 sub-tests PASSED)\nPASS:         blkid: partitions probing: [01] atari-primary       \nPASS:         blkid: partitions probing: [02] atari-xgm           \nPASS:         blkid: partitions probing: [03] bsd                 \nPASS:         blkid: partitions probing: [04] dos+bsd             \nPASS:         blkid: partitions probing: [05] gpt                 \nPASS:         blkid: partitions probing: [06] sgi                 \nPASS:         blkid: partitions probing: [07] sun                 \n        blkid: partitions probing                            ... OK (all 7 sub-tests PASSED)\nPASS:         blkid: offset                                       \nPASS:         blkid: output formatting: [01] value-probe          \nPASS:         blkid: output formatting: [02] value-cache          \nPASS:         blkid: output formatting: [03] udev-probe           \nPASS:         blkid: output formatting: [04] udev-cache           \nPASS:         blkid: output formatting: [05] export-probe         \nPASS:         blkid: output formatting: [06] export-cache         \nPASS:         blkid: output formatting: [07] full-probe           \nPASS:         blkid: output formatting: [08] full-cache           \nPASS:         blkid: output formatting: [09] device-probe         \nPASS:         blkid: output formatting: [10] device-cache         \nPASS:         blkid: output formatting: [11] json-probe           \nPASS:         blkid: output formatting: [12] json-cache           \n        blkid: output formatting                             ... OK (all 12 sub-tests PASSED)\nPASS:         blkid: topology probing: [01] disk                  \nPASS:         blkid: topology probing: [02] partition             \n        blkid: topology probing                              ... OK (all 2 sub-tests PASSED)\nSKIP:     build-sys: config                                        (optional)\nPASS:           cal: Year 2147483646: [01] 1m-month               \nPASS:           cal: Year 2147483646: [02] 1s-month               \nPASS:           cal: Year 2147483646: [03] 1mj-month              \nPASS:           cal: Year 2147483646: [04] 1sj-month              \nPASS:           cal: Year 2147483646: [05] 3m-month               \nPASS:           cal: Year 2147483646: [06] 3s-month               \nPASS:           cal: Year 2147483646: [07] 3mj-month              \nPASS:           cal: Year 2147483646: [08] 3sj-month              \nPASS:           cal: Year 2147483646: [09] 1m-year                \nPASS:           cal: Year 2147483646: [10] 1s-year                \nPASS:           cal: Year 2147483646: [11] 1mj-year               \nPASS:           cal: Year 2147483646: [12] 1sj-year               \nPASS:           cal: Year 2147483646: [13] 1mw-month              \nPASS:           cal: Year 2147483646: [14] 1sw-month              \nPASS:           cal: Year 2147483646: [15] 1mjw-month             \nPASS:           cal: Year 2147483646: [16] 1sjw-month             \nPASS:           cal: Year 2147483646: [17] 3mw-month              \nPASS:           cal: Year 2147483646: [18] 3sw-month              \nPASS:           cal: Year 2147483646: [19] 3mjw-month             \nPASS:           cal: Year 2147483646: [20] 3sjw-month             \nPASS:           cal: Year 2147483646: [21] 1mw-year               \nPASS:           cal: Year 2147483646: [22] 1sw-year               \nPASS:           cal: Year 2147483646: [23] 1mjw-year              \nPASS:           cal: Year 2147483646: [24] 1sjw-year              \n          cal: Year 2147483646                               ... OK (all 24 sub-tests PASSED)\nPASS:           cal: color: [01] first-day                        \nPASS:           cal: color: [02] reformation-corner-cases-1       \nPASS:           cal: color: [03] reformation-corner-cases-2       \nPASS:           cal: color: [04] reformation-corner-cases-3       \nPASS:           cal: color: [05] reformation-corner-cases-4       \nPASS:           cal: color: [06] last-day                         \nPASS:           cal: color: [07] vertical                         \nPASS:           cal: color: [08] vertical-week                    \n          cal: color                                         ... OK (all 8 sub-tests PASSED)\nPASS:           cal: color with week numbers: [01] first-day-week-numbers\nPASS:           cal: color with week numbers: [02] reformation-corner-cases-1-week-numbers\nPASS:           cal: color with week numbers: [03] reformation-corner-cases-2-week-numbers\nPASS:           cal: color with week numbers: [04] reformation-corner-cases-3-week-numbers\nPASS:           cal: color with week numbers: [05] reformation-corner-cases-4-week-numbers\nPASS:           cal: color with week numbers: [06] last-day-week-numbers\n          cal: color with week numbers                       ... OK (all 6 sub-tests PASSED)\nPASS:           cal: year: [01] 6                                 \nPASS:           cal: year: [02] 5                                 \nPASS:           cal: year: [03] auto                              \n          cal: year                                          ... OK (all 3 sub-tests PASSED)\nPASS:           cal: January 1753: [01] m3w                       \nPASS:           cal: January 1753: [02] 3w                        \n          cal: January 1753                                  ... OK (all 2 sub-tests PASSED)\nPASS:           cal: month: [01] 1m                               \nPASS:           cal: month: [02] 1s                               \nPASS:           cal: month: [03] 1mj                              \nPASS:           cal: month: [04] 1sj                              \nPASS:           cal: month: [05] 1mw                              \nPASS:           cal: month: [06] 1sw                              \nPASS:           cal: month: [07] 1mjw                             \nPASS:           cal: month: [08] 1sjw                             \nPASS:           cal: month: [09] 3m                               \nPASS:           cal: month: [10] 3s                               \nPASS:           cal: month: [11] 3mj                              \nPASS:           cal: month: [12] 3sj                              \nPASS:           cal: month: [13] 3mw                              \nPASS:           cal: month: [14] 3sw                              \nPASS:           cal: month: [15] 3mjw                             \nPASS:           cal: month: [16] 3sjw                             \nPASS:           cal: month: [17] Sn3                              \nPASS:           cal: month: [18] Sn21                             \nPASS:           cal: month: [19] Sn51                             \nPASS:           cal: month: [20] Sn201                            \n          cal: month                                         ... OK (all 20 sub-tests PASSED)\nPASS:           cal: September 1752: [01] 1mw-month               \nPASS:           cal: September 1752: [02] 1sw-month               \nPASS:           cal: September 1752: [03] 1mjw-month              \nPASS:           cal: September 1752: [04] 1sjw-month              \nPASS:           cal: September 1752: [05] 3mw-month               \nPASS:           cal: September 1752: [06] 3sw-month               \nPASS:           cal: September 1752: [07] 3mjw-month              \nPASS:           cal: September 1752: [08] 3sjw-month              \nPASS:           cal: September 1752: [09] 1mw-year                \nPASS:           cal: September 1752: [10] 1sw-year                \nPASS:           cal: September 1752: [11] 1mjw-year               \nPASS:           cal: September 1752: [12] 1sjw-year               \nPASS:           cal: September 1752: [13] week-iso                \nPASS:           cal: September 1752: [14] 1m-month                \nPASS:           cal: September 1752: [15] 1s-month                \nPASS:           cal: September 1752: [16] 1mj-month               \nPASS:           cal: September 1752: [17] 1sj-month               \nPASS:           cal: September 1752: [18] 3m-month                \nPASS:           cal: September 1752: [19] 3s-month                \nPASS:           cal: September 1752: [20] 3mj-month               \nPASS:           cal: September 1752: [21] 3sj-month               \nPASS:           cal: September 1752: [22] 1m-year                 \nPASS:           cal: September 1752: [23] 1s-year                 \nPASS:           cal: September 1752: [24] 1mj-year                \nPASS:           cal: September 1752: [25] 1sj-year                \n          cal: September 1752                                ... OK (all 25 sub-tests PASSED)\nPASS:           cal: vertical: [01] 1mv                           \nPASS:           cal: vertical: [02] 1sv                           \nPASS:           cal: vertical: [03] 1mjv                          \nPASS:           cal: vertical: [04] 1sjv                          \nPASS:           cal: vertical: [05] 1mwv                          \nPASS:           cal: vertical: [06] 1swv                          \nPASS:           cal: vertical: [07] 1mjwv                         \nPASS:           cal: vertical: [08] 1sjwv                         \nPASS:           cal: vertical: [09] 3mv                           \nPASS:           cal: vertical: [10] 3sv                           \nPASS:           cal: vertical: [11] 3mjv                          \nPASS:           cal: vertical: [12] 3sjv                          \nPASS:           cal: vertical: [13] 3mwv                          \nPASS:           cal: vertical: [14] 3swv                          \nPASS:           cal: vertical: [15] 3mjwv                         \nPASS:           cal: vertical: [16] 3sjwv                         \nPASS:           cal: vertical: [17] vSn3                          \nPASS:           cal: vertical: [18] vSn21                         \nPASS:           cal: vertical: [19] vSn51                         \nPASS:           cal: vertical: [20] vSn201                        \n          cal: vertical                                      ... OK (all 20 sub-tests PASSED)\nPASS:           cal: week number given as argument: [01] 3m-week40\nPASS:           cal: week number given as argument: [02] 3s-week40\nPASS:           cal: week number given as argument: [03] 3mj-week40\nPASS:           cal: week number given as argument: [04] 3sj-week40\nPASS:           cal: week number given as argument: [05] m-week40 \nPASS:           cal: week number given as argument: [06] s-week40 \nPASS:           cal: week number given as argument: [07] mj-week40\nPASS:           cal: week number given as argument: [08] sj-week40\nPASS:           cal: week number given as argument: [09] 3m-week40-color\nPASS:           cal: week number given as argument: [10] 3mj-week40-color\nPASS:           cal: week number given as argument: [11] 1m-week53\nPASS:           cal: week number given as argument: [12] 1mj-week53\nPASS:           cal: week number given as argument: [13] 3m-week53-color\nPASS:           cal: week number given as argument: [14] 1m-week53-color\nPASS:           cal: week number given as argument: [15] 1mj-week53-color\nPASS:           cal: week number given as argument: [16] 3s-week54-color\nPASS:           cal: week number given as argument: [17] 3m-week52-color\n          cal: week number given as argument                 ... OK (all 17 sub-tests PASSED)\nPASS:           cal: week number corner cases: [01] ymw           \nPASS:           cal: week number corner cases: [02] ysw           \nPASS:           cal: week number corner cases: [03] ymjw          \nPASS:           cal: week number corner cases: [04] ysjw          \nPASS:           cal: week number corner cases: [05] 3mw           \nPASS:           cal: week number corner cases: [06] 3sw           \nPASS:           cal: week number corner cases: [07] 3mjw          \nPASS:           cal: week number corner cases: [08] 3sjw          \n          cal: week number corner cases                      ... OK (all 8 sub-tests PASSED)\nPASS:           cal: year: [01] ym                                \nPASS:           cal: year: [02] ys                                \nPASS:           cal: year: [03] ymj                               \nPASS:           cal: year: [04] ysj                               \nPASS:           cal: year: [05] ymw                               \nPASS:           cal: year: [06] ysw                               \nPASS:           cal: year: [07] ymjw                              \nPASS:           cal: year: [08] ysjw                              \n          cal: year                                          ... OK (all 8 sub-tests PASSED)\nPASS:           col: io effects: [01] trailing-spaces             \nPASS:           col: io effects: [02] tab-backspace               \nPASS:           col: io effects: [03] various-spaces              \nPASS:           col: io effects: [04] cr                          \nPASS:           col: io effects: [05] vt1                         \nPASS:           col: io effects: [06] vt2                         \nPASS:           col: io effects: [07] reverse-lf                  \nPASS:           col: io effects: [08] so-si                       \nPASS:           col: io effects: [09] esc-tab                     \nPASS:           col: io effects: [10] esc-backspace               \nPASS:           col: io effects: [11] cs-normal                   \nPASS:           col: io effects: [12] cs-alternate                \nPASS:           col: io effects: [13] allocate-here               \nPASS:           col: io effects: [14] half-line                   \nPASS:           col: io effects: [15] flushing                    \n          col: io effects                                    ... OK (all 15 sub-tests PASSED)\nPASS:           col: multibyte input: [01] valid                  \nPASS:           col: multibyte input: [02] invalid                \n          col: multibyte input                               ... OK (all 2 sub-tests PASSED)\nPASS:           col: newline handling: [01] zero-length-file      \nPASS:           col: newline handling: [02] one-line-no-nl        \nPASS:           col: newline handling: [03] one-line-with-nl      \nPASS:           col: newline handling: [04] second-line-no-nl     \nPASS:           col: newline handling: [05] second-line-with-nl   \n          col: newline handling                              ... OK (all 5 sub-tests PASSED)\nPASS:           col: options: [01] no-backspaces                  \nPASS:           col: options: [02] pass                           \nPASS:           col: options: [03] tabs                           \nPASS:           col: options: [04] spaces                         \n          col: options                                       ... OK (all 4 sub-tests PASSED)\nPASS:        colcrt: functional: [01] no-options                  \nPASS:        colcrt: functional: [02] no-underlining              \nPASS:        colcrt: functional: [03] half-lines                  \nPASS:        colcrt: functional: [04] short-options               \n       colcrt: functional                                    ... OK (all 4 sub-tests PASSED)\nPASS:        colcrt: regressions: [01] crash1                     \nPASS:        colcrt: regressions: [02] crash2                     \nPASS:        colcrt: regressions: [03] hang1                      \n       colcrt: regressions                                   ... OK (all 3 sub-tests PASSED)\nPASS:         colrm: basic check                                  \nPASS:        column: ansiescape                                   \nPASS:        column: columnate: [01] fill-cols-80                 \nPASS:        column: columnate: [02] fill-cols-50                 \nPASS:        column: columnate: [03] fill-cols-250                \nPASS:        column: columnate: [04] fill-rows-80                 \nPASS:        column: columnate: [05] fill-rows-50                 \nPASS:        column: columnate: [06] fill-rows-250                \n       column: columnate                                     ... OK (all 6 sub-tests PASSED)\nPASS:        column: invalid multibyte                            \nPASS:        column: multiple files                               \nPASS:        column: table: [01] default                          \nPASS:        column: table: [02] output-separator                 \nPASS:        column: table: [03] input-separator                  \nPASS:        column: table: [04] input-separator-space            \nPASS:        column: table: [05] empty-lines                      \nPASS:        column: table: [06] noempty-lines                    \nPASS:        column: table: [07] long                             \nPASS:        column: table: [08] hide                             \nPASS:        column: table: [09] headers                          \nPASS:        column: table: [10] noheaders                        \nPASS:        column: table: [11] truncate                         \nPASS:        column: table: [12] right                            \nPASS:        column: table: [13] wrap                             \nPASS:        column: table: [14] order                            \nPASS:        column: table: [15] tree                             \nPASS:        column: table: [16] empty-column                     \nPASS:        column: table: [17] empty-column-at-eol              \nPASS:        column: table: [18] empty-column-at-eol2             \nPASS:        column: table: [19] neg-1                            \nPASS:        column: table: [20] neg-2                            \nPASS:        column: table: [21] neg-1-2                          \nPASS:        column: table: [22] range                            \n       column: table                                         ... OK (all 22 sub-tests PASSED)\nSKIP:        cramfs: mkfs doubles                                  (mount: /usr/lib/util-linux/ptest/tests/output/cramfs/doubles-mnt: unknown filesystem type 'cramfs'.)\nPASS:        cramfs: fsck bad header: [01] nopad-4K-be            \nPASS:        cramfs: fsck bad header: [02] nopad-4K-le            \nPASS:        cramfs: fsck bad header: [03] pad-4K-be              \nPASS:        cramfs: fsck bad header: [04] pad-4K-le              \nPASS:        cramfs: fsck bad header: [05] pad-64K-be             \nPASS:        cramfs: fsck bad header: [06] pad-64K-le             \n       cramfs: fsck bad header                               ... OK (all 6 sub-tests PASSED)\nPASS:        cramfs: fsck endianness                              \nSKIP:        cramfs: mkfs checksums                                (mount: /usr/lib/util-linux/ptest/tests/output/cramfs/mkfs-mnt: unknown filesystem type 'cramfs'.)\nPASS:        cramfs: mkfs endianness                              \nPASS:         dmesg: cid-json                                     \nPASS:         dmesg: cid-kmsg-colors                              \nPASS:         dmesg: cid-kmsg-levels                              \nPASS:         dmesg: cid-kmsg-decode                              \nPASS:         dmesg: cid-kmsg-delta                               \nPASS:         dmesg: cid-kmsg-facilities                          \nPASS:         dmesg: cid-kmsg-indentation                         \nPASS:         dmesg: cid-kmsg-json                                \nPASS:         dmesg: cid-kmsg-limit                               \nPASS:         dmesg: colors                                       \nPASS:         dmesg: levels                                       \nPASS:         dmesg: decode                                       \nPASS:         dmesg: delta                                        \nPASS:         dmesg: facilities                                   \nPASS:         dmesg: indentation                                  \nPASS:         dmesg: json                                         \nPASS:         dmesg: kmsg-file                                    \nPASS:         dmesg: limit                                        \nPASS:         dmesg: timestamp-format: [01] multiple              \nPASS:         dmesg: timestamp-format: [02] delta                 \nPASS:         dmesg: timestamp-format: [03] delta-ctime           \nPASS:         dmesg: timestamp-format: [04] delta-raw             \n        dmesg: timestamp-format                              ... OK (all 4 sub-tests PASSED)\nPASS:         eject: umount: [01] by-disk                         \nPASS:         eject: umount: [02] by-disk-mounted                 \nPASS:         eject: umount: [03] by-disk-mounted-partition       \nPASS:         eject: umount: [04] by-partition                    \nPASS:         eject: umount: [05] by-partition-mounted            \n        eject: umount                                        ... OK (all 5 sub-tests PASSED)\nPASS:          exch: exch                                         \nPASS:       fadvise: drop page caches related to a file           \nPASS:         fdisk: align 512/4K                                 \nPASS:         fdisk: align 512/4K +alignment_offset               \nPASS:         fdisk: align 512/512                                \nPASS:         fdisk: align 512/512 +topology                      \nPASS:         fdisk: nested BSD                                   \nPASS:         fdisk: GPT: [01] empty-pt                           \nPASS:         fdisk: GPT: [02] create-partitions                  \nPASS:         fdisk: GPT: [03] change-type-by-number              \nPASS:         fdisk: GPT: [04] change-type-by-uuid                \nPASS:         fdisk: GPT: [05] delete-partition                   \nPASS:         fdisk: GPT: [06] create-again-partition             \nPASS:         fdisk: GPT: [07] corrupt-primary-table              \nPASS:         fdisk: GPT: [08] corrupt-backup-table               \n        fdisk: GPT                                           ... OK (all 8 sub-tests PASSED)\nPASS:         fdisk: gpt-resize                                   \nPASS:         fdisk: MBR - id: [01] create-mbr-with-id-0x1        \nPASS:         fdisk: MBR - id: [02] create-mbr-with-id-0x2        \n        fdisk: MBR - id                                      ... OK (all 2 sub-tests PASSED)\nPASS:         fdisk: MBR - dos mode: [01] empty-pt                \nPASS:         fdisk: MBR - dos mode: [02] create-primary-partition\nPASS:         fdisk: MBR - dos mode: [03] set-partition-type      \nPASS:         fdisk: MBR - dos mode: [04] set-primary-par-active  \nPASS:         fdisk: MBR - dos mode: [05] re-create-primary-par   \nPASS:         fdisk: MBR - dos mode: [06] create-extended-par     \nPASS:         fdisk: MBR - dos mode: [07] create-logical-par      \nPASS:         fdisk: MBR - dos mode: [08] delete-logical-par      \nPASS:         fdisk: MBR - dos mode: [09] create-another-log-par  \nPASS:         fdisk: MBR - dos mode: [10] delete-primary-par      \nPASS:         fdisk: MBR - dos mode: [11] delete-extended-par     \n        fdisk: MBR - dos mode                                ... OK (all 11 sub-tests PASSED)\nPASS:         fdisk: MBR - non-dos mode: [01] empty-pt            \nPASS:         fdisk: MBR - non-dos mode: [02] 1st-primary         \nPASS:         fdisk: MBR - non-dos mode: [03] 1st-active          \nPASS:         fdisk: MBR - non-dos mode: [04] 1st-primary-recreate\nPASS:         fdisk: MBR - non-dos mode: [05] 2nd-primary         \nPASS:         fdisk: MBR - non-dos mode: [06] extended            \nPASS:         fdisk: MBR - non-dos mode: [07] logical             \nPASS:         fdisk: MBR - non-dos mode: [08] logical-delete      \nPASS:         fdisk: MBR - non-dos mode: [09] logical-recreate    \nPASS:         fdisk: MBR - non-dos mode: [10] 1st-primary-delete  \nPASS:         fdisk: MBR - non-dos mode: [11] 1nd-primary-delete  \nPASS:         fdisk: MBR - non-dos mode: [12] extended-delete     \nPASS:         fdisk: MBR - non-dos mode: [13] first-sector-at-end \n        fdisk: MBR - non-dos mode                            ... OK (all 13 sub-tests PASSED)\nPASS:         fdisk: MBR - sort: [01] empty-pt                    \nPASS:         fdisk: MBR - sort: [02] create-primary-partitions   \nPASS:         fdisk: MBR - sort: [03] create-logical-partitions   \nPASS:         fdisk: MBR - sort: [04] fix-order                   \n        fdisk: MBR - sort                                    ... OK (all 4 sub-tests PASSED)\nPASS:         fdisk: invalid input tests                          \nPASS:         fdisk: resize                                       \nPASS:         fdisk: sunlabel tests: [01] empty-sun-pt            \nPASS:         fdisk: sunlabel tests: [02] create-first-partition  \nPASS:         fdisk: sunlabel tests: [03] set-partition-sysid     \nPASS:         fdisk: sunlabel tests: [04] set-first-par-readonly  \nPASS:         fdisk: sunlabel tests: [05] set-first-par-mountable \nPASS:         fdisk: sunlabel tests: [06] create-second-partition \nPASS:         fdisk: sunlabel tests: [07] delete-all-partitions   \n        fdisk: sunlabel tests                                ... OK (all 7 sub-tests PASSED)\nPASS:       fincore: count file contents in core                  \nPASS:       findmnt: the columns enabled with -D and -I options   \nPASS:       findmnt: filter: [01] types                           \nPASS:       findmnt: filter: [02] types-multi                     \nPASS:       findmnt: filter: [03] types-neg                       \nPASS:       findmnt: filter: [04] options                         \nPASS:       findmnt: filter: [05] options-name                    \nPASS:       findmnt: filter: [06] options-nameval                 \nPASS:       findmnt: filter: [07] options-nameval-neg             \nPASS:       findmnt: filter: [08] options-nameval-multi           \nPASS:       findmnt: filter: [09] options-neg                     \nPASS:       findmnt: filter: [10] options-no                      \nPASS:       findmnt: filter: [11] options-no-multi                \n      findmnt: filter                                        ... OK (all 11 sub-tests PASSED)\nPASS:       findmnt: filterQ: [01] types                          \nPASS:       findmnt: filterQ: [02] types-multi                    \nPASS:       findmnt: filterQ: [03] types-neg                      \nPASS:       findmnt: filterQ: [04] options                        \nPASS:       findmnt: filterQ: [05] options-name                   \nPASS:       findmnt: filterQ: [06] options-nameval                \nPASS:       findmnt: filterQ: [07] options-nameval-neg            \nPASS:       findmnt: filterQ: [08] options-nameval-multi          \nPASS:       findmnt: filterQ: [09] options-neg                    \nPASS:       findmnt: filterQ: [10] options-no                     \n      findmnt: filterQ: [11] options-no-multi                ... OK (all 11 sub-tests PASSED)\nPASS:       findmnt: listmount & statmount: [01] target           \nPASS:       findmnt: listmount & statmount: [02] vfs-options      \nPASS:       findmnt: listmount & statmount: [03] fs-options       \nPASS:       findmnt: listmount & statmount: [04] options          \nPASS:       findmnt: listmount & statmount: [05] fstype           \nPASS:       findmnt: listmount & statmount: [06] propagation      \nPASS:       findmnt: listmount & statmount: [07] fsroot           \nPASS:       findmnt: listmount & statmount: [08] parent           \nPASS:       findmnt: listmount & statmount: [09] id               \n      findmnt: listmount & statmount                         ... OK (all 9 sub-tests PASSED)\nPASS:       findmnt: outputs: [01] default                        \nPASS:       findmnt: outputs: [02] kernel                         \nPASS:       findmnt: outputs: [03] force-tree                     \nPASS:       findmnt: outputs: [04] submounts                      \nPASS:       findmnt: outputs: [05] messy-mountinfo                \n      findmnt: outputs                                       ... OK (all 5 sub-tests PASSED)\nPASS:       findmnt: target: [01] root                            \nPASS:       findmnt: target: [02] non-root                        \n      findmnt: target                                        ... OK (all 2 sub-tests PASSED)\nPASS:          fsck: is mounted                                   \nSKIP:       fuzzers: test_blkid_fuzz                               (test_blkid_fuzz not found)\nSKIP:       fuzzers: test_fdisk_script_fuzz                        (test_fdisk_script_fuzz not found)\nSKIP:       fuzzers: test_last_fuzz                                (test_last_fuzz not found)\nSKIP:       fuzzers: test_mount_fuzz                               (test_mount_fuzz not found)\nPASS:        getopt: basic                                        \nPASS:        getopt: options: [01] alternative_option_clash       \nPASS:        getopt: options: [02] alternative_option_long        \nPASS:        getopt: options: [03] alternative_option_short       \nPASS:        getopt: options: [04] invalid_getopt_option          \nPASS:        getopt: options: [05] invocation_model_one           \nPASS:        getopt: options: [06] invocation_model_three_as_one  \nPASS:        getopt: options: [07] invocation_model_two_as_one    \nPASS:        getopt: options: [08] invocation_without_parameters  \nPASS:        getopt: options: [09] long_option_ambiguous_1        \nPASS:        getopt: options: [10] longopts                       \nPASS:        getopt: options: [11] name_option_long               \nPASS:        getopt: options: [12] name_option_short              \nPASS:        getopt: options: [13] quiet_option_long              \nPASS:        getopt: options: [14] quiet_option_short             \nPASS:        getopt: options: [15] quiet_output_option_long       \nPASS:        getopt: options: [16] quiet_output_option_short      \nPASS:        getopt: options: [17] same_long_short_options        \nPASS:        getopt: options: [18] test_for_enhanced_getopt       \nPASS:        getopt: options: [19] unknown_options                \nPASS:        getopt: options: [20] unquoted_option_bash           \nPASS:        getopt: options: [21] unquoted_option_tcsh           \nPASS:        getopt: options: [22] weird_quoting_bash             \nPASS:        getopt: options: [23] weird_quoting_tcsh             \nPASS:        getopt: options: [24] compatible                     \nPASS:        getopt: options: [25] sh                             \nPASS:        getopt: options: [26] csh                            \nPASS:        getopt: options: [27] no-arguments                   \nPASS:        getopt: options: [28] posix_correctly                \nPASS:        getopt: options: [29] non-option                     \n       getopt: options                                       ... OK (all 29 sub-tests PASSED)\nPASS:      hardlink: options: [01] orig                           \nPASS:      hardlink: options: [02] dryrun                         \nPASS:      hardlink: options: [03] nargs                          \nPASS:      hardlink: options: [04] regex-escapes                  \nPASS:      hardlink: options: [05] content                        \nPASS:      hardlink: options: [06] maximum-size-8191              \nPASS:      hardlink: options: [07] maximum-size-8192              \n     hardlink: options                                       ... OK (all 7 sub-tests PASSED)\nPASS:       hexdump: format-strings: [01] empty-format            \nPASS:       hexdump: format-strings: [02] 1b_octal                \nPASS:       hexdump: format-strings: [03] 1b_hex                  \nPASS:       hexdump: format-strings: [04] 1b_char                 \nPASS:       hexdump: format-strings: [05] canon                   \nPASS:       hexdump: format-strings: [06] 2b_dec                  \nPASS:       hexdump: format-strings: [07] 2b_octal                \nPASS:       hexdump: format-strings: [08] 2b_hex                  \n      hexdump: format-strings                                ... OK (all 8 sub-tests PASSED)\nPASS:       hexdump: highlighting: [01] 1b_octal-1                \nPASS:       hexdump: highlighting: [02] 1b_octal-2                \nPASS:       hexdump: highlighting: [03] 1b_octal-3                \nPASS:       hexdump: highlighting: [04] 1b_octal-4                \nPASS:       hexdump: highlighting: [05] 1b_octal-5                \nPASS:       hexdump: highlighting: [06] 1b_octal-6                \nPASS:       hexdump: highlighting: [07] 1b_octal-7                \nPASS:       hexdump: highlighting: [08] 1b_octal-8                \nPASS:       hexdump: highlighting: [09] 1b_octal-9                \nPASS:       hexdump: highlighting: [10] 1b_char-1                 \nPASS:       hexdump: highlighting: [11] 1b_char-2                 \nPASS:       hexdump: highlighting: [12] 1b_char-3                 \nPASS:       hexdump: highlighting: [13] canon-1                   \nPASS:       hexdump: highlighting: [14] canon-2                   \nPASS:       hexdump: highlighting: [15] 2b_dec-1                  \nPASS:       hexdump: highlighting: [16] 2b_dec-2                  \nPASS:       hexdump: highlighting: [17] 2b_dec-3                  \nPASS:       hexdump: highlighting: [18] 2b_dec-4                  \nPASS:       hexdump: highlighting: [19] 2b_dec-5                  \nPASS:       hexdump: highlighting: [20] 2b_dec-6                  \nPASS:       hexdump: highlighting: [21] 2b_dec-7                  \nPASS:       hexdump: highlighting: [22] 2b_dec-8                  \nPASS:       hexdump: highlighting: [23] 4b_dec-1                  \nPASS:       hexdump: highlighting: [24] 4b_dec-2                  \nPASS:       hexdump: highlighting: [25] 4b_dec-3                  \nPASS:       hexdump: highlighting: [26] 4b_dec-4                  \nPASS:       hexdump: highlighting: [27] 4b_dec-5                  \nPASS:       hexdump: highlighting: [28] 4b_dec-6                  \nPASS:       hexdump: highlighting: [29] 4b_dec-7                  \n      hexdump: highlighting                                  ... OK (all 29 sub-tests PASSED)\nPASS:       hwclock: show                                         \nSKIP:       hwclock: system to hw                                  (missing in PATH: sntp)\nPASS:          ipcs: headers: [01] shm-headers                    \nPASS:          ipcs: headers: [02] mesg-headers                   \nPASS:          ipcs: headers: [03] sem-headers                    \nPASS:          ipcs: headers: [04] all-headers                    \n         ipcs: headers                                       ... OK (all 4 sub-tests PASSED)\nPASS:          ipcs: limits overflow                              \nPASS:          ipcs: basic limits                                 \nPASS:          ipcs: mk-rm-msg                                    \nPASS:          ipcs: mk-rm-sem                                    \nPASS:          ipcs: mk-rm-shm                                    \nPASS:       isosize: print-size: [01] default_output              \nPASS:       isosize: print-size: [02] sector_output               \nPASS:       isosize: print-size: [03] divisor_output              \n      isosize: print-size                                    ... OK (all 3 sub-tests PASSED)\nPASS:          kill: all_processes                                \nPASS:          kill: decode functions                             \nPASS:          kill: name_to_number                               \nPASS:          kill: options                                      \nPASS:          kill: print_pid                                    \nPASS:          kill: queue                                        \nPASS:           lib: procfs library: [01] one-process             \nPASS:           lib: procfs library: [02] stat-nth                \n          lib: procfs library                                ... OK (all 2 sub-tests PASSED)\nPASS:           lib: timeutils library: [01] timestamp            \nPASS:           lib: timeutils library: [02] format               \nPASS:           lib: timeutils library: [03] format-relative      \n          lib: timeutils library                             ... OK (all 3 sub-tests PASSED)\nSKIP:      libfdisk: GPT                                           (test_fdisk_gpt not found)\nPASS:      libfdisk: mkpart: [01] mbr                             \nPASS:      libfdisk: mkpart: [02] mbr-logic                       \nPASS:      libfdisk: mkpart: [03] mbr-nopartno                    \nPASS:      libfdisk: mkpart: [04] gpt                             \n     libfdisk: mkpart                                        ... OK (all 4 sub-tests PASSED)\nPASS:      libfdisk: mkpart-full: [01] mbr-primary                \nPASS:      libfdisk: mkpart-full: [02] mbr-primary-nopartno       \nPASS:      libfdisk: mkpart-full: [03] mbr-err-primary            \nPASS:      libfdisk: mkpart-full: [04] mbr-err-nospace            \nPASS:      libfdisk: mkpart-full: [05] mbr-logical                \nPASS:      libfdisk: mkpart-full: [06] mbr-nopartno               \nPASS:      libfdisk: mkpart-full: [07] mbr-err-logical            \nPASS:      libfdisk: mkpart-full: [08] mbr-space-gap              \nPASS:      libfdisk: mkpart-full: [09] gpt                        \nPASS:      libfdisk: mkpart-full: [10] gpt-nopartno               \nPASS:      libfdisk: mkpart-full: [11] gpt-err-overlap            \nPASS:      libfdisk: mkpart-full: [12] gpt-partno-gap             \nPASS:      libfdisk: mkpart-full: [13] gpt-space-gap              \n     libfdisk: mkpart-full                                   ... OK (all 13 sub-tests PASSED)\nSKIP:   liblastlog2: dlopen                                        (test_lastlog2_dlopen not found)\nSKIP:   liblastlog2: pam_lastlog2_output                           (test_lastlog2_pam_lastlog2_output not found)\nSKIP:   liblastlog2: remove_entry                                  (test_lastlog2_remove_entry not found)\nSKIP:   liblastlog2: rename_user                                   (test_lastlog2_rename_user not found)\nSKIP:   liblastlog2: sqlite3_time                                  (test_lastlog2_y2038_sqlite3_time not found)\nSKIP:   liblastlog2: write_read_user                               (test_lastlog2_write_read_user not found)\nSKIP:   liblastlog2: y2038_ll2_read_all                            (test_lastlog2_y2038_ll2_read_all not found)\nSKIP:      libmount: context                                       (test not compiled)\nSKIP:      libmount: context-py                                    (pylibmount not compiled)\nSKIP:      libmount: context (utab)                                (test not compiled)\nSKIP:      libmount: context-py (utab)                             (pylibmount not compiled)\nSKIP:      libmount: debugging                                     (test not compiled)\nSKIP:      libmount: lock                                          (optional)\nPASS:      libmount: losetup-loop: [01] file                      \nPASS:      libmount: losetup-loop: [02] file-o-loop               \nPASS:      libmount: losetup-loop: [03] dev-loop                  \nPASS:      libmount: losetup-loop: [04] o-loop-val                \nPASS:      libmount: losetup-loop: [05] reuse                     \nPASS:      libmount: losetup-loop: [06] conflict                  \nPASS:      libmount: losetup-loop: [07] o-loop-val-initialized    \nPASS:      libmount: losetup-loop: [08] o-loop-val-conflict       \nPASS:      libmount: losetup-loop: [09] explicit-rw               \n     libmount: losetup-loop                                  ... OK (all 9 sub-tests PASSED)\nPASS:      libmount: loop overlay                                 \nSKIP:      libmount: options string                                (test_mount_optlist not found)\nSKIP:      libmount: options string                                (test_mount_optstr not found)\nSKIP:      libmount: table diffs                                   (test not compiled)\nSKIP:      libmount: tab files                                     (test not compiled)\nSKIP:      libmount: tab files-py                                  (pylibmount not compiled)\nSKIP:      libmount: tags                                          (test not compiled)\nSKIP:      libmount: tags-py                                       (pylibmount not compiled)\nSKIP:      libmount: tab update                                    (test not compiled)\nSKIP:      libmount: tab update-py                                 (pylibmount not compiled)\nSKIP:      libmount: utils                                         (test not compiled)\nPASS:  libsmartcols: title                                        \nPASS:  libsmartcols: fromfile: [01] number-and                    \nPASS:  libsmartcols: fromfile: [02] number-and-or                 \nPASS:  libsmartcols: fromfile: [03] number-as-string              \nPASS:  libsmartcols: fromfile: [04] number-eq                     \nPASS:  libsmartcols: fromfile: [05] number-expr-and-expr          \nPASS:  libsmartcols: fromfile: [06] number-expr-or-expr           \nPASS:  libsmartcols: fromfile: [07] number-ge                     \nPASS:  libsmartcols: fromfile: [08] number-gt                     \nPASS:  libsmartcols: fromfile: [09] number-is                     \nPASS:  libsmartcols: fromfile: [10] number-le                     \nPASS:  libsmartcols: fromfile: [11] number-lt                     \nPASS:  libsmartcols: fromfile: [12] number-ne                     \nPASS:  libsmartcols: fromfile: [13] number-neg                    \nPASS:  libsmartcols: fromfile: [14] number-or                     \nPASS:  libsmartcols: fromfile: [01] float-and                     \nPASS:  libsmartcols: fromfile: [02] float-as-string               \nPASS:  libsmartcols: fromfile: [03] float-as-string2              \nPASS:  libsmartcols: fromfile: [04] float-eq                      \nPASS:  libsmartcols: fromfile: [05] float-eq2                     \nPASS:  libsmartcols: fromfile: [06] float-ge                      \nPASS:  libsmartcols: fromfile: [07] float-ge2                     \nPASS:  libsmartcols: fromfile: [08] float-gt                      \nPASS:  libsmartcols: fromfile: [09] float-gt2                     \nPASS:  libsmartcols: fromfile: [10] float-is                      \nPASS:  libsmartcols: fromfile: [11] float-le                      \nPASS:  libsmartcols: fromfile: [12] float-le2                     \nPASS:  libsmartcols: fromfile: [13] float-lt                      \nPASS:  libsmartcols: fromfile: [14] float-lt2                     \nPASS:  libsmartcols: fromfile: [15] float-ne                      \nPASS:  libsmartcols: fromfile: [16] float-ne2                     \nPASS:  libsmartcols: fromfile: [17] float-neg                     \nPASS:  libsmartcols: fromfile: [18] float-or                      \nPASS:  libsmartcols: fromfile: [01] bool-and                      \nPASS:  libsmartcols: fromfile: [02] bool-as-string                \nPASS:  libsmartcols: fromfile: [03] bool-as-string2               \nPASS:  libsmartcols: fromfile: [04] bool-eq-false                 \nPASS:  libsmartcols: fromfile: [05] bool-eq-false2                \nPASS:  libsmartcols: fromfile: [06] bool-eq-false3                \nPASS:  libsmartcols: fromfile: [07] bool-eq-true                  \nPASS:  libsmartcols: fromfile: [08] bool-eq-true2                 \nPASS:  libsmartcols: fromfile: [09] bool-eq-true3                 \nPASS:  libsmartcols: fromfile: [10] bool-is                       \nPASS:  libsmartcols: fromfile: [11] bool-ne                       \nPASS:  libsmartcols: fromfile: [12] bool-ne2                      \nPASS:  libsmartcols: fromfile: [13] bool-neg                      \nPASS:  libsmartcols: fromfile: [14] bool-or                       \nPASS:  libsmartcols: fromfile: [01] string-eq                     \nPASS:  libsmartcols: fromfile: [02] string-ge                     \nPASS:  libsmartcols: fromfile: [03] string-gt                     \nPASS:  libsmartcols: fromfile: [04] string-is                     \nPASS:  libsmartcols: fromfile: [05] string-le                     \nPASS:  libsmartcols: fromfile: [06] string-lt                     \nPASS:  libsmartcols: fromfile: [07] string-ne                     \nPASS:  libsmartcols: fromfile: [08] string-neg                    \nPASS:  libsmartcols: fromfile: [09] string-nreg                   \nPASS:  libsmartcols: fromfile: [10] string-reg                    \nPASS:  libsmartcols: fromfile: [01] broken-bad-column             \nPASS:  libsmartcols: fromfile: [02] broken-bad-float              \nPASS:  libsmartcols: fromfile: [03] broken-bad-number             \nPASS:  libsmartcols: fromfile: [04] broken-bad-oper               \nPASS:  libsmartcols: fromfile: [05] broken-bad-oper2              \nPASS:  libsmartcols: fromfile: [06] broken-no-close               \nPASS:  libsmartcols: fromfile: [07] broken-no-column              \nPASS:  libsmartcols: fromfile: [08] broken-no-param               \nPASS:  libsmartcols: fromfile: [09] broken-no-start               \nPASS:  libsmartcols: fromfile                                     \nPASS:  libsmartcols: fromfile: [01] tree                          \nPASS:  libsmartcols: fromfile: [02] tree-json                     \nPASS:  libsmartcols: fromfile: [03] tree-middle                   \nPASS:  libsmartcols: fromfile: [04] tree-end                      \nPASS:  libsmartcols: fromfile: [05] trunc                         \nPASS:  libsmartcols: fromfile: [06] right                         \nPASS:  libsmartcols: fromfile: [07] right-maxout                  \nPASS:  libsmartcols: fromfile: [08] padding-default               \nPASS:  libsmartcols: fromfile: [09] padding-maxout                \nPASS:  libsmartcols: fromfile: [10] padding-minout                \nPASS:  libsmartcols: fromfile: [11] strictwidth                   \nPASS:  libsmartcols: fromfile: [12] noextremes                    \nPASS:  libsmartcols: fromfile: [13] hidden                        \nPASS:  libsmartcols: fromfile: [14] wrap                          \nPASS:  libsmartcols: fromfile: [15] wrap-tree                     \nPASS:  libsmartcols: fromfile: [16] wrapnl                        \nPASS:  libsmartcols: fromfile: [17] wrapnl-tree                   \nPASS:  libsmartcols: fromfile: [18] wrapzero                      \nPASS:  libsmartcols: fromfile: [19] wrapzero-tree                 \nPASS:  libsmartcols: fromfile: [20] raw                           \nPASS:  libsmartcols: fromfile: [21] export                        \nPASS:  libsmartcols: fromfile: [22] column-separator              \n libsmartcols: fromfile                                      ... OK (all 22 sub-tests PASSED)\nPASS:  libsmartcols: title                                        \nPASS:        logger: errors: [01] kern_priority                   \nPASS:        logger: errors: [02] kern_priority_numeric           \nPASS:        logger: errors: [03] invalid_prio                    \nPASS:        logger: errors: [04] rfc5424_exceed_size             \nPASS:        logger: errors: [05] id_with_space                   \nPASS:        logger: errors: [06] tag_with_space                  \nPASS:        logger: errors: [07] tcp                             \nPASS:        logger: errors: [08] multi-line                      \nPASS:        logger: errors: [09] rfc5424_msgid_with_space        \nPASS:        logger: errors: [10] invalid_socket                  \nPASS:        logger: errors: [11] check_socket                    \n       logger: errors                                        ... OK (all 11 sub-tests PASSED)\nPASS:        logger: formats: [01] rfc3164                        \nPASS:        logger: formats: [02] rfc5424_simple                 \nPASS:        logger: formats: [03] rfc5424_notime                 \nPASS:        logger: formats: [04] rfc5424_nohost                 \nPASS:        logger: formats: [05] rfc5424_msgid                  \nPASS:        logger: formats: [06] octet_counting                 \nPASS:        logger: formats: [07] priorities                     \nPASS:        logger: formats: [08] check_socket                   \n       logger: formats                                       ... OK (all 8 sub-tests PASSED)\nSKIP:        logger: journald                                      (unsupported)\nPASS:        logger: options: [01] simple                         \nPASS:        logger: options: [02] log_pid                        \nPASS:        logger: options: [03] log_pid_long                   \nPASS:        logger: options: [04] log_pid_define                 \nPASS:        logger: options: [05] log_pid_no_arg                 \nPASS:        logger: options: [06] input_file_simple              \nPASS:        logger: options: [07] input_file_empty_line          \nPASS:        logger: options: [08] input_file_skip_empty          \nPASS:        logger: options: [09] input_file_prio_prefix         \nPASS:        logger: options: [10] check_socket                   \n       logger: options                                       ... OK (all 10 sub-tests PASSED)\nPASS:         login: islocal                                      \nPASS:         login: defs                                         \nPASS:          look: separator                                    \nPASS:       losetup: losetup: [01] file-show                      \nPASS:       losetup: losetup: [02] file-offset                    \nPASS:       losetup: losetup: [03] file-sizelimit                 \nPASS:       losetup: losetup: [04] file-section                   \n      losetup: losetup                                       ... OK (all 4 sub-tests PASSED)\nPASS:       losetup: losetup-blkdev: [01] show                    \nPASS:       losetup: losetup-blkdev: [02] offset                  \nPASS:       losetup: losetup-blkdev: [03] sizelimit               \nPASS:       losetup: losetup-blkdev: [04] section                 \n      losetup: losetup-blkdev                                ... OK (all 4 sub-tests PASSED)\nPASS:       losetup: losetup-loop: [01] find-race-condition       \nPASS:       losetup: losetup-loop: [02] find-re-use               \nPASS:       losetup: losetup-loop: [03] find-no-re-use            \nPASS:       losetup: losetup-loop: [04] find-conflict             \nPASS:       losetup: losetup-loop: [05] find-conflict-no-sizelimit\nPASS:       losetup: losetup-loop: [06] find-conflict-readonly    \nPASS:       losetup: losetup-loop: [07] find-ok-no-sizelimit      \nPASS:       losetup: losetup-loop: [08] plain-conflict            \nPASS:       losetup: losetup-loop: [09] plain-readonly            \n      losetup: losetup-loop                                  ... OK (all 9 sub-tests PASSED)\nPASS:         lsblk: lsblk: [01] simple-lvm-basic                 \nPASS:         lsblk: lsblk: [02] simple-lvm-discard               \nPASS:         lsblk: lsblk: [03] simple-lvm-rw                    \nPASS:         lsblk: lsblk: [04] simple-lvm-state                 \nPASS:         lsblk: lsblk: [05] simple-lvm-topo                  \nPASS:         lsblk: lsblk: [06] simple-lvm-vendor                \nPASS:         lsblk: lsblk: [07] simple-lvm-zone                  \nPASS:         lsblk: lsblk: [08] simple-nvme-basic                \nPASS:         lsblk: lsblk: [09] simple-nvme-discard              \nPASS:         lsblk: lsblk: [10] simple-nvme-rw                   \nPASS:         lsblk: lsblk: [11] simple-nvme-state                \nPASS:         lsblk: lsblk: [12] simple-nvme-topo                 \nPASS:         lsblk: lsblk: [13] simple-nvme-vendor               \nPASS:         lsblk: lsblk: [14] simple-nvme-zone                 \n        lsblk: lsblk                                         ... OK (all 14 sub-tests PASSED)\nPASS:         lscpu: lscpu: [01] arm-A510-A710-A715-X3            \nPASS:         lscpu: lscpu: [02] armv7                            \nPASS:         lscpu: lscpu: [03] loongarch-loongson_3a5000_hv     \nPASS:         lscpu: lscpu: [04] ppc-qemu                         \nPASS:         lscpu: lscpu: [05] ppc64-POWER7-64cpu               \nPASS:         lscpu: lscpu: [06] ppc64-POWER7                     \nPASS:         lscpu: lscpu: [07] rv64-linux                       \nPASS:         lscpu: lscpu: [08] rv64-milkvpioneer                \nPASS:         lscpu: lscpu: [09] rv64-visionfive2                 \nPASS:         lscpu: lscpu: [10] s390-kvm                         \nPASS:         lscpu: lscpu: [11] s390-lpar-drawer                 \nPASS:         lscpu: lscpu: [12] s390-lpar                        \nPASS:         lscpu: lscpu: [13] s390-nested-virt                 \nPASS:         lscpu: lscpu: [14] s390-zvm                         \nPASS:         lscpu: lscpu: [15] sparc64                          \nPASS:         lscpu: lscpu: [16] vbox-win                         \nPASS:         lscpu: lscpu: [17] vmware_fpe                       \nPASS:         lscpu: lscpu: [18] x86_64-64cpu-linux6.2            \nPASS:         lscpu: lscpu: [19] x86_64-64cpu                     \nPASS:         lscpu: lscpu: [20] x86_64-dell_e4310                \nPASS:         lscpu: lscpu: [21] x86_64-epyc_7451                 \n        lscpu: lscpu                                         ... OK (all 21 sub-tests PASSED)\nPASS:          lsfd: ainodeclass column: [01] pidfd               \nPASS:          lsfd: ainodeclass column: [02] inotify             \n         lsfd: ainodeclass column                            ... OK (all 2 sub-tests PASSED)\nPASS:          lsfd: DELETED column: [01] make-regular-file       \nPASS:          lsfd: DELETED column: [02] ro-regular-file         \n         lsfd: DELETED column                                ... OK (all 2 sub-tests PASSED)\nSKIP:          lsfd: kthread column                                (pid 1 is not systemd)\nPASS:          lsfd: NAME and KNAME column: [01] ro-regular-file  \nPASS:          lsfd: NAME and KNAME column: [02] pidfd            \nPASS:          lsfd: NAME and KNAME column: [03] socketpair       \nPASS:          lsfd: NAME and KNAME column: [04] deleted-file     \n         lsfd: NAME and KNAME column                         ... OK (all 4 sub-tests PASSED)\nPASS:          lsfd: SOURCE column: [01] namespace-ASSOC          \n         lsfd: SOURCE column                                 ... OK (all 1 sub-tests PASSED)\nPASS:          lsfd: SOURCE column for fd opening a file on btrfs \nPASS:          lsfd: SOURCE column (requiring the root privilege): [01] SysVIPC-shmem\n         lsfd: SOURCE column (requiring the root privilege)  ... OK (all 1 sub-tests PASSED)\nPASS:          lsfd: TYPE and STTYPE column: [01] ro-regular-file \nPASS:          lsfd: TYPE and STTYPE column: [02] pidfd           \nPASS:          lsfd: TYPE and STTYPE column: [03] inotify         \nPASS:          lsfd: TYPE and STTYPE column: [04] socketpair      \n         lsfd: TYPE and STTYPE column                        ... OK (all 4 sub-tests PASSED)\nPASS:          lsfd: MODE and XMODE columns: [01] MODE-r-bit      \nPASS:          lsfd: MODE and XMODE columns: [02] XMODE-r-bit     \nPASS:          lsfd: MODE and XMODE columns: [03] MODE-w-bit      \nPASS:          lsfd: MODE and XMODE columns: [04] XMODE-w-bit     \nPASS:          lsfd: MODE and XMODE columns: [05] MODE-x-bit      \nPASS:          lsfd: MODE and XMODE columns: [06] XMODE-x-bit     \nPASS:          lsfd: MODE and XMODE columns: [07] XMODE-D-bit     \nPASS:          lsfd: MODE and XMODE columns: [08] XMODE-l-bit-flock-sh\nPASS:          lsfd: MODE and XMODE columns: [09] XMODE-l-bit-posix-r-\nPASS:          lsfd: MODE and XMODE columns: [10] XMODE-l-bit-ofd-r-\nPASS:          lsfd: MODE and XMODE columns: [11] XMODE-l-bit-lease-r\nPASS:          lsfd: MODE and XMODE columns: [12] XMODE-L-bit-flock-ex\nPASS:          lsfd: MODE and XMODE columns: [13] XMODE-L-bit-posix--w\nPASS:          lsfd: MODE and XMODE columns: [14] XMODE-L-bit-posix-rw\nPASS:          lsfd: MODE and XMODE columns: [15] XMODE-L-bit-ofd--w\nPASS:          lsfd: MODE and XMODE columns: [16] XMODE-L-bit-ofd-rw\nPASS:          lsfd: MODE and XMODE columns: [17] XMODE-L-bit-lease-w\nPASS:          lsfd: MODE and XMODE columns: [18] XMODE-m-bit     \n         lsfd: MODE and XMODE columns                        ... OK (all 18 sub-tests PASSED)\nPASS:          lsfd: fd opening a file cannot be readlink(2)'ed   \nPASS:          lsfd: fd opening a file cannot be stat(2)'ed       \nPASS:          lsfd: passing broken expressions to -Q option      \nPASS:          lsfd: timerfd                                      \nSKIP:          lsfd: tun device and interface behind the device    (/dev/net/tun doest not exist)\nPASS:          lsfd: directory                                    \nPASS:          lsfd: eventfd with fork                            \nPASS:          lsfd: eventpoll targets                            \nSKIP:          lsfd: SOCK.NETNS and ENDPOINTS for sockets made in another netns (sockdiag netlink socket is not available)\nPASS:          lsfd: inotify                                      \nPASS:          lsfd: inotify on btrfs                             \nPASS:          lsfd: mmap'ed AF_PACKET socket                     \nPASS:          lsfd: mqueue with fork                             \nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [01] pselect6\nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [02] select\nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [03] poll\nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [04] ppoll\n         lsfd: XMODE.m for classical system calls for multiplexing ... OK (all 4 sub-tests PASSED)\nPASS:          lsfd: NETLINK sockets                              \nPASS:          lsfd: NETLINK sockets                              \nPASS:          lsfd: netns associated with a fd                   \nSKIP:          lsfd: pidfd                                         (pid 1 is not systemd)\nSKIP:          lsfd: PING and PINGv6 sockets                       (the group(s) (0) of the process is not in the expected range [1\t0]))\nPASS:          lsfd: pipe, no fork                                \nPASS:          lsfd: ptmx and associated pts                      \nPASS:          lsfd: RAW sockets                                  \nPASS:          lsfd: RAW6 sockets                                 \nPASS:          lsfd: block device with O_RDONLY                   \nPASS:          lsfd: read-only regular file                       \nPASS:          lsfd: character device with O_RDWR                 \nPASS:          lsfd: signalfd                                     \nSKIP:          lsfd: AF_UNIX socket pair created with socketpair(2) (sockdiag netlink socket is not available)\nPASS:          lsfd: symbolic link itself opened with O_PATH      \nPASS:          lsfd: TCP sockets                                  \nPASS:          lsfd: TCP6 sockets                                 \nPASS:          lsfd: timerfd: [01] realtime-remaining-and-interval\nPASS:          lsfd: timerfd: [02] monotonic-remaining-only       \nPASS:          lsfd: timerfd: [03] boottime-interval-only         \n         lsfd: timerfd                                       ... OK (all 3 sub-tests PASSED)\nPASS:          lsfd: timerfd associating alarm                    \nPASS:          lsfd: UDP and UDP-Lite sockets                     \nPASS:          lsfd: UDP6 and UDPLITEv6 sockets                   \nPASS:          lsfd: UNIX dgram sockets                           \nPASS:          lsfd: UNIX sockets made in a different net namespace: [01] stream\nPASS:          lsfd: UNIX sockets made in a different net namespace: [02] dgram\nPASS:          lsfd: UNIX sockets made in a different net namespace: [03] seqpacket\n         lsfd: UNIX sockets made in a different net namespace ... OK (all 3 sub-tests PASSED)\nPASS:          lsfd: UNIX stream sockets                          \nSKIP:          lsfd: UNIX stream sockets                           (sockdiag netlink socket is not available)\nSKIP:          lsfd: VSOCK stream sockets                          (AF_VSOCK+SOCK_DGRAM doesn't work)\nPASS:          lsfd: --hyperlink option: [01] regular-file        \nPASS:          lsfd: --hyperlink option: [02] character-device    \nPASS:          lsfd: --hyperlink option: [03] deleted-file        \n         lsfd: --hyperlink option                            ... OK (all 3 sub-tests PASSED)\nPASS:          lsfd: --inet option                                \nSKIP:          lsfd: --pid option                                  (pid 1 is not systemd)\nPASS:          lsfd: --summary option                             \nPASS:       lslocks: flock: [01] flock-sh                         \nPASS:       lslocks: flock: [02] flock-ex                         \nPASS:       lslocks: flock: [03] posix-r-                         \nPASS:       lslocks: flock: [04] posix--w                         \nPASS:       lslocks: flock: [05] posix-rw                         \nPASS:       lslocks: flock: [06] ofd-r-                           \nPASS:       lslocks: flock: [07] ofd--w                           \nPASS:       lslocks: flock: [08] ofd-rw                           \nPASS:       lslocks: flock: [09] lease-w                          \nPASS:       lslocks: flock: [10] flock-sh+HOLDERS                 \nPASS:       lslocks: flock: [11] flock-ex+HOLDERS                 \nPASS:       lslocks: flock: [12] ofd-r-+HOLDERS                   \nPASS:       lslocks: flock: [13] ofd--w+HOLDERS                   \nPASS:       lslocks: flock: [14] ofd-rw+HOLDERS                   \nPASS:       lslocks: flock: [15] lease-w+HOLDERS                  \n      lslocks: flock                                         ... OK (all 15 sub-tests PASSED)\nSKIP:      lslogins: read logins                                   (missing in PATH: sqlite3)\nPASS:         lsmem: lsmem: [01] s390-zvm-6g                      \nPASS:         lsmem: lsmem: [02] x86_64-16g                       \n        lsmem: lsmem                                         ... OK (all 2 sub-tests PASSED)\nPASS:          lsns: list the namespace pointed by a file descriptor\nPASS:          lsns: -Q, --filter option                          \nPASS:          lsns: ownership and hierarchy                      \nPASS:          lsns: find an isolated net namespace via socket    \nPASS:          lsns: NETNSID compare to ip-link                   \nPASS:          lsns: NSFS for ip-netns-add                        \nPASS:           md5: md5                                          \nSKIP:         minix: mkfs fsck                                     (missing in PATH: mkfs.minix)\nSKIP:         minix: fsck images                                   (missing in PATH: fsck.minix)\nSKIP:         minix: mkfs mount                                    (missing in PATH: mkfs.minix)\nPASS:          misc: bits: [01] default                           \nPASS:          misc: bits: [02] mask                              \nPASS:          misc: bits: [03] grouped-mask                      \nPASS:          misc: bits: [04] list                              \nPASS:          misc: bits: [05] binary                            \nPASS:          misc: bits: [06] truncate                          \nPASS:          misc: bits: [07] width                             \nPASS:          misc: bits: [08] width-truncate                    \nPASS:          misc: bits: [09] parse-mask                        \nPASS:          misc: bits: [10] parse-range                       \nPASS:          misc: bits: [11] parse-grouped-mask                \nPASS:          misc: bits: [12] or                                \nPASS:          misc: bits: [13] and                               \nPASS:          misc: bits: [14] xor                               \nPASS:          misc: bits: [15] not                               \nPASS:          misc: bits: [16] stdin                             \n         misc: bits                                          ... OK (all 16 sub-tests PASSED)\nPASS:          misc: Documentation/boilerplate: [01] exec         \nPASS:          misc: Documentation/boilerplate: [02] help         \n         misc: Documentation/boilerplate                     ... OK (all 2 sub-tests PASSED)\nPASS:          misc: enosys: [01] basic                           \nPASS:          misc: enosys: [02] exec                            \nPASS:          misc: enosys: [03] ioctl                           \n         misc: enosys                                        ... OK (all 3 sub-tests PASSED)\nPASS:          misc: fallocate                                    \nPASS:          misc: flock: [01] non-block                        \nPASS:          misc: flock: [02] no-fork                          \nPASS:          misc: flock: [03] shared                           \nPASS:          misc: flock: [04] exclusive                        \nPASS:          misc: flock: [05] fd                               \nPASS:          misc: flock: [06] timeout                          \n         misc: flock: [07] time-check                        ... OK (diff 3 sec)\nPASS:          misc: flock: [08] fcntl-non-block                  \nPASS:          misc: flock: [09] fcntl-no-fork                    \nPASS:          misc: flock: [10] fcntl-shared                     \nPASS:          misc: flock: [11] fcntl-exclusive                  \nPASS:          misc: flock: [12] fcntl-fd                         \nPASS:          misc: flock: [13] fcntl-vs-flock                   \nPASS:          misc: flock: [14] fcntl-timeout                    \n         misc: flock: [15] fcntl-time-check                  ... OK (diff 3 sec)\n         misc: flock                                         ... OK (all 15 sub-tests PASSED)\nPASS:          misc: ionice                                       \nSKIP:          misc: line                                          (missing in PATH: line)\nPASS:          misc: lsclocks: [01] basic                         \nPASS:          misc: lsclocks: [02] time                          \nPASS:          misc: lsclocks: [03] dynamic                       \nPASS:          misc: lsclocks: [04] rtc                           \nPASS:          misc: lsclocks: [05] cpu                           \n         misc: lsclocks                                      ... OK (all 5 sub-tests PASSED)\nPASS:          misc: mbsencode: [01] safe-ascii                   \nPASS:          misc: mbsencode: [02] invalid-ascii                \n         misc: mbsencode: [03] safe-utf8                     ... KNOWN FAILED (misc/mbsencode-safe-utf8)\n         misc: mbsencode: [04] invalid-utf8                  ... KNOWN FAILED (misc/mbsencode-invalid-utf8)\n         misc: mbsencode                                     ... KNOWN FAILED (2 from 4 sub-tests)\nPASS:          misc: mcookie                                      \nPASS:          misc: mountpoint: [01] default                     \nPASS:          misc: mountpoint: [02] nofollow                    \nPASS:          misc: mountpoint: [03] mutually-exclusive          \n         misc: mountpoint                                    ... OK (all 3 sub-tests PASSED)\nPASS:          misc: optstr                                       \nPASS:          misc: pipesz: [01] set-fd-bad                      \nPASS:          misc: pipesz: [02] set-fd                          \nPASS:          misc: pipesz: [03] set-file-bad                    \nPASS:          misc: pipesz: [04] set-file                        \nPASS:          misc: pipesz: [05] get-fd-bad                      \nPASS:          misc: pipesz: [06] get-fd                          \nPASS:          misc: pipesz: [07] get-file-bad                    \nPASS:          misc: pipesz: [08] get-file                        \nPASS:          misc: pipesz: [09] pipe-max-size                   \nPASS:          misc: pipesz: [10] exec                            \n         misc: pipesz                                        ... OK (all 10 sub-tests PASSED)\nPASS:          misc: rev                                          \nPASS:          misc: setarch: [01] options                        \nPASS:          misc: setarch: [02] uname26                        \nPASS:          misc: setarch: [03] uname26-version                \nPASS:          misc: setarch: [04] show                           \n         misc: setarch                                       ... OK (all 4 sub-tests PASSED)\nPASS:          misc: setpgid                                      \nPASS:          misc: setsid                                       \nPASS:          misc: strtosize                                    \nPASS:          misc: swaplabel                                    \nPASS:          misc: time_t size                                  \nPASS:          misc: waitpid: [01] normal                         \nPASS:          misc: waitpid: [02] timeout                        \nPASS:          misc: waitpid: [03] exited                         \nPASS:          misc: waitpid: [04] count                          \n         misc: waitpid                                       ... OK (all 4 sub-tests PASSED)\nPASS:          misc: whereis                                      \nPASS:        mkswap: mkswap: [01] NATIVE-4096                     \nPASS:        mkswap: mkswap: [02] NATIVE-4096-file                \nPASS:        mkswap: mkswap: [03] LE-4096                         \nPASS:        mkswap: mkswap: [04] LE-4096-file                    \nPASS:        mkswap: mkswap: [05] BE-4096                         \nPASS:        mkswap: mkswap: [06] BE-4096-file                    \nPASS:        mkswap: mkswap: [07] NATIVE-8192                     \nPASS:        mkswap: mkswap: [08] NATIVE-8192-file                \nPASS:        mkswap: mkswap: [09] LE-8192                         \nPASS:        mkswap: mkswap: [10] LE-8192-file                    \nPASS:        mkswap: mkswap: [11] BE-8192                         \nPASS:        mkswap: mkswap: [12] BE-8192-file                    \nPASS:        mkswap: mkswap: [13] offset                          \n       mkswap: mkswap                                        ... OK (all 13 sub-tests PASSED)\nPASS:          more: regexp                                       \nPASS:          more: squeeze                                      \nPASS:         mount: complex: [01] init                           \nPASS:         mount: complex: [02] rw-mount                       \nPASS:         mount: complex: [03] ro-move                        \nPASS:         mount: complex: [04] ro-remount                     \nPASS:         mount: complex: [05] rw-remount                     \nPASS:         mount: complex: [06] ro-shared-bind                 \n        mount: complex                                       ... OK (all 6 sub-tests PASSED)\nPASS:         mount: by devname                                   \nSKIP:         mount: dm-verity support                             (missing in PATH: mksquashfs)\nPASS:         mount: fstab-fallback: [01] open_tree               \nPASS:         mount: fstab-fallback: [02] fsopen                  \nPASS:         mount: fstab-fallback: [03] later-fsopen            \nPASS:         mount: fstab-fallback: [04] subdir                  \nPASS:         mount: fstab-fallback: [05] mount_setattr           \n        mount: fstab-fallback                                ... OK (all 5 sub-tests PASSED)\nPASS:         mount: fs lists: [01] one-type                      \nPASS:         mount: fs lists: [02] more-types                    \nPASS:         mount: fs lists: [03] more-types-fstab              \nPASS:         mount: fs lists: [04] type-pattern                  \nPASS:         mount: fs lists: [05] type-pattern-neg              \n        mount: fs lists                                      ... OK (all 5 sub-tests PASSED)\nPASS:         mount: all (fstab): [01] basic                      \nPASS:         mount: all (fstab): [02] filter-type                \nPASS:         mount: all (fstab): [03] filter-notype              \nPASS:         mount: all (fstab): [04] filter-option              \nPASS:         mount: all (fstab): [05] override-option            \nPASS:         mount: all (fstab): [06] relative-path              \nPASS:         mount: all (fstab): [07] prefix                     \n        mount: all (fstab)                                   ... OK (all 7 sub-tests PASSED)\nPASS:         mount: fstab-bind                                   \nPASS:         mount: broken fstab: [01] mount                     \nPASS:         mount: broken fstab: [02] mount-all                 \n        mount: broken fstab                                  ... OK (all 2 sub-tests PASSED)\nPASS:         mount: btrfs (fstab): [01] btrfs                    \nPASS:         mount: btrfs (fstab): [02] auto                     \n        mount: btrfs (fstab)                                 ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by devname (fstab): [01] mountpoint          \nPASS:         mount: by devname (fstab): [02] device-name         \n        mount: by devname (fstab)                            ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by devname (fstab label)                     \nPASS:         mount: by devname (fstab uuid)                      \nPASS:         mount: by label (fstab): [01] no-option             \nPASS:         mount: by label (fstab): [02] L-option              \nPASS:         mount: by label (fstab): [03] LABEL-option          \n        mount: by label (fstab)                              ... OK (all 3 sub-tests PASSED)\nPASS:         mount: by label (fstab devname): [01] L-option      \nPASS:         mount: by label (fstab devname): [02] LABEL-option  \n        mount: by label (fstab devname)                      ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by label (fstab uuid): [01] L-option         \nPASS:         mount: by label (fstab uuid): [02] LABEL-option     \n        mount: by label (fstab uuid)                         ... OK (all 2 sub-tests PASSED)\nPASS:         mount: loop (fstab)                                 \nPASS:         mount: none                                         \nPASS:         mount: by devname (fstab symlink)                   \nPASS:         mount: by uuid (fstab): [01] no-option              \nPASS:         mount: by uuid (fstab): [02] U-option               \nPASS:         mount: by uuid (fstab): [03] UUID-option            \n        mount: by uuid (fstab)                               ... OK (all 3 sub-tests PASSED)\nPASS:         mount: by uuid (fstab devname): [01] U-option       \nPASS:         mount: by uuid (fstab devname): [02] UUID-option    \n        mount: by uuid (fstab devname)                       ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by uuid (fstab label): [01] U-option         \nPASS:         mount: by uuid (fstab label): [02] UUID-option      \n        mount: by uuid (fstab label)                         ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by label: [01] L-option                      \nPASS:         mount: by label: [02] LABEL-option                  \n        mount: by label                                      ... OK (all 2 sub-tests PASSED)\nPASS:         mount: move                                         \nPASS:         mount: regular file                                 \nPASS:         mount: remount                                      \nPASS:         mount: X-mount.{owner,group,mode}=                  \nPASS:         mount: shared-subtree: [01] make-shared             \nPASS:         mount: shared-subtree: [02] make-private            \nPASS:         mount: shared-subtree: [03] make-unbindable         \nPASS:         mount: shared-subtree: [04] bind-shared             \nPASS:         mount: shared-subtree: [05] mount-private           \nPASS:         mount: shared-subtree: [06] mount-private-ro        \n        mount: shared-subtree                                ... OK (all 6 sub-tests PASSED)\nPASS:         mount: call mount.<type>: [01] basic                \nPASS:         mount: call mount.<type>: [02] options              \nPASS:         mount: call mount.<type>: [03] multi-types          \nPASS:         mount: call mount.<type>: [04] user                 \nPASS:         mount: call mount.<type>: [05] username             \nPASS:         mount: call mount.<type>: [06] missing-options      \n        mount: call mount.<type>                             ... OK (all 6 sub-tests PASSED)\nPASS:         mount: X-mount.subdir: [01] init                    \nPASS:         mount: X-mount.subdir: [02] subdir                  \n        mount: X-mount.subdir                                ... OK (all 2 sub-tests PASSED)\nPASS:         mount: umount-all-targets: [01] all-targets-mnt     \nPASS:         mount: umount-all-targets: [02] all-targets-dev     \nPASS:         mount: umount-all-targets: [03] all-targets-recursive\n        mount: umount-all-targets                            ... OK (all 3 sub-tests PASSED)\nPASS:         mount: umount-recursive                             \nPASS:         mount: by uuid: [01] U-option                       \nPASS:         mount: by uuid: [02] UUID-option                    \n        mount: by uuid                                       ... OK (all 2 sub-tests PASSED)\nPASS:         mount: X-mount.nocanonicalize: [01] file-over-symlink\nPASS:         mount: X-mount.nocanonicalize: [02] symlink-over-file\nPASS:         mount: X-mount.nocanonicalize: [03] symlink-over-symlink\n        mount: X-mount.nocanonicalize                        ... OK (all 3 sub-tests PASSED)\nPASS:         namei: basic functionality                          \nPASS:       nsenter: entering network namespace via socket        \nPASS:         partx: partitions probing: [01] addpart             \nPASS:         partx: partitions probing: [02] delpart             \nPASS:         partx: partitions probing: [03] detect-parts        \nPASS:         partx: partitions probing: [04] delete-all          \nPASS:         partx: partitions probing: [05] add-all             \nPASS:         partx: partitions probing: [06] update-one          \nPASS:         partx: partitions probing: [07] delete-one          \nPASS:         partx: partitions probing: [08] delete-non-existent \nPASS:         partx: partitions probing: [09] add-existing        \nPASS:         partx: partitions probing: [10] change-by-range     \n        partx: partitions probing                            ... OK (all 10 sub-tests PASSED)\nPASS:         partx: show images: [01] atari-primary              \nPASS:         partx: show images: [02] atari-xgm                  \nPASS:         partx: show images: [03] bsd                        \nPASS:         partx: show images: [04] dos+bsd                    \nPASS:         partx: show images: [05] gpt                        \nPASS:         partx: show images: [06] sgi                        \nPASS:         partx: show images: [07] sun                        \n        partx: show images                                   ... OK (all 7 sub-tests PASSED)\nSKIP:         paths: built-in                                      (optional)\nPASS:        rename: basic check                                  \nPASS:        rename: exit codes                                   \nPASS:        rename: overwrite                                    \nPASS:        rename: subdir check                                 \nPASS:        rename: symlink check                                \nPASS:    schedutils: chrt: [01] fifo                              \nSKIP:    schedutils: chrt: [02] batch                              (kernel version must be < 6.12.0)\nPASS:    schedutils: chrt: [03] batch-custom-slice                \nSKIP:    schedutils: chrt: [04] other                              (kernel version must be < 6.12.0)\nPASS:    schedutils: chrt: [05] other-custom-slice                \nPASS:    schedutils: chrt: [06] rr                                \nPASS:    schedutils: chrt: [07] idle                              \nPASS:    schedutils: chrt: [08] deadline                          \n   schedutils: chrt                                          ... OK (all 8 sub-tests PASSED)\n   schedutils: chrt-non-user: [01] batch-vs-nice             ... KNOWN FAILED (schedutils/chrt-non-root-batch-vs-nice)\nSupported policies:\nSCHED_OTHER min/max priority\t: 0/0\nSCHED_FIFO min/max priority\t: 1/99\nSCHED_RR min/max priority\t: 1/99\nSCHED_BATCH min/max priority\t: 0/0\nSCHED_IDLE min/max priority\t: 0/0\nSCHED_DEADLINE min/max priority\t: 0/0\n   schedutils: chrt-non-user                                 ... KNOWN FAILED (1 from 1 sub-tests)\nSKIP:    schedutils: coresched                                     (Kernel has no CONFIG_SCHED_CORE support or SMT is not available)\nPASS:    schedutils: cpuset                                       \nPASS:        script: buffering race                               \nPASS:        script: options: [01] append                         \nPASS:        script: options: [02] force                          \nPASS:        script: options: [03] quiet                          \nPASS:        script: options: [04] return                         \nPASS:        script: options: [05] size                           \n       script: options                                       ... OK (all 5 sub-tests PASSED)\nPASS:        script: race conditions                              \nPASS:        script: replay: [01] basic                           \nPASS:        script: replay: [02] output                          \nPASS:        script: replay: [03] input                           \nPASS:        script: replay: [04] live                            \n       script: replay                                        ... OK (all 4 sub-tests PASSED)\nPASS:       setpriv: setpriv landlock: [01] nothing-allowed       \nPASS:       setpriv: setpriv landlock: [02] partial-access-fail   \nPASS:       setpriv: setpriv landlock: [03] partial-access-success\nPASS:       setpriv: setpriv landlock: [04] combined-access       \nPASS:       setpriv: setpriv landlock: [05] wildcard-access       \n      setpriv: setpriv landlock                              ... OK (all 5 sub-tests PASSED)\nPASS:       setpriv: setpriv seccomp                              \nPASS:        sfdisk: MBR: [01] simple-commas                      \nPASS:        sfdisk: MBR: [02] activate                           \nPASS:        sfdisk: MBR: [03] simple-space                       \nPASS:        sfdisk: MBR: [04] read-dump-case                     \nPASS:        sfdisk: MBR: [05] read-dump                          \nPASS:        sfdisk: MBR: [06] write-dump                         \nPASS:        sfdisk: MBR: [07] write-json                         \nPASS:        sfdisk: MBR: [08] explicit-size                      \nPASS:        sfdisk: MBR: [09] resize                             \nPASS:        sfdisk: MBR: [10] resize-empty-extended              \nPASS:        sfdisk: MBR: [11] reduce-empty-extended              \nPASS:        sfdisk: MBR: [12] resize-extended                    \nPASS:        sfdisk: MBR: [13] resize-logical                     \nPASS:        sfdisk: MBR: [14] dump-old                           \nPASS:        sfdisk: MBR: [15] dump-gaps                          \nPASS:        sfdisk: MBR: [16] default-vs-gap1                    \nPASS:        sfdisk: MBR: [17] default-vs-gap2                    \nPASS:        sfdisk: MBR: [18] sizes-vs-gaps                      \n       sfdisk: MBR                                           ... OK (all 18 sub-tests PASSED)\nPASS:        sfdisk: script: [01] v2.32                           \nPASS:        sfdisk: script: [02] v2.35                           \nPASS:        sfdisk: script: [03] current                         \n       sfdisk: script                                        ... OK (all 3 sub-tests PASSED)\nPASS:        sfdisk: GPT: [01] all-defaults                       \nPASS:        sfdisk: GPT: [02] uuid                               \nPASS:        sfdisk: GPT: [03] label                              \nPASS:        sfdisk: GPT: [04] type                               \nPASS:        sfdisk: GPT: [05] attrs                              \nPASS:        sfdisk: GPT: [06] attrs-space                        \nPASS:        sfdisk: GPT: [07] attrs-guid                         \nPASS:        sfdisk: GPT: [08] attrs-with-typo                    \nPASS:        sfdisk: GPT: [09] attrs-unsupported                  \nPASS:        sfdisk: GPT: [10] attrs-broken-nosep                 \nPASS:        sfdisk: GPT: [11] attrs-broken-guid                  \nPASS:        sfdisk: GPT: [12] read-dump                          \nPASS:        sfdisk: GPT: [13] write-dump                         \nPASS:        sfdisk: GPT: [14] write-json                         \nPASS:        sfdisk: GPT: [15] list-pmbr                          \nPASS:        sfdisk: GPT: [16] resize                             \nPASS:        sfdisk: GPT: [17] reorder                            \n       sfdisk: GPT                                           ... OK (all 17 sub-tests PASSED)\nPASS:        sfdisk: movedata: [01] up                            \nPASS:        sfdisk: movedata: [02] down                          \nPASS:        sfdisk: movedata: [03] non-overlay                   \n       sfdisk: movedata                                      ... OK (all 3 sub-tests PASSED)\nPASS:        sfdisk: resize: [01] dos-0-move-up-absolute          \nPASS:        sfdisk: resize: [02] dos-1-move-down-absolute        \nPASS:        sfdisk: resize: [03] dos-2-move-up-relative          \nPASS:        sfdisk: resize: [04] dos-3-move-down-relative        \nPASS:        sfdisk: resize: [05] dos-4-enlarge-absolute          \nPASS:        sfdisk: resize: [06] dos-5-reduce-absolute           \nPASS:        sfdisk: resize: [07] dos-6-enlarge-relative          \nPASS:        sfdisk: resize: [08] dos-7-reduce-relative           \nPASS:        sfdisk: resize: [09] dos-8-enlarge-all               \nPASS:        sfdisk: resize: [10] dos-9-up-preduce                \nPASS:        sfdisk: resize: [11] dos-10-down-enlarge             \nPASS:        sfdisk: resize: [12] dos-11-absolute-move-resize     \nPASS:        sfdisk: resize: [13] dos-12-reduce-midle             \nPASS:        sfdisk: resize: [14] dos-13-max-last                 \nPASS:        sfdisk: resize: [15] gpt-0-move-up-absolute          \nPASS:        sfdisk: resize: [16] gpt-1-move-down-absolute        \nPASS:        sfdisk: resize: [17] gpt-2-move-up-relative          \nPASS:        sfdisk: resize: [18] gpt-3-move-down-relative        \nPASS:        sfdisk: resize: [19] gpt-4-enlarge-absolute          \nPASS:        sfdisk: resize: [20] gpt-5-reduce-absolute           \nPASS:        sfdisk: resize: [21] gpt-6-enlarge-relative          \nPASS:        sfdisk: resize: [22] gpt-7-reduce-relative           \nPASS:        sfdisk: resize: [23] gpt-8-enlarge-all               \nPASS:        sfdisk: resize: [24] gpt-9-up-preduce                \nPASS:        sfdisk: resize: [25] gpt-10-down-enlarge             \nPASS:        sfdisk: resize: [26] gpt-11-absolute-move-resize     \nPASS:        sfdisk: resize: [27] gpt-12-reduce-midle             \nPASS:        sfdisk: resize: [28] gpt-13-max-last                 \nPASS:        sfdisk: resize: [29] dos-unsorted                    \n       sfdisk: resize                                        ... OK (all 29 sub-tests PASSED)\nPASS:        sfdisk: script: [01] type-and-id                     \nPASS:        sfdisk: script: [02] separator                       \nPASS:        sfdisk: script: [03] quotes                          \nPASS:        sfdisk: script: [04] broken-1                        \nPASS:        sfdisk: script: [05] broken-2                        \nPASS:        sfdisk: script: [06] broken-3                        \nPASS:        sfdisk: script: [07] broken-4                        \nPASS:        sfdisk: script: [08] broken-5                        \n       sfdisk: script                                        ... OK (all 8 sub-tests PASSED)\nPASS:        sfdisk: wipe: [01] gpt-to-dos                        \nPASS:        sfdisk: wipe: [02] gpt-to-dos-auto                   \nPASS:        sfdisk: wipe: [03] fs-to-dos                         \nPASS:        sfdisk: wipe: [04] partition                         \n       sfdisk: wipe                                          ... OK (all 4 sub-tests PASSED)\nPASS:          sha1: sha1                                         \nPASS:        swapon: by devname                                   \nPASS:        swapon: fix page size                                \nPASS:        swapon: fix signature                                \nPASS:        swapon: by label                                     \nPASS:        swapon: by uuid                                      \n           ul: basic tests: [01] printable-characters        ... KNOWN FAILED (ul/basic-printable-characters)\n           ul: basic tests: [02] filter-input                ... KNOWN FAILED (ul/basic-filter-input)\n           ul: basic tests: [03] indicated                   ... KNOWN FAILED (ul/basic-indicated)\n           ul: basic tests                                   ... KNOWN FAILED (3 from 3 sub-tests)\n           ul: ul                                            ... KNOWN FAILED (ul/ul)\nPASS:          utmp: last: [01] nodns                             \n         utmp: last                                          ... OK (all 1 sub-tests PASSED)\nPASS:          utmp: last ipv6: [01] nodns                        \n         utmp: last ipv6                                     ... OK (all 1 sub-tests PASSED)\nPASS:          utmp: circle                                       \nPASS:          utmp: subsecond                                    \nPASS:          utmp: to binary                                    \nPASS:          utmp: IPv6 to binary                               \nPASS:          utmp: to text                                      \nPASS:          utmp: IPv6 to text                                 \nPASS:          uuid: namespace                                    \nPASS:          uuid: oids                                         \nPASS:          uuid: uuid_time                                    \nPASS:          uuid: uuid_parser                                  \nPASS:          uuid: uuidd                                        \nPASS:          uuid: uuidgen                                      \nPASS:          uuid: uuidparse                                    \nPASS:        wipefs: signatures: [01] bcachefs                    \n       wipefs: signatures                                    ... OK (all 1 sub-tests PASSED)\nSKIP:        wipefs: wipefs                                        (missing in PATH: mkfs.minix)\n\n---------------------------------------------------------------------\n  All 328 tests PASSED\n---------------------------------------------------------------------\nStarting udev\nDURATION: 151\nEND: /usr/lib/util-linux/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "util-linux": {
     "duration": "151",
     "log": "START: ptest-runner\n2025-06-16T11:35\nStopping udevd\n\n-------------------- util-linux regression tests --------------------\n\n                    For development purpose only.                    \n                 Don't execute on production system!                 \n\n       kernel: 6.12.31-yocto-standard            \n\n      options: --use-system-commands \\\n               --parsable \\\n               --show-diff \\\n               --srcdir=/usr/lib/util-linux/ptest/tests/.. \\\n               --builddir=/usr/lib/util-linux/ptest/tests/..\n\nPASS:        bitops: swap bytes                                   \nPASS:    blkdiscard: offsets                                      \nPASS:         blkid: caching                                      \nSKIP:         blkid: DM error                                      (missing in PATH: dmsetup)\nPASS:         blkid: superblocks probing: [01] adaptec-raid       \nPASS:         blkid: superblocks probing: [02] apfs               \nPASS:         blkid: superblocks probing: [03] bcache-B           \nPASS:         blkid: superblocks probing: [04] bcache-C           \nPASS:         blkid: superblocks probing: [05] bcache-journal     \nPASS:         blkid: superblocks probing: [06] bcachefs-2         \nPASS:         blkid: superblocks probing: [07] bcachefs           \nPASS:         blkid: superblocks probing: [08] befs               \nPASS:         blkid: superblocks probing: [09] bfs                \nPASS:         blkid: superblocks probing: [10] bitlocker-win7     \nPASS:         blkid: superblocks probing: [11] bluestore          \nPASS:         blkid: superblocks probing: [12] btrfs              \nPASS:         blkid: superblocks probing: [13] cramfs-big         \nPASS:         blkid: superblocks probing: [14] cramfs             \nPASS:         blkid: superblocks probing: [15] cs_fvault2         \nPASS:         blkid: superblocks probing: [16] ddf-raid           \nPASS:         blkid: superblocks probing: [17] drbd-v08           \nPASS:         blkid: superblocks probing: [18] drbd-v09           \nPASS:         blkid: superblocks probing: [19] drbdmanage-control-volume\nPASS:         blkid: superblocks probing: [20] erofs              \nPASS:         blkid: superblocks probing: [21] exfat              \nPASS:         blkid: superblocks probing: [22] ext2               \nPASS:         blkid: superblocks probing: [23] ext3               \nPASS:         blkid: superblocks probing: [24] ext4               \nPASS:         blkid: superblocks probing: [25] f2fs               \nPASS:         blkid: superblocks probing: [26] fat                \nPASS:         blkid: superblocks probing: [27] fat16_noheads      \nPASS:         blkid: superblocks probing: [28] fat32_cp850_O_tilde\nPASS:         blkid: superblocks probing: [29] fat32_label_64MB   \nPASS:         blkid: superblocks probing: [30] fat32_mkdosfs_label1\nPASS:         blkid: superblocks probing: [31] fat32_mkdosfs_label1_dosfslabel_NO_NAME\nPASS:         blkid: superblocks probing: [32] fat32_mkdosfs_label1_dosfslabel_empty\nPASS:         blkid: superblocks probing: [33] fat32_mkdosfs_label1_dosfslabel_label2\nPASS:         blkid: superblocks probing: [34] fat32_mkdosfs_label1_mlabel_NO_NAME\nPASS:         blkid: superblocks probing: [35] fat32_mkdosfs_label1_mlabel_erase\nPASS:         blkid: superblocks probing: [36] fat32_mkdosfs_label1_xp_erase\nPASS:         blkid: superblocks probing: [37] fat32_mkdosfs_label1_xp_label2\nPASS:         blkid: superblocks probing: [38] fat32_mkdosfs_none \nPASS:         blkid: superblocks probing: [39] fat32_mkdosfs_none_dosfslabel_NO_NAME\nPASS:         blkid: superblocks probing: [40] fat32_mkdosfs_none_dosfslabel_label1\nPASS:         blkid: superblocks probing: [41] fat32_mkdosfs_none_dosfslabel_label1_xp_label2\nPASS:         blkid: superblocks probing: [42] fat32_mkdosfs_none_xp_label1\nPASS:         blkid: superblocks probing: [43] fat32_mkdosfs_none_xp_label1_dosfslabel_label2\nPASS:         blkid: superblocks probing: [44] fat32_xp_label1    \nPASS:         blkid: superblocks probing: [45] fat32_xp_none      \nPASS:         blkid: superblocks probing: [46] fat32_xp_none_dosfslabel_label1\nPASS:         blkid: superblocks probing: [47] fat32_xp_none_mlabel_label1\nPASS:         blkid: superblocks probing: [48] gfs2               \nPASS:         blkid: superblocks probing: [49] hfs                \nPASS:         blkid: superblocks probing: [50] hfsplus            \nPASS:         blkid: superblocks probing: [51] hpfs               \nPASS:         blkid: superblocks probing: [52] hpt37x-raid        \nPASS:         blkid: superblocks probing: [53] hpt45x-raid        \nPASS:         blkid: superblocks probing: [54] iso-different-iso-joliet-label\nPASS:         blkid: superblocks probing: [55] iso-joliet         \nPASS:         blkid: superblocks probing: [56] iso-multi-genisoimage-0\nPASS:         blkid: superblocks probing: [57] iso-multi-genisoimage-174\nPASS:         blkid: superblocks probing: [58] iso-multi-genisoimage-348\nPASS:         blkid: superblocks probing: [59] iso-rr-joliet      \nPASS:         blkid: superblocks probing: [60] iso-unicode-long-label\nPASS:         blkid: superblocks probing: [61] iso                \nPASS:         blkid: superblocks probing: [62] isw-raid           \nPASS:         blkid: superblocks probing: [63] jbd                \nPASS:         blkid: superblocks probing: [64] jfs                \nPASS:         blkid: superblocks probing: [65] jmicron-raid       \nPASS:         blkid: superblocks probing: [66] lsi-raid           \nPASS:         blkid: superblocks probing: [67] luks1              \nPASS:         blkid: superblocks probing: [68] luks2              \nPASS:         blkid: superblocks probing: [69] lvm2               \nPASS:         blkid: superblocks probing: [70] mdraid-1           \nPASS:         blkid: superblocks probing: [71] mdraid             \nPASS:         blkid: superblocks probing: [72] minix-BE           \nPASS:         blkid: superblocks probing: [73] minix-LE           \nPASS:         blkid: superblocks probing: [74] mpool              \nPASS:         blkid: superblocks probing: [75] netware            \nPASS:         blkid: superblocks probing: [76] nilfs2             \nPASS:         blkid: superblocks probing: [77] ntfs               \nPASS:         blkid: superblocks probing: [78] nvidia-raid        \nPASS:         blkid: superblocks probing: [79] ocfs2              \nPASS:         blkid: superblocks probing: [80] promise-raid       \nPASS:         blkid: superblocks probing: [81] reiser3            \nPASS:         blkid: superblocks probing: [82] reiser4            \nPASS:         blkid: superblocks probing: [83] romfs              \nPASS:         blkid: superblocks probing: [84] silicon-raid       \nPASS:         blkid: superblocks probing: [85] small-fat32        \nPASS:         blkid: superblocks probing: [86] squashfs3          \nPASS:         blkid: superblocks probing: [87] squashfs4          \nPASS:         blkid: superblocks probing: [88] swap-luks          \nPASS:         blkid: superblocks probing: [89] swap0              \nPASS:         blkid: superblocks probing: [90] swap1-big          \nPASS:         blkid: superblocks probing: [91] swap1              \nPASS:         blkid: superblocks probing: [92] tuxonice           \nPASS:         blkid: superblocks probing: [93] ubi                \nPASS:         blkid: superblocks probing: [94] ubifs              \nPASS:         blkid: superblocks probing: [95] udf-bdr-2.60-nero  \nPASS:         blkid: superblocks probing: [96] udf-cd-mkudfiso-20100208\nPASS:         blkid: superblocks probing: [97] udf-cd-nero-6      \nPASS:         blkid: superblocks probing: [98] udf-hdd-macosx-2.60-4096\nPASS:         blkid: superblocks probing: [99] udf-hdd-mkudffs-1.0.0-1\nPASS:         blkid: superblocks probing: [100] udf-hdd-mkudffs-1.0.0-2\nPASS:         blkid: superblocks probing: [101] udf-hdd-mkudffs-1.3-1\nPASS:         blkid: superblocks probing: [102] udf-hdd-mkudffs-1.3-2\nPASS:         blkid: superblocks probing: [103] udf-hdd-mkudffs-1.3-3\nPASS:         blkid: superblocks probing: [104] udf-hdd-mkudffs-1.3-4\nPASS:         blkid: superblocks probing: [105] udf-hdd-mkudffs-1.3-5\nPASS:         blkid: superblocks probing: [106] udf-hdd-mkudffs-1.3-6\nPASS:         blkid: superblocks probing: [107] udf-hdd-mkudffs-1.3-7\nPASS:         blkid: superblocks probing: [108] udf-hdd-mkudffs-1.3-8\nPASS:         blkid: superblocks probing: [109] udf-hdd-mkudffs-2.2\nPASS:         blkid: superblocks probing: [110] udf-hdd-udfclient-0.7.5\nPASS:         blkid: superblocks probing: [111] udf-hdd-udfclient-0.7.7\nPASS:         blkid: superblocks probing: [112] udf-hdd-win7      \nPASS:         blkid: superblocks probing: [113] udf-multi-mkudffs-0\nPASS:         blkid: superblocks probing: [114] udf-multi-mkudffs-320\nPASS:         blkid: superblocks probing: [115] udf-multi-mkudffs-640\nPASS:         blkid: superblocks probing: [116] udf-multi-genisoimage-0\nPASS:         blkid: superblocks probing: [117] udf-multi-genisoimage-417\nPASS:         blkid: superblocks probing: [118] udf-multi-genisoimage-834\nPASS:         blkid: superblocks probing: [119] udf               \nPASS:         blkid: superblocks probing: [120] ufs               \nPASS:         blkid: superblocks probing: [121] vdo               \nPASS:         blkid: superblocks probing: [122] via-raid          \nPASS:         blkid: superblocks probing: [123] vmfs              \nPASS:         blkid: superblocks probing: [124] vmfs_volume       \nPASS:         blkid: superblocks probing: [125] vxfs-be           \nPASS:         blkid: superblocks probing: [126] vxfs-le           \nPASS:         blkid: superblocks probing: [127] xfs-log           \nPASS:         blkid: superblocks probing: [128] xfs-v5            \nPASS:         blkid: superblocks probing: [129] xfs               \nPASS:         blkid: superblocks probing: [130] zfs               \nPASS:         blkid: superblocks probing: [131] zonefs            \n        blkid: superblocks probing                           ... OK (all 131 sub-tests PASSED)\nPASS:         blkid: partitions probing: [01] atari-primary       \nPASS:         blkid: partitions probing: [02] atari-xgm           \nPASS:         blkid: partitions probing: [03] bsd                 \nPASS:         blkid: partitions probing: [04] dos+bsd             \nPASS:         blkid: partitions probing: [05] gpt                 \nPASS:         blkid: partitions probing: [06] sgi                 \nPASS:         blkid: partitions probing: [07] sun                 \n        blkid: partitions probing                            ... OK (all 7 sub-tests PASSED)\nPASS:         blkid: offset                                       \nPASS:         blkid: output formatting: [01] value-probe          \nPASS:         blkid: output formatting: [02] value-cache          \nPASS:         blkid: output formatting: [03] udev-probe           \nPASS:         blkid: output formatting: [04] udev-cache           \nPASS:         blkid: output formatting: [05] export-probe         \nPASS:         blkid: output formatting: [06] export-cache         \nPASS:         blkid: output formatting: [07] full-probe           \nPASS:         blkid: output formatting: [08] full-cache           \nPASS:         blkid: output formatting: [09] device-probe         \nPASS:         blkid: output formatting: [10] device-cache         \nPASS:         blkid: output formatting: [11] json-probe           \nPASS:         blkid: output formatting: [12] json-cache           \n        blkid: output formatting                             ... OK (all 12 sub-tests PASSED)\nPASS:         blkid: topology probing: [01] disk                  \nPASS:         blkid: topology probing: [02] partition             \n        blkid: topology probing                              ... OK (all 2 sub-tests PASSED)\nSKIP:     build-sys: config                                        (optional)\nPASS:           cal: Year 2147483646: [01] 1m-month               \nPASS:           cal: Year 2147483646: [02] 1s-month               \nPASS:           cal: Year 2147483646: [03] 1mj-month              \nPASS:           cal: Year 2147483646: [04] 1sj-month              \nPASS:           cal: Year 2147483646: [05] 3m-month               \nPASS:           cal: Year 2147483646: [06] 3s-month               \nPASS:           cal: Year 2147483646: [07] 3mj-month              \nPASS:           cal: Year 2147483646: [08] 3sj-month              \nPASS:           cal: Year 2147483646: [09] 1m-year                \nPASS:           cal: Year 2147483646: [10] 1s-year                \nPASS:           cal: Year 2147483646: [11] 1mj-year               \nPASS:           cal: Year 2147483646: [12] 1sj-year               \nPASS:           cal: Year 2147483646: [13] 1mw-month              \nPASS:           cal: Year 2147483646: [14] 1sw-month              \nPASS:           cal: Year 2147483646: [15] 1mjw-month             \nPASS:           cal: Year 2147483646: [16] 1sjw-month             \nPASS:           cal: Year 2147483646: [17] 3mw-month              \nPASS:           cal: Year 2147483646: [18] 3sw-month              \nPASS:           cal: Year 2147483646: [19] 3mjw-month             \nPASS:           cal: Year 2147483646: [20] 3sjw-month             \nPASS:           cal: Year 2147483646: [21] 1mw-year               \nPASS:           cal: Year 2147483646: [22] 1sw-year               \nPASS:           cal: Year 2147483646: [23] 1mjw-year              \nPASS:           cal: Year 2147483646: [24] 1sjw-year              \n          cal: Year 2147483646                               ... OK (all 24 sub-tests PASSED)\nPASS:           cal: color: [01] first-day                        \nPASS:           cal: color: [02] reformation-corner-cases-1       \nPASS:           cal: color: [03] reformation-corner-cases-2       \nPASS:           cal: color: [04] reformation-corner-cases-3       \nPASS:           cal: color: [05] reformation-corner-cases-4       \nPASS:           cal: color: [06] last-day                         \nPASS:           cal: color: [07] vertical                         \nPASS:           cal: color: [08] vertical-week                    \n          cal: color                                         ... OK (all 8 sub-tests PASSED)\nPASS:           cal: color with week numbers: [01] first-day-week-numbers\nPASS:           cal: color with week numbers: [02] reformation-corner-cases-1-week-numbers\nPASS:           cal: color with week numbers: [03] reformation-corner-cases-2-week-numbers\nPASS:           cal: color with week numbers: [04] reformation-corner-cases-3-week-numbers\nPASS:           cal: color with week numbers: [05] reformation-corner-cases-4-week-numbers\nPASS:           cal: color with week numbers: [06] last-day-week-numbers\n          cal: color with week numbers                       ... OK (all 6 sub-tests PASSED)\nPASS:           cal: year: [01] 6                                 \nPASS:           cal: year: [02] 5                                 \nPASS:           cal: year: [03] auto                              \n          cal: year                                          ... OK (all 3 sub-tests PASSED)\nPASS:           cal: January 1753: [01] m3w                       \nPASS:           cal: January 1753: [02] 3w                        \n          cal: January 1753                                  ... OK (all 2 sub-tests PASSED)\nPASS:           cal: month: [01] 1m                               \nPASS:           cal: month: [02] 1s                               \nPASS:           cal: month: [03] 1mj                              \nPASS:           cal: month: [04] 1sj                              \nPASS:           cal: month: [05] 1mw                              \nPASS:           cal: month: [06] 1sw                              \nPASS:           cal: month: [07] 1mjw                             \nPASS:           cal: month: [08] 1sjw                             \nPASS:           cal: month: [09] 3m                               \nPASS:           cal: month: [10] 3s                               \nPASS:           cal: month: [11] 3mj                              \nPASS:           cal: month: [12] 3sj                              \nPASS:           cal: month: [13] 3mw                              \nPASS:           cal: month: [14] 3sw                              \nPASS:           cal: month: [15] 3mjw                             \nPASS:           cal: month: [16] 3sjw                             \nPASS:           cal: month: [17] Sn3                              \nPASS:           cal: month: [18] Sn21                             \nPASS:           cal: month: [19] Sn51                             \nPASS:           cal: month: [20] Sn201                            \n          cal: month                                         ... OK (all 20 sub-tests PASSED)\nPASS:           cal: September 1752: [01] 1mw-month               \nPASS:           cal: September 1752: [02] 1sw-month               \nPASS:           cal: September 1752: [03] 1mjw-month              \nPASS:           cal: September 1752: [04] 1sjw-month              \nPASS:           cal: September 1752: [05] 3mw-month               \nPASS:           cal: September 1752: [06] 3sw-month               \nPASS:           cal: September 1752: [07] 3mjw-month              \nPASS:           cal: September 1752: [08] 3sjw-month              \nPASS:           cal: September 1752: [09] 1mw-year                \nPASS:           cal: September 1752: [10] 1sw-year                \nPASS:           cal: September 1752: [11] 1mjw-year               \nPASS:           cal: September 1752: [12] 1sjw-year               \nPASS:           cal: September 1752: [13] week-iso                \nPASS:           cal: September 1752: [14] 1m-month                \nPASS:           cal: September 1752: [15] 1s-month                \nPASS:           cal: September 1752: [16] 1mj-month               \nPASS:           cal: September 1752: [17] 1sj-month               \nPASS:           cal: September 1752: [18] 3m-month                \nPASS:           cal: September 1752: [19] 3s-month                \nPASS:           cal: September 1752: [20] 3mj-month               \nPASS:           cal: September 1752: [21] 3sj-month               \nPASS:           cal: September 1752: [22] 1m-year                 \nPASS:           cal: September 1752: [23] 1s-year                 \nPASS:           cal: September 1752: [24] 1mj-year                \nPASS:           cal: September 1752: [25] 1sj-year                \n          cal: September 1752                                ... OK (all 25 sub-tests PASSED)\nPASS:           cal: vertical: [01] 1mv                           \nPASS:           cal: vertical: [02] 1sv                           \nPASS:           cal: vertical: [03] 1mjv                          \nPASS:           cal: vertical: [04] 1sjv                          \nPASS:           cal: vertical: [05] 1mwv                          \nPASS:           cal: vertical: [06] 1swv                          \nPASS:           cal: vertical: [07] 1mjwv                         \nPASS:           cal: vertical: [08] 1sjwv                         \nPASS:           cal: vertical: [09] 3mv                           \nPASS:           cal: vertical: [10] 3sv                           \nPASS:           cal: vertical: [11] 3mjv                          \nPASS:           cal: vertical: [12] 3sjv                          \nPASS:           cal: vertical: [13] 3mwv                          \nPASS:           cal: vertical: [14] 3swv                          \nPASS:           cal: vertical: [15] 3mjwv                         \nPASS:           cal: vertical: [16] 3sjwv                         \nPASS:           cal: vertical: [17] vSn3                          \nPASS:           cal: vertical: [18] vSn21                         \nPASS:           cal: vertical: [19] vSn51                         \nPASS:           cal: vertical: [20] vSn201                        \n          cal: vertical                                      ... OK (all 20 sub-tests PASSED)\nPASS:           cal: week number given as argument: [01] 3m-week40\nPASS:           cal: week number given as argument: [02] 3s-week40\nPASS:           cal: week number given as argument: [03] 3mj-week40\nPASS:           cal: week number given as argument: [04] 3sj-week40\nPASS:           cal: week number given as argument: [05] m-week40 \nPASS:           cal: week number given as argument: [06] s-week40 \nPASS:           cal: week number given as argument: [07] mj-week40\nPASS:           cal: week number given as argument: [08] sj-week40\nPASS:           cal: week number given as argument: [09] 3m-week40-color\nPASS:           cal: week number given as argument: [10] 3mj-week40-color\nPASS:           cal: week number given as argument: [11] 1m-week53\nPASS:           cal: week number given as argument: [12] 1mj-week53\nPASS:           cal: week number given as argument: [13] 3m-week53-color\nPASS:           cal: week number given as argument: [14] 1m-week53-color\nPASS:           cal: week number given as argument: [15] 1mj-week53-color\nPASS:           cal: week number given as argument: [16] 3s-week54-color\nPASS:           cal: week number given as argument: [17] 3m-week52-color\n          cal: week number given as argument                 ... OK (all 17 sub-tests PASSED)\nPASS:           cal: week number corner cases: [01] ymw           \nPASS:           cal: week number corner cases: [02] ysw           \nPASS:           cal: week number corner cases: [03] ymjw          \nPASS:           cal: week number corner cases: [04] ysjw          \nPASS:           cal: week number corner cases: [05] 3mw           \nPASS:           cal: week number corner cases: [06] 3sw           \nPASS:           cal: week number corner cases: [07] 3mjw          \nPASS:           cal: week number corner cases: [08] 3sjw          \n          cal: week number corner cases                      ... OK (all 8 sub-tests PASSED)\nPASS:           cal: year: [01] ym                                \nPASS:           cal: year: [02] ys                                \nPASS:           cal: year: [03] ymj                               \nPASS:           cal: year: [04] ysj                               \nPASS:           cal: year: [05] ymw                               \nPASS:           cal: year: [06] ysw                               \nPASS:           cal: year: [07] ymjw                              \nPASS:           cal: year: [08] ysjw                              \n          cal: year                                          ... OK (all 8 sub-tests PASSED)\nPASS:           col: io effects: [01] trailing-spaces             \nPASS:           col: io effects: [02] tab-backspace               \nPASS:           col: io effects: [03] various-spaces              \nPASS:           col: io effects: [04] cr                          \nPASS:           col: io effects: [05] vt1                         \nPASS:           col: io effects: [06] vt2                         \nPASS:           col: io effects: [07] reverse-lf                  \nPASS:           col: io effects: [08] so-si                       \nPASS:           col: io effects: [09] esc-tab                     \nPASS:           col: io effects: [10] esc-backspace               \nPASS:           col: io effects: [11] cs-normal                   \nPASS:           col: io effects: [12] cs-alternate                \nPASS:           col: io effects: [13] allocate-here               \nPASS:           col: io effects: [14] half-line                   \nPASS:           col: io effects: [15] flushing                    \n          col: io effects                                    ... OK (all 15 sub-tests PASSED)\nPASS:           col: multibyte input: [01] valid                  \nPASS:           col: multibyte input: [02] invalid                \n          col: multibyte input                               ... OK (all 2 sub-tests PASSED)\nPASS:           col: newline handling: [01] zero-length-file      \nPASS:           col: newline handling: [02] one-line-no-nl        \nPASS:           col: newline handling: [03] one-line-with-nl      \nPASS:           col: newline handling: [04] second-line-no-nl     \nPASS:           col: newline handling: [05] second-line-with-nl   \n          col: newline handling                              ... OK (all 5 sub-tests PASSED)\nPASS:           col: options: [01] no-backspaces                  \nPASS:           col: options: [02] pass                           \nPASS:           col: options: [03] tabs                           \nPASS:           col: options: [04] spaces                         \n          col: options                                       ... OK (all 4 sub-tests PASSED)\nPASS:        colcrt: functional: [01] no-options                  \nPASS:        colcrt: functional: [02] no-underlining              \nPASS:        colcrt: functional: [03] half-lines                  \nPASS:        colcrt: functional: [04] short-options               \n       colcrt: functional                                    ... OK (all 4 sub-tests PASSED)\nPASS:        colcrt: regressions: [01] crash1                     \nPASS:        colcrt: regressions: [02] crash2                     \nPASS:        colcrt: regressions: [03] hang1                      \n       colcrt: regressions                                   ... OK (all 3 sub-tests PASSED)\nPASS:         colrm: basic check                                  \nPASS:        column: ansiescape                                   \nPASS:        column: columnate: [01] fill-cols-80                 \nPASS:        column: columnate: [02] fill-cols-50                 \nPASS:        column: columnate: [03] fill-cols-250                \nPASS:        column: columnate: [04] fill-rows-80                 \nPASS:        column: columnate: [05] fill-rows-50                 \nPASS:        column: columnate: [06] fill-rows-250                \n       column: columnate                                     ... OK (all 6 sub-tests PASSED)\nPASS:        column: invalid multibyte                            \nPASS:        column: multiple files                               \nPASS:        column: table: [01] default                          \nPASS:        column: table: [02] output-separator                 \nPASS:        column: table: [03] input-separator                  \nPASS:        column: table: [04] input-separator-space            \nPASS:        column: table: [05] empty-lines                      \nPASS:        column: table: [06] noempty-lines                    \nPASS:        column: table: [07] long                             \nPASS:        column: table: [08] hide                             \nPASS:        column: table: [09] headers                          \nPASS:        column: table: [10] noheaders                        \nPASS:        column: table: [11] truncate                         \nPASS:        column: table: [12] right                            \nPASS:        column: table: [13] wrap                             \nPASS:        column: table: [14] order                            \nPASS:        column: table: [15] tree                             \nPASS:        column: table: [16] empty-column                     \nPASS:        column: table: [17] empty-column-at-eol              \nPASS:        column: table: [18] empty-column-at-eol2             \nPASS:        column: table: [19] neg-1                            \nPASS:        column: table: [20] neg-2                            \nPASS:        column: table: [21] neg-1-2                          \nPASS:        column: table: [22] range                            \n       column: table                                         ... OK (all 22 sub-tests PASSED)\nSKIP:        cramfs: mkfs doubles                                  (mount: /usr/lib/util-linux/ptest/tests/output/cramfs/doubles-mnt: unknown filesystem type 'cramfs'.)\nPASS:        cramfs: fsck bad header: [01] nopad-4K-be            \nPASS:        cramfs: fsck bad header: [02] nopad-4K-le            \nPASS:        cramfs: fsck bad header: [03] pad-4K-be              \nPASS:        cramfs: fsck bad header: [04] pad-4K-le              \nPASS:        cramfs: fsck bad header: [05] pad-64K-be             \nPASS:        cramfs: fsck bad header: [06] pad-64K-le             \n       cramfs: fsck bad header                               ... OK (all 6 sub-tests PASSED)\nPASS:        cramfs: fsck endianness                              \nSKIP:        cramfs: mkfs checksums                                (mount: /usr/lib/util-linux/ptest/tests/output/cramfs/mkfs-mnt: unknown filesystem type 'cramfs'.)\nPASS:        cramfs: mkfs endianness                              \nPASS:         dmesg: cid-json                                     \nPASS:         dmesg: cid-kmsg-colors                              \nPASS:         dmesg: cid-kmsg-levels                              \nPASS:         dmesg: cid-kmsg-decode                              \nPASS:         dmesg: cid-kmsg-delta                               \nPASS:         dmesg: cid-kmsg-facilities                          \nPASS:         dmesg: cid-kmsg-indentation                         \nPASS:         dmesg: cid-kmsg-json                                \nPASS:         dmesg: cid-kmsg-limit                               \nPASS:         dmesg: colors                                       \nPASS:         dmesg: levels                                       \nPASS:         dmesg: decode                                       \nPASS:         dmesg: delta                                        \nPASS:         dmesg: facilities                                   \nPASS:         dmesg: indentation                                  \nPASS:         dmesg: json                                         \nPASS:         dmesg: kmsg-file                                    \nPASS:         dmesg: limit                                        \nPASS:         dmesg: timestamp-format: [01] multiple              \nPASS:         dmesg: timestamp-format: [02] delta                 \nPASS:         dmesg: timestamp-format: [03] delta-ctime           \nPASS:         dmesg: timestamp-format: [04] delta-raw             \n        dmesg: timestamp-format                              ... OK (all 4 sub-tests PASSED)\nPASS:         eject: umount: [01] by-disk                         \nPASS:         eject: umount: [02] by-disk-mounted                 \nPASS:         eject: umount: [03] by-disk-mounted-partition       \nPASS:         eject: umount: [04] by-partition                    \nPASS:         eject: umount: [05] by-partition-mounted            \n        eject: umount                                        ... OK (all 5 sub-tests PASSED)\nPASS:          exch: exch                                         \nPASS:       fadvise: drop page caches related to a file           \nPASS:         fdisk: align 512/4K                                 \nPASS:         fdisk: align 512/4K +alignment_offset               \nPASS:         fdisk: align 512/512                                \nPASS:         fdisk: align 512/512 +topology                      \nPASS:         fdisk: nested BSD                                   \nPASS:         fdisk: GPT: [01] empty-pt                           \nPASS:         fdisk: GPT: [02] create-partitions                  \nPASS:         fdisk: GPT: [03] change-type-by-number              \nPASS:         fdisk: GPT: [04] change-type-by-uuid                \nPASS:         fdisk: GPT: [05] delete-partition                   \nPASS:         fdisk: GPT: [06] create-again-partition             \nPASS:         fdisk: GPT: [07] corrupt-primary-table              \nPASS:         fdisk: GPT: [08] corrupt-backup-table               \n        fdisk: GPT                                           ... OK (all 8 sub-tests PASSED)\nPASS:         fdisk: gpt-resize                                   \nPASS:         fdisk: MBR - id: [01] create-mbr-with-id-0x1        \nPASS:         fdisk: MBR - id: [02] create-mbr-with-id-0x2        \n        fdisk: MBR - id                                      ... OK (all 2 sub-tests PASSED)\nPASS:         fdisk: MBR - dos mode: [01] empty-pt                \nPASS:         fdisk: MBR - dos mode: [02] create-primary-partition\nPASS:         fdisk: MBR - dos mode: [03] set-partition-type      \nPASS:         fdisk: MBR - dos mode: [04] set-primary-par-active  \nPASS:         fdisk: MBR - dos mode: [05] re-create-primary-par   \nPASS:         fdisk: MBR - dos mode: [06] create-extended-par     \nPASS:         fdisk: MBR - dos mode: [07] create-logical-par      \nPASS:         fdisk: MBR - dos mode: [08] delete-logical-par      \nPASS:         fdisk: MBR - dos mode: [09] create-another-log-par  \nPASS:         fdisk: MBR - dos mode: [10] delete-primary-par      \nPASS:         fdisk: MBR - dos mode: [11] delete-extended-par     \n        fdisk: MBR - dos mode                                ... OK (all 11 sub-tests PASSED)\nPASS:         fdisk: MBR - non-dos mode: [01] empty-pt            \nPASS:         fdisk: MBR - non-dos mode: [02] 1st-primary         \nPASS:         fdisk: MBR - non-dos mode: [03] 1st-active          \nPASS:         fdisk: MBR - non-dos mode: [04] 1st-primary-recreate\nPASS:         fdisk: MBR - non-dos mode: [05] 2nd-primary         \nPASS:         fdisk: MBR - non-dos mode: [06] extended            \nPASS:         fdisk: MBR - non-dos mode: [07] logical             \nPASS:         fdisk: MBR - non-dos mode: [08] logical-delete      \nPASS:         fdisk: MBR - non-dos mode: [09] logical-recreate    \nPASS:         fdisk: MBR - non-dos mode: [10] 1st-primary-delete  \nPASS:         fdisk: MBR - non-dos mode: [11] 1nd-primary-delete  \nPASS:         fdisk: MBR - non-dos mode: [12] extended-delete     \nPASS:         fdisk: MBR - non-dos mode: [13] first-sector-at-end \n        fdisk: MBR - non-dos mode                            ... OK (all 13 sub-tests PASSED)\nPASS:         fdisk: MBR - sort: [01] empty-pt                    \nPASS:         fdisk: MBR - sort: [02] create-primary-partitions   \nPASS:         fdisk: MBR - sort: [03] create-logical-partitions   \nPASS:         fdisk: MBR - sort: [04] fix-order                   \n        fdisk: MBR - sort                                    ... OK (all 4 sub-tests PASSED)\nPASS:         fdisk: invalid input tests                          \nPASS:         fdisk: resize                                       \nPASS:         fdisk: sunlabel tests: [01] empty-sun-pt            \nPASS:         fdisk: sunlabel tests: [02] create-first-partition  \nPASS:         fdisk: sunlabel tests: [03] set-partition-sysid     \nPASS:         fdisk: sunlabel tests: [04] set-first-par-readonly  \nPASS:         fdisk: sunlabel tests: [05] set-first-par-mountable \nPASS:         fdisk: sunlabel tests: [06] create-second-partition \nPASS:         fdisk: sunlabel tests: [07] delete-all-partitions   \n        fdisk: sunlabel tests                                ... OK (all 7 sub-tests PASSED)\nPASS:       fincore: count file contents in core                  \nPASS:       findmnt: the columns enabled with -D and -I options   \nPASS:       findmnt: filter: [01] types                           \nPASS:       findmnt: filter: [02] types-multi                     \nPASS:       findmnt: filter: [03] types-neg                       \nPASS:       findmnt: filter: [04] options                         \nPASS:       findmnt: filter: [05] options-name                    \nPASS:       findmnt: filter: [06] options-nameval                 \nPASS:       findmnt: filter: [07] options-nameval-neg             \nPASS:       findmnt: filter: [08] options-nameval-multi           \nPASS:       findmnt: filter: [09] options-neg                     \nPASS:       findmnt: filter: [10] options-no                      \nPASS:       findmnt: filter: [11] options-no-multi                \n      findmnt: filter                                        ... OK (all 11 sub-tests PASSED)\nPASS:       findmnt: filterQ: [01] types                          \nPASS:       findmnt: filterQ: [02] types-multi                    \nPASS:       findmnt: filterQ: [03] types-neg                      \nPASS:       findmnt: filterQ: [04] options                        \nPASS:       findmnt: filterQ: [05] options-name                   \nPASS:       findmnt: filterQ: [06] options-nameval                \nPASS:       findmnt: filterQ: [07] options-nameval-neg            \nPASS:       findmnt: filterQ: [08] options-nameval-multi          \nPASS:       findmnt: filterQ: [09] options-neg                    \nPASS:       findmnt: filterQ: [10] options-no                     \n      findmnt: filterQ: [11] options-no-multi                ... OK (all 11 sub-tests PASSED)\nPASS:       findmnt: listmount & statmount: [01] target           \nPASS:       findmnt: listmount & statmount: [02] vfs-options      \nPASS:       findmnt: listmount & statmount: [03] fs-options       \nPASS:       findmnt: listmount & statmount: [04] options          \nPASS:       findmnt: listmount & statmount: [05] fstype           \nPASS:       findmnt: listmount & statmount: [06] propagation      \nPASS:       findmnt: listmount & statmount: [07] fsroot           \nPASS:       findmnt: listmount & statmount: [08] parent           \nPASS:       findmnt: listmount & statmount: [09] id               \n      findmnt: listmount & statmount                         ... OK (all 9 sub-tests PASSED)\nPASS:       findmnt: outputs: [01] default                        \nPASS:       findmnt: outputs: [02] kernel                         \nPASS:       findmnt: outputs: [03] force-tree                     \nPASS:       findmnt: outputs: [04] submounts                      \nPASS:       findmnt: outputs: [05] messy-mountinfo                \n      findmnt: outputs                                       ... OK (all 5 sub-tests PASSED)\nPASS:       findmnt: target: [01] root                            \nPASS:       findmnt: target: [02] non-root                        \n      findmnt: target                                        ... OK (all 2 sub-tests PASSED)\nPASS:          fsck: is mounted                                   \nSKIP:       fuzzers: test_blkid_fuzz                               (test_blkid_fuzz not found)\nSKIP:       fuzzers: test_fdisk_script_fuzz                        (test_fdisk_script_fuzz not found)\nSKIP:       fuzzers: test_last_fuzz                                (test_last_fuzz not found)\nSKIP:       fuzzers: test_mount_fuzz                               (test_mount_fuzz not found)\nPASS:        getopt: basic                                        \nPASS:        getopt: options: [01] alternative_option_clash       \nPASS:        getopt: options: [02] alternative_option_long        \nPASS:        getopt: options: [03] alternative_option_short       \nPASS:        getopt: options: [04] invalid_getopt_option          \nPASS:        getopt: options: [05] invocation_model_one           \nPASS:        getopt: options: [06] invocation_model_three_as_one  \nPASS:        getopt: options: [07] invocation_model_two_as_one    \nPASS:        getopt: options: [08] invocation_without_parameters  \nPASS:        getopt: options: [09] long_option_ambiguous_1        \nPASS:        getopt: options: [10] longopts                       \nPASS:        getopt: options: [11] name_option_long               \nPASS:        getopt: options: [12] name_option_short              \nPASS:        getopt: options: [13] quiet_option_long              \nPASS:        getopt: options: [14] quiet_option_short             \nPASS:        getopt: options: [15] quiet_output_option_long       \nPASS:        getopt: options: [16] quiet_output_option_short      \nPASS:        getopt: options: [17] same_long_short_options        \nPASS:        getopt: options: [18] test_for_enhanced_getopt       \nPASS:        getopt: options: [19] unknown_options                \nPASS:        getopt: options: [20] unquoted_option_bash           \nPASS:        getopt: options: [21] unquoted_option_tcsh           \nPASS:        getopt: options: [22] weird_quoting_bash             \nPASS:        getopt: options: [23] weird_quoting_tcsh             \nPASS:        getopt: options: [24] compatible                     \nPASS:        getopt: options: [25] sh                             \nPASS:        getopt: options: [26] csh                            \nPASS:        getopt: options: [27] no-arguments                   \nPASS:        getopt: options: [28] posix_correctly                \nPASS:        getopt: options: [29] non-option                     \n       getopt: options                                       ... OK (all 29 sub-tests PASSED)\nPASS:      hardlink: options: [01] orig                           \nPASS:      hardlink: options: [02] dryrun                         \nPASS:      hardlink: options: [03] nargs                          \nPASS:      hardlink: options: [04] regex-escapes                  \nPASS:      hardlink: options: [05] content                        \nPASS:      hardlink: options: [06] maximum-size-8191              \nPASS:      hardlink: options: [07] maximum-size-8192              \n     hardlink: options                                       ... OK (all 7 sub-tests PASSED)\nPASS:       hexdump: format-strings: [01] empty-format            \nPASS:       hexdump: format-strings: [02] 1b_octal                \nPASS:       hexdump: format-strings: [03] 1b_hex                  \nPASS:       hexdump: format-strings: [04] 1b_char                 \nPASS:       hexdump: format-strings: [05] canon                   \nPASS:       hexdump: format-strings: [06] 2b_dec                  \nPASS:       hexdump: format-strings: [07] 2b_octal                \nPASS:       hexdump: format-strings: [08] 2b_hex                  \n      hexdump: format-strings                                ... OK (all 8 sub-tests PASSED)\nPASS:       hexdump: highlighting: [01] 1b_octal-1                \nPASS:       hexdump: highlighting: [02] 1b_octal-2                \nPASS:       hexdump: highlighting: [03] 1b_octal-3                \nPASS:       hexdump: highlighting: [04] 1b_octal-4                \nPASS:       hexdump: highlighting: [05] 1b_octal-5                \nPASS:       hexdump: highlighting: [06] 1b_octal-6                \nPASS:       hexdump: highlighting: [07] 1b_octal-7                \nPASS:       hexdump: highlighting: [08] 1b_octal-8                \nPASS:       hexdump: highlighting: [09] 1b_octal-9                \nPASS:       hexdump: highlighting: [10] 1b_char-1                 \nPASS:       hexdump: highlighting: [11] 1b_char-2                 \nPASS:       hexdump: highlighting: [12] 1b_char-3                 \nPASS:       hexdump: highlighting: [13] canon-1                   \nPASS:       hexdump: highlighting: [14] canon-2                   \nPASS:       hexdump: highlighting: [15] 2b_dec-1                  \nPASS:       hexdump: highlighting: [16] 2b_dec-2                  \nPASS:       hexdump: highlighting: [17] 2b_dec-3                  \nPASS:       hexdump: highlighting: [18] 2b_dec-4                  \nPASS:       hexdump: highlighting: [19] 2b_dec-5                  \nPASS:       hexdump: highlighting: [20] 2b_dec-6                  \nPASS:       hexdump: highlighting: [21] 2b_dec-7                  \nPASS:       hexdump: highlighting: [22] 2b_dec-8                  \nPASS:       hexdump: highlighting: [23] 4b_dec-1                  \nPASS:       hexdump: highlighting: [24] 4b_dec-2                  \nPASS:       hexdump: highlighting: [25] 4b_dec-3                  \nPASS:       hexdump: highlighting: [26] 4b_dec-4                  \nPASS:       hexdump: highlighting: [27] 4b_dec-5                  \nPASS:       hexdump: highlighting: [28] 4b_dec-6                  \nPASS:       hexdump: highlighting: [29] 4b_dec-7                  \n      hexdump: highlighting                                  ... OK (all 29 sub-tests PASSED)\nPASS:       hwclock: show                                         \nSKIP:       hwclock: system to hw                                  (missing in PATH: sntp)\nPASS:          ipcs: headers: [01] shm-headers                    \nPASS:          ipcs: headers: [02] mesg-headers                   \nPASS:          ipcs: headers: [03] sem-headers                    \nPASS:          ipcs: headers: [04] all-headers                    \n         ipcs: headers                                       ... OK (all 4 sub-tests PASSED)\nPASS:          ipcs: limits overflow                              \nPASS:          ipcs: basic limits                                 \nPASS:          ipcs: mk-rm-msg                                    \nPASS:          ipcs: mk-rm-sem                                    \nPASS:          ipcs: mk-rm-shm                                    \nPASS:       isosize: print-size: [01] default_output              \nPASS:       isosize: print-size: [02] sector_output               \nPASS:       isosize: print-size: [03] divisor_output              \n      isosize: print-size                                    ... OK (all 3 sub-tests PASSED)\nPASS:          kill: all_processes                                \nPASS:          kill: decode functions                             \nPASS:          kill: name_to_number                               \nPASS:          kill: options                                      \nPASS:          kill: print_pid                                    \nPASS:          kill: queue                                        \nPASS:           lib: procfs library: [01] one-process             \nPASS:           lib: procfs library: [02] stat-nth                \n          lib: procfs library                                ... OK (all 2 sub-tests PASSED)\nPASS:           lib: timeutils library: [01] timestamp            \nPASS:           lib: timeutils library: [02] format               \nPASS:           lib: timeutils library: [03] format-relative      \n          lib: timeutils library                             ... OK (all 3 sub-tests PASSED)\nSKIP:      libfdisk: GPT                                           (test_fdisk_gpt not found)\nPASS:      libfdisk: mkpart: [01] mbr                             \nPASS:      libfdisk: mkpart: [02] mbr-logic                       \nPASS:      libfdisk: mkpart: [03] mbr-nopartno                    \nPASS:      libfdisk: mkpart: [04] gpt                             \n     libfdisk: mkpart                                        ... OK (all 4 sub-tests PASSED)\nPASS:      libfdisk: mkpart-full: [01] mbr-primary                \nPASS:      libfdisk: mkpart-full: [02] mbr-primary-nopartno       \nPASS:      libfdisk: mkpart-full: [03] mbr-err-primary            \nPASS:      libfdisk: mkpart-full: [04] mbr-err-nospace            \nPASS:      libfdisk: mkpart-full: [05] mbr-logical                \nPASS:      libfdisk: mkpart-full: [06] mbr-nopartno               \nPASS:      libfdisk: mkpart-full: [07] mbr-err-logical            \nPASS:      libfdisk: mkpart-full: [08] mbr-space-gap              \nPASS:      libfdisk: mkpart-full: [09] gpt                        \nPASS:      libfdisk: mkpart-full: [10] gpt-nopartno               \nPASS:      libfdisk: mkpart-full: [11] gpt-err-overlap            \nPASS:      libfdisk: mkpart-full: [12] gpt-partno-gap             \nPASS:      libfdisk: mkpart-full: [13] gpt-space-gap              \n     libfdisk: mkpart-full                                   ... OK (all 13 sub-tests PASSED)\nSKIP:   liblastlog2: dlopen                                        (test_lastlog2_dlopen not found)\nSKIP:   liblastlog2: pam_lastlog2_output                           (test_lastlog2_pam_lastlog2_output not found)\nSKIP:   liblastlog2: remove_entry                                  (test_lastlog2_remove_entry not found)\nSKIP:   liblastlog2: rename_user                                   (test_lastlog2_rename_user not found)\nSKIP:   liblastlog2: sqlite3_time                                  (test_lastlog2_y2038_sqlite3_time not found)\nSKIP:   liblastlog2: write_read_user                               (test_lastlog2_write_read_user not found)\nSKIP:   liblastlog2: y2038_ll2_read_all                            (test_lastlog2_y2038_ll2_read_all not found)\nSKIP:      libmount: context                                       (test not compiled)\nSKIP:      libmount: context-py                                    (pylibmount not compiled)\nSKIP:      libmount: context (utab)                                (test not compiled)\nSKIP:      libmount: context-py (utab)                             (pylibmount not compiled)\nSKIP:      libmount: debugging                                     (test not compiled)\nSKIP:      libmount: lock                                          (optional)\nPASS:      libmount: losetup-loop: [01] file                      \nPASS:      libmount: losetup-loop: [02] file-o-loop               \nPASS:      libmount: losetup-loop: [03] dev-loop                  \nPASS:      libmount: losetup-loop: [04] o-loop-val                \nPASS:      libmount: losetup-loop: [05] reuse                     \nPASS:      libmount: losetup-loop: [06] conflict                  \nPASS:      libmount: losetup-loop: [07] o-loop-val-initialized    \nPASS:      libmount: losetup-loop: [08] o-loop-val-conflict       \nPASS:      libmount: losetup-loop: [09] explicit-rw               \n     libmount: losetup-loop                                  ... OK (all 9 sub-tests PASSED)\nPASS:      libmount: loop overlay                                 \nSKIP:      libmount: options string                                (test_mount_optlist not found)\nSKIP:      libmount: options string                                (test_mount_optstr not found)\nSKIP:      libmount: table diffs                                   (test not compiled)\nSKIP:      libmount: tab files                                     (test not compiled)\nSKIP:      libmount: tab files-py                                  (pylibmount not compiled)\nSKIP:      libmount: tags                                          (test not compiled)\nSKIP:      libmount: tags-py                                       (pylibmount not compiled)\nSKIP:      libmount: tab update                                    (test not compiled)\nSKIP:      libmount: tab update-py                                 (pylibmount not compiled)\nSKIP:      libmount: utils                                         (test not compiled)\nPASS:  libsmartcols: title                                        \nPASS:  libsmartcols: fromfile: [01] number-and                    \nPASS:  libsmartcols: fromfile: [02] number-and-or                 \nPASS:  libsmartcols: fromfile: [03] number-as-string              \nPASS:  libsmartcols: fromfile: [04] number-eq                     \nPASS:  libsmartcols: fromfile: [05] number-expr-and-expr          \nPASS:  libsmartcols: fromfile: [06] number-expr-or-expr           \nPASS:  libsmartcols: fromfile: [07] number-ge                     \nPASS:  libsmartcols: fromfile: [08] number-gt                     \nPASS:  libsmartcols: fromfile: [09] number-is                     \nPASS:  libsmartcols: fromfile: [10] number-le                     \nPASS:  libsmartcols: fromfile: [11] number-lt                     \nPASS:  libsmartcols: fromfile: [12] number-ne                     \nPASS:  libsmartcols: fromfile: [13] number-neg                    \nPASS:  libsmartcols: fromfile: [14] number-or                     \nPASS:  libsmartcols: fromfile: [01] float-and                     \nPASS:  libsmartcols: fromfile: [02] float-as-string               \nPASS:  libsmartcols: fromfile: [03] float-as-string2              \nPASS:  libsmartcols: fromfile: [04] float-eq                      \nPASS:  libsmartcols: fromfile: [05] float-eq2                     \nPASS:  libsmartcols: fromfile: [06] float-ge                      \nPASS:  libsmartcols: fromfile: [07] float-ge2                     \nPASS:  libsmartcols: fromfile: [08] float-gt                      \nPASS:  libsmartcols: fromfile: [09] float-gt2                     \nPASS:  libsmartcols: fromfile: [10] float-is                      \nPASS:  libsmartcols: fromfile: [11] float-le                      \nPASS:  libsmartcols: fromfile: [12] float-le2                     \nPASS:  libsmartcols: fromfile: [13] float-lt                      \nPASS:  libsmartcols: fromfile: [14] float-lt2                     \nPASS:  libsmartcols: fromfile: [15] float-ne                      \nPASS:  libsmartcols: fromfile: [16] float-ne2                     \nPASS:  libsmartcols: fromfile: [17] float-neg                     \nPASS:  libsmartcols: fromfile: [18] float-or                      \nPASS:  libsmartcols: fromfile: [01] bool-and                      \nPASS:  libsmartcols: fromfile: [02] bool-as-string                \nPASS:  libsmartcols: fromfile: [03] bool-as-string2               \nPASS:  libsmartcols: fromfile: [04] bool-eq-false                 \nPASS:  libsmartcols: fromfile: [05] bool-eq-false2                \nPASS:  libsmartcols: fromfile: [06] bool-eq-false3                \nPASS:  libsmartcols: fromfile: [07] bool-eq-true                  \nPASS:  libsmartcols: fromfile: [08] bool-eq-true2                 \nPASS:  libsmartcols: fromfile: [09] bool-eq-true3                 \nPASS:  libsmartcols: fromfile: [10] bool-is                       \nPASS:  libsmartcols: fromfile: [11] bool-ne                       \nPASS:  libsmartcols: fromfile: [12] bool-ne2                      \nPASS:  libsmartcols: fromfile: [13] bool-neg                      \nPASS:  libsmartcols: fromfile: [14] bool-or                       \nPASS:  libsmartcols: fromfile: [01] string-eq                     \nPASS:  libsmartcols: fromfile: [02] string-ge                     \nPASS:  libsmartcols: fromfile: [03] string-gt                     \nPASS:  libsmartcols: fromfile: [04] string-is                     \nPASS:  libsmartcols: fromfile: [05] string-le                     \nPASS:  libsmartcols: fromfile: [06] string-lt                     \nPASS:  libsmartcols: fromfile: [07] string-ne                     \nPASS:  libsmartcols: fromfile: [08] string-neg                    \nPASS:  libsmartcols: fromfile: [09] string-nreg                   \nPASS:  libsmartcols: fromfile: [10] string-reg                    \nPASS:  libsmartcols: fromfile: [01] broken-bad-column             \nPASS:  libsmartcols: fromfile: [02] broken-bad-float              \nPASS:  libsmartcols: fromfile: [03] broken-bad-number             \nPASS:  libsmartcols: fromfile: [04] broken-bad-oper               \nPASS:  libsmartcols: fromfile: [05] broken-bad-oper2              \nPASS:  libsmartcols: fromfile: [06] broken-no-close               \nPASS:  libsmartcols: fromfile: [07] broken-no-column              \nPASS:  libsmartcols: fromfile: [08] broken-no-param               \nPASS:  libsmartcols: fromfile: [09] broken-no-start               \nPASS:  libsmartcols: fromfile                                     \nPASS:  libsmartcols: fromfile: [01] tree                          \nPASS:  libsmartcols: fromfile: [02] tree-json                     \nPASS:  libsmartcols: fromfile: [03] tree-middle                   \nPASS:  libsmartcols: fromfile: [04] tree-end                      \nPASS:  libsmartcols: fromfile: [05] trunc                         \nPASS:  libsmartcols: fromfile: [06] right                         \nPASS:  libsmartcols: fromfile: [07] right-maxout                  \nPASS:  libsmartcols: fromfile: [08] padding-default               \nPASS:  libsmartcols: fromfile: [09] padding-maxout                \nPASS:  libsmartcols: fromfile: [10] padding-minout                \nPASS:  libsmartcols: fromfile: [11] strictwidth                   \nPASS:  libsmartcols: fromfile: [12] noextremes                    \nPASS:  libsmartcols: fromfile: [13] hidden                        \nPASS:  libsmartcols: fromfile: [14] wrap                          \nPASS:  libsmartcols: fromfile: [15] wrap-tree                     \nPASS:  libsmartcols: fromfile: [16] wrapnl                        \nPASS:  libsmartcols: fromfile: [17] wrapnl-tree                   \nPASS:  libsmartcols: fromfile: [18] wrapzero                      \nPASS:  libsmartcols: fromfile: [19] wrapzero-tree                 \nPASS:  libsmartcols: fromfile: [20] raw                           \nPASS:  libsmartcols: fromfile: [21] export                        \nPASS:  libsmartcols: fromfile: [22] column-separator              \n libsmartcols: fromfile                                      ... OK (all 22 sub-tests PASSED)\nPASS:  libsmartcols: title                                        \nPASS:        logger: errors: [01] kern_priority                   \nPASS:        logger: errors: [02] kern_priority_numeric           \nPASS:        logger: errors: [03] invalid_prio                    \nPASS:        logger: errors: [04] rfc5424_exceed_size             \nPASS:        logger: errors: [05] id_with_space                   \nPASS:        logger: errors: [06] tag_with_space                  \nPASS:        logger: errors: [07] tcp                             \nPASS:        logger: errors: [08] multi-line                      \nPASS:        logger: errors: [09] rfc5424_msgid_with_space        \nPASS:        logger: errors: [10] invalid_socket                  \nPASS:        logger: errors: [11] check_socket                    \n       logger: errors                                        ... OK (all 11 sub-tests PASSED)\nPASS:        logger: formats: [01] rfc3164                        \nPASS:        logger: formats: [02] rfc5424_simple                 \nPASS:        logger: formats: [03] rfc5424_notime                 \nPASS:        logger: formats: [04] rfc5424_nohost                 \nPASS:        logger: formats: [05] rfc5424_msgid                  \nPASS:        logger: formats: [06] octet_counting                 \nPASS:        logger: formats: [07] priorities                     \nPASS:        logger: formats: [08] check_socket                   \n       logger: formats                                       ... OK (all 8 sub-tests PASSED)\nSKIP:        logger: journald                                      (unsupported)\nPASS:        logger: options: [01] simple                         \nPASS:        logger: options: [02] log_pid                        \nPASS:        logger: options: [03] log_pid_long                   \nPASS:        logger: options: [04] log_pid_define                 \nPASS:        logger: options: [05] log_pid_no_arg                 \nPASS:        logger: options: [06] input_file_simple              \nPASS:        logger: options: [07] input_file_empty_line          \nPASS:        logger: options: [08] input_file_skip_empty          \nPASS:        logger: options: [09] input_file_prio_prefix         \nPASS:        logger: options: [10] check_socket                   \n       logger: options                                       ... OK (all 10 sub-tests PASSED)\nPASS:         login: islocal                                      \nPASS:         login: defs                                         \nPASS:          look: separator                                    \nPASS:       losetup: losetup: [01] file-show                      \nPASS:       losetup: losetup: [02] file-offset                    \nPASS:       losetup: losetup: [03] file-sizelimit                 \nPASS:       losetup: losetup: [04] file-section                   \n      losetup: losetup                                       ... OK (all 4 sub-tests PASSED)\nPASS:       losetup: losetup-blkdev: [01] show                    \nPASS:       losetup: losetup-blkdev: [02] offset                  \nPASS:       losetup: losetup-blkdev: [03] sizelimit               \nPASS:       losetup: losetup-blkdev: [04] section                 \n      losetup: losetup-blkdev                                ... OK (all 4 sub-tests PASSED)\nPASS:       losetup: losetup-loop: [01] find-race-condition       \nPASS:       losetup: losetup-loop: [02] find-re-use               \nPASS:       losetup: losetup-loop: [03] find-no-re-use            \nPASS:       losetup: losetup-loop: [04] find-conflict             \nPASS:       losetup: losetup-loop: [05] find-conflict-no-sizelimit\nPASS:       losetup: losetup-loop: [06] find-conflict-readonly    \nPASS:       losetup: losetup-loop: [07] find-ok-no-sizelimit      \nPASS:       losetup: losetup-loop: [08] plain-conflict            \nPASS:       losetup: losetup-loop: [09] plain-readonly            \n      losetup: losetup-loop                                  ... OK (all 9 sub-tests PASSED)\nPASS:         lsblk: lsblk: [01] simple-lvm-basic                 \nPASS:         lsblk: lsblk: [02] simple-lvm-discard               \nPASS:         lsblk: lsblk: [03] simple-lvm-rw                    \nPASS:         lsblk: lsblk: [04] simple-lvm-state                 \nPASS:         lsblk: lsblk: [05] simple-lvm-topo                  \nPASS:         lsblk: lsblk: [06] simple-lvm-vendor                \nPASS:         lsblk: lsblk: [07] simple-lvm-zone                  \nPASS:         lsblk: lsblk: [08] simple-nvme-basic                \nPASS:         lsblk: lsblk: [09] simple-nvme-discard              \nPASS:         lsblk: lsblk: [10] simple-nvme-rw                   \nPASS:         lsblk: lsblk: [11] simple-nvme-state                \nPASS:         lsblk: lsblk: [12] simple-nvme-topo                 \nPASS:         lsblk: lsblk: [13] simple-nvme-vendor               \nPASS:         lsblk: lsblk: [14] simple-nvme-zone                 \n        lsblk: lsblk                                         ... OK (all 14 sub-tests PASSED)\nPASS:         lscpu: lscpu: [01] arm-A510-A710-A715-X3            \nPASS:         lscpu: lscpu: [02] armv7                            \nPASS:         lscpu: lscpu: [03] loongarch-loongson_3a5000_hv     \nPASS:         lscpu: lscpu: [04] ppc-qemu                         \nPASS:         lscpu: lscpu: [05] ppc64-POWER7-64cpu               \nPASS:         lscpu: lscpu: [06] ppc64-POWER7                     \nPASS:         lscpu: lscpu: [07] rv64-linux                       \nPASS:         lscpu: lscpu: [08] rv64-milkvpioneer                \nPASS:         lscpu: lscpu: [09] rv64-visionfive2                 \nPASS:         lscpu: lscpu: [10] s390-kvm                         \nPASS:         lscpu: lscpu: [11] s390-lpar-drawer                 \nPASS:         lscpu: lscpu: [12] s390-lpar                        \nPASS:         lscpu: lscpu: [13] s390-nested-virt                 \nPASS:         lscpu: lscpu: [14] s390-zvm                         \nPASS:         lscpu: lscpu: [15] sparc64                          \nPASS:         lscpu: lscpu: [16] vbox-win                         \nPASS:         lscpu: lscpu: [17] vmware_fpe                       \nPASS:         lscpu: lscpu: [18] x86_64-64cpu-linux6.2            \nPASS:         lscpu: lscpu: [19] x86_64-64cpu                     \nPASS:         lscpu: lscpu: [20] x86_64-dell_e4310                \nPASS:         lscpu: lscpu: [21] x86_64-epyc_7451                 \n        lscpu: lscpu                                         ... OK (all 21 sub-tests PASSED)\nPASS:          lsfd: ainodeclass column: [01] pidfd               \nPASS:          lsfd: ainodeclass column: [02] inotify             \n         lsfd: ainodeclass column                            ... OK (all 2 sub-tests PASSED)\nPASS:          lsfd: DELETED column: [01] make-regular-file       \nPASS:          lsfd: DELETED column: [02] ro-regular-file         \n         lsfd: DELETED column                                ... OK (all 2 sub-tests PASSED)\nSKIP:          lsfd: kthread column                                (pid 1 is not systemd)\nPASS:          lsfd: NAME and KNAME column: [01] ro-regular-file  \nPASS:          lsfd: NAME and KNAME column: [02] pidfd            \nPASS:          lsfd: NAME and KNAME column: [03] socketpair       \nPASS:          lsfd: NAME and KNAME column: [04] deleted-file     \n         lsfd: NAME and KNAME column                         ... OK (all 4 sub-tests PASSED)\nPASS:          lsfd: SOURCE column: [01] namespace-ASSOC          \n         lsfd: SOURCE column                                 ... OK (all 1 sub-tests PASSED)\nPASS:          lsfd: SOURCE column for fd opening a file on btrfs \nPASS:          lsfd: SOURCE column (requiring the root privilege): [01] SysVIPC-shmem\n         lsfd: SOURCE column (requiring the root privilege)  ... OK (all 1 sub-tests PASSED)\nPASS:          lsfd: TYPE and STTYPE column: [01] ro-regular-file \nPASS:          lsfd: TYPE and STTYPE column: [02] pidfd           \nPASS:          lsfd: TYPE and STTYPE column: [03] inotify         \nPASS:          lsfd: TYPE and STTYPE column: [04] socketpair      \n         lsfd: TYPE and STTYPE column                        ... OK (all 4 sub-tests PASSED)\nPASS:          lsfd: MODE and XMODE columns: [01] MODE-r-bit      \nPASS:          lsfd: MODE and XMODE columns: [02] XMODE-r-bit     \nPASS:          lsfd: MODE and XMODE columns: [03] MODE-w-bit      \nPASS:          lsfd: MODE and XMODE columns: [04] XMODE-w-bit     \nPASS:          lsfd: MODE and XMODE columns: [05] MODE-x-bit      \nPASS:          lsfd: MODE and XMODE columns: [06] XMODE-x-bit     \nPASS:          lsfd: MODE and XMODE columns: [07] XMODE-D-bit     \nPASS:          lsfd: MODE and XMODE columns: [08] XMODE-l-bit-flock-sh\nPASS:          lsfd: MODE and XMODE columns: [09] XMODE-l-bit-posix-r-\nPASS:          lsfd: MODE and XMODE columns: [10] XMODE-l-bit-ofd-r-\nPASS:          lsfd: MODE and XMODE columns: [11] XMODE-l-bit-lease-r\nPASS:          lsfd: MODE and XMODE columns: [12] XMODE-L-bit-flock-ex\nPASS:          lsfd: MODE and XMODE columns: [13] XMODE-L-bit-posix--w\nPASS:          lsfd: MODE and XMODE columns: [14] XMODE-L-bit-posix-rw\nPASS:          lsfd: MODE and XMODE columns: [15] XMODE-L-bit-ofd--w\nPASS:          lsfd: MODE and XMODE columns: [16] XMODE-L-bit-ofd-rw\nPASS:          lsfd: MODE and XMODE columns: [17] XMODE-L-bit-lease-w\nPASS:          lsfd: MODE and XMODE columns: [18] XMODE-m-bit     \n         lsfd: MODE and XMODE columns                        ... OK (all 18 sub-tests PASSED)\nPASS:          lsfd: fd opening a file cannot be readlink(2)'ed   \nPASS:          lsfd: fd opening a file cannot be stat(2)'ed       \nPASS:          lsfd: passing broken expressions to -Q option      \nPASS:          lsfd: timerfd                                      \nSKIP:          lsfd: tun device and interface behind the device    (/dev/net/tun doest not exist)\nPASS:          lsfd: directory                                    \nPASS:          lsfd: eventfd with fork                            \nPASS:          lsfd: eventpoll targets                            \nSKIP:          lsfd: SOCK.NETNS and ENDPOINTS for sockets made in another netns (sockdiag netlink socket is not available)\nPASS:          lsfd: inotify                                      \nPASS:          lsfd: inotify on btrfs                             \nPASS:          lsfd: mmap'ed AF_PACKET socket                     \nPASS:          lsfd: mqueue with fork                             \nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [01] pselect6\nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [02] select\nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [03] poll\nPASS:          lsfd: XMODE.m for classical system calls for multiplexing: [04] ppoll\n         lsfd: XMODE.m for classical system calls for multiplexing ... OK (all 4 sub-tests PASSED)\nPASS:          lsfd: NETLINK sockets                              \nPASS:          lsfd: NETLINK sockets                              \nPASS:          lsfd: netns associated with a fd                   \nSKIP:          lsfd: pidfd                                         (pid 1 is not systemd)\nSKIP:          lsfd: PING and PINGv6 sockets                       (the group(s) (0) of the process is not in the expected range [1\t0]))\nPASS:          lsfd: pipe, no fork                                \nPASS:          lsfd: ptmx and associated pts                      \nPASS:          lsfd: RAW sockets                                  \nPASS:          lsfd: RAW6 sockets                                 \nPASS:          lsfd: block device with O_RDONLY                   \nPASS:          lsfd: read-only regular file                       \nPASS:          lsfd: character device with O_RDWR                 \nPASS:          lsfd: signalfd                                     \nSKIP:          lsfd: AF_UNIX socket pair created with socketpair(2) (sockdiag netlink socket is not available)\nPASS:          lsfd: symbolic link itself opened with O_PATH      \nPASS:          lsfd: TCP sockets                                  \nPASS:          lsfd: TCP6 sockets                                 \nPASS:          lsfd: timerfd: [01] realtime-remaining-and-interval\nPASS:          lsfd: timerfd: [02] monotonic-remaining-only       \nPASS:          lsfd: timerfd: [03] boottime-interval-only         \n         lsfd: timerfd                                       ... OK (all 3 sub-tests PASSED)\nPASS:          lsfd: timerfd associating alarm                    \nPASS:          lsfd: UDP and UDP-Lite sockets                     \nPASS:          lsfd: UDP6 and UDPLITEv6 sockets                   \nPASS:          lsfd: UNIX dgram sockets                           \nPASS:          lsfd: UNIX sockets made in a different net namespace: [01] stream\nPASS:          lsfd: UNIX sockets made in a different net namespace: [02] dgram\nPASS:          lsfd: UNIX sockets made in a different net namespace: [03] seqpacket\n         lsfd: UNIX sockets made in a different net namespace ... OK (all 3 sub-tests PASSED)\nPASS:          lsfd: UNIX stream sockets                          \nSKIP:          lsfd: UNIX stream sockets                           (sockdiag netlink socket is not available)\nSKIP:          lsfd: VSOCK stream sockets                          (AF_VSOCK+SOCK_DGRAM doesn't work)\nPASS:          lsfd: --hyperlink option: [01] regular-file        \nPASS:          lsfd: --hyperlink option: [02] character-device    \nPASS:          lsfd: --hyperlink option: [03] deleted-file        \n         lsfd: --hyperlink option                            ... OK (all 3 sub-tests PASSED)\nPASS:          lsfd: --inet option                                \nSKIP:          lsfd: --pid option                                  (pid 1 is not systemd)\nPASS:          lsfd: --summary option                             \nPASS:       lslocks: flock: [01] flock-sh                         \nPASS:       lslocks: flock: [02] flock-ex                         \nPASS:       lslocks: flock: [03] posix-r-                         \nPASS:       lslocks: flock: [04] posix--w                         \nPASS:       lslocks: flock: [05] posix-rw                         \nPASS:       lslocks: flock: [06] ofd-r-                           \nPASS:       lslocks: flock: [07] ofd--w                           \nPASS:       lslocks: flock: [08] ofd-rw                           \nPASS:       lslocks: flock: [09] lease-w                          \nPASS:       lslocks: flock: [10] flock-sh+HOLDERS                 \nPASS:       lslocks: flock: [11] flock-ex+HOLDERS                 \nPASS:       lslocks: flock: [12] ofd-r-+HOLDERS                   \nPASS:       lslocks: flock: [13] ofd--w+HOLDERS                   \nPASS:       lslocks: flock: [14] ofd-rw+HOLDERS                   \nPASS:       lslocks: flock: [15] lease-w+HOLDERS                  \n      lslocks: flock                                         ... OK (all 15 sub-tests PASSED)\nSKIP:      lslogins: read logins                                   (missing in PATH: sqlite3)\nPASS:         lsmem: lsmem: [01] s390-zvm-6g                      \nPASS:         lsmem: lsmem: [02] x86_64-16g                       \n        lsmem: lsmem                                         ... OK (all 2 sub-tests PASSED)\nPASS:          lsns: list the namespace pointed by a file descriptor\nPASS:          lsns: -Q, --filter option                          \nPASS:          lsns: ownership and hierarchy                      \nPASS:          lsns: find an isolated net namespace via socket    \nPASS:          lsns: NETNSID compare to ip-link                   \nPASS:          lsns: NSFS for ip-netns-add                        \nPASS:           md5: md5                                          \nSKIP:         minix: mkfs fsck                                     (missing in PATH: mkfs.minix)\nSKIP:         minix: fsck images                                   (missing in PATH: fsck.minix)\nSKIP:         minix: mkfs mount                                    (missing in PATH: mkfs.minix)\nPASS:          misc: bits: [01] default                           \nPASS:          misc: bits: [02] mask                              \nPASS:          misc: bits: [03] grouped-mask                      \nPASS:          misc: bits: [04] list                              \nPASS:          misc: bits: [05] binary                            \nPASS:          misc: bits: [06] truncate                          \nPASS:          misc: bits: [07] width                             \nPASS:          misc: bits: [08] width-truncate                    \nPASS:          misc: bits: [09] parse-mask                        \nPASS:          misc: bits: [10] parse-range                       \nPASS:          misc: bits: [11] parse-grouped-mask                \nPASS:          misc: bits: [12] or                                \nPASS:          misc: bits: [13] and                               \nPASS:          misc: bits: [14] xor                               \nPASS:          misc: bits: [15] not                               \nPASS:          misc: bits: [16] stdin                             \n         misc: bits                                          ... OK (all 16 sub-tests PASSED)\nPASS:          misc: Documentation/boilerplate: [01] exec         \nPASS:          misc: Documentation/boilerplate: [02] help         \n         misc: Documentation/boilerplate                     ... OK (all 2 sub-tests PASSED)\nPASS:          misc: enosys: [01] basic                           \nPASS:          misc: enosys: [02] exec                            \nPASS:          misc: enosys: [03] ioctl                           \n         misc: enosys                                        ... OK (all 3 sub-tests PASSED)\nPASS:          misc: fallocate                                    \nPASS:          misc: flock: [01] non-block                        \nPASS:          misc: flock: [02] no-fork                          \nPASS:          misc: flock: [03] shared                           \nPASS:          misc: flock: [04] exclusive                        \nPASS:          misc: flock: [05] fd                               \nPASS:          misc: flock: [06] timeout                          \n         misc: flock: [07] time-check                        ... OK (diff 3 sec)\nPASS:          misc: flock: [08] fcntl-non-block                  \nPASS:          misc: flock: [09] fcntl-no-fork                    \nPASS:          misc: flock: [10] fcntl-shared                     \nPASS:          misc: flock: [11] fcntl-exclusive                  \nPASS:          misc: flock: [12] fcntl-fd                         \nPASS:          misc: flock: [13] fcntl-vs-flock                   \nPASS:          misc: flock: [14] fcntl-timeout                    \n         misc: flock: [15] fcntl-time-check                  ... OK (diff 3 sec)\n         misc: flock                                         ... OK (all 15 sub-tests PASSED)\nPASS:          misc: ionice                                       \nSKIP:          misc: line                                          (missing in PATH: line)\nPASS:          misc: lsclocks: [01] basic                         \nPASS:          misc: lsclocks: [02] time                          \nPASS:          misc: lsclocks: [03] dynamic                       \nPASS:          misc: lsclocks: [04] rtc                           \nPASS:          misc: lsclocks: [05] cpu                           \n         misc: lsclocks                                      ... OK (all 5 sub-tests PASSED)\nPASS:          misc: mbsencode: [01] safe-ascii                   \nPASS:          misc: mbsencode: [02] invalid-ascii                \n         misc: mbsencode: [03] safe-utf8                     ... KNOWN FAILED (misc/mbsencode-safe-utf8)\n         misc: mbsencode: [04] invalid-utf8                  ... KNOWN FAILED (misc/mbsencode-invalid-utf8)\n         misc: mbsencode                                     ... KNOWN FAILED (2 from 4 sub-tests)\nPASS:          misc: mcookie                                      \nPASS:          misc: mountpoint: [01] default                     \nPASS:          misc: mountpoint: [02] nofollow                    \nPASS:          misc: mountpoint: [03] mutually-exclusive          \n         misc: mountpoint                                    ... OK (all 3 sub-tests PASSED)\nPASS:          misc: optstr                                       \nPASS:          misc: pipesz: [01] set-fd-bad                      \nPASS:          misc: pipesz: [02] set-fd                          \nPASS:          misc: pipesz: [03] set-file-bad                    \nPASS:          misc: pipesz: [04] set-file                        \nPASS:          misc: pipesz: [05] get-fd-bad                      \nPASS:          misc: pipesz: [06] get-fd                          \nPASS:          misc: pipesz: [07] get-file-bad                    \nPASS:          misc: pipesz: [08] get-file                        \nPASS:          misc: pipesz: [09] pipe-max-size                   \nPASS:          misc: pipesz: [10] exec                            \n         misc: pipesz                                        ... OK (all 10 sub-tests PASSED)\nPASS:          misc: rev                                          \nPASS:          misc: setarch: [01] options                        \nPASS:          misc: setarch: [02] uname26                        \nPASS:          misc: setarch: [03] uname26-version                \nPASS:          misc: setarch: [04] show                           \n         misc: setarch                                       ... OK (all 4 sub-tests PASSED)\nPASS:          misc: setpgid                                      \nPASS:          misc: setsid                                       \nPASS:          misc: strtosize                                    \nPASS:          misc: swaplabel                                    \nPASS:          misc: time_t size                                  \nPASS:          misc: waitpid: [01] normal                         \nPASS:          misc: waitpid: [02] timeout                        \nPASS:          misc: waitpid: [03] exited                         \nPASS:          misc: waitpid: [04] count                          \n         misc: waitpid                                       ... OK (all 4 sub-tests PASSED)\nPASS:          misc: whereis                                      \nPASS:        mkswap: mkswap: [01] NATIVE-4096                     \nPASS:        mkswap: mkswap: [02] NATIVE-4096-file                \nPASS:        mkswap: mkswap: [03] LE-4096                         \nPASS:        mkswap: mkswap: [04] LE-4096-file                    \nPASS:        mkswap: mkswap: [05] BE-4096                         \nPASS:        mkswap: mkswap: [06] BE-4096-file                    \nPASS:        mkswap: mkswap: [07] NATIVE-8192                     \nPASS:        mkswap: mkswap: [08] NATIVE-8192-file                \nPASS:        mkswap: mkswap: [09] LE-8192                         \nPASS:        mkswap: mkswap: [10] LE-8192-file                    \nPASS:        mkswap: mkswap: [11] BE-8192                         \nPASS:        mkswap: mkswap: [12] BE-8192-file                    \nPASS:        mkswap: mkswap: [13] offset                          \n       mkswap: mkswap                                        ... OK (all 13 sub-tests PASSED)\nPASS:          more: regexp                                       \nPASS:          more: squeeze                                      \nPASS:         mount: complex: [01] init                           \nPASS:         mount: complex: [02] rw-mount                       \nPASS:         mount: complex: [03] ro-move                        \nPASS:         mount: complex: [04] ro-remount                     \nPASS:         mount: complex: [05] rw-remount                     \nPASS:         mount: complex: [06] ro-shared-bind                 \n        mount: complex                                       ... OK (all 6 sub-tests PASSED)\nPASS:         mount: by devname                                   \nSKIP:         mount: dm-verity support                             (missing in PATH: mksquashfs)\nPASS:         mount: fstab-fallback: [01] open_tree               \nPASS:         mount: fstab-fallback: [02] fsopen                  \nPASS:         mount: fstab-fallback: [03] later-fsopen            \nPASS:         mount: fstab-fallback: [04] subdir                  \nPASS:         mount: fstab-fallback: [05] mount_setattr           \n        mount: fstab-fallback                                ... OK (all 5 sub-tests PASSED)\nPASS:         mount: fs lists: [01] one-type                      \nPASS:         mount: fs lists: [02] more-types                    \nPASS:         mount: fs lists: [03] more-types-fstab              \nPASS:         mount: fs lists: [04] type-pattern                  \nPASS:         mount: fs lists: [05] type-pattern-neg              \n        mount: fs lists                                      ... OK (all 5 sub-tests PASSED)\nPASS:         mount: all (fstab): [01] basic                      \nPASS:         mount: all (fstab): [02] filter-type                \nPASS:         mount: all (fstab): [03] filter-notype              \nPASS:         mount: all (fstab): [04] filter-option              \nPASS:         mount: all (fstab): [05] override-option            \nPASS:         mount: all (fstab): [06] relative-path              \nPASS:         mount: all (fstab): [07] prefix                     \n        mount: all (fstab)                                   ... OK (all 7 sub-tests PASSED)\nPASS:         mount: fstab-bind                                   \nPASS:         mount: broken fstab: [01] mount                     \nPASS:         mount: broken fstab: [02] mount-all                 \n        mount: broken fstab                                  ... OK (all 2 sub-tests PASSED)\nPASS:         mount: btrfs (fstab): [01] btrfs                    \nPASS:         mount: btrfs (fstab): [02] auto                     \n        mount: btrfs (fstab)                                 ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by devname (fstab): [01] mountpoint          \nPASS:         mount: by devname (fstab): [02] device-name         \n        mount: by devname (fstab)                            ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by devname (fstab label)                     \nPASS:         mount: by devname (fstab uuid)                      \nPASS:         mount: by label (fstab): [01] no-option             \nPASS:         mount: by label (fstab): [02] L-option              \nPASS:         mount: by label (fstab): [03] LABEL-option          \n        mount: by label (fstab)                              ... OK (all 3 sub-tests PASSED)\nPASS:         mount: by label (fstab devname): [01] L-option      \nPASS:         mount: by label (fstab devname): [02] LABEL-option  \n        mount: by label (fstab devname)                      ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by label (fstab uuid): [01] L-option         \nPASS:         mount: by label (fstab uuid): [02] LABEL-option     \n        mount: by label (fstab uuid)                         ... OK (all 2 sub-tests PASSED)\nPASS:         mount: loop (fstab)                                 \nPASS:         mount: none                                         \nPASS:         mount: by devname (fstab symlink)                   \nPASS:         mount: by uuid (fstab): [01] no-option              \nPASS:         mount: by uuid (fstab): [02] U-option               \nPASS:         mount: by uuid (fstab): [03] UUID-option            \n        mount: by uuid (fstab)                               ... OK (all 3 sub-tests PASSED)\nPASS:         mount: by uuid (fstab devname): [01] U-option       \nPASS:         mount: by uuid (fstab devname): [02] UUID-option    \n        mount: by uuid (fstab devname)                       ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by uuid (fstab label): [01] U-option         \nPASS:         mount: by uuid (fstab label): [02] UUID-option      \n        mount: by uuid (fstab label)                         ... OK (all 2 sub-tests PASSED)\nPASS:         mount: by label: [01] L-option                      \nPASS:         mount: by label: [02] LABEL-option                  \n        mount: by label                                      ... OK (all 2 sub-tests PASSED)\nPASS:         mount: move                                         \nPASS:         mount: regular file                                 \nPASS:         mount: remount                                      \nPASS:         mount: X-mount.{owner,group,mode}=                  \nPASS:         mount: shared-subtree: [01] make-shared             \nPASS:         mount: shared-subtree: [02] make-private            \nPASS:         mount: shared-subtree: [03] make-unbindable         \nPASS:         mount: shared-subtree: [04] bind-shared             \nPASS:         mount: shared-subtree: [05] mount-private           \nPASS:         mount: shared-subtree: [06] mount-private-ro        \n        mount: shared-subtree                                ... OK (all 6 sub-tests PASSED)\nPASS:         mount: call mount.<type>: [01] basic                \nPASS:         mount: call mount.<type>: [02] options              \nPASS:         mount: call mount.<type>: [03] multi-types          \nPASS:         mount: call mount.<type>: [04] user                 \nPASS:         mount: call mount.<type>: [05] username             \nPASS:         mount: call mount.<type>: [06] missing-options      \n        mount: call mount.<type>                             ... OK (all 6 sub-tests PASSED)\nPASS:         mount: X-mount.subdir: [01] init                    \nPASS:         mount: X-mount.subdir: [02] subdir                  \n        mount: X-mount.subdir                                ... OK (all 2 sub-tests PASSED)\nPASS:         mount: umount-all-targets: [01] all-targets-mnt     \nPASS:         mount: umount-all-targets: [02] all-targets-dev     \nPASS:         mount: umount-all-targets: [03] all-targets-recursive\n        mount: umount-all-targets                            ... OK (all 3 sub-tests PASSED)\nPASS:         mount: umount-recursive                             \nPASS:         mount: by uuid: [01] U-option                       \nPASS:         mount: by uuid: [02] UUID-option                    \n        mount: by uuid                                       ... OK (all 2 sub-tests PASSED)\nPASS:         mount: X-mount.nocanonicalize: [01] file-over-symlink\nPASS:         mount: X-mount.nocanonicalize: [02] symlink-over-file\nPASS:         mount: X-mount.nocanonicalize: [03] symlink-over-symlink\n        mount: X-mount.nocanonicalize                        ... OK (all 3 sub-tests PASSED)\nPASS:         namei: basic functionality                          \nPASS:       nsenter: entering network namespace via socket        \nPASS:         partx: partitions probing: [01] addpart             \nPASS:         partx: partitions probing: [02] delpart             \nPASS:         partx: partitions probing: [03] detect-parts        \nPASS:         partx: partitions probing: [04] delete-all          \nPASS:         partx: partitions probing: [05] add-all             \nPASS:         partx: partitions probing: [06] update-one          \nPASS:         partx: partitions probing: [07] delete-one          \nPASS:         partx: partitions probing: [08] delete-non-existent \nPASS:         partx: partitions probing: [09] add-existing        \nPASS:         partx: partitions probing: [10] change-by-range     \n        partx: partitions probing                            ... OK (all 10 sub-tests PASSED)\nPASS:         partx: show images: [01] atari-primary              \nPASS:         partx: show images: [02] atari-xgm                  \nPASS:         partx: show images: [03] bsd                        \nPASS:         partx: show images: [04] dos+bsd                    \nPASS:         partx: show images: [05] gpt                        \nPASS:         partx: show images: [06] sgi                        \nPASS:         partx: show images: [07] sun                        \n        partx: show images                                   ... OK (all 7 sub-tests PASSED)\nSKIP:         paths: built-in                                      (optional)\nPASS:        rename: basic check                                  \nPASS:        rename: exit codes                                   \nPASS:        rename: overwrite                                    \nPASS:        rename: subdir check                                 \nPASS:        rename: symlink check                                \nPASS:    schedutils: chrt: [01] fifo                              \nSKIP:    schedutils: chrt: [02] batch                              (kernel version must be < 6.12.0)\nPASS:    schedutils: chrt: [03] batch-custom-slice                \nSKIP:    schedutils: chrt: [04] other                              (kernel version must be < 6.12.0)\nPASS:    schedutils: chrt: [05] other-custom-slice                \nPASS:    schedutils: chrt: [06] rr                                \nPASS:    schedutils: chrt: [07] idle                              \nPASS:    schedutils: chrt: [08] deadline                          \n   schedutils: chrt                                          ... OK (all 8 sub-tests PASSED)\n   schedutils: chrt-non-user: [01] batch-vs-nice             ... KNOWN FAILED (schedutils/chrt-non-root-batch-vs-nice)\nSupported policies:\nSCHED_OTHER min/max priority\t: 0/0\nSCHED_FIFO min/max priority\t: 1/99\nSCHED_RR min/max priority\t: 1/99\nSCHED_BATCH min/max priority\t: 0/0\nSCHED_IDLE min/max priority\t: 0/0\nSCHED_DEADLINE min/max priority\t: 0/0\n   schedutils: chrt-non-user                                 ... KNOWN FAILED (1 from 1 sub-tests)\nSKIP:    schedutils: coresched                                     (Kernel has no CONFIG_SCHED_CORE support or SMT is not available)\nPASS:    schedutils: cpuset                                       \nPASS:        script: buffering race                               \nPASS:        script: options: [01] append                         \nPASS:        script: options: [02] force                          \nPASS:        script: options: [03] quiet                          \nPASS:        script: options: [04] return                         \nPASS:        script: options: [05] size                           \n       script: options                                       ... OK (all 5 sub-tests PASSED)\nPASS:        script: race conditions                              \nPASS:        script: replay: [01] basic                           \nPASS:        script: replay: [02] output                          \nPASS:        script: replay: [03] input                           \nPASS:        script: replay: [04] live                            \n       script: replay                                        ... OK (all 4 sub-tests PASSED)\nPASS:       setpriv: setpriv landlock: [01] nothing-allowed       \nPASS:       setpriv: setpriv landlock: [02] partial-access-fail   \nPASS:       setpriv: setpriv landlock: [03] partial-access-success\nPASS:       setpriv: setpriv landlock: [04] combined-access       \nPASS:       setpriv: setpriv landlock: [05] wildcard-access       \n      setpriv: setpriv landlock                              ... OK (all 5 sub-tests PASSED)\nPASS:       setpriv: setpriv seccomp                              \nPASS:        sfdisk: MBR: [01] simple-commas                      \nPASS:        sfdisk: MBR: [02] activate                           \nPASS:        sfdisk: MBR: [03] simple-space                       \nPASS:        sfdisk: MBR: [04] read-dump-case                     \nPASS:        sfdisk: MBR: [05] read-dump                          \nPASS:        sfdisk: MBR: [06] write-dump                         \nPASS:        sfdisk: MBR: [07] write-json                         \nPASS:        sfdisk: MBR: [08] explicit-size                      \nPASS:        sfdisk: MBR: [09] resize                             \nPASS:        sfdisk: MBR: [10] resize-empty-extended              \nPASS:        sfdisk: MBR: [11] reduce-empty-extended              \nPASS:        sfdisk: MBR: [12] resize-extended                    \nPASS:        sfdisk: MBR: [13] resize-logical                     \nPASS:        sfdisk: MBR: [14] dump-old                           \nPASS:        sfdisk: MBR: [15] dump-gaps                          \nPASS:        sfdisk: MBR: [16] default-vs-gap1                    \nPASS:        sfdisk: MBR: [17] default-vs-gap2                    \nPASS:        sfdisk: MBR: [18] sizes-vs-gaps                      \n       sfdisk: MBR                                           ... OK (all 18 sub-tests PASSED)\nPASS:        sfdisk: script: [01] v2.32                           \nPASS:        sfdisk: script: [02] v2.35                           \nPASS:        sfdisk: script: [03] current                         \n       sfdisk: script                                        ... OK (all 3 sub-tests PASSED)\nPASS:        sfdisk: GPT: [01] all-defaults                       \nPASS:        sfdisk: GPT: [02] uuid                               \nPASS:        sfdisk: GPT: [03] label                              \nPASS:        sfdisk: GPT: [04] type                               \nPASS:        sfdisk: GPT: [05] attrs                              \nPASS:        sfdisk: GPT: [06] attrs-space                        \nPASS:        sfdisk: GPT: [07] attrs-guid                         \nPASS:        sfdisk: GPT: [08] attrs-with-typo                    \nPASS:        sfdisk: GPT: [09] attrs-unsupported                  \nPASS:        sfdisk: GPT: [10] attrs-broken-nosep                 \nPASS:        sfdisk: GPT: [11] attrs-broken-guid                  \nPASS:        sfdisk: GPT: [12] read-dump                          \nPASS:        sfdisk: GPT: [13] write-dump                         \nPASS:        sfdisk: GPT: [14] write-json                         \nPASS:        sfdisk: GPT: [15] list-pmbr                          \nPASS:        sfdisk: GPT: [16] resize                             \nPASS:        sfdisk: GPT: [17] reorder                            \n       sfdisk: GPT                                           ... OK (all 17 sub-tests PASSED)\nPASS:        sfdisk: movedata: [01] up                            \nPASS:        sfdisk: movedata: [02] down                          \nPASS:        sfdisk: movedata: [03] non-overlay                   \n       sfdisk: movedata                                      ... OK (all 3 sub-tests PASSED)\nPASS:        sfdisk: resize: [01] dos-0-move-up-absolute          \nPASS:        sfdisk: resize: [02] dos-1-move-down-absolute        \nPASS:        sfdisk: resize: [03] dos-2-move-up-relative          \nPASS:        sfdisk: resize: [04] dos-3-move-down-relative        \nPASS:        sfdisk: resize: [05] dos-4-enlarge-absolute          \nPASS:        sfdisk: resize: [06] dos-5-reduce-absolute           \nPASS:        sfdisk: resize: [07] dos-6-enlarge-relative          \nPASS:        sfdisk: resize: [08] dos-7-reduce-relative           \nPASS:        sfdisk: resize: [09] dos-8-enlarge-all               \nPASS:        sfdisk: resize: [10] dos-9-up-preduce                \nPASS:        sfdisk: resize: [11] dos-10-down-enlarge             \nPASS:        sfdisk: resize: [12] dos-11-absolute-move-resize     \nPASS:        sfdisk: resize: [13] dos-12-reduce-midle             \nPASS:        sfdisk: resize: [14] dos-13-max-last                 \nPASS:        sfdisk: resize: [15] gpt-0-move-up-absolute          \nPASS:        sfdisk: resize: [16] gpt-1-move-down-absolute        \nPASS:        sfdisk: resize: [17] gpt-2-move-up-relative          \nPASS:        sfdisk: resize: [18] gpt-3-move-down-relative        \nPASS:        sfdisk: resize: [19] gpt-4-enlarge-absolute          \nPASS:        sfdisk: resize: [20] gpt-5-reduce-absolute           \nPASS:        sfdisk: resize: [21] gpt-6-enlarge-relative          \nPASS:        sfdisk: resize: [22] gpt-7-reduce-relative           \nPASS:        sfdisk: resize: [23] gpt-8-enlarge-all               \nPASS:        sfdisk: resize: [24] gpt-9-up-preduce                \nPASS:        sfdisk: resize: [25] gpt-10-down-enlarge             \nPASS:        sfdisk: resize: [26] gpt-11-absolute-move-resize     \nPASS:        sfdisk: resize: [27] gpt-12-reduce-midle             \nPASS:        sfdisk: resize: [28] gpt-13-max-last                 \nPASS:        sfdisk: resize: [29] dos-unsorted                    \n       sfdisk: resize                                        ... OK (all 29 sub-tests PASSED)\nPASS:        sfdisk: script: [01] type-and-id                     \nPASS:        sfdisk: script: [02] separator                       \nPASS:        sfdisk: script: [03] quotes                          \nPASS:        sfdisk: script: [04] broken-1                        \nPASS:        sfdisk: script: [05] broken-2                        \nPASS:        sfdisk: script: [06] broken-3                        \nPASS:        sfdisk: script: [07] broken-4                        \nPASS:        sfdisk: script: [08] broken-5                        \n       sfdisk: script                                        ... OK (all 8 sub-tests PASSED)\nPASS:        sfdisk: wipe: [01] gpt-to-dos                        \nPASS:        sfdisk: wipe: [02] gpt-to-dos-auto                   \nPASS:        sfdisk: wipe: [03] fs-to-dos                         \nPASS:        sfdisk: wipe: [04] partition                         \n       sfdisk: wipe                                          ... OK (all 4 sub-tests PASSED)\nPASS:          sha1: sha1                                         \nPASS:        swapon: by devname                                   \nPASS:        swapon: fix page size                                \nPASS:        swapon: fix signature                                \nPASS:        swapon: by label                                     \nPASS:        swapon: by uuid                                      \n           ul: basic tests: [01] printable-characters        ... KNOWN FAILED (ul/basic-printable-characters)\n           ul: basic tests: [02] filter-input                ... KNOWN FAILED (ul/basic-filter-input)\n           ul: basic tests: [03] indicated                   ... KNOWN FAILED (ul/basic-indicated)\n           ul: basic tests                                   ... KNOWN FAILED (3 from 3 sub-tests)\n           ul: ul                                            ... KNOWN FAILED (ul/ul)\nPASS:          utmp: last: [01] nodns                             \n         utmp: last                                          ... OK (all 1 sub-tests PASSED)\nPASS:          utmp: last ipv6: [01] nodns                        \n         utmp: last ipv6                                     ... OK (all 1 sub-tests PASSED)\nPASS:          utmp: circle                                       \nPASS:          utmp: subsecond                                    \nPASS:          utmp: to binary                                    \nPASS:          utmp: IPv6 to binary                               \nPASS:          utmp: to text                                      \nPASS:          utmp: IPv6 to text                                 \nPASS:          uuid: namespace                                    \nPASS:          uuid: oids                                         \nPASS:          uuid: uuid_time                                    \nPASS:          uuid: uuid_parser                                  \nPASS:          uuid: uuidd                                        \nPASS:          uuid: uuidgen                                      \nPASS:          uuid: uuidparse                                    \nPASS:        wipefs: signatures: [01] bcachefs                    \n       wipefs: signatures                                    ... OK (all 1 sub-tests PASSED)\nSKIP:        wipefs: wipefs                                        (missing in PATH: mkfs.minix)\n\n---------------------------------------------------------------------\n  All 328 tests PASSED\n---------------------------------------------------------------------\nStarting udev\nDURATION: 151\n"
    }
   },
   "ptestresult.util-linux.bitops:_swap_bytes": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkdiscard:_offsets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_DM_error__missing_in_PATH:_dmsetup_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.blkid:_caching": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_offset": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[01]_value-probe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[02]_value-cache": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[03]_udev-probe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[04]_udev-cache": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[05]_export-probe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[06]_export-cache": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[07]_full-probe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[08]_full-cache": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[09]_device-probe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[10]_device-cache": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[11]_json-probe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_output_formatting:_[12]_json-cache": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[01]_atari-primary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[02]_atari-xgm": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[03]_bsd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[04]_dos+bsd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[05]_gpt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[06]_sgi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_partitions_probing:_[07]_sun": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[01]_adaptec-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[02]_apfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[03]_bcache-B": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[04]_bcache-C": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[05]_bcache-journal": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[06]_bcachefs-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[07]_bcachefs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[08]_befs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[09]_bfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[100]_udf-hdd-mkudffs-1.0.0-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[101]_udf-hdd-mkudffs-1.3-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[102]_udf-hdd-mkudffs-1.3-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[103]_udf-hdd-mkudffs-1.3-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[104]_udf-hdd-mkudffs-1.3-4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[105]_udf-hdd-mkudffs-1.3-5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[106]_udf-hdd-mkudffs-1.3-6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[107]_udf-hdd-mkudffs-1.3-7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[108]_udf-hdd-mkudffs-1.3-8": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[109]_udf-hdd-mkudffs-2.2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[10]_bitlocker-win7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[110]_udf-hdd-udfclient-0.7.5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[111]_udf-hdd-udfclient-0.7.7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[112]_udf-hdd-win7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[113]_udf-multi-mkudffs-0": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[114]_udf-multi-mkudffs-320": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[115]_udf-multi-mkudffs-640": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[116]_udf-multi-genisoimage-0": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[117]_udf-multi-genisoimage-417": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[118]_udf-multi-genisoimage-834": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[119]_udf": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[11]_bluestore": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[120]_ufs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[121]_vdo": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[122]_via-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[123]_vmfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[124]_vmfs_volume": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[125]_vxfs-be": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[126]_vxfs-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[127]_xfs-log": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[128]_xfs-v5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[129]_xfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[12]_btrfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[130]_zfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[131]_zonefs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[13]_cramfs-big": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[14]_cramfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[15]_cs_fvault2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[16]_ddf-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[17]_drbd-v08": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[18]_drbd-v09": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[19]_drbdmanage-control-volume": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[20]_erofs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[21]_exfat": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[22]_ext2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[23]_ext3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[24]_ext4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[25]_f2fs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[26]_fat": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[27]_fat16_noheads": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[28]_fat32_cp850_O_tilde": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[29]_fat32_label_64MB": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[30]_fat32_mkdosfs_label1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[31]_fat32_mkdosfs_label1_dosfslabel_NO_NAME": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[32]_fat32_mkdosfs_label1_dosfslabel_empty": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[33]_fat32_mkdosfs_label1_dosfslabel_label2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[34]_fat32_mkdosfs_label1_mlabel_NO_NAME": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[35]_fat32_mkdosfs_label1_mlabel_erase": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[36]_fat32_mkdosfs_label1_xp_erase": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[37]_fat32_mkdosfs_label1_xp_label2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[38]_fat32_mkdosfs_none": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[39]_fat32_mkdosfs_none_dosfslabel_NO_NAME": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[40]_fat32_mkdosfs_none_dosfslabel_label1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[41]_fat32_mkdosfs_none_dosfslabel_label1_xp_label2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[42]_fat32_mkdosfs_none_xp_label1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[43]_fat32_mkdosfs_none_xp_label1_dosfslabel_label2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[44]_fat32_xp_label1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[45]_fat32_xp_none": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[46]_fat32_xp_none_dosfslabel_label1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[47]_fat32_xp_none_mlabel_label1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[48]_gfs2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[49]_hfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[50]_hfsplus": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[51]_hpfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[52]_hpt37x-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[53]_hpt45x-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[54]_iso-different-iso-joliet-label": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[55]_iso-joliet": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[56]_iso-multi-genisoimage-0": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[57]_iso-multi-genisoimage-174": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[58]_iso-multi-genisoimage-348": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[59]_iso-rr-joliet": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[60]_iso-unicode-long-label": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[61]_iso": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[62]_isw-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[63]_jbd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[64]_jfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[65]_jmicron-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[66]_lsi-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[67]_luks1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[68]_luks2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[69]_lvm2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[70]_mdraid-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[71]_mdraid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[72]_minix-BE": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[73]_minix-LE": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[74]_mpool": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[75]_netware": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[76]_nilfs2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[77]_ntfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[78]_nvidia-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[79]_ocfs2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[80]_promise-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[81]_reiser3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[82]_reiser4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[83]_romfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[84]_silicon-raid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[85]_small-fat32": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[86]_squashfs3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[87]_squashfs4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[88]_swap-luks": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[89]_swap0": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[90]_swap1-big": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[91]_swap1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[92]_tuxonice": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[93]_ubi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[94]_ubifs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[95]_udf-bdr-2.60-nero": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[96]_udf-cd-mkudfiso-20100208": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[97]_udf-cd-nero-6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[98]_udf-hdd-macosx-2.60-4096": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_superblocks_probing:_[99]_udf-hdd-mkudffs-1.0.0-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_topology_probing:_[01]_disk": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.blkid:_topology_probing:_[02]_partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.build-sys:_config__optional_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.cal:_January_1753:_[01]_m3w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_January_1753:_[02]_3w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[01]_1mw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[02]_1sw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[03]_1mjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[04]_1sjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[05]_3mw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[06]_3sw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[07]_3mjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[08]_3sjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[09]_1mw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[10]_1sw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[11]_1mjw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[12]_1sjw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[13]_week-iso": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[14]_1m-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[15]_1s-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[16]_1mj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[17]_1sj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[18]_3m-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[19]_3s-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[20]_3mj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[21]_3sj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[22]_1m-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[23]_1s-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[24]_1mj-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_September_1752:_[25]_1sj-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[01]_1m-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[02]_1s-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[03]_1mj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[04]_1sj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[05]_3m-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[06]_3s-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[07]_3mj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[08]_3sj-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[09]_1m-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[10]_1s-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[11]_1mj-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[12]_1sj-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[13]_1mw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[14]_1sw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[15]_1mjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[16]_1sjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[17]_3mw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[18]_3sw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[19]_3mjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[20]_3sjw-month": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[21]_1mw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[22]_1sw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[23]_1mjw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_Year_2147483646:_[24]_1sjw-year": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[01]_first-day": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[02]_reformation-corner-cases-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[03]_reformation-corner-cases-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[04]_reformation-corner-cases-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[05]_reformation-corner-cases-4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[06]_last-day": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[07]_vertical": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color:_[08]_vertical-week": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color_with_week_numbers:_[01]_first-day-week-numbers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color_with_week_numbers:_[02]_reformation-corner-cases-1-week-numbers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color_with_week_numbers:_[03]_reformation-corner-cases-2-week-numbers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color_with_week_numbers:_[04]_reformation-corner-cases-3-week-numbers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color_with_week_numbers:_[05]_reformation-corner-cases-4-week-numbers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_color_with_week_numbers:_[06]_last-day-week-numbers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[01]_1m": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[02]_1s": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[03]_1mj": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[04]_1sj": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[05]_1mw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[06]_1sw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[07]_1mjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[08]_1sjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[09]_3m": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[10]_3s": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[11]_3mj": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[12]_3sj": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[13]_3mw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[14]_3sw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[15]_3mjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[16]_3sjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[17]_Sn3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[18]_Sn21": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[19]_Sn51": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_month:_[20]_Sn201": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[01]_1mv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[02]_1sv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[03]_1mjv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[04]_1sjv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[05]_1mwv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[06]_1swv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[07]_1mjwv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[08]_1sjwv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[09]_3mv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[10]_3sv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[11]_3mjv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[12]_3sjv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[13]_3mwv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[14]_3swv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[15]_3mjwv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[16]_3sjwv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[17]_vSn3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[18]_vSn21": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[19]_vSn51": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_vertical:_[20]_vSn201": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[01]_ymw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[02]_ysw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[03]_ymjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[04]_ysjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[05]_3mw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[06]_3sw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[07]_3mjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_corner_cases:_[08]_3sjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[01]_3m-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[02]_3s-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[03]_3mj-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[04]_3sj-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[05]_m-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[06]_s-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[07]_mj-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[08]_sj-week40": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[09]_3m-week40-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[10]_3mj-week40-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[11]_1m-week53": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[12]_1mj-week53": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[13]_3m-week53-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[14]_1m-week53-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[15]_1mj-week53-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[16]_3s-week54-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_week_number_given_as_argument:_[17]_3m-week52-color": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[01]_6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[01]_ym": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[02]_5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[02]_ys": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[03]_auto": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[03]_ymj": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[04]_ysj": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[05]_ymw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[06]_ysw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[07]_ymjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cal:_year:_[08]_ysjw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[01]_trailing-spaces": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[02]_tab-backspace": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[03]_various-spaces": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[04]_cr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[05]_vt1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[06]_vt2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[07]_reverse-lf": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[08]_so-si": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[09]_esc-tab": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[10]_esc-backspace": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[11]_cs-normal": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[12]_cs-alternate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[13]_allocate-here": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[14]_half-line": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_io_effects:_[15]_flushing": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_multibyte_input:_[01]_valid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_multibyte_input:_[02]_invalid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_newline_handling:_[01]_zero-length-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_newline_handling:_[02]_one-line-no-nl": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_newline_handling:_[03]_one-line-with-nl": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_newline_handling:_[04]_second-line-no-nl": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_newline_handling:_[05]_second-line-with-nl": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_options:_[01]_no-backspaces": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_options:_[02]_pass": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_options:_[03]_tabs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.col:_options:_[04]_spaces": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_functional:_[01]_no-options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_functional:_[02]_no-underlining": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_functional:_[03]_half-lines": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_functional:_[04]_short-options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_regressions:_[01]_crash1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_regressions:_[02]_crash2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colcrt:_regressions:_[03]_hang1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.colrm:_basic_check": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_ansiescape": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_columnate:_[01]_fill-cols-80": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_columnate:_[02]_fill-cols-50": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_columnate:_[03]_fill-cols-250": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_columnate:_[04]_fill-rows-80": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_columnate:_[05]_fill-rows-50": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_columnate:_[06]_fill-rows-250": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_invalid_multibyte": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_multiple_files": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[01]_default": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[02]_output-separator": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[03]_input-separator": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[04]_input-separator-space": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[05]_empty-lines": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[06]_noempty-lines": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[07]_long": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[08]_hide": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[09]_headers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[10]_noheaders": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[11]_truncate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[12]_right": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[13]_wrap": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[14]_order": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[15]_tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[16]_empty-column": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[17]_empty-column-at-eol": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[18]_empty-column-at-eol2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[19]_neg-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[20]_neg-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[21]_neg-1-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.column:_table:_[22]_range": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_bad_header:_[01]_nopad-4K-be": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_bad_header:_[02]_nopad-4K-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_bad_header:_[03]_pad-4K-be": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_bad_header:_[04]_pad-4K-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_bad_header:_[05]_pad-64K-be": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_bad_header:_[06]_pad-64K-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_fsck_endianness": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.cramfs:_mkfs_checksums__mount:_/usr/lib/util-linux/ptest/tests/output/cramfs/mkfs-mnt:_unknown_filesystem_type_'cramfs'._": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.cramfs:_mkfs_doubles__mount:_/usr/lib/util-linux/ptest/tests/output/cramfs/doubles-mnt:_unknown_filesystem_type_'cramfs'._": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.cramfs:_mkfs_endianness": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-json": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-colors": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-decode": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-delta": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-facilities": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-indentation": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-json": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-levels": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_cid-kmsg-limit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_colors": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_decode": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_delta": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_facilities": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_indentation": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_json": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_kmsg-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_levels": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_limit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_timestamp-format:_[01]_multiple": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_timestamp-format:_[02]_delta": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_timestamp-format:_[03]_delta-ctime": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.dmesg:_timestamp-format:_[04]_delta-raw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.eject:_umount:_[01]_by-disk": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.eject:_umount:_[02]_by-disk-mounted": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.eject:_umount:_[03]_by-disk-mounted-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.eject:_umount:_[04]_by-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.eject:_umount:_[05]_by-partition-mounted": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.exch:_exch": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fadvise:_drop_page_caches_related_to_a_file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[01]_empty-pt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[02]_create-partitions": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[03]_change-type-by-number": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[04]_change-type-by-uuid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[05]_delete-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[06]_create-again-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[07]_corrupt-primary-table": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_GPT:_[08]_corrupt-backup-table": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[01]_empty-pt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[02]_create-primary-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[03]_set-partition-type": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[04]_set-primary-par-active": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[05]_re-create-primary-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[06]_create-extended-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[07]_create-logical-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[08]_delete-logical-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[09]_create-another-log-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[10]_delete-primary-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_dos_mode:_[11]_delete-extended-par": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_id:_[01]_create-mbr-with-id-0x1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_id:_[02]_create-mbr-with-id-0x2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[01]_empty-pt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[02]_1st-primary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[03]_1st-active": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[04]_1st-primary-recreate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[05]_2nd-primary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[06]_extended": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[07]_logical": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[08]_logical-delete": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[09]_logical-recreate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[10]_1st-primary-delete": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[11]_1nd-primary-delete": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[12]_extended-delete": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_non-dos_mode:_[13]_first-sector-at-end": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_sort:_[01]_empty-pt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_sort:_[02]_create-primary-partitions": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_sort:_[03]_create-logical-partitions": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_MBR_-_sort:_[04]_fix-order": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_align_512/4K": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_align_512/4K_+alignment_offset": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_align_512/512": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_align_512/512_+topology": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_gpt-resize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_invalid_input_tests": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_nested_BSD": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_resize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[01]_empty-sun-pt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[02]_create-first-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[03]_set-partition-sysid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[04]_set-first-par-readonly": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[05]_set-first-par-mountable": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[06]_create-second-partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fdisk:_sunlabel_tests:_[07]_delete-all-partitions": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fincore:_count_file_contents_in_core": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[01]_types": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[02]_types-multi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[03]_types-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[04]_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[05]_options-name": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[06]_options-nameval": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[07]_options-nameval-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[08]_options-nameval-multi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[09]_options-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[10]_options-no": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filter:_[11]_options-no-multi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[01]_types": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[02]_types-multi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[03]_types-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[04]_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[05]_options-name": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[06]_options-nameval": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[07]_options-nameval-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[08]_options-nameval-multi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[09]_options-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_filterQ:_[10]_options-no": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[01]_target": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[02]_vfs-options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[03]_fs-options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[04]_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[05]_fstype": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[06]_propagation": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[07]_fsroot": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[08]_parent": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_listmount_&_statmount:_[09]_id": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_outputs:_[01]_default": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_outputs:_[02]_kernel": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_outputs:_[03]_force-tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_outputs:_[04]_submounts": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_outputs:_[05]_messy-mountinfo": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_target:_[01]_root": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_target:_[02]_non-root": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.findmnt:_the_columns_enabled_with_-D_and_-I_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fsck:_is_mounted": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.fuzzers:_test_blkid_fuzz__test_blkid_fuzz_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.fuzzers:_test_fdisk_script_fuzz__test_fdisk_script_fuzz_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.fuzzers:_test_last_fuzz__test_last_fuzz_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.fuzzers:_test_mount_fuzz__test_mount_fuzz_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.getopt:_basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[01]_alternative_option_clash": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[02]_alternative_option_long": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[03]_alternative_option_short": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[04]_invalid_getopt_option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[05]_invocation_model_one": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[06]_invocation_model_three_as_one": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[07]_invocation_model_two_as_one": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[08]_invocation_without_parameters": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[09]_long_option_ambiguous_1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[10]_longopts": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[11]_name_option_long": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[12]_name_option_short": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[13]_quiet_option_long": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[14]_quiet_option_short": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[15]_quiet_output_option_long": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[16]_quiet_output_option_short": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[17]_same_long_short_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[18]_test_for_enhanced_getopt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[19]_unknown_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[20]_unquoted_option_bash": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[21]_unquoted_option_tcsh": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[22]_weird_quoting_bash": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[23]_weird_quoting_tcsh": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[24]_compatible": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[25]_sh": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[26]_csh": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[27]_no-arguments": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[28]_posix_correctly": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.getopt:_options:_[29]_non-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[01]_orig": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[02]_dryrun": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[03]_nargs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[04]_regex-escapes": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[05]_content": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[06]_maximum-size-8191": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hardlink:_options:_[07]_maximum-size-8192": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[01]_empty-format": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[02]_1b_octal": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[03]_1b_hex": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[04]_1b_char": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[05]_canon": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[06]_2b_dec": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[07]_2b_octal": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_format-strings:_[08]_2b_hex": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[01]_1b_octal-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[02]_1b_octal-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[03]_1b_octal-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[04]_1b_octal-4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[05]_1b_octal-5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[06]_1b_octal-6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[07]_1b_octal-7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[08]_1b_octal-8": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[09]_1b_octal-9": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[10]_1b_char-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[11]_1b_char-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[12]_1b_char-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[13]_canon-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[14]_canon-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[15]_2b_dec-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[16]_2b_dec-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[17]_2b_dec-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[18]_2b_dec-4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[19]_2b_dec-5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[20]_2b_dec-6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[21]_2b_dec-7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[22]_2b_dec-8": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[23]_4b_dec-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[24]_4b_dec-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[25]_4b_dec-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[26]_4b_dec-4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[27]_4b_dec-5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[28]_4b_dec-6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hexdump:_highlighting:_[29]_4b_dec-7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hwclock:_show": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.hwclock:_system_to_hw__missing_in_PATH:_sntp_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.ipcs:_basic_limits": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_headers:_[01]_shm-headers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_headers:_[02]_mesg-headers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_headers:_[03]_sem-headers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_headers:_[04]_all-headers": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_limits_overflow": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_mk-rm-msg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_mk-rm-sem": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.ipcs:_mk-rm-shm": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.isosize:_print-size:_[01]_default_output": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.isosize:_print-size:_[02]_sector_output": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.isosize:_print-size:_[03]_divisor_output": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.kill:_all_processes": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.kill:_decode_functions": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.kill:_name_to_number": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.kill:_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.kill:_print_pid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.kill:_queue": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lib:_procfs_library:_[01]_one-process": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lib:_procfs_library:_[02]_stat-nth": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lib:_timeutils_library:_[01]_timestamp": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lib:_timeutils_library:_[02]_format": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lib:_timeutils_library:_[03]_format-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_GPT__test_fdisk_gpt_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[01]_mbr-primary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[02]_mbr-primary-nopartno": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[03]_mbr-err-primary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[04]_mbr-err-nospace": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[05]_mbr-logical": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[06]_mbr-nopartno": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[07]_mbr-err-logical": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[08]_mbr-space-gap": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[09]_gpt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[10]_gpt-nopartno": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[11]_gpt-err-overlap": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[12]_gpt-partno-gap": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart-full:_[13]_gpt-space-gap": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart:_[01]_mbr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart:_[02]_mbr-logic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart:_[03]_mbr-nopartno": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libfdisk:_mkpart:_[04]_gpt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.liblastlog2:_dlopen__test_lastlog2_dlopen_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.liblastlog2:_pam_lastlog2_output__test_lastlog2_pam_lastlog2_output_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.liblastlog2:_remove_entry__test_lastlog2_remove_entry_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.liblastlog2:_rename_user__test_lastlog2_rename_user_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.liblastlog2:_sqlite3_time__test_lastlog2_y2038_sqlite3_time_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.liblastlog2:_write_read_user__test_lastlog2_write_read_user_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.liblastlog2:_y2038_ll2_read_all__test_lastlog2_y2038_ll2_read_all_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_context-py__pylibmount_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_context-py__utab___pylibmount_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_context__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_context__utab___test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_debugging__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_lock__optional_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_loop_overlay": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[01]_file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[02]_file-o-loop": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[03]_dev-loop": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[04]_o-loop-val": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[05]_reuse": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[06]_conflict": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[07]_o-loop-val-initialized": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[08]_o-loop-val-conflict": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_losetup-loop:_[09]_explicit-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libmount:_options_string__test_mount_optlist_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_options_string__test_mount_optstr_not_found_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_tab_files-py__pylibmount_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_tab_files__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_tab_update-py__pylibmount_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_tab_update__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_table_diffs__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_tags-py__pylibmount_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_tags__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libmount:_utils__test_not_compiled_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[01]_bool-and": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[01]_broken-bad-column": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[01]_float-and": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[01]_number-and": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[01]_string-eq": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[01]_tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[02]_bool-as-string": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[02]_broken-bad-float": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[02]_float-as-string": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[02]_number-and-or": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[02]_string-ge": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[02]_tree-json": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[03]_bool-as-string2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[03]_broken-bad-number": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[03]_float-as-string2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[03]_number-as-string": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[03]_string-gt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[03]_tree-middle": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[04]_bool-eq-false": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[04]_broken-bad-oper": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[04]_float-eq": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[04]_number-eq": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[04]_string-is": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[04]_tree-end": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[05]_bool-eq-false2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[05]_broken-bad-oper2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[05]_float-eq2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[05]_number-expr-and-expr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[05]_string-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[05]_trunc": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[06]_bool-eq-false3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[06]_broken-no-close": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[06]_float-ge": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[06]_number-expr-or-expr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[06]_right": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[06]_string-lt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[07]_bool-eq-true": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[07]_broken-no-column": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[07]_float-ge2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[07]_number-ge": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[07]_right-maxout": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[07]_string-ne": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[08]_bool-eq-true2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[08]_broken-no-param": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[08]_float-gt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[08]_number-gt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[08]_padding-default": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[08]_string-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[09]_bool-eq-true3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[09]_broken-no-start": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[09]_float-gt2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[09]_number-is": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[09]_padding-maxout": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[09]_string-nreg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[10]_bool-is": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[10]_float-is": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[10]_number-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[10]_padding-minout": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[10]_string-reg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[11]_bool-ne": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[11]_float-le": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[11]_number-lt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[11]_strictwidth": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[12]_bool-ne2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[12]_float-le2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[12]_noextremes": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[12]_number-ne": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[13]_bool-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[13]_float-lt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[13]_hidden": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[13]_number-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[14]_bool-or": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[14]_float-lt2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[14]_number-or": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[14]_wrap": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[15]_float-ne": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[15]_wrap-tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[16]_float-ne2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[16]_wrapnl": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[17]_float-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[17]_wrapnl-tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[18]_float-or": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[18]_wrapzero": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[19]_wrapzero-tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[20]_raw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[21]_export": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_fromfile:_[22]_column-separator": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.libsmartcols:_title": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[01]_kern_priority": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[02]_kern_priority_numeric": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[03]_invalid_prio": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[04]_rfc5424_exceed_size": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[05]_id_with_space": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[06]_tag_with_space": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[07]_tcp": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[08]_multi-line": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[09]_rfc5424_msgid_with_space": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[10]_invalid_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_errors:_[11]_check_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[01]_rfc3164": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[02]_rfc5424_simple": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[03]_rfc5424_notime": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[04]_rfc5424_nohost": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[05]_rfc5424_msgid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[06]_octet_counting": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[07]_priorities": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_formats:_[08]_check_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_journald__unsupported_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.logger:_options:_[01]_simple": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[02]_log_pid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[03]_log_pid_long": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[04]_log_pid_define": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[05]_log_pid_no_arg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[06]_input_file_simple": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[07]_input_file_empty_line": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[08]_input_file_skip_empty": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[09]_input_file_prio_prefix": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.logger:_options:_[10]_check_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.login:_defs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.login:_islocal": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.look:_separator": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-blkdev:_[01]_show": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-blkdev:_[02]_offset": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-blkdev:_[03]_sizelimit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-blkdev:_[04]_section": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[01]_find-race-condition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[02]_find-re-use": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[03]_find-no-re-use": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[04]_find-conflict": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[05]_find-conflict-no-sizelimit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[06]_find-conflict-readonly": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[07]_find-ok-no-sizelimit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[08]_plain-conflict": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup-loop:_[09]_plain-readonly": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup:_[01]_file-show": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup:_[02]_file-offset": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup:_[03]_file-sizelimit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.losetup:_losetup:_[04]_file-section": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[01]_simple-lvm-basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[02]_simple-lvm-discard": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[03]_simple-lvm-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[04]_simple-lvm-state": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[05]_simple-lvm-topo": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[06]_simple-lvm-vendor": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[07]_simple-lvm-zone": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[08]_simple-nvme-basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[09]_simple-nvme-discard": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[10]_simple-nvme-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[11]_simple-nvme-state": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[12]_simple-nvme-topo": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[13]_simple-nvme-vendor": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsblk:_lsblk:_[14]_simple-nvme-zone": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[01]_arm-A510-A710-A715-X3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[02]_armv7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[03]_loongarch-loongson_3a5000_hv": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[04]_ppc-qemu": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[05]_ppc64-POWER7-64cpu": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[06]_ppc64-POWER7": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[07]_rv64-linux": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[08]_rv64-milkvpioneer": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[09]_rv64-visionfive2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[10]_s390-kvm": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[11]_s390-lpar-drawer": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[12]_s390-lpar": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[13]_s390-nested-virt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[14]_s390-zvm": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[15]_sparc64": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[16]_vbox-win": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[17]_vmware_fpe": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[18]_x86_64-64cpu-linux6.2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[19]_x86_64-64cpu": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[20]_x86_64-dell_e4310": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lscpu:_lscpu:_[21]_x86_64-epyc_7451": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_--hyperlink_option:_[01]_regular-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_--hyperlink_option:_[02]_character-device": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_--hyperlink_option:_[03]_deleted-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_--inet_option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_--pid_option__pid_1_is_not_systemd_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_--summary_option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_AF_UNIX_socket_pair_created_with_socketpair_2___sockdiag_netlink_socket_is_not_available_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_DELETED_column:_[01]_make-regular-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_DELETED_column:_[02]_ro-regular-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[01]_MODE-r-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[02]_XMODE-r-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[03]_MODE-w-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[04]_XMODE-w-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[05]_MODE-x-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[06]_XMODE-x-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[07]_XMODE-D-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[08]_XMODE-l-bit-flock-sh": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[09]_XMODE-l-bit-posix-r-": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[10]_XMODE-l-bit-ofd-r-": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[11]_XMODE-l-bit-lease-r": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[12]_XMODE-L-bit-flock-ex": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[13]_XMODE-L-bit-posix--w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[14]_XMODE-L-bit-posix-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[15]_XMODE-L-bit-ofd--w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[16]_XMODE-L-bit-ofd-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[17]_XMODE-L-bit-lease-w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_MODE_and_XMODE_columns:_[18]_XMODE-m-bit": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_NAME_and_KNAME_column:_[01]_ro-regular-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_NAME_and_KNAME_column:_[02]_pidfd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_NAME_and_KNAME_column:_[03]_socketpair": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_NAME_and_KNAME_column:_[04]_deleted-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_NETLINK_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_PING_and_PINGv6_sockets__the_group_s___0__of_the_process_is_not_in_the_expected_range_[1_0]__": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_RAW6_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_RAW_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_SOCK.NETNS_and_ENDPOINTS_for_sockets_made_in_another_netns__sockdiag_netlink_socket_is_not_available_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_SOURCE_column:_[01]_namespace-ASSOC": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_SOURCE_column__requiring_the_root_privilege_:_[01]_SysVIPC-shmem": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_SOURCE_column_for_fd_opening_a_file_on_btrfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_TCP6_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_TCP_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_TYPE_and_STTYPE_column:_[01]_ro-regular-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_TYPE_and_STTYPE_column:_[02]_pidfd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_TYPE_and_STTYPE_column:_[03]_inotify": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_TYPE_and_STTYPE_column:_[04]_socketpair": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UDP6_and_UDPLITEv6_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UDP_and_UDP-Lite_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UNIX_dgram_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UNIX_sockets_made_in_a_different_net_namespace:_[01]_stream": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UNIX_sockets_made_in_a_different_net_namespace:_[02]_dgram": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UNIX_sockets_made_in_a_different_net_namespace:_[03]_seqpacket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UNIX_stream_sockets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_UNIX_stream_sockets__sockdiag_netlink_socket_is_not_available_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_VSOCK_stream_sockets__AF_VSOCK+SOCK_DGRAM_doesn't_work_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_XMODE.m_for_classical_system_calls_for_multiplexing:_[01]_pselect6": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_XMODE.m_for_classical_system_calls_for_multiplexing:_[02]_select": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_XMODE.m_for_classical_system_calls_for_multiplexing:_[03]_poll": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_XMODE.m_for_classical_system_calls_for_multiplexing:_[04]_ppoll": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_ainodeclass_column:_[01]_pidfd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_ainodeclass_column:_[02]_inotify": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_block_device_with_O_RDONLY": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_character_device_with_O_RDWR": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_directory": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_eventfd_with_fork": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_eventpoll_targets": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_fd_opening_a_file_cannot_be_readlink_2_'ed": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_fd_opening_a_file_cannot_be_stat_2_'ed": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_inotify": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_inotify_on_btrfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_kthread_column__pid_1_is_not_systemd_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_mmap'ed_AF_PACKET_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_mqueue_with_fork": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_netns_associated_with_a_fd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_passing_broken_expressions_to_-Q_option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_pidfd__pid_1_is_not_systemd_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsfd:_pipe,_no_fork": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_ptmx_and_associated_pts": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_read-only_regular_file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_signalfd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_symbolic_link_itself_opened_with_O_PATH": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_timerfd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_timerfd:_[01]_realtime-remaining-and-interval": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_timerfd:_[02]_monotonic-remaining-only": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_timerfd:_[03]_boottime-interval-only": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_timerfd_associating_alarm": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsfd:_tun_device_and_interface_behind_the_device__/dev/net/tun_doest_not_exist_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[01]_flock-sh": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[02]_flock-ex": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[03]_posix-r-": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[04]_posix--w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[05]_posix-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[06]_ofd-r-": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[07]_ofd--w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[08]_ofd-rw": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[09]_lease-w": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[10]_flock-sh+HOLDERS": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[11]_flock-ex+HOLDERS": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[12]_ofd-r-+HOLDERS": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[13]_ofd--w+HOLDERS": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[14]_ofd-rw+HOLDERS": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslocks:_flock:_[15]_lease-w+HOLDERS": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lslogins:_read_logins__missing_in_PATH:_sqlite3_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.lsmem:_lsmem:_[01]_s390-zvm-6g": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsmem:_lsmem:_[02]_x86_64-16g": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsns:_-Q,_--filter_option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsns:_NETNSID_compare_to_ip-link": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsns:_NSFS_for_ip-netns-add": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsns:_find_an_isolated_net_namespace_via_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsns:_list_the_namespace_pointed_by_a_file_descriptor": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.lsns:_ownership_and_hierarchy": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.md5:_md5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.minix:_fsck_images__missing_in_PATH:_fsck.minix_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.minix:_mkfs_fsck__missing_in_PATH:_mkfs.minix_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.minix:_mkfs_mount__missing_in_PATH:_mkfs.minix_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.misc:_Documentation/boilerplate:_[01]_exec": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_Documentation/boilerplate:_[02]_help": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[01]_default": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[02]_mask": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[03]_grouped-mask": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[04]_list": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[05]_binary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[06]_truncate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[07]_width": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[08]_width-truncate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[09]_parse-mask": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[10]_parse-range": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[11]_parse-grouped-mask": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[12]_or": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[13]_and": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[14]_xor": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[15]_not": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_bits:_[16]_stdin": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_enosys:_[01]_basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_enosys:_[02]_exec": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_enosys:_[03]_ioctl": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_fallocate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[01]_non-block": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[02]_no-fork": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[03]_shared": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[04]_exclusive": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[05]_fd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[06]_timeout": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[08]_fcntl-non-block": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[09]_fcntl-no-fork": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[10]_fcntl-shared": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[11]_fcntl-exclusive": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[12]_fcntl-fd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[13]_fcntl-vs-flock": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_flock:_[14]_fcntl-timeout": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_ionice": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_line__missing_in_PATH:_line_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.misc:_lsclocks:_[01]_basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_lsclocks:_[02]_time": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_lsclocks:_[03]_dynamic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_lsclocks:_[04]_rtc": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_lsclocks:_[05]_cpu": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_mbsencode:_[01]_safe-ascii": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_mbsencode:_[02]_invalid-ascii": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_mcookie": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_mountpoint:_[01]_default": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_mountpoint:_[02]_nofollow": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_mountpoint:_[03]_mutually-exclusive": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_optstr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[01]_set-fd-bad": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[02]_set-fd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[03]_set-file-bad": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[04]_set-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[05]_get-fd-bad": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[06]_get-fd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[07]_get-file-bad": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[08]_get-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[09]_pipe-max-size": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_pipesz:_[10]_exec": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_rev": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_setarch:_[01]_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_setarch:_[02]_uname26": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_setarch:_[03]_uname26-version": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_setarch:_[04]_show": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_setpgid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_setsid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_strtosize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_swaplabel": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_time_t_size": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_waitpid:_[01]_normal": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_waitpid:_[02]_timeout": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_waitpid:_[03]_exited": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_waitpid:_[04]_count": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.misc:_whereis": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[01]_NATIVE-4096": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[02]_NATIVE-4096-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[03]_LE-4096": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[04]_LE-4096-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[05]_BE-4096": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[06]_BE-4096-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[07]_NATIVE-8192": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[08]_NATIVE-8192-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[09]_LE-8192": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[10]_LE-8192-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[11]_BE-8192": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[12]_BE-8192-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mkswap:_mkswap:_[13]_offset": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.more:_regexp": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.more:_squeeze": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_X-mount.nocanonicalize:_[01]_file-over-symlink": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_X-mount.nocanonicalize:_[02]_symlink-over-file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_X-mount.nocanonicalize:_[03]_symlink-over-symlink": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_X-mount.subdir:_[01]_init": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_X-mount.subdir:_[02]_subdir": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_X-mount.{owner,group,mode}=": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[01]_basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[02]_filter-type": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[03]_filter-notype": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[04]_filter-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[05]_override-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[06]_relative-path": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_all__fstab_:_[07]_prefix": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_broken_fstab:_[01]_mount": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_broken_fstab:_[02]_mount-all": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_btrfs__fstab_:_[01]_btrfs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_btrfs__fstab_:_[02]_auto": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_devname": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_devname__fstab_:_[01]_mountpoint": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_devname__fstab_:_[02]_device-name": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_devname__fstab_label_": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_devname__fstab_symlink_": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_devname__fstab_uuid_": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label:_[01]_L-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label:_[02]_LABEL-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_:_[01]_no-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_:_[02]_L-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_:_[03]_LABEL-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_devname_:_[01]_L-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_devname_:_[02]_LABEL-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_uuid_:_[01]_L-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_label__fstab_uuid_:_[02]_LABEL-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid:_[01]_U-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid:_[02]_UUID-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_:_[01]_no-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_:_[02]_U-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_:_[03]_UUID-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_devname_:_[01]_U-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_devname_:_[02]_UUID-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_label_:_[01]_U-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_by_uuid__fstab_label_:_[02]_UUID-option": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_call_mount.<type>:_[01]_basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_call_mount.<type>:_[02]_options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_call_mount.<type>:_[03]_multi-types": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_call_mount.<type>:_[04]_user": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_call_mount.<type>:_[05]_username": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_call_mount.<type>:_[06]_missing-options": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_complex:_[01]_init": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_complex:_[02]_rw-mount": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_complex:_[03]_ro-move": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_complex:_[04]_ro-remount": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_complex:_[05]_rw-remount": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_complex:_[06]_ro-shared-bind": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_dm-verity_support__missing_in_PATH:_mksquashfs_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.mount:_fs_lists:_[01]_one-type": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fs_lists:_[02]_more-types": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fs_lists:_[03]_more-types-fstab": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fs_lists:_[04]_type-pattern": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fs_lists:_[05]_type-pattern-neg": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fstab-bind": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fstab-fallback:_[01]_open_tree": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fstab-fallback:_[02]_fsopen": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fstab-fallback:_[03]_later-fsopen": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fstab-fallback:_[04]_subdir": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_fstab-fallback:_[05]_mount_setattr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_loop__fstab_": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_move": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_none": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_regular_file": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_remount": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_shared-subtree:_[01]_make-shared": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_shared-subtree:_[02]_make-private": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_shared-subtree:_[03]_make-unbindable": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_shared-subtree:_[04]_bind-shared": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_shared-subtree:_[05]_mount-private": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_shared-subtree:_[06]_mount-private-ro": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_umount-all-targets:_[01]_all-targets-mnt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_umount-all-targets:_[02]_all-targets-dev": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_umount-all-targets:_[03]_all-targets-recursive": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.mount:_umount-recursive": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.namei:_basic_functionality": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.nsenter:_entering_network_namespace_via_socket": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[01]_addpart": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[02]_delpart": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[03]_detect-parts": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[04]_delete-all": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[05]_add-all": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[06]_update-one": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[07]_delete-one": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[08]_delete-non-existent": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[09]_add-existing": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_partitions_probing:_[10]_change-by-range": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[01]_atari-primary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[02]_atari-xgm": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[03]_bsd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[04]_dos+bsd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[05]_gpt": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[06]_sgi": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.partx:_show_images:_[07]_sun": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.paths:_built-in__optional_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.rename:_basic_check": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.rename:_exit_codes": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.rename:_overwrite": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.rename:_subdir_check": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.rename:_symlink_check": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[01]_fifo": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[02]_batch__kernel_version_must_be_<_6.12.0_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[03]_batch-custom-slice": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[04]_other__kernel_version_must_be_<_6.12.0_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[05]_other-custom-slice": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[06]_rr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[07]_idle": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_chrt:_[08]_deadline": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.schedutils:_coresched__Kernel_has_no_CONFIG_SCHED_CORE_support_or_SMT_is_not_available_": {
    "status": "SKIPPED"
   },
   "ptestresult.util-linux.schedutils:_cpuset": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_buffering_race": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_options:_[01]_append": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_options:_[02]_force": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_options:_[03]_quiet": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_options:_[04]_return": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_options:_[05]_size": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_race_conditions": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_replay:_[01]_basic": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_replay:_[02]_output": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_replay:_[03]_input": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.script:_replay:_[04]_live": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.setpriv:_setpriv_landlock:_[01]_nothing-allowed": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.setpriv:_setpriv_landlock:_[02]_partial-access-fail": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.setpriv:_setpriv_landlock:_[03]_partial-access-success": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.setpriv:_setpriv_landlock:_[04]_combined-access": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.setpriv:_setpriv_landlock:_[05]_wildcard-access": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.setpriv:_setpriv_seccomp": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[01]_all-defaults": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[02]_uuid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[03]_label": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[04]_type": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[05]_attrs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[06]_attrs-space": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[07]_attrs-guid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[08]_attrs-with-typo": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[09]_attrs-unsupported": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[10]_attrs-broken-nosep": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[11]_attrs-broken-guid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[12]_read-dump": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[13]_write-dump": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[14]_write-json": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[15]_list-pmbr": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[16]_resize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_GPT:_[17]_reorder": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[01]_simple-commas": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[02]_activate": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[03]_simple-space": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[04]_read-dump-case": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[05]_read-dump": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[06]_write-dump": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[07]_write-json": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[08]_explicit-size": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[09]_resize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[10]_resize-empty-extended": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[11]_reduce-empty-extended": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[12]_resize-extended": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[13]_resize-logical": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[14]_dump-old": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[15]_dump-gaps": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[16]_default-vs-gap1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[17]_default-vs-gap2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_MBR:_[18]_sizes-vs-gaps": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_movedata:_[01]_up": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_movedata:_[02]_down": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_movedata:_[03]_non-overlay": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[01]_dos-0-move-up-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[02]_dos-1-move-down-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[03]_dos-2-move-up-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[04]_dos-3-move-down-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[05]_dos-4-enlarge-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[06]_dos-5-reduce-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[07]_dos-6-enlarge-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[08]_dos-7-reduce-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[09]_dos-8-enlarge-all": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[10]_dos-9-up-preduce": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[11]_dos-10-down-enlarge": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[12]_dos-11-absolute-move-resize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[13]_dos-12-reduce-midle": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[14]_dos-13-max-last": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[15]_gpt-0-move-up-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[16]_gpt-1-move-down-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[17]_gpt-2-move-up-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[18]_gpt-3-move-down-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[19]_gpt-4-enlarge-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[20]_gpt-5-reduce-absolute": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[21]_gpt-6-enlarge-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[22]_gpt-7-reduce-relative": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[23]_gpt-8-enlarge-all": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[24]_gpt-9-up-preduce": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[25]_gpt-10-down-enlarge": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[26]_gpt-11-absolute-move-resize": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[27]_gpt-12-reduce-midle": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[28]_gpt-13-max-last": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_resize:_[29]_dos-unsorted": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[01]_type-and-id": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[01]_v2.32": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[02]_separator": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[02]_v2.35": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[03]_current": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[03]_quotes": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[04]_broken-1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[05]_broken-2": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[06]_broken-3": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[07]_broken-4": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_script:_[08]_broken-5": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_wipe:_[01]_gpt-to-dos": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_wipe:_[02]_gpt-to-dos-auto": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_wipe:_[03]_fs-to-dos": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sfdisk:_wipe:_[04]_partition": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.sha1:_sha1": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.swapon:_by_devname": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.swapon:_by_label": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.swapon:_by_uuid": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.swapon:_fix_page_size": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.swapon:_fix_signature": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_IPv6_to_binary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_IPv6_to_text": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_circle": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_last:_[01]_nodns": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_last_ipv6:_[01]_nodns": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_subsecond": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_to_binary": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.utmp:_to_text": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_namespace": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_oids": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_uuid_parser": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_uuid_time": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_uuidd": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_uuidgen": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.uuid:_uuidparse": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.wipefs:_signatures:_[01]_bcachefs": {
    "status": "PASSED"
   },
   "ptestresult.util-linux.wipefs:_wipefs__missing_in_PATH:_mkfs.minix_": {
    "status": "SKIPPED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5105342864990234,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-wayland_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-wayland",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0009100437164306641,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.176727771759033,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.031989336013793945,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 5.598698854446411,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0012974739074707031,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:38\nBEGIN: /usr/lib/wayland/ptest\ntest \"array_for_each\":\texit status 0, pass.\n----------------------------------------\ntest \"array_copy\":\texit status 0, pass.\n----------------------------------------\ntest \"array_add\":\texit status 0, pass.\n----------------------------------------\ntest \"array_release\":\texit status 0, pass.\n----------------------------------------\ntest \"array_init\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/array-test\ntest \"client_destroy_removes_link\":\texit status 0, pass.\n----------------------------------------\ntest \"client_destroy_listener\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/client-test\ntest \"new_resource\":\texit status 0, pass.\n----------------------------------------\ntest \"new_client_connect\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/compositor-introspection-test\nTimeout was set to 1 second from now.\n* bogus size 11\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 10\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 9\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 8\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 7\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 6\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 5\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 4\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 3\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 2\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 1\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 0\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\ntest \"request_bogus_size\":\texit status 0, pass.\n----------------------------------------\nwl_display#1: error 2: no memory\ntest \"closure_leaks_after_error\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"closure_leaks\":\texit status 0, pass.\n----------------------------------------\ntest \"invoke_closure\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_unbounded_boundary_size\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_big_enough\":\texit status 0, pass.\n----------------------------------------\nData too big for buffer (0 + 5012 > 4096).\ntest \"connection_marshal_too_big\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_alot\":\texit status 0, pass.\n----------------------------------------\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\ntest \"connection_demarshal_failures\":\texit status 0, pass.\n----------------------------------------\nNULL string received on non-nullable type, message test(s)\ntest \"connection_demarshal_null_strings\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_demarshal\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_demarshal\":\texit status 0, pass.\n----------------------------------------\nerror marshalling arguments for test (signature o): null value passed for arg 0\nerror marshalling arguments for test (signature s): null value passed for arg 0\nerror marshalling arguments for test (signature a): null value passed for arg 0\ntest \"connection_marshal_nullables\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal\":\texit status 0, pass.\n----------------------------------------\ntest \"argument_from_va_list\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_queue\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_data\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_write\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_create\":\texit status 0, pass.\n----------------------------------------\n19 tests, 19 pass, 0 fail\nPASS: tests/connection-test\nPASS: tests/cpp-compile-test\ntest \"no_source_terminate\":\texit status 0, pass.\n----------------------------------------\ntest \"global_remove\":\texit status 0, pass.\n----------------------------------------\nSend loop 0\nSend loop 1\nSend loop 2\nSend loop 3\nSend loop 4\nSend loop 5\nSend loop 6\nSend loop 7\nSend loop 8\nSend loop 9\nSend loop 10\nSend loop 11\nSend loop 12\nSend loop 13\nSend loop 14\nSend loop 15\nSend loop 16\nSend loop 17\nSend loop 18\nSend loop 19\nSend loop 20\nSend loop 21\nSend loop 22\nSend loop 23\nSend loop 24\nSend loop 25\nSend loop 26\nSend loop 27\nSend loop 28\nSend loop 29\nSend loop 30\nSend loop 31\nSend loop 32\nSend loop 33\nSend loop 34\nSend loop 35\nSend loop 36\nSend loop 37\nSend loop 38\nSend loop 39\nSend loop 40\nSend loop 41\nSend loop 42\nSend loop 43\nSend loop 44\nSend loop 45\nSend loop 46\nSend loop 47\nSend loop 48\nSend loop 49\nSend loop 50\nSend loop 51\nSend loop 52\nSend loop 53\nSend loop 54\nSend loop 55\nSend loop 56\nSend loop 57\nSend loop 58\nSend loop 59\nSend loop 60\nSend loop 61\nSend loop 62\nSend loop 63\nSend loop 64\nSend loop 65\nSend loop 66\nSend loop 67\nSend loop 68\nSend loop 69\nSend loop 70\nSend loop 71\nSend loop 72\nSend loop 73\nSend loop 74\nSend loop 75\nSend loop 76\nSend loop 77\nSend loop 78\nSend loop 79\nSend loop 80\nSend loop 81\nSend loop 82\nSend loop 83\nSend loop 84\nSend loop 85\nSend loop 86\nSend loop 87\nSend loop 88\nSend loop 89\nSend loop 90\nSend loop 91\nSend loop 92\nSend loop 93\nSend loop 94\nSend loop 95\nSend loop 96\nSend loop 97\nSend loop 98\nSend loop 99\nSend loop 100\nSend loop 101\nSend loop 102\nSend loop 103\nSend loop 104\nSend loop 105\nSend loop 106\nSend loop 107\nSend loop 108\nSend loop 109\nSend loop 110\nSend loop 111\nSend loop 112\nSend loop 113\nSend loop 114\nSend loop 115\nSend loop 116\nSend loop 117\nSend loop 118\nSend loop 119\nSend loop 120\nSend loop 121\nSend loop 122\nSend loop 123\nSend loop 124\nSend loop 125\nSend loop 126\nSend loop 127\nSend loop 128\nSend loop 129\nSend loop 130\nSend loop 131\nSend loop 132\nSend loop 133\nSend loop 134\nSend loop 135\nSend loop 136\nSend loop 137\nSend loop 138\nSend loop 139\nSend loop 140\nSend loop 141\nSend loop 142\nSend loop 143\nSend loop 144\nSend loop 145\nSend loop 146\nSend loop 147\nSend loop 148\nSend loop 149\nSend loop 150\nSend loop 151\nSend loop 152\nSend loop 153\nSend loop 154\nSend loop 155\nSend loop 156\nSend loop 157\nSend loop 158\nSend loop 159\nSend loop 160\nSend loop 161\nSend loop 162\nSend loop 163\nSend loop 164\nSend loop 165\nSend loop 166\nSend loop 167\nSend loop 168\nSend loop 169\nSend loop 170\nSend loop 171\nSend loop 172\nSend loop 173\nSend loop 174\nSend loop 175\nSend loop 176\nSend loop 177\nSend loop 178\nSend loop 179\nSend loop 180\nSend loop 181\nSend loop 182\nSend loop 183\nSend loop 184\nSend loop 185\nSend loop 186\nSend loop 187\nSend loop 188\nSend loop 189\nSend loop 190\nSend loop 191\nSend loop 192\nSend loop 193\nSend loop 194\nSend loop 195\nSend loop 196\nSend loop 197\nSend loop 198\nSend loop 199\nSend loop 200\nSend loop 201\nSend loop 202\nSend loop 203\nSend loop 204\nSend loop 205\nSend loop 206\nSend loop 207\nSend loop 208\nSend loop 209\nSend loop 210\nSend loop 211\nSend loop 212\nSend loop 213\nSend loop 214\nSend loop 215\nSend loop 216\nSend loop 217\nSend loop 218\nSend loop 219\nSend loop 220\nSend loop 221\nSend loop 222\nSend loop 223\nSend loop 224\nSend loop 225\nSend loop 226\nSend loop 227\nSend loop 228\nSend loop 229\nSend loop 230\nSend loop 231\nSend loop 232\nSend loop 233\nSend loop 234\nSend loop 235\nSend loop 236\nSend loop 237\nSend loop 238\nSend loop 239\nSend loop 240\nSend loop 241\nSend loop 242\nSend loop 243\nSend loop 244\nSend loop 245\nSend loop 246\nSend loop 247\nSend loop 248\nSend loop 249\nSend loop 250\nSend loop 251\nSend loop 252\nSend loop 253\nSend loop 254\nSend loop 255\nSend loop 256\nSend loop 257\nSend loop 258\nSend loop 259\nSend loop 260\nSend loop 261\nSend loop 262\nSend loop 263\nSend loop 264\nSend loop 265\nSend loop 266\nSend loop 267\nSend loop 268\nSend loop 269\nSend loop 270\nSend loop 271\nSend loop 272\nSend loop 273\nSend loop 274\nSend loop 275\nSend loop 276\nSend loop 277\nSend loop 278\nSend loop 279\nSend loop 280\nSend loop 281\nSend loop 282\nSend loop 283\nSend loop 284\nSend loop 285\nSend loop 286\nSend loop 287\nSend loop 288\nSend loop 289\nSend loop 290\nSend loop 291\nSend loop 292\nSend loop 293\nSend loop 294\nSend loop 295\nSend loop 296\nSend loop 297\nSend loop 298\nSend loop 299\nSend loop 300\nSend loop 301\nSend loop 302\nSend loop 303\nSend loop 304\nSend loop 305\nSend loop 306\nSend loop 307\nSend loop 308\nSend loop 309\nSend loop 310\nSend loop 311\nSend loop 312\nSend loop 313\nSend loop 314\nSend loop 315\nSend loop 316\nSend loop 317\nSend loop 318\nSend loop 319\nSend loop 320\nSend loop 321\nSend loop 322\nSend loop 323\nSend loop 324\nSend loop 325\nSend loop 326\nSend loop 327\nSend loop 328\nSend loop 329\nSend loop 330\nSend loop 331\nSend loop 332\nSend loop 333\nSend loop 334\nSend loop 335\nSend loop 336\nSend loop 337\nSend loop 338\nSend loop 339\nSend loop 340\nSend loop 341\nSend loop 342\nSend loop 343\nSend loop 344\nSend loop 345\nSend loop 346\nSend loop 347\nSend loop 348\nSend loop 349\nSend loop 350\nSend loop 351\nSend loop 352\nSend loop 353\nSend loop 354\nSend loop 355\nSend loop 356\nSend loop 357\nSend loop 358\nSend loop 359\nSend loop 360\nSend loop 361\nSend loop 362\nSend loop 363\nSend loop 364\nSend loop 365\nSend loop 366\nSend loop 367\nSend loop 368\nSend loop 369\nSend loop 370\nSend loop 371\nSend loop 372\nSend loop 373\nSend loop 374\nSend loop 375\nSend loop 376\nSend loop 377\nSend loop 378\nSend loop 379\nSend loop 380\nSend loop 381\nSend loop 382\nSend loop 383\nSend loop 384\nSend loop 385\nSend loop 386\nSend loop 387\nSend loop 388\nSend loop 389\nSend loop 390\nSend loop 391\nSend loop 392\nSend loop 393\nSend loop 394\nSend loop 395\nSend loop 396\nSend loop 397\nSend loop 398\nSend loop 399\nSend loop 400\nSend loop 401\nSend loop 402\nSend loop 403\nSend loop 404\nSend loop 405\nSend loop 406\nSend loop 407\nSend loop 408\nSend loop 409\nSend loop 410\nSend loop 411\nSend loop 412\nSend loop 413\nSend loop 414\nSend loop 415\nSend loop 416\nSend loop 417\nSend loop 418\nSend loop 419\nSend loop 420\nSend loop 421\nSend loop 422\nSend loop 423\nSend loop 424\nSend loop 425\nSend loop 426\nSend loop 427\nSend loop 428\nSend loop 429\nSend loop 430\nSend loop 431\nSend loop 432\nSend loop 433\nSend loop 434\nSend loop 435\nSend loop 436\nSend loop 437\nSend loop 438\nSend loop 439\nSend loop 440\nSend loop 441\nSend loop 442\nSend loop 443\nSend loop 444\nSend loop 445\nSend loop 446\nSend loop 447\nSend loop 448\nSend loop 449\nSend loop 450\nSend loop 451\nSend loop 452\nSend loop 453\nSend loop 454\nSend loop 455\nSend loop 456\nSend loop 457\nSend loop 458\nSend loop 459\nSend loop 460\nSend loop 461\nSend loop 462\nSend loop 463\nSend loop 464\nSend loop 465\nSend loop 466\nSend loop 467\nSend loop 468\nSend loop 469\nSend loop 470\nSend loop 471\nSend loop 472\nSend loop 473\nSend loop 474\nSend loop 475\nSend loop 476\nSend loop 477\nSend loop 478\nSend loop 479\nSend loop 480\nSend loop 481\nSend loop 482\nSend loop 483\nSend loop 484\nSend loop 485\nSend loop 486\nSend loop 487\nSend loop 488\nSend loop 489\nSend loop 490\nSend loop 491\nSend loop 492\nSend loop 493\nSend loop 494\nSend loop 495\nSend loop 496\nSend loop 497\nSend loop 498\nSend loop 499\nSend loop 500\nSend loop 501\nSend loop 502\nSend loop 503\nSend loop 504\nSend loop 505\nSend loop 506\nSend loop 507\nSend loop 508\nSend loop 509\nSend loop 510\nSend loop 511\nSend loop 512\nSend loop 513\nSend loop 514\nSend loop 515\nSend loop 516\nSend loop 517\nSend loop 518\nSend loop 519\nSend loop 520\nSend loop 521\nSend loop 522\nSend loop 523\nSend loop 524\nSend loop 525\nSend loop 526\nSend loop 527\nSend loop 528\nSend loop 529\nSend loop 530\nSend loop 531\nSend loop 532\nSend loop 533\nSend loop 534\nSend loop 535\nSend loop 536\nSend loop 537\nSend loop 538\nSend loop 539\nSend loop 540\nSend loop 541\nSend loop 542\nSend loop 543\nSend loop 544\nSend loop 545\nSend loop 546\nSend loop 547\nSend loop 548\nSend loop 549\nSend loop 550\nSend loop 551\nSend loop 552\nSend loop 553\nSend loop 554\nSend loop 555\nSend loop 556\nSend loop 557\nSend loop 558\nSend loop 559\nSend loop 560\nSend loop 561\nSend loop 562\nSend loop 563\nSend loop 564\nSend loop 565\nSend loop 566\nSend loop 567\nSend loop 568\nSend loop 569\nSend loop 570\nSend loop 571\nSend loop 572\nSend loop 573\nSend loop 574\nSend loop 575\nSend loop 576\nSend loop 577\nSend loop 578\nSend loop 579\nSend loop 580\nSend loop 581\nSend loop 582\nSend loop 583\nSend loop 584\nSend loop 585\nSend loop 586\nSend loop 587\nSend loop 588\nSend loop 589\nSend loop 590\nSend loop 591\nSend loop 592\nSend loop 593\nSend loop 594\nSend loop 595\nSend loop 596\nSend loop 597\nSend loop 598\nSend loop 599\nSend loop 600\nSend loop 601\nSend loop 602\nSend loop 603\nSend loop 604\nSend loop 605\nSend loop 606\nSend loop 607\nSend loop 608\nSend loop 609\nSend loop 610\nSend loop 611\nSend loop 612\nSend loop 613\nSend loop 614\nSend loop 615\nSend loop 616\nSend loop 617\nSend loop 618\nSend loop 619\nSend loop 620\nSend loop 621\nSend loop 622\nSend loop 623\nSend loop 624\nSend loop 625\nSend loop 626\nSend loop 627\nSend loop 628\nSend loop 629\nSend loop 630\nSend loop 631\nSend loop 632\nSend loop 633\nSend loop 634\nSend loop 635\nSend loop 636\nSend loop 637\nSend loop 638\nSend loop 639\nSend loop 640\nSend loop 641\nSend loop 642\nSend loop 643\nSend loop 644\nSend loop 645\nSend loop 646\nSend loop 647\nSend loop 648\nSend loop 649\nSend loop 650\nSend loop 651\nSend loop 652\nSend loop 653\nSend loop 654\nSend loop 655\nSend loop 656\nSend loop 657\nSend loop 658\nSend loop 659\nSend loop 660\nSend loop 661\nSend loop 662\nSend loop 663\nSend loop 664\nSend loop 665\nSend loop 666\nSend loop 667\nSend loop 668\nSend loop 669\nSend loop 670\nSend loop 671\nSend loop 672\nSend loop 673\nSend loop 674\nSend loop 675\nSend loop 676\nSend loop 677\nSend loop 678\nSend loop 679\nSend loop 680\nSend loop 681\nSend loop 682\nSend loop 683\nSend loop 684\nSend loop 685\nSend loop 686\nSend loop 687\nSend loop 688\nSend loop 689\nSend loop 690\nSend loop 691\nSend loop 692\nSend loop 693\nSend loop 694\nSend loop 695\nSend loop 696\nSend loop 697\nSend loop 698\nSend loop 699\nSend loop 700\nSend loop 701\nSend loop 702\nSend loop 703\nSend loop 704\nSend loop 705\nSend loop 706\nSend loop 707\nSend loop 708\nSend loop 709\nSend loop 710\nSend loop 711\nSend loop 712\nSend loop 713\nSend loop 714\nSend loop 715\nSend loop 716\nSend loop 717\nSend loop 718\nSend loop 719\nSend loop 720\nSend loop 721\nSend loop 722\nSend loop 723\nSend loop 724\nSend loop 725\nSend loop 726\nSend loop 727\nSend loop 728\nSend loop 729\nSend loop 730\nSend loop 731\nSend loop 732\nSend loop 733\nSend loop 734\nSend loop 735\nSend loop 736\nSend loop 737\nSend loop 738\nSend loop 739\nSend loop 740\nSend loop 741\nSend loop 742\nSend loop 743\nSend loop 744\nSend loop 745\nSend loop 746\nSend loop 747\nSend loop 748\nSend loop 749\nSend loop 750\nSend loop 751\nSend loop 752\nSend loop 753\nSend loop 754\nSend loop 755\nSend loop 756\nSend loop 757\nSend loop 758\nSend loop 759\nSend loop 760\nSend loop 761\nSend loop 762\nSend loop 763\nSend loop 764\nSend loop 765\nSend loop 766\nSend loop 767\nSend loop 768\nSend loop 769\nSend loop 770\nSend loop 771\nSend loop 772\nSend loop 773\nSend loop 774\nSend loop 775\nSend loop 776\nSend loop 777\nSend loop 778\nSend loop 779\nSend loop 780\nSend loop 781\nSend loop 782\nSend loop 783\nSend loop 784\nSend loop 785\nSend loop 786\nSend loop 787\nSend loop 788\nSend loop 789\nSend loop 790\nSend loop 791\nSend loop 792\nSend loop 793\nSend loop 794\nSend loop 795\nSend loop 796\nSend loop 797\nSend loop 798\nSend loop 799\nSend loop 800\nSend loop 801\nSend loop 802\nSend loop 803\nSend loop 804\nSend loop 805\nSend loop 806\nSend loop 807\nSend loop 808\nSend loop 809\nSend loop 810\nSend loop 811\nSend loop 812\nSend loop 813\nSend loop 814\nSend loop 815\nSend loop 816\nSend loop 817\nSend loop 818\nSend loop 819\nSend loop 820\nSend loop 821\nSend loop 822\nSend loop 823\nSend loop 824\nSend loop 825\nSend loop 826\nSend loop 827\nSend loop 828\nSend loop 829\nSend loop 830\nSend loop 831\nSend loop 832\nSend loop 833\nSend loop 834\nSend loop 835\nSend loop 836\nSend loop 837\nSend loop 838\nSend loop 839\nSend loop 840\nSend loop 841\nSend loop 842\nSend loop 843\nSend loop 844\nSend loop 845\nSend loop 846\nSend loop 847\nSend loop 848\nSend loop 849\nSend loop 850\nSend loop 851\nSend loop 852\nSend loop 853\nSend loop 854\nSend loop 855\nSend loop 856\nSend loop 857\nSend loop 858\nSend loop 859\nSend loop 860\nSend loop 861\nSend loop 862\nSend loop 863\nSend loop 864\nSend loop 865\nSend loop 866\nSend loop 867\nSend loop 868\nSend loop 869\nSend loop 870\nSend loop 871\nSend loop 872\nSend loop 873\nSend loop 874\nSend loop 875\nSend loop 876\nSend loop 877\nSend loop 878\nSend loop 879\nSend loop 880\nSend loop 881\nSend loop 882\nSend loop 883\nSend loop 884\nSend loop 885\nSend loop 886\nSend loop 887\nSend loop 888\nSend loop 889\nSend loop 890\nSend loop 891\nSend loop 892\nSend loop 893\nSend loop 894\nSend loop 895\nSend loop 896\nSend loop 897\nSend loop 898\nSend loop 899\nSend loop 900\nSend loop 901\nSend loop 902\nSend loop 903\nSend loop 904\nSend loop 905\nSend loop 906\nSend loop 907\nSend loop 908\nSend loop 909\nSend loop 910\nSend loop 911\nSend loop 912\nSend loop 913\nSend loop 914\nSend loop 915\nSend loop 916\nSend loop 917\nSend loop 918\nSend loop 919\nSend loop 920\nSend loop 921\nSend loop 922\nSend loop 923\nSend loop 924\nSend loop 925\nSend loop 926\nSend loop 927\nSend loop 928\nSend loop 929\nSend loop 930\nSend loop 931\nSend loop 932\nSend loop 933\nSend loop 934\nSend loop 935\nSend loop 936\nSend loop 937\nSend loop 938\nSend loop 939\nSend loop 940\nSend loop 941\nSend loop 942\nSend loop 943\nSend loop 944\nSend loop 945\nSend loop 946\nSend loop 947\nSend loop 948\nSend loop 949\nSend loop 950\nSend loop 951\nSend loop 952\nSend loop 953\nSend loop 954\nSend loop 955\nSend loop 956\nSend loop 957\nSend loop 958\nSend loop 959\nSend loop 960\nSend loop 961\nSend loop 962\nSend loop 963\nSend loop 964\nSend loop 965\nSend loop 966\nSend loop 967\nSend loop 968\nSend loop 969\nSend loop 970\nSend loop 971\nSend loop 972\nSend loop 973\nSend loop 974\nSend loop 975\nSend loop 976\nSend loop 977\nSend loop 978\nSend loop 979\nSend loop 980\nSend loop 981\nSend loop 982\nSend loop 983\nSend loop 984\nSend loop 985\nSend loop 986\nSend loop 987\nSend loop 988\nSend loop 989\nSend loop 990\nSend loop 991\nSend loop 992\nSend loop 993\nSend loop 994\nSend loop 995\nSend loop 996\nSend loop 997\nSend loop 998\nSend loop 999\nSend loop 1000\nSend loop 1001\nSend loop 1002\nSend loop 1003\nSend loop 1004\nSend loop 1005\nSend loop 1006\nSend loop 1007\nSend loop 1008\nSend loop 1009\nSend loop 1010\nSend loop 1011\nSend loop 1012\nSend loop 1013\nSend loop 1014\nSend loop 1015\nSend loop 1016\nSend loop 1017\nSend loop 1018\nSend loop 1019\nSend loop 1020\nSend loop 1021\nSend loop 1022\nSend loop 1023\nSend loop 1024\nSend loop 1025\nSend loop 1026\nSend loop 1027\nSend loop 1028\nSend loop 1029\nSend loop 1030\nSend loop 1031\nSend loop 1032\nSend loop 1033\nSend loop 1034\nSend loop 1035\nSend loop 1036\nSend loop 1037\nSend loop 1038\nSend loop 1039\nSend loop 1040\nSend loop 1041\nSend loop 1042\nSend loop 1043\nSend loop 1044\nSend loop 1045\nSend loop 1046\nSend loop 1047\nSend loop 1048\nSend loop 1049\nSend loop 1050\nSend loop 1051\nSend loop 1052\nSend loop 1053\nSend loop 1054\nSend loop 1055\nSend loop 1056\nSend loop 1057\nSend loop 1058\nSend loop 1059\nSend loop 1060\nSend loop 1061\nSend loop 1062\nSend loop 1063\nSend loop 1064\nSend loop 1065\nSend loop 1066\nSend loop 1067\nSend loop 1068\nSend loop 1069\nSend loop 1070\nSend loop 1071\nSend loop 1072\nSend loop 1073\nSend loop 1074\nSend loop 1075\nSend loop 1076\nSend loop 1077\nSend loop 1078\nSend loop 1079\nSend loop 1080\nSend loop 1081\nSend loop 1082\nSend loop 1083\nSend loop 1084\nSend loop 1085\nSend loop 1086\nSend loop 1087\nSend loop 1088\nSend loop 1089\nSend loop 1090\nSend loop 1091\nSend loop 1092\nSend loop 1093\nSend loop 1094\nSend loop 1095\nSend loop 1096\nSend loop 1097\nSend loop 1098\nSend loop 1099\nSend loop 1100\nSend loop 1101\nSend loop 1102\nSend loop 1103\nSend loop 1104\nSend loop 1105\nSend loop 1106\nSend loop 1107\nSend loop 1108\nSend loop 1109\nSend loop 1110\nSend loop 1111\nSend loop 1112\nSend loop 1113\nSend loop 1114\nSend loop 1115\nSend loop 1116\nSend loop 1117\nSend loop 1118\nSend loop 1119\nSend loop 1120\nSend loop 1121\nSend loop 1122\nSend loop 1123\nSend loop 1124\nSend loop 1125\nSend loop 1126\nSend loop 1127\nSend loop 1128\nSend loop 1129\nSend loop 1130\nSend loop 1131\nSend loop 1132\nSend loop 1133\nSend loop 1134\nSend loop 1135\nSend loop 1136\nSend loop 1137\nSend loop 1138\nSend loop 1139\nSend loop 1140\nSend loop 1141\nSend loop 1142\nSend loop 1143\nSend loop 1144\nSend loop 1145\nSend loop 1146\nSend loop 1147\nSend loop 1148\nSend loop 1149\nSend loop 1150\nSend loop 1151\nSend loop 1152\nSend loop 1153\nSend loop 1154\nSend loop 1155\nSend loop 1156\nSend loop 1157\nSend loop 1158\nSend loop 1159\nSend loop 1160\nSend loop 1161\nSend loop 1162\nSend loop 1163\nSend loop 1164\nSend loop 1165\nSend loop 1166\nSend loop 1167\nSend loop 1168\nSend loop 1169\nSend loop 1170\nSend loop 1171\nSend loop 1172\nSend loop 1173\nSend loop 1174\nSend loop 1175\nSend loop 1176\nSend loop 1177\nSend loop 1178\nSend loop 1179\nSend loop 1180\nSend loop 1181\nSend loop 1182\nSend loop 1183\nSend loop 1184\nSend loop 1185\nSend loop 1186\nSend loop 1187\nSend loop 1188\nSend loop 1189\nSend loop 1190\nSend loop 1191\nSend loop 1192\nSend loop 1193\nSend loop 1194\nSend loop 1195\nSend loop 1196\nSend loop 1197\nSend loop 1198\nSend loop 1199\nSend loop 1200\nSend loop 1201\nSend loop 1202\nSend loop 1203\nSend loop 1204\nSend loop 1205\nSend loop 1206\nSend loop 1207\nSend loop 1208\nSend loop 1209\nSend loop 1210\nSend loop 1211\nSend loop 1212\nSend loop 1213\nSend loop 1214\nSend loop 1215\nSend loop 1216\nSend loop 1217\nSend loop 1218\nSend loop 1219\nSend loop 1220\nSend loop 1221\nSend loop 1222\nSend loop 1223\nSend loop 1224\nSend loop 1225\nSend loop 1226\nSend loop 1227\nSend loop 1228\nSend loop 1229\nSend loop 1230\nSend loop 1231\nSend loop 1232\nSend loop 1233\nSend loop 1234\nSend loop 1235\nSend loop 1236\nSend loop 1237\nSend loop 1238\nSend loop 1239\nSend loop 1240\nSend loop 1241\nSend loop 1242\nSend loop 1243\nSend loop 1244\nSend loop 1245\nSend loop 1246\nSend loop 1247\nSend loop 1248\nSend loop 1249\nSend loop 1250\nSend loop 1251\nSend loop 1252\nSend loop 1253\nSend loop 1254\nSend loop 1255\nSend loop 1256\nSend loop 1257\nSend loop 1258\nSend loop 1259\nSend loop 1260\nSend loop 1261\nSend loop 1262\nSend loop 1263\nSend loop 1264\nSend loop 1265\nSend loop 1266\nSend loop 1267\nSend loop 1268\nSend loop 1269\nSend loop 1270\nSend loop 1271\nSend loop 1272\nSend loop 1273\nSend loop 1274\nSend loop 1275\nSend loop 1276\nSend loop 1277\nSend loop 1278\nSend loop 1279\nSend loop 1280\nSend loop 1281\nSend loop 1282\nSend loop 1283\nSend loop 1284\nSend loop 1285\nSend loop 1286\nSend loop 1287\nSend loop 1288\nSend loop 1289\nSend loop 1290\nSend loop 1291\nSend loop 1292\nSend loop 1293\nSend loop 1294\nSend loop 1295\nSend loop 1296\nSend loop 1297\nSend loop 1298\nSend loop 1299\nSend loop 1300\nSend loop 1301\nSend loop 1302\nSend loop 1303\nSend loop 1304\nSend loop 1305\nSend loop 1306\nSend loop 1307\nSend loop 1308\nSend loop 1309\nSend loop 1310\nSend loop 1311\nSend loop 1312\nSend loop 1313\nSend loop 1314\nSend loop 1315\nSend loop 1316\nSend loop 1317\nSend loop 1318\nSend loop 1319\nSend loop 1320\nSend loop 1321\nSend loop 1322\nSend loop 1323\nSend loop 1324\nSend loop 1325\nSend loop 1326\nSend loop 1327\nSend loop 1328\nSend loop 1329\nSend loop 1330\nSend loop 1331\nSend loop 1332\nSend loop 1333\nSend loop 1334\nSend loop 1335\nSend loop 1336\nSend loop 1337\nSend loop 1338\nSend loop 1339\nSend loop 1340\nSend loop 1341\nSend loop 1342\nSend loop 1343\nSend loop 1344\nSend loop 1345\nSend loop 1346\nSend loop 1347\nSend loop 1348\nSend loop 1349\nSend loop 1350\nSend loop 1351\nSend loop 1352\nSend loop 1353\nSend loop 1354\nSend loop 1355\nSend loop 1356\nSend loop 1357\nSend loop 1358\nSend loop 1359\nSend loop 1360\nSend loop 1361\nSend loop 1362\nSend loop 1363\nSend loop 1364\nSend loop 1365\nSend loop 1366\nSend loop 1367\nSend loop 1368\nSend loop 1369\nSend loop 1370\nSend loop 1371\nSend loop 1372\nSend loop 1373\nSend loop 1374\nSend loop 1375\nSend loop 1376\nSend loop 1377\nSend loop 1378\nSend loop 1379\nSend loop 1380\nSend loop 1381\nSend loop 1382\nSend loop 1383\nSend loop 1384\nSend loop 1385\nSend loop 1386\nSend loop 1387\nSend loop 1388\nSend loop 1389\nSend loop 1390\nSend loop 1391\nSend loop 1392\nSend loop 1393\nSend loop 1394\nSend loop 1395\nSend loop 1396\nSend loop 1397\nSend loop 1398\nSend loop 1399\nSend loop 1400\nSend loop 1401\nSend loop 1402\nSend loop 1403\nSend loop 1404\nSend loop 1405\nSend loop 1406\nSend loop 1407\nSend loop 1408\nSend loop 1409\nSend loop 1410\nSend loop 1411\nSend loop 1412\nSend loop 1413\nSend loop 1414\nSend loop 1415\nSend loop 1416\nSend loop 1417\nSend loop 1418\nSend loop 1419\nSend loop 1420\nSend loop 1421\nSend loop 1422\nSend loop 1423\nSend loop 1424\nSend loop 1425\nSend loop 1426\nSend loop 1427\nSend loop 1428\nSend loop 1429\nSend loop 1430\nSend loop 1431\nSend loop 1432\nSend loop 1433\nSend loop 1434\nSend loop 1435\nSend loop 1436\nSend loop 1437\nSend loop 1438\nSend loop 1439\nSend loop 1440\nSend loop 1441\nSend loop 1442\nSend loop 1443\nSend loop 1444\nSend loop 1445\nSend loop 1446\nSend loop 1447\nSend loop 1448\nSend loop 1449\nSend loop 1450\nSend loop 1451\nSend loop 1452\nSend loop 1453\nSend loop 1454\nSend loop 1455\nSend loop 1456\nSend loop 1457\nSend loop 1458\nSend loop 1459\nSend loop 1460\nSend loop 1461\nSend loop 1462\nSend loop 1463\nSend loop 1464\nSend loop 1465\nSend loop 1466\nSend loop 1467\nSend loop 1468\nSend loop 1469\nSend loop 1470\nSend loop 1471\nSend loop 1472\nSend loop 1473\nSend loop 1474\nSend loop 1475\nSend loop 1476\nSend loop 1477\nSend loop 1478\nSend loop 1479\nSend loop 1480\nSend loop 1481\nSend loop 1482\nSend loop 1483\nSend loop 1484\nSend loop 1485\nSend loop 1486\nSend loop 1487\nSend loop 1488\nSend loop 1489\nSend loop 1490\nSend loop 1491\nSend loop 1492\nSend loop 1493\nSend loop 1494\nSend loop 1495\nSend loop 1496\nSend loop 1497\nSend loop 1498\nSend loop 1499\nSend loop 1500\nSend loop 1501\nSend loop 1502\nSend loop 1503\nSend loop 1504\nSend loop 1505\nSend loop 1506\nSend loop 1507\nSend loop 1508\nSend loop 1509\nSend loop 1510\nSend loop 1511\nSend loop 1512\nSend loop 1513\nSend loop 1514\nSend loop 1515\nSend loop 1516\nSend loop 1517\nSend loop 1518\nSend loop 1519\nSend loop 1520\nSend loop 1521\nSend loop 1522\nSend loop 1523\nSend loop 1524\nSend loop 1525\nSend loop 1526\nSend loop 1527\nSend loop 1528\nSend loop 1529\nSend loop 1530\nSend loop 1531\nSend loop 1532\nSend loop 1533\nSend loop 1534\nSend loop 1535\nSend loop 1536\nSend loop 1537\nSend loop 1538\nSend loop 1539\nSend loop 1540\nSend loop 1541\nSend loop 1542\nSend loop 1543\nSend loop 1544\nSend loop 1545\nSend loop 1546\nSend loop 1547\nSend loop 1548\nSend loop 1549\nSend loop 1550\nSend loop 1551\nSend loop 1552\nSend loop 1553\nSend loop 1554\nSend loop 1555\nSend loop 1556\nSend loop 1557\nSend loop 1558\nSend loop 1559\nSend loop 1560\nSend loop 1561\nSend loop 1562\nSend loop 1563\nSend loop 1564\nSend loop 1565\nSend loop 1566\nSend loop 1567\nSend loop 1568\nSend loop 1569\nSend loop 1570\nSend loop 1571\nSend loop 1572\nSend loop 1573\nSend loop 1574\nSend loop 1575\nSend loop 1576\nSend loop 1577\nSend loop 1578\nSend loop 1579\nSend loop 1580\nSend loop 1581\nSend loop 1582\nSend loop 1583\nSend loop 1584\nSend loop 1585\nSend loop 1586\nSend loop 1587\nSend loop 1588\nSend loop 1589\nSend loop 1590\nSend loop 1591\nSend loop 1592\nSend loop 1593\nSend loop 1594\nSend loop 1595\nSend loop 1596\nSend loop 1597\nSend loop 1598\nSend loop 1599\nSend loop 1600\nSend loop 1601\nSend loop 1602\nSend loop 1603\nSend loop 1604\nSend loop 1605\nSend loop 1606\nSend loop 1607\nSend loop 1608\nSend loop 1609\nSend loop 1610\nSend loop 1611\nSend loop 1612\nSend loop 1613\nSend loop 1614\nSend loop 1615\nSend loop 1616\nSend loop 1617\nSend loop 1618\nSend loop 1619\nSend loop 1620\nSend loop 1621\nSend loop 1622\nSend loop 1623\nSend loop 1624\nSend loop 1625\nSend loop 1626\nSend loop 1627\nSend loop 1628\nSend loop 1629\nSend loop 1630\nSend loop 1631\nSend loop 1632\nSend loop 1633\nSend loop 1634\nSend loop 1635\nSend loop 1636\nSend loop 1637\nSend loop 1638\nSend loop 1639\nSend loop 1640\nSend loop 1641\nSend loop 1642\nSend loop 1643\nSend loop 1644\nSend loop 1645\nSend loop 1646\nSend loop 1647\nSend loop 1648\nSend loop 1649\nSend loop 1650\nSend loop 1651\nSend loop 1652\nSend loop 1653\nSend loop 1654\nSend loop 1655\nSend loop 1656\nSend loop 1657\nSend loop 1658\nSend loop 1659\nSend loop 1660\nSend loop 1661\nSend loop 1662\nSend loop 1663\nSend loop 1664\nSend loop 1665\nSend loop 1666\nSend loop 1667\nSend loop 1668\nSend loop 1669\nSend loop 1670\nSend loop 1671\nSend loop 1672\nSend loop 1673\nSend loop 1674\nSend loop 1675\nSend loop 1676\nSend loop 1677\nSend loop 1678\nSend loop 1679\nSend loop 1680\nSend loop 1681\nSend loop 1682\nSend loop 1683\nSend loop 1684\nSend loop 1685\nSend loop 1686\nSend loop 1687\nSend loop 1688\nSend loop 1689\nSend loop 1690\nSend loop 1691\nSend loop 1692\nSend loop 1693\nSend loop 1694\nSend loop 1695\nSend loop 1696\nSend loop 1697\nSend loop 1698\nSend loop 1699\nSend loop 1700\nSend loop 1701\nSend loop 1702\nSend loop 1703\nSend loop 1704\nSend loop 1705\nSend loop 1706\nSend loop 1707\nSend loop 1708\nSend loop 1709\nSend loop 1710\nSend loop 1711\nSend loop 1712\nSend loop 1713\nSend loop 1714\nSend loop 1715\nSend loop 1716\nSend loop 1717\nSend loop 1718\nSend loop 1719\nSend loop 1720\nSend loop 1721\nSend loop 1722\nSend loop 1723\nSend loop 1724\nSend loop 1725\nSend loop 1726\nSend loop 1727\nSend loop 1728\nSend loop 1729\nSend loop 1730\nSend loop 1731\nSend loop 1732\nSend loop 1733\nSend loop 1734\nSend loop 1735\nSend loop 1736\nSend loop 1737\nSend loop 1738\nSend loop 1739\nSend loop 1740\nSend loop 1741\nSend loop 1742\nSend loop 1743\nSend loop 1744\nSend loop 1745\nSend loop 1746\nSend loop 1747\nSend loop 1748\nSend loop 1749\nSend loop 1750\nSend loop 1751\nSend loop 1752\nSend loop 1753\nSend loop 1754\nSend loop 1755\nSend loop 1756\nSend loop 1757\nSend loop 1758\nSend loop 1759\nSend loop 1760\nSend loop 1761\nSend loop 1762\nSend loop 1763\nSend loop 1764\nSend loop 1765\nSend loop 1766\nSend loop 1767\nSend loop 1768\nSend loop 1769\nSend loop 1770\nSend loop 1771\nSend loop 1772\nSend loop 1773\nSend loop 1774\nSend loop 1775\nSend loop 1776\nSend loop 1777\nSend loop 1778\nSend loop 1779\nSend loop 1780\nSend loop 1781\nSend loop 1782\nSend loop 1783\nSend loop 1784\nSend loop 1785\nSend loop 1786\nSend loop 1787\nSend loop 1788\nSend loop 1789\nSend loop 1790\nSend loop 1791\nSend loop 1792\nSend loop 1793\nSend loop 1794\nSend loop 1795\nSend loop 1796\nSend loop 1797\nSend loop 1798\nSend loop 1799\nSend loop 1800\nSend loop 1801\nSend loop 1802\nSend loop 1803\nSend loop 1804\nSend loop 1805\nSend loop 1806\nSend loop 1807\nSend loop 1808\nSend loop 1809\nSend loop 1810\nSend loop 1811\nSend loop 1812\nSend loop 1813\nSend loop 1814\nSend loop 1815\nSend loop 1816\nSend loop 1817\nSend loop 1818\nSend loop 1819\nSend loop 1820\nSend loop 1821\nSend loop 1822\nSend loop 1823\nSend loop 1824\nSend loop 1825\nSend loop 1826\nSend loop 1827\nSend loop 1828\nSend loop 1829\nSend loop 1830\nSend loop 1831\nSend loop 1832\nSend loop 1833\nSend loop 1834\nSend loop 1835\nSend loop 1836\nSend loop 1837\nSend loop 1838\nSend loop 1839\nSend loop 1840\nSend loop 1841\nSend loop 1842\nSend loop 1843\nSend loop 1844\nSend loop 1845\nSend loop 1846\nSend loop 1847\nSend loop 1848\nSend loop 1849\nSend loop 1850\nSend loop 1851\nSend loop 1852\nSend loop 1853\nSend loop 1854\nSend loop 1855\nSend loop 1856\nSend loop 1857\nSend loop 1858\nSend loop 1859\nSend loop 1860\nSend loop 1861\nSend loop 1862\nSend loop 1863\nSend loop 1864\nSend loop 1865\nSend loop 1866\nSend loop 1867\nSend loop 1868\nSend loop 1869\nSend loop 1870\nSend loop 1871\nSend loop 1872\nSend loop 1873\nSend loop 1874\nSend loop 1875\nSend loop 1876\nSend loop 1877\nSend loop 1878\nSend loop 1879\nSend loop 1880\nSend loop 1881\nSend loop 1882\nSend loop 1883\nSend loop 1884\nSend loop 1885\nSend loop 1886\nSend loop 1887\nSend loop 1888\nSend loop 1889\nSend loop 1890\nSend loop 1891\nSend loop 1892\nSend loop 1893\nSend loop 1894\nSend loop 1895\nSend loop 1896\nSend loop 1897\nSend loop 1898\nSend loop 1899\nSend loop 1900\nSend loop 1901\nSend loop 1902\nSend loop 1903\nSend loop 1904\nSend loop 1905\nSend loop 1906\nSend loop 1907\nSend loop 1908\nSend loop 1909\nSend loop 1910\nSend loop 1911\nSend loop 1912\nSend loop 1913\nSend loop 1914\nSend loop 1915\nSend loop 1916\nSend loop 1917\nSend loop 1918\nSend loop 1919\nSend loop 1920\nSend loop 1921\nSend loop 1922\nSend loop 1923\nSend loop 1924\nSend loop 1925\nSend loop 1926\nSend loop 1927\nSend loop 1928\nSend loop 1929\nSend loop 1930\nSend loop 1931\nSend loop 1932\nSend loop 1933\nSend loop 1934\nSend loop 1935\nSend loop 1936\nSend loop 1937\nSend loop 1938\nSend loop 1939\nSend loop 1940\nSend loop 1941\nSend loop 1942\nSend loop 1943\nSend loop 1944\nSend loop 1945\nSend loop 1946\nSend loop 1947\nSend loop 1948\nSend loop 1949\nSend loop 1950\nSend loop 1951\nSend loop 1952\nSend loop 1953\nSend loop 1954\nSend loop 1955\nSend loop 1956\nSend loop 1957\nSend loop 1958\nSend loop 1959\nSend loop 1960\nSend loop 1961\nSend loop 1962\nSend loop 1963\nSend loop 1964\nSend loop 1965\nSend loop 1966\nSend loop 1967\nSend loop 1968\nSend loop 1969\nSend loop 1970\nSend loop 1971\nSend loop 1972\nSend loop 1973\nSend loop 1974\nSend loop 1975\nSend loop 1976\nSend loop 1977\nSend loop 1978\nSend loop 1979\nSend loop 1980\nSend loop 1981\nSend loop 1982\nSend loop 1983\nSend loop 1984\nSend loop 1985\nSend loop 1986\nSend loop 1987\nSend loop 1988\nSend loop 1989\nSend loop 1990\nSend loop 1991\nSend loop 1992\nSend loop 1993\nSend loop 1994\nSend loop 1995\nSend loop 1996\nSend loop 1997\nSend loop 1998\nSend loop 1999\nSend loop 2000\nSend loop 2001\nSend loop 2002\nSend loop 2003\nSend loop 2004\nSend loop 2005\nSend loop 2006\nSend loop 2007\nSend loop 2008\nSend loop 2009\nSend loop 2010\nSend loop 2011\nSend loop 2012\nSend loop 2013\nSend loop 2014\nSend loop 2015\nSend loop 2016\nSend loop 2017\nSend loop 2018\nSend loop 2019\nSend loop 2020\nSend loop 2021\nSend loop 2022\nSend loop 2023\nSend loop 2024\nSend loop 2025\nSend loop 2026\nSend loop 2027\nSend loop 2028\nSend loop 2029\nSend loop 2030\nSend loop 2031\nSend loop 2032\nSend loop 2033\nSend loop 2034\nSend loop 2035\nSend loop 2036\nSend loop 2037\nSend loop 2038\nSend loop 2039\nSend loop 2040\nSend loop 2041\nSend loop 2042\nSend loop 2043\nSend loop 2044\nSend loop 2045\nSend loop 2046\nSend loop 2047\nSend loop 2048\nSend loop 2049\nSend loop 2050\nSend loop 2051\nSend loop 2052\nSend loop 2053\nSend loop 2054\nSend loop 2055\nSend loop 2056\nSend loop 2057\nSend loop 2058\nSend loop 2059\nSend loop 2060\nSend loop 2061\nSend loop 2062\nSend loop 2063\nSend loop 2064\nSend loop 2065\nSend loop 2066\nSend loop 2067\nSend loop 2068\nSend loop 2069\nSend loop 2070\nSend loop 2071\nSend loop 2072\nSend loop 2073\nSend loop 2074\nSend loop 2075\nSend loop 2076\nSend loop 2077\nSend loop 2078\nSend loop 2079\nSend loop 2080\nSend loop 2081\nSend loop 2082\nSend loop 2083\nSend loop 2084\nSend loop 2085\nSend loop 2086\nSend loop 2087\nSend loop 2088\nSend loop 2089\nSend loop 2090\nSend loop 2091\nSend loop 2092\nSend loop 2093\nSend loop 2094\nSend loop 2095\nSend loop 2096\nSend loop 2097\nSend loop 2098\nSend loop 2099\nSend loop 2100\nSend loop 2101\nSend loop 2102\nSend loop 2103\nSend loop 2104\nSend loop 2105\nSend loop 2106\nSend loop 2107\nSend loop 2108\nSend loop 2109\nSend loop 2110\nSend loop 2111\nSend loop 2112\nSend loop 2113\nSend loop 2114\nSend loop 2115\nSend loop 2116\nSend loop 2117\nSend loop 2118\nSend loop 2119\nSend loop 2120\nSend loop 2121\nSend loop 2122\nSend loop 2123\nSend loop 2124\nSend loop 2125\nSend loop 2126\nSend loop 2127\nSend loop 2128\nSend loop 2129\nSend loop 2130\nSend loop 2131\nSend loop 2132\nSend loop 2133\nSend loop 2134\nSend loop 2135\nSend loop 2136\nSend loop 2137\nSend loop 2138\nSend loop 2139\nSend loop 2140\nSend loop 2141\nSend loop 2142\nSend loop 2143\nSend loop 2144\nSend loop 2145\nSend loop 2146\nSend loop 2147\nSend loop 2148\nSend loop 2149\nSend loop 2150\nSend loop 2151\nSend loop 2152\nSend loop 2153\nSend loop 2154\nSend loop 2155\nSend loop 2156\nSend loop 2157\nSend loop 2158\nSend loop 2159\nSend loop 2160\nSend loop 2161\nSend loop 2162\nSend loop 2163\nSend loop 2164\nSend loop 2165\nSend loop 2166\nSend loop 2167\nSend loop 2168\nSend loop 2169\nSend loop 2170\nSend loop 2171\nSend loop 2172\nSend loop 2173\nSend loop 2174\nSend loop 2175\nSend loop 2176\nSend loop 2177\nSend loop 2178\nSend loop 2179\nSend loop 2180\nSend loop 2181\nSend loop 2182\nSend loop 2183\nSend loop 2184\nSend loop 2185\nSend loop 2186\nSend loop 2187\nSend loop 2188\nSend loop 2189\nSend loop 2190\nSend loop 2191\nSend loop 2192\nSend loop 2193\nSend loop 2194\nSend loop 2195\nSend loop 2196\nSend loop 2197\nSend loop 2198\nSend loop 2199\nSend loop 2200\nSend loop 2201\nSend loop 2202\nSend loop 2203\nSend loop 2204\nSend loop 2205\nSend loop 2206\nSend loop 2207\nSend loop 2208\nSend loop 2209\nSend loop 2210\nSend loop 2211\nSend loop 2212\nSend loop 2213\nSend loop 2214\nSend loop 2215\nSend loop 2216\nSend loop 2217\nSend loop 2218\nSend loop 2219\nSend loop 2220\nSend loop 2221\nSend loop 2222\nSend loop 2223\nSend loop 2224\nSend loop 2225\nSend loop 2226\nSend loop 2227\nSend loop 2228\nSend loop 2229\nSend loop 2230\nSend loop 2231\nSend loop 2232\nSend loop 2233\nSend loop 2234\nSend loop 2235\nSend loop 2236\nSend loop 2237\nSend loop 2238\nSend loop 2239\nSend loop 2240\nSend loop 2241\nSend loop 2242\nSend loop 2243\nSend loop 2244\nSend loop 2245\nSend loop 2246\nSend loop 2247\nSend loop 2248\nSend loop 2249\nSend loop 2250\nSend loop 2251\nSend loop 2252\nSend loop 2253\nSend loop 2254\nSend loop 2255\nSend loop 2256\nSend loop 2257\nSend loop 2258\nSend loop 2259\nSend loop 2260\nSend loop 2261\nSend loop 2262\nSend loop 2263\nSend loop 2264\nSend loop 2265\nSend loop 2266\nSend loop 2267\nSend loop 2268\nSend loop 2269\nSend loop 2270\nSend loop 2271\nSend loop 2272\nSend loop 2273\nSend loop 2274\nSend loop 2275\nSend loop 2276\nSend loop 2277\nSend loop 2278\nSend loop 2279\nSend loop 2280\nSend loop 2281\nSend loop 2282\nSend loop 2283\nSend loop 2284\nSend loop 2285\nSend loop 2286\nSend loop 2287\nSend loop 2288\nSend loop 2289\nSend loop 2290\nSend loop 2291\nSend loop 2292\nSend loop 2293\nSend loop 2294\nSend loop 2295\nSend loop 2296\nSend loop 2297\nSend loop 2298\nSend loop 2299\nSend loop 2300\nSend loop 2301\nSend loop 2302\nSend loop 2303\nSend loop 2304\nSend loop 2305\nSend loop 2306\nSend loop 2307\nSend loop 2308\nSend loop 2309\nSend loop 2310\nSend loop 2311\nSend loop 2312\nSend loop 2313\nSend loop 2314\nSend loop 2315\nSend loop 2316\nSend loop 2317\nSend loop 2318\nSend loop 2319\nSend loop 2320\nSend loop 2321\nSend loop 2322\nSend loop 2323\nSend loop 2324\nSend loop 2325\nSend loop 2326\nSend loop 2327\nSend loop 2328\nSend loop 2329\nSend loop 2330\nSend loop 2331\nSend loop 2332\nSend loop 2333\nSend loop 2334\nSend loop 2335\nSend loop 2336\nSend loop 2337\nSend loop 2338\nSend loop 2339\nSend loop 2340\nSend loop 2341\nSend loop 2342\nSend loop 2343\nSend loop 2344\nSend loop 2345\nSend loop 2346\nSend loop 2347\nSend loop 2348\nSend loop 2349\nSend loop 2350\nSend loop 2351\nSend loop 2352\nSend loop 2353\nSend loop 2354\nSend loop 2355\nSend loop 2356\nSend loop 2357\nSend loop 2358\nSend loop 2359\nSend loop 2360\nSend loop 2361\nSend loop 2362\nSend loop 2363\nSend loop 2364\nSend loop 2365\nSend loop 2366\nSend loop 2367\nSend loop 2368\nSend loop 2369\nSend loop 2370\nSend loop 2371\nSend loop 2372\nSend loop 2373\nSend loop 2374\nSend loop 2375\nSend loop 2376\nSend loop 2377\nSend loop 2378\nSend loop 2379\nSend loop 2380\nSend loop 2381\nSend loop 2382\nSend loop 2383\nSend loop 2384\nSend loop 2385\nSend loop 2386\nSend loop 2387\nSend loop 2388\nSend loop 2389\nSend loop 2390\nSend loop 2391\nSend loop 2392\nSend loop 2393\nSend loop 2394\nSend loop 2395\nSend loop 2396\nSend loop 2397\nSend loop 2398\nSend loop 2399\nSend loop 2400\nSend loop 2401\nSend loop 2402\nSend loop 2403\nSend loop 2404\nSend loop 2405\nSend loop 2406\nSend loop 2407\nSend loop 2408\nSend loop 2409\nSend loop 2410\nSend loop 2411\nSend loop 2412\nSend loop 2413\nSend loop 2414\nSend loop 2415\nSend loop 2416\nSend loop 2417\nSend loop 2418\nSend loop 2419\nSend loop 2420\nSend loop 2421\nSend loop 2422\nSend loop 2423\nSend loop 2424\nSend loop 2425\nSend loop 2426\nSend loop 2427\nSend loop 2428\nSend loop 2429\nSend loop 2430\nSend loop 2431\nSend loop 2432\nSend loop 2433\nSend loop 2434\nSend loop 2435\nSend loop 2436\nSend loop 2437\nSend loop 2438\nSend loop 2439\nSend loop 2440\nSend loop 2441\nSend loop 2442\nSend loop 2443\nSend loop 2444\nSend loop 2445\nSend loop 2446\nSend loop 2447\nSend loop 2448\nSend loop 2449\nSend loop 2450\nSend loop 2451\nSend loop 2452\nSend loop 2453\nSend loop 2454\nSend loop 2455\nSend loop 2456\nSend loop 2457\nSend loop 2458\nSend loop 2459\nSend loop 2460\nSend loop 2461\nSend loop 2462\nSend loop 2463\nSend loop 2464\nSend loop 2465\nSend loop 2466\nSend loop 2467\nSend loop 2468\nSend loop 2469\nSend loop 2470\nSend loop 2471\nSend loop 2472\nSend loop 2473\nSend loop 2474\nSend loop 2475\nSend loop 2476\nSend loop 2477\nSend loop 2478\nSend loop 2479\nSend loop 2480\nSend loop 2481\nSend loop 2482\nSend loop 2483\nSend loop 2484\nSend loop 2485\nSend loop 2486\nSend loop 2487\nSend loop 2488\nSend loop 2489\nSend loop 2490\nSend loop 2491\nSend loop 2492\nSend loop 2493\nSend loop 2494\nSend loop 2495\nSend loop 2496\nSend loop 2497\nSend loop 2498\nSend loop 2499\nSend loop 2500\nSend loop 2501\nSend loop 2502\nSend loop 2503\nSend loop 2504\nSend loop 2505\nSend loop 2506\nSend loop 2507\nSend loop 2508\nSend loop 2509\nSend loop 2510\nSend loop 2511\nSend loop 2512\nSend loop 2513\nSend loop 2514\nSend loop 2515\nSend loop 2516\nSend loop 2517\nSend loop 2518\nSend loop 2519\nSend loop 2520\nSend loop 2521\nSend loop 2522\nSend loop 2523\nSend loop 2524\nSend loop 2525\nSend loop 2526\nSend loop 2527\nSend loop 2528\nSend loop 2529\nSend loop 2530\nSend loop 2531\nSend loop 2532\nSend loop 2533\nSend loop 2534\nSend loop 2535\nSend loop 2536\nSend loop 2537\nSend loop 2538\nSend loop 2539\nSend loop 2540\nSend loop 2541\nSend loop 2542\nSend loop 2543\nSend loop 2544\nSend loop 2545\nSend loop 2546\nSend loop 2547\nSend loop 2548\nSend loop 2549\nSend loop 2550\nSend loop 2551\nSend loop 2552\nSend loop 2553\nSend loop 2554\nSend loop 2555\nSend loop 2556\nSend loop 2557\nSend loop 2558\nSend loop 2559\nSend loop 2560\nSend loop 2561\nSend loop 2562\nSend loop 2563\nSend loop 2564\nSend loop 2565\nSend loop 2566\nSend loop 2567\nSend loop 2568\nSend loop 2569\nSend loop 2570\nSend loop 2571\nSend loop 2572\nSend loop 2573\nSend loop 2574\nSend loop 2575\nSend loop 2576\nSend loop 2577\nSend loop 2578\nSend loop 2579\nSend loop 2580\nSend loop 2581\nSend loop 2582\nSend loop 2583\nSend loop 2584\nSend loop 2585\nSend loop 2586\nSend loop 2587\nSend loop 2588\nSend loop 2589\nSend loop 2590\nSend loop 2591\nSend loop 2592\nSend loop 2593\nSend loop 2594\nSend loop 2595\nSend loop 2596\nSend loop 2597\nSend loop 2598\nSend loop 2599\nSend loop 2600\nSend loop 2601\nSend loop 2602\nSend loop 2603\nSend loop 2604\nSend loop 2605\nSend loop 2606\nSend loop 2607\nSend loop 2608\nSend loop 2609\nSend loop 2610\nSend loop 2611\nSend loop 2612\nSend loop 2613\nSend loop 2614\nSend loop 2615\nSend loop 2616\nSend loop 2617\nSend loop 2618\nSend loop 2619\nSend loop 2620\nSend loop 2621\nSend loop 2622\nSend loop 2623\nSend loop 2624\nSend loop 2625\nSend loop 2626\nSend loop 2627\nSend loop 2628\nSend loop 2629\nSend loop 2630\nSend loop 2631\nSend loop 2632\nSend loop 2633\nSend loop 2634\nSend loop 2635\nSend loop 2636\nSend loop 2637\nSend loop 2638\nSend loop 2639\nSend loop 2640\nSend loop 2641\nSend loop 2642\nSend loop 2643\nSend loop 2644\nSend loop 2645\nSend loop 2646\nSend loop 2647\nSend loop 2648\nSend loop 2649\nSend loop 2650\nSend loop 2651\nSend loop 2652\nSend loop 2653\nSend loop 2654\nSend loop 2655\nSend loop 2656\nSend loop 2657\nSend loop 2658\nSend loop 2659\nSend loop 2660\nSend loop 2661\nSend loop 2662\nSend loop 2663\nSend loop 2664\nSend loop 2665\nSend loop 2666\nSend loop 2667\nSend loop 2668\nSend loop 2669\nSend loop 2670\nSend loop 2671\nSend loop 2672\nSend loop 2673\nSend loop 2674\nSend loop 2675\nSend loop 2676\nSend loop 2677\nSend loop 2678\nSend loop 2679\nSend loop 2680\nSend loop 2681\nSend loop 2682\nSend loop 2683\nSend loop 2684\nSend loop 2685\nSend loop 2686\nSend loop 2687\nSend loop 2688\nSend loop 2689\nSend loop 2690\nSend loop 2691\nSend loop 2692\nSend loop 2693\nSend loop 2694\nSend loop 2695\nSend loop 2696\nSend loop 2697\nSend loop 2698\nSend loop 2699\nSend loop 2700\nSend loop 2701\nSend loop 2702\nSend loop 2703\nSend loop 2704\nSend loop 2705\nSend loop 2706\nSend loop 2707\nSend loop 2708\nSend loop 2709\nSend loop 2710\nSend loop 2711\nSend loop 2712\nSend loop 2713\nSend loop 2714\nSend loop 2715\nSend loop 2716\nSend loop 2717\nSend loop 2718\nSend loop 2719\nSend loop 2720\nSend loop 2721\nSend loop 2722\nSend loop 2723\nSend loop 2724\nSend loop 2725\nSend loop 2726\nSend loop 2727\nSend loop 2728\nSend loop 2729\nSend loop 2730\nSend loop 2731\nSend loop 2732\nSend loop 2733\nSend loop 2734\nSend loop 2735\nSend loop 2736\nSend loop 2737\nSend loop 2738\nSend loop 2739\nSend loop 2740\nSend loop 2741\nSend loop 2742\nSend loop 2743\nSend loop 2744\nSend loop 2745\nSend loop 2746\nSend loop 2747\nSend loop 2748\nSend loop 2749\nSend loop 2750\nSend loop 2751\nSend loop 2752\nSend loop 2753\nSend loop 2754\nSend loop 2755\nSend loop 2756\nSend loop 2757\nSend loop 2758\nSend loop 2759\nSend loop 2760\nSend loop 2761\nSend loop 2762\nSend loop 2763\nSend loop 2764\nSend loop 2765\nSend loop 2766\nSend loop 2767\nSend loop 2768\nSend loop 2769\nSend loop 2770\nSend loop 2771\nSend loop 2772\nSend loop 2773\nSend loop 2774\nSend loop 2775\nSend loop 2776\nSend loop 2777\nSend loop 2778\nSend loop 2779\nSend loop 2780\nSend loop 2781\nSend loop 2782\nSend loop 2783\nSend loop 2784\nSend loop 2785\nSend loop 2786\nSend loop 2787\nSend loop 2788\nSend loop 2789\nSend loop 2790\nSend loop 2791\nSend loop 2792\nSend loop 2793\nSend loop 2794\nSend loop 2795\nSend loop 2796\nSend loop 2797\nSend loop 2798\nSend loop 2799\nSend loop 2800\nSend loop 2801\nSend loop 2802\nSend loop 2803\nSend loop 2804\nSend loop 2805\nSend loop 2806\nSend loop 2807\nSend loop 2808\nSend loop 2809\nSend loop 2810\nSend loop 2811\nSend loop 2812\nSend loop 2813\nSend loop 2814\nSend loop 2815\nSend loop 2816\nSend loop 2817\nSend loop 2818\nSend loop 2819\nSend loop 2820\nSend loop 2821\nSend loop 2822\nSend loop 2823\nSend loop 2824\nSend loop 2825\nSend loop 2826\nSend loop 2827\nSend loop 2828\nSend loop 2829\nSend loop 2830\nSend loop 2831\nSend loop 2832\nSend loop 2833\nSend loop 2834\nSend loop 2835\nSend loop 2836\nSend loop 2837\nSend loop 2838\nSend loop 2839\nSend loop 2840\nSend loop 2841\nSend loop 2842\nSend loop 2843\nSend loop 2844\nSend loop 2845\nSend loop 2846\nSend loop 2847\nSend loop 2848\nSend loop 2849\nSend loop 2850\nSend loop 2851\nSend loop 2852\nSend loop 2853\nSend loop 2854\nSend loop 2855\nSend loop 2856\nSend loop 2857\nSend loop 2858\nSend loop 2859\nSend loop 2860\nSend loop 2861\nSend loop 2862\nSend loop 2863\nSend loop 2864\nSend loop 2865\nSend loop 2866\nSend loop 2867\nSend loop 2868\nSend loop 2869\nSend loop 2870\nSend loop 2871\nSend loop 2872\nSend loop 2873\nSend loop 2874\nSend loop 2875\nSend loop 2876\nSend loop 2877\nSend loop 2878\nSend loop 2879\nSend loop 2880\nSend loop 2881\nSend loop 2882\nSend loop 2883\nSend loop 2884\nSend loop 2885\nSend loop 2886\nSend loop 2887\nSend loop 2888\nSend loop 2889\nSend loop 2890\nSend loop 2891\nSend loop 2892\nSend loop 2893\nSend loop 2894\nSend loop 2895\nSend loop 2896\nSend loop 2897\nSend loop 2898\nSend loop 2899\nSend loop 2900\nSend loop 2901\nSend loop 2902\nSend loop 2903\nSend loop 2904\nSend loop 2905\nSend loop 2906\nSend loop 2907\nSend loop 2908\nSend loop 2909\nSend loop 2910\nSend loop 2911\nSend loop 2912\nSend loop 2913\nSend loop 2914\nSend loop 2915\nSend loop 2916\nSend loop 2917\nSend loop 2918\nSend loop 2919\nSend loop 2920\nSend loop 2921\nSend loop 2922\nSend loop 2923\nSend loop 2924\nSend loop 2925\nSend loop 2926\nSend loop 2927\nSend loop 2928\nSend loop 2929\nSend loop 2930\nSend loop 2931\nSend loop 2932\nSend loop 2933\nSend loop 2934\nSend loop 2935\nSend loop 2936\nSend loop 2937\nSend loop 2938\nSend loop 2939\nSend loop 2940\nSend loop 2941\nSend loop 2942\nSend loop 2943\nSend loop 2944\nSend loop 2945\nSend loop 2946\nSend loop 2947\nSend loop 2948\nSend loop 2949\nSend loop 2950\nSend loop 2951\nSend loop 2952\nSend loop 2953\nSend loop 2954\nSend loop 2955\nSend loop 2956\nSend loop 2957\nSend loop 2958\nSend loop 2959\nSend loop 2960\nSend loop 2961\nSend loop 2962\nSend loop 2963\nSend loop 2964\nSend loop 2965\nSend loop 2966\nSend loop 2967\nSend loop 2968\nSend loop 2969\nSend loop 2970\nSend loop 2971\nSend loop 2972\nSend loop 2973\nSend loop 2974\nSend loop 2975\nSend loop 2976\nSend loop 2977\nSend loop 2978\nSend loop 2979\nSend loop 2980\nSend loop 2981\nSend loop 2982\nSend loop 2983\nSend loop 2984\nSend loop 2985\nSend loop 2986\nSend loop 2987\nSend loop 2988\nSend loop 2989\nSend loop 2990\nSend loop 2991\nSend loop 2992\nSend loop 2993\nSend loop 2994\nSend loop 2995\nSend loop 2996\nSend loop 2997\nSend loop 2998\nSend loop 2999\nSend loop 3000\nSend loop 3001\nSend loop 3002\nSend loop 3003\nSend loop 3004\nSend loop 3005\nSend loop 3006\nSend loop 3007\nSend loop 3008\nSend loop 3009\nSend loop 3010\nSend loop 3011\nSend loop 3012\nSend loop 3013\nSend loop 3014\nSend loop 3015\nSend loop 3016\nSend loop 3017\nSend loop 3018\nSend loop 3019\nSend loop 3020\nSend loop 3021\nSend loop 3022\nSend loop 3023\nSend loop 3024\nSend loop 3025\nSend loop 3026\nSend loop 3027\nSend loop 3028\nSend loop 3029\nSend loop 3030\nSend loop 3031\nSend loop 3032\nSend loop 3033\nSend loop 3034\nSend loop 3035\nSend loop 3036\nSend loop 3037\nSend loop 3038\nSend loop 3039\nSend loop 3040\nSend loop 3041\nSend loop 3042\nSend loop 3043\nSend loop 3044\nSend loop 3045\nSend loop 3046\nSend loop 3047\nSend loop 3048\nSend loop 3049\nSend loop 3050\nSend loop 3051\nSend loop 3052\nSend loop 3053\nSend loop 3054\nSend loop 3055\nSend loop 3056\nSend loop 3057\nSend loop 3058\nSend loop 3059\nSend loop 3060\nSend loop 3061\nSend loop 3062\nSend loop 3063\nSend loop 3064\nSend loop 3065\nSend loop 3066\nSend loop 3067\nSend loop 3068\nSend loop 3069\nSend loop 3070\nSend loop 3071\nSend loop 3072\nSend loop 3073\nSend loop 3074\nSend loop 3075\nSend loop 3076\nSend loop 3077\nSend loop 3078\nSend loop 3079\nSend loop 3080\nSend loop 3081\nSend loop 3082\nSend loop 3083\nSend loop 3084\nSend loop 3085\nSend loop 3086\nSend loop 3087\nSend loop 3088\nSend loop 3089\nSend loop 3090\nSend loop 3091\nSend loop 3092\nSend loop 3093\nSend loop 3094\nSend loop 3095\nSend loop 3096\nSend loop 3097\nSend loop 3098\nSend loop 3099\nSend loop 3100\nSend loop 3101\nSend loop 3102\nSend loop 3103\nSend loop 3104\nSend loop 3105\nSend loop 3106\nSend loop 3107\nSend loop 3108\nSend loop 3109\nSend loop 3110\nSend loop 3111\nSend loop 3112\nSend loop 3113\nSend loop 3114\nSend loop 3115\nSend loop 3116\nSend loop 3117\nSend loop 3118\nSend loop 3119\nSend loop 3120\nSend loop 3121\nSend loop 3122\nSend loop 3123\nSend loop 3124\nSend loop 3125\nSend loop 3126\nSend loop 3127\nSend loop 3128\nSend loop 3129\nSend loop 3130\nSend loop 3131\nSend loop 3132\nSend loop 3133\nSend loop 3134\nSend loop 3135\nSend loop 3136\nSend loop 3137\nSend loop 3138\nSend loop 3139\nSend loop 3140\nSend loop 3141\nSend loop 3142\nSend loop 3143\nSend loop 3144\nSend loop 3145\nSend loop 3146\nSend loop 3147\nSend loop 3148\nSend loop 3149\nSend loop 3150\nSend loop 3151\nSend loop 3152\nSend loop 3153\nSend loop 3154\nSend loop 3155\nSend loop 3156\nSend loop 3157\nSend loop 3158\nSend loop 3159\nSend loop 3160\nSend loop 3161\nSend loop 3162\nSend loop 3163\nSend loop 3164\nSend loop 3165\nSend loop 3166\nSend loop 3167\nSend loop 3168\nSend loop 3169\nSend loop 3170\nSend loop 3171\nSend loop 3172\nSend loop 3173\nSend loop 3174\nSend loop 3175\nSend loop 3176\nSend loop 3177\nSend loop 3178\nSend loop 3179\nSend loop 3180\nSend loop 3181\nSend loop 3182\nSend loop 3183\nSend loop 3184\nSend loop 3185\nSend loop 3186\nSend loop 3187\nSend loop 3188\nSend loop 3189\nSend loop 3190\nSend loop 3191\nSend loop 3192\nSend loop 3193\nSend loop 3194\nSend loop 3195\nSend loop 3196\nSend loop 3197\nSend loop 3198\nSend loop 3199\nSend loop 3200\nSend loop 3201\nSend loop 3202\nSend loop 3203\nSend loop 3204\nSend loop 3205\nSend loop 3206\nSend loop 3207\nSend loop 3208\nSend loop 3209\nSend loop 3210\nSend loop 3211\nSend loop 3212\nSend loop 3213\nSend loop 3214\nSend loop 3215\nSend loop 3216\nSend loop 3217\nSend loop 3218\nSend loop 3219\nSend loop 3220\nSend loop 3221\nSend loop 3222\nSend loop 3223\nSend loop 3224\nSend loop 3225\nSend loop 3226\nSend loop 3227\nSend loop 3228\nSend loop 3229\nSend loop 3230\nSend loop 3231\nSend loop 3232\nSend loop 3233\nSend loop 3234\nSend loop 3235\nSend loop 3236\nSend loop 3237\nSend loop 3238\nSend loop 3239\nSend loop 3240\nSend loop 3241\nSend loop 3242\nSend loop 3243\nSend loop 3244\nSend loop 3245\nSend loop 3246\nSend loop 3247\nSend loop 3248\nSend loop 3249\nSend loop 3250\nSend loop 3251\nSend loop 3252\nSend loop 3253\nSend loop 3254\nSend loop 3255\nSend loop 3256\nSend loop 3257\nSend loop 3258\nSend loop 3259\nSend loop 3260\nSend loop 3261\nSend loop 3262\nSend loop 3263\nSend loop 3264\nSend loop 3265\nSend loop 3266\nSend loop 3267\nSend loop 3268\nSend loop 3269\nSend loop 3270\nSend loop 3271\nSend loop 3272\nSend loop 3273\nSend loop 3274\nSend loop 3275\nSend loop 3276\nSend loop 3277\nSend loop 3278\nSend loop 3279\nSend loop 3280\nSend loop 3281\nSend loop 3282\nSend loop 3283\nSend loop 3284\nSend loop 3285\nSend loop 3286\nSend loop 3287\nSend loop 3288\nSend loop 3289\nSend loop 3290\nSend loop 3291\nSend loop 3292\nSend loop 3293\nSend loop 3294\nSend loop 3295\nSend loop 3296\nSend loop 3297\nSend loop 3298\nSend loop 3299\nSend loop 3300\nSend loop 3301\nSend loop 3302\nSend loop 3303\nSend loop 3304\nSend loop 3305\nSend loop 3306\nSend loop 3307\nSend loop 3308\nSend loop 3309\nSend loop 3310\nSend loop 3311\nSend loop 3312\nSend loop 3313\nSend loop 3314\nSend loop 3315\nSend loop 3316\nSend loop 3317\nSend loop 3318\nSend loop 3319\nSend loop 3320\nSend loop 3321\nSend loop 3322\nSend loop 3323\nSend loop 3324\nSend loop 3325\nSend loop 3326\nSend loop 3327\nSend loop 3328\nSend loop 3329\nSend loop 3330\nSend loop 3331\nSend loop 3332\nSend loop 3333\nSend loop 3334\nSend loop 3335\nSend loop 3336\nSend loop 3337\nSend loop 3338\nSend loop 3339\nSend loop 3340\nSend loop 3341\nSend loop 3342\nSend loop 3343\nSend loop 3344\nSend loop 3345\nSend loop 3346\nSend loop 3347\nSend loop 3348\nSend loop 3349\nSend loop 3350\nSend loop 3351\nSend loop 3352\nSend loop 3353\nSend loop 3354\nSend loop 3355\nSend loop 3356\nSend loop 3357\nSend loop 3358\nSend loop 3359\nSend loop 3360\nSend loop 3361\nSend loop 3362\nSend loop 3363\nSend loop 3364\nSend loop 3365\nSend loop 3366\nSend loop 3367\nSend loop 3368\nSend loop 3369\nSend loop 3370\nSend loop 3371\nSend loop 3372\nSend loop 3373\nSend loop 3374\nSend loop 3375\nSend loop 3376\nSend loop 3377\nSend loop 3378\nSend loop 3379\nSend loop 3380\nSend loop 3381\nSend loop 3382\nSend loop 3383\nSend loop 3384\nSend loop 3385\nSend loop 3386\nSend loop 3387\nSend loop 3388\nSend loop 3389\nSend loop 3390\nSend loop 3391\nSend loop 3392\nSend loop 3393\nSend loop 3394\nSend loop 3395\nSend loop 3396\nSend loop 3397\nSend loop 3398\nSend loop 3399\nSend loop 3400\nSend loop 3401\nSend loop 3402\nSend loop 3403\nSend loop 3404\nSend loop 3405\nSend loop 3406\nSend loop 3407\nSend loop 3408\nSend loop 3409\nSend loop 3410\nSend loop 3411\nSend loop 3412\nSend loop 3413\nSend loop 3414\nSend loop 3415\nSend loop 3416\nSend loop 3417\nSend loop 3418\nSend loop 3419\nSend loop 3420\nSend loop 3421\nSend loop 3422\nSend loop 3423\nSend loop 3424\nSend loop 3425\nSend loop 3426\nSend loop 3427\nSend loop 3428\nSend loop 3429\nSend loop 3430\nSend loop 3431\nSend loop 3432\nSend loop 3433\nSend loop 3434\nSend loop 3435\nSend loop 3436\nSend loop 3437\nSend loop 3438\nSend loop 3439\nSend loop 3440\nSend loop 3441\nSend loop 3442\nSend loop 3443\nSend loop 3444\nSend loop 3445\nSend loop 3446\nSend loop 3447\nSend loop 3448\nSend loop 3449\nSend loop 3450\nSend loop 3451\nSend loop 3452\nSend loop 3453\nSend loop 3454\nSend loop 3455\nSend loop 3456\nSend loop 3457\nSend loop 3458\nSend loop 3459\nSend loop 3460\nSend loop 3461\nSend loop 3462\nSend loop 3463\nSend loop 3464\nSend loop 3465\nSend loop 3466\nSend loop 3467\nSend loop 3468\nSend loop 3469\nSend loop 3470\nSend loop 3471\nSend loop 3472\nSend loop 3473\nSend loop 3474\nSend loop 3475\nSend loop 3476\nSend loop 3477\nSend loop 3478\nSend loop 3479\nSend loop 3480\nSend loop 3481\nSend loop 3482\nSend loop 3483\nSend loop 3484\nSend loop 3485\nSend loop 3486\nSend loop 3487\nSend loop 3488\nSend loop 3489\nSend loop 3490\nSend loop 3491\nSend loop 3492\nSend loop 3493\nSend loop 3494\nSend loop 3495\nSend loop 3496\nSend loop 3497\nSend loop 3498\nSend loop 3499\nSend loop 3500\nSend loop 3501\nSend loop 3502\nSend loop 3503\nSend loop 3504\nSend loop 3505\nSend loop 3506\nSend loop 3507\nSend loop 3508\nSend loop 3509\nSend loop 3510\nSend loop 3511\nSend loop 3512\nSend loop 3513\nSend loop 3514\nSend loop 3515\nSend loop 3516\nSend loop 3517\nSend loop 3518\nSend loop 3519\nSend loop 3520\nSend loop 3521\nSend loop 3522\nSend loop 3523\nSend loop 3524\nSend loop 3525\nSend loop 3526\nSend loop 3527\nSend loop 3528\nSend loop 3529\nSend loop 3530\nSend loop 3531\nSend loop 3532\nSend loop 3533\nSend loop 3534\nSend loop 3535\nSend loop 3536\nSend loop 3537\nSend loop 3538\nSend loop 3539\nSend loop 3540\nSend loop 3541\nSend loop 3542\nSend loop 3543\nSend loop 3544\nSend loop 3545\nSend loop 3546\nSend loop 3547\nSend loop 3548\nSend loop 3549\nSend loop 3550\nSend loop 3551\nSend loop 3552\nSend loop 3553\nSend loop 3554\nSend loop 3555\nSend loop 3556\nSend loop 3557\nSend loop 3558\nSend loop 3559\nSend loop 3560\nSend loop 3561\nSend loop 3562\nSend loop 3563\nSend loop 3564\nSend loop 3565\nSend loop 3566\nSend loop 3567\nSend loop 3568\nSend loop 3569\nSend loop 3570\nSend loop 3571\nSend loop 3572\nSend loop 3573\nSend loop 3574\nSend loop 3575\nSend loop 3576\nSend loop 3577\nSend loop 3578\nSend loop 3579\nSend loop 3580\nSend loop 3581\nSend loop 3582\nSend loop 3583\nSend loop 3584\nSend loop 3585\nSend loop 3586\nSend loop 3587\nSend loop 3588\nSend loop 3589\nSend loop 3590\nSend loop 3591\nSend loop 3592\nSend loop 3593\nSend loop 3594\nSend loop 3595\nSend loop 3596\nSend loop 3597\nSend loop 3598\nSend loop 3599\nSend loop 3600\nSend loop 3601\nSend loop 3602\nSend loop 3603\nSend loop 3604\nSend loop 3605\nSend loop 3606\nSend loop 3607\nSend loop 3608\nSend loop 3609\nSend loop 3610\nSend loop 3611\nSend loop 3612\nSend loop 3613\nSend loop 3614\nSend loop 3615\nSend loop 3616\nSend loop 3617\nSend loop 3618\nSend loop 3619\nSend loop 3620\nSend loop 3621\nSend loop 3622\nSend loop 3623\nSend loop 3624\nSend loop 3625\nSend loop 3626\nSend loop 3627\nSend loop 3628\nSend loop 3629\nSend loop 3630\nSend loop 3631\nSend loop 3632\nSend loop 3633\nSend loop 3634\nSend loop 3635\nSend loop 3636\nSend loop 3637\nSend loop 3638\nSend loop 3639\nSend loop 3640\nSend loop 3641\nSend loop 3642\nSend loop 3643\nSend loop 3644\nSend loop 3645\nSend loop 3646\nSend loop 3647\nSend loop 3648\nSend loop 3649\nSend loop 3650\nSend loop 3651\nSend loop 3652\nSend loop 3653\nSend loop 3654\nSend loop 3655\nSend loop 3656\nSend loop 3657\nSend loop 3658\nSend loop 3659\nSend loop 3660\nSend loop 3661\nSend loop 3662\nSend loop 3663\nSend loop 3664\nSend loop 3665\nSend loop 3666\nSend loop 3667\nSend loop 3668\nSend loop 3669\nSend loop 3670\nSend loop 3671\nSend loop 3672\nSend loop 3673\nSend loop 3674\nSend loop 3675\nSend loop 3676\nSend loop 3677\nSend loop 3678\nSend loop 3679\nSend loop 3680\nSend loop 3681\nSend loop 3682\nSend loop 3683\nSend loop 3684\nSend loop 3685\nSend loop 3686\nSend loop 3687\nSend loop 3688\nSend loop 3689\nSend loop 3690\nSend loop 3691\nSend loop 3692\nSend loop 3693\nSend loop 3694\nSend loop 3695\nSend loop 3696\nSend loop 3697\nSend loop 3698\nSend loop 3699\nSend loop 3700\nSend loop 3701\nSend loop 3702\nSend loop 3703\nSend loop 3704\nSend loop 3705\nSend loop 3706\nSend loop 3707\nSend loop 3708\nSend loop 3709\nSend loop 3710\nSend loop 3711\nSend loop 3712\nSend loop 3713\nSend loop 3714\nSend loop 3715\nSend loop 3716\nSend loop 3717\nSend loop 3718\nSend loop 3719\nSend loop 3720\nSend loop 3721\nSend loop 3722\nSend loop 3723\nSend loop 3724\nSend loop 3725\nSend loop 3726\nSend loop 3727\nSend loop 3728\nSend loop 3729\nSend loop 3730\nSend loop 3731\nSend loop 3732\nSend loop 3733\nSend loop 3734\nSend loop 3735\nSend loop 3736\nSend loop 3737\nSend loop 3738\nSend loop 3739\nSend loop 3740\nSend loop 3741\nSend loop 3742\nSend loop 3743\nSend loop 3744\nSend loop 3745\nSend loop 3746\nSend loop 3747\nSend loop 3748\nSend loop 3749\nSend loop 3750\nSend loop 3751\nSend loop 3752\nSend loop 3753\nSend loop 3754\nSend loop 3755\nSend loop 3756\nSend loop 3757\nSend loop 3758\nSend loop 3759\nSend loop 3760\nSend loop 3761\nSend loop 3762\nSend loop 3763\nSend loop 3764\nSend loop 3765\nSend loop 3766\nSend loop 3767\nSend loop 3768\nSend loop 3769\nSend loop 3770\nSend loop 3771\nSend loop 3772\nSend loop 3773\nSend loop 3774\nSend loop 3775\nSend loop 3776\nSend loop 3777\nSend loop 3778\nSend loop 3779\nSend loop 3780\nSend loop 3781\nSend loop 3782\nSend loop 3783\nSend loop 3784\nSend loop 3785\nSend loop 3786\nSend loop 3787\nSend loop 3788\nSend loop 3789\nSend loop 3790\nSend loop 3791\nSend loop 3792\nSend loop 3793\nSend loop 3794\nSend loop 3795\nSend loop 3796\nSend loop 3797\nSend loop 3798\nSend loop 3799\nSend loop 3800\nSend loop 3801\nSend loop 3802\nSend loop 3803\nSend loop 3804\nSend loop 3805\nSend loop 3806\nSend loop 3807\nSend loop 3808\nSend loop 3809\nSend loop 3810\nSend loop 3811\nSend loop 3812\nSend loop 3813\nSend loop 3814\nSend loop 3815\nSend loop 3816\nSend loop 3817\nSend loop 3818\nSend loop 3819\nSend loop 3820\nSend loop 3821\nSend loop 3822\nSend loop 3823\nSend loop 3824\nSend loop 3825\nSend loop 3826\nSend loop 3827\nSend loop 3828\nSend loop 3829\nSend loop 3830\nSend loop 3831\nSend loop 3832\nSend loop 3833\nSend loop 3834\nSend loop 3835\nSend loop 3836\nSend loop 3837\nSend loop 3838\nSend loop 3839\nSend loop 3840\nSend loop 3841\nSend loop 3842\nSend loop 3843\nSend loop 3844\nSend loop 3845\nSend loop 3846\nSend loop 3847\nSend loop 3848\nSend loop 3849\nSend loop 3850\nSend loop 3851\nSend loop 3852\nSend loop 3853\nSend loop 3854\nSend loop 3855\nSend loop 3856\nSend loop 3857\nSend loop 3858\nSend loop 3859\nSend loop 3860\nSend loop 3861\nSend loop 3862\nSend loop 3863\nSend loop 3864\nSend loop 3865\nSend loop 3866\nSend loop 3867\nSend loop 3868\nSend loop 3869\nSend loop 3870\nSend loop 3871\nSend loop 3872\nSend loop 3873\nSend loop 3874\nSend loop 3875\nSend loop 3876\nSend loop 3877\nSend loop 3878\nSend loop 3879\nSend loop 3880\nSend loop 3881\nSend loop 3882\nSend loop 3883\nSend loop 3884\nSend loop 3885\nSend loop 3886\nSend loop 3887\nSend loop 3888\nSend loop 3889\nSend loop 3890\nSend loop 3891\nSend loop 3892\nSend loop 3893\nSend loop 3894\nSend loop 3895\nSend loop 3896\nSend loop 3897\nSend loop 3898\nSend loop 3899\nSend loop 3900\nSend loop 3901\nSend loop 3902\nSend loop 3903\nSend loop 3904\nSend loop 3905\nSend loop 3906\nSend loop 3907\nSend loop 3908\nSend loop 3909\nSend loop 3910\nSend loop 3911\nSend loop 3912\nSend loop 3913\nSend loop 3914\nSend loop 3915\nSend loop 3916\nSend loop 3917\nSend loop 3918\nSend loop 3919\nSend loop 3920\nSend loop 3921\nSend loop 3922\nSend loop 3923\nSend loop 3924\nSend loop 3925\nSend loop 3926\nSend loop 3927\nSend loop 3928\nSend loop 3929\nSend loop 3930\nSend loop 3931\nSend loop 3932\nSend loop 3933\nSend loop 3934\nSend loop 3935\nSend loop 3936\nSend loop 3937\nSend loop 3938\nSend loop 3939\nSend loop 3940\nSend loop 3941\nSend loop 3942\nSend loop 3943\nSend loop 3944\nSend loop 3945\nSend loop 3946\nSend loop 3947\nSend loop 3948\nSend loop 3949\nSend loop 3950\nSend loop 3951\nSend loop 3952\nSend loop 3953\nSend loop 3954\nSend loop 3955\nSend loop 3956\nSend loop 3957\nSend loop 3958\nSend loop 3959\nSend loop 3960\nSend loop 3961\nSend loop 3962\nSend loop 3963\nSend loop 3964\nSend loop 3965\nSend loop 3966\nSend loop 3967\nSend loop 3968\nSend loop 3969\nSend loop 3970\nSend loop 3971\nSend loop 3972\nSend loop 3973\nSend loop 3974\nSend loop 3975\nSend loop 3976\nSend loop 3977\nSend loop 3978\nSend loop 3979\nSend loop 3980\nSend loop 3981\nSend loop 3982\nSend loop 3983\nSend loop 3984\nSend loop 3985\nSend loop 3986\nSend loop 3987\nSend loop 3988\nSend loop 3989\nSend loop 3990\nSend loop 3991\nSend loop 3992\nSend loop 3993\nSend loop 3994\nSend loop 3995\nSend loop 3996\nSend loop 3997\nSend loop 3998\nSend loop 3999\nSend loop 4000\nSend loop 4001\nSend loop 4002\nSend loop 4003\nSend loop 4004\nSend loop 4005\nSend loop 4006\nSend loop 4007\nSend loop 4008\nSend loop 4009\nSend loop 4010\nSend loop 4011\nSend loop 4012\nSend loop 4013\nSend loop 4014\nSend loop 4015\nSend loop 4016\nSend loop 4017\nSend loop 4018\nSend loop 4019\nSend loop 4020\nSend loop 4021\nSend loop 4022\nSend loop 4023\nSend loop 4024\nSend loop 4025\nSend loop 4026\nSend loop 4027\nSend loop 4028\nSend loop 4029\nSend loop 4030\nSend loop 4031\nSend loop 4032\nSend loop 4033\nSend loop 4034\nSend loop 4035\nSend loop 4036\nSend loop 4037\nSend loop 4038\nSend loop 4039\nSend loop 4040\nSend loop 4041\nSend loop 4042\nSend loop 4043\nSend loop 4044\nSend loop 4045\nSend loop 4046\nSend loop 4047\nSend loop 4048\nSend loop 4049\nSend loop 4050\nSend loop 4051\nSend loop 4052\nSend loop 4053\nSend loop 4054\nSend loop 4055\nSend loop 4056\nSend loop 4057\nSend loop 4058\nSend loop 4059\nSend loop 4060\nSend loop 4061\nSend loop 4062\nSend loop 4063\nSend loop 4064\nSend loop 4065\nSend loop 4066\nSend loop 4067\nSend loop 4068\nSend loop 4069\nSend loop 4070\nSend loop 4071\nSend loop 4072\nSend loop 4073\nSend loop 4074\nSend loop 4075\nSend loop 4076\nSend loop 4077\nSend loop 4078\nSend loop 4079\nSend loop 4080\nSend loop 4081\nSend loop 4082\nSend loop 4083\nSend loop 4084\nSend loop 4085\nSend loop 4086\nSend loop 4087\nSend loop 4088\nSend loop 4089\nSend loop 4090\nSend loop 4091\nSend loop 4092\nSend loop 4093\nSend loop 4094\nSend loop 4095\nData too big for buffer (4096 + 8 > 4096).\nError sending request: Argument list too long\nSend loop 4096\nSend loop failed on try 4096, err = 7, Argument list too long\ntest \"send_overflow_disconnection\":\texit status 0, pass.\n----------------------------------------\nerror in client communication (pid 434)\nwl_registry#3: error 0: invalid interface for global 2: have wl_output, wanted wl_seat\ntest \"registry_bind_interface_mismatch\":\texit status 0, pass.\n----------------------------------------\ntest \"zombie_fd_errant_consumption\":\texit status 0, pass.\n----------------------------------------\ntest \"zombie_fd\":\texit status 0, pass.\n----------------------------------------\nerror in client communication (pid 440)\nwl_registry#3: error 0: invalid global wl_data_offer (2)\ntest \"bind_fails_on_filtered_global\":\texit status 0, pass.\n----------------------------------------\ntest \"filtered_dynamic_global_is_hidden\":\texit status 0, pass.\n----------------------------------------\ntest \"filtered_global_is_hidden\":\texit status 0, pass.\n----------------------------------------\n[destroyed object]: error 23: Dummy error\ntest \"error_on_destroyed_object\":\texit status 0, pass.\n----------------------------------------\ntest \"versions\":\texit status 0, pass.\n----------------------------------------\nerror in client communication (pid 460)\nwl_seat#6: error 23: Dummy error\nerror in client communication (pid 460)\nwl_seat#6: error 23: Dummy error\ntest \"error_code_after_epipe\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_read_after_error_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_read_eagain_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_cancel_read_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_errors_tst\":\texit status 0, pass.\n----------------------------------------\nwl_display#1: error 3: Error 20\nErr is 71\ntest \"post_internal_error_tst\":\texit status 0, pass.\n----------------------------------------\nwl_display#1: error 2: no memory\nwl_display#1: error 2: no memory\ntest \"post_nomem_tst\":\texit status 0, pass.\n----------------------------------------\nwl_seat#6: error 23: Dummy error\nwl_seat#6: error 23: Dummy error\ntest \"post_error_to_two_clients\":\texit status 0, pass.\n----------------------------------------\nwl_seat#6: error 23: Dummy error\ntest \"post_error_to_one_from_two_clients\":\texit status 0, pass.\n----------------------------------------\nwl_seat#6: error 23: Dummy error\ntest \"post_error_to_one_client\":\texit status 0, pass.\n----------------------------------------\ntest \"tc_leaks_tests\":\texit status 0, pass.\n----------------------------------------\ntest \"display_destroy_listener\":\texit status 0, pass.\n----------------------------------------\n23 tests, 23 pass, 0 fail\nPASS: tests/display-test\nPASS: tests/enum-validator-test\ntest \"event_loop_destroy\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer_cancellation\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer_order\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer_updates\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_multiple_same_signals\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_signal\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_free_source_with_data\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_post_dispatch_check\":\texit status 0, pass.\n----------------------------------------\n9 tests, 9 pass, 0 fail\nPASS: tests/event-loop-test\ntest \"fixed_int_conversions\":\texit status 0, pass.\n----------------------------------------\ndouble 62.125000 to fixed 3e20\ndouble -1200.625000 to fixed fffb4f60\nfixed 6b8b4567 to double 7048005.402344\nfixed 12030 to double 288.187500\nfixed 70000000 to double 7340032.000000\nfixed fffedfd0 to double -288.187500\nfixed 80000000 to double -8388608.000000\ntest \"fixed_double_conversions\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/fixed-test\nPASS: tests/headers-test\ntest \"interface_equal\":\texit status 0, pass.\n----------------------------------------\n1 tests, 1 pass, 0 fail\nPASS: tests/interface-test\ntest \"list_insert_list\":\texit status 0, pass.\n----------------------------------------\ntest \"list_remove\":\texit status 0, pass.\n----------------------------------------\ntest \"list_iterator\":\texit status 0, pass.\n----------------------------------------\ntest \"list_length\":\texit status 0, pass.\n----------------------------------------\ntest \"list_insert\":\texit status 0, pass.\n----------------------------------------\ntest \"list_init\":\texit status 0, pass.\n----------------------------------------\n6 tests, 6 pass, 0 fail\nPASS: tests/list-test\ntest \"map_iter_empty\":\texit status 0, pass.\n----------------------------------------\ntest \"map_flags\":\texit status 0, pass.\n----------------------------------------\ntest \"map_remove\":\texit status 0, pass.\n----------------------------------------\ntest \"map_insert_at\":\texit status 0, pass.\n----------------------------------------\ntest \"map_insert_new\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/map-test\ntest \"message_count_arrays\":\texit status 0, pass.\n----------------------------------------\ntest \"message_version\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/message-test\nTimeout was set to 4 seconds from now.\ntest \"signal_get_listener\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 4 seconds from now.\ntest \"signal_readd_listener\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 4 seconds from now.\ntest \"signal_remove_listener\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_more_listeners\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_one_listener\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_add_get\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_init\":\texit status 0, pass.\n----------------------------------------\n7 tests, 7 pass, 0 fail\nPASS: tests/newsignal-test\ntest \"os_wrappers_epoll_create_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_epoll_create_cloexec\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_recvmsg_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_recvmsg_cloexec\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_dupfd_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_dupfd_cloexec\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_socket_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_socket_cloexec\":\texit status 0, pass.\n----------------------------------------\n8 tests, 8 pass, 0 fail\nPASS: tests/os-wrappers-test\nTimeout was set to 1 second from now.\ntest \"logger\":\texit status 0, pass.\n----------------------------------------\n1 tests, 1 pass, 0 fail\nPASS: tests/protocol-logger-test\ntest \"proxy_tag\":\texit status 0, pass.\n----------------------------------------\n1 tests, 1 pass, 0 fail\nPASS: tests/proxy-test\nTimeout was set to 2 seconds from now.\nwarning: queue \"Second\" 0x55b61202db90 destroyed while proxies still attached:\n  wl_callback#3 still attached\ntest \"queue_names\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_destroy_default_with_attached_proxies\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\nwarning: queue 0x55b61202db30 destroyed while proxies still attached:\n  wl_callback#2 still attached\nTried to add event to destroyed queue\nClient 'client_test_queue_proxy_event_to_destroyed_queue' was killed by signal 6\ntest \"queue_proxy_event_to_destroyed_queue\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\nwarning: queue 0x55b61202db30 destroyed while proxies still attached:\n  wl_callback#2 still attached\ntest \"queue_destroy_with_attached_proxies\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_set_queue_race\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_set_queue_proxy_wrapper\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_roundtrip\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_multiple_queues\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_proxy_destroy\":\texit status 0, pass.\n----------------------------------------\n9 tests, 9 pass, 0 fail\nPASS: tests/queue-test\ntest \"resource_destroy_iteration\":\texit status 0, pass.\n----------------------------------------\ntest \"free_without_remove\":\texit status 0, pass.\n----------------------------------------\ntest \"create_resource_with_same_id\":\texit status 0, pass.\n----------------------------------------\ntest \"destroy_res_tst\":\texit status 0, pass.\n----------------------------------------\ntest \"create_resource_tst\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/resources-test\nTimeout was set to 1 second from now.\nTimeout was set to 1 second from now.\nTimeout was re-set off.\ntest \"tc_timeout3_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 5 seconds from now.\nTimeout was re-set to 10 seconds from now.\nTimeout was re-set to 1 second from now.\nTest timed out.\nClient 'timeout_reset_tst' was killed by signal 6\nClient 'timeout_reset_tst' failed\n1 child(ren) failed\ntest \"tc_timeout2_tst\":\tsignal 6, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\nTest timed out.\nClient 'timeout_tst' was killed by signal 6\nClient 'timeout_tst' failed\n1 child(ren) failed\ntest \"tc_timeout_tst\":\tsignal 6, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\nTimeout was re-set off.\ntest \"timeout_turnoff\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 5 seconds from now.\nTimeout was re-set to 10 seconds from now.\nTimeout was re-set to 1 second from now.\nTest timed out.\ntest \"timeout_reset_tst\":\tsignal 6, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\ntest \"timeout2_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\nTest timed out.\ntest \"timeout_tst\":\tsignal 6, pass.\n----------------------------------------\nerror: XDG_RUNTIME_DIR is invalid or not set in the environment.\ntest \"tc_client_log\":\texit status 0, pass.\n----------------------------------------\nClient 'sanity_fd_leak_exec' exited with code 1\nClient 'sanity_fd_leak_exec' failed\n1 child(ren) failed\ntest \"tc_client_fd_leaks_exec\":\tsignal 6, pass.\n----------------------------------------\nfd leak detected in test. Opened 15 files, unclosed 2\nClient 'sanity_fd_leak' was killed by signal 6\nClient 'sanity_fd_leak' failed\n1 child(ren) failed\ntest \"tc_client_fd_leaks\":\tsignal 6, pass.\n----------------------------------------\ntest \"tc_client_no_fd_leaks\":\texit status 0, pass.\n----------------------------------------\ntest \"sanity_fd_exec\":\texit status 0, pass.\n----------------------------------------\ntest \"sanity_fd_leak_exec\":\texit status 1, pass.\n----------------------------------------\nfd leak detected in test. Opened 6 files, unclosed 2\ntest \"sanity_fd_leak\":\tsignal 6, pass.\n----------------------------------------\nsanity-test: ../wayland-1.23.1/tests/sanity-test.c:85: sanity_assert: Assertion `0' failed.\ntest \"sanity_assert\":\tsignal 6, pass.\n----------------------------------------\ntest \"fail_segv\":\tsignal 11, pass.\n----------------------------------------\ntest \"fail_kill\":\tsignal 15, pass.\n----------------------------------------\nAbort the program\ntest \"fail_wl_abort\":\tsignal 6, pass.\n----------------------------------------\ntest \"fail_abort\":\tsignal 6, pass.\n----------------------------------------\ntest \"exit_failure\":\texit status 1, pass.\n----------------------------------------\ntest \"exit_success\":\texit status 0, pass.\n----------------------------------------\ntest \"empty\":\texit status 0, pass.\n----------------------------------------\n22 tests, 22 pass, 0 fail\nPASS: tests/sanity-test\nsrcdir: \nscanner: wayland-scanner\ntest_data_dir: tests/data\ntest_output_dir: tests/output\npwd: /usr/lib/wayland/ptest\nsed: sed\n\nTesting code generation: example.xml -> example-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nexample.xml -> example-code.c PASS\n\nTesting client-header generation: example.xml -> example-client.h\nexample.xml -> example-client.h PASS\n\nTesting server-header generation: example.xml -> example-server.h\nexample.xml -> example-server.h PASS\n\nTesting enum-header generation: example.xml -> example-enum.h\nexample.xml -> example-enum.h PASS\n\nTesting code generation: small.xml -> small-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nsmall.xml -> small-code.c PASS\n\nTesting client-header generation: small.xml -> small-client.h\nsmall.xml -> small-client.h PASS\n\nTesting server-header generation: small.xml -> small-server.h\nsmall.xml -> small-server.h PASS\n\nTesting -c code generation: small.xml -> small-code-core.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nsmall.xml -> small-code-core.c PASS\n\nTesting -c client-header generation: small.xml -> small-client-core.h\nsmall.xml -> small-client-core.h PASS\n\nTesting -c server-header generation: small.xml -> small-server-core.h\nsmall.xml -> small-server-core.h PASS\n\nTesting code generation: small.xml -> small-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nsmall.xml -> small-code.c PASS\n\nTesting public-code generation: small.xml -> small-code.c\nsmall.xml -> small-code.c PASS\n\nTesting private-code generation: small.xml -> small-private-code.c\nsmall.xml -> small-private-code.c PASS\n\nTesting code generation: empty.xml -> empty-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nempty.xml -> empty-code.c PASS\n\nTesting client-header generation: empty.xml -> empty-client.h\nempty.xml -> empty-client.h PASS\n\nTesting server-header generation: empty.xml -> empty-server.h\nempty.xml -> empty-server.h PASS\n\nChecking that reading bad-identifier-arg.xml gives an error on line 7\nbad-identifier-arg.xml PASS\n\nChecking that reading bad-identifier-entry.xml gives an error on line 8\nbad-identifier-entry.xml PASS\n\nChecking that reading bad-identifier-enum.xml gives an error on line 6\nbad-identifier-enum.xml PASS\n\nChecking that reading bad-identifier-event.xml gives an error on line 6\nbad-identifier-event.xml PASS\n\nChecking that reading bad-identifier-interface.xml gives an error on line 3\nbad-identifier-interface.xml PASS\n\nChecking that reading bad-identifier-protocol.xml gives an error on line 2\nbad-identifier-protocol.xml PASS\n\nChecking that reading bad-identifier-request.xml gives an error on line 6\nbad-identifier-request.xml PASS\nPASS: tests/scanner-test.sh\ntest \"signal_emit_mutable\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_more_listeners\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_one_listener\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_add_get\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_init\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/signal-test\ntest \"absolute_socket_path\":\texit status 0, pass.\n----------------------------------------\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-31.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-31.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-32.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-31.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-32.lock, maybe another compositor is running\ntest \"add_socket_auto\":\texit status 0, pass.\n----------------------------------------\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-test-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-test-0.lock, maybe another compositor is running\ntest \"add_existing_socket\":\texit status 0, pass.\n----------------------------------------\nerror: socket path \"/tmp/wayland-tests-3JutMe/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\" plus null terminator exceeds 108 bytes\ntest \"socket_path_overflow_server_create\":\texit status 0, pass.\n----------------------------------------\nerror: socket path \"/tmp/wayland-tests-3JutMe/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\" plus null terminator exceeds 108 bytes\ntest \"socket_path_overflow_client_connect\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/socket-test\nPASS: tests/wayland-egl-symbols-check\nDURATION: 5\nEND: /usr/lib/wayland/ptest\n2025-06-16T11:38\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "wayland": {
     "duration": "5",
     "log": "START: ptest-runner\n2025-06-16T11:38\ntest \"array_for_each\":\texit status 0, pass.\n----------------------------------------\ntest \"array_copy\":\texit status 0, pass.\n----------------------------------------\ntest \"array_add\":\texit status 0, pass.\n----------------------------------------\ntest \"array_release\":\texit status 0, pass.\n----------------------------------------\ntest \"array_init\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/array-test\ntest \"client_destroy_removes_link\":\texit status 0, pass.\n----------------------------------------\ntest \"client_destroy_listener\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/client-test\ntest \"new_resource\":\texit status 0, pass.\n----------------------------------------\ntest \"new_client_connect\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/compositor-introspection-test\nTimeout was set to 1 second from now.\n* bogus size 11\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 10\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 9\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 8\nmessage too short, object (1), message sync(n)\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 7\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 6\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 5\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 4\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 3\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 2\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 1\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\n* bogus size 0\nmessage too short, invalid header\nerror in client communication (pid 404)\nReceived 60 bytes, object 1, opcode 0\nError event on object 1, code 1, message \" invalid arguments for wl_display#1.sync\"\ntest \"request_bogus_size\":\texit status 0, pass.\n----------------------------------------\nwl_display#1: error 2: no memory\ntest \"closure_leaks_after_error\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"closure_leaks\":\texit status 0, pass.\n----------------------------------------\ntest \"invoke_closure\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_unbounded_boundary_size\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_big_enough\":\texit status 0, pass.\n----------------------------------------\nData too big for buffer (0 + 5012 > 4096).\ntest \"connection_marshal_too_big\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_alot\":\texit status 0, pass.\n----------------------------------------\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\nmessage too short, object (0), message test(s)\nmessage too short, object (0), message test(a)\ntest \"connection_demarshal_failures\":\texit status 0, pass.\n----------------------------------------\nNULL string received on non-nullable type, message test(s)\ntest \"connection_demarshal_null_strings\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal_demarshal\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_demarshal\":\texit status 0, pass.\n----------------------------------------\nerror marshalling arguments for test (signature o): null value passed for arg 0\nerror marshalling arguments for test (signature s): null value passed for arg 0\nerror marshalling arguments for test (signature a): null value passed for arg 0\ntest \"connection_marshal_nullables\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_marshal\":\texit status 0, pass.\n----------------------------------------\ntest \"argument_from_va_list\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_queue\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_data\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_write\":\texit status 0, pass.\n----------------------------------------\ntest \"connection_create\":\texit status 0, pass.\n----------------------------------------\n19 tests, 19 pass, 0 fail\nPASS: tests/connection-test\nPASS: tests/cpp-compile-test\ntest \"no_source_terminate\":\texit status 0, pass.\n----------------------------------------\ntest \"global_remove\":\texit status 0, pass.\n----------------------------------------\nSend loop 0\nSend loop 1\nSend loop 2\nSend loop 3\nSend loop 4\nSend loop 5\nSend loop 6\nSend loop 7\nSend loop 8\nSend loop 9\nSend loop 10\nSend loop 11\nSend loop 12\nSend loop 13\nSend loop 14\nSend loop 15\nSend loop 16\nSend loop 17\nSend loop 18\nSend loop 19\nSend loop 20\nSend loop 21\nSend loop 22\nSend loop 23\nSend loop 24\nSend loop 25\nSend loop 26\nSend loop 27\nSend loop 28\nSend loop 29\nSend loop 30\nSend loop 31\nSend loop 32\nSend loop 33\nSend loop 34\nSend loop 35\nSend loop 36\nSend loop 37\nSend loop 38\nSend loop 39\nSend loop 40\nSend loop 41\nSend loop 42\nSend loop 43\nSend loop 44\nSend loop 45\nSend loop 46\nSend loop 47\nSend loop 48\nSend loop 49\nSend loop 50\nSend loop 51\nSend loop 52\nSend loop 53\nSend loop 54\nSend loop 55\nSend loop 56\nSend loop 57\nSend loop 58\nSend loop 59\nSend loop 60\nSend loop 61\nSend loop 62\nSend loop 63\nSend loop 64\nSend loop 65\nSend loop 66\nSend loop 67\nSend loop 68\nSend loop 69\nSend loop 70\nSend loop 71\nSend loop 72\nSend loop 73\nSend loop 74\nSend loop 75\nSend loop 76\nSend loop 77\nSend loop 78\nSend loop 79\nSend loop 80\nSend loop 81\nSend loop 82\nSend loop 83\nSend loop 84\nSend loop 85\nSend loop 86\nSend loop 87\nSend loop 88\nSend loop 89\nSend loop 90\nSend loop 91\nSend loop 92\nSend loop 93\nSend loop 94\nSend loop 95\nSend loop 96\nSend loop 97\nSend loop 98\nSend loop 99\nSend loop 100\nSend loop 101\nSend loop 102\nSend loop 103\nSend loop 104\nSend loop 105\nSend loop 106\nSend loop 107\nSend loop 108\nSend loop 109\nSend loop 110\nSend loop 111\nSend loop 112\nSend loop 113\nSend loop 114\nSend loop 115\nSend loop 116\nSend loop 117\nSend loop 118\nSend loop 119\nSend loop 120\nSend loop 121\nSend loop 122\nSend loop 123\nSend loop 124\nSend loop 125\nSend loop 126\nSend loop 127\nSend loop 128\nSend loop 129\nSend loop 130\nSend loop 131\nSend loop 132\nSend loop 133\nSend loop 134\nSend loop 135\nSend loop 136\nSend loop 137\nSend loop 138\nSend loop 139\nSend loop 140\nSend loop 141\nSend loop 142\nSend loop 143\nSend loop 144\nSend loop 145\nSend loop 146\nSend loop 147\nSend loop 148\nSend loop 149\nSend loop 150\nSend loop 151\nSend loop 152\nSend loop 153\nSend loop 154\nSend loop 155\nSend loop 156\nSend loop 157\nSend loop 158\nSend loop 159\nSend loop 160\nSend loop 161\nSend loop 162\nSend loop 163\nSend loop 164\nSend loop 165\nSend loop 166\nSend loop 167\nSend loop 168\nSend loop 169\nSend loop 170\nSend loop 171\nSend loop 172\nSend loop 173\nSend loop 174\nSend loop 175\nSend loop 176\nSend loop 177\nSend loop 178\nSend loop 179\nSend loop 180\nSend loop 181\nSend loop 182\nSend loop 183\nSend loop 184\nSend loop 185\nSend loop 186\nSend loop 187\nSend loop 188\nSend loop 189\nSend loop 190\nSend loop 191\nSend loop 192\nSend loop 193\nSend loop 194\nSend loop 195\nSend loop 196\nSend loop 197\nSend loop 198\nSend loop 199\nSend loop 200\nSend loop 201\nSend loop 202\nSend loop 203\nSend loop 204\nSend loop 205\nSend loop 206\nSend loop 207\nSend loop 208\nSend loop 209\nSend loop 210\nSend loop 211\nSend loop 212\nSend loop 213\nSend loop 214\nSend loop 215\nSend loop 216\nSend loop 217\nSend loop 218\nSend loop 219\nSend loop 220\nSend loop 221\nSend loop 222\nSend loop 223\nSend loop 224\nSend loop 225\nSend loop 226\nSend loop 227\nSend loop 228\nSend loop 229\nSend loop 230\nSend loop 231\nSend loop 232\nSend loop 233\nSend loop 234\nSend loop 235\nSend loop 236\nSend loop 237\nSend loop 238\nSend loop 239\nSend loop 240\nSend loop 241\nSend loop 242\nSend loop 243\nSend loop 244\nSend loop 245\nSend loop 246\nSend loop 247\nSend loop 248\nSend loop 249\nSend loop 250\nSend loop 251\nSend loop 252\nSend loop 253\nSend loop 254\nSend loop 255\nSend loop 256\nSend loop 257\nSend loop 258\nSend loop 259\nSend loop 260\nSend loop 261\nSend loop 262\nSend loop 263\nSend loop 264\nSend loop 265\nSend loop 266\nSend loop 267\nSend loop 268\nSend loop 269\nSend loop 270\nSend loop 271\nSend loop 272\nSend loop 273\nSend loop 274\nSend loop 275\nSend loop 276\nSend loop 277\nSend loop 278\nSend loop 279\nSend loop 280\nSend loop 281\nSend loop 282\nSend loop 283\nSend loop 284\nSend loop 285\nSend loop 286\nSend loop 287\nSend loop 288\nSend loop 289\nSend loop 290\nSend loop 291\nSend loop 292\nSend loop 293\nSend loop 294\nSend loop 295\nSend loop 296\nSend loop 297\nSend loop 298\nSend loop 299\nSend loop 300\nSend loop 301\nSend loop 302\nSend loop 303\nSend loop 304\nSend loop 305\nSend loop 306\nSend loop 307\nSend loop 308\nSend loop 309\nSend loop 310\nSend loop 311\nSend loop 312\nSend loop 313\nSend loop 314\nSend loop 315\nSend loop 316\nSend loop 317\nSend loop 318\nSend loop 319\nSend loop 320\nSend loop 321\nSend loop 322\nSend loop 323\nSend loop 324\nSend loop 325\nSend loop 326\nSend loop 327\nSend loop 328\nSend loop 329\nSend loop 330\nSend loop 331\nSend loop 332\nSend loop 333\nSend loop 334\nSend loop 335\nSend loop 336\nSend loop 337\nSend loop 338\nSend loop 339\nSend loop 340\nSend loop 341\nSend loop 342\nSend loop 343\nSend loop 344\nSend loop 345\nSend loop 346\nSend loop 347\nSend loop 348\nSend loop 349\nSend loop 350\nSend loop 351\nSend loop 352\nSend loop 353\nSend loop 354\nSend loop 355\nSend loop 356\nSend loop 357\nSend loop 358\nSend loop 359\nSend loop 360\nSend loop 361\nSend loop 362\nSend loop 363\nSend loop 364\nSend loop 365\nSend loop 366\nSend loop 367\nSend loop 368\nSend loop 369\nSend loop 370\nSend loop 371\nSend loop 372\nSend loop 373\nSend loop 374\nSend loop 375\nSend loop 376\nSend loop 377\nSend loop 378\nSend loop 379\nSend loop 380\nSend loop 381\nSend loop 382\nSend loop 383\nSend loop 384\nSend loop 385\nSend loop 386\nSend loop 387\nSend loop 388\nSend loop 389\nSend loop 390\nSend loop 391\nSend loop 392\nSend loop 393\nSend loop 394\nSend loop 395\nSend loop 396\nSend loop 397\nSend loop 398\nSend loop 399\nSend loop 400\nSend loop 401\nSend loop 402\nSend loop 403\nSend loop 404\nSend loop 405\nSend loop 406\nSend loop 407\nSend loop 408\nSend loop 409\nSend loop 410\nSend loop 411\nSend loop 412\nSend loop 413\nSend loop 414\nSend loop 415\nSend loop 416\nSend loop 417\nSend loop 418\nSend loop 419\nSend loop 420\nSend loop 421\nSend loop 422\nSend loop 423\nSend loop 424\nSend loop 425\nSend loop 426\nSend loop 427\nSend loop 428\nSend loop 429\nSend loop 430\nSend loop 431\nSend loop 432\nSend loop 433\nSend loop 434\nSend loop 435\nSend loop 436\nSend loop 437\nSend loop 438\nSend loop 439\nSend loop 440\nSend loop 441\nSend loop 442\nSend loop 443\nSend loop 444\nSend loop 445\nSend loop 446\nSend loop 447\nSend loop 448\nSend loop 449\nSend loop 450\nSend loop 451\nSend loop 452\nSend loop 453\nSend loop 454\nSend loop 455\nSend loop 456\nSend loop 457\nSend loop 458\nSend loop 459\nSend loop 460\nSend loop 461\nSend loop 462\nSend loop 463\nSend loop 464\nSend loop 465\nSend loop 466\nSend loop 467\nSend loop 468\nSend loop 469\nSend loop 470\nSend loop 471\nSend loop 472\nSend loop 473\nSend loop 474\nSend loop 475\nSend loop 476\nSend loop 477\nSend loop 478\nSend loop 479\nSend loop 480\nSend loop 481\nSend loop 482\nSend loop 483\nSend loop 484\nSend loop 485\nSend loop 486\nSend loop 487\nSend loop 488\nSend loop 489\nSend loop 490\nSend loop 491\nSend loop 492\nSend loop 493\nSend loop 494\nSend loop 495\nSend loop 496\nSend loop 497\nSend loop 498\nSend loop 499\nSend loop 500\nSend loop 501\nSend loop 502\nSend loop 503\nSend loop 504\nSend loop 505\nSend loop 506\nSend loop 507\nSend loop 508\nSend loop 509\nSend loop 510\nSend loop 511\nSend loop 512\nSend loop 513\nSend loop 514\nSend loop 515\nSend loop 516\nSend loop 517\nSend loop 518\nSend loop 519\nSend loop 520\nSend loop 521\nSend loop 522\nSend loop 523\nSend loop 524\nSend loop 525\nSend loop 526\nSend loop 527\nSend loop 528\nSend loop 529\nSend loop 530\nSend loop 531\nSend loop 532\nSend loop 533\nSend loop 534\nSend loop 535\nSend loop 536\nSend loop 537\nSend loop 538\nSend loop 539\nSend loop 540\nSend loop 541\nSend loop 542\nSend loop 543\nSend loop 544\nSend loop 545\nSend loop 546\nSend loop 547\nSend loop 548\nSend loop 549\nSend loop 550\nSend loop 551\nSend loop 552\nSend loop 553\nSend loop 554\nSend loop 555\nSend loop 556\nSend loop 557\nSend loop 558\nSend loop 559\nSend loop 560\nSend loop 561\nSend loop 562\nSend loop 563\nSend loop 564\nSend loop 565\nSend loop 566\nSend loop 567\nSend loop 568\nSend loop 569\nSend loop 570\nSend loop 571\nSend loop 572\nSend loop 573\nSend loop 574\nSend loop 575\nSend loop 576\nSend loop 577\nSend loop 578\nSend loop 579\nSend loop 580\nSend loop 581\nSend loop 582\nSend loop 583\nSend loop 584\nSend loop 585\nSend loop 586\nSend loop 587\nSend loop 588\nSend loop 589\nSend loop 590\nSend loop 591\nSend loop 592\nSend loop 593\nSend loop 594\nSend loop 595\nSend loop 596\nSend loop 597\nSend loop 598\nSend loop 599\nSend loop 600\nSend loop 601\nSend loop 602\nSend loop 603\nSend loop 604\nSend loop 605\nSend loop 606\nSend loop 607\nSend loop 608\nSend loop 609\nSend loop 610\nSend loop 611\nSend loop 612\nSend loop 613\nSend loop 614\nSend loop 615\nSend loop 616\nSend loop 617\nSend loop 618\nSend loop 619\nSend loop 620\nSend loop 621\nSend loop 622\nSend loop 623\nSend loop 624\nSend loop 625\nSend loop 626\nSend loop 627\nSend loop 628\nSend loop 629\nSend loop 630\nSend loop 631\nSend loop 632\nSend loop 633\nSend loop 634\nSend loop 635\nSend loop 636\nSend loop 637\nSend loop 638\nSend loop 639\nSend loop 640\nSend loop 641\nSend loop 642\nSend loop 643\nSend loop 644\nSend loop 645\nSend loop 646\nSend loop 647\nSend loop 648\nSend loop 649\nSend loop 650\nSend loop 651\nSend loop 652\nSend loop 653\nSend loop 654\nSend loop 655\nSend loop 656\nSend loop 657\nSend loop 658\nSend loop 659\nSend loop 660\nSend loop 661\nSend loop 662\nSend loop 663\nSend loop 664\nSend loop 665\nSend loop 666\nSend loop 667\nSend loop 668\nSend loop 669\nSend loop 670\nSend loop 671\nSend loop 672\nSend loop 673\nSend loop 674\nSend loop 675\nSend loop 676\nSend loop 677\nSend loop 678\nSend loop 679\nSend loop 680\nSend loop 681\nSend loop 682\nSend loop 683\nSend loop 684\nSend loop 685\nSend loop 686\nSend loop 687\nSend loop 688\nSend loop 689\nSend loop 690\nSend loop 691\nSend loop 692\nSend loop 693\nSend loop 694\nSend loop 695\nSend loop 696\nSend loop 697\nSend loop 698\nSend loop 699\nSend loop 700\nSend loop 701\nSend loop 702\nSend loop 703\nSend loop 704\nSend loop 705\nSend loop 706\nSend loop 707\nSend loop 708\nSend loop 709\nSend loop 710\nSend loop 711\nSend loop 712\nSend loop 713\nSend loop 714\nSend loop 715\nSend loop 716\nSend loop 717\nSend loop 718\nSend loop 719\nSend loop 720\nSend loop 721\nSend loop 722\nSend loop 723\nSend loop 724\nSend loop 725\nSend loop 726\nSend loop 727\nSend loop 728\nSend loop 729\nSend loop 730\nSend loop 731\nSend loop 732\nSend loop 733\nSend loop 734\nSend loop 735\nSend loop 736\nSend loop 737\nSend loop 738\nSend loop 739\nSend loop 740\nSend loop 741\nSend loop 742\nSend loop 743\nSend loop 744\nSend loop 745\nSend loop 746\nSend loop 747\nSend loop 748\nSend loop 749\nSend loop 750\nSend loop 751\nSend loop 752\nSend loop 753\nSend loop 754\nSend loop 755\nSend loop 756\nSend loop 757\nSend loop 758\nSend loop 759\nSend loop 760\nSend loop 761\nSend loop 762\nSend loop 763\nSend loop 764\nSend loop 765\nSend loop 766\nSend loop 767\nSend loop 768\nSend loop 769\nSend loop 770\nSend loop 771\nSend loop 772\nSend loop 773\nSend loop 774\nSend loop 775\nSend loop 776\nSend loop 777\nSend loop 778\nSend loop 779\nSend loop 780\nSend loop 781\nSend loop 782\nSend loop 783\nSend loop 784\nSend loop 785\nSend loop 786\nSend loop 787\nSend loop 788\nSend loop 789\nSend loop 790\nSend loop 791\nSend loop 792\nSend loop 793\nSend loop 794\nSend loop 795\nSend loop 796\nSend loop 797\nSend loop 798\nSend loop 799\nSend loop 800\nSend loop 801\nSend loop 802\nSend loop 803\nSend loop 804\nSend loop 805\nSend loop 806\nSend loop 807\nSend loop 808\nSend loop 809\nSend loop 810\nSend loop 811\nSend loop 812\nSend loop 813\nSend loop 814\nSend loop 815\nSend loop 816\nSend loop 817\nSend loop 818\nSend loop 819\nSend loop 820\nSend loop 821\nSend loop 822\nSend loop 823\nSend loop 824\nSend loop 825\nSend loop 826\nSend loop 827\nSend loop 828\nSend loop 829\nSend loop 830\nSend loop 831\nSend loop 832\nSend loop 833\nSend loop 834\nSend loop 835\nSend loop 836\nSend loop 837\nSend loop 838\nSend loop 839\nSend loop 840\nSend loop 841\nSend loop 842\nSend loop 843\nSend loop 844\nSend loop 845\nSend loop 846\nSend loop 847\nSend loop 848\nSend loop 849\nSend loop 850\nSend loop 851\nSend loop 852\nSend loop 853\nSend loop 854\nSend loop 855\nSend loop 856\nSend loop 857\nSend loop 858\nSend loop 859\nSend loop 860\nSend loop 861\nSend loop 862\nSend loop 863\nSend loop 864\nSend loop 865\nSend loop 866\nSend loop 867\nSend loop 868\nSend loop 869\nSend loop 870\nSend loop 871\nSend loop 872\nSend loop 873\nSend loop 874\nSend loop 875\nSend loop 876\nSend loop 877\nSend loop 878\nSend loop 879\nSend loop 880\nSend loop 881\nSend loop 882\nSend loop 883\nSend loop 884\nSend loop 885\nSend loop 886\nSend loop 887\nSend loop 888\nSend loop 889\nSend loop 890\nSend loop 891\nSend loop 892\nSend loop 893\nSend loop 894\nSend loop 895\nSend loop 896\nSend loop 897\nSend loop 898\nSend loop 899\nSend loop 900\nSend loop 901\nSend loop 902\nSend loop 903\nSend loop 904\nSend loop 905\nSend loop 906\nSend loop 907\nSend loop 908\nSend loop 909\nSend loop 910\nSend loop 911\nSend loop 912\nSend loop 913\nSend loop 914\nSend loop 915\nSend loop 916\nSend loop 917\nSend loop 918\nSend loop 919\nSend loop 920\nSend loop 921\nSend loop 922\nSend loop 923\nSend loop 924\nSend loop 925\nSend loop 926\nSend loop 927\nSend loop 928\nSend loop 929\nSend loop 930\nSend loop 931\nSend loop 932\nSend loop 933\nSend loop 934\nSend loop 935\nSend loop 936\nSend loop 937\nSend loop 938\nSend loop 939\nSend loop 940\nSend loop 941\nSend loop 942\nSend loop 943\nSend loop 944\nSend loop 945\nSend loop 946\nSend loop 947\nSend loop 948\nSend loop 949\nSend loop 950\nSend loop 951\nSend loop 952\nSend loop 953\nSend loop 954\nSend loop 955\nSend loop 956\nSend loop 957\nSend loop 958\nSend loop 959\nSend loop 960\nSend loop 961\nSend loop 962\nSend loop 963\nSend loop 964\nSend loop 965\nSend loop 966\nSend loop 967\nSend loop 968\nSend loop 969\nSend loop 970\nSend loop 971\nSend loop 972\nSend loop 973\nSend loop 974\nSend loop 975\nSend loop 976\nSend loop 977\nSend loop 978\nSend loop 979\nSend loop 980\nSend loop 981\nSend loop 982\nSend loop 983\nSend loop 984\nSend loop 985\nSend loop 986\nSend loop 987\nSend loop 988\nSend loop 989\nSend loop 990\nSend loop 991\nSend loop 992\nSend loop 993\nSend loop 994\nSend loop 995\nSend loop 996\nSend loop 997\nSend loop 998\nSend loop 999\nSend loop 1000\nSend loop 1001\nSend loop 1002\nSend loop 1003\nSend loop 1004\nSend loop 1005\nSend loop 1006\nSend loop 1007\nSend loop 1008\nSend loop 1009\nSend loop 1010\nSend loop 1011\nSend loop 1012\nSend loop 1013\nSend loop 1014\nSend loop 1015\nSend loop 1016\nSend loop 1017\nSend loop 1018\nSend loop 1019\nSend loop 1020\nSend loop 1021\nSend loop 1022\nSend loop 1023\nSend loop 1024\nSend loop 1025\nSend loop 1026\nSend loop 1027\nSend loop 1028\nSend loop 1029\nSend loop 1030\nSend loop 1031\nSend loop 1032\nSend loop 1033\nSend loop 1034\nSend loop 1035\nSend loop 1036\nSend loop 1037\nSend loop 1038\nSend loop 1039\nSend loop 1040\nSend loop 1041\nSend loop 1042\nSend loop 1043\nSend loop 1044\nSend loop 1045\nSend loop 1046\nSend loop 1047\nSend loop 1048\nSend loop 1049\nSend loop 1050\nSend loop 1051\nSend loop 1052\nSend loop 1053\nSend loop 1054\nSend loop 1055\nSend loop 1056\nSend loop 1057\nSend loop 1058\nSend loop 1059\nSend loop 1060\nSend loop 1061\nSend loop 1062\nSend loop 1063\nSend loop 1064\nSend loop 1065\nSend loop 1066\nSend loop 1067\nSend loop 1068\nSend loop 1069\nSend loop 1070\nSend loop 1071\nSend loop 1072\nSend loop 1073\nSend loop 1074\nSend loop 1075\nSend loop 1076\nSend loop 1077\nSend loop 1078\nSend loop 1079\nSend loop 1080\nSend loop 1081\nSend loop 1082\nSend loop 1083\nSend loop 1084\nSend loop 1085\nSend loop 1086\nSend loop 1087\nSend loop 1088\nSend loop 1089\nSend loop 1090\nSend loop 1091\nSend loop 1092\nSend loop 1093\nSend loop 1094\nSend loop 1095\nSend loop 1096\nSend loop 1097\nSend loop 1098\nSend loop 1099\nSend loop 1100\nSend loop 1101\nSend loop 1102\nSend loop 1103\nSend loop 1104\nSend loop 1105\nSend loop 1106\nSend loop 1107\nSend loop 1108\nSend loop 1109\nSend loop 1110\nSend loop 1111\nSend loop 1112\nSend loop 1113\nSend loop 1114\nSend loop 1115\nSend loop 1116\nSend loop 1117\nSend loop 1118\nSend loop 1119\nSend loop 1120\nSend loop 1121\nSend loop 1122\nSend loop 1123\nSend loop 1124\nSend loop 1125\nSend loop 1126\nSend loop 1127\nSend loop 1128\nSend loop 1129\nSend loop 1130\nSend loop 1131\nSend loop 1132\nSend loop 1133\nSend loop 1134\nSend loop 1135\nSend loop 1136\nSend loop 1137\nSend loop 1138\nSend loop 1139\nSend loop 1140\nSend loop 1141\nSend loop 1142\nSend loop 1143\nSend loop 1144\nSend loop 1145\nSend loop 1146\nSend loop 1147\nSend loop 1148\nSend loop 1149\nSend loop 1150\nSend loop 1151\nSend loop 1152\nSend loop 1153\nSend loop 1154\nSend loop 1155\nSend loop 1156\nSend loop 1157\nSend loop 1158\nSend loop 1159\nSend loop 1160\nSend loop 1161\nSend loop 1162\nSend loop 1163\nSend loop 1164\nSend loop 1165\nSend loop 1166\nSend loop 1167\nSend loop 1168\nSend loop 1169\nSend loop 1170\nSend loop 1171\nSend loop 1172\nSend loop 1173\nSend loop 1174\nSend loop 1175\nSend loop 1176\nSend loop 1177\nSend loop 1178\nSend loop 1179\nSend loop 1180\nSend loop 1181\nSend loop 1182\nSend loop 1183\nSend loop 1184\nSend loop 1185\nSend loop 1186\nSend loop 1187\nSend loop 1188\nSend loop 1189\nSend loop 1190\nSend loop 1191\nSend loop 1192\nSend loop 1193\nSend loop 1194\nSend loop 1195\nSend loop 1196\nSend loop 1197\nSend loop 1198\nSend loop 1199\nSend loop 1200\nSend loop 1201\nSend loop 1202\nSend loop 1203\nSend loop 1204\nSend loop 1205\nSend loop 1206\nSend loop 1207\nSend loop 1208\nSend loop 1209\nSend loop 1210\nSend loop 1211\nSend loop 1212\nSend loop 1213\nSend loop 1214\nSend loop 1215\nSend loop 1216\nSend loop 1217\nSend loop 1218\nSend loop 1219\nSend loop 1220\nSend loop 1221\nSend loop 1222\nSend loop 1223\nSend loop 1224\nSend loop 1225\nSend loop 1226\nSend loop 1227\nSend loop 1228\nSend loop 1229\nSend loop 1230\nSend loop 1231\nSend loop 1232\nSend loop 1233\nSend loop 1234\nSend loop 1235\nSend loop 1236\nSend loop 1237\nSend loop 1238\nSend loop 1239\nSend loop 1240\nSend loop 1241\nSend loop 1242\nSend loop 1243\nSend loop 1244\nSend loop 1245\nSend loop 1246\nSend loop 1247\nSend loop 1248\nSend loop 1249\nSend loop 1250\nSend loop 1251\nSend loop 1252\nSend loop 1253\nSend loop 1254\nSend loop 1255\nSend loop 1256\nSend loop 1257\nSend loop 1258\nSend loop 1259\nSend loop 1260\nSend loop 1261\nSend loop 1262\nSend loop 1263\nSend loop 1264\nSend loop 1265\nSend loop 1266\nSend loop 1267\nSend loop 1268\nSend loop 1269\nSend loop 1270\nSend loop 1271\nSend loop 1272\nSend loop 1273\nSend loop 1274\nSend loop 1275\nSend loop 1276\nSend loop 1277\nSend loop 1278\nSend loop 1279\nSend loop 1280\nSend loop 1281\nSend loop 1282\nSend loop 1283\nSend loop 1284\nSend loop 1285\nSend loop 1286\nSend loop 1287\nSend loop 1288\nSend loop 1289\nSend loop 1290\nSend loop 1291\nSend loop 1292\nSend loop 1293\nSend loop 1294\nSend loop 1295\nSend loop 1296\nSend loop 1297\nSend loop 1298\nSend loop 1299\nSend loop 1300\nSend loop 1301\nSend loop 1302\nSend loop 1303\nSend loop 1304\nSend loop 1305\nSend loop 1306\nSend loop 1307\nSend loop 1308\nSend loop 1309\nSend loop 1310\nSend loop 1311\nSend loop 1312\nSend loop 1313\nSend loop 1314\nSend loop 1315\nSend loop 1316\nSend loop 1317\nSend loop 1318\nSend loop 1319\nSend loop 1320\nSend loop 1321\nSend loop 1322\nSend loop 1323\nSend loop 1324\nSend loop 1325\nSend loop 1326\nSend loop 1327\nSend loop 1328\nSend loop 1329\nSend loop 1330\nSend loop 1331\nSend loop 1332\nSend loop 1333\nSend loop 1334\nSend loop 1335\nSend loop 1336\nSend loop 1337\nSend loop 1338\nSend loop 1339\nSend loop 1340\nSend loop 1341\nSend loop 1342\nSend loop 1343\nSend loop 1344\nSend loop 1345\nSend loop 1346\nSend loop 1347\nSend loop 1348\nSend loop 1349\nSend loop 1350\nSend loop 1351\nSend loop 1352\nSend loop 1353\nSend loop 1354\nSend loop 1355\nSend loop 1356\nSend loop 1357\nSend loop 1358\nSend loop 1359\nSend loop 1360\nSend loop 1361\nSend loop 1362\nSend loop 1363\nSend loop 1364\nSend loop 1365\nSend loop 1366\nSend loop 1367\nSend loop 1368\nSend loop 1369\nSend loop 1370\nSend loop 1371\nSend loop 1372\nSend loop 1373\nSend loop 1374\nSend loop 1375\nSend loop 1376\nSend loop 1377\nSend loop 1378\nSend loop 1379\nSend loop 1380\nSend loop 1381\nSend loop 1382\nSend loop 1383\nSend loop 1384\nSend loop 1385\nSend loop 1386\nSend loop 1387\nSend loop 1388\nSend loop 1389\nSend loop 1390\nSend loop 1391\nSend loop 1392\nSend loop 1393\nSend loop 1394\nSend loop 1395\nSend loop 1396\nSend loop 1397\nSend loop 1398\nSend loop 1399\nSend loop 1400\nSend loop 1401\nSend loop 1402\nSend loop 1403\nSend loop 1404\nSend loop 1405\nSend loop 1406\nSend loop 1407\nSend loop 1408\nSend loop 1409\nSend loop 1410\nSend loop 1411\nSend loop 1412\nSend loop 1413\nSend loop 1414\nSend loop 1415\nSend loop 1416\nSend loop 1417\nSend loop 1418\nSend loop 1419\nSend loop 1420\nSend loop 1421\nSend loop 1422\nSend loop 1423\nSend loop 1424\nSend loop 1425\nSend loop 1426\nSend loop 1427\nSend loop 1428\nSend loop 1429\nSend loop 1430\nSend loop 1431\nSend loop 1432\nSend loop 1433\nSend loop 1434\nSend loop 1435\nSend loop 1436\nSend loop 1437\nSend loop 1438\nSend loop 1439\nSend loop 1440\nSend loop 1441\nSend loop 1442\nSend loop 1443\nSend loop 1444\nSend loop 1445\nSend loop 1446\nSend loop 1447\nSend loop 1448\nSend loop 1449\nSend loop 1450\nSend loop 1451\nSend loop 1452\nSend loop 1453\nSend loop 1454\nSend loop 1455\nSend loop 1456\nSend loop 1457\nSend loop 1458\nSend loop 1459\nSend loop 1460\nSend loop 1461\nSend loop 1462\nSend loop 1463\nSend loop 1464\nSend loop 1465\nSend loop 1466\nSend loop 1467\nSend loop 1468\nSend loop 1469\nSend loop 1470\nSend loop 1471\nSend loop 1472\nSend loop 1473\nSend loop 1474\nSend loop 1475\nSend loop 1476\nSend loop 1477\nSend loop 1478\nSend loop 1479\nSend loop 1480\nSend loop 1481\nSend loop 1482\nSend loop 1483\nSend loop 1484\nSend loop 1485\nSend loop 1486\nSend loop 1487\nSend loop 1488\nSend loop 1489\nSend loop 1490\nSend loop 1491\nSend loop 1492\nSend loop 1493\nSend loop 1494\nSend loop 1495\nSend loop 1496\nSend loop 1497\nSend loop 1498\nSend loop 1499\nSend loop 1500\nSend loop 1501\nSend loop 1502\nSend loop 1503\nSend loop 1504\nSend loop 1505\nSend loop 1506\nSend loop 1507\nSend loop 1508\nSend loop 1509\nSend loop 1510\nSend loop 1511\nSend loop 1512\nSend loop 1513\nSend loop 1514\nSend loop 1515\nSend loop 1516\nSend loop 1517\nSend loop 1518\nSend loop 1519\nSend loop 1520\nSend loop 1521\nSend loop 1522\nSend loop 1523\nSend loop 1524\nSend loop 1525\nSend loop 1526\nSend loop 1527\nSend loop 1528\nSend loop 1529\nSend loop 1530\nSend loop 1531\nSend loop 1532\nSend loop 1533\nSend loop 1534\nSend loop 1535\nSend loop 1536\nSend loop 1537\nSend loop 1538\nSend loop 1539\nSend loop 1540\nSend loop 1541\nSend loop 1542\nSend loop 1543\nSend loop 1544\nSend loop 1545\nSend loop 1546\nSend loop 1547\nSend loop 1548\nSend loop 1549\nSend loop 1550\nSend loop 1551\nSend loop 1552\nSend loop 1553\nSend loop 1554\nSend loop 1555\nSend loop 1556\nSend loop 1557\nSend loop 1558\nSend loop 1559\nSend loop 1560\nSend loop 1561\nSend loop 1562\nSend loop 1563\nSend loop 1564\nSend loop 1565\nSend loop 1566\nSend loop 1567\nSend loop 1568\nSend loop 1569\nSend loop 1570\nSend loop 1571\nSend loop 1572\nSend loop 1573\nSend loop 1574\nSend loop 1575\nSend loop 1576\nSend loop 1577\nSend loop 1578\nSend loop 1579\nSend loop 1580\nSend loop 1581\nSend loop 1582\nSend loop 1583\nSend loop 1584\nSend loop 1585\nSend loop 1586\nSend loop 1587\nSend loop 1588\nSend loop 1589\nSend loop 1590\nSend loop 1591\nSend loop 1592\nSend loop 1593\nSend loop 1594\nSend loop 1595\nSend loop 1596\nSend loop 1597\nSend loop 1598\nSend loop 1599\nSend loop 1600\nSend loop 1601\nSend loop 1602\nSend loop 1603\nSend loop 1604\nSend loop 1605\nSend loop 1606\nSend loop 1607\nSend loop 1608\nSend loop 1609\nSend loop 1610\nSend loop 1611\nSend loop 1612\nSend loop 1613\nSend loop 1614\nSend loop 1615\nSend loop 1616\nSend loop 1617\nSend loop 1618\nSend loop 1619\nSend loop 1620\nSend loop 1621\nSend loop 1622\nSend loop 1623\nSend loop 1624\nSend loop 1625\nSend loop 1626\nSend loop 1627\nSend loop 1628\nSend loop 1629\nSend loop 1630\nSend loop 1631\nSend loop 1632\nSend loop 1633\nSend loop 1634\nSend loop 1635\nSend loop 1636\nSend loop 1637\nSend loop 1638\nSend loop 1639\nSend loop 1640\nSend loop 1641\nSend loop 1642\nSend loop 1643\nSend loop 1644\nSend loop 1645\nSend loop 1646\nSend loop 1647\nSend loop 1648\nSend loop 1649\nSend loop 1650\nSend loop 1651\nSend loop 1652\nSend loop 1653\nSend loop 1654\nSend loop 1655\nSend loop 1656\nSend loop 1657\nSend loop 1658\nSend loop 1659\nSend loop 1660\nSend loop 1661\nSend loop 1662\nSend loop 1663\nSend loop 1664\nSend loop 1665\nSend loop 1666\nSend loop 1667\nSend loop 1668\nSend loop 1669\nSend loop 1670\nSend loop 1671\nSend loop 1672\nSend loop 1673\nSend loop 1674\nSend loop 1675\nSend loop 1676\nSend loop 1677\nSend loop 1678\nSend loop 1679\nSend loop 1680\nSend loop 1681\nSend loop 1682\nSend loop 1683\nSend loop 1684\nSend loop 1685\nSend loop 1686\nSend loop 1687\nSend loop 1688\nSend loop 1689\nSend loop 1690\nSend loop 1691\nSend loop 1692\nSend loop 1693\nSend loop 1694\nSend loop 1695\nSend loop 1696\nSend loop 1697\nSend loop 1698\nSend loop 1699\nSend loop 1700\nSend loop 1701\nSend loop 1702\nSend loop 1703\nSend loop 1704\nSend loop 1705\nSend loop 1706\nSend loop 1707\nSend loop 1708\nSend loop 1709\nSend loop 1710\nSend loop 1711\nSend loop 1712\nSend loop 1713\nSend loop 1714\nSend loop 1715\nSend loop 1716\nSend loop 1717\nSend loop 1718\nSend loop 1719\nSend loop 1720\nSend loop 1721\nSend loop 1722\nSend loop 1723\nSend loop 1724\nSend loop 1725\nSend loop 1726\nSend loop 1727\nSend loop 1728\nSend loop 1729\nSend loop 1730\nSend loop 1731\nSend loop 1732\nSend loop 1733\nSend loop 1734\nSend loop 1735\nSend loop 1736\nSend loop 1737\nSend loop 1738\nSend loop 1739\nSend loop 1740\nSend loop 1741\nSend loop 1742\nSend loop 1743\nSend loop 1744\nSend loop 1745\nSend loop 1746\nSend loop 1747\nSend loop 1748\nSend loop 1749\nSend loop 1750\nSend loop 1751\nSend loop 1752\nSend loop 1753\nSend loop 1754\nSend loop 1755\nSend loop 1756\nSend loop 1757\nSend loop 1758\nSend loop 1759\nSend loop 1760\nSend loop 1761\nSend loop 1762\nSend loop 1763\nSend loop 1764\nSend loop 1765\nSend loop 1766\nSend loop 1767\nSend loop 1768\nSend loop 1769\nSend loop 1770\nSend loop 1771\nSend loop 1772\nSend loop 1773\nSend loop 1774\nSend loop 1775\nSend loop 1776\nSend loop 1777\nSend loop 1778\nSend loop 1779\nSend loop 1780\nSend loop 1781\nSend loop 1782\nSend loop 1783\nSend loop 1784\nSend loop 1785\nSend loop 1786\nSend loop 1787\nSend loop 1788\nSend loop 1789\nSend loop 1790\nSend loop 1791\nSend loop 1792\nSend loop 1793\nSend loop 1794\nSend loop 1795\nSend loop 1796\nSend loop 1797\nSend loop 1798\nSend loop 1799\nSend loop 1800\nSend loop 1801\nSend loop 1802\nSend loop 1803\nSend loop 1804\nSend loop 1805\nSend loop 1806\nSend loop 1807\nSend loop 1808\nSend loop 1809\nSend loop 1810\nSend loop 1811\nSend loop 1812\nSend loop 1813\nSend loop 1814\nSend loop 1815\nSend loop 1816\nSend loop 1817\nSend loop 1818\nSend loop 1819\nSend loop 1820\nSend loop 1821\nSend loop 1822\nSend loop 1823\nSend loop 1824\nSend loop 1825\nSend loop 1826\nSend loop 1827\nSend loop 1828\nSend loop 1829\nSend loop 1830\nSend loop 1831\nSend loop 1832\nSend loop 1833\nSend loop 1834\nSend loop 1835\nSend loop 1836\nSend loop 1837\nSend loop 1838\nSend loop 1839\nSend loop 1840\nSend loop 1841\nSend loop 1842\nSend loop 1843\nSend loop 1844\nSend loop 1845\nSend loop 1846\nSend loop 1847\nSend loop 1848\nSend loop 1849\nSend loop 1850\nSend loop 1851\nSend loop 1852\nSend loop 1853\nSend loop 1854\nSend loop 1855\nSend loop 1856\nSend loop 1857\nSend loop 1858\nSend loop 1859\nSend loop 1860\nSend loop 1861\nSend loop 1862\nSend loop 1863\nSend loop 1864\nSend loop 1865\nSend loop 1866\nSend loop 1867\nSend loop 1868\nSend loop 1869\nSend loop 1870\nSend loop 1871\nSend loop 1872\nSend loop 1873\nSend loop 1874\nSend loop 1875\nSend loop 1876\nSend loop 1877\nSend loop 1878\nSend loop 1879\nSend loop 1880\nSend loop 1881\nSend loop 1882\nSend loop 1883\nSend loop 1884\nSend loop 1885\nSend loop 1886\nSend loop 1887\nSend loop 1888\nSend loop 1889\nSend loop 1890\nSend loop 1891\nSend loop 1892\nSend loop 1893\nSend loop 1894\nSend loop 1895\nSend loop 1896\nSend loop 1897\nSend loop 1898\nSend loop 1899\nSend loop 1900\nSend loop 1901\nSend loop 1902\nSend loop 1903\nSend loop 1904\nSend loop 1905\nSend loop 1906\nSend loop 1907\nSend loop 1908\nSend loop 1909\nSend loop 1910\nSend loop 1911\nSend loop 1912\nSend loop 1913\nSend loop 1914\nSend loop 1915\nSend loop 1916\nSend loop 1917\nSend loop 1918\nSend loop 1919\nSend loop 1920\nSend loop 1921\nSend loop 1922\nSend loop 1923\nSend loop 1924\nSend loop 1925\nSend loop 1926\nSend loop 1927\nSend loop 1928\nSend loop 1929\nSend loop 1930\nSend loop 1931\nSend loop 1932\nSend loop 1933\nSend loop 1934\nSend loop 1935\nSend loop 1936\nSend loop 1937\nSend loop 1938\nSend loop 1939\nSend loop 1940\nSend loop 1941\nSend loop 1942\nSend loop 1943\nSend loop 1944\nSend loop 1945\nSend loop 1946\nSend loop 1947\nSend loop 1948\nSend loop 1949\nSend loop 1950\nSend loop 1951\nSend loop 1952\nSend loop 1953\nSend loop 1954\nSend loop 1955\nSend loop 1956\nSend loop 1957\nSend loop 1958\nSend loop 1959\nSend loop 1960\nSend loop 1961\nSend loop 1962\nSend loop 1963\nSend loop 1964\nSend loop 1965\nSend loop 1966\nSend loop 1967\nSend loop 1968\nSend loop 1969\nSend loop 1970\nSend loop 1971\nSend loop 1972\nSend loop 1973\nSend loop 1974\nSend loop 1975\nSend loop 1976\nSend loop 1977\nSend loop 1978\nSend loop 1979\nSend loop 1980\nSend loop 1981\nSend loop 1982\nSend loop 1983\nSend loop 1984\nSend loop 1985\nSend loop 1986\nSend loop 1987\nSend loop 1988\nSend loop 1989\nSend loop 1990\nSend loop 1991\nSend loop 1992\nSend loop 1993\nSend loop 1994\nSend loop 1995\nSend loop 1996\nSend loop 1997\nSend loop 1998\nSend loop 1999\nSend loop 2000\nSend loop 2001\nSend loop 2002\nSend loop 2003\nSend loop 2004\nSend loop 2005\nSend loop 2006\nSend loop 2007\nSend loop 2008\nSend loop 2009\nSend loop 2010\nSend loop 2011\nSend loop 2012\nSend loop 2013\nSend loop 2014\nSend loop 2015\nSend loop 2016\nSend loop 2017\nSend loop 2018\nSend loop 2019\nSend loop 2020\nSend loop 2021\nSend loop 2022\nSend loop 2023\nSend loop 2024\nSend loop 2025\nSend loop 2026\nSend loop 2027\nSend loop 2028\nSend loop 2029\nSend loop 2030\nSend loop 2031\nSend loop 2032\nSend loop 2033\nSend loop 2034\nSend loop 2035\nSend loop 2036\nSend loop 2037\nSend loop 2038\nSend loop 2039\nSend loop 2040\nSend loop 2041\nSend loop 2042\nSend loop 2043\nSend loop 2044\nSend loop 2045\nSend loop 2046\nSend loop 2047\nSend loop 2048\nSend loop 2049\nSend loop 2050\nSend loop 2051\nSend loop 2052\nSend loop 2053\nSend loop 2054\nSend loop 2055\nSend loop 2056\nSend loop 2057\nSend loop 2058\nSend loop 2059\nSend loop 2060\nSend loop 2061\nSend loop 2062\nSend loop 2063\nSend loop 2064\nSend loop 2065\nSend loop 2066\nSend loop 2067\nSend loop 2068\nSend loop 2069\nSend loop 2070\nSend loop 2071\nSend loop 2072\nSend loop 2073\nSend loop 2074\nSend loop 2075\nSend loop 2076\nSend loop 2077\nSend loop 2078\nSend loop 2079\nSend loop 2080\nSend loop 2081\nSend loop 2082\nSend loop 2083\nSend loop 2084\nSend loop 2085\nSend loop 2086\nSend loop 2087\nSend loop 2088\nSend loop 2089\nSend loop 2090\nSend loop 2091\nSend loop 2092\nSend loop 2093\nSend loop 2094\nSend loop 2095\nSend loop 2096\nSend loop 2097\nSend loop 2098\nSend loop 2099\nSend loop 2100\nSend loop 2101\nSend loop 2102\nSend loop 2103\nSend loop 2104\nSend loop 2105\nSend loop 2106\nSend loop 2107\nSend loop 2108\nSend loop 2109\nSend loop 2110\nSend loop 2111\nSend loop 2112\nSend loop 2113\nSend loop 2114\nSend loop 2115\nSend loop 2116\nSend loop 2117\nSend loop 2118\nSend loop 2119\nSend loop 2120\nSend loop 2121\nSend loop 2122\nSend loop 2123\nSend loop 2124\nSend loop 2125\nSend loop 2126\nSend loop 2127\nSend loop 2128\nSend loop 2129\nSend loop 2130\nSend loop 2131\nSend loop 2132\nSend loop 2133\nSend loop 2134\nSend loop 2135\nSend loop 2136\nSend loop 2137\nSend loop 2138\nSend loop 2139\nSend loop 2140\nSend loop 2141\nSend loop 2142\nSend loop 2143\nSend loop 2144\nSend loop 2145\nSend loop 2146\nSend loop 2147\nSend loop 2148\nSend loop 2149\nSend loop 2150\nSend loop 2151\nSend loop 2152\nSend loop 2153\nSend loop 2154\nSend loop 2155\nSend loop 2156\nSend loop 2157\nSend loop 2158\nSend loop 2159\nSend loop 2160\nSend loop 2161\nSend loop 2162\nSend loop 2163\nSend loop 2164\nSend loop 2165\nSend loop 2166\nSend loop 2167\nSend loop 2168\nSend loop 2169\nSend loop 2170\nSend loop 2171\nSend loop 2172\nSend loop 2173\nSend loop 2174\nSend loop 2175\nSend loop 2176\nSend loop 2177\nSend loop 2178\nSend loop 2179\nSend loop 2180\nSend loop 2181\nSend loop 2182\nSend loop 2183\nSend loop 2184\nSend loop 2185\nSend loop 2186\nSend loop 2187\nSend loop 2188\nSend loop 2189\nSend loop 2190\nSend loop 2191\nSend loop 2192\nSend loop 2193\nSend loop 2194\nSend loop 2195\nSend loop 2196\nSend loop 2197\nSend loop 2198\nSend loop 2199\nSend loop 2200\nSend loop 2201\nSend loop 2202\nSend loop 2203\nSend loop 2204\nSend loop 2205\nSend loop 2206\nSend loop 2207\nSend loop 2208\nSend loop 2209\nSend loop 2210\nSend loop 2211\nSend loop 2212\nSend loop 2213\nSend loop 2214\nSend loop 2215\nSend loop 2216\nSend loop 2217\nSend loop 2218\nSend loop 2219\nSend loop 2220\nSend loop 2221\nSend loop 2222\nSend loop 2223\nSend loop 2224\nSend loop 2225\nSend loop 2226\nSend loop 2227\nSend loop 2228\nSend loop 2229\nSend loop 2230\nSend loop 2231\nSend loop 2232\nSend loop 2233\nSend loop 2234\nSend loop 2235\nSend loop 2236\nSend loop 2237\nSend loop 2238\nSend loop 2239\nSend loop 2240\nSend loop 2241\nSend loop 2242\nSend loop 2243\nSend loop 2244\nSend loop 2245\nSend loop 2246\nSend loop 2247\nSend loop 2248\nSend loop 2249\nSend loop 2250\nSend loop 2251\nSend loop 2252\nSend loop 2253\nSend loop 2254\nSend loop 2255\nSend loop 2256\nSend loop 2257\nSend loop 2258\nSend loop 2259\nSend loop 2260\nSend loop 2261\nSend loop 2262\nSend loop 2263\nSend loop 2264\nSend loop 2265\nSend loop 2266\nSend loop 2267\nSend loop 2268\nSend loop 2269\nSend loop 2270\nSend loop 2271\nSend loop 2272\nSend loop 2273\nSend loop 2274\nSend loop 2275\nSend loop 2276\nSend loop 2277\nSend loop 2278\nSend loop 2279\nSend loop 2280\nSend loop 2281\nSend loop 2282\nSend loop 2283\nSend loop 2284\nSend loop 2285\nSend loop 2286\nSend loop 2287\nSend loop 2288\nSend loop 2289\nSend loop 2290\nSend loop 2291\nSend loop 2292\nSend loop 2293\nSend loop 2294\nSend loop 2295\nSend loop 2296\nSend loop 2297\nSend loop 2298\nSend loop 2299\nSend loop 2300\nSend loop 2301\nSend loop 2302\nSend loop 2303\nSend loop 2304\nSend loop 2305\nSend loop 2306\nSend loop 2307\nSend loop 2308\nSend loop 2309\nSend loop 2310\nSend loop 2311\nSend loop 2312\nSend loop 2313\nSend loop 2314\nSend loop 2315\nSend loop 2316\nSend loop 2317\nSend loop 2318\nSend loop 2319\nSend loop 2320\nSend loop 2321\nSend loop 2322\nSend loop 2323\nSend loop 2324\nSend loop 2325\nSend loop 2326\nSend loop 2327\nSend loop 2328\nSend loop 2329\nSend loop 2330\nSend loop 2331\nSend loop 2332\nSend loop 2333\nSend loop 2334\nSend loop 2335\nSend loop 2336\nSend loop 2337\nSend loop 2338\nSend loop 2339\nSend loop 2340\nSend loop 2341\nSend loop 2342\nSend loop 2343\nSend loop 2344\nSend loop 2345\nSend loop 2346\nSend loop 2347\nSend loop 2348\nSend loop 2349\nSend loop 2350\nSend loop 2351\nSend loop 2352\nSend loop 2353\nSend loop 2354\nSend loop 2355\nSend loop 2356\nSend loop 2357\nSend loop 2358\nSend loop 2359\nSend loop 2360\nSend loop 2361\nSend loop 2362\nSend loop 2363\nSend loop 2364\nSend loop 2365\nSend loop 2366\nSend loop 2367\nSend loop 2368\nSend loop 2369\nSend loop 2370\nSend loop 2371\nSend loop 2372\nSend loop 2373\nSend loop 2374\nSend loop 2375\nSend loop 2376\nSend loop 2377\nSend loop 2378\nSend loop 2379\nSend loop 2380\nSend loop 2381\nSend loop 2382\nSend loop 2383\nSend loop 2384\nSend loop 2385\nSend loop 2386\nSend loop 2387\nSend loop 2388\nSend loop 2389\nSend loop 2390\nSend loop 2391\nSend loop 2392\nSend loop 2393\nSend loop 2394\nSend loop 2395\nSend loop 2396\nSend loop 2397\nSend loop 2398\nSend loop 2399\nSend loop 2400\nSend loop 2401\nSend loop 2402\nSend loop 2403\nSend loop 2404\nSend loop 2405\nSend loop 2406\nSend loop 2407\nSend loop 2408\nSend loop 2409\nSend loop 2410\nSend loop 2411\nSend loop 2412\nSend loop 2413\nSend loop 2414\nSend loop 2415\nSend loop 2416\nSend loop 2417\nSend loop 2418\nSend loop 2419\nSend loop 2420\nSend loop 2421\nSend loop 2422\nSend loop 2423\nSend loop 2424\nSend loop 2425\nSend loop 2426\nSend loop 2427\nSend loop 2428\nSend loop 2429\nSend loop 2430\nSend loop 2431\nSend loop 2432\nSend loop 2433\nSend loop 2434\nSend loop 2435\nSend loop 2436\nSend loop 2437\nSend loop 2438\nSend loop 2439\nSend loop 2440\nSend loop 2441\nSend loop 2442\nSend loop 2443\nSend loop 2444\nSend loop 2445\nSend loop 2446\nSend loop 2447\nSend loop 2448\nSend loop 2449\nSend loop 2450\nSend loop 2451\nSend loop 2452\nSend loop 2453\nSend loop 2454\nSend loop 2455\nSend loop 2456\nSend loop 2457\nSend loop 2458\nSend loop 2459\nSend loop 2460\nSend loop 2461\nSend loop 2462\nSend loop 2463\nSend loop 2464\nSend loop 2465\nSend loop 2466\nSend loop 2467\nSend loop 2468\nSend loop 2469\nSend loop 2470\nSend loop 2471\nSend loop 2472\nSend loop 2473\nSend loop 2474\nSend loop 2475\nSend loop 2476\nSend loop 2477\nSend loop 2478\nSend loop 2479\nSend loop 2480\nSend loop 2481\nSend loop 2482\nSend loop 2483\nSend loop 2484\nSend loop 2485\nSend loop 2486\nSend loop 2487\nSend loop 2488\nSend loop 2489\nSend loop 2490\nSend loop 2491\nSend loop 2492\nSend loop 2493\nSend loop 2494\nSend loop 2495\nSend loop 2496\nSend loop 2497\nSend loop 2498\nSend loop 2499\nSend loop 2500\nSend loop 2501\nSend loop 2502\nSend loop 2503\nSend loop 2504\nSend loop 2505\nSend loop 2506\nSend loop 2507\nSend loop 2508\nSend loop 2509\nSend loop 2510\nSend loop 2511\nSend loop 2512\nSend loop 2513\nSend loop 2514\nSend loop 2515\nSend loop 2516\nSend loop 2517\nSend loop 2518\nSend loop 2519\nSend loop 2520\nSend loop 2521\nSend loop 2522\nSend loop 2523\nSend loop 2524\nSend loop 2525\nSend loop 2526\nSend loop 2527\nSend loop 2528\nSend loop 2529\nSend loop 2530\nSend loop 2531\nSend loop 2532\nSend loop 2533\nSend loop 2534\nSend loop 2535\nSend loop 2536\nSend loop 2537\nSend loop 2538\nSend loop 2539\nSend loop 2540\nSend loop 2541\nSend loop 2542\nSend loop 2543\nSend loop 2544\nSend loop 2545\nSend loop 2546\nSend loop 2547\nSend loop 2548\nSend loop 2549\nSend loop 2550\nSend loop 2551\nSend loop 2552\nSend loop 2553\nSend loop 2554\nSend loop 2555\nSend loop 2556\nSend loop 2557\nSend loop 2558\nSend loop 2559\nSend loop 2560\nSend loop 2561\nSend loop 2562\nSend loop 2563\nSend loop 2564\nSend loop 2565\nSend loop 2566\nSend loop 2567\nSend loop 2568\nSend loop 2569\nSend loop 2570\nSend loop 2571\nSend loop 2572\nSend loop 2573\nSend loop 2574\nSend loop 2575\nSend loop 2576\nSend loop 2577\nSend loop 2578\nSend loop 2579\nSend loop 2580\nSend loop 2581\nSend loop 2582\nSend loop 2583\nSend loop 2584\nSend loop 2585\nSend loop 2586\nSend loop 2587\nSend loop 2588\nSend loop 2589\nSend loop 2590\nSend loop 2591\nSend loop 2592\nSend loop 2593\nSend loop 2594\nSend loop 2595\nSend loop 2596\nSend loop 2597\nSend loop 2598\nSend loop 2599\nSend loop 2600\nSend loop 2601\nSend loop 2602\nSend loop 2603\nSend loop 2604\nSend loop 2605\nSend loop 2606\nSend loop 2607\nSend loop 2608\nSend loop 2609\nSend loop 2610\nSend loop 2611\nSend loop 2612\nSend loop 2613\nSend loop 2614\nSend loop 2615\nSend loop 2616\nSend loop 2617\nSend loop 2618\nSend loop 2619\nSend loop 2620\nSend loop 2621\nSend loop 2622\nSend loop 2623\nSend loop 2624\nSend loop 2625\nSend loop 2626\nSend loop 2627\nSend loop 2628\nSend loop 2629\nSend loop 2630\nSend loop 2631\nSend loop 2632\nSend loop 2633\nSend loop 2634\nSend loop 2635\nSend loop 2636\nSend loop 2637\nSend loop 2638\nSend loop 2639\nSend loop 2640\nSend loop 2641\nSend loop 2642\nSend loop 2643\nSend loop 2644\nSend loop 2645\nSend loop 2646\nSend loop 2647\nSend loop 2648\nSend loop 2649\nSend loop 2650\nSend loop 2651\nSend loop 2652\nSend loop 2653\nSend loop 2654\nSend loop 2655\nSend loop 2656\nSend loop 2657\nSend loop 2658\nSend loop 2659\nSend loop 2660\nSend loop 2661\nSend loop 2662\nSend loop 2663\nSend loop 2664\nSend loop 2665\nSend loop 2666\nSend loop 2667\nSend loop 2668\nSend loop 2669\nSend loop 2670\nSend loop 2671\nSend loop 2672\nSend loop 2673\nSend loop 2674\nSend loop 2675\nSend loop 2676\nSend loop 2677\nSend loop 2678\nSend loop 2679\nSend loop 2680\nSend loop 2681\nSend loop 2682\nSend loop 2683\nSend loop 2684\nSend loop 2685\nSend loop 2686\nSend loop 2687\nSend loop 2688\nSend loop 2689\nSend loop 2690\nSend loop 2691\nSend loop 2692\nSend loop 2693\nSend loop 2694\nSend loop 2695\nSend loop 2696\nSend loop 2697\nSend loop 2698\nSend loop 2699\nSend loop 2700\nSend loop 2701\nSend loop 2702\nSend loop 2703\nSend loop 2704\nSend loop 2705\nSend loop 2706\nSend loop 2707\nSend loop 2708\nSend loop 2709\nSend loop 2710\nSend loop 2711\nSend loop 2712\nSend loop 2713\nSend loop 2714\nSend loop 2715\nSend loop 2716\nSend loop 2717\nSend loop 2718\nSend loop 2719\nSend loop 2720\nSend loop 2721\nSend loop 2722\nSend loop 2723\nSend loop 2724\nSend loop 2725\nSend loop 2726\nSend loop 2727\nSend loop 2728\nSend loop 2729\nSend loop 2730\nSend loop 2731\nSend loop 2732\nSend loop 2733\nSend loop 2734\nSend loop 2735\nSend loop 2736\nSend loop 2737\nSend loop 2738\nSend loop 2739\nSend loop 2740\nSend loop 2741\nSend loop 2742\nSend loop 2743\nSend loop 2744\nSend loop 2745\nSend loop 2746\nSend loop 2747\nSend loop 2748\nSend loop 2749\nSend loop 2750\nSend loop 2751\nSend loop 2752\nSend loop 2753\nSend loop 2754\nSend loop 2755\nSend loop 2756\nSend loop 2757\nSend loop 2758\nSend loop 2759\nSend loop 2760\nSend loop 2761\nSend loop 2762\nSend loop 2763\nSend loop 2764\nSend loop 2765\nSend loop 2766\nSend loop 2767\nSend loop 2768\nSend loop 2769\nSend loop 2770\nSend loop 2771\nSend loop 2772\nSend loop 2773\nSend loop 2774\nSend loop 2775\nSend loop 2776\nSend loop 2777\nSend loop 2778\nSend loop 2779\nSend loop 2780\nSend loop 2781\nSend loop 2782\nSend loop 2783\nSend loop 2784\nSend loop 2785\nSend loop 2786\nSend loop 2787\nSend loop 2788\nSend loop 2789\nSend loop 2790\nSend loop 2791\nSend loop 2792\nSend loop 2793\nSend loop 2794\nSend loop 2795\nSend loop 2796\nSend loop 2797\nSend loop 2798\nSend loop 2799\nSend loop 2800\nSend loop 2801\nSend loop 2802\nSend loop 2803\nSend loop 2804\nSend loop 2805\nSend loop 2806\nSend loop 2807\nSend loop 2808\nSend loop 2809\nSend loop 2810\nSend loop 2811\nSend loop 2812\nSend loop 2813\nSend loop 2814\nSend loop 2815\nSend loop 2816\nSend loop 2817\nSend loop 2818\nSend loop 2819\nSend loop 2820\nSend loop 2821\nSend loop 2822\nSend loop 2823\nSend loop 2824\nSend loop 2825\nSend loop 2826\nSend loop 2827\nSend loop 2828\nSend loop 2829\nSend loop 2830\nSend loop 2831\nSend loop 2832\nSend loop 2833\nSend loop 2834\nSend loop 2835\nSend loop 2836\nSend loop 2837\nSend loop 2838\nSend loop 2839\nSend loop 2840\nSend loop 2841\nSend loop 2842\nSend loop 2843\nSend loop 2844\nSend loop 2845\nSend loop 2846\nSend loop 2847\nSend loop 2848\nSend loop 2849\nSend loop 2850\nSend loop 2851\nSend loop 2852\nSend loop 2853\nSend loop 2854\nSend loop 2855\nSend loop 2856\nSend loop 2857\nSend loop 2858\nSend loop 2859\nSend loop 2860\nSend loop 2861\nSend loop 2862\nSend loop 2863\nSend loop 2864\nSend loop 2865\nSend loop 2866\nSend loop 2867\nSend loop 2868\nSend loop 2869\nSend loop 2870\nSend loop 2871\nSend loop 2872\nSend loop 2873\nSend loop 2874\nSend loop 2875\nSend loop 2876\nSend loop 2877\nSend loop 2878\nSend loop 2879\nSend loop 2880\nSend loop 2881\nSend loop 2882\nSend loop 2883\nSend loop 2884\nSend loop 2885\nSend loop 2886\nSend loop 2887\nSend loop 2888\nSend loop 2889\nSend loop 2890\nSend loop 2891\nSend loop 2892\nSend loop 2893\nSend loop 2894\nSend loop 2895\nSend loop 2896\nSend loop 2897\nSend loop 2898\nSend loop 2899\nSend loop 2900\nSend loop 2901\nSend loop 2902\nSend loop 2903\nSend loop 2904\nSend loop 2905\nSend loop 2906\nSend loop 2907\nSend loop 2908\nSend loop 2909\nSend loop 2910\nSend loop 2911\nSend loop 2912\nSend loop 2913\nSend loop 2914\nSend loop 2915\nSend loop 2916\nSend loop 2917\nSend loop 2918\nSend loop 2919\nSend loop 2920\nSend loop 2921\nSend loop 2922\nSend loop 2923\nSend loop 2924\nSend loop 2925\nSend loop 2926\nSend loop 2927\nSend loop 2928\nSend loop 2929\nSend loop 2930\nSend loop 2931\nSend loop 2932\nSend loop 2933\nSend loop 2934\nSend loop 2935\nSend loop 2936\nSend loop 2937\nSend loop 2938\nSend loop 2939\nSend loop 2940\nSend loop 2941\nSend loop 2942\nSend loop 2943\nSend loop 2944\nSend loop 2945\nSend loop 2946\nSend loop 2947\nSend loop 2948\nSend loop 2949\nSend loop 2950\nSend loop 2951\nSend loop 2952\nSend loop 2953\nSend loop 2954\nSend loop 2955\nSend loop 2956\nSend loop 2957\nSend loop 2958\nSend loop 2959\nSend loop 2960\nSend loop 2961\nSend loop 2962\nSend loop 2963\nSend loop 2964\nSend loop 2965\nSend loop 2966\nSend loop 2967\nSend loop 2968\nSend loop 2969\nSend loop 2970\nSend loop 2971\nSend loop 2972\nSend loop 2973\nSend loop 2974\nSend loop 2975\nSend loop 2976\nSend loop 2977\nSend loop 2978\nSend loop 2979\nSend loop 2980\nSend loop 2981\nSend loop 2982\nSend loop 2983\nSend loop 2984\nSend loop 2985\nSend loop 2986\nSend loop 2987\nSend loop 2988\nSend loop 2989\nSend loop 2990\nSend loop 2991\nSend loop 2992\nSend loop 2993\nSend loop 2994\nSend loop 2995\nSend loop 2996\nSend loop 2997\nSend loop 2998\nSend loop 2999\nSend loop 3000\nSend loop 3001\nSend loop 3002\nSend loop 3003\nSend loop 3004\nSend loop 3005\nSend loop 3006\nSend loop 3007\nSend loop 3008\nSend loop 3009\nSend loop 3010\nSend loop 3011\nSend loop 3012\nSend loop 3013\nSend loop 3014\nSend loop 3015\nSend loop 3016\nSend loop 3017\nSend loop 3018\nSend loop 3019\nSend loop 3020\nSend loop 3021\nSend loop 3022\nSend loop 3023\nSend loop 3024\nSend loop 3025\nSend loop 3026\nSend loop 3027\nSend loop 3028\nSend loop 3029\nSend loop 3030\nSend loop 3031\nSend loop 3032\nSend loop 3033\nSend loop 3034\nSend loop 3035\nSend loop 3036\nSend loop 3037\nSend loop 3038\nSend loop 3039\nSend loop 3040\nSend loop 3041\nSend loop 3042\nSend loop 3043\nSend loop 3044\nSend loop 3045\nSend loop 3046\nSend loop 3047\nSend loop 3048\nSend loop 3049\nSend loop 3050\nSend loop 3051\nSend loop 3052\nSend loop 3053\nSend loop 3054\nSend loop 3055\nSend loop 3056\nSend loop 3057\nSend loop 3058\nSend loop 3059\nSend loop 3060\nSend loop 3061\nSend loop 3062\nSend loop 3063\nSend loop 3064\nSend loop 3065\nSend loop 3066\nSend loop 3067\nSend loop 3068\nSend loop 3069\nSend loop 3070\nSend loop 3071\nSend loop 3072\nSend loop 3073\nSend loop 3074\nSend loop 3075\nSend loop 3076\nSend loop 3077\nSend loop 3078\nSend loop 3079\nSend loop 3080\nSend loop 3081\nSend loop 3082\nSend loop 3083\nSend loop 3084\nSend loop 3085\nSend loop 3086\nSend loop 3087\nSend loop 3088\nSend loop 3089\nSend loop 3090\nSend loop 3091\nSend loop 3092\nSend loop 3093\nSend loop 3094\nSend loop 3095\nSend loop 3096\nSend loop 3097\nSend loop 3098\nSend loop 3099\nSend loop 3100\nSend loop 3101\nSend loop 3102\nSend loop 3103\nSend loop 3104\nSend loop 3105\nSend loop 3106\nSend loop 3107\nSend loop 3108\nSend loop 3109\nSend loop 3110\nSend loop 3111\nSend loop 3112\nSend loop 3113\nSend loop 3114\nSend loop 3115\nSend loop 3116\nSend loop 3117\nSend loop 3118\nSend loop 3119\nSend loop 3120\nSend loop 3121\nSend loop 3122\nSend loop 3123\nSend loop 3124\nSend loop 3125\nSend loop 3126\nSend loop 3127\nSend loop 3128\nSend loop 3129\nSend loop 3130\nSend loop 3131\nSend loop 3132\nSend loop 3133\nSend loop 3134\nSend loop 3135\nSend loop 3136\nSend loop 3137\nSend loop 3138\nSend loop 3139\nSend loop 3140\nSend loop 3141\nSend loop 3142\nSend loop 3143\nSend loop 3144\nSend loop 3145\nSend loop 3146\nSend loop 3147\nSend loop 3148\nSend loop 3149\nSend loop 3150\nSend loop 3151\nSend loop 3152\nSend loop 3153\nSend loop 3154\nSend loop 3155\nSend loop 3156\nSend loop 3157\nSend loop 3158\nSend loop 3159\nSend loop 3160\nSend loop 3161\nSend loop 3162\nSend loop 3163\nSend loop 3164\nSend loop 3165\nSend loop 3166\nSend loop 3167\nSend loop 3168\nSend loop 3169\nSend loop 3170\nSend loop 3171\nSend loop 3172\nSend loop 3173\nSend loop 3174\nSend loop 3175\nSend loop 3176\nSend loop 3177\nSend loop 3178\nSend loop 3179\nSend loop 3180\nSend loop 3181\nSend loop 3182\nSend loop 3183\nSend loop 3184\nSend loop 3185\nSend loop 3186\nSend loop 3187\nSend loop 3188\nSend loop 3189\nSend loop 3190\nSend loop 3191\nSend loop 3192\nSend loop 3193\nSend loop 3194\nSend loop 3195\nSend loop 3196\nSend loop 3197\nSend loop 3198\nSend loop 3199\nSend loop 3200\nSend loop 3201\nSend loop 3202\nSend loop 3203\nSend loop 3204\nSend loop 3205\nSend loop 3206\nSend loop 3207\nSend loop 3208\nSend loop 3209\nSend loop 3210\nSend loop 3211\nSend loop 3212\nSend loop 3213\nSend loop 3214\nSend loop 3215\nSend loop 3216\nSend loop 3217\nSend loop 3218\nSend loop 3219\nSend loop 3220\nSend loop 3221\nSend loop 3222\nSend loop 3223\nSend loop 3224\nSend loop 3225\nSend loop 3226\nSend loop 3227\nSend loop 3228\nSend loop 3229\nSend loop 3230\nSend loop 3231\nSend loop 3232\nSend loop 3233\nSend loop 3234\nSend loop 3235\nSend loop 3236\nSend loop 3237\nSend loop 3238\nSend loop 3239\nSend loop 3240\nSend loop 3241\nSend loop 3242\nSend loop 3243\nSend loop 3244\nSend loop 3245\nSend loop 3246\nSend loop 3247\nSend loop 3248\nSend loop 3249\nSend loop 3250\nSend loop 3251\nSend loop 3252\nSend loop 3253\nSend loop 3254\nSend loop 3255\nSend loop 3256\nSend loop 3257\nSend loop 3258\nSend loop 3259\nSend loop 3260\nSend loop 3261\nSend loop 3262\nSend loop 3263\nSend loop 3264\nSend loop 3265\nSend loop 3266\nSend loop 3267\nSend loop 3268\nSend loop 3269\nSend loop 3270\nSend loop 3271\nSend loop 3272\nSend loop 3273\nSend loop 3274\nSend loop 3275\nSend loop 3276\nSend loop 3277\nSend loop 3278\nSend loop 3279\nSend loop 3280\nSend loop 3281\nSend loop 3282\nSend loop 3283\nSend loop 3284\nSend loop 3285\nSend loop 3286\nSend loop 3287\nSend loop 3288\nSend loop 3289\nSend loop 3290\nSend loop 3291\nSend loop 3292\nSend loop 3293\nSend loop 3294\nSend loop 3295\nSend loop 3296\nSend loop 3297\nSend loop 3298\nSend loop 3299\nSend loop 3300\nSend loop 3301\nSend loop 3302\nSend loop 3303\nSend loop 3304\nSend loop 3305\nSend loop 3306\nSend loop 3307\nSend loop 3308\nSend loop 3309\nSend loop 3310\nSend loop 3311\nSend loop 3312\nSend loop 3313\nSend loop 3314\nSend loop 3315\nSend loop 3316\nSend loop 3317\nSend loop 3318\nSend loop 3319\nSend loop 3320\nSend loop 3321\nSend loop 3322\nSend loop 3323\nSend loop 3324\nSend loop 3325\nSend loop 3326\nSend loop 3327\nSend loop 3328\nSend loop 3329\nSend loop 3330\nSend loop 3331\nSend loop 3332\nSend loop 3333\nSend loop 3334\nSend loop 3335\nSend loop 3336\nSend loop 3337\nSend loop 3338\nSend loop 3339\nSend loop 3340\nSend loop 3341\nSend loop 3342\nSend loop 3343\nSend loop 3344\nSend loop 3345\nSend loop 3346\nSend loop 3347\nSend loop 3348\nSend loop 3349\nSend loop 3350\nSend loop 3351\nSend loop 3352\nSend loop 3353\nSend loop 3354\nSend loop 3355\nSend loop 3356\nSend loop 3357\nSend loop 3358\nSend loop 3359\nSend loop 3360\nSend loop 3361\nSend loop 3362\nSend loop 3363\nSend loop 3364\nSend loop 3365\nSend loop 3366\nSend loop 3367\nSend loop 3368\nSend loop 3369\nSend loop 3370\nSend loop 3371\nSend loop 3372\nSend loop 3373\nSend loop 3374\nSend loop 3375\nSend loop 3376\nSend loop 3377\nSend loop 3378\nSend loop 3379\nSend loop 3380\nSend loop 3381\nSend loop 3382\nSend loop 3383\nSend loop 3384\nSend loop 3385\nSend loop 3386\nSend loop 3387\nSend loop 3388\nSend loop 3389\nSend loop 3390\nSend loop 3391\nSend loop 3392\nSend loop 3393\nSend loop 3394\nSend loop 3395\nSend loop 3396\nSend loop 3397\nSend loop 3398\nSend loop 3399\nSend loop 3400\nSend loop 3401\nSend loop 3402\nSend loop 3403\nSend loop 3404\nSend loop 3405\nSend loop 3406\nSend loop 3407\nSend loop 3408\nSend loop 3409\nSend loop 3410\nSend loop 3411\nSend loop 3412\nSend loop 3413\nSend loop 3414\nSend loop 3415\nSend loop 3416\nSend loop 3417\nSend loop 3418\nSend loop 3419\nSend loop 3420\nSend loop 3421\nSend loop 3422\nSend loop 3423\nSend loop 3424\nSend loop 3425\nSend loop 3426\nSend loop 3427\nSend loop 3428\nSend loop 3429\nSend loop 3430\nSend loop 3431\nSend loop 3432\nSend loop 3433\nSend loop 3434\nSend loop 3435\nSend loop 3436\nSend loop 3437\nSend loop 3438\nSend loop 3439\nSend loop 3440\nSend loop 3441\nSend loop 3442\nSend loop 3443\nSend loop 3444\nSend loop 3445\nSend loop 3446\nSend loop 3447\nSend loop 3448\nSend loop 3449\nSend loop 3450\nSend loop 3451\nSend loop 3452\nSend loop 3453\nSend loop 3454\nSend loop 3455\nSend loop 3456\nSend loop 3457\nSend loop 3458\nSend loop 3459\nSend loop 3460\nSend loop 3461\nSend loop 3462\nSend loop 3463\nSend loop 3464\nSend loop 3465\nSend loop 3466\nSend loop 3467\nSend loop 3468\nSend loop 3469\nSend loop 3470\nSend loop 3471\nSend loop 3472\nSend loop 3473\nSend loop 3474\nSend loop 3475\nSend loop 3476\nSend loop 3477\nSend loop 3478\nSend loop 3479\nSend loop 3480\nSend loop 3481\nSend loop 3482\nSend loop 3483\nSend loop 3484\nSend loop 3485\nSend loop 3486\nSend loop 3487\nSend loop 3488\nSend loop 3489\nSend loop 3490\nSend loop 3491\nSend loop 3492\nSend loop 3493\nSend loop 3494\nSend loop 3495\nSend loop 3496\nSend loop 3497\nSend loop 3498\nSend loop 3499\nSend loop 3500\nSend loop 3501\nSend loop 3502\nSend loop 3503\nSend loop 3504\nSend loop 3505\nSend loop 3506\nSend loop 3507\nSend loop 3508\nSend loop 3509\nSend loop 3510\nSend loop 3511\nSend loop 3512\nSend loop 3513\nSend loop 3514\nSend loop 3515\nSend loop 3516\nSend loop 3517\nSend loop 3518\nSend loop 3519\nSend loop 3520\nSend loop 3521\nSend loop 3522\nSend loop 3523\nSend loop 3524\nSend loop 3525\nSend loop 3526\nSend loop 3527\nSend loop 3528\nSend loop 3529\nSend loop 3530\nSend loop 3531\nSend loop 3532\nSend loop 3533\nSend loop 3534\nSend loop 3535\nSend loop 3536\nSend loop 3537\nSend loop 3538\nSend loop 3539\nSend loop 3540\nSend loop 3541\nSend loop 3542\nSend loop 3543\nSend loop 3544\nSend loop 3545\nSend loop 3546\nSend loop 3547\nSend loop 3548\nSend loop 3549\nSend loop 3550\nSend loop 3551\nSend loop 3552\nSend loop 3553\nSend loop 3554\nSend loop 3555\nSend loop 3556\nSend loop 3557\nSend loop 3558\nSend loop 3559\nSend loop 3560\nSend loop 3561\nSend loop 3562\nSend loop 3563\nSend loop 3564\nSend loop 3565\nSend loop 3566\nSend loop 3567\nSend loop 3568\nSend loop 3569\nSend loop 3570\nSend loop 3571\nSend loop 3572\nSend loop 3573\nSend loop 3574\nSend loop 3575\nSend loop 3576\nSend loop 3577\nSend loop 3578\nSend loop 3579\nSend loop 3580\nSend loop 3581\nSend loop 3582\nSend loop 3583\nSend loop 3584\nSend loop 3585\nSend loop 3586\nSend loop 3587\nSend loop 3588\nSend loop 3589\nSend loop 3590\nSend loop 3591\nSend loop 3592\nSend loop 3593\nSend loop 3594\nSend loop 3595\nSend loop 3596\nSend loop 3597\nSend loop 3598\nSend loop 3599\nSend loop 3600\nSend loop 3601\nSend loop 3602\nSend loop 3603\nSend loop 3604\nSend loop 3605\nSend loop 3606\nSend loop 3607\nSend loop 3608\nSend loop 3609\nSend loop 3610\nSend loop 3611\nSend loop 3612\nSend loop 3613\nSend loop 3614\nSend loop 3615\nSend loop 3616\nSend loop 3617\nSend loop 3618\nSend loop 3619\nSend loop 3620\nSend loop 3621\nSend loop 3622\nSend loop 3623\nSend loop 3624\nSend loop 3625\nSend loop 3626\nSend loop 3627\nSend loop 3628\nSend loop 3629\nSend loop 3630\nSend loop 3631\nSend loop 3632\nSend loop 3633\nSend loop 3634\nSend loop 3635\nSend loop 3636\nSend loop 3637\nSend loop 3638\nSend loop 3639\nSend loop 3640\nSend loop 3641\nSend loop 3642\nSend loop 3643\nSend loop 3644\nSend loop 3645\nSend loop 3646\nSend loop 3647\nSend loop 3648\nSend loop 3649\nSend loop 3650\nSend loop 3651\nSend loop 3652\nSend loop 3653\nSend loop 3654\nSend loop 3655\nSend loop 3656\nSend loop 3657\nSend loop 3658\nSend loop 3659\nSend loop 3660\nSend loop 3661\nSend loop 3662\nSend loop 3663\nSend loop 3664\nSend loop 3665\nSend loop 3666\nSend loop 3667\nSend loop 3668\nSend loop 3669\nSend loop 3670\nSend loop 3671\nSend loop 3672\nSend loop 3673\nSend loop 3674\nSend loop 3675\nSend loop 3676\nSend loop 3677\nSend loop 3678\nSend loop 3679\nSend loop 3680\nSend loop 3681\nSend loop 3682\nSend loop 3683\nSend loop 3684\nSend loop 3685\nSend loop 3686\nSend loop 3687\nSend loop 3688\nSend loop 3689\nSend loop 3690\nSend loop 3691\nSend loop 3692\nSend loop 3693\nSend loop 3694\nSend loop 3695\nSend loop 3696\nSend loop 3697\nSend loop 3698\nSend loop 3699\nSend loop 3700\nSend loop 3701\nSend loop 3702\nSend loop 3703\nSend loop 3704\nSend loop 3705\nSend loop 3706\nSend loop 3707\nSend loop 3708\nSend loop 3709\nSend loop 3710\nSend loop 3711\nSend loop 3712\nSend loop 3713\nSend loop 3714\nSend loop 3715\nSend loop 3716\nSend loop 3717\nSend loop 3718\nSend loop 3719\nSend loop 3720\nSend loop 3721\nSend loop 3722\nSend loop 3723\nSend loop 3724\nSend loop 3725\nSend loop 3726\nSend loop 3727\nSend loop 3728\nSend loop 3729\nSend loop 3730\nSend loop 3731\nSend loop 3732\nSend loop 3733\nSend loop 3734\nSend loop 3735\nSend loop 3736\nSend loop 3737\nSend loop 3738\nSend loop 3739\nSend loop 3740\nSend loop 3741\nSend loop 3742\nSend loop 3743\nSend loop 3744\nSend loop 3745\nSend loop 3746\nSend loop 3747\nSend loop 3748\nSend loop 3749\nSend loop 3750\nSend loop 3751\nSend loop 3752\nSend loop 3753\nSend loop 3754\nSend loop 3755\nSend loop 3756\nSend loop 3757\nSend loop 3758\nSend loop 3759\nSend loop 3760\nSend loop 3761\nSend loop 3762\nSend loop 3763\nSend loop 3764\nSend loop 3765\nSend loop 3766\nSend loop 3767\nSend loop 3768\nSend loop 3769\nSend loop 3770\nSend loop 3771\nSend loop 3772\nSend loop 3773\nSend loop 3774\nSend loop 3775\nSend loop 3776\nSend loop 3777\nSend loop 3778\nSend loop 3779\nSend loop 3780\nSend loop 3781\nSend loop 3782\nSend loop 3783\nSend loop 3784\nSend loop 3785\nSend loop 3786\nSend loop 3787\nSend loop 3788\nSend loop 3789\nSend loop 3790\nSend loop 3791\nSend loop 3792\nSend loop 3793\nSend loop 3794\nSend loop 3795\nSend loop 3796\nSend loop 3797\nSend loop 3798\nSend loop 3799\nSend loop 3800\nSend loop 3801\nSend loop 3802\nSend loop 3803\nSend loop 3804\nSend loop 3805\nSend loop 3806\nSend loop 3807\nSend loop 3808\nSend loop 3809\nSend loop 3810\nSend loop 3811\nSend loop 3812\nSend loop 3813\nSend loop 3814\nSend loop 3815\nSend loop 3816\nSend loop 3817\nSend loop 3818\nSend loop 3819\nSend loop 3820\nSend loop 3821\nSend loop 3822\nSend loop 3823\nSend loop 3824\nSend loop 3825\nSend loop 3826\nSend loop 3827\nSend loop 3828\nSend loop 3829\nSend loop 3830\nSend loop 3831\nSend loop 3832\nSend loop 3833\nSend loop 3834\nSend loop 3835\nSend loop 3836\nSend loop 3837\nSend loop 3838\nSend loop 3839\nSend loop 3840\nSend loop 3841\nSend loop 3842\nSend loop 3843\nSend loop 3844\nSend loop 3845\nSend loop 3846\nSend loop 3847\nSend loop 3848\nSend loop 3849\nSend loop 3850\nSend loop 3851\nSend loop 3852\nSend loop 3853\nSend loop 3854\nSend loop 3855\nSend loop 3856\nSend loop 3857\nSend loop 3858\nSend loop 3859\nSend loop 3860\nSend loop 3861\nSend loop 3862\nSend loop 3863\nSend loop 3864\nSend loop 3865\nSend loop 3866\nSend loop 3867\nSend loop 3868\nSend loop 3869\nSend loop 3870\nSend loop 3871\nSend loop 3872\nSend loop 3873\nSend loop 3874\nSend loop 3875\nSend loop 3876\nSend loop 3877\nSend loop 3878\nSend loop 3879\nSend loop 3880\nSend loop 3881\nSend loop 3882\nSend loop 3883\nSend loop 3884\nSend loop 3885\nSend loop 3886\nSend loop 3887\nSend loop 3888\nSend loop 3889\nSend loop 3890\nSend loop 3891\nSend loop 3892\nSend loop 3893\nSend loop 3894\nSend loop 3895\nSend loop 3896\nSend loop 3897\nSend loop 3898\nSend loop 3899\nSend loop 3900\nSend loop 3901\nSend loop 3902\nSend loop 3903\nSend loop 3904\nSend loop 3905\nSend loop 3906\nSend loop 3907\nSend loop 3908\nSend loop 3909\nSend loop 3910\nSend loop 3911\nSend loop 3912\nSend loop 3913\nSend loop 3914\nSend loop 3915\nSend loop 3916\nSend loop 3917\nSend loop 3918\nSend loop 3919\nSend loop 3920\nSend loop 3921\nSend loop 3922\nSend loop 3923\nSend loop 3924\nSend loop 3925\nSend loop 3926\nSend loop 3927\nSend loop 3928\nSend loop 3929\nSend loop 3930\nSend loop 3931\nSend loop 3932\nSend loop 3933\nSend loop 3934\nSend loop 3935\nSend loop 3936\nSend loop 3937\nSend loop 3938\nSend loop 3939\nSend loop 3940\nSend loop 3941\nSend loop 3942\nSend loop 3943\nSend loop 3944\nSend loop 3945\nSend loop 3946\nSend loop 3947\nSend loop 3948\nSend loop 3949\nSend loop 3950\nSend loop 3951\nSend loop 3952\nSend loop 3953\nSend loop 3954\nSend loop 3955\nSend loop 3956\nSend loop 3957\nSend loop 3958\nSend loop 3959\nSend loop 3960\nSend loop 3961\nSend loop 3962\nSend loop 3963\nSend loop 3964\nSend loop 3965\nSend loop 3966\nSend loop 3967\nSend loop 3968\nSend loop 3969\nSend loop 3970\nSend loop 3971\nSend loop 3972\nSend loop 3973\nSend loop 3974\nSend loop 3975\nSend loop 3976\nSend loop 3977\nSend loop 3978\nSend loop 3979\nSend loop 3980\nSend loop 3981\nSend loop 3982\nSend loop 3983\nSend loop 3984\nSend loop 3985\nSend loop 3986\nSend loop 3987\nSend loop 3988\nSend loop 3989\nSend loop 3990\nSend loop 3991\nSend loop 3992\nSend loop 3993\nSend loop 3994\nSend loop 3995\nSend loop 3996\nSend loop 3997\nSend loop 3998\nSend loop 3999\nSend loop 4000\nSend loop 4001\nSend loop 4002\nSend loop 4003\nSend loop 4004\nSend loop 4005\nSend loop 4006\nSend loop 4007\nSend loop 4008\nSend loop 4009\nSend loop 4010\nSend loop 4011\nSend loop 4012\nSend loop 4013\nSend loop 4014\nSend loop 4015\nSend loop 4016\nSend loop 4017\nSend loop 4018\nSend loop 4019\nSend loop 4020\nSend loop 4021\nSend loop 4022\nSend loop 4023\nSend loop 4024\nSend loop 4025\nSend loop 4026\nSend loop 4027\nSend loop 4028\nSend loop 4029\nSend loop 4030\nSend loop 4031\nSend loop 4032\nSend loop 4033\nSend loop 4034\nSend loop 4035\nSend loop 4036\nSend loop 4037\nSend loop 4038\nSend loop 4039\nSend loop 4040\nSend loop 4041\nSend loop 4042\nSend loop 4043\nSend loop 4044\nSend loop 4045\nSend loop 4046\nSend loop 4047\nSend loop 4048\nSend loop 4049\nSend loop 4050\nSend loop 4051\nSend loop 4052\nSend loop 4053\nSend loop 4054\nSend loop 4055\nSend loop 4056\nSend loop 4057\nSend loop 4058\nSend loop 4059\nSend loop 4060\nSend loop 4061\nSend loop 4062\nSend loop 4063\nSend loop 4064\nSend loop 4065\nSend loop 4066\nSend loop 4067\nSend loop 4068\nSend loop 4069\nSend loop 4070\nSend loop 4071\nSend loop 4072\nSend loop 4073\nSend loop 4074\nSend loop 4075\nSend loop 4076\nSend loop 4077\nSend loop 4078\nSend loop 4079\nSend loop 4080\nSend loop 4081\nSend loop 4082\nSend loop 4083\nSend loop 4084\nSend loop 4085\nSend loop 4086\nSend loop 4087\nSend loop 4088\nSend loop 4089\nSend loop 4090\nSend loop 4091\nSend loop 4092\nSend loop 4093\nSend loop 4094\nSend loop 4095\nData too big for buffer (4096 + 8 > 4096).\nError sending request: Argument list too long\nSend loop 4096\nSend loop failed on try 4096, err = 7, Argument list too long\ntest \"send_overflow_disconnection\":\texit status 0, pass.\n----------------------------------------\nerror in client communication (pid 434)\nwl_registry#3: error 0: invalid interface for global 2: have wl_output, wanted wl_seat\ntest \"registry_bind_interface_mismatch\":\texit status 0, pass.\n----------------------------------------\ntest \"zombie_fd_errant_consumption\":\texit status 0, pass.\n----------------------------------------\ntest \"zombie_fd\":\texit status 0, pass.\n----------------------------------------\nerror in client communication (pid 440)\nwl_registry#3: error 0: invalid global wl_data_offer (2)\ntest \"bind_fails_on_filtered_global\":\texit status 0, pass.\n----------------------------------------\ntest \"filtered_dynamic_global_is_hidden\":\texit status 0, pass.\n----------------------------------------\ntest \"filtered_global_is_hidden\":\texit status 0, pass.\n----------------------------------------\n[destroyed object]: error 23: Dummy error\ntest \"error_on_destroyed_object\":\texit status 0, pass.\n----------------------------------------\ntest \"versions\":\texit status 0, pass.\n----------------------------------------\nerror in client communication (pid 460)\nwl_seat#6: error 23: Dummy error\nerror in client communication (pid 460)\nwl_seat#6: error 23: Dummy error\ntest \"error_code_after_epipe\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_read_after_error_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_read_eagain_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_cancel_read_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 3 seconds from now.\nFD leak checks disabled\ntest \"threading_errors_tst\":\texit status 0, pass.\n----------------------------------------\nwl_display#1: error 3: Error 20\nErr is 71\ntest \"post_internal_error_tst\":\texit status 0, pass.\n----------------------------------------\nwl_display#1: error 2: no memory\nwl_display#1: error 2: no memory\ntest \"post_nomem_tst\":\texit status 0, pass.\n----------------------------------------\nwl_seat#6: error 23: Dummy error\nwl_seat#6: error 23: Dummy error\ntest \"post_error_to_two_clients\":\texit status 0, pass.\n----------------------------------------\nwl_seat#6: error 23: Dummy error\ntest \"post_error_to_one_from_two_clients\":\texit status 0, pass.\n----------------------------------------\nwl_seat#6: error 23: Dummy error\ntest \"post_error_to_one_client\":\texit status 0, pass.\n----------------------------------------\ntest \"tc_leaks_tests\":\texit status 0, pass.\n----------------------------------------\ntest \"display_destroy_listener\":\texit status 0, pass.\n----------------------------------------\n23 tests, 23 pass, 0 fail\nPASS: tests/display-test\nPASS: tests/enum-validator-test\ntest \"event_loop_destroy\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer_cancellation\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer_order\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer_updates\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_timer\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_multiple_same_signals\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_signal\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_free_source_with_data\":\texit status 0, pass.\n----------------------------------------\ntest \"event_loop_post_dispatch_check\":\texit status 0, pass.\n----------------------------------------\n9 tests, 9 pass, 0 fail\nPASS: tests/event-loop-test\ntest \"fixed_int_conversions\":\texit status 0, pass.\n----------------------------------------\ndouble 62.125000 to fixed 3e20\ndouble -1200.625000 to fixed fffb4f60\nfixed 6b8b4567 to double 7048005.402344\nfixed 12030 to double 288.187500\nfixed 70000000 to double 7340032.000000\nfixed fffedfd0 to double -288.187500\nfixed 80000000 to double -8388608.000000\ntest \"fixed_double_conversions\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/fixed-test\nPASS: tests/headers-test\ntest \"interface_equal\":\texit status 0, pass.\n----------------------------------------\n1 tests, 1 pass, 0 fail\nPASS: tests/interface-test\ntest \"list_insert_list\":\texit status 0, pass.\n----------------------------------------\ntest \"list_remove\":\texit status 0, pass.\n----------------------------------------\ntest \"list_iterator\":\texit status 0, pass.\n----------------------------------------\ntest \"list_length\":\texit status 0, pass.\n----------------------------------------\ntest \"list_insert\":\texit status 0, pass.\n----------------------------------------\ntest \"list_init\":\texit status 0, pass.\n----------------------------------------\n6 tests, 6 pass, 0 fail\nPASS: tests/list-test\ntest \"map_iter_empty\":\texit status 0, pass.\n----------------------------------------\ntest \"map_flags\":\texit status 0, pass.\n----------------------------------------\ntest \"map_remove\":\texit status 0, pass.\n----------------------------------------\ntest \"map_insert_at\":\texit status 0, pass.\n----------------------------------------\ntest \"map_insert_new\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/map-test\ntest \"message_count_arrays\":\texit status 0, pass.\n----------------------------------------\ntest \"message_version\":\texit status 0, pass.\n----------------------------------------\n2 tests, 2 pass, 0 fail\nPASS: tests/message-test\nTimeout was set to 4 seconds from now.\ntest \"signal_get_listener\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 4 seconds from now.\ntest \"signal_readd_listener\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 4 seconds from now.\ntest \"signal_remove_listener\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_more_listeners\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_one_listener\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_add_get\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_init\":\texit status 0, pass.\n----------------------------------------\n7 tests, 7 pass, 0 fail\nPASS: tests/newsignal-test\ntest \"os_wrappers_epoll_create_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_epoll_create_cloexec\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_recvmsg_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_recvmsg_cloexec\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_dupfd_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_dupfd_cloexec\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_socket_cloexec_fallback\":\texit status 0, pass.\n----------------------------------------\ntest \"os_wrappers_socket_cloexec\":\texit status 0, pass.\n----------------------------------------\n8 tests, 8 pass, 0 fail\nPASS: tests/os-wrappers-test\nTimeout was set to 1 second from now.\ntest \"logger\":\texit status 0, pass.\n----------------------------------------\n1 tests, 1 pass, 0 fail\nPASS: tests/protocol-logger-test\ntest \"proxy_tag\":\texit status 0, pass.\n----------------------------------------\n1 tests, 1 pass, 0 fail\nPASS: tests/proxy-test\nTimeout was set to 2 seconds from now.\nwarning: queue \"Second\" 0x55b61202db90 destroyed while proxies still attached:\n  wl_callback#3 still attached\ntest \"queue_names\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_destroy_default_with_attached_proxies\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\nwarning: queue 0x55b61202db30 destroyed while proxies still attached:\n  wl_callback#2 still attached\nTried to add event to destroyed queue\nClient 'client_test_queue_proxy_event_to_destroyed_queue' was killed by signal 6\ntest \"queue_proxy_event_to_destroyed_queue\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\nwarning: queue 0x55b61202db30 destroyed while proxies still attached:\n  wl_callback#2 still attached\ntest \"queue_destroy_with_attached_proxies\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_set_queue_race\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_set_queue_proxy_wrapper\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_roundtrip\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_multiple_queues\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 2 seconds from now.\ntest \"queue_proxy_destroy\":\texit status 0, pass.\n----------------------------------------\n9 tests, 9 pass, 0 fail\nPASS: tests/queue-test\ntest \"resource_destroy_iteration\":\texit status 0, pass.\n----------------------------------------\ntest \"free_without_remove\":\texit status 0, pass.\n----------------------------------------\ntest \"create_resource_with_same_id\":\texit status 0, pass.\n----------------------------------------\ntest \"destroy_res_tst\":\texit status 0, pass.\n----------------------------------------\ntest \"create_resource_tst\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/resources-test\nTimeout was set to 1 second from now.\nTimeout was set to 1 second from now.\nTimeout was re-set off.\ntest \"tc_timeout3_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 5 seconds from now.\nTimeout was re-set to 10 seconds from now.\nTimeout was re-set to 1 second from now.\nTest timed out.\nClient 'timeout_reset_tst' was killed by signal 6\nClient 'timeout_reset_tst' failed\n1 child(ren) failed\ntest \"tc_timeout2_tst\":\tsignal 6, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\nTest timed out.\nClient 'timeout_tst' was killed by signal 6\nClient 'timeout_tst' failed\n1 child(ren) failed\ntest \"tc_timeout_tst\":\tsignal 6, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\nTimeout was re-set off.\ntest \"timeout_turnoff\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 5 seconds from now.\nTimeout was re-set to 10 seconds from now.\nTimeout was re-set to 1 second from now.\nTest timed out.\ntest \"timeout_reset_tst\":\tsignal 6, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\ntest \"timeout2_tst\":\texit status 0, pass.\n----------------------------------------\nTimeout was set to 1 second from now.\nTest timed out.\ntest \"timeout_tst\":\tsignal 6, pass.\n----------------------------------------\nerror: XDG_RUNTIME_DIR is invalid or not set in the environment.\ntest \"tc_client_log\":\texit status 0, pass.\n----------------------------------------\nClient 'sanity_fd_leak_exec' exited with code 1\nClient 'sanity_fd_leak_exec' failed\n1 child(ren) failed\ntest \"tc_client_fd_leaks_exec\":\tsignal 6, pass.\n----------------------------------------\nfd leak detected in test. Opened 15 files, unclosed 2\nClient 'sanity_fd_leak' was killed by signal 6\nClient 'sanity_fd_leak' failed\n1 child(ren) failed\ntest \"tc_client_fd_leaks\":\tsignal 6, pass.\n----------------------------------------\ntest \"tc_client_no_fd_leaks\":\texit status 0, pass.\n----------------------------------------\ntest \"sanity_fd_exec\":\texit status 0, pass.\n----------------------------------------\ntest \"sanity_fd_leak_exec\":\texit status 1, pass.\n----------------------------------------\nfd leak detected in test. Opened 6 files, unclosed 2\ntest \"sanity_fd_leak\":\tsignal 6, pass.\n----------------------------------------\nsanity-test: ../wayland-1.23.1/tests/sanity-test.c:85: sanity_assert: Assertion `0' failed.\ntest \"sanity_assert\":\tsignal 6, pass.\n----------------------------------------\ntest \"fail_segv\":\tsignal 11, pass.\n----------------------------------------\ntest \"fail_kill\":\tsignal 15, pass.\n----------------------------------------\nAbort the program\ntest \"fail_wl_abort\":\tsignal 6, pass.\n----------------------------------------\ntest \"fail_abort\":\tsignal 6, pass.\n----------------------------------------\ntest \"exit_failure\":\texit status 1, pass.\n----------------------------------------\ntest \"exit_success\":\texit status 0, pass.\n----------------------------------------\ntest \"empty\":\texit status 0, pass.\n----------------------------------------\n22 tests, 22 pass, 0 fail\nPASS: tests/sanity-test\nsrcdir: \nscanner: wayland-scanner\ntest_data_dir: tests/data\ntest_output_dir: tests/output\npwd: /usr/lib/wayland/ptest\nsed: sed\n\nTesting code generation: example.xml -> example-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nexample.xml -> example-code.c PASS\n\nTesting client-header generation: example.xml -> example-client.h\nexample.xml -> example-client.h PASS\n\nTesting server-header generation: example.xml -> example-server.h\nexample.xml -> example-server.h PASS\n\nTesting enum-header generation: example.xml -> example-enum.h\nexample.xml -> example-enum.h PASS\n\nTesting code generation: small.xml -> small-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nsmall.xml -> small-code.c PASS\n\nTesting client-header generation: small.xml -> small-client.h\nsmall.xml -> small-client.h PASS\n\nTesting server-header generation: small.xml -> small-server.h\nsmall.xml -> small-server.h PASS\n\nTesting -c code generation: small.xml -> small-code-core.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nsmall.xml -> small-code-core.c PASS\n\nTesting -c client-header generation: small.xml -> small-client-core.h\nsmall.xml -> small-client-core.h PASS\n\nTesting -c server-header generation: small.xml -> small-server-core.h\nsmall.xml -> small-server-core.h PASS\n\nTesting code generation: small.xml -> small-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nsmall.xml -> small-code.c PASS\n\nTesting public-code generation: small.xml -> small-code.c\nsmall.xml -> small-code.c PASS\n\nTesting private-code generation: small.xml -> small-private-code.c\nsmall.xml -> small-private-code.c PASS\n\nTesting code generation: empty.xml -> empty-code.c\nUsing \"code\" is deprecated - use private-code or public-code.\nSee the help page for details.\nempty.xml -> empty-code.c PASS\n\nTesting client-header generation: empty.xml -> empty-client.h\nempty.xml -> empty-client.h PASS\n\nTesting server-header generation: empty.xml -> empty-server.h\nempty.xml -> empty-server.h PASS\n\nChecking that reading bad-identifier-arg.xml gives an error on line 7\nbad-identifier-arg.xml PASS\n\nChecking that reading bad-identifier-entry.xml gives an error on line 8\nbad-identifier-entry.xml PASS\n\nChecking that reading bad-identifier-enum.xml gives an error on line 6\nbad-identifier-enum.xml PASS\n\nChecking that reading bad-identifier-event.xml gives an error on line 6\nbad-identifier-event.xml PASS\n\nChecking that reading bad-identifier-interface.xml gives an error on line 3\nbad-identifier-interface.xml PASS\n\nChecking that reading bad-identifier-protocol.xml gives an error on line 2\nbad-identifier-protocol.xml PASS\n\nChecking that reading bad-identifier-request.xml gives an error on line 6\nbad-identifier-request.xml PASS\nPASS: tests/scanner-test.sh\ntest \"signal_emit_mutable\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_more_listeners\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_emit_to_one_listener\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_add_get\":\texit status 0, pass.\n----------------------------------------\ntest \"signal_init\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/signal-test\ntest \"absolute_socket_path\":\texit status 0, pass.\n----------------------------------------\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-31.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-31.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-32.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-1.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-2.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-3.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-4.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-5.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-6.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-7.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-8.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-9.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-10.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-11.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-12.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-13.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-14.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-15.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-16.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-17.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-18.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-19.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-20.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-21.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-22.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-23.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-24.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-25.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-26.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-27.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-28.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-29.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-30.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-31.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-32.lock, maybe another compositor is running\ntest \"add_socket_auto\":\texit status 0, pass.\n----------------------------------------\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-test-0.lock, maybe another compositor is running\nunable to lock lockfile /tmp/wayland-tests-3JutMe/wayland-test-0.lock, maybe another compositor is running\ntest \"add_existing_socket\":\texit status 0, pass.\n----------------------------------------\nerror: socket path \"/tmp/wayland-tests-3JutMe/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\" plus null terminator exceeds 108 bytes\ntest \"socket_path_overflow_server_create\":\texit status 0, pass.\n----------------------------------------\nerror: socket path \"/tmp/wayland-tests-3JutMe/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\" plus null terminator exceeds 108 bytes\ntest \"socket_path_overflow_client_connect\":\texit status 0, pass.\n----------------------------------------\n5 tests, 5 pass, 0 fail\nPASS: tests/socket-test\nPASS: tests/wayland-egl-symbols-check\nDURATION: 5\n"
    }
   },
   "ptestresult.wayland.tests/array-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/client-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/compositor-introspection-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/connection-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/cpp-compile-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/display-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/enum-validator-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/event-loop-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/fixed-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/headers-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/interface-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/list-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/map-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/message-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/newsignal-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/os-wrappers-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/protocol-logger-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/proxy-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/queue-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/resources-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/sanity-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/scanner-test.sh": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/signal-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/socket-test": {
    "status": "PASSED"
   },
   "ptestresult.wayland.tests/wayland-egl-symbols-check": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5158238410949707,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-xz_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-xz",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0009250640869140625,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.1869778633117676,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.028935909271240234,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.8195116519927979,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.002809762954711914,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/xz/ptest\n=== test_bcj_exact_size.c ===\nPASS: test_exact_size\nPASS: test_empty_block\n---\n# TOTAL: 2\n# PASS:  2\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_block_header.c ===\nPASS: test_lzma_block_header_size\nPASS: test_lzma_block_header_encode\nPASS: test_lzma_block_header_decode\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_check.c ===\nPASS: test_lzma_crc32\nPASS: test_lzma_crc64\nPASS: test_lzma_supported_checks\nPASS: test_lzma_check_size\nPASS: test_lzma_get_check_st\nPASS: test_lzma_get_check_mt\n---\n# TOTAL: 6\n# PASS:  6\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_filter_flags.c ===\nPASS: test_lzma_filter_flags_size\nPASS: test_lzma_filter_flags_encode\nPASS: test_lzma_filter_flags_decode\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_filter_str.c ===\nPASS: test_lzma_str_to_filters\nPASS: test_lzma_str_from_filters\nPASS: test_lzma_str_list_filters\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_hardware.c ===\nPASS: test_lzma_physmem\nPASS: test_lzma_cputhreads\n---\n# TOTAL: 2\n# PASS:  2\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_index.c ===\nPASS: test_lzma_index_memusage\nPASS: test_lzma_index_memused\nPASS: test_lzma_index_append\nPASS: test_lzma_index_stream_flags\nPASS: test_lzma_index_checks\nPASS: test_lzma_index_stream_padding\nPASS: test_lzma_index_stream_count\nPASS: test_lzma_index_block_count\nPASS: test_lzma_index_size\nPASS: test_lzma_index_stream_size\nPASS: test_lzma_index_total_size\nPASS: test_lzma_index_file_size\nPASS: test_lzma_index_uncompressed_size\nPASS: test_lzma_index_iter_init\nPASS: test_lzma_index_iter_rewind\nPASS: test_lzma_index_iter_next\nPASS: test_lzma_index_iter_locate\nPASS: test_lzma_index_cat\nPASS: test_lzma_index_dup\nPASS: test_lzma_index_encoder\nPASS: test_lzma_index_decoder\nPASS: test_lzma_index_buffer_encode\nPASS: test_lzma_index_buffer_decode\n---\n# TOTAL: 23\n# PASS:  23\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_index_hash.c ===\nPASS: test_lzma_index_hash_init\nPASS: test_lzma_index_hash_append\nPASS: test_lzma_index_hash_decode\nPASS: test_lzma_index_hash_size\n---\n# TOTAL: 4\n# PASS:  4\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_lzip_decoder.c ===\nPASS: test_options\nPASS: test_v0_decode\nPASS: test_v1_decode\nPASS: test_v0_trailing\nPASS: test_v1_trailing\nPASS: test_concatenated\nPASS: test_crc\nPASS: test_invalid_magic_bytes\nPASS: test_invalid_version\nPASS: test_invalid_dictionary_size\nPASS: test_invalid_uncomp_size\nPASS: test_invalid_member_size\nPASS: test_invalid_memlimit\n---\n# TOTAL: 13\n# PASS:  13\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_memlimit.c ===\nPASS: test_memlimit_stream_decoder\nPASS: test_memlimit_stream_decoder_mt\nPASS: test_memlimit_alone_decoder\nPASS: test_memlimit_auto_decoder\n---\n# TOTAL: 4\n# PASS:  4\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_microlzma.c ===\nPASS: test_encode_options\nPASS: test_encode_basic\nPASS: test_encode_small_out\nPASS: test_encode_actions\nPASS: test_decode_options\nPASS: test_decode_uncomp_size_is_exact\nPASS: test_decode_uncomp_size_wrong\nPASS: test_decode_comp_size_wrong\nPASS: test_decode_bad_lzma_properties\n---\n# TOTAL: 9\n# PASS:  9\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_stream_flags.c ===\nPASS: test_lzma_stream_header_encode\nPASS: test_lzma_stream_footer_encode\nPASS: test_lzma_stream_header_decode\nPASS: test_lzma_stream_footer_decode\nPASS: test_lzma_stream_flags_compare\n---\n# TOTAL: 5\n# PASS:  5\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_vli.c ===\nPASS: test_lzma_vli_size\nPASS: test_lzma_vli_encode\nPASS: test_lzma_vli_decode\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\nPASS: test_files.sh\nPASS: test_scripts.sh\nPASS: test_compress.sh\nDURATION: 0\nEND: /usr/lib/xz/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "xz": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:37\n=== test_bcj_exact_size.c ===\nPASS: test_exact_size\nPASS: test_empty_block\n---\n# TOTAL: 2\n# PASS:  2\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_block_header.c ===\nPASS: test_lzma_block_header_size\nPASS: test_lzma_block_header_encode\nPASS: test_lzma_block_header_decode\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_check.c ===\nPASS: test_lzma_crc32\nPASS: test_lzma_crc64\nPASS: test_lzma_supported_checks\nPASS: test_lzma_check_size\nPASS: test_lzma_get_check_st\nPASS: test_lzma_get_check_mt\n---\n# TOTAL: 6\n# PASS:  6\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_filter_flags.c ===\nPASS: test_lzma_filter_flags_size\nPASS: test_lzma_filter_flags_encode\nPASS: test_lzma_filter_flags_decode\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_filter_str.c ===\nPASS: test_lzma_str_to_filters\nPASS: test_lzma_str_from_filters\nPASS: test_lzma_str_list_filters\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_hardware.c ===\nPASS: test_lzma_physmem\nPASS: test_lzma_cputhreads\n---\n# TOTAL: 2\n# PASS:  2\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_index.c ===\nPASS: test_lzma_index_memusage\nPASS: test_lzma_index_memused\nPASS: test_lzma_index_append\nPASS: test_lzma_index_stream_flags\nPASS: test_lzma_index_checks\nPASS: test_lzma_index_stream_padding\nPASS: test_lzma_index_stream_count\nPASS: test_lzma_index_block_count\nPASS: test_lzma_index_size\nPASS: test_lzma_index_stream_size\nPASS: test_lzma_index_total_size\nPASS: test_lzma_index_file_size\nPASS: test_lzma_index_uncompressed_size\nPASS: test_lzma_index_iter_init\nPASS: test_lzma_index_iter_rewind\nPASS: test_lzma_index_iter_next\nPASS: test_lzma_index_iter_locate\nPASS: test_lzma_index_cat\nPASS: test_lzma_index_dup\nPASS: test_lzma_index_encoder\nPASS: test_lzma_index_decoder\nPASS: test_lzma_index_buffer_encode\nPASS: test_lzma_index_buffer_decode\n---\n# TOTAL: 23\n# PASS:  23\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_index_hash.c ===\nPASS: test_lzma_index_hash_init\nPASS: test_lzma_index_hash_append\nPASS: test_lzma_index_hash_decode\nPASS: test_lzma_index_hash_size\n---\n# TOTAL: 4\n# PASS:  4\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_lzip_decoder.c ===\nPASS: test_options\nPASS: test_v0_decode\nPASS: test_v1_decode\nPASS: test_v0_trailing\nPASS: test_v1_trailing\nPASS: test_concatenated\nPASS: test_crc\nPASS: test_invalid_magic_bytes\nPASS: test_invalid_version\nPASS: test_invalid_dictionary_size\nPASS: test_invalid_uncomp_size\nPASS: test_invalid_member_size\nPASS: test_invalid_memlimit\n---\n# TOTAL: 13\n# PASS:  13\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_memlimit.c ===\nPASS: test_memlimit_stream_decoder\nPASS: test_memlimit_stream_decoder_mt\nPASS: test_memlimit_alone_decoder\nPASS: test_memlimit_auto_decoder\n---\n# TOTAL: 4\n# PASS:  4\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_microlzma.c ===\nPASS: test_encode_options\nPASS: test_encode_basic\nPASS: test_encode_small_out\nPASS: test_encode_actions\nPASS: test_decode_options\nPASS: test_decode_uncomp_size_is_exact\nPASS: test_decode_uncomp_size_wrong\nPASS: test_decode_comp_size_wrong\nPASS: test_decode_bad_lzma_properties\n---\n# TOTAL: 9\n# PASS:  9\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_stream_flags.c ===\nPASS: test_lzma_stream_header_encode\nPASS: test_lzma_stream_footer_encode\nPASS: test_lzma_stream_header_decode\nPASS: test_lzma_stream_footer_decode\nPASS: test_lzma_stream_flags_compare\n---\n# TOTAL: 5\n# PASS:  5\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\n=== test_vli.c ===\nPASS: test_lzma_vli_size\nPASS: test_lzma_vli_encode\nPASS: test_lzma_vli_decode\n---\n# TOTAL: 3\n# PASS:  3\n# SKIP:  0\n# FAIL:  0\n# ERROR: 0\n=== END ===\nPASS: test_files.sh\nPASS: test_scripts.sh\nPASS: test_compress.sh\nDURATION: 0\n"
    }
   },
   "ptestresult.xz.test_compress.sh": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_concatenated": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_crc": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_decode_bad_lzma_properties": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_decode_comp_size_wrong": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_decode_options": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_decode_uncomp_size_is_exact": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_decode_uncomp_size_wrong": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_empty_block": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_encode_actions": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_encode_basic": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_encode_options": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_encode_small_out": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_exact_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_files.sh": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_invalid_dictionary_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_invalid_magic_bytes": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_invalid_member_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_invalid_memlimit": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_invalid_uncomp_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_invalid_version": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_block_header_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_block_header_encode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_block_header_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_check_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_cputhreads": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_crc32": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_crc64": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_filter_flags_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_filter_flags_encode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_filter_flags_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_get_check_mt": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_get_check_st": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_append": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_block_count": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_buffer_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_buffer_encode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_cat": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_checks": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_decoder": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_dup": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_encoder": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_file_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_hash_append": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_hash_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_hash_init": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_hash_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_iter_init": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_iter_locate": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_iter_next": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_iter_rewind": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_memusage": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_memused": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_stream_count": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_stream_flags": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_stream_padding": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_stream_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_total_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_index_uncompressed_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_physmem": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_str_from_filters": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_str_list_filters": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_str_to_filters": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_stream_flags_compare": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_stream_footer_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_stream_footer_encode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_stream_header_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_stream_header_encode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_supported_checks": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_vli_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_vli_encode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_lzma_vli_size": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_memlimit_alone_decoder": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_memlimit_auto_decoder": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_memlimit_stream_decoder": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_memlimit_stream_decoder_mt": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_options": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_scripts.sh": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_v0_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_v0_trailing": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_v1_decode": {
    "status": "PASSED"
   },
   "ptestresult.xz.test_v1_trailing": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.514193058013916,
    "status": "PASSED"
   }
  }
 },
 "runtime_core-image-ptest-zlib_qemux86-64_20250616113434": {
  "configuration": {
   "DISTRO": "poky",
   "HOST_DISTRO": "debian-11",
   "IMAGE_BASENAME": "core-image-ptest-zlib",
   "IMAGE_PKGTYPE": "rpm",
   "LAYERS": {
    "meta": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-poky": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    },
    "meta-yocto-bsp": {
     "branch": "master-next",
     "commit": "52a9ba1f807133c628eedac73c0f5ebcc62fb046",
     "commit_count": 78847,
     "commit_time": 1750068642
    }
   },
   "MACHINE": "qemux86-64",
   "STARTTIME": "20250616113434",
   "TEST_TYPE": "runtime"
  },
  "result": {
   "parselogs.ParseLogsTest.test_get_context": {
    "duration": 0.0014705657958984375,
    "status": "PASSED"
   },
   "parselogs.ParseLogsTest.test_parselogs": {
    "duration": 2.198528289794922,
    "status": "PASSED"
   },
   "ping.PingTest.test_ping": {
    "duration": 0.024842023849487305,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
    "duration": 0.35474109649658203,
    "status": "PASSED"
   },
   "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
    "duration": 0.0008585453033447266,
    "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
    "status": "SKIPPED"
   },
   "ptestresult.rawlogs": {
    "log": "START: ptest-runner\n2025-06-16T11:37\nBEGIN: /usr/lib/zlib/ptest\nzlib version 1.3.1 = 0x1310, compile flags = 0xa9\nuncompress(): hello, hello!\ngzread(): hello, hello!\ngzgets() after gzseek:  hello!\ninflate(): hello, hello!\nlarge_inflate(): OK\nafter inflateSync(): hello, hello!\ninflate with dictionary: hello, hello!\nPASS: zlib\nDURATION: 0\nEND: /usr/lib/zlib/ptest\n2025-06-16T11:37\nSTOP: ptest-runner\nTOTAL: 1 FAIL: 0"
   },
   "ptestresult.sections": {
    "zlib": {
     "duration": "0",
     "log": "START: ptest-runner\n2025-06-16T11:37\nzlib version 1.3.1 = 0x1310, compile flags = 0xa9\nuncompress(): hello, hello!\ngzread(): hello, hello!\ngzgets() after gzseek:  hello!\ninflate(): hello, hello!\nlarge_inflate(): OK\nafter inflateSync(): hello, hello!\ninflate with dictionary: hello, hello!\nPASS: zlib\nDURATION: 0\n"
    }
   },
   "ptestresult.zlib.zlib": {
    "status": "PASSED"
   },
   "ssh.SSHTest.test_ssh": {
    "duration": 0.5161705017089844,
    "status": "PASSED"
   }
  }
 }
}